{"info":{"_postman_id":"66edb574-5ae0-4078-8d4f-1221ac0e821b","name":"API's Evolux CX","description":"<html><head></head><body><p><strong>Olá, seja bem vindo(a) à Área de APIs Evolux.</strong><br>Aqui você terá acesso à toda informação necessária para interagir com nosso Produto Evolux por meio de comunicação Web.</p>\n<h1 id=\"como-funciona\">Como funciona?</h1>\n<p>Para poder interagir com qualquer API do Evolux, é necessário se autenticar utilizando um <strong>Token de API</strong>.</p>\n<h1 id=\"onde-posso-obter-meu-token\">Onde posso obter meu token?</h1>\n<p>Primeiro é necessário garantir que exista um token, para isso acesse, em seu Evolux, a seção <code>PBX &gt; Configuração &gt; Tokens de API</code>, e verifique os tokens listados.</p>\n<p>Se não houver um token válido, crie um novo clicando em <code>Adicionar Token</code>. Recomendamos atribuir um nome relativo à aplicação que o utilizará, para identificá-lo facilmente.</p>\n<p><code>obs: Todas as requisições às APIs deverão ser feitas utilizando HTTPS. Requisições feitas por HTTP ou sem o token de autenticação, falharão.</code></p>\n<h1 id=\"o-que-consigo-fazer-com-as-apis-evolux\">O que consigo fazer com as APIs Evolux?</h1>\n<p>Com nossas APIs você conseguirá controlar funções como listagem, criação, edição e exclusão de diversos objetos dentro do sistema, como ramais, usuários e filas. Poderá também efetuar ligações automáticas, manipular campanhas, coletar dados de relatórios e em tempo real, e muito mais, tudo isso de forma simples e eficaz.</p>\n<h1 id=\"como-explorar-a-area-de-apis-evolux\">Como explorar a área de APIs Evolux?</h1>\n<p>Abaixo temos todas as APIs atualmente disponíveis, organizadas por temas, com a possibilidade de visualização das instruções para realizar as requisições em várias linguagens de programação, e as respostas mais comuns para cada uma.</p>\n<p><img src=\"https://i.postimg.cc/VLfkR15v/Acessando-a-Area-de-APIs.gif\" alt=\"\"></p>\n<p>Caso você já seja nosso cliente e queira testar as APIs do seu ambiente de Produção, basta ter uma conta gratuita no Postman, estar logado nela e clicar em <strong>RUN IN POSTMAN</strong>, no canto superior direito da tela. Depois é só seguir o passo-a-passo para importar a coleção das APIs Evolux em seu Workspace.<br><code>obs: se ainda não for nosso cliente e quiser experimentar, mande um e-mail para</code> <a href=\"contato@evolux.net.br\"><code>contato@evolux.net.br</code></a> <code>e converse conosco!</code></p>\n<p><img src=\"https://i.postimg.cc/7hVYkttq/Importando-a-colecao.gif\" alt=\"\"></p>\n<p>Por fim, crie um <strong>Enviroment</strong> com as variáveis <strong>url</strong> e <strong>token</strong>, que representarão o link do seu servidor e o token de acesso, respectivamente.</p>\n<p><img src=\"https://i.postimg.cc/SscxZxW2/Configurando-o-Enviroment.gif\" alt=\"\"></p>\n<p>E então, selecionando o seu Enviroment, você conseguirá escolher a API que quiser e também seus parâmetros para efetuar seus requests livremente. Viu como é fácil? Qualquer dúvida, entre em contato conosco pelo <a href=\"suporte@evolux.net.br\">suporte@evolux.net.br</a>.</p>\n<p>Boa integração! ;)</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Como funciona?","slug":"como-funciona"},{"content":"Onde posso obter meu token?","slug":"onde-posso-obter-meu-token"},{"content":"O que consigo fazer com as APIs Evolux?","slug":"o-que-consigo-fazer-com-as-apis-evolux"},{"content":"Como explorar a área de APIs Evolux?","slug":"como-explorar-a-area-de-apis-evolux"}],"owner":"13244735","collectionId":"66edb574-5ae0-4078-8d4f-1221ac0e821b","publishedId":"Uyr4Kzh5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-05T20:44:58.000Z"},"item":[{"name":"Agente","item":[{"name":"Agente - Listar","id":"27502244-cc54-4730-99fa-c97470c3e74c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/agents","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/615055420/API+-+Agente\">Documentação</a></p>\n","urlObject":{"path":["api","v1","agents"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"048c394f-5b13-4a5d-982e-37acce479d20","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/agents"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Obi-Wan\",\n            \"login\": \"obi.wan.kenobi\",\n            \"enable\": true,\n            \"archived\": false,\n            \"birthday\": null,\n            \"email\": null,\n            \"mfa_enabled\": false,\n            \"current_outbound_queue\": {\n                \"id\": 20,\n                \"name\": \"Fila das Estrelas\",\n                \"slug\": \"star_queue\",\n                \"number\": \"1977\",\n                \"public_number\": \"4003-3833\"\n            },\n            \"current_extension\": {\n                \"id\": 25,\n                \"name\": \"Obi-Wan\",\n                \"active\": true,\n                \"number\": \"3007\",\n                \"code\": \"7052\",\n                \"channeltype\": \"WebRTC\",\n                \"email\": \"noreply@evolux.net.br\",\n                \"is_position\": true,\n                \"external_access\": false,\n                \"auto_answer\": false,\n                \"encryption\": false,\n                \"recording_enabled\": true,\n                \"rules\": [],\n                \"followme_destination_numbers\": null,\n                \"followme_strategy\": null,\n                \"followme_duration\": null,\n                \"device_name\": \"Nenhum\",\n                \"group_name\": \"Dark_Side\",\n                \"endpoint\": \"sip/3007\",\n                \"dids\": []\n            },\n            \"last_login\": {\n                \"id\": 7016,\n                \"time_login\": \"2022-05-12T13:02:09+00:00\",\n                \"time_logoff\": null,\n                \"exten\": \"sip/3007\"\n            },\n            \"current_pause\": null,\n            \"last_pause\": {\n                \"id\": 8439,\n                \"time_start\": \"2022-05-12T12:14:34+00:00\",\n                \"time_end\": \"2022-05-12T13:14:42+00:00\",\n                \"reason_id\": 4,\n                \"reason\": {\n                    \"id\": 4,\n                    \"description\": \"Almoço 1 Hora\",\n                    \"productive\": false,\n                    \"system\": false,\n                    \"type\": \"\"\n                },\n                \"max_duration\": 3600\n            },\n            \"queues\": [\n                20\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Luke Skywalker\",\n            \"login\": \"luke.skywalker\",\n            \"enable\": false,\n            \"archived\": true,\n            \"birthday\": null,\n            \"email\": null,\n            \"mfa_enabled\": false,\n            \"current_outbound_queue\": {\n                \"id\": 20,\n                \"name\": \"Fila das Estrelas\",\n                \"slug\": \"star_queue\",\n                \"number\": \"1977\",\n                \"public_number\": \"4003-3833\"\n            },\n            \"current_extension\": null,\n            \"last_login\": {\n                \"id\": 5622,\n                \"time_login\": \"2021-11-29T11:01:12+00:00\",\n                \"time_logoff\": \"2021-11-29T21:29:37+00:00\",\n                \"exten\": \"sip/3006\"\n            },\n            \"current_pause\": null,\n            \"last_pause\": {\n                \"id\": 6681,\n                \"time_start\": \"2021-11-29T15:32:46+00:00\",\n                \"time_end\": \"2021-11-29T17:22:00+00:00\",\n                \"reason_id\": 5,\n                \"reason\": {\n                    \"id\": 5,\n                    \"description\": \"Almoço 2 Horas\",\n                    \"productive\": false,\n                    \"system\": false,\n                    \"type\": \"\"\n                },\n                \"max_duration\": null\n            },\n            \"queues\": []\n        }\n    ],\n    \"pagination\": {\n        \"items\": 2,\n        \"total\": 2,\n        \"limit\": 50,\n        \"max_limit\": 50,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/agents?page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/agents?page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/agents?page=1\",\n        \"prev_url\": null,\n        \"next_url\": \"null\"\n    }\n}"}],"_postman_id":"27502244-cc54-4730-99fa-c97470c3e74c"},{"name":"Agente - Criar","event":[{"listen":"test","script":{"id":"8187a4c5-c77f-4a32-b8cb-0dd6b5875a7e","exec":[""],"type":"text/javascript"}}],"id":"b71d7e6f-f290-47be-b3e5-12113cdbcab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Nome do Operador\",\n    \"login\" : \"login.do.operador\",\n    \"password\": \"Senhadooperador\",\n    \"queues\" : [{{queue_ids}}]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/615055420/API+-+Agente\">Documentação</a></p>\n","urlObject":{"path":["api","v1","agents"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"33e3687a-353a-4da7-8bd0-253ea504902e","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Luke\",\n    \"login\" : \"luke.skywalker\",\n    \"password\": \"EvoluxAmelhorGracasaDeus@2022\",\n    \"queues\" : [87]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 201,\n        \"message\": \"Created\"\n    },\n    \"data\": {\n        \"id\": 64,\n        \"name\": \"Luke\",\n        \"login\": \"luke.skywalker\",\n        \"enable\": true,\n        \"archived\": false,\n        \"birthday\": null,\n        \"email\": null,\n        \"mfa_enabled\": false,\n        \"current_outbound_queue\": null,\n        \"current_extension\": null,\n        \"last_login\": null,\n        \"current_pause\": null,\n        \"last_pause\": null,\n        \"queues\": [\n            87\n        ]\n    }\n}"},{"id":"76c41374-faf2-4944-8fdb-d6cc26603ce4","name":"Já existe","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Nome do Operador\",\n    \"login\" : \"luke.skywalker\",\n    \"password\": \"Senhadooperador@2222\",\n    \"queues\" : [87]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:22:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"100"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Bad request\"\n    },\n    \"errors\": {\n        \"login\": \"Já está em uso\"\n    }\n}"},{"id":"50a9178b-f923-4699-813e-4d343433b004","name":"Falta parâmetro","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Luke\",\n    \"login\" : \"luke.skywalker\",\n    \"queues\" : [87]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Bad request\"\n    },\n    \"errors\": [\n        \"Missing password\"\n    ]\n}"},{"id":"ee54472e-ffc5-47fa-8590-58562c6f126e","name":"JSON inválido","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Nome do Operador\",\n    \"login\" : \"login.do.operador\",\n    \"password\": \"Senhadooperador\",\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Json inválido\"\n    }\n}"},{"id":"4d5a1eb3-73b3-4f21-a9a3-6f379503f3a8","name":"Senha inválida","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Luke\",\n    \"login\" : \"luke.skywalker\",\n    \"password\": \"Senhadooperador\",\n    \"queues\" : [87]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Bad request\"\n    },\n    \"errors\": {\n        \"password\": \"Sua senha deve conter pelo menos um número. Sua senha deve conter pelo menos um caractere especial.\"\n    }\n}"}],"_postman_id":"b71d7e6f-f290-47be-b3e5-12113cdbcab9"},{"name":"Agente - Editar","event":[{"listen":"test","script":{"id":"8187a4c5-c77f-4a32-b8cb-0dd6b5875a7e","exec":[""],"type":"text/javascript"}}],"id":"a85b1026-7b6c-4b2b-8535-901ffc7abc9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Nome do Operador\",\n    \"login\" : \"login.do.operador\",\n    \"password\": \"Senhadooperador\",\n    \"queues\" : [{{queue_ids}}],\n    \"levels\" : [{\"queue_id\": [{{queue_ids}}], \"priority\" : [{{priority_level}}]}]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents/{{agent_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/615055420/API+-+Agente\">Documentação</a></p>\n","urlObject":{"path":["api","v1","agents","{{agent_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bf85bbfe-6f50-4ce0-8af1-6daf6c3f6b9d","name":"Sucesso","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Darth Vader\",\n    \"queues\" : [118]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents/67"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    }\n}"},{"id":"dc133a5f-feca-4a37-83da-229c44d536a1","name":"Fila inválida","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Darth Vader\",\n    \"login\" : \"luke.skywalker\",\n    \"queues\" : [9999]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents/64"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:13:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": {\n            \"queues\": \"All the queues ids must be valid\"\n        }\n    }\n}"}],"_postman_id":"a85b1026-7b6c-4b2b-8535-901ffc7abc9e"},{"name":"Agente - Listar Pausas","event":[{"listen":"test","script":{"id":"8187a4c5-c77f-4a32-b8cb-0dd6b5875a7e","exec":[""],"type":"text/javascript"}}],"id":"f7d880bc-f4fd-459a-b0d5-cb4e718eb0e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/agents/{{agent_id}}/pauses?limit=50&page=1","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/615055420/API+-+Agente\">Documentação</a></p>\n","urlObject":{"path":["api","v1","agents","{{agent_id}}","pauses"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Limite de resultados</p>\n","type":"text/plain"},"key":"limit","value":"50"},{"description":{"content":"<p>Página</p>\n","type":"text/plain"},"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"e77cf8c9-01ee-4337-bbad-024df43e5c3d","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/agents/64/pauses?limit=50&page=1","host":["{{url}}"],"path":["api","v1","agents","64","pauses"],"query":[{"key":"limit","value":"50","description":"Limite de resultados"},{"key":"page","value":"1","description":"Página"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:15:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"606"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": 57,\n            \"queue_id\": 87,\n            \"limit_duration\": 600,\n            \"automatic_unpause\": false,\n            \"disable_unpause\": false,\n            \"pause\": {\n                \"id\": 1,\n                \"description\": \"Almoço\",\n                \"productive\": true,\n                \"system\": false,\n                \"type\": \"\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"items\": 1,\n        \"total\": 1,\n        \"limit\": 50,\n        \"max_limit\": 50,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/agents/64/pauses?limit=50&page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/agents/64/pauses?limit=50&page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/agents/64/pauses?limit=50&page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"}],"_postman_id":"f7d880bc-f4fd-459a-b0d5-cb4e718eb0e8"},{"name":"Agente - Pausar","event":[{"listen":"test","script":{"id":"8187a4c5-c77f-4a32-b8cb-0dd6b5875a7e","exec":[""],"type":"text/javascript"}}],"id":"584fd576-52a6-40fd-a6da-57c55b5e3c2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pause_id\" : {{pause_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents/{{agent_id}}/pause","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/615055420/API+-+Agente\">Documentação</a></p>\n","urlObject":{"path":["api","v1","agents","{{agent_id}}","pause"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"18199bc4-8c5d-4a8e-938b-5a00e4b166ba","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pause_id\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents/17/pause"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:17:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    }\n}"},{"id":"3b125d8a-aa39-4df5-a718-3c8e85327625","name":"Já pausado","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pause_id\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents/17/pause"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:18:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 422,\n        \"message\": \"Agent already paused\"\n    },\n    \"errors\": [\n        \"Request well-formed but has a semantic impossibility.\"\n    ]\n}"},{"id":"13929358-6b83-4cbc-8716-157e6ec5af3b","name":"Pausa desconhecida","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"pause_id\" : 199\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/agents/17/pause"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:19:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"129"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 422,\n        \"message\": \"Unknown pause reason\"\n    },\n    \"errors\": [\n        \"Request well-formed but has a semantic impossibility.\"\n    ]\n}"}],"_postman_id":"584fd576-52a6-40fd-a6da-57c55b5e3c2f"},{"name":"Agente - Despausar","event":[{"listen":"test","script":{"id":"8187a4c5-c77f-4a32-b8cb-0dd6b5875a7e","exec":[""],"type":"text/javascript"}}],"id":"d4e95586-f3aa-429a-b004-c55ad4d21f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/agents/{{agent_id}}/unpause","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/615055420/API+-+Agente\">Documentação</a></p>\n","urlObject":{"path":["api","v1","agents","{{agent_id}}","unpause"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cba85944-a609-4384-8ae2-c7f8f77a3e04","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/agents/17/unpause"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:18:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    }\n}"},{"id":"5bca32a0-2f06-4171-b049-a1a78f5dce85","name":"Já despausado","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/agents/17/unpause"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:20:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 422,\n        \"message\": \"Agent is unpaused\"\n    },\n    \"errors\": [\n        \"Request well-formed but has a semantic impossibility.\"\n    ]\n}"}],"_postman_id":"d4e95586-f3aa-429a-b004-c55ad4d21f63"},{"name":"Agente - Deslogar","event":[{"listen":"test","script":{"id":"8187a4c5-c77f-4a32-b8cb-0dd6b5875a7e","exec":[""],"type":"text/javascript"}}],"id":"f189ee09-f5ed-4132-be9c-3596229172bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/agents/{{agent_id}}/logoff","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/615055420/API+-+Agente\">Documentação</a></p>\n","urlObject":{"path":["api","v1","agents","{{agent_id}}","logoff"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8e1d19df-6ae0-483b-b603-59d12fdb84c9","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/agents/17/logoff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:24:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    }\n}"},{"id":"6ebd32e5-4ed8-47c8-927e-b0395e04c6b2","name":"Não está logado","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/agents/64/logoff"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:24:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"128"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 422,\n        \"message\": \"Agent is not logged\"\n    },\n    \"errors\": [\n        \"Request well-formed but has a semantic impossibility.\"\n    ]\n}"}],"_postman_id":"f189ee09-f5ed-4132-be9c-3596229172bb"}],"id":"3c36a29d-a08e-412c-a4fe-84c1426ae0fb","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/615055420/API+-+Agente\">Documentação</a></p>\n","_postman_id":"3c36a29d-a08e-412c-a4fe-84c1426ae0fb"},{"name":"Callcenter","item":[{"name":"Callcenter - Buscar Chamada pelo Call ID","id":"d762f9cf-b9ff-4f1f-84fb-522f80d1dcea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/callcenter/call/{{queue_call_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/2715320321/API+-+Callcenter+-+Buscar+Chamada+pelo+Call+ID\">Documentação</a></p>\n","urlObject":{"path":["api","v1","callcenter","call","{{queue_call_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"46292e34-6d37-4737-858d-8b8285c81f84","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/callcenter/call/27848"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:28:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1106"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"call_id\": 27848,\n        \"date_join\": \"2022-05-12T19:28:01+00:00\",\n        \"flag\": \"\",\n        \"time_join\": \"2022-05-12T19:28:01+00:00\",\n        \"time_connect\": \"2022-05-12T19:28:07+00:00\",\n        \"time_leave\": \"2022-05-12T19:28:13+00:00\",\n        \"wait_duration\": 6,\n        \"call_duration\": 6,\n        \"call_type_description\": \"Saída\",\n        \"end_by_description\": \"Operador Desligou\",\n        \"caller_area\": \"\",\n        \"caller_number\": \"9062\",\n        \"caller_name\": \"\",\n        \"receiver_area\": \"84\",\n        \"receiver_number\": \"4008-9090\",\n        \"receicer_name\": \"\",\n        \"agent_id\": 64,\n        \"agent_name\": \"Luke Skywalker\",\n        \"agent_login\": \"luke.skywalker\",\n        \"queue_name\": \"Teste-Evolux\",\n        \"queue_id\": 87,\n        \"queue_slug\": \"teste-evolux\",\n        \"call_reason\": \"\",\n        \"asa\": \"Sim\",\n        \"trunk_name\": \"\",\n        \"did_number\": \"\",\n        \"protocol_number\": \"\",\n        \"download_audio\": \"https://evolux.evolux.io/api/v1/callcenter/call/27848/recording\",\n        \"city\": null,\n        \"state\": \"Rio Grande do Norte\",\n        \"call_issues\": [],\n        \"external_services\": [\n            {\n                \"service_name\": \"evolux\",\n                \"url\": null,\n                \"external_id\": null\n            },\n            {\n                \"service_name\": \"ticket\",\n                \"url\": null,\n                \"external_id\": null\n            }\n        ],\n        \"csat\": \"\",\n        \"nps\": \"\",\n        \"nps_enterprise\": \"\"\n    }\n}"},{"id":"3af9d4d1-3f1f-4210-bc8b-80371bef6932","name":"Não encontrada","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/callcenter/call/278488"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:29:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Call not found\"\n    }\n}"}],"_postman_id":"d762f9cf-b9ff-4f1f-84fb-522f80d1dcea"},{"name":"Callcenter - Baixar Gravação da Chamada","id":"31e3dc1f-a12c-4bd5-ab96-557d3d251ef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/callcenter/call/{{queue_call_id}}/recording","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/2715385865\">Documentação</a></p>\n","urlObject":{"path":["api","v1","callcenter","call","{{queue_call_id}}","recording"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"61938332-9051-4142-ba90-5132b7b0e3e1","name":"Sem gravação","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/callcenter/call/27848/recording"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:29:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Call recording not found.\"\n    }\n}"}],"_postman_id":"31e3dc1f-a12c-4bd5-ab96-557d3d251ef3"}],"id":"dd817da5-6b91-4a4c-bec3-b96fb030cecc","_postman_id":"dd817da5-6b91-4a4c-bec3-b96fb030cecc","description":""},{"name":"Chamadas","item":[{"name":"Chamadas - Transferir","id":"d31f5bdd-8a47-4ead-b872-062bf8dd0ddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"destination_number\" : \"{{numero_de_destino}}\",\n    \"leg\" : \"{{leg_que_sera_transferida_aleg_ou_bleg}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/calls/{{call_uuid}}/transfer","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/621772812/API+-+Chamada\">Documentação</a></p>\n","urlObject":{"path":["api","v1","calls","{{call_uuid}}","transfer"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d087d871-fef1-4d7a-b477-75a16c4b7e8d","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"destination_number\" : \"1140033833\",\n    \"leg\" : \"bleg\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/calls/e2631f18-3246-1ea2-fa68-4355f816f1f9/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 19:36:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    }\n}"}],"_postman_id":"d31f5bdd-8a47-4ead-b872-062bf8dd0ddc"},{"name":"Chamadas - Desligar","id":"fe76ed27-2b27-45c4-9c03-8ad1be59d117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/calls/{{call_uuid}}/hangup?skip_survey=true","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/621772812/API+-+Chamada\">Documentação</a></p>\n","urlObject":{"path":["api","v1","calls","{{call_uuid}}","hangup"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Pular Pesquisa de Satisfação</p>\n","type":"text/plain"},"key":"skip_survey","value":"true"}],"variable":[]}},"response":[{"id":"008d13f0-b710-472e-8d32-588242b3a267","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/calls/5dcfa9eb-2028-e130-e429-9eaf877dae43/hangup?skip_survey=true","host":["{{url}}"],"path":["api","v1","calls","5dcfa9eb-2028-e130-e429-9eaf877dae43","hangup"],"query":[{"key":"skip_survey","value":"true","description":"Pular Pesquisa de Satisfação"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:01:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    }\n}"},{"id":"6cde30ed-deb9-48f1-8c16-839b3e3536a7","name":"Chamada não existe","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/calls/5dcfa9eb-2028-e130-e429-9eaf877dae43/hangup?skip_survey=true","host":["{{url}}"],"path":["api","v1","calls","5dcfa9eb-2028-e130-e429-9eaf877dae43","hangup"],"query":[{"key":"skip_survey","value":"true","description":"Pular Pesquisa de Satisfação"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:01:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"102"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Not found\"\n    },\n    \"errors\": {\n        \"call_uuid\": \"This call does not exist\"\n    }\n}"}],"_postman_id":"fe76ed27-2b27-45c4-9c03-8ad1be59d117"},{"name":"Chamada - Agente logado para um destino","id":"4542c267-145b-4d70-a9f1-29fef096749f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"","description":"<p>Login do Agente Online</p>\n","type":"text"},{"key":"to","value":"","description":"<p>Destino (DDD + Número)</p>\n","type":"text"},{"key":"call_info","value":"","description":"<p>Informações exibidas na tela</p>\n","type":"text"},{"key":"","value":"[{\"label\": \"Rotulo\", \"type\": \"text\", \"value\":\"Valor\"}]","type":"text"}]},"url":"{{url}}/api/v1/call","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/208896036/API+-+Fazer+Chamada+de+um+Agente+Logado+para+um+Numero+de+Destino\">Documentação</a></p>\n","urlObject":{"path":["api","v1","call"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c4028339-75ac-4904-a15b-ee682816fa4a","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"luke.skywalker","description":"Login do Agente Online","type":"text"},{"key":"to","value":"84988261791","description":"Destino (DDD + Número)","type":"text"},{"key":"call_info","value":"[{\n\"label\": \"Rótulo\", \n\"type\": \"text\", \n\"value\": \"INFORMAÇÃO\"\n}]","description":"Informações exibidas na tela","type":"text"}]},"url":"{{url}}/api/v1/call"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:03:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:03:28 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    }\n}"},{"id":"4377b532-5f43-4ec4-ae58-c6b2396150db","name":"Agente não encontrado","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"luke.skywalker2","description":"Login do Agente Online","type":"text"},{"key":"to","value":"84988261791","description":"Destino (DDD + Número)","type":"text"},{"key":"call_info","value":"[{\n\"label\": \"Rótulo\", \n\"type\": \"text\", \n\"value\": \"INFORMAÇÃO\"\n}]","description":"Informações exibidas na tela","type":"text"}]},"url":"{{url}}/api/v1/call"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:03:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:03:54 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Agent not found.\"\n    }\n}"},{"id":"79d93681-1dff-4623-b603-6cfbfe7bcccf","name":"Agente não logado","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"luke.skywalker","description":"Login do Agente Online","type":"text"},{"key":"to","value":"84988261791","description":"Destino (DDD + Número)","type":"text"},{"key":"call_info","value":"[{\n\"label\": \"Rótulo\", \n\"type\": \"text\", \n\"value\": \"INFORMAÇÃO\"\n}]","description":"Informações exibidas na tela","type":"text"}]},"url":"{{url}}/api/v1/call"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:05:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:05:32 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Agent not logged\"\n    }\n}"},{"id":"e8d26531-e7f1-4460-9945-4dbacff4781f","name":"Call Info inválido","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"luke.skywalker2","description":"Login do Agente Online","type":"text"},{"key":"to","value":"84988261791","description":"Destino (DDD + Número)","type":"text"},{"key":"call_info","value":"[{\n\"label\": \"Rótulo\", \n\"type\": \"text\", \n\"value\": \"INFORMAÇÃO\"\n}","description":"Informações exibidas na tela","type":"text"}]},"url":"{{url}}/api/v1/call"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:04:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:04:24 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"json_string param must be a valid json string: Expecting ',' delimiter: line 5 column 2 (char 67)\"\n    }\n}"},{"id":"04f5e6ff-1118-4bd0-bfbe-a93b197ff8a0","name":"Sem rota","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"luke.skywalker","description":"Login do Agente Online","type":"text"},{"key":"to","value":"2","description":"Destino (DDD + Número)","type":"text"},{"key":"call_info","value":"[{\n\"label\": \"Rótulo\", \n\"type\": \"text\", \n\"value\": \"INFORMAÇÃO\"\n}]","description":"Informações exibidas na tela","type":"text"}]},"url":"{{url}}/api/v1/call"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:06:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:06:01 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Cant't find route to destination\"\n    }\n}"}],"_postman_id":"4542c267-145b-4d70-a9f1-29fef096749f"},{"name":"Chamada - Origem para um destino","id":"eaa3e5bc-d52a-4649-8199-8c4320f03440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"","description":"<p>Origem (DDD + Número)</p>\n","type":"text","disabled":true},{"key":"to","value":"84988261791","description":"<p>Destino (DDD + Número)</p>\n","type":"text"},{"key":"transfer","value":"999001","description":"<p>Transferir para um destino interno (Sem o campo FROM marcado)</p>\n","type":"text"},{"key":"extension_group","value":"Teste Evolux","description":"<p>Nome do Grupo (Obrigatório)</p>\n","type":"text"},{"key":"audio_id","value":"132","description":"<p>ID do áudio prévio para tocar na origem</p>\n","type":"text"},{"key":"max_duration","value":"","description":"<p>Duração máximo (em segundos)</p>\n","type":"text","disabled":true},{"key":"call_info","value":"[{\"label\": \"Ticket\", \"type\": \"text\", \"value\": \"https://suporte.evolux.net.br/front/ticket.form.php?id=2217\"}]","description":"<p>Texto exibido na tela do operador</p>\n","type":"text"}]},"url":"{{url}}/api/v1/call","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/76253651/API+-+Fazer+Chamada+de+uma+Origem+para+Um+Destino\">Documentação</a></p>\n","urlObject":{"path":["api","v1","call"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ced99911-ee51-4efb-bee8-50f1dd5542ae","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"84988261791","description":"Origem (DDD + Número)","type":"text"},{"key":"to","value":"1140033833","description":"Destino (DDD + Número)","type":"text"},{"key":"transfer","value":"","description":"Transferir para um destino interno (Sem o campo FROM marcado)","type":"text","disabled":true},{"key":"extension_group","value":"Suporte","description":"Nome do Grupo (Obrigatório)","type":"text"},{"key":"audio_id","value":"","description":"ID do áudio prévio para tocar na origem","type":"text","disabled":true},{"key":"max_duration","value":"","description":"Duração máximo (em segundos)","type":"text","disabled":true},{"key":"call_info","value":"[{\"label\": \"Rotulo\", \"type\": \"text\", \"value\":\"Valor\"}]","description":"Texto exibido na tela do operador","type":"text"}]},"url":"{{url}}/api/v1/call"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:07:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"167"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:07:08 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"source_uuid\": \"2db1d8d9-7bca-46ec-be41-ed8fd2b1fa82\",\n        \"destination_uuid\": \"5a9827c0-e11c-4379-817d-b3f28d75705f\"\n    }\n}"},{"id":"5d654a3a-c1a2-4504-b85a-f8e217857299","name":"Sem grupo","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"84988261791","description":"Origem (DDD + Número)","type":"text"},{"key":"to","value":"1140033833","description":"Destino (DDD + Número)","type":"text"},{"key":"transfer","value":"","description":"Transferir para um destino interno (Sem o campo FROM marcado)","type":"text","disabled":true},{"key":"extension_group","value":"Suporte","description":"Nome do Grupo (Obrigatório)","type":"text","disabled":true},{"key":"audio_id","value":"","description":"ID do áudio prévio para tocar na origem","type":"text","disabled":true},{"key":"max_duration","value":"","description":"Duração máximo (em segundos)","type":"text","disabled":true},{"key":"call_info","value":"[{\"label\": \"Rotulo\", \"type\": \"text\", \"value\":\"Valor\"}]","description":"Texto exibido na tela do operador","type":"text"}]},"url":"{{url}}/api/v1/call"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:07:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:07:39 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Agent not found.\"\n    }\n}"},{"id":"64b5a9a5-411c-422f-a1fe-5bdcad4df645","name":"Falta parâmetro","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"from","value":"84988261791","description":"Origem (DDD + Número)","type":"text"},{"key":"to","value":"1140033833","description":"Destino (DDD + Número)","type":"text","disabled":true},{"key":"transfer","value":"","description":"Transferir para um destino interno (Sem o campo FROM marcado)","type":"text","disabled":true},{"key":"extension_group","value":"Suporte","description":"Nome do Grupo (Obrigatório)","type":"text"},{"key":"audio_id","value":"","description":"ID do áudio prévio para tocar na origem","type":"text","disabled":true},{"key":"max_duration","value":"","description":"Duração máximo (em segundos)","type":"text","disabled":true},{"key":"call_info","value":"[{\"label\": \"Rotulo\", \"type\": \"text\", \"value\":\"Valor\"}]","description":"Texto exibido na tela do operador","type":"text","disabled":true}]},"url":"{{url}}/api/v1/call"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:08:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:08:01 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"The parameter \\\"to\\\" must not be empty.\"\n    }\n}"}],"_postman_id":"eaa3e5bc-d52a-4649-8199-8c4320f03440"},{"name":"Chamada - Consulta Call Info","id":"f125b9f3-e417-43db-9fbb-47af221f0aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/calls/{{uuid}}/info","urlObject":{"path":["api","v1","calls","{{uuid}}","info"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2c80f001-2b50-46cc-b83f-a07ff28074d6","name":"Consulta Call Info","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/calls/{{uuid}}/info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Jul 2023 14:01:06 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"480"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.tooke.chat *.hubspot.com *.lightning.force.com *.visualforce.com *.salesforce.com *.force.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.evolux.cx"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.tooke.chat *.hubspot.com *.lightning.force.com *.visualforce.com *.salesforce.com *.force.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.evolux.cx;"}],"cookie":[],"responseTime":null,"body":"{\n    \"call_info\": [\n        {\n            \"label\": \"Número Discado/DDR\",\n            \"value\": [\n                {\n                    \"label\": \"Número\",\n                    \"value\": \"1154000000\",\n                    \"type\": \"number\"\n                },\n                {\n                    \"label\": \"Nome\",\n                    \"value\": null,\n                    \"type\": \"text\"\n                }\n            ],\n            \"type\": \"multi\"\n        },\n        {\n            \"label\": \"Nome\",\n            \"value\": \"Analista Evolux\",\n            \"type\": \"text\"\n        },\n        {\n            \"label\": \"CPF\",\n            \"value\": \"111.222.333-45\",\n            \"type\": \"text\"\n        },\n        {\n            \"label\": \"Assunto\",\n            \"value\": \"Suporte Técnico\",\n            \"type\": \"text\"\n        }\n    ]\n}"}],"_postman_id":"f125b9f3-e417-43db-9fbb-47af221f0aee"},{"name":"Chamadas - Baixar Gravações","id":"ca8b9957-9826-4d0e-afeb-e077e1c67cd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/recording/{{recordingUuid}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/87162881\">Documentação</a></p>\n","urlObject":{"path":["api","v1","recording","{{recordingUuid}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a968b74e-ef92-4b0f-bb03-9ed04713b4a0","name":"Sem gravação","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/recording/006783c5-df1e-4e4d-bb63-19f6054b5d24"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:57:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:57:20 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Call recording not found.\"\n    }\n}"},{"id":"21873256-db0e-446d-b03f-9f475e798242","name":"Discador - Baixar Gravações","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/recording/2955787c-41e9-4282-9e51-22387d46e71b"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Wed, 21 Jun 2023 19:06:52 GMT"},{"key":"Content-Type","value":"application/x-download"},{"key":"Content-Length","value":"366124"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"__Host-csrf-token=d9805df47292497cbc71933100f07b64; Max-Age=3600; Path=/; expires=Wed, 21-Jun-2023 20:06:52 GMT; secure; SameSite=Strict"},{"key":"Vary","value":"Cookie"},{"key":"Vary","value":"X-CSRF-Token"},{"key":"Content-Disposition","value":"attachment; filename=\"2955787c-41e9-4282-9e51-22387d46e71b.wav\""},{"key":"Set-cookie","value":"evolux=d25b7e0e9634e2a802c037247c07176119f7c3f960f8b7f7f4e34f34b0bbeb8ca9a6fc14; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io;"}],"cookie":[],"responseTime":null,"body":"RIFF$�\u0005\u0000WAVEfmt \u0010\u0000\u0000\u0000\u0001\u0000\u0002\u0000@\u001f\u0000\u0000\u0000}\u0000\u0000\u0004\u0000\u0010\u0000data\u0000�\u0005\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0014���T�������\u001c������� \u0000���\u0000��$\u0001���\u0001��\f\u0002��l\u0002���\u0002���\u0002���\u0002���\u0002���\u0002���\u0002��L\u0002���\u0001��T\u0001���\u0000��X\u0000������\\�����������4���������������\u0014���T�����������\\�������0\u0000���\u0000���\u0000��\u0004\u0001��$\u0001��$\u0001��\u0014\u0001���\u0000���\u0000��8\u0000������L�������t���\u0014�����������T���4���4���4�������\u0014���t�����������(\u0000���\u0000��D\u0001���\u0001��,\u0002���\u0002���\u0002���\u0002���\u0002���\u0002��l\u0002��,\u0002���\u0001��t\u0001��\u0004\u0001���\u0000��X\u0000��\u0000\u0000��������������������������\b\u0000��8\u0000��p\u0000���\u0000���\u0000��\u0014\u0001��4\u0001��D\u0001��D\u0001��4\u0001��\u0004\u0001���\u0000���\u0000��P\u0000����������,�������T���4���������������t���t�����������\u0014���4�����������L����������� \u0000��p\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000��x\u0000��P\u0000��@\u0000��(\u0000��(\u0000��8\u0000��@\u0000��P\u0000��h\u0000���\u0000���\u0000���\u0000��\u0014\u0001��4\u0001��T\u0001��d\u0001��t\u0001��t\u0001��t\u0001��d\u0001��4\u0001��$\u0001���\u0000���\u0000��h\u0000��\b\u0000������|���,���������������T���t���T���T���T���t�����������\f���,���l��������������� \u0000��0\u0000��`\u0000��X\u0000��`\u0000��P\u0000��H\u0000��H\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������������������������\b\u0000��\u0018\u0000��(\u0000��8\u0000��@\u0000��`\u0000��X\u0000��X\u0000��P\u0000��`\u0000��X\u0000��H\u0000��0\u0000��0\u0000�� \u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��8\u0000��P\u0000��p\u0000���\u0000���\u0000���\u0000���\u0000��\u0004\u0001��\u0014\u0001��$\u0001��4\u0001��4\u0001��$\u0001��\u0004\u0001���\u0000���\u0000���\u0000���\u0000��P\u0000��\u0000\u0000����������\\���\u001c���������������t���T���T���T���4���T���4���T���T���T���t�������������������<���\\���������������\u0018\u0000��X\u0000���\u0000���\u0000��\u0014\u0001��T\u0001���\u0001���\u0001���\u0001��,\u0002��l\u0002���\u0002���\u0002���\u0002���\u0002���\u0002���\u0002��l\u0002��L\u0002���\u0001���\u0001��d\u0001��\u0014\u0001���\u0000��`\u0000��\u0010\u0000������l���\u001c�����������T���\u0014���\u0014�������������������t���t���T���T���t���t���t���t�����������\u0014���4���T�����������L�������\b\u0000\u0000\u0000h\u0000\u0000\u0000�\u0000\u0000\u0000D\u0001\u0000\u0000�\u0001\u0000\u0000\f\u0002\u0000\u0000l\u0002���\u0002\u0000\u0000,\u0003\u0001\u0000l\u0003\u0000\u0000l\u0003���\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0001\u0000L\u0003\u0000\u0000\f\u0003\u0000\u0000�\u0002��l\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000T\u0001\u0000\u0000\u0004\u0001\u0001\u0000�\u0000\u0000\u0000@\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000L�\u0000\u0000<�\u0001\u0000\f�����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000t�\u0001\u0000T���4���������\u0000\u0000����T�\u0000\u0000T���4�\u0000\u0000\u0014�\u0000\u0000\u0014�\u0000\u0000\u0014�\u0000\u00004�\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u00004�\u0000\u0000��\u0000\u0000����l�\u0000\u0000��\u0000\u0000P\u0000���\u0000\u0001\u00004\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001��L\u0002\u0000\u0000l\u0002\u0001\u0000�\u0002\u0000\u0000�\u0002\u0001\u0000�\u0002\u0000\u0000�\u0002��,\u0002\u0000\u0000\f\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000T\u0001\u0000\u0000\u0014\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000\u0000\u0000h\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000$\u0001��T\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0001\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0001\u0000t\u0001\u0000\u0000d\u0001\u0001\u0000\u0014\u0001���\u0000\u0000\u0000p\u0000\u0000\u0000 \u0000\u0000\u0000��\u0001\u0000L�\u0000\u0000����t���\u0014�\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000t�\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000T�\u0000\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000L�\u0000\u0000\\�\u0000\u0000l�\u0000\u0000l�\u0001\u0000\\�\u0000\u0000<�\u0000\u0000\u001c�\u0000\u0000\f�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\u001c�\u0000\u0000|�������@\u0000\u0000\u0000�\u0000\u0000\u00004\u0001\u0001\u0000�\u0001\u0000\u0000,\u0002\u0001\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000l\u0003\u0000\u0000l\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u001c\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000L\u0003\u0000\u0000\f\u0003\u0000\u0000�\u0002\u0000\u0000\f\u0002���\u0001\u0000\u0000\u0004\u0001\u0001\u0000�\u0000��\b\u0000\u0000\u0000��\u0000\u0000\u001c�����\u0001\u0000t�\u0000\u0000T�\u0000\u0000\u0014�����\u0001\u0000������\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000\u0014�\u0000\u0000T���T�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000t�\u0000\u0000t�����\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000\f���<�\u0000\u0000��\u0000\u0000��\u0000\u0000@\u0000\u0000\u0000�\u0000\u0000\u0000$\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000l\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000,\u0003\u0001\u0000L\u0003\u0000\u0000�\u0003\u0001\u0000�\u0003\u0000\u0000,\u0003\u0001\u0000,\u0003���\u0002\u0000\u0000�\u0002\u0000\u0000L\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000$\u0001\u0000\u0000�\u0000\u0000\u0000P\u0000\u0000\u0000��\u0001\u0000��\u0000\u0000<�\u0000\u0000��\u0001\u0000��\u0001\u0000��\u0000\u0000T�\u0000\u0000T���4�\u0001\u00004�\u0001\u00004���T�\u0001\u0000T�\u0001\u0000t�\u0001\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000t�\u0000\u0000t�\u0000\u0000T�\u0000\u0000T�\u0001\u0000T�\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000<�\u0000\u0000|�������\u0018\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000\u0014\u0001\u0001\u0000d\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000\f\u0002\u0000\u0000,\u0002\u0000\u0000L\u0002\u0001\u0000L\u0002\u0000\u0000,\u0002\u0000\u0000L\u0002\u0000\u0000\f\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000T\u0001��$\u0001\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000p\u0000\u0000\u0000X\u0000\u0000\u0000P\u0000\u0000\u0000P\u0000\u0000\u0000@\u0000\u0000\u0000H\u0000\u0000\u0000X\u0000\u0000\u0000`\u0000\u0000\u0000`\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000p\u0000\u0000\u0000X\u0000\u0001\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000l���\u001c�\u0001\u0000��\u0000\u0000��\u0001\u0000T�\u0001\u0000��\u0000\u0000������\u0001\u0000t�\u0000\u0000T�\u0000\u0000t�\u0001\u0000t�����\u0000\u0000��\u0000\u0000��\u0001\u00004�\u0000\u0000t�\u0000\u0000��\u0000\u0000\f�\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0000\u0000@\u0000\u0001\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000$\u0001\u0000\u00004\u0001\u0000\u0000T\u0001\u0000\u0000T\u0001\u0000\u0000d\u0001\u0000\u0000T\u0001��T\u0001\u0000\u0000T\u0001\u0000\u0000D\u0001\u0000\u0000D\u0001\u0000\u0000D\u0001\u0000\u0000D\u0001\u0000\u0000T\u0001\u0000\u0000D\u0001\u0001\u0000d\u0001\u0000\u0000t\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0001\u0000�\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000t\u0001\u0000\u0000D\u0001���\u0000���\u0000\u0000\u0000P\u0000��\u0000\u0000\u0001\u0000��\u0001\u0000L�\u0000\u0000��\u0000\u0000t�\u0000\u00004�\u0000\u0000��\u0000\u0000��\u0000\u0000t�\u0000\u0000T�\u0000\u00004�\u0001\u0000\u0014�����\u0001\u0000��\u0001\u0000\u0014�\u0000\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000,�\u0001\u0000|�\u0001\u0000��\u0000\u0000��\u0000\u00000\u0000\u0000\u0000P\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0004\u0001\u0001\u00004\u0001\u0000\u0000d\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000\f\u0002\u0000\u0000\f\u0002\u0000\u0000,\u0002\u0000\u0000L\u0002\u0000\u0000l\u0002\u0000\u0000l\u0002\u0000\u0000l\u0002\u0000\u0000l\u0002\u0000\u0000L\u0002\u0000\u0000,\u0002\u0000\u0000,\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001��t\u0001\u0000\u0000D\u0001\u0000\u0000\u0004\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000@\u0000\u0001\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000��\u0000\u0000t���T�\u0000\u00004���\u0014���\u0014�\u0000\u0000\u0014�\u0000\u0000\u0014�\u0000\u0000\u0014�\u0000\u00004���T�\u0001\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000\f�\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000\u0010\u0000�� \u0000\u0000\u00000\u0000\u0000\u00000\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0001\u0000\b\u0000\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u0000l���\\�\u0000\u0000\\�\u0001\u0000<���L�\u0000\u0000<�\u0000\u0000l�\u0000\u0000|�\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u0000H\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0014\u0001\u0000\u0000D\u0001��t\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\f\u0002��,\u0002��L\u0002\u0000\u0000l\u0002\u0000\u0000l\u0002\u0001\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000l\u0002\u0000\u0000�\u0002\u0000\u0000,\u0002\u0001\u0000\f\u0002\u0000\u0000�\u0001\u0001\u0000t\u0001\u0000\u0000$\u0001\u0000\u0000�\u0000\u0001\u0000p\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000<�\u0000\u0000����t�\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000T�\u0000\u0000\u0014�\u0001\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000d�\u0000\u0000d�\u0000\u0000d�\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00004�\u0000\u0000��\u0000\u0000��\u0000\u00004�\u0000\u0000t�\u0001\u0000��\u0000\u0000\\�\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000t\u0001���\u0001\u0000\u0000,\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000,\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003���\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003���\u0003\u0000\u0000�\u0003\u0000\u0000l\u0003\u0000\u0000,\u0003\u0000\u0000�\u0002\u0000\u0000l\u0002\u0000\u0000\f\u0002\u0000\u0000�\u0001\u0000\u0000D\u0001\u0001\u0000�\u0000\u0000\u0000X\u0000\u0000\u0000����l�\u0000\u0000\f�\u0000\u0000��\u0000\u0000T�\u0000\u0000��\u0001\u0000��\u0000\u0000t�\u0000\u0000T�\u0000\u00004�\u0001\u0000\u0014�\u0000\u0000\u0014�\u0000\u0000\u0014�\u0000\u0000\u0014�\u0000\u0000\u0014�\u0001\u00004�\u0000\u0000T�\u0001\u0000��\u0000\u0000��\u0000\u0000������\u0000\u00004�\u0000\u0000t�\u0000\u0000��������,�\u0000\u0000l�����\u0000\u0000��\u0000\u0000\u0018\u0000��X\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0014\u0001\u0000\u00004\u0001\u0000\u0000d\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0001\u0000d\u0001\u0000\u00004\u0001\u0000\u0000$\u0001\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000`\u0000\u0001\u0000@\u0000\u0000\u0000\u0010\u0000\u0001\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000l�\u0000\u0000\\�\u0000\u0000<�\u0000\u0000<�\u0000\u0000\u001c�\u0000\u0000\u001c�\u0000\u0000\f�\u0000\u0000\f�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\f�\u0000\u0000\f�\u0000\u0000\u001c���\u001c�\u0000\u0000\f�\u0001\u0000\u001c�\u0000\u0000\u001c�\u0000\u0000\u001c�\u0000\u0000,�\u0000\u0000\\�\u0000\u0000L�\u0000\u0000l�\u0000\u0000l�\u0000\u0000|�\u0001\u0000|���|�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000 \u0000\u0000\u00000\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000`\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000��\u0004\u0001��\u0004\u0001\u0000\u0000$\u0001��$\u0001\u0000\u0000$\u0001\u0000\u0000$\u0001\u0000\u0000\u0014\u0001\u0001\u0000\u0004\u0001\u0000\u0000\u0014\u0001\u0000\u0000\u0004\u0001\u0000\u0000�\u0000���\u0000\u0001\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000\u0000\u0000p\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000��\u0001\u0000��\u0000\u0000|�\u0000\u0000\\�\u0000\u0000L�\u0000\u0000<�\u0001\u0000\u001c�\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000\f���<�\u0000\u0000L�\u0000\u0000l�\u0000\u0000|�����\u0001\u0000��\u0001\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000X\u0000\u0000\u0000p\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0014\u0001��$\u0001\u0000\u0000D\u0001\u0000\u0000T\u0001��d\u0001\u0000\u0000�\u0001\u0000\u0000t\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000d\u0001\u0000\u0000d\u0001\u0000\u0000T\u0001\u0000\u0000D\u0001\u0000\u0000\u0014\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000@\u0000\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u0000L�\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000<�\u0000\u0000\\�\u0000\u0000|�\u0000\u0000��\u0000\u0000����\u0000\u0000\u0000\u0000 \u0000\u0000\u00008\u0000\u0000\u0000X\u0000\u0000\u0000p\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000p\u0000\u0000\u0000`\u0000\u0000\u0000H\u0000��8\u0000\u0000\u0000(\u0000\u0001\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0001\u0000 \u0000\u0000\u0000 \u0000\u0000\u00000\u0000\u0000\u00000\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0001\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0001\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000��\u0018\u0000��(\u0000\u0001\u00008\u0000\u0001\u0000@\u0000\u0000\u0000P\u0000\u0001\u0000h\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000���\u0000\u0001\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000x\u0000\u0000\u0000`\u0000\u0000\u0000`\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000����\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��������|�\u0000\u0000l�\u0000\u0000l�\u0000\u0000\\�\u0000\u0000\\�\u0000\u0000L�\u0000\u0000L�\u0000\u0000L�\u0000\u0000L�\u0000\u0000\\�\u0000\u0000\\�\u0000\u0000\\�\u0000\u0000l���l�\u0000\u0000|�\u0000\u0000��\u0000\u0000|�\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000\u0000\u0000�� \u0000\u0000\u00000\u0000\u0001\u0000@\u0000\u0000\u0000H\u0000��X\u0000\u0000\u0000p\u0000\u0000\u0000p\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0001\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000h\u0000\u0000\u0000`\u0000\u0000\u0000`\u0000\u0000\u0000H\u0000\u0001\u0000H\u0000\u0000\u00000\u0000\u0000\u00000\u0000�� \u0000��0\u0000\u0001\u0000\u0010\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0010\u0000��\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000 \u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0001\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000@\u0000��P\u0000��X\u0000\u0000\u0000X\u0000��`\u0000\u0000\u0000p\u0000\u0000\u0000x\u0000\u0000\u0000p\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000��p\u0000\u0000\u0000p\u0000\u0000\u0000h\u0000��P\u0000\u0001\u0000P\u0000\u0000\u00008\u0000��(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0001\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000��\u0001\u0000��\u0000\u0000������\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��8\u0000\u0000\u0000X\u0000\u0000\u0000`\u0000��`\u0000\u0000\u0000h\u0000\u0000\u0000p\u0000\u0000\u0000�\u0000\u0001\u0000x\u0000\u0000\u0000p\u0000\u0001\u0000p\u0000\u0000\u0000x\u0000\u0000\u0000p\u0000��x\u0000��x\u0000\u0001\u0000p\u0000��h\u0000\u0001\u0000h\u0000\u0000\u0000`\u0000��p\u0000\u0000\u0000X\u0000\u0000\u0000P\u0000\u0000\u0000P\u0000\u0000\u0000@\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000|�\u0000\u0000l�\u0000\u0000|�\u0000\u0000|�\u0000\u0000|�\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0001\u0000������\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000 \u0000\u0000\u0000 \u0000�� \u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000������\u0001\u0000������\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0001\u0000\b\u0000��(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��������\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u00000\u0000��8\u0000\u0000\u0000X\u0000\u0000\u0000p\u0000���\u0000\u0001\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000\u0000\u0000X\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0001\u0000|�\u0000\u0000\\�\u0000\u0000L�\u0000\u0000<�\u0000\u0000<�\u0000\u0000,�\u0000\u0000<�\u0000\u0000<�\u0001\u0000\\�\u0001\u0000\\���|�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000P\u0000\u0000\u0000P\u0000\u0000\u0000X\u0000��X\u0000\u0000\u0000P\u0000\u0000\u0000@\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000������\u0000\u0000��\u0001\u0000��\u0001\u0000��\u0000\u0000��\u0001\u0000��\u0001\u0000\u0000\u0000\u0000\u0000 \u0000��H\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000\u0000\u0000\u0004\u0001\u0000\u0000\u0004\u0001\u0000\u0000\u0014\u0001\u0000\u0000\u0004\u0001��\u0004\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0001\u00008\u0000\u0000\u0000��\u0000\u0000��\u0001\u0000|���L�\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000������\u0001\u0000��\u0000\u0000��\u0000\u0000\f���,�\u0000\u0000L�\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000 \u0000��X\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000`\u0000\u0001\u0000@\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000\\�\u0000\u0000\\�\u0000\u0000L�\u0001\u0000L�\u0000\u0000\\�\u0000\u0000|�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010\u0000��P\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000\u0001\u0000\u0004\u0001��$\u0001\u0000\u0000$\u0001\u0000\u00004\u0001\u0000\u0000$\u0001��\u0014\u0001\u0000\u0000\u0014\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000p\u0000��(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000L�\u0000\u0000\f�\u0000\u0000��\u0000\u0000����������\u0000\u0000����\f�\u0000\u0000<�\u0000\u0000l�����\u0000\u0000��\u0000\u0000\u0010\u0000��@\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000��X\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u0000<�\u0000\u0000\f�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0001\u0000����\u001c�\u0000\u0000L�\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000h\u0000\u0000\u0000�\u0000��\u0004\u0001\u0000\u0000D\u0001��t\u0001\u0000\u0000�\u0001\u0001\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000d\u0001\u0000\u00004\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000X\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000|�\u0001\u0000<�\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000,�\u0000\u0000L�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00000\u0000\u0000\u0000X\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0001\u0000@\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000l�\u0000\u0000\u001c�\u0000\u0000������\u0000\u0000t�\u0000\u0000T�\u0000\u0000T�\u0000\u0000T�\u0000\u0000t�\u0000\u0000������\u0000\u0000\f�\u0000\u0000\\�\u0001\u0000��\u0000\u0000����@\u0000���\u0000\u0000\u0000�\u0000\u0000\u00004\u0001\u0000\u0000d\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0001\u0000�\u0001\u0001\u0000�\u0001\u0000\u0000T\u0001\u0000\u0000\u0014\u0001\u0001\u0000�\u0000���\u0000\u0000\u0000(\u0000\u0001\u0000��\u0000\u0000l���<�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0001\u0000\f�\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0000\u0000@\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0001\u0000D\u0001\u0000\u0000t\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0001\u0000�\u0001\u0001\u0000�\u0001\u0000\u0000d\u0001\u0000\u00004\u0001���\u0000\u0000\u0000p\u0000�� \u0000\u0000\u0000��\u0000\u0000L�\u0000\u0000��\u0000\u0000����t���T�\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000\u0014�\u0001\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000,�\u0000\u0000|�\u0000\u0000����0\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000$\u0001\u0000\u00004\u0001\u0001\u00004\u0001��4\u0001\u0001\u0000\u0004\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000`\u0000�� \u0000\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000��X\u0000\u0000\u0000p\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000`\u0000\u0000\u0000@\u0000�� \u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000l�\u0001\u0000|�����\u0000\u0000l�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000 \u0000\u0000\u0000@\u0000\u0000\u0000h\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000@\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0001\u0000l�\u0000\u0000,�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000t���T�\u0001\u0000T�\u0000\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000\f�\u0000\u0000L�\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000�\u0000\u0000\u0000\u0004\u0001\u0000\u0000D\u0001\u0000\u0000t\u0001���\u0001\u0001\u0000�\u0001\u0000\u0000�\u0001\u0001\u0000�\u0001\u0000\u0000t\u0001\u0000\u0000T\u0001\u0000\u0000\u0014\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000p\u0000\u0001\u0000P\u0000\u0000\u0000(\u0000\u0001\u0000(\u0000\u0001\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0001\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000 \u0000\u0001\u0000 \u0000\u0000\u0000 \u0000\u0001\u0000 \u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000\\���<���\f�\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0001\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000,�\u0000\u0000\\�\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000 \u0000\u0000\u0000@\u0000\u0001\u0000X\u0000��h\u0000\u0000\u0000p\u0000\u0000\u0000x\u0000\u0000\u0000x\u0000\u0001\u0000p\u0000\u0000\u0000h\u0000\u0000\u0000h\u0000\u0000\u0000p\u0000��X\u0000\u0000\u0000X\u0000\u0000\u0000P\u0000\u0000\u0000P\u0000\u0000\u0000H\u0000\u0000\u0000X\u0000��@\u0000\u0000\u0000P\u0000\u0000\u0000P\u0000\u0000\u0000X\u0000\u0000\u0000h\u0000\u0000\u0000`\u0000��h\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0001\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000x\u0000\u0000\u0000x\u0000\u0000\u0000P\u0000��@\u0000��(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��������|�\u0000\u0000|���l�\u0000\u0000l�\u0000\u0000\\���\\�\u0000\u0000L�\u0000\u0000L�\u0000\u0000<�\u0000\u0000L�\u0001\u0000<�\u0000\u0000L�\u0000\u0000\\�\u0000\u0000L�\u0000\u0000\\�\u0000\u0000\\�\u0003\u0000l�\u0003\u0000l�\u0004\u0000|�\u0003\u0000��\u0003\u0000��\u0003\u0000��\u0002\u0000��\u0003\u0000��\u0001\u0000��\u0001\u0000��\u0003\u0000\b\u0000\u0001\u0000\b\u0000\u0002\u00008\u0000\u0002\u0000H\u0000\u0000\u0000`\u0000\u0000\u0000�\u0000���\u0000���\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000��x\u0000��`\u0000��H\u0000��\u0018\u0000����������������������l���l���l���\\���\\���\\���\\���\\���l���l�������������������������������������������������������������������������������������������\b\u0000������\b\u0000��\u0018\u0000��8\u0000��@\u0000��`\u0000��h\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000\u0000\u0000�\u0000���\u0000���\u0000\u0000\u0000�\u0000���\u0000��P\u0000\u0000\u0000@\u0000\u0001\u0000\u0018\u0000\u0000\u0000����������\u0000\u0000��\u0000\u0000����|���\\�\u0001\u0000\\�\u0000\u0000\\���L�\u0000\u0000\\���L���\\���\\���l�������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������\u0002\u0000��\b\u0000��\u0006\u0000��\b\u0000��\u0003\u0000��\u0006\u0000��\u0002\u0000��������������\u0000\u0000\b\u0000\u0001\u0000\u0018\u0000\u0002\u00008\u0000\u0003\u0000@\u0000��P\u0000��h\u0000��x\u0000���\u0000���\u0000\u0000\u0000�\u0000\u0003\u0000�\u0000\u0001\u0000�\u0000���\u0000���\u0000���\u0000���\u0000���\u0000��x\u0000��h\u0000��P\u0000\u0000\u0000@\u0000��0\u0000��\u0018\u0000����������������\u0001\u0000��\u0003\u0000��\u0002\u0000��\u0003\u0000��\u0001\u0000|���|�\u0001\u0000��\u0001\u0000��\u0004\u0000��\u0006\u0000��\u0007\u0000��\b\u0000��\u0005\u0000��\u0004\u0000��\u0005\u0000��\u0003\u0000��\u0003\u0000��\u0005\u0000\b\u0000\u0006\u0000\u0018\u0000\f\u0000\u0018\u0000\u000f\u0000\u0010\u0000\u0012\u0000 \u0000\u0019\u0000\u0010\u0000\u001d\u0000 \u0000 \u0000\u0010\u0000$\u0000\u0010\u0000%\u0000\u0010\u0000$\u0000\u0000\u0000 \u0000\u0000\u0000 \u0000��\u001d\u0000��\u001b\u0000��$\u0000��+\u0000��0\u0000��<\u0000��F\u0000��O\u0000��L\u0000��O\u0000��b\u0000��m\u0000��v\u0000��~\u0000\b\u0000�\u0000\u0018\u0000�\u00008\u0000x\u00008\u0000q\u0000@\u0000o\u0000P\u0000m\u0000X\u0000p\u0000h\u0000x\u0000p\u0000�\u0000p\u0000\u0000x\u0000\u0000p\u0000y\u0000p\u0000o\u0000h\u0000h\u0000`\u0000`\u0000P\u0000`\u0000H\u0000[\u00008\u0000U\u00008\u0000M\u0000\u0010\u0000?\u0000\u0000\u0000/\u0000��\u001d\u0000��\r\u0000��\u0001\u0000��������������������������l���C���\u0018���������������������\u0000\u0000��\u0010\u0000�� \u0000z�0\u0000x�(\u0000��8\u0000��8\u0000��@\u0000��@\u0000\u0015�@\u0000Z�8\u0000��(\u0000��8\u0000E\u0000\u0010\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000���\u0000��\u0006\u0001��\u0018\u0001��/\u0001��>\u0001��O\u0001��_\u0001��k\u0001��p\u0001��s\u0001��{\u0001��|\u0001��|\u0001\b\u0000r\u0001\u0018\u0000b\u0001(\u0000G\u0001(\u0000\u0018\u00018\u0000�\u0000@\u0000�\u0000P\u0000e\u0000H\u0000\u001b\u0000X\u0000��`\u0000��`\u0000H�X\u0000��h\u0000��P\u0000H�`\u0000��H\u0000��8\u0000O� \u0000\u0006�\u0010\u0000��\u0000\u0000K�����������M���%���:���a�������'�|��\u0000��i\u0001|�n\u0002��7\u0002���\u0001��d\u0001���\u0000��|\u0000������������\b\u0000D�\u0018\u0000_�(\u0000E�8\u0000��8\u0000�\u0000@\u0000w\u0001@\u0000�\u00028\u0000�\u0003H\u00008\u0004H\u0000r\u0004@\u0000�\u00030\u0000�\u00030\u0000�\u0002\u0018\u0000�\u0002\u0018\u0000f\u0002\b\u0000\r\u0002\b\u0000\u001b\u0002���\u0001��d\u0001��\u001d\u0001���\u0000���\u0000���\u0000���\u0000��\u0018\u0001��\u0007\u0001��\b\u0001���\u0000��i\u0000\b\u0000>\u0000\b\u0000��(\u0000��8\u0000��@\u0000��P\u0000��X\u0000��h\u0000��p\u0000 �p\u0000���\u0000#�p\u0000}�h\u0000��h\u0000T�P\u0000��P\u0000��8\u00006�\u0018\u0000��\b\u0000f���2�������\r���}����\u0000|��\u0001l��\u0001\\�G\u0001\\��\u0000l�e\u0000l�\u0010\u0000|���|�\u0013\u0000������X���\u0017�����\u0000\u0000\u0003� \u0000f�8\u00009\u0000H\u0000`\u0001h\u0000[\u0002p\u0000#\u0003�\u0000�\u0003p\u0000�\u0003�\u0000�\u0003x\u0000�\u0003p\u0000S\u0003`\u0000\u0019\u0003X\u0000�\u00028\u0000�\u0002 \u0000�\u0002\u0000\u00009\u0002���\u0001���\u0001���\u0001��t\u0001��t\u0001���\u0001���\u0001��\u0001��@\u0001���\u0000���\u0000��*\u0000��\b\u0000��\u0004\u0000\b\u0000\u000e\u0000(\u0000\b\u0000@\u0000��`\u0000��x\u0000\u0012��\u0000u��\u0000���\u0000H��\u0000\u0006��\u0000���\u0000v��\u0000\u001f��\u0000���\u0000\u0005�p\u0000.�H\u0000+�(\u0000��\u0018\u0000+���\u0002���<���v�|�f\u0001\\�j\u0002<�J\u0002,�\u0001\f��\u0000��G\u0000��'\u0000��d\u0000\f��\u0000\u001c��\u0000<�:\u0000l�����\u0010�������\u000f�\u0010\u0000.\u0000P\u0000�\u0001x\u0000.\u0003�\u0000g\u0004�\u0000�\u0004�\u0000�\u0004�\u0000H\u0004�\u0000�\u0003�\u0000=\u0003�\u0000�\u0002�\u0000\u0010\u0003�\u0000A\u0003p\u0000\u001d\u0003P\u0000�\u0002\u0018\u0000\u0016\u0002���\u0001��Q\u0001��@\u0001���\u0001\\��\u0001L��\u0001<��\u0001<��\u0000<�>\u0000\\���l�z�����������\u001b\u0000\u0010\u0000\u0001\u0000P\u0000��x\u0000���\u0000A��\u0000���\u0000���\u0000��\u0014\u0001o�\u0004\u00016�\u0014\u0001��\u0014\u00018��\u0000���\u0000M��\u0000���\u0000t�`\u0000I�@\u0000��\b\u00008���p���\u0017���\u000e�l���<��\u0001\u001c��\u0002\u001c�\u000e\u0002���\u0001��\u0016\u0001���\u0000���\u0000\u001c��\u0000,��\u0001<��\u0001L��\u0001|��\u0001���\u0001��\f\u0002���\u0002\b\u0000S\u0003(\u0000@\u0004`\u0000�\u0004`\u0000�\u0004x\u0000�\u0004p\u0000<\u0004p\u0000�\u0003x\u0000�\u0003p\u0000�\u0003`\u0000p\u0003X\u0000\u001a\u0003H\u0000�\u00020\u0000\\\u0002 \u0000�\u0001\u0000\u0000h\u0001��\u0019\u0001���\u0000���\u0000��R\u0000������<�������V���\u0014���\u001e���\u0007���\u0016�����\b\u0000��8\u0000��P\u0000��p\u0000���\u0000���\u0000���\u0000]��\u0000���\u0000���\u0000t��\u0000���\u00005��\u0000���\u0000N��\u00004�x\u0000��h\u0000��P\u0000+� \u0000\u001d�\u0000\u0000�\u0001��\u001b\u0003��\u0007\u0004��B\u0004��?\u0003|��\u0002l��\u0002L��\u0002L�7\u0003<�q\u0003<��\u0003,��\u0003L��\u0002L�j\u0002L��\u0001l��\u0001l��\u0001|�%\u0002���\u0002���\u0002���\u0002���\u0002\u0000\u0000\u001e\u0002\u0010\u0000-\u0002 \u0000\r\u0002@\u0000�\u0001P\u0000�\u0001X\u0000\u0013\u0001`\u0000�\u0000p\u0000\t\u0000h\u0000�h\u0000p�p\u0000R�H\u0000��H\u0000��8\u00009�@\u0000��0\u0000!�0\u0000{�(\u0000\u001d�\u0018\u0000\u001f�\u0018\u0000t�\u0018\u0000��(\u0000`� \u0000�� \u0000}�0\u0000-�@\u0000��H\u0000��X\u0000q�`\u0000]�p\u0000U�x\u0000\u0014��\u0000���\u0000���\u0000l��\u0000\\��\u0000e�p\u0000��p\u0000v�h\u0000j�P\u0000 �@\u0000�\u0001 \u0000w\u0003\u0010\u0000^\u0004���\u0003���\u0002���\u0002��\u0010\u0003l��\u0003L�v\u0004,��\u0004\f��\u0004���\u0003��u\u0002��\u0006\u0002���\u0001��<\u0002��\f\u0003���\u0003���\u0003\f�J\u0003,�\u0016\u0003\\��\u0002l��\u0002��V\u0003��|\u0003��0\u0003(\u0000�\u0002H\u0000�\u0001p\u0000T\u0001�\u0000�\u0000�\u0000\u0000\u0000�\u0000���\u0000���\u0000S��\u0000��\u0004\u0001���\u0000J��\u0000���\u0000\u0006��\u0000���\u0000j��\u0000\b�h\u0000d�X\u0000��0\u0000�� \u0000��\u0000\u0000����r�����������Q���*�����������m������������\u0001���\u0003���\u0004���\u0003��\u0013\u0003\u0018\u0000�\u0002(\u0000�\u00028\u00009\u0003@\u0000\u000e\u0004P\u0000�\u0004`\u0000\u0005\u0004h\u0000�\u0002P\u0000�\u0002`\u0000�\u0002X\u0000\u0013\u0003X\u0000\f\u0004@\u0000\u0003\u00050\u0000o\u0005\u0010\u0000\r\u0005���\u0004���\u0004���\u0004���\u0004l�M\u0005\\�Y\u0005L��\u0004<�b\u0003\u001c�\u0017\u0002,��\u0000\u001c���\u001c�)�\u001c�N�<���L���|���������t���\u0003�\b\u0000\u0013� \u0000��P\u0000��p\u0000\u0007��\u0000\n��\u00004��\u0000���\u0000���\u0000���\u0000S��\u0000\t��\u0000���\u0000y��\u0000���\u0000���\u0000P\u0002h\u0000s\u0004P\u0000�\u0005@\u0000\u0004\u00058\u0000^\u0004(\u0000#\u0004(\u0000�\u0003\b\u0000�\u0003\u0018\u0000 \u0003\u0010\u0000�\u0002\u0000\u0000�\u0001\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�\u0000 \u0000\u0003 \u0000f\u0006\u0018\u0000P\b(\u0000:\t(\u0000\u0015\t8\u0000\u001b\b0\u0000T\u0006@\u0000%\u0005@\u0000�\u00048\u0000d\u0004\u0018\u0000\r\u0004\u0018\u0000�\u0003\u0018\u0000�\u0002\b\u00006\u0001��u���}�����������I�����l�S�L�U�<���<���\u001c�\u001b�\f�Z�\u001c�������\f�\u0007�\f���,�s�,���L���|����\u001c���������\u0018\u0000\u0014\u0003H\u0000�\u0006�\u0000�\u0007�\u0000�\u0007�\u0000�\u0005�\u0000�\u0004�\u0000T\u0004\u0004\u0001�\u0003\u0014\u0001�\u0003\u0014\u0001�\u0002\u0014\u0001Y\u0001�\u0000���\u0000���\u0000���\u0000���\u0000��x\u0000\u0016�P\u0000�\u0000@\u0000M\u0003\u0018\u0000�\u0005��n\b��8\n��U\u000b���\u000b���\n��E\b���\u0004��C\u0002���\u0000�����������\u0000���\u0000\u0000\u0000����V�\u0010\u0000��\u0010\u0000\u0013�\u0018\u0000h�\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����7���m���������������������{����l�c�l���l�n\u0002\\��\u0006\\��\t\\��\tl��\b|��\u0007��1\u0006���\u0005���\u0004��t\u0003��r\u0001��\b�\b\u0000\u001d�8\u0000�P\u0000��`\u0000���\u0000��\u0000���\u0000���\u0000y\u0002�\u0000�\u0005�\u0000�\b�\u0000�\n�\u0000�\u000b�\u0000�\u000b�\u0000\u001e\n�\u0000\u0011\u0007p\u0000�\u0003`\u0000C\u00018\u0000��(\u0000��\u0018\u0000\u001f\u0000\b\u0000����s���a�����������\u0013���Y���\u001a\u0000��&\u0000��������������\u000e���s���}�\b\u0000��\u0018\u0000j�\u0018\u0000��(\u0000��(\u0000F� \u0000�� \u0000�� \u0000:\u0000 \u0000�\u0002\u0010\u0000S\u0004\u0010\u0000�\u0003\u0000\u0000�\u0003��1\u0004���\u0004���\u0005��\u001d\u0006��N\u0006���\u0004|��\u0001|���l���|���l���|���|�\u0015�|�����k\u0000��u\u0001���\u0001��4\u0002\u0000\u0000�\u0002 \u0000�\u0003P\u0000<\u0004h\u0000�\u0003�\u0000�\u0003�\u0000�\u0002�\u0000�\u0001�\u0000A\u0001�\u0000Q\u0001�\u0000�\u0001�\u0000�\u0001�\u0000O\u0002�\u0000�\u0002�\u0000�\u0001�\u0000$\u0001`\u0000�\u0000X\u0000�\u0000H\u0000[\u0000 \u0000;\u0000\u0010\u00005\u0000��X\u0000��:\u0000��\u0012\u0000��\u0006\u0000��x�������\u0005���\u0001�����������m���3���\t�������R���\\���4�\u0000\u0000d�\u0010\u0000��\u0010\u0000�� \u0000/� \u0000\u0006\u0000 \u0000�\u0000\u0018\u0000�\u0001\u0018\u0000\u0012\u0001\u0018\u0000W\u0000\b\u0000$\u0000\b\u0000�\u0000��\u0003\u0001���\u0000��\n\u0001���\u0000��~\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000��\u001e\u0001���\u0001���\u0002��g\u0003���\u0003��\u0004\u0004\u0000\u0000G\u0004\u0010\u0000^\u0004 \u0000N\u0004(\u0000\b\u00048\u0000�\u00038\u0000�\u0002@\u0000F\u0002P\u0000�\u0001H\u0000\u001b\u0001X\u0000�\u0000P\u0000��P\u0000��@\u0000\u0007�8\u0000��8\u0000G�(\u0000?� \u0000D�\u0010\u0000f�\u0000\u0000`�\u0000\u0000!���-���\u0016�������j�������v���\u0001���������������'�����������������\b\u0000�\u0000\u0018\u0000O\u0001\u0018\u0000�\u0001(\u0000K\u00020\u0000�\u0002@\u0000\u0007\u0003@\u0000P\u00038\u0000|\u0003H\u0000�\u0003H\u0000D\u0003P\u0000�\u00020\u0000Z\u0002(\u0000�\u0001\u0018\u0000�\u0001\b\u0000�\u0001���\u0001��\u001c\u0002��k\u0002���\u0002���\u0002���\u0002��\u0019\u0003��0\u0003��2\u0003��\r\u0003���\u0002��7\u0002���\u0001���\u0000��V\u0000������;�\u0000\u0000��\u0010\u0000P� \u0000\u0003�0\u0000��8\u0000��H\u0000��@\u0000��P\u0000��`\u0000��X\u0000��P\u0000��P\u0000��@\u0000m�8\u0000\u001d�8\u0000��(\u0000O�\u0010\u00003�\u0000\u0000g�\u0000\u0000����x���\u0017�������~���\u0005\u0000���\u0000��\u000f\u0001���\u0001��'\u0002���\u0002���\u0002��\u001b\u0003��\u0007\u0003���\u0002\u0000\u0000�\u0002\u0010\u0000Y\u0002 \u0000\u0013\u0002 \u0000�\u0001(\u0000�\u00018\u0000�\u00018\u0000�\u0001@\u0000�\u0001@\u0000�\u0001P\u0000�\u0001(\u0000�\u0001(\u0000�\u0001(\u0000\u0003\u0002\u0018\u0000\b\u0002\u0010\u0000�\u0001\u0000\u0000�\u0001��u\u0001��)\u0001���\u0000���\u0000��-\u0000������Z���������������q���u���~���x���e���7�\u0000\u0000\b�\u0000\u0000��\u0010\u0000�� \u0000�� \u0000R� \u0000\u001d�0\u0000��(\u0000��(\u0000��\b\u00005�\u0018\u0000��\u0018\u0000\u0015�\u0018\u0000��\u0000\u0000\u0003�\u0000\u0000a�\u0000\u0000��������D\u0000���\u0000���\u0000��$\u0001��Z\u0001��x\u0001��}\u0001��|\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0010\u0000�\u0001\b\u0000�\u0001\b\u0000|\u0001\b\u0000]\u0001\b\u0000<\u0001\u0018\u0000#\u0001\u0018\u0000\u0011\u0001\u0018\u0000\b\u0001\u0018\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\u0018\u0000�\u0000���\u0000���\u0000���\u0000���\u0000���\u0000��Q\u0000��\u001e\u0000������������������k���&�����������F���'��� ���\u000f�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000#�\u0000\u0000~�\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000\u000f�\u0010\u00004�\b\u0000r�\b\u0000��\b\u0000\u0013\u0000\b\u0000I\u0000\b\u0000e\u0000\b\u0000z\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000G\u0001\b\u0000\u0001\b\u0000�\u0001\b\u0000w\u0001\b\u0000L\u0001\b\u0000\u001f\u0001\u0018\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000���\u0000���\u0000\b\u0000�\u0000���\u0000���\u0000��)\u0001��1\u0001��\u0015\u0001���\u0000���\u0000���\u0000���\u0000��w\u0000��S\u0000��\u0014\u0000\b\u0000��\b\u0000��\b\u0000E�\b\u0000\u000f�����������m���=���\u000b�����������s�\u0000\u0000b�\b\u0000]�\b\u0000v�\b\u0000��\b\u0000��\b\u0000$�\b\u0000S�\b\u0000��\b\u0000��\b\u0000\u0013�\b\u0000Z�\b\u0000��\b\u0000��\b\u0000\u001c\u0000\b\u0000K\u0000\u0018\u0000|\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u00000\u0001\b\u0000\\\u0001\b\u0000{\u0001\b\u0000�\u0001\b\u0000y\u0001\u0000\u0000n\u0001\u0000\u0000h\u0001\u0000\u0000c\u0001\u0000\u0000W\u0001\u0000\u0000I\u0001\u0000\u0000;\u0001\u0000\u0000,\u0001\u0000\u0000\u001c\u0001\u0010\u0000\u0012\u0001\u0000\u0000\u0011\u0001\u0000\u0000\u0017\u0001\u0000\u0000\u001e\u0001�� \u0001��\u001d\u0001��\u000f\u0001���\u0000���\u0000���\u0000���\u0000��t\u0000��E\u0000��\u0019\u0000������������������o���A���\u0006�������t���@���\u0019���������������r�\u0000\u0000l�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0017�\u0000\u0000q�\u0000\u0000��\u0000\u0000��\u0010\u0000\u0011�\u0010\u0000Y�\b\u0000��\b\u0000��\b\u0000%\u0000\b\u0000U\u0000\b\u0000i\u0000\u0018\u0000\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000(\u0001\u0018\u0000E\u0001\b\u0000Q\u0001\b\u0000N\u0001\b\u0000F\u0001\b\u0000=\u0001\b\u0000D\u0001��6\u0001��\u001e\u0001��\u0007\u0001���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000|\u0000\u0000\u0000t\u0000\u0000\u0000m\u0000\u0000\u0000W\u0000\u0000\u00001\u0000\u0000\u0000\u0007\u0000\u0000\u0000�����\u0000\u00004�\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000{�\u0010\u0000R�\b\u0000-�\b\u0000\u000b�\b\u0000��\b\u0000\u0017�\b\u0000U�\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0003�\b\u0000&�\b\u0000[�\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0002\u0000\b\u0000\u0019\u0000\b\u0000\u0015\u0000\b\u0000^\u0000��z\u0000���\u0000���\u0000���\u0000\b\u0000.\u0002\b\u0000�\u0001���\u0000��o\u0001��`\u0001\b\u0000�\u0001���\u0001��,\u0001���\u0000���\u0000��\u000f\u0001��J\u0001��j\u0002��r\u0001\b\u0000�\u0000��5\u0001��V\u0001���\u0001���\u0001���\u0001\b\u0000�\u0001\b\u0000+\u0001\b\u0000J\u0001\b\u0000a\u0001\b\u0000L\u0001\b\u0000\f\u0001\b\u0000!\u0001\b\u0000�\u0000\b\u0000a\u0000\b\u0000�\u0000\b\u0000\u001a\u0000\b\u0000��\b\u0000��\b\u0000\u001e�\b\u0000M�\u0018\u0000'�\b\u0000��\b\u0000��\b\u0000e�\b\u0000��\b\u0000\u0015�\u0000\u0000��\u0000\u0000R�\u0000\u0000}�\u0000\u0000��\u0000\u0000\u0012\u0000\u0000\u0000\u000e\u0000\u0000\u0000�\u0000\u0000\u0000\n\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000!\u0001\u0000\u0000�\u0001\u0000\u0000T\u0001\u0000\u00005\u0002\u0000\u0000H\u0003\u0000\u0000\u0019\u0002\u0000\u0000X\u0001\u0000\u0000�\u0001\u0000\u0000^\u0002\u0000\u0000e\u0002\u0000\u0000v\u0001\u0000\u0000\u000f\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000X\u0003\u0000\u0000�\u0003\u0010\u0000\t\u0004\u0000\u0000�\u0003\u0000\u0000k\u0004\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000>\u0005\u0000\u0000�\u0005\u0000\u0000Z\u0006\u0000\u0000=\u0006\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000�\u0003���\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000X�\u0000\u0000��\u0000\u0000]�\u0000\u0000����\u0002�\u0000\u0000��\u0000\u0000\u001e�\u0000\u00005�\u0000\u0000��\u0000\u0000��\u0000\u0000L�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000O�\u0000\u0000O\u0000\u0010\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000v\u0001\u0000\u0000\u001d\u0000\u0000\u0000-�\u0000\u0000��\u0000\u0000a\u0000\u0000\u0000K�\u0000\u0000,�\u0000\u0000��\u0000\u0000\r�\u0000\u0000��\u0000\u0000D�\u0000\u0000\u0007���q�����\u0000\u0000��\u0000\u00005\u0000\u0000\u0000�\u0001\u0000\u0000F\u0002\u0000\u0000�\u0004\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000n\u0004\u0000\u0000q\u0005\u0000\u00008\u0007\u0000\u0000�\u0004\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000U\u0001\u0000\u0000��\u0000\u0000M�\u0000\u0000.�\u0000\u00005�\u0000\u00007���N�����������s�\u0000\u0000��\u0000\u0000��\u0000\u0000B���'�\b\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000\u0017�\u0000\u00004\u0000\u0000\u0000'\u0006\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u0000'\u0001\u0000\u0000\"�\u0000\u0000e�\u0000\u00008�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\f�\u0000\u0000f�\u0000\u0000G�\u0010\u0000��\u0000\u0000����Z���x���C����\u0000\u0000\u0000�\u0003\u0000\u0000�\u0007\u0000\u00001\b\u0000\u0000�\u0005\u0000\u0000e\u0007\u0000\u0000�\n\u0000\u0000\u001b\b\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000�\u0001\u0010\u0000;\u0000\u0000\u0000$�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\t�������g���8�������A���L�����\b\u0000&�\b\u0000��\u0018\u0000��\b\u0000.\u0004\b\u0000d�\b\u0000��\b\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000;\u0001\u0000\u0000����:�\b\u0000��\u0000\u0000\u0006�\u0000\u0000&\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000N�\u0000\u0000+\u0002\u0010\u0000\u001b\u0000\u0000\u0000y�\u0000\u0000z\u0003\u0000\u0000\r\u0005\u0000\u0000*\u0003\u0000\u0000�\u0002\u0000\u0000�\u0004\u0000\u0000\\\u0004\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u00005\u0004\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\\\u0003\u0000\u0000b\u0004\u0000\u0000a\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000<\u0004\u0000\u0000\u001c\u0003\u0000\u0000�\u0002\u0000\u0000\"\u0003\u0000\u0000\\\u0002\u0000\u0000%\u0001\u0000\u0000�\u0000\u0000\u0000w\u0000\u0000\u00000\u0000\u0000\u0000��\u0000\u0000\u001b�\u0000\u0000R�\u0000\u0000��\u0000\u0000|�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0011\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0010\u0000�\u0001\u0000\u0000\u0010\u0002\u0000\u0000�\u0002\u0000\u0000A\u0002\u0000\u0000�\u0001\u0000\u0000\u001d\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\n\u0002\u0000\u0000\u001f\u0002\u0000\u0000�\u0001���\u0001��2\u0002��A\u0002��*\u0002���\u0002��\u0014\u0003��v\u0003\b\u0000�\u0003���\u0003��?\u0004\b\u0000b\u0004\b\u0000�\u0004\b\u0000�\u0004\b\u0000�\u0004\b\u0000c\u0004\b\u0000*\u0004��\u0017\u0004\b\u0000�\u0003\b\u0000\u000e\u0003\b\u0000�\u0002\b\u0000g\u0002\u0018\u0000�\u0001\u0000\u0000_\u0001��\u001b\u0001\b\u0000�\u0000\b\u0000��\u0000\u0000��\u0000\u0000v�\u0000\u0000N�\u0000\u0000��\u0000\u0000I�\u0000\u0000N�\u0000\u0000H�\u0000\u0000*�\u0000\u0000\u0015�\u0000\u0000O�\u0000\u0000_�\u0010\u0000w�\u0000\u0000\u0003�\u0000\u0000I�\u0000\u0000\"�\u0000\u0000v�\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u00001\u0002\u0000\u0000�\u0004\u0010\u0000/\u0005\u0000\u0000\u0017\u0004\u0000\u0000�\u0003\u0000\u0000\u0010\u0005\u0000\u0000�\u0005\u0000\u0000\b\u0003\u0000\u0000�\u0003\u0000\u0000w\u0005\u0000\u0000_\u0005\u0000\u0000_\u0005\u0000\u0000�\u0003\u0000\u0000M\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000\u0013\u0001\u0010\u0000U\u0001\u0000\u0000�\u0004\u0000\u0000�\u0001\u0000\u0000\u0002\u0002\u0000\u0000�\u0003\u0000\u0000:\u0000\u0000\u0000�\u0000\u0000\u0000(\u0000\u0000\u0000c�\u0000\u0000������\u0000\u0000\u0017�\u0000\u0000<�\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0010\u0000n�\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000!�\u0000\u0000;\u0001\u0000\u0000\u0003\u0002\u0000\u0000�\u0003\u0000\u0000�\u0006\u0000\u0000-\u0004\u0000\u0000m\u0002\u0000\u0000~\u0006\u0000\u0000�\u0006\u0000\u0000�\u0001\u0010\u0000\n\u0001\u0000\u0000�\u0002\u0000\u0000&\u0002\u0000\u0000*�����\u0000\u0000\u001e�\u0000\u0000J���s�������L�������(\u0001������\u0013\u0002��u\u0006���\u0006\u0018\u0000\u0007\u0006\b\u0000�\u0007��\u0005\b��M\u0007���\u0005\b\u0000�\u0003\b\u0000\u0014\u0003���\u0001��<�\b\u0000m�\b\u0000��\b\u0000��\b\u0000-�\b\u0000��\b\u0000��\b\u0000��\b\u0000,�\b\u0000t�\b\u0000K�\b\u0000a�\b\u0000��\b\u0000\"�\b\u0000��\b\u0000P�\b\u0000�\u0003\b\u0000�\u0005\b\u0000M\u0005\u0000\u0000;\u0007\u0000\u0000V\u0006\u0000\u0000�\u0007\u0000\u0000h\t\u0000\u0000\u0013\u0006\u0010\u0000�\u0001\u0000\u0000\u0005\u0004\u0000\u0000H\u0004\u0000\u0000��\u0000\u0000E�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000#�\u0000\u0000?�\u0000\u0000��\u0000\u0000v�\u0000\u00001�\u0000\u0000 �\u0000\u0000e\u0003\u0000\u0000w\u0005\u0000\u0000�\u0003\u0000\u0000h\u0006\u0000\u0000�\n\u0000\u0000�\n\u0000\u0000,\t\u0000\u0000A\t���\b��[\u0007���\u0004\u0000\u0000�\u0001��%\u0001��\u000b\u0000������?�����������\u0019���x���9�������p�������C���\r�\b\u0000�\u0002��1\u0000������c\u0002���\t���\u0005��<\u0005��*\u0006��\u0012\u0007\u0000\u0000�\b\u0000\u0000�\u0003\u0000\u0000I\u0000\u0000\u00007\u0003\u0000\u0000�\u0003\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000%�\b\u0000��\b\u00004�\b\u0000\u001d�\b\u0000��\u0018\u0000W�\b\u0000�\u0004\b\u0000V\u0004\b\u0000n\u0002\b\u0000\u0001\t\b\u0000G\u000b\b\u0000I\b\b\u0000D\t\b\u0000!\u000b\b\u0000�\t\b\u0000�\u0006\b\u0000D\u0005\b\u0000�\u0003\b\u0000�\u0002\b\u0000��\b\u0000h�\u0010\u0000��\u0000\u0000j�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u0000/�\u0000\u0000(�\u0000\u0000��\u0000\u0000��\u0000\u0000b�\u0000\u0000'����\u0000\u0000\u0000b\u0000\u0000\u0000<\u0002\u0000\u0000\u0004\u0007\u0010\u0000�\b\u0000\u0000\u0013\b\u0000\u0000�\u0006\u0000\u0000@\t\u0000\u0000�\t\u0000\u0000f\u0005\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000\u001d�\u0000\u0000\r�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000 �\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000^\u0002\u0000\u0000�\u0001\u0000\u0000�\u0007\u0000\u0000\f\n\u0000\u0000C\u0007\u0000\u0000�\t���\u000b��Q\t\u0000\u0000�\u0006���\u0006��\u0019\u0005���\u0001������������\b\u0000����K�����\b\u0000?�\b\u0000^�\b\u0000��\b\u0000D�\b\u0000��\b\u0000v�\b\u0000��\b\u0000��\b\u0000�\u0001\b\u00004�\b\u0000m\u0000\u0000\u0000\u0007\n\u0000\u0000�\u0007\u0000\u0000�\u0004\u0000\u0000�\b\u0000\u0000�\u000b\u0000\u0000�\n\u0000\u0000\u0011\u0006\u0000\u0000^\u0004\u0000\u0000\u001a\b\u0000\u0000I\u0005��\f��������\u0000��%���H�����������������������\u001b���D�������5\u0001���\u0006���\u0006��k\u0004��0\t���\f��{\u0007���\u0005��]\t\u0000\u0000�\u0007\u0000\u0000j\u0001\u0010\u0000�\u0000���\u0002\u0000\u0000��\u0010\u0000\u0016�����\u0000\u0000\u0015�\b\u0000��\b\u0000��\b\u00003�\b\u0000��\b\u0000��\b\u0000A�\u0018\u0000��\b\u0000��\b\u0000��\b\u0000*�\b\u0000T�\b\u0000�\u0003\b\u0000T\u0005\b\u0000�\u0002\b\u0000�\u0005\b\u0000�\b\b\u0000\u001d\b\b\u0000)\u0006\b\u0000�\u0005\b\u0000�\u0006\b\u00005\u0005\b\u0000�\u0000\u0010\u0000��\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000������������o���s���������������\u0001����\u0001���\u0001���\u0002��_\u0005��{\u0006���\u0006���\u0005���\u0006���\u0007��W\u0004��\u0001\u0003��H\u0004��?\u0002\u0000\u0000B�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000[�\u0000\u0000\u0010���\u001f�\u0000\u0000\u0000�\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000[�\b\u0000��\b\u0000��\b\u00006�\b\u0000p�\b\u0000K\u0000\b\u00009\u0004\b\u0000�\u0002\b\u0000h\u0002\b\u0000-\u0005\b\u0000w\u0007\u0018\u0000I\u0005\b\u0000i\u0003\b\u0000e\u0005\b\u0000�\u0005\b\u0000[\u0002\b\u0000�\u0000\b\u0000\u001d\u0002\b\u0000_\u0001\b\u0000��\b\u0000��\b\u0000��\b\u0000}���&�������������������E������������\u0000���\u0002���\u0003���\u0003���\u0004���\u0005���\u0005��\u0004���\u0004��+\u0004��n\u0002���\u0000��\f\u0000\u0000\u0000��\u0000\u0000*�\u0000\u0000��\u0000\u0000\u0013�\u0010\u0000s�\u0000\u0000C�\u0000\u0000>�\u0000\u0000&�\u0000\u0000\r�\u0000\u0000G�\u0010\u0000C�\u0000\u0000��\u0010\u0000��\u0010\u0000\u0011�\b\u0000��\u0018\u00002\u0000\b\u0000�\u0001\b\u0000��\b\u0000�\u0000\b\u0000W\u0003\b\u0000}\u0003\b\u0000�\u0001\b\u0000\u0003\u0002\b\u0000\t\u0004\b\u0000Q\u0003\b\u0000\u0019\u0001\b\u0000\u0001\b\u0000�\u0002\b\u0000�\u0000\b\u0000��\b\u0000��\u0018\u0000�\u0000\b\u0000��\b\u0000��\u0000\u0000C�������'���%���������������\u0005\u0000��U\u0001��'\u0001��=\u0001��o\u0002��W\u0003���\u0002��>\u0002���\u0002���\u0002��E\u0001���\u0000���\u0000\u0000\u0000 \u0000\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000)\u0000\u0000\u0000Z�\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000}�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000{�\u0000\u0000E�\u0000\u0000k�\u0000\u0000��\u0010\u0000+�\u0010\u0000��\u0010\u0000��\u0000\u0000G�\u0010\u0000M\u0000\b\u0000A\u0000\b\u0000\u0007\u0000\b\u0000�\u0000\u0018\u0000�\u0001\b\u00000\u0001\b\u0000�\u0000\b\u0000z\u0001\b\u0000�\u0001���\u0000\b\u0000�\u0000\b\u0000L\u0001\b\u0000�\u0000\b\u0000C\u0000\b\u0000F\u0000\b\u0000�\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0012\u0000\u0018\u0000��\b\u0000y�\b\u0000;\u0000\u0000\u0000�\u0000\u0000\u0000\u0011\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000;\u0001\u0000\u0000�\u0000\u0000\u0000X\u0001\u0000\u0000�\u0001\u0000\u0000\"\u0001\u0000\u0000\u0003\u0001\u0000\u0000�\u0001���\u0001��\u0006\u0001���\u0000��a\u0001���\u0000��#\u0000��\u0000\u0000������S���n�������\f�����������H�������*�������u���1���������\u0000\u0000��\u0000\u0000;�\u0000\u0000S�\u0000\u0000)\u0000\u0000\u0000�\u0000\u0000\u0000\u001e\u0000\u0000\u0000!\u0000\u0000\u0000�\u0000\u0000\u0000\t\u0001\u0000\u0000`\u0000\u0000\u0000�\u0000\u0000\u0000,\u0001���\u0000\u0000\u0000B\u0000\u0000\u0000�\u0000\u0010\u0000+\u0001\u0010\u0000�\u0000\u0010\u0000O\u0000\u0010\u0000�\u0000\u0010\u0000\u001b\u0001\b\u0000�\u0000\b\u0000T\u0000\u0018\u0000�\u0000\u0018\u0000#\u0001\u0018\u0000|\u0000\b\u0000x\u0000\u0018\u0000\u001e\u0001\u0018\u0000�\u0000\b\u0000<\u0000\u0018\u0000�\u0000\u0010\u0000;\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0010\u0000\\\u0001\u0000\u0000x\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0001\u0000\u0000�\u0000\u0000\u0000X\u0000\u0000\u0000y\u0000\u0000\u0000M\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000+���\u0015���\u0015�������P���\t���b�������\u001e�����������J���������������n���������\u0000\u0000��\u0000\u0000'\u0000\u0000\u0000\\\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0019\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000^\u0000\u0000\u0000�\u0000\u0000\u0000\u0001\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u00001\u0001��\u0001\u0001\u0000\u0000�\u0000\u0000\u0000'\u0001\u0000\u00006\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0013\u0001\u0010\u0000\u0003\u0001\u0010\u0000�\u0000\u0010\u0000�\u0000\u0010\u0000\b\u0001\u0000\u0000�\u0000\u0010\u0000�\u0000\u0010\u0000�\u0000\u0000\u00004\u0001\u0010\u0000�\u0000���\u0000\u0010\u0000�\u0000\b\u0000�\u0000\b\u0000p\u0000\b\u0000B\u0000\b\u0000&\u0000\b\u0000��\b\u0000t�\b\u0000\u0015�\b\u0000.�\b\u0000\u0001�\b\u0000O���*�\b\u0000k�\b\u0000#���������\b\u0000F���\u0003���'�\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000-�\b\u0000L���E�\b\u0000T�\b\u0000��\b\u0000��\b\u0000��������S\u0000\b\u0000n\u0000\b\u0000e\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u00001\u0001��R\u0001��7\u0001\b\u00000\u0001\b\u00007\u0001��\"\u0001���\u0000\b\u0000�\u0000���\u0000\u0018\u0000�\u0000\b\u0000�\u0000\b\u0000{\u0000\b\u0000�\u0000\b\u0000Z\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000/\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000;\u0000\u0000\u00007\u0000\u0000\u0000�\u0000\u0000\u0000#\u0000\u0000\u0000��\u0000\u0000\u0002\u0000\u0010\u0000��\u0000\u0000>��� ���\t�����\u0000\u00003�\u0000\u0000;�\u0000\u0000\r�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00000�\u0000\u0000{�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00006�\u0000\u0000W�\u0000\u0000c�\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000\n\u0000\u0000\u0000B\u0000\u0000\u0000v\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0011\u0001\u0000\u0000\u001c\u0001\u0000\u0000\u0002\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000s\u0000\u0000\u0000�\u0000\u0000\u0000q\u0000\u0000\u0000Z\u0000\u0000\u0000p\u0000\u0000\u0000s\u0000\u0000\u0000f\u0000\u0000\u0000^\u0000\u0000\u0000j\u0000\u0000\u0000f\u0000\u0000\u0000C\u0000\u0000\u00007\u0000\u0000\u0000)\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000F�\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000d�\u0000\u0000=�\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b�\u0000\u0000_�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000@�\u0000\u0000`�\u0000\u0000p�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000e\u0000\u0000\u0000D\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\t\u0001��#\u0001\u0000\u0000.\u0001\u0000\u0000\u001e\u0001\u0000\u0000\u000f\u0001\u0000\u0000\u0010\u0001\u0000\u0000\r\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000}\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000��p\u0000\u0000\u0000O\u0000\u0000\u0000G\u0000\u0000\u0000)\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000%�\u0000\u0000��\u0000\u0000��\u0000\u0000E�\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001�\u0000\u0000\u0017�\u0000\u0000N�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000:�\u0000\u0000~�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0014\u0000\u0000\u0000\u001e\u0000\u0000\u0000G\u0000\u0000\u0000w\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0011\u0001\u0000\u0000\u0018\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\\\u0000\u0000\u0000M\u0000\u0000\u0000g\u0000\u0000\u0000`\u0000\u0000\u0000G\u0000\u0000\u0000X\u0000\u0000\u0000t\u0000\u0000\u0000i\u0000\u0000\u0000W\u0000\u0000\u0000n\u0000\u0000\u0000~\u0000\u0000\u0000[\u0000\u0000\u0000@\u0000\u0000\u0000C\u0000\u0000\u0000,\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000;�\u0000\u0000��\u0000\u0000��\u0000\u0000j�\u0000\u0000&�\u0000\u0000\u0004�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\f�\u0000\u0000.�\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b�\u0000\u00008�\u0000\u0000u�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001b\u0000\u0000\u0000,\u0000\u0000\u0000H\u0000\u0000\u0000s\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\b\u0001\u0000\u0000\f\u0001\u0000\u0000\u0011\u0001\u0000\u0000\u0016\u0001\u0000\u0000\u0010\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000p\u0000\u0000\u0000z\u0000\u0000\u0000�\u0000\u0000\u0000y\u0000\u0000\u0000t\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000l\u0000\u0000\u0000Y\u0000\u0000\u0000O\u0000\u0000\u0000\u001f\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000q�\u0000\u0000!�\u0000\u0000��\u0000\u0000��\u0000\u0000`�\u0000\u0000\u0014�\u0000\u0000\u0004�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000e�\u0000\u0000B�\u0000\u0000^�\u0000\u0000��\u0000\u0000��\u0000\u0000#�\u0000\u0000?�\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000&\u0000\u0000\u0000B\u0000\u0000\u0000N\u0000\u0000\u0000p\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000.\u0001\u0000\u00004\u0001\u0000\u0000\"\u0001\u0000\u0000(\u0001\u0000\u00003\u0001\u0000\u0000\u0016\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000{\u0000\u0000\u0000\\\u0000\u0000\u0000-\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000t�\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u00001�\u0000\u0000\u001b�\u0000\u0000\u001d�\u0000\u0000\u000b�\u0000\u0000��\u0000\u00008�\u0000\u0000h�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00007���M���y���������\u0000\u0000��\u0000\u0000��\u0000\u00006\u0000\u0000\u0000f\u0000\u0000\u0000z\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0005\u0001\u0000\u0000\u001b\u0001\u0000\u0000?\u0001\u0000\u0000W\u0001\u0000\u0000@\u0001\u0000\u00000\u0001\u0000\u0000C\u0001\u0000\u00002\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000��|\u0000\u0000\u0000V\u0000\u0000\u0000\u0019\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u00002�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000r�\u0000\u0000_�\u0000\u0000Y�\u0000\u0000M�\u0000\u0000C�\u0000\u0000|�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000+�\u0000\u0000p�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u00006\u0000\u0000\u0000w\u0000\u0000\u0000x\u0000\u0000\u0000{\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000n\u0002\u0000\u0000s\u0001\u0000\u0000�\u0000\u0000\u0000\u0005\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000{\u0000\u0000\u0000\u0013\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u00001\u0000\u0000\u0000s\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000$\u0000\u0000\u0000�\u0000\u0000\u0000\r\u0001\u0000\u0000�\u0000\u0000\u0000M\u0000\u0000\u0000�\u0000\u0000\u0000p\u0001\u0000\u0000�\u0000\u0000\u00005\u0000\u0000\u0000\u0019\u0001\u0000\u0000T\u0001\u0000\u0000/\u0000\u0000\u0000O\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000U�\u0000\u0000��\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000e�\u0000\u0000\u0000\u0001\u0000\u00002\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000]�\b\u0000L\u0001\u0000\u0000�\u0002\u0000\u0000L\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000(\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000u\u0000\u0000\u0000@\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000\u001f\u0000\u0000\u0000J\u0001\u0000\u0000�\u0000\u0000\u0000k\u0000\u0000\u0000�\u0000\u0000\u0000r\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000\u001e\u0004\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000E\u0003\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000A\u0000\u0000\u0000\u0013\u0002\u0000\u0000�\u0000\u0000\u0000O�\u0000\u0000��\u0000\u0000}�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000\u0010�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000`�\u0000\u0000\u000b\u0001\u0000\u0000��\u0000\u00000�\u0000\u0000\u0018\u0002\u0000\u0000G\u0005\u0000\u0000�\u0002\u0000\u0000,�\u0000\u0000�\u0003\u0000\u0000P\u0007\u0000\u0000�\u0001\u0000\u0000|�\u0000\u0000�\u0000\u0000\u0000\u0005\u0004\u0000\u0000\u001d�\u0000\u0000D�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000[�\u0000\u0000A�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000\u0014\u0000\u0000\u0000�\u0001\u0000\u0000�\u0006\u0000\u0000\"\u0006\u0000\u0000 \u0002\u0000\u0000�\u0004\u0000\u0000�\u0007\u0000\u0000�\u0005\u0000\u0000\u001d\u0001\u0000\u0000t\u0002\u0000\u0000\u001e\u0005\u0000\u00000\u0002\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000�\u0001\u0000\u00004�\u0000\u0000��\u0000\u00008�\u0000\u0000��\u0000\u0000��\u0000\u0000z�\u0000\u0000@�\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000V\u0002\u0000\u0000G�\u0000\u0000R�\u0000\u0000\u0014\u0001\u0000\u0000\u001f\n\u0000\u0000�\u0000\u0000\u0000X�\u0000\u0000w\u000b\u0000\u0000I\u000e\u0000\u0000�\u0001\u0000\u0000R�\u0000\u0000t\u0005\u0000\u0000�\b\u0000\u0000��\u0000\u0000\f�\u0000\u0000��\u0000\u0000O�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000B\u0006\u0000\u0000\u0004\u0000\u0000D\u0007\u0000\u0000\u0002\b\u0000\u0000�\u0001\u0000\u0000�\u0000���\u0003��c\u0003\u0000\u0000��\u0000\u00008�\u0000\u0000n\u0003\u0000\u0000z\u0003\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u00000\u0004\u0000\u0000�\u0005\u0000\u0000\u0002\u0003\u0000\u0000�\u0000\u0000\u00000\u0001\u0000\u0000�\u0001\u0000\u0000��\u0000\u00007�\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000�\u0005\u0000\u0000i�\u0000\u0000��\u0000\u0000\u000f\u0005\u0000\u0000A\u0014\u0000\u0000�\n\u0000\u0000#�\u0000\u0000E\u000e\u0000\u0000�\u0010\u0000\u0000�\u0004\u0000\u0000\u0014�\u0000\u00005�\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000����\u0012�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000A\u0004\u0000\u0000�\u000b\u0000\u0000U\r\u0000\u0000i\n\u0000\u0000�\t\u0000\u0000�\b\u0000\u0000D\u0006\u0000\u0000a�\u0000\u0000��\u0000\u0000��\u0000\u0000\\�\u0000\u0000$�\u0000\u0000��\u0000\u00006\u0004\u0000\u0000O\u0005\u0000\u0000�\u0007\u0000\u0000\u001e\u000b\u0000\u00006\r\u0000\u0000�\n\u0000\u0000\u0016\u0007\u0000\u0000�\u0004\u0000\u0000E\u0001\u0000\u0000!\u0000\u0000\u0000!�\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000\f�\u0000\u0000��\u0000\u0000��\u0000\u0000!�\u0000\u0000�\u000e\u0000\u0000�\u0001\u0000\u0000U\u0004\u0000\u0000l\u0014\u0000\u0000�\u0017\u0000\u0000�\u0005\u0000\u0000�\u0000\u0000\u0000u\n\u0000\u0000\u0005�\u0000\u0000\f�\u0000\u0000��\u0000\u0000�\u0000\u0000��\u0000\u0000\u001d�\u0000\u00008�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\u0010\u0000\u0000\u0003\u0013\u0000\u0000�\r\u0000\u0000�\n���\r���\u0005\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000��\u0000\u0000|�\u0000\u0000I�\u0000\u0000:\u0005\u0000\u0000�\r\u0000\u0000�\u0015\u0000\u0000\u0015\u0015\u0000\u0000�\u0010\u0000\u0000d\f\u0000\u0000�\u0007\u0000\u0000=\u0001\u0000\u0000��\u0000\u0000`�\u0000\u0000\u0003�\u0000\u0000+�\u0000\u0000��\u0000\u0000��\u0000\u0000\t�\u0000\u0000h�\u0000\u0000c�\u0000\u0000��\u0000\u00004�\u0000\u0000R�\u0000\u0000�\u0013\u0000\u0000�\b\u0000\u0000��\u0000\u0000\u0013\u0005\u0000\u0000�\u000f\u0000\u0000�\u0006\u0000\u0000��\u0000\u0000��\u0000\u0000(�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\\\u0000\u0000\u0000�\r\u0000\u0000�\t\u0000\u0000�\u0005\u0000\u0000�\t\u0000\u0000z\b\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000r�\u0000\u00002�\u0000\u0000��\u0000\u0000:�\u0000\u0000$�\u0000\u0000w\u0002\u0000\u0000�\t\u0000\u0000�\r\u0000\u0000M\u000f\u0000\u0000�\u000e\u0000\u0000�\r\u0000\u0000�\t\u0000\u0000\u0005\u0003\u0000\u0000��\u0000\u0000N�\u0000\u0000��\u0000\u00003�\u0000\u00003�\u0000\u0000��\u0000\u0000,�\u0000\u0000F�\u0000\u0000��\u0000\u0000��\u0000\u0000J�\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000��\u0000\u0000�\f\u0000\u0000K\u0007\u0000\u0000\u001c\u0001\u0000\u0000P\u0005\u0000\u0000�\u000b\u0000\u0000J\u0007\u0000\u0000\u0005�\u0000\u0000H�\u0000\u0000t�\u0000\u0000��\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000�\f\u0000\u0000�\n\u0000\u0000A\f\u0000\u0000�\n\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000l\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000?�\u0000\u0000k\u0003\u0000\u0000m\u0005\u0000\u0000`\u000b\u0000\u0000�\u0010\u0000\u0000v\u0012\u0000\u0000�\u000e\u0000\u0000\u0006\u0000\u0000O\u0000\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000q�\u0000\u0000\b�\u0000\u0000��\u0000\u00005�\u0000\u0000_�\u0000\u0000~�\u0000\u0000��\u0000\u0000{\u0012\u0000\u0000\\\t\u0000\u0000�\u0007\u0000\u0000D\u0007\u0000\u0000\u0000\u0007\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u00004�\u0000\u0000��\u0000\u0000Z�\u0000\u0000a�\u0000\u0000=�\u0000\u0000�\u0007\u0000\u0000]\f\u0000\u0000�\u000e\u0000\u0000�\u0010\u0000\u0000�\u0002\u0000\u0000%�\u0000\u0000��\u0000\u0000V�\u0000\u0000I�\u0000\u0000��\u0000\u0000��\u0000\u0000\f\u0002\u0000\u0000�\u000b\u0000\u0000r\u000e\u0000\u0000�\f\u0000\u0000p\u000b\u0000\u0000�\n\u0000\u0000\u0018\t\u0000\u0000R\u0002\u0000\u0000��������J�\u0000\u00005�\u0000\u00002�\u0000\u0000l�\u0000\u0000<�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000}�\u0000\u0000��\u0000\u0000}�\u0000\u0000��\u0000\u0000�\n\u0000\u0000�\u0016\u0000\u0000�\u000b\u0000\u00005\b\u0000\u00008\u0003\u0000\u0000J\u0000\b\u0000O�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0005\u0000\u0000�\u000b\u0000\u0000\u001d\u000f\u0000\u0000�\f\u0000\u0000�\r\u0000\u0000D\u0007\u0000\u0000}�\u0000\u0000��\u0000\u0000��\u0000\u0000P�\u0000\u0000P�\u0000\u0000�\u0006\u0000\u0000�\u0004\u0000\u0000M\n\u0000\u0000�\u000f\u0000\u0000`\f\u0000\u0000�\t\u0000\u00006\u0004\u0000\u0000\u0000\u0002\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000G\u0003\u0000\u0000\u001a\u0001\u0000\u0000�\u0000\u0000\u0000@\u0000\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000+�\u0000\u0000\u0012�\u0000\u0000��\u0000\u0000��\u0000\u0000M�\u0000\u0000��\u0000\u0000�\r\u0000\u0000? \u0000\u0000�\u0011\u0000\u0000�\t\u0000\u0000��\u0000\u0000��\u0000\u0000n�\u0000\u0000\u0002�\u0000\u00008�\u0000\u0000-�\u0000\u0000d�\u0000\u0000K\u0002\u0000\u0000�\u000e\u0000\u0000�\u0012\u0000\u0000�\u000b\u0000\u0000N\u0003\u0000\u0000G\u0003\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000@\u0005\u0000\u0000*\u000f\u0000\u0000�\u000e\u0000\u0000�\u000b\u0000\u0000�\u0005\u0000\u0000\u0006\u0001\u0000\u0000g\u0002\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0006\u0000\u0000'\b\u0000\u0000�\u0004\u0000\u0000v�\u0000\u0000��\u0000\u0000z�\u0000\u0000��\u0000\u0000��\u0000\u0000A�\u0000\u0000t�\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000�\u001d\u0000\u0000n\u001c\u0000\u0000\u001d\u000f\u0000\u0000��\u0000\u0000\r�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0006\u0000\u0000A\u0013\u0000\u0000\u0004\u000e\u0000\u0000\u001e\u0002\u0000\u0000b�\u0000\u0000J�\u0000\u0000��\u0000\u00006�\u0000\u0000\u0001�\u0000\u0000g�\u0000\u0000\u0006\u0000\u0000\u0000�\t\u0000\u0000D\u000e\u0000\u0000H\u000e\u0000\u0000�\u0007\u0000\u0000��\u0000\u0000^�\u0000\u0000-\u0004\u0000\u0000�\u0007\u0000\u0000�\b\u0000\u0000�\u0007\u0000\u0000�\u0003\u0000\u00001\u0004\u0000\u0000\u001c\u0006\u0000\u0000)\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000X�\u0000\u0000_�\u0000\u0000��\u0000\u0000��\u0000\u0000<�\u0000\u0000\\�\u0000\u0000��\u0000\u0000!\u0017\u0000\u0000� \u0000\u0000\"\u0017\u0000\u0000;\u0003\u0000\u0000\n���w�����\u0000\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000��\u0000\u0000�\u0000\b\u0000%\u0010\u0000\u0000q\u0011\u0000\u0000�\u0005\u0000\u0000��\u0000\u0000��\u0000\u0000d�\u0000\u0000��\u0000\u00004\u0001\u0000\u0000e�\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000�\u000b\u0000\u0000!\u000f\u0000\u0000�\t\u0000\u0000��\u0000\u0000��\u0000\u0000`�\u0000\u0000�\u0006\u0000\u0000�\f\u0000\u0000k\n\u0000\u0000J\u0004\u0000\u0000�\u0001\u0000\u0000\u0018\u0002\u0000\u0000�\u0000\u0000\u0000B�\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000i�\u0000\u0000��\u0000\u0000k�\u0000\u00001�\u0000\u0000V�\u0000\u0000\u000b\u0019\u0000\u0000�\u001c\u0000\u0000q\u0015\u0000\u0000\u0017�\u0000\u0000.�\u0000\u0000��\u0000\u0000P�\u0000\u0000^�\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000E\u000e\u0000\u0000\u001b\u000e\u0000\u0000�\u0005\u0000\u0000t�\u0000\u0000%�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000e\u0001\u0000\u0000\u001d\u0002\u0000\u0000�\b\u0000\u0000H\r\u0000\u0000t\u0007\u0000\u0000��\u0000\u00001�\u0000\u0000��\u0000\u0000�\t\u0000\u0000v\u000f\u0000\u0000Y\f\b\u0000�\u0005\u0000\u0000��\u0000\u00009�\u0000\u0000\u0003�\u0000\u0000m�\u0000\u0000 �\u0000\u0000\u0018�\u0000\u00001�\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000��\u0000\u0000{�\u0000\u0000�\u000e\u0000\u0000�\u0019\u0000\u0000�\u0018\u0000\u0000�\n\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000O�\u0000\u0000��\u0000\u0000.\u0001\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0007\u0000\u0000~\f\u0000\u0000�\n\u0000\u0000|\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u0000�\u0000\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000W\u0003\u0000\u0000�\u0003\u0000\u0000\u0002\t\u0000\u0000H\b\u0000\u0000�\u0005\u0000\u0000?\u0001\u0000\u0000{�\u0000\u0000a\u0004\u0000\u0000�\f\u0000\u0000�\r\u0000\u0000\f\u000b\u0000\u0000�\u0002\u0000\u0000T�\u0000\u0000��\u0000\u0000f�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000��\u0000\u0000A�\u0000\u00007\f\u0000\u0000\n\u001a\u0000\u0000�\u0018\u0000\u0000:\u000e\u0000\u0000��\u0000\u0000,�\u0000\u0000��\u0000\u0000\u0015�\u0000\u0000��\u0000\u0000\f\u0002\u0000\u0000n�\u0000\u0000)���$\u0006\u0000\u0000�\t\u0000\u0000�\b\u0000\u0000�\u0000\b\u00008�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0005\u0000\u0000\u001b\b\u0000\u0000\u0002\u0005\u0000\u0000\n\u0005\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000%\u0006\u0000\u0000�\u0003\u0000\u0000��\u0000\u00005\u0005\u0000\u0000�\f\u0000\u0000%\u000e\u0000\u0000�\u000b\u0000\u0000;\u0003��2�\u0000\u0000\u0005�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000?�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0010\u0000\u0000,\u001a\u0000\u0000\u0018\u001c\u0000\u0000�\u000e\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000F\u0001\u0000\u0000.�\u0000\u0000f�\u0000\u0000\u001e\t\u0000\u0000\u0000\f\u0000\u0000T\f\u0000\u0000\t\u0000\u0000\u00002�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000V\u0007\u0000\u0000O\b\u0000\u0000�\u0004\u0000\u0000\n\u0005\u0000\u0000\u0014\u0007\u0000\u00005\u0007\u0000\u0000D\u0007\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000�\u0005\u0000\u0000�\f\u0000\u0000y\u000f\u0000\u0000�\f\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0014�����\u0000\u0000��\u0000\u0000A�\u0000\u0000O�\u0000\u0000@�������>\u0016\u0000\u0000i\u001c\u0000\u0000�\u001c\u0000\u0000g\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000x\u0002\u0000\u0000m�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\n\u0000\u0000'\u000e\u0000\u0000�\n\u0000\u0000d�\u0000\u0000��\u0000\u0000��\u0000\u0000U�\u0000\u0000b\u0000\u0000\u0000�\u0007\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000,\u0007\u0000\u0000\u001c\u0007\u0000\u0000�\b\u0000\u0000�\u0005\u0000\u0000��\u0000\u0000��\u0000\u0000$\b\u0000\u0000�\r\u0000\u0000�\u000f\u0000\u0000<\b\u0000\u0000��\u0000\u0000q�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000.�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00002�\u0000\u0000h\r\u0000\u0000i\u001a\u0000\u0000�\u001d\u0000\u0000�\u0014\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000V�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00007\b\u0000\u0000�\r\u0000\u0000�\u0010\u0000\u0000M\u0005\u0000\u0000��\u0000\u0000��\u0000\u0000{�\u0000\u0000D�\u0000\u0000=\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0007\u0000\u0000h\n\u0000\u0000\b\u000b\u0000\u0000{\u000b\u0000\u0000�\u0000\u0000\u0000\u0012�\u0000\u0000�\u0004\u0000\u0000�\b\u0000\u00007\r\u0000\u0000�\u000b\u0000\u0000�\u0001\u0000\u0000\u0018�\u0000\u0000z�\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0017\u0000\u0000�\u001a\u0000\u0000-\u001c\u0000\u0000\u001f\u0003\u0000\u0000��\u0000\u0000)�\u0000\u0000A�\u0000\u0000\u0019�\u0000\u0000d�\u0000\u0000��\u0000\u0000K�\u0000\u0000�\u0005\u0000\u0000\b\u000e\u0000\u0000\u0013\u0013\u0000\u00005\f\u0000\u0000��\u0000\u0000��\u0000\u0000d�\u0000\u0000*�\u0000\u0000Z�\u0000\u0000\u0015�\u0000\u0000e�\u0000\u0000�\u0003\u0000\u0000�\u000b\u0000\u0000H\u000f\u0000\u00000\u000f\u0000\u0000�\u0006\u0000\u0000�����\u0003��\u0003\b\u0000\u0000�\b\u0000\u0000�\u0007\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0002\u0000\u00000\u0000\u0000\u0000��\u0000\u00005�\u0000\u0000<�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000+�\u0000\u0000�\u0010\u0000\u0000�\u0017\u0000\u0000+\u001c\u0000\u0000\u001f\t\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000\t�\u0000\u0000A�\u0000\u0000\u001b�\u0000\u0000e���>\u0002\u0000\u0000=\u000b\u0000\u0000I\u0013\u0000\u0000/\u0010\u0000\u0000��\u0000\u0000O�\u0000\u0000��\u0000\u00005�\u0000\u0000����/�\u0000\u00006�\u0000\u0000��\u0000\u0000�\b\u0000\u0000�\u000f\u0000\u0000�\u0014\u0000\u0000!\r\u0000\u0000\u001a\u0006\u0000\u0000\u0003\t\u0000\u0000�\b\u0000\u0000�\u0006\u0000\u0000\u0004\u0002\u0000\u0000{�\u0000\u0000��\u0000\u0000\u0017\u0001\u0000\u0000m\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\\�\u0000\u0000\"�\u0000\u00009�\u0000\u0000�\u000b\u0000\u0000�\u0010\u0000\u0000�\u0016\u0000\u0000�\u0007\u0000\u0000��\u0000\u0000-\u0000\u0000\u00006�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000\u0004�\u0000\u0000l�\u0000\u0000Q\u0004\u0000\u0000l\r\u0000\u0000E\r\u0000\u0000�\u0003\u0000\u0000\f\u0002\u0000\u0000:\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000I\u0007\u0000\u0000�\u000e\u0000\u0000\u0013\f\u0000\u0000u\f\u0000\u0000C\u0012\u0000\u0000�\u000f\u0000\u0000�\n\u0000\u0000]\u0002\u0000\u0000\f�\u0000\u0000u�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Z�\u0000\u0000@�\u0000\u0000J\u0007\u0000\u0000�\u000b\u0000\u0000p\u0013\u0000\u0000-\f\u0000\u0000\u0003\u0000\u0000\u0000y\u0000\u0000\u00007\u0000\u0000\u0000\f�\u0000\u0000m�\u0000\u0000��\u0000\u0000l�\u0000\u0000��\u0000\u0000��\u0000\u00002\u0005\u0000\u0000�\n\u0000\u0000�\u0005\u0000\u0000T\u0002\u0000\u0000'\u0006\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000K\u0005\u0000\u0000.\u0007\u0000\u0000�\u0006\u0000\u0000�\u000f\u0000\u0000\t\u0013\u0000\u0000�\u000f\u0000\u0000�\u000b\u0000\u00006\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000+�\u0000\u0000��\u0000\u0000X�\u0000\u0000W�\u0000\u0000C�\u0000\u0000C�\u0000\u0000=�\u0000\u0000��\u0000\u00002�\u0000\u0000�\b���\r\u0000\u0000�\u0012\u0000\u0000_\t\u0000\u0000F\u0002\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000\u0011\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000F�\u0000\u0000*�\u0000\u0000��\u0000\u0000��\u0000\u0000&\u0003\u0000\u0000Q\u0000\u0000\u0000N\u0001\u0000\u0000\u0011\b\u0000\u0000�\b\u0000\u0000�\u0005\u0000\u0000�\u0002\u0000\u0000)�\u0000\u0000��\u0000\u0000l�\u0000\u0000\u0013\u0000\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0005\u0000\u0000�\n\u0000\u0000\u000e\u000b\u0000\u0000j\b\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000{\u0003\u0000\u0000�\u0001\u0000\u0000\u0014�\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u00009�\u0000\u0000��\u0000\u0000\n�\u0000\u0000��\u0000\u00003\u0000\u0000\u0000s\u0003\u0000\u0000�\u0005\u0000\u0000H\u0004\u0000\u0000\u0002\u0001\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000�\u0000\u0000\u0000x�\u0000\u0000d�\u0000\u0000~�\u0000\u0000W�\u0000\u0000:�\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000}�\u0000\u0000\r\u0001\u0000\u0000�\u0003\u0000\u0000N\u0005\u0000\u0000�\u0006\u0000\u0000\u0007\u0007\u0000\u0000B\u0006\u0000\u0000)\u0006\u0000\u0000\u0018\u0005\u0000\u0000\u0007\u0003\u0000\u0000$\u0001\u0000\u0000!\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000I�\u0000\u0000\u0003�\u0000\u00003�\u0000\u0000��\u0000\u0000?�\u0000\u0000S�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000[�\u0000\u0000,�\u0000\u0000��\u0000\u0000��\u0000\u00009�\u0000\u0000��\u0000\u0000��\u0000\u0000}�\u0000\u0000F�\u0000\u0000{�\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000y�\u0000\u0000��\u0000\u0000\t\u0000\u0000\u0000�\u0000\u0000\u0000W\u0001\u0000\u0000s\u0002\u0000\u0000�\u0003\u0000\u0000o\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u0005\u0003\u0000\u0000�\u0002\u0000\u0000|\u0002\u0000\u0000/\u0002\u0000\u0000\u0004\u0002\u0000\u0000m\u0001\u0000\u0000�\u0000\u0000\u0000`\u0000\u0000\u0000h\u0000\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000\u001b�\u0000\u0000��\u0000\u00009�\u0000\u0000I�\u0000\u0000��\u0000\u0000S�\u0000\u0000��\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0000\u0000F�\u0000\u0000v�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000R�\u0000\u0000\r�\u0000\u0000��\u0000\u0000��\u0000\u0000y�\u0000\u0000\u001e\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000v\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000T\u0002\u0000\u0000u\u0002\u0000\u0000�\u0002\u0000\u0000{\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u00004\u0004\u0000\u0000\u001f\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000^\u0003\u0000\u0000F\u0003\u0000\u0000a\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000m�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000O�\u0000\u0000C�\u0000\u0000��\u0000\u0000k�\u0000\u0000\\�\u0000\u0000$�\u0000\u0000-�\u0000\u0000Q�\u0000\u00007�\u0000\u0000$�\u0000\u0000j�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00003\u0000\u0000\u0000H\u0000\u0000\u0000�\u0000\u0000\u0000G\u0001\u0000\u0000�\u0001\u0000\u0000l\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000Z\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u001d\u0004\u0000\u0000<\u0004\u0000\u0000>\u0004\u0000\u0000S\u0004\u0000\u0000w\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u00000\u0004\u0000\u0000�\u0003\u0000\u0000$\u0003\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000\u001e\u0001\u0000\u0000\r\u0000\u0000\u0000\u0016�\u0000\u0000K�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000��\u0000\u0000]�\u0000\u0000-�\u0000\u0000Q�\u0000\u0000Q�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000I�\u0000\u0000��\u0000\u0000F�\u0000\u0000��\u0000\u0000*�\u0000\u0000��\u0000\u0000��\u0000\u0000}\u0000\u0000\u0000\u001c\u0001\u0000\u0000a\u0001\u0000\u0000�\u0001\u0000\u0000]\u0002\u0000\u0000�\u0002\u0000\u0000n\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u0005\u0004\u0000\u0000F\u0004\u0000\u0000g\u0004\u0000\u0000p\u0004\u0000\u0000L\u0004\u0000\u0000\u001f\u0004\u0000\u0000\u0016\u0004\u0000\u0000\u0012\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u0005\u0003\u0000\u0000z\u0002\u0000\u0000\u0007\u0002\u0000\u0000q\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000<�\u0000\u0000��\u0000\u00004�\u0000\u0000��\u0000\u0000\u0013�\u0000\u0000��\u0000\u0000o�\u0000\u0000�\u0000\u0000��\u0000\u0000/�\u0000\u00007�\u0000\u00004�\u0000\u0000z�\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000e�\u0000\u0000��\u0000\u0000.�\u0000\u0000��\u0000\u0000y�\u0000\u0000a\u0000\u0000\u0000M\u0001\u0000\u0000�\u0001\u0000\u0000:\u0002\u0000\u0000N\u0002\u0000\u0000�\u0002��V\u0003|��\u0003���\u0003���\u0003��u\u0003��v\u0003���\u0003���\u0004��\u0016\u0005\u0000\u0000�\u0003\u0010\u0000X\u0003(\u0000w\u0003@\u0000�\u0003P\u0000�\u0003X\u0000�\u0003x\u0000k\u0003�\u0000�\u0002�\u00005\u0002�\u0000�\u0001�\u0000�\u0000�\u0000\u0003\u0000�\u0000���\u0000\u000e��\u0000��x\u0000��X\u0000��@\u0000c�\u0018\u0000��\b\u0000\u001e�������B���\b�\\���\\�%�L���L���L�X�L���L�\u001b�\\���|�p\u0000���\u0000��D\u0001��$\u0002\u0010\u0000�\u0002 \u0000�\u0002P\u0000�\u0002h\u0000-\u0002�\u0000�\u0001�\u0000,\u0002�\u0000[\u0002�\u0000^\u0002�\u0000�\u0002�\u0000�\u0002�\u0000�\u0002�\u0000f\u0003�\u0000W\u0004h\u0000\u0000\u0005H\u0000�\u0004\b\u0000�\u0004��4\u0004���\u0003|��\u0003l�\u0005\u0003L�p\u0002L�B\u0002<�\u000b\u0002,��\u0001,�B\u0001,�+\u0000,���L���|�����������\u0018\u0000\u0018�H\u0000���\u0000n��\u0000\\��\u0000��\u0004\u0001`��\u0000���\u0000w�\u0004\u0001\u001c�\u0014\u0001��\u0014\u0001���\u0000e��\u0000���\u0000w�`\u0000S\u0001@\u0000�\u0002\u0000\u0000�\u0003���\u0003���\u0003|��\u0003L�X\u0004,�o\u0004\u001c��\u0003\f��\u0002���\u0001��\u000f\u0001��\u0012\u0001���\u0000��e\u0000����<��\u0000|��\u0002���\u0003���\u0004(\u0000y\u0005p\u00002\u0005�\u0000�\u0005�\u0000�\u0005�\u0000�\u0004\u0004\u0001�\u00034\u0001�\u00014\u0001N\u0000D\u0001r\u00004\u0001�\u0000\u0014\u0001:\u0000�\u0000���\u0000\f�X\u0000�� \u00005�������;�l�\u0007�<�[�\f�����U�������g�������}�����\u001c�&�<��\u0000|��\u0001���\u0002���\u0002��^\u0003@\u0000�\u0005x\u0000�\u0006�\u0000�\u0005�\u0000�\u0004�\u0000�\u0002�\u0000�\u0001�\u0000Q\u0002�\u0000\u000e\u0002�\u0000���\u0000���\u0000���\u0000��h\u0000��8\u0000�\u0000\b\u00002\u0001���\u0001��5\u0003|��\u0004\\��\u0006<�`\u0007<��\u0006,��\u0005\u001c�d\u0005\f�e\u0004\f�V\u0003,��\u0001<���\\�����H�����\u0010\u0000\u0012�H\u0000\u0018��\u0000���\u0000x��\u0000i�\u0014\u0001��$\u0001-�4\u0001h�4\u0001��$\u0001��\u0014\u0001?�\u0014\u0001���\u0000\u0018��\u0000���\u0000��X\u0000�� \u0000�\u0000��%\u0002��G\u0003|�f\u0003\\��\u0002L��\u0003,��\u0004\u001c�o\u0004\u001c�1\u0003\u001c�1\u0002\f��\u0000\f�P\u0000,��\u0000<���l�2�����������-\u0000\b\u0000�\u00018\u0000N\u0002`\u0000[\u0002x\u0000�\u0002�\u0000\u000b\u0003�\u0000�\u0002�\u0000[\u0002�\u0000�\u0001�\u00003\u0001�\u0000\u0011\u0001�\u0000�\u0000�\u0000�\u0000�\u0000\u0007\u0000x\u0000��P\u0000��8\u0000h�\b\u0000����������|���L�2�<�\u0014�\u001c�N�\u001c�o�\u001c�b�\f�\u0004�\u001c���<���\\�B���E���\u001b�����\b\u0000��0\u0000<�h\u0000}��\u0000���\u0000D��\u0000���\u0000\u0001��\u0000R��\u0000W��\u0000���\u0000���\u0000E\u0000�\u0000�\u0000p\u0000F\u0001H\u0000t\u00010\u0000d\u0001\u0000\u0000`\u0001��u\u0001���\u0001|��\u0001l��\u0001L��\u0001L�h\u0001<�0\u0001<�\u0011\u0001<�#\u0001L�E\u0001\\�k\u0001|�l\u0001��[\u0001��t\u0001���\u0001(\u0000�\u0001H\u0000\u001b\u0002h\u0000\u0000\u0002�\u0000�\u0001�\u0000�\u0001�\u0000�\u0001�\u0000E\u0001�\u0000\u000e\u0001�\u0000�\u0000�\u0000�\u0000�\u0000I\u0000�\u0000��`\u0000K�@\u0000��\b\u0000s���?���\n�����l���L�L�<�A�,�\\�,���\u001c���,�Y�<���\\�!�|�y�������\f\u0000\u0000\u0000W\u0000 \u0000�\u0000h\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0002\u0001�\u0000\u001e\u0001�\u00003\u0001�\u0000S\u0001�\u0000x\u0001`\u0000�\u00018\u0000�\u0001\u0010\u0000�\u0001���\u0001���\u0001���\u0001|��\u0001\\��\u0001<��\u0001L��\u0001L�[\u0001L�\"\u0001\\��\u0000\\��\u0000|��\u0000��P\u0000��\u0011\u0000����\u0000\u0000��(\u0000i�8\u0000>�X\u0000\u001b�x\u0000\u0002��\u0000��x\u0000���\u0000���\u0000��\u0000p�x\u0000_��\u0000X�x\u0000G�P\u0000$�(\u0000\u0003�\u0000\u0000��\u0000\u0000\b���*���S���r���������|���\\�\u001e�\\�a�l���\\���|�\u0004\u0000��/\u0000��Z\u0000���\u0000���\u0000\u0010\u0000�\u00000\u0000�\u0000h\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0007\u0001�\u0000\u000f\u0001x\u0000\t\u0001�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000h\u0000�\u0000\u0010\u0000�\u0000���\u0000���\u0000��u\u0000\\�g\u0000|�Y\u0000��G\u0000l�/\u0000<�\u0013\u0000L���l���<���,���\f���l�v���L���\u001f�����8\u0000��0\u0000������ \u0000~��\u0000n��\u0000e�h\u0000b��\u0000m��\u0000���\u0000�� \u0000��P\u0000��X\u0000\u001e�0\u0000@�H\u0000d�h\u0000��`\u0000�� \u0000������������\u0002\u0000��\u0018\u0000��2\u0000��M\u0000��g\u0000���\u0000|��\u0000���\u0000|��\u0000<��\u0000���\u0000H\u0000�\u0000\u0010\u0000�\u0000\u0010\u0000�\u0000X\u0000�\u0000 \u0000�\u0000��u\u0000��Z\u0000H\u0000?\u0000p\u0000'\u0000�\u0000\u0014\u0000�\u0000\u0007\u0000�\u0000��\u0000\u0000��������������\u0018\u0000��x\u0000���\u0000��\u0000\u0000������L���,�����������0\u0000���\u0000�� \u0000��\\���l�������\\��������\u0000���\u0000��h\u0000��`\u0000��8\u0000������\u0000\u0000��`\u0000���\u0000���\u0000��\u0004\u0001���\u0000��0\u0000����\u0012\u0000��&\u0000��6\u0000\u0010\u0000E\u0000�\u0000M\u0000�\u0000S\u0000��S\u0000l�N\u0000\f�G\u0000��>\u0000,�2\u0000��$\u0000��\u0015\u0000\b\u0000\n\u0000����<�������\f���l���|��� \u0000���\u0000���\u0000��0\u0000����������(\u0000��8\u0000��p\u0000���\u0000���\u0000���\u0000��P\u0000��0\u0000�� \u0000�� \u0000��\u0018\u0000��`\u0000���\u0000��0\u0000����\u0000\u0000��\u0003\u0000��\u0004\u0000��\u0004\u0000��\u0003\u0000\u0010\u0000��\u0010\u0000��������������������������H\u0000��(\u0000����������@\u0000��\u0000\u0000������(\u0000��(\u0000����������\u0000\u0000��������������������������������������\b\u0000\u0000\u00000\u0000\u0005\u0000\u0000\u0000\u0007\u0000��\u000b\u0000 \u0000\f\u00000\u0000\f\u0000\u0010\u0000\f\u0000(\u0000\n\u0000h\u0000\u0007\u0000�\u0000\b\u0000�\u0000\u0006\u0000P\u0000\u0006\u0000P\u0000\u0007\u0000`\u0000\t\u0000\u0000\u0000\u000b\u0000��\u0010\u0000p\u0000\u0015\u0000�\u0000\u0019\u0000 \u0000\u0019\u00000\u0000\u001c\u00000\u0000\u001a\u0000��\u0016\u0000\\�\u0011\u0000��\u0007\u0000����\b\u0000��(\u0000������\\���L���L���\\�������H\u0000��x\u0000��8\u0000������������������\u0010\u0000���\u0000���\u0000���\u0000��`\u0000��������������\u0018\u0000���\u0000���\u0000\u0001\u0000�\u0000\u0006\u0000\u0018\u0000\f\u0000��\u0012\u0000L�\u0019\u0000L� \u0000��&\u0000�\u0000-\u0000�\u00001\u0000H\u00004\u0000\b\u00008\u0000��9\u0000\u001c�9\u0000L�6\u0000\u0000\u00000\u0000�\u0000*\u0000�\u0000#\u0000�\u0000\u001b\u0000\b\u0000\u0011\u0000��\u0005\u0000,���,�������p\u0000���\u0000��`\u0000��\u0000\u0000������<���,�������p\u0000���\u0000���\u0000���\u0000��\u0010\u0000������|��������\u0000��$\u0001��$\u0001���\u0000��@\u0000������<��������\u0000��\u0014\u0001���\u0000��`\u0000����\u0005\u0000\f�\u000e\u0000��\u0019\u0000\u001c�!\u0000��*\u0000x\u00001\u0000�\u00007\u00000\u0000<\u0000|�=\u0000��>\u0000\f�>\u0000l�9\u0000\u0000\u00006\u0000�\u0000/\u0000�\u0000&\u0000X\u0000\u001f\u0000��\u0017\u0000��\r\u0000|�\u0006\u0000����h\u0000���\u0000���\u0000���\u0000��(\u0000��������������P\u0000���\u0000���\u0000��\u0010\u0000����������|���l���\b\u0000��h\u0000��\u0010\u0000����������������������p\u0000���\u0000�� \u0000����\u0007\u0000��\u0010\u0000��\u0018\u0000\u0000\u0000\u001e\u0000H\u0000!\u0000�\u0000$\u0000�\u0000%\u0000P\u0000)\u0000��,\u0000��*\u0000��,\u0000(\u0000*\u0000x\u0000+\u0000x\u0000-\u0000P\u0000&\u00008\u0000(\u0000��&\u0000\\�\u001d\u0000L�\u001d\u0000��\u001e\u0000��\u0017\u0000��\u0015\u0000��\u0015\u0000��\u0010\u0000l�\u000b\u0000\f�\u0006\u0000l�\u0006\u0000\u0000\u0000\u0005\u00000\u0000���\u0000���\u0000��@\u0000������|�������\u0018\u0000���\u0000���\u0000���\u0000��@\u0000������<���\\���(\u0000���\u0000���\u0000\u0000\u0000p\u0000\u000b\u0000��\u0010\u0000\u001c�\u0016\u0000�� \u0000l�!\u0000��)\u0000p\u00004\u0000�\u00005\u0000�\u00005\u0000\u0010\u00003\u0000��8\u0000|�6\u0000��0\u00000\u00003\u0000�\u0000/\u0000$\u00014\u0000�\u0000:\u0000H\u00009\u0000��>\u0000��2\u0000��.\u0000��1\u0000p\u00000\u0000�\u0000/\u0000x\u0000'\u0000��$\u0000\\�\u001d\u0000\f�\u000f\u0000��\b\u0000L�\u0005\u0000\b\u0000��8\u0000����������l�������\u001c��������\u0000���\u0000���\u0000��@\u0000����������0\u0000��p\u0000���\u0000��D\u0001���\u0000��\b\u0000\u0001\u0000��\u0017\u0000��\t\u0000��\u0010\u0000��\u0016\u0000�\u0000\r\u0000�\u0000\u001d\u0000��\u0004\u0000|�\u0016\u0000\\�\u001f\u0000\u001c���L�\u001a\u0000\b\u0000*\u0000x\u0000\u0012\u0000X\u0000+\u0000H\u0000/\u0000\u0018\u0000Y\u0000��G\u0000\\�k\u0000��`\u0000@\u0000\u000e\u0000�\u0000�\u0001�\u0000\u0013\u0002�\u0000�\u0001��\u0015\u0001l��\u0001<�y\u0003��J\u0002 \u0000�\u0003x\u0000c\u0005�\u0000\\\u0003H\u0000+\u0002���\u0002���\u0002,�Z\u0002��(\u0003 \u0000C\u0002�\u0000�\u0001�\u0000�\u0002H\u0000K\u0003l�X\u0004L��\u0003���\u0003\u0000\u0000\u000f\u0003`\u0000�\u0002�\u0000�\u0003\u0004\u0001�\u00030\u0000�\u0003���\u0002l��\u0002l�[\u0002���\u0001p\u0000�\u0002�\u0000x\u0002X\u0000m\u0002\u0018\u0000\u0015\u0002��=\u0002\\��\u0002|�=\u0002���\u00028\u0000�\u0002�\u0000�\u0002�\u0000�\u0002(\u0000�\u0003���\u0003\f�@\u0003\f��\u0003���\u0004@\u0000d\u0005�\u0000�\u0004�\u0000�\u0003�\u0000�\u0003��U\u0003<�o\u0003\\��\u0002\u0010\u0000�\u0001�\u0000,\u0001�\u0000�\u0000\u0004\u0001\f\u0001�\u0000�\u0000���\u0000l��\u0000��Y\u0000X\u0000\u0018\u0000�\u0000%\u0000$\u0001*\u00004\u0001��H\u0000����O�������0�����@\u0000���\u0000.�0\u0000��������7�L���<�Z���������@\u0000��8\u0000s�������������������\f�@\u0000���\u0000���\u0000H�h\u0000��H\u0000��\u0010\u0000O���^�����p\u0000Y��\u0000#�P\u0000+�0\u0000��8\u0000\b���#�����\u0000\u0000��X\u0000��X\u0000��H\u0000��H\u0000��\u0010\u00003���������8\u0000��0\u0000\u0005\u0000(\u0000��`\u0000��@\u0000����\u0003�������=�\u0000\u0000������������p���C�����������C�������m���O�������\u001f���!���P\u0002\b\u0000:\u0002H\u0000�\u0000X\u0000$\u0000(\u0000_\u0000\u0018\u0000\u0011\u0000\u0010\u0000������\u0018\u0000*�h\u0000\u0004��\u0000\u0016��\u0000��X\u0000\u0015� \u0000���������\u0001@\u0000`\u0004x\u0000}\u0005�\u0000|\u0006H\u00003\u0007\u0000\u0000@\u0007���\b|��\b���\u0007���\u0005\u0010\u0000\n\u0004\u0018\u0000�\u0002\b\u0000_\u0000��?�����<���\\�8���4�\b\u0000\u0017�\u0018\u0000\t�0\u0000��8\u0000������������\u0005�\b\u0000*�(\u0000\u000b\u0002h\u0000�\u0005p\u00002\u0007@\u00009\u000b0\u0000�\b��`\u0005���\u0003���\u0001 \u0000i�P\u0000��H\u0000Y�8\u0000��\u0000\u0000����'���\u001f�\u0000\u0000��@\u0000��h\u0000�\u0000`\u0000\u0000\u0006 \u0000�\n��;\r��a\r���\r���\r\u0010\u0000�\rP\u0000&\f@\u0000�\b���\u0003���\u0000����������)�\b\u0000f�8\u0000��(\u0000t�\u0018\u0000��������/������D�\u0018\u0000^\u00008\u0000c\u00000\u0000�\u0002(\u0000�\b \u0000>\u000b���\f���\u000e��!\t\u0010\u0000\u000f\u0004H\u0000)\u0002`\u0000w\u0000H\u0000 ����������������� \u0000��X\u0000��P\u0000^�(\u0000$����\u0006���\n���\u000f��0\u0012\u0018\u0000\u001e\u0010P\u0000d\u000e\u0010\u0000S\u000e��z\u000e\b\u0000�\n��\u001f\u0007���\u0002����\u0018\u0000\u0015�������f�\u0018\u0000l�\u0000\u0000����(�����\u0000\u0000��\u0018\u0000��(\u0000\u001b� \u0000�\u0000\u0010\u0000�\u0001\u0000\u0000�\u0003\b\u00000\u0005��u\b\u0000\u0000�\b0\u0000�\r0\u0000�\u000f\u0018\u0000V\u0007\u0010\u0000k\u0003\u0010\u0000?\u0001\u0018\u0000n���$�����(\u0000��P\u0000�� \u0000��\u0010\u0000�� \u0000s�\u0018\u0000�\u0000��X\u0004���\u0007(\u00002\n(\u0000<\u000f��\u0017\u0011���\u000e\u0000\u0000�\f\b\u0000�\r���\u000b��g\n\b\u0000�\b\u0010\u0000�\u0003���\u0000���\u0000��)\u0000��]���������\u0000\u0000��\u0000\u0000����C��� ��|���\u001b\u0003��\u0016\u0002\u0010\u0000�\u0003\b\u0000�\u0005\u0018\u0000�\u0007\b\u0000D\t\u0010\u0000�\r���\n���\u00028\u0000�\u0000H\u0000b� \u0000_�\u0010\u0000��\u0018\u0000��\u0000\u0000������\u0000\u0000\u0015�\u0018\u0000��\b\u0000�\u0000\u0010\u0000L\u0003 \u0000(\u0005\u0018\u0000�\u0005��$\n���\u000b���\b���\n\u0000\u0000�\t\u0000\u0000�\u0007(\u0000�\b0\u0000W\b���\u0004��q\u0002\u0018\u0000�\u0003 \u0000�\u0002���\u0001\b\u0000�\u0000H\u0000��\u0018\u0000������������+���M�\u0000\u0000��0\u0000&\u0000\u0018\u0000�\u0002���\u0007���\u0005���\u0003���\u0007��!\f\b\u0000�\f��2\u0007���\u00008\u0000����P�����\b\u0000�� \u0000����r�\u0000\u00004�0\u0000��8\u00001\u0003\u0010\u0000\u000b\u0006��4\u0005���\u0004��;\u0006\u0000\u0000/\b\u0018\u0000�\t8\u0000F\b0\u0000O\u0005\u0018\u0000�\u0003\u0010\u0000?\u0004��I\u0006\u0010\u0000\u0017\u0006 \u0000�\u0004\u0018\u0000\u0011\u0003\u0000\u0000�\u0002\b\u0000�\u0004��\\\u0004���\u0001����\u0018\u0000��@\u0000��\u0010\u0000��\u0000\u00003� \u0000��\b\u00001�������`�(\u0000�\u00038\u0000�\u0007��)\u0006���\b\u0000\u0000q\f\u0000\u0000�\r���\t���\u0003(\u0000��(\u0000��������������������$���F� \u0000`�\b\u0000`\u0005��1\b\b\u0000�\u0007���\u0007���\u0006��\u001d\u0007 \u0000]\b@\u0000\t\u00078\u0000�\u00040\u0000�\u00020\u0000x\u0001\b\u0000�\u00010\u0000�\u00028\u0000�\u0003\u0018\u0000H\u00038\u0000e\u0003H\u0000�\u0002\u0010\u0000\u000b\u0001��0�����\u0000\u00005�\u0018\u0000S�\u0010\u0000��(\u0000�� \u0000��\u0010\u0000����Q���\u0010\u0002��y\u0007���\u0006��K\u0006\u0000\u0000�\t\b\u0000|\r��8\n���\u0006��\u001d\u0001\b\u0000��\u0000\u0000\r�����\u0018\u0000��\u0010\u0000��������b��������\u0000\b\u0000e\u0005\b\u0000�\b\u0000\u0000�\n\u0000\u0000_\b��]\u0005���\u0005��\u0001\u0006\u0010\u0000�\u0005(\u0000\u000b\u0006\u0010\u0000H\u0003 \u0000�\u00008\u0000\u0018\u0000\u0010\u0000h\u0000���\u0001\u0018\u0000a\u00038\u0000Y\u00038\u0000�\u0000(\u0000c�8\u0000��@\u0000\u0015�\u0018\u0000\u000b���,���J���T�\u0000\u0000��\b\u0000��\u0018\u0000��\u0010\u0000�\u0004���\u0006���\u0005��,\u0005��q\u0006\u0010\u0000�\u0005\u0000\u0000�\u0006��%\u0007���\u0000����������\u0011�\u0000\u00005�(\u0000{� \u0000����f�����\u0000\u0000����%����\u0002\b\u0000�\u0005P\u0000�\u0006(\u0000]\u0007���\u0005\b\u0000�\u0002\u0018\u0000�\u0003\u0000\u0000�\u0004���\u00058\u0000\u0011\u0007P\u0000\u0002\u0005\u0000\u0000�\u0002���\u0000��A\u0000��?\u0000���\u0000\u0000\u0000�\u0000 \u0000����������\u0000\u0000q�\b\u0000:���>�\u0000\u0000��\u0018\u0000��(\u0000��\u0018\u0000z�(\u0000W\u0000 \u0000\\\u0000��\u0003\u0001���\u0002 \u0000�\u0003 \u0000\t\u0005\u0018\u0000k\u0006@\u0000�\u00048\u0000�\u0002��W\u0000��\u0003���n���E���\u000f�\b\u0000��\u0010\u0000��������C���:���}�����\u0000\u0000�\u0001��\r\u0004\b\u0000A\u0004\u0000\u0000+\u0005���\u0006��C\u0007��=\t0\u0000m\n0\u0000�\b \u0000�\u00078\u0000�\u0004(\u0000[\u0002���\u0000��D�\u0018\u0000��(\u0000�� \u0000.�\u0018\u0000��(\u0000�� \u0000��������������\u0010\u0000i�\u0010\u0000�\u0001\b\u0000\u0013\u0004\b\u0000)\u0002 \u0000�\u0003���\u0004��A\u0005��B\b\b\u0000d\t\u0000\u0000W\u0006\u0000\u0000�\u0002\u0018\u0000x�\u0018\u0000)�\b\u0000l���0�\u0010\u0000��\b\u0000��\b\u0000��\u0018\u0000\u0002� \u0000c�\b\u0000g���4����\u0001���\u0006���\b��t\t\u0000\u0000�\t���\b��6\t���\n��!\n��|\b��=\u0006��A\u0002������'���J�\b\u0000��\u0000\u0000������\b\u0000�� \u0000\u0002�\u0000\u0000(�\u0010\u0000\u0007�0\u0000��0\u0000��\u0000\u0000c\u0000\u0000\u0000?\u0005(\u0000O\u0004@\u0000�\u00030\u0000�\u0004 \u0000�\u0004@\u0000K\u00068\u0000�\b\u0000\u0000�\u0007��v\u0004\u0010\u00006\u0000 \u0000C�\u0018\u0000,�\u0018\u0000\u0011�\u0018\u0000C�\b\u0000��������i�\b\u0000��(\u0000����7���W\u0000\u0018\u0000�\u0005��V\t\u0000\u0000?\u000b\u0010\u00008\f\u0010\u0000�\t\b\u0000�\u0007\b\u0000�\u0007\b\u0000�\u0006���\u0006��N\u0006\u0000\u0000�\u0003\b\u0000�\u0000��\u0000���\u0019�\u0000\u0000����O���������\u0000\u0000'���\u001f���\u0012�������(��������\u0001��T\u0007��8\u0006���\u0005\u0000\u0000�\u0004\u0018\u0000�\u0002\u0018\u0000?\u0004\b\u0000\u0000\u0007\u0010\u0000J\u0005 \u0000�\u00010\u0000.� \u0000�� \u0000�� \u0000\u0001� \u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000a�\b\u0000%\u0000\b\u0000\u0007\u0001(\u0000�\u0005 \u0000�\n\u0000\u0000B\f\u0000\u0000�\u000b\u0010\u0000�\b\u0018\u0000�\u0001\b\u0000��\b\u00001\u0000\u0018\u0000�\u0001(\u0000�\u0005\u0018\u0000�\u0007���\u0004��'\u0002\u0018\u0000h�\u0018\u0000\u001e�\b\u00004\u0000\b\u0000�\u0001����������E�����\u0010\u0000m�\u0010\u00008�\b\u0000��������V\u0000���\b��$\n���\u0007���\u0007��\u001c\u0006\b\u0000�\u0005���\u0005��\u0014\u0004��\u0010���z�����\u0000\u0000��\u0018\u0000L�\b\u0000p�\u0000\u0000\u0003�\u0000\u0000\n\u0003\u0000\u0000i\u0004\b\u0000�\u0003\u0018\u0000�\u0005(\u0000�\u0007(\u0000�\t\u0018\u0000i\f\b\u0000�\n\b\u0000\u0018\u0005\u0000\u0000��\u0000\u0000��\u0018\u0000��8\u0000��8\u0000\u0002\u0000\u0018\u0000N\u0007\u0000\u0000�\t\u0010\u0000S\n\u0000\u00009\b���\u0004\u0000\u0000O\u0004 \u0000?\u0003\u0010\u0000�\u0001��q���2�\b\u0000E�\b\u0000����9���\u001d�\u0010\u0000j�\u0010\u0000��\u0000\u0000�����\u0000\u0000\u0000�\n \u0000�\u0012\u0010\u0000h\u000f\u0018\u0000\t\f\u0018\u00006\u0006\b\u0000��������s���������\b\u0000%�\u0000\u0000����]���8���/\u0003���\f���\u0011��L\u000e���\u000b���\b���\u0004\u0010\u0000�\u0004\u0010\u0000k\u0002��\u001f�������]�\u0000\u0000��\u0010\u0000��(\u0000��(\u0000e\u0006\b\u0000\u001b\u0011\b\u0000�\u0012\b\u0000`\u000f��n\r��'\u0005\u0018\u0000\u0000\u0000\u0018\u0000����-���O�\b\u0000����������\b\u0000��\u0010\u0000C�\u0000\u0000��\u0000\u0000\u000b�\u0010\u0000��\u0000\u0000�\u0007��A\u0010 \u0000s\u0012\u0010\u0000P\n\u0010\u0000Q\u0003 \u0000�� \u0000!�\u0010\u0000��\u0000\u0000`�\u0000\u0000�� \u0000�� \u0000��\u0010\u0000��(\u0000O�8\u0000�\u0006\u0018\u0000�\u000e��\u0012 \u0000t\u000e\u0018\u0000�\u0006���\u0002��o\u0000\u0010\u0000�\u0000��\t\u0002��-�������\u0018���}���P����\u0004��\u0013\f��@\u000f��Y\u000e��x\n���\b���\b���\u0006\b\u0000�\u0003������z�����\u0000\u0000����s���\b�(\u0000�� \u0000\t�\u0010\u00006�\u0000\u0000&�\u0010\u0000;� \u0000�\u0003\u0010\u0000M\u000b\u0000\u0000�\u0011\u0018\u0000\u0018\n(\u0000]\u0000\b\u0000\u0006��� �\u0000\u0000J�\u0010\u0000\u0011\u0002\u0000\u0000��\u0000\u0000P�\u0010\u0000��\u0010\u0000��\u0000\u0000d�\u0000\u0000�\u0004\u0000\u0000\u0003\r\u0000\u00000\u0010���\f\u0010\u0000�\u0003 \u0000��\u0010\u0000�� \u0000M\u0001 \u0000'\u0003\u0010\u0000r\u0000\u0000\u0000��\u0000\u0000�� \u0000��\u0018\u0000��\b\u0000_\u0005\u0010\u0000�\r(\u0000\u0013\r��>\f���\t���\u0006\u0000\u0000L\t���\u0007��q\u0003��\u0010\u0000��������������\u000e�������w�������p�������.�\u0000\u0000^�\u0000\u0000s\u0006���\r���\r\u0010\u0000\u0011\u0005\u0010\u0000��\u0000\u0000��\u0010\u0000[� \u0000\u0018\u0002\u0010\u0000}\u0001\u0000\u0000h�\u0010\u0000��\u0018\u0000!�\b\u0000��\b\u0000��\u0018\u0000�\u0007\u0010\u0000�\u000b\u0000\u0000<\f��\u001f\u0007 \u0000�\u0001\u0010\u0000'\u0002\u0000\u0000�\u0003\b\u0000\u0014\u0004\u0018\u00009\u0003\u0018\u0000��\u0018\u0000&�(\u0000��(\u0000E�\b\u0000�����\u0007���\n\b\u0000�\t\u0000\u0000�\f\u0010\u0000\u001d\u000b��E\u000b��Y\f���\u0005\u0000\u0000u���\u001d���R�������J���Q�������;���\u0015�����������_���\u001a\u0001 \u0000�\u0006 \u0000�\u000b\u0000\u0000^\n��o\u0002\u0000\u0000�����\u0000\u0000\u0000\n\u0001\u0010\u0000%\u00020\u0000H�\u0018\u0000������\u0000\u0000I���.���(\u0001\u0018\u0000H\b\u0018\u0000�\t���\t\u0010\u0000�\u0005\b\u0000�\u0002���\u0004��`\u0005\b\u0000\u0012\u0004\b\u0000�\u0001\u0018\u0000��\b\u0000������\u0000\u0000'�\u0000\u0000\u0016\u0001��1\u0007\u0000\u0000�\u0007\b\u0000s\t\u0018\u0000�\u000b\u0018\u0000R\u000b\u0018\u0000x\f\u0018\u00000\n\b\u0000~\u0003��������\b\u0000��\u0010\u0000k�\u0010\u0000����A�����\u0000\u0000��������[�\b\u0000��\u0010\u0000d�\u0010\u0000��\u0010\u0000�\u0002���\b���\u000b��\\\u0004���\u0003���\u0005\b\u0000V\u0002\u0000\u0000�\u0003���\u0001����������;�������H�\u0000\u0000A\u0003 \u0000+\u0005\u0010\u0000�\u0007\b\u0000�\u0006��@\u0004\u0000\u0000I\u0007\b\u0000�\u0007��-\u0006\u0000\u0000\u0010\u0005\u0010\u0000\u0003\u0000\b\u00002�\b\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000a\u0003\u0010\u0000�\u0005\u0000\u0000�\u0006���\t\u0000\u0000�\t\u0010\u0000Q\n���\n���\u0005���\u0001������]���\u0019�\u0010\u0000�� \u0000d���M���`�\b\u0000������\b\u0000?�\u0018\u0000��\u0018\u0000\u0007�\u0018\u0000��\b\u00002\u0002 \u0000k\b \u0000�\n0\u0000O\u00050\u0000\u0017\u00050\u0000�\u0004 \u00002\u0002\u0010\u0000:\u0002\u0010\u0000c\u0000\u0018\u0000��\u0018\u0000Q�\b\u0000��\u0000\u0000����\u0004���\u0015\u0002��6\u0003���\u0005���\u0006���\u0004���\u0007��\t���\u0007��G\u0007��.\u0002��\u0016���d������������\u0002\u0010\u0000\u0004\u0004\u0000\u0000�\u0004��@\u0006\u0000\u0000�\u0007\u0010\u0000�\t(\u00004\n(\u0000\n\u0007 \u0000@\u00030\u0000n\u0000(\u0000�� \u0000\u000e� \u0000��\u0010\u0000��\b\u0000k�\b\u0000\u0002�\b\u0000\n�������z�\u0000\u0000��\u0000\u0000�������������\u0000���\u0006��\u0002\b��5\u0007���\u0007\u0000\u0000�\u0006��\u001d\u0006\b\u0000�\u0004\b\u0000n\u0000\u0010\u0000�� \u0000I�\u0010\u0000\u0011�\u0018\u0000C�(\u0000��8\u0000\u0011� \u0000�� \u0000R\u00010\u0000�\u0003 \u0000:\u0005��\u0005\t��\u001f\u000b\b\u0000\u0011\u000b���\t���\u0006��O\u0004���\u0002��/\u0002��U\u0001��\u0004\u0001���\u0000���\u0000��\u001b\u0002���\u0003��\u0015\u0004���\u0004���\u0003��*\u0002\b\u0000�\u0001\u0010\u0000\u001b\u0001\u0010\u0000��\u0018\u0000��\u0010\u0000|�\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000\u0002�(\u0000��\u0018\u0000��(\u0000��(\u0000G�\u0010\u0000��\b\u0000\u0001\u0000\u0000\u0000R\u0002\b\u0000\u0012\u0003\u0000\u0000N\u0003��\u000e\u0005��\u0015\u0007\u0000\u0000a\u0007\u0000\u0000'\u0006��2\u0003����\u0000\u0000;���������\b\u0000��\u0018\u0000��(\u0000I�(\u0000O�\u0018\u0000�� \u0000�\u0000 \u0000^\u0003(\u0000\u0004\u0005(\u0000I\u0006(\u0000Z\u00060\u0000\b\u0006\u0010\u0000p\u0006\u0010\u0000J\u0006 \u0000&\u0005\b\u0000\u0004���\u0003��o\u0002��D\u0002��u\u0001��x\u0000��v\u0000��F\u0000��q\u0000��a\u0000������,�������[�����\u0000\u0000X�\b\u0000��\u0018\u0000\u0006�0\u0000��0\u0000g� \u0000��\u0018\u0000��(\u0000��0\u0000��(\u0000[� \u00000�\u0018\u0000A�\u0010\u0000����s\u0001�� \u0003��1\u0004���\u0003��z\u0003��\u001d\u0003���\u0002��i\u0002��x\u0002���\u0001��!\u0000\u0018\u0000\u001b�\b\u0000��\u0010\u0000�� \u0000t�(\u0000��\u0018\u0000N\u0000 \u0000�\u0000H\u0000�\u0000@\u0000�\u00010\u0000�\u00020\u0000�\u0003 \u0000`\u0004\u0010\u0000�\u0004\u0010\u0000�\u0003\u0010\u0000�\u0003\u0010\u00000\u0003\u0000\u0000H\u0002\b\u0000�\u0001\u0000\u0000O\u0001���\u0000��l\u0000��.\u0000����������y�����������X���\u0016���\r�\b\u0000��\u0018\u0000��\u0000\u0000_�\u0018\u0000��H\u0000Q�H\u0000��\b\u0000\u0019���T�\u0010\u0000s�\u0000\u0000\u0006���J�\u0010\u0000<�(\u0000Q���=���$���\u001f�\u0000\u0000�����\u0000���\u0001(\u0000�\u0002 \u0000\u0007\u0003\u0010\u0000.\u0003��y\u0003\u0000\u0000�\u0002\u0018\u0000�\u0001\b\u0000Z\u0001 \u0000�\u0000@\u0000a\u00000\u0000\u001f\u0000\u0018\u0000��\u0018\u0000��8\u00003\u0000@\u0000�\u00000\u0000�\u00000\u0000n\u00010\u0000u\u0001 \u0000�\u0001\u0010\u0000+\u0002��\u0017\u0002\u0000\u00005\u0002\u0018\u0000n\u0002\u0018\u0000�\u0001\u0000\u0000�\u0001��i\u0001���\u0000���\u0000��p\u0000��\u0000\u0000��\u0017\u0000��������������\u0003\u0000��������������L�\u0000\u0000;�����\u0000\u0000T�(\u0000K���������\u0000\u0000��\b\u0000�� \u0000��\u0010\u0000]�(\u0000@�(\u0000\t���\"���\u000e���u�����\u0000\u0000W�\b\u0000��\u0010\u0000��\u0010\u0000��\b\u0000\u0001�\u0018\u0000c�\u0010\u0000�� \u0000\u001d\u00000\u0000�\u0000(\u0000�\u0000H\u0000k\u00018\u0000{\u0001 \u0000�\u0001\u0018\u0000\u000e\u0002\b\u0000\u0002\u0002\u0018\u0000;\u0002\u0010\u0000\u001e\u0002\b\u0000%\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001���\u0001��\r\u0001��\t\u0001��\u0018\u0001���\u0000���\u0000��\u0013\u0001���\u0000��*\u0001���\u0001\u0000\u0000�\u0001��&\u0002��[\u0002\b\u0000\u0010\u0002\b\u0000;\u0002\u0000\u0000�\u0001\b\u00007\u0001��E\u0001���\u0000������ \u0000��������������w�������������\u0000\u0000/\u0000\u0000\u0000�\u0000��j\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0016\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000i�\u0010\u0000\\�(\u0000A�0\u0000\u001b�(\u0000��\u0010\u0000t�(\u0000\r�(\u0000��\b\u0000��\u0000\u0000\u001a\u0000\u0000\u0000�\u0000\u0010\u0000�\u0000��\u0006\u0001��\u0010\u0001���\u0000��\n\u0001���\u0000��[\u0000���\u0000���\u0000��q\u0000���\u0000���\u0000���\u0000��\u0013\u0001��G\u0001��\u0015\u0001��\u0010\u0001��U\u0001���\u0001���\u0001\u0000\u0000z\u0001\u0018\u0000v\u0001\u0010\u0000\u0018\u0001���\u0000���\u0000���\u0000���\u0000��w\u0000��#\u0000\u0000\u0000Z\u0000��g\u0000��R\u0000���\u0000\u0000\u0000�\u0000��C\u0000\u0000\u0000�\u0000(\u0000�\u0000(\u0000}\u0000\u0018\u0000�\u0000\u0010\u0000A\u0000\u0010\u0000\u0011\u0000\b\u0000?\u0000\b\u0000I\u0000\b\u0000\u0019\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0005\u0000\b\u0000#\u0000\b\u0000P\u0000\b\u0000+\u0000\b\u0000?\u0000\b\u0000R\u0000\b\u0000-\u0000\b\u0000�\u0000���\u0000���\u0000\b\u0000�\u0000�� \u0000�������\u0000��q\u0000������i\u0000���������� \u0000������\u000e\u0000��3\u0000��E\u0000��<\u0000\b\u0000\u0000\b\u0000\"\u0000\b\u0000�� \u0000\u000f\u0000\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000\u0010\u0000\u0000\u0000��\u0000\u0000��������\f\u0000��\u0011\u0000��;\u0000��������\u0018\u0000B\u0000\b\u0000\b\u0000\u0000\u0000,\u0000\b\u0000>\u0000\u0018\u0000\f\u0000��\u0007\u0000��\b\u0000\u0010\u0000%\u0000��!\u0000��>\u0000��\u000e\u0000\b\u00002\u0000��c\u0000��\u0011\u0000��G\u0000��\"\u0000����\b\u0000?\u0000��!\u0000��������\u0000\u0000\u0016\u0000��\u001c\u0000��\u0013\u0000��J\u0000\u0010\u0000\n\u0000\u0018\u0000,\u0000(\u0000/\u0000(\u0000��0\u0000:\u0000(\u0000S\u0000(\u0000\u0014\u0000\u0018\u0000-\u0000\b\u0000\u001d\u0000\b\u0000��\u0000\u0000��\u0000\u0000$\u0000\u0000\u0000+\u0000\u0000\u00001\u0000\u0000\u0000y\u0000\b\u0000J\u0000\b\u0000-\u0000\u0000\u0000\\\u0000��?\u0000���\u0000\u0000\u0000v\u0000\u0010\u00004\u0000\u0010\u0000�\u0000\b\u0000h\u0000\b\u0000~\u0000\b\u00006\u0000\b\u00005\u0000\b\u0000f\u0000\u0010\u0000$\u0000\u0000\u0000�\u0000\u0000\u0000H\u0000\b\u0000\u0002\u0000��������\b\u0000L\u0000������\u0019\u0000��1\u0000��������������\u0005\u0000��������������h�����������{�\u0000\u0000����[�\u0010\u0000�� \u0000��(\u0000��8\u0000��(\u0000q� \u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c\u0000��������\u0000\u0000������\u0010\u0000�� \u0000��\u0018\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000\u0015\u0000\b\u0000\u001a\u0000\b\u0000/\u0000\u0010\u0000?\u0000\u0010\u0000+\u0000\b\u00004\u0000\b\u0000��\b\u0000����\u000f\u0000������\u0014\u0000��������������h�����������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0018\u0000�� \u0000��\u0018\u0000��\u0010\u0000��\u0010\u00005\u0000\u0018\u0000\u001a\u0000\b\u0000\u0004\u0000\u0010\u0000,\u0000\u0010\u0000��\u0000\u0000��\b\u0000�� \u0000�� \u0000��(\u0000��(\u0000��\u0018\u0000��\u0000\u0000����������������������������������������w���r���e�����������B�\u0000\u0000w�\u0010\u0000��(\u0000k�H\u0000�@\u0000��@\u0000��8\u0000��(\u0000��\u0010\u0000��\u0000\u0000������������������\u0010\u0000��\u0010\u0000��\u0000\u0000\n\u0000����\u0000\u0000\b\u0000������\u0005\u0000������*\u0000��J\u0000������!\u0000����������'\u0000������������������0\u0000��4\u0000������������������4\u0000����\u0000\u0000��\b\u0000��\b\u0000��\b\u0000%\u0000\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��8\u0000��0\u0000��0\u0000��0\u0000��\u0018\u0000�� \u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\b\u0000\r\u0000\b\u0000��\u0010\u0000\u0000\u0000\u0000\u0000(\u0000����\u0000\u0000 \u0000\u0000\u0000��\u0010\u0000����T\u0000����������C\u0000 \u0000�� \u0000�� \u0000��\u0018\u0000��\u0010\u0000\b\u0000����\u0000\u0000����_\u0000��\u0003\u0000������\u0003\u0000��������������\u0002\u0000������\u0007\u0000����������������\u0010\u0000��\u0018\u0000�� \u0000��0\u0000s�(\u0000�� \u0000�� \u0000��\u0018\u0000��0\u0000��\u0018\u0000`�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0019\u0000\b\u0000��\b\u0000\u0015\u0000\b\u0000��\b\u0000��\b\u0000\n\u0000\b\u0000��\b\u00008\u0000\b\u0000;\u0000\u0000\u0000!\u0000\b\u0000\u0006\u0000(\u0000��\u0018\u0000��\u0018\u0000?\u0000\u0010\u0000`\u0000\b\u0000V\u0000\u0000\u0000[\u0000��!\u0000��D\u0000���\u0000��\u0015\u0000��a\u0000��H\u0000������Z\u0000��\u001a\u0000��6\u0000��c\u0000���\u0000��*\u0000��\n\u0000����\u0018\u0000��\u0010\u0000^\u0000\u0018\u00004\u0000(\u0000��@\u00002\u00008\u0000��0\u0000,\u0000 \u00005\u0000 \u0000�� \u0000\u0002\u0000\u0018\u0000�� \u0000$\u0000\b\u00000\u0000\u0010\u0000\u000f\u0000\u0018\u0000��\u0010\u0000��\u0010\u0000Z\u0000\u0010\u0000��\b\u0000o\u0000\b\u0000)\u0000\u0000\u0000����G\u0000��������\u0000\u0000&\u0000\u0000\u0000��\b\u0000Q\u0000��\t\u0000��!\u0000��[\u0000������3\u0000����������*\u0000������j\u0000��\u001b\u0000��\u001d\u0000��9\u0000����������������\u0000\u0000��\u0010\u0000�� \u0000��(\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000)\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000\u0014\u0000\u0000\u0000��\u0000\u0000\u000e\u0000\u0000\u0000\u0014\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000]\u0000\u0000\u0000\u0014\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000\u001a\u0000\u0000\u0000l\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000o\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000[\u0000\u0000\u0000@\u0000\u0000\u0000\u0012\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000+\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000Q\u0000\u0000\u0000��\u0000\u0000p\u0000\u0000\u0000h\u0000\u0000\u0000Z\u0000\u0000\u0000\\\u0000\u0000\u00005\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000B\u0000\u0000\u0000��\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000d\u0000\u0000\u0000*\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�����\u0000\u0000\u0000_\u0000\u0000\u00006\u0000\u0000\u0000C\u0000\u0000\u0000��\u0000\u0000S\u0000\u0000\u0000V\u0000\u0000\u0000`\u0000\u0000\u0000/\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0000\u0000��\u0000\u0000\u001f\u0000\u0000\u0000\u0011\u0000\u0000\u0000��\u0000\u0000c\u0000\u0000\u0000%\u0000\u0000\u0000_\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000:�\u0000\u0000J\u0000\u0000\u0000��\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000*�\u0000\u0000�\u0000\u0000\u0000h�\u0000\u0000c\u0000\u0000\u0000[\u0000\u0000\u0000\u0006\u0000\u0000\u0000�\u0000\u0000\u0000m�\u0000\u0000d\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000'\u0000\u0000\u0000\u001e\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000I\u0000\u0000\u0000\"\u0000\u0000\u0000w\u0000\u0000\u0000f\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000K\u0000\u0000\u0000Z\u0000\u0000\u0000U�\u0000\u0000�\u0000\u0000\u0000W\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0000\u0000\u0000c�\u0000\u0000V\u0000\u0000\u0000��\u0000\u0000E\u0000\u0000\u0000W�\u0000\u0000^�\u0000\u0000\u0011\u0000\u0000\u0000\u001c�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000#�\u0000\u0000��\u0000\u0000@�\u0000\u0000\u0014\u0000\u0000\u0000U\u0000\u0000\u0000�\u0000\u0000\u0000?\u0000\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\"�\u0000\u0000o�\u0000\u0000��\u0000\u0000�\u0000\u0000��\u0000\u0000N�\u0000\u0000a�\u0000\u0000:�\u0000\u0000��\u0000\u0000+�\u0000\u0000[�\u0000\u0000��\u0000\u0000=�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000z�\u0000\u0000��\u0000\u0000\u0017�\u0000\u0000u�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000o�\u0000\u0000\"�\u0000\u0000\u0015�\u0000\u0000\u0018\u0000\u0000\u0000z�\u0000\u0000N\u0000\u0000\u0000d�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000$�\u0000\u0000��\u0000\u0000:�\u0000\u0000%�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000a\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000�\u0000\u0000\u0000a�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u00001\u0000\u0000\u0000~�\u0000\u0000R\u0000\u0000\u0000P�\u0000\u0000�\u0000\u0000\u0000?�\u0000\u0000\u0015\u0000\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000K\u0000\u0000\u0000)�\u0000\u0000o\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000/\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000_\u0000\u0000\u0000\r\u0001\u0000\u0000��\u0000\u00002\u0000\u0000\u0000\u0006\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000��\u0000\u0000\u0018�\u0000\u0000��\u0000\u00002�\u0000\u0000��\u0000\u0000\u0010�\u0000\u0000J�\u0000\u0000!�\u0000\u0000<�\u0000\u0000\u001f�\u0000\u0000y�\u0000\u0000��\u0000\u0000>�\u0000\u0000��\u0000\u0000��\u0000\u0000:�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000L\u0002\u0000\u0000\u001a\u0003\u0000\u0000e\u0003\u0000\u0000�\u0003\u0000\u0000\f\u0004\u0000\u0000T\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000v\u0002\u0000\u0000�\u0001\u0000\u0000$\u0002\u0000\u0000�\u0001\u0000\u0000u\u0001\u0000\u0000�\u0000\u0000\u0000-\u0000\u0000\u0000B\u0000\u0000\u0000W�\u0000\u0000;�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000R�\u0000\u0000��\u0000\u0000:�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000L�\u0000\u0000������\u0000\u0000��\u0000\u0000\u0016\u0000\u0000\u0000(\u0002\u0000\u00004\u0004\u0000\u0000�\u0004\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u0003\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000)\u0004\u0000\u00007\u0005\u0000\u0000&\u0006\u0000\u0000S\u0007\u0000\u0000�\u0007\u0000\u0000�\u0007\u0000\u0000�\u0007\u0000\u0000E\u0007\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000\u0006\u0002\u0000\u0000<\u0000\u0000\u0000/�\u0000\u0000��\u0000\u0000a�\u0000\u0000��\u0000\u0000y�\u0000\u0000��\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000{�\u0000\u0000e�\u0000\u0000��\u0000\u0000\u0004\u0001\u0000\u0000\u0011\u0004\u0000\u0000\u000b\u0004\u0000\u0000.\u0006\u0000\u0000o\n\u0000\u0000�\n\u0000\u0000\u0013\n\u0000\u0000f\u0007\u0000\u0000U\u0005\u0000\u0000\u000e\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000*�\u0000\u0000I�\u0000\u0000��\u0000\u0000<�\u0000\u0000��\u0000\u0000Y\u0000\u0000\u0000�\u0005\u0000\u0000&\t\u0000\u0000�\n\u0000\u0000�\f\u0000\u0000\u0011\u000e\u0000\u0000�\r\u0000\u0000�\u000e\u0000\u0000n\u000e\u0000\u0000U\f\u0000\u0000\u0019\b\u0000\u0000w\u0004\u0000\u0000b\u0001\u0000\u0000%�\u0000\u0000V�\u0000\u0000n�\u0000\u0000V�\u0000\u0000��\u0000\u0000L�\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000��\u0000\u0000L�\u0000\u0000��\u0000\u0000s�\u0000\u0000�\u0002\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000�\t\u0000\u0000�\u0007\u0000\u0000>\n\u0000\u0000^\u000b\u0000\u0000I\t\u0000\u0000\"\u0007\u0000\u00007\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u00007�\u0000\u0000n�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000��\u0000\u0000<�\u0000\u0000i\u0003\u0000\u0000�\b\u0000\u0000\u001a\r\u0000\u0000A\u000e\u0000\u0000�\u000f\u0000\u0000.\u0010\u0000\u0000\\\u000e\u0000\u0000J\u000e\u0000\u0000\u000e\f\u0000\u0000@\t\u0000\u0000y\u0004\u0000\u0000�\u0000\u0000\u0000\u0000�\u0000\u0000s�\u0000\u0000*�\u0000\u0000\b�\u0000\u0000b�\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000\u0017�\u0000\u0000M�\u0000\u0000\b�\u0000\u0000��\u0000\u0000y�\u0000\u0000c�\u0000\u0000D�\u0000\u00002\u0002\u0000\u0000A\u0005\u0000\u0000�\u0005\u0000\u0000�\u0007\u0000\u0000�\u0005\u0000\u0000-\u0007\u0000\u0000f\b\u0000\u0000\u0006\u0000\u00004\u0005\u0000\u0000R\u0000\u0000\u0000;�\u0000\u0000\u0005�\u0000\u00000�\u0000\u0000M�\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000j�\u0000\u0000.�\u0000\u0000��\u0000\u0000d\u0003\u0000\u0000�\u0006\u0000\u0000�\t\u0000\u0000�\f\u0000\u0000�\r\u0000\u0000�\u000e\u0000\u00001\r\u0000\u0000�\r\u0000\u0000\u0011\f\u0000\u0000s\b\u0000\u00005\u0005\u0000\u0000Q\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\u001e�\u0000\u0000!�\u0000\u0000\u0012�\u0000\u0000��\u0000\u0000��\u0000\u0000K\u0002\u0000\u0000a\u0005\u0000\u0000r\u0005\u0000\u0000g\u0006\u0000\u0000�\u0005\u0000\u0000\u0004\u0004\u0000\u0000\u0019\u0007\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000`�\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000u�\u0000\u0000��\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u00009\b\u0000\u0000�\t\u0000\u0000]\u000b\u0000\u0000\u0003\f\u0000\u0000g\f\u0000\u0000\u001e\f\u0000\u0000�\u000b\u0000\u0000\u0002\f\u0000\u0000I\t\u0000\u0000�\u0005\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000.�\u0000\u0000D���I���\t�����������E�\u0000\u0000��\u0000\u0000L�\u0000\u0000��\u0000\u0000��\u0000\u0000O�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000C\u0005\u0000\u0000�\u0006\u0000\u0000�\u0004\u0000\u0000O\u0005\u0000\u0000�\u0004\u0000\u0000\u0003\u0003\u0000\u0000S\u0001\u0000\u0000{�\u0000\u0000]�\u0000\u0000��\u0000\u0000,�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000 \u0000\u0000\u0000G\u0001\u0000\u0000I\u0005\u0000\u0000�\u0007\u0000\u0000�\t��W\u000b\u0000\u00003\f\u0000\u0000\u000f\r\u0000\u0000�\u000b\u0000\u0000�\n\u0000\u0000_\t\u0000\u0000a\u0006\u0000\u0000\u0003\u0000\u0000�\u0000\u0000\u0000��\b\u0000��\u0000\u0000g�\u0000\u0000\u000b�\b\u0000\u001e�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000R�\u0000\u0000��\u0000\u0000 �\u0000\u0000��\u0000\u0000a�\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000\u001f\u0003\u0000\u0000k\u0004\u0000\u0000�\u0003\u0000\u0000u\u0003\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000}�\u0000\u0000\u0016�\u0000\u00001�\u0000\u0000��\u0000\u0000T�\u0000\u0000`�\u0000\u0000������\u0000\u0000A�\u0000\u0000\t�\u0000\u0000�\u0001\u0000\u0000�\u0005\u0000\u0000�\u0007\u0000\u0000�\t\u0000\u0000\u000e\u000b\u0000\u0000�\u000b\u0000\u0000\u001d\u000b��a\n\u0000\u0000#\n\u0000\u0000z\b\u0000\u0000�\u0005\u0000\u0000\u000e\u0003\u0000\u0000z\u0000\u0000\u0000\u0012�\u0000\u0000t�\u0000\u0000��\u0000\u0000u�\u0000\u0000��\u0000\u0000����\u0012�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000[�\u0000\u0000\u000f�\u0000\u0000h�\u0000\u0000��\u0000\u0000V�\u0000\u0000;\u0002\u0000\u0000�\u0003\u0000\u0000`\u0005\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000n\u0003\u0000\u0000�\u0002\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000��\u0000\u0000*�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000;\u0000\u0000\u0000_\u0002\u0000\u0000-\u0005\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000n\n\u0000\u0000�\u000b\u0000\u0000�\n\u0000\u0000�\t\u0000\u0000\u0003\t\u0000\u0000�\u0006\u0000\u0000g\u0004\u0000\u0000N\u0002\u0000\u0000k\u0000\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000k�\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000O�\u0000\u0000\u0011�\u0000\u0000u�\u0000\u0000��\u0000\u0000~�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000G\u0002\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000c\u0001\u0000\u0000�\u0001\u0000\u0000 \u0002\u0000\u0000�\u0001\u0000\u0000\u001d\u0002\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u0000K�\u0000\u0000��\u0000\u00005\u0000\u0000\u0000n\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000\u0012\u0003\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u00009\b\u0000\u00001\t\u0000\u0000\u0001\t\u0000\u0000L\b\u0000\u0000�\u0006\u0000\u0000�\u0004\u0000\u0000i\u0002\u0000\u0000\"\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000a�\u0000\u0000m�\u0000\u0000��\u0000\u0000[�\u0000\u0000��\u0000\u00007���]�\u0000\u00002�\u0000\u0000g�\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000��\u0000\u0000h�\u0000\u0000��\u0000\u0000t�\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000��\u0000\u0000}�\u0000\u0000�\u0000\u0000\u0000`\u0002\u0000\u0000�\u0002\u0000\u0000\u0001\u0003\u0000\u0000w\u0001\u0000\u0000�\u0000\u0000\u0000|\u0000\u0000\u0000>\u0000\u0000\u0000\u0005\u0001\u0000\u0000q\u0001\u0000\u0000\u000f\u0002\u0000\u0000\u0017\u0002\u0000\u0000(\u0001\u0000\u0000\u0010\u0001���\u0000\u0000\u0000t\u0000\u0000\u0000W\u0001\u0000\u0000e\u0002\u0000\u0000�\u0003\u0000\u0000\u0014\u0004\u0000\u0000�\u0003\u0000\u0000e\u0002\u0000\u0000t\u0000\u0000\u0000\u0005\u0000\u0000\u0000D\u0000\u0000\u0000\u000f\u0001\u0000\u0000E\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\r�\u0000\u0000��\u0000\u0000?�\u0000\u0000��\u0000\u0000z�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����w�����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000W\u0000\u0000\u0000M\u0001\u0000\u0000�\u0001\u0000\u0000^\u0002\u0000\u0000\u0005\u0002\u0000\u0000�\u0001\u0000\u0000*\u0001\u0000\u0000�\u0000\u0000\u0000?\u0001\u0000\u0000C\u0001\u0000\u0000E\u0001\u0000\u0000\u0017\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000 \u0001\u0000\u0000O\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u00008\u0001\u0000\u0000�\u0000\u0000\u0000;\u0000\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000��\u0000\u0000`�\u0000\u0000?�\u0000\u0000L�\u0000\u0000I�\u0000\u0000)�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000\"�\u0000\u00008�\u0000\u00005�\u0000\u00008�\u0000\u0000K�\u0000\u0000`�\u0000\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000��\u0000\u0000\"\u0000\u0000\u0000?\u0000\u0000\u0000b\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000:\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u000e\u0002\u0000\u0000\u0012\u0002\u0000\u0000\u0006\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u0001\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000G\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000q\u0000\u0000\u0000M\u0000\u0000\u0000@\u0000\u0000\u0000%\u0000\u0000\u0000\r\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000z�\u0000\u0000]�\u0000\u0000.�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000h�\u0000\u0000T�\u0000\u0000U�\u0000\u0000b�\u0000\u0000j�\u0000\u0000z�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001d�\u0000\u0000p�\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000L\u0000\u0000\u0000u\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000c\u0000\u0000\u0000C\u0000\u0000\u00002\u0000\u0000\u0000.\u0000\u0000\u00001\u0000\u0000\u00000\u0000\u0000\u0000)\u0000\u0000\u0000,\u0000\u0000\u00000\u0000\u0000\u00009\u0000\u0000\u0000N\u0000\u0000\u0000h\u0000\u0000\u0000|\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000k\u0000\u0000\u0000N\u0000\u0000\u0000,\u0000\u0000\u0000\b\u0000\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\r\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000\t\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000m�\u0000\u0000M�\u0000\u00006�\u0000\u0000*�\u0000\u0000+�\u0000\u00006�\u0000\u0000D�\u0000\u0000S�\u0000\u0000c�\u0000\u0000q�\u0000\u0000{�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000*\u0000\u0000\u0000D\u0000\u0000\u0000]\u0000\u0000\u0000o\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000x\u0000��l\u0000\u0000\u0000^\u0000\u0000\u0000Q\u0000\u0000\u0000F\u0000\u0000\u0000@\u0000\u0000\u0000?\u0000\u0000\u0000C\u0000\u0000\u0000J\u0000\u0000\u0000U\u0000\u0000\u0000b\u0000\u0000\u0000r\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000m\u0000\u0000\u0000U\u0000\u0000\u0000:\u0000\u0000\u0000\u001d\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000\u0016\u0000\u0000\u0000$\u0000\u0000\u00000\u0000\u0000\u0000<\u0000\u0000\u0000F\u0000\u0000\u0000N\u0000\u0000\u0000T\u0000\u0000\u0000V\u0000\u0000\u0000V\u0000\u0000\u0000R\u0000\u0000\u0000L\u0000\u0000\u0000A\u0000\u0000\u00007\u0000\u0000\u0000,\u0000\u0000\u0000\u001f\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0007\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u001e\u0000\u0000\u0000%\u0000\u0000\u0000,\u0000\u0000\u00001\u0000\u0000\u00005\u0000\u0000\u0000;\u0000\u0000\u0000=\u0000\u0000\u0000>\u0000\u0000\u0000>\u0000\u0000\u0000:\u0000��6\u0000\u0000\u0000.\u0000\u0000\u0000'\u0000\u0000\u0000 \u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u000b\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\n\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u000f\u0000\u0000\u0000\r\u0000\u0000\u0000\u000b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u001c\u0000\u0000\u0000%\u0000\u0000\u0000*\u0000\u0000\u00000\u0000\u0000\u00003\u0000\u0000\u00005\u0000\u0000\u00008\u0000\u0000\u00007\u0000\u0000\u00007\u0000\u0000\u00005\u0000\u0000\u00004\u0000\u0000\u0000.\u0000\u0000\u0000(\u0000\u0000\u0000$\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u000f\u0000\u0000\u0000\n\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u001c\u0000\u0000\u0000 \u0000\b\u0000%\u0000\b\u0000'\u0000\u0000\u0000*\u0000\u0000\u0000*\u0000\u0000\u0000)\u0000\u0000\u0000)\u0000\u0000\u0000%\u0000\u0000\u0000#\u0000\u0000\u0000!\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0004\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0016\u0000\u0000\u0000\"\u0000\u0000\u0000-\u0000\u0000\u00007\u0000\u0000\u0000?\u0000��E\u0000\u0000\u0000I\u0000\u0000\u0000L\u0000\u0000\u0000M\u0000\u0000\u0000J\u0000\u0000\u0000G\u0000\u0000\u0000C\u0000\u0000\u0000=\u0000\u0000\u0000:\u0000\u0000\u00004\u0000\u0000\u0000/\u0000\u0000\u0000+\u0000\u0000\u0000$\u0000��\u001d\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0005\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\t\u0000��\u0010\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u001d\u0000\u0000\u0000 \u0000\u0000\u0000\u001f\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001f\u0000\u0000\u0000%\u0000\u0000\u0000'\u0000\u0000\u0000-\u0000\u0000\u00001\u0000\u0000\u00001\u0000\u0000\u00005\u0000\u0000\u0000>\u0000\u0000\u00008\u0000\u0000\u00009\u0000\u0000\u0000@\u0000\u0000\u00005\u0000\u0000\u00009\u0000\u0000\u0000:\u0000\u0000\u00003\u0000\u0000\u00002\u0000\u0000\u00003\u0000\u0000\u0000.\u0000\u0000\u0000%\u0000\u0000\u0000\u001f\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u000b\u0000��\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0002\u0000\u0000\u0000\n\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001b\u0000\u0000\u0000#\u0000\u0000\u0000/\u0000\u0000\u0000&\u0000\u0000\u0000$\u0000\u0000\u00002\u0000\u0000\u0000,\u0000\u0000\u0000+\u0000\u0000\u0000(\u0000\u0000\u0000$\u0000\u0000\u0000$\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0007\u0000\u0000\u0000\n\u0000\u0000\u0000\r\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c\u0000\u0000\u0000��\u0000\u0000K\u0000\u0000\u0000��\u0000\u0000q\u0000\u0000\u0000o\u0001\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u0013\u0003\u0000\u0000L\u0004\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002��)\u0002\u0000\u0000�\u0001\u0000\u0000\u0018\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000��\u0013\u0001\u0000\u0000\u001a\u0001\u0000\u0000\u000e\u0001\u0000\u00003\u0001\u0000\u0000�\u0000\u0000\u0000!\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000z\u0001\u0000\u0000�\u0001\u0000\u0000D\u0001\u0000\u0000�\u0000\u0000\u0000\u001f\u0001\u0000\u0000�\u0000\u0000\u0000\u0018\u0001\u0000\u0000K\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000a\u0002\u0000\u0000D\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000\u0017\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\r\u0001\u0000\u00005\u0000\u0000\u0000i\u0000\u0000\u0000�\u0000\u0000\u0000\u001c\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000/\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000%�\u0000\u00003�\u0000\u0000<�\u0000\u0000O�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0015\u0000\u0000\u0000��\u0000\u0000&\u0000\u0000\u0000�\u0000\u0000\u0000m\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000\u001d\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000(\u0001\u0000\u0000�\u0000\u0000\u00005\u0001\u0000\u0000S\u0001\u0000\u0000\r\u0001\u0000\u0000\\\u0001\u0000\u0000K\u0001\u0000\u0000\"\u0001\u0000\u0000U\u0001\u0000\u0000?\u0001\u0000\u0000=\u0001\u0000\u0000�\u0000\u0000\u0000<\u0000\u0000\u0000�\u0000\u0000\u0000-\u0000\u0000\u0000��\u0000\u0000��\u0000\u00002�\u0000\u0000r�\u0000\u0000��\u0000\u0000\r�\u0000\u0000 �\u0000\u0000��\u0000\u0000��\u0000\u0000T�\u0000\u0000����#�\u0000\u0000<�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00001�\u0000\u0000��\u0000\u00005�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000K�\u0000\u0000P�\u0000\u0000��\u0000\u0000W�\u0000\u0000V�\u0000\u0000\u000e�\u0000\u0000H�\u0000\u0000��\u0000\u0000e�\u0000\u0000g�\u0000\u0000��\u0000\u0000��\u0000\u0000{�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00005�\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u0000I�\u0000\u0000��\u0000\u0000H�\u0000\u0000��\u0000\u0000\t�\u0000\u0000��\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000{�\u0000\u0000��\u0000\u0000!�\u0000\u0000��\u0000\u0000��\u0000\u0000>�\u0000\u0000`�\u0000\u0000\u0010\u0000\u0000\u0000\u0006�\u0000\u0000l\u0000\u0000\u0000x\u0003\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000\f\u0002\u0000\u0000\u0002\u0002\u0000\u0000�\u0000\u0000\u0000{�\u0000\u0000l�\u0000\u00001�\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000��\u0000\u0000\f�\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000T\u0001\u0000\u0000\f\u0004\u0000\u0000X\u0005\u0000\u0000\u0000\u0005\u0000\u0000.\u0006\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000?\u0006\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000r\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000]�\u0000\u0000��\u0000\u0000��\u0000\u00004�\u0000\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0015�\u0000\u0000!\u0002\u0000\u0000�\u0003\u0000\u0000u\u0002\u0000\u0000�\u0004\u0000\u0000�\u0006\u0000\u0000/\u0007\u0000\u0000'\u0006\u0000\u0000t\u0006\u0000\u0000O\u0006\u0000\u0000Z\u0006\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000L\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u0011\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000W\u0001\u0000\u0000f\u0002\u0000\u0000\u0019\u0003\u0000\u0000-\u0004\u0000\u0000�\u0005\u0000\u0000J\u0006\u0000\u0000\r\u0007\u0000\u0000�\u0007\u0000\u0000�\u0007\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000A\u0001\u0000\u00006\u0000\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0000\u0000R�\u0000\u0000��\u0000\u0000��\u0000\u0000d�\u0000\u00008�\u0000\u00008�\u0000\u0000\u0002�\u0000\u0000b�\u0000\u0000.�\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000k\u0002\u0000\u0000f\u0003\u0000\u0000y\u0005\u0000\u0000�\u0005\u0000\u0000T\u0004\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000\u000f\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u0002\u0002\u0000\u0000�\u0000\u0000\u0000\u0017\u0001\u0000\u0000\u0017\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000Y\u0005\u0000\u0000�\u0006\u0000\u0000�\u0006\b\u0000D\u0006\u0000\u0000I\u0005\u0000\u0000\u001d\u0005\u0000\u0000\u000e\u0004\u0000\u0000i\u0002\u0000\u00009\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000,�\u0000\u0000��\u0000\u0000;�\u0000\u0000E�\u0000\u00002�\u0000\u0000\"�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0003\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000#\u0004\u0000\u0000�\u0004\u0000\u0000d\u0004\u0000\u0000I\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\t\u0002\u0000\u0000h\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u0004\u0002\u0000\u0000�\u0001\u0000\u0000s\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000\b\u0005\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000|\u0004\u0000\u0000�\u0003\u0000\u0000n\u0002\u0000\u0000�\u0001\u0000\u0000k\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000A�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000X�\u0000\u0000z�\u0000\u0000\u0013�\u0000\u0000c�\u0000\u0000��\u0000\u0000w\u0001\u0000\u0000�\u0000\u0000\u00007\u0000\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000Q\u0002\u0000\u0000@\u0002\u0000\u0000m\u0002\u0000\u0000L\u0003\u0000\u0000_\u0002\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000^\u0002\u0000\u0000G\u0002\u0000\u0000\u0003\u0002\u0000\u0000)\u0002\u0000\u0000\u0000\u0003\u0000\u0000x\u0003\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u0010\u0004\u0000\u0000c\u0003\u0000\u0000%\u0002\u0000\u0000�\u0001\u0000\u0000n\u0001\u0000\u0000c\u0000\u0000\u0000\r�\u0000\u0000��\u0000\u0000n�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000'�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000S�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00001\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000@\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000F\u0001\u0000\u0000�\u0001\u0000\u0000}\u0002\u0000\u0000�\u0001\u0000\u0000\u0005\u0002\u0000\u0000`\u0002\u0000\u0000+\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000C\u0002\u0000\u0000�\u0003\u0000\u0000y\u0001\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000\n\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000U\u0002\u0000\u0000B\u0001\u0000\u0000�\u0001\u0000\u0000\u001e\u0001\u0000\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000��\u0000\u0000r�\u0000\u0000:���9�\u0000\u0000\n�\u0000\u0000��\u0000\u0000�\u0000\u0000s�\u0000\u0000��\u0000\u0000@�\u0000\u00002�\u0000\u0000_�\u0000\u0000;�\u0000\u0000\r�\u0000\u0000*�\u0000\u0000��\u0000\u0000b�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000>\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u000b\u0002\u0000\u0000W\u0002\u0000\u0000\u0011\u0002\u0000\u0000�\u0001\u0000\u0000\u001d\u0002\u0000\u0000P\u0002\u0000\u0000�\u0001\u0000\u0000y\u0001\u0000\u0000)\u0002\u0000\u0000�\u0001���\u0000\u0000\u0000;\u0001\u0000\u0000A\u0001\u0000\u0000�\u0000\u0000\u0000u\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000�� \u0000����\u0000\u0000��\u0000\u0000~�\u0000\u0000��\u0000\u0000��\u0000\u0000F�\u0000\u0000?�\u0000\u0000��\u0000\u0000��\u0000\u0000B�\u0000\u0000C�\u0000\u0000��\u0000\u0000��\u0000\u0000\n�\u0000\u0000��\u0000\u0000��\u0000\u00002�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00005�\u0000\u0000��\u0000\u0000\u0001�\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000��\u0000\u0000-\u0000\u0000\u0000a\u0000���\u0000\u0000\u0000'\u0001\u0000\u0000#\u0001\u0000\u0000<\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000k\u0001\b\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000K\u0001\u0000\u0000Z\u0001\u0000\u0000h\u0001\u0000\u0000T\u0001\u0000\u0000,\u0001\u0000\u0000,\u0001\u0000\u00000\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000%\u0000\u0000\u0000��\u0000\u00002�\u0000\u0000��\u0000\u0000J�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000#�\u0000\u0000\n�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0013�\u0000\u0000p�\u0000\u0000��\u0000\u0000\u0018�\u0000\u0000e�\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0000\u0000\f\u0000\u0000\u0000'\u0000\u0000\u0000J\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000(\u0001\u0000\u0000W\u0001\u0000\u0000p\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000u\u0001\u0000\u0000w\u0001\u0000\u0000^\u0001\u0000\u0000N\u0001\u0000\u0000:\u0001\u0000\u0000\u001e\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000y�\u0000\u0000\u0018�\u0000\u0000��\u0000\u00006�\u0000\u0000��\u0000\u0000��\u0000\u0000(�\u0000\u0000��\u0000\u0000i�\u0000\u0000u�����\u0000\u0000��\u0000\u0000��\u0000\u0000E�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000Y�\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000^\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000)\u0001\u0000\u0000b\u0001\u0000\u0000o\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000{\u0001\u0000\u0000a\u0001\u0000\u0000f\u0001\u0000\u0000}\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000x\u0001\u0000\u00000\u0001\u0000\u0000�\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000i�����\u0000\u0000\u0016�\u0000\u0000k�\u0000\u0000��\u0000\u0000��\u0000\u0000N�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000%�\u0000\u0000��\u0000\u0000a�\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000)\u0001\u0000\u0000g\u0001\u0000\u0000i\u0001\u0000\u0000}\u0001\u0000\u0000�\u0001\b\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000c\u0001\u0000\u0000s\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000G\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000w\u0002\u0000\u0000V\u0002\u0000\u0000\u0001\u0002\u0000\u0000m\u0001\u0000\u0000�\u0000\u0000\u00001\u0000\u0000\u0000q�\u0000\u0000~�\u0000\u0000��\u0000\u0000��\u0000\u0000+�\u0000\u0000��\u0000\u0000��\u0000\u0000z���0�\u0000\u0000G�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018�\u0000\u0000]�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000%\u0000\u0000\u0000q\u0000\u0000\u0000l\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u001f\u0001\u0000\u0000o\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000#\u0002\u0000\u0000P\u0002\u0000\u0000|\u0002���\u0002\u0000\u0000E\u0003\u0000\u0000o\u0003\u0000\u0000`\u0003\u0000\u0000w\u0003\u0000\u0000�\u0003\u0000\u00004\u0003\b\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000)\u0002\u0000\u0000`\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000v�\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000/�\b\u0000��\u0000\u0000��\u0000\u0000n�\u0000\u0000����,�\u0000\u0000[�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000k\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0007\u0001\u0000\u0000-\u0001\u0000\u0000e\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u00002\u0002\u0000\u0000q\u0002\u0000\u0000\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\t\u0003\u0000\u0000F\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000Z\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u0016\u0002\u0000\u0000C\u0001\u0000\u0000l\u0000\u0000\u0000��\u0000\u0000o�\u0000\u0000*�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018�\u0000\u0000V�\u0000\u0000\u0011�\u0000\u0000K�\u0000\u0000��\u0000\u0000y�\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000d\u0000\u0000\u0000[\u0000\u0000\u0000w\u0000\u0000\u0000�\u0000\u0000\u0000#\u0001\u0000\u0000R\u0001\u0000\u0000�\u0001\u0000\u0000\u0004\u0002\u0000\u0000\u001c\u0002\u0000\u0000A\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u0010\u0003\u0000\u0000]\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000F\u0003\u0000\u0000�\u0002\u0000\u0000|\u0002���\u0001\u0000\u0000$\u0001\u0000\u0000B\u0000\u0000\u0000g�\u0000\u0000C�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000<�\u0000\u0000\u0019�\u0000\u0000q�\u0000\u0000��\u0000\u0000u�\u0000\u0000��\u0000\u0000#�\u0000\u00004�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000G\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u001f\u0001\u0000\u0000m\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000'\u0002\u0000\u0000>\u0002\u0000\u0000M\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u0001\u0003\u0000\u0000�\u0002\u0000\u0000\u001b\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000{\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000E\u0003\u0000\u0000�\u0002\u0000\u0000|\u0002\u0000\u0000\t\u0002\u0000\u00007\u0001��_\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000K�\u0000\u00006�\u0000\u0000\u0014�\u0000\u0000]�\u0000\u0000d�\u0000\u0000��\u0000\u0000[�\u0000\u0000��\u0000\u0000l�\u0000\u0000;�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\f�\u0000\u00008�\u0000\u0000\t�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000p\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000Z\u0001���\u0001���\u0001��%\u0002\u0000\u0000k\u0002\u0000\u0000o\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002���\u0002\u0000\u0000�\u0002���\u0002\u0000\u0000�\u0002\u0000\u0000g\u0003\u0000\u0000R\u0003\u0000\u00001\u0003\u0000\u0000C\u0003\u0000\u0000+\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000}\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000l\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000w�\u0000\u0000��\u0000\u0000>�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000P�\u0000\u0000\u0015�\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000M�\u0000\u00006�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000o\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000a\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000X\u0002\u0000\u0000X\u0002\u0000\u0000\u0014\u0002\u0000\u0000M\u0002\u0000\u0000�\u0002\u0000\u0000t\u0002\u0000\u0000 \u0002\b\u0000J\u0002\u0000\u0000`\u0002\u0000\u0000P\u0002\u0000\u0000m\u0002\u0000\u0000�\u0002\u0000\u0000\u0004\u0003\u0000\u0000�\u0002\b\u0000�\u0002\b\u0000k\u0003\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000\u0004\u0003\u0000\u0000#\u0002\u0000\u0000�\u0001��\u0003\u0001����\u0000\u0000��\u0000\u0000��\u0000\u0000%�\u0000\u0000b�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000p�\u0000\u00000�\u0000\u0000\\�\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000|�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000{\u0000\u0000\u0000N\u0001\u0000\u00001\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\r\u0001\u0000\u0000M\u0001\u0000\u00009\u0001\u0000\u0000%\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000\u0015\u0002\u0000\u00006\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000N\u0002\b\u0000�\u0001\u0000\u0000X\u0002��<\u0002��,\u0002\u0000\u0000�\u0002\u0000\u00002\u0003\u0000\u0000\u0012\u0003��o\u0002\u0000\u0000!\u0003\u0000\u00009\u0003\u0000\u0000�\u0002\u0000\u0000p\u0002\b\u0000[\u0002\u0000\u0000e\u0002\u0000\u0000<\u0001\u0000\u0000�\u0000���\u0000\u0000\u0000s�����\u0000\u0000'�\u0000\u0000\u0019�\u0000\u0000��\u0000\u00004�\u0000\u00006�\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000��\u0000\u0000\u0005�\u0000\u0000O�\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u0010\u0000\u0000\u0000\u0002\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000\r\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000E\u0001\u0000\u0000I\u0001\u0000\u0000]\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\r\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000E\u0001\u0000\u0000I\u0002\u0000\u0000�\u0002\u0000\u0000B\u0002\u0000\u0000:\u0002\u0000\u0000�\u0002\u0000\u0000!\u0003\u0000\u0000y\u0002\u0000\u0000/\u0002\u0000\u0000\r\u0003\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000e\u0001\u0000\u0000[\u0001\u0000\u0000P\u0000\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000$�\u0000\u0000\u0007�\u0000\u0000b�\u0000\u0000��\u0000\u0000f�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010�\u0000\u0000����������������2\u0000\u0000\u0000I\u0000\u0000\u0000<�\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0001\u0000\u0000;\u0001\u0000\u0000F\u0000\u0000\u0000�\u0001\u0000\u0000\u001a\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000u\u0001\u0000\u0000�\u0001\u0000\u0000g\u0002\u0000\u0000c\u0001\u0000\u0000�\u0001\u0000\u0000$\u0002\u0000\u0000�\u0001\u0000\u0000l\u0001\u0000\u0000\u0011\u0001\u0000\u0000\u0003\u0002\u0000\u0000�\u0001\u0000\u0000E\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u001b\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u0003\u0003\u0000\u0000k\u0002���\u0002\u0000\u0000,\u0003\u0000\u0000\r\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u00002�\u0000\u0000)�\u0000\u0000i�\u0000\u0000A�\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000T�\u0000\u0000W�\u0000\u0000��\u0000\u0000y�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000#\u0000\u0000\u0000U\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000\u0017\u0001\u0000\u0000\u000e\u0001��Y\u0000\u0000\u0000W\u0001\u0000\u0000k\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000p\u0001\u0000\u0000l\u0001\u0000\u0000\"\u0002\u0000\u0000A\u0002\u0000\u0000�\u0000\u0000\u0000&\u0001\u0000\u00004\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000.\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\b\u0000)\u0003\u0000\u0000�\u0003\u0000\u0000\u0002\u0000\u0000\u0018\u0003\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000\u001e\u0002\u0000\u0000\u0000\u0002\u0000\u0000i\u0001\u0000\u0000o\u0000\u0000\u0000@�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Y�\u0000\u0000��\u0000\u0000��\u0000\u0000v�\u0000\u0000;�\u0000\u0000/�\u0000\u0000��\u0000\u00008�\u0000\u0000A�\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000�\u0001��3\u0001\u0000\u0000\u0006�\u0000\u0000�\u0000\u0000\u0000m\u0002\u0000\u0000A\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000\u0016\u0001\u0000\u0000@\u0001\u0000\u0000��\u0000\u0000h\u0001\u0000\u0000}\u0002\u0000\u0000i\u0000\u0000\u0000*\u0001\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000O\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000d\u0000\u0000\u0000~\u0000\u0000\u0000�\u0001\u0000\u0000\u0017\u0001\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u0000\u0002\u0000\u0000�\u0001\b\u0000�\u0002\u0000\u0000>\u0003\u0000\u0000Y\u0003\u0000\u0000�\u0002\u0000\u0000\u0015\u0003\u0000\u0000w\u0003\u0000\u0000\u001e\u0003\u0000\u0000\u0007\u0002\u0000\u0000S\u0002\u0000\u0000\u0013\u0002���\u0000��������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000f���\u000e�\u0000\u0000��\u0000\u0000s�\u0000\u0000h�\u0000\u0000\u001a�\u0000\u0000������������$\u0000���\u0001���\u0000\u0000\u0000\u0012�\u0000\u0000s\u0002\u0000\u0000\f\u0002\u0000\u0000G�\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000k\u0000\u0000\u0000N\u0000\u0000\u0000\r\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000c\u0002\u0000\u0000�\u0000\u0000\u0000*\u0001\u0000\u0000\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001��T\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000u\u0001\u0000\u0000 \u0003\u0000\u0000:\u0002\u0000\u0000�\u0001\u0000\u0000\u000f\u0003\u0000\u0000<\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000V\u0003\u0000\u0000W\u0003\u0000\u0000V\u0002\u0000\u0000�\u0001\u0000\u0000\u0001\u0002\u0000\u0000\u001e\u0001\u0000\u0000��\u0000\u0000W�\u0000\u0000_�\u0000\u0000��\u0000\u0000v�\u0000\u0000��\u0000\u0000\f�\u0000\u0000��\u0000\u0000��\u0000\u0000G�\u0000\u0000��\u0000\u0000>���7�\u0000\u0000e�\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000f\u0000\u0000\u0000�\u0000\u0000\u00003\u0001\u0000\u0000R\u0000\u0000\u0000��\u0000\u0000i\u0003\u0000\u0000�\u0001\u0000\u0000>�\u0000\u0000[\u0001\u0000\u0000\u001b\u0002\u0000\u0000t�\u0000\u0000\u0007\u0000\u0000\u0000�\u0001\u0000\u0000I\u0001\u0000\u00002\u0001\u0000\u0000�\u0000\u0000\u0000\u0013\u0001\u0000\u0000�\u0001\u0000\u0000\u0012\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000)\u0000\u0000\u0000�\u0000\u0000\u0000D\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000m\u0003\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000E\u0003\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000@�\u0000\u0000~�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000{�\u0000\u0000]�\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000w\u0001\u0000\u0000/�\u0000\u0000�\u0001\u0000\u0000~\u0001\u0000\u0000&\u0001\u0000\u0000\u0005\u0001\u0000\u0000l�\u0000\u0000�\u0001\u0000\u00007\u0001\u0000\u0000R�\u0000\u0000a�\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000(�\u0000\u0000�\u0001\u0000\u0000\n\u0002\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000w\u0001\u0000\u0000�\u0001\u0000\u0000K\u0001\u0000\u0000+\u0001\u0000\u0000�\u0001\u0000\u0000\u001e\u0002\u0000\u0000,\u0001\u0000\u0000�\u0000\u0000\u0000E\u0001\u0000\u0000\u0013\u0003\u0000\u0000a\u0002\u0000\u0000`\u0001\u0000\u0000w\u0003\u0000\u0000v\u0003\u0000\u0000U\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000t\u0003\u0000\u0000g\u0003\u0000\u0000\u0010\u0003\u0000\u0000\"\u0003\u0000\u0000 \u0003\u0000\u0000�\u0001\u0000\u0000d\u0001\u0000\u00001\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000^�\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000��\u0000\u0000N�\u0000\u0000`�\u0000\u0000��\u0000\u0000��\u0000\u00006\u0001\u0000\u0000J\u0002\u0000\u0000�\u0000���\u0002\u0000\u0000=\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000\u001a\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000~�\u0000\u00009\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u001e\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000W\u0002\u0000\u0000R\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000\u0010\u0001\u0000\u0000�\u0001\u0000\u0000}\u0001\u0000\u0000d\u0000\u0000\u0000a\u0000\u0000\u0000I\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000`\u0003\u0000\u0000i\u0003\u0000\u0000\u001e\u0002\u0000\u0000\n\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000x\u0003\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000|\u0002��]\u0002\u0000\u0000|\u0000\u0000\u0000��\u0000\u00005�\u0000\u0000��\u0000\u0000��\u0000\u00005�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000��\u0000\u0000-�\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000b\u0002\u0000\u0000b\u0002\u0000\u00006\u0003\u0000\u0000l�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000'�\u0000\u0000\u001f\u0001\u0000\u0000-\u0000\u0000\u0000G\u0001\u0000\u0000�\u0000\u0000\u0000Y\u0000\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000\u001b\u0000\u0000\u0000�\u0000\u0000\u0000a\u0002\u0000\u0000=\u0001\u0000\u0000�\u0000\u0000\u0000q\u0001\u0000\u0000\b\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000f\u0001\u0000\u0000h\u0003\u0000\u0000�\u0002\u0000\u0000S\u0001\u0000\u0000�\u0002\u0000\u0000V\u0003\u0000\u0000b\u0002\u0000\u0000\b\u0003\u0000\u0000\u001d\u0003\u0000\u0000\"\u0002\u0000\u0000\"\u0003\u0000\u0000�\u0003���\u0001\u0000\u0000s\u0001\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000\u0019�\u0000\u0000��\u0000\u0000\r�\u0000\u0000��\u0000\u0000f�\u0000\u0000��\u0000\u0000_�\u0000\u0000F�\u0000\u0000%�\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000f\u0001\u0000\u0000=\u0000\b\u0000�\u0001\u0000\u0000[\u0002\u0000\u0000G\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000I�\u0000\u0000M�\u0000\u0000�\u0000\u0000\u0000�\u0002\b\u0000�\u0002\u0000\u0000n\u0000\u0000\u0000��\u0000\u0000k\u0002\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000��\b\u0000X\u0000\u0000\u0000`\u0001\u0000\u0000s\u0001\u0000\u0000�\u0001\u0000\u0000O\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000\u0017\u0000\u0000\u0000�\u0001\u0000\u0000J\u0002\u0000\u0000W\u0002\u0000\u0000\u0002\u0002\u0000\u0000\u0015\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000_\u0003\u0000\u0000�\u0002\u0000\u00000\u0003\u0000\u0000�\u0002\u0000\u0000�\u0000\b\u0000��\u0000\u0000����z�������U�\u0000\u0000��\u0000\u0000\u0005�\u0000\u0000q�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000w�\u0000\u0000�\u0000\u0000\u0000o\u0005\u0000\u0000�\u0006\u0000\u0000\u000b\u0001\u0000\u0000`\u0001\u0000\u0000r�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�������������\u0002��1\u0000\u0000\u0000n�\u0000\u0000�\u0000\u0000\u0000[\u0002\u0000\u0000\u0003\u0004\u0000\u0000`\u0002\u0000\u0000�\u0000\u0000\u0000\u001e\u0000\u0000\u0000�\u0001\b\u0000�\u0001\u0000\u0000d�\u0000\u0000_�\u0000\u0000 �\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\b\u0000y\u0000\u0000\u00000\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000+\u0003\u0000\u0000@\u0004\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000b\u0003\u0000\u0000R\u0004\u0000\u0000!\u0003\u0000\u0000�\u0000\u0000\u00001�\u0000\u0000��\u0000\u0000'�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000}�\u0000\u00004\u0002\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0003\u0000\u0000~\u0006\u0000\u0000�\u0002\u0000\u0000f\u0000\u0000\u0000��\u0000\u00006�\u0000\u0000\u0011\u0000\u0000\u0000o�\u0000\u0000��\u0000\u0000��\u0000\u0000G\u0001\u0000\u0000/\u0004\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000X\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000M�\u0000\u0000\u001c\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000\u001a\u0003\u0000\u0000/\u0004\u0000\u0000k\u0001\u0000\u0000��\u0000\u0000%\u0000\u0000\u0000�\u0005\u0000\u0000k\u0006\u0000\u0000�\u0002\u0000\u0000D\u0001\u0000\u0000�\u0001\u0000\u0000\u001e\u0004\u0000\u0000r\u0004\u0000\u0000\u001c\u0004\u0000\u0000�\u0002\u0000\u0000a\u0000\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000u�\u0000\u0000��\u0000\u0000��\u0000\u0000*�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000F\u0006\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000v\u0002\u0000\u0000�\u0003\u0000\u0000f\u0002\u0000\u0000\b\u0003\u0000\u0000J�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000E\u0000\u0000\u0000o\u0000��x\u0002��\u0015\u0006\u0000\u0000|\u0004\u0000\u0000.\u0001\u0000\u0000��\u0000\u0000b\u0000\u0000\u0000��\u0000\u0000q\u0000\u0000\u00001\u0000������>\u0000���\u0003\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u0000�\u0003��!\u0002\u0000\u00001\u0000\u0000\u0000�\u0000\u0000\u0000=\u0002\u0000\u0000\t\u0004���\u0002\u0000\u0000,\u0002\u0000\u0000�\u0002\u0000\u00003\u0003\u0000\u0000�\u0004���\u0003��\u001f\u0003\u0000\u00000\u0002\u0000\u0000�\u0001\u0000\u0000>\u0000\b\u0000��\u0000\u0000��\b\u0000��\u0000\u00006�\u0000\u0000\b�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000�\u0007\u0000\u0000\u0001\u0006\u0000\u0000-\u0003\u0000\u0000J\u0001\u0000\u00005\u0000\b\u0000�\u0001\u0000\u0000J\u0002\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000\u001b�\u0000\u0000:���,�\u0000\u0000\\\u0002\u0000\u0000]\u0004\u0000\u0000e\u0001\u0000\u0000c\u0002\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000U�\u0000\u0000x�\u0000\u0000|�\u0000\u0000�\u0000\u0000\u0000F\u0001\u0000\u0000h\u0002\u0000\u0000\u0000\u0002\u0000\u0000�\u0000\u0000\u00002\u0002\u0000\u0000�\u0004\u0000\u0000\u0004\u0004\u0000\u0000o���e�\u0000\u0000\u001b�\u0000\u0000J\u0003\u0000\u0000�\u0007\u0000\u0000\f\u0005\u0000\u0000�\u0002\u0000\u0000*\u0002\u0000\u0000\u001d\u0003\u0000\u0000�\u0005\u0000\u0000@\u0006\u0000\u0000�\u0002\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000a�\u0000\u0000\u0003�\u0000\u0000F�\u0000\u0000m�\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000R�\u0000\u0000��\b\u0000\\\b\b\u0000,\t\b\u0000�\u0007\u0000\u0000n\u0002\u0000\u0000\u001d�\u0000\u00001�\u0000\u0000�\u0002\u0000\u0000@\u0002\u0000\u0000l���O�\u0000\u0000��\u0000\u0000��\u0000\u0000[\u0001\u0000\u0000�\u0005\u0000\u0000\u0005\u0005\u0000\u0000\u0000\u0002\u0000\u0000,\u0001\u0000\u0000\u001f\u0000\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000I\u0000\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000a\u0000\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000+\u0003\u0000\u0000�\u0001\u0000\u00000\u0001\u0000\u0000��\u0000\u0000\r\u0000\u0000\u0000s\u0000\u0000\u0000��\u0000\u0000W\u0003\u0000\u0000�\u0004��\u0017\u0005���\u0005\u0000\u0000\u0001\u0004\u0000\u0000>\u0004���\u0003\u0000\u0000$\u0003\u0000\u0000�\u0001��w�\u0000\u0000��\u0000\u0000\u0005�\u0000\u00000�\u0000\u0000��\u0000\u0000\u0015�����\u0000\u00003�\u0000\u0000\u000b�\u0000\u0000�\u0003\u0000\u0000�\b\u0000\u00000\n\u0000\u0000U\u0006\u0000\u0000��\u0000\u0000g�\u0000\u0000\u0018�\u0000\u0000\u0016\u0001\u0000\u0000����\u0004\u0000��]���w�\u0000\u0000\u0000�\u0000\u0000�\u0000\u0000\u0000j\u0006\u0000\u0000!\u0007\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b�\u0000\u0000j\u0001\u0000\u0000�\u0001����\u0000\u0000��\u0000\u0000\u0015\u0000\u0000\u0000�\u0003\u0000\u00004\u0006\u0000\u0000�\u0007\u0000\u0000�\u0004\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000I\u0000\u0000\u0000Y\u0007\u0000\u0000K\t\u0000\u0000w\u0007���\u0003\u0000\u00005\u0000\u0000\u0000n\u0000��.\u0003\u0000\u0000�\u0004\u0000\u00001\u0003\u0000\u0000h\u0000\u0000\u0000\u0012�\u0000\u0000\u0006���2���m���\u000e���r�\u0000\u0000��\u0000\u0000U�\u0000\u0000�\u0001\u0000\u0000�\u0007\u0000\u0000�\f\u0000\u0000\u001d\b\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000S�\u0000\u0000��\b\u0000�\u0003\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000a�\u0000\u00007�\u0000\u0000\u0012\u0003\u0000\u00006\b���\t\u0000\u0000�\u0003\u0000\u0000W���\"�\u0000\u0000m�\u0000\u0000,�\u0000\u0000q\u0003��l\u0004��~\u0002\u0000\u0000N\u0000\u0000\u0000��\u0000\u0000s\u0000\u0000\u0000�\u0004\u0000\u0000�\u0006\u0000\u0000 \u0006\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0001\u0000\u00008\u0006\u0000\u0000�\b\u0000\u0000�\u0007\u0000\u0000�\u0002\u0000\u0000:�\u0000\u00007�\u0000\u0000��\u0000\u0000X\u0002\u0000\u0000,\u0003\u0000\u0000\u0007\u0000��b�\u0000\u0000*�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0015�\u0000\u0000��\u0000\u0000^���o\u0004���\b��\u0016\n��\u001e\u0005\u0000\u0000a\u0000\u0000\u0000H�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0017\u0001\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000\u0013��������\u0002\u0000\u0000\u0019\u0006\b\u0000J\u0007\b\u0000Z\u0004\u0000\u0000Q\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000^�\u0000\u0000�\u0002\u0000\u00006\u0004\u0000\u00009\u0004\u0000\u0000�\u0001\u0000\u0000\r\u0002��1\u0002���\u0002\u0000\u0000T\u0004\u0000\u0000i\u0002\u0000\u0000[\u0003\u0000\u0000�\u0003���\u0003\u0000\u0000\u001a\u0004���\u0003\u0000\u0000n\u0003\u0000\u0000�\u0002\u0000\u0000\t\u0002\u0000\u0000�\u0000\u0000\u0000/\u0000\u0000\u0000\t\u0000\u0000\u0000��\u0000\u0000$�\u0000\u0000\u0019�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000z\u0000\u0000\u0000�\u0006\u0000\u0000�\r\u0000\u0000;\u000b\u0000\u0000i\u0004\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000a�\b\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000_�\b\u0000a�\u0000\u0000^�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000B\u0007���\t\u0000\u0000�\u0007\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000&\u0003\u0000\u0000�\u0005\u0000\u0000�\u0006��`\u0004���\u0001��o�����\u0000\u0000\u0018\u0002��3\u0004\u0000\u0000$\u0007\u0000\u0000�\u0006\u0000\u0000�\u0004\u0000\u0000J\u0002\u0000\u0000!\u0000\b\u0000x\u0000\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000]\u0004\b\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u00009�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000'\u0003\u0000\u0000�\n\u0000\u0000�\n\u0000\u0000�\u0007\b\u0000�\u0001\u0000\u00000�\u0000\u0000��\u0000\u0000P�\b\u0000��\b\u0000(\u0000\u0000\u0000�\u0001��\"\u0001����\u0000\u0000P�\u0000\u0000����\u0001\u0000\u0000�\u0005\u0000\u0000M\u0007\u0000\u0000\u000e\u0006\u0000\u0000�\u0001��n���\u000e�\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000!\u0001\b\u0000e\u0005\b\u0000�\u0006\u0000\u0000�\u0005\b\u0000k\u0003\u0000\u0000;\u0000\u0000\u0000\u0004�\u0000\u0000(\u0000\u0000\u0000g\u0003\u0000\u0000\u0019\u0006\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000�\u0002\u0000\u0000_\u0000\u0000\u0000/�\u0000\u0000\"\u0000\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u0014\u0001\u0000\u0000��\u0000\u0000g�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000r�\u0000\u0000��\u0000\u0000��\u0000\u0000����p\u0004\u0000\u0000�\b\u0000\u0000\t\b\u0000\u0000I\u0006\u0000\u0000P\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000U�����\u0000\u0000����\u0018\u0000����\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000,�\u0000\u0000Q\u0002\u0000\u0000�\u0004���\u0005\u0000\u0000�\u0004\u0000\u0000\"\u0002����\u0000\u0000��\u0000\u0000��\u0000\u0000:�\u0000\u0000(\u0000\u0000\u0000_\u0003\u0000\u0000q\u0004\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000\u0017\u0001\u0000\u0000|\u0000\u0000\u00009\u0001\u0000\u0000n\u0002\u0000\u0000L\u0004\u0000\u0000�\u0004\u0000\u0000g\u0004\b\u0000S\u0003\u0000\u0000�\u0001��v\u0000��}\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u00000\u0003\b\u0000y\u0002\b\u0000�\u0000\u0000\u0000\u000f�\u0000\u0000\u0016�\u0000\u0000����\r�\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000J�\u0000\u00001\u0006\u0000\u0000i\b\u0000\u0000�\u0007\u0000\u0000�\u0005\u0000\u0000!\u0001\b\u0000��\u0000\u0000��\u0000\u0000V�\u0000\u00002�\u0000\u0000��\u0000\u0000y�\u0000\u0000��\u0000\u0000z�����\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000x\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000z�\u0000\u0000>�\u0000\u0000��\u0000\u0000�\u0001\b\u0000a\u0002\u0000\u0000�\u0003\u0000\u0000[\u0003\u0000\u0000\u001b\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\b\u0000<\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\b\u0000x\u0002\u0000\u0000I\u0002\b\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002��6\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000p\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000F�\u0000\u0000����Z�\u0000\u0000s�\u0000\u00001�\u0000\u0000i�\u0000\u0000��\u0000\u0000;\u0003\u0000\u0000X\u0007\u0000\u0000\u000e\t\b\u0000�\b\u0000\u0000�\u0004\u0000\u0000�\u0000\u0000\u0000������\u0000\u0000\u001d�\u0000\u0000%�\u0000\u0000_�\b\u0000��\u0000\u0000\u0014\u0000\u0000\u0000�\u0000��\u001e\u0000\u0000\u0000\u0000\u0001\u0000\u0000W\u0001\u0000\u0000\u000f\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000r\u0001��]\u0000��\u0013���I���\u001a�\u0000\u0000�����\u0001���\u0002\u0000\u0000\u0014\u0003\b\u0000�\u0002\u0000\u0000\u0003\u0002\u0000\u0000�\u0001\u0000\u0000i\u0001\u0000\u0000m\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\b\u0000C\u0002\b\u0000�\u0001\u0000\u0000(\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0004���\u0004\u0000\u0000]\u0003\u0000\u0000�\u0001\b\u0000��\b\u0000;�\u0000\u0000@���\u0007�\u0000\u0000��\u0000\u0000����)�\u0000\u0000u�����\u0000\u0000`�\b\u0000��\u0000\u0000��\u0000\u0000t\u0002��-\u0004��\u001f\u0004��i\u0001\u0000\u0000��\u0000\u0000��\b\u0000z�\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000H\u0002\b\u0000�\u0001\b\u0000�\u0000\b\u0000�\u0000\u0000\u0000��\u0000\u0000{\u0000\u0000\u0000�\u0000\u0000\u0000b\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000��X\u0000\u0000\u0000\t�\u0000\u0000\u0019�\u0000\u0000��\u0000\u0000\u0006\u0000���\u0001\u0000\u0000v\u0002\u0000\u0000\u0004\u0003\u0000\u0000�\u0002\u0000\u00003\u0002��6\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000�\u0001\b\u0000J\u0001\u0000\u0000�\u0001\b\u0000�\u0001\u0000\u0000r\u0002\u0000\u0000{\u0003\u0000\u0000\r\u0004\u0000\u0000�\u0004\u0000\u0000S\u0004\u0000\u0000K\u0003\b\u0000�\u0001\u0000\u0000n\u0000\u0000\u0000��\u0000\u0000����L���1�\u0000\u0000����4�\u0000\u0000��\u0000\u0000x�\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000w�\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000R\u0001\u0000\u0000����o�\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000z\u0001\u0000\u0000�\u0001\u0000\u0000\u0001\u0001\u0000\u0000d\u0000\u0000\u0000������\u0000\u0000\b\u0000��S\u0000��w\u0000��`\u0000\u0000\u00007\u0000\b\u0000��\b\u00001\u0000\u0000\u0000�\u0000\u0000\u0000N\u0001\u0000\u0000\u0006\u0002\u0000\u0000\\\u0002\u0000\u0000{\u0002��j\u0002\u0000\u0000\u0010\u0002\u0000\u0000�\u0001\u0000\u0000v\u0001\u0000\u0000F\u0001\u0000\u0000\f\u0001\u0000\u0000�\u0000\b\u0000�\u0000\b\u0000r\u0000\b\u0000�\u0000\u0000\u0000�\u0000��r\u0001\u0000\u0000C\u0002\u0000\u0000\r\u0003\u0000\u0000�\u0003\u0000\u0000\u0014\u0004\u0000\u0000\u0000\u0004��{\u0003\u0000\u0000�\u0002\u0000\u0000�\u0001���\u0000\u0000\u0000��\u0000\u00000�\u0000\u0000��\b\u0000%�\u0000\u0000������\u0000\u0000<�\u0000\u0000������\u0000\u0000��\b\u0000��\u0000\u0000]�\u0000\u0000��\u0000\u0000I�\u0000\u0000������\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000��\u0000\u0000F�\u0000\u0000��\u0000\u0000y�\b\u0000��\u0000\u0000\u0002\u0000\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����R\u0000\u0000\u0000�\u0000���\u0000���\u0000���\u0000��+\u0001��a\u0001���\u0001\u0000\u0000\u0017\u0002\u0000\u0000<\u0002��0\u0002\u0000\u0000�\u0001\u0000\u0000e\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\b\u0000r\u0000\u0000\u0000_\u0000\u0000\u0000s\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000|\u0000\u0000\u0000W\u0000\b\u0000*\u0000\b\u0000\u000b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000r���K���\r�\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000\u0012�\b\u0000*�\u0000\u0000E���q�\u0000\u0000��\u0000\u0000����\u0001\u0000��$\u0000\u0000\u00009\u0000\u0000\u0000H\u0000\u0000\u0000[\u0000\b\u0000[\u0000\u0000\u0000[\u0000\u0000\u0000X\u0000\u0000\u0000P\u0000\b\u0000_\u0000\u0000\u0000e\u0000\b\u0000v\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000n\u0000\u0000\u0000;\u0000\u0000\u0000\f\u0000\b\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\b\u0000\u0003\u0000\b\u0000\u0007\u0000\b\u0000\u0007\u0000\u0000\u0000\u0005\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\b\u0000\b\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000��\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000��\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\b\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\b\u0000\u0002\u0000\u0000\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0001\u0000����\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������������������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0002\u0000\u0000\u0000\u0001\u0000��\u0001\u0000��\u0001\u0000��\u0001\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\b\u0000��\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000����\u0000\u0000��\u0000\u0000\b\u0000\u0001\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000����\u0000\u0000����\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0001\u0000��\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000������\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000������\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000����\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000��\u0001\u0000��\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000��\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000����\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000����\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0001\u0000��\u0000\u0000����\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000����\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000����\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000����\b\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000������\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000����\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000����\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000��\u0001\u0000\b\u0000\u0000\u0000\b\u0000\u0001\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\b\u0000��\b\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000������\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000����\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000����\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000������\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000����\u0000\u0000\u0000\u0000��\b\u0000\u0001\u0000\u0000\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000������\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0001\u0000��\u0000\u0000������\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000������\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000����\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000��\u0000\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000����\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000��\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\b\u0000\u0001\u0000\b\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\b\u0000\u0000\u0000\b\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000\u0000\u0000��\u0000\u0000����\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000����\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0001\u0000\b\u0000��\u0000\u0000\u0001\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000��\b\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000����\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\b\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0001\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000������\u0001\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��������\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000����\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0001\u0000\b\u0000\u0001\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000����\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000��\u0000\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000��\u0000\u0000����������\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0001\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000\b\u0000��\b\u0000\u0001\u0000\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000��\u0000\u0000\b\u0000��\b\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0001\u0000\u0000\u0000������\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\b\u0000��\b\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\b\u0000����\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0001\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\u0000\u0000��\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\b\u0000��\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��������\u0000\u0000��\u0000\u0000����\u0000\u0000������\u0000\u0000\u0000\u0000��\u0000\u0000����\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000��\b\u0000��\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\b\u0000\u0003\u0000\u0000\u0000��\u0000\u0000\u0015\u0000\u0000\u0000.\u0000\u0000\u0000#\u0000\b\u0000\"\u0000\u0000\u0000%\u0000\b\u0000\u001d\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u000e\u0000��\u0015\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0010\u0000\b\u0000\u0010\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0017\u0000��\u0018\u0000��\u0019\u0000\u0000\u0000\"\u0000��'\u0000\u0000\u0000)\u0000\u0000\u0000*\u0000\u0000\u0000,\u0000��3\u0000\u0000\u0000:\u0000\u0000\u0000>\u0000\u0000\u0000<\u0000\u0000\u0000:\u0000\b\u0000>\u0000��C\u0000\u0000\u0000G\u0000\u0000\u0000D\u0000\u0000\u0000=\u0000\u0000\u0000:\u0000\b\u00002\u0000\b\u0000(\u0000\b\u0000\u001c\u0000\b\u0000\u0013\u0000\b\u0000\r\u0000\u0000\u0000\u0006\u0000\u0000\u0000����������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000z���l���^���Y�\u0000\u0000M�\u0000\u0000<�\u0000\u00000���)�\u0000\u0000&�\u0000\u0000&���!���\u0017�\b\u0000\u0010�\u0000\u0000\u000b�\b\u0000\u0017�\u0000\u00001�\u0000\u0000(�\u0000\u0000$�\u0000\u0000%�\u0000\u0000\u001c�\u0000\u00003�\b\u0000=�\b\u00008�\b\u0000@�\b\u0000F�\u0000\u0000]���s���o���V���U�\u0000\u0000������\u0000\u0000��������s�\u0000\u0000|�\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000��\u0000\u0000x���f�\u0000\u0000k�\u0000\u0000o�\u0000\u0000��\u0000\u0000��\u0000\u0000w���f�\b\u00003�\u0000\u0000D�\u0000\u0000N���S�����\u0000\u0000��\b\u0000t�\u0000\u0000P�\b\u0000\u0004�\u0000\u0000B�\u0000\u0000x�\b\u0000��\u0000\u0000��\u0000\u0000z���g�\b\u0000n���t���������\u0000\u0000����\u000b\u0000��\u0011\u0000\u0000\u0000\u0004\u0000��\u0005\u0000\b\u00001\u0000\b\u0000N\u0000\u0000\u0000Y\u0000\u0000\u0000l\u0000��w\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\b\u0000�\u0000\b\u0000i\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u001f\u0001��:\u0001��%\u0001���\u0000���\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000\u001c\u0001��\u0019\u0001\u0000\u0000\u0003\u0001\u0000\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\u0000\u0000w\u0000\u0000\u0000g\u0000\b\u0000��\b\u0000��\b\u0000E�\u0000\u0000\u0004�\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000��\u0000\u0000c�\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000\b�\u0000\u0000\b�\u0000\u0000��\u0000\u0000Q�\u0000\u0000����A\u0001��<\u0003\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000g�\u0000\u0000I�\u0000\u0000�����\u0000���\u0001��@\u0002\u0000\u0000�\u0001\u0000\u0000|\u0001\u0000\u0000K\u0001\b\u0000\t\u0001\u0000\u0000\u0001\u0000\u0000c\u0002\b\u0000�\u0002\u0000\u0000<\u0003\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u0010\u0003���\u0002\b\u0000�\u0003\u0000\u0000�\u0003��k\u0003\u0000\u0000�\u0003��8\u0003\b\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u001c\u0002\b\u0000�\u0001\b\u0000��\b\u0000\u0000�\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000_�\b\u0000��\u0000\u0000\u0017�\b\u0000=�\b\u0000D�\b\u0000��\b\u0000�\u0003��U\u000f\u0000\u0000;\u0011\u0000\u0000\u0007\u0010\u0000\u0000R�����\u0000\u0000\u0010���t�\u0000\u0000x\u0003\u0000\u0000\u0005\u0007��Y\u0003\u0000\u0000�\u0003\u0000\u0000�\u0000������L\u0002������T�\u0000\u0000\u001b�����\u0000\u0000�\u0001\b\u0000~\u0005\b\u0000�\u0003���\u0002���\u0001��T���+\u0000��[\u0000\u0000\u0000\u001a\u0000\u0000\u0000�\u0003��:\u0006���\u0007���\u0006\u0000\u0000w\u0001���������������\u0004\u0000\u0000h\u0005\u0000\u0000k\u0004���\u0001��i�\u0000\u0000\u0005����\u0000\u0000\u0000�\u0002��w\u0002��*���\u0010�\u0000\u0000}�\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\b\u0000\u000e�\b\u0000�\u0016\u0000\u0000�\u0014���\u0012\u0000\u0000��\u0000\u0000i�����\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\f\u0000\u0000D\u0007\u0000\u0000�\u0003��P\u0002����\u0000\u0000�\u0002\u0000\u0000\u0019\u0001\b\u0000H���������\u0000\u0000E\u0000\u0000\u0000y\b\u0000\u0000T\b���\u0003\u0000\u0000�\u0000\b\u0000��\u0000\u0000)�\b\u0000T�\u0000\u0000������\u0000\u0000_\u0000\u0000\u0000~\u0004���\t\u0000\u0000�\n\b\u0000�\u0005��������\u0000\u0000^�\u0000\u0000\u0016\u0003��V\u0006\u0000\u0000]\u0005\b\u0000�\u0002\u0000\u00001���_�\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000\u000e\u0004\u0000\u0000�\u0001��t�������R�������d�\u0000\u0000g�����\u0000\u0000e�\u0000\u0000\u0018\r\u0000\u0000|\u0017��k\u0012\u0000\u0000K\u000b��5�\u0000\u0000��\u0000\u0000\u0019�������c\u0007\u0000\u0000�\n\u0000\u0000�\u0004���\u0005\u0000\u0000\u0011\u0003\u0000\u0000�\u0000��$\u0002\u0000\u0000;�\b\u0000>�\u0000\u0000����>�\u0000\u0000�\u0006\b\u0000M\r\b\u0000�\u0007\u0000\u0000�\u0002\u0000\u0000a�\u0000\u0000_���\u0016�\u0000\u0000(�\b\u0000\u0014�\u0000\u0000S\u0001\b\u0000w\u0004\b\u0000�\b\u0000\u0000�\n\u0000\u0000\u000e\u0005\u0000\u0000\u000f\u0000\b\u0000��\u0000\u0000��\b\u0000\u0002\u0004��\u0003\u0007\u0000\u0000�\u0005\u0000\u0000�\u0003����������\u0012\u0000���\u0001\u0000\u0000*\u0003���\u0002���\u0001\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000Z�\b\u0000��\u0000\u0000A�\u0000\u0000\t�\u0000\u0000��\u0000\u0000\"\u0007\u0000\u0000�\u0014\u0000\u0000�\u000f\b\u0000_\r����\u0000\u0000\b�\u0000\u0000��\u0000\u0000}�\u0000\u0000U\u0005��}\f���\u0004��k\u0005\u0000\u0000A\u0004\u0000\u0000��\b\u0000�\u0000\u0000\u0000��\u0000\u0000T���\u0018�����\u0000\u0000�\u0007\u0000\u0000�\u000b\u0000\u0000�\u0006\u0000\u0000-\u0002\u0000\u0000��\u0000\u0000\u0015�\u0000\u00001�\u0000\u0000������\u0000\u0000����M\u0004�� \b\u0000\u0000q\n��~\u0005\u0000\u0000\n�\u0000\u0000��\u0000\u0000�\u0001\b\u0000\b\u0000\u0000&\n\u0000\u0000�\u0006\b\u00005\u0000\u0000\u0000U�\u0000\u0000i�\b\u0000\u001c\u0001\b\u0000�\u0002\b\u0000O\u0004\b\u0000�\u0002\u0000\u0000��\b\u0000\u0017�\u0000\u0000������\u0000\u0000M�\u0000\u0000)�\b\u0000��\u0000\u0000s�\b\u0000��\b\u0000�\u000b\u0000\u0000=\u0015\u0000\u0000f\u0011\u0000\u0000r\f\u0000\u0000������\u0000\u0000q��������\u0002\b\u0000{\u0006\b\u0000k\u0002\u0000\u0000�\u0007\u0000\u0000E\t���\u0003\u0000\u0000�\u0001\u0000\u0000����\b�\u0000\u0000\\�\u0000\u00001����\u0004\u0000\u0000x\t\u0000\u0000\u0016\u0004���\u0003\u0000\u0000�\u0005\u0000\u0000�\u0000����\u0000\u0000����r���n���\u0014\u0004���\t\u0000\u0000k\u000b\u0000\u0000l\u0007\u0000\u00006\u0002\u0000\u0000\"\u0005\u0000\u0000\u0017\t\b\u0000�\u0006\b\u0000�\u0001\u0000\u0000\u0012���\u0005�\u0000\u0000�\u0001\b\u0000\u001b\u0004\u0000\u0000�\u0004\b\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000L\u0002\b\u0000�\u0000\b\u00005�\b\u0000��\u0000\u0000��������7�����\u0000\u0000[�\u0000\u0000��\b\u0000�\u0014\u0000\u0000(\u0011\u0000\u0000\u0012\u000f\u0000\u0000�\u0000\b\u0000J�\u0000\u0000/�\b\u0000��\u0000\u0000'�\u0000\u0000P\u0001\b\u0000��\u0000\u0000�\u0000\u0000\u0000\u0005\u000e\b\u0000�\n��\u001c\u0004������T�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000&\u0002���\u000b���\u000b\u0000\u0000 \u0003����\u0000\u0000c�����\u0000\u0000[�\u0000\u00001\u0003\u0000\u0000�\u0006\u0000\u0000z\b\b\u0000\u001d\t\b\u0000h\u0011\u0000\u0000�\u0011\u0000\u0000o\u0006\b\u0000��������~�\u0000\u0000W\u0002���\u0004\u0000\u0000\u0007\u0004���\u0004\u0000\u0000�\u0003\b\u0000�\u0004\u0000\u0000�\u0000\u0000\u0000��\b\u0000��\b\u00003�\b\u0000��\b\u0000����T�\u0000\u0000\u0018�\u0000\u0000\u0018�\b\u0000�\u0017���\u0013\u0000\u0000�\u0010\u0000\u0000��\b\u0000��\u0000\u0000����}���\u001a�\u0000\u0000\u0001�\b\u0000��\b\u0000��\b\u0000^\u0011\u0000\u0000�\u000e\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000������\u0000\u0000\u000e\u0001��K���\u0003�\u0000\u0000��\u0000\u0000�\u0000\b\u0000\u0003\u000f\b\u0000p\u0012\b\u0000�\u0006\u0000\u0000������\u0000\u0000��\u0000\u0000\u001e\u0000����\b\u0000u�\u0000\u0000�\u0000\u0000\u0000�\f\u0000\u0000\u000e\u001a\u0000\u0000\f\u0018\u0000\u0000�\t\u0000\u0000����������������[���:�\u0000\u0000\u0011\u0006��V\n\b\u0000�\u0007\u0000\u0000\u0012\u0000\u0000\u0000��\b\u0000��\u0000\u00006�\u0000\u0000q�����\u0000\u0000\u001c�����\u0000\u0000�\u0005��,\u001b���\u0015��7\u0015��t���P�\u0000\u0000A\u0003����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\b\u0000\u0006\u0013\u0000\u0000�\t\u0000\u0000�\b��\u0007\t\u0000\u0000�\u0002\b\u0000�\t\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000����R�\u0000\u0000G�\u0000\u0000�\f\u0000\u0000�\n\u0000\u0000:\u0005\b\u0000�\u0007\b\u0000\b\b\u0000�\u0006\u0000\u0000\u0000\u0004\u0000\u0000i�\u0000\u0000v���r\u0005��g\r\u0000\u0000�\u000e\u0000\u0000�\r���\u0002���\u0004\u0000\u0000,\t\u0000\u0000Z�������o�����\u0000\u0000�\u0003\u0000\u0000\u001a\u0003\u0000\u0000����x�\u0000\u0000����f�\u0000\u0000$�\u0000\u0000\"���%�\b\u0000��\u0000\u0000\t\u0003���\r��3\u000e\u0000\u0000n\u0010\u0000\u0000i\u0002\u0000\u0000M\u0004���\u000b\b\u0000��\b\u0000Y�\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0003\b\u0000<�\u0000\u0000�\u0002\u0000\u0000�\n\b\u0000�\t\b\u0000�\u000f\b\u0000�\n\b\u0000��\b\u0000\u0007�\b\u0000��\u0000\u0000����;�\u0000\u00006�\u0000\u0000\u0017�\u0000\u0000,\u0001\u0000\u0000>\b\u0000\u0000r\b\u0000\u0000y\n\u0000\u0000�\u0004\u0000\u0000�\u0007���\u0013��A\r\u0000\u0000~\u0005\b\u0000\u0001\u0002\b\u0000��\u0000\u0000y�\u0000\u0000�\u0003\b\u0000E�\u0000\u0000��\u0000\u0000���� �\u0000\u0000�\u0003��a\u0001\b\u0000��\b\u0000&�\u0000\u0000��\u0000\u0000��\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000F�\b\u0000�\u0002���\u0001��S\b\u0000\u0000�\u0007��c\u0006\u0000\u0000|\u0012\b\u0000�\u0010����\b\u0000h�\b\u0000A�\u0000\u0000r�\b\u0000a�\b\u0000\u001a�\b\u0000��\u0000\u0000@�\u0000\u0000H\u0002\u0000\u0000\u0007\b\u0000�\u000f��c\f\u0000\u0000t\u0002\b\u0000\u0006\u0004\u0000\u0000�\u0007\u0000\u0000�\u0003\b\u0000O\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000>�\u0000\u0000��\u0000\u0000Y�\u0000\u0000��\u0000\u0000�\t\u0000\u0000\u001e\u000e\b\u0000�\u000f\u0000\u0000V\u0011\u0000\u0000�\u000b\u0000\u0000�\u0007��N\u0007\u0000\u0000�\u0002��\u000b�����\u0000\u0000��������/�����\u0000\u0000\u0011�\u0000\u0000H�\b\u0000\u001e�\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000f�\u0000\u0000��\b\u0000a�\b\u0000N�\u0000\u0000��\u0000\u0000�\u0001\b\u0000�\u0005���\u0006\u0000\u0000�\u0004��\u0007\u0002\u0000\u0000\u0017\u0002\b\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000����\"�\u0000\u0000^�\u0000\u0000����\u001d�\u0000\u0000\u0014\u0001\u0000\u0000*\u0000����\u0000\u0000'���\u0001\u0000���\u0002��a\u0003\u0000\u0000q\u0001\u0000\u0000<\u0000��\u0011\u0000\u0000\u0000K\u0001\u0000\u0000�\u0004��\u0013\u0006\u0000\u0000Z\u0004��\u0014\u0002\u0000\u0000�\u0000\b\u0000+\u0001\u0000\u0000�\u0001���\u0000\b\u0000_�\u0000\u0000\u0003\u0000\u0000\u0000I\u0001\b\u0000j\u0002\u0000\u0000,\u0002\u0000\u0000\u0019\u0000����\u0000\u0000j\u0001\u0000\u0000d\u0002���\u0001���\u0000��h\u0000���\u0000��\u000e\u0001\u0000\u0000�\u0000\b\u0000��\u0000\u0000\u0003�\u0000\u0000\u000f�\b\u0000l�\b\u0000��\b\u0000��\b\u0000\"�\b\u0000U�\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000#�\b\u0000��\b\u0000E�\u0000\u0000\u001a�\u0000\u0000N�\u0000\u0000?�\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000\u0015\u0002\b\u0000\u001a\u0002\u0000\u0000S\u0001���\u0000��Y\u0000���\u0000��\u0005\u0002\u0000\u0000�\u0002\u0000\u0000\u001f\u0003\b\u0000�\u0003\u0000\u0000�\u0004\b\u0000X\u0005\u0000\u0000y\u0005\u0000\u0000\u001a\u0005���\u0004���\u0004\u0000\u0000o\u0004\u0000\u0000�\u0003\b\u0000m\u0003\b\u0000�\u0002\u0000\u0000,\u0002���\u0001\u0000\u0000�\u0001���\u0000\u0000\u0000��\u0000\u0000\u001e���N�\u0000\u0000����\"�\b\u0000l�\u0000\u0000\"�\b\u0000��\u0000\u0000��\b\u0000��\u0000\u0000<�\u0000\u0000������\u0000\u0000Y�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000[�\u0000\u0000��\u0000\u0000,�\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000��\u0000\u0000�\u0000���\u0001\u0000\u0000d\u0002\b\u00000\u0003\u0000\u0000�\u0003���\u0003\u0000\u0000\n\u0004���\u0003\u0000\u0000�\u0003\b\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000O\u0004\u0000\u0000h\u0004\u0000\u0000i\u0004\u0000\u0000b\u0004\u0000\u0000^\u0004��_\u0004��\u0018\u0004��g\u0003���\u0002\u0000\u0000P\u0002\u0000\u0000�\u0001\u0000\u0000l\u0001\u0000\u0000�\u0000��\u001c\u0000\b\u0000t�\b\u0000��\b\u0000a�\u0000\u0000��\u0000\u0000��\b\u0000n�\b\u00002�\b\u0000+�\b\u0000��������8�\u0000\u0000\u0010�\b\u0000\u0010�\u0000\u0000!�\u0000\u0000=���x�����\u0000\u0000��\u0000\u0000��\u0000\u0000l�\b\u0000��\u0000\u00007�\u0000\u0000��\u0000\u0000$�\u0000\u0000��\u0000\u0000�����\u0000\u0000\u00006\u0001\b\u0000�\u0001\u0000\u0000�\u0002\b\u00000\u0003��v\u0003���\u0003���\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003���\u0003\u0000\u0000s\u0003��0\u0003��<\u0003��&\u0003\u0000\u0000u\u0003\u0000\u0000�\u0003\b\u0000�\u0002\b\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\u0012\u0003\u0000\u0000\u0019\u0003\u0000\u0000�\u0002\u0000\u0000R\u0002\u0000\u0000�\u0001\u0000\u00001\u0001\u0000\u0000�\u0000��\u0017\u0000\b\u0000��\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000h�\u0000\u0000��\u0000\u0000��\u0000\u0000J���\u0014�\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000%�\b\u0000��\u0000\u0000\u0003�\u0000\u0000&�\b\u0000}�\u0000\u0000��\u0000\u0000q�\u0000\u0000\u0005�\u0000\u0000��\u0000\u0000k�\u0000\u0000\u0005�\u0000\u0000��\u0000\u0000��\u0000\u0000F\u0000���\u0000\u0000\u0000\u0011\u0001\u0000\u0000w\u0001���\u0001\b\u0000\u0016\u0002\b\u0000t\u0002\b\u0000�\u0002\b\u0000�\u0002\u0000\u0000*\u0003\u0000\u0000I\u0003\u0000\u0000h\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003��g\u0003��)\u0003���\u0002\u0000\u0000�\u0002\b\u0000&\u0002\u0000\u0000�\u0001\u0000\u0000j\u0001\u0000\u0000\r\u0001\u0000\u0000�\u0000��<\u0000����\b\u0000v�\u0000\u0000\u0004�\u0000\u0000��\b\u0000)�\u0000\u0000��\u0000\u0000r�\b\u0000\u0014�\b\u0000��\u0000\u0000��\u0000\u0000��\b\u0000v�\u0000\u0000D�\u0000\u0000\u000e�����\u0000\u0000������������)�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00000�\b\u0000��\u0000\u0000i�\u0000\u0000��\u0000\u0000�\u0000\b\u0000�\u0000\b\u0000U\u0001\b\u0000�\u0001\b\u0000�\u0001\u0000\u0000\u0007\u0002\u0000\u00004\u0002��K\u0002��[\u0002\u0000\u0000n\u0002\u0000\u0000�\u0002\b\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000\f\u0003��\u0016\u0003\u0000\u0000\u001b\u0003\u0000\u0000\u001d\u0003\u0000\u0000\u0004\u0003\u0000\u0000�\u0002\b\u0000�\u0002\u0000\u0000o\u0002��+\u0002\u0000\u0000�\u0001���\u0001\u0000\u0000[\u0001\u0000\u0000!\u0001\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000g\u0000\u0000\u0000!\u0000����������0�\u0000\u0000��\u0000\u0000��\b\u0000@�\u0000\u0000\t�����\u0000\u0000��\u0000\u0000��\u0000\u0000z�\u0000\u0000V�\u0000\u00008���\u0019���\u0001�\u0000\u0000��\u0000\u0000\b���+�\u0000\u0000b�\u0000\u0000��\u0000\u0000\u000b���u�����\u0000\u0000I�\u0000\u0000��\u0000\u0000\u0002\u0000\b\u0000T\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0018\u0001\b\u00009\u0001\b\u0000^\u0001\u0000\u0000|\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\b\u0000�\u0001\u0000\u0000\f\u0002\u0000\u0000-\u0002\b\u0000L\u0002��f\u0002\u0000\u0000}\u0002\u0000\u0000�\u0002���\u0002���\u0002���\u0002\u0000\u0000t\u0002\u0000\u0000Z\u0002\b\u0000:\u0002\u0000\u0000\u0011\u0002\u0000\u0000�\u0001���\u0001\u0000\u0000s\u0001��4\u0001\u0000\u0000�\u0000���\u0000\u0000\u0000K\u0000\u0000\u0000��\b\u0000��\u0000\u0000X�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000��\u0000\u0000K�\b\u0000\u001c�\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000M�\u0000\u0000\u0017���������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000:�����\u0000\u0000��\u0000\u0000@�����\u0000\u0000����O�\u0000\u0000������\u0000\u0000%\u0000\u0000\u0000f\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000��\u001b\u0001��P\u0001\u0000\u0000�\u0001\b\u0000�\u0001���\u0001��\u0005\u0002�� \u0002��1\u0002��;\u0002��@\u0002��L\u0002\u0000\u0000S\u0002\u0000\u0000V\u0002\u0000\u0000Z\u0002\u0000\u0000Z\u0002\u0000\u0000T\u0002��H\u0002��1\u0002��\u000b\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\b\u0000b\u0001\u0000\u0000\u0017\u0001���\u0000\b\u0000s\u0000\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000{�\u0000\u0000,���������\u0000\u0000Z��� �����\u0000\u0000��\b\u0000�\u0000\u0000B���\f�\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000\u0005�\u0000\u0000R�����\u0000\u0000\t�\u0000\u0000l�����\u0000\u0000'�\u0000\u0000��\u0000\u0000��\u0000\u0000!\u0000\u0000\u0000_\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0012\u0001��K\u0001\u0000\u0000{\u0001���\u0001���\u0001\u0000\u0000�\u0001\b\u0000\u000b\u0002\u0000\u0000\u001d\u0002\b\u0000\u001f\u0002\b\u0000\u001a\u0002\b\u0000\u0016\u0002\u0000\u0000\u0018\u0002\b\u0000\u001f\u0002\u0000\u0000!\u0002\b\u0000#\u0002\u0000\u0000&\u0002��(\u0002\u0000\u0000%\u0002\u0000\u0000\u0016\u0002���\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000M\u0001\u0000\u0000\n\u0001���\u0000\u0000\u0000o\u0000��!\u0000\u0000\u0000��\b\u0000��\u0000\u0000X�\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000g�\b\u0000H�\b\u0000!�\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000n���U�\b\u0000H�\u0000\u0000I�\u0000\u0000]�\b\u0000��\b\u0000����\u0014�\u0000\u0000c�����\u0000\u0000\t���[�\u0000\u0000������\u0000\u0000:\u0000��v\u0000���\u0000���\u0000��\u001a\u0001��F\u0001��g\u0001���\u0001���\u0001���\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000�\u0001���\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001���\u0001���\u0001���\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001���\u0001��S\u0001��\u001d\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000��d\u0000\b\u0000$\u0000\b\u0000��\b\u0000��\u0000\u0000|���L�\u0000\u0000\u001e�����\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000w�\u0000\u0000N�\u0000\u0000 �\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000B�\u0000\u0000������\u0000\u0000\u0017�\u0000\u0000^�����\u0000\u0000��\b\u0000!\u0000\u0000\u0000V\u0000\b\u0000�\u0000\u0000\u0000�\u0000\b\u0000�\u0000\u0000\u0000\u000f\u0001\u0000\u00003\u0001\b\u0000L\u0001��a\u0001\u0000\u0000t\u0001\u0000\u0000�\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000|\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u0001\u0000\u0000Y\u0001\u0000\u0000*\u0001���\u0000\u0000\u0000�\u0000���\u0000��U\u0000��\u001f\u0000����\u0000\u0000��\u0000\u0000����b���:�\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000q�\u0000\u0000@�\u0000\u0000\t�����������������\u0000\u0000��\b\u0000��\b\u0000��\u0000\u0000)���g�\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000<���{�\u0000\u0000��\u0000\u0000��\b\u00002\u0000\u0000\u0000e\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0012\u0001\u0000\u00004\u0001\b\u0000?\u0001\b\u0000F\u0001\u0000\u0000R\u0001\u0000\u0000J\u0001\b\u0000T\u0001\u0000\u0000L\u0001\u0000\u0000C\u0001��G\u0001��<\u0001\u0000\u0000M\u0001\u0000\u0000k\u0001\u0000\u0000x\u0001\u0000\u0000\u0001��\u0001��u\u0001\u0000\u0000n\u0001\b\u0000e\u0001\u0000\u00003\u0001\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\u0000\u0000t\u0000\u0000\u0000E\u0000\u0000\u0000\u0005\u0000\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000m�\u0000\u0000K�\u0000\u0000\u0015�\u0000\u0000��\u0000\u0000��������r�\u0000\u0000>�\u0000\u0000\u000e�\u0000\u0000\u0003�\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000-�\b\u0000_�\b\u0000��\b\u0000��\b\u0000\r�\u0000\u0000I�\u0000\u0000������\u0000\u0000��\b\u0000\u0018\u0000\b\u0000S\u0000\b\u0000�\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u000f\u0001\b\u0000Q\u0001\u0000\u0000_\u0001\u0000\u0000R\u0001\b\u0000T\u0001\b\u0000Z\u0001\u0000\u0000Y\u0001\u0000\u0000S\u0001\b\u0000L\u0001\u0000\u0000,\u0001\u0000\u0000!\u0001��#\u0001\u0000\u0000\u0013\u0001\u0000\u0000\u001a\u0001��&\u0001\u0000\u0000%\u0001\u0000\u00003\u0001\u0000\u0000-\u0001\b\u0000\u0002\u0001\b\u0000�\u0000\u0000\u0000�\u0000\b\u0000�\u0000��I\u0000��\u001a\u0000\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000=�\u0000\u0000-�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\u0003���������\u0000\u0000��\b\u0000y�\b\u0000��\u0000\u0000������\u0000\u0000����h�\u0000\u0000q�\u0000\u0000����\u001f\u0000��-\u0000\u0000\u0000�\u0001\b\u0000x\u0003\u0000\u0000�\u0001\u0000\u00004\u0001\u0000\u0000\u001f\u0004\u0000\u0000;\u0004\u0000\u0000\u0007\u0003\u0000\u0000�\u0003���\u0003\u0000\u0000�\u0004\u0000\u0000B\u0005\u0000\u0000�\u0003\u0000\u0000�\u0002��J\u0002���\u0002\u0000\u0000\u001c\u0003\b\u0000;\u0002\b\u0000\n\u0002\b\u0000�\u0002\b\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000z\u0002��\u001d\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002���\u0002\u0000\u0000�\u0002��\u0010\u0002��Z\u0001\u0000\u0000�\u0000\b\u0000��\u0000\u0000'\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u001d���.�\u0000\u0000$���/���k�\u0000\u0000\u0015�\u0000\u0000\n�\u0000\u0000������\u0000\u0000��\b\u0000��\u0000\u0000\f�\b\u0000j�\u0000\u0000��\u0000\u0000��\u0000\u0000�����\u0001���\u0001\u0000\u0000O\u0002\u0000\u0000.\u0003\u0000\u0000�\u0002���\u0001��y\u0002\u0000\u0000X\u0002\u0000\u0000�\u0000\u0000\u0000A\u0000\u0000\u0000\u000f\u0000��_�\u0000\u0000��\u0000\u0000\u0014���_\u0000\u0000\u0000�\u0000\b\u00007\u0001\u0000\u0000t\u0003\b\u0000@\u0005\u0000\u0000�\u0005��]\u0006��\u0006\u0007\u0000\u00007\u0006\b\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000�\u0004\b\u0000&\u0003\u0000\u0000<\u0001��}�\u0000\u0000L���\u001c�\u0000\u0000`�\u0000\u0000��\u0000\u0000��\b\u0000<���\u0019�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000'�\b\u0000j�\u0000\u0000��\u0000\u0000��\u0000\u0000����1\u0000\u0000\u0000!\u0004\b\u0000�\u0006\u0000\u0000b\u0007\u0000\u0000\\\b���\u0007\u0000\u0000�\u0006\b\u0000\u000b\u0006\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000����s�����\u0000\u0000��\u0000\u0000��\b\u0000\n�\b\u0000��\u0000\u0000^�\u0000\u00001�\b\u0000:\u0002\u0000\u0000�\u0005\u0000\u0000E\n���\r\u0000\u0000b\u000f\u0000\u0000r\u0010\u0000\u0000^\u0010��M\u000f��\t\r\u0000\u00001\n��B\u0006\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000I�\u0000\u0000{�\u0000\u0000��\u0000\u0000@�\b\u0000g�\u0000\u0000��\u0000\u0000��\b\u0000X�\u0000\u0000j�\u0000\u0000t�\u0000\u0000��\u0000\u0000$\u0000\u0000\u0000V\u0005\u0000\u0000�\f\u0000\u0000Q\u0010\u0000\u0000�\u0010\u0000\u0000S\u0010\u0000\u0000S\u000e\u0000\u0000�\n\u0000\u0000�\b\u0000\u0000&\b\u0000\u0000\u0014\u0004��#�\u0000\u0000��\u0000\u0000 �\u0000\u0000��\u0000\u00006�\u0000\u0000 ���u�\u0000\u0000��\u0000\u0000L�������{\u0003\u0000\u0000�\n\u0000\u0000X\u0012\u0000\u0000�\u0017\u0000\u0000J\u001a\u0000\u0000f\u001a\b\u0000�\u0018\u0000\u0000�\u0015\b\u0000v\u0012\u0000\u0000\u0016\u000e\u0000\u0000�\u0007��o\u0000��������\u0000\u0000I�\b\u0000��\u0000\u0000������\u0000\u0000p���5�\u0000\u0000��\u0000\u0000��\u0000\u0000s�\b\u0000��\b\u0000�\u0006\u0000\u0000�\u000b\u0000\u0000\r\u0012\u0000\u0000�\u0018\u0000\u0000)\u001b\u0000\u0000�\u001a\u0000\u0000�\u0016\b\u0000�\u0010\u0000\u0000#\n\u0000\u0000�\u0003\b\u0000\u0017�\u0000\u0000u�\u0000\u0000z�\b\u0000H�\u0000\u0000B�\u0000\u0000X�\b\u0000\u0007�\b\u0000��\u0000\u0000��\u0000\u0000M�\u0000\u0000�\u0000\b\u0000�\u0006\b\u0000\u0012\u000f\b\u0000�\u0017\b\u0000.\u001f\b\u00009$\u0000\u0000�$��~ \u0000\u0000�\u001a\u0000\u0000�\u0013\u0000\u00002\r\b\u0000�\u0007\u0000\u0000w\u0000\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000P�\u0000\u0000��\u0000\u0000$�\u0000\u0000����������\u0000\u0000��\u0000\u0000����N\u0003\u0000\u0000�\u000b\u0000\u0000)\u0014\u0000\u0000q\u0019\u0000\u00001\u001e\u0000\u0000�\u001f\u0000\u0000r\u001c\u0000\u0000�\u0016\b\u0000�\u000f\b\u0000\u0017\b\b\u0000��\b\u0000g�\u0000\u0000\u0011�����\u0000\u0000J�\u0000\u0000��\u0000\u0000R�\b\u0000��\u0000\u0000e�\u0000\u0000������\u0000\u0000�\u0005\u0000\u0000�\r���\u0016\u0000\u0000�\u001d\u0000\u0000�#\u0000\u0000\u0014'\b\u0000)&\u0000\u0000�!\u0000\u0000O\u001a\u0000\u0000E\u0012\u0000\u0000�\b\u0000\u0000�\u0000\u0000\u0000\n���U�������m�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000Y�\u0000\u0000u���\u0000���8\u0002��G\t\u0000\u0000O\u0010��w\u0016\u0000\u0000�\u001a\u0000\u0000\u0000 \u0000\u0000' \u0000\u0000T\u001c\u0000\u0000,\u0014\u0000\u0000\u0007\n\u0000\u0000�\u0000\u0000\u0000l�\u0000\u0000��������(�\u0000\u0000�����\u0000\u0000\u0007�\b\u0000Y�\u0000\u0000\u0015�\u0000\u00009�\u0000\u0000�\u0004\u0000\u0000�\r\u0000\u0000}\u0014\u0000\u0000�\u001b\u0000\u0000� \u0000\u0000�$\u0000\u0000\u0019'\b\u00004%\u0000\u0000Q\u001f\u0000\u0000�\u0016\u0000\u0000�\r\u0000\u0000\b\u0003\u0000\u0000��\u0000\u0000��\b\u0000@�\u0000\u0000\u0011�\u0000\u0000k���\\�\u0000\u0000_�\u0000\u0000\u0011���\u001c���������\u0000\u0000��\u0000\u0000\u0002\t\u0000\u0000e\u000f\u0000\u0000�\u0013\u0000\u0000�\u0017\u0000\u0000c\u001b\u0000\u0000V\u001e\u0000\u0000�\u001d\u0000\u0000\n\u0019\u0000\u0000\u0018\u0010���\u0004\u0000\u0000:�����\u0000\u0000��\b\u0000\u0010�\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000����\u0017�\u0000\u0000\r\n\u0000\u0000�\u0013\u0000\u00000\u001b\u0000\u0000� \u0000\u0000�\"\u0000\u0000�#\u0000\u0000�\"\u0000\u0000W\u001f\u0000\u0000\u001a\u001a\u0000\u0000G\u0012\u0000\u0000�\b��[�\b\u0000��\b\u0000��\u0000\u0000X�\u0000\u0000��\u0000\u0000&�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018�\b\u0000s�\u0000\u0000��\u0000\u0000j�\u0000\u0000�\u0006\u0000\u0000L\u0010\u0000\u0000�\u0015\u0000\u0000j\u0018\u0000\u0000:\u0019���\u001a\u0000\u0000;\u001a\u0000\u0000�\u0017���\u0012\b\u0000�\t\u0000\u0000u���R�\u0000\u0000E�\u0000\u0000\u001a�����\u0000\u0000����'�\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000]�\b\u0000|\u0005\u0000\u0000�\u000f\u0000\u0000C\u0019\u0000\u0000E \u0000\u0000H$\u0000\u00008$���!\u0000\u0000\u0014\u001d\u0000\u0000[\u0017\u0000\u0000�\u0010\u0000\u0000�\t���\u0001\u0000\u00005���F�\u0000\u00000�\u0000\u00006���\u001e�\u0000\u0000��\u0000\u0000u�����\u0000\u0000��\u0000\u0000��\u0000\u0000{�\u0000\u0000\"\u0004\b\u0000�\u000e\u0000\u0000�\u0015\b\u0000I\u0019\u0000\u0000�\u0019���\u001a\u0000\u0000�\u0018���\u0014\u0000\u0000�\u0010���\b����\u0000\u0000/�\b\u0000��\b\u0000'�\b\u0000v�\u0000\u0000N���\u0007�����\u0000\u0000��\u0000\u0000��\u0000\u0000����\\\u0005\u0000\u0000�\u000e\u0000\u0000)\u0018\u0000\u0000�\u001d\u0000\u0000�\"\u0000\u0000b#\b\u0000�\u001f\u0000\u00009\u001b��\n\u0015\u0000\u0000\u001e\u000e\u0000\u0000\u001f\u0007\u0000\u0000S\u0001\b\u0000��\b\u0000e�\b\u0000��\b\u0000��\b\u0000\u000f�\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000F�\u0010\u0000�\u0003\u0000\u0000�\u000e���\u0014\u0000\u0000/\u0017\u0000\u0000�\u0017\u0000\u0000F\u0017\u0000\u0000�\u0016��U\u0011\u0000\u0000k\u000e\u0000\u0000�\u0007\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����R�\u0000\u0000\\�\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0012\u0007\u0000\u0000^\u000e\u0000\u0000c\u0016\u0000\u0000K\u001b\u0000\u0000\u001f\u0000\u00003!\u0000\u0000�\u001c\u0000\u0000�\u0018��`\u0012\u0000\u0000�\n\u0000\u0000A\u0005\u0000\u0000W\u0000��Q�\u0000\u0000��\u0000\u0000��\u0000\u0000[�\u0000\u0000#�����\u0000\u0000��\u0000\u0000\u001e���a�\u0000\u0000W�\u0000\u0000\u000b���p\u0002\u0000\u0000\f\r\u0000\u0000�\u0012\u0000\u0000~\u0013\u0010\u0000K\u0015\u0000\u0000S\u0014\u0000\u0000k\u0013��%\u000f\u0000\u0000\u0004\f\u0000\u0000N\u0007\u0000\u0000\b�\u0000\u0000\"�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����C�\u0000\u0000��\u0000\u0000 �\u0000\u0000\u0002�\u0010\u0000\u001a\u0000\u0000\u0000V\u0007\u0000\u0000�\r\u0000\u0000Z\u0013��\u001f\u0018\u0000\u0000y\u001a\u0000\u0000j\u001b\u0000\u0000V\u0017\u0000\u0000\u0003\u0014\u0000\u0000#\u000f\u0000\u0000=\b\u0000\u0000C\u0005\u0000\u00000\u0001��\n�\u0000\u0000g�\u0000\u0000��\u0010\u0000'�\u0000\u0000���F�\u0000\u0000��\u0000\u00007�\u0000\u0000-�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000G\u0006\u0000\u0000�\u000e\u0000\u0000�\u000f\u0000\u0000�\u0012\u0000\u0000�\u0012\u0000\u0000e\u0010\u0000\u0000u\u000f\u0000\u0000�\u000b\u0000\u0000�\u0007\u0000\u0000W\u0000\u0000\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000.�\u0000\u0000��\u0000\u0000��\u0000\u0000u�����\u0000\u0000o�\u0000\u0000��\u0000\u0000�\u0004\u0000\u00009\u000b���\u000e���\u0014\b\u0000�\u0016\b\u0000�\u0016���\u0015\b\u0000J\u0011\b\u0000�\u000e\b\u0000�\t\u0000\u0000t\u0006\u0000\u0000r\u0004\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000.���+�\b\u0000\u001a�\b\u0000/���n�\b\u0000\u000e�\b\u0000��\b\u0000��\b\u0000O�\u0000\u0000\"���\u001a�\b\u0000%\u0005\b\u0000�\f\b\u0000�\u000e\b\u0000\u000b\u0011\b\u0000~\u000f\b\u0000�\u000e\u0000\u0000�\f\u0000\u0000�\u0007\u0000\u0000S\u0006\u0000\u0000��\u0010\u0000\u0003�\u0000\u0000x�\u0000\u0000��\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000%�\u0000\u0000^�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000\u0013\u0007\u0000\u0000\u0018\f��t\u000f\u0000\u0000�\u0013���\u0013\b\u0000�\u0013\u0010\u0000�\u0010\u0000\u0000\u0010\r\u0000\u0000�\n\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000n\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000j�\u0000\u0000Q�\u0000\u0000!�\u0000\u0000��\u0000\u0000��\u0000\u0000j�\u0000\u0000`�\u0010\u0000\u0000�\u0000\u0000��\u0000\u0000|�\u0000\u0000�\u0000\u0000\u0000�\b\u0000\u0000w\r���\u000e\u0000\u0000.\u000e\u0000\u0000\u000f\r\u0000\u0000M\u000b\u0000\u0000�\u0007\u0000\u0000�\u0005��`\u0001��S�\u0000\u0000M���\u0004�\u0010\u0000\b�\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000`\u0002\u0000\u0000�\u0005\u0000\u0000�\t\u0000\u0000\t\u000e\u0000\u0000�\u0011��d\u0013\u0000\u0000�\u0012\u0000\u0000\u0013\u0010\u0000\u0000o\u000b���\b\u0010\u0000�\u0005\u0000\u00005\u0004\u0000\u0000[\u0004\u0000\u0000+\u0003\u0000\u0000�\u0001����\u0000\u0000`�\u0000\u0000W�\u0000\u0000��\u0000\u0000d�����\b\u0000\u001d�\b\u0000��\b\u0000������\b\u0000f�\b\u0000T�\b\u00001\u0000\b\u0000�\b\u0000\u0000�\f\u0000\u0000�\f\u0000\u0000�\u000b���\t\b\u0000�\t\b\u0000�\u0006\b\u0000\u0005\b\u0000=\u0002\b\u0000����������\b\u0000^�\b\u0000��\u0018\u0000S�\b\u0000n�\b\u0000*�\u0000\u0000��\u0000\u0000!\u0003\u0000\u0000�\u0004\u0000\u0000�\t\u0000\u0000�\u000e\u0000\u0000�\u0013\u0000\u0000�\u0013\u0000\u00008\u0011\u0000\u0000\b\r\u0000\u0000�\u0005\u0000\u0000x\u0004\u0000\u0000�\u0003��D\u0003\u0000\u0000\n\u0005\u0000\u0000�\u0003\u0000\u0000w\u0002\u0000\u0000c���\u0010�����\b\u0000��\b\u0000��\b\u0000\u0006�\b\u0000��\b\u0000*�\b\u0000��\u0000\u0000\u0018�����\b\u0000��\b\u00009�\u0018\u0000�\u0005\u0000\u0000b\u000b\u0000\u0000:\t\u0000\u0000�\b\u0000\u0000\u0006\b���\t\b\u0000�\t\b\u00008\u0007\b\u0000�\u0004\u0000\u0000��\u0000\u00002�\u0000\u0000\u0010�\u0000\u0000/�\u0000\u0000x���\u001a�\b\u0000y�\b\u0000������\b\u0000\\\u0001\b\u0000\u001e\u0004\b\u0000�\n\b\u0000�\u0011\b\u0000|\u0015\u0000\u0000\u001d\u0015\u0000\u0000\u0007\u000f\u0000\u0000�\t\u0000\u0000�\u0002\u0000\u0000c\u0001\u0000\u0000�\u0004\u0000\u0000'\u0004\u0000\u0000�\u0004\u0000\u0000\\\u0002��\u0014�\b\u0000��\u0000\u0000��\u0000\u0000M\u0002\u0000\u0000*\u0002\u0000\u0000.\u0002\u0000\u0000��\u0000\u0000h�\u0000\u0000|�����\b\u0000��\b\u0000��\u0000\u0000\u001e�\u0000\u0000������\b\u0000r\u0003\u0018\u0000�\u0006\u0000\u0000�\u0007\u0000\u0000�\n\u0000\u0000=\u000b\u0000\u0000�\r��t\b\b\u0000�\u0002\b\u0000��\b\u0000o�\b\u0000,�\u0000\u0000������\b\u0000U�\b\u0000f�\b\u0000/�\b\u0000��\b\u0000q����\u0007\b\u0000�\f\b\u0000X\u0012\b\u0000(\u0013\b\u0000�\u0013\b\u0000�\u000e\b\u0000�\t\b\u0000�\u0007\u0000\u0000I\u0002\u0000\u0000�\u0002\u0000\u0000\u000e\u0002��:�������1�\b\u0000��\u0018\u0000�\u0001\b\u0000�\u0005\b\u0000d\u0007\b\u0000\b\u0003\b\u0000J\u0001\u0000\u0000\u0002�\u0000\u0000\u0003�\u0000\u0000@�\u0000\u0000��\u0000\u0000��\u0000\u0000'�\u0000\u0000����M�\b\u0000��\b\u0000\u0016\u0004\u0000\u0000�\b\u0010\u0000�\n\u0000\u0000?\n\u0000\u0000�\t\u0000\u00001\r\u0000\u0000'\b\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000o�\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u0003\t\u0000\u0000�\u000f\u0000\u0000�\u0014\u0000\u0000�\u0014��\u001a\u0014\u0000\u0000�\f\u0000\u0000�\u0006\u0000\u0000�\u0004\u0000\u0000m�\u0000\u0000\u0005�����\u0000\u0000����o�����\b\u0000c\u0002��g\u0006��F\u000b��\b\f���\u0006��&\u0003����\b\u0000\t�\b\u0000q�\b\u0000~�\b\u0000w�\b\u0000��\b\u0000H�\b\u0000%�\b\u0000��\b\u0000\u001e\u0000��\u0017\u0007\b\u0000�\b\u0018\u0000�\b��\u0007\n\b\u0000�\u000f\b\u0000�\u000f\b\u0000J\b\b\u0000�\u0001\b\u0000\"���\u0010�\b\u0000��\b\u0000��\b\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\t\u0000\u0000\t\u0013\u0000\u0000�\u0015\u0000\u0000�\u0012\u0000\u0000�\u0010\u0000\u0000�\u000e\u0000\u0000E\t��I\u0006\u0000\u0000(\u0001��>�\u0000\u0000����4�\b\u0000��\u0000\u0000f�\u0000\u0000u\u0004��B\b\b\u00005\t\u0010\u0000�\f\u0000\u0000�\r\u0000\u0000u\t\u0000\u0000�\u0005\u0000\u0000>\u0001\u0000\u0000��\u0000\u0000\t�\u0000\u0000v���\u0002�����\b\u0000@�\b\u0000��\u0000\u0000>�\u0000\u0000�����\u0006\b\u00001\n\b\u0000�\f\u0000\u0000�\u000f\u0000\u0000�\u0013\u0000\u0000�\u0011\u0000\u00002\u0006\u0000\u0000��\u0000\u0000\u0015�\u0000\u0000��\b\u0000O�\b\u0000��\u0000\u00000�\u0000\u0000��\u0000\u0000\u0007�\u0000\u00000�\u0000\u0000K\u0004���\r\u0000\u0000\u000f\u0013\u0000\u0000\u0001\u0014\u0000\u0000�\u0012��K\u0012\u0000\u0000�\u0010\u0000\u0000\u0003\b\u0000\u0000o\u0001\u0000\u0000��\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000������\u0000\u0000\u0018�\b\u0000\u0001\u0004\u0000\u00002\f\u0000\u0000�\u000f\u0000\u0000�\u0013\u0000\u0000p\u0012\u0000\u0000>\n\b\u0000�\u0003\u0000\u0000Q\u0001\u0000\u0000K�\u0000\u0000u�\u0000\u0000\u0002�����\u0000\u0000��\u0000\u0000��\u0000\u0000v������������\u0001���\t���\u000f���\u0017\u0000\u0000�\u001a\u0000\u0000�\u0017\u0000\u0000\u0012\n\u0000\u0000��\b\u0000��\u0000\u00001�\u0000\u0000|�\u0000\u0000����������\u0000\u0000g���6�\u0000\u0000�\u0004\u0000\u0000)\t\u0000\u0000�\u000f\u0000\u0000\u000f\u0014\u0000\u0000\u0004\u0018\b\u0000i\u0017\u0000\u0000�\u0012\u0000\u0000&\t\u0000\u0000����L�\u0000\u0000C�\u0000\u0000v�\u0000\u0000W�\u0000\u0000��\u0000\u0000����T\u0001���\r��)\u0013\u0000\u0000�\u0011\u0000\u0000�\u0011\u0000\u0000A\u000f\u0000\u0000�\t\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000d�\u0000\u0000Q�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u00000�\b\u0000��\b\u0000�\u0002\u0000\u0000�\b\u0000\u0000)\u0010\u0000\u0000�\u0015���\u001b\u0000\u0000/\u001b\u0000\u0000�\u0015\u0000\u0000n\u000b\u0000\u0000\u0015�\u0000\u0000������\u0000\u0000L�\u0000\u0000��\u0000\u0000��\b\u0000\u0016�\u0000\u0000��\u0000\u0000��\b\u0000Z\u0006\u0000\u0000�\f\u0000\u0000\u001c\u0015\b\u0000�\u0019\u0000\u0000\u0013\u001b\u0000\u0000p\u0017��N\u000f\u0000\u0000:\b\u0000\u0000��\u0000\u0000B�������\u0001���!���\u0019�\u0000\u0000��\u0000\u0000l\u0003\u0000\u0000S\n���\u0011\u0000\u0000\u0013\u0015\b\u0000�\u0016\b\u0000�\u0013\u0000\u0000�\n\b\u0000H\u0002\u0000\u0000\r���I�\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000����E�����\u0000\u0000\r�\u0000\u0000\t\b\b\u0000`\f\u0000\u0000\u000e\u0013\u0000\u0000\n\u0019\u0000\u0000�\u001a��^\u0014\u0000\u0000^\u000b\u0000\u0000~\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000M�\u0000\u0000\u0019�\u0000\u0000\u001e�\u0000\u0000����\u000f�����\u0000\u0000W\u0002\u0000\u0000�\n\u0000\u0000g\u0011\u0000\u00005\u0017���\u001a��}\u0017���\u0010���\t��_\u0003\u0000\u0000��\u0000\u0000s�\b\u0000��\u0000\u0000f�\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000��\b\u0000�\u0004\b\u0000(\f\u0000\u0000�\u0014\u0000\u0000\u0013\u0019\u0000\u0000�\u0016\u0000\u0000>\u0012���\n\u0000\u0000i\u0003����\u0000\u0000\u0000�����\u0000\u0000��\u0000\u0000^�\u0000\u0000=���j�\u0000\u0000����0���\u0002���\f\n\u0000\u0000�\f\u0000\u0000�\u000e\u0000\u0000\r\u0016\u0000\u0000�\u001a\u0000\u0000�\u0017\u0000\u0000\u001f\u000f\u0000\u0000�\u0005\b\u0000=�\u0000\u0000��\u0000\u0000]�\u0000\u0000\b�\b\u0000��\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000��\u0000\u0000q�\u0000\u0000B\u0007\u0000\u0000~\u000e\u0000\u0000�\u0014\b\u0000\f\u0019\b\u0000S\u0016\u0000\u0000�\u000f\u0000\u0000D\n\u0000\u0000�\u0006\u0000\u0000��\u0000\u0000��\b\u0000\t�\u0000\u0000��\u0000\u0000U�\u0000\u0000\f�\b\u00007�\u0000\u0000^\u0002���\b\u0000\u00005\u0012��?\u0019��<\u0018\u0000\u0000�\u0013\u0000\u0000P\u000e\u0000\u0000�\u0007\u0000\u0000Z\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000A�\u0000\u0000s�\b\u0000��\u0000\u0000\u000e�\u0000\u0000q�\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000�\u000b\u0000\u0000�\u000b\u0000\u0000d\f\u0000\u0000p\u0016\u0000\u0000�\u001b\u0000\u0000\u000e\u0017\u0000\u0000�\f���\u0004\u0000\u0000\u0005�\u0000\u0000\u0011�����\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\t�\u0000\u0000��\u0000\u0000a\u0003��<\f��K\u0013��.\u0016\u0000\u0000�\u0013\u0000\u0000�\u000e\u0000\u0000q\f\b\u0000g\n\u0000\u0000�\u0001����\u0000\u0000\u0006�����\u0000\u00008�\u0000\u0000.�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000l\u000e\b\u0000�\u0014\u0000\u0000.\u0014\u0000\u0000�\u0013\u0000\u0000\u0014\u0012��2\f���\u0005\u0000\u0000j\u0001\u0000\u0000��\u0000\u0000����p���r�������Q���_�\u0000\u0000y�\u0000\u0000�����\u0005\u0000\u00004\u0007\u0000\u0000D\b\u0000\u0000�\u0014\u0000\u0000B\u001b\u0000\u00000\u0017��\u0005\u0011��l\n��E\u0005��,\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000w�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000!�\u0000\u0000�\u0002\u0000\u0000�\n\u0000\u0000J\u0010\u0000\u0000t\u0011\u0000\u0000�\u0010���\u0011\u0000\u0000�\u0011\u0000\u0000�\u000b\u0000\u0000\u0011\u0003\u0000\u0000x�\u0000\u0000��\u0000\u0000O�\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000t�\u0000\u0000\u0007\u0005\u0000\u0000�\b\u0000\u0000\u0003\b\u0000\u0000H\u000b\u0000\u0000x\r\u0000\u0000�\u000b��\u001a\n\u0000\u0000�\u0006\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u00008���U�\u0000\u0000��\u0000\u0000,�\u0000\u0000��\u0000\u0000\u0000\u000b\u0000\u0000�\u0010\u0000\u0000�\r\u0000\u0000.\r\u0000\u0000+\u000b��a\t��K\u000b\u0000\u0000�\u0007����\u0000\u0000@�\u0000\u0000��\u0000\u0000\u0011���n�������������������V\u0000��H\u0001\u0000\u0000�\u0000\u0000\u0000G\u0002\b\u0000�\u0006\u0000\u0000�\b\u0000\u0000�\u0006\u0000\u0000\u0013\u0005\u0000\u0000�\u0005\u0000\u0000�\u0007\u0000\u0000�\b\u0000\u0000U\u0004\u0000\u0000�\u0000���\u0001\u0000\u0000#\u0003\u0000\u0000^\u0002\u0000\u0000@\u0001\b\u0000��\u0000\u0000K�\u0000\u0000\u0019�\u0000\u0000P�\u0000\u0000/���\u0014�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000;�\b\u0000��\b\u0000~�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000y�\b\u0000!\u0000\u0000\u0000#\u0000\u0000\u0000��\u0000\u00001\u0000\u0000\u0000��\u0000\u0000|�\u0000\u0000v���^\u0000\u0000\u0000��\u0000\u0000>�\u0000\u0000{\u0001\u0000\u0000\u0011\u0001\b\u0000G\u0001\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000K\u0002\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000\u0012\u0002\u0000\u0000C\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000`\u0000\u0000\u0000��\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\b\u0000�\u0003\u0000\u0000s\u0003\u0000\u0000�\u0001\u0000\u0000�\u0002���\u0004\u0000\u0000�\u0002\u0000\u0000��\u0000\u00006�\u0000\u0000��\b\u0000r�\u0000\u0000$�\u0000\u0000��\u0000\u0000V�\u0000\u0000\u000f�\u0000\u0000\u0019�\u0000\u0000��\u0000\u0000-�\u0000\u0000X�\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000k\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u00000\u0006\u0000\u0000c\u0006\u0000\u0000�\u0004\u0000\u0000�\u0005���\u0005\u0000\u0000�\u0004\u0000\u0000�\u0005\u0000\u0000�\u0003\b\u0000��\u0000\u0000��\u0000\u0000����\b�����������?�\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000��\b\u0000C\u0002\u0000\u0000\u0003\u0006\u0000\u0000�\f\u0000\u0000�\u000f\u0000\u0000�\f\u0000\u0000�\f\u0000\u0000#\u0010\u0000\u0000\u001b\u000e\u0000\u0000�\t���\u0005����\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000*�\u0000\u0000��\u0000\u0000n�\u0000\u0000u�\u0000\u0000\t�\u0000\u0000��\u0000\u0000}�\u0000\u0000X�\u0000\u0000n\u0006���\b���\n\u0000\u0000t\r\u0000\u0000�\u0007\u0000\u0000�\u0005���\t\u0000\u0000i\u0006\u0000\u0000w�\u0000\u0000��\u0000\u0000W�\u0000\u0000u�\u0000\u0000C�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000c�\u0000\u0000A�\u0000\u0000�\u0001\u0000\u0000m\u0001\u0000\u0000�\u0005\b\u0000g\u000b\u0000\u0000�\u000b\u0000\u0000�\n\b\u0000?\t\u0000\u0000.\u0007\b\u0000n\n\b\u0000U\u000e\b\u0000S\u0007\b\u0000\u001e\u0001\b\u0000�\u0005\u0000\u0000R\b\u0000\u0000�\u0005\u0000\u0000t\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\b\u0000��\u0000\u0000T�\u0000\u00005�\u0000\u0000T�\u0000\u0000��\b\u0000]�\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000E�\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000k�\u0000\u0000X\f\u0000\u0000/\u0010���\u0012\u0000\u0000�\u000e\u0000\u0000�\u0005\u0000\u0000%\u0007\u0000\u0000�\b\u0000\u0000��\u0000\u0000��\u0000\u0000I�\u0000\u0000��\u0000\u0000��\u0000\u0000M���c�\u0000\u0000��\u0000\u0000\u000e�\u0000\u0000�\u0007\u0000\u0000�\u000b\u0000\u0000i\n\u0000\u0000!\u000e\u0000\u0000\u0007\u0014���\u0014\u0000\u0000�\u000e\u0000\u0000F\u0006\u0000\u0000~\u0002\u0000\u0000\u000b\u0005\u0000\u0000�\u0006��_�\u0000\u0000\u0013�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\u0004\b\u0000�\u0001\u0000\u0000~\u0000\u0000\u0000\u001e\u0004\u0000\u0000A\u0007\u0000\u0000Z\u0005\u0000\u0000��\u0000\u0000]�\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000��\u0000\u0000g�\u0000\u0000,���\u0012�\u0000\u0000o�\u0000\u0000Z�\u0000\u0000e\u0000\u0000\u0000�\f\b\u0000�\u0010\u0000\u0000�\u0013\u0000\u0000�\u000b\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000`\u0006\u0000\u0000?�\u0000\u0000g���_�\u0000\u0000��\u0000\u0000��\u0000\u0000\b�\u0000\u0000������\u0000\u0000^\u0004\u0000\u0000\u0012\r\u0000\u0000�\r\b\u0000'\r\u0000\u00004\u0011\u0000\u0000�\u0016\u0000\u0000�\u0013\u0000\u0000�\t\u0000\u0000�\u0002\u0000\u0000A\u0005\u0000\u0000U\u0007\u0000\u0000\u0014�\u0000\u0000\\�\b\u0000`�\u0000\u0000��\u0000\u0000Z\u0005\u0000\u0000\u0003\u0005\u0000\u0000v\u0001\u0000\u0000u\u0001\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000i���9�\u0000\u0000\u0004�\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000p�\u0000\u0000��\u0000\u0000T�\u0000\u0000��\u0000\u0000�\n\u0000\u0000n\u000e\u0000\u0000f\u0011\u0000\u0000�\u000f���\b\u0000\u0000;\b\u0000\u0000P\u0006\u0000\u0000:\u0002��\n���r���9�����\u0000\u0000;�\u0000\u0000��\u0000\u0000��\u0000\u0000M\u0000���\u0006\u0000\u0000�\u000b���\u0010\u0000\u0000�\u000f\u0000\u0000�\u0013\u0000\u0000�\u0014\u0000\u0000\f\f\u0000\u0000�\u0006\u0000\u0000�\u0007\u0000\u0000�\u0007\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000i�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000z\u0005\u0000\u0000�\u0000\u0000\u0000.�\u0000\u0000�\u0000\u0000\u0000\u0014\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000a�\u0000\u0000N�\u0000\u0000��\u0000\u0000\b�\u0000\u0000����H\u0002\u0000\u0000\u001b\r���\u000e\u0000\u0000�\u0011\u0000\u0000,\f\u0000\u0000F\t\u0000\u0000�\u0007��z\u0003\u0000\u0000\r�\u0000\u0000N���O�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000'�\u0000\u00005\u0005\u0000\u0000A\n\u0000\u0000\f\u000f��\u0018\u000f\u0000\u00003\u0010\u0000\u0000\u0011\u0015\u0000\u0000�\u000f\u0000\u0000�\n\u0000\u0000�\u000b���\u0007\u0000\u0000\u0012\u0004\u0000\u0000�\u0004\u0000\u0000�\u0000\b\u0000��\u0000\u0000w\u0000\u0000\u0000�\u0003\u0000\u0000|\u0002\u0000\u0000C�\u0000\u0000>�\u0000\u0000��\u0000\u0000��\u0000\u0000`�\u0000\u0000\u0014�\u0000\u0000|���\u000b�\u0000\u0000\u000e�\u0000\u0000\u0001\u0001\u0000\u0000��\u0000\u00004�\u0000\u0000�\t\u0000\u0000�\u000f\u0000\u0000�\u000f\u0000\u0000�\u0010\u0000\u0000�\t\u0000\u0000�\b\b\u0000k\u0005\u0000\u00000\u0001��I�\u0000\u0000\u0013���4�\u0000\u0000\u001d�\u0000\u0000l�\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000��\u0000\u0000I\b\b\u0000�\u000b\u0000\u0000o\u000f\u0000\u0000�\r\u0000\u0000l\u0012\u0000\u0000J\u0014���\f\u0000\u0000r\u000b\u0000\u0000@\b���\u0004\u0000\u0000<\u0007\u0000\u0000^\u0004\b\u00009\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000F\u0004\u0000\u0000��\u0000\u0000)�\u0000\u0000s�\u0000\u0000g�\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000\"�\u0000\u0000��\b\u0000+\u0006\b\u0000��\u0000\u0000S�\u0000\u0000�\u000b\u0000\u0000�\u0010��-\u0013��.\u0010\u0000\u0000�\u0006\u0000\u0000�\u0003\u0000\u00006\u0002\u0000\u0000\u0011\u0002��>�\u0000\u0000>�\u0000\u0000t�\u0000\u0000��\u0000\u0000r�\b\u0000��\u0000\u0000v�\u0000\u0000�\u0000\u0000\u0000\u0010\b\u0000\u0000�\u0010\u0000\u0000f\u000f\u0000\u0000�\b\u0000\u0000g\u0010\u0000\u0000!\u0013\u0000\u0000:\u0011\b\u0000�\f\u0000\u0000�\u0002\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000�\u0005\u0000\u0000�\u0002\u0000\u0000\u0005�\u0000\u0000�\u0000\u0000\u0000t�\u0000\u0000*�����������x���\u0004�\u0000\u0000��\u0000\u0000\b�\u0000\u0000e�\u0000\u0000�\u0006\u0000\u0000[\u0000\u0000\u0000\u0018\u0001\u0000\u0000�\u000e\u0000\u0000B\u000f\u0000\u0000�\u0012\u0000\u0000/\u0011\u0000\u0000F\t\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\b\u0000��\u0000\u0000l�\u0000\u0000��\u0000\u0000e�\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000a\u0006\u0000\u0000\r\u000f\u0000\u0000[\u000f\u0000\u0000d\f\b\u0000c\f\u0000\u0000�\u0010\u0000\u0000�\u0011\u0000\u0000�\u000b\u0000\u0000\u0002\u0007\u0000\u0000�\u0005���\u0007\u0000\u0000\u0001\b���\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000;�\u0000\u0000\r���{�\u0000\u00001�\u0000\u0000a�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000U\u0005\u0000\u0000%�\u0000\u0000)\u0003\u0000\u0000�\u000f\u0000\u0000�\u0011\u0000\u0000�\u0013\u0000\u0000�\u000f\u0000\u0000�\b\u0000\u0000�\u0001\u0000\u0000\u0014\u0001\u0000\u0000������\u0000\u0000p�����\u0000\u0000��\u0000\u0000\u001c�����\u0000\u0000>���t\u0001\u0000\u0000�\b\b\u0000\u001d\u000e\u0000\u0000\u001b\f���\n��e\f��C\u000e��H\f\u0000\u0000�\u0007\u0000\u0000�\u0005\u0000\u0000m\u0006\u0000\u0000Y\t\u0000\u0000\n\u0000\u0000/\u0006\u0000\u0000l�\u0000\u0000\u0003�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000��\u0000\u0000V�\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000C�\u0000\u0000�\u000b\u0000\u00004\u0010\u0000\u0000&\u0015\u0000\u0000�\u0011\b\u0000�\b\b\u0000��\b\u0000�\u0000\b\u0000{\u0000\u0000\u0000����D�\u0000\u00005�\u0000\u0000(�\u0000\u0000��\b\u0000��\u0000\u0000\u001e�\u0000\u00004\u0001\u0000\u0000�\n\u0000\u0000�\u0011\u0000\u0000�\f\u0000\u0000�\t\u0000\u0000�\u000b\u0000\u0000�\n\u0000\u0000�\t\u0000\u0000.\b\u0000\u0000N\u0004\u0000\u0000#\u0003\b\u0000\u0005\b\u0000\u00008\f\u0000\u0000i\u0004\u0000\u0000��\u0000\u0000b�\u0000\u0000��\u0000\u00004���+�\u0000\u0000��\u0000\u0000/�\u0000\u0000\\���l\u0004\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000\u0019\b\u0000\u0000%\u000b\u0000\u0000�\u0012\u0000\u0000\u0014\u0015\u0000\u0000�\u000b\u0000\u0000��\u0000\u0000I�\u0000\u0000�\u0001\u0000\u0000��\b\u0000��\u0000\u0000\u0011�\u0000\u0000^�\u0000\u0000\u0004�\u0000\u0000C\u0001\u0000\u0000�\u0003���\u0001\u0000\u0000�\u0006\u0000\u0000h\u000f\u0000\u0000\r\u0000\u0000b\u000e\u0000\u0000\u0012\u000b\u0000\u0000�\u0003\u0000\u0000\u001c\u0006\u0000\u0000�\u0007\u0000\u00007\u0005\u0000\u0000�\u0002\u0000\u0000\u000b\u0006���\u0007\u0000\u0000�\u0001\u0000\u00001�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000F�\u0000\u0000��\u0000\u0000��\u0000\u0000D�\u0000\u0000>�\u0000\u0000l\b\u0000\u0000=\u0000���\n���\u000b\u0000\u0000\u0012\n���\u0011\u0000\u0000w\u0011\u0000\u0000�\u0002\u0000\u0000i�\u0000\u0000\u0000�\u0000\u0000m�\b\u0000a�\u0000\u0000\u0016�\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000\u0013�\u0000\u0000,\t\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000�\n\u0000\u0000u\u0006\u0000\u0000#\u000e\u0000\u0000�\u0010\u0000\u0000^\u0005\u0000\u0000�\u0002\u0000\u0000�\u0005\u0000\u0000\u0018\u0006\u0000\u0000�\u0007\u0000\u0000�\t\u0000\u0000�\u0003\u0000\u0000��\u0000\u00009�\u0000\u0000\u0005�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000d�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u0002\u0001\b\u0000�\u000b\u0000\u0000c\b��\u0005\u000e\u0000\u0000�\u0012\u0000\u0000�\n\u0000\u0000��\u0000\u0000w�����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000c�\u0000\u0000\t�\b\u0000'\u0006\u0000\u00007\t\u0000\u0000�\u0006\u0000\u0000�\t\b\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000�\u0010\u0000\u0000�\n\u0000\u0000�\u0004\u0000\u0000\u0005\u0000\u0000S\u0006\u0000\u0000�\b\u0000\u0000M\r\u0000\u0000�\t\u0000\u0000��\u0000\u0000\b�\u0000\u0000��\u0000\u0000d�\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000~�\u0000\u0000��\u0000\u0000�\u0007\u0000\u0000�\u0001\u0000\u0000�\t\u0000\u0000[\u0003\b\u0000\u0015\u0007\u0000\u0000�\u0011\u0000\u0000\f\n\u0000\u0000\u0015���\u0015�\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u001e�\u0000\u0000�\u0007\u0000\u0000G\u000b\u0000\u0000z\n��V\u0005\u0000\u0000\u0010�\u0000\u0000W\u0002\u0000\u0000�\u000b\u0000\u0000�\t\u0000\u0000�\u0006\u0000\u0000\u0006\u0005\u0000\u0000�\b\b\u0000(\u000f\u0000\u0000�\u0013\u0000\u0000u\t\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\n�����\u0000\u00005���Z�\u0000\u0000��\u0000\u0000�\u0007\u0000\u0000�\u0004\u0000\u0000t\t��T\u0006\u0000\u0000��\u0000\u0000|\u0007\u0000\u0000$\b\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000?�\u0000\u00001�\b\u0000Z\u0005\u0000\u0000�\u0006\b\u0000n\t\u0000\u0000�\n\u0000\u0000/�\u0000\u0000b�\u0000\u0000�\u0006\u0000\u0000�\u0005��\\\n\u0000\u0000v\r\u0000\u0000�\u0006��=\u000b��\u0006\u0014��]\u000e\u0000\u0000�\u0006\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000��\u0000\u0000\b���\u0015�\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u000e\u0000\u0000L\u0006\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000�\b\u0000\u0000\u0010\u0005\u0000\u0000\u0003\u0002\u0000\u0000�\b���\u0005\u0000\u0000W�\u0000\u00004\u0000��\u0016\u0001���\u0000��c\n���\u000b���\b��\u0003\u000f\u0000\u0000?\u000f\u0000\u0000�\u0007\u0000\u0000,\u0006\u0000\u0000!�\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000P�\u0000\u0000n\u0002\u0000\u0000�\u0001\u0000\u0000�\t\u0000\u0000w\f\u0000\u0000\u001c�\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000������\u0000\u0000:�\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000�\u0007\u0000\u0000�\n��w\u0003\u0000\u0000z\b\u0000\u0000�\b\u0000\u0000�\u0000\u0000\u0000&\u0002\u0000\u0000�\u0001\u0000\u0000����;\u0003\u0000\u0000:\t���\u0006��I\u000b\u0000\u0000\"\f\u0000\u0000\u001b\u0004\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000\f�����\u0000\u0000\t�\u0000\u0000@�\u0000\u0000��\u0000\u0000�\u0007\u0000\u0000O\u0004\u0000\u0000n\f\u0000\u0000\u0005\u000b\u0000\u0000\u001c�\u0000\u0000�\u0004\u0000\u0000�\u0001����\u0000\u0000z�\u0000\u0000��\u0000\u0000����9�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0007\u0007\u0000\u0000?\b\u0000\u0000�\u0005\u0000\u0000�\b\u0000\u0000\f\u0007\u0000\u0000\u0011\u0003\u0000\u0000�\u0004\u0000\u00003\u0004\u0000\u0000�\u0001\u0000\u0000�\u0007���\u0006\u0000\u0000�\u0006\u0000\u0000O\f\u0000\u0000�\u0007\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000�\u0000\u00009�\u0000\u0000��\u0000\u0000@�\u0000\u0000B�\u0000\u00006\u0006\u0000\u0000e\u0005\u0000\u0000\u0001\u000f\u0000\u0000�\u0004\u0000\u0000m\u0001\u0000\u0000�\u0006\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000z�\u0000\u0000��\u0000\u0000,�\u0000\u0000Y\u0001\u0000\u0000�\u0006\u0000\u0000\"\u0002\u0000\u0000�\u0003\u0000\u0000x\u0007\u0000\u0000\u0011\u0004\u0000\u0000�\u0004���\u0007\u0000\u0000\u0011\u0004\u0000\u0000X\u0005\u0000\u0000�\b\u0000\u0000+\u0007\u0000\u0000X\n\u0000\u0000\u0010\n��H\u0003����\u0000\u0000>�\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000q\u0004\u0000\u0000\u0010\u0004\u0000\u0000\b\r\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000&�\u0000\u0000?�\u0000\u0000��\u0000\u0000��\u0000\u0000?\u0000\u0000\u0000\t\u0007\u0000\u0000�\u0000\b\u0000C\u0001\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000d\u0007\u0000\u0000q\t��3\u0005\u0000\u0000$\u0005\u0000\u0000i\u0007\u0000\u0000�\u0006\u0000\u0000�\n��\u0015\u000b��\u0012\u0004��s�\u0000\u0000}�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010�\u0000\u0000��\b\u0000��\u0000\u0000\"\u0002��B\u0004\u0000\u0000�\r\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000E\u0003\u0000\u00006�\u0000\u0000����6�\u0000\u00003�\u0000\u0000)�\u0000\u0000��\u0000\u0000x���Z\u0000���\u0006\u0000\u0000\u000e\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u0015\b\u0000\u0000�\n\u0000\u0000�\u0006\b\u0000N\u0005\b\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000T\u000b\u0000\u0000�\t\u0000\u0000�\u0002\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000\u001a\u0006\u0000\u0000s\b\u0000\u0000\u0015\u0000\u0000\u0000�\u0003\u0000\u0000y\u0001\u0000\u0000\f�\u0000\u0000$�\u0000\u0000L���`�\u0000\u0000t�\u0000\u0000\u001a�\b\u0000\u001a�\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u0000�\u0002\u0000\u00001\u0005\u0000\u0000�\u0004\u0000\u0000�\u0005\u0000\u0000^\n\u0000\u0000Q\n���\u0006\u0000\u0000$\u0006\u0000\u0000c\u0003\u0000\u0000q\u0005\u0000\u0000�\b\u0000\u0000�\u0003\u0000\u00005\u0000\u0000\u0000R�\u0000\u0000��\u0000\u0000Q�\u0000\u0000��\u0000\u0000B�\u0000\u0000����o�\u0000\u0000/\u0003\b\u0000�\u0007\u0000\u0000-\u0000\u0000\u0000�\u0002\u0000\u0000-\u0002��[���������������Y�������l�\u0000\u0000e\u0001\u0000\u0000&\u0005\u0000\u0000\u000f\u0002\u0000\u0000�\u0004\u0000\u0000i\u0004\u0000\u0000\u001a\u0006\u0000\u0000�\n��&\u000b\u0000\u0000n\t\u0000\u0000_\u0006���\u0004\u0000\u0000a\u0005\u0000\u0000�\u0007\u0000\u0000[\u0005\u0000\u0000�\u0000\u0000\u0000x�\b\u0000��\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000�\u0003\u0000\u0000\u001e\u0007\u0000\u0000F\u0000\b\u0000b\u0001\u0000\u0000\u0001\u0000\u0000��\u0000\u0000b\u0000\u0000\u0000`�\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000��\u0000\u0000a�\u0000\u0000<\u0001\u0000\u0000X\u0004\u0000\u0000�\u0000\u0000\u0000!\u0003\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000[\t\u0000\u0000�\n\u0000\u0000!\u000b\u0000\u0000�\u0007\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000d\u0005\u0000\u0000�\u0003\u0000\u0000�\u0002��|�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001d���\u0001�\u0000\u0000��\u0000\u0000h\u0001\u0000\u0000�\u0005\u0000\u0000t\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\b\u0000g�\b\u0000��\b\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0004���\u0004\u0000\u0000�\u0004\u0000\u0000\r\u0001\u0000\u0000\u0007\u0004\u0000\u0000�\u0007\u0000\u0000q\u000b\u0000\u0000Y\f\u0000\u0000�\b\u0000\u0000E\u0004\u0000\u0000\u0017\u0001\u0000\u0000�\u0001\u0000\u0000\u0013\u0001\u0000\u0000[\u0002\u0000\u0000�\u0000\u0000M�\u0000\u0000\u0004�\u0000\u00001�\u0000\u0000��������_\u0002���\n\u0000\u00007\u0004����\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000G�\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000�\u0001��<\u0004\u0000\u0000s\u0007\u0000\u0000\u0010\u0007��;\u0002\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\b\u0000\u0000\u000b��G\n\u0000\u0000T\u0007\u0000\u0000+\u0003\u0000\u0000�\u0000\u0000\u0000��\b\u0000��\u0000\u0000I�\u0000\u0000X�\u0000\u0000s�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000/\u0001\u0000\u0000~\b\u0000\u0000\"\u0004\u0000\u0000G\u0003\u0000\u0000����=�\u0000\u0000��\u0000\u0000\u0018�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000H�\u0000\u0000��\u0000\u0000��\u0000\u0000L�\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000�\u0006\u0000\u0000�\u0006��\b\u0000\u00002\u0006���\u0006\u0000\u0000�\u0006���\u0006\u0000\u0000\u0004\u0007\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u0000i�\u0000\u0000p�\u0000\u0000v�\u0000\u0000 �\u0000\u0000����\b�\u0000\u0000)�������\u0013\u0001��(\u0003��\u0001\u0001���\u0001��\u000b�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000R\u0000\u0000\u0000\\�\b\u0000��\u0000\u0000{�\b\u0000O�\u0000\u0000|�\u0000\u0000��\u0000\u0000\t\u0000���\u0001\u0000\u0000_\u0003\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000x\u0006\u0000\u0000�\u0005\u0000\u00005\u0005\u0000\u0000`\u0005\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000k\u0002\u0000\u0000j\u0001\u0000\u0000b\u0000\u0000\u0000\u0000�\u0000\u00005�\u0000\u0000��\u0000\u0000��\u0000\u0000����T�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000O�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000��\u0000\u00009\u0000\u0000\u0000\u001a\u0000\u0000\u0000l�\u0000\u0000\t�\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000\u0016\u0000\u0000\u0000\u0017\u0001��{\u0002\u0000\u0000Y\u0003\u0000\u0000{\u0003\u0000\u00006\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000Q\u0003\u0000\u0000�\u0003\u0000\u00003\u0004\u0000\u0000c\u0004��\u0003\u0004\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000`�\u0000\u0000I�\u0000\u0000��\u0000\u0000��\u0000\u0000b�\u0000\u0000��\u0000\u0000a�\u0000\u0000��\u0000\u0000\u0010�\u0000\u0000U�\u0000\u0000H�\u0000\u0000��\u0000\u0000y�����\u0000\u0000��\u0000\u0000}\u0000���\u0001���\u0002\u0000\u0000c\u0003���\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000F\u0004\u0000\u0000u\u0004���\u0004���\u0004\u0000\u0000~\u0003\u0000\u0000�\u0001\u0000\u0000C\u0000\u0000\u0000��\u0000\u0000a���j�\u0000\u0000��\u0000\u0000��\u0000\u0000P�\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000K�\b\u0000p�\b\u0000��\b\u0000\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000;�\u0000\u0000Y\u0000\b\u0000�\u0001\u0000\u0000&\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000f\u0003\u0000\u0000\u0011\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000\u0000\u0005\u0000\u0000�\u0004\u0000\u0000\u0012\u0004\u0000\u0000�\u0002\u0000\u0000*\u0001\u0000\u0000(\u0000\u0000\u00000\u0000\b\u0000*�\u0000\u0000\u0004���A�\u0000\u0000Q�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000+�\u0000\u0000��\u0000\u0000\u0018�\u0000\u0000�\u0000\u0000)�\u0000\u0000)�\u0000\u0000|�\u0000\u0000��\u0000\u00000�\u0000\u0000z�\u0000\u0000��\u0000\u0000Q�\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000_\u0002\u0000\u0000�\u0002\u0000\u0000^\u0003\u0000\u0000<\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004\b\u0000\u000e\u0005\u0000\u0000z\u0004\u0000\u0000w\u0003\u0000\u0000>\u0002\u0000\u0000z\u0000\u0000\u0000/\u0000\u0000\u0000\n\u0000\u0000\u0000��������\u000b���\u0019�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000r�\u0000\u0000��\u0000\u00005�\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000��\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000o�\u0000\u0000��\u0000\u0000\u001d�����\u0000\u0000�\u0000\u0000\u0000Y\u0001\u0000\u0000�\u0001\u0000\u0000\\\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000H\u0004\u0000\u0000m\u0004���\u0004\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000\u0017\u0003\u0000\u0000�\u0001\u0000\u0000T\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000y�\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000A�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\r�\u0000\u0000=�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0017�\u0000\u00001�\b\u0000b\u0000\u0000\u0000O\u0001\u0000\u0000�\u0001\u0000\u0000E\u0002\u0000\u0000�\u0002\u0000\u0000\u0017\u0003\u0000\u0000\u001b\u0004\u0000\u0000b\u0004\u0000\u0000�\u0004\u0000\u0000\u0004\u0005\u0000\u0000~\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000`\u0000��u\u0000\u0000\u0000,���Q�\u0000\u0000s���4�\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000K�\u0000\u0000H�\u0000\u0000��\b\u0000#�\u0000\u0000(�\b\u0000��\u0000\u0000��\u0000\u0000\n�\u0000\u0000��\b\u0000_�\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000�\u0000\u0000\u0000w\u0001\u0000\u0000\u001a\u0002\u0000\u0000�\u0002\u0000\u0000\u0005\u0003\u0000\u0000�\u0003\u0000\u0000{\u0004\u0000\u0000�\u0004\u0000\u0000\f\u0005\u0000\u0000�\u0004\u0000\u0000+\u0004\u0000\u0000t\u0003\u0000\u0000�\u0001\u0000\u0000c\u0000\u0000\u0000�\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000?�\u0000\u0000\u0005�\u0000\u0000;�\u0000\u0000F�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����d�\u0000\u0000o�\u0000\u0000��\u0000\u0000��\b\u0000Y�\u0000\u0000>�\b\u0000c�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000��{\u0001\u0000\u0000i\u0002\u0000\u0000�\u0002��K\u0003\u0000\u0000J\u0004\u0000\u0000�\u0004���\u0004\u0000\u0000O\u0005\u0000\u0000�\u0004\u0000\u0000\u000f\u0004\u0000\u0000\u001f\u0003\u0000\u0000>\u0001\u0000\u0000>\u0000\u0000\u0000e\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000L�\u0000\u0000\u001f�\b\u0000��\b\u0000F�\b\u0000��\u0000\u00009�\u0000\u0000\u000e�\u0000\u0000m�\u0000\u0000��\u0000\u0000\u0010�\u0000\u0000��\u0000\u0000]�\u0000\u0000Z�\b\u0000_�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003��Y\u0004���\u0004\u0000\u0000\u0006\u0005\u0000\u0000H\u0005\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000@\u0000\u0000\u0000%\u0000\u0000\u0000\"�\u0000\u0000h�\u0000\u0000|�\u0000\u0000g�\u0000\u0000G�\u0000\u0000��\u0000\u0000����h�\u0000\u0000����A�\u0000\u0000\u0018�\u0000\u0000f�\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000f�\u0000\u0000{�\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000D\u0000\u0000\u0000#\u0001\u0000\u0000�\u0001���\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000o\u0004���\u0004��\u0014\u0005\u0000\u00000\u0005\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000.\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000D�\u0000\u0000d�\u0000\u0000p�\u0000\u0000Q�\u0000\u0000��\u0000\u0000��\u0000\u0000v�����\u0000\u0000I�\u0000\u0000\r�\u0000\u0000W�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000B�\u0000\u0000\\�\u0000\u0000��\u0000\u0000!���@\u0000\u0000\u0000.\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\b\u0000\u0006\u0003\u0000\u0000�\u0003\u0000\u0000n\u0004\u0000\u0000�\u0004\u0000\u0000-\u0005\u0000\u0000T\u0005\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000\u0003\u0001\u0000\u0000/\u0000\u0000\u0000��\u0000\u0000\u000b�\u0000\u0000G�\u0000\u0000v�\u0000\u0000��\u0000\u0000`�\u0000\u0000��\u0000\u0000��\u0000\u0000V�\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000?�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000M�\u0000\u0000P�\u0000\u0000x�\b\u0000��\u0000\u0000��\u0000\u0000�\u0000���\u0001��h\u0002\u0000\u0000�\u0002\u0000\u0000w\u0003\u0000\u0000a\u0004\b\u0000�\u0004\u0000\u0000J\u0005\u0000\u0000u\u0005\u0000\u0000�\u0004\u0000\u0000K\u0004\u0000\u0000E\u0003\u0000\u0000�\u0001\u0000\u0000\"\u0000\u0000\u0000��\b\u00001�\u0000\u00001�\u0000\u0000��\u0000\u0000��\u0000\u0000E�\u0000\u0000B�\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000��\b\u0000\f�\u0000\u0000��\b\u0000[�\u0000\u0000e�\u0000\u0000��\u0000\u0000��\u0000\u0000f�\u0000\u0000i�\u0000\u0000{�\u0000\u0000��\u0000\u0000n�\u0000\u0000�\u0000\u0000\u0000X\u0001\u0000\u0000\u0016\u0002\u0000\u0000�\u0002\u0000\u00003\u0003\u0000\u0000\u001a\u0004\u0000\u0000�\u0004\u0000\u0000P\u0005\u0000\u0000�\u0005\u0000\u0000|\u0005���\u0004\u0000\u0000�\u0003\b\u0000i\u0002\b\u0000|\u0000\b\u0000��\b\u0000\\�\u0000\u0000=�����\u0000\u0000��\u0000\u0000\b�\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000t�\u0000\u0000a�\u0000\u0000��\u0000\u0000m�\u0000\u0000B�\u0000\u0000e�����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000<�\u0000\u0000&\u0000\u0000\u0000 \u0001\u0000\u0000�\u0001\u0000\u00004\u0002\b\u0000�\u0002\b\u0000�\u0003\u0000\u0000�\u0004\b\u0000�\u0005\u0000\u0000\n\u0006\u0000\u0000\f\u0006\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000J\u0003���\u0001\u0000\u0000����#�\u0000\u0000{�����\u0000\u0000k�\u0000\u0000V�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000n�\u0000\u0000��\u0000\u0000\"�\u0000\u0000b�\u0000\u0000n�\u0000\u0000��\u0000\u0000j�\u0000\u0000u�\u0000\u0000��\u0000\u0000`�\u0000\u0000,�\u0000\u0000����\u000b\u0001\u0000\u0000�\u0001\u0000\u0000`\u0003\u0000\u0000�\u0005\u0000\u0000B\u0005\u0000\u0000G\u0005\u0000\u00007\u0005\u0000\u0000\u0011\u0005\u0000\u0000>\u0006\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000\u0003\u0003\u0000\u0000J\u0000\u0000\u00008�\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00001�\u0000\u0000\u0015�\u0000\u0000d�\u0000\u0000��\u0000\u0000\\�\u0000\u0000g�\u0000\u0000��\u0000\u0000 �\u0000\u0000r\u0002\u0000\u0000^\u0000\u0000\u0000^�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0002\b\u0000\u0014\u0003\b\u0000�\u0003\u0000\u0000�\u0004��\u0013\u0005\u0000\u00009\u0006��*\b\u0000\u0000]\b\u0000\u0000\u0015\b\u0000\u0000�\u0006\u0000\u0000O\u0003\u0000\u0000�\u0000\u0000\u0000\t���_���y�����\u0000\u0000����\n�\u0000\u0000;�\u0000\u0000\u001f�\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000>�\u0000\u0000D�\u0000\u0000��\u0000\u0000\u0000\u0001\u0000\u0000\\\u0001\u0000\u0000j\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000y�\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000X�\u0000\u0000C\u0000\u0000\u0000K\u0001\u0000\u0000�\u0002\u0000\u0000�\u0004\u0000\u00006\u0006\u0000\u0000\u0005\b\u0000\u0000�\b\u0000\u0000\u0010\t\u0000\u0000W\b\u0000\u0000\u000e\u0007\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000b\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000��\u0000\u0000\n�\u0000\u0000/�\u0000\u0000��\u0000\u00000�\u0000\u0000k�\b\u0000��\u0000\u0000����\u0015\u0001\u0000\u0000$\u0002\u0000\u0000\t\u0004���\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000b�\u0000\u0000M�����\u0000\u0000�\u0001\u0000\u0000(\u0000\u0000\u0000J\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0005\u0000\u0000�\u0007\u0000\u0000�\t\u0000\u0000�\n\b\u0000>\t\u0000\u0000�\u0007\u0000\u0000�\u0007\b\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000������\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000f�\u0000\u0000\u0016�\u0000\u0000(���T�������\b�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000q\u0001\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000\n�����\u0000\u0000�\u0001���\u0001\u0000\u0000*�\u0000\u0000>�\u0000\u0000�\u0000\u0000\u0000/\u0003\u0000\u0000W\b\b\u0000�\t\u0000\u0000�\b\u0000\u0000\u0007\t���\u0007���\u0007\u0000\u0000�\t���\u0007\u0000\u0000�\u0005\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000V�\u0000\u0000��\u0000\u0000x�\u0000\u0000o�\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000\r�\b\u0000\u0017�\u0000\u0000\f\u0001\u0000\u0000l\u0004\u0000\u0000�\u0003\b\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000i\u0001\u0000\u0000�\u0000\u0000\u0000\u001e�\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000��\b\u0000 \u0003\u0000\u0000�\u0005\u0000\u0000J\b\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000�\t\u0000\u0000�\n\u0000\u0000f\u000b���\b\u0000\u0000.\u0005\u0000\u0000N\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000#�\u0000\u0000A�\u0000\u0000)�\u0000\u0000��\u0000\u0000��\u0000\u0000O�\u0000\u0000I�\u0000\u0000��\u0000\u0000�\u0000���\u0003\u0000\u0000�\u0002\u0000\u0000�\u0001\b\u0000�\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000\u000f�\u0000\u0000p�\u0000\u0000(�\u0000\u0000��\u0000\u0000\b\u0001\u0000\u0000�\u0003\b\u0000�\u0003\u0000\u0000.\u0006\b\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000'\n\u0000\u0000D\n\u0000\u0000�\t��\u0016\n\u0000\u0000P\u0007\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000\u0013�\u0000\u0000f�\u0000\u0000_���=�\u0000\u0000��\u0000\u0000R�\u0000\u0000\u0010�\u0000\u0000w�\u0000\u0000\u0012�\u0000\u00007�\u0000\u0000Q�\u0000\u00009�\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000\f\u0000\u0000\u0000�\u0001\u0000\u0000x\u0000���\u0000\u0000\u0000R\u0002\u0000\u0000��\u0000\u0000F�\u0000\u0000��\u0000\u0000[�\u0000\u00009\u0001\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000A\u0004��y\u0006\u0000\u0000�\u0006\u0000\u0000�\t\u0000\u0000�\t\u0000\u00008\b\u0000\u0000�\b\u0000\u0000M\u0007\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000w�\u0000\u0000V�\u0000\u0000��\u0000\u0000_�\u0000\u0000\f�\u0000\u0000\u0001�\u0000\u0000 �\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000\r�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000U\u0001���\u0001\u0000\u0000�\u0001\u0000\u00001�����\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000b\u0002\u0000\u00007\u0004\u0000\u0000�\u0002��\u0004\u0004\u0000\u0000�\u0007\u0000\u0000N\u0007\u0000\u0000%\b\u0000\u0000�\b\u0000\u0000�\u0006\u0000\u0000�\u0007\u0000\u0000�\t\u0000\u0000�\u0006\b\u0000�\u0005\b\u0000�\u0003\b\u0000�\u0000\u0000\u0000j\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000b�\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000'�\b\u0000��\u0000\u0000>�\u0000\u0000O���9���\r���p\u0000\u0000\u0000\u001f\u0001���\u0002���\u0002���\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002���\u0002\u0000\u0000�\u0002\u0000\u0000@\u0003��w\u0002\u0000\u0000T\u0003���\u0004���\u0004\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000E\u0005\u0000\u0000�\u0006\u0000\u0000\u001b\b\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000t\u0005\u0000\u0000�\u0004\u0000\u00004\u0004\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000i�\u0000\u00007�\u0000\u0000��\b\u0000\"�\u0000\u0000����)�\u0000\u0000U�\u0000\u0000��\u0000\u0000.�\u0000\u0000Z�\b\u0000\u0019�\u0000\u0000��\u0000\u00000�\u0000\u0000W����\u0000\u0000\u0000�\u0002\u0000\u0000\u0005\u0004���\u0004��%\u0004��8\u0004\u0000\u0000P\u0004���\u0003\u0000\u0000�\u0003\u0000\u0000�\u0002\b\u0000�\u0001\u0000\u0000d\u0002\u0000\u0000;\u0002\u0000\u0000\u0005\u0002\u0000\u0000\u001a\u0003\u0000\u0000f\u0003\u0000\u0000F\u0004\u0000\u0000y\u0006���\u0006��R\u0007\u0000\u0000)\b\u0000\u0000\u0014\u0007\u0000\u0000k\u0006\u0000\u0000\u000f\u0006\u0000\u0000�\u0004��B\u0003\u0000\u0000i\u0001\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000*�\u0000\u0000G�\u0000\u0000��\u0000\u0000����l�����\u0000\u0000��\u0000\u00001�����\u0000\u0000\b�\u0000\u0000=\u0000\u0000\u0000\u0013\u0002\u0000\u0000+\u0003\u0000\u0000f\u0003\u0000\u0000�\u0003\u0000\u0000\u001c\u0004\u0000\u0000�\u0003\u0000\u0000/\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000(\u0002��\u0000\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000l\u0003\u0000\u0000M\u0004\u0000\u0000�\u0004\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000\u0006\u0007\u0000\u0000�\u0006\u0000\u0000b\u0006\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000S\u0004\u0000\u0000�\u0002\u0000\u0000h\u0001\u0000\u0000y\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000D�����\u0000\u0000\u0017�\u0000\u0000����p�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000w�\b\u0000E�\b\u0000�\u0000\b\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000*\u0004\u0000\u0000�\u0004\u0000\u0000.\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u001d\u0003\u0000\u0000@\u0003\u0000\u0000\"\u0003\u0000\u0000k\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000{\u0004\u0000\u0000�\u0004��\\\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000C\u0004\u0000\u0000i\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000��\u001a\u0000��\u0006���~�\u0000\u0000t�\u0000\u0000L���\u0015�\u0000\u0000P�\u0000\u0000�\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000\u0002�\u0000\u0000\u000e�\u0000\u0000������\u0000\u0000\u0002�\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000u�\u0000\u0000:�\u0000\u0000j\u0000\u0000\u0000v\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000[\u0003���\u0002\u0000\u0000O\u0002\u0000\u0000\u001d\u0002���\u0001���\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000w\u0002\u0000\u0000R\u0003\u0000\u0000F\u0003\u0000\u0000�\u0003\u0000\u0000_\u0004\u0000\u0000\t\u0005\u0000\u0000�\u0005��\"\u0005��E\u0005\u0000\u0000i\u0005\u0000\u0000�\u0004\u0000\u0000^\u0004\u0000\u0000\u000f\u0003\u0000\u0000o\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000����w�������+�\u0000\u0000q�\b\u0000��\u0000\u0000��\u0000\u0000\u001a�\u0000\u00004�\u0000\u0000@�\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000-�\u0000\u0000_�\u0000\u0000��\u0000\u0000��\u0000\u0000C�\u0000\u0000����\u0007�\u0000\u0000��\u0000\u0000*�����\u0000\u0000*�\u0000\u0000��\u0000\u00004\u0000\u0000\u0000R\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000\u0010\u0002\u0000\u0000X\u0002\u0000\u0000\u001f\u0003\u0000\u0000r\u0003\u0000\u0000K\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000;\u0005\u0000\u0000\u0013\u0005\b\u0000e\u0004\u0000\u0000T\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000;\u0003\b\u00005\u0002\u0000\u0000\u0010\u0002\u0000\u0000�\u0001\u0000\u0000I\u0001\u0000\u0000�\u0000\u0000\u0000f\u0000\u0000\u0000#\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u00003�\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000c�\u0000\u0000'�\u0000\u0000A�\u0000\u0000\u0013�\u0000\u0000��\u0000\u0000����l�����\u0000\u0000H�\u0000\u0000!�\u0000\u0000\u0015�\u0000\u0000_�\u0000\u0000����:�\u0000\u0000��\u0000\u00002�����\u0000\u0000r\u0000\b\u0000\u0007\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000O\u0002\b\u0000\b\u0003\b\u0000\u0017\u0003\u0000\u0000L\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u0002\u0004\u0000\u0000�\u0003\u0000\u0000\r\u0004\u0000\u00001\u0004\u0000\u0000\u0010\u0004\u0000\u0000T\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u001f\u0003\u0000\u0000&\u0003��[\u0002\u0000\u0000�\u0002\u0000\u0000_\u0001\u0000\u0000 \u0001\b\u0000\b\u0001\b\u0000��\u0000\u0000i�\u0000\u0000\f�\u0000\u0000\u0003�\u0000\u0000\u0002�\u0000\u0000��\u0000\u0000a�\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000I�\u0000\u0000$�\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000>�\u0000\u0000o�\u0000\u0000\u0011�\u0000\u00007�\u0000\u0000\u0007�\b\u0000\u0019�\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000-\u0000\u0000\u0000\u000b\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001���\u0002\u0000\u00000\u0002\u0000\u0000\u0007\u0003\u0000\u0000�\u0002\b\u0000�\u0002\u0000\u0000T\u0003\u0000\u0000�\u0002\u0000\u0000B\u0003\u0000\u0000\u0019\u0003\u0000\u0000�\u0002\b\u0000\u0006\u0003\u0000\u0000�\u0002���\u0002\u0000\u00004\u0002\u0000\u0000\u0004\u0002\b\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u001f\u0001\u0000\u0000�\u0000\u0000\u0000\u0004\u0001\u0000\u0000{\u0000��G\u0000\u0000\u0000��\u0000\u0000]�\u0000\u0000��\u0000\u0000~�\u0000\u0000u�\u0000\u0000\u0001�\u0000\u0000X�\u0000\u0000}�\u0000\u0000,�\u0000\u0000(�\u0000\u0000p�\u0000\u0000��\u0000\u00005�\u0000\u0000��\u0000\u0000����\f�\u0000\u0000/�\u0000\u0000H�\u0000\u0000\n�����\u0000\u0000H�\u0000\u0000����\u000f�\u0000\u0000��\u0000\u0000M�\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000s\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000W\u0001\u0000\u0000\u001a\u0001\u0000\u0000\u0015\u0001\u0000\u0000;\u0001\u0000\u00000\u0001\u0000\u0000.\u0001��\u000b\u0001\u0000\u0000�\u0000\u0000\u0000\b\u0001\u0000\u0000\r\u0001\u0000\u0000!\u0001\u0000\u0000\u0002\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000f\u0000\u0000\u0000�\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000z\u0000\u0000\u00008\u0000\u0000\u0000.\u0001\u0000\u0000e\u0000\u0000\u0000\u0006\u0001���\u0000\u0000\u0000z\u0000\u0000\u0000\"\u0001\u0000\u0000\u0000\u0000\u0000\u000f\u0001\u0000\u0000B\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\b\u0000O�\u0000\u0000�\u0001\u0000\u0000\u0010�\u0000\u0000i�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000B�\u0000\u0000r�\u0000\u0000O�\u0000\u0000��\b\u0000>�\u0000\u0000��\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000Q�\u0000\u0000��\u0000\u0000-�\u0000\u0000\b�\u0000\u0000'�\u0000\u0000j�\u0000\u0000%�\u0000\u0000.\u0000����\u0000\u0000/\u0000\b\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000)\u0000\u0000\u0000j\u0000\u0000\u0000\u001c\u0001\u0000\u0000�\u0000\u0000\u0000\u001f\u0001\u0000\u0000�\u0000\u0000\u0000\u0001\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000���\u0001\u0000\u0000�\u0001\u0000\u0000#\u0002\u0000\u0000-\u0002���\u0001��\u0015\u0002���\u0001��?\u0002\u0000\u0000�\u0001\u0000\u0000*\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u0005\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000���\u0000\u0000\u0000y\u0000\u0000\u0000�\u0000\u0000\u0000\u001a�\u0000\u0000��\u0000\u00005\u0000\u0000\u0000\u0012���\n�\u0000\u0000X�\u0000\u0000��\u0000\u0000b�\u0000\u0000.�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000W�\u0000\u0000b�\u0000\u0000V�\u0000\u0000��\b\u0000o�\u0000\u0000r�����\u0000\u0000��\u0000\u0000l�\u0000\u0000��\u0000\u0000\u000f\u0000\u0000\u0000��\b\u0000?\u0000\u0000\u0000E\u0001\u0000\u0000J\u0000\u0000\u0000�\u0001\b\u0000\u0017\u0002\u0000\u0000�\u0000\u0000\u0000L\u0002\u0000\u0000�\u0002\u0000\u0000\u0018\u0001\u0000\u0000�\u0002���\u0002\u0000\u0000U\u0001���\u0002\u0000\u0000\u001d\u0002\u0000\u0000\u0015\u0002\u0000\u0000Q\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000<\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000p\u0000\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000R\u0000\u0000\u0000����Y�\u0000\u0000\u0014\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000V�\u0000\u0000b�\u0000\u0000����4���!�\u0000\u0000D�\u0000\u0000\u0016�\u0000\u0000/�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000>\u0001\u0000\u0000\u000b\u0001\u0000\u0000S\u0000\u0000\u0000�\u0001\u0000\u0000 \u0002\u0000\u0000�\u0000\u0000\u0000\u0016\u0001\u0000\u0000�\u0002\u0000\u0000\u0006\u0001\u0000\u0000E\u0001\u0000\u0000\u000b\u0003\u0000\u0000�\u0000\u0000\u0000l\u0001\u0000\u0000q\u0003\u0000\u0000�\u0000\u0000\u0000S\u0001\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u00001\u0003\u0000\u0000}\u0000\u0000\u0000�\u0001\u0000\u0000A\u0003\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000C\u0000\u0000\u0000\u001d\u0003\u0000\u0000Q�\u0000\u0000?\u0000\u0000\u0000�\u0001\u0000\u0000>�\u0000\u0000��\u0000\u0000\u0012\u0000��q�\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000�\u0000\u0000>�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(�\b\u00007�\b\u0000��\u0000\u0000j�\u0000\u0000��\u0000\u0000��������j�\u0000\u0000�\u0000\u0000\u0000w�\u0000\u0000�\u0000\u0000\u0000B\u0002\u0000\u0000�\u0000\u0000\u0000.\u0002\b\u0000�\u0002\u0000\u0000\u0017\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\b\u0000k\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000\u001c\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u000b\u0002\u0000\u0000\f\u0002\u0000\u0000�\u0002\b\u0000H\u0002\b\u0000�\u0002\u0000\u0000Z\u0001\b\u0000'\u0002\b\u0000\u0005\u0002\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000\r\u0000\u0000\u0000�\u0001\u0000\u0000\\�\u0000\u0000��\u0000\u0000i\u0000\u0000\u0000����9�\u0000\u0000��\u0000\u0000T�\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000\u0012�\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001d�\u0000\u0000������\u0000\u0000T�\u0000\u0000g�\u0000\u0000F�\u0000\u0000��\u0000\u0000M\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0002\u0000\u0000U\u0002\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000)\u0002\u0000\u00002\u0002\u0000\u0000k\u0002\u0000\u0000S\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u001f\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000i\u0002\u0000\u0000}\u0002\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000$\u0003\u0000\u0000P\u0002\u0000\u0000�\u0002\u0000\u0000l\u0003\b\u0000�\u0002\u0000\u0000\u0004\u0002\u0000\u0000\b\u0003\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000&\u0000\u0000\u0000H\u0001\u0000\u0000��\u0000\u0000$�\b\u0000��\u0000\u0000��\u0000\u0000W�\u0000\u0000��\u0000\u0000R�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b�\u0000\u0000Q���:�\u0000\u00007�\u0000\u0000��\u0000\u0000k\u0001\u0000\u0000�\u0001\u0000\u00007\u0001\u0000\u0000�\u0003\u0000\u0000<\u0003\u0000\u0000x\u0002\u0000\u0000:\u0004\u0000\u0000\u0019\u0003\u0000\u0000\u001e\u0002\b\u0000�\u0002\u0000\u0000=\u0001\u0000\u0000n\u0000\u0000\u0000)\u0001\u0000\u0000�\u0000\u0000\u0000\f\u0000\u0000\u0000f\u0001\u0000\u0000\u0014\u0002\u0000\u0000K\u0001\u0000\u0000q\u0002\u0000\u0000\u0005\u0004\u0000\u0000D\u0003\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000_\u0004\u0000\u0000q\u0004\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000+\u0002\u0000\u0000\u0002\u0002\u0000\u0000r�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000o�\u0000\u0000%�\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000\"�\u0000\u0000��\u0000\u0000��\u0000\u0000����t�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\n\u0004\u0000\u0000!\u0003\u0000\u0000�\u0003\u0000\u0000j\u0006\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0005\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000B�\u0000\u0000q\u0000����������_\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000|\u0004\u0000\u0000\u0015\u0005\u0000\u0000�\u0005\u0000\u0000^\u0007\u0000\u0000\u001e\u0007\u0000\u0000�\u0006\u0000\u0000\u001d\b\u0000\u0000�\u0006\u0000\u0000�\u0003\u0000\u0000T\u0004\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000!�\u0000\u0000��\u0000\u0000��\u0000\u00004�\u0000\u0000`�\u0000\u0000\u0002�\u0000\u0000\u0003�\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000K�\u0000\u0000f�\u0000\u0000\f�\u0000\u0000-�\u0000\u0000s�\u0000\u0000��\u0000\u0000p\u0003\u0000\u0000�\u0003\u0000\u0000\u0012\u0003\u0000\u0000\u0005\b\b\u0000�\b\b\u0000\u000e\u0007\b\u0000\u001f\b\b\u0000�\u0006\b\u0000�\u0005\u0000\u0000?\u0005���\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000^�\u0000\u0000E�\u0000\u0000\u0016\u0002\u0000\u00002\u0003\u0000\u0000�\u0004\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000I\t\b\u0000O\n\u0000\u0000�\b\u0000\u0000�\b\u0000\u0000�\u0007\u0000\u0000j\u0005\u0000\u0000�\u0002\u0000\u0000i\u0000\u0000\u0000����%�\u0000\u0000o�\u0000\u0000��\u0000\u0000\f�\u0000\u0000\u0018�\u0000\u00006�\u0000\u0000��\u0000\u0000~�\u0000\u0000��\b\u0000��\u0000\u0000(�\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000�\u0003\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000S\r\u0000\u0000B\u000b\u0000\u0000+\b\u0000\u0000�\t\u0000\u0000�\u0007\u0000\u0000�\u0003\u0000\u0000N\u0002\u0000\u00003�\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000`�\u0000\u00000�\u0000\u0000\u0017\u0000\u0000\u0000V\u0004\u0000\u0000�\u0006\u0000\u0000�\u0007\u0000\u0000\"\n\u0000\u0000l\f\u0000\u0000{\f\u0000\u0000C\n\u0000\u0000�\t\u0000\u0000\u001f\t\u0000\u0000\t\u0005��D\u0000\u0000\u0000)�\u0000\u0000��\u0000\u0000z�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0012�\u0000\u00004�\u0000\u0000C�\u0000\u0000\u0017�\b\u0000��\u0000\u0000v�\u0000\u0000<�\u0000\u0000�\u0002\u0000\u0000:\u0006���\u0007\u0000\u0000^\t\u0000\u00003\u000f\u0000\u0000�\r\u0000\u0000�\b\u0000\u0000�\u000b\u0000\u0000\u001c\u000b\u0000\u0000�\u0003\u0000\u0000=\u0001\u0000\u0000i\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000$�����\u0000\u0000�\u0004\u0000\u0000�\u0006\u0000\u0000�\u0007\u0000\u00003\r\u0000\u0000h\u0010\u0000\u0000�\r\u0000\u0000�\f\u0000\u0000�\r\u0000\u0000�\u000b\u0000\u0000�\u0005\u0000\u0000:\u0003\u0000\u0000/�\u0000\u0000��\u0000\u0000\u001f�\b\u0000s�\u0000\u0000��\u0000\u0000J�\u0000\u0000��\u0000\u0000����\\�\u0000\u0000��\u0000\u00002�\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0005\u0000\u0000?\u0006\b\u0000)\u000b\u0000\u0000\u0012\u0012\u0000\u0000m\r\u0000\u0000Z\t\u0000\u0000 \u000e\u0000\u0000g\u000b\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000+�\u0000\u0000Z�\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u00000�\u0000\u0000]�\u0000\u00004�\u0000\u0000�\u0003\u0000\u0000�\u0006\u0000\u0000R\t\u0000\u0000h\u000e\u0000\u0000\u000b\u0011\u0000\u0000�\u000e\u0000\u0000�\u000e\u0000\u00001\u0010\u0000\u00003\u000b\u0000\u0000_\u0007\u0000\u0000�\u0003����\u0000\u0000��\u0000\u0000��������*�����\u0000\u0000\u0015���\u001d�\u0000\u0000G�����\u0000\u0000(�\u0000\u0000�\u0000\u0000\u0000�\u0003\u0000\u0000�\u0006\u0000\u0000�\t\u0000\u0000=\u000f\u0000\u0000q\u000e\u0000\u00006\t\u0000\u0000�\u000b\u0000\u0000x\f\u0000\u0000|\u0004\u0000\u0000m�\u0000\u0000f\u0000\u0000\u0000O�\u0000\u0000-�\b\u0000��\u0000\u0000\u0000�\u0000\u0000\u0015�\u0000\u0000\u000b�\u0000\u0000\u000e�\u0000\u0000u\u0002\b\u0000�\u0003\u0000\u0000�\u0006\u0000\u0000b\u000e\u0000\u0000�\u000f\u0000\u0000c\r\b\u0000�\u000e\b\u00003\u0011\b\u0000�\f\u0000\u00007\u0006\u0000\u00002\u0007\u0000\u0000�\u0000\u0000\u0000]�\u0000\u0000��\u0000\u0000-�\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000\u0016�\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000;\u0002\u0000\u0000\u000b\u0004\u0000\u0000<\u0004���\n���\u000e��p\r\u0000\u0000\u0015\n\u0000\u0000.\n\u0000\u0000c\r\b\u0000I\u0005\u0000\u0000A�\u0000\u0000v\u0000\b\u0000��\u0000\u0000����e�\u0000\u0000/�\u0000\u00005�\u0000\u0000����n�\u0000\u0000\u001a\u0003\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000V\f\u0000\u0000\n\u0011\u0000\u0000H\u000b\u0000\u0000\t\u000b\u0000\u0000�\u0010\u0000\u0000\u0019\r\u0000\u0000n\u0004\u0000\u0000<\u0005\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000k�\u0000\u00002�\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000�\u0003\u0000\u0000\u0002\u0007\u0000\u0000�\u0001\u0000\u0000\b\n\u0000\u0000p\u0010\u0000\u0000,\f\u0000\u0000\u0018\b\u0000\u0000 \n\u0000\u0000\u0011\f\u0000\u0000 \u0004\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000!�\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000/�\u0000\u0000\u0003�\u0000\u0000p�\u0000\u0000\u000f\u0004\u0000\u0000�\u0000\u0000\u00003\u0003\u0000\u0000:\u000b\u0000\u0000�\r\u0000\u0000�\t\u0000\u0000V\t\u0000\u0000�\r\u0000\u0000\u0016\t\u0000\u0000�\u0002\u0000\u00003\u0005\u0000\u0000��\u0000\u0000U�\u0000\u0000��\u0000\u0000q�\u0000\u0000����~�\u0000\u0000V�\u0000\u0000-�\u0000\u0000 �\u0000\u0000��\u0000\u0000\u0015\u0001\u0000\u0000i\u0003\u0000\u0000%�\u0000\u0000�\u0005\u0000\u0000\n\r��\u001b\u000b\u0000\u0000�\u0004\u0000\u0000�\u0007\u0000\u0000�\f\u0000\u0000/\u0005\u0000\u0000��\u0000\u0000<\u0004\u0000\u0000�\u0001\u0000\u0000\u001f�\u0000\u0000��\b\u0000��\u0000\u0000u�\u0000\u0000��\u0000\u0000}�\u0000\u0000�\u0001\u0000\u0000\u001c\u0000\u0000\u0000(\u0001\u0000\u0000�\b\u0000\u0000A\t\u0000\u0000�\u0004\u0000\u0000L\b\u0000\u0000�\n\u0000\u0000=\u0003\u0000\u0000|\u0002\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000N�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000\u0002�\u0000\u0000��\u0000\u0000��\u0000\u0000U�\u0000\u0000�\u0004\u0000\u0000Q�\u0000\u0000��\u0000\u0000\u0004\t\u0000\u0000�\u0006\u0000\u0000T\u0003\u0000\u0000l\u0005\u0000\u00003\u0007\u0000\u0000�\u0005\u0000\u0000\u0018\u0001\u0000\u0000�\u0002\u0000\u0000�\u0005\u0000\u0000=�\u0000\u0000����8\u0002\u0000\u0000>�\u0000\u0000��\u0000\u0000\n\u0002\u0000\u0000�\u0004\u0000\u0000H\u0000\u0000\u0000�\u0002\u0000\u0000�\u0007\u0000\u0000\u0006\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000p\u0006\u0000\u0000;\u0003\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000k�\u0000\u0000`�\u0000\u0000��\u0000\u0000��\u0000\u0000k�\u0000\u0000e�\u0000\u0000\u0005\u0000\u0000\u0000A�\u0000\u0000>�\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000L�\u0000\u0000\u0007\u0005\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000G\u0002\u0000\u0000�\u0004\u0000\u0000\u0012\u0002\u0000\u0000��\u0000\u0000�\u0000\u0000\u00004\u0004\u0000\u0000��\u0000\u0000��\u0000\u00000\u0003\u0000\u0000<\u0001\u0000\u0000\u000e�\u0000\u0000�\u0004\u0000\u00006\u0006\u0000\u0000�\u0002\u0000\u0000\u0012\u0006\u0000\u0000�\b\u0000\u00002\u0006\u0000\u0000S\u0006\u0000\u0000\u0007\b\u0000\u0000N\u0006\u0000\u0000W\u0003\u0000\u0000�\u0002\u0000\u00000\u0001\u0000\u0000\u0016�\u0000\u0000;�\u0000\u0000u�\u0000\u0000��\u0000\u0000n���V�\u0000\u0000��\u0000\u0000?�\u0000\u0000��\u0000\u0000 �\u0000\u0000\u0001\u0000\u0000\u0000�\u0000\u0000H\u0000\u0000\u0000k\u0003\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000?\u0001\u0000\u0000��\u0000\u0000@�\u0000\u0000~\u0001\u0000\u0000h�\u0000\u0000J�\u0000\u0000\u0014\u0002\u0000\u0000W�\u0000\u0000\\\u0000\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000k\u0004\u0000\u0000�\b\u0000\u0000T\u0007��:\u0007\u0000\u0000\u0015\n\u0000\u00003\u0007\u0000\u0000�\u0005\u0000\u0000\u0012\u0007\u0000\u0000�\u0003\u0000\u0000\u0007\u0001\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000J�\u0000\u0000��\u0000\u0000D\u0000\u0000\u0000��\u0000\u0000`\u0000\u0000\u0000�\u0002\u0000\u0000 �\u0000\u00003\u0001\u0000\u0000V\u0001\u0000\u0000��\u0000\u0000\u0019\u0001\u0000\u0000r�\u0000\u0000��\u0000\u0000g\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\t\u0000\u0000\u0000��\u0000\u0000p�\u0000\u0000�\u0003\u0000\u0000$\u0002\u0000\u0000�\u0003\u0000\u0000�\b\u0000\u0000�\u0006\u0000\u0000m\u0007\u0000\u0000�\n\u0000\u0000�\u0007\u0000\u0000!\b\u0000\u0000�\b\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u00005�\u0000\u0000��\u0000\u0000m�\u0000\u0000��\u0000\u0000o�\u0000\u0000<�\u0000\u0000=�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000*\u0001\u0000\u0000_\u0001��&�\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000\u0005�\u0000\u0000\u0013\u0001\u0000\u0000��\u0000\u0000p�\b\u00001�\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000\u0010\u0000\u0000\u0000i\u0002\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000�\u0006\u0000\u0000(\u0004\u0000\u0000�\b\u0000\u0000�\t\u0000\u0000�\u0006\u0000\u0000\u0014\n��%\b��\u0013\u0005\u0000\u0000�\u0004\u0000\u0000�\u0001\u0000\u0000H�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000y�\u0000\u0000����h�\u0000\u0000\u0002�\u0000\u0000��\u0000\u0000\f�\u0000\u0000*�\u0000\u0000�\u0001\u0000\u0000w�\u0000\u0000\u001e�\u0000\u0000#\u0002\u0000\u0000\u0005\u0000\u0000\u0000g�\u0000\u0000\t\u0001\u0000\u00009\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000v�\u0000\u0000W�\u0000\u0000N�\u0000\u0000m\u0001\u0000\u0000��\u0000\u0000&\u0001\u0000\u0000\u000e\u0005\u0000\u0000g\u0003\u0000\u0000�\u0004\u0000\u0000�\b\u0000\u0000t\u0006���\u0006\u0000\u0000&\t\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000A\u0004\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000N�\u0000\u0000��\u0000\u0000�\u0000\u0000S�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000n�\u0000\u00002�\b\u00001\u0000\b\u0000[�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000o�\u0000\u0000 \u0000\u0000\u0000f\u0000\u0000\u0000\u0016\u0000\u0000\u0000��\u0000\u0000����)\u0000\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000G\u0001\u0000\u0000U\u0001\u0000\u0000\u0000\u0000\u0000-\u0004\u0000\u0000{\u0004\u0000\u0000@\u0003\u0000\u0000h\u0007\u0000\u0000\n\u0007\b\u0000s\u0005\u0000\u0000�\b\u0000\u0000\n\u0006\b\u0000�\u0004\u0000\u0000V\u0005\u0000\u0000�\u0001\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000|�\u0000\u0000o�\u0000\u0000&�\u0000\u0000��\u0000\u0000;�\u0000\u0000?\u0000\u0000\u0000|�\u0000\u0000B�\u0000\u0000W\u0000\u0000\u0000\u0013�\u0000\u0000\u0013�\u0000\u0000��\u0000\u0000U\u0000\u0000\u0000+�\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000\u0005\u0000\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u0000r\u0006\u0000\u0000b\u0007\u0000\u0000\b\u0005\u0000\u0000�\u0007\u0000\u00008\u0007\u0000\u0000�\u0004\u0000\u0000f\u0006\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000\f�\u0000\u00007�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00003�\u0000\u0000��\u0000\u0000e�\u0000\u0000��������\u0018�\u0000\u0000Z�\u0000\u0000[�\u0000\u0000��\u0000\u00008�\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000C�\u0000\u0000L�\u0000\u0000\u001f\u0000\b\u0000��\u0000\u0000M�\u0000\u0000e\u0001\u0000\u0000\u0003\u0000\u0000\u0000e\u0002\u0000\u0000\u0010\u0004\u0000\u0000W\u0003\u0000\u0000q\u0005\u0000\u0000�\u0006��*\u0006\u0000\u0000�\u0006\u0000\u0000\b\b\u0000\u0000\u0017\u0006\u0000\u0000M\u0006\b\u0000)\u0005\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000 �\u0000\u0000\b\u0000��V���\u0010�����\u0000\u0000��\u0000\u0000(�\u0000\u0000\u0007�\u0000\u0000e�\u0000\u0000g�\u0000\u0000\u001a�\u0000\u0000^�\u0000\u0000��\u0000\u0000|�\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000B�\u0000\u0000\u001d\u0000\u0000\u0000\u0004�\u0000\u0000(�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u0006\u0001\u0000\u0000o\u0003\u0000\u0000�\u0002\u0000\u0000W\u0004\u0000\u0000�\u0005\u0000\u0000 \u0006\u0000\u0000j\u0006\u0000\u0000P\u0007\u0000\u0000+\u0007\u0000\u0000�\u0005\u0000\u0000p\u0006\u0000\u0000�\u0003\u0000\u0000\\\u0003\b\u0000\u0013\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000!�\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000%�\u0000\u0000\\�\u0000\u0000\u0000�\u0000\u0000Q�\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000[�\u0000\u0000d�\u0000\u0000\u0006�\u0000\u0000����i�\u0000\u0000��\u0000\u0000��\u0000\u0000'�\u0000\u0000��\u0000\u0000\t���0�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000\u001f\u0003\u0000\u0000*\u0003\u0000\u0000|\u0004\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u00005\u0006\u0000\u0000�\u0007\u0000\u0000C\u0006\u0000\u0000&\u0006\u0000\u0000\u0005\u0006\u0000\u0000�\u0003\u0000\u0000q\u0003\u0000\u0000\r�\u0000\u0000l�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000'�\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000\u0016�\u0000\u0000q�\u0000\u0000^�\u0000\u0000\u0013�\u0000\u0000-�\u0000\u0000o�\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000r�\u0000\u0000��\u0000\u0000+�\u0000\u0000�\u0000\u0000\u0000\u000e\u0001\u0000\u0000\u0010\u0002\u0000\u0000S\u0003\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0005\u0000\u00006\u0006\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000b\u0006\u0000\u00002\u0006\u0000\u0000@\u0005\u0000\u0000�\u0003\u0000\u00003\u0003\u0000\u0000��\u0000\u00004�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000R�\u0000\u00007�\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000w�\u0000\u0000��\u0000\u0000��\u0000\u0000\"���x�\u0000\u0000(�\u0000\u0000������\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b\u0001\u0000\u0000u\u0001\u0000\u0000(\u0002\u0000\u0000�\u0003\u0000\u0000U\u0004\u0000\u0000\b\u0005\u0000\u0000D\u0006\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000\u0018\u0007\u0000\u0000�\u0006\u0000\u0000\u000b\u0006\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000N�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000P�\u0000\u00006�\u0000\u0000v�\u0000\u0000\t�\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u0000^�\u0000\u0000��\u0000\u0000��\u0000\u0000k���8�\u0000\u0000?�\u0000\u0000'�\u0000\u0000G�\u0000\u0000\u0019\u0000\u0000\u0000�\u0000\u0000\u0000L\u0001\b\u0000g\u0002\u0000\u0000\u0003\u0000\u0000\\\u0004\u0000\u0000V\u0005\u0000\u00006\u0006\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000n\u0006\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000t\u0003\u0000\u0000�\u0001����\u0000\u0000k�\u0000\u0000\u0019�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000>�\u0000\u0000\u0019�\u0000\u0000G�\u0000\u0000��\u0000\u0000?�\u0000\u0000N�\u0000\u0000?�\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000����/�����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000w�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c\u0000\u0000\u0000�\u0000\u0000\u0000e\u0001\u0000\u0000 \u0002\u0000\u0000\u0007\u0003\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0005�� \u0006\u0000\u0000j\u0006\u0000\u0000~\u0006\u0000\u0000b\u0006\u0000\u0000�\u0005\u0000\u0000B\u0005\u0000\u0000=\u0004\u0000\u0000�\u0002\u0000\u0000x\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000X�\u0000\u0000I�\u0000\u0000=�\u0000\u0000Y�\u0000\u0000��\u0000\u0000��\u0000\u0000}�\u0000\u0000���� �\u0000\u0000��\u0000\u0000��\u0000\u0000A�\u0000\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u0000��\u0000\u0000O�\u0000\u0000������\u0000\u0000��\u0000\u0000\u0017\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000m\u0001\u0000\u0000\u0002\u0002\u0000\u0000�\u0002\u0000\u0000\u001e\u0003\u0000\u0000�\u0003\u0000\u0000~\u0004\u0000\u0000\u000e\u0005\u0000\u0000�\u0005���\u0005\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000_\u0005\u0000\u0000�\u0004\u0000\u0000\u0014\u0004\u0000\u0000+\u0003\u0000\u0000\"\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000?�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000b�\u0000\u0000��\u0000\u0000��\u0000\u0000I�\u0000\u0000��\u0000\u0000S�\u0000\u0000��\u0000\u0000����L�����\u0000\u0000y�\u0000\u0000��\u0000\u0000Z\u0000\u0000\u0000�\u0000\u0000\u0000P\u0001\u0000\u0000�\u0001\u0000\u0000A\u0002\u0000\u0000�\u0002\u0000\u0000\u001d\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u00001\u0004\u0000\u0000r\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000b\u0004\u0000\u0000)\u0004\u0000\u0000�\u0003\u0000\u0000r\u0003\u0000\u0000\u0003\u0003\b\u0000w\u0002\u0000\u0000�\u0001\u0000\u00008\u0001\u0000\u0000n\u0000\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000t�\u0000\u0000��\u0000\u0000T�\u0000\u0000��\u0000\u0000b�����\u0000\u0000��\u0000\u0000��\u0000\u0000m�\u0000\u0000y�\u0000\u0000��\u0000\u0000��\u0000\u0000C�\u0000\u0000��\u0000\u0000N�\u0000\u0000��\u0000\u0000q�\u0000\u0000��\u0000\u0000��\u0000\u0000\t\u0000\u0000\u0000�\u0000\u0000\u0000\t\u0001\u0000\u0000x\u0001\u0000\u0000�\u0001\u0000\u00005\u0002\u0000\u0000~\u0002\u0000\u0000�\u0002\u0000\u0000\u0002\u0003\u0000\u00005\u0003\u0000\u0000U\u0003��l\u0003\u0000\u0000s\u0003\u0000\u0000k\u0003\u0000\u0000V\u0003\b\u00008\u0003\u0000\u0000\u0010\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000F\u0002\b\u0000�\u0001\b\u0000�\u0001\u0000\u0000\u001f\u0001\b\u0000�\u0000\u0000\u0000;\u0000\u0000\u0000��\u0000\u00009�\u0000\u0000��\u0000\u0000/�\u0000\u0000��\u0000\u0000N�\u0000\u0000��\u0000\u0000��\u0000\u0000y�\u0000\u0000e�\u0000\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000E�\u0000\u0000����\u0017�\u0000\u0000��\u0000\u0000��\u0000\u00009�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0017\u0000\u0000\u0000M\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0017\u0001\u0000\u0000J\u0001\u0000\u0000\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u001c\u0002\u0000\u0000K\u0002\u0000\u0000l\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000o\u0002\u0000\u0000A\u0002\u0000\u0000\u0003\u0002\u0000\u0000�\u0001\u0000\u0000n\u0001\u0000\u0000\u0018\u0001\u0000\u0000�\u0000\u0000\u0000^\u0000\u0000\u0000\u0004\u0000\u0000\u0000��\u0000\u0000U�\u0000\u0000\u0005�\u0000\u0000��\u0000\u0000��\u0000\u0000t�\u0000\u0000\\�\u0000\u0000M�\u0000\u0000I�\u0000\u0000I�\u0000\u0000I�\u0000\u0000T�\u0000\u0000]�\u0000\u0000g�\u0000\u0000~�\u0000\u0000{�����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000K�\u0000\u0000.�\u0000\u0000p�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000v\u0000\u0000\u0000�\u0000\u0000\u00007\u0001\u0000\u0000\u001d\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000~\u0001\u0000\u0000B\u0001\u0000\u0000\u0017\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000n\u0000\u0000\u0000W\u0000\u0000\u00000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000h�\u0000\u00000�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000~�\u0000\u0000r�\u0000\u0000_�\u0000\u0000U�\b\u0000Y�\u0000\u00000�\u0000\u0000=�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000\u0001�\u0000\u0000-�\u0000\u0000]�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001b\u0000\u0000\u00006\u0000\u0000\u0000r\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u00001\u0001\u0000\u0000�\u0000\u0000\u0000=\u0001\u0000\u0000\u0012\u0001\u0000\u0000$\u0001\u0000\u0000W\u0001���\u0000\u0000\u0000L\u0001\u0000\u00006\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000u\u0000\u0000\u0000[\u0000\u0000\u0000\r\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000f�\u0000\u00007�\b\u0000$�\u0000\u0000\u0019�\u0000\u0000`�\u0000\u0000>�\u0000\u0000��\u0000\u0000\u001a�\u0000\u0000y�\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\r�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000`�����\u0000\u0000G�\u0000\u0000v�\u0000\u0000=\u0000\u0000\u0000*\u0000\u0000\u0000q\u0000\u0000\u0000�\u0000\u0000\u0000\u0019\u0001\u0000\u0000p\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000|\u0001\u0000\u0000#\u0001\u0000\u0000�\u0001\u0000\u0000;\u0001\u0000\u0000Y\u0001\u0000\u0000<\u0001\u0000\u0000�\u0000\u0000\u0000#\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000j\u0000\u0000\u0000V\u0000\u0000\u0000:\u0000\u0000\u0000��\u0000\u0000+\u0000\u0000\u0000��\u0000\u0000\\�\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000x���q�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\u001f�\u0000\u0000#�\u0000\u0000p�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\b\u0000�\u0000\b\u0000r�\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000[\u0000\u0000\u0000#\u0001��{\u0000\u0000\u0000�\u0000\u0000\u0000\u001d\u0001\u0000\u0000P\u0000\u0000\u0000<\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000L\u0000\u0000\u0000\\\u0000\u0000\u0000�\u0000\u0000\u0000\u0011\u0000\u0000\u0000��\u0000\u0000M\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000s�\u0000\u0000��\b\u0000 �\u0000\u0000A�\u0000\u0000m�\u0000\u0000��\u0000\u00002�\u0000\u0000c�\u0000\u0000��\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000}�\u0000\u0000��\u0000\u0000Z\u0000\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\u001a\u0000\u0000\u0000�\u0000\u0000\u0000'\u0000\u0000\u0000�\u0000\u0000\u0000\u000b\u0001\u0000\u0000v\u0000\u0000\u0000\u0007\u0001\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000D\u0001\u0000\u0000n\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u0005\u0001\u0000\u0000��\u0000\u0000p�\u0000\u0000S\u0001\u0000\u0000x\u0000\u0000\u0000N�\u0000\u0000�\u0000\u0000\u0000��\u0000\u00007�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000*�\u0000\u0000D�\u0000\u0000��\u0000\u0000��\u0000\u0000a�\u0000\u0000o�����\u0000\u0000��\u0000\u0000\"�\u0000\u0000\u0019�\u0000\u0000\u0015�\u0000\u0000|�\u0000\u0000��\u0000\u0000����3�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Z�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000K\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\n\u0000\u0000\u0000�\u0000\u0000\u0000a\u0000\u0000\u0000Q\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000t\u0000\u0000\u0000��\u0000\u0000]�\u0000\u0000�\u0000\u0000\u0000c�\u0000\u0000b�\u0000\u0000K\u0000\u0000\u0000d�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000h�\u0000\u0000��\u0000\u0000B\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000��\u0000\u0000��\u0000\u0000g�\u0000\u0000W\u0000\u0000\u0000��\u0000\u0000*�\u0000\u0000�\u0000\u0000\u0000?\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000Y\u0000\u0000\u0000R\u0000\u0000\u0000��\u0000\u0000\\\u0000\u0000\u0000��\u0000\u0000u\u0000\u0000\u0000�\u0000\u0000\u0000G�\u0000\u0000\u001b\u0000\u0000\u0000h\u0000\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u0000\n\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000h�\u0000\u0000��\u0000\u0000��\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000I�\b\u0000$\u0000\b\u0000}�\b\u0000y�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0016\u0001\u0000\u0000T�\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000h���D\u0001\u0000\u0000l\u0000\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000C�\u0000\u0000`\u0001\u0000\u0000��\u0000\u0000)\u0000\u0000\u0000�\u0000\u0000\u0000z�\u0000\u0000�\u0000\u0000\u0000`\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000.\u0000\u0000\u0000�\u0000\u0000\u0000t�\u0000\u0000W\u0000\u0000\u0000{\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000/\u0000\u0000\u0000s�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000i�\u0000\u0000�����\u0000\u0000\u0000n�\u0000\u0000��\u0000\u0000\u000f\u0000\u0000\u0000R�\b\u0000!\u0000\b\u0000\u0000\u0000\b\u0000W�\u0000\u0000*\u0000\u0000\u0000:\u0000\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000\u0013\u0000��.\u0000��5\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000l\u0000\u0000\u0000<\u0000\u0000\u0000]\u0000\u0000\u0000,\u0000\u0000\u0000D\u0000\u0000\u0000N\u0000\u0000\u0000��\u0000\u0000h\u0000\u0000\u0000\u001b\u0000\u0000\u0000��\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u00009\u0000\u0000\u0000#\u0000\u0000\u0000�\u0000��l\u0000\u0000\u0000��\u0000\u0000\u0012\u0000\u0000\u0000M\u0000\u0000\u0000��\u0000\u0000\u001e\u0000\u0000\u0000\u0018\u0000����\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000f�\u0000\u0000��\u0000\u0000V\u0000\u0000\u0000}�\u0000\u0000D\u0000\u0000\u0000y\u0000\u0000\u0000n�\u0000\u0000X\u0000\u0000\u0000�\u0000\u0000\u0000P�\u0000\u0000��\u0000\u0000D\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000������\u0000\u0000a\u0001\u0000\u0000��\u0000\u0000l\u0000\u0000\u0000�\u0000\u0000\u0000M\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000!\u0000\u0000\u0000!\u0001\u0000\u0000X\u0000\u0000\u0000\u0016\u0001\u0000\u0000n\u0001\u0000\u0000��\u0000\u0000\r\u0001\u0000\u0000k\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u00009\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000s\u0000\u0000\u0000,\u0000\u0000\u0000_\u0000\u0000\u0000)\u0000\u0000\u0000�\u0000\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u000f\u0000\u0000\u0000D\u0000����\u0000\u0000:\u0000\u0000\u0000�\u0000\u0000\u0000u\u0000\u0000\u0000��\u0000\u0000=\u0000\u0000\u00006\u0001\u0000\u0000V\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000z\u0000\u0000\u0000����H\u0001\u0000\u0000�\u0000\u0000\u0000(\u0000\u0000\u0000v\u0000\u0000\u0000n\u0000\u0000\u0000�\u0000\u0000\u0000u\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000G\u0000\u0000\u0000�\u0000\b\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000p\u0000\u0000\u0000�\u0000\b\u0000~�\u0000\u0000x\u0000\u0000\u0000}\u0000\u0000\u0000��\b\u0000s�\u0000\u0000D\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000G�\u0000\u0000�\u0000\u0000\u0000\u0013\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000j\u0000\u0000\u0000��\u0000\u0000��\b\u0000t�\u0000\u0000��\u0000\u0000i\u0000\u0000\u0000b�\u0000\u0000\u0014\u0000\u0000\u0000�\u0000\u0000\u0000d\u0000\u0000\u0000��\u0000\u0000\u001d\u0000\u0000\u0000r\u0000\u0000\u0000$\u0000\u0000\u0000_\u0000\u0000\u0000.\u0000\b\u0000]\u0000\b\u0000a\u0000\u0000\u0000��\u0000\u0000:\u0000\u0000\u0000�\u0000\u0000\u0000\u0004\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000[\u0000\u0000\u0000=\u0000\u0000\u0000�\u0000\u0000\u0000{\u0000\u0000\u0000#�\u0000\u00003\u0000\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000\"\u0000����\u0000\u0000��\u0000\u0000;�\u0000\u00006\u0000\u0000\u0000\u0019\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000k\u0000\u0000\u0000��\u0000\u0000=�\u0000\u0000X\u0000\u0000\u0000A\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000\u001b\u0000��\u0001\u0000\u0000\u0000{�\u0000\u0000��\u0000\u0000E\u0000\u0000\u0000��\u0000\u00003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\f\u0001\u0000\u0000�\u0000\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000%\u0000\u0000\u0000\u0002�\u0000\u0000\u001f\u0000\u0000\u0000G�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000O�\u0000\u0000n�\u0000\u0000�\u0000����\u0000\u00007\u0000\u0000\u0000V�\u0000\u00008�\u0000\u0000�\u0000\u0000\u0000)\u0000\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000}�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000l�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000$\u0000\u0000\u0000��\u0000\u0000*�\u0000\u0000�\u0000\u0000\u0000P\u0000\u0000\u0000v�\u0000\u0000��\u0000\u0000��\u0000\u0000F\u0000����\u0000\u0000������\u0000\u0000��\u0000\u0000%\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000�\u0000\u0000\u0000N\u0000\u0000\u00002�\u0000\u0000 \u0000\u0000\u0000�\u0000\b\u00007\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000�\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000f\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000!\u0000\u0000\u0000��\u0000\u0000v�\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000\u0015�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000w\u0000\u0000\u0000S\u0000\u0000\u0000(�\u0000\u0000\r\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000\u0016\u0000\u0000\u0000\\\u0000\u0000\u0000X�\u0000\u00008\u0000\u0000\u0000\u001f\u0000\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000\u0015\u0000\u0000\u0000N\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000$\u0000\b\u0000��\b\u0000��\u0000\u0000\u000b\u0001\u0000\u0000\\�\u0000\u0000����D\u0001\u0000\u0000w�\u0000\u0000��\u0000\u0000-\u0000\u0000\u0000��\u0000\u0000\u000b\u0000\u0000\u0000\u0007�\u0000\u0000?�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000\u0019\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000D\u0000\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����(\u0000����\u0000\u0000p�\u0000\u0000����8\u0000\u0000\u0000^\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000)\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000y\u0000\u0000\u0000�\u0000\u0000\u0000\u0019\u0000\u0000\u0000u\u0000\u0000\u0000$\u0000\u0000\u00005\u0000\u0000\u0000v\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000<\u0000\u0000\u0000��\u0000\u0000U\u0000\u0000\u0000��\u0000\u0000C\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000%\u0000\u0000\u0000����X\u0000��\u000b\u0000������c\u0000\u0000\u0000��\u0000\u0000G\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000-\u0000\u0000\u0000\u000f\u0000\u0000\u0000��\u0000\u0000\r\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c\u0000\u0000\u0000\n\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000,\u0000\u0000\u0000!\u0000\u0000\u0000E\u0000\u0000\u0000[\u0000\u0000\u00000\u0000\u0000\u00000\u0000\u0000\u0000 \u0000\u0000\u0000��\u0000\u0000+\u0000\u0000\u0000��\u0000\u0000o�\u0000\u0000��\u0000\u0000Y\u0000\u0000\u0000\u001c\u0000\u0000\u0000��\u0000\u0000@\u0000\u0000\u0000z\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0019\u0000\u0000\u0000T\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000S\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000d\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000L\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000R\u0000\u0000\u0000s\u0000\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u00005\u0000\u0000\u0000%\u0000\b\u0000,\u0000\u0000\u0000*\u0000\u0000\u0000@\u0000\u0000\u0000��\u0000\u0000\u001b\u0000\u0000\u0000e\u0000\u0000\u0000����\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000;\u0000\u0000\u0000v\u0000\u0000\u0000\u0017\u0000\u0000\u0000)\u0000\u0000\u0000!\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010\u0000\u0000\u0000\u0002\u0000\u0000\u0000����\u0018\u0000\u0000\u0000\u001b\u0000��\u0006\u0000\u0000\u00000\u0000\u0000\u0000.\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000a\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000!\u0000\u0000\u00001\u0000\u0000\u0000��\u0000\u0000>\u0000\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u0000*\u0000\u0000\u0000&\u0000\u0000\u0000\u0004\u0000\u0000\u0000D\u0000\u0000\u0000����\u000e\u0000\u0000\u00000\u0000\u0000\u0000i�\u0000\u0000\u0007\u0000\u0000\u0000}\u0000\u0000\u0000��\u0000\u0000-\u0000\u0000\u0000\"\u0000\u0000\u0000S�\u0000\u0000\u0019\u0000\u0000\u0000)\u0000\u0000\u0000v�\u0000\u0000\u001e\u0000\u0000\u0000-\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000��\u0010\u0000������\u0014\u0000\u0000\u0000B\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000\n\u0000\u0000\u0000��\b\u0000��\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000\u0014\u0000\u0000\u0000%\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00001\u0000\u0000\u0000��\u0000\u0000-\u0000\u0000\u0000E\u0000\u0000\u0000k�\u0000\u0000��\u0000\u0000$\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00004\u0000\u0000\u0000��\u0000\u0000j�\u0000\u0000�\u0000\u0000\u0000\u0012\u0000\u0000\u0000p�\u0000\u00005\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000[\u0000����\u0000\u0000��\u0000\u0000\u001e\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000}\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0007\u0000\u0000\u0000��\u0000\u00003\u0000\u0000\u0000��\u0000\u0000,�\u0000\u0000��\u0000\u0000T\u0000\u0000\u0000��\u0000\u0000*\u0000\u0000\u0000)\u0000\u0000\u0000��\u0000\u0000b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000$\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000d\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000k\u0000\u0000\u0000��\u0000\u0000\u0007\u0000\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000>\u0000\u0000\u0000k\u0000\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000<\u0000\u0000\u0000Y�\u0000\u0000��\u0000\u0000H\u0000����\u0000\u0000G\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000)\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000k\u0000����\u0000\u0000w�\u0000\u0000?\u0000\u0000\u0000\u001b\u0000\u0000\u0000��\u0000\u0000\t\u0000\u0000\u0000K\u0000\u0000\u0000\u0017\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000G\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000h\u0000\u0000\u0000\u0003\u0000��\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0015\u0000\u0000\u0000��\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000)\u0000\u0000\u0000��\u0000\u00004\u0000\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000O\u0000����\u0000\u0000\u0002\u0000\u0000\u0000a\u0000\u0000\u0000��\u0000\u0000\u001a\u0000\u0000\u0000\u0016\u0000\u0000\u0000��\u0000\u0000t\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000K\u0000����\u0000\u0000=\u0000\u0000\u0000\u0017\u0000\u0000\u0000��\u0000\u0000U\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u000b\u0000\u0000\u0000J\u0000\u0000\u00005\u0000\u0000\u0000}\u0000\u0000\u0000-\u0000\u0000\u0000��\b\u0000��\u0000\u00002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\\\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000l\u0000\u0000\u0000i�\u0000\u0000\u001c\u0000\u0000\u0000q\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u001d\u0000\u0000\u0000-\u0000\u0000\u0000]\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000x�\u0000\u0000S\u0000\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000<\u0000\u0000\u0000]\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000U\u0000\u0000\u0000\u0016\u0000\u0000\u0000��\u0000\u0000B\u0000\u0000\u0000\t\u0000\u0000\u0000��\u0000\u0000x�\u0000\u0000\b\u0000\u0000\u00002\u0000\u0000\u0000��\u0000\u0000\u000b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\r\u0000\u0000\u0000��\u0000\u0000F\u0000\u0000\u00003\u0000\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000K\u0000\u0000\u00006\u0000����\u0000\u0000B\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000P\u0000\u0000\u0000<\u0000\u0000\u0000����U�\u0000\u0000;\u0000\u0000\u0000����V\u0000\u0000\u0000��\u0000\u0000k�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000h�\u0000\u0000^\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000&\u0000\u0000\u00002\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000Q\u0000\u0000\u0000K\u0000��J��������\u0000������������\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000v\u0000\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000/\u0000\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000N\u0000��������\u0000\u0000��\u0000\u0000\u001e\u0000\u0000\u0000F\u0000����\u0000\u0000C\u0000\u0000\u0000@\u0000\u0000\u0000\u000b\u0000\u0000\u0000 \u0000\u0000\u0000+\u0000\u0000\u0000C\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u001b\u0000\u0000\u0000��\u0000\u0000?\u0000\u0000\u0000Z\u0000\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u00006\u0000\u0000\u0000T\u0000\u0000\u0000'\u0000\u0000\u0000��\u0000\u0000%\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000'\u0000\u0000\u0000�\u0000\u0000\u0000z�\u0000\u0000\u001d\u0000\u0000\u0000�\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000m\u0000\u0000\u0000��\u0000\u0000\u001e\u0000��F\u0000\u0000\u0000��\u0000\u0000b\u0000\u0000\u00007\u0000\u0000\u0000��\u0000\u0000\u000e\u0000\u0000\u0000'\u0000\u0000\u0000\u0005\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000\u001b\u0000\u0000\u00004\u0000\u0000\u0000\n\u0000\u0000\u0000%\u0000\u0000\u0000��\u0000\u0000B\u0000\u0000\u0000������\u0000\u0000.\u0000\u0000\u0000��\u0000\u0000\u0019\u0000\u0000\u0000\u001d\u0000\u0000\u0000&\u0000\u0000\u0000��\u0000\u0000g\u0000\u0000\u0000$\u0000\b\u0000{�\u0000\u0000�\u0000\u0000\u0000(\u0000\u0000\u0000Z�\u0000\u0000D\u0000\u0000\u0000M\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011\u0000\u0000\u0000��\u0000\u0000t\u0000\u0000\u0000T\u0000\u0000\u0000��\u0000\u0000n\u0000\u0000\u0000~\u0000\u0000\u0000��\u0000\u00005\u0000\b\u0000o\u0000\u0000\u0000\u0011\u0000\u0000\u0000J\u0000\u0000\u0000b\u0000\u0000\u0000\u0001\u0000\u0000\u00007\u0000\u0000\u0000�\u0000\u0000\u0000>\u0000\u0000\u0000E\u0000\u0000\u0000�\u0000��B\u0000��\\\u0000��T\u0000\u0000\u0000-\u0000\u0000\u0000L\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000t�\u0000\u0000j�����������\u0011�������1�\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000D�\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000L�\u0000\u0000��\u0000\u0000��\u0000\u00002\u0000\u0000\u0000�\u0000\u0000\u0000\u0006\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000&\u0004\u0000\u0000�\u0003\u0000\u0000#\u0004���\u0004��\u001c\u0004\u0000\u0000�\u0003\u0000\u0000E\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000~\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000��\u0015\u0000\u0000\u0000e�\u0000\u0000��\u0000\u0000.�\u0000\u0000B�\u0000\u0000k�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000��\u0000\u00007�\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000\u0005�\u0000\u0000�\u0000\u0000\u00004�\u0000\u0000\u0004�\u0000\u0000*\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u00001\u0002\u0000\u0000F\u0003\u0000\u0000q\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000*\u0002\u0000\u0000\f\u0004\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0004���\u0003\u0000\u0000\u0006\u0002\u0000\u0000b\u0004\u0000\u0000M\u0005\u0000\u0000\u000b\u0003\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u00001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000G�\u0000\u0000��\u0000\u0000��\u0000\u00004�\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000-�\u0000\u0000a�\u0000\u0000��\u0000\u0000m�\u0000\u0000�\u0000\u0000\u0000h\u0002\u0000\u0000�\u0002\u0000\u0000^\u0001\u0000\u0000K\u0002\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000J\u0001\u0000\u0000�\u0002\u0000\u0000`\u0002\u0000\u0000O\u0001\u0000\u0000:\u0002\u0000\u0000+\u0003\u0000\u0000\u000e\u0002\u0000\u0000\r\u0002\u0000\u0000�\u0003\u0000\u0000x\u0003\u0000\u0000,\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003���\u0003��p\u0002\u0000\u0000*\u0002\u0000\u0000�\u0001\u0000\u0000u\u0000\u0000\u0000\t�\u0000\u0000p�\u0000\u0000��\b\u0000��\u0000\u0000+�\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000c�\u0000\u0000\\�\u0000\u0000z�\u0000\u0000z�\u0000\u0000��\u0000\u0000\u001a�\u0000\u0000 �\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000A\u0001\u0000\u0000�\u0002\u0000\u0000q\u0002\u0000\u0000\u0015\u0001\u0000\u0000'\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000U\u0000\u0000\u0000�\u0002\u0000\u0000T\u0003\u0000\u0000\r\u0001\u0000\u0000�\u0002���\u0004��7\u0003\u0000\u0000<\u0003\u0000\u0000�\u0005\u0000\u0000s\u0004\u0000\u0000Q\u0003\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000\u000e\u0002\u0000\u0000�\u0001\u0000\u0000+\u0001\u0000\u0000:�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000@�\u0000\u0000\u0007�\u0000\u0000b�\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000G�\u0000\u0000]�\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000h\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000.\u0001\u0000\u0000�\u0001\u0000\u0000H\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000h\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000L\u0005\u0000\u0000�\u0005\u0000\u0000.\u0005\u0000\u0000\u0013\u0005\u0000\u0000�\u0004\u0000\u0000�\u0003���\u0002���\u0001\u0000\u0000[\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010�\u0000\u00003�\u0000\u0000��\u0000\u0000r�\u0000\u0000��\u0000\u0000��\u0000\u0000d�\u0000\u0000\u0002�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000o\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000|\u0001\u0000\u0000,\u0000\u0000\u0000\"\u0000\u0000\u0000(\u0002\u0000\u0000�\u0001\u0000\u0000/\u0001\u0000\u0000�\u0003\u0000\u0000\u0016\u0004\u0000\u0000z\u0003\u0000\u0000B\u0005\u0000\u0000 \u0006��\u001b\u0005\u0000\u0000�\u0005\u0000\u00009\u0006\u0000\u0000�\u0004\u0000\u0000\u001d\u0004\u0000\u0000�\u0003\u0000\u0000q\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000a�\u0000\u0000��\u0000\u0000��\u0000\u0000N�\u0000\u0000i�\u0000\u0000I�\b\u0000X�\b\u0000��\b\u0000\b�\u0000\u0000��\u0000\u0000������\u0000\u0000,�\u0000\u0000\u000b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\b\u0000��\b\u0000�\u0000\b\u0000�\u0000\u0000\u0000 \u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000&\u0004\u0000\u0000�\u0003\u0000\u0000P\u0005\u0000\u0000L\u0006\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000?\u0006\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000D\u0004\u0000\u0000|\u0002\u0000\u0000q\u0001\u0000\u0000p\u0000\u0000\u0000}�\u0000\u0000E�\u0000\u0000a�\u0000\u0000\f�\u0000\u0000��\u0000\u0000[�\u0000\u0000k�\u0000\u0000W�\u0000\u0000��\u0000\u0000+�\u0000\u0000��\u0000\u0000w�\u0000\u0000\u0005���E�\u0000\u0000\u0016�\u0000\u0000Q�\u0000\u0000��\u0000\u0000\u0010�\u0000\u0000\f�\u0000\u0000o\u0000\u0000\u0000L\u0000\u0000\u0000'�\u0000\u0000��\b\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u00002\u0001\u0000\u0000C\u0001\u0000\u0000J\u0001\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000\u0002\u0004\u0000\u0000�\u0004\u0000\u0000�\u0006\u0000\u0000K\u0006\u0000\u0000\u000b\u0006\u0000\u0000�\u0006\u0000\u0000'\u0006\u0000\u0000\u0013\u0005\u0000\u00000\u0005\u0000\u0000?\u0004\u0000\u0000f\u0002\u0000\u0000�\u0001\u0000\u0000J\u0000\u0000\u0000\u0004�\u0000\u0000w�\u0000\u00005���:�\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000V�\u0000\u0000>�\u0000\u0000��\u0000\u00009�\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000J�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\\�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000��\u0000\u0000\r�\u0000\u0000\u000e\u0000\u0000\u0000�\u0000\u0000\u0000Y\u0000\u0000\u0000*\u0001\u0000\u0000\u0011\u0003\u0000\u0000Y\u0003\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u00001\u0006\u0000\u0000%\u0006\u0000\u0000\u0010\u0007��E\u0007\u0000\u0000~\u0006\u0000\u0000�\u0006\u0000\u0000\r\u0006\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000,�\u0000\u0000\u0005�\u0000\u0000��\u0000\u0000y�\u0000\u0000K�\u0000\u0000`�\u0000\u0000B�\u0000\u0000��\u0000\u0000��\u0000\u00006�����\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000p�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000{\u0000\u0000\u0000Y�\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000|�\u0000\u0000��\u0000\u0000j\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\f\u0002\u0000\u0000|\u0003\u0000\u0000\u001a\u0004\u0000\u0000�\u0004\u0000\u0000M\u0006\u0000\u0000:\u0007\u0000\u0000\u0019\u0007\u0000\u0000^\u0007\u0000\u0000�\u0007\u0000\u0000\u000b\u0007\u0000\u0000�\u0006\u0000\u0000?\u0006\u0000\u0000�\u0004\u0000\u0000n\u0003\u0000\u0000E\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000Y�\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000.�����\u0000\u0000J���\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000b�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000`�\u0000\u0000'\u0000\u0000\u0000-�\u0000\u0000��\u0000\u0000g\u0001\u0000\u0000p\u0001\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000\u000b\u0006\u0000\u0000�\u0007\u0000\u0000�\u0007\u0000\u0000h\u0007\u0000\u0000+\b\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000\u001b\u0003\u0000\u0000\u0004\u0002\u0000\u0000��\u0000\u0000>�\u0000\u0000\b�\u0000\u0000\u0003�\u0000\u0000����t�\u0000\u0000^�\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000@�����\u0000\u0000��\u0000\u0000q�\u0000\u0000��\u0000\u0000��������\u0004���M�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000P\u0000\u0000\u0000��\u0000\u00008\u0001\u0000\u0000\u000b\u0003\u0000\u0000�\u0002\u0000\u0000u\u0003\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000o\b\u0000\u0000G\t\u0000\u0000 \b\u0000\u0000H\b\u0000\u0000�\b\u0000\u0000�\u0007\u0000\u0000�\u0006��b\u0006\u0000\u0000\u0016\u0005\u0000\u0000�\u0002\u0000\u0000\t\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0012�\u0000\u00006�\u0000\u0000\u0004�\u0000\u0000��\u0000\u0000��\u0000\u0000N�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00001�\u0000\u0000����\u0013�\u0000\u0000D�\u0000\u0000)�\u0000\u00005\u0000\b\u0000��\u0000\u0000m�\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001��g\u0003\u0000\u0000�\u0004\u0000\u0000\f\u0005\u0000\u0000�\u0005\u0000\u0000(\u0007\u0000\u0000�\u0007\u0000\u0000F\b\u0000\u0000(\t\u0000\u0000�\b\u0000\u0000\b\u0000\u0000y\b\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000h\u0002\u0000\u0000=\u0001\u0000\u0000\u0007\u0000\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000z�\u0000\u0000��\u0000\u0000u�\u0000\u0000��\u0000\u0000��\u0000\u0000R���\f�\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000����\u0016�\u0000\u0000_�\u0000\u0000��\u0000\u0000H�\u0000\u0000:�\u0000\u0000m�\u0000\u0000n�������\u0013\u0000\u0000\u0000y\u0000\u0000\u0000v\u0001\u0000\u00004\u0002\u0000\u0000\\\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000P\u0004\u0000\u0000�\u0004\u0000\u0000�\u0005\u0000\u0000l\u0006\u0000\u0000�\u0006\u0000\u00003\u0007\u0000\u0000�\u0007\u0000\u0000�\u0007\u0000\u0000\u001f\b\u0000\u0000?\b\u0000\u0000�\u0007\u0000\u0000b\u0007\u0000\u0000�\u0006\u0000\u0000\u001f\u0006\u0000\u0000Q\u0005\u0000\u0000~\u0004��c\u0003\u0000\u0000L\u0002\u0000\u0000`\u0001\u0000\u0000J\u0000\u0000\u0000-�\u0000\u0000E�\u0000\u0000K�\u0000\u0000\u0013�\u0000\u0000��\u0000\u0000��\u0000\u0000f�\u0000\u0000I�\u0000\u0000��\u0000\u0000��\u0000\u0000J�\u0000\u0000��\u0000\u0000��\u0000\u0000%�\u0000\u0000%�\u0000\u0000k�\u0000\u0000��\u0000\u0000��\u0000\u0000b�\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000L\u0000\u0000\u0000a\u0001\u0000\u0000\u0012\u0002\u0000\u0000�\u0002\b\u0000V\u0003\u0000\u0000�\u0003\u0000\u0000%\u0004\u0000\u00004\u0004\u0000\u0000P\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000\u001f\u0005\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000X\u0006\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000\u001a\u0006\b\u0000�\u0005\u0000\u0000C\u0005\u0000\u0000r\u0004\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000)\u0000\u0000\u0000D�\u0000\u0000k�\u0000\u0000��\u0000\u0000#�\u0000\u0000T�\u0000\u0000��\u0000\u0000#�\u0000\u0000/�\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000:�\u0000\u0000��\u0000\u0000a�\u0000\u00008�\u0000\u0000b�\u0000\u0000��\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000;�\u0000\u0000@�\u0000\u0000d�\u0000\u0000��\u0000\u0000j�\u0000\u0000j\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000\u0000\u0004\u0000\u0000}\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000�\u0004��\r\u0005\u0000\u0000�\u0004\u0000\u0000^\u0004\u0000\u0000r\u0004\u0000\u0000;\u0004\u0000\u0000�\u0003\u0000\u0000\u0001\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000\u0005\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000f\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000c\u0001\u0000\u0000\u0001\u0001\u0000\u0000?\u0000\u0000\u0000��\u0000\u0000\b�\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u0000\u0013�\u0000\u0000��\u0000\u0000��\u0000\u0000+�\u0000\u0000H�\u0000\u0000x�\u0000\u0000o�������\u0006�\u0000\u0000��\u0000\u0000/�\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000G\u0000\u0000\u0000\f\u0001\u0000\u0000�\u0001\u0000\u0000R\u0002\u0000\u0000�\u0002\u0000\u0000\u0015\u0003\u0000\u0000R\u0003\u0000\u0000}\u0003\u0000\u0000p\u0003\u0000\u0000\u0014\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u00006\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000]\u0001\u0000\u0000o\u0001\u0000\u0000I\u0001\u0000\u0000;\u0001\u0000\u0000L\u0001\u0000\u0000?\u0001\u0000\u0000\u0010\u0001\u0000\u0000\u0006\u0001\u0000\u0000\u0014\u0001\u0000\u0000�\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000J\u0000\u0000\u0000i\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0019\u0000\u0000\u0000Z�\u0000\u0000g�\u0000\u0000��\b\u0000V�\u0000\u0000o���0�\u0000\u0000��\u0000\u0000����F�\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000 �\u0000\u0000��\u0000\u0000��\u0000\u0000<�\u0000\u0000��\u0000\u0000��\u0000\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000L�\u0000\u0000|�\u0000\u0000��\u0000\u00002�\u0000\u0000��\u0000\u0000����\u0013�\u0000\u0000W�\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000&\u0000\u0000\u0000\u0000\u0000\u0000\u00004\u0000\u0000\u0000�\u0000\b\u0000x\u0000\b\u0000j\u0000\b\u0000\f\u0001\u0000\u0000\u0004\u0001\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u0019\u0002\u0000\u0000g\u0002\u0000\u0000{\u0002\u0000\u0000U\u0002\u0000\u0000p\u0002\u0000\u0000�\u0002\u0000\u0000{\u0002\u0000\u0000\u001c\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000L\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000i\u0000��\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����$�\u0000\u0000B�\u0000\u00000�\u0000\u0000\u0003�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\n�\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000(�\u0000\u0000]�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000`\u0000\u0000\u0000t\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000#\u0001\u0000\u0000B\u0001\u0000\u0000\u0001\u0000\u0000M\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000_\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000u\u0001\u0000\u0000j\u0001\u0000\u0000h\u0001\u0000\u0000I\u0001\u0000\u0000�\u0000\u0000\u0000;\u0001\u0000\u0000r\u0000��1\u0000���\u0000\u0000\u0000+\u0000\u0000\u0000-\u0000\u0000\u0000F\u0000\u0000\u0000\t\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000\u0005\u0000\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000\r\u0000\u0000\u0000��\u0000\u0000\u001e\u0000\u0000\u0000g\u0000\u0000\u0000��\u0000\u0000\u0014\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u00009\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000��B\u0001\u0000\u0000!\u0001\u0000\u0000A\u0001\u0000\u0000q\u0001\u0000\u0000C\u0001\b\u0000\u0013\u0001\u0000\u00003\u0001\u0000\u0000E\u0001\u0000\u00009\u0001\u0000\u0000'\u0001\u0000\u0000\u0005\u0001\u0000\u0000n\u0000\u0000\u0000,\u0000\u0000\u0000h\u0000\u0000\u00002\u0000\u0000\u0000I\u0000\u0000\u0000\u0016\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000[�\u0000\u0000\u001f�\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0000\u0000)�\u0000\u0000��\u0000\u0000b�\u0000\u0000?�\u0000\u0000c�\u0000\u0000��\u0000\u0000\f\u0000\u0000\u0000��\u0000\u0000)\u0000\u0000\u0000-\u0000\u0000\u0000,\u0000\u0000\u0000J\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000h\u0000\u0000\u0000a\u0000\u0000\u0000z\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000p\u0000\u0000\u0000}\u0000\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000 \u0000\u0000\u0000s\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000&\u0000\u0000\u0000f\u0000\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u00009\u0000\u0000\u0000V\u0000\u0000\u00002\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0007\u0000\u0000\u0000]\u0000\u0000\u0000:\u0000\u0000\u0000��\u0000\u0000\f\u0000\u0000\u0000\u0019\u0000\u0000\u0000 \u0000\u0000\u00003\u0000\u0000\u0000>\u0000\u0000\u0000,\u0000\u0000\u0000�\u0000\u0000\u0000\u0002\u0001\u0000\u0000?\u0000\u0000\u0000R\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0007\u0001\b\u0000�\u0000\u0000\u0000H\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\b\u0000v\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000T\u0000��+\u0000\u0000\u0000W\u0000\u0000\u0000/\u0000\u0000\u0000N\u0000\u0000\u0000b\u0000\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c\u0000\u0000\u0000��\u0000\u0000i�\b\u0000q�\b\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000J\u0000\u0000\u0000\r\u0000\u0000\u0000\u0003\u0000\u0000\u0000v\u0000\u0000\u0000N\u0000\u0000\u0000\u001e\u0000\u0000\u0000t\u0000\u0000\u0000�\u0000\u0000\u0000h\u0000\u0000\u00005\u0000��M\u0000\u0000\u0000�\u0000\u0000\u0000}\u0000\u0000\u00007\u0000\u0000\u0000#\u0000\u0000\u0000!\u0000\u0000\u0000o\u0000\u0000\u00004\u0000\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u0000�\u0000\u0000\u0000o\u0000\u0000\u0000����\u001f\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0002\u0000\u0000\u0000I\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0017\u0000\u0000\u0000��\u0000\u0000\r\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000\u0007\u0000\u0000\u0000��\u0000\u0000\u001a\u0000\u0000\u0000\u0014\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\u0013\u0000\u0000\u0000 \u0000\u0000\u0000Q\u0000\u0000\u0000)\u0000\u0000\u0000`\u0000\u0000\u0000p\u0000\u0000\u0000^\u0000\u0000\u0000'\u0000\u0000\u0000I\u0000\u0000\u0000�\u0000\u0000\u0000;\u0000\u0000\u0000K\u0000\u0000\u0000]\u0000\u0000\u0000N\u0000\u0000\u0000T\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u001d\u0000\u0000\u0000/\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000��\u0000\u0000\f\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000c�\u0000\u0000n�\u0000\u0000>�\u0000\u0000A�\u0000\u0000��\u0000\u0000?�\u0000\u00003�\u0000\u0000k�\u0000\u0000j�\u0000\u0000C�\u0000\u0000\u0002�\u0000\u0000d�\u0000\u0000D�\u0000\u0000@�\u0000\u0000��\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0017\u0000\u0000\u0000'\u0000\u0000\u0000\u001b\u0000��4\u0000��'\u0000��\f\u0000\u0000\u0000e\u0000\u0000\u0000P\u0000\u0000\u0000#\u0000\u0000\u0000K\u0000\u0000\u0000^\u0000\u0000\u0000K\u0000\u0000\u0000\u0016\u0000\u0000\u0000]\u0000\u0000\u0000N\u0000\u0000\u0000\f\u0000\u0000\u0000l\u0000\u0000\u0000\u0019\u0000\u0000\u0000��\u0000\u0000'\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u0000p�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000!\u0000\u0000\u0000\u0001\u0000\u0000\u0000&\u0000\u0000\u00000\u0000\u0000\u0000��\u0000\u0000#\u0000\u0000\u0000W\u0000\u0000\u0000\u0017\u0000\u0000\u0000Y\u0000\u0000\u0000P\u0000\u0000\u00002\u0000��u\u0000\u0000\u0000.\u0000\u0000\u0000*\u0000\u0000\u0000\u001a\u0000\u0000\u0000#\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000y�\u0000\u0000J�\u0000\u0000r�\u0000\u0000j�\u0000\u00001�\u0000\u0000��\u0000\u0000=�\u0000\u0000\\�\u0000\u0000��\u0000\u0000e�\u0000\u0000��\u0000\u0000��\u0000\u0000C�\u0000\u0000e�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000\t\u0000\b\u0000��\u0000\u0000��\u0000\u00007\u0000\u0000\u0000c\u0000\u0000\u0000/\u0000\u0000\u00004\u0000\u0000\u0000\u0014\u0000\u0000\u0000L\u0000\u0000\u0000�\u0000\u0000\u0000 \u0000\u0000\u0000\u000f\u0000\u0000\u0000�\u0000\u0000\u0000R\u0000\u0000\u0000(\u0000\u0000\u0000i\u0000\u0000\u0000J\u0000\u0000\u0000x\u0000\u0000\u0000v\u0000\u0000\u0000��\u0000\u0000\u001d\u0000\u0000\u0000M\u0000\u0000\u0000K\u0000\u0000\u0000)\u0000\u0000\u0000��\u0000\u0000#\u0000\u0000\u0000\u0018\u0000\u0000\u00000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000=\u0000����\u0000\u0000\u0004\u0000\u0000\u0000��\u0000\u0000f�\u0000\u0000+\u0000\u0000\u0000\u000e\u0000\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000\u0005\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000t\u0000\u0000\u0000?\u0000\u0000\u0000��\u0000\u0000\u0007\u0000\u0000\u0000��\u0000\u0000-\u0000\u0000\u0000(\u0000\u0000\u0000u�\u0000\u0000:\u0000\u0000\u0000\r\u0000\u0000\u0000��\b\u0000��\u0000\u0000j�\u0000\u0000��\u0000\u0000\u0014\u0000\u0000\u0000\u0019\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����$\u0000\u0000\u0000w�\u0000\u0000��\u0000\u00002\u0000\u0000\u0000{�\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000r�����\u0000\u0000g�\u0000\u0000��\u0000\u0000��\u0000\u0000*�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000>\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000@\u0000\u0000\u0000/\u0000\u0000\u0000��\u0000\u0000P\u0000\u0000\u0000Q\u0000\u0000\u0000d\u0000\u0000\u0000-\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0013\u0000\u0000\u0000��\u0000\u0000S\u0000\u0000\u0000�\u0000\u0000\u0000,\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000b\u0000\u0000\u0000\u000f\u0000\u0000\u0000��\u0000\u0000\u0017\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000o\u0000\u0000\u0000\r\u0000\u0000\u0000o�\u0000\u0000��\u0000\u0000��\u0000\u0000=\u0000\u0000\u00001\u0000\u0000\u0000��\u0000\u0000\u0012\u0000\u0000\u0000\\\u0000\u0000\u0000��\u0000\u0000S�\u0000\u0000Q�\u0000\u0000��\u0000\u00004\u0000\u0000\u0000\f\u0000\u0000\u0000W�\u0000\u0000y�\u0000\u0000��\u0000\u00004\u0000\u0000\u0000��\u0000\u0000<�\u0000\u0000����\u001d\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00009\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000?\u0000\u0000\u0000��\u0000\u0000X�\u0000\u0000��\u0000\u0000\u0011\u0000\u0000\u0000\t\u0000\u0000\u0000l�\u0000\u0000m�\u0000\u0000)\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00009\u0000\u0000\u0000��\u0000\u0000B�\u0000\u0000��\u0000\u0000\t\u0000\u0000\u0000��\u0000\u0000��\b\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000.\u0000��H\u0000\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u0000\b\u0000\u0000\u0000\r\u0000\u0000\u0000\n\u0000\u0000\u0000Z\u0000\u0000\u0000h\u0000\u0000\u0000\u0013\u0000\u0000\u0000t\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000R\u0000\u0000\u0000-\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000E\u0000\u0000\u0000h\u0000\u0000\u0000\u0006\u0000\u0000\u0000\f\u0000\u0000\u0000\u0014\u0000\u0000\u0000��\u0000\u0000.\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000P\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000j\u0000\u0000\u0000��\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u0000'\u0000\u0000\u0000e\u0000\u0000\u0000w�\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000w���\u000b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000S\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000_\u0000��m\u0000\u0000\u0000��\u0000\u0000I\u0000\u0000\u0000m\u0000\u0000\u0000)\u0000\u0000\u0000\f\u0000\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000a\u0000\u0000\u0000C\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000\u0016\u0000\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u00005\u0000\u0000\u0000\u0011\u0000\u0000\u0000��\u0000\u0000w\u0000\u0000\u0000<\u0000\u0000\u0000��\u0000\u0000\f\u0000\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000\u0012\u0000\u0000\u0000P\u0000\u0000\u0000��\u0000\u0000+\u0000\u0000\u0000/\u0000\u0000\u0000��\u0000\u0000\u001f\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000t\u0000\u0000\u0000�\u0000\u0000\u0000Y\u0000\u0000\u0000\u001f\u0000\u0000\u0000��\u0000\u0000��\b\u0000�\u0000\u0000\u0000K\u0000\u0000\u0000c\u0000\u0000\u00005\u0000\u0000\u0000\u001f\u0000\u0000\u0000l\u0000\u0000\u0000T\u0000\u0000\u0000S\u0000\u0000\u0000=\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000r\u0000\u0000\u0000I\u0000\u0000\u0000J\u0000\u0000\u0000�\u0000\u0000\u0000!\u0000\u0000\u0000 \u0000\u0000\u0000b\u0000\u0000\u0000@\u0000\u0000\u0000@\u0000\u0000\u0000\b\u0000\u0000\u0000B\u0000\u0000\u0000b\u0000\u0000\u0000'\u0000\u0000\u0000\"\u0000\u0000\u0000��\u0000\u0000u\u0000\u0000\u0000^\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u00004\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\"\u0000\u0000\u0000�\u0000\u0000\u0000:\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000+\u0000\u0000\u0000��\u0000\u0000Y\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000s\u0000\u0000\u00009\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000^\u0000��\u001b\u0000\u0000\u00004\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000<\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000��\u0000\u0000/\u0000\u0000\u0000>\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000��\u0000\u00001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000t\u0000����\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u001e\u0000\u0000\u0000\u001e\u0000\u0000\u0000\b\u0000\u0000\u0000T\u0000\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000\u000b\u0000\u0000\u0000Z\u0000\u0000\u0000s\u0000\u0000\u0000G\u0000\u0000\u0000��\u0000\u0000\\\u0000\u0000\u0000f\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00005\u0000\u0000\u0000T\u0000\u0000\u0000\u001a\u0000��*\u0000\u0000\u0000a\u0000\u0000\u0000]\u0000\u0000\u0000\"\u0000\u0000\u0000;\u0000\u0000\u0000Y\u0000\u0000\u0000p\u0000\u0000\u0000'\u0000\u0000\u0000#\u0000\u0000\u0000\u001f\u0000\u0000\u0000\u0004\u0000\u0000\u0000F\u0000\u0000\u00004\u0000\u0000\u0000��\u0000\u00002\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000/\u0000\u0000\u0000W\u0000���\u0000��������\u0000\u0000,\u0000\u0000\u0000V\u0000\u0000\u0000\u000f\u0000\u0000\u0000b\u0000\u0000\u0000r\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0004\u0000\u0000\u0000q\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000a\u0000\u0000\u0000r\u0000\u0000\u0000\u000f\u0000\u0000\u0000R\u0000\u0000\u0000\r\u0000\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\"\u0000\u0000\u0000,\u0000\u0000\u0000;\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000 \u0000\u0000\u00006\u0000\u0000\u0000N\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00006�\u0000\u0000l�\u0000\u0000��\u0000\u0000��\u0000\u0000\n�\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000E�\u0000\u0000��\u0000\u0000 �\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000&�\u0000\u0000\u0001�\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000q�\u0000\u0000��\u0000\u0000\u001e\u0001\u0000\u0000�\u0001\u0000\u0000>\u0002\u0000\u0000�\u0002\u0000\u0000i\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003���\u0003\u0000\u0000�\u0003���\u0003\u0000\u0000O\u0003\u0000\u0000�\u0002\u0000\u0000L\u0003\u0000\u00005\u0003\u0000\u0000I\u0002\b\u0000N\u0002\u0000\u0000i\u0002\u0000\u0000Y\u0002\u0000\u0000h\u0002\u0000\u0000�\u0001\u0000\u0000r\u0001\u0000\u0000�\u0001\u0000\u0000s\u0001\u0000\u0000c\u0000\u0000\u0000y�\u0000\u0000H�\u0000\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000$�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000o�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c�\b\u0000��\u0000\u0000\u001e�\u0000\u0000��\u0000\u0000F\u0000\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000T\u0002\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000S\u0003\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u00005�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000B�\u0000\u0000M\u0002\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000/\b\u0000\u0000>\t\u0000\u0000A\b\u0000\u0000�\u0006\u0000\u0000U\u0006\b\u0000\u001c\u0006\u0000\u0000�\u0004\u0000\u0000#\u0003\u0000\u0000�\u0002\u0000\u0000\u0014\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000?�\u0000\u0000q�\u0000\u0000Q�\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000����F�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u0000\f�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000O\u0005���\u0006\u0000\u0000C\u0007\u0000\u0000�\u0005\u0000\u0000E\u0004\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000��\u0000\u0000\u0010�\u0000\u0000��\u0000\u0000\u001a�\u0000\u00006\u0000\u0000\u0000B\u0003\u0000\u00007\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0003\t\u0000\u0000\f\n\u0000\u0000_\n\u0000\u0000�\t\u0000\u0000P\b\u0000\u0000`\u0007\u0000\u0000-\u0006\u0000\u0000h\u0003\u0000\u0000P\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000T�\u0000\u0000;�\u0000\u0000��\u0000\u0000K�\u0000\u0000�\u0000\u0000\u0000\b\u0001\u0000\u0000\u0019\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0013�\u0000\u0000��\u0000\u0000_�\u0000\u0000B�\u0000\u0000��\u0000\u0000\b�\u0000\u0000��\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000o\u0004\u0000\u0000\n\t\u0000\u0000�\n\u0000\u0000�\n\u0000\u00001\u0006\u0000\u0000�\u0002\u0000\u0000�\u0004\u0000\u0000\u0001\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000W�\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000?\u0006\u0000\u0000i\t���\b\u0000\u0000L\t��!\n\u0000\u0000m\t\u0000\u00008\u0007���\u0003\u0000\u0000��\u0000\u0000G�\u0000\u0000n�\u0000\u0000��\u0000\u0000��\u0000\u0000<\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0004\u0000\u0000d\u0004\u0000\u0000�\u0003\u0000\u0000+\u0006\u0000\u0000Z\u0005\u0000\u0000�\u0001\u0000\u0000\u0019\u0001\u0000\u0000\f\u0001\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000��\u0000\u0000j�\u0000\u0000y�\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000G�\u0000\u0000��\u0000\u0000 �\u0000\u0000��\u0000\u0000)�\u0000\u0000�\u0005\u0000\u0000�\u0001\u0000\u0000d\u0004\u0000\u0000\u0018\u000b\u0000\u0000<\r\u0000\u0000�\u000b\u0000\u0000C\b\u0000\u0000��\u0000\u0000��\u0000\u0000v\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X�\u0000\u0000��\u0000\u0000>�\u0000\u0000��\u0000\u0000N\u0000\u0000\u0000q\u0000\u0000\u0000�\u0006\u0000\u0000�\u000e\u0000\u0000J\f\u0000\u00008\u0007\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000u\u0002\u0000\u0000>�\u0000\u0000��\u0000\u0000��\u0000\u0000%�\u0000\u0000��\u0000\u0000\u000b�\u0000\u0000*�\u0000\u0000b\u0005\u0000\u0000Z\f��*\r\u0000\u0000�\n\u0000\u0000!\u0007\u0000\u0000-\u0006\u0000\u0000k\b\u0000\u0000S\u0003\u0000\u00003�\u0000\u0000&�\u0000\u0000��\u0000\u0000I�\u0000\u0000��\u0000\u0000l�\u0000\u0000����\u0013\u0000\u0000\u0000�\u0001\u0000\u0000\u0015�\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000��\u0000\u0000e�\u0000\u0000��\u0000\u0000��\u0000\u0000h\u0005\u0000\u0000N\u0001\u0000\u0000B�\u0000\u0000�\u0001\u0000\u0000O\t\u0000\u0000�\u000b\u0000\u0000�\t\u0000\u0000\u0010\u0001\u0000\u0000p�\u0000\u00002\u0002\u0000\u0000�\u0002\u0000\u0000k�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000.�\u0000\u0000t\u0003\u0000\u0000�\f\u0000\u0000\u000b\f\u0000\u0000c\u0004\u0000\u0000\u0010\u0002\u0000\u0000�\u0003\u0000\u0000K\u0003\u0000\u0000��\u0000\u0000��\u0000\u00005�\u0000\u0000.�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\f\u0000\u0000<\f\u0000\u0000�\t\u0000\u0000~\u0007\u0000\u0000g\u0006\u0000\u0000�\u0007\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000V�\u0000\u0000�\u0000\u0000\u0000�\u0000��\u0006�\u0000\u0000��\u0000\u0000S\u0002\u0000\u0000S\u0004\u0000\u0000�\u0004\u0000\u0000]�\u0000\u0000'�\u0000\u0000X�\u0000\u0000o�\u0000\u0000W�\b\u0000\u0017�\u0000\u0000o�\u0000\u0000��\u0000\u0000f\u0000\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000\u001d�\u0000\u0000A\r\u0000\u0000d\u0012\u0000\u0000\u0004\f\u0000\u0000�\u0005\u0000\u0000\u0001�\u0000\u0000\b\u0001\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0016�\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000z\u000e\u0000\u0000\u0014\u0010\b\u0000�\u0006\u0000\u0000�\u0003\u0000\u0000�\u0006\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000^�\u0000\u0000��\u0000\u0000c�\u0000\u0000e�\u0000\u0000��\u0000\u00009�\u0000\u0000D\t\u0000\u0000u\u0010\u0000\u0000.\u000e\u0000\u00003\t\u0000\u0000�\b\u0000\u0000�\t\u0000\u0000�\u0005\u0000\u0000\u0000�\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u000e\u0005\u0000\u0000\u0016\u0007\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000T\u0000\u0000\u0000��\u0000\u0000 �\u0000\u0000��\u0000\u0000t�\u0000\u0000H�\u0000\u0000\u0011�\u0000\u0000\"\u0002\u0000\u0000��\u0000\u0000p\u0000\u0000\u0000�\r\u0000\u0000�\u0011\u0000\u0000�\f\u0000\u0000�\b\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u0007�\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000?\u0000\u0000\u0000�\u0007\u0000\u0000\n\u0010\u0000\u0000�\u000f\u0000\u0000t\u0006\u0000\u00003\u0003\u0000\u0000\u0017\u0005\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000l�\u0000\u0000��\u0000\u0000��\u0000\u0000 �\u0000\u0000]\u0000\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000�\u000e\u0000\u0000\u0003\u000e\u0000\u0000�\t\u0000\u0000�\b\u0000\u0000\u0016\u0006\u0000\u0000\n\u0003\u0000\u0000^\u0000\u0000\u0000a�\u0000\u0000\u0000�\u0000\u0000\u0005�\u0000\u0000�\u0001����\u0000\u0000�\u0001\u0000\u0000�\u0006\u0000\u0000z\b\u0000\u0000�\u0007\u0000\u0000u\u0004\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000��\u0000\u00002�\u0000\u0000{�\u0000\u0000k�\u0000\u0000��\u0000\u0000��\u0000\u0000^�\u0000\u0000\u0018\u0004\u0000\u0000$\u0004\u0000\u0000h\u0001\u0000\u0000�\t��P\u0013\u0000\u0000�\u0011\u0000\u0000�\u000b\u0000\u0000U\u0004\u0000\u0000��\u0000\u0000:�\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000C�\u0000\u0000u\u0001\u0000\u0000�\u0002\u0000\u0000�\u0006\u0000\u0000\u0004\u000e\u0000\u0000�\u0011\u0000\u0000v\n\u0000\u00002\u0001\u0000\u0000\u0015�\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000=�\u0000\u00003�\u0000\u0000\u0012\u0004\u0000\u0000�\u0002\u0000\u0000�\u0004\u0000\u0000�\f\u0000\u0000�\r\u0000\u0000!\u0007\u0000\u0000�\u0000\u0000\u0000U�\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000`\u0001\u0000\u0000f\b\u0000\u0000�\u0005\u0000\u0000\u0016\u0003\u0000\u0000�\u0004���\b\u0000\u0000w\n\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000\u001b�\u0000\u0000�\u0000\u0000\u0000\u000f�\u0000\u0000f�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000P�\u0000\u0000��\u0000\u0000u\u0006���\u000b\u0000\u0000�\u0004\u0000\u0000\u001a\u0006\u0000\u0000B\u000f\u0000\u0000�\u000f\u0000\u0000e\b\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000O�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000I�\u0000\u0000\u0018\u0003\u0000\u0000Z\u0006\u0000\u0000�\u0005\u0000\u0000$\u0007\u0000\u0000]\u000b\u0000\u0000�\r\u0000\u0000{\b\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000%�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000m\u0003\u0000\u0000N\t\u0000\u0000d\u0007\u0000\u0000�\u0005\u0000\u0000\n\n\u0000\u0000�\n\u0000\u0000;\u0004\u0000\u0000��\u0000\u0000b�\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000N\u0003\u0000\u0000�\t\u0000\u0000\u0003\t\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000r\u0006\u0000\u0000�\u0004\u0000\u0000\u0018\u0001\u0000\u0000Z�\u0000\u0000w�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001�\u0000\u00000�\u0000\u0000��\u0000\u0000n�\u0000\u0000J�\u0000\u0000��\b\u0000�\f\u0000\u0000T\u0007\u0000\u0000�\u0000\u0000\u0000�\u0006\u0000\u0000�\f\u0000\u0000m\b\u0000\u0000f\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000y�\u0000\u0000\u001e�\u0000\u0000��\u0000\u0000��\u0000\u0000c\u0000\u0000\u0000@\t\u0000\u0000\n\u0007\u0000\u0000�\u0004\u0000\u0000F\u0006\u0000\u0000�\t\u0000\u0000\u0007\b\u0000\u0000&�\u0000\u0000��\u0000\u0000��\u0000\u0000/�\u0000\u0000b�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\t\u0000\u0000\t\t���\u0004\u0000\u0000�\u0004\u0000\u0000�\u0005\u0000\u0000Q\u0003\u0000\u0000\u0002�\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000J\u0002\u0000\u0000Y\u0004\u0000\u0000�\u0001\u0000\u0000F\u0003\u0000\u0000�\t\u0000\u0000�\f\u0000\u0000X\b\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000Y�\u0000\u0000��\u0000\u0000��\u0000\u0000,�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000i�\u0000\u0000l�\u0000\u0000w�\u0000\u00006\u000b\u0000\u0000�\u0006\u0000\u0000\u0001\u0000\u0000\u0000\u0014\u0005\u0000\u0000�\u000b\u0000\u0000�\u0006\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000m�\u0000\u0000��\u0000\u0000��\u0000\u0000g\u0001\u0000\u0000q\b\u0000\u0000W\u0007\u0000\u0000�\u0005\u0000\u0000@\u0005\u0000\u0000O\u0006\u0000\u0000�\u0005\u0000\u0000��\u0000\u0000��\b\u0000~�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010�\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000\"\t\u0000\u0000�\u0007\u0000\u0000W\u0004\u0000\u0000n\u0002\u0000\u0000?\u0002\u0000\u0000��\u0000\u0000g�\u0000\u0000\n�\u0000\u0000\u001e�\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000\u0007\u0007\u0000\u0000\u0001\u000b\u0000\u0000�\n\u0000\u00003\u0006\u0000\u0000.\u0000\u0000\u0000��\u0000\u0000|\u0001\u0000\u0000\\\u0000\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000��\u0000\u0000Z\u0000\u0000\u0000��\u0000\u0000��\b\u0000\u001b�\u0000\u0000v�\u0000\u0000\u0004�\u0000\u0000;�\u0000\u0000��\u0000\u0000��\u0000\u0000p\u0006\u0000\u0000A\n\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\n\u0000\u0000\u0004\t\b\u0000^\u0000\u0000\u0000��\u0000\u0000\r�\u0000\u0000��\u0000\u0000\\�\u0000\u0000����e�\u0000\u0000��\u0000\u0000�\b\u0000\u0000�\b\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000t\u0004\u0000\u0000�\u0004\u0000\u0000b�\u0000\u0000��\u0000\u0000��\b\u0000)�\u0000\u0000h�\u0000\u0000\n�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\b\u0000\u0000l\t\u0000\u0000�\u0005\u0000\u0000�\u0001\u0000\u0000K�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000o�\u0000\u0000��\u0000\u0000�\n\u0000\u0000�\t\u0000\u0000>\u0006\u0000\u0000i\n\u0000\u0000�\f\u0000\u0000�\u0007\u0000\u0000.\u0000����\u0000\u0000j����\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000\u0014\u0003\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000k�\u0000\u0000��\u0000\u00003�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Q�\u0000\u00001\u000b\u0000\u0000�\u000b\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\f\u0000\u0000(\n\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000`�\u0000\u0000z�\u0000\u0000{�\u0000\u0000��\u0000\u0000��\u0000\u0000�\n\u0000\u0000Z\f\u0000\u0000�\u0005���\u0000\u0000\u0000C\u0003\u0000\u0000\u001b\u0006\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000]�\u0000\u0000*\u0000\u0000\u0000V\u0005\u0000\u0000�\u000b\u0000\u0000U\f\u0000\u0000�\u0004\u0000\u0000^�\u0000\u0000��\u0000\u0000m�\u0000\u0000Q�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\u000e\u0000\u0000\u001f\f\u0000\u0000V\u0006\u0000\u0000�\b\b\u00009\u000b\u0000\u0000�\u0005\u0000\u0000��\u0000\u0000s�\u0000\u0000\t�\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000<�\u0000\u0000x�\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000\u0015\u0000\u0000\u0000��\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000Y�\u0000\u0000J�\u0000\u0000\n�\u0000\u0000l\u0006\u0000\u0000\u0010\u0013\u0000\u0000$\u0005\u0000\u0000��\u0000\u0000�\b\u0000\u0000Y\r\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000U�\u0000\u0000\u0006�\u0000\u0000\u001e�\u0000\u0000N�\u0000\u0000�\t\u0000\u0000�\u0011\u0000\u0000�\u000b\u0000\u0000�\u0001\u0000\u0000(�\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000I�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000F\u0004\u0000\u0000�\u0002\u0000\u0000�\u0006\u0000\u0000q\f\b\u0000�\u0007\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000a�\u0000\u0000��\u0000\u0000��\u0000\u0000q�\u0000\u0000��\u0000\u0000�\t\u0000\u0000\u000b\u0010\u0000\u0000�\u000b\u0000\u0000c\u0005\u0000\u0000�\u0004\u0000\u0000W\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000k�\u0000\u0000��\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u00002\u0001\u0000\u0000\u0016\u0001\u0000\u0000\u0003\u0000\u0000c\u0002\u0000\u0000��\u0000\u0000����'�\u0000\u00000�\u0000\u0000C�\u0000\u0000I�\u0000\u0000W�\u0000\u00000�\u0000\u0000`\r\u0000\u0000�\u0015\u0000\u0000�\u0004��V����\u0005\u0000\u00000\t\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000k�\u0000\u00004�\u0000\u0000\u0005\u0000\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000�\b\u0000\u0000�\u0010\u0000\u0000�\n\u0000\u0000)�\b\u0000��\u0000\u0000��\u0000\u0000\u001a�\u0000\u00002�\u0000\u0000Z�\u0000\u0000A�\u0000\u0000\u0005\u0000\u0000\u0000\u0004\t\u0000\u0000@\b\u0000\u0000\r\u0003\u0000\u0000{\u0003\u0000\u0000\u0012\u0007\u0000\u0000�\u0004\u0000\u0000_�\u0000\u0000\u001e�\u0000\u0000X�\u0000\u0000[�\u0000\u0000\u001c�\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\b\u0000\u0000�\r\u0000\u0000�\n\u0000\u0000V\u0003\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0005\u0000\u0000]\u0006\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000g�\u0000\u0000S�\u0000\u0000��\u0000\u0000!�\u0000\u0000��\u0000\u0000\u0014�\u0000\u0000\"�\u0000\u0000Z�\u0000\u0000-�\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000�\u0011\u0000\u0000�\n\u0000\u0000��\u0000\u00008\u0000\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000c\u0001\u0000\u0000��\u0000\u0000\u001a\u0001\u0000\u0000�\t\u0000\u0000�\n\u0000\u0000�\u0004\u0000\u0000�\u0000\u0000/�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000K�\u0000\u0000N\u0003\u0000\u0000l\b\u0000\u0000�\u0006\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000f�\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0003\u0000\u0000`\u0007\u0000\u0000�\t\u0000\u0000�\u0007\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000A�\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000=\u0000\u0000\u0000m\u0001\u0000\u0000<\u0003\u0000\u0000�\u0003\u0000\u0000.\u0003\u0000\u0000s\u0000\u0000\u00002�\u0000\u0000B�\u0000\u0000`�\u0000\u0000��\u0000\u0000<�\u0000\u0000��\u0000\u0000t�\u0000\u0000t�\u0000\u0000��\u0000\u0000��\u0000\u0000^�\u0000\u0000�\u0004\u0000\u0000F\u000e\u0000\u0000_\u0005\u0000\u0000��������`\u0001���\u0003\u0000\u0000�\u0000\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000\r�\u0000\u0000 �\u0000\u0000X\u0001\u0000\u0000R\u0007\u0000\u0000�\b\u0000\u0000�\u0003\u0000\u0000K�\u0000\u0000��\u0000\u0000��\u0000\u0000:�\u0000\u0000��\u0000\u0000��\u0000\u0000O�\u0000\u0000�\u0003\u0000\u0000�\b\u0000\u0000q\u0007\u0000\u0000O\u0003\u0000\u0000h\u0001\u0000\u0000$\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000F�\u0000\u0000R�\u0000\u0000[�\u0000\u0000�\u0000\u0000\u0000\u0000\u0002\u0000\u0000'\u0003\u0000\u0000^\u0007\u0000\u0000�\n\u0000\u0000�\u0007\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Z\u0000\u0000\u0000��\u0000\u0000\u0007\u0000\u0000\u0000\u0010\u0003\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000\u0013�\u0000\u0000\"�\u0000\u00008�\u0000\u0000��\u0000\u0000@\u0002\u0000\u0000\u0006\r\u0000\u0000\u001c\u0006\u0000\u0000.�\u0000\u0000&\u0000\u0000\u0000\u0017\u0003\u0000\u0000�\u0004\u0000\u0000O\u0001\u0000\u0000��\u0000\u0000~�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000~�\u0000\u0000^�\u0000\u0000�\u0006\u0000\u00005\t\u0000\u0000T\u0005\u0000\u0000��\u0000\u0000y�\u0000\u0000I�\u0000\u0000R�\u0000\u0000��\u0000\u0000��\u0000\u0000����\u001f\u0001\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000Z\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000A\u0000\u0000\u0000A\u0002\u0000\u00002\u0004\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000\u0012\u0006\u0000\u0000�\u0001\u0000\u0000\u0007\u0000\u0000\u0000��\u0000\u0000@\u0000\u0000\u0000;\u0000\u0000\u0000��\u0000\u0000-\u0001\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0001\u0000\u0000\f�\u0000\u0000��\u0000\u0000}�\u0000\u0000y�\u0000\u0000F�\u0000\u0000��\u0000\u0000��\u0000\u0000F�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000C�\u0000\u0000�\f\u0000\u0000h\b\u0000\u0000�\u0000\u0000\u0000z\u0001\u0000\u0000g\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000$�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000\"�\u0000\u0000������\u0000\u0000��\u0000\u0000D\u0003\u0000\u0000j\u0007\u0000\u0000�\t\u0000\u0000�\u0005\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006�\u0000\u00009�\u0000\u0000��\u0000\u0000-�\u0000\u0000R�\u0000\u0000��\u0000\u00002\u0004\u0000\u0000\u001e\u0006\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000k�\u0000\u00006�\u0000\u0000[�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000^\u0004\u0000\u0000�\u0007\u0000\u0000�\b\u0000\u0000|\u0007\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000`\u0000\u0000\u00000�\u0000\u0000W�\u0000\u0000��\u0000\u0000��\u0000\u0000&\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u001d\u0000\u0000\u0000=\u0000\u0000\u0000K\u0000\u0000\u0000�\u0000\u0000\u0000\u0012\u0000\u0000\u0000\b�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000t�\u0000\u0000Z�\u0000\u0000+�����\u0000\u0000�\u0004\u0000\u0000�\u0004\b\u0000U\u0001\u0000\u0000�\u0002\u0000\u0000\u001b\u0004\u0000\u0000�\u0003\u0000\u0000:\u0006\u0000\u0000.\u0004\u0000\u0000��\u0000\u0000Z�\u0000\u0000>�\u0000\u0000Q�\u0000\u0000M�\u0000\u0000n�\u0000\u0000��\u0000\u0000��\u0000\u0000j\u0001\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000v\u0000\u0000\u0000\u0006\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0015\u0001\u0000\u0000\u0000\u0002\u0000\u0000H\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0019\u0000\u0000\u0000��\u0000\u0000P�\u0000\u0000��\u0000\u0000��\u0000\u0000U�\u0000\u0000��\u0000\u0000M\u0000\u0000\u0000F\u0000\u0000\u0000<\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000^\u0001\u0000\u0000�\u0000\u0000\u0000i\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000Z\u0000\u0000\u0000�\u0000\u0000\u0000e\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000I\u0001\u0000\u0000k\u0001\u0000\u0000_\u0001\u0000\u0000d\u0001\u0000\u0000~\u0001\u0000\u0000#\u0001\u0000\u0000�\u0000\u0000\u0000u\u0000\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000��\u0000\u0000.�\u0000\u0000\u0013�\u0000\u0000H�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000,�\u0000\u0000��\u0000\u0000Y�\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000G�\u0000\u0000<�\u0000\u0000��\u0000\u0000\u0014\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u001e\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000`\u0000\u0000\u0000<\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000C\u0000\u0000\u0000g\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000���\u0000\u0000\u0000��\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000i\u0000\u0000\u0000�\u0000\u0000\u0000\u000e\u0001\u0000\u0000�\u0000\u0000\u0000f\u0000\u0000\u0000�\u0001\u0000\u0000{\u0002\u0000\u0000�\u0001\u0000\u0000h\u0002\u0000\u0000q\u0002\u0000\u0000f\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000w\u0000\u0000\u0000�\u0000\u0000\u0000\u000e\u0001\u0000\u0000�\u0000\u0000\u0000?\u0000\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000B�\u0000\u0000��\u0000\u0000��\u0000\u0000A�\u0000\u0000\\���������\u0000\u0000��\u0000\u00007�\u0000\u0000C\u0001\u0000\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000�\u0000\u0000\u0000\"\u0002\u0000\u0000P\u0002\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000��\u0000\u0000h�\u0000\u0000u�\u0000\u0000%�\u0000\u0000T�\u0000\u0000P�\u0000\u0000^�\u0000\u0000e�\u0000\u0000=�\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000T\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010�\u0000\u0000��\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000|�\u0000\u0000\u0002\u0001\u0000\u0000�\u0002\u0000\u0000[\u0002\u0000\u0000*\u0001\u0000\u0000�\u0001\u0000\u0000V\u0002\u0000\u0000�\u0001\u0000\u0000i\u0000\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000h\u0000\u0000\u0000�\u0000\u0000\u0000H\u0002\u0000\u0000\u0000\u0003\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000\u0005\u0001\u0000\u0000�\u0001\u0000\u0000\u0012\u0002\u0000\u0000\u0006\u0001\u0000\u0000u�\u0000\u0000\u0002�\u0000\u00003�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000��\u0000\u0000g�\u0000\u0000I�\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000a�\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000:\u0004\u0000\u0000P\u0004\u0000\u0000c�\u0000\u0000��\u0000\u0000\t�\u0000\u0000D�\u0000\u0000,�\u0000\u0000��\u0000\u00006�\u0000\u0000*�\u0000\u0000\u000b\u0003\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000}�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Y\u0001\u0000\u0000h\u0003\u0000\u0000 \u0004\u0000\u0000z\u0003\u0000\u0000\u001a\u0002\u0000\u0000I\u0000\u0000\u0000��\u0000\u00003�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u0000+\u0005\u0000\u00006\u0004\u0000\u0000�\u0004\u0000\u0000|\u0003\u0000\u0000\u001b\u0001\u0000\u0000^\u0000\u0000\u0000e\u0000\u0000\u0000��\u0000\u0000W\u0000\u0000\u0000[\u0001\u0000\u0000\t\u0001���\u0000\u0000\u0000�\u0001\u0000\u0000D\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000K\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000E�\u0000\u0000)�\u0000\u0000W�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000<�\u0000\u0000\b�\u0000\u0000�\u0001\u0000\u0000\u0006\u0007\u0000\u0000Z\u0003\u0000\u0000f\u0001\u0000\u0000o\u0003\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000p\u0000\u0000\u0000R�\u0000\u0000��\u0000\u0000\\�\u0000\u0000+�\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000��\u0000\u0000R\u0003\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000�\u0002\u0000\u0000\u001f\u0001\u0000\u0000f\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0016�\u0000\u00006�\u0000\u0000q�\u0000\u0000%\u0000\u0000\u0000\u001b\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u00009\u0003\u0000\u0000\"\u0002\u0000\u0000t\u0000\u0000\u0000��\u0000\u0000N�\u0000\u0000��\u0000\u0000��\u0000\u0000M�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000#\u0002\u0000\u0000.\u0003\u0000\u0000�\u0003\u0000\u0000H\u0003\u0000\u0000\u0003\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000I\u0001\u0000\u0000�\u0001\u0000\u00002\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u00001\u0001\u0000\u0000�\u0000\u0000\u0000\u001a\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0017\u0000\u0000\u0000��\u0000\u0000@�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000-�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005�\u0000\u0000&\u0005\u0000\u0000\u0014\u0003\u0000\u0000\u0015\u0000\u0000\u0000y\u0001\u0000\u0000�\u0002\u0000\u0000T\u0002\u0000\u0000\u0018\u0000\u0000\u0000i�\u0000\u0000!�\u0000\u0000��\u0000\u0000��\u0000\u0000\\�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0002���\u0000����\u0000\u0000k\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00005\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u00005\u0001\u0000\u0000\u001d\u0000\u0000\u0000�\u0000\u0000\u0000\u0013\u0001\u0000\u0000V\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000{\u0001\u0000\u0000n\u0001\u0000\u0000\u001b\u0002\u0000\u0000�\u0002\u0000\u0000,\u0002\u0000\u0000k\u0001\u0000\u0000u\u0001\u0000\u0000�\u0001\u0000\u0000e\u0002\u0000\u0000p\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000r\u0001\u0000\u0000�\u0001\u0000\u0000\u0015\u0001\u0000\u0000\u001b\u0000\u0000\u00002\u0000\u0000\u0000�\u0000\u0000\u0000?\u0001\u0000\u0000�\u0000\u0000\u0000O\u0000\u0000\u0000L\u0000\u0000\u0000c\u0000\u0000\u0000+\u0000\u0000\u0000o�\u0000\u0000%�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000!�\u0000\u0000��\u0000\u0000>�\u0000\u0000M�\u0000\u0000��\u0000\u0000��\u0000\u0000[�\u0000\u0000J�\u0000\u0000N�\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000\b�\u0000\u0000\n�\u0000\u0000t�\u0000\u0000P�\u0000\u0000��\u0000\u0000P\u0000\u0000\u0000�\u0000\u0000\u0000@\u0000\u0000\u0000��\u0000\u0000s�\u0000\u0000^�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000G\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\t\u0001\u0000\u0000\r\u0001\u0000\u0000\u0003\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000<\u0001\u0000\u0000\u000f\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000Q\u0001\u0000\u0000p\u0001\u0000\u0000P\u0001\u0000\u0000^\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000J\u0001\u0000\u0000\u0006\u0001\u0000\u0000\u0005\u0001\u0000\u0000\u001f\u0001\u0000\u0000\u0017\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0016\u0001\u0000\u0000&\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000w\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011�\u0000\u0000��\u0000\u0000��\u0000\u00002�\u0000\u0000��\u0000\u0000w�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000_�\u0000\u00005�\u0000\u0000��\u0000\u0000i�\u0000\u0000��\u0000\u0000q�\u0000\u0000\u0012�\u0000\u0000%�\u0000\u0000��\u0000\u0000��\u0000\u0000G�\u0000\u0000(�\u0000\u0000��\u0000\u0000\u0007\u0000\u0000\u0000X\u0000\u0000\u0000�\u0000\u0000\u0000r\u0000\u0000\u0000Z\u0000\u0000\u0000�\u0000\u0000\u0000$\u0001\u0000\u0000�\u0000\u0000\u0000H\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u00000\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000#\u0001\u0000\u0000\u0011\u0001\u0000\u0000v\u0000\u0000\u00005\u0000\u0000\u0000M\u0000\u0000\u00009\u0000\u0000\u0000\u0016\u0000\u0000\u0000Y\u0000\u0000\u0000g\u0000\u0000\u0000Y\u0000\u0000\u0000�\u0000\u0000\u00003\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u000f\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000f\u0000\u0000\u0000\u0011\u0000\u0000\u0000x\u0000\u0000\u0000\\\u0000\u0000\u0000��\u0000\u0000d\u0000\u0000\u0000�\u0000\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000J\u0000\u0000\u0000\u0019�\u0000\u0000��\u0000\u0000\"\u0000\u0000\u0000t�\u0000\u0000��\u0000\u0000]�\u0000\u0000j�\u0000\u00009���������\u0000\u0000\u0004�\u0000\u0000U�\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u00006�\u0000\u0000U�\u0000\u0000\u0018�\u0000\u0000\r�\u0000\u0000\u0005�\u0000\u0000\u000e�\u0000\u0000a�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000p�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000k�\u0000\u0000��\u0000\u0000#\u0000\u0000\u0000]\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u001e\u0000\u0000\u0000�\u0000\u0000\u0000S\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000M\u0000\u0000\u0000S\u0000\u0000\u0000_\u0000\u0000\u0000o\u0000\u0000\u0000q\u0000\u0000\u0000\u001c\u0000\u0000\u0000��\u0000\u0000D\u0000\u0000\u0000l\u0000\u0000\u0000\u0016\u0000\u0000\u0000��\u0000\u0000\u001b\u0000\u0000\u0000Z\u0000\u0000\u0000�\u0000\u0000\u0000d\u0000\u0000\u0000��\u0000\u0000\u000f\u0000\u0000\u0000�\u0000\u0000\u00006\u0000\u0000\u0000X�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000z\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000b�\u0000\u0000A\u0000\u0000\u0000\n\u0001\u0000\u0000k\u0000\u0000\u0000g�\u0000\u0000L�\u0000\u0000��\u0000\u0000L\u0000\u0000\u0000v�\u0000\u0000��\u0000\u0000��\u0000\u0000Y\u0000\u0000\u0000�\u0000\u0000\u0000\b\u0000\u0000\u0000`�\u0000\u0000��\u0000\u0000<\u0000\u0000\u0000\u0013\u0000\u0000\u0000@�\u0000\u0000(�\u0000\u0000��\u0000\u0000r\u0000\u0000\u0000\u0005\u0000\u0000\u0000{�\u0000\u0000n�\u0000\u0000��\u0000\u0000��\u0000\u0000n�\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000I\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000,\u0000\u0000\u0000��\u0000\u0000z�\u0000\u0000��\u0000\u0000\r\u0000\u0000\u00000\u0000\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000������\u0000\u0000\u001a\u0000\u0000\u0000 \u0000\u0000\u0000:\u0000\u0000\u0000E\u0000\u0000\u0000\"\u0000\u0000\u00002\u0000\u0000\u0000i\u0000\u0000\u0000C\u0000\u0000\u0000 \u0000\u0000\u0000b\u0000\u0000\u0000E\u0000\u0000\u0000\u0010\u0000\u0000\u0000 \u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u001d\u0000\u0000\u0000S\u0000\u0000\u0000e\u0000\u0000\u0000?\u0000\u0000\u0000C\u0000\u0000\u0000w\u0000\u0000\u0000�\u0000\u0000\u0000V\u0000\u0000\u0000R\u0000\u0000\u0000[\u0000\u0000\u0000 \u0000\u0000\u0000=\u0000\u0000\u0000z\u0000\u0000\u0000i\u0000\u0000\u0000*\u0000\u0000\u0000c\u0000\u0000\u0000�\u0000\u0000\u0000c\u0000\u0000\u0000>\u0000\u0000\u0000\u001c\u0000\u0000\u0000B\u0000\u0000\u0000c\u0000\u0000\u0000>\u0000\u0000\u0000\u0005\u0000\u0000\u0000��\u0000\u0000\u001e\u0000\u0000\u0000,\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000D\u0000\u0000\u0000M\u0000\u0000\u00005\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\r\u0000\u0000\u0000\u001e\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\f\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0014\u0000\u0000\u0000$\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b\u0000\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000\u001a\u0000\u0000\u0000A\u0000\u0000\u0000B\u0000\u0000\u0000W\u0000\u0000\u0000z\u0000\u0000\u0000W\u0000\u0000\u0000b\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000l\u0000\u0000\u0000~\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000j\u0000\u0000\u0000]\u0000\u0000\u0000y\u0000\u0000\u0000u\u0000\u0000\u0000W\u0000\u0000\u0000O\u0000\u0000\u0000C\u0000\u0000\u0000Y\u0000\u0000\u0000�\u0000��k\u0000\u0000\u0000!\u0000\u0000\u00006\u0000\u0000\u0000N\u0000\u0000\u0000(\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0000\u0000\u0000\u000b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000~�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000~�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000w�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000\u0011\u0000\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000&\u0000\u0000\u0000-\u0000\u0000\u0000 \u0000\u0000\u0000-\u0000\u0000\u0000>\u0000\u0000\u0000<\u0000\u0000\u0000>\u0000\u0000\u0000<\u0000\u0000\u0000D\u0000\u0000\u0000K\u0000\u0000\u0000A\u0000\u0000\u0000H\u0000\u0000\u0000U\u0000\u0000\u0000O\u0000\u0000\u0000I\u0000\u0000\u0000D\u0000\u0000\u0000=\u0000\u0000\u0000=\u0000\u0000\u0000H\u0000\u0000\u0000A\u0000\u0000\u0000/\u0000\u0000\u00004\u0000\u0000\u0000-\u0000\u0000\u0000\u001b\u0000\u0000\u0000(\u0000\u0000\u00003\u0000\u0000\u0000\"\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0006\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0006\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0003\u0000\u0000\u0000\n\u0000\u0000\u0000$\u0000\u0000\u00001\u0000\u0000\u0000 \u0000\u0000\u0000\u001f\u0000\u0000\u0000:\u0000\u0000\u0000G\u0000\u0000\u00008\u0000\u0000\u0000/\u0000\u0000\u0000<\u0000\u0000\u0000J\u0000\u0000\u0000B\u0000\u0000\u00005\u0000\u0000\u0000/\u0000\u0000\u00009\u0000\u0000\u0000C\u0000\u0000\u0000=\u0000\u0000\u00004\u0000\u0000\u00009\u0000\u0000\u0000F\u0000\u0000\u0000@\u0000\u0000\u00003\u0000\u0000\u0000/\u0000\u0000\u00004\u0000\u0000\u00005\u0000\u0000\u0000&\u0000\u0000\u0000\u001f\u0000\u0000\u0000\"\u0000\u0000\u0000\"\u0000\u0000\u0000)\u0000\u0000\u00001\u0000\u0000\u0000/\u0000\u0000\u0000*\u0000\u0000\u0000)\u0000\u0000\u00001\u0000\u0000\u00008\u0000\u0000\u00000\u0000\u0000\u0000$\u0000\u0000\u0000\u001a\u0000\u0000\u0000\"\u0000\u0000\u0000,\u0000\u0000\u0000\u001d\u0000\u0000\u0000\b\u0000��\u000b\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u0011\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0007\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0018\u0000\u0000\u0000 \u0000\u0000\u0000$\u0000\u0000\u0000\"\u0000\u0000\u0000#\u0000\u0000\u0000,\u0000\u0000\u00003\u0000\u0000\u00005\u0000\u0000\u00005\u0000\u0000\u00003\u0000\u0000\u00007\u0000\u0000\u00008\u0000\u0000\u00004\u0000\u0000\u00000\u0000\u0000\u00001\u0000\u0000\u00006\u0000\u0000\u00007\u0000\u0000\u00004\u0000\u0000\u00002\u0000\u0000\u00006\u0000\u0000\u0000<\u0000\u0000\u0000>\u0000\u0000\u0000>\u0000\u0000\u0000>\u0000\u0000\u0000=\u0000\u0000\u00009\u0000\u0000\u00005\u0000\u0000\u00006\u0000\u0000\u0000/\u0000\u0000\u0000&\u0000\u0000\u0000&\u0000\u0000\u0000+\u0000\u0000\u0000+\u0000\u0000\u0000$\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u0015\u0000\u0000\u0000\f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\u0005\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u001e\u0000\u0000\u0000'\u0000\u0000\u0000+\u0000\u0000\u0000*\u0000\u0000\u0000'\u0000\u0000\u0000+\u0000\u0000\u00004\u0000\u0000\u00007\u0000\u0000\u00002\u0000\u0000\u0000/\u0000\u0000\u00000\u0000\u0000\u00007\u0000\u0000\u00007\u0000\u0000\u00000\u0000\u0000\u0000,\u0000\u0000\u0000,\u0000\u0000\u00001\u0000\u0000\u0000.\u0000\u0000\u0000*\u0000\u0000\u0000)\u0000\u0000\u0000(\u0000\u0000\u0000'\u0000\u0000\u0000$\u0000\u0000\u0000\"\u0000\u0000\u0000\"\u0000\u0000\u0000 \u0000\u0000\u0000\u001f\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0010\u0000\u0000\u0000\r\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\f\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001f\u0000\u0000\u0000\u001f\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u000b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u000b\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\r\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000e\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\b\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u000b\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000f\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0000\u0000\u0000\u000b\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\u000b\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\f\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0014\u0000��\u0016\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001f\u0000\u0000\u0000\u001f\u0000\u0000\u0000 \u0000\u0000\u0000 \u0000\u0000\u0000$\u0000\u0000\u0000%\u0000\u0000\u0000&\u0000\u0000\u0000)\u0000\u0000\u0000'\u0000\u0000\u0000(\u0000\u0000\u0000*\u0000\u0000\u0000-\u0000\u0000\u0000.\u0000\u0000\u0000,\u0000\u0000\u0000/\u0000\u0000\u0000/\u0000\u0000\u00000\u0000\u0000\u00003\u0000\u0000\u00002\u0000\u0000\u00002\u0000\u0000\u00003\u0000\u0000\u00002\u0000\u0000\u00004\u0000��6\u0000\u0000\u00004\u0000\u0000\u00007\u0000\u0000\u00008\u0000\u0000\u00005\u0000\u0000\u00008\u0000\u0000\u00006\u0000\u0000\u00003\u0000\u0000\u00004\u0000\u0000\u00004\u0000\u0000\u00007\u0000\u0000\u00005\u0000\u0000\u00001\u0000\u0000\u00003\u0000\u0000\u00005\u0000\u0000\u00003\u0000\u0000\u00003\u0000\u0000\u00004\u0000\u0000\u00001\u0000\u0000\u00003\u0000\u0000\u00002\u0000\u0000\u0000/\u0000\u0000\u00000\u0000\u0000\u00001\u0000\u0000\u00003\u0000\u0000\u00001\u0000\u0000\u0000/\u0000\u0000\u0000/\u0000\u0000\u0000-\u0000\u0000\u0000.\u0000\u0000\u0000/\u0000\u0000\u0000-\u0000\u0000\u0000-\u0000\u0000\u0000+\u0000��,\u0000\u0000\u0000+\u0000\u0000\u0000)\u0000\u0000\u0000+\u0000\u0000\u0000&\u0000\u0000\u0000+\u0000\u0000\u0000)\u0000\u0000\u0000$\u0000\u0000\u00003\u0000��'\u0000��\u001f\u0000\u0000\u0000$\u0000\u0000\u0000\u001f\u0000\u0000\u0000\u001d\u0000\u0000\u0000\"\u0000\u0000\u0000%\u0000\u0000\u0000 \u0000\u0000\u0000\u001f\u0000\u0000\u0000\u001f\u0000\u0000\u0000$\u0000\u0000\u0000%\u0000\u0000\u0000$\u0000\u0000\u0000(\u0000\u0000\u0000$\u0000\u0000\u0000#\u0000\u0000\u0000&\u0000\u0000\u0000$\u0000\u0000\u0000(\u0000\u0000\u0000-\u0000\u0000\u0000-\u0000\u0000\u0000+\u0000\u0000\u0000)\u0000\u0000\u0000*\u0000\u0000\u0000*\u0000\u0000\u0000,\u0000\u0000\u0000,\u0000\u0000\u0000(\u0000\u0000\u0000)\u0000\u0000\u0000&\u0000\u0000\u0000#\u0000\u0000\u0000'\u0000\u0000\u0000%\u0000\u0000\u0000*\u0000\u0000\u0000+\u0000\u0000\u0000&\u0000\u0000\u0000'\u0000\u0000\u0000$\u0000\u0000\u0000!\u0000\u0000\u0000\"\u0000\u0000\u0000!\u0000\u0000\u0000!\u0000\u0000\u0000#\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0017\u0000\u0000\u0000%\u0000\u0000\u0000\u000f\u0000\u0000\u0000#\u0000\u0000\u0000\u000e\u0000\u0000\u0000\"\u0000\u0000\u0000P\u0000\u0000\u0000��\u0000\u0000\r\u0000\u0000\u0000\u001a\u0000\u0000\u0000\f\u0000\u0000\u0000\u0012\u0000\u0000\u0000c\u0000\u0000\u0000V\u0000\u0000\u0000��\u0000\u0000\u0010\u0000\u0000\u0000\u0006\u0000\u0000\u0000\r\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u001c\u0000\u0000\u0000��\u0000\u0000\u0014\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000\u0019\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000\u000f\u0000\u0000\u0000\r\u0000\u0000\u0000��\u0000\u0000\u000e\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0015\u0000\u0000\u0000K\u0000\u0000\u0000\u000f\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000\u0011\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u001f\u0000\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b\u0000\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0016\u0000\u0000\u0000m\u0000\u0000\u0000�\u0000\u0000\u0000N\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000=\u0000\u0000\u0000��\u0000\u0000\u0007\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000s\u0000\u0000\u00009\u0000\u0000\u0000'\u0000\u0000\u0000\u000f\u0000\u0000\u0000��\u0000\u0000\u0019\u0000\u0000\u0000��\u0000\u0000;\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000g�\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000d\u0000\u0000\u0000X\u0000\u0000\u0000O\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u0015\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000*\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000K\u0000\u0000\u0000��\u0000\u0000��\u0000\u00007\u0000\u0000\u0000]�\u0000\u0000L\u0000\u0000\u0000��\u0000\u0000s�\u0000\u0000y\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000P\u0000\u0000\u0000��\u0000\u0000F�\u0000\u0000/\u0000\u0000\u0000��\u0000\u0000o�\u0000\u0000P\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000f\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000}\u0000\u0000\u0000��\u0000\u0000x\u0000\u0000\u0000y\u0000\u0000\u0000~�\u0000\u0000@\u0000\u0000\u0000m\u0000\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000A\u0000\u0000\u0000G�\u0000\u0000$\u0000\u0000\u0000\u0004\u0000\u0000\u0000��\u0000\u00002\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u00007\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u0013\u0000\u0000\u0000��\u0000\u0000f\u0000\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000S�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000a\u0000\u0000\u0000��\u0000\u0000u�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000l�\u0000\u0000z\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u0003�\u0000\u0000Y\u0000\u0000\u0000)\u0000\u0000\u0000��\u0000\u00002\u0000\u0000\u0000c\u0000\u0000\u0000��\u0000\u0000z�\u0000\u0000�\u0000\u0000\u0000H�\u0000\u0000f�\u0000\u0000�\u0000\u0000\u0000>�\u0000\u00002\u0000\u0000\u0000K\u0000\u0000\u0000��\u0000\u0000C\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u001d\u0000\u0000\u0000O\u0000\u0000\u0000��\u0000\u0000[\u0000\u0000\u0000U\u0000\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000o�\u0000\u0000#�\u0000\u00001\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000f\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\f\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000 �\u0000\u0000��\u0000\u0000i\u0000\u0000\u0000��\u0000\u0000}�\u0000\u0000�\u0000\u0000\u0000��\u0000\u00005\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u00002\u0000\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000�\u0000\u0000\u0000W�\u0000\u0000��\u0000\u0000o\u0000\u0000\u0000��\u0000\u0000s�\u0000\u0000N\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000o�\u0000\u0000I�\u0000\u0000�\u0000\u0000\u0000J�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000@�\u0000\u0000\u000b�\u0000\u0000v\u0001\u0000\u0000x�\u0000\u0000+�\u0000\u0000\u0014\u0001\u0000\u00009�\u0000\u00007�\u0000\u0000�\u0000\u0000\u0000b�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u00006�\u0000\u0000!\u0000\u0000\u0000*\u0000\u0000\u0000��\u0000\u0000j\u0000\u0000\u0000�\u0000\u0000\u0000\u0019�\u0000\u0000N�\u0000\u0000{�\u0000\u0000��\u0000\u0000T\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000q�\u0000\u0000��\u0000\u0000(�\u0000\u0000\u0000�\u0000\u0000\u0017\u0000\u0000\u0000e�\u0000\u0000��\u0000\u0000'\u0000\u0000\u0000w�\u0000\u0000O�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000g�\u0000\u0000\u0010\u0001\u0000\u0000��\u0000\u0000/�\u0000\u0000\\\u0001\u0000\u0000��\u0000\u0000|�\u0000\u0000�\u0001\u0000\u0000\u0018\u0000\u0000\u0000:�\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000\u0018�\u0000\u0000Y\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000Y�\u0000\u0000�\u0000\u0000\u0000j\u0000\u0000\u0000:�\u0000\u0000K\u0001\u0000\u0000\u0001\u0001\u0000\u0000��\u0000\u0000\u001c\u0001\u0000\u0000v\u0000\u0000\u0000��\u0000\u0000_\u0001\u0000\u0000\\\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000^\u0000\u0000\u0000w�\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000_\u0000\u0000\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000�\u0000\u0000\u00008\u0001\u0000\u0000A\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000 \u0001\u0000\u0000W\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000\b\u0001\u0000\u0000�\u0000\u0000\u0000\u001a\u0000\u0000\u0000^\u0000\u0000\u0000�\u0000\u0000\u0000D\u0000\u0000\u0000[\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0003\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000I�\u0000\u0000<�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b\u0002\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000E\u0003\u0000\u0000\u0016\u0005\u0000\u0000\u0005\u0006��&\u0003\u0000\u0000�\u0002\u0000\u0000O\u0002\u0000\u0000�\u0001\u0000\u0000c\u0002��M\u0002\u0000\u0000$\u0001\u0000\u0000w\u0002\u0000\u0000\u0017\u0004\u0000\u0000!\u0003\u0000\u0000f\u0003\u0000\u0000$\u0005\u0000\u0000�\u0005\u0000\u0000\u001c\u0006\u0000\u0000�\u0005\u0000\u0000(\u0004\u0000\u0000B\u0004\u0000\u0000\u0013\u0004\u0000\u0000�\u0001\u0000\u0000\u0007\u0000\u0000\u0000m�\u0000\u0000��\u0000\u0000w�\u0000\u0000��\u0000\u0000#�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000m�\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000Z\u0003\u0000\u00001\u0007\u0000\u0000-\r\u0000\u0000\"\r\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000�\u0007\u0000\u0000B\u0001\u0000\u0000��\u0000\u0000\n�\u0000\u0000A�\u0000\u0000\u0007�\u0000\u0000��\u0000\u00005�\u0000\u0000��\u0000\u0000w\u0001\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000T\n\u0000\u0000�\b\u0000\u0000~\u0007\u0000\u0000�\n\u0000\u0000;\t\u0000\u0000C\u0003\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000A\u0000\u0000\u0000B�\u0000\u0000��\u0000\u0000E\u0001\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000u\u0001\u0000\u0000V\u0000\u0000\u0000\u0001�\u0000\u0000|�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\f�\u0000\u0000��\u0000\u0000��\u0000\u00004�\u0000\u0000�\u0006\u0000\u0000�\u0004\u0000\u0000(\b\u0000\u0000�\u0006\u0000\u0000�\u0007\u0000\u0000[\f\u0000\u0000�\n\u0000\u0000$�\u0000\u0000��\u0000\u0000)�\u0000\u0000��\u0000\u0000��\u0000\u00003�\u0000\u0000m�\u0000\u0000��\u0000\u0000b\u0005\u0000\u0000�\b\u0000\u0000[\u0007\u0000\u0000=\u000b\u0000\u0000�\n\u0000\u0000�\n\u0000\u0000\u0005\u000b\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000+�\u0000\u0000\\�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000\u0013\u0006\u0000\u0000�\b\u0000\u0000^\b\u0000\u0000�\b\u0000\u0000<\t\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000��\u0000\u00007�\u0000\u0000��\u0000\u0000��\u0000\u0000U�\u0000\u0000Z�\u0000\u0000K�\u0000\u0000X�\u0000\u0000t�\u0000\u0000��\u0000\u0000M�\u0000\u0000,�\u0000\u0000\u001e\u0007\u0000\u0000M\u0007\u0000\u0000,\u0005\u0000\u0000R\u0005\u0000\u0000\u0012\u0002\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000G\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0004\u0000\u0000�\t\u0000\u0000C\t\u0000\u0000l\u0006\u0000\u0000�\u0003\u0000\u0000A�\u0000\u0000��\u0000\u0000\u001b�\u0000\u0000N�\u0000\u00003�\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000\u001d\u0001\u0000\u0000�\u0005\u0000\u00003\u0006\u0000\u0000B\u0005\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000�\u0007\u0000\u0000�\u0003\u0000\u0000 �\u0000\u00000�\u0000\u0000F�\u0000\u00007�\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000��\u0000\u0000T�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0012�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000�\u0004\u0000\u0000=\u0007\u0000\u00000\u0005\u0000\u0000=\u0001\u0000\u0000\u0013\u0000\u0000\u0000�\u0005\u0000\u0000C\u0006\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000P\u0001\u0000\u0000\u0006\u0000\u0000\u0000�\u0001\u0000\u0000X\u0003\u0000\u0000\u000b\b\u0000\u0000�\n\u0000\u0000\u0015\b\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000<�\u0000\u0000��\u0000\u0000\u0017�\u0000\u0000Z�\u0000\u0000\u0012�\u0000\u00001\u0002\u0000\u0000\r\b\u0000\u0000%\n\u0000\u0000m\u0007\u0000\u0000K\u0003\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000u�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000V�\u0000\u0000w�\u0000\u0000>\u0000\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000S\u0006\u0000\u0000�\u0003\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000y�\u0000\u0000M�\u0000\u0000��\u0000\u0000`�\u0000\u0000��\u0000\u0000R\u0002\u0000\u0000�\u0006\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000�\u0007\u0000\u0000�\u0003\u0000\u0000��\u0000\u00002�\u0000\u0000��\u0000\u0000\b�\u0000\u0000W�\u0000\u0000+\u0001\u0000\u0000g\u0002\u0000\u0000�\u0003\u0000\u0000�\u0006\u0000\u0000W\t\u0000\u0000�\u0007\u0000\u0000�\u0004\u0000\u0000�\u0001\u0000\u0000O�\u0000\u0000��\u0000\u00001�\u0000\u0000��\u0000\u0000+�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000v\u0001\u0000\u0000��\u0000\u0000`�\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000��\u0000\u0000$�\u0000\u00007\u0003\u0000\u0000\u0019\b\u0000\u0000\u000b\t\u0000\u0000�\u0006\u0000\u0000�\u0003\u0000\u0000K\u0000\u0000\u0000�\u0001\u0000\u0000~\u0002\u0000\u0000��\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\t\u0007\u0000\u0000U\u000b\u0000\u0000y\u0007\u0000\u0000�\u0005\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u00002�\u0000\u0000]�\u0000\u0000��\u0000\u0000T�\u0000\u0000��\u0000\u0000Y�\u0000\u0000Q\u0004\u0000\u0000 \u0007\u0000\u0000�\b\u0000\u0000�\u0006\u0000\u0000g\u0005\u0000\u0000�\u0005\u0000\u00005\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000;�\u0000\u0000m�\u0000\u0000D�\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000j�\u0000\u0000<�\u0000\u0000\u0012�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0013\u0000\u0000\u0000d\u0006\u0000\u0000^\b\u0000\u0000�\b\u0000\u0000�\u0005\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000A�\u0000\u0000J�\u0000\u0000n�\u0000\u0000\u001a�\u0000\u0000b\u0002\u0000\u0000f\n\u0000\u0000�\n\u0000\u0000�\b\u0000\u0000\u0002\u0005\u0000\u0000R\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000l�\u0000\u0000!\u0000\u0000\u0000�\u0005\u0000\u0000\u000e\n\u0000\u0000�\n\u0000\u0000�\t\u0000\u0000\u000e\u0007\u0000\u0000v\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000f�\u0000\u0000l�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000��\u0000\u0000-�\u0000\u0000��\u0000\u0000b�\u0000\u0000��\u0000\u0000�\u0005\u0000\u0000,\b\u0000\u0000�\b\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000\f\u0003\u0000\u0000&\u0002\u0000\u0000��\u0000\u0000C�\u0000\u0000��\u0000\u0000>�\u0000\u0000:�\u0000\u0000\f\u0006\u0000\u0000�\t\u0000\u0000�\b\u0000\u0000T\u0006\u0000\u0000P\u0000\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000u�\u0000\u0000o�\u0000\u0000m�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000O\u0007\u0000\u0000�\n\u0000\u0000n\u000b\u0000\u0000�\b\u0000\u0000�\u0003\u0000\u0000������\u0000\u0000��\u0000\u0000\b�\u0000\u0000\u0018�\u0000\u0000m�\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000\u0018�\u0000\u0000<�\u0000\u0000\u0018�\u0000\u0000G�\u0000\u0000�\u0003\u0000\u0000\t\t\u0000\u0000�\n\u0000\u0000�\b\u0000\u0000o\u0001\u0000\u0000t�\u0000\u0000\r�\u0000\u0000 \u0002\u0000\u0000E�\u0000\u00004�\u0000\u00003�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0001\u0000\u0000�\u0007\u0000\u0000\u000e\t\u0000\u0000�\u0007\u0000\u0000p\u0001\u0000\u0000|�\u0000\u0000Y�\u0000\u0000��\u0000\u0000��\u0000\u0000p�\u0000\u0000��\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000\f\u0006\u0000\u0000Y\r\u0000\u0000 \u000f\u0000\u0000�\u000b\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000[�\u0000\u0000\u000f�\u0000\u0000\u0018\u0001\u0000\u0000�\u0000\u0000\u0000C�\u0000\u0000'�\u0000\u0000��\u0000\u0000��\u0000\u00009�\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000*\n\u0000\u0000�\n\u0000\u0000\u0007\t\u0000\u0000�\u0003\u0000\u0000m�\u0000\u0000U�\u0000\u0000(\u0002\u0000\u0000F�\u0000\u0000��\u0000\u0000B�\u0000\u0000��\u0000\u0000��\u0000\u0000}\u0000\u0000\u0000�\t\u0000\u0000X\t\u0000\u0000�\u0006\u0000\u0000�\u0002\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000y�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000\b\u0007\u0000\u0000�\u000e\u0000\u0000�\u000f\u0000\u00008\u000b\u0000\u0000\u001b\u0005\u0000\u0000n�\u0000\u0000��\u0000\u0000��\u0000\u00002\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c�\u0000\u0000Y�\u0000\u0000��\u0000\u0000��\u0000\u0000O\u0000\u0000\u0000I\n\u0000\u0000g\f\u0000\u0000�\n\u0000\u0000s\u0004\u0000\u0000e�\u0000\u0000b�\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000P�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000[�\u0000\u0000�\b\u0000\u0000y\n\u0000\u0000�\u0007\u0000\u0000`\u0004\u0000\u0000W�\u0000\u0000o����\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000|�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0006\u0000\u0000�\f\u0000\u0000�\f\u0000\u0000�\b\u0000\u00001\u0005\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000\u001c�\u0000\u0000\u0007�\u0000\u0000�\b\u0000\u0000\u0002\r\u0000\u0000�\f\u0000\u0000�\u0007\u0000\u0000s�\u0000\u0000I�\u0000\u0000�\u0002\u0000\u0000J\u0003\u0000\u0000Q�\u0000\u0000F�\u0000\u0000,�\u0000\u0000[�\u0000\u0000)�\u0000\u0000�\u0006\u0000\u0000�\t\u0000\u0000*\u0005\u0000\u0000j\u0004\u0000\u0000w\u0003\u0000\u0000\u001f\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u00000�\u0000\u0000R�\u0000\u0000~�\u0000\u0000�\u0000\u0000\u0000�\u0003\u0000\u0000c\u0005\u0000\u0000}\u0006\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000z\u0006\u0000\u0000T\u0003\u0000\u0000��\u0000\u0000>�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Y\u0001\u0000\u0000�\b\u0000\u0000�\u000b\u0000\u0000H\t\u0000\u0000�\u0005\u0000\u0000�\u0002\u0000\u0000i\u0005\u0000\u0000S\u0005\u0000\u0000s�\u0000\u0000��\u0000\u0000^�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000_\u0005\u0000\u0000�\u0003\u0000\u0000c\u0004\u0000\u0000P\u0007\u0000\u0000�\t\u0000\u0000y\u0007\u0000\u0000N\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Q\u0000\u0000\u0000�\u0000\u0000\u00002�\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000\u0006\u0004\u0000\u0000.\u0001\u0000\u0000��\u0000\u0000\u0005�\u0000\u0000&�\u0000\u0000A�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u0000N\u0002\u0000\u0000�\u0000\u0000\u00005\u0003\u0000\u0000~\u0006\u0000\u0000[\t\u0000\u0000�\u0007\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000M�\u0000\u0000��\u0000\u0000��\u0000\u0000A�\u0000\u0000��\u0000\u0000}�\u0000\u0000�\u0000\u0000\u0000b\u0005\u0000\u0000\u0002\t\u0000\u0000�\u0007\u0000\u0000~\u0006\u0000\u0000r\u0006\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000@\u0000\u0000\u00004�����\u0000\u0000+\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00001�\u0000\u0000\u001a�\u0000\u0000;�\u0000\u0000��\u0000\u0000\u0017\u0001\u0000\u0000�\u0002\u0000\u0000D\u0001\u0000\u0000\u000e\u0000\u0000\u0000�\u0000\u0000\u0000J\u0004\u0000\u0000�\u0006\u0000\u0000\u001e\u0005\u0000\u0000,�\u0000\u0000\u0012�\u0000\u0000;�\u0000\u0000T�\u0000\u0000\u0007�\u0000\u0000\u0001�\u0000\u0000��\u0000\u0000.�\u0000\u0000\n\u0000\u0000\u0000=\u0003\u0000\u0000�\u0004\u0000\u0000\u0003\u0005\u0000\u0000�\u0004\u0000\u0000n\u0006\u0000\u0000Z\u0007\u0000\u0000u\u0005\u0000\u0000;\u0003\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u0016\u0003\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000-�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000H�\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000A\u0001\u0000\u0000,\u0003\u0000\u0000�\u0000\u0000\u0000��\u0000\u00004\u0001\u0000\u0000�\u0005\u0000\u0000G\b\u0000\u0000\u0019\u0004\u0000\u0000>�\u0000\u0000\u0003�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b�\u0000\u0000r\u0001\u0000\u0000\u0019\u0003\u0000\u00001\u0004\u0000\u0000U\u0005\u0000\u0000>\u0006\u0000\u0000!\u0007\u0000\u0000�\u0007\u0000\u0000�\u0004\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000\u0010\u0003\u0000\u0000T\u0002\u0000\u0000`\u0000\u0000\u0000J�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000/�\u0000\u0000x�\u0000\u0000<�\u0000\u0000'\u0000\u0000\u0000\u0001\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000,\u0007\u0000\u0000�\u0007\u0000\u0000\u0014\u0007\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000i�\u0000\u0000U�\u0000\u0000��\u0000\u0000N�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0002\u0000\u00009\u0005\u0000\u0000�\u0006\u0000\u0000l\u0006\u0000\u0000:\u0004\u0000\u0000�\u0004\u0000\u0000J\u0006\b\u0000S\u0005\u0000\u00001\u0003\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000+\u0002\u0000\u0000O\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000x�\u0000\u0000a�\u0000\u0000��\u0000\u0000��\u0000\u0000%�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\u0006\u0000\u0000l\u0005\u0000\u0000�\u0001\u0000\u0000!\u0002\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u0000E\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\n\u0002\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000\u0006�\u0000\u00006\u0001\u0000\u00006\u0000\u0000\u0000c�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000}\u0003\u0000\u0000h\u0002\u0000\u0000M\u0001\u0000\u00008\u0002\u0000\u0000<\u0002\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000g�\u0000\u0000��\u0000\u00005�\u0000\u0000��\u0000\u0000��\u0000\u0000f�\u0000\u0000R�\u0000\u0000@�\u0000\u0000��\u0000\u0000s�\u0000\u0000d�\u0000\u0000\u0007�\u0000\u0000z�\u0000\u0000D�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000&\u0002\u0000\u0000�\u0001\u0000\u0000p\u0001���\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\r�\u0000\u0000_�\u0000\u0000q�\u0000\u0000��\u0000\u0000j�\u0000\u0000n\u0000\u0000\u0000x\u0001\u0000\u0000�\u0001\u0000\u0000A\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000~\u0000\u0000\u00000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000<�\u0000\u0000��\u0000\u0000��\u0000\u00001�\u0000\u0000��\u0000\u0000��\u0000\u0000r�\u0000\u0000v�\u0000\u0000A\u0000\u0000\u0000�\u0000\u0000\u0000#\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000V\u0001\u0000\u00001\u0001\u0000\u0000\u000f\u0001\u0000\u0000\u0015\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000 \u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000G\u0002\u0000\u0000o\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000:\u0002\u0000\u0000\u0005\u0002\u0000\u0000�\u0001\u0000\u0000[\u0001\u0000\u0000�\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000L�\u0000\u0000a�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000B�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001c�\u0000\u00002�\u0000\u0000G�\u0000\u0000c�\u0000\u0000~�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000@\u0000\u0000\u0000�\u0000\u0000\u0000U\u0001\u0000\u0000�\u0001\u0000\u0000@\u0002\u0000\u0000�\u0002\u0000\u0000\u0019\u0003\u0000\u00006\u0003\u0000\u0000$\u0003\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000]\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u0012\u0001\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000:\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0014\u0000\u0000\u0000\u0017\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000g�\u0000\u0000��\u0000\u0000{�\u0000\u0000\u0016�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000|�\u0000\u0000(\u0000\u0000\u0000�\u0000\u0000\u0000C\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000\u000b\u0002\u0000\u0000\u0010\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000y\u0001\u0000\u0000C\u0001\u0000\u0000\r\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000f\u0000\u0000\u0000L\u0000\u0000\u0000F\u0000\u0000\u0000>\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000^\u0000\u0000\u0000t\u0000\u0000\u0000|\u0000\u0000\u0000m\u0000\u0000\u0000c\u0000\u0000\u0000Y\u0000\u0000\u0000=\u0000\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u0000��\u0000\u00009�\u0000\u0000��\u0000\u0000��\u0000\u0000y�\u0000\u0000]�\u0000\u0000[�\u0000\u0000q�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003�\u0000\u0000K�\u0000\u0000��\u0000\u0000��\u0000\u0000\t\u0000\u0000\u00004\u0000\u0000\u0000X\u0000\u0000\u0000q\u0000\u0000\u0000~\u0000\u0000\u0000v\u0000\u0000\u0000g\u0000\u0000\u0000]\u0000\u0000\u0000W\u0000\u0000\u0000P\u0000\u0000\u0000H\u0000\u0000\u0000A\u0000\u0000\u0000D\u0000\u0000\u0000R\u0000\u0000\u0000]\u0000\u0000\u0000g\u0000\u0000\u0000s\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000m\u0000\u0000\u0000M\u0000\u0000\u00001\u0000\u0000\u0000\u0014\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000p�\u0000\u0000o�\u0000\u0000g�\u0000\u0000[�\u0000\u0000h�\u0000\u0000p�\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000\u001c\u0000\u0000\u0000)\u0000\u0000\u0000D\u0000\u0000\u0000;\u0000\u0000\u0000O\u0000\u0000\u0000Y\u0000\u0000\u0000c\u0000\u0000\u0000b\u0000\u0000\u0000O\u0000\u0000\u0000n\u0000\u0000\u0000J\u0000\u0000\u0000X\u0000\u0000\u0000=\u0000\u0000\u0000\u0019\u0000\u0000\u00009\u0000\u0000\u0000��\u0000\u0000U\u0000\u0000\u0000o\u0000\u0000\u0000��\u0000\u0000\u0019\u0000\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u0000��\u0000\u0000��\u0000\u00001\u0000\u0000\u0000��\u0000\u0000\u0014\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\"\u0000\u0000\u0000\u0013\u0000\u0000\u0000-\u0000\u0000\u0000@\u0000\u0000\u00005\u0000\u0000\u0000=\u0000\u0000\u00001\u0000\u0000\u00006\u0000\u0000\u00001\u0000\u0000\u0000\u001c\u0000\u0000\u0000#\u0000\u0000\u0000\u0016\u0000\u0000\u00004\u0000\u0000\u0000E\u0000\u0000\u0000D\u0000\u0000\u0000d\u0000\u0000\u0000s\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000l\u0000\u0000\u00004\u0000\u0000\u0000\u001f\u0000\u0000\u0000\u001a\u0000\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000\u0010\u0000��}�����\u0000\u0000{�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u0000\t\u0000\u0000\u0000\u0011\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000,\u0000\u0000\u0000\u0010\u0000\u0000\u00000\u0000\u0000\u0000,\u0000\u0000\u0000U\u0000\u0000\u0000e\u0000\u0000\u00005\u0000\u0000\u0000c\u0000\u0000\u0000N\u0000\u0000\u0000�\u0000\u0000\u0000a\u0000\u0000\u0000]\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000e\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000*\u0000\u0000\u0000G\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00009\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u000b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u0000a�\u0000\u00000\u0000\u0000\u0000\u001d�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000C\u0000\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000<\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000%\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000Q\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000O\u0000\u0000\u0000F\u0000\u0000\u0000�\u0000\u0000\u0000\u001a\u0000\u0000\u00008\u0000\u0000\u0000=\u0000\u0000\u0000�\u0000\u0000\u0000/\u0000\u0000\u0000O\u0000\u0000\u0000'\u0000\u0000\u0000J\u0000\u0000\u0000\u001c\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000K�\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000'\u0000\u0000\u0000f�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000~���\u0012\u0000\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000\f\u0000\u0000\u0000��\u0000\u0000\u0016\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000U\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000\"\u0000\u0000\u0000t\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000h\u0000\u0000\u0000<\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u001e\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000.\u0000\u0000\u0000|�\u0000\u0000S�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000n�\u0000\u0000����\\�\u0000\u0000��\u0000\u0000B\u0000\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000\"\u0000\u0000\u0000W�\u0000\u0000,\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000T�\u0000\u0000�\u0000\u0000\u0000q�\u0000\u0000)\u0000\u0000\u0000\u0012\u0000\u0000\u0000J\u0000\u0000\u0000~\u0000\u0000\u0000��\u0000\u0000Q\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u00007\u0001\u0000\u0000��\u0000\u0000W\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000;\u0000\u0000\u0000�\u0000\u0000\u0000p�\u0000\u0000.\u0000\u0000\u0000��\u0000\u0000^�\u0000\u0000B\u0000\u0000\u00003�\u0000\u0000��\u0000\u0000��\u0000\u00009�\u0000\u0000t\u0000\u0000\u0000*�\u0000\u0000��\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000:\u0000\u0000\u0000��\u0000\u0000z�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000@�\u0000\u0000�\u0000\u0000\u0000'�\u0000\u0000�\u0000\u0000\u0000\u001c\u0000\u0000\u0000K�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\t\u0000\u0000\u00002\u0000\u0000\u0000�\u0000\u0000\u0000\u001e�\u0000\u0000 \u0001\u0000\u0000{�\u0000\u0000��\u0000\u0000}\u0001\u0000\u0000G�\u0000\u0000�\u0000\u0000\u0000O\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000{\u0000\u0000\u00009\u0000\u0000\u0000��\u0000\u0000I\u0000\u0000\u0000s�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000=\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000d�\u0000\u0000��\u0000\u0000e\u0000\u0000\u0000\u001a�\u0000\u0000F\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000{\u0000\u0000\u0000M�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u000f\u0000\u0000\u00000\u0000\u0000\u0000\u0002\u0000\u0000\u0000%\u0000\u0000\u0000��\u0000\u0000E\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u001e�\u0000\u0000Z\u0000\u0000\u0000��\u0000\u0000\u0010�\u0000\u00007\u0000\u0000\u0000*�\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000_\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u0010\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000^�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000Y\u0001\u0000\u0000,�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000\"�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000E�\u0000\u0000��\u0000\u0000��\u0000\u0000E�\u0000\u0000��\u0000\u0000\u0010\u0000\u0000\u0000\u0013�\u0000\u0000\u0019\u0000\u0000\u0000U\u0000\u0000\u0000��\u0000\u0000\u000e\u0001\u0000\u0000�\u0000\u0000\u0000@�\u0000\u0000\u001f\u0001\u0000\u0000<\u0000\u0000\u0000Q�\u0000\u0000�\u0001\u0000\u0000 \u0000\u0000\u0000[�\u0000\u0000\u0017\u0002\u0000\u0000E�\u0000\u0000\u0018�\u0000\u0000�\u0001\u0000\u0000V�\u0000\u0000u�\u0000\u0000�\u0001\u0000\u0000:�\u0000\u0000��\u0000\u0000=\u0001\u0000\u0000��\u0000\u0000W�\u0000\u00006\u0001\u0000\u0000G\u0000\u0000\u0000��\u0000\u0000S\u0001\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000`\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000b�\u0000\u0000��\u0000\u0000��\u0000\u0000A�\u0000\u0000J�\u0000\u0000��\u0000\u0000e�\u0000\u0000#\u0000\u0000\u0000��\u0000\u0000\u001d�\u0000\u0000\u001e\u0001\u0000\u0000\b�\u0000\u0000��\u0000\u0000I\u0000\u0000\u0000%�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000j�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0015�\u0000\u0000c�\u0000\u0000��\u0000\u0000Q�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000 \u0000\u0000\u0000\u001e\u0000\u0000\u0000\u0012\u0000\u0000\u0000s�\u0000\u0000\u0011\u0000\u0000\u0000\r\u0000\u0000\u0000F�\u0000\u0000}�\u0000\u0000J�\u0000\u0000��\u0000\u0000h�\u0000\u0000��\u0000\u0000\\�\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u001f\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\\\u0000\u0000\u0000��\u0000\u0000%\u0000\u0000\u0000/\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000�\u0000��\u0007\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000 \u0001\u0000\u0000j\u0000\u0000\u0000�\u0000\u0000\u00008\u0001\u0000\u0000!\u0000\u0000\u0000�\u0000\u0000\u0000\u0010\u0000\u0000\u0000W�\u0000\u0000��\u0000\u0000��\u0000\u0000&�\u0000\u0000��\u0000\u0000N�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000>�\u0000\u0000$�\u0000\u0000��\u0000\u0000l�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000\u001d\u0003\u0000\u0000�\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0015\u0005\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000Y\u0005\u0000\u0000�\u0004\u0000\u0000<\u0004\u0000\u0000�\u0003\u0000\u0000+\u0003\u0000\u0000G\u0002\u0000\u0000=\u0001\u0000\u0000�\u0000\u0000\u00008\u0000\u0000\u0000>�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Z�\u0000\u0000*�\u0000\u0000G�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000q�\u0000\u0000\u001e\u0001\u0000\u0000~\u0003\u0000\u0000�\u0004\u0000\u0000\u0004\u0000\u0000�\u0006\u0000\u0000\u000b\b\u0000\u0000m\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000X\u0000\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000o\u0001\u0000\u0000|\u0003\u0000\u0000�\u0005\u0000\u00008\u0005\u0000\u0000�\u0006\u0000\u0000�\u0007\u0000\u0000]\u0006\u0000\u0000�\u0006\u0000\u0000e\u0005\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000U�\u0000\u0000��\u0000\u0000Z�\u0000\u0000T�\u0000\u00000�\u0000\u0000,�\u0000\u0000#�\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000k\u0002\u0000\u0000.\u0006\u0000\u0000�\b\u0000\u0000;\b\u0000\u0000�\n\u0000\u0000H\u000b\u0000\u0000�\u0005\u0000\u0000�\u0003\u0000\u0000a\u0002\u0000\u0000��\u0000\u0000E�\u0000\u0000\u0007�\u0000\u0000+�\u0000\u0000��\u0000\u0000��\u0000\u00006�\u0000\u0000�\u0001\u0000\u0000�\u0004\u0000\u0000n\u0006\u0000\u0000g\b\u0000\u0000\u001c\t\u0000\u0000\\\b\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000:�\u0000\u00002�\u0000\u0000��\u0000\u0000j�\u0000\u0000.�\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0004\u0000\u0000�\t\u0000\u0000�\u000b\u0000\u0000|\n\u0000\u0000�\u0007\u0000\u0000\u0012\f\u0000\u0000�\u0007\u0000\u0000��\u0000\u0000l�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000!�\u0000\u0000$�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000�\b\u0000\u0000J\r\u0000\u0000�\u000e\u0000\u0000\r\u0000\u0000w\n\u0000\u0000�\u0007\u0000\u0000\u0006\u0007\u0000\u0000�\u0005\u0000\u0000|\u0000\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000\n�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000J\u0002\u0000\u0000��\u0000\u0000,\u0006\u0000\u0000�\u000b\u0000\u0000�\u0010\u0000\u0000W\u0011\u0000\u0000�\u000b\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000R�\u0000\u0000��\u0000\u0000_�\u0000\u0000�\u0001\u0000\u0000o\u0010\u0000\u0000�\u000f\u0000\u0000\u0000\u000e\u0000\u0000�\u000e\u0000\u0000�\f\u0000\u0000=\u000b\u0000\u0000�\u0006\u0000\u0000'�\u0000\u0000?�\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000_�\u0000\u0000��\u0000\u0000\u001c�\u0000\u00000�\u0000\u0000\u0001�\u0000\u0000\u0013�\u0000\u0000��\u0000\u0000��\u0000\u0000F\b\u0000\u0000�\u0001\u0000\u00000\u0001\u0000\u0000\u0010\u0004\u0000\u0000�\u0007\u0000\u0000�\t\u0000\u0000*\u0006\u0000\u0000��\u0000\u0000��\u0000\u0000[�\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000*�\u0000\u0000\u0001�\u0000\u0000J\u0002\u0000\u0000�\u0002\u0000\u0000d\u0001\u0000\u0000�\u0006\u0000\u0000f\n\u0000\u0000�\t\u0000\u0000�\u0007\u0000\u0000U\u0004\u0000\u00002\u0002\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000\u0006�\u0000\u0000\u0002�\u0000\u0000�\u0001\u0000\u0000b\u0003\u0000\u0000�\u0003\u0000\u0000 \u0002\u0000\u0000��\u0000\u0000��\u0000\u0000O�\u0000\u00009�\u0000\u0000<�\u0000\u0000\u001b�\u0000\u0000Z�\u0000\u0000\n\u0001\u0000\u0000>�\u0000\u0000��\u0000\u0000\u0013\u0003\u0000\u0000\u0018\b\u0000\u0000\u0005\b\u0000\u0000<\u0003\u0000\u0000I���\u0011�\u0000\u00009�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000S�\u0000\u0000�\u0001\u0000\u00004\u0005\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000�\u0003\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000�\u0005\u0000\u0000Z\u0001\u0000\u0000�\u0001\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000r�\u0000\u00007\u0001\u0000\u0000�\u0004\u0000\u0000�\u0004\u0000\u0000d�\u0000\u0000��\u0000\u0000\"�\u0000\u0000��\u0000\u00004�\u0000\u0000+�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0006\u0000\u00009\u0004\u0000\u0000M\u0001\u0000\u00001\u0002\u0000\u0000�\u0006\u0000\u0000�\t\u0000\u0000r\u0002\u0000\u0000��\u0000\u0000(�\u0000\u0000\u0002�\u0000\u0000?�\u0000\u0000~�\u0000\u0000\u0017�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000�\n\u0000\u0000�\b\u0000\u0000\u000b\u0004\u0000\u0000O\u0002\u0000\u0000\t\u0003\u0000\u0000.\u0003\u0000\u0000��\u0000\u0000c�\u0000\u0000������\u0000\u0000<\u0003\u0000\u0000\u0006\u0005\u0000\u0000�\u0005\u0000\u0000�\u0007\u0000\u0000�\t\u0000\u0000#\t\u0000\u0000o\u0005\u0000\u0000|\u0001\u0000\u00007�\u0000\u0000b�\u0000\u0000J�\u0000\u00005�\u0000\u00002�\u0000\u0000{�\u0000\u0000\u0017�\u0000\u0000�\u0004\u0000\u0000�\b\u0000\u0000�\b\u0000\u0000�\u0005\u0000\u0000\u0013\u0005\u0000\u0000�\t\u0000\u0000�\u000b\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000G�\u0000\u0000��\u0000\u0000��\u0000\u0000(�\u0000\u0000��\u0000\u0000\u0013�\u0000\u0000�\u0005\u0000\u0000u\f\u0000\u0000�\u000b\u0000\u0000:\b\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u000b�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000Q\u0005\u0000\u0000�\r\u0000\u0000�\u000f\u0000\u00009\f\u0000\u0000\u001d\u000b\u0000\u0000�\u0007\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000@�\u0000\u0000#�\u0000\u0000��\u0000\u0000\u0017�\u0000\u0000d�\u0000\u0000��\u0000\u0000?\t\u0000\u0000�\u000f\u0000\u0000�\r\u0000\u0000o\u0007\u0000\u0000\"\u0003\u0000\u0000^\u0006\u0000\u0000g\u0007\u0000\u0000��\u0000\u0000@�\u0000\u0000\"�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u00005\u0001\u0000\u0000Q\u0004\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000\u0016\u0006\u0000\u0000}�\u0000\u0000��\u0000\u0000!�\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000d\u0001\u0000\u0000\u000b\u0007\u0000\u0000p\u000f\u0000\u0000E\u0011\u0000\u0000�\f\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000G�\u0000\u0000\u000e�\u0000\u0000��\u0000\u0000��\u0000\u0000O�\u0000\u0000a�\u0000\u0000D�\u0000\u0000��\u0000\u0000n�\u0000\u0000\r�\u0000\u0000m�\u0000\u0000j\t\u0000\u0000�\f\u0000\u0000t\u000b\u0000\u0000\u0018\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000A�\u0000\u0000�\u0003\u0000\u0000\u000e\b\u0000\u0000!\u0007\u0000\u0000�\u0004\u0000\u00005\u0005\u0000\u0000�\u0006\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000R�\u0000\u0000�\u0001\u0000\u0000\\\u0003\u0000\u0000�\u0005\u0000\u0000�\t\u0000\u0000\u0007\f\u0000\u0000�\n\u0000\u0000\u0017\u0006\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0015�\u0000\u0000Q�\u0000\u0000��\u0000\u0000r\u0007\u0000\u0000S\f\u0000\u0000L\n\u0000\u0000\u0006\u0007\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000\n\u0001\u0000\u0000:\u0001\u0000\u0000G�\u0000\u0000��\u0000\u0000>�\u0000\u0000K�\u0000\u0000R\u0001\u0000\u0000-\t\u0000\u0000�\n\u0000\u0000�\u0005\u0000\u0000\u0017\u0003\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0005\u0000\u0000�\b\u0000\u0000�\t\u0000\u0000_\n\u0000\u0000�\u0007\u0000\u0000�\u0004\u0000\u00005\u0002\u0000\u0000����T�\u0000\u0000��\u0000\u0000i\u0000\u0000\u0000�\u0001\u0000\u0000:\u0003\u0000\u0000�\u0002\u0000\u0000U\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\t\n\u0000\u0000\u0004\u0010\u0000\u0000\u0016\u0011\u0000\u0000�\u000b\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000[�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001f�\u0000\u0000t\u0004\u0000\u0000o\u000e\u0000\u0000�\u000e\u0000\u0000�\t\u0000\u0000>\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000N�\u0000\u0000v�\u0000\u0000��\u0000\u00007�\u0000\u0000O\u0001\u0000\u0000\u001e\u0007\u0000\u0000�\f\u0000\u0000�\r\u0000\u0000\u0014\t\u0000\u0000\b\u0004\u0000\u0000\u000f�\u0000\u0000��\u0000\u0000��\u0000\u0000]\u0000\u0000\u0000(\u0002\u0000\u0000�\u0002\u0000\u0000b\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000\t�\u0000\u0000R�\u0000\u0000[�\u0000\u00005\u0002\u0000\u0000�\u0010\u0000\u0000�\u0015\u0000\u0000S\u0014\u0000\u0000�\u0006\u0000\u0000\u0016�\u0000\u0000p�\u0000\u0000��\u0000\u0000��\u0000\u0000}�\u0000\u00001�\u0000\u0000\r�\u0000\u0000H�\u0000\u0000�\u0007\u0000\u0000\u000b\u000f\u0000\u0000�\r\u0000\u0000�\u0007\u0000\u00006�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000^�\u0000\u0000�\u0002\u0000\u0000\u0016\u0005\u0000\u0000�\u0004\u0000\u0000�\u0006\u0000\u0000�\n\u0000\u0000>\b\u0000\u0000k\u0004\u0000\u0000t\u0000\u0000\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000\u001b\u0003\u0000\u0000�\u0004\u0000\u0000\u000f\u0005\u0000\u0000\u0000\u0003\u0000\u0000U�\u0000\u0000e�\u0000\u0000E�\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000M�\u0000\u0000Q�\u0000\u0000��\u0000\u0000'�\u0000\u0000��\u0000\u0000�\f\u0000\u0000�\u0014\u0000\u0000�\u0014\u0000\u0000w\n\u0000\u0000.�\u0000\u0000e�\u0000\u0000\u001b�\u0000\u0000\u0013�\u0000\u0000!�\u0000\u0000\b\u0000\u0000\u0000V�\u0000\u0000'�\u0000\u0000��\u0000\u0000\r\n\u0000\u0000\u0001\u000e\u0000\u0000\r\f\u0000\u0000F\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000\b�\u0000\u00003�\u0000\u0000�\u0004\u0000\u0000�\b\u0000\u0000\f\u0006\u0000\u0000�\u0003\u0000\u0000\\\u0004\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000v\u0003\u0000\u0000��\u0000\u0000d�\u0000\u00008�\u0000\u0000B\u0000\u0000\u0000e\u0004\u0000\u0000P\u0007\u0000\u0000�\u0005\u0000\u0000�\u0001\u0000\u0000{�\u0000\u0000��\u0000\u00008�\u0000\u0000�\u0000\u0000\u0000S\u0001\u0000\u0000��\u0000\u0000^�\u0000\u0000\u0011�\u0000\u0000{�\u0000\u0000��\u0000\u0000^\t\u0000\u0000�\u0012\u0000\u0000}\u0014\u0000\u00008\r\u0000\u0000*�\u0000\u0000\"�\u0000\u0000\u000f�\u0000\u0000Z�\u0000\u0000��\u0000\u0000��\u0000\u0000J�\u0000\u0000��\u0000\u0000s�\u0000\u0000E\u0006\u0000\u0000�\f\u0000\u0000j\u000e\u0000\u0000�\u0006\u0000\u0000\u001b�\u0000\u0000R�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000\f\n\u0000\u0000�\u0007\u0000\u0000F\u0004\u0000\u0000�\u0002\u0000\u00002\u0001\u0000\u0000�\u0002\u0000\u0000x\u0004\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000g�\u0000\u0000s�\u0000\u0000�\u0001\u0000\u0000Y\u0007\u0000\u0000�\b\u0000\u0000�\u0004\u0000\u0000�\u0000\u0000\u0000N�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000A�\u0000\u0000\\�\u0000\u0000��\u0000\u0000=�\u0000\u0000��\u0000\u0000S\u0002\u0000\u0000,\u0010\u0000\u0000\u000f\u0016\u0000\u0000�\u0014\u0000\u0000�\u0004\u0000\u0000\u0005�\u0000\u0000\f�\u0000\u0000i�\u0000\u0000\u0010�\u0000\u0000��\u0000\u0000v�\u0000\u0000��\u0000\u0000\f�\u0000\u0000�\u0002\u0000\u0000=\n\u0000\u0000%\u0010\u0000\u0000_\r\u0000\u0000��\u0000\u0000:�\u0000\u00003�\u0000\u0000M�\u0000\u00003�\u0000\u0000:\t\u0000\u0000\n\f\u0000\u0000�\b\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0003\u0000\u0000�\u0003\u0000\u0000\u001c\u0001\u0000\u0000\u000f�\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000j\u0005\u0000\u0000�\t\u0000\u0000�\b\u0000\u0000�\u0004\u0000\u0000��\u0000\u0000k�\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000U�\u0000\u0000a�\u0000\u0000��\u0000\u00000�\u0000\u0000��\u0000\u0000��\u0000\u0000 \n\u0000\u0000�\u0013\u0000\u0000u\u0017\u0000\u0000B\f\u0000\u0000'�\u0000\u0000j�\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000K\u0004\u0000\u0000j\f\u0000\u0000\u000b\u0010\u0000\u0000�\u0007\u0000\u0000<�\u0000\u0000��\u0000\u0000��\u0000\u0000:�\u0000\u0000�\u0003\u0000\u0000�\f\u0000\u0000�\f\u0000\u0000�\b\u0000\u0000o\u0001\u0000\u0000\u0015�\u0000\u0000\u0002\u0000\u0000\u0000�\u0002\u0000\u0000x\u0003\u0000\u0000]\u0002\u0000\u0000_�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u0000\u0006\u0000\u0000�\b\u0000\u0000\u0004\b\u0000\u0000�\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000@�\u0000\u0000i\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000d�\u0000\u0000\u001d\n\u0000\u0000�\u0013\u0000\u0000�\u0016\u0000\u0000�\n\u0000\u0000��\u0000\u0000)�\u0000\u00000�\u0000\u0000\n�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000(�\u0000\u0000u�\u0000\u0000l�\u0000\u00004\u0003\u0000\u0000�\f\u0000\u0000p\u0010\u0000\u0000�\b\u0000\u0000\n�\u0000\u0000*�\u0000\u0000[�\u0000\u0000f�\u0000\u0000�\u0002\u0000\u0000�\u000b\u0000\u0000\u001e\r\u0000\u0000�\b\u0000\u0000\u0007\u0001\u0000\u0000\u0011�\u0000\u0000w�\u0000\u00006\u0002\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000\f\u0007\u0000\u0000�\u0007\u0000\u0000{\u0003\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000��\u0000\u0000t\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005�\u0000\u0000��\u0000\u0000�\t\u0000\u0000�\u0014\u0000\u0000\u0015\u0018\u0000\u0000\u0001\f\u0000\u0000��\u0000\u0000\u0007�\u0000\u0000�\u0000\u0000'�\u0000\u0000\u0013�\u0000\u0000\u001a\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002���\u000b\u0000\u0000�\u0010\u0000\u0000\u0004\n\u0000\u0000d�\u0000\u0000\u000e�\u0000\u0000i�\u0000\u0000��\u0000\u0000\u0019\u0001\u0000\u0000H\u000b\u0000\u0000i\u000e\u0000\u0000<\u000b\u0000\u0000\u000b\u0003\u0000\u0000A�\u0000\u0000��\u0000\u0000Y\u0001\u0000\u0000|\u0003\u0000\u0000\u0011\u0004\u0000\u0000��\u0000\u0000y�\u0000\u0000z�\u0000\u0000,\u0002\u0000\u0000�\u0006��_\b\u0000\u00008\u0005\u0000\u0000��\u0000\u0000��\u0000\u0000\t�\u0000\u0000j�\u0000\u0000x�\u0000\u0000��\u0000\u0000A�\u0000\u0000\u000b�\u0000\u00000�\u0000\u0000��\u0000\u00000\b\u0000\u0000�\u0014\u0000\u0000�\u0019\u0000\u0000�\u000e\u0000\u0000@�\u0000\u0000\u000b�\u0000\u0000\u001a�\u0000\u0000\"�\u0000\u0000��\u0000\u0000X\u0004\u0000\u0000q\u0001\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000e\u0000\u0000\u0000�\t\u0000\u0000T\u0010\u0000\u0000w\f\u0000\u0000S\u0001\u0000\u0000\f�\u0000\u0000��\u0000\u0000$�\u0000\u0000\u0010�\u0000\u0000!\b\u0000\u0000#\u000e\u0000\u0000�\f\u0000\u0000#\u0005\u0000\u0000��\u0000\u0000\u0017�\u0000\u00000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0005\u0000\u0000�\u0001\u0000\u0000\u0014�\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000~\u0003\u0000\u0000�\u0007\u0000\u0000�\u0006\u0000\u0000�\u0001\u0000\u0000R�\u0000\u0000��\u0000\u0000A�\u0000\u0000��\u0000\u0000S�\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000<�\u0000\u0000N\u0005\u0000\u0000\u001b\u0012��9\u0019\u0000\u0000\b\u0011\u0000\u0000��\u0000\u0000Q�\u0000\u0000L�\u0000\u0000��\u0000\u0000��\u0000\u0000\u000f\u0003\u0000\u0000�\u0002\u0000\u0000u\u0000\u0000\u0000-�\u0000\u0000\u0017\u0000\u0000\u0000�\u0007\u0000\u0000�\u000e\u0000\u0000f\r\u0000\u0000�\u0004\u0000\u0000s�\u0000\u0000F�\u0000\u0000��\u0000\u0000\u0002�\u0000\u0000+\u0003\u0000\u0000�\f\u0000\u0000�\u000e\u0000\u0000J\t\u0000\u00007\u0002\u0000\u0000f�\u0000\u0000g�\u0000\u0000u\u0001���\u0004���\u0003\u0000\u0000��\u0000\u0000\f�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u00004\u0004\u0000\u0000\u0014\u0000\u0000\u0000y�\u0000\u0000&�\u0000\u0000|�\u0000\u0000��\u0000\u0000m�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000<\u0004\u0000\u0000�\u000f\u0000\u0000(\u0017\u0000\u0000`\u0010\u0000\u0000b\u0001\u0000\u0000a�\u0000\u0000��\u0000\u0000\u0013�\u0000\u0000Q�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000H\u0001\u0000\u0000��\u0000\u00000\u0001\u0000\u0000�\u0007\u0000\u0000.\r\u0000\u0000�\f\u0000\u0000J\u0006\u0000\u0000��\u0000\u0000{�\u0000\u0000+�\u0000\u0000a�\u0000\u0000��\u0000\u0000�\t\u0000\u0000\f\u000e\u0000\u0000/\u000b\u0000\u0000�\u0004\u0000\u0000_\u0000\u0000\u00005�\u0000\u0000�\u0000��'\u0005\u0000\u0000s\u0003\u0000\u0000v\u0000\u0000\u0000-�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000E\u0006\u0000\u0000�\u0005\u0000\u0000�\u0002\u0000\u0000\u0007�\u0000\u0000\t�\u0000\u00006�\u0000\u0000V�\u0000\u0000��\u0000\u0000l�\u0000\u0000R�\u0000\u0000\u0003�\u0000\u0000S\u0005\u0000\u00001\u0010\u0000\u0000Y\u0014\u0000\u0000�\r\u0000\u0000*\u0002\u0000\u0000~�\u0000\u0000a�\u0000\u0000b�\u0000\u0000��\u0000\u0000$�\u0000\u0000\u0000�\u0000\u0000s\u0000\u0000\u0000\u0015\u0001\u0000\u0000\u000b\u0004\u0000\u0000�\t\u0000\u0000�\r\u0000\u0000I\f\u0000\u0000a\u0005\u0000\u0000N�\u0000\u0000\u0002�\u0000\u0000\u0019�\u0000\u0000m�\u0000\u0000\u000b�\u0000\u0000+\u0007\u0000\u0000�\u000b\u0000\u00003\n\u0000\u0000�\u0006���\u0002\u0000\u0000k\u0001\u0000\u0000�\u0003\u0000\u0000�\u0004\u0000\u0000\r\u0003\u0000\u0000��\u0000\u0000M�\u0000\u0000��\u0000\u0000��\u0000\u0000A\u0003\u0000\u0000�\u0005\u0000\u0000�\u0005\u0000\u0000z\u0002\u0000\u0000��\u0000\u0000��\u0000\u0000L�\u0000\u0000��\u0000\u0000\u0001�\u0000\u0000\u0007�\u0000\u0000\r�\u0000\u0000�\u0002\u0000\u00009\u000b\u0000\u0000�\u0011\u0000\u0000\t\u000f\u0000\u0000 \u0007\u0000\u00005�\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000\r�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000�\u0002\u0000\u0000v\b\u0000\u0000\t\r\u0000\u00004\r��V\t\u0000\u0000�\u0001\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000;�\u0000\u0000��\u0000\u0000�\u0006\u0000\u0000�\b\u0000\u0000�\b\u0000\u0000�\u0006\u0000\u0000�\u0005\u0000\u0000�\u0006\u0000\u0000�\u0006���\u0004\u0000\u0000o\u0000\u0000\u0000��\u0000\u0000��\u0000\u00000�\u0000\u0000x�\u0000\u0000\u001f\u0004\u0000\u0000�\u0006\u0000\u0000W\u0005\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000��\u0000\u0000 �\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000!\u0007\u0000\u0000E\u000e\u0000\u0000R\u000e\u0000\u0000�\t\u0000\u0000\u0019\u0003\u0000\u0000\u001a�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000d�\u0000\u0000��\u0000\u0000/\u0001\u0000\u0000W\u0006\u0000\u0000[\u000b\u0000\u0000�\f\u0000\u0000k\u000b\u0000\u00003\u0006\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000[�\u0000\u0000Q�\u0000\u0000�\u0000\u0000\u0000j\u0004\u0000\u0000q\u0006\u0000\u0000s\u0007\u0000\u0000\u001f\b\u0000\u0000�\t\u0000\u0000\u000e\u000b\u0000\u0000�\b\u0000\u0000u\u0003\u0000\u0000\u0014�\u0000\u0000\u0013�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0005\u0000\u0000V\u0006\u0000\u0000�\u0001\u0000\u0000'�\u0000\u0000��\u0000\u0000��\u0000\u0000k�\u0000\u0000��\u0000\u0000@�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\b\u0000\u0000\u0019\r\u0000\u0000\u0002\f\u0000\u0000�\u0007\u0000\u0000�\u0001\u0000\u0000��\u0000\u0000��\u0000\u0000>�\u0000\u0000/�\u0000\u00003�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000N\u0007\u0000\u0000�\n\u0000\u0000X\u000b\u0000\u0000�\t\u0000\u00003\u0005\u0000\u0000������\u0000\u0000��\u0000\u0000l�\u0000\u0000P�\u0000\u0000-�\u0000\u0000�\u0001\u0000\u0000�\u0004\u0000\u0000@\u0007\u0000\u0000\n\n\u0000\u0000�\f\u0000\u0000�\f\u0000\u0000�\b\u0000\u0000\u0015\u0002\u0000\u0000\u0018�\u0000\u0000\u001c�\u0000\u0000\u0007�\u0000\u0000��\u0000\u0000�\u0002\u0000\u0000�\u0005\u0000\u0000$\u0005\u0000\u0000��\u0000\u0000W�\u0000\u0000��\u0000\u00003�\u0000\u0000<�\u0000\u0000��\u0000\u0000i�\u0000\u0000��\u0000\u0000��\u0000\u0000d\u0006\u0000\u0000�\f\u0000\u0000c\r\u0000\u0000�\t\u0000\u0000O\u0004\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000!�\u0000\u0000��\u0000\u0000E�\u0000\u0000\u0015�\u0000\u0000�\u0000\u0000\u0000�\u0004\u0000\u0000�\b\u0000\u0000Y\n\u0000\u0000*\u000b\u0000\u0000E\b\u0000\u0000�\u0001\u0000\u0000&�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0019�\u0000\u0000P�\u0000\u0000�\u0000\u0000\u0000J\u0003\u0000\u0000�\u0006\u0000\u0000\u0017\u000b\u0000\u0000�\r\u0000\u0000*\u000e\u0000\u0000I\n\u0000\u0000�\u0002\u0000\u0000u�\u0000\u0000\u001f�\u0000\u0000.�\u0000\u0000��\u0000\u0000�\u0001\u0000\u0000�\u0004\u0000\u0000�\u0003\u0000\u00009�\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000K�\u0000\u00001�\u0000\u0000��\u0000\u0000��\u0000\u0000r�\u0000\u0000\u001b\u0000\u0000\u00000\t\u0000\u0000�\r\u0000\u0000�\f\u0000\u0000c\u0007\u0000\u0000*\u0000\u0000\u0000{�\u0000\u0000g�\u0000\u0000��\u0000\u0000��\u0000\u0000Z�\u0000\u0000>�\u0000\u0000��\u0000\u0000\u000b�\u0000\u00002\u0002\u0000\u0000�\u0005\u0000\u0000=\t\u0000\u0000�\u000b\u0000\u0000;\b\u0000\u0000�\u0001\u0000\u0000\u0014�\u0000\u00009�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\u001c\u0005\u0000\u0000�\b��f\t��^\b\u0000\u0000\u0000\u0007\u0000\u0000T\u0005\u0000\u0000�\u0002\u0000\u0000�\u0000\u0000\u0000\u001e�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000d\u0000\u0000\u0000�\u0000\u0000\u0000,�\u0000\u0000H�\u0000\u0000��\u0000\u0000P�\u0000\u0000\b�\u0000\u0000}�\u0000\u0000W�\u0000\u0000=�\u0000\u00004�\u0000\u0000>�\u0000\u0000S\u0001\u0000\u0000,\n\u0000\u0000\u0018\r\u0000\u0000�\t\u0000\u0000\u0005\u0003\u0000\u0000G�\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000~�\u0000\u0000\\�\u0000\u0000\u000e�\u0000\u0000D�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0005\u0000\u0000�\b\u0000\u0000'\u000b\u0000\u0000�\u0007\u0000\u0000$\u0001\u0000\u0000]�\u0000\u0000\u001f�\u0000\u0000��\u0000\u0000�\u0003\u0000\u0000R\u0007\u0000\u0000\u0012\u0006\u0000\u0000�\u0004\u0000\u0000�\u0002\u0000\u0000h\u0001\u0000\u0000 \u0002\u0000\u0000�\u0003\u0000\u0000\u0006\u0003\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000<�\u0000\u0000\u0000�\u0000\u0000��\u0000\u0000\u0004�\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000;�\u0000\u0000f�\u0000\u0000a�\u0000\u0000g�\u0000\u00002�\u0000\u0000\t�\u0000\u0000Z�\u0000\u0000\u0018\u0000\u0000\u0000|\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000]�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000e�\u0000\u0000��\u0000\u0000D\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000\"\u0003\u0000\u00003\u0003\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000t\u0000\u0000\u0000\r\u0002\u0000\u0000�\u0003\u0000\u0000I\u0005\u0000\u0000�\u0005\u0000\u0000^\u0004\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000b\u0001\u0000\u0000�\u0001\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001e�\u0000\u0000%�\u0000\u00008�\u0000\u0000?�\u0000\u0000T�\u0000\u0000o�\u0000\u0000)�\u0000\u0000��\u0000\u0000U�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001f\u0001\u0000\u0000k\u0002\u0000\u0000*\u0002\u0000\u0000\u0001\u0001\u0000\u0000\u0013\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000j\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000\u001b�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000/\u0001\u0000\u0000\u0012\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000f\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000�\u0003\u0000\u0000o\u0003\u0000\u0000�\u0002\u0000\u0000\f\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000x\u0001\u0000\u0000\u001d\u0001\u0000\u0000�\u0000\u0000\u0000\u001c\u0000\u0000\u0000��\u0000\u00005�\u0000\u0000��\u0000\u0000D�����\u0000\u0000��\u0000\u0000S�\u0000\u0000��\u0000\u0000~�\u0000\u0000 �\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000p�\u0000\u0000z�\u0000\u0000��\u0000\u0000M�\u0000\u0000��\u0000\u0000��\u0000\u0000\u001d\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0017\u0000\u0000\u0000|\u0000\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000.\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u0000�\u0002\u0000\u00000\u0002\u0000\u0000�\u0001��<\u0001��)\u0001\u0000\u0000,\u0001\u0000\u0000>\u0001\u0000\u00003\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000*\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000g�\u0000\u0000H�\u0000\u0000V�\u0000\u0000-�\u0000\u0000��\u0000\u0000��\u0000\u0000X�\u0000\u0000\u0016�\u0000\u0000\u0003�\u0000\u0000��\u0000\u0000��\u0000\u0000p�\u0000\u0000\u001e�\u0000\u0000��\u0000\u0000K�\u0000\u0000��\u0000\u0000w�\u0000\u0000*�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00009\u0000\u0000\u00003\u0000\u0000\u0000S\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000a\u0000\u0000\u0000d\u0000\u0000\u0000Z\u0000\u0000\u0000a\u0000\u0000\u0000�\u0000\u0000\u00008\u0001\u0000\u0000u\u0001\u0000\u0000�\u0001\u0000\u0000\u0014\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000$\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000)\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000{\u0000\u0000\u0000I\u0000\u0000\u0000\u0004\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000n�\u0000\u0000?�\u0000\u0000 �\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000y�\u0000\u0000��\u0000\u0000��\u0000\u0000\u0006�\u0000\u0000\u001b�\u0000\u0000$�\u0000\u0000(�\u0000\u0000\u001d�\u0000\u0000B�\u0000\u0000N�\u0000\u0000D�\u0000\u0000T�\u0000\u0000W�\u0000\u0000Z�\u0000\u0000u�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u001e\u0000\u0000\u0000\u0017\u0000\u0000\u0000\t\u0000\u0000\u0000\u0004\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0011\u0000\u0000\u00009\u0000\u0000\u0000N\u0000\u0000\u0000~\u0000\u0000\u0000}\u0000\u0000\u0000a\u0000\u0000\u0000R\u0000\u0000\u0000N\u0000\u0000\u0000G\u0000\u0000\u0000X\u0000\u0000\u0000R\u0000\u0000\u0000\u001a\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\t\u0000\u0000\u0000-\u0000\u0000\u0000\"\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000 \u0000\u0000\u00000\u0000\u0000\u0000\u001b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000s�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000{�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0007\u0000\u0000\u0000,\u0000\u0000\u0000(\u0000\u0000\u0000)\u0000\u0000\u0000M\u0000\u0000\u0000h\u0000\u0000\u0000q\u0000\u0000\u0000q\u0000\u0000\u0000X\u0000\u0000\u0000@\u0000\u0000\u0000*\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001c\u0000\u0000\u0000 \u0000\u0000\u0000)\u0000\u0000\u0000@\u0000\u0000\u0000^\u0000\u0000\u0000b\u0000\u0000\u0000\\\u0000\u0000\u0000c\u0000\u0000\u0000z\u0000\u0000\u0000�\u0000\u0000\u0000v\u0000\u0000\u00004\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0015\u0000\u0000\u00008\u0000\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0004\u0000\u0000\u00006\u0000\u0000\u0000c\u0000\u0000\u0000p\u0000\u0000\u0000h\u0000\u0000\u0000e\u0000\u0000\u0000o\u0000\u0000\u0000u\u0000\u0000\u0000k\u0000\u0000\u0000e\u0000\u0000\u0000d\u0000\u0000\u0000q\u0000\u0000\u0000x\u0000\u0000\u0000q\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000|\u0000\u0000\u0000}\u0000\u0000\u0000c\u0000\u0000\u0000U\u0000\u0000\u0000_\u0000\u0000\u0000S\u0000\u0000\u0000;\u0000\u0000\u0000&\u0000\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0005\u0000\u0000\u0000\b\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0017\u0000\u0000\u0000\b\u0000\u0000\u0000\u0016\u0000\u0000\u0000:\u0000\u0000\u0000W\u0000\u0000\u0000^\u0000\u0000\u0000d\u0000\u0000\u0000_\u0000\u0000\u0000Q\u0000\u0000\u0000D\u0000\u0000\u0000H\u0000\u0000\u0000j\u0000\u0000\u0000o\u0000\u0000\u0000O\u0000\u0000\u0000-\u0000\u0000\u00000\u0000\u0000\u0000B\u0000\u0000\u0000I\u0000\u0000\u0000]\u0000\u0000\u0000S\u0000\u0000\u00009\u0000\u0000\u0000&\u0000\u0000\u0000'\u0000\u0000\u00002\u0000\u0000\u0000=\u0000\u0000\u0000B\u0000\u0000\u0000%\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000\u0007\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000\u0019\u0000\u0000\u0000%\u0000\u0000\u0000&\u0000\u0000\u0000\u001e\u0000\u0000\u0000'\u0000\u0000\u0000-\u0000\u0000\u00000\u0000\u0000\u0000;\u0000\u0000\u0000A\u0000\u0000\u00006\u0000\u0000\u00003\u0000\u0000\u0000:\u0000\u0000\u0000J\u0000\u0000\u0000V\u0000\u0000\u0000O\u0000\u0000\u0000I\u0000\u0000\u0000L\u0000\u0000\u0000Z\u0000\u0000\u0000]\u0000\u0000\u0000d\u0000\u0000\u0000c\u0000\u0000\u0000U\u0000\u0000\u0000T\u0000\u0000\u0000W\u0000\u0000\u0000P\u0000\u0000\u00003\u0000\u0000\u0000,\u0000\u0000\u00002\u0000\u0000\u0000+\u0000\u0000\u0000\"\u0000\u0000\u0000\n\u0000\u0000\u0000��\u0000\u0000\u0006\u0000\u0000\u0000\r\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u000e\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0003\u0000\u0000\u0000,\u0000\u0000\u00007\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0000\u0000\u0000\u001c\u0000\u0000\u00001\u0000\u0000\u0000?\u0000\u0000\u00005\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001d\u0000\u0000\u00000\u0000\u0000\u0000?\u0000\u0000\u0000D\u0000\u0000\u0000;\u0000\u0000\u00003\u0000\u0000\u0000,\u0000\u0000\u0000\u001e\u0000\u0000\u0000%\u0000\u0000\u00003\u0000\u0000\u00008\u0000\u0000\u0000#\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\u0017\u0000\u0000\u0000#\u0000\u0000\u0000(\u0000\u0000\u00004\u0000\u0000\u0000:\u0000\u0000\u00009\u0000\u0000\u0000>\u0000\u0000\u0000>\u0000\u0000\u0000E\u0000\u0000\u0000N\u0000\u0000\u0000M\u0000\u0000\u0000O\u0000\u0000\u0000S\u0000\u0000\u0000[\u0000\u0000\u0000Y\u0000\u0000\u0000M\u0000\u0000\u0000O\u0000\u0000\u0000Q\u0000\u0000\u0000M\u0000\u0000\u0000J\u0000\u0000\u0000D\u0000\u0000\u0000=\u0000\u0000\u0000C\u0000\u0000\u0000B\u0000\u0000\u00002\u0000\u0000\u0000'\u0000\u0000\u0000#\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\b\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u000e\u0000\u0000\u0000\f\u0000\u0000\u0000\t\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001b\u0000\u0000\u0000!\u0000\u0000\u0000&\u0000\u0000\u00003\u0000\u0000\u0000?\u0000\u0000\u0000?\u0000\u0000\u0000C\u0000\u0000\u0000O\u0000\u0000\u0000T\u0000\u0000\u0000U\u0000\u0000\u0000`\u0000\u0000\u0000`\u0000\u0000\u0000\\\u0000\u0000\u0000q\u0000\u0000\u0000w\u0000\u0000\u0000o\u0000\u0000\u0000n\u0000\u0000\u0000i\u0000\u0000\u0000f\u0000\u0000\u0000n\u0000\u0000\u0000q\u0000\u0000\u0000i\u0000\u0000\u0000d\u0000\u0000\u0000\\\u0000\u0000\u0000\\\u0000\u0000\u0000Y\u0000\u0000\u0000U\u0000\u0000\u0000S\u0000\u0000\u0000F\u0000\u0000\u0000;\u0000\u0000\u0000-\u0000\u0000\u0000#\u0000\u0000\u0000 \u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0016\u0000\u0000\u0000$\u0000\u0000\u0000&\u0000\u0000\u0000\"\u0000\u0000\u0000\u001d\u0000\u0000\u0000'\u0000\u0000\u00003\u0000\u0000\u00007\u0000\u0000\u0000<\u0000\u0000\u0000>\u0000\u0000\u0000C\u0000\u0000\u0000G\u0000\u0000\u0000J\u0000\u0000\u0000S\u0000\u0000\u0000V\u0000\u0000\u0000W\u0000\u0000\u0000[\u0000\u0000\u0000\\\u0000\u0000\u0000_\u0000\u0000\u0000`\u0000\u0000\u0000c\u0000\u0000\u0000e\u0000\u0000\u0000e\u0000\u0000\u0000b\u0000\u0000\u0000[\u0000\u0000\u0000X\u0000\u0000\u0000U\u0000\u0000\u0000Q\u0000\u0000\u0000P\u0000\u0000\u0000L\u0000\u0000\u0000D\u0000\u0000\u0000@\u0000\u0000\u0000<\u0000\u0000\u00005\u0000\u0000\u00000\u0000\u0000\u0000'\u0000\u0000\u0000!\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u000e\u0000\u0000\u0000\b\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u000b\u0000��\f\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0003\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0007\u0000\u0000\u0000\n\u0000\u0000\u0000\r\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0005\u0000��\u0005\u0000��\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000��\t\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\r\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000��\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000��\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000��\u0005\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000��\u0005\u0000��\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\f\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0000\u0000\u0000\u000b\u0000\u0000\u0000\r\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000f\u0000\u0000\u0000\f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\u000b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000��\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0000\u0000\u0000\f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\r\u0000\u0000\u0000\u000b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\b\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\n\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000��\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\b\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u000b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\b\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000x\u0000\u0000\u0000x\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u00008\u0001\u0000\u0000h\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000(\u0001\u0000\u0000�\u0000\u0000\u0000h\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000H�\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000X\u0001\u0000\u0000X\u0000\u0000\u0000H�\u0000\u0000��\u0000\u0000\b�\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000x\u0000\u0000\u0000��\u0000\u0000X�\u0000\u0000h�\u0000\u0000\b\u0000\u0000\u0000\u0018\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000x�\u0000\u0000h�\u0000\u0000\u0018�\u0000\u0000��\u0000\u0000x�\u0000\u00008\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000h\u0001\u0000\u0000h\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000(�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000h\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000H\u0000\u0000\u0000x�\u0000\u0000��\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000X\u0001\u0000\u0000H\u0001\u0000\u0000h\u0000\u0000\u0000h�\u0000\u0000\u0018�\u0000\u0000h�\u0000\u0000\u0018\u0000\u0000\u0000�\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000h�\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000�\u0001\u0000\u00000\u0002\u0000\u0000�\u0001\u0000\u0000h\u0000\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000h�\u0000\u0000X�\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000H\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\b\u0001\u0000\u0000�\u0000\u0000\u0000\b\u0000\u0000\u0000H�\u0000\u0000H�\u0000\u0000��\u0000\u0000h\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000H�\u0000\u0000��\u0000\u0000x\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000��\u0000\u0000h�\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008�\u0000\u0000H�\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000h\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������\b\u0000������\b\u0000������\u0018\u0000��\b\u0000��8\u0000������\b\u0000�� \u0000������\u0010\u0000���������� \u0000������@\u0000������������������\b\u0000��������������������������\b\u0000������(\u0000������������������\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000������\u0010\u0000������ \u0000��\u0010\u0000��\u0000\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������(\u0000������(\u0000������8\u0000��\u0018\u0000��\b\u0000��\u0010\u0000�� \u0000������\u0000\u0000��\u0000\u0000������\u0010\u0000������0\u0000������\u0010\u0000������8\u0000������\b\u0000��\b\u0000������\b\u0000������(\u0000������@\u0000������ \u0000������ \u0000��\b\u0000������\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000������\u0018\u0000������X\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000������\u0018\u0000������(\u0000��\u0018\u0000��H\u0000��0\u0000������\u0010\u0000��\u0010\u0000������\u0000\u0000������ \u0000�� \u0000��\u0000\u0000�� \u0000������\u0010\u0000������\u0010\u0000����������������������������������0\u0000������\u0000\u0000����������\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��0\u0000������ \u0000������H\u0000��\b\u0000��H\u0000��\b\u0000��P\u0000�� \u0000�� \u0000��\u0010\u0000������\u0010\u0000������\u0010\u0000����������\b\u0000����������\b\u0000������\b\u0000��\b\u0000������\b\u0000������\u0018\u0000������\b\u0000������\u0018\u0000��(\u0000��8\u0000�� \u0000��������������\b\u0000������\b\u0000����������\u0018\u0000��������������\u0018\u0000��\b\u0000��\u0018\u0000������8\u0000������\b\u0000������\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000������\b\u0000������H\u0000������(\u0000����������\b\u0000��������������(\u0000������(\u0000��\b\u0000��8\u0000������\u0018\u0000������\u0018\u0000������\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000������\b\u0000������8\u0000������H\u0000������\b\u0000������������������\b\u0000������\u0018\u0000��\b\u0000��\u0018\u0000������\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������������������������������������������\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000����������\u0000\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��������������������������������������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��������������\u0000\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000������\b\u0000����������������������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\u0018\u0000������\b\u0000��������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000����������\b\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000������\u0018\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000������\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0010\u0000������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\b\u0000������\u0018\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000����������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\b\u0000������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\b\u0000������\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0010\u0000��\u0000\u0000������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000������\u0018\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000������������������\b\u0000������\b\u0000������\b\u0000��������������������������\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\u0018\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000����������������������\b\u0000��\u0018\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������������������\b\u0000������������������������������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000����������������������������������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\u0018\u0000��8\u0000��\u0010\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\u0018\u0000��������������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000����������������������\u0000\u0000��\u0010\u0000��\b\u0000��\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000��������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��������������������������\b\u0000��\u0018\u0000��\u0018\u0000����������������������\b\u0000��\b\u0000����������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000��\u0000\u0000��������������\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000������������������\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\u0018\u0000��\u0018\u0000������������������������������\u0018\u0000��\b\u0000��\b\u0000����������������������\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��������������������������������������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\u0010\u0000����������\b\u0000��\b\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000����������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0010\u0000�� \u0000��\u0000\u0000��������������(\u0000��\u0018\u0000��\b\u0000����������������������\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000�� \u0000��\u0010\u0000������\u0000\u0000�� \u0000��\u0010\u0000��\b\u0000��������������\u0000\u0000������\u0010\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������������������������\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������������������\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��(\u0000��(\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000����������\u0010\u0000��\u0000\u0000��������������\u0010\u0000��\u0000\u0000��������������������������������������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������������������\b\u0000��(\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000������������������\b\u0000��������������\b\u0000������\u0018\u0000��\u0018\u0000����������������������\u0010\u0000�� \u0000��\u0018\u0000��\b\u0000������\u0018\u0000��(\u0000��(\u0000��\u0018\u0000��������������\b\u0000��\u0018\u0000������������������������������\b\u0000������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000���������������������� \u0000��8\u0000��8\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��������������\b\u0000��\b\u0000������������������\b\u0000������������������\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\b\u0000��\b\u0000������\u0018\u0000������������������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��������������\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������������������\u0018\u0000����������\b\u0000��\b\u0000��\u0018\u0000������\b\u0000��(\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000�� \u0000�� \u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��������������\u0018\u0000��\b\u0000��\u0010\u0000��0\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��������������\b\u0000��\b\u0000������������������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������������������\u0018\u0000��\b\u0000������\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��\u0018\u0000�� \u0000�� \u0000��\u0000\u0000����������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000������������������\b\u0000��\b\u0000������������������\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��������������\u0000\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��������������\u0018\u0000��\u0018\u0000��������������\b\u0000��\u0018\u0000��8\u0000��(\u0000��\u0000\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\b\u0000��(\u0000��0\u0000�� \u0000��������������\b\u0000��������������\b\u0000��\u0018\u0000��������������\b\u0000��\b\u0000��\u0018\u0000��8\u0000�� \u0000����������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������������\u0018\u0000��(\u0000��\b\u0000����������������������\b\u0000��(\u0000��(\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000��\u0010\u0000����������\b\u0000��(\u0000��\u0018\u0000������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\u0018\u0000��\u0018\u0000����������\b\u0000������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\u0018\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\b\u0000������\b\u0000��(\u0000��\u0018\u0000��������������������������\b\u0000��\b\u0000����������\b\u0000��(\u0000��8\u0000��(\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��������������������������������������������������������������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������ \u0000��\u0010\u0000��0\u0000��P\u0000��8\u0000��8\u0000��8\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000������������������������������������������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������������������������������\b\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000�� \u0000��\u0010\u0000��\u0000\u0000������������������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��������������������������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000�� \u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000����������\u0000\u0000��\u0010\u0000�� \u0000��(\u0000��\u0018\u0000������������������\u0000\u0000��\u0000\u0000����������\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��0\u0000��(\u0000��8\u0000��8\u0000��\u0010\u0000��\u0010\u0000����������\b\u0000��\b\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��(\u0000��\b\u0000������\b\u0000��������������\u0000\u0000��\u0000\u0000����������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000������������������������������\b\u0000����������������������\b\u0000����������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000����������\u0018\u0000��0\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������\u0018\u0000��(\u0000��(\u0000��������������\b\u0000��\u0018\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��������������\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��0\u0000��0\u0000�� \u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������\u0000\u0000������������������\b\u0000��������������\b\u0000��\b\u0000����������������������\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��������������������������\u0000\u0000����������\u0010\u0000��\u0010\u0000��\u0000\u0000�� \u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\u0010\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��8\u0000��(\u0000��\u0018\u0000��\u0000\u0000��\u0010\u0000�� \u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��������������������������������������\b\u0000��\b\u0000����������\u0018\u0000��(\u0000��\u0018\u0000��\u0000\u0000������������������\b\u0000������\b\u0000��\u0018\u0000����������\b\u0000��\u0018\u0000��������������������������������������������������������������\b\u0000������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000����������\u0010\u0000��\u0010\u0000��0\u0000��@\u0000��0\u0000��H\u0000��8\u0000��(\u0000�� \u0000�� \u0000��@\u0000��H\u0000��8\u0000��\b\u0000������\b\u0000��������������\b\u0000����������������������������������������������������������\u0000\u0000��\u0000\u0000����������\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\b\u0000��\u0018\u0000��(\u0000��(\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000�� \u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��0\u0000��\u0018\u0000����������\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\u0018\u0000��\b\u0000������\u0018\u0000��\u0018\u0000��\b\u0000������\u0018\u0000�� \u0000��\u0010\u0000������������������������������������������\u0010\u0000��\u0010\u0000����������������������\u0000\u0000��\u0000\u0000����������\u0018\u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��0\u0000��0\u0000��\u0010\u0000����������\u0010\u0000��\u0000\u0000������ \u0000�� \u0000��\b\u0000����������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��������������\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000��(\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0000\u0000������\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��������������\b\u0000������\u0018\u0000��\b\u0000����������\b\u0000��(\u0000��(\u0000��\u0010\u0000��������������\u0018\u0000��\u0018\u0000������������������(\u0000��(\u0000����������������������\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��8\u0000��(\u0000��\u0000\u0000������\u0000\u0000�� \u0000��0\u0000��0\u0000��\u0010\u0000�� \u0000��\u0018\u0000������������������������������������������������������������������\b\u0000��\b\u0000������\b\u0000������\b\u0000��������������\b\u0000��\b\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000������\b\u0000��������������������������\b\u0000��\u0018\u0000�� \u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000����������\u0000\u0000�� \u0000�� \u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��(\u0000��\u0018\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��0\u0000��\u0010\u0000������\u0010\u0000�� \u0000��������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000������\b\u0000��\b\u0000��\b\u0000������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��(\u0000��8\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000�� \u0000�� \u0000�� \u0000��\u0000\u0000����������������������������������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0010\u0000�� \u0000�� \u0000��(\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������������������������������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000����������������������������������������������\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��0\u0000��0\u0000��8\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000�� \u0000�� \u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000������������������������������������������������������������������\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0010\u0000�� \u0000�� \u0000��(\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��(\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0010\u0000����������\b\u0000����������\b\u0000��\b\u0000����������������������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��������������\u0018\u0000��\u0018\u0000����������\b\u0000��\b\u0000����������\u0018\u0000����������������������������������������������������������\u0018\u0000��(\u0000��\b\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��0\u0000��0\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��0\u0000�� \u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000����������������������������������������������\b\u0000��\u0018\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000����������\u0000\u0000��\u0010\u0000�� \u0000�� \u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��(\u0000��\u0010\u0000�� \u0000�� \u0000��\u0000\u0000����������\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000�� \u0000�� \u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������������������������������������������������������������������������������\u0000\u0000������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000�� \u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��������������\b\u0000��\b\u0000������\u0000\u0000��\u0018\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\b\u0000����������������������������������������������������������������������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000����������\b\u0000����������\b\u0000��\b\u0000������������������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������������������������������������������������������\u0010\u0000��\u0010\u0000����������\u0000\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��������������������������\b\u0000��������������\u0000\u0000��\b\u0000������\b\u0000��\b\u0000������\u0018\u0000��\u0018\u0000����������\b\u0000��������������\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0000\u0000������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000�� \u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000����������\u0018\u0000��\u0018\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������������\b\u0000��������������\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��8\u0000��(\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000����������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������������������������������\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000����������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000������\b\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������������������������������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000����������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000������������������\u0000\u0000��\u0000\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������������������������������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000������\b\u0000��������������������������\u0000\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��������������\b\u0000��\b\u0000��������������������������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000������������������\u0000\u0000��\u0010\u0000��\b\u0000������\u0000\u0000��\b\u0000��\b\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000����������������������������������������������������������\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��������������������������\b\u0000��\b\u0000����������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��8\u0000��(\u0000��\u0018\u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������������������������������\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������������������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��8\u0000��(\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000������������������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\b\u0000������������������\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000����������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000������\u0000\u0000��\b\u0000������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������������������������������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000������\u0018\u0000��\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��������������\u0000\u0000����������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��8\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������������������������������\b\u0000��\b\u0000����������������������\b\u0000��\u0018\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��������������\u0000\u0000����������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000������������������\b\u0000������\b\u0000��\b\u0000����������������������\u0000\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000����������\u0000\u0000��\u0010\u0000��\u0000\u0000����������\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��������������������������������������������������������������������������������������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000������\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000����������\b\u0000����������������������\b\u0000������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��������������������������\u0010\u0000������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������������������\b\u0000����������\b\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000������������������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000��(\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000����������������������������������������������\u0000\u0000��\u0010\u0000��\u0018\u0000��(\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000������������������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\b\u0000������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��������������\b\u0000��\b\u0000��������������������������������������������������\u0000\u0000��\u0010\u0000��\b\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\u0000\u0000������\b\u0000��\u0010\u0000��\u0010\u0000����������\b\u0000��\b\u0000������\b\u0000������������������\b\u0000����������������������������������\b\u0000������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������������������������������\b\u0000����������\u0000\u0000������\u0000\u0000����������\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000�� \u0000��\u0010\u0000������\u0000\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000������\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0018\u0000����������\u0018\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000������\b\u0000��\b\u0000������������������\b\u0000��������������\b\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��������������������������������������\b\u0000������������������������������������������\u0000\u0000��\b\u0000��\b\u0000������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000������\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0018\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0000\u0000�� \u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000����������������������\u0010\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000�� \u0000��\u0010\u0000��\u0000\u0000��������������\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������������������������������\u0000\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000����������������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��(\u0000��\u0018\u0000��(\u0000��(\u0000�� \u0000�� \u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������������������������������������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��������������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000������������������\b\u0000������\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������������������������������\b\u0000��\b\u0000��\u0018\u0000����������������������������������������������������������\b\u0000������\b\u0000������\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������������������������������������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000������������������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��������������\b\u0000��\b\u0000��\u0018\u0000����������\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000����������������������\u0018\u0000��\b\u0000������������������������������\b\u0000������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������������\b\u0000��\b\u0000����������������������������������\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000����������\b\u0000��������������\u0000\u0000��\b\u0000������\b\u0000������\u0000\u0000��\u0010\u0000��\b\u0000����������\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000����������������������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000������\b\u0000����������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��������������\u0018\u0000������������������\b\u0000����������\b\u0000������\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\u0000\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000����������\u0000\u0000������\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������������������������������������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\u0000\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������������������\u0000\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\b\u0000������\b\u0000��������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000������������������\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��(\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������������\b\u0000����������������������\b\u0000��\b\u0000����������������������������������\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000�� \u0000��������������\u0000\u0000��������������\u0000\u0000��\u0010\u0000�� \u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000��������������������������\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000������������������������������������������\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��������������\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000����������������������\b\u0000��\u0018\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��������������������������\b\u0000��������������\b\u0000��\u0018\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000������������������\b\u0000����������\b\u0000������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000����������\b\u0000������\b\u0000����������\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000����������������������\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000������������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\b\u0000��������������������������\u0000\u0000��\u0010\u0000��\b\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000����������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000����������\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������������������������������������������������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������ \u0000�� \u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��(\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��������������������������������������������������\u0000\u0000��\u0000\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��(\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000������������������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��������������������������������������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000������������������\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000������\u0018\u0000��\b\u0000������\b\u0000����������\u0000\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000������\u0018\u0000��\b\u0000������\b\u0000������������������������������\b\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000������������������\b\u0000��������������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������������������\b\u0000����������\b\u0000������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\b\u0000��\u0010\u0000����������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��������������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000������\b\u0000������\u0018\u0000����������\b\u0000����������������������\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��������������������������\b\u0000��\u0018\u0000������\b\u0000������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000������\u0000\u0000��\u0000\u0000�� \u0000��\b\u0000������\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000�� \u0000��\u0010\u0000�� \u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000������\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000������\b\u0000����������\u0018\u0000������������������\b\u0000������\b\u0000������\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\b\u0000��������������������������������������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000������������������\b\u0000����������\u0000\u0000��\b\u0000��\b\u0000����������������������������������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0010\u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������������������\u0018\u0000������\b\u0000����������\b\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000������\b\u0000������\u0010\u0000������\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000����������\b\u0000������\b\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������������������������������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000��(\u0000��\u0010\u0000��\u0000\u0000������������������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000������\b\u0000����������\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0010\u0000��\u0000\u0000����������������������������������������������������������\u0018\u0000��\b\u0000��������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��������������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������������������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\b\u0000������������������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000������\b\u0000��\b\u0000����������������������������������������������\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��������������\u0000\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000����������\b\u0000������\b\u0000��\u0018\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��������������������������\b\u0000��\b\u0000������\b\u0000������������������\b\u0000����������\b\u0000��\b\u0000����������\b\u0000������������������\b\u0000������������������\u0000\u0000��\u0010\u0000��\b\u0000����������\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\u0018\u0000��\u0018\u0000������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000����������������������\u0018\u0000��\u0018\u0000��\u0018\u0000����������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������������������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��������������\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000������\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��������������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\u0018\u0000��������������\b\u0000��\b\u0000��������������\b\u0000������\b\u0000��\b\u0000��������������\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000������\b\u0000��������������\b\u0000��\b\u0000��������������������������������������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000����������������������������������\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0018\u0000������\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������������������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��������������������������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0000\u0000�� \u0000��\u0010\u0000��\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000������������������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000����������������������������������\b\u0000������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��������������������������������������\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\u0000\u0000��\u0000\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������������������������������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000������\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000����������������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��������������������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������������������������������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��������������������������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������������������������������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��������������������������\b\u0000����������������������������������\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������������������������������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000����������������������������������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000������\b\u0000��\u0000\u0000����������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000����������\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000����������\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0010\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0018\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��������������\b\u0000����������\b\u0000������\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0000\u0000��������������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��������������\b\u0000��\b\u0000������\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000������\b\u0000����������\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000������\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000����������\b\u0000������������������\b\u0000����������������������\b\u0000������������������������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\b\u0000������\b\u0000������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000����������������������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000����������\b\u0000��\b\u0000����������\b\u0000����������\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������\b\u0000������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\b\u0000����������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000����������������������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������������������\b\u0000������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000����������������������������������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������������������������������\b\u0000��������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��������������������������������������������������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������������������\b\u0000����������������������\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��������������\b\u0000������������������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������������\b\u0000��\b\u0000����������������������\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��������������\b\u0000������������������������������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\b\u0000����������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������������������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��������������\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000����������������������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\u0018\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000������\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��������������������������\b\u0000����������\b\u0000��\b\u0000����������\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0010\u0000��\u0000\u0000��������������������������������������������������������������\b\u0000����������\b\u0000����������\b\u0000����������������������������������������������\b\u0000��\u0018\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0010\u0000�� \u0000�� \u0000�� \u0000��(\u0000��(\u0000��(\u0000��(\u0000��\u0010\u0000��0\u0000��0\u0000�� \u0000�� \u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��(\u0000��\b\u0000��\u0018\u0000��\b\u0000����������������������������������������������\u0000\u0000��������������������������������������������������������������\b\u0000������������������\b\u0000������\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��(\u0000��\u0010\u0000�� \u0000��@\u0000��@\u0000��H\u0000��8\u0000��(\u0000��0\u0000�� \u0000��0\u0000��H\u0000��(\u0000��H\u0000�� \u0000��\u0010\u0000�� \u0000��\u0000\u0000��\u0010\u0000����������\u0010\u0000��\u0000\u0000��\u0000\u0000������������������������������\u0010\u0000������������������������������������������������������������������������������������������������������\b\u0000��\b\u0000��\u0018\u0000��(\u0000�� \u0000��@\u0000��P\u0000��8\u0000��X\u0000��P\u0000��@\u0000��H\u0000��8\u0000��X\u0000��P\u0000��@\u0000��H\u0000��8\u0000��8\u0000��@\u0000��0\u0000��0\u0000��\u0018\u0000��\b\u0000��\u0018\u0000������������������\u0000\u0000����������������������������������������������������������������������������������������������������������������������������������\b\u0000��\b\u0000��\u0018\u0000��(\u0000��\b\u0000��\u0018\u0000��\b\u0000�� \u0000��P\u0000��@\u0000��H\u0000��X\u0000��P\u0000��`\u0000��H\u0000��H\u0000��P\u0000��@\u0000��H\u0000��H\u0000��8\u0000��0\u0000�� \u0000�� \u0000��\u0010\u0000��\u0000\u0000�� \u0000��\u0010\u0000��\u0018\u0000��(\u0000��\b\u0000��\b\u0000����������������������\u0000\u0000��������������������������������������������������������������������������������������������������\u0000\u0000��\u0010\u0000��\u0000\u0000�� \u0000��\u0010\u0000��\u0010\u0000�� \u0000�� \u0000��8\u0000��X\u0000��`\u0000��@\u0000��0\u0000��(\u0000��(\u0000��(\u0000��(\u0000�� \u0000�� \u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\u0000\u0000��\u0000\u0000����������������������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������������������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������������������������������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000�� \u0000��\u0010\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������������������\u0000\u0000������\b\u0000������������������������������������������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000��0\u0000�� \u0000��(\u0000��8\u0000��H\u0000��@\u0000��0\u0000��0\u0000��8\u0000��H\u0000��X\u0000��P\u0000��P\u0000��H\u0000��X\u0000��P\u0000��@\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������������������������������������������������������������������������������������������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000�� \u0000�� \u0000�� \u0000�� \u0000�� \u0000��(\u0000��8\u0000��8\u0000��@\u0000��@\u0000��P\u0000��H\u0000��X\u0000��@\u0000��0\u0000��@\u0000��8\u0000��8\u0000��(\u0000�� \u0000��0\u0000��0\u0000��0\u0000��\u0018\u0000��\b\u0000��������������������������������������������������������������������������������������������������������������������������������������������������\b\u0000��(\u0000��(\u0000��(\u0000�� \u0000�� \u0000��@\u0000��0\u0000��8\u0000��H\u0000��P\u0000��P\u0000��@\u0000��8\u0000��H\u0000��P\u0000��P\u0000��H\u0000��X\u0000��P\u0000��P\u0000��@\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������������������������������������������������������������������������������������������\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��(\u0000��0\u0000��0\u0000�� \u0000��0\u0000��8\u0000��8\u0000��H\u0000��@\u0000��@\u0000��8\u0000��(\u0000��(\u0000��8\u0000�� \u0000��0\u0000��0\u0000��0\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000�� \u0000�� \u0000��\u0000\u0000����������\u0000\u0000��������������\b\u0000��\b\u0000����������������������������������������������������������������������������������������������������������\u0000\u0000������\u0000\u0000��0\u0000��0\u0000�� \u0000��0\u0000��8\u0000��(\u0000��(\u0000��0\u0000��0\u0000��0\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������������������������\b\u0000��\b\u0000��������������������������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000��������������������������������������������������\u0000\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000����������������������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000����������������������������������������������\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������������������\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000������������������\b\u0000������������������\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000����������������������������������������������\u0018\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000����������������������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������������\u0000\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\b\u0000������������������������������������������\u0000\u0000������\u0000\u0000�� \u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��(\u0000��(\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\b\u0000��\b\u0000��������������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\u0018\u0000��(\u0000������������������������������\b\u0000��\b\u0000��\b\u0000������\b\u0000��(\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��������������������������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000�������������� \u0000�� \u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��0\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0000\u0000����������������������\u0010\u0000��\u0000\u0000������������������������������������������������������\b\u0000��\u0018\u0000��������������������������\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������������������������������������������\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��������������(\u0000�� \u0000��0\u0000��0\u0000�� \u0000��(\u0000��\b\u0000������(\u0000��\u0018\u0000��(\u0000��@\u0000��0\u0000�� \u0000������\u0000\u0000��\u0010\u0000������\u0010\u0000����������\u0000\u0000������\u0000\u0000����������(\u0000������0\u0000��\u0010\u0000������\u0010\u0000����������\u0000\u0000������\b\u0000����������\b\u0000������(\u0000��\b\u0000������������������\u0018\u0000������\u0018\u0000����������(\u0000������������������\b\u0000����������\b\u0000������������������ \u0000������\u0010\u0000��\u0000\u0000������ \u0000������\u0010\u0000��0\u0000������8\u0000��8\u0000��\b\u0000��\u0018\u0000������\u0018\u0000��\u0010\u0000������\b\u0000����������\u0018\u0000������(\u0000����������(\u0000����������\b\u0000������\u0018\u0000����������\u0018\u0000������\b\u0000����������\u0018\u0000������\u0010\u0000����������0\u0000������\u0010\u0000��0\u0000������8\u0000��\u0018\u0000��\b\u0000��H\u0000������8\u0000�� \u0000������@\u0000������\u0010\u0000�� \u0000������ \u0000���������� \u0000������\u0018\u0000����������(\u0000������\b\u0000��\b\u0000������8\u0000����������(\u0000������\u0018\u0000��\b\u0000������8\u0000������\u0018\u0000��(\u0000������8\u0000��\b\u0000������P\u0000������0\u0000�� \u0000������ \u0000����������\u0000\u0000������\u0018\u0000����������(\u0000������\u0018\u0000��\u0018\u0000������(\u0000����������\u0018\u0000������H\u0000��\b\u0000������(\u0000������\b\u0000��\b\u0000������H\u0000������\u0018\u0000��8\u0000������(\u0000����������(\u0000������\b\u0000����������(\u0000������\u0018\u0000��8\u0000������(\u0000����������\u0018\u0000������\u0018\u0000��\u0018\u0000������X\u0000������\b\u0000��(\u0000������\u0018\u0000����������8\u0000������\u0018\u0000��\u0018\u0000������(\u0000����������\u0018\u0000������\u0018\u0000���������� \u0000������\u0010\u0000��\u0000\u0000������0\u0000������\u0010\u0000��0\u0000������8\u0000��\b\u0000��\b\u0000��H\u0000������(\u0000��\u0018\u0000������(\u0000������\u0018\u0000��0\u0000������0\u0000����������\u0010\u0000������\u0018\u0000��\b\u0000������(\u0000����������\u0018\u0000������(\u0000����������(\u0000������\b\u0000��\b\u0000������8\u0000������\b\u0000��8\u0000������(\u0000����������(\u0000������\u0018\u0000��\b\u0000������(\u0000������\b\u0000��\b\u0000������(\u0000����������8\u0000������\u0018\u0000����������\u0018\u0000������\b\u0000��\u0018\u0000������8\u0000��\b\u0000��\u0018\u0000��8\u0000������\u0018\u0000����������(\u0000������\u0018\u0000��\b\u0000������\u0018\u0000����������\b\u0000������(\u0000����������\b\u0000������\b\u0000����������\u0018\u0000������\b\u0000��\u0018\u0000������(\u0000��\b\u0000������\u0018\u0000����������\u0018\u0000������(\u0000����������\u0018\u0000������������������\u0010\u0000������\u0010\u0000�� \u0000������ \u0000����������\u0010\u0000������ \u0000��\u0010\u0000������0\u0000������\u0000\u0000��\u0018\u0000������\u0018\u0000��\b\u0000������(\u0000������(\u0000��\u0018\u0000������(\u0000��\b\u0000��(\u0000�� \u0000������ \u0000��\u0000\u0000������\u0000\u0000������\u0010\u0000�� \u0000������ \u0000����������\u0000\u0000������\u0018\u0000����������\b\u0000������������������\b\u0000����������\b\u0000������\u0010\u0000��\u0010\u0000������\u0018\u0000������\b\u0000��\b\u0000������\u0018\u0000����������\b\u0000������\u0018\u0000����������\b\u0000������\u0000\u0000��\u0000\u0000������ \u0000��\u0000\u0000��\u0018\u0000��(\u0000��\b\u0000��(\u0000����������\b\u0000����������\u0018\u0000��\b\u0000������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000�� \u0000�� \u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��0\u0000��\u0000\u0000������������������\u0010\u0000��\u0010\u0000��\u0000\u0000����������\u0010\u0000��\u0010\u0000��������������������������\u0018\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��������������������������\u0010\u0000��\u0010\u0000������\u0000\u0000��\u0010\u0000��(\u0000��\b\u0000����������\b\u0000��������������\u0018\u0000��\u0018\u0000����������������������\u0010\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��������������\u0018\u0000��\u0018\u0000��\b\u0000����������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0018\u0000����������\u0010\u0000��\u0018\u0000������\u0000\u0000��\u0018\u0000��\b\u0000����������\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��(\u0000��\u0018\u0000��\b\u0000����������\b\u0000��������������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��(\u0000��(\u0000��\b\u0000�� \u0000��0\u0000��@\u0000�� \u0000��\u0000\u0000��\u0000\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000����������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000����������������������������������\u0010\u0000��\u0000\u0000����������������������\b\u0000��\b\u0000��\u0018\u0000��������������(\u0000��@\u0000��P\u0000��H\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������������������\u0018\u0000��\u0018\u0000��\u0018\u0000������������������������������\b\u0000��������������\u0000\u0000��\u0018\u0000������������������\u0010\u0000��\u0010\u0000��\u0010\u0000��0\u0000��H\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��������������������������\u0000\u0000��\u0000\u0000��������������\u0000\u0000����������\b\u0000��\b\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������\b\u0000��(\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0018\u0000������������������\u0000\u0000��\u0018\u0000��\b\u0000��(\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000�� \u0000��\u0018\u0000��\b\u0000����������\b\u0000������\b\u0000����������\u0010\u0000��\u0010\u0000����������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000���������� \u0000��(\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��(\u0000��(\u0000����������������������\u0018\u0000��(\u0000��\u0018\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��������������\u0018\u0000��\u0018\u0000����������\b\u0000������������������������������������������ \u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\u0018\u0000��(\u0000��\u0018\u0000��(\u0000��(\u0000��������������\b\u0000��\b\u0000����������\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��8\u0000\b\u00008\u0000��8\u0000��8\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0010\u0000H\u0000\u0018\u0000X\u0000��X\u0000��h\u0000\u0000\u0000h\u0000\u0010\u0000X\u0000\b\u0000h\u0000\b\u0000X\u0000\b\u0000X\u0000��X\u0000��H\u0000��H\u0000\u0010\u00008\u0000 \u00008\u0000\u0010\u0000H\u0000\u0010\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000��8\u0000��8\u0000\u0018\u0000(\u00008\u0000(\u0000(\u00008\u0000��(\u0000\b\u0000(\u0000(\u0000(\u0000\u0018\u00008\u0000\u0010\u00008\u0000\u0000\u00008\u0000\u0010\u00008\u0000\u0010\u0000H\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0010\u00008\u0000\u0000\u00008\u0000��8\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����\u0000\u0000\b\u0000��������\u0000\u0000\b\u0000\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��8\u0000��0\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000����������\u0000\u0000��\u0010\u0000��\u0000\u0000��������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0000\u0000����������������������\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000\b\u0000\u0010\u0000��\u0018\u0000������������\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000(\u0000\u0000\u0000\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000\u0018\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000(\u0000H\u0000(\u00008\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000��8\u0000��H\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000X\u0000��8\u0000��X\u0000��X\u0000��H\u0000\b\u0000X\u0000\b\u0000H\u0000(\u0000H\u0000\u0010\u0000H\u0000\u0000\u0000H\u0000��X\u0000��H\u0000\b\u0000H\u0000��X\u0000\b\u0000H\u0000��X\u0000��X\u0000��X\u0000��h\u0000��H\u0000��X\u0000��h\u00008\u0000X\u0000(\u0000X\u0000\u0018\u00008\u0000\u0018\u00008\u0000\u0000\u0000H\u0000\u0010\u00008\u0000\u0010\u0000X\u0000\u0000\u0000H\u0000\u0000\u00008\u0000 \u0000X\u0000 \u0000H\u0000��X\u0000��X\u0000��8\u0000��H\u0000��8\u0000��8\u0000��8\u0000��(\u0000��H\u0000��8\u0000��(\u0000\u0010\u00008\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000�� \u0000(\u0000 \u0000\b\u0000 \u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000��\b\u0000\b\u0000��\b\u0000������������\u0000\u0000����������\u0010\u0000��\u0010\u0000��\u0010\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\b\u0000��(\u0000��H\u0000��H\u0000��0\u0000��@\u0000��H\u0000��(\u0000��������������������������������������������������������������������������\b\u0000������(\u0000��0\u0000�� \u0000�� \u0000�� \u0000��(\u0000��8\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000����������������������\u0018\u0000��\b\u0000��������\u0018\u0000������������\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000��\u0018\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000\b\u0000\u0010\u0000(\u0000\u0000\u0000\u0018\u0000��(\u0000��8\u0000��(\u0000��H\u0000\u0018\u0000(\u0000\b\u00008\u0000��H\u0000\u0018\u0000(\u0000��8\u0000��(\u0000\b\u0000(\u0000\b\u0000H\u0000\b\u00008\u0000\b\u0000X\u0000\b\u0000h\u0000\b\u0000H\u0000\b\u0000X\u0000\b\u0000(\u0000��(\u0000\b\u00008\u0000��(\u0000��8\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0010\u00008\u0000\u0000\u0000\u0018\u0000��(\u0000��8\u0000��(\u0000��8\u0000��\u0018\u0000��\u0018\u0000��8\u0000��\u0018\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000\b\u0000(\u0000\b\u0000H\u0000\b\u0000(\u0000\b\u0000H\u0000��h\u0000��X\u0000��x\u0000��X\u0000��X\u0000��h\u0000��H\u0000\u0000\u0000h\u0000\u0000\u0000h\u0000��X\u0000��h\u0000\u0018\u0000H\u0000 \u0000X\u0000 \u0000H\u0000 \u0000(\u00000\u0000H\u0000H\u0000(\u00008\u0000(\u0000\u0018\u00008\u0000\u0018\u0000\u0018\u00000\u0000(\u00000\u0000\b\u0000\u0000\u0000��\u0010\u0000\u0018\u0000 \u0000��0\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000����\b\u0000\u0010\u0000��\u0010\u0000������������\b\u0000\u0010\u0000��0\u0000��\u0010\u0000\b\u0000������������\u0010\u0000��\u0010\u0000������������������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000������������������\u0000\u0000������������������������������\b\u0000��\u0010\u0000����������\b\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000������\u0010\u0000�� \u0000��\u0010\u0000��0\u0000��\u0010\u0000��\u0000\u0000������ \u0000��(\u0000��\u0018\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��(\u0000\u0018\u0000(\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000��(\u0000��(\u0000\u0010\u00008\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��\b\u0000������\u0018\u0000��\u0018\u0000��(\u0000\b\u0000(\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000��8\u0000\u0000\u0000(\u0000\u0010\u00008\u0000\u0000\u0000H\u0000\u0000\u00008\u0000��h\u0000\u0000\u0000X\u0000 \u0000X\u0000\u0010\u0000h\u0000 \u0000h\u0000\u0010\u0000�\u0000(\u0000x\u0000(\u0000x\u0000(\u0000�\u0000(\u0000�\u0000\u0010\u0000�\u0000\u0010\u0000x\u0000��h\u0000��x\u0000\u0000\u0000X\u0000 \u0000H\u0000\u0010\u0000H\u0000��8\u0000��X\u0000\u0010\u0000H\u0000\u0010\u0000H\u0000\u0000\u0000H\u0000��\u0018\u0000��(\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000��\b\u0000��\b\u0000������������������\b\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000��(\u0000��\u0018\u0000��\b\u0000��8\u0000��8\u0000��(\u0000��(\u0000��\u0018\u0000��(\u0000\u0000\u0000\b\u0000 \u0000\b\u0000 \u0000\u0018\u0000\u0010\u0000\b\u0000 \u0000\b\u0000\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��(\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��(\u0000��(\u0000������������������\b\u0000������\b\u0000��8\u0000��(\u0000��\b\u0000������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��������������������������\u0018\u0000��(\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000������\b\u0000��\b\u0000�� \u0000��\u0010\u0000����������\u0010\u0000��\u0010\u0000��������������������\u0018\u0000��(\u0000��H\u0000\u0018\u0000H\u0000\u0018\u0000X\u0000��h\u0000��h\u0000��h\u0000��h\u0000��x\u0000��x\u0000���\u0000\u0018\u0000�\u0000\u0018\u0000�\u0000��x\u0000��h\u0000\u0018\u0000H\u00008\u00008\u00008\u00008\u00000\u00008\u0000 \u00008\u0000��8\u0000��8\u0000��(\u0000\b\u0000(\u0000��(\u0000��8\u0000��8\u0000��8\u0000��H\u0000��H\u0000��H\u0000��H\u0000��X\u0000��X\u0000��X\u0000\u0000\u0000h\u0000\u0000\u0000h\u0000��h\u0000\u0000\u0000h\u0000��h\u0000��h\u0000\u0000\u0000h\u0000\u0000\u0000h\u0000��X\u0000��H\u0000��8\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0010\u0000\b\u00000\u0000\b\u0000 \u0000\b\u0000\u0010\u0000\b\u0000 \u0000\b\u0000\u0010\u0000��\u0010\u0000��\b\u0000��(\u0000��H\u0000��8\u0000�� \u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000 \u00008\u0000\u0010\u0000H\u0000 \u0000X\u00000\u0000h\u0000\u0018\u0000h\u0000\b\u0000x\u0000��x\u0000��h\u0000��X\u0000��H\u0000��8\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������������������\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��\u0018\u0000��\u0000\u0000��������������������������\u0018\u0000��(\u0000��(\u0000��(\u0000��\b\u0000����\b\u0000��\u0018\u0000��\b\u0000\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������������������������x���h���X� \u0000X� \u0000X���X���h���h���x�����\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��P\u0000\b\u0000X\u0000\b\u0000x\u0000\u0018\u0000 \u0000(\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000X\u0000\u0000\u0000h\u0000\u0000\u0000h\u0000��H\u0000��H\u0000��8\u0000��\u0018\u0000��\b\u0000����������������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������\b\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000(\u0000\b\u0000H\u0000\b\u0000h\u0000���\u0000���\u0000\u0018\u0000�\u00000\u0000�\u00000\u0000�\u0000 \u0000�\u0000\u0010\u0000�\u0000\u0000\u0000�\u0000\u0010\u0000�\u0000\u0000\u0000h\u0000��H\u0000��(\u0000��\u0018\u0000��\b\u0000��\b\u0000����������������������������\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��0\u0000��(\u0000��\b\u0000(\u0000\b\u0000H\u0000��h\u0000��x\u0000���\u0000���\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0010\u0000�\u0000���\u0000���\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0010\u0000X\u0000\u0010\u00008\u0000\u0000\u0000(\u0000��\u0018\u0000 \u0000\b\u00000\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��������������\b\u0000������\b\u0000��(\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0010\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u00008\u0000 \u0000(\u0000@\u00008\u00000\u00008\u0000\u0018\u0000(\u0000\b\u0000\b\u0000\b\u0000��������������\u0000\u0000��\b\u0000������������x�\u0000\u0000h���h���h���h�\b\u0000x�����\u0018\u0000��\u0018\u0000������������������������������\b\u0000��������������\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000����������������������������������������������\u0000\u0000�� \u0000��0\u0000�� \u0000��0\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000����������������\b\u0000��(\u0000\u0018\u00008\u0000(\u00008\u0000\u0018\u00008\u0000\u0000\u0000H\u0000\u0010\u00008\u0000\u0010\u0000(\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000��\u0000\u0000������������������������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000(\u0000\b\u00008\u0000 \u00008\u0000\u0010\u0000H\u0000\u0000\u0000H\u0000 \u00008\u0000 \u00008\u0000\u0010\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\b\u0000\u0018\u0000\b\u00008\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000X\u0000\b\u0000h\u0000\u0018\u0000x\u0000(\u0000�\u0000\u0018\u0000x\u0000\b\u0000x\u0000 \u0000h\u0000 \u0000X\u0000\u0000\u0000H\u0000 \u00008\u0000 \u00008\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������������\b\u0000��\u0018\u0000��\b\u0000��������������������������\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������\u0018\u0000��\b\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��0\u0000��0\u0000��(\u0000��\u0018\u0000��\u0018\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000�� \u0000��\u0010\u0000������������\b\u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000������������������������������������\b\u0000\u0010\u0000\u0018\u0000\u0010\u00008\u0000 \u00008\u0000@\u0000H\u00000\u0000X\u0000��X\u0000��H\u0000��H\u0000��8\u0000��(\u0000��(\u0000��(\u0000��(\u0000��8\u0000��8\u0000��8\u0000��8\u0000��8\u0000\b\u0000(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000 \u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000��8\u0000��H\u0000\u0000\u0000H\u0000��8\u0000��H\u0000��H\u0000��H\u0000\u0010\u0000H\u0000��8\u0000��H\u0000��8\u0000\u0018\u0000H\u0000\u0010\u0000H\u0000\u0010\u00008\u0000\u0010\u00008\u0000 \u0000(\u0000 \u0000(\u0000\u0010\u0000(\u0000��(\u0000��(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u00000\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000(\u0000\b\u0000(\u0000\u0018\u0000\u0010\u0000\u0018\u00000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\u0018\u0000 \u0000\u0018\u0000\u0018\u0000(\u0000��8\u0000��(\u0000��\u0018\u0000\u0000\u0000\u0018\u0000 \u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000��������������������\b\u0000��\u0018\u0000��������������������������������������������������������������\u0000\u0000��\u0000\u0000������������\b\u0000��\u0018\u0000\b\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000(\u0000��@\u0000�� \u0000��\u0000\u0000��\u0010\u0000��0\u0000��(\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��(\u0000��(\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000������\b\u0000��\b\u0000������������������������������(\u0000�� \u0000�� \u0000��0\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000\b\u0000(\u0000\b\u00008\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0010\u0000\u0018\u0000 \u0000\u0018\u0000 \u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��(\u0000��8\u0000��8\u0000\u0000\u00008\u0000 \u0000(\u0000\u0010\u0000(\u0000��8\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000��(\u0000��\u0018\u0000\u0000\u0000\u0018\u00000\u0000\u0018\u00000\u0000(\u0000(\u0000(\u0000(\u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u00008\u0000\b\u0000(\u0000\u0018\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��(\u0000��\u0010\u0000����\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000 \u0000\b\u0000 \u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000��(\u0000��\u0000\u0000������������������\b\u0000��\b\u0000������\b\u0000������������������(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000������������������\b\u0000��\b\u0000\u0000\u0000\b\u0000��������\u0000\u0000�� \u0000�� \u0000��\u0010\u0000�� \u0000�� \u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000��(\u0000��8\u0000�� \u0000�� \u0000�� \u0000�� \u0000�� \u0000��\u0018\u0000��\b\u0000\b\u0000\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000\b\u0000 \u0000\b\u0000 \u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��(\u0000��(\u0000��8\u0000��8\u0000\u0010\u00008\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000��8\u0000��(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000��(\u0000��\u0018\u0000��(\u0000��\u0018\u0000��(\u0000��(\u0000\u0000\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000(\u0000\u0018\u00008\u0000\u0018\u0000@\u0000\u0018\u0000@\u0000\u0018\u0000(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000 \u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\u0018\u0000\u0000\u0000\b\u0000��\b\u0000\b\u0000��0\u0000�� \u0000��\u0010\u0000������������������������������\b\u0000������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000�� \u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��(\u0000��8\u0000��\u0010\u0000�� \u0000��@\u0000��0\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��(\u0000��\u0018\u0000��������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000 \u0000\u0018\u0000 \u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000��(\u0000��(\u0000��(\u0000\u0000\u0000(\u0000��8\u0000��(\u0000\u0018\u0000(\u00000\u0000(\u0000@\u0000(\u00000\u0000(\u0000(\u0000(\u0000(\u00008\u0000\u0018\u00008\u0000\u0018\u00008\u0000\u0018\u00008\u0000\u0018\u00008\u0000\u0010\u00008\u0000\u0010\u00008\u0000\u0000\u00008\u0000\u0010\u0000(\u0000 \u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000 \u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������������������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��(\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0010\u0000��������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0010\u0000��\u0010\u0000��������������\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��������������������\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000��������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000������������������\u0000\u0000����������\b\u0000��\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��0\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0010\u0000\b\u0000 \u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000\u0018\u0000\b\u0000\u0010\u0000\u0018\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000(\u0000��(\u0000��8\u0000��8\u0000��8\u0000��(\u0000��8\u0000\b\u0000H\u0000��H\u0000��H\u0000��8\u0000��8\u0000��(\u0000��\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��0\u0000��\u0018\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������������\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000��\b\u0000��\b\u0000\u0018\u0000��\b\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000(\u0000��\b\u0000��\b\u0000����������������������\b\u0000������������������\b\u0000��\b\u0000��������������\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��������������������������\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\u0018\u0000������������������\u0000\u0000��\u0000\u0000��0\u0000��(\u0000��\u0018\u0000��\b\u0000������\u0018\u0000��\u0018\u0000\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000\u0010\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u00000\u0000\b\u0000 \u0000\b\u0000\u0010\u0000����\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0018\u0000(\u0000(\u0000(\u0000\b\u0000(\u0000��(\u0000��(\u0000��(\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000��(\u0000��\u0018\u0000��(\u0000��(\u0000��8\u0000��8\u0000��8\u0000��8\u0000��8\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000\b\u0000\u0010\u0000\b\u0000 \u0000\u0018\u0000 \u0000\u0018\u0000\u0010\u0000\u0018\u0000 \u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������\u0018\u0000��(\u0000�� \u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000������������������������������\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��0\u0000��\b\u0000������\b\u0000��\b\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��(\u0000��(\u0000��\u0010\u0000��\u0010\u0000�� \u0000��0\u0000\b\u0000 \u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������������������������������\u0000\u0000��\u0010\u0000��\u0000\u0000����\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000��\u0018\u0000��(\u0000\u0000\u0000(\u0000��(\u0000��(\u0000��(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��(\u0000\b\u0000(\u0000\b\u0000(\u0000(\u0000(\u0000 \u0000(\u00000\u00008\u0000 \u00008\u0000 \u00008\u0000\u0018\u00008\u0000��(\u0000\u0000\u00008\u0000\u0018\u00008\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����\b\u0000��\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000�� \u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000 \u0000\u0018\u0000 \u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000 \u0000\u0018\u0000 \u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������������������������������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000\u0000\u0000\b\u0000������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��������\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0010\u0000\b\u0000 \u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000����\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000��8\u0000��8\u0000��(\u0000��(\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000����������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000��(\u0000��(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000��(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000 \u0000��@\u0000��(\u0000��8\u0000��H\u0000��0\u0000�� \u0000�� \u0000��\u0000\u0000������\u0000\u0000������\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000 \u0000\b\u00000\u0000\b\u0000(\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0010\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000��(\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000\b\u00008\u0000\b\u0000H\u0000\u0018\u0000H\u0000\u0018\u0000H\u0000(\u00008\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��\b\u0000����������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000����������\u0010\u0000��\u0010\u0000��\u0010\u0000������\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000����\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000\b\u00008\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000����\u0000\u0000��\u0010\u0000�� \u0000�� \u0000��\u0010\u0000��\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000\b\u0000����������������\u0000\u0000��\u0000\u0000����������������������������������\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000H\u0000��h\u0000��h\u0000��h\u0000��X\u0000��8\u0000��(\u0000��\b\u0000����\b\u0000��\b\u0000����\b\u0000\u0000\u0000\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000����\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������������������(\u0000��\u0018\u0000�� \u0000��\u0010\u0000�� \u0000�� \u0000��\u0010\u0000��\u0000\u0000��������������\u0000\u0000�� \u0000��0\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��������\b\u0000��\u0018\u0000\b\u00008\u0000\u0018\u0000H\u0000(\u0000H\u0000 \u0000H\u0000 \u00008\u0000 \u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000 \u0000\b\u0000\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000��������\u0000\u0000��\u0000\u0000��\u0000\u0000����������������\u0018\u0000��(\u0000\b\u00008\u0000\b\u00008\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000����\u0000\u0000��\u0000\u0000����\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000������������������\u0010\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��������\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000(\u0000\b\u00008\u0000\u0018\u00008\u0000\u0018\u0000(\u0000��(\u0000��\u0018\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000����\b\u0000��\u0018\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��������������������������������\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000��������������������������\u0010\u0000��\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0010\u00008\u0000\u0000\u00008\u0000\u0010\u00008\u0000\u0010\u00008\u0000\u0010\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000��(\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000����\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������������\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000��(\u0000\u0018\u0000(\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��(\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000�� \u0000��\u0010\u0000��\u0000\u0000������������\b\u0000��\u0018\u0000��(\u0000\b\u00008\u0000\u0018\u00008\u0000\b\u00008\u0000\u0000\u0000H\u0000��H\u0000��H\u0000��8\u0000��8\u0000\u0018\u0000(\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000\u0018\u0000��(\u0000��8\u0000��H\u0000��H\u0000��H\u0000��X\u0000��X\u0000��H\u0000��H\u0000��8\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000������\u0018\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��(\u0000\b\u0000\u0018\u0000(\u0000\b\u00008\u0000��H\u0000��X\u0000��X\u0000��X\u0000��H\u0000\u0000\u0000H\u0000\u0010\u00008\u0000 \u00008\u0000\u0018\u0000(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000��������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������������������������\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000����������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000��8\u0000��8\u0000��8\u0000��(\u0000\b\u0000\u0018\u0000(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��\b\u0000����������������������\u0018\u0000��\u0018\u0000��\u0018\u0000����������������������������\b\u0000��\u0018\u0000��\u0018\u0000��(\u0000��8\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000X\u0000\u0010\u0000H\u0000\u0010\u00008\u0000\u0010\u00008\u0000\u0010\u00008\u0000\b\u0000(\u0000\b\u0000(\u0000��\u0018\u0000��\b\u0000\u0000\u0000������\u0000\u0000������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��0\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000�� \u0000�� \u0000\b\u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000(\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000 \u0000\b\u0000 \u0000\b\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\b\u0000������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000��(\u0000\b\u0000\u0018\u0000\u0018\u0000(\u0000��(\u0000��8\u0000��8\u0000��H\u0000��8\u0000��8\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000������\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\b\u0000����\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u00008\u0000��\b\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000��(\u0000��8\u0000��8\u0000��8\u0000��(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u00000\u0000\b\u00000\u0000��0\u0000��0\u0000��\u0018\u0000��(\u0000��8\u0000��8\u0000�� \u0000�� \u0000��\u0010\u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000����\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000 \u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��0\u0000��\u0018\u0000��\b\u0000��\b\u0000����\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\u0010\u0000�� \u0000�� \u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000����������\u0000\u0000��\b\u0000��\b\u0000��������\b\u0000\u0010\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u00008\u0000\u0018\u0000(\u0000\u0018\u0000 \u0000\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000 \u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000����������������\u0000\u0000��\u0010\u0000�� \u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000(\u0000\u0018\u00008\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000����\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��������\b\u0000��������\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0010\u0000��\u0000\u0000����������\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000�� \u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000��\u0000\u0000��\u0010\u0000\b\u0000��������\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000����������������������\b\u0000��\u0018\u0000��������������������������\u0018\u0000��\u0018\u0000��\b\u0000��������������������������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000����\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000��\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\u0018\u0000\u0018\u0000 \u0000\u0018\u0000\u0010\u0000\b\u0000 \u0000\u0018\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��(\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000 \u0000\u0018\u00000\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\b\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000\u0018\u0000(\u0000(\u0000(\u0000\u0018\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������\b\u0000��\b\u0000������������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0010\u0000�� \u0000�� \u0000��0\u0000��H\u0000��8\u0000��8\u0000��0\u0000��0\u0000�� \u0000��0\u0000��8\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������������������������������������������������������������������������������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000\b\u0000 \u0000\b\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\u0018\u0000 \u0000(\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000��8\u0000\u0018\u00008\u0000\u0018\u0000H\u0000\u0018\u00008\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000\u0018\u0000(\u0000\b\u00008\u0000\b\u00008\u0000\b\u00008\u0000\u0018\u00008\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000\u0010\u00008\u0000\u0010\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������\u0000\u0000��\u0000\u0000�� \u0000�� \u0000��\u0018\u0000��\b\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��������������\u0018\u0000��\u0018\u0000��\u0018\u0000����������������������\b\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��(\u0000��(\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000�� \u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000����������\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000����������������������������������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0010\u0000������������\b\u0000������������\b\u0000��\u0018\u0000��\u0018\u0000����\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������\u0000\u0000��\u0010\u0000\b\u0000\u0010\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000\b\u00008\u0000\b\u0000H\u0000\u0018\u0000H\u0000\u0018\u0000H\u0000(\u00008\u0000(\u0000(\u0000\u0018\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000��\u0018\u0000��(\u0000��8\u0000\b\u0000(\u0000\b\u00008\u0000��(\u0000��8\u0000\b\u00008\u0000\b\u0000(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0018\u0000��(\u0000��8\u0000����\b\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000 \u0000(\u0000\u0010\u0000(\u0000 \u0000(\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000��\u0018\u0000��8\u0000��(\u0000��8\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\u0018\u0000����������������������\u0000\u0000��\u0010\u0000��\b\u0000��������������\u0000\u0000����\u0018\u0000\u0010\u0000\u0018\u0000(\u0000(\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000����������������\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000�� \u0000�� \u0000�� \u0000��0\u0000�� \u0000\b\u0000\b\u0000(\u0000\b\u00008\u0000\b\u00008\u0000\b\u0000(\u0000��(\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000��8\u0000��8\u0000��H\u0000��H\u0000��X\u0000��H\u0000��H\u0000��8\u0000��8\u0000��(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����\u0000\u0000��\u0000\u0000����������������\b\u0000\u0018\u0000\u0018\u0000(\u0000(\u0000 \u00008\u0000 \u0000(\u0000 \u0000(\u0000\u0010\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000 \u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000(\u0000��(\u0000��(\u0000��8\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0010\u0000��������������\u0000\u0000�� \u0000��\u0010\u0000������������������\u0000\u0000��������������������������������������������������\u0018\u0000��\u0018\u0000��������������\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000������������\b\u0000��\b\u0000����������������\u0000\u0000��\u0010\u0000\b\u0000��\u0018\u0000��(\u0000\u0000\u0000\u0018\u0000 \u0000\u0018\u00008\u0000(\u0000\b\u0000\u0018\u0000��(\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000��(\u0000��8\u0000��8\u0000��(\u0000��(\u0000\b\u0000(\u0000\b\u0000(\u0000��8\u0000��8\u0000\u0000\u00008\u0000\u0000\u0000H\u0000 \u0000H\u0000\u0018\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000(\u00008\u00008\u0000(\u0000\u0010\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000 \u0000(\u0000\u0010\u0000\u0018\u0000\u0000\u0000(\u0000��(\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\u0018\u0000\u0018\u0000\u0010\u0000(\u0000��8\u0000��8\u0000��(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000������\b\u0000��������������\b\u0000��\u0018\u0000��(\u0000��\b\u0000��\b\u0000��\u0018\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��\b\u0000����������������������������������������������\u0000\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000����\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000\b\u00008\u0000\b\u00008\u0000\b\u00008\u0000��8\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��(\u0000��8\u0000��8\u0000\u0000\u00008\u0000\u0010\u0000(\u0000(\u00008\u0000\u0018\u00008\u0000\b\u00008\u0000\b\u0000H\u0000��8\u0000��8\u0000��8\u0000��8\u0000\b\u00008\u0000��8\u0000��8\u0000��8\u0000��8\u0000��8\u0000\u0000\u0000H\u0000��H\u0000��8\u0000\u0000\u00008\u0000��8\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000 \u0000(\u0000 \u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000(\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u0000\b\u0000(\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��(\u0000��(\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��(\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0010\u0000�� \u0000��������������������������������������������������������������\u0010\u0000��\u0010\u0000��0\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��(\u0000��8\u0000��\u0010\u0000�� \u0000�� \u0000��\u0010\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0010\u0000��\u0010\u0000��������������������������������������������������������������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u00008\u0000\u0018\u00008\u00008\u00008\u0000\b\u00008\u0000��8\u0000\b\u0000(\u0000\u0018\u0000(\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000\u0010\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000��8\u0000��8\u0000��8\u0000��8\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000��H\u0000��X\u0000��X\u0000\b\u0000h\u0000\b\u0000h\u0000\b\u0000h\u0000��X\u0000��h\u0000��X\u0000��H\u0000��X\u0000��X\u0000��X\u0000��h\u0000��X\u0000��X\u0000��H\u0000��8\u0000��8\u0000��8\u0000��8\u0000\u0010\u0000H\u0000\u0010\u00008\u0000\u0018\u0000(\u0000��(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000������������������\b\u0000����������������\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������������\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000����������\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000����\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000\b\u0000(\u0000\b\u00008\u0000��(\u0000��(\u0000��8\u0000��8\u0000��(\u0000��8\u0000��8\u0000\u0018\u00008\u0000��H\u0000��H\u0000��X\u0000��X\u0000��H\u0000\u0018\u0000h\u0000(\u0000X\u0000(\u0000X\u0000��X\u0000��h\u0000��x\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000x\u0000\u0018\u0000�\u0000��x\u0000\b\u0000x\u0000\b\u0000x\u0000��h\u0000��X\u0000��X\u0000\b\u0000X\u0000\b\u0000X\u0000\b\u0000H\u0000��X\u0000��X\u0000��h\u0000��X\u0000��H\u0000\u0000\u00008\u0000��H\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000\u0010\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000��������������\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��������\b\u0000��\u0018\u0000��\u0018\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��������x�\b\u0000��\u0018\u0000x�\u0018\u0000x�\b\u0000h���x�\u0018\u0000x���x���x���x�\b\u0000��\u0018\u0000��\b\u0000x�����\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��(\u0000�� \u0000��\u0000\u0000��\u0000\u0000����������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000\b\u0000H\u0000\b\u0000H\u0000��H\u0000��X\u0000��X\u0000��H\u0000��X\u0000��H\u0000��H\u0000��H\u0000��H\u0000��8\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0010\u00008\u0000\u0000\u0000X\u0000��X\u0000��X\u0000��X\u0000\u0000\u0000X\u0000\u0000\u0000h\u0000\u0000\u0000h\u0000��x\u0000\u0010\u0000h\u0000\u0010\u0000h\u0000\u0010\u0000H\u0000\u0010\u0000X\u0000\u0000\u0000h\u0000��h\u0000��h\u0000\u0000\u0000X\u0000 \u0000X\u0000 \u0000X\u0000 \u0000h\u0000\u0018\u0000h\u0000\b\u0000X\u0000\b\u0000X\u0000\b\u0000X\u0000\b\u0000H\u0000\b\u0000H\u0000\u0018\u00008\u0000��8\u0000��(\u0000\b\u0000\u0018\u0000��(\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000\u0018\u0000(\u0000\b\u00008\u0000\b\u00008\u0000\b\u00008\u0000\b\u0000(\u0000\b\u00008\u0000(\u0000(\u00000\u0000(\u00000\u0000(\u0000 \u00008\u0000\u0010\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000��H\u0000\u0000\u0000H\u0000\u0010\u0000H\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��(\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000����������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0000\u0000��������������\u0000\u0000��\u0010\u0000��0\u0000��8\u0000x�(\u0000x�(\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000����\b\u0000��\b\u0000������\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��������������������������\u0018\u0000����������\b\u0000��\b\u0000������������������������������������������\u0000\u0000��\u0010\u0000�� \u0000��\b\u0000��\b\u0000����������\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000\u0010\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u00008\u0000\b\u00008\u0000\u0018\u0000H\u0000\u0018\u0000X\u0000��h\u0000\b\u0000x\u0000\b\u0000�\u0000���\u0000���\u0000\u0018\u0000�\u0000\b\u0000�\u0000���\u0000\b\u0000�\u0000���\u0000���\u0000���\u0000���\u0000\u0018\u0000�\u0000(\u0000�\u0000(\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000x\u0000��h\u0000��X\u0000��X\u0000��H\u0000��H\u0000\u0018\u0000H\u0000\b\u00008\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\u0018\u0000��\u0018\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000����������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������������������\u0018\u0000��(\u0000�� \u0000��\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\b\u0000��\u0018\u0000������������������������������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000��������������������\b\u0000��\u0018\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000��8\u0000��8\u0000��H\u0000��H\u0000\u0010\u0000H\u0000 \u0000H\u0000 \u00008\u0000\u0010\u0000H\u0000\u0010\u00008\u0000\u0010\u00008\u0000\u0010\u0000H\u0000\u0010\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000��X\u0000��H\u0000\b\u0000H\u0000\u0018\u0000H\u0000\b\u0000X\u0000\b\u0000X\u0000\b\u0000X\u0000\b\u0000H\u0000\b\u00008\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000\u0018\u0000H\u0000(\u00008\u0000\u0010\u0000H\u0000\u0000\u0000H\u0000\u0010\u00008\u0000\u0010\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��(\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000�������������������������� \u0000�� \u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000������\b\u0000��(\u0000��(\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000����������������������\b\u0000��������\b\u0000����������������\b\u0000��\b\u0000��\u0018\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0018\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000����\b\u0000��������\b\u0000����������\b\u0000��\b\u0000\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000��(\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0000\u0000\u0018\u0000��(\u0000��(\u0000��\u0018\u0000��(\u0000��8\u0000��8\u0000��8\u0000��8\u0000��H\u0000\b\u0000H\u0000\u0018\u0000H\u0000\u0018\u00008\u0000��8\u0000��(\u0000��(\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000��\u0018\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\u0010\u0000��\u0010\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000 \u0000\b\u0000\u0010\u0000\b\u0000\b\u0000��\b\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0000\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��������������\b\u0000��������������������������\b\u0000��\b\u0000������������������������������������������������������������������\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\u0018\u0000����������\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��������������\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0010\u0000��\u0000\u0000������\u0010\u0000�� \u0000��\u0010\u0000��\u0000\u0000����������������������\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\b\u0000������������������������������\b\u0000��\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000����������������������\u0010\u0000�� \u0000�� \u0000��������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��������������\b\u0000��\b\u0000��(\u0000��(\u0000��(\u0000��\u0000\u0000����������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0010\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\u0010\u0000�� \u0000��\u0010\u0000��\u0000\u0000��������������\u0000\u0000��\u0010\u0000�� \u0000��\u0010\u0000����������������������������������������������\b\u0000��\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\b\u0000��\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\b\u0000��������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000����������\u0000\u0000�� \u0000��\u0000\u0000������������������\u0000\u0000��\u0010\u0000��\u0010\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\u0018\u0000��\u0010\u0000��\u0000\u0000��������������\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��������������\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��������������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000����������\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0000\u0000��������������\b\u0000������\b\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000������������������\u0018\u0000��\u0018\u0000��\b\u0000������������������\b\u0000��\b\u0000��������������������������\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000������������������\u0000\u0000��\u0010\u0000��\u0000\u0000��\b\u0000��\u0018\u0000��\b\u0000������������������\b\u0000����������������������\u0000\u0000������\u0010\u0000�� \u0000�� \u0000��(\u0000��\b\u0000��\b\u0000����������������������\u0018\u0000��\b\u0000��(\u0000��\b\u0000��\u0018\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������(\u0000��(\u0000�� \u0000��\u0010\u0000��\u0000\u0000����������������������\b\u0000��\b\u0000����������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������������������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\u0018\u0000������\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������������������\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����������\b\u0000������������������\b\u0000��\b\u0000����������\u0000\u0000��\u0010\u0000��\u0010\u0000������\u0000\u0000��(\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000�� \u0000��\u0000\u0000������������������\b\u0000��\u0000\u0000����������������������\b\u0000��\u0018\u0000����������������������\u0010\u0000��\u0010\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000����������\b\u0000��\b\u0000��(\u0000��\u0018\u0000��������������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000����������\b\u0000��\u0018\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��������������\b\u0000����������������������������������\b\u0000��������������\u0018\u0000��\u0018\u0000��������������������������\b\u0000��\u0018\u0000��\b\u0000������������������\b\u0000��\b\u0000��������������\u0000\u0000����������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\b\u0000������\b\u0000��(\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000������������������������������\b\u0000��\b\u0000��\b\u0000������������������������������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000������\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000������������������\b\u0000������\b\u0000������\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0010\u0000������������������������������������������\u0000\u0000��\u0000\u0000������������������������������\b\u0000��\u0018\u0000��(\u0000�� \u0000��\u0010\u0000�� \u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000����������\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��(\u0000��0\u0000��@\u0000�� \u0000��\u0010\u0000��������������������������\u0000\u0000��\u0000\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000����������\u0018\u0000����������\u0018\u0000��\u0018\u0000��\u0018\u0000����������(\u0000��(\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\u0018\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000\b\u0000\b\u0000����\b\u0000��\b\u0000����\b\u0000������\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000������������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������\b\u0000��\u0018\u0000����\b\u0000����\u0018\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000��\b\u0000������������\u0018\u0000��������������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��������������\u0010\u0000��\u0018\u0000��\b\u0000������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000��������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000������\b\u0000��������\b\u0000��������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��������\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000��\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000��\b\u0000������\u0018\u0000����������\u0018\u0000������\u0018\u0000��\b\u0000������\u0018\u0000������\b\u0000��\u0018\u0000������\u0018\u0000����������\u0018\u0000������\u0018\u0000��\b\u0000����\b\u0000\u0018\u0000\b\u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��\b\u0000\u0018\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000������(\u0000\b\u0000����\b\u0000��\u0018\u0000������(\u0000����������\u0018\u0000������\u0018\u0000����������(\u0000������\b\u0000��\u0018\u0000������(\u0000����������(\u0000������\u0018\u0000����\b\u0000����(\u0000����\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u00008\u0000\b\u0000��\b\u0000\b\u0000\b\u0000(\u0000\b\u0000��\b\u00008\u0000\b\u0000��\u0018\u0000��\u0018\u00008\u0000\u0018\u0000��\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000��\b\u00008\u0000\b\u0000��������8\u0000������8\u0000\b\u0000��������H\u0000������\u0018\u0000��(\u0000������H\u0000����������8\u0000������8\u0000����������X\u0000������\u0018\u0000��\u0018\u0000������H\u0000����\b\u0000��\b\u00008\u0000\u0018\u0000��\b\u0000H\u0000\u0018\u0000��\u0018\u0000��\u0018\u00008\u0000\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��(\u00008\u0000(\u0000��(\u0000��8\u00000\u00008\u0000��H\u0000@\u0000H\u0000��8\u0000��8\u0000H\u0000(\u0000��8\u0000(\u0000(\u0000(\u0000\u0018\u0000��\u0018\u0000H\u0000\u0018\u0000��\u0018\u0000\b\u0000\b\u0000(\u0000\b\u0000��\b\u00008\u0000\b\u0000��\b\u0000����8\u0000������\u0018\u0000��\u0018\u0000������X\u0000����������\b\u0000������(\u0000����������H\u0000������8\u0000����������H\u0000������\u0018\u0000��(\u0000\b\u0000��\b\u0000X\u0000\b\u0000��\u0018\u0000��\b\u00008\u0000\b\u0000��\b\u00008\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000X\u0000(\u0000��\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000H\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000H\u0000\b\u0000��\b\u00008\u0000����������h\u0000������(\u0000��\u0018\u0000������h\u0000������\b\u0000��H\u0000������H\u0000����������h\u0000������8\u0000��\b\u0000������X\u0000������\b\u0000��8\u0000������X\u0000\b\u0000��\b\u0000��\b\u0000X\u0000\b\u0000��\u0018\u00008\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000X\u0000\u0018\u0000��\b\u0000\b\u0000\b\u00008\u0000\b\u0000��\b\u0000X\u0000\b\u0000��������H\u0000������(\u0000��\u0018\u0000������H\u0000������\u0018\u0000��(\u0000������8\u0000����������8\u0000������8\u0000��\b\u0000������X\u0000������\b\u0000��8\u0000������H\u0000����������X\u0000������(\u0000��\b\u0000������8\u0000\b\u0000��\b\u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u0000��\u0018\u0000H\u0000\u0018\u0000��\u0018\u0000��(\u00008\u0000(\u0000��8\u00008\u0000(\u0000��(\u0000��(\u0000H\u0000\u0018\u0000��(\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000��(\u0000H\u0000(\u0000��(\u0000\b\u0000\u0018\u0000H\u0000\u0018\u0000��\u0018\u00008\u0000\u0018\u0000��\u0018\u0000��\b\u0000X\u0000\b\u0000����\u0018\u0000��(\u0000������8\u0000����������8\u0000������8\u0000����������H\u0000������8\u0000��\b\u0000������X\u0000����\b\u0000\b\u0000\b\u0000(\u0000\u0018\u0000��\u0018\u0000X\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000X\u0000\u0018\u0000��\u0018\u0000(\u0000(\u0000\b\u0000(\u0000��\u0018\u0000`\u0000(\u0000��(\u0000\u0000\u0000(\u0000 \u0000\u0018\u0000��\b\u0000(\u0000\b\u0000��\b\u0000��\b\u00008\u0000\b\u0000��\b\u0000(\u0000��������\b\u0000P\u0000\b\u0000����0\u0000��\u0018\u0000������X\u0000������\b\u0000��H\u0000������X\u0000��\b\u0000������X\u0000������(\u0000��\b\u0000������h\u0000������\b\u0000��(\u0000������8\u0000����������X\u0000������H\u0000����������H\u0000������\u0018\u0000��(\u0000������H\u0000����������H\u0000������8\u0000��\u0018\u0000����\b\u0000x\u0000����\b\u0000\b\u0000\b\u00008\u0000\b\u0000��\b\u0000X\u0000\b\u0000��(\u0000��(\u0000h\u0000(\u0000��8\u0000\u0018\u0000(\u0000��(\u0000��(\u0000h\u0000(\u0000��(\u0000\b\u0000\u0018\u00008\u0000\u0018\u0000��\b\u0000H\u0000\b\u0000��\u0018\u0000��\u0018\u0000X\u0000\u0018\u0000��\u0018\u00008\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000H\u0000\b\u0000����\u0018\u0000��H\u0000������X\u0000����������H\u0000������(\u0000����������h\u0000������\b\u0000��(\u0000������X\u0000����������H\u0000������8\u0000��\b\u0000������X\u0000������\b\u0000��8\u0000������X\u0000����������(\u0000������8\u0000����������X\u0000������(\u0000��\u0018\u0000������8\u0000����������(\u0000������(\u0000����������(\u0000������ \u0000��\u0018\u0000������8\u0000������\u0000\u0000��(\u0000������@\u0000����������H\u0000������8\u0000��(\u0000������X\u0000������\u0018\u0000��0\u0000������8\u0000����������P\u0000������\u0010\u0000����������\u0018\u0000����������\b\u0000������0\u0000����������0\u0000������ \u0000��\u0010\u0000������@\u0000������\u0010\u0000��0\u0000������P\u0000��\u0000\u0000��\u0010\u0000��X\u0000������H\u0000��8\u0000������p\u0000������\u0000\u0000��0\u0000������@\u0000��\u0000\u0000������@\u0000������\u0010\u0000����������(\u0000����������\u0018\u0000������(\u0000����������0\u0000������@\u0000��\u0000\u0000������P\u0000������0\u0000��8\u0000������h\u0000������\b\u0000��H\u0000������H\u0000��\b\u0000������`\u0000������\u0010\u0000��\u0010\u0000������8\u0000����������(\u0000������\u0018\u0000����������(\u0000������\u0000\u0000��\u0010\u0000������@\u0000������\u0000\u0000��0\u0000������P\u0000��\b\u0000������h\u0000������H\u0000��0\u0000\b\u0000��\b\u0000`\u0000\b\u0000��\b\u0000\u0000\u0000\b\u0000 \u0000\b\u0000��\b\u00000\u0000\b\u0000��\b\u0000��\u0018\u00000\u0000\u0018\u0000��\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��\b\u0000(\u0000\b\u0000��\b\u0000��\b\u0000 \u0000\b\u0000��\b\u0000@\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000P\u0000\u0018\u0000��\u0018\u0000@\u0000\u0018\u0000\u0018\u0000\b\u0000����H\u0000\b\u0000��\b\u00008\u0000\b\u00008\u0000\b\u0000��\u0018\u00008\u0000\u0018\u0000��\u0018\u0000��\b\u0000\u0018\u0000\u0018\u0000��\u0018\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000��\b\u00008\u0000\b\u0000������\b\u0000\u0018\u0000\b\u0000����8\u0000\b\u0000��\b\u0000��\b\u0000 \u0000\b\u0000��\b\u00000\u0000\b\u0000��\b\u0000����`\u0000\b\u0000��\b\u00008\u0000\b\u0000(\u0000������X\u0000������\u0018\u0000��H\u0000������P\u0000��\u0000\u0000������0\u0000������\u0010\u0000����������(\u0000����������\b\u0000������\b\u0000����\b\u0000��\b\u0000@\u0000\b\u0000���� \u0000�� \u0000������@\u0000������\u0000\u0000��8\u0000\b\u0000����8\u0000\b\u0000\b\u0000\b\u0000����H\u0000������\u0018\u0000��\u0018\u0000������8\u0000����\b\u0000\b\u0000\b\u0000(\u0000\b\u0000��\b\u0000(\u0000\b\u0000��������8\u0000������\u0018\u0000��\u0018\u0000������8\u0000\b\u0000��\u0018\u0000��\b\u0000(\u0000\u0018\u0000��\u0018\u0000(\u0000\u0018\u0000��\u0018\u0000��\b\u0000(\u0000\b\u0000����\u0018\u0000��(\u0000������8\u0000����������\u0018\u0000\b\u0000����(\u0000����������H\u0000������(\u0000��\u0018\u0000������H\u0000\b\u0000��\b\u0000\b\u0000\u0018\u00008\u0000\u0018\u0000��\b\u0000(\u0000\b\u0000��\b\u0000����8\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000(\u0000��(\u0000(\u00008\u0000��8\u0000��(\u0000\u0018\u0000(\u0000��\b\u0000\u0018\u0000\u0018\u0000��(\u0000��\b\u00008\u0000\u0018\u0000��\u0018\u0000 \u0000\u0018\u0000\u0018\u0000(\u0000��\u0018\u0000H\u0000(\u0000��\u0018\u0000\b\u0000\b\u0000(\u0000\u0018\u0000��\b\u00008\u0000��\b\u0000������8\u0000������\u0018\u0000��\b\u0000������8\u0000\b\u0000��������(\u0000������(\u0000����������(\u0000\b\u0000����\u0018\u0000����\b\u0000��\b\u0000(\u0000\u0018\u0000��\b\u0000����\b\u0000\b\u0000����\u0018\u0000\b\u0000��\b\u0000��\b\u0000(\u0000\u0018\u0000��\b\u0000\u0018\u0000\b\u0000��(\u0000��\b\u00008\u0000\u0018\u0000��\u0018\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000��\b\u0000(\u0000\b\u0000��\b\u0000����(\u0000\u0018\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000����8\u0000\b\u0000��\b\u0000����(\u0000\b\u0000����8\u0000����������(\u0000����������\b\u0000������8\u0000������\b\u0000��(\u0000������\u0018\u0000��\b\u0000������X\u0000������\u0010\u0000��\u0010\u0000������\u0018\u0000����������\u0018\u0000������(\u0000����������\b\u0000������\b\u0000��8\u0000������8\u0000����������\u0018\u0000������\u0018\u0000\b\u0000\b\u0000\b\u0000����(\u0000������\b\u0000��\b\u0000\b\u0000����(\u0000\b\u0000��������(\u0000\b\u0000����(\u0000����������(\u0000\u0018\u0000��\b\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u00008\u0000(\u0000��\u0018\u0000\b\u0000\b\u0000(\u0000\b\u0000����8\u0000\b\u0000��\b\u0000����(\u0000\u0018\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000(\u0000\b\u0000����\b\u0000\b\u0000(\u0000\u0018\u0000��\b\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\u0018\u0000(\u0000��\b\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000��\b\u0000(\u0000(\u0000��\u0018\u0000\b\u0000\u0018\u0000(\u0000(\u0000��\b\u0000(\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000H\u0000(\u0000��\b\u0000(\u0000\u0018\u0000\u0018\u0000(\u0000��\b\u0000\u0018\u0000(\u0000��\b\u0000��\u0018\u0000(\u0000\u0018\u0000��\b\u00008\u0000(\u0000\b\u0000\u0018\u0000��\b\u0000H\u0000(\u0000��\u0018\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000��\u0018\u00008\u00008\u0000��(\u0000��\u0018\u0000H\u0000(\u0000��\b\u00000\u0000\u0018\u0000 \u0000\u0018\u0000��\b\u00000\u0000\u0018\u0000��\b\u0000\u0000\u0000\u0018\u0000 \u0000\u0018\u0000���� \u0000\u0018\u0000��������\b\u0000������������������(\u0000������ \u0000��\u0018\u0000������8\u0000������\b\u0000��(\u0000������(\u0000��\u0018\u0000������8\u0000\b\u0000����(\u0000��(\u0000������(\u0000����������\u0018\u0000������(\u0000����������(\u0000������\u0018\u0000��\u0018\u0000������\u0018\u0000����������\u0018\u0000������ \u0000��\b\u0000������8\u0000������\b\u0000��\u0018\u0000������8\u0000����������(\u0000������\u0018\u0000��\u0018\u0000������(\u0000����������\b\u0000������(\u0000����������\u0018\u0000������\u0010\u0000��\u0000\u0000������@\u0000������\u0010\u0000��\u0018\u0000������8\u0000\b\u0000��������(\u0000������8\u0000��\b\u0000������X\u0000������\u0018\u0000��\u0018\u0000������8\u0000����������8\u0000\b\u0000����8\u0000\b\u0000��\b\u0000��\b\u00008\u0000\u0018\u0000��\b\u0000\b\u0000\u0018\u0000��(\u0000��(\u0000(\u00008\u0000��(\u0000��(\u0000\u0010\u00008\u0000��(\u00000\u0000(\u0000��(\u0000\u0000\u0000(\u0000@\u00008\u0000��8\u00008\u00008\u0000\u0018\u00008\u0000��(\u0000H\u00008\u0000��8\u0000(\u00008\u0000(\u0000H\u0000��(\u0000@\u0000(\u0000��(\u0000��(\u0000 \u00008\u0000��(\u00008\u0000(\u0000\u0010\u0000(\u0000��\u0018\u0000 \u0000\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000\u0018\u0000��\b\u00008\u0000����������8\u0000\b\u0000����\u0018\u0000��\u0018\u0000������X\u0000����������(\u0000������(\u0000����������H\u0000\b\u0000����\u0018\u0000\b\u0000\u0018\u0000\b\u0000����8\u0000\b\u0000��\b\u0000��\b\u0000(\u0000\b\u0000��\b\u00008\u0000\b\u0000\b\u0000\b\u0000����8\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000����8\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000��\b\u0000(\u0000\u0018\u0000��\u0018\u0000��\b\u0000(\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\b\u0000H\u0000\b\u0000��������\u0018\u0000\b\u0000��\b\u00008\u0000\b\u0000\b\u0000\b\u0000����H\u0000������(\u0000��(\u0000������P\u0000���������� \u0000������\u0010\u0000����������(\u0000������\b\u0000����������(\u0000����������\u0018\u0000������8\u0000����������(\u0000\b\u0000��\b\u0000 \u0000��\b\u0000������H\u0000����\b\u0000\u0018\u0000��8\u0000\b\u0000��\b\u0000H\u0000\u0018\u0000\u0018\u0000(\u0000\b\u0000\b\u0000@\u0000\u0018\u0000��\u0018\u0000 \u0000\u0018\u0000\u0000\u0000(\u0000��\u0018\u0000@\u0000\u0018\u0000��(\u0000\b\u0000(\u0000 \u00008\u0000��(\u00008\u0000(\u0000��(\u0000��\u0018\u0000(\u0000(\u0000��(\u0000 \u0000\u0018\u0000��\u0018\u0000��\b\u0000@\u0000\u0018\u0000��\u0018\u0000\u0000\u0000��\u0010\u0000\b\u0000����`\u0000\b\u0000��\u0018\u0000\u0010\u0000��X\u0000\b\u0000����X\u0000��\b\u0000\u0018\u0000��\b\u0000h\u0000\b\u0000��\b\u00000\u0000��@\u0000\b\u0000��\b\u0000P\u0000\b\u0000��\b\u0000\u0010\u0000��0\u0000\u0018\u0000��\u0018\u00000\u0000����\b\u0000���� \u0000����\b\u0000\u0000\u0000����\u0018\u0000��\b\u0000\u0018\u0000\b\u0000��\u0018\u0000��\b\u0000\u0000\u0000(\u0000��\u0018\u00000\u0000\b\u0000��\u0018\u0000��\b\u00000\u0000\b\u0000��\u0018\u0000 \u0000\b\u0000 \u0000\u0018\u0000��\b\u0000P\u0000����\b\u0000\u0010\u0000��P\u0000����\b\u0000X\u0000��\u0018\u0000\b\u0000\b\u0000��h\u0000����\b\u0000 \u0000�� \u0000������(\u0000����\b\u0000\u0018\u0000��8\u0000������H\u0000����\b\u0000����(\u0000������\u0018\u0000��\b\u0000������X\u0000����\b\u0000\u0000\u0000��(\u0000������X\u0000������\u0018\u0000��x\u0000������H\u0000��\u0010\u0000������P\u0000������0\u0000��@\u0000������P\u0000����\b\u0000����0\u0000������(\u0000����\b\u0000����H\u0000����\b\u0000����\b\u0000����\b\u0000@\u0000\b\u0000��\u0018\u0000��\b\u0000@\u0000\b\u0000��\u0018\u0000@\u0000��\u0010\u0000\u0018\u0000��\b\u0000`\u0000����\b\u00008\u0000��H\u0000\b\u0000��\b\u0000h\u0000\b\u0000��(\u0000��\b\u00008\u0000\b\u0000��\b\u00008\u0000����\b\u0000����X\u0000\b\u0000��\u0018\u0000\u0018\u0000��\b\u0000\b\u0000��\b\u00008\u0000����\b\u0000����P\u0000������@\u0000����������P\u0000������ \u0000��8\u0000������X\u0000����������X\u0000\b\u0000��\u0018\u0000X\u0000\b\u0000 \u0000(\u0000��\u0018\u0000p\u0000\b\u0000��\u0018\u0000 \u0000��\u0010\u0000\u0018\u0000��\u0018\u0000@\u0000����\u0018\u0000����0\u0000\b\u0000��\u0018\u0000\u0018\u0000\b\u0000��(\u0000��\b\u0000\u0018\u0000\u0018\u0000��8\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000��\u0018\u00000\u0000\b\u0000��(\u0000��\b\u00000\u0000\u0018\u0000��(\u0000@\u0000\u0018\u0000\u0010\u0000(\u0000\u0000\u0000\u0018\u0000`\u0000\u0018\u0000��(\u00008\u0000��\u0018\u0000\u0018\u0000��\b\u0000X\u0000����\u0018\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000��\u0018\u0000(\u0000����\u0018\u0000����(\u0000����\b\u0000\u0018\u0000����\u0018\u0000��\b\u0000\u0018\u0000����\b\u0000����\u0010\u0000����\b\u00000\u0000����\b\u0000����@\u0000������@\u0000��8\u0000\b\u0000\u0018\u0000��h\u0000��\u0000\u0000�� \u0000��0\u0000������0\u0000��\u0000\u0000������0\u0000������\u0010\u0000����������\u0000\u0000����\u0018\u0000��\b\u0000\u0000\u0000\b\u0000��\u0018\u0000\b\u0000����(\u0000��\b\u0000��\b\u0000��\u0018\u0000\u0000\u0000����\u0018\u0000��\u0018\u0000 \u0000\b\u0000��(\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000��(\u0000@\u0000\b\u0000\u0010\u0000\u0018\u0000 \u0000��H\u0000����\u0018\u00008\u0000��\b\u0000������(\u0000������\u0018\u0000��(\u0000������8\u0000����������\u0018\u0000������\u0018\u0000��\b\u0000������\b\u0000������������������ \u0000���������� \u0000������0\u0000��\u0010\u0000��\u0010\u0000��P\u0000������\u0018\u0000��\u0018\u0000������H\u0000��\u0018\u0000��8\u0000��@\u0000����\b\u0000 \u0000��\u0000\u0000������0\u0000����\u0018\u0000������\b\u0000��\b\u0000������(\u0000��\u0018\u0000\u0010\u0000\u0018\u0000��(\u0000\u0010\u0000\b\u0000��(\u0000��(\u00000\u0000(\u0000��H\u00000\u0000\u0018\u00000\u00008\u0000��8\u0000X\u0000(\u0000\b\u0000H\u0000\u0018\u0000(\u0000H\u00008\u0000��H\u0000@\u0000(\u0000\u0010\u00008\u0000��(\u00000\u0000\u0018\u0000��(\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000��\u0018\u0000\u0010\u0000\b\u0000��(\u0000��\b\u0000��\u0018\u0000��(\u0000��\b\u0000��(\u0000��\u0018\u0000\u0010\u0000\b\u0000��8\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000��\u0018\u0000 \u0000\b\u0000��8\u0000\u0010\u0000\u0018\u00000\u0000(\u0000\u0000\u0000(\u0000@\u0000\b\u0000\b\u00008\u0000��\u0018\u00008\u0000\u0018\u0000��(\u0000(\u0000��(\u0000\u0018\u0000��\u0018\u00008\u0000����\u0018\u0000\u0000\u0000�� \u0000\b\u0000��\b\u00000\u0000����\u0018\u0000����0\u0000����\b\u0000\u0010\u0000����\b\u0000����(\u0000����\b\u0000����\b\u0000������\u0018\u0000����������(\u0000������(\u0000����������8\u0000������(\u0000��(\u0000������H\u0000����������\u0018\u0000������(\u0000��\b\u0000������(\u0000������\b\u0000h���������(\u0000x�����\b\u0000����������\b\u0000����������\u0010\u0000������ \u0000��\u0000\u0000��\u0000\u0000��0\u0000����\b\u0000(\u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u00008\u0000\b\u0000��(\u0000��\u0018\u0000\u0018\u0000\u0018\u0000��H\u0000\u0018\u0000(\u0000\b\u0000H\u0000��8\u0000(\u0000(\u0000��X\u0000\u0018\u00008\u0000\u0018\u0000X\u0000��h\u0000 \u0000H\u0000��h\u0000��H\u0000\b\u00008\u0000��h\u0000��8\u0000��X\u0000��X\u0000\u0018\u00008\u0000��X\u0000\u0018\u00008\u0000\b\u0000H\u0000��X\u0000\b\u00008\u0000��x\u0000\b\u0000X\u0000\b\u0000H\u0000��x\u0000\b\u0000H\u0000��h\u0000��h\u0000\u0018\u0000H\u0000��h\u0000\u0018\u00008\u0000\b\u0000H\u0000��X\u0000\u0018\u00008\u0000��h\u0000��8\u0000��8\u0000��X\u0000��(\u0000��H\u0000��8\u0000\u0000\u0000(\u0000��X\u0000\u0010\u0000(\u0000\u0000\u00008\u0000\u0000\u0000H\u0000 \u0000(\u0000\u0000\u0000X\u0000 \u00008\u0000\u0018\u0000H\u0000\u0018\u0000h\u0000(\u00008\u0000\b\u0000h\u0000\u0018\u0000X\u0000\b\u00008\u0000��h\u0000\b\u00008\u0000��H\u0000��H\u0000\b\u0000(\u0000��X\u0000\b\u0000(\u0000��8\u0000��X\u0000��\u0018\u0000��8\u0000\u0000\u0000(\u0000\b\u0000\b\u0000��(\u0000\b\u0000��\b\u0000\b\u0000��\u0018\u0000\b\u0000����\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000��8\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0000\u0000�� \u0000������\u0010\u0000��\u0010\u0000������\u0000\u0000������������������������������\u0018\u0000����������\b\u0000������\b\u0000������\b\u0000��\u0018\u0000������\u0018\u0000����������\u0018\u0000������(\u0000��\u0018\u0000������\u0018\u0000������\u0018\u0000��\u0010\u0000������ \u0000������������������������������\b\u0000������\u0018\u0000��\b\u0000������\b\u0000������\b\u0000��\u0018\u0000��\b\u0000��8\u0000��\u0018\u0000��\b\u0000��\b\u0000��������\b\u0000������\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000(\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000������\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000��(\u0000��(\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0010\u0000(\u0000\u0010\u00008\u0000\u0010\u00008\u0000\u0010\u0000(\u0000\b\u00008\u0000\b\u0000(\u0000\u0018\u0000(\u0000\b\u0000H\u0000��8\u0000\b\u00008\u0000(\u00008\u00008\u0000(\u0000\u0018\u00008\u0000\u0000\u0000(\u0000��8\u0000��H\u0000��8\u0000\b\u0000H\u0000\b\u00008\u0000\b\u00008\u0000��H\u0000��8\u0000��H\u0000��H\u0000��8\u0000��H\u0000\b\u00008\u0000\b\u0000H\u0000��H\u0000\b\u00008\u0000\b\u0000H\u0000��8\u0000\b\u0000(\u0000��8\u0000��(\u0000\b\u00008\u0000\u0018\u00008\u0000\b\u0000(\u0000��H\u0000\b\u0000(\u0000\b\u00008\u0000\b\u00008\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000(\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��(\u0000\b\u0000\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000��(\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000����\b\u0000\b\u0000\u0018\u0000\b\u0000������\b\u0000��������\b\u0000������\b\u0000\b\u0000\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������������������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000�� \u0000�� \u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000�� \u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000����������������������������������������������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000��\u0010\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\u0010\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��(\u0000��(\u0000\b\u0000(\u0000��8\u0000��(\u0000��(\u0000��(\u0000��(\u0000\b\u0000(\u0000\b\u0000(\u0000��8\u0000��8\u0000��8\u0000��H\u0000��H\u0000��H\u0000��H\u0000\b\u0000H\u0000��X\u0000��X\u0000\b\u0000X\u0000��X\u0000��H\u0000��X\u0000\u0018\u0000X\u0000\u0018\u0000H\u0000\b\u0000H\u0000��8\u0000\b\u00008\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000��(\u0000��8\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u00008\u0000��(\u0000��8\u0000��8\u0000��8\u0000��8\u0000��8\u0000��8\u0000��(\u0000��(\u0000��8\u0000\b\u00008\u0000\u0018\u0000(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000(\u0000(\u0000\u0018\u0000 \u0000\u0018\u0000 \u0000\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000����������������������������������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000��(\u0000��(\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��8\u0000��(\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000(\u0000\b\u00008\u0000\b\u0000(\u0000��8\u0000��(\u0000��8\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000H\u0000��X\u0000��X\u0000��X\u0000\b\u0000X\u0000\b\u0000X\u0000\b\u0000h\u0000\b\u0000h\u0000��h\u0000��h\u0000��h\u0000��X\u0000\b\u0000X\u0000\b\u0000X\u0000(\u0000X\u0000(\u0000X\u0000\u0018\u0000X\u0000\u0018\u0000X\u0000��X\u0000��X\u0000��h\u0000��h\u0000\b\u0000h\u0000\b\u0000h\u0000��X\u0000��X\u0000��X\u0000\b\u0000X\u0000\b\u0000H\u0000\b\u00008\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000(\u0000��8\u0000��(\u0000\b\u0000(\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��������������������������\b\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\u0018\u0000��\b\u0000������������������\u0000\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��������������\b\u0000������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000����������������������\b\u0000��\u0018\u0000��\u0018\u0000��������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000��(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u00008\u0000\b\u00008\u0000\u0018\u00008\u0000\b\u00008\u0000\b\u0000(\u0000\u0018\u0000(\u0000\u0010\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000��8\u0000\u0000\u00008\u0000��8\u0000��8\u0000\b\u00008\u0000\u0018\u0000(\u0000��(\u0000��(\u0000��(\u0000\b\u00008\u0000��8\u0000��8\u0000��H\u0000��H\u0000\b\u0000H\u0000\b\u0000H\u0000��8\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u0000X\u0000\b\u0000H\u0000\u0018\u0000H\u0000\b\u0000H\u0000\u0018\u0000X\u0000(\u0000X\u0000 \u0000X\u0000 \u0000X\u0000\u0000\u0000H\u0000��H\u0000��H\u0000��8\u0000��8\u0000��(\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000����\u0000\u0000��\u0000\u0000��\u0018\u0000��\b\u0000������\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000����������\u0018\u0000��\b\u0000��\b\u0000������������������\b\u0000����������\b\u0000������(\u0000��\u0018\u0000������\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��8\u0000��\b\u0000��������������\b\u0000��������������������������\u0018\u0000��\b\u0000��������������\b\u0000��\u0018\u0000������������������(\u0000������������������\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000������������\u0018\u0000��\u0018\u0000��������������\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000������\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000����\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000H\u0000\b\u0000H\u0000\b\u00008\u0000\b\u0000X\u0000\u0018\u0000H\u0000��X\u0000��X\u0000��H\u0000\b\u0000X\u0000\b\u0000X\u0000\b\u0000X\u0000\u0018\u0000X\u0000��X\u0000\u0018\u0000X\u0000\u0018\u0000h\u0000\b\u0000X\u0000\b\u0000h\u0000��H\u0000\u0018\u0000X\u0000\u0010\u0000h\u0000��H\u0000\u0000\u0000X\u0000��H\u0000��H\u0000��X\u0000��8\u0000\b\u0000X\u0000��X\u0000��H\u0000��H\u0000��8\u0000��(\u0000��(\u0000��\u0018\u0000\b\u0000(\u0000��\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000��\b\u0000\b\u0000����\b\u0000������������������������������\u0010\u0000������ \u0000�� \u0000��\u0010\u0000��0\u0000��\u0000\u0000��\u0010\u0000��\b\u0000��\b\u0000��\b\u0000������������������(\u0000��(\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��(\u0000�� \u0000��\u0010\u0000����������\b\u0000������\u0018\u0000��0\u0000�� \u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������������������������������������������\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000������\b\u0000��\b\u0000������������������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������\b\u0000\u0018\u0000��(\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000(\u0000��\u0018\u0000\b\u0000\u0018\u0000��(\u0000\b\u0000\u0018\u0000\b\u00008\u0000��(\u0000��(\u0000��H\u0000��(\u0000��H\u0000��H\u0000\b\u00008\u0000\b\u0000X\u0000\b\u0000H\u0000\b\u0000H\u0000\u0018\u0000h\u0000\b\u0000H\u0000\b\u0000X\u0000\b\u0000H\u0000��H\u0000��X\u0000��8\u0000��X\u0000\b\u0000X\u0000\b\u0000H\u0000\u0018\u0000h\u0000(\u0000H\u0000��H\u0000��h\u0000��H\u0000��h\u0000\b\u0000X\u0000\u0018\u0000X\u00008\u0000x\u00000\u0000X\u0000 \u0000h\u0000��h\u0000��X\u0000��x\u0000��X\u0000��X\u0000��x\u0000\b\u0000H\u0000��h\u0000\b\u0000X\u0000\b\u0000H\u0000\b\u0000h\u0000\u0018\u00008\u0000\b\u0000X\u0000\b\u0000H\u0000\b\u0000(\u0000\b\u0000H\u0000\b\u0000(\u0000��(\u0000\b\u00008\u0000\u0018\u0000(\u0000\u0018\u0000H\u0000\b\u0000(\u0000\u0000\u0000\u0018\u0000��8\u0000��\b\u0000��\u0018\u0000��\u0018\u0000������\u0018\u0000\u0000\u0000������\u0010\u0000\b\u0000\u0000\u0000����\u0018\u0000\u0000\u0000��������\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000 \u0000�� \u0000�� \u0000��\u0018\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000�� \u0000��\u0010\u0000��\u0000\u0000��������������������������\b\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000������������������\b\u0000��\b\u0000��\b\u0000��(\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������\b\u0000������\b\u0000����������������������\u0000\u0000��\u0000\u0000�� \u0000��\u0010\u0000��\u0010\u0000\b\u0000\u0018\u0000��\b\u0000��(\u0000��(\u0000����������������\u0018\u0000������\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000��\u0010\u0000\u0018\u0000 \u0000\b\u0000 \u0000\b\u0000\u0018\u0000(\u0000\u0018\u0000\b\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��8\u0000\b\u0000\u0018\u0000\u0018\u0000(\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000 \u0000(\u0000 \u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000��\u0018\u0000��(\u0000��\b\u0000��(\u0000��(\u0000\b\u0000\u0018\u0000��8\u0000��(\u0000��(\u0000��8\u0000��\u0018\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000(\u0000(\u00008\u0000��\u0018\u0000\b\u0000(\u0000\u0018\u0000(\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��(\u0000\b\u00008\u0000��\u0018\u0000��8\u0000\b\u00008\u0000��8\u0000\b\u0000H\u0000��(\u0000��H\u0000��H\u0000��8\u0000��H\u0000��(\u0000��H\u0000\u0010\u0000H\u0000��(\u0000\b\u0000H\u0000��(\u0000��(\u0000 \u00008\u0000��\u0018\u0000\u0000\u0000(\u0000 \u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000(\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\b\u0000��(\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000(\u0000(\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0010\u0000������\u0000\u0000������\u0010\u0000����������\b\u0000����������\u0018\u0000��(\u0000�� \u0000��������������������������\b\u0000����������\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000����������\b\u0000��\b\u0000����������\u0018\u0000��\u0018\u0000������\b\u0000��\u0018\u0000��\b\u0000����������������������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��(\u0000��\u0018\u0000��\u0018\u0000����������\u0018\u0000��\b\u0000������\b\u0000������������������\u0000\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000����\b\u0000��\b\u0000��\u0018\u0000��\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000(\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000\b\u0000��\u0018\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000\b\u0000��\b\u0000\u0018\u0000\u0018\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000��(\u0000��(\u0000��(\u0000\u0018\u00008\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000(\u0000\u0018\u00008\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000\b\u0000(\u0000��\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��(\u0000��(\u0000\u0018\u0000(\u0000\b\u00008\u0000\b\u00008\u0000(\u0000H\u0000\b\u00008\u0000��8\u0000��8\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000(\u0000(\u0000\u0018\u0000(\u0000��(\u0000��(\u0000��(\u0000��8\u0000��8\u0000��(\u0000\b\u0000(\u0000(\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000����\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u00008\u0000��\b\u0000����������������������\b\u0000��\b\u0000������\b\u0000������\u0018\u0000����������������������0\u0000��(\u0000��(\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\u0018\u0000��\b\u0000��\b\u0000������������������\u0010\u0000��\u0010\u0000��\u0018\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000�� \u0000������\b\u0000��\b\u0000����������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000��(\u0000��\u0018\u0000\u0018\u0000(\u0000(\u0000\u0018\u0000\u0018\u0000\b\u0000(\u0000\u0018\u0000(\u0000(\u0000\u0000\u0000(\u0000��8\u0000��(\u0000\b\u0000(\u0000\u0010\u0000(\u00000\u0000(\u0000\u0000\u0000(\u0000��(\u0000��\u0018\u0000��(\u0000\u0010\u0000(\u0000��\u0018\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000��8\u0000��(\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000(\u0000(\u0000\u0018\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\u0018\u0000\b\u0000\u0000\u0000����\b\u0000\b\u0000\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000\b\u0000������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000������������\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000\b\u0000����������������������\b\u0000�� \u0000�� \u0000�� \u0000\b\u0000 \u0000\b\u0000\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��0\u0000��8\u0000��8\u0000��8\u0000��@\u0000��0\u0000������\u0010\u0000������������������\u0010\u0000�� \u0000��\u0000\u0000��\u0010\u0000������������������������������\u0018\u0000����\b\u0000����������������\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\u0018\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0010\u0000��������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000(\u0000\u0018\u00008\u0000\b\u0000(\u0000\b\u00000\u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\b\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��������������\b\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000 \u0000\u0018\u0000\u0018\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000 \u0000\b\u00008\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000����\b\u0000��������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������������������\u0018\u0000��\u0018\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\u0018\u0000������\b\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������������������\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������\u0010\u0000��\u0010\u0000�� \u0000��(\u0000��\u0018\u0000��\b\u0000������������������\u0018\u0000��(\u0000��\u0018\u0000������������������������\b\u0000\u0010\u0000\b\u0000 \u0000\b\u0000(\u0000\b\u0000(\u0000��\u0018\u0000��\b\u0000��������\b\u0000����\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000 \u0000\u0018\u0000 \u0000\u0018\u0000\u0000\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000����\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000��\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000������������������\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\u0000\u0000����������\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000��0\u0000\b\u00000\u0000��0\u0000��\b\u0000\b\u0000����������\b\u0000\u0000\u0000\b\u0000 \u0000\b\u0000 \u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000(\u0000��\u0000\u0000��������������\b\u0000����������\u0018\u0000��\b\u0000\b\u0000\b\u0000��\u0018\u0000��\u0010\u0000\b\u0000\u0000\u0000��������������\u0018\u0000\b\u0000(\u0000\b\u0000 \u0000\u0018\u00000\u0000\u0018\u0000 \u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000 \u0000\b\u0000 \u0000\b\u0000(\u0000\u0018\u00008\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u00000\u0000\b\u0000\u0010\u0000\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000��\b\u0000\b\u0000����������������\b\u0000��\b\u0000������\b\u0000������������������\b\u0000������������\u0018\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000\u0010\u0000��\u0010\u0000��\u0010\u0000\u0018\u0000 \u0000\b\u00000\u0000��0\u0000\b\u0000(\u0000��\u0018\u0000��\b\u0000��\u0018\u0000����������(\u0000��\b\u0000\b\u0000\b\u0000����\b\u0000����������\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0018\u0000��\b\u0000\b\u0000\u0018\u0000��������\b\u0000\b\u0000��\b\u0000\b\u0000(\u0000\b\u0000(\u0000��\u0018\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0000\u0000��\u0010\u0000\b\u00000\u0000��0\u0000\b\u0000 \u0000\b\u0000 \u0000��\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��������������������\b\u0000��������������������������\b\u0000����������\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000����������������\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000 \u0000�� \u0000\b\u0000\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000����\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\u0010\u0000(\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��\u0018\u0000����\b\u0000\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000\u0018\u0000��\u0018\u0000������\b\u0000��\u0018\u0000��\b\u0000��������\b\u0000\b\u0000����\b\u0000��������\u0018\u0000\u0018\u00008\u0000\b\u0000\u0018\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000������\b\u0000\u0000\u0000��\u0010\u0000��\u0010\u0000\b\u0000\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000����\u0000\u0000\b\u0000 \u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��������������������������\u0018\u0000��\u0018\u0000\b\u0000\b\u0000��\b\u0000����\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u00000\u0000\b\u0000 \u0000��\u0000\u0000����\b\u0000\u0000\u0000����\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000����\b\u0000������������\u0018\u0000����������\u0018\u0000������������������\b\u0000��������������\u0000\u0000\b\u0000\b\u0000����\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000����\u0000\u0000��\u0000\u0000�� \u0000��\u0018\u0000��\b\u0000\b\u0000��������\u0018\u0000��\u0018\u0000����\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000����\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000 \u0000��(\u0000��\b\u0000��\u0018\u0000����\b\u0000����\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000�� \u0000\b\u0000\u0000\u0000\b\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000����\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��(\u0000��\b\u0000������\b\u0000������\b\u0000����������(\u0000\b\u0000\u0018\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000��\b\u0000������\u0018\u0000��\u0018\u0000��(\u0000�� \u0000������\u0010\u0000��\u0010\u0000������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������������\b\u0000����������\b\u0000����������������\u0000\u0000��������������������������\b\u0000��\b\u0000����������\b\u0000��������\b\u0000\b\u0000��(\u0000��8\u0000�� \u0000��@\u0000\b\u0000@\u0000��\u0018\u0000\b\u00008\u0000\b\u00008\u0000��8\u0000\b\u00000\u0000�� \u0000��0\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000��������\b\u0000������\b\u0000\b\u0000������\b\u0000��������������������\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000(\u0000 \u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000�� \u0000��\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������������������������������\u0010\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000 \u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0010\u0000\b\u0000����\u0010\u0000��\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000����\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000 \u0000\b\u0000\u0010\u0000\b\u0000 \u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��(\u0000\b\u0000��\b\u0000����\b\u0000������\u0018\u0000��\b\u0000��\u0018\u0000��\u0010\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������\u0010\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0010\u0000��0\u0000��0\u0000�� \u0000��\b\u0000����\b\u0000����������������������������������\b\u0000��\b\u0000������\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u0000 \u0000\b\u0000\u0010\u0000\u0018\u00000\u0000\u0018\u0000 \u0000\u0018\u0000��\b\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000 \u0000\u0018\u0000 \u0000\b\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0010\u0000\b\u0000 \u0000\b\u0000(\u0000��8\u0000\b\u0000(\u0000��(\u0000�� \u0000�� \u0000�� \u0000�� \u0000�� \u0000��\u0010\u0000��\b\u0000����������\u0018\u0000��\u0018\u0000��\b\u0000������������������������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��������������������������������\u0000\u0000��\u0000\u0000��������������������������\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��(\u0000��\b\u0000��\u0018\u0000��(\u0000�� \u0000��@\u0000��0\u0000��8\u0000��(\u0000\b\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000\u0010\u0000\u0018\u00000\u0000\u0018\u0000@\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000����������\u0018\u0000��(\u0000����������\u0018\u0000��������������\u0018\u0000������������������������������������������������������\u0000\u0000��\u0018\u0000\b\u00008\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000������������\b\u0000��\b\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\b\u0000��\u0018\u0000������������\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������������\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000�� \u0000�� \u0000������������\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000 \u0000\u0018\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000����\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��(\u0000�� \u0000��\u0000\u0000��\u0010\u0000��0\u0000�� \u0000��\u0000\u0000��\u0000\u0000������������������\u0000\u0000��������������������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000������\b\u0000��\b\u0000\b\u0000\b\u0000��������\b\u0000��\u0018\u0000��\u0018\u0000������\b\u0000��\b\u0000����\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������\u0000\u0000��\u0000\u0000��\u0000\u0000�� \u0000��\u0018\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000����\b\u0000��\u0018\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000��(\u0000\b\u0000(\u0000\u0018\u0000\u0018\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000 \u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000����������������\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000��\u0010\u0000��\u0018\u0000��8\u0000��(\u0000��(\u0000�� \u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000��(\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000(\u0000����\b\u0000������������8\u0000\u0018\u0000��\u0018\u0000(\u0000(\u0000\b\u00008\u0000��\u0010\u00008\u0000������\b\u0000\b\u0000H\u0000\u0010\u0000\b\u0000 \u0000��\u0010\u0000�\u0000\u0010\u0000\u0018�\u0000\u0000\u0018\u0000��\u0018\u0001��\u0018����\u0001��(���8����\u0001������X\u0001��(\u0000����\b\u00008\u0001��H�������H\u0000������\b\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0010\u00008\u0000\u0010\u0000��������8\u0000\u0000\u0000��\u0000\u0000�� \u0000\b\u0000\u0018\u0000��\b\u0000\u0018\u0000����������\u0018\u0000��x�\b\u0000(\u0000\b\u0000��\b\u0000��\b\u0000(\u0000����\b\u0000\u0018\u0000\u0018\u0000\b\u0000(\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000(\u0000\u0018\u0000\b\u0000����(\u0000��\u0018\u0000��(\u0000��\u0018\u0000��H\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000h\u0000������8\u0000��8\u0000������8\u0000\b\u0000\b\u0000\b\u0000\b\u0000(\u0000\u0018\u0000(\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u00008\u0000\b\u0000��\u0010\u0000\b\u0000��H\u0000����\b\u0000H\u0000\u0010\u0000��\u0010\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000����(\u0000������\b\u0000��\b\u0000������\u0018\u0000��������\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000����\b\u0000��\b\u0000������\u0018\u0000��\b\u0000\b\u0000��\u0018\u0000��\u0018\u0000��8\u0000��\u0018\u0000��������\u0018\u0000��������\b\u0000\u0018\u0000\u0018\u0000����8\u0000����������8\u0000������\u0018\u0000��\u0018\u0000\b\u0000����(\u0000��(\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000\u0018\u0000\u0018\u0000\b\u0000(\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��(\u0000��(\u0000\b\u0000����(\u0000��(\u0000\u0018\u0000\b\u0000\u0018\u0000(\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000������8\u0000����\u0000\u0000��\u0010\u0000(\u0000\u0010\u0000��\u0000\u0000\u0018\u0000 \u0000��\u0018\u0000��\b\u0000\u0018\u0000\b\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������\u0018\u0000������\u0018\u0000��\b\u0000������8\u0000\b\u0000��\b\u0000��\b\u0000(\u0000\b\u0000����\u0018\u0000��\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000���� \u0000��\u0018\u0000\u0018\u0000\b\u0000\b\u0000������\u0018\u0000����\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\b\u0000��\b\u0000��\u0018\u0000\u0018\u0000\b\u0000����\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000������8\u0000\u0018\u0000\b\u0000(\u0000\b\u00008\u00008\u0000��(\u0000��(\u0000\b\u0000X\u0000��\b\u0000��\u0018\u0000��8\u0000������H\u0000��(\u0000��\b\u0000\b\u00008\u0000\b\u0000\b\u0000\u0018\u00008\u0000(\u0000\u0018\u0000��\u0018\u0000��8\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000\u0018\u0000\u0010\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\u0018\u0000\u0010\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000��\b\u0000������8\u0000����\b\u0000\u0018\u0000��(\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000�� \u0000\u0018\u0000\u0018\u0000��\b\u0000����������\b\u0000��(\u0000��(\u0000��\u0018\u0000��������������������������������\b\u0000����������\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\b\u0000��\u0018\u0000(\u0000\b\u0000��\b\u0000��\b\u0000(\u0000\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0000\u0000��\u0010\u0000��\u0010\u0000����������\u0000\u0000��\u0010\u0000��\u0000\u0000����������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\u0018\u0000\u0000\u0000��������(\u0000������(\u0000��(\u0000������\u0018\u0000��\b\u0000������\u0018\u0000����������\u0018\u0000��\b\u0000��\u0018\u0000\u0010\u0000(\u0000\u0010\u0000��\u0000\u0000(\u0000��(\u0000��(\u0000\u0000\u00008\u0000������\u0018\u0000\u0010\u0000\u0018\u00000\u0000�� \u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000\b\u0000\u0018\u0000\b\u0000����\u0000\u0000��\u0010\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0018\u0000������(\u0000\u0000\u0000(\u0000\u0018\u0000����H\u0000��(\u0000\b\u0000\b\u0000\u0018\u00008\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000����\u0018\u0000��\b\u0000\b\u0000\b\u0000(\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000��0\u0000�� \u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000��������\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000������\b\u0000����������\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000��������\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��(\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000����������\u0018\u0000��\b\u0000��(\u0000��\u0018\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000������\b\u0000\b\u0000��\b\u0000��������\b\u0000��\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000��\b\u0000��������������������\b\u0000\b\u0000\b\u0000\b\u0000������\u0018\u0000����\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000\b\u0000����\b\u0000\u0018\u0000��\b\u0000\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000\u0018\u0000����\u0018\u0000��\b\u0000\b\u0000\b\u0000(\u0000\b\u0000\u0018\u0000����\b\u0000\b\u0000��\b\u0000��������������\b\u0000����\b\u0000������������\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000��\b\u0000��\b\u0000\b\u0000����\b\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\u0018\u0000(\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000(\u0000\u0000\u0000\b\u0000��\b\u0000��\u0018\u0000������\b\u0000��\b\u0000������\b\u0000����������\b\u0000������������\u0010\u0000��\u0000\u0000������ \u0000�� \u0000��\u0010\u0000\b\u0000\u0000\u0000��\b\u0000��\u0018\u0000\u0018\u0000\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000\u0018\u0000\u0018\u0000��\u0018\u0000�� \u0000\b\u0000\u0000\u0000��������\u0018\u0000����������\b\u0000������������������������������\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��������������������\b\u0000\u0010\u0000��\b\u0000����\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000��\b\u0000\u0018\u0000\b\u0000����\u0018\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000��������\b\u0000��������������\b\u0000��������\b\u0000��������\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000(\u0000\b\u00008\u0000�� \u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000��\u0000\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��(\u0000��(\u0000��\u0010\u0000��\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000����������������\b\u0000����������\b\u0000������\b\u0000��������\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0010\u0000\b\u0000 \u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000(\u0000\u0018\u00000\u0000(\u0000@\u0000\b\u0000 \u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000����������������������������������\b\u0000��\b\u0000����������������������������������������\b\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u00000\u0000\b\u0000 \u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000����\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000��\b\u0000��\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��������������������������������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000����\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000������\b\u0000����\u0000\u0000��\u0010\u0000\b\u0000������\b\u0000\u0000\u0000\b\u0000\u0010\u0000����\b\u0000\u0000\u0000\b\u0000 \u0000�� \u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������\b\u0000��\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000����������\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000\b\u0000\u0010\u0000��\u0000\u0000����\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000��������������������\b\u0000��\b\u0000��������������������������\b\u0000��������\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0018\u0000(\u0000\b\u0000(\u0000��(\u0000��8\u0000��8\u0000\b\u0000(\u0000��(\u0000��\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000����\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000��\b\u0000��������������������\b\u0000\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��������\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0010\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0010\u00008\u0000\u0010\u00008\u0000\u0000\u00008\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\u0010\u0000������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\u0018\u0000��������������\b\u0000��\b\u0000������������\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000\b\u0000(\u0000\b\u00008\u0000��(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000����������������������������������������\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000��\u0010\u0000��\u0010\u0000�� \u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000 \u0000\u0018\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000��(\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\b\u0000��������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������������������\b\u0000��\b\u0000��������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000\b\u0000��\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��8\u0000��8\u0000��8\u0000��8\u0000��8\u0000��(\u0000��(\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000��\u0018\u0000��\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000������������\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\b\u0000����������������������������������������\b\u0000��\b\u0000����\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000��������\b\u0000\b\u0000����\b\u0000��\b\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��������������\b\u0000��\b\u0000����������\b\u0000����������\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��(\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000��\b\u0000��\b\u0000����\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��������������������������\b\u0000��\b\u0000��\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000����\b\u0000��\u0018\u0000\u0018\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000(\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000��\b\u0000������������������������������������������������\b\u0000������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0010\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������������������������������\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\b\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000������������\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000\u0010\u0000(\u0000\b\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000 \u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000����������\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000��(\u0000��8\u0000\b\u00008\u0000��(\u0000��(\u0000��(\u0000��(\u0000��(\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000��\b\u0000������������������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000��\u0000\u0000\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\b\u0000(\u0000��8\u0000\b\u0000H\u0000\u0018\u0000X\u0000\b\u0000X\u0000��X\u0000��X\u0000��h\u0000��h\u0000��h\u0000��h\u0000��h\u0000��h\u0000\b\u0000h\u0000\b\u0000X\u0000\b\u0000H\u0000\b\u00008\u0000\b\u00008\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����������\b\u0000��\b\u0000����������\b\u0000x�������������������������������\u0018\u0000��(\u0000\b\u00008\u0000\b\u00008\u0000��X\u0000��h\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000���\u0000���\u0000���\u0000\u0018\u0000�\u0000\b\u0000�\u0000���\u0000\b\u0000�\u0000���\u0000���\u0000���\u0000��h\u0000��X\u0000��8\u0000��(\u0000��\u0018\u0000����������������\u0018\u0000x�\b\u0000X�\b\u00008�\b\u0000(�\b\u0000\u0018�\b\u0000\u0018�\b\u0000\b�\b\u0000\b�\b\u0000\b�\b\u0000\b���\u0018���\u0018���(���(���H���h�������������\b\u0000��\b\u0000\u0018\u0000��8\u0000��X\u0000��x\u0000���\u0000���\u0000���\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\u0018\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000��x\u0000��h\u0000��H\u0000��(\u0000����������������������x���h���h�\b\u0000X�\b\u0000X�\b\u0000H�\b\u0000H���X���h���h���X�\b\u0000X���X���h�\b\u0000h���h�\b\u0000h�\u0018\u0000x�\b\u0000��\b\u0000����������\b\u0000\b\u0000\b\u00008\u0000\b\u0000h\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000(\u0001\b\u0000H\u0001��h\u0001���\u0001���\u0001���\u0001\b\u0000�\u0001\b\u0000h\u0001\b\u0000H\u0001\b\u0000(\u0001\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000h\u0000��\u0018\u0000\b\u0000��\b\u0000��\b\u0000x�\b\u0000X�\b\u0000(�\b\u0000\u0018�\u0018\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b���\b���\u0018�\b\u0000\u0018�\b\u0000(�\u0000\u0000(�\u0000\u0000(�\u0000\u00008�\u0000\u00008���8���H���X���X���h�������������������\u0018\u0000��X\u0000���\u0000���\u0000��(\u0001��h\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000x\u0001\b\u00008\u0001���\u0000���\u0000��H\u0000��������\b\u0000X�\b\u0000\u0018�\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\u0018�\b\u0000(���8���H�\b\u0000h�\b\u0000h���h���H�\b\u00008���\u0018�\b\u0000\u0018���\b�\b\u0000\b�\b\u0000\b�\b\u0000(�\b\u0000X�\b\u0000��\b\u0000��\b\u0000H\u0000\b\u0000�\u0000\b\u0000\u0018\u0001��x\u0001���\u0001��P\u0002���\u0002���\u0002���\u0002���\u0002���\u0002���\u0002��0\u0002\b\u0000�\u0001��h\u0001\b\u0000�\u0000��x\u0000����������(�����������X�\u0000\u00008�\u0000\u0000(� \u0000(�\u0018\u00008�\b\u0000h�\b\u0000��\b\u0000��������\b���(�\b\u00008���8�\b\u00008�\b\u00008�\b\u00008�\b\u0000(�\b\u0000\u0018�\b\u0000\u0018�\b\u0000(�\b\u0000(�\b\u0000H�\b\u0000x�\b\u0000��\b\u0000��\b\u0000(\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000h\u0001\b\u0000�\u0001��p\u0002���\u0002��0\u0003\b\u0000p\u0003\b\u0000�\u0003\u0018\u0000�\u0003��P\u0003\b\u0000\u0010\u0003���\u0002��0\u0002\b\u0000�\u0001\b\u0000�\u0000\b\u0000(\u0000\b\u0000x�\b\u0000����\u0018�����\b\u0000\u0010�\b\u0000������\b\u0000��\b\u0000��\b\u0000����0�����\b\u0000��\b\u00008�\b\u0000��������\b�\b\u00008�\b\u0000X�\b\u0000h�\b\u0000x�\b\u0000x�\b\u0000x�\b\u0000h�\u0018\u0000h�\u0000\u0000h�\u0000\u0000x�\u0000\u0000��������\b\u0000��X\u0000���\u0000\b\u0000(\u0001\b\u0000�\u0001\b\u00000\u0002\b\u0000�\u0002\b\u0000\u0010\u0003��p\u0003���\u0003���\u0003\u0018\u0000�\u0003\b\u0000�\u0003\b\u0000�\u0003\b\u00000\u0003\b\u0000�\u0002\b\u00000\u0002��x\u0001���\u0000��\u0018\u0000��x�����\b\u0000H�\b\u0000����p�\b\u00000�\b\u0000\u0010���\u0010���\u0010���P�����\b\u0000��\b\u0000\u0018���h�\b\u0000��\b\u0000����\u0018���8�\b\u0000H�\b\u0000X�\b\u0000h�\b\u0000x���x���������������������\b\u0000��\b\u0000\u0018\u0000\b\u0000X\u0000\b\u0000�\u0000���\u0000��X\u0001\b\u0000�\u0001���\u0001��P\u0002���\u0002\b\u0000�\u0002\b\u0000�\u0002\b\u0000�\u0002\b\u0000�\u0002\b\u0000�\u0002\b\u0000�\u0002\b\u00000\u0002���\u0001\b\u0000h\u0001\b\u0000�\u0000��H\u0000����\b\u00008�\b\u0000����H�\b\u0000��\b\u0000����������\b\u0000��\b\u0000��\b\u0000\u0018�\b\u0000X�\b\u0000��\b\u0000����\b���8���X���h���x���x���x���h���X�\b\u0000X�\b\u0000h���h�\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000H\u0000���\u0000���\u0000\b\u0000(\u0001\b\u0000h\u0001���\u0001\b\u0000�\u0001��\u0010\u0002��\u0010\u0002\u0018\u0000\u0010\u0002���\u0001���\u0001\b\u0000�\u0001\b\u00008\u0001\b\u0000�\u0000\b\u0000�\u0000\b\u0000(\u0000\b\u0000��\b\u0000x�\b\u0000(�\b\u0000��\b\u0000��\b\u0000X�\b\u0000(�\b\u0000\u0018�\b\u0000\b�\b\u0000\u0018�\b\u0000(���H�\b\u0000x�\b\u0000��������\u0018���H���x�������������������\b\u0000��(\u0000\u0018\u00008\u0000\b\u00008\u0000\b\u0000H\u0000\b\u0000X\u0000\b\u0000x\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000(\u0001\b\u0000X\u0001���\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000\u0010\u0002\b\u00000\u0002\b\u00000\u0002\u0018\u0000\u0010\u0002\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000�\u0001\u0000\u0000H\u0001\u0000\u0000�\u0000���\u0000��X\u0000����������H�\b\u0000\b�\b\u0000��������X���(�\u0018\u0000\b�\b\u0000��\b\u0000��\b\u0000��\b\u0000\b�\b\u0000(�\b\u0000H�\b\u0000x�����������\u0018���H���x�\b\u0000��\b\u0000��\b\u0000������������\u0018\u0000��H\u0000\b\u0000h\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u00008\u0001\b\u0000x\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u00000\u0002\b\u0000P\u0002\b\u0000p\u0002\b\u0000p\u0002\u0018\u0000p\u0002\u0000\u0000P\u0002\u0000\u00000\u0002���\u0001\b\u0000�\u0001\b\u0000h\u0001\u0000\u0000\u0018\u0001\u0000\u0000�\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000x�\u0000\u0000\b�\u0000\u0000��\u0000\u0000h�\u0000\u0000(�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b�\u0000\u0000H�\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000����\u0018���H�\u0000\u0000h�\u0000\u0000��\u0000\u0000����������������\b\u0000\b\u0000(\u0000��H\u0000��h\u0000��x\u0000���\u0000���\u0000���\u0000��\b\u0001��(\u0001��H\u0001��X\u0001��h\u0001��x\u0001��x\u0001\b\u0000x\u0001\b\u0000X\u0001\b\u0000(\u0001���\u0000���\u0000\b\u0000x\u0000��8\u0000����\b\u0000��\b\u0000H�\b\u0000��\b\u0000��\b\u0000��\b\u0000X���H���8�\b\u0000H�\b\u0000x�\b\u0000��\b\u0000��\b\u0000\u0018�\b\u0000X�\b\u0000��\b\u0000��\b\u00008\u0000��x\u0000���\u0000���\u0000���\u0000\b\u0000\b\u0001\b\u0000\u0018\u0001\u0018\u0000\u0018\u0001��(\u0001\b\u0000(\u0001\b\u0000(\u0001��(\u0001\b\u0000\u0018\u0001\b\u0000\u0018\u0001\b\u0000\b\u0001\b\u0000\b\u0001\b\u0000\b\u0001\b\u0000\b\u0001\b\u0000\u0018\u0001\b\u0000\u0018\u0001\b\u0000\u0018\u0001��\b\u0001���\u0000���\u0000���\u0000��h\u0000\b\u0000H\u0000\b\u0000��\b\u0000��\b\u0000h�\b\u0000\b�\b\u0000��\b\u0000����h���H���8���8���8�\b\u0000(�\u0018\u0000H�\b\u0000h�\b\u0000x�\b\u0000��\b\u0000����8�\b\u0000h�\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000(\u0000\b\u0000H\u0000\b\u0000h\u0000\b\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000���\u0000���\u0000���\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000\u0018\u0001\b\u0000(\u0001\b\u00008\u0001\b\u0000H\u0001\b\u0000X\u0001\b\u0000h\u0001��H\u0001��X\u0001��8\u0001��\u0018\u0001\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u00008\u0000\b\u0000��\b\u0000��\b\u0000X���\u0018�\b\u0000��\b\u0000��\b\u0000��\b\u0000x�\b\u0000X�\b\u0000X���H�\b\u0000X�\b\u0000h�\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000(�\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��(\u0000��8\u0000��X\u0000��x\u0000��x\u0000���\u0000���\u0000���\u0000���\u0000��\u0018\u0001��H\u0001��x\u0001��h\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000�\u0001\b\u0000�\u0001���\u0001���\u0001���\u0001��H\u0001��(\u0001���\u0000\b\u0000�\u0000\b\u00008\u0000\b\u0000��\b\u0000����X�����\b\u0000��\b\u0000��\b\u0000��\b\u0000h�\b\u0000h�\u0018\u0000x���x���h�\b\u0000x�\b\u0000��\b\u0000��������������������(���H���h�������������������\b\u0000\b\u00008\u0000\b\u0000h\u0000\b\u0000�\u0000���\u0000���\u0000\b\u0000\b\u0001\b\u0000\u0018\u0001\b\u0000\b\u0001\b\u00008\u0001\b\u00008\u0001\b\u0000H\u0001\b\u0000X\u0001\b\u0000X\u0001\b\u0000X\u0001\b\u0000H\u0001\b\u0000(\u0001\b\u0000\u0018\u0001\b\u0000�\u0000\b\u0000�\u0000\b\u0000x\u0000\b\u0000H\u0000\b\u0000\b\u0000\b\u0000��\b\u0000h�\b\u0000X�\b\u0000\u0018�\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b�\u0000\u0000��\u0000\u00008���h�\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000��8\u0000��\u0018\u0000\b\u00008\u0000\b\u0000X\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000\u0018\u0001\u0000\u0000\u0018\u0001\u0000\u0000\b\u0001\u0000\u0000\b\u0001\u0000\u0000H\u0001\u0000\u0000\b\u0001\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0010\u0000�\u0000��x\u0000\u0000\u0000�\u0000���\u0000��H\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000����X�\u0000\u0000X�\u0000\u0000h�\u0000\u0000\u0018�\u0000\u0000������\u0000\u0000\u0018�\u0010\u0000(�����\u0000\u0000\u0018�\u0000\u0000x�\u0000\u0000x�\u0000\u0000h�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000��(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000h\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000��h\u0000���\u0000\u0000\u0000�\u0000���\u0000���\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000X\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00008�\u0000\u0000X�\u0000\u0000h�\u0000\u0000(�\u0000\u0000H���h���H�\b\u0000X�\u0000\u0000h�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000����������(\u0000��(\u0000��8\u0000��\b\u0000������\u0018\u0000��\b\u0000��\u0018\u0000����������X\u0000��8\u0000��\u0018\u0000��X\u0000���\u0000���\u0000\b\u0000x\u0000\b\u0000�\u0000��(\u0001���\u0000���\u0000���\u0000���\u0000\b\u0000�\u0000\b\u0000H\u0000\b\u0000X\u0000\b\u0000h\u0000\b\u0000��\b\u0000��\b\u0000������\b\u00008�\b\u0000��\b\u0000\u0018�\b\u0000(�\b\u0000\b�\u0018\u0000��\b\u0000\b�\b\u0000H�\b\u0000X�\b\u0000\u0018�\b\u0000X�������������������(\u0000\b\u0000\b\u0000\b\u0000����\u0018\u0000��H\u0000\b\u0000\u0018\u0000����\b\u0000(\u0000��h\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000h\u0000��X\u0000\b\u0000X\u0000���\u0000\b\u0000�\u0000���\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\u0018\u0000�\u0000���\u0000���\u0000\b\u0000x\u0000\b\u0000h\u0000\b\u0000H\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000h�\b\u0000(�\b\u0000��\b\u0000(�\b\u0000\b�\b\u0000��\b\u0000\u0018�\u0010\u0000(�\u0000\u00008�\u0000\u00008�\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��������������\b\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0010\u0000X\u0000\u0000\u0000X\u0000��\u0018\u0000��h\u0000���\u0000��X\u0000��X\u0000���\u0000���\u0000\b\u0000�\u0000���\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000\u0018\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000��x\u0000\b\u0000h\u0000��h\u0000��\u0018\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000H�\b\u0000h�\b\u0000��\b\u0000H�\b\u0000(�\u0018\u0000h�\u0000\u0000��\u0000\u0000h�\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��������8\u0000\b\u0000(\u0000����������H\u0000��8\u0000����\b\u0000(\u0000\b\u0000x\u0000\b\u00008\u0000\b\u0000(\u0000��H\u0000\b\u0000H\u0000��h\u0000\b\u0000X\u0000\b\u0000H\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000X\u0000��8\u0000\b\u0000h\u0000\b\u0000�\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000H\u0000����\b\u0000��\b\u0000������\b\u0000x�\b\u0000X�\b\u0000x�\b\u0000X���X�\b\u0000h�\b\u0000H�\b\u0000x�\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000\b\u0000����\b\u0000��\b\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000������\b\u00008\u0000\b\u0000\b\u0000\u0000\u0000����\b\u0000��X\u0000\b\u0000(\u0000\b\u0000��\b\u00008\u0000\b\u0000X\u0000\b\u0000h\u0000\b\u0000(\u0000\b\u0000(\u0000\b\u0000h\u0000��h\u0000\b\u00008\u0000\b\u0000\u0018\u0000\b\u0000H\u0000\u0000\u0000x\u0000\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000X\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000����\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000h�����\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000������8\u0000��h\u0000��(\u0000��(\u0000��x\u0000���\u0000��X\u0000��x\u0000���\u0000���\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000�\u0000���\u0000���\u0000���\u0000\b\u0000x\u0000\b\u0000x\u0000\b\u0000X\u0000\b\u00008\u0000��8\u0000\b\u00008\u0000\b\u0000\u0018\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000x�\b\u0000��\b\u0000��\u0000\u0000x�\u0000\u0000X�\u0000\u0000��\u0000\u0000��\u0000\u0000h�\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000����\b\u0000\u0000\u0000��\u0000\u0000\b\u0000��(\u0000\b\u00008\u0000\b\u0000X\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000x\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000h\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000X\u0000\u0000\u0000h\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000X\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000��\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000����X�����\u0000\u0000������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000����\u0000\u0000����\b\u0000\u0000\u0000(\u0000��(\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000����������\u0000\u0000��\u0000\u0000\b\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000��H\u0000��h\u0000\b\u0000H\u0000��h\u0000\u0018\u0000�\u0000\b\u0000h\u0000\b\u0000h\u0000\b\u0000�\u0000\b\u0000�\u0000\b\u0000x\u0000\b\u0000X\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000X\u0000��8\u0000\b\u0000h\u0000��X\u0000\b\u00008\u0000\b\u0000\b\u0000\b\u0000(\u0000��8\u0000\b\u0000(\u0000����\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000��H\u0000\b\u0000H\u0000\b\u0000(\u0000\b\u0000H\u0000\u0010\u0000�\u0000\u0000\u0000X\u0000\u0000\u0000\u0018\u0000\u0000\u0000X\u0000\u0000\u0000�\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000h\u0000���\u0000��X\u0000��(\u0000\b\u0000h\u0000���\u0000��X\u0000\b\u0000\u0018\u0000��8\u0000\u0018\u0000x\u0000��8\u0000\b\u0000��\b\u0000\b\u0000\b\u00008\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000������\b\u0000����\b\u0000����\b\u0000x�\u0018\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0010\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000����(\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000��H\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000X\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000��8\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000��X\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0010\u0000\b\u0000��(\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\b\u0000\b\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000������\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��(\u0000\b\u0000��\u0000\u0000����\b\u0000\b\u0000\b\u0000��������\b\u0000\u0018\u0000��8\u0000\b\u0000����\b\u0000��8\u0000\b\u00008\u0000��\u0018\u0000\b\u0000������\b\u0000(\u0000\b\u0000��\b\u0000������\b\u0000\u0018\u0000\b\u00008\u0000\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000X\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000����8\u0000\b\u0000(\u0000\b\u0000������\b\u0000\u0018\u0000\b\u00008\u0000\u0018\u0000��\b\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000����\u0010\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0010\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\u0000\u0000������\b\u0000\b\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0018\u0000\b\u0000��\b\u0000\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000(\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000������\b\u0000��\b\u0000������\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000��\u0018\u0000\b\u00008\u0000\b\u0000(\u0000\b\u0000������\b\u0000\b\u0000\b\u0000\b\u0000����\b\u0000��\u0018\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000����\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000����\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000����\b\u0000\u0000\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000������\b\u0000��\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000��\b\u0000��\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0000\u0000��\u0000\u0000����(\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000(\u0000\b\u00008\u0000��\b\u0000\u0018\u0000\u0018\u0000\b\u00008\u0000\b\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\b\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000��\u0018\u0000\u0000\u0000����\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000����\u0010\u0000����\u0018\u0000\u0000\u0000������\b\u0000������\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000����\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000\b\u0000\b\u0000\u0018\u0000\u0000\u0000����\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u00008\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000����\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000(\u0000��\u0018\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\u0018\u0000��\b\u0000\b\u0000\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\b\u0000����\u0018\u0000\b\u0000��\b\u0000��\b\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000����\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000(\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000����\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000����\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000������\u0000\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u00008\u0000\u0000\u0000(\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000������\b\u0000\u0018\u0000\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000��\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0010\u0000\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000��8\u0000\b\u00008\u0000\b\u00008\u0000\b\u00008\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0010\u0000(\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000����\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\b\u0000��\b\u0000��\u0000\u0000\b\u0000\u0000\u0000����\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��8\u0000\b\u0000(\u0000\b\u0000H\u0000\b\u0000H\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000����(\u0000\u0000\u0000\b\u0000��\b\u0000\b\u0000\u0018\u0000\u0000\u0000\b\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0010\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000\u0018\u0000����\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000����\b\u0000\b\u0000��\b\u0000��\u0018\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\b\u0000\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��(\u0000\b\u0000\b\u0000����\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000��(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000��8\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0010\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000����\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000����������\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000������\b\u0000��\u0018\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000����\b\u0000����\b\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000��\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000��\b\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000����\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000������\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000����(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000����\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000����\u0000\u0000������\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000����\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000����\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000����\b\u0000��\b\u00008\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000����\b\u0000\u0018\u0000\u0018\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000����\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0010\u0000\u0018\u0000����\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000��(\u0000\u0000\u0000����\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000����\b\u0000(\u0000\b\u0000(\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\b\u0000��8\u0000\b\u0000��\b\u00008\u0000\b\u0000\b\u0000\b\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000����\b\u0000(\u0000\b\u0000��\b\u0000��\b\u0000\b\u0000\u0000\u0000����\b\u0000\b\u0000��������\u0018\u0000\b\u0000����������\b\u0000����8\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\u0018\u0000����\b\u0000\u0018\u0000��������\b\u0000H\u0000����\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000��\b\u00008\u0000\b\u0000��\b\u0000\b\u0000\b\u0000(\u0000\u0018\u0000��\b\u00008\u0000\b\u0000��\b\u0000����H\u0000\b\u0000����(\u0000\b\u0000\b\u0000\b\u0000��\b\u00008\u0000\b\u0000��\b\u0000��\b\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0010\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000������\u0000\u00008\u0000\u0000\u0000����\u0018\u0000\b\u0000��\b\u0000��\b\u00008\u0000\b\u0000��\b\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000����H\u0000\b\u0000����(\u0000\b\u0000(\u0000\b\u0000��\b\u0000H\u0000\b\u0000������\b\u0000(\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000��\b\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000\u0000\u0000����H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000����\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000����\b\u0000\b\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000������\b\u0000\u0018\u0000\u0018\u0000����(\u0000\b\u0000��\b\u0000����H\u0000\b\u0000��\b\u0000(\u0000\b\u0000\b\u0000\b\u0000��\b\u00008\u0000\b\u0000��\b\u0000��\b\u0000(\u0000\b\u0000����8\u0000\b\u0000��\b\u0000��\b\u0000H\u0000����\b\u0000(\u0000\b\u0000\b\u0000����\b\u0000H\u0000\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000��\b\u0000(\u0000\b\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0010\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0010\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0010\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0010\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000����\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000����\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0010\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0010\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0010\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0010\u0000����(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000����\u0000\u0000��\u0000\u0000\b\u0000����\u0000\u0000\u0018\u0000��\b\u0000��\b\u0000\b\u0000(\u0000����\b\u0000\b\u0000\b\u0000��\b\u0000����\b\u0000\b\u0000����\u0018\u0000\b\u0000(\u0000\b\u0000��\b\u0000(\u0000\b\u0000\b\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000\u0018\u0000(\u0000\b\u0000(\u0000��\u0018\u0000\b\u00008\u0000��\b\u0000\b\u0000\u0018\u0000��\u0018\u0000\b\u0000����\u0018\u0000\b\u0000��\b\u0000��\b\u0000\u0018\u0000\b\u0000��\b\u0000\b\u0000��\b\u0000\b\u0000����\u0018\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000��\b\u00008\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000����\b\u0000\b\u0000��\u0018\u0000\b\u0000��\b\u0000\b\u0000\b\u0000������\b\u0000\b\u0000������\b\u0000\b\u0000��������\b\u0000\b\u0000������\b\u0000��\b\u0000��\b\u0000(\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000(\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u0000\b\u0000����\b\u0000\u0018\u0000����\b\u0000(\u0000��(\u0000\b\u0000\b\u0000��(\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\u0018\u0000\b\u00008\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0000\u0000����\u0018\u0000\b\u0000����\b\u0000\b\u0000\u0018\u0000\b\u0000��\b\u0000\b\u0000\b\u0000��\u0000\u0000��\u0000\u0000������\b\u0000������\b\u0000��\b\u0000��\b\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000����\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000\u0018\u0000��(\u0000\b\u0000\b\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000����\b\u0000\u0018\u0000��\b\u0000\b\u0000��\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000����\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000��\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000(\u0000��(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000��\b\u0000\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000������\u0000\u0000������\b\u0000��\u0000\u0000������\b\u0000\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��\b\u0000������\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000������\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000������\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000��\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000h\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000x\u0000\u0000\u0000x�\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000x�\u0000\u0000X\u0000\u0010\u0000H\u0000\u0000\u0000x�\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000x�\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000x�\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0010\u0000H\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000X\u0000\u0000\u0000\b\u0000\u0000\u0000h\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000X\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0010\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000x\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000h�\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000X\u0000\u0000\u00008\u0000\u0000\u0000h\u0000\u0000\u0000h\u0000\u0000\u0000H\u0000\u0000\u0000x\u0000\u0000\u0000X\u0000\u0000\u0000X\u0000\u0000\u0000h\u0000\u0000\u0000h\u0000\u0000\u0000h\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000h\u0000\u0000\u0000X\u0000\u0000\u0000h\u0000\u0000\u0000�\u0000\u0000\u0000x\u0000\u0000\u0000x\u0000\u0000\u0000X\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000X\u0000\u0010\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0010\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000X\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0010\u0000x\u0000��H\u0000\u0000\u0000X\u0000\u0000\u0000x\u0000\u0000\u00008\u0000\u0000\u0000X\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000h\u0000\u0000\u0000H\u0000\u0000\u0000h\u0000\u0000\u0000x\u0000\u0000\u0000h\u0000\u0010\u0000h\u0000��X\u0000��8\u0000��(\u0000��\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0010\u0000��������\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0010\u0000����\u0018\u0000��\u0018\u0000��(\u0000��H\u0000\b\u00008\u0000\b\u0000H\u0000\b\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000����������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000��(\u0000��8\u0000��X\u0000��H\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000��\b\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000����������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000����\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��8\u0000��(\u0000��8\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������\b\u0000��\b\u0000\b\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000����������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��\b\u0000��������\b\u0000��\b\u0000��\b\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000����\b\u0000��\b\u0000��\b\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��\b\u0000��\b\u0000����\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0010\u0000\b\u0000��\b\u0000��\b\u0000��\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��\u0018\u0000\b\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0010\u0000����������������\b\u0000\b\u0000\b\u0000\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000��������\b\u0000��\u0018\u0000��\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000��(\u0000��8\u0000��8\u0000��(\u0000\b\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��(\u0000��(\u0000��(\u0000\b\u0000\u0018\u0000\b\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000����\b\u0000������������\b\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000����\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0010\u0000����\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000������������\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000��(\u0000��(\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000����\u0018\u0000��(\u0000��\u0018\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\b\u0000������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000����\b\u0000������������\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0010\u0000(\u0000��\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000(\u0000\b\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000��(\u0000��(\u0000��\u0018\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\b\u0000��\b\u0000������������\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000��������\b\u0000��\u0018\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000(\u0000��\u0018\u0000��\b\u0000������\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\b\u0000����������\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\b\u0000��\b\u0000��\b\u0000��\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0018\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000����\b\u0000��\u0018\u0000��\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0010\u00008\u0000��\u0018\u0000��\b\u0000��\b\u0000��\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0010\u0000\u0018\u0000��\u0018\u0000��\u0018\u0000��(\u0000��(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000����\b\u0000��\b\u0000��\b\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0010\u0000������������������\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0010\u0000\b\u0000��\b\u0000��\b\u0000��\u0018\u0000��\u0018\u0000\b\u0000\b\u0000\b\u0000\b\u0000\b\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\b\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\b\u0000(\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000��(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\b\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000��\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000��(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000����\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000X\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000������\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\b\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000H\u0000��\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000X\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000X\u0000��(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\b\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000x\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000h\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000h\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000������\u0000\u0000X\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000�\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000x\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000����\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000x�\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\b\u0000\b\u0000\u0000\u0000����(\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000������\u0000\u0000h\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000h\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000\b\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000x\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000h\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000��\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000����\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000��\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\b\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000h\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\b\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000X\u0000\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000H\u0000\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000X\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000X\u0000\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000h\u0000\u0000\u0000\u0018\u0000\u0000\u0000X\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000h�\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000h\u0000\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000h\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000h\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\b\u0000\u0018\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000����\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000x\u0000\u0000\u0000\b\u0000\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\b\u0000\u0000\u0000\b\u0000\u0000\u0000X\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000\b\u0000\u0000\u0000\u0018\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000X\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000h\u0000\u0000\u0000��\u0000\u0000\b\u0000\u0000\u00008\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000H\u0000\u0000\u0000��\u0000\u0000(\u0000\u0000\u0000(\u0000\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��\u0000\u0000��\u0000\u0000\b\u0000\u0000\u0000��\u0000\u0000\u0018\u0000\u0000\u0000��\u0000\u0000��\u0000\u00008\u0000\u0000\u0000��"}],"_postman_id":"ca8b9957-9826-4d0e-afeb-e077e1c67cd0"}],"id":"f3cb54df-d62b-4673-b377-6de7e4a1f81d","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/621772812/API+-+Chamada\">Documentação</a></p>\n","_postman_id":"f3cb54df-d62b-4673-b377-6de7e4a1f81d"},{"name":"CDR","item":[{"name":"CDR - Consulta Registro Detalhado da Chamada","id":"9c3d034c-1909-4fba-8b29-873bfd10f9ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/cdr/{{uuid}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/76254974/API+-+Consultar+Registro+Detalhado+de+Chamada+CDR\">Documentação</a></p>\n","urlObject":{"path":["api","v1","cdr","{{uuid}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"40b156e0-b83d-4907-94b1-262e39cb0fb6","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/cdr/6fda0cde-d22d-11ec-bda6-29a83953d677"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:21:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"688"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:21:32 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"id\": 5874690,\n        \"callerid_name\": \"1140033833\",\n        \"callerid_number\": \"1154000000\",\n        \"destination_number\": \"84988261791\",\n        \"call_type\": \"internal\",\n        \"accountcode\": null,\n        \"callgroup\": \"suporte\",\n        \"codec\": \"PCMA\",\n        \"start_time\": \"2022-05-12T19:55:13+00:00\",\n        \"answer_time\": \"2022-05-12T19:55:25+00:00\",\n        \"end_time\": \"2022-05-12T20:01:49+00:00\",\n        \"duration\": 384,\n        \"status\": \"NORMAL_CLEARING(16)\",\n        \"trunk_name\": \"Evolux 1154000000\",\n        \"did_number\": null,\n        \"city\": null,\n        \"state\": null,\n        \"uuid\": \"6fda0cde-d22d-11ec-bda6-29a83953d677\",\n        \"location_id\": 4,\n        \"recording\": {\n            \"href\": \"https://evolux.evolux.io/api/v1/recording/6fda0cde-d22d-11ec-bda6-29a83953d677\"\n        }\n    }\n}"},{"id":"0b15c469-dd81-4b90-8c9e-6535b4966532","name":"Não encontrado","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/cdr/6fda0cde-d22d-11ec-bda6-29a83953d67"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:21:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:21:48 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"CDR not found.\"\n    }\n}"}],"_postman_id":"9c3d034c-1909-4fba-8b29-873bfd10f9ac"}],"id":"e1381b3c-f77b-4ee8-809d-af9e8482dd63","_postman_id":"e1381b3c-f77b-4ee8-809d-af9e8482dd63","description":""},{"name":"Discador","item":[{"name":"Discador - Buscando Assinante em campanha","id":"88bab85d-ec39-4a92-b801-9dc5f26785b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/subscriber/search?name=Assinante&external_id&number=1140034844&campaign_id=","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/75078165/API+-+Discador+-+Buscando+Assinantes+de+Campanha\">Documentação</a></p>\n","urlObject":{"path":["api","v1","subscriber","search"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Nome do Lead</p>\n","type":"text/plain"},"key":"name","value":"Assinante"},{"description":{"content":"<p>ID único (externo)</p>\n","type":"text/plain"},"key":"external_id","value":null},{"description":{"content":"<p>Números (podem ser múltiplos)</p>\n","type":"text/plain"},"key":"number","value":"1140034844"},{"description":{"content":"<p>ID da Campanha</p>\n","type":"text/plain"},"key":"campaign_id","value":""}],"variable":[]}},"response":[{"id":"f5812136-1138-4323-80ba-8cfe2bc16eba","name":"Sucesso - Todos","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/subscriber/search?campaign_id=18","host":["{{url}}"],"path":["api","v1","subscriber","search"],"query":[{"key":"name","value":"Assinante","description":"Nome do Lead","disabled":true},{"key":"external_id","value":null,"description":"ID único (externo)","disabled":true},{"key":"number","value":"1140034844","description":"Números (podem ser múltiplos)","disabled":true},{"key":"campaign_id","value":"18","description":"ID da Campanha"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:58:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"407"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:58:31 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"total\": 2,\n        \"results\": [\n            {\n                \"id\": 350,\n                \"name\": \"Hamilton\",\n                \"external_id\": null,\n                \"numbers\": [\n                    {\n                        \"id\": 376,\n                        \"number\": \"84988261791\"\n                    }\n                ],\n                \"custom_fields\": {},\n                \"status\": \"Retry\",\n                \"outcome\": null\n            },\n            {\n                \"id\": 351,\n                \"name\": \"Hamilton 2\",\n                \"external_id\": null,\n                \"numbers\": [\n                    {\n                        \"id\": 377,\n                        \"number\": \"84981298134\"\n                    }\n                ],\n                \"custom_fields\": {},\n                \"status\": \"Completed\",\n                \"outcome\": null\n            }\n        ]\n    }\n}"},{"id":"8d9f6ecc-b4e7-4387-b54b-6616da8ad0db","name":"Sucesso - Único","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/subscriber/search?name=Hamilton 2&campaign_id=18","host":["{{url}}"],"path":["api","v1","subscriber","search"],"query":[{"key":"name","value":"Hamilton 2","description":"Nome do Lead"},{"key":"external_id","value":null,"description":"ID único (externo)","disabled":true},{"key":"number","value":"1140034844","description":"Números (podem ser múltiplos)","disabled":true},{"key":"campaign_id","value":"18","description":"ID da Campanha"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:59:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"245"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 20:59:14 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"total\": 1,\n        \"results\": [\n            {\n                \"id\": 351,\n                \"name\": \"Hamilton 2\",\n                \"external_id\": null,\n                \"numbers\": [\n                    {\n                        \"id\": 377,\n                        \"number\": \"84981298134\"\n                    }\n                ],\n                \"custom_fields\": {},\n                \"status\": \"Completed\",\n                \"outcome\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"88bab85d-ec39-4a92-b801-9dc5f26785b4"},{"name":"Discador - Cadastrando Assinante em Campanha","id":"683da688-82c5-4909-bb57-806b518419ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Assinante","description":"<p>Nome do Lead</p>\n","type":"text"},{"key":"external_id","value":"","description":"<p>ID único (Externo)</p>\n","type":"text"},{"key":"number","value":"1140033833","description":"<p>Números (podem ser múltiplos)</p>\n","type":"text"},{"key":"custom_cpf","value":"11111111111","description":"<p>Campo Customizado ( custom_[NOME] )</p>\n","type":"text"}]},"url":"{{url}}/api/v1/campaign/{{campaign_id}}/subscriber","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/2693267461\">Documentação</a></p>\n","urlObject":{"path":["api","v1","campaign","{{campaign_id}}","subscriber"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"683da688-82c5-4909-bb57-806b518419ea"},{"name":"Discador - Criar Campanha","id":"58c97280-d37c-448c-939e-53f54a91cf51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{Nome da Campanha}}\",\n    \"campaign_type\" : \"{{tipo de campanha | transfer ivr ou broadcast}}\",\n    \"script\" : \"{{texto com o script}}\",\n    \"retry_count\" : \"{{numero_de_tentativas}}\",\n    \"retry_seconds\" : \"{{tempo_entre_tentativas}}\",\n    \"wrapup_time\" : \"{{tempo_de_respiro}}\",\n    \"min_call_ratio\" : \"{{agressividade_minima}}\",\n    \"max_call_ratio\" : \"{{agressividade_maxima}}\",\n    \"call_ratio_increase_step\" : \"{{quando_agressividade_sera_reduzida}}\",\n    \"call_ratio_decrease_step\" : \"{{quando_agressividade_sera_aumentada}}\",\n    \"call_ratio_analysis_interval\" : \"{{tempo_para_reavaliar_agressividade}}\",\n    \"concurrent_calls\" : \"{{numero_de_chamadas_simultaneas}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/campaign","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/603881520/API+-+Discador+-+Campanhas\">Documentação</a></p>\n","urlObject":{"path":["api","v1","campaign"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"eb0b8e1a-6712-4fd3-8414-e4df0573a243","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Teste Evolux 6\",\n    \"campaign_type\" : \"transfer\",\n    \"script\" : \"Script de Teste\",\n    \"retry_count\" : 3,\n    \"retry_seconds\" : 10,\n    \"wrapup_time\" : 5,\n    \"min_call_ratio\" : \"1\",\n    \"max_call_ratio\" : \"2\",\n    \"call_ratio_increase_step\" : \"2\",\n    \"call_ratio_decrease_step\" : \"1\",\n    \"call_ratio_analysis_interval\" : 20,\n    \"concurrent_calls\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/campaign"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:06:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"435"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 201,\n        \"message\": \"Campaign created\"\n    },\n    \"data\": {\n        \"id\": 1016,\n        \"name\": \"Teste Evolux 6\",\n        \"campaign_type\": \"transfer\",\n        \"slug\": \"teste_evolux_6\",\n        \"script\": \"Script de Teste\",\n        \"retry_count\": 3,\n        \"retry_seconds\": 10,\n        \"wrapup_time\": 5,\n        \"call_ratio\": 1,\n        \"min_call_ratio\": 1,\n        \"max_call_ratio\": 2,\n        \"call_ratio_increase_step\": 2,\n        \"call_ratio_decrease_step\": 1,\n        \"call_ratio_analysis_interval\": 20,\n        \"concurrent_calls\": 1\n    }\n}"},{"id":"4cc58d7e-4652-4594-a7c2-e90a74d697f1","name":"Parâmetro incorreto","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Teste Evolux 6\",\n    \"campaign_type\" : \"transfer\",\n    \"script\" : \"Script de Teste\",\n    \"retry_count\" : \"3\",\n    \"retry_seconds\" : \"10\",\n    \"wrapup_time\" : \"5\",\n    \"min_call_ratio\" : \"1\",\n    \"max_call_ratio\" : \"2\",\n    \"call_ratio_increase_step\" : \"2\",\n    \"call_ratio_decrease_step\" : \"1\",\n    \"call_ratio_analysis_interval\" : \"20\",\n    \"concurrent_calls\" : \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/campaign"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:05:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"312"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Bad request\"\n    },\n    \"errors\": {\n        \"call_ratio_analysis_interval\": [\n            \"Deve ser do tipo integer\"\n        ],\n        \"concurrent_calls\": [\n            \"Deve ser do tipo integer\"\n        ],\n        \"retry_count\": [\n            \"Deve ser do tipo integer\"\n        ],\n        \"retry_seconds\": [\n            \"Deve ser do tipo integer\"\n        ],\n        \"wrapup_time\": [\n            \"Deve ser do tipo integer\"\n        ]\n    }\n}"},{"id":"136563ae-4e64-4856-a4db-35c13f60e03b","name":"Nome já existe","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Teste Evolux 6\",\n    \"campaign_type\" : \"transfer\",\n    \"script\" : \"Script de Teste\",\n    \"retry_count\" : 3,\n    \"retry_seconds\" : 10,\n    \"wrapup_time\" : 5,\n    \"min_call_ratio\" : \"1\",\n    \"max_call_ratio\" : \"2\",\n    \"call_ratio_increase_step\" : \"2\",\n    \"call_ratio_decrease_step\" : \"1\",\n    \"call_ratio_analysis_interval\" : 20,\n    \"concurrent_calls\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/campaign"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:08:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Bad request\"\n    },\n    \"errors\": {\n        \"name\": [\n            \"This campaign Teste Evolux 6 is already in use\"\n        ]\n    }\n}"}],"_postman_id":"58c97280-d37c-448c-939e-53f54a91cf51"},{"name":"Discador - Editar Campanha","id":"fa8a4db9-ab1f-40e7-bb3d-e50ac673f98b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"{{Nome da Campanha}}\",\n    \"script\" : \"{{texto com o script}}\",\n    \"retry_count\" : \"{{numero_de_tentativas}}\",\n    \"retry_seconds\" : \"{{tempo_entre_tentativas}}\",\n    \"wrapup_time\" : \"{{tempo_de_respiro}}\",\n    \"min_call_ratio\" : \"{{agressividade_minima}}\",\n    \"max_call_ratio\" : \"{{agressividade_maxima}}\",\n    \"call_ratio_increase_step\" : \"{{quando_agressividade_sera_reduzida}}\",\n    \"call_ratio_decrease_step\" : \"{{quando_agressividade_sera_aumentada}}\",\n    \"call_ratio_analysis_interval\" : \"{{tempo_para_reavaliar_agressividade}}\",\n    \"concurrent_calls\" : \"{{numero_de_chamadas_simultaneas}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/campaign/{{campaign_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/603881520/API+-+Discador+-+Campanhas\">Documentação</a></p>\n","urlObject":{"path":["api","v1","campaign","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"66538f4c-c541-42a3-8d57-64d5fe6809a6","name":"Sucesso","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Teste Evolux 05\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/campaign/18"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:09:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"442"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"Campaign updated\"\n    },\n    \"data\": {\n        \"id\": 18,\n        \"name\": \"Teste Evolux 05\",\n        \"campaign_type\": \"transfer\",\n        \"slug\": \"teste_evolux_5\",\n        \"script\": \"<p>Script de Teste</p>\",\n        \"retry_count\": 3,\n        \"retry_seconds\": 10,\n        \"wrapup_time\": 10,\n        \"call_ratio\": 1,\n        \"min_call_ratio\": 1,\n        \"max_call_ratio\": 1,\n        \"call_ratio_increase_step\": 0.5,\n        \"call_ratio_decrease_step\": 1,\n        \"call_ratio_analysis_interval\": 60,\n        \"concurrent_calls\": 1\n    }\n}"},{"id":"1244a2ea-528c-4283-8385-69cd15c527bb","name":"Nome já existe","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Teste Evolux 5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/campaign/18"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:09:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"123"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Bad request\"\n    },\n    \"errors\": {\n        \"name\": [\n            \"This campaign Teste Evolux 5 is already in use\"\n        ]\n    }\n}"}],"_postman_id":"fa8a4db9-ab1f-40e7-bb3d-e50ac673f98b"},{"name":"Discador - Iniciar Campanha","id":"68f08c96-c551-421f-8f2c-979d48f83634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/campaign/{{campaign_id}}/start","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/603881520/API+-+Discador+-+Campanhas\">Documentação</a></p>\n","urlObject":{"path":["api","v1","campaign","{{campaign_id}}","start"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f3079322-e090-44d2-9dd9-694af7f9873d","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/campaign/18/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:13:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"Campaign started\"\n    }\n}"}],"_postman_id":"68f08c96-c551-421f-8f2c-979d48f83634"},{"name":"Discador - Parar Campanha","id":"8c5bb1a3-f5be-4d26-8ec0-b56027223270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/campaign/{{campaign_id}}/stop","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/603881520/API+-+Discador+-+Campanhas\">Documentação</a></p>\n","urlObject":{"path":["api","v1","campaign","{{campaign_id}}","stop"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1b80d46d-e411-450a-8ba7-91fcf8953f81","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/campaign/18/stop"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:12:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"Campaign stopped\"\n    }\n}"},{"id":"a085e3cd-0326-4aee-918e-e0485e53f9af","name":"Não encontrada","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/campaign/184/stop"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:13:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Campaign not found\"\n    }\n}"}],"_postman_id":"8c5bb1a3-f5be-4d26-8ec0-b56027223270"},{"name":"Discador - Excluindo assinante de campanha","id":"1662280a-92fd-46c4-939d-9085ebdab146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/remove_subscriber/{{campaign_id}}/subscriber/{{external_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/79200279/API+-+Discador+-+Excluir+Assinantes+da+Campanha\">Documentação</a></p>\n","urlObject":{"path":["api","v1","remove_subscriber","{{campaign_id}}","subscriber","{{external_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bca3ad5a-126b-40cb-b236-15dda0b15277","name":"Não encontrado","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/remove_subscriber/18/subscriber/9998"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:15:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 21:15:16 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Subscriber not found.\"\n    }\n}"},{"id":"9b5f4c79-b8b4-4809-b75c-e33bb70e806d","name":"Sucesso","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/remove_subscriber/18/subscriber/9999"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:15:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 21:15:45 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"The subscriber was successfully removed\"\n    }\n}"}],"_postman_id":"1662280a-92fd-46c4-939d-9085ebdab146"},{"name":"Discador - Importando múltiplos assinantes","id":"7239dd88-71ef-47e0-9028-2cd7977ef72e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"text/csv","type":"text"},{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"\"id\",\"external_id\",\"name\",\"status\",\"outcome\",\"number1\",\"cpf\"\n\"{{id}}\",\"{{id_externo}}\",\"Assinante\",\"Pending\",\"-\",\"1140033833\",\"11111111111\""},"url":"{{url}}/api/v1/campaign/{{campaign_id}}/subscribers/tasks","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/2725445676\">Documentação</a></p>\n","urlObject":{"path":["api","v1","campaign","{{campaign_id}}","subscribers","tasks"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9e68e782-6a38-413c-b66b-0652cd201044","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/csv","type":"text"},{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"\"id\",\"external_id\",\"name\",\"status\",\"outcome\",\"number1\",\"cpf\"\n\"{{id}}\",\"{{id_externo}}\",\"Assinante\",\"Pending\",\"-\",\"1140033833\",\"11111111111\""},"url":"{{url}}/api/v1/campaign/18/subscribers/tasks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:24:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"258"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"message\": \"Upload successful. A new task was created to finish the import. Check the task status using the task_url.\",\n        \"task_url\": \"https://evolux.evolux.io/api/v1/tasks/9903837187aa43feacd15e3e88079d50\"\n    }\n}"},{"id":"f9e673e2-0515-4b45-9390-34426884ae9d","name":"CSV Vazio","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"text/csv","type":"text"},{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/api/v1/campaign/18/subscribers/tasks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:25:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"93"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"No subscriber imported because the CSV file is empty.\"\n    }\n}"}],"_postman_id":"7239dd88-71ef-47e0-9028-2cd7977ef72e"},{"name":"Discador - Reagendar ligação de Campanha","id":"9299ccf2-4c6e-4ca2-93e3-2d76e1c353f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}api/v1/campaign/{{campaign_id}}/reschedule_call?external_id&subscriber_id&date&number","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/225837057\">Documentação</a></p>\n","urlObject":{"path":["v1","campaign","{{campaign_id}}","reschedule_call"],"host":["{{url}}api"],"query":[{"description":{"content":"<p>ID único (Opcional, se enviado o subscriber_id)</p>\n","type":"text/plain"},"key":"external_id","value":null},{"description":{"content":"<p>ID do Assinante (Opcional, se enviado o external_id)</p>\n","type":"text/plain"},"key":"subscriber_id","value":null},{"description":{"content":"<p>Data - Formato ISO 8601 em UTC.</p>\n","type":"text/plain"},"key":"date","value":null},{"description":{"content":"<p>Telefone para Contato (Padrão é o primeiro telefone do assinante)</p>\n","type":"text/plain"},"key":"number","value":null}],"variable":[]}},"response":[],"_postman_id":"9299ccf2-4c6e-4ca2-93e3-2d76e1c353f0"},{"name":"Discador - Zerar Assinantes de uma Campanha","id":"f35d656e-44a2-4a83-b54a-3e876be3a100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/campaign/{{campaign_id}}/subscribers/clear","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/76943926/API+-+Discador+-+Zerar+Assinantes+de+uma+Campanha\">Documentação</a></p>\n","urlObject":{"path":["api","v1","campaign","{{campaign_id}}","subscribers","clear"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2b791170-d5b5-428f-99b9-24ac3a392f78","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/campaign/18/subscribers/clear"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:16:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qua, 12-mai-2021 21:16:37 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"message\": \"1 subscribers deleted.\"\n    }\n}"}],"_postman_id":"f35d656e-44a2-4a83-b54a-3e876be3a100"}],"id":"435ac793-8881-43bf-b1ff-423e271fc628","_postman_id":"435ac793-8881-43bf-b1ff-423e271fc628","description":""},{"name":"Feature Plan","item":[{"name":"Feature Plan - Escrever Plano de Discagem","id":"26b17bc6-08ef-443a-8e42-52e46373959b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/feature_plans","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/708870309/API+-+Feature+Plan\">Documentação</a></p>\n","urlObject":{"path":["api","v1","feature_plans"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0a2a3d89-1fc5-46ef-aab1-973e96c2bbb9","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/feature_plans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:24:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=7ea746051c72e37febfbabf697eeb831ae2eca853e173f5a42ca405d911a2c781aeb03e4; expires=Qua, 12-Mai-2021 20:24:59 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Full Edition\"\n        }\n    ]\n}"},{"id":"a3b96052-c5bf-4ed7-8f65-e31983bcdd1f","name":"Acesso negado","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/feature_plans"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:24:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 403,\n        \"message\": \"Access Denied\"\n    }\n}"}],"_postman_id":"26b17bc6-08ef-443a-8e42-52e46373959b"}],"id":"4b5eb375-368c-410e-8805-483fc3ba1eef","_postman_id":"4b5eb375-368c-410e-8805-483fc3ba1eef","description":""},{"name":"Filas","item":[{"name":"Filas - Criar Fila","id":"5136215b-79cb-4c19-bcbd-5548803240d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>Nome da Fila</p>\n","type":"text"},{"key":"number","value":"","description":"<p>Número de ID</p>\n","type":"text"},{"key":"slug","value":"","description":"<p>Nome Curto</p>\n","type":"text"},{"key":"public_number","value":"","description":"<p>Número Público (CallerID)</p>\n","type":"text"}]},"url":"{{url}}/api/v1/queues","urlObject":{"path":["api","v1","queues"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"9ed704b3-2a44-42c9-9097-a918f4122e0e","name":"Sucesso","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Teste-Evolux-3","description":"Nome da Fila","type":"text"},{"key":"number","value":"90902","description":"Número de ID","type":"text"},{"key":"slug","value":"teste-evolux-3","description":"Nome Curto","type":"text"},{"key":"public_number","value":"1140033833","description":"Número Público (CallerID)","type":"text"}]},"url":"{{url}}/api/v1/queues"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:27:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 201,\n        \"message\": \"Created\"\n    },\n    \"data\": {\n        \"id\": 126\n    }\n}"},{"id":"5d666486-188f-40d6-b67d-9c21e17839bf","name":"Falta parâmetro","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Teste-Evolux-3","description":"Nome da Fila","type":"text"},{"key":"number","value":"90902","description":"Número de ID","type":"text","disabled":true},{"key":"slug","value":"teste-evolux-3","description":"Nome Curto","type":"text"},{"key":"public_number","value":"1140033833","description":"Número Público (CallerID)","type":"text"}]},"url":"{{url}}/api/v1/queues"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:28:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Bad request\"\n    },\n    \"errors\": [\n        \"Missing number\"\n    ]\n}"},{"id":"89690a25-3b2a-49bd-931b-eb3c9f967008","name":"Já existe","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Teste-Evolux-3","description":"Nome da Fila","type":"text"},{"key":"number","value":"90902","description":"Número de ID","type":"text"},{"key":"slug","value":"teste-evolux-3","description":"Nome Curto","type":"text"},{"key":"public_number","value":"1140033833","description":"Número Público (CallerID)","type":"text"}]},"url":"{{url}}/api/v1/queues"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:28:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Bad request\"\n    },\n    \"errors\": [\n        \"Error on one or more queue fields\",\n        \"Este número já está em uso.\"\n    ]\n}"}],"_postman_id":"5136215b-79cb-4c19-bcbd-5548803240d7"},{"name":"Filas - Listar Filas","id":"dbadc82d-f82b-4842-a54b-c3e46cdd498a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/queues?include_archived=true","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/453214209/API+-+Filas\">Documentação</a></p>\n","urlObject":{"path":["api","v1","queues"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Inclui filas arquivadas (deve ser igual a true, com o T minúsculo)</p>\n","type":"text/plain"},"key":"include_archived","value":"true"}],"variable":[]}},"response":[{"id":"94f7d86d-e92a-4c85-8f6f-9e0f039223ea","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/queues?include_archived=true","host":["{{url}}"],"path":["api","v1","queues"],"query":[{"key":"include_archived","value":"true","description":"Inclui filas arquivadas (deve ser igual a true, com o T minúsculo)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:29:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2025"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": 87,\n            \"name\": \"Teste-Evolux\",\n            \"slug\": \"teste-evolux\",\n            \"number\": \"90900\",\n            \"public_number\": \"\"\n        },\n        {\n            \"id\": 118,\n            \"name\": \"Teste-Evolux-2\",\n            \"slug\": \"teste-evolux-2\",\n            \"number\": \"90901\",\n            \"public_number\": \"\"\n        },\n        {\n            \"id\": 126,\n            \"name\": \"Teste-Evolux-3\",\n            \"slug\": \"teste-evolux-3\",\n            \"number\": \"90902\",\n            \"public_number\": \"1140033833\"\n        }\n    ]\n}"}],"_postman_id":"dbadc82d-f82b-4842-a54b-c3e46cdd498a"},{"name":"Filas - Consulta Fila","id":"6e51adb7-0b07-44f2-a4fa-b0c7ad142566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/queues/{{queue_id}}?include_archived=true","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/453214209/API+-+Filas\">Documentação</a></p>\n","urlObject":{"path":["api","v1","queues","{{queue_id}}"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Inclui filas arquivadas (deve ser igual a true, com o T minúsculo)</p>\n","type":"text/plain"},"key":"include_archived","value":"true"}],"variable":[]}},"response":[{"id":"39e4ed78-2512-4f02-8114-afbc367d51b1","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/queues/126?include_archived=true","host":["{{url}}"],"path":["api","v1","queues","126"],"query":[{"key":"include_archived","value":"true","description":"Inclui filas arquivadas (deve ser igual a true, com o T minúsculo)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:32:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"165"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"id\": 126,\n        \"name\": \"Teste-Evolux-3\",\n        \"slug\": \"teste-evolux-3\",\n        \"number\": \"90902\",\n        \"public_number\": \"1140033833\"\n    }\n}"},{"id":"6cd87a0e-60fa-4bc0-bf13-07de42654ca9","name":"Fila não existe","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/queues/333?include_archived=true","host":["{{url}}"],"path":["api","v1","queues","333"],"query":[{"key":"include_archived","value":"true","description":"Inclui filas arquivadas (deve ser igual a true, com o T minúsculo)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:32:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Not found\"\n    }\n}"}],"_postman_id":"6e51adb7-0b07-44f2-a4fa-b0c7ad142566"},{"name":"Filas - Editar Fila","id":"6816f8f7-873e-4e1b-86d0-e7402bafd192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>Nome da Fila</p>\n","type":"text"},{"key":"number","value":"","description":"<p>Número do ID da Fila</p>\n","type":"text"},{"key":"public_number","value":"","description":"<p>Número Público (DID)</p>\n","type":"text"},{"key":"max_wait_time","value":"","description":"<p>Tempo Máximo de Espera (segundos)</p>\n","type":"text"}]},"url":"{{url}}/api/v1/queues/{{queue_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/453214209/API+-+Filas\">Documentação</a></p>\n","urlObject":{"path":["api","v1","queues","{{queue_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"dc358b35-96a7-4768-b74a-68b64551d80a","name":"Sucesso","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Teste-Evolux-03","description":"Nome da Fila","type":"text"},{"key":"number","value":"","description":"Número do ID da Fila","type":"text","disabled":true},{"key":"public_number","value":"","description":"Número Público (DID)","type":"text","disabled":true},{"key":"max_wait_time","value":"40","description":"Tempo Máximo de Espera (segundos)","type":"text"}]},"url":"{{url}}/api/v1/queues/126"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:33:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    }\n}"},{"id":"522f7ff0-c7eb-464f-bb89-92cb4e126937","name":"Número em uso","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Teste-Evolux-3","description":"Nome da Fila","type":"text"},{"key":"number","value":"90901","description":"Número do ID da Fila","type":"text"},{"key":"public_number","value":"","description":"Número Público (DID)","type":"text","disabled":true},{"key":"max_wait_time","value":"40","description":"Tempo Máximo de Espera (segundos)","type":"text","disabled":true}]},"url":"{{url}}/api/v1/queues/126"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:34:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"146"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Bad request\"\n    },\n    \"errors\": [\n        \"Error on one or more queue fields\",\n        \"Este número já está em uso.\"\n    ]\n}"}],"_postman_id":"6816f8f7-873e-4e1b-86d0-e7402bafd192"},{"name":"Filas - Arquivar Fila","id":"9bd384b9-9ec8-4bc7-8c3d-1f71ff07c184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/queues/{{queue_id}}","urlObject":{"path":["api","v1","queues","{{queue_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"042ed81c-beaa-4d1c-b5bc-f67fe44f63cf","name":"Fila Habilitada","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/queues/126"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:40:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"111"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 422,\n        \"message\": \"Unprocessable Entity\"\n    },\n    \"errors\": [\n        \"Enabled queues can not be archived.\"\n    ]\n}"},{"id":"a0c21b41-7371-41f2-b29a-14e0eebf30a1","name":"Sucesso","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/queues/126"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:40:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    }\n}"}],"_postman_id":"9bd384b9-9ec8-4bc7-8c3d-1f71ff07c184"},{"name":"Filas - Listar Pausas","id":"5618f9e8-e33c-4b59-8372-a94bb72c0e89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/queues/{{queue_id}}/pauses?limit=&page=","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/453214209/API+-+Filas\">Documentação</a></p>\n","urlObject":{"path":["api","v1","queues","{{queue_id}}","pauses"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Limite de resultados</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Paginação</p>\n","type":"text/plain"},"key":"page","value":""}],"variable":[]}},"response":[{"id":"9c442508-036b-4f0b-9b2b-7afc6d731d29","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/queues/126/pauses","host":["{{url}}"],"path":["api","v1","queues","126","pauses"],"query":[{"key":"limit","value":"","description":"Limite de resultados","disabled":true},{"key":"page","value":"1","description":"Paginação","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:37:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10145"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": 1,\n            \"limit_duration\": null,\n            \"automatic_unpause\": false,\n            \"disable_unpause\": false,\n            \"pause\": {\n                \"id\": 3,\n                \"description\": \"Atendimento de Ticket\",\n                \"productive\": true,\n                \"system\": false,\n                \"type\": \"\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"limit_duration\": 3600,\n            \"automatic_unpause\": true,\n            \"disable_unpause\": false,\n            \"pause\": {\n                \"id\": 4,\n                \"description\": \"Almoço 1 Hora\",\n                \"productive\": false,\n                \"system\": false,\n                \"type\": \"\"\n            }\n        },\n    ],\n    \"pagination\": {\n        \"items\": 2,\n        \"total\": 2,\n        \"limit\": 50,\n        \"max_limit\": 50,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/queues/126/pauses?page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/queues/126/pauses?page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/queues/126/pauses?page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"},{"id":"dc794b80-5df2-4fcc-81ce-4edaef479487","name":"Fila não existe","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/queues/1266/pauses","host":["{{url}}"],"path":["api","v1","queues","1266","pauses"],"query":[{"key":"limit","value":"","description":"Limite de resultados","disabled":true},{"key":"page","value":"1","description":"Paginação","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:37:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Queue not found\"\n    }\n}"}],"_postman_id":"5618f9e8-e33c-4b59-8372-a94bb72c0e89"}],"id":"681abbe4-7231-40ce-a376-8965f607291d","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/453214209/API+-+Filas\">Documentação</a></p>\n","_postman_id":"681abbe4-7231-40ce-a376-8965f607291d"},{"name":"PBX","item":[{"name":"PBX - Listar ramais habilitados do Evolux","id":"00e6dee8-536d-4a23-b1d3-121820b98594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/extensions?limit=&page=","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/712769634/API+-+PBX+-+Listar+ramais+habilitados+na+central\">Documentação</a></p>\n","urlObject":{"path":["api","v1","extensions"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Número de resultados por página</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":""}],"variable":[]}},"response":[{"id":"a818c4cf-63f5-4316-9d55-a8651efb6fa5","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/extensions","host":["{{url}}"],"path":["api","v1","extensions"],"query":[{"key":"limit","value":"","description":"Número de resultados por página","disabled":true},{"key":"page","value":"","description":"Número da página","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:43:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8634"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Teste Evolux SIP\",\n            \"number\": \"9998\",\n            \"email\": \"\",\n            \"group_name\": \"Suporte\",\n            \"rules\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Celular DDD\"\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Celular Local\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Fixo DDD\"\n                },\n                {\n                    \"id\": 1,\n                    \"name\": \"Fixo Local\"\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Teste Evolux SIP 2\",\n            \"number\": \"9016\",\n            \"email\": \"\",\n            \"group_name\": \"Comercial\",\n            \"rules\": [\n                {\n                    \"id\": 4,\n                    \"name\": \"Celular DDD\"\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"Celular Local\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"Fixo DDD\"\n                },\n                {\n                    \"id\": 1,\n                    \"name\": \"Fixo Local\"\n                }\n            ]\n        }\n    ],\n    \"pagination\": {\n        \"items\": 2,\n        \"total\": 2,\n        \"limit\": 100,\n        \"max_limit\": 100,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/extensions?page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/extensions?page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/extensions?page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"}],"_postman_id":"00e6dee8-536d-4a23-b1d3-121820b98594"}],"id":"e43cec0c-c7bb-453c-b7ff-a3ed3af0ed92","_postman_id":"e43cec0c-c7bb-453c-b7ff-a3ed3af0ed92","description":""},{"name":"Realtime","item":[{"name":"Realtime - Dados da Campanha","id":"a13087ef-1bf6-4590-a6b8-89ad15b6cc17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/realtime/v1/campaign/{{campaign_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/546144322/API+-+Realtime+-+Dados+de+Campanha\">Documentação</a></p>\n","urlObject":{"path":["api","realtime","v1","campaign","{{campaign_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f889a953-c4ed-4acb-ba0c-a1d1f6061b8b","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/realtime/v1/campaign/18"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:51:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"910"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"campaigns\": {\n            \"18\": {\n                \"id\": 18,\n                \"name\": \"Teste Evolux 5\",\n                \"type\": \"transfer\",\n                \"in_working_time\": null,\n                \"running\": true,\n                \"paused\": false,\n                \"stalled\": false,\n                \"subscribers\": {\n                    \"total\": 2,\n                    \"error\": 0,\n                    \"dialing\": 1,\n                    \"talking\": 0,\n                    \"pending\": 1,\n                    \"retry\": 0,\n                    \"completed\": 0,\n                    \"scheduled\": 0\n                },\n                \"agent_ids\": [\n                    64\n                ]\n            }\n        },\n        \"agents\": {\n            \"64\": {\n                \"id\": 64,\n                \"name\": \"Luke Skywalker\",\n                \"login\": \"luke.skywalker\",\n                \"logged\": true,\n                \"login_start\": \"2022-05-12T20:05:54+00:00\",\n                \"position\": \"9062\",\n                \"calls\": [\n                    \"006783c5-df1e-4e4d-bb63-19f6054b5d24\"\n                ],\n                \"pause\": {}\n            }\n        },\n        \"calls\": {\n            \"006783c5-df1e-4e4d-bb63-19f6054b5d24\": {\n                \"uuid\": \"006783c5-df1e-4e4d-bb63-19f6054b5d24\",\n                \"campaign_id\": 18,\n                \"state\": \"talking\",\n                \"subscriber\": {\n                    \"name\": \"Hamilton 2\",\n                    \"number\": \"84981298134\",\n                    \"external_id\": null\n                },\n                \"agent_id\": 64,\n                \"start_time\": \"2022-05-12T20:50:24+00:00\",\n                \"answered_time\": \"2022-05-12T20:50:36+00:00\"\n            }\n        }\n    }\n}"}],"_postman_id":"a13087ef-1bf6-4590-a6b8-89ad15b6cc17"},{"name":"Realtime - Dados de várias Campanhas","id":"eb6a6d47-cf2d-4ce4-9610-40f3aa1b8b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/realtime/v1/campaign/?campaign_ids=","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/546144322/API+-+Realtime+-+Dados+de+Campanha\">Documentação</a></p>\n","urlObject":{"path":["api","realtime","v1","campaign",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>IDs da campanha (sepadados por vírgula)</p>\n","type":"text/plain"},"key":"campaign_ids","value":""}],"variable":[]}},"response":[{"id":"2c8995a6-21ae-4ee7-a1c1-a4141b44fb3d","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/realtime/v1/campaign/?campaign_ids=11,18","host":["{{url}}"],"path":["api","realtime","v1","campaign",""],"query":[{"key":"campaign_ids","value":"11,18","description":"IDs da campanha (sepadados por vírgula)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 20:55:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"865"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"campaigns\": {\n            \"11\": {\n                \"id\": 11,\n                \"name\": \"Teste Evolux\",\n                \"type\": \"transfer\",\n                \"in_working_time\": null,\n                \"running\": true,\n                \"paused\": false,\n                \"stalled\": false,\n                \"subscribers\": {\n                    \"total\": null,\n                    \"error\": null,\n                    \"dialing\": null,\n                    \"talking\": null,\n                    \"pending\": null,\n                    \"retry\": null,\n                    \"completed\": null,\n                    \"scheduled\": null\n                },\n                \"agent_ids\": [\n                    64\n                ]\n            },\n            \"18\": {\n                \"id\": 18,\n                \"name\": \"Teste Evolux 5\",\n                \"type\": \"transfer\",\n                \"in_working_time\": null,\n                \"running\": true,\n                \"paused\": false,\n                \"stalled\": false,\n                \"subscribers\": {\n                    \"total\": 2,\n                    \"error\": 0,\n                    \"dialing\": 0,\n                    \"talking\": 0,\n                    \"pending\": 0,\n                    \"retry\": 1,\n                    \"completed\": 1,\n                    \"scheduled\": 0\n                },\n                \"agent_ids\": [\n                    64\n                ]\n            }\n        },\n        \"agents\": {\n            \"64\": {\n                \"id\": 64,\n                \"name\": \"Luke Skywalker\",\n                \"login\": \"luke.skywalker\",\n                \"logged\": true,\n                \"login_start\": \"2022-05-12T20:05:54+00:00\",\n                \"position\": \"9062\",\n                \"calls\": [],\n                \"pause\": {}\n            }\n        },\n        \"calls\": {}\n    }\n}"}],"_postman_id":"eb6a6d47-cf2d-4ce4-9610-40f3aa1b8b64"},{"name":"Realtime - Dados de várias Filas","id":"6aacb0f8-3f63-4d4c-a70b-2754f684a85b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/realtime/v1/queue?queue_ids=&group_id=","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/545128452/API+-+Realtime+-+Dados+de+Fila\">Documentação</a></p>\n","urlObject":{"path":["api","realtime","v1","queue"],"host":["{{url}}"],"query":[{"description":{"content":"<p>ID das filas (separados por vígula)</p>\n","type":"text/plain"},"key":"queue_ids","value":""},{"description":{"content":"<p>ID de um Grupo de Filas</p>\n","type":"text/plain"},"key":"group_id","value":""}],"variable":[]}},"response":[{"id":"3b3167dd-75aa-4e8d-88f8-605044321566","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/realtime/v1/queue?queue_ids=87,118,119","host":["{{url}}"],"path":["api","realtime","v1","queue"],"query":[{"key":"queue_ids","value":"87,118,119","description":"ID das filas (separados por vígula)"},{"key":"group_id","value":"","description":"ID de um Grupo de Filas","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:19:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"794"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"queues\": {\n            \"87\": {\n                \"id\": 87,\n                \"name\": \"Teste-Evolux\",\n                \"description\": \"\",\n                \"internal_number\": \"90900\",\n                \"limits\": {\n                    \"wanted_talk_time\": 300,\n                    \"wanted_wait_time\": 20\n                },\n                \"agent_ids\": [\n                    55,\n                    54,\n                    56,\n                    44,\n                    64\n                ]\n            },\n            \"118\": {\n                \"id\": 118,\n                \"name\": \"teste-evolux-2\",\n                \"description\": \"\",\n                \"internal_number\": \"90901\",\n                \"limits\": {\n                    \"wanted_talk_time\": 300,\n                    \"wanted_wait_time\": 20\n                },\n                \"agent_ids\": []\n            },\n            \"119\": {\n                \"id\": 119,\n                \"name\": \"Teste-Evolux-03\",\n                \"description\": \"\",\n                \"internal_number\": \"90903\",\n                \"limits\": {\n                    \"wanted_talk_time\": 300,\n                    \"wanted_wait_time\": 20\n                },\n                \"agent_ids\": []\n            }\n        },\n        \"agents\": {\n            \"64\": {\n                \"id\": 64,\n                \"name\": \"Luke Skywalker\",\n                \"login\": \"luke.skywalker\",\n                \"logged\": true,\n                \"login_start\": \"2022-05-12T20:05:54+00:00\",\n                \"position\": \"9062\",\n                \"calls\": [],\n                \"pause\": {}\n            }\n        },\n        \"calls\": {}\n    }\n}"}],"_postman_id":"6aacb0f8-3f63-4d4c-a70b-2754f684a85b"},{"name":"Realtime - Dados de Fila","id":"1556396b-a476-4ec8-9598-714873c2ddbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/realtime/v1/queue/{{queue_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/545128452/API+-+Realtime+-+Dados+de+Fila\">Documentação</a></p>\n","urlObject":{"path":["api","realtime","v1","queue","{{queue_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3a4b5a93-362a-4461-a4fd-c1c85b09a74e","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/realtime/v1/queue/87"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:18:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"451"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"queues\": {\n            \"87\": {\n                \"id\": 87,\n                \"name\": \"Teste-Evolux\",\n                \"description\": \"\",\n                \"internal_number\": \"90900\",\n                \"limits\": {\n                    \"wanted_talk_time\": 300,\n                    \"wanted_wait_time\": 20\n                },\n                \"agent_ids\": [\n                    55,\n                    54,\n                    56,\n                    44,\n                    64\n                ]\n            }\n        },\n        \"agents\": {\n            \"64\": {\n                \"id\": 64,\n                \"name\": \"Luke Skywalker\",\n                \"login\": \"luke.skywalker\",\n                \"logged\": true,\n                \"login_start\": \"2022-05-12T20:05:54+00:00\",\n                \"position\": \"9062\",\n                \"calls\": [],\n                \"pause\": {}\n            }\n        },\n        \"calls\": {}\n    }\n}"},{"id":"f0081618-36ac-4fa3-a906-5132220c25e5","name":"Não encontrada","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/realtime/v1/queue/89"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:18:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Queue not found.\"\n    }\n}"}],"_postman_id":"1556396b-a476-4ec8-9598-714873c2ddbf"}],"id":"38761f09-4671-4c61-94d6-f335bb6e1bd9","_postman_id":"38761f09-4671-4c61-94d6-f335bb6e1bd9","description":""},{"name":"Relatórios","item":[{"name":"Relatórios - Análise de Tráfego","id":"8af5bc76-98fb-407d-894b-a0e9b16d9004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/report/traffic_analysis?start_date&end_date&queue_id&queue_group_id","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/2330329156\">Documentação</a></p>\n","urlObject":{"path":["api","v1","report","traffic_analysis"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Início do Dia (ISO 8601)</p>\n","type":"text/plain"},"key":"start_date","value":null},{"description":{"content":"<p>Fim do Dia (ISO 8601)</p>\n","type":"text/plain"},"key":"end_date","value":null},{"description":{"content":"<p>ID da Fila (para múltiplos, adicionar queue_id=1&amp;queue_id=2&amp;queue_id=3...)</p>\n","type":"text/plain"},"key":"queue_id","value":null},{"description":{"content":"<p>ID do Grupo de Filas (para múltiplos, adicionar queue_group_id=1&amp;queue_group_id=5)</p>\n","type":"text/plain"},"key":"queue_group_id","value":null}],"variable":[]}},"response":[{"id":"1e43b7e2-5bdb-4fc1-9367-e534dc023999","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/traffic_analysis?queue_id=7007","host":["{{url}}"],"path":["api","v1","report","traffic_analysis"],"query":[{"key":"start_date","value":null,"description":"Início do Dia (ISO 8601)","disabled":true},{"key":"end_date","value":null,"description":"Fim do Dia (ISO 8601)","disabled":true},{"key":"queue_id","value":"7007","description":"ID da Fila (para múltiplos, adicionar queue_id=1&queue_id=2&queue_id=3...)"},{"key":"queue_group_id","value":null,"description":"ID do Grupo de Filas (para múltiplos, adicionar queue_group_id=1&queue_group_id=5)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:36:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"22303"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=7ea746051c72e37febfbabf697eeb831ae2eca853e173f5a42ca405d911a2c781aeb03e4; expires=Qui, 13-Mai-2021 19:36:30 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"start_period\": \"2022-05-13T03:00:00+00:00\",\n            \"end_period\": \"2022-05-13T03:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 14,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 4\n        },\n        {\n            \"start_period\": \"2022-05-13T03:15:00+00:00\",\n            \"end_period\": \"2022-05-13T03:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 13,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 3\n        },\n        {\n            \"start_period\": \"2022-05-13T03:30:00+00:00\",\n            \"end_period\": \"2022-05-13T03:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 12,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 3\n        },\n        {\n            \"start_period\": \"2022-05-13T03:45:00+00:00\",\n            \"end_period\": \"2022-05-13T03:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 11,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 3\n        },\n        {\n            \"start_period\": \"2022-05-13T04:00:00+00:00\",\n            \"end_period\": \"2022-05-13T04:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 10,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 2\n        },\n        {\n            \"start_period\": \"2022-05-13T04:15:00+00:00\",\n            \"end_period\": \"2022-05-13T04:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 7,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 1\n        },\n        {\n            \"start_period\": \"2022-05-13T04:30:00+00:00\",\n            \"end_period\": \"2022-05-13T04:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 6,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T04:45:00+00:00\",\n            \"end_period\": \"2022-05-13T04:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 6,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T05:00:00+00:00\",\n            \"end_period\": \"2022-05-13T05:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 6,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T05:15:00+00:00\",\n            \"end_period\": \"2022-05-13T05:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 6,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T05:30:00+00:00\",\n            \"end_period\": \"2022-05-13T05:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 6,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T05:45:00+00:00\",\n            \"end_period\": \"2022-05-13T05:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 6,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T06:00:00+00:00\",\n            \"end_period\": \"2022-05-13T06:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 5,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T06:15:00+00:00\",\n            \"end_period\": \"2022-05-13T06:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 4,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T06:30:00+00:00\",\n            \"end_period\": \"2022-05-13T06:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 3,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T06:45:00+00:00\",\n            \"end_period\": \"2022-05-13T06:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T07:00:00+00:00\",\n            \"end_period\": \"2022-05-13T07:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T07:15:00+00:00\",\n            \"end_period\": \"2022-05-13T07:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T07:30:00+00:00\",\n            \"end_period\": \"2022-05-13T07:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T07:45:00+00:00\",\n            \"end_period\": \"2022-05-13T07:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 3,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T08:00:00+00:00\",\n            \"end_period\": \"2022-05-13T08:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 6,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T08:15:00+00:00\",\n            \"end_period\": \"2022-05-13T08:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 6,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T08:30:00+00:00\",\n            \"end_period\": \"2022-05-13T08:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 6,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T08:45:00+00:00\",\n            \"end_period\": \"2022-05-13T08:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 7,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T09:00:00+00:00\",\n            \"end_period\": \"2022-05-13T09:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 8,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T09:15:00+00:00\",\n            \"end_period\": \"2022-05-13T09:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 8,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T09:30:00+00:00\",\n            \"end_period\": \"2022-05-13T09:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 8,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 1\n        },\n        {\n            \"start_period\": \"2022-05-13T09:45:00+00:00\",\n            \"end_period\": \"2022-05-13T09:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 9,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T10:00:00+00:00\",\n            \"end_period\": \"2022-05-13T10:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 9,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 3\n        },\n        {\n            \"start_period\": \"2022-05-13T10:15:00+00:00\",\n            \"end_period\": \"2022-05-13T10:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 9,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 1\n        },\n        {\n            \"start_period\": \"2022-05-13T10:30:00+00:00\",\n            \"end_period\": \"2022-05-13T10:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 9,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T10:45:00+00:00\",\n            \"end_period\": \"2022-05-13T10:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 26,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 7\n        },\n        {\n            \"start_period\": \"2022-05-13T11:00:00+00:00\",\n            \"end_period\": \"2022-05-13T11:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 45,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 11\n        },\n        {\n            \"start_period\": \"2022-05-13T11:15:00+00:00\",\n            \"end_period\": \"2022-05-13T11:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 45,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 11\n        },\n        {\n            \"start_period\": \"2022-05-13T11:30:00+00:00\",\n            \"end_period\": \"2022-05-13T11:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 46,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 13\n        },\n        {\n            \"start_period\": \"2022-05-13T11:45:00+00:00\",\n            \"end_period\": \"2022-05-13T11:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 48,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 20\n        },\n        {\n            \"start_period\": \"2022-05-13T12:00:00+00:00\",\n            \"end_period\": \"2022-05-13T12:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 57,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 30\n        },\n        {\n            \"start_period\": \"2022-05-13T12:15:00+00:00\",\n            \"end_period\": \"2022-05-13T12:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 56,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 26\n        },\n        {\n            \"start_period\": \"2022-05-13T12:30:00+00:00\",\n            \"end_period\": \"2022-05-13T12:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 54,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 27\n        },\n        {\n            \"start_period\": \"2022-05-13T12:45:00+00:00\",\n            \"end_period\": \"2022-05-13T12:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 59,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 27\n        },\n        {\n            \"start_period\": \"2022-05-13T13:00:00+00:00\",\n            \"end_period\": \"2022-05-13T13:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 70,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 41\n        },\n        {\n            \"start_period\": \"2022-05-13T13:15:00+00:00\",\n            \"end_period\": \"2022-05-13T13:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 70,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 46\n        },\n        {\n            \"start_period\": \"2022-05-13T13:30:00+00:00\",\n            \"end_period\": \"2022-05-13T13:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 69,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 50\n        },\n        {\n            \"start_period\": \"2022-05-13T13:45:00+00:00\",\n            \"end_period\": \"2022-05-13T13:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 67,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 47\n        },\n        {\n            \"start_period\": \"2022-05-13T14:00:00+00:00\",\n            \"end_period\": \"2022-05-13T14:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 65,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 52\n        },\n        {\n            \"start_period\": \"2022-05-13T14:15:00+00:00\",\n            \"end_period\": \"2022-05-13T14:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 64,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 49\n        },\n        {\n            \"start_period\": \"2022-05-13T14:30:00+00:00\",\n            \"end_period\": \"2022-05-13T14:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 65,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 48\n        },\n        {\n            \"start_period\": \"2022-05-13T14:45:00+00:00\",\n            \"end_period\": \"2022-05-13T14:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 64,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 57\n        },\n        {\n            \"start_period\": \"2022-05-13T15:00:00+00:00\",\n            \"end_period\": \"2022-05-13T15:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 65,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 61\n        },\n        {\n            \"start_period\": \"2022-05-13T15:15:00+00:00\",\n            \"end_period\": \"2022-05-13T15:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 64,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 69\n        },\n        {\n            \"start_period\": \"2022-05-13T15:30:00+00:00\",\n            \"end_period\": \"2022-05-13T15:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 61,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 68\n        },\n        {\n            \"start_period\": \"2022-05-13T15:45:00+00:00\",\n            \"end_period\": \"2022-05-13T15:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 60,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 73\n        },\n        {\n            \"start_period\": \"2022-05-13T16:00:00+00:00\",\n            \"end_period\": \"2022-05-13T16:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 59,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 78\n        },\n        {\n            \"start_period\": \"2022-05-13T16:15:00+00:00\",\n            \"end_period\": \"2022-05-13T16:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 57,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 79\n        },\n        {\n            \"start_period\": \"2022-05-13T16:30:00+00:00\",\n            \"end_period\": \"2022-05-13T16:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 57,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 74\n        },\n        {\n            \"start_period\": \"2022-05-13T16:45:00+00:00\",\n            \"end_period\": \"2022-05-13T16:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 58,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 74\n        },\n        {\n            \"start_period\": \"2022-05-13T17:00:00+00:00\",\n            \"end_period\": \"2022-05-13T17:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 57,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 76\n        },\n        {\n            \"start_period\": \"2022-05-13T17:15:00+00:00\",\n            \"end_period\": \"2022-05-13T17:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 57,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 66\n        },\n        {\n            \"start_period\": \"2022-05-13T17:30:00+00:00\",\n            \"end_period\": \"2022-05-13T17:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 43,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 69\n        },\n        {\n            \"start_period\": \"2022-05-13T17:45:00+00:00\",\n            \"end_period\": \"2022-05-13T17:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 42,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 66\n        },\n        {\n            \"start_period\": \"2022-05-13T18:00:00+00:00\",\n            \"end_period\": \"2022-05-13T18:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 42,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 58\n        },\n        {\n            \"start_period\": \"2022-05-13T18:15:00+00:00\",\n            \"end_period\": \"2022-05-13T18:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 41,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 56\n        },\n        {\n            \"start_period\": \"2022-05-13T18:30:00+00:00\",\n            \"end_period\": \"2022-05-13T18:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 34,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 49\n        },\n        {\n            \"start_period\": \"2022-05-13T18:45:00+00:00\",\n            \"end_period\": \"2022-05-13T18:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 32,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 42\n        },\n        {\n            \"start_period\": \"2022-05-13T19:00:00+00:00\",\n            \"end_period\": \"2022-05-13T19:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 32,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 36\n        },\n        {\n            \"start_period\": \"2022-05-13T19:15:00+00:00\",\n            \"end_period\": \"2022-05-13T19:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 31,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 24\n        },\n        {\n            \"start_period\": \"2022-05-13T19:30:00+00:00\",\n            \"end_period\": \"2022-05-13T19:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 2,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 12\n        },\n        {\n            \"start_period\": \"2022-05-13T19:45:00+00:00\",\n            \"end_period\": \"2022-05-13T19:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T20:00:00+00:00\",\n            \"end_period\": \"2022-05-13T20:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T20:15:00+00:00\",\n            \"end_period\": \"2022-05-13T20:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T20:30:00+00:00\",\n            \"end_period\": \"2022-05-13T20:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T20:45:00+00:00\",\n            \"end_period\": \"2022-05-13T20:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T21:00:00+00:00\",\n            \"end_period\": \"2022-05-13T21:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T21:15:00+00:00\",\n            \"end_period\": \"2022-05-13T21:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T21:30:00+00:00\",\n            \"end_period\": \"2022-05-13T21:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T21:45:00+00:00\",\n            \"end_period\": \"2022-05-13T21:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T22:00:00+00:00\",\n            \"end_period\": \"2022-05-13T22:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T22:15:00+00:00\",\n            \"end_period\": \"2022-05-13T22:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T22:30:00+00:00\",\n            \"end_period\": \"2022-05-13T22:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T22:45:00+00:00\",\n            \"end_period\": \"2022-05-13T22:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T23:00:00+00:00\",\n            \"end_period\": \"2022-05-13T23:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T23:15:00+00:00\",\n            \"end_period\": \"2022-05-13T23:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T23:30:00+00:00\",\n            \"end_period\": \"2022-05-13T23:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-13T23:45:00+00:00\",\n            \"end_period\": \"2022-05-13T23:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T00:00:00+00:00\",\n            \"end_period\": \"2022-05-14T00:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T00:15:00+00:00\",\n            \"end_period\": \"2022-05-14T00:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T00:30:00+00:00\",\n            \"end_period\": \"2022-05-14T00:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T00:45:00+00:00\",\n            \"end_period\": \"2022-05-14T00:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T01:00:00+00:00\",\n            \"end_period\": \"2022-05-14T01:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T01:15:00+00:00\",\n            \"end_period\": \"2022-05-14T01:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T01:30:00+00:00\",\n            \"end_period\": \"2022-05-14T01:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T01:45:00+00:00\",\n            \"end_period\": \"2022-05-14T01:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T02:00:00+00:00\",\n            \"end_period\": \"2022-05-14T02:14:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T02:15:00+00:00\",\n            \"end_period\": \"2022-05-14T02:29:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T02:30:00+00:00\",\n            \"end_period\": \"2022-05-14T02:44:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        },\n        {\n            \"start_period\": \"2022-05-14T02:45:00+00:00\",\n            \"end_period\": \"2022-05-14T02:59:59+00:00\",\n            \"max_simultaneous_calls\": 0,\n            \"max_simultaneous_logged_agents\": 0,\n            \"max_simultaneous_calls_on_queue\": 0,\n            \"max_simultaneous_paused_agents\": 0\n        }\n    ]\n}"}],"_postman_id":"8af5bc76-98fb-407d-894b-a0e9b16d9004"},{"name":"Relatórios - Chamadas Atendidas X Abandonadas X SLA","id":"4d69f1ec-c83d-42a2-a721-7f54415791b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/report/answered_abandoned_sla?start_date=2024-03-01T03%3A00%3A00.000Z&end_date=2024-03-11T02%3A59%3A59.999Z&entity=queues&queue_or_group=queues&queues_ids=33&group_by=hour&start_hour=07&end_hour=19","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/52756486\">Documentação</a></p>\n","urlObject":{"path":["api","v1","report","answered_abandoned_sla"],"host":["{{url}}"],"query":[{"key":"start_date","value":"2024-03-01T03%3A00%3A00.000Z"},{"key":"end_date","value":"2024-03-11T02%3A59%3A59.999Z"},{"key":"entity","value":"queues"},{"key":"queue_or_group","value":"queues"},{"key":"queues_ids","value":"33"},{"disabled":true,"key":"state","value":""},{"key":"group_by","value":"hour"},{"disabled":true,"description":{"content":"<p>Dia da Semana</p>\n","type":"text/plain"},"key":"week_day","value":"0"},{"description":{"content":"<p>Hora inicial</p>\n","type":"text/plain"},"key":"start_hour","value":"07"},{"description":{"content":"<p>Hora Final (máximo 23)</p>\n","type":"text/plain"},"key":"end_hour","value":"19"}],"variable":[]}},"response":[{"id":"00f15397-e13b-4111-ad0b-187985544e0d","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/answered_abandoned_sla?start_date=2022-04-12T03%3A00%3A00.000Z&end_date=2022-04-13T02%3A59%3A59.999Z&entity=queues&queue_or_group=queues&queues_ids=all&state=&group_by=day&week_day=0&start_hour=07&end_hour=19","host":["{{url}}"],"path":["api","v1","report","answered_abandoned_sla"],"query":[{"key":"start_date","value":"2022-04-12T03%3A00%3A00.000Z","description":"Tempo Inicial (Em UTC)"},{"key":"end_date","value":"2022-04-13T02%3A59%3A59.999Z","description":"Tempo Final (Em UTC)"},{"key":"entity","value":"queues","description":"Entidade"},{"key":"queue_or_group","value":"queues","description":"Filas ou Grupo de Filas"},{"key":"queues_ids","value":"all","description":"ID das filas"},{"key":"state","value":"","description":"Estado"},{"key":"group_by","value":"day","description":"Agrupamento temporal"},{"key":"week_day","value":"0","description":"Dia da Semana"},{"key":"start_hour","value":"07","description":"Hora inicial"},{"key":"end_hour","value":"19","description":"Hora Final"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Aug 2022 18:23:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3531"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=e0bc96952da261162461a27404659014924f69b0cfba4e3d1d1a421cbcebffd6873e4e0f; expires=qua, 18-ago-2021 18:23:25 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"params\": {\n        \"queues\": [\n            {\n                \"id\": 1,\n                \"name\": \"Comercial\"\n            },\n            {\n                \"id\": 85,\n                \"name\": \"Conteúdo\"\n            },\n            {\n                \"id\": 38,\n                \"name\": \"Customer Success\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Financeiro\"\n            },\n            {\n                \"id\": 109,\n                \"name\": \"On Call Produto\"\n            },\n            {\n                \"id\": 83,\n                \"name\": \"On Call Produção\"\n            },\n            {\n                \"id\": 84,\n                \"name\": \"On Call Suporte\"\n            },\n            {\n                \"id\": 57,\n                \"name\": \"Produção\"\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Suporte 2\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Suporte 1\"\n            }\n        ],\n        \"queue_groups\": [],\n        \"city\": null,\n        \"state\": \"\",\n        \"group_by\": \"day\",\n        \"start_hour\": \"07\",\n        \"end_hour\": \"19\",\n        \"week_day\": \"0\"\n    },\n    \"data\": [\n        {\n            \"date\": \"2022-04-12\",\n            \"active\": 0,\n            \"not_active\": 4,\n            \"wait\": 128,\n            \"wait_answered\": 31,\n            \"asa\": 10,\n            \"att\": 24,\n            \"total_duration\": 200,\n            \"call_duration\": 72,\n            \"calls\": 4,\n            \"answered\": 3,\n            \"not_answered\": 1,\n            \"answered_after_60s\": 0,\n            \"in_sla_wait\": 3,\n            \"in_sla_wait_20\": 3,\n            \"in_sla_wait_60\": 3,\n            \"in_sla_duration\": 3,\n            \"abandoned\": 1,\n            \"abandoned_after_threshold\": 1,\n            \"abandoned_until_10s\": 0,\n            \"abandoned_until_30s\": 0,\n            \"abandoned_until_1m\": 0,\n            \"abandoned_until_2m\": 1,\n            \"abandoned_before_threshold\": 0,\n            \"dropout\": 0,\n            \"lost\": 0,\n            \"callback\": 0,\n            \"in_sla_wait_percent\": 100,\n            \"in_sla_wait_inclusive_percent\": 75,\n            \"in_sla_wait_balanced_percent\": 100,\n            \"in_sla_wait_20_percent\": 100,\n            \"in_sla_wait_20_inclusive_percent\": 75,\n            \"in_sla_wait_20_balanced_percent\": 100,\n            \"in_sla_wait_60_percent\": 100,\n            \"in_sla_wait_60_inclusive_percent\": 75,\n            \"in_sla_wait_60_balanced_percent\": 100,\n            \"in_sla_duration_percent\": 100,\n            \"in_sla_duration_inclusive_percent\": 75,\n            \"in_sla_duration_balanced_percent\": 124.99999999999997,\n            \"answered_percent\": 75,\n            \"abandoned_percent\": 25,\n            \"abandoned_after_threshold_percent\": 25,\n            \"abandoned_before_threshold_percent\": 0,\n            \"lost_percent\": 0,\n            \"callback_percent\": 0,\n            \"abandoned_until_10s_percent\": 0,\n            \"abandoned_until_30s_percent\": 0,\n            \"abandoned_until_1m_percent\": 0,\n            \"abandoned_until_2m_percent\": 100,\n            \"unanswered\": 1,\n            \"unanswered_percent\": 25,\n            \"label\": \"12/04/2022\"\n        },\n        {\n            \"label\": \"Total\",\n            \"calls\": 4,\n            \"answered\": 3,\n            \"answered_percent\": 75,\n            \"answered_after_60s\": 0,\n            \"unanswered\": 1,\n            \"unanswered_percent\": 25,\n            \"abandoned\": 1,\n            \"abandoned_percent\": 25,\n            \"abandoned_after_threshold\": 1,\n            \"abandoned_after_threshold_percent\": 25,\n            \"abandoned_before_threshold\": 0,\n            \"abandoned_before_threshold_percent\": 0,\n            \"lost\": 0,\n            \"lost_percent\": 0,\n            \"callback\": 0,\n            \"callback_percent\": 0,\n            \"abandoned_until_10s\": 0,\n            \"abandoned_until_30s\": 0,\n            \"abandoned_until_1m\": 0,\n            \"abandoned_until_2m\": 1,\n            \"abandoned_until_10s_percent\": 0,\n            \"abandoned_until_30s_percent\": 0,\n            \"abandoned_until_1m_percent\": 0,\n            \"abandoned_until_2m_percent\": 100,\n            \"in_sla_wait\": 3,\n            \"in_sla_wait_percent\": 100,\n            \"in_sla_wait_inclusive_percent\": 75,\n            \"in_sla_wait_balanced_percent\": 100,\n            \"in_sla_wait_20\": 3,\n            \"in_sla_wait_20_percent\": 100,\n            \"in_sla_wait_20_inclusive_percent\": 75,\n            \"in_sla_wait_20_balanced_percent\": 100,\n            \"in_sla_wait_60\": 3,\n            \"in_sla_wait_60_percent\": 100,\n            \"in_sla_wait_60_inclusive_percent\": 75,\n            \"in_sla_wait_60_balanced_percent\": 100,\n            \"in_sla_duration\": 3,\n            \"in_sla_duration_percent\": 100,\n            \"in_sla_duration_inclusive_percent\": 75,\n            \"in_sla_duration_balanced_percent\": 124.99999999999997,\n            \"asa\": 10,\n            \"att\": 24\n        }\n    ]\n}"}],"_postman_id":"4d69f1ec-c83d-42a2-a721-7f54415791b6"},{"name":"Relatórios - Chamadas por Ramal","id":"a8f643d6-4e19-4891-8ba0-4ce2b7a77f92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/report/calls_by_extension?start_date=2022-04-13T03%3A00%3A00.000Z&end_date=2022-04-14T02%3A59%3A59.999Z&entity=extensions&extension_or_group=extensions&extension_numbers=all&extension_groups=all","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/78410354\">Documentação</a></p>\n","urlObject":{"path":["api","v1","report","calls_by_extension"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Data Inicial, no formato ISO 8601, \"dd-mm-yyyy\" ou \"dd/mm/yyyy\"</p>\n","type":"text/plain"},"key":"start_date","value":"2022-04-13T03%3A00%3A00.000Z"},{"description":{"content":"<p>Data final, no formato ISO 8601, \"dd-mm-yyyy\" ou \"dd/mm/yyyy\"</p>\n","type":"text/plain"},"key":"end_date","value":"2022-04-14T02%3A59%3A59.999Z"},{"description":{"content":"<p>\"extensions\" ou \"extensions_groups\" (padrão: extensions)</p>\n","type":"text/plain"},"key":"entity","value":"extensions"},{"description":{"content":"<p>Grupos ou Ramais?</p>\n","type":"text/plain"},"key":"extension_or_group","value":"extensions"},{"description":{"content":"<p>Lista com os númereos dos ramais (ex.: \"5000,5001,5002\")</p>\n","type":"text/plain"},"key":"extension_numbers","value":"all"},{"description":{"content":"<p>Lista com os nomes dos grupos de ramais (ex.: \"TestGroup,TestGroup2\")</p>\n","type":"text/plain"},"key":"extension_groups","value":"all"}],"variable":[]}},"response":[{"id":"c5deda5b-2a7e-46ef-894e-c7283e6f094a","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/calls_by_extension?start_date=2022-04-13T03%3A00%3A00.000Z&end_date=2022-04-14T02%3A59%3A59.999Z","host":["{{url}}"],"path":["api","v1","report","calls_by_extension"],"query":[{"key":"start_date","value":"2022-04-13T03%3A00%3A00.000Z","description":"Data Inicial, no formato ISO 8601, \"dd-mm-yyyy\" ou \"dd/mm/yyyy\""},{"key":"end_date","value":"2022-04-14T02%3A59%3A59.999Z","description":"Data final, no formato ISO 8601, \"dd-mm-yyyy\" ou \"dd/mm/yyyy\""},{"key":"entity","value":"extensions","description":"\"extensions\" ou \"extensions_groups\" (padrão: extensions)","disabled":true},{"key":"extension_or_group","value":"extensions","description":"Grupos ou Ramais?","disabled":true},{"key":"extension_numbers","value":"all","description":"Lista com os númereos dos ramais (ex.: \"5000,5001,5002\")","disabled":true},{"key":"extension_groups","value":"all","description":"Lista com os nomes dos grupos de ramais (ex.: \"TestGroup,TestGroup2\")","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:45:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2319"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 19:45:02 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"params\": {\n        \"start_date\": \"2022-04-13T03:00:00.000Z\",\n        \"end_date\": \"2022-04-14T02:59:59.999Z\",\n        \"extension_or_group\": \"extensions\"\n    },\n    \"data\": [\n        {\n            \"number\": \"3002\",\n            \"name\": \"Luke Skywalker\",\n            \"total_calls\": 7,\n            \"total_duration\": 2,\n            \"outbound\": 0,\n            \"internal\": 0,\n            \"external_in\": 0,\n            \"external_out\": 7\n        },\n        {\n            \"number\": \"9018\",\n            \"name\": \"Princesa Leia\",\n            \"total_calls\": 2,\n            \"total_duration\": 0,\n            \"outbound\": 0,\n            \"internal\": 2,\n            \"external_in\": 0,\n            \"external_out\": 0\n        },\n        {\n            \"number\": \"9010\",\n            \"name\": \"Han Solo\",\n            \"total_calls\": 10,\n            \"total_duration\": 879,\n            \"outbound\": 0,\n            \"internal\": 3,\n            \"external_in\": 0,\n            \"external_out\": 7\n        },\n        {\n            \"number\": \"9037\",\n            \"name\": \"Darth Vader\",\n            \"total_calls\": 5,\n            \"total_duration\": 235,\n            \"outbound\": 0,\n            \"internal\": 4,\n            \"external_in\": 0,\n            \"external_out\": 1\n        }\n    ]\n}"},{"id":"a9c97269-e4b1-400c-81d6-879144b100d7","name":"Faltam parâmetros","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/calls_by_extension","host":["{{url}}"],"path":["api","v1","report","calls_by_extension"],"query":[{"key":"start_date","value":"2022-04-13T03%3A00%3A00.000Z","description":"Data Inicial, no formato ISO 8601, \"dd-mm-yyyy\" ou \"dd/mm/yyyy\"","disabled":true},{"key":"end_date","value":"2022-04-14T02%3A59%3A59.999Z","description":"Data final, no formato ISO 8601, \"dd-mm-yyyy\" ou \"dd/mm/yyyy\"","disabled":true},{"key":"entity","value":"extensions","description":"\"extensions\" ou \"extensions_groups\" (padrão: extensions)","disabled":true},{"key":"extension_or_group","value":"extensions","description":"Grupos ou Ramais?","disabled":true},{"key":"extension_numbers","value":"all","description":"Lista com os númereos dos ramais (ex.: \"5000,5001,5002\")","disabled":true},{"key":"extension_groups","value":"all","description":"Lista com os nomes dos grupos de ramais (ex.: \"TestGroup,TestGroup2\")","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:44:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 19:44:38 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"The \\\"'start_date'\\\" parameter is required\"\n    }\n}"}],"_postman_id":"a8f643d6-4e19-4891-8ba0-4ce2b7a77f92"},{"name":"Relatórios - Pausas","id":"c25f378b-f486-4100-bf4d-170872769fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/report/complete_pause?start_date&end_date&limit&agent_id&queue_id","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/212926599\">Documentação</a></p>\n","urlObject":{"path":["api","v1","report","complete_pause"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Data Inicial, no formato dd/mm/yyyy, yyyy-mm-dd ou iso8601</p>\n","type":"text/plain"},"key":"start_date","value":null},{"description":{"content":"<p>Data Final, no formato dd/mm/yyyy, yyyy-mm-dd ou iso8601</p>\n","type":"text/plain"},"key":"end_date","value":null},{"description":{"content":"<p>Limite de dados por página</p>\n","type":"text/plain"},"key":"limit","value":null},{"description":{"content":"<p>ID do Agente</p>\n","type":"text/plain"},"key":"agent_id","value":null},{"description":{"content":"<p>ID da fila. Esse campo será ignorado caso seja informado o campo agent_id.</p>\n","type":"text/plain"},"key":"queue_id","value":null}],"variable":[]}},"response":[{"id":"6ccb4d4a-7595-461c-aa82-6241522d53e1","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/complete_pause","host":["{{url}}"],"path":["api","v1","report","complete_pause"],"query":[{"key":"start_date","value":null,"description":"Data Inicial, no formato dd/mm/yyyy, yyyy-mm-dd ou iso8601","disabled":true},{"key":"end_date","value":null,"description":"Data Final, no formato dd/mm/yyyy, yyyy-mm-dd ou iso8601","disabled":true},{"key":"limit","value":null,"description":"Limite de dados por página","disabled":true},{"key":"agent_id","value":null,"description":"ID do Agente","disabled":true},{"key":"queue_id","value":null,"description":"ID da fila. Esse campo será ignorado caso seja informado o campo agent_id.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:47:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2593"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 19:47:00 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"params\": {},\n    \"data\": [\n        {\n            \"agent\": {\n                \"id\": 17,\n                \"name\": \"Princesa Leia\",\n                \"login\": \"princesa.leia\"\n            },\n            \"description\": \"Almoço 1 Hora\",\n            \"time_start\": \"2022-05-13T16:05:29+00:00\",\n            \"time_end\": \"2022-05-13T17:05:29+00:00\",\n            \"duration\": 3600,\n            \"limit\": 3600,\n            \"overflow\": 0\n        },\n        {\n            \"agent\": {\n                \"id\": 51,\n                \"name\": \"Chewbacca\",\n                \"login\": \"chewbacca\"\n            },\n            \"description\": \"Banheiro\",\n            \"time_start\": \"2022-05-13T12:26:18+00:00\",\n            \"time_end\": \"2022-05-13T12:33:03+00:00\",\n            \"duration\": 405,\n            \"limit\": null,\n            \"overflow\": 0\n        },\n        {\n            \"agent\": {\n                \"id\": 51,\n                \"name\": \"Chewbacca\",\n                \"login\": \"chewbacca\"\n            },\n            \"description\": \"Reunião \",\n            \"time_start\": \"2022-05-13T14:34:16+00:00\",\n            \"time_end\": \"2022-05-13T15:00:42+00:00\",\n            \"duration\": 1586,\n            \"limit\": null,\n            \"overflow\": 0\n        },\n        {\n            \"agent\": {\n                \"id\": 64,\n                \"name\": \"Luke Skywalker\",\n                \"login\": \"luke.skywalker\"\n            },\n            \"description\": \"Descanso - 10 minutos\",\n            \"time_start\": \"2022-05-13T19:27:04+00:00\",\n            \"time_end\": \"2022-05-13T19:32:49+00:00\",\n            \"duration\": 345,\n            \"limit\": 600,\n            \"overflow\": 0\n        },\n        {\n            \"agent\": {\n                \"id\": 64,\n                \"name\": \"Luke Skywalker\",\n                \"login\": \"luke.skywalker\"\n            },\n            \"description\": \"Atendimento de Ticket\",\n            \"time_start\": \"2022-05-13T19:32:55+00:00\",\n            \"time_end\": \"2022-05-13T19:33:14+00:00\",\n            \"duration\": 19,\n            \"limit\": null,\n            \"overflow\": 0\n        },\n        {\n            \"agent\": {\n                \"id\": 34,\n                \"name\": \"R2-D2\",\n                \"login\": \"r2.d2\"\n            },\n            \"description\": \"Backoffice\",\n            \"time_start\": \"2022-05-13T11:38:29+00:00\",\n            \"time_end\": \"2022-05-13T12:13:55+00:00\",\n            \"duration\": 2126,\n            \"limit\": null,\n            \"overflow\": 0\n        },\n    ],\n    \"pagination\": {\n        \"items\": 6,\n        \"total\": 6,\n        \"limit\": 100,\n        \"max_limit\": 100,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/report/complete_pause?page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/report/complete_pause?page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/report/complete_pause?page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"},{"id":"48af9202-19d2-4ad5-a620-25ce18bba0c8","name":"Fila não existe","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/complete_pause?queue_id=6666","host":["{{url}}"],"path":["api","v1","report","complete_pause"],"query":[{"key":"start_date","value":null,"description":"Data Inicial, no formato dd/mm/yyyy, yyyy-mm-dd ou iso8601","disabled":true},{"key":"end_date","value":null,"description":"Data Final, no formato dd/mm/yyyy, yyyy-mm-dd ou iso8601","disabled":true},{"key":"limit","value":null,"description":"Limite de dados por página","disabled":true},{"key":"agent_id","value":"6666","description":"ID do Agente","disabled":true},{"key":"queue_id","value":"6666","description":"ID da fila. Esse campo será ignorado caso seja informado o campo agent_id."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:49:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 19:49:34 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Queue not found\"\n    }\n}"}],"_postman_id":"c25f378b-f486-4100-bf4d-170872769fd3"},{"name":"Relatórios - Call Center -  Histórico de Chamadas","id":"85d5e33d-fc25-412c-b3d1-7556b676319f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/report/calls_history?start_date=2022-04-13T03%3A00%3A00.000Z&end_date=2022-04-14T02%3A59%3A59.999Z&entity=queues&queue_ids=44&agent_id=all&state=&protocol_number=&start_hour=&end_hour=&call_type=both&phone_number=&csat=&end_by_id=all&call_reason_ids=all&limit&page&recording_uuid","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/648839169\">Documentação</a></p>\n","urlObject":{"path":["api","v1","report","calls_history"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Dia Inicial</p>\n","type":"text/plain"},"key":"start_date","value":"2022-04-13T03%3A00%3A00.000Z"},{"description":{"content":"<p>Dia final</p>\n","type":"text/plain"},"key":"end_date","value":"2022-04-14T02%3A59%3A59.999Z"},{"description":{"content":"<p>Entidade</p>\n","type":"text/plain"},"key":"entity","value":"queues"},{"key":"queue_ids","value":"44"},{"description":{"content":"<p>ID do Agente</p>\n","type":"text/plain"},"key":"agent_id","value":"all"},{"description":{"content":"<p>Estados</p>\n","type":"text/plain"},"key":"state","value":""},{"description":{"content":"<p>Número de Protocolo</p>\n","type":"text/plain"},"key":"protocol_number","value":""},{"description":{"content":"<p>Hora inicial</p>\n","type":"text/plain"},"key":"start_hour","value":""},{"description":{"content":"<p>Hora Final</p>\n","type":"text/plain"},"key":"end_hour","value":""},{"description":{"content":"<p>in, out ou both</p>\n","type":"text/plain"},"key":"call_type","value":"both"},{"description":{"content":"<p>Número do telefone</p>\n","type":"text/plain"},"key":"phone_number","value":""},{"description":{"content":"<p>1 ou 2</p>\n","type":"text/plain"},"key":"csat","value":""},{"description":{"content":"<p>all, 1, 2, 3...9</p>\n","type":"text/plain"},"key":"end_by_id","value":"all"},{"description":{"content":"<p>ID dos Motivos</p>\n","type":"text/plain"},"key":"call_reason_ids","value":"all"},{"description":{"content":"<p>Resultados por página</p>\n","type":"text/plain"},"key":"limit","value":null},{"description":{"content":"<p>Número da Página</p>\n","type":"text/plain"},"key":"page","value":null},{"key":"recording_uuid","value":null}],"variable":[]}},"response":[{"id":"1d3d3575-d188-4600-84a7-182bf6a24e8b","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/calls_history?start_date=2022-05-12T03%3A00%3A00.000Z&end_date=2022-05-13T02%3A59%3A59.999Z&agent_id=64","host":["{{url}}"],"path":["api","v1","report","calls_history"],"query":[{"key":"start_date","value":"2022-05-12T03%3A00%3A00.000Z","description":"Dia Inicial"},{"key":"end_date","value":"2022-05-13T02%3A59%3A59.999Z","description":"Dia final"},{"key":"entity","value":"queues","description":"Entidade","disabled":true},{"key":"agent_id","value":"64","description":"ID do Agente"},{"key":"state","value":"","description":"Estados","disabled":true},{"key":"protocol_number","value":"","description":"Número de Protocolo","disabled":true},{"key":"start_hour","value":"","description":"Hora inicial","disabled":true},{"key":"end_hour","value":"","description":"Hora Final","disabled":true},{"key":"call_type","value":"both","description":"in, out ou both","disabled":true},{"key":"phone_number","value":"","description":"Número do telefone","disabled":true},{"key":"csat","value":"","description":"1 ou 2","disabled":true},{"key":"end_by_id","value":"all","description":"all, 1, 2, 3...9","disabled":true},{"key":"call_reason_ids","value":"all","description":"ID dos Motivos","disabled":true},{"key":"limit","value":null,"description":"Resultados por página","disabled":true},{"key":"page","value":null,"description":"Número da Página","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:57:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17444"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 19:57:14 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"calls\": [\n            {\n                \"call_id\": 27847,\n                \"date_join\": \"2022-05-12T19:27:35+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:27:35+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T19:27:52+00:00\",\n                \"wait_duration\": 17,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operador Desligou\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"11\",\n                \"receiver_number\": \"4003-3833\",\n                \"receicer_name\": \"\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": \"São Paulo\",\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27848,\n                \"date_join\": \"2022-05-12T19:28:01+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:28:01+00:00\",\n                \"time_connect\": \"2022-05-12T19:28:07+00:00\",\n                \"time_leave\": \"2022-05-12T19:28:13+00:00\",\n                \"wait_duration\": 6,\n                \"call_duration\": 6,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operador Desligou\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"4008-9090\",\n                \"receicer_name\": \"\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"Sim\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"https://evolux.evolux.io/callcenter/report/download_audio/27848\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27850,\n                \"date_join\": \"2022-05-12T19:29:46+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:29:46+00:00\",\n                \"time_connect\": \"2022-05-12T19:29:53+00:00\",\n                \"time_leave\": \"2022-05-12T19:30:33+00:00\",\n                \"wait_duration\": 7,\n                \"call_duration\": 40,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Destinatário Desligou\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"4008-9090\",\n                \"receicer_name\": \"\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"Sim\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"https://evolux.evolux.io/callcenter/report/download_audio/27850\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27851,\n                \"date_join\": \"2022-05-12T19:34:49+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:34:49+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T19:34:53+00:00\",\n                \"wait_duration\": 4,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operadora de Telefonia (NORMAL_TEMPORARY_FAILURE(41))\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27852,\n                \"date_join\": \"2022-05-12T19:34:57+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:34:57+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T19:35:27+00:00\",\n                \"wait_duration\": 30,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operadora de Telefonia (RECOVERY_ON_TIMER_EXPIRE(102))\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27853,\n                \"date_join\": \"2022-05-12T19:35:55+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:35:55+00:00\",\n                \"time_connect\": \"2022-05-12T19:36:07+00:00\",\n                \"time_leave\": \"2022-05-12T19:36:30+00:00\",\n                \"wait_duration\": 12,\n                \"call_duration\": 23,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Transferir\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"Sim\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"https://evolux.evolux.io/callcenter/report/download_audio/27853\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27854,\n                \"date_join\": \"2022-05-12T19:38:13+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:38:13+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T19:38:44+00:00\",\n                \"wait_duration\": 31,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operadora de Telefonia (NORMAL_UNSPECIFIED(31))\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27855,\n                \"date_join\": \"2022-05-12T19:39:04+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:39:04+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T19:39:05+00:00\",\n                \"wait_duration\": 1,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operadora de Telefonia (UNALLOCATED_NUMBER(1))\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98129-8136\",\n                \"receicer_name\": \"\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27856,\n                \"date_join\": \"2022-05-12T19:39:19+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:39:19+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T19:39:20+00:00\",\n                \"wait_duration\": 1,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operadora de Telefonia (UNALLOCATED_NUMBER(1))\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98129-8136\",\n                \"receicer_name\": \"\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [\n                    {\n                        \"description\": \"Falha ao completar a ligação.\"\n                    }\n                ],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27857,\n                \"date_join\": \"2022-05-12T19:39:25+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:39:25+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T19:39:50+00:00\",\n                \"wait_duration\": 25,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operador Desligou\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [\n                    {\n                        \"description\": \"Falha ao completar a ligação.\"\n                    }\n                ],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27858,\n                \"date_join\": \"2022-05-12T19:40:01+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:40:01+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T19:40:32+00:00\",\n                \"wait_duration\": 31,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operadora de Telefonia (NORMAL_UNSPECIFIED(31))\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [\n                    {\n                        \"description\": \"Falha ao completar a ligação.\"\n                    }\n                ],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27859,\n                \"date_join\": \"2022-05-12T19:41:39+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T19:41:39+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T19:42:00+00:00\",\n                \"wait_duration\": 21,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operador Desligou\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [\n                    {\n                        \"description\": \"A chamada ficou muda.\"\n                    }\n                ],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27875,\n                \"date_join\": \"2022-05-12T20:03:28+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T20:03:28+00:00\",\n                \"time_connect\": \"2022-05-12T20:03:29+00:00\",\n                \"time_leave\": \"2022-05-12T20:03:46+00:00\",\n                \"wait_duration\": 1,\n                \"call_duration\": 17,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Destinatário Desligou\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"Sim\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"https://evolux.evolux.io/callcenter/report/download_audio/27875\",\n                \"city\": null,\n                \"state\": null,\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27876,\n                \"date_join\": \"2022-05-12T20:05:02+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T20:05:02+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T20:05:08+00:00\",\n                \"wait_duration\": 6,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operador Desligou\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": null,\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27877,\n                \"date_join\": \"2022-05-12T20:04:49+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T20:04:49+00:00\",\n                \"time_connect\": \"2022-05-12T20:05:05+00:00\",\n                \"time_leave\": \"2022-05-12T20:05:08+00:00\",\n                \"wait_duration\": 16,\n                \"call_duration\": 3,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operador Desligou\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"Sim\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"https://evolux.evolux.io/callcenter/report/download_audio/27877\",\n                \"city\": null,\n                \"state\": \"Rio Grande do Norte\",\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            },\n            {\n                \"call_id\": 27878,\n                \"date_join\": \"2022-05-12T20:05:15+00:00\",\n                \"flag\": \"\",\n                \"time_join\": \"2022-05-12T20:05:15+00:00\",\n                \"time_connect\": null,\n                \"time_leave\": \"2022-05-12T20:05:18+00:00\",\n                \"wait_duration\": 3,\n                \"call_duration\": 0,\n                \"call_type_description\": \"Saída\",\n                \"end_by_description\": \"Operador Desligou\",\n                \"caller_area\": \"\",\n                \"caller_number\": \"9062\",\n                \"caller_name\": \"\",\n                \"receiver_area\": \"84\",\n                \"receiver_number\": \"98826-1791\",\n                \"receicer_name\": \"Hamilton Parreiras\",\n                \"agent_id\": 64,\n                \"agent_name\": \"Luke Skywalker\",\n                \"agent_login\": \"luke.skywalker\",\n                \"queue_name\": \"Teste-Evolux\",\n                \"queue_id\": 87,\n                \"queue_slug\": \"teste-evolux\",\n                \"call_reason\": \"\",\n                \"asa\": \"-\",\n                \"trunk_name\": \"\",\n                \"did_number\": \"\",\n                \"protocol_number\": \"\",\n                \"download_audio\": \"Não disponível\",\n                \"city\": null,\n                \"state\": null,\n                \"call_issues\": [],\n                \"external_services\": [\n                    {\n                        \"service_name\": \"evolux\",\n                        \"url\": null,\n                        \"external_id\": null\n                    },\n                    {\n                        \"service_name\": \"ticket\",\n                        \"url\": null,\n                        \"external_id\": null\n                    }\n                ],\n                \"csat\": \"\",\n                \"nps\": \"\",\n                \"nps_enterprise\": \"\"\n            }\n        ]\n    },\n    \"pagination\": {\n        \"items\": 16,\n        \"total\": 16,\n        \"limit\": 50,\n        \"max_limit\": 50,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/report/calls_history?start_date=2022-05-12T03%3A00%3A00.000Z&end_date=2022-05-13T02%3A59%3A59.999Z&agent_id=64&page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/report/calls_history?start_date=2022-05-12T03%3A00%3A00.000Z&end_date=2022-05-13T02%3A59%3A59.999Z&agent_id=64&page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/report/calls_history?start_date=2022-05-12T03%3A00%3A00.000Z&end_date=2022-05-13T02%3A59%3A59.999Z&agent_id=64&page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"},{"id":"26695929-8133-4f26-b357-72cb0af53e77","name":"Data inválida","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/calls_history?start_date=2022-05-13T03%3A00%3A00.000Z&end_date=2022-05-13T02%3A59%3A59.999Z&agent_id=64","host":["{{url}}"],"path":["api","v1","report","calls_history"],"query":[{"key":"start_date","value":"2022-05-13T03%3A00%3A00.000Z","description":"Dia Inicial"},{"key":"end_date","value":"2022-05-13T02%3A59%3A59.999Z","description":"Dia final"},{"key":"entity","value":"queues","description":"Entidade","disabled":true},{"key":"agent_id","value":"64","description":"ID do Agente"},{"key":"state","value":"","description":"Estados","disabled":true},{"key":"protocol_number","value":"","description":"Número de Protocolo","disabled":true},{"key":"start_hour","value":"","description":"Hora inicial","disabled":true},{"key":"end_hour","value":"","description":"Hora Final","disabled":true},{"key":"call_type","value":"both","description":"in, out ou both","disabled":true},{"key":"phone_number","value":"","description":"Número do telefone","disabled":true},{"key":"csat","value":"","description":"1 ou 2","disabled":true},{"key":"end_by_id","value":"all","description":"all, 1, 2, 3...9","disabled":true},{"key":"call_reason_ids","value":"all","description":"ID dos Motivos","disabled":true},{"key":"limit","value":null,"description":"Resultados por página","disabled":true},{"key":"page","value":null,"description":"Número da Página","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:59:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 19:59:29 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Invalid date range selected\"\n    }\n}"}],"_postman_id":"85d5e33d-fc25-412c-b3d1-7556b676319f"},{"name":"Relatórios - Discador - Histórico de Chamadas","id":"2e0f64eb-4026-493b-bce3-b46459dc459b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/dialer/calls_history?limit=&page=&start_date=&end_date=&external_id=&agent_id=&number=&campaign_id=&contact_status=both","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/1958412335\">Documentação</a></p>\n","urlObject":{"path":["api","v1","dialer","calls_history"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Limite por página</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Número da Página</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>Dia Inicial</p>\n","type":"text/plain"},"key":"start_date","value":""},{"description":{"content":"<p>Dia final</p>\n","type":"text/plain"},"key":"end_date","value":""},{"description":{"content":"<p>ID Externo</p>\n","type":"text/plain"},"key":"external_id","value":""},{"description":{"content":"<p>ID do Agente</p>\n","type":"text/plain"},"key":"agent_id","value":""},{"description":{"content":"<p>Número do Assinante</p>\n","type":"text/plain"},"key":"number","value":""},{"description":{"content":"<p>ID da Campanha</p>\n","type":"text/plain"},"key":"campaign_id","value":""},{"description":{"content":"<p>success, both ou error</p>\n","type":"text/plain"},"key":"contact_status","value":"both"}],"variable":[]}},"response":[{"id":"fbeb71da-366d-438a-b849-4a3989f58367","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/dialer/calls_history?start_date=2022-05-11T03%3A00%3A00.000Z&end_date=2022-05-14T02%3A59%3A00.000Z","host":["{{url}}"],"path":["api","v1","dialer","calls_history"],"query":[{"key":"limit","value":"","description":"Limite por página","disabled":true},{"key":"page","value":"","description":"Número da Página","disabled":true},{"key":"external_id","value":"","description":"ID Externo","disabled":true},{"key":"agent_id","value":"","description":"ID do Agente","disabled":true},{"key":"number","value":"","description":"Número do Assinante","disabled":true},{"key":"campaign_id","value":"","description":"ID da Campanha","disabled":true},{"key":"contact_status","value":"","description":"success, both ou error","disabled":true},{"key":"start_date","value":"2022-05-11T03%3A00%3A00.000Z"},{"key":"end_date","value":"2022-05-14T02%3A59%3A00.000Z"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 20:27:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2007"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": 119,\n            \"uuid\": \"1216c750-3d95-4cd9-88a3-3c41c2543b37\",\n            \"start_time\": \"2022-05-13T20:24:21+00:00\",\n            \"answer_time\": \"2022-05-13T20:24:41+00:00\",\n            \"end_time\": \"2022-05-13T20:25:39+00:00\",\n            \"campaign\": {\n                \"id\": 19,\n                \"name\": \"Teste Evolux 6\"\n            },\n            \"agent\": {\n                \"id\": 17,\n                \"name\": \"Hamilton Reis\"\n            },\n            \"subscriber\": {\n                \"external_id\": null,\n                \"number\": \"84988261791\",\n                \"name\": \"Cliente\"\n            },\n            \"survey\": {\n                \"csat\": null,\n                \"nps\": null\n            },\n            \"talking_duration\": 58,\n            \"outcome\": \"-\",\n            \"hangup_cause\": \"Desligamento normal\",\n            \"end_by\": \"Agent\",\n            \"classification\": \"-\",\n            \"billable_duration\": 67,\n            \"trunk_name\": \"Evolux 1154000000\",\n            \"custom_fields\": {},\n            \"download_audio\": \"https://evolux.evolux.io/api/v1/dialer/call/119/recording\"\n        },\n        {\n            \"id\": 114,\n            \"uuid\": \"006783c5-df1e-4e4d-bb63-19f6054b5d24\",\n            \"start_time\": \"2022-05-12T20:50:24+00:00\",\n            \"answer_time\": \"2022-05-12T20:50:49+00:00\",\n            \"end_time\": \"2022-05-12T20:51:28+00:00\",\n            \"campaign\": {\n                \"id\": 18,\n                \"name\": \"Teste Evolux 05\"\n            },\n            \"agent\": {\n                \"id\": 64,\n                \"name\": \"Luke Skywalker\"\n            },\n            \"subscriber\": {\n                \"external_id\": null,\n                \"number\": \"84981298134\",\n                \"name\": \"Hamilton 2\"\n            },\n            \"survey\": {\n                \"csat\": null,\n                \"nps\": null\n            },\n            \"talking_duration\": 39,\n            \"outcome\": \"-\",\n            \"hangup_cause\": \"Desligamento normal\",\n            \"end_by\": \"Subscriber\",\n            \"classification\": \"-\",\n            \"billable_duration\": 52,\n            \"trunk_name\": \"Evolux 1154000000\",\n            \"custom_fields\": {},\n            \"download_audio\": \"https://evolux.evolux.io/api/v1/dialer/call/114/recording\"\n        }\n    ],\n    \"pagination\": {\n        \"items\": 2,\n        \"total\": 2,\n        \"limit\": 50,\n        \"max_limit\": 50,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/dialer/calls_history?start_date=2022-05-11T03%3A00%3A00.000Z&end_date=2022-05-14T02%3A59%3A00.000Z&page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/dialer/calls_history?start_date=2022-05-11T03%3A00%3A00.000Z&end_date=2022-05-14T02%3A59%3A00.000Z&page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/dialer/calls_history?start_date=2022-05-11T03%3A00%3A00.000Z&end_date=2022-05-14T02%3A59%3A00.000Z&page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"}],"_postman_id":"2e0f64eb-4026-493b-bce3-b46459dc459b"},{"name":"Relatórios - PABX - Histórico de Chamadas","id":"d3c7cc1a-e4ae-4233-9507-b5bd43129f6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/report/pabx_calls_history?limit=&page=&start_time=2022-04-13T03%3A00%3A00.000Z&end_time=2022-04-14T02%3A59%3A00.000Z&number=&call_type=&end_reason=","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/2722660367\">Documentação</a></p>\n","urlObject":{"path":["api","v1","report","pabx_calls_history"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Resultados por página (Entre 30 e 100)</p>\n","type":"text/plain"},"key":"limit","value":""},{"description":{"content":"<p>Número da página</p>\n","type":"text/plain"},"key":"page","value":""},{"description":{"content":"<p>Data inicial em formatos ISO 8601, WTC Date, Java SimpleDateFormat Class e outros.</p>\n","type":"text/plain"},"key":"start_time","value":"2022-04-13T03%3A00%3A00.000Z"},{"description":{"content":"<p>Data final em formatos ISO 8601, WTC Date, Java SimpleDateFormat Class e outros.</p>\n","type":"text/plain"},"key":"end_time","value":"2022-04-14T02%3A59%3A00.000Z"},{"description":{"content":"<p>Número a ser pesquisado</p>\n","type":"text/plain"},"key":"number","value":""},{"description":{"content":"<p>Tipo de Chamada (external_in, external_out, internal, no_route)</p>\n","type":"text/plain"},"key":"call_type","value":""},{"description":{"content":"<p>Motivo de desligamento (hangup_by_callee, hangup_by_caller, timeout, busy, unknown, cancel, reject, no_route.)</p>\n","type":"text/plain"},"key":"end_reason","value":""}],"variable":[]}},"response":[{"id":"eb280df3-8406-4295-8fe9-979b1345c764","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/pabx_calls_history?start_time=2022-05-12T03%3A00%3A00.000Z&end_time=2022-05-13T02%3A59%3A00.000Z","host":["{{url}}"],"path":["api","v1","report","pabx_calls_history"],"query":[{"key":"limit","value":"","description":"Resultados por página (Entre 30 e 100)","disabled":true},{"key":"page","value":"","description":"Número da página","disabled":true},{"key":"start_time","value":"2022-05-12T03%3A00%3A00.000Z","description":"Data inicial em formatos ISO 8601, WTC Date, Java SimpleDateFormat Class e outros."},{"key":"end_time","value":"2022-05-13T02%3A59%3A00.000Z","description":"Data final em formatos ISO 8601, WTC Date, Java SimpleDateFormat Class e outros."},{"key":"number","value":"","description":"Número a ser pesquisado","disabled":true},{"key":"call_type","value":"","description":"Tipo de Chamada (external_in, external_out, internal, no_route)","disabled":true},{"key":"end_reason","value":"","description":"Motivo de desligamento (hangup_by_callee, hangup_by_caller, timeout, busy, unknown, cancel, reject, no_route.)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 20:28:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2033"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 20:28:46 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"calls\": [\n            {\n                \"id\": 369,\n                \"uuid\": \"aa9bacac-d1f5-11ec-b8b5-ddaa055d36b5\",\n                \"start_time\": \"2022-05-12T10:16:00-03:00\",\n                \"calling_duration\": 1,\n                \"answer_time\": null,\n                \"call_duration\": 0,\n                \"end_time\": \"2022-05-12T10:16:01-03:00\",\n                \"call_type\": \"no_route\",\n                \"caller_number\": \"9039\",\n                \"caller_type\": \"extension\",\n                \"caller_group\": \"Comercial\",\n                \"callee_number\": \"+551140033833\",\n                \"callee_type\": null,\n                \"callee_group\": null,\n                \"end_reason\": \"no_route\",\n                \"did_number\": null,\n                \"download_audio\": null\n            },\n            {\n                \"id\": 368,\n                \"uuid\": \"94ccff84-d1f5-11ec-8759-29a83953d677\",\n                \"start_time\": \"2022-05-12T10:15:23-03:00\",\n                \"calling_duration\": 1,\n                \"answer_time\": null,\n                \"call_duration\": 0,\n                \"end_time\": \"2022-05-12T10:15:24-03:00\",\n                \"call_type\": \"no_route\",\n                \"caller_number\": \"9039\",\n                \"caller_type\": \"extension\",\n                \"caller_group\": \"Comercial\",\n                \"callee_number\": \"84988261791\",\n                \"callee_type\": null,\n                \"callee_group\": null,\n                \"end_reason\": \"no_route\",\n                \"did_number\": null,\n                \"download_audio\": null\n            },\n            {\n                \"id\": 367,\n                \"uuid\": \"8344bcd4-d1f5-11ec-b32d-ddaa055d36b5\",\n                \"start_time\": \"2022-05-12T10:14:54-03:00\",\n                \"calling_duration\": 1,\n                \"answer_time\": null,\n                \"call_duration\": 0,\n                \"end_time\": \"2022-05-12T10:14:55-03:00\",\n                \"call_type\": \"no_route\",\n                \"caller_number\": \"9039\",\n                \"caller_type\": \"extension\",\n                \"caller_group\": \"Comercial\",\n                \"callee_number\": \"1140089090\",\n                \"callee_type\": null,\n                \"callee_group\": null,\n                \"end_reason\": \"no_route\",\n                \"did_number\": null,\n                \"download_audio\": null\n            }\n        ]\n    },\n    \"pagination\": {\n        \"items\": 3,\n        \"total\": 3,\n        \"limit\": 30,\n        \"max_limit\": 30,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/report/pabx_calls_history?start_time=2022-05-12T03%3A00%3A00.000Z&end_time=2022-05-13T02%3A59%3A00.000Z&page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/report/pabx_calls_history?start_time=2022-05-12T03%3A00%3A00.000Z&end_time=2022-05-13T02%3A59%3A00.000Z&page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/report/pabx_calls_history?start_time=2022-05-12T03%3A00%3A00.000Z&end_time=2022-05-13T02%3A59%3A00.000Z&page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"}],"_postman_id":"d3c7cc1a-e4ae-4233-9507-b5bd43129f6b"},{"name":"Relatórios - Studio - Histórico de Chamadas","id":"142dc2cc-6970-42d5-8018-6644e34ad851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/studio/calls?page&limit","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/1047330817\">Documentação</a></p>\n","urlObject":{"path":["api","v1","studio","calls"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Página</p>\n","type":"text/plain"},"key":"page","value":null},{"description":{"content":"<p>Resultados por página</p>\n","type":"text/plain"},"key":"limit","value":null}],"variable":[]}},"response":[{"id":"5f464c40-5e10-4309-bf4b-95b14a6b3aaf","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/studio/calls","host":["{{url}}"],"path":["api","v1","studio","calls"],"query":[{"key":"page","value":null,"description":"Página","disabled":true},{"key":"limit","value":null,"description":"Resultados por página","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 20:29:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2534"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"id\": 4880,\n            \"uuid\": \"422128b2-d2fb-11ec-b893-ddaa055d36b5\",\n            \"start_time\": \"2022-05-13T20:28:34+00:00\",\n            \"end_time\": \"2022-05-13T20:28:36+00:00\",\n            \"caller\": \"XXXXXXXXXXX\",\n            \"did_number\": \"8440089090\",\n            \"duration\": \"2s\",\n            \"who_hangup\": \"caller\",\n            \"system_hangup_reason\": null,\n            \"exit_transfer_destination\": null,\n            \"exit_reason\": \"hangup\",\n            \"call_flow\": {\n                \"id\": 61,\n                \"name\": \"URA Principal\"\n            },\n            \"project\": {\n                \"id\": 1,\n                \"name\": \"Atendimento Evolux\"\n            }\n        },\n        {\n            \"id\": 4879,\n            \"uuid\": \"8ab52cf4-d2f1-11ec-91b4-ddaa055d36b5\",\n            \"start_time\": \"2022-05-13T19:19:01+00:00\",\n            \"end_time\": \"2022-05-13T19:20:07+00:00\",\n            \"caller\": \"XXXXXXXXXXX\",\n            \"did_number\": \"40033833\",\n            \"duration\": \"1m6s\",\n            \"who_hangup\": null,\n            \"system_hangup_reason\": null,\n            \"exit_transfer_destination\": \"9090\",\n            \"exit_reason\": \"transfer\",\n            \"call_flow\": {\n                \"id\": 61,\n                \"name\": \"URA Principal\"\n            },\n            \"project\": {\n                \"id\": 1,\n                \"name\": \"Atendimento Evolux\"\n            }\n        },\n        {\n            \"id\": 4878,\n            \"uuid\": \"679cde82-d2e3-11ec-8924-ddaa055d36b5\",\n            \"start_time\": \"2022-05-13T17:37:49+00:00\",\n            \"end_time\": \"2022-05-13T17:37:51+00:00\",\n            \"caller\": \"XXXXXXXXXXX\",\n            \"did_number\": \"835115365286\",\n            \"duration\": \"2s\",\n            \"who_hangup\": \"caller\",\n            \"system_hangup_reason\": null,\n            \"exit_transfer_destination\": null,\n            \"exit_reason\": \"hangup\",\n            \"call_flow\": {\n                \"id\": 61,\n                \"name\": \"URA Principal\"\n            },\n            \"project\": {\n                \"id\": 1,\n                \"name\": \"Atendimento Evolux\"\n            }\n        },\n        {\n            \"id\": 4877,\n            \"uuid\": \"817cf51e-d2d7-11ec-9e7a-29a83953d677\",\n            \"start_time\": \"2022-05-13T16:12:38+00:00\",\n            \"end_time\": \"2022-05-13T16:12:41+00:00\",\n            \"caller\": \"XXXXXXXXXXX\",\n            \"did_number\": \"835115365286\",\n            \"duration\": \"3s\",\n            \"who_hangup\": \"caller\",\n            \"system_hangup_reason\": null,\n            \"exit_transfer_destination\": null,\n            \"exit_reason\": \"hangup\",\n            \"call_flow\": {\n                \"id\": 61,\n                \"name\": \"URA Principal\"\n            },\n            \"project\": {\n                \"id\": 1,\n                \"name\": \"Atendimento Evolux\"\n            }\n        },\n        {\n            \"id\": 4876,\n            \"uuid\": \"b3944338-d2d5-11ec-a069-ddaa055d36b5\",\n            \"start_time\": \"2022-05-13T15:59:43+00:00\",\n            \"end_time\": \"2022-05-13T15:59:46+00:00\",\n            \"caller\": \"XXXXXXXXXXX\",\n            \"did_number\": \"8440089090\",\n            \"duration\": \"3s\",\n            \"who_hangup\": \"caller\",\n            \"system_hangup_reason\": null,\n            \"exit_transfer_destination\": null,\n            \"exit_reason\": \"hangup\",\n            \"call_flow\": {\n                \"id\": 61,\n                \"name\": \"URA Principal\"\n            },\n            \"project\": {\n                \"id\": 1,\n                \"name\": \"Atendimento Evolux\"\n            }\n        }\n    ],\n    \"pagination\": {\n        \"items\": 5,\n        \"total\": 5,\n        \"limit\": 50,\n        \"max_limit\": 50,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/studio/calls?page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/studio/calls?page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/studio/calls?page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"}],"_postman_id":"142dc2cc-6970-42d5-8018-6644e34ad851"},{"name":"Relatórios - Studio - CDR","id":"a3848425-7933-4b5f-940f-799f70fc09f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/studio/calls/{{call_id}}/cdr","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/1047330817\">Documentação</a></p>\n","urlObject":{"path":["api","v1","studio","calls","{{call_id}}","cdr"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"384cc76a-411e-43a8-bb6e-96fc3b13ccce","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/studio/calls/4879/cdr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 20:31:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8687"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"source\": \"studio\",\n        \"hostname\": \"evoluxio-allinone\",\n        \"sequence\": 1,\n        \"call_uuid\": \"8ab52cf4-d2f1-11ec-91b4-ddaa055d36b5\",\n        \"project_id\": 1,\n        \"who_hangup\": null,\n        \"exit_reason\": \"transfer\",\n        \"call_flow_id\": 61,\n        \"incoming_did\": \"40033833\",\n        \"project_name\": \"Atendimento Evolux\",\n        \"session_uuid\": \"9c47f5a0-7969-4cfb-acd6-d1d330fa2391\",\n        \"exported_vars\": {},\n        \"tenant_domain\": \"evolux.evolux.io\",\n        \"call_flow_name\": \"URA Principal\",\n        \"caller_id_name\": \"TollFreeForwarding\",\n        \"executed_tasks\": [\n            {\n                \"task_id\": \"8213be38-129a-4356-a17d-86b7a48201cc\",\n                \"task_name\": \"start\",\n                \"end_time_epoch\": 1652469541,\n                \"task_raw_params\": {},\n                \"start_time_epoch\": 1652469541,\n                \"task_description\": \"Iniciar\",\n                \"task_execution_info\": null\n            },\n            {\n                \"task_id\": \"c8bc4cec-0ed3-4797-b859-1e3bcc7d5281\",\n                \"task_name\": \"timecondition\",\n                \"end_time_epoch\": 1652469541,\n                \"task_raw_params\": {\n                    \"timezone\": \"America/Recife\",\n                    \"time_conditions\": [\n                        {\n                            \"days\": [\n                                \"1\",\n                                \"2\",\n                                \"3\",\n                                \"4\",\n                                \"5\",\n                                \"6\",\n                                \"7\",\n                                \"8\",\n                                \"9\",\n                                \"10\",\n                                \"11\",\n                                \"12\",\n                                \"13\",\n                                \"14\",\n                                \"16\",\n                                \"17\",\n                                \"18\",\n                                \"19\",\n                                \"20\",\n                                \"21\",\n                                \"22\",\n                                \"23\",\n                                \"24\",\n                                \"25\",\n                                \"26\",\n                                \"27\",\n                                \"28\",\n                                \"29\",\n                                \"30\",\n                                \"31\",\n                                \"15\"\n                            ],\n                            \"years\": [\n                                \"all\"\n                            ],\n                            \"months\": [\n                                \"jan\",\n                                \"feb\",\n                                \"mar\",\n                                \"apr\",\n                                \"may\",\n                                \"jun\",\n                                \"jul\",\n                                \"aug\",\n                                \"sep\",\n                                \"oct\",\n                                \"nov\",\n                                \"dec\"\n                            ],\n                            \"intervals\": [\n                                {\n                                    \"end\": \"18:00:00\",\n                                    \"start\": \"07:00:00\"\n                                }\n                            ],\n                            \"description\": \"Atendimento Evolux\",\n                            \"days_of_week\": [\n                                \"mon\",\n                                \"tue\",\n                                \"wed\",\n                                \"thu\",\n                                \"fri\"\n                            ],\n                            \"next_task_id\": \"f6b83868-8300-442e-a7b9-360ffeba89d5\"\n                        },\n                        {\n                            \"days\": [\n                                \"15\"\n                            ],\n                            \"years\": [\n                                \"2022\"\n                            ],\n                            \"months\": [\n                                \"apr\"\n                            ],\n                            \"intervals\": [\n                                {\n                                    \"end\": \"17:59:00\",\n                                    \"start\": \"07:00:00\"\n                                }\n                            ],\n                            \"description\": \"Feriado 15/04\",\n                            \"days_of_week\": [\n                                \"fri\"\n                            ],\n                            \"next_task_id\": \"3084c485-339c-405e-88d5-382ab69e9370\"\n                        }\n                    ]\n                },\n                \"start_time_epoch\": 1652469541,\n                \"task_description\": \"Horário de Funcionamento\",\n                \"task_execution_info\": {\n                    \"date\": \"2022-05-13T16:19:01.272525-03:00\",\n                    \"evaluated_time_conditions\": [\n                        {\n                            \"pass\": true,\n                            \"order\": 1,\n                            \"description\": \"Atendimento Evolux\"\n                        }\n                    ],\n                    \"matched_time_condition_order\": 1\n                }\n            },\n            {\n                \"task_id\": \"f6b83868-8300-442e-a7b9-360ffeba89d5\",\n                \"task_name\": \"playandgetdigits\",\n                \"end_time_epoch\": 1652469606,\n                \"task_raw_params\": {\n                    \"options\": [\n                        {\n                            \"value\": \"3\",\n                            \"next_task_id\": \"16564e5f-be72-4b24-87a5-22b68816011f\"\n                        },\n                        {\n                            \"value\": \"2\",\n                            \"next_task_id\": \"427b545e-564e-41f8-b202-1be2f7c741b3\"\n                        },\n                        {\n                            \"value\": \"1\",\n                            \"next_task_id\": \"ca850e0f-b053-4461-9629-8b55ab75378f\"\n                        }\n                    ],\n                    \"timeout\": 7000,\n                    \"error_file\": \"silence_stream://500\",\n                    \"max_digits\": 1,\n                    \"min_digits\": 1,\n                    \"prompt_file\": \"https://evolux.evolux.io/api/v1/audio/listen/4?token=*********\",\n                    \"terminators\": \"#\",\n                    \"digits_regex\": \"[1-4]\",\n                    \"max_attempts\": 3,\n                    \"digit_timeout\": 7000,\n                    \"variable_name\": \"menu_evolux\"\n                },\n                \"start_time_epoch\": 1652469541,\n                \"task_description\": \"Menu Evolux\",\n                \"task_execution_info\": {\n                    \"digits\": \"\",\n                    \"error_file\": \"silence_stream://500\",\n                    \"prompt_file\": \"https://evolux.evolux.io/api/v1/audio/listen/4?token=*********\"\n                }\n            },\n            {\n                \"task_id\": \"ca850e0f-b053-4461-9629-8b55ab75378f\",\n                \"task_name\": \"http\",\n                \"end_time_epoch\": 1652469607,\n                \"task_raw_params\": {\n                    \"url\": \"https://evolux.freshservice.com/api/v2/tickets\",\n                    \"auth\": {\n                        \"password\": \"*********\",\n                        \"username\": \"*********@evolux.net.br\"\n                    },\n                    \"data\": \"{\\n  \\\"requester_id\\\": 11002265902,\\n  \\\"email\\\": \\\"noreply@evolux.io\\\",\\n  \\\"phone\\\": \\\"{{caller_id_number}}\\\",\\n  \\\"department_id\\\": 11000276335,\\n  \\\"status\\\": 2,\\n  \\\"priority\\\": 1,\\n  \\\"group_id\\\": 11000405218,\\n  \\\"source\\\": 3,\\n  \\\"description\\\": \\\"Olá! <br /> Este chamado foi aberto automaticamente por uma ligação recebida no Suporte Evolux.\\\",\\n  \\\"subject\\\": \\\"Chamado Telefônico\\\",\\n  \\\"custom_fields\\\": {\\\"indicador_de_atrito\\\": \\\"Não se aplica\\\", \\\"recuperao_de_servio\\\": \\\"Não\\\"}\\n}\",\n                    \"method\": \"POST\",\n                    \"params\": {},\n                    \"verify\": true,\n                    \"headers\": {},\n                    \"timeout\": 30,\n                    \"data_type\": \"json\",\n                    \"variable_name\": \"ticket\"\n                },\n                \"start_time_epoch\": 1652469606,\n                \"task_description\": \"Criar Ticket Freshservice\",\n                \"task_execution_info\": {\n                    \"status\": \"http_success\",\n                    \"error_msg\": null,\n                    \"http_status\": 201,\n                    \"request_data\": {\n                        \"url\": \"https://evolux.freshservice.com/api/v2/tickets\",\n                        \"auth\": {\n                            \"password\": \"*********\",\n                            \"username\": \"*********@evolux.net.br\"\n                        },\n                        \"json\": {\n                            \"email\": \"noreply@evolux.io\",\n                            \"phone\": \"+551154000000\",\n                            \"source\": 3,\n                            \"status\": 2,\n                            \"subject\": \"Chamado Telefônico\",\n                            \"group_id\": 11000405218,\n                            \"priority\": 1,\n                            \"description\": \"Olá! <br /> Este chamado foi aberto automaticamente por uma ligação recebida no Suporte Evolux.\",\n                            \"requester_id\": 11002265902,\n                            \"custom_fields\": {\n                                \"indicador_de_atrito\": \"Não se aplica\",\n                                \"recuperao_de_servio\": \"Não\"\n                            },\n                            \"department_id\": 11000276335\n                        },\n                        \"method\": \"POST\",\n                        \"params\": {},\n                        \"verify\": true,\n                        \"headers\": {},\n                        \"timeout\": 30\n                    },\n                    \"response_data\": {\n                        \"ticket\": {\n                            \"id\": 19533,\n                            \"spam\": false,\n                            \"tags\": [],\n                            \"type\": \"Incident\",\n                            \"due_by\": \"2022-05-18T19:20:07Z\",\n                            \"source\": 3,\n                            \"status\": 2,\n                            \"subject\": \"Chamado Telefônico\",\n                            \"category\": null,\n                            \"group_id\": 11000405218,\n                            \"priority\": 1,\n                            \"cc_emails\": [],\n                            \"fr_due_by\": \"2022-05-13T20:20:07Z\",\n                            \"to_emails\": null,\n                            \"created_at\": \"2022-05-13T19:20:07Z\",\n                            \"fwd_emails\": [],\n                            \"updated_at\": \"2022-05-13T19:20:07Z\",\n                            \"attachments\": [],\n                            \"description\": \"<div>Olá! <br> Este chamado foi aberto automaticamente por uma ligação recebida no Suporte Evolux.</div>\",\n                            \"fr_escalated\": false,\n                            \"is_escalated\": false,\n                            \"requester_id\": 11002265902,\n                            \"responder_id\": null,\n                            \"sub_category\": null,\n                            \"custom_fields\": {\n                                \"item\": null,\n                                \"teste\": null,\n                                \"deteco\": null,\n                                \"origem\": null,\n                                \"teste1\": null,\n                                \"teste2\": null,\n                                \"mttd_min\": null,\n                                \"mttr_min\": null,\n                                \"subnivel\": null,\n                                \"sobreaviso\": null,\n                                \"link_playbook\": null,\n                                \"indisponibilidade\": null,\n                                \"indicador_de_atrito\": \"Não se aplica\",\n                                \"recuperao_de_servio\": \"Não\",\n                                \"tempo_sobreaviso_min\": null,\n                                \"sr_escalada_para_produo\": null,\n                                \"status_incidente_crtico\": null\n                            },\n                            \"department_id\": 11000276335,\n                            \"item_category\": null,\n                            \"email_config_id\": null,\n                            \"reply_cc_emails\": [],\n                            \"description_text\": \"Olá!   Este chamado foi aberto automaticamente por uma ligação recebida no Suporte Evolux.\",\n                            \"requested_for_id\": 11002265902\n                        }\n                    }\n                }\n            },\n            {\n                \"task_id\": \"aae03a56-84a4-4b45-ae0f-XXXXXXXXXX\",\n                \"task_name\": \"bindcallvariables\",\n                \"end_time_epoch\": 1652469607,\n                \"task_raw_params\": {\n                    \"variables\": {\n                        \"telefone\": \"{{caller_id_number}}\",\n                        \"ticket_id\": \"{{ticket.ticket.id}}\"\n                    }\n                },\n                \"start_time_epoch\": 1652469607,\n                \"task_description\": \"Vincula dados para o Webhook\",\n                \"task_execution_info\": {\n                    \"telefone\": \"+551154000000\",\n                    \"ticket_id\": \"19533\"\n                }\n            },\n            {\n                \"task_id\": \"5dbcbbe0-2b13-490f-b17f-64e430df8e10\",\n                \"task_name\": \"bindexternalurl\",\n                \"end_time_epoch\": 1652469607,\n                \"task_raw_params\": {\n                    \"url\": \"https://suporte.evolux.net.br/helpdesk/tickets/{{ticket.ticket.id}}\",\n                    \"label\": \"{{ticket.ticket.id}}\",\n                    \"service_name\": \"Evolux\"\n                },\n                \"start_time_epoch\": 1652469607,\n                \"task_description\": \"Associa a chamada ao ticket\",\n                \"task_execution_info\": {\n                    \"url\": \"https://suporte.evolux.net.br/helpdesk/tickets/19533\",\n                    \"label\": \"19533\",\n                    \"service_name\": \"Evolux\"\n                }\n            },\n            {\n                \"task_id\": \"551c42dc-d9a3-49dc-be26-3ae61a77b115\",\n                \"task_name\": \"http\",\n                \"end_time_epoch\": 1652469607,\n                \"task_raw_params\": {\n                    \"url\": \"http://localhost:8080/api/freeswitch/save_call_info/{{variable_call_uuid}}\",\n                    \"auth\": null,\n                    \"data\": \"[{\\n\\\"label\\\": \\\"Ticket do Freshservice\\\",\\n\\\"type\\\": \\\"text\\\",\\n\\\"value\\\": \\\"https://suporte.evolux.net.br/helpdesk/tickets/{{ticket.ticket.id}}\\\"\\n}]\",\n                    \"method\": \"GET\",\n                    \"params\": {},\n                    \"verify\": true,\n                    \"headers\": {},\n                    \"timeout\": 30,\n                    \"data_type\": \"json\",\n                    \"variable_name\": \"call_info\"\n                },\n                \"start_time_epoch\": 1652469607,\n                \"task_description\": \"Call Info - Número do Ticket na tela\",\n                \"task_execution_info\": {\n                    \"status\": \"http_success\",\n                    \"error_msg\": null,\n                    \"http_status\": 200,\n                    \"request_data\": {\n                        \"url\": \"http://localhost:8080/api/freeswitch/save_call_info/8ab52cf4-d2f1-11ec-91b4-ddaa055d36b5\",\n                        \"auth\": null,\n                        \"json\": [\n                            {\n                                \"type\": \"text\",\n                                \"label\": \"Ticket do Freshservice\",\n                                \"value\": \"https://suporte.evolux.net.br/helpdesk/tickets/19533\"\n                            }\n                        ],\n                        \"method\": \"GET\",\n                        \"params\": {},\n                        \"verify\": true,\n                        \"headers\": {},\n                        \"timeout\": 30\n                    },\n                    \"response_data\": \"OK\"\n                }\n            },\n            {\n                \"task_id\": \"b80cd5ff-38f6-4381-bd11-4ff7fa80fa82\",\n                \"task_name\": \"transfer\",\n                \"end_time_epoch\": 1652469607,\n                \"task_raw_params\": {\n                    \"context\": \"out-extensions\",\n                    \"variables\": {},\n                    \"destination_id\": \"2\",\n                    \"destination_name\": \"Suporte HT\",\n                    \"destination_type\": \"queue\",\n                    \"destination_number\": \"9090\"\n                },\n                \"start_time_epoch\": 1652469607,\n                \"task_description\": \"Fila Suporte HT\",\n                \"task_execution_info\": {\n                    \"context\": \"out-extensions\",\n                    \"destination_number\": \"9090\"\n                }\n            }\n        ],\n        \"studio_version\": \"1.0.26\",\n        \"exit_time_epoch\": 1652469607,\n        \"caller_id_number\": \"+551154000000\",\n        \"enter_time_epoch\": 1652469541,\n        \"call_flow_version\": 70,\n        \"destination_number\": \"40033833\",\n        \"system_hangup_reason\": null,\n        \"hangup_classification\": null,\n        \"exit_transfer_destination\": \"9090\",\n        \"exit_transfer_destination_id\": \"2\"\n    }\n}"},{"id":"0bdd9010-2cf7-44a3-930c-c48328220ade","name":"Relatórios - Studio - CDR","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/studio/calls/26453199/cdr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jul 2023 13:11:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"21529"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.tooke.chat *.hubspot.com *.lightning.force.com *.visualforce.com *.salesforce.com *.force.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.evolux.cx"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.tooke.chat *.hubspot.com *.lightning.force.com *.visualforce.com *.salesforce.com *.force.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.evolux.cx;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"source\": \"studio\",\n        \"hostname\": \"ip-172-31-72-40.sa-east-1.compute.internal\",\n        \"sequence\": 2,\n        \"call_uuid\": \"326700fc-20b3-11ee-8a33-95dff32d56e1\",\n        \"project_id\": 4,\n        \"who_hangup\": null,\n        \"exit_reason\": \"transfer\",\n        \"call_flow_id\": 1357,\n        \"incoming_did\": \"558510600\",\n        \"project_name\": \"v2.0 - URA Alares\",\n        \"session_uuid\": \"785bb09a-fd10-46e0-87b6-80e771c93e2d\",\n        \"exported_vars\": {},\n        \"tenant_domain\": \"grupo-conexao.evolux.io\",\n        \"call_flow_name\": \"v2.0 - Identifica Cliente\",\n        \"caller_id_name\": \"085985932207\",\n        \"executed_tasks\": [\n            {\n                \"task_id\": \"a9914a1a-ae29-4ef8-89c3-52753b1f6f08\",\n                \"task_name\": \"start\",\n                \"end_time_epoch\": 1689166464,\n                \"task_raw_params\": {},\n                \"start_time_epoch\": 1689166464,\n                \"task_description\": \"Iniciar\",\n                \"task_execution_info\": null\n            },\n            {\n                \"task_id\": \"16e40c03-2071-494d-a74b-497e04c5a1d2\",\n                \"task_name\": \"playback\",\n                \"end_time_epoch\": 1689166466,\n                \"task_raw_params\": {\n                    \"audio_url\": \"https://grupo-conexao.evolux.io/api/v1/audio/listen/35?token=*********\"\n                },\n                \"start_time_epoch\": 1689166464,\n                \"task_description\": \"Que bom tê-lo conosco\",\n                \"task_execution_info\": {\n                    \"audio_url\": \"https://grupo-conexao.evolux.io/api/v1/audio/listen/35?token=*********\"\n                }\n            },\n            {\n                \"task_id\": \"45c1d1e3-d754-402f-aeb6-edbe9b0998f6\",\n                \"task_name\": \"playandgetdigits\",\n                \"end_time_epoch\": 1689166482,\n                \"task_raw_params\": {\n                    \"options\": [],\n                    \"timeout\": 5000,\n                    \"error_file\": \"silence_stream://500\",\n                    \"max_digits\": 14,\n                    \"min_digits\": 11,\n                    \"prompt_file\": \"https://grupo-conexao.evolux.io/api/v1/audio/listen/26?token=*********\",\n                    \"terminators\": \"#\",\n                    \"digits_regex\": \"\\\\d+\",\n                    \"max_attempts\": 1,\n                    \"digit_timeout\": 3000,\n                    \"variable_name\": \"cpf_cnpj\"\n                },\n                \"start_time_epoch\": 1689166466,\n                \"task_description\": \"Digite o CPF ou CNPJ do titular\",\n                \"task_execution_info\": {\n                    \"digits\": \"00777451328\",\n                    \"error_file\": \"silence_stream://500\",\n                    \"prompt_file\": \"https://grupo-conexao.evolux.io/api/v1/audio/listen/26?token=*********\"\n                }\n            },\n            {\n                \"task_id\": \"3e97b229-6d37-4331-8ad1-af984751028b\",\n                \"task_name\": \"router\",\n                \"end_time_epoch\": 1689166482,\n                \"task_raw_params\": {\n                    \"routes\": [\n                        {\n                            \"match\": \"all\",\n                            \"conditions\": [\n                                {\n                                    \"operator\": \"empty\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"\"\n                                }\n                            ],\n                            \"description\": \"cpf_cnpj vazio?\",\n                            \"next_task_id\": \"87417cca-352b-4bb3-8423-7881a77750bc\"\n                        },\n                        {\n                            \"match\": \"all\",\n                            \"conditions\": [\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"*\"\n                                }\n                            ],\n                            \"description\": \"cpf_cnpj contém *?\",\n                            \"next_task_id\": \"87417cca-352b-4bb3-8423-7881a77750bc\"\n                        },\n                        {\n                            \"match\": \"any\",\n                            \"conditions\": [\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"11111111\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"22222222\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"33333333\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"44444444\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"55555555\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"66666666\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"77777777\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"88888888\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"99999999\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"12345678\"\n                                },\n                                {\n                                    \"operator\": \"contains\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"00000000\"\n                                }\n                            ],\n                            \"description\": \"cpf_cnpj contém padrões errados\",\n                            \"next_task_id\": \"87417cca-352b-4bb3-8423-7881a77750bc\"\n                        },\n                        {\n                            \"match\": \"any\",\n                            \"conditions\": [\n                                {\n                                    \"operator\": \"length\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"11\"\n                                },\n                                {\n                                    \"operator\": \"length\",\n                                    \"left_value\": \"cpf_cnpj\",\n                                    \"right_value\": \"14\"\n                                }\n                            ],\n                            \"description\": \"cpf_cnpj tem 11 ou 14 dígitos\",\n                            \"next_task_id\": \"0c669b5b-9aed-4ecf-a3c4-ce40fbb2e555\"\n                        }\n                    ]\n                },\n                \"start_time_epoch\": 1689166482,\n                \"task_description\": \"Roteador\",\n                \"task_execution_info\": {\n                    \"matched_route\": \"cpf_cnpj tem 11 ou 14 dígitos\",\n                    \"evaluated_routes\": [\n                        {\n                            \"match\": \"all\",\n                            \"result\": false,\n                            \"conditions\": [\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 empty \",\n                                    \"error_msg\": null\n                                }\n                            ],\n                            \"description\": \"cpf_cnpj vazio?\"\n                        },\n                        {\n                            \"match\": \"all\",\n                            \"result\": false,\n                            \"conditions\": [\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains *\",\n                                    \"error_msg\": null\n                                }\n                            ],\n                            \"description\": \"cpf_cnpj contém *?\"\n                        },\n                        {\n                            \"match\": \"any\",\n                            \"result\": false,\n                            \"conditions\": [\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 11111111\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 22222222\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 33333333\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 44444444\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 55555555\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 66666666\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 77777777\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 88888888\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 99999999\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 12345678\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 contains 00000000\",\n                                    \"error_msg\": null\n                                }\n                            ],\n                            \"description\": \"cpf_cnpj contém padrões errados\"\n                        },\n                        {\n                            \"match\": \"any\",\n                            \"result\": true,\n                            \"conditions\": [\n                                {\n                                    \"result\": true,\n                                    \"condition\": \"00777451328 length 11\",\n                                    \"error_msg\": null\n                                },\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"00777451328 length 14\",\n                                    \"error_msg\": null\n                                }\n                            ],\n                            \"description\": \"cpf_cnpj tem 11 ou 14 dígitos\"\n                        }\n                    ],\n                    \"matched_route_order\": 4\n                }\n            },\n            {\n                \"task_id\": \"0c669b5b-9aed-4ecf-a3c4-ce40fbb2e555\",\n                \"task_name\": \"http\",\n                \"end_time_epoch\": 1689166482,\n                \"task_raw_params\": {\n                    \"url\": \"http://irisapi.grupoconexao.net.br/api/ura/assinante_por_cpfcnpj\",\n                    \"auth\": null,\n                    \"data\": \"{\\n  \\\"cpfcnpj\\\" : \\\"{{cpf_cnpj}}\\\"\\n}\",\n                    \"method\": \"POST\",\n                    \"params\": {},\n                    \"verify\": true,\n                    \"headers\": {\n                        \"IntegrationSecret\": \"*********\"\n                    },\n                    \"timeout\": 20,\n                    \"data_type\": \"json\",\n                    \"variable_name\": \"cliente\",\n                    \"sensitive_request_keys\": [\n                        \"IntegrationSecret\"\n                    ],\n                    \"return_contains_sensitive_info\": false\n                },\n                \"start_time_epoch\": 1689166482,\n                \"task_description\": \"Interfocus - Consultar cliente por CPF\",\n                \"task_execution_info\": {\n                    \"status\": \"http_success\",\n                    \"error_msg\": null,\n                    \"http_status\": 200,\n                    \"request_data\": {\n                        \"url\": \"http://irisapi.grupoconexao.net.br/api/ura/assinante_por_cpfcnpj\",\n                        \"auth\": null,\n                        \"json\": {\n                            \"cpfcnpj\": \"00777451328\"\n                        },\n                        \"method\": \"POST\",\n                        \"params\": {},\n                        \"verify\": true,\n                        \"headers\": {\n                            \"IntegrationSecret\": \"*********\"\n                        },\n                        \"timeout\": 20\n                    },\n                    \"response_data\": [\n                        {\n                            \"uf\": \"CE\",\n                            \"email\": \"silvaniamaia@hotmail.com\",\n                            \"cpfcnpj\": \"007.774.513-28\",\n                            \"faturas\": [\n                                {\n                                    \"fatura\": 134669331,\n                                    \"qrcode\": \"\",\n                                    \"urlpdf\": \"https://centralassinante.grupoconexao.net.br/Pdfs/2023/06/22/PDF-14031865-3fb3437c1d224dab8e71daecf93e2dd0.pdf\",\n                                    \"idfatura\": 14031865,\n                                    \"valorjuros\": 0,\n                                    \"valormulta\": 0,\n                                    \"valordesconto\": 0,\n                                    \"datavencimento\": \"2023-07-10\",\n                                    \"linhadigitavel\": \"03399.82811  69600.000025  54464.401014  2  94070000007530\",\n                                    \"valordocumento\": 75.3,\n                                    \"numerodocumento\": \"134669331-1/1-23\",\n                                    \"contratosenvolvidos\": [\n                                        {\n                                            \"idcontrato\": 30111\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"nomebase\": \"Grupo Conexão\",\n                            \"chavebase\": \"545a2e3378bec8957149413d82253893\",\n                            \"contratos\": [\n                                {\n                                    \"cep\": \"61000000\",\n                                    \"bairro\": \"Potira\",\n                                    \"numero\": \"1163\",\n                                    \"situacao\": 2,\n                                    \"idcarteira\": 3,\n                                    \"idcontrato\": 30111,\n                                    \"logradouro\": \"RUA ARARÉ\",\n                                    \"complemento\": \"\",\n                                    \"codigoempresa\": 11,\n                                    \"diavencimento\": 10,\n                                    \"ordemservicos\": null,\n                                    \"codigocarteira\": 31,\n                                    \"manutencaonode\": false,\n                                    \"numerocontrato\": 12341,\n                                    \"idclassificacao\": null,\n                                    \"descricaocarteira\": \"IDEIA (TECNET)\",\n                                    \"descricaosituacao\": \"Conectado/Ativo\",\n                                    \"codigotipocontrato\": 31,\n                                    \"codigoclassificacao\": null,\n                                    \"descricaotipocontrato\": \"RESIDENCIAL\",\n                                    \"vencimentospermitidos\": \"06;07;08;09;10;11;\",\n                                    \"descricaoclassificacao\": null,\n                                    \"podeliberacaoconfianca\": true\n                                }\n                            ],\n                            \"telefones\": [\n                                {\n                                    \"ddd\": 85,\n                                    \"telefone\": \"985932207\"\n                                }\n                            ],\n                            \"nomecidade\": \"CAUCAIA\",\n                            \"idassinante\": 78641,\n                            \"nomeregional\": \"TECNET\",\n                            \"nomeassinante\": \"SILVANIA DE SOUSA MAIA\",\n                            \"codigoassinante\": 11911,\n                            \"data_nascimento\": \"2020-11-01\",\n                            \"idclassificacao\": null,\n                            \"codigoclassificacao\": null,\n                            \"descricaoclassificacao\": null\n                        }\n                    ]\n                }\n            },\n            {\n                \"task_id\": \"b91aebc0-4573-475d-8104-86e90cbab902\",\n                \"task_name\": \"router\",\n                \"end_time_epoch\": 1689166482,\n                \"task_raw_params\": {\n                    \"routes\": [\n                        {\n                            \"match\": \"all\",\n                            \"conditions\": [\n                                {\n                                    \"operator\": \"empty\",\n                                    \"left_value\": \"cliente\",\n                                    \"right_value\": \"\"\n                                }\n                            ],\n                            \"description\": \"cliente é vazio?\",\n                            \"next_task_id\": \"0a00799d-10f4-4099-9523-97b586e1d2c7\"\n                        },\n                        {\n                            \"match\": \"all\",\n                            \"conditions\": [\n                                {\n                                    \"operator\": \"empty\",\n                                    \"left_value\": \"cliente.contratos\",\n                                    \"right_value\": \"\"\n                                }\n                            ],\n                            \"description\": \"cliente.contratos é vazio?\",\n                            \"next_task_id\": \"0a00799d-10f4-4099-9523-97b586e1d2c7\"\n                        }\n                    ]\n                },\n                \"start_time_epoch\": 1689166482,\n                \"task_description\": \"Roteador\",\n                \"task_execution_info\": {\n                    \"matched_route\": null,\n                    \"evaluated_routes\": [\n                        {\n                            \"match\": \"all\",\n                            \"result\": false,\n                            \"conditions\": [\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"[{'chavebase': '545a2e3378bec8957149413d82253893', 'nomebase': 'Grupo Conexão', 'nomeregional': 'TECNET', 'nomecidade': 'CAUCAIA', 'uf': 'CE', 'idassinante': 78641, 'codigoassinante': 11911, 'nomeassinante': 'SILVANIA DE SOUSA MAIA', 'cpfcnpj': '007.774.513-28', 'email': 'silvaniamaia@hotmail.com', 'data_nascimento': '2020-11-01', 'idclassificacao': None, 'codigoclassificacao': None, 'descricaoclassificacao': None, 'telefones': [{'ddd': 85, 'telefone': '985932207'}], 'contratos': [{'idcontrato': 30111, 'numerocontrato': 12341, 'codigoempresa': 11, 'situacao': 2, 'descricaosituacao': 'Conectado/Ativo', 'logradouro': 'RUA ARARÉ', 'numero': '1163', 'complemento': '', 'bairro': 'Potira', 'cep': '61000000', 'podeliberacaoconfianca': True, 'diavencimento': 10, 'vencimentospermitidos': '06;07;08;09;10;11;', 'idcarteira': 3, 'codigocarteira': 31, 'descricaocarteira': 'IDEIA (TECNET)', 'idclassificacao': None, 'codigoclassificacao': None, 'descricaoclassificacao': None, 'codigotipocontrato': 31, 'descricaotipocontrato': 'RESIDENCIAL', 'manutencaonode': False, 'ordemservicos': None}], 'faturas': [{'idfatura': 14031865, 'fatura': 134669331, 'numerodocumento': '134669331-1/1-23', 'datavencimento': '2023-07-10', 'valordocumento': 75.3, 'qrcode': '', 'valormulta': 0.0, 'valorjuros': 0.0, 'valordesconto': 0.0, 'linhadigitavel': '03399.82811  69600.000025  54464.401014  2  94070000007530', 'urlpdf': 'https://centralassinante.grupoconexao.net.br/Pdfs/2023/06/22/PDF-14031865-3fb3437c1d224dab8e71daecf93e2dd0.pdf', 'contratosenvolvidos': [{'idcontrato': 30111}]}]}] empty \",\n                                    \"error_msg\": null\n                                }\n                            ],\n                            \"description\": \"cliente é vazio?\"\n                        },\n                        {\n                            \"match\": \"all\",\n                            \"result\": false,\n                            \"conditions\": [\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"cliente.contratos empty \",\n                                    \"error_msg\": null\n                                }\n                            ],\n                            \"description\": \"cliente.contratos é vazio?\"\n                        }\n                    ],\n                    \"matched_route_order\": null\n                }\n            },\n            {\n                \"task_id\": \"d215de0d-b886-42e1-ab8f-9c5da7e1f6b6\",\n                \"task_name\": \"http\",\n                \"end_time_epoch\": 1689166482,\n                \"task_raw_params\": {\n                    \"url\": \"https://sdrea3hs0k.execute-api.sa-east-1.amazonaws.com/default/alares_organizar_contrato\",\n                    \"auth\": null,\n                    \"data\": {\n                        \"cliente\": \"{{cliente|tojson}}\"\n                    },\n                    \"method\": \"POST\",\n                    \"params\": {},\n                    \"verify\": true,\n                    \"headers\": {\n                        \"x-api-key\": \"*********\"\n                    },\n                    \"timeout\": 10,\n                    \"data_type\": \"formdata\",\n                    \"variable_name\": \"status_contrato\",\n                    \"sensitive_request_keys\": [\n                        \"x-api-key\"\n                    ],\n                    \"return_contains_sensitive_info\": false\n                },\n                \"start_time_epoch\": 1689166482,\n                \"task_description\": \"Lambda - Organizar Contratos - Alares\",\n                \"task_execution_info\": {\n                    \"status\": \"http_success\",\n                    \"error_msg\": null,\n                    \"http_status\": 200,\n                    \"request_data\": {\n                        \"url\": \"https://sdrea3hs0k.execute-api.sa-east-1.amazonaws.com/default/alares_organizar_contrato\",\n                        \"auth\": null,\n                        \"data\": {\n                            \"cliente\": \"[{\\\"chavebase\\\": \\\"545a2e3378bec8957149413d82253893\\\", \\\"codigoassinante\\\": 11911, \\\"codigoclassificacao\\\": null, \\\"contratos\\\": [{\\\"bairro\\\": \\\"Potira\\\", \\\"cep\\\": \\\"61000000\\\", \\\"codigocarteira\\\": 31, \\\"codigoclassificacao\\\": null, \\\"codigoempresa\\\": 11, \\\"codigotipocontrato\\\": 31, \\\"complemento\\\": \\\"\\\", \\\"descricaocarteira\\\": \\\"IDEIA (TECNET)\\\", \\\"descricaoclassificacao\\\": null, \\\"descricaosituacao\\\": \\\"Conectado/Ativo\\\", \\\"descricaotipocontrato\\\": \\\"RESIDENCIAL\\\", \\\"diavencimento\\\": 10, \\\"idcarteira\\\": 3, \\\"idclassificacao\\\": null, \\\"idcontrato\\\": 30111, \\\"logradouro\\\": \\\"RUA ARAR\\\\u00c9\\\", \\\"manutencaonode\\\": false, \\\"numero\\\": \\\"1163\\\", \\\"numerocontrato\\\": 12341, \\\"ordemservicos\\\": null, \\\"podeliberacaoconfianca\\\": true, \\\"situacao\\\": 2, \\\"vencimentospermitidos\\\": \\\"06;07;08;09;10;11;\\\"}], \\\"cpfcnpj\\\": \\\"007.774.513-28\\\", \\\"data_nascimento\\\": \\\"2020-11-01\\\", \\\"descricaoclassificacao\\\": null, \\\"email\\\": \\\"silvaniamaia@hotmail.com\\\", \\\"faturas\\\": [{\\\"contratosenvolvidos\\\": [{\\\"idcontrato\\\": 30111}], \\\"datavencimento\\\": \\\"2023-07-10\\\", \\\"fatura\\\": 134669331, \\\"idfatura\\\": 14031865, \\\"linhadigitavel\\\": \\\"03399.82811  69600.000025  54464.401014  2  94070000007530\\\", \\\"numerodocumento\\\": \\\"134669331-1/1-23\\\", \\\"qrcode\\\": \\\"\\\", \\\"urlpdf\\\": \\\"https://centralassinante.grupoconexao.net.br/Pdfs/2023/06/22/PDF-14031865-3fb3437c1d224dab8e71daecf93e2dd0.pdf\\\", \\\"valordesconto\\\": 0.0, \\\"valordocumento\\\": 75.3, \\\"valorjuros\\\": 0.0, \\\"valormulta\\\": 0.0}], \\\"idassinante\\\": 78641, \\\"idclassificacao\\\": null, \\\"nomeassinante\\\": \\\"SILVANIA DE SOUSA MAIA\\\", \\\"nomebase\\\": \\\"Grupo Conex\\\\u00e3o\\\", \\\"nomecidade\\\": \\\"CAUCAIA\\\", \\\"nomeregional\\\": \\\"TECNET\\\", \\\"telefones\\\": [{\\\"ddd\\\": 85, \\\"telefone\\\": \\\"985932207\\\"}], \\\"uf\\\": \\\"CE\\\"}]\"\n                        },\n                        \"method\": \"POST\",\n                        \"params\": {},\n                        \"verify\": true,\n                        \"headers\": {\n                            \"x-api-key\": \"*********\"\n                        },\n                        \"timeout\": 10\n                    },\n                    \"response_data\": {\n                        \"ceps\": [\n                            \"61000000\"\n                        ],\n                        \"nome\": \"SILVANIA DE SOUSA MAIA\",\n                        \"email\": \"silvaniamaia@hotmail.com\",\n                        \"cidade\": \"CAUCAIA - CE\",\n                        \"status\": \"Normal\",\n                        \"bairros\": [\n                            \"Potira\"\n                        ],\n                        \"empresa\": \"Multiplay\",\n                        \"faturas\": [\n                            {\n                                \"fatura\": 134669331,\n                                \"qrcode\": \"\",\n                                \"urlpdf\": \"https://centralassinante.grupoconexao.net.br/Pdfs/2023/06/22/PDF-14031865-3fb3437c1d224dab8e71daecf93e2dd0.pdf\",\n                                \"idfatura\": 14031865,\n                                \"valorjuros\": 0,\n                                \"valormulta\": 0,\n                                \"valordesconto\": 0,\n                                \"datavencimento\": \"2023-07-10\",\n                                \"linhadigitavel\": \"03399.82811  69600.000025  54464.401014  2  94070000007530\",\n                                \"valordocumento\": 75.3,\n                                \"numerodocumento\": \"134669331-1/1-23\",\n                                \"contratosenvolvidos\": [\n                                    {\n                                        \"status\": \"Conectado/Ativo\",\n                                        \"idcontrato\": 30111\n                                    }\n                                ]\n                            }\n                        ],\n                        \"bloqueado\": [],\n                        \"cancelado\": [],\n                        \"chavebase\": \"545a2e3378bec8957149413d82253893\",\n                        \"contratos\": [\n                            {\n                                \"cep\": \"61000000\",\n                                \"bairro\": \"Potira\",\n                                \"numero\": \"1163\",\n                                \"situacao\": 2,\n                                \"idcarteira\": 3,\n                                \"idcontrato\": 30111,\n                                \"logradouro\": \"RUA ARARÉ\",\n                                \"complemento\": \"\",\n                                \"codigoempresa\": 11,\n                                \"diavencimento\": 10,\n                                \"ordemservicos\": null,\n                                \"codigocarteira\": 31,\n                                \"manutencaonode\": false,\n                                \"numerocontrato\": 12341,\n                                \"idclassificacao\": null,\n                                \"descricaocarteira\": \"IDEIA (TECNET)\",\n                                \"descricaosituacao\": \"Conectado/Ativo\",\n                                \"codigotipocontrato\": 31,\n                                \"codigoclassificacao\": null,\n                                \"descricaotipocontrato\": \"RESIDENCIAL\",\n                                \"vencimentospermitidos\": \"06;07;08;09;10;11;\",\n                                \"descricaoclassificacao\": null,\n                                \"podeliberacaoconfianca\": true\n                            }\n                        ],\n                        \"documento\": \"007.774.513-28\",\n                        \"resultado\": \"sucesso\",\n                        \"manutencao\": [],\n                        \"corporativo\": [],\n                        \"data_inicio\": null,\n                        \"idassinante\": 78641,\n                        \"ordemservicos\": [],\n                        \"codigocarteira\": 31,\n                        \"dados_a_liberar\": [],\n                        \"dados_bloqueado\": [],\n                        \"contrato_recente\": false,\n                        \"dados_manutencao\": [],\n                        \"status_bloqueado\": false,\n                        \"status_cancelado\": false,\n                        \"tipo_atendimento\": \"Normal\",\n                        \"contratos_com_faturas\": [\n                            30111\n                        ],\n                        \"assinantes_com_faturas\": [\n                            78641\n                        ],\n                        \"contrato_sem_liberacao\": [],\n                        \"assinantes_com_bloqueio\": []\n                    }\n                }\n            },\n            {\n                \"task_id\": \"2a0b4141-b12d-4890-a427-7db10285e949\",\n                \"task_name\": \"router\",\n                \"end_time_epoch\": 1689166482,\n                \"task_raw_params\": {\n                    \"routes\": [\n                        {\n                            \"match\": \"any\",\n                            \"conditions\": [\n                                {\n                                    \"operator\": \"empty\",\n                                    \"left_value\": \"status_contrato.contratos\",\n                                    \"right_value\": \"\"\n                                }\n                            ],\n                            \"description\": \"Nenhum contrato válido encontrado\",\n                            \"next_task_id\": \"0a00799d-10f4-4099-9523-97b586e1d2c7\"\n                        }\n                    ]\n                },\n                \"start_time_epoch\": 1689166482,\n                \"task_description\": \"Roteador\",\n                \"task_execution_info\": {\n                    \"matched_route\": null,\n                    \"evaluated_routes\": [\n                        {\n                            \"match\": \"any\",\n                            \"result\": false,\n                            \"conditions\": [\n                                {\n                                    \"result\": false,\n                                    \"condition\": \"[{'bairro': 'Potira', 'cep': '61000000', 'codigocarteira': 31, 'codigoclassificacao': None, 'codigoempresa': 11, 'codigotipocontrato': 31, 'complemento': '', 'descricaocarteira': 'IDEIA (TECNET)', 'descricaoclassificacao': None, 'descricaosituacao': 'Conectado/Ativo', 'descricaotipocontrato': 'RESIDENCIAL', 'diavencimento': 10, 'idcarteira': 3, 'idclassificacao': None, 'idcontrato': 30111, 'logradouro': 'RUA ARARÉ', 'manutencaonode': False, 'numero': '1163', 'numerocontrato': 12341, 'ordemservicos': None, 'podeliberacaoconfianca': True, 'situacao': 2, 'vencimentospermitidos': '06;07;08;09;10;11;'}] empty \",\n                                    \"error_msg\": null\n                                }\n                            ],\n                            \"description\": \"Nenhum contrato válido encontrado\"\n                        }\n                    ],\n                    \"matched_route_order\": null\n                }\n            },\n            {\n                \"task_id\": \"0e1c4339-df38-4407-9fb8-448ec69a2b1d\",\n                \"task_name\": \"http\",\n                \"end_time_epoch\": 1689166482,\n                \"task_raw_params\": {\n                    \"url\": \"https://yb91oejntk.execute-api.sa-east-1.amazonaws.com/default/alares_organizar_faturas\",\n                    \"auth\": null,\n                    \"data\": {\n                        \"faturas\": \"{{status_contrato.faturas|tojson}}\"\n                    },\n                    \"method\": \"POST\",\n                    \"params\": {},\n                    \"verify\": true,\n                    \"headers\": {\n                        \"x-api-key\": \"*********\"\n                    },\n                    \"timeout\": 10,\n                    \"data_type\": \"formdata\",\n                    \"variable_name\": \"status_faturas\",\n                    \"sensitive_request_keys\": [\n                        \"x-api-key\"\n                    ],\n                    \"return_contains_sensitive_info\": false\n                },\n                \"start_time_epoch\": 1689166482,\n                \"task_description\": \"Lambda - Organizar Faturas - Alares\",\n                \"task_execution_info\": {\n                    \"status\": \"http_success\",\n                    \"error_msg\": null,\n                    \"http_status\": 200,\n                    \"request_data\": {\n                        \"url\": \"https://yb91oejntk.execute-api.sa-east-1.amazonaws.com/default/alares_organizar_faturas\",\n                        \"auth\": null,\n                        \"data\": {\n                            \"faturas\": \"[{\\\"contratosenvolvidos\\\": [{\\\"idcontrato\\\": 30111, \\\"status\\\": \\\"Conectado/Ativo\\\"}], \\\"datavencimento\\\": \\\"2023-07-10\\\", \\\"fatura\\\": 134669331, \\\"idfatura\\\": 14031865, \\\"linhadigitavel\\\": \\\"03399.82811  69600.000025  54464.401014  2  94070000007530\\\", \\\"numerodocumento\\\": \\\"134669331-1/1-23\\\", \\\"qrcode\\\": \\\"\\\", \\\"urlpdf\\\": \\\"https://centralassinante.grupoconexao.net.br/Pdfs/2023/06/22/PDF-14031865-3fb3437c1d224dab8e71daecf93e2dd0.pdf\\\", \\\"valordesconto\\\": 0.0, \\\"valordocumento\\\": 75.3, \\\"valorjuros\\\": 0.0, \\\"valormulta\\\": 0.0}]\"\n                        },\n                        \"method\": \"POST\",\n                        \"params\": {},\n                        \"verify\": true,\n                        \"headers\": {\n                            \"x-api-key\": \"*********\"\n                        },\n                        \"timeout\": 10\n                    },\n                    \"response_data\": {\n                        \"status\": \"fatura_em_aberto\",\n                        \"faturas\": [\n                            {\n                                \"fatura\": 134669331,\n                                \"qrcode\": \"\",\n                                \"urlpdf\": \"https://centralassinante.grupoconexao.net.br/Pdfs/2023/06/22/PDF-14031865-3fb3437c1d224dab8e71daecf93e2dd0.pdf\",\n                                \"idfatura\": 14031865,\n                                \"valorjuros\": 0,\n                                \"valormulta\": 0,\n                                \"valordesconto\": 0,\n                                \"datavencimento\": \"2023-07-10\",\n                                \"linhadigitavel\": \"03399.82811  69600.000025  54464.401014  2  94070000007530\",\n                                \"valordocumento\": 75.3,\n                                \"numerodocumento\": \"134669331-1/1-23\",\n                                \"contratosenvolvidos\": [\n                                    {\n                                        \"status\": \"Conectado/Ativo\",\n                                        \"idcontrato\": 30111\n                                    }\n                                ]\n                            }\n                        ],\n                        \"resultado\": \"sucesso\",\n                        \"quantidade\": 1,\n                        \"vencimentos\": [\n                            \"10-07-2023\"\n                        ],\n                        \"codigo_barras\": true,\n                        \"todas_faturas\": [\n                            14031865\n                        ],\n                        \"linhadigitavel\": \"0 3 3 9 9 8 2 8 1 1 6 9 6 0 0 0 0 0 0 2 5 5 4 4 6 4 4 0 1 0 1 4 2 9 4 0 7 0 0 0 0 0 0 7 5 3 0\"\n                    }\n                }\n            },\n            {\n                \"task_id\": \"9e5d4638-c0f0-4bfc-9f83-c0cff4cb31fd\",\n                \"task_name\": \"playback\",\n                \"end_time_epoch\": 1689166488,\n                \"task_raw_params\": {\n                    \"audio_url\": \"https://grupo-conexao.evolux.io/api/v1/audio/listen/38?token=*********\"\n                },\n                \"start_time_epoch\": 1689166482,\n                \"task_description\": \"Cadastro Encontrado\",\n                \"task_execution_info\": {\n                    \"audio_url\": \"https://grupo-conexao.evolux.io/api/v1/audio/listen/38?token=*********\"\n                }\n            },\n            {\n                \"task_id\": \"99b1cf17-4ded-4208-9cfd-5258a02a569c\",\n                \"task_name\": \"bindprotocol\",\n                \"end_time_epoch\": 1689166488,\n                \"task_raw_params\": {\n                    \"feature_enabled\": true,\n                    \"protocol_number\": \"{{status_contrato.idassinante}}\"\n                },\n                \"start_time_epoch\": 1689166488,\n                \"task_description\": \"Vincular Protocolo - ID do Cliente\",\n                \"task_execution_info\": {\n                    \"protocol_number\": \"78641\"\n                }\n            },\n            {\n                \"task_id\": \"9359df5f-c4ae-46ea-87a4-e89c4bf90ba3\",\n                \"task_name\": \"callinfo\",\n                \"end_time_epoch\": 1689166489,\n                \"task_raw_params\": {\n                    \"items\": [\n                        {\n                            \"type\": \"text\",\n                            \"label\": \"Nome\",\n                            \"value\": \"{{ status_contrato.nome }}\"\n                        },\n                        {\n                            \"type\": \"text\",\n                            \"label\": \"CPF/CNPJ\",\n                            \"value\": \"{{ status_contrato.documento }}\"\n                        },\n                        {\n                            \"type\": \"text\",\n                            \"label\": \"Cidade\",\n                            \"value\": \"{{ status_contrato.cidade }}\"\n                        },\n                        {\n                            \"type\": \"text\",\n                            \"label\": \"ID do Assinante\",\n                            \"value\": \"{{ status_contrato.idassinante }}\"\n                        }\n                    ]\n                },\n                \"start_time_epoch\": 1689166488,\n                \"task_description\": \"Dados do Cliente\",\n                \"task_execution_info\": {\n                    \"error_msg\": null,\n                    \"request_data\": [\n                        {\n                            \"type\": \"text\",\n                            \"label\": \"Nome\",\n                            \"value\": \"SILVANIA DE SOUSA MAIA\"\n                        },\n                        {\n                            \"type\": \"text\",\n                            \"label\": \"CPF/CNPJ\",\n                            \"value\": \"007.774.513-28\"\n                        },\n                        {\n                            \"type\": \"text\",\n                            \"label\": \"Cidade\",\n                            \"value\": \"CAUCAIA - CE\"\n                        },\n                        {\n                            \"type\": \"text\",\n                            \"label\": \"ID do Assinante\",\n                            \"value\": \"78641\"\n                        }\n                    ],\n                    \"response_data\": \"OK\"\n                }\n            },\n            {\n                \"task_id\": \"55eac2bf-1547-4452-94e7-12c8feae2d7f\",\n                \"task_name\": \"transfer\",\n                \"end_time_epoch\": 1689166489,\n                \"task_raw_params\": {\n                    \"context\": \"out-extensions\",\n                    \"variables\": {},\n                    \"extra_data\": {\n                        \"call_flow_project_id\": 4,\n                        \"call_flow_project_name\": \"v2.0 - URA Alares\"\n                    },\n                    \"destination_id\": \"1391\",\n                    \"destination_name\": \"v2.0 - Classifica Cliente\",\n                    \"destination_type\": \"call_flow\",\n                    \"destination_number\": \"11110006\"\n                },\n                \"start_time_epoch\": 1689166489,\n                \"task_description\": \"Fluxo Classifica Cliente\",\n                \"task_execution_info\": {\n                    \"context\": \"out-extensions\",\n                    \"destination_number\": \"11110006\"\n                }\n            }\n        ],\n        \"studio_version\": \"cd4f8c5\",\n        \"exit_time_epoch\": 1689166489,\n        \"caller_id_number\": \"085985932207\",\n        \"enter_time_epoch\": 1689166464,\n        \"call_flow_version\": 16,\n        \"destination_number\": \"558510600\",\n        \"system_hangup_reason\": null,\n        \"hangup_classification\": null,\n        \"exit_transfer_destination\": \"11110006\",\n        \"exit_transfer_destination_id\": 1391\n    }\n}"}],"_postman_id":"a3848425-7933-4b5f-940f-799f70fc09f8"},{"name":"Relatórios - Histórico de Login","id":"294be829-ff3c-418a-a304-a6a89f4750bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/report/logon?start_date=2023-09-13T03%3A00%3A00.000Z&end_date=2023-09-14T02%3A59%3A59.999Z&agent_id=queue-all","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/208928829\">Documentação</a></p>\n","urlObject":{"path":["api","v1","report","logon"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Data inciial, em dd/mm/yyyy, yyyy-mm-dd ou ISO 8601</p>\n","type":"text/plain"},"key":"start_date","value":"2023-09-13T03%3A00%3A00.000Z"},{"description":{"content":"<p>Data final, em dd/mm/yyyy, yyyy-mm-dd ou ISO 8601</p>\n","type":"text/plain"},"key":"end_date","value":"2023-09-14T02%3A59%3A59.999Z"},{"description":{"content":"<p>ID do agente ou todos (queue-all)</p>\n","type":"text/plain"},"key":"agent_id","value":"queue-all"}],"variable":[]}},"response":[{"id":"d119bd63-2afb-49be-9604-ef50d31cccb3","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/logon?agent_id=64","host":["{{url}}"],"path":["api","v1","report","logon"],"query":[{"key":"start_date","value":"2022-04-13T03%3A00%3A00.000Z","description":"Data inciial, em dd/mm/yyyy, yyyy-mm-dd ou ISO 8601","disabled":true},{"key":"end_date","value":"2022-04-14T02%3A59%3A59.999Z","description":"Data final, em dd/mm/yyyy, yyyy-mm-dd ou ISO 8601","disabled":true},{"key":"agent_id","value":"64","description":"ID do agente ou todos (queue-all)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 20:35:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"690"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 20:35:13 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"params\": {\n        \"agent_id\": \"64\"\n    },\n    \"data\": [\n        {\n            \"extension\": \"sip/9062\",\n            \"time_login\": \"2022-05-13T19:17:57+00:00\",\n            \"time_logoff\": \"2022-05-13T19:35:29+00:00\",\n            \"agent\": {\n                \"id\": 64,\n                \"name\": \"Luke Skywalker\",\n                \"login\": \"luke.skywalker\"\n            },\n            \"queues\": [\n                {\n                    \"id\": 87,\n                    \"name\": \"Teste-Evolux\"\n                }\n            ],\n            \"logoff_reason\": null\n        }\n    ],\n    \"pagination\": {\n        \"items\": 1,\n        \"total\": 1,\n        \"limit\": 100,\n        \"max_limit\": 100,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/report/logon?agent_id=64&page=1\",\n        \"first_url\": \"https://evolux.evolux.io/api/v1/report/logon?agent_id=64&page=1\",\n        \"last_url\": \"https://evolux.evolux.io/api/v1/report/logon?agent_id=64&page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"},{"id":"059427b7-a39c-44ee-91a5-1781fc6326a0","name":"Operador não existe","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/logon?agent_id=646","host":["{{url}}"],"path":["api","v1","report","logon"],"query":[{"key":"start_date","value":"2022-04-13T03%3A00%3A00.000Z","description":"Data inciial, em dd/mm/yyyy, yyyy-mm-dd ou ISO 8601","disabled":true},{"key":"end_date","value":"2022-04-14T02%3A59%3A59.999Z","description":"Data final, em dd/mm/yyyy, yyyy-mm-dd ou ISO 8601","disabled":true},{"key":"agent_id","value":"646","description":"ID do agente ou todos (queue-all)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 20:35:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"313"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 20:35:30 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"params\": {\n        \"agent_id\": \"646\"\n    },\n    \"data\": [],\n    \"pagination\": {\n        \"items\": 0,\n        \"total\": 0,\n        \"limit\": 100,\n        \"max_limit\": 100,\n        \"current_url\": \"https://evolux.evolux.io/api/v1/report/logon?agent_id=646&page=1\",\n        \"first_url\": null,\n        \"last_url\": null,\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"}],"_postman_id":"294be829-ff3c-418a-a304-a6a89f4750bd"},{"name":"Relatórios - Produtividade de Operadores","id":"033d0a2c-2f10-4088-9c84-e158d24c0bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/report/agents_performance?start_date=2023-05-31T03%3A00%3A00.000Z&end_date=2023-06-01T02%3A59%3A59.999Z&entity=queues&queue_or_group=queues&queue_id=108&queue_id=85&queue_id=136&agent_ids=all","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/75467285\">Documentação</a></p>\n","urlObject":{"path":["api","v1","report","agents_performance"],"host":["{{url}}"],"query":[{"key":"start_date","value":"2023-05-31T03%3A00%3A00.000Z"},{"key":"end_date","value":"2023-06-01T02%3A59%3A59.999Z"},{"key":"entity","value":"queues"},{"key":"queue_or_group","value":"queues"},{"key":"queue_id","value":"108"},{"key":"queue_id","value":"85"},{"key":"queue_id","value":"136"},{"key":"agent_ids","value":"all"}],"variable":[]}},"response":[{"id":"b944dbe9-f37c-4333-b300-53af47604606","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/agents_performance?start_date=2022-05-12T03%3A00%3A00.000Z&end_date=2022-05-14T02%3A59%3A59.999Z&queue_ids=all&agent_ids=64","host":["{{url}}"],"path":["api","v1","report","agents_performance"],"query":[{"key":"start_date","value":"2022-05-12T03%3A00%3A00.000Z","description":"Data Inicial"},{"key":"end_date","value":"2022-05-14T02%3A59%3A59.999Z","description":"Data Final"},{"key":"entity","value":"queues","description":"Entidade","disabled":true},{"key":"queue_or_group","value":"queues","description":"Fila ou Grupo?","disabled":true},{"key":"queue_ids","value":"all","description":"ID das filas (Obrigatório)"},{"key":"agent_ids","value":"64","description":"ID dos operadores"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 20:37:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1011"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 20:37:42 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"params\": {\n        \"start_date\": \"2022-05-12T03:00:00.000Z\",\n        \"end_date\": \"2022-05-14T02:59:59.999Z\",\n        \"queue_group_ids\": [],\n        \"queue_ids\": [\n            1,\n            85,\n            38,\n            7,\n            109,\n            83,\n            84,\n            57,\n            45,\n            20,\n            2,\n            70,\n            108,\n            87,\n            119,\n            118\n        ],\n        \"export_format\": null,\n        \"agent_ids\": [\n            64\n        ]\n    },\n    \"data\": [\n        {\n            \"id\": 64,\n            \"name\": \"Luke Skywalker\",\n            \"login\": \"luke.skywalker\",\n            \"logon\": \"22:18:53\",\n            \"idleness\": \"22:03:59\",\n            \"percentage_occupied\": \"1.11%\",\n            \"pause_total\": \"00:06:13\",\n            \"productive_pause\": \"00:06:13\",\n            \"unproductive_pause\": \"00:00:00\",\n            \"total_in_calls\": 1,\n            \"total_in_duration\": \"00:00:15\",\n            \"att\": \"00:00:15\",\n            \"total_out_completed_calls\": 9,\n            \"total_out_completed_duration\": \"00:02:17\",\n            \"out_completed_att\": \"00:00:15\",\n            \"total_out_completed_ringing\": \"00:01:30\",\n            \"total_out_not_completed_calls\": 14,\n            \"total_out_not_completed_duration\": \"00:03:57\",\n            \"total_campaign_calls\": 1,\n            \"total_campaign_duration\": \"00:00:39\",\n            \"campaign_att\": \"00:00:39\",\n            \"attempts\": 0,\n            \"logout_by_attempts_threshold\": 0,\n            \"disconnection_rate\": \"50.0%\"\n        }\n    ]\n}"},{"id":"2d3ffb9f-48ff-4691-83bb-14a16fcede67","name":"Faltam parâmetros","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/report/agents_performance?agent_ids=64","host":["{{url}}"],"path":["api","v1","report","agents_performance"],"query":[{"key":"start_date","value":"2022-04-13T03%3A00%3A00.000Z","description":"Data Inicial","disabled":true},{"key":"end_date","value":"2022-04-14T02%3A59%3A59.999Z","description":"Data Final","disabled":true},{"key":"entity","value":"queues","description":"Entidade","disabled":true},{"key":"queue_or_group","value":"queues","description":"Fila ou Grupo?","disabled":true},{"key":"queue_ids","value":"all","description":"ID das filas","disabled":true},{"key":"agent_ids","value":"64","description":"ID dos operadores"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 20:36:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 20:36:04 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Missing Params.\"\n    }\n}"}],"_postman_id":"033d0a2c-2f10-4088-9c84-e158d24c0bf7"},{"name":"Relatórios - QA -  Avaliações","id":"8a820eaa-8aea-49f2-a6e6-d1aaf7cef073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/qa/report?start_date=2024-04-22T03%3A00%3A00.000Z&end_date=2024-04-27T02%3A59%3A59.999Z&generate_report=true&questionnaire_id=all&agent_id=all&queue_id=all","urlObject":{"path":["api","v1","qa","report"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Dia Inicial</p>\n","type":"text/plain"},"key":"start_date","value":"2024-04-22T03%3A00%3A00.000Z"},{"description":{"content":"<p>Dia final</p>\n","type":"text/plain"},"key":"end_date","value":"2024-04-27T02%3A59%3A59.999Z"},{"key":"generate_report","value":"true"},{"description":{"content":"<p>ID do questionário</p>\n","type":"text/plain"},"key":"questionnaire_id","value":"all"},{"description":{"content":"<p>ID do Agente</p>\n","type":"text/plain"},"key":"agent_id","value":"all"},{"description":{"content":"<p>ID da fila</p>\n","type":"text/plain"},"key":"queue_id","value":"all"},{"disabled":true,"description":{"content":"<p>Resultados por página</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Número da Página</p>\n","type":"text/plain"},"key":"page","value":""}],"variable":[]}},"response":[{"id":"c197843f-d480-4818-9f25-8bd5889b11b6","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/qa/report?start_date=2022-05-12T03%3A00%3A00.000Z&end_date=2022-05-13T02%3A59%3A59.999Z&queue_ids&agent_ids","host":["{{url}}"],"path":["api","v1","qa","report"],"query":[{"key":"start_date","value":"2022-05-12T03%3A00%3A00.000Z","description":"Dia Inicial"},{"key":"end_date","value":"2022-05-13T02%3A59%3A59.999Z","description":"Dia final"},{"key":"limit","value":null,"description":"Resultados por página","disabled":true},{"key":"page","value":null,"description":"Número da Página","disabled":true},{"key":"questionnaire_ids","value":null,"type":"text","disabled":true},{"key":"queue_ids","value":null},{"key":"agent_ids","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:57:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17444"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 19:57:14 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"agent_id\": 1,\n            \"agent_name\": \"Operador Evolux\",\n            \"user_id\": 2,\n            \"user_name\": \"Avaliador Evolux\",\n            \"name\": \"Questionário-01\",\n            \"datetime\": \"2023-10-10T15:58:37+00:00\",\n            \"result\": 10.0,\n            \"comment\": \"\",\n            \"queue\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Fila de Exemplo\"\n                }\n            ],\n            \"sections\": {\n                \"Saudação\": {\n                    \"result\": 10.0,\n                    \"questions\": {\n                        \"Saudação bem executada?\": \"10\"\n                    }\n                },\n                \"Atendimento\": {\n                    \"result\": 10.0,\n                    \"questions\": {\n                        \"Atendimento com Atenção?\": \"10\"\n                    }\n                },\n                \"Encerramento\": {\n                    \"result\": 10.0,\n                    \"questions\": {\n                        \"Cliente foi para pesquisa?\": \"10\"\n                    }\n                }\n            }\n        }\n    ],\n    \"pagination\": {\n        \"items\": 1,\n        \"total\": 1,\n        \"limit\": 30,\n        \"max_limit\": 30,\n        \"current_url\": \"https://example.evolux.net.br/api/v1/qa/report?start_date=2023-10-10&end_date=2023-10-13&page=1\",\n        \"first_url\": \"https://example.evolux.net.br/api/v1/qa/report?start_date=2023-10-10&end_date=2023-10-13&page=1\",\n        \"last_url\": \"https://example.evolux.net.br/api/v1/qa/report?start_date=2023-10-10&end_date=2023-10-13&page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"},{"id":"11cf10d1-bdb6-4593-ad81-fcd4f3698df9","name":"Data inválida","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/qa/report?start_date=2022-05-13T03%3A00%3A00.000Z&end_date=2021-05-13T03%3A00%3A00.000Z","host":["{{url}}"],"path":["api","v1","qa","report"],"query":[{"key":"start_date","value":"2022-05-13T03%3A00%3A00.000Z","description":"Dia Inicial"},{"key":"end_date","value":"2021-05-13T03%3A00%3A00.000Z","description":"Número da Página"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Fri, 13 May 2022 19:59:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Set-cookie","value":"evolux=a915eaa21908b3e1a8981a0eaf3d287466c6193a0198dc8dbddc42bba6dd5f08224187f3; expires=qui, 13-mai-2021 19:59:29 GMT; Path=/; SameSite=None; Secure"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Invalid date range selected\"\n    }\n}"},{"id":"8707e7a3-0f28-40a3-bbb2-271f0329a4d5","name":"Relatórios - QA -  Avaliações","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/qa/report?start_date=2023-10-10&end_date=2023-10-13","host":["{{url}}"],"path":["api","v1","qa","report"],"query":[{"key":"start_date","value":"2023-10-10","description":"Dia Inicial"},{"key":"end_date","value":"2023-10-13","description":"Dia final"},{"key":"questionnaire_ids","value":"","description":"ID do questionário","disabled":true},{"key":"agent_ids","value":"","description":"ID do Agente","disabled":true},{"key":"queue_ids","value":"","description":"ID da fila","disabled":true},{"key":"limit","value":"","description":"Resultados por página","disabled":true},{"key":"page","value":"","description":"Número da Página","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Oct 2023 19:22:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1044"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"agent_id\": 1,\n            \"agent_name\": \"Operador Evolux\",\n            \"user_id\": 2,\n            \"user_name\": \"Avaliador Evolux\",\n            \"name\": \"Questionário-01\",\n            \"datetime\": \"2023-10-10T15:58:37+00:00\",\n            \"result\": 10.0,\n            \"comment\": \"\",\n            \"queue\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Fila de Exemplo\"\n                }\n            ],\n            \"sections\": {\n                \"Saudação\": {\n                    \"result\": 10.0,\n                    \"questions\": {\n                        \"Saudação bem executada?\": \"10\"\n                    }\n                },\n                \"Atendimento\": {\n                    \"result\": 10.0,\n                    \"questions\": {\n                        \"Atendimento com Atenção?\": \"10\"\n                    }\n                },\n                \"Encerramento\": {\n                    \"result\": 10.0,\n                    \"questions\": {\n                        \"Cliente foi para pesquisa?\": \"10\"\n                    }\n                }\n            }\n        }\n    ],\n    \"pagination\": {\n        \"items\": 1,\n        \"total\": 1,\n        \"limit\": 30,\n        \"max_limit\": 30,\n        \"current_url\": \"https://example.evolux.net.br/api/v1/qa/report?start_date=2023-10-10&end_date=2023-10-13&page=1\",\n        \"first_url\": \"https://example.evolux.net.br/api/v1/qa/report?start_date=2023-10-10&end_date=2023-10-13&page=1\",\n        \"last_url\": \"https://example.evolux.net.br/api/v1/qa/report?start_date=2023-10-10&end_date=2023-10-13&page=1\",\n        \"prev_url\": null,\n        \"next_url\": null\n    }\n}"}],"_postman_id":"8a820eaa-8aea-49f2-a6e6-d1aaf7cef073"}],"id":"efd49c88-419d-4e6e-9a9d-bd38ecf4920b","_postman_id":"efd49c88-419d-4e6e-9a9d-bd38ecf4920b","description":""},{"name":"Tarefas","item":[{"name":"Tarefas - Verificando Status de uma tarefa assíncrona","id":"93f157c2-132a-4599-b503-5ef231399bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/tasks/{{task_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/2725707846\">Documentação</a></p>\n","urlObject":{"path":["api","v1","tasks","{{task_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5bbd73ee-6802-49bc-94c5-eea8754d5b3b","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/tasks/9903837187aa43feacd15e3e88079d50"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:24:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"196"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"task_id\": \"9903837187aa43feacd15e3e88079d50\",\n        \"status\": \"SUCCESS\",\n        \"result\": \"1 Assinantes criados, 0 atualizados, 0 deletados e 0 falharam.\"\n    }\n}"},{"id":"1c0f50cd-d80d-464e-bf18-f239ad9f00b0","name":"Não encontrada","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/tasks/33333"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:27:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"Task not found.\"\n    }\n}"}],"_postman_id":"93f157c2-132a-4599-b503-5ef231399bda"}],"id":"62888672-18c4-4684-a9c3-015071c6d78f","_postman_id":"62888672-18c4-4684-a9c3-015071c6d78f","description":""},{"name":"Tenant","item":[{"name":"Tenant - Criar um Tenant","id":"8009d260-d164-40cb-a24e-5e000ae5d952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/api/v1/tenants?name&domain&timezone&language&email&country&feature_plan_id&configs","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/629997612/API+-+Tenant\">Documentação</a></p>\n","urlObject":{"path":["api","v1","tenants"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Obrigatório</p>\n","type":"text/plain"},"key":"name","value":null},{"description":{"content":"<p>Obrigatório</p>\n","type":"text/plain"},"key":"domain","value":null},{"description":{"content":"<p>Obrigatório</p>\n","type":"text/plain"},"key":"timezone","value":null},{"description":{"content":"<p>Obrigatório</p>\n","type":"text/plain"},"key":"language","value":null},{"description":{"content":"<p>Obrigatório</p>\n","type":"text/plain"},"key":"email","value":null},{"description":{"content":"<p>Obrigatório</p>\n","type":"text/plain"},"key":"country","value":null},{"description":{"content":"<p>Obrigatório</p>\n","type":"text/plain"},"key":"feature_plan_id","value":null},{"description":{"content":"<p>Opcional</p>\n","type":"text/plain"},"key":"configs","value":null}],"variable":[]}},"response":[],"_postman_id":"8009d260-d164-40cb-a24e-5e000ae5d952"},{"name":"Tenant - Mudar o Plano de Discagem de um Tenant","id":"59585464-44c3-4670-ab64-5d01ad8b66df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/api/v1/tenants/{{tenant_id}}/feature_plan?feature_plan_id","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/629997612/API+-+Tenant\">Documentação</a></p>\n","urlObject":{"path":["api","v1","tenants","{{tenant_id}}","feature_plan"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Obrigatório</p>\n","type":"text/plain"},"key":"feature_plan_id","value":null}],"variable":[]}},"response":[],"_postman_id":"59585464-44c3-4670-ab64-5d01ad8b66df"}],"id":"3fdbbb43-c349-44b4-82a8-879432b59091","_postman_id":"3fdbbb43-c349-44b4-82a8-879432b59091","description":""},{"name":"Usuários","item":[{"name":"Usuários - Criar um Usuário","id":"432f91ad-adb6-4cf4-9614-be6c7d67403b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users?display_name=&user_name=&email=&password=&user_group=&extension_group=","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/537264163\">Documentação</a></p>\n","urlObject":{"path":["api","v1","users"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Nome de exibição</p>\n","type":"text/plain"},"key":"display_name","value":""},{"description":{"content":"<p>Login</p>\n","type":"text/plain"},"key":"user_name","value":""},{"description":{"content":"<p>Endereço de e-mail</p>\n","type":"text/plain"},"key":"email","value":""},{"description":{"content":"<p>Senha</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>ID do Grupo de Usuário</p>\n","type":"text/plain"},"key":"user_group","value":""},{"description":{"content":"<p>Grupo de ramais gerenciado pelo usuário</p>\n","type":"text/plain"},"key":"extension_group","value":""}],"variable":[]}},"response":[{"id":"6ca179bd-3c68-46e1-8d96-d334368223cb","name":"Falta parâmetro","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/users?display_name=Teste Evolux 2&user_name=teste.evolux.2&email=noreply@evolux.net.br&user_group=support&extension_group=Suporte","host":["{{url}}"],"path":["api","v1","users"],"query":[{"key":"display_name","value":"Teste Evolux 2","description":"Nome de exibição"},{"key":"user_name","value":"teste.evolux.2","description":"Login"},{"key":"email","value":"noreply@evolux.net.br","description":"Endereço de e-mail"},{"key":"password","value":"","description":"Senha","disabled":true},{"key":"user_group","value":"support","description":"ID do Grupo de Usuário"},{"key":"extension_group","value":"Suporte","description":"Grupo de ramais gerenciado pelo usuário"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:29:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 400,\n        \"message\": \"Missing password param.\"\n    }\n}"}],"_postman_id":"432f91ad-adb6-4cf4-9614-be6c7d67403b"},{"name":"Usuário - Lista Usuários","id":"24bfd6fc-40bf-4dc6-87e1-8eed60fe5c5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/537264163\">Documentação</a></p>\n","urlObject":{"path":["api","v1","users",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"37c4c9ad-cc44-4ce2-9b7f-b6791ba81b91","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:32:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3786"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": [\n        {\n            \"user_name\": \"manager\",\n            \"display_name\": \"Manager - View and Listen CDR Calls\",\n            \"mfa_enabled\": false,\n            \"id\": 2,\n            \"email\": \"manager@somedomain.com\",\n            \"groups\": [],\n            \"extension_groups\": []\n        },\n        {\n            \"user_name\": \"supervisor\",\n            \"display_name\": \"Supervisor - View and Listen CDR Calls\",\n            \"mfa_enabled\": false,\n            \"id\": 3,\n            \"email\": \"supervisor@somedomain.com\",\n            \"groups\": [\n                4\n            ],\n            \"extension_groups\": []\n        },\n        {\n            \"user_name\": \"evolux.relatorios\",\n            \"display_name\": \"Evolux Relatórios\",\n            \"mfa_enabled\": false,\n            \"id\": 31,\n            \"email\": \"teste4@evolux.net.br\",\n            \"groups\": [\n                7\n            ],\n            \"extension_groups\": [\n                3,\n                6,\n                2,\n                7,\n                5,\n                4,\n                1\n            ]\n        }\n    ]\n}"}],"_postman_id":"24bfd6fc-40bf-4dc6-87e1-8eed60fe5c5a"},{"name":"Usuário - Filtra Usuário","id":"1ddeba10-4552-49fb-9456-42a6d39a07ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/{{user_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/537264163\">Documentação</a></p>\n","urlObject":{"path":["api","v1","users","{{user_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3997b3fd-a697-4217-a1e2-236d8dcfeb27","name":"Sucesso","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:33:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"214"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"OK\"\n    },\n    \"data\": {\n        \"user_name\": \"admin\",\n        \"display_name\": \"Operational Admin\",\n        \"mfa_enabled\": false,\n        \"id\": 1,\n        \"email\": \"admin@somedomain.com\",\n        \"groups\": [\n            2\n        ],\n        \"extension_groups\": []\n    }\n}"},{"id":"e3c3727d-b16e-4ee2-8816-3683047945ae","name":"Não encontrado","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/155"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:34:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"User not found.\"\n    }\n}"}],"_postman_id":"1ddeba10-4552-49fb-9456-42a6d39a07ed"},{"name":"Usuário - Editar Usuário","id":"9855d67d-227d-4011-a724-b0a51162949f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/{{user_id}}?display_name=&user_name=&email=&password=&user_group=&extension_groups=","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/537264163\">Documentação</a></p>\n","urlObject":{"path":["api","v1","users","{{user_id}}"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Nome de Exibição</p>\n","type":"text/plain"},"key":"display_name","value":""},{"description":{"content":"<p>Login</p>\n","type":"text/plain"},"key":"user_name","value":""},{"description":{"content":"<p>Endereço de e-mail</p>\n","type":"text/plain"},"key":"email","value":""},{"description":{"content":"<p>Senha</p>\n","type":"text/plain"},"key":"password","value":""},{"description":{"content":"<p>ID do Grupo de Usuário</p>\n","type":"text/plain"},"key":"user_group","value":""},{"description":{"content":"<p>Grupo de Ramais gerenciado pelo usuário</p>\n","type":"text/plain"},"key":"extension_groups","value":""}],"variable":[]}},"response":[{"id":"e5905f1e-b799-4b26-a515-c9c4b8bceb9b","name":"Sucesso","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"{{url}}/api/v1/users/25?display_name=Teste Evolux 2","host":["{{url}}"],"path":["api","v1","users","25"],"query":[{"key":"display_name","value":"Teste Evolux 2","description":"Nome de Exibição"},{"key":"user_name","value":"","description":"Login","disabled":true},{"key":"email","value":"","description":"Endereço de e-mail","disabled":true},{"key":"password","value":"","description":"Senha","disabled":true},{"key":"user_group","value":"","description":"ID do Grupo de Usuário","disabled":true},{"key":"extension_groups","value":"","description":"Grupo de Ramais gerenciado pelo usuário","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:35:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"240"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"User updated successfully\"\n    },\n    \"data\": {\n        \"user_name\": \"teste.evolux\",\n        \"display_name\": \"Teste\",\n        \"mfa_enabled\": false,\n        \"id\": 25,\n        \"email\": \"senha12345678@evolux.net.br\",\n        \"groups\": [\n            4\n        ],\n        \"extension_groups\": []\n    }\n}"}],"_postman_id":"9855d67d-227d-4011-a724-b0a51162949f"},{"name":"Usuário - Arquiva Usuário","id":"9ad2be61-847d-4e65-8098-75d3987d1f8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/{{user_id}}","description":"<p><a href=\"https://evolux.atlassian.net/wiki/spaces/DOC/pages/537264163\">Documentação</a></p>\n","urlObject":{"path":["api","v1","users","{{user_id}}"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1a5ca2c7-738f-456c-baf6-7749547589f1","name":"Sucesso","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/25"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:37:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"240"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 200,\n        \"message\": \"User deleted successfully\"\n    },\n    \"data\": {\n        \"user_name\": \"teste.evolux\",\n        \"display_name\": \"Teste\",\n        \"mfa_enabled\": false,\n        \"id\": 25,\n        \"email\": \"senha12345678@evolux.net.br\",\n        \"groups\": [\n            4\n        ],\n        \"extension_groups\": []\n    }\n}"},{"id":"88922098-ce14-407e-a7a5-443bd543c273","name":"Não encontrado ou inativo","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"{{url}}/api/v1/users/25"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 12 May 2022 21:37:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Permissions-Policy","value":"microphone=(*)"},{"key":"X-Frame-Options","value":"ALLOW-FROM *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' *.lightning.force.com *.visualforce.com *.salesforce.com *.zdusercontent.com *.zendesk.com *.evolux.net.br *.evolux.io *.callwe.io *.hubspot.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"status\": 404,\n        \"message\": \"User not found.\"\n    }\n}"}],"_postman_id":"9ad2be61-847d-4e65-8098-75d3987d1f8d"}],"id":"396f19a5-6129-422f-ae07-5c5c4dd45628","_postman_id":"396f19a5-6129-422f-ae07-5c5c4dd45628","description":""},{"name":"Chat","item":[{"name":"Campanhas - Importação em Massa - Via JSON","event":[{"listen":"test","script":{"id":"d58e7f2a-d465-4c25-9c08-6090f950877d","exec":["// Fixed the variable reference issue","pm.test(\"Response status code is 202\", function () {","    pm.response.to.have.status(202);","});","","pm.test(\"Response has data, message, and status properties\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData).to.have.property('data');","    pm.expect(jsonData).to.have.property('message');","    pm.expect(jsonData).to.have.property('status');","});","","pm.test(\"Save taskID from response\", function () {","    var data = pm.response.json().data;","    pm.globals.set(\"taskID\", data);","    var urlChat = pm.collectionVariables.get(\"urlchat\");","    var campaign_uuid = pm.collectionVariables.get(\"campaign_uuid\");","    urlTask = urlChat + '/api/v1/campaign/'+ campaign_uuid +'/tasks/'+ data","    pm.globals.set(\"urlTask\", urlTask);","});","","pm.sendRequest(urlTask, function (err, response) {","    console.log(response.json());","    pm.globals.set(\"taskResponse\", {ignored: response.json().counters.ignored, imported: response.json().counters.imported, imported_with_error: response.json().counters.imported_with_error, valid_subscriber_count: response.json().counters.valid_subscriber_count})","});","var template = `","<h3>Resultado da Importação</h3>","<p>Importados: {{response.imported}}</p>","<p>Importados (com algum erro): {{response.imported_with_error}}</p>","<p>Ignorados: {{response.ignored}}</p>","<p>Total de Assinantes na Campanha: {{response.valid_subscriber_count}}</p>","`;","","function constructVisualizerPayload() {","    return {response: pm.globals.get(\"taskResponse\")}","}","","pm.globals.get(\"variable_key\");","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"66bbd343-03ae-4026-b25d-9572a9341360","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{tokenchat}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"phone\": \"5584981298134\",\n    \"name\": \"Fulano de Tal\",\n    \"parameter1\": \"Parametro 1\",\n    \"parameter2\": \"Parametro 2\",\n    \"parameter3\": \"Parametro 3\",\n    \"CPF\": \"111.111.111-11\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{urlchat}}/api/v1/campaign/{{campaign_uuid}}/subscribers","urlObject":{"path":["api","v1","campaign","{{campaign_uuid}}","subscribers"],"host":["{{urlchat}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66bbd343-03ae-4026-b25d-9572a9341360"},{"name":"Campanhas - Importação em Massa - Via CSV","event":[{"listen":"test","script":{"id":"a52cad2b-9dae-40cb-b331-41bbdc992ca6","exec":["// Fixed the variable reference issue","pm.test(\"Response status code is 202\", function () {","    pm.response.to.have.status(202);","});","","pm.test(\"Response has data, message, and status properties\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData).to.have.property('data');","    pm.expect(jsonData).to.have.property('message');","    pm.expect(jsonData).to.have.property('status');","});","","pm.test(\"Save taskID from response\", function () {","    var data = pm.response.json().data;","    pm.globals.set(\"taskID\", data);","    var urlChat = pm.collectionVariables.get(\"urlchat\");","    var campaign_uuid = pm.collectionVariables.get(\"campaign_uuid\");","    urlTask = urlChat + '/api/v1/campaign/'+ campaign_uuid +'/tasks/'+ data","    pm.globals.set(\"urlTask\", urlTask);","});","","pm.sendRequest(urlTask, function (err, response) {","    console.log(response.json());","    pm.globals.set(\"taskResponse\", {ignored: response.json().counters.ignored, imported: response.json().counters.imported, imported_with_error: response.json().counters.imported_with_error, valid_subscriber_count: response.json().counters.valid_subscriber_count})","});","var template = `","<h3>Resultado da Importação</h3>","<p>Importados: {{response.imported}}</p>","<p>Importados (com algum erro): {{response.imported_with_error}}</p>","<p>Ignorados: {{response.ignored}}</p>","<p>Total de Assinantes na Campanha: {{response.valid_subscriber_count}}</p>","`;","","function constructVisualizerPayload() {","    return {response: pm.globals.get(\"taskResponse\")}","}","","pm.globals.get(\"variable_key\");","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{}}}],"id":"7fca4fad-a538-47a5-8e61-abc444ce4544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{tokenchat}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"olKXfCytH/subscriber_template.csv"}]},"url":"{{urlchat}}/api/v1/campaign/{{campaign_uuid}}/subscribers","urlObject":{"path":["api","v1","campaign","{{campaign_uuid}}","subscribers"],"host":["{{urlchat}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fca4fad-a538-47a5-8e61-abc444ce4544"},{"name":"Campanhas - Status da Tarefa de Importação","id":"d298e1af-299f-4b9b-a255-bb6442acd234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{tokenchat}}"},"isInherited":false},"method":"GET","header":[],"url":"{{urlchat}}/api/v1/campaign/{{campaign_uuid}}/tasks/{{task_id.data}}","urlObject":{"path":["api","v1","campaign","{{campaign_uuid}}","tasks","{{task_id.data}}"],"host":["{{urlchat}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d298e1af-299f-4b9b-a255-bb6442acd234"},{"name":"Relatórios - Sumário de Atendimentos","id":"3abe9eeb-5a30-45c3-a8fd-14d7fc20e009","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{tokenchat}}"},"isInherited":false},"method":"GET","header":[],"url":"{{urlchat}}/api/v1/conversations/history/summary?start=2024-05-01T03:00:00.000Z&end=2024-05-23T02:59:59.999Z&timezone=America%2FFortaleza&_limit=50&_offset=0","urlObject":{"path":["api","v1","conversations","history","summary"],"host":["{{urlchat}}"],"query":[{"key":"start","value":"2024-05-01T03:00:00.000Z"},{"key":"end","value":"2024-05-23T02:59:59.999Z"},{"key":"timezone","value":"America%2FFortaleza"},{"key":"_limit","value":"50"},{"key":"_offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"3abe9eeb-5a30-45c3-a8fd-14d7fc20e009"},{"name":"Relatórios - Histórico de Campanhas","id":"167ab287-b280-4c6c-bc7a-b25dec073a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{tokenchat}}"},"isInherited":false},"method":"GET","header":[],"url":"{{urlchat}}/api/v1/reports/campaign/subscribers?phone_number=&name=&state=completed&template_uuid&campaigns[]=f45d98dc-ac5e-48f2-9c01-ebe18f86d28b&start=2024-08-01T03%3A00%3A00.000Z&end=2024-09-05T02%3A59%3A59.999Z&timezone=America/Fortaleza&conversation_field_key=produto&conversation_field_value=Produto de teste&limit=50&offset=0","urlObject":{"path":["api","v1","reports","campaign","subscribers"],"host":["{{urlchat}}"],"query":[{"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"phone_number","value":""},{"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"name","value":""},{"description":{"content":"<p>pending/scheduled/sent/dnd/completed/error</p>\n","type":"text/plain"},"key":"state","value":"completed"},{"description":{"content":"<p>uuid</p>\n","type":"text/plain"},"key":"template_uuid","value":null},{"description":{"content":"<p>lista de uuids</p>\n","type":"text/plain"},"key":"campaigns[]","value":"f45d98dc-ac5e-48f2-9c01-ebe18f86d28b"},{"description":{"content":"<p>ISODate</p>\n","type":"text/plain"},"key":"start","value":"2024-08-01T03%3A00%3A00.000Z"},{"description":{"content":"<p>ISODate</p>\n","type":"text/plain"},"key":"end","value":"2024-09-05T02%3A59%3A59.999Z"},{"description":{"content":"<p>string</p>\n","type":"text/plain"},"key":"timezone","value":"America/Fortaleza"},{"description":{"content":"<p>string (Nome do campo da conversa)</p>\n","type":"text/plain"},"key":"conversation_field_key","value":"produto"},{"description":{"content":"<p>string (Valor do campo da conversa)</p>\n","type":"text/plain"},"key":"conversation_field_value","value":"Produto de teste"},{"key":"limit","value":"50"},{"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"167ab287-b280-4c6c-bc7a-b25dec073a0e"},{"name":"Relatórios - Pesquisa de Satisfação","id":"b49347a4-5179-4c14-85b7-7e4ef1667806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{tokenchat}}"},"isInherited":false},"method":"GET","header":[],"url":"{{urlchat}}/api/v1/surveys/456e856e-4c3e-4db4-9cd4-83df0bf36740/history?start=2024-05-01T03:00:00.000Z&end=2024-06-01T02:59:59.999Z&timezone=America%2FFortaleza&_limit=50&_offset=0","urlObject":{"path":["api","v1","surveys","456e856e-4c3e-4db4-9cd4-83df0bf36740","history"],"host":["{{urlchat}}"],"query":[{"key":"start","value":"2024-05-01T03:00:00.000Z"},{"key":"end","value":"2024-06-01T02:59:59.999Z"},{"key":"timezone","value":"America%2FFortaleza"},{"key":"_limit","value":"50"},{"key":"_offset","value":"0"},{"disabled":true,"key":"ticket_number__equals","value":"2024050202241343"},{"disabled":true,"key":"contact_number__contains","value":"540971"}],"variable":[]}},"response":[],"_postman_id":"b49347a4-5179-4c14-85b7-7e4ef1667806"},{"name":"Relatórios - Jornada no BOT","id":"18cb256b-89b1-4334-8e41-9c9053bfe299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{tokenchat}}"},"isInherited":false},"method":"GET","header":[{"key":"token","value":""}],"url":"{{urlchat}}/api/v1/bots/history/conversations?timezone=America/Fortaleza&start=2024-05-01T03:00:00.000Z&end=2024-05-23T02:59:59.999Z","urlObject":{"path":["api","v1","bots","history","conversations"],"host":["{{urlchat}}"],"query":[{"key":"timezone","value":"America/Fortaleza"},{"disabled":true,"key":"bot_uuid","value":""},{"key":"start","value":"2024-05-01T03:00:00.000Z"},{"key":"end","value":"2024-05-23T02:59:59.999Z"}],"variable":[]}},"response":[],"_postman_id":"18cb256b-89b1-4334-8e41-9c9053bfe299"}],"id":"2b4bc588-228b-4475-95c8-de5bbd76fe27","_postman_id":"2b4bc588-228b-4475-95c8-de5bbd76fe27","description":""}]}