From 8abbc1b1a948cefa6ce1a18aa99e15f29eada042 Mon Sep 17 00:00:00 2001
From: Arnold van der Meulen <arnold@roqua.nl>
Date: Tue, 26 Sep 2017 11:05:47 +0200
Subject: [PATCH] Move vcr cassettes to default location

---
 .../animation_flip_coin_getters.json          |   0
 .../animation_flip_coin_graphics.json         |   0
 .../vcr_cassettes/bad_request.json            |   0
 .../vcr_cassettes/description.json            |   0
 .../vcr_cassettes/digest_hmac.json            |   0
 .../vcr_cassettes/flip_coin.json              |   0
 .../github_package_not_found.json             |   0
 .../no_endpoint_configured.json               |   0
 .../vcr_cassettes/prepare.json                |   0
 .../response_with_na_values.json              |   0
 mix.exs                                       |  17 +-
 .../animation_flip_coin_getters.json          | 186 ------------------
 .../animation_flip_coin_graphics.json         | 114 -----------
 .../bad_request.json                          |  40 ----
 .../description.json                          |  40 ----
 .../digest_hmac.json                          |  42 ----
 .../http_potion_vcr_cassettes/flip_coin.json  |  42 ----
 .../github_package_not_found.json             |  37 ----
 .../http_potion_vcr_cassettes/prepare.json    |  42 ----
 .../response_with_na_values.json              |  42 ----
 .../vcr_cassettes/no_endpoint_configured.json |   1 -
 test/opencpu/client_test.exs                  |   1 -
 test/opencpu/delayed_calculation_test.exs     |   1 -
 23 files changed, 11 insertions(+), 594 deletions(-)
 rename {test/fixtures => fixture}/vcr_cassettes/animation_flip_coin_getters.json (100%)
 rename {test/fixtures => fixture}/vcr_cassettes/animation_flip_coin_graphics.json (100%)
 rename {test/fixtures => fixture}/vcr_cassettes/bad_request.json (100%)
 rename {test/fixtures => fixture}/vcr_cassettes/description.json (100%)
 rename {test/fixtures => fixture}/vcr_cassettes/digest_hmac.json (100%)
 rename {test/fixtures => fixture}/vcr_cassettes/flip_coin.json (100%)
 rename {test/fixtures => fixture}/vcr_cassettes/github_package_not_found.json (100%)
 rename {test/fixtures/http_potion_vcr_cassettes => fixture/vcr_cassettes}/no_endpoint_configured.json (100%)
 rename {test/fixtures => fixture}/vcr_cassettes/prepare.json (100%)
 rename {test/fixtures => fixture}/vcr_cassettes/response_with_na_values.json (100%)
 delete mode 100644 test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_getters.json
 delete mode 100644 test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_graphics.json
 delete mode 100644 test/fixtures/http_potion_vcr_cassettes/bad_request.json
 delete mode 100644 test/fixtures/http_potion_vcr_cassettes/description.json
 delete mode 100644 test/fixtures/http_potion_vcr_cassettes/digest_hmac.json
 delete mode 100644 test/fixtures/http_potion_vcr_cassettes/flip_coin.json
 delete mode 100644 test/fixtures/http_potion_vcr_cassettes/github_package_not_found.json
 delete mode 100644 test/fixtures/http_potion_vcr_cassettes/prepare.json
 delete mode 100644 test/fixtures/http_potion_vcr_cassettes/response_with_na_values.json
 delete mode 100644 test/fixtures/vcr_cassettes/no_endpoint_configured.json

diff --git a/test/fixtures/vcr_cassettes/animation_flip_coin_getters.json b/fixture/vcr_cassettes/animation_flip_coin_getters.json
similarity index 100%
rename from test/fixtures/vcr_cassettes/animation_flip_coin_getters.json
rename to fixture/vcr_cassettes/animation_flip_coin_getters.json
diff --git a/test/fixtures/vcr_cassettes/animation_flip_coin_graphics.json b/fixture/vcr_cassettes/animation_flip_coin_graphics.json
similarity index 100%
rename from test/fixtures/vcr_cassettes/animation_flip_coin_graphics.json
rename to fixture/vcr_cassettes/animation_flip_coin_graphics.json
diff --git a/test/fixtures/vcr_cassettes/bad_request.json b/fixture/vcr_cassettes/bad_request.json
similarity index 100%
rename from test/fixtures/vcr_cassettes/bad_request.json
rename to fixture/vcr_cassettes/bad_request.json
diff --git a/test/fixtures/vcr_cassettes/description.json b/fixture/vcr_cassettes/description.json
similarity index 100%
rename from test/fixtures/vcr_cassettes/description.json
rename to fixture/vcr_cassettes/description.json
diff --git a/test/fixtures/vcr_cassettes/digest_hmac.json b/fixture/vcr_cassettes/digest_hmac.json
similarity index 100%
rename from test/fixtures/vcr_cassettes/digest_hmac.json
rename to fixture/vcr_cassettes/digest_hmac.json
diff --git a/test/fixtures/vcr_cassettes/flip_coin.json b/fixture/vcr_cassettes/flip_coin.json
similarity index 100%
rename from test/fixtures/vcr_cassettes/flip_coin.json
rename to fixture/vcr_cassettes/flip_coin.json
diff --git a/test/fixtures/vcr_cassettes/github_package_not_found.json b/fixture/vcr_cassettes/github_package_not_found.json
similarity index 100%
rename from test/fixtures/vcr_cassettes/github_package_not_found.json
rename to fixture/vcr_cassettes/github_package_not_found.json
diff --git a/test/fixtures/http_potion_vcr_cassettes/no_endpoint_configured.json b/fixture/vcr_cassettes/no_endpoint_configured.json
similarity index 100%
rename from test/fixtures/http_potion_vcr_cassettes/no_endpoint_configured.json
rename to fixture/vcr_cassettes/no_endpoint_configured.json
diff --git a/test/fixtures/vcr_cassettes/prepare.json b/fixture/vcr_cassettes/prepare.json
similarity index 100%
rename from test/fixtures/vcr_cassettes/prepare.json
rename to fixture/vcr_cassettes/prepare.json
diff --git a/test/fixtures/vcr_cassettes/response_with_na_values.json b/fixture/vcr_cassettes/response_with_na_values.json
similarity index 100%
rename from test/fixtures/vcr_cassettes/response_with_na_values.json
rename to fixture/vcr_cassettes/response_with_na_values.json
diff --git a/mix.exs b/mix.exs
index 34e720b..9a2452c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -2,12 +2,17 @@ defmodule OpenCPU.Mixfile do
   use Mix.Project
 
   def project do
-    [app: :opencpu,
-     version: "0.1.0",
-     elixir: "~> 1.4",
-     build_embedded: Mix.env == :prod,
-     start_permanent: Mix.env == :prod,
-     deps: deps()]
+    [
+      app: :opencpu,
+      version: "0.1.0",
+      elixir: "~> 1.4",
+      build_embedded: Mix.env == :prod,
+      start_permanent: Mix.env == :prod,
+      deps: deps(),
+      preferred_cli_env: [
+        vcr: :test, "vcr.delete": :test, "vcr.check": :test, "vcr.show": :test
+      ],
+    ]
   end
 
   # Configuration for the OTP application
diff --git a/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_getters.json b/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_getters.json
deleted file mode 100644
index 62822ef..0000000
--- a/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_getters.json
+++ /dev/null
@@ -1,186 +0,0 @@
-[
-  {
-    "request": {
-      "body": "{}",
-      "headers": {
-        "Content-Type": "application/json"
-      },
-      "method": "post",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/library/animation/R/flip.coin/"
-    },
-    "response": {
-      "body": "/ocpu/tmp/x0f284ca594/R/flip.coin\n/ocpu/tmp/x0f284ca594/R/.val\n/ocpu/tmp/x0f284ca594/graphics/1\n/ocpu/tmp/x0f284ca594/graphics/2\n/ocpu/tmp/x0f284ca594/graphics/3\n/ocpu/tmp/x0f284ca594/graphics/4\n/ocpu/tmp/x0f284ca594/graphics/5\n/ocpu/tmp/x0f284ca594/graphics/6\n/ocpu/tmp/x0f284ca594/graphics/7\n/ocpu/tmp/x0f284ca594/graphics/8\n/ocpu/tmp/x0f284ca594/graphics/9\n/ocpu/tmp/x0f284ca594/graphics/10\n/ocpu/tmp/x0f284ca594/graphics/11\n/ocpu/tmp/x0f284ca594/graphics/12\n/ocpu/tmp/x0f284ca594/graphics/13\n/ocpu/tmp/x0f284ca594/graphics/14\n/ocpu/tmp/x0f284ca594/graphics/15\n/ocpu/tmp/x0f284ca594/graphics/16\n/ocpu/tmp/x0f284ca594/graphics/17\n/ocpu/tmp/x0f284ca594/graphics/18\n/ocpu/tmp/x0f284ca594/graphics/19\n/ocpu/tmp/x0f284ca594/graphics/20\n/ocpu/tmp/x0f284ca594/graphics/21\n/ocpu/tmp/x0f284ca594/graphics/22\n/ocpu/tmp/x0f284ca594/graphics/23\n/ocpu/tmp/x0f284ca594/graphics/24\n/ocpu/tmp/x0f284ca594/graphics/25\n/ocpu/tmp/x0f284ca594/graphics/26\n/ocpu/tmp/x0f284ca594/graphics/27\n/ocpu/tmp/x0f284ca594/graphics/28\n/ocpu/tmp/x0f284ca594/graphics/29\n/ocpu/tmp/x0f284ca594/graphics/30\n/ocpu/tmp/x0f284ca594/graphics/31\n/ocpu/tmp/x0f284ca594/graphics/32\n/ocpu/tmp/x0f284ca594/graphics/33\n/ocpu/tmp/x0f284ca594/graphics/34\n/ocpu/tmp/x0f284ca594/graphics/35\n/ocpu/tmp/x0f284ca594/graphics/36\n/ocpu/tmp/x0f284ca594/graphics/37\n/ocpu/tmp/x0f284ca594/graphics/38\n/ocpu/tmp/x0f284ca594/graphics/39\n/ocpu/tmp/x0f284ca594/graphics/40\n/ocpu/tmp/x0f284ca594/graphics/41\n/ocpu/tmp/x0f284ca594/graphics/42\n/ocpu/tmp/x0f284ca594/graphics/43\n/ocpu/tmp/x0f284ca594/graphics/44\n/ocpu/tmp/x0f284ca594/graphics/45\n/ocpu/tmp/x0f284ca594/graphics/46\n/ocpu/tmp/x0f284ca594/graphics/47\n/ocpu/tmp/x0f284ca594/graphics/48\n/ocpu/tmp/x0f284ca594/graphics/49\n/ocpu/tmp/x0f284ca594/graphics/50\n/ocpu/tmp/x0f284ca594/source\n/ocpu/tmp/x0f284ca594/console\n/ocpu/tmp/x0f284ca594/info\n/ocpu/tmp/x0f284ca594/files/DESCRIPTION\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:40 GMT",
-        "Content-Type": "text/plain; charset=utf-8",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=d49043b98d7d00baea49afd7e564d1fdc1499110599; expires=Tue, 03-Jul-18 19:36:39 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=300, public",
-        "X-ocpu-session": "x0f284ca594",
-        "Location": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:40 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "EXPIRED",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b7f7b7c147f-AMS"
-      },
-      "status_code": 201,
-      "type": "ok"
-    }
-  },
-  {
-    "request": {
-      "body": "",
-      "headers": [],
-      "method": "get",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/R/.val"
-    },
-    "response": {
-      "body": "Redirect to http://public.opencpu.org/ocpu/tmp/x0f284ca594/R/.val/print\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:40 GMT",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=dbb3e74966f073b1d6d87474ef844af661499110600; expires=Tue, 03-Jul-18 19:36:40 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=86400, public",
-        "Location": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/R/.val/print",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:40 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "MISS",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b83f99e2b28-AMS"
-      },
-      "status_code": 302,
-      "type": "ok"
-    }
-  },
-  {
-    "request": {
-      "body": "",
-      "headers": [],
-      "method": "get",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/R/.val/print"
-    },
-    "response": {
-      "body": "$freq\n   1    2 \n0.56 0.44 \n\n$nmax\n[1] 50\n\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:40 GMT",
-        "Content-Type": "text/plain; charset=utf-8",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=df42114f69454ed088aad31189ee82a0c1499110600; expires=Tue, 03-Jul-18 19:36:40 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=86400, public",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:40 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "MISS",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b86bb7b0c89-AMS"
-      },
-      "status_code": 200,
-      "type": "ok"
-    }
-  },
-  {
-    "request": {
-      "body": "",
-      "headers": [],
-      "method": "get",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/info"
-    },
-    "response": {
-      "body": "Redirect to http://public.opencpu.org/ocpu/tmp/x0f284ca594/info/print\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:41 GMT",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=df42114f69454ed088aad31189ee82a0c1499110600; expires=Tue, 03-Jul-18 19:36:40 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=86400, public",
-        "Location": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/info/print",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:41 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "MISS",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b883c3a0c89-AMS"
-      },
-      "status_code": 302,
-      "type": "ok"
-    }
-  },
-  {
-    "request": {
-      "body": "",
-      "headers": [],
-      "method": "get",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/info/print"
-    },
-    "response": {
-      "body": "R version 3.4.1 (2017-06-30)\nPlatform: x86_64-pc-linux-gnu (64-bit)\nRunning under: Ubuntu 16.04.2 LTS\n\nMatrix products: default\nBLAS: /usr/lib/openblas-base/libblas.so.3\nLAPACK: /usr/lib/libopenblasp-r0.2.18.so\n\nlocale:\n [1] LC_CTYPE=en_US.UTF-8    LC_NUMERIC=C            LC_TIME=en_US.UTF-8    \n [4] LC_COLLATE=en_US.UTF-8  LC_MONETARY=en_US.UTF-8 LC_MESSAGES=C          \n [7] LC_PAPER=C              LC_NAME=C               LC_ADDRESS=C           \n[10] LC_TELEPHONE=C          LC_MEASUREMENT=C        LC_IDENTIFICATION=C    \n\nattached base packages:\n[1] stats     graphics  grDevices utils     datasets  methods   base     \n\nother attached packages:\n[1] animation_2.5   opencpu_2.0.3.1\n\nloaded via a namespace (and not attached):\n [1] Rcpp_0.12.11     lattice_0.20-35  mime_0.5         plyr_1.8.4      \n [5] grid_3.4.1       gtable_0.2.0     sys_1.4          jsonlite_1.5    \n [9] unix_1.3         magrittr_1.5     scales_0.4.1     evaluate_0.10.2 \n[13] ggplot2_2.2.1    rlang_0.1.1      stringi_1.1.5    curl_2.7        \n[17] lazyeval_0.2.0   webutils_0.6     tools_3.4.1      stringr_1.2.0   \n[21] munsell_0.4.3    parallel_3.4.1   sendmailR_1.2-1  compiler_3.4.1  \n[25] colorspace_1.3-2 base64enc_0.1-3  openssl_0.9.6    tibble_1.3.3    \n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:41 GMT",
-        "Content-Type": "text/plain; charset=utf-8",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=d31e8c2abd099fd108ffc890a5497070a1499110601; expires=Tue, 03-Jul-18 19:36:41 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=86400, public",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:41 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "MISS",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b8939cd2bee-AMS"
-      },
-      "status_code": 200,
-      "type": "ok"
-    }
-  }
-]
\ No newline at end of file
diff --git a/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_graphics.json b/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_graphics.json
deleted file mode 100644
index 843e3e6..0000000
--- a/test/fixtures/http_potion_vcr_cassettes/animation_flip_coin_graphics.json
+++ /dev/null
@@ -1,114 +0,0 @@
-[
-  {
-    "request": {
-      "body": "",
-      "headers": [],
-      "method": "get",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/graphics/50/png"
-    },
-    "response": {
-      "body": "‰PNG\r\n\u001a\n\u0000\u0000\u0000\rIHDR\u0000\u0000\u0003 \u0000\u0000\u0002X\b\u0002\u0000\u0000\u0000\u0015\u0014\u0015'\u0000\u0000 \u0000IDATxœìÝy\\Mùÿ\u0007ðw»–›6\tE–\u0012ƒ,¡ÂTv!ƒlY¦¤\u0018»‘]c÷µ±ŒÈÞ-…L™\u0018K13veK{))-´Þûû#¿º­“îéœ{ëõ|ôGçs>ó*‡Þ>çs>GF(\u0014\u0012\u0000\u0000\u0000\u00000G–ë\u0000\u0000\u0000\u0000\u0000õ\r\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u000eøùù™˜˜¨ªªÚØØDDD\u00147\u001e8pÀÐÐPEEÅÚÚ:22²âWyyy\u0005\u0005\u0005\u0011Ñ?ÿüÓ½{wMMMGGǼ¼¼rÝ\u0006\u000f\u001eÜèÿ\u001c9²¸111qèСêêêæææ/_¾$¢³gÏz{{×á7\tߨҫ¢ÒFQ5¼*ŠEFFª©©Uӈ«\u0002\u0000€1B`WRR\u0012Ç\u000b\b\bøôéÓêÕ«;uê$\u0014\n_¿~­  \u0010\u001c\u001cœ””4gÎ\u001c\u001b\u001b›r_õåË\u0017kk뢢¢‚‚‚æ͛\u001f>|8!!aàÀ¿üòK¹ž-[¶¼qãFDDDDDDlllqcϞ=·mۖ””´hÑ\"kkk¡P˜——geeUXXX÷ß1ü·J¯ŠJ\u001bEÕüª\u0010\n…………\u0016\u0016\u0016rrrÕ4âª\u0000\u0000`\n\n,¶ùúúöíÛ·øó¼¼<\u0019\u0019™\u001f?&&&òx¼°°°ÌÌL77·±cǖû*///OOO¡P\u0018\u001c\u001cÜ¡C‡âÆÐÐP###ÑnùùùJJJ\u0005\u0005\u0005¢\u001e=211\u0011\b\u0004B¡077÷ñãÇÅíîîîÞÞÞuð-Â7«ôª¨´Qô«jxU\u0014Û±cǸqãÊ\u0015X\u0015\u001bqU\u0000\u00000\u0002·\bÙ6`À€‹\u0017/\u0016\u001e\u0016\u0016fhh¨¡¡Ñ¬Y3\u000f\u000f\u000fssóƍ\u001b\u001f=zôÀ\u0003å¾*00°ÿþDôöíÛΝ;\u00177vêÔéÝ»w\u0002 ¤[ll¬²²ò˜1cÚ¶m;iÒ¤øøx\"zòäIûöígΜillìàà ¡¡QÜÙÆÆ&00°®¿_¨‰J¯ŠJ\u001bE¿ª†WEq‡ýû÷ÿúë¯ÿو«\u0002\u0000€\u0011(°ØÆãñtuu…B¡ŸŸŸƒƒÃ®]»ddd\"##7nÜxïÞ½œœœ\u00193f899•ûªçϟ·mۖˆÒÓÓy<^q£ººzaaavvvI·ääd==½™3g\u0006\u0006\u0006***Ž\u001f?žˆÞ¿ùòå\u001e=z\u0004\u0006\u00066oÞ|„\tŝ۶mûìÙ36¾gø/•^\u0015•6Š~U\r¯\n@àâââéé©®®^}#áª\u0000\u0000`ˆ<×\u0001\u001a¢´´4\u0017\u0017—ØØX>ŸoffFD—/_\u001e6l˜¹¹9\u0011­[·®qãƟ>}jܸqqÿ¬¬¬ÜÜÜâß šššYYY%írrr¢Ó–ûôéS2\u0015zïÞ½êêê©©©\u001a5úþûïgΜID[·nUSSûð჎ŽN‹\u0016-¢££\u000b\n\n\u0014\u0014\u0014Xüî¡r\u0015¯Šª\u001a‹Õüª8tèPóæ͇\u000f\u001fþáÇê\u001b‰\bW\u0005\u0000\u0000#0‚Ŷ¼¼¼Áƒ\u0007wèÐ!<<¼äWfQQQÉ=\u001d¡PX<˸Ò/oÓ¦MI\t\u0015\u0019\u0019ihh(+[ú‡\u0018\u001e\u001e\u001e\u001a\u001aZü¹¢¢¢œœœ‚‚‚AI\u0007YYYYYY999\"*7\u001c\u0002\u001cªôª¨´±RÕ_\u00157nÜð÷÷×ÑÑ166.**ÒÑÑ\t\u000b\u000b«´‘pU\u0000\u00000\u0004\u0005\u0016Ûø|~QQ‘‹‹K\\\\\\ttttttQQÑðáÃ}}}oݺõéÓ§•+WöéÓGt¶\rÇkÔ¨Qñ\u0010…µµuZZšŸŸß—/_<==§L™RÜç…\u000b\t\t\t_¾|\u0019=zôíÛ·?}úäîîÞ·o_\r\rÁƒ\u0007?}úôìÙ³™™™îîîææ暚šD”`hhˆ\nIPéUQicɗÔüªøí·ß^¼xñèÑ£ÐÐPYYÙG\u001euëÖ­ÒFÂU\u0001\u0000À\u0014N§Ø7DK—.-÷Gšš*\u0014\nϞ=kll¬¦¦6|øð’å\u0015J\f\u001b6ìáÇş߿¿K—.ÚÚڎŽŽ¹¹¹Åªªª—/_\u0016\n…žžžÍš5ãñx£FJHH(Þû×_uéÒEMMmèС111ōþùç¤I“Xø–á?UzUTu©”¨ùUQ,55µÜS„\u0015\u001bqU\u0000\u00000BFXÅ­((¿ýö[^^ÞÏ?ÿÌà1׬YcddT2Ú\u0001R\u0007W\u0005\u0000€ÄB%\u001drss‡\r\u001b\u0016\u0012\u0012\":·F\u001cùùùƒ\u0007\u000f\u000e\u000e\u000e–—ǃ\u000eÒ\nW\u0005\u0000€Ä’[»v-×\u0019à¿ÉËËggggdd´k׎‘\u0003^¸p¡k×®]»veähÀ\t\\\u0015\u0000\u0000\u0012\u000b#X\u0000\u0000\u0000\u0000\fÃS„\u0000\u0000\u0000\u0000\fC\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fC\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\f“²Õn>|øðçŸrB\"DDD¤¤¤(**r\u001d\u0004$Hvvö Aƒ¸N\u0001\u0000 \u001ddeeíììêèå`RV`ݸqÃÏÏÏÊʊë Ü{ÿþ}jjª’’\u0012×A@‚|úô)==ë\u0014\u0012aɒ%[·nå:\u0005\u0000H´\u0013'NtíÚµmÛ¶uqp)+°ˆ¨OŸ>®®®\\§\u0000\u0000‰¶lÙ2üC\u0001\u0000Õ»ÿ~Ý\u001d\u001cs°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€a(°\u0000\u0000\u0000\u0000\u0018†\u0002\u000b\u0000\u0000\u0000€aÒ÷²g\u0000\u0000h rs)$„^¾¤ÔTÒÕ¥Ž\u001dÉƆ\u0014\u0015¹Ž\u0005P\tŒ`\u0001\u0000€ÄË̤U«hÀ\u0000zôˆŒiäHj׎îÝ#kkÚ°>æ:\u001f@y\u0018Á\u0002\u0000\u0000Éöú59:Ò…´q#ÉȔ¶\u001cI¿üBÞÞ4d\b<I††œ%\u0004¨\u0000\u0005\u0016\u0000ÔCªªª\\G\u0000†$%я?ÒɓԶm%{eeiÚ423#\u0007\u0007º|™´µYÏ\u0007P9é+°¢¢¢¼½½¹N\u0001\u0012¤oß¾†øŸ+”%+‹ù\u000fõÅ̙äåUZ]ùùѲe\u0014\u0017G½zÑÞ½Ô¡\u0003\u0011Qǎ´e\u000býô\u0013;ÇaR\u0000QÒW`…‡‡{zzr\u0002$ˆ\u000f\n,('++‹ë\bÀ„ÐP20 îÝ¿n&'ÓÔ©äãCýúÑÖ­4~<=}úuWß¾tð =x@={r\u0015V\\YY\u0014\u0017G¹¹Ô´)µhÁu\u001a\u0010—ô\u0015X\u0000\u0000ÐPx{Ó…¥›aadjJÇ\u0013\u0011¹»Ó¦M”žNšš_÷ΚE>>ÒW`\t\u0004tæ\f\u001d;F²²Ô®\u001d))Qr2½{G––´t)éêr\u000fj\t\u0005\u0016\u0000\u0000Hª×¯©S§ÒÍ\u0001\u0003ÈÒòëçaadhH\u001a\u001a¥{{÷¦•+Y'¾ÄDš6úõ£\u000b\u0017H]½´](¤  \u001a3†\u0016, qã¸Ë\u0007µ‡\u0002\u000b\u0000\u0000$U¹¹t<\u001eñx$\u0014’¿?͙Cûö•y¨Pê&Þ%&Òر´w/uëV~—Œ\f\r\u001dJÖÖ4c\u0006}üH3gr‘\u000fĂ\u0002\u000b\u0000\u0000¤GZ\u001a¹¸Pl,ñùdfÆu\u001a1\b\u00044m\u001aíÛG]»VÙ§Q#:~œ~øºt!\u000b\u000b\u0016Ã\u0001\u0003¤­Þ\u0007\u0000€†C   t3/\u0006\u000f¦\u000e\u001d(<¼’ê*?_š\u0006±¼½ÉƦLuåçG&&¤ªJ66\u0014\u0011ñµQNŽöí£Õ«9É\b␞k\u0011\u0000\u0000\u001ašîÝ)<¼t“ϧ¢\"rq¡¸8ŠŽ¦èh***Ý{ó&õéÃ~ÆZ:~œ\u0016,(Ý,~@Òӓ’’¨o_\u001a?¾t—¾>\u0019\u0019ÑÇìg\u0004q À\u0002\u0000\u0000IåèH»v•nþû/=~L­[—~¤§—îݳ‡¦Ne?cm¤¥‘š\u001a©©•¶”< ©®Nîîôüy™oÍΎ®^e?&ˆ\u0003\u0005\u0016\u0000\u0000H*SSRQ¡ÀÀ¯›\u001e\u001e$\u0014–ùÐÑùºëìY24$##®’~›ØØò\u000bÓ\u000f\u0018@\u0017/~ý¼â\u0003’ÆÆôî\u001d{ñ€\t˜ä\u000e\u0000\u0000\u0012lÏ\u001e²µ¥Æ©oß*ûüñ\u0007ýþ{i\u001d&ùrr¨Üۜª@RU•rrXÎ\bbB\u0005\u0000\u0000\u0012LU•|}iòdêӇ~þ™TTÊìÍÊ\"\u000f\u000fzþœ|}©Q#Ž\"~;==JJ*ßXÍ\u0003’‰‰Ô¬\u0019ké€\u0011(°\u0000\u0000@²iiQ` <IC‡R«VÔ½;ijÒǏôà\u0001%&Ҝ9´aC™ñ\u001eÉצ\rEF–i)~@rèP:žääÊ÷¿y“ÌÍYK\u0007Œ@\u0005\u0000\u0000\u0012OV–~ü‘~ü‘Þ¼¡ˆ\búðŒiÌ\u0018’ð÷æåÑ­[\u0014\u0013CÙÙÔ´)õîMmÚ\u0010\u0011ÉÊRçÎtûvé}OÑ\u0007$‹\u0019\u0018|­´\u0004\u0002âó) €‹o\u0000j\u000f\u0005\u0016\u0000\u0000Hví¨];®CÔÀ‡\u000f´q#ýû/\r\u0018@íڑ®.%%ÑêՔ”DK–­-­\\I?þHׯ“¼<‘È\u0003’%RS¿Ná?z”\u0006\r*ó\"\u001d\u0006ÒW`éêê\u000e\u001c8ë\u0014 Aš6mÊu\u00048ÊÊÊ\\G€\u0006,,Œ\u0016-¢_~¡;˴ϜI\u001f>»;ùù‘—\u0017MžLóæÑÞ½$#C\u001e\u001eäáQù¡||¤iþ>ü?é+°455¤åA\\`…––\u0016×\u0011@â(**r\u001d\u0001\u001aª‡\u000fiÙ2ò÷§&M*Ù«£CûöÑáÃ4}:8A\u001f?҄\t´woéz\u0013%„B:~œ¼½ÉLJ””X\b\u000e̒¾\u0002ëå˗‡\u000f\u001fæ:\u0005H®]»šššr\u0002$˧OŸ¸Ž\u0000\rRn.͙C\u0017/V^]•pv¦˜\u0018:x–,¡\u0010\u001a=šzõ¢\u0011#Èؘ””()‰nÞ¤óçÉƆ\u0002\u0003\u001bBu%\u0010\bRRRRSSµ´´tuu\u0015\u0014\u0014¸NÄ\u0000é+°\u0000\u0000\u0000$Ô¾}ääTfI\u0005??Z¶Œââ¨W/Ú»—:tøÚ¾j\u0015Y[ÓÔ©4`\u0000ÙØн{tí\u001a\u001d9BÙÙ¤¯OææÄ瓦&'ß\u0004›Þ¾}»uëÖ'Ož\u0018\u001a\u001ajkkgddÄÆÆ6oÞüçŸîÙ³'×éĂ\u0002\u000b\u0000\u0000€!—.Qppéfñ\u001b\u0006}|¨_?Úº•Æ§§O¿îRR\";;úã\u000f²³#YYêÓGš^¤È_ý544tíÚµæe\u0017¡xýúõÚµkÕÕÕwíÚ%½·ûñª\u001c\u0000\u0000\u0002………‰‰‰\u0011\u0011\u0011\u001f>|à:K\u0015ÒÓIK«Ì\u001d½êß08d\bݸÁàù322^¼xñêÕ«\u001ciXö}þüù¹¹¹W¯^5¯°Ä—‘‘Ñ©S§,--ǎ\u001d[PPÀI<ña\u0004\u000b\u0000\u0000$ڝ;wvíڕœœÜ²eK55µÔÔÔ¤¤$sss77·æ͛sNDB\u0002µlY¦eÀ\u0000²´üúyÅ7\f¶jEññâŸ6''ÇËË+00PCC£e˖ùùùqqq………\u000e\u000e\u000eÓ¦M“«¸l©\u00048|ø°‚‚ÂÚµk«é3uêԂ‚‚e˖mß¾­\\LB\u0005\u0000\u0000\u0012ê˗/³f͒““óððh-²F”P(üóÏ?\u001d\u001c\u001c\u001c\u001c\u001c\\]]9Lø\u001fªà \u0013nß¾íææ6{öìàà`Ñ»iYYY¿ýö[ÿþý\u001e=Ú¦xuS‰‘••uèС›7oŠ6\n…B\u000b\u000b‹cǎ™˜˜”4NŸ>ÝÎÎîŋ\u0017\u001d;vd=¦¸p‹\u0010\u0000\u0000$Qnnî¨Q£F\u001auäÈ\u0011Ñꊈdddú÷ï\u001f\u001c\u001cüôéÓõë×s•°¼\u0016-(6¶|cZ\u001a\u001dK\u001b6\u0010ŸO#G–Ù\u0015\u0013Cúúâœ0((hÆ\rÓ¦M+7W‰Çã-_¾ü÷ߟ2eÊ˗/Å9\u000bãΝ;çèè(\u001a8$$ÄÙÙ9<<¼bçe˖\u001d<xÅtŒA\u0005\u0000\u0000’hîܹ®®®cƌ©ªƒ¼¼üž={¢¢¢ø|>›Áª¤©Ié锛[ÚRü†Á\u000e\u001d(<¼üû›‰èÚ5\u001a0 Ög‹ŽŽÞ´iӅ\u000b\u0017´µµ«êÓ¾}{ooïéÓ§ùò¥Ö'bܕ+W~øá\u0007і‡\u000f\u001fª¨¨¨”{“7\u0011\u0011YXXüóÏ?lEc\u0012\n,\u0000\u00008\u000f\u001e<ÈË˳··\u0017m\u0014\n…æææ‘e_“ìåååáᑗ—ÇnÀ*Œ\u001eM'O–nŠ¾a0:š¢£©¨è뮼<\n\b 1^L²jÕª­[·òx¼’–J>mÚ´qvvÞ½{w­Oĸ\u001f?–{\u0003‡›››———feËRÈÊÊÊËË\u000b…B¶Ò1\u0006\u0005\u0016\u0000\u0000Hœ½{÷._¾\\´¥ª»HjjjvvvW®\\a1]Õ~ú‰Ž\u001e¥¤¤¯›%o\u0018,ù(yŠpÓ&rr¢Ú¾ÓéÇ\u000fééé½{÷.i©æ.ۏ?þèçç'5J1%%%I) ¿\u0005\n,\u0000\u00008¯_¿þî»ïD[ª¹‹4jÔ(I)°\u001a5¢ß~£I“¨x-\t\u000f\u000f\u0012\nË|”¼¿ùÝ;š1£Öç\t\n\n\u001a1b„hK5?\u001f99¹.]º<þ¼Ö§c–ŒŒŒ@ ¨yÿ/_¾4jÔ¨îòÔ\u0011\u0014X\u0000\u0000 Y²³³+Þ-ªæ.’±±qtt4\u001bÉj¢[7Ú¼™FŽ¤  Jö¦¥Ñœ9tï\u001e\u001d>,Î\u0013…ïÞ½kß¾½hK5?\u001f\"jß¾}TTT­OǬ®]»†……Õ°óǏ\u001fÕÔÔê4O\u001dÁ2\r\u0000\u0000 Y²²²¾éwª¼¼|aaaÝåùf––äïO\u001b6ÐæÍ4`\u0000\u0019\u0019\u0011G‰‰të\u0016ÅÇӒ%4|¸˜gÈÎÎþ¦\u001f‘ššZVV–˜'eŠ½½ý‰\u0013',KV\b«ÖéÓ§G\u001aUבê\u0002F°\u0000\u0000@²4iÒ$55µæý333EçzK„&Mh÷n\n\n\"\u000b\u000bÊ̤W¯HU•Ö­£ÐPñ«+\"jÚ´irrrÍû'%%5\u0013}Cbåää¼zõ***ŠÁç\u0010---\u0013\u0012\u0012ž={öŸ=ÓÒÒNŸ>ýã?2uj6Iß\b–®®î@1\u001e»€ú§ÜÓ(\u0000D$36 DñˆTnnn\rÿ\u001cÿúë¯^½zÕuªÚhԈ\u0006\rª‹\u0003÷êÕË××·æC;÷îݛ7o^ÅöÂÂÂäää÷ïßëèè4oÞ\\AA¡¸=77÷À\u0003¾¾¾***-Z´(,,LHH‘‘™4iÒÔ©SÅ_\u001dÞËËËÁÁÁ××WWW·¤1¾ìºö¹¹¹S¦LÙºu«”¾ŽPú\n,===\tý‹\u0004\u001cÑÓÓã:\u0002H\u001cåÚ>œ\u0005\u0012bèС—.]rpp¨IçS§N­Zµª®#I\u0014\u000b\u000b\u000b77·\u001aÖ 111\n\n\nå¦gEDDxxx¼yó¦M›6Mš4IKK‹ŽŽnÚ´éâŋeddæϟïäätõêUÑ¿J™™™{÷îíß¿ÿ‘#GÚ¶m+NþV­ZíÚµë‡\u001f~صkWϞ=+vx÷î݌\u00193æΝÛGz߁-”*gϞíÛ·/×?3,>>>\\_˜ q444¸Ž\u0000bÉÌÌ´°°ÈÎÎ.×Þ¢E‹ˆˆ\bі»wïNš4‰Åh’âàÁƒ›6m*×Xñç#\u0014\n'L˜\u0010\u0016\u0016V²)\u0010\bV¯^=räÈG\u001e•ëùúõë\u0003\u0007¶hÑ\"..®ªó¾|ùÒÂÂâŋ\u0017âÅ\u0017\n…¸¸¸I“&\u001f?þâŋñññyyy‰‰‰×¯_wuu\u001d2dȓ'OÄ?Eõœß¼ySG\u0007—¾\u0011,\u0000\u0000¨÷x<ÞªU«\u001c\u001d\u001d}||äåKU•»‹\u0014\u001f\u001f¿xñb___Ö\u0003roúôécǎ½zõê°aÃJ\u001aã+¼=zÛ¶mmÚ´\u0011]1kƌ\u0019&&&þþþ\u0015©¢¢òå˗U«V͙3çâŋ¢?ù\u0012ÆÆƧOŸvppøã?TUUÅù\u0016ôõõOŸ>ýúõk>ŸÏçóß¿¯­­mllìêêÚ£G\u000fqŽ,\u0011ê¨p«#\u0018Á‚Š0‚\u0005\u0015a\u0004«~8r䈭­mbbb¥{oݺeaañôéS–SIŽÌÌL[[Û={ö\u0014\u0015\u0015Uܛ““³páŸ~úItïîÝ»ÝÝÝ«:àôéÓÿüóO¡PxàÀ%K–\b…B@лwbǏ\u001fß°a\u0003#ß\u0005‡0‚\u0005\u0000\u0000\r‘““Sûöí\u001d\u001c\u001cºuë6zôè\u000e\u001d:hhh¼ÿþîÝ»>>>êêê|>_t–tCÃãñüüü¶nÝjee5a„\u0001\u0003\u0006´lÙ²   **êʕ+sçΝ<yrIÿ\u001f?ž;w.44Tô B¡ÐÂÂâرc͚5‹µ¶¶&\"WW×áǟ8q\"44´ÒÕá§L™Ò·oߕ+WÊÊb9‚Ê¡À\u0002\u0000\u0000Éeiiyãƍ;wî\u0004\u0006\u0006îܹ3++«iÓ¦]»v-¾óÅu:îÉË˯X±böìÙÅ?ŸÄÄD999CCÁ\u0003\u0007º¹¹•›\u0002úôi\u0017\u0017\u0017Ñg\u0000CBBN:U\\B\u0005\u0007\u0007ÛÚږìrss[¿~ýwß}Wéêð²²²fff\u001e=êÞ½{}sÒ\r\u0005\u0016\u0000\u0000H4\u0019\u0019™¾}ûb~H5\u001a7nìààðŸ\u000f]\u0006\u0005\u00058qB´Eô\u0005;QQQ¢¯'úþûï\u0005\u0002——\u0017ŸÏ¯ôh&&&oß¾EU\u0015\u0014X\u0000\u0000\u0000\rBÅw\u0010¹¹¹\u0011Qq\tUnux99¹êoÿñx<ÉY\u001d^\u0002qpë4555##ƒýó\u0002\u0000\u0000@U*®\u000e/''WTTTUÿ¤¤$,CX\r6\n¬‘#GÆÅÅ\u0011Q||¼………žžž®®nÿþý\u0013\u0013\u0013Y8;\u0000\u0000\u0000\u0014\u0013\n…UíêÙ³çíÛ·E[\n\u000b\u000b«Y´ýΝ;¸?X\r6\n¬?þø#''‡ˆ\u0016/^lbb’•••““Ó³gϹsç²pv\u0000\u0000\u0000 ¢ï¾ûîŸþ©j¯™™Ùƒ\u0007\u000f>þ\\¼Y¼*UU\u0013\u0013\u0013óóó1‚U\rVo\u0011þý÷ß˗/WQQQPPX±bEHH\b›g\u0007\u0000\u0000hÈƍ\u001bwìرªöÊÈÈ̚5kë֭śǏ\u001f\u001f3fLUW®\\¹|ùrÆ\u0013Ö',\u0015XIII………ß}÷ÝÛ·o‹[ž>}*:™\u000e\u0000\u0000\u0000ꔕ•UTTTDDDU\u001d¦NúôéӀ€€äädÿ‰\u0013'\u0012Q||¼‰‰‰h·}ûöihhXYYÕybiÆÆS„ßÿ½££ãû÷•_¿~mkk\u001b\u001a\u001a:zôè_~ù……³\u0003\u0000\u0000@±½{÷Nž<™Ïç7iÒ¤¤±ä\u0005;²²²ÇŽ\u001d\u001b7n\\TTÔ©S§*NÀÊËË[¿~}bbâÁƒ\u0007Ù\u000b-Ø(°®_¿ND\u0005\u0005\u0005±±±ÅO((++ûúú\u0016/\u0017\u000b\u0000\u0000\u0000ì044ܱcǨQ£vîÜÙ«W¯Š\u001dâãã³³³---\u0017-Z4iÒ¤\u0003\u0007¶lÙ²¨¨(**êêÕ«|>ßÙÙyÓ¦Mì'—:쭃¥  Ð¶mÛ¶mÛ\u0012QïÞ½\u0013\u0012\u0012\u0002\u0002\u0002FŒ\u0018QUÿ´´´èèèr¯^½ÒÔÔ¬\u000fï€\u0004æhiiq\u001d\u0001$Ž¢¢\"×\u0011\u0000$T¯^½Î;·té҂‚‚ñãÇ÷ìÙSGG'##ãßÿ½xñbFFÆáǍ322\u0002\u0002\u0002¶lْ””$++k``0`À€àààJ\u0017v‡Š8[hôÞ½{ŽŽŽÙÙÙUuxúôéµk×Ê5Þ¸qÃÌ̬OŸ>uœ\u000e¤‰\u0001×\u0011@â`Š'@5ôõõOŸ>\u001d\u0015\u0015åçç\u0017\u0018\u0018øáÃ\u0007--­\u000e\u001d:,Y²¤S§NÅ}444¦L™2eÊ\u0014n£J/™j–Đ@‹\u0016-ºÿþÝ»w¹\u000e\u0002\u0012ÄÇǧx&&@\tMMÍôôt®S\u0000€D›1cƊ\u0015+Šï­1ŽÕe\u001a\u0004\u0002Aff¦@ `ó¤\u0000\u0000\u0000\u0000,c£ÀÊÍÍ]³f±±±’’Rãƍ\u0015\u0015\u0015ŒŒÖ®]›——ÇÂÙ\u0001\u0000\u0000\u0000XÆFåêêzïÞ½ƒ\u0007\u000f&''çç秤¤\u001c?~üɓ'³gÏfáì\u0000\u0000\u0000\u0000,cc’»¿¿DDD³f͊7µ´´,--½½½[µjÅÂÙ\u0001\u0000\u0000€5\u0002@V–Õ\tH’‰\u0002ËÐÐðÚµkNNN¢AAAxø\u000b\u0000\u0000 \u001exõêÕÁƒ\u0007ÃÂÂ\u0014\u0014\u0014ˆH(\u0014òx¼±cÇ:88\u0014·4@l\u0014X‡\u000e\u001d²³³Û¶m[§Nx<^VVVDDDZZš¿¿?\u000bg\u0007\u0000\u0000€:RXX¸|ùòÈÈÈ%K–üúë¯%‹¿§¤¤œ<yÒÊÊjǎ\u001d½{÷æ6$'Ø(°ÌÌÌbccCCC£¢¢ÒÓÓ555]\\\\¬­­åå9[…\u000b\u0000\u0000\u0000ĔŸŸooo_<†Rn—®®îâŋ§N:yòä\u0005\u000b\u0016T³®x}ÅR‰#//?pà@vÎ\u0005\u0000\u0000\u0000,X°`Á¸qã¦NZU\u0007]]]???[[ÛÖ­[÷Ýwlfã\u001c¦¡\u0001\u0000\u0000À7»ÿ~vvv¹êJ(\u0014š››GFF–´¨¨¨\u001c<xpéÒ¥¬\u0007ä\u0018\n,\u0000\u0000\u0000øfÛ·o_³fhKHHˆ³³sxxx¹žFFFM›6}üø1‹é¸‡\u0002\u000b\u0000\u0000\u0000¾MAAARRR»víD\u001b\u001f>|¨¢¢RéÛ ííí/_¾ÌV:‰€\u0002\u000b\u0000\u0000\u0000¾MbbbëÖ­Ë5º¹¹yyyijjVìojj*zß°!@\u0005\u0000\u0000\u0000ß&##CCC£æý\u001bàû×¥o¡\u000455µ6mÚp\u0002$ˆšš\u001a×\u0011@â`\u0015\u0018€:¥££óáǚ÷OIIÑÕÕ­»<\u0012Húþ\r211\u0019;v,×)@‚tèЁë\b q¾éÿÖ\u0000ð­ôôô¢££kÞÿï¿ÿîܹsÅ‘DÒW`ýý÷ß»wïæ:\u0005H\u0010\u001f\u001fŸ¶mÛr\u0002$Ë7ýß\u001a\u0000¾•œœœ‰‰É?ÿüÓ£Gšô?{ö쯿þZש$\næ`\u0001\u0000\u0000À7[ºté/¿ü\"\u0014\nÿ³gxx¸’’RCûŸ0\n,\u0000\u0000\u0000øfÆÆÆ\u0016\u0016\u0016›7o.×\u001e\u001f\u001fobbR²™’’²hÑ\"\u000f\u000f\u000fvÓq\u000f\u0005\u0016\u0000\u0000@C”šš\u001a\u0010\u0010pøðá\u0013'Nܼy3??ÿ[°jÕª¸¸¸\u0015+V\u0014\u0016\u0016VÚáùóç£GÞµkW‹\u0016-ÄÎ+eP`\u0001\u0000\u00004,ááá#GŽœ>}zddd£F\u0004\u0002Áõë×\u0007\u000e\u001c8þüÔÔԚ\u001fGFFfÿþý-[¶´²²:zôhZZZq»P(¼ÿþìÙ³—-[vúôéž={ÖÍ÷!Ѥo’;\u0000\u0000\u0000ԎP(\\¿~ýÓ§O÷ìÙchhXnoPPÝ¯¿þjeeUócþôÓO“&M:s挓“SvvvQQ‘œœ\\çΝ\u001d\u001c\u001cúöíËdz©‚\u0002\u000b\u0000\u0000 ¡X¹r¥’’Òùóçedd*î\u001d2dH¯^½Æ\u001b'//ߧOŸš\u001fVCCcÖ¬Y³fÍb.©ÔC\u0005\u0000 ®”””äädYYÙ\u0016-ZTúž\u0010\u0000Ipåʕ÷ïß\u001f9r¤š>šššgϞ\u001d>|øõë×ÕÕÕYËVÿ À\u0002\u0000¨¥ììì;w^»vMOOO___ \u0010DGGgffN˜0aƌ\u0019\n\n\n\\\u0007\u0004JF±\u0000\u0000 \u0000IDAT(%\u0014\n7oÞìïï_®ÑÂÂâرc¢Ïýikk/^¼xÛ¶mëׯg=fýIî\u0000\u0000µqëÖ­\u0003\u0007¶iÓ&44ô…\u000b;wîܽ{·¿¿ÿÕ«Wóóómll\u001aÚ«mAÂ=xð G\u001eZZZ%-!!!ÎÎÎááá\u0015;ÛÛۇ„„Ôd+¨\n\n,\u0000€ovõêÕ͛7_½zÕÁÁ¡Ü{\u000f•••\u0017,XpòäIggç§OŸr•\u0010 œ\u001b7n\f\u00192D´åáÇ******\u0015;ËÈȘ˜˜¼~ýš­tõ\u0010\n,\u0000€o\u0013\u001d\u001dý¿ÿýï…\u000bÕL·jݺõ™3g\\]]³³³ÙÌ\u0006P•øøøV­Z‰¶¸¹¹yyyUu\u0019\u001b\u001a\u001aÆÅű\u0012­~B\u0005\u0000ðmV¯^íé驦¦VÒ\"\u0014\nÍÍÍËÝ\u0013400˜;w®§§'ë\u0001\u0001*!\u0010\bde¿á—¾¬¬¬@ ¨»<õ\u001e\n,\u0000€o––öñãGх\u0013«™È2iÒ¤   ü–\u0002IТE‹ØØؚ÷Õ×ׯ»<õžô=E¨¨¨ˆ§ A”¢¢\"×\u0011@â|ÓÿÔ¿É\u001füakk+ÚRÍD\u0016YYY33³G\u001euïÞ½Žò\u0000Ԑµµµ¯¯o¹iXÕxþü¹è£…𭤯À233›={6×)@‚4̗0@õtttêèÈïÞ½ëÑ£‡h‹››\u001b\u0011ñùüJû\u001b\u001b\u001b¿{÷\u000e\u0005\u0016pÎÂÂbɒ%YYY<\u001eï?;\u0007\u0006\u0006ZXXTº\u0018)Ԑô\u0015XwïÞݶm\u001b×)@‚øøøLœ8‘ë\u0014 YRRRêèÈ999•\u000eVUEUU5''§ŽÂ\u0000Ԝ¬¬ìÏ?ÿ¼zõê]»vUß3++kÓ¦M—/_f'X}…9X\u0000\u0000ß@OO/99¹æý\u0013\u0013\u0013õôôê.\u000f@ÍÙÛÛ\u0017\u0014\u0014ìÙ³G´1>>^ôVàçϟ\u001d\u001c\u001cÖ¬Y£­­ÍzÀz\u0005\u0005\u0016\u0000À7èÝ»÷­[·jÞÿΝ;ån)\u0002ph÷îݯ_¿vuuýðáCŽ\u000f\u001e<\u00186l˜‹‹Kͧj‰+3“Ν£µkiî\\Z»–Îœ¡Œ\f–N]Ǥï\u0016!\u0000\u0000‡ÌÌÌ\u0016,X““£ªªúŸcbbäåå1\u0012\u0000’C^^~÷îÝW¯^\u001d7nœMóæÍóóóß¼y\u0013\u0014\u0014¤££süøqCCC6¢¤§ÓƍôÏ?4j\u0014õïOšš”‘A\u000f\u001fҘ1Ô¹3ýò\u000bIù_\u001c\u0014X\u0000\u0000ß@FFföìÙ¿þúë†\r\u001bþ³óÒ¥KW­ZÅB*€o2lØ°aƽ~ýúîÝ»\u000f\u001e<PUUmժՙ3g444XJ\u0010\u0019IÓ§ÓòåTn¡¸~ýhþ|ºz•FŒ ß§ÎYÊS\u0007P`\u0001\u0000|›É“'Oš4éÒ¥Kcƌ)iŒ/×m˖-FFF½{÷f7\u001d@M\u0019\u0019\u0019\u0019\u0019\u0019qpâ¤$š>NŸ¦ª†Ê†\r£Îiüx:s†Z¶d5\u001bs0\u0007\u000b\u0000àÛÈÈÈ\u001c9rÄÛÛ{˖-………\u0015;äää̛7/..nýúõìÇ\u0003t³f‘—WiuåçG&&¤ªJ66\u0014\u0011ñµQ_Ÿ~ÿ\\]9ŠÈ\u0000\u0014X\u0000\u0000ßLEEå…\u000bŠŠŠVVV[·n}ôèQjjjrrrXXؚ5k\u0006\u000e\u001cد_¿={öÔÝz§\u0000ÒêÎ\u001dÒÓ£’•á’“iêTòô¤¤$êۗƏ/íÙ©\u0013uè@üÁILñá\u0016!\u0000@mÈÊÊ.\\¸ÐÅÅåÚµkǎ\u001d‹‹‹SPP000\u00184hЪU«ð‚\u0001€Ê>]f\\*,ŒLMiøp\"\"wwÚ´‰ÒÓ©ä}-..äéIƒ\u0006qSl(°\u0000\u0000jOUUuìرcǎå:\b€”xþœD_l0`\u0000YZ~ý<,Œ\f\rIt¢}ǎôæ\r«ñ˜ƒák\u0000\u0000\u0000`‹Œ\f‰¾‡Ç#]]\u0012\nÉϏ\u001c\u001ch×.*÷~\u001e©½ÏŽ\u0011,\u0000\u0000\u0000àNZ\u001a¹¸Pl,ñùdfÆu\u001aÆHka\b\u0000\u0000\u0000ÒGNŽòòJ7óòhð`êЁÂÃ+©®ŠŠH(d3\u001dƒP`\u0001\u0000\u0000\u0000[úõ£\u001b7J7ù|**\"\u0017\u0017Š‹£èhŠŽ¦¢¢Ò½·o“¹9û\u0019\u0019\u0002\u000b\u0000\u0000\u0000Ø2m\u001aíÞ]ºùï¿ôø1µn]ú‘ž^ºwÇ\u000ertd=\"3¤o\u000e–µµõºuë¸N\u0001\u0012¤OŸ>”ž.½ÃÈP\u0017:vìÈu\u0004\u0000¨LëÖÔ¹3\u001d=JNNDD\u001e\u001eäáQyÏ3gÈÀ€LLØLÇ é+°BCC7oÞÌu\n 111-{÷¦äd®ƒ€\u0004ɯGSe\u0001ê›M›ÈΎ45é‡\u001fªìsõ*\u001d>L\u0001\u0001,Æb\u0018n\u0011\u0002\u0000\u0000\u0000‹\u0014\u0014èâE:{–\u0016, \u000f\u001fÊïMO'77:r„|}II‰‹|̐¾\u0011,\u0000\u0000\u0000n**äãCW¯’ƒ\u0003)+S×®¤£Ciiôø1eeÑüùdgÇuDq¡À\u0002\u0000\u0000\u0000.\f\u001bFÆQJ\n½|Iïߓ©)ýô\u00135mÊu,f À\u0002\u0000\u0000\u0000îè꒮.×!˜‡9X\u0000\u0000\u0000\u0000\fC\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fC\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fC\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fC\u0005\u0000\u0000\u0000À0\u0014X\u0000\u0000\u0000\u0000\fC\u0005\u0000\u0000\u0000À0é{UÎàÁƒwïÞÍu\n zzz\u0014\u0014D\u0005\u0005\\\u0007\u0001\t¢8>×\u0011\u0000 A“¾\u0002ëúõëk×®å:\u0005H˜˜˜–C†Pr2×A@‚ä›™q\u001d\u0001\u0000\u001a4Ü\"\u0004\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†Iß$w\u0000\u0000©‘›KB!)+s£a{ñ‚\u0002\u0003éåKÊÌ$]]ê҅FŽ¤f͸Ž\u0005õ\u001c\n,\u0000\u0000¦\u0005\u0004Љ\u0013””D<\u001eÉÈPf&5kFS¦\u001d×É\u001a˜\u0017/hÙ2ÒÔ¤±cé‡\u001fHS“RR(,Œœœ¨M\u001bÚ¸‘´´¸Ž\bõ\u00167\u0005VXXX·nݔ””89;\u0000@]IH éÓ©K\u0017Ú¶Z¶,m‹#//òò¢Ã‡ÉÀ€»|\r‰¿?mßN¿ÿNÆÆ¥::Ô±#MŸNAA4b\u0004\u001d9B&&ÜE„úŒ›\u0002kĈ\u0011\u001e=Ò××çäì\u0000\u0000uâí[š2…öï'SÓò»\f\fÈÞ>¥\t\u0013èèQjߞ‹|\rɝ;´w/]¹B**•w\u00182„Ú·§I“ˆÏ§¦MÙ\r\u0007\r\u0002\u001b“ÜÕÔÔäËJKKkÕª•¼<nP\u0002@}ñù3ýø#8QIuU¢sgòö¦éÓ)+‹Åd\rO^\u001e-YB§N•VW~~dbBªªdcC\u0011\u0011_\u001b\r\riûvZ°€«˜P¿±Q`=xð W¯^cƌyõêUrrrrr²¦¦æÇ\u000f“±ô6\u0000Ô\u001b;v«+\u0019\u0019•¶TúK½M\u001bš;—<=9ÉØP\u001c9BS¦¶ö×Íädš:•<=))‰úö¥ñãK{ZXœ\u001c=yÂIL¨ßØ(°:tèð×_YZZÚÚÚÞ¿_GGGVVVKKKGG‡…³\u0003\u0000Ô¹¢\"\n\b )SJ[ªù¥>q\"]¿N……ìÇl(|}ÉÁ¡t3,ŒLMiøpRW'wwzþœÒÓK÷::҅\u000bìg„z¥u°äää\u0016.\\\u0018\u0018\u0018¸uëÖ©S§æçç³s^\u0000\u00006„‡SŸ>$+ò/j5¿ÔedÈښîÜá$iƒŸO\u001a\u001a¥›\u0003\u0006Ðŋ_?\u000f\u000b#CÃ2{ûõ£û÷Y\u0007\r\u0003«³ Ú¶m\u001b\u0012\u0012rèС‚‚\u0002e,\f\u0003\u0000õÆ«WÔ¹s™–\u0001\u0003ÈÒòëç\u0015©wêD¯^‘•\u0015{\t\u001bŽOŸ¨qã2-<\u001eñx$\u0014’¿?͙Cûö‘ŒLéÞF(/åŒÐ\u0010°½’»¬¬¬««ë™3grss\u0003\u0002\u0002X>;\u0000@¨ô—º®.\t…äçG\u000e\u000e´kW™_ê\u001a\u001aeîR\u0001ƒ”•)7·|cZ\u001a\u001dK\u001b6\u0010ŸO#Gr\u0011\u000b\u001a\u001cΞã»w£cvvvU\u001dΝ;·e˖rñññ?ýôÓîÝ»ë8\u001dH\u0013===\n\n¢‚\u0002®ƒ€\u0004Qœ?ŸÕó5iB))å\u001bÓÒÈŅbc‰Ï'3³2»RR¸_\u001aàÞ=âóéùsÊÊ\"55jߞF¢ï¿/S\bJ#EEÊÉ)Ӓ—Gƒ\u0007ÓСtþ<Éɕï\u001f\u0017Gzz¬¥ƒ\u0006D(U\u0016.\\hY2ê\u000e@DD111B==!\u0011>ðQòaffÆê¿MϞ\t§O/Ӓ›+ìÞ]¸r¥°°°’þ³f\t\u001f>d'Z%ž=\u0013\u000e\u001e,œ=[xó¦0'G(\u0014\n?\u0016Þ»'\\´Hhc#üûo΂1eÆ\fáãÇ¥›gÎ\bMM…ïޕ~ˆþ¡üö›ðøqö3‚$pvv~óæM\u001d\u001dœÕ\u0011,@­¦¦&+‹—L\u0003@=òÝwôò%å䐪ê×\u0016>ŸŠŠÈŅâ⾶\u0018\u0018|\u001d>ùò…ž<¡®]¹‰zí\u001aýïtô(µiSÚ¨¬LæædnNññäèH3gÒ¸qÜÄcĬYäáA§N}Ýü÷_zü˜Z·.퐚Jŏ±ç瓷7\u0005\u0005q\u0010\u0012ê;6\nÜÜÜ5kÖ\u0018\u001b\u001b+))5nÜXQQÑÈÈhíÚµy˜W\b\u0000õÆO?‘謆’_ê%\u001f%“®<=iÆ\fN2Ò£GäáAW®”©®DéëS` \u001d9BýÅn2FõèAÊÊäëûuÓÄÂ2\u001f%‹\u0004­\\I..Äãq•\u0014ê16\n,WW×{÷î\u001d<x0999???%%åøñãOž<™={6\u000bg\u0007\u0000`äIôäIéXHU¿ÔoÜ û÷éÇ\u001f9H(\u0010Ð…äí]:ÌVéR¨JJäíM˖I÷¼Æ={Èˋ\u0002\u0003«ì \u0014Ò¦Môå\u000b99±\u0018\u000b\u001a\u00106\n,ÿãǏ[YYikk+((hiiYZZz{{ûûû³pv\u0000\u00006ÈÊ҉\u0013äéIǎUÙÇۛ6o¦\u0013'ˆ“i\u0012\u0001\u0001Ô¯\u001fµhñu³š¥PµµiܸÒ[lÒHY™üüèÄ\tš;—Þ¿/¿÷É\u0013\u001a9’„Bòòâ\"\u001c4\blü%744¼víZ¹Æ   \u0003¼R\u001e\u0000ê\u0013\u001e\u0002\u0002(2’\u0006\r¢óçéÓ§¯í™™tþ<\r\u0019BOžP``™\u0005±ØtéR™µæ«_ßÜÁø|ö32IMÎž%;;š1ƒ\u0006\r¢9shÅ\nrv¦~ýÈӓ¶m£Õ«¥þ‘I`lLr?t萝Ý¶mÛ:uêÄãñ²²²\"\"\"ÒÒÒ0‚\u0005\u0000õ¢\"ýú+%$йs4eÊח:óxdmM‡\u000e\u0011·ÿ«Œ‰¡öíK7«_\nµiÓÒ\u0002Qª\r\u001eLƒ\u0007ÓçÏ\u0014\u001dM\u0019\u0019¤«K††$ÏÙ\u0012EÐp°q‘™™™ÅÆƆ††FEE¥§§kjjº¸¸X[[Ëã\u0012\u0007€z©E\u000bZ´ˆ\u0016-â:Gµª_ß¼˜PXOÆxTT¨cG®C@ÃÂR‰#//?pà@vÎ\u0005\u0000\u00005RÍR¨ÅêGu\u0005À\u0005¬G\u0005\u0000Ð0¨©ÑǏ¥›Åë›wè@áá•TW¹¹ÜÌÄ\u0007¨/ð÷\u0007\u0000 a\u0018:”Dg¾Š.…\u001a\u001dMÑÑTTTº÷úu²±a?#@½YP\u0000\u0000\rôidkK“'“‚\u0002Qµë›\u000b…´};ùøp“\u0013 ^À\b\u0016\u0000@ÃÀ㑣#-[öu³šõÍ7n¤\u0011#¨Y3®’\u0002Ô\u0003(°\u0000\u0000\u001a\fgg\u0012\bhÕ*\u0012\bªìãáAQQ´x1‹±\u0000ê!\u0014X\u0000\u0000\rÉΝ¤­Mƒ\u0006џ–)³„Bºs‡†\r£ü|:r\u0004Ï\u000f\u0002ˆIúæ`Y[[¯[·Žë\u0014 AtuuéìYÊÏç:\bH\u0010Å5k¸Ž Á~þ™Æ§;iõjÒÐ mmúø‘>~¤\u001e=è·ßª|\u000f4\u0000|\u000bé+°BCC7oÞÌu\n 111-'L äd®ƒ€\u0004ɯtU'(¡¯OÛ¶\u0011\u0011}ùòun»Š\nי\u001a¨\u001f?¾xñ\"%%EKK«]»vúúú\\'\u0002fH_\u0005\u0000\u0000ŒQV¦–-¹\u000eÑ@ݼys˖-B¡ÐÌÌLGGçÙ³gûöíKNNvqqqppÅ:dR\u000e\u0005\u0016\u0000\u0000\u0000«\n\n\næ͛WPPpðàÁæ͛‹îÊÉÉñôô´µµõööÖ)y®\u0013¤\u0010\n,\u0000\u0000\u0000ö\b\u0004‚É“'\u000f\u001b6ÌÉÉ©â^UUÕ_~ùåîÝ»?üðC@@€†è\u001b¸Aª`\u0004\u0012\u0000\u0000€=žžž={ö¬´º*aii¹~ýzWWWÖR\u0001ãP`\u0001\u0000\u0000°äÇ\u000f—/_^\\v™1¡Phnn\u001e\u0019\u0019)ÚØ¿ÿƍ\u001bÿõ×_ì\u0006\u0004Æ À\u0002\u0000\u0000`Éùó睝E'°‡„„8;;‡‡‡Wì¼xñâÇ\u000f³˜\u000e˜„\u0002\u000b\u0000\u0000€%ׯ_\u001f>|¸hËÇ\u000fUTTT*[&ÃÄÄäíÛ·lE\u0003†a’;\u0000\u0000\u0000K222Ê=\u001bèææFD|>¿Òþ***yyyJJJl„\u0003Fa\u0004\u000b\u0000\u0000@B)**\u0016\u0014\u0014p\u0002j\u0003#X\u0000\u0000\rTaaáŋ\u0017/]º”ššZTT$''§®®>bÄ\b\u0007\u0007\u0007•¢\":r„®^¥ü|**\"99RT$[[š>ÔÔ¸\u000e.Ŕ””¾|ù¢¬¬\\Ãþ™™™jøK'Œ`\u0001\u00004D7oÞ´²²ŠŽŽÞ²eˍ\u001b7nÞ¼yãƍßÿ½  à×®]?š™QãÆtö,ݸA7oҍ\u001btö,©«Ó Atî\u001c×Ù¥XŸ>}nܸQÃÎ)))šššuš\u0007ê\u000eF°\u0000\u0000\u001aœS§N>}úòåËZZZ¢íººº?}úTdaáZTÔ.)iEãÆ¥û\u001a7&GGš8‘~ú‰¢¢hùr¶C×\u000bãǏ_¹re¹yîU9|øð¸qãê:\u0012Ô\u0011Œ`\u0001\u00004,·oß>}ú4ŸÏ/W]\u0011\u0011?O/_Ê\u001d?~ØÛû͛7§OŸ.ß¡Q#:z”\"#éüyvÒÖ3íÛ·×ÔÔ\f\n\núϞ111W¯^8q\"\u000b© . À\u0002\u0000h@ŠŠŠ–/_~âÄ\t\u0005\u0005…’Ư\u000b]>|H;vо}ōûöí{¼~½ÀؘTUÉƆ\"\"J²?mßN99,‡¯\u001f¶oß¾aƧOŸŠ6ÆÇǛ˜˜”l¦¥¥M:uÿþýrrr¬\u0007\u0004fHß-BkkëuëÖq\u0002$ˆ®®.=Kùù\\\u0007\u0001\t¢¸f\r×\u0011$”¿¿ÿ!C´µµKZBBBN:\u0015\u001e\u001eN|>MŸN\u001a\u0015·+~ü¸1&†ïà0fÇ\u000eÚº•Æ§’š Q#rv¦\u0013'觟Øÿ\u0016¤ºººÏäɓ]\\\\¦L™\"##S®ÃíÛ·—.]ºmÛ¶Ž\u001d;r’\u0010\u0018!}\u0005Vhhèæ͛¹N\u0001\u0012$&&¦å„\t”œÌu\u0010 ùff\\GP|>ÕªU¢-¥\u000b]ÞºE\u0017.”î\b\u000b“íÖm_lì\u0018uurw§M›(=Jæ\\\u001eMŽŽ(°jÇÀÀàÚµk[¶léׯ߈\u0011#z÷îݤI“ŒŒŒgϞñùü\u0016-Z\\¼x±Y³f\\Ç\u0004±H_\u0005\u0000\u0000µ\u0016\u001b\u001bkll,ÚRºÐåçÏ$2²E\u0003\u0006ÈYZ\u0016N˜@D\u0014\u0016F††¤¡QºW[›²³Y‰\\?©¨¨¬]»vÙ²eüñÇ_ýõþý{mmm###ooïr+‘‚”B\u0005\u0000\u0000•áñˆÇSTP(ºtInþ|Ú·*ÜÌ\u00021)++ÛÙÙÙÙÙq\u001d\u0004˜‡\u0002\u000b\u0000\u0000ª–¶úáC¹Í›‰Ï'Üu\u0005ø\u0016xŠ\u0010\u0000 \u0001iÞ¼ù»wï*ßÇãQJJéf^ž`àÀ855\n\u000f¯¤ºzÿžDWÉ\u0002€²P`\u0001\u00004 vvvçªZŠÝƦÌ*í|~VFFƸq\u0014\u0017GÑÑ\u0014\u001dMEE¥{/\\ ÜØ\u0002¨\u001a\n,\u0000€\u0006d̘1þþþŸ>}ªd߈\u0011tútÉÔuÁß7ŽŽž½u+µnýõ#=ýkÏìl:uŠ\u001c\u001cØJ\r }P`\u0001\u00004 \n\n\nëÖ­srr\u0012\b\u0004¢íñññ&¦¦äîNÓ§“@@D‹òó\u000f\u001f:DBaéGñÓm\u0002\u000199‘»{ɊY\u0000P\u0011&¹\u0003\u00004,\u0003\u0007\u000e|óæ̈́\t\u0013Ž\u001e=ª¦¦Vfß°aôîpüø¥::Ê\u001a\u001aÎÎÎå¿8+‹œœ¨\u001a6ŒµÀ\u0000Ò\b\u0005\u0016\u0000@ƒ3kÖ,\u0003\u0003ƒAƒ\u00069::ÚÛۗ,잝}YS󟈈eyyMæÍ£„\u0004jÑâë×$$Ðùótî\u001c­YCC†p\u0016\u001d@J À\u0002\u0000hˆ†\u000f\u001fÞ¿ÿ\u0013'NL›6í˗/EEErrròòòC†\fYuû¶¦Š\n=K\u000b\u0016ÐǏ$\u0010¬,ii‘\u001dýù'))q\u001d@\n À\u0002\u0000h ”••gΜ9sæÌÊwO›FÓ¦±›\b þÀ$w\u0000\u0000\u0000\u0000†¡À\u0002\u0000\u0000\u0000`\u0018\n,\u0000\u0000\u0000\u0000†Iß\u001c,kkëuëÖq\u0002$ˆ®®.=Kùù\\\u0007\u0001\t¢¸f\r×\u0011\u0000 A“¾\u0002+44tóæÍ\\§\u0000\t\u0012\u0013\u0013ÓrÂ\u0004JNæ:\bH|¼™\u0018\u00008…[„\u0000\u0000\u0000\u0000\f“¾\u0011,\u0000\u0000©‘‘A±±”žNººÔ¶-)*r\u001d\b\u0000X‚\u0002\u000b\u0000 \u000eðù´o\u001fÉ˓‘\u00115nL))ôâ\u0005µlI+WR‡\u000e\\‡\u0003€:‡\u0002\u000b\u0000€Q\u0019\u00194m\u001a™˜\u000fii•Ùõô)-YBææ´j\u0015ÉÈp”\u000f\u0000؀9X\u0000\u0000ÌÉÊ\";;Z´ˆ¶l)_]\u0011QçÎtù2\t…4>\u0017á\u0000€=(°\u0000\u0000˜ãêJ«W“M•\u001dddÈݝäåéøq\u0016c\u0001\u0000ÛP`\u0001\u00000äÖ-RS£ÁƒK[üüÈĄTUÉƆ\"\"JÛÿ÷?Ú¿ŸrrØÏ\b\u0000ì@\u0005\u0000À\u0003\u0007hÙ²ÒÍädš:•<=))‰úö¥ñãKw5jD\u0013&¿?û\u0019\u0001€\u001d(°\u0000\u0000\u0018\u0012\u0013Cíڕn†…‘©)\r\u001fNêêäîNϟSzzéޑ#)(¨’ƒ\b…už\u0013\u0000êžXO\u0011Ο?ßÞÞ¾OŸ>rrrL\u0005\u0002\u0000JYYågµ\u000f\u0018@––_?\u000f\u000b#CCÒÐ(ÝkhHqq_?\u0017\bèÂ\u0005:žRSIV–ˆ¨ €ºw'ggê҅…ì\u0000À8±\n,MMÍyóæ½ÿ~̘1ööößÿ½¼<Ö}\u0000€\u0006éógRV.ÓÂã\u0011GB!ùûӜ9´o_™¥\u0019ääH  \"zñ‚fÍ¢\u0003iÇ\u000eÒ×ÿºW(¤ðpZ¿ž´µi×.jԈ­o\u0003 !\u001a1b„’’RçΝçϟ¯UñùßZ\u0011«\u001eZ·nݺu뢢¢ø|þÚµk_½zegggooocc£  ÀH>\u0000\u0000éФ\t¥¦–oLK#\u0017\u0017Š%>ŸÊ½\u001e1#ƒÔÕéÎ\u001dZ±‚Nž¤V­Ê앑!ssºp.\\ áÃÉϏÔÔê6?@\u00036tèP%%¥N:ñx<¦ŽÉÀ€“–––AÛ¶mŸ={v÷îÝgϞ999yyy\u001e=Züƒ\u0003\u0000H\u0007YY’‘¡¬,*ù\u0007:/\u0006\u000f¦¡Céüyª8\"4”¾ûŽ–.¥Ë—+Y1«„½=©¨“\u0013?_WÉ\u0001\u001a¼¹sç\u0016òæ͛–-[\n…B__ßìììiÓ¦)Öö\rWbMrߺu«µµµ¾¾þ¡C‡ºwïþÏ?ÿ\u0014×X§Nš={¶8G\u0006\u0000>£Fљ3¥›|>\u0015\u0015‘‹\u000bÅÅQt4EGSQQéÞ\u0013'(\"‚¶o/­®ªZÓÁ֖ôõ)0•ï\u0001 áZ¿~}§N233wïÞíáá±ÿþ’«\u0016Ä\u001aÁŠˆˆ˜?þ AƒÊ\r©õìÙsïÞ½â\u001c¹\u001a–––\u000b\u0017.¬£ƒƒ4ÒÑѡߧÜ\\®ƒ€\u0004Qرƒƒ³ººRÿþ4vìךéßéñcjݺ´Cj*éè\u0010\u0011\u0005\u0007“’\u0012egSïÞ_w\u0015¯éàãCýúÑÖ­4~<=}Zú…«VÑäÉ4|8kß\n@\u0003´k×®°°0mmí}ûöùúú6nܸG\u001e¿ÿþ{íŽ&VµÿþC‡\u000e…‡‡\u000f\u001c8Ïç¿yófÞ¼yJJJªªªuwðï¿ÿ>|øp\u001d\u001d\u001c¤Ñ“'OT–,¡”\u0014®ƒ€\u0004)hۖƒ³6jD[¶ÐäÉté\u0012)+“‡\u0007yxTÒíåKZ³†Æ+óPaɚ\u000eDäîN›6Qz:ij~Ý«£CòòeZ\u0000€iEEE\u001a\u001a\u001aOž<\u0011\b\u0004]ºtIHHÈÏϯõÑÄ*°\\\\\\ž={vàÀ\u0001\"jݺµ§§ç‹\u0017/Ž\u001c9\"Î1ÿS~~~ºèZ2Ðà\t\u0004\u0002úô‰pU€$èۗfÍ\"[[Ú¿ŸÚ·¯¤ƒ¯/mßNÞÞ´g\u000fYY•¶W¿¦\u0003\u0011}÷\u001d½yC={ÖYt€†nÒ¤IC†\f\u0011\b\u0004\u000b\u0016,ˆ‹‹³³³ëß¿­&VuéҥǏ\u001f·iӆˆLMMO:Õ¥K—º.°\u0000\u0000$Ú¨QddDK–º:\u0019C\u001d:¦&½OwïÒùóÔ½;\u0005\u0006’º:ed”)¡ª_Ӂˆ´´èãG–¿\u0015€\u0006eϞ=|>¿°°ÐÞÞ>..nòäÉ3gάõÑÄ*°š6mšššZ\\`\u0011Qbb¢¶¶¶8\u0007\u0004\u0000¨\u000f:v$zõŠ._¦à`JO§¦M©{w:žJþ‘ÔÑ¡\u000f\u001fÊÌЪfM\u0007\"JI!]]–ò\u00034Hòòòöööş·nÝzɒ%b\u001dMœ/Þ¸qãðáÃ\u001d\u001c\u001cZµj\u0015\u001f\u001fïíí½mÛ6q\u000e\b\u0000P\u0018\u001bÓâÅUîíܙ\u001e<(½åWýš\u000eDôì\u0019\u0019\u0019ÕIN\u0000 \"¢\u0010ww÷e‡Š###kw4±\n¬‰\u0013'vëÖíܹs¯_¿nÚ´ipp°©©©8\u0007\u0004\u0000h(†\u000f§qã¨dE\u001bÑ5\u001dŠ\u0019\u0018”VZ±±¤¢‚µF\u0001êÔôéÓ'Mš4eÊ\u0014F^K#î!Ú·oïîî.~\u000e\u0000€†EK‹:w¦+WÈ֖¨Ú5\u001dˆhõjZ¶Œƒ\u0000\rIAAÁš5k”˽óª¶ÄZh4$$ÄÒÒÒ¤¬š|a^^ž8ç\u0005\u0000¨\u000fÖ¬¡M›(:šˆÈÄÂ2\u001f%ÕՑ#¤®N\u0016\u0016Ü\u0005\u0005h\u0010~þùç]»v\u0015\u0016\u00162r4±F°j8˜–ššºvíÚ'OžXXX,^¼xȐ!\u001f?633óññi×®8\u0001\u0000\u0000¤˜¦&\u001d>L“&Ñîݕ¯¿ \u0014’§'Ý¿O§N±\u001e\u000e Ááóù\u001e=Ú¼ys³fÍdþÿ1^næ`Õp0mƌ\u0019Ÿ?ž;wîµk׺uë¶`Á‚?ÿüsÓ¦MóæÍ»zõª8\u0001\u0000\u0000¤›‰\tùúҜ9Ô¸19;“…\u0005ÉÊ\u0012\u0011efҕ+´?\r\u001dJgÎ|m\u0004€ºtèÐ!\u0006&VU<˜æææVý\bVHHȋ\u0017/Z¶lijjzìØ1\u0017\u0017\u0017MM͟þ¹†÷\u0013\u0001\u0000ê3==ºx‘\u001e< sçÈݝ\n\u000bI^ž\u001a5¢AƒèìYjڔë|\u0000\r\u0005³e‰X\u0005V\r\u0007Ó´µµSRRZ¶lill|æÌ\u0019---\"ÊÌÌTUU\u0015çì\u0000\u0000õGϞX¥\u001d€+\u001a5:räÈúõë+îâæ\u0016a\r\u0007ÓÖ®]Û¯_?33³ÐÐÐ\t\u0013&\u0010ÑÞ½{7mÚ4cÆ\fqÎ\u000e\u0000\u0000\u0000 >>Ÿß¥K—îÝ»3xL±\n¬âÁ´¢¢¢””\u0014===™r/vøNNNýúõ»{÷nI\u0007EEÅß~ûmÔ¨Qâœ\u001d\u0000\u0000\u0000@|C‡\u000e%¢æ͛\u0013QQQQjjªŽŽŽ˜«a‰5q2))iРA<\u001eÏØØ8&&ÆÜÜ<**ªÒžíÚµ›6mšìÿÏӜ1cFϞ=\u0003\u0003\u0003Å9;\u0000\u0000\u0000\u0000SÞ¿?~üøF\u001aµmÛVYYÙÞÞ>%%¥ÖG\u0013«:[¼xq»víüüüÚ´iÓ²eË!C†¸¸¸„„„ÔäkïÝ»çè蘝éùò\u0000\u0000 \u0000IDAT]U‡€€€\u0013'N”k|ôèѨQ£\u0016.\\(Nl¨gtttè÷ß)7—ë  A\u0014vìà:\u0002\u0000H™™3gjii%&&6iÒäÇ\u000fK–,™9s¦¯¯oíŽ&#\u0014\nk\u001dE[[ûíÛ·\u001a\u001a\u001azzzÉÉÉéééúúú999µ> ¨ÏŸ?'''—kܸqcBB›7o\u00189\u0005Ô\u000fýõWó1c(5•ë  Azikß¿Ÿë\u0014\u0000 Ñf̘±bŊ¶mÛ\u0016oª««ÇÄÄhjj\u0016o~üø±uë֟>}ªÝÁÅ\u001aÁÒ×׿}ûöˆ\u0011#Š7\u001f=zÔZô=\u000f\u0015\b\u0004‚ììl555Ù\u001a¬é¢¢¢Ò¦M›r\u001b7~ùòeU7\"¡a*,,¤˜\u0018ªPŽCC&ÔÒâ:\u0002\u0000H\u0019==½ÿýwÀ€\u0001ś\u000f\u001f>lÖ¬Y­&Vµ{÷î±cÇÚØØdff:99\u0005\u0006\u0006V¼©GD¹¹¹ÿûßÿ|||Þ½{WXX(''׺uëɓ'¯X±BIIIœ\u0000\u0000\u0000\u0000\u0000ŒØ¼yóرcG\u001eݪU«˜˜\u0018__ßÇ\u000f×úhbMr·²²zùòåˆ\u0011#V®\\Ù§OŸÇ\u001f\u0017ÏÃ/ÇÕÕõÞ½{\u0007\u000f\u001eLNNÎÏÏOII9~üø“'Of—¼F\u001e\u0000\u0000\u0000€Söööÿþû¯©©inn®©©é?ÿü3vìØZ\u001fM¬\u0011,\"ÒÖÖþñÇ\u001f«ïãïï\u001f\u0011\u0011Q2Φ¥¥eiiéííݪU+1Ï\u000e\u0000\u0000\u0000Àˆüüük×®uêÔiá…|>ß××wÞ¼yµ¾Õ&Venn^±1,,¬\\‹¡¡áµkלœœD\u001bƒ‚‚\f\f\fÄ9;\u0000\u0000\u0000\u0000S\\\\\\ž={vàÀ\u0001\"jݺµ§§ç‹\u0017/Ž\u001c9R»£‰U`íܹ³ø\u0013¡P\u0018\u001f\u001fÿÛo¿Í™3§b·C‡\u000eÙÙÙmÛ¶­S§N<\u001e/+++\"\"\"--Íßß_œ³\u0003\u0000\u0000\u00000åÒ¥K\u001f?.~ÀÎÔÔôÔ©S]ºtá¦À*7‚5`À€þýû\u001b7®\\733³ØØØÐÐШ¨¨ôôtMMM\u0017\u0017\u0017kkk1×H\u0005\u0000\u0000\u0000`JÓ¦MSSSKV0HLLÔÖÖ®õј,qâââªZ@A^^~àÀ\fž\u000b\u0000\u00008ôðáÃk×®½}ûöóçϺºº½{÷\u001e6l˜††\u0006×¹@º}ùò%%%EGGGUU•ý³oܸqøðá\u000e\u000e\u000e­ZµŠ÷ööÞ¶m[­ÆØ\bVaaáãǏçΝ+Î\u0001\u0001\u0000@…‡‡¯ZµªM›6?üðƒ½½=ÇKNN¾u떝••Õʕ+•••¹Î\bR&!!açΝwïÞÕÐÐÐÖÖNOOÿøñc—.]\u0016.\\ؾ}{ÖbLœ8±[·nçΝ{ýúuÓ¦MƒƒƒMMMk}4fæ`\u0015ÓÐÐ`ó\u0007\u0001\u0000\u0000,;|øð¥K—Ž\u001e=*ú”’žž^×®]ç͛wòäI[[[\u001f\u001f\u001f===\u000eC‚tÙ³g¯¯ïʕ+=<<D×!¿ÿ¾››[—.]6lØP“õÉÅ1bÄ\b%%¥Î;ϟ?ßÝݝ‘c2ÿ\u0014!\u0000\u0000ÔK—.]\n\u000e\u000eöóó«t\u0006­ŒŒÌ´iÓ:vì8qâÄ+W®¨¨¨°Ÿ\u0010¤Î²eË\u0004\u0002ApppÅ\u0012ªW¯^—/_Þµkה)S¼½½ë´Æ\u001a:t¨’’Rñ£xL\u001dS¬¸úúúššš\u001aU`*\"\u0000\u0000p.--mûöíGŽ\u001c\u0011­®„B¡¹¹ydddI‹™™Ù̙3×­[ÇEF2'OžÌÉÉÙºuk5Åӂ\u0005\u000bzôè±aÆ:M2wî\\\u0017\u0017\u0017\u000b\u000b\u000b\u0005\u0005\u0005¦Ž)VåîîÞµk×ÀÀÀˆˆˆk×®õìÙsݺuÑÿ¡„\u0000\u0000À=OOÏå˗‹Î¯\n\t\tqvv\u000e\u000f\u000f/×sÒ¤Iÿýw*Þ¿\u000eÕÊÎÎÞ»w¯§§§hcŒˆ\u0016/^|ïÞ=©{\r±X\u0005Öƍ\u001b½½½ûôéÓ¬Y3ssóâùö\u0018Á\u0002\u0000¨BCCmmmE[\u001e>|¨¢¢Ré­À‰\u0013'^¾|™­h •Îœ9ãèè(ºNzU%;\u0011ýüóÏâ¼\u0016\u0013bÍÁ’‘‘‰ŠŠjÑ¢EñæÛ·o\u0005\u0002\u0001\u0013©ªcfföŸ/ç\u0006EKK‹¶n¥ÏŸ¹\u000e\u0002\u0012DáØ1®#ԕ‚‚‚””\u0014\u001e§®®ÎÚISSS[´hQî>Ž››\u001b\u0011ñùüŠý­¬¬¶mÛ6}út–ò\u0014ºråʾ}ûD[ª)Ùmll6oÞÌB*¡Pøæ͛„„„f͚\u0019\u0019\u0019‰3ñK¬\u0002kõêÕ?üðƒ««kÛ¶m£¢¢\u000e\u001c8°lÙ2q\u000eX\u0013‘‘‘\u0001\u0001\u0001u}\u0016\"#FŒPóò\"܏\u0000\u0011…b,\u000f(™²²²¼¼¼‚‚‚äååõôô²²²ÒÒÒÚ´i3gΜ޽{×õٓ““KÞ'[\u0013͛7OJJª»<P\u000f¤§§7mÚT´¥š’Á©QՈˆˆ˜8qbBBB«V­âââôôôΝ;gbbR»£‰U`¹ººvíÚõìÙ³ÁÁÁMš49{öì€\u0001\u0003Ä9`MdggKݍX¨S………\u0014\u0013CÉÉ\\\u0007\u0001\t\"ÔÒâ:\u0002“\u0002\u0002\u00026mÚ4þü   Ñ[*‘‘‘›7oÞ¿ÿÞ½{ëtõ)eeå/_¾Ô¼ÿçϟ±\u001a\u00160KAA¡°°°Nß\u00013}út[[Ûõë×\u0017ŸkíÚµÎÎÎwîÜ©ÝÑÄ\rÚ«W¯\u001e=z¤¤¤èééÉÈȈy4\u0000\u0000(çرc\u0001\u0001\u0001ÁÁÁ\u0015׶6119qℯ¯ïȑ#ýýýëne„\u0016-Z|Ó£K¯_¿.yß\b\u0000#꺺\"¢ˆˆˆË—/\u0017–ÉËË»¹¹íÞ½»ÖG\u0013k’{RRÒ Aƒx<ž±±qLLŒ¹¹9Ɩ\u0000\u0000\u0018\u0014\u0016\u0016vþüù3gÎTóæÑ£Gϟ?ßÕÕõÿØ»ó¸\u001aÓ6\u000eà¿öõDiC)I\nc\r1¡D\u001aícɖ-Y²¼–fB“uìY\"Û`„²Ó)I\"ËXÃÈ:ÅØZ¨PQÑÞyÿ¨©S*¥sžçœº¾Ÿþè¹Ïí<?ó¾¸zÎ}_·ðb(((ÈÈȤ¥¥ÕrþéÓ§mll„—‡4\u0000íÚµ{ðàA-'§§§3ÐYÍÎÎîèÑ£<\u001e¯ä’ËåZ[[÷»Õ«Àš?¾¡¡á‡\u000f\u001f”””Zµj5xð`ww÷ú¼!!„2<\u001eÏÛÛ{×®]5·ž\u0002ààà   pñâEᅙ<yr-ÏeKOO¿~ýzß¾}…\u0017†4\u0000C‡\u000e=xð`-'\u001f9rÄÑÑQ¨y\u0000(((̙3§S§NNNNÝ»wŸ8qâ—/_Fþ§®ïV¯§mçΝ{ñâEIQ)))9gΜú\u001c‹H\b!„ß­[·:tè ££S6\u0012\u0015\u0015\u0015\u0014\u0014Tå>öß~ûmÞ¼y\u0003\u0006\f\u0010R\u0018ggç={öDGGWZSŸ””ÄÉãñf̘±xñb)))!%!\ràAƒÖ­[÷êÕ«Ö­[×<óãǏ—.]\u0012v$+++\u0001.%¯W¥££síÚ5;;»’Ëû÷ïó?\u0013!„Z\n\u000b\u000bûùçŸùGjØÇ®§§—––VPP ¤ýV\u0012\u0012\u0012û÷ïwttôóóëÑ£G•s\n\u000b\u000bç̙ӹsçAƒ\u0006\t#\u0003i`¶lÙ2~üø°°0þž#•Jö‚‚\u0002WW×U«Vñoï\u0010’ïxLUƒz}D¸e˖\t\u0013&\f\u001f><33sâĉ...ô\u0004‹\u0010B\u0004åùóçíÛ·ç\u001fñôôô÷÷WUU­r¾¾¾þÛ·o…—GCC#88ø·ß~[²dIfff¥W¯_¿nmmݹsç\u0005\u000b\u0016\b/\u0003iHLLL–-[fkkûôéÓ*'¼}ûÖÎÎnÔ¨Q\u0016\u0016\u0016BM\"//èÐ!ãª|÷{Öë\tVÿþýŸ>}\u001a\u0016\u0016Ö¹sgmmíU«VÕ©Q\n!„\u001adeeÕéèY\u0015\u0015•OŸ>\t/\u000f\u0000--­ˆˆˆ£G\u000e\u001d:TNNÎÐАÃá¼}û666¶sçÎû÷ï×ÕÕ\u0015j\u0000ÒÀXZZîÙ³gÞ¼y:::...={öTVVÎÉÉyøðáñãÇÿþûïuëÖU÷ÄT€¸\\n§Nºuë&À÷¬WÕ©S§   ê«N\b! ©©ùîÝ;==½ZÎOMMÕÖÖ\u0016j$\u0000\u0012\u0012\u0012%k~322\u0012\u0012\u0012233›7oÞºukZtE¾O»víΜ9s÷îÝS§NmÞ¼ùÓ§OÊÊÊFFF\u000e\u000e\u000eëׯg¦\u0003Tɦ×\u0016-Z\bð=ëU`\u00181bǎ\u001d›7o–••\u0015T B\b!%ºvízãƍZ\u0016X<\u001e/))ICCCةʨªªV÷a%!uejjjjjÊÖÝ»téRÝK÷ïßÿ¾÷¬Wuá…û÷ï\u0007\u0006\u0006jii•ýìRió0!„ïãää4kÖ¬Q£FÕfò•+WzôèA\rŸ\tù\u000e\u0001B8½´^\u0005ÖΝ;\u0005•ƒ\u0010BH%zzzZZZ—.]²´´¬yfaaá²eË\u0002\u0003\u0003™\tFH\u0003cnnž””Ô´iS\u0000‡\u000e\u001drppPVV®ç{~ç.Beeå\u001f?–,°¿wŽNý×Û\u0013B\b©dõêÕÞÞÞñññüƒIII•þ²7oÞ¨Q£Z¶lÉl:B\u001aˆÏŸ?—}ïááñáÇú¿çw\u0016XˆB\b!¤\u0012uuõ½{÷Ž\u001c9òÚµkUNÈÎÎ\u001e?~¼ºººPÊ!„Ô•pÏM\u0014†Î;;88°‚ˆ¦M›ÂÛ\u001b|E?!Ò\\.Û\u0011\u0004ÆÄÄ$$$dÞ¼y[·nuuuíÛ·o“&M\n\u000b\u000bŸ={ÆårÃÂÂ\u0016,X@+\u0012\"jįÀJLL¼}û6Û)ˆ\b\u0019?~¼ÊéÓ¨õ1´¤1(’¬W\u0017eQ£©©\u0019\u0018\u0018\u0018\u0017\u0017wòäÉ?þø#;;[RRÒÀÀ`Ȑ!žžž´›ú‹‰‰)i;WXXøðáòæ¾{oã÷\u0017X\u0002RKéééÿý·PoAÄK~~>\u001e>DJ\nÛAˆ\bá±·ß[xŒ½½½ÙNA\u0004&??ÿÞ½{oß¾åñx-[¶ìÖ­\u001bÕÊliÖ¬ÙðáÃK¾———Ÿ4iRÙKß½\bê;\u000b,aD!„\u0010B\u001aƒ7oÞ¬X±âŸþ133+é}\u001f\u001d\u001dý믿¶oß~ñâłmwIjC\u0018¥Ëw\u0016XTE\u0011B\b!߁ËånØ°aåʕýúõ«ôÒå˗GŒ\u0018ñË/¿8::²’\bø­Á\"„\u0010BÄÔɓ'ƒ‚‚Ν;§¨¨øõ«\u0016\u0016\u0016‘‘‘cǎ-,,\u001c:t(óñˆ\u0000QE\b!„0áå˗þþþgϞ•——¯nŽ¢¢bPPM×®]\r\f\f˜ŒG\u0004«Am´!„\u0010BDÖâŋׯ__©ºâñxfffü§Ì)((øúú.^¼˜ñ€D¨À\"„\u0010B„.33óÝ»w•6ÚGEE¹¹¹EGGWšÜ£GwïÞeff2\u0018\b\u0018}DH\b!Æóç\b\rœ'ÈȀª*:t€ƒ\u0003\f\rَÕ(\\¹reàÀ•\u0006cbb\u0014\u0015\u0015«\\eeeõ×_ÙÙÙ1’Ž\b\u001e\u0015X„\u0010Ò\b¼~_\u0005€\u0011#àè\b55¤§#&\u0006‹\u0016AB\u0002ëÖAOíˆ\r\\bb¢¾¾~Ùeqq1—˽sçNjjjQQ‘«««’’R¯^½ÜÜ܌ŒŒ\u0000\u0018\u0018\u0018$$$°\u0016—Ô\u001b\u0015X„\u0010ÒÐ]»\u0006//øû£k×òAUU´iƒaÃpï\u001eFÂºu07g/bÃWXX(##Sòý?ÿü3}út\u000b\u000b‹uëÖééééèè\u001c<x°mÛ¶W¯^?¾¡¡áºuëddd\n\n\nØÍLêƒ\n,B\biÐbc±h\u0011 ªZõ„nÝpæ\f\u001c\u001cðÇ\u001f01a6\\#Ò¢E‹¤¤$\u0000×®][´hÑÁƒ\u0007õ*>5”’’²°°°°°\b\b\bppp\u00188p \u001e=V\u0014g´È\u0010B\u001a.\u001e\u000f3fàÀòê*$\u0004ÆÆPR‚¥%bcK\u0007UUqà\u0000<<À㱕´ÁëÛ·ïŋ\u0017\u0013\u0012\u0012¼¼¼¸\\n\rÅӄ\t\u0013ÜÜÜüüüÌ院8£\u0002‹\u0010B\u001a®°0˜™¡léOJ\n\\]±a\u0003’“anŽ\u0011#Êg¶nÞ½\u0011\u0016ÆFÊFAKK+??öìÙ~~~jjjeã<\u001eïýû÷/_¾äŸljj*!!\u0011[V\u0001\u00131D\u0005\u0016!„4\\ǎa„òË[·Ð¹3lm¡¢\u0002\u001fŸÒí„e&MÂñãŒGlD¦NzçΝîÝ»—”´iÈÏÏçŸÆãñæϟ¿cǎ\u001b72ž‘\bŒø­Á211éÛ·/Û)ˆ\bQQQÁ̙ÈÊb;\b\u0011!ÒW®°\u001dA4$&ÂȨüÒÊ\n}ú”~ë\u0016ôõÑ´iù«†† mk”˜˜hnnîíí½råJ\t\t\tðµi(kÚÎãñ¼½½»wï>dȐ͛7ggg+++³šš|'ñ+°222âããÙNADH~~>\u001e>Dz:ÛAˆ\b)..f;‚h¨pÉá€Ã\u0001‡ÐP̘\u001d;*O¨tI\u0004*66ÖÇÇçäɓ£GÞ´i“¶¶¶§§'\u0000.—[2!99yÞ¼y&&&\u000b\u0017.\u0004о}û\u0017/^tîܙÍÐä{‰_•’’rãÆ\r¶S\u0010\u0011’››‹¿þBJ\nÛAˆ\b)®Ø/›”KKƒ»;\u0012\u0012Àå‚þ+1+##CMMmɒ%—.]\u001a=z´žžÞàÁƒ[µj•ŸŸ\u001f\u001e\u001e¾f͚„„„%K–ôïß¿d¾ššZ:ýè(¶Ä¯À\"„\u0010R[RRÈÍEÙáwyy°¶†\rŽ\u001f‡”Tåɹ¹U\f\u0012ÁQWWÿðáC‹\u0016-,-----ãââ.^¼øðáÃÜÜÜOŸ>-X°ÀØؘþ»wï455ÙJKê‰\n,B\bi¸,,\u0010\u0019\t\u0007‡ÒK.\u0017EEpwGbb鈮nyQuþ<,-Y\bÙhtìØñï¿ÿîÔ©SÉ¥±±qIEuàÀQ£FUª®\u0000ÄÆƖ­Í\"b‡v\u0011\u0012BHÃ5a\u0002üüÊ»[Ý»‡\u0007\u000fкuùWÙ.B\u001e\u000f›7WØrH\u0004ÍÎÎîx­÷i¾|ùRUUUAAA¨‘ˆðPE\b!\r—Ž\u000e,,°yséåÚµàñ*|©«—¾´i\u0013,-Ѳ%[I\u001bƒæ͛ëèè\\¾|¹6“ûí7///!'\"BD\u0005\u0016!„4hÞÞ¸q\u0003»w×4g÷nܺ…E‹˜ÊÔxýþûï‹\u0016-zûö-ÿ`RRR¥Ï\u0007wïÞ­©©Ù£G\u000ffÓ\u0011A¢\u0002‹\u0010B˜——wàÀaÆ\r\u00180 ÿþ\u0003\u0006\føùçŸ\u0003\u0002\u0002rss…{cII\u001c>ŒÇ1r$þý·ò«ÏžaäHüó\u000f\u000e\u001d‚$ý‹ tššš;vì\u00186lØÇ\u000f«œÀãñ|}}/\\¸àëëËp6\"X´È\u0010B„.\"\"bÙ²e...[¶liÑ¢EÉ`rròñãÇ---½½½íìì„x{iiøùáï¿áピ\u0014\u0018\u0018@S\u0013ïÞáÅ\u000b4oŽ_E·nB¼;©¨sçÎG\u001e>}z«V­ÜÜܺuëVÒt4;;ûìÙ³Û¶m³±±9räˆ\u0004õ$\u0013sT`\u0011Bˆpíܹóüù󑑑\u001c\u000e‡¼yóæ³gϞ4i’››Û˗/gϞ-Ü\u001cÝ»ãÈ\u0011\u0014\u0014 !\u0001ééPSC«V‘\u0011îMIUtuuî^½ºoß¾ùóçKJJ\u0016\u0017\u0017+((XYY\u001d9rD[[›í€D\u0000¨À\"„\u0010!Šˆˆ¸páÂñãÇ%«ù\u0000NYYùȑ#%m'\u001d\u001d\u001d…\u001eHF\u0006mÚ M\u001b¡ßˆ|Kß¾}éä·\u0006Œ\n,B\b\u0011–¼¼¼å˗GFF¦¤¤„‡‡ÿóÏ?™™™êêê'Ož\f\n\nêÙ³gÉ4\t\t‰½{÷ZYY\r\u001a4HQQ‘Ý̄\u0010 %„\u0010\",‡\u000f\u001f¶¶¶ž6mÚ´iÓ¤¥¥ÇŒ\u0019caañäɓçϟϚ5kÞ¼y\u001f?~,™©¨¨8a„\u0003\u0007\u000e°\u001b˜\u0010\"(ô\u0004‹\u0010B„eß¾}Ÿ?Þ¾}{ÙêK—.ééé)**îß¿ÿÙ³g¶¶¶ûöí322\u00020lØ°\t\u0013&L›6ÕȄ\u0010Á \u0002‹\u0010B„âñãÇ\u000f\u001f>|ñ⅚šZÙ §§'\u0000.—\u000bÀÁÁ¡cǎcǎår¹šššÍš5ËÎÎf-.!D Ä¯ÀjÓ¦Mǎ\u001dÙNADˆ²²2ƎEf&ÛAˆ\b‘zð€Ý\u0000ÅÅÅ\u001e\u001e\u001e&&&üÕ\u0015ÇëÝ»w@@@وÁ†\r\u001bfΜyìØ1\u0016R\u0012B„Fü\n¬‚‚\u0002¡÷å#b¥¸¸\u0018Ÿ>῵,„ˆ‚£G\u000e\u001e<ø…\u000be#QQQAAAÑÑѕföîÝ{ǎ\u001d111]»ve6#!\" )\tÁÁˆŽFr2\u0014\u0015¡¯\u000f\u001b\u001b\f\u001a\u0004YY¶“Õ—ø\u0015X\t\t\t7nÜ`;\u0005\u0011!¾¾¾8}\u001a))l\u0007!\"¤ÈԔÝ\u0000ǎ\u001dÛ¾}û;wÞ½{§©©\t &&FQQ±ÊM‚“&M:vìXëÖ­éd_҈dfbÑ\"¼x\u0001WW¬Y\u0003mmäåáéS„…á÷ßáå\u0005''¶#Ö\u000bí\"$„\u0010ÁKOOoÞ¼¹Ýɓ'KF<==ýýýUUU¿žlnn~ûöíààà!C†0\u001b“\u0010–$&ÂÖ\u0016ƒ\u0007ãìYŒ\u001e\r\u001d\u001dHKCI\tݺañbDF\"$\u0004>>l§¬\u0017*°\b!DÀ\n\n\näää\u0000Œ\u00193æÀ\u0003_¾|©y¾´´taaáîÝ»'L˜ÀD>Bؕ1c°c\u0007ìí«žÀá`ß>ääÀϏÙd‚D\u0005\u0016!„\b˜””Taa!\u0000\u0005\u0005\u0005//¯)S¦ðx<þ\tIIIÆÆÆü#Ϟ=›3gŽ²²2£A\taÅòå˜=\u001beûÕBB`l\f%%XZ\"6¶|Úºu\b\u000bÃ˗¬d¬?*°\b!DÀ$%%\u000b\n\nJŠ*''§®]»Ž\u001b7®ºÝ9yyycǎmÚ´éˆ\u0011#˜I\b\u001bÒÒp÷.†\r+½LI«+6l@r2ÌÍÁÿ§@R\u0012+WbÕ*VbÖ\u001f\u0015X„\u0010\"x:uúûï¿K¾Ÿ?¾“““¥¥åŸþY\\\\\\6çÓ§Oû÷ï·´´TUU1c\u0006KI\taVX\u0018†\u000f/¿¼u\u000b;ÃÖ\u0016**ðñÁ“'ÈÈ(µgOÄÆ¢°ù˜õG\u0005\u0016!„\bÞäɓ}}}Ë.‡\u000e\u001dzá…œœœŒŒŒ\t\u0013&XXX\f\u00180ÀÅÅåÓ§OgϞ}ðà‹‹\u000b‹i\taν{øñÇòK++ü·\u0011\u0004·nA_\u001fM›V˜ß¾=^¿f,\u00001צ!##£iÓ¦\u0012\u0012\u0012%—EEE\u0019\u0019\u0019êêêŒ\u0005 „\u0010ÆtíڕÃáp¹\\§ÿ¶š+))͘1ãë'UkÖ¬qppÐÐÐ`<#!lHM…–Vù%‡\u0003\u000e\u0007<\u001eBC1c\u0006vìÀuB)mm¤¤ÀАá˜õÇÄ\u0013¬ØØ؎\u001d;6kÖÌÐÐ0,,¬d011‘þB!„4`[¶lÙ²e˹sçj˜óÇ\u001f<xð`þüùŒ¥\"„e\u001c\u000e²²*Œ¤¥aèP¬X\u0001.·Š}…YYàp\u0018K'@L\u0014XÓ¦MûùçŸsss÷íÛ7mÚ´»wï2pSB\ba—‚‚BHHÈ®]»<==ÓÓÓ+½\u001a\u001f\u001f?vìØ'Ož\u001c<xP¢Òì„4`\u0006\u0006ˆ‹+¿Ì˃µ5LL\u0010\u001d*û\u0003?{\u0006}}¦Â\t\u0012\u0013\u001f\u0011Þ¹s',,LVV¶_¿~Û¶m›6mÚׇE\u0010BHÃÃápN:uúôéQ£FÉÈÈtèÐAMM-55õÑ£GJJJ\u000b\u0017.ìÕ«\u0017Û\u0019\ta–­-¶l]é%—‹¢\"¸»#1±tDW\u0017RR¥ßgd ¨\bMš°³Þ˜(°tuuÿúë/[[[\u0000\u000e\u000e\u000e\u0001\u0001\u0001‹\u0017/vwwgàք\u0010Â:{{{{{ûŒŒŒ§OŸ~úôICCÃÈȈZ^‘FªS'¼yƒ—/a`\u0000\u0000÷îáÁ\u0003´n]>áý{”­Ï^»\u0016Ó¦±\u0010R\u0010˜øˆpíÚµ#GŽìÛ·ï»wï$$$vïÞ}öìYggg\u0006nM\b!\"BUUÕÌÌlðàÁݺu£êŠ4j«Vaútäç\u0003ÀÚµàñ*|•UW×®áÉ\u0013ˆmµÀÄ\u0013,''§ÿý÷Ö­[%瘪««ß¼y“ËåÞ»w»\u0013B\b!D„tíŠqã0r$\u000e\u001c@u?l\\¹\u0002oo„†2›L\u0018jÓ ­­íÄw,¶œœœ¹¹¹’’R\r¿äÙ³g\u000f\u001e<¨4øï¿ÿêêê\u000eçïQF\u001a=EEEØÛããG¶ƒ\u0010\u0011\"•Àv\u0004Bj%...\"\"âõë×yyyZZZfff–––%gY6dcÆ@U\u0015ƒ\u0006aî\\8;CF¦ü¥·o±v-\u0012\u0013qú4ª:\u001c]\\0×\u0007«’›7oN˜0!;;»º\tyyy\u0019üí\\\u0001\u0000¹¹¹jjj%OÂ\b)!))‰&M*·N!\u001c\u0015XDäݽ{×ÛÛ[[[ÛÎÎnÀ€\u0001rrrÉÉɗ/_^ºté˜1c<<<¤ÊÖz7HC†ÀÜ\u001c[¶ÀÊ\n\u001c\u000e´µ‘—‡„\u0004¨«cÊ\u0014ØØ°¯¾$*\u001dA*âæΝ{ûöí\u001b7n°\u001d„ˆøøøV½z!%…í D„ô05½sç\u000eÛ)\b©ÖŸþyâĉíÛ·ëՃ   ÀÏÏﯿþ\n\f\fTQQa#\u001dã¾|ÁÛ·PT„–\u0016\u0018,+'Ož¼páÂ6mÚ\bãÍ\u0019}‚U\\\\œ­¬¬,)IGô\u0010B\bi¤Ž\u001f?~á…ÐÐPié*þ\u0015–‘‘ñôôìرãèÑ£¹\\n•s\u001a\u001aEEqìÕ^3&\nÜÜÜ%K–\u0018\u0019\u0019ÉÉÉ5iÒDVV¶mÛ¶K—.ÍËËcàî„\u0010BˆèHMMݲe˟þÉ_9ñx<33³8¾\u000eœ666\u0003\u0007\u000eôóóc##\u0011\u0000&\n¬)S¦Ü¼ys÷îÝ)))ùùùïÞ½Û¿ÿÇ\u000f=<<\u0018¸;!„\u0010\":Ö¬Y³xñbyyù²‘¨¨(77·¯[pϜ9óäɓ_¾|a6 \u0011\f&\u001e<†††ÆÆÆ6oÞ¼äRMM­OŸ>zzz\fܝ\u0010B\b\u0011\u0011<\u001eïöíÛ\u001b7nä\u001fŒ‰‰QTTTTT¬4YZZÚÁÁ!22’\u001b~Ãñè\u0011\u000e\u001dÂíÛ(*\u0002\u0007YYüø#ƌAÛ¶l'\u0013\f&ž`éëëGDDT\u001a<w®.\u0003w'„\u0010BDÄ«W¯ŒŒŒ*>ééééïï¯ZUK‚\u0001\u0003\u0006\\¿~©tLùô\tãÆaåJX[#2\u0012—/ãÊ\u0015œ9ƒÞ½1o\u001efÎDn.Û\u0011\u0005€‰'X{öìqppðõõíر#‡ÃÉÊʊMKK\u000b\u0015ç\u0006b„\u0010BH]%''·hÑ¢öóuttÞ¾}+¼<,xû\u0016#F`É\u0012\f\u001aTa\\V\u0016ƒ\u0007cð`\u001c;†!Cpê\u0014š6e)¢`0Q`™šš&$$\\¾|ùå˗\u0019\u0019\u0019ªªªîîî\u0016\u0016\u0016bg\u0004!„\u0010ò\u001fyyù:mðÊÍÍå_­%öòò0v,¶nE×®ÕÎ\u00191\u0002\u001a\u001a\u0018;\u0016¡¡\u0010çž\u0003\f•8ÒÒÒ\u0003\u0007\u000edæ^„\u0010BˆhjÕªÕ˗/k?ÿùóç_7Ê\u0012cþþpq)¯®BBàå…ÄDôì‰íÛabR:ni‰«W\u0011\u0014\u0004WW¶’ÖŸ\u0018׆„\u0010BˆxÑÐÐHOOÏ­õ\u001a£°°°Áƒ\u0007\u000b5\u0012sŠŠpâ\u0004ÜÜJ/SRàêŠ\r\u001bœ\fssŒ\u0018Qaòüùص‹ùŒ\u0002D\u0005\u0016!„\u0010œQ£Fíر£63ß½{÷àÁƒ\u001e=z\b;\u0012C®_G¿~([\u001dtë\u0016:w†­-TTàãƒ'OÀ>žèqôJ\u0000\u0000 \u0000IDAT’\u0012\f\rñô)+I\u0005‚\n,B\b!„9nnn\\.÷Ù³g•Æ“’’ŒË.y<Þ̙3—-[&Ñ`\u000eZ}ü\u0018¦¦å—VV8y²ôû[· ¯_yU»©)\u001e?f.ž QE\b!„0GZZzß¾}ãǏÿ÷ß«›SXX8kÖ,SSS\u000b\u000b\u000b\u0006£\tYZ\u001aš5+¿äp ©\t\u001e\u000f!!\u0018=\u001a~~¨TJjhàý{†3\n\u0010íã#„\u0010Ґ=zôèðáÃÑÑÑ<\u001e\u000f€œœÜÀ\u0003G\u001e]Öþšy\u0006\u0006\u0006\u0007\u000f\u001eœ0a¨Q£¦L™\"##Ãÿê;w\u0016.\\8|øð©S§²•P(TU+|\b\b -\rîîHH\u0000—[ááV‰\u000f\u001f ©ÉX:\u0013¿\u0002«U«V-[¶d;\u0005\u0011!ŠŠŠ°·ÇǏl\u0007!\"D2>ží\b„}ééé³fÍ*..ž<yòòåËKz\u0003eee={v̘1ýúõóññ‘’’b%›¡¡áŋ\u0017wîÜ9`À\u0000\u001d\u001dvíÚÉÊʦ¤¤Ü¿¿M›6»wïnݺ5+Á„ÈÄ\u0004—/cèÐÒ˼<X[ÃÆ\u0006Ǐ£Êÿ\u0015\u001e>ĬYL\u0006\u0014,ñ+°”””ÔÕÕÙNADˆ´´4ôô ¦Æv\u0010\"B$\u0013\u0013َ@X\u0016\u001f\u001f?jÔ¨Õ«W÷ïߟœÃáŒ\u00181bøðáÛ¶msvv>vì\u0018[¦deegϞ={ö섄„øøøììl\u001d\u001d\u001dccãJ\u000f´\u001aŽ¾}áãƒeËJ»[q¹(*‚»;Êþ´êê–WZyyxü\u0018\u001d;²\u0013U\u0010įÀŠ½qã\u0006Û)ˆ\bñððhê\u0014¶ƒ\u0010\u0011RøõÇ\r¤1ÉÎÎvuuÝ»w¯IYk¥Š$$$fΜ©¡¡1uêÔýû÷3\u001c¯’V­ZµjՊÝ\fL•…\r\u000e\u001fƘ1\u0000pï\u001e\u001e<\u0000ÿƒº÷ïQö\u0000eÛ6±n‚\u0005ZäN\b!¤áY·nÝôéÓù«+\u001egff\u0016\u0017\u0017Ç?ÍÅÅEII)22’ñ€Õüùع\u0013%«û×®\u0005W᫬ºº{\u0017áá˜<™Å¤õG\u0005\u0016!„\u0006å˗/\u0017/^\u001c9rdÙHTT”››[ttôד—.]ºaÃ\u0006\u0006Ó5nJJ\b\bÀ¸q¸{·Ú9\u0017/bÎ\u001c\u0004\u0005AÌÏÓ\u0013ïô„\u0010B\u0018–››{âĉ°°°äää’\u0015âFFFC‡\u000e\u001d8p ˆtlºpႭ­-˜˜˜\u0018EEEEEů'kjjÊÉɽÿ^CCƒÁŒX›6\b\u000e†»;ôôàáöíË_ºw\u000f[¶ ?\u001fgΠI\u0013ö\"\n\u0006\u0015X„\u0010BjëÔ©SëׯwqqY¿~½®®nÉàýû÷ƒ‚‚V¯^íçç÷Ã\u000f?°›\u0010Àƒ\u0007\u000f~üñGþ\u0011OOO\u0000\\.·Êùݺu{òäIƒê8%â´µqú4.]†\rxö\f%‹ú\u000b\nðÃ\u000f˜>\u001d½z±O0¨À\"„\u0010R+«V­zúôiTTT¥GA]ºtéÒ¥K||üøñã\u0017.\\ÈúÙyiiiÍø\u001bZ~‹¦¦æ{qnh)®,-aiÉv\b!¢\u0002‹\u0010BÈ·\u001d8p >>¾†\rwzzzgΜ\u00192dH˖-;²º»^UU5£RCË\u001a¥¥¥ñŸQCˆ@Ð\"wB\b!ߐžž¾{÷nþÁ¯÷å)))\u0005\u0004\u0004̝;—ñ€\u0015´k×îÑ£GµŸÿøñc###áå!\u0013\u0015X„\u0010B¾aÛ¶msçÎåo€Yݾ¼Ö­[wèÐáòåˌæ«ÈÆÆ&$$¤–“³³³SSSutt„\u001a‰4BT`\u0011B\bù†¨¨([[[þ‘\u001aöå\u001a5ªºåäÌhÚ´i»ví.\\¸P›É¾¾¾\ríÈ?\"\u001a¨À\"„\u0010R“ââbiii999þAOOOUUÕ¯çwïÞýɓ'L¥«ÚÒ¥K\u0017/^œRñ€‡¤¤¤Jk­®^½zçÎ\u001dþŽY„\b\n\u0015X„\u0010BjòéÓ'\u0015\u0015•Úϗ––.,,\u0014^žÚÐÐÐغuë°aÞ?^ݜˆˆ\booïƒ\u0007\u000fŠHû.ÒÀÐ.BB\baĽ{¸w\u000f©©àpЦ\r,-QÕçk\"HEE%++«ö󋋋%%Ùÿé½{÷î\u0001\u0001\u0001îîî}ûöuww/ëÚ\u0005àþýû\u001b7n\u0004\u0010\u001e\u001e®¬¬Ì^FҐQE\b!ÂT\\ŒÀ@ì܉.]ðãèÙ\u0013Ÿ?ãþ}¬[‡Îáã\u0003‘o .%%•››[û²)66ÖÀÀ@Ø©jÃÐÐðâŋ\\.wþüùïÞ½+É_PPСC‡™3göìٓ퀤!\u0013¿\u0002K[[{àÀl§ \"D^^\u001eýú!=í D„Hff²\u001d\u0001\u0000ñãñÃ\u000f¸p¡Âó*''x{ãÜ988`ófÑo]Ý«W¯¿þú«–½ÎOž<ioo/äDµ%!!áììììì\f   @ZZš>\u0010$Ì\u0010¿\u0002KUUµmÛ¶l§ \"DVV\u0016:¡.\u001fa\u0006OòÊ\u0015¶#\u0000……\u00189\u0012Ó¦Áήê\tƒ\u0007£kW\f\u001b†mÛ \u0002'ÌÔ`Ö¬YS¦L©M•žž\u001e\u0019\u0019¹hÑ\"ᇪ3þ6\u0013„\b›ø\u0015X±±±7nÜ`;\u0005\u0011!\u001e\u001e\u001eMýýQq»\u0010iä\nMMَ\u0000¬Yƒ!CÊ««\u0010xy!1\u0011={bûv˜˜\u0000€¦&‚‚0r$._†\bÿ󯧧ׯ_¿5kÖ,X°€<))‰ÿ²¸¸xÒ¤I+V¬–\u0016¿\\\b\u0011,ö×!\u0012BH\u0003”žŽóç1mZéeJ\n\\]±a\u0003’“anŽ\u0011#ÊgêêbÄ\büù'+1koÑ¢E±±±«W¯æñxUNøüùó¨Q£lll,\u001bô\u0001s„Ô\u0012\u0015X„\u0010\"\u0004\\.ƌAÙªð[·Ð¹3lm¡¢\u0002\u001f\u001f<y\u0002þÃòÜÜpò$+1kOBB\"  €Çã\r\u001a4(22’¿\u0011CVVÖ¾}û\u0006\r\u001a4nܸie5%!\u001b=Å%„\u0010!¸r\u0005K—–_ZY¡OŸÒïo݂¾>š6-UY\u0019ÅÅÈχ¬,“\u0019ëJBBbÑ¢E®®®;wîüý÷ߥ¥¥eeesssåää†\f\u0019rþüy%%%¶3\u0012\"*¨À\"„\u0010!HN\u0006ÿñv\u001c\u000e8\u001cðx\b\rŌ\u0019ر\u0003•ö²µl‰ädèé1\u001có;èêê®\\¹²äûÜÜ\\yyyvó\u0010\"š¨À\"„\u0010!@¥µJiipwGB\u0002¸\\|½\u0006ŸÇƒ\b4ç¬+ª®\b©Žøýy&„\u00101в%âãË/óò`m\r\u0013\u0013DGWQ]\u0001HJ‚¶6cé\b!ÂFO°\b!D\b¬¬\u0010\u0011²¦}\\.ŠŠàîŽÄÄÒ\u0011]]HI•~ÿñ#ääD¹M\u0003\u0011ŠÜ\\<|ˆÔT((@O\u000fÔâ±a¡\u0002‹\u0010B„ÀÞ\u001e?ý„éÓQÒ\u0011êÞ=<x€Ö­Ë'¼\u000fuõÒï·mØ1,„$lyö\f˗#)\t=z eKdgãÐ!ÄÅÁÙ\u0019³f>xm\u0010¨À\"„\u0010!PQ‹\u000bÖ­CIOóµk±vmÕ3Ÿ>Ņ\u000bˆŠb2\u001daÓÖ­\b\u000b+=Œ’_Q\u0011þü\u0013VVس§´\u000f-\u0011g´\u0006‹\u0010B„cÖ,<x€\u0003\u0007jšóú5&NğŠã\nwò=V­Â‹\u0017\b\u000f¯\\]\u0001’‚»;‚‚à憸86Â\u0011A¢?҄\u0010\"\u001c\u0012\u00128x\u0010W®`Æ\f|øPùÕâb\u0004\u0005aÌ\u0018ìÝ[á£CҀ]¸€Ç±iSùò»¯éë—ÖXùù\f&#‚G\u001f\u0011\u0012BˆÐÈÊbï^„‡ÃÅ\u0005êêèÓ\u0007ÚÚÈÎƓ'¸y\u0013C† 2\u0012Ԝ³‘àñ°|9N*oVåñ”\u0000Z·ÆèÑع\u0013³g³\u0015–Ô\u001f=Á\"„\u0010!\u001b2\u0004QQX¿\u001ezzHO‡œ\u001c\\\\pí\u001a||¨ºjDîÜA—.å;\u001bj8ž\u0012€»;Nœ`>#\u0011 ñ{‚¥¦¦Ö½{w¶S\u0010\u0011\"++‹NÐ²%ÛAˆ\b‘¨Ô']\u0014´j…V­Ø\u000eAØsî\u001clmË/ˎ§\u0004àフ+‘‘\u0001UÕÒWee¡­äd4oÎBT\"\bâW`éêꚛ›³‚ˆ\u0010EEEØÛãóg¶ƒ\u0010\u0011\"Åå²\u001dÔKff¦ŠŠ\nÛ)\u0004*1\u0011#G–_Ö|<%€6m\u0010\u001fO\u0005–ø\u0012¿\u0002ëÁƒ\u0007;vì`;\u0005\u0011!£FRY¹\u0012))l\u0007!\"¤°ÊnéD´%''oß¾ý¯¿þ’’’RRRúüùsqq±•••‡‡G³fÍØNWoyy“+¿üæñ”²²ÈËc8#\u0011 ñ+°\b!„4<~~~ÁÁÁ¿üòËâŋeþkjŸ——\u0017\u001e\u001eîèèèææ6qâDv\u0013ÖW‹\u0016HJªð1qÍÇS&%ÑÊ\u0007±F‹Ü\t!„°ìÿû_JJÊŋ\u0017mmmeøŽ\f’““svv¾|ùòÝ»w—,YÂbB\u000107Çŋå—ß<žòéS´iÃX:\"pT`\u0011B\baÓöíÛåååW¯^-YM·UiiémÛ¶%''\u001f:tˆál‚de…ðp\u0014\u0014”^ò\u001fOùú5^¿FQQùäÈHôìYùCC\"V¨À\"„\u0010š\u000f\u001f>\u001c9rdõêÕüƒ<\u001eÏÌÌ,®b7ó­[·nݺ5;;›Ù€‚#/Ñ£±qcéeÙñ”e_\u0019\u0019¥/åä`ùr,XÀVR\"\u0010T`\u0011B\baÍÞ½{g͚Åÿì***ÊÍÍ-::ºÒL99¹I“&\u0005\u0005\u00051\u001bP <<\u0010\u001dÐP\u0000X»\u0016<^…¯’\u0016Y\u0005\u0005˜8\u0011óçCS“Ý°¤ž¨À\"„\u0010š\u000b\u0017.Øòw‡\u0002bbb\u0014\u0015\u0015\u0015\u0015\u0015¿žììì\u001c\u001e\u001eÎT4!”ā\u0003Ø¿\u001f+WV½CðùsØÙaÈ\u00108;3\u001eŽ\b\u0018í\"$„\u0010šÂÂÂJµ”§§'\u0000nUÌÔÕÕ333\u0019J&$ÊÊ8~\u001c»wÃÂ\u0002––°°@˖øü\u0019/^ 4\u0014YYX¿\u001e:±’\b\u0000\u0015X„\u0010B\bƒ$%1u*ÜÜpõ*nÜÀéӐ—GëÖX¹\u0012\u0006\u0006l‡#\u0002C\u0005\u0016!„\u0010Â8iiXZÂҒí\u001cDXh\r\u0016!„\u0010Öp8œ÷ïß×rò˗/[´h!Ô<„\b\n\u0015X„\u0010BXãààpôèÑZN>|ø°3­þ&b‚\n,B\b!¬quu=tèPm–®¿{÷.\"\"‚\n,\".¨À\"„\u0010Â\u001a99¹e˖\u001f?¾ˆ¿9””dll\\v™ŸŸïêêº~ýz)))Æ3\u0002@zzzbbb\u001e¾LjMü\u0016¹+++\u001bÐ>\u000bÂGZZ\u001azz¨ªk\u000ei´$èŒ\u0011ñ1hР¤¤$''§€€€f͚}=!99yܸqS§N533c8ÛÕ«W·oߞ””¤¡¡Ááp’““óóó\u0007\u000f\u001e<sæL\u000e‡Ãp\u0018\"^įÀ266\u001e:t(Û)ˆ\bQQQÁ̙øò…í D„H\u0007\u0004°\u001dÔÁĉ\u0013\r\f\f\u001c\u001d\u001d­­­‡\u000f\u001fnbbR2þàÁƒcǎ]¿~}ýúõ=zô`2Rvvö”)S\u0014\u0015\u0015ÿý÷6|‡.çåå:uÊÚÚÚÇÇgȐ!LF\"âE‚Ç㱝¡\u000eæΝ{ûöí\u001b7n°\u001d„ˆøøøV½z!%…í D„ô05½sç\u000eÛ)HÝ\u0014\u0015\u00159s&$$äÕ«WÅÅŒ’’mÛ¶urr\u001a<xpuç@\u000bIVV–½½½——×O?ýTå„ìììñãÇ;::Ž\u001b7ŽÉ`D°&Ož¼páBþ\u0002Z€Äï\t\u0016!„\u0006IJJÊÁÁÁÁÁí ˜4iÒ¢E‹¬­­«› ¬¬|äÈ\u0011{{{\u0013\u0013\u0013†\u001f­\u0011qA‹Ü\t!„rçΝkÑ¢E¥êŠÇ㙙™ÅÅŕÈÈÈìÝ»×ËËK¼>\bbQRRÒ͛7oß¾œœÌv\u0016&Ð\u0013,B\b!¤Ü¶mÛvíÚÅ?\u0012\u0015\u0015\u0015\u0014\u0014\u0014\u001d\u001d]if˖-ïÞ½K\u000f±jðéÓ§\u001b7ž?ÞÀÀ@GG§¨¨(!!áíÛ·ŽŽŽ3fÌPPP`; °PE\b!„”ÊÍÍýòåKóæÍù\u0007cbb\u0014\u0015\u0015\u0015«Úªììì\u001c\u001e\u001eN\u0005Vu.]º´hÑ¢ùóç/Y²„!]AAÁ\u0003\u0007\u0006\f\u0018°cǎ.]º°˜Pxè#BB\b!¤Tbbâם€<==ýýýUUU¿žobbòüùsF¢‰Ÿ³gÏ®[·îìٳÆ\r«´MAFFÆÍÍíäɓÿûßÿ\u001aê~\u0014*°\b!„RYYYujpÕ¤I“OŸ>\t/øŠ_½zõñãǛ6mZݜ\u0016-Z\u001c;vlöìÙ\u0019\u0019\u0019Lfc\u0006\u0015X„\u0010BH)--­ÔÔÔÚÏOIIÑÖÖ\u0016^\u001eñåãããë뫬¬\\6òõF\u0001\u0000ZZZ^^^kÖ¬a< ÐQE\b!„”jÞ¼ù˗/k?ÿúõ릦¦ÂË#¦222RSS{öìY6\u0012\u0015\u0015åææöõF\u0001\u0000NNN×®]+,,d0 \u0013˜Xä^©\\åÇÔ\u0014!„\u0010Â.IIÉ®]»^»vÍÜܼ6ó\u001e=ºwï^a§\u0012;QQQ•z´Ö°Q\u0000@Ÿ>}îܹӻwoFÒ1„‰\u0002k„\tÑÑъŠŠ_¯\u0010LJJb \u0000!„\u0010RK\u000b\u0016,˜0aBddä7\u000f–\u000e\u000f\u000foÓ¦M‹\u0016-˜\t&F^¿~]vÞQ\tOOO\u0000\\.·ÊùFFF¯^½¢\u0002«ÎnÞ¼éæ榨¨èïïÏÀí\b!„ï¦««;tèPOOÏM›6ñWz\"ðüùó•+Wž9s†Ùtâ!''§N\r®\u0014\u0015\u0015¿4¸ód™Xƒ%!!1fÌ\u0018}}}\u0006îE\b!„Ô“‡‡‡ŠŠÊĉ\u0013³³³«œ\u0010\u0015\u00155~üøýû÷×°E®1ÓÖÖ®S»ö7oÞTê=Ö\u00000´ÈÝÊʪäñ !„\u0010\"ú–-[æèèhmm½råÊǏ\u001fçåå\u0001HKK;uꔳ³óáÇÃÂÂ\f\r\rَ)¢z÷î}åʕÚÏ¿zõ*ÿŠø†µNîoÞ¼‰‰‰±³³«nB~~þçϟ+\ræååÉÊÊVÙí4Z’’’hÒ\u0004yyl\u0007!„4(NNNC†\f‰ˆˆð÷÷õêU~~¾ššZ¯^½|}}Û´iÃv:‘Ö±cÇØØØOŸ>5iÒ䛓\u0013\u0012\u0012x<ž††\u0006\u0003Á˜ÄZuóæÍ\t\u0013&T÷ô\u0015@DDD```¥Áû÷ï;::zxx\b9\u001d\u0011'jjjX¿\u001e¹¹l\u0007!\"D¦âê\u0019B¾¬¬¬ƒƒƒƒƒ\u0003ÛAÄÏܹs—-[¶qãÆoÎüõ×_ûí7\u0006\"1LB¼Ž\u0001Ÿ;wîíÛ·oܸÁv\u0010\"Bâãã[õꅔ\u0014¶ƒ\u0010\u0011ÒÃÔ´¡ž¿Aˆ¸˜4i’……Ÿqãj˜³f͚ìììßÿ±Tü&Ož¼páB!=d´Ñhqqqfffqq1“7%„\u0010B\bóvìØqîܹŋ\u0017çVõ\tCVV–‡‡GJJÊòå˙ÏÆ\u0000&\n¬ÜÜÜ%K–\u0018\u0019\u0019ÉÉÉ5iÒDVV¶mÛ¶K—.Í£E3„\u0010BH\u0003%''\u0017\u0018\u0018تU+KKËå˗߸qã͛7‰‰‰W®\\Y¸páàÁƒ\u0007\u000e\u001c¸yóæJç@7\u0018L¬Áš2eJJJÊîÝ»;v쨢¢’••\u0015\u0017\u0017çëëëááA\rp\t!„†JBBbòäÉ®®®—.]\n\r\r}ó捤¤d«V­¬­­W¬X!-ÍÚBp\u00060ñ{\u000b\r\r-kq¡¦¦Ö§OŸÀÀ@===\u0006îN\b!„\u0010\u0016ÉÉÉÙØØØØØ°\u001d„QL<—Ó×׏ˆˆ¨4xîÜ9]]]\u0006îN\b!„\u0010Â0&ž`íÙ³ÇÁÁÁ××·cǎ\u001c\u000e'+++666---44”»\u0013B\b!„0Œ‰\u0002ËÔÔ4!!áòåË/_¾ÌÈÈPUUuww·°°hØ\u001f¾\u0012B\b!¤Ñb¨Ä‘––\u001e8p 3÷\"„\u0010B\baWÃÜ\u001bI\b!„\u0010Â\"*°\b!„\u0010B\u0004ŒVA\u0011Bˆ\u0018zô\b\u000f\u001f\"-\rªª06†©)$$ØÎD\b)GO°\b!D|\u0014\u0015aï^ôé\u0003|ù‚–-QXˆƒ\u0007ѧ\u000f6m\u0002\u001dAˆÈ 'X„\u0010\"&ÒÓ1f\fú÷GT\u0014\u0014\u0014ÊÇ'NDa!vïÆàÁ\b\f„Ž\u000e{\u0011\t!¥Ä¯À’••UUUe;\u0005\u0011!’’’h҄~v'\r\\N\u000e†\u000eŲeèׯŠW¥¥1}:ÌÍ1b\u0004BC¡®Îx>\"2ΝÃñãxþ\u001c’’(*‚¼<\u0006\fÀ¸qøï<\u0015Â\fñ+°úôéãííÍv\n\"BÔÕÕñÇ\u001fÈÏg;\b\u0011!²K–°\u001dAÐæÏÇìÙUWWe~ø\u0001¾¾˜2\u0005§N1\u0015‹ˆ’ÿÅôéèÒ\u0005sç¢C‡ÒÁ/_\u0010\u0011Ñ£1h\u0010\u0016.¤µzŒ\u0011¿\u0002ëòåË«V­b;\u0005\u0011!ñññ­\\\\’Âv\u0010\"BòMMَ PϞáÍ\u001b8;—„„ÀË\u000b‰‰èÙ\u0013Û·ÃĤt¼O\u001f¨«ãêUôíËJRš[·àé‰}ûжm…qEEüü3œá닑#\u0011\u0014\u0004êòÍ\bZäN\b!\"/(\b\u001e\u001eå—))puņ\rHN.ýXßìÙØ¿Ÿá€„e‰‰˜7\u000f\\nåꪌ„\u0004~ù\u0005\u0003\u0006à—_˜MÖxQE\b!\"ïúuXX”_Þº…Νak\u000b\u0015\u0015øøàÉ\u0013dd”¿Ú±#ž=c<\"aՂ\u0005ðó+_{\u0017\u0012\u0002cc()åÿø㳐7oÞ\u0014\u0014\u0014\u0000ÀÔ©xû\u0016÷´ñ \u0002‹\u0010BD^Q\u0011ääÊ/­¬pòdé÷·nA_\u001fM›V˜/-\r\u001e¹x„]¯^!7\u0017=z”^¦¤\u0014\u0019³ÍÀ`Pǎg>}⸹-\\¸pàÀ#GŽ¼}û6V¬Àºu¬Æm,èƒXB\b\u00117\u001c\u000e8\u001cðx\b\rŌ\u0019ر£Š•Ë<\u001e-gn,BCù?&\u000eöòj+#ÓÍÇgFïÞÈχ¼ü\u0001??¨ª>þ|éÒ¥JJJ;Þ¾•Ìχ¬,‹‘\u001b\u0003*°\b!DäII¡Ò¿ˆiipwGB\u0002¸\\|½¢¿°\u0010’ô\u0001E£ñø1lmK¾;wn3mm§¸8\t-- Â\u0003NCCÃÀÀÀC‡\u000eEž=;ðÅ\u000béÂB„‡#.\u000eÙÙÐÐ@çΰ·G‹\u0016,þ>\u001a\u0018ú\u0013H\b!õõå˗W¯^¥¥¥\të\u0006}úàòåò˼<X[ÃÄ\u0004ÑÑUTWÿü\u0003##a%!\"(=\u001djj\u0000\u0002\u0002\u0002x<Þok×JhiÇCH\bF†Ÿ\u001fÿ³ÌÑ£G·10H´²Âƍhß\u001e>>ص\u000b³fAN\u000enn˜>\u001dÂû¿q#CO°\b!ä;¥¦¦nÚ´éêÕ«jjjššš\u0019\u0019\u0019©©©†††ÿûßÿºuë&È;\u001eE‹`m]zÉ墨\bîîHL,\u001dÑՅ”Té÷þþ\u0018;Vw'\"NM\rééÙ²²»víº\\Rˆÿ÷€“\u0017\u001cÜ{Ö¬€¶mK'\u0007\u0007·ý÷ß%­[ðôìPÖ+KM\r&&˜0\u0001‘‘°·ÇŸ¢l>ù^T`\u0011BÈ÷Ø»wï\u0003\u0007\u0016.\\¸råJ©²â\u0006xòäɊ\u0015+ÔÔÔ6oÞ,+¨e.ÆÆÐÐÀéÓ°·\u0007€{÷ðà\u0001Z·.Ÿðþ}é\u000e²èh¼}[aË!iðÚ·GL̉ϟ]]]åääJ\u001fpÚØ\\œ>=pǎèèèò™W¯b÷n\u0018\u001aÚþþû®]»¶lÙRù­¬­ad„Q£Àå¢äCFò½è#BB\b©³•+Wþý÷ßQQQ666üÕ\u0015€\u000e\u001d:\u001c9r¤wïÞ?ÿüséÞxØ¸\u0011¾¾¸u\u000b\u0000Ö®\u0005W᫤ºŠ‹Ãœ9øã\u000fÝ”ˆ\u0005{{\u001c?\u001e\u001e\u001eîää\u0004”?à|qù²nQ‘‰‚\u0002ŠŠ\u0000 7\u0017^^X¹\u0012šš=ÌÍcbbʺ9ÀÒ\u0012±±¥ï¦¯\r\u001b0g\u000ek¿†‚\n,B\b©›gϞmß¾]ºúŽØ®®®#FŒ˜7ožÀ„\u0013'àãƒM›ª8\u0018ª¸\u0018ûöaÊ\u0014\u001c>\fMMÝ”ˆ\u0005CCHH4}õªEÉ\u0012õÿ\u001epº¯ZµìÀrr¤23\u0001`ï^Œ\u001f\r\u001bðË/\u0012\u0012\u0012Ú@µíjûô„\u0004\u001e=båwÓ`PE\b!uŸŸ¿fÍ\u001aþA\u001egff\u0016\u0017\u0017Ç?8nܸ·oßÆÄÄ\bìÞ\u001a\u001a\b\u000f‡¬,ú÷Çÿþ‡ƒ\u0007qî\u001c\u0002\u0003áå…>}šŠsç ¯/°Û\u00111²nÝÿþý\u0017\u001f?\u0002•\u001fpê´lY¤ª\n\u0000\\.Š‹Ñ´)zö\u0004Ð9'§¨cÇjÛՎ\u001f\u0013'Xù­4\u0018T`\u0011BH\u001dœ>}ÚÑёÃᔍDEE¹¹¹UXéò\u001fooï;w\nòö22˜1\u00037n`ìX\u0014\u0016âþ}äæÂÎ\u000eׯcÁ\u0002((\bò^DŒèéí54äÙÛ#>¾ê\t<\u001eâã\u0011\u0019‰M›J\u0006n((Hq¹¥¯~Ý®¶TõiR{´È\u0010Bêà̙3^^^ü#111ŠŠŠŠŠŠ_Oî֭ۓ'O\u0004\u001fBB\u0002=z”wî\u0016k‰‰¸}\u001bo߂Áž\u001e~ü‘\u001a`~\u001f)KË{?üÐ}üxô뇉\u0013Ë÷@ðx¸z\u0015\u001e\u001e’‰\u0013%»M?}ú$¡¢\u0002MÍjÛÕÊË#/ßGÃA\u0005\u0016!„ÔA|||ۊçézzz\u0002à–=\f¨ˆÃáäææÊËË3\u0011N¼œ?µk¡¦†¾}¡­œ\u001cDEañbôè\u0001oo4kÆv>13|øð»wï¾t\t!!ðöƛ7¥ÍfÓÒpÿ~i³«ÿ6d\u0004\u0005\u0005ÙÛÛ×Ô®–ŽZª7ñ+°¬­­«ØYJ\u001a1mmmœ;\u0007\u0001n×\"âOvöl!½sqq±d]š¤s8œ¬¬,*°*(,ÄܹÈÉAPP\u0015½\u0000́\u001d6m‚™\u0019\u001báÄUϞ=W­ZõàáÃÎNN(ÙNXBG\u0007³f¡m[dg—\f¤§§\u0007\u0006\u0006^Šˆ€¥%llpü8*î„\u0005€ÄDêê^OâW`EFF.]º”í\u0014D„ÄÇÇ·\u001a<\u0018))l\u0007!\"$ÿëþæ\u0002\"//Ÿ““£PëÕNiiiÍèaL%Ó¦¡[7xxTýª­-zöÄ°aØ´\t‚í×ÚÐmݺÕÅÅ%88X‹¯lMJJ*ýÎØ\u0018\u001eå¶m;vìصk×ʝ=[S»ÚÐPüô\u0013“á\u001b\u001eZäN\b!uЭ[·\u001b7nÔrrNN\u000eÇ«Ó\u0013¯†ïÀ\u00014kVmuUBC\u0003GŽ`Æ\fää0\u0015«!ÐÕÕõ÷÷wrrºUÒ/­’iÓ²}|lmmÝÜÜúöí[Þ®¶ì«l\u0017a^\u001e\u000e\u001d‚³sFFÆÓ§O“““‹J:i‘º ?ö„\u0010R\u0007C‡\u000e=xð`-'\u0007\u0007\u0007ÛØØ\b5˜ÉËÎ\u001dàÿ\u0014¢Ê^—\u0000š7ÇäÉضñˆâ­[·n'Ožô÷÷\u001f6l؉\u0013'’’’òóóSRR.\\¸0u÷îëwïþio?tèP úvµÀç™34mÚgР‰\u0013'nܸÑÓÓÓÂÂÂÅÅ¥ö?Z\u0010ˆãG„„\u0010¢nݺeeeÝ¿¿K—.5Ïüüù³¿¿ÿ¹sç˜\t&\u001e¢¢`cSÞN\"%\u0005®®8|\u0018}ûbýzŒ\u0018Q¡¹å¸q\u00188\u0010žž¬$\u0015_-Z´\b\f\f|ñâEppphhhjjªššš‘‘‘»»»éæÍ°³CÛ¶°µ­ú\u0017óx÷œœ^ÿýw³}û®YYñ?|}ñâŊ\u0015+vïÞ½}ûöÚDÞ¨ñÄʜ9súôéÃö3\"ZâããyÚÚ<€¾è«ìËÔÔTx\u0011%$$ôîÝ;55µ†9………#FŒ\b\r\r\u0015^\f±äéÉ»y³ü28˜gn^ú}^\u001eOB‚—ž^aþÏ?óÞ½c.^c•Åsqáyxð’“+¿tïÞs##®™YA~~u¿úĉ\u0013ƒ\u0006\r*ùì»\u0001pss{þü¹ÞœžxƒÙ6\u0000\u0000\u0019\u000bIDAT`\u0011BHÝèêênݺÕÉÉiëÖ­Ý»wÿz»wïÜÜÜ\u001c\u001c\u001cìKÎf&eÞ¼ž^ù¥•\u0015Ê~fþº×%\u0000==$%ACƒ¹„\rž²2Ž\u001cÁùópwGn.Ú¶…Š\n޽ÿÿ&ÊÉí21Y\u001b\u001c,Áß\u0010«¢¡C‡òx¼\u00193fìÝ»—ÉÔâˆ\n,B\b©³îÝ»\u001f=ztþüù222£G633k֬ٗ/_\u001e=ztêÔ©[·n­\\¹ÒÜܜ혢‡Ç«Ð͒Ã\u0001‡Sm¯K\u0000\u0012\u0012ԐI(\u0006\r AÈÉÁë×øø\u0011ZZ\u0005͛»XYEœ:Å_]ñx¼Þ½{\u0007\u0004\u0004\u0018\u001b\u001b—\r\u000e\u001b6,88øæ͛½{÷f#ºØ \u0002‹\u0010B¾‡®®î±cǞ<yÂårÿüóÏ\u000f\u001f>¨¨¨´mÛÖÖÖvõêÕ´s°j-[\"!\u0001ÚÚå#5ôº\u0004\u0010\u001f\u000f\u001d\u001d&\u00036.\n\n01)ù6<$ÄÖÖVEE¥ìŨ¨¨   ê΀Z»v-\u0015X5£\u0002‹\u0010B¾_‡\u000e\u001d:tèÀv\nñai‰sçJ\u000e\u001b\u0006€¼<X[WÛë²°\u0010ïßCS“ግSxxøìŠíyk8\u0003ª}ûö/^¼`*š¸¢\u0002‹\u0010BH\u0005III\t\t\t………Í›7744¬aENYYá÷ßñË/(imÏåÖÔëòÐ!\f\u0019\"°[“\u001a½zõÊÈȈ¤æ3 ÔÕÕ?}úÔ¤I\u0013&‰'*°\b!„\u0000@nn®¿¿?—ËÕÕÕ500‘‘IJJúçŸÌÌÌ\u0016.\\¨!•æòò˜<\u0019+WbÅ\n\u0000å½.˼_ڍéÝ;ì؁¨(\u0001ܔÔBAAŒŒLí痜\u0001E\u0005V\r¨À\"„\u0010‚G\u001eM:uÒ¤I—/_––®ðOCDD„““Ó¯¿þêèè(€;¹¹ÁÕ\u0015ûöaâD¬]‹µk«˜“‘Q£à燪>Ÿ\" ¢¢R§'R©©©šôémh\u0019&!„4v\u000f\u001e<˜>}úÑ£G'Ož\\©º\u0002`ccsþüùÀÀÀC‡\u000e\tæ~{÷âúu̚…ôô*^½x\u0011vvX¼¸|©\u0016\u0011>SSÓk×®Õrr^^^AA¬¬¬P#‰;z‚E\b!Zvvöôéӏ\u001f?Þ²eËêæ(**\u0006\u0005\u0005ÙÚÚvêÔ©cǎõ½¥¬,öìAh(œ¡¯þýѼ9rr\u0010\u0017‡óçÑ®\u001dNž¬°Ó\bßСC—/_n[]‡÷Š¸\\î Aƒ„\u001dIÜÑ\u0013,B\biÔ6mÚ4cƌJÕ\u0015Ç333‹‹‹+\u001b‘••Ýºu«···Ànìà€+Wàí\rii<~Œ7oÐ¥\u000bΜÁΝT]1¯}ûöRRR7oÞüæÌϟ?ûùù͜9“TbMüž`YXX,[¶Œí\u0014D„hjjâèQäç³\u001d„ˆ\u0010Ù%K؎ \u001ex<ÞÙ³g+}6T]\u0003$ccc\u0019\u0019™ÄÄD]]]%02BÅÍk„-\u001b7ntvv>vì˜\u000e_ﱤ¤$þ9EEE“&MZ¸p!Ç,R%ñ+°._¾¼jÕ*¶S\u0010\u0011\u0012\u001f\u001fßÊÅ\u0005))l\u0007!\"$ÿ떕¤*Ož<éܹs¥¶¨54@²³³‹ŒŒtssc* aŽ––Ö\u001fü1|øðõë×Wy\u000eAJJÊäɓé\f¨Ú\u0010¿\u0002‹\u0010Bˆ ÄÇÇ·iÓ¦Ò`\r\r\f\r\rϝ;ÇD2†Ž\u001d;r¹Ü_ýuÓ¦M£FêÓ§––Vffæ“'O‚ƒƒÿþûïU«Võ);>’Ôˆ\n,B\bi\bx<ÞÇ\u000f_¿~™™©­­Ý­[·f͚}óWåää(((Ôþ.\n\n\n999õˆID––Öþýû_¾|yêÔ©àààÔÔT\u000e‡Ó®];GGG___Avmè¨À\"„\u0010ñ–““ãçç\u0017\u001a\u001aÚ¥K—víÚ)++ß¾}{óæÍ\u0012\u0012\u0012‹\u0016-ªùyCóæÍcbbj¯7oÞ4o޼ޑI5ŠŠ\u0010\u0012‚\u0010ÄÇCF\u0006ùùhÕ\n\u000e\u000eprB]º€ÖŸAɃLòݨÀ\"„\u00101öôéÓI“&Mž<ùêÕ«R\u0015óKLLôòò\n\u000e\u000e^³fÔ×'ý\u0001\u0000ºvíº¤.\u001b\u0002.]º4räÈz%&Õùë/,\\\b\u001b\u001büö\u001bÚ¶-\u001d|ñ\u0002ǎ¡üþ;\u0006\f`5\u001f©\u001bjÓ@\b!âêÕ«W\u0013'N<xðàĉ\u0013¿.¡tuu\u000f\u001d:Ô²eËiÓ¦U÷\u000eŠŠŠêêê\u001f?®Íí>þ\u001c\u001d\u001dÝ£Gz…&U:x\u0010k×\"4\u0014>>åÕ\u0015€6m°p!́Ÿ\u001fvïf/\u001f©3*°\b!D,\u0015\u0015\u0015Mœ8qß¾}\u0006\u0006\u00065L›3gŽªªj@@@u\u0013–,Yò믿\u0016\u0017\u0017óŽ«V­òðð¨´å\bÀåË8v\f!!¨nٜª*NBD\u0004\"\"˜MF¾\u001fý9!„\u0010±\u0014\u0018\u0018hccÓ®];þÁ¯\u001b„\u0002X¾|ù®]»ª[œnbbbmmý믿òx<þñ¤¤$ccã²Ë£G¾~ýz̘1‚û\u001d\u0010\u0000@A\u0001¼½qð Ê\u000e)\n\t±1””`i‰ØØÒA))\u0004\u0004`Ù2ä沕”Ô\t\u0015X„\u0010\"–‚‚‚<<<øG¢¢¢ÜÜܾn\u0010*//ïèèXC{…9sæ4iÒd̘1\u001f>|øúÕÜÜÜe˖\u0005\u0007\u0007ïÙ³‡6‘\tÞñãprBÓ¦¥—))puņ\rHN†¹9FŒ(ŸÉá`ìX\u0004\u0006²\u0012“Ô\u0015\u0015X„\u0010\"~J\u001eGUê¦]CƒÐŸ~úé…\u000b5¼¡Ïĉ\u0013þùçÙ³gGDD<}ú4>>þêÕ«K–,±´´lÙ²åáÇëÔЁÔ\u0016—\u000bþ}\u0003·n¡sgØÚBE\u0005>>xò\u0004\u0019\u0019寎\u0018Ó§™ÏH¾\u0003í\"$„\u0010ñ“œœüõy554\b500HHH¨ù=\u0007\r\u001a4pàÀ»wïFFF\u0006\u0007\u0007çååéèèôë×ÏÛÛ[VVVPÉIeï߃ÿJ++”uÖ¸u\u000búúå\u000f·\u0000hh 3“Ñxä{QE\b!⧰°PZº\u000eKKK\u0017\u0016\u0016~sš„„D\u001e=hŸ ›8\u001cp8àñ\u0010\u001aŠ\u00193°c\u0007ècYñD\u0005\u0016!„ˆŸæ͛W:…·f\t\t\t-[¶\u0014^\u001e\"HiipwGB\u0002¸\\Щšb‹Ö`\u0011Bˆøáp8ÙÙÙ¹µÞPvþüy\u000b\u000b\u000ba&\"ߋÃ\u0001ÿނ¼<X[ÃÄ\u0004ÑÑUTW™™—g2\u001dùnT`\u0011BˆXrtt\f\n\nªÍÌâââcǎÙÚÚ\n;’`de!.\u000e/_¢‘\u001czhk‹ààòK.\u0017EEpwGb\"^¿Æë×(**õôiX[3Ÿ‘|\u0007ñûˆÐÂÂbÙ²el§ \"DSS\u0013G\"?Ÿí D„ÈÖåø\u001715}út+++\u0007\u0007\u0007\r\ršgnÛ¶mȐ!Mù×J‹ /_°m\u001bÂÂÀá@G\u0007yyxó\u0006’’\u0018;\u0016£G£\u0001w7\u001d3\u0006ÖÖ\u00187\u000err\u0000pï\u001e\u001e<@ëÖå\u0013Þ¿‡º:\u0000\u0014\u0014`ûvœ9ÃNNRW<±2g̚\u000f.%P||<O[›\u0007Ð\u0017}•}™šš²ý×\u0015\u0013nݺeeeõñãÇ\u001a愇‡ÛÚÚ\u0016\u0014\u00140–ê{\\»ÆëՋ\u0017\u0010ÀËÍ­0þñ#oÅ\nž…\u0005ïõk–’ÕQq1ïÍ\u001b^L\f/.Ž÷åKmՑ#<7·oO›1ƒ\u0017\u0010PŸt¤\u001277·çϟ\u000béÍÅï\t\u0016!„\u0012½zõZ°`­­­¯¯¯™™Y¥Wsss}}}ïÝ»wøðá:m9dZD\u00046nę3U\u001c\u0014Ó¤\t~û\rÎÎ\u00189\u0012\u0007\u000fÂА|µ“œŒuë\u0010\u001d\r}}hkãóg¼z\u0005iiL™\u0002'§oüZ\u0017\u0017<{†©Sáï\u000f\u0019™*&\u0014\u0016bþ|p8\u0018?^\u0018ى0ˆð\u001f9B\b!ß2pà@##£Å‹\u0017/]ºÔÎÎÎÈÈHEE%99ùêÕ«7nÜpww?qâ„HŸ\u001eøê\u0015V­Â™3àpªÓ¡\u0003\u000e\u001cÀ„\tˆŠ*ý\u001cMÔ\u001c8€={°x16n¬ÐUáÃ\u0007¬[‡={°µç\f–ðñÁ\u0003°°ÀìÙ°·GY·Øœ\u001c„‡cófL˜\u000077!þ\u0016ˆ QE\b!â­U«V\u0001\u0001\u0001éééçϟ¿sçΗ/_´´´†\u000f\u001fîëë+Ò¥U‰E‹°iSyu\u0015\u0012\u0002//$&¢gOlß\u000e\u0013“Òñ¶máê\n̟ÏVÒjmތGpá\u0002¾nǪ®Žuëpí\u001a\u001c\u001c\u0010\u001aú\u001akÜ8ØÛã?àà€ÂBÈÈ  \u0000RR°²\u0002—û_KD\u000f\u0015X„\u0010Ò\u0010¨©©¹¸¸°¢ŽÞ½CV\u0016ºw/½,9†ïðaôí‹õë1b\u0004\u001e=*Ÿìæ†~ýD®Àºx\u0011ׯãèњ–á››cíZŒ\u001f°°o¼›ª*¼¼àå\u0005\u0000ùùUTlD|ˆü\u000f7„\u0010B\u001aªsç`o_~Yó1|ÒÒhß\u001e±±ÌǬVq1–.Ŏ\u001dåÕUH\bŒ¡¤\u0004KË\nQÍÍѾ=BBêðæT]‰9*°\b!„°äåK´kW~ie…“'K¿ÿú\u0018>\u0000ÆÆxù’¹xßtý:zö,í¡€ÿžÀm؀äd˜›cĈ\n“ù\u0005üÁ|FÂ\u0016F\u000b¬âââÌÌÌââb&oJ\b!DDegCY¹ü’Á¦&x<„„`ôhøùU>†ÃAV\u0016Ã\u0019k\u0012\u001e\u000eGÇò˚ŸÀih ?¿±tO%Ì\u0014X¹¹¹K–,122’““kÒ¤‰¬¬lÛ¶m—.]š——ÇÀÝ\t!„ˆ(--¤¤T\u0018IKÃСX±\u0002\\n…O\u000fK$'C[›±tßöú5Ú¶-¿üæ\u00138}}¼yÃ\\<Â*&\n¬)S¦Ü¼ys÷îÝ)))ùùùïÞ½Û¿ÿÇ\u000f=<<\u0018¸;!„\u0010\u0011Õ£\u0007®]+¿¬ù\u0018>\u00007o¢K\u0017ÆÒ}[v6””Ê/¿ù\u0004NI\tÙÙ\fg$lab\u0017ahhhlllóæÍK.ÕÔÔúôé\u0013\u0018\u0018¨§§ÇÀÝ\t!„ˆ¨\u001f„—\u0017òòJ»[ñ\u001fÃWBW\u0017RR¥ß¿~\ryùÊτإ­””\n\u001d¼ÒÒà\u0004p¹UԈÉÉøïŸBÒà1ñ\u0004K__?\"\"¢Òà¹sçtuu\u0019¸;!„\u0010\u0011%-ñãáçWzYv\f_Ù\u0017ÿ\u001a&//x{³\u0012³Z½z᯿Ê/k~\u0002ÇãáÍ\u001bhi1\u0019°ˆ‰'X{öìqppðõõíر#‡ÃÉÊʊMKK\u000b\r\reàî„\u0010BDWÉI2]»bÐ ¬]‹µk«žæë\u000bCCôìÉl¸o±·Çرå\rÖk~\u0002\u0017\u0019\t:K·1a¢À255MHH¸|ùò˗/322TUUÝÝÝ-,,Dúl,B\b!\f’B` \\\\ðò%ÜÝ«hי“\u0003ooää`Û66òÕHK\u000b;ãäI\f\u001d\nð=+óþ}i\u0013‡¼<üþ{ù\u0012xÒ\b0TâHKK\u000f\u001c8ä͛7111vvvÌ\u0004 „\u0010\"¢š4ÁéÓX½\u001a––\u00185\n\u0003\u0006@W\u0017……xñ\u0002áá8}\u001a3f`ìX¶SVcéR\f\u0019‚¶mÑ©SµOàŠ‹1u*f̀¦&ãù\bk$x<\u001e+7>qâĄ\t\u0013²«ßOqòäɝ;wV\u001a|õꕂ‚B3:’‰ð‘–––(,d;\u0005\u0011-ââ~øá\u0007¶S:*(À‡\u000fÈÈ@~>$$ /\u000f554kVÓ)4µ––––-”ÍUyyxô\b­ZU]?åç#6\u0016jj eÇ¢'11ñâŋ-Z´\u0010ƛ³V`‘zZ¶lY¿~ý,--Ù\u000eBDˆ¥¥å¥K—ØNAH㓝­[ñÃ\u000føé§òEW\u0000޾ş¢ôíË^8Â\u000eFWA\u0015\u0017\u0017ggg+++‹Á\u0001ï„\u0010BH-)+cáÂ*Æ[´Ào¿1ž†ˆ\u0004êäN\b!„\u0010\"`Ôɝ\u0010B\b!DÀ¨“;!„\u0010Bˆ€Q'wB\b!„\u0010\u0001£NîâJJJJŠ¯\n!\u00005ï%„\u0010\u0011ÁP›†ÂÂBþNî\u0006\u0006\u0006Ôɽž¾|ù\"//Oû1\t¿¬¬,\u000eÿ¹³„\u0010BXB}°\b!„\u0010B\u0004Œž\u0010B\b!„\b\u0018\u0015X„\u0010B\b!\u0002F\u0005\u0016!„\u0010Bˆ€QE\b!„\u0010\"`T`\u0011B\b!„\b\u0018\u0015X„\u0010B\b!\u0002F\u0005\u0016!„\u0010Bˆ€Q%–x<ž™™Y\\\\\u001cÛAˆ¨\b\t\tù{÷\u0016\u0012e·Çqü\u0019Çt§ã\u001cPkRÔ´ƒv£•@+\u0005é¢pÒ\u0012\u0013*‘Îd\u0014Du£\u001dè\bQÐ\u0011Šˆ„¨,ÍC]D¥Q©E¥IL‘¥æi̦IG0kÆÙ\u0017\u000f{fÞj¿{í&_¿Ÿ«õü]ëYx\u0010̬qbbbüýý“““F£§ÛÁˆ`2™\u0014\nÅÑ£G•òòò¤¤¤¿w·ÂÂÂ\u0015+VˆélˆíÛ·ëtº\u000f\u001f>ȗIII\n\u0017mmmÂ÷ý±\u0005\u000b\u0016üë?RSSåâÓ§O§OŸ®Óérrr\u0006\u0006\u0006~sK\u0010Ž€5üܹsgõêÕµµµžn\u0004\n“É´råʂ‚‚ÎÎÎÄÄÄÌÌLOw„‘B¡PìÝ»÷÷\u0007”_wöìY£Ñ8fÌ\u0018ù²¼¼Üb±X,–°°°²²2y\u001c\u0012\u0012ò›»zýúõ­[·êêêêêêNž<)I’Íf3\u0018\f›6mzùòe{{ûÁƒ\u0007sK\u0010Ž€5ü<þÜÏÏÏÏÏÏӍàOQSS\u0013\u0017\u0017·hÑ\"µZ½sçΗ/_Z,\u0016O7…\u0011ÁÇÇg͚5›7oþ®^SS3gΜïƍ\t\t\tÛ¶m\u000b\n\nJLL¬®®ž9sf@@ÀÖ­[å™ýýýYYY\u001afΜ9\r\r\rrñþýûS§N\r\f\f\\¾|ygg§$I¯^½JJJÚ¿llìÐM¯]»\u0016\u001d\u001d­Ñh–,Y\"¿d•žžÞÓÓ3kÖ¬îînyŽJ¥ÒjµZ­ÖËËË9...þn¡Ýn߸q£N§\u000b\n\nÚ·oŸÛŠÛÞÜNS©TåååÎ>¿}ûÖÕÕ5wîܘ˜˜˜˜˜°°0I’ªªª4\u001aͪU«BBBòóó/]º$ä\u0001Á“\u001c\u0018žBCCF£§»À\u001f¡···««K\u001eWUUEFF\u000e\u000e\u000ez¶%Œ\u0004¾¾¾V«5,,¬´´Ôáp”••ÍŸ?ßápTWWϞ=[žæ\u001c¿yóF¡Pœ;wÎl6ÇÇǏ\u001d;¶¥¥åáǒ$™Íæ‹\u0017/J’tá…ÞÞÞüüü˜˜\u0018›ÍöñãÇÀÀÀÒÒÒOŸ>­_¿>%%Åáp\u0018FF³aÆúúzg3oß¾Õh4·oß6›Í999™™™r]£ÑX­V×æ#\"\"îÝ»÷W\u000b¯^½:yòäwïÞ={öÌ××·±±Ñµâ¶7×ir±­­Í¹ucc£V«MMMŠŠÊÊÊjmmu8\u001cgΜqöüñãGooo»Ý.ôqáwã떁a/     Àáp”––æææž:uJ¡Pxº)Œ\u0014*•êøñã¹¹¹ÉÉÉ?¬Óé²³³½½½SRRúúúÂÃÃÃÃÃCCC{{{%IŠÏÎΖ$i÷îݧOŸ~óæMmmmrr²|Jéȑ#AAAƒƒƒ’$Ùíöcǎùøø8ï\\ZZš–––’’\"IÒáÇCBBìv»R©üiKn\u0017Úl¶ÁÁA«Õ:mÚ´¶¶6µZýäɓï*—.]ríÍu¡$I\u0019\u0019\u0019Cw4™Lz½~ýúõ\u0013&L8tèPffæ£G,\u0016‹ó›ÚÕjµÍfëë듗c˜\"`\u0001ÿ\u0004f³yíÚµïß¿/))™1c†§ÛÁÈb0\u0018Ο?¿gÏ\u001e·'Ü\u001d\u000e‡s\u001c\u001c\u001cìíí-I’···^¯—‹rE’¤ñãÇ;+ááá]]]­­­\u0015\u0015\u0015ΙJ¥²««K’$½^?4]I’d2™œËƒƒƒ}||º»»\u000bÀ파ŒÎÎNƒÁàå啛›»iÓ&׊ÛÞ\\§¹î˜àü$Êɓ'Õjuww·N§³Z­rÑjµ*•J•JõÓæñ'ã\f\u00160ì\r\f\f,X°`ʔ)µµµ¤+xıcÇΞ=[__ï¬Øl6yðëGà›ššäÁׯ_›››ÃÂÂôzý²eËL&“Édêèèhhh\u0003ëKSz½¾¥¥E\u001e›Íæ¯_¿\u0006\u0005\u0005ýʦn\u0017¶¶¶.]º´©©éúõ녅…ÅÅÅ®\u0015·½¹Nsݱ¶¶¶²²R\u001eûøø(•ÊQ£FEEE9S׫W¯Æ\u001fïåÅ\u001fèáç\u0007\f{%%%v»}íÚµ­­­ÍÍÍÍÍÍv»ÝÓMad\t\u000f\u000fßµkׁ\u0003\u0007äK­V[__ÿâÅ\u000b‹Årâĉ_¼I]]ݹsç,\u0016K^^Þĉ\u0013###\u0017.\\XQQQYYùùóç½{÷feeýÕÛß©©©ÅÅÅwïÞµX,Û¶m3\u0018\fÎ\u0017Æ~Ìí¢¢\"ƒÁÐÑÑ¡Óé”Je__ŸkÅmo®Ó$I***joowîØßߟžžþàÁƒžžž;w&&&jµÚ¤¤$³Ù|ãƍþþþ‚‚‚ÿǬÀïæéC`ø›8ä\u000e§\u001d;v|÷{ÝÝÝíé¦ðÏ'\u001frw^~ûö-..N>ä>88¸eË\u0016•J\u0015\u001b\u001b{ùòeç!÷èèhyr^^Þ¾}ûäqDDDSSÓŋ\u0017×­[—––¦V«ç͛÷öí[ù§7oޜ2eÊèÑ£“““å3ãF£ÑyŸ¡®\\¹2iÒ¤€€€Å‹\u0017›L&¹øÓCîn\u0017öôô¤¦¦úûûëtº5kÖ\f\f\f¸VÜöævš¿¿YYÙÐÝ\u000b\n\nƍ\u001b'ïØÞÞ.\u0017\u001f?~\u001c\u001b\u001b\u001b\u0018\u0018˜““óå˗ÿöqàO£p\fyw\u001c\u0000\u0000\u0000ÿ;Þ\"\u0004\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Á\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Á\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Á\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Á\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Á\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004#`\u0001\u0000\u0000\bFÀ\u0002\u0000\u0000\u0010Œ€\u0005\u0000\u0000 \u0018\u0001\u000b\u0000\u0000@0\u0002\u0016\u0000\u0000€`\u0004,\u0000\u0000\u0000Á\bX\u0000\u0000\u0000‚\u0011°\u0000\u0000\u0000\u0004û7jXn»¼’Gö\u0000\u0000\u0000\u0000IEND®B`‚",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:42 GMT",
-        "Content-Type": "image/png",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=ddee2d358affbad7806b4f1f66f0577f91499110602; expires=Tue, 03-Jul-18 19:36:42 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=86400, public",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:42 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "MISS",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b900da82bee-AMS"
-      },
-      "status_code": 200,
-      "type": "ok"
-    }
-  },
-  {
-    "request": {
-      "body": "",
-      "headers": [],
-      "method": "get",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/graphics/50/svg"
-    },
-    "response": {
-      "body": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"841pt\" height=\"595pt\" viewBox=\"0 0 841 595\" version=\"1.1\">\n<defs>\n<g>\n<symbol overflow=\"visible\" id=\"glyph0-0\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-1\">\n<path style=\"stroke:none;\" d=\"M 4.296875 -0.125 L 4.296875 -8.765625 L 3.359375 -8.765625 C 2.953125 -7.328125 2.859375 -7.28125 1.078125 -7.0625 L 1.078125 -6.0625 L 2.96875 -6.0625 L 2.96875 0 L 4.296875 0 Z M 4.296875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-2\">\n<path style=\"stroke:none;\" d=\"M 6.265625 -6.140625 C 6.265625 -7.578125 5.015625 -8.765625 3.40625 -8.765625 C 1.671875 -8.765625 0.515625 -7.75 0.453125 -5.5625 L 1.78125 -5.5625 C 1.875 -7.109375 2.328125 -7.578125 3.375 -7.578125 C 4.328125 -7.578125 4.90625 -7.03125 4.90625 -6.125 C 4.90625 -5.453125 4.546875 -4.96875 3.796875 -4.53125 L 2.6875 -3.90625 C 0.90625 -2.90625 0.359375 -2 0.25 0 L 6.203125 0 L 6.203125 -1.3125 L 1.75 -1.3125 C 1.84375 -1.875 2.1875 -2.21875 3.234375 -2.828125 L 4.421875 -3.484375 C 5.609375 -4.109375 6.265625 -5.09375 6.265625 -6.140625 Z M 6.265625 -6.140625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-3\">\n<path style=\"stroke:none;\" d=\"M 6.28125 -2.53125 C 6.28125 -3.484375 5.671875 -4.265625 4.953125 -4.625 C 5.65625 -5.046875 5.984375 -5.5625 5.984375 -6.375 C 5.984375 -7.703125 4.8125 -8.765625 3.296875 -8.765625 C 1.796875 -8.765625 0.59375 -7.703125 0.59375 -6.375 C 0.59375 -5.578125 0.921875 -5.046875 1.625 -4.625 C 0.921875 -4.265625 0.296875 -3.484375 0.296875 -2.546875 C 0.296875 -0.984375 1.625 0.1875 3.296875 0.1875 C 4.984375 0.1875 6.28125 -0.984375 6.28125 -2.53125 Z M 4.625 -6.34375 C 4.625 -5.5625 4.1875 -5.15625 3.296875 -5.15625 C 2.40625 -5.15625 1.953125 -5.5625 1.953125 -6.359375 C 1.953125 -7.171875 2.40625 -7.578125 3.296875 -7.578125 C 4.203125 -7.578125 4.625 -7.171875 4.625 -6.34375 Z M 4.9375 -2.515625 C 4.9375 -1.515625 4.359375 -1.015625 3.28125 -1.015625 C 2.25 -1.015625 1.65625 -1.53125 1.65625 -2.515625 C 1.65625 -3.515625 2.25 -4.015625 3.296875 -4.015625 C 4.359375 -4.015625 4.9375 -3.515625 4.9375 -2.515625 Z M 4.9375 -2.515625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-4\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-5\">\n<path style=\"stroke:none;\" d=\"M 3.59375 2.3125 C 2.53125 0.59375 1.984375 -1.3125 1.984375 -3.234375 C 1.984375 -5.140625 2.53125 -7.078125 3.734375 -9.015625 L 2.765625 -9.015625 C 1.53125 -7.40625 0.734375 -5.125 0.734375 -3.234375 C 0.734375 -1.34375 1.53125 0.9375 2.765625 2.546875 L 3.734375 2.546875 Z M 3.59375 2.3125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-6\">\n<path style=\"stroke:none;\" d=\"M 6.21875 -4.21875 C 6.21875 -7.171875 5.140625 -8.765625 3.296875 -8.765625 C 1.46875 -8.765625 0.375 -7.15625 0.375 -4.296875 C 0.375 -1.421875 1.46875 0.1875 3.296875 0.1875 C 5.09375 0.1875 6.21875 -1.421875 6.21875 -4.21875 Z M 4.859375 -4.3125 C 4.859375 -1.90625 4.453125 -0.953125 3.28125 -0.953125 C 2.15625 -0.953125 1.734375 -1.953125 1.734375 -4.28125 C 1.734375 -6.609375 2.15625 -7.578125 3.296875 -7.578125 C 4.4375 -7.578125 4.859375 -6.59375 4.859375 -4.3125 Z M 4.859375 -4.3125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-7\">\n<path style=\"stroke:none;\" d=\"M 2.421875 -0.125 L 2.421875 -1.515625 L 0.90625 -1.515625 L 0.90625 0 L 2.421875 0 Z M 2.421875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-8\">\n<path style=\"stroke:none;\" d=\"M 6.28125 -2.953125 C 6.28125 -4.625 5.046875 -5.875 3.40625 -5.875 C 2.8125 -5.875 2.21875 -5.671875 2.015625 -5.515625 L 2.28125 -7.28125 L 5.84375 -7.28125 L 5.84375 -8.59375 L 1.203125 -8.59375 L 0.515625 -3.875 L 1.71875 -3.875 C 2.25 -4.5 2.5625 -4.671875 3.21875 -4.671875 C 4.359375 -4.671875 4.9375 -4.0625 4.9375 -2.8125 C 4.9375 -1.578125 4.375 -1.015625 3.21875 -1.015625 C 2.296875 -1.015625 1.859375 -1.359375 1.578125 -2.453125 L 0.25 -2.453125 C 0.625 -0.625 1.734375 0.1875 3.234375 0.1875 C 4.953125 0.1875 6.28125 -1.15625 6.28125 -2.953125 Z M 6.28125 -2.953125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-9\">\n<path style=\"stroke:none;\" d=\"M 6.28125 -2.765625 C 6.28125 -4.359375 5.078125 -5.5625 3.546875 -5.5625 C 2.71875 -5.5625 1.9375 -5.203125 1.484375 -4.578125 L 1.734375 -4.46875 C 1.734375 -6.546875 2.28125 -7.578125 3.484375 -7.578125 C 4.234375 -7.578125 4.609375 -7.234375 4.796875 -6.28125 L 6.125 -6.28125 C 5.90625 -7.8125 4.859375 -8.765625 3.5625 -8.765625 C 1.578125 -8.765625 0.375 -6.96875 0.375 -4.015625 C 0.375 -1.359375 1.421875 0.1875 3.375 0.1875 C 4.984375 0.1875 6.28125 -1.109375 6.28125 -2.765625 Z M 4.9375 -2.6875 C 4.9375 -1.625 4.359375 -1.015625 3.390625 -1.015625 C 2.40625 -1.015625 1.78125 -1.65625 1.78125 -2.75 C 1.78125 -3.796875 2.375 -4.359375 3.421875 -4.359375 C 4.4375 -4.359375 4.9375 -3.828125 4.9375 -2.6875 Z M 4.9375 -2.6875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-10\">\n<path style=\"stroke:none;\" d=\"M 3.203125 -3.234375 C 3.203125 -5.125 2.40625 -7.40625 1.171875 -9.015625 L 0.203125 -9.015625 C 1.40625 -7.0625 1.953125 -5.140625 1.953125 -3.234375 C 1.953125 -1.3125 1.40625 0.609375 0.203125 2.546875 L 1.171875 2.546875 C 2.40625 0.9375 3.203125 -1.34375 3.203125 -3.234375 Z M 3.203125 -3.234375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-11\">\n<path style=\"stroke:none;\" d=\"M 6.375 -2.171875 L 6.375 -3.25 L 5.109375 -3.25 L 5.109375 -8.765625 L 4.125 -8.765625 L 0.1875 -3.328125 L 0.1875 -2.046875 L 3.78125 -2.046875 L 3.78125 0 L 5.109375 0 L 5.109375 -2.046875 L 6.375 -2.046875 Z M 3.921875 -3.25 L 1.515625 -3.25 L 4.015625 -6.75 L 3.78125 -6.84375 L 3.78125 -3.25 Z M 3.921875 -3.25 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-12\">\n<path style=\"stroke:none;\" d=\"M 7.890625 -0.125 L 7.890625 -9.015625 L 6.546875 -9.015625 L 6.546875 -1.734375 L 6.796875 -1.828125 L 2.1875 -9.015625 L 0.765625 -9.015625 L 0.765625 0 L 2.09375 0 L 2.09375 -7.21875 L 1.859375 -7.125 L 6.421875 0 L 7.890625 0 Z M 7.890625 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-13\">\n<path style=\"stroke:none;\" d=\"M 5.921875 -0.125 L 5.921875 -6.546875 L 4.640625 -6.546875 L 4.640625 -2.953125 C 4.640625 -1.671875 4.109375 -0.953125 3.078125 -0.953125 C 2.28125 -0.953125 1.90625 -1.3125 1.90625 -2.0625 L 1.90625 -6.546875 L 0.640625 -6.546875 L 0.640625 -1.671875 C 0.640625 -0.625 1.5625 0.1875 2.78125 0.1875 C 3.703125 0.1875 4.390625 -0.1875 4.984375 -1.015625 L 4.734375 -1.109375 L 4.734375 0 L 5.921875 0 Z M 5.921875 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-14\">\n<path style=\"stroke:none;\" d=\"M 9.25 -0.125 L 9.25 -4.84375 C 9.25 -5.96875 8.5 -6.734375 7.3125 -6.734375 C 6.484375 -6.734375 5.875 -6.4375 5.40625 -5.875 C 5.109375 -6.40625 4.515625 -6.734375 3.703125 -6.734375 C 2.859375 -6.734375 2.203125 -6.390625 1.65625 -5.625 L 1.890625 -5.53125 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.984375 0 L 1.984375 -4.078125 C 1.984375 -4.984375 2.515625 -5.59375 3.328125 -5.59375 C 4.0625 -5.59375 4.34375 -5.265625 4.34375 -4.46875 L 4.34375 0 L 5.609375 0 L 5.609375 -4.078125 C 5.609375 -4.984375 6.15625 -5.59375 6.96875 -5.59375 C 7.703125 -5.59375 7.984375 -5.25 7.984375 -4.46875 L 7.984375 0 L 9.25 0 Z M 9.25 -0.125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-15\">\n<path style=\"stroke:none;\" d=\"M 6.40625 -3.34375 C 6.40625 -5.390625 5.25 -6.734375 3.59375 -6.734375 C 2.71875 -6.734375 2 -6.375 1.53125 -5.65625 L 1.78125 -5.5625 L 1.78125 -9.015625 L 0.5 -9.015625 L 0.5 0 L 1.6875 0 L 1.6875 -1.03125 L 1.4375 -0.9375 C 1.921875 -0.203125 2.65625 0.1875 3.546875 0.1875 C 5.203125 0.1875 6.40625 -1.3125 6.40625 -3.34375 Z M 5.09375 -3.28125 C 5.09375 -1.859375 4.484375 -1.015625 3.390625 -1.015625 C 2.34375 -1.015625 1.78125 -1.84375 1.78125 -3.28125 C 1.78125 -4.75 2.34375 -5.578125 3.390625 -5.53125 C 4.515625 -5.53125 5.09375 -4.6875 5.09375 -3.28125 Z M 5.09375 -3.28125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-16\">\n<path style=\"stroke:none;\" d=\"M 6.28125 -2.984375 C 6.28125 -3.90625 6.21875 -4.46875 6.03125 -4.9375 C 5.625 -5.96875 4.53125 -6.734375 3.359375 -6.734375 C 1.609375 -6.734375 0.34375 -5.296875 0.34375 -3.234375 C 0.34375 -1.171875 1.578125 0.1875 3.34375 0.1875 C 4.78125 0.1875 5.90625 -0.765625 6.1875 -2.171875 L 4.921875 -2.171875 C 4.59375 -1.21875 4.171875 -1.015625 3.375 -1.015625 C 2.328125 -1.015625 1.6875 -1.546875 1.65625 -2.859375 L 6.28125 -2.859375 Z M 5.1875 -3.78125 C 5.1875 -3.78125 4.984375 -3.921875 4.984375 -3.9375 L 1.6875 -3.9375 C 1.765625 -4.921875 2.34375 -5.546875 3.34375 -5.546875 C 4.328125 -5.546875 4.9375 -4.859375 4.9375 -3.875 Z M 5.1875 -3.78125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-17\">\n<path style=\"stroke:none;\" d=\"M 3.984375 -5.546875 L 3.984375 -6.6875 C 3.6875 -6.71875 3.59375 -6.734375 3.46875 -6.734375 C 2.8125 -6.734375 2.21875 -6.3125 1.640625 -5.375 L 1.890625 -5.28125 L 1.890625 -6.546875 L 0.703125 -6.546875 L 0.703125 0 L 1.96875 0 L 1.96875 -3.390625 C 1.96875 -4.8125 2.296875 -5.390625 3.984375 -5.40625 Z M 3.984375 -5.546875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-18\">\n<path style=\"stroke:none;\" d=\"M 6.25 -3.234375 C 6.25 -5.40625 5.078125 -6.734375 3.265625 -6.734375 C 1.5 -6.734375 0.28125 -5.390625 0.28125 -3.28125 C 0.28125 -1.15625 1.484375 0.1875 3.28125 0.1875 C 5.046875 0.1875 6.25 -1.15625 6.25 -3.234375 Z M 4.9375 -3.234375 C 4.9375 -1.765625 4.375 -1.015625 3.28125 -1.015625 C 2.15625 -1.015625 1.609375 -1.75 1.609375 -3.28125 C 1.609375 -4.78125 2.15625 -5.546875 3.28125 -5.546875 C 4.40625 -5.546875 4.9375 -4.796875 4.9375 -3.234375 Z M 4.9375 -3.234375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-19\">\n<path style=\"stroke:none;\" d=\"M 3.234375 -5.609375 L 3.234375 -6.546875 L 2.1875 -6.546875 L 2.1875 -7.40625 C 2.1875 -7.828125 2.296875 -7.90625 2.75 -7.90625 C 2.828125 -7.90625 2.875 -7.90625 3.234375 -7.890625 L 3.234375 -8.96875 C 2.875 -9.03125 2.734375 -9.046875 2.53125 -9.046875 C 1.609375 -9.046875 0.90625 -8.390625 0.90625 -7.484375 L 0.90625 -6.546875 L 0.078125 -6.546875 L 0.078125 -5.46875 L 0.90625 -5.46875 L 0.90625 0 L 2.1875 0 L 2.1875 -5.46875 L 3.234375 -5.46875 Z M 3.234375 -5.609375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-20\">\n<path style=\"stroke:none;\" d=\"M 7.25 -7.890625 L 7.25 -9.015625 L 0.109375 -9.015625 L 0.109375 -7.765625 L 2.984375 -7.765625 L 2.984375 0 L 4.375 0 L 4.375 -7.765625 L 7.25 -7.765625 Z M 7.25 -7.890625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-21\">\n<path style=\"stroke:none;\" d=\"M 5.640625 -1.890625 C 5.640625 -2.828125 4.984375 -3.4375 3.734375 -3.734375 L 2.765625 -3.953125 C 1.953125 -4.15625 1.734375 -4.28125 1.734375 -4.734375 C 1.734375 -5.296875 2.125 -5.546875 2.9375 -5.546875 C 3.75 -5.546875 4.03125 -5.328125 4.0625 -4.53125 L 5.390625 -4.53125 C 5.375 -5.90625 4.421875 -6.734375 2.96875 -6.734375 C 1.515625 -6.734375 0.421875 -5.84375 0.421875 -4.6875 C 0.421875 -3.703125 1.0625 -3.09375 2.5625 -2.734375 L 3.484375 -2.515625 C 4.1875 -2.34375 4.3125 -2.265625 4.3125 -1.8125 C 4.3125 -1.21875 3.875 -1.015625 3 -1.015625 C 2.09375 -1.015625 1.734375 -1.09375 1.578125 -2.1875 L 0.265625 -2.1875 C 0.3125 -0.59375 1.265625 0.1875 2.921875 0.1875 C 4.5 0.1875 5.640625 -0.6875 5.640625 -1.890625 Z M 5.640625 -1.890625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph0-22\">\n<path style=\"stroke:none;\" d=\"M 2.421875 -0.125 L 2.421875 -1.515625 L 0.90625 -1.515625 L 0.90625 0 L 2.421875 0 Z M 2.421875 -5.171875 L 2.421875 -6.546875 L 0.90625 -6.546875 L 0.90625 -5.046875 L 2.421875 -5.046875 Z M 2.421875 -5.171875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-0\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-1\">\n<path style=\"stroke:none;\" d=\"M -4.21875 -6.21875 C -7.171875 -6.21875 -8.765625 -5.140625 -8.765625 -3.296875 C -8.765625 -1.46875 -7.15625 -0.375 -4.296875 -0.375 C -1.421875 -0.375 0.1875 -1.46875 0.1875 -3.296875 C 0.1875 -5.09375 -1.421875 -6.21875 -4.21875 -6.21875 Z M -4.3125 -4.859375 C -1.90625 -4.859375 -0.953125 -4.453125 -0.953125 -3.28125 C -0.953125 -2.15625 -1.953125 -1.734375 -4.28125 -1.734375 C -6.609375 -1.734375 -7.578125 -2.15625 -7.578125 -3.296875 C -7.578125 -4.4375 -6.59375 -4.859375 -4.3125 -4.859375 Z M -4.3125 -4.859375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-2\">\n<path style=\"stroke:none;\" d=\"M -0.125 -2.421875 L -1.515625 -2.421875 L -1.515625 -0.90625 L 0 -0.90625 L 0 -2.421875 Z M -0.125 -2.421875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-3\">\n<path style=\"stroke:none;\" d=\"M -0.125 -4.296875 L -8.765625 -4.296875 L -8.765625 -3.359375 C -7.328125 -2.953125 -7.28125 -2.859375 -7.0625 -1.078125 L -6.0625 -1.078125 L -6.0625 -2.96875 L 0 -2.96875 L 0 -4.296875 Z M -0.125 -4.296875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-4\">\n<path style=\"stroke:none;\" d=\"M -6.140625 -6.265625 C -7.578125 -6.265625 -8.765625 -5.015625 -8.765625 -3.40625 C -8.765625 -1.671875 -7.75 -0.515625 -5.5625 -0.453125 L -5.5625 -1.78125 C -7.109375 -1.875 -7.578125 -2.328125 -7.578125 -3.375 C -7.578125 -4.328125 -7.03125 -4.90625 -6.125 -4.90625 C -5.453125 -4.90625 -4.96875 -4.546875 -4.53125 -3.796875 L -3.90625 -2.6875 C -2.90625 -0.90625 -2 -0.359375 0 -0.25 L 0 -6.203125 L -1.3125 -6.203125 L -1.3125 -1.75 C -1.875 -1.84375 -2.21875 -2.1875 -2.828125 -3.234375 L -3.484375 -4.421875 C -4.109375 -5.609375 -5.09375 -6.265625 -6.140625 -6.265625 Z M -6.140625 -6.265625 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-5\">\n<path style=\"stroke:none;\" d=\"M -2.609375 -6.203125 C -3.640625 -6.203125 -4.375 -5.65625 -4.71875 -4.625 L -4.453125 -4.625 C -4.765625 -5.421875 -5.453125 -5.953125 -6.296875 -5.953125 C -7.765625 -5.953125 -8.765625 -4.84375 -8.765625 -3.234375 C -8.765625 -1.515625 -7.703125 -0.453125 -5.765625 -0.421875 L -5.765625 -1.75 C -7.15625 -1.78125 -7.578125 -2.15625 -7.578125 -3.234375 C -7.578125 -4.171875 -7.15625 -4.59375 -6.265625 -4.59375 C -5.359375 -4.59375 -5.109375 -4.34375 -5.109375 -2.515625 L -3.953125 -2.515625 L -3.953125 -3.234375 C -3.953125 -4.390625 -3.546875 -4.84375 -2.59375 -4.84375 C -1.53125 -4.84375 -1.015625 -4.328125 -1.015625 -3.234375 C -1.015625 -2.078125 -1.46875 -1.640625 -2.828125 -1.5625 L -2.828125 -0.234375 C -0.796875 -0.375 0.1875 -1.453125 0.1875 -3.1875 C 0.1875 -4.9375 -1 -6.203125 -2.609375 -6.203125 Z M -2.609375 -6.203125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-6\">\n<path style=\"stroke:none;\" d=\"M -2.171875 -6.375 L -3.25 -6.375 L -3.25 -5.109375 L -8.765625 -5.109375 L -8.765625 -4.125 L -3.328125 -0.1875 L -2.046875 -0.1875 L -2.046875 -3.78125 L 0 -3.78125 L 0 -5.109375 L -2.046875 -5.109375 L -2.046875 -6.375 Z M -3.25 -3.921875 L -3.25 -1.515625 L -6.75 -4.015625 L -6.84375 -3.78125 L -3.25 -3.78125 Z M -3.25 -3.921875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-7\">\n<path style=\"stroke:none;\" d=\"M -2.953125 -6.28125 C -4.625 -6.28125 -5.875 -5.046875 -5.875 -3.40625 C -5.875 -2.8125 -5.671875 -2.21875 -5.515625 -2.015625 L -7.28125 -2.28125 L -7.28125 -5.84375 L -8.59375 -5.84375 L -8.59375 -1.203125 L -3.875 -0.515625 L -3.875 -1.71875 C -4.5 -2.25 -4.671875 -2.5625 -4.671875 -3.21875 C -4.671875 -4.359375 -4.0625 -4.9375 -2.8125 -4.9375 C -1.578125 -4.9375 -1.015625 -4.375 -1.015625 -3.21875 C -1.015625 -2.296875 -1.359375 -1.859375 -2.453125 -1.578125 L -2.453125 -0.25 C -0.625 -0.625 0.1875 -1.734375 0.1875 -3.234375 C 0.1875 -4.953125 -1.15625 -6.28125 -2.953125 -6.28125 Z M -2.953125 -6.28125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-8\">\n<path style=\"stroke:none;\" d=\"M -7.890625 -7.078125 L -9.015625 -7.078125 L -9.015625 -0.9375 L 0 -0.9375 L 0 -2.328125 L -3.984375 -2.328125 L -3.984375 -6.5 L -5.234375 -6.5 L -5.234375 -2.328125 L -7.765625 -2.328125 L -7.765625 -7.078125 Z M -7.890625 -7.078125 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-9\">\n<path style=\"stroke:none;\" d=\"M -5.546875 -3.984375 L -6.6875 -3.984375 C -6.71875 -3.6875 -6.734375 -3.59375 -6.734375 -3.46875 C -6.734375 -2.8125 -6.3125 -2.21875 -5.375 -1.640625 L -5.28125 -1.890625 L -6.546875 -1.890625 L -6.546875 -0.703125 L 0 -0.703125 L 0 -1.96875 L -3.390625 -1.96875 C -4.8125 -1.96875 -5.390625 -2.296875 -5.40625 -3.984375 Z M -5.546875 -3.984375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-10\">\n<path style=\"stroke:none;\" d=\"M -2.984375 -6.28125 C -3.90625 -6.28125 -4.46875 -6.21875 -4.9375 -6.03125 C -5.96875 -5.625 -6.734375 -4.53125 -6.734375 -3.359375 C -6.734375 -1.609375 -5.296875 -0.34375 -3.234375 -0.34375 C -1.171875 -0.34375 0.1875 -1.578125 0.1875 -3.34375 C 0.1875 -4.78125 -0.765625 -5.90625 -2.171875 -6.1875 L -2.171875 -4.921875 C -1.21875 -4.59375 -1.015625 -4.171875 -1.015625 -3.375 C -1.015625 -2.328125 -1.546875 -1.6875 -2.859375 -1.65625 L -2.859375 -6.28125 Z M -3.78125 -5.1875 C -3.78125 -5.1875 -3.921875 -4.984375 -3.9375 -4.984375 L -3.9375 -1.6875 C -4.921875 -1.765625 -5.546875 -2.34375 -5.546875 -3.34375 C -5.546875 -4.328125 -4.859375 -4.9375 -3.875 -4.9375 Z M -3.78125 -5.1875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-11\">\n<path style=\"stroke:none;\" d=\"M 2.484375 -6.078125 L -6.546875 -6.078125 L -6.546875 -4.90625 L -5.578125 -4.90625 L -5.671875 -5.140625 C -6.34375 -4.6875 -6.734375 -3.875 -6.734375 -3.046875 C -6.734375 -1.390625 -5.296875 -0.171875 -3.203125 -0.171875 C -1.15625 -0.171875 0.1875 -1.34375 0.1875 -3 C 0.1875 -3.875 -0.171875 -4.578125 -0.859375 -5.046875 L -0.953125 -4.796875 L 2.609375 -4.796875 L 2.609375 -6.078125 Z M -3.234375 -4.796875 C -1.796875 -4.796875 -1.015625 -4.25 -1.015625 -3.1875 C -1.015625 -2.09375 -1.8125 -1.484375 -3.28125 -1.484375 C -4.734375 -1.484375 -5.53125 -2.09375 -5.53125 -3.1875 C -5.53125 -4.265625 -4.703125 -4.796875 -3.234375 -4.796875 Z M -3.234375 -4.796875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-12\">\n<path style=\"stroke:none;\" d=\"M -0.125 -5.921875 L -6.546875 -5.921875 L -6.546875 -4.640625 L -2.953125 -4.640625 C -1.671875 -4.640625 -0.953125 -4.109375 -0.953125 -3.078125 C -0.953125 -2.28125 -1.3125 -1.90625 -2.0625 -1.90625 L -6.546875 -1.90625 L -6.546875 -0.640625 L -1.671875 -0.640625 C -0.625 -0.640625 0.1875 -1.5625 0.1875 -2.78125 C 0.1875 -3.703125 -0.1875 -4.390625 -1.015625 -4.984375 L -1.109375 -4.734375 L 0 -4.734375 L 0 -5.921875 Z M -0.125 -5.921875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-13\">\n<path style=\"stroke:none;\" d=\"M -0.125 -5.96875 L -4.890625 -5.96875 C -5.921875 -5.96875 -6.734375 -5.0625 -6.734375 -3.859375 C -6.734375 -2.921875 -6.34375 -2.203125 -5.453125 -1.65625 L -5.359375 -1.890625 L -6.546875 -1.890625 L -6.546875 -0.703125 L 0 -0.703125 L 0 -1.96875 L -3.59375 -1.96875 C -4.890625 -1.96875 -5.59375 -2.53125 -5.59375 -3.546875 C -5.59375 -4.34375 -5.25 -4.703125 -4.484375 -4.703125 L 0 -4.703125 L 0 -5.96875 Z M -0.125 -5.96875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-14\">\n<path style=\"stroke:none;\" d=\"M -2.421875 -5.71875 L -2.421875 -4.59375 C -1.28125 -4.40625 -1.015625 -4.03125 -1.015625 -3.1875 C -1.015625 -2.078125 -1.734375 -1.546875 -3.21875 -1.546875 C -4.78125 -1.546875 -5.546875 -2.0625 -5.546875 -3.15625 C -5.546875 -4 -5.1875 -4.375 -4.171875 -4.53125 L -4.171875 -5.796875 C -5.84375 -5.65625 -6.734375 -4.578125 -6.734375 -3.171875 C -6.734375 -1.46875 -5.296875 -0.234375 -3.21875 -0.234375 C -1.1875 -0.234375 0.1875 -1.453125 0.1875 -3.15625 C 0.1875 -4.65625 -0.859375 -5.734375 -2.421875 -5.875 Z M -2.421875 -5.71875 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-15\">\n<path style=\"stroke:none;\" d=\"M -6.546875 -5.734375 L -6.546875 -4.5625 L -1.53125 -2.765625 L -1.53125 -3.046875 L -6.546875 -1.390625 L -6.546875 -0.046875 L -0.109375 -2.21875 L 0.890625 -1.84375 C 1.328125 -1.671875 1.375 -1.609375 1.375 -1.171875 C 1.375 -1.03125 1.34375 -0.859375 1.265625 -0.5 L 2.40625 -0.5 C 2.53125 -0.75 2.609375 -1.0625 2.609375 -1.3125 C 2.609375 -2.03125 2.09375 -2.734375 1.1875 -3.078125 L -6.546875 -5.921875 Z M -6.546875 -5.734375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-16\">\n<path style=\"stroke:none;\" d=\"M -0.125 -1.9375 L -9.015625 -1.9375 L -9.015625 -0.671875 L 0 -0.671875 L 0 -1.9375 Z M -0.125 -1.9375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-17\">\n<path style=\"stroke:none;\" d=\"M -0.125 -1.96875 L -6.546875 -1.96875 L -6.546875 -0.703125 L 0 -0.703125 L 0 -1.96875 Z M -7.375 -2.09375 L -8.75 -2.09375 L -8.75 -0.578125 L -7.234375 -0.578125 L -7.234375 -2.09375 Z M -7.375 -2.09375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-18\">\n<path style=\"stroke:none;\" d=\"M -3.21875 -6.40625 C -5.328125 -6.40625 -6.734375 -5.25 -6.734375 -3.578125 C -6.734375 -2.71875 -6.3125 -1.9375 -5.5625 -1.46875 L -5.46875 -1.703125 L -6.546875 -1.703125 L -6.546875 -0.515625 L 2.609375 -0.515625 L 2.609375 -1.78125 L -0.890625 -1.78125 L -0.796875 -1.546875 C -0.140625 -2.078125 0.1875 -2.765625 0.1875 -3.59375 C 0.1875 -5.203125 -1.21875 -6.40625 -3.21875 -6.40625 Z M -3.234375 -5.09375 C -1.8125 -5.09375 -1.015625 -4.5 -1.015625 -3.40625 C -1.015625 -2.359375 -1.75 -1.78125 -3.234375 -1.78125 C -4.703125 -1.78125 -5.53125 -2.359375 -5.53125 -3.40625 C -5.53125 -4.515625 -4.734375 -5.09375 -3.234375 -5.09375 Z M -3.234375 -5.09375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-19\">\n<path style=\"stroke:none;\" d=\"\"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-20\">\n<path style=\"stroke:none;\" d=\"M -7.3125 -1.84375 L -8.765625 -1.84375 L -8.765625 -0.4375 L -7.3125 -0.4375 L -5.5625 -0.78125 L -5.5625 -1.484375 Z M -7.3125 -1.84375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-21\">\n<path style=\"stroke:none;\" d=\"M -3.234375 -6.25 C -5.40625 -6.25 -6.734375 -5.078125 -6.734375 -3.265625 C -6.734375 -1.5 -5.390625 -0.28125 -3.28125 -0.28125 C -1.15625 -0.28125 0.1875 -1.484375 0.1875 -3.28125 C 0.1875 -5.046875 -1.15625 -6.25 -3.234375 -6.25 Z M -3.234375 -4.9375 C -1.765625 -4.9375 -1.015625 -4.375 -1.015625 -3.28125 C -1.015625 -2.15625 -1.75 -1.609375 -3.28125 -1.609375 C -4.78125 -1.609375 -5.546875 -2.15625 -5.546875 -3.28125 C -5.546875 -4.40625 -4.796875 -4.9375 -3.234375 -4.9375 Z M -3.234375 -4.9375 \"/>\n</symbol>\n<symbol overflow=\"visible\" id=\"glyph1-22\">\n<path style=\"stroke:none;\" d=\"M -1.890625 -5.640625 C -2.828125 -5.640625 -3.4375 -4.984375 -3.734375 -3.734375 L -3.953125 -2.765625 C -4.15625 -1.953125 -4.28125 -1.734375 -4.734375 -1.734375 C -5.296875 -1.734375 -5.546875 -2.125 -5.546875 -2.9375 C -5.546875 -3.75 -5.328125 -4.03125 -4.53125 -4.0625 L -4.53125 -5.390625 C -5.90625 -5.375 -6.734375 -4.421875 -6.734375 -2.96875 C -6.734375 -1.515625 -5.84375 -0.421875 -4.6875 -0.421875 C -3.703125 -0.421875 -3.09375 -1.0625 -2.734375 -2.5625 L -2.515625 -3.484375 C -2.34375 -4.1875 -2.265625 -4.3125 -1.8125 -4.3125 C -1.21875 -4.3125 -1.015625 -3.875 -1.015625 -3 C -1.015625 -2.09375 -1.09375 -1.734375 -2.1875 -1.578125 L -2.1875 -0.265625 C -0.59375 -0.3125 0.1875 -1.265625 0.1875 -2.921875 C 0.1875 -4.5 -0.6875 -5.640625 -1.890625 -5.640625 Z M -1.890625 -5.640625 \"/>\n</symbol>\n</g>\n<clipPath id=\"clip1\">\n  <path d=\"M 434 59.039062 L 436 59.039062 L 436 522 L 434 522 Z M 434 59.039062 \"/>\n</clipPath>\n<clipPath id=\"clip2\">\n  <path d=\"M 652 506 L 670 506 L 670 522.558594 L 652 522.558594 Z M 652 506 \"/>\n</clipPath>\n<clipPath id=\"clip3\">\n  <path d=\"M 59.039062 76 L 247 76 L 247 522 L 59.039062 522 Z M 59.039062 76 \"/>\n</clipPath>\n<clipPath id=\"clip4\">\n  <path d=\"M 59.039062 76 L 248 76 L 248 522 L 59.039062 522 Z M 59.039062 76 \"/>\n</clipPath>\n<clipPath id=\"clip5\">\n  <path d=\"M 59.039062 521 L 436 521 L 436 522 L 59.039062 522 Z M 59.039062 521 \"/>\n</clipPath>\n<clipPath id=\"clip6\">\n  <path d=\"M 59.039062 505 L 436 505 L 436 507 L 59.039062 507 Z M 59.039062 505 \"/>\n</clipPath>\n<clipPath id=\"clip7\">\n  <path d=\"M 59.039062 489 L 436 489 L 436 491 L 59.039062 491 Z M 59.039062 489 \"/>\n</clipPath>\n<clipPath id=\"clip8\">\n  <path d=\"M 59.039062 473 L 436 473 L 436 475 L 59.039062 475 Z M 59.039062 473 \"/>\n</clipPath>\n<clipPath id=\"clip9\">\n  <path d=\"M 59.039062 457 L 436 457 L 436 459 L 59.039062 459 Z M 59.039062 457 \"/>\n</clipPath>\n<clipPath id=\"clip10\">\n  <path d=\"M 59.039062 441 L 436 441 L 436 443 L 59.039062 443 Z M 59.039062 441 \"/>\n</clipPath>\n<clipPath id=\"clip11\">\n  <path d=\"M 59.039062 425 L 436 425 L 436 427 L 59.039062 427 Z M 59.039062 425 \"/>\n</clipPath>\n<clipPath id=\"clip12\">\n  <path d=\"M 59.039062 410 L 436 410 L 436 411 L 59.039062 411 Z M 59.039062 410 \"/>\n</clipPath>\n<clipPath id=\"clip13\">\n  <path d=\"M 59.039062 394 L 436 394 L 436 395 L 59.039062 395 Z M 59.039062 394 \"/>\n</clipPath>\n<clipPath id=\"clip14\">\n  <path d=\"M 59.039062 378 L 436 378 L 436 379 L 59.039062 379 Z M 59.039062 378 \"/>\n</clipPath>\n<clipPath id=\"clip15\">\n  <path d=\"M 59.039062 362 L 436 362 L 436 364 L 59.039062 364 Z M 59.039062 362 \"/>\n</clipPath>\n<clipPath id=\"clip16\">\n  <path d=\"M 59.039062 346 L 436 346 L 436 348 L 59.039062 348 Z M 59.039062 346 \"/>\n</clipPath>\n<clipPath id=\"clip17\">\n  <path d=\"M 59.039062 330 L 436 330 L 436 332 L 59.039062 332 Z M 59.039062 330 \"/>\n</clipPath>\n<clipPath id=\"clip18\">\n  <path d=\"M 59.039062 314 L 436 314 L 436 316 L 59.039062 316 Z M 59.039062 314 \"/>\n</clipPath>\n<clipPath id=\"clip19\">\n  <path d=\"M 59.039062 298 L 436 298 L 436 300 L 59.039062 300 Z M 59.039062 298 \"/>\n</clipPath>\n<clipPath id=\"clip20\">\n  <path d=\"M 59.039062 282 L 436 282 L 436 284 L 59.039062 284 Z M 59.039062 282 \"/>\n</clipPath>\n<clipPath id=\"clip21\">\n  <path d=\"M 59.039062 267 L 436 267 L 436 268 L 59.039062 268 Z M 59.039062 267 \"/>\n</clipPath>\n<clipPath id=\"clip22\">\n  <path d=\"M 59.039062 251 L 436 251 L 436 252 L 59.039062 252 Z M 59.039062 251 \"/>\n</clipPath>\n<clipPath id=\"clip23\">\n  <path d=\"M 59.039062 235 L 436 235 L 436 237 L 59.039062 237 Z M 59.039062 235 \"/>\n</clipPath>\n<clipPath id=\"clip24\">\n  <path d=\"M 59.039062 219 L 436 219 L 436 221 L 59.039062 221 Z M 59.039062 219 \"/>\n</clipPath>\n<clipPath id=\"clip25\">\n  <path d=\"M 59.039062 203 L 436 203 L 436 205 L 59.039062 205 Z M 59.039062 203 \"/>\n</clipPath>\n<clipPath id=\"clip26\">\n  <path d=\"M 59.039062 187 L 436 187 L 436 189 L 59.039062 189 Z M 59.039062 187 \"/>\n</clipPath>\n<clipPath id=\"clip27\">\n  <path d=\"M 59.039062 171 L 436 171 L 436 173 L 59.039062 173 Z M 59.039062 171 \"/>\n</clipPath>\n<clipPath id=\"clip28\">\n  <path d=\"M 59.039062 155 L 436 155 L 436 157 L 59.039062 157 Z M 59.039062 155 \"/>\n</clipPath>\n<clipPath id=\"clip29\">\n  <path d=\"M 59.039062 139 L 436 139 L 436 141 L 59.039062 141 Z M 59.039062 139 \"/>\n</clipPath>\n<clipPath id=\"clip30\">\n  <path d=\"M 59.039062 124 L 436 124 L 436 125 L 59.039062 125 Z M 59.039062 124 \"/>\n</clipPath>\n<clipPath id=\"clip31\">\n  <path d=\"M 59.039062 108 L 436 108 L 436 109 L 59.039062 109 Z M 59.039062 108 \"/>\n</clipPath>\n<clipPath id=\"clip32\">\n  <path d=\"M 59.039062 92 L 436 92 L 436 94 L 59.039062 94 Z M 59.039062 92 \"/>\n</clipPath>\n<clipPath id=\"clip33\">\n  <path d=\"M 59.039062 76 L 436 76 L 436 78 L 59.039062 78 Z M 59.039062 76 \"/>\n</clipPath>\n<clipPath id=\"clip34\">\n  <path d=\"M 434 59.039062 L 436 59.039062 L 436 522 L 434 522 Z M 434 59.039062 \"/>\n</clipPath>\n</defs>\n<g id=\"surface1\">\n<rect x=\"0\" y=\"0\" width=\"841\" height=\"595\" style=\"fill:rgb(100%,100%,100%);fill-opacity:1;stroke:none;\"/>\n<g clip-path=\"url(#clip1)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 434.898438 521.558594 L 434.898438 59.039062 \"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 153.003906 521.558594 L 340.933594 521.558594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 153.003906 521.558594 L 153.003906 528.761719 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 340.933594 521.558594 L 340.933594 528.761719 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"149.503906\" y=\"547.256836\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"337.433594\" y=\"547.256836\"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 59.039062 124.480469 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 51.839844 521.558594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 442.144531 L 51.839844 442.144531 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 362.726562 L 51.839844 362.726562 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 283.3125 L 51.839844 283.3125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 203.894531 L 51.839844 203.894531 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 124.480469 L 51.839844 124.480469 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"530.058594\"/>\n  <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"523.386719\"/>\n  <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"520.050781\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"450.644531\"/>\n  <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"443.972656\"/>\n  <use xlink:href=\"#glyph1-3\" x=\"41.538086\" y=\"440.636719\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"371.226562\"/>\n  <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"364.554688\"/>\n  <use xlink:href=\"#glyph1-4\" x=\"41.538086\" y=\"361.21875\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"291.8125\"/>\n  <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"285.140625\"/>\n  <use xlink:href=\"#glyph1-5\" x=\"41.538086\" y=\"281.804688\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"212.394531\"/>\n  <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"205.722656\"/>\n  <use xlink:href=\"#glyph1-6\" x=\"41.538086\" y=\"202.386719\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph1-1\" x=\"41.538086\" y=\"132.980469\"/>\n  <use xlink:href=\"#glyph1-2\" x=\"41.538086\" y=\"126.308594\"/>\n  <use xlink:href=\"#glyph1-7\" x=\"41.538086\" y=\"122.972656\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph1-8\" x=\"27.135742\" y=\"318.800781\"/>\n  <use xlink:href=\"#glyph1-9\" x=\"27.135742\" y=\"311.888672\"/>\n  <use xlink:href=\"#glyph1-10\" x=\"27.135742\" y=\"308.011719\"/>\n  <use xlink:href=\"#glyph1-11\" x=\"27.135742\" y=\"301.339844\"/>\n  <use xlink:href=\"#glyph1-12\" x=\"27.135742\" y=\"294.608398\"/>\n  <use xlink:href=\"#glyph1-10\" x=\"27.135742\" y=\"287.936523\"/>\n  <use xlink:href=\"#glyph1-13\" x=\"27.135742\" y=\"281.264648\"/>\n  <use xlink:href=\"#glyph1-14\" x=\"27.135742\" y=\"274.592773\"/>\n  <use xlink:href=\"#glyph1-15\" x=\"27.135742\" y=\"268.592773\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph1-8\" x=\"822.057617\" y=\"318.300781\"/>\n  <use xlink:href=\"#glyph1-16\" x=\"822.057617\" y=\"310.96875\"/>\n  <use xlink:href=\"#glyph1-17\" x=\"822.057617\" y=\"308.304688\"/>\n  <use xlink:href=\"#glyph1-18\" x=\"822.057617\" y=\"305.640625\"/>\n  <use xlink:href=\"#glyph1-19\" x=\"822.057617\" y=\"298.96875\"/>\n  <use xlink:href=\"#glyph1-20\" x=\"822.057617\" y=\"295.632812\"/>\n  <use xlink:href=\"#glyph1-14\" x=\"822.057617\" y=\"293.34082\"/>\n  <use xlink:href=\"#glyph1-21\" x=\"822.057617\" y=\"287.34082\"/>\n  <use xlink:href=\"#glyph1-17\" x=\"822.057617\" y=\"280.668945\"/>\n  <use xlink:href=\"#glyph1-13\" x=\"822.057617\" y=\"278.004883\"/>\n  <use xlink:href=\"#glyph1-22\" x=\"822.057617\" y=\"271.333008\"/>\n  <use xlink:href=\"#glyph1-20\" x=\"822.057617\" y=\"265.333008\"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 692.746094 501.789062 C 692.746094 506.261719 689.117188 509.890625 684.644531 509.890625 C 680.171875 509.890625 676.542969 506.261719 676.542969 501.789062 C 676.542969 497.316406 680.171875 493.6875 684.644531 493.6875 C 689.117188 493.6875 692.746094 497.316406 692.746094 501.789062 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 777.359375 167.695312 C 777.359375 172.171875 773.730469 175.796875 769.257812 175.796875 C 764.785156 175.796875 761.160156 172.171875 761.160156 167.695312 C 761.160156 163.222656 764.785156 159.597656 769.257812 159.597656 C 773.730469 159.597656 777.359375 163.222656 777.359375 167.695312 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 531.722656 501.300781 C 531.722656 505.777344 528.09375 509.402344 523.621094 509.402344 C 519.148438 509.402344 515.519531 505.777344 515.519531 501.300781 C 515.519531 496.828125 519.148438 493.203125 523.621094 493.203125 C 528.09375 493.203125 531.722656 496.828125 531.722656 501.300781 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 775.707031 376.117188 C 775.707031 380.59375 772.078125 384.21875 767.605469 384.21875 C 763.132812 384.21875 759.507812 380.59375 759.507812 376.117188 C 759.507812 371.644531 763.132812 368.019531 767.605469 368.019531 C 772.078125 368.019531 775.707031 371.644531 775.707031 376.117188 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 570.835938 300.183594 C 570.835938 304.65625 567.210938 308.285156 562.738281 308.285156 C 558.265625 308.285156 554.636719 304.65625 554.636719 300.183594 C 554.636719 295.710938 558.265625 292.082031 562.738281 292.082031 C 567.210938 292.082031 570.835938 295.710938 570.835938 300.183594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 686.492188 229.289062 C 686.492188 233.765625 682.863281 237.390625 678.390625 237.390625 C 673.917969 237.390625 670.292969 233.765625 670.292969 229.289062 C 670.292969 224.816406 673.917969 221.191406 678.390625 221.191406 C 682.863281 221.191406 686.492188 224.816406 686.492188 229.289062 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 551.066406 238.59375 C 551.066406 243.066406 547.4375 246.695312 542.964844 246.695312 C 538.492188 246.695312 534.863281 243.066406 534.863281 238.59375 C 534.863281 234.121094 538.492188 230.492188 542.964844 230.492188 C 547.4375 230.492188 551.066406 234.121094 551.066406 238.59375 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 497.25 400.277344 C 497.25 404.75 493.625 408.375 489.152344 408.375 C 484.679688 408.375 481.050781 404.75 481.050781 400.277344 C 481.050781 395.800781 484.679688 392.175781 489.152344 392.175781 C 493.625 392.175781 497.25 395.800781 497.25 400.277344 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 758.046875 138.574219 C 758.046875 143.046875 754.421875 146.675781 749.949219 146.675781 C 745.472656 146.675781 741.847656 143.046875 741.847656 138.574219 C 741.847656 134.101562 745.472656 130.472656 749.949219 130.472656 C 754.421875 130.472656 758.046875 134.101562 758.046875 138.574219 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 741.839844 115.675781 C 741.839844 120.148438 738.210938 123.773438 733.738281 123.773438 C 729.265625 123.773438 725.636719 120.148438 725.636719 115.675781 C 725.636719 111.203125 729.265625 107.574219 733.738281 107.574219 C 738.210938 107.574219 741.839844 111.203125 741.839844 115.675781 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 740.488281 484.691406 C 740.488281 489.164062 736.863281 492.792969 732.390625 492.792969 C 727.917969 492.792969 724.289062 489.164062 724.289062 484.691406 C 724.289062 480.21875 727.917969 476.59375 732.390625 476.59375 C 736.863281 476.59375 740.488281 480.21875 740.488281 484.691406 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 483.75 157.183594 C 483.75 161.65625 480.125 165.285156 475.648438 165.285156 C 471.175781 165.285156 467.550781 161.65625 467.550781 157.183594 C 467.550781 152.710938 471.175781 149.085938 475.648438 149.085938 C 480.125 149.085938 483.75 152.710938 483.75 157.183594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 560.511719 238.53125 C 560.511719 243.003906 556.886719 246.628906 552.410156 246.628906 C 547.9375 246.628906 544.3125 243.003906 544.3125 238.53125 C 544.3125 234.054688 547.9375 230.429688 552.410156 230.429688 C 556.886719 230.429688 560.511719 234.054688 560.511719 238.53125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 601.125 513.375 C 601.125 517.847656 597.5 521.472656 593.023438 521.472656 C 588.550781 521.472656 584.925781 517.847656 584.925781 513.375 C 584.925781 508.898438 588.550781 505.273438 593.023438 505.273438 C 597.5 505.273438 601.125 508.898438 601.125 513.375 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 556.925781 492.503906 C 556.925781 496.976562 553.300781 500.601562 548.828125 500.601562 C 544.351562 500.601562 540.726562 496.976562 540.726562 492.503906 C 540.726562 488.027344 544.351562 484.402344 548.828125 484.402344 C 553.300781 484.402344 556.925781 488.027344 556.925781 492.503906 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 687.121094 370.476562 C 687.121094 374.949219 683.496094 378.574219 679.023438 378.574219 C 674.550781 378.574219 670.921875 374.949219 670.921875 370.476562 C 670.921875 366.003906 674.550781 362.375 679.023438 362.375 C 683.496094 362.375 687.121094 366.003906 687.121094 370.476562 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 548.914062 212.011719 C 548.914062 216.484375 545.289062 220.113281 540.816406 220.113281 C 536.34375 220.113281 532.714844 216.484375 532.714844 212.011719 C 532.714844 207.539062 536.34375 203.910156 540.816406 203.910156 C 545.289062 203.910156 548.914062 207.539062 548.914062 212.011719 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 631.78125 385.054688 C 631.78125 389.527344 628.152344 393.152344 623.679688 393.152344 C 619.207031 393.152344 615.582031 389.527344 615.582031 385.054688 C 615.582031 380.578125 619.207031 376.953125 623.679688 376.953125 C 628.152344 376.953125 631.78125 380.578125 631.78125 385.054688 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 718.210938 469.832031 C 718.210938 474.308594 714.582031 477.933594 710.109375 477.933594 C 705.636719 477.933594 702.011719 474.308594 702.011719 469.832031 C 702.011719 465.359375 705.636719 461.734375 710.109375 461.734375 C 714.582031 461.734375 718.210938 465.359375 718.210938 469.832031 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 521.621094 307.65625 C 521.621094 312.128906 517.992188 315.757812 513.519531 315.757812 C 509.046875 315.757812 505.417969 312.128906 505.417969 307.65625 C 505.417969 303.183594 509.046875 299.554688 513.519531 299.554688 C 517.992188 299.554688 521.621094 303.183594 521.621094 307.65625 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 610.0625 105.78125 C 610.0625 110.253906 606.433594 113.882812 601.960938 113.882812 C 597.488281 113.882812 593.863281 110.253906 593.863281 105.78125 C 593.863281 101.308594 597.488281 97.679688 601.960938 97.679688 C 606.433594 97.679688 610.0625 101.308594 610.0625 105.78125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 674.476562 98.578125 C 674.476562 103.050781 670.851562 106.679688 666.378906 106.679688 C 661.902344 106.679688 658.277344 103.050781 658.277344 98.578125 C 658.277344 94.105469 661.902344 90.476562 666.378906 90.476562 C 670.851562 90.476562 674.476562 94.105469 674.476562 98.578125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 685.640625 332.503906 C 685.640625 336.980469 682.011719 340.605469 677.539062 340.605469 C 673.066406 340.605469 669.4375 336.980469 669.4375 332.503906 C 669.4375 328.03125 673.066406 324.40625 677.539062 324.40625 C 682.011719 324.40625 685.640625 328.03125 685.640625 332.503906 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 509.03125 270.15625 C 509.03125 274.632812 505.40625 278.257812 500.933594 278.257812 C 496.457031 278.257812 492.832031 274.632812 492.832031 270.15625 C 492.832031 265.683594 496.457031 262.058594 500.933594 262.058594 C 505.40625 262.058594 509.03125 265.683594 509.03125 270.15625 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 768.292969 438.117188 C 768.292969 442.589844 764.667969 446.214844 760.195312 446.214844 C 755.71875 446.214844 752.09375 442.589844 752.09375 438.117188 C 752.09375 433.644531 755.71875 430.015625 760.195312 430.015625 C 764.667969 430.015625 768.292969 433.644531 768.292969 438.117188 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 730.859375 116.632812 C 730.859375 121.105469 727.234375 124.734375 722.757812 124.734375 C 718.285156 124.734375 714.660156 121.105469 714.660156 116.632812 C 714.660156 112.160156 718.285156 108.535156 722.757812 108.535156 C 727.234375 108.535156 730.859375 112.160156 730.859375 116.632812 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 612.3125 81.683594 C 612.3125 86.15625 608.6875 89.78125 604.214844 89.78125 C 599.738281 89.78125 596.113281 86.15625 596.113281 81.683594 C 596.113281 77.210938 599.738281 73.582031 604.214844 73.582031 C 608.6875 73.582031 612.3125 77.210938 612.3125 81.683594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 653.324219 433.28125 C 653.324219 437.757812 649.699219 441.382812 645.222656 441.382812 C 640.75 441.382812 637.125 437.757812 637.125 433.28125 C 637.125 428.808594 640.75 425.183594 645.222656 425.183594 C 649.699219 425.183594 653.324219 428.808594 653.324219 433.28125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 524.609375 462.65625 C 524.609375 467.128906 520.984375 470.753906 516.507812 470.753906 C 512.035156 470.753906 508.410156 467.128906 508.410156 462.65625 C 508.410156 458.179688 512.035156 454.554688 516.507812 454.554688 C 520.984375 454.554688 524.609375 458.179688 524.609375 462.65625 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 716.277344 465.132812 C 716.277344 469.605469 712.652344 473.234375 708.179688 473.234375 C 703.703125 473.234375 700.078125 469.605469 700.078125 465.132812 C 700.078125 460.660156 703.703125 457.035156 708.179688 457.035156 C 712.652344 457.035156 716.277344 460.660156 716.277344 465.132812 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 712.195312 105.765625 C 712.195312 110.238281 708.566406 113.867188 704.09375 113.867188 C 699.621094 113.867188 695.996094 110.238281 695.996094 105.765625 C 695.996094 101.292969 699.621094 97.664062 704.09375 97.664062 C 708.566406 97.664062 712.195312 101.292969 712.195312 105.765625 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 499.183594 346.421875 C 499.183594 350.894531 495.558594 354.523438 491.082031 354.523438 C 486.609375 354.523438 482.984375 350.894531 482.984375 346.421875 C 482.984375 341.949219 486.609375 338.324219 491.082031 338.324219 C 495.558594 338.324219 499.183594 341.949219 499.183594 346.421875 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 601.730469 419.503906 C 601.730469 423.976562 598.101562 427.605469 593.628906 427.605469 C 589.15625 427.605469 585.53125 423.976562 585.53125 419.503906 C 585.53125 415.03125 589.15625 411.402344 593.628906 411.402344 C 598.101562 411.402344 601.730469 415.03125 601.730469 419.503906 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 569.902344 390.996094 C 569.902344 395.46875 566.273438 399.097656 561.800781 399.097656 C 557.328125 399.097656 553.703125 395.46875 553.703125 390.996094 C 553.703125 386.523438 557.328125 382.894531 561.800781 382.894531 C 566.273438 382.894531 569.902344 386.523438 569.902344 390.996094 \"/>\n<g clip-path=\"url(#clip2)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 668.652344 515.320312 C 668.652344 519.792969 665.027344 523.417969 660.550781 523.417969 C 656.078125 523.417969 652.453125 519.792969 652.453125 515.320312 C 652.453125 510.84375 656.078125 507.21875 660.550781 507.21875 C 665.027344 507.21875 668.652344 510.84375 668.652344 515.320312 \"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 729.609375 472.304688 C 729.609375 476.78125 725.984375 480.40625 721.511719 480.40625 C 717.039062 480.40625 713.410156 476.78125 713.410156 472.304688 C 713.410156 467.832031 717.039062 464.207031 721.511719 464.207031 C 725.984375 464.207031 729.609375 467.832031 729.609375 472.304688 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 491.246094 202.835938 C 491.246094 207.3125 487.617188 210.9375 483.144531 210.9375 C 478.671875 210.9375 475.042969 207.3125 475.042969 202.835938 C 475.042969 198.363281 478.671875 194.738281 483.144531 194.738281 C 487.617188 194.738281 491.246094 198.363281 491.246094 202.835938 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 689.238281 86.9375 C 689.238281 91.414062 685.613281 95.039062 681.140625 95.039062 C 676.667969 95.039062 673.039062 91.414062 673.039062 86.9375 C 673.039062 82.464844 676.667969 78.839844 681.140625 78.839844 C 685.613281 78.839844 689.238281 82.464844 689.238281 86.9375 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 780.582031 300.722656 C 780.582031 305.195312 776.957031 308.820312 772.480469 308.820312 C 768.007812 308.820312 764.382812 305.195312 764.382812 300.722656 C 764.382812 296.25 768.007812 292.621094 772.480469 292.621094 C 776.957031 292.621094 780.582031 296.25 780.582031 300.722656 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 777.640625 355.496094 C 777.640625 359.96875 774.015625 363.597656 769.539062 363.597656 C 765.066406 363.597656 761.441406 359.96875 761.441406 355.496094 C 761.441406 351.023438 765.066406 347.398438 769.539062 347.398438 C 774.015625 347.398438 777.640625 351.023438 777.640625 355.496094 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 631.253906 202.230469 C 631.253906 206.707031 627.625 210.332031 623.152344 210.332031 C 618.679688 210.332031 615.050781 206.707031 615.050781 202.230469 C 615.050781 197.757812 618.679688 194.132812 623.152344 194.132812 C 627.625 194.132812 631.253906 197.757812 631.253906 202.230469 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 595.699219 480.46875 C 595.699219 484.941406 592.074219 488.566406 587.597656 488.566406 C 583.125 488.566406 579.5 484.941406 579.5 480.46875 C 579.5 475.996094 583.125 472.367188 587.597656 472.367188 C 592.074219 472.367188 595.699219 475.996094 595.699219 480.46875 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 544.648438 331.8125 C 544.648438 336.289062 541.023438 339.914062 536.546875 339.914062 C 532.074219 339.914062 528.449219 336.289062 528.449219 331.8125 C 528.449219 327.339844 532.074219 323.714844 536.546875 323.714844 C 541.023438 323.714844 544.648438 327.339844 544.648438 331.8125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 684.585938 411.328125 C 684.585938 415.804688 680.957031 419.429688 676.484375 419.429688 C 672.011719 419.429688 668.386719 415.804688 668.386719 411.328125 C 668.386719 406.855469 672.011719 403.230469 676.484375 403.230469 C 680.957031 403.230469 684.585938 406.855469 684.585938 411.328125 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 730.097656 153.027344 C 730.097656 157.5 726.472656 161.125 722 161.125 C 717.527344 161.125 713.898438 157.5 713.898438 153.027344 C 713.898438 148.550781 717.527344 144.925781 722 144.925781 C 726.472656 144.925781 730.097656 148.550781 730.097656 153.027344 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 492.664062 263 C 492.664062 267.472656 489.035156 271.101562 484.5625 271.101562 C 480.089844 271.101562 476.464844 267.472656 476.464844 263 C 476.464844 258.527344 480.089844 254.898438 484.5625 254.898438 C 489.035156 254.898438 492.664062 258.527344 492.664062 263 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 496.96875 350.679688 C 496.96875 355.152344 493.339844 358.78125 488.867188 358.78125 C 484.394531 358.78125 480.769531 355.152344 480.769531 350.679688 C 480.769531 346.207031 484.394531 342.578125 488.867188 342.578125 C 493.339844 342.578125 496.96875 346.207031 496.96875 350.679688 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 684.789062 325.222656 C 684.789062 329.699219 681.164062 333.324219 676.691406 333.324219 C 672.214844 333.324219 668.589844 329.699219 668.589844 325.222656 C 668.589844 320.75 672.214844 317.125 676.691406 317.125 C 681.164062 317.125 684.789062 320.75 684.789062 325.222656 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 778.484375 102.800781 C 778.484375 107.277344 774.859375 110.902344 770.386719 110.902344 C 765.910156 110.902344 762.285156 107.277344 762.285156 102.800781 C 762.285156 98.328125 765.910156 94.703125 770.386719 94.703125 C 774.859375 94.703125 778.484375 98.328125 778.484375 102.800781 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 483.445312 473.835938 C 483.445312 478.308594 479.820312 481.933594 475.347656 481.933594 C 470.871094 481.933594 467.246094 478.308594 467.246094 473.835938 C 467.246094 469.363281 470.871094 465.734375 475.347656 465.734375 C 479.820312 465.734375 483.445312 469.363281 483.445312 473.835938 \"/>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"681.144531\" y=\"506.06543\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"765.757812\" y=\"171.97168\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"520.121094\" y=\"505.577148\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"764.105469\" y=\"380.393555\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"559.238281\" y=\"304.459961\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"674.890625\" y=\"233.56543\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"539.464844\" y=\"242.870117\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"485.652344\" y=\"404.553711\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"746.449219\" y=\"142.850586\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"730.238281\" y=\"119.952148\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"728.890625\" y=\"488.967773\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"472.148438\" y=\"161.459961\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"548.910156\" y=\"242.807617\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"589.523438\" y=\"517.651367\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"545.328125\" y=\"496.780273\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"675.523438\" y=\"374.75293\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"537.316406\" y=\"216.288086\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"620.179688\" y=\"389.331055\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"706.609375\" y=\"474.108398\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"510.019531\" y=\"311.932617\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"598.460938\" y=\"110.057617\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"662.878906\" y=\"102.854492\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"674.039062\" y=\"336.780273\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"497.433594\" y=\"274.432617\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"756.695312\" y=\"442.393555\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"719.257812\" y=\"120.90918\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"600.714844\" y=\"85.959961\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"641.722656\" y=\"437.557617\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"513.007812\" y=\"466.932617\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"704.679688\" y=\"469.40918\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"700.59375\" y=\"110.041992\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"487.582031\" y=\"350.698242\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"590.128906\" y=\"423.780273\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"558.300781\" y=\"395.272461\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"657.050781\" y=\"519.59668\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"718.011719\" y=\"476.581055\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"479.644531\" y=\"207.112305\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"677.640625\" y=\"91.213867\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"768.980469\" y=\"304.999023\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"766.039062\" y=\"359.772461\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"619.652344\" y=\"206.506836\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"584.097656\" y=\"484.745117\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"533.046875\" y=\"336.088867\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"672.984375\" y=\"415.604492\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"718.5\" y=\"157.303711\"/>\n</g>\n<g style=\"fill:rgb(100%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"481.0625\" y=\"267.276367\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"485.367188\" y=\"354.956055\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"673.191406\" y=\"329.499023\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"766.886719\" y=\"107.077148\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-1\" x=\"471.847656\" y=\"478.112305\"/>\n</g>\n<g clip-path=\"url(#clip3)\" clip-rule=\"nonzero\">\n<path style=\" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;\" d=\"M 59.039062 521.558594 L 246.96875 521.558594 L 246.96875 76.828125 L 59.039062 76.828125 Z M 59.039062 521.558594 \"/>\n</g>\n<g clip-path=\"url(#clip4)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 246.96875 521.558594 L 246.96875 76.828125 L 59.039062 76.828125 Z M 59.039062 521.558594 \"/>\n</g>\n<path style=\"fill-rule:nonzero;fill:rgb(100%,0%,0%);fill-opacity:1;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 246.96875 521.558594 L 434.898438 521.558594 L 434.898438 172.128906 L 246.96875 172.128906 Z M 246.96875 521.558594 \"/>\n<g clip-path=\"url(#clip5)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 434.898438 521.558594 \"/>\n</g>\n<g clip-path=\"url(#clip6)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 505.675781 L 434.898438 505.675781 \"/>\n</g>\n<g clip-path=\"url(#clip7)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 489.792969 L 434.898438 489.792969 \"/>\n</g>\n<g clip-path=\"url(#clip8)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 473.910156 L 434.898438 473.910156 \"/>\n</g>\n<g clip-path=\"url(#clip9)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 458.027344 L 434.898438 458.027344 \"/>\n</g>\n<g clip-path=\"url(#clip10)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 442.144531 L 434.898438 442.144531 \"/>\n</g>\n<g clip-path=\"url(#clip11)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 426.261719 L 434.898438 426.261719 \"/>\n</g>\n<g clip-path=\"url(#clip12)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 410.378906 L 434.898438 410.378906 \"/>\n</g>\n<g clip-path=\"url(#clip13)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 394.492188 L 434.898438 394.492188 \"/>\n</g>\n<g clip-path=\"url(#clip14)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 378.609375 L 434.898438 378.609375 \"/>\n</g>\n<g clip-path=\"url(#clip15)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 362.726562 L 434.898438 362.726562 \"/>\n</g>\n<g clip-path=\"url(#clip16)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 346.84375 L 434.898438 346.84375 \"/>\n</g>\n<g clip-path=\"url(#clip17)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 330.960938 L 434.898438 330.960938 \"/>\n</g>\n<g clip-path=\"url(#clip18)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 315.078125 L 434.898438 315.078125 \"/>\n</g>\n<g clip-path=\"url(#clip19)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 299.195312 L 434.898438 299.195312 \"/>\n</g>\n<g clip-path=\"url(#clip20)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 283.3125 L 434.898438 283.3125 \"/>\n</g>\n<g clip-path=\"url(#clip21)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 267.429688 L 434.898438 267.429688 \"/>\n</g>\n<g clip-path=\"url(#clip22)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 251.542969 L 434.898438 251.542969 \"/>\n</g>\n<g clip-path=\"url(#clip23)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 235.660156 L 434.898438 235.660156 \"/>\n</g>\n<g clip-path=\"url(#clip24)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 219.777344 L 434.898438 219.777344 \"/>\n</g>\n<g clip-path=\"url(#clip25)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 203.894531 L 434.898438 203.894531 \"/>\n</g>\n<g clip-path=\"url(#clip26)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 188.011719 L 434.898438 188.011719 \"/>\n</g>\n<g clip-path=\"url(#clip27)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 172.128906 L 434.898438 172.128906 \"/>\n</g>\n<g clip-path=\"url(#clip28)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 156.246094 L 434.898438 156.246094 \"/>\n</g>\n<g clip-path=\"url(#clip29)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 140.363281 L 434.898438 140.363281 \"/>\n</g>\n<g clip-path=\"url(#clip30)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 124.480469 L 434.898438 124.480469 \"/>\n</g>\n<g clip-path=\"url(#clip31)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 108.597656 L 434.898438 108.597656 \"/>\n</g>\n<g clip-path=\"url(#clip32)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 92.710938 L 434.898438 92.710938 \"/>\n</g>\n<g clip-path=\"url(#clip33)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(100%,100%,100%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 76.828125 L 434.898438 76.828125 \"/>\n</g>\n<g clip-path=\"url(#clip34)\" clip-rule=\"nonzero\">\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 434.898438 521.558594 L 434.898438 59.039062 \"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 153.003906 59.039062 L 340.933594 59.039062 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 153.003906 59.039062 L 153.003906 59.039062 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 340.933594 59.039062 L 340.933594 59.039062 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"128.503906\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-3\" x=\"135.175781\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-4\" x=\"141.847656\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-5\" x=\"145.183594\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-6\" x=\"149.179688\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-7\" x=\"155.851562\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-8\" x=\"159.1875\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-9\" x=\"165.859375\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-10\" x=\"172.53125\" y=\"48.737305\"/>\n</g>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-2\" x=\"316.433594\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-2\" x=\"323.105469\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-4\" x=\"329.777344\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-5\" x=\"333.113281\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-6\" x=\"337.109375\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-7\" x=\"343.78125\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-11\" x=\"347.117188\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-11\" x=\"353.789062\" y=\"48.737305\"/>\n  <use xlink:href=\"#glyph0-10\" x=\"360.460938\" y=\"48.737305\"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 622.828125 521.558594 L 622.828125 521.558594 \"/>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 622.828125 521.558594 L 622.828125 521.558594 \"/>\n<g style=\"fill:rgb(0%,0%,0%);fill-opacity:1;\">\n  <use xlink:href=\"#glyph0-12\" x=\"564.328125\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-13\" x=\"572.992188\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-14\" x=\"579.664062\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-15\" x=\"589.660156\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-16\" x=\"596.332031\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-17\" x=\"603.003906\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-4\" x=\"607\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-18\" x=\"610.335938\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-19\" x=\"617.007812\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-4\" x=\"620.34375\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-20\" x=\"623.679688\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-18\" x=\"629.932617\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-21\" x=\"636.604492\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-21\" x=\"642.604492\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-16\" x=\"648.604492\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-21\" x=\"655.276367\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-22\" x=\"661.276367\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-4\" x=\"664.612305\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-8\" x=\"667.948242\" y=\"547.256836\"/>\n  <use xlink:href=\"#glyph0-6\" x=\"674.620117\" y=\"547.256836\"/>\n</g>\n<path style=\"fill:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;\" d=\"M 59.039062 521.558594 L 810.761719 521.558594 L 810.761719 59.039062 L 59.039062 59.039062 L 59.039062 521.558594 \"/>\n</g>\n</svg>\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:42 GMT",
-        "Content-Type": "image/svg+xml",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=d9ad2c460e04dd4eb4366365885bc69f21499110602; expires=Tue, 03-Jul-18 19:36:42 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=86400, public",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:42 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "MISS",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b8e8cf1147f-AMS"
-      },
-      "status_code": 200,
-      "type": "ok"
-    }
-  },
-  {
-    "request": {
-      "body": "{}",
-      "headers": {
-        "Content-Type": "application/json"
-      },
-      "method": "post",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/library/animation/R/flip.coin/"
-    },
-    "response": {
-      "body": "/ocpu/tmp/x0f284ca594/R/flip.coin\n/ocpu/tmp/x0f284ca594/R/.val\n/ocpu/tmp/x0f284ca594/graphics/1\n/ocpu/tmp/x0f284ca594/graphics/2\n/ocpu/tmp/x0f284ca594/graphics/3\n/ocpu/tmp/x0f284ca594/graphics/4\n/ocpu/tmp/x0f284ca594/graphics/5\n/ocpu/tmp/x0f284ca594/graphics/6\n/ocpu/tmp/x0f284ca594/graphics/7\n/ocpu/tmp/x0f284ca594/graphics/8\n/ocpu/tmp/x0f284ca594/graphics/9\n/ocpu/tmp/x0f284ca594/graphics/10\n/ocpu/tmp/x0f284ca594/graphics/11\n/ocpu/tmp/x0f284ca594/graphics/12\n/ocpu/tmp/x0f284ca594/graphics/13\n/ocpu/tmp/x0f284ca594/graphics/14\n/ocpu/tmp/x0f284ca594/graphics/15\n/ocpu/tmp/x0f284ca594/graphics/16\n/ocpu/tmp/x0f284ca594/graphics/17\n/ocpu/tmp/x0f284ca594/graphics/18\n/ocpu/tmp/x0f284ca594/graphics/19\n/ocpu/tmp/x0f284ca594/graphics/20\n/ocpu/tmp/x0f284ca594/graphics/21\n/ocpu/tmp/x0f284ca594/graphics/22\n/ocpu/tmp/x0f284ca594/graphics/23\n/ocpu/tmp/x0f284ca594/graphics/24\n/ocpu/tmp/x0f284ca594/graphics/25\n/ocpu/tmp/x0f284ca594/graphics/26\n/ocpu/tmp/x0f284ca594/graphics/27\n/ocpu/tmp/x0f284ca594/graphics/28\n/ocpu/tmp/x0f284ca594/graphics/29\n/ocpu/tmp/x0f284ca594/graphics/30\n/ocpu/tmp/x0f284ca594/graphics/31\n/ocpu/tmp/x0f284ca594/graphics/32\n/ocpu/tmp/x0f284ca594/graphics/33\n/ocpu/tmp/x0f284ca594/graphics/34\n/ocpu/tmp/x0f284ca594/graphics/35\n/ocpu/tmp/x0f284ca594/graphics/36\n/ocpu/tmp/x0f284ca594/graphics/37\n/ocpu/tmp/x0f284ca594/graphics/38\n/ocpu/tmp/x0f284ca594/graphics/39\n/ocpu/tmp/x0f284ca594/graphics/40\n/ocpu/tmp/x0f284ca594/graphics/41\n/ocpu/tmp/x0f284ca594/graphics/42\n/ocpu/tmp/x0f284ca594/graphics/43\n/ocpu/tmp/x0f284ca594/graphics/44\n/ocpu/tmp/x0f284ca594/graphics/45\n/ocpu/tmp/x0f284ca594/graphics/46\n/ocpu/tmp/x0f284ca594/graphics/47\n/ocpu/tmp/x0f284ca594/graphics/48\n/ocpu/tmp/x0f284ca594/graphics/49\n/ocpu/tmp/x0f284ca594/graphics/50\n/ocpu/tmp/x0f284ca594/source\n/ocpu/tmp/x0f284ca594/console\n/ocpu/tmp/x0f284ca594/info\n/ocpu/tmp/x0f284ca594/files/DESCRIPTION\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:41 GMT",
-        "Content-Type": "text/plain; charset=utf-8",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=dd5126e19d2b4d5443610c5da9b3705131499110601; expires=Tue, 03-Jul-18 19:36:41 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=300, public",
-        "X-ocpu-session": "x0f284ca594",
-        "Location": "https://public.opencpu.org/ocpu/tmp/x0f284ca594/",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:40 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "HIT",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b8c58ed2c36-AMS"
-      },
-      "status_code": 201,
-      "type": "ok"
-    }
-  }
-]
\ No newline at end of file
diff --git a/test/fixtures/http_potion_vcr_cassettes/bad_request.json b/test/fixtures/http_potion_vcr_cassettes/bad_request.json
deleted file mode 100644
index 37b733e..0000000
--- a/test/fixtures/http_potion_vcr_cassettes/bad_request.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "request": {
-      "body": "{\"some\":\"data\"}",
-      "headers": {
-        "Content-Type": "application/json"
-      },
-      "method": "post",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/library/base/R/identity/json"
-    },
-    "response": {
-      "body": "unused argument (some = c(\"data\"))\n\nIn call:\nidentity(some = c(\"data\"))\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:39 GMT",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=d2023565807c5b15fdc2b9a427b146be41499110598; expires=Tue, 03-Jul-18 19:36:38 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=300, public",
-        "X-ocpu-session": "x03895cb4dd",
-        "Location": "https://public.opencpu.org/ocpu/tmp/x03895cb4dd/",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:38 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b78f8be0755-AMS"
-      },
-      "status_code": 400,
-      "type": "ok"
-    }
-  }
-]
\ No newline at end of file
diff --git a/test/fixtures/http_potion_vcr_cassettes/description.json b/test/fixtures/http_potion_vcr_cassettes/description.json
deleted file mode 100644
index b8490a2..0000000
--- a/test/fixtures/http_potion_vcr_cassettes/description.json
+++ /dev/null
@@ -1,40 +0,0 @@
-[
-  {
-    "request": {
-      "body": "null",
-      "headers": {
-        "Content-Type": "application/json"
-      },
-      "method": "get",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/library/ade4/info"
-    },
-    "response": {
-      "body": "\n\t\tInformation on package 'ade4'\n\nDescription:\n\nPackage:            ade4\nVersion:            1.7-6\nDate:               2017-03-23\nTitle:              Analysis of Ecological Data : Exploratory and\n                    Euclidean Methods in Environmental Sciences\nAuthor:             Stéphane Dray <stephane.dray@univ-lyon1.fr>,\n                    Anne-Béatrice Dufour\n                    <anne-beatrice.dufour@univ-lyon1.fr>, and Jean\n                    Thioulouse <jean.thioulouse@univ-lyon1.fr>, with\n                    contributions from Thibaut Jombart, Sandrine\n                    Pavoine, Jean R. Lobry, Sébastien Ollier, and\n                    Aurélie Siberchicot. Based on earlier work by\n                    Daniel Chessel.\nMaintainer:         Aurélie Siberchicot\n                    <aurelie.siberchicot@univ-lyon1.fr>\nDepends:            R (>= 2.10)\nImports:            graphics, grDevices, methods, stats, utils\nSuggests:           ade4TkGUI, adegraphics, adephylo, ape, CircStats,\n                    deldir, lattice, maptools, MASS, pixmap, sp, spdep,\n                    splancs, waveslim\nDescription:        Multivariate data analysis and graphical display.\nLicense:            GPL (>= 2)\nURL:                http://pbil.univ-lyon1.fr/ADE-4, Mailing list:\n                    http://listes.univ-lyon1.fr/wws/info/adelist\nBugReports:         https://github.com/sdray/ade4/issues\nEncoding:           UTF-8\nNeedsCompilation:   yes\nPackaged:           2017-03-23 11:59:39 UTC; aurelie\nRepository:         CRAN\nDate/Publication:   2017-03-23 13:09:49 UTC\nBuilt:              R 3.4.0; x86_64-pc-linux-gnu; \"Sat, 29 Apr 2017\n                    20:23:06 +0000\"; unix\n\nIndex:\n\nEH                      Amount of Evolutionary History\nPI2newick               Import data files from Phylogenetic\n                        Independance Package\nRV.rtest                Monte-Carlo Test on the sum of eigenvalues of a\n                        co-inertia analysis (in R).\nRVdist.randtest         Tests of randomization on the correlation\n                        between two distance matrices (in R).\nabouheif.eg             Phylogenies and quantitative traits from\n                        Abouheif\nacacia                  Spatial pattern analysis in plant communities\nadd.scatter             Add graphics to an existing plot\nade4-deprecated         Deprecated functions in ade4\nade4-package            The ade4 package\nade4toR                 Format Change Utility\naminoacyl               Codon usage\namova                   Analysis of molecular variance\napis108                 Allelic frequencies in ten honeybees\n                        populations at eight microsatellites loci\napqe                    Apportionment of Quadratic Entropy\naravo                   Distribution of Alpine plants in Aravo\n                        (Valloire, France)\nardeche                 Fauna Table with double (row and column)\n                        partitioning\narea.plot               Graphical Display of Areas\narrival                 Arrivals at an intensive care unit\nas.taxo                 Taxonomy\natlas                   Small Ecological Dataset\natya                    Genetic variability of Cacadors\navijons                 Bird species distribution\navimedi                 Fauna Table for Constrained Ordinations\naviurba                 Ecological Tables Triplet\nbacteria                Genomes of 43 Bacteria\nbanque                  Table of Factors\nbaran95                 African Estuary Fishes\nbca                     Between-Class Analysis\nbca.coinertia           Between-class coinertia analysis\nbca.rlq                 Between-Class RLQ analysis\nbf88                    Cubic Ecological Data\nbicenter.wt             Double Weighted Centring\nbordeaux                Wine Tasting\nbsetal97                Ecological and Biological Traits\nbuech                   Buech basin\nbutterfly               Genetics-Ecology-Environment Triple\nbwca.dpcoa              Between- and within-class double principal\n                        coordinate analysis\ncailliez                Transformation to make Euclidean a distance\n                        matrix\ncapitales               Road Distances\ncarni19                 Phylogeny and quantative trait of carnivora\ncarni70                 Phylogeny and quantitative traits of carnivora\ncarniherbi49            Taxonomy, phylogenies and quantitative traits\n                        of carnivora and herbivora\ncasitas                 Enzymatic polymorphism in Mus musculus\ncca                     Canonical Correspondence Analysis\nchatcat                 Qualitative Weighted Variables\nchats                   Pair of Variables\nchazeb                  Charolais-Zebus\nchevaine                Enzymatic polymorphism in Leuciscus cephalus\nchickenk                Veterinary epidemiological study to assess the\n                        risk factors for losses in broiler chickens\nclementines             Fruit Production\ncnc2003                 Frequenting movie theaters in France in 2003\ncoinertia               Coinertia Analysis\ncoleo                   Table of Fuzzy Biological Traits\ncombine.4thcorner       Functions to combine and adjust the outputs\n                        3-table methods\ncorkdist                Tests of randomization between distances\n                        applied to 'kdist' objetcs\ncorvus                  Corvus morphology\ncostatis                STATIS and Co-Inertia : Analysis of a series of\n                        paired ecological tables\ncostatis.randtest       Monte-Carlo test on a Costatis analysis (in C).\ndeug                    Exam marks for some students\ndisc                    Rao's dissimilarity coefficient\ndiscrimin               Linear Discriminant Analysis (descriptive\n                        statistic)\ndiscrimin.coa           Discriminant Correspondence Analysis\ndist.binary             Computation of Distance Matrices for Binary\n                        Data\ndist.dudi               Computation of the Distance Matrix from a\n                        Statistical Triplet\ndist.genet              Genetic distances from gene frequencies\ndist.ktab               Mixed-variables coefficient of distance\ndist.neig               Computation of the Distance Matrix associated\n                        to a Neighbouring Graph\ndist.prop               Computation of Distance Matrices of Percentage\n                        Data\ndist.quant              Computation of Distance Matrices on\n                        Quantitative Variables\ndivc                    Rao's diversity coefficient also called\n                        quadratic entropy\ndivcmax                 Maximal value of Rao's diversity coefficient\n                        also called quadratic entropy\ndotchart.phylog         Representation of many quantitative variables\n                        in front of a phylogenetic tree\ndotcircle               Representation of n values on a circle\ndoubs                   Pair of Ecological Tables\ndpcoa                   Double principal coordinate analysis\ndudi                    Duality Diagram\ndudi.acm                Multiple Correspondence Analysis\ndudi.coa                Correspondence Analysis\ndudi.dec                Decentred Correspondence Analysis\ndudi.fca                Fuzzy Correspondence Analysis and Fuzzy\n                        Principal Components Analysis\ndudi.hillsmith          Ordination of Tables mixing quantitative\n                        variables and factors\ndudi.mix                Ordination of Tables mixing quantitative\n                        variables and factors\ndudi.nsc                Non symmetric correspondence analysis\ndudi.pca                Principal Component Analysis\ndudi.pco                Principal Coordinates Analysis\ndunedata                Dune Meadow Data\necg                     Electrocardiogram data\necomor                  Ecomorphological Convergence\nelec88                  Electoral Data\nescopage                K-tables of wine-tasting\neuro123                 Triangular Data\nfission                 Fission pattern and heritable morphological\n                        traits\nfoucart                 K-tables Correspondence Analysis with the same\n                        rows and the same columns\nfourthcorner            Functions to compute the fourth-corner\n                        statistic\nfriday87                Faunistic K-tables\nfruits                  Pair of Tables\nfuzzygenet              Reading a table of genetic data (diploid\n                        individuals)\ngearymoran              Moran's I and Geary'c randomization tests for\n                        spatial and phylogenetic autocorrelation\ngenet                   A class of data: tables of populations and\n                        alleles\nggtortoises             Microsatellites of Galapagos tortoises\n                        populations\ngranulo                 Granulometric Curves\ngridrowcol              Complete regular grid analysis\nhdpg                    Genetic Variation In Human Populations\nhousetasks              Contingency Table\nhumDNAm                 human mitochondrial DNA restriction data\nichtyo                  Point sampling of fish community\ninertia.dudi            Decomposition of inertia (i.e. contributions)\n                        in multivariate methods\nirishdata               Geary's Irish Data\nis.euclid               Is a Distance Matrix Euclidean?\njulliot                 Seed dispersal\njv73                    K-tables Multi-Regions\nkcponds                 Ponds in a nature reserve\nkdist                   the class of objects 'kdist' (K distance\n                        matrices)\nkdist2ktab              Transformation of K distance matrices (object\n                        'kdist') into K Euclidean representations\n                        (object 'ktab')\nkdisteuclid             a way to obtain Euclidean distance matrices\nkplot                   Generic Function for Multiple Graphs in a\n                        K-tables Analysis\nkplot.foucart           Multiple Graphs for the Foucart's\n                        Correspondence Analysis\nkplot.mcoa              Multiple Graphs for a Multiple Co-inertia\n                        Analysis\nkplot.mfa               Multiple Graphs for a Multiple Factorial\n                        Analysis\nkplot.pta               Multiple Graphs for a Partial Triadic Analysis\nkplot.sepan             Multiple Graphs for Separated Analyses in a\n                        K-tables\nkplot.statis            Multiple Graphs of a STATIS Analysis\nkrandtest               Class of the Permutation Tests (in C).\nktab                    the class of objects 'ktab' (K-tables)\nktab.data.frame         Creation of K-tables from a data frame\nktab.list.df            Creating a K-tables from a list of data frames.\nktab.list.dudi          Creation of a K-tables from a list of duality\n                        diagrams\nktab.match2ktabs        STATIS and Co-Inertia : Analysis of a series of\n                        paired ecological tables\nktab.within             Process to go from a Within Analysis to a\n                        K-tables\nlascaux                 Genetic/Environment and types of variables\nlingoes                 Transformation of a Distance Matrix for\n                        becoming Euclidean\nlizards                 Phylogeny and quantitative traits of lizards\nmacaca                  Landmarks\nmacon                   Wine Tasting\nmacroloire              Assemblages of Macroinvertebrates in the Loire\n                        River (France)\nmafragh                 Phyto-Ecological Survey\nmantel.randtest         Mantel test (correlation between two distance\n                        matrices (in C).)\nmantel.rtest            Mantel test (correlation between two distance\n                        matrices (in R).)\nmaples                  Phylogeny and quantitative traits of flowers\nmariages                Correspondence Analysis Table\nmbpcaiv                 Multiblock principal component analysis with\n                        instrumental variables\nmbpls                   Multiblock partial least squares\nmcoa                    Multiple CO-inertia Analysis\nmdpcoa                  Multiple Double Principal Coordinate Analysis\nmeau                    Ecological Data : sites-variables,\n                        sites-species, where and when\nmeaudret                Ecological Data : sites-variables,\n                        sites-species, where and when\nmfa                     Multiple Factorial Analysis\nmicrosatt               Genetic Relationships between cattle breeds\n                        with microsatellites\nmjrochet                Phylogeny and quantitative traits of teleos\n                        fishes\nmld                     Multi Level Decomposition of unidimensional\n                        data\nmollusc                 Faunistic Communities and Sampling Experiment\nmonde84                 Global State of the World in 1984\nmorphosport             Athletes' Morphology\nmstree                  Minimal Spanning Tree\nmultispati              Multivariate spatial analysis\nmultispati.randtest     Multivariate spatial autocorrelation test (in\n                        C)\nmultispati.rtest        Multivariate spatial autocorrelation test\nneig                    Neighbourhood Graphs\nnewick.eg               Phylogenetic trees in Newick format\nnewick2phylog           Create phylogeny\nniche                   Method to Analyse a pair of tables :\n                        Environmental and Faunistic Data\nnipals                  Non-linear Iterative Partial Least Squares\n                        (NIPALS) algorithm\nnjplot                  Phylogeny and trait of bacteria\nolympic                 Olympic Decathlon\noptimEH                 Nee and May's optimizing process\noribatid                Oribatid mite\noriginality             Originality of a species\norisaved                Maximal or minimal amount of originality saved\n                        under optimal conditions\northobasis              Orthonormal basis for orthonormal transform\northogram               Orthonormal decomposition of variance\nours                    A table of Qualitative Variables\npalm                    Phylogenetic and quantitative traits of\n                        amazonian palm trees\npap                     Taxonomy and quantitative traits of carnivora\npcaiv                   Principal component analysis with respect to\n                        instrumental variables\npcaivortho              Principal Component Analysis with respect to\n                        orthogonal instrumental variables\npcoscaled               Simplified Analysis in Principal Coordinates\npcw                     Distribution of of tropical trees along the\n                        Panama canal\nperthi02                Contingency Table with a partition in Molecular\n                        Biology\nphylog                  Phylogeny\npiosphere               Plant traits response to grazing\nplot.phylog             Plot phylogenies\npresid2002              Results of the French presidential elections of\n                        2002\nprint.within            Within-Class Analysis\nprocella                Phylogeny and quantitative traits of birds\nprocuste                Simple Procruste Rotation between two sets of\n                        points\nprocuste.randtest       Monte-Carlo Test on the sum of the singular\n                        values of a procustean rotation (in C).\nprocuste.rtest          Monte-Carlo Test on the sum of the singular\n                        values of a procustean rotation (in R).\npta                     Partial Triadic Analysis of a K-tables\nquasieuclid             Transformation of a distance matrice to a\n                        Euclidean one\nrandEH                  Nee and May's random process\nrandboot                Bootstrap simulations\nrandboot.multiblock     Bootstraped simulations for multiblock methods\nrandtest                Class of the Permutation Tests (in C).\nrandtest.amova          Permutation tests on an analysis of molecular\n                        variance (in C).\nrandtest.between        Monte-Carlo Test on the between-groups inertia\n                        percentage (in C).\nrandtest.coinertia      Monte-Carlo test on a Co-inertia analysis (in\n                        C).\nrandtest.discrimin      Monte-Carlo Test on a Discriminant Analysis (in\n                        C).\nrandtest.dpcoa          Permutation test for double principal\n                        coordinate analysis (DPCoA)\nrandtest.pcaiv          Monte-Carlo Test on the percentage of explained\n                        (i.e.  constrained) inertia\nrandxval                Two-fold cross-validation\nrankrock                Ordination Table\nreconst                 Reconstitution of Data from a Duality Diagram\nrhizobium               Genetic structure of two nitrogen fixing\n                        bacteria influenced by geographical isolation\n                        and host specialization\nrhone                   Physico-Chemistry Data\nrlq                     RLQ analysis\nrpjdl                   Avifauna and Vegetation\nrtest                   Class of the Permutation Tests (in R).\nrtest.between           Monte-Carlo Test on the between-groups inertia\n                        percentage (in R).\nrtest.discrimin         Monte-Carlo Test on a Discriminant Analysis (in\n                        R).\ns.arrow                 Plot of the factorial maps for the projection\n                        of a vector basis\ns.chull                 Plot of the factorial maps with polygons of\n                        contour by level of a factor\ns.class                 Plot of factorial maps with representation of\n                        point classes\ns.corcircle             Plot of the factorial maps of a correlation\n                        circle\ns.distri                Plot of a frequency distribution\ns.hist                  Display of a scatterplot and its two marginal\n                        histograms\ns.image                 Graph of a variable using image and contour\ns.kde2d                 Scatter Plot with Kernel Density Estimate\ns.label                 Scatter Plot\ns.logo                  Representation of an object in a graph by a\n                        picture\ns.match                 Plot of Paired Coordinates\ns.match.class           Scatterplot of two sets of coordinates and a\n                        partionning into classes\ns.multinom              Graph of frequency profiles (useful for\n                        instance in genetic)\ns.traject               Trajectory Plot\ns.value                 Representation of a value in a graph\nsantacatalina           Indirect Ordination\nsarcelles               Array of Recapture of Rings\nscalewt                 Compute or scale data using (weighted) means,\n                        variances and covariances (possibly for the\n                        levels of a factor)\nscatter                 Graphical representation of the outputs of a\n                        multivariate analysis\nscatter.acm             Plot of the factorial maps in a Multiple\n                        Correspondence Analysis\nscatter.coa             Plot of the factorial maps for a correspondence\n                        analysis\nscatter.dudi            Plot of the Factorial Maps\nscatter.fca             Plot of the factorial maps for a fuzzy\n                        correspondence analysis\nscatterutil             Graphical utility functions\nsco.boxplot             Representation of the link between a variable\n                        and a set of qualitative variables\nsco.class               1D plot of a numeric score and a factor with\n                        labels\nsco.distri              Representation by mean- standard deviation of a\n                        set of weight distributions on a numeric score\nsco.gauss               Relationships between one score and qualitative\n                        variables\nsco.label               1D plot of a numeric score with labels\nsco.match               1D plot of a pair of numeric scores with labels\nsco.quant               Graph to Analyse the Relation between a Score\n                        and Quantitative Variables\nscore                   Graphs for One Dimension\nscore.acm               Graphs to study one factor in a Multiple\n                        Correspondence Analysis\nscore.coa               Reciprocal scaling after a correspondence\n                        analysis\nscore.mix               Graphs to Analyse a factor in a Mixed Analysis\nscore.pca               Graphs to Analyse a factor in PCA\nseconde                 Students and Subjects\nsepan                   Separated Analyses in a K-tables\nskulls                  Morphometric Evolution\nstatico                 STATIS and Co-Inertia : Analysis of a series of\n                        paired ecological tables\nstatico.krandtest       Monte-Carlo test on a Statico analysis (in C).\nstatis                  STATIS, a method for analysing K-tables\nsteppe                  Transect in the Vegetation\nsummary.between         Between-Class Analysis\nsummary.multiblock      Display and summarize multiblock objects\nsupcol                  Projections of Supplementary Columns\nsuprow                  Projections of Supplementary Rows\nsymbols.phylog          Representation of a quantitative variable in\n                        front of a phylogenetic tree\nsyndicats               Two Questions asked on a Sample of 1000\n                        Respondents\nt3012                   Average temperatures of 30 French cities\ntable.cont              Plot of Contingency Tables\ntable.dist              Graph Display for Distance Matrices\ntable.paint             Plot of the arrays by grey levels\ntable.phylog            Plot arrays in front of a phylogenetic tree\ntable.value             Plot of the Arrays\ntarentaise              Mountain Avifauna\ntaxo.eg                 Examples of taxonomy\ntestdim                 Function to perform a test of dimensionality\ntestdim.multiblock      Selection of the number of dimension by\n                        two-fold cross-validation for multiblock\n                        methods\ntintoodiel              Tinto and Odiel estuary geochemistry\ntithonia                Phylogeny and quantitative traits of flowers\ntortues                 Morphological Study of the Painted Turtle\ntoxicity                Homogeneous Table\ntriangle.class          Triangular Representation and Groups of points\ntriangle.plot           Triangular Plotting\ntrichometeo             Pair of Ecological Data\nungulates               Phylogeny and quantitative traits of ungulates.\nuniquewt.df             Elimination of Duplicated Rows in a Array\nvariance.phylog         The phylogenetic ANOVA\nvegtf                   Vegetation in Trois-Fontaines\nveuvage                 Example for Centring in PCA\nwca                     Within-Class Analysis\nwca.rlq                 Within-Class RLQ analysis\nwestafrica              Freshwater fish zoogeography in west Africa\nwithincoinertia         Within-class coinertia analysis\nwithinpca               Normed within principal component analysis\nwitwit.coa              Internal Correspondence Analysis\nwoangers                Plant assemblages in woodlands of the\n                        conurbation of Angers (France)\nworksurv                French Worker Survey (1970)\nyanomama                Distance Matrices\nzealand                 Road distances in New-Zealand\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:36 GMT",
-        "Content-Type": "text/plain; charset=utf-8",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=d83fd631290f02a0d4734ab7fa359ab871499110595; expires=Tue, 03-Jul-18 19:36:35 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=86400, public",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 15:46:24 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "HIT",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b68699b0c89-AMS"
-      },
-      "status_code": 200,
-      "type": "ok"
-    }
-  }
-]
\ No newline at end of file
diff --git a/test/fixtures/http_potion_vcr_cassettes/digest_hmac.json b/test/fixtures/http_potion_vcr_cassettes/digest_hmac.json
deleted file mode 100644
index ca775c6..0000000
--- a/test/fixtures/http_potion_vcr_cassettes/digest_hmac.json
+++ /dev/null
@@ -1,42 +0,0 @@
-[
-  {
-    "request": {
-      "body": "{\"object\":\"qux\",\"key\":\"baz\",\"algo\":\"sha256\"}",
-      "headers": {
-        "Content-Type": "application/json"
-      },
-      "method": "post",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/library/digest/R/hmac/json"
-    },
-    "response": {
-      "body": "[\"e48bbe6502785b0388ddb386a3318a52a8cc41bfe3ac696223122266e32c919a\"]\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:39 GMT",
-        "Content-Type": "application/json",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=df0f396fce3004ab7546281f469cdc3371499110599; expires=Tue, 03-Jul-18 19:36:39 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=300, public",
-        "X-ocpu-session": "x004252601f",
-        "Location": "https://public.opencpu.org/ocpu/tmp/x004252601f/",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:39 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "EXPIRED",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b7ccb6b72a7-AMS"
-      },
-      "status_code": 201,
-      "type": "ok"
-    }
-  }
-]
\ No newline at end of file
diff --git a/test/fixtures/http_potion_vcr_cassettes/flip_coin.json b/test/fixtures/http_potion_vcr_cassettes/flip_coin.json
deleted file mode 100644
index 9fb0b40..0000000
--- a/test/fixtures/http_potion_vcr_cassettes/flip_coin.json
+++ /dev/null
@@ -1,42 +0,0 @@
-[
-  {
-    "request": {
-      "body": "{}",
-      "headers": {
-        "Content-Type": "application/json"
-      },
-      "method": "post",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/library/animation/R/flip.coin/json"
-    },
-    "response": {
-      "body": "{\n  \"freq\": [0.42, 0.58],\n  \"nmax\": [50]\n}\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:37 GMT",
-        "Content-Type": "application/json",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=d43aa163da19b00be9313397c622fb7631499110596; expires=Tue, 03-Jul-18 19:36:36 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=300, public",
-        "X-ocpu-session": "x0672b619eb",
-        "Location": "https://public.opencpu.org/ocpu/tmp/x0672b619eb/",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:36 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "EXPIRED",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b6bcf5f2bee-AMS"
-      },
-      "status_code": 201,
-      "type": "ok"
-    }
-  }
-]
\ No newline at end of file
diff --git a/test/fixtures/http_potion_vcr_cassettes/github_package_not_found.json b/test/fixtures/http_potion_vcr_cassettes/github_package_not_found.json
deleted file mode 100644
index c1536ed..0000000
--- a/test/fixtures/http_potion_vcr_cassettes/github_package_not_found.json
+++ /dev/null
@@ -1,37 +0,0 @@
-[
-  {
-    "request": {
-      "body": "{}",
-      "headers": {
-        "Content-Type": "application/json"
-      },
-      "method": "post",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/github/baz/foo/R/bar/json"
-    },
-    "response": {
-      "body": "Github App baz/foo not installed on this server\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:38 GMT",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=d612190d7791ef407bd7146b64583fedc1499110598; expires=Tue, 03-Jul-18 19:36:38 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:38 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b773eed2bee-AMS"
-      },
-      "status_code": 404,
-      "type": "ok"
-    }
-  }
-]
\ No newline at end of file
diff --git a/test/fixtures/http_potion_vcr_cassettes/prepare.json b/test/fixtures/http_potion_vcr_cassettes/prepare.json
deleted file mode 100644
index b5c9058..0000000
--- a/test/fixtures/http_potion_vcr_cassettes/prepare.json
+++ /dev/null
@@ -1,42 +0,0 @@
-[
-  {
-    "request": {
-      "body": "{\"object\":\"qux\",\"key\":\"baz\",\"algo\":\"sha256\"}",
-      "headers": {
-        "Content-Type": "application/json"
-      },
-      "method": "post",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/library/digest/R/hmac/"
-    },
-    "response": {
-      "body": "/ocpu/tmp/x0fbb142632/R/hmac\n/ocpu/tmp/x0fbb142632/R/.val\n/ocpu/tmp/x0fbb142632/stdout\n/ocpu/tmp/x0fbb142632/source\n/ocpu/tmp/x0fbb142632/console\n/ocpu/tmp/x0fbb142632/info\n/ocpu/tmp/x0fbb142632/files/DESCRIPTION\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:38 GMT",
-        "Content-Type": "text/plain; charset=utf-8",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=d3d7f7600ff3235473a91fe8293cef1471499110597; expires=Tue, 03-Jul-18 19:36:37 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=300, public",
-        "X-ocpu-session": "x0fbb142632",
-        "Location": "https://public.opencpu.org/ocpu/tmp/x0fbb142632/",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:37 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "EXPIRED",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b73fb10147f-AMS"
-      },
-      "status_code": 201,
-      "type": "ok"
-    }
-  }
-]
\ No newline at end of file
diff --git a/test/fixtures/http_potion_vcr_cassettes/response_with_na_values.json b/test/fixtures/http_potion_vcr_cassettes/response_with_na_values.json
deleted file mode 100644
index 6e3b93c..0000000
--- a/test/fixtures/http_potion_vcr_cassettes/response_with_na_values.json
+++ /dev/null
@@ -1,42 +0,0 @@
-[
-  {
-    "request": {
-      "body": "{\"x\":{\"y\":\"not_na\",\"x\":\"NA\"}}",
-      "headers": {
-        "Content-Type": "application/json"
-      },
-      "method": "post",
-      "options": [],
-      "request_body": "",
-      "url": "https://public.opencpu.org/ocpu/library/base/R/identity/json"
-    },
-    "response": {
-      "body": "{\n  \"y\": [\"not_na\"],\n  \"x\": [\"NA\"]\n}\n",
-      "headers": {
-        "Date": "Mon, 03 Jul 2017 19:36:37 GMT",
-        "Content-Type": "application/json",
-        "Transfer-Encoding": "chunked",
-        "Connection": "keep-alive",
-        "Set-Cookie": "__cfduid=d73a7efc4e863412cedb1424801778c1e1499110597; expires=Tue, 03-Jul-18 19:36:37 GMT; path=/; domain=.opencpu.org; HttpOnly",
-        "Cache-Control": "max-age=300, public",
-        "X-ocpu-session": "x0ce45aacd6",
-        "Location": "https://public.opencpu.org/ocpu/tmp/x0ce45aacd6/",
-        "Access-Control-Allow-Origin": "*",
-        "Access-Control-Expose-Headers": "Location, X-ocpu-session, Content-Type, Cache-Control",
-        "Access-Control-Allow-Headers": "Origin, Content-Type, Accept, Accept-Encoding, Cache-Control, Authorization",
-        "Access-Control-Allow-Credentials": "true",
-        "X-ocpu-r": "R version 3.4.1 (2017-06-30)",
-        "X-ocpu-locale": "en_US.UTF-8",
-        "X-ocpu-time": "2017-07-03 19:36:37 UTC",
-        "X-ocpu-version": "2.0.3.1",
-        "X-ocpu-server": "rApache",
-        "Vary": "Accept-Encoding",
-        "X-ocpu-cache": "EXPIRED",
-        "Server": "cloudflare-nginx",
-        "CF-RAY": "378c4b703ce92c36-AMS"
-      },
-      "status_code": 201,
-      "type": "ok"
-    }
-  }
-]
\ No newline at end of file
diff --git a/test/fixtures/vcr_cassettes/no_endpoint_configured.json b/test/fixtures/vcr_cassettes/no_endpoint_configured.json
deleted file mode 100644
index 0637a08..0000000
--- a/test/fixtures/vcr_cassettes/no_endpoint_configured.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/test/opencpu/client_test.exs b/test/opencpu/client_test.exs
index f6cff53..91a1c1e 100644
--- a/test/opencpu/client_test.exs
+++ b/test/opencpu/client_test.exs
@@ -4,7 +4,6 @@ defmodule OpenCPU.ClientTest do
   alias OpenCPU.Client
 
   setup_all do
-    ExVCR.Config.cassette_library_dir("test/fixtures/vcr_cassettes")
     HTTPoison.start
     :ok
   end
diff --git a/test/opencpu/delayed_calculation_test.exs b/test/opencpu/delayed_calculation_test.exs
index dd5e0ec..ba8fffe 100644
--- a/test/opencpu/delayed_calculation_test.exs
+++ b/test/opencpu/delayed_calculation_test.exs
@@ -5,7 +5,6 @@ defmodule OpenCPU.DelayedCalculationTest do
 
   setup_all do
     Application.put_env(:opencpu, :endpoint_url, "https://public.opencpu.org/ocpu")
-    ExVCR.Config.cassette_library_dir("test/fixtures/vcr_cassettes")
     HTTPoison.start
     :ok
   end
-- 
GitLab