diff --git a/.changelog/7628.txt b/.changelog/7628.txt new file mode 100644 index 0000000000..27fdcb2387 --- /dev/null +++ b/.changelog/7628.txt @@ -0,0 +1,3 @@ +```release-note:improvement +agent: Allow to restrict servers that can join a given Serf Consul cluster. +``` diff --git a/.changelog/7899.txt b/.changelog/7899.txt new file mode 100644 index 0000000000..c385ecf97f --- /dev/null +++ b/.changelog/7899.txt @@ -0,0 +1,3 @@ +```release-note:improvement +acl: allow auth methods created in the primary datacenter to optionally create global tokens. +``` diff --git a/.changelog/7970.txt b/.changelog/7970.txt new file mode 100644 index 0000000000..2cfaa2a685 --- /dev/null +++ b/.changelog/7970.txt @@ -0,0 +1,3 @@ +```release-note:feature +acl: Added ACL Node Identities for easier creation of Consul Agent tokens. +``` diff --git a/.changelog/8158.txt b/.changelog/8158.txt new file mode 100644 index 0000000000..538e129b2e --- /dev/null +++ b/.changelog/8158.txt @@ -0,0 +1,3 @@ +```release-note:bug +connect: fix crash that would result if a mesh or terminating gateway's upstream has a hostname as an address and no healthy service instances available. +``` diff --git a/.changelog/8190.txt b/.changelog/8190.txt new file mode 100644 index 0000000000..13f9f722a4 --- /dev/null +++ b/.changelog/8190.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: Append port number to expected ingress hosts. +``` diff --git a/.changelog/8194.txt b/.changelog/8194.txt new file mode 100644 index 0000000000..20d2910211 --- /dev/null +++ b/.changelog/8194.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: various changes to make namespaces for intentions work more like for other subsystems. +``` diff --git a/.changelog/8211.txt b/.changelog/8211.txt new file mode 100644 index 0000000000..2f60382f64 --- /dev/null +++ b/.changelog/8211.txt @@ -0,0 +1,11 @@ +```release-note:bug +agent: Fixed a bug where Consul could crash when `verify_outgoing` was set to true but no client certificate was used. +``` + +```release-note:bug +auto_encrypt: Fixed an issue where auto encrypt certificate signing wasn't using the connect signing rate limiter. +``` + +```release-note:bug +auto_encrypt: Fixed several issues around retrieving the first TLS certificate where it would have the wrong CN and SANs. This was being masked by a second bug (also fixed) causing that certificate to immediately be discarded with a second certificate request being made afterwards. +``` diff --git a/.changelog/8216.txt b/.changelog/8216.txt new file mode 100644 index 0000000000..d931e07b25 --- /dev/null +++ b/.changelog/8216.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: support Envoy v1.14.4, v1.13.4, v1.12.6. +``` diff --git a/.changelog/8218.txt b/.changelog/8218.txt new file mode 100644 index 0000000000..3af85649a7 --- /dev/null +++ b/.changelog/8218.txt @@ -0,0 +1,3 @@ +```release-note:improvement +dns: Improve RCODE of response when query targets a non-existent datacenter. [[GH-8102](https://github.com/hashicorp/consul/issues/8102)] +``` diff --git a/.changelog/8222.txt b/.changelog/8222.txt new file mode 100644 index 0000000000..b0f22a4735 --- /dev/null +++ b/.changelog/8222.txt @@ -0,0 +1,3 @@ +```release-note:bug +xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions. +``` diff --git a/.changelog/8268.txt b/.changelog/8268.txt new file mode 100644 index 0000000000..725f6b9d1b --- /dev/null +++ b/.changelog/8268.txt @@ -0,0 +1,3 @@ +```release-note:improvement +version: The `version` CLI subcommand was altered to always show the git revision the binary was built from on the second line of output. Additionally the command gained a `-format` flag with the option now of outputting the version information in JSON form. **NOTE** This change has the potential to break any parsing done by users of the `version` commands output. In many cases nothing will need to be done but it is possible depending on how the output is parsed. +``` diff --git a/.changelog/8311.txt b/.changelog/8311.txt new file mode 100644 index 0000000000..57d7833519 --- /dev/null +++ b/.changelog/8311.txt @@ -0,0 +1,3 @@ +```release-note:bug +auto_encrypt: Fixed an issue that caused auto encrypt certificates to not be updated properly if the agents token was changed and the old token was deleted. +``` diff --git a/.changelog/8343.txt b/.changelog/8343.txt new file mode 100644 index 0000000000..92063ac98f --- /dev/null +++ b/.changelog/8343.txt @@ -0,0 +1,3 @@ +```release-note:bug +gossip: Avoid issue where two unique leave events for the same node could lead to infinite rebroadcast storms. +``` diff --git a/.changelog/8371.txt b/.changelog/8371.txt new file mode 100644 index 0000000000..d346ff8cd5 --- /dev/null +++ b/.changelog/8371.txt @@ -0,0 +1,3 @@ +```release-note:bug +connect: Fixed issue where specifying a prometheus bind address would cause ingress gateways to fail to start up. +``` diff --git a/.changelog/8458.txt b/.changelog/8458.txt new file mode 100644 index 0000000000..e9fc0e4e9e --- /dev/null +++ b/.changelog/8458.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: Add support for http2 and grpc to ingress gateways +``` diff --git a/.changelog/8470.txt b/.changelog/8470.txt new file mode 100644 index 0000000000..3473f98995 --- /dev/null +++ b/.changelog/8470.txt @@ -0,0 +1,3 @@ +```release-note:bug +connect: use stronger validation that ingress gateways have compatible protocols defined for their upstreams +``` diff --git a/.changelog/8522.txt b/.changelog/8522.txt new file mode 100644 index 0000000000..97637ea68b --- /dev/null +++ b/.changelog/8522.txt @@ -0,0 +1,7 @@ +```release-note:improvement +serf: update to `v0.9.4` which supports primary keys in the ListKeys operation. +``` + +```release-note:improvement +api: `GET v1/operator/keyring` also lists primary keys. +``` diff --git a/.changelog/8537.txt b/.changelog/8537.txt new file mode 100644 index 0000000000..f2b92b26bf --- /dev/null +++ b/.changelog/8537.txt @@ -0,0 +1,3 @@ +```release-note:bug +api: Fixed a panic caused by an api request with Connect=null +``` diff --git a/.changelog/8545.txt b/.changelog/8545.txt new file mode 100644 index 0000000000..a7d84ab1de --- /dev/null +++ b/.changelog/8545.txt @@ -0,0 +1,3 @@ +```release-note:feature +agent: expose the list of supported envoy versions on /v1/agent/self +``` diff --git a/.changelog/8547.txt b/.changelog/8547.txt new file mode 100644 index 0000000000..5cc17779bd --- /dev/null +++ b/.changelog/8547.txt @@ -0,0 +1,3 @@ +```release-note:bug +agent: ensure that we normalize bootstrapped config entries +``` diff --git a/.changelog/8552.txt b/.changelog/8552.txt new file mode 100644 index 0000000000..aa4dc69aa0 --- /dev/null +++ b/.changelog/8552.txt @@ -0,0 +1,3 @@ +```release-note:feature +cache: Config parameters for cache throttling are now reloaded automatically on agent reload. Restarting the agent is not needed anymore. +``` diff --git a/.changelog/8569.txt b/.changelog/8569.txt new file mode 100644 index 0000000000..a9986a7ba7 --- /dev/null +++ b/.changelog/8569.txt @@ -0,0 +1,3 @@ +```release-note:feature +xds: use envoy's rbac filter to handle intentions entirely within envoy +``` diff --git a/.changelog/8575.txt b/.changelog/8575.txt new file mode 100644 index 0000000000..5aef310441 --- /dev/null +++ b/.changelog/8575.txt @@ -0,0 +1,11 @@ +```release-note:improvement +api: Added constants for common tag keys and values in the `Tags` field of the `AgentMember` struct. +``` + +```release-note:improvement +api: Added `IsConsulServer` method to the `AgentMember` type to easily determine whether the agent is a server. +``` + +```release-note:improvement +api: Added `ACLMode` method to the `AgentMember` type to determine what ACL mode the agent is operating in. +``` diff --git a/.changelog/8585.txt b/.changelog/8585.txt new file mode 100644 index 0000000000..a91d8d77f1 --- /dev/null +++ b/.changelog/8585.txt @@ -0,0 +1,3 @@ +```release-note:improvement +connect: add support for specifying load balancing policy in service-resolver +``` diff --git a/.changelog/8588.txt b/.changelog/8588.txt new file mode 100644 index 0000000000..4d29ea25a9 --- /dev/null +++ b/.changelog/8588.txt @@ -0,0 +1,3 @@ +```release-note:bug +connect: fix renewing secondary intermediate certificates +``` diff --git a/.changelog/8596.txt b/.changelog/8596.txt new file mode 100644 index 0000000000..0c96f0c7d9 --- /dev/null +++ b/.changelog/8596.txt @@ -0,0 +1,3 @@ +```release-note:feature +connect: all config entries pick up a meta field +``` diff --git a/.changelog/8601.txt b/.changelog/8601.txt new file mode 100644 index 0000000000..f791fe2efe --- /dev/null +++ b/.changelog/8601.txt @@ -0,0 +1,3 @@ +```release-note:bug +connect: fix bug in preventing some namespaced config entry modifications +``` diff --git a/.changelog/8602.txt b/.changelog/8602.txt new file mode 100644 index 0000000000..49f2c74ce8 --- /dev/null +++ b/.changelog/8602.txt @@ -0,0 +1,3 @@ +```release-note:improvement +api: Allow for the client to use TLS over a Unix domain socket. +``` diff --git a/.changelog/8603.txt b/.changelog/8603.txt new file mode 100644 index 0000000000..ffe9a9401f --- /dev/null +++ b/.changelog/8603.txt @@ -0,0 +1,3 @@ +```release-note:feature +telemetry: track node and service counts and emit them as metrics +``` diff --git a/.changelog/8606.txt b/.changelog/8606.txt new file mode 100644 index 0000000000..a899232f22 --- /dev/null +++ b/.changelog/8606.txt @@ -0,0 +1,3 @@ +```release-note:bug +connect: `connect envoy` command now respects the `-ca-path` flag +``` diff --git a/.changelog/_8621.txt b/.changelog/_8621.txt new file mode 100644 index 0000000000..194633f37f --- /dev/null +++ b/.changelog/_8621.txt @@ -0,0 +1,3 @@ +```release-note:improvement +snapshot agent: Deregister critical snapshotting TTL check if leadership is transferred. +``` \ No newline at end of file diff --git a/.changelog/changelog.tmpl b/.changelog/changelog.tmpl new file mode 100644 index 0000000000..fbdc8010ce --- /dev/null +++ b/.changelog/changelog.tmpl @@ -0,0 +1,40 @@ +{{- if index .NotesByType "breaking-change" -}} +BREAKING CHANGES: + +{{range index .NotesByType "breaking-change" -}} +* {{ template "note" .}} +{{ end -}} +{{- end -}} + +{{- if .NotesByType.security }} +SECURITY: + +{{range .NotesByType.security -}} +* {{ template "note" . }} +{{ end -}} +{{- end -}} + +{{- if .NotesByType.feature -}} +FEATURES: + +{{range .NotesByType.feature -}} +* {{ template "note" . }} +{{ end -}} +{{- end -}} + +{{- if .NotesByType.improvement }} +IMPROVEMENTS: + +{{range .NotesByType.improvement -}} +* {{ template "note" . }} +{{ end -}} +{{- end -}} + +{{- if .NotesByType.bug }} +BUG FIXES: + +{{range .NotesByType.bug -}} +* {{ template "note" . }} +{{ end -}} +{{- end -}} + diff --git a/.changelog/note.tmpl b/.changelog/note.tmpl new file mode 100644 index 0000000000..8f306f82db --- /dev/null +++ b/.changelog/note.tmpl @@ -0,0 +1,3 @@ +{{- define "note" -}} +{{.Body}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/consul/issues/{{- .Issue -}})] +{{- end -}} diff --git a/.circleci/config.yml b/.circleci/config.yml index beb5ce7b35..06bcda1f4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2 references: images: - go: &GOLANG_IMAGE circleci/golang:1.14.6 + go: &GOLANG_IMAGE circleci/golang:1.14.7 middleman: &MIDDLEMAN_IMAGE hashicorp/middleman-hashicorp:0.3.40 ember: &EMBER_IMAGE circleci/node:12-browsers @@ -19,7 +19,7 @@ references: EMAIL: noreply@hashicorp.com GIT_AUTHOR_NAME: circleci-consul GIT_COMMITTER_NAME: circleci-consul - S3_ARTIFACT_BUCKET: consul-dev-artifacts + S3_ARTIFACT_BUCKET: consul-dev-artifacts-v2 BASH_ENV: .circleci/bash_env.sh VAULT_BINARY_VERSION: 1.2.2 @@ -33,6 +33,27 @@ steps: curl -sSL "${url}/v${GOTESTSUM_RELEASE}/gotestsum_${GOTESTSUM_RELEASE}_linux_amd64.tar.gz" | \ sudo tar -xz --overwrite -C /usr/local/bin gotestsum + get-aws-cli: &get-aws-cli + run: + name: download and install AWS CLI + command: | + curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" + echo -e "${AWS_CLI_GPG_KEY}" | gpg --import + curl -o awscliv2.sig https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip.sig + gpg --verify awscliv2.sig awscliv2.zip + unzip awscliv2.zip + sudo ./aws/install + + aws-assume-role: &aws-assume-role + run: + name: assume-role aws creds + command: | + # assume role has duration of 15 min (the minimum allowed) + CREDENTIALS="$(aws sts assume-role --duration-seconds 900 --role-arn ${ROLE_ARN} --role-session-name build-${CIRCLE_SHA1} | jq '.Credentials')" + echo "export AWS_ACCESS_KEY_ID=$(echo $CREDENTIALS | jq -r '.AccessKeyId')" >> $BASH_ENV + echo "export AWS_SECRET_ACCESS_KEY=$(echo $CREDENTIALS | jq -r '.SecretAccessKey')" >> $BASH_ENV + echo "export AWS_SESSION_TOKEN=$(echo $CREDENTIALS | jq -r '.SessionToken')" >> $BASH_ENV + # This step MUST be at the end of any set of steps due to the 'when' condition notify-slack-failure: ¬ify-slack-failure name: notify-slack-failure @@ -115,6 +136,36 @@ jobs: fi - run: *notify-slack-failure + check-generated-protobuf: + docker: + - image: *GOLANG_IMAGE + environment: + <<: *ENVIRONMENT + steps: + - checkout + - run: + name: Install protobuf + command: | + wget https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_64.zip + sudo unzip -d /usr/local protoc-*.zip + sudo chmod +x /usr/local/bin/protoc + rm protoc-*.zip + - run: + name: Install gogo/protobuf + command: | + gogo_version=$(go list -m github.com/gogo/protobuf | awk '{print $2}') + mkdir -p .gotools; cd .gotools; go mod init consul-tools + go get -v github.com/hashicorp/protoc-gen-go-binary + go get -v github.com/gogo/protobuf/protoc-gen-gofast@${gogo_version} + + - run: + command: make --always-make proto + - run: | + if ! git diff --exit-code; then + echo "Generated code was not updated correctly" + exit 1 + fi + go-test: docker: - image: *GOLANG_IMAGE @@ -359,13 +410,13 @@ jobs: # upload development build to s3 dev-upload-s3: docker: - - image: circleci/python:stretch + - image: *GOLANG_IMAGE environment: <<: *ENVIRONMENT steps: - - run: - name: Install awscli - command: sudo pip install awscli + - checkout + - *get-aws-cli + - *aws-assume-role # get consul binary - attach_workspace: at: bin/ @@ -640,13 +691,13 @@ jobs: command: bash <(curl -s https://codecov.io/bash) -v -c -C $CIRCLE_SHA1 -F ui - run: *notify-slack-failure - envoy-integration-test-1.11.2: + envoy-integration-test-1.12.6: docker: # We only really need bash and docker-compose which is installed on all # Circle images but pick Go since we have to pick one of them. - image: *GOLANG_IMAGE environment: - ENVOY_VERSION: "1.11.2" + ENVOY_VERSION: "1.12.6" steps: &ENVOY_INTEGRATION_TEST_STEPS - checkout # Get go binary from workspace @@ -675,13 +726,6 @@ jobs: path: *TEST_RESULTS_DIR - run: *notify-slack-failure - envoy-integration-test-1.12.6: - docker: - - image: *GOLANG_IMAGE - environment: - ENVOY_VERSION: "1.12.6" - steps: *ENVOY_INTEGRATION_TEST_STEPS - envoy-integration-test-1.13.4: docker: - image: *GOLANG_IMAGE @@ -696,6 +740,13 @@ jobs: ENVOY_VERSION: "1.14.4" steps: *ENVOY_INTEGRATION_TEST_STEPS + envoy-integration-test-1.15.0: + docker: + - image: *GOLANG_IMAGE + environment: + ENVOY_VERSION: "1.15.0" + steps: *ENVOY_INTEGRATION_TEST_STEPS + # run integration tests for the connect ca providers test-connect-ca-providers: docker: @@ -744,6 +795,7 @@ workflows: - stable-website - /^docs\/.*/ - /^ui\/.*/ + - check-generated-protobuf: *filter-ignore-non-go-branches - lint-consul-retry: *filter-ignore-non-go-branches - lint: *filter-ignore-non-go-branches - test-connect-ca-providers: *filter-ignore-non-go-branches @@ -807,9 +859,6 @@ workflows: - nomad-integration-0_8: requires: - dev-build - - envoy-integration-test-1.11.2: - requires: - - dev-build - envoy-integration-test-1.12.6: requires: - dev-build @@ -819,6 +868,9 @@ workflows: - envoy-integration-test-1.14.4: requires: - dev-build + - envoy-integration-test-1.15.0: + requires: + - dev-build website: jobs: diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a450140261..4349c90b36 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -124,7 +124,7 @@ The underlying script dumps the full Consul log output to `test.log` in the directory of the target package. In the example above it would be located at `consul/connect/proxy/test.log`. -Historically, the defaults for `FLAKE_CPUS` (30) and `FLAKE_N` (0.15) have been +Historically, the defaults for `FLAKE_CPUS` (0.15) and `FLAKE_N` (30) have been sufficient to surface a flaky test. If a test is run in this environment and it does not fail after 30 iterations, it should be sufficiently stable. diff --git a/CHANGELOG.md b/CHANGELOG.md index b34105ab61..f5432731f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,63 @@ ## UNRELEASED +## 1.8.4 (September 11, 2020) + +FEATURES: + +* agent: expose the list of supported envoy versions on /v1/agent/self [[GH-8545](https://github.com/hashicorp/consul/issues/8545)] +* cache: Config parameters for cache throttling are now reloaded automatically on agent reload. Restarting the agent is not needed anymore. [[GH-8552](https://github.com/hashicorp/consul/issues/8552)] +* connect: all config entries pick up a meta field [[GH-8596](https://github.com/hashicorp/consul/issues/8596)] + +IMPROVEMENTS: + +* api: Added `ACLMode` method to the `AgentMember` type to determine what ACL mode the agent is operating in. [[GH-8575](https://github.com/hashicorp/consul/issues/8575)] +* api: Added `IsConsulServer` method to the `AgentMember` type to easily determine whether the agent is a server. [[GH-8575](https://github.com/hashicorp/consul/issues/8575)] +* api: Added constants for common tag keys and values in the `Tags` field of the `AgentMember` struct. [[GH-8575](https://github.com/hashicorp/consul/issues/8575)] +* api: Allow for the client to use TLS over a Unix domain socket. [[GH-8602](https://github.com/hashicorp/consul/issues/8602)] +* api: `GET v1/operator/keyring` also lists primary keys. [[GH-8522](https://github.com/hashicorp/consul/issues/8522)] +* connect: Add support for http2 and grpc to ingress gateways [[GH-8458](https://github.com/hashicorp/consul/issues/8458)] +* serf: update to `v0.9.4` which supports primary keys in the ListKeys operation. [[GH-8522](https://github.com/hashicorp/consul/issues/8522)] + +BUGFIXES: + +* connect: use stronger validation that ingress gateways have compatible protocols defined for their upstreams [[GH-8494](https://github.com/hashicorp/consul/issues/8494)] +* agent: ensure that we normalize bootstrapped config entries [[GH-8547](https://github.com/hashicorp/consul/issues/8547)] +* api: Fixed a panic caused by an api request with Connect=null [[GH-8537](https://github.com/hashicorp/consul/issues/8537)] +* connect: `connect envoy` command now respects the `-ca-path` flag [[GH-8606](https://github.com/hashicorp/consul/issues/8606)] +* connect: fix bug in preventing some namespaced config entry modifications [[GH-8601](https://github.com/hashicorp/consul/issues/8601)] +* connect: fix renewing secondary intermediate certificates [[GH-8588](https://github.com/hashicorp/consul/issues/8588)] +* ui: fixed a bug related to in-folder KV creation [GH-8613](https://github.com/hashicorp/consul/pull/8613) + +## 1.8.3 (August 12, 2020) + +BUGFIXES: + +* catalog: fixed a bug where nodes, services, and checks would not be restored with the correct Create/ModifyIndex when restoring from a snapshot [[GH-8485](https://github.com/hashicorp/consul/pull/8474)] +* vendor: update github.com/armon/go-metrics to v0.3.4 to mitigate a potential panic when emitting Prometheus metrics at an interval longer than the metric expiry time [[GH-8478](https://github.com/hashicorp/consul/pull/8478)] +* connect: **(Consul Enterprise only)** Fixed a regression that prevented mesh gateways from routing to services in their local datacenter that reside outside of the default namespace. + +## 1.8.2 (August 07, 2020) + +* auto_config: Fixed an issue where auto-config could be enabled in secondary DCs without enabling token replication when ACLs were enabled. [[GH-8451](https://github.com/hashicorp/consul/pull/8451)] +* xds: revert setting set_node_on_first_message_only to true when generating envoy bootstrap config [[GH-8440](https://github.com/hashicorp/consul/issues/8440)] + +## 1.8.1 (July 30, 2020) + FEATURES: * acl: Added ACL Node Identities for easier creation of Consul Agent tokens. [[GH-7970](https://github.com/hashicorp/consul/pull/7970)] -* agent: Added Consul client agent automatic configuration utilizing JWTs for authorizing the request to generate ACL tokens, TLS certificates and retrieval of the gossip encryption key. [[GH-8003](https://github.com/hashicorp/consul/pull/8003)], [[GH-8035](https://github.com/hashicorp/consul/pull/8035)], [[GH-8086](https://github.com/hashicorp/consul/pull/8086)], [[GH-8148](https://github.com/hashicorp/consul/pull/8148)], [[GH-8157](https://github.com/hashicorp/consul/pull/8157)], [[GH-8159](https://github.com/hashicorp/consul/pull/8159)], [[GH-8193](https://github.com/hashicorp/consul/pull/8193)], [[GH-8253](https://github.com/hashicorp/consul/pull/8253)], [[GH-8301](https://github.com/hashicorp/consul/pull/8301)], [[GH-8360](https://github.com/hashicorp/consul/pull/8360)], [[GH-8362](https://github.com/hashicorp/consul/pull/8362)], [[GH-8363](https://github.com/hashicorp/consul/pull/8363)], [[GH-8364](https://github.com/hashicorp/consul/pull/8364)] +* agent: Added Consul client agent automatic configuration utilizing JWTs for authorizing the request to generate ACL tokens, TLS certificates and retrieval of the gossip encryption key. [[GH-8003](https://github.com/hashicorp/consul/pull/8003)], [[GH-8035](https://github.com/hashicorp/consul/pull/8035)], [[GH-8086](https://github.com/hashicorp/consul/pull/8086)], [[GH-8148](https://github.com/hashicorp/consul/pull/8148)], [[GH-8157](https://github.com/hashicorp/consul/pull/8157)], [[GH-8159](https://github.com/hashicorp/consul/pull/8159)], [[GH-8193](https://github.com/hashicorp/consul/pull/8193)], [[GH-8253](https://github.com/hashicorp/consul/pull/8253)], [[GH-8301](https://github.com/hashicorp/consul/pull/8301)], [[GH-8360](https://github.com/hashicorp/consul/pull/8360)], [[GH-8362](https://github.com/hashicorp/consul/pull/8362)], [[GH-8363](https://github.com/hashicorp/consul/pull/8363)], [[GH-8364](https://github.com/hashicorp/consul/pull/8364)], [[GH-8409](https://github.com/hashicorp/consul/pull/8409)] IMPROVEMENTS: * acl: allow auth methods created in the primary datacenter to optionally create global tokens [[GH-7899](https://github.com/hashicorp/consul/issues/7899)] * agent: Allow to restrict servers that can join a given Serf Consul cluster. [[GH-7628](https://github.com/hashicorp/consul/issues/7628)] * agent: new configuration options allow ratelimiting of the agent-cache: `cache.entry_fetch_rate` and `cache.entry_fetch_max_burst`. [[GH-8226](https://github.com/hashicorp/consul/pull/8226)] +* api: Added methods to allow passing query options to leader and peers endpoints to mirror HTTP API [[GH-8395](https://github.com/hashicorp/consul/pull/8395)] +* auto_config: when configuring auto_config, connect is turned on automatically [[GH-8433](https://github.com/hashicorp/consul/pull/8433)] * connect: various changes to make namespaces for intentions work more like for other subsystems [[GH-8194](https://github.com/hashicorp/consul/issues/8194)] * connect: Append port number to expected ingress hosts [[GH-8190](https://github.com/hashicorp/consul/pull/8190)] +* connect: add support for envoy 1.15.0 and drop support for 1.11.x [[GH-8424](https://github.com/hashicorp/consul/issues/8424)] * connect: support Envoy v1.14.4, v1.13.4, v1.12.6 [[GH-8216](https://github.com/hashicorp/consul/issues/8216)] * dns: Improve RCODE of response when query targets a non-existent datacenter. [[GH-8102](https://github.com/hashicorp/consul/issues/8102)],[[GH-8218](https://github.com/hashicorp/consul/issues/8218)] * version: The `version` CLI subcommand was altered to always show the git revision the binary was built from on the second line of output. Additionally the command gained a `-format` flag with the option now of outputting the version information in JSON form. **NOTE** This change has the potential to break any parsing done by users of the `version` commands output. In many cases nothing will need to be done but it is possible depending on how the output is parsed. [[GH-8268](https://github.com/hashicorp/consul/pull/8268)] @@ -19,12 +65,15 @@ IMPROVEMENTS: BUGFIXES: * agent: Fixed a bug where Consul could crash when `verify_outgoing` was set to true but no client certificate was used. [[GH-8211](https://github.com/hashicorp/consul/pull/8211)] +* agent: Fixed an issue with lock contention during RPCs when under load while using the Prometheus metrics sink. [[GH-8372](https://github.com/hashicorp/consul/pull/8372)] * auto_encrypt: Fixed an issue where auto encrypt certificate signing wasn't using the connect signing rate limiter. [[GH-8211](https://github.com/hashicorp/consul/pull/8211)] * auto_encrypt: Fixed several issues around retrieving the first TLS certificate where it would have the wrong CN and SANs. This was being masked by a second bug (also fixed) causing that certificate to immediately be discarded with a second certificate request being made afterwards. [[GH-8211](https://github.com/hashicorp/consul/pull/8211)] * auto_encrypt: Fixed an issue that caused auto encrypt certificates to not be updated properly if the agents token was changed and the old token was deleted. [[GH-8311](https://github.com/hashicorp/consul/pull/8311)] * connect: fix crash that would result if a mesh or terminating gateway's upstream has a hostname as an address and no healthy service instances available. [[GH-8158](https://github.com/hashicorp/consul/issues/8158)] * connect: Fixed issue where specifying a prometheus bind address would cause ingress gateways to fail to start up [[GH-8371]](https://github.com/hashicorp/consul/pull/8371) * gossip: Avoid issue where two unique leave events for the same node could lead to infinite rebroadcast storms [[GH-8343](https://github.com/hashicorp/consul/issues/8343)] +* router: Mark its own cluster as healthy when rebalancing. [[GH-8406](https://github.com/hashicorp/consul/pull/8406)] +* snapshot: **(Consul Enterprise only)** Fixed a regression when using Azure blob storage. * xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions [[GH-8222](https://github.com/hashicorp/consul/issues/8222)] ## 1.8.0 (June 18, 2020) @@ -95,6 +144,39 @@ BUGFIXES: * ui: Miscellaneous amends for Safari and Firefox [[GH-7904](https://github.com/hashicorp/consul/issues/7904)] [[GH-7907](https://github.com/hashicorp/consul/pull/7907)] * ui: Ensure a value is always passed to CONSUL_SSO_ENABLED [[GH-7913](https://github.com/hashicorp/consul/pull/7913)] +## 1.7.8 (September 11, 2020) + +FEATURES: + +* agent: expose the list of supported envoy versions on /v1/agent/self [[GH-8545](https://github.com/hashicorp/consul/issues/8545)] + +BUG FIXES: + +* connect: fix bug in preventing some namespaced config entry modifications [[GH-8601](https://github.com/hashicorp/consul/issues/8601)] +* api: fixed a panic caused by an api request with Connect=null [[GH-8537](https://github.com/hashicorp/consul/pull/8537)] + +## 1.7.7 (August 12, 2020) + +BUGFIXES: + +* catalog: fixed a bug where nodes, services, and checks would not be restored with the correct Create/ModifyIndex when restoring from a snapshot [[GH-8486](https://github.com/hashicorp/consul/pull/8486)] +* vendor: update github.com/armon/go-metrics to v0.3.4 to mitigate a potential panic when emitting Prometheus metrics at an interval longer than the metric expiry time [[GH-8478](https://github.com/hashicorp/consul/pull/8478)] + +## 1.7.6 (August 07, 2020) + +BUG FIXES: + +* xds: revert setting set_node_on_first_message_only to true when generating envoy bootstrap config [[GH-8441](https://github.com/hashicorp/consul/issues/8441)] + +## 1.7.5 (July 30, 2020) + +BUG FIXES: + +* agent: Fixed an issue with lock contention during RPCs when under load while using the Prometheus metrics sink. [[GH-8372](https://github.com/hashicorp/consul/pull/8372)] +* gossip: Avoid issue where two unique leave events for the same node could lead to infinite rebroadcast storms [[GH-8353](https://github.com/hashicorp/consul/issues/8353)] +* snapshot: **(Consul Enterprise only)** Fixed a regression when using Azure blob storage. +* Return a service splitter's weight or a zero [[GH-8355](https://github.com/hashicorp/consul/issues/8355)] + ## 1.7.4 (June 10, 2020) SECURITY: @@ -297,6 +379,25 @@ BUGFIXES: * ui: Discovery-Chain: Improve parsing of redirects [[GH-7174](https://github.com/hashicorp/consul/pull/7174)] * ui: Fix styling of ‘duplicate intention’ error message [[GH6936]](https://github.com/hashicorp/consul/pull/6936) +## 1.6.9 (September 11, 2020) + +BUG FIXES: + +* api: fixed a panic caused by an api request with Connect=null [[GH-8537](https://github.com/hashicorp/consul/pull/8537)] + +## 1.6.8 (August 12, 2020) + +BUG FIXES: + +* vendor: update github.com/armon/go-metrics to v0.3.4 to mitigate a potential panic when emitting Prometheus metrics at an interval longer than the metric expiry time [[GH-8478](https://github.com/hashicorp/consul/pull/8478)] + +## 1.6.7 (July 30, 2020) + +BUG FIXES: + +* agent: Fixed an issue with lock contention during RPCs when under load while using the Prometheus metrics sink. [[GH-8372](https://github.com/hashicorp/consul/pull/8372)] +* gossip: Avoid issue where two unique leave events for the same node could lead to infinite rebroadcast storms [[GH-8345](https://github.com/hashicorp/consul/issues/8345)] + ## 1.6.6 (June 10, 2020) SECURITY: diff --git a/GNUmakefile b/GNUmakefile index 6a1fcd258c..fdf88643c9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -363,14 +363,6 @@ else @go test -v ./agent/connect/ca endif -proto-delete: - @echo "Removing $(PROTOGOFILES)" - -@rm $(PROTOGOFILES) - @echo "Removing $(PROTOGOBINFILES)" - -@rm $(PROTOGOBINFILES) - -proto-rebuild: proto-delete proto - proto: $(PROTOGOFILES) $(PROTOGOBINFILES) @echo "Generated all protobuf Go files" @@ -387,4 +379,4 @@ module-versions: .PHONY: all ci bin dev dist cov test test-flake test-internal cover lint ui static-assets tools .PHONY: docker-images go-build-image ui-build-image static-assets-docker consul-docker ui-docker -.PHONY: version proto proto-rebuild proto-delete test-envoy-integ +.PHONY: version proto test-envoy-integ diff --git a/README.md b/README.md index 05945f70dd..d70061d541 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Consul [![CircleCI](https://circleci.com/gh/hashicorp/consul/tree/master.svg?style=svg)](https://circleci.com/gh/hashicorp/consul/tree/master) [![Discuss](https://img.shields.io/badge/discuss-consul-ca2171.svg?style=flat)](https://discuss.hashicorp.com/c/consul) * Website: https://www.consul.io -* Tutorials: [https://learn.hashicorp.com](https://learn.hashicorp.com/consul) +* Tutorials: [HashiCorp Learn](https://learn.hashicorp.com/consul) * Forum: [Discuss](https://discuss.hashicorp.com/c/consul) Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. @@ -10,12 +10,12 @@ Consul provides several key features: * **Multi-Datacenter** - Consul is built to be datacenter aware, and can support any number of regions without complex configuration. - + * **Service Mesh/Service Segmentation** - Consul Connect enables secure service-to-service - communication with automatic TLS encryption and identity-based authorization. Applications - can use sidecar proxies in a service mesh configuration to establish TLS - connections for inbound and outbound connections without being aware of Connect at all. - + communication with automatic TLS encryption and identity-based authorization. Applications + can use sidecar proxies in a service mesh configuration to establish TLS + connections for inbound and outbound connections without being aware of Connect at all. + * **Service Discovery** - Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. External services such as SaaS providers can be registered as well. @@ -41,9 +41,10 @@ contacting us at security@hashicorp.com. A few quick start guides are available on the Consul website: -* **Standalone binary install:** https://learn.hashicorp.com/consul/getting-started/install -* **Minikube install:** https://learn.hashicorp.com/consul/kubernetes/minikube -* **Kubernetes install:** https://learn.hashicorp.com/consul/kubernetes/kubernetes-deployment-guide +* **Standalone binary install:** https://learn.hashicorp.com/tutorials/consul/get-started-install +* **Minikube install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-minikube +* **Kind install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-kind +* **Kubernetes install:** https://learn.hashicorp.com/tutorials/consul/kubernetes-deployment-guide ## Documentation diff --git a/agent/acl.go b/agent/acl.go index a603304d2b..5463fbf1f1 100644 --- a/agent/acl.go +++ b/agent/acl.go @@ -59,7 +59,7 @@ func (a *Agent) aclAccessorID(secretID string) string { return ident.ID() } -func (a *Agent) initializeACLs() error { +func initializeACLs(nodeName string) (acl.Authorizer, error) { // Build a policy for the agent master token. // The builtin agent master policy allows reading any node information // and allows writes to the agent with the node name of the running agent @@ -69,7 +69,7 @@ func (a *Agent) initializeACLs() error { PolicyRules: acl.PolicyRules{ Agents: []*acl.AgentRule{ { - Node: a.config.NodeName, + Node: nodeName, Policy: acl.PolicyWrite, }, }, @@ -81,12 +81,7 @@ func (a *Agent) initializeACLs() error { }, }, } - master, err := acl.NewPolicyAuthorizerWithDefaults(acl.DenyAll(), []*acl.Policy{policy}, nil) - if err != nil { - return err - } - a.aclMasterAuthorizer = master - return nil + return acl.NewPolicyAuthorizerWithDefaults(acl.DenyAll(), []*acl.Policy{policy}, nil) } // vetServiceRegister makes sure the service registration action is allowed by diff --git a/agent/acl_test.go b/agent/acl_test.go index f8bfdb3d17..79ade86b20 100644 --- a/agent/acl_test.go +++ b/agent/acl_test.go @@ -25,27 +25,6 @@ type authzResolver func(string) (structs.ACLIdentity, acl.Authorizer, error) type identResolver func(string) (structs.ACLIdentity, error) type TestACLAgent struct { - // Name is an optional name of the agent. - Name string - - HCL string - - // Config is the agent configuration. If Config is nil then - // TestConfig() is used. If Config.DataDir is set then it is - // the callers responsibility to clean up the data directory. - // Otherwise, a temporary data directory is created and removed - // when Shutdown() is called. - Config *config.RuntimeConfig - - // LogOutput is the sink for the logs. If nil, logs are written - // to os.Stderr. - LogOutput io.Writer - - // DataDir is the data directory which is used when Config.DataDir - // is not set. It is created automatically and removed when - // Shutdown() is called. - DataDir string - resolveAuthzFn authzResolver resolveIdentFn identResolver @@ -56,39 +35,42 @@ type TestACLAgent struct { // Basically it needs a local state for some of the vet* functions, a logger and a delegate. // The key is that we are the delegate so we can control the ResolveToken responses func NewTestACLAgent(t *testing.T, name string, hcl string, resolveAuthz authzResolver, resolveIdent identResolver) *TestACLAgent { - a := &TestACLAgent{Name: name, HCL: hcl, resolveAuthzFn: resolveAuthz, resolveIdentFn: resolveIdent} - dataDir := `data_dir = "acl-agent"` + t.Helper() - logOutput := testutil.NewLogBuffer(t) - logger := hclog.NewInterceptLogger(&hclog.LoggerOptions{ - Name: a.Name, - Level: hclog.Debug, - Output: logOutput, - }) + a := &TestACLAgent{resolveAuthzFn: resolveAuthz, resolveIdentFn: resolveIdent} - opts := []AgentOption{ - WithLogger(logger), - WithBuilderOpts(config.BuilderOpts{ - HCL: []string{ - TestConfigHCL(NodeID()), - a.HCL, - dataDir, - }, - }), + dataDir := testutil.TempDir(t, "acl-agent") + + logBuffer := testutil.NewLogBuffer(t) + loader := func(source config.Source) (*config.RuntimeConfig, []string, error) { + dataDir := fmt.Sprintf(`data_dir = "%s"`, dataDir) + opts := config.BuilderOpts{ + HCL: []string{TestConfigHCL(NodeID()), hcl, dataDir}, + } + cfg, warnings, err := config.Load(opts, source) + if cfg != nil { + cfg.Telemetry.Disable = true + } + return cfg, warnings, err } - - agent, err := New(opts...) + bd, err := NewBaseDeps(loader, logBuffer) require.NoError(t, err) - a.Config = agent.GetConfig() + + bd.Logger = hclog.NewInterceptLogger(&hclog.LoggerOptions{ + Name: name, + Level: hclog.Debug, + Output: logBuffer, + TimeFormat: "04:05.000", + }) + bd.MetricsHandler = metrics.NewInmemSink(1*time.Second, time.Minute) + + agent, err := New(bd) + require.NoError(t, err) + + agent.delegate = a + agent.State = local.NewState(LocalConfig(bd.RuntimeConfig), bd.Logger, bd.Tokens) + agent.State.TriggerSyncChanges = func() {} a.Agent = agent - - agent.LogOutput = logOutput - agent.logger = logger - agent.MemSink = metrics.NewInmemSink(1*time.Second, time.Minute) - - a.Agent.delegate = a - a.Agent.State = local.NewState(LocalConfig(a.Config), a.Agent.logger, a.Agent.tokens) - a.Agent.State.TriggerSyncChanges = func() {} return a } @@ -202,7 +184,9 @@ func TestACL_AgentMasterToken(t *testing.T) { t.Parallel() a := NewTestACLAgent(t, t.Name(), TestACLConfig(), nil, nil) - a.loadTokens(a.config) + err := a.tokens.Load(a.config.ACLTokens, a.logger) + require.NoError(t, err) + authz, err := a.resolveToken("towel") require.NotNil(t, authz) require.Nil(t, err) diff --git a/agent/agent.go b/agent/agent.go index 9c75a6f51e..9c63eb06b3 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -2,7 +2,6 @@ package agent import ( "context" - "crypto/sha512" "crypto/tls" "encoding/json" "fmt" @@ -18,13 +17,14 @@ import ( "sync" "time" + "github.com/hashicorp/consul/agent/dns" + "github.com/hashicorp/consul/agent/router" + "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/go-connlimit" "github.com/hashicorp/go-hclog" "github.com/hashicorp/go-memdb" - "github.com/mitchellh/cli" "google.golang.org/grpc" - "google.golang.org/grpc/grpclog" "github.com/armon/go-metrics" "github.com/hashicorp/consul/acl" @@ -32,7 +32,6 @@ import ( autoconf "github.com/hashicorp/consul/agent/auto-config" "github.com/hashicorp/consul/agent/cache" cachetype "github.com/hashicorp/consul/agent/cache-types" - certmon "github.com/hashicorp/consul/agent/cert-monitor" "github.com/hashicorp/consul/agent/checks" "github.com/hashicorp/consul/agent/config" "github.com/hashicorp/consul/agent/consul" @@ -41,7 +40,6 @@ import ( "github.com/hashicorp/consul/agent/proxycfg" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/agent/systemd" - "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/agent/xds" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/api/watch" @@ -52,11 +50,8 @@ import ( "github.com/hashicorp/consul/tlsutil" "github.com/hashicorp/consul/types" "github.com/hashicorp/go-multierror" - "github.com/hashicorp/go-uuid" - "github.com/hashicorp/memberlist" "github.com/hashicorp/raft" "github.com/hashicorp/serf/serf" - "github.com/shirou/gopsutil/host" "golang.org/x/net/http2" ) @@ -72,9 +67,6 @@ const ( checksDir = "checks" checkStateDir = "checks/state" - // Name of the file tokens will be persisted within - tokensPath = "acl-tokens.json" - // Default reasons for node/service maintenance mode defaultNodeMaintReason = "Maintenance mode is enabled for this node, " + "but no reason was provided. This is a default message." @@ -166,25 +158,14 @@ type notifier interface { type Agent struct { autoConf *autoconf.AutoConfig - certMonitor *certmon.CertMonitor - // config is the agent configuration. config *config.RuntimeConfig // Used for writing our logs logger hclog.InterceptLogger - // LogOutput is a Writer which is used when creating dependencies that - // require logging. Note that this LogOutput is not used by the agent logger, - // so setting this field does not result in the agent logs being written to - // LogOutput. - // FIXME: refactor so that: dependencies accept an hclog.Logger, - // or LogOutput is part of RuntimeConfig, or change Agent.logger to be - // a new type with an Out() io.Writer method which returns this value. - LogOutput io.Writer - // In-memory sink used for collecting metrics - MemSink *metrics.InmemSink + MemSink MetricsHandler // delegate is either a *consul.Server or *consul.Client // depending on the configuration @@ -275,10 +256,12 @@ type Agent struct { // dnsServer provides the DNS API dnsServers []*DNSServer - // httpServers provides the HTTP API on various endpoints - httpServers []*HTTPServer + // apiServers listening for connections. If any of these server goroutines + // fail, the agent will be shutdown. + apiServers *apiServers // wgServers is the wait group for all HTTP and DNS servers + // TODO: remove once dnsServers are handled by apiServers wgServers sync.WaitGroup // watchPlans tracks all the currently-running watch plans for the @@ -308,11 +291,6 @@ type Agent struct { // based on the current consul configuration. tlsConfigurator *tlsutil.Configurator - // persistedTokensLock is used to synchronize access to the persisted token - // store within the data directory. This will prevent loading while writing as - // well as multiple concurrent writes. - persistedTokensLock sync.RWMutex - // httpConnLimiter is used to limit connections to the HTTP server by client // IP. httpConnLimiter connlimit.Limiter @@ -320,89 +298,13 @@ type Agent struct { // Connection Pool connPool *pool.ConnPool + // Shared RPC Router + router *router.Router + // enterpriseAgent embeds fields that we only access in consul-enterprise builds enterpriseAgent } -type agentOptions struct { - logger hclog.InterceptLogger - builderOpts config.BuilderOpts - ui cli.Ui - config *config.RuntimeConfig - overrides []config.Source - writers []io.Writer - initTelemetry bool -} - -type AgentOption func(opt *agentOptions) - -// WithTelemetry is used to control whether the agent will -// set up metrics. -func WithTelemetry(initTelemetry bool) AgentOption { - return func(opt *agentOptions) { - opt.initTelemetry = initTelemetry - } -} - -// WithLogger is used to override any automatic logger creation -// and provide one already built instead. This is mostly useful -// for testing. -func WithLogger(logger hclog.InterceptLogger) AgentOption { - return func(opt *agentOptions) { - opt.logger = logger - } -} - -// WithBuilderOpts specifies the command line config.BuilderOpts to use that the agent -// is being started with -func WithBuilderOpts(builderOpts config.BuilderOpts) AgentOption { - return func(opt *agentOptions) { - opt.builderOpts = builderOpts - } -} - -// WithCLI provides a cli.Ui instance to use when emitting configuration -// warnings during the first configuration parsing. -func WithCLI(ui cli.Ui) AgentOption { - return func(opt *agentOptions) { - opt.ui = ui - } -} - -// WithLogWriter will add an additional log output to the logger that gets -// configured after configuration parsing -func WithLogWriter(writer io.Writer) AgentOption { - return func(opt *agentOptions) { - opt.writers = append(opt.writers, writer) - } -} - -// WithOverrides is used to provide a config source to append to the tail sources -// during config building. It is really only useful for testing to tune non-user -// configurable tunables to make various tests converge more quickly than they -// could otherwise. -func WithOverrides(overrides ...config.Source) AgentOption { - return func(opt *agentOptions) { - opt.overrides = overrides - } -} - -// WithConfig provides an already parsed configuration to the Agent -// Deprecated: Should allow the agent to parse the configuration. -func WithConfig(config *config.RuntimeConfig) AgentOption { - return func(opt *agentOptions) { - opt.config = config - } -} - -func flattenAgentOptions(options []AgentOption) agentOptions { - var flat agentOptions - for _, opt := range options { - opt(&flat) - } - return flat -} - // New process the desired options and creates a new Agent. // This process will // * parse the config given the config Flags @@ -418,10 +320,7 @@ func flattenAgentOptions(options []AgentOption) agentOptions { // * setup the NodeID if one isn't provided in the configuration // * create the AutoConfig object for future use in fully // resolving the configuration -func New(options ...AgentOption) (*Agent, error) { - flat := flattenAgentOptions(options) - - // Create most of the agent +func New(bd BaseDeps) (*Agent, error) { a := Agent{ checkReapAfter: make(map[structs.CheckID]time.Duration), checkMonitors: make(map[structs.CheckID]*checks.CheckMonitor), @@ -437,143 +336,43 @@ func New(options ...AgentOption) (*Agent, error) { retryJoinCh: make(chan error), shutdownCh: make(chan struct{}), endpoints: make(map[string]string), - tokens: new(token.Store), - logger: flat.logger, - } - // parse the configuration and handle the error/warnings - config, warnings, err := autoconf.LoadConfig(flat.builderOpts, config.Source{}, flat.overrides...) - if err != nil { - return nil, err - } - for _, w := range warnings { - if a.logger != nil { - a.logger.Warn(w) - } else if flat.ui != nil { - flat.ui.Warn(w) - } else { - fmt.Fprint(os.Stderr, w) - } - } - - // set the config in the agent, this is just the preliminary configuration as we haven't - // loaded any auto-config sources yet. - a.config = config - - // create the cache using the rate limiting settings from the config. Note that this means - // that these limits are not reloadable. - a.cache = cache.New(a.config.Cache) - - if flat.logger == nil { - logConf := &logging.Config{ - LogLevel: config.LogLevel, - LogJSON: config.LogJSON, - Name: logging.Agent, - EnableSyslog: config.EnableSyslog, - SyslogFacility: config.SyslogFacility, - LogFilePath: config.LogFile, - LogRotateDuration: config.LogRotateDuration, - LogRotateBytes: config.LogRotateBytes, - LogRotateMaxFiles: config.LogRotateMaxFiles, - } - - logger, logOutput, err := logging.Setup(logConf, flat.writers) - if err != nil { - return nil, err - } - - a.logger = logger - a.LogOutput = logOutput - - grpclog.SetLoggerV2(logging.NewGRPCLogger(logConf, a.logger)) - } - - if flat.initTelemetry { - memSink, err := lib.InitTelemetry(config.Telemetry) - if err != nil { - return nil, fmt.Errorf("Failed to initialize telemetry: %w", err) - } - a.MemSink = memSink - } - - // TODO (autoconf) figure out how to let this setting be pushed down via autoconf - // right now it gets defaulted if unset so this check actually doesn't do much - // for a normal running agent. - if a.config.Datacenter == "" { - return nil, fmt.Errorf("Must configure a Datacenter") - } - if a.config.DataDir == "" && !a.config.DevMode { - return nil, fmt.Errorf("Must configure a DataDir") - } - - tlsConfigurator, err := tlsutil.NewConfigurator(a.config.ToTLSUtilConfig(), a.logger) - if err != nil { - return nil, err - } - a.tlsConfigurator = tlsConfigurator - - err = a.initializeConnectionPool() - if err != nil { - return nil, fmt.Errorf("Failed to initialize the connection pool: %w", err) + // TODO: store the BaseDeps instead of copying them over to Agent + tokens: bd.Tokens, + logger: bd.Logger, + tlsConfigurator: bd.TLSConfigurator, + config: bd.RuntimeConfig, + cache: bd.Cache, + MemSink: bd.MetricsHandler, + connPool: bd.ConnPool, + autoConf: bd.AutoConfig, + router: bd.Router, } a.serviceManager = NewServiceManager(&a) - if err := a.initializeACLs(); err != nil { + // TODO: do this somewhere else, maybe move to newBaseDeps + var err error + a.aclMasterAuthorizer, err = initializeACLs(bd.RuntimeConfig.NodeName) + if err != nil { return nil, err } - // Retrieve or generate the node ID before setting up the rest of the - // agent, which depends on it. - if err := a.setupNodeID(a.config); err != nil { - return nil, fmt.Errorf("Failed to setup node ID: %v", err) - } - // We used to do this in the Start method. However it doesn't need to go // there any longer. Originally it did because we passed the agent // delegate to some of the cache registrations. Now we just // pass the agent itself so its safe to move here. a.registerCache() - cmConf := new(certmon.Config). - WithCache(a.cache). - WithTLSConfigurator(a.tlsConfigurator). - WithDNSSANs(a.config.AutoConfig.DNSSANs). - WithIPSANs(a.config.AutoConfig.IPSANs). - WithDatacenter(a.config.Datacenter). - WithNodeName(a.config.NodeName). - WithFallback(a.autoConfigFallbackTLS). - WithLogger(a.logger.Named(logging.AutoConfig)). - WithTokens(a.tokens) - acCertMon, err := certmon.New(cmConf) - if err != nil { - return nil, err - } + // TODO: why do we ignore failure to load persisted tokens? + _ = a.tokens.Load(bd.RuntimeConfig.ACLTokens, a.logger) - acConf := new(autoconf.Config). - WithDirectRPC(a.connPool). - WithBuilderOpts(flat.builderOpts). - WithLogger(a.logger). - WithOverrides(flat.overrides...). - WithCertMonitor(acCertMon) - ac, err := autoconf.New(acConf) - if err != nil { - return nil, err - } - - a.autoConf = ac + // TODO: pass in a fully populated apiServers into Agent.New + a.apiServers = NewAPIServers(a.logger) return &a, nil } -// GetLogger retrieves the agents logger -// TODO make export the logger field and get rid of this method -// This is here for now to simplify the work I am doing and make -// reviewing the final PR easier. -func (a *Agent) GetLogger() hclog.InterceptLogger { - return a.logger -} - // GetConfig retrieves the agents config // TODO make export the config field and get rid of this method // This is here for now to simplify the work I am doing and make @@ -584,37 +383,6 @@ func (a *Agent) GetConfig() *config.RuntimeConfig { return a.config } -func (a *Agent) initializeConnectionPool() error { - var rpcSrcAddr *net.TCPAddr - if !ipaddr.IsAny(a.config.RPCBindAddr) { - rpcSrcAddr = &net.TCPAddr{IP: a.config.RPCBindAddr.IP} - } - - // Ensure we have a log output for the connection pool. - logOutput := a.LogOutput - if logOutput == nil { - logOutput = os.Stderr - } - - pool := &pool.ConnPool{ - Server: a.config.ServerMode, - SrcAddr: rpcSrcAddr, - LogOutput: logOutput, - TLSConfigurator: a.tlsConfigurator, - Datacenter: a.config.Datacenter, - } - if a.config.ServerMode { - pool.MaxTime = 2 * time.Minute - pool.MaxStreams = 64 - } else { - pool.MaxTime = 127 * time.Second - pool.MaxStreams = 32 - } - - a.connPool = pool - return nil -} - // LocalConfig takes a config.RuntimeConfig and maps the fields to a local.Config func LocalConfig(cfg *config.RuntimeConfig) local.Config { lc := local.Config{ @@ -655,31 +423,6 @@ func (a *Agent) Start(ctx context.Context) error { return fmt.Errorf("Failed to load TLS configurations after applying auto-config settings: %w", err) } - if err := a.CheckSecurity(c); err != nil { - a.logger.Error("Security error while parsing configuration: %#v", err) - return err - } - - // Warn if the node name is incompatible with DNS - if InvalidDnsRe.MatchString(a.config.NodeName) { - a.logger.Warn("Node name will not be discoverable "+ - "via DNS due to invalid characters. Valid characters include "+ - "all alpha-numerics and dashes.", - "node_name", a.config.NodeName, - ) - } else if len(a.config.NodeName) > MaxDNSLabelLength { - a.logger.Warn("Node name will not be discoverable "+ - "via DNS due to it being too long. Valid lengths are between "+ - "1 and 63 bytes.", - "node_name", a.config.NodeName, - ) - } - - // load the tokens - this requires the logger to be setup - // which is why we can't do this in New - a.loadTokens(a.config) - a.loadEnterpriseTokens(a.config) - // create the local state a.State = local.NewState(LocalConfig(c), a.logger, a.tokens) @@ -688,11 +431,19 @@ func (a *Agent) Start(ctx context.Context) error { a.sync = ae.NewStateSyncer(a.State, c.AEInterval, a.shutdownCh, a.logger) // create the config for the rpc server/client - consulCfg, err := a.consulConfig() + consulCfg, err := newConsulConfig(a.config, a.logger) if err != nil { return err } + // Setup the user event callback + consulCfg.UserEventHandler = func(e serf.UserEvent) { + select { + case a.eventCh <- e: + case <-a.shutdownCh: + } + } + // ServerUp is used to inform that a new consul server is now // up. This can be used to speed up the sync process if we are blocking // waiting to discover a consul server @@ -708,17 +459,18 @@ func (a *Agent) Start(ctx context.Context) error { consul.WithTokenStore(a.tokens), consul.WithTLSConfigurator(a.tlsConfigurator), consul.WithConnectionPool(a.connPool), + consul.WithRouter(a.router), } // Setup either the client or the server. if c.ServerMode { - server, err := consul.NewServerWithOptions(consulCfg, options...) + server, err := consul.NewServer(consulCfg, options...) if err != nil { return fmt.Errorf("Failed to start Consul server: %v", err) } a.delegate = server } else { - client, err := consul.NewClientWithOptions(consulCfg, options...) + client, err := consul.NewClient(consulCfg, options...) if err != nil { return fmt.Errorf("Failed to start Consul client: %v", err) } @@ -735,43 +487,6 @@ func (a *Agent) Start(ctx context.Context) error { a.State.Delegate = a.delegate a.State.TriggerSyncChanges = a.sync.SyncChanges.Trigger - if a.config.AutoEncryptTLS && !a.config.ServerMode { - reply, err := a.autoEncryptInitialCertificate(ctx) - if err != nil { - return fmt.Errorf("AutoEncrypt failed: %s", err) - } - - cmConfig := new(certmon.Config). - WithCache(a.cache). - WithLogger(a.logger.Named(logging.AutoEncrypt)). - WithTLSConfigurator(a.tlsConfigurator). - WithTokens(a.tokens). - WithFallback(a.autoEncryptInitialCertificate). - WithDNSSANs(a.config.AutoEncryptDNSSAN). - WithIPSANs(a.config.AutoEncryptIPSAN). - WithDatacenter(a.config.Datacenter). - WithNodeName(a.config.NodeName) - - monitor, err := certmon.New(cmConfig) - if err != nil { - return fmt.Errorf("AutoEncrypt failed to setup certificate monitor: %w", err) - } - if err := monitor.Update(reply); err != nil { - return fmt.Errorf("AutoEncrypt failed to setup certificate monitor: %w", err) - } - a.certMonitor = monitor - - // we don't need to worry about ever calling Stop as we have tied the go routines - // to the agents lifetime by using the StopCh. Also the agent itself doesn't have - // a need of ensuring that the go routine was stopped before performing any action - // so we can ignore the chan in the return. - if _, err := a.certMonitor.Start(&lib.StopChannelContext{StopCh: a.shutdownCh}); err != nil { - return fmt.Errorf("AutoEncrypt failed to start certificate monitor: %w", err) - } - - a.logger.Info("automatically upgraded to TLS") - } - if err := a.autoConf.Start(&lib.StopChannelContext{StopCh: a.shutdownCh}); err != nil { return fmt.Errorf("AutoConf failed to start certificate monitor: %w", err) } @@ -788,6 +503,16 @@ func (a *Agent) Start(ctx context.Context) error { return err } + var intentionDefaultAllow bool + switch a.config.ACLDefaultPolicy { + case "allow": + intentionDefaultAllow = true + case "deny": + intentionDefaultAllow = false + default: + return fmt.Errorf("unexpected ACL default policy value of %q", a.config.ACLDefaultPolicy) + } + // Start the proxy config manager. a.proxyConfig, err = proxycfg.NewManager(proxycfg.ManagerConfig{ Cache: a.cache, @@ -802,7 +527,8 @@ func (a *Agent) Start(ctx context.Context) error { Domain: a.config.DNSDomain, AltDomain: a.config.DNSAltDomain, }, - TLSConfigurator: a.tlsConfigurator, + TLSConfigurator: a.tlsConfigurator, + IntentionDefaultAllow: intentionDefaultAllow, }) if err != nil { return err @@ -849,10 +575,7 @@ func (a *Agent) Start(ctx context.Context) error { // Start HTTP and HTTPS servers. for _, srv := range servers { - if err := a.serveHTTP(srv); err != nil { - return err - } - a.httpServers = append(a.httpServers, srv) + a.apiServers.Start(srv) } // Start gRPC server. @@ -874,21 +597,10 @@ func (a *Agent) Start(ctx context.Context) error { return nil } -func (a *Agent) autoEncryptInitialCertificate(ctx context.Context) (*structs.SignedResponse, error) { - client := a.delegate.(*consul.Client) - - addrs := a.config.StartJoinAddrsLAN - disco, err := newDiscover() - if err != nil && len(addrs) == 0 { - return nil, err - } - addrs = append(addrs, retryJoinAddrs(disco, retryJoinSerfVariant, "LAN", a.config.RetryJoinLAN, a.logger)...) - - return client.RequestAutoEncryptCerts(ctx, addrs, a.config.ServerPort, a.tokens.AgentToken(), a.config.AutoEncryptDNSSAN, a.config.AutoEncryptIPSAN) -} - -func (a *Agent) autoConfigFallbackTLS(ctx context.Context) (*structs.SignedResponse, error) { - return a.autoConf.FallbackTLS(ctx) +// Failed returns a channel which is closed when the first server goroutine exits +// with a non-nil error. +func (a *Agent) Failed() <-chan struct{} { + return a.apiServers.failed } func (a *Agent) listenAndServeGRPC() error { @@ -899,7 +611,6 @@ func (a *Agent) listenAndServeGRPC() error { xdsServer := &xds.Server{ Logger: a.logger, CfgMgr: a.proxyConfig, - Authz: a, ResolveToken: a.resolveToken, CheckFetcher: a, CfgFetcher: a, @@ -1024,14 +735,16 @@ func (a *Agent) startListeners(addrs []net.Addr) ([]net.Listener, error) { // // This approach should ultimately be refactored to the point where we just // start the server and any error should trigger a proper shutdown of the agent. -func (a *Agent) listenHTTP() ([]*HTTPServer, error) { +func (a *Agent) listenHTTP() ([]apiServer, error) { var ln []net.Listener - var servers []*HTTPServer + var servers []apiServer + start := func(proto string, addrs []net.Addr) error { listeners, err := a.startListeners(addrs) if err != nil { return err } + ln = append(ln, listeners...) for _, l := range listeners { var tlscfg *tls.Config @@ -1041,18 +754,15 @@ func (a *Agent) listenHTTP() ([]*HTTPServer, error) { l = tls.NewListener(l, tlscfg) } + srv := &HTTPServer{ + agent: a, + denylist: NewDenylist(a.config.HTTPBlockEndpoints), + } httpServer := &http.Server{ Addr: l.Addr().String(), TLSConfig: tlscfg, + Handler: srv.handler(a.config.EnableDebug), } - srv := &HTTPServer{ - Server: httpServer, - ln: l, - agent: a, - denylist: NewDenylist(a.config.HTTPBlockEndpoints), - proto: proto, - } - httpServer.Handler = srv.handler(a.config.EnableDebug) // Load the connlimit helper into the server connLimitFn := a.httpConnLimiter.HTTPConnStateFuncWithDefault429Handler(10 * time.Millisecond) @@ -1065,27 +775,39 @@ func (a *Agent) listenHTTP() ([]*HTTPServer, error) { httpServer.ConnState = connLimitFn } - ln = append(ln, l) - servers = append(servers, srv) + servers = append(servers, apiServer{ + Protocol: proto, + Addr: l.Addr(), + Shutdown: httpServer.Shutdown, + Run: func() error { + err := httpServer.Serve(l) + if err == nil || err == http.ErrServerClosed { + return nil + } + return fmt.Errorf("%s server %s failed: %w", proto, l.Addr(), err) + }, + }) } return nil } if err := start("http", a.config.HTTPAddrs); err != nil { - for _, l := range ln { - l.Close() - } + closeListeners(ln) return nil, err } if err := start("https", a.config.HTTPSAddrs); err != nil { - for _, l := range ln { - l.Close() - } + closeListeners(ln) return nil, err } return servers, nil } +func closeListeners(lns []net.Listener) { + for _, l := range lns { + l.Close() + } +} + // setupHTTPS adds HTTP/2 support, ConnState, and a connection handshake timeout // to the http.Server. func setupHTTPS(server *http.Server, connState func(net.Conn, http.ConnState), timeout time.Duration) error { @@ -1147,43 +869,6 @@ func (a *Agent) listenSocket(path string) (net.Listener, error) { return l, nil } -func (a *Agent) serveHTTP(srv *HTTPServer) error { - // https://github.com/golang/go/issues/20239 - // - // In go.8.1 there is a race between Serve and Shutdown. If - // Shutdown is called before the Serve go routine was scheduled then - // the Serve go routine never returns. This deadlocks the agent - // shutdown for some tests since it will wait forever. - notif := make(chan net.Addr) - a.wgServers.Add(1) - go func() { - defer a.wgServers.Done() - notif <- srv.ln.Addr() - err := srv.Server.Serve(srv.ln) - if err != nil && err != http.ErrServerClosed { - a.logger.Error("error closing server", "error", err) - } - }() - - select { - case addr := <-notif: - if srv.proto == "https" { - a.logger.Info("Started HTTPS server", - "address", addr.String(), - "network", addr.Network(), - ) - } else { - a.logger.Info("Started HTTP server", - "address", addr.String(), - "network", addr.Network(), - ) - } - return nil - case <-time.After(time.Second): - return fmt.Errorf("agent: timeout starting HTTP servers") - } -} - // stopAllWatches stops all the currently running watches func (a *Agent) stopAllWatches() { for _, wp := range a.watchPlans { @@ -1252,7 +937,7 @@ func (a *Agent) reloadWatches(cfg *config.RuntimeConfig) error { httpConfig := wp.Exempt["http_handler_config"].(*watch.HttpHandlerConfig) wp.Handler = makeHTTPWatchHandler(a.logger, httpConfig) } - wp.LogOutput = a.LogOutput + wp.Logger = a.logger.Named("watch") addr := config.Address if config.Scheme == "https" { @@ -1267,270 +952,259 @@ func (a *Agent) reloadWatches(cfg *config.RuntimeConfig) error { return nil } -// consulConfig is used to return a consul configuration -func (a *Agent) consulConfig() (*consul.Config, error) { - // Start with the provided config or default config - base := consul.DefaultConfig() +// newConsulConfig translates a RuntimeConfig into a consul.Config. +// TODO: move this function to a different file, maybe config.go +func newConsulConfig(runtimeCfg *config.RuntimeConfig, logger hclog.Logger) (*consul.Config, error) { + cfg := consul.DefaultConfig() // This is set when the agent starts up - base.NodeID = a.config.NodeID + cfg.NodeID = runtimeCfg.NodeID // Apply dev mode - base.DevMode = a.config.DevMode + cfg.DevMode = runtimeCfg.DevMode - // Override with our config - // todo(fs): these are now always set in the runtime config so we can simplify this + // Override with our runtimeCfg + // todo(fs): these are now always set in the runtime runtimeCfg so we can simplify this // todo(fs): or is there a reason to keep it like that? - base.Datacenter = a.config.Datacenter - base.PrimaryDatacenter = a.config.PrimaryDatacenter - base.DataDir = a.config.DataDir - base.NodeName = a.config.NodeName + cfg.Datacenter = runtimeCfg.Datacenter + cfg.PrimaryDatacenter = runtimeCfg.PrimaryDatacenter + cfg.DataDir = runtimeCfg.DataDir + cfg.NodeName = runtimeCfg.NodeName - base.CoordinateUpdateBatchSize = a.config.ConsulCoordinateUpdateBatchSize - base.CoordinateUpdateMaxBatches = a.config.ConsulCoordinateUpdateMaxBatches - base.CoordinateUpdatePeriod = a.config.ConsulCoordinateUpdatePeriod - base.CheckOutputMaxSize = a.config.CheckOutputMaxSize + cfg.CoordinateUpdateBatchSize = runtimeCfg.ConsulCoordinateUpdateBatchSize + cfg.CoordinateUpdateMaxBatches = runtimeCfg.ConsulCoordinateUpdateMaxBatches + cfg.CoordinateUpdatePeriod = runtimeCfg.ConsulCoordinateUpdatePeriod + cfg.CheckOutputMaxSize = runtimeCfg.CheckOutputMaxSize - base.RaftConfig.HeartbeatTimeout = a.config.ConsulRaftHeartbeatTimeout - base.RaftConfig.LeaderLeaseTimeout = a.config.ConsulRaftLeaderLeaseTimeout - base.RaftConfig.ElectionTimeout = a.config.ConsulRaftElectionTimeout + cfg.RaftConfig.HeartbeatTimeout = runtimeCfg.ConsulRaftHeartbeatTimeout + cfg.RaftConfig.LeaderLeaseTimeout = runtimeCfg.ConsulRaftLeaderLeaseTimeout + cfg.RaftConfig.ElectionTimeout = runtimeCfg.ConsulRaftElectionTimeout - base.SerfLANConfig.MemberlistConfig.BindAddr = a.config.SerfBindAddrLAN.IP.String() - base.SerfLANConfig.MemberlistConfig.BindPort = a.config.SerfBindAddrLAN.Port - base.SerfLANConfig.MemberlistConfig.CIDRsAllowed = a.config.SerfAllowedCIDRsLAN - base.SerfWANConfig.MemberlistConfig.CIDRsAllowed = a.config.SerfAllowedCIDRsWAN - base.SerfLANConfig.MemberlistConfig.AdvertiseAddr = a.config.SerfAdvertiseAddrLAN.IP.String() - base.SerfLANConfig.MemberlistConfig.AdvertisePort = a.config.SerfAdvertiseAddrLAN.Port - base.SerfLANConfig.MemberlistConfig.GossipVerifyIncoming = a.config.EncryptVerifyIncoming - base.SerfLANConfig.MemberlistConfig.GossipVerifyOutgoing = a.config.EncryptVerifyOutgoing - base.SerfLANConfig.MemberlistConfig.GossipInterval = a.config.GossipLANGossipInterval - base.SerfLANConfig.MemberlistConfig.GossipNodes = a.config.GossipLANGossipNodes - base.SerfLANConfig.MemberlistConfig.ProbeInterval = a.config.GossipLANProbeInterval - base.SerfLANConfig.MemberlistConfig.ProbeTimeout = a.config.GossipLANProbeTimeout - base.SerfLANConfig.MemberlistConfig.SuspicionMult = a.config.GossipLANSuspicionMult - base.SerfLANConfig.MemberlistConfig.RetransmitMult = a.config.GossipLANRetransmitMult - if a.config.ReconnectTimeoutLAN != 0 { - base.SerfLANConfig.ReconnectTimeout = a.config.ReconnectTimeoutLAN + cfg.SerfLANConfig.MemberlistConfig.BindAddr = runtimeCfg.SerfBindAddrLAN.IP.String() + cfg.SerfLANConfig.MemberlistConfig.BindPort = runtimeCfg.SerfBindAddrLAN.Port + cfg.SerfLANConfig.MemberlistConfig.CIDRsAllowed = runtimeCfg.SerfAllowedCIDRsLAN + cfg.SerfWANConfig.MemberlistConfig.CIDRsAllowed = runtimeCfg.SerfAllowedCIDRsWAN + cfg.SerfLANConfig.MemberlistConfig.AdvertiseAddr = runtimeCfg.SerfAdvertiseAddrLAN.IP.String() + cfg.SerfLANConfig.MemberlistConfig.AdvertisePort = runtimeCfg.SerfAdvertiseAddrLAN.Port + cfg.SerfLANConfig.MemberlistConfig.GossipVerifyIncoming = runtimeCfg.EncryptVerifyIncoming + cfg.SerfLANConfig.MemberlistConfig.GossipVerifyOutgoing = runtimeCfg.EncryptVerifyOutgoing + cfg.SerfLANConfig.MemberlistConfig.GossipInterval = runtimeCfg.GossipLANGossipInterval + cfg.SerfLANConfig.MemberlistConfig.GossipNodes = runtimeCfg.GossipLANGossipNodes + cfg.SerfLANConfig.MemberlistConfig.ProbeInterval = runtimeCfg.GossipLANProbeInterval + cfg.SerfLANConfig.MemberlistConfig.ProbeTimeout = runtimeCfg.GossipLANProbeTimeout + cfg.SerfLANConfig.MemberlistConfig.SuspicionMult = runtimeCfg.GossipLANSuspicionMult + cfg.SerfLANConfig.MemberlistConfig.RetransmitMult = runtimeCfg.GossipLANRetransmitMult + if runtimeCfg.ReconnectTimeoutLAN != 0 { + cfg.SerfLANConfig.ReconnectTimeout = runtimeCfg.ReconnectTimeoutLAN } - if a.config.SerfBindAddrWAN != nil { - base.SerfWANConfig.MemberlistConfig.BindAddr = a.config.SerfBindAddrWAN.IP.String() - base.SerfWANConfig.MemberlistConfig.BindPort = a.config.SerfBindAddrWAN.Port - base.SerfWANConfig.MemberlistConfig.AdvertiseAddr = a.config.SerfAdvertiseAddrWAN.IP.String() - base.SerfWANConfig.MemberlistConfig.AdvertisePort = a.config.SerfAdvertiseAddrWAN.Port - base.SerfWANConfig.MemberlistConfig.GossipVerifyIncoming = a.config.EncryptVerifyIncoming - base.SerfWANConfig.MemberlistConfig.GossipVerifyOutgoing = a.config.EncryptVerifyOutgoing - base.SerfWANConfig.MemberlistConfig.GossipInterval = a.config.GossipWANGossipInterval - base.SerfWANConfig.MemberlistConfig.GossipNodes = a.config.GossipWANGossipNodes - base.SerfWANConfig.MemberlistConfig.ProbeInterval = a.config.GossipWANProbeInterval - base.SerfWANConfig.MemberlistConfig.ProbeTimeout = a.config.GossipWANProbeTimeout - base.SerfWANConfig.MemberlistConfig.SuspicionMult = a.config.GossipWANSuspicionMult - base.SerfWANConfig.MemberlistConfig.RetransmitMult = a.config.GossipWANRetransmitMult - if a.config.ReconnectTimeoutWAN != 0 { - base.SerfWANConfig.ReconnectTimeout = a.config.ReconnectTimeoutWAN + if runtimeCfg.SerfBindAddrWAN != nil { + cfg.SerfWANConfig.MemberlistConfig.BindAddr = runtimeCfg.SerfBindAddrWAN.IP.String() + cfg.SerfWANConfig.MemberlistConfig.BindPort = runtimeCfg.SerfBindAddrWAN.Port + cfg.SerfWANConfig.MemberlistConfig.AdvertiseAddr = runtimeCfg.SerfAdvertiseAddrWAN.IP.String() + cfg.SerfWANConfig.MemberlistConfig.AdvertisePort = runtimeCfg.SerfAdvertiseAddrWAN.Port + cfg.SerfWANConfig.MemberlistConfig.GossipVerifyIncoming = runtimeCfg.EncryptVerifyIncoming + cfg.SerfWANConfig.MemberlistConfig.GossipVerifyOutgoing = runtimeCfg.EncryptVerifyOutgoing + cfg.SerfWANConfig.MemberlistConfig.GossipInterval = runtimeCfg.GossipWANGossipInterval + cfg.SerfWANConfig.MemberlistConfig.GossipNodes = runtimeCfg.GossipWANGossipNodes + cfg.SerfWANConfig.MemberlistConfig.ProbeInterval = runtimeCfg.GossipWANProbeInterval + cfg.SerfWANConfig.MemberlistConfig.ProbeTimeout = runtimeCfg.GossipWANProbeTimeout + cfg.SerfWANConfig.MemberlistConfig.SuspicionMult = runtimeCfg.GossipWANSuspicionMult + cfg.SerfWANConfig.MemberlistConfig.RetransmitMult = runtimeCfg.GossipWANRetransmitMult + if runtimeCfg.ReconnectTimeoutWAN != 0 { + cfg.SerfWANConfig.ReconnectTimeout = runtimeCfg.ReconnectTimeoutWAN } } else { // Disable serf WAN federation - base.SerfWANConfig = nil + cfg.SerfWANConfig = nil } - base.RPCAddr = a.config.RPCBindAddr - base.RPCAdvertise = a.config.RPCAdvertiseAddr + cfg.RPCAddr = runtimeCfg.RPCBindAddr + cfg.RPCAdvertise = runtimeCfg.RPCAdvertiseAddr - base.Segment = a.config.SegmentName - if len(a.config.Segments) > 0 { - segments, err := a.segmentConfig() + cfg.Segment = runtimeCfg.SegmentName + if len(runtimeCfg.Segments) > 0 { + segments, err := segmentConfig(runtimeCfg) if err != nil { return nil, err } - base.Segments = segments + cfg.Segments = segments } - if a.config.Bootstrap { - base.Bootstrap = true + if runtimeCfg.Bootstrap { + cfg.Bootstrap = true } - if a.config.CheckOutputMaxSize > 0 { - base.CheckOutputMaxSize = a.config.CheckOutputMaxSize + if runtimeCfg.CheckOutputMaxSize > 0 { + cfg.CheckOutputMaxSize = runtimeCfg.CheckOutputMaxSize } - if a.config.RejoinAfterLeave { - base.RejoinAfterLeave = true + if runtimeCfg.RejoinAfterLeave { + cfg.RejoinAfterLeave = true } - if a.config.BootstrapExpect != 0 { - base.BootstrapExpect = a.config.BootstrapExpect + if runtimeCfg.BootstrapExpect != 0 { + cfg.BootstrapExpect = runtimeCfg.BootstrapExpect } - if a.config.RPCProtocol > 0 { - base.ProtocolVersion = uint8(a.config.RPCProtocol) + if runtimeCfg.RPCProtocol > 0 { + cfg.ProtocolVersion = uint8(runtimeCfg.RPCProtocol) } - if a.config.RaftProtocol != 0 { - base.RaftConfig.ProtocolVersion = raft.ProtocolVersion(a.config.RaftProtocol) + if runtimeCfg.RaftProtocol != 0 { + cfg.RaftConfig.ProtocolVersion = raft.ProtocolVersion(runtimeCfg.RaftProtocol) } - if a.config.RaftSnapshotThreshold != 0 { - base.RaftConfig.SnapshotThreshold = uint64(a.config.RaftSnapshotThreshold) + if runtimeCfg.RaftSnapshotThreshold != 0 { + cfg.RaftConfig.SnapshotThreshold = uint64(runtimeCfg.RaftSnapshotThreshold) } - if a.config.RaftSnapshotInterval != 0 { - base.RaftConfig.SnapshotInterval = a.config.RaftSnapshotInterval + if runtimeCfg.RaftSnapshotInterval != 0 { + cfg.RaftConfig.SnapshotInterval = runtimeCfg.RaftSnapshotInterval } - if a.config.RaftTrailingLogs != 0 { - base.RaftConfig.TrailingLogs = uint64(a.config.RaftTrailingLogs) + if runtimeCfg.RaftTrailingLogs != 0 { + cfg.RaftConfig.TrailingLogs = uint64(runtimeCfg.RaftTrailingLogs) } - if a.config.ACLMasterToken != "" { - base.ACLMasterToken = a.config.ACLMasterToken + if runtimeCfg.ACLMasterToken != "" { + cfg.ACLMasterToken = runtimeCfg.ACLMasterToken } - if a.config.ACLDatacenter != "" { - base.ACLDatacenter = a.config.ACLDatacenter + if runtimeCfg.ACLDatacenter != "" { + cfg.ACLDatacenter = runtimeCfg.ACLDatacenter } - if a.config.ACLTokenTTL != 0 { - base.ACLTokenTTL = a.config.ACLTokenTTL + if runtimeCfg.ACLTokenTTL != 0 { + cfg.ACLTokenTTL = runtimeCfg.ACLTokenTTL } - if a.config.ACLPolicyTTL != 0 { - base.ACLPolicyTTL = a.config.ACLPolicyTTL + if runtimeCfg.ACLPolicyTTL != 0 { + cfg.ACLPolicyTTL = runtimeCfg.ACLPolicyTTL } - if a.config.ACLRoleTTL != 0 { - base.ACLRoleTTL = a.config.ACLRoleTTL + if runtimeCfg.ACLRoleTTL != 0 { + cfg.ACLRoleTTL = runtimeCfg.ACLRoleTTL } - if a.config.ACLDefaultPolicy != "" { - base.ACLDefaultPolicy = a.config.ACLDefaultPolicy + if runtimeCfg.ACLDefaultPolicy != "" { + cfg.ACLDefaultPolicy = runtimeCfg.ACLDefaultPolicy } - if a.config.ACLDownPolicy != "" { - base.ACLDownPolicy = a.config.ACLDownPolicy + if runtimeCfg.ACLDownPolicy != "" { + cfg.ACLDownPolicy = runtimeCfg.ACLDownPolicy } - base.ACLTokenReplication = a.config.ACLTokenReplication - base.ACLsEnabled = a.config.ACLsEnabled - if a.config.ACLEnableKeyListPolicy { - base.ACLEnableKeyListPolicy = a.config.ACLEnableKeyListPolicy + cfg.ACLTokenReplication = runtimeCfg.ACLTokenReplication + cfg.ACLsEnabled = runtimeCfg.ACLsEnabled + if runtimeCfg.ACLEnableKeyListPolicy { + cfg.ACLEnableKeyListPolicy = runtimeCfg.ACLEnableKeyListPolicy } - if a.config.SessionTTLMin != 0 { - base.SessionTTLMin = a.config.SessionTTLMin + if runtimeCfg.SessionTTLMin != 0 { + cfg.SessionTTLMin = runtimeCfg.SessionTTLMin } - if a.config.NonVotingServer { - base.NonVoter = a.config.NonVotingServer + if runtimeCfg.NonVotingServer { + cfg.NonVoter = runtimeCfg.NonVotingServer } // These are fully specified in the agent defaults, so we can simply // copy them over. - base.AutopilotConfig.CleanupDeadServers = a.config.AutopilotCleanupDeadServers - base.AutopilotConfig.LastContactThreshold = a.config.AutopilotLastContactThreshold - base.AutopilotConfig.MaxTrailingLogs = uint64(a.config.AutopilotMaxTrailingLogs) - base.AutopilotConfig.MinQuorum = a.config.AutopilotMinQuorum - base.AutopilotConfig.ServerStabilizationTime = a.config.AutopilotServerStabilizationTime - base.AutopilotConfig.RedundancyZoneTag = a.config.AutopilotRedundancyZoneTag - base.AutopilotConfig.DisableUpgradeMigration = a.config.AutopilotDisableUpgradeMigration - base.AutopilotConfig.UpgradeVersionTag = a.config.AutopilotUpgradeVersionTag + cfg.AutopilotConfig.CleanupDeadServers = runtimeCfg.AutopilotCleanupDeadServers + cfg.AutopilotConfig.LastContactThreshold = runtimeCfg.AutopilotLastContactThreshold + cfg.AutopilotConfig.MaxTrailingLogs = uint64(runtimeCfg.AutopilotMaxTrailingLogs) + cfg.AutopilotConfig.MinQuorum = runtimeCfg.AutopilotMinQuorum + cfg.AutopilotConfig.ServerStabilizationTime = runtimeCfg.AutopilotServerStabilizationTime + cfg.AutopilotConfig.RedundancyZoneTag = runtimeCfg.AutopilotRedundancyZoneTag + cfg.AutopilotConfig.DisableUpgradeMigration = runtimeCfg.AutopilotDisableUpgradeMigration + cfg.AutopilotConfig.UpgradeVersionTag = runtimeCfg.AutopilotUpgradeVersionTag // make sure the advertise address is always set - if base.RPCAdvertise == nil { - base.RPCAdvertise = base.RPCAddr + if cfg.RPCAdvertise == nil { + cfg.RPCAdvertise = cfg.RPCAddr } // Rate limiting for RPC calls. - if a.config.RPCRateLimit > 0 { - base.RPCRate = a.config.RPCRateLimit + if runtimeCfg.RPCRateLimit > 0 { + cfg.RPCRate = runtimeCfg.RPCRateLimit } - if a.config.RPCMaxBurst > 0 { - base.RPCMaxBurst = a.config.RPCMaxBurst + if runtimeCfg.RPCMaxBurst > 0 { + cfg.RPCMaxBurst = runtimeCfg.RPCMaxBurst } // RPC timeouts/limits. - if a.config.RPCHandshakeTimeout > 0 { - base.RPCHandshakeTimeout = a.config.RPCHandshakeTimeout + if runtimeCfg.RPCHandshakeTimeout > 0 { + cfg.RPCHandshakeTimeout = runtimeCfg.RPCHandshakeTimeout } - if a.config.RPCMaxConnsPerClient > 0 { - base.RPCMaxConnsPerClient = a.config.RPCMaxConnsPerClient + if runtimeCfg.RPCMaxConnsPerClient > 0 { + cfg.RPCMaxConnsPerClient = runtimeCfg.RPCMaxConnsPerClient } // RPC-related performance configs. We allow explicit zero value to disable so // copy it whatever the value. - base.RPCHoldTimeout = a.config.RPCHoldTimeout + cfg.RPCHoldTimeout = runtimeCfg.RPCHoldTimeout - if a.config.LeaveDrainTime > 0 { - base.LeaveDrainTime = a.config.LeaveDrainTime + if runtimeCfg.LeaveDrainTime > 0 { + cfg.LeaveDrainTime = runtimeCfg.LeaveDrainTime } // set the src address for outgoing rpc connections // Use port 0 so that outgoing connections use a random port. - if !ipaddr.IsAny(base.RPCAddr.IP) { - base.RPCSrcAddr = &net.TCPAddr{IP: base.RPCAddr.IP} + if !ipaddr.IsAny(cfg.RPCAddr.IP) { + cfg.RPCSrcAddr = &net.TCPAddr{IP: cfg.RPCAddr.IP} } // Format the build string - revision := a.config.Revision + revision := runtimeCfg.Revision if len(revision) > 8 { revision = revision[:8] } - base.Build = fmt.Sprintf("%s%s:%s", a.config.Version, a.config.VersionPrerelease, revision) + cfg.Build = fmt.Sprintf("%s%s:%s", runtimeCfg.Version, runtimeCfg.VersionPrerelease, revision) // Copy the TLS configuration - base.VerifyIncoming = a.config.VerifyIncoming || a.config.VerifyIncomingRPC - if a.config.CAPath != "" || a.config.CAFile != "" { - base.UseTLS = true + cfg.VerifyIncoming = runtimeCfg.VerifyIncoming || runtimeCfg.VerifyIncomingRPC + if runtimeCfg.CAPath != "" || runtimeCfg.CAFile != "" { + cfg.UseTLS = true } - base.VerifyOutgoing = a.config.VerifyOutgoing - base.VerifyServerHostname = a.config.VerifyServerHostname - base.CAFile = a.config.CAFile - base.CAPath = a.config.CAPath - base.CertFile = a.config.CertFile - base.KeyFile = a.config.KeyFile - base.ServerName = a.config.ServerName - base.Domain = a.config.DNSDomain - base.TLSMinVersion = a.config.TLSMinVersion - base.TLSCipherSuites = a.config.TLSCipherSuites - base.TLSPreferServerCipherSuites = a.config.TLSPreferServerCipherSuites - base.DefaultQueryTime = a.config.DefaultQueryTime - base.MaxQueryTime = a.config.MaxQueryTime + cfg.VerifyOutgoing = runtimeCfg.VerifyOutgoing + cfg.VerifyServerHostname = runtimeCfg.VerifyServerHostname + cfg.CAFile = runtimeCfg.CAFile + cfg.CAPath = runtimeCfg.CAPath + cfg.CertFile = runtimeCfg.CertFile + cfg.KeyFile = runtimeCfg.KeyFile + cfg.ServerName = runtimeCfg.ServerName + cfg.Domain = runtimeCfg.DNSDomain + cfg.TLSMinVersion = runtimeCfg.TLSMinVersion + cfg.TLSCipherSuites = runtimeCfg.TLSCipherSuites + cfg.TLSPreferServerCipherSuites = runtimeCfg.TLSPreferServerCipherSuites + cfg.DefaultQueryTime = runtimeCfg.DefaultQueryTime + cfg.MaxQueryTime = runtimeCfg.MaxQueryTime - base.AutoEncryptAllowTLS = a.config.AutoEncryptAllowTLS + cfg.AutoEncryptAllowTLS = runtimeCfg.AutoEncryptAllowTLS - // Copy the Connect CA bootstrap config - if a.config.ConnectEnabled { - base.ConnectEnabled = true - base.ConnectMeshGatewayWANFederationEnabled = a.config.ConnectMeshGatewayWANFederationEnabled + // Copy the Connect CA bootstrap runtimeCfg + if runtimeCfg.ConnectEnabled { + cfg.ConnectEnabled = true + cfg.ConnectMeshGatewayWANFederationEnabled = runtimeCfg.ConnectMeshGatewayWANFederationEnabled - ca, err := a.config.ConnectCAConfiguration() + ca, err := runtimeCfg.ConnectCAConfiguration() if err != nil { return nil, err } - base.CAConfig = ca + cfg.CAConfig = ca } - // copy over auto config settings - base.AutoConfigEnabled = a.config.AutoConfig.Enabled - base.AutoConfigIntroToken = a.config.AutoConfig.IntroToken - base.AutoConfigIntroTokenFile = a.config.AutoConfig.IntroTokenFile - base.AutoConfigServerAddresses = a.config.AutoConfig.ServerAddresses - base.AutoConfigDNSSANs = a.config.AutoConfig.DNSSANs - base.AutoConfigIPSANs = a.config.AutoConfig.IPSANs - base.AutoConfigAuthzEnabled = a.config.AutoConfig.Authorizer.Enabled - base.AutoConfigAuthzAuthMethod = a.config.AutoConfig.Authorizer.AuthMethod - base.AutoConfigAuthzClaimAssertions = a.config.AutoConfig.Authorizer.ClaimAssertions - base.AutoConfigAuthzAllowReuse = a.config.AutoConfig.Authorizer.AllowReuse - - // Setup the user event callback - base.UserEventHandler = func(e serf.UserEvent) { - select { - case a.eventCh <- e: - case <-a.shutdownCh: - } - } - - // Setup the loggers - base.LogLevel = a.config.LogLevel - base.LogOutput = a.LogOutput + // copy over auto runtimeCfg settings + cfg.AutoConfigEnabled = runtimeCfg.AutoConfig.Enabled + cfg.AutoConfigIntroToken = runtimeCfg.AutoConfig.IntroToken + cfg.AutoConfigIntroTokenFile = runtimeCfg.AutoConfig.IntroTokenFile + cfg.AutoConfigServerAddresses = runtimeCfg.AutoConfig.ServerAddresses + cfg.AutoConfigDNSSANs = runtimeCfg.AutoConfig.DNSSANs + cfg.AutoConfigIPSANs = runtimeCfg.AutoConfig.IPSANs + cfg.AutoConfigAuthzEnabled = runtimeCfg.AutoConfig.Authorizer.Enabled + cfg.AutoConfigAuthzAuthMethod = runtimeCfg.AutoConfig.Authorizer.AuthMethod + cfg.AutoConfigAuthzClaimAssertions = runtimeCfg.AutoConfig.Authorizer.ClaimAssertions + cfg.AutoConfigAuthzAllowReuse = runtimeCfg.AutoConfig.Authorizer.AllowReuse // This will set up the LAN keyring, as well as the WAN and any segments // for servers. - if err := a.setupKeyrings(base); err != nil { + // TODO: move this closer to where the keyrings will be used. + if err := setupKeyrings(cfg, runtimeCfg, logger); err != nil { return nil, fmt.Errorf("Failed to configure keyring: %v", err) } - base.ConfigEntryBootstrap = a.config.ConfigEntryBootstrap + cfg.ConfigEntryBootstrap = runtimeCfg.ConfigEntryBootstrap - return a.enterpriseConsulConfig(base) + enterpriseConsulConfig(cfg, runtimeCfg) + return cfg, nil } // Setup the serf and memberlist config for any defined network segments. -func (a *Agent) segmentConfig() ([]consul.NetworkSegment, error) { +func segmentConfig(config *config.RuntimeConfig) ([]consul.NetworkSegment, error) { var segments []consul.NetworkSegment - config := a.config for _, s := range config.Segments { serfConf := consul.DefaultConfig().SerfLANConfig @@ -1554,7 +1228,7 @@ func (a *Agent) segmentConfig() ([]consul.NetworkSegment, error) { if s.RPCListener { rpcAddr = &net.TCPAddr{ IP: s.Bind.IP, - Port: a.config.ServerPort, + Port: config.ServerPort, } } @@ -1571,236 +1245,6 @@ func (a *Agent) segmentConfig() ([]consul.NetworkSegment, error) { return segments, nil } -// makeRandomID will generate a random UUID for a node. -func (a *Agent) makeRandomID() (string, error) { - id, err := uuid.GenerateUUID() - if err != nil { - return "", err - } - - a.logger.Debug("Using random ID as node ID", "id", id) - return id, nil -} - -// makeNodeID will try to find a host-specific ID, or else will generate a -// random ID. The returned ID will always be formatted as a GUID. We don't tell -// the caller whether this ID is random or stable since the consequences are -// high for us if this changes, so we will persist it either way. This will let -// gopsutil change implementations without affecting in-place upgrades of nodes. -func (a *Agent) makeNodeID() (string, error) { - // If they've disabled host-based IDs then just make a random one. - if a.config.DisableHostNodeID { - return a.makeRandomID() - } - - // Try to get a stable ID associated with the host itself. - info, err := host.Info() - if err != nil { - a.logger.Debug("Couldn't get a unique ID from the host", "error", err) - return a.makeRandomID() - } - - // Make sure the host ID parses as a UUID, since we don't have complete - // control over this process. - id := strings.ToLower(info.HostID) - if _, err := uuid.ParseUUID(id); err != nil { - a.logger.Debug("Unique ID from host isn't formatted as a UUID", - "id", id, - "error", err, - ) - return a.makeRandomID() - } - - // Hash the input to make it well distributed. The reported Host UUID may be - // similar across nodes if they are on a cloud provider or on motherboards - // created from the same batch. - buf := sha512.Sum512([]byte(id)) - id = fmt.Sprintf("%08x-%04x-%04x-%04x-%12x", - buf[0:4], - buf[4:6], - buf[6:8], - buf[8:10], - buf[10:16]) - - a.logger.Debug("Using unique ID from host as node ID", "id", id) - return id, nil -} - -// setupNodeID will pull the persisted node ID, if any, or create a random one -// and persist it. -func (a *Agent) setupNodeID(config *config.RuntimeConfig) error { - // If they've configured a node ID manually then just use that, as - // long as it's valid. - if config.NodeID != "" { - config.NodeID = types.NodeID(strings.ToLower(string(config.NodeID))) - if _, err := uuid.ParseUUID(string(config.NodeID)); err != nil { - return err - } - - return nil - } - - // For dev mode we have no filesystem access so just make one. - if a.config.DataDir == "" { - id, err := a.makeNodeID() - if err != nil { - return err - } - - config.NodeID = types.NodeID(id) - return nil - } - - // Load saved state, if any. Since a user could edit this, we also - // validate it. - fileID := filepath.Join(config.DataDir, "node-id") - if _, err := os.Stat(fileID); err == nil { - rawID, err := ioutil.ReadFile(fileID) - if err != nil { - return err - } - - nodeID := strings.TrimSpace(string(rawID)) - nodeID = strings.ToLower(nodeID) - if _, err := uuid.ParseUUID(nodeID); err != nil { - return err - } - - config.NodeID = types.NodeID(nodeID) - } - - // If we still don't have a valid node ID, make one. - if config.NodeID == "" { - id, err := a.makeNodeID() - if err != nil { - return err - } - if err := lib.EnsurePath(fileID, false); err != nil { - return err - } - if err := ioutil.WriteFile(fileID, []byte(id), 0600); err != nil { - return err - } - - config.NodeID = types.NodeID(id) - } - return nil -} - -// setupBaseKeyrings configures the LAN and WAN keyrings. -func (a *Agent) setupBaseKeyrings(config *consul.Config) error { - // If the keyring file is disabled then just poke the provided key - // into the in-memory keyring. - federationEnabled := config.SerfWANConfig != nil - if a.config.DisableKeyringFile { - if a.config.EncryptKey == "" { - return nil - } - - keys := []string{a.config.EncryptKey} - if err := loadKeyring(config.SerfLANConfig, keys); err != nil { - return err - } - if a.config.ServerMode && federationEnabled { - if err := loadKeyring(config.SerfWANConfig, keys); err != nil { - return err - } - } - return nil - } - - // Otherwise, we need to deal with the keyring files. - fileLAN := filepath.Join(a.config.DataDir, SerfLANKeyring) - fileWAN := filepath.Join(a.config.DataDir, SerfWANKeyring) - - var existingLANKeyring, existingWANKeyring bool - if a.config.EncryptKey == "" { - goto LOAD - } - if _, err := os.Stat(fileLAN); err != nil { - if err := initKeyring(fileLAN, a.config.EncryptKey); err != nil { - return err - } - } else { - existingLANKeyring = true - } - if a.config.ServerMode && federationEnabled { - if _, err := os.Stat(fileWAN); err != nil { - if err := initKeyring(fileWAN, a.config.EncryptKey); err != nil { - return err - } - } else { - existingWANKeyring = true - } - } - -LOAD: - if _, err := os.Stat(fileLAN); err == nil { - config.SerfLANConfig.KeyringFile = fileLAN - } - if err := loadKeyringFile(config.SerfLANConfig); err != nil { - return err - } - if a.config.ServerMode && federationEnabled { - if _, err := os.Stat(fileWAN); err == nil { - config.SerfWANConfig.KeyringFile = fileWAN - } - if err := loadKeyringFile(config.SerfWANConfig); err != nil { - return err - } - } - - // Only perform the following checks if there was an encrypt_key - // provided in the configuration. - if a.config.EncryptKey != "" { - msg := " keyring doesn't include key provided with -encrypt, using keyring" - if existingLANKeyring && - keyringIsMissingKey( - config.SerfLANConfig.MemberlistConfig.Keyring, - a.config.EncryptKey, - ) { - a.logger.Warn(msg, "keyring", "LAN") - } - if existingWANKeyring && - keyringIsMissingKey( - config.SerfWANConfig.MemberlistConfig.Keyring, - a.config.EncryptKey, - ) { - a.logger.Warn(msg, "keyring", "WAN") - } - } - - return nil -} - -// setupKeyrings is used to initialize and load keyrings during agent startup. -func (a *Agent) setupKeyrings(config *consul.Config) error { - // First set up the LAN and WAN keyrings. - if err := a.setupBaseKeyrings(config); err != nil { - return err - } - - // If there's no LAN keyring then there's nothing else to set up for - // any segments. - lanKeyring := config.SerfLANConfig.MemberlistConfig.Keyring - if lanKeyring == nil { - return nil - } - - // Copy the initial state of the LAN keyring into each segment config. - // Segments don't have their own keyring file, they rely on the LAN - // holding the state so things can't get out of sync. - k, pk := lanKeyring.GetKeys(), lanKeyring.GetPrimaryKey() - for _, segment := range config.Segments { - keyring, err := memberlist.NewKeyring(k, pk) - if err != nil { - return err - } - segment.SerfConfig.MemberlistConfig.Keyring = keyring - } - return nil -} - // registerEndpoint registers a handler for the consul RPC server // under a unique name while making it accessible under the provided // name. This allows overwriting handlers for the golang net/rpc @@ -1855,12 +1299,6 @@ func (a *Agent) ShutdownAgent() error { // this should help them to be stopped more quickly a.autoConf.Stop() - if a.certMonitor != nil { - // this would be cancelled anyways (by the closing of the shutdown ch) - // but this should help them to be stopped more quickly - a.certMonitor.Stop() - } - // Stop the service manager (must happen before we take the stateLock to avoid deadlock) if a.serviceManager != nil { a.serviceManager.Stop() @@ -1929,13 +1367,12 @@ func (a *Agent) ShutdownAgent() error { // ShutdownEndpoints terminates the HTTP and DNS servers. Should be // preceded by ShutdownAgent. +// TODO: remove this method, move to ShutdownAgent func (a *Agent) ShutdownEndpoints() { a.shutdownLock.Lock() defer a.shutdownLock.Unlock() - if len(a.dnsServers) == 0 && len(a.httpServers) == 0 { - return - } + ctx := context.TODO() for _, srv := range a.dnsServers { if srv.Server != nil { @@ -1949,27 +1386,11 @@ func (a *Agent) ShutdownEndpoints() { } a.dnsServers = nil - for _, srv := range a.httpServers { - a.logger.Info("Stopping server", - "protocol", strings.ToUpper(srv.proto), - "address", srv.ln.Addr().String(), - "network", srv.ln.Addr().Network(), - ) - ctx, cancel := context.WithTimeout(context.Background(), time.Second) - defer cancel() - srv.Server.Shutdown(ctx) - if ctx.Err() == context.DeadlineExceeded { - a.logger.Warn("Timeout stopping server", - "protocol", strings.ToUpper(srv.proto), - "address", srv.ln.Addr().String(), - "network", srv.ln.Addr().Network(), - ) - } - } - a.httpServers = nil - + a.apiServers.Shutdown(ctx) a.logger.Info("Waiting for endpoints to shut down") - a.wgServers.Wait() + if err := a.apiServers.WaitForShutdown(); err != nil { + a.logger.Error(err.Error()) + } a.logger.Info("Endpoints down") } @@ -2725,13 +2146,13 @@ func (a *Agent) validateService(service *structs.NodeService, chkTypes []*struct } // Warn if the service name is incompatible with DNS - if InvalidDnsRe.MatchString(service.Service) { + if dns.InvalidNameRe.MatchString(service.Service) { a.logger.Warn("Service name will not be discoverable "+ "via DNS due to invalid characters. Valid characters include "+ "all alpha-numerics and dashes.", "service", service.Service, ) - } else if len(service.Service) > MaxDNSLabelLength { + } else if len(service.Service) > dns.MaxLabelLength { a.logger.Warn("Service name will not be discoverable "+ "via DNS due to it being too long. Valid lengths are between "+ "1 and 63 bytes.", @@ -2741,13 +2162,13 @@ func (a *Agent) validateService(service *structs.NodeService, chkTypes []*struct // Warn if any tags are incompatible with DNS for _, tag := range service.Tags { - if InvalidDnsRe.MatchString(tag) { + if dns.InvalidNameRe.MatchString(tag) { a.logger.Debug("Service tag will not be discoverable "+ "via DNS due to invalid characters. Valid characters include "+ "all alpha-numerics and dashes.", "tag", tag, ) - } else if len(tag) > MaxDNSLabelLength { + } else if len(tag) > dns.MaxLabelLength { a.logger.Debug("Service tag will not be discoverable "+ "via DNS due to it being too long. Valid lengths are between "+ "1 and 63 bytes.", @@ -3921,105 +3342,6 @@ func (a *Agent) unloadChecks() error { return nil } -type persistedTokens struct { - Replication string `json:"replication,omitempty"` - AgentMaster string `json:"agent_master,omitempty"` - Default string `json:"default,omitempty"` - Agent string `json:"agent,omitempty"` -} - -func (a *Agent) getPersistedTokens() (*persistedTokens, error) { - persistedTokens := &persistedTokens{} - if !a.config.ACLEnableTokenPersistence { - return persistedTokens, nil - } - - a.persistedTokensLock.RLock() - defer a.persistedTokensLock.RUnlock() - - tokensFullPath := filepath.Join(a.config.DataDir, tokensPath) - - buf, err := ioutil.ReadFile(tokensFullPath) - if err != nil { - if os.IsNotExist(err) { - // non-existence is not an error we care about - return persistedTokens, nil - } - return persistedTokens, fmt.Errorf("failed reading tokens file %q: %s", tokensFullPath, err) - } - - if err := json.Unmarshal(buf, persistedTokens); err != nil { - return persistedTokens, fmt.Errorf("failed to decode tokens file %q: %s", tokensFullPath, err) - } - - return persistedTokens, nil -} - -// CheckSecurity Performs security checks in Consul Configuration -// It might return an error if configuration is considered too dangerous -func (a *Agent) CheckSecurity(conf *config.RuntimeConfig) error { - if conf.EnableRemoteScriptChecks { - if !conf.ACLsEnabled { - if len(conf.AllowWriteHTTPFrom) == 0 { - err := fmt.Errorf("using enable-script-checks without ACLs and without allow_write_http_from is DANGEROUS, use enable-local-script-checks instead, see https://www.hashicorp.com/blog/protecting-consul-from-rce-risk-in-specific-configurations/") - a.logger.Error("[SECURITY] issue", "error", err) - // TODO: return the error in future Consul versions - } - } - } - return nil -} - -func (a *Agent) loadTokens(conf *config.RuntimeConfig) error { - persistedTokens, persistenceErr := a.getPersistedTokens() - - if persistenceErr != nil { - a.logger.Warn("unable to load persisted tokens", "error", persistenceErr) - } - - if persistedTokens.Default != "" { - a.tokens.UpdateUserToken(persistedTokens.Default, token.TokenSourceAPI) - - if conf.ACLToken != "" { - a.logger.Warn("\"default\" token present in both the configuration and persisted token store, using the persisted token") - } - } else { - a.tokens.UpdateUserToken(conf.ACLToken, token.TokenSourceConfig) - } - - if persistedTokens.Agent != "" { - a.tokens.UpdateAgentToken(persistedTokens.Agent, token.TokenSourceAPI) - - if conf.ACLAgentToken != "" { - a.logger.Warn("\"agent\" token present in both the configuration and persisted token store, using the persisted token") - } - } else { - a.tokens.UpdateAgentToken(conf.ACLAgentToken, token.TokenSourceConfig) - } - - if persistedTokens.AgentMaster != "" { - a.tokens.UpdateAgentMasterToken(persistedTokens.AgentMaster, token.TokenSourceAPI) - - if conf.ACLAgentMasterToken != "" { - a.logger.Warn("\"agent_master\" token present in both the configuration and persisted token store, using the persisted token") - } - } else { - a.tokens.UpdateAgentMasterToken(conf.ACLAgentMasterToken, token.TokenSourceConfig) - } - - if persistedTokens.Replication != "" { - a.tokens.UpdateReplicationToken(persistedTokens.Replication, token.TokenSourceAPI) - - if conf.ACLReplicationToken != "" { - a.logger.Warn("\"replication\" token present in both the configuration and persisted token store, using the persisted token") - } - } else { - a.tokens.UpdateReplicationToken(conf.ACLReplicationToken, token.TokenSourceConfig) - } - - return persistenceErr -} - // snapshotCheckState is used to snapshot the current state of the health // checks. This is done before we reload our checks, so that we can properly // restore into the same state. @@ -4167,17 +3489,12 @@ func (a *Agent) ReloadConfig() error { // the configuration using CLI flags and on disk config, this just takes a // runtime configuration and applies it. func (a *Agent) reloadConfigInternal(newCfg *config.RuntimeConfig) error { - if err := a.CheckSecurity(newCfg); err != nil { - a.logger.Error("Security error while reloading configuration: %#v", err) - return err - } - // Change the log level and update it - if logging.ValidateLogLevel(newCfg.LogLevel) { - a.logger.SetLevel(logging.LevelFromString(newCfg.LogLevel)) + if logging.ValidateLogLevel(newCfg.Logging.LogLevel) { + a.logger.SetLevel(logging.LevelFromString(newCfg.Logging.LogLevel)) } else { - a.logger.Warn("Invalid log level in new configuration", "level", newCfg.LogLevel) - newCfg.LogLevel = a.config.LogLevel + a.logger.Warn("Invalid log level in new configuration", "level", newCfg.Logging.LogLevel) + newCfg.Logging.LogLevel = a.config.Logging.LogLevel } // Bulk update the services and checks @@ -4204,8 +3521,7 @@ func (a *Agent) reloadConfigInternal(newCfg *config.RuntimeConfig) error { // Reload tokens - should be done before all the other loading // to ensure the correct tokens are available for attaching to // the checks and service registrations. - a.loadTokens(newCfg) - a.loadEnterpriseTokens(newCfg) + a.tokens.Load(newCfg.ACLTokens, a.logger) if err := a.tlsConfigurator.Update(newCfg.ToTLSUtilConfig()); err != nil { return fmt.Errorf("Failed reloading tls configuration: %s", err) @@ -4250,7 +3566,7 @@ func (a *Agent) reloadConfigInternal(newCfg *config.RuntimeConfig) error { } // create the config for the rpc server/client - consulCfg, err := a.consulConfig() + consulCfg, err := newConsulConfig(a.config, a.logger) if err != nil { return err } @@ -4259,6 +3575,12 @@ func (a *Agent) reloadConfigInternal(newCfg *config.RuntimeConfig) error { return err } + if a.cache.ReloadOptions(newCfg.Cache) { + a.logger.Info("Cache options have been updated") + } else { + a.logger.Debug("Cache options have not been modified") + } + // Update filtered metrics metrics.UpdateFilter(newCfg.Telemetry.AllowedPrefixes, newCfg.Telemetry.BlockedPrefixes) diff --git a/agent/agent_endpoint.go b/agent/agent_endpoint.go index ffde07aa7b..1457d5093a 100644 --- a/agent/agent_endpoint.go +++ b/agent/agent_endpoint.go @@ -1,10 +1,8 @@ package agent import ( - "encoding/json" "fmt" "net/http" - "path/filepath" "strconv" "strings" @@ -17,10 +15,10 @@ import ( "github.com/hashicorp/consul/agent/debug" "github.com/hashicorp/consul/agent/structs" token_store "github.com/hashicorp/consul/agent/token" + "github.com/hashicorp/consul/agent/xds/proxysupport" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/ipaddr" "github.com/hashicorp/consul/lib" - "github.com/hashicorp/consul/lib/file" "github.com/hashicorp/consul/logging" "github.com/hashicorp/consul/logging/monitor" "github.com/hashicorp/consul/types" @@ -38,6 +36,11 @@ type Self struct { Member serf.Member Stats map[string]map[string]string Meta map[string]string + XDS *xdsSelf `json:"xDS,omitempty"` +} + +type xdsSelf struct { + SupportedProxies map[string][]string } func (s *HTTPServer) AgentSelf(resp http.ResponseWriter, req *http.Request) (interface{}, error) { @@ -60,6 +63,15 @@ func (s *HTTPServer) AgentSelf(resp http.ResponseWriter, req *http.Request) (int } } + var xds *xdsSelf + if s.agent.grpcServer != nil { + xds = &xdsSelf{ + SupportedProxies: map[string][]string{ + "envoy": proxysupport.EnvoyVersions, + }, + } + } + config := struct { Datacenter string NodeName string @@ -82,6 +94,7 @@ func (s *HTTPServer) AgentSelf(resp http.ResponseWriter, req *http.Request) (int Member: s.agent.LocalMember(), Stats: s.agent.Stats(), Meta: s.agent.State.Metadata(), + XDS: xds, }, nil } @@ -1217,79 +1230,42 @@ func (s *HTTPServer) AgentToken(resp http.ResponseWriter, req *http.Request) (in return nil, nil } - if s.agent.config.ACLEnableTokenPersistence { - // we hold the lock around updating the internal token store - // as well as persisting the tokens because we don't want to write - // into the store to have something else wipe it out before we can - // persist everything (like an agent config reload). The token store - // lock is only held for those operations so other go routines that - // just need to read some token out of the store will not be impacted - // any more than they would be without token persistence. - s.agent.persistedTokensLock.Lock() - defer s.agent.persistedTokensLock.Unlock() - } - // Figure out the target token. target := strings.TrimPrefix(req.URL.Path, "/v1/agent/token/") - triggerAntiEntropySync := false - switch target { - case "acl_token", "default": - changed := s.agent.tokens.UpdateUserToken(args.Token, token_store.TokenSourceAPI) - if changed { - triggerAntiEntropySync = true + + err = s.agent.tokens.WithPersistenceLock(func() error { + triggerAntiEntropySync := false + switch target { + case "acl_token", "default": + changed := s.agent.tokens.UpdateUserToken(args.Token, token_store.TokenSourceAPI) + if changed { + triggerAntiEntropySync = true + } + + case "acl_agent_token", "agent": + changed := s.agent.tokens.UpdateAgentToken(args.Token, token_store.TokenSourceAPI) + if changed { + triggerAntiEntropySync = true + } + + case "acl_agent_master_token", "agent_master": + s.agent.tokens.UpdateAgentMasterToken(args.Token, token_store.TokenSourceAPI) + + case "acl_replication_token", "replication": + s.agent.tokens.UpdateReplicationToken(args.Token, token_store.TokenSourceAPI) + + default: + return NotFoundError{Reason: fmt.Sprintf("Token %q is unknown", target)} } - case "acl_agent_token", "agent": - changed := s.agent.tokens.UpdateAgentToken(args.Token, token_store.TokenSourceAPI) - if changed { - triggerAntiEntropySync = true - } - - case "acl_agent_master_token", "agent_master": - s.agent.tokens.UpdateAgentMasterToken(args.Token, token_store.TokenSourceAPI) - - case "acl_replication_token", "replication": - s.agent.tokens.UpdateReplicationToken(args.Token, token_store.TokenSourceAPI) - - default: - resp.WriteHeader(http.StatusNotFound) - fmt.Fprintf(resp, "Token %q is unknown", target) - return nil, nil - } - - if triggerAntiEntropySync { - s.agent.sync.SyncFull.Trigger() - } - - if s.agent.config.ACLEnableTokenPersistence { - tokens := persistedTokens{} - - if tok, source := s.agent.tokens.UserTokenAndSource(); tok != "" && source == token_store.TokenSourceAPI { - tokens.Default = tok - } - - if tok, source := s.agent.tokens.AgentTokenAndSource(); tok != "" && source == token_store.TokenSourceAPI { - tokens.Agent = tok - } - - if tok, source := s.agent.tokens.AgentMasterTokenAndSource(); tok != "" && source == token_store.TokenSourceAPI { - tokens.AgentMaster = tok - } - - if tok, source := s.agent.tokens.ReplicationTokenAndSource(); tok != "" && source == token_store.TokenSourceAPI { - tokens.Replication = tok - } - - data, err := json.Marshal(tokens) - if err != nil { - s.agent.logger.Warn("failed to persist tokens", "error", err) - return nil, fmt.Errorf("Failed to marshal tokens for persistence: %v", err) - } - - if err := file.WriteAtomicWithPerms(filepath.Join(s.agent.config.DataDir, tokensPath), data, 0700, 0600); err != nil { - s.agent.logger.Warn("failed to persist tokens", "error", err) - return nil, fmt.Errorf("Failed to persist tokens - %v", err) + // TODO: is it safe to move this out of WithPersistenceLock? + if triggerAntiEntropySync { + s.agent.sync.SyncFull.Trigger() } + return nil + }) + if err != nil { + return nil, err } s.agent.logger.Info("Updated agent's ACL token", "token", target) diff --git a/agent/agent_endpoint_test.go b/agent/agent_endpoint_test.go index a2b96e9693..5958c8b8c5 100644 --- a/agent/agent_endpoint_test.go +++ b/agent/agent_endpoint_test.go @@ -13,7 +13,6 @@ import ( "net/http/httptest" "net/url" "os" - "reflect" "strconv" "strings" "testing" @@ -27,6 +26,7 @@ import ( "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/agent/token" tokenStore "github.com/hashicorp/consul/agent/token" + "github.com/hashicorp/consul/agent/xds/proxysupport" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/lib" "github.com/hashicorp/consul/sdk/testutil" @@ -1209,39 +1209,65 @@ func TestAgent_Checks_ACLFilter(t *testing.T) { func TestAgent_Self(t *testing.T) { t.Parallel() - a := NewTestAgent(t, ` - node_meta { - somekey = "somevalue" - } - `) - defer a.Shutdown() - testrpc.WaitForTestAgent(t, a.RPC, "dc1") - req, _ := http.NewRequest("GET", "/v1/agent/self", nil) - obj, err := a.srv.AgentSelf(nil, req) - if err != nil { - t.Fatalf("err: %v", err) + cases := map[string]struct { + hcl string + expectXDS bool + }{ + "normal": { + hcl: ` + node_meta { + somekey = "somevalue" + } + `, + expectXDS: true, + }, + "no grpc": { + hcl: ` + node_meta { + somekey = "somevalue" + } + ports = { + grpc = -1 + } + `, + expectXDS: false, + }, } - val := obj.(Self) - if int(val.Member.Port) != a.Config.SerfPortLAN { - t.Fatalf("incorrect port: %v", obj) - } + for name, tc := range cases { + tc := tc + t.Run(name, func(t *testing.T) { + a := NewTestAgent(t, tc.hcl) + defer a.Shutdown() - if val.DebugConfig["SerfPortLAN"].(int) != a.Config.SerfPortLAN { - t.Fatalf("incorrect port: %v", obj) - } + testrpc.WaitForTestAgent(t, a.RPC, "dc1") + req, _ := http.NewRequest("GET", "/v1/agent/self", nil) + obj, err := a.srv.AgentSelf(nil, req) + require.NoError(t, err) - cs, err := a.GetLANCoordinate() - if err != nil { - t.Fatalf("err: %v", err) - } - if c := cs[a.config.SegmentName]; !reflect.DeepEqual(c, val.Coord) { - t.Fatalf("coordinates are not equal: %v != %v", c, val.Coord) - } - delete(val.Meta, structs.MetaSegmentKey) // Added later, not in config. - if !reflect.DeepEqual(a.config.NodeMeta, val.Meta) { - t.Fatalf("meta fields are not equal: %v != %v", a.config.NodeMeta, val.Meta) + val := obj.(Self) + require.Equal(t, a.Config.SerfPortLAN, int(val.Member.Port)) + require.Equal(t, a.Config.SerfPortLAN, val.DebugConfig["SerfPortLAN"].(int)) + + cs, err := a.GetLANCoordinate() + require.NoError(t, err) + require.Equal(t, cs[a.config.SegmentName], val.Coord) + + delete(val.Meta, structs.MetaSegmentKey) // Added later, not in config. + require.Equal(t, a.config.NodeMeta, val.Meta) + + if tc.expectXDS { + require.NotNil(t, val.XDS, "xds component missing when gRPC is enabled") + require.Equal(t, + map[string][]string{"envoy": proxysupport.EnvoyVersions}, + val.XDS.SupportedProxies, + ) + + } else { + require.Nil(t, val.XDS, "xds component should be missing when gRPC is disabled") + } + }) } } @@ -1332,7 +1358,7 @@ func TestAgent_Reload(t *testing.T) { t.Fatal("missing redis service") } - cfg2 := TestConfig(testutil.Logger(t), config.Source{ + cfg2 := TestConfig(testutil.Logger(t), config.FileSource{ Name: "reload", Format: "hcl", Data: ` @@ -1466,7 +1492,7 @@ func TestAgent_ReloadDoesNotTriggerWatch(t *testing.T) { }) // Let's take almost the same config - cfg2 := TestConfig(testutil.Logger(t), config.Source{ + cfg2 := TestConfig(testutil.Logger(t), config.FileSource{ Name: "reload", Format: "hcl", Data: ` @@ -4542,12 +4568,15 @@ func TestAgent_Monitor(t *testing.T) { req = req.WithContext(cancelCtx) resp := httptest.NewRecorder() - errCh := make(chan error) + chErr := make(chan error) + chStarted := make(chan struct{}) go func() { + close(chStarted) _, err := a.srv.AgentMonitor(resp, req) - errCh <- err + chErr <- err }() + <-chStarted require.NoError(t, a.Shutdown()) // Wait until we have received some type of logging output @@ -4556,7 +4585,7 @@ func TestAgent_Monitor(t *testing.T) { }, 3*time.Second, 100*time.Millisecond) cancelFunc() - err := <-errCh + err := <-chErr require.NoError(t, err) got := resp.Body.String() @@ -4745,13 +4774,14 @@ func TestAgent_Token(t *testing.T) { init tokens raw tokens effective tokens + expectedErr error }{ { - name: "bad token name", - method: "PUT", - url: "nope?token=root", - body: body("X"), - code: http.StatusNotFound, + name: "bad token name", + method: "PUT", + url: "nope?token=root", + body: body("X"), + expectedErr: NotFoundError{Reason: `Token "nope" is unknown`}, }, { name: "bad JSON", @@ -4913,7 +4943,12 @@ func TestAgent_Token(t *testing.T) { url := fmt.Sprintf("/v1/agent/token/%s", tt.url) resp := httptest.NewRecorder() req, _ := http.NewRequest(tt.method, url, tt.body) + _, err := a.srv.AgentToken(resp, req) + if tt.expectedErr != nil { + require.Equal(t, tt.expectedErr, err) + return + } require.NoError(t, err) require.Equal(t, tt.code, resp.Code) require.Equal(t, tt.effective.user, a.tokens.UserToken()) diff --git a/agent/agent_oss.go b/agent/agent_oss.go index f5be5e59ef..705205fb30 100644 --- a/agent/agent_oss.go +++ b/agent/agent_oss.go @@ -23,18 +23,13 @@ func (a *Agent) initEnterprise(consulCfg *consul.Config) error { return nil } -// loadEnterpriseTokens is a noop stub for the func defined agent_ent.go -func (a *Agent) loadEnterpriseTokens(conf *config.RuntimeConfig) { -} - // reloadEnterprise is a noop stub for the func defined agent_ent.go func (a *Agent) reloadEnterprise(conf *config.RuntimeConfig) error { return nil } // enterpriseConsulConfig is a noop stub for the func defined in agent_ent.go -func (a *Agent) enterpriseConsulConfig(base *consul.Config) (*consul.Config, error) { - return base, nil +func enterpriseConsulConfig(_ *consul.Config, _ *config.RuntimeConfig) { } // WriteEvent is a noop stub for the func defined agent_ent.go diff --git a/agent/agent_test.go b/agent/agent_test.go index 29fee024d0..dded499ee2 100644 --- a/agent/agent_test.go +++ b/agent/agent_test.go @@ -21,6 +21,7 @@ import ( "testing" "time" + "github.com/golang/protobuf/jsonpb" "github.com/google/tcpproxy" "github.com/hashicorp/consul/agent/cache" cachetype "github.com/hashicorp/consul/agent/cache-types" @@ -32,16 +33,17 @@ import ( "github.com/hashicorp/consul/internal/go-sso/oidcauth/oidcauthtest" "github.com/hashicorp/consul/ipaddr" "github.com/hashicorp/consul/lib" + "github.com/hashicorp/consul/proto/pbautoconf" "github.com/hashicorp/consul/sdk/freeport" "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/hashicorp/consul/testrpc" "github.com/hashicorp/consul/types" - "github.com/hashicorp/go-uuid" "github.com/hashicorp/serf/coordinate" "github.com/hashicorp/serf/serf" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "golang.org/x/time/rate" "gopkg.in/square/go-jose.v2/jwt" ) @@ -250,120 +252,6 @@ func TestAgent_ReconnectConfigWanDisabled(t *testing.T) { require.Nil(t, a.consulConfig().SerfWANConfig) } -func TestAgent_setupNodeID(t *testing.T) { - t.Parallel() - a := NewTestAgent(t, ` - node_id = "" - `) - defer a.Shutdown() - - cfg := a.config - - // The auto-assigned ID should be valid. - id := a.consulConfig().NodeID - if _, err := uuid.ParseUUID(string(id)); err != nil { - t.Fatalf("err: %v", err) - } - - // Running again should get the same ID (persisted in the file). - cfg.NodeID = "" - if err := a.setupNodeID(cfg); err != nil { - t.Fatalf("err: %v", err) - } - if newID := a.consulConfig().NodeID; id != newID { - t.Fatalf("bad: %q vs %q", id, newID) - } - - // Set an invalid ID via.Config. - cfg.NodeID = types.NodeID("nope") - err := a.setupNodeID(cfg) - if err == nil || !strings.Contains(err.Error(), "uuid string is wrong length") { - t.Fatalf("err: %v", err) - } - - // Set a valid ID via.Config. - newID, err := uuid.GenerateUUID() - if err != nil { - t.Fatalf("err: %v", err) - } - cfg.NodeID = types.NodeID(strings.ToUpper(newID)) - if err := a.setupNodeID(cfg); err != nil { - t.Fatalf("err: %v", err) - } - if id := a.consulConfig().NodeID; string(id) != newID { - t.Fatalf("bad: %q vs. %q", id, newID) - } - - // Set an invalid ID via the file. - fileID := filepath.Join(cfg.DataDir, "node-id") - if err := ioutil.WriteFile(fileID, []byte("adf4238a!882b!9ddc!4a9d!5b6758e4159e"), 0600); err != nil { - t.Fatalf("err: %v", err) - } - cfg.NodeID = "" - err = a.setupNodeID(cfg) - if err == nil || !strings.Contains(err.Error(), "uuid is improperly formatted") { - t.Fatalf("err: %v", err) - } - - // Set a valid ID via the file. - if err := ioutil.WriteFile(fileID, []byte("ADF4238a-882b-9ddc-4a9d-5b6758e4159e"), 0600); err != nil { - t.Fatalf("err: %v", err) - } - cfg.NodeID = "" - if err := a.setupNodeID(cfg); err != nil { - t.Fatalf("err: %v", err) - } - if id := a.consulConfig().NodeID; string(id) != "adf4238a-882b-9ddc-4a9d-5b6758e4159e" { - t.Fatalf("bad: %q vs. %q", id, newID) - } -} - -func TestAgent_makeNodeID(t *testing.T) { - t.Parallel() - a := NewTestAgent(t, ` - node_id = "" - `) - defer a.Shutdown() - - // We should get a valid host-based ID initially. - id, err := a.makeNodeID() - if err != nil { - t.Fatalf("err: %v", err) - } - if _, err := uuid.ParseUUID(id); err != nil { - t.Fatalf("err: %v", err) - } - - // Calling again should yield a random ID by default. - another, err := a.makeNodeID() - if err != nil { - t.Fatalf("err: %v", err) - } - if id == another { - t.Fatalf("bad: %s vs %s", id, another) - } - - // Turn on host-based IDs and try again. We should get the same ID - // each time (and a different one from the random one above). - a.GetConfig().DisableHostNodeID = false - id, err = a.makeNodeID() - if err != nil { - t.Fatalf("err: %v", err) - } - if id == another { - t.Fatalf("bad: %s vs %s", id, another) - } - - // Calling again should yield the host-based ID. - another, err = a.makeNodeID() - if err != nil { - t.Fatalf("err: %v", err) - } - if id != another { - t.Fatalf("bad: %s vs %s", id, another) - } -} - func TestAgent_AddService(t *testing.T) { t.Run("normal", func(t *testing.T) { t.Parallel() @@ -878,10 +766,18 @@ func TestCacheRateLimit(test *testing.T) { test.Run(fmt.Sprintf("rate_limit_at_%v", currentTest.rateLimit), func(t *testing.T) { tt := currentTest t.Parallel() - a := NewTestAgent(t, fmt.Sprintf("cache = { entry_fetch_rate = %v, entry_fetch_max_burst = 1 }", tt.rateLimit)) + a := NewTestAgent(t, "cache = { entry_fetch_rate = 1, entry_fetch_max_burst = 100 }") defer a.Shutdown() testrpc.WaitForTestAgent(t, a.RPC, "dc1") + cfg := a.config + require.Equal(t, rate.Limit(1), a.config.Cache.EntryFetchRate) + require.Equal(t, 100, a.config.Cache.EntryFetchMaxBurst) + cfg.Cache.EntryFetchRate = rate.Limit(tt.rateLimit) + cfg.Cache.EntryFetchMaxBurst = 1 + a.reloadConfigInternal(cfg) + require.Equal(t, rate.Limit(tt.rateLimit), a.config.Cache.EntryFetchRate) + require.Equal(t, 1, a.config.Cache.EntryFetchMaxBurst) var wg sync.WaitGroup stillProcessing := true @@ -1649,15 +1545,12 @@ func TestAgent_RestoreServiceWithAliasCheck(t *testing.T) { a.logger.Info("testharness: " + fmt.Sprintf(format, args...)) } - dataDir := testutil.TempDir(t, "agent") // we manage the data dir cfg := ` server = false bootstrap = false enable_central_service_config = false - data_dir = "` + dataDir + `" ` - a := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: dataDir}) - defer os.RemoveAll(dataDir) + a := StartTestAgent(t, TestAgent{HCL: cfg}) defer a.Shutdown() testCtx, testCancel := context.WithCancel(context.Background()) @@ -1740,7 +1633,7 @@ node_name = "` + a.Config.NodeName + `" t.Helper() // Reload and retain former NodeID and data directory. - a2 := StartTestAgent(t, TestAgent{HCL: futureHCL, DataDir: dataDir}) + a2 := StartTestAgent(t, TestAgent{HCL: futureHCL, DataDir: a.DataDir}) defer a2.Shutdown() a = nil @@ -2024,7 +1917,7 @@ func TestAgent_HTTPCheck_EnableAgentTLSForChecks(t *testing.T) { Status: api.HealthCritical, } - url := fmt.Sprintf("https://%s/v1/agent/self", a.srv.ln.Addr().String()) + url := fmt.Sprintf("https://%s/v1/agent/self", a.HTTPAddr()) chk := &structs.CheckType{ HTTP: url, Interval: 20 * time.Millisecond, @@ -2125,15 +2018,11 @@ func TestAgent_PersistService(t *testing.T) { func testAgent_PersistService(t *testing.T, extraHCL string) { t.Helper() - dataDir := testutil.TempDir(t, "agent") // we manage the data dir - defer os.RemoveAll(dataDir) - cfg := ` server = false bootstrap = false - data_dir = "` + dataDir + `" ` + extraHCL - a := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: dataDir}) + a := StartTestAgent(t, TestAgent{HCL: cfg}) defer a.Shutdown() svc := &structs.NodeService{ @@ -2199,7 +2088,7 @@ func testAgent_PersistService(t *testing.T, extraHCL string) { a.Shutdown() // Should load it back during later start - a2 := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: dataDir}) + a2 := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: a.DataDir}) defer a2.Shutdown() restored := a2.State.ServiceState(structs.NewServiceID(svc.ID, nil)) @@ -2337,15 +2226,11 @@ func TestAgent_PurgeServiceOnDuplicate(t *testing.T) { func testAgent_PurgeServiceOnDuplicate(t *testing.T, extraHCL string) { t.Helper() - dataDir := testutil.TempDir(t, "agent") // we manage the data dir - defer os.RemoveAll(dataDir) - cfg := ` - data_dir = "` + dataDir + `" server = false bootstrap = false ` + extraHCL - a := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: dataDir}) + a := StartTestAgent(t, TestAgent{HCL: cfg}) defer a.Shutdown() svc1 := &structs.NodeService{ @@ -2368,7 +2253,7 @@ func testAgent_PurgeServiceOnDuplicate(t *testing.T, extraHCL string) { tags = ["bar"] port = 9000 } - `, DataDir: dataDir}) + `, DataDir: a.DataDir}) defer a2.Shutdown() sid := svc1.CompoundServiceID() @@ -2382,15 +2267,12 @@ func testAgent_PurgeServiceOnDuplicate(t *testing.T, extraHCL string) { func TestAgent_PersistCheck(t *testing.T) { t.Parallel() - dataDir := testutil.TempDir(t, "agent") // we manage the data dir cfg := ` - data_dir = "` + dataDir + `" server = false bootstrap = false enable_script_checks = true ` - a := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: dataDir}) - defer os.RemoveAll(dataDir) + a := StartTestAgent(t, TestAgent{HCL: cfg}) defer a.Shutdown() check := &structs.HealthCheck{ @@ -2446,7 +2328,7 @@ func TestAgent_PersistCheck(t *testing.T) { a.Shutdown() // Should load it back during later start - a2 := StartTestAgent(t, TestAgent{Name: "Agent2", HCL: cfg, DataDir: dataDir}) + a2 := StartTestAgent(t, TestAgent{Name: "Agent2", HCL: cfg, DataDir: a.DataDir}) defer a2.Shutdown() result := requireCheckExists(t, a2, check.CheckID) @@ -2497,18 +2379,14 @@ func TestAgent_PurgeCheck(t *testing.T) { func TestAgent_PurgeCheckOnDuplicate(t *testing.T) { t.Parallel() nodeID := NodeID() - dataDir := testutil.TempDir(t, "agent") a := StartTestAgent(t, TestAgent{ - DataDir: dataDir, HCL: ` node_id = "` + nodeID + `" node_name = "Node ` + nodeID + `" - data_dir = "` + dataDir + `" server = false bootstrap = false enable_script_checks = true `}) - defer os.RemoveAll(dataDir) defer a.Shutdown() check1 := &structs.HealthCheck{ @@ -2528,11 +2406,10 @@ func TestAgent_PurgeCheckOnDuplicate(t *testing.T) { // Start again with the check registered in config a2 := StartTestAgent(t, TestAgent{ Name: "Agent2", - DataDir: dataDir, + DataDir: a.DataDir, HCL: ` node_id = "` + nodeID + `" node_name = "Node ` + nodeID + `" - data_dir = "` + dataDir + `" server = false bootstrap = false enable_script_checks = true @@ -2547,7 +2424,7 @@ func TestAgent_PurgeCheckOnDuplicate(t *testing.T) { defer a2.Shutdown() cid := check1.CompoundCheckID() - file := filepath.Join(dataDir, checksDir, cid.StringHash()) + file := filepath.Join(a.DataDir, checksDir, cid.StringHash()) if _, err := os.Stat(file); err == nil { t.Fatalf("should have removed persisted check") } @@ -3468,163 +3345,6 @@ func TestAgent_reloadWatchesHTTPS(t *testing.T) { } } -func TestAgent_loadTokens(t *testing.T) { - t.Parallel() - a := NewTestAgent(t, ` - acl = { - enabled = true - tokens = { - agent = "alfa" - agent_master = "bravo", - default = "charlie" - replication = "delta" - } - } - - `) - defer a.Shutdown() - require := require.New(t) - - tokensFullPath := filepath.Join(a.config.DataDir, tokensPath) - - t.Run("original-configuration", func(t *testing.T) { - require.Equal("alfa", a.tokens.AgentToken()) - require.Equal("bravo", a.tokens.AgentMasterToken()) - require.Equal("charlie", a.tokens.UserToken()) - require.Equal("delta", a.tokens.ReplicationToken()) - }) - - t.Run("updated-configuration", func(t *testing.T) { - cfg := &config.RuntimeConfig{ - ACLToken: "echo", - ACLAgentToken: "foxtrot", - ACLAgentMasterToken: "golf", - ACLReplicationToken: "hotel", - } - // ensures no error for missing persisted tokens file - require.NoError(a.loadTokens(cfg)) - require.Equal("echo", a.tokens.UserToken()) - require.Equal("foxtrot", a.tokens.AgentToken()) - require.Equal("golf", a.tokens.AgentMasterToken()) - require.Equal("hotel", a.tokens.ReplicationToken()) - }) - - t.Run("persisted-tokens", func(t *testing.T) { - cfg := &config.RuntimeConfig{ - ACLToken: "echo", - ACLAgentToken: "foxtrot", - ACLAgentMasterToken: "golf", - ACLReplicationToken: "hotel", - } - - tokens := `{ - "agent" : "india", - "agent_master" : "juliett", - "default": "kilo", - "replication" : "lima" - }` - - require.NoError(ioutil.WriteFile(tokensFullPath, []byte(tokens), 0600)) - require.NoError(a.loadTokens(cfg)) - - // no updates since token persistence is not enabled - require.Equal("echo", a.tokens.UserToken()) - require.Equal("foxtrot", a.tokens.AgentToken()) - require.Equal("golf", a.tokens.AgentMasterToken()) - require.Equal("hotel", a.tokens.ReplicationToken()) - - a.config.ACLEnableTokenPersistence = true - require.NoError(a.loadTokens(cfg)) - - require.Equal("india", a.tokens.AgentToken()) - require.Equal("juliett", a.tokens.AgentMasterToken()) - require.Equal("kilo", a.tokens.UserToken()) - require.Equal("lima", a.tokens.ReplicationToken()) - }) - - t.Run("persisted-tokens-override", func(t *testing.T) { - tokens := `{ - "agent" : "mike", - "agent_master" : "november", - "default": "oscar", - "replication" : "papa" - }` - - cfg := &config.RuntimeConfig{ - ACLToken: "quebec", - ACLAgentToken: "romeo", - ACLAgentMasterToken: "sierra", - ACLReplicationToken: "tango", - } - - require.NoError(ioutil.WriteFile(tokensFullPath, []byte(tokens), 0600)) - require.NoError(a.loadTokens(cfg)) - - require.Equal("mike", a.tokens.AgentToken()) - require.Equal("november", a.tokens.AgentMasterToken()) - require.Equal("oscar", a.tokens.UserToken()) - require.Equal("papa", a.tokens.ReplicationToken()) - }) - - t.Run("partial-persisted", func(t *testing.T) { - tokens := `{ - "agent" : "uniform", - "agent_master" : "victor" - }` - - cfg := &config.RuntimeConfig{ - ACLToken: "whiskey", - ACLAgentToken: "xray", - ACLAgentMasterToken: "yankee", - ACLReplicationToken: "zulu", - } - - require.NoError(ioutil.WriteFile(tokensFullPath, []byte(tokens), 0600)) - require.NoError(a.loadTokens(cfg)) - - require.Equal("uniform", a.tokens.AgentToken()) - require.Equal("victor", a.tokens.AgentMasterToken()) - require.Equal("whiskey", a.tokens.UserToken()) - require.Equal("zulu", a.tokens.ReplicationToken()) - }) - - t.Run("persistence-error-not-json", func(t *testing.T) { - cfg := &config.RuntimeConfig{ - ACLToken: "one", - ACLAgentToken: "two", - ACLAgentMasterToken: "three", - ACLReplicationToken: "four", - } - - require.NoError(ioutil.WriteFile(tokensFullPath, []byte{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}, 0600)) - err := a.loadTokens(cfg) - require.Error(err) - - require.Equal("one", a.tokens.UserToken()) - require.Equal("two", a.tokens.AgentToken()) - require.Equal("three", a.tokens.AgentMasterToken()) - require.Equal("four", a.tokens.ReplicationToken()) - }) - - t.Run("persistence-error-wrong-top-level", func(t *testing.T) { - cfg := &config.RuntimeConfig{ - ACLToken: "alfa", - ACLAgentToken: "bravo", - ACLAgentMasterToken: "charlie", - ACLReplicationToken: "foxtrot", - } - - require.NoError(ioutil.WriteFile(tokensFullPath, []byte("[1,2,3]"), 0600)) - err := a.loadTokens(cfg) - require.Error(err) - - require.Equal("alfa", a.tokens.UserToken()) - require.Equal("bravo", a.tokens.AgentToken()) - require.Equal("charlie", a.tokens.AgentMasterToken()) - require.Equal("foxtrot", a.tokens.ReplicationToken()) - }) -} - func TestAgent_SecurityChecks(t *testing.T) { t.Parallel() hcl := ` @@ -3643,7 +3363,6 @@ func TestAgent_SecurityChecks(t *testing.T) { func TestAgent_ReloadConfigOutgoingRPCConfig(t *testing.T) { t.Parallel() dataDir := testutil.TempDir(t, "agent") // we manage the data dir - defer os.RemoveAll(dataDir) hcl := ` data_dir = "` + dataDir + `" verify_outgoing = true @@ -3667,7 +3386,7 @@ func TestAgent_ReloadConfigOutgoingRPCConfig(t *testing.T) { key_file = "../test/key/ourdomain.key" verify_server_hostname = true ` - c := TestConfig(testutil.Logger(t), config.Source{Name: t.Name(), Format: "hcl", Data: hcl}) + c := TestConfig(testutil.Logger(t), config.FileSource{Name: t.Name(), Format: "hcl", Data: hcl}) require.NoError(t, a.reloadConfigInternal(c)) tlsConf = a.tlsConfigurator.OutgoingRPCConfig() require.False(t, tlsConf.InsecureSkipVerify) @@ -3678,7 +3397,6 @@ func TestAgent_ReloadConfigOutgoingRPCConfig(t *testing.T) { func TestAgent_ReloadConfigAndKeepChecksStatus(t *testing.T) { t.Parallel() dataDir := testutil.TempDir(t, "agent") // we manage the data dir - defer os.RemoveAll(dataDir) hcl := `data_dir = "` + dataDir + `" enable_local_script_checks=true services=[{ @@ -3697,7 +3415,7 @@ func TestAgent_ReloadConfigAndKeepChecksStatus(t *testing.T) { require.Equal(t, "passing", check.Status, "check %q is wrong", id) } - c := TestConfig(testutil.Logger(t), config.Source{Name: t.Name(), Format: "hcl", Data: hcl}) + c := TestConfig(testutil.Logger(t), config.FileSource{Name: t.Name(), Format: "hcl", Data: hcl}) require.NoError(t, a.reloadConfigInternal(c)) // After reload, should be passing directly (no critical state) for id, check := range a.State.Checks(nil) { @@ -3708,7 +3426,6 @@ func TestAgent_ReloadConfigAndKeepChecksStatus(t *testing.T) { func TestAgent_ReloadConfigIncomingRPCConfig(t *testing.T) { t.Parallel() dataDir := testutil.TempDir(t, "agent") // we manage the data dir - defer os.RemoveAll(dataDir) hcl := ` data_dir = "` + dataDir + `" verify_outgoing = true @@ -3736,7 +3453,7 @@ func TestAgent_ReloadConfigIncomingRPCConfig(t *testing.T) { key_file = "../test/key/ourdomain.key" verify_server_hostname = true ` - c := TestConfig(testutil.Logger(t), config.Source{Name: t.Name(), Format: "hcl", Data: hcl}) + c := TestConfig(testutil.Logger(t), config.FileSource{Name: t.Name(), Format: "hcl", Data: hcl}) require.NoError(t, a.reloadConfigInternal(c)) tlsConf, err = tlsConf.GetConfigForClient(nil) require.NoError(t, err) @@ -3748,7 +3465,6 @@ func TestAgent_ReloadConfigIncomingRPCConfig(t *testing.T) { func TestAgent_ReloadConfigTLSConfigFailure(t *testing.T) { t.Parallel() dataDir := testutil.TempDir(t, "agent") // we manage the data dir - defer os.RemoveAll(dataDir) hcl := ` data_dir = "` + dataDir + `" verify_outgoing = true @@ -3765,7 +3481,7 @@ func TestAgent_ReloadConfigTLSConfigFailure(t *testing.T) { data_dir = "` + dataDir + `" verify_incoming = true ` - c := TestConfig(testutil.Logger(t), config.Source{Name: t.Name(), Format: "hcl", Data: hcl}) + c := TestConfig(testutil.Logger(t), config.FileSource{Name: t.Name(), Format: "hcl", Data: hcl}) require.Error(t, a.reloadConfigInternal(c)) tlsConf, err := tlsConf.GetConfigForClient(nil) require.NoError(t, err) @@ -3777,7 +3493,6 @@ func TestAgent_ReloadConfigTLSConfigFailure(t *testing.T) { func TestAgent_consulConfig_AutoEncryptAllowTLS(t *testing.T) { t.Parallel() dataDir := testutil.TempDir(t, "agent") // we manage the data dir - defer os.RemoveAll(dataDir) hcl := ` data_dir = "` + dataDir + `" verify_incoming = true @@ -4722,21 +4437,28 @@ func TestAutoConfig_Integration(t *testing.T) { }) require.NoError(t, err) - client := StartTestAgent(t, TestAgent{Name: "test-client", HCL: ` - bootstrap = false - server = false - ca_file = "` + caFile + `" - verify_outgoing = true - verify_server_hostname = true - node_name = "test-client" - ports { - server = ` + strconv.Itoa(srv.Config.RPCBindAddr.Port) + ` - } - auto_config { - enabled = true - intro_token = "` + token + `" - server_addresses = ["` + srv.Config.RPCBindAddr.String() + `"] - }`}) + client := StartTestAgent(t, TestAgent{Name: "test-client", + Overrides: ` + connect { + test_ca_leaf_root_change_spread = "1ns" + } + `, + HCL: ` + bootstrap = false + server = false + ca_file = "` + caFile + `" + verify_outgoing = true + verify_server_hostname = true + node_name = "test-client" + ports { + server = ` + strconv.Itoa(srv.Config.RPCBindAddr.Port) + ` + } + auto_config { + enabled = true + intro_token = "` + token + `" + server_addresses = ["` + srv.Config.RPCBindAddr.String() + `"] + }`, + }) defer client.Shutdown() @@ -4776,6 +4498,21 @@ func TestAutoConfig_Integration(t *testing.T) { // ensure that a new cert gets generated and pushed into the TLS configurator retry.Run(t, func(r *retry.R) { require.NotEqual(r, cert1, client.Agent.tlsConfigurator.Cert()) + + // check that the on disk certs match expectations + data, err := ioutil.ReadFile(filepath.Join(client.DataDir, "auto-config.json")) + require.NoError(r, err) + rdr := strings.NewReader(string(data)) + + var resp pbautoconf.AutoConfigResponse + pbUnmarshaler := &jsonpb.Unmarshaler{ + AllowUnknownFields: false, + } + require.NoError(r, pbUnmarshaler.Unmarshal(rdr, &resp), "data: %s", data) + + actual, err := tls.X509KeyPair([]byte(resp.Certificate.CertPEM), []byte(resp.Certificate.PrivateKeyPEM)) + require.NoError(r, err) + require.Equal(r, client.Agent.tlsConfigurator.Cert(), &actual) }) // spot check that we now have an ACL token @@ -4856,3 +4593,33 @@ func TestAgent_AutoEncrypt(t *testing.T) { require.Len(t, x509Cert.URIs, 1) require.Equal(t, id.URI(), x509Cert.URIs[0]) } + +func TestSharedRPCRouter(t *testing.T) { + // this test runs both a server and client and ensures that the shared + // router is being used. It would be possible for the Client and Server + // types to create and use their own routers and for RPCs such as the + // ones used in WaitForTestAgent to succeed. However accessing the + // router stored on the agent ensures that Serf information from the + // Client/Server types are being set in the same shared rpc router. + + srv := NewTestAgent(t, "") + defer srv.Shutdown() + + testrpc.WaitForTestAgent(t, srv.RPC, "dc1") + + mgr, server := srv.Agent.router.FindLANRoute() + require.NotNil(t, mgr) + require.NotNil(t, server) + + client := NewTestAgent(t, ` + server = false + bootstrap = false + retry_join = ["`+srv.Config.SerfBindAddrLAN.String()+`"] + `) + + testrpc.WaitForTestAgent(t, client.RPC, "dc1") + + mgr, server = client.Agent.router.FindLANRoute() + require.NotNil(t, mgr) + require.NotNil(t, server) +} diff --git a/agent/apiserver.go b/agent/apiserver.go new file mode 100644 index 0000000000..27087829a6 --- /dev/null +++ b/agent/apiserver.go @@ -0,0 +1,94 @@ +package agent + +import ( + "context" + "net" + "sync" + "time" + + "github.com/hashicorp/go-hclog" + "golang.org/x/sync/errgroup" +) + +// apiServers is a wrapper around errgroup.Group for managing go routines for +// long running agent components (ex: http server, dns server). If any of the +// servers fail, the failed channel will be closed, which will cause the agent +// to be shutdown instead of running in a degraded state. +// +// This struct exists as a shim for using errgroup.Group without making major +// changes to Agent. In the future it may be removed and replaced with more +// direct usage of errgroup.Group. +type apiServers struct { + logger hclog.Logger + group *errgroup.Group + servers []apiServer + // failed channel is closed when the first server goroutines exit with a + // non-nil error. + failed <-chan struct{} +} + +type apiServer struct { + // Protocol supported by this server. One of: dns, http, https + Protocol string + // Addr the server is listening on + Addr net.Addr + // Run will be called in a goroutine to run the server. When any Run exits + // with a non-nil error, the failed channel will be closed. + Run func() error + // Shutdown function used to stop the server + Shutdown func(context.Context) error +} + +// NewAPIServers returns an empty apiServers that is ready to Start servers. +func NewAPIServers(logger hclog.Logger) *apiServers { + group, ctx := errgroup.WithContext(context.TODO()) + return &apiServers{ + logger: logger, + group: group, + failed: ctx.Done(), + } +} + +func (s *apiServers) Start(srv apiServer) { + srv.logger(s.logger).Info("Starting server") + s.servers = append(s.servers, srv) + s.group.Go(srv.Run) +} + +func (s apiServer) logger(base hclog.Logger) hclog.Logger { + return base.With( + "protocol", s.Protocol, + "address", s.Addr.String(), + "network", s.Addr.Network()) +} + +// Shutdown all the servers and log any errors as warning. Each server is given +// 1 second, or until ctx is cancelled, to shutdown gracefully. +func (s *apiServers) Shutdown(ctx context.Context) { + shutdownGroup := new(sync.WaitGroup) + + for i := range s.servers { + server := s.servers[i] + shutdownGroup.Add(1) + + go func() { + defer shutdownGroup.Done() + logger := server.logger(s.logger) + logger.Info("Stopping server") + + ctx, cancel := context.WithTimeout(ctx, time.Second) + defer cancel() + if err := server.Shutdown(ctx); err != nil { + logger.Warn("Failed to stop server") + } + }() + } + s.servers = nil + shutdownGroup.Wait() +} + +// WaitForShutdown waits until all server goroutines have exited. Shutdown +// must be called before WaitForShutdown, otherwise it will block forever. +func (s *apiServers) WaitForShutdown() error { + return s.group.Wait() +} diff --git a/agent/apiserver_test.go b/agent/apiserver_test.go new file mode 100644 index 0000000000..72f8c6d651 --- /dev/null +++ b/agent/apiserver_test.go @@ -0,0 +1,65 @@ +package agent + +import ( + "context" + "fmt" + "net" + "testing" + "time" + + "github.com/hashicorp/go-hclog" + "github.com/stretchr/testify/require" +) + +func TestAPIServers_WithServiceRunError(t *testing.T) { + servers := NewAPIServers(hclog.New(nil)) + + server1, chErr1 := newAPIServerStub() + server2, _ := newAPIServerStub() + + t.Run("Start", func(t *testing.T) { + servers.Start(server1) + servers.Start(server2) + + select { + case <-servers.failed: + t.Fatalf("expected servers to still be running") + case <-time.After(5 * time.Millisecond): + } + }) + + err := fmt.Errorf("oops, I broke") + + t.Run("server exit non-nil error", func(t *testing.T) { + chErr1 <- err + + select { + case <-servers.failed: + case <-time.After(time.Second): + t.Fatalf("expected failed channel to be closed") + } + }) + + t.Run("shutdown remaining services", func(t *testing.T) { + servers.Shutdown(context.Background()) + require.Equal(t, err, servers.WaitForShutdown()) + }) +} + +func newAPIServerStub() (apiServer, chan error) { + chErr := make(chan error) + return apiServer{ + Protocol: "http", + Addr: &net.TCPAddr{ + IP: net.ParseIP("127.0.0.11"), + Port: 5505, + }, + Run: func() error { + return <-chErr + }, + Shutdown: func(ctx context.Context) error { + close(chErr) + return nil + }, + }, chErr +} diff --git a/agent/auto-config/auto_config.go b/agent/auto-config/auto_config.go index 61587c39a8..335f0f9872 100644 --- a/agent/auto-config/auto_config.go +++ b/agent/auto-config/auto_config.go @@ -2,79 +2,78 @@ package autoconf import ( "context" - "encoding/json" "fmt" "io/ioutil" - "net" - "os" - "path/filepath" - "strconv" - "strings" + "sync" "time" + "github.com/hashicorp/consul/agent/cache" "github.com/hashicorp/consul/agent/config" - "github.com/hashicorp/consul/agent/connect" - "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/lib" "github.com/hashicorp/consul/logging" "github.com/hashicorp/consul/proto/pbautoconf" - "github.com/hashicorp/go-discover" - discoverk8s "github.com/hashicorp/go-discover/provider/k8s" "github.com/hashicorp/go-hclog" - - "github.com/golang/protobuf/jsonpb" -) - -const ( - // autoConfigFileName is the name of the file that the agent auto-config settings are - // stored in within the data directory - autoConfigFileName = "auto-config.json" - - dummyTrustDomain = "dummytrustdomain" -) - -var ( - pbMarshaler = &jsonpb.Marshaler{ - OrigName: false, - EnumsAsInts: false, - Indent: " ", - EmitDefaults: true, - } - - pbUnmarshaler = &jsonpb.Unmarshaler{ - AllowUnknownFields: false, - } ) // AutoConfig is all the state necessary for being able to parse a configuration // as well as perform the necessary RPCs to perform Agent Auto Configuration. -// -// NOTE: This struct and methods on it are not currently thread/goroutine safe. -// However it doesn't spawn any of its own go routines yet and is used in a -// synchronous fashion. In the future if either of those two conditions change -// then we will need to add some locking here. I am deferring that for now -// to help ease the review of this already large PR. type AutoConfig struct { - builderOpts config.BuilderOpts - logger hclog.Logger - directRPC DirectRPC - waiter *lib.RetryWaiter - overrides []config.Source - certMonitor CertMonitor - config *config.RuntimeConfig - autoConfigData string - cancel context.CancelFunc + sync.Mutex + + acConfig Config + logger hclog.Logger + cache Cache + waiter *lib.RetryWaiter + config *config.RuntimeConfig + autoConfigResponse *pbautoconf.AutoConfigResponse + autoConfigSource config.Source + + running bool + done chan struct{} + // cancel is used to cancel the entire AutoConfig + // go routine. This is the main field protected + // by the mutex as it being non-nil indicates that + // the go routine has been started and is stoppable. + // note that it doesn't indcate that the go routine + // is currently running. + cancel context.CancelFunc + + // cancelWatches is used to cancel the existing + // cache watches regarding the agents certificate. This is + // mainly only necessary when the Agent token changes. + cancelWatches context.CancelFunc + + // cacheUpdates is the chan used to have the cache + // send us back events + cacheUpdates chan cache.UpdateEvent + + // tokenUpdates is the struct used to receive + // events from the token store when the Agent + // token is updated. + tokenUpdates token.Notifier } -// New creates a new AutoConfig object for providing automatic -// Consul configuration. -func New(config *Config) (*AutoConfig, error) { - if config == nil { - return nil, fmt.Errorf("must provide a config struct") +// New creates a new AutoConfig object for providing automatic Consul configuration. +func New(config Config) (*AutoConfig, error) { + switch { + case config.Loader == nil: + return nil, fmt.Errorf("must provide a config loader") + case config.DirectRPC == nil: + return nil, fmt.Errorf("must provide a direct RPC delegate") + case config.Cache == nil: + return nil, fmt.Errorf("must provide a cache") + case config.TLSConfigurator == nil: + return nil, fmt.Errorf("must provide a TLS configurator") + case config.Tokens == nil: + return nil, fmt.Errorf("must provide a token store") } - if config.DirectRPC == nil { - return nil, fmt.Errorf("must provide a direct RPC delegate") + if config.FallbackLeeway == 0 { + config.FallbackLeeway = 10 * time.Second + } + if config.FallbackRetry == 0 { + config.FallbackRetry = time.Minute } logger := config.Logger @@ -84,33 +83,22 @@ func New(config *Config) (*AutoConfig, error) { logger = logger.Named(logging.AutoConfig) } - waiter := config.Waiter - if waiter == nil { - waiter = lib.NewRetryWaiter(1, 0, 10*time.Minute, lib.NewJitterRandomStagger(25)) + if config.Waiter == nil { + config.Waiter = lib.NewRetryWaiter(1, 0, 10*time.Minute, lib.NewJitterRandomStagger(25)) } - ac := &AutoConfig{ - builderOpts: config.BuilderOpts, - logger: logger, - directRPC: config.DirectRPC, - waiter: waiter, - overrides: config.Overrides, - certMonitor: config.CertMonitor, - } - - return ac, nil + return &AutoConfig{ + acConfig: config, + logger: logger, + }, nil } // ReadConfig will parse the current configuration and inject any // auto-config sources if present into the correct place in the parsing chain. func (ac *AutoConfig) ReadConfig() (*config.RuntimeConfig, error) { - src := config.Source{ - Name: autoConfigFileName, - Format: "json", - Data: ac.autoConfigData, - } - - cfg, warnings, err := LoadConfig(ac.builderOpts, src, ac.overrides...) + ac.Lock() + defer ac.Unlock() + cfg, warnings, err := ac.acConfig.Loader(ac.autoConfigSource) if err != nil { return cfg, err } @@ -123,46 +111,6 @@ func (ac *AutoConfig) ReadConfig() (*config.RuntimeConfig, error) { return cfg, nil } -// restorePersistedAutoConfig will attempt to load the persisted auto-config -// settings from the data directory. It returns true either when there was an -// unrecoverable error or when the configuration was successfully loaded from -// disk. Recoverable errors, such as "file not found" are suppressed and this -// method will return false for the first boolean. -func (ac *AutoConfig) restorePersistedAutoConfig() (bool, error) { - if ac.config.DataDir == "" { - // no data directory means we don't have anything to potentially load - return false, nil - } - - path := filepath.Join(ac.config.DataDir, autoConfigFileName) - ac.logger.Debug("attempting to restore any persisted configuration", "path", path) - - content, err := ioutil.ReadFile(path) - if err == nil { - rdr := strings.NewReader(string(content)) - - var resp pbautoconf.AutoConfigResponse - if err := pbUnmarshaler.Unmarshal(rdr, &resp); err != nil { - return false, fmt.Errorf("failed to decode persisted auto-config data: %w", err) - } - - if err := ac.update(&resp); err != nil { - return false, fmt.Errorf("error restoring persisted auto-config response: %w", err) - } - - ac.logger.Info("restored persisted configuration", "path", path) - return true, nil - } - - if !os.IsNotExist(err) { - return true, fmt.Errorf("failed to load %s: %w", path, err) - } - - // ignore non-existence errors as that is an indicator that we haven't - // performed the auto configuration before - return false, nil -} - // InitialConfiguration will perform a one-time RPC request to the configured servers // to retrieve various cluster wide configurations. See the proto/pbautoconf/auto_config.proto // file for a complete reference of what configurations can be applied in this manner. @@ -182,30 +130,49 @@ func (ac *AutoConfig) InitialConfiguration(ctx context.Context) (*config.Runtime ac.config = config } - if !ac.config.AutoConfig.Enabled { - return ac.config, nil - } - - ready, err := ac.restorePersistedAutoConfig() - if err != nil { - return nil, err - } - - if !ready { - ac.logger.Info("retrieving initial agent auto configuration remotely") - if err := ac.getInitialConfiguration(ctx); err != nil { + switch { + case ac.config.AutoConfig.Enabled: + resp, err := ac.readPersistedAutoConfig() + if err != nil { return nil, err } - } - // re-read the configuration now that we have our initial auto-config - config, err := ac.ReadConfig() - if err != nil { - return nil, err - } + if resp == nil { + ac.logger.Info("retrieving initial agent auto configuration remotely") + resp, err = ac.getInitialConfiguration(ctx) + if err != nil { + return nil, err + } + } - ac.config = config - return ac.config, nil + ac.logger.Debug("updating auto-config settings") + if err = ac.recordInitialConfiguration(resp); err != nil { + return nil, err + } + + // re-read the configuration now that we have our initial auto-config + config, err := ac.ReadConfig() + if err != nil { + return nil, err + } + + ac.config = config + return ac.config, nil + case ac.config.AutoEncryptTLS: + certs, err := ac.autoEncryptInitialCerts(ctx) + if err != nil { + return nil, err + } + + if err := ac.setInitialTLSCertificates(certs); err != nil { + return nil, err + } + + ac.logger.Info("automatically upgraded to TLS") + return ac.config, nil + default: + return ac.config, nil + } } // introToken is responsible for determining the correct intro token to use @@ -235,118 +202,45 @@ func (ac *AutoConfig) introToken() (string, error) { return token, nil } -// serverHosts is responsible for taking the list of server addresses and -// resolving any go-discover provider invocations. It will then return a list -// of hosts. These might be hostnames and is expected that DNS resolution may -// be performed after this function runs. Additionally these may contain ports -// so SplitHostPort could also be necessary. -func (ac *AutoConfig) serverHosts() ([]string, error) { - servers := ac.config.AutoConfig.ServerAddresses +// recordInitialConfiguration is responsible for recording the AutoConfigResponse from +// the AutoConfig.InitialConfiguration RPC. It is an all-in-one function to do the following +// * update the Agent token in the token store +func (ac *AutoConfig) recordInitialConfiguration(resp *pbautoconf.AutoConfigResponse) error { + ac.autoConfigResponse = resp - providers := make(map[string]discover.Provider) - for k, v := range discover.Providers { - providers[k] = v + ac.autoConfigSource = config.LiteralSource{ + Name: autoConfigFileName, + Config: translateConfig(resp.Config), } - providers["k8s"] = &discoverk8s.Provider{} - - disco, err := discover.New( - discover.WithUserAgent(lib.UserAgent()), - discover.WithProviders(providers), - ) + // we need to re-read the configuration to determine what the correct ACL + // token to push into the token store is. Any user provided token will override + // any AutoConfig generated token. + config, err := ac.ReadConfig() if err != nil { - return nil, fmt.Errorf("Failed to create go-discover resolver: %w", err) + return fmt.Errorf("failed to fully resolve configuration: %w", err) } - var addrs []string - for _, addr := range servers { - switch { - case strings.Contains(addr, "provider="): - resolved, err := disco.Addrs(addr, ac.logger.StandardLogger(&hclog.StandardLoggerOptions{InferLevels: true})) - if err != nil { - ac.logger.Error("failed to resolve go-discover auto-config servers", "configuration", addr, "err", err) - continue - } + // ignoring the return value which would indicate a change in the token + _ = ac.acConfig.Tokens.UpdateAgentToken(config.ACLTokens.ACLAgentToken, token.TokenSourceConfig) - addrs = append(addrs, resolved...) - ac.logger.Debug("discovered auto-config servers", "servers", resolved) - default: - addrs = append(addrs, addr) - } - } - - if len(addrs) == 0 { - return nil, fmt.Errorf("no auto-config server addresses available for use") - } - - return addrs, nil -} - -// resolveHost will take a single host string and convert it to a list of TCPAddrs -// This will process any port in the input as well as looking up the hostname using -// normal DNS resolution. -func (ac *AutoConfig) resolveHost(hostPort string) []net.TCPAddr { - port := ac.config.ServerPort - host, portStr, err := net.SplitHostPort(hostPort) + // extra a structs.SignedResponse from the AutoConfigResponse for use in cache prepopulation + signed, err := extractSignedResponse(resp) if err != nil { - if strings.Contains(err.Error(), "missing port in address") { - host = hostPort - } else { - ac.logger.Warn("error splitting host address into IP and port", "address", hostPort, "error", err) - return nil - } - } else { - port, err = strconv.Atoi(portStr) - if err != nil { - ac.logger.Warn("Parsed port is not an integer", "port", portStr, "error", err) - return nil - } + return fmt.Errorf("failed to extract certificates from the auto-config response: %w", err) } - // resolve the host to a list of IPs - ips, err := net.LookupIP(host) - if err != nil { - ac.logger.Warn("IP resolution failed", "host", host, "error", err) - return nil + // prepopulate the cache + if err = ac.populateCertificateCache(signed); err != nil { + return fmt.Errorf("failed to populate the cache with certificate responses: %w", err) } - var addrs []net.TCPAddr - for _, ip := range ips { - addrs = append(addrs, net.TCPAddr{IP: ip, Port: port}) - } - - return addrs -} - -// recordResponse takes an AutoConfig RPC response records it with the agent -// This will persist the configuration to disk (unless in dev mode running without -// a data dir) and will reload the configuration. -func (ac *AutoConfig) recordResponse(resp *pbautoconf.AutoConfigResponse) error { - serialized, err := pbMarshaler.MarshalToString(resp) - if err != nil { - return fmt.Errorf("failed to encode auto-config response as JSON: %w", err) - } - - if err := ac.update(resp); err != nil { + // update the TLS configurator with the latest certificates + if err := ac.updateTLSFromResponse(resp); err != nil { return err } - // now that we know the configuration is generally fine including TLS certs go ahead and persist it to disk. - if ac.config.DataDir == "" { - ac.logger.Debug("not persisting auto-config settings because there is no data directory") - return nil - } - - path := filepath.Join(ac.config.DataDir, autoConfigFileName) - - err = ioutil.WriteFile(path, []byte(serialized), 0660) - if err != nil { - return fmt.Errorf("failed to write auto-config configurations: %w", err) - } - - ac.logger.Debug("auto-config settings were persisted to disk") - - return nil + return ac.persistAutoConfig(resp) } // getInitialConfigurationOnce will perform full server to TCPAddr resolution and @@ -370,7 +264,7 @@ func (ac *AutoConfig) getInitialConfigurationOnce(ctx context.Context, csr strin var resp pbautoconf.AutoConfigResponse - servers, err := ac.serverHosts() + servers, err := ac.autoConfigHosts() if err != nil { return nil, err } @@ -383,10 +277,11 @@ func (ac *AutoConfig) getInitialConfigurationOnce(ctx context.Context, csr strin } ac.logger.Debug("making AutoConfig.InitialConfiguration RPC", "addr", addr.String()) - if err = ac.directRPC.RPC(ac.config.Datacenter, ac.config.NodeName, &addr, "AutoConfig.InitialConfiguration", &request, &resp); err != nil { + if err = ac.acConfig.DirectRPC.RPC(ac.config.Datacenter, ac.config.NodeName, &addr, "AutoConfig.InitialConfiguration", &request, &resp); err != nil { ac.logger.Error("AutoConfig.InitialConfiguration RPC failed", "addr", addr.String(), "error", err) continue } + ac.logger.Debug("AutoConfig.InitialConfiguration RPC was successful") // update the Certificate with the private key we generated locally if resp.Certificate != nil { @@ -397,197 +292,113 @@ func (ac *AutoConfig) getInitialConfigurationOnce(ctx context.Context, csr strin } } - return nil, ctx.Err() + return nil, fmt.Errorf("No server successfully responded to the auto-config request") } // getInitialConfiguration implements a loop to retry calls to getInitialConfigurationOnce. // It uses the RetryWaiter on the AutoConfig object to control how often to attempt // the initial configuration process. It is also canceallable by cancelling the provided context. -func (ac *AutoConfig) getInitialConfiguration(ctx context.Context) error { +func (ac *AutoConfig) getInitialConfiguration(ctx context.Context) (*pbautoconf.AutoConfigResponse, error) { // generate a CSR csr, key, err := ac.generateCSR() if err != nil { - return err + return nil, err } // this resets the failures so that we will perform immediate request - wait := ac.waiter.Success() + wait := ac.acConfig.Waiter.Success() for { select { case <-wait: - resp, err := ac.getInitialConfigurationOnce(ctx, csr, key) - if resp != nil { - return ac.recordResponse(resp) + if resp, err := ac.getInitialConfigurationOnce(ctx, csr, key); err == nil && resp != nil { + return resp, nil } else if err != nil { ac.logger.Error(err.Error()) } else { - ac.logger.Error("No error returned when fetching the initial auto-configuration but no response was either") + ac.logger.Error("No error returned when fetching configuration from the servers but no response was either") } - wait = ac.waiter.Failed() + + wait = ac.acConfig.Waiter.Failed() case <-ctx.Done(): ac.logger.Info("interrupted during initial auto configuration", "err", ctx.Err()) - return ctx.Err() + return nil, ctx.Err() } } } -// generateCSR will generate a CSR for an Agent certificate. This should -// be sent along with the AutoConfig.InitialConfiguration RPC. The generated -// CSR does NOT have a real trust domain as when generating this we do -// not yet have the CA roots. The server will update the trust domain -// for us though. -func (ac *AutoConfig) generateCSR() (csr string, key string, err error) { - // We don't provide the correct host here, because we don't know any - // better at this point. Apart from the domain, we would need the - // ClusterID, which we don't have. This is why we go with - // dummyTrustDomain the first time. Subsequent CSRs will have the - // correct TrustDomain. - id := &connect.SpiffeIDAgent{ - // will be replaced - Host: dummyTrustDomain, - Datacenter: ac.config.Datacenter, - Agent: ac.config.NodeName, - } - - caConfig, err := ac.config.ConnectCAConfiguration() - if err != nil { - return "", "", fmt.Errorf("Cannot generate CSR: %w", err) - } - - conf, err := caConfig.GetCommonConfig() - if err != nil { - return "", "", fmt.Errorf("Failed to load common CA configuration: %w", err) - } - - if conf.PrivateKeyType == "" { - conf.PrivateKeyType = connect.DefaultPrivateKeyType - } - if conf.PrivateKeyBits == 0 { - conf.PrivateKeyBits = connect.DefaultPrivateKeyBits - } - - // Create a new private key - pk, pkPEM, err := connect.GeneratePrivateKeyWithConfig(conf.PrivateKeyType, conf.PrivateKeyBits) - if err != nil { - return "", "", fmt.Errorf("Failed to generate private key: %w", err) - } - - dnsNames := append([]string{"localhost"}, ac.config.AutoConfig.DNSSANs...) - ipAddresses := append([]net.IP{net.ParseIP("127.0.0.1"), net.ParseIP("::")}, ac.config.AutoConfig.IPSANs...) - - // Create a CSR. - // - // The Common Name includes the dummy trust domain for now but Server will - // override this when it is signed anyway so it's OK. - cn := connect.AgentCN(ac.config.NodeName, dummyTrustDomain) - csr, err = connect.CreateCSR(id, cn, pk, dnsNames, ipAddresses) - if err != nil { - return "", "", err - } - - return csr, pkPEM, nil -} - -// update will take an AutoConfigResponse and do all things necessary -// to restore those settings. This currently involves updating the -// config data to be used during a call to ReadConfig, updating the -// tls Configurator and prepopulating the cache. -func (ac *AutoConfig) update(resp *pbautoconf.AutoConfigResponse) error { - if err := ac.updateConfigFromResponse(resp); err != nil { - return err - } - - if err := ac.updateTLSFromResponse(resp); err != nil { - return err - } - - return nil -} - -// updateConfigFromResponse is responsible for generating the JSON compatible with the -// agent/config.Config struct -func (ac *AutoConfig) updateConfigFromResponse(resp *pbautoconf.AutoConfigResponse) error { - // here we want to serialize the translated configuration for use in injecting into the normal - // configuration parsing chain. - conf, err := json.Marshal(translateConfig(resp.Config)) - if err != nil { - return fmt.Errorf("failed to encode auto-config configuration as JSON: %w", err) - } - - ac.autoConfigData = string(conf) - return nil -} - -// updateTLSFromResponse will update the TLS certificate and roots in the shared -// TLS configurator. -func (ac *AutoConfig) updateTLSFromResponse(resp *pbautoconf.AutoConfigResponse) error { - if ac.certMonitor == nil { - return nil - } - - roots, err := translateCARootsToStructs(resp.CARoots) - if err != nil { - return err - } - - cert, err := translateIssuedCertToStructs(resp.Certificate) - if err != nil { - return err - } - - update := &structs.SignedResponse{ - IssuedCert: *cert, - ConnectCARoots: *roots, - ManualCARoots: resp.ExtraCACertificates, - } - - if resp.Config != nil && resp.Config.TLS != nil { - update.VerifyServerHostname = resp.Config.TLS.VerifyServerHostname - } - - if err := ac.certMonitor.Update(update); err != nil { - return fmt.Errorf("failed to update the certificate monitor: %w", err) - } - - return nil -} - func (ac *AutoConfig) Start(ctx context.Context) error { - if ac.certMonitor == nil { + ac.Lock() + defer ac.Unlock() + + if !ac.config.AutoConfig.Enabled && !ac.config.AutoEncryptTLS { return nil } - if !ac.config.AutoConfig.Enabled { - return nil + if ac.running || ac.cancel != nil { + return fmt.Errorf("AutoConfig is already running") } - _, err := ac.certMonitor.Start(ctx) - return err + // create the top level context to control the go + // routine executing the `run` method + ctx, cancel := context.WithCancel(ctx) + + // create the channel to get cache update events through + // really we should only ever get 10 updates + ac.cacheUpdates = make(chan cache.UpdateEvent, 10) + + // setup the cache watches + cancelCertWatches, err := ac.setupCertificateCacheWatches(ctx) + if err != nil { + cancel() + return fmt.Errorf("error setting up cache watches: %w", err) + } + + // start the token update notifier + ac.tokenUpdates = ac.acConfig.Tokens.Notify(token.TokenKindAgent) + + // store the cancel funcs + ac.cancel = cancel + ac.cancelWatches = cancelCertWatches + + ac.running = true + ac.done = make(chan struct{}) + go ac.run(ctx, ac.done) + + ac.logger.Info("auto-config started") + return nil +} + +func (ac *AutoConfig) Done() <-chan struct{} { + ac.Lock() + defer ac.Unlock() + + if ac.done != nil { + return ac.done + } + + // return a closed channel to indicate that we are already done + done := make(chan struct{}) + close(done) + return done +} + +func (ac *AutoConfig) IsRunning() bool { + ac.Lock() + defer ac.Unlock() + return ac.running } func (ac *AutoConfig) Stop() bool { - if ac.certMonitor == nil { + ac.Lock() + defer ac.Unlock() + + if !ac.running { return false } - if !ac.config.AutoConfig.Enabled { - return false + if ac.cancel != nil { + ac.cancel() } - return ac.certMonitor.Stop() -} - -func (ac *AutoConfig) FallbackTLS(ctx context.Context) (*structs.SignedResponse, error) { - // generate a CSR - csr, key, err := ac.generateCSR() - if err != nil { - return nil, err - } - - resp, err := ac.getInitialConfigurationOnce(ctx, csr, key) - if err != nil { - return nil, err - } - - return extractSignedResponse(resp) + return true } diff --git a/agent/auto-config/auto_config_test.go b/agent/auto-config/auto_config_test.go index 4583d803b5..e3469862a4 100644 --- a/agent/auto-config/auto_config_test.go +++ b/agent/auto-config/auto_config_test.go @@ -7,102 +7,144 @@ import ( "net" "os" "path/filepath" - "strings" + "sync" "testing" "time" - "github.com/gogo/protobuf/types" + "github.com/hashicorp/consul/agent/cache" + cachetype "github.com/hashicorp/consul/agent/cache-types" "github.com/hashicorp/consul/agent/config" + "github.com/hashicorp/consul/agent/connect" + "github.com/hashicorp/consul/agent/metadata" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/lib" "github.com/hashicorp/consul/proto/pbautoconf" "github.com/hashicorp/consul/proto/pbconfig" - "github.com/hashicorp/consul/proto/pbconnect" "github.com/hashicorp/consul/sdk/testutil" + "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" ) -type mockDirectRPC struct { - mock.Mock +type configLoader struct { + opts config.BuilderOpts } -func (m *mockDirectRPC) RPC(dc string, node string, addr net.Addr, method string, args interface{}, reply interface{}) error { - var retValues mock.Arguments - if method == "AutoConfig.InitialConfiguration" { - req := args.(*pbautoconf.AutoConfigRequest) - csr := req.CSR - req.CSR = "" - retValues = m.Called(dc, node, addr, method, args, reply) - req.CSR = csr - } else { - retValues = m.Called(dc, node, addr, method, args, reply) - } +func (c *configLoader) Load(source config.Source) (*config.RuntimeConfig, []string, error) { + return config.Load(c.opts, source) +} - switch ret := retValues.Get(0).(type) { - case error: - return ret - case func(interface{}): - ret(reply) - return nil +func (c *configLoader) addConfigHCL(cfg string) { + c.opts.HCL = append(c.opts.HCL, cfg) +} + +func requireChanNotReady(t *testing.T, ch <-chan struct{}) { + select { + case <-ch: + require.Fail(t, "chan is ready when it shouldn't be") default: - return fmt.Errorf("This should not happen, update mock direct rpc expectations") + return } } -type mockCertMonitor struct { - mock.Mock -} - -func (m *mockCertMonitor) Start(_ context.Context) (<-chan struct{}, error) { - ret := m.Called() - ch := ret.Get(0).(<-chan struct{}) - return ch, ret.Error(1) -} - -func (m *mockCertMonitor) Stop() bool { - return m.Called().Bool(0) -} - -func (m *mockCertMonitor) Update(resp *structs.SignedResponse) error { - var privKey string - // filter out real certificates as we cannot predict their values - if resp != nil && strings.HasPrefix(resp.IssuedCert.PrivateKeyPEM, "-----BEGIN") { - privKey = resp.IssuedCert.PrivateKeyPEM - resp.IssuedCert.PrivateKeyPEM = "" +func requireChanReady(t *testing.T, ch <-chan struct{}) { + select { + case <-ch: + return + default: + require.Fail(t, "chan is not ready when it should be") } - err := m.Called(resp).Error(0) - if privKey != "" { - resp.IssuedCert.PrivateKeyPEM = privKey +} + +func waitForChan(timer *time.Timer, ch <-chan struct{}) bool { + select { + case <-timer.C: + return false + case <-ch: + return true } - return err +} + +func waitForChans(timeout time.Duration, chans ...<-chan struct{}) bool { + timer := time.NewTimer(timeout) + defer timer.Stop() + + for _, ch := range chans { + if !waitForChan(timer, ch) { + return false + } + } + return true } func TestNew(t *testing.T) { type testCase struct { - config Config + modify func(*Config) err string validate func(t *testing.T, ac *AutoConfig) } cases := map[string]testCase{ "no-direct-rpc": { + modify: func(c *Config) { + c.DirectRPC = nil + }, err: "must provide a direct RPC delegate", }, - "ok": { - config: Config{ - DirectRPC: &mockDirectRPC{}, + "no-config-loader": { + modify: func(c *Config) { + c.Loader = nil }, + err: "must provide a config loader", + }, + "no-cache": { + modify: func(c *Config) { + c.Cache = nil + }, + err: "must provide a cache", + }, + "no-tls-configurator": { + modify: func(c *Config) { + c.TLSConfigurator = nil + }, + err: "must provide a TLS configurator", + }, + "no-tokens": { + modify: func(c *Config) { + c.Tokens = nil + }, + err: "must provide a token store", + }, + "ok": { validate: func(t *testing.T, ac *AutoConfig) { t.Helper() require.NotNil(t, ac.logger) + require.NotNil(t, ac.acConfig.Waiter) + require.Equal(t, time.Minute, ac.acConfig.FallbackRetry) + require.Equal(t, 10*time.Second, ac.acConfig.FallbackLeeway) }, }, } for name, tcase := range cases { t.Run(name, func(t *testing.T) { - ac, err := New(&tcase.config) + cfg := Config{ + Loader: func(source config.Source) (cfg *config.RuntimeConfig, warnings []string, err error) { + return nil, nil, nil + }, + DirectRPC: newMockDirectRPC(t), + Tokens: newMockTokenStore(t), + Cache: newMockCache(t), + TLSConfigurator: newMockTLSConfigurator(t), + ServerProvider: newMockServerProvider(t), + } + + if tcase.modify != nil { + tcase.modify(&cfg) + } + + ac, err := New(cfg) if tcase.err != "" { testutil.RequireErrorContains(t, err, tcase.err) } else { @@ -116,96 +158,64 @@ func TestNew(t *testing.T) { } } -func TestLoadConfig(t *testing.T) { - // Basically just testing that injection of the extra - // source works. - devMode := true - builderOpts := config.BuilderOpts{ - // putting this in dev mode so that the config validates - // without having to specify a data directory - DevMode: &devMode, - } - - cfg, warnings, err := LoadConfig(builderOpts, config.Source{ - Name: "test", - Format: "hcl", - Data: `node_name = "hobbiton"`, - }, - config.Source{ - Name: "overrides", - Format: "json", - Data: `{"check_reap_interval": "1ms"}`, - }) - - require.NoError(t, err) - require.Empty(t, warnings) - require.NotNil(t, cfg) - require.Equal(t, "hobbiton", cfg.NodeName) - require.Equal(t, 1*time.Millisecond, cfg.CheckReapInterval) -} - func TestReadConfig(t *testing.T) { // just testing that some auto config source gets injected - devMode := true ac := AutoConfig{ - autoConfigData: `{"node_name": "hobbiton"}`, - builderOpts: config.BuilderOpts{ - // putting this in dev mode so that the config validates - // without having to specify a data directory - DevMode: &devMode, + autoConfigSource: config.LiteralSource{ + Name: autoConfigFileName, + Config: config.Config{NodeName: stringPointer("hobbiton")}, }, logger: testutil.Logger(t), + acConfig: Config{ + Loader: func(source config.Source) (*config.RuntimeConfig, []string, error) { + cfg, _, err := source.Parse() + if err != nil { + return nil, nil, err + } + return &config.RuntimeConfig{ + DevMode: true, + NodeName: *cfg.NodeName, + }, nil, nil + }, + }, } cfg, err := ac.ReadConfig() require.NoError(t, err) require.NotNil(t, cfg) require.Equal(t, "hobbiton", cfg.NodeName) + require.True(t, cfg.DevMode) require.Same(t, ac.config, cfg) } -func testSetupAutoConf(t *testing.T) (string, string, config.BuilderOpts) { +func setupRuntimeConfig(t *testing.T) *configLoader { t.Helper() - // create top level directory to hold both config and data - tld := testutil.TempDir(t, "auto-config") - t.Cleanup(func() { os.RemoveAll(tld) }) + dataDir := testutil.TempDir(t, "auto-config") - // create the data directory - dataDir := filepath.Join(tld, "data") - require.NoError(t, os.Mkdir(dataDir, 0700)) - - // create the config directory - configDir := filepath.Join(tld, "config") - require.NoError(t, os.Mkdir(configDir, 0700)) - - builderOpts := config.BuilderOpts{ - HCL: []string{ - `data_dir = "` + dataDir + `"`, - `datacenter = "dc1"`, - `node_name = "autoconf"`, - `bind_addr = "127.0.0.1"`, + opts := config.BuilderOpts{ + Config: config.Config{ + DataDir: &dataDir, + Datacenter: stringPointer("dc1"), + NodeName: stringPointer("autoconf"), + BindAddr: stringPointer("127.0.0.1"), }, } - - return dataDir, configDir, builderOpts + return &configLoader{opts: opts} } func TestInitialConfiguration_disabled(t *testing.T) { - dataDir, configDir, builderOpts := testSetupAutoConf(t) + loader := setupRuntimeConfig(t) + loader.addConfigHCL(` + primary_datacenter = "primary" + auto_config = { + enabled = false + } + `) - cfgFile := filepath.Join(configDir, "test.json") - require.NoError(t, ioutil.WriteFile(cfgFile, []byte(`{ - "primary_datacenter": "primary", - "auto_config": {"enabled": false} - }`), 0600)) + conf := newMockedConfig(t).Config + conf.Loader = loader.Load - builderOpts.ConfigFiles = append(builderOpts.ConfigFiles, cfgFile) - - directRPC := mockDirectRPC{} - conf := new(Config). - WithBuilderOpts(builderOpts). - WithDirectRPC(&directRPC) ac, err := New(conf) require.NoError(t, err) require.NotNil(t, ac) @@ -214,25 +224,23 @@ func TestInitialConfiguration_disabled(t *testing.T) { require.NoError(t, err) require.NotNil(t, cfg) require.Equal(t, "primary", cfg.PrimaryDatacenter) - require.NoFileExists(t, filepath.Join(dataDir, autoConfigFileName)) - - // ensure no RPC was made - directRPC.AssertExpectations(t) + require.NoFileExists(t, filepath.Join(*loader.opts.Config.DataDir, autoConfigFileName)) } func TestInitialConfiguration_cancelled(t *testing.T) { - _, configDir, builderOpts := testSetupAutoConf(t) + mcfg := newMockedConfig(t) - cfgFile := filepath.Join(configDir, "test.json") - require.NoError(t, ioutil.WriteFile(cfgFile, []byte(`{ - "primary_datacenter": "primary", - "auto_config": {"enabled": true, "intro_token": "blarg", "server_addresses": ["127.0.0.1:8300"]}, - "verify_outgoing": true - }`), 0600)) - - builderOpts.ConfigFiles = append(builderOpts.ConfigFiles, cfgFile) - - directRPC := mockDirectRPC{} + loader := setupRuntimeConfig(t) + loader.addConfigHCL(` + primary_datacenter = "primary" + auto_config = { + enabled = true + intro_token = "blarg" + server_addresses = ["127.0.0.1:8300"] + } + verify_outgoing = true + `) + mcfg.Config.Loader = loader.Load expectedRequest := pbautoconf.AutoConfigRequest{ Datacenter: "dc1", @@ -240,11 +248,10 @@ func TestInitialConfiguration_cancelled(t *testing.T) { JWT: "blarg", } - directRPC.On("RPC", "dc1", "autoconf", &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 8300}, "AutoConfig.InitialConfiguration", &expectedRequest, mock.Anything).Return(fmt.Errorf("injected error")).Times(0) - conf := new(Config). - WithBuilderOpts(builderOpts). - WithDirectRPC(&directRPC) - ac, err := New(conf) + mcfg.directRPC.On("RPC", "dc1", "autoconf", &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 8300}, "AutoConfig.InitialConfiguration", &expectedRequest, mock.Anything).Return(fmt.Errorf("injected error")).Times(0) + mcfg.serverProvider.On("FindLANServer").Return(nil).Times(0) + + ac, err := New(mcfg.Config) require.NoError(t, err) require.NotNil(t, ac) @@ -254,103 +261,55 @@ func TestInitialConfiguration_cancelled(t *testing.T) { cfg, err := ac.InitialConfiguration(ctx) testutil.RequireErrorContains(t, err, context.DeadlineExceeded.Error()) require.Nil(t, cfg) - - // ensure no RPC was made - directRPC.AssertExpectations(t) } func TestInitialConfiguration_restored(t *testing.T) { - dataDir, configDir, builderOpts := testSetupAutoConf(t) + mcfg := newMockedConfig(t) - cfgFile := filepath.Join(configDir, "test.json") - require.NoError(t, ioutil.WriteFile(cfgFile, []byte(`{ - "auto_config": {"enabled": true, "intro_token": "blarg", "server_addresses": ["127.0.0.1:8300"]}, "verify_outgoing": true - }`), 0600)) + loader := setupRuntimeConfig(t) + loader.addConfigHCL(` + auto_config = { + enabled = true + intro_token ="blarg" + server_addresses = ["127.0.0.1:8300"] + } + verify_outgoing = true + `) - builderOpts.ConfigFiles = append(builderOpts.ConfigFiles, cfgFile) + mcfg.Config.Loader = loader.Load + + indexedRoots, cert, extraCACerts := mcfg.setupInitialTLS(t, "autoconf", "dc1", "secret") // persist an auto config response to the data dir where it is expected - persistedFile := filepath.Join(dataDir, autoConfigFileName) + persistedFile := filepath.Join(*loader.opts.Config.DataDir, autoConfigFileName) response := &pbautoconf.AutoConfigResponse{ Config: &pbconfig.Config{ PrimaryDatacenter: "primary", TLS: &pbconfig.TLS{ VerifyServerHostname: true, }, - }, - CARoots: &pbconnect.CARoots{ - ActiveRootID: "active", - TrustDomain: "trust", - Roots: []*pbconnect.CARoot{ - { - ID: "active", - Name: "foo", - SerialNumber: 42, - SigningKeyID: "blarg", - NotBefore: &types.Timestamp{Seconds: 5000, Nanos: 100}, - NotAfter: &types.Timestamp{Seconds: 10000, Nanos: 9009}, - RootCert: "not an actual cert", - Active: true, + ACL: &pbconfig.ACL{ + Tokens: &pbconfig.ACLTokens{ + Agent: "secret", }, }, }, - Certificate: &pbconnect.IssuedCert{ - SerialNumber: "1234", - CertPEM: "not a cert", - PrivateKeyPEM: "private", - Agent: "foo", - AgentURI: "spiffe://blarg/agent/client/dc/foo/id/foo", - ValidAfter: &types.Timestamp{Seconds: 6000}, - ValidBefore: &types.Timestamp{Seconds: 7000}, - }, - ExtraCACertificates: []string{"blarg"}, + CARoots: mustTranslateCARootsToProtobuf(t, indexedRoots), + Certificate: mustTranslateIssuedCertToProtobuf(t, cert), + ExtraCACertificates: extraCACerts, } data, err := pbMarshaler.MarshalToString(response) require.NoError(t, err) require.NoError(t, ioutil.WriteFile(persistedFile, []byte(data), 0600)) - directRPC := mockDirectRPC{} + // recording the initial configuration even when restoring is going to update + // the agent token in the token store + mcfg.tokens.On("UpdateAgentToken", "secret", token.TokenSourceConfig).Return(true).Once() - // setup the mock certificate monitor to ensure that the initial state gets - // updated appropriately during config restoration. - certMon := mockCertMonitor{} - certMon.On("Update", &structs.SignedResponse{ - IssuedCert: structs.IssuedCert{ - SerialNumber: "1234", - CertPEM: "not a cert", - PrivateKeyPEM: "private", - Agent: "foo", - AgentURI: "spiffe://blarg/agent/client/dc/foo/id/foo", - ValidAfter: time.Unix(6000, 0), - ValidBefore: time.Unix(7000, 0), - }, - ConnectCARoots: structs.IndexedCARoots{ - ActiveRootID: "active", - TrustDomain: "trust", - Roots: []*structs.CARoot{ - { - ID: "active", - Name: "foo", - SerialNumber: 42, - SigningKeyID: "blarg", - NotBefore: time.Unix(5000, 100), - NotAfter: time.Unix(10000, 9009), - RootCert: "not an actual cert", - Active: true, - // the decoding process doesn't leave this nil - IntermediateCerts: []string{}, - }, - }, - }, - ManualCARoots: []string{"blarg"}, - VerifyServerHostname: true, - }).Return(nil).Once() + // prepopulation is going to grab the token to populate the correct cache key + mcfg.tokens.On("AgentToken").Return("secret").Times(0) - conf := new(Config). - WithBuilderOpts(builderOpts). - WithDirectRPC(&directRPC). - WithCertMonitor(&certMon) - ac, err := New(conf) + ac, err := New(mcfg.Config) require.NoError(t, err) require.NotNil(t, ac) @@ -358,60 +317,51 @@ func TestInitialConfiguration_restored(t *testing.T) { require.NoError(t, err, data) require.NotNil(t, cfg) require.Equal(t, "primary", cfg.PrimaryDatacenter) - - // ensure no RPC was made - directRPC.AssertExpectations(t) - certMon.AssertExpectations(t) } func TestInitialConfiguration_success(t *testing.T) { - dataDir, configDir, builderOpts := testSetupAutoConf(t) + mcfg := newMockedConfig(t) + loader := setupRuntimeConfig(t) + loader.addConfigHCL(` + auto_config = { + enabled = true + intro_token ="blarg" + server_addresses = ["127.0.0.1:8300"] + } + verify_outgoing = true + `) + mcfg.Config.Loader = loader.Load - cfgFile := filepath.Join(configDir, "test.json") - require.NoError(t, ioutil.WriteFile(cfgFile, []byte(`{ - "auto_config": {"enabled": true, "intro_token": "blarg", "server_addresses": ["127.0.0.1:8300"]}, "verify_outgoing": true - }`), 0600)) + indexedRoots, cert, extraCerts := mcfg.setupInitialTLS(t, "autoconf", "dc1", "secret") - builderOpts.ConfigFiles = append(builderOpts.ConfigFiles, cfgFile) + // this gets called when InitialConfiguration is invoked to record the token from the + // auto-config response + mcfg.tokens.On("UpdateAgentToken", "secret", token.TokenSourceConfig).Return(true).Once() - persistedFile := filepath.Join(dataDir, autoConfigFileName) - directRPC := mockDirectRPC{} + // prepopulation is going to grab the token to populate the correct cache key + mcfg.tokens.On("AgentToken").Return("secret").Times(0) - populateResponse := func(val interface{}) { - resp, ok := val.(*pbautoconf.AutoConfigResponse) + // no server provider + mcfg.serverProvider.On("FindLANServer").Return(nil).Times(0) + + populateResponse := func(args mock.Arguments) { + resp, ok := args.Get(5).(*pbautoconf.AutoConfigResponse) require.True(t, ok) resp.Config = &pbconfig.Config{ PrimaryDatacenter: "primary", TLS: &pbconfig.TLS{ VerifyServerHostname: true, }, - } - - resp.CARoots = &pbconnect.CARoots{ - ActiveRootID: "active", - TrustDomain: "trust", - Roots: []*pbconnect.CARoot{ - { - ID: "active", - Name: "foo", - SerialNumber: 42, - SigningKeyID: "blarg", - NotBefore: &types.Timestamp{Seconds: 5000, Nanos: 100}, - NotAfter: &types.Timestamp{Seconds: 10000, Nanos: 9009}, - RootCert: "not an actual cert", - Active: true, + ACL: &pbconfig.ACL{ + Tokens: &pbconfig.ACLTokens{ + Agent: "secret", }, }, } - resp.Certificate = &pbconnect.IssuedCert{ - SerialNumber: "1234", - CertPEM: "not a cert", - Agent: "foo", - AgentURI: "spiffe://blarg/agent/client/dc/foo/id/foo", - ValidAfter: &types.Timestamp{Seconds: 6000}, - ValidBefore: &types.Timestamp{Seconds: 7000}, - } - resp.ExtraCACertificates = []string{"blarg"} + + resp.CARoots = mustTranslateCARootsToProtobuf(t, indexedRoots) + resp.Certificate = mustTranslateIssuedCertToProtobuf(t, cert) + resp.ExtraCACertificates = extraCerts } expectedRequest := pbautoconf.AutoConfigRequest{ @@ -420,53 +370,16 @@ func TestInitialConfiguration_success(t *testing.T) { JWT: "blarg", } - directRPC.On( + mcfg.directRPC.On( "RPC", "dc1", "autoconf", &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 8300}, "AutoConfig.InitialConfiguration", &expectedRequest, - &pbautoconf.AutoConfigResponse{}).Return(populateResponse) + &pbautoconf.AutoConfigResponse{}).Return(nil).Run(populateResponse) - // setup the mock certificate monitor to ensure that the initial state gets - // updated appropriately during config restoration. - certMon := mockCertMonitor{} - certMon.On("Update", &structs.SignedResponse{ - IssuedCert: structs.IssuedCert{ - SerialNumber: "1234", - CertPEM: "not a cert", - PrivateKeyPEM: "", // the mock - Agent: "foo", - AgentURI: "spiffe://blarg/agent/client/dc/foo/id/foo", - ValidAfter: time.Unix(6000, 0), - ValidBefore: time.Unix(7000, 0), - }, - ConnectCARoots: structs.IndexedCARoots{ - ActiveRootID: "active", - TrustDomain: "trust", - Roots: []*structs.CARoot{ - { - ID: "active", - Name: "foo", - SerialNumber: 42, - SigningKeyID: "blarg", - NotBefore: time.Unix(5000, 100), - NotAfter: time.Unix(10000, 9009), - RootCert: "not an actual cert", - Active: true, - }, - }, - }, - ManualCARoots: []string{"blarg"}, - VerifyServerHostname: true, - }).Return(nil).Once() - - conf := new(Config). - WithBuilderOpts(builderOpts). - WithDirectRPC(&directRPC). - WithCertMonitor(&certMon) - ac, err := New(conf) + ac, err := New(mcfg.Config) require.NoError(t, err) require.NotNil(t, ac) @@ -476,32 +389,61 @@ func TestInitialConfiguration_success(t *testing.T) { require.Equal(t, "primary", cfg.PrimaryDatacenter) // the file was written to. + persistedFile := filepath.Join(*loader.opts.Config.DataDir, autoConfigFileName) require.FileExists(t, persistedFile) - - // ensure no RPC was made - directRPC.AssertExpectations(t) - certMon.AssertExpectations(t) } func TestInitialConfiguration_retries(t *testing.T) { - dataDir, configDir, builderOpts := testSetupAutoConf(t) + mcfg := newMockedConfig(t) + loader := setupRuntimeConfig(t) + loader.addConfigHCL(` + auto_config = { + enabled = true + intro_token ="blarg" + server_addresses = [ + "198.18.0.1:8300", + "198.18.0.2:8398", + "198.18.0.3:8399", + "127.0.0.1:1234" + ] + } + verify_outgoing = true + `) + mcfg.Config.Loader = loader.Load - cfgFile := filepath.Join(configDir, "test.json") - require.NoError(t, ioutil.WriteFile(cfgFile, []byte(`{ - "auto_config": {"enabled": true, "intro_token": "blarg", "server_addresses": ["198.18.0.1", "198.18.0.2:8398", "198.18.0.3:8399", "127.0.0.1:1234"]}, "verify_outgoing": true - }`), 0600)) + // reduce the retry wait times to make this test run faster + mcfg.Config.Waiter = lib.NewRetryWaiter(2, 0, 1*time.Millisecond, nil) - builderOpts.ConfigFiles = append(builderOpts.ConfigFiles, cfgFile) + indexedRoots, cert, extraCerts := mcfg.setupInitialTLS(t, "autoconf", "dc1", "secret") - persistedFile := filepath.Join(dataDir, autoConfigFileName) - directRPC := mockDirectRPC{} + // this gets called when InitialConfiguration is invoked to record the token from the + // auto-config response + mcfg.tokens.On("UpdateAgentToken", "secret", token.TokenSourceConfig).Return(true).Once() - populateResponse := func(val interface{}) { - resp, ok := val.(*pbautoconf.AutoConfigResponse) + // prepopulation is going to grab the token to populate the correct cache key + mcfg.tokens.On("AgentToken").Return("secret").Times(0) + + // no server provider + mcfg.serverProvider.On("FindLANServer").Return(nil).Times(0) + + populateResponse := func(args mock.Arguments) { + resp, ok := args.Get(5).(*pbautoconf.AutoConfigResponse) require.True(t, ok) resp.Config = &pbconfig.Config{ PrimaryDatacenter: "primary", + TLS: &pbconfig.TLS{ + VerifyServerHostname: true, + }, + ACL: &pbconfig.ACL{ + Tokens: &pbconfig.ACLTokens{ + Agent: "secret", + }, + }, } + + resp.CARoots = mustTranslateCARootsToProtobuf(t, indexedRoots) + resp.Certificate = mustTranslateIssuedCertToProtobuf(t, cert) + resp.ExtraCACertificates = extraCerts } expectedRequest := pbautoconf.AutoConfigRequest{ @@ -513,7 +455,7 @@ func TestInitialConfiguration_retries(t *testing.T) { // basically the 198.18.0.* addresses should fail indefinitely. the first time through the // outer loop we inject a failure for the DNS resolution of localhost to 127.0.0.1. Then // the second time through the outer loop we allow the localhost one to work. - directRPC.On( + mcfg.directRPC.On( "RPC", "dc1", "autoconf", @@ -521,7 +463,7 @@ func TestInitialConfiguration_retries(t *testing.T) { "AutoConfig.InitialConfiguration", &expectedRequest, &pbautoconf.AutoConfigResponse{}).Return(fmt.Errorf("injected failure")).Times(0) - directRPC.On( + mcfg.directRPC.On( "RPC", "dc1", "autoconf", @@ -529,7 +471,7 @@ func TestInitialConfiguration_retries(t *testing.T) { "AutoConfig.InitialConfiguration", &expectedRequest, &pbautoconf.AutoConfigResponse{}).Return(fmt.Errorf("injected failure")).Times(0) - directRPC.On( + mcfg.directRPC.On( "RPC", "dc1", "autoconf", @@ -537,7 +479,7 @@ func TestInitialConfiguration_retries(t *testing.T) { "AutoConfig.InitialConfiguration", &expectedRequest, &pbautoconf.AutoConfigResponse{}).Return(fmt.Errorf("injected failure")).Times(0) - directRPC.On( + mcfg.directRPC.On( "RPC", "dc1", "autoconf", @@ -545,21 +487,16 @@ func TestInitialConfiguration_retries(t *testing.T) { "AutoConfig.InitialConfiguration", &expectedRequest, &pbautoconf.AutoConfigResponse{}).Return(fmt.Errorf("injected failure")).Once() - directRPC.On( + mcfg.directRPC.On( "RPC", "dc1", "autoconf", &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 1234}, "AutoConfig.InitialConfiguration", &expectedRequest, - &pbautoconf.AutoConfigResponse{}).Return(populateResponse) + &pbautoconf.AutoConfigResponse{}).Return(nil).Run(populateResponse).Once() - waiter := lib.NewRetryWaiter(2, 0, 1*time.Millisecond, nil) - conf := new(Config). - WithBuilderOpts(builderOpts). - WithDirectRPC(&directRPC). - WithRetryWaiter(waiter) - ac, err := New(conf) + ac, err := New(mcfg.Config) require.NoError(t, err) require.NotNil(t, ac) @@ -569,98 +506,548 @@ func TestInitialConfiguration_retries(t *testing.T) { require.Equal(t, "primary", cfg.PrimaryDatacenter) // the file was written to. + persistedFile := filepath.Join(*loader.opts.Config.DataDir, autoConfigFileName) require.FileExists(t, persistedFile) - - // ensure no RPC was made - directRPC.AssertExpectations(t) } -func TestAutoConfig_StartStop(t *testing.T) { - // currently the only thing running for autoconf is just the cert monitor - // so this test only needs to ensure that the cert monitor is started and - // stopped and not that anything with regards to running the cert monitor - // actually work. Those are tested in the cert-monitor package. +func TestGoRoutineManagement(t *testing.T) { + mcfg := newMockedConfig(t) + loader := setupRuntimeConfig(t) + loader.addConfigHCL(` + auto_config = { + enabled = true + intro_token ="blarg" + server_addresses = ["127.0.0.1:8300"] + } + verify_outgoing = true + `) + mcfg.Config.Loader = loader.Load - _, configDir, builderOpts := testSetupAutoConf(t) + // prepopulation is going to grab the token to populate the correct cache key + mcfg.tokens.On("AgentToken").Return("secret").Times(0) - cfgFile := filepath.Join(configDir, "test.json") - require.NoError(t, ioutil.WriteFile(cfgFile, []byte(`{ - "auto_config": {"enabled": true, "intro_token": "blarg", "server_addresses": ["198.18.0.1", "198.18.0.2:8398", "198.18.0.3:8399", "127.0.0.1:1234"]}, "verify_outgoing": true - }`), 0600)) - - builderOpts.ConfigFiles = append(builderOpts.ConfigFiles, cfgFile) - directRPC := &mockDirectRPC{} - certMon := &mockCertMonitor{} - - certMon.On("Start").Return((<-chan struct{})(nil), nil).Once() - certMon.On("Stop").Return(true).Once() - - conf := new(Config). - WithBuilderOpts(builderOpts). - WithDirectRPC(directRPC). - WithCertMonitor(certMon) - - ac, err := New(conf) + ac, err := New(mcfg.Config) require.NoError(t, err) - require.NotNil(t, ac) - cfg, err := ac.ReadConfig() - require.NoError(t, err) - ac.config = cfg - require.NoError(t, ac.Start(context.Background())) + // priming the config so some other requests will work properly that need to + // read from the configuration. We are going to avoid doing InitialConfiguration + // for this test as we only are really concerned with the go routine management + _, err = ac.ReadConfig() + require.NoError(t, err) + + var rootsCtx context.Context + var leafCtx context.Context + var ctxLock sync.Mutex + + rootsReq := ac.caRootsRequest() + mcfg.cache.On("Notify", + mock.Anything, + cachetype.ConnectCARootName, + &rootsReq, + rootsWatchID, + mock.Anything, + ).Return(nil).Times(2).Run(func(args mock.Arguments) { + ctxLock.Lock() + rootsCtx = args.Get(0).(context.Context) + ctxLock.Unlock() + }) + + leafReq := ac.leafCertRequest() + mcfg.cache.On("Notify", + mock.Anything, + cachetype.ConnectCALeafName, + &leafReq, + leafWatchID, + mock.Anything, + ).Return(nil).Times(2).Run(func(args mock.Arguments) { + ctxLock.Lock() + leafCtx = args.Get(0).(context.Context) + ctxLock.Unlock() + }) + + // we will start/stop things twice + mcfg.tokens.On("Notify", token.TokenKindAgent).Return(token.Notifier{}).Times(2) + mcfg.tokens.On("StopNotify", token.Notifier{}).Times(2) + + mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(time.Now().Add(10 * time.Minute)).Times(0) + + // ensure that auto-config isn't running + require.False(t, ac.IsRunning()) + + // ensure that nothing bad happens and that it reports as stopped + require.False(t, ac.Stop()) + + // ensure that the Done chan also reports that things are not running + // in other words the chan is immediately selectable + requireChanReady(t, ac.Done()) + + // start auto-config + ctx, cancel := context.WithCancel(context.Background()) + defer cancel() + require.NoError(t, ac.Start(ctx)) + + waitForContexts := func() bool { + ctxLock.Lock() + defer ctxLock.Unlock() + return !(rootsCtx == nil || leafCtx == nil) + } + + // wait for the cache notifications to get started + require.Eventually(t, waitForContexts, 100*time.Millisecond, 10*time.Millisecond) + + // hold onto the Done chan to test for the go routine exiting + done := ac.Done() + + // ensure we report as running + require.True(t, ac.IsRunning()) + + // ensure the done chan is not selectable yet + requireChanNotReady(t, done) + + // ensure we error if we attempt to start again + err = ac.Start(ctx) + testutil.RequireErrorContains(t, err, "AutoConfig is already running") + + // now stop things - it should return true indicating that it was running + // when we attempted to stop it. require.True(t, ac.Stop()) - certMon.AssertExpectations(t) - directRPC.AssertExpectations(t) + // ensure that the go routine shuts down - it will close the done chan. Also it should cancel + // the cache watches by cancelling the context it passed into the Notify call. + require.True(t, waitForChans(100*time.Millisecond, done, leafCtx.Done(), rootsCtx.Done()), "AutoConfig didn't shut down") + require.False(t, ac.IsRunning()) + + // restart it + require.NoError(t, ac.Start(ctx)) + + // get the new Done chan + done = ac.Done() + + // ensure that context cancellation causes us to stop as well + cancel() + require.True(t, waitForChans(100*time.Millisecond, done)) } -func TestFallBackTLS(t *testing.T) { - _, configDir, builderOpts := testSetupAutoConf(t) +type testAutoConfig struct { + mcfg *mockedConfig + ac *AutoConfig + tokenUpdates chan struct{} + originalToken string - cfgFile := filepath.Join(configDir, "test.json") - require.NoError(t, ioutil.WriteFile(cfgFile, []byte(`{ - "auto_config": {"enabled": true, "intro_token": "blarg", "server_addresses": ["127.0.0.1:8300"]}, "verify_outgoing": true - }`), 0600)) + initialRoots *structs.IndexedCARoots + initialCert *structs.IssuedCert + extraCerts []string +} - builderOpts.ConfigFiles = append(builderOpts.ConfigFiles, cfgFile) +func startedAutoConfig(t *testing.T, autoEncrypt bool) testAutoConfig { + t.Helper() + mcfg := newMockedConfig(t) + loader := setupRuntimeConfig(t) + if !autoEncrypt { + loader.addConfigHCL(` + auto_config = { + enabled = true + intro_token ="blarg" + server_addresses = ["127.0.0.1:8300"] + } + verify_outgoing = true + `) + } else { + loader.addConfigHCL(` + auto_encrypt { + tls = true + } + verify_outgoing = true + `) + } + mcfg.Config.Loader = loader.Load + mcfg.Config.FallbackLeeway = time.Nanosecond - directRPC := mockDirectRPC{} + originalToken := "a5deaa25-11ca-48bf-a979-4c3a7aa4b9a9" - populateResponse := func(val interface{}) { - resp, ok := val.(*pbautoconf.AutoConfigResponse) + if !autoEncrypt { + // this gets called when InitialConfiguration is invoked to record the token from the + // auto-config response + mcfg.tokens.On("UpdateAgentToken", originalToken, token.TokenSourceConfig).Return(true).Once() + } + + // we expect this to be retrieved twice: first during cache prepopulation + // and then again when setting up the cache watch for the leaf cert. + // However one of those expectations is setup in the expectInitialTLS + // method so we only need one more here + mcfg.tokens.On("AgentToken").Return(originalToken).Once() + + if autoEncrypt { + // when using AutoEncrypt we also have to grab the token once more + // when setting up the initial RPC as the ACL token is what is used + // to authorize the request. + mcfg.tokens.On("AgentToken").Return(originalToken).Once() + } + + // this is called once during Start to initialze the token watches + tokenUpdateCh := make(chan struct{}) + tokenNotifier := token.Notifier{ + Ch: tokenUpdateCh, + } + mcfg.tokens.On("Notify", token.TokenKindAgent).Once().Return(tokenNotifier) + mcfg.tokens.On("StopNotify", tokenNotifier).Once() + + // expect the roots watch on the cache + mcfg.cache.On("Notify", + mock.Anything, + cachetype.ConnectCARootName, + &structs.DCSpecificRequest{Datacenter: "dc1"}, + rootsWatchID, + mock.Anything, + ).Return(nil).Once() + + mcfg.cache.On("Notify", + mock.Anything, + cachetype.ConnectCALeafName, + &cachetype.ConnectCALeafRequest{ + Datacenter: "dc1", + Agent: "autoconf", + Token: originalToken, + DNSSAN: defaultDNSSANs, + IPSAN: defaultIPSANs, + }, + leafWatchID, + mock.Anything, + ).Return(nil).Once() + + // override the server provider - most of the other tests set it up so that this + // always returns no server (simulating a state where we haven't joined gossip). + // this seems like a good place to ensure this other way of finding server information + // works + mcfg.serverProvider.On("FindLANServer").Once().Return(&metadata.Server{ + Addr: &net.TCPAddr{IP: net.IPv4(198, 18, 0, 1), Port: 8300}, + }) + + indexedRoots, cert, extraCerts := mcfg.setupInitialTLS(t, "autoconf", "dc1", originalToken) + + mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(cert.ValidBefore).Once() + + populateResponse := func(args mock.Arguments) { + method := args.String(3) + + switch method { + case "AutoConfig.InitialConfiguration": + resp, ok := args.Get(5).(*pbautoconf.AutoConfigResponse) + require.True(t, ok) + resp.Config = &pbconfig.Config{ + PrimaryDatacenter: "primary", + TLS: &pbconfig.TLS{ + VerifyServerHostname: true, + }, + ACL: &pbconfig.ACL{ + Tokens: &pbconfig.ACLTokens{ + Agent: originalToken, + }, + }, + } + + resp.CARoots = mustTranslateCARootsToProtobuf(t, indexedRoots) + resp.Certificate = mustTranslateIssuedCertToProtobuf(t, cert) + resp.ExtraCACertificates = extraCerts + case "AutoEncrypt.Sign": + resp, ok := args.Get(5).(*structs.SignedResponse) + require.True(t, ok) + *resp = structs.SignedResponse{ + VerifyServerHostname: true, + ConnectCARoots: *indexedRoots, + IssuedCert: *cert, + ManualCARoots: extraCerts, + } + } + } + + if !autoEncrypt { + expectedRequest := pbautoconf.AutoConfigRequest{ + Datacenter: "dc1", + Node: "autoconf", + JWT: "blarg", + } + + mcfg.directRPC.On( + "RPC", + "dc1", + "autoconf", + &net.TCPAddr{IP: net.IPv4(198, 18, 0, 1), Port: 8300}, + "AutoConfig.InitialConfiguration", + &expectedRequest, + &pbautoconf.AutoConfigResponse{}).Return(nil).Run(populateResponse).Once() + } else { + expectedRequest := structs.CASignRequest{ + WriteRequest: structs.WriteRequest{Token: originalToken}, + Datacenter: "dc1", + // TODO (autoconf) Maybe in the future we should populate a CSR + // and do some manual parsing/verification of the contents. The + // bits not having to do with the signing key such as the requested + // SANs and CN. For now though the mockDirectRPC type will empty + // the CSR so we have to pass in an empty string to the expectation. + CSR: "", + } + + mcfg.directRPC.On( + "RPC", + "dc1", + "autoconf", // reusing the same name to prevent needing more configurability + &net.TCPAddr{IP: net.IPv4(198, 18, 0, 1), Port: 8300}, + "AutoEncrypt.Sign", + &expectedRequest, + &structs.SignedResponse{}).Return(nil).Run(populateResponse) + } + + ac, err := New(mcfg.Config) + require.NoError(t, err) + require.NotNil(t, ac) + + cfg, err := ac.InitialConfiguration(context.Background()) + require.NoError(t, err) + require.NotNil(t, cfg) + if !autoEncrypt { + // auto-encrypt doesn't modify the config but rather sets the value + // in the TLS configurator + require.True(t, cfg.VerifyServerHostname) + } + + ctx, cancel := context.WithCancel(context.Background()) + require.NoError(t, ac.Start(ctx)) + t.Cleanup(func() { + done := ac.Done() + cancel() + timer := time.NewTimer(1 * time.Second) + defer timer.Stop() + select { + case <-done: + // do nothing + case <-timer.C: + t.Fatalf("AutoConfig wasn't stopped within 1 second after test completion") + } + }) + + return testAutoConfig{ + mcfg: mcfg, + ac: ac, + tokenUpdates: tokenUpdateCh, + originalToken: originalToken, + initialRoots: indexedRoots, + initialCert: cert, + extraCerts: extraCerts, + } +} + +// this test ensures that the cache watches are restarted with +// the updated token after receiving a token update +func TestTokenUpdate(t *testing.T) { + testAC := startedAutoConfig(t, false) + + newToken := "1a4cc445-86ed-46b4-a355-bbf5a11dddb0" + + rootsCtx, rootsCancel := context.WithCancel(context.Background()) + testAC.mcfg.cache.On("Notify", + mock.Anything, + cachetype.ConnectCARootName, + &structs.DCSpecificRequest{Datacenter: testAC.ac.config.Datacenter}, + rootsWatchID, + mock.Anything, + ).Return(nil).Once().Run(func(args mock.Arguments) { + rootsCancel() + }) + + leafCtx, leafCancel := context.WithCancel(context.Background()) + testAC.mcfg.cache.On("Notify", + mock.Anything, + cachetype.ConnectCALeafName, + &cachetype.ConnectCALeafRequest{ + Datacenter: "dc1", + Agent: "autoconf", + Token: newToken, + DNSSAN: defaultDNSSANs, + IPSAN: defaultIPSANs, + }, + leafWatchID, + mock.Anything, + ).Return(nil).Once().Run(func(args mock.Arguments) { + leafCancel() + }) + + // this will be retrieved once when resetting the leaf cert watch + testAC.mcfg.tokens.On("AgentToken").Return(newToken).Once() + + // send the notification about the token update + testAC.tokenUpdates <- struct{}{} + + // wait for the leaf cert watches + require.True(t, waitForChans(100*time.Millisecond, leafCtx.Done(), rootsCtx.Done()), "New cache watches were not started within 100ms") +} + +func TestRootsUpdate(t *testing.T) { + testAC := startedAutoConfig(t, false) + + secondCA := connect.TestCA(t, testAC.initialRoots.Roots[0]) + secondRoots := structs.IndexedCARoots{ + ActiveRootID: secondCA.ID, + TrustDomain: connect.TestClusterID, + Roots: []*structs.CARoot{ + secondCA, + testAC.initialRoots.Roots[0], + }, + QueryMeta: structs.QueryMeta{ + Index: 99, + }, + } + + updatedCtx, cancel := context.WithCancel(context.Background()) + testAC.mcfg.tlsCfg.On("UpdateAutoTLS", + testAC.extraCerts, + []string{secondCA.RootCert, testAC.initialRoots.Roots[0].RootCert}, + testAC.initialCert.CertPEM, + "redacted", + true, + ).Return(nil).Once().Run(func(args mock.Arguments) { + cancel() + }) + + // when a cache event comes in we end up recalculating the fallback timer which requires this call + testAC.mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(time.Now().Add(10 * time.Minute)).Once() + + req := structs.DCSpecificRequest{Datacenter: "dc1"} + require.True(t, testAC.mcfg.cache.sendNotification(context.Background(), req.CacheInfo().Key, cache.UpdateEvent{ + CorrelationID: rootsWatchID, + Result: &secondRoots, + Meta: cache.ResultMeta{ + Index: secondRoots.Index, + }, + })) + + require.True(t, waitForChans(100*time.Millisecond, updatedCtx.Done()), "TLS certificates were not updated within the alotted time") + + // persisting these to disk happens right after the chan we are waiting for will have fired above + // however there is no deterministic way to know once its been written outside of maybe a filesystem + // event notifier. That seems a little heavy handed just for this and especially to do in any sort + // of cross platform way. + retry.Run(t, func(r *retry.R) { + resp, err := testAC.ac.readPersistedAutoConfig() + require.NoError(r, err) + require.Equal(r, secondRoots.ActiveRootID, resp.CARoots.GetActiveRootID()) + }) +} + +func TestCertUpdate(t *testing.T) { + testAC := startedAutoConfig(t, false) + secondCert := newLeaf(t, "autoconf", "dc1", testAC.initialRoots.Roots[0], 99, 10*time.Minute) + + updatedCtx, cancel := context.WithCancel(context.Background()) + testAC.mcfg.tlsCfg.On("UpdateAutoTLS", + testAC.extraCerts, + []string{testAC.initialRoots.Roots[0].RootCert}, + secondCert.CertPEM, + "redacted", + true, + ).Return(nil).Once().Run(func(args mock.Arguments) { + cancel() + }) + + // when a cache event comes in we end up recalculating the fallback timer which requires this call + testAC.mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(secondCert.ValidBefore).Once() + + req := cachetype.ConnectCALeafRequest{ + Datacenter: "dc1", + Agent: "autoconf", + Token: testAC.originalToken, + DNSSAN: defaultDNSSANs, + IPSAN: defaultIPSANs, + } + require.True(t, testAC.mcfg.cache.sendNotification(context.Background(), req.CacheInfo().Key, cache.UpdateEvent{ + CorrelationID: leafWatchID, + Result: secondCert, + Meta: cache.ResultMeta{ + Index: secondCert.ModifyIndex, + }, + })) + + require.True(t, waitForChans(100*time.Millisecond, updatedCtx.Done()), "TLS certificates were not updated within the alotted time") + + // persisting these to disk happens after all the things we would wait for in assertCertUpdated + // will have fired. There is no deterministic way to know once its been written so we wrap + // this in a retry. + retry.Run(t, func(r *retry.R) { + resp, err := testAC.ac.readPersistedAutoConfig() + require.NoError(r, err) + + // ensure the roots got persisted to disk + require.Equal(r, secondCert.CertPEM, resp.Certificate.GetCertPEM()) + }) +} + +func TestFallback(t *testing.T) { + testAC := startedAutoConfig(t, false) + + // at this point everything is operating normally and we are just + // waiting for events. We are going to send a new cert that is basically + // already expired and then allow the fallback routine to kick in. + secondCert := newLeaf(t, "autoconf", "dc1", testAC.initialRoots.Roots[0], 100, time.Nanosecond) + secondCA := connect.TestCA(t, testAC.initialRoots.Roots[0]) + secondRoots := structs.IndexedCARoots{ + ActiveRootID: secondCA.ID, + TrustDomain: connect.TestClusterID, + Roots: []*structs.CARoot{ + secondCA, + testAC.initialRoots.Roots[0], + }, + QueryMeta: structs.QueryMeta{ + Index: 101, + }, + } + thirdCert := newLeaf(t, "autoconf", "dc1", secondCA, 102, 10*time.Minute) + + // setup the expectation for when the certs got updated initially + updatedCtx, updateCancel := context.WithCancel(context.Background()) + testAC.mcfg.tlsCfg.On("UpdateAutoTLS", + testAC.extraCerts, + []string{testAC.initialRoots.Roots[0].RootCert}, + secondCert.CertPEM, + "redacted", + true, + ).Return(nil).Once().Run(func(args mock.Arguments) { + updateCancel() + }) + + // when a cache event comes in we end up recalculating the fallback timer which requires this call + testAC.mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(secondCert.ValidBefore).Once() + testAC.mcfg.tlsCfg.On("AutoEncryptCertExpired").Return(true).Once() + + fallbackCtx, fallbackCancel := context.WithCancel(context.Background()) + + // also testing here that we can change server IPs for ongoing operations + testAC.mcfg.serverProvider.On("FindLANServer").Once().Return(&metadata.Server{ + Addr: &net.TCPAddr{IP: net.IPv4(198, 18, 23, 2), Port: 8300}, + }) + + // after sending the notification for the cert update another InitialConfiguration RPC + // will be made to pull down the latest configuration. So we need to set up the response + // for the second RPC + populateResponse := func(args mock.Arguments) { + resp, ok := args.Get(5).(*pbautoconf.AutoConfigResponse) require.True(t, ok) resp.Config = &pbconfig.Config{ PrimaryDatacenter: "primary", TLS: &pbconfig.TLS{ VerifyServerHostname: true, }, - } - - resp.CARoots = &pbconnect.CARoots{ - ActiveRootID: "active", - TrustDomain: "trust", - Roots: []*pbconnect.CARoot{ - { - ID: "active", - Name: "foo", - SerialNumber: 42, - SigningKeyID: "blarg", - NotBefore: &types.Timestamp{Seconds: 5000, Nanos: 100}, - NotAfter: &types.Timestamp{Seconds: 10000, Nanos: 9009}, - RootCert: "not an actual cert", - Active: true, + ACL: &pbconfig.ACL{ + Tokens: &pbconfig.ACLTokens{ + Agent: testAC.originalToken, }, }, } - resp.Certificate = &pbconnect.IssuedCert{ - SerialNumber: "1234", - CertPEM: "not a cert", - Agent: "foo", - AgentURI: "spiffe://blarg/agent/client/dc/foo/id/foo", - ValidAfter: &types.Timestamp{Seconds: 6000}, - ValidBefore: &types.Timestamp{Seconds: 7000}, - } - resp.ExtraCACertificates = []string{"blarg"} + + resp.CARoots = mustTranslateCARootsToProtobuf(t, &secondRoots) + resp.Certificate = mustTranslateIssuedCertToProtobuf(t, thirdCert) + resp.ExtraCACertificates = testAC.extraCerts + + fallbackCancel() } expectedRequest := pbautoconf.AutoConfigRequest{ @@ -669,67 +1056,118 @@ func TestFallBackTLS(t *testing.T) { JWT: "blarg", } - directRPC.On( + testAC.mcfg.directRPC.On( "RPC", "dc1", "autoconf", - &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 8300}, + &net.TCPAddr{IP: net.IPv4(198, 18, 23, 2), Port: 8300}, "AutoConfig.InitialConfiguration", &expectedRequest, - &pbautoconf.AutoConfigResponse{}).Return(populateResponse) + &pbautoconf.AutoConfigResponse{}).Return(nil).Run(populateResponse).Once() - // setup the mock certificate monitor we don't expect it to be used - // as the FallbackTLS method is mainly used by the certificate monitor - // if for some reason it fails to renew the TLS certificate in time. - certMon := mockCertMonitor{} + // this gets called when InitialConfiguration is invoked to record the token from the + // auto-config response which is how the Fallback for auto-config works + testAC.mcfg.tokens.On("UpdateAgentToken", testAC.originalToken, token.TokenSourceConfig).Return(true).Once() - conf := new(Config). - WithBuilderOpts(builderOpts). - WithDirectRPC(&directRPC). - WithCertMonitor(&certMon) - ac, err := New(conf) - require.NoError(t, err) - require.NotNil(t, ac) - ac.config, err = ac.ReadConfig() - require.NoError(t, err) + testAC.mcfg.expectInitialTLS(t, "autoconf", "dc1", testAC.originalToken, secondCA, &secondRoots, thirdCert, testAC.extraCerts) - actual, err := ac.FallbackTLS(context.Background()) - require.NoError(t, err) - expected := &structs.SignedResponse{ - ConnectCARoots: structs.IndexedCARoots{ - ActiveRootID: "active", - TrustDomain: "trust", - Roots: []*structs.CARoot{ - { - ID: "active", - Name: "foo", - SerialNumber: 42, - SigningKeyID: "blarg", - NotBefore: time.Unix(5000, 100), - NotAfter: time.Unix(10000, 9009), - RootCert: "not an actual cert", - Active: true, + // after the second RPC we now will use the new certs validity period in the next run loop iteration + testAC.mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(time.Now().Add(10 * time.Minute)).Once() + + // now that all the mocks are set up we can trigger the whole thing by sending the second expired cert + // as a cache update event. + req := cachetype.ConnectCALeafRequest{ + Datacenter: "dc1", + Agent: "autoconf", + Token: testAC.originalToken, + DNSSAN: defaultDNSSANs, + IPSAN: defaultIPSANs, + } + require.True(t, testAC.mcfg.cache.sendNotification(context.Background(), req.CacheInfo().Key, cache.UpdateEvent{ + CorrelationID: leafWatchID, + Result: secondCert, + Meta: cache.ResultMeta{ + Index: secondCert.ModifyIndex, + }, + })) + + // wait for the TLS certificates to get updated + require.True(t, waitForChans(100*time.Millisecond, updatedCtx.Done()), "TLS certificates were not updated within the alotted time") + + // now wait for the fallback routine to be invoked + require.True(t, waitForChans(100*time.Millisecond, fallbackCtx.Done()), "fallback routines did not get invoked within the alotted time") + + // persisting these to disk happens after the RPC we waited on above will have fired + // There is no deterministic way to know once its been written so we wrap this in a retry. + retry.Run(t, func(r *retry.R) { + resp, err := testAC.ac.readPersistedAutoConfig() + require.NoError(r, err) + + // ensure the roots got persisted to disk + require.Equal(r, thirdCert.CertPEM, resp.Certificate.GetCertPEM()) + require.Equal(r, secondRoots.ActiveRootID, resp.CARoots.GetActiveRootID()) + }) +} + +func TestIntroToken(t *testing.T) { + tokenFile := testutil.TempFile(t, "intro-token") + t.Cleanup(func() { os.Remove(tokenFile.Name()) }) + + tokenFileEmpty := testutil.TempFile(t, "intro-token-empty") + t.Cleanup(func() { os.Remove(tokenFileEmpty.Name()) }) + + tokenFromFile := "8ae34d3a-8adf-446a-b236-69874597cb5b" + tokenFromConfig := "3ad9b572-ea42-4e47-9cd0-53a398a98abf" + require.NoError(t, ioutil.WriteFile(tokenFile.Name(), []byte(tokenFromFile), 0600)) + + type testCase struct { + config *config.RuntimeConfig + err string + token string + } + + cases := map[string]testCase{ + "config": { + config: &config.RuntimeConfig{ + AutoConfig: config.AutoConfig{ + IntroToken: tokenFromConfig, + IntroTokenFile: tokenFile.Name(), }, }, + token: tokenFromConfig, }, - IssuedCert: structs.IssuedCert{ - SerialNumber: "1234", - CertPEM: "not a cert", - Agent: "foo", - AgentURI: "spiffe://blarg/agent/client/dc/foo/id/foo", - ValidAfter: time.Unix(6000, 0), - ValidBefore: time.Unix(7000, 0), + "file": { + config: &config.RuntimeConfig{ + AutoConfig: config.AutoConfig{ + IntroTokenFile: tokenFile.Name(), + }, + }, + token: tokenFromFile, + }, + "file-empty": { + config: &config.RuntimeConfig{ + AutoConfig: config.AutoConfig{ + IntroTokenFile: tokenFileEmpty.Name(), + }, + }, + err: "intro_token_file did not contain any token", }, - ManualCARoots: []string{"blarg"}, - VerifyServerHostname: true, } - // have to just verify that the private key was put in here but we then - // must zero it out so that the remaining equality check will pass - require.NotEmpty(t, actual.IssuedCert.PrivateKeyPEM) - actual.IssuedCert.PrivateKeyPEM = "" - require.Equal(t, expected, actual) - // ensure no RPC was made - directRPC.AssertExpectations(t) - certMon.AssertExpectations(t) + for name, tcase := range cases { + t.Run(name, func(t *testing.T) { + ac := AutoConfig{ + config: tcase.config, + } + + token, err := ac.introToken() + if tcase.err != "" { + testutil.RequireErrorContains(t, err, tcase.err) + } else { + require.NoError(t, err) + require.Equal(t, tcase.token, token) + } + }) + } + } diff --git a/agent/auto-config/auto_encrypt.go b/agent/auto-config/auto_encrypt.go new file mode 100644 index 0000000000..2290bb332b --- /dev/null +++ b/agent/auto-config/auto_encrypt.go @@ -0,0 +1,111 @@ +package autoconf + +import ( + "context" + "fmt" + "net" + "strings" + + "github.com/hashicorp/consul/agent/structs" +) + +func (ac *AutoConfig) autoEncryptInitialCerts(ctx context.Context) (*structs.SignedResponse, error) { + // generate a CSR + csr, key, err := ac.generateCSR() + if err != nil { + return nil, err + } + + // this resets the failures so that we will perform immediate request + wait := ac.acConfig.Waiter.Success() + for { + select { + case <-wait: + if resp, err := ac.autoEncryptInitialCertsOnce(ctx, csr, key); err == nil && resp != nil { + return resp, nil + } else if err != nil { + ac.logger.Error(err.Error()) + } else { + ac.logger.Error("No error returned when fetching certificates from the servers but no response was either") + } + + wait = ac.acConfig.Waiter.Failed() + case <-ctx.Done(): + ac.logger.Info("interrupted during retrieval of auto-encrypt certificates", "err", ctx.Err()) + return nil, ctx.Err() + } + } +} + +func (ac *AutoConfig) autoEncryptInitialCertsOnce(ctx context.Context, csr, key string) (*structs.SignedResponse, error) { + request := structs.CASignRequest{ + WriteRequest: structs.WriteRequest{Token: ac.acConfig.Tokens.AgentToken()}, + Datacenter: ac.config.Datacenter, + CSR: csr, + } + var resp structs.SignedResponse + + servers, err := ac.autoEncryptHosts() + if err != nil { + return nil, err + } + + for _, s := range servers { + // try each IP to see if we can successfully make the request + for _, addr := range ac.resolveHost(s) { + if ctx.Err() != nil { + return nil, ctx.Err() + } + + ac.logger.Debug("making AutoEncrypt.Sign RPC", "addr", addr.String()) + err = ac.acConfig.DirectRPC.RPC(ac.config.Datacenter, ac.config.NodeName, &addr, "AutoEncrypt.Sign", &request, &resp) + if err != nil { + ac.logger.Error("AutoEncrypt.Sign RPC failed", "addr", addr.String(), "error", err) + continue + } + + resp.IssuedCert.PrivateKeyPEM = key + return &resp, nil + } + } + return nil, fmt.Errorf("No servers successfully responded to the auto-encrypt request") +} + +func (ac *AutoConfig) autoEncryptHosts() ([]string, error) { + // use servers known to gossip if there are any + if ac.acConfig.ServerProvider != nil { + if srv := ac.acConfig.ServerProvider.FindLANServer(); srv != nil { + return []string{srv.Addr.String()}, nil + } + } + + hosts, err := ac.discoverServers(ac.config.RetryJoinLAN) + if err != nil { + return nil, err + } + + var addrs []string + + // The addresses we use for auto-encrypt are the retry join and start join + // addresses. These are for joining serf and therefore we cannot rely on the + // ports for these. This loop strips any port that may have been specified and + // will let subsequent resolveAddr calls add on the default RPC port. + for _, addr := range append(ac.config.StartJoinAddrsLAN, hosts...) { + host, _, err := net.SplitHostPort(addr) + if err != nil { + if strings.Contains(err.Error(), "missing port in address") { + host = addr + } else { + ac.logger.Warn("error splitting host address into IP and port", "address", addr, "error", err) + continue + } + } + addrs = append(addrs, host) + } + + if len(addrs) == 0 { + return nil, fmt.Errorf("no auto-encrypt server addresses available for use") + } + + return addrs, nil +} diff --git a/agent/auto-config/auto_encrypt_test.go b/agent/auto-config/auto_encrypt_test.go new file mode 100644 index 0000000000..867db9441f --- /dev/null +++ b/agent/auto-config/auto_encrypt_test.go @@ -0,0 +1,562 @@ +package autoconf + +import ( + "context" + "crypto/x509" + "crypto/x509/pkix" + "encoding/asn1" + "fmt" + "net" + "net/url" + "testing" + "time" + + "github.com/hashicorp/consul/agent/cache" + cachetype "github.com/hashicorp/consul/agent/cache-types" + "github.com/hashicorp/consul/agent/config" + "github.com/hashicorp/consul/agent/connect" + "github.com/hashicorp/consul/agent/metadata" + "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/lib" + "github.com/hashicorp/consul/sdk/testutil" + "github.com/stretchr/testify/mock" + "github.com/stretchr/testify/require" +) + +func TestAutoEncrypt_generateCSR(t *testing.T) { + type testCase struct { + conf *config.RuntimeConfig + + // to validate the csr + expectedSubject pkix.Name + expectedSigAlg x509.SignatureAlgorithm + expectedPubAlg x509.PublicKeyAlgorithm + expectedDNSNames []string + expectedIPs []net.IP + expectedURIs []*url.URL + } + + cases := map[string]testCase{ + "ip-sans": { + conf: &config.RuntimeConfig{ + Datacenter: "dc1", + NodeName: "test-node", + AutoEncryptTLS: true, + AutoEncryptIPSAN: []net.IP{net.IPv4(198, 18, 0, 1), net.IPv4(198, 18, 0, 2)}, + }, + expectedSubject: pkix.Name{ + CommonName: connect.AgentCN("test-node", unknownTrustDomain), + Names: []pkix.AttributeTypeAndValue{ + { + // 2,5,4,3 is the CommonName type ASN1 identifier + Type: asn1.ObjectIdentifier{2, 5, 4, 3}, + Value: "testnode.agnt.unknown.consul", + }, + }, + }, + expectedSigAlg: x509.ECDSAWithSHA256, + expectedPubAlg: x509.ECDSA, + expectedDNSNames: defaultDNSSANs, + expectedIPs: append(defaultIPSANs, + net.IP{198, 18, 0, 1}, + net.IP{198, 18, 0, 2}, + ), + expectedURIs: []*url.URL{ + { + Scheme: "spiffe", + Host: unknownTrustDomain, + Path: "/agent/client/dc/dc1/id/test-node", + }, + }, + }, + "dns-sans": { + conf: &config.RuntimeConfig{ + Datacenter: "dc1", + NodeName: "test-node", + AutoEncryptTLS: true, + AutoEncryptDNSSAN: []string{"foo.local", "bar.local"}, + }, + expectedSubject: pkix.Name{ + CommonName: connect.AgentCN("test-node", unknownTrustDomain), + Names: []pkix.AttributeTypeAndValue{ + { + // 2,5,4,3 is the CommonName type ASN1 identifier + Type: asn1.ObjectIdentifier{2, 5, 4, 3}, + Value: "testnode.agnt.unknown.consul", + }, + }, + }, + expectedSigAlg: x509.ECDSAWithSHA256, + expectedPubAlg: x509.ECDSA, + expectedDNSNames: append(defaultDNSSANs, "foo.local", "bar.local"), + expectedIPs: defaultIPSANs, + expectedURIs: []*url.URL{ + { + Scheme: "spiffe", + Host: unknownTrustDomain, + Path: "/agent/client/dc/dc1/id/test-node", + }, + }, + }, + } + + for name, tcase := range cases { + t.Run(name, func(t *testing.T) { + ac := AutoConfig{config: tcase.conf} + + csr, _, err := ac.generateCSR() + require.NoError(t, err) + + request, err := connect.ParseCSR(csr) + require.NoError(t, err) + require.NotNil(t, request) + + require.Equal(t, tcase.expectedSubject, request.Subject) + require.Equal(t, tcase.expectedSigAlg, request.SignatureAlgorithm) + require.Equal(t, tcase.expectedPubAlg, request.PublicKeyAlgorithm) + require.Equal(t, tcase.expectedDNSNames, request.DNSNames) + require.Equal(t, tcase.expectedIPs, request.IPAddresses) + require.Equal(t, tcase.expectedURIs, request.URIs) + }) + } +} + +func TestAutoEncrypt_hosts(t *testing.T) { + type testCase struct { + serverProvider ServerProvider + config *config.RuntimeConfig + + hosts []string + err string + } + + providerNone := newMockServerProvider(t) + providerNone.On("FindLANServer").Return(nil).Times(0) + + providerWithServer := newMockServerProvider(t) + providerWithServer.On("FindLANServer").Return(&metadata.Server{Addr: &net.TCPAddr{IP: net.IPv4(198, 18, 0, 1), Port: 1234}}).Times(0) + + cases := map[string]testCase{ + "router-override": { + serverProvider: providerWithServer, + config: &config.RuntimeConfig{ + RetryJoinLAN: []string{"127.0.0.1:9876"}, + StartJoinAddrsLAN: []string{"192.168.1.2:4321"}, + }, + hosts: []string{"198.18.0.1:1234"}, + }, + "various-addresses": { + serverProvider: providerNone, + config: &config.RuntimeConfig{ + RetryJoinLAN: []string{"198.18.0.1", "foo.com", "[2001:db8::1234]:1234", "abc.local:9876"}, + StartJoinAddrsLAN: []string{"192.168.1.1:5432", "start.local", "[::ffff:172.16.5.4]", "main.dev:6789"}, + }, + hosts: []string{ + "192.168.1.1", + "start.local", + "[::ffff:172.16.5.4]", + "main.dev", + "198.18.0.1", + "foo.com", + "2001:db8::1234", + "abc.local", + }, + }, + "split-host-port-error": { + serverProvider: providerNone, + config: &config.RuntimeConfig{ + StartJoinAddrsLAN: []string{"this-is-not:a:ip:and_port"}, + }, + err: "no auto-encrypt server addresses available for use", + }, + } + + for name, tcase := range cases { + t.Run(name, func(t *testing.T) { + ac := AutoConfig{ + config: tcase.config, + logger: testutil.Logger(t), + acConfig: Config{ + ServerProvider: tcase.serverProvider, + }, + } + + hosts, err := ac.autoEncryptHosts() + if tcase.err != "" { + testutil.RequireErrorContains(t, err, tcase.err) + } else { + require.NoError(t, err) + require.Equal(t, tcase.hosts, hosts) + } + }) + } +} + +func TestAutoEncrypt_InitialCerts(t *testing.T) { + token := "1a148388-3dd7-4db4-9eea-520424b4a86a" + datacenter := "foo" + nodeName := "bar" + + mcfg := newMockedConfig(t) + + _, indexedRoots, cert := testCerts(t, nodeName, datacenter) + + // The following are called once for each round through the auto-encrypt initial certs outer loop + // (not the per-host direct rpc attempts but the one involving the RetryWaiter) + mcfg.tokens.On("AgentToken").Return(token).Times(2) + mcfg.serverProvider.On("FindLANServer").Return(nil).Times(2) + + request := structs.CASignRequest{ + WriteRequest: structs.WriteRequest{Token: token}, + Datacenter: datacenter, + // this gets removed by the mock code as its non-deterministic what it will be + CSR: "", + } + + // first failure + mcfg.directRPC.On("RPC", + datacenter, + nodeName, + &net.TCPAddr{IP: net.IPv4(198, 18, 0, 1), Port: 8300}, + "AutoEncrypt.Sign", + &request, + &structs.SignedResponse{}, + ).Once().Return(fmt.Errorf("injected error")) + // second failure + mcfg.directRPC.On("RPC", + datacenter, + nodeName, + &net.TCPAddr{IP: net.IPv4(198, 18, 0, 2), Port: 8300}, + "AutoEncrypt.Sign", + &request, + &structs.SignedResponse{}, + ).Once().Return(fmt.Errorf("injected error")) + // third times is successfuly (second attempt to first server) + mcfg.directRPC.On("RPC", + datacenter, + nodeName, + &net.TCPAddr{IP: net.IPv4(198, 18, 0, 1), Port: 8300}, + "AutoEncrypt.Sign", + &request, + &structs.SignedResponse{}, + ).Once().Return(nil).Run(func(args mock.Arguments) { + resp, ok := args.Get(5).(*structs.SignedResponse) + require.True(t, ok) + resp.ConnectCARoots = *indexedRoots + resp.IssuedCert = *cert + resp.VerifyServerHostname = true + }) + + mcfg.Config.Waiter = lib.NewRetryWaiter(2, 0, 1*time.Millisecond, nil) + + ac := AutoConfig{ + config: &config.RuntimeConfig{ + Datacenter: datacenter, + NodeName: nodeName, + RetryJoinLAN: []string{"198.18.0.1:1234", "198.18.0.2:3456"}, + ServerPort: 8300, + }, + acConfig: mcfg.Config, + logger: testutil.Logger(t), + } + + ctx, cancel := context.WithTimeout(context.Background(), 30*time.Second) + defer cancel() + resp, err := ac.autoEncryptInitialCerts(ctx) + require.NoError(t, err) + require.NotNil(t, resp) + require.True(t, resp.VerifyServerHostname) + require.NotEmpty(t, resp.IssuedCert.PrivateKeyPEM) + resp.IssuedCert.PrivateKeyPEM = "" + cert.PrivateKeyPEM = "" + require.Equal(t, cert, &resp.IssuedCert) + require.Equal(t, indexedRoots, &resp.ConnectCARoots) + require.Empty(t, resp.ManualCARoots) +} + +func TestAutoEncrypt_InitialConfiguration(t *testing.T) { + token := "010494ae-ee45-4433-903c-a58c91297714" + nodeName := "auto-encrypt" + datacenter := "dc1" + + mcfg := newMockedConfig(t) + loader := setupRuntimeConfig(t) + loader.addConfigHCL(` + auto_encrypt { + tls = true + } + `) + loader.opts.Config.NodeName = &nodeName + mcfg.Config.Loader = loader.Load + + indexedRoots, cert, extraCerts := mcfg.setupInitialTLS(t, nodeName, datacenter, token) + + // prepopulation is going to grab the token to populate the correct cache key + mcfg.tokens.On("AgentToken").Return(token).Times(0) + + // no server provider + mcfg.serverProvider.On("FindLANServer").Return(&metadata.Server{Addr: &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 8300}}).Times(1) + + populateResponse := func(args mock.Arguments) { + resp, ok := args.Get(5).(*structs.SignedResponse) + require.True(t, ok) + *resp = structs.SignedResponse{ + VerifyServerHostname: true, + ConnectCARoots: *indexedRoots, + IssuedCert: *cert, + ManualCARoots: extraCerts, + } + } + + expectedRequest := structs.CASignRequest{ + WriteRequest: structs.WriteRequest{Token: token}, + Datacenter: datacenter, + // TODO (autoconf) Maybe in the future we should populate a CSR + // and do some manual parsing/verification of the contents. The + // bits not having to do with the signing key such as the requested + // SANs and CN. For now though the mockDirectRPC type will empty + // the CSR so we have to pass in an empty string to the expectation. + CSR: "", + } + + mcfg.directRPC.On( + "RPC", + datacenter, + nodeName, + &net.TCPAddr{IP: net.IPv4(127, 0, 0, 1), Port: 8300}, + "AutoEncrypt.Sign", + &expectedRequest, + &structs.SignedResponse{}).Return(nil).Run(populateResponse) + + ac, err := New(mcfg.Config) + require.NoError(t, err) + require.NotNil(t, ac) + + cfg, err := ac.InitialConfiguration(context.Background()) + require.NoError(t, err) + require.NotNil(t, cfg) + +} + +func TestAutoEncrypt_TokenUpdate(t *testing.T) { + testAC := startedAutoConfig(t, true) + + newToken := "1a4cc445-86ed-46b4-a355-bbf5a11dddb0" + + rootsCtx, rootsCancel := context.WithCancel(context.Background()) + testAC.mcfg.cache.On("Notify", + mock.Anything, + cachetype.ConnectCARootName, + &structs.DCSpecificRequest{Datacenter: testAC.ac.config.Datacenter}, + rootsWatchID, + mock.Anything, + ).Return(nil).Once().Run(func(args mock.Arguments) { + rootsCancel() + }) + + leafCtx, leafCancel := context.WithCancel(context.Background()) + testAC.mcfg.cache.On("Notify", + mock.Anything, + cachetype.ConnectCALeafName, + &cachetype.ConnectCALeafRequest{ + Datacenter: "dc1", + Agent: "autoconf", + Token: newToken, + DNSSAN: defaultDNSSANs, + IPSAN: defaultIPSANs, + }, + leafWatchID, + mock.Anything, + ).Return(nil).Once().Run(func(args mock.Arguments) { + leafCancel() + }) + + // this will be retrieved once when resetting the leaf cert watch + testAC.mcfg.tokens.On("AgentToken").Return(newToken).Once() + + // send the notification about the token update + testAC.tokenUpdates <- struct{}{} + + // wait for the leaf cert watches + require.True(t, waitForChans(100*time.Millisecond, leafCtx.Done(), rootsCtx.Done()), "New cache watches were not started within 100ms") +} + +func TestAutoEncrypt_RootsUpdate(t *testing.T) { + testAC := startedAutoConfig(t, true) + + secondCA := connect.TestCA(t, testAC.initialRoots.Roots[0]) + secondRoots := structs.IndexedCARoots{ + ActiveRootID: secondCA.ID, + TrustDomain: connect.TestClusterID, + Roots: []*structs.CARoot{ + secondCA, + testAC.initialRoots.Roots[0], + }, + QueryMeta: structs.QueryMeta{ + Index: 99, + }, + } + + updatedCtx, cancel := context.WithCancel(context.Background()) + testAC.mcfg.tlsCfg.On("UpdateAutoTLSCA", + []string{secondCA.RootCert, testAC.initialRoots.Roots[0].RootCert}, + ).Return(nil).Once().Run(func(args mock.Arguments) { + cancel() + }) + + // when a cache event comes in we end up recalculating the fallback timer which requires this call + testAC.mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(time.Now().Add(10 * time.Minute)).Once() + + req := structs.DCSpecificRequest{Datacenter: "dc1"} + require.True(t, testAC.mcfg.cache.sendNotification(context.Background(), req.CacheInfo().Key, cache.UpdateEvent{ + CorrelationID: rootsWatchID, + Result: &secondRoots, + Meta: cache.ResultMeta{ + Index: secondRoots.Index, + }, + })) + + require.True(t, waitForChans(100*time.Millisecond, updatedCtx.Done()), "TLS certificates were not updated within the alotted time") +} + +func TestAutoEncrypt_CertUpdate(t *testing.T) { + testAC := startedAutoConfig(t, true) + secondCert := newLeaf(t, "autoconf", "dc1", testAC.initialRoots.Roots[0], 99, 10*time.Minute) + + updatedCtx, cancel := context.WithCancel(context.Background()) + testAC.mcfg.tlsCfg.On("UpdateAutoTLSCert", + secondCert.CertPEM, + "redacted", + ).Return(nil).Once().Run(func(args mock.Arguments) { + cancel() + }) + + // when a cache event comes in we end up recalculating the fallback timer which requires this call + testAC.mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(secondCert.ValidBefore).Once() + + req := cachetype.ConnectCALeafRequest{ + Datacenter: "dc1", + Agent: "autoconf", + Token: testAC.originalToken, + DNSSAN: defaultDNSSANs, + IPSAN: defaultIPSANs, + } + require.True(t, testAC.mcfg.cache.sendNotification(context.Background(), req.CacheInfo().Key, cache.UpdateEvent{ + CorrelationID: leafWatchID, + Result: secondCert, + Meta: cache.ResultMeta{ + Index: secondCert.ModifyIndex, + }, + })) + + require.True(t, waitForChans(100*time.Millisecond, updatedCtx.Done()), "TLS certificates were not updated within the alotted time") +} + +func TestAutoEncrypt_Fallback(t *testing.T) { + testAC := startedAutoConfig(t, true) + + // at this point everything is operating normally and we are just + // waiting for events. We are going to send a new cert that is basically + // already expired and then allow the fallback routine to kick in. + secondCert := newLeaf(t, "autoconf", "dc1", testAC.initialRoots.Roots[0], 100, time.Nanosecond) + secondCA := connect.TestCA(t, testAC.initialRoots.Roots[0]) + secondRoots := structs.IndexedCARoots{ + ActiveRootID: secondCA.ID, + TrustDomain: connect.TestClusterID, + Roots: []*structs.CARoot{ + secondCA, + testAC.initialRoots.Roots[0], + }, + QueryMeta: structs.QueryMeta{ + Index: 101, + }, + } + thirdCert := newLeaf(t, "autoconf", "dc1", secondCA, 102, 10*time.Minute) + + // setup the expectation for when the certs get updated initially + updatedCtx, updateCancel := context.WithCancel(context.Background()) + testAC.mcfg.tlsCfg.On("UpdateAutoTLSCert", + secondCert.CertPEM, + "redacted", + ).Return(nil).Once().Run(func(args mock.Arguments) { + updateCancel() + }) + + // when a cache event comes in we end up recalculating the fallback timer which requires this call + testAC.mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(secondCert.ValidBefore).Once() + testAC.mcfg.tlsCfg.On("AutoEncryptCertExpired").Return(true).Once() + + fallbackCtx, fallbackCancel := context.WithCancel(context.Background()) + + // also testing here that we can change server IPs for ongoing operations + testAC.mcfg.serverProvider.On("FindLANServer").Once().Return(&metadata.Server{ + Addr: &net.TCPAddr{IP: net.IPv4(198, 18, 23, 2), Port: 8300}, + }) + + // after sending the notification for the cert update another InitialConfiguration RPC + // will be made to pull down the latest configuration. So we need to set up the response + // for the second RPC + populateResponse := func(args mock.Arguments) { + resp, ok := args.Get(5).(*structs.SignedResponse) + require.True(t, ok) + *resp = structs.SignedResponse{ + VerifyServerHostname: true, + ConnectCARoots: secondRoots, + IssuedCert: *thirdCert, + ManualCARoots: testAC.extraCerts, + } + + fallbackCancel() + } + + expectedRequest := structs.CASignRequest{ + WriteRequest: structs.WriteRequest{Token: testAC.originalToken}, + Datacenter: "dc1", + // TODO (autoconf) Maybe in the future we should populate a CSR + // and do some manual parsing/verification of the contents. The + // bits not having to do with the signing key such as the requested + // SANs and CN. For now though the mockDirectRPC type will empty + // the CSR so we have to pass in an empty string to the expectation. + CSR: "", + } + + // the fallback routine to perform auto-encrypt again will need to grab this + testAC.mcfg.tokens.On("AgentToken").Return(testAC.originalToken).Once() + + testAC.mcfg.directRPC.On( + "RPC", + "dc1", + "autoconf", + &net.TCPAddr{IP: net.IPv4(198, 18, 23, 2), Port: 8300}, + "AutoEncrypt.Sign", + &expectedRequest, + &structs.SignedResponse{}).Return(nil).Run(populateResponse).Once() + + testAC.mcfg.expectInitialTLS(t, "autoconf", "dc1", testAC.originalToken, secondCA, &secondRoots, thirdCert, testAC.extraCerts) + + // after the second RPC we now will use the new certs validity period in the next run loop iteration + testAC.mcfg.tlsCfg.On("AutoEncryptCertNotAfter").Return(time.Now().Add(10 * time.Minute)).Once() + + // now that all the mocks are set up we can trigger the whole thing by sending the second expired cert + // as a cache update event. + req := cachetype.ConnectCALeafRequest{ + Datacenter: "dc1", + Agent: "autoconf", + Token: testAC.originalToken, + DNSSAN: defaultDNSSANs, + IPSAN: defaultIPSANs, + } + require.True(t, testAC.mcfg.cache.sendNotification(context.Background(), req.CacheInfo().Key, cache.UpdateEvent{ + CorrelationID: leafWatchID, + Result: secondCert, + Meta: cache.ResultMeta{ + Index: secondCert.ModifyIndex, + }, + })) + + // wait for the TLS certificates to get updated + require.True(t, waitForChans(100*time.Millisecond, updatedCtx.Done()), "TLS certificates were not updated within the alotted time") + + // now wait for the fallback routine to be invoked + require.True(t, waitForChans(100*time.Millisecond, fallbackCtx.Done()), "fallback routines did not get invoked within the alotted time") +} diff --git a/agent/auto-config/builder.go b/agent/auto-config/builder.go deleted file mode 100644 index 56feb268a3..0000000000 --- a/agent/auto-config/builder.go +++ /dev/null @@ -1,30 +0,0 @@ -package autoconf - -import ( - "github.com/hashicorp/consul/agent/config" -) - -// LoadConfig will build the configuration including the extraHead source injected -// after all other defaults but before any user supplied configuration and the overrides -// source injected as the final source in the configuration parsing chain. -func LoadConfig(builderOpts config.BuilderOpts, extraHead config.Source, overrides ...config.Source) (*config.RuntimeConfig, []string, error) { - b, err := config.NewBuilder(builderOpts) - if err != nil { - return nil, nil, err - } - - if extraHead.Data != "" { - b.Head = append(b.Head, extraHead) - } - - if len(overrides) != 0 { - b.Tail = append(b.Tail, overrides...) - } - - cfg, err := b.BuildAndValidate() - if err != nil { - return nil, nil, err - } - - return &cfg, b.Warnings, nil -} diff --git a/agent/auto-config/config.go b/agent/auto-config/config.go index 9510ba6c9b..c812cae6a4 100644 --- a/agent/auto-config/config.go +++ b/agent/auto-config/config.go @@ -3,9 +3,12 @@ package autoconf import ( "context" "net" + "time" + "github.com/hashicorp/consul/agent/cache" "github.com/hashicorp/consul/agent/config" - "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/metadata" + "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/lib" "github.com/hashicorp/go-hclog" ) @@ -18,12 +21,35 @@ type DirectRPC interface { RPC(dc string, node string, addr net.Addr, method string, args interface{}, reply interface{}) error } -// CertMonitor is the interface that needs to be satisfied for AutoConfig to be able to -// setup monitoring of the Connect TLS certificate after we first get it. -type CertMonitor interface { - Update(*structs.SignedResponse) error - Start(context.Context) (<-chan struct{}, error) - Stop() bool +// Cache is an interface to represent the methods of the +// agent/cache.Cache struct that we care about +type Cache interface { + Notify(ctx context.Context, t string, r cache.Request, correlationID string, ch chan<- cache.UpdateEvent) error + Prepopulate(t string, result cache.FetchResult, dc string, token string, key string) error +} + +// ServerProvider is an interface that can be used to find one server in the local DC known to +// the agent via Gossip +type ServerProvider interface { + FindLANServer() *metadata.Server +} + +// TLSConfigurator is an interface of the methods on the tlsutil.Configurator that we will require at +// runtime. +type TLSConfigurator interface { + UpdateAutoTLS(manualCAPEMs, connectCAPEMs []string, pub, priv string, verifyServerHostname bool) error + UpdateAutoTLSCA([]string) error + UpdateAutoTLSCert(pub, priv string) error + AutoEncryptCertNotAfter() time.Time + AutoEncryptCertExpired() bool +} + +// TokenStore is an interface of the methods we will need to use from the token.Store. +type TokenStore interface { + AgentToken() string + UpdateAgentToken(secret string, source token.TokenSource) bool + Notify(kind token.TokenKind) token.Notifier + StopNotify(notifier token.Notifier) } // Config contains all the tunables for AutoConfig @@ -37,16 +63,9 @@ type Config struct { // configuration. Setting this field is required. DirectRPC DirectRPC - // BuilderOpts are any configuration building options that should be - // used when loading the Consul configuration. This is mostly a pass - // through from what the CLI will generate. While this option is - // not strictly required, not setting it will prevent AutoConfig - // from doing anything useful. Enabling AutoConfig requires a - // CLI flag or a config file (also specified by the CLI) flag. - // So without providing the opts its equivalent to using the - // configuration of not specifying anything to the consul agent - // cli. - BuilderOpts config.BuilderOpts + // ServerProvider is the interfaced to be used by AutoConfig to find any + // known servers during fallback operations. + ServerProvider ServerProvider // Waiter is a RetryWaiter to be used during retrieval of the // initial configuration. When a round of requests fails we will @@ -60,56 +79,28 @@ type Config struct { // having the test take minutes/hours to complete. Waiter *lib.RetryWaiter - // Overrides are a list of configuration sources to append to the tail of - // the config builder. This field is optional and mainly useful for testing - // to override values that would be otherwise not user-settable. - Overrides []config.Source + // Loader merges source with the existing FileSources and returns the complete + // RuntimeConfig. + Loader func(source config.Source) (cfg *config.RuntimeConfig, warnings []string, err error) - // CertMonitor is the Connect TLS Certificate Monitor to be used for ongoing - // certificate renewals and connect CA roots updates. This field is not - // strictly required but if not provided the TLS certificates retrieved - // through by the AutoConfig.InitialConfiguration RPC will not be used - // or renewed. - CertMonitor CertMonitor -} + // TLSConfigurator is the shared TLS Configurator. AutoConfig will update the + // auto encrypt/auto config certs as they are renewed. + TLSConfigurator TLSConfigurator -// WithLogger will cause the created AutoConfig type to use the provided logger -func (c *Config) WithLogger(logger hclog.Logger) *Config { - c.Logger = logger - return c -} + // Cache is an object implementing our Cache interface. The Cache + // used at runtime must be able to handle Roots and Leaf Cert watches + Cache Cache -// WithConnectionPool will cause the created AutoConfig type to use the provided connection pool -func (c *Config) WithDirectRPC(directRPC DirectRPC) *Config { - c.DirectRPC = directRPC - return c -} + // FallbackLeeway is the amount of time after certificate expiration before + // invoking the fallback routine. If not set this will default to 10s. + FallbackLeeway time.Duration -// WithBuilderOpts will cause the created AutoConfig type to use the provided CLI builderOpts -func (c *Config) WithBuilderOpts(builderOpts config.BuilderOpts) *Config { - c.BuilderOpts = builderOpts - return c -} + // FallbackRetry is the duration between Fallback invocations when the configured + // fallback routine returns an error. If not set this will default to 1m. + FallbackRetry time.Duration -// WithRetryWaiter will cause the created AutoConfig type to use the provided retry waiter -func (c *Config) WithRetryWaiter(waiter *lib.RetryWaiter) *Config { - c.Waiter = waiter - return c -} - -// WithOverrides is used to provide a config source to append to the tail sources -// during config building. It is really only useful for testing to tune non-user -// configurable tunables to make various tests converge more quickly than they -// could otherwise. -func (c *Config) WithOverrides(overrides ...config.Source) *Config { - c.Overrides = overrides - return c -} - -// WithCertMonitor is used to provide a certificate monitor to the auto-config. -// This monitor is responsible for renewing the agents TLS certificate and keeping -// the connect CA roots up to date. -func (c *Config) WithCertMonitor(certMonitor CertMonitor) *Config { - c.CertMonitor = certMonitor - return c + // Tokens is the shared token store. It is used to retrieve the current + // agent token as well as getting notifications when that token is updated. + // This field is required. + Tokens TokenStore } diff --git a/agent/auto-config/config_translate.go b/agent/auto-config/config_translate.go index 313b37a47f..ba8f940d1c 100644 --- a/agent/auto-config/config_translate.go +++ b/agent/auto-config/config_translate.go @@ -3,6 +3,7 @@ package autoconf import ( "fmt" + "github.com/hashicorp/consul/agent/config" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/proto" "github.com/hashicorp/consul/proto/pbautoconf" @@ -19,151 +20,84 @@ import ( // // Why is this function not in the proto/pbconfig package? The answer, that // package cannot import the agent/config package without running into import cycles. -// -// If this function is meant to output an agent/config.Config then why does it output -// a map[string]interface{}? The answer is that our config and command line option -// parsing is messed up and it would require major changes to fix (we probably should -// do them but not for the auto-config feature). To understand this we need to work -// backwards. What we want to be able to do is persist the config settings from an -// auto-config response configuration to disk. We then want that configuration -// to be able to be parsed with the normal configuration parser/builder. It sort of was -// working with returning a filled out agent/config.Config but the problem was that -// the struct has a lot of non-pointer struct members. Thus, JSON serializtion caused -// these to always be emitted even if they contained no non-empty fields. The -// configuration would then seem to parse okay, but in OSS we would get warnings for -// setting a bunch of enterprise fields like "audit" at the top level. In an attempt -// to quiet those warnings, I had converted all the existing non-pointer struct fields -// to pointers. Then there were issues with the builder code expecting concrete values. -// I could add nil checks **EVERYWHERE** in builder.go or take a different approach. -// I then made a function utilizing github.com/mitchellh/reflectwalk to un-nil all the -// struct pointers after parsing to prevent any nil pointer dereferences. At first -// glance this seemed like it was going to work but then I saw that nearly all of the -// tests in runtime_test.go were failing. The first issues was that we were not merging -// pointers to struct fields properly. It was simply taking the new pointer if non-nil -// and defaulting to the original. So I updated that code, to properly merge pointers -// to structs. That fixed a bunch of tests but then there was another issue with -// the runtime tests where it was emitting warnings for using consul enterprise only -// configuration. After spending some time tracking this down it turns out that it -// was coming from our CLI option parsing. Our CLI option parsing works by filling -// in a agent/config.Config struct. Along the way when converting to pointers to -// structs I had to add a call to that function to un-nil various pointers to prevent -// the CLI from segfaulting. However this un-nil operation was causing the various -// enterprise only keys to be materialized. Thus we were back to where we were before -// the conversion to pointers to structs and mostly stuck. -// -// Therefore, this function will create a map[string]interface{} that should be -// compatible with the agent/config.Config struct but where we can more tightly -// control which fields are output. Its not a nice solution. It has a non-trivial -// maintenance burden. In the long run we should unify the protobuf Config and -// the normal agent/config.Config so that we can just serialize the protobuf version -// without any translation. For now, this hack is necessary :( -func translateConfig(c *pbconfig.Config) map[string]interface{} { - out := map[string]interface{}{ - "datacenter": c.Datacenter, - "primary_datacenter": c.PrimaryDatacenter, - "node_name": c.NodeName, +func translateConfig(c *pbconfig.Config) config.Config { + result := config.Config{ + Datacenter: stringPtrOrNil(c.Datacenter), + PrimaryDatacenter: stringPtrOrNil(c.PrimaryDatacenter), + NodeName: stringPtrOrNil(c.NodeName), + // only output the SegmentName in the configuration if its non-empty + // this will avoid a warning later when parsing the persisted configuration + SegmentName: stringPtrOrNil(c.SegmentName), } - // only output the SegmentName in the configuration if its non-empty - // this will avoid a warning later when parsing the persisted configuration - if c.SegmentName != "" { - out["segment"] = c.SegmentName - } - - // Translate Auto Encrypt settings if a := c.AutoEncrypt; a != nil { - autoEncryptConfig := map[string]interface{}{ - "tls": a.TLS, - "allow_tls": a.AllowTLS, + result.AutoEncrypt = config.AutoEncrypt{ + TLS: &a.TLS, + DNSSAN: a.DNSSAN, + IPSAN: a.IPSAN, + AllowTLS: &a.AllowTLS, } - - if len(a.DNSSAN) > 0 { - autoEncryptConfig["dns_san"] = a.DNSSAN - } - if len(a.IPSAN) > 0 { - autoEncryptConfig["ip_san"] = a.IPSAN - } - - out["auto_encrypt"] = autoEncryptConfig } - // Translate all the ACL settings if a := c.ACL; a != nil { - aclConfig := map[string]interface{}{ - "enabled": a.Enabled, - "policy_ttl": a.PolicyTTL, - "role_ttl": a.RoleTTL, - "token_ttl": a.TokenTTL, - "down_policy": a.DownPolicy, - "default_policy": a.DefaultPolicy, - "enable_key_list_policy": a.EnableKeyListPolicy, - "disabled_ttl": a.DisabledTTL, - "enable_token_persistence": a.EnableTokenPersistence, + result.ACL = config.ACL{ + Enabled: &a.Enabled, + PolicyTTL: stringPtrOrNil(a.PolicyTTL), + RoleTTL: stringPtrOrNil(a.RoleTTL), + TokenTTL: stringPtrOrNil(a.TokenTTL), + DownPolicy: stringPtrOrNil(a.DownPolicy), + DefaultPolicy: stringPtrOrNil(a.DefaultPolicy), + EnableKeyListPolicy: &a.EnableKeyListPolicy, + DisabledTTL: stringPtrOrNil(a.DisabledTTL), + EnableTokenPersistence: &a.EnableTokenPersistence, } if t := c.ACL.Tokens; t != nil { - var mspTokens []map[string]string - - // create the slice of msp tokens if any + tokens := make([]config.ServiceProviderToken, 0, len(t.ManagedServiceProvider)) for _, mspToken := range t.ManagedServiceProvider { - mspTokens = append(mspTokens, map[string]string{ - "accessor_id": mspToken.AccessorID, - "secret_id": mspToken.SecretID, + tokens = append(tokens, config.ServiceProviderToken{ + AccessorID: &mspToken.AccessorID, + SecretID: &mspToken.SecretID, }) } - tokenConfig := make(map[string]interface{}) - - if t.Master != "" { - tokenConfig["master"] = t.Master + result.ACL.Tokens = config.Tokens{ + Master: stringPtrOrNil(t.Master), + Replication: stringPtrOrNil(t.Replication), + AgentMaster: stringPtrOrNil(t.AgentMaster), + Default: stringPtrOrNil(t.Default), + Agent: stringPtrOrNil(t.Agent), + ManagedServiceProvider: tokens, } - if t.Replication != "" { - tokenConfig["replication"] = t.Replication - } - if t.AgentMaster != "" { - tokenConfig["agent_master"] = t.AgentMaster - } - if t.Default != "" { - tokenConfig["default"] = t.Default - } - if t.Agent != "" { - tokenConfig["agent"] = t.Agent - } - if len(mspTokens) > 0 { - tokenConfig["managed_service_provider"] = mspTokens - } - - aclConfig["tokens"] = tokenConfig } - out["acl"] = aclConfig } - // Translate the Gossip settings if g := c.Gossip; g != nil { - out["retry_join"] = g.RetryJoinLAN + result.RetryJoinLAN = g.RetryJoinLAN - // Translate the Gossip Encryption settings if e := c.Gossip.Encryption; e != nil { - out["encrypt"] = e.Key - out["encrypt_verify_incoming"] = e.VerifyIncoming - out["encrypt_verify_outgoing"] = e.VerifyOutgoing + result.EncryptKey = stringPtrOrNil(e.Key) + result.EncryptVerifyIncoming = &e.VerifyIncoming + result.EncryptVerifyOutgoing = &e.VerifyOutgoing } } - // Translate the Generic TLS settings if t := c.TLS; t != nil { - out["verify_outgoing"] = t.VerifyOutgoing - out["verify_server_hostname"] = t.VerifyServerHostname - if t.MinVersion != "" { - out["tls_min_version"] = t.MinVersion - } - if t.CipherSuites != "" { - out["tls_cipher_suites"] = t.CipherSuites - } - out["tls_prefer_server_cipher_suites"] = t.PreferServerCipherSuites + result.VerifyOutgoing = &t.VerifyOutgoing + result.VerifyServerHostname = &t.VerifyServerHostname + result.TLSMinVersion = stringPtrOrNil(t.MinVersion) + result.TLSCipherSuites = stringPtrOrNil(t.CipherSuites) + result.TLSPreferServerCipherSuites = &t.PreferServerCipherSuites } - return out + return result +} + +func stringPtrOrNil(v string) *string { + if v == "" { + return nil + } + return &v } func extractSignedResponse(resp *pbautoconf.AutoConfigResponse) (*structs.SignedResponse, error) { @@ -226,3 +160,34 @@ func mapstructureTranslateToStructs(in interface{}, out interface{}) error { return decoder.Decode(in) } + +func translateCARootsToProtobuf(in *structs.IndexedCARoots) (*pbconnect.CARoots, error) { + var out pbconnect.CARoots + if err := mapstructureTranslateToProtobuf(in, &out); err != nil { + return nil, fmt.Errorf("Failed to re-encode CA Roots: %w", err) + } + + return &out, nil +} + +func translateIssuedCertToProtobuf(in *structs.IssuedCert) (*pbconnect.IssuedCert, error) { + var out pbconnect.IssuedCert + if err := mapstructureTranslateToProtobuf(in, &out); err != nil { + return nil, fmt.Errorf("Failed to re-encode CA Roots: %w", err) + } + + return &out, nil +} + +func mapstructureTranslateToProtobuf(in interface{}, out interface{}) error { + decoder, err := mapstructure.NewDecoder(&mapstructure.DecoderConfig{ + DecodeHook: proto.HookTimeToPBTimestamp, + Result: out, + }) + + if err != nil { + return err + } + + return decoder.Decode(in) +} diff --git a/agent/auto-config/config_translate_test.go b/agent/auto-config/config_translate_test.go index 6ce49474df..fa6d8febf0 100644 --- a/agent/auto-config/config_translate_test.go +++ b/agent/auto-config/config_translate_test.go @@ -1,11 +1,13 @@ package autoconf import ( - "encoding/json" + "fmt" "testing" "github.com/hashicorp/consul/agent/config" + "github.com/hashicorp/consul/agent/structs" pbconfig "github.com/hashicorp/consul/proto/pbconfig" + "github.com/hashicorp/consul/proto/pbconnect" "github.com/stretchr/testify/require" ) @@ -17,7 +19,39 @@ func boolPointer(b bool) *bool { return &b } -func TestConfig_translateConfig(t *testing.T) { +func translateCARootToProtobuf(in *structs.CARoot) (*pbconnect.CARoot, error) { + var out pbconnect.CARoot + if err := mapstructureTranslateToProtobuf(in, &out); err != nil { + return nil, fmt.Errorf("Failed to re-encode CA Roots: %w", err) + } + return &out, nil +} + +func mustTranslateCARootToProtobuf(t *testing.T, in *structs.CARoot) *pbconnect.CARoot { + out, err := translateCARootToProtobuf(in) + require.NoError(t, err) + return out +} + +func mustTranslateCARootsToStructs(t *testing.T, in *pbconnect.CARoots) *structs.IndexedCARoots { + out, err := translateCARootsToStructs(in) + require.NoError(t, err) + return out +} + +func mustTranslateCARootsToProtobuf(t *testing.T, in *structs.IndexedCARoots) *pbconnect.CARoots { + out, err := translateCARootsToProtobuf(in) + require.NoError(t, err) + return out +} + +func mustTranslateIssuedCertToProtobuf(t *testing.T, in *structs.IssuedCert) *pbconnect.IssuedCert { + out, err := translateIssuedCertToProtobuf(in) + require.NoError(t, err) + return out +} + +func TestTranslateConfig(t *testing.T) { original := pbconfig.Config{ Datacenter: "abc", PrimaryDatacenter: "def", @@ -71,7 +105,7 @@ func TestConfig_translateConfig(t *testing.T) { }, } - expected := &config.Config{ + expected := config.Config{ Datacenter: stringPointer("abc"), PrimaryDatacenter: stringPointer("def"), NodeName: stringPointer("ghi"), @@ -118,10 +152,11 @@ func TestConfig_translateConfig(t *testing.T) { } translated := translateConfig(&original) - data, err := json.Marshal(translated) - require.NoError(t, err) - - actual, _, err := config.Parse(string(data), "json") - require.NoError(t, err) - require.Equal(t, expected, &actual) + require.Equal(t, expected, translated) +} + +func TestCArootsTranslation(t *testing.T) { + _, indexedRoots, _ := testCerts(t, "autoconf", "dc1") + protoRoots := mustTranslateCARootsToProtobuf(t, indexedRoots) + require.Equal(t, indexedRoots, mustTranslateCARootsToStructs(t, protoRoots)) } diff --git a/agent/auto-config/mock_test.go b/agent/auto-config/mock_test.go new file mode 100644 index 0000000000..d828e6a84e --- /dev/null +++ b/agent/auto-config/mock_test.go @@ -0,0 +1,337 @@ +package autoconf + +import ( + "context" + "net" + "sync" + "testing" + "time" + + "github.com/hashicorp/consul/agent/cache" + cachetype "github.com/hashicorp/consul/agent/cache-types" + "github.com/hashicorp/consul/agent/connect" + "github.com/hashicorp/consul/agent/metadata" + "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/token" + "github.com/hashicorp/consul/proto/pbautoconf" + "github.com/hashicorp/consul/sdk/testutil" + "github.com/stretchr/testify/mock" +) + +type mockDirectRPC struct { + mock.Mock +} + +func newMockDirectRPC(t *testing.T) *mockDirectRPC { + m := mockDirectRPC{} + m.Test(t) + return &m +} + +func (m *mockDirectRPC) RPC(dc string, node string, addr net.Addr, method string, args interface{}, reply interface{}) error { + var retValues mock.Arguments + if method == "AutoConfig.InitialConfiguration" { + req := args.(*pbautoconf.AutoConfigRequest) + csr := req.CSR + req.CSR = "" + retValues = m.Called(dc, node, addr, method, args, reply) + req.CSR = csr + } else if method == "AutoEncrypt.Sign" { + req := args.(*structs.CASignRequest) + csr := req.CSR + req.CSR = "" + retValues = m.Called(dc, node, addr, method, args, reply) + req.CSR = csr + } else { + retValues = m.Called(dc, node, addr, method, args, reply) + } + + return retValues.Error(0) +} + +type mockTLSConfigurator struct { + mock.Mock +} + +func newMockTLSConfigurator(t *testing.T) *mockTLSConfigurator { + m := mockTLSConfigurator{} + m.Test(t) + return &m +} + +func (m *mockTLSConfigurator) UpdateAutoTLS(manualCAPEMs, connectCAPEMs []string, pub, priv string, verifyServerHostname bool) error { + if priv != "" { + priv = "redacted" + } + + ret := m.Called(manualCAPEMs, connectCAPEMs, pub, priv, verifyServerHostname) + return ret.Error(0) +} + +func (m *mockTLSConfigurator) UpdateAutoTLSCA(pems []string) error { + ret := m.Called(pems) + return ret.Error(0) +} +func (m *mockTLSConfigurator) UpdateAutoTLSCert(pub, priv string) error { + if priv != "" { + priv = "redacted" + } + ret := m.Called(pub, priv) + return ret.Error(0) +} +func (m *mockTLSConfigurator) AutoEncryptCertNotAfter() time.Time { + ret := m.Called() + ts, _ := ret.Get(0).(time.Time) + + return ts +} +func (m *mockTLSConfigurator) AutoEncryptCertExpired() bool { + ret := m.Called() + return ret.Bool(0) +} + +type mockServerProvider struct { + mock.Mock +} + +func newMockServerProvider(t *testing.T) *mockServerProvider { + m := mockServerProvider{} + m.Test(t) + return &m +} + +func (m *mockServerProvider) FindLANServer() *metadata.Server { + ret := m.Called() + srv, _ := ret.Get(0).(*metadata.Server) + return srv +} + +type mockWatcher struct { + ch chan<- cache.UpdateEvent + done <-chan struct{} +} + +type mockCache struct { + mock.Mock + + lock sync.Mutex + watchers map[string][]mockWatcher +} + +func newMockCache(t *testing.T) *mockCache { + m := mockCache{ + watchers: make(map[string][]mockWatcher), + } + m.Test(t) + return &m +} + +func (m *mockCache) Notify(ctx context.Context, t string, r cache.Request, correlationID string, ch chan<- cache.UpdateEvent) error { + ret := m.Called(ctx, t, r, correlationID, ch) + + err := ret.Error(0) + if err == nil { + m.lock.Lock() + key := r.CacheInfo().Key + m.watchers[key] = append(m.watchers[key], mockWatcher{ch: ch, done: ctx.Done()}) + m.lock.Unlock() + } + return err +} + +func (m *mockCache) Prepopulate(t string, result cache.FetchResult, dc string, token string, key string) error { + var restore string + cert, ok := result.Value.(*structs.IssuedCert) + if ok { + // we cannot know what the private key is prior to it being injected into the cache. + // therefore redact it here and all mock expectations should take that into account + restore = cert.PrivateKeyPEM + cert.PrivateKeyPEM = "redacted" + } + + ret := m.Called(t, result, dc, token, key) + + if ok && restore != "" { + cert.PrivateKeyPEM = restore + } + return ret.Error(0) +} + +func (m *mockCache) sendNotification(ctx context.Context, key string, u cache.UpdateEvent) bool { + m.lock.Lock() + defer m.lock.Unlock() + + watchers, ok := m.watchers[key] + if !ok || len(m.watchers) < 1 { + return false + } + + var newWatchers []mockWatcher + + for _, watcher := range watchers { + select { + case watcher.ch <- u: + newWatchers = append(newWatchers, watcher) + case <-watcher.done: + // do nothing, this watcher will be removed from the list + case <-ctx.Done(): + // return doesn't matter here really, the test is being cancelled + return true + } + } + + // this removes any already cancelled watches from being sent to + m.watchers[key] = newWatchers + + return true +} + +type mockTokenStore struct { + mock.Mock +} + +func newMockTokenStore(t *testing.T) *mockTokenStore { + m := mockTokenStore{} + m.Test(t) + return &m +} + +func (m *mockTokenStore) AgentToken() string { + ret := m.Called() + return ret.String(0) +} + +func (m *mockTokenStore) UpdateAgentToken(secret string, source token.TokenSource) bool { + return m.Called(secret, source).Bool(0) +} + +func (m *mockTokenStore) Notify(kind token.TokenKind) token.Notifier { + ret := m.Called(kind) + n, _ := ret.Get(0).(token.Notifier) + return n +} + +func (m *mockTokenStore) StopNotify(notifier token.Notifier) { + m.Called(notifier) +} + +type mockedConfig struct { + Config + + directRPC *mockDirectRPC + serverProvider *mockServerProvider + cache *mockCache + tokens *mockTokenStore + tlsCfg *mockTLSConfigurator +} + +func newMockedConfig(t *testing.T) *mockedConfig { + directRPC := newMockDirectRPC(t) + serverProvider := newMockServerProvider(t) + mcache := newMockCache(t) + tokens := newMockTokenStore(t) + tlsCfg := newMockTLSConfigurator(t) + + // I am not sure it is well defined behavior but in testing it + // out it does appear like Cleanup functions can fail tests + // Adding in the mock expectations assertions here saves us + // a bunch of code in the other test functions. + t.Cleanup(func() { + if !t.Failed() { + directRPC.AssertExpectations(t) + serverProvider.AssertExpectations(t) + mcache.AssertExpectations(t) + tokens.AssertExpectations(t) + tlsCfg.AssertExpectations(t) + } + }) + + return &mockedConfig{ + Config: Config{ + DirectRPC: directRPC, + ServerProvider: serverProvider, + Cache: mcache, + Tokens: tokens, + TLSConfigurator: tlsCfg, + Logger: testutil.Logger(t), + }, + directRPC: directRPC, + serverProvider: serverProvider, + cache: mcache, + tokens: tokens, + tlsCfg: tlsCfg, + } +} + +func (m *mockedConfig) expectInitialTLS(t *testing.T, agentName, datacenter, token string, ca *structs.CARoot, indexedRoots *structs.IndexedCARoots, cert *structs.IssuedCert, extraCerts []string) { + var pems []string + for _, root := range indexedRoots.Roots { + pems = append(pems, root.RootCert) + } + + // we should update the TLS configurator with the proper certs + m.tlsCfg.On("UpdateAutoTLS", + extraCerts, + pems, + cert.CertPEM, + // auto-config handles the CSR and Key so our tests don't have + // a way to know that the key is correct or not. We do replace + // a non empty PEM with "redacted" so we can ensure that some + // certificate is being sent + "redacted", + true, + ).Return(nil).Once() + + rootRes := cache.FetchResult{Value: indexedRoots, Index: indexedRoots.QueryMeta.Index} + rootsReq := structs.DCSpecificRequest{Datacenter: datacenter} + + // we should prepopulate the cache with the CA roots + m.cache.On("Prepopulate", + cachetype.ConnectCARootName, + rootRes, + datacenter, + "", + rootsReq.CacheInfo().Key, + ).Return(nil).Once() + + leafReq := cachetype.ConnectCALeafRequest{ + Token: token, + Agent: agentName, + Datacenter: datacenter, + } + + // copy the cert and redact the private key for the mock expectation + // the actual private key will not correspond to the cert but thats + // because AutoConfig is generated a key/csr internally and sending that + // on up with the request. + copy := *cert + copy.PrivateKeyPEM = "redacted" + leafRes := cache.FetchResult{ + Value: ©, + Index: copy.RaftIndex.ModifyIndex, + State: cachetype.ConnectCALeafSuccess(ca.SigningKeyID), + } + + // we should prepopulate the cache with the agents cert + m.cache.On("Prepopulate", + cachetype.ConnectCALeafName, + leafRes, + datacenter, + token, + leafReq.Key(), + ).Return(nil).Once() + + // when prepopulating the cert in the cache we grab the token so + // we should expec that here + m.tokens.On("AgentToken").Return(token).Once() +} + +func (m *mockedConfig) setupInitialTLS(t *testing.T, agentName, datacenter, token string) (*structs.IndexedCARoots, *structs.IssuedCert, []string) { + ca, indexedRoots, cert := testCerts(t, agentName, datacenter) + + ca2 := connect.TestCA(t, nil) + extraCerts := []string{ca2.RootCert} + + m.expectInitialTLS(t, agentName, datacenter, token, ca, indexedRoots, cert, extraCerts) + return indexedRoots, cert, extraCerts +} diff --git a/agent/auto-config/persist.go b/agent/auto-config/persist.go new file mode 100644 index 0000000000..9f94f445c7 --- /dev/null +++ b/agent/auto-config/persist.go @@ -0,0 +1,86 @@ +package autoconf + +import ( + "fmt" + "io/ioutil" + "os" + "path/filepath" + "strings" + + "github.com/golang/protobuf/jsonpb" + "github.com/hashicorp/consul/proto/pbautoconf" +) + +const ( + // autoConfigFileName is the name of the file that the agent auto-config settings are + // stored in within the data directory + autoConfigFileName = "auto-config.json" +) + +var ( + pbMarshaler = &jsonpb.Marshaler{ + OrigName: false, + EnumsAsInts: false, + Indent: " ", + EmitDefaults: true, + } + + pbUnmarshaler = &jsonpb.Unmarshaler{ + AllowUnknownFields: false, + } +) + +func (ac *AutoConfig) readPersistedAutoConfig() (*pbautoconf.AutoConfigResponse, error) { + if ac.config.DataDir == "" { + // no data directory means we don't have anything to potentially load + return nil, nil + } + + path := filepath.Join(ac.config.DataDir, autoConfigFileName) + ac.logger.Debug("attempting to restore any persisted configuration", "path", path) + + content, err := ioutil.ReadFile(path) + if err == nil { + rdr := strings.NewReader(string(content)) + + var resp pbautoconf.AutoConfigResponse + if err := pbUnmarshaler.Unmarshal(rdr, &resp); err != nil { + return nil, fmt.Errorf("failed to decode persisted auto-config data: %w", err) + } + + ac.logger.Info("read persisted configuration", "path", path) + return &resp, nil + } + + if !os.IsNotExist(err) { + return nil, fmt.Errorf("failed to load %s: %w", path, err) + } + + // ignore non-existence errors as that is an indicator that we haven't + // performed the auto configuration before + return nil, nil +} + +func (ac *AutoConfig) persistAutoConfig(resp *pbautoconf.AutoConfigResponse) error { + // now that we know the configuration is generally fine including TLS certs go ahead and persist it to disk. + if ac.config.DataDir == "" { + ac.logger.Debug("not persisting auto-config settings because there is no data directory") + return nil + } + + serialized, err := pbMarshaler.MarshalToString(resp) + if err != nil { + return fmt.Errorf("failed to encode auto-config response as JSON: %w", err) + } + + path := filepath.Join(ac.config.DataDir, autoConfigFileName) + + err = ioutil.WriteFile(path, []byte(serialized), 0660) + if err != nil { + return fmt.Errorf("failed to write auto-config configurations: %w", err) + } + + ac.logger.Debug("auto-config settings were persisted to disk") + + return nil +} diff --git a/agent/auto-config/run.go b/agent/auto-config/run.go new file mode 100644 index 0000000000..6155dc6bed --- /dev/null +++ b/agent/auto-config/run.go @@ -0,0 +1,192 @@ +package autoconf + +import ( + "context" + "fmt" + "time" + + "github.com/hashicorp/consul/agent/cache" + "github.com/hashicorp/consul/agent/structs" +) + +// handleCacheEvent is used to handle event notifications from the cache for the roots +// or leaf cert watches. +func (ac *AutoConfig) handleCacheEvent(u cache.UpdateEvent) error { + switch u.CorrelationID { + case rootsWatchID: + ac.logger.Debug("roots watch fired - updating CA certificates") + if u.Err != nil { + return fmt.Errorf("root watch returned an error: %w", u.Err) + } + + roots, ok := u.Result.(*structs.IndexedCARoots) + if !ok { + return fmt.Errorf("invalid type for roots watch response: %T", u.Result) + } + + return ac.updateCARoots(roots) + case leafWatchID: + ac.logger.Debug("leaf certificate watch fired - updating TLS certificate") + if u.Err != nil { + return fmt.Errorf("leaf watch returned an error: %w", u.Err) + } + + leaf, ok := u.Result.(*structs.IssuedCert) + if !ok { + return fmt.Errorf("invalid type for agent leaf cert watch response: %T", u.Result) + } + + return ac.updateLeafCert(leaf) + } + + return nil +} + +// handleTokenUpdate is used when a notification about the agent token being updated +// is received and various watches need cancelling/restarting to use the new token. +func (ac *AutoConfig) handleTokenUpdate(ctx context.Context) error { + ac.logger.Debug("Agent token updated - resetting watches") + + // TODO (autoencrypt) Prepopulate the cache with the new token with + // the existing cache entry with the old token. The certificate doesn't + // need to change just because the token has. However there isn't a + // good way to make that happen and this behavior is benign enough + // that I am going to push off implementing it. + + // the agent token has been updated so we must update our leaf cert watch. + // this cancels the current watches before setting up new ones + ac.cancelWatches() + + // recreate the chan for cache updates. This is a precautionary measure to ensure + // that we don't accidentally get notified for the new watches being setup before + // a blocking query in the cache returns and sends data to the old chan. In theory + // the code in agent/cache/watch.go should prevent this where we specifically check + // for context cancellation prior to sending the event. However we could cancel + // it after that check and finish setting up the new watches before getting the old + // events. Both the go routine scheduler and the OS thread scheduler would have to + // be acting up for this to happen. Regardless the way to ensure we don't get events + // for the old watches is to simply replace the chan we are expecting them from. + close(ac.cacheUpdates) + ac.cacheUpdates = make(chan cache.UpdateEvent, 10) + + // restart watches - this will be done with the correct token + cancelWatches, err := ac.setupCertificateCacheWatches(ctx) + if err != nil { + return fmt.Errorf("failed to restart watches after agent token update: %w", err) + } + ac.cancelWatches = cancelWatches + return nil +} + +// handleFallback is used when the current TLS certificate has expired and the normal +// updating mechanisms have failed to renew it quickly enough. This function will +// use the configured fallback mechanism to retrieve a new cert and start monitoring +// that one. +func (ac *AutoConfig) handleFallback(ctx context.Context) error { + ac.logger.Warn("agent's client certificate has expired") + // Background because the context is mainly useful when the agent is first starting up. + switch { + case ac.config.AutoConfig.Enabled: + resp, err := ac.getInitialConfiguration(ctx) + if err != nil { + return fmt.Errorf("error while retrieving new agent certificates via auto-config: %w", err) + } + + return ac.recordInitialConfiguration(resp) + case ac.config.AutoEncryptTLS: + reply, err := ac.autoEncryptInitialCerts(ctx) + if err != nil { + return fmt.Errorf("error while retrieving new agent certificate via auto-encrypt: %w", err) + } + return ac.setInitialTLSCertificates(reply) + default: + return fmt.Errorf("logic error: either auto-encrypt or auto-config must be enabled") + } +} + +// run is the private method to be spawn by the Start method for +// executing the main monitoring loop. +func (ac *AutoConfig) run(ctx context.Context, exit chan struct{}) { + // The fallbackTimer is used to notify AFTER the agents + // leaf certificate has expired and where we need + // to fall back to the less secure RPC endpoint just like + // if the agent was starting up new. + // + // Check 10sec (fallback leeway duration) after cert + // expires. The agent cache should be handling the expiration + // and renew it before then. + // + // If there is no cert, AutoEncryptCertNotAfter returns + // a value in the past which immediately triggers the + // renew, but this case shouldn't happen because at + // this point, auto_encrypt was just being setup + // successfully. + calcFallbackInterval := func() time.Duration { + certExpiry := ac.acConfig.TLSConfigurator.AutoEncryptCertNotAfter() + return certExpiry.Add(ac.acConfig.FallbackLeeway).Sub(time.Now()) + } + fallbackTimer := time.NewTimer(calcFallbackInterval()) + + // cleanup for once we are stopped + defer func() { + // cancel the go routines performing the cache watches + ac.cancelWatches() + // ensure we don't leak the timers go routine + fallbackTimer.Stop() + // stop receiving notifications for token updates + ac.acConfig.Tokens.StopNotify(ac.tokenUpdates) + + ac.logger.Debug("auto-config has been stopped") + + ac.Lock() + ac.cancel = nil + ac.running = false + // this should be the final cleanup task as its what notifies + // the rest of the world that this go routine has exited. + close(exit) + ac.Unlock() + }() + + for { + select { + case <-ctx.Done(): + ac.logger.Debug("stopping auto-config") + return + case <-ac.tokenUpdates.Ch: + ac.logger.Debug("handling a token update event") + + if err := ac.handleTokenUpdate(ctx); err != nil { + ac.logger.Error("error in handling token update event", "error", err) + } + case u := <-ac.cacheUpdates: + ac.logger.Debug("handling a cache update event", "correlation_id", u.CorrelationID) + + if err := ac.handleCacheEvent(u); err != nil { + ac.logger.Error("error in handling cache update event", "error", err) + } + + // reset the fallback timer as the certificate may have been updated + fallbackTimer.Stop() + fallbackTimer = time.NewTimer(calcFallbackInterval()) + case <-fallbackTimer.C: + // This is a safety net in case the cert doesn't get renewed + // in time. The agent would be stuck in that case because the watches + // never use the AutoEncrypt.Sign endpoint. + + // check auto encrypt client cert expiration + if ac.acConfig.TLSConfigurator.AutoEncryptCertExpired() { + if err := ac.handleFallback(ctx); err != nil { + ac.logger.Error("error when handling a certificate expiry event", "error", err) + fallbackTimer = time.NewTimer(ac.acConfig.FallbackRetry) + } else { + fallbackTimer = time.NewTimer(calcFallbackInterval()) + } + } else { + // this shouldn't be possible. We calculate the timer duration to be the certificate + // expiration time + some leeway (10s default). So whenever we get here the certificate + // should be expired. Regardless its probably worth resetting the timer. + fallbackTimer = time.NewTimer(calcFallbackInterval()) + } + } + } +} diff --git a/agent/auto-config/server_addr.go b/agent/auto-config/server_addr.go new file mode 100644 index 0000000000..98af4ae55a --- /dev/null +++ b/agent/auto-config/server_addr.go @@ -0,0 +1,111 @@ +package autoconf + +import ( + "fmt" + "net" + "strconv" + "strings" + + "github.com/hashicorp/consul/lib" + "github.com/hashicorp/go-discover" + discoverk8s "github.com/hashicorp/go-discover/provider/k8s" + + "github.com/hashicorp/go-hclog" +) + +func (ac *AutoConfig) discoverServers(servers []string) ([]string, error) { + providers := make(map[string]discover.Provider) + for k, v := range discover.Providers { + providers[k] = v + } + providers["k8s"] = &discoverk8s.Provider{} + + disco, err := discover.New( + discover.WithUserAgent(lib.UserAgent()), + discover.WithProviders(providers), + ) + + if err != nil { + return nil, fmt.Errorf("Failed to create go-discover resolver: %w", err) + } + + var addrs []string + for _, addr := range servers { + switch { + case strings.Contains(addr, "provider="): + resolved, err := disco.Addrs(addr, ac.logger.StandardLogger(&hclog.StandardLoggerOptions{InferLevels: true})) + if err != nil { + ac.logger.Error("failed to resolve go-discover auto-config servers", "configuration", addr, "err", err) + continue + } + + addrs = append(addrs, resolved...) + ac.logger.Debug("discovered auto-config servers", "servers", resolved) + default: + addrs = append(addrs, addr) + } + } + + return addrs, nil +} + +// autoConfigHosts is responsible for taking the list of server addresses +// and resolving any go-discover provider invocations. It will then return +// a list of hosts. These might be hostnames and is expected that DNS resolution +// may be performed after this function runs. Additionally these may contain +// ports so SplitHostPort could also be necessary. +func (ac *AutoConfig) autoConfigHosts() ([]string, error) { + // use servers known to gossip if there are any + if ac.acConfig.ServerProvider != nil { + if srv := ac.acConfig.ServerProvider.FindLANServer(); srv != nil { + return []string{srv.Addr.String()}, nil + } + } + + addrs, err := ac.discoverServers(ac.config.AutoConfig.ServerAddresses) + if err != nil { + return nil, err + } + + if len(addrs) == 0 { + return nil, fmt.Errorf("no auto-config server addresses available for use") + } + + return addrs, nil +} + +// resolveHost will take a single host string and convert it to a list of TCPAddrs +// This will process any port in the input as well as looking up the hostname using +// normal DNS resolution. +func (ac *AutoConfig) resolveHost(hostPort string) []net.TCPAddr { + port := ac.config.ServerPort + host, portStr, err := net.SplitHostPort(hostPort) + if err != nil { + if strings.Contains(err.Error(), "missing port in address") { + host = hostPort + } else { + ac.logger.Warn("error splitting host address into IP and port", "address", hostPort, "error", err) + return nil + } + } else { + port, err = strconv.Atoi(portStr) + if err != nil { + ac.logger.Warn("Parsed port is not an integer", "port", portStr, "error", err) + return nil + } + } + + // resolve the host to a list of IPs + ips, err := net.LookupIP(host) + if err != nil { + ac.logger.Warn("IP resolution failed", "host", host, "error", err) + return nil + } + + var addrs []net.TCPAddr + for _, ip := range ips { + addrs = append(addrs, net.TCPAddr{IP: ip, Port: port}) + } + + return addrs +} diff --git a/agent/auto-config/tls.go b/agent/auto-config/tls.go new file mode 100644 index 0000000000..380c9f9f8d --- /dev/null +++ b/agent/auto-config/tls.go @@ -0,0 +1,280 @@ +package autoconf + +import ( + "context" + "fmt" + "net" + + "github.com/hashicorp/consul/agent/cache" + cachetype "github.com/hashicorp/consul/agent/cache-types" + "github.com/hashicorp/consul/agent/connect" + "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/proto/pbautoconf" +) + +const ( + // ID of the roots watch + rootsWatchID = "roots" + + // ID of the leaf watch + leafWatchID = "leaf" + + unknownTrustDomain = "unknown" +) + +var ( + defaultDNSSANs = []string{"localhost"} + + defaultIPSANs = []net.IP{{127, 0, 0, 1}, net.ParseIP("::1")} +) + +func extractPEMs(roots *structs.IndexedCARoots) []string { + var pems []string + for _, root := range roots.Roots { + pems = append(pems, root.RootCert) + } + return pems +} + +// updateTLSFromResponse will update the TLS certificate and roots in the shared +// TLS configurator. +func (ac *AutoConfig) updateTLSFromResponse(resp *pbautoconf.AutoConfigResponse) error { + var pems []string + for _, root := range resp.GetCARoots().GetRoots() { + pems = append(pems, root.RootCert) + } + + err := ac.acConfig.TLSConfigurator.UpdateAutoTLS( + resp.ExtraCACertificates, + pems, + resp.Certificate.GetCertPEM(), + resp.Certificate.GetPrivateKeyPEM(), + resp.Config.GetTLS().GetVerifyServerHostname(), + ) + + if err != nil { + return fmt.Errorf("Failed to update the TLS configurator with new certificates: %w", err) + } + + return nil +} + +func (ac *AutoConfig) setInitialTLSCertificates(certs *structs.SignedResponse) error { + if certs == nil { + return nil + } + + if err := ac.populateCertificateCache(certs); err != nil { + return fmt.Errorf("error populating cache with certificates: %w", err) + } + + connectCAPems := extractPEMs(&certs.ConnectCARoots) + + err := ac.acConfig.TLSConfigurator.UpdateAutoTLS( + certs.ManualCARoots, + connectCAPems, + certs.IssuedCert.CertPEM, + certs.IssuedCert.PrivateKeyPEM, + certs.VerifyServerHostname, + ) + + if err != nil { + return fmt.Errorf("error updating TLS configurator with certificates: %w", err) + } + + return nil +} + +func (ac *AutoConfig) populateCertificateCache(certs *structs.SignedResponse) error { + cert, err := connect.ParseCert(certs.IssuedCert.CertPEM) + if err != nil { + return fmt.Errorf("Failed to parse certificate: %w", err) + } + + // prepolutate roots cache + rootRes := cache.FetchResult{Value: &certs.ConnectCARoots, Index: certs.ConnectCARoots.QueryMeta.Index} + rootsReq := ac.caRootsRequest() + // getting the roots doesn't require a token so in order to potentially share the cache with another + if err := ac.acConfig.Cache.Prepopulate(cachetype.ConnectCARootName, rootRes, ac.config.Datacenter, "", rootsReq.CacheInfo().Key); err != nil { + return err + } + + leafReq := ac.leafCertRequest() + + // prepolutate leaf cache + certRes := cache.FetchResult{ + Value: &certs.IssuedCert, + Index: certs.IssuedCert.RaftIndex.ModifyIndex, + State: cachetype.ConnectCALeafSuccess(connect.EncodeSigningKeyID(cert.AuthorityKeyId)), + } + if err := ac.acConfig.Cache.Prepopulate(cachetype.ConnectCALeafName, certRes, leafReq.Datacenter, leafReq.Token, leafReq.Key()); err != nil { + return err + } + + return nil +} + +func (ac *AutoConfig) setupCertificateCacheWatches(ctx context.Context) (context.CancelFunc, error) { + notificationCtx, cancel := context.WithCancel(ctx) + + rootsReq := ac.caRootsRequest() + err := ac.acConfig.Cache.Notify(notificationCtx, cachetype.ConnectCARootName, &rootsReq, rootsWatchID, ac.cacheUpdates) + if err != nil { + cancel() + return nil, err + } + + leafReq := ac.leafCertRequest() + err = ac.acConfig.Cache.Notify(notificationCtx, cachetype.ConnectCALeafName, &leafReq, leafWatchID, ac.cacheUpdates) + if err != nil { + cancel() + return nil, err + } + + return cancel, nil +} + +func (ac *AutoConfig) updateCARoots(roots *structs.IndexedCARoots) error { + switch { + case ac.config.AutoConfig.Enabled: + ac.Lock() + defer ac.Unlock() + var err error + ac.autoConfigResponse.CARoots, err = translateCARootsToProtobuf(roots) + if err != nil { + return err + } + + if err := ac.updateTLSFromResponse(ac.autoConfigResponse); err != nil { + return err + } + return ac.persistAutoConfig(ac.autoConfigResponse) + case ac.config.AutoEncryptTLS: + pems := extractPEMs(roots) + + if err := ac.acConfig.TLSConfigurator.UpdateAutoTLSCA(pems); err != nil { + return fmt.Errorf("failed to update Connect CA certificates: %w", err) + } + return nil + default: + return nil + } +} + +func (ac *AutoConfig) updateLeafCert(cert *structs.IssuedCert) error { + switch { + case ac.config.AutoConfig.Enabled: + ac.Lock() + defer ac.Unlock() + var err error + ac.autoConfigResponse.Certificate, err = translateIssuedCertToProtobuf(cert) + if err != nil { + return err + } + + if err := ac.updateTLSFromResponse(ac.autoConfigResponse); err != nil { + return err + } + return ac.persistAutoConfig(ac.autoConfigResponse) + case ac.config.AutoEncryptTLS: + if err := ac.acConfig.TLSConfigurator.UpdateAutoTLSCert(cert.CertPEM, cert.PrivateKeyPEM); err != nil { + return fmt.Errorf("failed to update the agent leaf cert: %w", err) + } + return nil + default: + return nil + } +} + +func (ac *AutoConfig) caRootsRequest() structs.DCSpecificRequest { + return structs.DCSpecificRequest{Datacenter: ac.config.Datacenter} +} + +func (ac *AutoConfig) leafCertRequest() cachetype.ConnectCALeafRequest { + return cachetype.ConnectCALeafRequest{ + Datacenter: ac.config.Datacenter, + Agent: ac.config.NodeName, + DNSSAN: ac.getDNSSANs(), + IPSAN: ac.getIPSANs(), + Token: ac.acConfig.Tokens.AgentToken(), + } +} + +// generateCSR will generate a CSR for an Agent certificate. This should +// be sent along with the AutoConfig.InitialConfiguration RPC or the +// AutoEncrypt.Sign RPC. The generated CSR does NOT have a real trust domain +// as when generating this we do not yet have the CA roots. The server will +// update the trust domain for us though. +func (ac *AutoConfig) generateCSR() (csr string, key string, err error) { + // We don't provide the correct host here, because we don't know any + // better at this point. Apart from the domain, we would need the + // ClusterID, which we don't have. This is why we go with + // unknownTrustDomain the first time. Subsequent CSRs will have the + // correct TrustDomain. + id := &connect.SpiffeIDAgent{ + // will be replaced + Host: unknownTrustDomain, + Datacenter: ac.config.Datacenter, + Agent: ac.config.NodeName, + } + + caConfig, err := ac.config.ConnectCAConfiguration() + if err != nil { + return "", "", fmt.Errorf("Cannot generate CSR: %w", err) + } + + conf, err := caConfig.GetCommonConfig() + if err != nil { + return "", "", fmt.Errorf("Failed to load common CA configuration: %w", err) + } + + if conf.PrivateKeyType == "" { + conf.PrivateKeyType = connect.DefaultPrivateKeyType + } + if conf.PrivateKeyBits == 0 { + conf.PrivateKeyBits = connect.DefaultPrivateKeyBits + } + + // Create a new private key + pk, pkPEM, err := connect.GeneratePrivateKeyWithConfig(conf.PrivateKeyType, conf.PrivateKeyBits) + if err != nil { + return "", "", fmt.Errorf("Failed to generate private key: %w", err) + } + + dnsNames := ac.getDNSSANs() + ipAddresses := ac.getIPSANs() + + // Create a CSR. + // + // The Common Name includes the dummy trust domain for now but Server will + // override this when it is signed anyway so it's OK. + cn := connect.AgentCN(ac.config.NodeName, unknownTrustDomain) + csr, err = connect.CreateCSR(id, cn, pk, dnsNames, ipAddresses) + if err != nil { + return "", "", err + } + + return csr, pkPEM, nil +} + +func (ac *AutoConfig) getDNSSANs() []string { + sans := defaultDNSSANs + switch { + case ac.config.AutoConfig.Enabled: + sans = append(sans, ac.config.AutoConfig.DNSSANs...) + case ac.config.AutoEncryptTLS: + sans = append(sans, ac.config.AutoEncryptDNSSAN...) + } + return sans +} + +func (ac *AutoConfig) getIPSANs() []net.IP { + sans := defaultIPSANs + switch { + case ac.config.AutoConfig.Enabled: + sans = append(sans, ac.config.AutoConfig.IPSANs...) + case ac.config.AutoEncryptTLS: + sans = append(sans, ac.config.AutoEncryptIPSAN...) + } + return sans +} diff --git a/agent/auto-config/tls_test.go b/agent/auto-config/tls_test.go new file mode 100644 index 0000000000..400d7be0df --- /dev/null +++ b/agent/auto-config/tls_test.go @@ -0,0 +1,56 @@ +package autoconf + +import ( + "testing" + "time" + + "github.com/hashicorp/consul/agent/connect" + "github.com/hashicorp/consul/agent/structs" + "github.com/stretchr/testify/require" +) + +func newLeaf(t *testing.T, agentName, datacenter string, ca *structs.CARoot, idx uint64, expiration time.Duration) *structs.IssuedCert { + t.Helper() + + pub, priv, err := connect.TestAgentLeaf(t, agentName, datacenter, ca, expiration) + require.NoError(t, err) + cert, err := connect.ParseCert(pub) + require.NoError(t, err) + + spiffeID, err := connect.ParseCertURI(cert.URIs[0]) + require.NoError(t, err) + + agentID, ok := spiffeID.(*connect.SpiffeIDAgent) + require.True(t, ok, "certificate doesn't have an agent leaf cert URI") + + return &structs.IssuedCert{ + SerialNumber: cert.SerialNumber.String(), + CertPEM: pub, + PrivateKeyPEM: priv, + ValidAfter: cert.NotBefore, + ValidBefore: cert.NotAfter, + Agent: agentID.Agent, + AgentURI: agentID.URI().String(), + EnterpriseMeta: *structs.DefaultEnterpriseMeta(), + RaftIndex: structs.RaftIndex{ + CreateIndex: idx, + ModifyIndex: idx, + }, + } +} + +func testCerts(t *testing.T, agentName, datacenter string) (*structs.CARoot, *structs.IndexedCARoots, *structs.IssuedCert) { + ca := connect.TestCA(t, nil) + ca.IntermediateCerts = make([]string, 0) + cert := newLeaf(t, agentName, datacenter, ca, 1, 10*time.Minute) + indexedRoots := structs.IndexedCARoots{ + ActiveRootID: ca.ID, + TrustDomain: connect.TestClusterID, + Roots: []*structs.CARoot{ + ca, + }, + QueryMeta: structs.QueryMeta{Index: 1}, + } + + return ca, &indexedRoots, cert +} diff --git a/agent/bindata_assetfs.go b/agent/bindata_assetfs.go index 7b045acbac..dd585209d4 100644 --- a/agent/bindata_assetfs.go +++ b/agent/bindata_assetfs.go @@ -11,14 +11,13 @@ // pkg/web_ui/assets/apple-touch-icon-72x72-da5dd17cb4f094262b19223464fc9541.png // pkg/web_ui/assets/apple-touch-icon-76x76-c5fff53d5f3e96dbd2fe49c5cc472022.png // pkg/web_ui/assets/apple-touch-icon-d2b583b1104a1e6810fb3984f8f132ae.png -// pkg/web_ui/assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js -// pkg/web_ui/assets/codemirror/mode/javascript/javascript-a4c0d68244e6e74f9225801e5f9d724e.js -// pkg/web_ui/assets/codemirror/mode/ruby/ruby-61421add5f64c0fc261fe6049c3bd5d7.js -// pkg/web_ui/assets/codemirror/mode/yaml/yaml-5095f3345bc2424e97de59ad00ae167a.js +// pkg/web_ui/assets/codemirror/mode/javascript/javascript-77218cd1268ea6df75775114ae086566.js +// pkg/web_ui/assets/codemirror/mode/ruby/ruby-ea43ca3a3bdd63a52811e8464d66134b.js +// pkg/web_ui/assets/codemirror/mode/yaml/yaml-86bec82a0f62e7a53eef41d44a8e4727.js // pkg/web_ui/assets/consul-logo-707625c5eb04f602ade1f89a8868a329.png -// pkg/web_ui/assets/consul-ui-45f8c4c950c033edf61a5d4cb99dae6a.js -// pkg/web_ui/assets/consul-ui-c3af5fff309e24165db7b7c8603be604.css -// pkg/web_ui/assets/css.escape-432357d359e6980aaec701dfabef34ba.js +// pkg/web_ui/assets/consul-ui-8f69a00424bae13b8764ed2197104033.js +// pkg/web_ui/assets/consul-ui-97ec8a4278cddf4266ff5aa45bf84f69.css +// pkg/web_ui/assets/css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js // pkg/web_ui/assets/encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js // pkg/web_ui/assets/favicon-128-08e1368e84f412f6ad30279d849b1df9.png // pkg/web_ui/assets/favicon-16x16-672c31374646b24b235b9511857cdade.png @@ -34,9 +33,8 @@ // pkg/web_ui/assets/mstile-310x310-49242d1935854126c10457d1cdb1762b.png // pkg/web_ui/assets/mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png // pkg/web_ui/assets/safari-pinned-tab.svg -// pkg/web_ui/assets/vendor-9ea7d400c0cec7682e8871df14073823.css -// pkg/web_ui/assets/vendor-dd451ffada9952277102d90988f3ae5b.js -// pkg/web_ui/ember-fetch/fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.js +// pkg/web_ui/assets/vendor-992465b8b230f89d4adce5f016543c4d.css +// pkg/web_ui/assets/vendor-d38f8b642cf98384d0f0a8760e75b259.js // pkg/web_ui/index.html // pkg/web_ui/oidc/callback // pkg/web_ui/robots.txt @@ -124,7 +122,7 @@ func web_uiAssetsAndroidChrome192x192501b0811835ea92d42937aaf9edfbe08Png() (*ass return nil, err } - info := bindataFileInfo{name: "web_ui/assets/android-chrome-192x192-501b0811835ea92d42937aaf9edfbe08.png", size: 18250, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/android-chrome-192x192-501b0811835ea92d42937aaf9edfbe08.png", size: 18250, mode: os.FileMode(420), modTime: time.Unix(1596829165, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -144,7 +142,7 @@ func web_uiAssetsAndroidChrome512x512707625c5eb04f602ade1f89a8868a329Png() (*ass return nil, err } - info := bindataFileInfo{name: "web_ui/assets/android-chrome-512x512-707625c5eb04f602ade1f89a8868a329.png", size: 58433, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/android-chrome-512x512-707625c5eb04f602ade1f89a8868a329.png", size: 58433, mode: os.FileMode(420), modTime: time.Unix(1596829165, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -164,7 +162,7 @@ func web_uiAssetsAppleTouchIcon114x11449e20f98710f64b0cae7545628a94496Png() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-114x114-49e20f98710f64b0cae7545628a94496.png", size: 15576, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-114x114-49e20f98710f64b0cae7545628a94496.png", size: 15576, mode: os.FileMode(420), modTime: time.Unix(1596829165, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -184,7 +182,7 @@ func web_uiAssetsAppleTouchIcon120x120C9cc4fc809a6cbff9b9c261c70309819Png() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-120x120-c9cc4fc809a6cbff9b9c261c70309819.png", size: 16251, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-120x120-c9cc4fc809a6cbff9b9c261c70309819.png", size: 16251, mode: os.FileMode(420), modTime: time.Unix(1596829165, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -204,7 +202,7 @@ func web_uiAssetsAppleTouchIcon144x144Ac561ffa84c7e8ce1fe68d70f1c16d1dPng() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png", size: 20027, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png", size: 20027, mode: os.FileMode(420), modTime: time.Unix(1596829165, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -224,7 +222,7 @@ func web_uiAssetsAppleTouchIcon152x15208c9aa1c11a83650b824e3549b33a832Png() (*as return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-152x152-08c9aa1c11a83650b824e3549b33a832.png", size: 23769, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-152x152-08c9aa1c11a83650b824e3549b33a832.png", size: 23769, mode: os.FileMode(420), modTime: time.Unix(1596829165, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -244,7 +242,7 @@ func web_uiAssetsAppleTouchIcon57x57Ae96d6d27e61e25514af459bc8b20960Png() (*asse return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-57x57-ae96d6d27e61e25514af459bc8b20960.png", size: 5158, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-57x57-ae96d6d27e61e25514af459bc8b20960.png", size: 5158, mode: os.FileMode(420), modTime: time.Unix(1596829165, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -264,7 +262,7 @@ func web_uiAssetsAppleTouchIcon60x60522fca33a44f77c679561313def843b9Png() (*asse return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-60x60-522fca33a44f77c679561313def843b9.png", size: 5522, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-60x60-522fca33a44f77c679561313def843b9.png", size: 5522, mode: os.FileMode(420), modTime: time.Unix(1596829165, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -284,7 +282,7 @@ func web_uiAssetsAppleTouchIcon72x72Da5dd17cb4f094262b19223464fc9541Png() (*asse return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-72x72-da5dd17cb4f094262b19223464fc9541.png", size: 7289, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-72x72-da5dd17cb4f094262b19223464fc9541.png", size: 7289, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -304,7 +302,7 @@ func web_uiAssetsAppleTouchIcon76x76C5fff53d5f3e96dbd2fe49c5cc472022Png() (*asse return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-76x76-c5fff53d5f3e96dbd2fe49c5cc472022.png", size: 8031, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-76x76-c5fff53d5f3e96dbd2fe49c5cc472022.png", size: 8031, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -324,87 +322,67 @@ func web_uiAssetsAppleTouchIconD2b583b1104a1e6810fb3984f8f132aePng() (*asset, er return nil, err } - info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-d2b583b1104a1e6810fb3984f8f132ae.png", size: 8285, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/apple-touch-icon-d2b583b1104a1e6810fb3984f8f132ae.png", size: 8285, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x01\x00\x00\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00") +var _web_uiAssetsCodemirrorModeJavascriptJavascript77218cd1268ea6df75775114ae086566Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x7c\x7b\x7f\xdb\x38\xae\xe8\xff\xf9\x14\x36\x6f\xae\x86\xac\xe1\x87\x9c\xbe\xc2\x0c\xeb\xd3\xdd\x4d\x77\x3b\xdb\x69\xe7\x4c\xd3\xee\xce\xda\x9a\xae\x22\xd3\x89\x52\x59\xf2\x48\x72\x12\xd7\xd2\xfd\xec\xf7\xc7\xa7\x28\xdb\xe9\x74\xce\xd9\x7f\x6a\x0a\x04\x41\x10\x04\x40\x00\x64\x7a\x1b\xe6\x9d\x9b\x22\x4b\x93\x38\x2d\xd9\x62\x9d\x46\x65\x9c\xa5\x98\x6c\x05\x9c\xb3\x6d\x99\x87\x11\xa7\x0e\xbc\x86\xcd\x86\x6e\x6b\x28\x36\xcb\xcb\x2c\x29\x3e\xd1\x2d\xcf\xf3\x2c\xa7\x63\xf8\xe1\xfd\xbb\xb7\xef\xcb\x3c\x4e\xaf\xe8\x09\xbc\xbf\xf8\xf9\xf5\xdb\xbf\xd2\xc7\x12\xfa\x76\xbd\xbc\xe4\x39\x7d\x02\x6f\x3f\xfc\xf8\xa7\xf3\x9f\xe9\x53\x0d\x4d\x92\x37\x71\xc9\xf3\x30\xa1\xcf\xe0\xed\x87\x37\x6f\xe8\x73\xd9\xf1\xa7\x2c\x4b\x78\x98\x9a\xbe\x53\xb8\xf8\xf9\xc3\x39\xf5\x47\xf0\xea\xe5\x9b\xf7\xe7\xd4\xf7\x25\xd6\x05\xbf\x2f\xa9\xaf\xa6\xfd\x18\x26\x6b\x4e\xfd\x13\x38\x7f\xf7\x8a\xfa\x6a\xd2\x77\x97\x37\x3c\x2a\xa9\xff\x44\x7e\xbd\xcc\xf3\x70\x43\xfd\xa7\x80\xb6\x88\xfa\xcf\x00\xd5\x88\xfa\x6a\xba\x1f\xb9\xe0\xee\x4d\x5c\x94\xd4\x3f\x75\x20\x74\x3c\x02\x44\x11\x1d\xfb\x80\x00\xd1\xf1\x18\xd0\x14\xd1\xf1\x09\xa0\x00\xd1\xb1\x9a\xe4\x3c\xe1\x4b\x9e\x96\x72\xf0\xf8\x09\x1c\x87\x51\xc4\x57\x25\x1d\xc1\x31\x4f\xe7\xd4\xaf\xa1\xe4\xf9\x32\x4e\x43\x29\xa8\x31\x45\x52\x56\x08\x1e\x53\xa4\x04\x84\xe0\x29\x45\x4a\x2a\x08\x9e\x8b\xe6\x9b\x37\x08\xfc\x11\x45\x62\xcd\x08\x7c\x9f\x22\xb9\x6a\x04\xfe\x63\x8a\xce\xdf\xbd\x42\xe0\x3f\xa3\x68\x8b\xc0\x7f\x4e\x51\x8d\x60\xec\x53\x44\x11\x8c\xc7\x14\x01\x82\xf1\x09\x45\x53\x04\xe3\xc7\x14\x05\xa8\x86\x55\x9e\xcd\xd7\x72\xe7\x8a\x4f\x74\x3a\x82\xe9\x09\xf8\x01\x4c\x9f\xc8\x7f\x9f\xc9\x7f\x4f\x9d\x7f\xfd\x31\x8c\xc5\x8f\xc2\xfa\x96\x9f\x27\x6a\xc0\x13\x38\x09\x60\x3a\x1e\xc9\x1f\x5f\x13\x3b\x55\x5f\x4f\x15\xca\x53\x85\xa2\xa6\x1e\x8b\x01\x01\xac\x78\xbe\xc8\xf2\xe5\x4b\xc9\x61\xa3\x64\x1c\x4a\xc8\x21\x85\x18\x42\xa5\x87\x05\x0b\x07\x09\x4f\xaf\xca\xeb\xbe\x7f\x54\xdc\xc5\x65\x74\x8d\x63\xb2\x8d\xc2\x82\x77\x7c\x5a\x5e\xc7\xc5\xe0\x98\xf1\x41\xce\x57\x49\x18\x71\x3c\x9c\xcd\xf0\x6c\x56\x21\x32\xbc\x02\x74\xec\x23\xe2\xf6\xa4\x02\x38\x4b\xdb\xc0\x5c\x02\xf3\x36\xb0\x94\xc0\xb2\x0d\xbc\x95\xc0\xdb\x36\x70\x21\x81\x8b\x36\xf0\x52\x02\x2f\x11\x39\xba\xcc\x79\xf8\xf9\x48\x72\x3b\x36\xdc\x2a\x93\xc0\xbc\xd5\x7b\x62\x7a\xd3\x75\x92\xb8\x1d\x8f\x4d\x47\x77\xe4\x82\x9f\x58\xb0\xef\x82\x9f\xd2\x9c\x97\xeb\x3c\xed\xe8\xde\x70\x5a\xf4\xfd\x40\xf5\xf9\x76\x8e\x6d\xed\x8e\xf1\xed\x14\x1a\xdb\xed\xb3\xf3\x4c\x45\xe7\x38\x80\x70\x5a\x04\x6d\x94\xa7\x0d\x59\x50\x2d\x81\x1b\x4c\x47\x41\xc0\x64\x63\x87\xe4\x33\x77\x3a\x45\xb1\x3f\x0e\xbe\x3e\xe6\xb9\x65\xa3\x0d\x3f\x7d\x98\xf5\xf1\xc8\x65\xbd\xcd\xf3\xd8\x3f\xc8\xc3\x60\xb5\x2e\xae\xb1\xc0\x26\x75\x0d\x65\x78\x99\x70\x3a\xdd\x9e\xd0\x27\xf0\x98\x4e\x7d\xf0\xc7\x01\x3c\xa1\x4f\xe1\xa9\xfc\x38\x09\xe0\x19\x3d\x81\xe7\xe2\xe3\x34\x80\x53\xfa\x58\x18\xaf\xe8\x19\x05\xc2\x78\x45\xcb\x0f\xc0\x1f\x53\x81\x4c\xc7\xe0\x3f\xa1\xcf\xc0\x7f\x4a\x9f\x0b\x33\x16\xbd\x8f\x03\x61\xb4\xa2\xf5\x24\xa8\x61\xeb\xd3\xe9\x89\xfc\x55\x93\x3d\x35\xed\x31\x3c\x0b\x84\xc9\xab\xc6\x78\x6c\x1a\xba\xcb\x62\x3d\x37\x58\xcf\x0d\xd6\x73\x83\xf5\xbc\xc1\x3a\x35\x58\xa7\x06\xeb\xd4\x60\x9d\x36\x58\x72\x0d\xcf\x4d\x4b\xe1\xc9\x96\xe9\x6d\x30\x7d\x8b\xe9\x5b\x4c\xdf\x62\xfa\x0e\xe6\xd8\x62\x8e\x2d\xe6\xd8\x62\x8e\x1b\xcc\x13\x83\x78\x62\xf0\x4e\x0c\xda\x49\x83\xf5\xd8\x60\x3d\x36\x58\x8f\x0d\xd6\xe3\x06\xeb\x89\xc1\x7a\x62\xb0\x9e\x18\xac\x27\x0e\x6f\x96\xb5\x40\xb8\x55\xdd\x18\x9b\x86\xc6\xb1\xe8\x76\x25\x76\x21\x76\x1d\x72\x19\x27\xe2\x00\xb1\x3a\xe3\x4b\x1d\xf1\xc5\x2e\x9e\x8a\x93\x67\x3c\xa2\xfe\xa9\xc4\xfa\x5f\x29\xd6\x89\x38\x90\xbe\xaa\x54\x92\x25\x1f\xc6\x62\x09\x4f\xe8\x78\xac\x94\x6c\x0c\x8e\x6a\xf9\x56\xd6\xbe\x15\xb6\x6f\xa5\xed\x2b\x71\x4b\x56\xc6\x5a\xcc\x3e\x8c\x9f\x18\xe8\x58\xa8\xa9\x19\x25\xa9\x8e\x25\x7f\x63\x77\x06\xab\x97\xbe\x55\x4c\xdf\x6a\xa6\x2f\x55\x53\xd3\x7d\x6e\x39\x7e\x66\xa0\x63\x18\x5b\xb5\x1b\xbb\x6a\x67\x77\xdf\xb7\xdb\xef\xdb\xfd\xf7\x1f\xef\xef\xc2\x78\x44\xc7\xff\x11\xa9\x9f\x8c\x7e\xdf\x94\x15\x17\xd6\xd6\x7c\x6b\x6c\xbe\xb5\x36\xff\x34\xf8\x8f\x70\xe3\xff\x3e\x37\x8a\x07\xeb\x3c\xfc\x67\x0e\xd4\x9a\x85\xc2\xd5\x32\xb7\x4a\x3f\xf6\x83\x3a\x80\x39\x5f\x84\xeb\xa4\x54\xa7\x75\x41\xb7\xfe\x53\xa3\x46\xab\x30\x2f\xf8\xb9\x0c\x03\x9b\x43\x9c\x6c\xcb\xeb\x3c\xbb\xeb\xa4\xfc\xae\x23\xfb\x30\x27\x1a\xb5\x85\x25\x0e\xf8\x92\x09\x4f\x0c\x39\x9b\x8e\x02\x48\xd9\x54\x9c\x7f\x01\xc4\x6c\x1a\x40\x28\xbb\x06\xd2\x0f\x43\xc1\x10\x82\x8c\x8d\x20\x61\x23\x88\xd8\xe8\x48\xf6\x25\xfc\x9e\xe7\x83\x82\x97\xaf\xd3\xd5\xba\xc4\x9c\x80\x03\xde\x6c\x14\x81\xcd\x06\xf4\xaf\xea\x60\x0d\x0e\xdc\x66\xf1\xbc\x33\x62\x8c\xb5\xc6\x25\x49\x16\x79\x1e\xde\x83\xb1\x6d\x4d\x8e\x04\xd7\xeb\x7d\xfc\x23\xb3\xb2\xce\xc2\xc4\xd0\x47\xea\x30\x46\xa9\x3c\xf1\x51\x97\x95\x9b\x15\xcf\x16\x98\xb3\x52\x0f\x4d\xf8\x3d\x26\x55\xe5\x13\xcf\x93\x50\x13\x5a\x4f\x79\x50\x55\x9c\x00\xaf\x63\x75\x28\xad\x09\x20\x33\x01\x62\x9a\x50\xc7\x2c\xab\xd9\x05\xc3\x75\x03\x61\xfb\x48\xe4\x68\x91\xe5\x58\xb0\x78\x0d\x2b\x98\xc3\x06\x96\x70\x0b\x57\x70\x09\xf7\xf0\x19\xee\xd8\xb6\x3e\x3b\x23\xdb\x78\x81\xe7\x2c\x9f\xe6\x36\xfe\x0a\x94\x18\xdb\xca\x30\x9d\x07\x13\x2d\xe7\xbd\x0e\x8a\xc5\x6e\x32\x76\xed\x79\xf8\x9a\x2d\x30\x21\xb0\x61\xe1\x74\x1e\x78\x9e\xf8\x77\x7a\x1d\x90\x66\x03\x36\x55\xd5\xdd\xe8\xb9\x44\x73\x3a\x0a\x24\x0f\xdd\x88\x6c\x25\xbb\x9d\x38\xed\xdc\x4b\xbd\x98\xce\x03\xa2\x54\xc3\x86\xd8\xd3\xdb\xc0\xf3\x6e\x5f\x8c\x3d\xef\x5e\x09\x0c\x7d\x87\x7a\xfb\x38\x3d\xf4\x1d\x52\x3b\xf8\x89\x21\x74\xf4\xc9\xdd\xc6\xe2\x3a\xbb\xfb\x29\x2b\x62\xc1\xfd\x04\xfd\x24\xa4\xd5\x91\x41\x7b\x27\x4b\x3b\x49\x9c\xf2\x0e\xea\xe1\xac\xe7\x93\x1e\xa2\xb3\x54\x53\xdf\x1f\x8a\x49\x0f\xcd\xd2\xf3\xfb\x15\x8f\xca\x38\xbd\xea\xa0\xde\xfd\xe0\x26\x8b\x53\x8c\xa0\x83\x48\x0f\x41\xe7\x2a\x2b\x3b\x07\xb8\xbb\x96\xdc\xd1\xdf\x99\xb9\xf3\x21\xe5\x92\x36\x9f\x0b\xa8\xcf\xd8\xf5\x04\xf1\x74\xde\xc9\x16\x9d\x58\x18\x01\xa2\x62\xe9\x78\x9f\x7a\x55\x5d\x13\xb9\x7e\xd8\xd1\x10\xfc\x09\xb6\xa5\x48\xa9\x9c\x15\x2d\xc3\x32\xba\x86\x32\xfb\xcc\x53\x7a\x90\x14\x08\xbe\x68\xdb\x0a\xe2\x94\xa7\x19\x24\x59\x44\xd7\x60\x98\xa4\xf7\x35\xa9\xe3\x05\x3e\x61\x2c\x92\xfb\x29\x38\x26\xbb\xfe\xe1\x53\x55\xc9\x75\x0b\x81\x5d\x87\x49\xc9\xe7\x03\x44\x8e\x92\x1d\x2b\xe3\xe9\x15\x14\x6d\x98\xe0\x1b\x32\x76\x88\x8f\x03\x36\x0a\x52\x0b\x6b\xa1\x4e\x67\x5d\x3c\x1e\x0c\xca\x4c\xa5\xad\x98\xc4\x69\x47\xea\x95\x52\xfc\x11\x63\xf3\x6f\x64\xf2\x33\xf3\xc1\xd8\x08\xb3\xc6\x32\x7e\xf4\x19\x52\x03\x35\x8d\xfe\x67\x88\x0d\x2c\x6e\x60\x3b\x56\x56\xaf\xd8\x35\x5c\xb3\xb1\xb2\x95\x76\x9f\xb1\x9c\x71\x00\x11\x3b\x11\x72\x15\x76\x12\xa7\x45\x19\xa6\x91\xf0\x08\x32\xd9\xf5\x3c\x63\x48\x2f\xfc\xbd\x55\x68\xfd\x52\x3e\xbb\xb3\x5c\x27\x65\xbc\x4a\x78\x27\x54\x56\xdb\x59\x65\x45\x11\x5f\x0a\x40\xd9\x29\xca\xb0\xe4\xb4\x83\x7a\x73\xa1\xb6\x4a\x19\x3a\xa8\x77\x4d\x4c\x26\xa6\x8c\x54\x27\x63\xb9\x32\xbc\x6b\x02\xa9\x6a\xed\x6d\x14\x81\xf8\x40\x8f\xd8\x18\x02\x7a\xf4\x66\xea\x07\x04\xae\x65\x1a\x04\xab\x09\xbe\x66\x2b\x58\xc9\x2f\x42\xf1\x7f\x5e\x1f\xa2\x17\x23\xcf\x8b\xfa\xfd\x9d\x4c\x2d\x5e\xe0\x2b\x85\xed\xa6\xd1\x53\xc1\x9c\x48\x4d\xe0\x4e\x24\x6a\x53\xbb\xad\x57\x02\xf2\xe9\x98\x6d\x17\x71\x5e\x94\x9f\xa4\x65\xc4\x53\xbb\xc3\xf8\x4a\x78\xf8\x60\xd0\xf4\x42\x12\x1e\xc0\xf3\x83\x81\x85\x83\x42\x8e\xb2\x64\xbd\x4c\x1f\x26\xa6\xfa\x15\xb9\x7d\x5c\x43\x50\xf5\xd4\xda\xd7\x76\x19\xc3\x4b\xbd\x3a\x37\x0b\x1f\x44\x61\x92\xe0\x3b\x28\x20\x81\xcc\x9c\x98\x20\xd6\x2c\x12\x72\x42\x88\x4e\x2d\x97\x47\x57\x9e\x87\x73\x96\x0f\x8a\x24\x8e\x38\x1e\x41\xdf\x7f\x74\xf5\x68\x4c\x20\x65\x69\x0b\x46\x20\x66\x71\x1b\x62\x37\xfa\x21\xe9\x8e\x02\xab\x3f\x77\x83\x63\xab\x31\x42\xbe\x04\x2e\x59\x38\x75\xec\x61\x1c\x04\xd3\xb6\x79\x18\xea\x97\x3b\xc9\xb5\x62\xbd\x3b\xaa\xeb\xa6\x05\x87\x8a\x5e\xb2\x8a\x74\x38\xaa\x81\x52\x9d\x47\x07\xce\xd3\xfd\x70\xe7\x68\x1f\x4b\x52\xa8\xc1\x04\x2b\xad\x48\xc8\xcd\xda\x3f\x49\x37\xce\xb8\xda\x82\x4f\xcb\x2c\xe7\x6a\xb7\x3e\x25\xbc\xd0\xea\x3e\xcf\x52\xce\xba\xbe\xd9\x25\xa5\xe1\xe6\xa4\x17\xe2\x60\x23\xd3\x27\x2c\x42\xf5\x48\x9f\xce\xe7\xce\x87\x88\xa9\xe4\x57\x94\xa5\x73\x79\x7a\xbd\x2f\xc3\xe8\x33\x9b\xa2\xd7\x6f\x5f\x5f\xbc\x7e\xf9\x06\x05\x76\x0a\x19\xfe\x38\x0a\xee\xb7\x55\x74\xe4\xe8\xb4\xdf\x52\xc8\x91\x2a\x0b\xd4\x10\xb7\x97\x6d\x64\xee\x2c\x7a\x3a\x0a\x8e\x5c\x51\x28\xee\x7b\x46\x16\x6a\x69\xbd\x1e\x34\x2b\xb0\x7d\x7a\x71\xe2\x9b\xab\x0f\x3c\x9c\xa5\x43\xe2\x79\x2d\x19\x99\xc1\x5a\xc8\x4e\x5b\xeb\xa9\x2f\x82\x2e\x58\x7f\xd3\x0e\xf5\x9c\x2f\xbd\x46\xb1\x5b\xee\x12\x5b\xc3\xe4\x56\x76\x47\x1a\x55\xec\xe6\x4e\xd0\xbc\xc3\x98\x5c\x86\xe6\x8b\x13\x77\x36\x11\x4d\x17\xbb\x7a\xd4\x12\xa8\x96\xc7\xa0\x58\x5f\x16\x65\x8e\x47\x2d\x29\x19\x8b\x71\x66\x51\x10\xa2\xc5\x8f\xb9\x39\x40\xc6\xa3\x09\x1a\x0c\x06\x88\x22\x44\x7a\xdc\x90\xeb\x8f\x47\x6e\xc5\x4b\x56\xd6\x10\xa9\x61\xbd\x8a\xb2\x65\x9c\x5e\xfd\x2e\x67\x66\x9b\xcd\x3c\xdf\x8f\x47\x22\x04\xee\xb5\x77\xc4\xf0\x3e\x1e\xf5\x0d\x22\x21\x80\xb9\xdb\x43\x7a\x87\x99\x3d\xc8\x9f\x1b\xa8\x3d\xc0\x9e\x15\x2c\x26\x50\x32\x61\xd3\xf2\x4c\xb5\x93\xf4\x7c\xa2\xe3\xb9\x3e\x22\x76\x19\x6a\x73\x5a\xcb\x57\x81\x20\xea\x95\x3d\xf4\x2b\xaa\x21\x15\x11\x96\x33\x65\xbc\xc0\xd6\x94\x89\xab\x26\xe7\xef\x5e\xc9\x08\xd5\xd6\x42\x8f\x1c\x99\x54\x15\x76\x1c\xc0\x88\x38\x4e\xc2\x74\x69\x93\x37\xa6\x6d\x0c\xbd\x09\xfa\x75\x5e\xf5\x29\x5a\xe7\x39\x4f\xcb\x9f\xd7\x09\x2f\x30\x81\x82\x8d\xce\x8a\xef\x4d\xb9\xd5\xf3\x70\x17\xe7\xad\xed\x50\x56\x25\x21\xb9\x18\xa3\xea\x6a\x84\x54\x55\xe9\x79\x5d\x9c\x4f\x47\x81\xd9\x88\xb2\x69\x13\xc1\x17\xcb\x21\x65\x85\x62\x28\x5b\x49\x87\x3f\x58\x24\xfc\x9e\x90\xb3\xa2\xd7\x23\x67\x66\xfd\x13\x8c\x63\x26\x07\x5b\x13\x1e\x3c\x1a\x5e\x11\x62\xf2\x1a\x6b\xc7\x36\x80\x22\x0f\x7a\x28\x07\xee\x1c\xac\x8d\x9b\x6a\x13\xdc\xf1\x67\x7b\x83\x0f\x1d\xb5\x93\x9d\xc3\x56\xb7\x1e\x1a\xdc\x73\xc4\x52\x43\xcb\xc3\x89\x9e\x96\x5b\x6b\x00\xda\xa1\x3b\xe8\x9a\x84\x7b\x40\x98\xb3\xe0\x41\xbf\xe6\xee\xc8\x8e\xc7\x94\x53\xf1\x07\x23\x02\x99\x9f\xbb\x89\x34\x84\xd3\x34\x38\x74\x6e\x4c\x0f\xc0\x1a\xf1\xe8\x69\x85\xe6\x6a\xa7\xac\x18\x34\x5b\xab\xcf\x34\x02\xbc\xaa\x54\xa4\x42\x28\x42\x26\x35\x57\xb8\x13\x63\x21\x54\x62\xec\x26\x32\xe8\x0d\xbf\x8f\xa3\x30\xd9\xcf\x9e\x76\xf6\x9a\xf4\xd0\xa0\xf3\x21\xcd\x79\x94\x5d\xa5\xf1\x17\x3e\xef\x48\xb9\xda\xb4\xae\x9d\xd0\xe9\xf4\x48\x58\x94\x8c\x81\x65\x70\xba\xaf\x42\x35\x11\x4e\xfd\xfe\x01\xbf\x22\xec\x1f\x5b\x87\x61\x43\x31\x3e\x69\xb2\x28\x4c\x6a\xb8\xe4\x57\x71\xba\x7f\x2c\xec\x08\x55\x06\x39\xb2\xa8\x92\xad\xde\xcb\x28\xfd\x81\x33\x67\x77\x5c\xb6\x12\x93\xb4\x4c\xff\x77\x87\x16\x87\xf6\xf5\xeb\x7b\x1d\x28\x0f\x51\x43\xf9\x87\xf8\xfb\x1a\xd1\x71\x50\x83\x58\xf6\x0e\x39\x23\x20\x29\x37\x29\x12\xed\x5f\xe8\xb6\xfe\xea\x2d\x13\xd9\xea\x24\x26\xd7\x19\xcc\x88\xba\x37\x0b\xe6\x22\xe5\xa9\xc9\x09\x0c\xd7\x36\xa4\x32\xc6\xa8\xcf\x22\x1f\x4a\x6d\xaa\xfd\x31\x81\xc7\xed\xc8\xb3\xe3\x3f\x33\xd7\x39\x06\xf0\xdc\x5c\xe4\x68\xc0\xf8\x64\xe7\x0a\x67\xac\x69\x3c\xb3\x80\xb1\x02\x3c\xb7\x00\x5f\x01\x4e\x2d\xd1\x91\xe6\x7e\x64\x21\x1a\xc5\xb7\x0b\xd2\xf3\xfa\x76\x45\xfe\x63\x7b\x3f\xa4\xeb\x55\xaf\xdf\x7e\x7c\xf9\xe6\xf5\x5f\x50\x5d\x83\xdc\x46\x3a\x1d\xfe\x8a\x27\x74\x56\xf4\xc8\x10\x64\x13\xf7\x27\x78\x3a\xea\x9f\x06\xd5\xd4\xef\x9f\x06\xb2\xd9\x23\x04\xcf\x06\xba\x39\xc1\x53\x7e\x1e\x4c\xfb\xbd\x60\x62\x20\xb3\x4b\x33\x1a\x09\x62\xb3\xe9\x6c\x86\x2e\x17\x69\x5e\x0e\x83\x6a\x36\x5b\x4f\xc3\xfe\xe2\x65\xff\x95\x40\xde\x3e\xae\xab\xe9\xaf\xb3\xd9\x6c\xd4\x9f\xdd\x8f\x4e\x67\xf7\xa3\xb0\x3f\xbb\xf7\x17\x28\x20\x8f\x90\x21\x32\xdb\xda\x56\x6d\x5b\x53\xdb\x0a\x4c\x0b\x4c\x83\x9a\x46\x99\xaf\x79\xc3\xcc\x22\x4c\x0a\xe7\x53\xd8\x76\xf3\x75\x6c\x1a\x03\x32\x0c\xa0\xb1\x08\xba\xd5\x01\x32\xdd\x6a\x09\x8d\xc0\x87\x31\x9c\xc0\x63\x78\x02\x4f\xe1\x19\x3c\x87\x53\xf0\x47\xe0\xfb\xe0\xab\x8a\x7a\x9c\x46\xc9\xba\x88\x6f\x39\x15\xc9\x47\x6d\x23\x87\xba\x71\x0a\xdc\xd4\x27\x41\x42\xd1\x3a\x9d\xf3\x45\x9c\xf2\xb9\x2d\x1d\x76\x72\xfe\xdb\x3a\xce\xb9\xe7\x1d\xea\xe4\xf7\xab\x2c\x2f\x0b\x11\x48\xa9\x96\xf2\x8d\x39\x33\xb7\xfc\xd0\x82\xb3\x7d\x9b\x34\x88\x0a\x61\x10\xae\x56\xc9\x06\xdb\xd1\x61\x7e\xb5\x5e\xf2\xb4\x2c\x48\x6d\x29\x2d\xc3\x38\x65\xae\x35\x8a\x14\x89\x8b\x2c\x7e\xaf\xf0\xf0\xa1\x08\xaf\x64\x39\x81\x4f\x47\x41\x0f\x75\x5e\xbd\x7e\x73\x8e\xc8\x51\xbc\xc0\x87\x16\xb3\xca\xb3\x88\x17\x05\x51\x45\x62\xbd\x6e\x8c\x16\x85\xbc\x6b\x0d\xe7\xaf\xe2\x84\xbf\xdf\xa4\x11\xb6\x5d\xab\xb0\xbc\x46\x3a\x38\xd3\xa3\x07\xd1\xdd\x1c\x13\x90\xfc\x00\x5a\x97\x8b\xe7\x88\x1c\xf1\xa4\xe0\x2d\x92\x71\xc2\x11\x19\x88\xe1\x78\x17\x28\xc7\x6b\x9a\x92\x8a\x9c\x1b\x6f\xa3\x6b\x21\xa0\x92\x0a\x9a\xfd\xe7\xa8\x6e\xf6\xb0\x25\x79\xf5\x83\x45\xde\x77\x68\x8d\xcb\x6c\xbe\x4e\xb8\xe7\xe9\x59\x95\x30\x19\x33\x60\x57\xc6\x5f\x93\xd1\xc4\xac\x36\xcc\xaf\x6e\x6d\x1e\x43\xed\x5a\x8a\x4d\x51\xf2\x25\x22\xa2\xbf\x20\x04\xdc\xed\x42\x99\x7c\x2c\xd1\xd4\x94\xad\x12\xed\xf5\x28\xb6\x26\xbc\x11\xd2\x60\x30\x1c\x0c\x86\x49\x7c\x39\x8c\xb2\x39\x5f\xc6\xf2\x89\x03\x21\xf4\x40\xa9\x5a\xf1\xee\x79\xea\x77\x10\x2e\xe7\x13\xd5\xc4\xd3\xc3\x64\x02\xe0\x84\x72\xfc\xe7\x6c\xce\x7f\x94\x10\x52\x63\xdc\xe2\x7c\x5d\xf0\x4e\x51\xe6\x71\x54\xa2\xa6\xf8\x5e\x1a\xef\xae\xf6\x43\x1a\x6f\xb6\xe2\x79\x58\x66\x79\x55\x64\x8b\xea\x33\xdf\xdc\x65\xf9\xbc\x13\x55\xc2\xeb\x55\x29\xbf\xab\xa6\xb3\xe9\xb6\x9e\x61\x38\xa3\x41\xc5\x5e\x90\xe3\xe1\xa0\xe4\x45\x89\x4b\x19\xbb\x5d\x6c\x56\x9c\x54\x15\xfa\x6d\x1d\x16\xb1\x58\x8f\x85\x7a\xde\x70\xb6\x9d\x15\x8f\x0c\x3e\x1f\x14\xb2\x98\x68\x2b\x1e\x7c\xb0\xca\x8a\x3e\xce\xab\x6a\x44\x08\xa9\xf9\x40\xad\xf8\xc7\x6c\xce\x31\xba\x09\x6f\xc3\x22\xca\xe3\x55\x89\xa0\x59\x57\x0e\xa9\x8a\x1a\x62\x08\xa1\x60\xf9\x20\x4e\xe7\x3c\x2d\x3f\xa4\x71\x09\x19\x4b\x07\xb2\x24\x27\x6c\xf0\xb5\x84\x43\xc2\xd2\x81\xb4\xcf\x39\x44\xba\x59\x55\x09\xac\x59\x3a\x10\x82\x57\x13\xc0\x82\xa5\x03\xb1\xe8\x3f\x5f\x87\x79\x18\x95\x3c\x2f\xaa\x6a\x38\x9d\xdd\x1d\xcf\xee\x43\xbf\x3f\x5b\x2f\x16\x8b\x45\x30\x84\x6b\xd7\x23\x58\x89\xf2\x26\xfd\xdd\x0a\x9a\x94\x43\x51\x6e\x12\x4e\x91\x16\x25\xaa\x6b\x65\xa4\x1c\x1b\x50\x27\x44\x04\x72\x17\x70\x89\x08\xa4\x2e\x20\x42\x04\x62\x01\x30\xbb\x83\x08\x84\x4c\xcd\x80\xc2\x32\x5b\x22\x33\x8d\xfc\xa8\xa1\x60\xdb\x78\x41\x39\x46\xf1\x02\x11\xb8\xbb\x8e\x13\x4e\x4b\xb8\x8b\xcb\x6b\x5a\x82\xb0\x69\x9a\xc3\x3c\xa3\x39\x94\xf9\x86\xe6\xb0\x88\xd3\x30\x49\x44\x4b\xf1\x4e\x53\x90\xe7\x3b\x4d\x85\x1f\x2f\xe3\x74\xcd\x69\x0a\x29\xbf\x13\x24\x53\x7e\x87\x08\xcc\x79\xc2\x4b\x01\x95\xae\x8b\xa6\x30\xe7\x97\xeb\xab\x2b\x9e\xd3\x14\x6e\xc3\x5c\x20\xde\x86\x82\xcf\x28\x4b\x8b\xb2\xf9\x4c\xb8\xf3\x61\xe4\x26\x20\xd6\x0c\x08\x44\x22\xda\x16\x30\xd9\x10\x78\x99\x24\xb8\x90\x0b\x57\xa1\x88\xf8\x56\x2d\x39\xa0\xe0\x0a\xbf\xe0\x92\x37\x79\xb9\x22\x20\xba\x29\xe4\x97\xd2\x18\x94\x81\xd1\x18\x9a\x32\xb0\x80\xe6\x6b\x4e\x43\x90\xa7\x1b\x0d\x41\x1c\x6b\x34\x04\xeb\x43\x68\x08\x6f\xc3\xb7\x34\x84\xd7\xe9\x22\x4e\xe3\x72\x43\x43\x19\x9e\x0b\xfa\xe2\x57\x30\x90\x84\x85\xfc\x96\x0d\xc1\xe4\x7a\xc5\x25\xcf\x72\x43\x08\x6c\x62\x9e\xcc\x69\xaa\x8f\x02\xd1\xa1\x5a\x82\xb1\xa5\x01\xa9\x16\x22\xc0\xef\x4b\x9e\xce\x0b\x9a\x42\x78\x17\xc6\xa5\xf8\x2d\x36\x69\x24\xe9\x89\x06\x22\xb5\x38\x0a\xd6\x4a\xfd\x33\xa3\x09\xb7\x61\x1e\x87\x97\x09\xb7\xda\x60\x00\xfd\x13\x54\x43\xc2\xb6\x71\x5a\xf2\x7c\x11\x46\xdc\x65\x35\x5e\xae\xd4\xf3\x2c\x31\x5f\x1a\x2e\x79\xb1\x12\x18\x29\x28\x1f\x26\x50\x55\x4b\x30\x96\xae\x97\x2d\xc0\x6a\x7d\x99\xc4\x91\x06\xc5\x8b\x98\x8b\x1d\x5a\xe5\xf1\xad\x08\x3c\x77\xa1\x59\xa9\xae\x39\xda\xf0\x50\x84\x84\x61\x54\xee\x82\x0b\x1a\x83\x72\x12\x34\x03\x75\x2d\x48\x33\xb8\x54\xaf\xde\x68\x06\x61\xba\xa1\x59\x6d\x33\xf5\xa8\x13\xa7\x9d\x84\x14\xd3\x28\x60\xc9\x34\x0a\x74\xf5\xb2\x53\xd4\x98\xc0\x8a\x0d\xa7\xbd\x59\xff\x91\xf7\x7f\xd9\xf7\x2f\xba\x93\xea\xff\xfd\x1a\x0c\x61\xce\x86\xbf\xfe\x17\x16\x0a\xce\xef\xcb\x2a\x9e\x57\xb7\x61\xb2\xe6\x55\x12\xa6\x57\xeb\xf0\x8a\x57\x42\xa8\x95\xe8\x0e\xe3\x94\xe7\x55\x12\x17\x65\x55\xf0\xb2\xca\xf9\x2d\xcf\x0b\x5e\x09\x77\x73\x5f\x5d\x0a\xcf\x78\x9b\x45\xe1\x65\x75\x95\x87\xab\x6b\x82\x86\x8d\x87\xdd\xb4\x3d\x6c\x27\x66\x1c\x42\x96\x43\x59\x5b\x94\x25\xe6\x02\x41\x2c\x21\x15\x46\x6e\x92\x9f\x78\x81\xbf\x43\xdf\x31\x16\x57\x15\xfa\x0e\x31\x16\x9b\xc2\x47\x3e\x90\x99\x55\xfc\x85\x33\x9c\xb2\x18\xda\x55\x57\x41\x27\x87\x98\x75\x7d\x41\x21\xf1\x3c\xf4\x5f\x88\x31\x3e\x58\x71\xfe\x19\x13\xcf\x33\x05\xbf\xb9\xad\x51\x97\x0d\xbd\x25\x6c\x30\x52\x2e\xb2\x6f\x1c\x16\xa0\x25\x2f\x43\x5d\x12\x39\x13\xb6\xd1\x65\x38\xb7\x7c\x12\xcf\xc3\x79\x97\xa5\x55\x15\x93\x33\x12\xb3\x6e\xec\x79\x68\x36\x43\x8c\xe5\xe6\x98\x8f\xab\x0a\xbb\x93\x10\x31\x8b\xda\x59\x04\xa6\x41\x6a\x02\xcd\xca\xa4\x4c\x64\xb4\x33\x10\x4b\x6f\xd8\x1e\xfe\x3a\x9b\xf7\xf0\x84\xca\x88\xb9\x37\xeb\x07\x93\xd9\xbc\x47\x26\x43\xbb\x9a\x0d\x36\x57\xc8\x60\x1a\x07\x09\xa1\xc1\x00\xb9\x83\x8a\x95\x08\x56\x9a\xd5\xc6\x0b\x3c\x9c\xce\xa6\xb3\x40\x9c\x76\x33\x02\x67\x33\x3a\x1b\x04\xfa\xf4\x8a\x9d\x91\xb1\x22\xcf\x0c\x79\x1e\x96\x18\xbd\x68\xd1\x66\x2f\x10\x38\xae\x5b\xe2\x8f\x5c\xfc\xe1\xfd\xb0\x21\x29\x41\xff\x10\x2e\x5b\x70\x30\x0f\xfb\x8b\x60\x18\x4b\x99\x1d\x5e\x58\x9b\x52\xf6\x10\xa5\x51\xff\xd9\x1f\xa1\x73\xf9\x20\x1d\xff\xab\x64\x86\xb3\xf9\x9e\x90\xdc\xcd\x7b\x24\x12\x8e\xc1\x6c\xfe\x88\x4c\x0e\x6d\xe3\xc3\xec\x0d\x5d\x1b\xd0\x62\x7e\x84\xc8\x04\x3b\xf6\x70\x0b\xb7\x52\x73\x08\xd5\x08\x43\x81\xc0\x07\xc5\xe7\x78\x75\x91\x9d\xa7\x22\xbe\xdd\x60\x14\x65\x4b\xe1\xef\x10\xd8\x16\x21\x54\x04\x43\x39\xf8\x64\xd2\x0a\x9c\x8c\x77\x29\x21\x67\x5d\x1f\x52\xd6\xf5\x8d\x0d\x94\x8d\x0d\xa8\x8b\xd0\x6e\x2e\x7f\x24\xa7\xa5\xe7\x75\x53\xcd\xed\x11\x9a\x0a\xc8\x24\x65\xdd\x11\x4d\x3d\x0f\x05\x0a\x01\x0b\x6a\xa4\xce\x59\x37\x37\x36\x53\xd6\x35\xe6\x04\x1c\x81\x5d\x62\x3c\xbd\x8a\x97\x9b\x75\x40\xf0\xa4\xab\x9b\x8f\x66\x63\x42\x7a\xb3\x4b\x25\xaf\x9c\x5f\xf1\xfb\x95\x35\xa5\xfe\x58\x2c\x07\x3b\x9b\xb6\x92\x68\x56\x01\x1d\x5d\x04\x3e\xd0\xe5\x0d\x4c\x88\x92\xf3\xbf\x1f\xf0\x35\x57\x70\xd5\x58\xe5\xff\x69\x6f\xc6\x8e\x7c\xf5\xf3\x5d\xfd\x2b\x47\xac\xf6\x75\xe2\x8f\xb2\x27\xc8\x2c\x2c\x99\xad\x43\x60\xa1\x9e\x29\x84\xcc\x41\x87\x82\x5d\x0f\x56\xb9\x20\x55\x6e\x5e\x17\xe7\xe9\x7a\xc9\x73\x71\x16\xe2\x90\x78\xde\xf5\x34\xb4\xb7\x27\x22\x7c\x1f\xa0\x2e\xcb\x6d\xb0\x3a\xd9\xe0\x42\x86\x84\x50\x0c\xe4\x49\x0a\x21\xa1\x1b\xec\x9c\xaf\x4e\x33\x24\x75\xe3\xcc\x6f\x95\x13\x36\x5a\x93\x2b\x85\x69\xbc\xe5\x59\xa3\x21\xb9\xe7\xa5\x64\xeb\xfa\x45\x75\x0d\x57\xa7\x0c\x3d\x12\xfd\x75\xe3\x40\x0e\x28\x6c\x33\xe7\xd5\xc1\x39\xf7\x1d\xb5\x56\xd2\xd4\xf3\xd4\x26\xe7\x55\x85\x8e\x15\x23\xda\x5a\xb6\x88\x90\x07\x58\x12\xc3\xb4\x5b\x77\xf8\x52\x71\xbe\xa3\x78\xad\x0d\x6b\x58\xbc\x54\x2c\x96\x83\x45\x58\xbe\xcc\xf3\xec\xee\xa5\xac\x64\x3a\x9f\xea\xda\x5a\x6e\xa3\x60\x59\x27\x07\xf2\x84\x7d\xb7\x50\x1e\x54\x40\xc3\xbc\x94\x7a\xd0\xc5\xf9\xf7\x23\xd2\x2c\x3a\x65\x23\x79\xe6\x89\xc3\xb5\xef\x9f\x85\x2f\xd8\xe8\xac\xdf\xb7\xef\xa2\x2d\x41\x91\x8a\xbe\x2c\x71\x48\x20\x63\x08\x4f\xb7\x75\x40\x90\x9d\xa5\x90\xa4\xb3\x17\x6c\xe4\x79\xd9\xf7\x27\x5a\x5c\x64\xdb\xeb\x85\x5a\x0e\xea\xb5\x43\xbf\x9f\x12\xf5\x2d\xb3\x63\x35\xe6\x44\x8c\x79\x4a\x7a\xbd\xf4\xc8\x40\xb5\xb2\x16\x44\x1c\x8b\x23\x09\xde\xca\x63\x05\x7d\x37\x1b\x9a\xa3\xa4\x30\x16\x21\xe6\x8e\xa5\xd7\x70\x26\xac\x6b\x09\xda\x15\x96\xd0\x39\xb1\xb2\x7b\xb6\x15\xf1\x25\xed\x8e\x4c\x80\xd4\x1d\x81\x51\x4d\xd1\xd6\xf1\x53\x77\x04\xca\x49\x50\x7d\xa3\x26\x7e\x77\x0f\x7a\xda\x1d\xd5\x4d\xe4\xf2\xb9\xfd\xbe\x5c\xd6\x0d\x55\x7e\xc5\xe7\xe6\x1e\x51\x55\xea\x99\xba\xcf\x93\x06\x23\x42\x1b\x75\x59\xcd\x6f\x59\x0c\x7a\xd4\x22\x63\x2a\xaa\xee\xb2\xd4\x54\xb0\xc3\x24\xbe\x4a\x59\xea\x28\xc9\xdd\x8e\x1e\x33\x3e\x48\xb2\x28\x4c\x3e\x86\x79\x71\x96\x9f\xe5\x2c\x97\x9a\x4c\xe2\x05\xce\x07\x22\x4e\x65\xac\x24\xe6\x8a\xfa\xa8\xd1\x04\x3e\xd0\x21\xdd\x59\x7a\x96\xb2\x54\xf2\x42\x44\x77\xce\xd2\xc1\xed\xb7\x10\xab\xd5\xa3\xa7\xad\x7a\xd3\x21\x2b\xd8\xfa\x16\x43\xb6\x97\x61\xfe\x99\xcf\x35\x3c\x92\xbf\x8e\xe0\xce\x71\xb3\x06\xce\x6c\x19\xc8\xd6\x7b\xcf\xb8\x50\x4e\xde\xef\x93\x4f\x83\x28\xd2\xcf\xa8\x0d\xd6\x94\x07\x8e\x44\x6e\x9a\x62\xd3\xb9\xae\x2f\xc9\x49\x9b\xda\x12\x74\x47\x0d\xfa\x7b\x79\x60\x35\xc9\x7d\x4b\x98\xe5\x03\xab\xe6\x8d\x08\x75\xc3\xaf\xd5\x88\x4f\x2a\x81\x16\x7a\xf9\x69\xa0\xd6\xcc\x44\x3e\x85\x20\x37\x12\x56\x37\x73\x38\x6f\x36\xca\x6a\xb3\x03\x63\x5b\x31\x15\xe5\xea\x5a\xcf\xe9\xa8\x6b\x63\x13\x82\xc6\x55\x92\x5d\xee\x10\x49\x1d\xa0\x88\x33\x9d\xcf\x5d\xa2\x4d\x4f\xad\x8d\xe3\xb5\x46\x51\x39\x9a\xc2\xd3\x10\x2b\x40\x54\x3b\x3b\x77\x8c\xc9\x56\x2f\xda\x2c\x90\x6d\x85\xf6\xd0\x1d\xa8\x30\xb1\xc2\x02\x9b\xe5\xc0\x1e\x88\xbd\x6e\xb6\xe7\xa5\x43\xbe\x41\xd8\x21\x2d\x15\x14\x76\xb9\xd8\x45\x12\x4c\x35\x84\x7f\x74\x22\xff\xdd\x67\x1a\x76\x1b\x21\xb5\x05\x12\x3e\x97\x67\xb8\x00\x0b\x7f\x3e\x48\xd4\x45\x90\x34\x60\x92\x3a\x00\x8b\x2e\x3d\x9a\xd1\xa5\xb8\xc1\x38\x13\xc1\x3e\x11\xb1\x80\x1c\xec\x79\xb1\xb2\xeb\xb3\x98\xc5\xca\xee\x52\x16\x37\x64\xec\x38\x79\x55\xfc\x19\xa7\x72\xa1\x39\x0f\x97\xda\x95\x60\x02\x5c\x3a\x0a\xb0\xa8\x50\x12\x5b\xff\x95\x40\x26\x9c\x59\xb3\xf8\xb7\xf6\xe6\xc8\xe8\x2b\xb7\xfc\x0b\x0e\xc4\x69\x47\x64\x06\xe4\x2e\xd3\xf3\x30\x77\xdc\xd9\xde\x8a\x45\x08\x66\x78\x6d\xd3\x73\xcc\xf3\x9d\xf3\xd6\xc1\x31\xbb\x26\xdb\xcb\x19\xe3\x93\x1b\x4c\x28\x3a\x13\x1c\x4c\xce\x31\xa1\x37\xb8\x74\x03\x86\x8f\x6a\xef\xf4\x65\xc2\x6d\x98\x23\x35\xe6\x47\x19\x6d\x48\x6b\x2b\xed\x55\x64\xc8\xe1\x1d\x46\x67\x88\xc0\x5b\x42\x9d\xf2\x91\x1d\xb2\xc8\xf2\x25\x22\x70\x01\x1f\x5b\x18\x97\x7b\x18\xaa\x7f\xdb\xc0\x6b\x91\xdc\x73\x09\x3d\x43\x96\xed\x78\x21\xdb\x18\x09\x05\x40\xcc\xea\x61\x23\xae\x45\xe6\x79\x56\x3b\xa3\x69\xd3\x6c\xee\xb7\x18\x7b\xeb\xe2\xa8\x7b\x35\x4c\x60\x8f\x63\x58\xf3\x9d\x7a\xa8\x60\x63\xc9\x05\x2c\xcb\xf7\xd6\xb0\xe0\x7a\x19\x36\x16\xb3\x18\x52\xb5\x09\xfc\x85\x50\x53\x23\xda\x17\x91\x5c\x34\x34\x35\xa4\x77\x32\xfe\x91\x42\x90\x54\x65\x2d\x49\x0d\xbb\x10\x9d\x54\x16\x6b\x4d\x3d\x49\x75\x58\xb0\x2a\x54\xed\x4e\x72\x2c\xc6\x61\x44\xe0\x56\x6e\x1c\x51\x82\x87\x97\x62\x80\x2c\xbe\xec\x0e\xb8\x52\x3b\xa0\x4b\x43\xbb\xcb\xb9\x53\xbd\xba\x4a\xb4\xdb\xfb\x49\xf5\xea\xca\xcc\x2e\xe5\x82\x83\xde\xe5\xdd\x75\xaa\x82\x92\xc2\xff\x48\xe8\xb9\x43\xf2\xa2\x51\xb7\x46\x63\x2f\x1c\xad\x7f\x83\x39\x88\x14\xc6\x76\x7e\xd9\xed\x1c\x39\x9d\x6f\xec\xbb\x30\xa3\x0d\x4e\x48\xc3\xac\x2b\x50\x51\x9e\xf6\x5e\xe5\xe4\x1f\xf4\xcf\xd2\x5d\x61\xd4\x1c\x56\x9d\x1b\x7c\x2c\xd6\x23\x24\xfa\x0b\x2e\x38\xc8\xd6\x5b\xc1\x2e\x7b\x81\x08\xe4\xf0\x52\xe5\x29\xae\x6a\x98\xb1\xe7\xf8\x58\x88\xc3\xc5\xad\x55\xe4\x50\x4e\x5e\xd1\x1f\x8c\xb3\xb9\x1f\x5c\x87\xc5\xbb\xbb\xf4\x27\x9d\x43\x60\x4e\x26\x37\x38\x3d\xa4\xa0\x90\x3a\xc6\x66\x64\x59\x4e\x7e\xa2\xbf\x11\xaa\xf8\x56\x7b\x21\x98\xfc\x0d\x5e\x5a\x65\x78\x2b\x07\xda\x6c\x87\x31\x5e\x55\xa6\x10\x61\x88\x7c\xa1\x17\x84\xca\x04\x52\x13\x09\x10\x81\xd7\x5c\x8f\x55\x16\xfc\x2f\xfc\x77\x10\xca\x2c\x3d\xa7\x00\x9b\xfa\xbb\x70\x39\x1f\x24\x24\xe5\x77\x9a\xc4\x81\x87\x5a\x16\xd4\x78\xa2\x81\xcc\x58\x6f\x30\x9f\xfc\x95\xfe\x49\x68\x05\x97\x9c\xd4\x35\x2e\x89\x70\x62\xce\xb6\xfe\xe6\x50\xb2\x89\xeb\xf4\x6c\x56\xcf\xc8\x2c\x80\x60\x48\xa4\xdf\x3b\xc7\x17\xce\x98\x9f\xbe\x71\xcc\x17\x67\xcc\x0f\x2d\x57\x09\xc6\x36\x09\x7d\x25\x43\xd5\x96\x1e\xbe\x32\x75\x37\x9d\x1c\x30\x96\x4f\x7e\xa0\xaf\x20\x56\xcd\x0b\xfa\xc5\xfc\xbd\x01\x7b\xa1\x09\x1d\x43\x2e\x74\x4d\x5a\xa7\xbb\x25\x93\xe1\xac\x37\xeb\x55\xfd\xbe\xb9\xe9\x30\x6a\x30\xd1\x22\x32\xde\x01\x62\x21\x98\xf8\xa0\xf8\xcf\x50\x97\xf1\x89\xd6\x85\x7f\xe1\x2f\x42\x61\x01\x45\x61\x92\x20\xd9\x3f\xd0\x4c\xfc\x4d\x7e\xed\xec\xf6\x6f\x62\x82\xc0\xe8\x8b\x7a\x0d\xa1\x7f\x9a\x15\x7f\x68\x49\x47\x71\xd0\xd5\x67\x0e\x3a\xde\xa2\x2e\xb3\xaf\x5b\xec\x2b\x01\xb1\x92\x0f\x82\xe9\x0b\xf8\xd9\x11\xde\xcf\xfa\x6a\x12\xd5\xae\xd9\x34\x31\x60\x93\xed\x19\x3b\x76\x8a\x04\x82\x62\x43\xea\xcf\xce\x3e\x5f\x62\x63\xe2\x66\x1c\x81\x73\xac\x55\xf8\x23\x75\xd5\xe3\x1f\xdf\x3e\xcc\xd5\x90\x3f\x59\x07\x83\xca\x30\xbf\xe2\xf2\x3e\x6e\x9f\x7f\x5b\xd9\xbc\xc1\x3f\x38\xa3\xff\xfa\x87\x47\xbf\x72\x46\xff\xa5\x61\x19\x51\xbd\x7f\x6f\x41\x3a\xd4\x1f\x0e\xb9\xd1\xbf\x19\x21\x1f\x72\x51\xcd\x6c\xa6\x82\x21\xa6\x73\x46\xff\x7d\x37\x6c\xb0\x24\xaa\xca\x72\xa8\x7c\xea\x26\xe1\x13\x7c\x98\x20\xd2\x8b\x14\x5e\x47\xb5\x26\xff\x4d\xff\x29\xce\x33\x5d\x79\xd3\x1e\x49\x55\x68\x65\x24\x60\x09\x25\x93\x86\x14\xd5\xf3\xf4\x50\xc7\x25\x2f\x29\xed\x24\x99\x4a\x30\xff\x54\x07\x95\x2a\xf5\x2b\xd0\xdf\x1d\xbd\xbf\x30\x0a\x2f\xf0\x5a\xfe\xf0\x82\xec\x29\xfe\x7f\x3b\x82\xb7\x82\x50\x9a\xff\x4f\x42\x1f\x58\xf9\x92\xbb\xe5\x89\x7f\x1e\xd8\xbb\x2f\xd6\x75\x9f\xcb\x10\x64\x77\xda\x5f\x74\xb6\x6a\xbe\x73\x9c\x42\xac\x76\x54\xb8\x26\x7d\x33\x19\xee\x86\x4c\xc6\xed\x48\xd3\x67\x2c\xd4\x21\x14\x0e\x07\xab\xac\x60\xea\xa7\xaa\x46\xa4\xe7\x8b\x00\x89\x43\x4e\x4c\xb9\x25\x95\x1b\x15\x2b\x9f\x23\x8c\xf6\x9d\x70\xc5\xf5\xae\x0b\x97\x5c\x1c\x1e\x72\xae\xe8\x35\x6b\xf8\x97\xf1\x92\x4d\xf2\x7c\x72\x96\x7e\xbf\x9b\xb3\x9e\xa5\xbd\xde\xc1\x64\x35\x0d\xec\x55\xbe\x70\x56\x82\x14\x28\xb9\xb4\x54\x9d\x3b\xb7\xa2\xca\xa7\x68\x76\x3e\x02\xe7\x0e\x5e\xc9\xb5\x4d\xac\x3d\x4f\xed\x43\x73\xdc\xa7\x2e\x62\xce\x1b\x53\x65\xae\x95\xde\xb4\x0e\x8c\x94\x7f\x9b\x8d\x39\xb7\x64\x70\x83\x63\x77\xa6\x98\xb7\x0c\xed\x7b\xed\xf2\x7f\xc1\x29\x07\x24\xa2\x87\x98\x3b\x7a\xab\xb5\x36\x3e\xa0\x2e\x21\x77\x72\x79\x11\xb1\x94\x1c\x12\x0e\x91\x3b\x59\xd1\x9e\x6c\xc7\x40\x0a\xbe\x1b\xea\xe2\xf7\xb8\x14\x5a\x42\x76\xad\xa4\x68\x98\xfa\x97\x8c\x8e\x02\xe4\xc4\x0a\x19\x17\xc1\xc2\x3e\x8b\x19\x3f\xec\x54\xba\xc2\x09\xd8\xe8\xcc\x16\xa6\x8b\x47\x74\x28\x0e\xdd\x49\x5b\xbc\x9e\x77\xc8\xe4\x08\x1c\xe0\xb0\x76\x92\x22\x7d\x84\x16\x42\x2a\x84\x50\xb3\xb4\xa4\x65\xa7\xc9\xb7\xed\x7b\x64\xf7\x1d\xda\x4a\x14\xba\xd2\x5e\x3b\xc4\x5a\x89\x92\xe7\x99\x74\xc7\xa1\x6f\x22\x69\x50\x7d\x2a\x83\x6a\x88\x2d\xec\x94\x3b\x61\xaa\x8e\xfa\xae\x9b\x98\xcf\x19\x75\xcd\xdb\xbe\x4b\x0b\xa7\x49\xf3\xe6\xdc\xc9\xc7\xe6\x7b\x0a\x70\x83\x57\x5c\x46\x56\x0e\x7e\x43\x7d\xd5\xde\xcf\x38\xd5\xae\x3e\x5b\x48\x2d\xc6\x07\x8f\xb4\x0b\x19\xdd\xfd\xd0\xa6\x34\x6f\x53\x32\x0c\x6d\x04\x43\xdf\x4e\xd6\xe1\x73\xe3\x52\xdf\x48\x29\x20\x22\x14\xcd\xf3\x6e\x5a\x71\xe2\xb2\x3d\xf3\xa3\xaf\x4c\xb1\x94\xc9\xe3\x41\x03\x51\x5d\xd8\x06\x7a\x36\x73\xb8\xb5\x99\x43\x29\x92\xc9\x97\xfb\x46\x71\xeb\x6e\x51\x4b\x85\x6f\xa5\xe8\x95\x25\xe7\xee\x7a\xae\x1c\xc5\x3a\xe4\x78\x34\x53\x97\xee\x98\xcb\xf6\x3a\xf5\xfd\xbf\x0d\x30\x2f\xf9\x7e\xb6\x7e\x2f\xf3\xbd\x5d\x7e\xef\x1f\x30\xe2\x87\x22\x03\x99\xea\xc5\xd1\x57\xe4\x7a\x2f\xed\xf1\xd0\x31\x7a\x20\x7c\xb8\xc1\x9f\x39\x2c\x39\xdc\x73\xa1\x46\xaa\x41\xe8\x57\xf7\x4d\x61\x18\x9d\xba\x6f\x1c\x83\x38\x23\x76\x97\xf7\x99\x3f\x7c\xda\x3f\x78\xd8\xbb\x2e\xe4\xee\xdb\x15\xea\xbd\x31\xc3\x76\xde\xff\xa0\x8a\x37\xd8\xe7\xf8\xa3\x33\xe5\xa7\x96\x0a\x35\xb1\x94\x3a\x03\xcf\x39\xbc\x77\x35\xe1\xbc\xcd\xa0\x71\xda\xe7\xda\x69\xef\x3a\x5b\xa9\x4c\x6a\x19\x2d\xcf\x6b\x18\x13\x9a\x76\xd3\x72\xa2\x37\x8e\x7a\x86\xc5\xef\xc6\xb8\xe7\x2e\x73\xef\x9d\xb1\x8b\x3c\x5b\xfe\xee\x68\xd7\x96\x5f\xbb\x72\x08\x1c\x11\x7c\x81\x63\x77\x92\x63\x17\xcf\x14\x7e\xce\xb1\x4a\x9b\x03\x59\x6e\x31\xc9\xdf\x2f\xf8\x27\x50\xa0\x73\xfc\x8b\xc8\xaa\x44\xdb\xa9\xb8\x1e\xa2\x74\x83\x17\x1c\x5e\xf2\xa6\xba\x25\xb6\xee\x65\x73\x64\xeb\xe5\xbc\x35\xb5\xc6\xad\xac\x47\xec\xbf\xa4\x56\xcf\xb8\xb6\x26\xf5\xa1\x4b\x30\xd7\x87\x14\x15\xd9\x02\x41\x14\xd1\x69\x00\x3a\xee\xa3\xaa\xe2\x89\xb9\x08\xee\xfa\x05\x8c\x00\x5d\x26\x59\xf4\x19\x89\x23\x14\x6c\x39\x98\xa6\x4d\x69\x18\x74\xb5\xd7\x85\x79\xde\xf6\x76\x07\xad\x06\x53\xb4\xa4\x82\xb8\x2d\x96\xb6\x6b\xe7\x7b\x0f\x14\x77\x4a\xeb\xa5\x5b\x5a\x77\xfb\x08\x94\xb5\x7e\xca\xbf\xf7\xe7\x7d\x7c\x50\x64\x09\x96\x7f\x6f\x62\x4b\x82\x3b\x45\x13\x24\xeb\xc1\x48\xfe\x61\x8b\xc5\x51\x77\x3f\x62\xe1\xa5\x5b\x84\x55\xcd\x50\xff\x1d\x81\xba\x33\x14\x28\x46\xc4\x5d\x76\xab\xaf\x2a\xdf\xaf\xc2\x88\x63\x7b\x97\x2c\xff\x1f\x20\x5d\x2f\x72\x9f\x90\x94\xc4\x86\xdb\xfa\xda\x94\xb1\x78\x92\x53\xe7\xb5\x22\x6b\x72\xfd\xae\x7c\x6a\xd3\xeb\xa1\x2e\x0b\x3d\x0f\xf5\xfb\xa2\x31\x89\xc5\x11\x17\xcd\x79\x84\x60\xff\x7f\x5e\x32\x41\x3e\x1f\x44\x91\xbc\x81\xd2\xd1\x3e\xe3\xb6\xb2\xcd\x62\xb0\x96\x21\xeb\x33\x22\x90\x66\x21\x68\x07\xcc\xca\xa6\xd2\xfc\x15\xd9\xf1\x5d\xd9\x8d\x88\xfe\x6f\x07\xb0\xf9\x23\xa4\x49\xa8\x2a\xab\x34\x9a\x5c\xd0\x8f\x44\xbe\x8e\x54\x91\xfd\x59\xf3\x77\x4a\xe1\x34\x6c\xfd\x0d\xce\xfd\x19\x09\x4d\x41\xf6\x68\xc7\x90\x27\xa6\xd1\x3a\x55\x73\xcf\xbb\xc3\x1c\x52\x32\x69\xe2\xe6\x31\xa2\x65\x5d\xd7\x22\x01\x80\x18\x42\x10\xfe\x46\x6b\x65\xa3\x34\x32\xd1\x88\x17\xee\x4b\x20\x76\xdb\xbc\x06\xf8\x29\x2c\x8a\xa3\x56\x77\x97\x2d\x4d\xf7\xe8\x48\x5f\x3c\x78\x5e\x6e\xee\x70\x47\x04\x42\x66\x75\x4a\x5e\x0a\xcb\xa8\x94\xcb\x27\xea\xba\x58\x93\x13\x62\x72\x9b\x84\x95\x6e\x59\xfa\x2c\x51\x77\xc4\x89\xda\xc3\x48\xf6\x4e\x93\x40\x10\x8a\x18\x7b\x4b\x42\x16\xca\x82\xbf\xbd\xce\x8d\xba\x6c\xcd\xf5\xc5\xaf\xb9\x3c\x09\xf5\x6d\x82\x3c\xb2\x62\x91\xc7\xe9\x51\x04\x32\x7d\x35\x62\x51\xec\x10\xd1\x6f\x6e\x21\x2c\xbe\xfe\xaf\x32\x14\x36\x2c\x58\xcc\xd8\xfa\xa8\x39\xe8\xe6\x5c\x38\xab\xf5\x24\xb4\x06\xd3\xc3\x6e\x99\xaa\xd1\xe8\xaa\x92\xee\xb1\x01\x4c\x54\x92\xd9\xf3\xe9\x48\x55\xd2\x85\xdb\x16\x29\xd6\x56\x9a\x43\x43\xb1\xe9\x74\xa7\x29\xa8\xe1\xbc\x3d\x7b\xdb\x1b\x68\x4e\xdd\xc2\xd9\x2e\x47\x2e\x60\x65\x5e\x0d\xdb\xcd\x24\x55\x35\x9c\x82\x7d\x61\xe5\xf6\x48\xc5\x22\x93\xac\xaa\x0a\xb9\x04\x5d\xb2\xef\xea\xec\xb9\xaa\x16\x55\x35\x62\x2c\x1d\xcc\xb3\xf5\x65\xc2\xd5\x6b\xdf\xf7\x12\x69\x12\x2a\x83\x99\x84\xfa\x86\xa9\x87\x17\x93\x11\xf5\x09\x6d\x2d\x65\x32\xa2\x45\x1b\x24\xdf\x42\xcb\x47\xcf\xfa\xe4\x27\x8e\x4e\x4d\x0a\x3a\x7e\x24\x1f\xf6\x27\x3c\x2a\xf3\x38\x52\x7f\xc2\x29\xd5\x4f\x0f\xeb\x0c\x1e\x4d\xa8\x19\x4b\xab\xd9\xb6\x9a\xd5\xe4\x78\x08\xd2\xe9\xff\x59\x79\xa3\xf7\xe2\x60\xa1\xd1\x44\xbe\x37\x45\xc3\x47\xa8\xd5\x7b\x9e\xce\x6d\xdf\xa3\x21\x92\x7f\x43\xa5\xbb\x9a\x31\x43\x04\x8b\x2c\x99\x53\x74\x99\x87\x11\x47\x10\x25\x59\xc1\xff\x94\x87\xd1\x67\x5e\x16\x14\x61\x32\x0d\xb6\xf5\x77\xdf\xcd\xd0\x0c\xfd\xfb\xdf\x08\xae\x79\xb2\xe2\xb9\x3c\xa3\xa2\x89\x2c\xcd\x20\xda\x7a\x5c\xad\xaa\x35\x3f\x66\x73\x4e\x13\xf9\x21\x9b\x11\xf0\xfb\x55\xce\x8b\x22\xce\xd2\x97\x49\x92\xdd\xf1\x39\x2d\xa1\xf8\x1c\xaf\xce\x2d\xfc\xc0\xd9\x28\x6f\x84\xda\x77\x41\x47\x65\x97\x5d\x78\x5e\xd9\x65\x5f\xaa\xaa\xb9\x0d\xaa\xeb\x9a\x10\xe0\x83\x9c\x5f\xc5\x45\xc9\xf3\xbf\x49\x3e\x31\x32\xef\xb0\x0b\x04\x2d\x36\xe5\x7b\xec\x60\x28\x86\xe8\x67\xe2\xaf\x7f\x3c\xc7\x48\x9c\x96\x43\x17\xcf\x1d\x74\x10\x99\x47\xcb\x6f\x42\x0e\x57\xab\x24\x8e\xe4\xd1\xf4\xcd\x13\xb8\x63\xee\xfb\xff\x93\x51\xff\x23\xee\xc4\xa6\x82\xbe\xe7\xde\xdd\x5a\xda\x1d\xd5\xbf\xc3\xe6\xff\x66\x78\x32\xef\x7d\x75\x7c\x32\x3f\x44\x41\x6e\x44\xf3\x00\xff\xe0\xe8\xa6\xfb\xf7\x78\xf8\x63\x84\x6a\x42\x8e\xfe\x7f\x00\x00\x00\xff\xff\x55\x91\x60\x5f\xdb\x53\x00\x00") -func web_uiAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJsBytes() ([]byte, error) { +func web_uiAssetsCodemirrorModeJavascriptJavascript77218cd1268ea6df75775114ae086566JsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs, - "web_ui/assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js", + _web_uiAssetsCodemirrorModeJavascriptJavascript77218cd1268ea6df75775114ae086566Js, + "web_ui/assets/codemirror/mode/javascript/javascript-77218cd1268ea6df75775114ae086566.js", ) } -func web_uiAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs() (*asset, error) { - bytes, err := web_uiAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJsBytes() +func web_uiAssetsCodemirrorModeJavascriptJavascript77218cd1268ea6df75775114ae086566Js() (*asset, error) { + bytes, err := web_uiAssetsCodemirrorModeJavascriptJavascript77218cd1268ea6df75775114ae086566JsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js", size: 0, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/javascript/javascript-77218cd1268ea6df75775114ae086566.js", size: 21467, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsCodemirrorModeJavascriptJavascriptA4c0d68244e6e74f9225801e5f9d724eJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x7c\x7b\x7f\xdb\x38\xae\xe8\xff\xf9\x14\x36\x6f\xaf\x86\xac\xe1\x87\x9c\x3e\x99\x61\x7d\x3a\xb3\xe9\x6e\xf7\xa4\xed\xec\xa4\x9d\x3d\x3b\xb6\xa6\xab\xc8\x74\xa2\x44\x96\xbc\x92\x9c\xc4\xb5\x74\x3f\xfb\xfd\xf1\x29\xca\x76\x3a\x9d\xb3\xfb\x4f\x4d\x81\x20\x08\x82\x00\x08\x80\x4c\x6f\xc3\xbc\x73\x5d\x64\x69\x12\xa7\x25\x5b\xac\xd3\xa8\x8c\xb3\x14\x93\xad\x80\x73\xb6\x2d\xf3\x30\xe2\xd4\x81\xd7\xb0\xd9\xd0\x6d\x0d\xc5\x66\x79\x91\x25\xc5\x67\xba\xe5\x79\x9e\xe5\x74\x0c\x7f\x3d\xff\xf0\xfe\xbc\xcc\xe3\xf4\x92\x1e\xc3\xf9\xc7\x9f\xdf\xbe\xff\x33\x7d\x22\xa1\xef\xd7\xcb\x0b\x9e\xd3\xa7\xf0\xfe\xd3\xbb\x1f\x4e\x7f\xa6\xcf\x34\x34\x49\xce\xe2\x92\xe7\x61\x42\x9f\xc3\xfb\x4f\x67\x67\xf4\x85\xec\xf8\x21\xcb\x12\x1e\xa6\xa6\xef\x25\x7c\xfc\xf9\xd3\x29\xf5\x47\xf0\xe6\xf5\xd9\xf9\x29\xf5\x7d\x89\xf5\x91\xdf\x97\xd4\x57\xd3\xfe\x12\x26\x6b\x4e\xfd\x63\x38\xfd\xf0\x86\xfa\x6a\xd2\x0f\x17\xd7\x3c\x2a\xa9\xff\x54\x7e\xbd\xce\xf3\x70\x43\xfd\x67\x80\xb6\x88\xfa\xcf\x01\xd5\x88\xfa\x6a\xba\x77\x5c\x70\x77\x16\x17\x25\xf5\x5f\x3a\x10\x3a\x1e\x01\xa2\x88\x8e\x7d\x40\x80\xe8\x78\x0c\x68\x8a\xe8\xf8\x18\x50\x80\xe8\x58\x4d\x72\x9a\xf0\x25\x4f\x4b\x39\x78\xfc\x14\x1e\x85\x51\xc4\x57\x25\x1d\xc1\x23\x9e\xce\xa9\x5f\x43\xc9\xf3\x65\x9c\x86\x52\x50\x63\x8a\xa4\xac\x10\x3c\xa1\x48\x09\x08\xc1\x33\x8a\x94\x54\x10\xbc\x10\xcd\xb3\x33\x04\xfe\x88\x22\xb1\x66\x04\xbe\x4f\x91\x5c\x35\x02\xff\x09\x45\xa7\x1f\xde\x20\xf0\x9f\x53\xb4\x45\xe0\xbf\xa0\xa8\x46\x30\xf6\x29\xa2\x08\xc6\x63\x8a\x00\xc1\xf8\x98\xa2\x29\x82\xf1\x13\x8a\x02\x54\xc3\x2a\xcf\xe6\x6b\xb9\x73\xc5\x67\x3a\x1d\xc1\xf4\x18\xfc\x00\xa6\x4f\xe5\xbf\xcf\xe5\xbf\x2f\x9d\x7f\xfd\x31\x8c\xc5\x8f\xc2\xfa\x96\x9f\xa7\x6a\xc0\x53\x38\x0e\x60\x3a\x1e\xc9\x1f\x5f\x13\x7b\xa9\xbe\x9e\x29\x94\x67\x0a\x45\x4d\x3d\x16\x03\x02\x58\xf1\x7c\x91\xe5\xcb\xd7\x92\xc3\x46\xc9\x38\x94\x90\x43\x0a\x31\x84\x4a\x0f\x0b\x16\x0e\x12\x9e\x5e\x96\x57\x7d\xff\xa8\xb8\x8b\xcb\xe8\x0a\xc7\x64\x1b\x85\x05\xef\xf8\xb4\xbc\x8a\x8b\xc1\x23\xc6\x07\x39\x5f\x25\x61\xc4\xf1\x70\x36\xc3\xb3\x59\x85\xc8\xf0\x12\xd0\x23\x1f\x11\xb7\x27\x15\xc0\x59\xda\x06\xe6\x12\x98\xb7\x81\xa5\x04\x96\x6d\xe0\xad\x04\xde\xb6\x81\x0b\x09\x5c\xb4\x81\x17\x12\x78\x81\xc8\xd1\x45\xce\xc3\x9b\x23\xc9\xed\xd8\x70\xab\x4c\x02\xf3\x56\xef\xb1\xe9\x4d\xd7\x49\xe2\x76\x3c\x31\x1d\xdd\x91\x0b\x7e\x6a\xc1\xbe\x0b\x7e\x46\x73\x5e\xae\xf3\xb4\xa3\x7b\xc3\x69\xd1\xf7\x03\xd5\xe7\xdb\x39\xb6\xb5\x3b\xc6\xb7\x53\x68\x6c\xb7\xcf\xce\x33\x15\x9d\xe3\x00\xc2\x69\x11\xb4\x51\x9e\x35\x64\x41\xb5\x04\x6e\x30\x1d\x05\x01\x93\x8d\x1d\x92\xcf\xdd\xe9\x14\xc5\xfe\x38\xf8\xfa\x98\x17\x96\x8d\x36\xfc\xe5\xc3\xac\x8f\x47\x2e\xeb\x6d\x9e\xc7\xfe\x41\x1e\x06\xab\x75\x71\x85\x05\x36\xa9\x6b\x28\xc3\x8b\x84\xd3\xe9\xf6\x98\x3e\x85\x27\x74\xea\x83\x3f\x0e\xe0\x29\x7d\x06\xcf\xe4\xc7\x71\x00\xcf\xe9\x31\xbc\x10\x1f\x2f\x03\x78\x49\x9f\x08\xe3\x15\x3d\xa3\x40\x18\xaf\x68\xf9\x01\xf8\x63\x2a\x90\xe9\x18\xfc\xa7\xf4\x39\xf8\xcf\xe8\x0b\x61\xc6\xa2\xf7\x49\x20\x8c\x56\xb4\x9e\x06\x35\x6c\x7d\x3a\x3d\x96\xbf\x6a\xb2\x67\xa6\x3d\x86\xe7\x81\x30\x79\xd5\x18\x8f\x4d\x43\x77\x59\xac\x17\x06\xeb\x85\xc1\x7a\x61\xb0\x5e\x34\x58\x2f\x0d\xd6\x4b\x83\xf5\xd2\x60\xbd\x6c\xb0\xe4\x1a\x5e\x98\x96\xc2\x93\x2d\xd3\xdb\x60\xfa\x16\xd3\xb7\x98\xbe\xc5\xf4\x1d\xcc\xb1\xc5\x1c\x5b\xcc\xb1\xc5\x1c\x37\x98\xc7\x06\xf1\xd8\xe0\x1d\x1b\xb4\xe3\x06\xeb\x89\xc1\x7a\x62\xb0\x9e\x18\xac\x27\x0d\xd6\x53\x83\xf5\xd4\x60\x3d\x35\x58\x4f\x1d\xde\x2c\x6b\x81\x70\xab\xba\x31\x36\x0d\x8d\x63\xd1\xed\x4a\xec\x42\xec\x3a\xe4\x32\x8e\xc5\x01\x62\x75\xc6\x97\x3a\xe2\x8b\x5d\x7c\x29\x4e\x9e\xf1\x88\xfa\x2f\x25\xd6\xbf\xa5\x58\xc7\xe2\x40\xfa\xaa\x52\x49\x96\x7c\x18\x8b\x25\x3c\xa5\xe3\xb1\x52\xb2\x31\x38\xaa\xe5\x5b\x59\xfb\x56\xd8\xbe\x95\xb6\xaf\xc4\x2d\x59\x19\x6b\x31\xfb\x30\x7e\x6a\xa0\x63\xa1\xa6\x66\x94\xa4\x3a\x96\xfc\x8d\xdd\x19\xac\x5e\xfa\x56\x31\x7d\xab\x99\xbe\x54\x4d\x4d\xf7\x85\xe5\xf8\xb9\x81\x8e\x61\x6c\xd5\x6e\xec\xaa\x9d\xdd\x7d\xdf\x6e\xbf\x6f\xf7\xdf\x7f\xb2\xbf\x0b\xe3\x11\x1d\xff\x47\xa4\x7e\x3c\xfa\x7d\x53\x56\x5c\x58\x5b\xf3\xad\xb1\xf9\xd6\xda\xfc\x97\xc1\x7f\x84\x1b\xff\xf7\xb9\x51\x3c\x58\xe7\xe1\x3f\x77\xa0\xd6\x2c\x14\xae\x96\xb9\x55\xfa\xb1\x1f\xd4\x01\xcc\xf9\x22\x5c\x27\xa5\x3a\xad\x0b\xba\xf5\x9f\x19\x35\x5a\x85\x79\xc1\x4f\x65\x18\xd8\x1c\xe2\x64\x5b\x5e\xe5\xd9\x5d\x27\xe5\x77\x1d\xd9\x87\x39\xd1\xa8\x2d\x2c\x71\xc0\x97\x4c\x78\x62\xc8\xd9\x74\x14\x40\xca\xa6\xe2\xfc\x0b\x20\x66\xd3\x00\x42\xd9\x35\x90\x7e\x18\x0a\x86\x10\x64\x6c\x04\x09\x1b\x41\xc4\x46\x47\xb2\x2f\xe1\xf7\x3c\x1f\x14\xbc\x7c\x9b\xae\xd6\x25\xe6\x04\x1c\xf0\x66\xa3\x08\x6c\x36\xa0\x7f\x55\x07\x6b\x70\xe0\x36\x8b\xe7\x9d\x11\x63\xac\x35\x2e\x49\xb2\xc8\xf3\xf0\x1e\x8c\x6d\x6b\x72\x24\xb8\x5e\xef\xe3\x1f\x99\x95\x75\x16\x26\x86\x3e\x52\x87\x31\x4a\xe5\x89\x8f\xba\xac\xdc\xac\x78\xb6\xc0\x9c\x95\x7a\x68\xc2\xef\x31\xa9\x2a\x9f\x78\x9e\x84\x9a\xd0\x7a\xca\x83\xaa\xe2\x04\x78\x1d\xab\x43\x69\x4d\x00\x99\x09\x10\xd3\x84\x3a\x66\x59\xcd\x2e\x18\xae\x1b\x08\xdb\x47\x22\x47\x8b\x2c\xc7\x82\xc5\x2b\x58\xc1\x1c\x36\xb0\x84\x5b\xb8\x84\x0b\xb8\x87\x1b\xb8\x63\xdb\xfa\xe4\x84\x6c\xe3\x05\x9e\xb3\x7c\x9a\xdb\xf8\x2b\x50\x62\x6c\x2b\xc3\x74\x1e\x4c\xb4\x9c\xf7\x3a\x28\x16\xbb\xc9\xd8\x95\xe7\xe1\x2b\xb6\xc0\x84\xc0\x86\x85\xd3\x79\xe0\x79\xe2\xdf\xe9\x55\x40\x9a\x0d\xd8\x54\x55\x77\xa3\xe7\x12\xcd\xe9\x28\x90\x3c\x74\x23\xb2\x95\xec\x76\xe2\xb4\x73\x2f\xf5\x62\x3a\x0f\x88\x52\x0d\x1b\x62\x4f\x6f\x03\xcf\xbb\x7d\x35\xf6\xbc\x7b\x25\x30\xf4\x1d\xea\xed\xe3\xf4\xd0\x77\x48\xed\xe0\x67\x86\xd0\xd1\x67\x77\x1b\x8b\xab\xec\xee\xa7\xac\x88\x05\xf7\x13\xf4\x93\x90\x56\x47\x06\xed\x9d\x2c\xed\x24\x71\xca\x3b\xa8\x87\xb3\x9e\x4f\x7a\x88\xce\x52\x4d\x7d\x7f\x28\x26\x3d\x34\x4b\x4f\xef\x57\x3c\x2a\xe3\xf4\xb2\x83\x7a\xf7\x83\xeb\x2c\x4e\x31\x82\x0e\x22\x3d\x04\x9d\xcb\xac\xec\x1c\xe0\xee\x4a\x72\x47\x7f\x67\xe6\xce\xa7\x94\x4b\xda\x7c\x2e\xa0\x3e\x63\x57\x13\xc4\xd3\x79\x27\x5b\x74\x62\x61\x04\x88\x8a\xa5\xe3\x7d\xea\x55\x75\x45\xe4\xfa\x61\x47\x43\xf0\x67\xd8\x96\x22\xa5\x72\x56\xb4\x0c\xcb\xe8\x0a\xca\xec\x86\xa7\xf4\x20\x29\x10\x7c\xd1\xb6\x15\xc4\x29\x4f\x33\x48\xb2\x88\xae\xc1\x30\x49\xef\x6b\x52\xc7\x0b\x7c\xcc\x58\x24\xf7\x53\x70\x4c\x76\xfd\xc3\xe7\xaa\x92\xeb\x16\x02\xbb\x0a\x93\x92\xcf\x07\x88\x1c\x25\x3b\x56\xc6\xd3\x4b\x28\xda\x30\xc1\x37\x64\xec\x10\x1f\x07\x6c\x14\xa4\x16\xd6\x42\x9d\x4e\xba\x78\x3c\x18\x94\x99\x4a\x5b\x31\x89\xd3\x8e\xd4\x2b\xa5\xf8\x23\xc6\xe6\xdf\xc8\xe4\x0d\xf3\xc1\xd8\x08\xb3\xc6\x32\x7e\x7c\x03\xa9\x81\x9a\x46\xff\x06\x62\x03\x8b\x1b\xd8\x8e\x95\xd5\x2b\x76\x05\x57\x6c\xac\x6c\xa5\xdd\x67\x2c\x67\x1c\x40\xc4\x8e\x85\x5c\x85\x9d\xc4\x69\x51\x86\x69\x24\x3c\x82\x4c\x76\x3d\xcf\x18\xd2\x2b\x7f\x6f\x15\x5a\xbf\x94\xcf\xee\x2c\xd7\x49\x19\xaf\x12\xde\x09\x95\xd5\x76\x56\x59\x51\xc4\x17\x02\x50\x76\x8a\x32\x2c\x39\xed\xa0\xde\x5c\xa8\xad\x52\x86\x0e\xea\x5d\x11\x93\x89\x29\x23\xd5\xc9\x58\xae\x0c\xef\x8a\x40\xaa\x5a\x7b\x1b\x45\x20\x3e\xd0\x23\x36\x86\x80\x1e\xbd\x99\xfa\x01\x81\x2b\x99\x06\xc1\x6a\x82\xaf\xd8\x0a\x56\xf2\x8b\x50\xfc\x9f\xd7\x87\xe8\xd5\xc8\xf3\xa2\x7e\x7f\x27\x53\x8b\x17\xf8\x52\x61\xbb\x69\xf4\x54\x30\x27\x52\x13\xb8\x13\x89\xda\xd4\x6e\xeb\xa5\x80\x7c\x7e\xc4\xb6\x8b\x38\x2f\xca\xcf\xd2\x32\xe2\xa9\xdd\x61\x7c\x29\x3c\x7c\x30\x68\x7a\x21\x09\x0f\xe0\xf9\xc1\xc0\xc2\x41\x21\x47\x59\xb2\x5e\xa6\x0f\x13\x53\xfd\x8a\xdc\x3e\xae\x21\xa8\x7a\x6a\xed\x6b\xbb\x8c\xe1\xa5\x5e\x9d\x9b\x85\x0f\xa2\x30\x49\xf0\x1d\x14\x90\x40\x66\x4e\x4c\x10\x6b\x16\x09\x39\x21\x44\xa7\x96\xcb\xa3\x4b\xcf\xc3\x39\xcb\x07\x45\x12\x47\x1c\x8f\xa0\xef\x3f\xbe\x7c\x3c\x26\x90\xb2\xb4\x05\x23\x10\xb3\xb8\x0d\xb1\x1b\xfd\x90\x74\x47\x81\xd5\x9f\xbb\xc1\x23\xab\x31\x42\xbe\x04\x2e\x58\x38\x75\xec\x61\x1c\x04\xd3\xb6\x79\x18\xea\x17\x3b\xc9\xb5\x62\xbd\x3b\xaa\xeb\xa6\x05\x87\x8a\x5e\xb2\x8a\x74\x38\xaa\x81\x52\x9d\x47\x07\xce\xd3\xfd\x70\xe7\x68\x1f\x4b\x52\xa8\xc1\x04\x2b\xad\x48\xc8\xcd\xda\x3f\x4b\x37\xce\xb8\xda\x82\xcf\xcb\x2c\xe7\x6a\xb7\x3e\x27\xbc\xd0\xea\x3e\xcf\x52\xce\xba\xbe\xd9\x25\xa5\xe1\xe6\xa4\x17\xe2\x60\x23\xd3\x27\x2c\x42\xf5\x48\x9f\xce\xe7\xce\x87\x88\xa9\xe4\x57\x94\xa5\x73\x79\x7a\x9d\x97\x61\x74\xc3\xa6\xe8\xed\xfb\xb7\x1f\xdf\xbe\x3e\x43\x81\x9d\x42\x86\x3f\x8e\x82\xfb\x6d\x15\x1d\x39\x3a\xed\xb7\x14\x72\xa4\xca\x02\x35\xc4\xed\x65\x1b\x99\x3b\x8b\x9e\x8e\x82\x23\x57\x14\x8a\xfb\x9e\x91\x85\x5a\x5a\xaf\x07\xcd\x0a\x6c\x9f\x5e\x9c\xf8\xe6\xea\x03\x0f\x67\xe9\x90\x78\x5e\x4b\x46\x66\xb0\x16\xb2\xd3\xd6\x7a\xea\x8b\xa0\x0b\xd6\xdf\xb4\x43\x3d\xe7\x4b\xaf\x51\xec\x96\xbb\xc4\xd6\x30\xb9\x95\xdd\x91\x46\x15\xbb\xb9\x13\x34\xef\x30\x26\x97\xa1\xf9\xe2\xc4\x9d\x4d\x44\xd3\xc5\xae\x1e\xb5\x04\xaa\xe5\x31\x28\xd6\x17\x45\x99\xe3\x51\x4b\x4a\xc6\x62\x9c\x59\x14\x84\x68\xf1\x63\x6e\x0e\x90\xf1\x68\x82\x06\x83\x01\xa2\x08\x91\x1e\x37\xe4\xfa\xe3\x91\x5b\xf1\x92\x95\x35\x44\x6a\x58\xaf\xa2\x6c\x19\xa7\x97\xbf\xcb\x99\xd9\x66\x33\xcf\xf7\xe3\x91\x08\x81\x7b\xed\x1d\x31\xbc\x8f\x47\x7d\x83\x48\x08\x60\xee\xf6\x90\xde\x61\x66\x0f\xf2\xe7\x06\x6a\x0f\xb0\x67\x05\x8b\x09\x94\x4c\xd8\xb4\x3c\x53\xed\x24\x3d\x9f\xe8\x78\xae\x8f\x88\x5d\x86\xda\x9c\xd6\xf2\x55\x20\x88\x7a\x65\x0f\xfd\x86\x6a\x48\x45\x84\xe5\x4c\x19\x2f\xb0\x35\x65\xe2\xaa\xc9\xe9\x87\x37\x32\x42\xb5\xb5\xd0\x23\x47\x26\x55\x85\x1d\x07\x30\x22\x8e\x93\x30\x5d\xda\xe4\x8d\x69\x1b\x43\x6f\x82\x7e\x9d\x57\x7d\x8e\xd6\x79\xce\xd3\xf2\xe7\x75\xc2\x0b\x4c\xa0\x60\xa3\x93\xe2\x7b\x53\x6e\xf5\x3c\xdc\xc5\x79\x6b\x3b\x94\x55\x49\x48\x2e\xc6\xa8\xba\x1a\x21\x55\x55\x7a\x5e\x17\xe7\xd3\x51\x60\x36\xa2\x6c\xda\x44\xf0\xc5\x72\x48\x59\xa1\x18\xca\x56\xd2\xe1\x0f\x16\x09\xbf\x27\xe4\xa4\xe8\xf5\xc8\x89\x59\xff\x04\xe3\x98\xc9\xc1\xd6\x84\x07\x8f\x87\x97\x84\x98\xbc\xc6\xda\xb1\x0d\xa0\xc8\x83\x1e\xca\x81\x3b\x07\x6b\xe3\xa6\xda\x04\x77\xfc\xd9\xde\xe0\x43\x47\xed\x64\xe7\xb0\xd5\xad\x87\x06\xf7\x1c\xb1\xd4\xd0\xf2\x70\xa2\xa7\xe5\xd6\x1a\x80\x76\xe8\x0e\xba\x26\xe1\x1e\x10\xe6\x2c\x78\xd0\xaf\xb9\x3b\xb2\xe3\x31\xe5\x54\xfc\xc1\x88\x40\xe6\xe7\x6e\x22\x0d\xe1\x34\x0d\x0e\x9d\x1b\xd3\x03\xb0\x46\x3c\x7a\x5a\xa1\xb9\xda\x29\x2b\x06\xcd\xd6\xea\x33\x8d\x00\xaf\x2a\x15\xa9\x10\x8a\x90\x49\xcd\x15\xee\xc4\x58\x08\x95\x18\xbb\x89\x0c\x3a\xe3\xf7\x71\x14\x26\xfb\xd9\xd3\xce\x5e\x93\x1e\x1a\x74\x3e\xa5\x39\x8f\xb2\xcb\x34\xfe\xc2\xe7\x1d\x29\x57\x9b\xd6\xb5\x13\x3a\x9d\x1e\x09\x8b\x92\x31\xb0\x0c\x4e\xf7\x55\xa8\x26\xc2\xa9\xdf\x3f\xe0\x57\x84\xfd\x63\xeb\x30\x6c\x28\xc6\x27\x4d\x16\x85\x49\x0d\x17\xfc\x32\x4e\xf7\x8f\x85\x1d\xa1\xca\x20\x47\x16\x55\xb2\xd5\xb9\x8c\xd2\x1f\x38\x73\x76\xc7\x65\x2b\x31\x49\xcb\xf4\x7f\x77\x68\x71\x68\x5f\xbf\xbe\xd7\x81\xf2\x10\x35\x94\x7f\x88\xbf\xaf\x11\x1d\x07\x35\x88\x65\xef\x90\x33\x02\x92\x72\x93\x22\xd1\xfe\x85\x6e\xeb\xaf\xde\x32\x91\xad\x4e\x62\x72\x9d\xc1\x8c\xa8\x7b\xb3\x60\x2e\x52\x9e\x99\x9c\xc0\x70\x6d\x43\x2a\x63\x8c\xfa\x2c\xf2\xa1\xd4\xa6\xda\x1f\x13\x78\xd2\x8e\x3c\x3b\xfe\x73\x73\x9d\x63\x00\x2f\xcc\x45\x8e\x06\x8c\x8f\x77\xae\x70\xc6\x9a\xc6\x73\x0b\x18\x2b\xc0\x0b\x0b\xf0\x15\xe0\xa5\x25\x3a\xd2\xdc\x8f\x2c\x44\xa3\xf8\x76\x41\x7a\x5e\xdf\xae\xc8\x7f\x62\xef\x87\x74\xbd\xea\xed\xfb\x5f\x5e\x9f\xbd\xfd\x13\xaa\x6b\x90\xdb\x48\xa7\xc3\xdf\xf0\x84\xce\x8a\x1e\x19\x82\x6c\xe2\xfe\x04\x4f\x47\xfd\x97\x41\x35\xf5\xfb\x2f\x03\xd9\xec\x11\x82\x67\x03\xdd\x9c\xe0\x29\x3f\x0d\xa6\xfd\x5e\x30\x31\x90\xd9\x85\x19\x8d\x04\xb1\xd9\x74\x36\x43\x17\x8b\x34\x2f\x87\x41\x35\x9b\xad\xa7\x61\x7f\xf1\xba\xff\x46\x20\x6f\x9f\xd4\xd5\xf4\xb7\xd9\x6c\x36\xea\xcf\xee\x47\x2f\x67\xf7\xa3\xb0\x3f\xbb\xf7\x17\x28\x20\x8f\x91\x21\x32\xdb\xda\x56\x6d\x5b\x53\xdb\x0a\x4c\x0b\x4c\x83\x9a\x46\x99\xaf\x79\xc3\xcc\x22\x4c\x0a\xe7\x53\xd8\x76\xf3\xf5\xc8\x34\x06\x64\x18\x40\x63\x11\x74\xab\x03\x64\xba\xd5\x12\x1a\x81\x0f\x63\x38\x86\x27\xf0\x14\x9e\xc1\x73\x78\x01\x2f\xc1\x1f\x81\xef\x83\xaf\x2a\xea\x71\x1a\x25\xeb\x22\xbe\xe5\x54\x24\x1f\xb5\x8d\x1c\xea\xc6\x29\x70\x53\x9f\x04\x09\x45\xeb\x74\xce\x17\x71\xca\xe7\xb6\x74\xd8\xc9\xf9\xbf\xd6\x71\xce\x3d\xef\x50\x27\xbf\x5f\x65\x79\x59\x88\x40\x4a\xb5\x94\x6f\xcc\x99\xb9\xe5\x87\x16\x9c\xed\xdb\xa4\x41\x54\x08\x83\x70\xb5\x4a\x36\xd8\x8e\x0e\xf3\xcb\xf5\x92\xa7\x65\x41\x6a\x4b\x69\x19\xc6\x29\x73\xad\x51\xa4\x48\x5c\x64\xf1\x7b\x85\x87\x4f\x45\x78\x29\xcb\x09\x7c\x3a\x0a\x7a\xa8\xf3\xe6\xed\xd9\x29\x22\x47\xf1\x02\x1f\x5a\xcc\x2a\xcf\x22\x5e\x14\x44\x15\x89\xf5\xba\x31\x5a\x14\xf2\xae\x35\x9c\xbf\x89\x13\x7e\xbe\x49\x23\x6c\xbb\x56\x61\x79\x85\x74\x70\xa6\x47\x0f\xa2\xbb\x39\x26\x20\xf9\x01\xb4\x2e\x17\x2f\x10\x39\xe2\x49\xc1\x5b\x24\xe3\x84\x23\x32\x10\xc3\xf1\x2e\x50\x8e\xd7\x34\x25\x15\x39\x37\xde\x46\x57\x42\x40\x25\x15\x34\xfb\x2f\x50\xdd\xec\x61\x4b\xf2\xea\x07\x8b\xbc\xef\xd0\x1a\x97\xd9\x7c\x9d\x70\xcf\xd3\xb3\x2a\x61\x32\x66\xc0\xae\x8c\xbf\x26\xa3\x89\x59\x6d\x98\x5f\xde\xda\x3c\x86\xda\xb5\x14\x9b\xa2\xe4\x4b\x44\x44\x7f\x41\x08\xb8\xdb\x85\x32\xf9\x58\xa2\xa9\x29\x5b\x25\xda\xeb\x51\x6c\x4d\x78\x23\xa4\xc1\x60\x38\x18\x0c\x93\xf8\x62\x18\x65\x73\xbe\x8c\xe5\x13\x07\x42\xe8\x81\x52\xb5\xe2\xdd\xf3\xd4\xef\x20\x5c\xce\x27\xaa\x89\xa7\x87\xc9\x04\xc0\x09\xe5\xf8\xc7\x6c\xce\xdf\x49\x08\xa9\x71\x8b\xf1\x75\xc1\x3b\x45\x99\xc7\x51\x89\x9a\xda\x7b\x69\x9c\xbb\xda\x0e\x69\xbb\xd9\x8a\xe7\x61\x99\xe5\x55\x91\x2d\xaa\x1b\xbe\xb9\xcb\xf2\x79\x27\xaa\x84\xd3\xab\x52\x7e\x57\x4d\x67\xd3\x6d\x3d\xc3\x70\x42\x83\x8a\xbd\x22\x8f\x86\x83\x92\x17\x25\x2e\x65\xe8\xf6\x71\xb3\xe2\xa4\xaa\xd0\xbf\xd6\x61\x11\x8b\xe5\x58\xa8\xe7\x0d\x67\xdb\x59\xf1\xd8\xe0\xf3\x41\x21\x6b\x89\xb6\xe0\xc1\x07\xab\xac\xe8\xe3\xbc\xaa\x46\x84\x90\x9a\x0f\xd4\x82\xdf\x65\x73\x8e\xd1\x75\x78\x1b\x16\x51\x1e\xaf\x4a\xd4\xec\x47\x0e\xa9\x8a\x19\x62\x08\xa1\x60\xf9\x20\x4e\xe7\x3c\x2d\x3f\xa5\x71\x09\x19\x4b\x07\xb2\x20\x27\x2c\xf0\xad\x84\x43\xc2\xd2\x81\xb4\xce\x39\x44\xba\x59\x55\x09\xac\x59\x3a\x10\x62\x57\xf4\x61\xc1\xd2\x81\x58\xf3\x8f\x57\x61\x1e\x46\x25\xcf\x8b\xaa\x1a\x4e\x67\x77\x8f\x66\xf7\xa1\xdf\x9f\xad\x17\x8b\xc5\x22\x18\xc2\x95\xeb\x0f\xac\x40\x79\x93\xfc\x6e\x05\x4d\xca\xa1\x28\x37\x09\xa7\x48\x4b\x12\xd5\xb5\x32\x51\x8e\x0d\xa8\x13\x22\x02\xb9\x0b\xb8\x40\x04\x52\x17\x10\x21\x02\xb1\x00\x98\xcd\x41\x04\x42\xa6\x66\x40\x61\x99\x2d\x91\x99\x46\x7e\xd4\x50\xb0\x6d\xbc\xa0\x1c\xa3\x78\x81\x08\xdc\x5d\xc5\x09\xa7\x25\xdc\xc5\xe5\x15\x2d\x41\x58\x34\xcd\x61\x9e\xd1\x1c\xca\x7c\x43\x73\x58\xc4\x69\x98\x24\xa2\xa5\x78\xa7\x29\xc8\xd3\x9d\xa6\xc2\x8b\x97\x71\xba\xe6\x34\x85\x94\xdf\x09\x92\x29\xbf\x43\x04\xe6\x3c\xe1\xa5\x80\x4a\xc7\x45\x53\x98\xf3\x8b\xf5\xe5\x25\xcf\x69\x0a\xb7\x61\x2e\x10\x6f\x43\xc1\x67\x94\xa5\x45\xd9\x7c\x26\xdc\xf9\x30\x72\x13\x10\x6b\x04\x04\x22\x11\x6b\x0b\x98\x6c\x08\xbc\x4c\x12\x5c\xc8\x85\xab\x40\x44\x7c\xab\x96\x1c\x50\x70\x85\x5f\x70\xc9\x9b\xbc\x5a\x11\x10\xdd\x14\xf2\x4b\x69\x0c\xca\xbc\x68\x0c\x4d\x11\x58\x40\xf3\x35\xa7\x21\xc8\xb3\x8d\x86\x20\x0e\x35\x1a\x82\xf5\x20\x34\x84\xf7\xe1\x7b\x1a\xc2\xdb\x74\x11\xa7\x71\xb9\xa1\xa1\x0c\xce\x05\x7d\xf1\x2b\x18\x48\xc2\x42\x7e\xcb\x86\x60\x72\xbd\xe2\x92\x67\xb9\x21\x04\x36\x31\x4f\xe6\x34\xd5\x07\x81\xe8\x50\x2d\xc1\xd8\xd2\x80\x54\x0b\x11\xe0\xf7\x25\x4f\xe7\x05\x4d\x21\xbc\x0b\xe3\x52\xfc\x16\x9b\x34\x92\xf4\x44\x03\x91\x5a\x1c\x04\x6b\xa5\xfe\x99\xd1\x84\xdb\x30\x8f\xc3\x8b\x84\x5b\x6d\x30\x80\xfe\x31\xaa\x21\x61\xdb\x38\x2d\x79\xbe\x08\x23\xee\xb2\x1a\x2f\x57\xea\x71\x96\x98\x2f\x0d\x97\xbc\x58\x09\x8c\x14\x94\x07\x13\xa8\xaa\x25\x18\x4b\xd7\xcb\x16\x60\xb5\xbe\x48\xe2\x48\x83\xe2\x45\xcc\xc5\x0e\xad\xf2\xf8\x56\x84\x9d\xbb\xd0\xac\x54\x97\x1c\x6d\x78\x28\x02\xc2\x30\x2a\x77\xc1\x05\x8d\x41\xf9\x08\x9a\x81\xba\x14\xa4\x19\x5c\xa8\x37\x6f\x34\x83\x30\xdd\xd0\xac\xb6\x79\x7a\xd4\x89\xd3\x4e\x42\x8a\x69\x14\xb0\x64\x1a\x05\xba\x76\xd9\x29\x6a\x4c\x60\xc5\x86\xd3\xde\xac\xff\xd8\xfb\xbf\xec\xfb\x57\xdd\x49\xf5\xff\x7e\x0b\x86\x30\x67\xc3\xdf\xfe\x0b\x0b\x05\xe7\xf7\x65\x15\xcf\xab\xdb\x30\x59\xf3\x2a\x09\xd3\xcb\x75\x78\xc9\x2b\x21\xd4\x4a\x74\x87\x71\xca\xf3\x2a\x89\x8b\xb2\x2a\x78\x59\xe5\xfc\x96\xe7\x05\xaf\x84\xbb\xb9\xaf\x2e\x84\x63\xbc\xcd\xa2\xf0\xa2\xba\xcc\xc3\xd5\x15\x41\xc3\xc6\xc1\x6e\xda\x0e\xb6\x13\x33\x0e\x21\xcb\xa1\xac\x2d\xca\x12\x73\x81\x20\x96\x90\x0a\x23\x37\xa9\x4f\xbc\xc0\xdf\xa1\xef\x18\x8b\xab\x0a\x7d\x87\x18\x8b\x4d\xd9\x23\x1f\xc8\xbc\x2a\xfe\xc2\x19\x4e\x59\x0c\xed\x9a\xab\xa0\x93\x43\xcc\xba\xbe\xa0\x90\x78\x1e\xfa\x2f\xc4\x18\x1f\xac\x38\xbf\xc1\xc4\xf3\x4c\xb9\x6f\x6e\x2b\xd4\x65\x43\x6f\x09\x1b\x8c\x94\x8b\xec\x1b\x87\x05\x68\xc9\xcb\x50\x17\x44\x4e\x84\x6d\x74\x19\xce\x2d\x9f\xc4\xf3\x70\xde\x65\x69\x55\xc5\xe4\x84\xc4\xac\x1b\x7b\x1e\x9a\xcd\x10\x63\xb9\x39\xe4\xe3\xaa\xc2\xee\x24\x44\xcc\xa2\x76\x16\x81\x69\x90\x9a\x40\xb3\x32\x29\x13\x19\xeb\x0c\xc4\xd2\x1b\xb6\x87\xbf\xcd\xe6\x3d\x3c\xa1\x32\x5e\xee\xcd\xfa\xc1\x64\x36\xef\x91\xc9\xd0\xae\x66\x83\xcd\x05\x32\x98\xc6\x41\x42\x68\x30\x40\xee\xa0\x62\x25\x42\x95\x66\xb5\xf1\x02\x0f\xa7\xb3\xe9\x2c\x10\x87\xdd\x8c\xc0\xc9\x8c\xce\x06\x81\x3e\xbc\x62\x67\x64\xac\xc8\x33\x43\x9e\x87\x25\x46\xaf\x5a\xb4\xd9\x2b\x04\x8e\xeb\x96\xf8\x23\x17\x7f\x78\x3f\x6c\x48\x4a\xd0\xdf\x85\xcb\x16\x1c\xcc\xc3\xfe\x22\x18\xc6\x52\x66\x87\x17\xd6\xa6\x94\x3d\x44\x69\xd4\x7f\xfe\x47\xe8\x5c\x3c\x48\xc7\xff\x2a\x99\xe1\x6c\xbe\x27\x24\x77\xf3\x1e\x8b\x74\x63\x30\x9b\x3f\x26\x93\x43\xdb\xf8\x30\x7b\x43\xd7\x06\xb4\x98\x1f\x23\x32\xc1\x8e\x3d\xdc\xc2\xad\xd4\x1c\x42\x35\xc2\x50\x20\xf0\x41\x71\x13\xaf\x3e\x66\xa7\xa9\x88\x6e\x37\x18\x45\xd9\x52\xf8\x3b\x04\xb6\x45\x08\x15\xb1\x50\x0e\x3e\x99\xb4\xe2\x26\xe3\x5d\x4a\xc8\x59\xd7\x87\x94\x75\x7d\x63\x03\x65\x63\x03\xea\x1a\xb4\x9b\xcb\x1f\xc9\x69\xe9\x79\xdd\x54\x73\x7b\x84\xa6\x02\x32\x49\x59\x77\x44\x53\xcf\x43\x81\x42\xc0\x82\x1a\xa9\x73\xd6\xcd\x8d\xcd\x94\x75\x8d\x39\x01\x47\x60\x17\x18\x4f\x2f\xe3\xe5\x66\x1d\x10\x3c\xe9\xea\xe6\xe3\xd9\x98\x90\xde\xec\x42\xc9\x2b\xe7\x97\xfc\x7e\x65\x4d\xa9\x3f\x16\xcb\xc1\xce\xa6\xad\x24\x9a\x55\x40\x47\x17\x81\x0f\x74\x71\x03\x13\xa2\xe4\xfc\xcf\x07\x7c\xcd\x25\x5c\x36\x56\xf9\x7f\xda\x9b\xb1\x23\x5f\xfd\x78\x57\xff\xca\x11\xab\x7d\x9d\xf8\xa3\xec\x09\x32\x0b\x4b\x66\xeb\x10\x58\xa8\x47\x0a\x21\x73\xd0\xa1\x60\x57\x83\x55\x2e\x48\x95\x9b\xb7\xc5\x69\xba\x5e\xf2\x5c\x9c\x85\x38\x24\x9e\x77\x35\x0d\xed\xdd\x89\x08\xde\x07\xa8\xcb\x72\x1b\xab\x4e\x36\xb8\x90\x21\x21\x14\x03\x79\x92\x42\x48\xe8\x06\x3b\xe7\xab\xd3\x0c\x49\xdd\x38\xf3\x5b\xe5\x84\x8d\xd6\xe4\x4a\x61\x1a\x6f\x79\xd2\x68\x48\xee\x79\x29\xd9\xba\x7e\x51\x5d\xc2\xd5\x29\x43\x8f\x45\x7f\xdd\x38\x90\x03\x0a\xdb\xcc\x79\x79\x70\xce\x7d\x47\xad\x95\x34\xf5\x3c\xb5\xc9\x79\x55\xa1\x47\x8a\x11\x6d\x2d\x5b\x44\xc8\x03\x2c\x89\x61\xda\xad\x3b\x7c\xa9\x30\xdf\x51\xbc\xd6\x86\xc9\x48\xf7\x82\x21\x3c\xdd\xd6\x01\x71\xd2\x8e\x7b\xc5\x71\x39\x58\x84\xe5\xeb\x3c\xcf\xee\x5e\xcb\xb2\xa6\xf3\xa9\xee\xb0\xe5\xae\x8a\x15\xe8\x54\x41\x1e\xb8\x1f\x16\xca\xa1\x0a\x68\x98\x97\x52\x2d\xba\x38\xff\x7e\x44\x1a\x19\xa4\x6c\x24\x8f\x40\x71\xd6\xf6\xfd\x93\xf0\x15\x1b\x9d\xf4\xfb\xf6\x91\xb4\x25\x28\xf2\xd2\xd7\x25\x0e\x09\x64\xec\xc2\x92\x2f\x24\xcd\xec\x15\x1b\x79\x5e\xf6\xfd\xb1\x16\x1b\xd9\xf6\x7a\xa1\x96\x87\x7a\xf3\xd0\xef\xa7\x44\x7d\xcb\x1c\x59\x8d\x39\x16\x63\x9e\x91\x5e\x2f\x3d\x32\x50\xad\xb4\x05\x11\xc7\xe3\x48\x82\xb7\xf2\x78\x41\xdf\xcd\x86\xe6\x48\x29\x8c\x65\x88\xb9\x63\xe9\x3d\x9c\x09\xeb\x5a\x82\x76\xa5\x24\x74\x4f\x2c\xe9\x86\x6d\x45\x9c\x49\xbb\x23\x13\x28\x75\x47\x60\x54\x54\xb4\x75\x1c\xd5\x1d\x81\x72\x16\x54\xdf\xab\x89\xdf\xdd\x03\x9f\x76\x47\x75\xb3\x57\x77\xed\x57\xe6\xb2\x7a\xa8\xf2\x2c\x3e\x37\xb7\x89\xaa\x5e\xcf\xd4\xad\x9e\x34\x1c\x11\xe2\xa8\x2b\x6b\x7e\xcb\x62\xd0\xa3\x16\x19\x53\xd1\x75\x97\xa5\xa6\x8e\x1d\x26\xf1\x65\xca\x52\x47\x9f\x3f\xef\xe8\x33\xe3\x83\x24\x8b\xc2\xe4\x97\x30\x2f\x4e\xf2\x93\x9c\xe5\x52\xa3\x49\xbc\xc0\xf9\x40\xc4\xab\x8c\x95\xc4\x5c\x54\x1f\x35\x2a\xc0\x07\x3a\xb4\x3b\x49\x4f\x52\x96\x4a\x5e\x88\xe8\xce\x59\x3a\xb8\xfd\x16\x62\x52\xb6\xa7\x6c\xab\x5e\x76\xc8\x3a\xb6\xbe\xcb\x90\xed\x65\x98\xdf\xf0\xb9\x86\x47\xf2\xd7\x11\xdc\x35\x6e\xd6\xc0\x99\x2d\x06\xd9\xaa\xef\x09\x17\x5a\xc9\xfb\x7d\x72\x3a\x88\x22\xfd\x98\xda\x60\x4d\x79\xe0\x48\xe4\xdc\x29\x39\xe9\x2a\x93\x9c\xb4\xa9\x30\x41\x77\xd4\xa0\xbf\x95\x07\x57\x93\xe3\xb7\x84\x59\x3e\xb0\x6a\xde\x88\x50\x37\xfc\x5a\x8d\x38\x55\x89\xb4\xd0\xcb\xd3\x81\x5a\x33\x13\x79\x15\x82\xdc\x48\x58\xdd\xcf\xe1\xbc\xd9\x28\xab\xcd\x0e\x8c\x6d\xc5\x54\x94\xab\xcb\x3d\xa7\xa3\xae\x8d\x4d\x08\x1a\x97\x49\x76\xb1\x43\x24\x75\x80\x22\xde\x74\x3e\x77\x89\x36\x3d\xb5\x36\x8e\x47\x1a\x45\xe5\x6a\x0a\x4f\x43\xac\x00\x51\xed\xec\xdc\x6b\x4c\xb6\x7a\xd1\x66\x81\x6c\x2b\xb4\x87\xee\x40\x85\x89\x15\x16\xd8\x2c\x07\xf6\x40\xec\x51\xb3\x3d\xef\x1c\xf2\x0d\xc2\x0e\x69\xa9\xa0\xb0\xcb\xc5\x2e\x92\x60\xaa\x21\xfc\xde\xc9\x00\x76\x1f\x6b\xd8\x6d\x84\xd4\x16\x4a\xf8\x5c\x9e\xe5\x02\x2c\xfc\xfa\x20\x51\xd7\x41\xd2\x80\x49\xea\x00\x2c\xba\xf4\x68\x46\x97\xe2\x06\xe3\x44\x04\xfd\x44\xc4\x04\x72\xb0\xe7\xc5\xca\xae\x4f\x62\x16\x2b\xbb\x4b\x59\xdc\x90\xb1\xe3\xe4\x85\xf1\x1d\x4e\xe5\x42\x73\x1e\x2e\xb5\x2b\xc1\x04\xb8\x74\x14\x60\x51\xa1\x24\xb6\x0a\x2c\x81\x4c\x38\xb3\x66\xf1\x1f\xec\xfd\x91\xd1\x57\x6e\xf9\x17\x1c\x88\x53\x8f\xc8\x4c\xc8\x5d\xa6\xe7\x61\xee\xb8\xb3\xbd\x15\x8b\x50\xcc\xf0\xda\xa6\xe7\x98\xe7\x2f\xce\x8b\x07\xc7\xec\x9a\xac\x2f\x67\x8c\x4f\xce\x31\xa1\xe8\x44\x70\x30\xb9\xc6\x84\x9e\xe3\xd2\x0d\x1c\x3e\xaa\xbd\xd3\x57\x0a\xb7\x61\x8e\xd4\x98\xf7\x32\xea\x90\xd6\x56\xda\x0b\xc9\x82\xc3\x2f\x18\x9d\x20\x02\x1f\x08\x75\xca\x48\x76\xc8\x22\xcb\x97\x88\xc0\x17\xf8\xd8\xc2\xb8\xd8\xc3\x50\xfd\xdb\x06\x5e\x23\x02\x25\x97\xd0\x13\x64\xd9\x8e\x17\xb2\x8d\x91\x50\x00\xc4\xac\x1e\x36\xe2\x5a\x64\x9e\x67\xb5\x33\x9a\x36\xcd\xe6\x96\x8b\xb1\x0f\x2e\x8e\xba\x5d\xc3\x04\xf6\x38\x86\x05\xdf\xa9\x8a\x0a\x36\x6e\xb9\x80\x65\xf9\xde\x1a\xae\xb8\x5e\x86\x8d\xc9\x2c\x86\x54\x6d\x02\x7f\x21\xd4\xd4\x8a\xf6\x45\x24\x17\x0d\x4d\x2d\xe9\x17\x19\x07\x49\x21\x48\xaa\xb2\xa6\xa4\x86\x7d\x11\x9d\x54\x96\x6c\x4d\x5d\x49\x75\x58\xb0\x2a\x58\xed\x4e\xf2\x5a\x8c\xc3\x88\xc0\xa5\xdc\x38\xa2\x04\x0f\xef\xc4\x00\x59\x84\xd9\x1d\x70\xa1\x76\x40\x97\x88\x76\x97\xf3\x59\xf5\xea\x6a\xd1\x6e\xef\xa9\xea\xd5\x15\x9a\x5d\xca\x19\x07\xbd\xcb\xbb\xeb\x54\x85\x25\x85\xff\x91\xd0\x6b\x87\xe4\x97\x46\xdd\x1a\x8d\xfd\xe2\x68\xfd\xbf\x30\x07\x91\xca\xd8\xce\xb3\xdd\xce\x91\xd3\xf9\x2f\xfb\x3a\xcc\x68\x83\x13\xd2\x30\xeb\x0a\x54\x78\xa7\xbd\x57\x39\xf9\x81\xfe\x5d\xba\x2b\x8c\x9a\xc3\xaa\x73\x8e\x5f\x8b\xf5\x08\x89\xfe\x8a\x33\x0e\xb2\xf5\x41\xb0\xcb\x5e\x21\x02\x39\xbc\x53\xf9\x8a\xab\x1a\x66\xec\x35\x7e\x2d\xc4\xe1\xe2\xd6\x2a\x72\x28\x27\x9f\xe8\x1b\xe3\x6c\x6e\x06\x57\x61\xf1\xe1\x2e\xfd\x49\xe7\x12\x98\x93\xc9\x39\x4e\x0f\x29\x28\xa4\x8e\xb1\x19\x59\x96\x93\xbf\xd2\x9f\x08\x55\x7c\xab\xbd\x10\x4c\xfe\x04\xef\xac\x32\x7c\x90\x03\x6d\xd6\xc3\x18\xaf\x2a\x53\x90\x30\x44\xce\xe8\x17\x42\x65\x22\xa9\x89\x04\x88\xc0\x23\xae\xc7\x2a\x0b\xe6\x1c\xff\x0d\x84\x36\x4b\xd7\x29\xe0\xa6\x0e\x2f\x7c\xce\xcf\x12\x92\xf2\x3b\x4d\xe3\xc0\x7b\x2d\x0b\x6a\x5c\xd1\x40\xa6\xae\xe7\x98\x4f\xfe\x44\xff\x2c\xd4\x82\x4b\x56\xea\x1a\x97\x44\x78\x31\x67\x5f\x7f\x72\x28\xd9\x0c\x76\x7a\x32\xab\x67\x64\x16\x40\x30\x24\xd2\xf1\x5d\xe3\x2f\xce\x98\xbf\x7e\xe3\x98\x33\x67\xcc\x9b\x96\xaf\x04\x63\x9c\x84\x7e\x92\xb1\x6a\x4b\x11\x3f\x99\x02\x9c\x4e\x0b\x18\xcb\x27\x6f\xe8\x27\x88\x55\xf3\x0b\x3d\x33\x7f\x76\xc0\x5e\x69\x42\xaf\x21\x17\xca\x26\xcd\xd3\xdd\x93\xc9\x70\xd6\x9b\xf5\xaa\x7e\xdf\xdc\x78\x18\x3d\x98\x68\x11\x19\xf7\x00\xb1\x10\x4c\x7c\x50\xfc\x27\xa8\xcb\xf8\x44\x2b\x03\xe7\xf8\x4c\xa8\x2c\xa0\x28\x4c\x12\x24\x11\x06\x9a\x8b\xff\x96\x5f\x3b\xfb\xfd\x93\x98\x21\x30\x1a\xa3\x5e\x45\xe8\x9f\x66\xc9\x3f\xb7\xc4\xa3\x58\xe8\xea\x53\x07\x3d\xda\xa2\x2e\xb3\xaf\x5c\xec\x6b\x01\xb1\x94\x9f\x05\xd7\x5f\xe0\x47\x47\x7a\x3f\xea\x2b\x4a\x54\xbb\x86\xd3\x44\x81\x4d\xde\x67\x2c\xd9\x29\x17\x08\x8a\x0d\xa9\xbf\x3b\x1b\x7d\x8f\x8d\x91\x9b\x71\x04\xae\xb1\x56\xe2\x8f\xd4\xd5\x8f\x1f\xbe\x7d\x98\xab\x22\x7f\xb6\x2e\x06\x95\x61\x7e\xc9\xe5\xbd\xdc\x3e\xff\xb6\xc6\x79\x8e\xdf\x38\xa3\xff\xf4\x87\x47\x7f\x72\x46\xff\xa5\x61\x19\x51\xbd\x7f\x1f\x40\xba\xd4\x37\x87\x1c\xe9\x7f\x1b\x21\x1f\x72\x52\xcd\x6c\xa6\x96\x21\xa6\x73\x46\xff\x6d\x37\x70\xb0\x24\xaa\xca\x72\xa8\xbc\xea\x26\xe1\x13\x7c\x98\x20\xd2\x8b\x14\x7e\x47\xb5\x26\xff\x43\xff\x21\x4e\x34\x5d\x83\xd3\x3e\x49\xd5\x6a\x65\x2c\x60\x09\x25\x93\x86\x14\xd5\xf3\xf4\x50\xc7\x25\x2f\x29\xed\xa4\x99\x4a\x30\xff\x50\x47\x95\x2a\xfa\x2b\xd0\xdf\x1c\xbd\xff\x62\x14\x5e\xe0\xb5\x3c\xe2\x17\xb2\xa7\xf8\xff\xe3\x08\xde\x0a\x42\x69\xfe\x3f\x08\x7d\x60\xe5\xb7\x9c\x38\xd2\xfc\xc7\x81\xbd\x3b\xb3\xce\xfb\x5a\x06\x21\xbb\xd3\xfe\xaa\xf3\x55\xf3\x9d\xe3\x14\x62\xb5\xa3\xc2\x37\xe9\x3b\xca\x70\x37\x68\x32\x7e\x47\x9a\x3e\x63\xa1\x0e\xa2\x70\x38\x58\x65\x05\x53\x3f\x55\x35\x22\x3d\x5f\x84\x48\x1c\x72\x62\x0a\x2f\xa9\xdc\xa8\x58\x39\x1d\x61\xb4\xbf\x08\x5f\x5c\xef\xfa\x70\xc9\xc5\xe1\x21\xd7\x8a\x5e\xb3\x06\xce\x8d\x9f\x6c\xf2\xe7\xe3\x93\xf4\xfb\xdd\xb4\xf5\x24\xed\xf5\x0e\xe6\xab\x69\x60\xef\xf4\x85\xb7\x12\xa4\x40\x09\xa6\xa5\xeb\xa5\x73\x41\xaa\x9c\x8a\xe6\xe7\x23\x94\xdc\xc1\xcb\xb9\x36\x8a\xb5\xe7\xa9\x8d\x68\x4e\xfc\xd8\x45\x4c\x79\x63\xab\xcc\x35\xd3\xf3\xd6\x91\x11\xf3\x6f\x33\x32\xe7\xc2\x0c\xce\x71\xe8\xce\x14\xf2\x96\xa5\x7d\xaf\x9d\xfe\xaf\x38\xe6\x80\x44\x00\x11\x72\x47\x71\xb5\xda\x86\x07\xf4\xa5\xe0\x4e\x3a\x2f\x82\x96\x9c\x43\xc4\x61\xed\x4e\x96\xb5\x27\xdb\xb1\x90\x8c\xef\x46\xbb\xf8\x2d\x2e\x85\x9a\x90\x5d\x33\xc9\x1a\xa6\x38\x97\x11\x52\x80\xdc\x78\x21\xe1\x22\x60\xd8\x67\x32\xe1\x87\xfd\x4a\x57\xf8\x01\x1b\xa2\xd9\x2a\x75\xf1\x98\x0e\xc5\xc1\x3b\x69\x0b\xd8\xf3\x0e\x59\x1d\x81\x03\x3c\xd6\x4e\x66\xa4\x8f\xd1\x4c\xc8\x85\x10\x6a\x16\x17\xb5\x4c\x35\xfa\xb6\x9d\x5f\xdb\x9d\x87\xb6\x1a\x15\xae\xbc\x17\x0e\xb1\x56\xb6\xe4\x79\x26\xe7\x71\xe8\x9b\x70\x1a\x54\x9f\x4a\xa3\x1a\x62\x57\x76\xca\x9d\x58\x55\x87\x7e\xab\x26\xf0\x73\x46\xad\x78\xdb\x7d\x69\xe1\x34\xb9\xde\x86\x3b\x49\xd9\x66\x4f\x05\xce\xf1\x9c\xcb\xe8\xca\xc1\x6f\xa8\xcf\xdb\xfb\x19\xa7\xda\xdb\x67\x0b\xa9\xc7\xf8\xe0\xa9\xf6\x45\x46\x78\x6f\xda\x94\x36\x6d\x4a\x86\xa1\xa5\x60\xe8\xdb\xc9\x3a\x7c\x2e\x5d\xea\x4b\x29\x05\x44\x84\xa2\x79\xde\x79\x2b\x56\xbc\x6d\xcf\xfc\xf8\x2b\x53\xdc\xca\x0c\xf2\xa0\x89\xa8\x2e\x6c\x83\x3d\x9b\x3e\x5c\xda\xf4\x21\x17\x19\xe5\xbb\x7d\xa3\xb8\x74\xb7\xa8\xa5\xc2\x97\x52\xf4\xca\x96\x53\x77\x3d\x17\x8e\x62\x1d\x72\x3d\x9a\xa9\x7b\x77\xcc\x7d\x7b\x9d\xfa\x31\x80\x0d\x32\xef\xf9\x7e\xca\x7e\x23\x93\xbe\x5d\x7e\x6f\x1e\x30\xe2\x87\x82\x03\x99\xef\xc5\xd1\x57\xe4\x7a\x23\xed\xf1\xd0\x49\x7a\x20\x82\x38\xc7\x77\x1c\x6e\x39\xdc\x70\xa1\x46\xaa\x41\xe8\x57\xf7\x4d\x61\x18\x9d\xba\x69\x1c\x83\x38\x25\x76\x97\x77\xc7\x1f\x3e\xf0\x1f\x3c\xef\x5d\x17\xf2\xf9\xdb\x15\xea\xad\x31\xc3\x76\xf2\xff\xa0\x8a\x37\xd8\xd7\xf8\xa3\x33\xe5\x69\x4b\x85\x9a\x70\x4a\x9d\x82\xd7\x1c\xde\xba\x9a\x70\xdd\x66\xd0\x7a\xed\x6b\xed\xb5\x77\xbd\xad\xd4\x26\xb5\x8e\x96\xeb\x35\x9c\x09\x55\x3b\x6f\x79\xd1\x73\x47\x3f\xc3\xe2\x77\xe3\xdc\x6b\x97\xbb\xb7\xce\xd8\x45\x9e\x2d\x7f\x77\xb4\x6b\xcc\x8f\x5c\x41\x04\x8e\x0c\xce\xe0\xb5\x3b\xc9\x6b\x17\xcf\x94\x7f\xae\xb1\x4a\x9e\x03\x59\x74\x31\x19\xe0\xaf\xf8\xaf\xa0\x40\xd7\xf8\x57\x91\x59\x89\xb6\x53\x77\x3d\x44\xe9\x1c\x5f\x71\x78\xc7\x9b\x1a\x97\xd8\xbb\x77\xcd\xa9\xad\x97\xf3\xc1\x54\x1c\xb7\xb2\x2a\xb1\xff\xaa\x5a\x3d\xea\xda\x9a\xf4\x87\x2e\xc1\x5c\x26\x52\x54\x64\x0b\x04\x51\x44\xa7\x01\xe8\xd8\x8f\xaa\xba\x27\xe6\x22\xc0\xeb\x17\x30\x02\x74\x91\x64\xd1\x0d\x12\x67\x28\xd8\xa2\x30\x4d\x9b\x02\x31\xe8\x9a\xaf\x0b\xf3\xbc\xed\xed\x0e\x5a\x0d\xa6\x74\x49\x05\x71\x5b\x32\x6d\x57\xd0\xf7\x1e\x2b\xee\x14\xd8\x4b\xb7\xc0\xee\xf6\x11\x28\x6b\xfd\xac\x7f\xef\x4f\xfd\xf8\xa0\xc8\x12\x2c\xff\xf6\xc4\x16\x06\x77\x4a\x27\x48\x56\x85\x91\xfc\x23\x17\x8b\xa3\x6e\x80\xc4\xc2\x4b\xb7\x14\xab\x9a\xa1\xfe\x9b\x02\x75\x65\x28\x50\x8c\x88\xbb\xec\x56\x5f\x5c\x9e\xaf\xc2\x88\x63\x7b\xb3\x2c\xff\x4f\x20\x5d\x35\x72\x1f\x94\x94\xc4\x86\xdc\xfa\x12\x95\xb1\x78\x92\x53\xe7\xe9\x22\x6b\x12\xfe\xae\x7c\x78\xd3\xeb\xa1\x2e\x0b\x3d\x0f\xf5\xfb\xa2\x31\x89\xc5\x19\x17\xcd\x79\x84\x60\xff\x7f\x61\x32\x81\x3e\x1f\x44\x91\xbc\x87\xd2\x11\x3f\xe3\xb6\xbe\xcd\x62\xb0\x96\x21\x8b\x34\x22\x96\x66\x21\x68\x0f\xcc\xca\xa6\xde\xfc\x15\xd9\xf1\x5d\xd9\x8d\xc8\xc9\x09\x89\x17\x18\x9b\xbf\x47\x9a\x84\xaa\xbc\x4a\xa3\xc9\x17\xfa\x91\xc8\xa7\x92\x2a\xb6\x3f\x69\xfe\x64\x29\x9c\x86\xad\x3f\xc7\xb9\x3f\x21\xa1\xa9\xca\x1e\xed\xd8\xf1\xc4\x34\x5a\xa7\x6a\xee\x79\x9f\x31\x87\x94\x4c\x9a\xc8\x79\x8c\x68\x59\xd7\x22\x03\x80\x18\x42\x10\xde\x46\xeb\x64\xa3\x32\x32\xd3\x88\x17\xee\xab\x20\x76\xdb\xbc\x0c\xf8\x29\x2c\x8a\xa3\x56\x77\x97\x2d\x4d\xf7\xe8\x48\x5f\x3e\x78\x5e\x6e\x2e\x70\x47\x04\x42\x66\x35\x4a\xde\x08\xcb\xa0\x94\xcb\xc7\xea\xba\x5e\x93\x13\x62\x92\x9b\x84\x95\x6e\x69\xfa\x24\x51\x17\xc4\x89\xda\xc1\x48\xf6\x4e\x93\x40\x10\x8a\x18\xfb\x40\x42\x16\xca\xa2\xbf\xbd\xd2\x8d\xba\x6c\xc1\xf5\xe5\xaf\xb9\x40\x09\xf5\x8d\x82\x3c\xb1\x62\x91\xc9\xe9\x51\x04\x32\x7d\x3d\x62\x51\xec\x10\xd1\x6f\x6e\x22\x2c\xbe\xfe\x4f\x33\x14\x36\x2c\x58\xcc\xd8\xfa\xa8\x39\xe7\xe6\x5c\xb8\xaa\xf5\x24\xb4\xe6\xd2\xc3\x6e\xa5\xaa\xd1\xe7\xaa\x92\xce\xb1\x01\x4c\x54\x9a\xd9\xf3\xe9\x48\x55\xd3\x85\xd3\x16\x39\xd6\x56\x1a\x43\x43\xb1\xe9\x74\xa7\x29\xa8\xe1\xbc\x3d\x7b\xdb\x17\x68\x4e\xdd\xda\xd9\x2e\x47\x2e\x60\x65\x1e\x10\xdb\xcd\x24\x55\x35\x9c\x82\x7d\x6d\xe5\xf6\x48\xc5\x22\x93\xac\xaa\x0a\xb9\x04\x5d\xb6\xef\xea\xfc\xb9\xaa\x16\x55\x35\x62\x2c\x1d\xcc\xb3\xf5\x45\xc2\xd5\xcb\xdf\x73\x89\x34\x09\x95\xb9\x4c\x42\x7d\xcb\xd4\xc3\x8b\xc9\x88\xfa\x84\xb6\x96\x32\x19\xd1\xa2\x0d\x92\xcf\xa2\xe5\xfb\x67\x7d\xf0\x13\x47\xa7\x26\x05\x1d\x3f\x96\x4f\xfc\x13\x1e\x95\x79\x1c\xa9\x3f\xe6\x94\xea\xa7\x87\x75\x06\x8f\x27\xd4\x8c\xa5\xd5\x6c\x5b\xcd\x6a\xf2\x68\x08\xd2\xe5\xff\xa8\x7c\xd1\xb9\x38\x56\x68\x34\x91\x6f\x4f\xd1\xf0\x31\x6a\xf5\x9e\xa6\x73\xdb\xf7\x78\x88\xe4\x5f\x53\xe9\xae\x66\xcc\x10\xc1\x22\x4b\xe6\x14\x5d\xe4\x61\xc4\x11\x44\x49\x56\xf0\x1f\xf2\x30\xba\xe1\x65\x41\x11\x26\xd3\x60\x5b\x7f\xf7\xdd\x0c\xcd\xd0\x3f\xff\x89\xe0\x8a\x27\x2b\x9e\xcb\x13\x2a\x9a\xc8\xe2\x0c\xa2\xad\x77\xd6\xaa\x5e\xf3\x2e\x9b\x73\x9a\xc8\x0f\xd9\x8c\x80\xdf\xaf\x72\x5e\x14\x71\x96\xbe\x4e\x92\xec\x8e\xcf\x69\x09\xc5\x4d\xbc\x3a\xb5\xf0\x03\x27\xa3\xbc\x15\x6a\xdf\x07\x1d\x95\x5d\xf6\xc5\xf3\xca\x2e\x3b\xab\xaa\xe6\x46\xa8\xae\x6b\x02\x7c\x90\xf3\xcb\xb8\x28\x79\xfe\x17\xc9\x26\x46\xe6\x49\x76\x81\xa0\xc5\xa5\x7c\x9a\x1d\x0c\xc5\x10\xfd\x60\xfc\xed\xbb\x53\x8c\xc4\x51\x39\x74\xf1\xdc\x41\x07\x91\x79\xb4\xfc\x26\xe4\x70\xb5\x4a\xe2\x48\x9e\x4b\xdf\x3c\x81\x3b\xe6\xbe\xff\xbf\x19\xf5\xbf\xe2\x4e\xec\x29\xe8\xab\xee\xdd\x9d\xa5\xdd\x51\xfd\x3b\x6c\xfe\x3b\xc3\x93\x79\xef\xab\xe3\x93\xf9\x21\x0a\x72\x23\x9a\xb7\xf8\x07\x47\x37\xdd\xbf\xc7\xc3\x1f\x23\x54\x93\xa3\xff\x1f\x00\x00\xff\xff\x81\x52\xe7\x8e\xe3\x53\x00\x00") +var _web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\xdd\x73\xdb\x36\x12\x7f\xf7\x5f\x11\x6d\x5d\x1a\x88\x21\x52\xca\x3d\xdc\x0c\x6d\x84\xc9\xa5\xee\x8d\x67\x92\xcc\xdc\xb4\x9d\xce\x94\xa4\x5d\x58\x84\x62\x9e\x29\x50\x01\x41\x7f\x54\xe4\xfd\xed\x37\x0b\xf0\x4b\xb2\x2f\xbd\xe9\x8b\x04\x62\x17\xfb\xf1\xdb\xc5\xee\x92\x64\x5d\xab\x95\xc9\x4b\x45\x24\xdd\x41\x79\xf3\x6f\xb9\x32\xc0\xb9\x79\xda\xca\x72\xfd\x4a\x3e\x6e\x4b\x6d\x2a\xcf\x7b\x46\xd9\x94\x59\x5d\xc8\x48\x12\x2d\xbf\xd6\xb9\x96\x04\x7c\x3f\xf0\xfd\xa0\xc8\x6f\x82\x55\x99\xc9\x4d\xae\x75\xa9\x81\xd2\x10\x7a\x0d\xe3\xe1\x4c\xae\x73\x25\x3d\xcf\xfd\xfb\x62\x93\x45\x6e\x49\xe2\x97\xc5\xa4\x4c\xd2\x50\x92\x0f\x65\x26\x3f\xd9\x1d\xda\x52\xb2\x6f\x7a\x5d\xc9\x57\x95\xd1\xf9\xca\xc0\x91\xf4\x9d\xb8\x4f\x65\x26\x09\xe8\xfa\xe6\x09\xd8\x1e\x77\xbf\x7e\x65\xec\x53\xa9\xc9\xbd\xd0\xaf\x0c\xdf\xb5\x4c\xf1\x05\xd3\x5c\xfa\x85\x54\x5f\xcc\xed\x99\x3a\xd7\x67\xa7\xa7\x8a\x9a\x58\xc6\x2a\x4d\xf9\x6c\x71\xa4\xa5\xa9\xb5\x7a\x65\x5a\x3c\xa3\x98\xe6\x86\xc4\x20\x8a\x5c\x54\xc0\x40\xa8\x0c\x18\xfc\xe3\xe2\x9f\x97\x9f\x81\xc1\x8d\xfc\x92\x2b\xfc\xd7\x52\xdc\x01\x83\x95\xa8\x24\xfe\x15\xa2\x42\xe6\x4c\xae\xdd\x6f\xae\x64\x16\xe1\xb2\x04\x06\xb2\xb0\x4c\xb2\xa8\x72\x24\x5f\x7c\xfe\x01\x9f\xac\x5c\xa9\xaa\x5a\x23\x71\x2d\x1c\xd3\xba\xd4\xc0\xc0\xf2\x59\x45\x2e\x2c\xc0\x40\xc9\x47\x83\x7f\x25\xfe\x5a\x26\x2d\xad\x74\x2d\xab\x55\x2d\xed\xc2\xe8\x27\xf7\x5f\x6b\x3c\x5b\xc9\x02\xe5\x54\xf5\x56\x22\xbf\xb9\x95\xb8\x6b\xb4\xe5\xae\x95\x33\xb6\x56\x85\xb4\xb6\xd7\xca\xe4\x05\x30\x78\x70\x6c\x0f\xb7\xb9\xd5\xfb\x94\xcb\x02\x2d\x55\x96\xa8\x45\x6e\xcd\x34\xb7\xba\x7c\xb0\xfe\x9b\xd5\xad\x35\xdf\x92\x8b\xb2\xdc\xda\xdd\xa2\x58\xad\xba\x85\xd5\x5d\x88\xcd\x4d\x26\x80\xc1\x56\x97\x48\xd8\xd6\x37\x45\xbe\x72\xcf\x46\xae\x8c\xcc\xec\x3a\xbf\x17\xc6\xb9\x62\x73\xd0\x4a\x14\xd9\xb8\x71\xad\x65\x21\x4c\x7e\x6f\xe1\x7c\x34\x0e\x43\x51\x9b\xb2\x63\xbb\xbe\xbe\xf8\xfc\xc3\xf5\xb5\x5d\xfd\x78\xf9\xf1\xa2\x5b\x7e\xbc\xfc\xdc\x2f\xb3\x5c\x5f\x5f\x43\x4a\x59\x6e\xa3\xec\x30\xe8\xc3\xd7\x45\xd3\xc5\xa0\x07\xa0\xc7\x65\x88\x44\x87\x63\xef\x7a\xe7\x73\xe7\x98\x4b\x90\x94\xb2\xd2\xca\x77\x16\x3a\x11\x29\x65\x82\xef\x20\x86\x10\x52\x60\xb0\x83\x10\x5a\x60\x40\x20\x04\x0a\xed\xd1\x90\xc2\x35\x91\xcc\x30\x45\x77\x5d\x5e\x2a\xdf\x94\x77\x52\xe5\x7f\x48\x7f\x5b\x57\xb7\x44\x52\x26\x09\x32\xb4\xc3\x91\x35\x1e\xa1\xbb\x7c\x4d\xa4\x5f\x95\x05\xa1\x9e\x27\xfd\x0d\x1a\x48\x80\x3b\x93\xec\x96\x44\x1a\xed\xf3\xfd\x40\x6e\x45\x19\xac\xca\xcd\x46\x2a\x03\x47\x56\x94\x14\xe6\xa7\xad\x58\xc9\xf1\x8c\xaa\x8b\xe2\x08\xaf\x89\x66\x39\x2b\xb9\xf4\x31\x2d\x09\x45\x76\xf8\x1d\x38\x2f\x9b\x06\x4e\xdc\xff\x09\x9c\x70\x5e\xf6\x07\x6b\xb2\x22\x25\x03\xbc\xd0\xea\x0b\x30\x47\x6c\x1a\x77\x88\x32\x34\xdf\x0a\x09\xec\xf3\x0e\x55\xac\xb9\xf4\x57\xb5\xd6\x52\x19\x42\xbb\xeb\xeb\xec\xaa\xee\xf2\xed\xcf\x25\x32\x53\xc7\x5a\xbc\xc4\x2a\xfd\x1b\xb1\xba\xfb\x65\x4b\x9e\xd3\xe6\x6b\x7a\xd4\x17\x89\x8c\x2f\xce\x9e\x73\x9c\x17\x67\x4e\xf4\x76\xdf\x49\x02\x9c\x6f\xa3\xec\x94\x2f\x31\x6a\x9c\x6f\x3d\x8f\x64\x73\xbe\xa4\x2c\x3b\x5f\x50\x5b\x16\x5a\x6b\xe3\xb7\x74\xb3\x05\xe7\xd9\x8b\xc8\xcc\xdf\x00\x9b\x2d\x1c\x1e\x6d\x77\x91\xcb\xad\xd4\xc2\x94\x1a\x50\x30\x7c\x3f\x02\x74\xc7\x07\x3c\x6f\xb1\x8e\xd9\x80\x11\xa8\x80\x46\x77\x1c\x84\x29\x37\x10\xba\xbd\x20\xfe\xf5\x5f\x69\x60\xb7\xbb\x13\x03\x41\xef\xed\xcf\xdf\x8c\x94\x87\xc7\xaf\x69\x40\x3d\x8f\xec\xeb\x59\x52\x9b\x00\x1b\xde\xf3\x5d\x25\x0f\x49\xc5\xd3\x80\xf6\x85\x74\x13\x11\xe1\x6f\x35\xda\x6d\x9e\x2e\xab\x0b\x55\x6f\xa4\x16\x37\x85\x24\x1b\x14\xb7\xe1\x22\xde\xa4\x94\xa1\xe3\x1b\x76\xc7\x6e\x07\x8f\x69\x78\xe0\xec\x77\x30\x49\xa1\x3e\xee\x17\x2a\x23\x07\xa9\x0a\xe7\xc8\xe8\x79\x04\x0b\xbd\xcb\xfb\xe0\xea\x7c\x1e\xc5\xc9\xef\x09\x24\x27\x69\x44\x62\x31\xff\xe3\xfd\xfc\xb7\xeb\x28\x4d\x1e\x5e\xd3\x71\x3f\x0a\xcf\x9a\x63\x1a\x50\x3a\x86\x83\xe4\x5c\xc7\xcb\x94\x8d\xfd\x05\xef\xd6\x60\x84\x13\x9f\xd3\x68\x7a\x7f\xca\x2d\xa1\xe1\x81\x81\x1d\x66\xed\x24\xbb\x17\xfb\xfe\xd8\x70\x3d\x02\x8d\xec\xf2\x57\x2c\x38\x24\x88\x93\x4c\xcc\xd7\xef\xe7\x3f\xa6\x01\xed\x62\x01\x37\x87\x3c\x8b\xe5\x40\x1d\xb6\xe6\x7f\x4f\x03\xca\x40\xd5\x9b\x1b\xa9\x2d\x2c\x41\x92\x05\xbe\x91\x95\x21\x25\xa5\x07\x0e\x04\x57\x71\x92\x5d\xa7\xaf\x49\x14\x26\xbe\x5d\x9e\x52\x84\x23\x96\x17\x69\x7c\x9a\xcc\xd3\xa8\xdf\x3c\x10\x0a\x91\xcb\x40\xbc\x3f\x67\xa3\xb4\x24\x89\x3f\x7c\x4a\xe7\x01\x3d\xa3\x67\xfb\x0e\x26\xc9\x81\xf5\xc9\x83\xb5\xdd\xdd\xaa\x11\x27\x94\x1d\xbe\x00\xd0\x09\xd0\x08\x73\x05\x4e\xb0\xd8\x63\x56\xb3\xd9\xd2\x81\xda\xe1\x73\x02\x27\x8e\xe5\x04\x4e\x06\x96\xc5\x1e\x4b\x10\x27\xe7\xc9\x5b\xcc\x75\x72\xb0\xd1\x1d\x98\x30\x9e\x26\xf3\xe4\x75\x12\x24\x5e\xd2\x24\x61\x32\xc3\x43\x07\xb7\xc9\x25\xd3\xf1\xbb\xeb\xe4\x51\x2c\xe7\x49\xbd\x5e\xaf\xd7\xa3\xec\x21\x90\x0f\xc7\xfb\x74\x36\xa8\x88\x92\x59\xc2\xa7\xca\xc7\xc4\xb7\x18\xbf\x73\xf9\x3c\xc2\xfb\x2e\xea\x33\x78\x5f\xe4\x01\x56\xef\xa0\x53\x32\xda\x70\x60\x02\xdc\x0b\x9d\xe3\x65\x9c\xbf\x71\xaa\x8e\x9f\x43\xde\x3b\x78\x8d\x3e\x1d\x88\x1b\xb3\x12\xb3\xab\x23\xbb\xf5\x24\xa6\x83\x92\xbf\xb9\x44\x7c\xd1\xf8\xe7\xa9\xf9\x2d\xc3\xa7\xd8\x8d\xcf\xd8\x3c\xfb\xe8\x40\x9e\x0d\x05\xa1\x81\x19\xf6\x97\x99\xf1\xef\x85\xfe\x98\x57\xc6\xf3\x60\x07\x33\x6e\xfc\x42\x54\xe6\xe7\xf2\xce\xf3\x70\x38\x9b\x6c\xd8\xf6\x19\xc4\x09\x49\x68\x12\x27\xe9\xae\x4d\x92\xb3\xe7\x36\x2a\x5e\x32\xdb\x04\x51\xc9\xbc\x8f\x92\xb5\xe4\x2d\xf4\x5c\x20\x34\x8e\x47\xce\x73\x8e\xe9\x14\xbc\x0e\x13\xff\xea\xfb\xf3\xb7\xff\x69\x26\x32\x6d\x15\x7f\xe4\x7b\x7e\x3f\x67\xef\xeb\x2a\xf8\xce\xa7\xc7\xa6\x21\x8a\x83\x0f\x94\x4d\xca\xe5\xa4\x41\x0f\x6b\x0e\x0d\x58\x6b\xc7\x49\xa1\xc0\xf9\xb8\xc7\xbb\x69\x88\xc4\xd6\x35\x54\x3a\x3b\x76\xa0\x67\x2d\xce\xf6\xfe\x56\xca\x3b\x42\xed\xce\x92\x73\x49\x5f\x18\x48\xb0\xf0\xb1\x71\x23\x9e\xd0\xba\x76\xb7\x4c\xad\xd8\xa3\x3f\x61\xe2\x05\x91\xf3\x25\x6d\xed\xb0\xbc\x9b\xa8\xf7\x3c\xf2\x7f\x1c\x3d\x5d\xd2\xa1\xff\xac\xdd\x74\x34\x3a\x9d\x11\x07\xb5\xe4\xb3\xe5\xc0\xb4\xe7\x73\x8f\x48\x44\xfe\x92\x73\x34\x24\x92\xcf\x16\xcc\x69\x9e\xaa\x5e\xb9\x61\x8e\xe9\x41\xc7\xa0\x38\x67\x5d\x1f\x17\xac\x46\xc3\xb0\xa0\x82\x96\x22\x9b\x7f\xad\x4b\x23\xb3\xf9\x56\xd4\x95\xcc\x80\x73\x5e\xfa\xab\x52\x19\xf9\x68\x7c\x7c\xe1\xf2\x3c\x32\x6c\x4c\x48\x5b\x2d\xef\x59\xee\x72\xb1\x05\x4a\xcf\x30\xf2\x33\x4e\x04\xcf\xbb\x7b\x49\xcf\x6c\x2c\x05\xe7\x28\x43\x37\xcd\xac\xa6\x74\x57\x1e\x78\x7c\x34\x4c\x31\xca\xf3\x6c\x0b\x16\x9e\x37\xab\xed\xd1\x4e\xfc\x0e\x07\x2f\x9b\x24\xfb\xc6\xec\xd0\x86\x70\x78\x66\x68\x6d\xf8\x92\x4f\x2d\x65\xe5\xc1\xf8\x89\x93\xe9\xa8\x3a\x88\xdf\x25\xc7\xfd\x55\xc9\xfb\x4c\xdc\x37\x16\x4f\x65\xe3\xa9\xb6\xe6\xb3\xda\xf3\xb0\xdf\x70\x2e\xda\xe1\xad\x6e\x0c\x46\x75\xd0\xca\x9f\x8d\xca\x38\xae\x8f\x83\xb2\xe7\x1d\xb6\x78\xf6\x3f\x66\x90\x4e\xd9\xae\x32\x42\x9b\x9f\x8c\x30\x32\x1c\xc2\xdc\xeb\xdb\xf5\xa2\xc2\x78\x9d\xb2\x5c\x61\xad\x92\x59\xb8\x60\x1d\x58\xe1\xce\xa1\x65\xf0\x75\x62\x20\xcf\xa5\xef\xd6\xbf\xa8\xdc\xb4\x96\x37\x57\xb5\xcc\x3e\xe6\x4a\x86\xb3\x25\xeb\x8a\x57\x88\xb1\x66\x5d\xa9\x0b\x67\xcb\xb6\x65\x56\x5d\xb8\x3f\xc4\x28\x6e\xf9\x06\xcf\x89\xf1\x7b\x4d\xbc\x57\x24\x9c\xd5\x6e\xca\xc3\xd4\x1c\x41\x88\xcd\x4b\x17\x00\x25\xb3\x35\x57\xb6\x24\xba\x12\xcc\x79\xfd\xc2\x60\x7e\x04\x77\xf2\xe9\xa1\xd4\x98\xd2\xa4\xc6\x0a\xc6\xc7\xf2\x1b\x41\x3f\x31\x42\xa8\x5f\x9e\x1e\x27\xa2\x68\x34\xc8\x0a\x83\xab\xf8\xfd\xfc\xb7\x3e\x57\x0a\x1a\x81\x11\x5f\x20\xb4\xef\x76\x13\x05\x4d\xd3\xbd\xe7\xed\xed\x0d\xfd\x21\xb2\xfc\xe1\xd0\xb9\x30\x0f\xc8\x9a\x17\x2c\x7f\xd9\x98\x82\x46\x82\x83\x83\x0c\xc2\xf2\x5b\x4c\x99\x74\x4c\xf8\x5a\x3f\xe3\x85\xe7\xf5\x2f\xdd\x33\x5e\x34\x8d\xf4\x57\x65\x51\x6f\x14\xa1\xb3\xc3\x18\x44\xd8\xa2\x38\x9e\x30\xc3\x2d\xef\xe3\x75\x3e\x2e\x3d\x8f\x8c\xa6\xd0\x70\xb2\xee\xf2\x92\xa8\xa6\xc1\x9b\xd1\xa7\xeb\x8c\xd7\x2e\xf8\x1d\x0c\x7c\x4d\x19\x34\xc0\xb9\xb2\xbb\x1d\x22\x7c\x6c\x9e\x94\xf5\x22\x39\x17\x4d\x63\xbb\x64\x9c\xec\x7a\xcc\x15\x0e\xc3\xfb\x35\xc0\xec\xd7\x00\x34\x60\x4c\xea\xd1\xf4\x36\x24\x3d\x3c\xbd\x64\x9a\xa4\x49\x3b\x4a\xa6\x53\xe7\x51\xb4\x35\xb1\x57\xb6\x4f\xb2\x43\xc1\x90\xd9\x7b\x77\x85\xbb\xb2\xa0\x9a\x66\xec\x99\x98\xa5\xac\x6e\x3b\xbb\xc2\x67\x5d\xf0\x4f\x12\x7f\xc6\xd7\x7d\x47\x5c\xb8\x77\x62\xc4\x4f\xf9\xab\x5b\xa1\xdf\x1b\xb2\xb0\xdf\x18\x06\x18\x4a\x9e\xdb\xe2\xcd\xb9\x88\x75\xda\x34\x93\xbb\x90\x77\x55\x3d\xb8\x22\x51\x28\x55\xd6\xd8\xef\x05\x0d\x76\xc2\xc6\x7e\x34\x6a\x1e\x6e\xa5\x6a\xdc\x87\x1e\x9a\xdc\x0c\xd8\xf4\xbd\x2c\x1f\xf0\x3c\x25\x65\xb4\x08\xa7\x35\x83\x9e\x1e\x42\x11\x4d\xc9\xe1\x82\xb6\x4c\x16\x72\x65\x74\xbe\xba\x54\xdb\xda\x84\xc1\x55\x52\xbd\xee\x2c\x71\x3a\x9b\xa4\xa5\xc7\x01\x2b\x72\x25\x3f\xb8\x14\x0a\xe1\x3b\x68\x5b\x8a\x80\x77\x5f\xe6\x2e\x3f\x5d\x10\x40\x4f\x83\xc7\xb9\xfb\x40\xe7\xbe\xd3\xd1\x96\xd2\xa3\xff\x06\x00\x00\xff\xff\x95\xbb\x19\x0f\x95\x14\x00\x00") -func web_uiAssetsCodemirrorModeJavascriptJavascriptA4c0d68244e6e74f9225801e5f9d724eJsBytes() ([]byte, error) { +func web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsCodemirrorModeJavascriptJavascriptA4c0d68244e6e74f9225801e5f9d724eJs, - "web_ui/assets/codemirror/mode/javascript/javascript-a4c0d68244e6e74f9225801e5f9d724e.js", + _web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJs, + "web_ui/assets/codemirror/mode/ruby/ruby-ea43ca3a3bdd63a52811e8464d66134b.js", ) } -func web_uiAssetsCodemirrorModeJavascriptJavascriptA4c0d68244e6e74f9225801e5f9d724eJs() (*asset, error) { - bytes, err := web_uiAssetsCodemirrorModeJavascriptJavascriptA4c0d68244e6e74f9225801e5f9d724eJsBytes() +func web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJs() (*asset, error) { + bytes, err := web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/javascript/javascript-a4c0d68244e6e74f9225801e5f9d724e.js", size: 21475, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/ruby/ruby-ea43ca3a3bdd63a52811e8464d66134b.js", size: 5269, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsCodemirrorModeRubyRuby61421add5f64c0fc261fe6049c3bd5d7Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\xdd\x73\xdb\x36\x12\x7f\xf7\x5f\x11\x6d\x5d\x1a\x88\x21\x52\xca\x3d\xdc\x0c\x6d\x84\xc9\xa5\xee\x8d\x67\x92\xcc\xdc\xb4\x9d\xce\x94\xa4\x5d\x58\x84\x62\x9e\x29\x50\x01\x41\x7f\x54\xe4\xfd\xed\x37\x0b\xf0\x4b\xb2\x2f\xbd\xe9\x8b\x04\x62\x17\xfb\xf9\xc3\xee\x92\x64\x5d\xab\x95\xc9\x4b\x45\x24\xdd\x41\x79\xf3\x6f\xb9\x32\xc0\xb9\x79\xda\xca\x72\xfd\x4a\x3e\x6e\x4b\x6d\x2a\xcf\x7b\x46\xd9\x94\x59\x5d\xc8\x48\x12\x2d\xbf\xd6\xb9\x96\x04\x7c\x3f\xf0\xfd\xa0\xc8\x6f\x82\x55\x99\xc9\x4d\xae\x75\xa9\x81\xd2\x10\x7a\x0d\xe3\xe1\x4c\xae\x73\x25\x3d\xcf\xfd\xfb\x62\x93\x45\x6e\x49\xe2\x97\xc5\xa4\x4c\xd2\x50\x92\x0f\x65\x26\x3f\xd9\x1d\xda\xd2\x7d\xcb\xeb\x4a\xbe\xaa\x8c\xce\x57\x06\x8e\xa4\xef\xa4\x7d\x2a\x33\x49\x40\xd7\x37\x4f\xc0\xa6\xcc\xfd\xfa\x95\xb1\x4f\xa5\x26\xf7\x42\xbf\x32\x7c\xd7\x32\xc5\x17\x4c\x73\xe9\x17\x52\x7d\x31\xb7\x67\xea\x5c\x9f\x9d\x9e\x2a\x6a\x62\x19\xab\x34\xe5\xb3\xc5\x91\x96\xa6\xd6\xea\x95\x69\xf1\x8c\x62\x9a\x1b\x12\x83\x28\x72\x51\x01\x03\xa1\x32\x60\xf0\x8f\x8b\x7f\x5e\x7e\x06\x06\x37\xf2\x4b\xae\xf0\x5f\x4b\x71\x07\x0c\x56\xa2\x92\xf8\x57\x88\x0a\x99\x33\xb9\x76\xbf\xb9\x92\x59\x84\xcb\x12\x18\xc8\xc2\x32\xc9\xa2\xca\x91\x7c\xf1\xf9\x07\x7c\xb2\x72\xa5\xaa\x6a\x8d\xc4\xb5\x70\x4c\xeb\x52\x03\x03\xcb\x67\x15\xb9\xa4\x00\x03\x25\x1f\x0d\xfe\x95\xf8\x6b\x99\xb4\xb4\xd2\xb5\xac\x56\xb5\xb4\x0b\xa3\x9f\xdc\x7f\xad\xf1\x6c\x25\x0b\x94\x53\xd5\x5b\x89\xfc\xe6\x56\xe2\xae\xd1\x96\xbb\x56\xce\xd8\x5a\x15\xd2\xda\x5e\x2b\x93\x17\xc0\xe0\xc1\xb1\x3d\xdc\xe6\x56\xef\x53\x2e\x0b\xb4\x54\x59\xa2\x16\xb9\x35\xd3\xdc\xea\xf2\xc1\xfa\x6f\x56\xb7\xd6\x7c\x4b\x2e\xca\x72\x6b\x77\x8b\x62\xb5\xea\x16\x56\x77\x21\x36\x37\x99\x00\x06\x5b\x5d\x22\x61\x5b\xdf\x14\xf9\xca\x3d\x1b\xb9\x32\x32\xb3\xeb\xfc\x5e\x18\xe7\x8a\x45\xa0\x95\x28\xb2\x71\xe3\x5a\xcb\x42\x98\xfc\xde\x86\xf3\xd1\xb8\x18\x8a\xda\x94\x1d\xdb\xf5\xf5\xc5\xe7\x1f\xae\xaf\xed\xea\xc7\xcb\x8f\x17\xdd\xf2\xe3\xe5\xe7\x7e\x99\xe5\xfa\xfa\x1a\x52\xca\x72\x9b\x65\x17\x83\x3e\x7d\x5d\x36\x5d\x0e\xfa\x00\xf4\x71\x19\x32\xd1\xc5\xb1\x77\xbd\xf3\xb9\x73\xcc\x01\x24\xa5\xac\xb4\xf2\x9d\x85\x4e\x44\x4a\x99\xe0\x3b\x88\x21\x84\x14\x18\xec\x20\x84\x16\x18\x10\x08\x81\x42\x7b\x34\x40\xb8\x26\x92\x19\xa6\xe8\xae\xc3\xa5\xf2\x4d\x79\x27\x55\xfe\x87\xf4\xb7\x75\x75\x4b\x24\x65\x92\x20\x43\x3b\x1c\x59\xe3\x11\xba\xcb\xd7\x44\xfa\x55\x59\x10\xea\x79\xd2\xdf\xa0\x81\x04\xb8\x33\xc9\x6e\x49\xa4\xd1\x1e\xef\x07\x72\x2b\xca\x60\x55\x6e\x36\x52\x19\x38\xb2\xa2\xa4\x30\x3f\x6d\xc5\x4a\x8e\x67\x54\x5d\x14\x47\x78\x4d\x34\xcb\x59\xc9\xa5\x8f\xb0\x24\x14\xd9\xe1\x77\xe0\xbc\x6c\x1a\x38\x71\xff\x27\x70\xc2\x79\xd9\x1f\xac\xc9\x8a\x94\x0c\xf0\x3e\xab\x2f\xc0\x1c\xb1\x69\xdc\x21\xca\xd0\x7c\x2b\x24\xb0\xcf\x3b\x54\xb1\xe6\xd2\x5f\xd5\x5a\x4b\x65\x08\xed\xae\xaf\xb3\xab\xba\xcb\xb7\x3f\x97\xc8\x4c\x1d\x6b\xf1\x12\xab\xf4\x6f\xc4\xea\xee\x97\x2d\x79\x4e\x9b\xaf\xe9\x51\x5f\x24\x32\xbe\x38\x7b\xce\x71\x5e\x9c\x39\xd1\xdb\x7d\x27\x09\x70\xbe\x8d\xb2\x53\xbe\xc4\xac\x71\xbe\xf5\x3c\x92\xcd\xf9\x92\xb2\xec\x7c\x41\x6d\x59\x68\xad\x8d\xdf\xd2\xcd\x16\x9c\x67\x2f\x46\x66\xfe\x06\xd8\x6c\xe1\xe2\xd1\x76\x17\xb9\xdc\x4a\x2d\x4c\xa9\x01\x05\xc3\xf7\x63\x80\xee\xf8\x10\xcf\x5b\xac\x63\x36\x61\x04\x2a\xa0\xd1\x1d\x07\x61\xca\x0d\x84\x6e\x2f\x88\x7f\xfd\x57\x1a\xd8\xed\xee\xc4\x40\xd0\x7b\xfb\xf3\x37\x23\xe5\xe1\xf1\x6b\x1a\x50\xcf\x23\xfb\x7a\x96\xd4\x02\x60\xc3\x7b\xbe\xab\xe4\x21\xa9\x78\x1a\xd0\xbe\x90\x6e\x22\x22\xfc\xad\x46\xbb\xcd\xd3\x65\x75\xa1\xea\x8d\xd4\xe2\xa6\x90\x64\x83\xe2\x36\x5c\xc4\x9b\x94\x32\x74\x7c\xc3\xee\xd8\xed\xe0\x31\x0d\x0f\x9c\xfd\x0e\x26\x10\xea\xf3\x7e\xa1\x32\x72\x00\x55\x38\x47\x46\xcf\x23\x58\xe8\x1d\xee\x83\xab\xf3\x79\x14\x27\xbf\x27\x90\x9c\xa4\x11\x89\xc5\xfc\x8f\xf7\xf3\xdf\xae\xa3\x34\x79\x78\x4d\xc7\xfd\x28\x3c\x6b\x8e\x69\x40\xe9\x98\x0e\x92\x73\x1d\x2f\xd3\x49\x7f\xc1\xbb\x35\x18\xe1\xc4\xe7\x34\x9a\xde\x9f\x72\x4b\x68\x78\x60\x60\x17\xb3\x76\x82\xee\xc5\xbe\x3f\x36\x5d\x8f\x40\x23\xbb\xfc\x15\x0b\x0e\x09\xe2\x24\x13\xf3\xf5\xfb\xf9\x8f\x69\x40\xbb\x5c\xc0\xcd\x21\xcf\x62\x39\x50\x87\xad\xf9\xdf\xd3\x80\x32\x50\xf5\xe6\x46\x6a\x1b\x96\x20\xc9\x02\xdf\xc8\xca\x90\x92\xd2\x03\x07\x82\xab\x38\xc9\xae\xd3\xd7\x24\x0a\x13\xdf\x2e\x4f\x29\x86\x23\x96\x17\x69\x7c\x9a\xcc\xd3\xa8\xdf\x3c\x10\x0a\x91\x43\x20\xde\x9f\xb3\x51\x5a\x92\xc4\x1f\x3e\xa5\xf3\x80\x9e\xd1\xb3\x7d\x07\x93\xe4\xc0\xfa\xe4\xc1\xda\xee\x6e\xd5\x18\x27\x94\x1d\xbe\x10\xa0\x13\xa0\x11\x62\x05\x4e\xb0\xd8\x23\xaa\xd9\x6c\xe9\x82\xda\xc5\xe7\x04\x4e\x1c\xcb\x09\x9c\x0c\x2c\x8b\x3d\x96\x20\x4e\xce\x93\xb7\x88\x75\x72\xb0\xd1\x1d\x98\x30\x9e\x26\xf3\xe4\x75\x12\x24\x5e\xd2\x24\x61\x32\xc3\x43\x07\xb7\xc9\x81\xe9\xf8\xdd\x75\xf2\x28\x96\xf3\xa4\x5e\xaf\xd7\xeb\x51\xf6\x90\xc8\x87\xe3\x7d\x3a\x1b\x54\x44\xc9\x2c\xe1\x53\xe5\x23\xf0\x6d\x8c\xdf\x39\x3c\x8f\xe1\x7d\x17\xf5\x08\xde\x17\x79\x10\xab\x77\xd0\x29\x19\x6d\x38\x30\x01\xee\x85\xce\xf1\x32\xce\xdf\x38\x55\xc7\xcf\x43\xde\x3b\x78\x8d\x3e\x1d\x88\x1b\x51\x89\xe8\xea\xc8\x6e\x3d\xc9\xe9\xa0\xe4\x6f\x0e\x88\x2f\x1a\xff\x1c\x9a\xdf\x32\x7c\x1a\xbb\xf1\x19\x9b\x67\x9f\x1d\xc8\xb3\xa1\x20\x34\x30\xc3\xfe\x32\x33\xfe\xbd\xd0\x1f\xf3\xca\x78\x1e\xec\x60\xc6\x8d\x5f\x88\xca\xfc\x5c\xde\x79\x1e\x0e\x67\x93\x0d\xdb\x3e\x83\x38\x21\x09\x4d\xe2\x24\xdd\xb5\x49\x72\xf6\xdc\x46\xc5\x4b\x66\x9b\x20\x2a\x99\xf7\x59\xb2\x96\xbc\x85\x9e\x0b\x84\xc6\xf1\xc8\x79\xce\x11\x4e\xc1\xeb\x30\xf1\xaf\xbe\x3f\x7f\xfb\x9f\x66\x22\xd3\x56\xf1\x47\xbe\xe7\xf7\x73\xf6\xbe\xae\x82\xef\x7c\x7a\x6c\x1a\xa2\x38\xf8\x40\xd9\xa4\x5c\x4e\x1a\xf4\xb0\xe6\xd0\x80\xb5\x76\x9c\x14\x0a\x9c\x8f\xfb\x78\x37\x0d\x91\xd8\xba\x86\x4a\x67\xc7\x0e\xf4\xac\xc5\xc9\xde\xdf\x4a\x79\x47\xa8\xdd\x59\x72\x2e\xe9\x0b\x03\x09\x16\x3e\x36\x6e\xc4\x13\x5a\xd7\xee\x96\xa9\x15\x7b\xf4\x27\x4c\xbc\x20\x72\xbe\xa4\xad\x1d\x96\x77\x13\xf5\x9e\x47\xfe\x8f\xa3\xa7\x4b\x3a\xf4\x9f\xb5\x9b\x8e\x46\xa7\x33\xe2\x42\x2d\xf9\x6c\x39\x30\xed\xf9\xdc\x47\x24\x22\x7f\xc9\x39\x1a\x12\xc9\x67\x0b\xe6\x34\x4f\x55\xaf\xdc\x30\xc7\xf4\xa0\x63\x50\x9c\xb3\xae\x8f\x0b\x56\xa3\x61\x58\x50\x41\x4b\x91\xcd\xbf\xd6\xa5\x91\xd9\x7c\x2b\xea\x4a\x66\xc0\x39\x2f\xfd\x55\xa9\x8c\x7c\x34\x3e\xbe\x6e\x79\x1e\x19\x36\x26\xa4\xad\x96\xf7\x2c\x77\x58\x6c\x81\xd2\x33\xcc\xfc\x8c\x13\xc1\xf3\xee\x5e\xd2\x33\x9b\x4b\xc1\x39\xca\xd0\x4d\x33\xab\x29\xdd\x95\x07\x1e\x1f\x0d\x53\x8c\xf2\x3c\xdb\x82\x85\xe7\xcd\x6a\x7b\xb4\x13\xbf\xc3\xc1\xcb\x82\x64\xdf\x98\x1d\xda\x10\x0e\xcf\x0c\xad\x0d\x5f\xf2\xa9\xa5\xac\x3c\x18\x3f\x71\x32\x1d\x55\x07\xf1\xbb\xe4\xb8\xbf\x2a\x79\x8f\xc4\x7d\x63\xf1\x54\x36\x9e\x6a\x6b\x3e\xab\x3d\x0f\xfb\x0d\xe7\xa2\x1d\xde\xea\xc6\x64\x54\x07\xad\xfc\xd9\xa8\x8c\xe3\xfa\x38\x28\x7b\xde\x61\x8b\x67\xff\x63\x06\xe9\x94\xed\x2a\x23\xb4\xf9\xc9\x08\x23\xc3\x21\xcd\xbd\xbe\x5d\x2f\x2a\x8c\xd7\x29\xcb\x15\xd6\x2a\x99\x85\x0b\xd6\x05\x2b\xdc\xb9\x68\x19\x7c\x9d\x18\xc8\x73\xe9\xbb\xf5\x2f\x2a\x37\xad\xe5\xcd\x55\x2d\xb3\x8f\xb9\x92\xe1\x6c\xc9\xba\xe2\x15\x62\xae\x59\x57\xea\xc2\xd9\xb2\x6d\x99\x55\x17\xee\x0f\x31\x8a\x5b\xbe\xc1\x73\x62\xfc\x5e\x13\xef\x15\x09\x67\xb5\x9b\xf2\x10\x9a\x63\x10\x62\xf3\xd2\x05\x40\xc9\x6c\xcd\x95\x2d\x89\xae\x04\x73\x5e\xbf\x30\x98\x1f\xc1\x9d\x7c\x7a\x28\x35\x42\x9a\xd4\x58\xc1\xf8\x58\x7e\x23\xe8\x27\x46\x08\xf5\xcb\xd3\xe3\x44\x14\x8d\x06\x59\x61\x70\x15\xbf\x9f\xff\xd6\x63\xa5\xa0\x11\x18\xf1\x05\x42\xfb\x6e\x37\x51\xd0\x34\xdd\x7b\xde\xde\xde\xd0\x1f\x22\xcb\x1f\x0e\x9d\x0b\x71\x40\xd6\xbc\x60\xf9\xcb\xc6\x14\x34\x12\x1c\x5c\xc8\x20\x2c\xbf\xc5\x94\x49\xc7\x84\xaf\xf5\x33\x5e\x78\x5e\xff\xd2\x3d\xe3\x45\xd3\x48\x7f\x55\x16\xf5\x46\x11\x3a\x3b\xcc\x41\x84\x2d\x8a\xe3\x09\x33\xdc\xf2\x3e\x5f\xe7\xe3\xd2\xf3\xc8\x68\x0a\x0d\x27\xeb\x0e\x97\x44\x35\x0d\xde\x8c\x1e\xae\x33\x5e\xbb\xe4\x77\x61\xe0\x6b\xca\xa0\x01\xce\x95\xdd\xed\x22\xc2\xc7\xe6\x49\x59\x2f\x92\x73\xd1\x34\xb6\x4b\xc6\xc9\xae\x8f\xb9\xc2\x61\x78\xbf\x06\x98\xfd\x1a\x80\x06\x8c\xa0\x1e\x4d\x6f\x43\xd2\x87\xa7\x97\x4c\x93\x34\x69\x47\xc9\x74\xea\x3c\x8a\xb6\x26\xf6\xca\xf6\x49\x76\x28\x18\x90\xbd\x77\x57\xb8\x2b\x0b\xaa\x69\xc6\x9e\x89\x28\x65\x75\xdb\xd9\x15\x3e\xeb\x82\x7f\x02\xfc\x19\x5f\xf7\x1d\x71\xe1\xde\x89\x31\x7e\xca\x5f\xdd\x0a\xfd\xde\x90\x85\xfd\xc6\x30\x84\xa1\xe4\xb9\x2d\xde\x9c\x8b\x58\xa7\x4d\x33\xb9\x0b\x79\x57\xd5\x83\x2b\x12\x85\x52\x65\x8d\xfd\x5e\xd0\x60\x27\x6c\xec\x47\xa3\xe6\xe1\x56\xaa\xc6\x7d\xe8\xa1\xc9\xcd\x10\x9b\xbe\x97\xe5\x43\x3c\x4f\x49\x19\x2d\xc2\x69\xcd\xa0\xa7\x87\xa1\x88\xa6\xe4\x70\x41\x5b\x26\x0b\xb9\x32\x3a\x5f\x5d\xaa\x6d\x6d\xc2\xe0\x2a\xa9\x5e\x77\x96\x38\x9d\x4d\xd2\xd2\xe3\x80\x15\xb9\x92\x1f\x1c\x84\x42\xf8\x0e\x5a\x7c\xb3\xe9\xbf\xcb\x5d\x7e\xba\x20\x80\x8e\x06\x8f\x73\xf7\x79\xce\x7d\xa5\xa3\x2d\x3d\xfa\x6f\x00\x00\x00\xff\xff\xcc\x6b\x1d\xa6\x91\x14\x00\x00") +var _web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xbd\xeb\x7a\xdb\x38\x96\x28\xfa\xf3\x7c\x9f\x5f\xe1\xfc\xa1\xd0\x55\x34\x11\x42\x32\x29\x5f\x62\xd3\x86\x35\xa9\x54\xd2\x93\x99\x54\x52\xa7\x93\x9a\x3e\x35\x12\x93\x0d\x53\x90\x8d\x32\x45\xaa\x48\x28\xb1\xdb\xd4\xfc\x9b\xf7\xd8\xcf\x32\x4f\xb6\x3f\xdc\x48\x50\xa2\x2d\xa5\xaa\x77\x5d\x2c\x12\xc4\x65\x61\x61\x61\x61\xdd\x00\x78\xb3\x65\x96\x70\x96\x67\x1e\x85\x0f\x6c\xe6\x81\xfc\xea\x37\x9a\x70\x80\x31\xbf\x5f\xd0\x7c\xe6\xd0\xbb\x45\x5e\xf0\xd2\x75\xc1\x32\x9b\xd2\x19\xcb\xe8\x14\xf4\xcc\xc7\x79\x3e\x5d\xa6\x14\xaa\x9f\x81\xce\x8a\xa9\x07\xf7\x68\x5a\x52\x47\xd4\x67\xea\x6f\x6a\x54\xb5\xb8\xae\xfa\x1d\x90\xf9\x14\xaa\x47\x6f\x1c\x23\xaa\x8a\x3e\x78\x5d\xcd\x7d\x65\xd9\x34\xff\x3a\x52\x3f\x51\x57\x8e\xeb\x34\xbf\x22\xe9\x48\xfd\x74\xe6\x28\x69\x3a\x1b\x89\x3f\x11\xbf\x61\x25\x1c\xfc\x56\xde\x93\x79\x2a\x60\x5e\xad\xa0\xd7\xa0\x03\x3e\x14\x94\x2f\x8b\xcc\x31\x29\x0e\xf5\x38\xca\x10\x83\x0f\x75\x4a\xe1\x11\x54\x4a\xb4\xf5\xb2\x31\x89\xd5\x13\x97\x4f\x5f\x48\xe1\x24\xb8\xa3\xf7\x05\xfd\x7d\xc9\x0a\xea\xba\xfa\x61\x4f\x94\x29\x5d\x37\x81\xba\xbd\xc4\x23\xa8\x17\x40\x91\x9e\x9b\xb4\x5c\xa7\x89\x5a\x97\x38\xa3\x5f\x9d\x57\x45\x91\x17\x1e\x78\x49\xb2\x2c\xe7\xce\x8c\x65\x53\x3d\x18\xce\x3e\xf0\x89\x0f\xf6\x01\xdc\xe3\x37\x45\xfe\xd5\x59\x0e\x92\x7c\x4a\x31\xf8\xe9\xfd\x8f\xbf\xbc\x7d\xf5\xf9\xdd\xfb\x8f\x9f\x5f\xbf\xff\xe5\xdd\x8f\x00\x2d\x57\xa2\xbe\x14\x0b\xd8\xf1\x83\x1e\xbd\xe8\x61\xb5\xda\x13\x7d\x18\x07\xf1\x20\x21\x69\xea\xa5\x66\x60\x51\x8b\x58\x34\x68\x85\x27\x33\x87\xf1\x98\xc6\x55\x45\xe1\x0a\xa2\x14\x35\x45\x28\x52\x48\x5b\xe9\xec\xa2\x2d\xf3\x71\x35\xcb\x0b\x4f\x80\x90\xef\x82\x28\x44\x70\x70\x4e\x2e\xd8\x20\xa5\xd9\x35\xbf\x39\x27\xbe\x0f\x0b\x8f\x09\x6c\xef\x19\x58\x56\xde\x43\x18\x8d\x1b\x28\x11\x87\x0f\x60\x59\x52\xa7\xe4\x05\x4b\x38\x90\x08\xcc\x30\xf5\xc0\xe0\xe0\xb7\xb2\x2f\x46\xfe\x20\xcd\xc9\x94\x16\x00\x22\xd6\x4e\x9f\x2e\xe7\x0b\x91\xbe\x67\x0d\x37\xdd\xa0\x0a\x0f\x3e\x28\x34\x5b\x83\xf2\xda\x14\x00\x3e\xf5\x81\xc3\x4a\x67\x4a\x17\x05\x4d\x08\xa7\x53\x87\x64\x53\x27\x51\xa3\x76\x45\x9d\x65\x49\xa7\x03\x00\x57\x2b\x6e\x90\x32\xf8\x78\xbf\xa0\x6d\x48\x04\x42\x00\x44\x4d\x96\x0f\xc9\x0d\x9d\x93\x76\xa6\x52\xa6\xb5\xb2\xbd\x7e\xf1\xe6\xed\x87\x17\xaf\x5f\x7d\xfe\xf0\xf2\x5f\x5f\xfd\xf4\xa2\x2b\xff\xc1\x8c\xb0\xb4\x24\xb3\x76\xfd\xff\xf6\xe1\xfd\xbb\xa7\x0a\xfd\x56\xe6\x59\xab\xc0\xcb\xf7\x7f\x7b\xb2\x95\x24\x2f\xda\x2d\xfc\xf8\xea\xf5\x8b\x5f\xde\x7e\xfc\xbc\x0d\xbc\x29\x9d\x91\x65\xca\x3f\x6f\x80\x68\x2a\x78\xfd\xcb\xdb\xb7\xbb\x54\x30\x5b\xa6\x69\xab\x02\x31\xec\x38\x93\x3f\x6b\xa9\x2f\xd2\x54\x7f\x78\x91\xa6\xd6\x37\x01\xc3\x5b\x55\xca\x3c\x76\x7c\x55\xa5\xad\x37\x2b\x8f\x20\x29\xcc\xe4\xcf\x5a\xc9\x1f\xd5\x17\xf3\x68\x7d\xfd\xf5\xc5\x4f\x6f\x5f\xdd\x25\x74\x21\x28\xaa\xdd\x45\x6a\x92\x5b\x1d\xfb\xe9\xcd\xbb\x37\x3f\xbd\x78\x12\x29\x9d\x83\xfe\xa7\x87\xe2\x8f\x8c\x42\x99\x90\x0c\x17\x1e\x10\xbf\xad\x0f\x0b\x52\x94\x54\x7c\x91\x0f\xad\x4f\x49\x3e\x5f\xe4\xea\xa3\x7e\x6c\x7d\x26\xd3\xe9\xcb\x3c\x2b\x79\xb1\x4c\x78\x5e\x88\x5c\xed\x14\x00\x57\xe8\x61\x73\x9e\x47\x87\xa8\x13\xb5\xd1\x11\xda\x64\x16\xd1\x31\xda\x9c\x7a\xd1\xf3\xcd\x44\x45\xf9\xd1\x69\xc7\x97\x16\x4e\xa2\xb3\x27\x72\x48\x8c\x47\x61\xd0\x91\xa5\x1e\xc9\x28\x0c\x3b\x3e\xcb\x89\x1a\x85\x43\xb4\xce\x4d\xa2\xf0\x70\x15\xa3\xe1\x93\xbc\xb2\xe6\x7b\x36\xbb\xcf\x96\x69\x8a\x31\xb5\xf8\x15\x2b\xdf\xe5\xfc\x86\x65\xd7\x38\x43\x76\xea\x7b\x29\x48\xe0\xcd\x25\x63\x53\xc4\x70\x5d\x51\x6d\x4f\xd4\x6b\x55\xc1\xf3\x17\x45\x41\xee\x3b\x6a\x70\xe4\x87\x01\x2b\xe5\xaf\x47\xe1\x88\x46\xe2\xf3\x68\x1c\x47\x63\x1a\xdb\x95\x14\x74\x41\x89\x0d\x85\xe8\xa6\x5c\x05\x10\xc3\x00\xec\x89\x25\x28\xc3\xc1\x79\x76\xc1\xcf\x33\x1f\x87\x90\xf9\x98\x9a\xf5\x84\xad\x5a\x3d\x7a\x47\xaf\x09\x67\x5f\xe8\x7f\xd2\x22\xef\x82\x2a\xc0\x18\x53\xd7\x7d\xb7\x9c\x5f\xd1\x62\xf0\xee\xd5\x5f\x5f\x7c\x7c\xf3\x1f\xaf\x3e\xbf\x79\xf7\xfa\xcd\xbb\x37\x1f\x7f\xc5\x18\x87\x07\xad\x1e\xd2\x3b\x4e\xb3\x69\x37\x70\xa8\x40\xb9\x90\x01\x38\xd4\x20\x22\x86\xbd\x1c\x2b\xac\x0e\x6e\xe9\x7d\xe9\x71\x08\xcd\x62\x98\x5d\x30\x05\x3e\x1d\x17\x38\x1f\x67\x71\x8c\xf9\xb8\x88\x4d\x47\xe8\x6a\x85\x1e\x56\x31\x3a\xdc\x75\x71\x4c\xf2\xf9\x5c\xf2\x15\xbd\x28\xda\xac\xa6\x50\x49\xdd\x53\x3b\xef\xfc\xa8\x79\x06\x31\xe0\x2f\x8a\x9c\xe7\x62\xf4\x07\x3c\xff\xc0\x0b\x96\x5d\xa3\x72\xf3\xdb\x0d\x29\xdf\x7f\xcd\x7e\x2e\xf2\x05\x2d\xf8\x3d\x4a\xf0\x43\x10\x81\xc9\x24\x00\xe8\xb9\xf8\x25\x00\x9d\x8a\xdf\x2b\x80\xce\xc4\x2f\x07\x28\x94\x19\x32\x80\xc2\x50\x3c\x7c\x01\x28\x1c\x8a\x87\x19\x40\xe1\xa1\x78\x28\x00\x1a\xca\xc2\x14\xa0\xc3\xa3\x68\x7f\x32\x01\xfb\xe8\x4c\xe6\x99\x4c\x44\x26\x99\xeb\x1d\x40\xe1\x89\xac\xea\x33\x40\xa7\xc3\x43\xf9\xfd\xad\x7c\x94\xdf\x7f\x06\x2b\xb4\xc4\x63\x70\x0f\x10\xf8\x15\x20\x70\x4f\x4b\xf1\xa4\xfe\xbe\xfa\x00\x10\xc8\x33\x80\xc0\x7b\xf9\xe7\x1d\x40\x40\x3c\xc8\xdf\x5c\x3c\xc8\x3f\xef\x45\xae\xd9\x4c\xe4\x50\x7f\x5f\xbf\x06\x71\x33\xe7\x52\x41\x57\x62\x40\x78\x4d\x08\xb8\xc1\x96\x17\x9e\xc0\x01\xcf\x7f\x59\x2c\x68\xf1\x92\x94\xd4\x83\x88\x5e\xe0\xe1\xf1\x31\x2c\x30\xb8\x03\x28\xc7\xc3\x5a\x02\xa7\x17\xf8\xe4\xf8\xf8\x50\x7e\x5a\x8a\x4f\x47\x4a\xc2\x16\x72\xa7\xf8\x78\x34\x3c\x3b\x3a\x3b\x79\x3e\x3c\x3b\x86\xb0\x11\x65\x98\x60\xae\x53\xea\x2c\x72\x96\x71\xe7\x2b\x13\x33\xdc\x21\x92\x54\xb2\x6b\x67\x4e\xee\x1d\x2d\xc1\x5c\x17\x94\x70\x5a\x38\xfc\x86\x64\x4e\x70\xf7\x5a\xff\x03\xe0\x5e\x81\xc1\x2f\xa2\xbd\x53\x2d\xfb\x81\xc9\x04\xf8\x85\x9f\xe9\x39\xe9\x81\x00\xa0\xbc\xcf\x35\x09\x43\x9f\xaf\xea\xde\x2f\x44\xef\x85\x7c\x3e\x28\xb5\xa8\xa3\x1f\xaa\xaa\x40\x32\x9d\x65\x53\x9a\x71\xfc\x13\xe1\x37\x83\x39\xb9\xf3\x42\x44\x75\x5a\x55\x0d\xa1\xca\x93\x29\x06\xf2\x46\x65\xa5\xed\xf7\xaa\xea\x85\x2a\x5b\x79\xcb\x16\x6f\xb2\x2f\x24\x65\x53\xd1\x4e\xf3\xd6\x64\x99\xa5\xf9\xd7\xb7\xf4\x0b\x15\x4b\x7b\xcd\xef\x3c\xda\xa4\xc3\x51\x3f\x8c\xac\x77\x5d\x33\xbf\x4f\xe9\x4f\x64\xf1\xf8\x0c\x47\x04\x25\x68\x29\x86\x57\x31\x56\xcc\xb5\xc8\xff\xb0\xd2\xac\xe9\x61\x85\x0a\x1c\xa0\x1c\x7b\xec\xb1\xc9\x5f\x5c\xe4\xe7\x85\x98\xfc\x04\xb3\x71\x11\xa3\x04\x6b\x2a\x91\xaa\x08\x02\xbd\x1e\xc0\x18\x93\x41\x99\xb2\x84\x7a\x01\x1a\x42\xd7\xf5\x08\x06\x9c\x5c\x47\x62\x49\x18\xe4\xc5\x35\x1a\x06\xc1\x30\x02\xbe\xc9\x35\x84\x10\x79\x4b\x4c\xe5\x6a\xcb\x52\x3a\x15\x62\xe9\x4f\x64\x31\x98\x91\x34\xbd\x22\xc9\xad\xa8\xda\x75\x4b\xa5\x22\x2c\x55\x57\x5f\xa4\x8c\x94\xb4\x44\x89\x68\x20\xc1\xed\xd4\x71\x12\x43\x24\x55\x8d\xc4\xb0\xa5\x6c\xe5\x59\x83\x8c\xa8\xca\x5f\x56\x95\x40\x86\x1e\xc4\x32\x2f\xf8\xbf\xd3\xfb\x52\x0c\x8d\x7e\x6c\xc6\x25\x65\x19\xfd\x3b\x9b\xf2\x1b\x4c\x9b\xe7\xaa\x3a\x0d\x0c\x01\xfc\x8d\xce\x4a\x39\xf2\xe2\xa1\x29\x97\xe5\x2f\xf3\xf9\x82\xf0\x9f\x84\x66\x44\x5b\xaf\x4d\xa6\x24\x17\x84\x52\xd2\xd7\x69\xfe\x55\x22\xa2\x79\x6d\x32\xb1\xf9\x22\x65\x09\xe3\x02\x3d\x25\xb6\x7a\x53\x23\xee\x8d\xce\xa1\xf2\xd3\xbb\x6d\xf9\x5f\xdd\xd9\xf9\x39\xb9\xc6\x02\x1b\xea\xad\xa0\xe5\x32\xe5\x18\x00\xf5\x3a\x5d\x8a\xac\x84\xd3\x12\x8f\x63\x95\x24\x14\x8a\x1f\x9b\x64\x51\xb4\x99\x56\x33\x45\x7f\x46\xed\x62\xa8\xc0\xcd\x6c\x74\x00\xe2\x82\x7f\x07\x88\xe0\x7e\x88\x4a\xd1\x4a\x22\xf0\xaa\x88\x2c\xbf\x48\xce\x61\x3f\xc4\x18\x7b\x62\x3a\x8a\xb9\x76\xf7\x7e\xe6\x01\xc1\x6d\x73\x08\x47\x1e\x13\x23\x24\x69\x27\x17\xd5\x24\x30\xb2\x93\x10\xf1\x43\x91\x2c\x7f\x8c\x0e\xe7\xba\xa2\x78\x0f\x63\xe6\xba\x5e\xe9\xe3\x02\xa2\xd2\xc7\xcc\x90\x47\xd9\x40\x3e\x55\x90\x1b\x46\x92\x01\xbf\x05\xb8\x99\xfb\xcf\x38\x6c\xca\xdc\x58\x4b\xf3\xe1\x50\xac\xcd\x55\x75\x26\x7e\x9a\x2c\xf3\x56\x96\x0b\xb1\x7a\xd3\x0b\x1c\x0e\x4f\xaa\x2a\x3c\x09\xcd\xfb\xf1\xf1\xf0\xec\xd8\x75\xc5\x42\xd0\x93\x2b\xbc\x58\x07\x7a\xb2\xbe\xe3\xe7\x87\x47\x47\x26\x9f\x60\xb3\x87\xae\x7b\x72\x3c\x7c\x7e\xa6\x3e\x8b\x94\x93\xba\xda\x30\x3c\x0a\xc3\xb0\x69\xfd\xde\xee\x94\x84\xc5\x2a\xec\xba\x47\x47\xea\xf7\x2c\xd4\xbf\x87\xea\x37\x1c\xd6\x0f\xc7\xea\xe1\xf8\x54\xfd\x7a\x87\xc7\xaa\x5d\xee\xba\x1d\xf2\x89\x6a\xa1\x77\xb3\xde\x50\x68\xea\x0b\xa4\x08\x26\x58\x4b\x03\xe4\x75\x53\xc1\xc1\xa7\x49\xf6\xcc\x39\x18\x70\x5a\x72\x8f\x5a\x79\xee\x3c\xad\xe6\xa3\x42\x71\x37\xc1\xd7\x4a\xc1\xd9\x70\x2f\x44\xa9\xf8\xb3\xc0\x7d\xd1\x0d\x86\x66\x82\xb8\xa6\x78\xee\x09\xda\x4a\x6e\x48\xf1\x32\x9f\xd2\x17\xdc\x0b\xa0\x05\x54\x22\xc1\x14\x6c\xe4\xe8\x58\xbd\x9e\x1c\xaa\x5f\xd9\xd5\x44\x23\x27\xd1\xc8\x49\x34\x72\x12\x83\x9c\xc4\x20\x27\x71\xdd\x43\xf3\x6b\x4a\x0e\xf5\x7b\x9d\x51\x57\x75\xa2\xab\x3a\x31\x19\x34\x24\x87\xfa\xfb\xe1\x73\xfd\xdd\x34\x7d\x52\x43\xda\xea\x89\x99\x32\xfd\x10\xc2\x46\x82\xcb\x71\x70\x9e\x5f\x34\xd3\xc9\xf7\x95\xb9\x68\x2e\xa7\x93\x55\x3c\x87\xd0\x98\x7d\x8e\xf7\x4a\x9c\x5f\x06\xa3\xf6\xf7\x7e\x08\x23\xc9\x12\xa6\x78\xea\xba\xf7\xd2\x06\xb5\x92\x4b\xfa\x13\xed\x84\x81\x99\xb9\x6b\x4d\x2d\x71\x2f\x40\x0b\xd7\xf5\x52\x9c\x56\x55\xde\x9f\xf5\xc3\x4b\xe6\xba\xc0\x11\xf3\x92\x8e\x67\x7e\x18\xa3\x19\xce\x1b\x8b\x9e\x80\xf8\x8f\x40\x28\xeb\x5f\xb8\x6e\x67\x13\xc6\x3c\xb4\xac\xaa\x74\x94\x5d\x9e\xb9\xae\xa0\xbb\xd1\x71\x94\x8e\x8e\xa2\xc3\x68\xea\xba\xbd\x42\x24\x84\xd1\xb0\x21\xbb\x2f\x9a\xec\x0a\xf8\x40\x95\x6e\x6d\x59\x65\xd8\xcc\x13\x5d\xae\xc5\x0b\xcd\x3a\xf6\xf7\x81\xb4\xb8\xb5\x99\xbe\xeb\x4a\xea\x5c\xd6\x6c\x8d\xc3\xba\x00\xf0\xb9\x0f\xf6\x95\x74\x9c\xe3\x9a\xd3\x58\x92\x47\x06\x25\xcb\x14\xac\xa5\x59\x85\x84\x40\x50\xe7\x51\x0f\x2c\xf3\xac\x0c\xe8\x28\x80\xc8\x7a\xef\xe7\x10\x95\xb8\xa8\x2a\x4b\x8c\xb8\xec\x87\xae\x9b\x5d\x62\x2b\x69\xaf\xfc\xca\x78\x72\xe3\xdd\x79\x1c\x95\x35\xe3\x43\xc4\x32\xce\xf1\x4d\x2b\x95\x2d\x77\xec\x35\x0a\x05\x6d\xaf\x5f\x1b\xda\x84\x10\x1f\xdb\x59\xc6\x59\x2c\x56\xa1\x3c\xfd\x42\x1b\x24\xf5\x02\xcd\xb2\x7b\xe1\x4a\x36\xb5\x82\x10\x3e\x24\xa4\xa4\x4e\x18\x69\x50\xf8\x9e\x7c\x1f\x46\x16\x5e\x05\x0b\x4f\x49\x42\xbd\x83\xfd\x83\x6b\x24\xc6\x06\x4a\x54\xcb\x9c\x87\x26\x67\x05\xfc\x2b\x8f\xd7\x5d\x85\xfe\x0b\x6f\xe6\x71\xb1\xe8\xa8\x8c\x47\x26\xe3\x65\x57\xc6\x47\x44\x2f\x7c\xe0\x4d\x32\x1f\x7a\xe3\x4f\x93\x2c\x7e\x06\x0f\xae\x85\x84\x55\xae\x2d\x6c\x62\x40\x24\x61\x94\xa3\x32\x32\x53\x0a\x15\x83\x94\x94\x5c\x48\x91\x77\xb8\x44\x5f\x3d\x5a\x0b\x56\x25\x44\x1c\x0a\x62\x10\x85\x05\x39\x8c\x83\xb8\xaa\x80\x63\x9e\x25\x0d\x95\x12\xff\xe7\x0c\x17\x03\x7a\x47\x13\x8f\xc2\x73\x63\x2e\x66\xe3\x30\x46\x4b\xcc\xc6\xc3\x78\x2f\xc3\xaa\xdc\x72\x1c\xc4\x28\xf7\x71\xe2\x7b\xa4\xaa\xb2\xaa\x02\x32\x75\x04\x40\x24\x41\xf4\xbf\x7a\x4b\xb1\x70\x13\x9c\x99\x49\x94\xaf\x3c\x8e\x08\x6c\x30\x74\xac\x31\xb4\x0f\xf6\x7d\x7b\x5d\x30\x82\x80\xe6\xdd\x62\xc5\xef\x60\x1f\x52\xf3\x68\x73\x8d\x4b\xb9\x26\x9e\xb8\x2e\xbf\xc0\xc7\x27\x87\xe1\x99\xeb\x7a\xd9\x5a\x2e\x3f\x94\xf9\x4e\x0e\x87\x81\xeb\x66\x17\x58\x2c\x95\x87\x23\xaf\xf0\x71\xea\x85\xc1\xf0\xe8\x99\xc7\xfb\xb2\x16\xe8\x67\x7d\x99\xcd\x97\xcb\x25\x44\xa2\x51\x21\x3c\x24\x63\x1e\xa3\xc2\xc7\x3d\xe6\xba\x73\x8f\xc3\x11\x1d\xe7\x71\xc4\xaa\x2a\x15\xa4\x67\x19\x7d\x39\xf4\xf7\xc1\xfe\x9e\xd6\x36\xa3\x96\x16\xc3\xe6\x8b\xbc\x2c\xd9\x55\x4a\x1d\x5a\x14\x79\x11\x39\x4c\x49\xf7\x4e\x99\x90\x54\x8c\x87\x90\x39\x01\x5c\xad\x3c\x6b\x45\xbb\xb2\xc8\x05\x4b\x56\x64\x44\x6a\x18\x01\x80\x58\x33\xc2\x0d\xb7\xaf\xb5\xed\xcc\xf7\x84\x40\xb3\x99\x65\x28\xa8\x41\xa7\xc2\x11\xf0\x41\xc4\xe4\x38\xf6\x05\xdd\x4f\x32\xd0\xb4\xff\xc2\x32\x97\x74\xb4\x34\x6a\x68\x4e\xf0\x5a\x4b\xa2\xf9\xaa\x00\x67\x33\x4f\xd2\x09\xb5\xc9\xcf\x30\x6d\xba\x67\x06\x5e\x4f\x05\x67\xfc\xc9\x89\xe5\x14\x10\xc2\x5f\x80\x4a\x1c\xa0\x04\x03\x70\x9e\xd9\x44\xea\x95\x42\xfb\x11\x64\x0f\xfb\xf9\x25\x77\x5d\x8f\x61\x72\x99\x8f\x48\x54\xa2\xc4\x97\x18\xf1\x1b\x79\x8f\x09\x69\x8f\x09\x69\x8f\xe0\xd2\x60\x46\x67\x43\x75\x57\x64\x3d\xa2\x92\xc4\xb7\x65\x45\x85\x8e\xba\x36\x21\x34\x46\x76\x0e\x88\x12\xfd\x18\x5a\x83\x76\xab\xd6\x03\x35\x6c\x42\xb9\x4a\xd0\x12\xa5\x68\x21\xbb\x9b\xe0\x00\x2d\xb1\x97\xe3\x6c\x44\xdb\x52\x78\xb4\xc6\xe2\x6a\xbd\x2a\xb9\x58\x9e\x27\x9a\x0d\x7a\x5e\x8a\x73\xa1\xc2\x0c\x58\x56\x72\x92\x25\xf4\xfd\xac\xaa\xd2\xc1\xa2\xa0\x53\x29\x6b\x0b\x95\xa7\x97\xb6\xbe\x6e\x18\xba\xb8\xeb\x72\xc7\xe4\xc8\x67\x8e\x9d\x5d\x97\xaf\xeb\x6b\x55\x2e\xe8\x5d\x0e\x2a\x55\x0a\xc1\x28\x15\xbf\x11\x18\x01\x94\x0a\x26\x5a\xd0\x52\x30\x3c\x91\x63\x81\x69\xad\x77\x8e\x65\xb6\x58\x54\xa5\xe7\xc6\x07\xf1\x05\x81\xb1\x82\xcc\x31\x9e\x8a\x58\x29\x88\xda\xdd\xd3\x54\x08\x0b\x6c\xbd\x7a\x1c\x2d\x60\x63\x3c\x28\x37\xf2\xa3\xc5\x9a\x09\xa1\x77\x01\x7c\x09\x83\xbf\x7f\xe9\x70\x72\xed\xe8\xa5\xa3\x70\x48\x92\xd0\x05\x2f\xa5\x15\x01\xec\xfb\x0b\x7f\x1f\xa8\x99\xb8\x0f\xf7\x5a\x8d\x8e\x17\xb1\x6c\x77\xa5\x97\xf8\x62\x65\xd6\x9c\x55\xbd\xe6\xd4\x14\xf0\xd2\x48\x04\x28\x47\xa5\x90\x0a\x6a\xf5\x49\x97\xce\x90\x20\x92\x0c\xf5\x42\x58\x55\xfa\x51\xfb\xd5\x12\x83\x00\x95\x15\xee\x15\xae\xeb\x15\xf6\xd2\x7b\x11\xb4\x17\x67\xae\x1d\x72\x82\xc6\x70\x8d\x53\xa5\xa4\x4b\x8c\x26\x55\x55\x27\x4b\xd3\x83\x4a\x15\x02\x88\x92\xb8\xe4\xe2\x22\xd5\xec\x46\x95\xab\x57\xa0\x0c\x0a\x1d\xdc\x58\x46\x45\x57\x5c\x17\x8c\x80\x79\xa9\xaa\xb4\xaa\xa4\x42\xa2\xd7\x3b\xd7\xe5\x97\x81\x20\xa3\x1c\xf7\x42\x88\x52\xd7\xa5\x6b\xea\xe0\x78\x19\x43\x8d\x08\xf0\xac\xa0\xb3\xcf\xc0\x5f\xd6\xe3\xb9\x70\xdd\xd4\x75\x7b\x1d\x65\x5c\xd7\xeb\x48\xc5\xbd\x00\xa2\xce\x5e\xc3\xc2\x75\x85\x2a\x61\x9b\x2b\x34\x52\xf5\xd4\x1a\xb5\x96\x65\x25\xc2\xb5\xf4\x06\x85\x52\x80\x66\xaa\xaf\xe8\xa6\x55\x59\x26\xe5\xea\x9e\xb4\xb7\xd6\x56\x01\x78\x23\x1f\x9f\xf6\x3d\x6f\x66\xb7\x52\x1a\x93\x59\x93\xd6\x22\x67\x93\xea\xcc\x97\xa5\x34\x7e\x11\xe7\x2a\xcf\x53\x4a\x32\x27\x2f\x1c\x52\x8b\x5b\x00\xee\x69\x51\x1c\x11\x7c\xd3\x68\xd0\xe4\x3c\x17\xec\x24\x15\x3d\x13\x38\xc2\x18\xe7\x55\xe5\xa5\x3e\x56\xfa\x2d\x44\x09\xce\xc6\x25\xbe\x19\xe7\x71\x8c\x24\x31\xfb\x21\x2a\x51\x2f\x50\xff\x89\xc1\xf5\x96\xf8\x09\x92\x50\x68\x16\x23\x2f\x7e\x75\xcb\x97\x62\xb9\x85\x72\x14\xd5\xd7\x50\x61\x4e\x66\x69\xa9\x60\xa3\xd4\xc7\x60\x04\x22\xf9\xe3\x00\x88\x52\x5f\xe7\x43\x4b\x41\xb0\x0d\xa0\x06\xb8\x44\x40\xb6\xdc\xbd\xf2\x48\x55\x1e\x39\x00\x2d\x7c\x5c\x57\x0f\xe1\x9e\x9a\xac\x33\x33\x53\x17\x55\x05\x1e\x56\x40\xca\x93\x3a\x0d\xe5\x92\xaa\x3d\x43\xc2\xae\x26\x61\xdf\xd4\x11\xad\x91\x95\x22\x2a\x63\x68\x2b\xe5\x9a\x86\x96\x9a\xa4\xd2\x75\x92\x12\x43\xc6\x70\x80\x04\xfb\xd1\x43\xc6\x2e\x8a\x73\x26\x86\x4c\x5a\x43\x82\xc6\x52\x01\x90\xc0\x4e\xdb\x28\xa4\xbe\xec\x83\x7d\x29\x8c\x8d\x73\x9c\x8e\x99\x19\x46\x94\xa3\x5e\x28\xb8\x4e\x0d\xbe\x3d\x36\xba\x4e\x89\xf1\xd2\xa0\xc4\xf7\xda\xd5\x8f\xf6\xc1\x7e\x04\x84\xa4\x10\x81\x8d\x6f\x42\x8a\x10\xa5\x55\x63\xa4\x69\x2c\xf1\x71\xb9\x81\xe4\xa5\x41\x32\x78\x00\x7e\xe2\x83\x36\x9a\x1f\x41\x32\x70\x80\xdf\xd4\x63\xa6\x58\x07\x7b\x53\x58\x9f\xad\x1b\x5c\x25\x7b\x1a\xf1\x7e\x18\xf1\x3d\xcd\x20\x5a\x98\xd8\xe0\x09\xac\x59\xc8\x89\x40\x7f\xa9\x06\x4e\x8e\x93\x32\x89\x66\x1b\x16\x50\x43\x96\xd9\xb8\x88\x9b\x39\xc3\xd4\x5c\x2b\xaa\xca\x23\x0d\x09\x6f\x27\x58\xe2\x63\xd0\x07\x91\xfc\x71\x00\x22\x35\x22\x35\x1e\x4b\x83\x47\x22\x18\x7d\x2c\xb1\x38\xfb\x27\x10\xab\xe8\x2d\xb1\x7a\xab\xa8\x32\xdb\xa0\x4a\xbd\xdc\x8d\x59\xdc\x0c\xb8\x21\xd2\x5c\x10\xe9\xa3\x84\x22\x84\xec\xb5\xce\x90\x9a\x28\xc6\xc0\xcf\x7d\xd0\xee\xce\x0e\x44\xb1\x32\x2b\x49\x4d\x14\x4a\x66\x8e\x05\x7f\x4a\xb4\xf8\x62\x99\xd7\x8d\xf2\x18\xee\xb5\x98\xec\x32\x53\xb2\x01\x11\x22\xfb\x2d\xcb\xa6\x4e\x3e\x73\x04\x87\x55\x75\xf2\xdc\x11\xcd\x39\xc0\x4f\xe0\xca\xe2\x7d\xae\xfb\xc5\xa3\x06\xf7\x1c\x95\x70\xf5\x28\x9b\xb4\x3a\x22\x04\x14\x99\xe6\x83\xcb\xa6\x2b\x8d\x88\x51\x4b\x16\xbf\xad\xeb\x8f\xe3\x18\xe5\x78\x1c\xcb\xf1\xd9\x0c\x11\xaa\x09\xd7\x98\xf6\x7b\x18\x73\xd7\xdd\x94\x08\x85\x6c\xa9\xa4\x80\xdc\x48\xd7\xca\xfc\xa0\x6c\xad\xac\x4e\xca\xa1\xeb\xb2\xc1\x62\x59\xde\x78\x96\x31\x26\x53\x29\x1c\xa2\xb6\x4b\x94\x43\xd8\xac\x40\x7c\x63\x05\xa2\x1e\x1f\xe7\xb1\x04\x55\x55\xa5\xe6\x54\xdb\xbf\xa0\xd5\x81\xa2\xb3\x74\x21\x97\x28\x19\xd9\xe3\x51\x41\xb3\x10\x29\x93\x42\xbe\x61\x44\xe0\xb6\x70\x23\xc1\x2d\xc6\xd2\x45\x09\xf7\xf8\x86\xbd\x9a\x7e\x55\xac\xc4\x63\x96\x60\xff\xc1\xd6\xc6\x44\x96\x85\xc7\x31\xaf\xaa\x87\x55\xad\x05\x66\xb5\x8d\x5f\x8c\x54\x26\x38\x61\x86\x02\x44\x35\x13\x18\x65\x8a\xa7\x0a\xb5\x22\x02\x60\xb5\x16\x93\xf1\xa1\x2b\x1c\xa3\x6d\x39\xd0\xed\x08\x50\x32\xed\xb8\xf5\x1e\x94\xe9\x3e\xca\x57\x82\xa1\xac\x54\x5c\x81\x76\x9d\x46\xd2\xe9\xbe\x1e\x47\xf0\xb8\xef\xff\x11\x9f\xff\x2a\x46\x47\x3b\x7b\xe9\xc5\x47\x19\x83\xa4\x04\x59\x19\xe0\xa6\x1d\x1e\x64\x4e\x31\x68\xc5\x92\x00\xe3\x52\x20\x65\x9e\x61\xaa\xde\xe6\xa4\xb8\xc5\xda\xf5\x30\xa7\x65\x49\xae\x29\xf6\xac\x7c\x55\x05\xbc\x65\x76\x9b\xe5\x5f\x33\x47\xa5\x40\x00\x7d\xaf\x2e\x3b\x12\x0c\xa1\x7e\x6b\xfc\x95\x42\x6b\x86\xc8\xc0\xb6\xe0\xcb\x82\x7e\xe0\x24\xb9\xfd\x58\x90\x84\x8e\x1e\x49\x97\xd5\xd6\xbe\x18\x13\xbf\x01\x23\xed\x5b\x23\xc9\x2d\xf6\xea\xb0\x2b\xa8\x52\xaa\x0a\x80\x55\xd6\x38\x91\x0d\x4d\x27\xd2\x4d\xe9\xa9\x96\xea\xaf\x10\x59\x59\xed\x46\x70\xd6\xfa\x62\xfa\xd1\xf2\xfa\x4b\xcb\x09\xae\xd1\xeb\x0b\xa1\xc6\x90\x23\xf7\xf1\x16\xac\xa1\x1e\x75\xdd\x1a\x53\xae\xeb\x71\x1f\x3f\x86\x3c\x88\xb8\x15\x36\x80\x33\xe5\xcc\x3f\xfe\x27\x3a\xf3\x45\x83\xdb\xbd\xf7\x4f\xf8\xfd\x77\x71\xdf\x1f\x8c\x27\x77\x41\xd0\x9f\xdc\x05\xa7\x93\xbb\xe0\x87\xc9\x5d\xf0\x72\x72\x17\xbc\xea\x4f\xee\xc2\xd7\x93\xbb\xe7\xaf\xfb\x93\xbb\xd3\xa3\xc9\xdd\xe9\x49\x7f\x72\x77\xf6\x7a\xb2\x7c\xfd\xfa\xf5\x2b\xf9\xf7\x75\x5c\x8d\x27\xcb\x1f\x4f\x45\xe1\xe5\x8f\x3f\xbc\x7e\x1d\x7b\xa3\x9e\x48\x79\xa9\x52\x44\x0e\x58\x79\xa3\x68\xfc\xa9\x9d\xad\xfa\x04\xd7\xb2\x1d\xa0\xa5\x84\xe3\xf4\x78\xb2\x1c\x06\xc3\x53\xf9\xf7\x2c\x3e\x40\x29\x3e\x18\xa3\xc9\x78\x12\x4f\x1e\x26\xab\xf8\x00\x2d\xf0\xc1\x27\x6f\x14\xf5\xaa\x5e\xaf\xea\x8d\x49\xff\x1f\x93\x7e\xec\xf7\xe0\x77\x07\x0c\xcd\xcc\xa7\xf1\xa7\xa6\x04\xf4\x46\xd1\xf7\xe3\xa0\x7f\x46\xfa\xb3\xf8\x61\xb8\xaa\xd4\xf3\x3f\x26\xfd\xbf\x9c\x4f\x0e\x26\xa3\xe8\x5f\x5c\x3c\xf1\x27\xdf\xa1\xcf\x93\x41\xef\xbf\x26\xcf\xf6\x27\xde\x04\x8a\xd2\x31\x7c\xf6\xdd\x01\xdb\xb3\x5d\x5d\x35\xb7\x79\x34\x5c\x42\x6b\xaa\x8f\x78\xbb\x94\x44\x53\x55\xe1\xe1\xe3\xee\xae\x33\x95\x45\x39\xc6\x5a\x3e\xa9\xee\x2c\x55\xf5\x58\xad\x96\x87\xc8\x39\x3a\xd2\x7e\xb6\x50\xff\x1e\xea\x32\xc3\xfa\xe1\xb8\x5d\xfa\xae\x9e\x4a\x66\xee\x1c\x9d\xd6\x8e\xb7\xe7\x23\xda\x3f\x3a\x8d\xce\x9e\x5f\x60\x8f\xe3\xc3\x61\x45\xa1\xb4\x39\x86\xc1\x70\xc4\xfb\x67\xcf\xfd\x30\x88\xfa\x61\xcb\x23\xd0\x80\x72\x2a\x1a\x1a\x81\x49\x00\xa2\xb3\xe7\xea\xf9\xff\x01\xd1\x99\x49\xbe\x02\x51\x18\x9e\x58\x6e\xc1\x11\x98\x70\x91\x16\xe8\x97\x4c\xbc\x98\xdc\x5f\x04\x33\x1e\xea\x97\x99\xf8\x72\xa4\x5f\x0a\xf1\x25\x54\x2f\xff\x2f\x88\x0e\x75\x26\x07\x44\x87\x2a\x8b\x90\xdb\x8f\x34\x00\x07\x20\x3a\x33\xb5\x4c\x40\xf4\x5c\x57\xff\x3f\xff\x0d\xa2\xb3\x63\xfd\xfc\xbf\x41\xf4\xfc\x44\xe7\x91\x34\x0a\xa2\xd3\xc0\x7a\x3f\x93\x2b\x98\x6d\xaa\xac\xfb\x6c\x62\x3d\xb4\xb5\x72\x30\x2b\xf2\xf9\x4b\x2d\xd2\x7a\x14\x46\x5d\xc9\xd2\x06\xeb\x7b\xb4\x2f\xad\xaf\x97\x97\x61\x00\x91\x32\xc7\x9a\x34\x37\x0c\x86\x87\x10\xd6\xe1\xba\x2f\xac\x65\x7a\x78\x7c\x02\xd1\xd7\xf5\x84\x5b\x1c\x9c\xdf\x5e\x0c\x8f\x4f\xce\x6f\x7d\x1f\xbe\x18\xdf\xc6\xf8\x8b\x77\x0b\x47\x61\x14\xa0\xaf\xe6\x6d\xaf\x6d\xb6\xd1\x01\x1f\x2c\x5b\x2c\xb9\x59\x8e\x66\x2c\xa5\x72\xe9\xe2\xf5\xa3\x0a\x0e\x40\x76\x70\x08\xaf\x83\x43\x88\x4a\xcf\xb3\xbf\x93\x22\x13\xfc\x9a\x37\xcf\x76\xc1\x94\x5e\x93\xe4\x5e\x0a\x46\xe2\xa1\x71\xe7\xff\x26\xd6\x42\x2e\x7f\xec\x28\x83\x92\xd3\x8c\x16\x22\xbf\x7e\xb4\x2b\xfb\xd6\x10\x00\xae\x22\x29\x3a\x73\xea\x28\x0b\x03\xa5\x10\xa4\x6a\x17\xbc\x4a\x5c\xe4\x25\x93\xa1\xa0\x41\x13\x02\x61\x3f\x7f\xe0\xa4\xe0\x76\x82\x0e\x7f\xd1\x29\xd3\x3c\x59\xce\x69\xc6\x4b\x3c\x8e\x37\xa4\x5b\x23\x4b\x49\x41\x9c\x23\xf1\x5b\x78\xb4\x46\xbd\xf4\xac\x2c\x96\x42\x4f\x34\x50\x68\x07\x96\x95\xd2\xa7\x0d\x18\x70\x53\x86\x53\xa2\xbe\x6a\xaf\xf9\xf8\x46\x7d\xa4\xcd\x68\xb9\xae\xf5\xa2\xb8\x9d\xc4\xb8\x2a\x09\x65\xe4\xfa\x7b\xfc\x20\x24\x9a\xe8\x51\x3d\x6a\xaf\x56\x01\xbe\xd0\xa2\x64\x79\xe6\xba\x02\x0c\x60\xe4\x51\xd1\x74\x3e\x73\xbe\x17\xb5\x38\x53\x56\xd0\x84\xb3\x2f\x62\xa9\x13\x02\x79\x56\x07\x29\xc8\x32\xed\x3c\xb5\xfd\x92\xde\x91\x84\xa7\xf7\x4e\x9e\x51\x87\x14\xd7\x12\xb7\x00\x22\x1d\xcd\xe3\x31\xb1\x54\x88\x95\x20\xf6\xe1\x64\x60\x9e\xbe\x3b\x50\x56\xf5\x6c\x1c\xc4\x10\xea\x06\x58\x9a\xf6\x67\x79\x31\xa7\xd3\xba\x22\x01\x1c\xbf\xa1\xce\x06\x7c\x05\x96\x61\xb1\x6f\x32\xee\x49\x9f\x91\x98\xb3\xb9\x9d\x36\x54\x69\xa2\x1f\x85\xae\xbf\xa5\x57\xc9\x1a\x35\x52\x4c\x2b\x86\x34\xa4\x61\x43\x7f\xc3\x02\x44\x44\x07\xc9\x0d\x4d\x6e\xdf\xb2\x8c\xfe\x50\x50\x72\x5b\xe2\xfc\x62\x28\x2b\xcf\x5d\x77\xa8\x7e\xde\xa8\x36\xca\xe5\x42\x08\x29\x74\xba\xa5\x89\x15\xfa\xf8\xe2\xaf\x8f\x8d\xdc\xde\x70\x13\xff\x1f\x5f\xfc\xf5\x09\xf4\xf3\xaf\x79\x8d\xb5\x52\x4a\x3a\x12\xf0\x02\x67\x02\x3d\x0b\x15\xb2\xc0\x60\x55\xad\xa3\x9a\x93\x6b\xe7\x86\x64\xd3\x94\x3a\xde\x8c\x15\x25\xaf\xab\x81\x06\xe8\x56\xcb\x42\xd4\x31\x66\x62\x4e\xae\xc5\x5c\x65\x7a\x04\xf7\xf9\x0d\x2d\xa8\xc3\x4a\x87\x38\x8b\x82\x7e\x61\xf9\xb2\x4c\xef\x9d\x29\x4d\x52\x52\xd0\xa9\x53\x2e\x67\x33\x76\x27\x54\x2d\x07\xec\xfb\xcc\xdf\x07\x56\xeb\xfb\x10\xcd\x14\x94\xc5\x23\x50\x2e\x0a\x2a\x8a\x7b\x25\x15\x0a\xfd\x76\x30\x0d\x7c\x63\x16\xe3\x62\xb5\x6a\xb8\xed\xab\x0e\xfb\x0a\x2a\x65\xa4\xc2\x45\x26\xd5\x74\xe5\x07\x5d\x2c\xb9\x76\xb2\x88\xb1\x41\x0c\x36\x86\x97\x72\xc3\xf0\x72\xa6\xc2\x0b\x4a\xdb\x82\x52\x40\x28\xa4\x87\x0b\x4c\x5c\x97\xd4\xf1\x2f\xba\x77\xf4\x6e\x41\x13\x41\x27\xca\x19\xf7\x6f\x1f\xde\xbf\x73\x44\x59\x92\x70\xb9\xeb\x42\xaa\xa5\x89\x42\x49\x69\xe6\x88\xe8\x67\xc9\x0b\x4a\xe6\x4e\x92\x67\x9c\xb0\xac\x74\xb2\x3c\xeb\x2f\x0a\x96\x29\xc2\xae\xab\x28\x45\x1d\x3a\x60\xca\xc7\xe5\xaa\x61\x36\xaf\x65\xff\x5b\xb1\x2a\x09\x5a\x2a\xaf\x78\x1d\xb7\xdc\x10\x8b\xde\xac\x31\xa7\xc5\x35\x75\xe6\x64\xb1\x60\xd9\x75\x79\x2e\x51\xbe\x28\xf2\x2f\x6c\x2a\x86\x36\x5f\x16\x09\x35\x26\x0a\x56\x3a\xf6\x64\x03\x10\xd5\xce\x27\x5b\xc3\x66\x70\xd3\xd3\x44\xa4\x93\xc9\x90\x18\x47\x04\x56\x95\x0c\xe3\xc3\x6c\x4c\x62\x54\x88\xa7\x5e\x60\x71\xce\xcf\x4d\xe8\x8d\x8a\x26\x54\x9d\x5a\xa2\x54\x0c\x68\xdb\x28\x50\x28\xa3\xc0\x12\x07\x28\xc5\x5e\x81\xd5\xd7\x46\xb8\x94\x83\xad\x5a\x2e\x1a\xd8\x96\x17\xe9\xf9\x52\xc0\xb6\x56\xd9\x78\x19\x9b\x61\xc9\x68\x29\xb7\xb6\x88\x0f\xa5\x43\x0a\x2a\xdd\x3a\x0d\x2b\x60\x59\xc9\xa6\xd4\x11\xbd\x06\x10\x6d\x18\x41\x0a\xd7\xed\xf2\x23\x4c\x4d\x1b\xf2\x77\xd3\xc1\x22\x9d\x00\xdf\x50\x99\xac\xa9\xa3\x1a\x54\x98\x78\xc9\xa2\x66\xdc\x5c\x28\x64\xf8\x61\x05\x51\x47\x94\xa4\x24\x05\x51\x29\x83\x1b\x38\xce\x6d\x1c\xe7\x1b\x38\x54\xb4\x97\x8f\x97\x31\xca\x34\x8d\xeb\xa4\xfa\x9d\x6a\xe9\x43\xd3\x40\x86\x04\x43\xe8\xd5\x14\x21\xde\x74\x18\x09\x26\x55\xb5\xb1\xfe\xe2\x44\x24\xd6\xeb\x73\x6b\xbd\xa3\x53\x43\xc0\x62\x2c\x80\xd0\x2b\xc7\x45\x8c\x73\x34\xa5\x29\xe5\xd4\xc9\xac\x90\x71\x2b\x1a\xf7\xa7\x46\x44\x57\x61\x44\xbc\xe6\x0f\xad\xb0\x27\xd3\x28\x84\xa3\xe6\xc5\xf7\x23\xa9\x30\xf0\x91\x67\x27\x22\x6d\x75\x7d\xaa\x1a\x21\x03\x34\x25\x60\x24\xfb\x42\x1c\xd1\x61\xe7\x4a\xac\x43\x62\xa6\x19\x3e\x02\x4c\x30\x8d\x8f\x43\x64\xc9\x20\xb8\xa9\xa3\xe9\xd1\x3b\xb3\xe0\xd4\xa1\x90\xd2\xc2\xfa\x34\x38\xe7\x81\x58\x4d\xcf\x55\xa1\xf3\xb9\x57\xc0\x73\xd8\x59\xc6\xf7\xad\x52\x92\xaf\xba\xee\xa1\x90\xee\x0b\x38\xcd\x1f\xb6\x17\x59\x7d\xbd\x61\x29\xf5\x64\x38\x5e\xa1\xc3\xf3\xb4\xc5\xbc\x50\x9e\xaf\x1b\x31\x41\x25\x0a\x24\xdb\x12\x03\xb4\x15\x7c\xc4\x7c\x5f\x23\xc6\x88\x84\xe7\x52\x59\x29\xce\xa1\x9d\xec\xfb\xdd\x55\xb5\x41\x54\x54\x22\x2d\x97\x99\x02\x8d\x89\xe1\x6a\xaa\xb9\xc8\xb4\x4c\x30\xa5\x33\x96\x30\x21\xcd\x28\x37\x25\xd1\x96\x07\xd6\x0c\xc7\xc7\x26\xd8\x3d\xb3\xc6\xcb\x04\x15\x79\x32\x08\xb0\x9b\xea\x32\x21\x3f\x1d\x9d\xf4\x30\xe6\x55\xc5\x7b\x9d\x24\x95\xf9\x21\x7c\xe2\xe3\x50\xcc\xa8\xcc\xc7\x87\xd2\xc1\xf3\x44\x33\x3d\x69\x57\xb5\x98\xef\x5b\x25\xb6\x86\x92\xbc\x9b\xc5\x46\xe8\x7e\xfc\x32\x94\x66\x66\x93\xd6\x84\xab\x4e\x32\x80\x78\x3f\xb4\xeb\xf9\x71\xdd\xb8\xac\x3c\x54\x39\xa6\x03\x92\x25\x37\x79\x81\x08\x1e\xc7\xa8\xc4\xbd\x50\x2d\x53\x46\xac\x55\x5f\x65\x43\xea\x51\xac\xf7\xe6\x39\xc6\x04\xaa\x18\xaf\x6d\x44\xcd\x5c\xf7\x48\xd0\x27\x73\xdd\x7b\xef\xc9\xfc\x7e\x08\xe1\x39\x94\x22\x42\x2f\x40\xad\x09\x2d\xe6\x54\x4f\xc6\xa3\xac\x11\x02\xe6\x90\x28\xbb\xaf\x0a\xeb\xde\x06\x52\x63\xdc\xd6\xf1\x74\xe8\x57\x39\x5d\x0f\xa5\x93\x23\x80\x48\xd7\x66\x90\x0b\xad\xa6\xb7\x56\x8e\x0c\xef\xc4\x38\x33\xdc\x53\xc1\x79\xc9\xa1\x26\x64\x28\x19\xcd\x15\x99\xda\x14\x2b\xbd\x10\x4e\x49\x7f\x5f\xd2\x2c\xa1\x0e\xcd\x78\x71\x0f\x6c\x97\xb1\xd5\x63\xae\xe7\xa6\xa6\xdf\x5e\x29\x47\x88\x93\x6b\x5c\x20\x33\x3a\x38\x47\x74\x70\xcb\xb2\x29\x06\xa6\x52\x80\x4c\x97\xb0\xdc\xee\xdb\x10\xc8\x2f\xd6\x04\x51\x4b\x3d\xee\x85\x88\x08\x7a\x60\x33\x4f\x46\xb2\x7a\xdb\xe6\x3f\x6c\xfc\x2d\x8d\x4f\x42\xfb\x43\xba\xb4\x22\xa2\xa5\x4e\x65\xbe\x03\x10\x9d\x48\xde\xbf\x9d\x37\xc0\x91\x97\x0b\xea\xd8\x21\x67\x74\x28\x96\x86\x62\xe4\x11\x51\x20\xc3\xa0\xd7\x03\x3b\x95\x13\x59\x01\xb2\x99\x3b\xca\xe1\xc3\xb7\x70\x57\xcd\x5c\x65\xb0\x6f\x21\x44\x45\x93\xa1\x0e\x7e\x53\x21\xed\x6d\x39\xd8\xa6\xa4\x5d\xe0\xd4\x9a\x57\x2d\xec\x52\xe5\xce\xb2\xe4\xd8\x7a\x6b\xcd\x17\x5a\x5c\x11\xce\xe6\x02\xed\xc0\x0a\xe8\x3d\xd7\x90\xf6\xee\xe5\x8a\xa3\x30\xe6\xba\x1e\x19\x29\x91\x98\x5c\x1b\xcd\x42\x4b\xaa\x5a\x32\x76\xe8\x5d\x92\x92\xb9\x1a\xcf\x39\x29\x6e\x4b\x00\x23\x39\xa7\x5a\x5d\xea\x87\xa8\x35\xbd\x8d\xb2\x94\x19\xf9\x57\x68\xfe\x2d\x3d\x69\xad\x99\x72\x99\xdc\xb4\xc4\x6e\x24\x07\xd3\x1e\x1b\xc1\x35\x76\x40\xd7\xde\xd3\xf8\x4e\x8d\x16\x67\x94\x81\x47\x7b\x3e\x4b\xf3\xaf\x62\xee\x0a\x6a\xce\x8b\x16\x70\x26\x46\x92\xb9\x6e\x6f\xd6\x51\xa1\xe8\xed\x96\x1e\x46\x0e\xf0\x19\x44\xf9\x48\x4d\x69\x16\xad\x2b\x84\x19\xd4\x9f\x6a\x15\x2c\x8b\x7d\x16\x01\xb9\x0d\x27\xd3\xdf\x40\x0f\xc8\xb4\x76\x62\xd7\x96\x1c\x26\xa9\x68\x7f\x99\xd5\x9a\xa4\x35\x18\x60\xdf\xcf\x7c\x19\x73\x60\x7b\x2b\x7f\xb7\xf8\x85\xe4\x10\xa7\x82\x43\x64\xbb\x73\x88\xce\x55\xa6\x93\x4b\x64\x8e\xfa\x6c\x73\x8a\xce\x86\x5a\x43\xdd\x22\x0f\x49\xe1\x99\xa4\x70\x21\xf4\xf5\xae\xbd\x0c\x9e\xc3\xed\x95\xd4\xbb\x1b\x1b\xe1\x57\x4a\xee\x35\xd9\xb6\x01\xcc\xf2\x29\x55\x91\x3b\x66\x60\x09\x77\x52\x4a\x4a\x2e\xad\x37\x96\xf2\xd9\x30\xe9\xa7\xe8\xd1\x46\xf8\xaf\x46\xa7\x14\x6c\x48\x20\x9e\x98\x28\x26\x34\x43\x53\xf4\x05\xdd\xe2\x10\xbd\x14\x4c\xfb\x37\xbc\xc6\x80\x8d\x49\x51\xad\x9a\xea\xd9\x03\xf9\x82\x66\x00\x51\xad\xc6\x9b\x18\x36\x0d\x95\x7e\x93\xab\x87\x7e\xd6\xeb\x86\x7c\x23\x38\xc1\x4b\x7c\x24\x16\xf4\xaa\x12\xec\x82\xa1\xc2\x75\xed\xf5\xd9\x7b\xa9\x96\x6f\x7b\xf5\x1b\xdd\xe2\x30\x6a\xc9\x87\x42\xaa\xb9\xc5\x41\xd4\x5e\xdb\x5c\xd7\xbb\xc5\x42\x7e\x41\x42\xee\xb9\x95\xea\xce\xb9\x58\xa0\xaa\xea\x77\x19\x27\xda\x34\x34\x52\xed\x2c\x65\x6c\xc1\x9f\x6a\x2b\x5a\x6a\xb4\x2d\x5d\xd7\x5b\xe2\x97\x55\x95\x2b\xeb\xd6\xad\xeb\x1e\xf5\x64\x47\xbd\x29\x0e\x55\x97\x85\x50\xcb\x46\x3c\xe2\x7e\x88\xbe\xe0\x6e\xd3\xa4\x02\x7e\x24\xaa\x13\xd2\xd7\x17\x58\x55\xdb\x62\x87\x94\x50\xb6\x6c\x84\xb2\x14\x3f\xac\xd0\x42\xfc\x99\x61\xbd\xdd\x41\xfe\xdc\xa8\x9f\x6b\x31\xdc\x77\xdf\x2a\xb3\xa5\x10\x95\xbb\xc8\x6c\xe5\xb9\x34\xd5\x6c\x91\x77\xd4\xa6\x2b\x2d\x46\x11\x7b\xb9\x94\x1b\x6a\x4a\xbd\xa1\xa6\xac\xaa\xde\xbd\xc7\x54\x8c\x69\xef\x57\x19\x17\x39\xd4\xe2\x96\x96\x65\x6a\x19\x07\x63\x9c\x2b\x1d\x68\x2b\x9c\x73\xaf\x84\xe7\xb0\x33\xdb\x86\x8e\x74\x7c\x8a\x31\x2e\xe1\x7d\x77\xad\xed\x65\x55\xaf\x4c\xc4\xf9\x7a\xc3\x38\x2d\x17\x24\xb1\xa6\xaf\xad\x14\x3a\x64\xa6\xf6\xa6\x4a\xe3\x43\xff\x0b\x49\x97\xd4\x29\xe9\x82\x14\x72\x61\xa8\xd7\xde\xab\x34\x4f\x6e\x8d\x6e\x0c\x20\xba\x76\x5d\xef\xb3\x47\xeb\xf9\xab\x04\xd7\x19\x9e\x62\x35\xb6\x50\x8c\x6b\xa0\x46\xb8\x10\x7f\x4c\x9c\xe2\x14\x9b\xa9\xd8\xc4\xc9\xde\xd5\x71\xd7\x72\x2a\x27\xcd\x3c\x5e\xa2\x5e\xb0\x67\x8c\x4c\xd2\x66\x52\x50\x32\x15\x2c\xcb\xf8\x14\x6a\x7d\x7d\x41\x58\x71\xee\x10\x27\xc9\xd3\x3c\x13\x5d\x9c\xb3\xb2\x14\x5a\xef\x6a\xf5\x27\x1a\x6a\x77\x5c\x09\xb5\xa2\x95\xf9\x32\xe5\x4c\xea\xd9\xb7\xf4\xde\xde\xed\x6b\x83\x26\x4d\x08\xaa\x79\xe7\x44\xb0\x99\x72\xe4\xed\x8e\x38\x21\x1f\xf6\x02\x18\x5d\x8f\x3c\x83\xc6\x40\xcb\x4b\x2c\x4b\xf2\xf9\x42\x5a\x24\x4c\xa0\xf6\x06\x1e\x04\x5c\x92\xa1\xd7\xa8\x38\x77\xf2\xc2\x99\xe5\x69\x9a\x7f\xa5\x53\xe7\xea\xde\x21\xd2\x34\xc8\xc9\xd5\x32\x95\xa6\x0f\x3a\x5f\xf0\x7b\x69\x3d\x90\x1c\xbe\x9e\x22\x38\x44\x25\x66\x82\x06\x2d\x0a\xef\xd0\x0d\x3c\xc5\xe4\x8f\x04\x73\x93\xc6\xa4\xeb\x51\x33\xdc\xd1\x0d\x6e\xf4\x91\xeb\xaa\x6a\x61\xe1\x46\xf0\x90\x36\x1a\x2c\x95\x65\xdb\x34\x82\x6b\xcc\x53\x69\x29\xe5\x13\x5a\x4a\x6b\x3c\xb7\x28\x29\x46\x20\xba\x76\xdd\xcd\x81\xbb\xab\x15\x97\x16\x31\x19\xc5\xc5\x4c\x98\x66\xfd\x11\x65\x56\x82\x9f\xa2\x29\x5c\x63\xa9\xeb\xfb\x9e\xcb\x66\x85\x14\xd4\x30\xad\x23\x7d\x6b\xfe\x3a\xc7\x0f\x2b\x31\x2c\xd2\x99\x2c\x03\xdb\xb7\x48\x2f\xf8\xec\x50\x2a\xc9\x88\xe1\x71\x5c\x4f\x40\xb5\x25\x70\xd1\x08\x37\x05\x0e\x87\xc7\x48\x6a\xb0\x0c\x3f\xac\x56\xdf\xc2\x9e\x19\x44\x9d\x80\xb4\x18\x94\x64\xd0\x0b\xc5\xa0\xf5\x40\x73\x88\xb6\xf7\x40\x9a\x88\x36\x84\x1a\x69\xb6\x11\x63\x30\x6d\xc6\xe0\xc6\x8c\x41\x39\xaa\x47\x21\xea\x52\x24\x99\x98\xf9\x33\xcd\x30\xd5\x44\x71\x92\x7c\x3e\x27\xce\x15\xe5\x5f\x29\xd5\xc2\x72\x92\xa7\x29\xd5\x31\x6c\x19\x2f\x18\x15\x72\x7c\xaa\xd6\xb1\x1c\x0b\x45\x13\xc9\x29\xbe\xd8\xc9\x42\x20\x63\xd0\xc9\x63\x16\x02\x0e\x95\x84\x68\xa9\xf6\xa1\x51\xed\x4d\x70\x6e\x52\xcf\xa6\xa6\x54\x37\xe2\x5b\x12\x19\x31\xa6\x87\x9e\x54\xef\xe5\xda\xb6\xa8\x2a\xa5\x8f\x6e\x1f\x37\xab\xad\x35\xb8\x52\x6b\x76\x97\x23\x31\x51\x18\x9a\xa3\x25\x4a\x50\x0a\xa3\x7c\xa4\x03\xf3\x44\xba\x44\x99\xf9\x04\x23\xfd\x25\xb1\xeb\x96\x41\x12\xdb\xa9\x61\xe4\xcd\x76\x03\x1b\x46\x33\xdc\x0b\x57\xdf\xa0\x6b\xae\x8d\x39\x90\x41\x7c\x53\x38\xfa\x0d\xf7\x82\xc8\x4b\xec\xdd\xc3\x66\xe2\xda\x92\x50\xd8\xda\xd8\xcb\xd1\x0c\x8b\xf9\xab\x04\xb4\x70\x78\xd4\xec\x11\x7f\x7a\xb6\xf6\xc2\x7a\x8e\x4a\x35\x9c\xd8\x53\x54\x48\xd7\x79\xe1\xd5\x36\x12\xb9\x59\xcb\x22\x6c\x00\xe4\x2c\x23\xd2\x1a\x75\x74\xf8\x68\x9b\xeb\x92\x83\x34\x74\x11\x28\x58\x4a\x32\x4a\xb0\x2c\x49\x46\x87\xd1\x50\xad\x3d\xca\x4a\xa7\xd8\x68\x72\x93\xcf\x25\x1f\x9d\xcb\x85\x46\x70\x4d\x36\x63\xb5\x77\x4a\x9d\xa0\xe1\xe5\xf8\xe8\xf4\x02\x7b\x25\x26\xd0\x75\x4b\x19\xb4\x52\xf6\x8f\x4e\xa3\x7e\x08\x2f\x71\x2d\x3e\xc9\x58\xff\x51\xcd\xb2\xeb\x75\xcd\xe6\xdd\x5f\xd9\x94\xdf\xa8\xa6\xd5\xba\xac\x3a\x7d\xee\x30\x6e\x1d\x19\x96\xd2\xb2\x54\xa7\x6d\xe4\x62\x25\x8b\xd2\xd1\x3a\xe0\x59\x47\xad\x36\xf4\x91\xb7\xc0\xdc\xcf\xfb\x72\x04\x03\xb8\x62\x33\x4f\xee\xe9\x7d\x98\xe6\x0f\xdb\x71\xa8\xed\x27\xb2\x84\xd4\x2d\x15\x42\xbf\xa5\x6c\xef\xc6\x23\xda\xd8\x46\x54\x58\x89\x19\xcb\x87\xda\x9c\xdd\xb6\x54\xa3\x6d\xf4\x74\xee\xf5\xd2\xf6\x9a\x7d\xb1\x80\xae\x2b\x0d\xdc\x64\xc3\xc0\xbd\x1d\x52\x69\x66\x4f\xdb\x96\xcc\xcb\x85\xeb\xca\x69\xdb\x24\x41\x24\xba\x02\x67\xbe\x5f\x93\xc4\x1a\x0c\x0f\x87\x92\xd2\x1e\xb3\x04\x2f\x47\xa1\x3f\x8b\x66\x30\x92\x04\xe9\xba\xcb\x96\xd5\x58\xee\xf0\xdc\x53\xeb\xb4\xf4\xbe\x8e\x04\xda\x47\xde\x54\xf1\xd6\xa7\xab\x84\xd1\x54\xe6\x0c\x1f\xcd\x39\x13\xcc\x3a\x12\xa4\x39\x1b\xad\x35\xec\x00\x18\x3d\x5a\xec\xf1\x4f\xa6\x6d\x24\xb7\x95\x0b\xf2\x92\xcc\x81\xd9\xda\xbe\x3d\xfa\xe7\x70\x87\xa1\x78\x25\xd9\xad\xa5\xbb\xf4\x42\xb8\x6a\x62\xb4\x25\xeb\x7a\x54\xd6\x90\x24\x7a\xf6\x07\xcc\x1f\x4f\x70\x9e\xf6\xb2\xc6\x70\xb1\x6e\xcc\xd8\xde\x96\x64\x5b\x87\x67\x18\x63\xe5\x72\xdf\xec\x63\x00\xd1\x13\x70\xb7\xd9\x5a\xb3\x0f\xdb\xc6\x74\x1b\x4c\x1b\x48\x25\xb4\xdf\x78\x19\x1c\xe9\x96\x0b\xd9\xe0\x5b\x8f\xaa\x75\x2a\x94\xab\x74\xbb\x67\x62\xd4\x2d\x43\x8b\xa5\x4c\xbb\xee\x47\xb9\x45\xf6\xf1\x05\xc8\x04\x7e\x58\x27\x09\xb1\xec\x3a\xa5\xce\xef\xcb\x5c\x64\xd5\x48\x86\x91\xf7\x28\xcc\x70\xef\x1b\x16\xb8\xee\xda\xb7\x90\x8a\x59\xdf\x24\xc9\x1c\x09\xd4\x6f\x15\xcd\xff\x20\xc9\x64\x98\x6d\x90\xcc\xd6\xb6\x94\x3c\x29\x83\x0a\x4b\x23\x25\xbe\x92\xaa\xfa\x1a\xd9\xb4\x9a\x12\x34\x31\xf3\x64\xd0\x61\x59\x53\xda\x46\x91\x9b\x5d\xd4\x6e\x58\x93\x46\xad\x51\x94\x17\xc3\xe3\x13\xd7\x7d\x31\x2e\x63\xd8\xf0\x84\xaf\xe3\x32\x6e\x41\x51\xe7\xf7\x08\x0e\x87\xd2\x8f\x90\xe0\x12\x8e\x86\x51\x18\x3e\x97\xfc\xf1\x28\x3a\x3d\x96\x0f\xa7\x51\x00\x2f\x03\xb5\x10\x14\x98\xc8\x0d\xe9\xc5\x65\x70\x5e\xf4\xfb\xd0\x23\xf8\x6e\x27\x40\x2f\x71\x30\xca\xb1\x97\x5f\x5c\x1c\x41\x9f\x44\xed\x80\x93\x1b\x7a\x47\xa6\x34\x61\x73\x92\xb6\x23\x4e\x6a\xf8\xaf\xbc\xbc\x8d\x45\x35\x5f\x34\xfd\xa9\x38\x6e\x5a\x26\x64\x41\x6b\x87\x10\x80\x7b\xed\x41\x35\x53\xac\xd4\x53\x4c\x50\x58\xc7\x14\x6b\x17\xfa\xe7\x4e\xb1\x69\xbe\xbc\xda\x3a\xc5\x5a\xcd\x7f\x8b\x0c\xd9\x5d\xbb\x2d\x48\xf6\x36\xa2\xe5\x05\x16\x04\x39\xca\x33\x58\xb6\xd9\xae\xd6\x67\x57\x67\xf6\x2d\x56\x65\x26\xad\xca\x4c\x59\x95\x99\xe0\xba\xff\x3c\xab\x72\xca\x48\xf9\x2d\x46\xe5\x0d\xd7\x4b\xcb\x9a\x6c\xa9\x9b\x6b\x91\xf3\xb5\x2b\x66\x7f\x99\xd5\x62\xdc\x54\xb7\xdf\xd8\xff\x6b\x66\x63\x2b\xae\x59\x6c\x5b\x1a\xe4\x62\x09\x47\x5b\x0c\x9d\x7a\xf7\xad\x62\x66\xd2\xb2\xa5\x2d\x5a\x6c\xe6\xdd\x7b\xe9\xb6\x41\xab\xaa\x6b\x2f\x85\x55\x25\xe5\xc2\xb4\xaa\x0e\x4f\xd5\xef\xd1\x50\xbf\x1f\xaa\x5f\xa5\x28\xa4\x55\x75\x62\x3e\x9c\xe9\x5f\x9d\x7e\xf8\x5c\x7f\xd7\xef\x67\x27\xe2\xb7\xe5\xc5\xf4\x4e\x74\x65\x52\xaa\x4f\x85\xe2\x79\xbf\x83\x49\x14\x56\x55\xe6\xba\x82\x20\xbe\x81\x81\x17\x38\xb7\xd7\x56\xa1\x13\x4b\x12\x4b\x15\x5f\x96\xf6\xcb\x54\x3e\x7e\x23\x08\x4a\xbc\x33\x1c\x52\xa1\x4d\xd7\xf3\x64\x2d\xfd\x10\xda\x85\x95\xec\xf9\x14\xf7\xd0\x4d\xa6\x96\x49\xf7\x46\xbc\x99\x90\x3f\xa9\x90\x27\x76\x39\xa9\x8f\x37\xe2\xac\x61\x5c\x82\x96\x5a\x82\x31\xe6\xf0\x81\x28\x89\x6f\x8b\x6f\x5f\xcc\x12\x96\x2d\xe9\xca\x02\x35\xd7\x95\xc9\xfd\x94\x4d\xe0\x4e\xd2\xd6\x01\x96\x5a\x0e\x5e\x11\xd7\x95\x1c\xb5\x90\x9b\x6a\x15\x47\x55\x39\xfb\x25\xec\x1a\x26\x88\xe6\x92\x22\xbd\xbc\xed\x93\xec\x86\xb6\x2b\xce\xc5\xb1\xdb\xeb\xf5\x0c\x59\xc8\x48\x2c\x49\x31\x8b\x86\x54\x66\x52\x3c\x15\x6c\x50\xfa\x18\x04\xef\xf1\x7e\x93\xee\x6d\x15\x5a\xd6\x6c\x41\x94\x1e\xbf\x11\x80\x30\xea\xca\x50\xbf\xa9\xd9\x6c\x6c\xde\x0d\xd7\x29\x6f\xf2\x65\x3a\x95\x96\xd9\x1b\xf2\x85\x3a\x24\xbb\x37\x4e\x38\x69\xbf\x51\xc1\x6c\xbb\x18\xb5\x6a\xdb\x86\x52\x06\x6e\x25\xc4\x4b\xd7\x55\x9e\x11\xbb\x22\xb5\x95\xb2\x57\x6f\xa5\x14\x52\x2c\x18\x01\x03\xb5\x5a\xb6\xeb\xdc\xaa\x56\xd7\x35\xf3\x49\x26\x0a\x7c\xe9\x80\xd9\x56\x48\xb2\xec\x93\xdc\xef\x39\xcb\x0b\xa7\x77\x31\x92\x27\x46\x48\xe5\x57\xf7\xf4\x8a\x3a\xf5\xcc\x34\x07\x47\xa8\xfa\x14\x07\x4c\xb1\xb6\x96\x74\x9d\x69\x94\x5e\x2c\xce\x53\x73\x98\xc7\x6c\x3d\xd7\x38\x8d\x61\x7d\xae\x51\x83\x8e\x87\x66\x54\x9b\xdd\x61\x56\xe0\x89\xde\xb3\x2e\x4d\x56\xdf\x8c\x6c\x43\xcf\x72\xe6\x37\x3e\x64\xb5\x03\x60\xac\x3a\x56\x55\xc0\x1c\xb8\x08\x62\xd5\x9c\xb4\x0b\x3d\x99\x6f\x2c\xf3\xc5\x68\x63\x1c\x66\x32\xef\xda\x28\x80\x27\x47\xc1\x6c\x8f\xdd\xef\x1c\x8d\x7d\x7f\x66\xf0\xdf\x39\x22\xb3\x4d\x9c\x8e\xbc\x2d\x38\xfd\x03\x44\x6b\xc7\xe9\xea\x06\xa5\xf5\x7f\x4a\xa5\xb8\xe2\xb4\x76\xf9\xd6\xa6\x17\x19\x67\x51\x87\x68\x28\xa9\x8e\x93\xeb\x56\x6e\xd0\x6c\x30\x7d\xda\x5f\x9b\xa4\x79\x49\xa5\xc3\xd6\x9e\x2b\x6a\x9b\x48\xcf\x9e\xc5\xbf\x35\x4e\xe3\x9f\x37\xa3\x7a\xd6\x38\x97\x5e\x94\xea\x60\x7c\xe5\xeb\x5d\x0f\xc6\xa7\x7a\x1b\x4b\x1d\xf2\x8d\x1f\x56\xb6\x3c\x81\x1f\x56\x4a\xc5\xd8\x1a\x22\xe4\xba\x9e\x25\x2e\x6c\x8d\x28\xec\xb5\x8c\x1d\x97\x81\x58\xb3\x65\x38\x0d\xd4\x96\x1c\xb2\x5b\x1c\xd0\xa6\xdc\xd6\xc4\xbb\xec\x10\x36\xa2\x84\xc3\x71\x8c\x36\xa3\x5b\x6c\x11\xcb\x44\x34\x5f\x84\x26\x94\xa1\xde\x4e\x20\xc5\x3a\x29\xc5\x75\x19\xd9\x6c\xdf\x62\xe6\xa8\x4a\xc0\x9f\x08\x07\xd5\xb1\xa0\x7f\x24\x5c\x49\x45\x7e\x6a\xce\x21\xd7\xef\x56\x20\xe8\x9f\xc3\x23\x33\x71\x75\x8f\xa3\x70\xa5\x2b\x95\x26\x3a\xcd\xb3\xde\xa3\x0c\x8e\xde\x8f\xb3\x58\x69\x39\x30\x7a\xa3\x78\xbb\x9a\x51\xb5\x5a\xd2\x60\xbb\x96\x59\x57\x16\xb1\x05\xb5\xc4\x62\x8e\x8b\x90\x32\xdd\xb6\x08\xe1\xed\x99\xfc\x70\xb7\x6c\x43\xd8\x8a\x50\xc6\x87\x96\xe4\x0c\x23\xb2\x4e\x33\xa5\xd4\x8d\xe6\xa4\x58\x8f\x42\xfe\xb5\x16\x47\x54\x47\xfa\x21\x3a\x32\x6e\x04\xab\xbf\x1b\xd3\xd8\x75\x97\xfa\x64\xcd\x16\xfe\x73\xd4\x9e\xa0\x32\xa6\x36\xcb\xb3\xfe\x8b\x0f\x2f\xdf\xbc\xb1\x82\xa1\x55\xe0\x3d\xcb\x38\x2d\x16\x05\x95\xce\xef\x52\x2a\x25\x66\x4b\x4f\xbd\xf5\x6b\x3d\x7c\x72\x8b\xce\x79\x74\xb2\xc3\x38\x3c\x81\xba\x8e\xd0\xba\xbe\x99\x82\x9b\xfa\xa5\x3c\x48\xa7\x26\x9a\xc6\x57\xdf\x42\x72\xc3\x43\xff\xa6\xb7\x95\xa9\xe3\x00\x54\x04\x2f\x35\xf1\xfc\xb4\x9e\xf3\xae\xab\xc2\xa9\x1f\x3b\xa8\xd3\x1c\x82\xfa\xe8\x67\x8f\x6a\x6b\x2c\x92\x67\x94\x62\xbc\x7e\x7a\xa9\xc8\x52\x1f\x50\x26\x24\xf3\xbd\xe6\xb8\x02\xb5\xbf\x51\xc7\xa6\x9a\xe3\x05\x03\x7d\x4a\x90\x3a\x17\xd5\x75\xbd\xac\x19\x06\x86\x3e\x78\x19\x02\x82\xdf\x3b\x57\xf7\x5c\x7a\xb9\x05\x67\x22\xda\xbb\xcd\x32\x47\x0e\x87\x14\xf2\xd4\xc8\x08\xf0\x02\xa0\x22\xba\xb3\x8e\x00\x66\xcb\x54\x0e\x33\xdb\x1a\x8e\x43\x94\xd9\xce\x70\x75\x3c\x61\x93\x74\x91\xd5\x78\x38\x87\x3f\x7b\x99\x75\xe4\x42\x4d\x51\xcd\x78\x7c\x67\x94\xca\xa7\x0e\xbd\x70\xdd\x2f\x39\x9b\xca\xf3\xf2\x33\x79\x72\x20\x47\x2a\x74\x49\x21\x8d\xe1\xbf\xc9\x33\x1c\xf6\x5a\x67\x38\xf5\x9a\x33\x33\x4c\x0c\x5f\x7d\x8e\x9d\xda\x95\xc4\x36\x76\x25\x71\x8f\x8d\x8b\xd8\x22\x97\x1f\xec\x93\x24\x14\xed\x88\x56\x02\x6b\xbf\x99\x3a\x2e\x15\x5b\x09\xf5\xd5\x35\x41\xdc\x3e\xaa\xa4\x09\x33\x31\x06\xc7\x9a\x70\x59\x66\x11\x35\x72\xae\x96\xdc\x99\xe5\x4b\x79\x4b\x4f\x41\xdb\x17\xbe\x98\x3b\x47\xbe\x5b\xbf\x9d\xe4\x87\x47\xae\x17\x69\xe9\xef\xec\xd1\x6b\x15\x78\x7d\xad\x82\x8d\x70\x26\xcf\xed\xab\x11\x8e\xf4\x80\x75\x1c\x69\xc1\x20\x5c\x75\x5d\x7f\xd2\x79\x2e\xc6\x0f\x7f\xee\x5c\x0c\x79\xfe\x40\x74\xf2\x47\x8f\xc8\x38\xf9\xd6\xa3\x10\x9a\xdd\x70\xcc\x3e\xbb\xb8\x39\x2b\x43\x6f\x40\xbe\x5a\xce\x66\xb4\x30\x27\x62\xd4\xf3\x33\xb3\xf6\xde\x32\x73\x42\x45\xba\x9c\x67\xb8\x58\x31\x6b\x47\xd5\x35\xe5\x1f\x32\xb6\x58\xd0\xae\x1b\x28\x6a\x93\x8b\xf4\x35\x59\xcd\x41\x4b\xe4\x54\x12\x20\xa6\x55\x75\x84\x24\x93\x7b\x7e\x2c\x2f\xae\x40\x05\x6e\x81\x74\x5e\x5c\x06\xae\x2b\xcf\x8c\x01\x93\x60\x52\x4c\xb2\xff\xf9\x6f\xfb\x84\x03\xd0\x9c\x2d\xd3\x34\x24\x19\xc4\x0b\xee\x15\x7d\x13\xd6\x5f\xf4\x71\xd8\xee\x6b\xbf\xb8\xe4\x07\xc3\x7e\x08\x1f\x18\x06\xce\x60\x30\x70\x00\x2a\x7c\x7c\x6c\x79\xa5\xf4\x79\x45\x6d\x78\xc8\x85\xdd\x90\xe1\xc2\x7f\x10\x40\xa2\xc1\xf3\x88\x98\xd5\xfd\x56\x4b\x06\xbc\xbc\x06\x8f\xf4\x6b\xf0\xcc\x49\xe2\xd8\xae\x54\xf1\xe8\x02\x11\xc1\x3c\xed\x53\xc4\xa1\xcf\xfc\xd2\xcf\xfd\x8e\x03\xc6\xfd\x35\xa4\xf8\xac\xbe\xb7\x00\x7c\x02\x2b\xc4\x76\x3a\x2d\x04\x65\x18\x34\x67\x84\x18\x62\x13\x2c\xd0\xc7\xfb\x2c\x13\x92\x51\x73\x9e\xc8\x3e\x70\xf6\x21\xca\x7c\x0c\x08\x57\xeb\x3c\xd0\x27\xad\xc8\x6d\x4e\x21\xf4\x01\x72\x14\xd9\xd5\x5f\xd4\xab\x2f\xe4\x8b\xaa\xf2\xf4\xe9\x24\x0d\x15\x7a\x52\xc4\x17\x55\x46\xa2\x8b\x42\xdb\xb2\x0f\x16\x61\x6b\x33\x75\x15\xa3\xe7\xff\xc4\x43\x46\xd4\x3d\x56\xcd\xd4\xcb\x5b\x06\x48\x3c\x6e\xae\x2b\x19\xb0\x2c\x49\x97\x53\x3a\x98\xe5\xc5\x2b\x92\xdc\x78\xad\x9b\xc7\x32\x6c\x4a\xae\x20\x44\x74\xcc\xe3\x47\xf2\x75\x24\xcb\xf6\xb8\x54\xdb\x6b\x7b\x06\x57\x36\x9c\x46\x2d\xd6\x82\xb0\xaa\x5f\x1f\xb1\x44\xf5\xcb\x8c\xa5\x9c\x16\x9e\xd7\xc5\x05\xd7\x8e\x6c\x92\xe7\x20\x37\x6b\x0f\xa9\x2f\xb5\xd0\xbd\xc3\x75\x3f\xab\xca\x9c\xdf\x6f\xac\x12\x96\x81\xa2\xf9\x68\x54\x57\xdc\x9c\x60\xba\x59\xb2\x1b\x17\xca\x31\x9d\x93\xe9\xbf\xcb\x1e\xb6\x2c\x32\x26\xb9\x7d\xd8\xe1\xc7\x66\x37\xb3\x10\x37\xf5\x69\xb9\x62\x0c\xcd\xe2\x56\x47\x02\x0a\x35\x58\xef\x8f\x51\xc7\x19\x38\xe6\xc4\x03\xad\x8e\xb3\xec\x5a\x7c\x97\x81\xf4\xa2\x86\xd2\x08\x34\xf5\x1e\xd1\x01\x90\xf8\xd5\x44\xdc\x3e\x36\x01\xe7\xea\x24\x20\x60\x1a\x04\x68\x1c\xaf\xe5\x35\xb7\x26\xd4\x79\x0d\x82\x3a\xf2\xea\x43\x16\xec\xd3\xc2\x05\x05\x4a\x92\xc2\x0f\xaa\xa3\xd1\xc3\x0a\x19\xdf\x8e\x78\xd6\x41\x56\xe2\xd1\x18\x5a\xe4\x4d\x79\xf6\x3a\x02\x1f\x32\x6d\x8e\x31\x26\x18\x9c\x35\xf7\x65\xe8\x14\xaa\xc2\x5a\x70\x80\x38\xae\x77\xac\x1b\xc1\x85\x5e\xf0\x73\x2a\xf7\x01\x9b\x2f\x63\xda\x10\x37\x83\xeb\x17\x67\x74\x1f\x30\xb1\x8e\x13\xb8\x22\xe6\x92\x2e\x1d\x20\xae\x8f\x43\xea\xc0\x80\x39\x5e\x7c\x1d\xb4\xfa\x38\x6f\x8a\xeb\xca\xec\x1e\x08\xd9\x48\xe9\xa1\xfa\x98\x6f\xda\xfa\xd6\xca\x1a\x9a\xac\x9d\x07\x36\xff\xbd\xc8\xb3\x6b\x27\x93\x97\x28\x49\xa2\x32\xe5\xa4\x45\xea\x83\x3e\x2f\x43\xc2\x6f\x1d\xb8\x29\x94\x61\x8a\x33\x73\x69\x94\x50\x4f\xb9\xf5\xca\x21\xea\xd1\x01\xfd\x42\x8b\x7b\xaf\xeb\x16\x43\x6a\x1f\xcb\x4b\x56\x70\xed\x1c\xdb\x0f\x0b\x9a\x28\xaf\x8b\x21\xf5\x72\xb9\xa0\x85\x26\xf7\xd2\xf1\xa4\xd6\xa2\x65\x40\x05\xa2\xde\x0c\x0e\x9b\x8d\xea\x6a\x1e\xb5\xbe\x0e\xd4\x26\xe6\x1e\xdf\x15\xb4\x62\x07\xd0\xe4\xc1\x0b\x6a\x96\xb5\xe0\x12\x64\xff\x18\x54\xd6\xb7\x81\x65\xf3\xa2\x5f\x1d\xe2\x3d\x68\x26\x15\x51\x64\x26\x55\xc4\x57\xb6\x6c\x88\xc9\x0e\x22\x9e\x75\xef\xd8\xe9\x8e\x8b\xca\xa0\xbe\xd5\x70\xcf\x3a\xfd\x8a\x7e\x75\xb2\x06\xa8\xb1\xbe\x6f\x4e\x10\x41\xbc\x52\x77\xbb\x0d\xd6\xaf\x64\x53\xb7\xa0\xad\x62\x74\xf6\xa7\x5a\x6e\x66\x51\x17\x0c\xed\xe3\xb2\xe2\x06\x59\x63\x55\xa3\x40\xc0\xc1\x6f\xe5\x41\x73\x29\x29\x44\xed\x2f\x05\xbd\xa6\x77\x8b\x8d\xe4\x86\xca\xbb\x3b\xd8\x91\x33\x0a\x4f\x51\x47\xcd\x51\x78\x86\xba\x41\x89\x86\xf2\x7a\xb9\x0e\xd9\x3a\x0c\xfe\xe9\xa3\xa5\xae\x83\x8c\x91\xe1\xe7\x2d\x0c\x71\x36\xa7\x25\x27\xf3\x35\x3c\xa8\x4d\xf7\x8f\xa1\xf5\x8a\x65\xa4\xb8\x6f\x97\xc8\xe7\x64\xad\x8e\x05\x61\x72\x83\x9a\x95\x54\x52\xbe\x05\xad\xba\xea\x28\x3c\x42\x6b\xc0\x44\xc3\x21\x6a\xb7\x16\x0d\xad\x4c\xaa\xb5\x68\x78\x8c\x5a\xad\x45\x43\xab\xf2\xa6\xb3\xd1\x50\xea\x38\xfa\xbe\x40\x81\xf7\x5d\x6f\x32\x7d\x0a\xef\x9d\xc8\x2a\x79\xb1\x8e\x84\xdf\xd7\x90\x2d\x30\xf7\x24\x56\x54\x6f\x43\xd4\xaa\x23\x1a\x9e\xa0\x56\x2b\xd1\x50\xf6\xe4\xe9\x7b\x06\xff\x08\x05\x35\x37\x58\x3e\x42\x45\x99\x3a\x96\xce\x26\x91\x3c\x5f\x4b\x61\xca\x30\xd6\x24\xcc\xd2\x9c\x6c\x25\x07\x51\x4d\x14\x5a\x83\xaa\x4a\x45\xa1\xd5\x77\x51\x73\x14\x5a\xa5\x24\x38\xd1\x50\xde\x31\x69\xdf\xd9\x28\xb0\xb3\xf3\xa5\x7c\xb6\x48\xcd\xf0\x18\x08\x49\x03\x20\xa0\x3d\x1e\x00\x81\xda\x9d\x02\x10\x68\x4e\x96\x07\x08\xd4\x07\xc9\xcb\xec\xfa\x64\x75\x20\xf7\xe6\xd7\xa7\xc2\x03\x04\xec\xeb\xba\x40\x8c\x0a\x3c\xae\xfd\x6d\x56\x6c\x79\x1d\x70\x1e\x5b\xa3\xb4\xa9\xde\xea\xc3\x4f\x8d\x65\xae\x7d\xb6\x68\x97\x64\x2e\x85\xd4\x0d\x11\xda\x5a\xed\x32\x6f\xff\x17\x6d\x55\xce\x25\x1e\xa4\xbe\x24\xf4\x24\x56\x3a\x73\x2a\x8d\x2e\x92\x9f\x31\xae\xb7\x42\x80\x7d\x5f\xea\x51\xf5\x92\x38\xd8\x6f\xc4\x4c\xb9\x43\x53\x3d\x4a\xf9\x9f\x6b\x4f\x5a\xeb\xba\x2d\x81\x59\xcc\xcd\x93\x15\x3a\x66\xd6\xe7\x5e\xb0\x5a\x3b\xa2\x12\xf3\xe6\xd9\x8e\x35\x6b\x56\xf4\x95\xb9\xc3\xce\x0c\x11\xe6\xad\x8b\x03\x1a\x08\xea\x81\xc3\xdc\xbe\x1a\xc0\x06\x51\x8f\xa6\x04\x52\x3f\xdb\x19\xec\x21\xc6\xbc\xf5\xda\x3a\x4a\xcd\x1a\x7a\xec\xe5\x98\xb7\x52\x74\x4e\x82\x1f\x56\xc6\xbf\x95\xbb\xae\x3d\xa4\x79\xd7\x90\x52\xf8\x90\xdb\x02\x6c\x6b\xb0\xc9\xb8\xbe\x52\x43\x48\xc5\x50\x0e\x0c\x81\x48\x52\x40\xd1\xb6\x06\x88\x81\x79\x84\x12\xa4\xaf\xd2\xe8\xcd\xda\xf3\x28\xe8\xa1\xac\xe5\x22\x7d\xe0\xd2\x26\x21\x28\xa1\xc5\x96\x53\xc4\x74\x7c\xfa\xb8\x55\x39\x1d\xf7\x78\x71\xff\x20\x27\xa5\xb2\x28\x00\x38\xf8\x41\x3e\xac\x12\x22\x84\xe7\x1c\x3e\xac\x94\x4e\xdb\x30\x17\xa9\x06\x83\x17\x3f\xbc\xfc\xf1\xd5\xeb\xbf\xfe\xeb\x9b\x7f\xfb\xf7\xb7\x3f\xbd\x7b\xff\xf3\xff\xf7\xb7\x0f\x1f\x7f\xf9\x8f\xbf\xff\xff\xbf\xfe\x27\xb9\x4a\xa6\x74\x76\x7d\xc3\x7e\xbb\x4d\xe7\x59\xbe\xf8\xbd\x28\xf9\xf2\xcb\xd7\xbb\xfb\x7f\x04\xe1\xf0\xf0\xe8\xf8\xe4\xf9\xe9\x99\x7f\x80\x27\xd9\xa4\x00\x6b\xdc\x91\x79\x1d\xfb\x86\xf5\xb2\x85\x1e\x04\x4e\xa2\x7a\x1e\x6b\x42\x8e\xd6\x74\x43\x13\x6c\xd0\x84\xc3\xd4\x7e\x49\x69\x5a\xad\xcf\xa0\x23\xb8\xb0\xee\x4c\xcd\xcf\x33\xdf\x87\x2a\x0e\x9e\x63\x52\x0f\x1a\x35\x86\x1b\x19\x8c\x77\x72\xa4\x62\x4c\xf8\x45\x60\x45\xef\xf8\xf8\xa4\xde\x8c\xfd\xfd\x29\xc6\xc1\x0a\xd5\xd3\x26\xda\xb4\x9c\x30\x09\x45\x7d\x61\xd0\x78\x52\x4c\x32\x1c\x1f\x5c\x23\x20\x77\x9c\x9b\xa3\x76\x50\x89\x0b\x7d\xdc\x92\x3e\x9c\x99\xe3\xe0\x9c\x5f\x90\x73\xee\xfb\x90\x7f\x7f\x84\x71\xe0\xba\xdc\x75\xbd\xa5\xde\x99\x71\x79\x19\x9e\xb8\xc3\xe3\x63\x88\x9a\x94\xd3\x56\xc2\xf0\xf8\xd8\x4d\xe4\xe1\xfc\xc9\xc5\xc5\x49\xd5\xdc\xd0\x90\x9b\x6e\x5a\xd7\xd1\x04\xea\xd8\x37\xf2\xfd\xd1\xb3\x13\x38\xfa\xf6\x56\x22\x79\xe4\x24\x6b\x95\x0c\xd6\x4b\x0e\x65\x02\x8c\xc2\xa1\xb2\xe8\x36\x5f\x8e\x54\xd6\x6c\x94\xc9\x53\x1e\xf5\x8f\xb7\x84\x91\x9a\x37\x4b\x18\x2d\x57\xa8\x66\x25\x51\x07\x7b\xca\x5c\x37\x1b\xb0\x52\x51\xb4\x47\xe1\x0a\xd5\x8c\xa5\x63\x5c\xd4\x3d\xba\xfa\xac\x68\x6a\x8d\x42\x07\xf2\x0f\x6b\xe4\x33\x1f\x97\xe3\xfc\xf2\x32\x3c\x75\x4f\x0e\x63\x54\xbf\x0e\x5b\xaf\x27\xcd\xdb\xc9\xa1\x9b\xc7\x10\xa9\xa0\xce\x53\xe8\xd3\x31\x8f\x5b\x28\xcf\x30\xf9\xfe\x10\x8e\xfe\x68\xcd\x91\xf4\x9b\x58\xc5\x83\x56\xfe\x23\xeb\xed\xe2\xc2\xaa\xeb\xe4\x28\x56\xb1\xfb\x99\xd5\xab\x61\x2b\xf7\x51\x2b\x77\x53\x0c\xb1\x55\x2d\x68\x58\xca\x51\xb8\xeb\xb9\xbe\xb5\x41\x6d\x5d\x56\xea\xe2\x06\x42\x6a\xf9\x73\xbc\xa0\x1e\xdc\xfa\x9c\x56\x7d\x4e\x16\xe0\xc5\x92\x9a\xcb\x86\x3e\xda\xcf\x7f\xfb\xe5\x95\xba\xeb\xa8\xaa\x8e\x4d\xe6\x19\x49\xcb\x3a\xc7\xeb\xd6\xcb\x8b\xb7\x1f\x74\xfe\xc7\x58\x81\xf6\x74\x6c\x6d\xf0\x69\x0a\xaf\x8f\x00\xfb\x41\x5d\xde\x21\x0f\x08\xdb\x7e\xd4\xae\x35\x0d\x1e\xd2\xfc\x2b\x2d\x12\x52\x76\x4e\x20\x3a\x52\x10\x46\xba\xb3\x2b\xb4\x5c\x2c\x9e\xcc\x2e\x01\x8f\x34\x06\x56\x28\x21\x73\x9a\x3e\x95\x5d\xd5\xae\xb0\xb7\x5a\x21\x7b\x51\x8f\x40\x0d\x1b\xe8\x24\xaf\x5d\x7d\x25\x1b\x26\x5d\x6b\x1d\x13\x74\xf6\x37\x7a\xfd\xea\x6e\xe1\x81\x4f\xde\x28\x1a\xf7\xfd\x78\xe4\x8d\xa2\xa0\x1a\x87\xfd\xb3\x78\x1c\xf4\xcf\x3e\xc7\xcf\xa0\x37\x8a\x26\x93\x81\x79\x13\x19\xc6\xf4\x55\x2c\x33\xeb\x93\x30\x47\x55\x9d\xc1\xef\xfc\xdc\xbc\xe9\x6a\xbc\x51\x14\x8d\x83\xfe\xb1\x4e\x85\x7e\xd3\x82\xca\x3c\x99\x0c\xbc\x51\xc4\xb2\x59\xf5\x46\xfc\xff\xee\x35\xac\x54\x52\x46\xb2\xea\x1d\x79\x57\xbd\x7b\xf1\x0e\xc2\xef\x00\xd4\x37\xfa\x1d\x7c\xb2\x5a\xa4\x07\xbb\xac\xad\x4a\xe2\xdf\x65\x3a\xad\x05\x0f\xb9\x6e\xcf\xeb\x15\xe6\x02\xcd\xaa\x02\x9f\x37\xae\xf6\x7a\x94\xf6\xad\x40\xa1\xda\x3e\x83\x41\x1f\x98\x03\xd9\xea\xa5\xf1\xb3\x5a\x14\x07\x3c\x7f\x2b\x28\x41\xdd\x0f\x0d\xc7\x41\x3c\xea\x87\x51\xa8\xae\x2e\x00\x7e\xdf\x72\xb8\x8c\x83\x18\x5e\x0a\xd6\x2c\xa4\xf5\xc6\x85\x8d\x44\x96\x19\x90\x67\x33\x48\x16\x37\xd2\x57\x9b\xff\xfc\xfe\xc3\x9b\xd6\xd5\xe6\xd1\x63\x77\x9e\x47\x60\x90\x91\x4c\x55\xf1\x8e\xbc\x8b\x78\xe3\x00\x8f\x80\x0c\xd3\xf7\xf8\xa0\x5c\xa4\x8c\xcb\x84\x6e\x19\xb2\x18\x2c\xb3\xf2\x86\xcd\xb8\x27\x4f\x38\x7d\x2d\xb0\xef\x51\x14\x06\x4a\x66\xe4\x72\x83\x51\x88\x8a\xee\xd2\xdc\xc7\xf4\x19\x43\xec\x19\x3e\x09\xa4\x09\xff\x19\x87\x51\xf6\xcc\xaa\x8a\x8b\xaa\x76\x64\x19\xaa\xa3\xbb\x71\x0c\xd7\xf5\xe8\xf7\x61\x0f\x07\x55\x95\xad\x5d\x1f\xef\x51\xf8\xc8\xba\x5a\x7b\x07\x85\xf2\xc4\xca\x77\xe4\x9d\xc8\xab\xad\xb2\x5c\x99\x61\xad\x29\x6e\xee\x3e\x94\x68\x96\xb6\x57\x50\x33\x9b\xe6\xe3\xbb\x17\xef\xf4\xc7\x9a\xb5\x58\x1f\xc9\x3b\x50\x87\x1f\x3f\x36\xc2\x92\x2d\x6f\x87\x42\xd0\xcb\xa3\x50\xbc\x79\xf7\xfa\x71\x28\xde\x64\xb3\x0d\x28\xba\xae\xd0\xdf\x01\x8a\xfe\x93\x60\xf4\x9f\x84\xa3\xdf\x06\xa4\x6b\xdc\x4c\xce\x60\x10\xd4\xbe\x3c\xd6\xba\x9c\x3d\x80\x28\x37\x67\x0b\x8d\x58\x3d\x33\x81\x50\x9e\x07\x14\xc0\x88\xed\xc0\xb3\x6d\x63\x6a\x9b\x83\xef\xea\x93\x7b\x94\x83\x37\x5e\x8b\xa2\x75\x60\x7a\x73\xe1\xf1\xca\x76\xd2\x75\xe5\x78\xbe\xda\x81\x4f\xb2\x6c\x37\x2e\xb9\x45\x01\xb1\x94\x8f\x40\x1d\x82\x27\x34\x0e\xd6\xda\x09\x00\xfa\x40\x1f\xde\xa7\x2e\x26\x07\x3e\x50\x67\x02\xca\x24\xdf\x97\x17\xa1\x07\x92\x11\xc9\xf6\x88\xaf\x82\xb3\x9b\x8d\x73\x33\x0f\x5c\x19\x66\xaa\x0a\xe8\x18\x46\xdf\x3f\x27\x17\xec\x9c\x28\x4d\x07\x7c\xb6\x1b\x52\x37\x2d\x06\x40\x47\xba\x84\xf2\xa1\x01\xac\xc4\xf5\x35\x75\x4e\xe9\xba\xaa\x2c\x5f\x89\x32\x77\x1a\x96\xdd\x9a\xe8\x79\x72\x93\xf1\xda\x1d\x9b\x04\x42\x7d\xb5\x66\x55\x9d\x1c\x5f\x08\x19\x34\xbb\xc0\xcf\x83\xaa\x3a\x7b\x6e\xde\xc2\x60\x08\xb7\x02\x24\x43\x7e\xb6\x40\x50\x78\xeb\x6d\xef\xd4\xcf\xcf\x00\xb7\x50\xb2\x43\x53\x20\x52\x65\xea\x5d\x0a\xbd\x7c\xb7\xb6\x7b\x5e\xaf\x34\x8b\xaa\x3c\xb1\x03\x44\x9a\x0a\x0e\x3e\x79\x6d\xa9\xe1\x3b\x73\x8d\xb5\xb9\x62\x12\xc2\xed\x2b\x2f\xa6\xa8\xc0\xa1\xba\xf7\xc7\x3a\x00\xb3\x31\x57\x81\xcf\x40\xde\x37\x85\xd9\xc6\x72\x0c\x51\x4d\xa2\x4c\xac\xb7\x36\x89\xaa\x55\x9c\xcb\xf3\x69\xfb\xa1\x58\xd1\x64\x15\xf5\x42\x2c\xf2\x6b\xea\x65\xa3\x20\xd2\x74\x3c\x52\xf4\xca\xc6\x61\x3c\x2a\x9e\x35\x87\x7f\xd7\x37\xf8\xa3\x21\x8c\x14\x9d\x6d\xe4\x41\xe1\x09\x8c\x5a\x09\xa7\x30\x5a\xef\x4c\x04\x84\x3e\xb5\x75\x79\xce\xdb\xcb\xb3\xa8\xae\x59\x9c\x19\x0e\x50\x26\x70\xf6\x88\x5b\x5a\x2c\xce\x19\xca\xcc\xe2\x5c\x3c\x63\x6b\x70\xfd\xdf\x5a\x9a\xe9\xf7\xa1\xd4\x46\x7b\x1d\x2c\xbe\x25\xea\x2b\x43\x4a\xa7\x24\x2e\xe4\x17\x10\x5c\xc9\x70\x71\xc3\xfc\x05\xce\xfb\x1b\x69\xcd\x6d\xa5\x28\x4f\x38\x49\x9f\xa8\xae\x55\xf2\x54\xd6\xb6\x96\x64\x55\xa6\xf7\x31\x76\x56\xd7\x5a\x90\x56\xc8\xda\xf6\xf8\x44\xeb\x77\xad\xb6\xc2\x13\x21\x46\xfe\x22\xd6\x50\x25\x46\x0a\x68\xb6\x64\x69\xa0\x5b\x5f\xe4\x74\xeb\x00\xd9\xa6\xc5\x1a\xc1\xe3\x21\x02\x57\x2c\x03\xb1\xc6\xd0\xf8\x14\x81\x3c\xe1\x20\xae\x3b\x39\x0e\x03\x24\x2a\x01\x71\xab\x33\xe3\xf0\x04\x81\x1b\x7a\x07\xe2\xd5\x0e\x8b\xe7\x0e\xbe\xc7\xc6\xbc\x47\xcb\x45\xc1\xe6\x04\x40\x6d\xd8\x2b\x44\xf6\xda\x67\x56\x47\x24\x7e\x65\xd9\x54\xde\xff\x97\x61\xf5\x38\xd0\x05\x61\xcb\x0c\xf8\x98\xc6\xde\xb9\x76\xda\xde\xbc\x3f\xbc\x86\x8a\x8e\x28\xe5\x1d\x78\xc0\xa7\x3e\x80\x00\x31\x9c\x0d\xe4\xfc\xf2\x38\x7a\x28\x48\x76\x4d\xa3\x5e\x50\x5f\xa4\x05\x7e\x2e\xf2\xeb\x82\xcc\x25\xd7\x90\x9b\x4c\x5c\x57\x99\xe4\xaf\xf2\xe9\x7d\x1d\xc7\x05\x5e\xdd\x89\x09\x52\xb2\x3c\xfb\xc0\x09\xa7\xf2\x50\xff\x3a\xdb\x38\x88\x75\x51\x0f\xbc\x28\x8a\xfc\xab\xb9\x67\xb6\x29\xd5\xce\x4c\xeb\x74\x59\xae\xaa\xc0\x37\x96\xb0\x06\xa8\xbe\x15\x76\x8b\x3d\xd1\x42\x49\x51\xa3\x84\xd9\x28\x51\x8c\x5e\x2c\x48\x06\x29\x3d\x8c\x0b\x0d\xa1\xbc\x5a\xc1\x46\x4a\x55\x75\x22\xa5\xce\x66\x90\x52\x55\x8f\xe2\xa4\x95\x77\xad\x87\xae\xdb\x85\x93\xa7\x4a\x58\xf6\x72\x79\xed\x95\x07\x5e\x13\x96\xd2\xa9\xc3\xf3\x7a\x97\x8c\x75\x63\xa9\xb9\x4e\xbb\xab\xba\x05\x29\xc8\xbc\x7c\x8c\xfd\xeb\x70\xf2\x8c\xcc\xa9\x56\xc8\x3a\x2b\x91\xb8\x92\xd8\x45\xe0\x87\x34\x4f\x6e\x5b\x94\xf3\x78\x11\xd1\x97\x91\xe8\x85\xe9\xbf\x97\x23\xb3\xc8\x09\xd5\xd5\x0f\x11\x1f\x87\xb1\x8c\x35\x5f\xcb\x06\x74\xa7\x80\x6f\x17\x90\xd9\xe1\xae\xcb\x4a\xeb\x8e\xe4\x6f\xb2\x12\x3d\xcd\x94\x61\xc3\xad\xd6\x58\xd4\xee\x41\x0a\xdf\x64\x03\x6c\xc2\x00\xfe\x30\x3f\x61\x33\x4f\xef\xd3\xb0\x23\xa3\x1b\x0b\x21\xca\xf0\xc1\xe4\xc0\x1b\x5f\xb3\x79\xfc\xac\xbe\xe6\x84\x42\x69\x23\x96\x33\xe9\x40\x8a\x2e\x42\xa0\x91\x2d\x48\x61\x29\x13\xc3\x81\x4c\x40\xe5\xe5\x61\x5b\xb0\x3f\x90\x52\xd2\xd8\x5c\x62\xd8\x67\x96\xad\xa4\x9e\xeb\x8d\x2f\xee\x89\x39\xbf\x0d\x3e\x3d\xf0\x35\x88\x82\xa1\x5b\x00\x5a\xb6\x11\xd4\x01\x0d\x84\xc8\x32\x8b\x71\xc4\x76\x25\x30\x55\xe2\xcf\x91\x97\x66\xf2\x07\xf2\xce\x74\x79\x19\x85\x0f\x0e\x40\x13\x4f\x79\x9d\xe6\x57\x24\xd5\xb7\xcc\x5d\xcb\xed\x20\xf5\x19\x7f\x3a\x75\x2e\x53\xd9\x75\x96\x17\x54\xac\xe4\x3a\x99\x01\x88\xf8\x63\xa4\x3a\xdc\x3d\x36\xe4\x5b\x49\xb5\x59\x66\xb7\x52\xab\xed\x8a\xed\x18\x7e\xf8\xb0\xc5\xe1\x51\xc7\xc6\xd3\x4e\xf4\xd6\x03\x06\x1e\x45\xc3\xee\xa1\x1a\xbb\xe3\x60\x4e\x9a\x89\x5a\x1f\xb4\xf7\x94\x59\xbc\xb6\x32\x8e\x68\xf4\xb0\xea\xf4\x2d\x0c\x77\x8f\xc4\xf8\x06\x40\x65\x30\xcc\xee\xd6\x50\x70\x71\xa1\x0d\xf6\x86\xc1\x74\xc3\xba\x6b\x5c\xc4\xb7\xc0\x2a\xe3\x30\xfe\x20\xfb\x0b\x1e\xf1\x83\x84\x4a\x77\x03\xff\xa5\x7b\x55\xfb\x45\x64\x63\xda\x35\xf1\xce\x7e\xfe\xe5\xed\xdb\x27\xfc\x1c\xad\xf1\xdc\xe6\xab\x33\x18\xb4\x35\x96\x84\x64\x79\xc6\x12\x5b\xce\xaf\x71\xff\x5f\x60\x85\x3a\x9c\x17\xf5\x77\x09\x73\xa7\xc3\xa2\xce\x22\xc1\xef\x74\x52\x34\x59\x64\x2d\xdf\xe6\x98\x18\xee\xe0\x78\x6f\xfb\x21\xd8\xd6\x3b\x27\x8b\xc7\x39\xea\x2e\xd4\x92\xdb\x73\xb0\x09\x80\xf9\x36\x7a\x41\x59\x7d\x6e\xde\x38\x46\x4b\x4c\x8d\x63\x14\x65\x78\x69\x02\x7f\xf9\x45\x76\xce\x7d\x1c\xca\x8a\x72\xbc\x1c\x73\x75\xdd\xc3\xe6\x05\xfb\x52\xe2\x93\xab\x41\xbe\x76\x78\x05\x71\x58\xe6\xe4\x90\xcd\x3c\xa6\x33\x20\xa2\x0f\x77\x58\xb3\x96\xb0\x99\xd7\x2b\x5b\xab\xac\x54\xfd\x93\x5a\xf5\x27\x56\xd5\x89\x92\xef\x08\xdc\xba\xc8\x6e\xb2\xa1\x71\xdc\x3d\xb5\xbf\xd5\xc5\xd9\x35\xd4\xdf\x32\x90\x2a\x14\xef\x9f\x30\x92\x7a\xc7\x8e\x1e\x44\x62\xdd\x7b\x58\x07\x4a\x23\x35\xb4\x65\xe7\xd0\x16\xb8\x14\x43\xdb\x35\xaa\xac\xbe\x79\xc9\x1e\x18\x7d\x35\xb4\x1d\x6a\xd3\xdc\xcd\xd4\xe4\x24\x63\x1e\xe3\x71\x2e\xef\x3c\x93\x3f\x71\xbc\x75\xb8\x36\x3b\x3a\x8e\xf7\x5a\xdb\xd1\x11\xd1\x1d\xcd\xad\x8e\x92\xb5\x8e\x92\x8d\x8e\x32\x2c\xc0\x41\xc5\xda\x6d\x57\x28\x97\x40\x16\x02\x48\x26\x7f\xe2\xda\x85\x9f\x77\xd3\xc9\xee\xbe\xca\xdd\x97\x80\x92\xfe\xde\x41\x09\x7f\x96\xa2\x77\xb7\xc9\xef\xca\xbc\x76\xeb\x0b\xdf\x94\x11\xbe\x95\xa8\x0d\x47\x12\xec\x23\xb3\xd8\x47\x86\x38\xac\xb7\x10\x66\x63\x1e\x5b\xc7\x73\x7e\x33\x27\x78\x4c\x20\xd9\x3d\x14\xfc\x1b\x46\x98\x17\x1b\x6b\xfc\xae\x70\xda\x42\x9e\x0d\xe7\xee\x3a\x59\x3d\xbe\x6d\x27\x79\xed\xc3\xb6\xfe\xc0\xbe\xf7\xd8\xcb\x77\x1d\x7e\xf6\xad\x55\x8c\xd6\xde\xbc\x51\x34\xfe\xc8\xe3\x6a\xec\x4c\x26\x3c\xf6\x61\xeb\x63\x64\x37\xd7\x7a\x51\x6e\x7b\x95\xf2\x0c\x2a\xbf\xbd\xac\xe1\x99\xf7\x9f\x95\x37\xee\xfb\x31\x5c\x6f\xa6\x55\x1e\x8e\x20\x1c\x7d\xb7\xdb\x58\x35\x01\xd0\x7f\xc8\x9d\x6e\xce\x9a\x61\x46\x93\xab\x4f\xdc\x28\x4c\xca\x56\xb3\x7e\xfb\xd8\xab\x40\x1f\xe6\xbf\xd7\x4c\x19\x8f\x37\xf5\x43\xe9\x24\x6f\x2a\xaf\x2f\x8c\xdb\xb4\xb6\xfc\x48\x38\xad\x0d\x2d\x54\xa4\xa9\xdd\x1e\x19\xf6\xf9\x38\x8c\x51\x2e\x7e\x87\x71\x3f\x44\x44\x3c\x1d\xc6\xa8\xc7\xc7\x47\x31\xb4\x36\x5f\x88\x2a\x3c\xf1\x67\xf0\xcb\xc7\x97\x9e\x04\x55\x1d\xba\x5a\x8a\x12\x47\x31\x4a\xc4\xef\xb1\x10\x2b\x7c\x3e\x3e\x89\x11\x1f\x3f\x8f\x95\x4f\x69\x81\xc5\xb3\x56\x58\x03\x74\x08\xcf\x17\xe6\xfc\x8b\xc3\x73\xb8\xf0\x31\x08\xc0\xde\x02\xfb\x0b\xe3\xb7\xe1\xe3\x33\xa1\xf1\xce\xf0\x09\x3d\x7a\xe6\x9d\x04\xcf\x04\x94\x41\xec\x3b\xbe\xc7\xc7\x61\x18\x57\x55\xa0\x9c\x18\x52\x3b\xd6\x79\xfb\x33\x28\xcf\x89\xee\x86\x55\xa3\x75\x01\x21\x9a\xb9\x6e\x3a\x28\x29\xff\xc8\xe6\xd4\x4b\x07\xd7\xfa\x09\xf6\x67\x10\xa5\x2b\xd4\x44\xbf\x46\xa2\x8a\xed\x46\x94\x37\x1f\xde\x6f\xda\x51\xac\x09\x0b\x0e\xc0\xae\x61\xd5\x29\xbb\x3a\xf8\xad\xec\x0b\xba\xec\x9f\x9e\x5c\xd1\xe4\x74\x48\x82\xd9\xc9\x90\x3e\x27\xc7\x87\x94\xce\x8e\xc2\xe9\xd1\x11\x39\xa5\x47\xcf\x87\xcf\x07\xbf\x95\x6d\xba\x56\x31\xa4\xdf\x5a\x45\x14\xae\xe2\x15\x7a\x58\xa1\x71\x0c\x3d\x70\xa0\xf6\xbe\xd9\x3d\xdd\xd8\xcc\xad\x1b\xec\xd8\x4d\x3f\xcf\xa7\xcb\x94\x8e\xa8\x57\xd0\xdf\x97\xac\xa8\xb5\x6d\x01\x53\x92\x4f\xe9\x9c\x29\xd2\x83\x51\xb3\x97\xbe\x2e\xac\x74\x6c\xd7\x55\xbf\x03\x32\x9f\x8e\xd4\xa3\x37\xee\xae\x26\x46\x14\x46\xd4\x7b\x99\x4f\xe9\x4f\x32\x05\xae\xda\xe6\xc0\x16\x96\xe9\x40\xd5\xf6\x53\x3e\xa5\x1e\x10\xe8\x01\xc8\x5b\xdf\x74\xd6\xe2\x72\x93\xc9\x95\xe7\x01\x7f\xac\x22\xa8\x90\x8e\xa0\x42\x20\xcf\xc4\x9f\xd9\x0c\x20\x70\x4f\x4b\x80\x40\x96\x83\x78\xf0\x5b\xce\x32\x0f\xc0\xca\x03\xd0\x07\x10\x7e\x07\x10\x60\xb5\x29\xf3\x81\xe7\xb7\x34\x8b\xda\x5b\x3f\x95\x3d\x9e\x0f\x16\x94\xde\x7a\x92\xc5\x0e\xd4\x49\x8e\x53\x39\x35\xcd\x8b\x14\xbd\xff\x02\xd4\x76\xf9\x00\x8b\x02\x79\x59\x55\x07\x93\x52\xfb\x0d\xf9\xa0\xd4\x86\x19\x1d\x01\x2a\x32\xc8\x13\xd9\xcc\xfc\xe5\x83\xf2\x96\x2d\x3e\xe6\xaf\xb2\xa9\x07\x11\x48\xf2\xb9\x34\x75\xca\x98\xf8\xc1\x5c\x5a\xab\x0f\x3e\x79\xfb\xde\xf8\xd3\x7e\x5c\x4d\x26\x03\xf8\x6c\x7f\x54\x01\x6f\xfc\x09\xe8\x57\x30\x82\x07\x75\xb4\x81\x6a\x0d\x28\x20\x53\xc6\x69\x41\x52\xd7\x55\xe1\x34\xfa\xa4\x67\x0f\x5e\x66\x42\xd6\x7a\x99\xa7\x8f\xc0\xd0\x5d\x49\xf3\x2c\xcf\x4a\xe3\x83\x32\x4f\x3d\xa5\x38\x98\xfa\x84\xa0\x37\x10\x42\xb4\xc0\x8b\x7a\x52\x67\xb4\xf5\x42\x54\x77\xa6\xdf\xef\x37\xf0\x4e\xe9\xac\xdd\xd5\xc9\x40\xfc\xfb\x54\x86\xf2\x59\x7f\x52\xfa\x4d\x8e\x39\xe5\x04\xac\xda\xe8\x9a\x3c\x54\x93\x55\x35\x19\x57\x93\xd8\x42\xce\x83\x18\xa8\x51\x36\x60\x59\xca\x32\xfa\xb3\x10\xf6\x7d\x3f\x02\xab\xcd\xe4\x7e\x3f\x02\xe3\x56\xf2\x5b\x56\x72\xdf\x8f\xec\xd7\x7e\x1f\xa9\xc6\x15\xa2\x9a\x0f\x97\x81\xeb\xf6\x0a\xd7\x05\x08\x34\xb1\x03\x0e\x1f\x64\xf4\x8e\x0b\xfc\x6e\x14\x92\x6d\x76\x97\xda\x0d\xb5\x1d\x35\xd7\x39\x54\x4c\x75\x8d\x9b\x49\xf9\xcc\x9b\x54\xd5\xe4\x12\x4e\xca\x67\x35\x6e\x1c\x6b\x70\x03\xab\x9e\xb5\x72\x6e\x35\x79\x06\xc7\xa4\xff\x8f\xa0\x7f\x36\x19\x7c\xee\xc7\xfe\xe4\xea\x80\xd5\x08\xfe\x42\x0a\x46\xae\x52\xda\x1f\x02\x6d\x03\x6e\xf5\x50\x10\xa2\x55\x5d\x5f\x3a\xd9\x27\x83\x09\x8a\xfd\x49\x39\xfa\xae\x19\x28\xb5\xab\xb3\x1b\x45\x4f\x55\xe1\x8d\xb0\x87\xaa\x15\x84\x9d\x55\x99\x92\x4d\x6c\xce\x2d\xbd\xff\x9a\x17\x53\x60\x74\x20\x85\xb5\xb5\x36\x84\x58\x83\x26\xe3\x49\xfc\xb0\x72\x9f\xf5\xaa\xcb\x7d\xf0\xfd\xbf\xfc\xaf\x78\xfc\x69\x52\xee\x83\x28\xae\xc6\x9f\xf4\xc7\xbf\x58\x5f\xe1\xf8\xd3\x5f\xe2\x67\x02\x9e\x49\xf9\x2c\xf2\xbe\xab\x26\xa5\x00\x6a\xe4\x99\x31\x14\xa3\xa9\x07\x76\x6d\x72\x22\x40\x78\x3e\x07\x30\xda\x04\x26\x92\x23\x36\xf2\x5a\xc3\x6f\x46\x0b\x46\xde\x1a\x59\x34\x5c\x0a\x4c\x26\x82\xa6\x1a\x42\x91\x67\x7a\xac\x50\x29\xb2\x4a\xf7\xca\xa6\x71\xe6\x41\xd4\x15\xf5\x42\x54\xd7\x29\x5e\x14\xcc\x51\x80\xac\x51\xa9\xdf\x04\xed\x47\x01\xd2\x84\x24\xb2\x6b\x00\xa2\x5e\xb8\x12\x82\xbd\x3c\x5e\x48\x71\xfa\x37\x3f\xbd\xf2\x00\xa7\x77\xfc\xe0\xae\xaf\x18\xbe\xe2\xfb\x62\x89\xdb\xfb\x3f\x01\x00\x00\xff\xff\xe0\x81\xcd\x1b\x6e\xae\x00\x00") -func web_uiAssetsCodemirrorModeRubyRuby61421add5f64c0fc261fe6049c3bd5d7JsBytes() ([]byte, error) { +func web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727JsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsCodemirrorModeRubyRuby61421add5f64c0fc261fe6049c3bd5d7Js, - "web_ui/assets/codemirror/mode/ruby/ruby-61421add5f64c0fc261fe6049c3bd5d7.js", + _web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js, + "web_ui/assets/codemirror/mode/yaml/yaml-86bec82a0f62e7a53eef41d44a8e4727.js", ) } -func web_uiAssetsCodemirrorModeRubyRuby61421add5f64c0fc261fe6049c3bd5d7Js() (*asset, error) { - bytes, err := web_uiAssetsCodemirrorModeRubyRuby61421add5f64c0fc261fe6049c3bd5d7JsBytes() +func web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js() (*asset, error) { + bytes, err := web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727JsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/ruby/ruby-61421add5f64c0fc261fe6049c3bd5d7.js", size: 5265, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _web_uiAssetsCodemirrorModeYamlYaml5095f3345bc2424e97de59ad00ae167aJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xbd\xe9\x7a\xdb\x38\xd6\x30\xf8\x73\x9e\xc7\xb7\x30\x7f\x28\x74\x8a\x26\x42\x48\x26\xe5\x25\x36\x6d\x58\x5f\x2a\x15\x77\xa7\x3b\x4b\x7d\x95\xa4\xeb\xed\xa2\x98\x0c\x4c\x41\x36\x13\x8a\x54\x91\x50\x6c\xb7\xa9\xf7\xdf\x77\x1f\x73\x2d\xef\x95\xcd\x83\x8d\x04\x25\xda\x52\xaa\x7a\x6a\x31\x29\x10\xcb\xc1\xc1\xc1\xd9\x70\x00\x38\xd3\x45\x16\xb3\x24\xcf\x1c\x0a\xef\x93\xa9\x03\xf2\xcb\x2f\x34\x66\x00\x63\x76\x37\xa7\xf9\xd4\xa2\xb7\xf3\xbc\x60\xa5\x6d\x83\x45\x36\xa1\xd3\x24\xa3\x13\xd0\xd3\x1f\x67\xf9\x64\x91\x52\x28\x1f\x03\x95\x15\x53\x07\xee\xd0\xb4\xa4\x16\xaf\x4f\xd7\xdf\xd4\x28\x6b\xb1\x6d\xf9\x1c\x90\xd9\x04\xca\x57\x27\x8c\x10\x95\x45\xef\x9d\xae\xe6\x6e\x92\x6c\x92\xdf\x8c\xe4\x23\xe8\xca\x71\x95\xe6\x97\x24\x1d\xc9\x47\x67\x8e\x92\xa6\xd3\x11\xff\x13\xb0\xeb\xa4\x84\x83\x2f\xe5\x1d\x99\xa5\x1c\xe6\xe5\x12\x36\xd8\x80\xf7\x05\x65\x8b\x22\xb3\x1e\x4e\xb1\xa8\xc3\x50\x86\x12\x78\x5f\xa7\x14\x0e\x41\xa5\xc0\x63\x2f\x0b\x49\x24\xdf\x98\x78\xfb\x46\x0a\x2b\xc6\x1d\xe8\x28\xe8\xef\x8b\xa4\xa0\xb6\xad\x5e\x76\x78\x99\xd2\xb6\x63\xa8\xda\x8b\x1d\x82\x7a\x1e\xe4\xe9\xb9\x4e\xcb\x55\x1a\xaf\x75\x81\x33\x7a\x63\xbd\x2c\x8a\xbc\x70\xc0\x0b\x92\x65\x39\xb3\xa6\x49\x36\x51\xa3\x63\xed\x02\x97\xb8\x60\x17\xc0\x1d\x76\x5d\xe4\x37\xd6\x62\x10\xe7\x13\x8a\xc1\x9b\x77\x3f\x7d\x7c\xfd\xf2\xf3\xdb\x77\x1f\x3e\x5f\xbc\xfb\xf8\xf6\x27\x80\x16\x4b\x5e\x5f\x8a\x39\xec\xf8\x5e\x0d\x67\x70\xbf\x5c\xee\xf0\x3e\x84\x5e\x34\x88\x49\x9a\x3a\xa9\x1e\x69\x64\x12\x8f\x82\xac\x70\x44\x5e\x3f\x0a\x69\x54\x55\x14\x2e\x51\x8a\x9a\x02\x14\x49\x94\x2d\x55\x6e\xde\x92\xfe\xb8\x9c\xe6\x85\xc3\x01\xc8\xb7\x41\x13\x22\xd8\x3b\x25\x67\xc9\x20\xa5\xd9\x15\xbb\x3e\x25\xae\x0b\x0b\x27\xe1\xb8\xde\xd1\xa0\x2c\x97\x0e\x74\xee\xfd\x20\x6c\xe0\x44\x0c\xde\x83\x45\x49\xad\x92\x15\x49\xcc\x80\xc0\x60\x86\xa9\x03\x06\x7b\x5f\xca\x3e\xa7\x85\xbd\x34\x27\x13\x5a\x00\x88\x92\x76\xfa\x64\x31\x9b\xf3\xf4\x1d\x63\xbc\x69\x17\xa1\x48\x3c\x1b\xa3\x72\xa1\x0b\x00\x97\xba\xc0\x4a\x4a\x6b\x42\xe7\x05\x8d\x09\xa3\x13\x8b\x64\x13\x2b\x96\xc3\x76\x49\xad\x45\x49\x27\x03\x00\x97\x4b\xa6\xf1\x32\xf8\x70\x37\xa7\x6d\x48\x38\x4e\x00\x44\x4d\x96\xf7\xf1\x35\x9d\x91\x76\xa6\x52\xa4\xb5\xb2\x5d\x3c\x7f\xf5\xfa\xfd\xf3\x8b\x97\x9f\xdf\xbf\xf8\xdb\xcb\x37\xcf\xbb\xf2\xef\x4d\x49\x92\x96\x64\xda\xae\xff\xef\xef\xdf\xbd\x7d\xac\xd0\x97\x32\xcf\x5a\x05\x5e\xbc\xfb\xe5\xd1\x56\xe2\xbc\x68\xb7\xf0\xd3\xcb\x8b\xe7\x1f\x5f\x7f\xf8\xbc\x09\xbc\x09\x9d\x92\x45\xca\x3e\xaf\x81\xa8\x2b\xb8\xf8\xf8\xfa\xf5\x36\x15\x4c\x17\x69\xda\xaa\x80\x0f\x3b\xce\xc4\x63\x25\xf5\x79\x9a\xaa\x0f\xcf\xd3\xd4\xf8\xc6\x61\x78\x2d\x4b\xe9\xd7\x8e\xaf\xb2\xb4\xf1\xcb\xc8\xc3\x49\x0a\x27\xe2\xb1\x52\xf2\x27\xf9\x45\xbf\x1a\x5f\xff\xf5\xfc\xcd\xeb\x97\xb7\x31\x9d\x73\x8a\x6a\x77\x91\xea\xe4\x56\xc7\xde\xbc\x7a\xfb\xea\xcd\xf3\x47\x91\xd2\x39\xe8\x7f\x7a\x28\xfe\xc8\x28\x94\x31\xc9\x70\xe1\x00\xfe\x6c\x7d\x98\x93\xa2\xa4\xfc\x8b\x78\x69\x7d\x8a\xf3\xd9\x3c\x97\x1f\xd5\x6b\xeb\x33\x99\x4c\x5e\xe4\x59\xc9\x8a\x45\xcc\xf2\x82\xe7\x6a\xa7\x00\xb8\x44\xf7\xeb\xf3\x3c\xd8\x47\x9d\xa8\x0d\x0e\xd0\x3a\xb3\x08\x0e\xd1\xfa\xd4\x0b\x9e\xad\x27\x4a\xca\x0f\x8e\x3b\xbe\xb4\x70\x12\x9c\x3c\x92\x43\x60\x3c\xf0\xbd\x8e\x2c\xf5\x48\x06\xbe\xdf\xf1\x59\x4c\xd4\xc0\x1f\xa2\x55\x6e\x12\xf8\xfb\xcb\x08\x0d\x1f\xe5\x95\x35\xdf\x33\x19\x7e\xb6\x48\x53\x8c\xa9\xc1\xaf\x92\xf2\x6d\xce\xae\x93\xec\x0a\x67\xc8\x4c\x7d\x27\x54\x0b\xbc\x2e\x34\xd6\x95\x0e\xdb\xe6\xd5\xf6\x78\xbd\x46\x15\x2c\x7f\x5e\x14\xe4\xae\xa3\x06\x4b\x7c\x18\x24\xa5\x78\x3a\x14\x8e\x68\xc0\x3f\x8f\xc2\x28\x08\x69\x64\x56\x52\xd0\x39\x25\x26\x14\xbc\x9b\x42\x0a\xa0\x04\x03\xb0\xc3\xa5\x50\x86\xbd\xd3\xec\x8c\x9d\x66\x2e\xf6\x61\xe2\x62\xaa\x45\x4a\xb2\x6c\xf5\xe8\x2d\xbd\x22\x2c\xf9\x46\x7f\xa3\x45\xde\x05\x95\x87\x31\xa6\xb6\xfd\x76\x31\xbb\xa4\xc5\xe0\xed\xcb\xbf\x3e\xff\xf0\xea\x9f\x2f\x3f\xbf\x7a\x7b\xf1\xea\xed\xab\x0f\xff\xc2\x18\xfb\x7b\xad\x1e\xd2\x5b\x46\xb3\x49\x37\x70\xa8\x40\x39\x57\x02\x18\x54\x20\xa2\x04\x3b\x39\x96\x58\x1d\x7c\xa5\x77\xa5\xc3\x20\xd4\xf2\x30\x3b\x4b\x24\xf8\x34\x2c\x70\x1e\x66\x51\x84\x59\x58\x44\xba\x23\x74\xb9\x44\xf7\xcb\x08\xed\x6f\x2b\x1c\xe3\x7c\x36\x13\x7c\x45\x09\x45\x93\xd5\x14\x32\xa9\x7b\x6a\xe7\x9d\x1f\x15\xcf\x20\x1a\xfc\x79\x91\xb3\x9c\x8f\xfe\x80\xe5\xef\x59\x91\x64\x57\xa8\x5c\xff\x76\x4d\xca\x77\x37\xd9\xcf\x45\x3e\xa7\x05\xbb\x43\x31\x3e\x41\x0b\xec\x7b\x28\xc5\xfb\x43\x34\xc7\xfb\xfb\x68\x8a\xf7\x0f\xd0\x04\xef\x1f\xa2\x6b\xbc\xff\x0c\xcd\xf0\xfe\x31\xba\xc3\xfb\x27\xe8\x0a\x1f\x0c\xd1\x2d\x3e\x38\x40\xdf\xf0\xc1\x21\x7a\x8e\x0f\x8f\xd1\x25\x3e\x1a\xa2\x1b\x7c\xb4\x8f\xbe\xe2\xa3\x03\xf4\x02\x9f\xf8\xe8\x0b\x3e\xd9\x47\xef\xf1\xc9\x11\x7a\x85\xfd\xe1\x3e\x7a\x89\xfd\xe1\x01\x7a\x87\xfd\xe1\x21\xba\xc0\xf7\x5e\x00\xc6\x63\x0f\xa0\x67\xfc\x49\x00\x3a\xe6\xcf\x4b\x80\x4e\xf8\x93\x01\xe4\x8b\x0c\x19\x40\xbe\xcf\x5f\xbe\x01\xe4\x0f\xf9\xcb\x14\x20\x7f\x9f\xbf\x14\x00\x0d\x45\x61\x0a\xd0\xfe\x41\xb0\x3b\x1e\x83\x5d\x74\x22\xf2\x8c\xc7\x3c\x93\xc8\xf5\x16\x20\xff\x48\x54\xf5\x19\xa0\xe3\xe1\xbe\xf8\xfe\x5a\xbc\x8a\xef\x3f\x83\x25\xfa\x8c\x43\x70\x07\x10\xf8\x17\x40\xe0\x8e\x96\xfc\x4d\xfe\x7d\xf9\x1e\x20\x90\x67\x00\x81\x77\xe2\xcf\x5b\x80\x00\x7f\x11\xcf\x9c\xbf\x88\x3f\xef\x78\xae\xe9\x94\xe7\x90\x7f\x2f\x2e\x40\xd4\xcc\xf1\x37\x9c\x8e\x39\x01\xb0\x9a\xf0\x70\x33\x3a\x8e\x7f\x04\x07\x2c\xff\x38\x9f\xd3\xe2\x05\x29\xa9\x03\x11\x3d\xc3\xc3\xc3\x43\x58\x60\x70\x0b\x50\x8e\x87\xb5\x0d\x40\xcf\xf0\xd1\xe1\xe1\xbe\xf8\xb4\xe0\x9f\x0e\xa4\x8e\xcf\x15\x5d\xfe\xf1\x60\x78\x72\x70\x72\xf4\x6c\x78\x72\x08\x61\xa3\x3a\x25\x9c\x99\x4f\xa8\x35\xcf\x93\x8c\x59\x37\x09\xe7\x28\x16\x11\xa4\x99\x5d\x59\x33\x72\x67\x29\x8d\xe9\xaa\xa0\x84\xd1\xc2\x62\xd7\x24\xb3\xbc\xdb\x0b\xf5\x0f\x80\x3b\x05\x06\x1f\x79\x7b\xc7\x4a\xdd\x04\xe3\x31\x70\x0b\x37\x53\x3c\xc0\x01\x1e\x40\x79\x9f\xa9\x29\x03\x5d\xb6\xac\x7b\xff\x96\xf7\x9e\x5b\x08\x83\x52\xa9\x56\xea\xa5\xaa\x0a\x24\xd2\x93\x6c\x42\x33\x86\xdf\x10\x76\x3d\x98\x91\x5b\xc7\x47\x54\xa5\x55\xd5\x10\xca\x3c\x99\x64\x58\xaf\x64\x56\xda\xfe\x5d\x55\x3d\x5f\x66\x2b\xbf\x26\xf3\x57\xd9\x37\x92\x26\x13\xde\x4e\xf3\xab\xc9\x32\x4d\xf3\x9b\xd7\xf4\x1b\xe5\xaa\x44\xcd\x5f\x1d\xda\xa4\xc3\x51\xdf\x0f\x8c\xdf\xaa\x66\x76\x97\xd2\x37\x64\xfe\x30\x47\x41\x04\xc5\x68\xc1\x87\x57\x32\x72\xcc\x94\x8d\x71\xbf\x54\xac\xf0\x7e\x89\x0a\xec\xa1\x1c\x3b\xc9\x43\xcc\xa6\x38\xcb\x4f\x0b\xce\x6c\x08\x4e\xc2\x22\x42\x31\x56\x54\x22\x6c\x1f\x04\x7a\x3d\x80\x31\x26\x83\x32\x4d\x62\xea\x78\x68\x08\x6d\xdb\x21\x18\x30\x72\x15\x70\x11\x34\xc8\x8b\x2b\x34\xf4\xbc\x61\x00\x5c\x9d\x6b\x08\x21\x72\x16\x98\x0a\xe9\x9e\xa4\x74\xc2\xd5\xe0\x37\x64\x3e\x98\x92\x34\xbd\x24\xf1\x57\x5e\xb5\x6d\x97\xd2\x26\x59\xc8\xae\x3e\x4f\x13\x52\xd2\x12\xc5\xbc\x81\x18\xb7\x53\xc3\x38\x82\x48\xd8\x36\xb1\x66\x83\xd9\xd2\x31\x06\x19\x51\x99\xbf\xac\x2a\x8e\x0c\x35\x88\x65\x5e\xb0\x7f\xd0\xbb\x92\x0f\x8d\x7a\x6d\xc6\x25\x4d\x32\xfa\x6b\x32\x61\xd7\x98\x36\xef\x55\x75\xec\x69\x02\xf8\x85\x4e\x4b\x31\xf2\xfc\xa5\x29\x97\xe5\x2f\xf2\xd9\x9c\xb0\x37\xdc\x14\xa3\xad\x9f\x4d\xa6\x38\xe7\x84\x52\xd2\x8b\x34\xbf\x11\x88\x68\x7e\x36\x99\x92\xd9\x3c\x4d\xe2\x84\x71\xf4\x94\xd8\xe8\x4d\x8d\xb8\x57\x2a\x87\xcc\x4f\x6f\x37\xe5\x7f\x79\x6b\xe6\x67\xe4\x0a\x73\x6c\xc8\x5f\x05\x2d\x17\x29\xc3\x00\xc8\x9f\x93\x05\xcf\x4a\x18\x2d\x71\x18\xc9\x24\x6e\xc0\xfc\xd4\x24\xf3\xa2\xcd\xb4\xfa\x20\xe9\x4f\x5b\x7a\x09\x2a\x70\x33\x1b\x2d\x80\x18\x97\x17\x1e\x22\xb8\xef\xa3\x92\xb7\x12\x73\xbc\x4a\x22\xcb\xcf\xe2\x53\xd8\xf7\x31\xc6\x0e\x9f\x8e\x7c\xae\xdd\xbe\x9b\x3a\x80\x73\xdb\x1c\xc2\x91\x93\xf0\x11\x12\xb4\x93\xf3\x6a\x62\x18\x98\x49\x88\xb8\x3e\x4f\x16\x0f\x6d\x36\xda\x36\x2f\xde\xc3\x38\xb1\x6d\xa7\x74\x71\x01\x51\xe9\xe2\x44\x93\x47\xd9\x40\xfe\x5a\x42\xae\x19\x49\x06\xdc\x16\xe0\x7a\xee\x3f\x65\xb0\x29\xf3\x93\xa1\x0a\x50\x8c\x71\x5a\x55\xfc\x11\x37\x39\x3e\x1a\x39\xf6\x87\x67\x5c\x59\xa0\x67\xd8\x1f\x1e\x55\x95\x7f\xe4\xeb\xdf\x87\x87\xc3\x93\x43\xdb\xe6\x72\xa0\x27\x14\x0a\x2e\x06\xf8\x5b\x55\x1d\x3e\xdb\x3f\x38\xd0\xf9\x38\x97\xdd\xb7\xed\xa3\xc3\xe1\xb3\x13\xf9\x99\xa7\x1c\xd5\xd5\xfa\xfe\x81\xef\xfb\x4d\xeb\xbf\x1b\xad\x73\x48\x8c\xa2\xb6\x4d\x7b\x18\xdf\xca\xc7\x0b\xf9\xf8\x22\x1f\xaf\xe4\xe3\x9d\x7c\x3c\x97\x8f\x49\x53\xeb\xbf\x9a\x5a\xf7\x3e\x8d\xb3\xa7\xd6\xde\x80\xd1\x92\x39\x14\x0a\xf7\xc2\xcf\xd8\x47\xbf\xe0\x21\x7a\x82\xf7\xd1\x8f\xf8\x00\xfd\x8a\x0f\x1b\xa1\xf3\x0f\x47\x79\x08\x50\x21\xb9\x14\xe7\x4f\x25\x8a\x71\xcf\x47\x29\xff\x73\x81\xfb\x3e\x1f\x2e\xf4\x99\x93\xc8\x1b\xfc\xd1\xe1\xb3\x2b\xbe\x26\xc5\x8b\x7c\x42\x9f\x33\xc7\x83\x46\x37\x4a\xdb\xee\xfd\xe4\x94\x9c\x4d\xf4\x30\xfe\x26\x1f\x37\xf2\xf1\x5c\x3e\x6e\xe5\xe3\x85\x7c\x7c\x91\x8f\x57\xf2\xf1\x4e\x3e\x26\xf2\x31\x93\x8f\x2b\xf9\x98\xcb\xc7\x4b\xf9\xb8\x94\x8f\x3b\xf9\x98\xca\xc7\xb5\x7c\x7c\x95\x8f\xf7\x02\x96\x16\xac\x9a\xb4\xfb\x3e\x84\x8d\x66\x97\x63\xef\x34\x3f\x6b\xc8\xde\x75\xa5\x1f\xe9\xa3\x20\x7b\xa3\x78\x0e\xa1\xf6\x07\xfd\xba\xf3\x06\xbf\xb1\xed\xdf\x1d\x02\x97\x42\xb6\x3e\x52\x51\x47\x35\x18\xe3\x05\x8c\x71\xcf\x43\x17\xb6\xed\xa4\x9c\x50\xf3\xfe\xe7\xbe\x7f\x9e\xd8\x36\xb0\xf8\xfc\xa0\xe1\x67\xd7\x8f\xd0\x67\x9c\x37\xbe\x3d\x0e\x51\x27\x04\xa2\x82\x0b\xdb\xee\xac\x43\xbb\x7e\xe2\xaa\x4a\x47\xd9\xf9\x89\x6d\x73\x82\x19\xfd\x1a\xa4\xa3\x1f\x83\x27\xc1\x1b\xdb\xee\x15\x3c\xe1\xe7\xe0\x97\x86\xa6\xfe\xa6\xe8\xa2\x80\xf7\x54\x1a\xcd\x86\xbb\x25\x99\x3a\x5c\xd1\xae\xe5\xb8\x9a\xa3\xbb\xbb\x40\xf8\xd2\xda\xdc\xd5\xb6\x05\x01\x7d\xae\xf9\x07\x83\x75\x01\xe0\x32\x17\xec\x4a\xb5\x37\xc7\xf5\x94\x36\x44\x7c\x06\x05\x6f\xe2\x6a\x7d\xc3\xee\xb9\xe4\xad\xf3\xc8\x97\x24\x73\x8c\x0c\xe8\xc0\x83\xc8\xf8\xdd\xcf\x21\x2a\x71\x51\x55\x86\xbc\x3e\xef\xfb\xb6\x9d\x9d\x63\x23\x69\xa7\xbc\x49\x58\x7c\xed\xfc\xc3\x61\xa8\xac\x39\x0c\x22\x8d\xdb\x8d\xad\x7b\x9f\x4c\xf9\xbe\xd3\x18\x0a\xb4\x2d\x27\xd6\xac\x04\xae\xa6\xb5\xb3\x84\x59\xc4\xb9\x7d\x9e\x7e\xa3\x0d\x8e\x7a\x9e\x62\x8d\x3d\x7f\x29\x9a\x5a\x42\x78\x1f\x93\x92\x5a\x3f\x07\x0a\x12\xb6\x23\x7e\xff\x12\x18\x58\xe5\x9c\x32\x25\x31\x75\xf6\x76\xf7\xae\x10\x1f\x19\x28\x10\x2d\x72\x3e\xd1\x39\x2b\xe0\xfe\xd5\x61\x75\x47\xa1\xfb\x4f\xe7\x83\xc3\x38\x6f\x97\x19\x7f\xd4\x19\xcf\xbb\x32\x3e\xa0\xe1\xe0\x3d\x67\x9c\xb9\xd0\x09\x3f\x8d\xb3\xe8\x29\xdc\xbb\xe2\x8a\x4c\xb9\x22\x3f\xf8\x70\x08\xb2\x28\x47\x65\xa0\x27\x0c\x2a\x06\x29\x29\x19\x57\xd6\x6e\x71\x89\x7e\x73\x68\xad\xbf\x94\x10\x31\xc8\x49\x81\x17\xe6\xc4\x10\x7a\x51\x55\x01\x4b\xbf\x0b\x0a\x2a\x05\xfa\x4f\x13\x5c\x0c\xe8\x2d\x8d\x1d\x0a\x4f\xb5\x1b\x38\x09\xfd\x08\x2d\x70\x12\x0e\xa3\x9d\x0c\xcb\x72\x8b\xd0\x8b\x50\xee\xe2\xd8\x75\x48\x55\x65\x55\x05\x44\xea\x08\x80\x40\x80\xe8\xfe\xe6\x2c\xb8\x7c\x24\x38\xd3\x53\x28\x5f\x3a\x0c\x11\xd8\x60\xe8\x57\x85\xa1\x5d\xb0\xeb\x9a\xe6\xa8\x96\xb7\x8a\xb5\x72\xc1\xda\xc1\x1c\x84\x82\xdf\x66\x0c\xe7\x42\xf6\x1c\xd9\x36\x3b\xc3\x87\x47\xfb\xfe\x89\x6d\x3b\xd9\x4a\x2e\xd7\x17\xf9\x8e\xf6\x87\x9e\x6d\x67\x67\x98\x8b\xa4\xfd\x91\x53\xb8\xf8\x8d\xe3\x7b\xc3\x83\xa7\x0e\xeb\x8b\x5a\xa0\x9b\xf5\x45\x36\x57\x88\x25\x88\x78\xa3\x5c\x46\x5f\x84\x2c\x42\x85\x8b\x7b\x89\x6d\x7f\x74\x18\x1c\xd1\x30\x8f\x82\xa4\xaa\xde\x70\xca\x6b\xdc\xb9\x0e\x83\xee\x2e\xd8\xdd\x51\x46\x64\xd0\x32\x16\x92\xd9\x3c\x2f\xcb\xe4\x32\xa5\x16\x2d\x8a\xbc\x08\xac\x44\x2a\xd1\x56\x19\x93\x94\x8f\x07\x57\xed\x00\x5c\x2e\x1d\x43\x44\xff\xd5\x20\x17\x2c\x18\x91\xd6\x5c\x61\x00\x00\x4a\x9a\x11\x6e\x98\x75\x6d\x44\x67\xae\xc3\xf5\x86\xf5\x2c\x43\x4e\x0d\x2a\x15\x8e\x80\x0b\x82\x44\x8c\x63\x9f\xd3\xfd\x38\x03\x4d\xfb\xff\x34\xbc\x20\x1d\x2d\x8d\x1a\x9a\xeb\xfb\x30\xa0\x4d\xc1\xdf\x24\xe0\xc9\xd4\x11\x74\x42\x4d\xf2\xd3\x3c\x99\xee\xe8\x81\x57\x53\xc1\x0a\x3f\x59\x91\x98\x02\x5c\xc7\xf2\x50\x89\x3d\x14\x63\x00\x4e\x33\x93\x48\x9d\x92\x1b\x19\x9c\xec\x61\x3f\x3f\x67\xb6\xed\x24\x98\x9c\xe7\x23\x12\x94\x28\x76\x05\x46\xdc\x46\xad\x4a\xb8\x52\x95\x70\xa5\x8a\xe0\x52\x63\x46\x65\x43\x75\x57\x44\x3d\xbc\x92\xd8\x35\x55\x32\x89\x8e\xba\x36\xae\x9b\x05\x66\x0e\x88\x62\xf5\xea\x1b\x83\xf6\x6f\x29\x0d\xe4\xb0\x71\x1b\x26\x46\x0b\x94\xa2\xb9\xe8\x6e\x8c\x3d\xb4\xc0\x4e\x8e\xb3\x11\x6d\x2b\xbb\xc1\x0a\x87\xab\xcd\x97\xf8\x6c\x71\x1a\x2b\x2e\xe8\x38\x29\xce\xb9\xa5\x30\x48\xb2\x92\x91\x2c\xa6\xef\xa6\x55\x95\x0e\xe6\x05\x9d\x08\x95\x96\x5b\x16\xbd\xb4\xf5\x75\xcd\x7f\xc5\x6c\x9b\x59\x3a\x47\x3e\xb5\xcc\xec\xaa\x7c\x5d\x5f\xab\x72\x4e\xef\x62\x50\xa9\xd4\xbb\x47\x29\x7f\x06\x60\x04\x50\xca\x99\x68\x41\x4b\xce\xf0\x78\x8e\x39\xa6\xb5\x79\x17\x8a\x6c\x11\xaf\x4a\xcd\x8d\xf7\xfc\x0b\x02\xa1\x84\xcc\xd2\x0b\x10\x91\xb4\xc3\xd4\x32\x4e\x53\x21\x2c\xb0\xf1\xd3\x61\x68\x0e\x1b\x1b\xbd\x5c\xcb\x8f\xe6\x2b\x96\x7a\xef\x0c\xb8\x02\x06\x77\xf7\xdc\x62\xe4\xca\x52\x92\xa3\xb0\x48\x1c\xd3\x39\x2b\x85\xb1\x0e\x76\xdd\xb9\xbb\x0b\xe4\x4c\xdc\xe5\xf6\xb9\x51\x67\x38\x8f\x44\xbb\x4b\x25\xe0\x8b\xa5\x16\x39\xcb\x5a\xe4\xd4\x14\xf0\x77\xad\x0f\xa0\x1c\x95\x5c\x27\xa8\xad\x14\x55\x3a\x43\x9c\x48\x32\xd4\xf3\x61\x55\xa9\x57\xb5\x5e\x16\x6b\x04\xc8\xac\x70\xa7\xb0\x6d\xa7\x30\x05\xef\x99\xd7\x16\xcd\x4c\x16\x4c\xd1\x1c\x4d\x71\x8d\x53\x69\x0b\x0b\x8c\xc6\x55\x55\x27\x0b\x0b\x5f\xa6\x72\xf5\x63\x6a\xdb\xce\x5c\x0a\x17\x27\xc5\xd4\xb0\x98\x6a\x09\x94\x41\x6e\xea\x6a\x87\x27\xef\x8a\x6d\x83\x11\xd0\x3f\xaa\x6a\x5e\x55\x42\xf1\x57\xf2\xce\xb6\xd9\xb9\xc7\xc9\x28\xc7\x3d\x1f\xa2\xb9\x6d\xd3\x15\xab\x2b\x4c\x23\xa8\x10\x01\x9e\x16\x74\xfa\x19\xb8\x69\x3d\x9e\x53\xdb\x9e\xdb\x76\xaf\xa3\x8c\x6d\x3b\x1d\xa9\xb8\xe7\x41\xd4\xd9\x6b\x58\xd8\xb6\xc7\xf5\x64\xc3\x2b\xa0\x90\xaa\xa6\xd6\xa8\x25\x96\xa5\x02\x67\xa8\xf5\x48\xa1\x14\xa0\x89\xec\x2b\xba\x6e\x55\x96\x09\xb5\xb8\x27\xdc\xa8\xb5\xf1\x0d\xaf\xc5\xeb\xe3\x8b\xcc\xeb\xd9\x8d\x94\xc6\x33\xd5\xa4\xb5\xc8\x59\xa7\x5a\xb3\x45\x29\x7c\x4c\xc4\xba\xcc\xf3\x94\x92\xcc\xca\x0b\x8b\xd4\xda\x16\x80\x3b\x4a\xd1\x46\x04\x5f\x37\x86\x2a\x39\xcd\x39\x3b\x99\xf3\x9e\x71\x1c\x61\x8c\xf3\xaa\x72\xe6\x2e\x96\x66\x24\x44\x31\xce\xc2\x12\x5f\x87\x79\x14\x21\x41\xcc\xae\x8f\x4a\xd4\xf3\xe4\x7f\x7c\x70\x9d\x14\x3f\x42\x12\x12\xcd\x7c\xe4\xf9\x53\xb5\x7c\xce\xc5\x2d\x14\xa3\x28\xbf\x2e\x04\xe2\x44\x8e\x96\x89\x34\x9a\xbb\x18\x8c\x40\x20\x1e\x16\x80\x68\xee\xaa\x7c\x28\xe5\xf4\xda\xc0\xa9\x61\x8b\x39\x60\xe9\xd6\x75\x07\xb2\xee\xc0\x02\x68\xea\xe2\xba\x76\x08\x77\xe4\x54\x9d\xe8\x79\xca\xb9\xe7\xfd\x12\x08\x65\x52\xa5\xa1\x5c\xd0\xb4\xa3\x09\xd8\x56\x04\xec\xea\x3a\x82\x15\xa2\x92\x24\xa5\xbd\x59\xa5\x90\x68\x68\xa1\x08\x2a\x5d\x25\x28\x3e\x60\x09\xf6\x10\x67\x3e\x6a\xc0\x92\xb3\xe2\x34\xe1\x03\x56\xae\x78\x59\x46\xbb\x60\x97\xab\x01\x5e\xe3\x21\x00\xc8\x12\x7e\xeb\x2c\xcc\x71\x1a\x26\x7a\xf8\x50\x8e\x7a\x3e\xe7\x36\x35\xe0\xe6\x98\xa8\xa2\x02\xd5\xa5\x46\x86\xeb\x74\x36\x06\x5d\x10\x80\xb5\x6f\x5c\x7b\xe0\xa5\x65\x63\xa4\x69\x2c\x76\x71\xb9\x86\xde\x85\x46\x2f\xb8\x07\x6e\xec\x82\x36\x82\x1f\x40\x2f\xb0\x80\xdb\xd4\xa3\xa7\x56\x07\x5b\x93\xf8\x9e\xac\xfa\x33\x05\x5b\x1a\xb1\xbe\x1f\xb0\x1d\xc5\x18\x5a\x98\x58\xe3\x05\x49\x23\xc0\x09\x1f\xb2\x52\x0e\x99\x18\x21\xe9\x71\xcc\xd6\x1c\x8c\x9a\x1e\xb3\xb0\x88\x9a\xb9\x92\xc8\x39\x56\x54\x95\x43\x1a\xda\xdd\x48\xa9\xc4\xc5\xa0\x0f\x02\xf1\xb0\x00\x22\x35\x1e\x15\x1a\x4b\x8d\x46\xc2\xf9\x7b\x24\x90\x38\xf9\x0f\x50\x29\xef\x2c\x31\x3a\x2b\xc9\x31\x5b\x23\x47\x25\xe5\xc2\x24\x6a\xc6\x5b\x93\x62\xce\x49\xf1\x41\x3a\xe1\xba\xf5\x4a\x67\x48\x4d\x13\x21\x70\x73\x17\xb4\xbb\xb3\x05\x4d\x2c\xb5\x00\xa9\x69\x42\xaa\xca\x11\x67\x4b\xb1\xd2\x5a\x0c\xe7\xb5\x36\x19\xfd\x9d\x16\x6f\x5d\x64\x52\x25\x20\x5c\x53\xff\x9a\x64\x13\x2b\x9f\x5a\x9c\xb1\xca\x3a\x59\x6e\xf1\xe6\x2c\xe0\xc6\x70\x69\xb0\x3c\xdb\xfe\x9b\x43\x35\xee\x19\x2a\xe1\xf2\x41\xee\x68\x74\x84\xeb\x25\x22\xcd\x05\xe7\x4d\x57\x1a\xcd\xa2\x56\x28\xfe\xf7\xaa\xd9\x18\x46\x28\xc7\x61\x24\xc6\x67\x3d\xe2\xa7\xa6\x5b\xed\x38\xef\x61\xcc\x6c\x7b\x5d\x11\xe4\x2a\xa5\x14\xfe\xb9\x56\xaa\xa5\xcf\x41\x7a\x32\x93\x3a\x29\x87\xb6\x9d\x0c\xe6\x8b\xf2\xda\x31\x5c\x2c\x99\x4c\x61\x10\xb5\x17\x38\x19\x84\x8d\xe0\x61\x6b\x82\x87\x3a\x2c\xcc\x23\x01\xaa\xac\x4a\x4e\xa9\xb6\xf7\x5e\x59\x01\x45\x67\xe9\x42\x48\x26\x11\xaa\xe3\x50\x4e\xb3\x10\x49\x47\x42\xbe\xe6\x3a\x60\xa6\x4e\x23\xc0\x2d\x42\xb1\xe0\x08\x77\xd8\x9a\x37\x98\xde\x48\x4e\xe2\x24\x86\x3e\xff\x5f\xa6\x11\xc6\xb3\xbc\x75\x18\x66\x55\x75\xbf\xac\x8d\xbf\xac\xf6\xa0\xf3\x91\xca\x38\x23\xcc\x90\x87\xa8\xe2\x01\xa3\x4c\xb2\x54\x6e\x4d\x04\x00\x2c\x57\x22\x2c\xfe\xab\x2b\xb8\xa2\xed\x30\x50\xed\x70\x50\x32\xb5\x0c\xeb\xdc\x4b\xc7\x78\x90\x2f\x39\x3f\x59\xca\x28\x01\xb5\x10\x1a\x88\x25\xf4\xd5\xa8\x80\x87\x57\xf2\x1f\x58\xc1\x5f\x46\xe8\x60\xeb\x35\x77\xfe\x51\x44\x14\x49\xfd\x55\x04\xb0\xa9\xe5\x04\x32\xa3\x18\xb4\x22\x43\x80\x76\xd8\x93\x32\xcf\x30\x95\xbf\x66\xa4\xf8\x8a\x95\x63\x7f\x46\xcb\x92\x5c\x51\xec\x18\xf9\xaa\x0a\x38\x8b\xec\x6b\x96\xdf\x64\x96\x4c\x81\x00\xba\x4e\x5d\x76\xc4\x19\x42\xfd\xab\x59\x0d\xe4\xc6\x32\x44\x1a\xb6\x39\x5b\x14\xf4\x3d\x23\xf1\xd7\x0f\x05\x89\xe9\xe8\x81\x74\x51\x6d\xbd\xd2\xa1\xa3\x31\x60\xa0\x56\xae\x48\xfc\x15\x3b\x75\x10\x15\x94\x29\x55\x05\xc0\x32\x6b\x96\x84\x35\x4d\xc7\x62\x11\xd0\x91\x2d\xd5\x5f\x21\x32\xb2\x9a\x8d\xe0\xac\xf5\x45\xf7\xa3\xb5\x86\x2f\x1c\x26\xb8\x46\xaf\xcb\xb5\x19\x4d\x8e\xcc\xc5\x1b\xb0\x86\x7a\xd4\xb6\x6b\x4c\xd9\xb6\xc3\x5c\xfc\x10\xf2\x20\x62\x46\x10\x00\xce\xe4\xd2\xfc\xe1\x7f\x70\x69\x9e\x37\xb8\x79\x2d\xfe\x91\x55\xfc\x6d\x16\xe3\x7d\xb4\xc0\x43\x94\xe2\x7d\x34\xc7\x07\x68\x8a\x7d\x34\xc1\x43\x74\x8d\xf7\xd1\x0c\xef\x85\xe3\x5b\xcf\xeb\x8f\x6f\xbd\xe3\xf1\xad\xf7\xe3\xf8\xd6\x7b\x31\xbe\xf5\x5e\xf6\xc7\xb7\xfe\xc5\xf8\xf6\xd9\x45\x7f\x7c\x7b\x7c\x30\xbe\x3d\x3e\xea\x8f\x6f\x4f\x2e\xc6\x8b\x8b\x8b\x8b\x97\xe2\xef\x45\x54\x85\xe3\xc5\x4f\xc7\xbc\xf0\xe2\xa7\x1f\x2f\x2e\x22\x67\xd4\xe3\x29\x2f\x64\x0a\xcf\x01\x2b\x67\x14\x84\x9f\xda\xd9\xaa\x4f\x70\x25\xdb\x1e\xba\x13\x70\x1c\x1f\x8e\x17\x43\x6f\x78\x2c\xfe\x9e\x44\x7b\xe8\x0a\xef\x85\x68\x1c\x8e\xa3\xf1\xfd\x78\x19\xed\xa1\x5b\xbc\xf7\xc9\x19\x05\xbd\xaa\xd7\xab\x7a\x21\xe9\xff\x7b\xdc\x8f\xdc\x1e\x7c\xb2\x97\xa0\x6f\xfa\x53\xf8\xa9\x29\x01\x9d\x51\xf0\x43\xe8\xf5\x4f\x48\x7f\x1a\xdd\x0f\x97\x95\x7c\xff\xf7\xb8\xff\x97\xd3\xf1\xde\x78\x14\xfc\x2f\x1b\x8f\xdd\xf1\x13\xf4\x79\x3c\xe8\xfd\xf7\xf8\xe9\xee\xd8\x19\x43\x5e\x3a\x82\x4f\x9f\xec\x25\xcd\x1c\x7f\x6e\x2c\xc8\x3c\x18\x18\xa1\x8c\x57\x83\x7f\x5e\x1a\xc5\x7c\x4f\x7a\x83\xfc\x7d\xfe\x6c\xf2\xdc\x18\x79\x4e\x64\x96\xfd\x61\x3b\xcb\xd7\x87\xb2\x54\xd5\x43\xb5\xbe\x30\x8a\x1c\x1c\xc8\x3c\x27\xbe\x7a\xee\xab\x32\xc3\xfa\xe5\xb0\x5d\xfa\x4b\x3d\xcd\xf4\xbc\x3a\x38\xae\xd7\xbc\x9e\x8d\x68\xff\xe0\x38\x38\x79\x76\x86\x1d\x86\xf7\x87\x15\x85\xc2\x0d\xe9\x7b\xc3\x11\xeb\x9f\x3c\x73\x7d\x2f\xe8\x1b\x2e\x81\xf7\x26\x28\xc7\xbc\xa1\x11\x18\x7b\x20\x38\x79\x26\xdf\xff\x2f\x10\x9c\xe8\xe4\x4b\x10\xf8\xfe\x91\xfa\xc1\x40\x70\xd2\xbc\xfa\xb2\xab\x23\x21\x49\x7c\x5f\x97\xf8\xc6\x99\xf5\x50\xfd\x98\xf2\x2f\x07\xea\x47\xc1\xbf\xf8\xf2\xc7\xff\x0d\x82\x7d\x95\xc9\x02\xc1\xbe\xcc\xc2\xd5\xfa\x03\x05\xc4\x1e\x08\x4e\x74\x2d\x63\x10\x3c\x53\xd5\xff\xcf\xff\x01\xc1\xc9\xa1\x7a\xff\x7f\x41\xf0\x4c\xc3\x26\xe8\x14\x04\xc7\x9e\xf1\xfb\x44\x48\xb8\xba\xdf\xaf\xcc\x45\x46\x15\x69\xa1\x9c\x98\x83\x69\x91\xcf\x5e\x28\x95\xd7\xa1\x30\xe8\x4a\x16\xae\x59\xd7\xa1\x7d\xe1\x94\x3d\x3f\xf7\x3d\x88\xa4\x97\x56\xa7\xd9\xbe\x37\xdc\x87\xb0\x8e\xcf\x7d\x69\x88\xf1\xe1\xe1\x11\x44\xef\x56\x13\x2e\xb0\x77\x7a\x71\x36\x3c\x3c\x3a\xbd\x70\x5d\xf8\x32\xbc\x88\xf0\x7b\xe7\x02\x8e\xfc\xc0\x43\xef\xf4\xaf\x86\xec\x3f\x4b\xfe\xa6\xc2\x2a\xe6\x0b\xa6\xc5\xd5\x34\x49\xa9\x10\x6d\xac\x7e\x95\x4b\xf3\xc8\x0c\xcd\x60\x75\x68\x06\x91\xe9\x79\xf6\x2b\x29\x32\xce\xcf\x59\xf3\x6e\x16\x4c\xe9\x15\x89\xef\x84\xe2\xc4\x5f\x9a\xc5\xf4\x2f\x5c\x56\x32\xf1\x30\xd7\xf8\x4b\x46\x33\x5a\xf0\xfc\xea\xd5\xac\xec\x7b\x17\xe0\x99\x8c\x63\xe8\xcc\xa9\x62\x1c\x34\x94\x5c\xd1\xaa\x17\xc0\x65\xe2\x3c\x2f\x13\x11\xf8\xe9\x35\x01\x08\xe6\xfb\x7b\x46\x0a\x66\x26\xa8\xe0\x13\x95\x32\xc9\xe3\xc5\x8c\x66\xac\xc4\x61\xb4\x34\x63\x7d\x0c\x1d\x48\x2a\xea\x0c\xf1\x67\xe1\xd0\x1a\xf5\x62\xc1\x65\xbe\xe0\x66\xa4\x86\x42\xad\x6a\x19\x29\x7d\xda\x80\x01\x61\x2b\xa0\x46\x8e\x31\x37\x05\x64\x7b\x6b\x61\x01\xb4\x19\x2d\xdb\x36\x7e\x48\x8e\x27\x30\x2e\x4b\xca\x95\xe4\xd7\xf8\x9e\x6b\x3c\xc1\x83\x76\xd6\x4e\x6d\x22\x7c\xa3\x45\x99\xe4\x99\x6d\x73\x30\x80\xd6\x57\x79\xd3\xf9\xd4\xfa\x81\xd7\x62\x4d\x92\x82\xc6\x2c\xf9\xc6\x45\x21\x57\xd8\xb3\x3a\x44\x40\x94\x69\xe7\xa9\xdd\x9a\xf4\x96\xc4\x2c\xbd\xb3\xf2\x8c\x5a\xa4\xb8\x12\xb8\x05\x10\xa9\x58\x1a\x27\xe1\xe2\x82\x4b\x83\xc8\x85\xe3\x81\x7e\x7b\xb2\x27\x9d\xed\x59\xe8\x45\x10\xaa\x06\x92\x34\xed\x4f\xf3\x62\x46\x27\x75\x45\x1c\x38\x76\x4d\xad\x35\xf8\x0a\x2c\x82\x60\x5f\x65\xcc\x11\x4b\x49\x7c\xce\xe6\x66\xda\x50\xa6\xf1\x7e\x14\xaa\xfe\x96\xdd\x25\x6a\x54\x48\xd1\xad\x68\xd2\x00\xdc\x72\x56\xdf\x30\x07\x11\xd1\x41\x7c\x4d\xe3\xaf\xaf\x93\x8c\xfe\x58\x50\xf2\xb5\xc4\xf9\xd9\x50\x54\x9e\xdb\xf6\x50\x3e\x3e\xc8\x36\xca\xc5\x9c\x2b\x31\x74\xb2\xa1\x89\x25\xfa\xf0\xfc\xaf\x0f\x8d\xdc\xce\x70\x1d\xff\x1f\x9e\xff\xf5\x11\xf4\xb3\x9b\xbc\xc6\x5a\x29\x34\x21\x01\x78\x81\x33\x8e\x9e\x5b\x19\x80\x90\xc0\xaa\x5a\x45\x35\x23\x57\xd6\x35\xc9\x26\x29\xb5\x9c\x69\x52\x94\xac\xae\x06\x6a\xa0\x5b\x2d\x73\x55\x48\x7b\x8f\x19\xb9\xe2\x73\x35\x51\x23\xb8\xcb\xae\x69\x41\xad\xa4\xb4\x88\x35\x2f\xe8\xb7\x24\x5f\x94\xe9\x9d\x35\xa1\x71\x4a\x0a\x3a\xb1\xca\xc5\x74\x9a\xdc\x72\x53\xcc\x02\xbb\x6e\xe2\xee\x02\xa3\xf5\x5d\x88\xbe\x49\x28\x8b\x07\xa0\x9c\x17\x94\x17\x77\x4a\xca\x0d\xfe\xcd\x60\x6a\xf8\xc2\x24\xc2\xc5\x72\xb9\x63\x46\xa5\xac\xb9\x5f\x50\x29\xe2\x0f\xce\x32\x61\xc6\xcb\xe5\xd1\xf9\x82\xa9\xb5\x17\x3e\x36\x28\x81\x8d\x5f\xa6\x5c\xf3\xcb\x9c\xc8\xb0\x9c\xd2\xf4\xb0\x14\x10\x72\x0d\xe2\x0c\x13\xdb\x26\x75\xf8\x89\xea\x1d\xbd\x9d\xd3\x98\xd3\x89\x5c\xa3\xfb\xfb\xfb\x77\x6f\x2d\x5e\x96\xc4\x4c\xec\xb1\x10\x66\xeb\x4c\xa2\xa4\xd4\x73\x84\xf7\xb3\x64\x05\x25\x33\x2b\xce\x33\x46\x92\xac\xb4\xb2\x3c\xeb\xcf\x8b\x24\x93\x84\x5d\x57\x51\xf2\x3a\x54\xb8\x92\x8b\xcb\x65\x2b\xe6\x06\xb1\x76\x84\x49\x8c\x16\x72\xad\xbc\x8e\x52\x6e\x88\x45\x6d\xcd\x98\xd1\xe2\x8a\x5a\x33\x32\x9f\x27\xd9\x55\x79\x2a\x50\x3e\x2f\xf2\x6f\xc9\x84\x0f\x6d\xbe\x28\x62\xaa\x5d\x18\x49\x69\x99\x93\x0d\x40\x54\xaf\x49\x99\x16\x78\x02\xd7\x17\xa0\x88\x58\x7b\xd2\x24\xc6\x10\x81\x55\x25\x82\xe8\x70\x12\x92\x08\x15\xfc\xad\xe7\xc1\x56\x08\x8f\x0e\x98\x91\xb1\x7c\xb2\x53\x0b\x94\xf2\x01\x6d\x3b\x0d\x0a\xe9\x34\x58\x60\x0f\xa5\xd8\x29\xb0\xfc\xda\x28\x98\x62\xb0\x65\xcb\x45\x03\xdb\xe2\x2c\x3d\x5d\x70\xd8\x56\x2a\x0b\x17\x91\x1e\x96\x8c\x96\x62\x23\x0b\xff\x50\x5a\xa4\xa0\x62\xb5\xa7\x61\x05\x49\x56\x26\x13\x6a\xf1\x5e\x03\x88\xd6\x9c\x24\x85\x6d\x77\x2d\x2f\x3c\xd7\x6d\x88\xe7\xfa\xba\x8b\x58\x1b\xf8\x8e\xca\x44\x4d\x1d\xd5\xa0\x42\x47\x2b\x16\x35\xe3\x66\xdc\x60\xc3\xf7\x4b\x88\x3a\x62\x14\x05\x29\xf0\x4a\x13\xb8\x86\xe3\xdc\xc4\x71\xbe\x86\x43\x49\x7b\x79\xb8\x88\x50\xa6\x68\x5c\x25\xd5\xbf\xa9\xd2\x3e\x14\x0d\x64\x88\x33\x84\x5e\x4d\x11\xfc\x97\x8a\x2d\xc1\xa4\xaa\xd6\xe4\x2f\x8e\x79\x62\x2d\x9f\x5b\xf2\x8e\x4e\x34\x01\xf3\xb1\x00\xdc\xee\x0c\x8b\x08\xe7\x68\x42\x53\xca\xa8\x95\x19\x01\xe2\x6c\x25\xa0\x4b\xaa\xe9\x42\x39\x16\x71\x02\x92\x3f\xb4\x82\x99\x74\xa3\x10\x8e\x9a\x1f\xae\x1b\x08\xa3\x81\x8d\x1c\x33\x11\x49\x35\xfb\xd1\x6a\xb8\x0e\xd0\x94\x80\x81\xe8\x0b\xb1\x78\x87\xad\x4b\x2e\x87\xf8\x4c\xd3\x7c\x04\xe8\x08\x1b\x17\xfb\xc8\xd0\x41\x70\x53\x47\xd3\xa3\x9f\xb5\xc0\xa9\x03\x11\x85\x07\xf6\x71\x70\x4e\x3d\x2e\x4d\x4f\x65\xa1\xd3\x1b\xa7\x80\xa7\xb0\xb3\x8c\xeb\x1a\xa5\x04\x5f\xb5\xed\x7d\xae\xdd\x17\x70\x92\xdf\x6f\x2e\xb2\xbc\xb9\x4e\x52\xea\xf8\x9e\x94\xde\xfe\xbe\x7c\x8a\x9f\x72\x41\xec\x92\x4f\x50\x81\x02\xc1\xb6\xf8\x00\x6d\x04\x1f\x25\xae\xab\x10\xa3\x55\xc2\x53\x61\xac\x14\xa7\xd0\x4c\x76\xdd\xee\xaa\xda\x20\x4a\x2a\x11\x9e\xcd\x4c\x82\x96\xf0\xe1\x6a\xaa\x39\xcb\x94\x4e\x30\xa1\xd3\x24\x4e\xb8\x36\x23\x57\x2f\x89\xf2\x4c\x24\xcd\x70\xfc\xd2\x84\x9a\x67\xc6\x78\xe9\x50\x23\xe7\xe0\xb0\xf7\x10\xd5\x65\x5c\x7f\x3a\x38\xea\x61\xcc\xaa\x8a\xf5\x3a\x49\x2a\x73\x7d\xf8\xc8\xc7\x21\x9f\x51\x99\x8b\xf7\xc5\x32\xcf\x23\xcd\xf4\xbe\x0a\xc7\x6d\x03\xf7\x13\xa9\xb6\xfa\x82\xbc\x1b\x61\xc3\x6d\x3f\x76\xee\x0b\x37\xb4\x4e\x6b\x82\x45\xc7\x19\x40\xac\xef\x9b\xf5\xfc\xb8\xea\x7c\x96\x4b\x57\x39\xa6\x03\x92\xc5\xd7\x79\x81\x08\x0e\x23\x54\xe2\x9e\x2f\xc5\x94\x56\x6b\xe5\x57\xd1\x90\x7c\xe5\xf2\x5e\xbf\x47\x98\x40\x19\xf9\xb5\x89\xa8\x13\xdb\x3e\xe0\xf4\x99\xd8\xf6\x57\xe7\xd1\xfc\xae\x0f\xe1\x29\x14\x2a\x42\xcf\x43\xad\x09\xcd\xe7\x54\x4f\x84\xa9\xac\x10\x02\x66\x90\x48\xbf\xb0\x0c\xaa\xde\x04\x52\xe3\xfc\x56\x41\x76\x48\x46\xff\xa5\x62\x11\xc4\x83\x48\xd5\xa6\x91\x0b\x8d\xa6\x37\x56\x8e\x34\xef\xc4\x38\xd3\xdc\x53\xc2\x79\xce\xa0\x22\x64\x28\x18\xcd\x25\x99\x98\x14\x2b\x56\x29\xac\x92\xfe\xbe\xa0\x59\x4c\x2d\x9a\xb1\xe2\x0e\x98\x2b\xc9\x46\x8f\x99\x9a\x9b\x8a\x7e\x7b\xa5\x18\x21\x46\xae\x70\x81\xf4\xe8\xe0\x1c\xd1\xc1\xd7\x24\x9b\x60\xa0\x2b\x05\x48\x77\x09\x8b\xdd\xbd\x0d\x81\xfc\x6a\x4c\x10\x29\xea\x71\xcf\x47\x84\xd3\x43\x32\x75\x44\x2c\xb0\xb3\x69\xfe\xc3\x66\x3d\xa6\x59\xb3\x50\xeb\x25\x5d\x56\x11\x51\x5a\xa7\x74\xef\x01\x88\x8e\x04\xef\xdf\xcc\x1b\xe0\xc8\xc9\x39\x75\x6c\x91\x33\xd8\xe7\xa2\xa1\x18\x39\x84\x17\xc8\x30\xe8\xf5\xc0\x56\xe5\x78\x56\x80\x4c\xe6\x8e\x72\x78\xff\x3d\xdc\x55\x31\xd7\xa3\xa1\xe4\xaa\x4d\x86\x3a\x26\x4e\x06\x94\xb7\xf5\x60\x93\x92\xb6\x81\x53\x59\x5e\xb5\xb2\x4b\xe5\x72\x97\xa1\xc7\xd6\x1b\x5b\xbe\xd1\xe2\x92\xb0\x64\xc6\xd1\x0e\x8c\x28\xde\x53\x05\x69\xef\xab\x90\x38\x12\x63\xb6\xed\x90\x91\x54\x89\xc9\x95\xb6\x2c\x94\xa6\xaa\x34\x63\x8b\xde\xc6\x29\x99\xc9\xf1\x9c\x91\xe2\x6b\x09\x60\x20\xe6\x54\xab\x4b\x7d\x1f\xb5\xa6\xb7\x36\x96\x32\xad\xff\x72\xcb\xbf\x65\x27\xad\x34\x53\x2e\xe2\xeb\x96\xda\x8d\xc4\x60\x9a\x63\xc3\xb9\xc6\x16\xe8\xda\x79\x1c\xdf\x57\xda\x8a\xd3\xc6\xc0\x83\x3d\x9f\xa6\xf9\x0d\x9f\xbb\x9c\x9a\xf3\xa2\x05\x9c\x0e\x9d\x4c\x6c\xbb\xf7\xad\xa3\x42\xde\xdb\x0d\x3d\x0c\x2c\xe0\x26\x10\xe5\x23\x39\xa5\x93\x60\xd5\x20\xcc\xa0\xfa\x54\x9b\x60\x59\xe4\x26\x01\x10\x9b\x60\x32\xf5\x0d\xf4\x80\x48\x6b\x27\x76\x6d\x88\x49\x04\x15\xed\x2e\xb2\xda\x92\x34\x06\x03\xec\xba\x99\xbb\x0b\x76\x21\x32\x57\x33\xff\x61\xf0\x0b\xc1\x21\x8e\x39\x87\xc8\xb6\xe7\x10\x9d\x52\xa6\x93\x4b\x64\x96\xfc\x6c\x72\x8a\xce\x86\x5a\x43\xdd\x22\x0f\x41\xe1\x99\xa0\x70\xae\xf4\xf5\x5e\x38\x19\x3c\x85\x9b\x2b\xa9\xf7\x32\x36\xca\xaf\xd0\xdc\x6b\xb2\x6d\x03\x98\xe5\x13\x2a\x03\x7a\xf4\xc0\x12\x66\xa5\x94\x94\x4c\x78\x6f\x0c\xe3\xb3\x61\xd2\x8f\xd1\xa3\x89\xf0\xbf\x69\x9b\x92\xb3\x21\x8e\x78\x82\x66\xe8\x0e\x5d\xa1\x5b\xf4\x0d\x3d\x47\xef\xd1\x05\xf6\xd1\x67\xce\xb4\xdf\xe0\x15\x06\xac\x5d\x8a\x52\x6a\xca\x77\x07\xe4\x73\x9a\x01\x44\x95\x19\xaf\x43\xdb\x14\x54\xea\x97\x90\x1e\xea\x5d\xc9\x0d\xf1\x8b\xe0\x19\xbe\xc3\x73\x2e\xd0\xab\x8a\x5b\x33\x09\x2a\x6c\xdb\x94\xcf\xce\x67\x29\xbe\x4d\xe9\x37\xba\xc0\x7e\xd0\xd2\x0f\xb9\x56\x73\x81\xbd\xa0\x2d\xdb\x6c\xdb\xb9\xc0\x5c\x7f\x41\x5c\xef\xb9\x10\xe6\xce\x29\x17\x50\x55\xf5\x0f\x11\x3e\xda\x34\x34\x92\xed\xdc\x89\xd8\x83\x3f\xd5\x56\x70\xa7\xd0\x76\x67\xdb\xce\x1d\xfe\x5c\x55\xb9\xf4\x6e\x5d\xd8\xf6\xbc\x27\x3a\xea\x3c\xc7\xb1\xec\xf2\x82\x3f\x46\x2c\x60\xae\x8f\xde\xe3\x6e\xd7\xa4\x04\x7e\xc4\xab\xe3\xda\xd7\x7b\x58\x55\x9b\x82\x8a\x74\x3c\x51\xad\x94\x4d\xf1\xfd\x12\x4d\xf8\x9f\x6b\x89\xf8\x99\x7c\xdc\xc9\xc7\x15\x1f\xee\xdb\xef\xd5\xd9\xa6\x10\x95\xdb\xe8\x6c\xe5\xa9\x70\xd5\x6c\xd0\x77\xe4\x96\x27\xa5\x46\x11\x53\x5c\x1e\xed\xcb\xfd\x31\x87\x9c\x35\x94\x55\xd5\xfb\xea\x24\x32\xf4\xb4\xf7\x37\x11\x2e\xb9\x50\xea\x96\xd2\x65\x6a\x1d\x07\x63\x9c\x4b\x1b\x68\x23\x9c\x37\x4e\x09\x4f\x61\x67\xb6\x35\x1b\xe9\xf0\x18\x63\x5c\xc2\xaf\xdd\xb5\xb6\xc5\xaa\x92\x4c\xc4\xba\xb9\x4e\x18\x2d\xe7\x24\x36\xa6\xaf\x69\x14\x5a\x64\x2a\x77\x86\x0a\xe7\x43\xff\x1b\x49\x17\xd4\x2a\xe9\x9c\x14\x42\x30\xd4\xb2\xf7\x32\xcd\xe3\xaf\xda\x36\x06\x10\x5d\xd9\xb6\xf3\xbb\x43\xd1\x14\x4d\xd0\x35\x9a\x21\xa9\xb8\x5e\x8b\x79\x25\xdf\x6f\x39\x61\x8b\x11\x2e\xf8\x9f\x6b\x45\x1d\x33\xac\xa7\x62\x13\x3e\x7b\x5b\x87\x63\x8b\xa9\x1c\x37\xf3\x38\x45\x3d\x6f\x47\x3b\x99\x84\xcf\xa4\xa0\x64\xc2\x59\x96\x5e\x53\xa8\xed\xf5\x39\x49\x8a\x53\x8b\x58\x71\x9e\xe6\x19\xef\xe2\x2c\x29\x4b\x6e\xf5\x2e\x97\x7f\xa2\xa1\x76\xc7\xa5\x52\xcb\x5b\x99\x2d\x52\x96\x08\x3b\xfb\x2b\xbd\x33\xf7\xda\x9a\xa0\x09\x17\x82\x6c\xde\x3a\xe2\x5a\x49\x39\x72\xb6\x47\x1c\xd7\x0f\x7b\x1e\x0c\xae\x46\x8e\x46\xa3\xa7\xf4\xa5\x24\x8b\xf3\xd9\x5c\x78\x24\x74\xfc\xf6\x1a\x1e\x38\x5c\x82\xa1\xd7\xa8\x38\xb5\xf2\xc2\x9a\xe6\x69\x9a\xdf\xd0\x89\x75\x79\x67\x11\xe1\x1a\x64\xe4\x72\x91\x0a\xd7\x07\x9d\xcd\xd9\x9d\xf0\x1e\x08\x0e\x5f\x4f\x11\xec\xa3\x12\x27\x9c\x06\x0d\x0a\xef\xb0\x0d\x1c\xc9\xe4\xe7\x9c\xb9\x09\x67\xd2\xd5\xa8\x19\xee\xe0\x0e\x37\xf6\xc8\x55\x55\xb5\xb0\x70\xc7\x79\x48\x1b\x0d\x86\xc9\xb2\x69\x1a\xc1\x15\xe6\x29\xad\x94\xf2\x11\x2b\xa5\x35\x9e\x1b\x8c\x14\xad\x10\x5d\xd9\xf6\xfa\xc0\xdd\xd6\x86\x4b\x8b\x98\xb4\xe1\xa2\x27\x4c\x23\x7f\xa6\x10\xdd\x2e\x39\x3f\x45\xcf\xe1\x0a\x4b\x5d\xdd\x75\x5c\xca\x98\x7d\xde\x22\xa7\x06\x73\x06\x29\xfe\x7a\x87\xef\x97\x7c\x58\xc4\x82\xb2\x33\xdd\xac\xbd\xe0\x93\x7d\x61\x24\xa3\x04\x87\x51\x3d\x01\xfd\x21\x67\x75\xd3\x46\xb9\x29\xc4\x66\x7e\x61\xc1\x26\xf8\x7e\xb9\xfc\x1e\xf6\x9c\x40\xd4\x09\x48\x8b\x41\x09\x06\x3d\x95\x0c\x5a\x0d\x34\x83\x68\x73\x0f\x84\x8b\x68\x4d\xa9\x11\x6e\x1b\x3e\x06\xd7\xcd\x18\xcc\xf4\x18\x94\xa3\x7a\x14\x82\x2e\x43\x32\xe1\x33\x7f\xa2\x18\xa6\x9c\x28\x56\x9c\xcf\x66\xc4\xba\xa4\xec\x86\x52\xa5\x2c\xc7\x79\x9a\x52\x15\xe3\x96\xb1\x22\xa1\x5c\x8f\x9f\x4b\x39\x96\x63\x6e\x68\x22\x31\xc5\xa7\x5b\x79\x08\x44\x68\x3a\x79\xc8\x43\xc0\xa0\xd4\x10\x0d\xd3\x3e\xd6\xa6\x7d\xaa\xa8\x60\x51\xcf\xa6\xa6\x54\x37\xe2\x5b\x1a\x19\xd1\xae\x87\x9e\x30\xef\x85\x6c\x9b\x56\x95\xb4\x47\x37\x8f\x9b\xd1\xd6\x0a\x5c\x73\x63\x76\x97\x23\x3e\x51\x12\x74\x87\x52\xb4\x40\x73\x18\xe4\x23\x15\xb8\xc7\xd3\xa5\x06\xa0\x3e\xc1\x40\x7d\x59\x98\x75\x8b\x40\x89\xcd\xd4\x30\x72\x26\xdb\x81\x0d\x83\x09\xee\xf9\xcb\xef\xb0\x35\x57\xc6\x1c\x88\x20\xbf\xe7\x70\xf4\x06\xf7\xbc\xc0\x99\xd9\xf6\xfa\xc4\x35\x35\xa1\x29\x5a\xd4\x1b\x72\xe7\x98\xa1\x19\xe6\x4a\x9e\x54\xd0\xfc\xe1\x41\xb3\x43\xfb\xf1\xd9\xda\xf3\xeb\x39\x2a\xcc\x70\x62\x4e\x51\xae\x5d\xe7\x85\x53\xfb\x48\xc4\x1e\x2e\x83\xb0\x01\x10\xb3\x8c\x08\x6f\xd4\xc1\xfe\x83\x6d\xae\x6a\x0e\xc2\xd1\x45\xe0\x14\x63\x1c\x8f\x62\x2c\x4a\x92\xd1\x75\x30\x91\xb2\x47\x7a\xe9\x24\x1b\x8d\xaf\xf3\x99\xe0\xa3\x33\x21\x68\x38\xd7\x4c\xa6\x49\xbd\x3a\x25\xcf\xaf\x70\x72\x7c\x70\x7c\x86\x9d\x12\x13\x68\xdb\xa5\x08\x5c\x29\xfb\x07\xc7\x41\xdf\x87\xe7\xb8\x56\x9f\xc4\x16\x80\x51\xcd\xb2\x6b\xb9\x66\xf2\xee\x9b\x64\xc2\xae\x65\xd3\x52\x2e\xcb\x4e\x9f\x5a\x09\x33\x0e\x08\x4b\x69\x59\xca\xb3\x2e\x72\x2e\xc9\x82\x74\xb4\x0a\x78\xd6\x51\xab\x09\x7d\xe0\xcc\x31\x73\xf3\xbe\x18\x41\x0f\x2e\x93\xa9\x73\xe3\x10\x28\xfc\x27\x9b\x71\xa8\xfc\x27\xa2\x84\xb0\x2d\x25\x42\xbf\xa7\x6c\xef\xd2\x21\xca\xd9\x46\x64\x58\x89\x1e\xcb\xfb\xda\x9d\xdd\xf6\x54\xa3\x4d\xf4\x74\xea\xf4\xd2\xb6\xcc\x3e\x9b\x43\xdb\x16\x0e\x6e\xb2\xe6\xe0\xde\x0c\xa9\x70\xb3\xa7\x6d\x4f\xe6\xf9\x5c\xec\xe5\x31\x93\x20\xe2\x5d\x81\x33\xd7\xad\x49\x62\x05\x86\x7b\x6e\x94\x5c\x8f\x1e\xf2\x04\x2f\x46\xbe\x3b\x0b\x66\x30\x88\x25\x77\x5d\xb4\xbc\xc6\x62\xe3\xe7\x8e\x94\xd3\x62\xf5\x75\xc4\xd1\x3e\x72\xee\x24\x6f\x7d\xbc\x4a\x18\xdc\x89\x9c\xfe\x83\x39\x67\x9c\x59\x07\x9c\x34\x67\xa3\x95\x86\x2d\x00\x83\x07\x8b\x3d\xfc\x49\xb7\xcd\x19\x84\x27\xc8\x4b\x30\x87\xc4\xb4\xf6\xcd\xd1\x3f\x85\x5b\x0c\xc5\x4f\x82\xdd\x1a\xb6\x4b\xcf\x87\xcb\x26\x86\x5b\xb0\xae\x07\x75\x0d\x41\xa2\x27\x7f\xc0\xfd\xf1\x08\xe7\x69\x8b\xb5\x04\x17\xab\xce\x8c\xcd\x6d\x09\xb6\xb5\x7f\x82\x31\x96\x4b\xee\xeb\x7d\xf4\x20\x7a\x04\xee\x36\x5b\x6b\x76\x67\x9b\x98\x6e\x83\x69\x02\x29\x95\xf6\x4b\x27\x83\x23\xd5\x72\x21\x1a\x7c\xe2\x50\x29\xa7\x7c\x21\xa5\xdb\x3d\xe3\xa3\x6e\x38\x5a\x0c\x63\xda\xb6\x7f\x71\x28\x1c\x3d\x22\x80\x74\xe0\x87\x71\x8e\x4f\x92\x5d\xa5\xd4\xfa\x7d\x91\xf3\xac\x0a\xc9\x30\x70\x1e\x84\x19\xee\x7c\x87\x80\xeb\xae\x7d\x03\xa9\x68\xf9\x26\x48\xe6\x80\xa3\x7e\xa3\x6a\xfe\x07\x49\x26\xc3\xc9\x1a\xc9\x6c\x6c\x4b\xea\x93\x22\xa8\xb0\xd4\x5a\xe2\x4f\xc2\x54\x5f\x21\x9b\x56\x53\x9c\x26\xa6\x8e\x08\x3a\x2c\x6b\x4a\x5b\x2b\x72\xb9\x8d\xd9\x0d\x6b\xd2\xa8\x2d\x8a\xf2\x6c\x78\x78\x64\xdb\x2f\xc3\x32\x82\x0d\x4f\x78\x17\x96\x51\x0b\x8a\x3a\xbf\x43\xb0\x3f\x14\xeb\x08\x31\x2e\xe1\x68\x18\xf8\xfe\x33\x21\x89\x0f\x82\xe3\x43\xf1\x72\x1c\x78\xf0\xdc\x93\x82\xa0\xc0\x44\xec\x53\x2f\xce\xbd\xd3\xa2\xdf\x87\x0e\xc1\x5f\xb6\x02\xf4\x1c\x7b\xa3\x1c\x3b\xf9\xd9\xd9\x01\x74\x49\xd0\x0e\x38\xb9\xa6\xb7\x64\x42\xe3\x64\x46\xd2\x76\xc4\x49\x0d\xff\x2b\x27\x6f\x63\x51\xce\x17\x45\x7f\x32\xce\x9b\x96\x31\x99\xd3\x7a\x41\x08\xc0\x9d\xf6\xa0\xea\x29\x56\xaa\x29\xc6\x29\xac\x63\x8a\xb5\x0b\xfd\x67\xa7\xd8\x24\x5f\x5c\x6e\x9c\x62\xad\xe6\xbf\x47\x87\xec\xae\xdd\x54\x24\x7b\x6b\xd1\xf4\x1c\x0b\x9c\x1c\x0f\xb8\xba\xb7\xc9\x77\xb5\x3a\xbb\x3a\xb3\x6f\xf0\x2a\x27\xc2\xab\x9c\x48\xaf\x72\xc2\xb9\xee\x7f\xce\xab\x9c\x26\xa4\xfc\x1e\xa7\xf2\xda\xd2\x4b\xcb\x9b\x6c\x98\x9b\x2b\x91\xf5\xf5\x52\xcc\xee\x22\xab\xd5\xb8\x89\x6a\xbf\xf1\xff\xd7\xcc\xc6\x34\x5c\xb3\xc8\xf4\x34\x08\x61\x09\x47\x1b\x1c\x9d\xd2\x2e\xc7\x92\x99\x09\xf3\x43\x79\xb4\x92\xa9\xf3\x55\xec\x61\x7e\x74\xd0\xaa\xea\x85\x93\xc2\xaa\x12\x7a\x61\x5a\x55\xfb\xc7\xf2\x79\x30\x54\xbf\xf7\xe5\x53\x1a\x0a\x69\x55\x1d\xe9\x0f\x27\xea\xa9\xd2\xf7\x9f\xa9\xef\xea\xf7\xc9\x11\x7f\xb6\x56\x31\x9d\x23\x55\x99\xd0\xea\xc5\xf6\xd4\xaf\x5b\xb8\x44\x61\x55\x65\xb6\xcd\x09\xe2\x3b\x18\x78\x81\x73\x53\xb6\x72\x9b\x58\x90\x58\x2a\xf9\xb2\xf0\x5f\xa6\xe2\xf5\x3b\x41\x90\xea\x9d\xe6\x90\x12\x6d\xaa\x9e\x47\x6b\xe9\xfb\xd0\x2c\x2c\x75\xcf\xc7\xb8\x87\x6a\x32\x35\x5c\xba\x97\xfc\x97\x0e\xf9\x13\x06\x79\x6c\x96\x13\x76\x78\xa3\xce\x6a\xc6\xc5\x69\xa9\xa5\x18\x63\x06\xef\x89\xd4\xf8\x36\xac\xed\xf3\x59\x92\x64\x0b\xba\x34\x40\xcd\x55\x65\x62\xbf\x65\x13\xb8\x13\xb7\x6d\x80\x85\xd2\x83\x97\xc4\xb6\x05\x47\x2d\xc4\x9e\x5b\xc9\x51\x65\xce\x7e\x09\xbb\x86\x09\xa2\x1b\x41\x91\x4e\xde\x5e\x93\xec\x86\xb6\x2b\xce\xc5\x32\xdb\xeb\xf5\x34\x59\x88\x48\x2c\x41\x31\x73\xc3\x05\x26\xd4\x53\xce\x06\x91\x58\x8f\xe0\x44\xf9\x46\x2c\x6f\xcb\xd0\xb2\x66\x8b\xa2\x58\xf1\x1b\x01\x08\x83\xae\x0c\xf5\x2f\x39\x9b\xb5\xcf\xbb\xe1\x3a\xe5\x75\xbe\x48\x27\xc2\x33\x7b\x4d\xbe\x51\x8b\x64\x77\x7a\x11\x4e\xf8\x6f\x64\x30\xdb\x36\x4e\xad\xda\xb7\x21\x8d\x81\x0b\x01\xf1\x9d\x6d\xcb\x95\x11\xb3\x22\xb9\xd5\xb2\x57\x6f\xb5\xe4\x5a\x2c\x18\x01\x0d\xb5\x14\xdb\x57\xd8\x43\xb7\x0f\x9d\x38\x74\x75\x76\x7b\x7a\xa5\xcf\xda\xf8\xb6\x9a\x2b\xbc\x8a\x60\x7d\xea\x50\x03\xd6\x7d\x8d\xdd\x6f\xcd\x2e\x2e\x23\x00\x44\xe2\xf2\x9b\x70\x1d\x7d\x77\xa7\x35\x5d\x89\x19\xd8\xac\xe5\xca\x48\xfc\x50\x0e\x70\x55\x01\x7d\xec\x20\x88\x64\x73\x70\x24\xc0\x7f\x24\x5f\x28\xf2\x45\x0d\x44\xb2\x41\xdb\xfe\x26\xf2\x8a\x24\xfe\xd2\x15\xa0\x2d\x46\x58\xec\x8e\x9d\xe6\x85\xd5\x6c\x63\x95\xc7\x6b\x08\x97\x80\x1a\xff\x4b\xb1\x08\x2c\xab\x74\x77\x01\xd2\x27\x6d\x50\x9d\x22\x42\x8b\xd7\x70\x3a\x72\x36\xe0\xf4\x0f\x10\x8f\x19\x2f\xab\x1a\x14\x5e\xf8\x09\x15\x6a\x83\xd5\xda\x8d\x5b\xbb\x40\x44\xbc\x43\x1d\x2a\x21\xb5\x2b\x46\xae\x5a\xb9\x41\xb3\x11\xf4\xf1\x75\xd3\x38\xcd\x4b\x2a\x16\x4e\x4d\x9a\x95\xdb\x35\x7a\xe6\x6c\x7a\xd3\x3a\x03\x68\x35\xba\x66\x85\x83\x28\xe1\x50\x07\xc5\xcb\x35\xd7\xd5\xa0\x78\xaa\xb6\x93\xd4\xa1\xd7\xf8\x7e\x69\xca\x75\x7c\xbf\x94\xaa\xfe\xc6\x50\x1d\xdb\x76\x0c\xb1\xbd\x31\xb2\xaf\xd7\x72\x3a\x9c\x7b\x5c\x76\x8a\xb0\x16\xa8\x3c\x2a\x64\xbb\x78\x9c\x75\xfd\xa9\x89\x3b\xd9\x22\x7c\x43\x2a\x69\x61\x84\xd6\xa3\x4c\x4c\x55\x47\x47\x16\x9f\xf9\x3a\xa4\xa0\x0e\xeb\x17\xea\x95\xd0\xa6\xba\x9c\x5d\xe6\x1a\x5f\x66\xc9\x4a\xc0\x9f\x08\xcb\x54\x31\x99\x7f\x24\x6c\x48\x46\x60\x2a\xce\x21\xe4\x68\x2b\x20\xf3\xcf\xe1\x31\xd1\xf1\x6d\x0f\xa3\x70\xa9\x2a\x15\xae\x32\xc5\xb3\x5e\xa3\x0c\x8e\x5e\x87\x59\x24\xad\x0d\x18\x7c\x90\x3a\xa3\x9c\x51\xb5\x79\xd0\x60\xbb\xd6\x1d\x97\x06\xb1\x79\xb5\xe6\xa0\x4f\x75\x10\xba\xd5\xa6\x48\xdd\xcd\x99\x5c\x7f\xbb\x6c\x43\xd8\x8a\x14\xc6\xfb\x86\x06\x0b\x03\xb2\x4a\x33\xa5\xb0\x51\x66\xa4\x58\x8d\x06\xfe\x5b\xad\x16\xc8\x8e\xf4\x7d\x34\xd7\xee\x7c\xa3\xbf\x6b\xd3\xd8\xb6\xef\xd4\x79\x95\x2d\xfc\xe7\xa8\x3d\x41\x45\x6c\x6b\x96\x67\xfd\xe7\xef\x5f\xbc\x7a\x65\x04\x25\xcb\x00\xf8\x24\x63\xb4\x98\x17\x54\x2c\x42\x97\xc2\x38\xd0\x5b\x6b\xea\x2d\x58\xab\x61\x8c\x1b\x6c\xbf\x83\xa3\x2d\xc6\xe1\x11\xd4\x75\x84\xb8\xf5\xf5\x14\x5c\xb7\xf3\xc4\x39\x37\x35\xd1\x34\x6b\xe6\x2d\x24\xb7\xce\x31\x13\xdb\xbb\xe4\xb6\x7d\x19\x49\x4b\x75\x5c\x3d\xad\xe7\xbc\x6d\xcb\xb0\xe6\x87\x8e\xc1\x54\xd1\xce\x0f\x7f\x76\xa8\xf2\x8a\x22\x71\xc6\x27\xc6\xab\xa7\x7f\xf2\x2c\xf5\xf9\x61\x5c\x43\xde\x69\x8e\x15\x90\xfb\x0c\xf5\x4e\x0f\x8e\x47\x5e\x99\x07\x64\x1c\x74\xd6\x11\xf6\x6b\x38\x98\x61\x66\xfa\x90\xb1\x8f\x32\x73\x09\x59\x9e\xf5\xd7\x24\x9d\x65\x35\xd4\xa7\xf0\xaf\x4e\x66\x1c\x64\x50\x8f\xff\xca\x61\x6e\xed\x23\x42\xfe\x29\x8e\x39\xd8\x69\x9d\x6e\xd4\x6b\x8e\x95\xd0\x27\x00\x1a\xe7\x87\xe4\x6b\xe7\x87\x30\x27\x0f\x93\x68\xf5\xe0\x34\x7d\xd0\x82\x1c\x32\xde\x82\x67\x6c\xb7\x12\xd6\x80\x8f\x8d\x84\xfa\xaa\x16\x2f\x6a\x9f\xe4\xd1\x44\x59\x68\x7f\x5b\x4d\x2f\x49\x66\xd0\x12\xb2\x2e\x17\xcc\x9a\xe6\x0b\x71\x27\x4d\x41\xdb\xb7\x9b\xe8\x0b\x36\x7e\x5b\xbd\x8a\xe3\xdf\x0f\xdc\xa5\xd1\x32\x5f\x13\x79\x04\xde\x23\x28\xfa\xed\x81\x13\x1d\x12\x08\x77\x14\xde\xbb\xbf\x2e\xbb\x6e\xfa\xe8\x3c\x34\xe2\xdf\x7f\xee\xd0\x08\xb1\x39\x3f\x38\xfa\xa3\xe7\x47\x1c\x7d\xef\x39\x01\xcd\x56\xb0\xc4\x3c\x6e\xb7\x39\x48\x42\xed\xbe\xbd\x5c\x4c\xa7\xb4\xd0\xc7\x45\xd4\xbc\x29\x33\x36\x9e\x26\xfa\xf8\x86\x74\x31\xcb\x70\xb1\x4c\x8c\xed\x44\x57\x94\xbd\xcf\x92\xf9\x9c\x76\x5d\xb6\x50\xfb\x1b\xc4\x42\x8b\xd1\x1c\x34\xf4\x3c\xa9\x76\x61\x5a\x55\x07\x48\x70\x96\x67\x87\xe2\x8e\x06\x54\xe0\x16\x48\xa7\xc5\xb9\x67\xdb\xe2\x40\x15\x30\xf6\xc6\xc5\x38\xfb\x9f\xff\x63\x6e\xf1\x07\xcd\xc1\x2b\x4d\x43\x62\x9e\x3f\x67\x4e\xd1\xd7\x31\xed\x45\x1f\xfb\xed\xbe\xf6\x8b\x73\xb6\x37\xec\xfb\xf0\x3e\xc1\xc0\x1a\x0c\x06\x16\x40\x85\x8b\x0f\x8d\x25\x19\x75\x98\x4f\x1b\x1e\x72\x66\x36\xa4\x59\xdf\x1f\x04\x90\x28\xf0\x1c\xc2\xe7\x74\xbf\xd5\x92\x06\x2f\xaf\xc1\x23\xfd\x1a\x3c\x7d\x88\x35\x36\x2b\x95\x8c\xb1\x40\x04\xa2\xf6\x01\xd6\xd0\x4d\xdc\xd2\xcd\xdd\x8e\xb3\xad\xdd\x15\xa4\xb8\x49\x7d\x64\x3e\xf8\x04\x96\x28\xd9\xea\x28\x0d\x94\x61\xd0\x1c\xa0\xa1\x89\xcd\xb6\x9d\xcc\xc5\xbb\x49\xc6\xd5\x91\xe6\xb0\x8d\x5d\x60\xed\x42\x94\xb9\x18\x10\x26\x85\x2b\x50\xc7\x90\x88\x3d\x3e\x3e\x74\x01\xb2\x24\xd9\xd5\x5f\xe4\x4f\x6e\xd8\xd3\xaa\x72\xd4\xd1\x1d\x0d\x15\x3a\x42\xaf\xe6\x55\x06\xbc\x8b\xdc\xc4\x31\x4f\xdd\x48\x56\x66\xea\x32\x42\xcf\xfe\x83\x27\x70\xc8\x2b\x9b\x9a\xa9\x97\xb7\x58\x3e\x0e\x9b\x9b\x39\x06\x49\x16\xa7\x8b\x09\x1d\x4c\xf3\xe2\x25\x89\xaf\x5b\x57\xb4\x65\x58\x17\x5c\x42\x44\x43\x16\x75\xe7\x5a\x4f\x15\x6d\x31\x61\x27\xd7\x86\x3c\x93\xce\x8b\xc6\x0e\x55\x9a\xa7\xa8\x5c\x1d\x3d\x44\xe5\xfb\x34\x49\x19\x2d\x9c\x2e\xf6\xb7\x72\x90\x11\x83\x4b\x43\xe2\x90\xfa\x1e\x05\xd5\x2b\x5c\xf7\xaf\xaa\xf4\x91\xf1\xda\x05\x60\x78\x03\x9a\x8f\xda\x4e\xc4\xcd\x69\x9e\xeb\x25\x3b\xb1\x20\x17\x63\x73\x32\xf9\x87\xe8\x9c\xf6\xea\x49\xeb\x51\x25\xb7\xcf\xfd\xfb\xd0\xec\xe0\xe5\xaa\x9d\x3a\x38\x96\x0f\x9d\x96\x68\x75\xf4\x1b\x37\x39\xd5\x9e\x10\xb9\x85\xdf\xd2\xbb\xfc\x95\xe9\x9b\x64\x57\xfc\xbb\x08\x1e\xe7\x35\x94\xbc\xde\xd6\xbe\xc8\x01\xe0\xb8\x55\xa4\xdb\x3e\x29\x00\xe7\xf2\x70\x1c\xa0\xdb\x03\x28\x8c\x56\xf2\xea\x63\xfa\xeb\xbc\x1a\x3d\x1d\x79\xd5\xb9\x02\xe6\xa9\xd9\x9c\xee\x04\x25\xe1\x7b\xd9\xcf\xe0\x7e\x89\xf4\x72\x06\x7f\x57\x71\x45\xfc\x55\xfb\x34\xc4\x5d\x70\xa6\xf4\x80\xf7\x99\xf2\x7c\x68\x6f\x07\xce\x9a\x0b\x1a\x54\x0a\x95\x91\x1c\xd8\x43\x0c\xd7\x9b\xb4\xb5\xb2\x42\xcf\xd8\x29\x15\x5b\x5f\xf5\x97\x90\x36\x44\x9d\xc0\xd5\x9b\x1a\xba\xcf\x54\x58\xc5\x09\x5c\x12\x7d\x0b\x95\x8a\x89\x56\x27\x04\x75\x60\x40\x1f\xb3\xbd\x0a\x9a\x3a\xd8\xda\x0f\x28\xae\x2b\x33\x7b\xc0\xf5\x21\x69\xf2\x89\x7c\x43\x9e\xcf\xf8\xd6\xca\xea\xeb\xac\x9d\x47\x17\xff\x5a\xe4\xd9\x95\x95\x89\x5b\x82\x04\x4d\xe9\x72\xc2\xf9\xf3\x5e\x1d\x11\x21\xe0\x37\x8e\x9e\xe4\x76\x27\xc5\x99\xbe\x15\x89\x5b\x82\xcc\xf8\xc9\x20\xea\xd1\x01\xfd\x46\x8b\x3b\xa7\xe3\x6a\x22\x6a\x9e\x4f\x4b\x96\x2b\xe7\xb9\xbe\x9f\xd3\x58\x2e\x33\x68\x3a\x2f\x17\x73\x5a\x28\x5a\x2f\x2d\x47\x98\x07\x4a\xeb\x93\x00\xaa\xdd\xcf\xb0\xd9\x99\x2d\x27\x51\xeb\xeb\x40\xee\xda\xed\xb1\x2d\x01\x2b\x36\x03\x26\xce\x19\x90\x13\xac\x05\x15\x27\xf9\x87\x60\x32\xbe\x0d\x0c\xd7\x12\xbd\xb1\x88\x73\xaf\xd8\x53\x40\x91\x9e\x50\x01\x5b\x9a\xda\x20\x26\x5b\x28\x75\xc6\xa5\x5a\xc7\x5b\x8a\x91\x41\x7d\x65\xdf\x8e\x71\x18\x14\xbd\xb1\xb2\x06\xa8\x50\x5d\xa6\xc6\x09\x20\x5a\xca\x8b\xcb\x06\xab\xf7\x8d\xc9\x2b\xbe\x96\x11\x3a\xf9\x53\x2d\x37\x33\xa8\x0b\x86\xf6\xe9\x51\x51\x83\xac\x50\xd6\xc8\x11\xb0\xf7\xa5\xdc\x6b\xee\xe0\x84\xa8\xfd\xa5\xa0\x57\xf4\x76\xbe\x96\xdc\x50\x78\x77\x07\x3b\x72\x06\xfe\x31\xea\xa8\x39\xf0\x4f\x50\x37\x28\xc1\x50\xdc\x9d\xd6\xa1\x4d\xfb\xde\x7f\x7c\xb4\xe4\x5d\x87\x11\xd2\xbc\xbc\x85\x21\x96\xcc\x68\xc9\xc8\x6c\x05\x0f\x72\x8f\xf9\x43\x68\xbd\x4c\x32\x52\xdc\xb5\x4b\xe4\x33\xb2\x52\xc7\x9c\x24\x62\x3f\x96\x91\x54\x52\xb6\x01\xad\xaa\xea\xc0\x3f\x40\x2b\xc0\x04\xc3\x21\x6a\xb7\x16\x0c\x8d\x4c\xb2\xb5\x60\x78\x88\x5a\xad\x05\x43\xa3\xf2\xa6\xb3\xc1\x50\x58\x35\xea\x32\x3c\x8e\xf7\x6d\xaf\xe9\x7c\x0c\xef\x9d\xc8\x2a\x59\xb1\x8a\x84\xdf\x57\x90\xcd\x31\xf7\x28\x56\x64\x6f\x7d\xd4\xaa\x23\x18\x1e\xa1\x56\x2b\xc1\x50\xf4\xe4\xf1\x4b\xf4\xfe\x08\x05\x35\xd7\x33\x3e\x40\x45\x99\x3c\xa5\xcd\x24\x91\x3c\x5f\x49\x49\xa4\xff\xa9\x49\x98\xa6\x39\xd9\x48\x0e\xbc\x9a\xc0\x37\x06\x55\x96\x0a\x7c\xa3\xef\xbc\xe6\xc0\x37\x4a\x09\x70\x82\xa1\xb8\x40\xd1\xbc\x90\x90\x63\x67\xeb\x1b\xe7\x4c\x25\x3a\xc1\x21\xe0\x5a\x06\x40\x40\x2d\x2c\x00\x04\xea\x55\x0b\x80\x40\x73\xbe\x3a\x40\xa0\x3e\x4e\x5d\x64\x57\xe7\x8b\x03\xb1\x15\xbd\x3e\x1b\x1d\x20\x60\xde\x0d\x05\x22\x54\xe0\xb0\x5e\xf8\x35\x42\xa9\xeb\xf8\xea\xc8\x18\xa5\x75\x83\x56\x9d\x05\xaa\x1d\x60\xed\xa3\x36\x3b\xd4\x71\xa1\x9e\xae\xa9\xce\x86\xb0\xcb\x9c\xdd\x8f\xca\x77\x9b\x0b\x34\x08\x03\x89\x1b\x46\x49\x69\xcd\xa8\xf0\xb1\x08\x76\x96\x30\x15\xf8\x0f\x76\x5d\x61\x38\xd5\x12\x71\xb0\x5b\x2b\x98\x62\x3b\xa2\x7c\x15\x3a\x3f\x53\xcb\x55\xad\x9b\x9d\x38\x5e\x31\xd3\x6f\x46\x9c\x94\x16\xce\x3d\x6f\xb9\x72\x5e\x23\x66\xcd\xbb\x19\x58\xd5\x88\xf3\xa5\xbe\x2e\x4d\x0f\x10\x66\xad\xc3\xf3\x1b\x08\xea\x61\xc3\xcc\x3c\x1e\xdf\x04\x51\x8d\xa5\x00\x52\xbd\x9b\x19\xcc\x01\xc6\xac\xf5\xb3\x75\x6e\x98\x31\xf0\xd8\xc9\x31\x6b\xa5\xa8\x9c\x04\xdf\x2f\xf5\x22\x52\x6e\xdb\xe6\x80\xe6\x1d\x03\x4a\xe1\x7d\x6e\x6a\xae\xe6\x48\x93\xb0\xbe\x54\x82\x6b\xc3\x7c\x50\x08\x44\x62\xf0\x8b\xb6\xe5\xcf\x07\xe5\x01\x22\x10\x8b\x81\xda\x46\x56\x4b\x7b\x9c\x14\xca\x5a\x23\x52\x27\x0b\xad\xd3\x80\x54\x57\x4c\x0d\x85\x4f\xc4\xc7\xcf\x1d\x15\x13\x71\x87\x15\x77\xf7\x62\x3a\x4a\xef\x01\x80\x83\x1f\xc5\xcb\x32\x26\x5c\x65\xce\xe1\xfd\x52\xda\xaf\x0d\x5b\x11\x26\x2f\x78\xfe\xe3\x8b\x9f\x5e\x5e\xfc\xf5\x6f\xaf\xfe\xfe\x8f\xd7\x6f\xde\xbe\xfb\xf9\x7f\xff\xf2\xfe\xc3\xc7\x7f\xfe\xfa\x5f\xff\xfa\x8d\x5c\xc6\x13\x3a\xbd\xba\x4e\xbe\x7c\x4d\x67\x59\x3e\xff\xbd\x28\xd9\xe2\xdb\xcd\xed\xdd\xbf\x3d\x7f\xb8\x7f\x70\x78\xf4\xec\xf8\xc4\xdd\xc3\xe3\x6c\x5c\x80\x15\xbe\x98\x38\x1d\x1b\x64\x95\xc0\x42\xf7\x1c\x27\x41\x3d\x83\x15\x11\x07\x2b\x06\xa1\x5e\x55\x6f\xe2\x3e\xea\x85\x3f\x71\xb2\x51\x7d\xd8\x1a\xc1\x85\x71\x15\x68\x7e\x9a\xb9\x2e\x94\x01\xdf\x0c\x93\x7a\xd0\xa8\x76\xd2\x88\xa8\xb3\xa3\x03\x19\x4c\xc1\xce\x3c\x23\x4c\xc5\xc5\x47\xf5\xae\xe3\x1f\x8e\x31\xf6\x96\xa8\x9e\x32\xc1\xba\x97\x24\x11\x50\xd4\x17\xe6\x84\xe3\x62\x9c\xe1\x68\xef\x0a\x01\xb1\xb5\x5a\x7b\x79\x51\x89\x0b\x75\xae\x90\x3a\xa5\x98\x61\xef\x94\x9d\x91\x53\xe6\xba\x90\xfd\x70\x80\xb1\x67\xdb\xcc\xb6\x9d\x85\x34\xe4\xe3\xf3\x73\xff\xc8\x1e\x1e\x1e\x42\xd4\xa4\x1c\xb7\x12\x86\x87\x87\x76\x2c\x0e\xa7\x8f\xcf\xce\x8e\xaa\xe6\x86\x82\x5c\x77\xd3\xb8\x8e\xc5\x13\x11\x5c\xe4\x87\x83\xa7\x47\x70\xf4\xfd\x8d\x04\xe2\x68\xc5\xa4\x55\xd2\x5b\x2d\x39\x14\x09\x30\xf0\x87\xf2\x74\x8a\xe6\xcb\x81\xcc\x9a\x8d\x32\x71\x9a\xa1\x7a\x38\x0b\x18\xc8\x69\xb3\x80\xc1\x62\x89\x6a\x2e\x12\x74\x70\xa6\xcc\xb6\xb3\x41\x52\x4a\x82\x76\x28\x5c\xa2\x9a\xa7\x74\x0c\x8b\xbc\x1d\x56\x9d\x99\x4c\x8d\x41\xe8\xc0\xfd\x7e\x8d\xfb\xc4\xc5\x65\x98\x9f\x9f\xfb\xc7\xf6\xd1\x7e\x84\xea\x9f\xc3\xd6\xcf\xa3\xe6\xd7\xd1\xbe\x9d\x47\x10\xc9\xe0\xc5\x63\xe8\xd2\x90\x45\x26\xc6\x33\x4c\x7e\xd8\x87\xa3\x3f\x5a\x71\x20\x16\x3a\x8c\xe2\x5e\x2b\xff\x81\xf1\xeb\xec\xcc\xa8\xeb\xe8\x20\x82\x81\x58\x15\x30\x3a\x35\x6c\xe5\x3e\x68\xe5\x6e\x8a\xa1\x64\x59\x2b\x18\x86\x51\xe4\x6f\x7b\xbc\x6d\xed\x3a\x5b\xd5\x91\xba\x78\x01\xd7\x56\xfe\x1c\x27\xa8\xc7\xb6\x3e\x92\x54\x1d\x07\x05\x58\xb1\xa0\xfa\xaa\x9d\x0f\xe6\xfb\x2f\x1f\x5f\xca\x9b\x7e\xaa\xea\x50\x67\x9e\x92\xb4\xac\x73\x5c\xb4\x7e\x3c\x7f\xfd\x5e\xe5\x7f\x88\x11\xa8\xfb\x80\x36\x36\xf8\x38\x81\xd7\x27\x5d\xfd\x28\xaf\xae\x10\xe7\x60\x6d\x3e\x55\xd6\x98\x05\xf7\x69\x7e\x43\x8b\x98\x94\x9d\xf3\x87\x8e\x24\x84\x81\xea\xec\x12\x2d\xe6\xf3\x47\xb3\x0b\xc0\x03\x85\x81\x25\x8a\xc9\x8c\xa6\x8f\x65\x97\xb5\x4b\xec\x2d\x97\xc8\x14\xe7\x01\xa8\x61\x03\x9d\xe4\xb5\xed\xaa\xc8\x9a\xf3\xd6\x90\x62\x9c\xce\x7e\xa1\x57\x2f\x6f\xe7\x0e\xf8\xe4\x8c\x82\xb0\xef\x46\x23\x67\x14\x78\x55\xe8\xf7\x4f\xa2\xd0\xeb\x9f\x7c\x8e\x9e\x42\x67\x14\x8c\xc7\x03\xfd\x8b\x67\x08\xe9\xcb\x48\x64\x56\x07\x3e\x8e\xaa\x3a\x83\xdb\xf9\xb9\xf9\xa5\xaa\x71\x46\x41\x10\x7a\xfd\x43\x95\x0a\xdd\xa6\x05\x99\x79\x3c\x1e\x38\xa3\x20\xc9\xa6\xd5\x2b\xfe\xff\xdb\x0b\x58\xc9\xa4\x8c\x64\xd5\x5b\xf2\xb6\x7a\xfb\xfc\x2d\x84\x4f\x00\x54\xb7\xd9\xed\x7d\x32\x5a\xa4\x7b\xdb\x48\x56\xa9\xe9\x6f\x33\x9d\x56\x62\x73\x6c\xbb\xe7\xf4\x0a\x7d\xeb\x63\x55\x81\xcf\x6b\x17\x5b\x3d\x48\xfb\x46\x1c\x4e\xed\x97\xc1\xa0\x0f\xf4\xb9\x63\xb5\x60\xfc\x2c\x45\xe2\x80\xe5\xaf\x39\x25\xc8\x4b\x88\x61\xe8\x45\xa3\xbe\x1f\xf8\xf2\x04\x7f\xe0\xf6\x8d\xa5\x95\xd0\x8b\xe0\x39\xe7\xcc\x5c\x4b\x6f\x56\x88\x11\xcf\x32\x05\xe2\x08\x02\xc1\xe2\x46\xea\xbe\xee\x9f\xdf\xbd\x7f\xd5\xba\xaf\x3b\x78\xe8\x22\xef\x00\x0c\x32\x92\xc9\x2a\xde\x92\xb7\x01\x6b\x6e\x97\x0b\x80\x88\x46\x77\xd8\xa0\x9c\xa7\x09\x13\x09\x9d\xda\x63\x31\x58\x64\xe5\x75\x32\x65\x8e\x38\xc7\xf3\x82\x23\xdf\xa1\xc8\xf7\xa0\x50\xe2\xc5\x2e\x1a\x1f\x15\x9d\x65\x99\x8b\xe9\xd3\x04\x25\x4f\xf1\x91\xb7\x84\x28\x7b\xca\x60\x90\x3d\x35\xea\x61\xbc\x9e\x2d\xd9\x85\xec\xe4\x76\xdc\xc2\xb6\x1d\xfa\x83\xdf\xc3\x5e\x55\x65\x2b\xf7\xa1\x3b\x14\x3e\x20\x52\xeb\x35\x40\x6e\x30\x25\xe5\x5b\xf2\x96\xe7\x55\x5e\x58\x26\xdd\xae\xc6\xf4\xd6\xb7\xfe\x09\x14\x0b\x5f\x2b\xa8\x19\x4d\xf3\xf1\xed\xf3\xb7\xea\x63\xcd\x56\x8c\x8f\xe4\x2d\xa8\x23\x6c\x1f\x1a\x5d\xc1\x92\x37\x43\xc1\x69\xe5\x41\x28\x5e\xbd\xbd\x78\x18\x8a\x57\xd9\x74\x0d\x8a\xae\x3b\xe1\xb7\x80\xa2\xff\x28\x18\xfd\x47\xe1\xe8\xb7\x01\xe9\x1a\x37\x9d\xd3\x1b\x78\xf5\x8a\x5d\xd2\xba\xfd\xdb\x83\x28\xd7\xc7\xe7\x8c\x92\x7a\x56\x02\x6e\x30\x0f\x28\x80\x41\xb2\x05\xbf\x36\x1d\xa8\x6d\xee\xbd\xed\xca\xdb\x83\xdc\xbb\x59\xa5\x28\x5a\xe7\x82\x37\x57\xea\x2e\xcd\xa5\xb8\xae\x1c\xcf\x96\x5b\xf0\xc8\x24\xdb\x8e\x43\x6e\x30\x3d\x0c\xb3\xc3\x93\xe7\xbc\x71\x5b\x23\x69\x05\xbb\x83\x3e\x50\xe7\xd3\xc9\x9b\xaf\x81\x0b\xe4\xb1\x77\x22\xc9\x75\xc5\x4d\xdb\x9e\x60\x42\xa2\x3d\xe2\x0a\xef\x82\xb1\x37\x6c\xea\x80\x4b\xcd\x48\x65\x01\x15\x1e\xe8\xba\xa7\xe4\x2c\x39\x25\xd2\xc6\x01\x9f\xcd\x86\x64\x80\x85\x07\xd4\x0d\x27\xbe\x78\x69\x00\x2b\x71\x7d\x41\x9b\x55\xda\xb6\x2c\xcb\x96\xbc\xcc\xad\x82\x65\xbb\x26\x7a\x8e\xd8\x47\xbb\x72\xbb\x24\x81\x50\x5d\x2a\x59\x55\x47\x87\x67\x5c\xff\xcc\xce\xf0\x33\xaf\xaa\x4e\x9e\xe9\x5f\xbe\x37\x84\x1b\x01\x12\xf1\x39\x1b\x20\x28\x9c\xd5\xb6\xb7\xea\xe7\x67\x80\x5b\x28\xd9\xa2\x29\x10\xc8\x32\x75\x20\x7e\x2f\xdf\xae\xed\x9e\xd3\x2b\xb5\x40\x15\x87\x52\x80\x40\x51\xc1\xde\x27\xa7\xad\x31\x3c\xd1\xf7\x2e\xeb\xcb\x15\x21\xdc\x2c\x75\x31\x45\x05\xf6\xe5\xd5\x37\xc6\x19\x8f\x8d\x8f\x0a\x7c\x06\xe2\xc6\x25\x9c\xac\x89\x62\x88\x6a\x12\x4d\xb8\xac\x35\x49\x54\x4a\x70\x26\x8e\x60\xed\xfb\x5c\x9e\x89\x2a\x6a\x21\xcc\xf3\x2b\xea\x4d\x46\x5e\xa0\xe8\x78\x24\xe9\x35\x09\xfd\x68\x54\x3c\x6d\xce\xb7\xae\xaf\x88\x47\x43\x18\x48\x3a\x5b\xcb\x83\xfc\x23\x18\xb4\x12\x8e\x61\xb0\xda\x99\x00\x70\x5b\x6a\x93\x68\xce\xdb\xa2\x99\xd7\x56\x0b\xe6\x04\x7b\x28\xe3\x18\xeb\x5e\x82\xe6\x82\x39\x43\x99\x12\xcc\xc5\xd3\x64\x05\xa6\xff\xbf\xc4\x32\xfd\xc1\x17\x46\x68\xaf\x83\xbd\xb7\x54\x7c\xe9\x3e\xe9\xd4\xc0\xb9\xde\x02\xbc\x4b\x11\x85\xad\x19\x3f\xc7\x77\x7f\x2d\xad\xb9\xa3\x13\xe5\x31\x23\xe9\x23\xd5\xb5\x4a\x1e\x8b\xda\x56\x92\x8c\xca\xd4\x36\xbd\xce\xea\x5a\xc2\x68\x89\x8c\x5d\x7d\x8f\xb4\x7e\xdb\x6a\xcb\x3f\xe2\xea\xe3\x47\x2e\x3f\xa5\xfa\xc8\xa1\xd9\x90\xa5\x81\x6e\x55\xc0\xa9\xd6\x01\x32\x9d\x89\x35\x82\xc3\x21\x02\x97\x49\x06\x22\x85\xa1\xf0\x18\x81\x3c\x66\x20\xaa\x3b\x19\xfa\x1e\xe2\x95\x80\xa8\xd5\x99\xd0\x3f\x42\xe0\x9a\xde\x82\x68\xb9\x85\xe0\xdc\x62\xad\xb1\x71\xea\xd1\x72\x5e\x24\x33\x02\xa0\x72\xe7\x15\x3c\x7b\xbd\x46\x56\x87\xd2\xdd\x24\xd9\x24\xbf\x11\x37\xff\xca\xd7\x81\x2a\x08\x5b\xce\xbf\x87\x2c\xf5\x4e\xb9\x69\xae\xde\xfd\x61\xf9\xc9\x3b\x22\x8d\x76\xe0\x00\x97\xba\x00\x02\x94\xe0\x6c\x20\xe6\x97\xc3\xd0\x7d\x41\xb2\x2b\x1a\xf4\xbc\xfa\x1e\x29\xf0\x73\x91\x5f\x15\x64\x26\x38\x86\xd8\xbb\x61\xdb\xd2\x07\x7f\x99\x4f\xee\xea\x48\x2d\xf0\xf2\x96\x4f\x90\x32\xc9\xb3\xf7\x8c\x30\x2a\xce\xac\xaf\xb3\x85\x5e\xa4\x8a\x3a\xe0\x79\x51\xe4\x37\xfa\x76\xd5\xa6\x54\x3b\x33\xad\xd3\x45\xb9\xaa\x02\xdf\x59\xc2\x18\xa0\xfa\x2e\xd4\x0d\x5e\x44\x03\x25\x45\x8d\x92\xc4\x44\x89\x64\xf2\x5c\x18\x69\xa4\xf4\x30\x2e\x14\x84\xe2\xe6\x00\x13\x29\x55\xd5\x89\x94\x3a\x9b\x46\x4a\x55\x3d\x88\x93\x56\xde\x95\x1e\xda\x76\x17\x4e\x1e\x2b\x61\x78\xc9\xc5\xad\x4f\x0e\xb8\x20\x49\x4a\x27\x16\xcb\xeb\xcd\x27\xc6\x3d\x9d\xfa\x12\xe9\xae\xea\xe6\xa4\x20\xb3\xf2\x01\xd6\xaf\x82\xb4\x33\x32\xa3\xd2\x10\xeb\xac\x42\x60\x4a\xe0\x16\x81\x1f\xd3\x3c\xfe\xda\xa2\x9b\x87\x8b\xf0\x9e\x8c\x78\x1f\x74\xef\x9d\x1c\x69\xf1\xc6\x0d\x56\xd7\x47\x2c\xf4\x23\x11\xc0\xbd\x92\x0d\xa8\x2e\x01\xd7\x2c\x20\xb2\xc3\x6d\x85\x4a\xeb\x5e\xe0\xef\xf2\x0d\x3d\xce\x92\x61\xc3\xab\x56\x18\xd4\xf6\x21\x09\xdf\xe5\xf9\x6b\x16\xfd\xff\x30\x37\x49\xa6\x8e\xda\xfc\x60\xc6\x3d\x37\x7e\x41\x94\xe1\xbd\xf1\x9e\x13\x5e\x25\xb3\xe8\x69\x7d\x87\x07\x85\xc2\x31\x2c\xe6\xd1\x9e\x50\x5a\xb8\x2a\x23\x5a\x10\x6a\x52\xc6\x87\x03\xe9\x80\xc9\xf3\xfd\xb6\x4a\xbf\x27\xf4\xa3\x50\xdf\xe0\xd7\x4f\x0c\x0f\x49\x3d\xd3\x9b\xb5\xb7\x47\x66\xfc\x26\xf8\xd4\xc0\xd7\x20\x72\x76\x6e\x00\x68\x78\x44\x50\x07\x34\x10\x22\xc3\x19\xc6\x50\xb2\x2d\x81\xc9\x12\x7f\x8e\xbc\x14\x8b\xdf\x13\xf7\x84\x8b\x9b\x16\x5c\xb0\x07\x9a\x78\xc9\xab\x34\xbf\x24\xa9\xba\x62\xed\x4a\xec\xb1\xa8\x0f\xb0\x53\xa9\x33\x91\x9a\x5c\x65\x79\x41\xb9\x1c\x57\xc9\x09\x80\x88\x3d\x44\xaa\xc3\xed\x23\x41\xbe\x97\x54\x1b\x21\xbb\x91\x5a\xcd\xa5\xd7\x8e\xe1\x87\xf7\x1b\x56\x39\xbe\xe5\xc9\xc4\xf2\xa4\xb7\xb8\x03\xbd\xf5\x80\x81\x07\xd1\xb0\x7d\x60\xc6\xf6\x38\x98\x91\x66\xa2\xd6\xa7\xc8\x3d\xe6\x0c\xaf\x7d\x8b\x23\x1a\xdc\x2f\x3b\x57\x14\x86\xdb\xc7\x5d\x7c\x07\xa0\x22\xf4\x65\x7b\x1f\x28\x38\x3b\x53\x6e\x7a\xcd\x60\xba\x61\xdd\x36\x0a\xe2\x7b\x60\x15\x51\x17\x7f\x90\xfd\x79\x0f\xac\x7e\xf8\xd2\x6a\x03\xff\xad\x7a\x55\xaf\x86\x88\xc6\xd4\x82\xc4\x5b\xf3\xfd\xe3\xeb\xd7\x8f\xac\x6e\xb4\xc6\x73\xd3\x02\x9d\xc6\xa0\x69\xaf\xc4\x24\xcb\xb3\x24\x36\xb5\xfc\x1a\xf7\xff\x0d\x96\xa8\x63\xc9\xa2\xfe\x2e\x60\xee\x5c\xa6\xa8\xb3\x08\xf0\x3b\x97\x26\x9a\x2c\xa2\x96\xef\x5b\x8e\x18\x6e\xb1\xd8\xde\x5e\x7d\x48\x36\x5e\xb8\x58\x3c\xcc\x51\xb7\xa1\x96\xdc\x9c\x83\x4d\xb8\xcb\xf7\xd1\x0b\xca\xea\x43\xe1\xc2\x08\x2d\x30\xd5\xab\xa1\x28\xc3\x0b\x1d\xe2\xcb\xce\xb2\x53\xe6\x62\x5f\x54\x94\xe3\x45\xc8\xe4\x5d\x06\xeb\x97\xca\x0b\x7d\x4f\x48\x83\x7c\xe5\x64\x06\x62\x25\x99\x95\xc3\x64\xea\x24\x2a\x03\x22\xea\xe4\x82\x15\x3f\x49\x32\x75\x7a\x65\x4b\xca\x0a\xa3\x3f\xae\x8d\x7e\x62\x54\x1d\x4b\xf5\x8e\xc0\x8d\x42\x76\x9d\x0d\x85\x51\xf7\xd4\xfe\xde\x85\xcd\xae\xa1\xfe\x9e\x81\x94\x81\x77\xff\x81\x91\x54\x3b\x72\xd4\x20\x12\xe3\x52\xbf\x3a\x24\x1a\xc9\xa1\x2d\x3b\x87\xb6\xc0\x25\x1f\xda\xae\x51\x4d\xea\x6b\x85\xcc\x81\x51\xf7\x22\x9b\xa1\x35\xcd\xc5\x43\x4d\x4e\x12\xb2\x08\x87\xb9\xb8\xd0\x4b\x3c\xa2\x68\xe3\x70\xad\x77\x34\x8c\x76\x5a\x7b\xbc\x11\x51\x1d\xcd\x8d\x8e\x92\x95\x8e\x92\xb5\x8e\x26\x98\x83\x83\x8a\x95\xab\x9c\x50\x2e\x80\x2c\x38\x90\x89\x78\x44\xf5\xba\x7d\xde\x4d\x27\xdb\xaf\x50\x6e\x2f\x02\x4a\xfa\x7b\x07\x25\xfc\x59\x8a\xde\xde\x1b\xbf\x2d\xf3\xda\xae\x2f\x6c\x5d\x47\xf8\x5e\xa2\xd6\x1c\x89\xb3\x8f\xcc\x60\x1f\x19\x62\x50\x9e\xb1\xd1\xc3\x38\x0b\x59\x64\x9c\x3d\xf9\xdd\x9c\xe0\x21\x85\x64\xfb\xc0\xef\xef\x18\x61\x56\xac\xc9\xf8\x6d\xe1\x34\x95\x3c\x13\xce\xed\x6d\xb2\x7a\x7c\xdb\x4b\xe3\xf5\xca\xb5\xf1\x07\xf6\x9d\x87\x7e\x3c\xe9\x58\x5d\xdf\x58\xc5\x68\xe5\x97\x33\x0a\xc2\x0f\x2c\xaa\x42\x6b\x3c\x66\x91\x0b\x5b\x1f\x03\xb3\xb9\xd6\x0f\xb9\x58\x2f\x53\x9e\x42\xb9\x5a\x2f\x6a\x78\xea\xfc\x56\x39\x61\xdf\x8d\xe0\x6a\x33\xad\xf2\x70\x04\xe1\xe8\xc9\x76\x63\xd5\x84\x3b\xff\xa1\x45\x74\x7d\x28\x71\xa2\x2d\xb9\xfa\x18\x8b\x42\xa7\x6c\x74\xe8\xb7\xcf\x74\xf2\xd0\x54\x6c\x87\xd9\x69\xa6\x8c\xc3\x9a\xfa\xa1\x58\x1a\x6f\x2a\xaf\x6f\x43\x5b\xf7\xb5\xfc\x44\x18\xad\xdd\x2c\x94\xa7\xc9\x9d\x1d\x19\x76\x59\xe8\x47\x28\xe7\xcf\x61\xd4\xf7\x11\xe1\x6f\xfb\x11\xea\xb1\xf0\x20\x82\xc6\x56\x0b\x5e\x85\xc3\xff\x0c\x3e\x7e\x78\xe1\x08\x50\xe5\x89\xa2\x25\x2f\x71\x10\xa1\x98\x3f\x0f\xb9\x5a\xe1\xb2\xf0\x28\x42\x2c\x7c\x16\xc9\xd5\xa4\x39\xe6\xef\xca\x60\xf5\xd0\x3e\x3c\x9d\xeb\x43\x25\xf6\x4f\xe1\xdc\xc5\xc0\x03\x3b\x73\xec\xce\xf5\x8a\x0d\x0b\x4f\xb8\xc5\x3b\xc5\x47\xf4\xe0\xa9\x73\xe4\x3d\xe5\x50\x7a\x91\x6b\xb9\x0e\x0b\x7d\x3f\xaa\x2a\x4f\x2e\x5f\x08\xeb\x58\xe5\xed\x4f\x21\x44\x29\x7e\x00\x56\x85\xd6\x39\x84\x68\x6a\xdb\xe9\xa0\xa4\xec\x43\x32\xa3\x4e\x3a\xb8\x52\x6f\xb0\x3f\x85\x28\x5d\xa2\x26\xda\x35\xe0\x55\x6c\x76\xa2\xbc\x7a\xff\x6e\xdd\x8f\x62\x4c\x58\xb0\x07\xb6\x0d\xa2\x4e\x93\xcb\xbd\x2f\x65\x9f\xd3\x65\xff\xd0\x3b\x39\x9c\xee\xef\x1f\x1c\x5e\xc6\xc3\x83\xe1\x01\x3d\x79\x36\xa1\x87\x27\x64\xe2\x79\x84\xfa\x47\xcf\xc8\xe0\x4b\xd9\xa6\x6b\x19\x37\xfa\xbd\x55\x04\xfe\x32\x5a\xa2\xfb\x25\x0a\x23\xe8\x80\x3d\xb1\xc9\xcd\xec\xe8\xda\x95\x7d\xaa\x3d\xdb\x5e\xfb\x32\xcb\x27\x8b\x94\x8e\xa8\x53\xd0\xdf\x17\x49\x51\x1b\xdb\x1c\xa4\x38\x9f\xd0\x59\x22\x29\x0f\x06\xcd\x0e\xf0\xba\xb0\x34\xb1\x6d\x5b\x3e\x07\x64\x36\x19\xc9\x57\x27\xec\xae\x26\x42\x14\x06\xd4\x79\x91\x4f\xe8\x1b\x91\x02\x97\x2d\x5f\x60\x0b\xc7\x74\x20\x2b\x7b\x93\x4f\xa8\x03\x38\x72\x00\x5a\xdd\x5b\xd6\x62\x71\xe3\xf1\xa5\xe3\x00\x37\x94\x41\x53\x48\x05\x4d\x21\x90\x67\xfc\xcf\x74\x0a\x10\xb8\xa3\x25\x40\x20\xcb\x41\x34\xf8\x92\x27\x99\x03\x60\xe5\x00\xe8\x02\x08\x9f\x00\x04\x92\xda\x8b\x79\xcf\xf2\xaf\x34\x0b\xda\x7b\x3b\xa5\x2b\x9e\x0d\xe6\x94\x7e\x75\x04\x7f\x1d\xc8\x33\x0a\x27\x62\x5e\xea\x1f\x42\xef\xfe\x0b\x10\xe1\x94\x8e\x87\x79\x81\xbc\xac\xaa\xbd\x71\xa9\x96\x0b\xd9\xa0\x54\x5e\x19\x15\xf2\xc9\x33\x88\xb3\xc6\xf4\xe4\x65\x83\xf2\x6b\x32\xff\x90\xbf\xcc\x26\x0e\x44\x20\xce\x67\xc2\xcf\x29\xc2\xdf\x07\x33\xe1\xa8\xde\xfb\xe4\xec\x3a\xe1\xa7\xdd\xa8\x1a\x8f\x07\xf0\xe9\xee\xa8\x02\x4e\xf8\x09\xa8\x9f\x60\x04\xf7\xea\x20\x03\xd9\x1a\x90\x40\xa6\x09\xa3\x05\x49\x6d\x5b\x46\xd0\xa8\x33\x8c\x1d\x78\x9e\x71\x45\xeb\x45\x9e\x3e\x00\x43\x77\x25\xcd\xbb\x38\x05\x8c\x0d\xca\x3c\x75\xa4\xd5\xa0\xeb\xe3\x5a\xde\x80\x6b\xd0\x1c\x2f\xf2\x4d\x9e\x3e\xd6\xf3\x51\xdd\x99\x7e\xbf\xdf\xc0\x3b\xa1\xd3\x76\x57\xc7\x03\xfe\xef\x63\x19\xca\xa7\xfd\x71\xe9\x36\x39\x66\x94\x11\xb0\x6c\xa3\x6b\x7c\x5f\x8d\x97\xd5\x38\xac\xc6\x91\x81\x9c\x7b\x3e\x50\xa3\x6c\x90\x64\x69\x92\xd1\x9f\xb9\xa6\xef\xba\x01\x58\xae\x27\xf7\xfb\x01\x08\x5b\xc9\xaf\x93\x92\xb9\x6e\x60\xfe\xec\xf7\x91\x6c\x5c\x22\xaa\xf9\x70\xee\xd9\x76\xaf\xb0\x6d\x80\x40\x13\x32\x60\xb1\x41\x46\x6f\x19\xc7\xef\x5a\x21\xd1\x66\x77\xa9\xed\x50\xdb\x51\x73\x9d\x43\x06\x51\xd7\xb8\x19\x97\x4f\x9d\x71\x55\x8d\xcf\xe1\xb8\x7c\x5a\xe3\xc6\x32\x06\xd7\x33\xea\x59\x29\x67\x57\xe3\xa7\x30\x24\xfd\x7f\x7b\xfd\x93\xf1\xe0\x73\x3f\x72\xc7\x97\x7b\x49\x8d\xe0\x6f\xa4\x48\xc8\x65\x4a\xfb\x43\xa0\x1c\xc0\xad\x1e\x72\x42\x34\xaa\xeb\x8b\xb5\xf5\xf1\x60\x8c\x22\x77\x5c\x8e\x9e\x34\x03\x25\x37\x6f\x76\xa3\xe8\xb1\x2a\x9c\x11\x76\x50\xb5\x84\xb0\xb3\x2a\x5d\xb2\x09\xc9\xf9\x4a\xef\x6e\xf2\x62\x02\xb4\x01\x24\xb1\xb6\xd2\x06\xd7\x69\xd0\x38\x1c\x47\xf7\x4b\xfb\x69\xaf\x3a\xdf\x05\x3f\xfc\xaf\xff\x27\x0a\x3f\x8d\xcb\x5d\x10\x44\x55\xf8\x49\x7d\xfc\x8b\xf1\x15\x86\x9f\xfe\x12\x3d\xe5\xf0\x8c\xcb\xa7\x81\xf3\xa4\x1a\x97\x1c\xa8\x91\xa3\xc7\x90\x8f\xa6\x1a\xd8\x95\xc9\x89\x00\x61\xf9\x0c\xc0\x60\x1d\x98\x40\x8c\xd8\xc8\x69\x0d\xbf\x1e\x2d\x18\x38\x2b\x64\xd1\x70\x29\x30\x1e\x73\x9a\x6a\x08\x45\x5c\x48\xb1\x44\x25\xcf\x2a\xd6\x56\xd6\x3d\x33\xf7\xbc\xae\xa0\xe7\xa3\xba\x4e\xfe\x43\xc2\x1c\x78\xc8\x18\x95\xfa\x17\xa7\xfd\xc0\x43\x8a\x90\x78\x76\x05\x40\xd0\xf3\x97\x5c\xab\x47\x35\x9f\x7f\xf5\xe6\xa5\x03\x18\xbd\x65\x7b\xb7\x7d\xc9\xee\x25\xd7\x87\x4b\xb8\xf3\xff\x05\x00\x00\xff\xff\x88\xf1\x93\x1e\x46\xad\x00\x00") - -func web_uiAssetsCodemirrorModeYamlYaml5095f3345bc2424e97de59ad00ae167aJsBytes() ([]byte, error) { - return bindataRead( - _web_uiAssetsCodemirrorModeYamlYaml5095f3345bc2424e97de59ad00ae167aJs, - "web_ui/assets/codemirror/mode/yaml/yaml-5095f3345bc2424e97de59ad00ae167a.js", - ) -} - -func web_uiAssetsCodemirrorModeYamlYaml5095f3345bc2424e97de59ad00ae167aJs() (*asset, error) { - bytes, err := web_uiAssetsCodemirrorModeYamlYaml5095f3345bc2424e97de59ad00ae167aJsBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/yaml/yaml-5095f3345bc2424e97de59ad00ae167a.js", size: 44358, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/codemirror/mode/yaml/yaml-86bec82a0f62e7a53eef41d44a8e4727.js", size: 44654, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -424,67 +402,67 @@ func web_uiAssetsConsulLogo707625c5eb04f602ade1f89a8868a329Png() (*asset, error) return nil, err } - info := bindataFileInfo{name: "web_ui/assets/consul-logo-707625c5eb04f602ade1f89a8868a329.png", size: 58433, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/consul-logo-707625c5eb04f602ade1f89a8868a329.png", size: 58433, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsConsulUi45f8c4c950c033edf61a5d4cb99dae6aJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfd\x7e\xdb\x38\x92\x28\xfa\xbf\x9f\x82\xe6\x9e\xf5\x90\xdb\x10\x2d\xc9\x76\x6c\xab\x47\x93\x4e\x27\xe9\x99\xec\x24\xe9\x9c\x38\x3d\x33\x7d\x34\x3a\xf9\xd1\x24\x64\x71\x42\x01\x6a\x00\xb2\xe3\x56\x74\x9f\xe5\x3e\xcb\x7d\xb2\xfb\xc3\x27\xc1\x6f\xca\x96\x3b\xc9\x6c\xcf\x6f\xb7\x63\x91\x20\x50\x28\x14\x0a\x55\x85\xfa\x70\x57\x14\x3a\x94\x91\x24\x62\xee\x5e\x0c\x67\x09\x82\x9e\x1b\x61\x44\x57\x69\x6f\x95\x1c\x86\x71\xb8\x64\x90\xd0\xc3\xde\xbf\x28\x46\xbd\x70\x99\xb8\x60\xe2\xc2\x8f\x4b\x4c\x18\x75\x81\xfb\x1d\x5c\x5c\x42\xd2\x8b\x43\x16\xea\xb6\x87\xa6\xe5\x14\xcc\x56\x28\x62\x09\x46\x1e\x04\xcc\x5f\xff\x78\xf9\x2f\x18\xb1\x40\x8e\xf2\x86\xe0\x25\x24\xec\xd6\x83\xc0\x7d\xff\x1e\xd2\x57\x38\x5e\xa5\xd0\x05\xeb\xeb\x30\x5d\xc1\xd1\x7e\x7f\xe3\x83\xda\x0f\x62\x38\x0b\x57\x29\x73\xc1\x1a\xa2\xd5\x02\x92\xf0\x32\xe5\x9f\x80\x2b\xc8\x46\x66\x4c\x7f\x4d\x20\x5b\x11\xe4\x88\x1e\x78\xfb\xcd\xc6\xdf\xf8\xa0\x61\x96\x61\x94\xe6\xe7\x57\xd5\x66\xb9\x4c\x93\x28\xe4\x43\xe4\x1a\x2c\x70\x0c\x53\xd5\x45\xf9\x71\x1c\x15\xd0\x01\x10\x20\xfe\x5a\x3f\x71\xa8\xe7\xaf\xaf\x43\xe2\xc0\x71\xec\x4d\xdc\x7f\x22\x47\xfc\xef\xcd\x4f\xef\x9c\xc3\xeb\x01\xef\xf4\x30\x4a\x31\x82\x87\x2e\x70\x1f\xbb\x40\x35\x70\xa7\xfe\x9e\x9a\x23\x1d\x97\xe7\x0d\x37\x00\x6e\xcc\x08\xb8\x75\x84\x18\x52\x46\xf0\x6d\xed\x18\xb8\x75\x8c\xb0\x75\x8c\xd5\x32\x0e\x19\x94\xdd\xeb\xf7\x55\x63\x85\xad\x63\x25\x12\x8b\xd9\x2a\x3b\x09\x72\xe0\xe3\x3a\x9a\x61\x9a\xb2\x10\xc8\xd3\x4c\x84\xd1\x2c\xb9\x5a\x99\xdf\x37\x24\x61\xea\xef\x8d\x3f\x82\x13\x36\x1d\x23\x7b\xdc\xb4\x7d\xa5\x08\xec\x34\xc7\xb4\x75\x8e\xab\xca\xb1\xfe\xfc\x3c\x1b\x2b\x41\x33\x9c\x2d\x58\xd3\x68\xab\xd6\xd1\xa2\xd6\xd1\xd2\x84\xb2\xf6\x91\xa2\xd6\x91\x62\xc9\x10\xf4\xca\x7d\xfa\xe4\xb1\x31\x0c\x68\x9a\x44\xd0\xeb\xfb\x66\xe3\xcf\x08\x84\xbf\x42\xaf\x6a\x49\x13\x48\x3d\x08\xd6\x24\xbc\x19\xa9\x75\xcd\x7f\xc3\xfc\xcd\xc6\xf7\x37\x5b\xb3\x1c\xa8\x79\xc5\xf8\x1a\x27\xb1\xd3\xdf\xe3\x08\x99\x8d\x0d\x0b\x09\xe0\x47\x06\x51\xec\xad\x09\xfc\x65\x05\x29\xfb\x01\x93\xff\xbd\x82\xe4\x76\x94\x67\x75\xfc\x2b\xc4\xbf\x8a\x00\x19\xb3\x20\x41\x31\xfc\xa8\xd1\x03\xbd\xc8\xf3\xc1\x3a\x8e\x46\x68\x03\xd6\xe2\xd5\x88\x6c\xfc\x0d\x28\x74\xf9\x16\x46\x98\xc4\x1d\x3a\x06\x94\xff\x15\xef\x25\x33\x4f\x02\x3d\x1e\x8f\xa9\xcf\xe6\x04\xdf\x38\x08\xde\x38\xcf\x09\xc1\xc4\x73\x7f\xc6\x2b\x67\xb1\xa2\xcc\xa1\x4b\x18\x25\xb3\x5b\x27\x44\x4e\x12\xbb\x7e\x06\xd7\xca\xf3\x01\x6d\x86\xec\xa9\xa0\xed\x32\x68\x08\xd0\x6c\xad\xbd\xd4\xf3\x41\xe2\xad\x37\x80\x05\xcf\x9e\xbc\x7b\xf2\xf4\xf9\xeb\x77\xcf\xdf\xbe\xff\xdf\x3f\x3d\x7f\xfb\xf3\xfb\x37\x4f\xde\x3e\x79\x05\xe8\x84\x04\x3f\xfc\xf8\xf6\xf9\x8b\x3f\xbf\x7e\xff\xd7\xe7\x3f\x4f\x7d\x80\x72\xe3\xfc\x24\xf8\x44\xdb\x38\xe1\xbd\xc7\x79\x06\x53\x58\x35\x0e\x05\xa1\x35\x0e\xf6\x7c\x10\x4e\x50\x70\xf1\xf2\xa7\x3f\x8b\x6e\x5a\x46\x0d\x8b\xa3\xe6\x71\xc8\x39\x79\x79\x48\x9c\x1b\x92\xee\x60\x48\x71\x64\x8c\xca\xa7\x8e\xde\x77\xf3\x84\x06\x0a\x2c\xaf\xb6\x15\x0c\x2a\x21\xf7\x64\xab\x4d\xc5\xa1\x66\x7d\x48\x97\x18\xc5\x05\xb2\x31\x5f\x12\xc0\x02\x71\x3c\xbe\x0e\x17\x90\xef\xd7\xbd\x6c\xf7\xcd\x5a\x0e\x6a\xfb\x10\x6e\x39\xb0\xe7\x8c\x2d\x4b\xb2\x88\x61\x45\xe8\xb7\x3d\x46\xee\xc1\x90\x60\xf0\xfa\xe2\xcd\x93\xa7\xcf\xed\x65\x1f\xc3\x1a\x7a\xd0\xec\xab\xf6\xbd\x1b\x47\xee\x5e\x65\x97\x2e\xa2\xae\x60\x7b\xa4\x82\xed\x45\x69\x02\x11\x1b\x3d\xe7\x62\x5f\x90\x20\x31\x19\x0a\xc9\x35\xe7\xdc\xae\x7c\x29\x11\xee\x03\x88\xae\x6b\xda\x41\x74\xed\xfa\x60\x86\xc9\x22\x64\xaf\xe9\x32\x8c\x6c\x22\xf5\xd7\xc9\xcc\x13\xa4\x09\xd1\x35\xff\x7f\xcf\x7d\xfa\xe3\xeb\x8b\x9f\x5e\xbe\x97\xb0\x5e\xbc\x7f\xfe\xfa\xc9\xf7\x2f\x9f\x3f\x73\x7d\x5f\xae\x99\xeb\xee\x8f\xc7\xf0\x31\xe2\xfb\x83\x03\x0f\xa0\x3f\x92\xd3\xdf\xa8\x41\x9e\x85\x2c\x8c\x20\x62\x90\xe4\x06\x52\x4b\x2e\x3f\x8c\x23\xfe\xa1\xd9\xa7\x6d\xdb\x66\x19\x05\x9c\x08\x6f\x05\xa8\x20\x24\x57\xab\x05\x44\x8c\x16\xc8\x98\x34\x93\x71\x84\x31\x89\x13\x14\x32\xb8\x95\xd8\xd9\x40\xcc\xfa\x04\xcf\x37\x28\x9d\xb0\x9a\xe7\xef\xec\xa0\xad\x10\x18\xb2\xc9\x1d\x22\x1c\x43\xda\x2e\x38\xa0\x3a\xc1\x61\x37\xc7\x78\x15\x3d\xb7\x1f\xe3\x44\x9e\xb6\xb4\x7c\x8c\x23\x75\x8c\x13\x73\x58\xd2\xcd\x76\xeb\xcf\x69\xee\xdf\x6f\xdd\x43\x16\xa6\xf8\xea\x30\x36\x9b\x8e\x7e\xd9\x2b\x6d\x9d\xba\xc8\xf3\xb7\x5c\xc1\x84\x46\xf8\x1a\x92\xdb\x5e\x34\x0f\x93\xf6\xc3\xa8\xe3\x72\x5a\xb2\x9e\xc2\xc8\x07\x78\x4b\x3d\xe8\x73\x21\x4f\x3d\xb9\x82\xec\xc7\x1b\xa4\x71\x74\x71\xbb\xb8\xc4\x29\xd5\x34\xdb\xd4\x86\x77\xc3\x0e\x0e\x3c\x32\x26\xc1\x2c\x49\x19\x24\xd9\xe9\x9f\x49\xe5\x95\x3d\x3c\x83\x34\x22\xc9\x92\x61\x22\x40\x0c\xb2\x33\x70\xe3\xfb\x00\x05\xcb\x15\x9d\x2b\xbe\x28\xce\x78\xbd\xdc\x99\xe8\x4f\x3e\x93\xda\x46\xbf\xa4\x2d\x52\xa0\x9a\x6e\x0a\x5c\xad\x8a\xbf\x9b\x3d\x83\xdb\xf7\x4c\xad\x46\x82\x25\x8f\x0c\xc7\x2c\x40\x14\x24\x46\x31\x49\xcb\x8a\x49\x7a\x17\xc5\x84\x0b\xc3\xa9\xe0\xb5\xd8\x16\x38\xfd\xf5\x0c\x13\x8f\x03\xc0\xc6\x83\x6f\xd9\x1f\xcd\x29\x1c\xa4\x10\x5d\xb1\xf9\xb7\xec\x9b\x6f\x24\x80\x74\x8c\x56\x69\xba\x3f\x36\x2d\x26\x6c\xfa\xd8\xfe\x31\x5a\x6f\xf6\xd8\x7f\x0e\x1f\x23\xb5\xd2\x1e\xf5\xc1\x7e\xdf\x0f\x66\x98\x3c\x0f\xa3\x79\x7e\x83\x08\xba\xe4\x5f\xf9\x1b\x7f\xd4\xb2\x4f\x68\x25\x69\x4b\xd2\x69\xfb\xd4\xa3\xbe\x3f\xb2\x20\xaa\x06\xa7\x7e\xeb\xb4\x6d\x61\x0a\x98\xef\x6f\xcc\x2e\x85\x1b\xa1\x61\x70\xf1\xc6\x96\xcd\xbc\xd0\xd7\xe7\x5b\xb2\x29\xb2\x47\xdc\xcc\x1e\xaf\x42\x06\x6f\xc2\xdb\xdf\xd9\xe2\xef\x6c\xb1\x03\x5b\x4c\xb8\xb0\x80\xc2\xf4\x70\x95\x68\xca\xe9\x29\xa5\x81\xf6\x84\x0c\xf9\x3b\xa7\xfc\x9d\x53\xfe\x7b\x72\x4a\xa1\x34\xe7\xd8\x64\xf9\x6a\xa5\xe6\xc2\x05\x72\xe2\xa8\xfc\x80\xca\x77\xb4\xf2\xee\x61\x37\x9b\x81\x8e\xf3\x3d\x6b\x4e\x5b\xa4\xb0\x3f\x1d\x1d\x1c\xc8\xcf\xf6\xc7\x16\x71\x1d\xd9\xc4\x75\x24\x88\x2b\x33\x1f\x2d\xa3\xbc\x59\xca\xb2\x2d\x4d\xdc\x6c\xc7\xb9\x41\x84\x51\x14\x32\x0f\xf9\x53\x8f\x95\x8d\x52\x85\xcf\xb4\x4d\xaa\xe2\x33\x02\x98\xbf\x01\x78\xdc\x64\xd3\x2a\x01\x65\x5b\x24\x9b\xc0\x02\xb4\x04\x58\xf1\xd3\x3a\xd0\xc4\xa7\x12\xb8\xf0\x7e\x46\x19\xb2\x8c\x2a\x2c\x1b\x62\x21\x01\xe6\x9d\x73\x9a\x96\x9f\x70\xee\xc4\x7f\x51\x86\x09\xe4\x0c\x6a\x9e\x50\xb0\x1a\x27\xbc\xeb\x24\x4c\x93\x5f\x21\xf9\x01\x13\x8f\x68\xee\xe3\xea\x7e\xdd\xf1\x98\xdd\x2e\x21\x9e\x39\x28\x08\x19\x23\xc9\xe5\x8a\x41\xfa\xd8\xa3\x63\xfb\xb7\xe7\x03\x3c\x5e\x65\x9d\x79\x08\xac\x37\xbe\x3f\xc2\x63\x3a\x46\x20\x2c\x1b\x26\x99\x6d\x60\x06\x0c\x60\x8e\x15\x3f\x88\x42\x66\x6f\xf3\x4c\x9b\x4b\x03\x41\xfc\x1e\xe4\xad\xd8\x1c\xa2\xaa\x46\xcc\x5b\x01\xa8\xba\xda\x00\xf1\x41\x4e\x33\x14\x2c\x13\xd0\xf1\x64\x4d\x59\xc8\x56\x74\xe4\x9a\xb5\x81\x81\x7c\xf4\x14\xc7\xd0\x07\x2c\x61\x29\x1c\xb9\xef\xe6\xd0\xb9\x0c\xa3\x0f\x10\xc5\x8e\x5a\x4f\x18\x3b\x37\x09\x9b\x73\x5e\xad\x76\x6a\x0c\x59\x98\xa4\x23\x18\x2c\x20\xa5\xe1\x15\xdc\x4c\xf7\x18\xb9\x5d\xd3\x9b\x84\x4f\x25\xd7\xef\x3a\x0a\x29\x74\xfa\x23\x36\xe6\xc7\x00\x09\x9e\x5c\x62\xc2\xc4\x69\x00\x98\x9c\x1f\x9d\xf4\xa7\xea\x8b\xb1\xdb\x77\xf7\x2e\x09\x0c\x3f\xec\x89\xcf\x8e\xfb\x03\xf3\xe1\x4f\x28\x5c\xb1\x39\x26\xc9\xaf\x30\x96\xa7\x09\x05\xae\xeb\xe7\x9b\x1f\x99\xe6\x3f\x60\x72\x99\xc4\x31\x44\xb5\x6d\x8f\x4d\xdb\xd7\x98\xfd\x80\x57\xa8\xbe\xdb\x33\xd3\xf4\x5d\xb2\x80\x78\x25\x27\x90\x6f\x73\x6e\xda\x3c\xc5\x68\x96\x26\x11\xab\xeb\x6e\x38\x34\x4d\x5f\xa0\xeb\x30\x4d\xf4\xc0\xba\x99\xda\x1e\x23\x21\xbf\x18\x54\xfe\x69\x7c\xd2\xef\x3f\x96\xdf\x5d\x40\x72\x0d\x89\x35\xc0\x88\x3f\x47\x7a\x63\xc9\x67\x9b\x8d\x24\x2d\xec\xaf\x39\xf7\x96\x87\x31\xdb\x80\x5f\x4a\x86\x22\x4b\x6e\xa3\xd2\x1e\x68\x19\xb6\x81\x2b\x24\x02\x57\x5c\x3c\xfc\x52\x23\x1c\x74\xe9\x41\x7e\x26\xfb\x99\x25\x28\x7e\x92\xa6\x05\x01\xa3\xa1\x87\x1f\xe4\x07\xae\xbf\x01\x51\xcd\x15\x8e\x0d\x04\xae\xe8\xc2\xb6\xe1\x4b\x28\x56\x35\x97\x34\x6d\x3d\xd9\x97\x3b\xb2\xa7\xb8\xe6\x1a\xa6\xad\x27\xfb\xfa\x46\xf4\x94\x3b\x72\xc3\xe6\x23\x97\x8b\x9b\xa8\xd3\x15\x42\xcb\x9d\x7f\x1c\x55\x3d\xcd\xba\xef\x78\xf3\x1f\x59\x22\xf1\xb3\xe7\x2f\x9f\xbf\x7b\xae\xec\xa8\x08\xc1\x88\x65\xfd\xd1\x9d\x78\x01\x44\x15\xb7\xd7\x4d\x43\x35\x09\xdc\x5d\x3c\x03\x3e\x8f\x7e\x93\x54\xcf\xf7\xc7\x8b\xba\x09\xb7\x4f\x36\x69\x9d\x6c\x5a\x39\x68\x66\x17\xbf\x1b\x92\xb7\x71\x17\xe8\x36\xee\x6e\x9c\x06\xbe\xaa\xab\xfc\xf8\xbe\x57\xf9\xd2\x32\x50\x75\x1d\xb0\x2a\xdd\xea\x53\x20\x5b\x7f\x21\xd7\xfb\xe9\xdd\xaf\xf7\x73\x92\xaa\x97\x78\x3e\x08\x5b\xae\xdd\x51\xe1\xda\x7d\x7d\x81\x57\x24\x82\xaf\x2f\x46\x24\xd0\x7f\x82\x67\x90\xb2\x04\x09\xbe\x2a\x5e\xe4\x7e\x03\xd5\x2c\x5c\xc0\xec\x1b\xce\xf5\xed\x56\xf2\x65\xe1\x89\xfa\xf2\xdd\xed\x32\xfb\x92\xff\x00\x4f\xc4\x7c\x46\x24\x90\x7f\x00\xad\xe1\xc9\x87\xd6\xaf\x4d\x27\x67\x04\x0a\x92\x82\x93\x40\x32\x21\xd6\x8d\x7d\x33\x8e\x92\x06\x1c\xd1\x3a\x1c\xd1\x7a\x1c\xd1\x26\x1c\xd1\x26\x1c\xd1\x0a\x1c\xd1\x2a\x1c\xd1\x7a\x1c\xd5\x39\x52\xe0\x1c\x8e\xe8\x7d\x71\x54\x38\xe1\xe3\xe6\x13\xfe\xc3\xf5\x9d\x8f\xf6\x15\x4b\xf8\x19\x4e\x7f\xc0\x69\x2c\x34\xef\xe2\xab\x0f\xf0\xf6\x1d\x7e\x42\x48\x78\x5b\x75\xf8\xf3\x91\xbb\x0a\x0a\x48\x18\x0f\x2a\xa4\x04\x40\xa5\x53\x48\xc5\x69\x36\xaf\x96\x15\x3e\x5c\xd7\xca\x06\xdb\x1c\x5b\xf3\x0a\xd9\xa0\xd8\xb5\xe3\x3c\xc5\xe2\x24\xe9\x09\x1a\x72\x18\xfc\xc8\x0e\x97\x69\x98\xa0\x6f\x9d\x68\x1e\x12\x0a\xd9\x78\xc5\x66\xbd\xb3\xdd\x9d\x6a\xbf\x21\x58\xdb\x78\xcb\xcd\x2b\x0e\x5b\x1b\xac\x9d\xf8\xca\xfd\x5b\x5a\xbd\x67\xdb\x58\x26\x51\x57\xcb\x64\xac\xed\x80\xa8\xde\x32\xb9\x90\x7b\xec\x37\xb0\x4c\x22\xdf\x1f\x59\x10\xed\xda\x32\x89\x8a\x96\x49\x83\xdc\xc5\x67\x12\xb9\x97\x3b\xd9\x18\xcb\xd6\x8d\x31\xff\xba\x24\xcf\xcb\xbb\x49\x9e\x42\xfa\x8b\x23\x80\xe5\x8d\x41\x68\xa4\x42\x71\x77\x10\x8b\x8b\x03\x0a\x97\x21\x09\x19\x26\x39\x19\x31\xb9\x8b\x8c\xb8\xf4\x7c\xe0\xf5\x01\xd1\xa0\xfa\x5e\xe2\x03\x6f\xe1\xa1\xf1\x7a\x03\x5c\xce\x77\x5c\xc0\xb7\xa1\x0f\x16\x1e\x92\x4e\x53\x54\xfd\x6d\xa0\x70\x41\xea\x03\xe4\x83\x59\xb5\x91\x1c\x1b\x23\x79\xb8\xf1\xb7\x97\x8b\xa9\x44\x04\x36\x88\x08\xcb\xe2\x71\x78\x97\xa9\x47\xa5\xa9\x87\x46\xa0\xaf\x99\x0a\x35\x53\xc1\x85\xa9\xd4\x09\xd2\xc6\x42\x9e\x8c\x8b\x7d\x66\x4e\x6a\x1e\x9a\xe0\xa2\x68\x58\x35\x3c\x9a\x84\xda\x81\x4f\x0a\x47\x79\x65\x24\x3f\x19\x34\xa1\x99\xd8\xe5\x83\x44\x58\x93\xdb\x65\xdc\x3b\x03\x3c\x4b\xc3\x2b\x3a\x42\xc1\x0f\xfc\xdf\x2d\xa1\x4f\xb7\x85\xbe\x4e\xfa\x64\x20\x95\xd0\xaf\xbe\xf5\xfa\x00\x65\xfd\xa5\xb9\xfe\x0e\x0e\xbc\x95\x38\x5d\x7c\xb1\x55\xa3\xa6\xa9\xa6\xdd\xd6\x26\x2d\xcc\x0e\xac\x09\x8c\x56\x84\xc2\xd1\x6a\x63\xcd\x34\x29\xcd\x34\x0f\x19\x88\x0a\x12\xef\x65\xb3\xc4\x8b\x70\xbc\x73\x5f\x42\x5c\xc1\xc6\xa5\x5d\xf5\x30\x85\x61\x0c\x49\xa5\xbc\x59\xeb\xe2\x65\xdd\x79\x37\x8d\x60\x5f\x06\xf3\x59\x75\x3b\x36\x48\xeb\xa8\x74\xab\x51\x3b\xd8\x48\xba\x18\xdd\xbe\xaa\x93\xaa\xea\x8a\xe9\x0e\xe1\x0e\x82\x2b\xe7\x34\xbf\xfb\xc7\x3c\x18\xb3\x8b\xe4\xff\x79\xae\x8f\xef\xc2\xf5\x89\xe7\x03\x5c\xb4\xdb\x54\x40\xf6\x52\x50\x7a\xad\x7f\x68\x95\x57\xa8\xb6\xf7\x57\x7c\x7a\x4f\x3f\x7c\x0b\xa2\xed\xfc\xf0\xab\x3e\x6c\x72\xc3\x6f\xb1\xa0\x2b\xcd\xf5\x9e\xe6\xf3\x1a\xfd\xd7\xe2\x45\x19\xa7\x58\x55\x59\x71\xcd\xa6\x0d\xa3\xf4\xd0\x5c\x73\xed\x96\x59\xac\xaa\x15\x6e\x14\x2e\xa0\x00\xff\xf0\xbe\xf6\xf8\x55\x85\x72\x5b\xe8\xfd\xbe\x26\xf8\x1d\x0d\xd5\x25\x36\xaf\x6a\x28\xcd\x63\xb7\x18\x6a\x1b\xa3\x45\xe3\x50\xf4\xfe\x56\x88\xaf\x8a\x87\x47\x77\xe6\xe1\x05\xab\x36\x17\xc5\x14\x5b\x44\xdb\x32\x6c\xc9\xa9\x49\x99\x53\x93\x6e\x9c\x9a\xaf\x9e\x5b\x10\x96\x48\x0d\x34\xf5\x02\x37\x29\x04\x8c\x91\x5c\x54\xd5\x5a\x98\x47\x59\xa0\xad\xa6\xc6\xd6\xc9\x6c\x5b\x27\x78\xf2\xf4\x25\x1d\xad\xdf\xe0\x34\x89\x6e\x9f\x49\xbc\xd2\x11\x0b\xf8\xe3\x20\xff\x34\x58\x84\xcb\x0a\x4f\x83\xf5\x8b\x67\x23\x18\xbc\x78\xb6\xd9\xf8\xe0\x2d\x4e\x61\xb1\x13\xfb\x59\x7b\x17\x9b\x6e\x06\xea\xfc\xe4\x71\x79\xf2\x5f\xeb\x84\xeb\xe5\x7d\x52\xb0\x36\xe7\x26\x9c\xeb\xe3\x89\x3e\x28\xba\xeb\x9a\x79\xb1\x41\x08\x0d\x00\xd1\x11\x05\x5a\x09\x04\x93\xf5\x5b\x48\x85\x31\x7d\xe4\xf2\xad\x2b\xf5\xe1\x27\x51\x04\x29\x1d\xb9\x37\x24\x61\xd0\xdd\x70\x38\xc2\xca\xd1\xef\x29\x17\x98\x29\x55\x4a\x05\x96\xd3\x4b\xf5\xe3\x4d\x8b\x34\x10\x35\x4b\x03\x38\x89\xa3\xde\x92\xe0\xeb\x44\x58\xcc\xef\x28\x14\x40\x74\x5d\x61\x6d\x47\x18\xf5\xe0\x62\xc9\x6e\x7b\x14\xb2\x3b\x85\xd2\x6b\x61\x41\xc4\x31\xe3\x2b\xbc\x62\xc6\x60\x1c\x46\x73\xd8\x7b\x8a\x11\x23\x38\x1d\x39\x08\xf7\x84\xcb\x93\x7e\xfd\x0f\xfe\x8a\x03\xf3\x0e\x7f\x80\x68\x74\x67\x1d\xa0\x15\x2a\x8e\xbf\xc3\x28\x4c\xd3\xcb\x30\xfa\x90\xb3\x68\xd7\x01\xb8\x2b\x81\xa0\x19\x24\x4e\xaa\xbd\x15\x49\xef\x0d\x52\xc7\xa0\xfe\x7f\x53\x63\x77\xfa\x20\xc6\xee\xa4\x83\xb1\x7b\xf5\x9b\x1a\xbb\x93\xcf\x61\xec\x5e\x7d\x26\x63\x77\x73\xce\x04\xdb\x9a\x20\xb8\xa3\xd8\x4a\x0b\xc8\xe6\x38\xee\x60\x59\xf8\x82\x12\x29\x88\x34\x08\x7b\xf7\x96\x4d\xc1\x6c\x2c\xec\x70\x10\x5d\xfb\xf5\x71\xbd\x8f\xf3\x16\x31\xf7\xb5\x96\xe2\x5d\xbf\x9c\xde\x65\xbd\xd9\x08\x89\x77\x51\x21\xf1\xb6\x85\x20\x6f\x65\xd5\x40\xb4\xca\xeb\xc3\xca\xe5\x90\x7a\xc6\x7e\x50\x61\x10\x24\xfe\x1d\x8c\xdd\xf6\xb8\x3b\xf0\x00\x09\x73\xc0\x6e\xc0\xcc\x23\x3e\x58\x73\xa9\xe1\x95\xa0\xc9\x11\x05\x6f\x61\x9c\x10\x18\xb1\x9f\xde\xbe\xb0\x7c\x5d\x4d\x3c\xf6\x75\x48\xcc\xba\x7d\xff\xe4\xe2\xf9\xfb\x9f\x5e\xbc\xff\xe9\xed\x4b\xd7\x07\x6e\xfe\xfc\x72\xfd\x82\x45\xbc\x83\xb8\x95\x9b\xad\xb0\xeb\x47\x38\x86\xe2\xa6\x83\xb2\x90\xc1\x3b\x23\xe0\x0e\x77\x03\x7c\xe4\xc2\x97\x1d\x2f\x54\x04\xa8\x36\xd6\x71\x3b\xd6\x9f\xe2\x18\x8e\x42\x70\xc1\x3f\x95\xb1\x03\x16\xe6\x5e\x0a\x69\xa5\x4e\xc7\xca\x93\x05\xba\x6b\xd0\x08\xfa\x3c\x32\x69\xad\xa5\xaa\xfc\x59\x41\x32\x05\x69\x19\x2d\xf7\x04\x55\x22\xba\x0c\xa7\xc5\x6a\x1a\xe5\xe3\x45\xb3\x7c\xbc\x14\x6a\xd3\x7d\xad\x65\xba\x97\x2d\xbd\x4b\xee\x2f\x62\x6f\xef\x8d\xc2\x25\x48\x09\xee\x83\x79\xa5\x54\x0d\xf1\x90\xee\x26\xd9\x78\xbb\xcd\xb8\x54\x75\x55\xbe\xed\xdc\x7e\xf7\x25\xf9\xdd\x97\xe4\x7f\x94\x2f\x89\xd9\x20\x49\x97\x7b\xba\x2f\xc8\xa3\x44\xf8\x83\xec\x40\x9a\xbe\xe4\xd2\x34\xee\x20\x4d\x87\xdb\x4a\xd3\xd7\xf7\xbd\x03\xcc\x49\xcb\xf9\xab\xc0\xa5\xd7\xe6\x57\x41\x7c\xeb\x2a\xee\x7e\x52\xf3\x4e\x2f\x0b\x23\xfb\xb2\x70\x6b\xd8\x5b\x7d\x42\x68\xb3\x8b\x45\x31\xc1\x57\x31\x71\xdb\xcc\xeb\x68\xcc\x7e\xbb\x4a\x21\x1d\xb1\x40\xfc\x0b\xb2\x31\xf8\x33\xeb\xd7\x06\x5c\x7a\xb2\x2f\x31\xb3\x82\xfe\x52\x6f\x73\xa6\x3a\xd4\xb9\x61\x36\xa5\xbc\x6c\x45\x3f\xf5\x9c\x9d\x1a\xff\xc6\x73\xab\x37\x2f\x63\x39\xb7\xb0\x69\x6e\xb8\x94\x73\xae\xda\x0f\x6a\x42\xeb\xfc\x5f\x12\x4e\x67\x39\x0c\x84\x05\x51\xf3\xba\x45\xd4\x24\xf8\xe3\xef\x59\x17\x7e\xcf\xba\xb0\x4d\xbe\x26\x1d\x1f\xf4\x95\xa4\x58\xf8\x3d\xb9\xc2\xef\xc9\x15\xba\x26\x57\x20\x38\xbd\xb7\x97\x8a\xec\xe3\x2b\xd1\xba\x39\xb0\x0f\xaa\x73\xe7\x07\x78\x68\x8d\x9b\x8f\xf6\xdb\xe8\xdb\xdd\xe7\xf5\xbb\xb6\xfd\xbb\xb6\xfd\x3f\x4e\xdb\xe6\xdb\xe3\x77\x55\xfb\x77\x55\xfb\x77\x55\xbb\xa3\x3a\xfa\x46\x99\xa7\x46\x2c\xd0\x7f\x82\x0b\x79\x09\xf9\x22\x86\x88\x25\x4c\xbe\x2c\x3d\xfb\x2a\x95\xef\x07\x9a\xed\x57\xaf\x8e\xab\x6b\xe7\x5d\x07\x66\x24\x15\x5c\x7a\x0e\xc3\x94\xcd\xf5\x88\xdd\x44\x99\x2e\xa1\x1a\xff\xbe\xa2\x0c\x7d\x10\x51\x86\x74\x10\x65\xf0\x6f\x2a\xca\x90\xcf\x21\xca\xe0\xcf\x24\xca\x84\x8d\x9b\xc4\xf6\xcb\xd1\x09\x26\x77\x56\x93\xe6\xeb\x71\x12\x4f\x77\x20\x79\x54\xf8\xc6\x5a\x5e\x26\xb4\xed\xe0\x2e\xc6\x4d\x36\x0b\x1d\xa4\x31\x16\xf6\xfe\xd1\xaf\xc8\xf3\x41\xa2\x73\xba\xd7\xc0\x5e\x08\x5f\xcd\x1d\x03\x69\xdb\x31\x40\xe9\x0e\xd2\x4d\x99\x6e\x76\x90\x60\xc2\x3a\x57\x9a\x0b\x44\xa9\x41\x1f\xac\x48\x94\x09\x2c\x54\xe3\x74\x2f\x6c\xf4\xbb\x57\xe9\xef\x5e\xa5\xff\xa3\xbc\x4a\xf5\x16\xe9\x1e\x15\xfb\x05\x39\x92\xee\xe6\xe4\xba\x77\x45\xae\x87\xd7\x59\xd3\xaf\x4b\xdf\x0e\xef\x05\x7b\xbd\x86\x16\xea\xec\x01\xc5\x3e\x2d\x0d\xad\x54\xbb\xaa\x5a\x43\x0b\xeb\x35\xb4\x8a\x02\x5d\xdb\x15\x94\x62\xf8\x03\xbc\xf7\xc1\xac\x3a\xf9\x92\xee\x08\x6e\x6b\x2c\xea\x02\x54\xce\x3c\x64\x5d\xc9\x7b\xdf\x13\xdc\xd6\x18\x0c\xe5\x38\x14\xa6\x33\x3b\x7a\xa4\x36\xa4\xe6\x8e\x81\x25\xdb\xdc\x31\xdc\xd6\xdf\x9a\x18\xa4\x54\xa2\x63\x9b\xeb\x85\x56\xb4\xef\x86\x67\x57\x0d\xd7\x5e\x6f\xd3\xb1\xf1\x6d\x8d\x18\xb7\x8e\x38\xeb\x36\xc1\xf6\xc9\xcd\x5a\x87\x5a\x74\x24\xad\x4e\xb8\x5c\xb4\x0e\xb7\xfc\x37\x16\x11\xe7\x0f\x22\x22\x2e\x3b\x88\x88\x97\xbf\xa9\x88\xb8\xfc\x1c\x22\xe2\xe5\x67\x12\x11\xaf\xbb\xed\x8f\x0e\x66\x8d\xeb\xd6\xcd\x71\xfb\x5b\x5e\xd6\x5c\xed\xe0\xb2\xe6\xea\xc1\x2e\x6b\xde\x57\x08\x9e\xe2\x80\xaa\x89\x33\x12\xef\xee\x13\x69\x24\x04\x3c\x82\x53\x28\xcc\x1d\xd2\x1d\x3c\x93\x7b\xae\x3d\x1f\xac\xf9\xdb\x11\x06\xf2\xdd\x28\x04\x52\x86\x9b\x7f\x5d\xf2\xe7\xc2\x96\x3f\xb7\x86\xbd\xc3\x7d\x4f\xb1\xcf\x8e\xf7\x3d\x33\x71\xdf\x33\xf7\x1a\x42\xe5\xab\x6e\x3d\xde\x62\xe5\x86\xc8\xff\xed\x76\x07\x02\x5e\xe2\x28\x4c\x47\x2c\x10\xff\x6e\xc0\xd5\x5d\xef\x7f\xcc\x5a\xec\x8f\xc7\x54\x3a\x42\xfa\x66\x3e\xb1\xe7\x77\xbd\x15\x02\xcc\x57\xce\x58\x0d\xb8\x6b\xba\x4b\x8a\x2a\xee\x92\xbe\x34\x4c\x76\xb8\x5b\x6a\x98\xfd\xfd\xef\x96\x56\x55\x77\x4b\x16\x7c\x17\x30\x9d\x55\x52\x34\x19\x23\x99\xa2\x00\x99\x9d\x88\x02\x0a\x23\x02\x59\x21\x7b\x87\x34\x67\xe2\x9a\xec\x46\x35\xd5\x88\xad\xf9\xe7\xc0\xbb\x73\x9e\x3d\x69\x70\x7e\x50\x5c\x8a\xbc\xd4\x20\xf5\x37\x80\x96\xb1\x76\xaf\xc8\x30\xbe\x0a\xdb\xc5\xaf\xe5\xbe\x28\x86\xae\x55\x16\x66\x36\xf8\xe6\xe0\xed\xdd\x19\xd4\x0e\x35\x9a\xb1\xd6\xc9\xc5\x6a\x84\x1d\x97\x22\xec\xba\x0e\xc5\x7c\x53\x06\x98\xc4\xe7\x64\x58\x1f\x3f\xf7\xbe\x5a\x47\x5f\x56\x16\x46\x22\x90\xe2\xf4\x1a\x66\x85\x8f\x52\x1c\xc6\xbd\x04\x25\x4c\x15\xa7\xc9\xeb\xf0\x52\xbe\xe2\x0a\x76\x42\x30\xe2\xc2\x6c\x5b\x16\x09\x93\x86\xc4\xa3\xe3\x8a\xda\x36\x52\xb2\x3f\x38\x70\xa9\xf8\xa3\xf8\x22\x48\x98\xcc\xfe\xf1\xd8\x76\x14\xd5\xab\x2a\x5b\xc2\x4d\x65\x15\xd2\x83\x83\x86\xe1\x60\xc0\xe7\xc4\xc8\x2a\x62\x98\x8c\xc7\x63\xf3\x7c\x5f\xff\x1d\x2c\x09\x66\x98\x7f\xf6\x58\xc3\x36\x32\x03\xfa\x1e\xf4\x73\xb7\x73\x66\x92\x58\x2b\x30\x14\xb2\x37\xba\x87\x1f\x67\x8f\x33\xd1\xd8\x7a\x5a\x09\x77\xf0\xfe\xbd\x18\xfa\xfd\xfb\x4f\x9f\x2a\xbf\x12\xa5\x78\x72\x00\x84\xaa\xde\xb3\xe1\x28\xd0\xe2\x28\x6f\xe1\x0c\x12\x88\x22\xa8\x58\x0b\xdf\x0b\xce\x3c\xa4\xe8\x0f\xcc\xb9\x84\x10\x39\x7a\xb1\x29\x8c\x9d\x9e\x43\x57\x4b\x48\x3c\x3f\xd7\x22\x0a\xd3\x14\xda\x72\x46\xcd\x5d\x9d\x97\x54\xcf\xfe\xd3\xa7\xbc\x24\x54\x9e\xea\x98\x01\x81\x55\xc0\xfc\x9c\x51\xfe\x2b\x29\x2a\x6e\xd9\x54\x73\xf6\x0d\x33\x15\xe8\xe9\x44\xb4\x09\x58\x81\xe8\xdb\x42\xea\x98\x64\xe6\xed\x7b\xd0\x49\x10\x65\x21\x8a\x38\x8d\x31\xdf\x5a\xc2\x77\xb7\x4b\xbd\x7a\x4f\x43\x84\x30\x13\x2b\xe2\x84\x4e\x94\x86\x94\x3a\x21\x75\x42\xc7\xd0\x3a\x27\x0e\x51\xe2\x05\xfa\x7b\x5a\x5d\x8d\x4b\x85\xc4\xc0\x4c\x14\xff\x11\x99\xd7\xbd\xd8\x07\x8b\x71\xff\xdb\xc5\x1f\xe3\x6f\x17\xdf\x7c\xe3\xcf\x26\x8b\xa9\xa5\xb9\x2e\xa6\x99\xed\x46\x74\x9c\x8c\xf7\xbd\x68\xec\xa1\x31\x27\x7c\x3f\xe0\xb0\x18\xd5\x79\xc2\x5b\x4c\x75\xc0\xfb\xcc\xf7\xfd\x4f\x9f\x5c\x2c\x30\xeb\x72\x41\xca\x8b\x7c\x7b\x63\xee\xeb\x8d\x19\x3d\x0e\xbd\x95\x3f\x8a\x40\xea\x85\x5e\xe2\x03\x77\x21\x10\xfe\x86\xc0\x59\xf2\xd1\xcd\xf2\x18\x04\xf6\x73\xdf\xb4\x5e\xe2\xf8\x55\xcd\x07\x85\x57\xd9\x37\x6f\x0d\xeb\x33\xca\x88\x0f\x12\xad\x9c\x96\x16\xa8\x02\x68\x76\x70\x20\xd5\xfc\x31\xab\x5e\xad\x0b\xbe\x99\x1c\xf8\x71\x49\xe4\x65\x83\x3c\xd3\x61\xc2\xe6\x90\x38\x97\xd0\xe1\x5f\x3b\x98\xe4\x96\x6f\x0f\x66\xac\x47\x6f\x27\x59\x6c\xc8\x63\x07\x07\x2c\x7b\x09\xd6\x16\x0f\xd3\x0a\x21\xb4\xa9\xbb\x48\xf9\x9b\x8d\x0f\xd8\xc1\x81\xdc\xb3\x1b\x0f\x02\xa9\x6d\x3d\xc9\xec\xb1\x3e\x80\x1b\xcf\x3e\x4c\x56\x20\x9f\xf1\x75\x55\xb7\x14\x95\x87\x4e\x84\x17\x4b\x8c\x20\x62\xbd\x45\x88\xc2\x2b\x51\xcb\x34\x4d\x16\x8b\x62\x62\xa3\xef\xd4\xd3\xec\x83\xc3\xde\x92\x24\xd7\x21\x83\x87\xf2\x58\x2a\xf5\x54\xf2\xec\xd9\x7a\xfb\xd6\x7e\xa0\xe6\xe7\x82\x75\x9e\x8f\x5c\x41\x56\x56\x69\x1d\x43\x3c\x9b\x4d\x0b\x12\xe8\x61\x2f\xbe\x45\xe1\x22\x89\x7a\x30\x85\x7c\x73\xf5\x42\x3e\x4c\x86\x89\x69\x2e\x1e\x62\x37\x0c\x89\x8d\xe5\x2a\x3f\xd5\x60\x68\x8d\xdb\x5e\x66\xb6\x2d\xe4\x5f\x07\xd4\x61\x94\xf6\xa4\xa1\xf0\x50\x48\xed\xbf\x15\xd4\x7f\x79\xf7\xea\xe5\xf7\x21\xa1\x01\x83\x8b\x65\xca\xb7\xee\x3a\x89\x47\xee\x2f\x8f\xde\x7e\x7c\xf6\xe6\x78\xe8\x82\xcb\x14\x47\x1f\x46\x7f\x58\x2b\xd1\x82\xba\xa3\xc9\x14\xb8\x22\xe7\x85\x60\xba\xee\x68\x32\xe9\x03\x57\xda\x98\xc0\xe4\x04\xb8\x33\x02\x21\x83\x1f\x99\x9a\x8f\x0b\x26\x53\x30\x99\xb8\xdf\x51\x18\x92\x68\xce\x49\x94\xef\x23\x01\x20\xff\x63\x99\x86\x11\x9c\xcb\xaa\x1b\xbc\xe1\x70\x08\x5c\xab\xe9\x14\x58\x4f\xdc\x29\x70\x2f\xc4\x5f\xce\xe5\xad\x48\x17\xa8\xee\x60\xa6\xd3\x29\xe0\x60\xfc\x53\x5b\xbb\x04\x24\x24\x8c\x13\xdc\xbb\x22\x78\xb5\x34\x50\x7c\x80\xb7\x97\x38\x24\xb1\x4c\xd1\xc6\x01\x10\x59\x07\x6d\x88\x12\x06\x17\xe2\x0d\x46\xd1\x3c\x44\x57\x02\x08\x46\x56\x10\xb8\x9c\x9b\xb9\x12\x22\xf1\xa7\x82\x4e\xce\x94\x8a\x9f\x67\xc0\x0d\x25\x83\xe4\x93\x39\x02\x7d\x30\xe1\xc0\x0d\x8f\xc1\xc4\xcd\x3a\x9c\x4e\x45\x5a\xf5\xa9\x05\xb8\x3b\x9d\x02\x77\x1e\xd2\xe7\xd7\x61\xea\x8e\x66\x61\x4a\xe1\xe6\x0f\x60\x01\x59\x38\x5a\x4b\x06\x26\x9c\x32\xbb\xd1\x4f\x30\xbf\xa4\x2e\xe7\xa2\x48\x2d\xf4\x7b\x0a\x99\x21\xd1\x77\x7a\xb1\x19\xa8\x21\xde\x35\x0b\xaf\xe4\x70\x5c\x09\x70\x81\x38\xbf\x85\x4e\x3d\x9a\xa8\xe9\xf6\x2e\x43\xbe\x62\x6e\x1c\xb2\xb0\xc7\x20\x65\xbd\x0c\x08\x97\x73\x21\x3d\x5b\x9b\x15\x6d\x36\xbe\xbd\x2f\x50\xfb\xbe\xe0\x1f\xca\x35\xfc\x22\x76\xc6\xf5\xe9\x07\xf2\xc3\x37\xcf\xae\x2a\x77\x86\x7b\xa0\x39\x72\x69\x8f\x1c\x03\x37\x99\x09\x92\x38\x01\x03\xb5\xfa\x60\x5d\xb5\x91\x38\x15\x9d\x02\x37\x41\xcb\x15\x73\x01\xa7\xbb\x29\x98\x0c\xfa\xc0\x55\x84\x2a\x51\x22\x88\x6d\x30\x00\x6e\x12\x73\x82\x3c\x07\x13\xfd\xe2\xbd\x22\x50\x89\x2d\x49\x61\xbc\x61\x34\x87\xd1\x07\x28\x5a\x9f\x19\x60\xce\x80\x0b\x7f\x11\x7f\x71\xfa\xd4\x4d\x38\x25\x9a\xbf\x25\xa1\x96\x1e\xa8\x5e\x0d\x49\x6f\x4f\xfa\xb2\x03\xb5\xed\x72\x20\xcb\xf9\xca\xcd\x26\x77\x31\x9f\xed\xd9\x14\x4c\xce\xad\x7d\xae\x10\x95\x86\x97\x30\xcd\x10\x35\x00\x9c\x64\x3b\xe0\xe4\xac\xc4\x32\x4e\x81\x4b\x97\x21\x32\x7d\xa9\x16\x3f\x2e\x39\x87\x29\x8f\xdd\x0e\x4b\x5f\xc1\x62\xc0\x88\x52\x4c\xa1\xbb\xcd\xe0\x4f\xf5\x17\x1d\x46\x8f\x93\xeb\xe2\xe7\xd6\x00\x83\x63\x30\xa8\xed\x43\x2c\xf9\x32\x24\xe1\x02\x0a\x4e\x36\x9a\x4c\x37\x7a\x99\xee\xc1\x94\x8a\x9b\xf7\xde\x6c\x29\xc7\x87\xec\xfe\xdd\xe9\x6e\xf8\xcd\x72\xd9\xbb\x4e\xe0\x4d\x99\xd7\x00\x57\x6c\xf8\x1e\x4d\x71\xc1\x5d\x40\x5e\xda\x2b\x36\x91\xfc\xda\x92\xd9\x3a\x53\xa0\x6d\xde\x95\xcc\x3c\xa1\xe1\x04\x09\x95\x9a\x0e\xf4\xed\x3b\xbc\x3e\x40\x96\x16\x04\x95\x6a\xe4\x7f\xcb\xfe\x08\xed\x1b\x3d\xc4\x35\x44\xae\x26\x1a\x4f\xef\xcd\xc6\x83\xbe\xad\xd5\x8a\xa1\x0a\x26\x0b\xae\xad\xaa\xab\x34\xde\xd8\x9d\x48\x35\xc8\x79\xa2\x35\xab\xa9\x3b\x1e\x6b\x09\xdf\x48\xf5\x01\xc3\x17\x8c\x24\xe8\x4a\xe8\x55\x1c\x60\x35\xa8\x9c\xc8\x8c\xe0\x05\xd7\xfd\xf3\xe3\xfb\xeb\x4a\xf5\x43\x15\x76\x75\x42\xc6\xd1\xc8\x1c\x86\x1d\xba\x24\x30\x8c\x1d\x84\x51\x4f\xc0\x79\x99\x66\x6a\xa7\xeb\x6f\xbc\x5d\xb9\x16\xd1\x66\x7e\xff\xea\xf2\xcf\x37\x3f\xff\x7a\xf6\xb6\x9a\xdf\xcf\xd2\x90\xce\x05\x31\x28\x0a\x72\x81\x79\x26\x4b\x26\xb8\x86\x8f\xd5\x9f\x0d\x83\x63\xf0\xc8\xda\x89\xc0\x3a\x2c\xce\x80\x8b\x30\x33\x0c\x3a\xc5\x61\x9c\xa0\x2b\x9b\x89\x56\x1e\x24\xa7\xc0\x9d\x8b\xac\xef\x15\xfc\x40\x0d\x00\xc3\x68\x6e\xfa\x15\x30\xbf\x92\xd5\x89\x39\xc8\xbf\xac\xe0\x2a\x63\xd5\xd5\xe7\x54\x26\xf0\xf1\x8f\x7b\xaa\xb6\xb1\x11\xb4\x24\x1a\xa6\xf2\x24\x18\xf0\x93\x60\x3a\xad\xea\x28\x83\x28\x85\x4c\xcf\x39\xc5\x37\x90\x44\x21\x85\xea\x24\x19\x6a\x18\xdf\x09\xa9\x4b\xcf\x1e\x54\x36\x3e\x32\x7c\xbf\x15\x4f\x19\x87\xd4\xde\x11\x82\x91\x2e\x73\x2c\x5c\x08\x38\x08\xb3\x64\x96\xf9\x02\xb9\xea\x9d\x8a\x12\x0e\x53\x48\x98\x3e\x91\x05\x8f\x52\xe7\xa1\x34\x2f\x28\xc0\x8e\xc5\x79\xe8\x3a\x76\x5f\x3d\xde\xf0\x08\x9c\x08\x04\x99\x83\x31\xcf\xbd\x0b\xd0\x51\x46\x30\xba\xaa\xe1\xf4\xf9\xd6\x03\x05\x45\xb8\x4c\x98\xb0\x92\xda\x90\x68\x24\x0a\xae\x2e\x3b\xd9\xaf\x18\xf1\xbc\x48\x39\xb7\x09\x4c\x63\xc1\x07\x65\x6d\x20\xbe\xdc\x4a\x36\x11\x27\x88\x10\x4d\xdc\x3c\xc2\x04\x18\x92\x81\xaa\x36\x36\x4a\x0c\x06\x80\x5e\x3f\x2e\x83\xbb\xd6\x6f\x59\x49\xdb\x12\x9b\xeb\x68\xb2\x30\xff\xc6\x9d\xa5\x24\x1f\x3d\xb6\x2b\x33\xcc\xb9\xcd\x24\x53\xdd\x83\x5a\x5a\xba\x92\x6a\x45\x2b\xd5\x39\xa5\xff\xfd\x8c\x57\x4e\x48\xa0\x83\xf0\x8d\x93\xe2\xab\x2b\x18\x3b\x78\xc5\x82\xba\xb3\xb9\x53\x9f\xef\xe6\x90\x40\xe7\x26\xa4\xa6\x18\xb9\xe8\x3a\x41\x57\x4d\x7d\x77\x19\xae\x11\x8f\x26\xaf\xe0\x97\x83\xca\x04\xed\x1a\x93\xc0\x59\xa6\x30\xa4\xd0\x11\x72\xb1\x73\x8b\x57\xc4\xb9\x10\xd7\x71\x2f\x9e\x1d\x0a\x3f\xb7\x3a\xf4\x82\x2a\x5a\x6d\x10\xbf\x76\xbd\x3c\xbf\x93\xf9\xef\x64\xfe\x55\x92\x79\xb1\xcb\x36\x15\xe6\x18\x9c\xe8\xfe\x41\x26\xb3\x14\x5b\x0d\xc1\x91\xee\xba\xb2\x97\x41\x45\x1f\x2d\xea\x56\x6b\xa3\xfc\x51\xc4\x25\x30\x43\x4c\x71\xab\xd8\x55\x18\x01\x85\xd7\x39\x71\x25\x24\x49\xd8\x53\x8a\xa8\xfb\x3d\x17\xa2\x23\xb2\x5a\x5c\x96\xb5\xce\x62\x5f\x27\xf9\xa3\x5d\xc9\x71\xe2\x64\xe7\x07\xfa\xa5\xe9\x8a\xba\x15\xe7\xaf\x38\x6a\xeb\xd6\xac\x45\xac\xa8\xa3\x8a\x12\x09\x55\x20\x95\x4f\x59\x49\x5c\x2e\x4b\x58\x5a\xa1\x5e\x6f\x35\x4d\x25\x37\xd7\x0a\xab\xe5\x4d\x53\x12\x34\xda\x89\xbe\x01\xbc\x86\xe9\x59\x96\x9f\x1d\x93\x52\x67\xec\x18\x10\xb6\x27\x80\x2d\x96\xb9\x6c\xe1\xe8\xfa\xa6\x05\x7c\xbe\x57\x3a\xae\x6c\xe3\xaa\x76\x5a\xd3\x32\xa4\x95\xe2\xf4\xdd\x56\xae\xc3\x64\x19\xc6\xa9\xb0\xd1\x36\x4f\xb8\xd6\xde\x98\xc4\x7c\x4b\xc9\x4e\x7a\x0c\x5f\x5d\xc9\xbd\x65\x99\xe6\xc4\x99\x70\x89\x3f\x56\x59\xe7\x6a\x71\xd8\x88\xbb\x26\x22\xe9\xc6\x31\xb6\xe0\xb9\x45\x6d\xba\x05\xd7\xca\xe2\xc3\xbf\x32\xd7\x1a\x53\xa9\x48\x35\xc1\xd5\x28\x0e\xd8\xca\x3d\x44\xe1\x65\x6a\x2d\x7d\xeb\xde\xed\x40\x03\x71\x42\x75\xa7\xbb\xd9\xb0\x9d\x67\x53\x41\xcb\xbb\x98\x90\xee\x56\x25\x4d\x78\xa0\x59\x6d\x03\x51\x24\xeb\x8f\xdf\xf5\x4c\xec\x28\x9a\x56\x77\x73\xbe\xa3\xdb\xa3\x9c\xd5\xd3\x18\x69\x71\xa3\x91\x96\xd6\x19\x69\xcd\x3d\x33\x58\xab\x1d\x36\xda\x1f\x64\xc9\xe6\xe3\xd1\x7e\x1f\x28\x5a\x17\x57\xff\x39\x93\xae\x82\xc4\x9d\x66\xcf\xbf\x4f\x10\xef\x84\xbf\xd6\x9f\x8d\x0c\x5d\x5b\x62\x78\x3c\x1a\xad\x90\x4d\x76\x20\xc6\x8b\x1a\x3f\xed\x18\x2f\x5c\x1f\xc4\x49\xfc\x16\x46\x30\xb9\x86\x4f\x18\x23\x74\x94\x33\x53\x26\x34\x78\x2f\x7c\x8c\x94\xcb\x88\xf0\x28\x31\xce\x26\xd2\xc1\x11\x02\x26\x3c\x4d\x82\x18\x2f\x02\x82\x31\xf3\x7c\x40\xe5\x13\x01\xfe\xa7\x4f\xae\xbb\x27\x7e\x2a\x4c\x3c\xa6\xdf\x8c\x5d\x47\x33\x9e\x91\x07\xc7\x4c\xb6\x7c\x99\x50\xe6\x07\x04\x2e\xf0\x35\x54\x03\x42\x40\xbc\xbc\x4f\x83\xc5\xb2\x7c\x5f\x04\xaa\xe8\xf4\x2f\x20\x14\xf6\xe1\x0b\xc8\x0a\x9f\xd0\x80\x2e\xd3\x84\x79\xae\xe3\xfa\xbe\x0f\x12\xd3\x8c\x78\xb9\x91\x8b\x51\x2a\xc6\x4c\xbd\x1f\x06\xf3\x90\x0a\x57\x2e\x7f\x8f\x78\x49\x45\xa8\x05\xf4\xd7\xbd\xc1\xfe\x78\x5c\x04\x16\xc6\x09\x73\x81\x4b\xe7\xf8\xc6\x05\x6e\x9a\x50\xe6\x4e\x7d\xe9\xbd\x2a\x9c\xc3\x0e\x0e\x2c\x10\xd4\xdc\xc5\x40\xc0\xc3\x79\xbc\x84\x71\xac\x90\x82\x01\xf1\x42\xdf\xdf\x6c\xf8\xe2\xbd\x40\x14\x12\xf6\x5c\x5e\xf4\x6f\xb5\x7a\xd2\xd1\xb4\xb0\xfe\x9e\x2f\x7a\x7d\x26\x43\xde\xef\xd2\x6d\x9e\x28\xc4\x04\xbe\xc9\x96\x5b\x84\x04\xc1\x22\xc1\x6c\xb1\xfe\x2c\xb7\x98\x7e\xe1\x72\xa3\x3a\x29\xa2\xbd\xcd\xb9\x66\xb0\x80\x68\xd5\x76\x93\x2a\x2e\x1d\xf6\xac\x0c\x34\xbf\x5f\x5a\xec\xea\xd2\x22\x9f\x62\xe7\x6b\xf3\x19\x6c\xb9\x2c\xf9\xfe\x34\xfc\xf5\xc5\x3f\x7e\xfd\x69\xdb\xcb\xf1\xc1\x31\x18\x28\x11\xa2\xe2\x02\xd9\x35\x5e\x18\x96\xd1\xbf\xaa\xdd\x07\x78\x2b\xfc\xd7\xf2\x2d\x8d\x09\x3e\xbb\xa5\xe9\x99\x9d\xd0\x63\x24\xb9\xba\x82\x44\x98\xe1\xb9\xd8\x72\xb5\x4a\xe2\xe2\x05\x43\x73\x0f\xe2\x3f\x4d\x9f\x5b\x12\x27\xfc\xb8\x0c\x51\xac\x6e\xd8\xb9\x84\xca\xbf\x3b\x9d\x76\x9e\xd9\xd3\x34\x89\x3e\xb8\x96\xef\xc8\xdd\x8f\xfc\x3c\x2f\xb0\xce\xfc\xc1\x11\x08\xc7\x47\x43\x90\x8c\x8f\xce\x40\x3a\x3e\xee\x83\xd5\x78\x7d\x0d\x09\x4b\xa2\x30\x1d\x79\x6c\xbc\xde\x00\xe2\x31\x90\x82\xf2\x61\xe1\x79\x45\xf7\xcd\x3f\x0d\x0e\x0e\x4c\x74\x4a\xe6\xaa\x39\xb0\x83\x0c\x07\xd3\x51\x6f\xe0\x7f\x33\xf0\xff\x53\x33\x86\x8d\x2f\x86\x48\xca\x5c\xa9\xe4\x1f\xda\x71\x80\xbe\xe6\x2e\xfd\xf1\x78\xcc\x1e\xeb\x81\x7a\x83\x11\xeb\x0d\xd4\x70\x47\x8f\xca\x35\x60\x9c\xbe\x7e\x79\x52\x31\x5f\x27\xeb\x67\xe3\x03\xe6\x03\x21\x7b\x60\xc4\xc2\x74\xb4\xde\x6c\x40\x74\x37\x09\x2a\xf3\xbe\x71\x5b\x65\x18\x82\x57\x0c\x92\x9a\x26\xf2\xa5\xeb\x03\x4e\x97\xbc\x37\x4d\x80\x5c\x22\xc3\x24\x81\x88\x09\x41\x7a\xe4\xea\x05\x76\x41\xde\x43\x8a\xb3\x94\x04\x25\x5b\x9e\xae\x12\x1a\x0a\x65\x25\x29\x20\xb7\x05\x30\x07\x1f\xff\x29\xde\xf8\xea\x20\x7e\xcf\x85\x03\x88\x20\xa1\xd9\xe9\x68\x1e\xe9\x08\xa6\xf7\x62\x36\xcd\x2d\x9b\xc5\x02\x19\x40\x29\xe2\x2d\xc4\xc7\xff\x8b\x6f\x80\xac\x1f\xe5\x31\xe8\xb9\xff\x61\x0a\x61\x55\xee\x78\x17\xb8\xf2\x5f\x3f\x57\x2f\x8b\xcf\xca\xf7\x95\x13\x51\xd6\x7f\x70\x05\x19\x17\x2f\x92\xcb\x15\x83\x9e\x65\x9e\x4b\x61\x7c\x79\xeb\xfa\x0a\x14\xc5\x88\x1a\xa1\x61\x7e\x35\x2a\xb8\x7c\x24\x61\x90\x0b\x0e\xd6\xe2\xdf\xbf\x27\x69\xfa\xb4\xe4\x12\x61\x28\x57\xd9\x72\x02\xe1\x94\x62\x64\x8e\xc9\x7a\x33\x95\xe5\x57\x6f\x92\x34\xbd\x87\x2c\x54\x5c\x59\x2d\xe0\xd5\x4c\x41\xbf\xdd\x00\x05\xd7\x68\x9d\xe3\x7a\xb9\x10\x04\x18\xb0\x90\x5c\x41\x16\xc4\x09\x5d\x86\x2c\x9a\x3f\xbf\xe6\xa8\xe2\x07\xf4\x2b\xbc\xa2\x50\xfe\x74\x23\xc1\x2e\x7d\x7f\x03\x74\x57\xa3\x82\x50\x31\xc1\x20\x04\x09\x48\xa7\x41\x82\xa2\x74\x15\x43\xea\xc1\xe0\x03\xbc\x7d\x8a\x63\x2e\xcc\xc0\x80\x32\xbc\xe4\xc7\x65\x78\x15\xca\x89\xab\xf5\x45\x5e\x71\xa1\xa8\xf7\x87\x09\xc1\x29\xfc\xbf\x63\x41\x1d\xf2\x06\xf3\x0f\x20\x23\x04\x29\xb1\xcb\xd2\x6a\x6a\x1b\x7e\xfa\xe4\xe5\x56\xbf\xe3\x7c\x80\x81\x71\x7f\x3c\xc6\x07\x07\xf6\xcf\xd0\xcf\x47\x04\xae\x84\xa3\x7b\x60\x6d\xf6\xe9\xc4\xb4\x9f\xf2\x29\x2e\x09\xe4\xdd\xab\xe2\xbc\x6a\x86\x04\xd0\x0a\x52\x34\x94\x58\x39\x55\x77\x34\xc3\xd1\x8a\xba\xbe\x3d\xe9\x3d\x2a\xe2\xe0\x59\x30\x4b\x50\xfc\x82\x9f\x35\x15\x4a\x86\x03\xc7\xe3\x31\xdd\x70\xf2\x9e\x34\x03\xec\x31\x40\xfc\x69\x20\x06\xf2\xfc\xcd\x06\xa6\x14\x3a\x6c\xd2\xb7\x1e\x81\xa2\x1b\x90\x4d\x30\xca\x8b\xed\xb1\x18\x43\xef\x00\xbc\x84\xc8\x26\xe2\x09\x9c\xfa\xa3\x5c\x0b\x7b\x8f\x98\x26\x22\xb0\x8b\xc2\x26\x0e\x53\x45\xfe\x45\xe6\x68\x84\x02\xb0\x3f\xd0\x6f\xc9\x0a\x05\x08\x7e\xb4\x62\xc0\xf8\x1c\x0c\x99\xc8\xbe\x2c\xae\xc2\xc2\x4b\x29\xd3\xfb\x7c\xe7\xf2\xf9\xd4\x40\xd5\x30\x78\x5f\xaf\x9b\x1e\x85\xe6\x18\x97\x19\x02\xb8\xbd\x81\x5b\xde\xde\x86\x07\x71\x8a\x89\x71\x24\xd8\x80\xe7\x03\xbe\x8d\x63\x7c\x63\x01\xc4\xfc\xf5\xf0\x94\x1f\xc3\x7a\x55\x39\x05\x9b\x51\xd5\x3a\x82\xf3\xfd\x5c\x8b\xe1\xa9\xfd\xfb\xb1\xa0\x08\xeb\x9c\xe2\x5d\xe8\xc5\xd2\x9b\x3d\xe3\x69\x6c\xea\x8f\xe0\xb6\xbb\x4c\x94\xa1\xce\xab\x58\xd5\x15\x91\x6d\xb1\x6a\xc5\xe6\xbd\x38\x91\x05\x16\xe6\x21\x61\xc1\x47\x59\x1f\xf0\x01\xbd\x56\xb3\x07\x42\x08\xb7\x40\x70\x81\x0a\x99\x1a\xb9\x49\xcc\xfb\xc1\x68\xb4\x7e\xfa\x97\x27\xaf\xff\xfc\x7c\x34\x59\xcb\x1d\x31\xb2\x2d\x75\x5c\x9b\x88\x47\x5c\xa8\x7c\x27\x73\xdb\x68\x5e\x3c\x71\x53\x7c\x95\x20\x77\xba\x01\xe6\xbb\x9c\xb1\x25\xdf\x52\xdc\x2f\x6f\xa6\x1b\x20\x26\x4f\x47\x6b\x3e\xfc\x68\xbd\xed\xf0\x75\x83\x6d\xa6\x9b\x0d\xb0\x9f\x8c\xd6\x1b\x90\xfb\xc5\x17\xae\xfb\x4a\x6d\xe1\xec\xd7\x65\xad\xcb\xfe\x7f\xbb\xd1\xbe\x48\xb3\xf6\x75\x3e\x7b\xfb\x7f\xd8\xf9\x7f\xf7\xab\xb5\xaf\x0b\x49\x86\xee\x9f\x57\x21\x89\x5d\xe0\x3e\x51\x6a\x86\xab\x37\x83\x72\x59\xe3\x6d\x68\x82\x3e\xb8\xc0\x0d\x97\x89\xed\xdb\x46\x1b\x9d\xd8\x4e\xd4\x83\x9e\x40\x45\xe6\xf5\x4f\x22\xe3\xd6\x2f\xdf\xd4\xfb\x81\x19\xbf\xd4\x47\x40\x39\x7d\x4d\xa7\x39\x73\x2b\x70\xbf\xe3\x14\x22\xef\xe9\x0c\x8d\xd6\x6a\x4d\xa6\x49\xd9\xd9\xde\x1e\xe7\xa8\x6a\x1c\xf8\x11\x0a\xc0\x15\xdd\xd7\x0f\xa2\xf6\xc5\xfd\x46\xe0\xfb\xa5\x71\x08\xdb\x61\x63\x9a\xbb\xd2\x30\x3e\xe3\x27\xca\x53\x4d\x96\xa3\xcf\x2d\x40\x21\x96\xc1\xa5\x90\x31\x61\x51\x3d\x3c\x94\x94\x3d\x62\x16\x2a\xa5\xf3\x5f\xbd\x3e\x2e\x9e\x2f\x56\x99\xa9\x3f\x8b\xc1\xd0\xfe\x6b\x13\xe5\xd6\x2d\xae\x20\x42\x16\xca\x00\x8d\xda\xfe\x8c\x37\x84\x64\x0e\xad\x9a\x7e\x09\x02\x2e\xc2\x24\x78\xa5\x97\xbb\x05\x92\xae\x88\x14\xbb\x40\xa3\x91\xff\x68\xc2\x5d\xe3\x2d\x9b\xba\x08\x2b\xdd\xfd\x59\x2e\x8f\x73\xe1\x35\xaa\xfd\xe9\x14\xd5\x19\xda\xd0\x38\x6e\x5a\x95\x23\xf0\x08\x4c\x5c\xbc\xb4\x31\xd0\x88\x74\xab\xb9\x6a\xad\xbf\xc9\xad\xaa\x46\x78\x1e\xc2\x27\x2b\x36\x7f\x43\xf0\x2c\x11\x0e\x90\xfc\xd7\x0f\x98\x2c\x0c\x84\x96\x47\xac\xbc\xb4\xe9\x2d\x55\x63\x81\x4f\x29\x32\x96\x08\x68\x6a\x2c\x2e\xc5\xaf\x67\xba\x73\x57\x24\x57\x33\xb9\xd4\xf8\x12\x5c\x2e\x12\x96\x75\x16\x47\xae\x89\x3a\xd0\x99\x50\x3b\xe3\xa1\x8e\x62\xe4\xff\x3a\x5c\x5f\xc9\x0d\x3f\xb0\x37\xfc\x82\x73\x57\x48\x73\xd7\x57\xd5\x37\x72\xdd\xdc\x2c\x3b\xf5\x53\xba\xc8\x3e\x97\xb3\x3e\x35\xb3\x3e\x53\x3e\xb9\xdb\x5c\xcf\x37\xde\xdd\xe6\xae\x7d\x5b\xf0\x90\xbf\xa8\xb9\x0f\x26\x3a\xf4\xf4\x19\x70\x51\x7e\x79\x0a\xce\x0a\x9d\x94\xdb\x3c\x6a\x76\x44\x02\x43\xc0\x39\xe5\x49\xb1\xd5\x9d\x6d\x80\x45\x11\xc8\x58\x01\x69\xa3\xdd\x8a\x74\xb8\xf9\xb3\x2c\x58\x04\x2e\x71\x9d\x7d\x0a\x2e\x31\x4d\x18\x26\xb7\xb2\x5e\xfe\x92\xe0\xeb\x24\x16\x16\xab\xed\x8d\x4e\xf2\xce\x85\xcb\x18\x63\x73\x67\x62\x59\x13\xb4\x34\x50\x61\x0b\x31\xca\xb2\xe8\x42\x70\xa3\x40\xaa\x15\x98\xbc\x78\x26\x4a\x4f\x27\x15\x0a\x95\x9c\xd3\x95\xd1\xa5\x72\xa7\x90\xd5\x01\x57\x96\x4a\x8d\x8b\xa3\xb8\xfe\x1e\x27\x8e\xf1\x78\x0c\xc5\x2d\x51\x73\xe7\xda\x05\xcf\xf5\x7d\xa0\x3e\x63\x07\x07\x5e\xdd\x30\x56\xf3\x3d\x99\xdd\xc9\xf2\x5e\xdc\x33\xd3\x87\x32\xaf\x04\xef\x09\x8d\xdd\x15\x85\x5a\xcd\xd3\xd2\x83\xb7\xe6\x1c\x71\x54\x39\x08\x6f\x7b\xbb\x84\x23\xb4\xa9\x28\xd6\xed\xaf\xcd\x20\x2d\x58\x33\x65\xd2\x5d\xff\xe0\x40\xa5\x43\x59\xe2\x40\x76\xe8\x75\xc7\x8a\xf8\x34\xf7\x5a\x64\xba\xab\x9c\x8f\x7c\xc1\x81\xd7\x07\x6e\x59\xf5\xa3\x9d\x14\x0a\x7e\x4c\x7d\x56\xc5\x4f\x86\x6b\x56\xa8\x7d\x6f\x9f\x5f\x3c\x7f\x67\xa9\x5d\xe2\x4d\x59\x45\x83\x88\x91\xdb\xd1\xc4\x8d\x52\x18\x92\xe7\xd2\xeb\x5e\x7c\x7f\xf1\xd3\xf7\xaf\x5e\xd8\x1d\xe8\x5b\xcd\x4c\x69\xfb\x9b\x38\x37\x2d\xa5\x4d\x7a\xed\x0b\x6d\x4d\x7b\x02\x08\x1d\xf0\xf9\xdb\xb7\x3f\xbe\xb5\xba\xb2\xda\x89\x3f\x47\x6b\xf8\x31\x61\x55\x50\xbc\xfb\xf9\xcd\x8b\xd7\x7f\x2e\x4f\x03\xdc\x0f\x3c\xbe\xd8\x7b\x1d\x57\xb7\x42\x59\xdc\x86\x1e\xee\x9d\x0d\xa0\x52\x35\x44\xcd\xaa\xe1\xc5\xc9\x2d\x3e\xbb\xf9\xa1\x3a\x9e\x7b\x2b\xd5\xd0\x28\x80\xc0\x3d\x08\x19\x13\x41\xcf\xbb\xd7\x04\x33\xd7\xb1\x4a\xe9\x98\x40\x0a\x45\xa8\x95\x30\x37\xb6\x08\xc5\x4a\xb5\x10\xf4\xdf\x7e\x87\xa8\xbb\xd4\x1a\x42\xb5\x42\xd7\xaa\x9a\xfe\x4d\x47\xb5\xd6\xab\xa6\x7f\x53\x52\x66\xa3\x2e\xd2\x45\x7f\xb4\x36\xc9\x1d\x15\xb8\x42\x74\x4d\xa7\x3b\xc9\x52\x27\x32\x17\x59\x75\x2f\x75\xea\xb1\x76\xd6\xd3\x21\x48\x83\xa1\xe5\xed\x6a\x8b\xfd\x83\x23\x70\x5a\x19\xd5\xda\x22\x67\xea\x99\x35\x0b\x98\xf6\x0d\xad\xc4\xa3\x8e\xde\xeb\xe2\x40\x5b\x19\x34\x56\x0a\x0c\xb3\xfc\x78\x11\x66\x49\x04\x1d\x05\x5b\xb3\x8f\xa2\xce\x4a\xf0\x5a\xc8\xbb\xdb\x84\x18\x54\xce\x06\xb8\xc7\xfd\xa3\x6d\x83\x0d\x1a\xe3\xce\x64\x66\x67\x47\x88\x48\xce\x2c\x4c\x84\xb3\xa1\xf4\x4c\x3b\x05\xee\x65\x3e\x02\xb1\xda\x71\xd7\x71\xfe\x0e\x1d\x22\x1d\x71\x62\x27\x74\x84\x38\xe1\xcc\x08\x5e\xc8\x78\x83\x1f\x5f\x3c\x7b\xea\x68\xd1\xd0\xb9\x5c\x31\x27\xc2\xab\x34\x76\x10\x66\x7c\x5c\x27\x41\x0e\xc3\x8e\x02\xe4\x26\x61\x73\x27\xe9\x1e\x51\xb2\x15\xea\x06\x3b\x46\x5d\x79\x16\x46\x02\xde\x1a\x87\xef\xe6\xb0\x80\xa9\x79\x48\x1d\x02\xf9\xf1\x02\x63\x91\x59\xce\x09\x85\xb8\x29\x11\x1c\x38\x6f\x64\x64\xc7\x3c\xbc\x86\x4e\x88\x9c\x30\x5e\x24\x28\xa1\x4c\xba\xd7\x58\xf1\x1e\x7c\x27\x3a\x0b\x21\x94\x39\xc6\xdd\x84\x33\x84\x07\x41\xf2\xf9\xf9\x4e\x91\x7c\x71\xf1\xa3\x46\xef\x4d\x82\x62\x7c\xe3\x88\x4b\x9b\x3b\x10\x69\x19\xc1\xaa\xc3\x9b\x90\xaa\x4e\x0d\x4e\x19\xb9\x75\xc2\xab\xf0\x3e\xf1\x38\x8d\xb3\xd2\x32\xd1\x96\x53\xd0\x31\xa1\x36\xee\x63\xc8\xc2\x24\xe5\x30\x5a\x81\xa0\x5d\xfc\xdd\xef\xfa\xe8\x4b\xe2\x5e\xda\x87\xcb\x98\xd7\xb6\x27\x09\xc9\xad\x44\x22\x45\x18\x3b\x31\x86\x54\x6c\x69\xf8\x31\xa1\xcc\xd0\x83\x78\xed\x84\x8e\x35\x1a\xdf\xed\x92\x30\xbf\x5e\x1a\xe9\x4a\x17\xa0\x78\x5e\x6e\x15\xfd\xd3\x1a\x6d\xa1\xd0\x20\x75\x1f\x2b\x11\x88\x31\x0e\x76\xb1\x3d\x4b\x0d\xc2\xad\x0f\xc2\xd6\xa3\x24\x30\x8d\x85\xfc\xd9\x16\xfb\x55\xce\x4c\x52\x19\x1a\x2e\xa2\x29\x7a\xcb\x90\xd2\x1b\x4c\xca\xf9\x59\x42\x14\xeb\x3f\xa5\x58\xad\xe5\x9b\x5c\x30\xa2\x16\x26\x2c\xa1\x2d\x17\x5b\x50\x2d\xd6\x18\x59\xcd\xe5\x87\x45\x4f\xb7\x72\x0b\x62\x5b\x75\x40\x95\x5b\x9f\xb5\xe4\xa5\x66\xb8\x6c\xae\xcf\xf3\xba\xb8\x9d\x7c\xf8\x89\x2d\x08\x66\x3e\xde\x6d\x93\x37\x5e\xd1\x59\x66\x99\x61\x96\x2f\x67\xc5\xe6\x13\x6d\x19\x98\xba\xea\xa5\x9d\x76\x0a\xb8\xc6\x70\xa0\xde\xda\x49\x69\x8c\x5c\x2b\x5f\x61\xa4\x40\xbd\x9b\xa8\x5d\x94\x92\x0b\x06\x67\xe5\xa5\xa0\x1e\x34\xda\xad\x0b\x1d\x67\x9f\xdc\xb3\x5f\xb3\x21\xa4\xae\x5d\xa6\x85\xc1\xd0\x04\x00\x19\xa2\x9d\x82\xc9\x11\x70\x09\x9c\xe5\xd5\x1c\x89\xaa\x69\x03\xc7\xd9\xb5\x0c\xbf\x15\xdd\xdf\x95\xc1\x56\x09\xf8\xf5\xb1\x95\xb9\x23\x40\x08\x54\x92\x08\x2a\x39\xef\x1d\xc2\x22\xef\x18\x8c\x56\xff\x8c\x9f\x15\x2b\xc6\x30\xca\xf1\xae\x7b\x6d\xc7\x2c\x66\x2c\xbb\xae\x29\x63\x4c\xb2\x8d\x2e\xf0\xc1\x45\x85\x1e\xc2\xc2\x88\x29\x89\x35\x27\xca\xce\x64\x40\x78\x82\x9c\x88\x40\x91\x35\x3c\x4c\x69\xb0\x5d\x78\x1e\x97\x4c\xd0\x35\xe7\xd6\xaa\xbe\xc0\xc5\xc5\x8f\xa6\xb6\x40\x27\xa2\xda\xe2\x8e\x56\xfc\xad\x49\xf7\xbb\x0c\x9d\x93\xc2\xc1\x71\xa8\xd6\x42\x68\xfe\xc5\x1b\x2f\x37\xbb\xaa\x57\x3c\xfe\x50\x7b\x29\xcb\x2b\x32\x57\xd8\xdc\x0f\xb5\x34\x5b\x70\x9b\xde\x9a\xb3\x59\xfd\x74\xbb\x7f\xdd\x8d\xb1\xa2\x30\x86\x78\x1b\x88\xff\xd2\x60\x96\x10\xca\xa4\x81\xcd\x1e\xd7\x4d\xc3\x5f\x6f\xdd\x82\xc9\x25\xb7\xd4\x57\x55\xd3\x02\xae\xf4\xf5\xe5\xb8\xeb\x77\x5e\xf2\x9c\x65\xa0\x46\xa4\xa8\x3a\x42\x33\xd1\xad\x9e\x40\x5b\x18\x84\xa2\x38\x71\xb3\x42\x61\xca\xb1\xa0\x29\xce\xe4\x38\xb4\x02\xa9\x2a\xe9\x4f\x5b\xec\x6c\x2a\xd9\x72\xff\xdf\x71\x9d\x4b\x07\x5a\xfb\x85\x76\x8d\x24\xf7\x79\xa8\xad\x0b\xa4\xc2\x10\x5e\x3c\x61\xb7\xb8\x87\x2c\x92\x48\x87\xd3\x34\x0b\x7a\x6d\xf1\x57\x38\x51\xf7\x3a\x45\x66\x25\xee\xdf\xbf\x33\x17\xf0\xdf\x29\xbe\x9e\xe5\xcf\x6c\x22\xa3\x38\xd2\xf4\x63\xf1\x2c\xdb\xc6\x65\x5d\xd8\xe7\xd8\x59\x5d\x44\x45\xc1\x3e\x26\xa9\xdd\xcd\xa4\xb6\x8e\x9f\xb5\x3f\xed\xe2\x52\x21\x13\x1d\xea\x13\xee\x6b\xa6\xbc\xad\xaf\xb7\xed\xcb\xe9\xfb\x5e\x49\x67\xd7\x2c\xe6\x42\x9a\x34\x5e\x48\xa3\x2e\x81\x14\x7a\x61\x72\xe9\x01\xab\x93\x06\xde\xef\xf2\x99\x55\x5f\x3e\x0b\x7b\x7f\xf9\xf2\xd9\x75\xf5\xbd\xb3\x58\x5c\x2b\x98\x25\x7b\xb8\x01\xe2\x5a\xa2\x04\x91\x10\xaf\x33\xc7\xe7\xfc\x85\x25\xe9\x74\x61\xa9\xbc\x72\xbe\x88\xdc\xaa\x7f\x7f\x14\xfe\x6d\xd1\x7f\xfd\xbc\x5b\xd6\xe1\x53\xe0\xc6\x69\x43\xbe\x4b\xfe\xbe\x5e\x49\x6f\x38\x79\x5f\xdd\x3a\x4f\x9e\xbe\x74\xde\x6d\x67\x12\xca\x6e\xf2\x2b\x0f\x6b\x1b\xaa\xb8\x11\x2a\x95\xb3\x8d\xae\x2e\x29\xcb\x78\xa4\x70\x98\x02\xae\xe5\x2f\x30\x9d\x82\xde\x59\x45\x0e\xb7\x5a\x61\xf6\xfc\xde\x1b\x33\x47\x2c\xbb\x4b\x31\xec\x6e\x99\xa4\xf3\x32\xa4\x49\xd4\x8b\x09\x5e\xc6\xf8\x06\xf5\x74\x00\x7e\x45\xd1\x90\x7c\xcb\x0e\x7d\x7c\x8d\xb9\xda\x0b\x53\x51\x4e\xee\xf7\x42\x87\xee\xe3\xeb\x47\xc7\x7d\xd0\xf0\x75\x4e\xdf\x38\xae\xd7\x3a\xb4\xd7\x34\xff\x1a\x67\x1b\x85\x2c\x4c\xf1\xd5\x97\x94\x3b\xff\xe4\x97\x67\x1f\xf0\x07\xfc\xcd\x17\x9b\x3b\xff\x37\xcb\x96\xaf\x33\xe0\x4a\x28\x94\x05\x4e\x09\xa7\x84\x84\xb7\x35\xae\xcf\x2a\x75\x59\x26\xeb\x3e\x49\x53\xc7\x7b\x82\x6e\x9d\x0b\xd1\x87\x2f\x2c\xd4\xd5\x5e\xc9\xe5\x8f\x9f\x92\x44\x04\xb6\x3a\x4f\xe7\x30\xfa\x20\xbc\x75\xd4\x93\xee\x7d\xfc\x3d\x24\x28\x41\x57\x59\x17\x37\xf2\x41\xf7\x1e\xde\x84\x94\xe6\x7a\x58\xca\x07\x25\x73\xc8\x67\xa8\x1d\x50\xb5\x87\x3e\x4b\xfd\x80\x3c\x20\x3b\xab\x21\xa0\xbb\x55\xa9\xac\xbe\x08\x26\xf1\xc3\x9b\x64\xf0\xec\xcd\xc5\x87\xce\xa2\x6e\xfe\x6e\xcb\x72\x26\x29\xcc\xce\xb5\x93\x16\xe7\xb0\xaa\x1b\xc8\xe4\xc5\x67\x05\xab\xc1\x43\x31\x1f\xbd\x05\x2a\x79\x8f\x1a\x78\x89\x97\xf8\x1a\x92\xcc\x46\x25\xaf\x7f\xf8\x0c\x8a\xaf\x5c\x77\xaa\x81\x4a\x85\x5f\x83\xe0\x3c\x4b\x99\x94\xae\x60\x7b\x30\xd9\x00\x15\x68\xea\x03\x05\x98\xfe\x48\xff\xcc\xb8\x97\x7b\x81\x09\x73\xbe\x2f\x59\x08\x77\x94\x6c\xa9\x92\x1c\x3f\x9f\x30\x2d\xa7\xcd\x97\xac\x47\x21\xdb\x26\x14\x6e\x91\x7c\x4c\x10\x3d\xbc\x49\xd8\xbc\x67\xc2\x40\x3f\x57\xf0\xdb\x87\xd7\xb3\xff\xfe\xe5\x75\xfc\xfa\x2e\xa9\x47\x3a\xd9\x81\xf5\x39\xb7\x9d\x0d\xd8\x6d\xce\x1f\xc6\xb7\x51\x96\x32\x5b\x5c\x2a\x57\x67\xca\xce\x20\x68\xca\x81\x2d\x26\xb3\x93\xdc\x67\x2d\x70\x0b\x0b\xd4\x62\xc9\x6e\x6b\xb2\x9e\x6d\x0d\xc5\xbd\x36\x54\x05\x05\xdf\x37\x92\xc1\x04\x10\x80\xea\x98\x86\x86\xcc\x61\xa5\x10\xf0\x56\xb3\x91\x8c\xe6\x7e\x99\x65\xb1\xb0\x73\x48\x68\x1f\x5c\x48\x44\xfa\x28\x99\x4c\x4c\x34\xf5\x98\x49\x8d\x03\xec\xd8\xea\x2c\xc4\x1b\x02\x4d\xb6\xcc\x24\x4c\x08\x59\xc8\xa5\xea\x62\x1c\xb8\x6a\x67\xf9\xd7\x4b\x0e\xec\x96\xf3\x4c\xb5\x7a\xc2\x47\xf3\x84\x53\x8d\x60\xb8\xb8\xe2\xbc\xfd\x4a\x58\xca\x7f\x1f\xbf\xfd\xfe\xc9\x5f\xae\x9e\x56\xb3\x14\x65\x90\xe9\xe0\x0f\x5d\x72\x72\x3d\x02\x47\x25\xaf\xcf\xc1\x31\x18\x96\x4f\xc6\xc6\xbc\x83\xa2\xd4\x5e\xcd\x06\x1c\x36\xdf\x09\x57\x3b\xa8\xd8\x99\x74\x6f\x97\xb0\xc7\x85\x81\xf2\x45\x6d\x9d\xe5\xac\x05\x5c\x39\xd6\x56\xd0\x36\xa5\x4a\x4d\xe8\x8f\x76\xa0\x63\x6b\x06\xc7\x8e\xa1\xb1\x3b\xbe\x60\x55\x9f\x2f\xd3\x15\xc9\xca\x2f\x1c\x2b\x97\x9f\x6d\xee\xb6\x0a\x77\x03\x61\x9a\xfe\xa8\xe5\x97\xb6\xcb\xd6\xad\xc3\xda\x94\x4c\x76\x63\x4b\x64\xb6\x24\x58\x10\xb9\xd4\x85\xd2\x2b\x5d\xff\x43\x37\x2b\x3d\x78\x93\x73\xb9\xf9\x0e\x23\xb1\x82\xe2\x2f\x59\xe5\x48\xfe\x99\x5f\x8b\x2a\xe7\x79\xa3\xd0\x6a\xac\xe5\xc4\x39\xf7\xa5\x04\x28\x08\x02\x17\xb8\xaf\xb1\xb3\xc4\x94\x26\x97\x29\x74\x0c\xd0\xf2\x46\x33\x2f\xbf\x76\x45\x7d\x81\xf0\xa6\x6a\x0b\x6c\xb9\x80\xa5\x5e\x14\x73\x68\x89\x4e\x30\xc2\xad\x60\xd7\x93\xa9\xa6\xb7\x76\xd1\xa0\xec\x0d\xd2\x59\x2c\x91\x68\xab\xaf\xe1\x31\xb0\x6b\x97\xdc\x85\x1b\x55\x3b\xb1\x0c\x4a\x1c\xab\xc1\x37\xe3\xa1\x05\x35\x2d\x9e\xdd\x61\x7e\x5d\x85\xae\xfa\x3c\xfa\xf7\x32\xdc\x57\x1d\xc6\xbb\x8b\xf3\xcc\xe4\xa4\x75\xf5\x4d\x9a\x25\x33\xc9\xd0\xae\xfc\x5b\x11\x73\xd7\x9e\xe4\x2c\xc2\x88\x85\x09\xaa\xcd\x73\xa6\x38\x82\x0f\xb8\x9a\xfc\xb4\xa5\xb1\x50\xa5\x7d\xc0\xe9\x44\xb5\xe0\xe8\x5a\x31\x18\x07\x61\x9a\x84\x54\xb6\x08\xa4\xf4\x03\xb4\xde\xa8\xf8\x6d\xcd\x17\x92\xe8\xee\x1c\xb5\x9a\xe9\xcd\x2a\x73\xa8\x9e\x82\xf5\x46\x8a\x7e\x1c\x63\x7e\x56\x26\x7f\x6c\xfe\x32\xb3\x16\xbf\x2a\x1b\x07\x22\x52\xc8\x5b\x67\x95\xdf\x65\x92\xa3\x38\x02\xe6\xea\x5d\x3e\x91\x87\x9c\x4c\x25\x54\x35\x6d\xcf\x2d\xa0\x25\xe0\xbc\xc8\x3a\x96\xc4\xef\x4a\xa1\x38\xc8\x1a\x7d\xfa\x34\x99\xea\x5c\xa9\x85\xfe\xf8\x2b\x9d\xb1\x2f\x27\x93\xaa\x5d\xed\xff\xa9\x2f\xa2\x64\x61\x43\xe2\x5a\x99\x72\xea\xfb\x5b\xcf\x7d\xf1\xcc\x96\x6c\x21\x70\x45\x88\xe8\xa6\x84\x7c\x91\xc3\x08\xfa\x3e\x80\x1b\x3f\xbb\xbb\x95\xef\x47\xe5\x54\x84\x76\xe1\x7e\x04\x6f\x9c\x37\x04\x2f\x12\x0a\x33\x58\x90\x6c\x49\xc6\xcc\x88\xec\xd6\x68\x15\xd2\x3b\x07\xde\xf3\x01\xf2\x60\x41\x5e\xdf\xb3\x3f\x54\x7f\x8a\x54\xb9\x1b\x20\x82\xe1\x4a\x34\x77\xd7\xf5\xa6\xe1\xb5\x9d\x39\x0b\x30\x55\x0e\x5c\x16\xd4\x26\xe5\xf4\x8b\xc3\xca\xf4\x8b\x43\x3b\xfd\xe2\x70\x9a\xdf\xf5\x2a\xb3\x18\x81\x4b\xbc\x97\x53\x56\x9e\x0a\x91\xf6\x5d\xc2\x8f\x20\x91\x96\xe9\x59\xc8\xa0\xcf\x17\x8d\x3f\xf3\xf8\xc2\x8c\x69\xb0\x84\x84\x26\x94\x79\x9a\xb4\x15\x6a\x21\x58\xab\x1a\x64\xd9\x68\xd4\x5f\xa3\x2c\x87\x97\xc0\x76\x56\x00\x5c\xc7\x81\xae\x91\x60\x50\xe6\x48\x95\x6a\x03\xdb\x6c\x00\x03\x54\x2c\xc0\x94\x2b\x10\x56\x3a\x3c\xcf\x07\xc4\xf3\x37\x45\x8e\xc6\xfc\x75\xb1\x19\x92\x2e\x1a\x1e\x93\x29\xf5\xa4\xa6\x57\x8b\x5f\x19\xea\x7c\x05\xd9\x45\xba\xba\xfa\x2b\x14\xe3\x8c\x6d\xc2\x45\x22\xbd\x74\x73\x2a\xb5\x7c\xfb\xf1\x78\x4c\x36\x22\xf1\x9c\x48\xd1\x4c\x7d\x73\xc9\xa2\x73\x88\x79\x14\x0c\x54\x12\xc2\x2c\x2c\x5a\xa1\x86\x3f\xe5\x70\x97\x32\xaa\x49\x35\xcc\x24\x8a\xdb\xa3\x37\x09\x8b\xe6\x9e\x97\xe5\x2f\xf4\x03\x84\xc9\x42\x48\xbd\x22\xaf\x96\xc2\x3b\xb1\x78\x9f\xa6\x71\x8e\x7f\x7f\x2d\x2a\xb8\xe9\x45\x18\x65\x74\x81\xba\xd0\x05\x0d\x96\x2b\x3a\x57\xf9\x80\x51\x29\x6a\x3d\x3f\x9d\xad\x43\xbb\x23\x1c\xc3\x1e\x8c\x93\x4a\x6d\x36\x6f\x3d\x36\xf9\x7d\x99\x5c\xdc\x8e\x69\x93\x75\x1a\xbc\x62\xe6\x63\x53\x73\xff\x81\xb2\x1f\xab\x81\x55\x0c\xf1\x64\x0a\xc8\x78\xbf\x0f\xe8\x78\x7f\x00\xb0\x56\x95\x19\xb9\x35\x59\x9d\x43\x90\x8c\xe1\xa4\x00\xcc\xd4\xf3\xbf\xdd\xf7\xc8\xd8\x0b\xc7\x89\xcc\x5a\xe7\xfb\x41\x8c\x11\xf4\x0f\x0e\x3c\x24\x56\xc6\x0b\xa5\x27\x8b\x0f\xf6\xd9\xa7\x4f\x48\x31\x0f\x51\x8f\xfe\x5b\x3e\xa4\xff\xed\x26\x0a\x39\x05\xa5\xfe\x9a\x72\x10\xf0\x38\xdd\xcc\x12\x14\xa6\xe9\xed\x9a\x03\x40\x3e\x7d\x92\x79\x0e\x92\x40\x82\xfc\xe9\x93\xfe\xcb\xf3\x4d\x4b\x91\x11\x5d\x26\x6b\xc6\x9b\x8d\xc9\x27\x2d\xf0\x78\xa7\x84\xce\x31\x94\x75\xeb\x57\xa2\xce\x52\x7b\x56\xe7\xdc\x96\x56\xe8\xff\x00\x6f\xa9\x07\xc5\x1e\x54\x4f\xae\x20\xfb\xf1\x06\x69\xbb\x85\xc4\x26\xd5\x67\x45\x53\x1b\xde\x0d\x13\xf9\x14\x49\xe9\xe0\xcb\x88\xad\xb2\x87\x67\x90\x46\x24\x59\x32\x2c\x12\x4f\xfb\x41\x76\x13\xbb\xf1\x39\x9f\xe2\xab\x64\x78\x23\xf1\x33\xe4\xfd\x5b\x67\xac\xee\xff\x39\x9e\xfd\x12\x9f\x5d\x54\xdb\x78\x16\x38\x6e\xae\xdc\x79\x02\xdc\xe4\xfa\xb6\xc7\xf9\xc3\x22\x51\x11\xd8\x52\x6b\x30\xd7\x24\x26\x3a\x5c\x59\x56\x6c\xd5\x59\x34\xfa\x69\x19\x87\xea\x5e\x22\x77\x63\x22\x7e\x68\xe5\x63\x68\x02\xa3\x2b\xae\x2f\x9a\xaf\x0d\x3f\xc0\xdb\xd5\xb2\xe6\xd6\x50\xba\x27\x13\x98\x33\xe4\x9c\x02\x37\x12\x13\xb7\x9e\x29\xf3\xd4\x79\xb3\x16\x66\x85\x2a\xd9\x41\x18\x04\x86\x31\x46\xe9\x6d\xd1\x25\xd2\x6e\x43\x6f\x11\x0b\x3f\x96\x4c\x22\x1d\x54\xb6\x4a\x4b\x85\xb1\x23\x80\xfc\x55\x91\x94\x9c\x9e\xa3\xcc\xe7\x39\xc3\x63\xf7\xfc\xe3\x43\x20\x49\x43\xa9\xed\xd9\x13\xda\x98\xd3\x20\xf3\xef\x12\x4a\xb3\x5a\xdc\xb2\xf3\x56\xb3\x2e\xfc\x20\xa5\x9a\x4b\x27\x9c\x95\x10\x7c\xcd\xc2\xcb\x8b\xe4\x57\x38\x1a\x82\x34\x41\xf0\xf5\x8a\x6f\x28\x91\x18\x9a\xcd\x21\xef\x71\x1e\xd2\x79\xe2\x02\x3a\xc7\x37\x4f\x57\x84\x62\xf2\xf7\x39\x44\x17\x02\xeb\xa2\xf8\x47\x1f\x5c\xad\x18\x87\x75\x34\x71\x9f\xe2\x18\xbe\x12\x5b\xa5\x97\x26\x88\xf5\x16\x21\xf9\x20\x6d\xbc\xfc\x27\xdf\xc8\x20\xbc\x63\xd2\x6c\x93\x99\xad\x4e\x47\x94\xaf\x5d\xbf\x55\xdd\x9c\xc3\x74\x59\xab\x3e\x0a\x54\xc9\xdd\x7e\xc8\x61\x16\xd9\x8a\x72\xf7\xdb\x16\x32\xdd\x29\xd0\xd4\x3f\xda\x1f\x00\x49\xe5\xd2\x1b\x55\xec\xcb\xa2\x33\xaa\xf0\xe8\xbc\xaf\x2f\x6a\xd1\xb6\x2f\x29\x53\xca\x44\x72\x6a\x81\x78\xe4\xf9\x32\x5f\xf6\x3d\x6b\xa0\x48\x91\x4f\xce\x77\x4f\xe4\x72\xa5\x90\x49\x3d\xce\x13\x7b\xff\x47\xbe\xf7\xf5\x55\x87\x44\x06\xd7\x34\x20\x7b\x85\xe3\x7c\x9a\xde\x22\xe4\x86\x57\xe6\x44\x2c\x53\x61\x62\xf0\x2d\xfb\x63\x51\x21\x11\x35\x25\xd6\x92\xf5\xf3\x5d\xb1\x6f\x69\x25\xcc\xd6\x4a\xd8\x74\xb4\xde\xec\xb1\xff\x1c\x3e\x46\xea\x5c\xf6\xa8\x0f\xf6\xfb\x15\x05\x4e\xf8\xd1\x2a\x4e\x34\xfe\x95\xbf\xf1\x47\x2d\x27\x2c\xad\x3c\x14\x13\x48\x3d\x08\xda\x3e\xf5\xa8\xef\x8f\x2c\x88\xaa\xc1\xa9\x3f\x74\xdb\x0e\x7f\x0a\x18\x57\x7d\x37\x99\xc4\xc9\x09\x0f\x70\x16\x01\x47\x30\x58\x24\x0b\x08\xf4\xa2\x8d\x72\x6b\xb6\xc9\x27\x37\x57\x0b\xce\xec\xd5\x96\x07\xa6\xec\xc5\xcf\x11\x1c\xdf\x29\x1e\xe3\xaf\x70\x0c\xab\x49\xd4\x05\x70\x57\x59\xc7\xf1\x25\xdf\xae\x90\xa8\x0c\x52\xfa\x67\x10\x27\x34\xc2\x08\x71\xcc\x6e\x99\x2a\xbe\x75\x1b\xa0\x8a\x74\xd9\x0c\x7e\x64\x21\x81\xa1\xf3\xff\x38\x4b\x02\x1d\x75\xaa\x0a\xe4\xc9\x26\xfe\x1e\x92\xce\xfb\x4f\xe7\x49\x1a\xeb\xeb\x3d\x0d\xae\xa8\x9e\xf2\x6a\x25\x93\x60\xff\xa8\x1e\x56\x59\x17\x3c\x04\x06\xfe\xa4\x3f\xdd\x83\x81\x62\x21\x5e\x4e\xaf\x56\xc2\x08\xd1\x0a\xd7\xcd\x1c\xa7\xf0\x1d\xfc\xc8\x32\x23\x88\x41\x91\xfa\xc3\x43\x60\x1d\xea\xe4\xcf\x54\xf0\xae\xd5\x25\x23\x50\x4a\x70\x1c\xda\x97\x09\x65\xfc\x79\x34\x0f\x49\x18\x31\x48\x9e\x85\x2c\x94\x92\x58\x71\x75\xd5\xf8\xf6\x5c\x6d\x18\xca\x19\xb1\x25\xef\xcc\x11\xd0\x15\x64\xcf\xc5\x63\x2f\x87\x40\x63\xc3\x91\xcc\x5d\x99\x7c\xb8\xfe\xec\xe5\xf8\xb0\x1f\xb0\x39\x44\xb9\x3d\x24\x57\x4d\x52\x24\x05\x64\x0c\x03\xc9\x9e\xf7\x88\xc8\xa4\x86\x44\x5f\x95\xc9\xca\x85\xc6\x1a\x30\xfc\x92\x8b\x1e\x4f\x43\x0a\x3d\x7f\x3c\x26\xf9\x07\x22\x99\xf9\x98\x2b\x3b\x93\xfe\x14\x08\x9e\xc8\xd9\x9d\xc7\x84\xd1\x26\x4e\xe2\x27\xcb\x25\x0c\x49\x89\xb8\x25\xbc\x01\x81\x33\x02\xe9\x3c\x97\x0f\xbf\x22\xaf\x79\x7e\xf2\xda\x32\xb2\xce\x4d\x7d\x04\x33\x4b\x97\x84\x01\x96\x82\x05\xc2\x76\x15\x18\xcd\x12\xb2\x90\x35\xcb\xbb\xa5\x4d\x2e\xfa\x93\xfe\x5e\x4f\xe8\x01\xea\x09\xfd\x26\x37\xe1\x83\x6f\x3e\x1e\xff\x74\xf2\xfa\xe4\xde\xce\x35\x9d\xef\x9c\x8c\x18\x5e\xeb\x0d\xa3\x08\x32\x0b\xd3\x8a\x38\x52\xd2\x0e\x97\x60\x25\xb5\xc5\xba\xdd\x5d\x42\xb2\x08\x91\x2a\xe7\x57\x52\x52\xd4\x98\x76\xcd\xc8\x6e\x01\xe5\xea\x86\x7f\xd0\x4d\x88\xaf\xbf\x49\xda\x02\x83\x3a\x03\x7c\x3d\x06\xe1\x47\x18\xad\x18\xac\xc0\xa0\xfa\xad\xcc\xa9\xd9\x03\xb9\x2a\xb9\x54\x54\x5d\xd1\x5c\x83\xbe\x87\x41\xd8\xbd\x14\xa1\x1a\x3e\xb7\xc3\xdc\xa8\x55\x95\x0d\x6d\xdc\xe4\xb5\x09\xe1\x0c\x63\x83\xe5\x4e\x81\x36\x74\xbb\x4f\x08\x74\x6e\xf1\xca\xa1\x2b\x02\x1f\xbb\x20\xeb\x85\x9f\xcc\x86\x98\xf9\x8f\xbb\x86\xb4\x09\x9a\x18\x5b\x1f\x16\x0f\x6b\x0b\x72\xb0\x3f\xf0\x37\xc1\x25\x3f\x36\xf9\x3b\xd5\x85\xa2\xb3\x71\x71\x70\x0a\x51\x2c\x53\x0d\xe6\x0a\x6b\xe4\xa8\x4c\xd7\x1b\x51\xe5\x56\x32\xe8\xfc\x8a\x81\x14\x24\xe3\x92\x18\x27\x99\x71\xc6\xb4\x69\x9a\x44\x50\x72\x6c\x7b\xbe\x63\xc8\x8f\x6a\x2e\x12\x88\x06\xde\xc0\x2f\x95\xcb\xb0\x60\x03\xac\x2c\xb8\x98\xde\x5c\x80\xca\x6f\x73\x98\xea\xe7\x26\xb0\xbd\x45\x5a\x3c\xe4\xb4\x45\x50\x98\x2a\xcf\x96\x2f\xc2\xb5\x79\x76\xf6\x8f\xe7\x83\x7f\xfc\xfd\x87\xea\xc3\x42\x43\x7c\xa1\x5c\x71\x1a\x4e\x8f\x82\xc3\x8f\xc8\x18\xde\x90\x00\xcf\xca\xa5\x6e\x7d\xf6\xbe\x30\xa0\xe1\x65\x95\x2f\xce\x80\xab\xf4\xfc\xc3\x02\x6a\xab\xe1\x68\xe1\xfe\xd9\x0c\x72\x5e\x12\x0d\xed\x4e\x84\x2f\x41\x97\x8c\x83\x83\x63\x30\xac\xca\xb5\x5e\x4d\x19\x6e\x96\x75\x1d\x94\xa7\x5e\x98\x5b\x16\x40\xde\xee\x3e\xd4\x9e\x17\x31\xe7\x28\x26\x12\x89\x18\xd7\xf4\x32\x8e\x33\x44\xe5\xf3\x25\x9d\xd7\xce\xcc\x71\x73\xe0\xd6\x67\x53\xcc\x72\x8b\xe9\xe8\x78\x37\xbc\xa1\xdb\x65\x13\x6b\x88\x1a\x7d\x0b\xaf\x12\x2a\x73\x80\x5d\x27\xa1\x1d\xc9\xb9\x5a\x2e\x21\x11\xb7\x5b\x65\x7f\x19\x63\xfb\x6b\x49\xeb\xf0\x10\x70\x45\xe1\x32\x61\x99\x5b\xda\x9d\x00\xdb\x36\xb3\x57\xe7\x53\x7c\x50\x7f\xbc\xef\xc0\xd8\x59\xcf\x3c\x3f\xa3\x23\xbe\x7c\x98\x88\x40\x54\x2e\x7d\x54\x67\x1b\xfe\x0c\x1c\xfd\xf9\x87\x3f\x7f\xf3\xf3\xa3\xbf\xfd\x5c\xc7\xd1\xa5\x18\x09\xb4\xfc\x08\x8c\xe0\x68\x8e\x3c\x17\xb8\x89\x0a\xd2\xcd\x4a\x37\x28\x4e\x5b\xf5\xa8\x3d\x02\xa6\x53\x76\x37\x37\x6b\x20\x58\x7e\x91\x77\x97\xa2\x60\xda\xd3\xbb\xb9\xe5\x12\xf3\x56\x36\x28\x19\x3d\xb7\x8b\xdc\x71\xf3\x61\x29\x91\xa5\x61\xd6\xe5\x3c\x5a\xb5\xfe\xbc\x19\xaf\x95\x44\xde\x53\x76\x13\x15\x05\x54\xe2\xb1\x99\xdf\x6f\x29\x65\xc6\x7b\x75\x7a\xe8\xbc\x44\x12\x1e\x93\x77\xc3\x4a\x20\x67\xdf\x34\x6d\x99\x38\x4e\x76\xea\x5c\x18\x3a\xa8\x4d\x1a\x56\xb8\xf9\xe9\x49\x31\x59\xfa\x44\x9b\x5b\xa0\xec\xaa\x4d\x5e\xfc\xfc\xc0\xf1\x5f\x7d\x27\x54\xf0\x4e\xbd\x5c\x25\x69\x7c\xb1\xba\xba\x82\x54\x92\x95\xfb\x9d\xb8\xdf\x10\x03\xfc\x7d\x6e\x1c\x57\xd5\x80\x45\xcf\xd5\x21\x70\xdf\x2b\x62\x16\x3e\xa9\x52\x62\x14\xcf\x6d\xbc\x01\x97\xeb\xff\x8e\x6a\xe9\x20\xd5\xaa\xee\x1e\x4a\x0c\xf6\x1a\xde\xbc\x54\xf1\x85\x3f\x51\xe8\x84\x3a\xf1\xad\xc2\x99\xc3\xc5\x5a\x18\x3b\xff\xfc\xc3\x7a\xcd\x20\x59\x6c\x36\xff\xfc\x43\x7b\xda\xeb\x84\xfe\x84\x92\x5f\x56\x1d\x8a\xec\x1a\x17\xd4\xdc\x3c\xee\xfe\x51\x77\x35\xdd\x9c\xde\x9c\x50\x0d\xdd\xfd\xd7\xb6\xf9\x40\xe5\xff\xfe\xcb\xf1\x9e\xa4\x06\x69\xd4\xbf\x73\x0a\xce\x7c\xe2\x86\x3c\x70\x1d\x92\x65\xb6\xe6\x72\x3b\xaf\x48\xe6\xd6\x90\x06\x4d\x86\xd9\x89\x94\x67\x21\x92\x49\x48\x13\x74\xa5\x29\x0c\x38\x98\xe8\x5c\xa4\xe8\xd6\x90\x8c\x30\x67\xd6\x73\x96\xce\x39\xd1\x5e\x5f\xbc\x79\xf2\xf4\xf9\xc5\x76\x79\xd1\xb6\xe3\x5f\xe6\xa8\xd8\x11\xfb\xba\xd8\x3d\xf3\xb2\xd2\x18\x7d\xcd\xec\x4b\x62\xba\x86\x7b\x5d\x18\xde\x85\xf4\x6c\xef\xc7\xbd\x0c\xd2\x7e\x6b\xfe\x75\x71\x8f\x4f\xee\xc0\xbb\xce\xee\xcd\xbb\x14\xe7\x32\x08\xbb\x27\xef\xca\x38\xd7\xd9\x8e\x39\xd7\xd9\x4e\x38\x97\xa1\xaf\x02\xef\x7a\x9d\xa3\xbb\x8e\xdc\xab\x63\xfc\x4b\x4d\xd2\xc9\xfb\x48\x6f\xcf\xf8\x46\x44\xda\x7e\x77\x37\x11\x2e\xce\xfa\xd8\xa1\x1c\x67\x41\xb6\x63\x61\xce\xea\xf9\xdf\x5a\xa2\x2b\x61\xf0\x6b\x16\xeb\xca\x93\xb9\xe7\x97\x77\x60\x92\xa7\x5f\xb2\x80\x77\xba\x63\x36\x79\xfa\xbb\x80\x57\xe2\x6e\x3b\x93\xf2\x6c\x9a\xdc\xa5\xa8\x67\xb3\xb6\x7f\x6b\x79\xaf\x80\xc0\x1d\x09\x7d\xb3\x95\xf0\xa8\xfe\x6c\xb2\x5f\x71\x56\xf7\xfa\xee\x0e\x0c\xee\xd1\xee\x18\xdc\xae\xe4\x40\x9b\xc5\x3d\xda\x31\x8b\x7b\xb4\x1d\x8b\xfb\x01\x13\x87\xcd\xa1\x63\x71\x04\x20\x6e\x39\x17\xe1\xad\x13\xcd\x31\xe6\x34\x84\x6e\x2d\x2a\xe4\xdc\xf0\x66\x9e\x44\x73\xd1\x4c\x16\xb4\x11\x29\xab\x1e\x52\x2e\xac\x7e\x52\x6f\x1c\x14\x09\xb6\x8c\x85\xb0\x58\x0e\xa2\x81\x89\xa9\x7a\x6c\x35\xdc\xab\xe2\xc6\x03\x86\xd1\xdc\xf8\x64\xab\x4c\x5b\x6e\x98\xa6\xf8\x46\xd4\xf2\x40\xb7\xf7\x64\xdc\xdb\x30\xcb\xba\xcb\x86\x93\xe6\xcb\x86\x52\xc7\xaa\xea\x82\x85\x56\xe5\xf4\xa0\xb1\x23\x51\x6a\x2a\x37\x9c\xdb\xc3\x98\xfb\xa4\x39\x8c\x3e\xc0\x72\x8d\x0d\xab\xe8\xcc\x7b\x93\x69\x53\x23\xbd\x04\xad\xe9\xc6\x4a\x70\x3f\xb0\x52\x08\xb5\x32\x92\xca\xc4\xf8\x82\x3c\xdc\xda\x52\x09\x6d\x24\x7b\x52\x51\x36\xa5\x86\x3e\x1b\xea\x92\x6c\x7f\xbc\x0a\xbf\xd2\x06\xf2\x6c\xa8\xa4\x52\x73\xb0\xea\x1e\x1d\x4f\xba\x95\x86\xa9\xdf\xa0\x94\xd5\xd2\x45\x0e\xb6\x2a\xe2\xb0\x27\x94\x9f\xc8\x54\x2f\x4d\xbe\x4a\x48\x3d\x6c\x3b\x58\x7e\x3b\xd9\x46\x33\x9f\xa9\xfa\x5d\xe0\x3a\x4d\x15\xe5\xf4\x94\x13\xfa\x1a\xde\x74\x72\xc4\xe9\x54\x0f\xa2\xd2\x9d\x2a\x1b\xeb\x0d\x11\x82\xaa\x7d\x01\x6f\xde\x29\xc7\x37\x2b\x3c\x24\xeb\xbc\x5b\x0d\x89\x8b\xf0\x1a\x76\xe0\xe9\x3b\x9a\x63\x1d\xf4\x0f\x04\x76\x7e\x47\x57\x03\x8a\x51\x94\x26\xd1\x87\xa6\x42\x47\x2a\x89\x60\xc1\xc7\xab\x7c\x27\x66\xb3\x24\x51\x67\xd3\xaa\xb1\xa1\x3e\xee\x14\x04\x64\x63\x49\xa6\x2b\xd6\xfe\x74\xbd\x0a\x76\x2b\x5b\xb8\x21\xc2\xe8\x76\x81\x57\xb4\x54\x76\xa6\x8d\x48\x4f\xcc\x65\xa3\xed\xbb\x65\x64\x6b\xe3\xcb\x06\x26\x39\xa7\x29\xf1\xc7\x4d\x88\x54\xb4\x5f\x0a\x19\x94\xa5\xf2\x5e\xe8\x7b\xd8\xc7\xcd\xa9\xf2\xcd\xe8\xb9\xc4\xab\x85\xd4\x11\xa1\x39\x4c\xda\xf3\x72\x58\x0b\x9c\xab\x86\x64\x29\x4a\x1c\x4a\xad\x1c\x0d\x0b\x49\x7b\xd4\xdb\x7c\x9d\x1e\xd5\xa1\xac\xd2\xd3\x98\x18\x5e\xd3\x89\xee\xa6\x44\x27\x36\xab\xd6\x23\x95\x59\x73\x91\x8a\x8f\x2b\x12\x7e\xb4\x62\x4d\x2d\x61\xd7\x6c\x26\x12\xe4\xbc\xab\x5c\x71\xf9\x55\xdd\x54\x79\x5f\xfd\x5d\x64\xe8\xd9\xaa\xb2\x9a\x15\x4f\xd0\x85\x5e\x0b\xf9\x52\x2b\x03\xb4\xc0\x10\x1c\x95\xaa\x92\x6d\x9b\x15\xa4\xbe\xb4\x43\xfe\xd7\xbd\x53\x10\xd6\xbb\x1a\xec\xd0\xff\xa1\x35\xcc\x4a\x28\xad\xad\x69\x3a\xee\xe6\xb7\x98\x25\xc7\x50\xa3\xc8\xb4\x18\xae\x99\xb3\xdb\x1c\xfb\x94\xcc\xbc\x8e\x23\xf1\x8d\xa1\xe2\x4c\xb4\x7d\x50\xfd\x54\x1a\x75\x2e\xfb\x85\x6e\x62\xe7\xbe\x50\xed\xc4\x23\x24\x52\x5a\xc8\xb4\x15\xca\xcd\x50\x0f\x12\x64\x97\xa7\xfe\x1e\xfa\xf4\xc9\x83\xe3\x09\x1a\xaf\x05\xb6\xab\x1a\x6d\x8c\xf7\x24\x54\x91\x3b\xa4\xa1\xf3\x82\xf5\xce\xdf\x23\x72\x04\x52\x1a\xa1\xd0\xb2\x3c\x8c\x4e\x51\xd0\x30\x87\x0b\x7f\x8f\x7e\xfa\xe4\xb1\xf1\x84\xd6\xcd\xe0\x22\xeb\x98\xa9\x8e\x71\x0e\x5f\x9d\xa6\x72\xe1\xef\x61\x39\x10\x6e\x9c\x48\x7e\xb4\xcc\x75\xd3\x8a\xdd\x12\xab\xbf\x16\x8c\x70\x94\xe5\xd8\xa0\x90\x3d\x0b\x59\xe8\x99\x6e\x45\x5e\x02\xf1\xc8\x07\xc6\x62\x3c\x82\x40\x1b\x58\x46\x0c\x64\x6b\x34\x42\xa0\x80\xce\x11\xd1\xaf\x2f\x46\x34\xf7\xf2\x62\x84\x37\xfe\xc6\x8e\x07\xc9\x19\x57\x0a\x59\x25\x4c\xac\x0a\x81\x42\x8a\xf5\x0e\xb5\x4d\xe5\xf0\x0a\x30\x7f\x03\xb4\xd9\x64\x54\x95\x3a\x45\x92\xbe\x02\xbe\x80\x68\xe8\x6f\x40\xb1\x94\x86\x18\x92\x89\x7a\xfb\x10\xb1\x67\xd2\xc5\xc8\x33\x79\x18\x64\xf3\xea\x5d\x54\x99\x5d\x42\x45\xe7\x00\xa2\x93\x85\xc4\x78\x51\x48\x28\x21\x9a\x01\x9c\x65\xc0\x01\xe1\x98\xaa\x08\x27\x9d\x8f\x22\xb4\x73\x4b\x58\xbe\x07\x23\xf1\xa0\x68\xb0\x1e\xd9\xcd\x2e\x2a\x1a\x5d\xb8\xa3\x64\xe6\xb9\x54\x44\x7c\xb8\xfb\x63\x7e\xba\xe2\x99\x87\xc6\x64\xac\xf3\x1b\x1c\x1c\x78\xc8\x4a\xd9\xa1\x1e\x2b\x93\x9a\xef\x03\xf5\x60\x8c\x40\x7f\xac\x4a\x7c\xd8\x78\x4e\x19\x24\x19\xa6\x91\xaf\x83\x5c\xd4\x7c\xf4\x66\x44\x1b\xb0\xe5\xd4\x8a\xbe\xc8\xd9\x5d\x06\x98\x90\x8c\xf4\xf3\xf0\x30\x2c\x63\x6d\x7c\xdf\xdf\xbb\x24\x30\xfc\xb0\xd7\x01\x43\xa5\x91\xb4\x61\xb1\x3c\x90\xde\xc8\xd6\x38\x9b\xc2\xe7\x72\x9a\x80\xf8\x1b\x1c\xcc\x43\x14\xa7\x6a\xf1\x69\x29\x84\x69\x7b\x07\xbb\x34\xa1\x15\x09\x6f\x3f\x83\x83\xdd\xcf\x37\x2f\x5f\xfd\x8c\xde\xfc\xd4\x98\x69\x52\x01\x6a\xfe\x35\x46\x49\x63\xd4\xb0\xbc\xed\x28\xe4\x52\xb8\xfb\x01\xde\x2e\x09\xa4\xf4\xa9\x54\x0e\x32\x05\xb4\x9c\xc7\x80\x85\x97\xab\x34\x24\xbd\x08\xa7\x22\x70\x5b\x4a\x88\xb6\x78\x59\x89\x3f\x9d\x8f\x59\x65\xa0\x53\xc6\xe4\x2c\x1f\x5d\x6b\x8d\xa9\x26\x01\x70\x0e\x43\x91\x9d\xaf\xa3\xd8\xcc\xe6\x77\xf0\x99\x2b\x7f\xf4\xff\xfd\xbf\x5b\x7e\xd0\xf5\x6e\xb7\xfc\xe5\x1b\x02\x23\x18\x43\x54\x05\x63\xa7\xaa\xb7\x2d\x08\x24\xf8\xa6\x3b\xf6\xe2\xca\x4c\xa0\x99\xff\x78\xde\x77\x3b\x13\xa4\x4c\x3e\x03\xa1\xc3\x35\x9b\x07\xc3\x9c\xd6\x3a\x97\x05\x43\x45\x02\x7d\x02\x67\x3d\x86\x5d\x91\x3c\x33\x30\x9d\xcb\x78\xc8\xd2\x10\xb6\xd9\xad\x02\xa4\xa2\x3f\x79\xde\x57\xb1\xbb\x8f\x78\xd1\xc7\x71\x6b\x4b\xbd\x7d\x03\xe9\x78\xff\x75\x77\x0b\xbd\x9b\x4b\x1c\x91\x07\x6b\x7b\x0b\x7d\x95\xed\xbd\xbe\x3c\xb1\xe4\xd2\xbd\x7c\x2a\xd4\x1c\x20\x17\x55\xe9\x50\xf3\xf6\xe9\xc1\x96\x5f\xb7\x9a\x84\xdb\x2c\xa4\x0d\xd4\x5d\x34\x78\x4a\xba\xe9\x65\xe4\x62\x6c\xbf\xd3\x26\x22\xcb\x62\x14\xcf\xb3\x39\xe5\x3f\xad\x2e\x0a\xeb\xd6\x56\xed\x1e\x94\x41\x68\x40\x44\xe7\x09\x5b\xdb\x39\xce\xf3\xaa\xba\xb9\xd9\xcd\xf2\x13\x2c\xbb\x8b\xdc\xe5\xfe\xb4\x75\xe7\x55\x79\xa5\x7c\x29\xdb\xaf\x02\xb6\xcf\xb8\x07\xcb\x57\xdc\x5b\x6f\xc4\xd6\x2e\x1e\x72\x37\x5a\xc4\xb9\xcc\x1d\x87\xf5\x9b\x27\x5b\x0a\xfb\x00\xad\xaa\x82\x56\x0d\xc9\x2e\x8e\x56\xa5\x85\x75\x34\x0e\xea\x3a\x16\x0b\x88\x56\xa6\x2f\xf8\x71\x19\xa2\xb8\x5c\x7b\xb5\x50\x75\x67\x9a\x8f\x6a\xb3\x77\xca\x89\x31\x54\x1d\xd9\x17\x54\xa2\xfc\x4e\xa7\x8c\xc2\xb6\xe1\xaf\xd0\x89\xfc\xbe\xa3\xed\xad\x09\x53\xa6\x98\x58\x5b\x5f\x8e\xf3\x0a\x13\x98\xeb\xbc\x63\x65\xeb\x16\x08\x04\xd6\x3b\x0c\x9f\xdd\x90\x25\x55\x17\xb8\x08\xa3\x06\xc2\xac\x92\x71\xb2\x6f\x39\x08\xd2\x84\xaa\x2c\xec\xe1\xa5\x16\xe4\x7b\x03\x77\x57\xf2\x90\x82\xec\x79\x2c\xaf\x19\xaa\x76\x6b\xdd\xce\xec\x3c\xfb\xdc\x69\xc2\x49\x96\x48\x73\x7d\x1b\x5a\xca\xb7\x8e\x33\xc1\x84\xa4\xbf\x81\xb9\x72\xdb\x06\x5f\x22\x89\x92\x50\x70\x5c\xed\xc1\x6a\xfa\xa9\xb1\x97\xb7\xda\xae\x0b\x50\xd7\xdc\xe5\x4b\x8a\x6a\xaa\xfa\x5e\xf3\xbd\xa5\x4c\x65\x77\x15\xa2\x88\xbc\x63\x8a\x4a\x35\x75\xdb\x72\xdd\x57\x6e\x9e\xf9\xa4\x4a\x65\xaa\xdb\x37\x8e\xf3\x54\x02\xe8\x48\x4c\x35\x74\x5d\x87\xc0\xdc\xe0\xf5\x25\xb0\x8b\xff\xeb\x74\x39\x63\xf6\xc3\xe3\x3b\x02\xd6\xe5\xfd\x29\x70\x57\xcd\x3e\x0f\xa5\xf6\x85\x9d\xb3\xd5\x36\x29\x74\x55\xbc\xe4\xab\xdc\x03\xc5\x8a\x0d\xd6\xe5\x4f\xe9\x52\xb0\xbd\x00\xb1\x08\x5e\xe9\x5e\x8f\xcc\xbe\x22\x2a\x64\x81\xaf\xba\x4c\xcc\xee\xa0\x3a\xef\xc1\x6e\x6b\x55\x85\xfd\x8e\x48\xee\xc0\x93\x1a\xae\x3e\xef\x02\x6c\xf3\xfb\x36\x86\xb4\x0d\x43\xaf\x70\xc3\x02\xa7\xe0\x0c\x94\x03\x8a\x3a\x88\x43\xc5\x06\xba\xd4\x73\xbd\xc4\x3b\x00\xc3\xe2\xfb\x9d\x5d\x57\x65\x86\xbb\xcf\x1e\xae\xfb\x21\x41\xf1\x17\x61\x43\xfc\xe1\xfb\x77\x8b\xff\x86\xe1\xcd\xb6\x39\x7a\x2a\xb2\x2c\x00\xf7\xaf\x09\x8a\x1b\x93\x2d\x98\x74\x05\x83\x8e\x89\x5c\x1a\x52\x15\x7c\x10\x83\x99\xfc\x04\xc5\x6c\x04\x77\xce\x41\x50\xa5\x7e\xe6\xf5\x5d\x31\x32\xa8\x9e\x79\xf1\xb4\xd6\x90\x3a\x57\x21\x83\x37\xe1\x6d\x35\x2b\xaf\x53\x79\x95\xd6\x25\x4a\xd2\x69\x1f\x38\x2e\xe5\xad\x16\x21\xb2\xeb\xc2\x54\xe1\xbf\xc5\x4b\xae\x83\x03\xc9\xc3\xc5\xd0\x67\xe4\xff\xd9\x77\x62\x8a\xb9\x7c\xf3\x45\xec\xc5\xd9\xe0\xf0\xe2\xed\x2f\xff\x58\x74\xae\xee\x48\xaf\xaf\x72\x27\xfd\xc7\x45\x2a\xfc\xc0\xe7\x8c\x2d\x47\x87\x87\x37\x37\x37\xc1\xcd\x51\x80\xc9\xd5\xe1\xb0\xdf\xef\x1f\x8a\xe6\x75\x2f\xc5\xb7\x87\xae\xdd\xd3\xe8\x63\x9a\xa0\x0f\x95\x9f\x0c\xce\xcf\xcf\x0f\xeb\x5f\x57\xf4\x78\x93\xc4\x6c\xee\x02\xf7\xf8\x78\xf9\x51\x3f\x9b\xc3\xe4\x6a\xce\x0a\x0f\xaf\x13\x78\xf3\x3d\xe6\xd2\x4a\xdf\xe9\x3b\xc7\xc7\xce\xf1\xb1\x79\x05\x09\x95\x6e\xea\x83\x60\x50\xde\x49\x6a\x17\x5d\xb5\x07\x5a\x45\x09\x89\x52\x98\x97\xd0\x79\xaf\x46\x3a\xe2\xc3\x0f\x4f\xcd\xcf\x5b\xfe\x53\xff\xa2\xec\x56\x08\xf3\x8c\x84\x88\xce\x30\x59\xf4\x30\x49\xae\x12\x34\x72\x86\xa7\xcb\x8f\xce\x50\x4e\xa5\xde\x1d\xb3\xeb\xf8\x83\xad\xc7\x1f\xec\x74\xfc\xc2\xfc\x8f\xbb\x22\xe0\xf8\xa1\x30\xd0\x05\x82\xc1\x6e\x21\x18\xe6\x00\xc8\xe0\x69\x40\xc1\xf2\xa3\x00\xe2\x21\xc6\x1f\x76\x1c\x7f\xb8\xb3\xf1\x8f\xb7\x47\xc0\xf1\x6e\x31\x70\xbc\x3d\x0a\x8e\x77\x8b\x83\xa3\xa3\x3c\x15\xb6\x03\x70\x74\xc4\x89\x70\x67\xbb\x60\xb0\xed\xf8\x83\xc1\x2e\xc7\x2f\xce\xbf\xdf\x15\x01\xfd\x87\xc2\x40\x07\x08\x24\x0a\x76\x06\x41\x36\xa4\xdc\x07\x83\x0e\x54\xd8\xe7\xfb\x60\xb0\x33\x08\x72\x00\x64\x6b\xd2\x00\xc0\xf2\xa3\x58\x88\x07\xc1\x40\x27\x00\xfa\xbb\x85\x60\xfb\x25\x68\x5c\x81\xb2\xfe\x7b\x6f\x01\x62\x98\x67\xde\xc3\x6d\x37\xee\x70\x78\xbf\x8d\xdb\x3c\x7e\x87\x6d\x23\x01\xb8\xc7\xb6\x19\x36\x2c\xd9\xb0\xc3\xf9\xcd\x97\x6c\x78\x8f\xe3\x7b\xd8\x44\xb4\x9d\x00\xe8\xef\x14\x82\xf3\x1c\x00\xe7\xed\xe3\x9f\x2f\x3f\xf2\xff\xdf\xcd\xe8\x47\x27\xf9\x4d\x7b\xd2\x81\x75\x9f\xf0\x4d\x7b\xf2\x40\x10\x74\x40\x80\x00\x60\x67\x18\x38\xdf\x1a\x01\xe7\x8d\xf3\x7f\x78\xa6\x71\x96\x83\xf8\xac\xc3\x9e\x3d\x5b\x7e\x74\xce\x76\x85\xb0\xc1\xa3\x6d\xc7\x1f\x3c\xda\xe5\xf8\x85\xf9\x1f\x3d\xea\x88\x80\xa3\x47\x0f\x84\x81\x2e\x10\x08\x14\xec\x0e\x82\x3c\x0a\x86\x1d\xd6\x80\x63\x60\xb8\xb3\x35\xc8\x8f\x3f\xe8\x80\x00\x3e\xfe\x60\x67\xf3\x3f\x7a\xb4\x35\x02\x38\xf2\x77\x88\x81\x02\x04\x5d\x50\x20\x20\xa8\xc7\xc1\x03\x30\x8e\x93\xa6\xd3\x7e\xd0\x45\x5d\x17\xaa\xda\x3d\xce\xba\x46\x08\x8e\xba\x42\x70\xb4\x33\x08\x06\xc3\xad\xcf\xfb\xc1\xf0\x9e\xe7\x7d\x1e\x82\xa3\xed\x21\x38\xda\x2d\x04\x83\xfc\x89\x3b\xe8\x70\xe4\x0d\xf8\x91\x3b\xb8\xc7\x99\x5f\xa0\x83\xfc\xa1\x3b\xec\x70\xe8\x0f\xf9\xa9\x3b\xbc\xc7\xa9\xdf\x08\x41\x17\x1c\x08\x08\x76\x87\x83\xc2\x2a\x74\xc1\x81\x58\x85\x7a\x1c\x3c\x00\x03\x39\x6f\xda\xbe\x5d\x48\x77\xd8\x4c\xba\x6e\x43\x30\xda\x2e\xae\xf6\x6c\xdb\xfd\x67\xbf\x48\xe0\xa0\x8b\x3b\xa2\x2f\x26\x3e\xe0\xaf\x38\xbc\x79\x32\x38\x7e\xd4\x21\x3e\x60\x3b\xd7\xfe\xec\x2a\x4c\x4f\xba\x22\xac\xb4\x0a\x2d\x5f\xb6\xdb\xff\x5f\xe1\x6d\x79\x93\x35\x7e\xf1\x37\x5d\x74\xf1\x8b\xf1\xc1\xdf\xde\xa1\xd6\x71\xf2\x2d\xb5\xa7\xa7\xa0\xd0\x9e\xf0\x23\xed\x97\x5c\x35\x6a\x7c\x26\xef\xeb\xd5\x79\x87\x0c\x21\x36\x9c\x83\x7a\x38\xbb\xc0\xb4\x65\xe4\xed\xee\x5d\x15\x2a\x58\xc8\x67\x67\x6b\x2a\xaa\xab\xa7\xeb\x07\x7d\x39\xec\x6d\xf6\x7f\xd0\x8f\x7f\x39\x7e\xb3\xea\x14\xfe\xf4\x2e\xbc\xa2\x3a\xe8\x29\xf7\xc7\xf3\xee\x95\x25\x06\xc7\xe0\xb4\xde\x0f\xfd\x8a\xe5\xae\xe3\x79\xdf\xaa\xea\xfc\x74\x0a\xfa\xdd\x0b\x93\x72\xfc\xb6\x87\x53\x55\x2e\xcb\xfd\xd8\x6b\xb7\x38\x1b\x55\x9b\x15\xaf\x98\x89\x24\x31\x81\x19\x26\x33\xbb\x49\xdb\x98\xbd\x7c\x2d\x8b\xe2\x8a\x7f\x74\x52\x87\x7c\x58\x87\xf9\x5a\xa7\x7d\xa8\xef\xb5\xd2\x45\xbd\xe8\x3f\x3d\xa8\xe8\x42\x76\x5d\x66\x5e\xb5\xc2\x55\x83\x2b\x9f\x6b\xd2\x47\x54\x55\xce\xd0\x0c\x3d\x73\x4e\xc9\xc3\x32\x6d\x5e\x10\xa7\xb3\x7f\x1a\x6f\xf5\x28\xf3\x3d\x93\xe3\x4e\x95\x1b\x5a\x3b\x1b\x6e\x4e\xbb\xa5\xa8\xfc\x26\x61\x26\x33\x14\x81\x82\xe1\x5e\x8a\xec\x50\x6a\x36\x2f\x9e\x71\x01\xc0\xe0\xfb\xa9\xdc\x5c\xd3\x6e\x69\x38\x2a\xdd\x20\x0b\x21\x0d\xba\xbc\x8a\x21\x77\xbd\x7f\x4b\x49\xa1\x6a\xc5\xe0\x81\xce\xc8\x64\x6d\x4b\x8b\x10\x4c\xda\x4d\xd9\x73\x6e\x95\x3b\x26\x50\x2a\x20\x4a\x86\xe5\x7e\x51\x88\x3a\xee\x8e\xa8\xe3\x5a\x44\x21\x1c\x6f\x8d\xa5\xe3\x1c\x96\x2c\xa6\x09\x33\xae\xb9\x24\xf8\x63\x22\x6a\x21\xd7\x6d\xdc\xbb\x63\x29\x17\x2d\x82\x3f\xd6\xb8\x61\xa9\x22\x9f\x30\x76\xf8\x3a\x3a\xa2\x65\xe7\x29\xd6\xcd\x90\x59\x3c\xce\x66\x82\xdb\x1e\x0f\x5d\xe6\x86\x64\x79\xe9\x1d\x84\x52\xf2\x9e\x68\x40\xe7\xf8\xc6\xad\x61\xe1\xe5\xf8\xa0\x4a\x46\x5f\x27\x80\x75\x47\x67\xc7\x75\x0d\xe3\x98\xa8\xb8\x97\x41\xce\x91\x5f\xbf\xc8\x79\xf2\x57\x9d\xe0\x56\x8e\xa1\x22\xf9\x3d\xd1\x9d\x4f\x45\x2f\x9d\xc3\xc9\xea\xce\x21\xab\x3f\x6b\x6b\x8d\xea\x9a\xbf\xc1\x84\x75\x8b\x17\xdb\x06\x1c\xb5\x52\x0f\x06\x4b\x71\xed\xaa\x48\x40\xe8\x99\x57\x52\x7a\xf9\x0c\x47\xe6\xd1\x6e\x8e\xcc\x72\x0e\x9f\x62\xae\xb5\x0e\xca\xc3\x03\xf9\x5a\x36\x08\xf0\x5f\x8c\x72\xf1\xc5\xe8\x14\x3f\x3d\xff\xe5\xed\x6a\xf1\xfd\xbf\xb6\xd1\x29\x4a\x1a\x84\x70\xc3\x6d\x51\x24\x1e\x3d\x8c\x22\xb1\xb5\xfe\x70\x1f\xb5\xa1\x7c\xa2\xe4\x4b\x6f\xa8\x21\x54\x62\x45\xf7\x8e\x5a\x45\xa1\x6e\x68\xbd\xc8\x33\x87\x61\xca\xe6\x79\x81\x67\xd0\x24\xf0\x14\xb8\x61\x65\x4c\x6e\xd5\x5e\xae\x57\x0c\x4a\x6b\x69\x67\xb5\x53\xd9\xa9\xb5\xf2\xb3\x45\x8a\xec\x76\x8f\xfa\xaa\xd3\xcb\x4a\x30\xad\xa3\x6f\x0c\x08\x3b\x91\xa4\x90\x49\x5f\xdd\x24\x48\x96\x40\xa9\x32\x1d\x75\x95\x06\x5a\xa5\x84\xbc\x52\xa6\x3c\xf5\x2b\x8f\x95\xd6\xd3\xa4\xcb\x59\x92\x9d\x24\x27\xcd\x27\x49\x17\x6b\xd3\x49\xb5\x95\x70\x3b\x05\x73\xc7\xd3\x3a\xbe\xff\xb4\x8e\xcb\xfa\x64\x03\xd5\xbe\x50\xc7\xd4\x53\xbc\x92\xe5\x94\xbb\xc9\xc6\xed\xb3\xb2\x6c\x9b\x33\x4c\x16\x21\xeb\xa1\x15\x3f\x0a\x1a\xc6\xae\x30\x76\xda\xdd\x2c\xd3\x15\x29\x14\x42\x2c\x83\x6f\x9e\x88\x35\x12\x0a\x22\x5e\x71\x06\x2d\xde\x83\x89\x80\xb6\x83\x4d\xa2\xbb\xc2\xd1\xac\x52\x15\xd9\xe9\x76\x48\xcd\x73\x78\xa9\x4a\x29\xd6\xde\x45\xc5\x6a\x50\xb0\xb6\xd6\x07\x3a\x4a\x8f\x3b\xde\x0f\x2d\x02\x63\x97\xfd\x90\x17\x16\xdb\xe6\xfd\xdb\x0b\x8a\x5f\x86\x7c\xb8\xbc\xed\xc9\xd0\xcf\x2f\x42\x2e\xa4\xe8\xef\x2f\xa2\xf4\xf6\x75\xb5\x5c\x28\x2e\x46\x13\x55\x41\x21\xf7\x83\xae\x64\x32\x86\x2c\xf7\xf5\x41\xc8\x18\xa1\x8d\xe2\xe1\x09\x70\x67\x10\xc6\x97\x61\xf4\x21\xcb\x47\x5b\x10\xe2\x0c\x7a\xb4\xf0\x26\xc2\x65\xa7\x22\x2d\x4d\xaa\x12\x26\x37\xc9\x6d\x3b\xc8\x3c\xab\xba\x91\xe2\x9c\x02\x42\xa4\xd1\x73\x41\x56\x5a\xfe\x5a\xdf\x90\xe5\xca\x6b\x2a\xa4\x64\xc9\x23\xa6\x55\x07\xdf\xf6\x3d\x2b\x24\x67\xa6\xae\x72\xbf\x35\x79\x72\x93\x58\x55\xae\xb8\x5a\xc9\xa4\xcc\x32\x0f\x6e\xc2\x52\x58\xca\xaa\xf2\x14\x2f\x6f\x1d\x1d\x00\x88\x4c\xf1\x23\x86\x45\xf9\x81\x28\x4d\x96\x22\x0f\x87\x9d\xcd\xf9\x08\x9c\x94\xae\x47\xf9\x12\x32\xa4\xaf\x4d\x05\x57\x35\xdf\x9a\x44\xea\x43\x9d\x7e\xdc\x80\x54\x15\x16\xad\x14\x8a\x66\x95\xf3\x08\x1c\x97\x38\x4f\x0b\x19\xe8\x95\xea\x72\x77\xb0\xac\xb6\x49\xea\x64\xb8\x65\xb6\xfa\x14\x2f\x13\x18\x9b\x03\x75\xa8\x52\xb0\xe7\x8e\xc2\xfd\xce\x0a\xf5\x70\xdb\xb9\xa9\x7c\xf3\xf7\x99\xd9\xa0\x66\x66\x17\x98\x90\x5b\xe0\x50\xbc\x80\x6c\x9e\xa0\x2b\xe7\x06\x22\xe6\xdc\x10\x8c\xae\xba\x4f\x68\xd0\xc2\xf6\x77\x75\xf3\x58\x60\xb4\xf7\xe6\xf9\x86\x86\x6b\x12\xf4\x9a\xf7\x87\x98\xba\x7e\x6b\xb6\x5f\x2b\x31\xf0\x1d\x73\xfa\xf2\x1d\x9d\x65\x03\xe5\xbf\xec\xea\xff\xef\xf9\x71\x07\x11\x24\x56\xc6\x50\xf3\xc8\xf3\x37\xe0\x26\x49\xd3\x67\x90\x32\x82\x6f\x9f\xcb\xea\x69\x77\x80\x21\x1b\x25\x20\x70\x81\xaf\xa1\x27\xf3\x08\xbf\x40\x14\x12\x76\x97\x7e\xf7\xb2\xec\xc0\x7b\xc5\x21\xc2\x58\x4e\x31\x30\xb8\x0e\x54\xfa\x6a\xcf\xfd\x0f\x37\x97\x4c\x93\xa3\xc3\xf7\xc1\x5a\xed\x74\x1b\x04\x18\xa8\x87\x0a\x00\x98\xcb\xbe\x2a\xb6\x4f\xbe\xb9\x78\x54\xd5\x78\xe3\x6f\x9b\x74\x53\x70\x43\x9a\xa0\x0f\xe5\xd3\x1f\x58\x5f\xac\x58\x92\xd2\xc3\x18\x2f\x0e\x45\x02\xd9\xac\x6a\x7d\x3e\x29\xec\x6e\x44\x04\xd4\x2c\x22\x7c\x38\xfc\x3f\xdf\x0f\x56\xe8\xaf\xdb\x46\xd2\x5b\x61\xee\xf3\x90\xce\x5d\x29\x91\x4f\x26\x2e\x5e\x8a\xfa\x4b\xa2\xb5\x3b\xad\xcf\xc0\x21\x1b\x66\xe9\x37\xf8\xa9\xa4\x3e\xaa\x88\x82\xbf\x2b\xa3\x28\xac\x88\x61\x13\xa4\x91\x4d\xa0\x2e\x09\xbf\xd5\x8e\xaf\x63\x03\x66\x60\x5d\xe6\xbb\x9d\x69\xa4\xf8\xea\xaa\x36\x43\xb8\x7c\xe9\xfa\x40\x27\xcf\xb2\xa9\x78\x03\x30\x2a\x91\xf6\x06\x08\x7c\xaa\xfe\x38\x52\x56\x0c\xc6\x9e\xab\x4d\xaa\xc2\x26\x28\xff\x0c\xd6\x71\x42\xd8\xed\xbb\xdb\x25\x04\x09\xbd\x08\xaf\x13\x74\xb5\x71\x81\xd5\x99\xd8\xb7\x80\x59\xd9\x7e\x65\xc2\x5b\xd3\x83\xfe\xcc\xcd\x78\x70\x45\x2b\x33\x8c\xeb\xef\x25\x33\x4f\xd2\xe9\x78\x3c\x66\x07\x07\xe6\x6f\xe4\xc3\xb1\x9b\xc4\x29\x74\xf7\x60\x4a\xe1\x5a\xa5\x03\x46\x2a\xfd\xaf\x4c\x04\x1d\xbb\x23\x38\x66\x8f\xe5\x2f\x3e\xec\x48\xbd\x70\xed\xe4\xbd\xab\x65\x6c\xb5\x15\xbf\x64\x5b\xf9\x22\xd7\x56\x66\x78\x89\x65\x9e\x5f\x47\x42\x23\xbf\x13\xbc\x4f\x7e\x27\xd9\xa0\xbb\x81\x63\x41\xd3\xd7\x30\x70\xb3\x84\xe0\x1b\x99\x50\x7a\xbd\x08\x59\x34\x87\x16\x57\x32\x19\xaa\x7b\x83\xfd\xf1\x18\x06\x82\x16\x7f\x9c\x79\x4c\xe4\xf5\xbd\xeb\x09\xb1\xcd\x19\xb0\x2b\xe6\x2f\x59\x55\x2e\x8b\xb6\x64\x32\xa2\x0b\x32\xf6\xfa\x80\x05\x18\x45\xd0\xf7\xa0\x0f\xe8\xd8\x6e\x98\x25\x3b\x46\xc0\x22\x42\x89\x69\x7f\x8f\x91\xdb\x35\x0a\x14\x1d\xf3\xaf\x51\x20\x69\xde\x9c\x02\xd0\xdf\x44\x1c\xb5\xbc\xb3\xaa\x97\x9b\x3d\x95\x07\xbc\xea\x64\x21\x60\xad\xea\x22\xe4\xa0\xe7\xa3\x36\x03\x06\x38\x50\x72\xcb\x65\x10\x30\x7f\x4d\xc5\xf2\x15\x4f\x14\x93\x56\xdc\xa1\x02\x24\x1f\x90\x7b\x1e\x99\x0a\x8e\x7d\x95\x40\x9b\x33\x16\x95\x72\x5f\x65\xe5\x0b\x38\x27\xb5\xbf\x9d\x98\x86\x53\x7f\x03\x96\x90\xd0\x84\x16\xd3\x97\x67\xab\xb6\x57\xcc\x61\x9d\x61\xc0\x4e\xe2\x1f\x2c\x09\x5c\x86\x04\xca\x03\x98\x73\x36\xc0\x3b\x52\xc4\x22\xe9\xc2\xb3\xe6\xa5\xb0\x80\xb2\xef\x25\x1c\x1e\x92\x1f\xa3\x40\x8f\xe3\x6f\xfc\x0d\x90\x24\x56\x22\x2c\x76\x4f\x10\xc5\xa9\x04\x5b\xa1\x34\x7c\x56\x93\x3a\x93\x9f\xb3\x3c\x90\x26\x19\x3d\xc7\x78\x01\xa1\xc9\xcc\x63\x8e\x6e\x8d\x67\x8e\xc8\xdc\x7d\x70\xe0\xe9\xc3\x58\xaf\xe3\x78\x3c\x86\x3e\x9b\x13\x7c\xe3\x20\x78\xe3\x3c\x17\xd4\xee\xfe\x8c\x57\xce\x62\x45\x99\x43\x97\x30\x4a\x66\xb7\x0e\x5f\x3d\xae\x9b\xd1\xf0\x5a\xd6\xb9\xe4\x33\xe1\x0f\x14\x07\xf2\xf7\xf8\x03\xde\xd9\xa7\x4f\xae\xcb\xff\x7d\x2c\xa6\xa8\xe1\xf7\x65\xd6\x7e\x8d\x74\x0e\x62\x31\x87\x38\xe9\x26\xce\x08\x9c\x7d\x11\xe6\x8c\x1f\xae\x4f\x87\x17\xf0\x1f\x61\xb7\x4c\x23\x55\xe9\x56\x85\x7b\x08\x0e\x63\x91\x79\x6e\x0a\xdc\x34\xfc\xb5\x53\x79\x38\xa5\x52\x49\x9f\x61\x4b\xab\xaa\xd0\xbf\xfb\xc0\x0d\x49\x12\xf6\xe6\x49\x1c\x43\x69\x59\x59\xc1\xa2\x4f\xba\x48\x2b\x32\x72\xfa\xdf\xca\x5c\x22\xfc\xaf\x19\xe6\x92\x60\xf2\x2b\xe4\x3f\x96\x61\xcc\x61\xe4\x7f\x2e\x42\x22\x9c\xd6\xfb\xdf\x96\xbd\xd5\x1f\xc4\xae\x56\x5a\x75\x4b\xb7\xb2\x49\x1e\x20\xb9\x45\x09\xa0\x63\xc3\xad\x54\x0a\xff\x3f\x1d\xe9\xf3\x7c\x7f\x9c\xbd\x9c\x1c\x4d\x1f\xdb\x3f\x46\x45\xf9\xa2\xdc\x4f\xbf\xb2\x9f\xbe\xdd\x4f\x7f\x3a\xe2\x53\xde\x2b\x7d\x3b\x38\x38\xc8\x5a\x0d\xa6\xea\x70\x70\xf5\xa0\xee\x58\x95\x34\x70\xe0\x63\xe8\xf9\xa2\x13\x7d\x82\x78\x64\x0c\x27\x6c\xea\xef\x8f\xc7\xe8\xe0\x80\x7a\x04\x20\xab\x4c\x86\x9a\xfd\xa6\x45\x8a\xec\x56\x36\x26\x64\x61\xa3\x08\x29\x17\xe2\x33\x0a\x91\x6a\xbf\x8c\x5c\x18\xf2\x6f\x41\x42\x5f\x20\x4e\x6d\x30\xe2\xb2\xd4\x68\x7f\xf0\x40\xf2\x8b\x6e\x14\xfe\x7a\xfb\xb2\x43\xc3\x3a\x7d\xb9\x59\x0c\xd2\x47\x68\x94\x62\x0a\x2d\x60\xeb\x65\xa0\x2a\xb0\x3a\x6a\xc7\x25\xdd\xb7\x09\x45\x92\x37\xe9\xb2\x19\x6a\x11\xd4\xc1\x5f\x18\xdd\x28\xce\x7c\xe6\x7c\x79\xfe\x96\xc0\x1b\xce\xa5\xb3\xa7\xaa\x82\x7a\x9d\x22\x6d\x4b\xaa\x36\x99\xbb\xf9\xc5\x76\x01\xe3\x9c\x3b\xff\xf0\x31\xcc\x0b\x22\x97\x09\x8a\x3d\xe8\x7b\xfe\x08\x16\xd0\x6b\xde\x6c\xfc\xe6\x7a\x44\x1d\xb0\x23\x89\xb1\x13\x7a\xcc\xca\x79\xd5\x5f\x7d\xfa\x24\xcb\xd9\xe4\x66\xe5\x57\xc9\x58\x62\x02\x82\x3c\xbc\x7a\x69\xc0\x5e\x67\xc0\xc6\x48\x89\x2c\xfa\xfe\xd3\xc8\x66\xa2\x4b\x25\xaa\x90\x08\x48\xaa\xb3\x17\x02\xca\x66\x02\x77\x1e\x03\x5c\x04\x01\x64\x6c\xb7\xe0\xc2\x2b\x34\x22\xb3\x58\x9b\x82\x54\xcc\x2c\x81\xb5\xea\xe5\x46\x97\x9c\xa9\xb2\xc3\x48\x90\x2b\xe4\x66\x6b\x68\x25\x18\x9b\x71\x90\xbf\x26\x1e\x6a\x14\x8c\x89\x14\x8c\xb9\xfe\xa7\x91\xf3\x5e\x49\x35\x80\x2f\x6d\x99\x41\x33\xae\x4a\x3e\x5d\x11\x02\x11\x13\x72\x95\xc4\x31\x1e\x97\x5e\x78\xfe\x1e\x3e\x38\x90\x24\x4c\x56\x28\xa0\xd1\x1c\xf2\xf3\xce\x73\xc3\x19\x83\xe4\x2d\x44\x22\x2d\xac\x4d\x6b\xf9\x89\x60\x0b\x61\x44\x60\x88\xcf\x45\xac\x41\x6e\x89\x73\x32\xb9\x44\x14\x17\xf6\xcc\xe2\xaa\x55\xb3\xd0\x28\x17\xb8\x34\x63\x2d\x1d\x16\x45\x5c\x4d\x2f\xea\xfd\x1d\xa4\xb7\x72\x85\xb8\x2f\x42\x8a\x63\x6c\x95\x0e\x0f\x5f\x76\x94\xe2\x6a\xd3\xe9\x5a\x06\xf8\xac\xdc\x61\xd1\xbb\xaf\x18\xc8\x57\x73\x8d\xb2\x8b\x9a\x82\xc7\x02\xab\xb2\xda\x5e\xb9\x4a\x40\x29\xc1\xf0\xdd\x60\xcb\x6a\xf8\x6d\x0d\x9b\xa9\x85\xd9\x92\xe7\xf5\x7e\xe6\xb6\x3a\x9a\xdb\x65\xa5\x3d\x85\xe5\xbc\x94\x22\xa7\x97\x7b\xb6\xad\xf1\x36\xa1\x11\xbe\x86\xe4\xb6\x17\xcd\xc3\xa4\x62\xaf\x80\x6e\xdf\x09\xeb\x6e\xc9\x98\xab\x7f\x39\x36\x27\xb4\xf7\x5e\x32\xf3\x44\x5d\xa8\x20\xa1\xb2\x3e\x14\xf4\xfd\xf5\x0c\x13\x4f\x6e\xa9\x3e\x40\x63\xae\x2f\xaa\x77\xba\x54\xd6\xb7\xec\x8f\xfa\xef\x6f\xd9\x37\xdf\xf8\x68\xc2\xa6\x42\x74\xd5\xa6\x10\xb4\xd9\x78\xd0\xff\xf4\xa9\x30\xd4\x85\xd8\x71\x41\xc2\x20\x09\x19\x26\x4e\x82\x1c\xb9\xf9\x45\x63\x77\x22\xe3\xd3\x9c\x27\xfa\xc4\x9d\xf2\x43\x53\xb1\x87\x25\xc1\x0c\x73\xda\x0b\x18\xbe\x10\xd5\xc1\x82\x28\x4c\x53\x0e\xb0\x1a\x54\x4e\x64\x46\xf0\x82\xb3\xfa\xfc\xf8\xfc\x74\xd7\xca\xef\xbb\xdb\x25\x54\x0a\xb0\x2a\x2c\xeb\x84\x8c\x73\x0b\x91\x03\x9b\x2e\x09\x0c\x63\x07\x61\xd4\x13\x70\x5e\xa6\xd0\x28\xd8\xae\xbf\xf1\xfc\xcd\x6e\xf8\x15\x69\xe6\x57\x47\x2f\x7e\x79\xf5\xf3\xcd\x37\x17\x8d\xce\x95\x31\xa4\xcc\x05\xc6\xd5\xb2\xea\xa1\xfa\x45\x97\x69\xc2\x98\x28\xb1\x4c\x49\x64\x7d\xa3\xdc\x33\x79\xb3\xb7\x30\x62\xa5\xef\x65\xeb\xda\xd7\xf6\x3f\x6d\x79\x6f\xe9\xb3\x84\x2e\xd3\xf0\x16\x36\xe4\xbd\xb5\xf5\x5e\xa5\xb6\x76\xa8\xb7\x4c\x61\x2a\x3c\x65\x94\x57\x3f\x6d\x2d\xb9\x9c\x31\xf2\x9a\xcf\x73\x6e\x4c\x6b\xcb\xbb\x05\x2f\xc3\x28\x61\xb7\x23\x67\xe0\xec\x27\x0b\xbe\x45\x43\xc4\xbe\x95\x05\x43\x75\x9b\xcb\x30\xfa\x70\x45\xf0\x0a\xc5\xbd\x08\xa7\x98\x8c\x9c\xeb\x90\x78\xbd\xde\xcd\x3c\x61\xd0\xff\xd6\x6e\x89\x49\x0c\xcd\xfb\x18\x46\x98\xf4\xe4\xb3\xde\xa0\xdf\xaf\x68\xda\x23\x61\x9c\xac\x68\xfe\x0b\xf9\xac\x37\xac\xfe\x22\x07\xc2\x15\x09\x6f\x7b\x27\xa5\x86\x1f\x7b\x74\x1e\xc6\xf8\x26\xdf\x2f\x4c\xe1\xb5\xcc\x9e\xff\x28\xf7\xc5\xa6\xb3\x8b\x55\x01\xbb\x30\xbe\xba\xcf\xe2\xe8\xcf\x3b\x2c\x4e\x77\x60\x2b\x2a\xc1\x66\x96\x97\x9a\xca\x02\xc2\xf7\xb6\x22\xd3\xbc\xdb\xa9\x0c\x80\x6e\x35\x6c\x71\xa2\xd2\x18\x10\x0c\x3e\x0b\xe9\xab\xf0\xbd\x75\xde\x72\x80\x48\xd9\xb7\xbf\x35\x8c\xd9\x2d\x17\xc8\xc9\x2a\x30\x30\x8c\x53\x96\x2c\xad\x79\xfe\x44\xa1\x23\x26\x4f\x28\xe7\x95\x09\x57\x5d\x22\xc8\x19\x27\x09\x67\xb3\x24\x72\x56\x34\x41\x57\xce\xcb\x53\x27\x22\x9c\x7b\x26\xa1\x43\x57\xd1\xdc\x09\xa9\xb3\x0c\x85\x13\x1b\x9c\x25\x1f\x21\x75\x30\x71\xe6\x8c\x2d\x1d\x89\x2a\x1a\x54\x85\x0e\xd4\x07\x42\x74\x4c\xf6\x50\x53\x58\x82\x6f\xcd\x65\x65\x78\x0b\x0c\xa3\x79\xde\xc1\xba\x0b\xb5\x66\x3e\x38\xfc\x8b\x5e\x14\x92\x82\x1f\xad\xac\x3d\x23\xea\x04\x28\x17\x9c\xa1\x96\x91\xea\xaa\xd8\xab\xc6\x59\x7d\xff\x3a\xd3\xdb\xb0\x5f\xe9\xec\xb7\x65\x31\x7b\x9b\xb8\xf5\x51\xf1\xa0\xf4\x7d\xa1\x07\x79\x78\x9a\x35\x43\x39\x21\x81\x8e\x10\x12\xaf\x56\x04\xc6\xf2\xb0\x4f\x13\xe6\x24\x28\xc2\x0b\x4e\xb7\x04\xfe\xb2\x82\x94\x51\x27\x8c\x08\xa6\xd4\x89\x93\xd9\x0c\x72\x2d\x4f\x07\x3c\x0a\xc2\xa5\xab\x4b\x0a\x19\x75\xf0\xcc\x09\x1d\x4e\xef\x29\xd4\xef\xbf\x34\x3a\x3e\xe3\x1a\x1d\xd1\x01\xa8\xb2\xe2\xa9\x62\xab\xd9\x2a\x77\x75\x70\x37\x74\xae\xbf\xed\x44\xea\x83\xf3\x5d\x91\xfa\xe0\x7c\xd7\xa4\x4e\x20\xc5\xe9\xf5\x03\x93\xfa\x5b\x3d\xc8\xc3\x93\xba\x19\x4a\x90\xfa\x8a\x4a\x22\x97\x82\xaa\x73\x33\x4f\xa2\xb9\x11\x65\x35\xf9\xaa\x40\x5e\x3a\xc7\xab\x34\x76\x68\xc8\x12\x3a\xbb\x75\x8c\x76\x61\xb6\xc4\xd7\x43\xd9\xd6\xa2\x6e\x4d\xd9\xfa\xdb\x6e\x94\x7d\xb6\x33\xca\x3e\xbb\x2b\x65\x17\xb3\xda\xeb\xcc\xf1\x83\x7e\xff\x3f\xf5\xf5\x8f\xc9\x1c\x6f\x1e\x0e\xac\xcc\xf1\x05\x7f\xcd\xbe\xd3\x37\xee\x9a\xb2\x33\xe1\xaf\xa9\x1f\xa9\xbe\xa6\x85\xfa\x33\x4b\x02\x39\x25\xc1\x27\x74\x09\x23\xf6\x96\x0b\x8d\x95\xc5\xbc\xee\x72\xce\x1e\x03\x37\x55\x6e\xfa\x67\xc0\x8d\xf1\xa2\xb7\xc4\xda\x67\x78\x52\x80\xfe\x3f\x94\xaf\xe1\x71\xa9\x6e\x57\x4b\x68\xd0\x9d\x46\x78\x0d\x3f\xb2\x62\x80\x6f\xf7\x71\xd8\x0d\x84\x48\x47\x74\x95\x1c\x9a\xb8\x52\x76\x6b\x28\xed\x11\xe0\x4f\x0c\xb1\xc5\xb1\x6b\xbd\xb8\x35\x2f\xc4\x76\xca\x5e\x98\xc5\x02\xc3\x02\x7c\xfa\x03\x33\xaf\x3b\x60\xad\xba\xd4\x22\x17\xf3\x2a\x2e\x2b\xeb\xc7\x02\xee\x9f\x5a\x50\x2a\x2b\x8a\xe8\x00\xb6\xeb\xab\x5e\xb4\x22\xd7\xb0\x0b\xda\x4e\x33\xb4\xa9\x5f\xb7\xae\x76\xf3\x9a\x08\xd5\x76\xda\xd6\x4b\x1e\xdd\x27\xb9\x0e\x4f\xac\x3d\x92\xaf\xe8\x94\xff\xa2\x72\x81\x4e\x5a\x16\x28\x33\x99\x35\x46\x3c\x9c\xd6\x45\x7b\x0d\x1e\xd5\xbe\x39\xa9\x7d\x93\x4f\x3d\x90\xdb\xa6\x65\x81\x61\x17\xfb\xe8\x6c\xdb\x8d\x6a\x60\x92\xdf\x0a\xe1\x6e\xc7\xcc\xa3\xff\x9b\x6e\xed\x61\xdd\xd6\x1e\xd6\x51\xce\x70\xfb\xad\x7d\x96\xed\x36\x5d\x83\xb7\xb2\x98\x58\xa7\x08\xc7\x0e\x5b\xdc\x50\xcb\x28\x5b\x66\x53\x63\xf6\x4f\x2d\x78\x2e\x6b\x23\xfa\xd0\x12\x77\xd3\x4b\xae\x72\x22\x16\x5e\xc1\x52\xa9\x56\xde\xe3\xdf\x0d\x66\xfa\x3b\xe0\x20\x47\xb9\x0d\x7f\x74\x6f\x0e\x72\x6e\xf7\x77\xde\xce\x3f\xce\x6b\x88\xe0\x7c\x37\xdc\xe3\xa8\x96\x13\x0c\x6b\xdf\xf4\xc1\x60\x50\xf7\xf2\xbc\xee\x45\x51\xc0\xe9\x28\xce\x14\x05\xf5\x5e\x82\x52\xc8\x68\x17\x21\x66\xd0\x6f\x12\x5a\xee\x2d\x92\x64\x4e\x3e\x94\x85\x84\xd1\x9e\xca\x66\x63\x40\x1d\x99\x1a\x77\xb5\xcc\x64\x17\xdc\xaa\xa9\xff\xce\x59\x37\x1a\x32\xfd\x06\xf9\x54\x9d\x27\x1a\xf5\xd1\xad\x5b\xa4\xd5\xd3\x1a\x5a\x3d\x6d\xa4\xd5\x76\x2a\xad\x3d\xe2\xea\x9e\x3f\xba\xef\x29\x66\x1d\x32\x47\x0f\x73\xc8\xdc\x45\x7c\xac\x16\xb8\x76\xb0\x70\x75\x32\x4a\xb3\x88\xd2\xbe\x70\xb5\x72\xc6\x71\xdd\x8b\xa3\xfb\xb1\x09\x63\x98\xf8\xf2\xd9\x44\xe1\x80\x1c\x3c\x30\x9b\x68\xea\xff\x37\x66\x13\x75\x72\x4d\xb3\x58\xd3\x4e\x6d\xb5\x27\x56\xed\x49\x76\x87\x4b\x80\xda\xea\xf1\xda\x18\x03\xec\x3a\xe2\xc7\x2a\x3a\xf4\x1a\xbe\xd3\xb6\x1a\xae\x4c\xcb\x47\x6e\x31\x3b\x92\x10\x54\xce\xcc\xbd\x57\x61\x00\xbd\xc4\x23\x27\xbc\xa4\x38\x5d\x31\xf8\x2d\xc3\xcb\x91\x26\xde\x5b\x89\x90\x8f\xdf\xa6\x70\xc6\xcc\xd3\x8f\xfa\xa9\xdb\x94\xd7\xa3\x54\xc1\xb1\xd6\xc6\xa4\x82\xf9\xc5\xdd\x96\x99\xa1\x69\x23\x85\xa2\x18\x46\xc9\x22\x14\x97\xd1\x93\x61\x21\x5a\xff\x3f\x9b\xcd\x1a\x0f\xe3\x59\x5a\x75\xc3\x6e\x3c\x03\x68\xa3\x67\x00\xa9\xf5\x0c\x68\x0d\xc5\x4b\xa2\x0f\xb5\x0e\x91\xf2\xa5\xeb\x0b\x3f\xcc\x0b\x46\x56\x11\xa3\x8d\xee\x98\xb2\x89\xeb\x03\x41\x7c\x22\x43\xc8\x68\xe2\x16\x66\xe6\x4e\xb3\xd7\xdf\x27\x28\x4e\xd0\x15\x6f\xa5\xa8\x6d\x0a\xac\x0b\xd8\xd1\xfe\x00\xe8\x8b\xb5\x17\xf1\xc8\x75\xc1\xc7\x51\x1f\xdc\x8e\xfa\x40\x2d\x26\x7f\x94\xa3\xdc\x07\xf7\xb8\xbc\x56\xde\x83\xfa\x4d\x4d\x74\xc9\xce\x3c\x1d\xab\x47\x6d\xf3\x6a\x54\x1e\x8d\x15\xae\x8b\x57\xda\x75\x31\xbb\xe5\xf6\xf7\x45\x88\x91\x57\xf0\x6d\xcc\x1a\x68\xc7\x46\xf3\xe4\x31\xe4\x00\xbc\x09\xd9\xfc\x65\x36\xe9\x11\x0c\x24\xc1\x04\xb1\xf4\x27\xf5\xa0\xbf\x03\x67\x46\x7b\x3e\xda\xed\xb0\x34\xf6\xc3\x85\x74\xd6\x2d\x40\xfe\x7d\x61\xe2\xca\xb7\xd6\x48\x71\xa5\x28\x33\xb1\x11\x82\xd7\xe2\x16\x1f\x94\x22\x2e\x44\x9c\xd0\x15\x64\xe6\x4a\xc8\xf7\x8a\x31\x63\x76\x07\xbe\xf0\x7d\x14\x87\x7c\xe7\x81\x24\x0d\xea\x81\xc4\xbd\x6c\xdb\x28\x20\xe7\x3f\x2c\x3c\x14\xf7\x61\x30\x4b\x50\xec\x95\xfd\x18\xdd\x43\x77\x3c\x1e\xe7\x48\xee\x19\x9c\xf1\x9d\x99\x60\x14\xbc\x0a\x59\x34\x0f\xfe\xf2\xee\xdd\x9b\x80\x2f\xe4\x1b\x71\xdd\xea\xfa\x1b\xff\xe0\xa0\xbe\x4b\x27\x0b\x11\x09\xb2\xbe\x36\xbe\x0a\xd7\x01\x64\x6c\x29\x35\x39\x3f\x5e\x39\x0d\xeb\x5e\x1a\xb8\x81\xeb\x57\x34\x31\x39\x8d\xea\x1a\x3c\x0b\x59\xc8\xb5\x7a\x48\x38\x4b\xb6\xa4\xa3\x7b\x8e\x67\xc5\xfb\x69\xb7\x49\x0b\xf7\x13\x3a\x7d\x8c\xc6\x74\x54\xdf\x80\x4c\x0f\x0e\x3c\x34\x26\x56\x3c\x14\xd2\x6e\xa0\xeb\x67\xd2\xab\x67\xb4\xdf\x07\x2f\x9e\x8d\xa4\x38\xd8\x06\xb1\x0f\xc4\x51\x55\x33\x9d\x0c\xfd\xa3\xb5\x58\xcb\xd1\x9a\x2f\xe6\x68\x9d\xad\xe6\xc8\x3d\x74\x37\x9b\x0d\xd0\xd2\xdc\x08\x6d\xf6\x60\xb0\x5c\xd1\xb9\x27\xa8\x4e\xc6\x23\x0a\xc2\xf3\x3d\x0c\x6a\x06\xca\x93\x9c\xbf\x51\x41\x84\x0e\xe4\x14\xaf\x2f\x50\x6a\x88\x7e\x2d\x50\x03\xde\x89\x2c\x13\x74\xd3\xb0\xcf\xcc\x7d\x94\x5f\xbd\xd6\xa0\x92\x44\xaa\x37\x8b\x1a\xce\xf5\x6b\xde\x5b\x5b\xf6\x8a\x84\xcb\x79\x09\xf8\x4c\xf5\xd3\x0e\x1c\xc1\x64\x5a\xb1\x77\x8d\x37\xad\x3a\x98\x03\xd1\x9d\xe7\xe7\xc2\xfc\x4c\x67\xc1\x0c\x93\xe7\x61\x34\xf7\x72\x6e\xca\x81\x54\x19\xcb\x2f\x91\xbf\x16\x2c\xfe\x65\x82\x3e\x78\x2c\x78\xf1\x0c\xa0\x40\xaf\xa4\xbf\xe1\xc0\xcb\x78\x2a\x09\x5f\x55\xdf\x85\xcf\x99\xfd\x39\xe0\xcb\xa7\xcf\xf5\x32\x02\xcc\x81\x2f\xae\xd8\xc2\xe5\xbc\x66\xf6\x7c\xcf\xb8\xc6\x5f\x3d\xfb\xec\xd3\xa7\xfd\x56\xd7\xfe\xac\xb5\xaf\x1d\xf3\xd6\x9b\xbd\x2c\xa8\xce\x6a\x00\xd0\x98\x49\x44\x7a\xee\xc8\xf5\x03\x3a\x4f\x66\xcc\xf3\x01\x19\x4f\xd8\x14\xd0\xf1\x64\x9a\x43\xb9\x80\x58\xa3\x84\x23\x00\xc6\x7c\xda\x9e\x7d\x18\x03\xec\xaf\x89\xdc\x0c\x2c\x48\x62\x1f\x50\xf9\xc3\x35\x40\x62\xe1\x20\xf8\x22\x06\xee\x9f\x32\xce\x81\x03\x86\x39\xc0\x00\xd6\x8f\x12\x24\x31\x28\x07\x33\xe2\x31\x0c\x92\xb8\x62\x16\x7b\x68\x7f\x3c\xc6\x07\x07\x99\xe7\x9d\x8c\xea\xc9\xfd\xc6\x07\x07\x9e\x02\x17\x56\x83\xcb\xaa\xc0\x65\x0a\x5c\x49\x30\x6b\xe1\xb3\x36\x22\xc1\x22\x5c\x56\x1d\x18\xd9\x02\x3d\xbd\xb8\x08\x20\x8d\xc2\x25\x94\x12\x04\x10\x0e\x55\x23\xba\xfd\x97\x5c\x72\x96\xd1\x64\xa5\x30\x6f\x5b\xbc\xe9\xcc\x30\x1c\x5b\x18\x09\xf0\x6c\x46\x21\xfb\x3b\xef\x7f\xe3\x03\x15\xac\xf6\x70\x03\xfd\x45\x0c\xb0\xf1\x41\x51\xfc\xa9\x91\x2d\xb7\xf1\xf3\x87\x95\xa2\x0f\xcc\xe4\xae\x7d\x21\xff\x49\xf1\x06\xc6\x07\x07\x1e\x2c\x06\x45\x40\xb1\xdf\x62\x1c\x09\x89\xca\xf3\xc1\x5a\x5c\x2c\x8f\x0a\x41\x1b\x78\x21\xbd\xff\x29\xf3\xfe\x30\x11\x7a\xc0\xff\x1a\xbb\xf2\x1e\x7b\xfa\x07\xc0\x02\x99\x14\xc8\xff\xf4\x29\x2f\x8e\x6a\x5d\x74\x7f\x90\x0f\x35\xcb\x73\x0b\xce\x57\x37\x3e\x40\x0a\x18\x05\x3d\xf5\xc4\x5d\x80\xa4\x7e\x37\x9b\x95\xef\xd7\x70\xae\x62\xb8\x07\x58\x2f\xf0\x8a\x42\xae\xc3\x54\x84\xad\x3b\x59\x24\x0f\x9d\xe3\x1b\xc1\x52\x4d\xc6\x8c\x09\x9b\xfa\x1b\x20\x3f\x5f\xb1\xe6\xaf\xe7\x49\x0c\x2b\xbe\xde\x08\x21\xda\x0e\xa9\x31\xc3\xe4\x83\xb5\x25\xdb\x62\xca\xd5\x37\x81\xd4\x5b\x7f\x1c\x41\x45\x3d\xff\x00\xb7\xe6\xef\x9f\x7b\x27\x46\x81\x82\x0a\xe3\xe2\x28\xa1\x90\x05\xd9\xbd\x45\x51\xb3\xea\x73\x20\x0c\x90\x36\xd5\x75\x8e\x4c\xb4\x83\x0e\xfb\xd3\x52\xe4\x72\xde\x08\xc1\x17\x7b\x03\x0a\x54\x64\x42\x9f\x61\x10\xc9\xd0\x16\xb9\x8d\xf8\x41\xcb\xb5\x8b\xe4\x52\xa4\x44\x49\x62\xd7\xdf\x63\xe5\xb3\xe1\xb1\x57\x3d\x66\x91\xb2\x54\x98\x49\x81\xb8\x46\xf5\x5f\x57\x05\xa9\x58\x5f\xb3\x72\x8c\x0a\xdd\xd6\xe7\x5e\xfa\xce\xd7\xc6\xa7\x18\x27\x7a\x66\x07\xb1\x2b\x2f\xf0\x0f\xf0\x96\x7a\x52\xcc\x54\x4f\xae\x20\xfb\xf1\x06\x69\xbf\x70\xe9\xf2\x4e\x55\xd0\xea\xb8\xa9\x0d\xef\x86\xab\x8b\x64\x4c\x02\x99\x0f\xdf\xab\x20\xeb\xca\x1e\x9e\x41\x1a\x91\x64\xc9\x30\x11\x20\x06\x10\xad\x16\xd2\x77\x7d\xe3\xfb\x00\x89\x53\x45\x11\x3f\x02\x44\xa7\x8c\x70\xd0\x26\x1f\x20\xa0\x1d\xff\xd1\x78\xf0\x2d\xfa\x63\x91\xf8\xbe\x45\xdf\x7c\x23\xe7\x41\xc7\x68\x95\xa6\xfb\x16\x05\x22\x3b\x36\x16\x4d\x47\xeb\xcd\x1e\xfa\xcf\xe1\x63\xa6\x90\xe2\x51\x9f\xaf\x64\x25\x5b\x10\x20\x03\x2a\xb6\xa4\x3f\x6a\x99\x1e\x7d\x5c\xe5\x7d\xcf\xb7\x24\x04\x6d\x9f\x7a\xd4\xf7\x47\x16\x44\xd5\xe0\xd4\x79\xf7\xb3\xb6\xfe\x3d\x2a\x88\xd1\xcf\x44\x69\x83\x5c\xa2\x23\x97\xf5\x21\xe4\x24\xc8\x81\x95\x53\x91\x43\xa9\xe8\x01\x04\xb2\x85\xe4\x5a\x86\x76\x5e\xd4\xbf\x6f\x48\xc2\xd4\xdf\x1b\x7f\x04\x27\x6c\x3a\x46\xc0\x1a\x97\x4a\x82\xed\x18\xf7\x61\xe0\x2e\x84\x6e\xa8\x3c\x03\xfb\x0f\x15\xbe\xa1\x06\x56\x79\x83\x26\x53\x40\xc6\xfb\x7d\x40\xc7\xfb\x03\x80\x75\xc4\x04\x23\xb7\x86\x3a\x43\x90\x8c\xe1\xa4\x00\xcc\xd4\xf3\xbf\xdd\xf7\xc8\xd8\x0b\xc7\x49\x80\xe0\x47\xe6\xf9\x7e\x10\x63\x04\x7d\xae\xc0\x49\xb1\x2a\x0c\x04\x5a\x7d\xb0\xcf\x3e\x7d\x42\x8a\xaa\xb9\xd6\xe7\x7f\xcb\x87\xf4\xbf\x55\x41\x78\xa9\xbf\xa6\x1c\x04\x3c\x4e\x37\xb3\x04\x85\x69\x7a\x2b\x02\xf6\xc8\xa7\x4f\x32\xfd\x41\x12\x48\x90\x3f\x7d\xd2\x7f\x79\xbe\x69\x99\xcc\x3c\xaa\x52\x2d\xe0\x4d\xb6\xd3\x04\x1e\xef\x14\x91\x22\x8c\x1f\xab\x88\xad\x08\xdc\x71\x58\x8a\xa5\x2b\x8e\x61\x4e\x61\x53\x3f\x85\x1a\x22\xff\x36\x36\x13\xf9\xf3\x49\x2a\x32\xec\x32\xa8\xb4\x4a\x6a\xc7\xb6\xe0\xf1\xae\x62\xec\xd7\x1b\xc0\xca\xdf\x0e\x1e\xdb\x21\xf6\x4a\x7d\xdf\xcb\x33\x48\x31\x51\xce\x53\x4b\xbc\x14\x5a\x22\x02\xc7\x3c\x3f\xcc\x84\x18\x30\xae\x4a\x56\x52\x1a\x7c\x58\x09\xf8\xd0\x06\x7c\x38\x1d\xb9\x3a\x87\x15\x20\x15\x79\x0a\xf2\x09\x09\xf2\xf0\x67\xd6\x98\x09\x9b\x72\x81\x90\x6f\xeb\xf5\x8b\x67\x23\x4b\x2b\xc8\xd9\x3d\x50\xee\x17\xd1\x16\x06\xf0\x74\x9e\xa4\x31\x81\x68\x34\x99\xf2\xd5\x9e\xb0\xe9\x06\x24\x55\x73\x04\x64\x0c\x4b\x3a\x80\x3c\xaf\xa8\x37\x61\x00\x4e\x6b\x34\x04\x07\x6a\xcd\x87\x03\x40\x20\xa7\x1c\xe8\x71\xcd\x62\xe8\x03\x3c\x26\x93\xfe\x14\x84\x63\x32\x19\x4c\x41\x32\x9e\xb8\x99\xe2\xef\x02\x2b\xcd\x35\xb0\xcb\x16\x09\xdf\x6a\xd7\x68\x7e\x61\xd1\x68\xa5\x81\x26\x63\xc8\x15\x28\x2b\xe6\x8c\x08\x4b\x4d\xc2\xcf\x11\x40\xb8\x6c\xa7\x5e\xac\xf9\x1a\x8f\x90\xd6\x0a\x46\x64\xb3\xd9\xab\x21\xe1\x64\xaf\x40\xea\x15\x53\xc6\x42\x38\xd6\x4a\x9c\x5f\x89\x37\x2e\x44\xf1\xf9\x59\xd8\x31\xaa\x6c\x86\x26\xc0\x8c\xca\x6b\x3f\x45\xde\x7a\x03\x20\x10\x2b\x5e\xb6\x83\xc9\x8e\xf5\x1a\x07\xff\xc2\x09\x12\xfd\xf3\x09\xab\x79\xa9\x5d\x9b\xc7\x99\x0d\xbd\x8c\xe0\x10\x2b\x16\xaf\xec\xcc\x34\xd0\x3a\xa3\xa0\x21\xaf\x40\x76\x58\x47\x03\x29\xff\x2c\x90\x56\x25\x69\x96\x9e\x4c\x0d\x28\x86\x9f\x94\x51\x54\x95\x39\xa3\x62\x63\x0d\xa6\xf9\xcd\x9e\x6d\xac\x3b\xef\xcd\xf5\xa6\x72\x53\x76\x4a\x1e\xb2\xde\x00\x3a\x5e\x6f\xaa\x99\x0d\x69\x60\x36\xc6\x86\x2a\xd2\xe6\x08\xc6\xb3\xa9\x90\x40\x4c\x7a\x13\x3c\x46\x25\x1a\xc2\x16\xac\x1e\x19\x63\x4d\x3f\x3e\xc0\x16\x01\x99\xc7\xb9\xbf\xcc\x7b\xc1\xa1\x53\xb0\x1a\xe3\x8c\x7a\x40\x34\x0e\x3d\x0a\x56\x80\x81\x82\xc9\x14\x05\x7a\x0d\x83\x1f\xc2\x24\xe5\x62\xf3\xc1\x81\x97\x8e\x13\xaf\xe2\x8d\x36\xd2\x29\x7a\xf0\x7d\x40\xe4\x74\xe2\xf1\x5a\xee\x6c\x65\x2b\x55\xf4\x22\x88\x98\x6c\xf6\xcc\x68\xe9\xc1\x81\x17\x9b\xee\xc6\xa9\x0f\xa2\x40\xb3\x31\x79\x86\xc7\xfe\x06\xa6\x26\x53\x9a\xfa\x24\xb2\x3f\xd9\xf8\x20\xbf\x2a\xa8\x1a\xcd\xf6\x2c\xc9\xa4\xc2\xc4\x8d\x82\x17\xcf\xfc\xa9\xb6\xf3\x24\xde\x84\x3f\x98\x9a\x1a\x0a\x41\x0d\x3b\x86\xbe\xc0\xa0\x61\x6a\x9c\x4d\x89\xe5\x96\x3d\xa5\x02\xd3\xc6\x1a\x2b\x30\x0e\x56\xe3\xf5\x5b\x18\x27\x04\x46\x19\x86\x5e\x3c\x93\xf8\x41\x13\xf9\xf9\xd4\xc2\x53\x03\xbc\x95\xeb\xb5\xca\x10\x94\x78\x5b\x7d\x6c\x2d\xe9\x8b\x67\xbe\x0f\xd2\xc2\x7a\xac\x64\x32\xb9\x3c\xc6\xa9\x2f\x4d\x7e\x69\x3e\x75\x0f\xc9\xf2\x73\x29\x1e\xa7\x2d\xe8\xe2\xe2\x81\xff\xf5\xe9\x53\xe5\x65\x84\xbc\xd8\xa8\xb4\xb2\x03\xb7\x67\x1d\x7e\x9e\xfd\x95\xaf\x78\xa2\x2d\xe6\xa4\xad\xca\x21\x5e\xf4\x2e\x57\xb3\x19\x24\xbd\x59\xba\xa2\xf3\x2f\x22\x7b\xc1\xf2\xa7\xd7\x2f\x92\x27\xaf\x6a\xa2\x81\x9b\xf3\x65\xde\xeb\xee\xbc\x12\x19\xf7\x0e\xab\x97\x5d\xd6\xdf\x9f\xab\x31\xdd\x3b\x27\x29\x0c\x97\x4b\x88\xe2\x71\xc9\x8a\xa3\x0d\x7f\xf2\xbd\xa0\x64\x0f\xfa\x1b\x2b\xc5\xca\x7d\xd3\xe6\x89\x16\x12\xfc\x00\x23\x4f\xfa\xbd\x58\x30\xc9\x01\xee\x7d\xa1\xaa\x47\x98\xcd\xaa\x86\xd8\x36\x07\x81\xc1\xf8\x17\x41\xec\xef\xf0\xcd\x2f\x3f\x1f\x7e\xbc\x53\x72\xd8\xdd\x10\xfb\x6f\x4e\xe6\x57\x90\x7d\x2f\xfe\x16\xe0\x95\xac\xd6\xee\x02\xc7\x61\xea\xee\x84\x36\xdf\xab\x3d\x30\xb6\xe9\xc8\x78\x3d\xe4\x00\xf1\xf2\x4e\x02\xbb\x25\x5d\x9d\x32\xb0\x76\x54\x0d\x68\x11\x6e\x91\x31\x6d\x4b\x0a\x87\x7c\x09\xf2\x85\x9e\xac\x04\x1b\xc5\xb7\x8d\x5f\xde\x3b\x5f\x72\xed\x07\x46\xb0\x5d\xe7\xad\x3e\x57\x90\x95\x49\xc2\x61\x7a\xf6\xc2\x8e\xdd\x65\xfa\x28\x64\xc9\x35\xec\xd1\x88\xe0\x34\xe5\x9d\x6f\x8b\x85\x72\x07\x5f\x26\x32\xf6\x5a\x90\xb1\x64\xb7\x3d\xc1\x3a\xaa\xb2\xad\x64\x69\xf0\xcb\xe9\x54\x7e\x93\xdc\xd8\xff\xfa\xb0\xb8\xbd\x64\xf1\x79\x0b\xfb\x33\xd5\x31\xaa\xf9\x60\x21\xc7\x8f\x70\x62\xac\x4a\xf0\x63\x61\xc3\x95\xc5\x17\x86\x15\x29\x8f\x9a\x22\x61\x95\x67\xec\x6d\x02\xd3\x58\x95\x0f\xd0\x51\x10\xdd\xca\xcd\x67\x0e\xa6\x05\xc8\x1b\x33\x4c\x34\x8e\x47\x57\x97\xbb\x1e\xb2\xc9\x45\xb4\x2a\x57\x54\x17\xb4\x5c\xe2\xf8\xf6\x41\x21\xec\x02\x84\xba\xfd\x6a\x80\xc3\xed\x54\xde\x39\x07\x67\x39\x84\xb5\x09\xf2\xf3\xfb\x1c\xdb\xa5\xfd\x7c\xdf\x74\xeb\x86\x99\x80\xda\x9a\x3c\xad\x69\xd0\x0a\x35\x69\xbe\x4c\x46\x73\x74\xfd\xaf\xff\x7e\x05\xa3\x3b\x33\x9a\x26\xbe\x72\x93\xb0\x79\x4f\x63\xc1\xe2\x2c\x47\xba\x54\x8d\x15\x28\xfd\xbf\xb2\x76\xd5\x75\x07\x8b\x0c\xad\x2e\xc9\xae\xce\xe4\x9f\x95\xcd\xd9\x36\x00\xdc\xde\x29\x76\x11\x14\xe0\x7e\x27\x68\x97\xba\x76\xa9\x17\xe9\x0d\x2d\x17\x52\xbd\x36\x4e\xd1\x59\x65\xa3\xcc\xdd\xbe\xbc\xc3\xb4\xcc\xda\x58\xaf\xa4\xad\x6c\x6d\x3b\x3a\x54\xfd\x96\x07\x41\x86\xa9\x23\xf4\xc0\xa8\x70\x2a\x0b\x84\xd5\x3b\xfd\x17\xe9\x44\x85\x09\x8a\x52\x6f\x90\x2c\x42\xbe\x51\xb3\x02\x93\x55\x58\x23\x30\x8c\x6f\xbb\x55\x97\xbc\x2b\xf2\x4c\xde\x80\x5a\xec\x59\x65\x85\x54\xba\x3f\x55\x8b\xa7\x05\x93\xb5\x79\x0a\xb7\xa5\x36\xc3\xa3\x77\x92\xab\xaf\x92\x31\xee\x90\x63\xdf\x84\x09\xab\xf5\xba\x5f\x40\xbc\x62\x5d\xea\xe8\x18\x8a\x1d\xb9\xae\xf5\xeb\xa9\x76\xaf\x1f\x15\x8b\x8e\xf5\x78\xc7\xaa\xf2\x85\xa2\x1b\x60\xa8\x8c\xcb\xad\xf7\x2f\xcd\xa3\x08\x61\xac\x9b\xcb\x72\x33\x99\xe5\x42\xe9\x6a\x9c\x3a\x54\x1b\x59\x63\xc6\xb6\x6d\x88\xee\xdf\x65\xb3\xab\x4b\x1f\x2b\xbe\xe7\xa8\xd4\x59\x5b\x81\xcc\xda\x1f\x54\xe0\x62\x8f\x79\x7d\x3f\x60\x73\x88\x2a\x52\xdc\xe7\x5c\x8a\xec\x6a\x6f\xc8\x07\xfc\xbb\x4d\xed\x97\x08\xde\x38\x6f\x08\x5e\x24\x14\x7a\x65\x57\x27\xe3\x7e\x98\x59\x61\x11\x3f\x05\xcd\x51\xe2\x73\x9d\x56\x24\x67\xd5\xee\x5c\x9e\x35\x3e\x44\xc2\x75\x64\x53\x35\x7e\x2d\xc8\xae\x5b\x74\x91\x12\x9c\x42\xf3\x09\xe1\x4a\xf4\xbe\xa2\x36\x50\xc9\x7d\x45\x7d\xa6\x77\x76\x66\xb3\xb2\xd7\xc6\xe3\xbd\x95\x12\x63\xd7\xf5\x25\x99\x42\x6d\x4f\xdb\x4a\x2f\x69\x48\xe7\x3d\xcd\x38\xaa\xb4\xc4\x34\xe9\x89\x46\xf5\x5f\x7d\x99\xaa\x61\xcb\xbc\x31\x59\xf4\xcc\xef\x36\xa1\xcd\xce\xcc\xb9\x48\x3e\x26\x88\x1e\x0a\xa9\xc7\x38\xb9\x15\x70\x00\x90\xe5\x4b\x44\x7e\x4f\xc8\xf9\x85\x25\xe4\xa4\xcd\xd2\xf2\x31\x7c\x76\xf6\xe3\x8b\xbf\x3e\xfa\xad\xad\x92\x55\x34\x69\xce\x4b\x3c\x3e\xf4\x26\xff\x77\xf2\xcf\xe9\xd4\xff\xe6\xf0\x0a\x84\x8d\xc7\x27\xad\x3b\x3e\x91\x39\x3e\x2b\x55\x1f\x80\x11\x81\x34\xbf\xb9\x36\xdb\xe4\xf2\xe7\xd3\x2a\x71\xc5\x8d\x5d\x84\x40\xbb\xf5\x06\x61\x9a\x84\xd4\x13\x45\x87\x85\xe3\xa4\xeb\x83\x84\xc1\x45\x87\x66\x6d\x67\x7a\x84\x11\x0b\x13\x54\x6b\x8f\xe5\x7d\xb9\x7e\xe6\x0b\x5a\x9c\x9d\xe5\x2e\x61\xc5\xb1\x21\x4c\x16\x61\x9a\xfc\x0a\x65\x1e\x70\xde\x08\x84\x63\xe2\x51\xed\xfd\xc9\x65\xbe\x40\x94\x66\x7a\x92\xa6\x1e\xf6\x7d\x90\x8c\xc3\x49\xa8\x36\x6b\x6f\x30\x9d\xf4\xa7\x7b\x68\xdc\x1b\x8c\xc7\xe3\xc4\x94\x68\x72\x27\xae\xff\xd8\xcd\x7b\xd6\xf3\xad\x06\xf8\x0b\xfd\x34\x01\xee\xd4\xf5\x47\x89\xba\x6a\x13\x8d\xf8\x2c\x84\xb3\x54\x1a\xcc\x43\x14\xa7\x0a\x2e\x2a\xce\x5b\xde\xc0\xa4\x1c\x5f\x4b\x00\x45\x24\xca\x46\xa7\x1f\x5f\xe9\x6d\xb9\xda\x14\xbd\x2a\xc3\x56\xe6\x49\x20\x64\xf0\x23\xeb\xc9\x2b\xf0\x2f\xe2\x2a\x21\xa1\xf3\xbf\x84\xcb\x21\xeb\x96\xf5\xbb\x50\xc9\x39\xbc\x84\x69\x65\x98\xb9\x48\x8a\x4d\x61\x48\xa2\x79\x39\x71\x5c\x4b\x7a\xb7\x0b\xf3\x59\x75\x32\xb5\x53\xe0\x26\x68\xc9\x85\x49\x2b\xe4\x18\x23\x35\x5a\x6d\xb2\x31\xa9\x1a\xe8\xc5\x2d\x65\x4f\xc2\x48\x75\x7a\x97\xef\xfb\xaa\xd8\x28\x70\xb3\x88\x7a\x51\x66\x15\x4c\x86\xe7\xbc\x13\xab\xee\xaa\x1e\x70\x99\x86\x11\x9c\xe3\x54\x98\x0c\xb3\x66\xf6\x63\xd5\xb8\x0f\xdc\x70\xc5\xf0\x0c\x47\x2b\x8e\xdb\xec\x6f\xf5\x52\xa5\x1b\xcf\xa3\xbb\x29\xbd\xdc\xfd\xd4\x93\x2a\x22\xde\x5d\x1a\xf1\x19\x57\x0a\x29\x64\x6e\x3e\x90\xb7\x30\xaa\x3b\xad\xe0\xae\xb9\xd2\x54\x81\x44\x07\x3f\x0b\xf7\xf2\xe2\x82\xf0\xf0\x67\x63\xe1\x05\xc5\x6a\x82\x93\xe4\xc7\x9e\xf1\x50\x97\x5e\x91\xdb\x17\x9e\xbc\x22\x49\x6c\x5f\x18\x54\xc8\x4b\x5b\x5d\xad\x54\x34\x4f\xc3\x5b\xbc\x62\xf4\x30\x73\x9e\xe7\x6f\x57\x0b\x64\x77\x2e\x0f\x85\x9e\x2e\x73\x54\x2d\x95\x11\x48\x93\x5f\x45\x05\xa6\x82\x50\x06\x08\xa0\xbb\x62\x47\xb8\xa5\x32\xf6\x10\xd2\xe3\x15\xaa\xb9\xc6\x8f\x60\x9a\xb6\xd5\xba\xae\xbf\xc9\xd1\xa5\x9f\xaf\x5e\x2b\x2b\x03\x3f\xf0\xa0\xaa\xee\xc4\x7f\xcb\xd6\xbd\x14\xce\x98\xf5\x93\xe1\x65\xf6\xeb\xa9\xdc\xfd\xfc\xe3\x34\x81\x88\x5d\x24\xbf\x42\xf5\x6c\x0a\x26\xc2\x00\x2c\xb6\xf1\x7b\xd5\x37\x7f\x2f\xc2\xfc\xf9\x33\xd9\xc5\x4b\xde\x7d\xfe\xd1\x3b\x2c\xf2\x07\xd4\xa5\x49\xcc\x0d\x9d\x4f\x83\x54\x9d\x54\xb1\x08\x58\x9d\x19\xa4\x94\xe4\xa0\x50\xb6\xfe\xbc\x22\xa5\xc7\x7b\xbe\x08\x0d\x29\x3d\x0a\x15\xfe\xed\x6c\x0d\x32\xc9\x86\xfc\x69\xb2\x2f\x0d\x8e\xc1\xd0\x94\xd7\x57\x69\xd2\xa7\xa6\xb1\xdc\x30\x92\x11\x9e\xd7\xe7\xa7\xa8\xb0\xd8\xdc\x83\xc5\x55\xee\x5a\xc3\xe2\x9a\x45\x48\x9c\x49\x88\x9a\xb9\xd1\x4c\x64\xec\x5c\x9e\x58\x58\x8d\x43\x1d\x54\x62\xe5\x2a\x50\xd8\xd3\x31\x5f\x27\xfd\x3e\xe0\x0b\x22\x23\xb4\x46\x83\xc1\x11\x10\x2d\x46\x5e\x1f\x10\x3d\xae\xef\xb9\x57\x90\x5d\x88\x2f\x0b\x09\x12\x0a\x53\x75\xa7\x77\xb5\xbd\x28\x9e\x33\x9e\x0c\x4f\x80\xfe\xbf\xe9\x2e\xe2\xef\x05\xbd\xbd\x14\x4c\x4e\x30\x76\xc9\x05\x7a\x92\xed\xb9\x53\xa1\xeb\x19\xf1\xbc\x14\x46\xce\xe9\x49\xfb\x2f\x56\x05\xc6\x2a\x4e\x59\xf1\xc6\x20\xd5\xf5\xfd\x0d\xd0\xf8\x2b\x05\xd9\xe9\xd4\xa1\x25\xb5\x7a\x9d\x8b\xca\xcb\x3a\x56\x1f\xc8\x12\x94\x50\x14\x96\x2b\x9f\x60\xc5\x8f\x04\x75\xec\x25\x33\x8f\x65\x76\x9d\x45\x98\x20\xe7\x4f\x0e\xa7\x14\x5f\x7b\xfc\xe6\x5c\x78\xae\x20\xfb\x1e\xaf\x04\xe5\x3c\x15\x3c\xe1\x2d\x57\x5b\x7d\x2e\x9c\x9b\x5e\xfe\x30\xc3\x98\x41\x32\x21\x38\x85\x63\x57\x31\xad\x04\xcd\xb0\x3b\xfd\x83\x70\x50\x0e\x18\x5e\x7e\x23\x4a\x3f\x43\xa4\xe2\x00\x41\x38\xe6\xac\x9d\x85\x49\x1a\xc8\xd9\xf4\xf0\x9e\x0e\x01\xcb\x30\xf2\x2a\x64\xf3\x60\x11\x7e\xf4\xfa\x20\xd4\x85\x1e\x65\x79\xd7\x17\x7c\x51\xbc\xdc\xa3\x0b\xc1\xe2\xde\x60\x63\x8f\xe1\xf3\x49\xb2\x71\x44\x28\x25\x48\x4b\x88\x51\x0b\x68\x56\x78\x4f\x15\xa5\xdd\xef\xcb\xaa\xb4\x4e\xf2\xa7\x41\x7f\x70\x34\x3a\xde\x1f\xa7\xba\xfe\x10\x2d\x2d\x3f\xc8\x51\xad\x6f\x55\x9f\x75\x92\x3f\x9d\x1e\x1f\x8f\x8e\x5a\x3e\x3f\x3a\x02\xfc\xff\x8e\x8b\xdf\x1e\x9f\x9d\x8e\x86\x2d\xdf\x9e\xf4\xc1\x49\xbf\xf0\xe1\x1f\x8f\xcf\xce\x46\x83\x96\x0f\x07\xfd\xfe\xd4\xdf\xa4\xfb\xe3\x56\xac\xe8\x0a\x48\x5f\xc2\x5e\x2a\xca\x50\xad\x5a\xd3\x3c\xa4\xf3\x24\xc2\x64\xd9\x93\xaf\xbf\x08\xb5\xe9\xdd\xd3\xe4\x87\x8b\xa7\x4f\x5e\x55\xcb\x29\xe1\x8a\xcd\x9f\x09\xab\xb7\x10\xb6\xf4\x54\x5c\xe0\x3e\x59\xb1\xf9\x0f\x5c\x8f\x96\x7f\xbe\x21\x78\x96\x48\x91\x2c\xc5\x94\xff\x1b\x2e\x13\x57\xe6\x8b\x74\xa9\xb0\xc1\xba\x1f\xe0\xed\x92\x40\x4a\x9f\x8a\x64\xc9\x22\x90\x57\x8a\x20\xf9\x02\x23\xf5\x42\x91\xa5\xb4\x9d\x00\xe9\x28\xc5\x97\x5c\xe8\x1d\x5c\x26\x9a\xca\x3c\x97\xad\xa9\xbd\xad\xa4\x47\x97\x21\x42\x42\x0a\x17\x0f\x45\x06\x1e\x06\x29\xeb\xa1\xf0\x3a\xb9\x0a\xb5\x31\xb8\x3e\x1d\x78\x98\xeb\x34\xfb\x9e\xf3\x34\xde\x49\x2f\xc5\x57\x58\x75\xc1\x95\xa5\xb9\xbc\x11\x15\x59\x24\x09\x9c\xc9\xc4\xa1\x5a\x38\xc8\xe5\x6d\x6a\xc8\xf8\x3c\x3c\x2b\xe5\x7b\x1e\x9e\xea\x47\x1f\x17\xa9\x90\x98\xe7\x8c\x2d\x47\x87\x87\x37\x37\x37\xc1\xcd\x51\x80\xc9\xd5\xe1\xb0\xdf\xef\x1f\x8a\x3e\xeb\x5e\x8a\x6f\x0f\xdd\x0c\x02\x96\xb0\x72\x5d\x96\xa7\x82\x7a\xb5\x26\x56\xca\x12\xda\x17\xf9\x37\xdd\x57\x83\xa3\x60\x78\x76\xec\x0c\x1e\x05\x83\xd3\xb3\x70\x18\x9c\x9d\x3e\x72\xe4\x7f\xfb\xce\xc0\x19\xf4\x82\x7e\xff\xac\x77\x12\x9c\x9e\x0c\x9c\xfc\x4b\xfe\x9a\xbf\x74\xf8\xcb\x5f\x17\x27\xc1\xc9\xf9\xa3\xde\x20\x38\x39\x3e\x0d\x07\xc1\xd1\xd1\x91\x23\xff\x2b\x7a\x71\xfa\xbd\x61\xf0\xe8\xd1\xa9\x93\x7f\xc3\xdf\xf5\x1d\xf1\xe6\xd7\xc5\x71\x70\x76\xc2\x5f\x0d\x8f\xcf\xc3\x41\x30\x3c\x1d\x38\xf2\xbf\xb2\x83\xa0\x3f\x3c\xed\x05\x83\xfe\x69\xd4\x77\x82\xfe\x11\x7f\x1c\xf4\x1f\x9d\xf6\xf8\x73\xfe\xf8\xd7\x45\x2f\x38\x3f\x3a\xed\x1d\x05\xc7\x47\x8f\x2a\x00\x08\xce\xcf\x04\x74\xe7\x27\x51\xd0\x3f\x3a\x0a\x06\xa7\x43\xf1\xef\xd1\xf1\x19\xef\xea\x64\xd8\x0b\xfa\xa7\xc1\xc9\x51\x2f\x38\x7e\x74\x12\x9c\x3f\xea\xf1\x0f\x9c\x41\xd0\xe7\x73\x3b\x0e\x4e\x87\xce\x51\x30\x3c\x2f\x77\xdc\xe3\x4d\x44\xcf\x47\x67\x15\xb3\x1b\x04\x83\x01\xef\xe6\x78\x70\x1a\x1c\x1d\x0f\xf9\xff\x8b\x37\x7d\x05\xf8\x70\xde\x0b\xfa\x83\xa3\x5f\x17\xbc\x9f\xb3\xde\x51\x70\x74\x54\x01\x3c\x7f\x77\xc6\xc7\x18\x1e\x47\x41\x7f\x70\x1c\x0c\x06\xc7\xe2\xdf\xe1\xf0\x9c\x43\x7f\x74\x3c\x0c\x4b\x63\xf7\x06\xc1\xa0\x3f\xe4\x10\x9c\x0d\xe7\xbc\xb5\x40\xd1\xf0\xc4\x39\xe5\xff\xad\x42\xd1\xe0\xd1\x49\x8f\xaf\x5f\xc4\x61\x0a\x06\xe7\x47\x3d\x8e\xe2\xe0\xe8\xac\xc7\x5f\xf1\x37\xbc\x8b\xe3\xb3\xde\x60\x18\x0c\xce\x07\x55\x5d\x9c\xf4\x4f\x7b\x83\xe0\x6c\x70\x1c\x05\x1c\xbc\xa3\xd3\x60\x70\x7e\x16\x9c\x70\x90\x1f\x1d\x07\xa7\x67\x7c\xc1\x8e\xce\x82\x63\xde\xe7\xf0\xec\x3c\x38\x1b\x9e\xf5\x02\x41\x17\xfd\xe3\x93\x6b\x3e\xee\xd9\xaf\x9c\x24\x79\x97\xc3\x47\x9c\x30\x9e\x9e\x04\xe7\xa7\xea\x6f\x4e\x2c\xfd\xe0\xd1\x39\xff\x43\x35\xea\x3b\xe2\xbd\xf8\x4f\xf6\x30\x1a\x06\xe7\xc3\x73\xde\x1d\xa7\xce\xd3\xb3\xe0\xfc\xe4\xc4\x39\x0b\xfa\xe7\x67\xce\x30\x38\x3d\x1e\xbe\x1c\x9c\x07\x67\xce\x71\x70\x76\x1e\x0e\xfa\x92\x30\xfb\x6a\x00\xbe\x36\x83\xd3\x60\x70\x74\xe4\x9c\x05\xc7\xc7\xc7\x4e\x45\x03\x47\x34\x38\xe5\x0d\x4e\x07\xe9\x20\x78\x34\x3c\x75\x86\xc1\xe0\x28\xe4\x9b\x69\x70\xe6\xa8\x7f\xe4\x32\x98\x61\x8f\x8e\x7e\xd5\xbb\x7f\x96\x08\xc5\xf2\x3f\x7e\xf8\xe1\x07\xdb\x80\x72\xbe\x85\x11\x2a\xb3\x01\x2d\x20\x5a\xe9\x8e\x05\x23\x37\x5c\x8d\xe1\xab\xab\x14\xba\xc6\xe4\xa4\x59\x79\xbd\x2e\x97\xd7\xe0\x72\xf6\x9e\x68\x0e\xa3\x0f\x97\xf8\x63\xb5\xc5\xa7\xd1\x4c\x37\xc3\xa4\x1a\xac\xaa\x0a\x0b\xef\xc4\x5b\xe7\x15\x44\xab\x96\xb2\x06\x95\x09\x01\xab\xba\xdc\x15\x68\xad\xb6\xc4\xa7\xe2\x54\xad\x04\xb5\x7e\x12\x56\x9f\x28\xcc\x57\x5f\x10\x15\xa4\x15\xd0\xee\x2b\x99\x51\xae\xb1\xee\x56\x1c\x75\x2a\x8f\x53\x18\xb6\xd2\x8f\xac\xe4\xd6\x13\xaa\x0c\x83\x67\xc0\x85\xe8\x9a\x1f\x88\x4f\x7f\x7c\x7d\xf1\xd3\xcb\xf7\xaf\x2f\xde\x3c\x79\xfa\xfc\xe2\xfd\xf3\xd7\x4f\xbe\x7f\xf9\xfc\x59\xde\x64\x70\xc5\x0c\x70\x48\x44\x17\xf2\x53\x4f\x09\x75\xb9\x94\xd0\x5b\x24\x5a\x2d\xae\x6a\x52\x73\xbc\xcb\x01\x7b\x62\x83\x14\xe5\x83\xc6\xe9\xfd\xd2\x08\xf3\x20\x37\x41\x84\xb3\x19\x46\x21\x7a\x15\xa2\xf0\x0a\xbe\x56\x9f\xdd\x2d\x91\x6c\x1b\xb5\x99\xcc\xdb\xf6\x2c\xb3\xb2\x5c\x36\xe4\x2a\xae\xd3\xb2\x7f\xd4\xbc\x36\x3e\x63\x2d\x0e\x82\x5b\x82\x7e\x02\xdc\x25\x5e\xe2\x6b\x48\xd4\x32\x28\xb3\x98\xc9\x8f\x3a\x05\x13\x57\x58\xc0\x1a\xed\x45\x8d\x03\x64\x57\xc0\x79\xc7\x9e\xa9\x70\x75\x4a\x44\xa9\xeb\x3b\xf4\x9e\xaf\xf9\x55\x8b\xaf\x76\x20\x1b\xfd\x7b\x0a\x54\x98\xd0\x9e\x12\x3e\xdd\x38\x0a\x34\xf5\xdd\x99\x7a\x3a\xe1\xa8\xd1\x31\xb7\x03\x8a\x6a\xfc\x6d\xff\xf9\x4f\x66\xff\x5f\xd5\xd7\x26\xe4\x98\x3a\x6c\x0e\x17\x14\xa6\xd7\x50\x96\xca\x41\x98\x39\x48\xbf\x8d\x81\x43\xb1\x23\x55\xed\x04\x5d\x39\x37\x49\x9a\x8a\x16\xf2\xbc\xe2\xdf\x3a\x2a\x45\x8a\x73\x9d\xc0\x9b\xa0\x03\xd0\xd5\x7c\x78\xab\xa5\x6b\x71\xfc\xbd\xc7\x8a\xc8\x23\xfd\x1e\xeb\x51\x60\x89\x4a\x8d\xa2\x90\xc3\xcb\x84\xe3\x61\xc3\x01\x57\xb7\x46\xad\x4d\xd5\xcc\xac\x82\xf5\x66\x6a\xb2\x6a\xe5\x77\x99\x0c\xe2\x7e\xa7\xca\x6e\x8b\x09\x1f\xfe\xd7\xe1\x7f\x1d\x9a\xf5\xa6\x4d\xd7\x62\x67\xc0\x5d\xac\xca\x87\x8a\x7d\x41\x36\xd1\xb7\x5f\x7c\x17\x85\x2c\x14\x2f\x65\x21\xf5\x82\xe6\xd9\x34\x93\x92\xd3\xb6\x5d\xea\x88\x40\xae\xf5\xab\x62\x47\xb2\x9a\x6f\xfc\x84\xe5\x79\xef\x56\xf5\x8e\xee\xb0\x9c\xba\x9a\x4f\x31\x07\x72\xa5\xeb\x69\x89\x7f\x99\xca\x15\xe6\x7c\x90\xc4\xcb\x59\x90\xc9\x50\x5b\x9d\xa2\xb8\x03\xc4\x79\x8d\x9b\x85\x97\xff\x3f\x7b\x7f\xbf\xde\xb6\x8d\xf4\x0f\xe3\xff\xfb\x28\x64\xde\xdf\x9f\x97\xdc\x50\xb2\xe4\xbc\x34\x55\x6f\x36\x4d\x93\xb4\xcd\x36\x6d\xb3\x71\xda\xbd\xef\xf5\xea\x97\x8b\x16\x21\x89\x0d\x05\xa8\x00\x64\x5b\xb5\xf5\x3d\x9f\xe7\x34\x9e\x23\x7b\x2e\xbc\x91\x20\x09\x92\xa0\x24\x27\xd6\xae\x77\xaf\xab\xb1\x48\x00\x04\x06\x83\xc1\x60\x30\xf3\x19\x95\xd7\xb4\x3b\x70\xf2\xa3\x60\xbc\x2e\xb3\x95\x1a\xcf\xde\x6a\xb2\x4b\x19\x1d\xe4\x88\x46\x25\x84\xed\xff\xeb\x54\x0d\x6e\x54\x84\x12\x1f\x94\x4a\x1a\xf6\xc1\xe6\x01\xd7\xa6\x74\x38\xa9\xca\xc3\x59\xa9\x2d\xec\x98\x4f\x4a\xcb\xbe\xcd\xd0\x9a\xb9\xcf\x6c\x51\xc9\x14\xa7\x36\xc2\xe6\x16\xf8\x47\xd8\x6e\xb4\xcd\xd4\x4f\x55\x65\xbf\xc8\x1e\x69\x47\xc5\xbc\x74\x34\x89\xb4\x43\x8e\xb0\xde\x27\x1a\x7c\xaf\x5b\x57\xaa\x7e\x79\x2b\xc3\x68\x52\xcf\xa3\x14\x7d\xc4\x52\x45\x97\x0e\xe3\x05\xa5\x3b\x1a\x93\x62\xba\x16\x4d\xee\xb1\xb7\x26\xe5\xfd\x16\x15\x72\x6d\x5c\x45\xa5\x3c\xcf\x74\x39\x85\x5c\x7f\x75\xaf\x8c\x9b\xdb\xaf\xa5\xd5\x56\xda\xdc\x56\xe3\xba\x4b\xea\x5a\x06\xe9\x73\xeb\xfa\x5a\xc6\xe7\x6d\x14\xb6\xdc\x72\xfd\x04\xca\x5a\xf1\x9b\xb7\xa5\x84\x55\x89\xb6\x85\x48\x2d\x90\x5d\x2e\x34\xaa\x6a\x39\xee\x56\xa9\xc1\xf6\x56\x4d\x8b\x64\x46\xae\xc2\x30\x2a\x34\xb1\xc1\x6d\x6a\x62\xc5\xfc\x22\xd5\x0d\xed\x7a\xe7\xdd\x72\xf3\xad\x99\xc1\xca\xdd\x35\xd5\xc4\x54\xa6\xe4\x46\x16\xcc\xdb\x1e\xb2\x6a\x95\xfa\xd2\xa6\x4c\x58\x66\xbe\x3a\xbd\xcd\xa2\x23\xba\x37\xa7\x2c\x6c\x45\xbf\x1d\x51\x18\x8a\xa4\x03\xad\xc8\x2b\xeb\x7c\x66\xda\x36\xf5\x22\xfb\xa4\x40\x73\xff\x94\x54\xfd\x78\xd1\x96\xa6\x1f\x2f\x3e\x3b\x41\x6b\xbb\x90\x7d\xef\x47\xb0\x3a\xfe\x4d\x6d\x7b\x9f\x8c\xa2\xe1\x38\x69\x26\x69\xa6\x64\xe7\x89\x2b\x2a\x57\x93\xb7\xa2\x4a\x14\x93\xf0\x3c\x01\x91\x53\x53\x6e\x09\xc3\x25\x9d\x21\x1c\xff\x99\x95\xfb\xa4\xb3\xc6\x3a\xda\xa3\xe8\x23\x80\x76\x8b\xe1\xf9\x8b\x37\x9f\x74\xe2\x62\xe1\x27\x85\x60\xdb\x15\xa1\x57\xfc\xcc\x2b\xc3\xaa\x2b\xd9\x77\x5f\x67\xc5\xb7\xa4\xf4\xc6\xe7\xd8\x56\xd7\x75\x8d\xf7\x85\x35\x60\x0d\x1b\x72\xc5\x0c\x24\x0b\x4b\xfb\x8a\xf5\xe9\x0f\xab\x74\x6f\xed\xce\x32\xb7\x7b\xf8\xfb\x01\x24\x8b\x4d\x35\xaf\x2d\x7a\xbc\xe9\xb1\xce\xfa\xbc\xa0\xc2\x57\x22\x34\x26\xdd\x24\x86\x1f\xed\x0f\x7a\xbb\xd4\xdf\xf3\xb7\xb9\x2f\x7f\x79\x71\xfa\xe1\xd7\x77\x6f\x0a\x5e\x00\x98\xdf\x41\x43\x84\x16\x00\x02\xdc\x81\x08\x83\x09\xc0\x38\xf3\xca\x12\xa1\x0b\x8e\xef\x7c\x38\x4f\x42\x31\x14\xe9\x75\x20\x1c\xc9\x54\x3e\xe0\x91\xb6\xc8\x5f\xca\x1c\x0a\xa1\xe2\x3f\xbb\x5b\x19\xfb\x72\xad\xa6\x21\x01\x21\x86\x9f\x71\x1e\xb4\x04\xd1\xe6\x59\x79\xf3\xea\xf9\xbb\x9f\xf5\xb9\xf1\x9d\xe3\xb1\x72\xf3\xba\xf5\xc9\xfa\x21\x24\xb3\xf8\x05\xc2\x8b\xce\x1b\x46\xa8\x4f\x3a\x5d\x1b\x99\xb0\x5b\x33\x40\x0a\x21\x70\x57\xd6\xe2\xbb\x57\x6f\x7f\xf9\xf0\xfa\xf4\xf4\xd7\x57\xa6\x25\x69\x9a\xc4\xc6\xc9\x6f\x9a\xe5\xb7\x18\x5d\xc4\x11\xe8\x7c\xa7\x21\xc5\xec\x6e\x9a\x0d\xb9\x84\xfd\xa7\xfe\x97\xfe\xa0\xdf\x28\xb2\x5b\x4b\xf9\x9d\x1e\xa1\x29\x8d\xe1\xb4\x95\xf6\x95\xd6\xf9\x74\x5a\x56\xf1\x93\xfa\xb1\x38\x7d\xd3\x4a\x97\x2a\x99\xe0\xf3\xfc\xf9\xfc\xc5\x9b\x92\xdb\xcf\x6e\x5d\x78\xb2\xb3\xcb\x92\x3b\xd5\xb6\x50\x76\x58\x0d\x09\x06\x92\xee\xed\x5c\xe5\xfc\x26\xbd\x0b\xcd\xec\x9b\xa3\x0a\xe3\x5b\xc5\xd5\x69\xcb\x98\xcd\x2a\x1d\x42\x92\x57\xe5\x0e\x16\x29\x77\x53\x9f\x6d\x69\xfd\x53\xcf\x94\xf3\xf6\x66\x86\x4c\x0b\x7d\x27\x7f\x0c\xdb\xc6\x9c\x5d\x72\xb3\xd3\xa4\x61\xdf\xc9\xb9\xde\x25\x68\x1a\xc3\x92\xa7\xa2\x72\x42\xaf\xf1\x55\xcc\xfb\xa9\xb7\xb7\x81\x9a\xee\x71\x64\xdd\x37\x68\xda\x89\xad\x37\x38\xfb\x2d\xae\xe0\x14\x5f\xe0\x4d\x05\x46\xc4\xc4\xb3\x70\xce\xff\x06\x41\x26\xc4\xc5\xb5\x8c\x4e\xa7\xba\x68\x3c\xe1\x81\xd8\x10\xb4\x27\x9b\x6d\x0e\xd4\x6b\x1c\xca\x6d\x39\x16\x69\x53\x34\x3b\x31\x4f\x50\x87\xa2\x4e\xde\xcb\xdd\xae\xdf\x1b\x5d\x03\x59\x0e\xb9\x06\x40\xd0\x72\xc0\x4f\x7c\x99\xe5\x9e\x31\x73\x1a\x2f\xb1\x61\x83\x69\x9f\xc5\x7e\xa1\x42\x52\xa5\xde\x90\xb2\x5c\x7a\x03\xa3\xb1\x48\x98\x86\x8e\xb0\x87\x4f\xb8\x96\x60\x77\x1f\x63\xa6\xf2\x93\x16\x64\xbe\xcd\x19\xaa\x47\x57\xb4\xe7\xca\xf3\x25\xa5\x08\x16\x50\x01\x52\xc5\xaa\x6a\x83\xe0\x39\xfc\x8b\xc1\xfc\xd2\xc3\x5a\xb6\xd8\xea\x1e\xa7\xc3\x56\x00\x8d\xe1\x12\x74\x2e\x63\x3a\x43\x4b\xda\x49\xd0\x74\x1a\x43\xb6\x40\x2c\x07\xb3\xf9\xca\x79\x6c\x39\x31\x1b\x5f\xbd\xde\xd6\x8d\xed\x2e\x36\xba\xdb\xb4\xa7\x58\x0f\x64\xab\x2b\x75\xf6\xbf\x37\x68\x8a\x96\xf4\x33\xaf\xc9\x7a\x4b\x4b\x5e\x09\x15\x81\xda\xdc\x58\xeb\xf8\xce\x73\x0e\x63\x83\xf0\xeb\x97\x5b\x5c\xf0\x5a\x1e\x15\xdb\xac\xca\x4c\x92\x3f\x2a\x48\xf2\x56\x57\xb4\xb6\x4b\x73\xf3\xe3\xf3\xc6\xee\x49\x75\x9f\x4d\x0d\x5b\x4c\x0f\xc6\x28\xc3\x0e\xd9\x92\xa2\x06\xb1\xdb\xf2\xa8\x6d\x25\xa2\x07\x42\xdf\xe2\x41\xaa\x96\xa2\xfa\x8d\x2c\xde\x76\xca\x6e\x5d\x6b\xb9\x0d\xd1\x5b\x7e\xf9\xd0\x7f\x64\xc1\x36\x86\x2b\x79\xff\xa4\xd5\x29\xbe\x25\xb7\xd6\x5b\xf0\xcd\xf1\x44\x75\x48\x36\x9d\x8c\x0f\xd9\xc1\xb4\x22\x6a\x66\xf0\xc8\x1f\x3c\xb4\x6b\x45\x84\xc3\x9b\x96\x6c\x2e\x36\xbe\x78\x2a\x56\xd5\x2a\x8e\xc3\x46\x83\x54\xb1\x76\x77\x8c\x16\x2b\x2c\x03\x53\x8b\x96\xa8\x2f\x8d\xc7\xfd\x17\xbf\xbc\xfd\xdf\x77\xaf\xbf\xff\xe1\x7d\xc1\x06\xe9\x8c\xb6\x31\x3c\xca\xfe\xff\xbf\xff\x4f\xea\xe2\x55\xf3\xe1\xff\x7d\xf5\xfc\x5d\xfa\x65\xcd\xf3\xab\x93\x5a\x27\xab\x67\x36\x17\xa7\x60\x24\xc9\x05\xc0\xa4\x14\x4c\x2c\x8e\x18\xd5\x9d\xfb\xed\xd5\xbb\xd3\xd7\xbf\xfc\x5c\xea\x55\x65\x27\x1a\xe6\x25\x42\x63\x62\x3d\x25\x25\x6b\x7d\x7e\x26\x66\x20\x59\x74\x36\x9a\x0e\x0b\xd3\xbc\x46\x91\xcc\xf9\xfa\x5f\x57\x0f\xc7\x87\xdd\x6e\xc7\x68\xcf\xfc\xfe\xf5\xfb\x0f\xa7\x3f\x3c\xcf\x58\xa7\xdb\xfd\xd7\xd5\xc3\xec\xbc\x2a\xc9\x52\x5c\x38\x5b\x60\xab\x98\xa3\xf9\xb7\xc6\x8f\x6a\x02\x56\xd9\x41\x5a\x90\x08\xcd\x7b\x18\x21\xea\x7a\x3d\xbe\x9d\xbe\x89\x09\x55\x39\x3a\x1c\x85\x0e\xd0\xe5\x48\x4a\x17\x00\xd3\x78\x1c\x26\x42\x0f\xf5\xd6\x7e\xd1\xb3\xbc\x04\x23\xb2\x00\x78\x1e\x13\x22\x6e\x63\xcb\x10\x9d\x69\x5a\x2b\x81\xe3\xa0\x95\xbe\xb9\x39\x1b\x79\xc5\x14\x80\x69\x56\x14\xb4\x10\xb0\x95\x22\xa3\xda\x3b\x20\x9c\x0a\x8f\x8e\x9c\x4b\x1c\x53\x20\x9e\x0a\x8d\xed\xe8\x08\xf4\x9e\x27\x09\xba\xe4\x18\xa0\x29\xc6\x5f\xce\xa8\x93\x03\x2a\xc9\xb2\x37\xc7\x64\x11\xd2\xf1\x4c\xe0\xe8\x41\x70\xd9\xf9\x09\x2d\x89\x84\xd5\x73\xc4\xee\xee\x79\x6b\x9f\xf1\x7c\x89\xec\xea\x50\xdb\xe3\x88\x66\x2e\x4f\xba\x8c\x08\xa8\x2e\xc7\x71\x16\x79\xb9\x5a\xf4\x2f\x36\x59\x17\x31\xb8\x5c\x20\x4c\x5d\x4f\x61\xf3\x66\x53\xe8\xe3\xa0\x9c\xa8\x9f\xdb\x0a\xbc\x83\x74\x64\x3c\xc2\x16\x44\xcf\x5c\xa8\xcd\x78\x18\x45\x0d\xd3\xed\xe3\x1e\xc7\xe0\x91\xe0\x28\x01\xcc\xff\xa4\xbd\x18\x42\x80\x05\x20\xc6\x03\x67\x71\xe5\x78\xc3\xdc\x17\xac\x78\xaa\xe1\x23\x6c\xf9\x96\xd2\x3e\x37\xc2\x95\xcd\x40\x18\x75\xe5\x46\x97\x47\x29\xcb\x8a\xab\x5e\x89\xd2\xb7\x8c\xcb\x5f\x03\x14\xe7\xf8\x73\x14\x81\xa4\x62\xd5\xf3\x91\x48\xdc\x4b\x01\x6f\x32\xcc\x60\x6e\xdb\xd3\x44\x22\xa4\x54\xe0\xfc\xb2\x22\x55\x55\xf6\x11\xe4\x77\x06\xc2\x84\xce\x38\xf7\x77\x99\xbe\x73\x27\x10\x57\xfe\x20\xbf\xff\xcf\x9b\x87\xf3\x77\x76\x40\x95\x55\x91\xc4\x49\xe6\xf7\xbc\x08\x09\xe1\xee\xd3\xc5\x00\x62\xad\xcc\x65\x88\x61\x53\x99\x31\x8e\xf9\xc2\x6c\x19\xcc\x60\x32\x77\x73\x0d\x40\x60\x87\x38\x3f\xa3\xce\x0f\xd9\x3c\x90\xe2\xd5\xe8\x9f\x00\x23\x4d\x3b\xe8\x5b\xa8\xe5\x75\xdd\x88\xcc\x38\x9e\x45\x4e\x30\xa9\xb7\xd2\x9c\xa0\x17\x65\xdf\x59\x92\xd4\xac\xa0\x00\x58\x4c\xe6\xcd\x13\x5f\x4d\xc4\x3f\x78\xa9\x51\xfa\x5b\x22\xe9\x65\xd3\x54\x3c\xa9\x6f\xfd\x61\x39\xbb\xe9\x87\xd5\x6c\xfb\xfa\xdb\xdb\xf8\xb0\x62\x99\xf4\xcb\x29\x0f\xf9\xb9\xf7\x85\x6f\x37\xcf\xf1\x56\x9a\x99\x71\xd5\xef\x0e\xd9\xd3\x69\xbf\x19\xa5\xfd\x49\x62\x62\x00\x1b\xff\x0c\x52\xe8\xe5\xc7\xe4\xdd\xd3\xe3\x7f\xfe\x66\xc6\x7d\x92\x86\x8d\x32\x22\x62\x1d\xa0\x83\x1e\xc5\x4a\x10\x96\x31\xac\xd5\x60\x90\x08\xd3\x17\x5c\x24\x7c\xbb\x7a\x3d\x67\x84\xe0\x30\xdf\x99\x74\x7a\x24\x61\x14\x2d\xa3\x5d\x0d\xcc\x8c\x96\x54\x40\xe1\xea\xf9\x6a\x94\x1d\xe6\x54\x70\xba\xe0\x4c\x0d\x4f\x93\xdf\x89\xc5\x4d\x76\xcf\x1d\x5e\x52\xa9\xcb\xa8\x87\x39\xd2\x0e\xd2\x8e\x36\x45\x2d\x58\x18\x62\x2c\x7a\xab\xb4\x25\x8b\x71\xe7\xc5\x6c\x4d\x58\x9d\x0c\x3d\x91\xf4\x16\x2a\x8d\x1a\x8d\xd3\x2e\x47\x0d\xfb\x26\x2d\x7e\xf3\x67\x14\x01\x35\x67\xd5\x18\x2e\x51\x15\x5d\x51\xb4\xa3\x90\xb8\xca\x0e\xe6\xc6\xbc\x49\x1f\x0b\x44\xb3\xeb\xaa\x6e\xb2\x32\x7d\xb6\x6e\x0e\x1b\x87\xc4\x97\xec\xeb\x97\x6d\x87\x93\xf9\x7f\x8b\x81\xa5\xcd\xb0\xb3\x7a\xa3\x85\x63\xe7\xa3\x78\xbf\x5a\xb4\x9a\x91\xa2\x9d\xcf\xc9\xcd\x92\x68\xad\x18\x30\x58\x5a\x0e\x4a\x7d\x7b\x24\x45\x3f\x11\x97\x44\xca\xce\x41\xc3\x18\x12\x8d\x44\xaa\x55\x51\x17\xe3\x90\x43\x02\xcc\x28\x5d\x38\xbe\x33\xc5\x8b\xb1\x31\x5f\x91\xd5\x5d\x85\x1c\x24\x98\x57\x18\x8c\x54\xef\x7c\x87\xbd\xce\x9b\x09\x11\x4a\x68\xcc\xba\xf0\x8a\x17\x12\x87\x4b\xd2\x89\x49\x87\x00\x9e\xc5\x81\x55\xe1\xb8\x1a\x61\x92\x74\x30\x98\xc6\x84\x02\x0c\xa2\xce\x0f\xef\xdf\xbf\xed\x84\x30\xea\x4c\xdf\xbd\x7d\xd1\xe1\xd5\x3a\x8b\x90\xce\x04\x2e\x87\xfc\x64\x87\xce\x30\x5a\x4e\x67\x9d\x57\xf0\x02\xad\x3a\x13\x84\x39\x08\x87\x34\x95\x85\x53\xb6\x23\x6b\xca\xdb\x2b\x45\xc6\x0d\x6c\xb9\x55\x4c\xb5\x53\x46\xfb\x19\xd1\xaa\xe8\x16\xfb\xc5\x22\x1b\xb9\x95\xa5\x52\xe2\x52\x88\x68\x37\x27\xb8\x15\x1f\x3a\x94\x26\x3b\x10\xda\xbf\x88\x4d\x79\x8b\xc5\x97\x19\x5d\x71\x1e\x9c\xf0\x0b\xb6\x8e\x22\x50\x21\x4b\xd5\x87\xf3\xb4\xab\xb6\xe2\x3f\x66\xad\x2d\x56\x5d\x75\x31\x24\x77\x4c\x09\x88\x9f\x6d\x9d\xe5\xf6\x1d\xa4\xfe\x6c\xb8\x08\xb0\xe2\x54\xf3\x8c\x6e\x90\x3e\xad\xe6\xb3\x83\x9d\x67\xff\x32\x6b\xbd\x5b\x6b\xe1\xa9\x41\xcf\xac\x3e\x9a\x92\x78\x68\xa8\xb2\xc0\x57\x6a\x5f\x96\x80\x8c\xc3\xbb\x66\xcf\x15\xf0\x2e\x14\xb8\xbb\xe9\xb1\x6d\x28\x2d\x91\xea\x77\x10\x04\xf8\x59\x7f\x38\xe0\x40\xb7\xd9\x41\x47\x15\x4b\x1f\xc8\x72\x5d\x59\x50\x1d\xc6\x86\xf2\x33\xd8\xfc\x99\x6e\x45\xbb\x9d\xc1\x81\xd4\xf5\xd5\x83\xfe\x7a\x9d\xfd\xb5\xc5\xc9\x44\xb0\xec\x9d\xcc\x5e\x19\xbe\x5a\x4d\x7e\xf9\xf1\xd1\x1f\x1b\xe5\xe3\xd1\xe5\x5c\x0d\xa2\x9f\xd3\x90\xfa\x56\x13\x0a\x55\xe9\xfe\xea\x75\xfe\xe6\x9c\x87\xc5\x75\x6e\xf1\xb9\x1a\xa5\xbd\x39\xdd\xe4\xb6\x17\x20\x15\xcc\xb3\xc3\x0c\x7f\x39\x84\x77\xc3\xc1\x6e\xd4\x32\xd9\x59\xd9\xd0\x71\x27\xce\xe2\xc9\xf7\x7f\xfb\x95\xfc\x10\x42\x3b\x8b\x60\x7e\x53\x1d\x0c\x52\x4b\x5b\x76\x93\x37\x0e\x17\x31\xe5\xb9\x8a\x32\x94\xa6\x22\x5c\x51\xc1\xd9\x5c\xa5\x6d\x51\xac\x95\xf7\x3e\xd7\xad\x84\x68\x29\x18\x2e\xb5\x23\x3a\x1d\x69\xc3\xcb\x9a\x7e\x6a\xba\xc0\xd3\xad\x80\xea\x16\xaf\xb9\xa7\x95\xea\x4e\x59\x57\xd8\x15\x2d\x5a\x0c\x3d\x37\x72\xd1\x4c\x9a\x25\xe2\x44\x21\x36\x17\x28\x32\x41\x78\x1e\xd2\x2e\x5c\x32\x9e\x28\x35\x5e\x1e\xf0\x8e\xd6\xa8\xce\xf0\x3b\x34\x86\xf9\xbc\xe3\xa5\x7b\x40\xa9\x25\x19\xb3\x4e\x8a\x2c\x34\x07\xb9\xd4\x71\x59\x0e\xbc\x67\x2a\xbd\xdd\x10\xac\xbd\xcd\x37\x34\x10\x75\xb1\xbc\x26\xac\xcb\x56\x93\x4b\x28\xf3\x59\x76\xb7\x77\xd3\x3f\xbe\x7f\xf3\xe4\xe1\x55\x8d\x25\xae\x21\x53\x0c\x7b\x40\xba\xe3\x10\x47\x8e\x8d\x63\xaf\x85\x31\x28\x1e\xf3\x0c\xbe\xa6\x4d\xe5\xa4\x79\x13\x6b\xf2\xc9\x8b\x61\xcc\xb9\xd1\xd6\x31\x2f\x0f\x62\x22\xaf\x11\xaa\xb1\x5e\xeb\x73\xac\x9b\xae\x2a\x8a\x77\x11\x86\xc3\xee\xfb\x59\x4c\x3a\x10\x45\xa0\x33\x0b\xd9\x1f\xfa\xc1\x76\x56\xb8\xde\xd0\xc1\x97\x0c\xbd\xdd\xd0\xde\xd4\x82\x1e\xe2\x85\xe8\xd6\x4a\x7f\xb3\x23\x3a\x41\x04\xbb\x29\xad\x06\x45\x5a\x15\xc4\xfe\xf3\x24\xe9\x38\xd5\x5d\xf2\x1d\xb5\x17\x2c\x92\x25\xce\x0b\x6a\x63\x71\x3e\x5e\x7e\xee\x72\xa4\x63\x72\x57\xca\x4e\xff\x8c\xf7\x95\xb7\x99\xde\xb6\x94\xb0\x60\xaa\x1a\x36\x1f\xa8\x5b\xa6\xa1\x96\x96\xe8\x6d\x97\x88\x8d\xe9\xb8\xec\xf3\xa3\xf9\xf4\x9c\xc8\x3f\x4d\x71\x2b\x6a\x76\x29\x46\x70\x5a\x3a\x2b\x67\x3a\x40\x9d\x85\xc1\x14\xdf\x22\x6b\x87\x51\x84\x45\x3e\xf6\x2a\x8a\x16\xd5\xdc\x6d\xa9\x55\x1f\x1a\x51\x67\xe0\xb8\x95\xf5\xe3\x34\x63\x5f\xe7\x30\xa4\x96\x50\x7d\xa9\xd9\xd1\xd8\x31\xa6\xb7\x6a\x72\x06\xab\x60\x8c\x9c\xd2\x53\xbc\x14\xa9\xb6\x7b\x96\x79\xa7\x4a\x06\xe4\x55\xaf\xd2\x17\x8a\x2b\xd3\xb6\x4a\x2d\x7e\x53\x1d\x77\xda\xdd\xa7\xd8\x58\x06\x6b\x2d\x28\x39\x6e\xd3\x60\xca\x4d\x52\xa7\xe5\xd6\xb5\xa3\x89\xd7\x64\x79\x26\x28\x77\x30\xe1\x59\x9c\x79\xb5\xb4\x47\x74\x06\xb0\x92\xcf\xbb\x97\xfd\x79\xb6\x6a\xcb\x21\x4d\x9b\x43\xbf\x3c\x80\x8c\x79\x77\xb8\x81\xed\x96\x37\x4b\x46\xc5\x96\x15\x36\xc4\xfe\xdc\xa1\x09\xb1\xa4\xcd\x6f\x6b\x65\xa8\xb4\x2d\x68\x5f\x72\x46\xb5\x99\xeb\xd2\xfc\x74\x54\xcf\x4f\x87\xe3\xe8\x1d\xba\x7c\x05\x23\xc7\xf3\x53\xc9\x5e\x4c\x6a\x2c\x92\x7f\xba\x72\xef\xe9\x7d\xc3\xf6\x83\x9e\x14\x73\x7e\x5d\x16\x35\xcd\x80\x79\x60\xb0\x34\xd2\x9b\x9b\xd4\xc2\xc8\x7e\xae\x3d\x7f\xdb\x1e\x94\xcd\x9e\xc6\xde\xac\x3d\x3f\x1b\x7a\xe9\x34\xf8\xab\x22\xc4\x0b\xb9\xd9\x96\xce\x85\x0f\xd5\x71\xb0\x98\x73\x4b\x7a\xc2\x39\xde\xd1\x11\x78\xf0\xa0\x94\x92\x4b\xb6\x9b\x66\xf3\xfa\xba\x2f\xca\x5d\xcb\xde\x0c\x79\x9a\xd9\xce\x71\x87\x2d\xf7\x4e\x9a\x66\x19\x3c\x28\x65\x05\x4b\x27\x2b\x6d\xeb\xe6\xa6\xcf\xb3\x7c\xb5\xb4\x32\xa5\x78\x44\x77\x29\x3d\xf2\xeb\xbf\xcd\x8f\xaf\xfa\x8f\x9e\xb7\x4e\x8f\xfc\xd8\x2f\xe5\xac\x4d\xa1\x3c\xd3\xcc\xb4\x99\x67\x90\xef\x7c\x93\xcb\xfc\x2b\xcd\x4a\x5a\x51\x99\x31\x34\xcd\xf2\x2b\xf3\x24\x77\xce\x57\x9d\x53\xbe\xec\x3a\x08\x77\x5e\x02\x42\x63\x28\x5d\xc4\xcb\x39\xbd\x1e\xfb\x0e\x0e\xa3\x18\x75\xa7\x18\x2d\x17\x69\x87\x3e\x82\xd5\x39\x0a\x71\x24\x3c\x81\xcb\x6e\x4b\xbe\xf3\x8d\x70\x28\x29\x04\xe8\xf3\x1b\x4b\x47\x02\xfd\x7f\xa7\x06\x29\x7a\x29\x61\x76\x65\xaf\x05\x05\x88\xb3\x49\xa8\xfe\x6e\x84\xa2\x99\xbb\x76\x98\xb7\x98\x47\xe6\xe6\x73\x16\xf3\x0f\x75\xcf\x43\x36\x9f\xda\x2d\x71\xb1\x2b\xce\xf0\xb0\x6f\x4e\x16\xdf\xd2\x8c\x13\x5f\xac\xba\x63\x14\x81\x79\x8c\x31\xbf\x08\xd5\x0c\x37\xf9\x77\x35\xb5\xf6\xd1\x61\xf5\xf7\x4b\xda\xad\xb6\x59\x65\x55\x96\x34\x4e\xc8\x71\x84\xe6\xc7\xe0\x82\x27\xfe\x55\xfb\xd5\xa7\xf5\x61\xc6\x60\x81\x2a\xfc\x96\xd9\x2b\x12\x53\x84\x57\xc7\x28\x8e\xc6\xdd\x85\x40\x7f\xc1\x16\xe9\xfb\x35\xdb\xa2\x91\x99\x7c\x04\x01\x9b\xe1\xfc\xc3\x0d\xd3\xbd\x7e\x48\x62\x42\x01\x04\x58\xcb\xf4\x9f\x3e\x72\xbd\xb5\x7f\x19\x27\x09\x93\x46\x18\xad\x36\x68\x9e\x91\xa1\xc7\x23\x01\xdc\xd2\x07\x95\x7f\xbc\xb7\xae\x8d\xea\xc8\xec\xa6\x32\x37\xa9\x0c\x7d\xd0\x7e\xe4\xbf\x20\x9e\x05\x5c\x31\x99\x60\x34\x7f\x8b\xd1\x3c\x26\xc0\x73\xb3\x1e\x4d\x62\x18\xbd\x40\x11\xf8\x76\xf5\xeb\xbb\x37\xe2\x39\xc1\x63\xaf\xdc\xc5\x30\x8a\x5c\xad\x51\xff\x7a\x0e\x08\x09\xf5\x09\xa1\x29\xa3\x83\x9e\x9a\x2e\x97\x7a\x6b\xbf\x30\x47\xf9\x72\xfc\x25\x2b\xc6\x53\x91\xb7\x91\x0d\xac\x6f\xf7\x99\xc8\x5b\x64\x22\xff\xfb\xff\x9e\xc2\xbf\x3d\x5c\xac\xee\x33\x91\xff\x9b\x64\x22\xb7\x09\x36\x96\xe1\x4a\xda\xcd\xd4\x3e\xe6\x2f\x37\xae\xf5\xbd\xc8\x5f\xfe\x45\xcb\xf4\xe5\x85\x91\xee\x20\x7d\xf9\xa0\xdf\xbf\x4f\x5b\xfe\x69\xd3\x96\x43\xbb\xb4\xe5\xd8\x3a\x6d\x39\x09\x20\x4f\x5b\x8e\x73\x69\xcb\x1f\x0c\x7c\x54\x4a\x5c\x4e\xea\x13\x97\xa3\xf6\x89\xcb\xd7\x59\xf0\xe4\xb8\x14\x34\xa9\x74\x5b\xa5\x32\xf1\x12\xdf\xc5\x98\xd0\xe7\x70\x3c\x43\x98\x6d\x62\xbd\x02\x53\x77\xbe\xee\x2c\x93\xce\xd7\x9d\x24\x76\x4a\x11\x7d\x8d\xc9\xb3\x75\x60\xab\x7a\xdd\x58\xab\x14\xa1\x79\xf7\x7c\x39\x99\xf0\x88\x76\xdd\x8d\xa9\x71\xbf\x2e\x2b\xdb\x72\x53\x15\x9b\x8f\x69\x33\x57\xcf\x3a\x48\x23\x90\x4e\xb3\x78\xe2\x16\xef\xba\xbd\xeb\x09\xc2\xae\xe0\xb9\xbe\x0f\xf9\x62\x92\xef\xe4\xa2\xf1\xbe\xa2\xff\xad\xfe\xfe\x8a\x3e\x78\xe0\xc1\x33\x3a\x0a\xc0\x19\x1d\x29\x83\x09\x5c\xaf\x5d\xe0\xdd\xdc\x14\x3e\x75\xca\xf7\xf8\x5e\x4c\x45\xe0\x6c\x27\x86\x1d\xa1\x6e\xf0\xc2\xce\x19\xe2\x3f\x3a\xcf\xd5\x72\x1f\x39\x41\x10\x48\x85\x64\x81\x11\x45\x74\xb5\x00\x3d\x8a\x4e\x29\x8e\xe1\xb4\x37\x0e\x93\x84\x75\x38\x77\x69\xcf\xb4\x4b\x17\x78\x85\xef\x33\xd1\x82\xd1\x65\x87\x0d\xe6\xfd\x6a\x01\x5e\x71\x5d\xcf\x79\x0d\x2f\xc2\x24\x8e\x3a\x21\x65\xa4\xe4\x9e\xc2\x64\x81\x41\x18\x75\x20\x82\x5d\xde\xcf\xf3\x04\x74\x62\x48\x44\x20\x88\xb7\x76\xbd\xf5\x6e\x34\xa4\xb0\x41\x43\xfa\xf1\x8b\xd7\xdf\x82\xf8\xd1\x2e\xfc\xcb\x0a\xc9\x74\x07\x22\x73\xae\x76\xad\x36\xca\xa7\xd8\x65\x6c\x9d\xbb\x46\x95\x46\x48\xdd\x27\x47\x3d\xd2\x5c\x55\xb2\x42\xb9\xf7\x3b\xc9\xc7\xcb\x2d\x2b\x8e\x01\xcf\xa5\xe4\x40\xa7\xa1\x4a\x48\xc8\xb9\x91\x96\x5e\x56\x8c\x2d\x73\x21\x37\xb8\xdb\x55\xa6\xcd\x65\x55\x3f\x28\xc8\xb9\x92\x25\xbf\xc1\x97\xcf\xa2\x80\x9d\xc3\x5f\xa7\x0e\x79\xb0\xb2\xa7\xf5\xe9\x7a\x6f\xd9\x89\xb0\xee\x8a\xa0\x31\xa1\xb1\x45\xdf\xaa\xee\x5a\xb7\xee\x59\x01\xb0\xa4\x75\xe7\x7c\xe7\x1b\xfe\x6d\x6e\x9b\x4b\xb1\xd8\xc4\x0a\x10\xa2\x5f\xbe\xae\x09\x49\xcb\x61\x1c\x56\xeb\xf8\x9b\x8e\xd5\xe4\xe0\xf9\xe5\xee\x1c\x32\xcb\x5b\x64\xaa\x2a\xc7\xb5\xaa\x72\x58\x56\x95\x53\x8d\x2e\xd3\x5e\x9b\x95\x66\x29\x87\x86\x87\x7d\xa5\x15\xf3\xe3\x8c\xe8\x91\xf8\x1b\x5d\x00\x3c\x49\xd0\x25\xd7\x89\x42\x42\x86\x8e\xf6\x84\xdb\x7b\x8a\xa8\x09\x6b\x5f\x60\x55\xe6\x9f\x7d\xc8\x3f\x12\x5b\x9e\xe8\x1b\xc9\x74\x48\x25\x25\x0f\xfb\x1e\x9f\xcc\x20\x10\x1a\x9a\xe8\x9d\x34\xa1\x48\x55\xac\x84\xba\x90\xaa\x68\x52\x39\x53\x12\x4e\xe8\x7c\xe2\xbf\x7f\xf1\x73\x4d\xf8\x30\xa8\x54\xfb\x0e\x8a\xbd\x53\x20\x9d\x54\x29\xbf\xa4\xa8\xa3\xfa\x50\xf6\xd4\x5b\x8b\x5e\xc5\xd1\xf3\xc5\x02\x84\x58\x69\x6e\x82\x32\x6c\x07\xf6\xd3\x77\x25\xd3\xd1\x57\xae\xed\xd1\x41\x90\xcb\x3b\x3a\x72\x41\x11\x66\x22\x43\x75\xf0\x7a\x61\x14\xc9\x66\x80\x8f\x5c\xb7\xef\x93\xec\x80\x23\xae\x34\xa5\xe8\x1f\x79\x4c\x75\xff\x50\x98\x52\xa5\x64\x97\x08\x92\x4d\xd7\xc0\x3b\xd0\xf4\x69\x41\x28\xa6\x7d\x43\x51\x55\x42\x5e\x14\x79\xe9\x40\xc7\x9e\x50\xf1\x54\x2e\xf6\x8e\x8e\x0c\xa0\x14\xd8\x5b\xbb\xb4\x6e\x94\xa2\x9c\xa2\x57\xf3\x40\xd5\x8c\x08\x53\x9c\x9c\x92\x2d\xcf\x5e\x4c\xb0\x1d\x1d\xd5\xd1\x29\xc7\x7f\x92\xa1\xe5\x7b\xf9\x8b\xaf\x14\xf7\x5a\x20\x81\x0c\xaf\xd7\xeb\x06\x73\x63\x3b\x66\xa9\xff\x88\xb4\x9b\x56\x19\x35\x0f\x9a\xbf\x55\xcf\x89\xb9\x39\xb2\x62\x46\xc3\x89\x8f\x9d\xea\x74\xf6\xd7\xe5\x80\x58\x7e\x9c\xf5\x96\x49\x72\x18\x04\x34\x77\xd2\x13\x9c\xe9\x57\xf1\x23\x6b\xf9\xeb\xc2\x41\xcd\xd3\x80\x70\xdc\x0a\x86\xbd\xb9\x29\xe2\xb4\x60\xcf\x6b\xcb\xdd\xb9\xf3\x5b\x19\x62\x26\x77\x89\x9b\x87\x89\x71\xbc\x67\xda\xa4\x02\x6f\x28\xed\x00\x29\x63\x9b\x91\x6d\x72\x08\x34\xff\xa5\xeb\x45\x9e\x6a\x39\x38\x14\xfa\x38\x30\x48\x59\xae\x38\x9f\x31\x8e\x0f\x94\x56\x5c\x90\xae\x07\x9a\x81\x59\xb1\x1a\x58\x97\x8e\x92\xb1\xdd\x51\x32\x09\x57\xa6\xab\xd9\xc6\x93\x64\x77\x92\x2c\xc9\xac\x74\xd5\x92\x9e\xfe\xe0\xfd\xe9\xef\x8e\x9d\xfe\x70\xfd\xe9\x6f\xf9\xfd\x3f\x1f\xfe\xed\xc7\xf1\x4f\xd6\xd1\x17\x25\xc7\xa1\xf2\xb1\xaf\x2f\x8e\x7d\xc5\xd3\x41\xd5\xc1\x6f\xd7\x07\xb6\x1d\x85\xf0\x95\x16\x4a\xaa\x4f\x92\x5a\x7d\x12\x97\xf5\xc9\x46\xdd\xb1\x52\x56\x79\xd7\xd0\x2d\x4a\x0b\xe2\xfe\xa5\x20\x29\x3c\x4f\x79\xb4\x18\x7c\x57\xf4\x59\x38\x0c\x02\xc0\xc4\xde\x73\x65\xd2\x75\xd9\x4c\x79\x6b\xaf\x37\x41\xf8\x55\x38\x9e\xe5\x1a\x10\x67\xd7\xa0\x5c\x27\x77\x54\xf7\x8e\x8e\x2a\x44\x53\x49\x38\x91\x26\xe1\xc4\x2f\x4b\x85\xd7\xc1\xf1\x78\x16\x62\xda\xbb\xe2\x0c\x78\x9b\xee\x23\xd9\x03\xbe\x20\xb4\x2e\x38\xdc\x0c\x1d\x87\xc9\xd0\x51\x49\x5a\x7d\xde\x1d\x32\xbc\x66\x0f\x40\x34\xbc\x5e\xfb\xf2\xd5\xf0\x1a\xc1\xe1\xf5\xe9\xaf\x2f\x5e\xbc\x3a\x3d\x1d\x9e\x29\x3a\x38\xa2\xa0\xb3\x1e\xad\xd9\xff\x5a\x8c\xdf\x56\x38\x57\xd2\xec\xf3\x44\x2b\x82\x97\x3f\xc5\x5f\x5c\xf6\xcd\xd6\xa4\x53\x31\x99\xce\xf7\x4b\x1e\xae\xe1\x3c\x57\xb7\x90\x0a\x7d\xce\x91\x12\xc7\xf1\x55\xec\x47\xfe\x9f\xa3\x90\x29\x93\x95\x71\x20\xa0\xcb\x29\x90\x4b\xb7\x9b\xa2\xf5\xf0\x37\x75\xb7\x56\xce\xa6\x98\xee\x59\xef\x53\x64\xe2\x12\xe2\xcf\x13\x75\x99\xa4\x50\x8b\x9d\x6f\xe6\xac\x8e\x88\x8f\x57\x6c\x62\x73\xa7\xc6\xad\x18\xca\x45\x52\x83\x76\xc9\xb1\x2e\x7b\xf5\xd0\xff\xb2\x3e\xd8\x5d\x8b\xee\x52\x9e\x41\x99\xa7\xe6\xc3\x56\x89\x47\xda\xba\x7d\xe7\xa1\x6d\x9a\xb1\xa5\x6d\x3c\x80\x0b\x65\x0d\x48\xf2\x69\xd6\x44\x61\x3a\xcc\x92\x28\x1a\x82\xe0\x34\x77\xde\x87\xfe\x53\xff\xcc\xf9\x31\x86\x91\x80\x21\xc8\xfb\x74\xe4\x03\xe0\x2c\x90\x90\x0b\x2e\x52\xbe\xfc\xc0\x56\xf0\xf5\x39\xb8\x7a\xdd\x2d\x37\x85\x52\x60\x43\x78\x19\x93\x45\x12\xae\xf4\x24\xc8\x4f\xcb\x39\x90\x15\x6f\x55\x03\x23\xa8\x4a\x22\x83\x0b\x5f\x02\xa9\x99\xb8\x89\x69\x5c\x27\xf5\x47\x2f\x35\xa3\x39\x1a\x7b\x0d\x7e\xb9\x15\xf3\x5e\x05\xfc\xdc\xe4\xf3\xfb\xd4\x32\x5d\xa1\x6d\xb0\x92\xca\x3d\x93\xcd\x00\x07\xab\x4b\x79\x46\xde\xb7\x0b\x4d\xb4\xcb\xf9\xac\x5f\x87\xfa\xd4\x6e\x19\xe6\xed\xb5\x55\x7c\x53\xe5\x0a\xde\xf7\x9d\xd3\xd3\x5f\x3a\x6f\x33\x06\xaf\x25\x2b\x07\xec\xbf\x4c\xb3\xf2\x67\x49\x81\xd2\xc5\xe6\x7c\x83\x60\xe6\xe8\x90\x25\xef\x57\x4e\x94\xaf\x60\x56\x70\x91\x26\xa7\x2c\x2c\x51\xfb\x54\xe8\x1a\x95\x0b\x71\xb4\x69\xca\x0d\xc1\x69\x42\x0a\x64\xf4\xb6\x83\xfa\x37\xc6\x87\xd5\x09\x8f\x2f\xac\x84\x47\xdd\xea\x36\xad\xe7\x2f\xcc\xeb\xf9\x8b\x4d\xd6\xf3\x17\xbb\x59\xcf\xa5\x66\x6e\x73\x3d\x97\x32\x9e\x55\x20\x9e\x57\xb7\xb2\xf9\x3e\xb1\xa1\x90\x7f\xb2\x85\x90\x17\xb9\x79\x6a\xc7\x66\x4c\x0e\xd3\x14\xae\xb7\x51\x48\x9a\x85\x32\x23\xf1\x36\xed\xb4\x19\x43\x94\xe5\x02\xa3\x29\x06\x84\x74\x98\x1e\x4c\x01\x9e\xc7\x50\x28\xb5\x86\xfb\xb0\x76\x60\x2f\xfe\x89\xcf\x94\xb4\xc7\xdb\x79\xe7\x94\x54\xf5\xad\x63\x32\x3e\xa9\xe7\x27\xd7\x86\x83\xcc\x3b\xb7\xce\x5e\x9b\xc2\x56\xf3\x9a\x5c\x5c\x4a\xcb\xa7\x52\x7c\x5d\x47\x1e\x7c\xb8\x67\x49\xab\x78\x81\xc5\x0c\x87\x04\x74\x41\x14\x53\xd4\x18\x2c\x90\xda\x99\xe8\xbd\x9d\xe9\x8e\xd9\x99\x1a\xce\x85\xb3\x2f\x8e\x7f\xff\x11\xfd\x71\x5c\x1b\xe7\x2f\xdd\xec\x8c\xf1\x18\x6d\x0f\x18\xf2\x9c\x66\x8f\xd5\xd5\x70\xb4\x28\x6c\x16\xfa\xf9\xab\x24\xc3\x1f\x9a\xad\x58\xc2\x3c\xed\xa8\xec\x83\x23\x3d\xce\xf4\x9d\x78\x27\x45\xdb\x40\x93\xaf\x79\x58\x3d\x5b\xc9\xcf\x33\x80\x14\xc2\xd8\x8c\x6e\x04\xe5\xab\x7d\x25\x81\xd9\xb0\xba\x69\xa0\x8a\xd9\xc7\xc0\xa8\x3b\xa6\x55\x8c\xb9\x39\xa4\xb1\x50\x27\xa0\x85\x05\x30\x8c\x22\xfd\xa0\xc5\x2b\xc9\xbe\xb5\xab\x24\x3f\x5f\x59\x47\xbc\x2f\xd6\xfa\x08\x56\x11\xba\x84\xf5\x79\x13\x79\x89\x7c\x4d\x3d\x1a\xa8\x88\xad\xa2\x45\x61\xab\x00\x9d\x72\x64\xac\xd4\x24\x72\x51\x45\xa3\xfc\x37\x64\xe5\x54\x97\x75\xd4\x0b\x69\xb2\x10\xa0\xd3\x27\x3c\xf5\x1c\xe2\x00\xfd\x8e\xfe\x77\x9e\x89\xb3\xf9\x7e\xa8\x2c\x21\x65\xe2\x54\x38\xa5\x6c\x75\x7f\x6f\xd8\x07\xb6\xde\x51\x1b\xaf\xec\x75\x27\xd4\x5c\x07\x9c\x91\xcf\x48\x59\xbd\x17\x0b\x3a\x55\xe4\x2d\x50\x89\x0a\xb2\xb8\xaf\x03\x78\x74\x54\xd8\x99\xa0\x77\x73\xe3\xc2\xe0\x0c\x8e\x3c\x1f\x1a\xed\xaf\x40\x36\xe0\x52\x81\x19\xe3\xad\xb5\x8b\x56\x61\x6e\x05\x1e\x53\x0b\xf8\xb4\x14\x75\x05\xc9\x90\xf9\xc7\x7a\x46\x88\xfc\x5b\xe0\x5d\x4b\x50\x36\xd0\xfb\x08\x56\x2f\x50\x04\x04\x38\x5b\xe7\xe9\xd0\x71\x82\x20\x4d\xa7\xc0\xbb\x22\xf7\x7f\xfe\xb7\xdc\x39\xbf\xee\xcb\x87\xf2\x1b\xea\x7e\xf2\x3c\x86\x22\x8a\x42\x86\x60\xe8\x75\xba\x03\xef\xe0\x1c\x83\xf0\x23\xc7\x7b\xeb\x9c\x7c\x31\x2c\x5e\xf7\x2a\xe6\x1e\xa9\xf0\x0e\x41\x11\x65\x5e\x65\xcf\xd6\xd2\x41\x20\x1d\x72\xf1\xad\x5f\xa0\x4f\x7a\x01\x48\x72\x9e\xba\x8e\x9f\x1f\x63\x4a\x6b\x5e\xbd\xd4\xa8\x18\x5e\xae\x55\x6d\x7c\xe2\xed\x73\xea\x02\x7f\x50\xd7\x75\xf1\x8a\x7f\x21\x4b\x9e\x11\x46\x91\x39\x06\x86\x2b\x5f\x3d\x8a\xe3\xb9\xcb\x1d\x72\x1d\x6e\xd1\xaf\x1a\x8e\xe3\xe4\x3c\x09\x78\xc7\x6e\x6e\xce\x46\x3e\xe6\x4a\xd0\x29\xa0\x2e\xe4\x0e\x0d\x2e\xf0\x0e\x70\x8f\xc4\x7f\x82\xaf\xa1\x9c\x99\xa3\xa3\x92\x43\x89\x9c\x0a\xea\x62\xaf\x6e\x44\xde\xba\x68\xf6\x6f\xd6\x01\x51\x12\x8f\x57\xdd\x09\xc2\x73\x6b\xb3\x37\x2b\xdc\x4d\x7f\x1f\x2b\xd5\xe1\x33\x98\xbc\x9f\xff\xf3\xef\x8b\x17\xff\xb8\x7a\x69\x56\x6d\x78\xe2\x63\xfe\x1f\x55\xab\x36\xe0\x64\xf0\xc8\x7f\x54\x74\x3a\x9c\xc4\x20\x89\x08\x28\x61\x89\x66\x9a\x8f\xee\x16\xc6\xd5\x9d\xb3\x33\x27\xcb\x65\xa8\xbe\x5b\x3e\x8e\xd9\x03\x3d\xdb\x39\x0c\xbe\xe5\x13\xa9\x59\x2b\xe4\x6e\xc7\xb6\xb0\x30\x49\xd0\xa5\x44\x74\x7e\x1d\x01\x48\x63\xba\x92\x98\x08\xb8\x23\x05\x73\x27\x96\x2f\x9e\x39\x19\x44\xb6\x41\x03\x2a\xfb\x8e\x3d\xb2\xf9\x96\x15\x72\xc9\xa2\x72\x74\xcf\x3b\xb2\xc9\x8e\x6a\xb3\x13\x93\x8e\x9c\xca\x8e\x60\x62\x61\x7f\x0d\x3b\x63\x04\x27\xf1\x74\x29\xf4\x6d\x35\x3a\x36\x25\xbd\x0e\x07\x53\x22\xe1\x05\x20\x9d\x15\x5a\x76\x08\x9a\x83\x0e\x8d\xe7\x80\xa3\x03\x83\xc9\x04\x61\xca\x5e\xfc\xeb\x2f\x18\x74\x96\x1c\x65\x41\xe2\xff\x4e\x10\x66\x7f\x42\x76\xa6\x98\x80\x90\x2e\x31\x20\xbd\x4a\x8a\xe4\x47\x55\xe1\xb8\xca\x2f\x4f\x45\x18\x71\x35\x0e\x9c\x32\x4a\x3a\xbe\x03\x44\x48\x6a\x86\x8a\xdb\x99\x85\xa4\x0b\x64\xc8\x69\xd9\x94\x65\xd2\xcc\xd3\xd4\x33\xd6\xe6\x7f\xb3\xaa\x3a\xd0\xa3\x71\xf9\x40\x52\xac\xda\x3c\x06\x93\xfa\xe0\x07\x47\xe5\x00\xd6\xd7\x44\xb3\x05\xae\x1e\x54\xe5\x61\x86\xa9\x57\x0b\xcd\x52\x56\x81\xb5\x81\x08\x55\xcd\x04\x23\xa2\x9a\x76\xce\x54\x9f\x47\x85\x1b\x87\x54\xff\x33\x0c\xad\xe8\x2f\x9d\x57\x3b\xe5\xa4\xea\x02\xa2\x96\x40\x76\xb7\xf5\x62\x14\xbc\x10\x01\xb4\x4b\x40\xfe\x96\x49\x80\x29\xa7\xcd\xa7\x8d\xa7\x47\x36\xf6\x75\x6d\x1b\x76\xb2\xe4\x6b\xf5\x2e\xda\x6d\x0c\x63\x0f\x37\x01\x05\xa9\x97\x1b\x3b\x9c\xd4\x7e\x3a\xa9\x8e\x93\x1f\xfa\x2c\x8e\x22\x00\x4d\xee\xe9\xe6\xd8\xb3\x5a\xa3\x9f\x71\x49\xe9\x98\x98\xe2\x08\x48\xc1\x15\x2d\x1d\x5e\x74\x34\xf7\x82\x6c\xc8\xa5\xf3\x87\x88\x16\xcb\xc5\xe4\x2d\x8e\x09\x8d\xa1\x01\xe8\xd2\x24\x4f\xcc\x4b\xb3\xe6\x00\xda\x98\x70\xa0\x3c\x55\xe9\x1a\xd2\xfa\x99\x5a\xd1\x73\x93\x59\x80\x0a\x75\xce\x58\xb1\x51\x96\xaa\xb1\xfa\x90\x35\xb0\x39\x7e\xd6\x79\xba\xf0\x89\xa8\x64\x7b\xa7\x84\x6a\x6f\x92\x67\x3f\x85\x57\xf1\x7c\x39\xef\x0c\x4e\x9e\x76\xc6\xb3\x10\x87\x63\xc6\x1c\xbd\xce\x4f\xe1\xaa\x83\x60\xb2\xea\xc4\x70\x9c\x2c\x23\xd0\x49\x00\x65\x6f\x3a\xee\x72\xb1\x00\x98\xab\xe7\x21\x8c\x8e\x11\xee\x24\xe8\x52\x3c\xf0\xd4\x13\x01\xe6\xc9\x5a\x59\x12\xda\x39\x07\x9d\x25\x8c\xff\x58\x82\x5e\x8d\xbd\xa2\x26\x39\xc0\xee\xd8\xa9\x45\x32\x80\x0a\x3c\xb8\xaa\xfe\x70\x8e\x89\x23\x05\xd1\x61\x8b\x6a\x58\x27\x72\xaa\x57\x65\xd1\x26\xa3\xf8\x20\x9f\xb5\x00\x2f\x13\x40\x9a\x72\x97\x9a\x96\xcb\x3b\x56\xb1\x1e\x3e\xcb\x2e\x49\xa6\xef\x1c\x4f\x97\x71\x04\xc8\x71\x38\x4e\x7a\x33\x3a\x4f\xfe\x8b\x75\xaa\x4b\x16\x60\x1c\x4f\xe2\xb1\x06\x68\xb2\x8b\x54\x9a\xee\x0f\x2f\xde\x74\xbe\xe3\x70\xb2\x9e\x63\xf0\xfd\xaa\x06\xd1\x34\xec\x7b\x2d\x13\xb2\x3c\x16\x58\xfb\xca\x5a\x90\xfa\x9b\xac\x20\x0d\xaf\x44\x34\x77\x58\x81\xc1\xc2\x8f\xa9\x42\xdf\x72\x66\xe3\xa4\x51\xd5\xe2\xd3\xc3\xbb\x98\x13\x8b\x0d\xfb\x0a\xaf\x35\x32\xe4\x13\xd2\x5b\x6c\x92\x42\xad\xbe\x61\x42\x7a\x29\xea\xe5\x15\x43\xbb\x95\x75\xfa\x4e\xae\x87\xcd\x17\x6a\xfb\x34\x38\x15\x6c\x81\x41\x18\x31\xe1\xaa\xf3\x43\xc6\x2a\x6a\x53\x50\x50\x3c\xad\x26\x56\x63\xa1\x9d\x4f\x64\x39\xf4\x47\xb5\x23\x4f\xdd\x4c\x16\xc8\xb3\x4d\x37\x4e\x8f\x59\xfa\xe1\xd3\xb8\xa1\xa6\xd3\xb0\x11\xae\x5a\xad\xe4\xac\xba\x4d\x14\x72\x13\x4d\xa7\x89\x31\x41\x7a\x8d\x74\xfc\x8d\x5f\xa8\x30\x31\x3b\x06\x50\xa1\x1f\x55\x44\x71\x35\xb9\x5d\x34\x6a\x8a\x25\xe5\x22\x26\xa7\x63\xb4\x00\xd1\xa8\x4a\x9b\xcf\x5d\xe8\x67\xeb\x4c\x56\xd3\x9c\x00\xb2\x38\xc9\x96\xea\x7c\xad\x4a\xc2\x1b\x3d\x47\x57\x8d\x6a\x89\x89\xb4\xcf\x93\xa4\x8a\x98\x75\xa1\x63\x06\xb1\x52\x1c\x6e\x9d\xaa\xfe\x58\x6e\x9a\x12\x35\x48\x77\x15\x2c\x00\x63\x39\xc7\x7f\x3d\xfe\xeb\xb1\x3e\xf5\xf6\x3e\x28\x39\x86\x19\x99\x4f\x39\x3c\xb1\xe9\x68\x54\xcc\x4c\xd8\xc0\xca\x8a\xe4\xdd\xec\xd8\x9e\x9d\xe7\xd3\x67\xf5\x47\x70\x53\xef\x6c\xae\xc8\xea\xf5\x92\x22\x33\x54\x5c\xa1\xb5\x60\xff\x97\x59\x3f\xb5\x15\xa0\x1d\x78\x4f\x74\x6f\x97\xda\xe5\x51\x48\x31\xa5\x55\xcc\x6f\x1f\x2f\x4d\x13\xf7\xd9\x56\x4f\x93\xf1\xe1\x64\x03\x44\xd7\xb2\x68\x3d\xc9\xa1\xb7\x96\xfc\x34\x2b\xa8\x52\x8f\xd1\xad\xc4\xd1\x53\xdf\x99\xc4\x30\x12\xe9\x10\xa5\xf2\xac\x39\x8f\xd4\x2d\x96\x76\xb9\x96\xee\x1e\x73\x0e\x84\xbb\x8f\xe8\x8b\x62\x4b\x8d\x93\xee\x06\x0b\xe5\x6f\x99\xdb\x33\x4f\x95\xb6\x34\xd8\x02\x77\x75\xd7\x8a\x7b\xbb\x73\x95\xf5\x4d\xf7\x4b\x40\xc6\x38\xe6\x1e\x8b\x1d\xf7\x17\xfe\x6f\x98\x78\x95\xca\x09\x6b\x3f\xc4\x20\xb4\x64\xaf\xac\x71\x13\x7b\xe9\x8b\x33\x2b\x99\x15\xdc\xc0\xd4\x60\xbe\xd3\xb5\x99\xaf\xac\xd4\xb6\x51\x37\xa5\xab\x20\xeb\x4b\xe0\x72\xd4\x0d\x9b\xd4\xa1\x23\x5a\x74\x7c\xc8\x3f\xaa\x7e\x99\x6e\x08\x86\x87\xfd\xc2\x95\x70\xd6\x19\x67\xe4\x2b\x2d\x63\x78\x38\xd8\xc0\xeb\xaa\x74\x45\xa7\x74\x96\x12\xf8\x0f\xbf\xe3\xd3\x84\x8b\x86\xee\x2a\xef\xdd\x52\x0b\x7a\x70\x76\x2d\x86\x25\x2f\x5e\x7c\xf5\x66\xe8\x38\x6b\x5f\xbe\x2b\x5e\x5a\xe8\xa5\x4a\xda\xfb\x7a\x54\x1f\x39\x49\xf1\xaa\x79\xb0\xeb\x71\x28\x93\x88\x69\xd1\xa4\x6a\xc0\x69\x8a\x31\x75\xd9\xca\x7a\xa9\xf2\x80\xf1\x61\x68\x5a\xef\x90\x3e\x2b\xdd\x43\x2e\x30\xb8\x88\xd1\x92\xe8\x7b\x52\x81\x88\xfc\x9e\x34\xbf\x6b\x79\xc5\x29\x30\x94\xe1\xec\xec\x79\x43\xb7\xb9\x24\x7f\x6e\xe8\x49\x79\xa2\x8d\xdd\x15\x1f\xaa\x61\x8a\x43\xaa\x6e\xc6\x55\xc6\x33\x79\x19\x2d\xb0\x03\x61\x7a\xe7\x5d\x88\xbb\xe2\x4f\x19\xc3\xae\x37\xbf\x87\x15\x5e\x8d\x26\x6f\xbc\x8a\xbb\xd8\xf1\x2c\x4e\xa2\x62\xb5\xfb\x18\xd1\xbd\xf1\xdd\x6b\x88\x11\x45\x4f\x7f\xbf\x7a\xf0\x16\x3d\xb5\xf0\xdd\xf3\x1d\x70\x05\xc6\x4b\x7e\xc9\x3d\x66\xdd\x4c\x1c\xdf\x91\xa8\x99\x82\x7b\x26\x31\x66\xc5\x85\x9f\xbf\xa3\x50\x47\xb4\x2b\xf1\xda\x20\xaf\x3c\xa7\xf1\xdc\xd6\x0f\xfd\x41\x7f\xa4\xec\x2c\x0b\xc4\x0e\x71\xfc\xba\xfd\x1b\x28\xdc\xd0\x7d\xe7\x1b\xa9\x2b\xe5\xb0\x99\x53\x34\x64\x15\x69\xc0\x2b\x4b\x18\xc5\x68\xac\xfe\x92\x8d\xb0\xad\x4f\x8a\x58\x85\xd8\x3c\x41\xb8\xa3\x9e\x59\xc6\x11\x38\x02\x68\xd0\x90\xe6\xae\x2e\xc1\x87\xd0\x5a\x6a\x7d\xa9\x9f\x33\x29\xdc\x09\x61\x07\x5c\x71\x53\xf8\x54\xf6\x6c\x47\x29\x46\xc6\x18\x98\xfd\x07\xda\x78\x21\xe0\x78\x3a\xad\xcc\xea\x92\xa9\x9a\x39\xfa\xb4\x4b\x45\x6d\xa7\xe5\xe5\xb1\x9a\x04\x8e\x11\x04\x97\x5d\x29\xfc\xaa\x8d\x44\xb5\xaa\xe0\x0b\x4e\x22\xbe\xa6\x17\xa9\x13\x44\x53\xa6\x02\x3f\xdf\xf7\xc7\x32\x30\x5a\x75\x51\x66\x6e\xcf\x4c\xfc\xba\x3e\xc2\x14\x5f\x31\x4d\x02\x07\x25\x9f\x93\xb5\x42\xe5\xe3\x05\xd3\x33\xad\x61\xd4\x36\xd9\xda\x77\x94\xf8\x3d\xf3\x29\x39\x29\x5d\xe0\x81\x4b\xcd\x95\xc4\x74\x24\x69\xc4\x1f\xda\x41\xea\x9c\x7c\x47\x1f\xfb\x39\x75\x50\xb5\x25\xe7\x42\x8a\x1c\xb3\xdf\x89\x14\x30\x52\x8d\x2c\x08\x98\x2a\x57\x95\x5b\x1b\xb4\x02\x87\xb2\x9f\x20\x93\xcf\xb3\x1e\x21\x93\xb3\xb3\x68\xd1\x6e\xe9\x05\xdd\x69\x78\x21\xc3\x41\xaa\x6f\xee\x8a\xaf\xe4\x76\xa8\xdb\x60\xb4\x58\x30\xdd\xff\x55\x79\xae\x2e\xcf\xe7\x31\x75\xaa\xdd\xaf\x49\x78\x91\x3f\x39\xe5\x3e\x9a\x5d\x88\xfc\xb1\x04\x4b\x50\x03\x94\x55\x0c\xd7\xac\x3e\x61\x61\x40\x00\x2d\x9b\xd5\x2b\x43\x72\xcd\x44\x6b\x19\x22\xbb\x6d\x40\x8d\x55\x56\x66\x5b\x79\x18\xc2\xa8\xc3\x8f\x08\xe6\x85\x5c\x1d\x9d\xd5\x9a\xf5\x2a\x18\xae\x81\x69\xd4\x0c\x55\xf0\xcc\xa7\xe5\x87\x17\x42\x61\xb2\x14\x79\x4f\x0d\x98\x6b\x1b\x5e\xa8\x6c\xaf\x21\x20\x65\x7d\x68\x08\xf8\x1a\x14\x63\x14\x4b\xce\x7d\x4d\x81\x7d\x16\x9d\xe1\x44\x6e\xea\xc9\x63\xdf\xa1\xe1\xf9\x32\x09\x71\x57\x40\x14\x91\x8a\xfd\x36\x96\xb7\xea\x6a\xb3\x1d\xa7\x81\xac\x9a\xfe\x68\xb3\xdf\xf2\x52\x04\x61\x2a\x6d\xa1\x62\x89\xbc\x8f\xe7\x60\x18\x01\x32\x96\x17\x64\xc3\x90\xfd\x69\x8e\x04\xae\x97\xd8\x3b\xdc\x9b\x95\xc1\x6a\x66\xeb\x5a\x63\xb1\x39\x59\x74\x0f\xa3\x4b\xfb\xbe\x45\x95\xc1\xb7\x62\x9f\x3e\x66\x4b\x1c\x4d\xb2\x4c\x6a\x66\x57\xbf\xbc\x04\x16\x70\xdf\xaf\x5f\xd6\xc2\x91\x9b\x7d\x24\x9e\x8a\x3f\xbb\x14\xb1\xc9\x8d\xc6\xbd\x70\x9c\x90\x9e\x62\xa1\x1e\x88\x62\x9a\xa1\x8f\x6b\x5f\x18\xb5\x48\xd1\xd6\x4e\x1f\xee\x54\x65\x45\x83\xba\x15\x5e\xbb\x3f\xd9\xa6\x1b\xf9\xdd\xe1\xf6\x78\x44\x2d\xd6\xd6\xd9\x53\xc5\xa0\x36\xf4\xf9\xe8\xb4\xbb\x3c\xf4\x9d\x6f\xd2\x18\xd8\xec\xfe\x49\xba\xa3\x1e\xe7\x49\x9f\xc5\x5c\x1f\xab\x75\xcf\xb4\x43\xf6\x5b\x32\xb2\x99\x6d\xec\xef\x22\x05\xb6\xc8\x6b\xa1\xf2\xd4\x5f\x45\xb2\xd3\xd3\x9f\x2b\xa7\x98\xae\xc7\x46\x1d\x50\xea\x47\x13\xee\x80\x2a\x57\x72\x67\xd7\x0c\x64\xc3\x2a\xb5\x20\xab\x1e\x59\xc1\x1b\x48\x8f\x85\xdf\x51\xcc\x68\xe4\xf8\x9d\xbc\x88\xc8\xdf\xed\x16\xf5\xd7\x1c\xdd\xfc\xb2\x14\x81\xa6\x14\xdd\xf6\x01\xe8\x0d\xaa\xcf\x46\x97\x15\x85\x36\xee\xdd\xbd\xb6\x5e\xf5\x96\xfe\x5e\xba\x8b\x4f\xb6\xac\xb8\x73\x4e\xe6\xd4\x63\xe6\xad\x9c\x43\x96\xe8\x6f\xde\x31\xaa\x94\x3d\xab\xd5\x0e\xd0\x7e\x08\xb9\x9e\xef\xc8\x0d\x28\xbf\xd5\x6c\xef\x01\x64\xb5\x84\xea\xf1\x9e\x73\x84\xe1\x76\x49\xce\xb1\x99\xf5\x45\x02\x1b\x48\xeb\x25\xa3\xca\x73\x0c\x44\xcc\xc6\x52\xfe\x71\x19\x42\x6e\xa9\x15\xe1\x5e\x3c\x23\x80\x0a\x04\x99\x60\x34\x17\x0f\x28\xfa\x08\xe0\x33\x9b\x03\x77\xa7\xcd\x11\xde\xb6\xc1\xfa\xc3\x54\xaa\xec\x46\x20\x01\x34\x75\x39\x3f\x29\x5a\xcd\xc4\xdb\x76\x11\xcf\x19\xdc\x4a\x2e\xf6\x59\xbf\xfa\x4f\x55\xdc\xaa\x50\x68\x3b\xf0\x8f\x27\x15\xe0\x1f\x76\x2a\x85\xb4\x08\xb6\x24\x67\x75\xa0\x50\xb1\xb0\xd0\xa9\x1e\xd7\x84\x73\x9b\x19\xba\xdd\x54\xee\x66\xbe\x1e\x16\x02\xd3\x5f\x88\xa5\x21\x39\xbc\x6e\x56\xec\x3b\x37\x4e\x0f\xba\x2d\x3b\xf7\xa8\xd8\xb9\x9a\x13\x73\x15\xab\x28\xec\x0f\xb3\x38\xb0\xb0\xb1\x6d\xa8\xdd\x56\xc4\xe8\xe7\x27\xfb\x33\xe5\x9a\x35\x5e\xfc\x6d\x81\x77\x69\x97\x1a\x4f\x2a\x61\xd9\x3e\xe2\x15\x2e\xe9\xf3\x17\xf8\x6d\xae\xec\xd3\x1b\xa2\x72\x2a\xa1\x62\x46\xb9\xba\x8b\xec\x03\xed\xfe\x5a\xa8\xfc\x1c\xd6\x58\xde\xf7\x8b\x44\x71\x2e\x55\xa6\x45\x3d\xdb\x1b\x48\xc3\xa0\xd9\x3b\x11\x04\x0d\x3c\xf9\x15\x71\xf5\xe6\x43\x97\xf6\x98\xfc\xf5\x38\x54\xa6\xcf\xad\x43\xe5\x78\xe2\x0d\xbd\x0a\x0e\x07\x3c\x46\x79\x82\x01\x99\xbd\x40\x11\x78\xc5\xb7\xfd\x61\xfe\x4e\x36\xcb\x60\xa3\xe6\xc0\x75\x7a\x39\x2d\x81\x7a\x3a\xf0\x7a\x29\xaf\x1d\xc8\x5f\xf1\x53\x30\xf7\x61\x00\x7a\xbc\x14\x23\x95\x18\x69\x10\x04\x50\x3c\x23\x9e\xbc\xfb\x94\xf7\x8e\xea\xf1\x59\x7f\xe4\x93\x40\xf9\x6c\xa3\x00\x4b\xdc\x68\xe5\x2c\x70\xd8\x97\xc1\xe8\xac\x2d\xd4\xe3\xfc\xf9\xcb\xc4\x75\xbe\x0b\xe3\x04\x44\x6c\x07\x5e\x84\x98\x80\xce\xf3\x17\x6f\x3a\x22\x10\xc2\x1b\x9a\xca\xab\x4b\x56\x15\x91\x29\x79\xcb\x1b\x1a\x3f\xae\x85\xa6\x57\xb4\x23\x6e\x29\x86\x9d\xe7\xf2\x2f\x11\xfe\xc9\xd5\x1c\xde\xa6\xf0\x77\x43\x01\xea\x91\xe5\x39\xa1\xd8\xaa\x66\xf6\x99\xa1\xe3\x3d\x18\x78\x6b\x72\x74\xc4\x91\xb0\xc5\x4d\x31\xf1\x91\xa7\x39\x69\x94\x72\x01\xc8\x44\x87\x85\x99\x77\x41\x16\xde\xbe\x08\x31\x80\x0a\xfe\xbc\x3d\x4a\xeb\x02\x2d\xd0\x05\xc0\xdd\x39\x80\x4b\x93\x8f\x80\x9e\x6b\xe8\xde\x0b\xe0\xdf\xc5\x0b\xe0\xcb\xab\xa7\xc7\xff\xb3\x5a\x7c\x59\x91\x49\x51\x19\x3e\x3e\x82\xd5\x02\x8b\xfc\xc3\x21\x8e\xc3\x37\xec\x14\x9b\x80\xe8\xdb\x95\x7c\xf0\x02\x41\x8a\x59\x25\xf1\xf3\xd5\xd5\x22\x84\x11\x77\x8c\x54\x35\x5f\x08\x68\x35\x87\x2c\xcf\x59\xa1\x45\xdc\x14\x30\xff\x65\xc9\xc4\xa2\x73\x68\x57\x59\x55\xd8\x61\x35\x67\x4c\xd5\x8e\x8e\x8f\x55\xd6\x1e\x00\x97\x55\x09\x95\xd5\x3d\x5e\xf1\x71\x33\xa2\xac\xb8\x5d\xed\xa6\xe1\xc9\xa2\xf9\xcc\x25\x34\xe7\x75\x5e\xbc\xd4\x28\x7d\x4e\x53\x26\x45\x09\xa0\x68\x58\xb0\x0d\x65\x17\x17\x99\xce\x6d\xe9\x0b\xd8\x6c\x6f\x76\x36\x05\xcb\x95\x57\xcd\xda\xb5\x89\xd1\xfd\xbd\x88\xca\xa7\xf2\x2a\xcd\x42\xb2\x40\x8b\xe5\x82\xfb\x95\xc0\xa5\x93\xba\x3b\x6a\x10\x3d\x0a\x5e\xa9\x04\xd6\xc7\x3b\x91\xf6\x40\xa5\x89\x1c\xe5\x72\x55\x29\x15\x58\x3c\xe3\xdf\x1c\xa7\x3c\x9b\x29\xa1\x96\xf0\x7d\x4e\x73\x52\xa1\x7a\xcf\x88\x82\xe5\xbb\xe0\x3e\x62\xa9\x79\x36\x01\xe6\x3d\x2d\x5d\xb1\x14\x2f\x12\x75\x13\xfb\x89\xef\x2c\x64\xa6\x3c\xa7\x1c\x9c\xeb\xd4\xa7\x02\xb3\x5e\xa7\xbe\xd3\x6d\xeb\xf2\xec\x18\x1c\xd8\xc9\xf2\x9c\xb5\x6e\x13\xe7\xb0\xcb\x9e\xab\x7b\xae\x0a\xbc\xc7\xba\x31\x18\xee\xbf\x34\xbf\xe8\x5a\x27\x9b\xda\xfb\x9d\xdc\x20\x9b\x53\x61\x19\x39\xad\xed\x65\x84\x45\x08\xfa\x32\x31\x01\x53\xe8\x6b\x5b\xad\xcb\x47\xc5\x75\x99\xc8\xcd\x85\xdf\xa7\x99\x16\x6e\x2a\x19\x33\x99\xd9\x7e\x8d\xe6\x73\x6b\xc9\x1d\xa2\x2a\xb1\x56\x6b\xde\x96\x2f\x08\x10\xf8\xb0\x99\xc9\xa4\x46\x5a\xd9\xdc\x06\xee\x52\x5c\x34\x42\xcd\x09\x40\x4d\xff\xc9\x76\x90\x9a\x65\xbd\xd2\xfa\x08\x5a\x81\x00\x46\xb3\xf4\x5d\x1a\xba\x66\x13\x2c\x98\xe2\x9a\xe1\xe1\xc0\xcf\xef\xbe\x95\x29\xfe\x7d\x25\x10\x59\xfb\x1b\x42\x72\x32\xde\xc8\x52\xc3\xb0\x5f\x02\x36\xab\xde\x21\x3b\x55\xea\xa5\x3a\x71\x73\x63\xca\x18\xe1\x9c\xc5\xd1\xff\x3f\xc8\xb3\x64\x4f\xf0\xaa\x9b\x7e\xdc\x77\x46\x8e\xe7\x99\x73\x41\x80\x2c\x8b\xcd\x60\x6d\x42\x21\x63\x0c\x5c\x1a\x34\x7b\x28\x30\xfe\x2b\x1c\xc5\x37\x3d\x7a\x54\xe5\x48\xd8\x75\x72\x08\x3d\x21\x6e\x85\x5e\xfc\xf8\xed\xef\x83\xe9\xe3\x2b\x52\xe1\x1d\x1b\x71\x50\x3d\x68\x52\x70\x53\x9d\x39\x75\x86\xad\xf2\x7c\xad\x43\xfd\xcf\x93\xc4\x11\xc0\xff\x4f\x0c\x19\x27\x1f\xfb\x39\x99\x54\xa3\xe6\x2a\xdb\x7c\xa3\xf6\x57\x67\x55\xb5\x54\x6b\x6a\x6e\xaa\x8a\xb2\x2c\x15\x95\x29\x7e\xb8\x02\x88\x31\x5a\x55\xcb\x56\x3a\x2b\xd1\xd7\x30\x2c\xb1\x31\x59\x8d\x49\x4f\x5b\x9e\xed\x6c\x04\xb0\x1e\x08\xdb\x54\xcd\x48\x4f\x7c\x87\xc6\x94\x7b\xa2\x36\x0f\xce\xa4\xf8\xa4\x48\xea\xb6\x7a\x8f\xb9\xbb\x10\x41\xe0\x54\x63\x43\xe5\xe3\xb3\xb4\xa9\xf9\x08\x56\xda\x59\x45\xfe\x4c\x6f\x0e\x63\xd2\x65\x42\xed\xa2\x18\x7e\x64\x74\xf5\x30\x1c\x05\x68\x78\xae\x1c\xce\xbb\x03\xa7\xac\x3a\x08\xff\xbe\x52\x44\x9e\xde\x13\x5b\x20\x6f\x0b\x0f\x30\x2d\xcc\x3e\xd5\x32\x32\xc0\xf9\x47\xa6\x4b\xe3\xea\xd3\x43\x7a\x59\x50\xe6\xee\xb6\xfa\xd8\x63\x43\x08\x5e\xc5\xee\x5d\x38\x00\xd4\x1a\x9a\x77\x96\x62\xc9\x24\xcd\xd3\x2d\x1f\xd6\x6e\xf9\xb4\x12\xf4\xb3\x36\x7a\xc9\x18\x33\x73\xad\xd8\x76\x08\xd6\xfe\x02\x83\x0b\x00\xe9\x4b\x19\x75\xa3\x6f\xf2\xe5\x84\x46\xb0\x79\xbf\xca\x12\x23\x74\xe7\xcb\x84\xc6\x8b\x04\x74\x79\x62\x3e\xe9\x54\x9f\xb3\x9c\x01\x36\xa6\x6e\xae\x92\x56\xb6\x5d\xc3\x5b\x63\x21\x56\x56\x48\x23\x35\xae\x01\x5c\xce\x85\x45\x8a\x69\x46\x53\x90\xa3\x97\xca\x92\x9e\x62\x8c\xaf\xbd\x8d\xc8\xd5\x44\xa2\xe6\x06\xfe\x6d\x48\x71\xac\x36\xd5\x6d\x49\x92\x36\x74\x37\x49\x73\x60\x4f\x9a\x5d\xaf\xa5\x7f\xab\x25\xa4\x0f\x98\x2c\xa7\x53\x40\x28\x88\xba\x4a\xdd\xdc\x2d\xb5\xca\x1f\xd8\x77\xf2\x6d\xba\xca\xf6\x7e\xe0\xc7\xe7\x60\x82\x30\xe8\x2a\x15\x72\x43\x3a\x14\x9b\xd9\x7b\xb2\x40\xd4\x95\x69\x4e\xba\x69\x4c\xe3\x86\xa4\x31\x34\xb5\xf7\xe4\xd9\x96\x5d\xfe\x6d\xf8\x24\x8f\xfa\xbf\x19\x31\x72\x88\xff\x7b\x4f\x10\x7d\xcf\x10\x18\x45\x1b\xd3\xa5\xdc\xd4\xde\x93\x47\xe0\xa8\x6f\x2d\x53\x0a\xcd\xec\x3d\x59\xb6\x54\x76\xef\xb8\x8e\x5b\x4f\x08\x8e\x71\x2c\xf8\xfb\x4e\x58\x39\x7f\x7e\x72\x71\xf5\x43\x02\x71\x0d\x06\x80\xc9\x6a\x59\x03\x5d\x5f\x19\xb0\x58\x09\x4d\x2e\xee\x81\xbe\xf4\xcf\xb4\x77\x1f\xe4\x85\x24\x54\x9e\xc5\x46\x60\x70\x25\x72\xb4\x92\xbb\x49\x50\x6a\xf6\xd5\x1f\xe8\x06\xaa\xe6\xfb\x7c\xa7\x5f\x82\x15\xcb\xe7\x9b\x69\xf0\x06\xb0\xcd\x48\xa3\x7f\xa2\x0c\xf3\xcc\x09\xd5\xe1\x6c\xd2\xcd\x22\x4e\x32\x08\xee\x26\xc8\xf5\x22\x80\xd1\x87\x8a\x46\x24\xd9\x39\xe9\x0c\x46\xd3\x6a\x00\x2e\x7d\xee\xca\x48\x5b\x5a\xc2\xa7\x5a\x1c\x38\x69\xad\x2c\xc3\x61\xe6\x13\x46\x8d\x0c\xed\x6e\x09\x05\x57\xca\x09\x68\x97\xce\xdc\xc6\x58\x9e\x05\x6d\xa5\x60\x11\x66\x9b\x61\xe3\x5d\x5e\x6d\xd2\xa8\x1d\x9a\xfe\x4a\xf2\x6d\x6b\xbb\x9f\x76\xc1\x57\xbc\xb4\x1b\xd4\xe7\xbd\x19\x3c\xe4\x39\xce\x65\xd6\x9b\xa3\xa3\xf4\x4a\x4d\xa5\xb7\x7b\x75\x01\x20\x75\x21\xb8\xec\xfc\x84\x96\x04\x88\x9f\xf2\x3e\xd6\x6b\x6f\x14\xc4\x60\xf2\x69\x65\x7a\x2d\xb1\x6a\x12\xff\x15\x60\x90\x04\x55\xc4\xdd\x1f\x5b\x89\x7e\x96\x56\xc6\x5b\xaf\x75\x12\xd0\x66\x12\x10\x94\x5c\x00\xdc\x1d\x87\x38\xba\x13\x1b\xdc\x17\x3f\xe1\x1f\x57\xb3\x3f\xff\xac\x72\x6f\x8b\x93\xc8\xd1\xc2\x93\xd2\x3f\x2a\xb7\xbe\xaa\x38\xfc\xdc\xd0\x8b\x77\x40\x8e\x31\xcd\x4a\xe1\xa6\xe2\x24\xfb\x35\xaa\xf6\x50\x51\xdf\x19\x16\xd0\xe2\x0c\xa1\xa7\x25\xe7\x9d\x30\xd7\x73\xe9\x05\x51\xe5\xde\xc4\xfa\xfb\xb0\x0e\x91\xb9\x2e\x90\xb4\x02\xfe\xe0\xbb\x30\x4e\xd0\x85\x96\xec\xac\xd9\xa1\xc5\x1c\x2b\x37\x49\x1b\xaa\xb9\x60\x8a\xa8\x21\xab\x08\x42\x09\x8d\x17\x66\xe8\xe4\x62\x2f\xf5\x84\x28\xda\x17\x8b\xe1\xbd\xdb\x35\xd4\x80\xd1\xd8\x1c\x14\x29\x4b\xa1\x36\x39\xda\x0b\x9d\xe3\x5c\xdf\x3e\x71\x4b\x73\xd6\xf6\xfa\x9d\xed\x51\x03\x46\xa5\xcd\xd6\xf6\xa8\x26\x6e\xb5\x09\xf5\xd2\xda\xfd\xa9\x1e\xe0\xdf\x78\x69\x9b\xa9\x26\xd3\x12\x5f\xbc\x60\x62\x07\x73\x70\x9f\x72\x6a\x40\x2b\xcd\xb4\x55\x42\x7e\xfd\x8b\x1b\x5d\x1b\x6f\x2d\xa7\x2a\xa3\xe3\x8d\xfc\x6e\x21\xa6\x1c\x43\x78\xff\x3b\x10\xc5\x98\xdb\x69\xdb\x20\xcf\x57\x08\x18\x9c\x36\x66\x1f\xf0\x9c\x25\x6e\x50\x42\x46\xeb\x93\x16\x07\x97\x3d\xda\x55\x2c\xb4\x39\xb2\x7f\xd3\x98\x65\x13\x71\x5b\x48\x6e\x1b\xf2\xd6\xcb\xef\x4a\x02\x37\x4a\xf1\x42\x67\x37\x12\xe0\x2d\xda\xb0\xcd\x0c\x65\x31\x95\xed\xe4\x78\xb9\x8f\x2d\x45\x78\xd5\x5a\xaf\x8b\x79\x6c\x12\xe7\x0f\x2d\xc4\xb9\x99\xdf\x9a\xf3\x38\xd9\x70\x71\xfd\x3b\x5b\x31\x6f\x11\x88\xbd\xe5\xe2\x68\xb7\x6a\xb7\x5d\x48\xfb\xbf\x8c\xda\xc9\xc3\x4f\xba\x84\xda\x2d\xa0\xfa\xe5\x73\x62\xb9\x7c\x9a\x18\xb9\x98\x21\x7a\x93\xe5\xd1\x6a\xd9\xec\x84\xd9\x8d\xce\x49\x9b\xe1\xd1\xb4\xb3\x85\xb4\x51\x00\x77\x65\x25\x29\x1f\x93\x77\x68\x27\x69\x6b\xb6\x40\x09\xd8\xd7\x1c\xad\x5f\xfe\xf2\xf4\xe9\xe3\x6f\xc9\x43\xf3\xe9\xbe\x36\xba\x6c\x90\x13\x0c\x26\x9b\x76\x4e\x1d\x54\x44\x72\xca\x09\xba\xd2\x57\xa6\xb3\x74\xa5\x25\xd9\x26\x21\x5f\x4d\xda\xb4\x3b\x9a\x51\x2f\xd3\xd7\x19\x59\x54\x12\xbd\xbd\x4a\xa1\x77\xf2\xf8\xc9\x9d\x49\xa1\x57\xcd\x00\x7b\x96\x03\xcf\xbc\x0c\x3e\x7f\xa6\x86\x02\xbf\xe6\x93\x33\x7c\xfe\xd4\x0c\xc5\x5f\x55\x62\x8a\x87\x23\xa4\xb0\x86\x45\x84\x50\xed\xb9\xc9\x28\x59\xc2\xe9\x7d\xab\x55\x28\x71\x66\x65\xa0\x9a\x64\x09\x11\x4e\x95\x21\x68\x9b\x02\xaa\x34\xa8\xd6\xda\xa8\xa7\x4e\x16\xee\x34\xd8\x48\x05\x71\x72\x08\xbf\x1a\xbe\xb8\xf0\xfe\x2f\x02\x8a\xe7\x91\xc3\x0d\x68\xe1\x39\x26\xc8\xc8\xd4\x84\xe4\xb4\x43\xcd\x21\xbf\x59\x6f\x9d\x45\x43\x5c\xca\x0a\x78\x0e\xf1\x77\x0e\x76\x43\xdb\xf6\x5a\xe6\x1c\xe0\x35\x77\x93\x71\x40\x2f\xbb\xa4\x71\x42\x8e\x23\x34\x3f\xe6\xee\xdc\x0a\xb0\x2f\xaf\x7c\xf8\x70\x57\xea\x47\x43\xec\xfc\x0b\xfa\x88\xfe\xed\xc5\x3f\xdf\x58\x21\xe8\xa7\x83\x51\xe1\x41\x5a\xee\xa0\x14\x3f\xbf\x22\xa4\xa8\x00\xab\x6f\x82\xd0\xaf\x87\x18\xcf\x2b\x29\x29\xe6\xa9\x04\xe9\x6f\x44\x18\x2f\x61\x0f\xf2\xcf\xeb\xb7\xa7\x9c\x79\x72\x10\xe4\xfc\x93\xcd\x00\xe4\x16\xb1\x39\x4d\xf0\xa6\x25\x8b\xab\x1e\xba\x42\x15\x3e\x9c\xde\x43\x2b\x1b\xab\x19\xc0\xfc\x9d\x68\x66\xbb\xa4\xd2\xf6\xd8\xe8\xb7\x8b\xef\x5b\x8f\x94\xae\xef\x12\x55\xd1\xd3\x25\xf7\x00\xde\xd0\x07\x41\xec\xc6\x24\xcb\xbc\xb0\x96\x65\x59\x65\x53\x95\x73\x65\x73\xe3\x5f\x3d\xc9\xb7\x94\xdd\xad\xe6\x26\x5f\x52\x5c\x5b\x6c\x46\x38\xf9\x6c\x3b\xa9\x01\x90\x57\x85\xb6\x47\x07\x56\x89\x0b\x6a\xa7\x39\xd7\x5a\xd5\x7e\xa9\xe0\x51\x9b\x76\xce\x54\x2a\xb7\xdf\x47\x6d\x41\xfb\x77\x10\xa2\x98\x53\x92\xcb\x07\x34\x9e\x42\xa2\x92\xc1\x53\xa2\x96\xce\x83\xc2\x6d\xbe\x9b\xe6\x15\x29\xaa\x63\x85\x6c\x15\x6d\x6f\xce\x6c\x93\x52\x34\x59\x75\xac\xb2\x0e\xd4\x14\xda\x06\x21\xad\xdc\xcc\x66\x52\x26\x37\x09\x9b\xc8\x99\x8c\x7c\xad\x25\x4d\x5a\xf5\x33\xca\x9a\x81\x8e\x7a\xab\x24\x4e\x96\x7b\xb1\x9c\x5d\x64\x34\x1a\x69\xfa\xba\x94\x4a\x62\x7d\x8a\x03\x90\x28\x3c\x52\xc7\x1d\xf1\xf3\x3b\x51\x55\x47\x31\x1e\x95\x6c\x78\xcd\x11\x86\x56\x6b\xb7\x31\x8d\xc5\xed\xed\xf7\xf7\xf9\x30\x4a\xc0\x8c\x83\xfe\x9d\x4a\x88\xe1\x7c\xc2\x54\x18\xcd\xf2\xb7\x26\x09\x46\xa5\x05\x62\x5f\x12\x5f\xec\x66\xe2\x4d\x38\x9e\x1b\x68\xcb\x9b\x2e\xcc\x74\x0b\x2e\x2f\x4d\xed\x55\x79\x71\x6a\x2f\x77\xbf\x3c\x95\xf3\xa1\x93\xad\x54\x46\x5c\x8c\xc3\x55\xb1\xe3\x45\x69\xa1\x29\x4a\xf6\x28\xf1\xb5\x27\x35\xcb\xb5\x6a\x22\xe4\xfd\x6a\x2d\xae\x56\x23\xbb\xed\x60\xbd\x5a\xcc\x66\xfb\x25\x57\x0b\x0b\x30\xe8\xdb\xc2\xd3\x66\x38\x7b\xa5\x14\x7e\x9f\x20\x77\x9f\x0c\x29\xd0\x32\xf7\x89\x27\x2d\xf2\xf6\xdd\x46\x92\x3e\xd6\x89\x1d\xa9\x43\x4d\x29\xfa\xaa\x4f\x30\xb6\xf9\xf1\x72\x66\x9a\x4a\x4f\xd0\x86\x63\x08\x2e\x19\x45\xca\xeb\x6a\x47\x14\x69\x97\x92\xe8\xcb\x56\x29\x89\xbe\xbc\xed\x94\x44\x63\x94\xb0\xf5\x21\x97\x79\xd9\x44\xa7\xa7\x24\xc2\xe8\x92\xe4\x96\xc4\xe3\x7f\xeb\x54\x43\x35\x55\x72\xb7\x2d\x77\x2c\x49\x51\x8d\x43\x6e\x9b\x7c\x42\x7c\xf2\x77\x93\x4c\xa8\xfe\xe8\x6f\x3f\x82\xec\x5b\xf9\xdb\xae\x0a\x47\xa5\xdb\x9b\x19\xeb\xcc\x86\x4e\x0d\x1a\x56\x06\x19\x98\xcf\xe7\x63\x02\x83\x35\x1d\xfe\x33\x68\xd6\x14\x8f\x50\xec\xc0\x3c\x0d\x88\x24\x49\x53\x02\x1f\xe5\xf1\x5c\x6a\xa4\x19\x99\xcb\x9a\x5a\xad\x8c\x5f\x3f\x21\x0c\xda\xdb\x85\xac\xfa\x61\x03\xa8\x55\x60\xca\x7a\xa4\xaa\x46\xc7\xc9\xb0\x0a\x70\x32\x45\x8d\x32\x22\x4c\xed\x6a\x6d\xf6\x7d\xe7\x55\x14\xd7\xb8\xf5\x36\x3b\x2e\x36\xa3\x75\x69\xbb\x7a\xc4\x58\x18\xa3\x65\xe9\x5e\xd7\xdc\x6e\x95\x7d\x53\xe2\x52\x6e\x40\x35\x1e\xce\x28\x41\xa1\xb5\x64\x89\x05\x73\x68\x2e\xff\x88\x75\x2a\x90\xca\xd3\x43\x01\x47\xd4\xc2\xdb\xae\xea\xfc\x91\x4b\x0e\x13\x26\x00\xd3\xce\x65\x88\xa1\x4c\xee\x65\xe5\x07\xdb\x9c\x88\xa6\x54\xa5\x10\x02\xd4\x54\xab\xd3\x51\x89\x3a\x04\xcd\x6a\x9b\xaf\xf3\xb8\xd5\xba\x60\x97\xe0\x44\xfc\xcf\x2a\x33\x0e\x9b\x93\x67\x5b\xf4\xcc\xae\x44\x55\xd4\x43\xed\x58\x0b\xcb\xa9\xe5\xda\x29\x34\x66\x0b\x58\x57\x95\xb1\xc5\x0e\x98\x4e\xe2\x0b\x5b\xe4\xd6\x69\x06\x9d\xb3\x5c\x6b\xb6\xd3\xd0\xde\x61\xbc\xd3\x4a\x02\x59\xa7\x7f\xb1\xef\x72\x53\x89\x66\x21\xd4\x56\x98\x1b\xb2\x18\xf9\x5f\xf8\xe5\xb4\xae\x96\xea\x91\x4d\x9e\x9b\xa6\x1c\x34\x0d\x9f\xba\xbd\x04\x34\x06\x2f\x90\x5b\x4f\x3f\xc3\xbe\x99\x4b\x3e\xd3\x84\x0b\xac\x7b\xbf\xe8\x5e\x31\x65\x4f\x18\x2d\xfd\x0c\x57\x6a\x54\x49\x61\xf9\x91\x1f\x61\x9f\x5e\x52\x10\xf5\xc2\x24\x0e\x89\xab\xdd\xa1\xf0\xac\x30\x8e\xb7\x29\x90\x70\xd6\x90\x80\x13\x9e\x20\x3c\x7f\x81\x20\x0d\x63\x08\x30\xff\xa5\x3e\xe6\xc8\x1a\xe2\x1e\x96\x27\xd6\x80\xbd\x17\x61\x92\x84\xe7\x89\x08\x73\x3e\xe5\x6f\x34\x08\xe2\x4d\xb2\xd4\x14\x7a\xd5\x1b\x27\x20\xc4\xee\x75\x96\xf0\x71\x28\x10\x8b\xc7\x6b\x6f\xed\x2b\xbb\xa7\x29\x55\x8d\xe8\x67\x21\x2e\x5b\x78\x28\x01\x9f\x11\x6d\x48\x59\x13\x65\x80\x66\x9e\xf4\xc7\xa7\x81\x0b\x52\x84\x65\xaf\x07\x11\x9e\x87\x49\xfc\xa7\x18\xa9\xec\x3b\xd0\x3a\x2e\x23\x9e\x55\x12\x1a\xca\xa3\x9e\x45\x22\x1a\x71\x0b\x26\xaf\x0b\x87\xc5\x34\x3c\xc2\xfa\xe6\x53\x19\x1c\x9d\x5e\x02\x06\x41\x20\x9f\x1d\x1d\x59\xe4\xde\xe9\x41\x70\xa5\xd2\xb4\x9c\xc6\xe7\x49\x0c\xa7\xb9\x74\x3c\x32\x41\x8d\x64\xff\x61\xe3\x44\xac\x5b\xe3\x2d\x63\xb4\xa4\xc0\x2a\x48\x3b\x4d\xec\x42\xc5\x7c\x59\xa6\x76\x91\xc5\x40\x31\x3b\x0b\x6b\x22\x9e\xb8\x87\xb7\x95\xa1\x45\x7e\x58\xfa\x8e\x9f\x8d\x7c\x1c\x1c\xf6\x7d\x12\x1c\x0e\x7c\xa4\x1c\xbb\x28\x5e\xa5\x99\x67\x42\x3f\x0e\xc0\x59\xa1\x33\x23\xd7\xfb\xea\xd0\xc5\x81\x1b\x06\x31\x9f\x2b\xd7\xf3\x7a\x11\x82\xc0\x3b\x3a\x72\x61\x6f\xb1\x24\x33\x37\x54\x3c\x70\x48\x6f\x6e\xa0\xcc\x51\x73\x18\x04\xd4\xfb\x8a\x7d\xd2\xfb\x6a\x3d\x66\xac\xec\x26\xde\x35\x61\x5d\x40\x41\xb2\x9e\xc4\x30\x4c\x92\xd5\x35\xeb\x00\xbe\xb9\x61\xbb\x77\x10\xc4\x3d\xd1\xe5\x9b\x1b\xf5\x97\xeb\xa5\x25\xe3\x89\xab\x52\x2b\xa1\xf5\x3a\xcd\x79\xc3\xe9\xb8\x51\xd2\x99\x08\x10\x8a\x97\x63\xca\xd4\xb9\x5b\xcf\x3c\xd3\xe8\xbc\x1f\xe2\x6f\xbf\xff\xe7\xdf\xea\xbd\xe7\xb4\x7f\x4c\xe1\xf8\x61\x85\xbb\xbe\xe2\x6f\x83\xe2\x55\x19\xbf\x5a\x8e\xa6\xb7\x0c\xe2\x6f\x04\x50\x5e\x84\x74\xa6\xe3\x5a\x3b\xc7\x99\xe3\x00\x99\x21\x4c\x8d\x78\xc9\xa5\x7b\xee\x72\x24\xf1\x4b\x36\x43\xb1\x74\x0e\xfc\x49\xde\x2b\xfd\xf0\xfe\xfd\x5b\xf6\x13\xd0\x19\x8a\xc8\x4e\x82\x8c\x75\xe2\x72\x80\xbb\xee\x5c\xb6\x6e\x1b\x81\x6c\xd3\xd3\x16\xb7\x4a\x05\x0d\xb4\x3e\x00\xd1\x26\xc0\xd0\xe2\x96\xb2\x5c\xa1\x3e\x31\xb2\x53\x95\x12\x39\x57\x42\xf9\xe2\x4b\x1e\xa1\x32\x4a\xce\x0e\xfa\xdc\x2e\x38\xce\xf0\x99\xd6\x10\xeb\x5b\x86\xbc\xd7\x4d\xff\x0f\x72\x45\xb5\xe4\x53\x75\x35\xa1\x0c\xea\x95\xac\x2a\x56\xac\xe1\xac\x57\xb1\xa2\xcb\x61\xdc\xb2\x87\x35\x48\x19\x8f\x8a\xe4\xff\x21\xfb\xa8\xe5\x6d\xa3\x91\x93\x36\x5c\x51\xaa\xc3\xd6\x30\x1b\xd5\x3c\xaa\x5b\x83\x4f\x1a\xe2\x55\xb7\x65\xd0\xa7\x4a\x74\xcf\xc5\x70\xce\xb4\xa4\x4f\xd5\xf9\xb8\x9b\x96\x6e\x39\x20\xb2\x89\x9d\xab\x17\xff\x16\x6c\xfe\xf7\x25\xc0\xab\xb7\xac\xd9\xdb\x63\xf5\x3f\xd8\x37\xb2\x38\x8c\x0d\xd9\x9d\xf7\xb4\xf3\xb6\xa2\x99\x1a\xa6\x2f\x56\xfc\x0c\x9c\xaf\x51\x79\xd7\xdc\xdf\x14\xad\x7d\x2b\xdc\x3f\xd8\x96\xfb\x9b\xe2\x5d\xdb\x70\xff\xce\xa2\x58\xf2\xc7\x0f\xeb\x30\x16\x0b\xdc\x2b\xb6\xbf\x15\x4e\xe2\xae\xe4\x9b\x32\x74\xa3\xd4\x73\x01\xa4\x38\x06\xc4\x15\xd5\xa6\x59\xda\x55\x0a\xe6\xbd\x8c\xd9\x7a\x9c\xd5\x7a\x9c\xd1\xbc\x9b\x9b\xeb\xb5\xd7\xc3\x20\x5a\x8e\x81\x96\x52\xc7\x87\xe2\x54\x8a\x03\xea\x42\xff\xc4\xf3\x49\x80\xcf\xfa\x23\x1f\x05\xf8\x6c\x90\xa6\xad\x24\x3d\x8a\xde\xa0\x4b\x80\x5f\x84\x04\xb8\x5e\x8f\xd0\x10\x53\xf2\x8f\x98\xce\x5c\xb1\x41\x7b\xcf\xc4\xf1\x97\xf4\x30\xe0\x2e\x12\xae\xf3\x56\x6c\xdc\x8e\xe7\x0b\xbd\x1b\xad\x87\x60\xed\xcb\x38\x9e\xb7\x18\x4c\xe2\x2b\x47\xbe\x72\x8e\x9d\xb5\xc7\xfe\xdf\x2a\x64\x87\x80\x31\x06\x54\xa6\x33\xbc\x13\xe0\x5d\xb3\x1f\x4e\x56\xab\xa7\x4f\x7e\x6d\x1b\xde\xdb\xec\x0d\x81\xc1\x05\x08\x93\xa2\x6c\x73\x8c\x5e\xc8\x36\xe9\xdd\x6a\x1d\x25\xde\xa5\x1f\x33\x54\x28\x44\xa5\xca\x50\xb7\x62\x10\xe0\x16\x8b\xcd\x30\xad\x5b\x07\x9b\xb7\x0c\x31\x97\x06\xb7\x6e\x2c\xd3\x3b\xdf\x09\xe6\xfa\xf5\x7f\x2e\xfe\xfc\xe1\xf8\xb7\xdf\x8d\xcc\x55\x62\xa9\x3e\xdb\x7d\x45\x72\xe1\x7f\xfd\xcb\x51\x12\x3b\xf3\x31\xcf\x49\x66\xa7\x73\xcd\x1d\x5e\xa8\xb0\x0f\x75\x02\x56\xe7\x12\xc7\x14\xfc\xeb\x5f\x6c\x4e\xd7\xff\xfa\x17\xb4\x6d\xad\x4b\xe2\x08\x8c\x43\xdc\x5d\x60\x74\xb5\x6a\xd5\xf6\x87\x05\x97\x0a\x1d\xfe\xc2\x58\x0f\x83\x30\xca\xaa\x41\x14\xb5\xab\xb3\xd5\x26\x60\x66\x8a\xcf\x87\x83\xc0\xfd\x6a\x64\x4a\xd0\x3b\xc1\xa0\xe1\xb7\x83\x9f\x5f\xff\x7c\xf2\x71\x03\xe9\x67\x95\xeb\x52\x1f\x70\x37\x03\x88\xe5\xa9\x67\x85\x71\xf2\x75\x54\xba\x66\x52\x91\x13\xca\x8d\x47\x0f\xbb\xa8\x6e\x5d\xb5\x0b\xf5\xe0\xf5\xdb\x8d\x91\x70\x4a\x5e\xac\x69\x84\x46\x95\x5a\xb8\x11\xe1\x04\x98\x57\x8c\x60\x13\xf1\xb6\x1f\x69\x9b\xec\xa2\x99\xce\x56\x77\xf5\xf6\xb4\x82\x40\xdb\x8f\x78\x5b\x66\x33\x81\xc4\x39\xe5\x50\xf0\x6d\xf7\xc6\xd2\x9a\xdf\x5a\xfe\xe4\x6e\x8d\xf4\xf6\x9d\x91\x9f\x52\x6e\xe8\x70\x1f\x3d\x73\xce\xc9\xba\x4c\x57\x19\x0f\x70\x6c\x5b\x09\x68\xcb\xf8\xe3\xe8\xa8\x78\x5b\x91\x7e\xcd\xf1\x8b\xd9\x24\x9f\x39\xdc\x5f\x50\x74\xa3\x98\xf6\x31\xcd\x9f\x25\x95\xc9\x7c\x46\x49\xfe\xd0\x77\x86\x8e\x97\x7b\x9c\x7e\xcc\xdb\x24\x9f\x16\x59\x24\x31\xa5\x77\x09\x37\x36\xfe\xb3\x7f\xfc\xf6\xb7\xf0\x81\x9d\x76\x50\x69\x88\xce\x0d\xec\xd6\x6d\xd1\xe6\xe3\xfe\x86\x20\xae\x26\x23\xdf\x8e\xce\x7f\x86\xe9\xfe\xe4\x2a\x29\x9b\xbf\xee\x78\x16\x62\x7a\x2c\x16\xdc\x9d\x60\xbb\x7f\x7c\xfb\xfe\x37\xf2\xee\xef\x15\x78\xfc\x0d\x80\x46\xdb\xcc\x48\x05\x39\x76\x09\xdf\x1d\xc5\xd1\x6b\xa6\x9a\xaa\xab\xcf\xd2\x45\x2e\xbf\xc3\x3d\xb0\xbc\x77\xe6\x7d\xed\x85\x91\x4c\x44\xeb\x66\xf0\xd5\x69\xb3\x1c\x08\x42\xdd\x44\xf6\xc0\x15\x18\xf3\x47\x6b\x6f\xed\x5f\xc6\x49\xf2\x12\x10\x8a\xd1\x6a\x83\x9b\x78\xf1\x6d\xe1\x9f\xa3\x7f\x9e\xc9\x61\xaf\xb5\xec\xd3\x48\x3f\x5d\xde\x15\xf9\x77\xfc\xf0\x7f\xc8\x53\xfa\x07\xfc\x9c\x8c\xa8\x51\xe3\x53\xf1\x61\x23\x03\x1c\x14\x39\x35\xe5\xc3\xef\x59\x6f\x4d\x6c\xa8\x78\xd0\x51\x4f\x9c\x20\x60\x9c\x82\x26\x1d\xc0\xf6\xd0\xe8\x99\xf8\xc7\xe0\xa9\x30\x14\x6f\x76\xcb\xb1\x85\x8e\x6e\xc5\xb0\x77\x81\x55\x5f\x5e\x82\x8b\x17\xbf\x4e\xe6\x9b\xb0\x6a\x9a\x33\x42\xb9\x0b\x65\x31\x56\xfe\x99\xfe\x67\x3e\xfa\x2a\xd3\x90\x8b\xf5\x74\xd6\x15\x6d\xf0\x07\xa2\x0d\xa9\xe5\x37\x57\x97\x27\x83\xa6\xfa\xb5\xf1\x85\x85\x44\xf4\x5a\xd7\x77\xb2\x38\x77\xa4\x2d\xb3\xb6\x2a\xbc\xb3\x44\x97\x3d\x5f\x5b\xba\x4c\x93\x0e\xa1\x4c\xc9\x9e\x53\x9a\x37\xf4\xa9\xfa\x20\x95\xed\xe0\x7a\x2d\x1f\xf0\x99\x63\xbf\xd7\x75\x29\x14\x34\x29\x20\x18\xf5\x30\x10\x1e\x48\xf3\x70\x3c\x8b\xa1\xf2\x03\x92\xbf\x7a\x84\xa2\x85\xeb\xf9\xf9\xa2\xdc\xaa\x1c\x26\x47\x47\x62\x2d\x12\x3c\x56\x8f\x72\xef\x65\x4f\x65\x53\x81\xb6\x9c\x63\x48\x01\x5e\x60\x95\xc7\x81\xe0\xb1\x7f\x8d\xe0\x7b\x03\x85\xa8\xe8\x31\xe4\xae\x60\x2f\x96\x84\xa2\xb9\xcc\x76\x91\xd1\xd3\xf1\xaf\x23\x40\xc3\x38\x19\x52\x9e\xf4\x41\xa7\xb5\x0b\x3d\x1f\xaa\xa5\xf9\x56\xa4\xd2\x05\xd1\xcd\x0d\xed\x49\xfa\x95\x93\xcb\x43\xef\xda\x28\xf0\x14\xc5\xcf\x20\xdf\x2e\x47\x47\x47\xe5\x67\xae\xf8\xd7\xa7\x4c\xfa\x51\x70\x45\x7d\xda\xe3\xdf\xf4\xd6\x9e\x9f\x1d\x73\x40\xe6\x91\xe5\xad\x7d\x04\xb9\x60\xcb\x0d\x5a\xb9\xf9\x40\x1f\x07\xe9\xd4\x4b\x67\x1d\x9f\x70\x6a\x08\x97\x25\xfc\xf5\xe0\x19\xee\x0e\x86\x7d\xcf\x47\xc1\xe0\x2b\xf4\xdf\xf8\x2b\xf4\xe0\x81\x47\xce\x50\x77\x30\xca\xaa\x9e\x21\x65\xc2\x77\x61\x00\x14\xb3\x78\x67\x74\x24\x99\x0c\xfa\x84\x1f\x80\xb6\xdb\x64\xfc\x2a\xc7\x33\x9d\xa7\x24\x7b\x9c\xb2\x57\x37\x37\x05\x76\x0b\x29\xc8\xf3\x8d\xb8\x62\x70\xb7\xde\x48\xf2\x1c\xbd\xf6\x53\x05\xcc\xe4\xd7\x97\xce\x2b\x18\x05\x74\xed\xeb\x0a\x53\xee\x54\x2b\x7c\xa4\x3b\xc5\x3a\xbc\xf5\xc2\xa4\x6a\x8d\x0b\xe2\xe7\xda\x2e\x16\x2e\x34\x9d\xd6\xa8\x77\x47\x4c\xc7\xc8\x44\x14\xe0\xcc\x95\x9e\xc9\xab\xea\x1d\x1d\xd1\x5e\x3e\xc7\x74\xf9\x89\x2b\x69\xa8\xda\x70\xc1\x06\x27\x65\x36\xb5\x77\x63\xdb\xfd\xf2\x8f\x37\xbf\x2f\xe9\xa2\xed\xb6\x9b\x37\xca\x61\x00\x23\x80\x9b\x43\xca\x0d\xb6\x9f\x1a\x00\xef\xad\x36\xb8\x1d\x6d\x6d\x72\x1f\xb3\xdf\xdc\x6a\xb6\x9b\x78\xe2\xe6\xf7\x0e\xb1\xc2\xe5\x36\x74\xd8\x2f\x6d\x42\x3c\x05\xe9\xd1\x91\xf2\x8b\x95\x9f\x55\x2f\xdc\xac\x0d\x5f\xaf\xe0\x95\x25\x4f\x36\x3f\xfe\x86\xdc\x4a\x2a\x8c\x3a\x7a\xf8\xd8\x0e\x92\x83\x6e\xe2\x81\xf8\xe7\x93\xf1\x77\xbf\xad\xfe\xfe\xc7\x2e\xe0\x83\xab\xc2\x8c\x32\x12\x54\xdc\x36\x36\xda\x70\x1e\xe7\x41\x37\x4b\x81\x76\x31\x8c\xbb\xec\x2b\xa6\x68\x3b\x75\x1c\xab\xc7\x67\x6a\xfc\x46\x75\xd4\xef\x8e\x3e\x10\x8f\xcd\x31\xdd\xcd\xcd\x9b\xae\x55\x1b\x3e\x56\x85\x7a\xd7\xf4\xb1\x5d\x5a\xc0\x0a\x0b\x63\x5b\x0f\x88\x34\x58\xc2\xbf\x6e\x79\xeb\x4f\xc3\xf3\x2e\x0c\x2f\xee\xc4\x96\xf2\xb7\xd7\x3f\x47\xb3\xd5\xab\x7f\xb6\xcc\x46\x09\xc3\x8b\xdc\xe5\x06\xa1\xab\x04\x94\xaf\x37\x44\xf4\x06\x88\xfe\x11\x47\xc2\xf3\xaa\x70\x45\xd1\xed\xaa\x12\xdd\x4b\x56\x24\xcd\xb0\x55\xaa\xe8\x7c\xa5\x95\x4d\xc0\x84\x96\x8a\xbe\x01\x13\x5a\x2a\x39\x03\xf1\x74\x56\x2e\xfb\x03\x7f\x5c\x2a\x4d\xd1\xa2\x54\xf4\x3d\x5a\xe4\xae\x58\xbe\x28\xdc\xce\xc9\xe8\x48\x1a\x9e\x27\x31\xa1\x8e\xc1\x3d\x39\x1b\xae\x9c\x78\x03\xea\x10\x79\x0e\xe3\x79\xc8\x1a\x91\x50\xe3\x61\xf6\x9b\xc7\x71\x1a\x12\x4f\x0a\xab\xf5\x89\xef\x4c\x97\x71\xe4\x54\x98\xab\x5b\x65\x2d\xaa\x71\x07\x2e\xa7\x27\xca\xe2\x4d\x69\x78\x6e\x4e\xee\xa5\x92\x4c\x8a\x0c\x96\x4f\x0b\x29\x3c\x52\xa0\x0f\x81\xb1\x90\x2c\xa7\xf1\x64\x65\x78\x9f\xbb\xde\x2a\x15\x2b\x5f\x60\x19\x93\x73\x9a\x00\x8b\xc4\x67\xd4\x44\xa7\x3d\xd1\xa1\xcd\x8a\xef\x3e\xe5\x00\x94\xb3\x7a\xda\x87\x46\x7f\x75\xf1\x59\x1e\x5a\xdd\xc2\xaf\xdb\x0c\x9a\x50\x68\xcb\x3e\x39\x66\xbb\x7c\x15\xe6\x48\xc5\xdc\xba\xca\x05\x3f\x6b\xb9\x5c\xad\x32\xb5\x16\x43\x46\xfb\xaa\xb5\x10\xc7\xa1\xba\x27\x24\x4d\xd9\x70\x3f\x29\x07\xfb\xce\x87\x45\x08\x65\xc5\x02\x2e\xe6\xdd\xe8\xe1\x86\x29\x6c\x3f\x61\xe7\x2c\x12\x9d\xe5\x18\xba\x06\xd6\xa3\xd9\x55\xd3\x3e\xa2\xc1\x26\x29\xec\x16\x2a\x4e\x4e\xb1\xd8\xfa\x34\x25\x82\x34\xb9\x70\xd7\x8f\x4c\x0d\xa1\x9d\xfa\x56\x36\x3c\x1c\x6c\x6a\x25\x64\x7b\x5a\x1a\x60\xc8\x7f\xf1\x72\x5b\x9b\x79\x78\x89\xff\x03\xc3\x8b\xac\x71\xe9\x0c\xe1\x3a\xff\x95\xbf\x76\x67\x1f\xf5\x54\x58\x27\x17\xc2\x6e\xb9\x4e\x12\xf7\x52\x01\x9d\x35\x6e\x38\xd5\xe5\xb6\x78\xff\xb0\x2f\x46\xf2\xeb\x22\x0a\x69\xad\xad\x53\xb4\x83\x97\xb0\x47\xc6\x33\xc0\x18\xc0\x75\xc2\x09\x05\xf8\x1d\x3f\x26\x9a\x5c\x6c\x81\xea\x2e\xa8\xe9\x2b\x90\x1d\x5d\x7b\x6b\x5f\x3c\xcd\x19\x71\x74\xe7\x06\xa9\x7b\xc6\xf2\x14\xeb\x5f\xe7\xb4\xb3\x21\xe8\xa1\xc9\x84\x00\xca\x7f\xf9\xba\x3a\x96\xbe\x62\x3f\xfc\xbc\xf2\x95\xbe\x13\x3f\x7d\x4d\xdf\x4a\x5f\xbd\x47\x8b\xb5\x6e\x09\xba\x0b\x29\x87\xd9\x1a\x93\x41\x01\x77\x42\x81\xbf\x9c\xfe\x31\x19\x3c\xb8\xb8\xd8\x89\xcb\xda\x76\xa9\xb7\xf3\x70\xc0\xcd\xa9\xe5\x9b\xb3\xd0\x67\x1b\x87\x2e\xf6\xb9\xba\xaa\xbb\x2e\x95\xf2\x98\x9f\xf8\x8e\x54\x89\x2b\x41\x86\x8b\xea\x9d\x09\x4d\xd8\xca\xe3\xad\x1a\x31\x85\x86\xe7\x72\x23\x6f\x39\x5e\xd9\xfd\xbc\x22\x70\xbb\x6e\x59\x25\xb6\xde\xad\x57\x96\xd6\x3c\x1b\x97\x59\x6f\x28\xc5\x10\xf0\x4b\x5d\x46\xb5\xf2\xc5\x6e\x5e\x54\xf3\x82\xce\x87\x82\x83\x54\x1c\x79\x6b\x85\x35\xc0\xb7\x31\xa3\xf3\x57\xfb\xf5\x5f\xc0\x95\x33\xd9\xd9\x00\x1b\x89\x5e\x46\x6b\xa1\xf8\xce\x54\x5c\x24\xdd\x80\x00\x44\xa4\x8b\x81\xcc\x0e\x04\x4c\x25\x93\x70\x85\x96\x94\x1c\x4f\x31\xcf\x48\xa3\xde\x0b\x12\x76\xe5\xb9\x3c\x67\xf7\xd3\x93\x7b\xcc\xe3\xab\x18\x92\xe3\xcb\x98\xce\xba\x18\x90\xf8\x4f\x81\xc5\x93\x4f\xed\xe1\x63\x9f\xf8\xc8\x0f\x77\x25\xd1\xe2\x06\x87\x9c\xfe\xe3\x2f\xde\xff\xfe\xbf\x5f\x54\xe4\x0f\x07\x49\xa2\xa5\xf6\xa8\xb5\x18\x3e\xac\x71\x4d\x9d\x85\xe4\x45\x98\xa5\x13\x6a\x0c\x04\x1b\xcb\xc2\xba\xfa\xd8\x60\xf4\x1a\x87\x95\xc0\x89\xbc\x73\x36\x59\x6b\xea\x02\x62\x1d\x85\xde\x07\xc2\xaa\x58\x27\x55\xa4\x1a\xfe\x68\x5b\x53\x64\xc5\x30\x6a\xc8\xfe\x3c\x05\x97\xb3\x8c\x15\xd3\xe0\x09\x75\x33\x6f\x0a\x52\x97\x0e\xea\x79\xf6\x64\x87\xd9\xa5\x53\x1a\x89\xb5\x05\x43\x1a\x5f\x80\x2e\x19\x63\x24\xd0\x3d\x52\x82\x49\x2d\xd9\xf1\x9d\x6f\xf8\x25\x2a\xa4\x5d\x12\xff\xc9\x7f\x8b\xd2\xdc\x70\xa5\xfd\xa4\x68\x91\xfd\x7a\x91\x02\xe4\x8d\x93\x98\xc3\x54\xfc\x09\x5e\x28\xd7\xe4\x33\x87\x72\x13\xaa\xd8\x1c\x3e\xc8\xe6\x59\x11\x47\x42\xb4\x7e\x10\xad\x08\x2b\x58\xee\x11\xb7\x60\x55\x1f\x99\x73\x5f\x6f\x84\x9f\x36\xf4\xad\x19\xe6\xd2\xcc\x85\x5f\x1a\xac\x50\x1f\xd8\xf2\xae\x37\x43\x51\x53\x1c\xa5\x34\x43\x71\xc9\x8c\xd1\xa5\xca\x01\xf1\x54\xb3\x4c\x4a\x6b\x0f\xff\xa9\x25\x10\x6b\x00\x87\x92\x8a\x62\x75\x0a\x6d\x8b\xf5\x53\x81\x73\xc9\x16\x4f\x76\xd8\xcd\x70\xe3\x55\xf8\xed\x27\x58\x58\x91\xe5\xc2\x2a\x23\x3e\x56\x8d\xd7\x77\xbe\xd1\x72\x92\xa9\x96\x2a\x92\x92\x99\xb2\xd7\xca\xd4\x96\xcd\x40\xe8\xe3\x22\xc7\x9a\x02\x0e\x6c\xd3\x9b\x34\xce\xc5\x46\x40\x52\x1b\x89\x21\x23\xae\x54\x7a\xcd\x6a\x48\xd7\xba\x85\xca\x67\xd4\x64\x52\xcd\x2f\x09\x70\x0a\x08\x95\x01\xc0\x4c\x10\x9e\x87\xf4\x35\x05\xf3\x53\xb6\x96\xfc\x65\xad\x7e\x18\x97\x41\xa5\x50\x7a\x71\x12\x66\x57\x28\xa9\x85\x41\x1e\x90\x73\xda\x63\x84\xe6\x5d\x0c\xc6\xab\x71\x22\xd4\x93\xf4\xe5\xb7\x31\x8c\x62\x38\x65\x65\x74\xfe\xf7\x43\x4a\x71\x7c\xbe\xa4\x7a\x01\xb9\xf2\x1b\x0d\x18\xbc\xdc\xd0\xed\xfb\x44\xf5\xce\x73\x9d\x29\xa0\x7c\xb4\x8e\xe7\x8b\x8b\x8a\xc1\xe0\x71\xdf\xc7\xe8\x52\x1e\x66\x1f\xf7\xfd\x79\x78\x95\xfe\xe8\xfb\x92\x11\x87\x7c\x1d\x66\xba\xc6\x46\x16\x91\xa2\x03\xa4\x50\x82\xba\x42\xf3\x73\x46\xdc\xa7\x26\x9d\xa9\x52\x44\x2d\xef\xaf\xa3\x0c\x12\xd9\xf3\xb4\xf3\x8e\x34\x72\x14\x9a\x2d\x4e\x74\x50\x76\x6d\x4a\x2a\xfa\x9b\xda\x21\x24\x15\x82\x20\xa0\x47\x47\x2e\x0c\x32\xb5\x1d\xfa\xce\x57\x7f\x76\x39\xbf\x0d\x3b\x03\xd6\x05\xb8\x5e\xfb\x8a\xcc\xa5\x93\x40\xd6\x59\xdf\xf9\x20\xae\x2a\x7c\x67\x1e\x5e\xbd\x13\x88\xcd\x29\xed\x73\x47\x05\x41\x36\xc3\xb8\x89\xe3\xf9\xb4\xf4\x22\x6b\xc4\x3b\x88\x27\x2e\x50\xa3\xfc\x29\xa4\xb3\xde\x3c\xbc\x72\x1f\x16\x68\xd8\x13\x3d\xb9\xb9\x39\x1b\xa5\xe8\x02\x9e\x77\xa0\x6a\xc4\x22\x36\xd9\xf0\x25\x8d\xf4\x7f\x85\x0f\x4e\xbe\x94\x30\x43\xd7\xf2\xb6\x8a\xf2\x5b\x49\xa6\x8d\xe7\x23\x51\x84\x35\x80\x7f\x59\xda\x74\x7c\x68\x30\x63\xcd\xc3\x18\x76\xbe\xee\xb0\x43\x29\x1f\x88\x0c\x8f\x26\x01\x65\x5d\xf8\x16\x2d\xf9\x92\x78\xc1\x37\xf2\x77\x60\x4c\x5d\xcf\x47\xe5\x66\xfe\x32\x41\x88\x02\x7c\xc6\xce\xb2\x81\x23\x15\x8e\x18\x4e\x90\x33\xfa\x8b\xe7\x87\x01\xe9\x51\xb4\x78\x80\x7a\x42\x21\x10\xc3\x79\x30\xf0\xe3\x80\xa9\xfc\x34\x8c\x93\x9e\x18\x4d\x37\x3c\x90\x16\x34\xde\xb5\x74\x9e\x52\xaa\xf6\xfd\xd8\xcc\x80\x05\xbe\x86\xf2\x53\xc2\xcc\x54\xc7\xcd\x7c\xbd\x2c\x2b\xd7\x4b\x35\x63\xa7\x34\x6e\x60\xec\xa5\xc6\xd8\xe0\xe8\xc8\xa5\x1a\x63\xd3\x12\x63\x53\xe9\xe7\xb8\xe4\xb6\x3e\xf6\x59\xa2\xdc\x92\xc4\xa3\x53\xae\x81\xbd\x45\xd2\xf1\xcf\x5b\x0b\x8f\x31\x61\xe0\xdb\xce\x8b\x4d\x3b\xe5\x48\x67\xcb\x98\xbc\x03\xd3\x98\x50\x80\xd9\xba\x52\x47\x14\x83\xc1\x52\x13\xa8\xc6\xaa\x6a\x6f\xf7\xbc\xb5\xff\x81\x9f\x54\xdf\xa5\x07\xd5\x52\xa7\x63\x22\xfd\xdf\xb8\x0b\x63\xee\x49\x0c\xa7\x37\x37\x6a\x3d\x91\xef\x93\x78\x3e\x07\xf8\xc4\xf5\x9e\xf1\x47\x18\x08\x77\x18\xd7\x63\x22\x19\x66\x22\x99\x5b\x83\x75\xe3\x20\x57\xd4\x72\xeb\x45\xce\x56\x06\x0f\xc7\x4a\x7c\x17\x63\x42\x9f\xc3\xf1\x0c\x61\x17\x18\x10\xee\x52\x1e\x28\x3a\x2f\x7e\x3d\x38\x3a\x4a\x7d\x7e\x32\xf7\xc4\xc1\xe8\x99\xfe\x63\x78\xbd\x66\x6b\xce\x21\x1c\x24\x4d\xf3\xc2\xf4\xe2\x89\x18\xe4\xff\xa1\x58\xf9\x9f\xfe\x1f\x8a\x7b\x7c\xbb\xe9\xfd\xf9\x9a\x31\x4c\xc0\x76\x0b\xcf\xa7\x85\xd0\xb1\xa3\x23\x70\x58\x92\x21\x4a\xd3\xf1\xbc\xeb\xe2\xcc\xa5\xf6\xae\x45\x88\x09\x78\x0d\xa9\x0b\xe4\xa2\x80\x81\x6a\xdb\xc7\x81\x46\x17\x44\x00\xe1\x9e\xa9\x0e\x13\x58\x24\x7b\x45\x04\x56\x1e\x13\xd7\x42\x9e\x90\x2a\x19\xc2\xc5\x01\xc9\x89\x83\xaf\xdb\x09\x95\xba\x96\x9f\xb1\x96\x43\x42\xde\xc4\x84\x7b\xfe\xbb\x4e\x78\x8e\x2e\x80\xe3\x0d\xf5\x17\xc2\x23\x31\x7d\xe7\x17\xa8\x3b\xf0\x15\xd5\x03\xbc\x06\x09\x01\x9d\x4a\xca\xf1\x89\x28\xda\x86\x97\xb6\xb6\x21\x21\x00\x49\x93\x03\x56\x39\xcb\xaa\xda\xf0\x8e\x17\x4b\x1c\x4f\x56\x9f\x2b\xc9\xea\xdb\xe3\x57\xe8\xe9\xf8\x47\x73\x9c\x7e\x31\xc9\x6a\x0b\x0b\xcc\x17\xbe\x52\xef\x0c\xa7\x0e\x6e\x83\x92\x94\xe3\x99\xd6\x2b\x8e\x21\x77\xdf\xea\xb1\x43\xe3\x85\xad\x75\x82\x7d\x48\x18\x08\x76\xe1\xec\x51\x3a\x27\xb6\x38\x72\xef\xe4\x50\xbd\xc3\x83\xb5\xf5\x91\x3a\xff\xe5\x0d\x4f\xc7\xd5\x2e\x0d\xb9\x08\xf0\x82\x9f\x0c\xbf\x88\x79\x1d\xe5\x8f\x9c\x39\xe2\x54\xc0\x9c\x9c\xce\xd0\x65\x47\xae\x19\xc5\x16\x66\x80\xe4\xa6\x7b\xed\xaa\xf9\xae\xbc\x48\x2f\x52\x07\x25\xa2\x83\xce\xc3\x2a\xca\x98\xa1\x5e\x4a\xf7\x33\x10\x51\x65\x1c\x88\x49\x17\xcc\x17\x54\xf7\x09\xe0\x7b\x95\x31\x6c\x3d\x77\x01\x94\x12\x31\x77\x2b\x95\x5d\x41\x55\x01\x0d\xd8\xcc\x47\x3b\x58\x81\x76\x58\xe2\x75\x70\x37\x05\x3a\x36\x23\xe1\x7f\x42\x46\xfc\x21\x8e\x80\x0d\x23\xb6\xc2\xf1\xb7\x90\x00\xe9\x27\xed\xb2\x5e\x18\x8c\x3d\xf5\x66\x1e\x6b\x63\x4f\xf5\x9a\xaa\x7e\xde\xbc\x2a\x2b\x50\xc6\x1b\x7d\x48\x76\xe2\x30\x6b\xd4\x66\x34\x2c\xf1\xbe\x8f\x1a\xf0\xc4\x9b\x3d\x67\x9b\x8c\x31\x66\xb8\x86\xf6\x3e\x25\x45\x45\x6f\xc9\x96\x3e\x79\xf0\xc0\x63\x8d\x71\x9e\x17\xc7\x0b\xb2\x3c\x27\x63\x1c\x9f\x03\xcf\x55\x29\x5b\x97\x85\x0b\x48\x61\x55\x28\x9d\x0e\xfa\xc6\xd3\x41\x5f\x3f\x1d\xf4\x47\x43\xd1\xa8\x3c\x47\x3a\x05\x0a\x77\xd3\x43\x24\xf0\x1d\x99\x20\xac\x9b\xdd\x69\x12\x7e\xc3\xb9\xf6\xea\x8e\x3c\x2d\xcf\x3a\x42\xa7\xcc\x63\x51\x40\x9f\xc7\xdf\x14\x74\x5f\xd4\xac\xfb\x4e\xbb\x49\x4c\xee\x46\x7c\xea\xdb\xd9\x9b\xb7\x83\xd9\x3f\x5f\xd6\x2a\xb0\x36\xf1\x32\x46\xc4\xc9\xf7\xe1\xb4\x15\xc4\x6f\xd6\xdc\x63\xff\xc4\x02\x07\x78\xf0\x88\x89\xa3\x72\xb8\xaa\x22\xb1\x08\x52\x55\xc9\x62\x72\x69\x67\x47\xba\x10\xdb\x20\xef\x67\x54\x01\xe0\xa6\x7d\xd9\x1a\x72\x97\x93\xc9\x0a\x9f\xb1\xa8\x54\x4e\x49\x3e\x79\x4d\x3d\x34\xa5\xf8\x8e\x85\xbf\x6b\x35\x62\x5c\xbd\x1f\xa0\x0d\xc0\x63\x33\x82\xaf\x71\x13\xb9\x85\x80\xaa\xfc\x42\xbc\x4d\x70\xaf\x83\x7a\x81\x20\xdb\x8e\xba\x21\x97\x40\x77\x42\x30\x80\x1f\x7f\xfa\x32\xfe\xe7\xe9\x8f\x9f\x1a\x63\xc1\x4c\x0c\x6d\x72\x76\xb5\xc1\x40\x70\xd9\xf9\x07\x08\x3f\xfe\x14\x2e\xe4\x2e\x73\x3d\xd5\xb3\x4c\xd0\x0c\x2d\x13\x08\x6b\x12\xb7\x11\x63\x95\x3e\x00\x9f\xc1\xd1\xda\x27\x85\x2a\x3e\x56\x36\xe4\xb4\x92\x2c\x2f\xba\x14\x04\x01\x39\x3a\x72\x79\x4c\x37\x10\xdb\xac\x4f\x3c\xcf\x27\x67\x70\x14\x60\xfe\xcf\x7a\xbd\x76\x3d\x1f\x07\xc7\xd7\xd7\xee\xd9\xf3\xee\x3f\xc3\xee\x9f\xbd\x7e\xf7\xcb\x0f\xdd\xd1\x03\x6f\xbd\x3e\x9e\x36\x24\x27\xb1\x60\xd0\xd0\x31\xde\xfb\x08\x87\x76\x07\x33\x1d\xd8\x11\xc6\x2f\x67\xe4\x63\x90\x14\x2f\x19\xf2\x84\xca\xec\x87\x30\xb3\xba\x01\xaf\x40\x1b\x1e\x38\xa7\x92\x5a\xc8\x7c\x16\xac\x63\x18\x32\x26\x29\xd8\x85\x3b\x10\xa1\x05\x80\x00\x77\x20\xc2\x60\x02\x30\x06\xd8\x29\xeb\x26\xb2\x8f\xbe\xf3\xe1\x3c\x09\xe1\x47\xc7\x4b\xb3\x10\x64\x85\xc4\x16\xed\xf9\x17\x21\x26\x3b\x1b\x47\xa1\xfd\xb2\x45\x98\x53\x52\x6b\xc6\x51\x6c\xcd\x1d\x29\x3d\x9f\x15\xb8\x8d\xde\x64\xdf\xf1\xa9\x30\x64\x92\x40\xef\x06\xa3\x82\x53\x60\xc9\x43\xce\x92\x59\x90\xe6\x33\x97\x06\x34\x85\x76\xc5\x85\xd8\x47\x9e\x1f\x42\xde\x5a\xc1\x31\x8a\xc0\xaf\xef\x5e\xa7\xac\xa6\x5d\xa9\x11\x9e\x05\xc2\x71\x3c\x99\x6b\x02\x66\x0e\x69\x7c\x1d\xe7\x29\xe8\x0d\xf9\xe3\x96\x99\x42\xa4\xe2\x77\x87\x40\x61\x2f\xc0\x4f\x3f\x86\xc7\xf3\x2a\xb8\x0f\xb6\xea\x48\xad\x42\x95\x1d\xfb\xd3\xbc\xce\x0f\xb9\xf7\xe2\xe0\xa4\xc6\x3d\x53\x03\xc7\xd3\x0b\xe5\x22\xb0\x4e\x8c\x70\x81\x39\x12\xa6\xa8\x77\x32\x4e\x2a\x5f\x7b\x23\x80\xc0\x13\xe3\x81\xfd\x21\x93\x32\x93\x7c\x5d\x31\xec\x51\x95\xe7\xa8\x3c\x9b\xeb\xd9\xae\x0d\x87\x73\xdb\xf1\x98\x3a\x90\x05\x59\x18\x1c\x48\x95\x9a\x39\x0b\xc9\x4c\x18\xbd\x39\xfc\x89\xb4\xce\x55\xa6\xab\x2f\xd8\xef\xf2\x3a\xe7\xb6\x8e\xa8\x65\xee\xdf\x5a\x87\x69\x3a\x65\x6a\xe1\x0d\xea\xde\xfe\x70\x50\x71\xf6\x44\xf0\x3c\x59\xe2\x9d\x20\xa1\x54\xc5\x38\xc8\xeb\x36\xa6\xc4\xb1\xdd\x42\xbb\x8e\x49\x1f\x15\x50\x25\x36\x0f\x85\xc8\xbe\xa2\x6e\x4f\xbc\x5a\x14\x16\x6b\xf0\x23\x01\x7a\xc8\x7f\x84\x51\xf4\x82\x31\xcc\x2f\x4b\x4a\xe2\x08\xbc\x91\x5f\x74\xbd\x61\x75\x17\x2a\xea\xd4\x02\x98\x95\xdb\x29\x8d\x31\x8c\xa2\x2c\x88\x23\x42\x63\xde\x69\xd7\x53\x1c\xed\xeb\x3e\x0e\x22\x7a\x22\x26\xb2\x0b\x2e\xe8\xf1\xb5\x94\x5e\xcf\x79\x47\x47\x15\x45\x0c\xd9\xa6\xf4\x5a\x2e\xe8\x71\xb1\x90\xdd\xef\x15\x9f\x04\x87\x03\x1f\x94\xe1\x21\x65\xa9\xb5\xc7\xc4\xb8\x61\xb8\xde\xba\xfe\x42\xb4\x3b\x08\x82\xc0\x4d\x23\x24\x30\x48\xf8\x5e\xd6\xe3\xab\xec\x97\x89\xeb\x28\x05\xc5\xe1\x63\x33\x43\x69\x14\x3a\x5a\x7e\xe6\xb3\xfd\x56\x79\x01\x68\x01\x19\x6c\xdd\xa8\x46\x14\x86\x8d\x18\xa0\xce\x49\x67\x60\x64\xcc\x3b\x56\xfe\x8e\x04\xfc\xa9\xe4\xae\x0a\x8c\xcd\xac\xa1\x0d\x50\x33\x29\xfa\x08\x60\x85\x9d\xe3\x0e\xa0\x2b\x3c\x79\xf5\xe8\xed\xcb\xab\xd7\x15\xc7\x9b\xcd\x2f\xee\xea\x0c\x22\xed\xb3\x1d\x39\xf6\x19\xda\x39\xbd\x95\x35\x80\x2b\x0b\xca\x22\x91\x4e\x44\x8b\xe4\xed\x22\xe3\x34\xc2\xaf\x5f\x6e\x92\xb0\xbd\xec\x73\x39\xb6\x72\x20\x4f\x07\x5c\x97\xbb\xb9\xce\x57\x5c\xdc\x5c\xa4\x25\xd2\xd4\xd5\xad\xb2\x4b\x1a\xed\x15\x3b\xca\x3c\x6f\xba\xec\x4c\x6f\x35\x15\xc9\xeb\x6c\xe3\xc6\xaa\xa7\x63\xb4\xa8\xcc\xa2\x5a\x59\xeb\xee\x64\xae\x37\x5e\x95\x0d\x4a\xdc\x9d\xf9\x26\xeb\xb4\xaa\xba\x15\x6d\x88\xda\x36\xa7\xd3\x16\xab\xa8\x90\x4f\xbb\xf0\x35\xfd\x76\x4b\x9d\x40\xf5\x60\xf9\x47\xdc\x00\x29\x4e\xcf\x23\x1d\x92\x20\x35\xa0\x3d\xf5\x1d\x8a\x97\x4c\x65\x05\xda\x85\x5d\xee\x33\xfe\xd3\x7c\xde\xf6\xea\x54\xfa\xf5\x77\x29\xcd\xe9\xf4\x73\x29\x5e\x72\x51\xc7\x6f\xd0\x38\xe4\x0a\xb1\x93\xf0\xbf\x7c\x67\x9a\xa0\x73\x9e\x2c\xa2\x3a\xe3\xcb\xae\x3a\x54\xca\x05\xdd\x98\xf2\xdf\xfe\x3a\xb7\x01\xb3\xa5\x3e\x5f\xed\xad\x60\x3b\x15\x77\xcb\x1d\x42\xae\x54\x99\x25\x9b\xc1\x57\x78\x9f\x44\xfa\xd3\x63\x01\xea\x77\x25\xb1\xde\x6e\xef\x8c\x9d\x3d\xe0\xdb\xb4\xde\x07\xc7\x97\xa8\x72\x43\x27\x8e\x58\x43\x08\x0e\xaf\xdf\xbd\x3a\x7d\xff\xfc\xdd\xfb\xe1\x99\x52\x5a\x1c\x91\x52\xc4\xf1\xc7\x08\x46\x43\x27\x26\xa7\xe2\xf7\xda\x4f\x4b\x2c\x30\xba\x88\x99\xb8\x5e\x8f\xd6\x22\x57\x2e\x19\x5e\xb3\x26\x87\xd7\x6b\x5f\x54\x67\x7f\xa9\x62\xc3\x6b\xf6\xa1\xd3\x5f\x5f\xbc\x78\x75\x7a\x3a\x74\x7e\xbf\xa4\xce\x7a\xed\xff\x7e\x49\x0b\x2f\x84\x8c\x5a\xaf\x7d\xfe\xc7\xf0\x9a\x67\x3e\x6d\x41\x62\x83\x9a\xd4\x72\x5e\x8a\x9a\x54\x9a\x1f\x55\xfe\x16\x7a\x91\x9c\xa4\x8f\x60\x45\x5c\xc0\x6d\x9a\xf2\xc9\x14\xd0\x5f\x2e\xa1\x9a\x36\x91\x77\x94\x28\x1b\x68\x5d\x19\xd6\x0c\x3d\x3a\x72\x71\x80\x7b\x93\x38\xa1\x00\xbb\xfa\xf1\x20\x9f\xcf\x28\xdf\x82\x5a\xcb\x08\xf3\x2e\xf6\x00\x5c\xce\x45\xd6\x4f\xa6\xbb\x8b\x7c\xa6\x29\x7c\x21\xce\x0c\x7c\xeb\x74\x6c\x58\x5d\xce\x29\x27\xc6\x4e\x0c\x3b\xe0\x59\x15\x2b\x52\xc5\x7f\xd0\xcf\xbe\x35\x3c\xec\xfb\x3c\xe5\xfe\x74\x99\xfe\xbe\xc4\xb1\x0c\xcd\xef\xaf\xbd\x21\x38\xa3\xa3\x00\xfa\x60\x47\xd9\x47\x49\xbd\x76\xda\x27\xff\xec\x5f\x8c\xbf\xff\xce\xac\x9d\x9e\x8a\x45\xe8\x70\x40\x41\x47\xf9\x43\x39\x1a\xbc\x6a\x0a\xca\x28\x12\x36\x95\xd4\xd6\xc7\xbe\x8e\xe8\x9a\xee\xda\x04\x8f\xb9\x5e\x28\x96\x99\xb0\x6b\x70\xb3\x93\x04\x79\xad\x4c\x21\xaa\xf2\x42\x3a\x28\x8e\xc6\x59\xf6\xd0\x74\xa1\xf9\x6a\x55\x36\xc7\x9a\xb0\xef\x3c\xc9\x1c\x0d\x8a\x21\x33\x6c\x55\x73\xc5\x22\x5d\xd8\xd5\xd6\xa8\xb4\x88\x1e\xfd\x9c\xd3\x50\x13\x40\x4b\xe1\x35\xce\x71\x79\x3b\x87\x64\x11\x8e\xc5\x08\xb3\xa3\x80\x1c\xe4\xb1\xd2\x8e\xd9\xc8\x47\xd6\x29\x4c\x9f\xe8\xee\x2e\x62\x8c\x12\xe8\x8e\x0f\x4f\xd1\xab\x5e\x75\x92\x0a\x18\xd7\x93\x94\x90\xcc\xcf\x65\x66\xb4\x63\x7f\x03\x8c\x79\x82\x70\x43\x44\xd1\x13\x41\x33\x21\x5d\x8e\x09\x48\x26\xe9\xc0\x54\x3a\xce\xf6\x81\x46\xf5\x91\xf1\xb2\x37\xa3\xf2\xf4\x58\xe9\x9f\x16\x54\x4c\x19\xf0\xd3\xd3\x91\xad\x84\x63\xf5\xfd\x7a\x52\xfe\xb1\x04\x4b\xe0\x54\x1b\x11\xf9\xf3\xf9\x32\x3b\x4c\x6a\xc3\xca\x94\xcb\xb4\x71\xc6\x8a\x21\x0d\x9d\x3a\x24\x66\xf6\xd7\x23\xd1\x53\xb9\x7f\x15\x90\xb3\xee\xc0\xe4\xb1\x8d\xd6\x6e\xde\x7e\xbf\xa4\x6d\xa7\x2d\x47\x46\xdf\x79\xbe\xa4\xb3\x5f\xdf\xbd\x49\x21\x76\x5a\x4f\x89\xe8\xec\xbf\xf1\x6c\x08\xed\xe6\x33\xad\xa3\x70\x49\x67\x08\xc7\x7f\x82\x74\x21\x69\x73\xa7\xb2\x84\x64\x92\x98\x4d\x86\xef\xa8\x4a\x21\xa3\xda\x0b\x14\x35\x17\x3a\x55\x38\xe4\x77\x47\xd0\x95\x5f\x3e\xa9\x8a\x71\x1c\xf8\x27\x3e\xe3\xa3\xc7\x5b\x06\x3b\x96\x74\xd2\xf4\x30\x52\xef\xc5\x46\x2a\x6f\x15\x76\xe5\x9b\x46\x53\x78\xf1\x20\x3d\xe0\x68\x66\x5c\xb5\xdf\x0f\xcb\x20\x18\x72\x3b\x0d\x24\x06\x2d\xd3\x57\x8c\x01\x2d\xa0\xc7\x78\xb7\x47\xd1\xdf\x4e\x7f\xf9\x39\x28\x03\x06\xe9\x65\x15\x7e\x37\x0d\x06\x5f\xd1\xff\x2e\x7a\x21\x7c\x45\x1f\x3c\x50\xae\x00\x6c\xba\x0e\x35\x57\x04\xaa\xbb\x22\x50\x1e\x09\x43\xff\x7f\x27\xcf\xa0\x54\xc4\x5d\xe2\xf9\x87\x7d\xaf\x0c\x5b\xce\x74\x69\xae\xc2\xb2\x5a\xde\xda\x1b\x36\xa8\xd4\xc4\xa8\x05\xc7\x80\xb8\xc0\x6f\xaa\xea\x12\xcf\x1b\x6a\x3d\x32\x77\xa7\x5a\xcb\x6e\xd2\xf6\x89\x4f\xb9\x15\x5e\xdd\x25\xaf\xdd\x6b\xcd\xe8\xc8\x67\x29\xfb\xed\x8b\x89\x55\x2f\xd4\x2f\x9f\x87\xbd\x32\xd5\x4c\x3c\x4f\x7f\xae\xfd\x6b\x26\xd1\x45\xea\xf6\x61\x1e\x7f\x38\x7b\xf1\xac\xf0\x5b\x16\x5c\x7b\xeb\x82\x41\xbc\x0c\x2e\xdc\xec\xe4\x87\xe6\x68\x8a\xc3\xc5\x6c\xd5\xe5\xff\xdc\x89\xdb\xe9\xf3\x13\xf0\xcb\xe5\xef\x33\xd4\x12\xc2\x94\x5c\x4c\x73\x26\x34\x11\x27\xab\x61\xd7\x71\xec\x86\x0c\x5c\x68\x26\x03\x17\x8d\x05\x8c\xf1\x27\x53\xb3\x2f\x5d\x4a\x43\x15\x2f\xc1\x41\xff\x27\x08\xcf\x15\x3c\x10\x7f\xc0\x07\x28\x95\x76\xee\x2d\xad\x40\x8b\xc4\x57\xfd\x93\x54\x57\xf7\x3b\x56\xc5\xbc\x2a\xab\x62\xa9\xbb\xb5\xf6\xab\x71\x8c\xc7\x15\x21\x3c\xe7\xe1\xf8\xe3\x14\xa3\x25\x4c\xf3\x6e\xe1\x94\x5e\xdc\x5e\x2e\xab\x3a\x7d\x95\xd1\xa3\xca\xc7\xdd\xe6\x6b\xe1\x55\x4c\x1a\xbe\x33\xf8\x44\xdf\x39\xf9\x44\xdf\x79\xb8\x8b\xef\x9c\x23\x2c\x33\xeb\xd7\x7c\xe9\x51\xfd\x97\xaa\x1d\xda\x2b\xf9\x3e\x89\x21\x20\xcd\x4e\x9d\x51\x4c\x68\x08\xc7\xc0\xce\xa5\x53\xb9\x51\xc4\x10\xe4\x16\x73\x69\x49\x61\x44\xd5\x7a\x12\xe6\x56\xf1\x80\x2b\x22\x5e\x86\x07\xb2\x3a\x49\xc9\x21\x8a\xad\xd2\xa9\x4d\x4d\xf7\x90\x29\x5d\xf9\x52\x51\xa9\x90\x1a\x46\xb1\xa0\x7a\x5c\x2c\x4f\xc0\x74\x2e\xdc\x7c\xf5\xe2\xea\xa9\x71\x2e\xec\xdc\x52\x37\x9b\xab\xf0\x1c\x24\xcd\x21\x4e\x35\x4c\xb6\x40\x31\x14\x68\xc8\x7d\xce\x63\xce\xe3\xba\x90\x96\x26\x91\x29\xfd\x51\x1a\x84\x65\x5f\x08\xc2\x47\x0a\x3a\x94\x48\x49\x53\x23\xfa\x6a\xf9\xa8\xef\x3b\x57\x27\x8e\xef\x7c\xd1\xaf\xef\xbb\xd6\x00\x05\x57\xf9\x34\xd6\x57\xac\xfe\x63\x45\x88\x55\x8a\x40\xdb\xf7\x9d\x88\xfd\xea\x3d\x3c\x11\x6e\xdc\xda\x2d\x8a\x88\x4f\xef\xc2\x25\xdb\xf5\xd2\x85\x31\x8f\x93\x24\x26\x60\x8c\x60\xa4\x06\xc6\xcf\x20\xf3\xf0\x2a\x9e\x2f\xe7\xdf\x61\xa1\x31\xbe\x8c\xa7\x31\xdf\x87\xcf\x4e\x46\xf9\xa4\xf9\x73\xa3\x37\x76\x1d\x8f\xdc\xe6\xc4\x0c\xfe\x5d\x27\x66\xb0\xe7\x13\x73\xf2\xef\x3a\x31\x27\x7b\x3e\x31\x0f\xff\x5d\x27\xe6\xe1\x27\x98\x98\xe6\xe8\x8c\xdd\xc5\xcd\x19\x0f\x49\x26\x5f\xff\xcc\x1b\x7a\xf0\xa4\xff\x57\xb0\xf6\x71\x90\xbf\xea\x52\x97\x3f\x5f\xf7\x9f\xa5\x58\x0e\xf4\xaf\xc0\x3b\x1e\xf4\xfb\xc3\xfe\x7a\x63\x9f\x79\x0e\x2d\xf3\xf0\xe1\x13\x3f\xeb\xeb\x90\x23\x18\x0d\xbb\x5f\xaa\xff\x6d\x6c\xc9\xe0\x4a\x41\x70\x06\xdd\x81\xe7\x43\xb7\x77\xf2\x98\xff\x23\xfe\xfb\x05\xff\x67\xe0\x8d\x44\x59\xc1\xdb\xac\x6c\x57\x96\xeb\xf6\xe4\x3f\xa2\x64\x77\xe0\x8d\xd6\xbe\xce\x2f\x25\x68\xa0\x4c\x61\xe4\x10\x3e\x16\x08\x40\xac\x94\xf2\x16\x3f\xc3\xee\xc9\x63\x1f\x78\x3e\x76\x1f\xf7\xc5\xbf\x5f\xc8\xdf\x83\x3e\x7b\x30\x62\x67\x62\xf5\x89\xd2\xc7\xb5\xc3\x5c\xf9\xbb\xfc\x6b\x65\xf4\x1f\xad\x4e\xe6\xd2\xca\x5f\xfb\xda\x60\xbc\x9b\x9b\xb3\xd1\x01\x34\xda\x27\x38\xb8\x31\x2f\xf7\x75\x56\x1b\xc8\x81\xe9\x59\xa9\xe5\x33\x3f\xab\xe0\xad\xbd\x1c\x02\x04\xab\x09\x33\xf4\x22\x1e\x0b\xf2\xf5\xc3\x27\x7d\x65\xe4\x79\xf8\xa4\x7f\x8c\x0f\x60\x00\x4b\x57\xa0\x3a\x83\xf6\x83\x80\xde\xdc\xd0\x20\xc0\xdd\xc1\xcd\x0d\x87\xf6\xc1\x21\x8c\xd0\xdc\xf5\xfe\x9b\x68\xf7\xfd\x85\xaf\x65\x81\x0d\xf3\x70\xe1\x9a\x92\xc8\x5e\x0b\x35\x7d\xf8\xf0\x49\xff\xaf\xf0\x18\xfb\xab\x93\x61\x36\x96\xe3\xf2\xe0\xff\xda\x1d\x3c\xe9\xfb\x4c\x43\x1f\xd2\x1e\xfb\x27\x9d\x3b\xad\x9e\x2f\xd5\xea\x21\xed\xc9\xbf\xb8\x93\x7e\x6b\x37\x7d\x1c\xc7\xdd\x78\xc2\xf4\xef\x2e\x8f\x2a\x98\xa1\x84\xdb\x6e\xf5\xbb\x6e\x5e\xca\xaa\xda\x6d\x39\x0c\xa6\x36\xc5\x36\x7e\x8e\xb9\x98\x6b\xb3\x87\x63\x45\xf1\xad\x87\x51\x59\x41\xdd\x51\xfa\xd7\xf9\x2b\xee\xa9\xc9\x36\xda\xc9\x4c\xa9\x6c\x66\x2b\x46\xcb\xb1\x56\x78\x24\x87\x04\xf2\xdc\x9d\x1d\x4b\x35\x9f\xb9\x80\xa4\x4f\x2a\x04\x94\x7a\x2f\x85\xab\xa8\x67\x86\x55\x63\x3d\x36\x6d\x23\x22\xb3\x18\xa0\xa1\x7b\xcd\xcb\x0c\xc1\xda\x5b\xfb\xa0\xca\x63\x83\x27\xbf\x48\x00\x26\xc7\xec\x93\xf1\x38\x94\xb6\x7e\xa3\xaf\x86\x40\xa8\xc1\x68\x49\x63\x38\x3d\xce\x12\x55\x8a\x9c\x35\x35\x3e\x1a\x46\x33\x73\x3c\x71\x79\x1a\xc8\x5e\x4c\x44\x3a\x48\xe0\xe9\xb6\xe7\xbe\x0f\xb5\x54\x91\x40\x5a\x9f\xbd\xaf\xe8\x7f\x03\xdd\x12\x0d\xcf\xe8\x28\x00\x67\x54\xa5\x88\xec\xc0\xf5\xda\x05\xde\xcd\x4d\xe1\x53\xc2\xa3\xa3\x17\x53\x80\x43\x8a\x70\x27\x56\x7e\x1b\xbc\xb0\x73\x86\xf8\x8f\xce\x73\x45\xeb\x91\x13\x04\xca\x37\x24\x43\x3e\xa4\xe8\x94\xa3\x3a\xf5\xc6\x61\x92\xb0\x0e\xcb\x8f\x8a\x81\x4c\x30\x9a\xbb\xc0\x2b\x7c\x9f\x6d\x9b\x18\x5d\x76\xd8\x60\xde\xaf\x16\xe0\x15\xc6\x08\xbb\xce\x6b\xc8\xa1\xb2\x3a\x21\xa5\x60\xbe\xa0\x1d\x8a\x3a\x64\x81\x41\x18\x75\x20\x82\x5d\xde\xcf\xf3\x04\x74\x62\x28\xcd\x05\xde\xda\xf5\x76\xe4\xa4\xa1\x64\xf1\x8b\x74\xfa\x53\xb5\x80\x4d\x2e\xc0\x15\xa1\x12\xe2\xa5\xe3\xf9\x33\x4a\x17\x55\x65\xc0\x02\x91\x98\x22\xbc\x3a\x66\x14\x3b\xe6\xfe\xe3\xea\xce\xcc\xf3\xa3\x90\x86\xa7\xfc\x47\x55\x38\x46\x76\xc5\x76\x2c\x1f\x3a\x9e\x2f\x30\xa5\x2a\xaa\x88\x97\xc7\xac\x53\x1c\xbc\x11\xe1\xea\xfc\x7f\x08\xb3\xe6\x26\x00\x44\xe7\xe1\xf8\x63\x45\x31\xf5\xda\xd1\x02\xed\x31\x48\xef\xea\x4a\x48\x61\x58\x0b\x41\x50\x75\x79\xe6\xf3\x25\x05\xae\x2e\x97\x24\x36\x56\x2f\x3c\x47\x98\xba\x9e\x8f\x7b\xac\xd3\x3d\x0c\x98\xf2\x16\x8e\x67\x80\x3f\xcb\x68\x54\x7c\xc3\xfb\xcf\x73\x90\xba\x2a\x08\x4e\x80\x8d\x89\xeb\x1d\xd1\x1b\x14\x88\x5f\x07\x7a\xfe\x42\xdc\x13\xae\x1e\xa2\x48\xa8\x6d\xc6\x48\x5c\x34\x0a\x47\x10\xef\xe6\x46\x95\xe4\x97\x0e\x07\xa1\x56\x97\x3f\x39\x3a\x72\x89\xfc\x1d\x38\xff\x37\x8d\x6d\x0c\x3d\x6f\xbd\x16\xc8\xde\xb8\x27\xf8\xa4\x37\x5e\x62\x0c\x20\x7d\xc7\x7e\x09\x7c\xf6\x24\xfb\xee\x2f\x97\x10\x60\x17\x7b\xbd\x04\xa1\x8f\xcb\x85\x64\xae\x61\xda\x60\xec\x79\xfe\x32\x6d\x4b\x2d\xee\xa6\xea\xba\x10\xf3\x7a\x18\x4c\x30\x20\x33\xd7\x63\x2b\x78\x1e\x13\xd0\xa3\x33\x00\xdd\xf2\x4e\x11\x1f\x06\xc1\x32\xd7\x5f\x36\xd4\x9b\x9b\x2c\x8e\x50\x0e\xf9\x59\xd2\xcb\xc4\xde\x7b\x24\xe5\x74\xe2\x43\xd7\xed\x67\x30\xa7\x9e\x9b\x6f\xcc\x27\x7e\xa9\xe3\x9e\xe7\x0d\x93\xac\x87\x5c\x48\x8b\xfc\xbb\x06\xa1\x0e\xd6\xfe\xb5\x08\x55\xb0\xf0\x73\xcc\x44\x7a\x34\xfe\x54\xf7\x32\x06\x49\x92\xeb\x2b\xb5\xe8\xeb\x71\x38\x4e\xc8\xf1\x18\x83\x82\x27\xa6\xdf\x50\x83\xfb\x34\xdf\xba\xea\xa4\xc6\x65\x13\x2b\x52\xd1\xc7\xcf\x37\x17\xe7\xcb\x98\x29\x98\x55\xe2\x0e\xe1\x39\x13\xcd\x4d\x69\x7d\x36\x3b\x0c\xb2\xd6\xc5\x05\xa5\xec\x05\x7f\xe2\x3a\xe1\x38\x71\x44\xd4\x6f\x76\x7d\x5b\x81\x75\x7a\xa0\x7d\xca\xcd\x7b\x79\xf6\x30\x88\x96\x63\xa0\x9f\x49\x60\x1a\x8e\x0d\x65\x38\x36\xbf\x00\x1c\x82\x33\x38\x0a\x28\xff\x3a\x3b\x19\xbd\x0c\x69\xe8\xb2\x67\x1c\x75\x90\xff\xd2\x2e\x6d\x7d\x90\x47\x96\x2c\xc3\xa6\x28\xaf\xd3\x34\x96\x0c\x22\x3c\x0f\x93\xf8\x4f\x99\x5f\x86\x15\x39\x48\x29\xd0\x9b\x85\x30\x4a\xe4\x2b\x58\x5c\xca\xf6\xcb\xa3\xd6\x97\x56\x4f\xe5\x20\xce\x6a\x3c\x85\x6c\x45\x09\x02\x42\x3c\x9e\x15\x4b\x08\x1d\x6f\x39\x9e\xc4\x98\x14\x97\x95\x40\x01\xd8\x95\xa3\xa8\xe9\x18\xe9\x70\x4f\x86\x67\xb9\x53\x9d\x3a\x2a\x0e\x81\x3c\x80\x7e\xbb\x72\x9d\xf7\x3c\xf6\x96\x7a\x52\x15\x5c\xa7\x2e\x1c\x65\xee\x4f\x11\x43\x7d\xcd\x79\xfc\x8f\x25\xc0\xab\xb7\x1c\x87\x7c\x78\xcd\xc4\xee\xf0\x3a\x24\x43\xe1\xef\xb9\xf6\x89\xf8\x25\x3e\xe7\xf8\x32\x64\x9c\x8d\xa6\xc2\xbb\x43\xd0\x52\xb4\x17\x5c\x87\xe3\x64\xe8\x10\x47\x25\xb7\xaf\x59\x22\x8c\xff\x59\x4d\x7e\x90\x29\x5a\x16\xc4\xe7\x81\x29\xf9\x49\xa7\x68\x51\xc8\x9a\x21\x3d\xbe\xb2\x78\x9c\x63\xb1\x54\xda\xa2\xe7\xc9\x2e\x17\x8b\x94\x46\xc3\x5a\xf3\xd8\xf1\x89\x91\xe6\x3b\x5e\xbf\x6c\x03\x91\x41\x60\x8d\x66\x17\x51\x2e\x35\xbc\x38\xdc\x5e\x03\xc3\x29\x10\x17\x5f\x52\x93\x73\x46\x05\x63\x40\x6a\x0a\xe0\xc6\xa2\x61\x86\xa8\x20\xd9\xc5\x79\x9e\x24\xce\xd0\xed\xfb\x58\x03\x87\xf5\x7c\xa7\xe3\x6a\xd0\x49\xc2\x0d\x9b\x22\x1e\xfc\x01\x84\x1a\xef\x7a\xbe\xe3\x39\x9e\x2f\x98\x55\x9e\x13\x05\x91\xcc\x6b\x5d\xec\xd0\x38\x48\x31\x2f\xe0\x33\xc7\x19\xc2\x03\x8d\x7b\xf1\xcd\x4d\x8e\x7d\x39\xa7\x7a\xec\x85\x26\x4f\x08\x80\xd1\x8b\x04\x41\x50\x86\x6e\xe2\xf9\xcf\x9d\x31\x7b\xa9\xb2\x3f\x5b\xf8\x67\x94\x25\xc5\x02\x25\xf1\x38\x06\x9b\xec\xa8\x69\xd5\x7d\xd8\x5a\xf3\x9d\xbd\xe3\x7b\xec\x8e\xf7\x50\x3e\xf6\xd5\x5d\xdf\x46\x37\xdc\xea\xd2\x89\xb5\xde\xf3\xb2\x1d\xed\x76\x43\x6f\xcb\xb3\x5f\xb5\xb3\x6c\xb9\x91\x88\xf9\xdd\xc5\x5e\x52\x96\xd0\x16\x1b\x89\x62\xaf\x2c\x66\x9e\x37\x63\xbf\x77\x88\x06\xbc\x1c\x62\x5d\x9e\x1d\xec\xd7\x39\x46\xc9\x46\xc2\x4c\xd4\xdb\x07\x49\xa6\xf5\xf4\x3f\x4b\x8c\xf1\x64\x79\xff\x9e\x42\x4c\xcc\xe9\x7f\xae\x04\x63\xe3\xff\x6c\xf2\x4b\xf0\xd5\xc6\xd2\x8b\x55\xdf\x8d\xec\x12\xd1\xd7\x1b\x08\x2f\x59\x71\x1f\xa4\x97\xde\xd5\xcf\x27\xbe\x9a\x8c\x18\x76\xe2\x8d\x70\xe0\x81\x68\x8b\xe4\xc5\x55\xa2\x4e\x44\x9b\xdc\x71\x59\xb7\xb5\xdd\x43\xa5\x96\x60\xdf\x3c\xe0\xc0\x6a\x45\xfb\x87\xc0\x4e\x23\xe9\xdd\x88\x42\x88\xe1\x66\x62\xb2\xde\xd8\x3e\x22\xb9\xf0\x3f\x57\xe0\x8a\x18\xed\xcf\x25\x71\x25\x7b\x1b\x8d\x0f\xf2\xf0\x6f\x2f\x7f\x79\x63\x79\x01\xbc\xf1\xb9\xd9\x4a\x8e\xc5\x22\x19\x09\x6a\x2b\xaa\xb5\x7a\x77\x5c\x52\x17\x7b\xfa\xf9\x04\x75\x76\xb1\xc6\x2f\x6e\xca\x4c\x0d\xa3\x0a\xa6\xdd\x40\x34\x68\xc3\xbe\x75\x03\xaa\x5e\x22\x77\xf9\xd9\xc6\xca\xea\x93\x5d\x4d\x01\xf2\xc3\xc0\x45\x41\x1a\x4b\xbf\x8d\xd5\x15\x69\x06\x57\xcf\x8f\x5b\x59\x5c\x71\x85\xb8\x93\xf7\x64\xc2\xb2\x28\x44\x9f\x0c\x38\xdc\xda\x0c\x9b\xce\xfa\xe7\x34\xc6\xa6\x9d\xd8\xa1\x49\x36\x6d\x53\x13\x8e\xb7\x60\x9a\x0d\x93\x84\x27\x75\x89\x00\x5c\x6d\x6e\x93\x25\xd5\x36\xd9\x70\x3b\x9b\x2c\xed\x91\x54\x30\xe6\xd8\xa8\x9d\x81\x56\xae\x8c\xa2\x89\x76\x4b\xb9\x14\xdb\xc8\xa5\x8f\x17\xed\x36\x9a\x8f\x17\x77\x7d\x83\x51\x3d\xdc\xf3\x13\x80\x40\x00\xae\x2a\x74\x4e\x51\xe8\x78\xfe\xef\x04\xc1\xe1\x61\x7f\xd7\x47\x84\x8f\x17\xf7\xe7\x03\x79\x3e\x90\x1e\x2d\xc4\x47\x81\x3a\x21\x1c\xc8\x31\x20\x7e\x54\x90\x03\x11\x90\x04\xc3\x3c\x5a\x35\x3f\xee\xfb\xce\x6f\x22\x21\x10\x7f\x22\xa7\x35\xf5\xcd\x41\x3d\x5e\xd3\xf3\x0e\xce\x31\x08\x3f\x1e\xf0\xc6\xc2\x28\x12\x5e\x6d\x89\x33\x24\x25\x39\xb9\x08\x99\x9c\xe9\xfd\x08\x56\x25\xdc\x6e\xf9\x41\xf6\xca\xd7\xe4\xe1\xb1\x73\x18\x04\xe4\x19\x19\x3a\x99\xe4\x33\x7e\x98\xf1\x53\x71\x10\xbe\x78\xea\x0b\x90\x4d\xf6\xb7\xaa\x22\x57\xc5\x50\x1c\xa0\xc2\xf5\x46\x67\xa6\x8f\x17\xc7\x13\x83\xcb\x6a\x5d\x79\x99\x9d\xf9\x2e\x4b\xa0\xff\xdc\xd3\xdf\xc7\x8b\xcf\x76\xf4\x63\x62\x6b\x63\x53\xdb\xc7\x0b\x1e\x33\x6f\x93\x5d\xa2\x38\xd9\x18\x21\xda\x6d\xbb\x8b\xca\xf2\x77\x97\x8b\x21\x8a\xda\xd8\x8d\x2b\x0f\x1a\x7a\xa1\x19\x08\x93\x96\x07\x9b\xdb\xf4\xff\x68\x5e\x1a\xd9\x99\x21\x3b\x51\x5c\x5b\xac\x02\x31\xd0\xd5\xcf\x28\xe2\xb6\x67\x7f\x09\x0b\x4f\x5a\x2e\x90\x1f\x44\xed\xd2\x3a\x91\xad\xb6\x5d\x29\x5a\x67\xf4\x25\x23\x1f\xdb\x2f\x1a\xad\x1d\x7e\x10\xc8\xbe\xf1\xab\x1a\x70\xa9\xcb\x29\x29\xda\x76\x3a\x47\x43\xbd\xdb\xe9\x0b\xfb\x8e\xe7\xda\xe2\x5d\x5f\x56\x76\xb8\xee\xdc\x25\x74\x08\x59\xa0\x1c\x9d\x62\x18\x17\xf0\x9d\x98\xa4\xd4\x71\xb8\xcc\xf1\x3f\xe1\xa7\x7f\xc8\x7d\xb8\xf1\x54\x43\x68\x48\x97\xa4\xf2\x38\xd3\x01\xbd\x59\x48\x4e\x79\x21\x17\x17\xee\xa8\xaa\xa2\x57\x0c\x62\x86\xcc\xd8\x39\xaf\xa5\x94\xf9\x8c\x3b\x66\x93\x8a\x0f\x11\x8d\x27\xab\x2a\x0d\x3f\x09\xc9\xec\x27\x40\x48\x38\x05\xc4\xf1\x7c\xbe\x53\x0d\x8b\xf1\x17\x49\x1c\x12\xb1\x11\xf6\x4e\x45\x4d\x55\x76\xc8\x3d\x7d\x05\xf2\xba\x27\x8a\x30\xbd\x8e\xeb\xab\x3a\x03\x0c\x82\x20\xd0\x70\xd6\xc3\x68\xc5\x51\x98\x8e\x8e\x9c\x47\xfd\x47\xec\x1c\x9a\x63\x0d\x8e\xa4\xd4\xe3\xff\x65\x7c\x85\x09\x95\xf4\x14\x2c\xe0\x78\x2a\x61\xb4\x18\x1b\x5f\x7e\xd7\x91\x80\xfe\xff\x05\x72\xf4\xf3\xe1\xe1\xc0\x27\x34\x1e\x7f\x5c\xb1\x43\x09\xf7\x69\x73\x2e\x43\x0c\xb9\xa4\x17\x1a\xfb\xd0\x11\xe9\xc6\x9d\xb5\x3c\x83\x64\x81\x68\x22\x05\xb4\x82\x4c\x27\x80\x10\x81\xce\x2e\x9e\xe6\x8d\xb0\x08\xd3\x17\x33\x30\xfe\x48\xbe\x5d\xbd\x9e\x33\x96\xe1\xd1\x55\xa6\x43\x40\x6e\x8c\xa7\x72\x28\xb9\x58\x30\x9a\x3d\x3f\x28\x1c\x4f\x16\x21\x21\xac\xf3\x43\x79\x78\x57\xbf\xd9\x41\xfd\x59\x7f\x38\x10\x5a\xf3\x18\xc7\x34\x1e\x33\x65\x5d\x16\x4b\x1f\xc8\x72\x5d\x59\x50\xd1\x62\x28\x3f\x83\xcd\x9f\xe9\x56\xb4\xdb\x19\xa4\x2a\xb7\x0a\x79\x5b\xaf\xb3\xbf\xda\x5b\x9b\xb3\xb5\xa7\x02\x1d\xc8\xde\xe8\xac\x8d\xbe\xc2\x2d\x16\xd5\x2e\xf5\x5f\x4e\x53\xd1\xf4\x67\x53\x84\xb5\x3e\x6c\xa1\x11\x6b\xad\x98\x54\x63\x0b\xf6\xe2\x01\x0b\x2d\x6f\x32\x54\xa5\x3b\x6e\x65\xca\x75\x73\xcf\x4d\x4d\x3b\xb6\x1e\x49\x44\xd7\x7b\x0b\xd2\x2d\xdc\x30\x2b\xb6\xdb\xed\xb1\xac\xfa\xb4\xb5\xeb\x5c\xff\x75\x22\x1d\x5a\x19\x24\x2c\xa5\xb0\x80\xae\xdb\x95\x00\xee\x9d\x8d\x5a\xcb\x60\xb9\x0a\x36\x17\xbf\x22\x5a\xae\x28\x79\x6d\x62\xae\xd2\xdd\xfc\x3f\x8b\x4f\x10\xa6\xdf\xae\x86\x3c\xd7\x8a\xe3\x6f\xc2\x35\x3b\xdc\xb7\xd5\x0c\x6c\xc0\x39\x86\x9d\x5b\xb5\x96\x72\x8f\x50\x9d\x01\x9e\x13\x71\xec\x16\xaf\x5b\x31\x6f\xc6\x93\xd5\x87\x47\xc6\x07\x10\x8c\x69\x77\x81\xd1\xd5\xca\xe1\x29\x95\x7e\x8c\x61\xc4\xcf\x8e\xec\x59\x6c\xfb\x51\x71\xe5\x77\xbd\x3e\xd8\xfc\xeb\x41\xf6\xf5\x0a\x40\x8a\xb7\xac\xdc\x77\x08\x1f\x1d\x65\x7f\x1b\x8b\x72\xc8\x79\xc6\x85\x8c\x0f\xb7\x5c\x60\x29\xc4\xda\xde\x1c\x5e\x5b\x1f\x4e\x6d\x0f\x9c\xf1\xc4\xdd\xf1\x99\x53\x2e\xd3\x5d\x1d\x39\x0f\x32\xbd\xa3\xc7\x99\xea\x80\x32\x5e\x91\x47\xcc\xf5\x26\x4a\x6e\xca\x09\xff\xf1\x26\x8c\xcf\x66\x96\xd8\x29\x8b\x6c\xcd\x03\xa9\x48\xf8\x0f\x3a\x4b\xff\xcc\x8e\x8a\x3b\x3e\x48\xcb\x3e\xbc\x96\xd4\xfc\x6c\x87\xe9\x42\x3f\xb6\xd0\xe8\x0a\x2d\x71\x93\xd6\x47\xb0\x02\xd1\xdb\x8a\x9d\x54\xee\xb0\x56\x7b\xa9\x2a\x5b\xb1\xdd\x29\x73\x07\xdf\x16\x7b\x2f\x01\xa1\x31\x14\xc0\xec\xb2\x53\x2f\xc5\x86\x58\xda\x0e\x37\x5a\x00\xca\xd7\x6d\x6f\x56\xc0\x2e\x19\x77\xa7\x4e\x5f\x3a\x2d\xb7\x73\xfb\x12\x1c\x9b\x36\xb7\x9d\xaf\xd7\xf6\xde\x49\xcd\x7c\x45\x00\xa5\x31\x9c\x92\xcf\x68\x5e\xc1\x60\x81\xaa\x80\x5c\x54\xef\x9a\x61\x0b\x68\x3c\x07\x68\x59\x85\x1d\x23\xdf\x3a\x9e\x48\x93\x84\xe7\x31\x9c\xb2\x2d\x8b\x13\xf1\x7d\x0a\xf5\x61\x4e\x3a\xeb\x4b\x65\x46\x36\xd2\x63\xdb\xdc\x41\xd1\x7f\x23\x6b\xd7\xf1\x0f\xfb\x9e\x4f\x5d\xaf\x04\x43\x92\xd5\x01\x85\x0a\x83\x7c\x42\xd7\x8f\x60\x95\xb3\xe4\xa8\xbc\xf3\x3c\x0b\x6a\xbe\xcb\x2e\xc7\xda\xe7\x66\x9a\xce\xe0\x21\xdf\xf5\x3f\x82\xd5\x0b\x14\x81\x61\x39\xaf\xeb\xda\x90\x34\xc0\xce\x10\x23\x55\x89\xbc\x4d\x3f\xf5\x28\x54\x80\x37\x1c\x34\x8c\x8d\x28\x33\xf2\xeb\xfe\x3b\xa2\xd4\x99\x2a\x35\x2a\x7b\xc1\x18\x1b\xf3\x0f\x71\x7a\x5f\x01\x23\x57\xa9\x11\x69\x1c\xb9\x9f\xee\x13\xb2\x6a\xce\xdd\x66\x89\x13\x72\x26\x19\x61\xe4\x0c\xd3\x2b\x36\xe3\x38\x58\xe1\x3c\xb0\x5e\xf1\xa5\x7f\xbd\x2e\xe7\xcb\x4f\x5f\xa7\xe7\x4a\x1f\x4a\xd7\x1f\x63\xc7\x45\x4b\x59\xb7\xd9\x6f\xcf\xce\x56\xc5\x81\x93\xc2\x28\x5c\xd0\xa2\x37\xcf\x37\x80\xf5\xaa\xcb\x0a\x1c\x47\xe0\x7c\xb9\x03\x59\xff\xa9\x10\xda\x00\xbc\xa8\xb1\x5c\x4f\xe2\x29\x2b\x11\x63\x04\x15\x80\x40\xc1\xc3\x7a\x0a\x68\x57\x2f\xb1\x13\xcb\x09\x80\x17\x79\xab\x89\xdb\xcf\xcc\x22\x9e\xb6\xb1\x5d\xc6\x30\x42\x97\xbe\x4a\x32\xcd\xe6\x90\xd5\x35\x9f\x71\xb9\x52\x7f\x2c\x60\xc8\xf2\x63\x16\xd3\x37\x4e\xe2\xae\x28\x93\x2b\xb9\x37\x53\x39\x41\x78\x4e\x8e\xc3\x71\x52\x35\xa1\x1c\x0e\x2d\x14\x5e\xfa\xbc\x58\x69\x36\x59\x13\xc7\xd2\xdc\xbd\x5b\x23\x58\xd1\x3a\x0e\x83\x62\xda\x93\xaf\x07\x47\x47\x29\x1c\x54\x96\xe4\x64\xa0\x67\x3c\x19\x8c\x86\x8e\xe3\x93\x72\xdd\x13\x63\xdd\x13\xbd\xee\xc9\x68\x98\xc1\x34\x0a\x9a\xba\xa5\x76\x1e\x1a\xdb\x79\xa8\xb7\xf3\x70\x34\xc4\x9e\x0b\x99\x34\x62\x72\xe8\x37\x41\x54\x91\xf7\x64\x6d\xe4\xd7\xba\xe9\xca\xd4\x18\x8b\x49\xd3\x0a\xdf\x4f\xdd\x67\x9f\xba\x8f\x95\x92\x53\x9f\x33\x56\xea\x7e\xb2\x3e\xfb\x64\xc9\xfb\x0a\x8b\x09\x53\x25\xef\x27\x6d\xc7\x93\xc6\x8f\x69\xa0\x00\xac\x92\x7f\x2a\xe2\xc9\x37\x98\x5e\xd9\x9c\xc5\xf4\xaa\x92\x7b\x39\xbd\xaa\xf3\x77\x64\x92\x5f\x86\x34\x1c\x03\xc8\xc3\xa2\x04\xc6\x97\x13\x62\x1c\xae\x9c\xf5\x4e\xd6\x2c\xe7\x06\x8b\x29\x15\xe5\xf6\x72\x42\x45\xd7\xef\xc8\x74\x5a\xaf\xd9\xf6\x53\xa9\xb2\xf0\x37\xce\xa5\x2c\xb8\x97\x93\xb9\x7f\x13\xb9\xad\xf0\x9d\x81\x64\x01\x30\x39\xee\x82\x44\x22\xcc\x95\x8f\x55\xf2\x55\x57\x94\x2d\x57\xd9\x9b\xf3\x95\xea\x79\x78\x4e\x4c\xe3\x9c\x87\x3c\x02\x40\x94\xd1\xcb\xde\xc5\x01\x56\xb7\xc9\x47\x67\xd9\x5e\x78\x4e\x1a\x89\x35\x46\x2d\xa8\xc5\x0a\xef\x19\xb9\xf8\xf8\x6c\xe9\x35\x46\x56\x04\x9b\xb5\xa2\xd8\x6c\x0f\x49\x36\x6b\x45\xb3\x59\x23\xd1\xa2\xc8\x9e\x64\x51\xb4\x6f\x04\x63\xa3\xb3\x25\x57\x14\x35\x12\x0b\x1a\x89\x45\xf1\xd2\x44\x2d\xb8\x77\xd4\x82\x2d\xa8\x05\x9b\xa9\xb5\x58\x74\x2f\x00\x26\x35\x26\x1a\xa3\xa1\x34\xb3\x29\x6a\x2d\xa8\x04\x0f\x60\x0a\xae\x16\x06\x35\x46\xfd\xee\xe0\x0c\xf9\x7e\x43\x6d\xe4\x7a\xed\x13\xcd\x11\xf8\xf9\xdb\xb7\x3d\xd9\x09\x1f\x05\x58\xfd\xfd\x0b\x4c\x56\x37\x37\xb8\x37\x8b\x23\x70\x3a\x0b\xfd\x30\xc0\x3d\x32\x0b\xf5\xc7\xbf\xc9\x5a\x31\x4f\x46\xac\x2e\x65\xd1\xd1\x91\xcb\x8a\xa2\xcb\x57\xfc\x32\x09\x44\x47\x47\x6e\x1c\x90\x1e\xcf\xfc\xed\x42\xf5\x01\xf5\xf6\x1d\x98\xbe\xba\x5a\x78\x9e\x1f\xdf\xdc\x98\xca\xa9\xf7\x9e\x1f\x16\x1a\x22\xb3\x30\xab\xfc\x2c\x3e\xeb\x8f\x86\x64\x93\x34\x0d\xe1\x62\x21\x87\x12\xe0\xfa\x88\xb9\x1f\xf8\xd4\xf7\x04\x07\xb8\xb8\x10\xf3\x63\x88\x99\xd4\x78\x05\x98\x17\x17\xcf\xe3\x42\x18\x3b\x96\x57\x98\xa8\xb4\x67\x8b\x4c\x8e\xd4\x76\x9d\xf1\xe2\x8d\x4b\x8d\xc4\xd0\x5e\x8c\xb3\xc2\x7b\x46\x34\x3e\x3e\x5b\x92\x91\x18\xda\x10\xac\x85\xae\xc0\x4b\xef\x1f\xc9\x5a\xe8\x0a\xac\x74\x23\xd1\x68\xd8\x82\xcb\x58\xe1\x3d\x23\x19\x1f\x9f\x2d\xc5\x68\xd8\xcc\x65\x34\x84\x27\xad\x28\x76\xb2\x87\x24\x3b\x69\x45\xb3\x13\x1b\xa2\xb5\x58\x9a\xbc\xf4\xfe\x11\xad\xc5\xd2\x64\xa5\x9b\x89\x86\xce\xeb\x53\x63\xf1\x12\x75\x89\xb0\xb4\x84\x79\x05\xd7\xdd\x52\x2a\xac\x34\x60\xa6\x90\xcd\x8a\x35\x11\x4f\xdc\xc3\xdb\xca\x68\x25\x3f\x2c\xbd\xb7\xce\x46\x3e\x0e\x0e\xfb\x3e\x09\x0e\x07\x3e\x52\xea\x08\xc5\xab\x34\x53\x57\xe8\xc7\x01\x38\x2b\x74\x66\xe4\x7a\x5f\x1d\xba\x38\x70\xc3\x20\xee\x41\x70\x45\x5d\xcf\xeb\x45\x08\x02\xef\xe8\xc8\x85\xbd\xc5\x92\xcc\xdc\x50\x39\x42\x1c\xd2\x9b\x1b\x28\xd5\xc7\xc3\x20\xa0\xde\x57\xec\x93\xde\x57\x32\x84\x27\xf1\xae\x09\xeb\x02\x0a\x92\xf5\x24\x86\x61\x92\xac\xae\x79\xc4\xcf\xcd\x0d\x53\xf9\x82\x20\xee\x89\x2e\xdf\xdc\xa8\xbf\x5c\x2f\x2d\x19\x4f\x5c\xe2\x89\x10\x20\x94\xc6\x6b\xc2\x35\xa7\xe3\x46\x49\xba\xb8\x7b\xeb\x72\x4c\x97\x18\x7c\xba\x4c\x5d\x79\x9d\xaf\x68\x13\xc4\x01\xe3\x8b\x81\x77\xd6\x1f\xf9\x24\x8b\x15\xc7\xcf\x1c\x67\xa8\x52\x27\xe5\xf3\x13\x11\x1b\xaf\x7b\xc5\xf7\x22\xe3\x1f\x4f\x33\x4e\xaa\x73\x01\x1a\x4b\xdf\x45\x99\x51\x3b\xd6\x71\x38\x07\x49\xfc\x27\xa8\xf2\xc0\x20\x7c\xb1\x94\x24\x64\x5a\xed\x2e\x0e\xb8\xba\xcd\x6c\xb4\x96\x8d\xaa\x0a\xcd\x64\x84\x63\x90\x74\xc3\x24\x31\x1f\x37\xa0\xc0\x6b\x1b\xaf\x4c\x35\xee\x22\x0d\x1b\x46\xbb\x88\x69\xb8\x11\xdb\xa4\x15\xef\xe2\xa0\xeb\x18\x27\x1b\xb1\x35\xeb\xa8\x2a\x8d\xe4\x3c\xc7\x46\x53\xbd\x51\x37\xe1\x85\xf7\x8c\x78\x7c\x7c\xb6\x64\x3b\xc7\xcd\xfc\x07\x62\xe3\x3a\x33\x13\x8c\x15\xde\x33\x82\xf1\xf1\xd9\x12\x0c\xc4\x49\x23\xc1\xb8\xaf\x2b\x01\xb4\x3b\x05\x66\x67\x3b\x55\xa0\xa2\xca\x5d\xa4\x9f\xe5\x88\x49\xfb\x11\x93\x3b\x3a\xe2\x1a\x8e\x51\x7d\x3f\x05\x2d\x96\x9a\x56\xc9\x9a\x9e\xb5\xb4\xec\xea\x77\xc7\xe5\xaa\x7b\x4a\xd3\xf6\x04\x6d\xa6\xe6\x12\x7e\x6c\x69\x98\x14\x75\xf6\x8d\x84\x7c\x9c\xd6\xe4\x5b\xc2\x8f\x8d\xa4\x4b\x42\x42\xe2\xc9\xaa\xad\xe6\xa1\xaa\xed\x19\x01\xd3\xd1\xda\xd2\x50\x56\x68\x26\xe3\x9f\x0f\xed\xad\x48\xa2\xf4\xbe\x91\x8e\x8f\xd0\x9a\x6e\x7f\x3e\x6c\xb4\x22\xb1\xd5\x19\x56\x78\xab\xd7\x2c\x5c\x59\xeb\x2e\x92\xaf\x71\xb8\xcb\x22\x94\x8e\xd5\x70\x97\xbb\xc0\x9a\xfc\xb4\xdc\xa2\xc6\x6a\xcb\x2f\xa2\x7c\x33\x09\x21\x0d\xe3\x62\x68\xa2\x05\x0d\x65\xb5\x7d\x23\xa2\x1a\xad\x35\x15\x45\x85\x66\x32\xda\x7b\xad\xec\x9f\xd3\x4a\x1b\x9f\x15\x0b\x97\x95\x56\x1e\x2b\x7b\xe8\xb0\xd2\xca\x5f\xc5\xc6\x5d\x25\x0a\xc9\x0c\xe0\xf6\xd6\x8c\xac\xde\x7e\x11\x50\x1b\xaf\x6d\xab\xaa\x46\x23\x29\xc1\xb8\xa5\xa8\x63\x35\xf6\x8c\x7c\x6c\x8c\xd6\xed\x8d\x9b\x49\x26\xbb\x58\x15\x77\x9c\xde\xa7\x50\x0d\xac\x86\xe3\xd3\x9c\xf5\x47\x2a\x67\xbf\xfc\xf9\x0c\x9c\x0d\x46\x43\xf6\xd7\x26\x06\xf9\x0f\x69\xc4\x65\x7d\x70\x7b\xde\x3a\x4f\x9b\x03\xad\xd3\xb1\xc6\x93\x09\xc0\xa0\x80\x60\xd3\x3c\xdc\x0e\x1b\x51\x09\xba\x27\xbd\x5b\x3a\x64\xa3\xee\x4d\x62\x18\x7d\xbb\x72\x9d\xd7\x2f\x1d\x3f\x87\xb7\xf9\xfa\xa5\xc3\x81\xad\x36\xb9\xa2\x48\x3b\x7c\x8b\x34\xb9\xb0\x96\xd6\xac\xec\x9e\x2d\x16\x36\x3a\xdb\xf6\xe2\x8b\xc6\xc5\x82\xe6\xdd\x05\x12\x01\xdf\x76\x2c\x74\x7f\x03\x79\x7f\x03\xb9\x09\x80\x87\x5c\xcf\xb6\xd0\x97\xf2\x3c\x50\x82\x9d\x84\x01\xe3\xc1\x13\xcf\xc7\x01\x14\xd7\x95\x2e\x3c\x1b\x8c\xfc\x14\x62\x40\xfa\xdd\xbb\xd8\xf3\x7c\x14\x9c\x91\x1e\x9a\x4c\x08\xa0\x6f\x79\xda\x0d\x9f\x8c\x94\x87\x1f\xee\x11\x1a\x62\x4a\xfe\x11\xd3\x99\xeb\xfc\x17\x06\x04\x25\x17\x00\x0f\x1d\xef\xe8\x08\xf5\x96\x90\xcc\xe2\x09\x75\x11\x93\x93\x7a\x0b\x9e\x8f\x0c\xc0\x96\xd9\x9a\x00\xbd\xab\x07\x01\x95\x55\xde\x80\x09\x93\x72\xab\xec\xc9\x7b\xb4\xf0\xc1\xda\xbf\xbe\x1a\xf6\xfd\xd5\xb0\xef\xcf\x40\x3c\x9d\xd1\xa1\xea\xe5\x0f\xfc\xa7\x7f\x19\x47\x74\x96\x3e\xfc\x07\xfb\xb5\xf6\x4a\x00\x1c\x35\x9e\x7a\x11\x46\x8b\xb6\x7a\x03\xab\x72\x17\x65\x61\xad\xfc\x12\xc3\x5a\xa0\x4b\x80\xbb\x04\x24\x60\x4c\xbb\x31\xe9\x4e\x31\x5a\x1a\xc7\xaf\x17\xb4\x6a\xe3\x2e\x12\xa4\xba\x4d\x3e\x92\xb7\x6c\x20\xa7\x7c\x1c\xaf\xc9\xf7\x82\x12\x96\xdf\xa8\xa8\xbf\xd9\x24\x88\xbf\x80\xd1\x5f\xb4\xc5\x3c\xa4\xcd\xec\xfb\x54\x9c\xa6\xf4\xd8\x78\x36\x54\x13\x8d\x13\x52\x8d\x7a\xc1\x5e\xdd\x3b\x18\xdd\x6f\xef\x9f\xc3\xc1\xe8\xc4\xf3\x49\x80\xd9\xae\x8d\x02\xcc\x36\xed\x30\xf3\x35\x42\xcf\x1c\x67\x88\xfc\x38\xe0\x7e\x46\x00\x5e\x78\x2e\x51\xc9\x04\x3b\x8c\x8a\x87\x41\xfc\x2c\x1e\x86\x2d\xdc\x8e\xc0\x1f\xf6\x71\x20\xe0\x8f\x65\xb8\x6f\xb7\xda\xa2\xcf\xd6\xd2\x84\x95\x6e\x14\x1c\x57\xc6\x6d\xd3\x78\x76\x2a\x87\x78\xdc\x79\x82\x5d\xb5\xd8\x0a\xaf\x9a\xb7\xbd\xab\xc5\x7c\xd0\x86\x5c\xf3\xc1\xfe\x11\x8c\x8d\xd0\x9e\x64\xf3\x41\x13\xd1\x84\xcd\xa1\x7b\x6e\xbe\x6f\xac\x56\x4f\xb3\x7a\x77\x91\x84\x16\x43\xde\x68\xbc\xfb\x38\x58\x18\x6d\x32\xbb\xa2\xd6\x1e\x0e\xf7\x0a\x44\xdd\x29\x8e\xa3\x6e\x12\xae\xd0\xb2\xe2\x2e\x33\x61\x7a\x5b\x8c\xe0\xb1\x28\x44\x8e\x59\x8d\x5b\x46\xcc\xac\xde\x91\xd5\xae\x0a\x2e\xb3\x81\xba\x80\xed\xcb\xe0\x6c\x30\xb2\x01\x10\x4d\x87\x9f\x30\xbd\xc3\x18\x6f\x52\x37\xdb\xb2\xd6\x5d\x9c\xed\xea\x36\xd3\xb1\x5a\xb6\x29\xcb\x37\x72\x50\x82\x90\x51\x38\x18\x77\x11\x51\x7a\xdf\x08\xc7\x47\x68\x4d\x36\x84\x70\x23\xd1\x10\x9e\x87\xb4\x0b\x97\x8c\x52\xf5\x21\x15\x99\xab\x6c\x92\x74\xe3\x49\x97\x9d\x29\x6c\x4f\x40\xa0\x98\x5a\x5a\x2c\x33\x9f\x6e\xa4\x3d\xe7\xdb\x0a\x60\x1b\x85\x3a\xef\x7d\xef\xc8\x81\x7b\x2e\xf4\xec\xf5\xe1\x09\x46\x4b\x73\xf8\xa6\x99\xd5\x44\xf1\x3d\xe3\x35\x39\x46\x5b\x66\xe3\xc5\x9b\xb8\x6d\x3a\xb6\xa7\x1a\x2b\xbb\x5f\x24\xe3\xa3\xb3\x6c\x6f\x3a\x6e\x26\x16\x46\xcb\x45\x7b\x0d\x20\xad\x76\x17\x89\x57\x3f\x60\xe3\x9e\x6f\x3e\x66\x4e\xef\xa6\xd7\x52\x0d\x73\xd8\x37\x37\xb5\xa0\x94\xd1\x23\xa0\x8a\x54\xfb\xe6\x06\x30\x6d\xe1\xee\x34\x6d\x76\x75\x9a\x85\xa4\x0b\xc1\x55\x5b\xef\xb8\xb4\xda\x7e\x11\x6f\x16\x92\x9f\xf9\x60\x2d\xdb\x94\xe5\x6d\x88\xb8\xc0\xe0\x22\x46\xcb\xb6\x3e\x63\xb9\xaa\x7b\x47\xcc\xb7\xe9\xa0\xed\x09\xaa\xea\x34\x12\x15\x83\x49\x77\x5e\x3c\xeb\x54\x94\xa3\xc8\xa0\x94\x61\xb4\xa4\x31\x9c\x1e\xd3\x14\x6d\x9c\x75\xaf\x01\x31\xe4\xde\x34\x7d\x6f\x9a\xde\x24\x43\x78\xe1\xe6\x99\x67\x3e\xa8\xca\xa9\x28\x5e\x1a\xef\x9f\x7d\x22\x6c\xd9\x28\xc0\x2a\x58\x56\x0f\x8d\x65\xcc\xfe\x1e\x79\x5a\x1a\x06\xd1\x96\x5f\x00\xf7\xce\xde\xf4\x44\x0c\x23\x7d\xc7\x7e\xf9\x28\xf3\xb1\xf9\xe5\x12\x02\xcc\x4b\x7a\x9e\x4f\xac\xd2\x32\x97\x96\x5c\x59\xd4\xc9\x57\x2d\x56\xe7\x65\x9c\x44\xe3\x10\x47\xb9\x22\x92\x42\xa6\xc4\xee\xe9\x62\x25\x9a\x95\xa1\x69\xa9\xa6\x6b\x81\x06\x7d\x1f\x06\x8c\x87\xe4\x3b\xc9\xd5\xde\x57\xf4\xbf\xd5\xdf\x5f\xd1\x07\x0f\x3c\x78\x46\x47\x01\x38\xa3\xe9\x55\x3e\x5c\x8b\x75\x1e\xe6\x57\xbb\x3d\x5b\x92\x05\x06\x61\x54\xc7\x91\xe9\xd0\x50\x8b\xa1\xe5\xa5\xd0\xc6\xbd\xb3\x5c\x34\x69\x17\x43\xd9\x9f\x5b\x92\x71\x72\x54\x62\xb4\x13\x8c\xe6\x2e\xd8\x6a\xc5\x02\xb9\x74\xf4\xa5\x1b\x17\xe0\x19\xb1\x58\x32\xc4\xf3\x13\x0d\xd0\x92\x71\x9d\x1f\x8a\x55\x99\x04\xc8\xc5\x9e\xbf\x0c\x92\xb3\xfe\xc8\x1f\x07\x49\x8f\x24\x6c\x45\x0f\xd2\x4b\xa4\xd8\x5d\x32\x01\x3a\x0e\xc6\xbd\x79\xb8\x30\x19\xc4\x40\x8f\x2c\x92\x98\xba\xce\xb1\xe3\xf1\x32\x00\x8e\x51\x04\x7e\x7d\xf7\xfa\x05\x53\x13\x20\x80\xd4\xeb\xfd\x8e\x62\xc8\x4b\xac\x3d\xcf\x0f\x7b\x22\x4e\xfd\x59\x4e\x04\x80\xf4\xb9\x37\x74\x61\x6e\x99\xff\x1c\xce\x41\xce\xf1\x44\xc0\x31\xf7\x1c\xef\xe8\x68\x99\x7b\x11\x8d\xf9\x43\x77\x19\xa4\x65\x7a\x63\x04\xc7\x21\x75\x97\x9e\xe7\x17\x3e\x78\xb6\x1c\xa9\xb7\xc4\x1d\x7b\x9e\xe7\xad\x0f\x52\xc2\x26\x9c\xa6\xcb\x1d\x8b\xc3\x6c\x37\x4e\xca\x42\x8f\xbd\xce\xcb\xad\x65\xbd\xdc\xa2\xf3\xa4\x4b\xc2\x49\x5b\x97\xe1\xac\xde\x9e\x69\x68\x74\x9e\x9c\xf2\xe1\xda\xaa\x67\xb2\x42\xa3\x6e\xb6\x9c\x87\xb0\xbd\xeb\x75\x5a\x6d\xcf\xc8\x98\x8e\xd6\x96\x8c\xb2\x42\x23\x19\x57\x0b\x64\x1f\x43\x2e\x4a\xef\x19\xe9\xc4\x08\x6d\xe9\xc6\x4a\x37\x11\x2d\x9e\x2f\xed\xc3\xc8\x79\xe1\xfd\x22\x99\x18\x9f\x65\x83\xac\x70\x23\xc1\x60\x5b\xef\x7e\x56\x63\xcf\x88\x06\xed\xbd\xfb\x63\xd8\xe8\xdd\x1f\x73\x38\xf6\xaa\x14\x37\x75\x84\x53\xf5\xee\x22\xf9\x1a\x86\x7c\x81\x3e\xb6\x8d\x1a\x94\x95\xee\xe2\x60\xeb\x78\x45\x8c\xd4\x9a\x5d\x58\x71\x91\xf7\xb5\x86\x7c\xa4\x2b\x50\xfb\xad\x4d\x8f\x69\x8d\x3d\xa3\x9e\x38\x79\xd8\x93\x4f\x94\x6f\x64\x3f\xd2\x65\x27\x91\x76\xf4\x13\x35\xee\x22\xfd\x1a\xc7\x2a\xbc\xaa\xda\x8c\x75\x0f\x7d\xc7\x62\xf2\xaa\x95\xf7\x98\x2c\x6f\x41\x3f\x76\xe6\x68\x19\x8c\xf4\x09\x4d\x04\xf8\x13\x98\x08\xe0\xc6\x26\x82\x8d\x7b\xd7\xd6\x44\x80\xf7\xcb\x44\x70\x7b\x46\x3d\xe9\x9e\xea\x93\x80\xfd\xf0\x51\x40\xce\xfa\x23\x3f\x0c\x48\xc9\x7c\x50\x65\xb8\xab\x3b\xd1\x23\xe3\x89\x1e\x95\x4f\xf4\x88\x9d\xe8\x71\xa0\x7d\xc3\x63\x5c\x32\xa6\xf1\x05\x90\xf9\x58\xb1\x7f\x86\xd2\x33\x3e\x75\x43\x76\xc4\xf7\x11\xfc\xf5\xdd\x9b\x17\x22\xf1\xa6\x18\x3b\x3a\x67\xc3\x06\x58\x8d\x5a\xf5\xf5\xd7\x77\x6f\x72\x29\x68\xc5\xa7\x80\xa4\x88\x5b\x4c\x9c\x5d\x6f\x65\xfc\x1d\x99\x91\x8c\x6b\xf4\x11\x5e\xe5\x2e\xca\xc8\xda\x81\x26\x21\xb1\x0c\x24\xbd\xbf\x9c\xf8\x4f\xb9\x9c\xc8\xcb\xf9\x2c\x26\x4d\xc0\x67\xe2\xcc\xa5\x1d\x3e\x73\x9c\x21\x54\xf9\x6a\x55\x2e\x5d\x47\x58\x60\x9c\x20\x60\xb3\x84\x26\x1d\x3c\xcc\x22\xd2\x96\xe7\x84\x62\xb7\x3b\xf0\xd6\x9b\x88\x4b\xc6\xad\xed\xdc\x8a\xa0\xbd\xf7\x50\x32\x9e\x5b\x9f\xed\x59\xd9\xbb\xb8\xd6\xab\xdb\xe4\xa3\xb3\x6c\x2f\x19\xcf\x1b\xe5\x06\x98\xd0\x2e\xc5\xf1\xbc\xde\x37\x2d\x2b\x76\x1f\x92\x73\x2f\x5a\x3e\x77\x48\x4e\x2a\xb8\x08\x13\x5c\xc4\x0f\x45\x90\x4e\x9c\xbd\x08\xd9\x8b\xd0\x08\x08\x8c\xfc\xb8\x0d\x24\x70\x82\xa6\x5d\xa3\x49\xc3\x2c\x4f\x78\xe9\x3d\x93\x28\x68\xfa\xca\x5e\xa4\xa0\xe9\xab\x46\x99\x82\xa6\x83\x7e\x1b\x92\x0d\xfa\xfb\x47\x32\x36\x42\x7b\x9a\x0d\xfa\x36\x44\xb3\x0f\x69\x12\xa5\xf7\x8f\x68\xf6\x61\x4d\xbc\xb4\x05\xd1\xec\xa1\xec\x78\xe1\xbd\x23\x99\x3d\x90\x1d\x2b\xdc\x4c\xb0\x4b\x80\xb9\x72\xd7\xee\xd6\x2d\xab\xb7\x6f\x04\x4c\xc7\x6b\x4d\x45\x59\xa3\x91\x94\x2d\xbc\x69\x93\xbb\x69\xcc\xaf\xa1\x9b\x7d\x73\x16\x67\xd3\x36\xde\xb4\xc9\xde\x79\xd3\x26\x2d\xbc\x69\x93\x66\x6f\xda\x79\xb8\x81\x53\xba\xac\x74\x17\x09\xd7\x34\xd8\xf6\x23\xdd\xc7\x61\x5e\x59\x6f\x53\xac\xec\x5d\x1c\x60\x75\x9b\x7c\x74\x96\xed\xcd\xc3\xab\x46\x62\xb5\x48\x3e\x36\xbf\xa3\xb6\xba\x1a\x62\xb5\x48\x3d\x36\x6f\xce\x3c\x36\xdf\x30\xac\x33\xab\x77\xf7\x82\x3b\xdb\xc4\x75\xce\x91\x7d\xc4\x13\x2b\xbb\x67\xcc\x82\xec\x23\x9e\xe6\xa8\x31\xe2\x69\xbe\x34\x2b\x2d\x66\x6a\x2d\xf7\x4e\x6b\x99\xb7\x69\x70\x6e\x21\xb7\x37\x88\x6a\xd9\xc3\x88\x16\xd8\x26\x9c\x05\x5a\xc4\xb2\x40\xd4\x1a\xd4\x8b\x57\xd9\x33\xb2\xf1\x51\xda\x92\x0d\xa1\xc6\xd3\x2c\x44\xb4\xdb\x06\x0a\x46\x94\xdf\xbf\x2b\x7d\x88\xe8\xab\x3f\x5a\x50\x8e\xbe\xfa\xc3\x82\x74\xad\xe8\xb6\x7f\x14\x6b\x43\xaf\x26\x6a\x09\xdb\x79\x37\x6c\x2b\xdb\xb2\x7a\xfb\x45\x3e\xd1\xef\xe7\xf6\x8d\xaa\x0a\x96\x84\x04\x90\xe2\x18\x90\xfb\xfb\xd7\xfb\x4b\x92\x0d\xef\x5f\xaf\xd7\x43\xa8\x63\x88\x05\x01\x7e\x76\x36\x1a\xca\xa9\x92\xfc\xe5\xe2\x8d\x2e\x5e\x04\x13\xbc\x12\x6d\xdc\xda\xad\x2b\x5a\xb0\xa1\x9a\x1d\xd2\xea\x44\x8a\xaa\xb6\x67\x12\x25\x1d\xad\xad\x44\x91\x15\x1a\x25\x8a\x11\x61\xc5\xbc\x8f\xed\x1d\xbe\x4a\x0b\x70\x15\x89\xac\x52\xe3\x2d\xbb\x08\xa7\xa0\x4b\x63\x9a\x18\x8d\x8b\xd9\x5b\x53\x85\xdb\x3a\xf2\xa6\x64\xb0\x3e\xbf\x2e\x00\x1e\x03\x48\x59\xd7\xc6\x28\x59\xce\x21\x69\x77\x8e\x2f\xd7\xbf\x7b\xe7\x79\x0e\xd6\xe4\x83\xb3\x93\x56\x27\xfb\x05\xc0\x13\x84\x8d\xae\x1c\xa6\xac\x9a\xaa\xf8\x5d\x5c\x11\xf5\xe3\x8c\x17\xa0\x1b\xf2\xda\x2d\x65\xa7\x5e\x73\x2f\x87\xbd\xc1\x78\xef\xe4\x40\xab\xdb\x14\xa3\xb4\x6c\x90\x15\x6e\x24\x5b\xb2\xc4\x61\x55\xfe\xd5\x18\x4e\x98\x7c\x40\xf8\x38\x89\xcf\x0d\x55\xee\x90\xd8\x43\x49\x3c\x5e\x1d\x47\x21\x0d\x99\xf8\x02\xd8\x52\x79\x16\x6a\x14\x0d\x42\xa5\xd1\x4a\x9d\xf1\xeb\xc1\xd1\x91\xe8\xd2\x61\x90\xbd\x3c\x1b\x8c\x9e\xe9\x3f\x86\xd7\x6b\x5f\xc9\xb1\x29\x90\xc2\xc9\x79\xa9\x75\x22\x75\xa2\xcd\xeb\xe2\xd0\x3b\x3a\x62\x2d\x2b\x15\xf5\x59\x6d\x1b\xc3\x33\xda\x9b\x26\xe8\x3c\x4c\x6e\x6e\x9c\xe7\x49\xe2\x6c\x94\x92\x43\xa3\xcd\xad\x65\xa0\x90\xd3\x20\xfc\xfb\xaa\x67\x60\x83\xde\xb3\x26\x7f\x99\x54\x69\x9b\x34\x70\xfa\xf2\x7f\x5d\xc3\x7f\xe4\xff\x06\xce\x81\x49\x85\x66\x14\x2f\xfa\x2a\x76\xb2\x09\x81\x22\xed\x47\x10\x04\x54\xfa\x2b\x3a\x62\x98\xdd\x79\x08\xc3\x29\xc7\xdc\x77\x0e\x78\xa5\x54\x01\xcf\xd5\x66\x6a\x7e\x12\x52\xe0\x78\xaa\x3e\x46\x09\x10\x55\x1c\xe7\xb0\xb1\xb4\xfc\x9a\x74\xea\xee\xc6\x11\x80\x34\xa6\x2b\xe7\x40\x12\x22\x5f\xce\x59\xaf\x77\xa2\x7f\x2f\xd0\xa5\xb5\x69\x97\x95\xdd\x33\x39\xca\x46\x67\x2b\x46\xd1\x65\xa3\x14\xdd\x0c\x68\x67\x4f\x41\x76\x16\x6d\x11\x76\x16\x96\xf0\x3a\x7f\x2c\xc1\xb2\xed\x26\x2e\xea\xec\x17\x01\xe5\x38\x2d\x5b\xe4\xa5\x9b\x48\x87\x43\x18\x21\x7b\x3f\x65\x59\x7c\xbf\xc8\xa6\xc6\x68\xd9\xa4\x28\x6e\x41\xb8\x69\x5b\x9e\x13\x75\xf6\x8e\x78\x53\x7b\x9e\xe3\xa5\x1b\x49\xc7\xb3\xc1\xb4\xa5\x9d\xa8\x74\x17\x89\xd7\x30\x58\x6e\x9a\x6d\xed\x49\x93\xd5\xdb\xc3\x21\x2f\x40\x6b\x9b\xbe\xac\x74\x17\x07\x5b\xb3\x38\xe4\x48\x6d\x57\x07\x2f\xde\x4c\xbe\x0b\x80\x2b\x3c\x23\xeb\xe8\x27\x6a\xdd\x45\x02\xd6\x0f\x37\x9e\xce\x6c\x42\x3f\xb4\x72\xf7\xb1\x1f\xf7\xd7\x1a\xff\x49\xb1\x1f\xed\x60\xa8\xf7\x11\x85\xba\x1d\x08\xb5\x15\x06\x35\x8f\xe6\x65\x14\x1a\xcf\xee\x2f\x44\xef\x25\xc7\xad\xe7\x69\xac\x90\x1c\xf9\xab\x56\xf9\xe5\x8f\x60\x45\x5c\xe8\x95\xac\x47\xb8\x17\xc3\x71\xb2\x8c\x00\x71\x9d\xb7\x18\x10\x00\x69\x66\xcf\x49\x63\xdf\x61\xef\x35\xbc\x00\x98\x3e\x73\x7e\xfe\xe5\x7d\xc7\x19\x3a\x0e\x3f\x5b\x8b\xd2\x07\xa5\x86\x5e\x5d\x85\x63\xcb\x66\xfe\x02\x58\xd9\x64\xd5\xe1\xcb\x26\x86\xd3\x8e\xf3\x17\x2f\x2b\xcf\x5b\xf2\xff\xe2\xfc\xc5\xf0\x95\xb7\x18\x4c\xe2\x2b\xcb\xcf\x2c\x78\x61\x10\x75\xce\x57\xf9\x2f\x88\x56\x2a\x3e\x71\xba\x9c\xd8\x7f\x82\xf0\xc2\x86\x4f\x88\x56\x2a\x3e\xf1\x0e\x4c\x81\xed\x17\x52\x1a\xd1\x19\xe8\x60\x56\x31\xff\x21\xde\x16\xff\xce\x5a\x35\xd7\xe2\xda\x49\x64\xf1\xe3\xaa\xde\x47\xb0\xea\x72\x66\x24\x4d\xf8\xc1\x24\x59\x4e\xe3\x49\xf9\xc8\x90\x37\x5f\xca\x75\x08\x03\x47\x3d\xcf\x62\xab\x85\xac\x38\x3a\x72\x08\xff\xa3\xf8\x22\x15\x22\xcf\x0c\x37\x6e\xb2\x24\x58\x0f\x0d\x2f\xc1\xd1\x51\xcd\xe7\x00\x23\x9b\x58\xbb\x08\x07\x41\x90\x3e\x3f\x54\x7f\x67\x62\xf1\x99\xea\xdb\x30\xfd\xa0\xb7\x35\xa2\x66\x46\xee\x1f\xc1\xea\x37\x4e\xec\xbc\x96\xa0\x49\x23\xf6\x00\xf8\xb8\x6c\xfc\xef\x1b\x8d\xff\x7d\xdd\xf8\xdf\x1f\x0d\xcf\x46\x3e\xd9\xe2\xe2\x00\x05\x38\x0f\xc7\x89\x7d\x24\xfa\x14\xfa\xb1\x92\x28\xd0\xc5\x5e\x3e\x7a\x7e\x18\x8a\x44\x71\x92\x45\x3c\xf7\x0c\x8f\x3c\x3f\x0e\xf0\xc1\x39\x06\xe1\xc7\xcc\x28\x9c\x76\xe8\x99\x1b\x0a\x65\x27\xe6\xaa\x8d\x37\x74\xcb\x4d\x9c\xf5\x47\xa2\x15\xee\x2e\x2d\x60\x45\xaf\x3f\x82\xd5\x30\xf4\x05\xa1\xe3\x75\xd6\x25\xd2\x53\xa9\x29\x8b\x7d\xcb\xde\x04\x01\x6f\xeb\xe8\xc8\x05\x41\xe2\xc9\xbe\xf1\xb2\x32\x83\x47\xbe\x2c\x92\x05\xd5\xe6\x91\xac\xd5\xcd\xc9\x75\x4c\xc1\x9c\x0c\x91\xaf\x4a\x0f\xb3\x34\xe5\xcf\x10\x9b\x07\xb0\x5e\x1f\x98\x27\x1e\x9b\x80\x53\xa4\x7c\xc7\xf6\xa0\x1f\xd2\xf2\x7e\x0c\xae\x28\xc0\x30\x4c\xba\x04\x2d\xb1\x6d\xe2\x71\xb6\x6c\xf5\x5d\x26\xbb\xe3\x79\x25\x9b\x3b\xe5\xad\x91\xde\x24\xc6\x84\x0a\xe6\x77\xbc\x03\x78\x73\xe3\x96\xeb\xfc\x04\x68\xd8\x2b\xf6\xc3\xf3\x24\x6f\xa7\x94\xe1\x26\xd7\x49\x7c\xc5\x34\x57\xf5\xf7\x41\x3c\x71\xe1\xd1\xd1\x99\xf3\x71\x79\x0e\x30\x04\x94\x89\x21\x87\x02\x8c\x43\x71\x2f\xee\x40\x34\x0f\x33\xc8\x63\xc7\x77\xc2\x4b\xe2\x8c\x32\xa9\x0a\x95\xde\x92\xc9\x53\x9c\xc9\xc9\x8d\x16\xae\x24\x6d\x9e\x14\xb7\x76\x3d\xa5\x26\x72\x06\xc2\x84\xce\xba\xe3\x19\x18\x7f\xbc\xf7\xb2\xbb\x57\x2a\xed\xbd\xec\x4a\x9a\x9e\xb8\xc5\x7d\xc1\x39\xe9\x05\x8e\x69\x3c\x0e\x13\xa5\x75\x8c\xe5\x6f\x79\x3b\xa8\x17\xfd\x47\x88\x61\x0c\xa7\xaa\xe4\xa5\xf8\x69\x28\xf8\x36\x24\x44\x2b\xb8\x10\x3f\x4b\x77\x7f\x02\x75\x6e\x23\xec\x14\xb1\x18\xc4\xd7\x6e\xcd\x9b\x4f\xad\x3c\x45\xea\xfb\xb5\x77\xbf\xf6\x36\xf0\x70\x65\x24\x65\x63\xea\xa7\xca\x48\x6f\x82\xf0\xab\x70\x3c\xcb\x9d\xd7\xe4\x4b\xd0\x3b\xa5\x21\x5d\x12\xa9\xa4\xa4\xcb\x71\x88\x1f\x04\x03\x5d\x25\x51\xcb\x6f\x48\x0a\x2f\xd4\x72\x1b\xa2\x07\xc1\x60\xbd\xf6\xfc\xdc\xba\xc7\x35\x0b\x9d\x54\x2f\x6d\xb4\xf7\x8b\x79\xb6\x9c\x4c\xcc\x6e\x92\x35\x86\x6d\x55\x6b\xbf\x0c\x5a\xe9\x58\x2d\xdb\x94\xe5\x9b\x8c\x5a\x24\x9e\xda\x07\xa5\xf2\xc2\x7b\x46\x36\x3e\x3e\x5b\x9a\xc5\xd3\xc6\xb8\x54\xd2\x22\x88\x97\xec\x5d\x10\x2f\x69\x11\xc4\x4b\x9a\x83\x78\x99\x54\x59\x26\x21\x6e\xe5\xd6\xa7\x57\xba\x3b\x8e\x7d\x1c\x8c\xb2\xad\xa4\xe1\x75\xee\x22\x07\x34\x0c\x55\x18\x7d\xee\x75\xa2\x7b\x9d\xc8\xfa\x3c\x22\xbb\x59\x80\x5e\xf4\x7a\x18\x2c\x92\x70\x0c\xdc\xe3\xce\xf1\xd4\x77\xba\x8e\xc7\x93\xb0\x5e\x02\xfc\x22\x24\x60\x33\xd3\xb9\xe4\xcf\xed\xd4\x8a\x9a\x00\x0c\x82\xf0\x06\xfe\x15\xaa\xd6\xfe\x2d\xf7\x45\x12\xdf\x43\xac\xde\x2f\x76\xab\xc5\x7e\xe2\xf9\x38\x80\xec\x10\x44\x32\x2b\x1f\x66\x6b\x1d\xfb\x28\x80\x67\x83\x91\x1f\x66\x2f\xd0\x33\xc7\x77\x86\x48\xf9\x9e\x13\x99\xdd\x29\xdc\x6c\xd9\xb3\xba\xb7\x77\x96\xf8\x03\xdb\x43\x48\xf0\xc2\x77\x71\xa1\xd7\x68\x76\x7c\x7c\xb6\xaa\xdd\x1f\xb8\x59\x6c\x70\x5c\xed\xee\x65\x4c\xef\xaf\xc3\xef\x85\x47\x6b\xe1\xc1\x44\x45\x49\x69\x10\xae\x2f\x9e\x8e\xd9\xbe\x59\x68\x70\xd6\xc0\xed\x09\x0c\x1a\x2a\x77\x90\xfb\x08\xf9\xfb\x15\xf0\x09\x1c\x42\x54\xa6\x05\xce\x79\x15\x89\x16\xf8\xbb\x9a\x3c\x0b\xb5\x0b\x51\x64\x58\xe0\x4d\xf4\x24\x63\xbb\xb8\x94\xfe\xb4\xe1\x9c\xbc\x3c\xb7\xdf\x46\x97\xe7\xfb\xb6\x8b\xb2\xd1\xd9\x6e\xa2\xcb\xf3\xc6\x3d\x94\xa3\xcd\xdf\x0b\x8f\x7b\xe1\xf1\x79\xbd\xc9\x1e\xb6\xd4\xea\xfb\x43\xe4\xc7\x01\x3c\x3b\x19\x69\xaa\xbd\xc8\x9c\x10\x16\x3d\x51\x1b\xc4\xc5\xc5\xb4\x3b\x5e\xe2\x8b\x16\x4e\x0c\xf7\x8b\xe0\x7e\x11\xec\x6a\x11\xf8\x30\x4b\x3f\x94\xdd\xef\xa1\x00\xf6\x08\x1e\xdf\xdc\x5c\x5f\x0d\xfb\xfe\x6a\xd8\x5f\xfb\x61\x00\x79\xe8\xef\xcd\x8d\x33\x5e\x9e\xc7\x63\xc7\x8f\x83\x33\xe2\x5f\x5f\x0d\x5d\xd4\xbb\x7a\x40\x7a\x57\xde\xf1\x89\xbf\x1a\xa2\xde\x6a\xad\x16\x85\x2c\x19\x04\x41\x78\x74\x14\x8b\x49\xbb\xbe\x1a\xc6\x67\x83\x51\xef\xca\x5f\x0d\x49\x6f\xb5\xf6\xfc\xcc\x87\xc5\xc5\x01\xf2\x9d\x7f\xc1\x4e\xa7\xd3\xf9\xa9\x93\xb9\xb6\xf4\xae\x7c\xa7\xe3\x78\xd9\xef\x95\x28\xe5\x78\x5e\xfa\xb0\xe8\x4d\x16\x88\xf5\x90\xf1\x29\xb7\x45\x0b\x26\x4d\x1d\xc0\x94\x6b\x53\xd6\x85\x92\x17\xd9\xc9\x33\xe7\x85\x33\x74\xfe\xee\xe4\xba\x00\xb2\x3f\xc8\x2c\x9e\x70\xee\xac\xc8\xe8\x2c\xe7\x51\xb8\x1b\xba\x40\x65\x6f\xee\x38\xde\x5a\xfd\xed\x3b\x9e\xb7\x96\x39\x96\xc4\xdc\xf9\xb1\xd7\x46\x88\xd0\xb0\x75\x72\x46\x5e\xe5\x2e\xea\x1e\x0d\x03\xb5\xbf\x7c\x62\x65\xef\xe2\x00\xab\xdb\xe4\xa3\xb3\x6c\x8f\x86\x8d\x97\x4f\x34\x84\xb3\x36\xd4\x9a\xed\x1f\xb9\x66\x6d\xe8\x35\x6b\x26\x18\xf9\x68\x8b\x4a\xc3\xcb\xde\x45\x7a\xd5\x8f\x30\xa6\x09\x68\x9f\x9a\x3b\xad\x76\x17\x07\x5c\xc3\x20\xe9\x68\x6d\x99\x44\x56\x68\x24\x23\x9a\x4e\x93\x0d\xb1\x7d\xf2\x75\xef\x22\x41\x2d\x86\xbe\xd1\x98\xef\xe4\x60\x6b\xb8\x47\x8e\xd4\x96\x77\x78\xf1\x66\xf2\x7d\x04\x90\x67\xf7\x85\x08\xae\xe6\x05\xa4\x8a\xad\xc1\x59\x62\xf2\x5c\xb5\xbb\x1d\x42\xcb\x49\x11\xa1\x45\x8e\xb3\xe8\x06\xfd\x7c\x3c\x06\x84\x20\xac\x80\x59\x76\x03\x79\x92\x52\x29\x01\xd3\x70\x5c\x73\x11\xbf\x11\x89\xde\xf0\x46\xab\xe9\x53\x3c\x22\x52\xdd\xf9\xdb\x77\xde\x2d\x13\x40\x1c\x8f\x7b\x71\x2f\x93\xe4\x30\xa0\xa9\x33\x36\x3b\x7c\xf4\x28\x8e\xe7\xae\x77\x50\x72\x35\xf7\x1d\xf1\xe1\x0c\x8a\x28\x0d\x4f\x80\x47\x47\x70\x5d\x0d\x89\x53\x2a\xae\xc0\x8a\x60\x6f\x12\xc3\xc8\xa4\x75\xb2\x33\xdc\xda\x1b\x72\x6f\xf0\xdd\x4c\x49\x29\x9c\xb8\x79\xd7\x30\x45\x16\xdf\xf1\x35\xcf\x47\x69\xbb\xe2\x71\xdc\x08\x6a\x41\xf1\xd2\x9c\x60\xdf\xac\x84\xf1\xd2\xfb\x46\xb2\x65\x8b\xf4\xfa\xbc\xb4\x15\xd1\x42\x73\x6e\x99\x5a\x7e\x93\xd5\xf6\x90\x80\x61\x8b\x54\x33\xaa\x42\x23\x19\x2f\x01\x80\x5d\x8a\xee\x2d\x4b\xf7\x96\xa5\x4f\x76\x37\x43\xe3\xf1\xc7\xca\x2c\xd8\xe2\xe5\x76\xb7\x33\xa2\x8d\x1e\x67\xee\xf7\xa8\xf5\xf5\xcc\x12\x46\x00\x93\x31\xc2\x6d\xa5\x8b\x56\x71\xbf\xe4\x8b\x3e\x62\xcb\x66\xb3\x2a\x4d\x32\x66\x09\xdb\x9f\x80\x44\x9d\xbb\x48\xc4\xfa\xa1\x2e\x16\x1b\x65\xd8\xcb\xea\xdd\xc5\x21\xd7\xf0\x4d\x36\x5e\x5b\xb6\x51\x35\x9a\x48\x69\x04\x34\xac\x21\xe1\xbe\x81\x1a\xda\x43\x1a\x36\x02\x1a\x5e\xc6\x74\x56\x09\x1a\x5d\xb9\xc4\x54\xad\x3d\x23\x9b\x1a\xab\x2d\xf1\x44\xf9\x26\x12\x5e\xb5\x81\x5e\xbf\xda\x3b\xec\xf5\xab\x16\xe0\xeb\x57\x12\x7d\xdd\x40\xad\x18\xc6\x34\x0e\x93\xf8\x4f\x46\x85\x70\xb1\xe8\x5e\x00\x4c\xaa\x84\x7b\x12\x77\xb5\x22\x7a\xdd\xee\x24\x1c\x53\x84\x57\x39\x34\x85\x31\x82\x93\x78\x7a\x0c\xe0\x45\x8c\x11\xe4\x38\xad\x79\x1a\x6b\xd7\x50\x07\x5b\xab\x27\x3e\x54\x0f\x7a\xcf\xdf\xbe\x3d\x3a\x72\x71\x90\x7b\xd2\x83\xe1\x1c\x30\xd5\x22\xf7\x50\x8e\x45\x1c\xdc\x51\x70\xcd\x0a\x0d\x9d\xe7\x8b\x45\xe7\x37\x45\x88\x6c\x98\xc3\x3c\xfa\x10\x57\x42\x34\x15\x04\x35\x53\x78\x8c\x20\x0d\x63\x08\x70\x37\x02\xe7\xcb\x69\x37\x8c\xc2\x05\x05\x46\x46\xc5\x80\xa0\xe4\x02\xe0\x63\xf5\x07\x39\x1e\x27\x21\x21\xf1\xb8\xb2\x95\xdb\x0a\x1b\x91\x54\xa9\xec\xbc\x46\xa1\xd2\x85\x9c\x0e\xbb\x70\x73\xa3\x03\x38\x1c\x80\x1e\x06\xd3\x98\x50\x80\xdd\xaa\xb6\x87\xf3\x30\x86\x8e\x46\x74\x1f\x48\xf5\xb2\xa9\x8a\xc3\xfa\x4c\x16\xe1\x18\x38\xbe\x13\x2e\x16\x49\x3c\x0e\x59\xc7\xc4\x6b\x6f\xbd\x6e\xd4\x1d\x4b\x13\x87\x51\x92\x00\xdc\x4d\xe2\x09\x18\xaf\xc6\x89\xdd\xdd\xbd\x77\xbd\x89\xe6\x9d\x7d\xdb\x10\x8c\xef\x0b\x35\xfb\x1d\x5a\x52\x46\x42\xb4\x00\xd0\xbd\xc6\x80\x00\xfa\x22\xed\xe5\xb0\xb8\xce\xb8\x16\xfd\x81\x2c\x99\xd6\x2e\xee\x1c\xd9\x13\x3f\xbb\x14\xf5\x0d\xb0\x22\xac\x79\x02\xe8\xd1\x91\xfc\xc3\xa5\x5c\xeb\x96\x5c\xa1\x4d\x3b\x2d\x90\xd3\x10\x66\x90\x23\x67\xe9\x86\xa5\xe9\x02\xa6\xa1\xf6\x5d\x94\xdd\xcd\x4c\x25\xc6\x11\x85\x34\x14\xff\x31\x4a\x83\x6f\xb2\x52\xc7\x9c\xd1\x8f\x09\xa0\xcb\xbb\x99\x5c\xad\xcd\x90\x4d\x33\x2e\x9e\x6b\x3f\xc4\x58\xbb\xe9\x52\x37\x6c\x20\xbb\x82\xaf\x93\x42\x4e\xef\x88\xc6\xe0\xe9\xae\xb1\x6e\xb4\x9d\xe6\xc7\xcb\x47\xd8\xd5\x04\x50\x57\x40\xc9\x57\x41\x10\x35\x6e\x9a\x39\x14\x22\x0b\x29\x1b\x4f\xdc\xc3\x01\x37\x51\xab\x7d\x4f\x7c\xf6\x79\xd6\xa5\xef\x79\x8f\xe4\x59\x9c\x55\xe0\xa7\x47\x36\xae\xc8\x39\x54\xb2\xe0\x32\x86\x11\xba\xf4\x60\x20\xfe\x38\x00\x09\x01\x9d\x8a\xb2\x62\x88\x1e\x0c\xc4\x1f\xbc\xec\x75\xbe\x6c\x2a\x63\x08\x48\x26\xca\xc4\x03\x03\xf6\x6b\x9d\xba\xa6\x34\x75\xf9\x00\x07\x0a\xfb\x26\x6b\xef\x19\x91\x76\x08\x65\x47\xe2\xbb\xe6\x64\xe5\x66\xcd\xcd\x39\x5b\x08\x90\x2c\xcf\x87\x67\x78\x74\x73\xe3\xb2\x7f\x02\xe0\x67\x22\xf5\x32\x4e\x92\x97\x80\x50\x8c\x56\xc3\x9c\x5d\xa6\x49\x92\x46\x20\x01\x14\x74\x58\x83\xeb\xb5\xe7\x6d\x14\x49\xae\xed\x00\x95\xae\xdc\x8a\x65\xab\x79\x4c\xe7\xe0\x96\x9c\x3b\x49\xfe\x3f\xf6\xde\xbd\x39\x6e\xdc\x5e\x10\xfd\x5f\x9f\x42\xe2\xdd\xd3\x21\xce\x40\x94\x34\x99\xdc\xdd\xa5\xc3\x68\x35\xb6\x27\xf1\x8d\x5f\x2b\x7b\x92\x4d\xf5\xe9\xf2\x52\x24\x24\xf1\x88\x0d\x74\x00\xb4\x6c\xa5\xc5\xf3\xd9\x6f\xe1\x49\x90\x04\xbb\xd9\xad\x96\x6c\x79\x54\x53\x35\x56\x93\x20\x9e\x3f\xfc\xde\x8f\x94\x5d\xee\x4f\x11\x63\xe9\x45\x7f\xc6\x2c\x0f\xb8\xba\xec\xa2\xec\x44\x27\x1e\x6d\x74\xb8\xaf\x0a\x28\xb5\x53\xaf\x6f\x78\xa1\x9d\xcd\x22\xcb\xfd\xde\x73\x34\xa3\x28\x4b\xb9\xe0\x04\x83\x71\x6b\xa2\x93\xdd\x5f\xe6\x52\x8d\xa6\xb9\x42\xb6\x2b\x68\x60\xb3\xcd\xae\x80\x8a\x5d\x4c\x76\x4b\x82\x2f\x10\xdd\x55\xdc\x88\xcc\x5d\xa6\x15\x5e\xbb\xe9\x9c\x93\x69\x2a\x33\x12\x94\x37\xd1\xee\x2b\xcc\x38\x4a\x73\xb8\x7b\x43\xe6\xbb\xec\x92\xcc\xcb\x7c\x17\x7d\x11\x67\x55\xf0\xf2\xc6\x74\x50\xf0\xdd\x02\x73\x22\x1a\xd1\x5d\x49\xda\xe1\x6e\x4d\xce\x77\x09\xdd\x7d\x2e\x04\x3f\x8c\x30\xdf\x15\x12\xd0\xee\xff\xf5\x29\xdb\xfe\x6f\xe4\x58\xf0\xc8\x00\xf4\x00\x49\x52\xdf\x8b\xdb\xdb\x45\x05\x22\xb9\xcc\x37\xea\x98\x5e\xa8\x17\x0c\xa6\x49\x48\x6e\x6f\xc7\x13\xa0\x07\x2c\x08\xfe\x45\xb2\xfc\x05\x62\xb0\x48\x42\x87\xfd\x06\x21\x01\xb0\x4c\xf6\xc2\x74\x34\x4a\xb5\x16\x15\xec\xd0\x90\xc1\x12\x2e\x8a\x3c\x6e\x83\x47\x7d\x26\xfb\xb6\x6f\x2d\x4f\xc8\x22\x7c\x73\xcc\x8b\x32\x0e\x7e\x8c\x0e\xa3\xc3\xa0\x02\xb0\xf0\x4c\xa1\x9b\x86\x82\x83\x85\x65\x15\x39\x0c\xdc\x45\x09\x08\xd6\xfb\x15\xb7\xa0\x1c\x54\xca\x70\x96\x9a\xbb\xd5\xbe\x05\xce\x85\x22\xee\x85\x4a\x07\x5c\xa8\x4e\xf5\xa3\xba\xa1\x78\xc7\x0e\xae\xae\x3d\x0f\xd3\xac\xf4\x3c\x95\xb6\x52\xcf\x73\x5d\x84\xa2\xfb\x42\xd6\xbc\xe8\x3e\x2e\x30\x47\x58\xf9\x33\x74\xde\x61\xc5\x3e\xb7\x6f\x28\xa4\x90\x41\x02\x53\x58\x38\xa4\xa8\x34\xba\xdc\x32\x91\xbc\xa2\x90\x58\x4e\x25\x77\x4f\x25\x46\x0a\xeb\x1d\x17\xdb\x00\xe0\x3c\x59\x5c\x5d\xc7\x16\xf4\x60\x9a\x95\x35\x91\x85\x72\x79\x31\xb5\xbf\xd5\xb2\x62\x66\x1f\x88\xe5\xc4\xc4\xfe\xb4\xcb\x88\x53\xfb\x4c\x4d\x3f\x2e\x6a\xca\x5d\x5a\xd4\x2e\x26\xd1\x51\x43\xbb\x16\x5f\x89\xe4\xe5\x36\x40\x24\x8d\xbe\x7b\x7c\x34\x0a\x4d\x0b\xd6\x6a\x01\xe7\x63\x34\x91\x4f\x00\x80\xaa\xbc\x48\x92\x24\xe8\xf6\xd6\x14\x05\x11\xbf\x40\x37\x11\x99\x24\x1c\x08\xec\xf0\x28\x2b\x51\xea\x2f\xbf\x15\x65\x14\xa5\x1c\x49\xcb\x2e\x94\xee\xf5\xd3\x82\xfb\x5b\xce\x04\xda\x62\xca\x08\x6c\x2c\x0b\x92\x2d\xbb\x1b\x4a\x2d\xfd\x28\x75\xde\x90\x00\x4a\xf7\x36\xcc\x57\xdf\x86\xfa\xc7\xbe\xb8\xc2\xc5\xbe\xc0\x96\x67\x69\x76\xb5\x16\xa5\x91\x9f\x1e\x50\x94\x17\x14\x65\x7c\xff\x32\xc5\x79\xf9\x10\x5c\x62\x7b\xca\x67\xe8\x9c\x50\xf3\xdc\x2f\x10\x23\xb0\x70\xd1\xb0\x4c\xb8\xe7\x3e\x00\xb5\x94\x1b\xc9\x6e\x46\xa3\xd6\x83\x28\x2f\xa4\xde\xef\x54\x2f\xf7\x55\xbd\x9f\xb7\xb7\xa1\x9c\x30\xa2\xa7\x28\xcd\x0b\x8c\x18\x0b\x81\xa3\x11\x51\x1b\x13\x6a\x1e\x2e\x52\x76\x2c\x87\xa7\x41\x51\x9a\x5f\xa7\x38\x43\xce\xe7\x92\x73\x59\x8f\x67\xe8\x1c\x2a\x43\xac\xab\x4d\x52\x87\x76\x46\x08\x17\xd8\x61\x76\x60\x1b\xe9\x37\xea\xa4\xe7\x0a\x71\x3c\xd4\x59\xda\x49\xa4\xe7\x1c\xd1\xbb\x9d\xa4\xee\x5f\x12\xc5\x0b\x29\x95\xd7\xeb\x01\xa1\x44\x27\x02\x87\xc8\x01\x3f\x28\xb4\xf8\x36\x9d\x22\xb0\x68\xea\x97\x10\xf4\xb6\xd2\x49\x15\x2d\x42\x0d\x7e\xf0\x35\xdb\xa9\x15\x25\x56\xac\xf4\xb5\x93\x86\xb4\x3b\x1e\xf3\xf2\xe3\xd5\x4d\xbc\x87\xbb\xa6\xba\x10\xd2\x6d\x9d\x3e\x6b\x9c\xfe\xa6\x37\x56\x9e\xb0\x59\x11\x02\x21\x6d\x5e\x58\xc9\x4f\xc1\xd6\xa1\xba\x2a\x2c\x99\x5b\xdb\x6c\x8d\xc3\x95\xa8\xdf\xcd\xeb\xe7\xcf\x91\xd9\x3c\x97\xeb\x9b\xfd\x8c\xe4\x68\x5a\x50\x4a\x06\xc6\x57\x89\xbb\xef\xa5\xd7\x99\x61\x37\xe3\x56\xb7\xc0\x52\xd1\x94\x73\x5a\x9c\xcd\x39\xfa\xb9\xc0\x79\x81\x2f\x58\x3c\x96\x6a\xb7\x60\x72\x67\x9a\xd3\x9b\x82\x72\x99\xd6\x69\xd5\xfe\x68\x86\xa6\x87\xc0\x20\xdc\x64\xbf\xe4\xe1\xd0\x40\xf2\x8e\xf7\x0b\x8a\x0e\x22\xae\x04\x72\xf0\xe8\xf7\xc6\xc1\x94\xe4\xa8\xfc\x45\x1c\x6b\xc0\x69\x8a\x59\x21\xbe\xf8\x48\x02\x59\x3d\xa3\x4c\x33\xf4\x77\x19\x92\x1e\xcc\x52\x9a\x4e\x99\x68\x38\x89\x54\xb1\x97\xb0\xa9\x3e\x30\x7e\x1c\x63\x3e\x69\x38\xbd\x19\xff\x89\x6e\x35\x3e\x88\x13\x8c\x3e\xab\x1a\x7a\x21\xff\xd3\xd1\x31\xdf\x3f\x8a\x0f\x01\xa4\xc9\xd1\x33\xfa\x47\xfe\x8c\xfe\xf0\x03\xc0\x63\xba\x7f\x34\x71\xee\x07\x9d\xe8\xd5\x49\x46\x49\x6e\xa6\xc0\x37\x6e\x90\x73\xa0\x0e\x24\xb2\xbe\x71\xfa\x81\x64\x97\x8e\xd9\xed\xad\xf3\xbb\xd9\xcb\xf1\x4a\x21\x3c\x5e\x68\xfe\x2f\xf8\xaf\xa0\x8a\xd9\x68\xd4\x1c\x39\xcf\x02\xd0\xd7\xc9\xd8\xce\xcb\xc6\x7b\x80\x49\x9d\x67\x15\xc4\x2b\x07\xaf\x20\xaa\xe0\xa2\x02\xfa\xf2\x23\x7c\x0d\xc2\xe0\xf9\xbb\xb7\x1f\x7e\x7d\xfd\xe9\xed\x87\xf7\x27\xcf\x5f\x7e\xf8\xf4\xf2\xed\xc9\xcf\xaf\x5f\xbe\x08\x34\x5b\x48\x92\x83\xff\x88\x0e\x2e\x76\x98\xc7\x11\xb1\x16\x6a\xa4\x26\xd7\xde\x3f\x53\xab\x4e\xec\x48\x8c\x6d\xce\x99\xe0\x80\x12\xc2\xf7\x15\xdf\x18\xc0\xe0\x40\xff\x05\x9c\x16\xf5\x4b\x94\x17\xbc\xf1\xea\x9c\x94\xb9\x84\xfb\x83\x02\xe7\xe8\x8b\x90\x89\xa0\xab\xaa\x97\x87\x10\xab\x2d\x3a\xa8\x33\x7b\x03\xc8\x0d\xe1\xeb\xc5\x28\x56\x3b\xed\x7c\x06\x76\xa8\xd2\x2f\xbb\xa6\x00\xdd\xcc\x33\x08\x05\xd5\x8e\x9b\xfd\x3d\x3c\x84\xb4\xc6\xae\x58\x81\x08\x03\x20\x3a\x2f\x4a\xee\xaf\x68\xdb\x85\x84\xaa\x37\x8e\x07\xd5\x1b\x13\x7d\xd2\x3a\x8b\x68\x96\xca\x9b\xe6\xec\x1a\x81\xc1\x81\xec\xa6\x23\x87\x3a\x91\x56\x3d\xdb\xa2\xf6\xb3\xb1\x23\xd2\x47\x68\x41\x13\x27\x71\x7a\x7d\x1c\xda\x54\x35\xac\x37\x0a\xc0\x8e\xf5\x20\x25\xa3\x11\x0f\x89\xd8\x42\xa9\xbc\xc3\xfe\xfe\xd7\x9a\x29\x0f\x19\xc4\x42\xdc\x30\x62\xb3\x83\x9e\xd9\x9a\x02\x32\x29\xf2\x6c\x7f\x46\xc9\x75\x91\xb7\x95\xe0\x8a\x77\x30\xef\xd8\x01\x49\xe7\xfc\xf2\x47\x49\x95\xb6\x61\xf5\x72\x08\x0f\xeb\x23\x3c\x81\x9c\xde\xe7\x82\x5f\xee\xcf\x69\x19\x40\xda\x50\x4f\x2a\x37\x28\xc9\x52\x60\x78\x36\x2f\xca\xfc\x57\x5a\xfa\xb4\xe5\x02\x75\x9c\xa5\x0c\xfd\x4a\xcb\x0a\x8a\x6b\xec\x11\x43\x65\x23\x21\x1f\x2a\x6a\x0a\x20\x56\x8f\x4c\xbf\x21\x68\xf8\x46\xc9\x96\x33\x32\x9b\xcf\x02\x10\x49\xcc\x80\xe1\x58\x87\xc4\x0b\x82\x26\xf7\x08\x81\x88\x5f\x22\xec\x81\xf1\x85\xd8\x4b\x42\x8b\x7f\xc9\x53\xfe\x20\xa3\xec\x91\x0a\x87\x87\x8d\x57\xcf\x49\x8e\xe2\x1c\x89\x0e\x7f\x3d\x7d\x65\xd5\x51\x32\x2c\x2e\x47\x00\x9a\xe3\x89\xa5\xcc\x09\xb3\x92\x30\x8f\x41\xb0\x35\xe5\x88\xa2\x29\x11\xc8\x49\x30\x4b\x52\xf7\xec\x33\x43\xc9\xbe\xac\x07\xa2\xfa\x19\x4a\x5b\x94\xe5\x65\x98\xe1\x65\x0c\x1e\x51\x7c\xbd\x9d\x54\x0b\x89\x68\x7b\x6f\x1f\xb8\x0e\xb0\xe5\xce\xc8\x67\x44\xf7\x55\xde\xf3\xad\xf1\x5a\x8d\x4e\x6b\x4e\x6b\x3e\xcb\x53\x8e\xd4\xd9\xb4\xfc\x34\xf7\xe4\x86\x16\x4c\x6b\xaa\x51\x0e\x5c\xd8\x50\x54\x2a\x44\xe0\xee\x6a\x80\x7b\x61\xc9\x54\x75\x99\x39\x2d\x15\x5c\xed\x2b\xee\xa5\x8f\x45\xb3\x2c\x59\xa7\xa8\x15\x99\xf3\x02\x5f\x1c\x7c\x2e\xca\x3c\x4b\x69\xbb\x6c\xcf\xdd\xd5\xca\x3d\x68\x81\xb6\x34\x9f\xdc\xd0\x1f\x17\x2e\xc1\xa2\xf2\x59\x6c\x2d\xa3\xd6\x73\x47\x96\x31\x18\xe6\xfe\xd3\xb0\xc9\x17\x81\x63\x97\x36\x22\xd0\xe1\x00\xe5\x56\xb4\x23\x0b\xd0\x18\x4f\x8e\xf9\x18\x4f\x12\xdf\xed\x1e\xe3\x09\x88\xe5\x5b\xf1\x27\xe4\x92\xb3\x89\x91\x31\x04\xdf\xed\x12\x31\x94\xd2\xec\xb2\xef\xbc\xd5\xdb\x03\x45\xca\xfb\x94\x95\xad\x46\x5d\xcd\x68\xab\x81\x47\x45\xda\x6a\xd1\xd1\x95\xb6\xde\xb7\xf4\xb4\xad\xb7\x6d\x85\x6d\xeb\x35\x16\xf8\x78\xc5\x7b\x93\xaf\x7b\x59\x3b\x93\xd2\x7b\x55\x7f\x03\xba\x32\x72\x51\xe7\x5a\x35\xda\xa5\x67\x9d\x60\x2e\x57\x19\x0c\x4b\x38\x87\x19\xcc\xe1\xf9\x5d\xef\xda\xcc\x7f\xd7\xa6\xe2\xae\x9d\xd7\x77\xcd\xb9\x63\x33\x43\x3b\xcf\x57\x69\x9f\x35\xbc\x01\x38\x13\x60\x6b\x94\xc6\x4d\x11\x7d\x0a\xb4\xfe\xb9\x79\xb7\xa7\x40\x2a\xa9\xc3\x43\x98\x36\x1e\x6a\xdd\x74\x93\x11\x9d\x02\xa5\xa2\x0e\x0f\x21\x6b\x3c\xbd\xba\x16\xcf\x48\xe3\x99\xca\x1a\x7d\xf3\x56\xd0\xd7\xf0\x10\x16\x8d\x97\x73\xbc\xf4\xb5\x5e\xd8\x2b\xed\xeb\x2d\x1a\xcc\x1b\x0d\x04\x7c\x98\xd5\x87\x87\xb0\xf4\x7d\x2d\x5e\x64\xcd\xaf\x94\xf0\x14\x1e\xc2\xdc\x7d\x5e\xed\x9c\x5b\xfc\xa5\xb6\x52\x3a\x07\x78\x18\xe7\xd9\x18\x4d\x2a\x6d\x4d\xb9\x6c\xa0\x88\x99\x8b\x22\x2e\x7b\x50\x84\x4e\x53\xbf\xa6\xef\x80\xab\x99\x62\x9c\x50\x64\xaa\x76\xdf\xb7\x6b\x54\x8f\xd7\x00\xf7\x79\x0d\xf4\x51\xc5\xfe\x25\x5f\x52\x74\xde\x8a\xe8\x30\xab\xd6\xaf\x0e\x4c\x93\x07\x59\xa7\x9d\x4f\x8f\xd6\xac\xc7\xd2\xff\x4b\xca\xf8\xcf\x84\xd8\x82\x2c\x1d\x19\x29\x09\x4e\x84\xa8\x8f\x23\x9e\xd2\x0b\xc4\x23\x9e\x5e\x48\x61\xdf\x3c\x68\x0f\xa2\x19\x41\xc6\x5b\x9c\x21\xe3\x61\x90\x06\x60\xe7\x9c\xd0\x10\x25\x28\x9a\xa5\x14\x61\xfe\xb2\x94\xb5\xe2\x9f\xa1\xd1\x28\x38\x09\x04\xd9\x33\x03\x3c\x03\x9d\x56\x3b\x75\xb4\x8b\x19\x5d\x0a\xaa\x18\x7d\xae\x3d\x5e\x42\x24\xf5\x40\xd1\x34\xbd\x39\x43\x7f\x51\x2a\x76\x50\xed\xe4\x24\x93\x64\x3a\x3a\x23\xf9\x4d\x94\xe6\xf9\xcb\x6b\x84\xf9\x6b\xc1\x96\x62\x29\xe0\x96\x45\x76\x15\x40\x0c\x56\xfb\x1a\xe8\x59\x34\x7b\x14\x1c\xf3\x35\xea\xed\x74\xb5\x76\xa2\x6a\xa9\x7c\xd7\x82\x48\x31\xac\xa7\x02\x4f\x5b\x93\xb6\xbc\x74\x56\x57\x2d\xf2\xeb\xab\x4f\x2f\x5e\x7d\x38\xf9\xf9\xf5\xcb\x4f\xa7\x2f\x4f\x5e\x7f\x7c\xf5\xe6\xa5\x90\x09\xc6\x81\xa5\x6f\x84\xe6\x05\x56\x32\x4d\x6d\x31\xa8\xa9\xdb\x8c\x92\x2f\x82\xaa\xe7\x05\xcb\xc8\x35\xa2\x37\xfb\xd9\xa5\xf2\x04\xac\xd9\x06\xab\xc5\x19\xa0\x96\x39\x36\x6a\xa0\x03\x84\x05\x92\xcb\x83\x49\x3c\x9e\xf4\x29\x0a\x16\x56\x1b\x4f\xd1\x8c\xb0\x82\x13\x7a\x53\xeb\x2d\x10\x0c\x9a\x1b\x07\xa0\x12\x19\x1b\xcd\xc5\x35\x69\xed\xaf\xee\x95\xc5\x8b\x8c\xc8\x55\xf4\xf4\x2f\x0e\xd4\xa6\x29\x19\x07\x79\x26\x36\xc4\xf0\x39\x92\x9d\x99\x6c\x3c\x71\x2b\x9c\x2c\x99\x75\xdd\x66\xbd\x29\xd7\x73\x5e\x68\xe5\x42\x9e\x49\x8e\x86\x69\x6d\x84\xd3\x9d\xe8\xa5\xd1\x97\xe4\x94\x1a\xfb\x55\x55\xb0\xd3\x0f\xbb\x24\x9f\xd7\xec\x06\xd6\xc0\x76\xda\x6e\x5d\xbf\xea\x1c\x95\x84\xc9\xce\x07\xfa\xf9\xb2\x89\x9a\xc9\x0d\x58\xb3\xad\x85\x35\xa0\xb7\x95\x2b\xf7\x76\x06\xe5\xb5\xe9\x2c\xa3\x75\xad\x5a\xdf\xd8\x2b\xd6\xf9\xce\xbe\x19\xb8\x01\x3a\x64\x6d\xfd\x69\xcb\xfb\xdf\x19\x5e\x3e\x5d\x36\xb4\x9d\xdf\x90\xdd\x5f\xb2\x18\x7b\x8d\x94\x9b\x87\xd3\x89\x60\x03\xdd\x4e\xc4\x03\xf7\xc2\x68\xfe\xb1\x31\x6b\xf9\xc8\x69\x54\x55\x13\xb0\x16\xee\x72\xaf\x81\xc4\x62\x83\x2e\x54\x03\xdf\xb5\xd7\xa8\xd0\x9f\x57\xc1\x59\x87\xa8\x2b\x04\xd1\x54\xe8\xda\xad\xa9\x6b\x3a\xea\x47\x8a\x02\x2e\x61\xd7\x9d\x4f\x54\xcf\x00\x58\x65\x5b\x05\xac\x0f\xab\xaa\x03\x6a\x7a\x65\x9e\x59\x52\xc5\x62\xb0\xa4\x6e\x25\x2d\x14\xf5\xcc\xe5\x86\x1d\x87\x2d\xe3\x9c\x3b\x03\xf9\x00\x40\x0a\xbb\xd3\x63\xc3\x54\xfd\xa3\x91\xee\xa5\xa5\x81\x3e\x10\xaf\xda\x23\x77\x94\xdf\x2b\x26\x00\xe2\xba\x87\x65\x5b\xde\xf3\x79\x05\xee\xac\x21\xea\x77\x54\x5c\xd7\x0f\xd1\xc7\x79\x5c\xa2\x34\xdf\x3f\xa3\xe4\x33\x43\x4b\x6c\x9b\x77\x67\x78\xeb\x07\x9a\xe9\x6d\x0e\xec\x0f\x76\x10\xc4\x6c\xf0\x4a\x56\xdb\x21\xd7\xe5\x9e\x3c\x90\x66\xd8\x00\x86\x38\x2f\xf0\x85\x18\x23\xcf\xa2\x1a\xdd\x45\xd2\xf0\xd3\x7e\xa8\xed\x42\x93\xe5\x0e\x75\xed\xbb\xc1\x01\xd4\xcc\x12\x13\x18\xd8\xb1\x64\xf7\x62\x97\xa0\x63\x07\x8f\xdb\x56\xb7\x8d\x7a\xad\xba\xfd\x3a\x8e\xb1\xc1\x66\xf3\x2c\x09\xb9\x9a\xcf\xea\x6b\x95\x93\x69\x00\x22\x4a\x08\x0f\x81\xf2\x2f\x16\x8c\xb8\x60\xf5\xc3\xe0\x32\x65\xfb\x7a\x8c\xc0\x8b\x15\x4e\x9e\xbf\x6e\x1c\xd4\xfa\xdd\xa7\x59\xc9\x82\x6f\xfb\xb2\x2a\x0d\x76\xc7\xf5\x67\x39\x94\x6f\x59\x58\x75\xe6\xd0\x2f\xa8\xee\x2d\x15\x45\x4e\xde\x3e\xff\xcb\xbb\xd3\x4f\x1f\x5e\xbe\x7e\xf9\xfc\xe3\xab\x77\x6f\x03\xeb\xc4\xd7\x73\x6a\x90\x26\x5d\x1e\x5b\x89\xb5\x56\xdc\x3c\x46\x31\x76\x05\x55\x88\x40\x05\x7d\x76\x5f\x1a\x22\x2b\x7b\x16\xe7\xa1\xca\xb3\x50\x6b\x6d\xa3\xb3\x39\xe7\x04\x8f\x46\x3f\x26\xf5\x2f\x1b\x51\x1f\xe5\x29\x4f\x19\xe2\x91\x90\xd6\xdd\x64\x32\x21\x1e\x8d\x78\xc4\x10\x3f\x31\xee\x1b\x61\x20\xda\x08\xe1\x51\xe9\x6b\x58\xc2\xa3\x8b\xee\x7b\xb0\xc3\x46\xa3\xb0\xd9\x71\xc2\x20\xd7\x02\x69\xa7\x39\xa8\x2a\x48\x06\x2d\xcb\x3b\xe5\xbd\x96\x5a\x9c\x27\xdd\x3c\x8d\xc3\x2a\x05\x1b\xb7\xb7\x0b\xc4\x3f\x18\x98\x08\x01\xc4\xc9\xde\x91\xcc\x1c\x81\x93\xa0\x60\xcf\x49\x59\xa6\x33\x86\xf2\xa0\xc0\xbb\x7c\x34\xda\xe3\x91\xf3\x50\x6c\x99\xc9\x4c\x11\x02\x5b\xdb\x57\x67\x84\x40\x60\xe1\x64\x72\x10\x64\xbe\x7f\x8b\xab\xd5\x0a\x82\x29\x99\x33\x94\x93\xcf\x38\x80\x0c\xc0\x41\xad\xe7\xb3\x00\x92\xad\x2a\x14\x96\x4d\xa2\xff\x03\x3d\x8f\xfb\xd5\x41\xa8\xa0\x20\x65\x69\x59\xee\x7b\xa6\xed\x42\xbd\xde\x67\xe6\xe9\x74\x96\xf2\x83\x0b\xc4\x55\xa7\x74\xbf\x96\x43\x7a\x9b\x94\xc5\x59\xed\x80\xaa\x1e\xe5\xac\xdc\x47\x5f\x7c\xbe\x42\x90\x6d\x0b\xbb\x91\xb6\xdb\xa2\xbb\x15\xfd\x68\xae\xcf\x17\xd1\xeb\x86\xa8\xc6\x69\x2a\xb4\x11\xd8\x21\x91\x60\xcd\x05\x60\x7d\xb4\x0e\x48\x01\xec\x44\x23\x49\x9b\x18\x73\xa3\x01\xa2\x74\xce\x2f\x05\x87\x91\xa5\x1c\xe5\xd2\x0a\xc6\x76\xf6\x74\xfc\x02\x7b\x39\x9d\xf1\x9b\x90\x0a\x96\xa5\xed\xfe\x08\x20\x89\xc8\xf9\x79\x77\x50\xe5\x72\x30\xc4\xd6\xe4\x83\x9f\xcf\x69\x79\x65\x0d\xc3\x5e\x08\x2a\x8b\x33\x27\xca\x56\x1a\x43\xbe\xae\x7b\x6a\x7b\xca\x3d\x27\xbd\xc2\xf1\xd4\xb8\x78\xb1\xdd\x02\xef\xd2\xc8\xf6\x07\x9c\xbf\xa3\xcb\x94\xbd\xfb\x8c\xed\xc4\x99\x39\x18\x45\xef\x80\x4a\x92\xd7\x34\xad\xff\xc0\x86\xb8\x0a\x4f\x8b\x2f\x05\x96\xf6\x31\x99\xa9\x40\x27\x43\xec\x35\xf6\xea\xe6\xb2\xe9\x59\x49\xb2\xab\x02\x5f\xd8\x6f\x86\x54\xe6\x5f\x99\xd1\xc8\x71\x79\x3b\x6c\xf8\xb8\x21\x13\xb6\xf2\x8c\xff\xd1\xfc\xfd\x8c\x4b\x2f\x37\x3e\x49\xd0\x98\xdb\xe4\x34\xb8\x6a\xa7\x43\x92\x43\xdd\x53\x2a\x24\x3d\xa8\x5a\xc8\x39\x25\xd3\x10\x81\xd6\xf8\xc3\xf3\x06\xb1\x19\x45\x69\x7e\xff\x29\x83\x4c\xe8\xd5\x1b\x71\x9e\x26\x9a\xa1\x0e\xfc\x58\x18\x01\xa5\xaf\xb4\x83\x91\x5f\x00\xd4\x87\x1f\x2f\xe6\xcc\x6b\x73\x52\x75\x1c\x74\x7b\x1b\x0d\xb1\x50\xc6\xbc\xc5\x5b\x13\x10\x1e\xd7\x11\xae\x75\x22\xc3\x18\xcf\xcb\x12\x7e\x40\x19\x45\xfc\xd5\x8b\xb8\x91\xc1\xef\xd5\x8b\x40\x12\x2c\x58\x92\x0b\x32\xf7\x06\xc1\x36\x46\x56\xf1\x7f\x61\xa0\x4c\xd1\xca\x15\x06\x77\x2f\xaa\xe3\x68\x09\xa9\xb4\xf9\x37\xdc\x7a\xce\x11\xca\xcf\xd2\xec\x2a\x42\x5f\x50\x26\x58\x88\xee\xb0\x34\x12\x72\x4b\x24\xbb\x0f\x3b\x1e\x3e\x4e\x33\xe9\xd4\xfe\x42\x4e\x4b\xd3\x63\x0a\x85\x48\x27\xd0\x28\x0c\xe4\xf7\x81\x54\xc8\x0e\xbd\xc4\xf2\x18\xc5\x85\xd4\x2e\xcc\xf7\x27\x8e\xbb\x91\x39\x0d\x10\x5a\xa8\xa0\x8b\x37\x24\x47\xe5\x7a\xf1\x99\xca\x67\x42\xec\x5c\xa1\xae\x85\xe8\x0e\x54\x30\x47\x02\xc2\xae\x1b\x4e\x36\x03\xfa\xdb\x51\x4e\x1b\xad\xe0\xa1\xda\x8d\x11\x06\x05\x47\x53\xc9\xdc\x06\x60\xa7\x01\x59\x05\x7b\x8b\x3e\x2b\x21\x30\x57\xcc\xda\x29\xca\x08\xcd\xc3\x56\x76\x2b\xbe\xec\x2c\x6a\xad\xe4\x9d\xd1\x6a\xd7\x05\xe0\x92\xf3\x99\x2c\xfa\x33\xdf\x52\xac\xe6\x06\x18\x02\x09\x1c\xf6\x5c\x3e\x8e\x3b\x79\xe7\xb8\x60\xb5\x65\x0b\x56\xff\x35\x3e\x9c\x18\x62\xe8\x3c\x12\xd2\xc6\x2c\xa5\x0c\xbd\xc2\x3c\xa4\x91\x5a\x15\x90\x16\xc7\x57\x6f\x3f\xbe\x3c\x7d\x7b\xf2\xfa\xd3\x87\x97\xa7\x7f\x7b\x79\xfa\xe9\xe5\xe9\xe9\xbb\xd3\xd1\x48\x16\x84\x88\x72\xc4\xd3\xa2\x8c\xa4\x02\xf5\xdd\x79\x18\xe4\x73\xa5\x50\x10\xf8\x52\x6f\xfd\xee\x39\x99\xe3\x3c\x0e\x0c\x8e\x0e\xd0\x97\x82\x71\x16\x54\xd6\x8e\xa8\x02\x4b\x7e\x95\x8e\x5c\x3e\xe4\xd5\x8a\x0a\x0b\x2e\x0b\xc6\x09\xbd\xd1\xd4\x27\x00\x7f\x3a\x54\xfe\xca\xae\xf3\xb7\x82\x34\xdd\x72\x7c\x38\x89\xae\xd0\x0d\x6c\x3f\x53\x49\xed\x86\x38\x2d\xcb\x19\x76\xf6\xf9\x9b\x9b\xa1\xc2\x63\x5f\x63\x86\x41\x9e\x59\xf5\x71\x24\xcd\x2b\x3d\x9e\xe9\xdd\x01\x6c\x03\x2d\x1b\x29\x91\x21\x52\x19\x2c\xb8\xf2\x0c\x53\x1e\x61\x32\x51\xcd\x90\xdd\x18\x8e\xad\xaf\xae\xb7\xcf\x71\x6d\x37\x9f\x60\xdf\xd5\xf7\x5f\x1a\xc8\x3d\xb1\x94\x30\xf8\x2b\xaa\xd3\xec\x06\x07\xd2\x95\xc0\x73\x1c\xe2\x10\xaf\xae\x23\xed\xed\x1c\xf7\x36\x30\x7e\xf0\xb8\x17\xee\xea\x68\x8a\xe6\x27\x3d\x40\x41\xd1\x39\x45\xec\x32\x1c\x06\xe9\x86\xd7\xa9\x49\xd4\x07\x25\xaa\xf5\x39\x0c\x3b\x04\x47\xfb\x0b\x3b\x26\xc9\x75\x39\x0b\xac\x65\x7c\x1f\x57\xd1\x21\x77\x8a\xc0\x59\xda\xc6\x14\x6d\xfb\x60\x8c\xf4\x82\xb3\xb2\x49\x11\x50\xa4\x9f\x43\x27\x94\xd6\xb1\xe8\xcb\xc6\x92\x2b\x51\x1f\x98\x17\x6d\xee\xc4\xaf\x2f\xd0\x10\xac\x55\xb8\x8f\x14\xe6\x87\xaf\x53\xdb\x09\x53\xb6\x3f\x4d\xf1\x4d\xdf\x12\x15\x21\x9f\x16\xb8\x98\x16\xff\x52\xfc\xd2\x52\xf9\xa9\xbe\x5d\x4d\x67\x52\x41\x3e\xf5\x93\x0b\xc4\x1d\x19\x51\x49\x3b\xcc\x50\xdc\x65\x6d\x44\x37\x5c\x26\xe7\xa2\x9d\x08\x0d\xde\xae\x9e\xd2\xec\xe1\x05\x62\x19\x2d\x66\x9c\x50\x39\xc5\xa8\x4e\x4e\x53\x01\x00\x55\x0e\x57\x7d\x9b\x30\xa4\xa0\x56\xc8\xd9\xb5\x51\xc3\xb6\x98\xcb\x20\xe4\x32\x74\xdc\x77\xaa\xdc\x1c\x25\x86\xcd\x44\x38\x56\x03\xa0\x7f\x7f\xa6\x05\xd7\x7f\x57\x20\x96\x81\x55\x18\xa2\x2d\x89\x4f\xcc\xa3\x50\x0e\x91\xca\xc5\xd0\x76\xe9\x50\xd8\xc0\xc6\x05\xc5\x46\x37\xbd\x5f\xe4\x82\x4d\xe1\x37\x01\x94\xb1\x42\xe2\x12\x5a\x7d\x4f\xd5\xc9\x34\x8e\xa2\x17\x29\x4f\x33\x84\x39\xa2\x4a\xe5\xeb\xfc\x6e\xbe\x05\x90\x8b\xcb\x4a\xd6\x98\xa4\x47\x38\xaf\xe5\xf0\xa3\x67\xfc\x8f\x6d\x2d\xaf\x94\xbc\x8d\xf9\x56\xe6\x5e\xaf\xb5\xbb\xdc\x55\xf5\xf2\x49\xbc\xa8\x76\xf8\xbf\xfd\x78\x8c\x35\xa0\x86\x0c\xc0\xbd\x43\x8f\x3d\x58\xc0\x9a\x3c\x62\xf1\x15\xa8\x40\xbc\x02\xe4\x98\x17\x4a\x0a\xc4\x42\x04\x57\x7d\x1a\x32\x00\x62\x67\x46\xfe\xe9\xf4\x43\xe1\xaa\xdb\xc0\xa0\x12\xe4\x6a\x97\x35\x07\x02\x82\x0a\xca\x74\x00\x30\xf5\xca\x50\x14\xb1\x19\xc1\xf9\x2f\x84\xfe\xef\x39\xa2\x5a\xfa\xf0\x92\xb8\x46\x3c\x81\xe7\xce\xa2\x56\x7d\x29\x4b\x48\xde\x0b\x24\x55\x20\x96\x90\xb0\xfe\x61\xbd\x19\x58\x88\x0d\x30\xbe\x52\x40\x2a\xde\x02\x28\x9d\xeb\xe4\xc4\x39\xa8\x60\x6b\x9a\xdb\x9c\xa0\x1c\xa8\x3f\xfc\xcb\x99\x3d\xf2\xcd\x1e\x79\x67\x2f\x50\x92\x99\x3b\x43\xb4\xa3\xa9\xb3\x99\x0f\xd7\x70\xf5\xef\x0e\x94\x50\x3b\xa3\xfe\x70\xb7\x2e\x0e\x48\x92\x66\x81\x02\x03\x2c\xde\x38\x38\x8d\x52\x1c\x7c\xd1\xd4\x8d\xbc\x95\x11\x4a\x16\x87\x34\xde\x39\x78\x42\x5a\xa4\x9b\x78\xa4\xbf\xa9\x44\x2a\xb0\x5e\x5c\xd2\x54\x0c\x7b\xcf\xa9\x7f\xfd\x4b\xd7\x5b\x85\xf5\x30\x00\x40\xda\x64\x32\xfc\x41\x6b\x4d\xe2\xfb\x9d\x30\x19\x9e\x8c\x7d\x7a\xd6\xd2\x5f\x69\x0b\x2c\xc6\x3d\xae\xeb\x21\xd0\xd8\x29\x29\x91\x53\x26\x52\x3f\x30\x29\xdf\xcd\xef\xe3\xf1\x24\xd6\x7f\x7e\x33\x28\xac\x35\x73\xd4\x9a\x39\xaa\x67\xae\xff\xbc\x1f\xf4\xa5\xa6\xd1\x4a\xa1\xaa\x9e\x76\x2e\xde\x52\xae\x57\x02\xe4\x77\x72\xed\xfa\x57\xc9\x4a\xc2\x5b\x2b\x93\x6b\xd8\x97\x2f\x9a\xad\x1e\x4d\x2e\x48\x3d\x6b\x55\xe9\xe7\xc9\x08\xf4\x64\x04\xda\xa2\x11\xa8\x56\x85\x34\x94\x1d\x52\xcf\x7f\x5e\xe0\xfc\xe7\x9b\x0f\xe5\xfc\x22\x6c\xb0\x02\x6e\x21\x2b\xa5\x98\x33\x69\x36\x54\x62\x80\x28\xcf\xa2\x5a\x69\x57\xbf\xd3\x1e\x7c\x20\xd2\x3e\x6b\xba\x0a\xf0\x11\xe8\x8d\xb2\xde\xe5\xfd\x96\x29\xc7\x0a\xd5\x3f\x3b\xbf\x69\xca\x3c\x0d\x00\xac\xed\x5b\x1d\x06\x4d\xcf\x56\xde\xca\xad\x5b\xb1\x20\x75\xec\x58\x6c\x23\x3b\x16\x5b\x6a\xc7\x72\xf6\x30\x41\x90\x79\x8c\x59\x0c\xe2\x90\x0a\x92\xd5\x67\x01\xe3\x9b\xda\xb9\x7a\xcc\x24\xc3\xa2\xbd\x9f\x30\xd0\x37\x84\x81\xfc\x8c\xe3\x27\x03\x9d\x3d\x88\xc7\xbc\x0e\x80\x74\xb9\xd8\xc4\x2e\xa8\xda\x99\x8e\xa0\x46\x51\xcd\x44\x82\xb0\x1e\x08\x2e\xf4\x3d\xa9\xc7\xd2\x0e\x44\x96\xa1\x33\x17\x49\x45\xdf\x72\x47\xf3\xab\xcc\xd4\x2b\xec\x38\x72\x42\x8e\x62\x7d\xa9\xb1\xa5\xad\x7b\x6f\x84\xa8\x3b\x59\x7d\x66\x65\xc1\xc3\xa0\x4e\xe5\xb3\x8b\xa2\x19\x99\x85\x1a\xab\x36\xf4\xeb\x48\x17\x40\x8e\x02\xd0\xa7\x5a\x5f\x3d\x0a\xfb\x5c\x48\xcf\x3b\x35\x0a\x58\xc8\x92\x25\x4a\xa7\x1f\x37\xd1\xbf\x56\xba\xef\x68\x98\x68\xbc\xed\x9f\x57\x05\xfd\x56\xc7\xfa\x18\x74\x8b\x7e\x8b\x9e\x69\xd1\x6f\xaf\x42\x8e\x9e\x3f\x13\x00\xdf\x9b\x32\x64\xc0\x71\x65\xdd\xa9\x2a\xb8\xdf\x92\x97\x41\x9d\x5d\x72\x85\x9f\x81\xda\x33\xeb\x67\x20\x13\xc5\x28\xfc\xab\x93\x0e\x79\x45\x1f\x1a\x39\x1b\x2e\xdf\x88\x6f\xe6\xdd\xdd\xfd\x3a\x8b\x6a\xec\xbd\xbb\x28\x35\xc3\xe5\x8b\x52\x1f\xdb\x45\xe5\x5d\x80\xd8\xea\xa2\xfa\x4d\x37\x4b\x1d\x42\xea\x35\xa9\x09\x2e\x5f\x93\xfa\xd8\xac\x69\x0d\xf1\x4d\x92\xd4\x21\x61\xa4\xba\x5c\x58\x7e\x20\x9d\x6c\x65\xfa\x81\xae\xce\xc1\x36\x9a\xcd\x69\x71\x7e\xd3\x2b\x3c\x94\xda\x4f\xb5\xeb\xc5\xb0\x61\x26\x37\xd5\x61\xd2\xa3\xb3\xf7\xd0\x1a\xda\xe0\x76\x6b\x0d\x72\x0f\x13\x0b\x71\xb2\xb0\x6a\xb5\x56\x56\x0f\x5f\x78\x53\x71\x1e\xa2\x31\x9d\x8c\x46\xbe\x04\x3a\x63\x3a\xe9\x78\x0e\x6b\x95\xba\xf4\x80\x66\x89\xa4\x22\xaa\x90\x1c\xa1\xd1\x14\xf1\xf4\x17\x42\xed\x4e\x50\xa0\x3d\x9d\x09\x58\xb0\x64\x51\x55\x9e\x41\x98\x4a\x2b\x7a\x1c\xe2\x71\x9d\x57\x2a\xf8\xe4\x54\xf0\x07\x82\x69\xa1\x13\xc8\xf5\xe6\x89\x96\x9f\x9c\x54\x55\x13\x18\x20\x95\xb9\x50\xf7\x15\x9d\x15\x38\x0f\x39\x00\x20\x56\xd9\xd9\xc7\x74\xa2\x73\x57\xd9\x9f\x0d\x67\xe3\x10\x2b\x4d\x4b\x2b\x56\xbc\x2b\x1a\xb8\x1b\x2a\xf3\xf6\x76\xf7\x14\x81\x05\x1f\x23\xff\x86\x8a\x17\xca\x85\x7f\x34\x0a\xe5\x0f\xc7\xdf\x3a\x04\x0d\xdb\x26\x52\x36\x4d\x50\x0d\x71\x8b\x86\xcb\x92\xce\xab\x1a\x1c\x7b\x87\xc3\xfc\xab\xdd\xdc\x91\x3b\xd6\xa5\xb7\x91\xac\xc6\x5c\x1e\xe8\xd5\x1b\xf9\x15\x4a\xfe\xb3\x95\x36\x06\x31\xa4\xbe\x16\x7e\x77\x5c\xf7\x42\x2a\x85\xad\x74\xce\x1e\x5a\xa8\xf2\xbb\x34\x4a\xe2\xc7\x68\x94\xf4\x8a\xf3\x0b\x9d\x4f\x26\x5e\x54\x50\xfd\x89\x72\xcd\x56\x1b\x40\x0b\xa5\xa7\x00\x8b\xc6\x93\x00\x06\xba\xb9\x43\x66\x5c\xb6\x0f\xb6\xd3\x71\xd7\x1f\x80\xae\xb5\x41\x35\x90\x9d\x07\xdd\xdc\x7f\xb8\x6b\x28\xc0\x8a\x6e\x01\xd8\x83\x8b\xdd\xa9\xec\xac\x76\x29\x6c\xcf\xe4\x9f\x73\x44\x6f\xde\xab\x64\x56\x7e\x7b\x9f\xa7\x52\x74\xbd\xbe\x06\x7a\xf2\x7f\x5f\xa3\x18\x0c\x39\x74\xfb\x91\xd6\x40\xd8\xf0\xc5\xb0\x5b\xad\xf4\xd1\x96\xe9\x54\xcf\x3d\x2e\xe4\x72\x15\xbe\x98\x24\xa4\xea\x68\xd1\x24\x08\x6a\x1e\x5c\x60\x45\xcd\x82\xd3\x34\x2f\x48\x10\xd3\x24\x90\xf8\x32\x41\xca\x77\xea\x38\x08\x62\xfd\xe7\xce\x19\x45\xe9\xd5\x8e\x6c\xad\xd3\xf1\xc4\xf2\x07\x47\x5f\xb8\xf8\x52\xb7\xb3\x77\x25\x5c\x54\x90\x8b\xcb\xe3\xc4\x0d\xb9\x1b\xd4\x83\xbc\xeb\x0d\xa0\x10\xc1\x20\xd8\x4b\xd8\x18\x4d\x8e\xc5\xff\x62\xed\x65\x02\x3b\x52\x58\x07\x24\x1d\xeb\xb4\x4a\x77\xda\xb1\x4e\xd3\x7e\xeb\x34\x75\xad\xd3\x54\x5a\xa7\xe9\xbf\xfd\x78\xcc\x07\x58\xa7\xf1\x83\x5a\xa7\xf9\x83\x5a\xa7\x2b\x45\xbf\xf4\x66\xc3\x45\x05\x19\x58\x5f\x2b\xa3\xd2\x22\xf9\xe9\x48\x1f\x17\x58\x37\xfe\x3a\xea\x7f\x07\x2d\xc4\x0b\xe5\x7f\x1a\x2f\x52\x16\x07\xda\xc3\xb6\x82\xfa\xb7\x9a\x68\xb0\x36\x5f\x5d\xb3\xb9\x5f\xc5\x25\x3b\x27\xd3\x1e\x45\x8a\x8a\x8e\x6c\xeb\x50\xd6\xc2\xb1\xaa\x85\x5d\xa1\x52\x0e\xe4\x64\x1a\xd9\x47\xba\x00\x3f\x4f\xc6\x81\xc3\x47\x05\x13\xd9\xb9\xd5\x2a\x91\x73\x4d\x38\x6c\x92\xbb\xe3\xd6\x17\x3a\x09\x50\x30\x89\xfb\x3e\x34\x0a\x17\x3f\x77\x68\x99\xb5\xd1\x88\xab\xda\xd2\x81\xfc\x19\x00\xc8\x97\x10\x03\xa9\xd1\x6b\xe6\x65\x06\x0b\x4f\xff\x78\x34\xc2\xcb\x5d\xdb\x85\xfc\xf7\xba\xde\x15\x15\xbc\x20\x7f\x77\x0a\xc3\x49\xcc\xa6\x09\x6a\x68\x0c\x7a\x76\x47\x81\x10\x1b\xac\x84\xe8\x32\xaa\xad\x41\x3a\xa7\x6a\xba\x44\xdd\x2e\xd5\xa7\xba\x57\xd4\xcb\xb5\x2e\x75\x7a\x97\xd0\x4e\x11\x2b\xfe\xb5\x94\x85\xfc\x9a\xc0\x2e\x67\xd7\xcc\x12\xb0\x85\x0b\xa0\x6b\x5c\x24\x5d\xf0\xe1\x9a\x3a\xca\xc2\x8a\x62\xe8\x70\xa1\x3c\xd7\xe3\xc5\xe7\x22\xe7\x97\x31\x8e\x0a\x8c\x11\xfd\xbb\xf8\x01\x2f\x51\x71\x71\xc9\xcd\xb3\xbf\xc8\x5f\x32\x2a\x13\xe6\x45\xfe\x0a\x33\x44\x4d\x2e\xac\x0d\x82\x2b\xc4\xad\xbc\x2e\xd0\x67\x71\x24\x21\xf0\x04\xad\xaa\x09\x06\x8d\x25\xc1\xbd\x23\xf3\x79\x91\x9f\xcc\x66\x28\xa5\x32\x2a\xc3\xfc\xe8\xcc\x43\x7f\x17\x2e\x74\x7a\x30\xcf\xd0\x55\x53\xa4\xea\x5b\x51\x6b\xbe\xde\xf8\xd6\xe5\x53\x1e\x2e\x8c\xad\x06\x6b\xc5\x15\x0d\x24\x69\x7d\x8a\x8d\x87\x22\x69\x32\x29\x71\x6f\xed\x77\x9b\x6f\xf1\x2e\x80\xbf\xe3\x78\x39\xab\x0e\x15\x09\x95\x29\x83\x9d\xa7\x42\xdc\x61\xc9\xa2\x82\xab\xd8\xe7\xda\x7d\x61\x8c\x27\x3b\xc8\xfd\x5c\xe6\x39\x8d\xf4\xa2\x9c\x17\x21\xae\x95\x3e\x61\xfb\x0b\x18\x64\x97\x29\xbe\x70\x35\x66\x9d\x5b\xa9\x99\x5f\x97\x2d\xa7\x30\x50\x4e\xea\x82\x6f\x8c\xb1\x4a\xc1\x32\x84\xe0\x93\x1c\x95\x3a\xd1\x68\x4f\x22\x44\xd9\xa4\xf9\x28\xe5\xdc\x57\x19\x47\xe1\x7f\x2b\x8e\xb2\x47\x23\x8e\xa2\xe8\xc3\xeb\x5f\xff\xfc\xe9\xaf\x2f\xff\x91\xa0\xe8\xfd\xe9\xab\x37\x27\xa7\xff\x90\xbf\x6c\x1e\x17\xf7\x61\x30\x2f\xf2\x60\xc7\xf9\x26\x78\xf5\x22\xd0\x6a\x91\x4e\x22\xef\x90\x85\x54\xc0\x91\xfc\x08\x36\xb5\x26\xa6\xe0\x20\x00\x90\x85\x54\x06\x07\xae\x68\x21\x5d\xe4\x7a\xda\xc0\x85\x7e\xf4\x37\xb9\xc4\x20\xa8\xcc\x57\x1f\x6f\x66\xbd\x5f\x99\x36\xa7\xf3\x12\xb1\x55\x8d\x94\x46\xfd\x95\xca\xfe\xd4\x6a\x8a\xe7\x02\x3e\x6c\xd3\x37\x24\x2f\xce\x6f\x06\x35\xad\x1d\xf6\x96\x8c\x4f\x01\x58\x19\xa2\xad\x81\xd9\xcd\xef\xf7\x04\xd3\x9b\xc2\xf4\x5b\x92\xa3\xad\x40\xb5\xec\x68\x15\x60\x89\x23\x6b\x37\x32\x2f\x3f\xa0\x0b\x55\xa3\x6b\x79\x1f\x83\xc0\x48\x75\x78\x83\xb3\x8f\x85\xe7\x26\xd5\x80\xb9\x06\xb8\xe5\xd9\xda\x60\xd6\x78\x42\x51\x29\xa3\xea\xd9\x65\x31\xf3\x9b\x14\x94\x72\xdd\xc2\x20\x79\x9c\x30\xf8\xcb\xbb\xd3\x97\xaf\xfe\xfc\x76\x5d\x88\x74\x3f\x73\xcf\xb8\x09\xac\x02\x2f\xee\xa8\xba\x11\x5d\x60\x25\x21\x1b\x00\xac\x24\x64\xcb\x11\xac\x69\xa3\x1d\x98\x15\xb6\xa4\xd1\x65\xca\xde\xa4\xf8\x06\xd8\xf4\x3d\x75\x67\x24\xf7\xb4\x92\x59\x48\x05\x28\x82\x01\xfe\xc1\x1a\xc4\xda\x89\x48\x9f\xd0\xda\xa6\x68\xcd\xf1\x3e\xdf\x0a\x76\x73\xfb\xdb\x1a\x82\x7a\xae\x4e\xd9\x8f\x0e\xa7\x88\xa7\x9e\x77\x6b\x60\xac\x8b\x94\xa3\xcf\xa9\xb7\x50\xfa\x13\x18\x0d\xa4\x8e\xdb\x82\x9f\xed\x02\x4e\xed\xa1\x37\x0c\x6c\x3b\x1c\xdf\x7a\x80\xe4\x54\x51\x78\x02\xa5\x6f\x5e\x78\x30\x9a\x74\x79\x5e\x2b\xc0\x43\x7a\x53\xbc\xfd\x30\xb0\xdd\x10\x18\x46\x8c\x0b\x9e\xbc\x20\x78\xdd\xe6\x2b\x67\xf1\x9e\xa2\x0c\xe5\x08\x7b\xc0\xbe\x25\x6a\xa8\xf9\x2e\x93\x87\xda\x52\x94\x82\xf9\x5a\x96\x3a\xc9\x96\xed\x5f\xfb\xeb\x1c\xe1\x9b\xfa\x5b\x5d\x02\xfb\x24\xcf\x57\x5e\x64\xdd\xf4\x3d\xa1\x5d\xbe\xb7\x2d\x69\xf9\xe9\xc1\x50\x4e\x77\x5d\xd2\x24\x45\xc0\xfc\xa4\x3b\x2d\xe9\xbb\x64\x9a\x29\x37\xa5\x95\xcd\xb6\x2e\x50\xae\x81\xbc\xae\xae\x37\xe0\xdb\xdb\x3e\x43\x05\xfb\x45\x05\xea\x7f\xbf\x7c\xfb\x06\x28\xed\xaf\xe8\x66\x2b\xdc\xb8\xe8\x67\x45\x93\xd7\x24\xbb\x5a\x05\x14\xb2\xe1\x2f\x65\x7a\xd1\x55\x70\xb4\x1a\xc9\x6b\xbb\x6a\xc8\x61\x40\x2b\x9b\x0e\x03\x5a\x2d\x55\xe8\xb4\x05\xcb\x07\x1f\x74\x53\xad\x28\xb3\x8a\x17\x90\x0d\x2d\x0c\xc3\xb6\x87\x85\xdc\xff\x8e\xcf\x5f\x33\x9b\x5f\xdb\x5d\x41\x66\xce\xb8\xbd\x0d\x02\x50\xad\x27\xe4\xa8\xea\x0c\x77\xbe\x91\x6c\x3e\x7d\x77\xfe\xab\xa9\x74\xe3\x4b\x43\x94\xb2\x0f\xfe\x24\x44\xca\x37\x5a\xd2\xe2\xfa\xd6\xa6\xbf\x99\x5b\x6b\x18\x91\xc2\x73\x69\xd3\x90\x0c\xb8\xb4\x69\x48\x56\x30\x22\xb2\x85\x20\x80\x88\x2d\xd3\x36\xca\x66\x2b\x14\x47\xb2\x4d\x0f\xf1\x93\xef\x96\xf0\xb8\xf2\xfd\xf3\x4b\x94\x5d\xf5\xbf\x1d\x74\xcb\xd5\x24\x06\xdd\x72\xd9\xf4\x63\x7a\x71\x81\x72\xbd\x01\xfd\x53\x1b\x74\xcb\xf5\x22\xbd\xca\x31\xbb\x8a\x1e\xc5\x9a\xfa\x76\x35\x77\x20\xdb\xf5\x48\x9c\xf2\x5d\x7d\x9b\x3c\x9e\x7f\xcd\xec\x9d\x6d\x4c\xa1\xf7\x1f\xc8\xac\x02\xaa\xb7\x82\xfd\xc5\xdc\xdb\x36\x2e\x32\xa7\xd5\x75\x41\x3e\x4c\x92\x64\x39\x4e\x32\x23\x49\x94\xa4\x07\x72\x50\xc4\xe0\xa1\x06\x8e\xf2\xa7\x43\x31\x0e\x69\xa0\xbe\x62\x29\xea\xf3\x64\x71\xff\xad\x09\x51\x2a\xef\xbc\xc6\x5e\x6b\x21\x32\x25\x8b\x77\xa5\xf3\x46\x9f\x0e\x39\x5c\x29\x6d\x0d\x11\x50\x06\x0a\x31\xab\x04\xae\x7e\xa3\x8d\x72\x8a\xf7\x71\xd0\xad\x51\x4e\x9e\xbf\xee\xe0\x11\xb5\x51\x5d\x00\x6e\x8e\xb6\x90\xe9\x0a\x6e\xb4\xac\xc1\xe2\xf1\x04\x9e\x92\x12\x39\xbf\x65\x61\x9d\xfb\x50\x9a\x2f\x29\xd0\xfb\x5b\x03\xfc\x47\xa4\x88\xea\x21\x04\x6b\x8a\x90\x2f\x0a\x36\x2b\xd3\x9b\x21\x03\xfe\xb5\xc0\x83\x26\x3e\x48\xe7\x75\x32\xe7\x97\xbf\x9e\xbe\xde\x8e\x91\xd1\x94\xc4\x7a\x82\xdc\x6f\x5e\xef\xb5\x99\xd1\xfc\x4e\xc8\x7b\xa9\x35\xbd\xff\x33\xc5\x73\x7a\xb1\x6c\x43\x6d\x72\x1f\x0a\xe1\x81\x9a\xa2\x61\x28\xc0\xc7\xd8\xde\xa3\x07\x81\x4d\xc3\xb3\xce\x8e\xaf\x73\xd9\x55\x41\xc0\xa7\xbb\xfe\xcd\xdf\xf5\x35\xcc\x71\x26\x07\xd6\x6a\xfc\x31\xc0\x81\x41\x77\xf6\x5e\x01\xca\x43\x29\x63\x87\xdc\xee\x35\xc0\x5c\x15\xab\x7e\x82\xf2\x6f\x1e\xca\xbf\x02\x45\x33\x99\xcd\xda\x5f\x36\x3f\xe8\x08\x1c\x42\x84\x68\x5f\x38\x9b\x74\xee\x0e\x7d\x3d\x02\x4a\x39\x80\x1a\xfe\x25\x65\x97\x0f\xee\x73\xb7\x06\x42\xb0\x25\x71\x9f\x70\xc2\xa3\x90\xcf\x3e\x7a\x4c\x1c\x6b\x5c\x2a\x53\xf9\xfd\x39\x99\x7b\xdc\xed\x5a\xc0\x26\x49\xdd\x2f\xa4\x73\xaf\xd6\x11\xdd\x5e\x7e\xe1\x88\xe2\xb4\x54\x66\xd9\xde\x6b\xb2\xcc\xc2\xb9\x5a\x97\x6c\x76\x66\x85\xde\x55\x63\xb9\xd5\xf6\xd6\x97\xb2\x9a\xdf\xc7\xf4\xe2\xdd\x35\xa2\xb4\xf0\xf0\x06\x67\x84\x94\x28\xc5\xf7\xec\x36\xab\xd4\x8d\xef\x53\xc6\x24\xe6\xee\xe1\xb7\x65\xa3\xe7\xb4\xe0\x45\x96\x96\xcb\x5b\xfd\x3d\xa5\x78\x49\x57\xb5\x37\xdb\x9d\xa4\xff\xc1\x78\xd6\xc7\x76\xb5\x48\xc9\xf2\xf5\xdc\x95\x0f\x5b\x26\xea\xcc\xcc\xb6\xfb\x75\xc7\xf6\x54\xfa\x75\xc9\x0b\x15\xf3\x19\xdb\x54\xc9\x7e\x75\xb2\xe9\x09\x1c\xaf\x78\xef\xa4\xea\xea\x53\x4c\xeb\x30\xc9\x9f\x6f\xc2\xc0\xe8\xec\xed\x42\x00\x0c\x4c\x69\x83\x1a\x21\xf4\x28\xf7\x75\x82\x29\x1b\xb4\xab\xe3\x75\x4d\x57\x71\x37\xdc\xba\x35\x57\x37\x6e\x37\x33\xb0\xd9\xfb\x99\x85\xde\xc6\x77\x9f\x35\xb4\xf6\x7e\x66\xc0\xb9\xf1\x95\x68\x7e\x64\x02\x48\xf9\x9f\x04\xae\x5f\x8b\x1e\x6a\x1b\xed\x13\x3d\x7c\xd4\x3c\xf2\x5a\xae\xe9\xf7\x82\xbc\x5f\x93\xec\xea\x05\x2a\xd3\xae\x7f\x43\xab\xe1\xcf\xe8\x32\xbd\x2e\xba\x64\xb6\x43\xe0\x3e\x2e\x53\x6c\x2e\xc1\x8a\x6b\xf0\x07\x5f\x87\x99\x5e\xe3\x7e\xaa\xfc\x82\x4f\xb7\x73\xe3\xdb\xe9\xa4\x89\xdc\xc6\x2d\x75\xba\x5b\x79\x9f\xdf\x0f\xd3\xd9\xe8\x1c\x95\xab\x6e\xc3\x80\x88\xa7\xcd\x84\xe8\x41\x71\x52\xaf\xd1\x45\x9a\x75\xaf\x76\x9b\x2f\xbc\x93\x40\xbe\x1d\x5b\xcc\xe0\x8b\xfa\x9a\x78\xf8\xc7\xce\x8a\xb6\xa0\x25\x90\x59\x9c\x1f\x99\x96\xe1\x5b\x96\xe3\x8b\xf3\x02\x51\x76\x90\x17\xf9\x7e\x21\x43\xb1\x9b\xf8\xf1\x7f\x49\x6c\x78\x40\x11\xce\x11\xdd\xaf\xdb\x7b\xbf\x7c\x3c\xc9\xa1\x1b\xb3\x37\x79\xf5\xd6\x5f\xb7\xfe\xf2\x11\xae\x5b\x96\x88\xee\x12\x42\x8a\xce\xed\x62\x5b\xad\xbf\xcd\x45\xfa\x8a\x09\xd8\x69\x7f\x2e\xca\x72\x5f\x57\x3b\x5c\xf7\x78\x1b\xdf\x7e\x9b\x6b\xf7\x1c\xb0\xaa\xf5\xb6\xac\x12\x7e\xd7\xe1\x51\x57\xae\x96\xb5\x8a\x3d\xcc\x8e\x65\x73\xa8\xe3\xb8\x45\x13\x4f\xb2\x10\x95\xe3\x6c\x34\x0a\x98\xfc\xa3\xfd\xc2\x26\x07\x3e\xf6\x65\x8a\xd5\xe9\x03\x2b\x6f\xf2\x52\x6f\xee\x13\x33\x1c\x72\xf3\x09\x26\x49\x62\x9f\xef\x99\xbf\xeb\x0c\xc3\xc7\x66\x6e\xb1\x1d\x10\x84\x08\x54\x2e\x2f\x67\x17\xc9\x4c\x2a\x37\x95\xb8\x4b\xf5\xf0\xee\xfc\xb8\xce\x43\xe4\x3c\xf5\xce\x3b\xfa\xf4\x49\x0e\xfd\xe9\xd3\xed\xad\xf7\x2b\x99\xcd\xae\x31\x01\xa2\x13\x2a\xd7\x45\x14\x40\x9d\xdf\xf8\x14\x9d\x23\x8a\x70\x66\x92\x1c\xcb\x9c\x31\x97\x29\xc3\xbf\xe3\xbb\x67\x08\xe1\x5d\x53\xac\x99\xa1\x7c\x77\x7f\x57\x25\x2a\x04\x8d\x16\x59\x5a\x96\x28\x77\x92\xe7\x56\x4d\x57\x56\xbb\xfa\xd4\xbf\x7a\x37\xf3\xb3\x93\xaa\xd3\x59\x6a\xc2\xa1\xdc\x55\xc8\x9d\x65\x15\x8f\x88\x47\x56\x35\xce\xdd\xcc\x14\x65\xb2\xc8\xb3\x78\xf1\x89\xcc\x74\x36\xb3\x59\xca\x2f\xe3\xe0\x20\xce\xb3\x40\xd6\xad\x90\x8e\xa4\x9e\x06\xe6\x95\x68\x75\x49\x3e\xfb\xba\xc0\x82\xcf\xac\xa0\xc9\xfc\xe3\xeb\xc5\xbe\x0b\x2a\xd1\x50\x07\x55\xf9\x5b\x9a\x97\xa2\xe9\xa0\x89\x55\x70\x3e\x63\x9c\x22\x99\x28\xaa\xd3\xce\xbe\x13\x0d\x35\xa6\xf0\x34\x33\xd5\xef\xab\x0a\xf2\xf4\xc2\xd7\x91\x78\x1c\x54\x55\xbd\xd0\xbe\xbd\xa8\x57\x7b\x10\x63\x92\xa3\x83\xb8\xc8\x83\x0a\x2a\x6f\xcc\x4c\xca\xa8\x9e\x4f\x75\x8a\x2e\xf5\x5e\x4c\x43\xda\xe4\x3d\x0d\x95\xad\x7e\x9d\x55\x0b\x4c\xca\x50\x2e\x5e\xf9\xda\xea\xd7\xfb\xf2\xbd\x68\x9f\x1a\x2d\xb2\xa7\xb1\x7d\xb7\x7a\xa7\xa0\xe0\xe0\x85\x14\xea\x69\x62\x5e\xc9\x0d\xc5\x84\xab\x92\xb0\x7d\x1b\xea\x6c\xa3\x6c\x9e\x7b\xa7\x26\x9f\xaf\x86\xd3\x75\xcf\x61\x20\x0c\x52\xce\xfd\x60\x85\xf3\x7d\x4e\x8b\xd9\x3e\x17\x5c\xb6\xec\x4f\xea\xd8\x7c\xfd\xa9\x9a\x25\xfa\xfd\x1a\x3b\xb8\xc6\x9d\x82\x28\x2f\x7c\x13\x55\x9b\x6b\x12\x63\x77\xdf\xeb\x7c\xd4\x62\xac\xab\x6b\xcf\xfb\xab\xeb\xa0\x82\xaa\xa6\xa7\xe7\xed\xbf\x5f\x21\x09\xb2\x3d\x83\x8b\xd7\x07\xe2\xdd\xd2\x29\xc8\x56\x76\x1e\x30\xa0\x84\xf0\x7d\xfd\x7b\xf9\x8c\xd3\xac\xf4\xc2\x72\x56\x6e\x63\x47\xe0\x4c\x0b\x85\xbe\xcb\x6a\xe4\xc5\x6d\x6c\x3c\x15\x92\xa3\x17\xc8\xca\x2d\x8d\x20\xf5\x4b\xde\x2b\x2d\x5f\x6c\x63\x0c\x09\xac\x39\xfa\xe2\x69\xa4\x6e\x87\x2e\x6e\xe2\xbb\x6d\xdc\xa0\xe8\x25\x18\xe3\xdf\xc5\xbf\x62\xa0\x1d\x4b\x07\x4b\x28\x2b\x29\x21\x7c\x0d\xc2\xe0\xf9\xbb\xb7\x1f\x7e\x7d\xfd\x49\x79\x4e\x7f\xf8\xf4\xf2\xed\xc9\xcf\xaf\x5f\xbe\x90\x35\xd7\xca\x28\xcf\x74\x95\x12\x96\x78\xf0\x8b\x51\x25\x2c\xdb\x07\x85\x64\x86\xed\x76\xa9\x07\xf3\x8c\x15\x6b\x8f\xf9\x0a\xe6\x59\x2c\xe6\x55\xa9\xcc\x4e\x73\x37\xdd\x9d\xe5\x4d\x90\x4e\x12\x85\x61\x0a\x4b\x38\x7f\x16\x36\x39\x9c\xe2\x3c\xdc\x0b\x91\x9b\x9a\x8f\x03\xe0\xad\x39\xf1\x3c\xc5\x98\x70\xc9\x62\xed\xa6\xbb\x59\x99\x32\xb6\x9b\xb2\xdd\xd4\xd6\xe5\x08\x04\xb7\x27\x8d\x10\x08\xec\x98\x64\x9f\x59\xd2\x4e\xf4\x09\x73\xa7\x34\x47\x06\xe0\x79\x72\xf8\xec\xfc\x8f\xd9\xb3\xf3\x1f\x7e\x00\xf9\xf8\x7c\xe2\xe4\xfd\x3c\xb7\x85\x39\x4a\x95\x49\x35\x4d\xf6\xc2\x79\x12\xe2\x44\x70\xb2\x40\x16\xd2\xb0\x59\x81\xc7\xa2\xc5\xc4\x24\x52\xce\x01\x00\xb7\xb7\x81\xaa\xcc\x11\xec\x25\x09\x0d\xe7\xc0\xe5\xb4\xf7\x0c\xa7\x3d\x3f\x26\x61\x09\xe2\x39\x2c\x42\x12\xa6\x00\x06\x25\xc9\x52\xab\x96\x32\xa0\x61\x1e\x4a\xe5\x1a\x00\xb6\xb1\x40\x34\xc6\xaf\xd6\xb4\x35\xcf\x00\x80\x69\xd5\x29\x5e\xa2\x77\xdd\x33\x13\x3e\x1a\xa9\xcc\xa7\x09\xf7\x1f\xc1\x07\xc1\xf2\xee\xa2\x2f\x33\xaa\xe8\xc0\xee\x74\xce\xf8\x2e\x2a\xf8\x25\xa2\xbb\x67\x68\x57\x7c\xbd\x4b\x68\xe3\x4c\x76\x50\x2d\x20\x18\xa6\xd7\x64\x1f\x93\x69\x15\xcd\x4b\xb8\x70\x24\x8d\x58\xb3\x8f\xc8\xe5\x41\xdb\xfc\x69\x55\x01\xc8\x47\x23\xc5\x59\x57\x21\xd2\xf6\x40\x59\x84\x9b\x02\x88\xaa\xd0\x55\xd2\xcc\xe1\x5c\xa6\xc2\x6e\xea\x74\x54\x42\xef\x1e\x59\x8f\x1d\x88\xc3\x2d\xcc\x71\x6c\xb9\xb4\x95\xc3\xe0\xbb\xe2\x8d\xaf\xb4\x4c\x9d\x74\xb5\x59\x1d\xc6\xde\xa0\x7b\xaa\x10\xa3\x07\xd6\x09\xe4\xc6\x13\x48\x93\xbd\x43\xc8\x92\xbd\x23\x48\x0c\x0b\xcf\xe9\x8d\x4d\xad\x9b\xc2\x22\x41\xe3\xd6\x64\x26\x21\x78\xb6\x17\xd2\x24\x4c\x93\x22\xc2\xe8\x0b\x0f\x01\x88\x72\x82\x91\xc0\x6b\x2a\xb5\x76\x98\xea\xd2\xec\x70\x8f\xdf\xde\x62\x7d\x53\x25\x20\x3e\x13\x43\x82\x67\x3a\x6f\x7d\x09\x16\x4c\x4c\x81\x24\x65\x75\x5e\xe0\xb4\x2c\x6f\x16\x62\x02\xd4\x94\xc1\x2b\x22\x35\xe5\xdb\x5b\xf3\x57\x08\x6c\xcb\xe2\x3c\x64\x1a\xb2\x49\x55\xe7\xf0\x96\xfb\xb8\x51\xd1\x1b\xa9\xc2\x98\x67\x7c\x4e\xd1\x43\xd4\xde\xf2\x4a\xc1\x12\x13\xbe\x2e\x18\x37\xf5\x22\xb4\xb6\xa9\x24\x69\x2e\x75\xa0\x15\x34\x75\x0c\x54\x79\x7a\x6d\x4b\x70\x72\xff\xad\xcc\x80\x29\x6f\x54\x4f\x13\xad\x15\x01\x50\x53\xa7\x53\x34\x23\x7d\x4d\xd1\x8c\xb0\x82\x13\x7a\x63\x4a\x7b\xe7\x05\x13\xfb\x95\xcb\x34\x9b\x43\xbe\xcb\xb3\x00\xc0\xe1\x55\xc6\xa4\xd9\xc9\xa3\xeb\xd1\xfb\xf1\xe1\x6f\xef\xa3\xcb\x94\x5d\x86\x0b\xbd\xc4\xba\x50\x0d\x85\x79\xc6\xe2\x66\xe9\xb1\x93\xb2\x0c\xed\x3a\xd5\x3b\x67\xd1\x75\x13\x55\xf5\xa0\x5b\xb0\x63\x3c\x51\x95\xbb\x18\xe2\xf3\x59\x9d\x7c\xb6\x55\x43\x12\x45\x8d\x5c\xe6\x21\x77\x33\x7d\xeb\x53\xf5\x16\xd1\xd7\xc9\xbe\x6d\x26\x4c\x41\x07\x42\x00\x89\xcc\x67\xbd\x23\x70\x7e\x9e\x09\x52\xc4\xeb\x52\x3c\xa3\x51\xe0\xa2\xb8\xe6\x4b\xd5\x6f\x9a\xb4\x8a\xa6\xb9\x1f\x00\x58\xb4\x5f\x8b\x13\xba\xbd\x95\x22\xbd\x2c\x33\x2b\x06\xaf\xaa\x1d\x92\xd4\x7b\x79\x81\xf8\x49\xc6\x8b\x6b\x14\x16\xb6\x32\x5b\x1a\xe5\x19\xb3\xe9\xa5\x3b\xe7\x63\xd6\xbd\xc7\x1c\x80\xcf\x08\xe6\x69\x81\x59\x07\xe4\x05\x67\x42\xf4\x41\x75\xcf\xa9\x1e\xbe\x5b\x6a\xcc\x66\x64\xa7\x73\xac\x90\x55\x2b\xd9\x25\x49\xb0\x53\xa8\xa9\xbb\x21\x3b\xa4\x73\x7c\x50\x92\xc0\x69\xc1\x50\xa4\x31\x51\x03\x34\x42\x06\x60\xfb\xa3\x7a\xbd\x47\x62\x2d\x5c\x72\x59\xea\x3f\xb8\x77\xa8\x0b\x12\xf5\x55\x1c\x61\x89\xc9\x49\x8d\xa2\x8c\xe4\xe8\xf6\x36\x08\xe0\x14\x31\x96\x5e\xa0\x18\x45\xfa\xaf\xdb\x5b\x81\x65\x78\x5a\x94\xb7\xb7\x81\x44\x71\x81\xe0\x4b\x65\xcf\x6c\x34\x32\x7f\x8d\x0f\x27\xa3\x51\xc8\x12\xe7\x37\x64\xa6\x8f\x84\x45\xbc\xe0\x25\xba\xbd\x65\xed\xbe\x80\x4a\x8a\xc9\x22\x35\x15\xd1\x87\xfd\xca\x34\x31\x66\x4e\x1f\x00\x79\x2b\xf5\x45\xe2\x9d\x80\xe4\x3d\x62\x80\x53\x20\xe9\x5f\x4f\x5f\x87\x86\x41\x8a\x2e\x29\x3a\x07\x91\xe0\x55\xb1\xac\x35\xa5\x4a\xfa\x39\x17\x3b\xd2\xfc\x91\xa6\x32\xfb\x47\xc0\x14\xa4\x3a\x08\x40\xc4\x4a\x81\x43\x8e\xe0\xef\xc1\x0e\x49\x16\x1a\x84\x14\x24\x5b\x7d\xb2\x10\xdb\xc6\x87\x13\xb1\x34\xca\xd9\xdf\x0b\x7e\x19\x06\xff\x25\xd9\x74\x62\xd9\x66\xf9\x45\x1a\xb1\xcb\xe2\x5c\xe6\xaf\x85\x24\xca\x33\xf3\x78\x7c\x38\xa9\x2a\x1d\xee\xbd\xe4\x72\xdd\xde\x2e\x2a\x58\x26\xe2\x92\xb0\xdb\xdb\xb1\xe8\x61\x02\xe7\x82\x8a\x2a\x68\x96\xcf\xd4\xdf\x13\x98\xb5\x2f\xfe\x4e\xdf\x5d\xca\xb3\xf8\x70\xaf\x3e\x1a\x4b\xf6\x43\x10\x49\xf1\xe7\xdd\x79\x18\xfc\x21\x00\xc7\xbe\x0b\x4b\xec\x85\x2d\x81\xd9\x16\x0d\x3c\x12\x61\x96\xe6\xd6\x99\x89\x59\x74\x39\xef\xdc\xb5\x9a\x8a\xbd\xd7\xd7\x43\xb0\x1d\x63\x04\xb9\xa9\x23\x88\x52\x6a\x6e\xea\xa4\x7b\x57\x91\xbd\x91\x21\x82\x47\x60\x7c\x38\xd9\xa1\x82\xa3\xe7\x4b\x2f\x68\xeb\xa6\x11\x4f\x7b\x55\xbd\xa6\xdd\x72\xa1\x2e\x1d\x13\x97\xd0\x83\xe1\xbd\x23\xaf\xee\x49\x5c\xe7\x56\x95\x97\x65\x0c\x69\x33\xe1\xe1\xf2\x3a\x2b\x4f\xcc\xe5\x6f\x81\xb9\x6c\x8b\x14\xdf\x65\x75\x1d\xea\x16\xf0\xe0\xc9\xd1\x33\xde\x2d\xe0\xc1\x4d\x01\x0f\xda\x29\xe0\xc1\xdd\x02\x1e\x5c\x16\xf0\xe0\xff\xf6\xe3\x31\x36\xe5\x32\x68\x7f\x01\x0f\xe5\x7f\x44\x1f\xa0\x80\x07\x05\x20\x76\x66\xb4\xed\x02\x1e\xb4\x5d\xc0\xe3\x11\xba\x58\x39\xd2\x10\xf1\xc9\x34\x8b\x35\x84\x88\x3b\x8a\x2b\x46\xc8\x58\xf2\x7d\xbf\x1c\xd2\xae\x10\xb7\x8c\x09\xe8\x25\xe3\x03\xd8\x5b\xa5\x34\x8d\x1b\x05\x81\x4f\x5b\x85\x94\x4d\x61\x60\xc9\x67\xfa\x2a\x2d\x0b\xae\x0b\x62\xc5\x9e\xf7\x93\xf0\xf6\xf4\x68\xb8\xa8\x20\x82\x8b\x0a\x9a\x89\x62\x33\x4b\x7d\x61\xff\x74\x74\x1c\xf2\xc4\x3e\x85\x82\xc7\xd4\x3c\x03\x49\xb8\x9c\x81\xbf\x10\xbe\xe0\x3a\x24\x6b\x29\xfe\xa8\x00\xb4\xd6\x5c\x32\x1a\xd9\xbf\xc3\x25\x7d\x58\x46\x4e\x16\x36\x52\xbd\x48\xee\x4d\x7e\x42\x19\x57\x20\x0a\x20\x01\xce\xac\x9d\x37\x15\xd0\xc9\xec\x21\x83\xa4\xb3\x29\xb8\xb5\x29\x17\xb2\xb8\x93\xda\xe7\xa8\xae\xf4\x7c\xec\xdd\x32\x2c\xb7\x6c\x86\xe8\xb4\xd0\xb6\x18\xde\x38\xdd\x74\xce\x2f\x09\x2d\xfe\x85\xd4\xb9\x34\x46\xd0\x4c\xb2\x74\xae\x93\xf9\x56\x62\xbc\x5a\xdc\x94\x67\xbe\x06\xc3\xd4\x10\x47\x3f\x17\x65\xf9\xd1\x16\x5f\x8d\x5b\xac\xc6\xea\x2a\x13\xd6\x01\x1f\x8d\x46\x21\x92\x45\x88\x65\x61\xaa\x08\xe1\x5c\x33\xd6\x66\xfb\xb5\x72\x1a\x08\xb9\xa5\x6e\xe7\xb2\xe0\x56\x46\x88\xd2\xac\x14\x6c\xad\xb4\x0b\x00\xe0\xca\xc7\xcb\x65\x37\xe7\x44\x1a\x2c\x69\xbf\xa8\x0f\x3b\xaf\xea\x03\x6a\x9c\x8d\x66\x9b\x03\xb0\xec\xc8\x26\x3d\x2c\x2e\x4d\x04\x4b\xf7\x23\x80\x2c\xa1\x42\x00\x23\x09\x1d\x1f\x4d\x76\xec\xee\xc9\x4a\x32\x2d\x1e\xd3\xf0\xdd\x0c\xba\xc0\x44\x54\x71\x82\x26\xc7\xe9\xf7\x5f\xb3\x1c\xa7\x32\x46\x6d\x43\xfd\xb9\xdd\x52\x16\x7d\xea\xac\x61\xea\xaa\xe1\x4a\xa4\xe1\xb5\xa5\x87\x91\x1f\x83\x70\xed\x2d\xb2\x20\x33\x98\x42\xb8\x45\xed\xbb\x65\xf2\x19\x2a\xcf\x43\x04\x71\x3f\x62\x5a\x52\xc5\xde\x57\x7f\x1e\x37\xea\xcf\x43\x6f\xa1\x7b\xdc\x57\xe8\x1e\x55\x7e\x89\x89\x0f\x29\x85\x6b\xae\x21\x45\x8c\x94\x52\x63\x03\x03\xbb\x5d\x9e\xc8\x1e\x2d\x71\x55\x70\x51\x0d\xad\x67\xdb\x84\x73\x63\x04\x5b\x0e\xee\x69\x56\x2a\x90\xff\xba\x90\x6e\x72\x2f\x68\xf5\x84\x5e\x81\xb4\x56\x0f\x84\xc5\x34\x2b\x03\x00\xcf\xd0\x39\xa1\xe8\x4d\x5b\x59\x5a\x43\x54\xa1\xc4\x93\x94\xcb\x13\xe8\xd3\xaa\xca\xf6\x05\x47\x53\x47\xd7\x67\xaa\x2c\xd5\x6e\xd1\xf1\x12\x58\xb6\xb5\xfc\x1c\x3e\x47\x9b\x2b\xf7\x0e\x61\xc1\x5e\xd7\x6a\x31\x31\x4e\x6c\x47\x84\x42\xc6\x64\xf1\x38\x98\xa6\x38\xbd\x50\x65\xbf\x60\x90\x95\x85\xac\xff\xb5\x99\xd2\x35\x47\xe2\x74\xaf\x5b\x75\xd3\x9b\x01\x4f\x6a\xf0\xa0\x60\x6f\xd1\xe7\x00\x8c\x46\xf6\x59\xa4\xdd\x1b\x4f\x51\x46\x68\x1e\x0e\x2a\x08\xd3\x82\x44\x75\x8e\x8f\x01\x0e\xd7\x81\xb5\x8d\x95\xf7\xfd\xbc\xe6\xa2\x07\x30\xba\x9c\x6c\x91\xc3\x25\xd0\x07\xee\x01\x8a\xd6\x3f\x76\x55\xfd\xfe\x37\x7c\xee\xcd\xea\x8a\x8d\x42\x8a\x02\xab\x95\x82\x36\xed\x1d\x56\x55\x1f\xda\x72\x6a\x52\xb9\x88\xc9\x52\x3c\x8f\xf0\xd3\xb5\x02\x68\x63\x78\xd2\x88\x0d\x6d\x92\x38\xc1\x89\xea\xf9\x28\x06\xb4\xcd\x79\x56\x4b\x70\xe5\x6a\x18\xf6\x58\x9f\x7e\xbe\xa9\xd1\x68\xb8\x1c\x90\xbb\x82\x9f\x6f\xdd\x0f\x04\xd2\xc6\xd5\x68\x05\x71\xed\xfb\x4a\x21\xc2\xee\x2d\x90\xbd\x09\x7e\x53\x7e\xe8\x71\xaf\xde\x96\xe1\xb5\x13\x88\x85\x57\xd1\xe0\xe6\xdc\x07\x94\x44\x5d\xbe\xf6\xfe\xfd\x2a\xf0\xc5\x01\x2b\xf0\x45\xab\xaa\xbe\xde\x21\x95\x29\x6d\x19\xaa\x68\x7b\xa1\x7f\xb7\x2a\xc4\x47\xaa\xe5\x5a\x06\x7a\xc3\xd0\xaf\xce\x96\xa7\x71\xc2\x30\x7d\x97\x11\x51\x96\xe9\xad\x7a\x70\x4f\x57\x58\xd1\xfe\x62\x40\x8b\xc9\xc6\x24\x77\x04\xa0\xb6\xfd\xd9\x89\x35\xf0\xf5\x32\xc5\xc1\x60\x35\x54\xc3\x3e\x32\x50\x7f\x8c\x87\xea\x8f\xa9\xd1\xd6\xe2\x55\xfa\x63\xfc\x00\xfa\x63\x0c\x40\xec\xcc\x68\xdb\xfa\x63\xec\x2b\x00\xad\x14\x7c\x8a\x5a\x19\x56\x4b\x25\x36\x75\xb4\x1f\x48\x33\xc9\x52\x2c\x14\x57\xb0\x2d\x0b\x22\xb0\xd0\xe9\x0c\x1a\x75\xd4\x95\xc1\xd9\xd5\xbb\x69\x8b\x65\x00\x74\xd6\x83\x9f\x0e\x7f\xaf\x8b\x8e\xff\x74\x78\x14\xc4\x6a\x6a\x95\x32\xb0\x20\x21\x00\x6e\x81\xc0\x0d\x51\x8e\xd4\xe8\x7a\x08\xf3\xb6\x1a\x29\x77\x1d\xc5\xbe\x4b\x94\x4c\x1f\x23\x4a\x5e\xe5\x4c\xb5\x26\x52\x1e\xcc\xec\x0e\x65\x24\x37\xc1\x78\xdd\x92\xf7\xab\x2c\x66\x4b\x4a\xde\xd3\x07\x2d\x79\x8f\xbf\x46\xc9\x7b\xa5\x65\x93\xb8\x28\x5c\xdc\x91\x57\x6f\x0b\xa4\xbd\xd4\x12\x54\x00\x36\xa4\x04\x81\xde\xee\x88\xdc\x56\xf8\x1a\x28\xe4\x26\x7d\xf8\xd7\x63\xdd\xd5\x27\x8f\x90\x6f\x77\x26\xbe\x3e\xd3\xee\xae\x7a\x53\x8e\x5d\xf4\xf1\xc4\xaf\xff\x96\xf9\x75\x99\x09\xf4\x89\x5b\x7f\xe2\xd6\x1f\x84\x5b\x3f\x25\x25\xfa\x6d\xf1\xea\x0a\x4b\x0f\x61\xd4\x57\xe1\xe2\x27\x36\xfd\xdb\xc5\xc4\xdb\x61\xd3\x35\x2e\x7e\x62\xd2\x9f\x98\xf4\x6f\x9c\x49\x57\x36\x87\xf5\xb8\x74\xfd\xcd\x23\x64\xd3\xdd\x99\xaf\xcf\xa7\x37\xd6\xbd\x29\xa3\x2e\x3b\x79\xe2\xd4\x7f\xcb\x9c\xba\xe1\xbb\x37\x37\x69\x37\x83\xb7\x9e\x18\xea\x47\xc9\x50\x2b\x5b\x2b\x5e\x61\x68\x7d\x28\xf6\x56\x23\xb7\x21\xfc\xed\x4a\x14\xf6\xc4\xe0\x7e\xbb\x08\x6c\x3b\x0c\xee\xfa\x28\xec\xb1\x78\x67\x8c\x46\x7e\xef\x8c\xf5\xdc\x32\x9e\x18\xf5\xef\x99\x51\x77\x43\x28\x86\x68\xc0\x1a\x3e\x3a\x83\x5d\x6c\xee\x5d\x00\xe8\xe0\xfa\x66\x5c\xe0\x76\xf0\x0d\xf7\x06\xdc\x2c\xf3\x1c\xe5\x36\x30\xe0\x23\x91\xd7\xcf\xe6\xa4\x6a\xad\x8f\xaf\x5c\x9f\x49\x12\x35\xcc\x3b\xd7\xb6\x7f\xa2\x6d\xdf\x27\x6d\xeb\x08\x85\x0e\x84\xac\xe3\xfd\x6c\x3f\x93\x14\x50\x01\xe7\x30\x95\xbb\xa9\xce\x73\xe7\x38\xb2\xbb\xba\x5e\xd7\xe4\x74\x48\x78\xc0\x6a\xe7\xec\x3b\xb8\x60\xdb\x6c\x74\x1a\x27\xd6\xfb\xe9\xc5\xe2\x08\x06\xff\x1e\x0c\x49\xa7\xb1\x24\xea\xec\x89\x3c\xdf\x2b\x79\x56\xf2\x8d\x3d\xd7\xb1\x0e\xf8\xff\xf7\xa0\xb2\x89\xae\x90\x3d\xe8\x88\x13\x15\x53\x0e\x3a\x58\xae\x8e\xbc\xcb\x08\xc6\x28\xe3\xfb\x2a\x53\x64\xa3\xf2\x0a\xd2\x75\x8b\x64\xa1\x70\x03\x15\xfe\x21\x4d\x4c\x98\x1d\x11\x6c\x9a\x58\xe5\x6e\x3e\xfe\x62\x98\xb3\x34\xbb\x3a\xe1\x9c\x16\x67\x82\x5c\xb5\x1d\xfd\x57\x93\xee\x16\xe2\x7a\x22\x6c\xbf\x65\xc2\xf6\x78\xc8\xd6\xbc\x28\x73\xb9\x8a\x57\xf8\x9c\xbc\x31\xb9\x40\x3b\x02\xd5\xe2\xb2\x60\xa2\x0b\x85\xde\xf5\x8f\xae\xa1\xc4\x82\x29\x6b\x0a\x74\xe7\x94\x4c\x03\xb0\xe3\x7e\x9c\x8c\x27\x90\x8d\x46\x2e\x3f\x19\xb1\x4b\xf2\x39\x72\x52\x89\x36\xe4\x42\x06\x03\x99\xf9\xd0\xdc\x5c\xdd\x8f\xca\x0d\xb1\xb8\x42\x37\xb1\xa7\x2d\x54\x27\xd9\x78\x33\x4b\x29\xc2\x3c\x9a\x49\xd9\x37\x52\xed\xaa\x25\x49\x6c\xda\x14\xf8\x4e\x61\x2b\x44\x51\xcb\x35\x69\x2c\x19\x4a\x63\xa1\xf7\x9c\x9e\x08\xef\x13\xe1\xbd\x1f\xc2\xbb\x29\x91\x1c\xa2\xd6\x1c\x48\x25\xbf\xa5\x10\x29\x17\xa3\x37\x14\x6c\xd9\x9c\x0a\xa4\xf3\x8b\x3c\x57\xa5\x6c\x53\xeb\x09\x2a\xb8\x0d\x43\xf4\x43\xea\x5b\xee\x3b\xd4\xe8\xea\x7a\x98\x7a\xe0\xea\xfa\x5b\x00\x8c\x8e\x0c\x7b\x75\xbd\x96\xec\x7a\x75\x7d\x67\xe9\xd1\x3a\x88\x21\xc1\x15\xde\xde\x06\x07\xc1\xf2\x50\x73\x48\x07\x7b\x8b\xad\x29\x76\x62\x58\xc7\x9d\xd3\xcd\x45\x50\x45\xa2\xfd\x64\x94\x43\xc9\x49\x3e\xb6\x50\x60\x0b\x16\x6b\xc1\x74\xb7\x12\x49\xca\x32\x84\xf3\x27\x1b\xf5\x23\x92\x16\xbc\x39\x8e\xd6\xa6\x2d\x12\x51\xe8\xcc\xfd\x43\xa5\x04\x55\x6a\x73\x45\xde\x22\xa2\xf0\x06\xec\x64\x08\x6d\xa0\x8c\x4e\x8a\xc3\x95\x28\x63\x39\x9f\xbc\xec\x8a\x37\x73\x3b\x13\x78\x04\x14\x52\x4b\x61\x01\x96\x30\xd8\x44\x35\xd0\xcb\x56\x19\x4b\x7b\x32\xb1\xe0\xa4\xeb\x2b\xf9\xc1\x6c\x97\x59\x00\xee\xa4\xf6\x79\xb2\xc3\x3f\x80\x1d\xde\x9c\x9f\x00\x6a\x0b\xed\xfa\x9c\xff\x8a\x04\x6a\x10\xc7\x5c\x01\x10\xa3\xfb\xb7\xc5\x5f\x5d\x1f\xa8\x92\x13\xab\x7d\xb1\xae\xae\x35\x5b\x7b\x5f\x8c\x48\xc7\xd3\xc5\xcb\x7c\x68\xd6\xda\xcb\x52\x20\xcd\x53\x2c\x73\x4a\xd9\x71\x9c\xcd\x95\x8c\xac\x91\x41\x74\x75\x1d\xe9\xbd\x90\x84\x24\x38\x10\x02\x3a\x57\x3c\x87\x32\xe3\xca\x1f\xc0\x65\x19\x3a\xc6\xa3\xab\x6b\x95\x9d\xb4\x6d\x3c\x1a\x40\x3f\x97\x0a\x0d\x8a\x3a\x16\xec\x17\x7d\x5a\xeb\xf2\x8b\x4f\x24\xf4\xd1\x91\x50\xc7\xd1\x6b\xb0\x37\xc3\xdd\x99\x72\xc7\x52\x53\x5f\x8f\x3a\x2f\xb1\xcc\xdb\x60\xf9\x70\x99\xe4\x58\xd6\x74\xb0\xe4\xac\x4e\xd5\x6a\x88\x98\xf5\x6d\x68\xf6\x02\xd1\x0f\xc1\x41\xb0\x84\xdd\xd7\x39\xa5\x1c\xae\x7f\xa9\xfe\xaa\x4b\xe0\xef\x91\x84\x63\x48\x60\xba\x4e\xa2\xc1\x27\xd2\xfa\x60\x31\x23\xbc\xa5\x22\x90\x07\xe6\xf2\x43\xea\x60\x61\xf0\x57\x74\x13\x00\x79\x90\xdb\x0d\x1f\xb1\xd9\xcb\x3a\xd4\xa1\x91\x77\x65\x47\xdf\x99\x25\xed\x1b\xd4\x44\x3b\xe7\xd9\x7c\x6c\xdd\xec\xea\xc5\x79\xd8\x93\x1a\x3d\xf8\xe9\xf0\xa7\x20\x71\xd3\xa3\xeb\x99\x0f\xa5\x66\x3b\x26\x04\xe6\x01\x38\x12\xb7\x2c\xd5\x10\xb6\x44\x37\x7d\x30\xbe\x64\x1d\xba\x2e\x4b\xaa\x7d\x4d\xd7\x97\x61\x14\x41\x4c\xf3\x4e\x11\x24\x83\x0d\xfc\x1b\xa9\xf6\xd6\x50\xe0\xc1\x12\xa5\xb9\xad\x91\x51\xa3\xed\xd7\xf2\xb1\x2c\xb6\x79\x57\x10\x5e\xe5\x08\xa4\xce\x9c\x5d\x92\xcf\x8f\xe0\xc8\x37\x14\xb9\x33\x42\x68\x5e\xe0\x94\xa3\x61\x5f\xd6\xed\xef\x3f\x02\x94\x26\x48\xda\xbd\x96\x82\x9c\x9f\xae\x53\xc9\x3b\xd6\x15\x06\xb5\xfd\xaa\x2d\xa7\xbd\x25\x39\x32\x6d\x39\x99\x92\x0b\x9a\xce\x2e\xb5\x55\xaa\xb9\x33\x35\x38\x9b\x6f\x1e\x14\x00\x0f\xdc\x5a\x8d\x5f\x07\x1a\x97\xa1\x0a\xcb\x0c\x9a\xda\x16\x91\xad\x6d\x71\x08\xf7\x8f\x40\xf4\x9f\xa4\xc0\xf2\x69\x43\x51\x6b\x81\x00\x3d\xe4\x56\x7e\x45\x24\x9e\x9e\x73\x44\xbb\xc2\xae\x73\x6b\x86\xef\x24\xc4\x4d\xa3\x9a\xd4\xfd\x3e\x97\x00\xa2\x39\xd0\x00\xfc\xe9\xf0\x38\x68\x40\x4e\x1c\x58\xaf\xc8\x9d\x0e\x5f\x1f\x04\xc6\xf4\xc6\xa1\x1c\x57\xff\xc2\x00\xa2\xee\x76\x7b\xca\x75\x7b\xb7\xdb\x96\xe7\x7c\x82\xda\xbb\x40\x2d\xe5\xfc\xfb\xdc\xc1\x9e\x3b\x21\x24\xd2\x06\x7c\xd7\xf8\x39\xca\x0b\x53\x44\x19\x6c\x78\x79\xba\xc0\x2f\x8e\xe6\xe1\x4e\xd3\xde\xc2\xef\xf2\x48\x1f\x70\x1b\x75\x85\xe0\xc7\x93\x2e\x7c\x43\x3e\x6d\x78\x56\xf0\x6f\xee\x70\x6b\x49\xb7\x36\x0f\x6b\x23\xc6\x46\x19\xc8\xd7\x30\x0b\x9b\xfa\x74\x75\x1a\xfe\xc6\xba\x06\x64\x04\x6f\x6a\xf7\x75\xcd\x43\xd4\xd6\x17\xf5\x34\x77\x98\x4c\x14\x89\x7f\xa4\x4d\xb8\xab\x6b\x62\xed\x6c\xfa\x96\x6f\x45\xba\x0e\x1b\x0c\x72\x54\x22\xc1\x74\xaf\x99\x64\x5c\xbb\xd0\x0c\x8e\xd4\x36\xed\x1f\x57\x94\x76\x73\xd6\x3d\x1a\xd1\x6a\xad\xd0\xed\x66\x97\x4b\xd1\x8b\xf6\x57\xfc\x06\xbc\x3c\x06\x4a\x8c\x26\xb3\x7e\xc1\x9e\x2b\x3f\x87\xe6\x5c\x8d\x0f\x97\x02\x19\x69\x3c\xe1\x29\xbd\x40\xbc\x8d\x39\x66\x64\xe6\xf3\xf3\x68\x86\x19\x4b\xd9\xcc\xdc\x59\x33\x62\x4f\x81\x0e\x76\x77\xc7\x46\xed\xb9\x41\x61\x9e\xc5\x4c\x59\x61\xe9\x71\x3b\xaf\x3f\xb6\x4e\x21\x27\xcf\x5f\xb3\x78\xa1\x92\x48\xbe\x50\xdb\xc8\xe2\xf1\x04\x9e\x92\x12\x39\xbf\x2b\x59\xde\xa4\xe9\x26\x29\x44\xd3\x07\xf0\x33\x32\x80\x38\xc4\x17\xed\xd1\x42\xe2\xd6\x53\x9e\xf4\xa9\xa3\xc2\x66\x58\xdd\xfd\x1f\x9f\xe1\xf4\xbe\x7d\xdd\x61\xed\xad\x3d\xf0\x34\xa0\xae\xfb\x29\xdf\x6b\x05\xba\xc7\xd9\xba\x76\xfb\x62\xb2\x36\x28\x4e\x90\x56\x5a\x5b\x0f\x86\xd1\x28\xc4\x89\xee\x22\x0e\x1c\xb9\x73\xff\x48\xa2\x1f\x53\x28\x12\x83\xd1\x28\xe4\x09\x37\x48\xe8\x3f\xb0\x2b\xa5\x6a\xee\x45\x3e\xe4\xb4\x98\x86\x00\x78\x5c\xbb\x38\xa2\x53\x16\x07\xb2\xfa\xec\x71\xa3\x27\x71\xef\x1f\x91\x83\xe2\x2a\x3e\xd9\x81\x3c\x5d\xc1\x6f\x70\x2d\xc7\xef\xd2\xa2\xdc\xb0\xd9\xe1\xe4\xe8\x19\xee\xda\xec\x70\xbf\xf7\x38\x76\x6d\x76\x58\xda\xec\xf0\xbf\xfd\x78\xcc\xbf\x39\xef\x71\xfe\x80\xde\xe3\xdf\x61\x7c\xcc\xda\xd8\x52\xfa\xb8\x0f\x93\xe7\x94\x3b\xfc\x0a\x47\xb7\x8e\x78\xd3\x40\x30\x1d\x16\x69\x03\xeb\x78\x57\x6d\xfe\x4a\xa3\x08\x37\x06\x04\x45\x42\xd2\x86\x8a\xd1\x81\x14\x7a\x0a\xf2\x91\x5e\xfa\x8b\xc3\x85\x5c\xec\x1b\xc4\xd3\x78\xdc\x8a\x07\x80\xc1\x14\xb1\xcb\xfd\x8b\x94\xa3\xcf\xe9\x4d\x30\x89\x0a\x9c\x95\xf3\x1c\x31\xc7\x4c\x4b\xb4\xbb\x9b\x8a\x15\x00\xc7\xe2\x3a\xc6\xb2\xc2\xab\xda\xec\x75\xa6\x0d\x09\xf0\x48\x5d\xc5\x79\x68\xeb\xf7\x35\x34\x4d\x76\xe2\xd1\x07\x75\x86\xaf\x5e\x04\x75\xe1\xda\x86\xa3\x47\xdf\x17\xba\xf8\x5a\x3a\xa0\x63\x58\xf4\x35\x7a\x2b\x2d\x3b\x7d\xc7\x68\x76\xd8\xb5\x93\xb7\xf6\x23\x85\x05\x24\x7a\x0b\xd0\xc3\x04\x4f\x74\x88\xce\x41\x9a\xe7\x14\x31\xf6\xbd\xea\xba\xfa\xd5\x97\x4d\x20\x6f\xc7\xc0\x48\x75\xbd\x06\xee\x47\xa4\xc3\xec\x9e\xaf\x38\x52\x86\xf2\x59\xca\x2f\x7f\x7b\x47\xbc\x3c\xce\xc9\x39\xe3\xdb\xdb\xee\x9b\xf7\xe2\xa3\xe8\xa5\xdc\xbf\xe8\xbd\xd8\x3f\x6b\xb8\xf9\xe3\xd1\xe3\x06\x8a\x27\x73\xe5\xb6\x77\x74\x80\x57\xa9\xc9\x22\x48\x51\x5e\x50\x01\x95\x9c\x3c\xa4\xf4\xbf\x30\xe3\xc6\x4d\x4f\xc2\xa6\x05\x12\x6c\x2a\x3d\xeb\x7d\x78\x32\x27\x6e\x13\xaa\x34\x3f\xf6\xb4\x95\x77\xdf\x4a\x9e\x5e\x3c\xa1\xba\xad\xec\xe4\x7c\xc6\x38\x45\xe9\xf4\x3b\xdd\xce\x6d\xb0\x13\x8f\x92\x3b\xc0\x84\x9f\x93\x39\xce\xbf\x96\x12\x54\x53\xa7\x4e\x98\x49\x3b\x6f\x9f\x8d\x74\xaf\x15\x67\x5a\x9a\xb4\xb2\x65\x91\x6f\xba\x09\xcb\xdd\x09\x9f\x14\x71\x4f\x8a\xb8\x27\x45\xdc\x86\x8a\x38\x9b\xd6\x60\x98\x32\xce\xcd\x82\x90\x5d\xa6\xc5\xc0\xcf\xf2\x82\x65\xe4\x1a\xd1\x9b\x7d\xf9\xd1\x66\x0a\x40\xad\x15\x18\xf6\x91\x51\x21\xdc\xad\x9a\x71\x43\xc3\x18\xb6\x2f\xdc\x9f\x8e\x46\x23\x5b\xe0\xbf\xbe\x5e\x47\x93\xd1\xc8\xfd\xb5\xbc\x9e\xf1\xfd\xe8\x26\x1b\x06\x57\xa9\xcd\x82\x73\x5a\xb2\x25\xb9\x30\xc5\xeb\x00\xc0\x3c\x8b\xa9\xce\x30\x12\xb3\xdb\xdb\x40\x03\x5e\x20\x0f\xac\x40\xd2\xae\xdb\xab\xd1\x5c\xa1\xb3\x84\x41\x81\x2f\x28\x62\xcc\x79\xc2\x11\x9d\x16\x58\xb9\x47\x2c\xd7\x6d\x6a\x5a\xae\xb5\x80\x86\xa6\x1f\x1b\x58\x68\x28\xf9\xea\x74\x24\x31\x8f\x1a\x20\x6e\xd6\xac\x8f\xdf\xd9\xa0\x6e\xf9\x7b\x83\x85\x65\xb0\xb1\x02\xf7\x98\x47\x16\xec\x7b\x36\x7a\x6b\xf1\x34\x7f\x38\x3c\x0c\xe2\x56\x9c\x8c\x9c\x4b\x05\xec\x69\xb4\x95\xbb\x75\xd0\x4f\x5b\x97\xbb\xec\xd4\xee\xe1\x58\x3c\x87\xa2\xfb\x89\x79\xe4\xdc\xe4\x9e\x4d\x94\x53\x8e\xc9\x03\xea\x5e\xfd\x6e\xce\x8f\x47\x61\x60\xf8\xae\x8d\xb5\x05\x7a\x03\x4c\x2f\x5f\x85\xdf\xdc\x4a\x0c\xce\x23\x12\xdf\xf4\x9e\xdb\xac\x68\xdf\x75\xd6\xa4\x6f\xee\xcc\x94\x54\xf9\x42\x3a\x09\x7a\xdc\x63\x34\x45\x3d\xa7\x88\x5d\xae\x9b\x12\xa6\x79\xc2\x1a\x67\xfc\xd6\x44\xf3\xa6\x2f\xba\xe6\xfc\x1e\xa5\x14\xfe\xe4\x7f\xbe\xd5\x9d\x7c\x52\xfb\x6d\x63\x17\xbf\x73\x95\xdf\x3d\x6e\xe5\x37\xef\x56\x28\x44\xc4\xf5\xdc\x36\x1d\xf9\xef\x02\xf1\x93\x8c\x17\xd7\x28\x54\x31\xf3\xcb\xe2\xe7\x54\x82\xa4\x1d\x7f\x04\x7c\x8d\xf0\x1a\x19\x5f\x95\x9f\xc6\x3a\xfb\xfd\x75\x95\x98\x4b\x93\x7d\x60\xf4\x59\x6f\xe8\x4b\x21\x90\x85\xc1\xfb\xf4\x02\xed\x62\xc2\x77\xd5\x8c\x6d\xf0\x7f\x94\x91\x1c\x25\x3f\x1d\xfe\x04\xd1\x3a\x2b\x57\xc2\x7c\x0f\x5f\x87\xf0\xf5\x12\x09\xa3\x3e\x8f\xf4\xac\xf4\x85\x0d\xb8\xfa\x2b\x6f\xda\xd7\xe2\x3c\x94\x49\x40\xa3\x82\xa9\x64\xa0\x08\xb8\x19\x38\x0e\x21\x96\xeb\xd7\xef\xb4\x56\x03\x3c\xe3\x7f\x44\x6e\x3e\x0e\x3c\xe6\x93\x04\x8d\xf9\xc4\xba\x9e\x56\x55\x88\xc0\xed\x2d\x91\xff\x77\xb6\x54\x6d\x95\xe8\xf2\xe3\xcd\x0c\xe9\x0d\x7d\xa5\x02\x58\x76\x53\xce\xd1\x74\xc6\x77\x39\xd9\x65\x33\x8a\xd2\x7c\x17\x13\xbc\x5f\x70\xa5\x3e\xdb\xb5\x7a\x63\x50\x85\xa0\x91\xd2\x66\xf0\xd2\xea\xac\x18\x77\x9a\x9d\xcc\x05\x38\xcf\xf8\x9c\xa2\x41\x53\x24\x7a\x3e\x4a\x4d\x1c\xc9\xe6\x9c\xd0\xdd\xc2\x28\x83\xe5\x44\x82\x31\x91\x3f\x76\x4f\x8c\x6a\x68\x12\x24\x89\x51\x38\xcf\x28\xe1\x84\xdf\xcc\x50\xc4\xc9\x07\x4e\x0b\x7c\x11\x65\x69\x59\x3a\xab\x52\xab\x3d\xa7\x64\x2a\xb0\xe3\x76\xee\x4b\x7a\x57\x14\x25\xa1\x9c\xf6\x35\x96\x2f\xfb\xb2\xed\x68\x16\xb1\x9d\x8b\xaa\xa3\xfd\xe2\x29\xe5\x4c\x99\x19\xfe\xcb\x70\x8f\x24\xa9\xc3\x6e\xa5\x18\x8c\xf0\x35\x10\x03\x12\xfe\xeb\xe9\xeb\x00\x58\xff\xe6\xe0\xbf\x8c\xfe\x0a\xd4\x19\x72\x95\x4c\x12\xcd\x69\x09\x4c\xde\x1c\x35\xd5\x88\xa2\x8c\x5c\xe0\xe2\x5f\x28\x24\x00\x16\x09\x6b\x65\xab\x4b\xe1\xa2\xaa\x51\xe1\xbb\xcf\x58\xfb\x35\x03\x00\x60\x99\x14\xe3\xc3\x09\x9c\x27\x85\xa6\x73\x47\x5d\x96\xd5\x0d\xe0\x18\x97\x5d\xd2\xe8\xd2\x45\x9b\xd1\x97\x86\x73\xfb\x1a\x08\xac\xeb\x51\x53\xae\x4f\x18\x8c\x8a\xcf\xe4\x0b\xee\x25\x14\x82\xd6\xea\x43\xd1\xe9\x50\x54\x6c\x0b\x91\xba\x9a\xd1\xc8\x66\x1c\x6e\x9f\xd4\xb1\x87\xa6\xe8\x96\x0d\xd2\x62\xbe\x87\x8a\x14\x29\xad\x68\xbc\x8a\x20\x99\xaf\xda\x64\x28\x5d\x86\x8c\xad\xaa\xf7\xab\x90\xa1\xac\x2c\x10\xe6\x3d\x77\x45\xbd\x3c\xb8\xe4\x7c\x26\xae\x55\xff\x0d\x74\xd4\xd5\x79\x36\x50\xf9\x9e\xdd\x3d\x99\xfc\xb0\x9c\x27\x02\xbe\x8b\x2c\xe5\x8d\x54\x8b\x43\xd4\xd5\x2a\xc8\x24\xcf\xd4\x63\xb5\x30\x07\x5c\xd5\xde\x8a\xcd\xce\x98\x05\xdd\x4e\xa6\xf4\x06\xdf\xd3\x9b\x9c\xca\xe7\xbe\xaa\xdd\x66\xd5\x21\x44\x26\xe8\x35\x00\xa3\x91\x6a\xc4\x1c\x5b\xb2\x6a\x14\xc0\x85\x69\xa6\x01\x61\xb3\xac\xb5\x36\xcc\x73\x3e\xcb\xbb\x41\x65\x5a\x6f\x8c\xb4\x42\x58\x0f\x1d\x37\xb8\xb1\xce\xa4\x6f\x6f\x55\xf8\xa6\x7a\x9e\x9e\x11\xca\x43\x50\x49\x95\x0e\xa4\x90\xed\xd4\x3b\x3f\x43\x94\x15\x8c\x87\x21\x4b\x38\x0c\x69\x82\x40\x81\x43\x9c\x2c\x2a\xd0\x63\xfa\x12\x1d\x68\xe8\x67\x6b\x99\xbe\xf0\x98\x4e\x12\x06\x31\x68\x87\x62\xf6\xe7\x44\x70\x4b\xbb\xfe\xd6\x2d\xbf\x8f\xcf\x38\x49\xbd\x28\xf0\xbe\x62\x27\xa9\x31\x7b\xd7\xb1\x93\xdb\x4a\x97\x67\x92\xe3\x2e\x0f\xc2\xec\xc3\x75\x0d\x60\xd5\x7c\x37\x4d\x8e\x9e\xd1\xae\xf1\x9e\xf6\x1b\xef\xa9\x6b\xbc\xa7\xd2\x78\x4f\x07\x1a\xef\xf1\x77\x6b\xbc\x6f\x85\xb0\xe6\x59\x4c\x0c\x65\x48\x4d\x40\x6b\x51\x41\xd6\x28\x5b\x18\x17\xae\x61\xaa\x1d\xe1\xca\x7c\x69\xcf\x89\x93\xf6\x3c\xad\x00\x88\x99\xa7\xf0\x47\x0a\x2a\xd0\x66\x45\xfc\xc1\xd2\x0c\xa5\x34\xbb\x3c\x50\x58\x84\x1d\xa4\x59\x79\x2f\xdc\x88\x87\xf0\x39\x91\xfa\x6e\xb4\x71\xc4\x20\x4d\x2c\x51\xc4\xc7\x41\x10\x63\xc8\x12\x1a\x71\xf2\x9a\x7c\x46\xf4\x79\xca\x50\x68\x00\x7c\xff\xa8\xed\x5f\xa5\x94\x01\xcd\xc6\x36\xf4\x90\x81\xdb\xdb\xee\x27\xaf\x5e\x2c\xf9\xa0\x12\xbb\xb8\x7a\xdf\x6a\xbb\xc2\x37\xb9\x7b\x8d\xf5\x7e\x20\x73\x6a\xa2\x5b\x9a\xeb\x86\xad\x90\x98\x17\x88\x71\x69\x75\x25\xd8\xdb\x3c\x6d\x1f\x0b\x2c\x92\xe0\xa4\x2c\x77\xb5\xf5\x95\xed\x86\xff\x0e\x82\xfe\x93\x63\x76\xa3\x53\x73\x32\xa4\xf1\x28\xf8\x77\x81\x7e\xd9\x68\x24\xdf\x15\x9e\x77\xc4\xf3\x6e\xe0\x99\x5d\x5d\xaf\xb0\xac\x16\x17\x97\x7c\x9f\xd3\x62\xba\x4d\x93\xd6\xaa\xb3\xc4\x86\x01\xc0\x11\x83\xac\x3e\x4b\x2a\xce\x92\x42\x92\x34\xed\xac\xcd\x9a\x2c\x32\x89\x66\x70\x20\x24\x38\x45\xa5\x0e\x0c\x95\x72\xb7\x9d\xf4\x41\x7b\xf3\xf9\xd0\x7d\x94\xc9\xeb\xbe\x49\xb0\x1f\x8c\x34\x64\x90\xd6\x5a\x48\xe3\x44\x45\x44\xdd\x1d\x73\x88\xdd\xb3\xfe\x4f\x8f\x7a\x17\x3f\x18\x27\xae\xed\x61\xdf\xdb\xdb\x26\x80\x7f\x4c\x85\xa4\x79\x7b\x3b\x9e\x80\x88\x91\x29\xf2\x08\x54\x72\x04\xb4\xe4\x54\x7c\x93\x78\x4f\x28\x97\xd3\x50\xba\xae\xf0\xee\xa7\xda\xd1\xb3\x3e\xbe\xf3\xdc\x80\x94\x1a\x06\x49\x0a\xdc\x83\x4f\xf5\xe4\xf9\x6b\x16\x35\xd3\x77\x0c\x3b\x64\xc9\x8f\x2f\x3b\x69\xcf\x38\x6e\x52\x90\xad\x8c\x32\x10\x22\x66\x72\x7d\x4f\x10\x71\x97\x5b\x45\xc9\x32\xe9\xfb\x37\xbd\x83\x6d\x58\x97\xd7\xa9\x40\xf7\x73\x91\x4c\xe4\x73\x2e\x78\x5e\x3e\x78\x14\x27\xae\xfa\xee\xf7\xc9\x43\x32\xbb\x2c\xdc\x3c\x93\xfe\x8c\x0f\xc9\xbf\x19\xd9\x1f\x92\x84\x46\x0c\xa6\x35\xb0\x10\x01\x2c\x04\x16\x49\xda\x02\x16\xad\x56\xdb\x3b\x54\x7a\xb5\xdd\xa2\xa1\xbb\xd6\x0b\x8d\x03\x60\x9d\x2e\x43\x0f\x4c\xc1\xc2\x28\x09\xfe\x07\x00\x3b\x9e\x7e\x78\x7a\xd1\xdf\x47\x4d\x58\xeb\x7e\x7e\xf2\xf7\x63\x32\xbc\x80\x58\xcf\x9b\x25\xf6\x93\xff\xee\x4c\xe3\xbf\x1b\xbf\xd1\xcf\x29\xc5\x05\xbe\x08\x62\xa5\x34\xa4\x05\x2f\xb2\xb4\xd4\x3f\x67\x29\x63\xf2\x65\x43\x63\xa1\x67\xa5\x32\xa1\x36\x4d\x2b\x96\xf3\x65\x00\x80\x3f\x1d\xb6\x12\xb7\xef\x1d\x55\x6d\x0f\x55\xff\x66\x81\xdb\xdb\x25\x5b\x20\x53\xbc\x6b\xb7\x33\xab\xf8\x42\xa1\xab\xf6\x6a\x5a\xfb\x38\x38\xe6\x2d\xe8\xe7\x0e\x7c\x88\x0f\x2b\x10\xcb\x7b\xc0\x7b\x60\x1f\xaf\x05\xf7\xdf\x09\xd7\x1d\x6d\xc0\x7a\x1b\xd7\xde\x15\x9c\xa3\xfc\xb0\xb6\xcb\x79\xbb\xb0\x5c\x3c\x0c\xe2\xda\x24\xe7\x6d\xaa\x58\xc4\x0d\x88\x96\x2c\x31\xf0\xb8\x4f\xea\x24\xcb\x10\x63\x84\x0e\xd9\xf1\x27\x72\xb7\x1e\xb9\x6b\x0f\x26\xf8\xd3\xfb\x66\x4c\x69\x91\x96\xc5\xbf\x04\x70\xee\xdb\x78\x0a\x97\x8c\xfe\x2f\x24\x66\xb4\x9f\xa7\x3c\x75\x5a\x1f\xfc\x27\x23\xf8\xee\xa4\xb4\xf7\x03\x3b\x95\x45\xd3\x50\x70\x81\xb8\xcf\x1b\xd6\x5c\x03\x59\x8d\x63\xd5\x32\xc5\xd4\xf7\xd3\x59\x31\x78\x9d\xb2\xf1\xe3\x5c\x2b\x45\x6c\xd8\x79\xca\x86\x8f\x72\x8d\x2d\x35\x35\xec\x6b\xe6\xd8\x7f\x1b\xfe\xeb\x24\x47\xa5\xea\xe5\x01\x93\x9f\x2e\x66\xb4\x98\xa6\xf4\xe6\xaf\xe8\x26\xc6\xd1\xfb\xd3\x57\x6f\x4e\x4e\xff\xf1\xe9\xaf\x2f\xff\x01\x59\x39\xbf\x50\x4f\x3f\xbc\xfe\xf5\xcf\xf2\x11\x45\x6c\x46\x70\xfe\x0b\xa1\xff\x7b\x8e\xa8\x2e\x04\xea\xb5\x53\xed\x3a\x65\xd6\xfc\xdc\x47\x53\xbb\x68\xbe\x12\xbf\xc6\x87\x13\xe9\x93\xd7\xf6\x56\xec\xb3\x15\xf4\x6c\xed\xea\x93\x90\x8e\x04\x5d\xfe\x5c\x3c\x3e\x50\x0f\xfb\xde\x5e\xca\x5a\x21\xcc\x77\x7e\x79\xe6\x7b\x6a\x54\x2f\x9d\xee\x94\x31\x65\xff\xbc\xc0\x17\x88\xce\x68\x81\x39\xa2\x9d\xf3\x87\x14\x32\x69\x40\xa9\x8d\xb9\xc5\x63\x34\x78\x96\x49\x97\x11\xa0\x49\x27\x62\xf0\x47\x6f\xc4\xe0\x8f\xae\x81\xef\xc7\x49\xbc\xa8\x20\x4b\x16\xd5\x4e\xd3\xb0\xac\x0d\xda\xfe\x0a\x57\xe3\x16\x9b\xab\x3c\xf6\x2a\x00\xed\x70\x34\xca\xb3\xd1\x28\x64\x63\x1c\xfd\xe5\xe5\xc9\x8b\x97\xa7\x1f\x3e\xbd\x38\xf9\x78\xf2\xfc\xe5\xdb\x8f\x2f\x4f\xdb\x1f\x8b\xc6\x00\xba\x6d\xdf\x9e\xbc\x79\xf9\xe1\xfd\xc9\xf3\x97\xed\xa6\xce\x00\x98\x1d\x8b\xff\xc5\x35\x2a\xe2\x4e\x0f\x1f\xfe\xf1\xe6\xe7\x77\xaf\x27\x09\x83\xbc\x82\x73\xcf\x7d\x4d\x39\x4f\xb3\xcb\xbf\x28\x00\x8c\x4b\xe8\x40\x4e\x1c\x1e\xc2\xd4\x91\x45\xa2\x5f\xde\x9d\xbe\x7c\xf5\xe7\xb7\xf2\xee\x92\xe8\xad\x9c\x99\xf8\x01\xda\x37\xb9\x37\xc7\xee\x4e\x8f\x34\xa9\x1f\x97\x21\x82\x21\x4b\x28\x24\x89\xcc\x61\x6b\x66\x12\xe2\xa8\xc6\x2b\x10\x47\x1a\x97\x08\x49\x29\x03\xb0\x29\xa5\x30\x70\xcc\xa2\x69\x3a\x0b\x09\x88\xc7\x6c\xa2\xff\x14\x48\x00\x72\x55\x8c\x91\x41\x19\xe3\x36\x04\xfb\xac\x35\xf3\xe1\x53\x0e\x29\xd0\x75\x59\xea\x49\x28\x53\xb7\x67\x16\xb5\xb5\x44\x97\x97\x55\xf1\xa4\xba\x3f\x6d\x55\xaf\xc7\xf2\x4e\xd4\x62\xca\x3d\xc1\x1b\x73\x99\x9c\x14\x03\x48\x1b\x33\x4e\x21\x81\x78\xdc\x38\xe6\x09\x08\xdb\xf3\xfc\x55\x3a\xcd\x7c\xfb\xf3\x54\x21\x46\xab\xe7\x99\x36\xe7\x59\x0e\x98\xa7\xf6\xc4\x32\x6f\x8a\x70\x51\xc1\xb2\x35\xc9\x12\xa6\x9e\x49\x86\x28\x59\x54\x50\x20\x5b\xf1\x36\x9d\x00\xf9\xb7\x7b\x97\x20\x1e\xbb\x3f\x27\x00\x22\x00\xc6\xa5\x22\x61\x98\xd0\xa9\xa4\x36\xa7\x72\x99\xac\xe9\xd4\xa1\xd0\xba\x9a\x5c\x9a\xd0\x2e\x16\xb8\xbd\x5d\x54\x3b\x2a\x3f\xfb\xae\xe7\xb5\xc6\xa9\xca\xc7\xcb\x8c\xf4\x3e\xbd\x29\x49\x9a\x87\xaa\x6f\x81\x42\x1a\xaf\xdf\x20\x9e\xca\xb1\x53\x58\xca\x16\x3b\x81\x8c\x27\x0c\xf6\xa4\xd9\x32\x2c\xa3\x29\xe2\x69\x32\x57\x37\x2f\x4b\x5c\x3a\x2e\x3e\x2b\xc2\x85\x68\x10\xcf\x2b\xc8\x95\x6b\x88\xf4\x15\x29\x81\xea\xac\xed\x3f\x96\x1d\xd3\x38\xab\x20\x2f\xa6\x88\xf1\x74\x3a\xeb\xf2\x58\x21\x46\x9f\x77\x5f\xa4\x1c\x01\x21\x6c\x7c\x2c\xa6\xb2\xc2\x7b\x63\xbe\xcd\x4d\x93\x94\x10\x16\x6a\xdb\xca\x64\x91\xa5\xd9\x25\xd2\xfe\x64\x31\x1b\xd3\xe8\xf9\xc9\xf3\xbf\xbc\xfc\xf4\xfc\xdd\xdb\x8f\xa7\xef\x5e\xb7\x10\x31\xcc\xe6\x94\x11\x1a\xbb\x48\xfb\xd5\xdb\x17\x2f\xff\x4f\xbb\x5d\x9e\xc5\x83\x88\x80\x0d\x03\x1f\x40\x05\x0c\xad\xd2\x3b\x9e\x24\x49\x21\x77\x5c\xdc\x4f\xb5\xd1\x76\x9f\x42\x00\x49\x97\x86\x21\x53\xab\x5d\xfb\xda\x7d\xb8\xc1\x99\xd8\xb1\x00\xaa\x4e\x40\x05\x00\x2c\x9d\xdd\xd3\xc0\xe0\xf3\x83\x6d\x39\xe8\xcf\x57\x32\x57\x4e\x81\xae\xbb\x73\xb9\x4e\x67\xdf\x28\xb3\xbb\x26\xeb\x29\xd8\xbe\xf5\x76\xe5\xe1\xaa\x24\x3b\xab\x56\xca\x8f\x25\xe4\xbf\x57\x69\x63\xf8\xcc\x06\x5a\xeb\xc2\x57\x1b\x5d\x1b\x3d\x32\xd6\x7a\x57\x05\xfa\x46\x0f\x8a\x24\xb5\xf7\x8c\xce\x05\xda\xc5\x09\x75\x69\x32\x4b\x10\xc4\x82\xcd\xe5\x3d\x6c\xae\xe0\x94\x37\xf2\xbc\xe4\x63\x2c\x39\x2e\xe5\x98\x0c\x31\x64\xae\x13\xd5\x80\x98\xd6\x06\x24\xb4\xd2\x78\xdc\xfd\xb2\xb4\x7b\x7c\x2a\xdc\xfc\x78\x44\x1e\xf2\x6d\x8a\xdc\xa4\x21\x72\xfb\x3c\x30\x9f\x6a\x0f\x6f\xe2\x81\xe9\xad\x3d\x4c\x20\x13\xff\x38\xa7\x4a\xa2\xe7\xe2\x26\x8f\xeb\x47\x13\x00\xbc\x4a\x0f\x7f\x35\x5c\x17\x79\xd8\x7c\x24\x77\xc6\x33\x36\x87\xc9\xb7\x49\x91\xef\x7c\x17\x70\xaf\x71\xd4\x9a\xe5\x10\x5c\xc8\xda\x3f\x3c\x2a\x72\x68\x1c\x06\x63\x5a\x6d\xa8\x90\x52\x1a\x26\xf7\x60\xbc\x4a\x4f\xb6\x25\xad\xe7\x60\x8e\xe0\x8e\xf4\x7f\xd5\x41\xac\xd9\xc9\x2f\x2a\xb8\x65\xf3\x0e\x7a\x44\xf1\x35\x7b\xe9\x11\x94\xd7\xec\xa5\x47\x8c\x1d\xd2\xcb\x9a\x8c\x86\xd7\xbd\x77\xc3\xab\x5f\xf7\xf5\x8d\x5e\xfe\x35\x2f\x5e\xbf\x1b\xed\x1a\x9b\x72\x75\x3d\x50\x95\x9b\xe6\xe9\x8c\x2f\xeb\x50\xfb\xee\xca\x22\x6f\xfb\x82\x6e\xf6\xa8\x78\x1d\x4e\x2e\x7d\x8c\xdc\x4e\x71\x47\x0c\x9f\xa3\x8c\xe4\xbd\xb1\xb2\x29\x27\x67\x32\x57\x9d\x3e\x41\x6f\xa8\x7e\xca\x39\x0d\x83\xbf\x89\x89\xda\xf0\xba\x80\x49\x0f\xca\x20\x49\xf8\xcd\x0c\x91\xf3\x5d\xae\x02\x2f\xf5\x70\xb6\x4a\x1f\x07\xb1\xcc\x1d\xf6\x30\x86\x8e\xf0\x10\x92\x5a\x5b\x2b\xcd\x1e\x86\xcc\xac\xad\x9f\xf5\xce\x82\xf8\x67\x51\xd8\xc7\x44\xfc\xea\x88\x60\x92\x6d\x35\x1d\xa7\x21\x91\xa2\x98\xd5\xb7\x21\x00\xd3\x90\x40\xea\xaa\xc0\xf8\x98\x99\x9f\xff\xfb\xd7\x97\xa7\xff\xf8\xf4\xfe\xe4\xf4\xe4\xcd\x04\x40\x52\xf9\xb9\x9a\x62\xe5\x05\x6e\x7b\x92\x6c\x78\x85\x65\x37\xf7\x87\xd2\xba\xf8\x3d\x08\x92\x24\x41\x2e\x63\x37\x1a\x85\x8d\xdf\x89\xf2\x2f\x01\x10\x55\x90\x6d\x97\x23\xda\xba\x29\x4e\xc2\x06\xed\x05\xcb\xfb\xb9\x17\x54\xf0\xe5\x3d\x23\xaa\x22\xfd\x43\xe8\xaa\x75\x32\x51\x31\x07\x71\x00\x20\x4d\x70\x23\xee\x60\xa1\x3d\x6d\x62\xac\x43\xca\x45\xa3\xf7\x84\xf2\x98\x56\x6d\x72\xec\x4f\x91\xd7\x80\xd8\xa5\x59\x2c\xd6\x81\x59\xd5\xd1\x37\x4a\x88\x97\xea\x8e\xea\xac\x55\x5e\x6b\x81\x73\xce\x51\xc3\x8e\x65\x61\xcd\x73\xb0\xab\xbd\xb2\x65\x80\xbd\xe7\x4d\xe2\x7d\xda\x37\x0e\x8a\x4c\xf5\xcf\x24\x08\xa0\xd4\x4a\x8c\x83\xd6\x50\xca\x13\xc6\xfe\x9c\x78\xa5\x47\xab\xfc\x56\xc3\xdb\xd9\x25\xe3\x89\xb1\x34\xda\x97\x63\x3e\xb1\xef\x05\x29\x1e\x0b\x01\x58\x0e\x7e\x0f\x7c\xf6\x1a\x6c\xb2\x79\xb6\xa8\xbe\x65\x1e\x79\x35\x1f\x48\x8a\x3c\xdb\x9f\x51\x72\x5d\xe4\x88\x6e\xe1\x6e\x36\xfb\x7b\x52\xc4\x3d\x1e\xd6\x74\x7b\x8a\xb8\x93\x39\xbf\x24\xb4\xc9\x7f\x76\xd4\xde\xcb\x21\x99\x76\xd0\x9f\x72\xc6\xbd\x3b\x85\xed\xd1\x71\x90\x86\x8e\xe3\x49\xdf\x77\x8f\xfa\xbe\x5a\x7f\x54\xc7\x44\xf3\x08\x33\x9d\x60\x78\x13\x15\x5f\x37\x4c\x67\x43\xf4\xa5\x3b\xfa\x46\x59\x8b\x35\x71\x7b\xa7\xc4\xcc\xa6\x9b\x22\xfb\xf9\x3e\xf6\xa4\x1d\x8c\xb4\xe1\x96\xa8\x6e\xba\xc9\x75\x15\xfc\x1c\xa4\x6c\x7f\x9a\xe2\xee\x9e\x41\xba\xad\x5d\xf3\x08\x46\x34\xb2\x69\x75\x37\xdd\x3f\xe6\x4d\xa4\xe2\xee\xcb\x8a\x00\x9e\x35\xb6\xd0\xf4\xf4\x8d\xc2\xd5\x83\x2b\xd3\x6b\x64\x58\x33\xf4\x14\x06\x6e\x6a\x77\x13\xd5\x60\x9b\x06\x00\x0a\x51\xf9\x0e\x0a\x78\x86\x18\xdb\x8e\x86\xd4\xf4\xf4\xbd\x9e\xe7\x7d\xfb\xe6\x76\x22\x4e\x36\x3c\x07\xdd\xcf\x4a\xdc\xe4\x69\x21\xb0\xda\x12\xdc\x05\xd9\xb6\xce\xd2\xc3\x6b\xd6\xd8\x8b\x6d\x84\xc7\xbc\x5a\xcf\xa6\x2e\x50\x1f\xe9\xf2\xe4\x3b\x8a\x89\x4b\x70\x74\x3a\x2f\x11\x93\xe5\xd1\x17\xaf\x5e\x88\x81\x50\x46\x11\x7f\xf5\x42\x5e\xd4\x18\x47\x4e\xc8\x0b\xfc\x78\x33\x13\x8f\xc4\x3f\x50\x7e\x17\xeb\xef\x2b\x00\xf1\x68\xa4\x3d\xd4\x9c\x3e\xb0\xcb\xc8\x7e\x40\xe5\xf9\x12\x40\xf4\x02\xae\x6c\xb6\x81\x17\xe3\x52\x7d\x68\x3f\x88\xdb\x8a\xbd\x72\x6b\x4c\xdc\xce\x68\x64\x77\xcb\x3c\xba\xbd\x0d\xeb\x1f\x8e\x40\x2f\x1b\xbd\x7a\x61\x92\x13\xd1\x88\x71\x42\x51\x34\x43\xe8\xea\xa4\x2c\xc3\x40\x41\x2d\xd0\x59\x71\xc2\xc0\xec\x54\x00\xe5\x67\x3b\xf2\x24\xec\xfe\xc9\xbe\x20\x8e\xea\x10\x27\x27\x1c\x89\x35\x43\x9f\x2c\xef\x29\xef\xa7\xba\x9c\x10\x0f\x65\x31\x55\xa6\x64\xa9\x58\x5f\x1a\xb3\x2a\x5b\xdc\x6f\x0e\x7d\x83\xfd\x0d\xf2\xd3\x4a\xf9\x65\x51\x19\x1a\xd4\x75\xe6\xbb\x1a\xd8\x07\x5a\xd2\xd4\xe2\xcf\x38\x49\x97\x2f\x5e\xb6\xf8\x3e\x17\xef\xa6\x54\x5c\xba\x07\xbd\x61\x0f\xcb\x63\x26\xfc\xc9\x7b\x2f\x10\xdf\x57\x89\x5e\xf7\x67\x84\xf4\x46\x59\x50\xf4\xcf\xb9\x0c\x1b\xea\x89\x9a\xf8\xf5\xf4\xf5\xc0\x50\x89\xaf\x91\xf8\x77\xfe\x00\x89\x7f\xcb\x8d\x13\xff\x6e\x3c\xbb\x75\x13\xff\xce\xbf\x42\xe2\x5f\x3b\x78\xf6\x1d\x6b\xe1\xf2\x7b\xd1\xde\x64\x03\xb4\x37\xe7\x0f\xaa\xbd\xc9\x1e\x50\x7b\x63\x37\xf7\xfc\x61\x55\x9c\x76\xdc\x69\x7d\xa1\xc3\x69\x12\x98\xe7\xb5\xe5\x5a\x41\xde\x68\x14\x30\xf9\x47\xfb\x85\xbd\x5f\xc7\x3e\xa7\x5a\xd5\x12\x55\x5e\x9d\xfb\x68\xb4\x64\x38\x14\x09\x14\x2c\x2f\x3e\xa1\x49\x92\xd8\xe7\x7b\xe6\xef\xfa\x92\x1e\x9b\xb9\xc5\x76\x40\xd0\xb8\x95\xb3\x46\xe0\x08\xbf\xbd\x0d\xd4\xe5\x0f\xf6\x92\x64\x1a\x72\xe0\xce\x64\xaf\x36\xd9\xb7\x10\x5c\x6d\x49\x01\x35\xee\x3a\x45\xe7\x88\x22\x9c\x19\x04\x26\xf8\xc0\xdd\xcb\x94\xe1\xdf\xf1\xdd\x33\x84\xf0\x6e\x81\x0b\x2e\xf8\x68\x86\xf2\xdd\xfd\x5d\xc5\x20\x82\x46\x0b\x81\x59\x50\x5e\xa7\xe6\x95\x08\x33\xe6\xf5\xf4\x2f\x6b\x4b\x97\x67\xc7\xde\xa4\xb3\x63\x31\x93\x37\xe9\x2c\xd6\x84\x5e\x9f\xe7\x65\xd2\x5a\x81\xb8\x92\x62\xfe\x82\xa9\x4c\x10\xdc\x3f\x4a\x92\xe4\x17\xdd\xa4\x85\xe9\x70\x1d\x45\x1d\x8c\x71\xca\x8b\x6b\xb4\x9b\x91\x1c\x4d\x02\x50\x63\x76\xc5\x51\x08\xc4\xe6\xd9\x3f\x77\x97\x1c\x0c\xff\x41\xec\xc0\x2e\xfa\x32\xa3\x4a\xbe\xdd\x9d\xce\x19\xdf\x45\x05\xbf\x44\x74\xf7\x0c\x49\x79\x61\x97\xd0\xdd\xd4\xd2\x97\x40\xa2\x4e\xcb\xf6\x72\xb9\x14\x1e\x5d\xa6\xcc\xc1\xc7\x5c\x19\xec\xc0\x0e\xd7\xb1\x0a\x14\xb8\x95\x24\x2d\xd4\x9d\x85\xa8\x66\x5d\xa0\x92\x5a\x80\x0b\x6b\xf6\x72\xd2\x1a\xc0\x0c\x4e\xd6\x89\x28\x51\xfd\x06\x2e\x9c\x4f\x63\x7d\x27\x69\xe3\x4e\x1e\xb9\x77\xb0\x7d\x3f\xab\x0a\xc0\xeb\x90\x42\x04\x5a\x20\x7b\xd6\xc4\x07\xe1\x59\xe2\x90\x4e\xb1\xe1\x73\xac\x90\x42\x5e\x43\xc2\x29\x3a\x2f\x51\xc6\x6f\x6f\xf7\xf4\x5f\xf5\xba\xf4\x36\xed\x1d\x89\xad\xec\xbc\x8d\xd8\x65\x3a\x6d\x34\xf1\xc0\x99\xac\xf1\x6f\x1a\x1d\xee\x70\x7a\x63\xf6\xf4\x45\xca\x51\x2f\xc9\xec\x0c\x16\x8a\xe6\x70\xec\xf0\x51\x60\x21\x48\xd0\xde\x61\xa5\x6a\xf4\x59\x14\xb1\x77\x54\x55\x21\x38\xee\xf4\xd0\x23\x8e\x8d\x05\xe8\x4c\x76\xa8\x4b\xca\xa8\x0d\xe9\x13\xac\x55\x68\x81\xfd\xac\xc0\xb9\x6e\x22\x40\xa5\x96\x56\x47\xa3\xeb\x90\x09\x72\x68\x96\x03\x20\xab\x80\x21\x8c\xf3\xb2\x74\x19\x5f\x7b\x5a\xd7\x2e\x82\x09\xaf\x0d\xbc\xa8\xcc\xd2\xaa\x9f\x77\xe7\x0e\xf7\xe3\xca\xa4\x28\xfa\xf4\x49\x8e\xf6\xe9\x53\xc2\xa1\x44\x5d\x42\x14\xb5\x7d\xdf\x38\x18\xfa\xc6\xdf\xf3\x71\x4d\x77\x9c\xa7\x5e\xa4\x5b\x0f\x76\x7b\xeb\xfd\x2a\x34\xa0\x78\x07\x79\x43\x26\x6f\xe5\x29\xe5\x7f\xbf\x44\xf8\xe4\x3a\x2d\x4a\x01\xee\x46\x0c\xe9\x79\xeb\x99\xad\x4b\x74\x05\x50\x1e\x06\x8d\x0c\xe1\x7c\x79\xbd\x46\xbb\xe4\xcf\xee\x38\x21\x37\xc5\x43\x78\xa5\x92\xdb\x5c\xb8\x57\xcb\x6e\xbb\xce\x73\x23\x41\x6b\xa7\xc3\xf1\x42\x35\xa3\xbd\xb0\x66\x43\x05\xc9\x00\x7e\x9c\xf7\x3c\xc5\x98\x70\x89\xe8\x77\xd3\xdd\xac\x4c\x19\xdb\x4d\x59\x03\xc5\x55\x4a\x7f\x82\x00\x0c\x69\x32\x53\x3f\xc4\xc9\xab\x4b\x24\x7f\x62\x00\x80\x5e\xdd\x73\x92\xa3\x84\x43\x5a\xf5\x4d\xcc\x47\xcf\xac\x76\x81\x6f\x11\x33\xa3\x5e\x2c\xc9\x47\x23\xbe\x02\x51\xa2\x55\xa8\x91\x8b\xeb\x28\xaf\x43\x88\xe0\x65\x28\x27\x0a\x00\x44\x55\x08\xe0\xa7\x36\x75\x0b\x38\xfa\xc2\x0f\xd0\x35\xc2\x7c\x5f\xd5\x60\x92\xae\x51\x91\x16\x22\x43\x30\xe6\xd1\xf3\x77\x6f\x3f\xbe\x7c\xfb\xf1\xd3\xc7\x7f\xbc\x6f\x07\xcb\x19\xbe\x55\x72\x1e\x18\x69\x80\x10\xc8\x10\x47\x42\x3e\xba\xf9\xc0\x53\x8e\x80\x09\x2f\x72\x9f\xa9\x84\x55\x87\x32\x97\xd3\xee\x51\x8c\x6d\x7e\xf7\x9a\xd1\x83\x2f\x93\x66\xb0\x34\xc2\x82\x9c\xfe\x7a\xfa\xea\x39\x99\xce\x08\x46\x98\x03\xf8\xce\x9b\xcc\x26\xa2\x28\x9f\x67\xab\xdd\x8d\x2c\x0e\x73\x0a\xe1\x86\x68\x8c\xc7\x87\x93\x88\xd3\x62\x1a\x82\x49\x82\xc7\x47\xe6\x87\xf4\x07\x5b\x54\xa0\x82\x5f\x7a\x74\x02\x39\x99\xf6\x38\x46\xe6\x64\xba\x56\x0d\x5f\xc1\x04\xf9\xeb\x14\xec\xac\x56\x24\x2a\xce\x27\x3c\x84\x54\x57\x14\x79\xfe\xee\xed\x87\x5f\x5f\x7f\xfa\xcb\xc7\x8f\xef\x3f\xbd\x39\xf9\x3f\x9f\x9e\xbf\x7b\xfb\xf6\xe5\xf3\x8f\xaf\xde\xbd\xfd\x10\x80\x67\x61\x1d\xb1\x28\x7b\x0a\xea\xe3\x64\x01\x0c\x0f\x6b\x7d\x28\x08\x3f\x09\x7e\x1c\x3a\xac\xc5\x68\xd4\xf9\x7c\x9a\x7e\x79\xee\xf6\xc0\x81\x2a\x1d\x9c\x93\x69\x94\x93\x4c\xce\x32\x04\x51\x9a\xe7\x2f\x05\xe8\xbd\x2e\x18\x47\x18\xd1\x30\xb8\x2e\x58\x71\x56\x94\x05\xbf\xc9\x2e\x53\x7c\x81\x02\xe8\xe2\x33\x93\x4d\x3d\xba\x2c\xf2\x1c\x61\xcd\xf1\x9a\x61\xa2\xd9\x9c\x5e\xc8\x92\x09\xa0\x82\x73\xea\x2d\x38\xd5\xab\x8f\x81\x67\x24\x6f\xba\x49\xd5\x52\x9b\x8c\x72\xf3\x82\x54\xcd\x6c\xe8\x04\x5d\x96\xff\xfb\x0f\xfc\x1f\x38\x00\xc7\x38\x46\x15\xdc\x3f\x02\xb0\x9b\x41\x01\x32\x47\x73\x41\xff\x74\x74\x4c\xf7\x8f\xe2\x43\x00\x49\x72\xf4\x8c\xfc\x91\x3e\x23\x3f\xfc\x00\xd8\x98\xec\x1f\x4d\x1c\x81\x90\x4c\xdc\x54\x4b\x58\x86\x72\x33\x09\xcf\x19\x12\xfc\x67\xcf\x1c\xdb\x79\xe2\xda\x29\xc8\x4c\xa8\x9f\xcc\xf1\x24\x6e\x80\xd4\x9a\x22\x93\xd6\x8a\xab\x74\x6e\xc6\x43\xb7\x46\x8f\xe6\xbb\x3c\x5c\x54\x10\xc1\x45\x25\x58\x87\x56\x1a\x35\x5e\x55\x12\x62\xc6\xdc\x56\x82\x61\x52\x6b\x2c\xf5\x46\x1d\xcf\xb4\x7e\xd7\x8c\xfa\x48\x58\x77\x33\x89\xb3\x99\xec\x4f\x47\xc7\x4c\x6d\x66\x9a\x1c\x3d\x4b\xff\xc8\x9e\xa5\x3f\xfc\x00\xc8\x38\x6d\x6e\x66\xaa\x82\xb3\xe7\x49\x19\xd2\x48\x9c\xbf\x65\x80\x6a\xc0\x00\x30\x4b\xe6\xe3\xc3\x09\x9c\x26\x75\xf5\x1a\x38\x93\x9f\xcc\x69\x69\xbf\x18\x23\xbb\xba\x22\x9c\x4a\xaa\xa3\x90\xcc\x6e\x00\x00\xbc\x4c\x66\xa2\x8f\xb3\xa4\x0c\x67\xed\x12\x39\xbb\x75\xce\x65\x01\x32\x00\x5e\x27\x67\xa2\xf1\x4d\x72\x56\x17\xe0\xb1\xfc\xb5\xb7\xe2\xb5\x51\x5c\x77\x2a\x85\xa8\xcd\x7a\x17\xde\x08\xb0\x92\x87\x74\x2e\xfe\xd7\xc4\xe9\xd0\xad\x76\x22\x53\x18\x3d\xdb\xcd\x2e\x53\xca\x10\x4f\xe6\xfc\x7c\xff\x7f\x04\x00\x9a\x2f\xeb\xf8\xe9\x8f\xef\xfe\xfa\xf2\xad\xeb\x29\x67\xf4\xe2\xc7\x41\x10\xd7\xbf\xe4\xa7\xb5\x65\x43\x5b\x21\x88\x20\x2b\x6e\x04\xf8\x04\x8a\xe3\xd3\x69\xec\x3d\x49\xad\xd3\x64\x21\x6e\xf4\xb5\xc6\xc3\x70\x8a\xf8\x25\xc9\xe3\x4b\x41\x00\x39\xc2\x5c\x1a\x3f\x48\x8b\x58\x4d\x60\x46\xa6\xb3\x4e\x4d\xd4\xc8\x3c\x0d\x55\x3d\x84\x1c\x54\x90\xcd\xa5\xb6\xbe\x6e\x87\x21\xad\xa3\xfe\xdf\x85\xaa\x26\x4b\x59\x9a\x14\x01\xc6\x27\xa8\x79\x74\x3b\x16\x2b\xb2\xce\x02\x47\xa3\x30\xed\x3c\xf4\xb4\x03\x3b\xbe\xbc\x5d\xbb\x28\x4c\xb5\xe1\x40\xb2\x6f\xad\x14\x05\xfa\xa4\x05\xe1\xa5\x2e\x73\xa5\x88\x3f\x4b\xe8\x0e\x2a\x19\xd2\x15\xa7\x90\x66\x88\x76\x02\x49\x72\x03\x9d\x13\x82\x24\x87\x00\x06\xbc\x98\x22\x32\x77\x1e\xfe\x74\xf8\x3f\x80\x46\x55\x17\x21\x81\x48\x9b\x82\x18\xfa\x88\xbe\x70\x50\x61\x79\x99\x33\x82\xaf\x11\xe5\x88\xb2\x78\x21\x59\x8a\x5d\x99\xf1\xab\x71\xb9\x1d\xe1\xe7\xbf\x45\x33\x01\x5e\xff\xdf\x87\x77\x6f\x05\xd7\xac\x44\x18\xee\x46\xbd\x57\x55\x33\x4b\xc1\x5e\x92\x64\xa3\x51\x18\xfc\xf9\xe5\xc7\x60\x2f\x49\x2e\x75\xee\xf6\xce\x89\xd7\x08\x58\x4e\x00\x1c\xa7\x51\x9e\xf2\x34\x11\x43\x45\x0a\x7d\x15\xe7\x37\x61\x06\x62\xfd\x22\x03\x30\x8d\x1c\x20\x4a\x56\x5e\x06\xd8\x19\x34\x69\xf4\x00\xd3\x48\x95\x09\xfb\x80\x70\xde\x60\x4e\xc8\x68\xe4\xaa\x37\x89\x5f\x53\x66\x59\x18\x86\xf8\xa9\x42\x92\x0a\xda\x42\x2e\x86\x96\xbe\xa7\x1a\x70\x13\x1a\xa5\xd9\x3f\xe7\x05\x15\xd0\x81\x40\x05\xff\x5b\x94\xfe\x67\xfa\x45\x25\xb2\x57\x25\x13\xc5\x09\xbb\xd0\xdf\xc9\xe3\x73\xe8\xcd\xe3\x73\xd8\xa8\xfc\x7f\x38\x51\x2c\x87\x8f\xd8\xc2\x86\xa4\xd0\xe3\x68\xdc\x22\xfc\x9d\xb3\x55\x35\x4c\x1a\x4c\x83\xe0\x84\x15\x99\x3f\xf6\xa2\x06\x2c\xd8\x81\x75\x18\x08\xa9\xd1\xe0\x91\x8a\xef\x59\xf9\x15\x05\x10\x4b\xb1\xae\x02\x71\xbb\xba\x86\xac\x15\xac\xf6\xdd\x6b\xe7\x15\xf3\xb5\x41\x23\x21\x8a\x14\xb2\x82\x48\x10\x0c\xb8\x90\x8c\x06\x92\xd0\x77\x7b\xbb\x90\xc4\xb1\x61\x10\x75\x37\xd9\x9c\x2e\x86\x58\x20\xa0\x57\x79\x08\xe4\x6d\xeb\x62\x35\x37\x77\x4a\xa8\x13\x55\x38\x3d\x09\xce\xa0\x44\x29\x43\x56\x80\xef\xb3\x45\x7d\x59\x69\x8b\x9a\x9d\x91\x94\xe6\x07\x25\xc9\xd2\x72\x9f\x71\x42\xd3\x8b\xb6\x2f\x8e\x69\xd4\x31\xc8\xd9\xc3\x70\x70\x5b\x88\xbf\x57\x1d\xaa\xf6\x2f\x36\x6c\x0b\x4e\x0e\x9f\xe1\x3f\x72\xa3\xf7\xc7\x46\xef\x4f\x13\x3e\xc6\x93\x1d\xea\xd8\x17\x12\xf7\xc7\xed\xed\xde\x11\x14\x64\xab\x96\xf5\x92\xbd\x43\x18\x48\x81\x30\x28\xf0\x2e\x1d\x8d\x42\x1a\x19\xb9\x30\xd9\x3b\xec\xcf\xad\x47\x05\xee\x81\x14\x54\x2d\x4f\xe1\x1e\x4d\x2f\xfe\xf6\x35\xbd\xc4\x81\x24\xf2\x80\xba\x1e\x3b\x81\xb4\xa1\xc8\x4a\xb7\xa1\xc8\xda\x56\xa0\xdf\xb7\xa6\xa4\x61\xea\x07\x69\x2a\x69\xb8\x60\x97\x3f\x65\x67\x09\x86\x54\x97\x77\x2b\x60\xd9\x3b\xb7\xef\x47\x4f\x93\x5a\x3d\x4d\x9d\x9d\x5a\x88\x9a\x30\x2c\x92\xf1\xe2\x0a\xdd\xc4\x01\xc1\xcf\xcb\x22\xbb\x0a\xa0\xea\xb5\xc1\x50\x49\x2d\x40\x76\xa6\xd8\x58\xc1\x75\x85\x02\x0c\x4a\x74\x91\x72\xf4\x51\x0a\xca\xb7\xb7\x28\xca\xe6\x94\x0a\xd6\x44\x3e\x00\x9a\x77\x40\x53\xc1\xb4\x6a\xae\x37\x90\x2a\x8d\x6a\x02\x46\x23\x1a\x3a\x6a\x5c\x58\x00\x58\xca\x67\xb0\xd4\x0a\xa4\xb2\x47\xed\xa1\xc9\x40\xfc\xb9\xc0\x39\xf9\x1c\x49\xda\xf0\x41\x3d\x83\x72\x1d\x35\x49\x80\x1d\xb7\x09\x6f\x4c\x92\x38\xc0\xa2\xe5\x06\xcf\x23\x3d\x8e\xb8\x5c\xaf\x38\x9a\x86\x92\x95\x92\x96\x80\x26\x15\x2b\x87\x52\x31\xc2\x86\x92\xae\x07\xf6\x25\xa9\x71\x92\xd8\x09\x5e\xb3\x13\x6b\xfa\x8e\x90\x1c\xed\x4f\x0b\x71\x0b\x9a\x0b\x2d\xae\x6f\xf6\xc5\x4b\xf5\xce\xff\xc1\x63\xca\xf0\xda\x99\xfd\x41\xa9\xf2\x74\x2e\xf5\x98\x41\x79\xc1\x75\xd3\x7b\x3b\xf0\xf1\x02\xa7\x53\x14\x07\x42\x06\x09\xe0\xb4\x10\x7f\xb7\x85\x8c\x40\x96\x02\x8c\x83\xff\x4c\xaf\x53\x65\xf9\x16\xf7\x84\xc7\x63\x25\xc7\xc0\x60\x9a\xce\x82\x09\x4c\xcb\x22\x65\xfa\xe1\x1f\x82\x49\x05\x75\xd7\x7f\x79\xfe\xda\xf4\x2c\x15\xba\x5f\xf6\xe9\xfc\xec\xc6\x74\xaa\xfe\x56\xdd\xd1\x33\xb7\x1b\xf5\x26\x98\xa6\x99\xfe\x8b\xa6\x57\x48\xfc\x73\x26\xff\xf7\xc5\x19\xe2\x1f\x27\x6f\xda\x63\xdc\xa4\xd3\xd2\x8c\xa1\xfe\x56\x63\xa8\xbf\x83\x9b\x69\xe9\x8c\x25\x7f\x55\x13\x48\x37\x54\x9c\x4e\xa5\x8f\x71\x17\x36\x70\x05\xc5\xe9\x6d\xe4\x84\x25\xc0\xed\xa5\x84\x00\xdf\xbd\xb3\x82\x0b\x2a\x91\x94\x5b\xe4\xba\x53\x8a\xd2\xdd\x1f\x76\xf3\xe2\x3a\x80\x08\x44\xcf\x49\x8e\xde\x48\x78\x1b\xe8\x6b\xab\xe0\x54\x70\xff\xfb\xac\xc0\x57\x07\x12\xdb\x66\xa4\xec\xe6\x21\x59\x5e\x21\x74\x23\x87\x22\x0f\x9d\xbf\x27\x97\x1f\x3d\xb0\xb9\x02\xe2\xdc\xf7\x0e\x21\x4b\xf6\x8e\x20\x31\xd7\x83\xd3\x1b\xcb\x1b\xa7\xb0\x48\xd0\xb8\x35\x99\x49\x08\x9e\xed\x85\x34\x09\xd3\xa4\x88\xb0\x20\x70\x00\x44\x39\xc1\x08\x48\x4f\xcc\xd9\x9c\x5d\x86\x69\x24\x6f\x20\x80\x82\x73\x35\x6a\x7c\xc9\x08\x3c\x13\x43\x82\x67\x5a\xbd\x50\x82\x05\x13\x53\x20\x49\x59\x9d\x17\x38\x2d\xcb\x1b\xa5\x92\xb8\xbd\x55\x26\xfe\x22\x52\x53\xbe\xbd\x35\x7f\x85\xc0\xb6\x2c\xce\x43\xa6\x39\x0b\x52\xd5\x7e\x3e\x72\x1f\xef\xd3\x43\xeb\x7e\x89\xce\x3a\xc6\x08\x9d\x7a\x64\x75\xc9\xe5\x3a\x4b\x09\x80\x33\x8a\x66\x69\x53\x4a\xc6\x4e\x8d\xd3\x10\x39\xd5\xe6\xe0\x1f\x00\x24\x09\x1b\x1f\x4d\x60\x9a\xb0\xf1\x8f\x13\x58\x24\x6c\xfc\xfb\x09\x2c\x13\x36\xfe\x69\xa2\x93\x64\x8e\x0b\xa3\x01\x97\x41\xfc\xe5\x31\x4d\xe6\x03\x8a\x5d\xc6\x75\x35\x3c\xe9\x0a\x36\x97\x5e\xbf\x61\x09\x00\xb4\xb6\x0b\xc7\xeb\x89\x42\x0c\x2a\xa8\xab\x0a\xc7\x7e\x4f\x7b\x31\x99\xd6\x0a\x7e\x02\xe3\xdf\x4f\x26\xb6\x1a\x31\x96\x6a\xee\x29\xb9\x46\x6b\x77\xa1\x3e\x0b\xdb\x2e\xc2\x2b\x88\xbd\x0f\xab\xf4\x8a\xe9\xf7\x59\x2f\x7c\x73\x40\xf3\x40\x8c\xd5\xab\x6c\x9c\x83\xda\xf5\xab\x4f\x92\x44\x88\xb8\x52\xc1\x79\x6c\xc0\xb9\x79\xfa\x58\xba\xb5\x7b\x4e\xdf\xcc\x44\xf9\xaf\x26\xc8\x31\x24\x36\x72\x16\x28\xd2\x61\x55\xf5\xed\xea\xd4\xe4\x21\xaa\x53\x77\x21\xaf\x4e\xbf\x32\x6c\xda\x4a\x57\x1f\xb6\xa3\x48\xf8\x50\x18\x5c\x59\x9a\xf0\x89\xa4\x3d\x91\xb4\xcd\x49\x9a\x57\x7b\x63\x20\xfb\xe0\x20\x10\x57\xa0\x8f\xd7\x4c\x79\xda\xc7\x6c\xf6\x31\x66\x2b\x4d\xf7\xab\x91\xaf\x17\xbb\xc9\x88\x26\x1d\x8f\x14\x8a\xc5\xc0\x1f\x01\x4c\x13\x32\x3e\x14\x04\x90\x8c\x8f\x26\xee\xed\x1c\xa7\x93\x48\x77\x12\x16\xf2\x5b\x2f\xa2\x72\x48\xac\xe9\x52\x90\xd6\x43\x45\x5a\x5b\x5d\x92\x9a\x62\xa5\x90\x7a\x69\xd6\xba\xfd\x69\xf2\x25\xbb\x5b\x9f\x2d\x96\x55\x86\x37\x62\x8c\xef\x8c\x43\x1e\xdc\x0b\xfe\x9e\x3d\xfc\xef\x97\x7f\xcc\x2d\xbf\xd5\x77\x29\x1c\xbe\x30\xcf\x02\x00\xb1\x61\xca\x06\x7c\x60\x2a\xd9\x43\x69\xde\x5e\xdd\x5e\x5b\xc1\xe1\x4c\x47\x7e\xad\xfe\x42\x47\xda\xeb\x4f\x6e\xd6\xf8\x80\x92\x72\xc8\x00\x32\x44\x1b\x40\x52\xe4\xd9\xea\xc6\xcd\xb4\x25\x00\x0a\x28\x5a\x8a\x6b\x7c\xf7\xe4\xe0\xac\x24\xd9\x55\x81\x2f\x04\xc2\x92\x0d\xe2\xae\x35\x5d\x87\xdf\xb4\x18\x70\x00\x8b\x24\x15\xec\x77\x99\xa4\x82\xfd\x9e\x27\xa9\x60\xbf\xb3\x24\xd5\x7e\x08\x3f\x01\x98\x2b\x26\x7c\x3e\x31\x29\xa3\x3d\xa6\x94\x3c\xa2\x28\x23\x38\x2b\x4a\x24\x69\x9a\xe2\xce\xa5\xc5\x2d\xe9\xf8\x33\x0d\xb6\x47\x1e\xbb\x3f\xe2\x45\x05\x79\x12\x76\x3e\x3e\x72\xad\x96\x47\x13\xb8\x90\x7b\x18\x4c\x11\x63\x92\xfb\x95\x88\x1f\x55\xb5\x3b\x42\x3d\xd5\xb0\xe1\x23\x29\x1a\xca\x24\xfb\x62\x5b\x04\xc7\x33\xd7\xa9\xb1\x1d\x90\xd7\x75\x08\x6b\x90\x0e\x62\x5f\xb2\xb1\xdd\x5c\xfa\x6a\x9c\x48\x24\x50\xed\x9c\x51\x94\x5e\x29\x77\x1a\x05\xb0\xee\x47\xce\x37\x0c\x95\xe7\x61\x26\x8f\xa3\xf9\x95\x04\x3d\x53\x03\xd1\x14\x2f\x5b\x31\xf2\xcf\x37\xb5\x68\x14\x96\xb0\x80\xad\x99\x68\xb8\x5e\xd6\x8b\xf6\x35\xc9\x04\xd2\xf7\xf4\x20\x80\x37\x88\xc5\x99\x9e\x27\x3c\xcc\x6c\x69\x4a\x96\x9c\x8b\x2f\x48\x72\x5e\x7b\xcf\x30\xbd\x97\x06\xd6\xef\x3e\x7d\x73\x69\x7a\xf6\xd2\x99\x3f\xd1\xf3\x6f\x76\x90\x9a\x6c\x31\xbd\x33\xb1\x2d\x54\x0f\x82\x2e\x43\x22\x6e\x89\x9e\x8e\xe5\xa0\x94\x32\x5e\x10\x00\x75\xfd\x94\x2c\xb9\xbe\x14\xb7\xfc\x72\x2f\x55\x6a\xe6\x64\x6a\x5c\x3a\x65\x2f\xed\x28\x6e\x35\x8c\x15\xba\xbc\x6f\x1b\x31\x87\x9d\x11\xa6\xe9\xcd\x19\xda\x17\x84\xed\x9e\x43\xb4\xfd\x74\x47\x4d\xae\x07\x37\xba\x33\x5f\xc7\xdf\xb2\x8b\x2d\xad\xff\x4f\xdb\x2e\xc1\xa3\x9f\xf5\x41\x48\xac\xf6\x41\x1d\x74\xed\xc4\x61\xbe\x2c\x12\x12\x65\x25\x61\x48\xfa\xce\x87\xb6\xf4\x46\xd3\xa1\xd2\xa7\xb9\x54\x15\x30\xf4\x5e\x54\x30\x3c\x84\x38\x2a\xce\xdf\x12\x6e\x06\x06\x61\x6a\x25\x35\x00\xc2\xb6\xef\x97\xe3\x37\xc4\xf5\xbb\xe6\xa0\xc5\xca\x3e\x3d\xee\x64\x0d\xb7\x8d\xa4\x55\x7e\x51\x60\x4b\x3d\xef\x00\x8c\x46\x45\x28\x53\xa4\x45\x4a\x54\x91\x9e\xa8\x3e\x17\x76\x31\xa6\x3a\x31\x95\x77\x87\xac\x17\x14\xbd\xe4\xae\xcc\x94\xd7\xc6\x9a\x57\xe5\x61\xad\x3e\x5e\x0a\x6d\x61\x84\x47\x04\x67\x08\xa8\x90\xf1\xbb\x63\x90\x65\x0e\x1b\xdf\xd6\xb6\x08\xa6\x68\x83\x0b\xeb\xe6\x59\x80\x74\x89\x9e\x43\xdd\x61\x6d\x9f\xf4\x5e\xe1\xda\xbc\x10\x89\xc9\xb8\x14\x44\x48\x48\xd2\x36\x8b\x06\x67\x83\xee\x9e\x8a\x37\x85\xcd\x14\xa3\x29\xc1\x05\xe3\x07\xd3\x79\xc9\x8b\x7d\x65\xf3\xe9\x77\xa0\x79\xd2\x99\x3c\xe9\x4c\xd6\xcb\x5e\x23\x83\xb1\x98\xfa\x87\xa8\x7f\xd2\x0d\xed\x71\x0a\xc0\xd7\x96\x4f\x86\xea\x51\x96\x23\xaf\x6e\x74\xc4\xca\x90\x08\xa8\x95\xbf\x74\x34\x32\x19\x4d\x10\x7f\x9e\x66\x97\x28\xd4\x3e\x11\x9f\x4a\xed\x0f\xc8\x6a\x9f\x45\xfb\x28\x54\x89\x4e\xf4\x27\xee\xc8\xfa\x6c\x10\xe6\xb4\x40\x2c\x64\xb7\xb7\x8b\xca\xe3\xd9\x69\xd5\xaf\xe2\xd6\xfd\x08\x76\xb8\xf4\xaa\x1c\x1f\x4d\x14\x87\x10\x82\x4a\xe6\xbe\x55\x41\xa9\xda\xe1\x56\xfc\xa5\x1c\xdb\x6b\xfb\xff\x07\xc4\x41\x05\x3f\x17\x65\xf9\x42\xc0\x0e\xb9\xe9\xee\x82\x9d\xb4\xd1\xc3\x58\x43\xfc\x96\x26\xd9\x81\xa2\x0a\x92\x19\xc2\x1e\x55\x79\xba\x53\x9c\x87\x32\x66\x16\xd5\xae\xb9\x52\x3b\x27\xa3\x0c\x34\x9a\x14\x0f\x8c\xf7\x3c\x02\x00\x32\x13\xa8\x9a\x26\xcc\xc4\xa8\x5a\x07\xe6\x42\x4c\xae\xa1\xe8\x83\x3f\x02\x58\x26\x85\xe0\xcb\xe7\x49\x21\x38\x73\x55\x12\x6d\x5c\x4e\x60\x2e\xab\x4f\xea\xfe\x46\xa3\x30\x4f\x34\xc3\x02\x00\x4c\x93\xcc\x30\xe9\x73\x98\x77\xa0\x20\x4a\xf3\x3c\x4c\xe1\x42\x2e\x3d\xee\x51\x39\xb9\xae\x5c\x5e\xb8\xb3\x72\x81\x45\x8e\x1e\x11\xa5\xc6\x9c\x02\xce\x78\xd5\x4c\x55\xab\xa3\x96\x54\xec\xcb\x0e\xf6\xbb\xb0\xca\x59\x06\x50\xfe\x03\xa0\xa9\x3e\xb6\xd0\xde\x3f\xb2\x71\x2c\x9d\x48\x9f\x3b\x4f\x42\x60\x6a\xad\xe1\xda\xbd\x50\x8c\xab\x19\xb9\x0a\x40\x6b\x07\x50\xce\xb0\x90\xe9\x9e\x53\xbb\x32\x22\x9f\xa4\x90\x03\x98\x46\x02\x0e\x42\x00\xd3\x0a\xb6\xb7\x4d\x80\x04\x1a\x8d\x42\x62\xa0\x52\x3c\x81\x44\x1f\x8d\xf4\x54\x52\x30\xd6\xa2\xaa\xe9\x10\xaa\x2a\x91\x68\xcb\x95\x07\x5f\xd0\x74\x76\x19\xc9\xff\x3f\x30\x03\x23\xc7\xf4\x94\xd1\x3b\x74\x1c\xbd\xc2\x35\xb9\x07\x32\xdd\x3f\x9b\x9f\x9f\x37\x3d\x5a\x9e\x0c\x2a\x4f\xcc\x81\x4a\x28\xb0\x2d\x16\xc1\x0b\xd0\xea\xa1\x44\x19\x28\x87\x8b\x0d\x88\x6f\xb2\xa8\x7a\xa9\x56\x8b\x38\xe1\x7e\xc2\x84\x13\xae\x08\x13\x16\x84\x49\x06\x66\xfa\x9a\x22\x4b\xf8\x24\xca\xc2\x9a\x46\x9d\x97\x73\x76\xe9\xf5\xb0\x1b\xa3\x49\x05\xd3\x7c\x59\x2a\x3e\x4e\x8b\x8b\x0b\x81\x68\xd3\x3c\x97\x01\x8d\x56\x0a\x16\x5f\x0b\x58\x1b\x23\x99\x1a\x1c\x8a\x3f\x14\xdc\x71\x00\xb9\xcf\x9c\xc2\x5b\xc9\xcc\xc6\x68\x62\x3c\xc1\xc5\xdf\x90\xc9\x54\x35\x38\x7f\x25\x28\xa6\x37\x1a\x28\x49\x12\x5e\x01\x45\x5c\xf7\x92\x84\x01\x6a\x82\x00\x19\x3c\x02\xe3\x43\x6b\x82\x01\x3b\xd2\xe9\x41\xc3\x7c\x9d\x06\x4e\xac\x78\x3d\xd3\x0c\x99\xae\x96\x19\xff\xc9\xd2\xfd\xf3\x34\xe3\x84\xde\xf4\xb4\x60\xc5\x59\x29\x15\x58\xde\xb7\x92\x02\x78\x93\x49\x89\xb7\x05\xdb\x27\x73\xce\x8a\xdc\x57\xa3\x5b\x34\xb8\x40\x7c\x3f\x33\xa1\xc1\x2b\x26\x62\xcb\x23\xee\x4b\x41\xb7\x6f\x42\xaa\xf2\xb7\xe5\x09\x7a\xe7\x5d\x64\x57\xfb\x32\xa2\x7e\x3f\xc5\xd9\x65\xc7\x77\xb2\xce\x79\x05\x0b\x58\x3a\x98\x7a\xfe\x75\xf2\x5e\x3d\x42\x8b\xd7\xea\x8c\x5b\xdb\x41\x81\x19\xcc\xe1\x79\xd2\x22\xd5\x70\x2a\x9e\x94\xf5\x13\x5a\x3b\x6c\xcf\x7a\x25\xa8\x2c\x36\x31\x4f\xf0\x73\x81\xb5\x73\xf4\x06\xa2\x4b\x2e\xcf\xfa\xef\x28\xbd\x12\x12\x41\x96\x34\x8b\xd2\x58\x2d\xdc\xbb\xcf\x82\x13\x94\xd9\x59\x56\x89\x08\x2b\x46\x13\x9c\x7d\xa6\xb1\xa6\x59\x82\xcf\xc3\x52\x89\x49\x59\x05\xaf\x0b\xf4\x79\xd6\x0a\x35\x73\x1b\x7d\x2e\x70\x05\x2f\xe6\x85\xb7\x92\x80\x5e\xc0\xbc\xc8\x7f\x21\x54\x46\x57\xc9\xfb\xf4\x8b\xb8\x4e\x27\xf2\x36\xc5\x53\xa8\x51\x43\xec\xe4\xe8\x54\xa8\x24\xc6\xf6\x49\xc1\xde\x29\xfc\x10\xd7\xf9\x3b\xed\x3d\x57\x2c\xb0\xcd\x26\x00\xed\x9d\x8e\x0b\xfb\x8c\x12\xb2\x6c\x9d\x36\x84\xed\xa5\xf2\x08\xad\xa0\x76\x0d\xfd\xf9\xe6\x95\x77\x65\xf6\xc3\x0b\x64\xbe\x11\x4d\xe5\x1a\xf5\xa7\xec\xe7\x9b\x8f\xe9\x85\xcc\xe7\xe9\x23\x3e\xa1\x81\x4d\xe9\xaf\x64\xfa\x8b\x39\x70\xba\xac\xbb\x68\x74\xec\x27\x66\xe7\x3a\x6b\xa7\x6e\xe5\x6d\x14\xfc\x3f\x2a\x0b\x04\x9b\x9f\x31\x4e\xc3\x43\x78\x04\xd4\xd0\xc8\x5d\x83\x79\x7d\x04\x40\x3c\x0f\x55\xbf\x82\xf4\xa8\x00\x35\x89\x83\xfd\x53\xc8\xc2\x4e\x24\x39\x3a\x46\xb1\x3b\x82\xea\xcc\xe9\xa9\x67\x35\xf3\xd0\xfd\x4a\x45\x32\x81\xbe\xe2\x21\x99\x94\x61\x3a\x49\xe0\x1c\x3e\x40\xc6\x90\xa0\x0a\x54\xb0\x60\xaf\xf0\xdf\x3a\x40\x7d\x77\x67\xb4\xc3\x9d\x5c\x0b\x50\x3a\xc9\x8e\x92\xf9\x5f\x49\x8b\xa2\x0a\xd6\x7b\x77\x26\x88\x6e\x6b\x86\xdd\x22\xbc\x8a\x10\xe4\x4a\x9a\xd5\xc2\x21\xd8\xf1\xd8\x63\xf9\x68\x24\x5a\x88\x15\x99\x41\xf0\x85\x54\xb6\x2f\x04\xbc\xbf\x49\xe9\x45\x81\xe3\xe0\x70\xf6\x25\x80\xfc\x92\x22\x76\x49\xca\x3c\xc6\x95\x13\x75\x4e\xd4\x94\x42\x04\xdc\x0c\x44\x34\x9a\x63\xe7\x4d\x3e\x1a\xe5\xb5\xb0\x08\x69\x24\x4b\xe2\xca\x10\xc4\xd0\xa8\x0d\x5a\x3c\xc7\x6c\x39\xcf\x21\x13\x53\xfa\x79\x0e\xf1\xea\x81\x23\x34\xf0\xb5\xe7\x8a\x4b\x3a\x21\x53\x6c\x88\xab\x77\x9d\xfa\x3c\xc9\x1b\x6d\xd6\x91\xf9\xce\x11\xca\xcf\xd2\xec\x6a\x39\xe3\x25\xa8\xad\xa0\x86\xfb\xe2\xbc\x57\x2a\x8c\xbf\xcb\x34\x8b\x74\x9d\x34\x8b\x74\x68\x9a\x45\x6c\x92\x1a\xd2\x55\x45\x32\xe8\x03\xa4\x59\xa4\x00\xc4\xce\x8c\xb6\x9d\x66\x91\xf6\xa6\x59\x7c\xa4\x95\x64\x7c\x62\x53\xd5\xab\xee\xc6\x84\x17\xe7\x7d\x1e\x40\xe7\x65\xca\x2e\xdf\x28\x27\x12\x16\x00\x58\x12\x21\x0a\xf6\x34\x56\x2f\x03\xe0\x89\x73\x33\xfe\x37\x4a\xc1\x0c\xd3\x4d\x89\x08\x81\x45\xf7\xd3\xdf\x3b\x6d\x7e\x3f\x31\x69\x0d\xeb\xcc\x3c\x05\x0c\x0a\xf6\x9a\xa4\xb9\x14\xbf\xf6\x0e\x15\xf9\x29\x5b\x9c\x2e\x06\x70\xde\x7a\x94\x02\xad\x4f\x8d\xd4\x26\xd5\xb9\x59\x3c\x26\xe2\x3d\x21\x8e\xa2\xd1\x28\xcc\xa2\xac\x44\x29\x35\xbb\x16\x02\x98\x49\x85\x2a\x0d\x17\x15\x5c\xe8\x34\x13\xf1\xff\x8b\x7e\x0f\xd5\x11\xa0\xfc\xa3\x7e\xf6\xfb\xc3\xc3\x4a\x7b\xee\xcc\xeb\x18\x45\x00\x53\x39\x48\x5c\x86\x00\x16\x1c\x4d\x63\x81\x1d\x80\xb5\x30\xbb\x93\xe8\x8e\xcd\x22\x75\x2c\xb6\x8a\x24\x02\x30\xf8\x48\x53\xcc\x0a\xf1\xd1\xc9\x19\xa1\x5c\xa6\x05\x4c\x50\x84\xd3\x29\x3a\xde\xde\x64\x2b\x00\xe2\xcd\x7a\x43\x2a\x6a\x0f\x35\x96\xae\xd2\x7f\xa8\xe2\x63\x91\x56\x3d\xb9\x76\xcb\xde\x03\x3f\xea\x04\x49\xae\xd0\xac\x4a\xa8\xdf\x9f\x1a\xb0\xf7\x54\x48\xce\xca\x62\x5f\xb6\xea\xfd\xe8\xf1\x45\x10\x9e\x13\xba\x42\xd1\x21\x5a\x1c\x9c\xcd\x8b\xb2\x5b\x5d\x6c\x7b\x3c\x48\x5b\xfe\xec\x73\x65\xa6\xa4\xec\x73\x12\xec\xfa\x21\xae\xed\xe6\xb8\xbe\xa8\x2a\x5b\x88\x1d\x62\xc9\x78\x52\x41\xb9\x4d\x7e\xd6\x1d\xf7\x87\xe5\x89\xef\xdd\x61\xd7\x52\x54\x5d\xa2\x34\x97\xb5\xbb\xfb\x20\x56\x34\xf0\x35\x7f\x7c\xb0\x5a\xa6\xff\xba\xd9\xef\x54\x58\x7a\xd0\xc0\x9e\x4b\x32\x2f\x73\x99\xe6\xb4\xbb\x92\xbd\xa3\x6a\x1b\x59\xec\x4c\x2e\x13\x8e\x30\x87\x8e\xdf\x3f\x06\x0b\x9f\xb4\x33\xc6\xaa\x5a\xa3\x33\x35\x99\xf1\xe0\x18\x8d\xf1\x64\x89\x03\x2a\x54\x99\xc7\xa0\xb6\xfe\xda\x72\xc3\x10\x77\xf3\xd5\x30\x49\xf8\x8e\x59\x8b\xfe\x71\xb7\x74\xa6\x4e\x0c\x26\x44\xce\x98\xf5\xd8\x06\x63\x5f\x0e\x60\xbd\x80\xd6\x6c\x4d\xc7\x63\x3c\x31\x9d\xb9\x3d\x01\x50\xed\x18\x06\x58\xea\xef\x38\xc0\x61\xdb\xfb\x7e\x45\xe8\x8e\xe6\x5c\xbe\x12\x28\x79\xaa\x29\xac\x35\xfb\x59\x7a\x81\xf6\x79\xc1\x4b\xa5\xae\xf5\xdd\xfe\xba\xc9\x92\xcf\x9c\xbe\x15\xc7\x2a\x64\xcd\x82\x12\x2c\x76\xfa\x1e\x2b\x0b\x2d\xaa\x67\xe3\x80\xa1\x59\x2a\x55\xb0\x01\x0c\x66\x14\xcd\x10\xce\x03\x28\x50\x73\x29\xab\xcd\x7a\xad\x1d\x56\xff\x15\x89\xb5\x7c\x14\x4b\x19\x8d\x3c\x0f\x95\x99\x82\x8e\x2d\x3a\x32\x26\x77\x6f\x24\x4d\x76\x99\xd2\x13\x1e\x1e\x82\x88\x93\x5f\x67\x33\x93\xf2\xf3\x07\x64\xfd\x78\xab\x10\x01\x30\x49\xfc\x23\x81\x0a\xf4\xd6\x08\x1b\x54\xb2\x57\x9f\x0e\x99\xcd\x5b\x45\x2f\x38\xa1\x45\xa7\xc5\xb7\x89\xbb\xfd\x75\xcc\xd4\xbc\x6b\x72\xfb\xb5\x2e\xdc\x05\xe2\x6f\x48\x8e\xca\xa6\xee\x11\x2c\x64\x58\xfc\xfb\xba\xea\x51\xfb\xd5\x07\x5d\xf7\xa8\xf1\x5c\x96\xd2\xe9\xf3\xd9\x13\xef\x02\x00\xad\xaf\xbd\x9f\x20\x40\xbe\x79\x34\x40\x33\xdb\x79\x94\xcb\x0c\xb3\x8a\x93\x0a\x02\xf9\x48\x45\x93\x28\xa2\xd3\xac\xfb\x23\x1f\xb9\x9b\x11\xfa\x84\x6b\x2a\x0d\x25\x8d\xb2\x68\xb5\x53\x7a\x00\x12\x39\x6c\xa6\x52\xc6\x83\x76\x4b\xa7\x58\x9a\x9a\x8c\xf9\xed\x9a\xc0\x59\xd2\xf8\xe6\xc3\x0d\xce\x84\x5c\x10\xb8\x69\x05\x47\x23\xb6\xa7\xd7\x37\x1a\x21\xbd\x90\x39\x2e\x49\x9a\xeb\x9a\x4c\x12\xe7\x57\x15\xf4\xb8\xce\x6f\x37\xa8\x16\xd2\x64\x91\x67\x31\x82\x98\xc5\xbc\x9b\xae\xcf\xb8\x90\xc8\xd4\x54\xd2\xf5\xc7\x3e\xd2\x5c\xa2\x9a\xfc\x3f\xe7\x88\xde\xf8\xce\x40\x86\xa2\xd5\x7e\x97\x3d\x09\xcc\xbb\x62\xb0\x77\xfa\xbf\x9f\x34\xa5\x63\x01\xb1\x72\xfa\x5c\x4c\x1f\xc3\x22\x8f\x51\x77\x0d\xb4\x5e\x03\xd3\x6b\xa0\xbd\x6b\xd0\xfb\xef\x5b\x89\x4c\x91\x28\x2d\x89\xbd\x46\x02\xd5\x51\xe6\x14\x7f\xf6\xf6\x84\xbc\xf1\x7e\x6e\x00\x64\x2a\xcd\xde\xfd\xd1\xbf\x2a\x2d\x76\x82\x76\xda\xce\xdc\x02\x77\x48\x6b\x91\x1a\x5e\x56\x1d\x43\x12\x18\xa5\x4b\x5e\x00\x00\x34\x89\xc1\xac\xeb\xb7\x4e\x89\x85\xa5\xaf\x45\xd2\xba\x5b\x4b\x96\x81\xc7\xe6\x69\x8d\x67\x42\x30\x91\xda\xbe\xc6\x2c\x7c\x2a\x06\x8b\x6a\x3d\xd0\x2f\x9d\x94\x60\xa1\xac\x87\x69\x93\x9b\x70\xa6\xa7\xbe\xe9\xbb\xfc\x6b\xb1\x1d\x8e\xd8\x94\x66\xe5\x92\xda\x79\x5d\xb4\xdf\xad\x9b\x27\x7a\x78\xc8\xda\x85\x7d\x24\x40\x9b\x81\xc4\x74\x96\x50\x03\x2b\xc8\x39\x55\xf1\xa4\xdf\x17\x5e\x09\xe7\xa2\x8d\x17\x32\xdc\x90\x02\x1f\x8c\xb4\x4f\x67\x85\x30\xe8\x9c\x4e\x46\x08\xcd\x0b\x9c\xf2\x65\x85\x43\x97\x1e\x92\x12\xff\x39\x99\x12\xe9\xdf\xe5\xf5\x2c\x28\xb4\x41\xfa\x3e\xab\xae\xca\xc8\x0d\x9f\x25\xda\x57\x3e\x7b\xc5\x11\x3b\xbb\xb2\x8a\x66\x18\x0c\xe2\x8b\xba\xf3\xa0\xdc\x23\x17\xe5\x1e\x49\x94\x8b\x15\xc5\xe8\x22\x5a\x5e\x23\x5a\xac\x11\x2d\x5f\x8f\x58\x60\xe0\x4c\xff\x2d\xc9\xbb\x75\xbf\x5d\x28\xf4\xc5\x95\x89\x46\x5d\x79\x4e\x11\xc9\x3a\x85\x44\x23\x4a\x50\xad\x3f\x00\x32\x6b\x3c\x4e\xa4\xa2\xbc\xcf\xf8\xd8\x88\x95\x51\x08\xb5\x02\x12\xe1\x4d\x11\x4f\x9b\x15\x1a\x54\xe0\x21\xc4\x6d\x85\xdd\x8a\x60\x98\x66\xb0\xed\x1a\x40\xfe\x14\x64\xf0\xe4\x47\xb8\xbd\x20\x83\x2e\x0e\x1a\x1e\x84\xb7\x02\x5b\xe5\x59\x8d\xa5\xfa\xfc\x34\x56\x61\x8a\x45\xd5\xcf\x53\xa0\x88\x11\xca\x7f\xbe\x09\x25\xc7\x1e\x48\x66\xa2\x87\x05\xb5\xc5\xa1\xf6\x92\xda\x39\xd1\x96\x0e\x95\x9f\x43\x65\x59\xc5\x60\x69\x56\x98\x85\x8d\x0d\x17\xb7\x1f\x43\x3b\x74\x4f\x48\x9f\x2a\xd7\xec\xfb\xa2\x52\xbe\xa0\xca\xa3\x40\xbb\x6c\x0a\xa0\x70\xb2\xc7\xcb\xc4\xdf\x49\xf0\xd3\xe1\x4f\x01\x14\x84\x83\xa7\x45\x99\x04\xef\xd3\x0b\x01\x19\x7c\xf7\x9c\xcc\x71\x1e\xc0\x3a\xe1\xb1\xbc\x9c\x0b\x55\x31\x26\x1e\xd3\x49\xa5\x92\xa6\x9d\x64\xbc\xe8\xb8\x34\xd6\xd9\xfb\x8d\x0e\xcd\xac\xd5\x4c\xc0\xf4\x2b\xee\xed\x18\xdd\xde\x36\xb3\xd8\xcb\x04\x01\xfc\xf6\xd6\xc5\xd0\x82\x29\xf4\xa7\xb5\x37\x31\x0a\x82\xe8\xa9\x44\x14\xdc\x49\x44\x41\x1b\x31\xbf\x30\xed\x58\x89\x8c\xe0\x59\xef\x63\xda\xa8\x73\x5d\x27\x9c\xed\x3b\x29\x54\x9f\x14\x44\x2a\xdb\xb6\xb4\x3a\xb5\xf7\xa6\x05\x9d\xad\xec\x3a\x72\xd5\x9b\xb2\x34\xd2\xc1\xe2\x1a\xd1\x9b\xfd\xec\x32\x2d\x96\x15\x6e\x5e\x89\xf2\xb7\x65\xb7\x58\x9b\x01\x69\xaf\x61\x2d\x07\x09\x67\x2f\x2e\x52\x8e\x3e\xa7\x37\x8f\x72\x0f\xcc\xdc\x37\x5d\x7b\x9d\x72\xed\x6e\xe2\x47\xdd\x4f\x57\x08\x71\x7d\x2d\xbe\x5b\x3f\x92\x47\xea\xea\xb0\x36\xc0\xd5\x07\xbd\xb6\x78\xa7\xf1\xaa\x02\x28\xaf\x52\x86\xdc\x41\x29\x93\x5a\xa5\x8c\xcc\xdc\x87\xa1\x02\x81\xf8\x77\x2a\x40\x57\x2c\x67\x37\x49\x76\x83\xdf\xd9\x70\x31\xf8\xbb\x60\x97\xd0\xdd\x17\x88\x71\x21\xc6\x14\x04\xd7\x8d\x80\xdb\xea\x77\xa0\x2b\x77\x90\x5a\xee\x48\xb5\xdc\x41\xd6\x93\x3b\x1a\xe1\x37\xdb\xae\xf3\x4a\x07\xd4\x79\x65\x0f\x5a\xe7\x95\x3e\x60\x9d\xd7\x50\xc0\x43\x5b\xde\x1f\x2e\x02\x5d\xf5\xfa\x0e\x0e\x93\xf3\x0b\xf6\x0b\x91\x26\x7e\x0f\xa2\xbc\x6a\x3b\x1f\x6e\x57\xc0\x5f\xfb\x3e\x5f\x5d\x0f\xb8\xc8\xd4\x7b\x91\x3b\xaa\x55\x9b\xeb\x6b\xe3\x5b\x2c\xc8\x40\x53\x47\x81\x80\x41\x0d\xad\x42\x2c\x63\x0a\x39\x44\x13\x00\xd3\x35\xb4\x87\x36\x8f\xc6\x6e\x7a\x7b\x1b\xea\x2f\x4d\x0e\x50\xb1\x76\x04\x1d\x05\x06\x77\x32\x81\x52\x41\x08\xda\xe5\x3c\x52\xc5\x36\x17\xc9\xa2\xc8\x63\x04\x8d\x52\x98\x76\xd1\x05\xab\xd1\x45\xa1\xd1\x05\xdb\x44\x1f\x5c\xb8\xca\x8a\x25\xca\x6d\xcd\x4b\x6f\x7e\x10\xc1\x81\x74\x69\x52\xb1\xb6\x01\xd0\xe4\xa2\xb9\x4e\x0c\xad\xd1\x31\x0e\x0e\x82\xa5\xab\x26\x2b\x57\xdd\x73\x60\x4b\x0c\xe5\xfd\x44\x1e\xed\xb5\x2a\x57\xfe\x15\xdd\x48\x99\xac\xc3\xcd\x63\x55\x18\x40\x88\x35\xee\x27\x78\x79\xb1\x4b\x0d\xe7\x6d\x90\x54\x00\x49\x12\xda\x85\x46\xda\xd5\xec\xef\x90\xd1\x88\x34\x95\xd0\xa0\xd2\x92\x79\x5b\x7f\xb3\xc2\xd8\xe9\xe6\x3e\x23\xf9\x5a\x6a\xca\x87\x63\x65\x6b\x85\xe1\x80\xfc\x67\x8e\x76\x71\xa5\x6c\x2f\x97\x6c\xd0\xd2\x6b\x59\xf1\xc8\xa3\x7c\x6c\x2a\x10\xdb\xd0\xf7\x5a\x17\x4a\xf2\xc0\x60\x3b\x8d\xe9\x70\xee\x5a\xe7\xa1\xbb\x1b\x6b\xad\x3b\x79\x60\xe5\xfe\x3a\x8c\x9d\xdf\xb2\x6b\xdb\x7e\x78\xfd\xeb\x9f\x6d\xc3\xa5\xe7\xa8\x56\xea\xd5\xd3\xdc\x3d\xe7\xdb\xa2\x8b\x9f\x50\x8d\x9f\x74\x01\x46\xfb\x68\x20\x7e\x6a\xc3\xc6\x70\x09\x5c\x2d\x56\x08\xe2\x82\xbd\xcf\x9f\x80\x64\x0b\x40\xb2\x69\x89\xb2\x96\x92\xc9\x90\xf7\xf1\xc4\xaf\xb3\x6a\xea\xd3\xac\x9f\x47\x55\x41\x9b\xeb\xcd\xb3\x46\x5f\xef\x77\x83\x1d\x84\x97\x82\x8e\x8c\x81\xd9\x1a\x28\x6d\x93\x4b\xc5\x1d\x60\xa2\x64\xce\x7b\xfd\xe2\xd5\xcb\xb5\x52\xb2\xad\xc9\xd1\x2e\x05\x4e\xfa\xbd\x63\x30\x1f\xd8\xb6\xf3\x89\x35\x6a\x01\x9f\x3c\x7f\xfd\xe1\xd3\xcb\xb7\x27\x3f\xbf\x7e\xf9\x22\xd0\x01\x7e\x6a\x9c\x3a\xd9\xa1\x57\x81\x6e\xbc\x3e\x70\x97\x11\x33\xa3\x8d\x27\x9e\xba\x79\xe3\xc5\x29\xd2\x49\xbb\x02\x01\x75\xca\xcf\xed\x44\x55\xde\x0c\x3e\xd3\x82\xa3\x00\x9e\x94\x25\xf9\x2c\xe0\xae\xf7\xda\x36\x3c\x86\xa4\x55\xd1\x61\x12\x65\xf9\x61\x05\x6a\xd1\x27\xfd\xaf\xce\x81\x22\xeb\x4e\x47\xfa\x59\x2a\xbb\xad\x23\x00\xd4\xf3\x57\xf8\x9c\xb0\x00\x34\xbc\x89\x30\xc0\x5e\xb7\xbb\x86\xea\x2b\x12\x1c\xf4\x94\x79\x64\x62\x0c\x16\x7c\x8c\x27\x89\x69\x32\xc6\x13\xe9\x1a\x66\xf3\xd9\xd0\xbe\xe9\xeb\x69\x9f\x8a\x5f\x6a\x4e\x56\x34\x53\xea\x6d\xbf\x05\x43\x0e\x23\x45\x9e\xa8\xc0\x59\x39\xcf\x11\x0b\x0d\x48\x4b\xaf\x3c\xc7\x99\x28\x34\x7e\x51\x09\xd3\xd3\xd3\xbf\x41\x33\x9f\xa5\xb7\xea\xac\xe9\x73\x89\x87\x86\x6a\x72\x7b\x8b\x6e\x6f\x83\xff\xb2\x18\xb6\x5f\x1a\x40\x1e\xf3\x88\x56\x05\xf1\xaa\x6b\x12\x41\x4d\x1c\x8e\xf4\x78\x75\x60\x6a\xb5\x39\x07\xde\xcc\xc6\xfb\x4d\xb2\xe2\xd3\x14\xa7\xfd\x71\x48\xd2\x4f\x72\x73\x1f\x7e\xb3\xf4\xc4\x17\x5e\x1e\x95\x84\x5c\xcd\x67\x7a\x10\xbb\x4d\xb1\x75\x29\x95\xf9\x60\xf7\x3f\x17\xfc\x72\x7f\x4e\xcb\x00\x80\x95\x48\xb7\xb9\xdf\x3d\xd8\xcc\xe6\x17\xed\x20\xe0\x3f\x78\x11\xf0\x1f\x1a\x3c\xc2\x1f\x26\x0d\x01\x38\x23\x39\x8a\x39\x14\xe2\x20\x8a\xb1\x90\x87\xa9\xc0\x6a\xcc\x27\x5d\x2c\xc7\x88\x04\x54\xb0\x24\x17\x64\xce\xef\x6b\xb2\xbe\x39\xa9\x11\x7b\x27\xd4\xca\xbf\xa4\x0f\x5e\xc3\x8c\xce\xb5\xd4\x3e\x26\x45\xf2\x9e\x93\x1c\xfd\x7c\xf3\xeb\xe9\xeb\x15\x25\xda\x9a\x55\xdf\x2d\xc4\xc0\xe0\x2c\x65\xe8\x57\x5a\xca\xd0\xa5\xc6\xa8\x32\x3b\x54\x6b\x50\x69\x90\xed\xc6\x70\xa9\xac\x36\xed\xc2\xe5\x28\xd2\xa1\x45\x91\x4c\x25\xca\xfe\x5e\xf0\x4b\x21\x71\x4e\x09\x47\xbb\x9f\x53\xb6\x2b\xd7\x95\x07\x20\x0e\x55\x82\x0c\x6d\x15\x3f\xed\xb6\x00\x5a\x11\x20\x56\x9b\xfc\xf4\x3f\xff\xa7\xce\x07\x6c\xaa\x97\x37\xbe\xb7\xc3\x36\xbf\xfa\xc3\xe1\x61\x65\xdc\xd0\xd2\x3c\x9d\x71\x44\x7f\x21\x34\xe4\x1d\x6f\x52\xa9\x85\x08\x71\x27\x02\x6b\xb8\x10\xaa\x43\x72\xee\xa4\xd1\x4c\xb3\x92\xed\x6b\xed\x47\xf7\xad\x4c\x9a\x9a\x66\xe5\x41\xc1\xf6\xa5\x0b\xc1\xbe\x0a\x43\xdf\xd7\x61\x68\x5d\x1e\x53\xcf\xe9\x7e\x33\x00\xcb\xcc\xb1\x4e\x20\x54\xda\x72\x7f\x22\x46\x9f\x07\x60\xb1\xbe\xe2\x54\x2f\x61\xb5\xf2\x94\xad\xc1\x6a\x32\x87\xd5\x54\xdb\xed\x73\x87\x4b\xc3\x3e\x67\x4e\x0d\xf4\x0d\x53\x33\x47\xd3\x59\x29\xf5\x28\x3a\x79\x76\x10\xb7\x7d\x3e\x7b\x24\x14\x31\x0a\x17\x7c\x4e\xb9\xda\xff\xd4\xb6\x0b\xcd\xce\x34\x1c\xf2\x82\xd3\x79\x89\x58\xd0\xd6\xc9\x17\xc3\xa1\xb8\x1d\xab\xb4\x81\x64\xa3\xfa\xf8\x86\xbc\x24\xd5\x84\x36\x32\xa4\xad\x52\x00\xdf\xc9\xbb\x59\x12\x39\xa9\xe0\xcd\x33\x9f\x87\xf6\x5a\xde\xcd\xbd\x7e\xcd\x2a\x4f\x95\xf2\x23\xf2\xae\x45\x25\x3e\xea\xf1\xbf\x93\x9c\xa4\x69\xd2\xe2\xee\x2c\xb7\xab\x2c\x0a\x0d\xe7\x78\xeb\x79\x77\x68\x0c\x0b\xc6\x5a\xfc\xf3\x4d\x18\x68\xeb\xa4\x8c\xfd\x8a\x1c\xcb\xa0\x7e\xfe\xea\x85\x2c\xdd\x67\x7d\x75\xa4\xae\x95\x83\x1d\x72\xcc\x12\x12\x87\x24\xa1\xf6\xdd\x8a\x9e\x94\x9b\x0f\x06\x40\xec\x61\x42\xec\x1d\xac\x29\x23\xd3\xde\x7c\xb0\x31\x7d\x53\x59\x80\xb5\x09\xc2\x70\xed\x81\x0c\xe9\xfc\xa6\xc8\x81\x9c\xd1\x63\x26\x06\x72\x01\x5f\x8d\x14\x6c\x88\x52\xbd\x99\xa4\xbf\x15\x09\x65\xc5\x86\x9b\xb9\x2f\x71\xb2\x73\xb1\xc6\x32\xa1\xa5\xcf\x49\xac\xe9\xaf\x45\x72\xa4\xc5\x7b\x99\x4f\xc9\xa4\x4d\x73\xea\xf6\x2b\x87\x39\x6d\xbf\x51\x7c\x1b\x4b\xc6\x0b\x7d\x76\xca\x71\x4e\x46\x0b\xc6\xc1\x5b\xeb\x30\x57\x4d\x20\xae\x3a\xb2\x7c\xcb\x9f\x0c\xb2\x84\x47\x14\xe5\x73\x37\xcf\x78\xb3\x16\xb8\x16\x9e\x1a\x7d\x98\xa8\xad\x8f\xe9\x05\x0b\xc0\xed\xad\x54\x67\x8e\x27\x20\x9a\xe3\xe2\x9f\x75\x4a\xf3\x1a\xe3\x50\x18\xc8\xb6\x90\x39\xb5\x0d\x65\x10\x92\x5c\x3d\xe4\xad\xc7\x6d\xf4\x84\x6a\xf4\xd4\xfc\xdc\xc6\x30\xc1\x8e\x13\x9c\xd6\x04\x00\x48\xab\xbb\x90\x84\xe5\xf4\xc0\x52\x45\x1c\xc9\xa5\xf8\x52\x24\x62\x57\x19\xad\x77\xee\xd5\x0b\x65\x03\x55\x9f\xc9\xff\xb5\xd2\x27\x5a\x4a\xa3\x7b\x1e\xd3\x89\xf9\xba\xf6\x02\x94\xdf\x39\x0d\xc4\x1f\x90\x99\x76\xcf\x2f\x51\x76\xd5\xe8\x40\x3d\xe9\xcf\x36\x15\x04\x7b\x09\x8a\x2c\x49\x92\xa9\x75\xc5\xc7\x9b\xf4\x94\xb4\x7a\x5a\x4a\x7f\xb0\xef\x80\x59\xcf\x01\xe3\xd6\x01\xb3\x4a\x61\xe2\xf6\x5d\x21\xcb\xef\xca\xaf\x52\xc9\xbd\xcb\xc9\xae\x38\xb4\xda\xf1\xb8\x9a\x40\xb2\xb9\x50\xc4\x54\x31\xf7\x6f\x13\xf7\x0d\x89\x88\x5c\x89\x1f\xd5\xfa\x0c\x7e\xf4\xc6\x35\x6c\x8b\x53\xb4\xfe\x00\xf7\xc9\x29\xfe\xdc\xa4\xa9\x3d\xa1\x19\x0a\x0f\xf4\xc4\xcc\x6f\x08\x2b\xaa\xd8\xd2\xdd\x44\x0f\xdd\xc7\x76\x39\xa9\x7b\xe7\x98\x58\x87\x63\xa2\xdb\xe2\x98\xd4\x86\xac\x2d\xfa\x0c\xb6\x22\xae\x92\x9e\x19\x2a\xcf\x97\x30\x0c\x0a\x2a\x65\x25\x2d\xaf\x21\x83\xa1\x8c\x22\xae\x61\xbf\xab\x85\xaa\x7b\x23\x21\x07\xc7\x0b\x65\xa9\x20\xf4\xd5\x8b\x58\x66\xc8\xfc\x20\x3f\x7f\xf5\x22\x46\x55\xdc\x72\x99\xe7\xda\x1f\x7c\x5b\xa1\x70\x8d\x0d\x04\xf6\x32\xbd\x57\x09\x5d\x96\xdd\xa7\x95\xe1\x10\x3a\x29\x8c\x8b\x00\x6c\xff\xa7\xa4\x5c\x1e\x48\xb5\xb2\x77\x99\x9f\xa6\xd9\xf7\x86\x8c\x2e\xbf\x99\xa1\x03\x9b\x0f\x72\xe5\x4d\x76\x73\xa3\xac\x5b\xdf\xe6\x7e\xd5\x09\xde\x9c\x29\x2e\xec\x2a\xde\xd4\x96\x4b\x10\x47\x21\x38\xbf\x40\xeb\x8a\x64\xe9\xe2\xca\x97\x5e\xcc\x13\xaa\xe5\x98\xff\x70\x24\xb7\x03\x28\xdf\xbc\x73\x4a\xa6\xe6\xea\x87\x68\xcc\x4d\x56\x11\xe4\xe0\x5a\x00\x65\xe9\x06\x67\x2e\x27\x65\x19\x80\xe3\x45\x15\x4b\xbb\xf7\x86\xa2\xab\x3c\xc9\x66\x81\xb2\x15\x87\xd9\x57\x8d\x6c\x4b\xa7\x0d\xa9\xe3\xdf\xce\x9e\x62\xde\x7e\x3b\x31\x6f\xf6\xd4\xc9\x53\x1e\xee\x6f\x2c\x0f\x77\xaa\xd2\x50\x17\xea\x9f\xd2\xe3\x6e\x32\xdc\x91\x64\x8d\x82\x81\x1b\x17\x16\x4a\x3d\x85\x85\x06\xd6\x0c\x2a\x56\x95\xe3\x61\xfd\xe5\x78\x8a\x44\x86\x4d\x48\xae\x2e\x13\xe3\x80\xb0\xe8\xcf\xfe\xbd\xd5\x81\x75\xfd\x28\x95\x26\x7c\x33\xaa\xe6\x25\x63\x8d\x2c\x99\xfe\xda\xf4\xae\x1f\x82\x3a\xbf\x8e\x1f\x42\xe1\xb9\xcf\x10\x43\x06\x53\x5d\x9c\x11\x96\x5d\xa9\xe9\x27\xaf\xd4\xf4\x93\x2b\x35\xfd\x34\x89\x9b\x1e\xc3\x70\xae\x3d\xd0\xe5\x3c\xf4\x7c\x3d\x99\xc9\x50\xa3\x2e\x6e\xd1\x4e\x45\x76\x87\xec\x37\x10\x6f\x5a\x0b\x97\xdb\x2c\xcf\xee\x84\x93\xc6\x54\x91\xb7\x48\x2e\x6e\x15\xc9\x15\x92\x58\x6b\x45\x59\x12\xd4\x65\x9d\xda\x9c\x61\x10\x05\x36\x3c\x07\x37\x7e\x95\x1a\xe3\xd6\x08\x4d\x66\x9c\x52\xd8\xcc\x61\x4e\x00\xcc\xeb\x5d\xb1\x11\x01\x1e\xfb\x81\x4e\xb6\x4a\xc2\xdc\x49\x69\x6d\x41\x49\xfb\xdf\x8d\x46\x61\x9a\xa4\x66\x0e\x63\x3a\x01\x00\xa2\x3a\xd9\x1a\x82\x24\x4c\x97\xd4\xc4\xec\x76\x78\x7b\xcb\xcc\x6d\x69\x16\xc2\xe4\x3d\x85\x30\xe7\xc0\x54\x16\xcc\x54\xed\x67\xea\x2b\x33\x5a\xbb\xcf\x2d\xf4\x40\xb1\x4d\xe1\xc2\x22\x53\x20\x56\x0c\x6e\xfe\x36\xb9\x67\x54\x02\xfc\x42\x70\xe0\xaa\x1e\x29\x93\xa5\x25\x61\x01\xd3\x8e\x61\xba\x5c\xce\xcc\x31\x94\xd2\xec\xf2\xab\x25\x1d\x94\xa3\xcb\x78\xba\xae\x37\x67\x9a\xe7\x8d\xca\x58\xcd\x34\x55\x9e\xd2\x59\xcd\x84\x73\x6b\xe5\x7e\xa9\x4b\xe8\x2e\xcb\x17\xaa\x8b\xd6\xb5\x4a\xd8\x6d\x51\x11\x85\x9a\x65\x5c\x97\x25\x12\xd5\x93\x0b\xc4\x22\x9b\x1f\x79\x7d\xc9\x06\xa0\xd9\x76\x59\x58\xe9\xce\x68\x40\x6f\x34\xda\xab\x7f\x54\xa0\x5a\x56\x63\x68\xa1\x77\x46\x06\xfd\xf5\x45\xf8\xb7\x8d\xdb\x56\x08\x4d\x2f\x54\x58\x39\xe8\x8b\xd8\x1f\xd6\xc5\x05\xe2\x7f\x13\x5b\x2c\xb8\x26\xbf\x71\xde\xc9\x49\xa9\x3f\xda\x69\xc6\xa4\xea\x58\x58\xbf\x27\xa0\xc0\x12\x6a\x00\x2c\xb1\x8b\x20\xa4\x3e\x83\xbd\x8a\x0e\x6f\x0c\xdc\x66\x43\x6f\x6f\x43\x94\x8c\xd1\xa4\x91\x26\x53\x4f\x09\x62\x89\xc2\xdb\xb6\x06\x47\x78\xd7\xf5\x81\xf4\x5c\x04\x86\x82\x8b\x3a\xe3\x7f\x7b\x4a\xed\xfa\xb3\x2b\x64\x3d\xe9\x52\xd5\xbc\x14\xe7\x65\xca\x03\x18\xfc\xaf\x2f\xf2\xdd\xc1\x39\x9b\xae\x88\x31\x7e\xe2\xc6\xb7\xc4\x8d\x3f\x09\xb6\xbf\x45\xc1\x76\x5b\xfa\x63\x3f\xaa\x1e\x96\x00\xbf\x24\x6d\x6b\xae\xc4\x51\xad\x4c\xec\x2e\x8f\x58\xe4\x30\xd8\xfd\xd3\x6e\xcd\x0b\x72\x7d\x48\x40\x96\x67\xfb\xf3\x3c\xa5\x79\x4f\x25\x18\xa5\x7d\x94\x0d\xfa\xb0\xaf\x22\x3e\x2c\xc4\x2a\x6d\x08\x55\x69\x43\xe8\xf8\x68\xe2\xa4\xc9\x47\x90\xc0\x0e\xdd\xd9\xdb\xe3\x11\xc1\x72\x78\x9b\x7c\x77\x9c\x4e\xcc\x2c\x07\xf2\xab\x32\x9d\xf3\x18\x41\x3e\xa9\xe0\x34\xcd\x2e\x0b\xec\x4b\xd0\xb7\x71\x7a\x2d\x8b\xcd\x74\x2c\xec\x1b\x35\x44\x33\xcd\xb6\x0e\x8e\xb3\x9b\xa9\x2a\xe6\x08\x5a\x47\xd1\x2c\xa5\xe8\xf9\x65\x4a\xbd\xa9\x05\xed\x14\x42\xa4\x22\x26\x67\x29\x65\x28\x6c\x05\x4f\x8a\x0b\x1c\x11\x3c\x1a\x69\xf8\x93\xa7\xc7\x42\xe9\xae\xc9\x91\xcf\x3f\x9e\x83\x45\x5d\xe0\x28\x22\xf8\x58\xfc\x2f\x41\x11\xc1\x71\xd3\xc3\x9e\xf8\xea\x02\xe2\xd6\xd7\x2a\x77\xb2\xfe\x4b\xf6\xa2\x88\xac\xcc\xd1\x02\xa7\xe2\x42\xa3\x1e\x00\xaa\xd9\x97\xd1\xa8\x85\x0e\x39\x38\xe6\xf1\x98\x4f\x40\xc4\xc8\x14\xf9\x1d\xd7\x75\xdf\x5a\xf3\xaf\x9c\x8a\x3d\x8e\xea\x66\x0a\xa8\xaa\x60\x81\x39\xa2\x33\x8a\x7c\x05\x86\x54\xf0\xef\x8e\x8a\x73\x88\xdc\xc3\x09\x11\x70\xf3\xc0\xd9\x4e\x40\xa8\x5d\x6d\xe5\xa9\xab\x73\xad\xad\xd7\x6c\x7e\xc6\x32\x5a\x9c\xa1\xc6\xde\xe1\x28\xbb\x4c\xf1\x85\x94\x7e\xa8\xb8\x98\x92\x49\x90\x85\xe7\xeb\xd0\x88\x10\x03\x59\xf8\xb5\x82\x17\xed\xfb\xd7\xce\xc7\x61\xf4\x0a\x4d\xa6\x13\x81\x65\x45\x97\x04\x08\xaa\x92\x85\x08\xe7\xda\xa1\x57\x5c\xac\x3c\xe8\x48\x25\x2b\x82\xff\x95\x55\xd5\x93\xf7\x59\x08\xaa\xfa\xed\x03\x06\xca\xb6\x8c\x3f\x6d\x5c\xe5\x38\x0c\x23\xe0\x98\x81\xe0\x62\x6a\x2d\x6e\xa8\x82\x5c\x97\x25\x96\xe7\x8c\xd3\x52\xca\xd0\xbf\x10\xfa\x2a\x57\x49\x4e\xd4\x5d\xff\x80\xd3\x19\xbb\x24\x3c\x5c\x54\xc0\x6f\x17\xbb\x76\x4b\xe3\x77\x27\x50\xa7\x6c\xa2\x45\x5a\x16\xff\xb2\xcf\x49\xd2\x98\x8f\x2b\x40\x6b\xb3\x1a\x24\x50\x60\xff\x8c\x22\x2e\x26\xd4\x27\x1e\xb0\xc8\x96\x62\x3b\x45\x6c\x46\x30\x13\x4c\x30\x81\x82\xf7\x0b\x44\x67\x2a\xdd\x96\x13\xc7\x3b\x78\xf3\xda\xb1\xbf\xad\x2d\x94\x7a\xaa\xbe\x08\xa9\x56\x5e\xd4\xcd\x93\x1b\x6e\x67\x57\x9b\x81\x06\x90\xa8\xc9\x77\x32\x13\x2e\xdf\x56\x2e\xb7\x55\x63\xfc\xc0\x76\xa9\x36\xb8\x13\xa8\xb0\x95\xbc\x8e\xbe\xd5\x78\x4e\xca\x89\x59\x80\x18\x72\x41\xf0\xd7\x0c\xcc\xe6\xe8\x0b\xdf\x9f\xa2\x94\xcd\x69\x3b\x2e\x47\x5d\xf6\x46\x83\xbe\xef\xbe\xcd\x7c\xe1\x4b\xd7\x5d\x64\x57\xfd\x81\x48\x3a\x35\xa9\x6a\xd3\x5e\xdc\x03\x14\x08\xde\xa0\x24\x70\xad\x2c\x97\x35\xcf\x3f\x23\x84\x3f\x92\x0e\x58\x7a\x3c\x5b\x86\x81\x65\x10\xf8\x32\x67\xfc\xd8\xcc\x62\xad\xaf\x88\x2f\x63\x91\xaf\x9a\x92\xe0\x16\x6b\x2e\xeb\x32\x65\x61\x0a\x8e\xc3\x90\x26\x58\x65\x90\x03\xc0\x30\xe1\xe4\x7c\x97\x47\x1f\xc5\x9a\x74\x2a\x2b\xc6\xc9\x2c\x94\x45\x1b\x3f\xca\x4a\x7d\xa1\xcc\x48\xa5\x0b\xa7\xab\x96\x11\x27\x21\x85\x48\xba\xbe\x01\x48\x41\x1c\x9a\x06\x48\x25\x7e\xce\xbb\xfa\x7c\xf7\xa6\xe9\xbd\xb4\xdd\xe9\xe6\xd6\x0a\xe1\x7e\xa7\xe4\xe4\x37\xe9\x6c\x2d\xb9\x5e\x97\x2e\x5a\x0e\x84\x33\xa5\x3b\x30\x35\x8d\x1e\xa8\x42\x8e\xf5\x62\xe9\x03\xd0\xa5\xe6\x72\xac\x8b\x62\x8a\x0b\xe4\x73\x49\x41\x9f\x8d\x4a\xa4\x81\x82\xd5\x48\x74\x8e\x95\x8c\x89\x3a\x0c\xcb\xaa\xfd\x94\xd1\x73\x5e\x2f\xb6\x56\x95\x83\x66\xcb\x47\x88\xbd\x64\x30\xe2\xca\x15\x7e\xa3\x2b\xf3\xd4\x71\x30\xf1\x38\xec\x40\x60\xb7\x22\x93\x51\x01\x0f\xa5\x10\xff\xcb\xc7\x37\xaf\x7f\x4e\x29\x8b\xcc\x2c\xc2\x45\x91\xc7\x41\x7e\xf4\xf3\x3f\xcf\x28\x4d\x03\x28\x55\xae\xf1\xef\x16\xc1\xff\xcf\xde\xbf\x6f\xb7\x6d\x63\x7f\xe3\xf0\xff\xbe\x0a\x86\xbf\xf5\x7a\xc4\xa7\x94\x7c\x48\xd2\xa6\xce\xe8\x9b\x26\x4e\xda\x66\xea\x26\x99\xd8\x69\xbe\x1d\x8f\x57\x16\x24\x42\x12\x6b\x8a\x50\x01\xc8\x8e\x9a\xe8\x5e\x9e\x6b\x79\xae\xec\x5d\x38\x91\x20\x09\x92\xa0\x44\x59\x4e\xea\xae\x35\x13\x59\x02\x41\x60\x03\xd8\x7b\x63\x1f\x3e\x9b\x08\x50\x3d\xf7\xe8\xfc\xc2\x77\xf9\xa5\x84\xb3\x34\xf7\xe8\xfc\xfc\xa1\xef\xf2\xda\x47\x11\x58\x88\x33\x7d\xe1\x9f\xb3\xff\x5d\x5c\x5c\xf8\xe7\xfb\xbe\xfb\xdf\xff\xb2\x8d\x76\x7e\xe0\x9f\x1f\x3e\xf2\xdd\xb4\x4c\x0a\x9b\xe4\xb1\xb0\x22\xb3\x27\xb4\x92\x25\x17\xfe\xb9\xeb\x74\x1d\x97\xf5\x30\x02\x11\x81\x99\x8e\x1e\xf8\x6e\x38\x72\xfd\x73\xde\x5d\x8c\x68\x17\xfe\xc9\xff\x7a\xe0\x9f\x2b\x6c\x00\xdf\xd5\x73\x9e\x79\x72\xc5\xc5\x85\xef\xea\x14\xbe\xe0\x0a\xd1\x85\xf8\xc7\xff\x94\x9b\xd3\xbe\xef\x3a\x0e\x7b\x19\x9b\x1c\x20\x93\x70\x88\xf0\xac\x2b\x6d\xde\xfe\xf9\xf9\xc1\xa1\xef\x86\x81\xeb\xbb\xd7\x18\xcc\x66\x4c\x54\xf2\x29\xfc\x30\x83\x78\x1a\xf2\xb3\xc5\x76\xe6\x0f\xc1\x50\xfe\xc3\xfe\x5f\xe4\x14\x93\xf4\x23\xfb\x84\x62\x71\x71\xe2\x24\x38\x3c\xf4\x5d\xbd\x87\x0b\x9f\x7f\xc5\x7a\xb9\x10\xd4\x43\x38\x99\x6a\x30\xe4\x2f\x95\x9f\xb9\x69\x54\x8b\x12\xbf\x90\x33\x93\x5d\xa8\x77\x17\xbb\x51\xf8\x0e\xaa\xab\x74\x94\x65\xdd\x3d\xf2\x5d\x51\x46\x8e\xf7\x71\xdf\xdf\x67\x4b\xed\xbb\x18\xa6\xfa\xa1\x22\xee\x85\x89\xb0\x25\xcb\x98\x8c\x28\x92\x95\xe6\x92\x77\xd6\xad\xd1\x81\x98\x23\x9a\xd3\x08\x72\x31\x91\xdb\x32\x17\x6c\xd7\x61\x30\x85\x14\x62\xbe\x83\x97\xe6\xbe\x92\x15\x07\xb3\x59\xf7\x2a\x84\xd7\x72\x2f\xbb\x3f\x0c\x23\x40\x38\xf1\xd4\xe0\x1c\x32\x41\xd7\x6e\xe9\xfc\x1c\x47\xeb\x8d\x9f\xa1\x2e\x89\x10\x4d\xfa\x8b\xf9\x8e\xf4\xcf\x5d\x59\x8d\xaa\xae\xa7\xa4\x2f\xc9\x37\xd8\x28\xb8\x0e\x57\x3c\x6a\xaa\x79\x71\xd2\x99\x26\x95\x0d\xca\x7f\x5c\xe1\x41\xb5\x86\xec\x1c\xbd\xb8\x02\x91\x7b\xc4\xd7\x67\xf9\x0f\x7f\x0a\x29\x38\x62\x0a\xff\x3c\x82\x02\x3b\xa5\x86\x2d\xf6\x26\x03\xe2\xda\x38\xd6\xd2\xa7\xb3\xf8\xe5\x5b\xe0\xa5\x3f\x05\x2f\x5e\xff\xf5\xfd\xbf\xbf\xb5\xe3\xa5\x16\x5b\x79\x45\x32\x06\xc3\x95\xa8\xc7\x43\x92\xb7\x4c\xc2\xbf\xde\xbd\xf9\x2b\x38\x59\xec\x6d\x9f\x84\x9c\x1a\xab\xd3\x71\xaf\xab\x58\xe4\x6d\x90\xf2\x93\x07\xf3\xe9\xfb\xef\x7f\x8f\xac\xa5\x3c\x9c\xce\xe8\xa2\xab\x7c\x72\x5c\x06\x0a\xc6\x28\xda\xce\x49\xf7\xc1\xfe\x7d\x21\x09\x39\x4f\x2a\x65\x69\x16\x8c\x71\xc2\x8d\x30\xd5\x7c\x91\x35\xfc\xce\x77\x27\x87\xae\x4f\xf1\x9c\xad\xf1\x23\xb1\xce\xbf\xa3\xb9\x03\xb0\x40\x22\x4f\x84\x52\xc0\x9a\x7f\xaf\x31\xc1\x1a\x1e\x69\x31\x48\x32\x1f\x34\x19\xe7\xfd\xfc\x38\xb9\x73\xc6\xe1\x44\x6b\x7b\x68\x03\x14\x2c\xac\x46\x35\xcb\x0f\x2a\x91\x21\x8c\x8a\xd3\x39\xa1\xce\x00\x3a\x63\x0c\x62\x0a\x03\x47\xd3\x4e\x1c\x8a\x1c\x26\x24\xf9\x9d\xd1\xe1\x21\x3c\xce\x09\x1a\x87\xb1\x83\xb0\x03\xc8\xa5\xb3\x40\x73\xec\x80\x60\x1a\xc6\x21\xa1\xd2\xb5\x37\x62\xdf\xb2\x27\x62\xfe\xbb\x23\x82\xbd\x9c\x09\xb8\x82\x0e\xe0\x51\xf1\x3d\x6d\x78\xed\x92\x44\x28\x2d\xc4\x8a\x2a\x51\x98\x90\xe5\x60\x3f\xdd\xe6\x01\x1a\x92\x6e\x14\xc6\x97\xae\x81\x5e\xf2\x51\x90\x3e\x79\xe0\xbb\x13\x0c\x99\x92\x73\xf8\xbd\x54\x74\x64\x25\x7a\x89\x9c\xf4\xfc\xf5\xf1\xe9\x87\x77\x6f\x4f\x94\xc2\xe4\xbb\x22\xbf\x23\x0e\xe0\xc7\xde\x84\x4e\x23\xae\x04\xf1\x21\x60\x18\xb9\x4c\x4f\x42\x33\x18\x43\xec\xc4\x08\xc3\x11\xc4\xc2\x04\xc5\x1b\x88\xc2\xfd\xae\xef\x7e\x18\x44\x20\x33\xc2\xb7\x10\x04\x0e\x9d\x40\x27\x40\x43\x6e\x89\x50\x1a\x70\x86\xc0\x45\x92\xd7\x51\x23\x82\x00\xc7\xad\x93\xe3\xe4\xc5\xd3\xb7\xaf\x72\x44\x11\x3c\x75\x8f\xc0\xe1\x1c\x87\x74\xd1\x8d\x21\xbd\x46\xf8\x32\x8c\xc7\x7b\x33\x8c\x82\x39\x5f\xd9\x2e\x17\x55\x6d\x10\xec\x47\x14\x45\xe8\x9a\x93\x6c\x3c\x0f\x03\x58\x4f\xaa\x15\xd5\xa9\x76\x04\x52\x4e\xac\xac\x23\x9f\x4c\xf8\x83\x5b\x10\x4d\xf0\xf2\x2c\xfa\xf1\xf8\xe0\xfd\x8a\xa2\x69\xfb\x12\xe8\x3d\x8c\x86\x68\xca\xf3\x14\x9f\x1e\x9f\x90\x5b\xc9\xdf\xd9\xc0\x12\x31\x29\x43\x00\x7b\xce\x7b\xe8\x10\x8a\x51\x3c\x8e\x16\x0e\x8c\x87\x68\x8e\xc1\x18\xf2\xa3\x30\x27\xd0\x41\x23\xf1\x58\x18\x3b\xe9\xc1\x73\xb4\xba\xa6\xc4\x19\x21\xcc\x9b\x0f\x20\xa1\x8e\x3a\xb1\xce\x0c\x33\xf6\x3b\x84\x77\xfc\xfd\x8e\xbf\xdf\xf1\xf7\xa6\xfc\x5d\xb1\xe5\x75\x58\x7b\xbe\x1e\xfd\x16\xd8\xfa\xe2\xb7\xbd\xb7\xa7\xf1\xc7\x7f\x1b\xd9\xba\x2b\x0d\xeb\xae\xef\x0e\x41\x3c\xe4\xab\x9b\xc4\x98\xbb\xbc\x10\x06\x9b\x80\x4b\x17\x33\xb6\x60\xb9\x13\xfe\x9d\xef\x8a\x09\x1a\x99\x9d\xdc\xab\xa3\x10\x46\x01\x61\x7b\xa2\x84\x25\xa6\x27\x02\x0c\xd8\x00\xb4\x9d\x2d\x0f\x05\xdf\xda\x7c\x0c\xdc\x3f\xe8\x0a\x7b\x98\x34\x64\x3d\xf0\xcf\xdd\x90\x42\x36\x4a\x05\x6e\x92\xd8\x1e\x9d\x09\x20\x49\xa2\xae\xb4\x8e\x19\x47\xa0\x8d\x82\xcc\x40\x9c\x1f\xeb\x2b\xc9\xee\xbe\x2f\x7d\xf0\xa1\xef\x86\xf1\x6c\x9e\x72\x48\xbe\x6a\xdc\xec\xc8\x51\x66\xdc\x1f\xc0\x9c\xa2\x11\x1a\xce\x89\xb0\x3a\x6a\xc3\x4e\x86\x2b\x9b\x6a\x2d\xf3\x26\x26\x13\x3f\xd1\xc6\x1e\x84\x57\x19\xa6\x22\x60\x66\x5c\x0c\x82\x10\x8d\x31\xe2\xa5\x96\xb3\x84\xad\xa4\xe3\x19\x5f\x75\x33\x1d\x75\x2a\x4a\xcb\x22\x04\x3c\xaa\x5c\x74\xc5\x56\x8b\x24\xe6\xc4\x32\xdb\x9f\x81\xfe\xd9\x5d\x60\x5e\xaa\xba\x25\x93\x66\xef\x21\x98\x85\x94\x3b\xd7\xa5\xd5\xf4\xa1\xb0\xda\x09\x0e\xa8\x6c\x14\xe6\x45\xcd\xbd\x42\x2e\xae\x46\x5b\xb9\x58\x82\x46\x82\xaa\x72\xcd\x25\x27\x56\xaf\xbb\x50\x34\x9f\xc0\xe1\x25\xd7\xf2\x34\xaa\x33\x76\xfd\x67\x9e\xfe\x8a\xee\x85\x21\x27\x7d\xa4\xab\xc0\x7a\x4e\xec\xd9\xe5\x86\xe2\xc4\xe0\x9d\x3c\xb7\x2f\x4f\xb5\xdc\x1e\x8a\x53\x97\x53\x23\xbb\xf3\x8a\xfc\xf7\xa1\x32\x3b\xfa\xfa\xea\x56\xee\xd7\xdc\x89\xd7\xc4\x60\x7a\xd8\x57\x39\xaf\x22\xb3\xba\x25\xe5\x81\x4b\x2b\x0e\x13\xc0\xb5\x87\xff\x0f\xcf\x23\xd8\x25\x33\x38\x0c\x47\x89\x5f\x23\x2b\x1f\x27\x30\x9a\x39\x2b\x09\xc9\xce\xcf\xc7\x27\xce\x8f\x08\x4f\x01\xf5\x14\xe5\x2a\x99\xce\x10\x05\xb0\x0b\x83\x90\x83\xf1\x66\x0c\xe7\x1a\xeb\x49\x78\x11\x59\xc4\x14\x7c\x14\x2e\x90\x4b\xb8\x10\xfc\xa0\x86\x09\x08\xd4\x38\xb6\xda\x19\x06\xa0\x7e\xf0\x33\x0f\xa5\x8d\x27\xbc\x9c\x6e\xcd\x76\x4c\x1e\xd0\x98\x73\x15\xbb\xcb\xba\x30\xd8\x7b\x45\x00\x95\x15\x9f\xd9\xf0\x9e\x7b\xf9\x7c\x25\x09\x91\x17\x06\xac\x1b\x13\x21\xb4\xb7\xc3\x82\xc4\x7d\x0f\xff\xfb\x8f\x28\x72\xc6\x6c\xbf\x01\x0a\x1d\xe0\xbc\x7b\xf7\xf2\xb9\x13\x8e\x84\x9d\x88\x8b\x60\x27\x24\x4e\x04\x47\xd4\xe1\xd7\xb6\x5e\xf9\xb9\xac\x3a\xe3\x85\x23\x5e\xaa\xde\xea\xa2\xa8\x20\x29\xd6\x5a\xc0\xc1\x9c\x52\xb6\x9f\x14\xff\x3e\x38\x64\x6f\x4b\xae\xd0\x59\xe6\xaa\x39\xdd\x24\x81\x43\xf2\x06\x87\x84\x86\xb1\xe6\x7f\x4b\x7e\x92\x21\xdb\xe2\x17\x23\x6f\x4e\x84\x75\xd6\x99\x79\xa1\x8d\x41\x63\xb2\x87\x09\x93\x25\xf3\xc1\x34\xe4\x3b\xeb\x7e\xc9\x91\x10\x84\xd0\x47\x94\xd1\x56\x4e\xc1\x95\xd4\x41\x2c\x5c\x6b\x8d\xc8\x54\x46\x81\x75\x67\x34\x9f\x05\x96\x33\xb2\xf1\x81\xd5\xee\x01\x25\xcd\x20\x81\x95\x74\x96\x7a\x6e\xd9\xa8\x8e\xc5\xef\x15\x7c\x87\xf1\xb4\x38\x30\x79\x51\x73\x9b\x59\x6e\xa2\x9c\xbb\x5c\x3f\xe8\xac\x27\x14\x2f\xa6\x68\x4e\x72\xfb\xc9\xee\x38\x3c\x4c\x94\x74\x2e\x88\xba\x41\x08\x22\x34\x4e\x58\x8c\x52\xe5\xd9\x4d\xfd\x29\x86\xc2\xfa\x3b\x97\x1f\xae\x41\x2c\x73\x12\x22\x48\xa1\xe0\x14\x4f\x8f\x4f\x1c\x0e\x0b\xf3\xa4\xde\x3b\xea\xd8\x79\x5b\xe5\x1a\x58\x75\x57\xb3\xc2\x19\x46\x2d\x86\xed\x66\x17\x5f\x3e\x55\xba\xfa\xec\xd3\x03\xb1\x0f\xe4\xf3\xd9\x7d\x20\xff\x9a\x01\x2c\x1c\xc4\xda\xbe\x78\x9e\xbc\xaf\x8c\xc7\xe7\xf7\xee\x83\x9c\xfb\xb7\x01\xd1\xe4\x3a\x36\x59\x03\x31\x9f\xae\xbe\x1d\x0a\xfb\xc0\x77\x7f\x48\x2f\x7c\x3f\x0c\x93\x9d\xce\xc8\x72\x3f\x21\xd0\x41\xf2\xe9\x30\x51\x60\x6d\xe6\x7b\xe0\x1f\xfa\xf7\x0d\x73\x5e\xd1\x7b\x5d\x22\x63\xb2\x7f\xb5\x75\xd9\x67\xf7\xd8\x75\x2e\xfa\x31\xb8\xda\xf2\x3d\xff\xcd\xbb\x67\xe3\xd3\xc3\xcb\x37\xd6\xe6\x5b\x0a\x06\x72\xd8\x62\x93\xb0\x23\x40\x12\x85\x10\x60\xcc\xeb\xb1\xf2\x3f\x26\x80\x4c\x5c\xc1\x90\xce\xcf\x95\x06\x25\x35\x69\x97\xc0\x08\x0e\xa9\x70\xf5\xb9\x67\x8c\x79\xa8\x9b\x25\x6b\xd0\xa5\xc8\xe5\xc1\x32\x3d\xee\xc6\xa5\xe2\xf7\x0c\x7f\x0c\x49\x57\x2a\xe5\x25\xcd\x2e\x94\x38\xb6\x1f\xc7\x5b\x24\x95\x53\xf3\x30\x30\xd2\xd4\xce\xd2\x51\x64\x5a\xad\x30\x08\x7e\x0d\x09\xab\xc6\x31\x53\x2d\xea\x86\x92\x6f\x78\x91\x06\xea\x5c\xb4\x6b\xf6\x8a\xc1\xd5\x5a\x07\x01\xd1\xe4\x5e\xb4\xed\x18\x86\xdf\xbf\xfd\x79\xff\xf4\xfd\x83\x3f\xec\x8e\xc4\x83\x92\x4b\x39\x55\x56\x10\x25\xdd\x2b\x05\x74\x59\x2f\x12\x60\x8e\xf5\x43\xe6\xdc\xe9\x6a\x13\x0d\xc7\x1d\xc2\x38\x15\xcb\xce\x04\x10\x67\x00\x61\xec\x80\x20\x80\x41\xaf\x61\xa8\xd5\xd9\x04\x62\x81\xa3\x0f\x62\x87\x5f\xe7\x58\x3f\x61\x3c\x16\x7e\xe3\xe4\x35\x65\xfd\xda\xbc\xaa\x96\x8c\x52\x2d\xbc\x1d\x64\x24\xe0\xaa\x15\x32\x12\x70\x75\xc3\x64\x4c\xf4\x9f\x2d\x92\x91\x91\x40\x8c\xa3\x0d\x1a\xf2\x9e\x6e\x7a\x33\x92\x9b\x26\xe1\x2b\x74\xed\xcc\x09\x9b\x26\x4f\x76\xaf\x9b\x65\x03\xfa\x89\x5e\xe9\x04\xd0\x1b\x22\x1e\x4f\x7b\xdb\xfe\x0e\xe4\xc3\x68\x63\x03\xb2\x8e\xd6\xdb\x7f\x2a\xec\xb2\xbe\xa9\xe5\x57\xed\x8a\x76\x5d\x36\xaf\x21\xe4\x61\x10\xd2\x2d\x8b\xf6\x6b\x12\xfd\xf4\xef\xdf\xdf\xfc\xb6\x96\x57\x2b\x01\x7d\x35\xbb\xb7\xca\x83\x92\x7d\xf7\x87\x24\x60\x9a\x5f\x71\x23\x47\xd2\xe4\xf0\x90\xa9\x6f\x27\x5a\x34\x75\xb5\x5b\xbc\xe6\x1e\xa8\xaf\x98\x4d\xe4\xf3\x01\xbb\x08\xca\x55\xca\x6b\x62\x0f\xfd\x6f\x2f\x6a\xc2\x91\x59\x93\x7c\xc8\x72\x7d\x54\x04\x86\x20\x18\xe2\xf9\x74\x50\x13\x06\xa0\xdd\xee\x51\x9d\x87\xa7\xe8\x24\x7f\x54\x65\xcc\x37\x6a\xd7\x45\x5f\xd5\xd3\x28\x72\xce\xd4\xd5\xa2\xc4\xb8\x6e\xb2\x68\xd6\xc6\x75\xb7\x12\xd8\xa2\xcd\x7b\x72\x60\x65\x3c\xcd\xda\x24\xed\x5c\x6d\xae\xf4\x8f\x19\x6c\x9a\xab\xc7\xf0\xab\xff\x5e\xc1\x6b\xc1\x34\xad\x8d\x79\xed\x93\xba\x36\x24\xa5\x60\xcd\xab\x32\xe1\x35\xb0\xc3\xcd\x16\x5d\x65\xb5\x32\x3a\x81\x8d\xa6\x7e\x5f\xc0\x30\x3b\xe2\x8f\x7a\x6b\xcf\x31\x9a\x2d\x1c\xf5\x88\xad\x91\x25\xb7\xbb\x2a\xac\xa7\x75\x06\x34\x29\xf3\xcb\xad\xa7\xec\x67\x31\xbe\x72\x0f\x43\x1b\x56\xcb\x39\xf9\x22\x4c\x96\xcd\xed\x92\x4c\x23\x2d\x25\xef\x3b\x52\x49\x5c\xf3\x46\xb8\x21\x3b\xa4\x63\x13\xff\x56\x6c\x7e\xe0\xa7\xd6\xc7\x2c\x03\x32\xb5\xae\x76\x4f\x6f\xd4\x6e\x7c\x20\x8c\xa1\xe9\x56\x17\x5b\xd8\x79\x47\x2a\xac\xc2\x4d\x46\x96\xda\x63\x1b\x8e\xec\x30\x3f\x32\x83\x0b\xa3\x7a\x8b\x6c\xce\x74\xbb\x3e\x3f\x6f\x94\xae\xa5\x2b\x40\x32\xf8\xaa\x4e\xe9\xa9\x0b\x2a\xd3\x15\x6f\xb6\xab\x1b\xeb\xdd\x4c\x35\x5c\x43\xdb\xe6\x81\x8b\xdb\x4e\xa8\x7a\xf1\x70\x30\xfc\xdf\xf8\xcc\xac\x6e\x0b\x78\x18\x18\xb8\x7e\xe2\x47\x14\x63\x4e\xfe\x4d\xfc\xfd\x49\x10\x8c\xae\x86\xc3\x98\x7d\x71\x09\x17\x33\x0c\x09\x39\x8e\xc2\xe1\x65\xcb\xda\x79\x14\x92\x66\xda\x79\xab\xba\x79\x9d\x66\x7e\xb0\xef\x1f\x1c\x5c\x54\x46\x3e\x8a\x26\x0d\x83\x73\x9b\x44\x53\x9b\x14\x4e\x75\xb0\x98\x88\x15\x6a\x73\x49\x08\x82\x8c\xb7\x1a\xf1\xc0\x95\x6e\x3c\x67\x5b\x29\xa3\xa4\x8a\xc8\x56\x5e\xf5\xad\x18\x80\xc5\x78\x05\x45\x14\x18\x38\x56\x69\x78\x41\x31\x8a\x63\xc4\xa3\x55\x28\x42\xd1\x00\xe0\x2e\x45\xe3\x31\x2f\x68\x56\x08\x6a\xba\xd9\x98\xe7\xea\xd8\x23\x83\x47\x20\x67\x64\xbe\x30\xc5\xa8\x24\x6d\x12\x86\x9f\x7c\xd1\xee\x4c\x25\x35\x1b\xa8\xd2\x63\x5a\xbe\xee\xfe\xbe\x95\x4e\x2d\xc7\x05\x86\x51\x57\x30\x96\x64\x5c\x29\x74\x2c\x3b\xe3\xe2\x47\x7e\xdc\x15\xa2\xad\xfb\x83\x94\x9a\xc5\x14\x6f\xed\x59\x99\x9e\xcd\x9a\xfe\x28\xfb\x50\x8e\xdf\xb4\x4f\x92\x7a\x83\xd3\x2f\x69\x12\x98\x57\x12\xd7\x24\x07\x5c\xe2\x9a\xa9\x92\x95\xeb\x2f\x96\x95\x9c\x54\xea\x37\x27\x0e\xa3\x46\x97\x87\xe6\xca\xbe\x82\x90\xcc\x38\xc4\x19\x36\xd2\x6d\xfd\xd4\x6b\x1e\x9a\x61\x99\x76\x4d\xc1\x60\x1e\x01\xdc\x1d\xa2\x28\x82\xc3\x8c\x3f\x3b\xeb\xaa\x24\x08\xd3\xee\x80\x57\x26\xe5\xc2\x18\x90\xa1\xab\x69\x6c\x35\x69\xf1\x8d\xf4\x61\xdb\x6b\xbc\xc6\x01\xe8\xa4\x79\x34\xb1\xf1\x31\x15\x69\x6a\x7a\xcc\xea\xf6\x67\x35\x43\x5c\x9f\x62\x9f\x1d\x67\x50\xab\xeb\x57\xb2\x42\x33\x17\x54\xd6\x34\xae\xdb\xca\x98\xb8\x8c\x31\xe7\x20\xf9\x31\x6f\xbc\x28\xa7\x6a\x35\xbd\x4d\xf3\x28\xb0\x37\x69\xc0\x16\x6f\x4e\xc2\xa3\x45\x81\xec\x29\x3f\x7c\xb6\x56\x83\xdc\xeb\x45\xfa\x4f\x41\xa8\x66\x5f\x54\x9c\xe2\x2a\x36\x1a\xa7\x26\x70\x7a\x95\x77\x66\xed\x3a\x55\x04\x6f\x6f\xa7\x5a\x89\xe1\x5c\x7f\x33\x34\x43\x57\x10\x77\xa7\x30\x9e\x27\x3d\xc2\x8f\x33\x10\x07\x5c\x29\x4d\xe5\x86\xef\xfe\x70\x09\x17\x03\x04\x70\x20\x2a\x47\x71\x39\x33\x1f\xb0\x27\x53\xd6\x63\xd8\x19\xdf\x66\x2f\xf4\x4a\xd9\x61\x44\x56\xc4\xac\x06\xf5\x48\xa2\xbe\x8b\x9d\xf0\xe7\xfd\x4c\x7c\x86\x2b\x40\xd9\x5c\x69\x38\xc8\xbb\x05\xed\x2e\xee\x36\xaa\x00\x0e\x39\x30\xac\xb5\x29\xe0\x57\x84\xa1\xe1\x45\x56\xab\x6f\x39\x26\xbe\x8a\xd6\x03\x2a\xcb\xbc\x92\x49\x12\xb1\xf0\x65\xd9\x65\x1c\x00\x53\x0f\x6c\x38\xc2\x64\xa3\xc2\xbc\x07\xea\xfe\xd3\x3d\x70\xdb\xe1\x7b\xfb\xbe\xfb\x22\x10\x51\x97\x55\x79\x0b\xc5\x90\xa9\x72\x36\x26\x2c\x8f\xd2\xb5\x27\x6b\xe4\xa9\xe2\x68\x4d\xec\xa0\x9b\xa0\x73\x31\x25\x88\xab\xf9\x22\xbb\x83\xc3\xf7\xca\x89\x7c\x27\xf4\x2f\x79\x18\xb2\x69\x0e\x4d\x96\x87\xc7\xc5\xf3\x6b\xa8\x58\x86\xef\x25\xce\x8b\x0a\x59\xa5\x68\x26\xfc\xac\x75\x2b\x50\x97\x93\x23\xf6\x6e\x1d\x19\x4a\x7b\x51\xf7\x81\x8c\x1d\x15\x44\x10\x53\xe7\x1a\xe0\x58\x0e\xb0\xae\xf3\x9a\x68\xed\xb2\x87\xd2\x5b\xa3\x50\x87\x9a\x3c\xe9\x38\xca\x6e\x26\xd6\xaa\xf6\x35\xd5\x44\xce\x0c\xc7\xd6\xec\xa8\xfe\x2b\x35\x2e\x93\x64\x99\xf3\x36\x66\xe7\x8c\xfd\x7d\x1d\x46\x11\x1b\x3f\x7f\x08\xcd\x69\xaf\x85\x59\xd8\xb7\xfa\xce\x77\xe7\xb6\x19\x52\x99\xa7\xca\x12\x70\x99\xc0\xc3\x22\x04\xd9\x92\x72\x39\x93\xa6\xd6\x69\xc9\xa9\x1a\x0a\xa3\x4e\x95\xcc\x7b\x94\x39\xc2\x9a\x61\xd3\x94\xb3\x94\x9a\x45\xe5\x80\x4f\xd4\xc9\xb7\xde\x30\x0d\x36\x56\xce\x0d\x69\x4d\x9f\xb5\xd9\x97\xa5\x41\x77\x95\xc9\xd9\xb4\xb2\x63\x72\x4d\x04\xd1\x6a\xea\xea\x36\x45\x4a\x26\x42\xa8\x6d\x79\x52\xeb\x3b\x70\xee\x04\x49\xe9\x7f\x4a\x90\xcc\x49\x51\xd1\xcc\xbf\x63\x1b\x52\xc4\xe0\xa2\xbc\x93\x13\xad\xc9\x09\xe9\x27\x6d\x24\x24\xac\x8e\x5b\x13\x32\xdf\xb8\x84\xc8\x72\xa3\xbf\x81\x78\x28\x5a\x16\xb2\xf4\x5b\x43\x20\x54\x7a\x66\x4d\x4c\xfe\xd0\xb4\x6d\x1b\xc4\x4e\x10\x18\x07\xc7\x2a\x7e\xa2\xe8\xb6\x7d\x3e\x17\xa0\x8b\xb5\x7b\xb4\xe6\x76\xa7\xe5\x9b\xe9\x37\xbc\xb2\x54\xb3\x16\x05\xf0\x8a\xdc\x62\xc5\xb3\x90\x8f\x80\x6e\x5b\x38\xd7\x65\x7c\xe5\x86\x7f\x27\x9f\x73\xff\x29\xf9\x2c\xe8\x78\x2b\x45\xb4\x9e\xfb\x78\x27\xa1\xeb\x24\x74\xde\x0f\xa9\x85\xd2\x34\x14\xde\x69\xf2\x65\x23\xf9\x6d\x7b\x22\x9b\xac\xc3\x8d\x8b\xf0\x02\xdb\xfa\x1b\x48\x71\x03\x30\x88\x7a\x34\xdf\xf8\x3b\xff\x91\xff\x7d\x69\xc4\x9a\xa5\xf3\xa0\x10\x02\xe7\x17\x43\x9b\xcd\x2d\x4d\x71\x50\x86\x70\x0c\x43\x9b\x5a\x73\x35\x07\x5e\xb0\x0e\x01\xae\xe6\x71\x22\x7b\x41\x00\xc9\x71\x74\xb8\x5e\xae\x87\xfc\x7a\x59\x44\x62\xd5\x38\xa0\x6f\x3c\x6e\x4a\x22\xb6\xad\x1c\x38\xa5\x72\x26\x6f\x05\x0c\xd7\x4f\xff\xfa\x18\xa3\x97\x07\xdf\xac\x92\xb0\x10\x21\xa2\x27\x2e\x34\xc2\xe1\x4a\x1c\x5f\x51\x38\x5c\x28\x42\x88\x8d\x29\xfe\x10\xde\x74\x57\xf9\xfb\xf9\x97\x32\x42\x42\xc5\x9f\x56\x04\x7f\x64\x63\x36\x2a\x1d\x48\x92\x1c\x59\x50\xab\x9a\x6d\xd5\x52\xa0\xb6\x1c\x1e\x97\xf0\x5d\x19\x0b\x26\x23\xc6\xc0\x4c\xc8\x29\x2d\xa8\xc0\x7d\x3a\x9b\x45\x21\x0c\x98\x82\x40\x27\xd0\x19\x71\xe4\x3a\x6e\x0c\xe6\x41\x50\x47\x6e\x4a\x1e\xe2\x36\x8a\xf2\xa8\xd1\xc3\xdc\x3b\x78\x94\xf5\xe1\x51\x56\x35\x36\x36\xa6\xdf\x1d\x6e\x4a\x63\xdc\x94\x96\x32\x2d\x5a\x44\x3c\x11\x50\x61\xb7\x32\x77\xa0\x9d\xb0\xf5\x87\x15\x70\x27\x6b\xc1\x9b\x3c\xdc\x5c\x5a\x41\x61\xdf\xb4\x10\x56\x58\x18\xe0\x14\x05\x20\xca\xef\x1f\x76\x89\x41\x44\x86\x0d\x96\x5f\x63\x0e\x9b\x45\x96\x35\x20\x4d\x93\x08\xb3\xc2\x2e\x2a\x62\x22\x4b\x24\xbc\x30\xae\x4f\x53\x68\x14\x9d\x61\x39\x9b\x7a\xc4\xe4\x92\x99\xd8\xdf\xf0\xcf\xd2\x53\xec\x84\xc4\x91\x35\x88\x22\x3e\xe7\x39\x81\x3d\xe7\xa5\xc0\xbf\x1f\x4e\x10\xe2\xd9\x33\x86\xe3\xef\x3b\x21\x15\x4e\xdd\x01\x74\x44\x6d\xf5\xc0\x19\x61\x34\xcd\xc9\x7f\xb7\x32\x58\xcb\xbc\x3b\xf5\x28\xe7\x6c\xee\xe1\xbe\xef\x1e\xad\x78\xe3\xaa\x52\x69\xd4\x10\x7e\x90\x30\x83\x4a\xb3\x53\xfa\x4d\x82\x3a\x68\xc6\xf5\x59\x6f\x21\xc4\x79\x71\x86\x20\x8e\x11\x2f\x62\x30\x8f\x03\x14\xc3\x5e\xc3\x54\x1f\x1b\x1a\xb4\xbf\x5b\x1b\x45\x94\xe5\xe8\x74\x73\x79\x47\xbf\x43\xe2\x3b\x0d\x6d\x93\x9b\xcb\x3d\x7a\xd0\x30\xf7\xa8\x6c\xed\xca\x92\xd4\x56\xb8\x79\xda\x06\x40\xde\x10\x68\x96\x6d\xbc\xe4\x6d\x80\xd3\x6a\x03\x66\x20\x7b\xed\x6e\xe5\xfe\x7e\x9b\x40\x85\x16\xff\x3b\x1d\x44\x6f\x17\xc7\x25\x17\x79\x89\x91\xfa\xe5\x60\x0b\x09\xcb\xc0\x66\x81\x85\xc4\x3b\xbe\x52\x54\xa1\x3c\x01\x37\x01\x29\x74\x03\x04\xdc\x1e\x9e\x90\x24\xe0\x26\xc1\x84\x9a\xd3\xaf\x01\x92\x0b\xbf\xab\x44\x30\xbd\xa2\x28\xe8\x64\xfe\x6f\x59\x55\xc7\x0a\xda\x72\x69\xe2\x06\x90\x82\x30\xaa\x35\xfd\x28\x09\x9f\xf5\xce\x7d\xaf\xa1\xa0\x2b\x1f\x84\xdb\xc9\xda\x2f\xc4\x6b\xd2\xa5\x2b\x7a\x2c\xb2\xbf\xbb\x47\x4e\xde\xaa\x53\x18\xab\xef\x7a\xae\x21\xbf\xaf\xae\x4c\x61\xde\xb8\xae\x89\xac\xd6\xa5\x52\x5b\x28\x38\x69\x8f\x32\x07\x75\x9b\x52\x69\xf8\xec\xd9\xfd\xef\xff\xbc\x42\x76\x50\x77\x19\xbd\x5e\x77\xeb\x31\xda\x0c\xa1\x3c\x2e\xdd\x4c\x5e\x8b\x02\x60\x31\x5c\x7e\xf6\x7d\xf7\xd7\x4c\xd3\xef\xd5\x7d\x87\x5d\x09\xc6\x11\x1a\x80\x48\xeb\x4c\xc2\x57\x84\xc4\x19\xcc\xc3\x88\x3a\x61\x4c\x91\x23\x8a\xd2\xfe\xf7\x1f\x44\xb1\x03\xb2\x20\x14\x4e\x7b\xbc\x22\xda\x10\xc4\x0e\xaf\x43\x2e\x2e\x6d\x1c\x7c\x1d\x44\xaa\x25\x45\xd2\x30\xcb\xcb\xe0\x8c\xe6\x51\xa4\xca\x9a\x89\x01\xcc\x92\xcb\x21\x2f\xba\x13\x84\x14\x0c\x22\xe8\x20\x2c\xaf\x7a\xec\x2f\xdf\x19\xcc\x29\x7f\xcf\x00\x3a\xe1\x38\x46\x18\x06\xce\x60\x21\xaa\xd9\xb1\x37\x33\x56\x12\x72\xeb\x11\x88\x25\x00\x07\xe9\x39\x27\x10\xe0\xd8\x99\x22\x0c\xd9\x75\x93\x71\x1a\x77\x23\x98\xf3\x9c\x50\x61\xdc\x4d\x61\x20\x2f\xca\xb1\xe4\x6b\x0b\xb5\xc8\x35\x2b\xab\x5c\xd3\x2b\x6a\x88\x15\x91\x03\xea\xe7\x32\x3f\xb6\xfa\xbd\x50\x00\xc4\x9c\x06\xa7\x9a\x07\xa5\xd7\x6b\x03\x60\x8d\xb9\x8b\xc2\x1b\x7f\x03\x51\x18\x38\xcf\x01\x05\x43\x18\xab\xbc\x4f\xdb\xd7\x3f\xf2\xdd\x3f\x50\xc8\xeb\x47\xfa\x8e\x64\xa4\x62\x67\xed\x05\x5a\x8f\x19\xc3\x70\xce\xb6\xd9\x78\xc0\xcf\x21\x19\xe2\x70\x56\x5e\x59\xa8\x96\x52\x99\x1e\xcc\xef\xaf\xbe\x0f\xdc\xa0\xe3\xa4\x35\x0e\xcf\xf8\x71\x1b\x8c\xfd\x16\xe0\x9c\xbd\x7e\x37\x3a\x39\x7d\xfb\x2e\x30\xdf\x36\xb2\x10\x09\x7e\xb6\x74\x43\xc5\x25\x84\x6f\x10\xf2\x54\xab\xd2\x59\xaf\x94\x34\xf2\x46\xb9\x65\xb5\xc7\x5f\xc1\x6b\x69\x73\x6b\xa2\x26\x34\x7f\xcf\x8b\x20\xa4\xcd\x5f\x64\xfd\xee\xd2\xf7\x8a\x5c\x41\x26\xcd\x28\x46\x29\x04\x99\xcd\xbb\xab\xaa\x60\x6b\x90\x16\xa2\x94\x90\x5a\x38\xdf\xfd\x41\x56\x91\x4b\x4c\xd6\xa9\xbe\x27\x05\x9f\xc1\x6b\x95\x5d\x7b\xdf\x15\x3b\xdd\xe5\x27\xbc\xa0\xe2\x65\x41\x33\xd4\x17\x4f\x33\x35\x5e\xc5\x77\x2f\xd4\x50\xb6\x89\x7b\x97\x1c\xdf\x02\xcc\x86\x7f\xe8\xdf\xf7\x1f\xd4\xe1\xc1\xa8\x66\x8d\x81\x6a\x52\xb7\x5f\xb3\x01\x6b\xde\xc5\x06\x58\x35\xb6\x36\xcd\x4c\xf1\xe3\x86\x23\xcb\x57\x4e\x6e\x7f\x78\xb7\x16\x3c\xb0\x88\xb8\x9d\x41\x11\x7c\x93\xfe\xfa\x35\xe0\x08\x6e\x52\x16\x38\x12\x17\x50\x70\x63\x5b\x16\x6f\xb2\x34\xa4\x1a\x17\x93\x77\x68\x54\xa2\x6c\x25\xd1\x2e\xab\xe5\xe5\xff\x16\x36\x1e\x6c\xe6\x79\x4d\xf4\xd8\x8b\x99\x15\xcc\xd8\x39\x51\xb3\x45\xc4\xc5\x5a\xe4\x91\x82\x3f\xf7\xc6\x16\xb4\x54\x38\x28\x21\xbb\x8e\xe2\x61\xea\xb7\x00\x3a\x56\xbd\x28\x5b\x08\xab\xcb\xa8\xb7\x6d\xa8\xc9\xb7\x01\xa0\x8c\xfe\x71\xf6\xe6\x61\xf8\xfe\xdb\x5b\x04\x50\xb6\x0a\x8b\xad\x56\x2e\xdf\xe4\xab\x45\xac\xaa\x3a\xdf\x52\xf5\x55\x29\xac\x66\xb4\xb6\x75\x15\xcf\x56\xd5\x4e\x7b\xa5\xf3\x56\x63\xbb\x15\x65\x88\x49\x4a\xac\x8f\x4d\x15\x83\x2b\x5b\xe9\xd0\xf0\xb0\x14\x97\x42\xd6\xb4\xb1\x77\x89\xae\x3f\x3d\x3b\xcd\xdf\x52\xef\x6f\x01\xa0\xce\x5e\xe7\x6f\xa2\xf1\xdf\x10\x72\x9e\x63\x67\x43\xad\x50\xd9\x6f\x17\x88\x5e\x73\xed\xa8\x95\x68\x37\x49\xc4\x4c\x60\xb8\x4e\x04\x21\x13\xbb\x1c\xde\xaf\xac\x28\xf3\x43\xdf\x1d\x61\x08\x29\xfc\x48\xab\xb1\xf8\x12\xa0\xeb\x59\x04\x86\x70\x82\xa2\xa0\x04\x42\x4e\x30\x6c\x1e\x86\x74\x2a\x40\xfb\x0a\x61\x48\x86\x88\x84\xfa\x80\x86\xaf\x18\xd3\x4e\xec\xcb\x97\x4c\x51\x39\x0a\x20\x19\x4a\xfb\xf7\xd7\x0a\x73\x57\x69\x9e\xaf\x7f\xba\xca\x62\xae\x9e\xfd\xba\xb0\xf2\x12\xae\x57\x09\x1e\x55\x52\xf5\xbb\xe6\x2e\x96\x8d\x74\xad\xb8\x87\xf1\xa2\x65\xa6\xeb\xd9\x0d\xa2\xf5\x15\x29\xd9\xd0\x6f\x93\xcf\x45\x34\xe9\xbe\x9b\x18\x66\x21\xcc\x32\xa5\x97\x85\xff\xa6\x7e\x3c\x5f\x2e\xe6\xde\x36\x71\xf6\xfe\xce\xd8\x79\x8d\x0c\x36\xd6\x4c\xa2\x31\x2a\xe6\x2d\x46\xea\xb3\xe3\xba\xca\xf1\xcc\xae\xc4\x6b\x15\xd7\x37\xdf\xe4\xcb\xf3\x49\xbe\x16\xca\xd5\x83\x1d\xd6\xff\xba\x19\xd8\x0a\xb7\x26\xfb\x5b\xe6\x7b\x6f\x0b\x96\xc2\x6d\x01\x94\xa2\xa4\x8f\x76\x20\x29\x0c\x9d\x5b\xa3\x58\xac\x00\x47\x61\x0d\x46\x51\x47\xd8\xcc\x40\x9a\x01\x51\x58\x25\xa4\x09\xee\x59\x85\x43\x61\x33\x42\xdb\x36\x4d\x11\x28\xcc\xe7\x69\x65\xfc\x09\xf7\x6b\x45\x9f\x68\xb4\x8b\x1a\x22\x4f\xd8\x73\x9e\x15\x90\x25\xda\xd9\x5c\x36\xdc\x69\x1d\x61\x58\xcc\x9f\x30\xe9\x47\x77\x50\x12\x8d\xa1\x24\x94\x8b\xe1\x2b\x84\x93\xc8\xfa\xab\xd6\x70\x7c\xf1\xb2\xe0\xb7\x02\x54\xe2\xe7\x6f\x4f\x7f\x8a\xff\xf8\x23\xda\x12\xa8\x04\x23\x44\x05\xa4\x84\xef\xfe\x10\x0c\x79\xf5\x3b\x32\x03\xc3\xb4\x14\x47\x11\x62\x42\x7c\x0e\x86\xea\x93\x7a\x20\x13\x21\x98\xbb\x91\x80\x38\xb0\xc9\x2a\xf7\x9b\x5a\x54\x6b\x5d\x73\xc6\x3c\xdb\xf7\xfc\x10\x85\x44\xc8\x70\x46\x18\x67\x4e\x60\xf0\xa4\x68\x4e\xae\x3c\x91\xef\xe1\x7f\xff\x81\xa1\x83\xe2\x68\xe1\xf0\x20\x65\x8a\x1c\x32\x41\xd7\x4e\x18\x8b\xe2\x3a\x21\x8a\x79\x94\x33\x9d\x40\x67\x86\xc3\x29\xc0\x0b\x27\x35\x63\x38\x20\x0e\xf8\x4f\x32\x0b\x56\xfb\x49\xc6\x42\x47\x21\xa1\xce\x14\x88\xc0\x66\xde\x33\xbc\x82\x78\xe1\x0c\x01\x81\xce\x35\x9f\x44\x3a\x83\x90\xf0\xd8\xe7\x50\x24\x64\x98\xfc\x42\x8d\xa2\x43\x65\xf6\xeb\x1d\x78\xc6\x1d\x78\xc6\x1d\x78\xc6\x57\x01\x9e\xf1\x16\x45\xf0\x0e\x3a\xe3\x0e\x3a\xe3\xab\x84\xce\x78\xcb\x45\xe0\x57\x0e\x9c\xf1\x56\xca\xf9\x86\xb0\x19\xec\xb1\x3b\xd0\x8c\xb6\x16\xe1\x0e\x34\xe3\x0e\x34\xa3\x65\xd0\x8c\x15\x6e\xd8\x77\xb0\x19\x5b\x85\xcd\xd0\xac\x0a\xeb\xdb\x26\x6e\x13\x60\xc6\xc3\x93\x5f\x4e\x47\xbf\xfe\xe7\xfa\x6b\x01\xcc\xe0\x57\xe3\x8d\xc2\x65\xb0\x37\x7c\xa5\x60\x19\x59\xe2\x6d\x02\x2a\x63\xe3\xc4\xdb\x1e\x50\x06\x27\xde\x26\x61\x32\x9a\xd2\xee\x0e\x24\xe3\xeb\x02\xc9\x30\x49\x8f\xb5\x85\xd1\x2d\xc8\xa2\x1e\x9e\x2e\xde\x90\xdf\xf1\xe5\xed\xc8\xa2\x96\xfd\x6b\x01\x0f\x95\xa1\xed\xa5\xe9\xcd\xec\x12\xd6\x42\x16\x75\xe9\x4b\x5e\xc1\xeb\xa6\xef\xf8\xd2\x33\x50\x72\xbc\x80\x33\xdc\xbf\x59\xfa\xb4\x38\xb4\x77\xb9\xd3\x77\xb9\xd3\xab\xe7\x4e\xf3\x3d\x64\x4e\x9c\x7e\x2b\x7f\xba\xcb\x9a\xb6\xb1\xb8\x2a\x16\xbc\xe2\x95\x3d\x11\x13\xeb\xb2\xeb\xf4\xbf\x2f\x28\xeb\xb8\x8a\xbf\x15\xd2\x74\x57\x32\x11\xac\x1f\x94\x90\xaa\x48\x6b\xeb\x59\xb7\x21\x0d\x77\x74\x1c\x5d\xc1\xe3\x93\x1f\x6f\x32\x0d\x57\x76\x75\xe3\xd9\xb8\x6f\x75\x26\xf7\xd5\xa5\xe2\x72\xd5\xe7\x0b\x4c\xc4\x2d\x51\x5f\x0e\xfc\x83\xc3\x9a\x2c\x5c\xde\xe4\x2e\x0b\xf7\x2e\x0b\xb7\xad\x64\xd7\x2f\x3a\x0b\xd7\x5d\x31\x07\x97\x9f\xbf\xbb\x04\xdc\x35\xd3\x6f\xdd\xed\x24\xdf\x5a\xc4\x00\xdd\xa5\xde\xae\x91\x7a\xbb\x81\x30\x06\x77\xb5\xf4\xdb\x8a\x07\x2d\x52\x68\x2b\x9f\xcf\x43\x63\xad\x1c\x7b\x6d\x45\x2d\xeb\x1c\x5c\xa7\x41\x52\x66\x0d\xfb\xab\xe2\x7c\xb5\x49\x4d\x4d\x73\x61\xab\x7d\xfa\x2b\xcc\xa9\x95\x54\xd3\xd5\x47\x25\x99\x2d\x04\xc3\x89\x56\xa2\xf8\x8d\x0e\x6c\x6b\x9b\x25\xe8\x94\xc4\x96\xe4\x73\x9d\x4d\x29\x8b\x07\xfb\xd9\xc4\x8f\x94\x16\xec\x97\x8a\xb5\x31\xe1\xb7\x54\x16\xb8\xbc\x89\x53\xd0\x30\x08\xc3\xfd\x5b\x64\xe6\x5a\x51\xae\x71\x6e\x6e\x49\x76\x6e\xc3\xd0\x1a\x8b\x91\x55\x67\xe8\x16\x87\x65\xb2\xdd\xad\x5e\x13\x7d\x53\xd9\x9f\x96\x5c\xd2\x2a\xf5\xd3\xb1\x0e\xfa\xda\x54\xe5\x72\xe7\xb6\xa7\x81\x3a\x2d\xa5\x82\x56\xf4\xd3\x56\x85\xf2\x9a\xf0\xfe\xf2\xc7\x9c\x35\xd2\x42\x9d\x66\x75\xca\x6d\xf6\x5b\x6e\x50\x4d\x6b\x95\x5b\xa6\x89\xb2\xd5\xab\x2e\x56\x6e\x3f\xd6\x26\xed\x9a\x97\x2c\x2f\x3b\x81\x6b\x14\x2d\x2f\x84\xe8\x7d\x3d\x89\xa3\x4d\xd6\xa3\xcc\x5b\xd3\x80\x80\x9b\x49\x22\x6d\x32\x09\xbb\x76\xb6\x7c\x6e\x1d\x61\xd1\x2c\x81\xb4\x91\x02\xf7\xf7\x4a\x22\xe5\x96\xf1\xaf\x30\x83\x54\xf3\xb3\xac\xe1\xad\x11\xb5\x10\xf6\xba\xa3\x10\x46\x01\x81\x94\x74\x23\x38\x06\xc3\xc5\x96\x5d\x37\xef\x0e\x7e\x1e\x3d\x00\x87\xd8\xec\xba\x31\x3b\x55\x72\xb6\x2e\x39\xa1\x8a\x8d\x52\xca\x75\x92\xeb\xda\xf7\x32\xd4\xae\x4b\xe1\x47\x5a\x9a\x32\xa6\x82\xc7\x92\x8c\x39\x67\x02\x48\x57\x45\xec\xa4\x46\xc7\x4a\x1f\x37\x99\x81\xb8\x39\x68\xd9\x43\xdf\x0d\xe3\xd9\x3c\x3d\x4f\x89\xf9\x8d\x1f\x2c\xe1\x54\x41\x23\x34\x9c\xcb\x4b\x52\x79\x35\x0e\x57\x3e\xa1\x3d\x50\x4c\x2f\xc8\xdb\xe4\x52\x53\xa5\x76\x97\xb2\x48\xcd\x2b\x51\xff\x30\x08\x42\x34\xc6\x68\x3e\x73\xcb\x51\xc2\x0c\x94\x3f\x53\xe1\x90\x06\xca\x57\x5d\xf7\x99\x8c\xc5\x18\xf0\xdd\xae\x21\x04\xb1\xd7\x86\x6b\x41\x05\x65\xb6\x94\x15\xae\x49\x61\xfd\x55\x2c\x20\x98\x85\x14\x44\xe1\x5f\x30\x8d\xf0\xcb\xdf\x40\x2d\x2f\x1d\x72\xa7\x68\x64\x97\x4b\x2e\xc8\x27\x08\x2e\x37\x90\x34\xab\x27\xb9\x0b\x6a\x39\x94\x27\xd4\x7c\xdd\xd6\x96\x46\x2d\x49\x61\xc8\x49\x1f\x59\x38\xb8\xf4\x76\x5f\xa6\xfa\x28\x7f\xac\x51\xcd\xe1\x3b\xc7\xd5\x42\x29\xcb\x6f\xba\x95\xd6\x13\xa3\xf1\xa4\xb1\x25\xba\x9c\xbb\xe4\xd5\x3f\xce\x58\x56\xe1\x0d\x6f\xe7\x11\x24\x76\x8e\x91\xc6\x05\x9e\xf0\x3c\x82\x5d\x5e\xd7\x4a\x73\x7b\x66\x6a\x39\x4d\x60\x34\x73\x4a\x0a\x3a\x95\x14\x82\x92\xe3\xee\xfc\x7c\x7c\xe2\xfc\xc8\xd3\xc7\x3d\xb7\x34\xf2\x46\xe3\x6f\x43\x14\xc0\x2e\xbb\xa2\x23\x5c\xf4\x1e\x2b\x2e\x47\x16\x31\x05\x1f\x33\xfe\x07\x7e\x63\x15\x8c\xa4\x86\x7b\x70\x52\x8a\xd0\x39\x9d\x73\xa8\x1f\x7c\x77\x32\xcc\x66\xcb\x6a\x8f\xd4\x6d\xd6\xa4\xa9\x26\x07\x6c\x59\xea\xaa\x79\xe3\x9b\xda\x72\x2f\x9f\xaf\x24\x8c\xf2\x72\x47\x18\x58\xcc\xa9\x6b\xf2\xed\xb0\x80\xf4\xf0\x1e\xfe\xf7\x1f\x51\xe4\x8c\xd9\x7e\x03\x14\x3a\xc0\x79\xf7\xee\xe5\x73\x27\x1c\x89\x0b\x28\x97\xf6\x4e\x48\x9c\x08\x8e\xa8\xc3\x75\xc9\x9e\x79\xb0\x2b\x79\x95\xd2\x07\x5a\x8a\x6d\x2e\x53\xbb\xda\xd4\xe4\xb6\xac\xc2\x1d\xfe\xfe\x80\x9e\x8e\xef\x9b\x4b\xd3\x1a\x01\x3e\xca\x35\xb6\x15\x4f\x45\x8d\x8d\x48\x9c\x06\x34\x1e\x47\x06\x5b\xa4\x95\x24\xaf\x13\xac\x27\x68\x08\x22\xb7\x4a\x76\xb2\xb9\xc8\x56\x9b\x12\x8d\xbc\xd3\x01\xfa\x58\x26\x1d\xab\x84\x0c\x24\x14\x87\x43\x2a\x0e\x99\xa8\x94\x48\x91\x03\x9c\x88\x0d\x59\x03\xf4\x28\x40\x8b\x98\xe3\xec\x4a\x0e\x37\x27\x80\x2a\x9b\x38\x86\xd4\x21\x90\x3a\x61\xcc\x53\x77\xdf\x82\x11\x75\x08\x45\x18\x3a\x68\xc4\xbf\x11\xef\x7e\x7e\xcc\xf1\x45\x02\x24\xea\x28\x5e\x41\xcc\x9f\xa4\x18\xc4\x64\x1a\x52\x9a\x16\x7e\x53\xc8\x24\xcf\x8f\x45\x95\xc5\x59\xc4\x84\x9a\xf8\x1d\xc4\x0b\x07\xd1\x09\xc4\xce\xf3\xe3\x02\xc3\x68\xc8\x2a\xec\xb9\xaf\xc3\x01\x26\x00\x85\x5d\xc4\xd5\x6f\xb1\x47\x8c\xfb\xcf\xb4\x2a\x9a\xe2\xee\x74\x5e\xcb\x1e\xbc\x52\x7a\xb3\x37\x02\x0c\x81\x69\x83\xe6\xdc\xab\x62\xb7\x29\x26\x6e\xbd\xd9\x36\x53\xea\xcf\xc4\x12\xd8\xd0\xc3\xc0\x15\x17\x86\x82\x8d\xce\xad\xca\x9e\x2f\xb8\x80\x5d\x0d\x37\x88\xc0\x08\x0e\x75\x0d\x23\x83\x15\xe4\x67\xbc\xf2\x46\x70\xa0\x9c\x7a\x20\xde\x97\x87\x0c\x6a\x30\x3f\xad\xe0\x93\xdd\x14\xcb\x1c\xdd\x89\x77\x8d\xc3\xa0\xb6\x3c\x4f\xdd\x51\x5a\x3e\xd5\x0d\x88\xcb\x36\xe4\xe4\xf6\x11\xb3\x9e\xa3\x97\xd1\x8f\xf7\x7f\x7e\xb7\x0a\x62\x56\x73\xa4\x2c\xb7\x0c\xc2\xe5\x91\x04\x21\xd8\x0b\x35\xeb\x4f\x45\xe1\xd0\xda\x00\x55\x2d\x78\x4c\x52\x5b\x57\x4a\x56\xa9\x72\x54\xd7\x6d\x3a\x6e\xfb\x5a\x47\xb7\x10\xbd\x29\x8b\x24\x66\xb7\x28\x79\x64\x27\x0d\xf4\xa9\xa4\x45\x0a\x70\x74\x07\xe9\x74\x07\xe9\xb4\x22\x88\x9d\x89\x79\x80\x18\xc5\x8b\x29\x9a\xd7\x15\x1e\x56\x1d\x74\x8b\x66\x23\x11\xd0\x81\x30\xbf\x24\xca\xe9\xf0\xfe\xf3\xbf\xd9\xb3\xa4\x9c\x35\xa1\x45\xc4\x29\x0e\x06\xf3\x15\x43\x4e\x3d\xd8\x14\xe4\x54\x19\x54\x88\x05\x91\xea\x20\xa7\x8a\x24\xba\x21\x88\x90\xea\x19\x6f\x1f\x08\x64\x25\x27\x93\xae\x2c\xb5\xa0\x73\xdd\x26\x24\x90\x57\x8b\x77\x60\xbc\x7f\x18\x7e\x05\x48\x20\x67\x13\x28\x2f\xe7\x9b\x42\x02\xa1\xea\x0d\x5f\x1f\x12\x88\x81\x78\x2d\x23\x81\xdc\x0c\xf1\xb6\x82\x04\x92\x12\x6f\x43\x48\x20\x37\x43\xbb\x61\x24\x22\xef\xb6\xbc\xef\xf8\x30\x02\x07\x10\x3d\x11\x8f\xe2\x79\x3c\x14\x2a\xa7\x7c\xe1\x5c\xc0\x92\xe4\x95\xa5\x47\xd9\x78\xd6\xd5\x31\x18\x0c\xeb\xc1\x46\x76\x83\x7c\x80\x6c\x01\xd1\x46\xc6\x8b\x5c\x3b\x73\xa2\x66\x1a\xc3\x6b\xe7\xe9\xf1\x89\x98\xf1\xfa\x44\x54\x1d\x03\x9a\xf6\xba\x21\x80\x9b\x3b\x18\x9c\xaf\x06\x06\xc7\xa8\x3b\xad\xaf\x8b\xdd\x02\x20\x1c\xf0\xf0\xd9\xe9\xf1\xf8\xbb\x92\x20\x1f\x2b\xf3\x57\x3e\xd3\x7a\xf3\x78\x39\x96\x86\x20\xb7\x0a\xc7\x86\xdf\x1b\x37\x09\x96\xc3\xa1\x16\x9a\xbe\xe5\x4b\xcf\x12\xcf\xf1\x0c\x21\x5b\xff\x66\x78\x39\xf2\x70\xe7\xef\x59\x0f\xfd\x6f\xfd\xef\xfc\x47\x75\x00\x13\xaa\xd9\x1d\x60\xce\xdf\x1a\x30\x87\x2a\x8c\x63\x03\x62\x4e\x16\xff\xf8\x0e\x32\xc7\x02\x32\xe7\x6c\x05\xed\x51\xfd\x97\x32\xf2\xaf\x11\x34\xa7\x36\x51\xb0\xd4\x65\xd5\xa0\xea\x40\xfe\xf9\xd6\x8c\xce\xd5\xd5\xae\xdb\xb0\x35\xcf\x89\x34\x34\x27\xd7\x05\x0b\x63\x73\xcb\x86\xe6\x7a\xdf\x44\x03\x4b\x32\xbb\xd8\x95\x9a\x91\x4b\xa1\xed\xed\xec\xc7\xad\xda\x8e\x5d\xdb\x74\x29\xd7\x12\x14\xbd\xcc\x3a\xbe\x71\x1b\x7e\x1e\x7b\x5c\xe5\x97\x55\x14\x12\xb0\x1d\xd3\xca\x88\xe3\x87\x0d\x10\xc7\x6d\x4d\xe9\x2b\x1b\xd2\x37\xee\x12\x6f\xe7\x14\x49\x1b\x55\xb9\x13\x66\x2e\xe3\x9a\x6c\xa3\x96\x2c\x5c\x0b\x37\x00\x8b\x56\xe0\xf0\x4d\xc8\x5e\x27\xe9\x0a\xa7\x58\x8f\xc6\x62\x3a\xf2\x10\xf2\x5a\x56\x6e\xaa\x27\x19\x0a\x43\x30\xd6\xc4\x0d\xd3\x7a\x80\x98\xf3\x1e\x3a\x13\x70\x05\x9d\xf9\x6c\x8c\x41\x00\x03\x07\xcd\x31\xe7\xd3\x64\x41\x28\x9c\x3a\x83\x85\x03\x54\xd1\x09\xc6\xd3\x29\x72\x84\xc0\x72\x30\x9c\x73\xad\xd7\x51\x31\x3e\xce\xf5\x24\x1c\x4e\x44\x81\x0b\xc0\xa3\xde\x62\x5e\xea\x6a\xc1\x23\xd8\xb8\xc2\xd5\x73\x9e\xa3\xf8\xbf\xff\xa0\xce\x35\xc2\x78\xe1\x3b\xf0\x0a\xb2\x86\x68\x3e\x9e\xe8\xb1\x79\xd7\x80\x38\xd7\x38\xa4\x14\xc6\x2a\x7e\x0e\x45\x81\x43\xe8\x42\x56\xc8\x08\x89\x43\x68\x18\x45\x22\x02\xad\xe7\xfc\x8c\xae\xe1\x15\xc4\xbe\x73\x0d\x9d\x00\x39\x18\x0e\xd1\x74\x0a\xe3\x40\x4e\x2b\xc1\x62\x66\xbd\xc8\xf8\x3c\x19\x55\x17\xc3\x6b\xd1\x6f\xcf\x39\x81\x00\xc7\x8e\x28\x0c\xc6\xc9\xe0\xb6\x1c\x95\xde\x9d\x86\x63\x0c\x28\xec\x4a\x62\x4c\xe8\x34\x4a\x23\xd2\x0d\xb1\xe6\x69\xa0\x7a\x49\x8c\xba\x5c\xd7\x00\x0d\xe7\x6c\xf3\x80\x1c\xbe\x48\xcf\x3e\xf4\xaf\xb5\xa2\x48\x95\x01\x29\x85\x3d\x1d\x58\xde\x04\x82\x42\x38\xad\xae\xd0\xd4\x54\x8c\x0f\xec\x2a\xc6\x73\x55\x67\xb6\xe8\x2a\xee\x66\x4c\x45\xca\x47\x81\x67\x75\xae\xbc\x9a\xc5\xc9\xe2\x16\xc3\x0a\xb3\x4f\xad\x51\x0c\xbf\x48\x17\x65\x2e\xd9\x1e\x49\x4e\xe1\x10\x43\x2a\x09\x22\x87\xa3\xd3\xe2\xa1\xef\x12\xde\x24\xdb\xed\x05\x97\x0f\xf9\x7d\x95\x23\x9c\xde\xb7\x82\xad\xb0\xc6\xfb\x68\x16\x33\xd2\x54\x76\xfa\x96\x47\xa7\x19\xd3\x2f\x2e\xf0\xe9\x10\xcd\x6a\xd2\xe9\xec\x17\xf8\xa0\x2c\xd8\x28\x0d\xe6\xe6\x71\xca\xae\xef\x8e\x23\x34\xe0\x11\xbe\x26\x63\x58\x15\xa9\xad\xd2\x8c\xca\xf2\x59\x57\xcc\x58\x32\x05\xd9\xdd\x12\x74\x52\xcd\x70\xbd\xbe\xf9\xfb\x36\xe0\x93\xbe\x9c\x4f\x66\xcf\x5f\x0f\x7f\xdf\x3a\x3e\xa9\x9f\xf8\x14\x6f\x00\xa9\xf4\x2c\x63\x5d\xfa\xea\xa0\x4a\x85\x22\xf6\x05\x62\x95\x96\x98\x8e\x39\x12\xa9\x7f\x70\xdf\x02\xaf\x94\xb5\xba\x83\x2c\xbd\x83\x2c\x6d\x89\xda\x5f\x36\x64\xa9\x63\x77\x0b\x2a\x35\xbf\xdf\xa1\x96\x26\x48\x0e\x5f\x29\x6a\xa9\xb5\xd9\x83\xd8\x5e\x22\xb7\x62\xef\x38\x15\xf6\x0e\x8a\x84\xbd\x43\x54\xfc\x66\xdb\x30\x44\xb1\x83\x46\x06\x73\x07\x8f\x80\x19\x82\xd8\x19\x40\x55\xd2\x5b\xb7\x74\xbc\x85\x20\x70\xa6\x08\x43\x07\x0c\xd0\x9c\x8a\x0e\xb9\xaa\x43\x78\xca\xdf\x84\xbd\x04\xa9\x81\x38\x82\x60\xca\x3a\xf1\x37\xb4\x40\xfc\x9d\xd0\x6f\xcf\xc2\x29\x94\xe0\xb7\x2b\x20\xde\xb6\xe8\x69\xcc\xb0\xf8\x22\xec\xac\xb2\x53\x38\x55\x56\x96\x8a\xe7\x6b\xee\xaa\x15\x4f\xae\x0b\x98\xcb\x53\x17\x9d\x5d\xa7\x1e\x38\xb7\xa2\x93\xff\xf7\x7f\xcb\x7d\x0b\x56\x76\x07\x8b\x95\x5a\x0b\x6b\xb7\x04\x5a\x46\x07\x0e\x3d\x4c\xee\x12\xf6\x8e\x41\xdf\x9d\xe6\xf3\x62\xcd\xa9\x1b\x35\xda\x41\xa5\x62\x90\x85\xab\x34\xfb\x27\x75\x04\x19\x32\x1f\x10\x8a\x4b\x67\xd5\x7d\x64\x0b\x26\x63\xb3\x15\x6c\xa1\x7f\x0f\x72\x01\x7d\x87\x99\x3c\xf8\xc6\xa6\x93\x76\x07\x67\xc4\x25\x7e\xe4\xbb\xf2\x8a\xaf\x0d\x39\x97\xe6\x9c\x03\x53\xde\x0c\x61\xf9\xde\x45\x91\xc8\x0c\xcf\xed\x5e\xcd\xbf\xbd\xea\x0e\x3e\xac\x42\x4e\xaa\x56\x58\xf2\x38\x84\xb6\xa8\x49\xe5\xfe\xd6\x93\x8c\x70\xe7\x0a\x08\x9c\x0e\x60\xc0\x14\x10\x3c\x8f\x20\xb1\x91\x93\x86\x88\x80\x0c\x02\xd4\x6c\x06\xa5\x15\xb3\x00\xff\x9c\xac\x68\x92\xd1\xdd\x7c\x6e\x69\x2e\xff\x2d\x01\x86\xb6\x29\x65\x5c\x6b\xf8\x5d\x6b\x97\xd9\x92\xaf\xf4\xe0\xf2\x0a\xa4\xb4\x68\xb1\x6f\x60\x34\x6d\x4b\x0e\x35\x42\xbb\x76\xd7\xc7\xba\xf6\xdd\x1f\xc8\x7c\xc0\x9e\xdc\x2e\xee\xb5\x9f\x85\x4f\x8b\xd0\x18\xcd\x99\x0e\xcc\x63\x3c\xf2\xd9\x28\x8d\xb2\xf5\x5a\x45\xc8\x36\xe2\x63\x5b\xae\xbe\xe5\x98\x9a\x62\x63\xbb\xeb\x23\x63\x17\xb5\x87\x56\x71\xb1\x9b\x6a\x1a\x96\x00\xd9\x35\x2c\xa5\xc6\x81\x64\x92\x2e\xab\x08\x99\x56\x10\xc9\x4d\x91\x1c\x26\xfa\x1f\x9a\xe8\xdf\x20\xea\x83\xc0\x38\x38\x56\x91\x1f\xc5\xc8\x99\x92\xa8\x8f\x7a\xd2\x5b\x9a\x25\x6e\x84\xcb\x5b\xaf\xcd\x8a\x40\xcd\x6e\x0d\xba\x70\x3e\x79\xe4\x3b\x41\x7a\xc9\xd1\xb2\x98\x4a\x2d\x62\xa6\x9f\xa0\xb1\x23\x5e\x60\x07\xdf\xb8\x26\x64\x7a\x49\x2f\x6d\x01\xa6\x1b\xba\x6f\x80\xb2\xbe\x12\x58\xba\x0a\x65\x13\x0b\x55\xfb\x9a\x06\xa0\xe2\x4d\x61\xd2\x4b\x23\x38\x09\x45\xb3\x24\xef\x2b\x13\xc8\xe9\x9c\xb1\xbf\xaf\xc3\x28\x62\xe3\xe7\x0f\xa1\x39\xed\xb5\x30\x0b\xfb\x56\xcd\xe1\xd3\xcd\xc7\x74\x0d\xf0\x74\xb7\x01\x74\x7a\x43\x7c\x74\xa5\x91\x34\xc4\x47\x3f\x51\xc7\x7e\x13\x68\xf5\x8d\xb1\xd1\xdb\xe2\x5d\x2b\xe1\xa6\xb7\xb7\xdf\xec\x98\xdc\x9a\x02\xec\xa6\x94\x80\x15\xd7\x24\x93\xd5\xda\xb6\x30\xa9\x08\xe7\x2d\x0c\xfc\x4e\x90\xe4\xfe\x53\x82\x64\x4e\xaa\x0b\x6e\x6c\x4b\x8a\x18\xf2\x00\xee\xe4\x44\x6b\x72\x42\x26\x25\x34\x12\x12\x56\xc7\xad\x09\x99\x6f\x5c\x42\x64\xb9\xd1\xdf\x40\x3c\x88\xab\xcd\x3c\x8e\x04\x0b\xcd\xc1\xae\x95\x60\x58\x65\x37\x85\xdf\xd6\x9d\xe8\x4b\xbf\x1a\xe5\xb1\x46\xb6\x55\x4e\xea\x4e\xa0\x99\xff\x6b\x50\x44\x6a\x5b\x32\x4d\xc7\x51\xbb\x13\x69\x5f\x59\xd5\xa8\x5b\x2a\xf3\x0a\x6c\xeb\x6f\x20\xf6\x8c\xde\x0f\xc7\x68\x03\xaf\x2a\x30\x65\xed\x2f\xf9\x7b\x15\x97\x12\xc1\xcc\xb7\xaf\xba\x54\xe6\xc7\x56\xc2\xee\xd7\x28\x34\x15\xf2\xd8\xc1\x10\xdd\x36\x04\xc0\xff\x44\x27\xa3\x97\x83\xf8\xaf\xaf\x00\x01\x90\xfb\x43\x13\x3a\xaf\x0a\x03\x68\x31\x2a\xf8\x31\x24\xd4\x72\x50\x4f\x63\x6d\x48\x20\xc2\x10\x04\x0b\x47\x74\xe0\x8c\x10\x16\xb2\xff\x14\xcd\xf1\x10\x76\x9f\x43\x42\xc3\x58\x04\x0d\xce\x40\x88\x7b\xce\x9b\x08\x02\x02\x1d\x5e\x5e\xc0\x01\x4e\x10\x8e\x46\x10\xc3\x98\x3a\x43\x34\x1d\xa8\xa6\x68\xe4\x9c\x42\x7c\x15\x0e\x21\xf1\x1d\x84\x1d\x11\xd3\xc6\x43\x06\xd3\x5d\xc7\xd4\x0d\x18\x84\x94\x23\x71\x7d\xe4\xe8\xc8\xe3\xf4\xe7\xf6\x40\x12\x17\x99\x45\xe8\x95\x1f\xdd\xaf\x09\x3e\xb1\x6c\xe7\x35\xc3\x50\xb4\xd9\x79\xd9\xaa\x5e\x35\xd0\x7a\x25\x50\x8c\xb6\x4b\xd4\x00\x6b\xed\x0b\x41\x6a\xcc\xad\xd3\x2a\x70\x8d\x1b\x5f\xa4\x04\xf5\x71\x13\xcb\xd4\x00\x3d\xef\x0e\x17\xef\x76\xe3\xe2\x95\x2a\x14\x6b\xeb\x27\xb7\x00\x15\xef\x11\x38\xbc\xa2\x2f\xc9\xff\x9a\xb5\x92\x01\xe0\x69\x7c\x6b\xa1\xde\xe9\x65\xb8\x56\x03\xb1\xe3\xb0\x44\x2f\x15\xd9\x36\x89\x64\xf7\x0a\x5e\xaf\xf4\xa2\x4c\x94\x89\x55\x56\x1f\xbb\x27\xa4\xfc\x51\x85\xbe\x64\x13\xf8\xb6\x04\xed\xa6\x6d\xd0\xbc\xfe\x7c\xe8\xdf\xf7\x1f\xf8\x0f\xeb\x92\x73\x55\xb3\xed\xa1\x94\x15\xa2\x7d\xb4\x04\xa1\x49\x48\x28\xc2\x8b\x15\x52\x84\x32\xef\x5d\x19\xf5\x8c\x48\x15\xd2\x0c\x79\x76\x9a\xfe\x9a\x03\x3d\x73\x8b\x92\x22\x9d\x8a\x95\x88\x68\x6d\x1a\x8a\x6f\x5f\xc2\x85\x9b\x22\xff\xc8\x6a\x9e\x25\x81\xe1\xa9\x1c\x91\x53\x74\x3a\x6e\xe1\x49\x13\xff\xcf\x53\xa1\x94\xdf\x37\x75\xd2\xae\xbb\x90\xe9\x41\x31\x2f\xe5\x4b\xfd\xf7\xda\x69\xdc\x0c\x08\xda\x86\xb0\xed\xac\x99\xbc\xfa\x2f\xcb\xd3\x57\xf4\xb1\x67\xd8\xf5\xd7\x8e\x2c\x67\xaa\x2e\xd2\x14\xf3\x43\xa2\x7d\xbc\x7b\x27\x3e\xd4\x87\x90\x1e\xa3\xd9\x82\xd7\xbe\xac\xb4\xa5\x35\x2d\x22\x71\x03\x48\x4f\x39\x42\x71\x4d\x2c\x39\xaf\xaa\x1a\x57\x9a\x04\xc6\xe3\x9c\x15\xe7\x4d\x4a\x94\x11\x11\x1c\xad\x8c\xd8\xec\xb3\xac\xd8\x23\x82\xa6\xb5\xaa\x1d\x87\x52\x2b\x52\x29\x9b\x1a\x17\x4f\x0b\x9a\x89\x3f\x4b\xea\xdc\x61\x24\xf0\x87\xb3\xf7\xb5\xda\xf6\xa5\x55\x88\x5e\xc1\x6b\xdd\x42\x64\xbe\xb0\x5b\x8c\x27\x99\x65\x9a\x19\x6c\x79\x7a\x5a\x07\xe6\xc8\xa9\xce\x6b\xeb\xdf\xb7\x01\x96\x83\xfc\xfc\xe3\xb3\x37\xe4\x60\x5c\x0b\xcb\x91\x55\xc2\x0b\x5a\xb7\x51\x9f\x7d\x59\x90\x50\x05\x65\xb6\x4a\x5f\xcd\x2a\xa9\x02\xb2\xf8\x36\xea\xa4\x16\xfa\xe8\x76\x24\xa5\xce\x4a\xd3\xb5\x50\x8f\xe4\x4a\x93\xca\x15\x1c\xf1\x6a\xd5\xdd\x78\xce\x76\x4d\x79\x56\xbb\x61\x3d\x1d\x8a\x28\x28\x05\x36\x2c\xfb\xd6\x58\x44\x94\x7b\xb6\x5c\x8a\x50\x34\x00\x38\x57\xb5\x76\x0b\xf2\x33\x37\xde\x26\x20\x07\xe9\xce\x69\x13\xe3\xa0\x9d\x79\x4b\xfa\xde\x2c\xce\x81\x36\x36\x4d\x20\x56\xc1\x15\x88\x32\x9e\x22\x55\x48\x34\x14\x79\x41\x02\x91\xc0\x77\x7f\x90\x66\x81\x34\x8f\xa8\x1c\xcb\x60\x38\xc7\x18\xc6\xf4\x47\xf1\x3e\xf9\xa5\x58\xff\x1f\x65\xd7\x2a\xb0\x25\x7d\x15\x49\xa3\x5d\xd2\x2f\x53\x58\xd9\x52\x11\x36\x52\x6f\xc9\x8b\xae\xdb\xa5\xa5\xa4\x7a\xca\x26\xb2\xe9\x2d\xc7\x6a\x95\x51\x5f\xa5\x53\x49\x10\x22\x3d\xb1\x5e\xd7\x9e\x2e\x92\x5b\x63\xd5\x8a\x99\x95\x20\x63\xdd\x33\x1b\x67\xad\xe5\xdc\x2d\x1d\xb6\x4e\x93\xc0\x94\x8c\xe3\x56\x63\x42\x86\xfe\x56\xce\x5c\x5f\xcf\xd3\xbb\x49\xf5\x6c\x0d\xff\xed\xe5\xd5\xad\xa8\x96\xfb\xe6\x0d\xfc\xfd\xd7\x6f\x7f\xfc\xf6\x66\xaa\xe5\x6a\x5b\xab\xfd\xc2\xf4\x55\xb2\x5e\xcf\x0a\xfe\x5e\xba\x8d\x78\xd5\xf0\xd2\x9b\x85\xf2\x4e\xfc\x22\x6c\x3f\xae\x33\x01\xa4\x9b\xf5\xc4\x94\xa3\x11\xb8\xe5\x75\xc6\x7f\x81\x0b\x07\x61\x67\x94\xa0\xe1\x54\x02\x27\x16\x8b\xe0\x83\x39\x45\x23\x34\xe4\x2a\x72\xfa\x59\xce\x51\x5e\x8b\xf9\x94\x22\x38\xa2\x5d\x8a\xc3\x69\x7e\x66\xbf\x28\x6b\x16\xfb\x6e\x06\x98\x9c\x4a\xbe\xcd\xc6\x2d\xc9\x7a\xe6\x20\x08\xc2\xb4\xa2\xfa\x8a\xe5\xcc\x59\x7f\x3a\x0e\x90\x81\x12\x5a\xa8\x14\x5f\x9a\x92\xd2\xfa\x19\x02\x15\xeb\xde\x9f\x25\x98\xc0\x40\xf6\xed\x3b\x30\x0e\x1c\xe0\x5c\xc2\x85\x73\x1d\xd2\x89\x7a\x76\x88\x02\x98\x7f\x7a\xaf\x68\xc3\x32\xf3\x30\xeb\x6c\xbf\x34\x1c\x56\x7a\xf7\xd6\x5c\x1b\xdf\x75\xf3\x18\x9f\x5d\xad\x67\x40\xa8\xb9\xd3\x14\x81\xc7\x6d\x1a\x36\x6b\x1d\x6c\x59\x13\xf4\x29\x4e\x5d\x46\xcb\x36\xc9\x14\xe3\x11\xb6\x80\xfd\x28\x1e\x16\xb9\x81\xff\x20\x69\x25\xfe\x04\xd6\x31\x7f\xee\x45\xa3\x8b\xb4\x85\xb6\x77\x45\x38\xa0\x4c\x1e\x6f\xb6\xe7\xe5\x86\xe6\x9d\x0e\xd0\xc7\xea\x4d\x5d\xcb\x3d\x8e\xd9\x96\x5d\x09\xf4\xa2\x96\xd5\x94\xdd\x8e\xdc\xf5\xf8\xe7\x6f\x89\xc9\xbb\x11\x07\xad\xa1\x83\xec\xb5\x3c\xf3\x59\x5b\x51\xfb\xb0\xf0\x44\xe7\x0b\x60\x17\x06\xa1\x5e\xd2\x3f\x31\x38\xf2\x20\xeb\xf9\xcc\x55\x28\x01\x80\xa2\x41\x7e\xee\xbf\x65\x1d\x04\xb5\x3b\x46\x31\x6e\x4b\x0d\xde\x72\x26\xdf\x09\x36\x0a\x30\xcc\x5e\x24\x35\x09\x62\x61\xa4\xd5\xcf\x91\x1a\xe5\xaa\x32\x40\xbb\xfe\xdb\x90\xcd\x06\x80\xc3\x04\xb3\x61\x63\x1a\xb0\xc4\xfe\xaa\xda\x5e\x0d\x8a\x96\xad\x58\xb9\xbe\xac\x04\x7d\x79\xed\x79\x7f\x23\x82\x26\xf9\x62\x13\x15\xed\xb3\x63\x68\xb1\xc2\x7d\x63\xc2\xdf\x68\x75\xfb\x46\xd3\xae\x99\xce\x3a\xf5\xec\x2b\xc6\x21\x22\xb8\x15\x4c\xa0\x79\x44\x6d\x57\x7f\xbf\x84\x8b\x5b\x55\x8e\x67\xf3\x35\xdf\x2b\x16\xa0\x2a\x3f\xc0\x10\x14\x7e\x13\xf5\x7b\x6e\xb8\xee\xbb\xc1\xfa\x61\x28\x54\xb3\x4a\x28\x77\x4a\xd1\xf5\x43\xa7\xd4\x5d\x7e\x75\x4b\xc0\x6d\x8a\xe0\xfe\xe9\xed\x9f\x67\xdf\xfe\x6b\xef\x6b\xa8\xe1\xce\xe3\x33\xd9\xb5\x6f\x9d\x12\xee\x35\xb1\xc9\x97\x70\xf1\xf5\xd5\x6f\x2f\x12\x6e\x85\xf2\xed\x35\x11\xc3\x9b\x26\xdc\xf6\x22\x82\xb9\xa1\x61\x33\xa5\xdb\x6f\x90\x72\x04\x12\xa2\xc5\x07\xde\x24\x01\xe5\xab\x39\x0d\x42\xa1\x88\x81\x76\x08\x99\xf4\x96\x10\x53\xbe\xeb\xe6\x6a\x86\xdf\x05\x42\xdf\xee\x40\xe8\x82\x3c\x36\x8b\xf5\x9d\x7a\xb1\x7e\x0b\x02\x9f\x87\x67\xf0\xb7\xf7\xbf\x1f\x94\xa5\x63\xd9\x95\x03\x4f\xe3\x55\xb5\x42\x29\xeb\x44\x4b\x5b\x5d\x9d\xdd\xaa\xf0\xe5\x5f\xe0\x62\xef\x37\xdd\x68\xd2\x7e\xcd\x13\x1e\xbb\xb7\xca\x7b\x9a\x04\x47\x5f\x5e\x35\x8f\x8a\x6e\x35\xfe\x44\x8b\x3e\xb9\xbc\x2a\x44\x9d\xf0\xec\x55\xff\x60\xbf\xba\xd6\x43\xd2\xaa\x61\x01\x04\xeb\x38\x68\xd7\xa2\x52\xf3\xba\x61\xae\x97\x57\x3d\xb1\xb5\x0b\x41\xae\xbf\xc0\x85\xb3\xe7\xf0\x5d\x50\x1e\xaf\x5c\x5a\x0e\x37\x67\x5c\x29\xd8\xdf\xeb\x90\x74\x49\x14\x0e\xd9\x7e\xdc\xf7\xbb\x0a\x7b\x7a\x16\x85\xd4\xba\xff\x06\x3e\xb3\x35\x48\x27\xbd\x38\xe2\xd7\x3f\x50\xc8\xae\x84\xee\x9e\x32\x0e\xa6\x60\xc0\x99\x09\x89\x1f\x83\x20\x83\xae\x7a\x90\xb1\x9a\x36\x9c\x6b\xc1\x66\x55\x34\x3e\x2a\x00\x56\xdb\xb8\x6b\x9e\x69\x5d\x1a\x79\x5d\x65\x32\xb4\x48\x41\x6e\x29\x3c\xab\x2a\x38\xab\x68\xb8\x34\xb8\x85\xea\x76\xc7\xc1\xfa\x3e\xc5\x35\x12\x59\x1c\x19\x04\xad\x1d\x44\x0b\x63\x70\xfb\x8b\xd1\xb0\x60\x0b\x57\x83\x95\x12\x6d\x5b\xaa\xb2\xb2\xce\x48\x25\x44\x8a\x5b\x55\x7c\xe4\xbd\x78\x32\x53\x7d\x84\x83\x25\xfe\xf2\x1b\xbf\xe3\x01\x87\xcd\x3b\x51\x86\x99\x1a\xce\xab\x89\xf0\x14\xdf\x5f\x7e\xfb\xef\x3f\x88\x70\x9d\xea\xad\x88\xef\x0c\xe6\xd4\xb9\x86\x5a\x89\xd3\x00\x31\xc5\x9a\x20\xd1\x7a\x08\x30\xe4\x29\xc4\x31\xa2\xe9\x4f\x80\x3a\x20\x8a\x7a\xce\x4b\xea\x4c\xc1\xc2\x89\xe1\x18\xd0\xf0\x0a\x46\x0b\x27\x9c\xce\xc0\x50\x14\x27\x01\x43\xf6\x9d\x13\xa3\x00\x3a\x21\x65\xef\x07\x84\xa0\x61\xc8\xee\x01\xbc\xf3\x9e\x73\x0a\xa1\x33\x80\x11\xba\xe6\x89\xcf\xbc\xb8\x89\x50\x2c\x89\x83\x44\x9d\xd6\x13\x36\xda\x53\x79\x99\x00\x71\xe0\x10\x08\xed\xa2\xeb\x6a\xcb\x98\x84\x31\x85\x38\x06\x11\xd9\x53\xd4\x68\xaf\x7e\x09\xbb\x96\x94\xd5\x30\x49\xe7\x1a\xc6\x22\x86\x32\x49\xe6\x5c\xd9\xcb\x91\xca\xff\x42\x59\xc2\x16\x76\x74\xb5\xdb\x58\xb1\xae\x43\x9b\x02\xad\x9b\x59\xb3\xff\x4f\xfe\xd5\x0d\x20\x09\xc7\x71\xba\x84\x62\xad\x26\x30\x9a\x39\x25\x0b\x56\xb2\xd0\x09\xea\x65\xba\xfd\x56\x88\x57\xad\x29\x47\xeb\x96\xd5\xe4\x7c\x25\xf9\x55\x45\x19\xf2\x5c\x41\x4e\x55\xd7\x54\xad\xad\x5f\x01\x82\x6f\x31\x80\xa7\x63\xce\x25\x9b\x8c\xa0\x22\x0e\xc0\x52\x09\x61\x9c\x82\xf4\xc8\x04\x5d\xbb\xc5\xd9\x70\xb7\xb9\x41\x19\x30\x36\xab\x9d\x74\x23\x62\x94\x17\xab\xb1\x5d\x8b\x6c\x5d\xde\x46\x2f\x7f\x06\x27\xe0\x2a\x44\xa5\x81\x46\xb6\x43\x48\xfb\x31\xbb\x65\xcb\x98\x04\xf7\x61\x00\x3b\x3d\xa3\x62\x1a\xb2\x93\xf5\xe6\xc0\x4e\xa3\x1a\x8d\xa5\x6f\xb9\x18\xd0\x93\xed\xf2\xec\xec\x64\xdd\xa9\xf1\x2e\xd6\x9b\x98\x18\xc5\xca\x53\xca\xc6\x5b\xa7\xdd\x1e\x4f\xe0\xf0\x72\xd5\xd0\xeb\x8a\x19\xff\x0c\x41\x44\x27\x8e\xec\xbe\x15\x2e\x71\x90\xbd\x77\xf8\x4e\x91\x05\xa8\xd7\x95\xa8\xa3\x65\x07\xdc\x42\x82\x96\x73\x85\xb6\x1c\xa4\xa9\x09\x54\x38\x49\xe5\xac\x2c\x1c\xa5\x5f\xac\xab\x34\x9d\xb2\x92\x9f\x7e\x41\xfd\xd0\x78\x6c\x4a\xa0\x4a\x71\x6b\xeb\x36\x6d\xd9\x71\xda\x20\x9e\xda\x4d\x6e\xa9\xf7\x33\xb7\xd4\x15\x02\xba\x36\xb7\x46\x07\xb9\x82\x09\x0a\x19\x31\x59\x86\xca\x3a\x69\xb6\xc3\x4b\xbd\xc6\x0d\x87\x97\xaf\xe7\x50\x8d\x44\x67\xe7\x62\x36\xb7\x34\xc2\xa6\x35\x60\x1e\x37\x1b\xb8\x2e\x2d\xd2\x2b\x7b\xa9\x6f\x43\x1e\xe1\xbf\x5f\xff\x3e\x1b\x8d\x0e\x67\x37\x59\xde\xdb\xc2\xfc\x6d\x97\xa7\x58\x6f\x4c\x6e\x66\x39\x36\x17\xc4\xbe\x1d\x96\x63\x9b\xfa\xd6\xab\x14\xb7\x6e\xc5\x66\xdc\xba\xcd\x36\x7f\xe7\x5d\xc3\x94\xda\xdc\xfe\x5c\xa9\xe4\x95\x98\x92\x0f\x37\x62\x4a\xbe\x25\x86\xe4\x83\x83\x1b\xb2\x24\x8b\x4a\x72\xf6\x10\x1e\xfb\xfe\xc1\xc1\x17\x68\x34\xce\x7a\xf6\x57\x3f\x1c\xec\xbf\x7a\x1b\x6e\xfd\xb5\x42\x32\x57\x0a\x2e\xd9\xf2\xab\x3a\x92\x18\xcd\xd2\xbf\x30\xbc\x82\x98\x63\xd0\xaf\xbe\xcf\x1b\x58\xae\xab\xec\xce\x4e\x1b\x19\xc8\xeb\x6f\x8a\xad\x64\xe1\xca\x79\xdf\xee\x6a\xe3\xce\x60\xe1\xc4\xaa\xb8\x68\x4e\x82\xb4\xa5\xcc\xb5\x93\x20\xbe\x71\xb9\xd5\x24\xe5\xfc\xf2\xaa\x97\x0d\xe8\x2e\xc9\x25\x5b\x3d\x01\xbd\x19\x77\x58\x6d\x0a\x18\x21\xda\x6d\x2d\x65\xbe\x8a\x37\xdc\x80\xff\xc9\xd9\x70\x92\xb5\xc5\x18\x37\x5d\xb2\x3c\x24\x3f\xf2\xa3\x2d\x0b\x96\xb3\xbd\x76\x04\x6e\x47\xe9\x72\xb7\xac\x72\x77\xb5\x41\xfe\xc6\x6b\x77\xbb\xb6\x95\xbb\x45\x35\x0e\x45\x71\x3e\x52\xa5\x9e\x31\xce\x6d\x57\x95\xdb\xde\x8a\x5f\xf3\xea\xac\x7e\x28\xff\x84\xa2\x42\x66\x1a\x5e\x76\x28\xee\x59\x65\xf0\x6c\x38\x1c\x4f\x34\x17\x76\xc1\xa7\xad\x77\x50\x93\x1d\xb3\x67\x84\x70\xb3\x37\xd4\xb4\xb7\xf2\x37\x5d\x2d\x77\x9b\x15\x72\xef\xaa\xde\x1a\x0e\xd7\xed\xab\x7a\x7b\x13\x67\xb9\xbc\xfb\xdf\xb8\xf5\x44\x95\xcf\xb5\x39\xa4\xd5\x47\xb5\x11\xb9\x37\x54\x35\x48\x16\xdc\xb8\xab\x0b\x54\xd1\xb9\x65\xcc\x41\xe9\x63\x7f\x87\xba\x40\x97\x70\x71\x57\x15\xe8\xae\x2a\x50\x5b\x55\x81\x52\xb6\xf4\x95\xd5\xfd\xc9\xff\x76\x57\xd8\xc7\x70\x89\x6b\x56\xd8\x47\xb3\xfd\xf1\x7a\x24\xb7\xb0\xc6\xcf\x9a\xfe\xb5\x35\x00\xa1\x78\xfc\xd2\xed\xca\x04\xbd\x7f\xfd\x62\x32\xb8\x7e\x17\x19\x9d\x6d\xcd\x53\x40\xb7\x92\x90\x77\x36\x81\x37\x95\x4e\x46\xd3\x57\x7d\x11\x19\xa1\xa9\x62\x65\x45\xc7\x90\x88\x68\xdc\x18\x39\x11\x62\x22\x58\x95\x1d\x0a\x45\xb0\xed\x10\x50\x10\xa1\xb1\x2d\x55\xd7\x4e\xb5\x5b\x3d\xc3\xcb\x74\xd4\xd6\x39\xb4\xb7\xc1\x31\x7e\x70\x75\x0a\x26\xbf\x0c\x91\xd9\x31\x3e\xe1\x31\x57\x8b\xa2\x5f\x7c\x1e\xe7\x7e\xb2\xf3\x64\xbf\x62\xf3\x5e\x19\x6c\x97\x6f\xa3\x3a\x9c\xdd\x96\x8c\x73\x55\x5e\x2e\x21\x64\xf8\x5c\x54\xbb\x9b\x02\xab\x35\x7f\xf3\x77\x75\x11\x3d\xf4\x5d\xc9\x3d\xea\x20\x5a\x15\x16\x6b\x12\x7e\x91\x43\x63\x65\x4a\x39\xc6\x60\xa1\xc5\x33\xaa\x0e\x7e\x96\x1b\x3d\x31\xec\xa5\x3f\xbd\x4b\x4e\x81\x0e\xda\x24\xbd\x44\x05\x98\xd6\x6c\x06\x6c\xbb\x88\xac\x37\x9e\xa4\x92\x5d\x44\x9d\x1d\x34\x0f\xfb\xac\xb9\xdb\xa7\x9d\x37\xcb\x04\x48\x56\xc7\x51\x6c\xa7\x22\x66\xde\x78\xf1\x77\xb3\xd1\x9a\xf6\xf7\xd2\x35\x9c\x29\xd9\x3d\xd5\x92\xcd\xb2\xd2\xbb\xe2\xe6\x22\x3e\x32\xe6\x53\xfb\xb2\xd8\x0f\x7d\x29\x2e\x64\x88\x54\x17\x43\xc2\xeb\x09\x26\xc3\xa1\x60\xfc\x4a\x20\x82\xfd\x20\x8c\x7f\x72\x84\xbe\xfb\x03\x08\x02\x61\x68\x72\x7f\x18\x26\x01\xbe\xfc\xd6\x59\x1b\xb2\xcf\xed\xbe\xb9\x50\xfd\xfc\xd7\xc9\xdf\x4f\xe5\x7b\xb4\xaf\xd2\x08\x5f\x7b\xfb\xa9\x15\xd1\xc3\x61\x55\x28\x54\x59\xa8\x84\x61\x9c\xec\x84\x45\xd2\xc4\xa4\xfd\xd2\x20\x7a\xa2\x38\xf6\x3c\x40\x1e\x3b\x70\x01\xa0\xa0\xcb\x98\x39\x0d\x67\xae\xef\x9e\x48\x31\x99\xe6\xa5\x24\x5f\xac\x58\xe6\xd6\xf2\x76\xd6\xa0\xb9\x21\xef\xb2\x51\x99\x5d\x73\x14\xaf\xe5\x02\x37\x00\x46\x76\x9a\x5a\xe7\x32\x17\xe0\x84\x03\x72\x4d\x5a\x15\xec\x04\x54\x96\xd8\xcc\xa3\x26\x3b\x8d\x8d\x12\xeb\xda\x23\x6c\x73\x94\xec\xf7\x4e\x69\x79\xaa\xcd\xc9\x99\xd5\xa4\xcc\xcf\x76\x32\x66\x45\x69\xf0\x73\x03\x59\xd0\x96\x97\x5d\xeb\x6b\x8c\xc3\xc0\xe4\x66\x1f\xc2\x28\xfa\x19\x86\xe3\x09\xaf\xf5\x92\x38\xdd\xbf\x3f\xcc\xc4\x79\x37\x10\x5e\x35\x92\xc3\x4a\x5c\x58\x48\x8a\x43\xb3\xa4\x38\xcc\x49\x8a\xc3\xa2\xa4\x38\x5c\x49\x52\x6c\x50\x4a\x14\xc6\xd8\xa6\x94\xd8\xa2\x84\x68\xe4\x18\x5d\x99\x8f\x99\x23\xf5\xed\x4c\xa1\x96\x0b\xbb\x71\xd8\xfc\x46\x32\x61\xad\x68\x82\x56\x33\x18\x32\xdb\x19\xa4\x61\xb9\x9a\xb1\xa9\x8a\xc9\xfb\xf9\xc6\x36\x77\x8f\xe6\x59\xf4\xb5\x46\x69\xc1\x5a\xb6\x93\xc1\xb1\xa2\xe5\x6a\x6d\x2b\xb3\x64\xa4\xdb\xb4\x57\xfd\xeb\x3f\xff\x79\xff\xe6\xe1\xef\xef\xcd\xf6\xaa\x15\xb2\x2b\x32\x78\x14\x39\xd9\xb0\x92\x81\x8a\x13\xe9\x66\x0a\x41\xb9\xf9\xf8\x61\x99\x57\x21\x56\xab\x90\x5a\xe1\x1f\xd6\x95\x82\x62\x4d\xb6\x57\x96\xd4\xc0\x12\x57\x4e\x09\x88\x75\x4b\x63\xb6\xf0\x64\x46\x53\xb3\xd1\x5b\x2d\xdc\x49\x37\x5c\x2f\xcb\xd5\x12\x7a\xb3\x5b\xb7\x24\xf3\xaf\xd2\xf8\xb1\xed\x02\x57\x31\xb8\x6a\x12\xfb\xd9\x65\xed\xcd\x01\x9f\x43\xc4\x91\x40\xdc\x82\x49\xef\x11\xe7\x9e\x13\x57\x88\x81\xf3\x73\x35\x67\xb9\x81\xdc\xa4\x88\x13\x1b\x4f\x36\xd3\xb8\xda\x02\xd1\xd3\x34\x57\x92\xad\xb0\x10\x92\xae\xdc\x9e\x16\x8f\x5c\x28\xbb\xa0\xfd\x30\x93\x5a\xb8\x35\x23\xcc\x57\xd4\xad\x19\x5d\xa1\x00\xaf\x1a\x99\x96\xca\x4e\xd1\x14\x8d\x31\x98\x71\xa1\x1b\x84\x84\x82\x98\x3f\xd1\x78\x0e\x6f\xd1\x3c\x0e\x9c\x33\x1c\xce\x9c\xb3\x70\x0a\xeb\xa6\x82\x29\xb5\x9c\x85\xd6\x92\x4d\x20\x57\xfc\xc2\x7e\x80\x3a\x16\x87\x05\xa5\x65\x3b\x5b\x4a\x67\x9b\xaf\xb0\x07\x7e\x85\x14\x30\xa5\xbc\x6e\x64\x53\xd5\xce\x6e\x64\xf9\xe6\x17\x17\xf9\x14\x97\x06\x85\x2e\x2d\xb9\x80\x65\x34\xaa\xbb\x6a\x75\x57\xed\xb2\xa4\x7f\xce\xbf\x2b\xc7\x56\xb5\x96\x2a\x8e\x74\x9d\xc8\x82\xf6\xe2\xf5\x53\x21\x70\xe8\xbb\x68\x4e\x23\x8e\xe1\x5e\xe4\xfe\xcd\x35\xcd\xcc\x8f\x2b\x47\x35\xa4\x1a\xe3\xba\x1a\xe7\x5e\x86\x5f\x6e\x57\xfd\xfc\xf3\xbb\x6f\xfe\x18\x9c\xfe\xeb\xc4\x2e\xb4\xc1\x60\x6c\x0a\x83\xc4\xd2\xd4\x4d\x4d\x17\x99\xe8\x31\x30\xe8\x12\x69\x6f\xc9\x89\xff\x12\x03\x96\x0c\xa5\xa4\x60\x30\x03\xb1\x88\xa1\xb2\xab\xf5\x2e\xf7\xf8\x1a\x88\x1d\x45\xf3\x8d\xa9\xd2\x5d\xfe\x28\x6a\x86\x94\xf5\x92\x76\xaa\xee\x6b\x69\xe4\xc1\x04\x90\xf4\xbe\xec\x08\xaa\x37\xb9\xb9\xa5\x97\xb6\x3c\x7a\xcd\xf7\x6d\x5c\xcb\x0a\x7b\x7c\xed\x03\x33\x4d\xa5\xc2\x36\x0f\xcb\x6f\xff\x0b\x47\xc7\x93\xb1\xb9\x78\xaf\xf5\x61\xd1\x64\xd1\xcd\x9d\x13\x6d\xb3\x32\x11\x6b\x01\x39\x9b\x16\x7d\x54\x03\x2e\x3d\x09\x8f\x7c\x17\x71\xfa\x77\x61\x4c\x71\xc8\x35\xb8\xf2\x57\xae\x76\x48\x6a\x0e\x48\xe1\x70\xa8\x41\xf7\x12\x02\xae\x7e\x26\xcc\x02\x64\x9d\xd3\x91\x8c\x6e\xdd\x93\xc1\xd4\xc2\xed\x1e\x8a\xe9\xde\xcf\x7f\xa2\xf9\x15\x5e\xef\x50\x60\xa6\x37\x77\x29\x0e\x67\x5d\x1a\x4e\x0b\xf9\x03\x2d\x9f\x0d\x8d\xe3\x56\x82\xcb\xb9\x65\xd8\x4d\xb9\xcb\xfd\xaf\x61\x1c\x4e\xe7\x53\xdb\xfb\x69\x2d\x9a\x93\x5b\x17\x72\x93\xb9\xaf\x4c\x43\x89\xd5\x77\xee\x4e\xc1\x47\x36\x90\x1f\xb1\x50\x3e\x9f\x87\xe3\x90\x8a\xd8\x8d\x8b\xec\x55\x7a\x4a\xac\x07\x5b\x3b\x79\x18\x84\x20\xde\xd6\xdc\xf9\xcb\xb7\x3a\x7d\xf1\xce\x6d\xcd\x1f\x7c\x6c\x7b\xf2\x45\x0e\xf8\xd0\xd7\x5e\xda\xe5\xff\xa4\x31\x10\xe9\x68\x94\xb7\x4f\xff\xea\xe2\x22\x77\x54\xcb\x78\x6b\xab\xec\x15\xd3\x15\xd1\x7d\xb4\x3e\x48\x6a\x8d\xd8\x6a\x15\x9a\xe3\x1f\x7f\xfc\x6b\x74\xf9\xa2\x29\xd0\x0f\xfc\x28\x30\x3e\x4f\x85\xe3\xd1\x9a\x11\x6b\xd6\x92\x6d\x6a\xf1\x6b\x80\x2c\x14\xcb\x5f\xf2\x89\x15\x8d\x7f\xd6\x65\x29\xdd\x2f\x09\xbd\x61\x8f\x6d\xd5\x35\x21\x1c\xd6\x72\xf1\xdf\x58\xf6\xbc\xd3\x2c\x7f\x7e\x25\x3f\x7e\x5b\x39\xf1\x19\x19\x50\xcc\x8c\x97\xa6\xcf\x32\xa7\x66\xed\xf3\x6f\xf8\x9a\xaf\xf8\xf0\x19\x18\x97\xe2\x4f\x3a\x4d\x3d\xd8\xed\xa5\xe7\x67\x47\x5d\x0f\x80\x99\x69\x6f\xe9\x55\x51\xdc\x2e\x17\x52\x91\x2c\xc7\x85\x29\xb3\xdf\xcd\x96\xae\x79\x94\x30\xcd\x3d\xc5\x74\xbb\x49\xb8\x47\x31\xe7\xad\x26\x4b\x61\x85\x60\x45\xa7\x2c\xc0\xe1\x80\x31\xfd\x45\xa4\xac\xd0\x69\x45\x9b\x01\x18\x5e\x8e\x85\xca\x1d\x4e\xc1\x18\x1e\x39\x57\x00\x77\xba\x5d\x57\x87\x9e\xec\x86\x43\x14\x7b\x39\x97\xd3\xaa\xa0\x24\x36\xe3\xad\xef\xdf\x14\xee\x56\x13\x9c\x97\x2a\x54\xf9\xa5\x4d\x54\xa2\x32\x24\x19\xf1\x80\x40\x1d\xae\xd8\x19\x65\x0b\xf5\xff\xfe\xaf\x5b\x56\x9b\xbb\x93\x1d\x53\x16\xd8\x78\x5f\x14\x03\x12\xb6\x98\x72\x2e\xbd\x81\xe4\x3e\xf3\x79\xd3\x25\xdd\x4c\xf2\x19\x9b\xec\xe6\x74\x7e\x82\x3b\x55\x81\x78\xae\x3a\xb6\x7a\x5e\xc0\xc5\xc3\xb8\x68\xba\x50\x32\xa1\xac\xe2\xa2\xdd\xa8\x56\x4e\x70\xfc\x12\xd3\x16\x13\x66\xb9\xf1\x6c\xc5\xcd\x99\x25\x93\x39\xac\x7f\x3d\x48\x5c\x68\xdb\xbc\x1e\x5c\xde\x7f\xf5\x2f\xfa\xfc\x2f\xb3\x49\xb2\x78\x27\xb0\x28\x73\x65\x7d\x53\x10\x5b\x30\x75\xf9\x6d\xeb\xba\x90\xae\xc4\xaa\x39\x37\x46\xfd\x31\x03\xc4\x9b\x4e\xb3\xa0\x56\x1e\x66\x7e\x6d\xa1\x62\xef\xc6\xa1\x96\x2a\x1e\x2b\x07\xe9\xaf\x78\xa8\x12\x95\xbe\x4a\xef\x2c\x87\x7c\xaf\x78\xaa\x0e\xca\xbf\xe2\xd1\x6a\xa8\xf5\x8a\x07\x85\x28\xb7\x29\x3e\xbc\x5a\xed\xe1\x46\x3a\xf1\x2a\x52\xf0\x20\x29\x39\x98\x2f\x68\x51\xfe\x8e\x72\x49\xbc\xde\x08\x0a\xda\xce\x0d\xbf\xdf\x58\xff\xe0\xe6\x87\x91\xab\x56\x70\xf3\x03\x30\xd5\xb2\x68\x7b\x14\x65\x7c\x5b\x8c\x60\xcd\xca\x0a\xc5\x89\x15\x6a\x1f\x64\xde\xd3\xa8\x04\x57\x55\x40\x77\xdb\x6b\xb2\xed\xda\x08\xc6\x11\xb5\x55\x29\xa1\x84\x40\x9b\x43\xe5\xff\xb6\xa2\x72\x42\x11\xb3\x3f\x2d\x99\x50\x77\xfb\x50\xc3\xcf\x6f\x16\x13\x4e\xc9\x0a\x34\x6d\x52\x46\xa1\x84\xa6\x4d\x71\x92\x9c\x0c\x4f\x78\x58\x53\x68\xc1\xf4\xa4\x0d\xb4\xcd\x0d\x2c\xf9\xfd\xba\x42\x0c\xd6\x30\x42\xf6\x83\x5d\xb9\x2c\xc3\x83\x46\x65\x19\xf2\x83\xcb\xef\x3e\xd6\xdf\xc3\x9a\x1d\xd8\x28\x41\x71\x45\x4d\xa7\x2e\xf6\xba\x89\xb9\xc8\x62\x3b\x67\x2e\xa6\x99\x98\x46\x99\x38\x12\x12\x1e\x17\xdd\x73\x7e\x34\xd4\x89\xf3\x9d\xab\x10\x5e\x57\xdb\x0a\xdb\xab\x80\xb7\x6e\xf9\xb4\xaa\x32\x78\xd6\xf6\xfd\x9b\x8d\x6f\x48\x29\xb1\xd2\x35\x9b\xcc\xc0\x10\x92\xbd\xae\x2c\xc3\xb7\xcd\x0b\xf6\x9b\xf7\x27\xe3\x3f\x0f\xff\x3d\x59\xa3\x70\xb4\xe9\x46\x9d\xf1\x25\x19\x6e\xc7\xa3\x10\x46\x01\x77\xb9\x58\x14\x32\xb5\x2a\x23\xed\x94\xc6\xc7\xeb\xa0\xb7\xdf\x4b\x80\x9d\x2e\x85\x1f\xa9\x5b\x88\x93\xce\x14\xb7\x4e\xab\xe3\xb9\xce\x04\x90\xae\x2a\x79\x9d\x06\xf9\x54\x94\xeb\x2b\x58\x7e\xed\x0a\xf6\x15\x9d\x7b\x60\x4e\xd1\x08\x0d\x79\x96\x4c\xfa\x59\xce\x4b\xba\xd3\xb2\x89\x05\x09\xc4\x39\x7b\x5c\x66\x60\xaa\x57\x0b\x6c\x3b\xf9\x96\x52\x5c\x8b\x04\x69\x43\xc7\xb1\xd3\x3d\x76\x5a\x87\xa9\x93\x91\x93\xd4\xe8\x60\xcc\x4c\xb1\x68\x2e\xce\x47\x1c\xcc\x09\x75\x06\xd0\x01\x0e\x97\x6e\xce\xf3\x57\xa7\xce\x04\x11\xca\xa6\xd2\x13\xbf\x0e\x51\x4c\x41\x18\x3b\x07\xdd\x6f\x1f\x38\xc3\x09\xc0\x60\xc8\x38\x81\xd3\x11\xb1\x04\xc4\x77\x22\x48\x29\xff\x00\xe2\xc0\x99\x2c\x66\x13\x18\x13\x4f\xfc\x35\x15\xfd\x8f\xc3\x58\x54\x2f\x05\xb2\x71\xcf\x79\x1d\x0f\xa1\x23\x76\x5b\xe0\x0b\x26\x3b\x04\x71\x8c\xf8\x70\x04\x51\x82\x5e\x61\x4e\x55\x05\xf2\xcc\x1b\xca\x4e\xfb\x77\x4b\x0b\xbd\xe6\x62\x9e\x33\xbd\xf3\x4d\x91\x14\x67\x6a\x5a\x2e\xae\xa4\xba\x81\xa5\x47\xd5\x98\x9b\x92\xd1\x2a\xd8\x1e\x71\x94\xd2\xd2\x45\x33\x36\x4a\x60\x88\x5e\xaa\x3c\x47\xcf\x21\x19\xe2\x90\x3f\xeb\x74\x5e\xcb\x3e\x3c\xb3\xa9\x56\xdc\x56\xe0\x47\x0a\x30\xcc\x62\xdf\xca\x93\xa1\x75\xb6\xc6\x01\x31\xac\x4a\xa6\xe3\x32\x5c\xda\xfc\xa0\xab\xf6\x53\x41\x58\x3f\x3d\x3e\x39\xfd\xf0\xe2\xd5\xd3\x67\x27\x2f\x9e\xdb\xa0\x7b\x95\xf1\x5e\x2d\x4a\x2d\x82\x06\xb8\x4d\xb7\x2c\x97\xfe\xad\x6a\x6f\x8c\x27\x28\xd7\x6f\x9e\x2d\x1c\x10\x04\x61\x3c\x76\xf8\x1b\xd9\xfd\x8e\x1f\x36\xb6\x24\x42\x36\xfa\xe2\xf2\x17\x46\x91\x03\x66\xb3\x68\xe1\xd0\x09\x9c\xb2\x76\x20\x8a\x1c\x8a\x2e\x61\x4c\xd4\x41\xe5\x87\x98\x63\x93\xe9\x3d\xf4\x4a\x08\x9c\xdc\x55\xd8\x9b\xbb\x22\x37\x03\xa5\xd1\x0a\xc1\x90\xe7\x23\xf0\x2e\x32\xa9\xf2\xdc\x10\x1a\x0c\x5d\x8e\x6f\xc7\x85\x6c\x8e\xed\x3e\x3d\x3e\x61\xbb\x9c\x91\xe4\xb9\x68\x90\x0b\x98\x36\x2f\x76\xe5\x7a\xcc\x50\x14\x0e\xc3\x46\x4b\xf2\x46\x7b\x64\xe5\x55\x51\xef\xdd\xca\xc2\xf0\x97\x2f\xea\x97\x06\x44\x11\xba\x96\xfe\xca\x97\x01\x8c\x69\x48\x17\xb5\x4b\xc6\x4f\xa1\x71\xe1\x38\xe1\x16\x76\x4b\x67\x91\x2e\x5c\x83\x52\xb4\x9e\x82\x63\xba\xbc\x05\x21\x01\x83\x08\x06\x59\xa5\xe6\x91\xef\x22\x9c\x97\x46\x21\x79\x83\x43\x42\xc3\x18\xa6\x48\x04\xc9\x4f\xf2\x4e\xa9\x23\xe0\x27\x5d\x6b\x0a\x41\x7a\x27\x24\xf3\xc1\x94\xe3\x6f\x97\xdc\x09\xdd\x6c\xf5\x10\xe1\x9c\xd4\xd5\xa7\x53\x70\xd5\x46\x41\x10\x7b\xa2\x94\xcc\x77\xed\x89\x4a\xc0\xc6\x35\x27\x9a\x97\xc2\x25\x53\x93\x83\xc2\x90\xc7\x12\x95\x13\x5f\xea\xed\x65\x63\x32\xdd\xce\x0b\x62\x47\xcb\xfa\x8f\x11\x2d\xdb\xb6\x32\x49\x2d\x57\xab\x26\xab\x95\xa6\x47\xb1\x79\xbe\x7f\x1b\x66\x44\x1d\x21\xfb\x95\x62\x49\xdb\x28\xb0\x7a\x03\x56\xa3\x07\x79\x78\x6a\x6d\x07\x64\x6b\x5e\x5c\xd8\xe3\xc4\xdb\x42\x32\xb5\x6c\x11\x94\xdd\x89\xb9\x74\xf5\x6d\x50\x58\x7f\xdf\xfd\x21\xbd\xb6\xfe\x90\x9a\xb1\xd2\x62\xab\x89\x9d\xd4\xaf\x8e\x90\x30\xda\x7c\xac\x02\x1b\xea\x0c\x43\x79\x59\xb1\xc1\xa8\x61\xdd\xd6\xb0\xa6\xb9\xe2\x36\x61\x16\x87\x57\x3f\x3f\xb8\xde\x8f\x40\x89\xdd\x42\x5e\xd5\x9b\x42\xee\xe6\x0a\x44\xdd\x0c\x74\xf1\xef\x68\x8e\x53\xfd\x88\x27\xf8\x0c\x20\x8c\x99\x32\xd6\x0a\x78\xb1\x54\xea\x16\x99\xd7\x7c\x11\xc8\xc5\xad\x90\x91\x80\xab\x56\xc8\x48\xc0\xd5\x0d\x93\x71\x2b\x40\xda\x65\x64\x9c\x02\x7c\x09\x03\x6e\x7d\xe6\xe3\xaa\x40\xbf\x6e\x40\x54\xd1\xd5\x5a\x64\xad\x80\x8e\x2e\xf2\x64\x2d\xae\x95\x11\x49\x59\x4e\xf8\xbf\x22\xd4\x1d\x13\x2a\x18\x58\xb9\x3a\xae\x47\xb3\x1e\x30\x41\x06\x29\x08\xa3\x5a\xf5\x5d\x09\x7c\x5c\x88\x08\x3d\xc8\x07\xb0\x76\xf2\x05\xba\x0e\x32\x2b\x9a\x6d\x5d\xfc\xdd\x3d\x72\xf2\x65\x4e\x0b\x63\x15\x51\x98\xcd\xfc\xc5\x86\xf8\xbd\x6c\xc4\x66\x5b\xc2\xaa\x0d\xc8\x6e\xd9\x17\xaf\x36\xb4\x5d\x59\x35\x7a\x31\xc6\xef\x9f\xbe\x7d\x65\x83\x81\xe4\x67\x8d\x7a\x15\x22\xcc\xfa\xe2\xa8\x45\x0f\xe4\xd0\xbd\xe1\x75\xaa\x04\x37\xd9\x0c\xcd\x5e\xf3\x22\x08\xe9\x4a\xef\x69\x52\x26\x5b\x2c\xb7\x23\x57\x7b\xfb\xa5\xb2\xd5\xf6\x33\x80\x3a\xf9\xf7\xfd\x07\x35\x15\xb3\x65\xa3\x6d\xd4\xcc\xce\x5d\x4f\x56\x07\x74\x12\x04\x28\x81\x74\x4a\xec\x49\xae\x11\xd7\xa9\x68\x29\xbb\x89\x5a\xc9\xae\x75\xa5\xe4\x46\x46\x9b\xcc\x31\x6b\x6c\xdd\xe0\xa7\xc7\x35\xe0\x47\x19\x03\xdd\xaa\x0d\x0a\xed\x93\xd5\x02\x04\x66\xfd\x97\x58\xd7\x43\xcd\x9d\x3d\xe9\x5e\xad\x3e\x6b\x37\x84\xae\xa2\x49\xa3\xf5\xe4\xd9\x6d\x28\x42\x01\xe1\x01\x1c\x7d\x77\xf2\x6d\xd3\xa4\x4d\xf5\x6f\x52\x71\x52\x02\xc8\x6a\xce\x64\xdf\x25\xbc\xf4\xbb\xab\x6a\xd9\x1d\x8b\x3a\x5c\xaa\xab\xbc\xb4\x24\x73\xa9\xac\xd9\xd5\xb3\xd0\xf9\x4e\x73\xcc\x40\xb3\xcc\x91\xb9\x17\xb7\x58\xe6\x1c\xf8\x07\x87\xfe\xc1\xfd\x1a\xa1\xa3\x5a\xdd\x30\x67\x95\x4c\x32\x59\x99\x8d\x89\x80\x06\x80\x55\x0d\xeb\x4b\x4b\xc2\xf7\x5a\xab\x2f\x7d\x23\x5c\xb3\x60\xe6\xfd\xbb\x14\x82\xff\x5b\x64\x0f\xbb\x9b\xc9\x1d\x6e\x89\x21\x14\xcc\xe0\x4d\x53\x3c\x2a\xf3\x35\x32\x1e\xfd\x8d\xb9\xd3\xad\x06\xc3\x5d\xe4\xce\xae\x63\xf6\xcb\x5a\x87\x66\x5b\x27\xe2\xad\x97\x8b\x91\xa5\x90\xc8\x6e\x14\xfe\x80\xe0\x69\x85\x41\xa4\x94\x1c\xe6\x2c\xcb\x18\x75\x13\x5e\x2c\x7f\x41\x91\x08\xf4\x70\xef\x9b\xf8\x42\xa1\x63\xbb\x48\xe0\xe7\xca\xb8\xe4\x66\xd2\x35\x0d\x9a\x73\xaf\xd7\xbc\x26\xc3\xfa\xc9\xc2\x45\x2a\xb5\x51\x5e\x5d\x17\x48\xea\x3a\x9c\x99\x78\x31\x6a\xc5\x4c\x17\xbb\xa9\xaf\x3d\xa5\x59\x21\xb4\x49\xed\x3b\x8b\xf8\x99\xf2\x05\xd9\xf8\x51\xaf\xc8\x07\x49\x4a\xf3\x18\x20\x6e\x67\x33\x28\xbd\xa9\xb2\x26\x40\x49\xf8\x81\x9f\x6b\x90\x0f\x2c\x69\xe4\x3e\x35\x8c\x3f\x17\x56\x96\x89\x92\x7c\xa4\xa2\x30\xf6\x98\xca\x82\x12\x23\xe4\x7e\xb6\xba\x6d\xba\x5e\xec\x97\x8a\xfd\x63\x50\x36\xf7\x2b\xcb\xbe\xd8\xf1\xc8\x6a\xdf\xb9\xd3\x2a\xdb\xbc\xab\xbd\x6f\x3c\x71\x77\xb5\xf7\xb7\x57\x7b\xbf\x21\xa3\xdf\x4f\x0a\xe5\x37\x00\x50\x28\xf0\xd1\x02\x7e\x44\x75\x60\x47\x23\x96\x74\x57\x6f\xff\xae\xde\x7e\xfa\xdf\x5d\xbd\xfd\xda\xe5\xb8\xab\xb7\x7f\x57\x6f\x7f\x9d\xe1\xdb\xb4\xb2\x63\x60\x4d\x24\x4a\x83\x6c\xe4\x62\xe3\xbb\x72\xfc\x8d\x71\x6d\x52\xd3\xea\xed\xab\xc3\xdf\xae\x77\x65\x8d\x82\x49\x0a\x38\xe7\x76\x45\xb9\x8d\x7f\xfd\xf8\x6e\xfc\xd3\x8b\xab\x96\x2a\xf3\x6f\xaf\xa2\xbc\x24\x6f\x1a\x4e\x14\x40\x0c\xc7\x21\xe1\x8e\x22\x9e\x95\x75\xf3\xe5\xe6\x5b\x0a\x5a\x29\xd9\x39\x6b\x6e\xc3\xdb\xe0\xe6\x7b\xbf\x1f\xbf\x3e\x9b\xcd\x46\x25\x71\x2b\x08\xd3\xc4\xa2\xcf\xef\xb3\x2b\x54\xf3\x4a\x8b\xe2\x94\xfb\xe3\xf2\x58\x84\x11\x1c\x52\x6e\x74\xbf\x84\x8b\x2e\x9f\x22\xc9\x17\x10\xe2\xb7\x92\x23\x40\x86\xae\xef\x3e\x65\x9a\xda\x7f\xb2\x85\x54\xb2\xed\x02\xc8\x1b\xfe\x87\x35\x7c\xaa\x05\x2c\x9c\x67\x6a\xb7\xc8\x53\x80\x30\x7d\x26\x80\x7f\xed\xc0\x97\x2a\xca\x8f\xa9\x43\x51\x57\x22\xdf\x52\x80\xd8\xfb\x0c\x9d\xac\xdf\x30\xd9\x74\xc5\x60\x95\x5c\xa8\x8a\x59\x06\xe4\x43\x55\x2c\xc7\x6b\xef\x27\xa8\x77\x1f\xaa\xff\xd4\x76\x2a\x49\x36\xdd\x58\x9d\xff\x6a\x4d\xc8\xac\xec\x35\xaa\xdb\x65\xa5\xdd\xd8\x58\x64\xb6\x51\xfb\x3f\x33\x3a\xc9\xd0\xbb\x6a\x24\x35\xde\xbd\xe4\x08\xfa\xee\x0f\x22\x5f\x94\x64\x4c\x67\x15\x1e\x3f\xe9\xec\x4b\x62\x1f\xd3\xd3\x9c\x7e\x27\x9d\x60\x55\xc6\xb2\x47\xbe\x3b\x9d\x6b\x78\x6c\x09\x07\xd0\x18\x85\x18\x2e\x27\x30\xc7\x39\xe8\xa9\x77\xf5\x2e\x61\xc2\x2d\x9a\x68\xc0\xed\xac\xb6\x65\x65\xa2\xcd\x7a\x34\x2d\xc7\xda\xb4\xd6\xb1\x94\xa0\x92\x79\x65\x11\x30\x31\x9a\x53\xa8\x6a\xd7\xab\x5d\xfb\xc3\x0c\xa3\x8f\xd2\x05\x67\x04\xc7\x65\xd2\x05\x61\xda\x1d\x2c\xf4\xa8\xda\x74\xff\x89\xa5\x2c\xdc\x3b\xc5\x6e\x4b\x3a\xb7\x4c\x25\xc9\x17\x6e\x6c\xfb\x9e\x60\x7d\x57\x70\x6c\x70\x30\xab\xb9\x5b\x5b\x25\x69\xd7\xb9\x7d\x18\x6f\x61\x89\x9f\x60\xe5\xab\x45\x56\x21\x5b\x5b\xa9\x13\x95\xf7\xb6\xac\xd7\x45\x23\x78\x38\xff\x4f\xf8\x76\x33\x35\x59\x39\xfe\xdd\xaa\x15\x59\x15\x85\x6e\xb2\x2a\x6b\xba\xbb\xeb\xf5\xa1\xbf\x51\x45\xd6\x42\x5d\xc9\x4c\x04\xaf\xa6\xb7\x97\xd4\x65\x6d\x73\x0c\x82\x45\x17\x06\x22\x07\xe1\x24\x78\xd3\xda\x36\x34\x00\x61\xa7\xc8\xd3\xb7\xad\x8e\xac\x8d\x82\x6b\x98\x63\x39\xd4\xa4\xd9\xba\xa3\xcb\xcd\x22\x96\x7b\x1e\x3c\xfa\xd0\xd7\xf3\x85\xcb\x7b\xba\x0c\xb9\x43\xdb\xf6\xf1\x36\xa8\x6a\x51\x81\xd6\x5d\xa7\xfe\x91\xda\x58\xe5\x31\x48\xae\xb1\xdc\x4d\xc3\xb8\xc1\x82\x06\x62\xdc\xbf\x79\xc4\xa1\xfa\x8d\x6e\xda\xe0\x65\x3b\x62\x65\x1a\xbd\x42\xc1\xc6\x09\x94\x96\x38\xcd\x83\x1c\xa1\x00\x16\xea\x7f\x97\x51\x28\xdb\xb8\x21\x95\xda\xd8\xae\x4d\xd5\xf0\xdb\x51\x34\x39\xd9\x9d\x4a\x28\x5b\xd7\x4e\xb6\x7b\x32\x5f\xa8\x38\x6b\x6e\x94\x6b\xf7\x0b\x63\x2e\x6c\x09\xa6\x90\x4c\xba\x63\x40\xe1\x35\x07\x63\x5e\xa9\x38\xb0\x2c\x0e\x5b\x52\x82\xb9\x38\x6a\x90\xb4\x6f\x34\xd9\xc2\x63\x86\x8a\xc6\x5a\x22\x09\xbb\x39\x2c\xdc\xe6\xb5\x84\xdf\xb0\xe7\x9c\x97\xf1\x08\x59\x4e\x47\xbe\xa8\xc9\x54\x32\x8f\x5c\xe4\x90\x1e\xec\x87\xca\x4b\xb0\xd8\x0d\x92\x8a\x6a\x2d\x0d\xc6\xa8\x3f\xd1\x76\x49\xe6\xe2\xdb\x6c\x2a\x33\xd7\x3f\x55\x57\xa0\x59\x17\xf8\x6d\xd7\x0b\x6e\xe9\x3a\xa4\x4e\x76\x2b\x37\xa2\x3d\xa0\x1d\xcd\x6d\xde\x8d\xf6\xbf\x7f\xf1\x94\x1e\x2f\x7e\x32\xdf\x8d\x28\x18\x8f\x61\xa0\x6a\x4c\xa7\x09\x2d\x40\x55\x9d\xb6\x2d\x2e\xa0\xb3\x88\xad\x54\x49\x3d\xd3\x67\x02\x89\x25\xf6\x90\x75\x40\x79\x6d\xc9\xd4\xb2\xf7\x6f\x21\x06\xdd\xad\x28\x1c\x55\xee\xdb\x2e\x7d\x2a\xa9\x40\xbe\x86\xb5\xa4\xb5\x48\xee\xeb\x90\x26\x91\xa8\x72\x41\x78\xce\xf8\x81\x06\x16\xdd\x24\x5e\xcb\xb5\x8e\xef\x75\x53\x73\xbb\xfe\xe2\xfd\xc2\x8b\xcd\x75\x8a\x34\xc8\xa1\x24\xdc\xec\x7e\x2a\xc2\xdd\x3c\x70\x55\xfa\x7d\x86\x2f\x67\x9e\x55\x75\x7a\x32\x0f\xbe\x51\xe5\xe4\xec\xe2\x69\xab\xaa\x1e\x49\x6e\xb3\x42\x75\xa3\xfa\x6d\x66\x4f\xf0\x02\x9d\x34\x99\x71\x94\x6d\x54\x5f\xb8\xa8\x2e\x76\xe3\xfe\xea\xf9\x0a\x75\xb6\x93\x66\x31\xf5\x16\xa6\xce\x8c\x91\x13\x04\x41\x28\x80\x23\x9d\x84\x17\xb7\x55\x63\xbc\x6d\xc7\x72\x51\x48\xb6\x25\x75\x6f\x51\xa5\xfe\x7f\x9d\x8d\x7f\x8b\x1f\x7c\xfb\xf1\xab\xaa\xd4\x2f\xef\xe6\x6b\x16\xec\xff\x8e\x69\xac\x52\xd4\x56\xde\xd3\xeb\x2b\xfb\x73\x70\xac\x19\x22\xba\x4b\xdb\x38\xd6\x14\x22\x8c\xdf\x00\x92\x9f\xdf\xc8\x3f\x5f\xf0\x5e\x5c\x5f\x2b\x3e\x61\xb2\x12\xad\x89\xe9\x57\x7d\x9c\x43\xe2\x24\xf6\x62\x59\x16\x3d\x89\x33\x11\xb7\x5b\x59\x9f\xbf\xd9\xb9\xae\x59\xd3\x57\x28\xb8\x45\x0b\x9a\x5f\x45\x6d\x74\xb7\x64\x49\x44\xd5\xfa\x35\xd6\xe3\xe6\xf9\xac\xce\x16\xdb\x62\xb5\xd3\xf4\x9a\xb9\x4d\x36\x7b\xb6\x07\xc9\xf1\xfb\xe7\xe1\x7a\x6c\x56\xbb\xce\x6e\xe5\xf6\xc2\xee\xec\x16\xa8\x37\xa9\x8d\x5a\x0d\xb8\xf4\x08\xd5\x5e\x58\x32\xaf\xac\x75\xe7\x57\xe1\x2f\x97\x9d\x20\xe3\xe9\x51\x03\xef\x25\x44\xbc\x85\xe7\x25\x19\x64\x4b\x67\x45\xca\x9c\xad\x1e\x94\x6f\xcf\xf6\x1f\x7e\xff\xf2\x7e\x89\x93\x74\x06\xd8\xbd\xca\x1d\xa2\xe9\x20\x8c\x75\x8b\x00\x1f\xfa\x73\x40\xc1\x10\xc6\x3c\x77\x5d\xed\x9f\x7c\x53\x9b\xb3\x76\x53\x8a\x8b\x84\x08\xce\x8a\xbb\x9c\xe0\xaf\x10\x79\x7e\xd9\xa3\x56\xa2\xd2\x0e\x51\xa0\x4e\x5e\x2a\x0f\xda\xfd\x02\x20\x36\xb7\x92\x66\xe4\x4f\x85\x73\xcc\x46\xda\x66\xb3\x38\xcb\x49\x55\x50\xa1\xb2\xb2\xd9\x68\xf7\xb3\x10\xd0\x92\xe4\x65\x5a\x8a\x7a\x99\x52\xd4\xde\xcd\x08\xc5\x10\xac\x83\xe6\x90\xa7\x7d\xa6\x62\x2e\x7b\x4d\x77\x9e\xbc\xa4\xc9\xd2\xbc\xd3\x9f\x2a\xf1\x4d\x19\x53\x5c\xdc\x22\x92\x9f\x9a\xb6\x76\xf4\xaa\xf0\xfb\x92\x0c\xdd\x6a\x92\xd9\x65\xbc\x9b\xbd\xdc\x6b\x84\xe3\xa4\xb7\xf4\x07\x22\x11\x9a\x86\x31\x0f\x42\xa8\xaf\x6e\x58\x6b\x49\xa8\x22\x68\x59\xba\xf4\xab\xd3\x37\x4f\x8f\x5f\xd8\x66\x4c\x97\xe7\x0b\xe6\x66\x73\xa6\xe2\xd2\x67\x18\xce\x00\x86\xc1\x87\x3f\xe7\x10\x2f\x56\x4c\xc8\x2e\x49\x6b\x8a\x15\xea\x5c\x4d\x26\xba\xb2\x55\x61\xf3\x58\x35\xfc\xba\x62\xae\x63\x65\x55\x31\xdb\x23\x6d\x79\xd4\xb3\x58\xdc\x39\xda\xea\x9b\x5f\xab\x1c\xa6\xb3\xe9\x9a\x87\xdc\x86\xc0\xdc\x76\x8b\x10\x68\xef\xb0\x59\x08\xd3\xc8\xda\xa0\x71\x59\xb5\xc6\x07\xa2\x6e\x26\x88\x9e\x85\x71\xa0\xac\x62\x35\x3c\x32\x1b\x96\xae\xa1\x71\xe6\x77\x51\xd2\xb1\x66\x93\x73\x0f\x0e\xbf\xeb\xed\xf7\xf6\x7b\x07\x69\xa5\xad\xa3\xa4\x3c\x7d\x61\x2c\xad\x2e\x46\x7d\x91\x73\xb7\xa4\xf6\x8a\xa9\x90\x5e\x75\xa9\x48\xae\x81\xcf\x16\x5d\x95\x22\x28\xa5\x69\x12\xdd\xab\x8c\xd9\x69\xbf\x19\x4b\xee\x4a\x8b\xfd\xb0\xfe\x44\x19\xac\xda\xf5\xf1\xdc\x86\xbc\xb1\xb2\x37\x99\xcc\xa2\xa6\xd0\x82\xb6\x85\x7d\x62\x95\x79\x03\xe8\x64\xa3\x12\x5f\x5a\x91\xba\x33\xfe\xa2\x26\x52\x5f\x8c\x31\x70\x92\x27\x4b\x24\x7f\x8d\x29\xd7\x19\xa1\x28\x42\xd7\x61\x3c\xe6\xf9\x13\x3c\x60\x90\x5d\x9f\x82\xf0\x2a\x0c\xe6\x20\x72\x7e\x3e\x3b\x7b\x23\x5e\xe2\xc8\xc1\x3a\x74\x82\xd1\x7c\x3c\x71\x5e\xc4\x57\x68\xc1\xa1\x8c\x55\x14\x54\x12\xf4\xea\x44\xe1\x25\x74\xde\x60\x34\x85\x74\x02\xe7\xa4\xe7\xbc\x85\x20\x10\x15\xf6\xc0\x00\xcd\xa9\xc8\xf6\x0d\x63\xa7\x50\xb6\xae\xcc\xac\x91\x99\x55\x95\xf8\xad\x54\x4a\x72\x4b\x6b\xa3\x99\x54\xe9\x25\x6e\x21\xb1\x46\xe3\x60\x46\xbf\x4a\xc2\xa0\x0e\xfc\x73\x3e\x88\x26\x7c\xa9\xb0\xa6\xd9\xe4\x74\x71\x35\xea\xa6\x6e\xd4\xa6\xa5\xd5\x0c\xba\xce\x41\x1a\xa8\x5d\x2a\x3b\xaa\x0e\x7e\x13\xd6\x75\x58\xcb\xba\xea\xce\xfa\x61\xa9\x23\xc5\x56\x6b\x93\x0b\x83\x11\x45\x43\x54\x8f\x46\x5d\xbe\x49\x72\x87\x5d\x76\x67\xa3\xad\xe6\x06\xb0\x86\x5f\xc9\xc4\xfa\x64\x79\xeb\x90\x50\x18\x43\x9c\x91\x8c\x6b\x4e\xb2\x46\x20\x46\xfc\x95\x8c\xd3\xa0\xd8\x39\xca\x4e\x37\x37\x9c\xcd\x4c\x99\x69\x03\xec\xc4\xdd\xe4\x9c\xd9\x3b\x1d\xd6\xaa\x30\xe3\xdc\x68\x36\x32\xe5\x0c\x7f\x59\x73\xa6\xbc\x2b\xeb\xed\x2b\x5e\xdc\xca\xa4\x72\xfc\xaf\x2e\xe4\xb8\x22\x83\xa1\x25\x35\xa2\xd4\x32\xd8\xb2\x3d\x90\xcb\xae\xb6\x8c\x81\x54\xc4\x8e\x6d\x35\x11\xf6\xcf\xbf\x9e\xff\xfe\x0d\xfd\x6d\x3d\xa3\xb9\x8c\x53\xdb\xb2\x4b\x52\x84\xe2\xad\xa4\x18\xf2\xe8\x9f\x71\xd1\x2e\xe6\x96\xc6\x7b\x6f\xd6\x87\xcf\x08\x7a\xeb\x7d\x49\x7c\x90\xeb\x1d\x05\x19\xff\xbc\xcd\x13\x30\x3b\xfd\xed\x23\xfc\x79\xbf\x04\xf1\x79\xdd\x94\x21\x15\xc2\x6e\x88\x7a\x6f\x9c\x41\xa4\x3c\xc0\x75\x09\x44\xee\x86\x40\x98\x9b\x24\x0f\x25\x0f\x85\x3c\x3e\x9c\x35\xac\x7b\xac\x3e\xe3\xc8\x62\x62\xb7\xaa\x50\xc0\x3a\x79\x46\x79\x61\x58\x8b\x4f\xb2\xdd\x7c\x1d\xd3\x3e\xdf\x58\xfa\x8e\x39\x97\x64\xa5\x54\x9e\xfa\xae\xd6\x27\x7c\x65\x4a\x4f\x41\xae\x99\x8b\x0c\xa6\xf4\xad\x4c\x1b\xb0\x94\x74\x9b\xcf\xc1\x78\x29\x85\x44\x4d\x6c\x3c\x63\x65\x49\x28\xb9\x5d\x70\xbc\xf9\x11\xab\x8c\x0b\x03\x11\x29\xc4\x53\x6e\x07\x8f\xc7\xeb\xa6\x60\x9c\x84\xf1\x25\x0c\xd2\x63\x5d\x3f\xf1\x3c\x7f\xa8\x9f\x77\x81\xa3\x94\xa6\x5f\xd8\x12\x20\x8c\xc7\xec\x62\xbf\xee\xe4\x35\x5f\x5c\xed\xb4\x75\x97\x9a\xe5\xbc\x0b\x8f\x54\x4e\x5c\xaf\xe4\x59\x36\xf3\x15\xe7\xf9\x32\x11\x67\x56\x1b\x3b\x69\xdc\x60\x67\xe7\x9f\xa9\x4e\xb1\x19\x4e\x40\x18\xaf\x90\x62\xf3\x16\xcd\xd9\xa6\xb7\x98\x05\x96\x2d\xad\xa7\x90\x7b\x60\x5b\x4b\x55\x9f\x99\xc3\x47\x6b\x9d\x95\x53\x68\x7d\x51\xea\x54\x6a\x84\x89\xb1\xbe\x80\xa9\x45\xf0\x75\x0b\xd1\x46\x73\x1c\x11\x4e\xb0\xac\x52\x5a\x7d\x83\x79\xc0\xf8\xa5\xd0\x9d\x83\x2e\x88\x87\x13\x84\xd3\xa5\x90\x4b\x70\x05\x78\xb5\x39\xac\x2a\x93\x1a\x5f\x66\x5a\xca\x4c\x64\x49\x22\x8b\x55\x17\xc1\xb0\xe4\xb1\x57\x89\xad\xb2\x4e\xeb\x16\x72\xdd\x55\xea\x45\x09\xb5\x5e\xcf\x60\xec\x3c\x07\x64\xc2\x21\x8b\x6b\x16\xef\x66\x96\xd7\xbe\x48\x50\x4d\x4a\xd5\x96\x12\xaa\xf8\xc1\x59\xff\x9e\xb8\x17\x6a\x3a\xc5\x36\x6f\x8c\x0f\x5f\xbd\x3b\xfc\x3d\x7c\xf4\xbc\xa6\x46\x90\xb5\xf5\x44\x57\x66\xb6\x69\x42\x59\xc3\xab\x16\xc6\xb3\xb9\xa1\xca\x7f\x11\xfe\x49\x83\x31\xe5\xa1\x48\x03\xf4\xd1\x35\xa2\x42\xb9\x77\xe5\x56\x6e\x57\xb9\x95\x1c\x28\x91\xda\xb4\xeb\xa0\x13\x69\xa0\x31\x5a\xdd\xea\x43\x0e\x47\x04\x83\x37\xa5\xb0\x43\x46\x73\xb2\x79\x07\x6c\x05\x96\xd4\x04\x33\x64\xbe\xf7\xae\x0b\x4a\xba\x79\x6b\x5f\x96\xf3\xb6\xc3\xc6\x35\x15\x7a\x9b\x7c\x7c\xf1\xe6\xdf\xe8\xfb\xfb\xd3\xc3\xf6\xf8\xb8\xa6\xba\x6f\x8d\x91\x6b\xd4\x6d\xc8\xcd\x37\xc4\xcb\xd7\xe1\xe4\x5b\xe1\xe3\x2b\x78\x9d\x36\xc3\xc3\xdb\xe1\xe0\x59\xfe\x9d\xec\x8f\x92\x1c\x2a\x14\xa7\xf0\xe5\x3a\x57\x36\x43\x08\xba\x9c\xe1\xbb\x85\x82\xde\xb5\x58\x52\xcd\x91\x46\xac\xb8\x75\x53\x3f\x4b\x7a\x5a\x78\xcc\x0c\xd5\x00\x7d\xab\x62\x5e\x6a\xf9\xf2\x6d\x61\xdb\x6a\x76\x6d\xf0\x6d\x9c\x58\x0c\xb6\xc9\xb4\xaf\xde\xbf\xfb\x19\x9e\xfd\x3b\x58\xcf\x61\x99\x9a\x28\x36\xc9\xa7\xb5\x9d\x1d\x84\x64\x88\xae\x20\x5e\x74\x85\xc1\x26\xf1\xee\x08\xf3\x4d\xd6\x9a\xe3\xbb\xc7\xd2\xaa\x53\xc9\x97\xf4\xbf\xda\xde\x3a\x92\x40\x6d\xec\x1b\x92\x1a\x44\xb7\xb9\x71\x7e\x9c\xff\x27\x7a\xf5\x3e\xba\x5c\x6f\xe3\x68\x06\xd8\x6d\x49\x78\x65\xa9\xf5\x53\x84\xe9\xd6\xa2\x21\x4b\x42\x1d\xed\x03\x16\x93\x60\xc3\x29\x58\x38\x18\x0e\x61\x78\x05\x1d\x8a\xc1\x68\x14\x0e\x9d\x11\x46\x53\x43\x5c\xa2\x8a\x5d\xe4\xdc\x57\xce\xae\xe7\x9c\x40\x80\x63\x3d\x3a\x91\x17\x7a\x19\xcf\x31\x7b\x8d\x6c\xa5\xa2\x15\x8b\xda\x7a\x35\x14\x57\x36\x07\xe0\xf9\xeb\xe3\xd3\x0f\xef\xde\x9e\xa4\xf1\xca\x7b\x43\x14\xc7\x70\x48\xf7\x34\xf7\xc0\x07\x35\xb2\x09\x9d\x8a\x18\x34\x59\x0e\x04\x8f\x99\xb8\x77\x3f\x0c\x22\x10\x5f\xaa\x7d\x81\xb9\x59\x32\x46\x68\x06\x63\x88\x9d\x18\x61\x38\x82\x18\x67\xa2\xc4\x09\x85\xb3\xee\x60\xd1\x65\xff\x3a\xe3\x79\x18\xe8\x78\x63\xf5\x21\x97\x2b\x01\xc5\xa6\x39\x03\xa5\x28\x6d\x86\xfd\xa5\xee\x65\xea\xe9\xe6\xd7\xde\xea\x6d\x58\xbe\xbf\x32\xd2\x3a\x12\x1e\x96\xfc\xf5\xea\x76\x85\x47\x64\x78\x5e\x1b\xfc\xf3\x16\x44\x09\x81\xf7\x3f\xd1\x67\x6f\xe8\x9a\x08\x06\x5f\x74\x94\xd0\x5d\x9c\xd0\x4a\x07\xa1\xa5\x18\xa1\xbd\xb9\xe6\x5f\xdc\xe6\x49\xf8\xf7\xc3\x77\xef\x1f\xbd\x9d\x1e\x98\x6d\x06\x92\x3f\xe6\xaa\xc3\x5b\x1f\x90\x4c\xae\xe1\x9d\x76\xc1\xfe\x4b\xfc\xca\x7c\xc7\x6b\x2a\x03\xa0\xe5\x2a\xc6\xea\x8a\x44\xcb\xea\x83\x74\xae\xb7\xaf\x3a\x64\xb2\x33\x2c\xb4\x06\xb7\x98\x56\x5a\x70\x95\xe9\x79\x80\x96\xbc\x90\xf1\xc1\x2c\x5c\xda\xf9\xc1\x61\xa6\x34\x1f\x3f\xd9\x72\x0d\xbb\xaa\x1a\x88\x01\xe3\xc3\xa8\x74\xd8\x9a\x66\x57\x82\x5c\xae\x2d\x29\x59\x48\x9b\xa8\xac\xb3\x5c\x63\xea\x6d\x92\xee\xb0\xb1\x24\x55\x35\xf4\x24\xdb\x73\x2d\xa4\xb4\x95\xb3\x52\x8b\xb4\x4c\x06\xb4\x7e\x6c\xba\x65\xa6\x59\x81\x2e\x3f\x89\x0d\xc8\x4b\x33\x8e\x5d\xbf\x90\xfd\xd0\xb4\x1c\xc8\xaa\xf9\x09\x6e\x79\x26\xd0\x51\x96\x70\x75\x23\xae\x4e\x63\x74\x9b\xe7\x01\xd5\xbe\x31\x45\x9c\x33\x9e\x9f\x56\x52\x0b\x0c\xf9\x45\x99\xc2\x75\x36\xa9\x06\x37\x75\x5f\x49\xe4\xf9\x2d\xbe\xa9\xa4\x63\x6c\xae\xa5\x41\x8c\x79\x3a\xf0\x36\x15\xb2\xe3\x93\x6f\xf6\xff\x33\xa3\x27\x4d\xeb\xc8\x31\xa1\x23\xc6\x5f\x2a\xed\xaa\xa3\xb1\xf9\xc3\xed\x14\x73\x68\x2f\x32\xf7\x05\x1f\x94\xab\xc5\xe7\xca\x35\xd2\x6a\xdc\xd9\x45\xe5\x5a\xf8\x26\xd7\x0f\x5c\x29\xc8\xbd\x5c\xf0\x6b\x71\xf0\xee\x83\xfd\xfb\x4d\x50\x14\xe4\x28\xb9\xf3\xa0\xcb\xdb\xe5\x94\x94\x6c\x82\xa8\x7c\x53\xd7\x2d\xa3\x5e\x0a\xe5\x7a\xce\x66\xdb\xa4\xaa\x4f\x5b\xa0\xae\xe9\x4e\x38\x34\x55\x00\x43\xb8\x40\xbe\x29\x24\x04\x8c\x05\xbe\xc3\x31\x3f\xc7\x0e\x86\x74\x8e\x63\x5e\xa0\xd0\x91\xc7\x20\x97\x95\x50\x26\x36\x2a\x43\x88\xf2\x61\x66\x25\xf4\xb3\xd1\x30\xea\x1c\x5f\xf3\xc1\x6a\x44\x2b\x66\x6d\x37\x38\x33\x2b\x11\xa5\x51\xb2\x7e\x5d\x7e\x03\x0a\x2c\x2b\x24\x59\x06\x2e\x88\xff\x7e\x47\x73\x7e\x9d\x9a\x80\x2b\xe8\x5c\x85\x24\xa4\x6c\x6b\x38\xef\xde\x9e\x88\xab\x56\x48\x9c\x08\x81\x80\xdd\x98\x40\xec\xcc\xe3\xcb\x18\x5d\xc7\x0e\x86\x22\x44\xdf\x77\x08\xe2\xd5\xa3\x87\x20\x76\x28\x5e\x38\x63\xc4\x5a\x0e\xc0\xf0\xd2\xa1\x88\xd7\xba\xc4\x08\x51\x07\x61\xfe\x2b\x86\x5d\x32\x1f\x4c\x43\x4a\x59\xab\x05\xbb\x76\x3d\x3d\x3e\x71\xce\xd0\x25\x8c\xf7\x4e\xe1\x10\x43\xfa\xf2\xb9\x33\xc8\x77\xf3\xf4\xf8\xa4\x50\xb8\xa9\x4c\xd9\xb6\xe2\x60\x0d\xc8\x5e\x1b\x61\x69\xa4\x7c\x89\x02\xc8\x26\xd4\x8d\x42\x71\xe3\xab\x85\xaa\xc8\x95\xd6\x17\xe1\xae\x68\x9a\xd4\x97\x36\x5f\x77\x94\xe5\x21\x77\xa7\xf9\x09\x25\xe4\x64\x2b\x52\x4e\xbc\x2a\xc2\xd6\xcd\x2f\x40\x43\xb2\xd2\xfc\x1a\x5f\xb5\xd3\xe2\xf6\x55\x77\xe6\x92\xbb\xb6\x1c\x19\x07\x41\x60\x5b\xb4\xec\x4e\xdd\xfe\x96\x6b\xce\x2f\xd6\x93\x71\x4a\xaa\x71\xd9\x79\x0b\x25\xd7\xbe\xef\x32\x06\x24\xb4\x66\xea\x80\x39\x9d\x20\x1c\xfe\x25\xe2\xb8\x37\x7f\xb8\xdb\x16\x25\x42\x45\xb9\x81\x81\x6f\x52\x18\xcc\x09\x75\x06\xd0\x19\x63\x10\x33\x59\x30\x83\x78\x1a\x12\xc2\x23\x25\x28\x72\x98\x4e\x2c\xcc\x6c\x1c\x1c\xd1\x79\x4a\x2e\x05\x23\x07\xc1\x34\x8c\x43\x42\x31\xa0\x08\x3b\xe1\x88\x8b\x05\x3a\x09\x63\xfe\x3b\x53\x97\xe7\x51\x20\xc4\x0c\x18\x0e\x21\xf9\x3a\x38\xfa\xcd\x71\x3c\xdf\xdd\x03\xc3\x48\x95\xec\xcb\x98\x13\x6f\x09\x0f\xac\xa3\x55\x04\x01\x8e\x37\x48\xac\x93\x17\x4f\xdf\xbe\x2a\xda\x63\xc9\x3c\xda\x23\x70\x38\xc7\x21\x5d\x74\x63\x48\xaf\x11\xbe\x0c\xe3\xf1\xde\x0c\xa3\x60\xce\xf7\x42\x17\x0c\x23\xd2\x0a\x39\x7f\xe4\xee\x70\x4e\xd0\xbc\x5b\xf7\x16\x08\x13\xdd\x0e\xb2\x56\x51\xfb\x32\xfb\xdb\x8a\xa6\x09\xae\x75\x9b\xad\x10\x3b\x55\x56\x08\xc6\xbb\xb7\x6c\x84\xb8\x46\x8f\x9e\xfd\xf9\x5b\xf8\x97\xb5\x7f\x54\xe6\x8a\xe7\x6e\x6f\xec\xee\x31\x45\x01\xdf\x78\xa2\x85\xf1\xea\xb1\x8e\xfd\x87\x11\x6b\x05\x4b\x8f\x54\xfe\xb7\x4c\xe6\xf1\xe5\x9f\xfb\xdf\x3f\xbf\x86\x56\x64\x5e\x9d\x46\x72\xb2\x2b\x90\x29\x46\x74\x84\xe6\xf1\xb6\xb7\xe3\xde\xf1\xbf\xf6\x3f\x8e\x87\x76\x31\x72\xab\xd3\x49\xcd\x76\x15\x42\x49\x47\xe9\x96\x4d\x87\xcf\x16\x2f\x7f\x7d\x78\x6d\x77\x6a\xcd\xc9\x55\x6b\x50\x8f\x93\x60\x05\xda\x11\xc8\x2f\xce\xdb\xf6\x84\x3f\x8b\x0f\x9f\x1e\x2f\x7e\xb5\x34\xbc\x9a\x80\x32\xdc\x53\x35\x93\xd5\x11\x31\x44\x07\x6d\x40\x62\xd8\x5c\x01\xea\x4d\xb0\x6a\x4a\x1b\x43\x71\xb0\x4e\x06\xac\x00\xdd\x8e\x11\x0d\x87\xd0\x09\xe3\x11\x32\xe9\x60\xa5\xd7\x1b\x8e\x8f\xe5\x9c\x52\x84\xc1\xd8\xa8\xd4\xd8\x85\xaf\x10\xe8\x24\x0b\xc7\xee\x7c\xe1\x74\x0a\x83\x10\x50\x18\x2d\x1c\x02\xae\x60\xc0\x6e\x18\x02\xa5\x8b\x88\x77\x39\x20\xe6\x57\x10\x12\x12\xaa\x81\x1d\x0e\x30\xba\x26\x10\x3b\x73\x02\xc6\x35\xf1\xda\x36\xe9\x65\x25\x74\x18\x85\x30\x0a\x78\x48\x7f\x1d\x50\x48\xf1\x5a\x9b\x24\x92\x3a\x27\x61\x6c\x86\xe7\xb6\xbc\x9a\x3d\x0d\x02\x07\xf0\x08\x38\x65\x52\x53\x70\x30\x01\xa4\x20\x8c\x1c\x76\xb4\x9c\x30\xe6\x3f\xbd\x7b\xc9\x1a\x8d\x21\x75\xfe\x9c\x87\xc3\x4b\x79\xd5\x62\xdf\x01\xf5\x58\xf7\x3a\x0c\xa0\x33\x85\x14\x87\x43\x76\x8b\x93\xe3\xec\x39\x2f\x62\x0a\xb1\xb8\x0c\x24\x83\x7f\xf7\xf6\xc4\x09\x63\xf9\x5e\x4e\x0f\x67\x00\x23\x74\xdd\xe3\x77\xc5\x21\x88\x9d\x39\x81\xfc\x47\x2d\xf5\x82\xa8\x89\x0d\x79\x91\xd2\x8c\xae\xe3\x7e\xfa\x94\xe6\xfb\x2e\x97\x6e\x5e\xcb\xe1\x0b\x5e\xf9\xb8\x0c\x13\xe8\x31\x06\x6b\xea\xe0\x7a\x12\x0e\x27\xce\x75\x18\x45\xec\x1a\x8b\x21\x1f\x58\xe0\x5c\x87\x74\xc2\x07\xca\x0e\x94\x83\x46\x72\xa2\x6a\x28\xca\x39\xe6\x0c\xe7\x18\xc3\x98\x46\x0b\x67\x00\xc3\x78\xcc\x2f\xbc\x30\xa8\x4b\xe8\x4a\xef\x3e\x22\x2f\x5d\xbb\xb9\x18\xdd\x0d\x85\x64\x7e\x14\x8f\x42\x3c\xe5\x91\xe9\x17\x7e\xe6\x4f\x75\x97\x71\xe8\x62\x06\xbb\x14\x7e\xa4\x9a\x75\x2f\x8d\x20\xc2\x11\xf9\x40\xd2\xe4\xe9\x86\x58\x93\x27\x7c\x7b\x49\x36\xcf\x33\x22\x48\x0e\xa4\xa6\xa4\xb3\x62\xce\x50\x2c\x22\x4f\xd9\x80\xce\x65\x27\x17\xca\x64\x29\x1d\xcc\x99\x38\x14\x43\x42\x3a\x6f\x8b\x62\x91\x58\xe3\x96\xe7\xa0\xc8\x06\x1a\x39\xf8\x73\x97\x70\x31\x13\xa5\x0b\x4a\x9f\xbc\x84\x0b\xd3\x63\x01\xba\x8e\xed\x9f\x4a\xb3\xa0\xe4\xaa\x18\xb2\x59\x33\xc4\x2a\xd6\x57\x83\xbd\x71\xcf\x99\x50\x3a\x23\x47\x7b\x7b\x63\x0c\x46\x20\x06\x3d\xf8\x11\x4c\x67\x11\xec\x0d\xd1\x74\x2f\xd8\x3b\xd8\xcb\x05\xfb\x4e\x21\x99\xec\x22\x3c\x0e\x83\xfe\xc1\x6e\xba\x83\xfb\x6e\xf5\x01\xdb\xf7\xdd\x5d\xd5\x05\x5b\xa3\xb4\x7d\xcd\x89\xaa\xcd\x65\x34\xc4\x1b\x15\x71\x1e\x0a\x77\xf6\x77\x2f\x3f\x3c\x7f\x79\xfa\xf4\xd9\xc9\x8b\x0f\x6f\x5f\x3c\x3d\x39\x7b\xf9\xeb\x8b\x86\x38\xdd\x2d\xb0\xe9\x67\x4c\xe0\xb2\x63\xfe\xef\x39\xc4\x61\xd9\x6e\x2f\xe3\xd3\xbf\x40\x38\x73\x86\x80\x82\x08\x8d\xb9\x50\x75\xe6\xb3\x2e\x45\xdd\x80\x1d\x22\xc6\x70\xd0\x9c\x3a\x18\x8e\x30\x24\x13\xf6\x12\xce\x27\x99\xc4\x72\x9e\xc6\x0b\x47\xec\x5e\xe2\x4c\x41\x00\x19\x87\x56\x27\xce\xe7\xe5\x85\x08\xe7\x84\x5a\x9a\xd2\x35\x37\xa0\x71\x96\x36\x12\x60\x17\x8c\xe9\x63\x08\x22\x87\x86\x53\xd8\xab\x1c\x7a\x69\x15\x0e\xce\x53\x92\xc4\xbe\x0a\xae\x91\x65\x6c\x95\x21\x2c\xa5\x3c\x61\x18\x85\x30\xa6\xe7\x03\x49\xf4\x84\x2d\xf0\x24\x42\x18\xb8\x05\x8c\x13\x55\x67\x84\x3f\xe7\x4a\xfd\x28\x61\x92\xf2\xa9\xfc\x39\x5e\x81\x6d\xd8\xe6\xa6\xd7\x71\xd2\x83\x66\x33\x78\x1d\xbb\xbe\xfb\x7a\x34\xb2\x72\xc1\x96\xaf\x6f\xdd\x89\xb4\x4a\x46\xb7\x56\x56\xeb\x7f\x5c\xf1\x5e\xa4\x54\x43\xfb\x9b\x11\x06\x31\x61\x8a\x1c\xd9\x1b\x20\x14\x41\xb6\x18\xe9\xcd\xc8\x77\x7f\x80\xec\x1a\xc3\x4e\x23\x60\xe2\x3d\x04\x51\xf8\x17\xc4\x7b\xdd\x19\x0e\xaf\x00\xcf\x59\x4c\xef\x4e\x3e\x5d\xe1\xf6\x54\xfa\x80\xaa\xa5\xe0\x7f\x82\xf1\x7c\x0a\x31\x18\x44\xec\x11\x7f\x0c\xe9\x51\xf2\x4e\xef\x93\xf0\xc5\x3b\xb4\xf7\x4c\x0c\xff\x4c\x4d\x68\xb9\xf4\xea\x66\x1c\x08\x6f\xcf\x17\x39\xdd\xe7\x80\xc2\x26\x73\x8d\xe7\x6c\x66\x5f\xea\x6c\x5f\xf1\xd1\x37\x99\x2f\xa1\x38\x67\x73\xfb\x92\xe6\x7b\xca\x47\x5f\x3b\xdf\x39\x0d\x23\xb2\x07\x86\x11\xe9\x2a\xac\xcd\x0d\x98\x35\xf4\x6e\x84\x6d\x03\xe0\x31\xf7\x74\x90\x9e\x08\x6e\xff\x9f\x83\xdd\x5d\x61\xfc\xb8\xd7\x4f\x7f\x3c\x3f\xb8\x78\xa2\xff\x71\xf4\x06\xa3\x69\x48\xe0\x8e\x9c\x66\xd2\x6f\x2c\xfa\xc5\x3e\xf1\x51\x5f\x0e\xf4\x12\x2e\x48\x27\xf6\xce\xf7\x2f\x7c\xd0\x8f\xcf\xd1\x45\xe1\x29\xe8\x53\x3f\xf6\x3e\x51\x26\xc2\xe1\x93\xb2\xf9\x51\x35\xa9\xd8\xcf\x92\x5e\x05\xb2\xab\xbf\xaf\x71\x48\xe5\xe7\xa5\x77\x04\xcf\xe9\x45\x3f\x56\xef\x84\xcb\xce\xa7\x90\x3c\x4d\x5c\xab\x47\x31\xbc\x76\x68\x47\x27\x0c\x4e\xc9\x44\xbd\x4f\xb0\x43\xbd\xe5\xd2\xf3\x43\xf2\x22\x66\x9d\x9a\x9e\x20\xa6\x27\x96\x3e\xf2\x41\x6f\x08\xe8\x70\xd2\xd1\xe9\x13\x8e\x3a\x71\x8f\x1b\xf9\xc9\xee\xae\xfa\x74\xbe\x7f\xe1\x7d\x22\xd7\x21\x6b\xac\x7d\xd7\x13\x7b\xc1\xfb\x34\x04\x04\xba\x0f\xf7\xf7\xdd\xa3\x70\xd4\xb9\x07\x3b\xb1\xe7\xc9\x09\x91\xce\xbd\x03\xcf\xc7\xfc\xff\x69\x0f\x43\x46\xbb\x4e\xec\xed\x90\xce\xbd\x7d\xf9\xfd\xce\x00\x43\x70\xb9\xc3\xfb\x78\xb0\x7f\xdf\x3d\x2a\xfd\xed\x80\xff\x76\x90\xfd\x4d\x6e\x9e\x23\x3a\xc1\xe8\x3a\xf3\xbe\x78\x29\x06\x71\x7e\xb1\x34\xfd\xe8\xf5\xe8\x04\xc6\x59\xda\x26\x83\x16\x03\xd8\xf7\x7c\xb8\xf4\xbc\xe5\xb2\xea\x50\x90\x21\xdc\x90\x2d\x39\xcb\x24\xd8\xce\x8d\xfb\xb0\x47\x66\x51\x48\x3b\xee\x9e\xeb\xa9\x5d\x13\xab\xd3\x41\x9f\xc4\x3d\x12\x85\x43\xd8\xd9\xf7\xbb\xd4\xeb\x89\x2b\x6c\xc7\x75\xbd\xde\x1f\x28\x8c\xf9\x43\x47\xae\x5b\x39\x1d\x8a\x06\x59\x66\x36\x00\x04\x7e\xfb\xa0\xfb\x07\x59\x9f\x6d\x95\x1f\xf5\x78\xd5\xa3\xee\xce\xe9\xa8\xfb\xc8\xf5\x71\x9f\xaa\xce\x7b\x14\x3d\x5b\x50\xf8\x14\x63\xb0\xe8\xc0\x94\x4a\xf0\xda\x39\x83\x1f\xe9\x73\x38\x44\x01\xc4\x9d\xd8\xeb\x05\xfc\x63\x07\x7b\x55\x14\x19\x50\x04\xbe\x4c\x8a\xa8\x19\xbf\x88\x93\x19\x43\xfe\x51\xa3\x4a\x4a\xb5\x11\x46\xd3\x94\x6e\xd5\x34\x19\x82\x68\x38\x67\x9a\x60\x77\x86\x48\x28\xb5\x76\x8d\x42\x42\xfe\x0d\x00\x09\x87\xdd\x00\xa3\x19\xbb\xab\x97\x3f\x7a\x7b\xc4\xa1\x6c\x5f\x2d\x06\x87\x20\x8a\x38\x82\x88\xb8\x86\x6c\x58\x10\x8a\xb1\xb9\xea\x2b\xf7\x5e\x9f\xbd\x16\x8d\x1c\xf8\xa4\x38\x03\xb8\x3c\x82\x95\xeb\x86\xa6\xb3\x39\x85\xc1\xde\x6c\x8e\xc3\x51\x45\x89\x4b\xf5\xd9\xa1\x1a\x5f\xd4\x1b\x84\xa3\x0e\xdf\x28\xbd\x90\xa8\x83\xe6\x7d\x1a\x21\xdc\x11\x82\x7b\xdf\x8f\xf9\xf6\x93\xbf\xc9\x1d\xec\x3d\xa6\xff\x54\x9f\x1f\xd3\x6f\xbe\xf1\x62\x26\xfd\x98\x08\x4c\x0e\xe9\x72\xd9\x81\xde\xe7\xcf\xb9\x57\x9d\x72\x9f\x45\x2f\xa4\x50\x86\xac\xc4\x8e\x20\x2f\x6f\xec\x9e\x8b\xd2\xa9\xce\x53\x75\x0e\x2e\xdc\x7e\x5f\x09\x78\x5e\x42\x84\xd1\xac\x47\x91\x50\x77\x7a\x6c\x05\xd9\x80\xe5\x4b\xc5\x44\xd8\xfe\xef\x40\x2f\xf7\x7e\xef\x93\x90\x1d\xfc\x2c\x2d\x66\x90\x07\x0f\x75\xdc\x97\xf1\x15\x88\xc2\xc0\x01\x94\xdd\x89\x28\x37\x09\xcc\x30\x04\x81\x13\xa3\xb8\xcb\xc7\x39\x88\x60\x52\x4d\xd5\xf5\x96\x1d\x6f\xb9\xc6\x8e\x80\x3d\x32\x1f\x90\x21\x0e\x07\x50\xf7\xfe\xc4\x86\xad\xe2\xc0\xa5\x8f\x0b\xec\x04\xaf\xca\x4e\x8c\x2f\x28\xe8\x48\xe2\x25\xa4\x2f\x48\x99\x92\x9c\x4b\x23\x41\xef\xa4\x57\xcf\x47\xfd\x78\x27\xdd\xd1\x7d\xb5\xa3\xc9\xb9\x1a\x5b\xf7\xe0\x62\x77\xb7\x83\xfa\xa4\x37\x43\xb3\x8e\xe7\xf9\xa4\x8f\x3b\x24\x61\x5a\xb0\x07\x66\xb3\x68\xd1\x11\xc3\xf7\x69\x87\x28\x51\x77\x9e\x1b\x11\xec\xd3\x49\x48\xd4\x73\x48\x3e\xc7\xbe\xf3\x49\x6f\x0a\x66\x1d\x5d\x35\x92\xad\x84\x43\x6d\x0c\x29\xe3\x46\x4a\xdc\xf6\x5c\xa6\x22\x7a\x4c\x1b\xb8\xf0\x98\x4a\xc0\x87\x24\x9a\xaa\x53\xc5\x6e\xc1\xe9\x32\x11\xbe\x42\xa8\x8f\xb5\xbb\x31\xaa\x3a\x9b\x18\x32\xae\x38\x0a\xe3\x31\xc4\x33\x1c\x0a\x90\x4d\x9b\x03\x9a\x6a\x07\xba\x4e\x0b\xbd\x9d\x70\xd4\x91\xdf\x8c\x21\x7d\x7d\x1d\xab\x3d\x27\x8e\x13\x51\x3b\xa3\xaa\x0d\xeb\x86\xee\xee\x76\x70\x1f\xf7\x04\xae\x93\x89\x64\xc6\x1e\x9e\x43\x46\x89\x19\x45\x98\x0f\xb1\x97\xb2\xe0\xa5\xe7\xf9\x71\x6f\x36\x27\x13\xb9\x20\xb1\x8f\xbd\x65\xc2\x02\x92\xb9\x25\xba\xb7\x62\xd0\x1b\x54\xc1\x7d\xb8\xce\xf9\xd4\x04\x18\x56\x67\xa1\x70\xe0\x0e\x8d\x07\xee\x50\x3f\x70\x87\x17\x47\xff\x3a\x7d\xfd\xaa\x27\x6e\x95\xe1\x68\x51\x38\x69\xc8\x07\x7e\x28\xf4\xf4\x79\x14\xf5\xfb\xe1\xe7\xcf\xa1\x7c\xc1\x3f\x0f\xbc\x94\x59\x49\x46\xf5\x8e\x5f\x0b\x18\x7f\x12\xfb\xcb\xd1\xf6\x97\xef\xf0\x68\xc1\x78\xec\x8c\x10\x86\xe1\x38\xfe\x05\x2e\x1c\x61\xf6\xf7\x0a\xef\x8d\xc4\xb4\xe6\x3b\xc9\x9b\xa3\x73\x70\xf1\xf9\x33\xfb\xff\xb5\xdf\x4f\xa2\xf9\xd8\xf5\xf8\x81\x19\xf6\xa3\x73\x7c\xf1\xf9\x73\x22\xbb\x8b\xf7\xb1\x54\xd0\xe0\xfe\xc1\x63\xfc\xcf\x3c\xa1\x1f\xe3\x6f\xbe\x51\x8b\xc0\x86\x7a\x4f\xa3\x36\xd6\xa9\x8d\x2f\x8e\x3e\x2d\x77\xf0\xff\xef\xf0\x09\x95\x07\xa5\x43\x3c\xff\xde\xbe\xd7\x1b\x21\xfc\x02\xe8\x57\x23\xea\x7d\x12\xbb\x91\x9c\x53\xc6\x06\x8e\x6a\xb6\x3c\x31\xee\xd2\x10\x92\x0e\xf4\xeb\x1e\xed\x10\xcf\x3b\xd2\x46\x64\x1e\x4e\xf9\x29\xa8\x3b\x8d\xc4\xa7\x9e\xb7\x4c\x0e\x1c\xbb\x74\x2e\xfd\xc8\xff\xb4\xf4\x3b\x71\x67\xde\xff\xb4\xf4\xb1\x3f\xf4\xfc\xb8\x33\xf7\xa1\x1f\x8a\x0f\xc8\x27\x9d\xf3\xa1\x1f\xfa\x6c\xbd\x2f\x3c\xcf\x9f\xf3\x7b\x51\x2d\x3f\x7b\xf7\xf6\xa4\x99\x96\xd1\xa1\x7d\x83\x68\x10\xdc\x68\x77\x57\x46\x2f\xe4\x7f\x48\x34\x83\x27\x06\x71\xa5\xf4\xa5\xa5\x51\x96\xed\xee\x56\xbc\x0e\x32\xb9\x42\x28\x9e\x0f\x29\xc2\xfd\x7e\x3f\xf9\xfe\x9e\xfa\x9c\xca\xba\x27\x6a\x6c\x47\xc9\x0b\x3d\xa6\x4f\xb4\xaa\x07\x66\x6c\x19\xe9\x29\xc8\x9f\x00\x9f\x68\xda\x17\xfe\x9f\x83\x27\xb8\x7b\x70\xb4\xcf\x04\xef\xc1\x63\xf4\x4f\xfc\x18\x7d\xf3\x8d\x47\xce\x51\xf7\xe0\x42\x3b\x1a\xa9\xe9\x23\xce\x8a\xc6\x58\xf1\x34\x24\x75\x8f\x7e\xbf\xcf\x4f\x92\xeb\x1e\xb1\x7f\x77\xa4\x69\xe0\xde\xbe\x34\x05\x48\x9b\x58\x42\x4e\x74\x84\xfa\xb0\x83\xf4\xeb\xbc\x93\xd5\x1e\x91\x77\x84\xfa\xa8\x44\x22\xbb\xae\x12\xef\xb0\xc3\x76\xae\x9f\xb9\xd0\xea\x36\x02\xa1\x07\x32\xe5\x8f\x8a\x2e\x75\x81\x88\xbc\x1e\x86\xc1\x7c\x08\xb5\x57\x68\xc2\x45\x30\xb5\x3e\x3a\x8f\x2f\x9e\xd0\xf4\xea\x9c\xbe\x3a\xf6\x3c\xef\x28\x61\xe0\x55\xed\x7c\xb7\xef\x7a\xe9\x17\xac\x29\x7b\x96\x2e\xfd\xf3\x0b\x35\xf2\x5d\x57\x1d\xc0\xf4\xd9\x38\x79\x08\x79\x4b\xd5\xd0\xf5\x7a\x14\x87\xd3\x4e\xb5\x19\x22\x08\x13\x94\xd6\x4d\x1b\x22\x60\x1f\xf6\x8e\x11\xc2\x81\x4f\xfb\x54\x7c\xda\x51\x5b\x31\xee\xef\xfb\xb8\xbf\xff\x18\xff\x13\xf6\x7e\x83\x43\x03\x43\xe6\xdf\x9f\xe3\x8b\x2e\x95\x1f\x76\xe2\x6f\xfa\xe4\xff\x90\xa5\xd8\x60\xbf\x02\x3a\xe9\x91\x3f\x31\x23\xc6\x37\xb0\xf7\x33\x0c\xc7\x13\xfa\x0d\x95\x1f\x7c\xd0\x47\xdf\xc0\xde\xd3\xe0\x8f\x39\xa1\x6c\xd7\x7e\x43\xb5\x3f\x76\xc0\xff\xec\x73\xb5\x11\x24\xe2\x8b\x77\x87\xd1\x3c\x0e\x3a\x07\xf0\xe1\xff\x41\xde\xde\xc1\xfe\x7e\x25\x1d\xd1\x74\x6f\x18\x85\xc3\xcb\xee\x28\xc4\x84\x26\x00\xea\x37\x60\xee\x5c\xf9\xc6\x4f\x0b\x22\x92\xae\xa9\xf4\xbb\x14\xbb\x3e\xe9\xd3\x9e\x08\x9f\xee\xc5\x28\xe0\xce\xa0\x1e\x45\x27\xe8\x1a\xe2\x63\x40\x60\xc7\x53\xe7\x5e\x59\x00\x85\x2f\xf1\x88\x7f\x16\x2e\x48\xf1\x19\xc8\x7f\x65\x06\xfb\x91\x18\xad\x5c\x70\xd8\xc1\xbe\x7a\x8f\xd7\xe3\x05\xb8\x4f\x79\x81\x00\xa6\x3d\x00\xd7\xdb\x41\xbb\xbb\x31\x3b\x0f\x4b\x19\xef\xa6\x93\xed\xdc\x9d\xa2\x39\x81\x22\x14\x40\x7c\x9e\xcf\x84\x0b\x6f\x78\xe9\x5e\x64\xf9\x49\xca\x44\x19\x6f\xfc\x95\x35\x7e\x71\x05\x63\xa6\x40\x7f\x1a\xcc\x07\x83\x08\x12\xae\x2c\xb2\x63\x14\x29\x55\xf1\x2a\x84\xd7\x47\xd7\x61\x1c\xa0\xeb\x25\x3b\x93\x26\x49\x0c\x7b\x0a\x3f\x54\xf4\x47\x99\x70\xad\xdd\x63\x88\x40\x8e\x4f\xb4\xe9\xe3\x4a\xf1\x22\x35\x70\xc8\xd7\x32\xb9\x24\x6c\xbf\x09\xff\xab\xe6\x2e\x6c\xc4\xe2\x7e\x12\x49\x38\x81\x0a\x17\x40\xfe\x6e\xa2\x31\x87\xc7\xf1\x3f\xa9\x62\x0a\xb1\x62\x0a\xb8\x4f\xcf\xe3\x8b\x1d\xac\xdd\x10\xfa\xfa\x1f\x9f\x3f\xdf\x3b\xf0\xd9\x35\x2b\xd5\xe2\xfb\xf7\xf6\x55\x84\x4a\x18\x3b\x98\x5d\x50\x7a\x4a\xab\xef\xdf\xdb\x2f\x37\x09\x61\x26\x0b\xd8\x6d\xa3\x15\xb9\xac\x2e\x99\x85\x63\xb6\x6f\x3c\x66\xfb\xfa\x31\xdb\xbf\x38\x3a\xbf\xd0\x8d\x93\x8c\x76\xcb\xfc\xb5\x5e\xa3\x26\xec\x94\xba\x45\x6c\x5f\xf7\xb8\x93\xdd\x1b\xe1\xa8\x73\xaf\x93\x9a\x29\xd0\xc8\xa1\x9e\x67\x34\x78\x1c\x83\x38\x46\xd4\x61\x37\x79\x07\x38\x3c\x24\xc1\x01\xc4\x01\x09\xcf\x71\xbd\xa5\x27\x2e\xd6\xd0\xf3\xd9\xbf\xbd\x64\xa7\xf4\x29\x3f\xeb\xb1\x8f\xfd\xe4\x2a\x1e\xf7\xa1\xdf\xc1\xfd\xf3\x4f\x97\x70\x71\xe4\x82\x20\x70\x7d\x41\x6a\x5d\x36\x27\x77\x29\x1f\x89\x7b\x7c\x38\xea\x18\xb4\x35\xea\x91\x3e\xdd\x81\x11\x81\x4e\x38\xea\x50\x7d\x3a\x90\xfd\xd4\xc3\x70\x8a\xae\x60\x6f\x10\xc6\x41\x87\x7a\xbc\x25\xef\x17\xf4\xd9\x9b\xf9\xa1\x55\x28\x19\xae\x1f\xf6\x5d\xd1\x3e\xfb\xfd\x4e\xa2\xfa\xd0\x73\x70\xb1\xbb\xdb\x01\x7d\x17\xc5\xbc\x39\x1a\x8d\xe4\xe5\x25\xea\xc7\x3b\x05\xed\x27\xda\xdd\xed\x44\xfd\xbc\x3b\xe9\x66\xae\xb4\x4c\xb3\x67\x64\x14\xc3\x9b\x67\xf4\xa1\xc8\x2b\xe5\x8f\x7d\xe8\xe3\x7e\x74\x0e\x2f\x7c\x36\x59\xae\x00\xfa\x06\x7b\xe9\x79\x28\x7f\xc3\x72\xdf\xfa\x78\xe9\xed\x90\x7e\xb1\xe9\xbc\xec\x55\xb0\xc3\x99\xa5\xea\x31\xb3\x6f\xb8\x85\x80\xdd\xc8\x0a\xe7\x0d\x69\x8d\x46\x61\x1c\xbc\x8c\x03\xf8\xd1\xd8\x3d\x53\x55\x97\x5e\x6a\x00\x4a\x9f\x23\x33\xee\x29\x81\xfe\x81\x77\xbe\x7f\xc1\xd5\x2b\x5f\xec\x46\xb1\xfc\x85\x0d\xa9\x5b\x94\xb4\x7e\xaa\x26\xb6\x63\x9e\x97\x7c\xf5\x7e\xee\x9c\x28\x2b\xa9\x0f\x97\xcb\x0b\x6f\x77\x97\x76\xe2\xf4\x7a\xc1\xc8\x4c\xf8\x77\x3e\x61\x2d\x3a\x55\x26\x6a\xc6\xaf\x21\xdb\xbe\xb2\x3c\xdb\x5e\x12\xca\x62\xcd\xb4\x93\x6b\x3e\x94\x66\xd2\x4f\xc9\x1a\xfb\xa4\x5f\x60\x23\x15\x6d\x3f\x2d\x73\xde\x56\xe8\x71\x7d\x51\xe8\x89\x48\xd7\x11\xe3\x3e\x3a\xc7\x17\x3e\xed\xf1\xd4\xb9\xd7\xa3\x4e\xec\xfd\x4f\x7f\xff\xf3\xe7\x0e\x39\x8f\x2f\xfa\x90\xe9\xd1\x8a\xa4\x64\xc9\xdf\x6d\x67\xe3\x42\xb5\x36\xae\x86\x03\x2a\xd8\x96\x67\xb2\xcb\x97\xe4\x45\x72\x4e\xa5\x9d\xd9\x8f\xbd\xdd\x5d\x6d\x06\xcb\x64\x06\x2d\x2a\x8f\x60\x55\x55\x2f\xee\x78\x7e\xd8\xcf\xbb\xc8\x43\xbe\xcb\xfd\x68\xd5\x5e\x3f\x2d\xfd\x79\x3f\xea\xc9\x00\x5d\xce\x49\xfd\x61\x9f\x76\x22\xff\xdc\xd5\xbf\x74\x2f\xbc\x1d\xa8\x5b\x65\xcf\xf3\x13\x8b\xfa\xb0\x27\x54\x0f\xd1\xcb\xbc\xcf\x36\xe8\xb9\xab\x7d\xe7\x5e\x68\xae\x50\xd1\x57\xe8\x9f\xcf\xfd\xf0\xc2\x93\x1e\x6e\x90\x77\xf6\x8a\x4d\x9b\x11\x15\x5c\xd0\x29\x97\x00\x95\x72\xd8\x20\x6d\xa2\x27\xd1\x11\xf2\x41\x9f\x49\x28\xe8\xed\x80\x1e\xfb\xfe\xf3\xe7\x0e\xe8\x7f\x62\x9f\x8e\x12\x20\x0f\x3f\x00\x14\x1c\x81\xa5\xe2\xbd\xa9\x5d\x19\xf4\xd8\x4f\x9f\x3f\x7f\x5a\xfa\xee\x14\x52\xa6\xe5\xce\x77\x77\x3b\x90\xd1\x8b\x20\xdc\xc7\x9d\xb9\xfc\xe8\xab\xef\xd8\xda\x0f\xc1\x70\x02\x8f\x51\x4c\x31\x8a\xfa\xf3\xcc\x9f\x9e\xdf\x3d\xe8\xf7\xfb\x9d\x6c\xa3\xcf\x9f\xd9\xed\x51\x6d\x5d\x37\x46\x5d\x42\x11\x86\x2e\xdb\x8f\x61\x66\x71\xfa\xc0\xf3\xc3\x9c\x1a\x0b\x94\x41\x8e\x74\xa0\x0f\xfc\xb0\x37\xc3\xf0\x2a\x44\x73\xc2\x7f\x4e\x48\x9e\xfb\xbe\x1f\xe6\x56\x5d\xa8\xc3\xfe\xf0\xc2\xf3\x93\x8d\xc3\x66\xcb\x79\x5f\x66\x0c\x73\xa9\x38\xe4\x65\x72\xc7\x45\x33\x18\xbb\x7e\x31\x3e\x04\xaa\x0b\xca\x18\xd2\x63\xad\xab\x8e\xb7\x93\xbc\x8b\xee\xee\xe6\x67\xc6\x47\xa4\x8f\x5f\x9e\x62\xc5\x25\x00\x21\xe1\x38\x56\x7c\x45\xec\xb4\x0e\xd4\x78\xf1\x27\xcd\x2c\x74\x24\x0f\x28\xac\x94\xc9\x4b\xcf\xff\x94\x1b\xa4\xc9\x03\x99\xa7\xc9\xd2\x1f\x43\xfa\x46\xa7\x6f\xd9\x53\x99\x45\xe0\x21\x21\x4b\x1f\xf6\xb8\x97\x0a\x50\x78\x2c\x36\x96\x3a\x4a\x0f\x3f\x7e\x7c\x06\x86\x97\x68\x34\x2a\xf1\x26\xad\xa9\xd8\xde\x87\xf7\xfd\x75\xa3\x77\x7c\xc3\x7d\xd8\xce\x82\x4e\x20\x3d\x0b\xa7\x10\xcd\x8b\x17\xe3\xc4\x38\x9f\x1e\x46\xec\x0b\x28\x19\xa6\x49\x60\x42\xe5\xa2\xcb\x30\x27\x2e\x5f\x92\x57\x12\x2f\x67\xe9\x12\xa6\xb0\xf4\x84\x3d\x64\x47\xeb\x3e\xff\x4e\x8c\x78\x77\x97\xc7\xc5\xb0\x67\x8f\x34\x55\x9f\xe6\x0c\xcb\xba\xbb\xb1\x83\xbd\xa5\x0f\xd9\x0e\x15\x8a\x38\x5e\x2e\x77\x0c\xeb\x16\xef\x88\xab\x53\x6b\x41\x53\x3c\x7e\x3b\xee\xcf\x00\x26\xf0\x25\xbb\x15\xf3\xb9\xdf\x0b\xc9\x2b\xf0\x4a\x8b\xe8\x11\x06\x75\x76\xaa\xe2\x7f\xd2\xdd\xdd\x4e\xdc\xdf\xf7\x7c\x6e\x66\x99\x82\x8f\x9d\xd8\x3f\xf0\xd8\x70\x73\xfb\x0e\xef\x08\xaa\x17\xf7\x6e\xc9\xed\x5c\xee\x81\x0c\x99\xd2\x65\xcd\xd2\x0b\x7a\x4b\xff\x10\xde\xe7\x7a\xa4\x8f\x0c\x46\x53\x23\x5f\x86\xb5\x17\xde\x8c\x02\xc5\xd9\xea\x8d\x45\xf9\xac\xb8\xf1\xcb\xe2\xde\x70\x91\xdc\xc4\x47\x4a\x71\x40\x4c\x2b\xcb\xec\x73\xcc\x6f\x38\xa8\x97\x44\xf9\x42\x11\x5c\xa6\xf6\x40\x72\x15\x62\x0d\xd3\x7b\x39\xeb\x98\xdd\xc4\x0b\x5f\xf6\x3f\x2d\x3d\xbf\xf8\x75\xd2\x7f\x3f\x7d\x95\x0f\xf9\xf3\x42\xf4\x84\x7d\x24\xa5\x2b\xf5\x23\xfe\x32\x6e\xd6\x0e\xf9\xe8\x13\x67\x30\xbb\xc8\xe4\x02\xd9\xd2\xcd\x24\x4a\x9e\x38\xec\x59\x3f\x56\x01\x68\xec\x74\x95\x46\x7f\x25\x93\x83\xb9\xd1\x0a\x41\x2c\xe4\x74\x84\x08\xec\xb0\xed\x93\xf4\xce\x43\xc5\xaa\x3d\x22\x86\x4d\x25\x22\x49\x6e\xc4\xbc\x68\x70\x48\x36\xe3\xc7\x68\xd5\x6d\x49\x7d\x83\x76\x7a\xdf\xf8\xe8\x7d\xfd\xd1\xfb\x17\x47\xb1\xae\x9b\x26\xc7\x83\x6b\x8a\xe1\xea\xba\xe9\x8e\x54\xcd\x59\x3f\x52\xe7\xc0\x10\x04\x8b\x53\x0a\x28\xec\x1f\x8a\x6f\xc4\x1a\xf5\x0d\x91\x37\xd4\x10\x79\x23\x24\xb7\xdc\x16\xac\x3b\x82\xa2\x2b\x76\x07\x3c\xa2\x85\x17\xec\xeb\x0d\x72\xfb\x50\xda\x64\x62\xad\xfd\xff\x1c\xa4\xcc\x57\xef\xe6\xc0\x8f\x73\x7a\x8d\x64\x74\x5c\x5b\x5a\x7a\x3e\xea\xc4\x7e\xe8\x63\xb6\xd9\x8b\xe7\x23\xff\x2c\xe8\x40\xee\x95\xd7\x09\x51\x38\x25\xec\xb1\x6c\x83\xd6\xd5\xa8\xb0\x56\x8d\xe2\x54\xd6\xd5\x20\x29\x94\x73\x64\x56\x12\x9a\xdb\x9e\x9d\xc3\xa3\xc2\x32\x17\x02\x48\xb3\xbf\xdf\xd7\x8d\x12\x89\x42\x25\x5b\xbf\x9d\xc7\x31\xc4\xd9\x44\x6c\xcd\x50\x27\x6d\x57\x6c\x29\x71\x87\x26\xcb\x47\xe5\xa6\x52\x96\xa8\x4e\xec\xd3\x22\x89\x13\xbe\x26\x7a\x59\x7a\x3b\xd4\xbc\xce\x9c\x10\xee\x92\x0b\xdc\xec\xb8\x68\x79\x74\x50\xe2\x9b\x17\x5d\x29\x18\xbd\x4f\xfc\xdf\x23\xe8\x4b\x29\x79\x04\x7b\xf2\x13\x53\xde\xb3\x6a\x86\xa4\x37\x2c\x12\xfb\x50\x10\xfb\xbe\xd4\x75\xee\xed\x4b\x1a\xde\x3b\x68\xc4\x17\x05\x2e\x5a\x26\xa2\xd0\xce\x22\x5d\xd1\xb5\xb8\x28\xec\x61\x72\x35\xab\x6c\x97\x95\xf7\xf5\x0d\x67\x18\x7d\x5c\xd8\x34\x94\x27\x1e\xdb\xbd\x5d\x09\x86\xfa\xb6\xec\xb4\xdb\xb6\x4d\xcd\x40\xf5\x6d\x65\x56\x77\x12\xcd\x39\x44\xb1\xb8\x99\x0c\xb3\xd3\x85\xf1\x55\x2e\x82\xd3\xe7\x76\x1f\x9f\x47\xaa\xf8\x91\x3f\xf7\x87\x7e\xa0\x19\x98\x46\xd9\x36\xc2\x43\x21\xc4\x3d\x3c\x47\x17\x1d\xe0\xf9\x51\x3f\xec\x71\x76\x20\xbd\x14\xf3\xac\x74\x8e\x3b\x73\x6f\x19\xf6\x02\x14\xc3\x27\xb4\x13\x79\x4a\x44\x25\x5c\x35\x92\xa7\x0a\xfb\xc4\x4b\xc3\x89\xa6\x26\x3f\xba\xd2\x9a\xb9\x4c\xd1\x34\xaf\x9d\x2a\x6d\x94\xf5\x2b\x0d\x4b\x89\xf5\xc2\x8f\xbd\x9d\xe4\x55\x80\x9b\xd4\x3a\x88\x4f\x92\x91\xc1\x8d\xe1\x47\xea\x32\xbd\x3e\x69\x13\x16\xda\x70\x85\x9f\x37\x02\x52\x19\xe3\x4a\x2d\x7b\xd1\x4c\x39\xdb\x56\xd0\x08\x50\x3c\x84\xec\xaa\x8c\xe4\x3c\xfa\x90\x07\x3b\xa6\x7f\xf1\xcd\xde\x87\x4a\xe4\x25\x74\xec\x73\x66\xfd\x71\xd1\x87\x3d\x89\x27\xc0\x99\xc6\xa9\x6a\xa6\x32\x32\xb3\xdf\xbe\x96\x1b\x32\xfb\xed\xb1\xdc\xd2\xfa\xb7\x32\x7e\xaf\xb3\xef\x07\x3d\x18\x5f\x79\x1d\x2d\xdf\x54\xe5\x99\x7e\x78\xfb\xee\xd5\xab\x17\x6f\x5d\x4f\x3a\x19\xe1\xd0\x3d\x9a\x95\x59\xd3\xc5\xad\x4e\x92\x08\x7e\xa4\x30\x0e\x3a\x9f\x28\x20\x97\x47\x9d\x7d\x7f\xd8\x63\x9f\xbc\x0e\x86\x63\xc6\x2e\x00\x45\xf8\xed\x3c\xe6\xf9\x98\x53\x80\x2f\x93\xd5\x75\x70\xca\x84\x0d\x6d\xaf\xb1\x6e\xf0\xc5\xc2\xbd\xf5\xf8\xb1\xba\x1a\x62\x7e\x13\xef\xe3\x1e\x5b\xf0\x44\x06\x85\xa3\x4e\xcc\x43\x64\xc5\xf7\xfd\x87\x42\xf8\x28\x11\x23\xbf\xbd\xef\xc3\x8c\x84\x80\x5e\x87\x7a\x3b\x8a\xa5\x8a\x36\xfb\x7a\x10\xc5\x43\xe1\x58\x85\x71\xa0\xbc\xaa\x0e\xee\x11\x8a\x66\x1d\x76\x17\xc2\x3c\x5c\xd1\x53\x92\xd7\xe3\xd7\x5d\x97\x11\xc1\xf5\x7a\x33\x88\x47\x08\x4f\x3b\xde\x52\x0f\xa0\x48\x66\x9b\x21\xb2\xb2\x06\x4c\xeb\x69\x07\x73\x7e\x1b\x1f\xec\xd8\x92\x12\xe6\x49\x09\x05\x29\x61\x96\x94\xa8\xdf\x21\x7d\x8b\x71\xd8\xaf\xa1\xe5\x8b\xc3\x51\x87\x0b\xf3\x4f\xd0\xb8\x86\x50\xad\x61\x51\xca\x27\x6b\x08\xed\xd6\x10\xa6\x6b\xc8\xae\x2a\x5e\xc7\xe3\xcf\x75\x64\x3f\x87\x6c\x28\x88\xb3\xbf\x64\x30\xdf\x1b\x07\xf3\xd0\x47\x82\x8f\xaa\x57\x01\x76\xca\x61\x4c\x7d\xd4\x27\x49\xaf\xbe\x6c\x7d\xa8\x0f\xeb\xfb\x74\x30\x60\x80\xe7\x33\xda\x71\x65\xb8\x8a\x0f\xe4\x38\x0e\xf6\xeb\x87\x5e\x0c\x4d\x10\xdb\x23\x17\xc9\xcb\xb9\x6f\x1a\x21\xbc\x5c\x76\x32\x71\x3d\x80\x2c\xe2\x61\x5b\x5b\xb2\xed\x0d\x69\x32\x6b\x18\xf6\xc0\x52\x12\xad\xb0\x8f\xbe\x33\x2e\xdd\x03\x9f\xa8\xf5\x7e\x70\x84\xd4\xb2\xc9\x1f\x0f\xf4\x95\xfa\xae\x7c\xa5\x90\xec\xe1\xd1\x26\x17\x8a\xcb\xa7\x49\xbf\xb3\xef\x03\xa5\x86\x7a\x9d\x58\x7d\xf4\xd5\xf5\x71\xe6\xed\x98\xa5\xc0\x84\x2b\xab\x03\xd6\x41\x98\x76\x30\x61\xcd\x4d\xa2\x64\xc0\x9b\x5f\xb1\xe6\x51\xda\x7c\xc0\x9a\x9b\xe4\xd1\x15\x6f\xbe\x60\xcd\xe7\x15\xc3\x63\x8f\x1b\x64\xdc\x82\x3f\x3d\x66\x4f\x93\xf4\x69\x5d\xcc\xbc\x61\x02\xd2\x17\xdf\xf0\x58\x36\xf1\x45\x92\x4b\xc2\x3a\x16\x42\x74\xcc\xfb\xfa\xc0\xfa\x42\x69\x5f\xda\xfb\x95\xd4\xfd\xc0\x1b\xbe\x30\x69\xef\x1f\x3a\x90\x89\xcb\xb4\xf7\x8e\x67\x70\x6d\xc8\xc6\x63\x6e\x52\x12\xf7\x03\x29\xda\x5f\xf0\xae\x5f\xb3\x31\x60\x6d\x3e\xfe\x95\x4e\x07\xa1\x0e\xbc\xde\xc9\xaa\x09\x25\x77\x89\x49\xa7\x4c\x95\xe2\x17\xaa\xcc\xc5\x45\x9e\x06\x7e\xeb\xc6\xfa\xa9\xa1\xea\xea\xbc\x4c\x43\xfc\x8b\xf6\x99\x8e\xe7\xc7\x9d\x12\x63\x9e\xf9\x92\x2b\x1e\x69\xe9\x16\xc4\xe4\xf7\x52\x92\x33\xd5\xa5\x5a\x34\xdf\xa5\x93\x32\x04\x6e\xd9\xd9\x4b\xe4\x44\x2a\x95\x57\xcd\xf4\x97\xb9\xd5\x75\x20\x77\x4b\x79\x4b\xdd\xe6\x02\xbd\x4f\xa8\x03\x45\xce\x27\x9f\x79\xc1\x39\x13\xfb\x80\x49\x90\xc2\xf7\xd8\x0f\x3d\x3f\x63\xaa\x35\x38\xd3\xa4\x29\x8d\x47\xda\x4a\xe3\x09\xec\x19\xc2\x2f\xd4\x5b\x4c\x3f\xb1\x17\xa9\x75\xe1\xaa\x6e\x76\x49\x52\x52\x74\x56\x5c\x97\x81\x67\x8e\x18\xe5\x82\xc5\x60\x48\x2c\x31\xcb\x14\xb6\xac\x1f\x27\xdb\xde\xc6\x42\x23\xbb\x91\x5b\x55\xee\xd4\x6c\x2f\x4b\x9f\xd6\x46\x9e\x95\x5c\x1e\x37\x69\x81\x5c\xd3\x9b\xa4\x31\x64\xbf\xd0\xeb\xca\xfe\x0e\x6e\x06\x34\x0a\x35\x61\xb0\xcb\x5a\xb0\xe9\x32\xcd\x98\x6c\xc7\xd0\x45\x6b\x0d\x5d\x6c\x71\xac\xed\x5c\xf7\x0b\x06\xac\x8c\x92\x70\x78\x94\x75\xb3\x6b\x26\x4e\xc3\x74\xd3\x20\x05\x65\xfc\xa2\x8d\xb6\x95\x34\x8a\x6c\xd6\x5b\xa2\xab\x27\x29\x73\x53\xf7\xf2\x15\x77\xc5\xf9\x85\x0f\xfa\x30\x09\xe2\x4a\x6c\xbe\x48\x7b\x3a\xf5\x1d\xa2\xa4\xea\x9e\xc7\x03\x8f\x51\x21\x47\x2a\x11\x39\xf7\xf4\xb4\x32\x37\x24\xcf\x21\xa1\x18\x2d\x60\xc0\x1e\x2d\xfe\x18\x41\x2a\x7e\xca\xfd\x72\x82\x40\xc0\x7e\x58\x7a\xca\x45\xa2\x82\xde\xe5\xfe\x5c\x69\xe4\xa0\x1f\xfb\x61\xdf\x05\x4c\x7f\x71\x95\x9f\x9e\x87\xba\x85\x17\xbb\xbb\x1d\xf6\x4f\x1f\x24\x17\x6a\xce\x6e\x82\xa3\x7b\x07\x92\x09\x71\xcf\x61\x18\x87\xd4\x1c\x2b\xb5\x93\x8b\x06\x64\x42\x39\x17\xf8\x04\x02\xa1\x16\xf4\x3e\xc8\x2d\x99\x32\x4b\x83\x5e\x23\x66\x41\x04\x49\x14\xd4\x22\xd3\x89\xb8\xf4\xb2\xe8\x3c\x17\x4e\x50\xd2\x31\x9f\xa5\xeb\xdf\x3b\xb0\xea\x53\x18\x63\xad\x3b\xdd\xb7\xea\x54\xf2\xfa\x3a\x1a\xc8\x66\x54\x89\x69\xd9\xf3\x07\x32\x9f\x41\x5c\xa2\xb8\xfb\x79\x81\x7d\x94\x0b\x1b\xae\x19\x1b\x57\x2d\xfd\x8a\x90\x06\xbe\x01\xe4\xa6\xec\xc8\xa8\x39\xf9\xb0\x97\x8f\xd7\x90\x63\x84\x99\x01\x1a\x64\xbd\x75\xff\x86\x67\x8d\xef\xc8\x48\x58\xeb\xde\xb3\x4a\xad\xa9\xdf\x82\x8f\xa2\xb2\x3f\xde\xda\xd8\x4f\x5e\x04\x54\x76\xc3\x1a\x1b\x7b\xb9\x0e\xa3\x48\xf2\x1b\xbd\xb3\xda\x4d\xe2\x67\xbc\x5a\xb9\x1d\x21\x48\xcc\x2e\x90\x9e\xe7\x33\x0e\xa1\x04\xdf\x27\x79\x24\x8f\x90\x2f\x87\x76\x44\xfc\x8c\x78\x39\xca\x89\x9b\x65\x1a\xdd\xff\xa9\x91\x9c\x49\x6d\xea\xb7\x58\x7d\x29\xf3\xca\x73\x55\x92\x07\x71\xec\xe4\x93\xfc\xd3\xd0\xe6\xfc\x49\xe1\xa9\xb8\x86\x78\x27\xcf\x17\x81\x19\xf8\x49\x6a\x05\xc7\x82\x23\x96\x7a\xba\x29\xdf\x31\x1d\xee\xb9\xe6\xb8\x31\x50\x0f\x0f\xc7\x4c\x03\xe5\xc7\xbe\xc8\x87\xa0\x70\x04\x8a\x0d\xe0\x27\x51\x58\x6a\xa7\xe0\xf4\xc6\xc0\xd4\x53\xd9\x89\x91\xa5\xeb\xdd\x74\x12\x16\xbe\xac\x49\x76\x2a\xf5\x55\xfc\xad\x33\x0d\x93\x49\xc6\xb7\x39\xef\x42\x33\xb3\x0b\x70\x87\x34\xe0\x42\x4b\x3d\x78\x0b\x47\x10\xc3\x78\xa8\xf2\x0f\x78\x19\x93\x09\x20\xf1\x3f\xa8\x33\x80\x30\x76\x98\xbe\x11\x82\x28\x24\x30\x70\xba\x0e\x67\x62\x1d\x2f\xd3\x62\x08\xa2\x88\xa9\x4a\x29\xb8\x52\xf2\x6a\x92\xf5\x1b\x74\x48\xdf\x9d\xc7\x62\xcc\x41\xaa\x39\xbd\x15\xe0\x8d\xbb\xbb\xf2\x03\x3b\x75\x4f\xb4\xcf\x47\x79\x2f\x44\x3e\x22\x4b\x2d\xc2\xe3\x7b\x85\x78\xe1\x09\x20\x5a\x20\xb2\x8a\x14\xa6\xde\xee\xae\x0c\xb0\xea\xc0\x3e\xea\x40\xcf\x7b\xec\x3d\x4e\xf3\x74\x55\xc4\x73\x12\xc6\x56\x97\xea\x8b\xfd\x34\x50\x93\xf0\xf1\xf3\xff\x17\xef\x8b\xbd\x23\x22\xdd\x6c\x6c\x03\xb1\x39\x7c\xfe\xac\xef\x23\xa4\x1d\x96\x24\x84\x9a\x40\xfa\x46\x4d\xe3\xf5\xe8\x49\x3a\x02\xed\x5b\xe3\xfe\xef\x7d\xf8\xc0\xe7\xff\xe1\x43\x12\x3f\x9d\x7d\x8a\xc7\xe5\x64\x36\x32\xd0\xaf\xf0\x1d\x60\x1e\x82\x8e\x16\xa2\x5d\xf8\xb5\xf7\xf5\xa9\x0f\xc5\x0c\x5b\x4b\xc7\x15\xba\xf7\x9a\x11\x35\x91\x21\x7a\x4f\xe5\xb9\x68\xc7\xe2\xf3\x67\xc8\x4e\x0f\xd3\xc7\x0b\x37\x35\xf6\x83\xb7\xbb\x7b\xa0\x7e\xd4\xef\x85\x69\xb0\x8c\xbc\xe9\x75\x8a\xcf\x7b\x3b\x61\x22\x2f\x4c\xb6\x0c\x6a\x0c\x82\xfa\xe6\x1b\x9f\xf6\x3e\x64\x82\x77\x4b\x8c\x1c\x7e\x49\xec\x82\xc1\x7e\xb7\x2c\xc2\x8a\xe8\x9c\x3b\xe4\x91\xf4\x62\xdf\x9b\x30\xda\xda\xce\x66\x12\xca\x50\xe8\xf9\x9d\x4c\xba\x83\xc4\x48\xdb\xdd\xed\x64\xb2\x8d\x63\xef\xf3\x67\x03\x7b\xd7\xe2\x26\x13\xb7\x03\x07\x99\xe1\x9d\xa3\x4e\xe8\x99\x35\x2f\xcf\xcb\x46\x24\x11\x29\x62\xfb\xb1\xfc\xf0\xf9\xb3\x48\x4a\xf4\x49\x4f\x00\x04\x27\x22\x30\x89\x5c\x82\x3e\xe9\x4d\x40\x1c\x44\x10\xf7\x23\x61\x7a\xc5\x1d\xe2\x79\x7e\xde\xb6\x11\xe7\xbf\x51\x71\xe8\x07\x3e\x51\x2a\x02\x59\x96\x91\xdc\x14\x20\x95\x70\x31\x6a\xa6\xff\x29\x63\xd7\x0e\xfc\xc8\xa1\x9f\xb9\x6b\x7e\x4e\xa8\x03\x43\x3a\x81\xd8\x19\x40\x1e\x64\xea\x20\x9c\x59\x90\x1d\x58\x34\xbc\x48\x8d\x93\xee\xee\xd2\xda\xe8\x6c\xcd\xba\x92\xb7\xbc\x70\x03\xc7\xee\xae\xe0\x36\xcb\x4e\xe8\x43\x2f\x1b\xd0\x80\xbd\x4f\x6c\x4e\x19\x9b\x0e\x63\xac\xfc\x3b\x26\xd5\x3a\xa1\x2f\x53\xd9\x32\xbb\xdd\x90\x43\x14\x8e\x3a\xa6\xc3\xaa\x78\x74\x07\x75\xb4\x48\x2a\xcf\xcf\xf7\xc7\x8d\xe7\x65\xbe\x18\x99\xbf\x24\xaf\xa2\x85\x57\xf3\x77\x4a\x55\xcd\x64\x48\xe5\xbf\xb3\xdd\x24\x54\x7d\xb9\x77\x0c\x01\x72\xc9\x9b\x72\x6a\xa8\xe1\x9d\x7a\x78\x5c\x86\x61\x24\x7d\x88\xcb\x78\x55\xae\x55\xfa\xea\x9d\x82\x8d\xcb\x3f\xb8\xd7\xef\x43\x95\x4e\x20\x27\x57\xb0\x45\x57\xce\x4c\xfe\xd5\xf1\xbc\xe5\xf2\xc2\xf3\xc3\x25\x3b\xa0\xc6\x72\x46\x25\x31\x45\xfa\x1f\x5d\x32\x09\xe5\xcf\xad\x5e\x4a\xae\x31\x98\x09\x46\x5b\x6a\xdd\xd6\x1d\x9e\x5a\x4e\x16\xfd\xfc\x99\x1a\xd0\xb0\xd4\x8e\x43\x32\x8e\x3c\xe6\x66\x21\xea\xed\x88\xa7\xb8\x6a\x67\x74\x6e\xe8\x99\x5c\x42\x1b\x61\x42\x4a\x61\x10\xaa\x6e\xe1\x8e\xa6\xe7\x71\xe5\x48\x8b\xb9\xe4\xda\xd2\x12\x97\x9e\xe7\x3a\xd3\x29\xae\x31\x9d\x26\x70\x04\xa4\xbf\xff\x98\xfc\x53\x8d\xed\xf1\x37\xdf\x24\xe6\xc1\xf8\x9c\x5c\xf0\xf8\xf6\x0e\xe2\x19\x98\x1a\x61\x54\xde\x51\x9d\x6e\x45\x7d\xe4\xf9\x73\x63\x8a\x90\x74\xba\x9b\xd7\x59\x9b\xb7\x8f\xfc\xf9\x93\xb0\x83\xbc\x23\xd0\x41\x5e\x9a\x07\x89\x97\x1d\xd8\x31\xeb\x48\x94\xdd\xb6\xd9\xad\x8a\xb0\xe5\xe2\xa9\x9d\xe9\x43\xa5\x8f\x48\xe5\xc7\x87\xbd\x90\x9c\x52\x34\x9b\xc1\xc0\xe4\xd0\x63\xb2\xa9\x97\x54\xfa\x90\x0d\xd9\x53\x04\x8a\x53\xfb\x66\x02\x0a\x3e\x2f\xfe\x10\x4c\x7f\xa5\xf2\x01\xc9\x19\xce\x84\xe0\x32\x3c\x33\xcc\x34\x50\x8f\xbd\x01\x84\x84\x57\x50\x9d\x5d\xd3\x83\xb3\x5c\x13\xaa\xac\x07\x4c\xcc\xbc\x87\xe0\xf2\x57\x30\x93\x00\x74\xf2\xaf\x9d\xec\xad\x43\x6a\x46\xc2\xac\x9a\x10\x90\xed\x34\x14\xc1\x1e\x20\x04\x62\xda\x11\x22\x2c\xf6\xdd\x7f\xb0\x3d\xfb\x0f\x27\x24\x4c\x62\x09\x34\x77\x10\x3b\x9c\x1e\x8e\xd0\x01\x7c\x67\x30\xa7\xce\x18\xf1\x08\x2f\x3f\xce\x5c\x34\xbc\x4f\x32\x37\x32\x3f\xec\x27\x50\x50\xad\x97\x22\x0e\x88\xe0\x72\xfe\x27\x0c\xf8\x5d\xcb\xe4\x32\x13\x4f\xcd\x30\xff\xf7\xb9\x50\x4e\xd9\x0d\xd2\xf4\x7d\xc7\xf3\x8e\x4c\x77\x1b\x39\x57\xe3\x9d\x54\xd1\x81\x5f\xe1\x77\x77\x33\x7f\xea\x88\x4e\xd9\x37\x31\xbd\x2b\x0c\xa0\x23\x67\xe9\xf0\xdf\x1c\x65\x2f\x72\xc2\xf8\x0a\x0d\x85\x76\xe1\xfa\x05\x5a\x64\x2f\x1d\x1c\x6e\x57\x6c\x70\xc6\x2d\x3e\xf1\xae\xc4\x36\x39\x82\x3e\xff\xeb\x28\xf6\xd3\x2d\x77\x74\xe8\x67\xf6\xd2\x11\xf4\x15\x11\x8f\xee\x1d\xf8\x44\xec\x63\xf6\x31\xbf\xb7\xd9\x77\xb9\xa1\x08\x73\x36\x0d\xa7\xf0\x94\x82\xe9\xec\x28\xee\x25\x9f\x3f\x7f\x7e\x0e\x28\xec\xc5\xe8\x9a\x67\xdf\x9a\x8f\x37\x1f\xb2\x1b\x92\x33\x3c\x27\x14\x06\x29\x23\x3f\xc8\xa6\x70\x6b\x6c\x0a\xe7\xc0\x88\x7d\xc1\xb7\xb0\x81\x6f\x61\xc6\xb7\x90\x28\x21\x13\x92\xe4\x22\x65\x1a\x03\xf2\x25\x53\xc9\x46\x25\xca\x9c\x18\x33\x04\xa6\x10\x95\xf2\x38\x9f\xc3\x8b\xa5\x4f\xf4\x76\xfc\x00\x66\x5b\xb0\x73\x9b\xe7\xc6\xd9\x79\xe6\x22\x1e\xe5\xfb\x8d\x02\x9f\xf6\x33\xdd\x27\x2e\xb7\x73\x78\x91\x84\x59\x66\xcc\xac\xd5\x2f\x46\x9a\x84\x61\x13\xe6\x06\x9a\x92\xc9\xf2\x44\x13\x6e\xd0\x76\x84\x24\x2f\x69\x27\x76\x98\x68\x98\xd9\x74\xc5\xf6\x99\x9f\xd9\x60\xa7\x33\x44\x60\xf0\x06\xd0\x49\x51\xd3\x31\x3e\xb4\xa3\x25\x5d\xf5\xfb\xf0\xc9\xf9\xc5\x11\x5f\x14\xf6\xf2\x57\xaf\x5f\xbd\x48\xdf\xb9\x2f\xbe\x3c\x7e\xfa\xe6\xec\xdd\xdb\x97\xaf\x7e\xfa\xf0\xe6\xe7\xa7\xa7\xda\xef\x07\xe2\xf7\xa7\x67\x1f\xce\x9e\xbe\xfd\xe9\xc5\x59\xfa\xcb\xa1\xf8\xe5\xd9\xbb\x67\xcf\x4e\x0c\x0f\xde\x17\x3f\xa7\x87\xad\x84\x2e\xfc\xb7\x25\x3f\x6b\x6c\x1b\x82\xb1\xb0\xf4\x96\xcd\x73\x47\xc4\x1f\xcd\x6a\xd9\x5c\xae\xc3\x94\xcf\xe5\x7e\xe8\x78\xe2\xe5\x2f\xd5\x09\x6f\x3e\x0a\x58\x10\x7d\x16\x63\x33\xbd\x2f\x3b\x48\x53\x8b\x8e\xf0\x9d\x38\x12\x77\x26\xa5\xa9\xac\x2e\xd0\xc9\xee\x4d\xd9\x4c\x3e\x94\xca\x8b\xba\xe7\xd2\x96\xde\xd2\xcf\xb2\xeb\x8c\x63\x59\x3d\x26\x5f\x20\x0d\x1e\x6f\xc4\x03\x30\x30\x6c\x6d\xc9\x5e\xe5\x80\xe4\xce\xae\x1d\x8e\x6c\x27\x5f\x93\xf0\xd5\x62\xff\xc9\x4f\xa2\x25\xc1\xc3\x17\x11\xaf\x2a\x63\x73\x2a\xf9\xd8\x9e\x71\x92\x15\x9b\x13\xa5\xd4\x90\x7c\x53\x61\x8d\x84\x39\x4e\xb4\x43\x33\x1b\x55\x15\xaf\xd0\x2c\xf4\x3a\xa9\x45\x57\xec\x3a\x62\xf8\xba\x7f\x6f\x9f\x5d\xd2\xd8\x18\xc5\xa0\x7e\x63\x3c\x30\x19\xe2\xbd\x22\x71\x49\xae\x29\xf4\x3e\xc1\xcf\x9f\xf5\xe5\x0a\xe3\xb0\xe8\x7a\x5b\x2e\x4b\x64\x93\xc6\x10\x45\x08\xbf\x54\xac\x13\x21\x85\xaa\x81\x45\x7c\x93\x2a\x21\x0c\x11\x9a\xe1\x4b\x7c\xd1\x53\xfe\x0a\xa3\xd1\x2e\x33\x14\xfd\x01\xfd\xf2\x2b\x94\x5c\xf3\xaf\x3e\x13\x6d\x36\x2e\x82\x4c\xe2\x47\x5d\x4a\x89\xd5\xbd\xae\x45\xd4\xef\xb2\xec\xeb\xe5\x4e\x6c\x19\x66\x92\xbf\xd7\x19\x2f\x4c\x71\x6d\xac\x49\x89\x23\x34\xd1\x95\x79\xd0\x61\x72\x09\x4d\x90\x7e\x1e\xf3\xef\xf3\xca\xbe\xd7\x89\xb9\x3b\xca\x93\x77\x4b\xc8\x85\xab\x4f\xfa\x71\x2e\x3f\x57\x65\xf1\x7f\x98\x09\x8b\xe8\x31\x88\xa2\x01\x18\x5e\x26\x06\x3e\xfa\xf9\x73\xc7\xd8\x80\xa7\x94\x52\x61\x47\xf3\xce\x31\xbf\xcb\x21\x4f\x29\x54\xa0\xbf\xff\x18\xa4\x48\x1e\xe0\x9b\x6f\x3c\x74\x0e\x2e\xb4\xf8\xc3\x8e\xad\x0b\x5c\xfe\x51\xe3\x8e\x4e\x90\xb6\xc4\x33\xa3\x91\x78\x28\xc1\xd8\xe2\xee\x2c\xe1\xb3\x7f\x7b\xfa\xdb\x1b\xb1\x99\x05\xb1\x7a\xd3\xf0\x63\x18\xeb\x50\x2f\x8a\x6c\xb1\x86\x1c\x8c\x6b\xf6\x3a\xdb\xa2\x9c\xbd\xc6\x6c\xcf\x8e\x00\x5b\xfd\x4d\x47\xe0\xac\x19\x80\xe5\xf2\x82\xa1\x5d\x0c\xc7\x21\xa1\x78\x71\x34\x05\x61\xec\xfa\x71\x1f\xf6\x22\x84\x2e\xe7\xb3\x0e\x2d\x06\x25\x6b\x7b\x66\x0c\xe9\x53\x4a\x71\x38\x98\x53\xd8\x71\xc3\x40\xe4\xea\xd3\xc4\xde\x7a\x4e\x2f\x6a\x9d\x88\x21\xe9\xa2\x39\x65\xd7\x96\xdb\x9e\xda\xad\x6a\xbe\xef\xa4\x22\x0a\xf7\xef\xd1\xcf\x9f\xef\xc5\xbd\x21\x8a\x29\x08\x63\xd2\xa1\xec\xe6\x00\xfb\xdc\xe6\x03\xf5\xaf\x77\x94\x84\xd9\xdd\xbd\x47\xac\x73\xf2\x62\x84\xa7\x20\x0a\xff\x82\xdd\x1a\x7b\x96\xee\x5d\xfd\x9a\xc1\xa8\x75\x97\xea\xc1\xe3\xb8\x08\x3c\x1c\x97\x03\x0f\xc7\xfa\x82\xc6\x3c\xfc\x30\xb6\x04\x1e\xc6\x5f\x2d\xf0\xb0\x6e\x95\xf9\xf2\x90\xbe\xcb\x51\x36\xed\xce\xf4\xa7\x65\x06\x75\x41\x85\x51\xa4\x26\x54\x05\x5f\x21\x8c\x1a\x71\x87\x23\x33\x7f\x5a\xfa\x9f\x62\x30\x85\x47\x50\x1a\xcd\xa9\x45\xb4\xc4\x9f\x04\xdc\x8c\x50\x58\x33\x56\x26\x61\x73\x85\x60\x99\x35\x31\x52\x61\x8a\x10\x95\xc1\x18\x7d\x1a\x45\xbc\x20\x52\x0d\xfd\x48\x38\x88\x36\x55\x5a\xdf\x24\x25\x20\xb7\x0d\x3d\x8e\xfb\x31\x4f\xf8\x39\x15\xaf\x7f\xec\x49\xef\x51\xcc\x11\x59\xcf\x16\x33\xb8\xbb\x1b\x97\xa0\xb3\x32\x31\x90\x08\xc3\xaa\xf9\xc1\x20\xa4\x08\xef\x45\xa1\x2d\x8b\xbf\x2b\x08\xb2\xfd\x82\x20\x05\xab\xb8\x4f\xf5\xd8\x53\xae\x1e\xc9\xeb\xa5\x84\x8f\x4e\x10\x89\xa0\xca\xfd\x3c\x09\xd9\x7d\x7a\xc9\xdd\x02\xe2\x36\xc1\xa3\x8b\xf1\x66\x30\xa1\xd4\xd1\x66\x23\x93\x97\x79\xf2\x6c\x71\x06\xc6\x7c\xeb\x72\xcd\x5c\x35\xf1\x4c\xd8\x4f\x76\xe7\xfc\x18\x05\xf0\xd7\x90\xad\xc9\x8e\x86\x99\xc1\x34\x4c\x88\x7f\x86\xd1\x0c\xe2\x8e\x2b\x76\xba\x8b\xe7\x83\x85\x21\x60\xf7\xfc\x62\xa9\x79\x7f\x79\x92\xba\x4a\x97\xa1\x1d\xd8\x71\x85\x34\x73\x3d\xcf\x0f\xfb\x80\xa3\x4f\x1a\x62\xeb\xba\xdc\x2d\xd9\x23\x78\x98\x82\x43\xed\x0d\x51\x00\xa7\x7c\x6c\x7b\x53\x14\xc0\xbd\x04\xf7\x9b\xf8\xee\x5e\x0a\x18\x4e\x7c\xb7\xf7\x07\x71\x99\xa4\xdc\x89\x7b\x60\xce\x4e\x35\x08\x7e\xe5\x95\xaa\x7c\xe2\xf9\xe1\x13\xd4\xf1\x8e\x3a\x85\xe1\xc4\xec\xae\x02\xce\xf7\x2f\x7c\x37\x42\x20\xc8\x4c\x0d\x75\x78\x2e\x70\x8a\x24\x25\x57\x5a\xa1\x48\xc5\x95\x70\x92\x6c\xb3\xec\x0d\xe6\x61\x14\xe4\x2b\x3b\x4a\x68\x00\x51\x1d\x17\xd2\xe2\x37\x5d\x89\x04\x15\xa2\xd8\x74\xe7\x66\xd7\x16\xd6\x3b\xaf\x72\xdc\x55\x20\x8a\x06\x3c\x81\x5b\x21\x9d\xc8\xea\xa0\x66\x49\xb6\x5d\x49\xe9\x1c\xc3\x86\xb7\x1b\x93\x6b\xcc\x16\xb3\x46\x69\x94\xf0\x9c\xdc\xe7\x01\xfa\x9f\x78\x34\x8e\x40\x02\x63\x2a\x46\xec\x8f\x21\xe5\x55\x60\x4b\x5c\xfa\xac\x15\x37\x53\x3d\x67\x0f\x1a\x94\x71\xb4\xbb\x7b\x2f\x2b\x17\xa8\xb7\xbb\xcb\xee\xf4\xdc\x7f\xaa\x2e\xc5\x89\xaf\xc7\x65\x23\x70\x7d\x2a\x7c\xf3\xdc\x58\x96\xed\x3a\xfb\x7e\xd6\x9a\xdf\xe3\x4d\x11\x67\xe4\x9c\xb3\x41\x36\xfe\x8e\x77\xd1\x87\xb2\x4b\xe1\xef\xcf\x1b\x3a\x92\xd8\xa2\x44\x0f\xf3\x51\x9f\x76\xe2\xcf\x9f\xc5\x2c\x3d\x1f\xf4\x11\x3b\x5c\x61\x1f\x9d\x1f\x5c\xf8\x51\x1f\x33\xed\x0d\xdc\x93\xb1\x1c\xc9\x8b\x04\xb2\xa4\x08\x2c\x20\x1d\x90\x82\xbf\xb0\xaf\x78\xca\x3d\xf0\x7a\xda\x18\xd8\xa5\x26\xe2\xc5\x54\x96\x02\x27\x52\x75\xc7\xe6\xdd\xf1\xfc\xa1\xc9\xc3\x3c\xef\x51\xf4\xaf\xd3\xd7\xaf\x9e\xa8\x0f\x1d\xef\x28\x4d\xee\x98\x4b\x32\x7a\xc9\x8f\xdc\xd5\xad\x5f\xc8\x86\x5e\x2f\x8c\x87\xd1\x3c\x80\xa4\x13\x4a\x97\x77\xd0\xd7\x0a\xb7\x24\xcc\x29\xf4\x5d\x47\x1d\x4c\x27\x40\x90\x07\x58\xc2\x8f\x21\x61\x4c\x67\x47\x08\xc3\x40\x85\x27\x11\x3f\xe0\xb3\x18\xf5\xf5\xd1\x84\xfc\xfd\xd9\x6d\x30\xf2\x3e\x7f\x4e\xb6\x68\xc4\xf3\x4c\x8a\xc8\xc9\xe7\xe1\x05\x37\x1d\xed\xee\xca\xdc\x94\xbe\x68\xdb\x93\xe2\x5b\x53\x77\x94\x9b\x75\xb4\xbb\xdb\x19\xf5\xcf\x25\x82\xd8\xb4\x4f\x7a\xb2\xf6\xf4\x13\x97\xdd\xf1\x04\x0d\x5c\x05\xf2\x2b\xff\xdc\x19\x9d\x4f\x2f\x3a\x32\x18\x52\xdf\x93\x73\x3f\xf4\x47\xde\x92\x63\x4b\xa7\xb5\x2f\x54\x97\x9f\x3f\xbb\x3c\xec\xa9\x2f\x9f\xcc\x8e\x68\x77\x97\x23\x43\x97\xfd\xfc\x24\xfb\x16\xf5\xf2\xa3\xfc\xd7\xf2\x5d\x59\x2c\x61\x85\xaf\xd7\xe1\x86\x29\x02\x4b\x52\x6f\xd2\x6d\x54\x1e\x62\x0e\x7b\x18\x09\xa3\x5a\x62\x4e\x21\xbb\xbb\xd9\xa7\x0d\x4d\x3a\xea\x84\x0e\x23\x08\x8a\x89\x19\xab\xb2\xb3\x4f\xcb\x8a\x91\x3e\x91\xf9\x08\x10\x60\x88\xfb\x50\x64\xbc\x49\xe6\xd3\xd1\x7f\x63\xba\x5c\x3a\xfa\xa5\x4f\xe6\x83\xa9\x29\x3d\x69\xf5\x41\x9a\x91\xc8\x61\xe6\xb0\x8b\xb7\x52\x36\xd4\x9d\xec\x17\x9d\x2c\x79\x3d\xce\x42\x7f\x13\x6b\x8a\x30\x31\x31\x33\x94\xf0\x2f\xb5\xf6\xeb\x2c\xb9\xea\x83\x69\x83\xe9\x5e\x92\x2f\x00\x41\xc0\x99\x40\xed\x0b\x8c\x5d\xab\xa7\x59\xd7\xea\xb3\x31\x2b\x85\xf1\x42\xd3\x4c\x95\xb3\x93\xbd\xec\x88\x70\x7f\xe7\x04\x18\x69\x92\x02\x73\xb2\x56\x49\xf8\x28\x90\x84\xee\xab\x0f\x42\xbb\x04\x9e\x0f\x7a\xfc\xb0\xf4\xe5\xbf\xe9\xf7\xcb\x65\x9a\x53\xaf\x5d\x10\x42\x72\x0a\xae\xc2\x78\xdc\xcf\x16\x7a\xeb\x70\xf6\x9a\xfc\x6a\xca\xfa\x4a\xa4\x53\xd2\x4a\xe2\x00\x93\x5c\xad\x30\x2d\x53\x3b\x19\x81\x48\xf2\x8f\xd3\x04\x7d\xec\xf9\xd5\x05\x39\x99\x1e\x05\xe3\xab\x10\xa3\x78\xda\x76\xe8\x59\x99\x16\x65\x52\x86\x6c\xcf\xcf\xea\x0a\xbe\x0c\x7b\x5d\xd9\xe8\xa2\xee\x18\x19\x10\x73\x65\x55\x8e\x7b\x11\x1a\x82\x48\x02\x41\xb0\x9d\xfe\x92\xc2\xa9\x5e\x44\x56\x14\x09\xa2\x4f\xc4\x9b\x8e\x28\x53\x9e\xb0\xf1\x4a\x93\xaa\xe6\x5c\x73\x40\x69\x69\x43\x76\x2d\xc8\xe0\x1a\x26\xe0\x24\x0a\xe4\x49\x82\x8b\x28\x38\xa4\x67\x4f\x4f\x5f\x7c\x78\xf7\xf2\xc3\xbb\xb7\x27\x09\x7e\x07\xd0\x0a\x01\xa7\x45\x7f\x0f\xf5\xc2\x48\x7a\x17\x3f\x9f\x9d\xbd\xf9\xf0\xe6\xed\xeb\xb3\xd7\xc7\xaf\xd3\x4e\xd2\x18\xf3\xdd\xdd\x4e\x16\xe2\x41\x2b\x1b\x12\xab\x0b\x23\xbb\xb9\xf2\xb9\xc6\x14\x87\x90\x4d\x75\x31\x83\x1d\x17\x43\x11\x71\xec\x7a\xb9\xeb\x50\x5a\xc1\x49\x92\x82\x91\xae\x27\x32\x37\x28\xc2\xc2\x7e\xc1\xed\xd5\x42\x91\xf4\x3e\x7f\xfe\xb4\x94\x4e\x93\xe4\xd9\x4f\xcb\xe5\x92\xa9\x51\x12\xfb\xe4\x67\xee\xf5\xa7\x68\xc8\xe1\xad\x27\x94\xce\xf6\x0e\x7a\x07\x6e\x71\xb2\xbf\x3e\xfd\xdf\x0f\xc7\xaf\x5f\xbd\x7a\x71\x7c\xf6\xf2\xf5\xab\x53\xf7\x48\x55\xab\xe9\xe3\x8e\x99\x2a\xdc\x02\x6b\xc4\xf5\x9d\x1c\xba\xde\x91\xf1\x87\x3f\x4b\x7e\x20\xb3\x60\xe1\x7a\x92\xce\x09\xc6\xa0\x24\xe8\xc3\xe5\x72\x69\x08\xfe\x8f\x93\xe5\xef\x69\x67\x59\x6e\x85\x00\x5e\xc1\x08\xcd\xf8\xe9\x3e\x92\x55\xb6\xc0\x98\x71\x1f\xf1\xd7\x10\x5d\x41\x1e\x00\x2e\xfe\xa4\x90\x50\x5e\x8e\x3b\x39\x12\x9d\xb8\xcf\x38\x18\xba\x0c\x93\x1a\xd2\x8f\xf9\x8a\x95\x24\x2c\xbb\x4c\x73\x81\xcb\xd2\x22\x11\x50\xd9\x15\x64\x67\x7d\xd7\x5b\x16\x2b\x6c\xa5\x36\x2d\x5e\x0b\xa0\x83\xfb\x87\x7e\x9d\xd9\x28\xcd\x77\x89\xfb\xd4\xcb\xa7\x77\x6c\xce\xfa\x23\x2f\x62\xe7\x17\x3e\xee\xdf\xdb\xf7\x49\xff\xde\x81\xaf\x4a\x9e\xed\xb0\xf3\x90\xb8\x17\xfd\xb0\x0f\xcf\x73\xa3\xb8\xe8\x78\x8f\xef\x75\x70\xbf\x03\xfa\xa1\x04\x56\xf2\x04\x46\xd3\xee\x6e\x47\x38\x18\x3a\x40\x69\x98\xf7\xe8\xe7\xcf\x2a\x2c\x95\x87\xc9\x3f\x66\xaf\xf4\x1e\xcb\xcd\x1f\x79\x9f\xfe\xff\xec\x5d\xeb\x72\xdb\x38\x96\xfe\xef\xa7\x50\x58\xbb\x36\x91\x80\x94\xe4\xc9\x74\x6d\x94\x41\x54\x6a\x5b\x3d\x71\xb5\x63\xbb\x6c\x65\x77\xa6\xd5\x5c\x15\x22\x41\x16\x37\x14\xa8\x01\xa1\x24\x8e\xa4\x77\xdf\xc2\x8d\x04\x29\x92\x72\x7c\x49\xbb\x7b\x3a\x3f\x62\x91\xc4\xfd\x7a\x80\x73\xce\xf7\x25\xa2\x08\x31\x8a\x36\xd3\x90\xe2\x28\xba\x51\x13\x72\xbd\xd6\xac\x8f\xbe\x6a\xa4\xf5\xda\xfc\x72\x41\x1a\x32\x9c\xba\x89\xb6\xbb\x8f\x37\x1b\xeb\x22\x4d\x9c\xa3\xef\x74\x95\x35\x21\x4a\xa3\xbc\x64\xa4\xe6\x3e\x0b\xc0\x18\x25\x8a\x48\x5f\x2c\xd5\x66\x34\xc7\xf9\xc5\xac\x77\x74\x7a\x35\xea\x9f\xf5\x7e\x3c\xed\x3b\x1d\xe2\x6f\xbf\x3d\x46\xcf\x9e\x49\x12\x4c\x09\x45\xed\xaa\x4e\x92\x10\xfe\x39\x79\xdf\xc6\x87\xd2\x89\x9c\x5d\x5d\xf4\x8e\xfa\x25\xa9\xe7\x3f\xdc\x3d\x83\xab\xab\xf3\xed\xc4\xb3\x97\xdf\x96\xb0\x59\x14\xc8\x30\x0e\x10\xce\x94\x22\x70\xb5\x01\x60\x48\x82\x4c\x93\x49\x82\x8d\x65\x09\xb7\xe5\x26\xa3\x0c\xbe\xcb\xb7\x8e\xf7\x27\xa3\xe3\x93\x2b\x51\xb8\x14\x51\x4f\xaf\x10\xdb\x01\x7a\x67\x47\x6f\xcf\x2f\x47\x57\xfd\x53\xb5\x66\x9a\x6d\xa2\xac\x52\x89\x2b\x66\x66\xab\x58\xb5\xf5\x3a\x32\x90\x75\x35\x58\x7e\x9d\xd4\xdb\x81\x97\xc5\xc8\x6d\x77\x35\x9b\xd8\xee\x25\x5f\xe7\x13\xc9\x7c\x42\x45\xd8\x50\x58\x8b\xf5\xf5\xff\x0e\xd9\xaa\xe4\x8e\xea\xb1\x75\xeb\xe1\xd4\xd5\xb7\x88\xe9\xa6\x32\x74\xb2\xc5\xd1\x9f\xcb\x95\xa2\xe9\xfa\xcf\xc1\xaf\x43\xf9\x7f\xd0\x34\x92\x40\xdb\x08\x2c\x43\xc7\x81\x42\x34\xae\xaf\x9d\x5a\x2f\xbd\x45\x1c\x47\x4f\x5a\x3b\x64\x1b\xc8\x94\x5e\xc5\xe5\x45\x45\x0d\x2f\x79\x67\x9d\x7b\x4a\xcf\xb5\xc2\xe3\x7f\x2d\x43\x66\x9d\xb8\x24\x00\x68\x26\x1e\x89\xb5\x9d\x59\xfc\x16\x7c\x7f\xdf\xac\xee\x6f\x78\x97\xb8\xd4\x4f\x66\xe1\x54\x1a\x63\x27\xe2\xc0\x1e\x11\x6c\xc3\x03\x18\xf9\x13\x32\xe4\xb5\xa5\x15\x03\xda\xba\x0b\x21\x5d\xd2\x21\x7e\x38\x81\x74\x5b\x29\x2b\x2f\xaf\x4a\xcf\xa3\x52\x84\x9d\x74\xf5\x5f\x17\xc8\x24\xa4\x6a\x48\xaa\xd1\x29\xd8\x00\x28\x47\x19\xcb\x20\xa6\x35\x3b\x11\x53\xc4\x48\x1b\xb8\x58\xb2\xeb\xdc\x61\x33\xd5\xea\x40\x86\x86\xc1\x6b\x21\x36\xeb\xea\xbd\x06\x4c\x35\x86\x24\xea\xcc\x1c\x13\x24\xce\x42\x0e\x11\x81\xdb\x28\x4a\xca\xa9\x47\x36\x8a\x24\xf8\xac\x9d\x8e\x33\x9c\x5c\x29\x72\x86\xef\xa5\x8c\x6b\x15\xc5\x72\x69\x31\x9e\x49\x5e\x2c\xe4\xe1\x18\x1b\xb6\xc3\xcf\x98\x51\xf9\x91\x5a\x77\x60\x44\xcb\x59\x3f\xde\xb8\x8e\x29\x3d\x07\x19\x06\x8b\xbd\xd7\x88\x98\xed\x74\xdb\x7e\x53\x4b\x57\x39\x93\x2a\x8d\x44\x02\x06\x7b\xe1\xd4\x13\xfd\xfe\x6f\xee\x05\xff\x78\x7c\xbb\xc5\x57\xd5\x4c\xdf\xb7\x46\xa0\x32\x4d\xe6\xb2\x61\x2b\x00\x62\xb5\xef\x8a\x5f\x1d\x2a\x5f\xc0\x64\xd7\x5c\x10\xc7\x1f\x3c\x8e\x9a\x61\xa2\x14\x2d\x5e\x42\xd8\x27\xc2\x3c\x0d\xd8\xf0\x84\xd7\xf2\x52\x15\xbf\x91\x37\x94\x47\xa7\xa2\x65\xc9\x7e\x0d\x5b\x41\xee\xc1\x9f\x10\x8e\xc3\x08\xec\xef\xcb\x25\x6c\xfb\x4b\xba\x73\x92\x0c\x60\xc4\x61\x8b\x71\x43\x06\x6c\xcc\xf1\xc7\x90\x5e\x4b\x2f\xe0\x4e\x83\x2d\xc6\x9d\xc6\x18\xd3\x03\xde\x10\x87\xd8\xc6\x9c\xf0\x59\x3c\x69\xf4\x8e\x4e\x9d\x5d\x1d\xa0\x5e\x3e\x68\x6b\xbf\xed\xf7\x8e\xfb\x97\x57\xa3\xab\x7f\xbe\xfb\xf1\xfc\x14\x65\x2f\x8e\x4f\xfe\xde\xbf\x1a\x58\x2f\x06\xe7\x3f\xf7\xcf\xac\xe7\x93\xb3\xe3\xfe\x3f\xec\x08\xbd\x41\xef\xa8\x7f\x36\xe8\x5f\x5a\x2f\xcf\x7a\xef\xfa\x52\x24\x36\xa7\x9b\xb2\x4f\xce\x3f\xbc\x23\x55\xdd\x33\x3c\x27\xc9\x02\x8f\x89\xb3\x57\x9a\x70\x16\xf2\x18\x73\x3c\x26\x94\x13\x66\x07\x55\x65\xca\x42\x49\xba\x3e\x3b\x80\xaa\x44\x16\x60\x10\x7f\x24\x34\x97\x99\xaa\x76\x16\xe2\x48\x61\xcc\xbc\xc5\xc9\xcc\x0e\xa7\xdb\xcb\x19\x8d\x54\xa7\x8c\x96\xe1\x48\xf4\xd1\x68\x46\xf0\x84\xb0\x64\x34\xda\xd9\x9b\x3a\xe4\x83\x76\xe7\xd1\xf9\xd9\xa0\x7f\x36\x18\x0d\xfe\x79\xd1\x47\xc4\x3f\xea\x1d\xbd\xed\x0b\x49\x75\x70\x79\x7e\x9a\x75\x41\xfe\xb5\x73\x84\xc7\x33\xe2\x69\x2a\x2f\x51\xc9\x5c\x2a\x8e\x6e\x01\x4f\x9c\xdc\x76\x56\x4a\x8d\xe6\x07\xad\xd3\xc5\xb9\x1c\x87\xc7\xfd\xd3\xfe\x40\x54\xea\xe2\xfd\x20\xab\x8a\x78\x70\x2e\xde\x0f\x44\xb1\x75\x08\x47\xfd\x15\x6f\x64\x54\x47\xfc\xbf\xb3\xe0\x8c\xfc\x6b\x59\xcb\x93\xfb\xef\x62\x7b\xf8\x3d\xcd\xe3\xf2\x66\x79\x4f\x15\x48\xe6\x61\xcc\xee\x93\x0a\xae\xdd\x94\x9d\xe0\x7b\x52\xe6\x8e\xbe\xcc\x18\xc2\xfa\xf7\x92\x45\x28\xd1\xbf\xd5\xfc\x45\x4c\x3f\xea\x35\x0a\xc5\x85\xe7\xdc\xc4\x48\x9d\x0b\xdb\xaf\xd9\xb6\xa9\x2a\xab\x36\x55\x65\xf6\x56\xcd\x94\x9c\x72\x4b\x53\x55\xfa\x87\x35\x55\x75\x57\x1b\x18\xc3\x95\xc1\x1b\x54\x92\x76\xc7\x11\xd3\x36\x54\x7e\xad\xcd\xff\x4b\x62\xea\x40\xe7\x8b\xa7\x17\x2d\x2f\x9c\x38\x9d\x4c\x91\x6e\xf7\x24\x74\x1a\x99\xc1\x4f\xda\xdd\xd0\xe9\x66\x6f\xe5\x9d\x8b\x3a\x05\x86\xd3\x1b\x37\xf6\x3f\xc4\x93\x1b\xe9\xf3\x92\x1d\x33\xed\xce\x97\xdf\x95\xc4\x63\xe0\x10\xcc\xa7\x61\xbe\xd4\x01\x72\x38\xf9\x62\xfc\x5b\x12\xce\x08\x9e\x3b\x0a\xc6\x3b\x87\xd8\x9f\x20\x02\xdd\xd8\x70\x34\xa7\xfb\x62\x3d\xc6\x83\x0e\x66\x43\x44\x9c\x6c\x93\x3b\x97\x47\x1a\xe6\xdb\x2e\x48\x13\xc1\x1f\x62\x56\x86\x2e\x91\x4e\x1a\x5f\x86\x70\x2d\x0c\x8c\x98\x52\xa2\x66\xd9\x8e\xbc\xbf\xcc\x98\xa2\xdb\x65\x6e\x92\x73\x2f\x82\x58\xbe\x93\xc0\xc3\x1b\x17\x58\xce\x18\xc9\xae\x5d\x2b\x79\xf8\x03\xea\x89\x90\xb4\xce\x7a\xa7\xa3\xab\xfe\xe5\x7f\xf7\x2f\x47\xfd\xcb\xcb\x73\x21\xd2\xfd\x74\x7e\xf9\xe3\xc9\xf1\xb1\x94\x01\xdf\x9f\xf5\xde\x0f\xde\x9e\x5f\x9e\xfc\xd2\x3f\x46\xc4\x3f\xff\x39\xdb\x90\xcf\x7f\x46\x87\x2d\xf1\x23\x17\xe6\x65\xab\xbd\x67\x27\xf1\xb2\xf5\x97\xbd\xaa\xac\xfe\xda\x6a\xd5\x54\x3b\x4c\x7e\x8a\x8b\xe6\x61\x8f\x71\xe6\xd0\xba\x89\xa6\x83\x10\xda\xc6\x73\xbe\xad\xc9\x94\xb9\x27\xf3\xda\xb5\x5a\xd5\x8f\xe4\x66\x10\x4b\xb5\xc4\x13\xf7\xa4\x69\x3a\x19\x26\x24\x42\xbc\xeb\x38\x1d\x62\x14\x33\xf5\x88\xd0\x11\x99\x72\x8f\xb3\x70\xfe\xa4\x0f\x8b\x8e\x73\x77\xcb\x3b\x27\x45\x43\x57\xa4\x7e\xe6\x4c\xc8\x41\x97\xf8\xc9\xf2\x43\xc2\x99\x6b\x44\x1a\xd0\x21\x75\x8d\x35\xc7\x37\x1f\x88\x27\x36\xf4\xef\x70\xf7\x54\x7d\x01\xc1\x2b\x11\xff\xf9\xfe\x3e\x71\x01\xa4\x3b\x3c\x02\xe6\x21\x0d\xe7\xe1\x57\xf2\x2e\x9e\x90\xc7\xae\x4a\xbd\x8a\xef\xf6\x78\xc9\x67\xe4\xb3\x54\x30\x96\x6b\x23\x57\x27\xc7\x9d\x5c\x84\x93\x63\x07\x40\x69\xb9\x98\x7b\x2d\xde\x38\x62\x42\xd4\x36\x8f\x68\x96\xa6\x91\x46\xff\x3c\x7a\xfc\xfe\x3c\x73\xaa\x6f\xe6\x6e\xed\x99\x93\x8e\x50\x82\xc7\xb3\xcc\xd1\xd0\xee\xff\x64\x48\x82\x3f\x45\xee\xc7\x15\xb9\x45\x1b\x4b\x97\xa7\x84\xb0\x10\x47\xe1\x57\xd2\x51\xfa\x0a\xfb\x6e\x4f\x08\xc5\x49\xdd\x8c\xa6\x31\xf5\xc8\x7c\xc1\x6f\x3c\x69\xa4\xfe\xc8\x0b\x5e\xe5\xc5\x66\x23\x45\xe4\x72\xa4\x29\x4c\x77\xb5\xd9\xc2\x10\x7d\xcc\xf9\xb5\x97\x6b\x5a\xe9\xa1\x5c\xd7\x6a\xda\xe7\x7a\xa2\x59\x97\x9f\xb4\x84\x60\x20\x35\xef\x2c\x26\xd4\x90\x86\xd3\x4a\x3f\xbf\xdb\x25\x6d\xab\x2d\x6d\x66\x16\x52\xe0\xaa\xc9\x91\xa5\x10\x97\x82\x0d\xa4\x60\x17\x16\xb2\xb2\x63\xf6\xc4\xc8\xfa\x5e\x03\x3b\xbf\xc3\x6d\x99\xfc\xd8\xbb\x85\x86\x81\x24\x43\xaa\x78\x04\x68\x20\x7f\x03\xc8\xa5\x99\x43\x6d\xc5\xc2\xeb\xd9\x1f\x5e\x34\x55\xee\xee\xca\x30\xd0\x08\xa1\xd9\xd6\x13\xe1\x84\x9f\xa4\xe2\x2a\x42\x88\x66\x22\x6b\x0b\x52\x25\xad\x56\xe2\x14\xb2\x78\xc9\x43\x7a\xdd\x64\x64\x12\x32\x32\xe6\x1e\x8f\x7f\x8b\xa5\xcf\x42\xa1\x15\x25\x52\x9e\x8a\xda\x66\xcc\xb7\x6d\x17\xdb\xc6\x76\xd1\x77\x80\x01\x7a\x5c\x44\x78\x4c\xfe\x27\xe4\x33\xcb\x21\x81\x42\x19\x4f\x3f\x11\xb0\x6b\x19\x33\xed\xc0\x19\xa6\x49\x28\x8a\x75\x7b\xb1\xee\x4f\x57\xc7\xa7\xe4\xea\x78\x6f\xc6\x1f\x58\x26\x11\xe6\x45\x3f\x7d\x63\xa2\x0d\x7d\x95\x5d\x6c\x62\x10\x29\x1c\x39\x82\x3b\xd6\xa5\x9f\xa3\x79\x58\x62\x88\x91\x92\xb1\x61\x68\xbc\x77\x63\x14\xfa\x0b\xcc\x08\xe5\xaf\x01\x46\xd8\x8c\x58\xe6\xc6\x42\xd2\x81\x21\x8a\x33\x8b\x75\x46\x3e\x11\x26\xc1\xf3\xa9\x4b\xa4\x35\xec\x7a\x6d\x5f\x2e\x3a\x10\x8b\x71\xbe\xc5\xeb\x9c\x63\xc1\xc9\x08\xfc\x7d\x2a\xf5\x75\xfb\xfb\xc4\x4f\x38\x66\x3c\x51\x73\x68\x32\xf6\x25\xdf\x0b\x41\x8e\x0a\xe0\x3b\xd6\x3c\xa2\x68\x68\x22\x06\xe9\x64\x03\x00\x0e\xb3\x47\xf9\xa2\xc8\x07\x7d\x5f\x1a\x26\x73\x75\x21\x1a\x0b\xcf\xa5\xb2\x71\xbd\x1e\x06\x85\xb3\x1e\xdd\xae\xa6\xd8\x4f\xba\xe2\xbf\x8e\x8e\x9b\x0c\x69\x20\x8d\x50\x75\x63\xde\x66\x59\xf8\x8c\xa3\x8f\xdf\x7d\x5d\x04\x2b\x9e\xa3\x63\x22\x81\x24\x62\xf4\x45\x61\xaa\x59\xc5\xed\xc5\x74\x2f\x8f\xc3\xba\x2d\x8b\x2b\xfe\x71\x67\x14\x2f\xb8\x74\xbe\x94\x46\x3e\x86\x03\x13\xf1\x21\x0b\x7c\xf3\x2d\x9f\xd6\x90\x05\xc0\xea\x43\x37\xa7\x21\x29\xb0\x48\x0d\x59\x10\x28\x92\x07\x39\x33\x5c\x06\x63\x69\xb4\x60\x73\x08\x65\x77\xd2\xea\x17\x5a\x99\x7c\x3b\xab\x05\xe6\xb3\x8e\xe3\x6c\x14\x7b\x9b\xac\x3d\xbf\x4d\x9f\x85\xd1\x64\x8c\xd9\xc3\x2a\x34\xbf\x69\x3f\x7b\xd6\x96\x16\xc1\x14\xc9\xd3\x88\x7d\xc7\xc0\x41\xda\xae\xbe\xa8\x5e\x66\xbe\xf7\xdc\x31\x88\x40\x0c\xac\x2c\xbb\xdc\x9a\x0a\x27\x04\xb3\xf1\xac\xa9\x4e\xfd\x4f\x9f\xa8\xad\x14\xe0\xe8\xee\xf2\x51\x15\x73\x8a\x45\xc1\xa7\xd1\x93\x74\xbd\x1c\x07\x8e\xa4\x0b\xeb\x30\xa8\x72\x0a\x4d\x1d\x73\xb4\xf6\x44\xfe\x34\xae\x55\xd3\x90\x4e\x1e\xcc\x4b\x2c\x35\x1f\x4c\x5d\xf6\x96\x92\x7a\xbb\xd2\xe0\x7e\xcb\xe4\x6f\x7f\xff\xb6\x46\xf8\x1b\x00\x79\x8a\xe3\x9f\x65\x57\x6e\x8e\xbf\xfb\xf2\x4d\xde\xfa\xac\x12\x09\x2d\x02\x36\x30\x6b\x29\xe5\xaa\x26\xc6\x64\xb9\x73\xd8\xdd\x7d\x82\x0a\xad\x25\x1d\x49\x8a\x8e\xc3\x5d\xde\x19\xf2\xa0\x9a\xf0\x94\xe8\x8e\x85\xb2\x59\xae\xaf\x09\x73\x1d\xe5\x89\xee\x40\x83\xa2\x62\xf0\xe0\x75\x03\x29\x89\xf3\x57\xea\x00\xc5\x44\xc0\x15\xd9\x9d\x76\x85\xdb\x71\xf6\xd2\x98\xfb\x4d\xe9\x34\xe4\xed\x24\xa1\x79\x02\x33\xf4\x3e\xa7\x15\x8d\xc3\x67\x7b\x48\xdd\xdd\xb6\x36\xaf\xdd\xbc\x3b\xe1\x69\x66\x99\x5e\x26\xdb\xbd\x2c\x4d\xe3\xa5\x9d\xc6\xcb\x20\xb7\x4a\xe8\x4a\xe6\x39\x2b\x84\x00\x6c\x93\x03\xbb\x19\xdb\x82\xd4\x36\x92\x8d\x98\x17\x31\xca\xce\x28\x04\x3a\x9d\x94\x79\x66\x65\xb0\x38\x4a\x70\xf5\x78\xea\x64\x96\x45\x8e\xad\xc3\x0d\xd8\xa6\x22\xa4\xfb\xfb\x2e\x45\x07\x8e\x73\x00\xf4\x1e\xc4\x5c\x6a\x76\x96\x04\xac\x28\x72\x9c\x6c\x77\xd1\x9e\xa5\xb9\xcc\x21\xb3\xf0\xe1\x33\xd3\x5f\x7d\xe6\x9a\xc7\x9f\x88\x81\x9b\x94\x19\x30\x24\xa4\x09\x9d\x41\x08\x56\x4c\x66\xbe\xd1\x98\x18\x7e\x52\x5b\x01\xc8\x32\x02\x9a\xaa\x3a\x42\x6c\xe0\xf5\xaa\x9b\x49\x7d\xaf\x6d\xa9\x9d\xd9\xd0\x0d\xc4\x51\x54\xc1\x52\x58\x72\xb9\xc1\x2b\x2e\x37\x52\xcc\xfb\x74\x6b\xb7\x32\x04\xe6\xb6\x88\x9a\xa3\xba\x71\xfd\x03\x7b\x42\x5e\x42\x16\x36\x4b\x76\xe3\x6e\xee\x43\x6a\x97\x9b\xe5\xfc\x7c\xfa\x9e\xce\x08\x8e\xf8\xec\xf1\x55\x92\xe9\xa2\x5a\xed\xd3\x65\x09\x3e\x1c\x1a\xc3\xe6\xd4\xf1\x38\x35\x8c\x16\x6d\xb5\x5e\xa7\x96\xd1\xea\x22\xe3\x45\xbb\x43\x36\xb0\x55\x2b\xa3\x8b\x03\x66\x84\x79\xf8\xf5\xd1\x57\x55\x7d\x06\xb9\xf3\xe6\x55\xb5\x43\x3b\xba\x0a\xc4\xb3\x4e\x5a\xf5\x17\x5f\x3c\x1c\x7f\x24\xac\x29\xc7\xd6\x37\x22\x96\x4a\x90\xd3\x22\x3c\xa9\xad\xca\x49\x2b\x4a\xff\x60\x56\xdf\x79\x93\x35\x8b\xda\x8b\x3d\x49\x6a\xaf\xe8\xb7\xa6\xf6\x4a\x1e\xc3\x9a\x2d\x4d\x3d\x7e\xca\x76\x83\x69\x29\x71\x51\xb5\xb9\xbf\x1f\x17\x28\x7e\x20\x95\xef\x20\x05\xb6\x59\x64\x68\xcb\xd1\xcf\xf8\x7a\x6d\xa8\xa0\x9e\x21\x44\x25\xc0\x4d\x19\x29\x52\xb7\x70\xb1\xf7\xfd\x78\xef\x5c\x02\x3a\x3c\x2b\x7e\x64\xad\x03\xd1\x6f\x41\xeb\xb6\xfc\x03\x92\x47\x8d\x15\xe2\x6f\x5a\xc7\x71\x8e\xba\x6e\xfc\x1b\x51\xd7\x0d\x3e\x13\x42\x11\xf1\x07\x72\x4f\xb1\x6f\x96\x26\x15\x76\xaf\xc6\x15\xed\xce\x80\x54\x6d\xf2\x97\xe6\x0f\xad\x4c\x18\x33\x06\xae\x2e\x47\xa1\x7a\x88\x24\xf9\x8b\x21\x03\x02\x00\x88\x56\xb9\x14\x7d\x41\xc5\xd9\x4b\xc7\x94\x83\x24\x85\xc0\x80\x62\xb2\x6a\x4b\x44\xb1\x41\x56\x19\x03\x96\x92\xcd\xa9\x08\xfa\x00\x28\x0f\x76\x99\xa1\xa0\xce\x7a\x2b\xbd\x3c\x21\x9f\xc4\x95\x39\xa1\x9c\xb0\x4f\x38\xd2\xc6\x95\xa1\x7e\x34\xb6\xbb\xe6\x19\x09\x81\xd8\x04\x2d\xb1\x3a\xf4\x45\x71\x5c\xb0\x81\x24\x2b\xc5\x44\xb1\xf3\x96\xd4\xaa\x36\x67\x49\x58\x45\x36\x2e\x80\xd3\x8a\xee\x34\x92\x5a\x49\x7f\xd0\xda\xfe\x10\x23\x46\x52\x0c\x88\x45\xb0\xa6\x4f\x24\x58\xd8\x70\x57\x2d\x2c\x90\x53\x1d\x5b\x8d\xc8\xbf\xb3\x78\xb9\x90\xac\x37\xdb\xaf\x7d\x9d\x9c\x2b\x44\xa5\x88\x70\xd2\x28\x0b\xa5\xda\xe0\x96\xa3\x63\xc4\x75\xad\x4c\x1f\x58\xa3\xc0\x54\x78\xc7\x48\xc8\xa7\x83\x88\x75\xd1\x99\xcf\xe1\x9a\xe8\x62\xa6\xd6\xb8\xdb\x9f\xb6\x25\xd0\x86\xb9\x7b\x90\x25\x2c\xa6\x29\x7e\x64\x20\xe6\xd9\x07\x60\x9b\xdb\x56\x56\xa4\x60\xf8\x6a\x22\xa7\x71\xc3\xa4\x17\x85\x9f\x76\xc6\xd3\xc1\xb2\xb6\xe3\xb8\xc6\x38\x57\x87\x16\xfb\xb6\x41\x0f\xb2\x7a\xcf\x05\xdb\x64\x6d\x66\xba\x9a\x46\xd0\xed\x51\x3a\xb3\x75\xde\x15\x53\x9b\xc7\x8b\xdd\xe5\x6a\x57\x94\xab\x8c\x21\xef\xdb\x8a\x26\x72\x2f\x2f\x19\x1e\xf3\xf0\x13\x39\x8a\x97\x3b\x39\xf3\xb6\x9b\x2b\x8b\xba\x3d\x7e\x75\xb0\xb2\x21\xac\x6a\x7d\x2d\x3e\x23\x52\x1c\x2e\x55\xf1\x0a\x2a\x97\x74\x90\x5f\xeb\x69\x9b\x89\x30\xb7\x9f\xd6\x52\x37\x3a\x33\x8b\xa6\x2e\x50\xd9\xc4\xb6\x43\xa4\x0b\xdd\x5e\xba\x97\x4d\x35\xc0\x5b\xd5\x36\x96\x14\x5c\x2b\x34\xb1\xce\x94\xe1\x39\x41\xba\xd3\xe5\x4a\x3d\x66\x8a\x59\xa4\x9d\x1e\xc6\xad\xd5\x24\x4c\x7a\xfc\xaa\x62\x80\xe7\x66\x85\x9d\xfc\xdf\x50\xdb\x9e\x54\xbc\x4f\x77\x5a\xc0\xdb\xd1\xdf\x98\x69\x1f\x73\x1c\xc9\x37\x99\x39\x7d\x71\xb6\x54\x31\x27\x16\x38\xe2\xd3\x7e\x76\xc1\xf6\x8c\x2b\x43\xe7\x32\xf9\x95\xcc\x82\xbb\x64\x79\x4b\x3e\xfe\x1d\x33\x37\x37\x31\x62\x1e\xf7\xe8\xe4\x8a\xc7\x0b\x77\xbb\x09\xb3\xa4\x16\x11\x2e\xdb\x90\x4a\x92\xba\x88\xf0\x4d\x6d\x52\x55\x0b\xdd\x5d\xd2\xb2\x8a\x5f\x3d\x5b\x73\x43\x96\xec\x65\xbb\x90\xdd\xb8\xe9\xb5\xb9\xaf\x97\x34\x17\x08\x89\x56\x34\xa1\x41\x74\x2b\x64\x7a\x51\xd6\x24\xf7\xce\x74\xbd\xe6\x4a\xd7\xbc\x95\xab\x89\x76\xeb\xe5\x85\x6f\xef\x9b\x84\xc9\x75\x63\xaa\x45\x14\x68\x7f\xb1\x57\xc1\x9f\xe4\x74\x29\xab\x5d\x7e\xef\xcb\xa6\x96\x51\xfe\x58\x89\xa4\x6b\xc2\xce\x74\x42\x13\x32\x4d\xc5\x08\x64\x0b\xb4\x22\x38\x21\xe7\xcb\xe2\x5d\x82\xa5\xaf\x27\x4d\xc4\x20\x7d\xee\x7a\x1e\x79\x4e\x9e\x93\x17\x6d\xf0\x82\x6f\x36\x70\x86\x26\xf0\x43\x95\x3c\x97\x5e\x46\xc0\xf8\xae\x77\xef\xed\x43\x88\xef\x7a\xdf\xbe\xf0\x75\xad\x4a\x04\x4a\x56\x2b\x50\xbe\x93\x8e\x4f\x2e\x06\x90\xe9\x53\xd0\x42\x72\xdd\xc9\x27\x4d\xa1\xc6\xf5\xa3\xea\x45\x37\x16\x8f\x52\x0e\x62\xfe\x34\x66\x9f\x31\x9b\x24\x90\xd9\xc2\xe8\xfc\x5b\x84\xd0\x69\x26\x51\xa6\xbd\xcd\xe3\xad\x80\xb2\x8f\x2c\x7c\x8f\x3c\x37\x5f\x09\xfa\x06\x58\xd1\x21\x09\x3c\x24\xc1\x79\x00\x54\xa6\x7d\x26\x15\x5f\x2c\x40\xee\x96\x94\x2a\xce\x77\x63\x92\x94\xb9\x53\x59\x77\xd2\xb9\xcb\x68\x39\xe0\x16\xa2\xd9\xca\x2d\x6f\x35\x72\xbc\x71\x31\x73\x49\x7e\x2e\x43\x22\x86\xab\xbc\x3c\x48\x38\xe6\x64\xc8\x03\x48\x74\x82\xfa\xb7\x35\x2b\xc0\x5e\x86\x43\x2a\xbe\x68\x4d\x2e\xa4\xc0\x12\x63\x4c\x9f\x54\x0a\x59\xf9\x4d\x71\x6b\xea\x75\xb3\x4a\x89\xb6\x70\xcb\xb6\xea\x17\xa8\x30\xd3\x40\xa7\x64\x61\xdd\x4e\x1b\x16\x97\x2c\xbd\x22\x66\xa5\xff\x80\xc7\x1f\x6f\x5f\x7c\xaf\x58\x8e\x92\xb2\xbe\x41\xad\x6e\xa1\x46\xba\xb0\x6c\xa9\x4d\xe0\xd2\x61\x5c\x2d\x94\xd4\x95\xb9\x6e\x05\xcf\x1d\x53\xca\x17\x56\xbb\xff\xd3\xe5\xd5\x7e\x89\x56\x29\x75\xd8\x2d\x06\x9d\xe4\x87\xcf\x0f\x2a\x12\x20\x6e\x86\x8b\x9c\x0e\x00\x32\x37\xb2\x6f\xd5\x00\xcc\xd7\x82\xdf\x82\xd1\x3a\x5d\x21\xaa\xb7\x2d\x0d\x40\x9c\x17\x6d\xcb\xe3\x14\xf7\x02\xc5\x1d\x67\xe5\x25\xd7\xa6\x9d\x6b\xbf\x6c\x95\x92\xdd\xe3\x9d\xf6\xb5\xaf\x2a\xa9\xf6\xe5\x25\x39\x99\x56\xde\xd3\x7c\xa8\xd5\x0a\xf0\x88\x14\x14\x21\x29\xda\x7a\x14\x7a\x4a\x4b\xe8\x19\x40\x98\x42\xa4\x7b\x53\x96\x55\x46\xd0\x82\xbb\x03\x57\x79\x7b\xf4\x72\x7e\xd1\xf4\xf2\x60\xb3\xa9\x03\x9c\xe7\xf1\x3c\xbe\x66\x78\xf1\xfd\xb4\x5c\x79\x05\x9f\xba\x9c\x7e\x65\xfe\xc1\x04\x79\xd9\x43\x8c\x86\xc1\x5e\x09\x0a\x13\x56\xc8\xdf\x08\x61\xff\x2c\x9e\xe8\x5b\x83\x10\x61\xff\x8a\x5c\x8b\xf1\x5c\x16\x47\xdd\x82\xaa\x08\xcf\x10\x97\x7f\x85\xf4\xa6\xa3\x20\x14\xa6\xeb\xba\x8b\x21\x07\x7b\xb1\xc2\x57\x5a\xd1\x78\x42\x3a\x2a\x3c\x9c\x84\xea\xf6\xbe\x43\x61\xa2\xe2\x75\x42\xb1\x0f\xfd\x8d\x69\x90\x27\x48\xdf\x24\xd2\x90\x8b\x4a\xc5\x53\xec\x27\x31\xe3\x55\x46\x21\x26\x35\x8f\xa7\x3f\xa5\xbe\x6a\xcf\x20\x1f\x1a\x75\x26\x8c\xd0\x3b\xcc\x67\xfe\x34\x8a\x63\xe6\x86\xcd\xc3\x54\x2a\x0c\xdf\xb4\xba\x18\x85\xff\x79\xd8\x8d\x87\x51\x90\x26\xd3\x71\xe3\x61\xe4\xb5\xb3\x17\x2f\x72\x9f\x41\xf3\xb0\xe3\x62\xd4\x82\x0c\xb5\x60\x82\x5a\x8a\x95\x4e\x7e\x4a\x3a\x31\x9c\x87\xb4\x23\x15\xfd\x27\xe2\xac\xd6\x6a\x3d\x67\xa0\xd9\x6e\xb5\xa0\x24\xd7\x2c\x7c\xc2\xfa\x13\xfe\x92\x7f\x9f\xc8\xf7\xf5\x5a\xd6\xe5\x78\x1a\xb2\x3a\xc4\x89\x07\x1d\x78\x96\xc9\x40\x66\xd9\xdd\x06\x3e\x8f\xdf\x2f\x16\x29\xac\xde\x56\x98\x36\xa8\x55\x21\x2e\x17\x13\xcc\x89\x27\x31\xd3\x35\xba\xdb\xa3\x7b\x2c\x6a\xc9\x16\xa5\x5b\x0e\xeb\xda\xda\x61\x0a\x3a\x6c\xcf\x00\xec\x4f\x43\x3a\x91\x86\xed\x65\xb6\x47\xb6\x31\x1d\x05\x22\xa1\x0d\x78\x2d\xcd\xec\xc4\x20\xe6\xb6\xb2\x4a\x05\x55\x15\xb8\x60\xf1\x97\x9b\xfd\x7d\x8b\x4f\x00\x1a\xb7\x77\x07\x12\x5f\xb5\x42\x4f\x3a\x2e\x41\x62\x4c\xcb\xdd\x04\xb6\xe1\x90\x07\x99\xf5\x00\x2f\x6f\x57\x8b\xc6\xa2\x89\xc7\x51\x2d\x0b\x86\xcd\x79\x61\x22\xc6\x2c\x79\x34\xde\xc8\x95\xf4\x73\x1c\x4a\x2a\x46\x03\xe6\x7d\xc1\x48\x42\xc4\xa4\x72\x9f\xb5\x00\xcc\x7d\x3a\x55\xc6\x08\xee\x4a\xcc\xa8\xf6\x06\x04\x70\x70\xb3\x20\x9d\xea\xe8\x1b\xcb\xf5\x9d\xee\x6c\x9d\x50\x36\xb9\x34\x59\xbe\x43\x1b\xd9\x4a\x6e\xa5\x68\x69\xda\xb8\xd6\x45\x62\x90\x87\x6a\x44\x56\xe0\xd8\x5c\x5d\x49\x44\xe3\xfb\x36\xec\x31\x49\x78\x48\x65\x2d\xef\x9b\x54\x4f\xd6\xba\xae\x97\x32\xc0\xf0\x14\xf6\xd4\x60\x39\xa5\xc8\xa7\x5d\x53\xb1\xab\x87\xaa\xd6\x7d\x12\xda\x74\x56\x1b\xb0\x93\xe4\xd2\x1e\x29\x1f\x3f\x3d\xad\x99\xf7\x33\xb9\xb9\x4f\xfd\xbf\x69\x62\x29\xcb\xfc\xa7\x55\x7f\x39\xaa\x73\x95\xfc\x29\x66\x73\xcc\x81\xbb\x62\xe4\x9a\x7c\xe9\x34\xff\x77\x88\xbd\xaf\x3d\xef\x97\x96\xf7\x2a\x70\xb3\xdf\x5e\xb0\x6a\xc1\x1f\x0e\x37\xd6\x57\xd0\xfd\x8f\xe6\xe6\x1b\x17\x9b\x45\x1c\x85\xe3\x9b\xdf\x5f\x9b\xf4\xbc\x5f\xb0\xf7\xb5\xe5\xbd\xfa\xd5\x1b\x05\xab\x36\x6c\x1f\xfe\xd7\xe6\xdb\x6b\xcf\xe2\xe8\x77\x38\x1e\x8a\x75\x3f\xfc\xeb\x0f\x77\xa8\x3b\x97\x10\x71\x8f\x21\xd4\xa4\x98\x29\xe6\xc5\xaa\x5c\x24\x28\xd9\x9e\xe0\x30\xb0\xb9\x20\x38\xbb\xd1\xb7\x39\x3b\xa2\x71\x94\xb2\xa3\xe5\xd8\x09\xdd\x83\x39\xe1\x78\x48\xf1\x9c\x20\xe7\xe0\x05\x79\x71\xe0\x04\x07\xa0\x40\x7d\x6b\x84\x1c\x00\x29\x5a\x19\x74\x63\x0b\xb1\x79\x42\xc6\xf1\x84\xbc\xbf\x3c\x39\x32\xfc\xc0\x12\x64\xb5\x60\xf0\x58\x68\x29\x5a\xdd\x52\x34\x73\x62\xc8\xec\x33\x94\x6d\xc6\xc1\x51\xbc\x8c\x26\x0d\x1a\xf3\x86\x74\x08\x53\x75\x6d\x4c\x59\x3c\x6f\x88\x9a\x34\x38\xbe\x6e\x7c\x0e\xf9\xac\x21\xaa\xd4\xd0\x55\xf2\x0f\xa4\x30\xcb\x96\x94\x86\xf4\x7a\x40\x12\x9e\xac\xd7\x8c\x48\xc8\x5d\xbb\xc1\xf1\x62\xe1\x80\x74\x8f\xd3\xe6\x1b\x8a\x0b\x33\x0b\xe5\xc0\x4f\x84\x25\x62\xab\x74\x0e\xfd\x43\xbf\xf5\xe2\x15\x99\xb4\x5e\xfd\x05\x8f\x9d\x0d\xd8\xfb\xff\x00\x00\x00\xff\xff\x2c\xbf\xe3\xe0\x72\x5c\x0b\x00") +var _web_uiAssetsConsulUi8f69a00424bae13b8764ed2197104033Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\xfb\x76\xdb\x38\x96\x28\x0e\xff\xef\xa7\xa0\x79\xe6\xa4\xc9\x29\x48\xb6\xec\x5c\x55\xa3\x4e\xb9\x9c\x54\x77\xa6\x53\xa9\x9c\x38\xe9\xcb\x78\x7c\xb2\x60\x12\x92\x38\xa6\x00\x15\x08\xd9\x71\xc9\x3a\xcf\xf2\x3d\xcb\xf7\x64\xbf\x85\x1b\x09\x92\xe0\x4d\x92\x2f\xa9\x4a\xad\xd5\x1d\x4b\x22\x81\x8d\x8d\x8d\x8d\x7d\xdf\xee\x22\x41\x4e\xc2\x68\x14\x30\x77\x27\x44\xe3\x08\x23\xcf\x0d\x08\x4e\x16\x71\x6f\x11\xed\xc1\x10\xce\x19\xa2\xc9\x5e\xef\x7f\x12\x82\x7b\x70\x1e\xb9\xe0\xd4\x45\x5f\xe6\x84\xb2\xc4\x05\xee\x0f\x68\x76\x8e\x68\x2f\x84\x0c\xea\x67\xf7\xd2\x27\xcf\x80\x37\x5e\xe0\x80\x45\x04\x7b\x08\x30\x7f\xf9\xcb\xf9\xff\xa0\x80\xf5\xe5\x34\xef\x29\x99\x23\xca\xae\x3d\x04\xdc\xcf\x9f\x51\xf2\x33\x09\x17\x31\x72\xc1\xf2\x12\xc6\x0b\x34\xdc\xdd\x5f\xf9\xa0\xf2\x85\x10\x8d\xe1\x22\x66\x2e\x58\x22\xbc\x98\x21\x0a\xcf\x63\xfe\x0a\x98\x20\x36\x4c\xe7\xf4\x97\x14\xb1\x05\xc5\x8e\x18\x81\x3f\xbf\x5a\xf9\x2b\xdf\x07\x35\xeb\x84\x41\x9c\x5f\xa1\xed\x99\xf9\x3c\x8e\x02\xc8\xe7\xc8\x3d\x30\x23\x21\x8a\xd5\x10\xe5\xaf\xc3\xa0\x88\x10\x80\x01\xf5\x97\xfa\x1b\x07\x7a\xfe\xf2\x12\x52\x07\x8d\x42\xef\xd4\xfd\x6f\xec\x88\xff\xde\x7f\xfa\xe8\xec\x5d\x0e\xf8\xa8\x7b\x41\x4c\x30\xda\x73\x81\xfb\xd2\x05\xea\x01\xf7\xcc\xdf\x51\xab\x84\xa3\xf2\xca\xd1\x0a\xa0\x55\x3a\x03\x69\x9c\x21\x44\x09\xa3\xe4\xba\x72\x0e\xd2\x38\x47\xd2\x38\xc7\x62\x1e\x42\x86\xe4\xf0\xfa\x77\xdb\x5c\x49\xe3\x5c\x91\xc4\x62\xb6\xcf\x4e\x84\x1d\xf4\xb2\x8a\x6a\x98\xa6\x2d\x0c\xf2\x54\x13\x10\x3c\x8e\x26\x8b\xf4\xf3\x15\x8d\x98\xfa\x7b\xe5\x0f\xd1\x29\x3b\x1b\x61\x73\xde\xb8\x79\xa7\x28\x6a\xb5\xc6\xb8\x71\x8d\x0b\xeb\x5c\x7f\x79\x9d\xcd\x15\xe1\x31\xc9\x36\xac\x6e\xb6\x45\xe3\x6c\x41\xe3\x6c\x71\x94\xb0\xe6\x99\x82\xc6\x99\x42\xc9\x12\xf4\xce\xdd\xdc\x78\x6c\x84\xfa\x49\x1c\x05\xc8\xdb\xf7\xd3\xa3\x3f\xa6\x08\xfd\x86\x3c\xdb\x96\x46\x28\xf1\x10\x58\x52\x78\x35\x54\xfb\x9a\x7f\x87\xf9\xab\x95\xef\xaf\x3a\x33\x1d\xa4\xb9\xc5\xe8\x92\x44\xa1\xb3\xbf\xc3\x11\x32\x1e\xa5\x4c\xa4\x8f\xbe\x30\x84\x43\x6f\x49\xd1\xaf\x0b\x94\xb0\x9f\x08\xfd\x3f\x0b\x44\xaf\x87\x79\x66\xc7\xdf\xc2\xfc\xad\x00\xd0\x11\xeb\x47\x38\x44\x5f\x34\x7a\x90\x17\x78\x3e\x58\x86\xc1\x10\xaf\xc0\x52\xfc\x34\xa4\x2b\x7f\x05\x0a\x43\x7e\x40\x01\xa1\x61\x8b\x81\x01\xe4\x7f\x85\x3b\xd1\xd8\x93\x40\x8f\x46\x23\xe8\xb3\x29\x25\x57\x0e\x46\x57\xce\x6b\x4a\x09\xf5\xdc\x7f\x91\x85\x33\x5b\x24\xcc\x49\xe6\x28\x88\xc6\xd7\x0e\xc4\x4e\x14\xba\x7e\x06\xd7\xc2\xf3\x01\xac\x87\xec\x58\xd0\x76\x19\x34\x0c\x60\xb6\xd7\x5e\xec\xf9\x20\xf2\x96\x2b\xc0\xfa\xaf\x8e\x3e\x1e\x1d\xbf\x7e\xf7\xf1\xf5\x87\xcf\xff\xe7\xd3\xeb\x0f\xff\xfa\xfc\xfe\xe8\xc3\xd1\xcf\x00\x9e\xd2\xfe\x4f\xbf\x7c\x78\xfd\xe6\x2f\xef\x3e\xff\xed\xf5\xbf\xce\x7c\x80\x73\xf3\x7c\x12\x7c\xa2\x69\x9e\x64\xe3\x79\x5e\xa1\x18\xd9\xe6\x81\x20\x31\xe6\x21\x9e\x0f\x92\x53\xdc\x3f\x79\xfb\xe9\x2f\x62\x98\x86\x59\x93\xe2\xac\x79\x1c\x72\x4e\x5e\x9e\x92\xe4\xa6\x84\x5b\x98\x52\x5c\x19\xc3\xf2\xad\xa3\xcf\xdd\x34\x4a\xfa\x0a\x2c\xcf\x72\x39\x69\x58\xfa\x56\xd0\x3d\xf9\xd4\xca\xb7\xdd\x6b\xc6\xab\xc9\x9c\xe0\xb0\x40\x39\xd9\xbb\x14\xb0\xbe\xb8\x23\xdf\xc1\x19\xe2\x67\x76\x27\x3b\x81\xe3\xa6\xeb\xda\xbc\x8a\x1b\xae\xed\x29\x63\xf3\xb2\x4c\x92\x32\x24\x7c\xb7\x97\xc9\x06\x6c\x09\xf5\xdf\x9d\xbc\x3f\x3a\x7e\x6d\x6e\xfe\x08\x55\x50\x85\x66\x62\x95\xbf\xbb\x61\xe0\xee\x58\x87\x74\x71\xe2\x0a\xe6\x47\x2d\xcc\x2f\x88\x23\x84\xd9\xf0\x35\x97\xff\xfa\x11\x16\x8b\x49\x10\xbd\xe4\xfc\xdb\x95\x3f\x4a\x8c\xfb\x00\xe1\xcb\x8a\xe7\x10\xbe\x74\x7d\x30\x26\x74\x06\xd9\xbb\x64\x0e\x03\x93\x54\xfd\x65\x34\xf6\x04\x81\x22\x7c\xc9\xff\xe7\xb9\xc7\xbf\xbc\x3b\xf9\xf4\xf6\xb3\x84\xf5\xe4\xf3\xeb\x77\x47\x3f\xbe\x7d\xfd\xca\xf5\x7d\xb9\x67\xae\xbb\x3b\x1a\xa1\x97\x98\x9f\x12\x0e\x3c\x40\xfe\x50\x2e\x7f\xa5\x26\x79\x05\x19\x0c\x10\x66\x88\xe6\x26\x52\x5b\x2e\x5f\x0c\x03\xfe\x62\x7a\x5a\x9b\x0e\xcf\x3c\xe8\x73\x2a\xbc\x16\xa0\x02\x48\x27\x8b\x19\xc2\x2c\x29\x10\x32\x6d\x20\xe4\x80\x10\x1a\x46\x18\x32\xd4\x49\xfc\xac\x23\x67\x7d\x93\xe7\x1f\x28\xdd\xb4\x9a\xf7\x6f\xed\xc2\xb5\x08\x0e\xd9\xea\xf6\x30\x09\x51\x92\xc9\x96\x8e\xf3\xcf\xde\x07\x89\xe8\xde\x9b\x57\x43\xa7\x51\xb2\xc0\x55\x92\xc5\x76\xee\x79\x1b\xa9\x37\xdf\xf3\x54\x5e\xc7\x30\xbd\x8e\xc9\x88\xf5\x17\x34\xca\xee\x55\xac\xee\x7b\xba\x02\x44\xdf\xab\x70\xd5\x91\x48\x38\x65\xfe\x0e\x89\x03\x32\x18\x93\xc9\x5e\x98\x9e\xcd\xe4\x61\xef\xba\x71\x45\x63\xcf\xef\xba\x87\x51\x12\x90\x4b\x44\xaf\x7b\xc1\x14\x46\xcd\xb7\x56\xdb\x0d\x35\x44\x43\x85\x93\x0b\x74\x9d\x78\xc8\xe7\x32\xa1\xfa\x66\x82\xd8\x2f\x57\x58\x63\xe9\xe4\x7a\x76\x4e\xe2\x44\x53\x70\xdd\x33\x7c\x18\xf6\xe8\x91\x47\x47\xb4\x3f\x8e\x62\x86\xa8\x21\x2c\x64\x52\xbc\x75\x88\x57\x28\x09\x68\x34\x67\x84\x0a\x18\xfb\xd9\x6d\xb9\xf2\x7d\x1f\xe0\xfe\x7c\x91\x4c\x15\x0b\x15\x12\x81\xde\xf2\x4c\x57\xa0\x1c\xe7\x63\x42\x3d\x0e\x29\x1b\x0d\xbe\x67\xff\x91\xf2\xd9\x7e\x8c\xf0\x84\x4d\xbf\x67\xdf\x7d\xa7\x57\x82\x17\x71\xbc\x3b\x4a\x9f\x38\x65\x67\x2f\xcd\x0f\xc3\xe5\x6a\x87\xfd\xef\x83\x97\x58\xa1\xc5\xa3\x3e\xd8\xdd\xf7\xfb\x63\x42\x5f\xc3\x60\x9a\x5f\x19\x14\x5c\x9f\x9e\xb2\x33\x7f\xe5\xfb\xc3\x86\x15\x26\x56\x71\x41\x1e\x8d\xa6\x57\x3d\xea\xfb\x43\x03\xa6\x0a\x80\xaa\xe5\x91\x26\xec\x53\xc0\x7c\xbe\x88\x55\x7a\x7e\x0c\xd3\xc3\xfd\x28\xd2\xe4\x21\xf1\xa1\xc2\xc9\xcc\xdb\x40\x3a\xdf\x53\x95\x96\x92\xed\x70\xac\xa4\x99\x63\x35\x29\x8f\xfc\xb6\xc2\x09\x48\xd2\x4b\x2b\x12\x3a\x24\x88\xd5\xdd\x65\xea\x92\xd1\x3a\xba\x24\x57\x99\x22\xad\x4b\xc6\x80\x7a\x54\xa8\x2f\x5c\x6a\x32\x45\x3e\x0f\xfa\x3e\x58\xa6\xda\x66\xb2\x2a\xb2\xd4\xa4\x81\xa5\x0a\x31\x33\xc7\x47\xcb\x56\xc9\x0a\x5b\x25\xe2\x6b\xb1\xbe\x90\xc8\xdf\x12\xbb\xd1\x6e\x3b\x9b\x08\x47\xf9\x91\x35\x03\x2b\x32\xb7\x3f\x1f\x3e\x7a\x24\x5f\xdb\x1d\x19\x7c\xed\xd0\xe4\x6b\x87\x82\xaf\x65\x4a\xd7\x3c\x28\xe8\x73\x86\x4a\x76\xea\x66\xa4\xe2\xf6\x03\x82\x03\xc8\x3c\xec\x9f\x79\xcc\xa6\xcd\x15\x5e\xd4\xca\x9c\xed\x45\xce\x62\x56\x80\x8c\xea\xb4\xc1\x32\x60\xa6\x3e\x5f\x07\x1a\x80\x16\xe0\x8a\x2f\x57\x81\x27\x5f\x96\x00\xda\x0e\x4f\x07\x7d\x86\xce\x03\x8b\x52\x20\x36\x94\x6b\xf0\x23\x41\xe1\xf2\x15\x7e\xa6\xf8\xa7\x84\x11\x8a\xf8\xc9\xe2\x3a\xc2\x62\x14\xf1\xa1\x23\x18\x47\xbf\x21\xfa\x13\x67\xcd\xfa\xd4\xb8\x7a\x5c\x77\x34\x62\xd7\x73\x44\xc6\x0e\xee\x43\xc6\x68\x74\xbe\x60\x28\x79\xe9\xc1\x91\xf9\xd9\xf3\x01\x19\x2d\xb2\xc1\x3c\x0c\x96\xfc\x9a\x22\x23\x38\xc2\xc0\xa6\xd9\x33\xd3\x44\x03\x18\x20\x02\x2f\x7e\x3f\x80\x2c\x77\xd3\x64\x42\x4e\xdc\x17\x07\xc1\x43\xe2\x39\x36\x45\xd8\xfa\x18\xf3\x16\x00\xe9\xe1\x56\x40\xbc\x53\x54\xe6\x90\x13\xe1\x84\x41\x1c\xf0\x75\x7d\xbc\x9e\x23\xc1\x4a\x14\x6b\x41\xe2\x48\x30\x00\x47\xa7\xcb\x84\x41\xb6\x48\x86\x6e\xba\x89\xa8\x2f\xbf\x3a\x26\x21\xf2\x01\x8b\x58\x8c\x86\xee\xc7\x29\x72\xce\x61\x70\x81\x70\xe8\xa8\x8d\x47\xa1\x73\x15\xb1\x29\xe7\x45\xea\x68\x87\x88\xc1\x28\x1e\xa2\xfe\x0c\x25\x09\x9c\xa0\xd5\xd9\x0e\xa3\xd7\xcb\xe4\x2a\xe2\x0b\xce\x8d\xbb\x0c\x60\x82\x9c\xfd\x21\x1b\x71\x36\x47\xfb\x47\xe7\x84\x32\x01\x22\x60\x12\x09\xc9\xe9\xfe\x99\x7a\x63\xe4\xee\xbb\x3b\xe7\x14\xc1\x8b\x1d\xf1\xda\xe3\xfd\x41\xfa\xe2\x27\x0c\x17\x6c\x4a\x68\xf4\x1b\x0a\x25\xb7\x84\xc0\x75\xfd\xfc\xe3\x87\xe9\xe3\x3f\x11\x7a\x1e\x85\x21\xc2\x95\xcf\x3e\x4e\x9f\x7d\x47\xd8\x4f\x64\x81\xab\x87\x7d\x9e\x3e\xfa\x31\x9a\x21\xb2\x90\x0b\xc8\x3f\xf3\x22\x7d\xe6\x98\xe0\x71\x1c\x05\xac\x6a\xb8\x83\x83\xf4\xd1\x37\xf8\x12\xc6\x91\x9e\x58\x3f\xa6\x8e\xd1\x50\xdc\xd6\x29\x2a\xff\x3c\x7a\xb2\xbf\xff\x52\xbe\x77\x82\xe8\x25\xa2\xc6\x04\x43\xfe\x3d\xd6\x07\x50\x7e\xb7\x5a\x49\x02\x24\xfe\x92\x8d\xc8\x4a\x52\x04\x5b\x81\x5f\x4b\x0a\x97\x21\xa5\x40\xa9\x72\x1b\xd6\x23\xe0\x8a\x9b\xcf\x15\x16\xbe\x5f\x2b\x2e\xc1\x36\x23\xc8\xd7\xe4\x38\xe3\x08\x87\x47\x71\x5c\xb8\x48\x6b\x46\xf8\x49\xbe\xe0\xfa\x2b\x10\x54\xd8\x4a\x4d\x20\x88\x65\x08\xd3\x52\x26\xa1\x58\x54\x58\x43\x9b\x46\x32\xad\xa8\x72\xa4\xb0\xc2\xde\xd9\x34\x92\x69\x27\x15\x23\x75\xba\xa4\x23\xcc\x10\x6e\x65\xa7\x6b\x70\xaf\x71\x25\xb8\xfc\x6d\x36\x7c\x5b\x27\x5b\x60\x88\x80\xaf\x5e\xbf\x7d\xfd\xf1\xb5\x32\x55\x60\x8c\x02\x96\x0d\x98\x6c\xc5\xe1\x16\x58\x1c\x45\x75\x53\xad\x25\x5a\x1a\x4e\xb8\xfb\x91\xe7\x23\xfb\x7a\x7f\x39\xa9\x5a\x70\xf3\x62\xa3\xc6\xc5\xc6\xd6\x49\x33\xd3\x53\xfd\x7e\x3a\xce\x31\x0c\xa6\xa8\x77\x4c\x30\xa3\x24\x1e\x3a\x98\xf4\xc4\x6d\xbd\x3d\xc7\x5d\x3b\xb0\x6a\x75\x8d\xad\xb8\xf6\xbe\x2a\x87\x5b\xb8\xa9\xc3\x4d\xda\x29\xea\x6c\x72\x8b\xcc\x07\x47\x40\x2a\x5f\xd3\x97\xe6\x36\x40\x3c\x41\x43\x27\x95\x43\xa8\x3f\x74\xdd\xd4\x7e\x07\xe4\x1c\x0f\xc4\x75\x17\xaf\xef\xba\xcb\x49\xd1\x5e\xe4\xf9\x20\x69\x70\xa9\xe1\x82\x4b\x6d\x79\x42\x16\x34\x40\xef\x4e\x86\xb4\xaf\xff\x04\xaf\x50\xc2\x22\x2c\x38\xb9\xf8\x21\xf7\x19\xa8\xc7\xe0\x0c\x65\xef\xf0\x8b\xc6\x7c\x4a\xfe\x58\xf8\x46\xbd\xc9\x05\xc8\xf4\x4d\xfe\x01\x1c\x89\xf5\x0c\x69\x5f\xfe\x01\xb4\xf1\x43\x7e\x69\x7c\x5a\xb5\x72\x34\x42\x10\x15\x1c\x80\xd1\x29\x35\xbc\x71\xf5\x38\x8a\x6a\x70\x04\xab\x70\x04\xab\x71\x04\xeb\x70\x04\xeb\x70\x04\x2d\x38\x82\x36\x1c\xc1\x6a\x1c\x55\x39\x49\x49\x0e\x47\x70\x53\x1c\x15\x84\x8a\xb0\x41\xa8\xb8\xb8\x5c\x5b\x9a\x58\xb0\x88\x8b\x0d\xc9\x4f\x24\x0e\x85\x79\xa0\xf8\xd3\x05\xba\xfe\x48\x8e\x28\x85\xd7\x36\x79\x83\xcf\xdc\x56\x36\xc1\xc2\xcc\x61\x13\x4c\x00\x94\x2e\x5f\xcb\x05\x3a\xb5\x8b\x27\x17\x97\x95\xe2\x48\x97\x9b\x72\x6a\x11\x47\x8a\x43\x3b\x0e\xbf\x13\x11\x66\x3d\x41\x45\x0e\x43\x5f\xd8\xde\x3c\x86\x11\xfe\xde\x09\xa6\x90\x26\x88\x8d\x16\x6c\xdc\x7b\xbe\xbd\x9b\xf2\x0e\xc1\xea\x12\x0b\x33\xb5\x5c\xe0\x26\x58\x5b\x89\x84\xf9\x9d\xda\xee\xc7\x5d\x6c\xf7\xb8\xad\xed\x3e\xd4\x76\x72\x5c\x63\xbb\x9f\xc9\x63\x76\x17\xb6\x7b\xec\xfb\x43\x03\xa6\xad\xdb\xee\x71\xb5\xed\x7e\x76\x4f\xb2\xfe\x7c\x2b\xc7\x63\xde\x78\x3c\xa6\x5f\x97\xdc\x7a\xbe\x9e\xdc\x2a\xa4\xc0\x30\x10\x42\x6a\x95\x51\x3e\x41\x73\x48\x21\x23\x74\x73\xd3\xfc\xdc\xf3\x81\xb7\x0f\xa8\x06\xd5\xf7\x22\x1f\x78\x33\x0f\x8f\x96\x2b\xe0\x72\xee\xe3\x02\x7e\x14\x7d\x30\xf3\xb0\x0c\x89\x80\xea\xef\x14\x0a\x17\xc4\x3e\xc0\x3e\x18\x7b\x63\xbb\x5d\x9f\x94\xed\xfa\x5d\xa5\x64\xe5\xa3\x20\x29\x3a\x92\xb2\xb0\x9c\xac\x83\x80\xa0\x84\x80\x24\x55\x06\x2a\x17\x94\x77\x54\x90\xc2\x82\xaa\x84\xeb\xd4\xb0\x1f\x8d\xca\x23\x67\x01\x29\x1e\x3e\x25\x05\x61\xc8\x02\x02\x3e\x4d\x74\xa8\x8e\x7c\x26\xaf\xce\xe4\x97\x84\x4f\x61\x26\x8a\xf9\x20\x12\xc6\xef\x66\xb9\x77\x03\x80\x39\x76\xc6\x31\x9c\x24\x43\xdc\xff\x89\xff\x6b\x43\x63\xcd\x1a\xe2\xae\x6b\xa8\x92\x4b\x19\x88\xe5\x1a\x16\xdf\x7b\xfb\x00\x67\xe3\xc5\xb9\xf1\x1e\x3d\xf2\x16\xe2\xce\xf1\xc5\xe1\x0d\xc4\x82\x6b\x96\x1c\xb7\xd9\xa3\xb8\xb8\x3e\x81\x16\x8a\x82\x05\x4d\xd0\x70\xb1\x32\xd6\x1b\x95\xd6\x9b\x87\x0f\x04\x05\x89\xf8\xbc\x41\x22\xc6\x24\xdc\x7e\x04\x11\xb1\x30\x78\x69\xec\xdd\x8b\x11\x0c\x11\xb5\xca\xa3\x95\x31\x1b\x86\x5f\xbf\x6e\x86\x88\x63\x1c\xc3\x78\x6f\x11\x89\x65\x6d\xe8\x90\xa5\x8d\xe0\xc0\x4e\xe0\x6c\x12\xc4\xd4\xc6\x72\xf8\x55\xdd\x7a\x2d\xdc\xd1\x6d\x4c\x21\x64\xe4\x89\xdb\x4e\x18\x6a\x8c\x63\x02\x4d\x4b\xcd\x06\xf1\xd2\x79\x63\x50\x14\x8a\xeb\xa4\xe8\xeb\x26\xeb\xdc\x27\xd4\xf3\x39\x68\x12\xc6\xc4\x8c\xf0\x2a\xc2\xf8\x56\x9c\x98\xca\x20\x32\x5b\xc8\x98\x76\x66\x58\x5e\xdd\x34\x9a\xd7\x00\xa9\x6b\x34\xaf\xf5\xd5\xba\x60\xde\x26\x17\x81\xd2\x93\x37\xf4\x0f\x54\x69\xdb\x06\x67\xcb\xf8\xce\xc2\x66\xa6\x4e\x4f\x3a\x0c\xe2\xbd\xd4\x93\xd7\x2c\xcb\x76\xe1\x30\x0b\xbb\x7a\x8f\xe1\x0c\x09\xf8\xf7\x36\x75\x38\x2c\x2c\xaa\x74\x61\xf4\x4d\x7d\x0c\x5b\x9a\xaa\x4d\x9e\x8f\x6d\x2a\xcd\x98\x3b\x4c\xd5\xc5\x44\x52\x3b\x55\xb2\x26\xe3\x6f\x63\x0c\xf9\xaa\x18\x7f\xb0\x36\xe3\x97\x7c\x98\x16\x8d\xf2\x5c\x02\xa4\x9a\x7f\xe2\xae\x3c\x3e\x1b\xb4\xa0\x24\xd0\x76\x4c\x9d\x6f\xb0\x5b\x90\xcf\xaa\xa0\xa9\x96\xf7\x69\x21\x3f\x85\xe6\x92\x38\x96\xc2\x62\xcb\xfa\xda\x90\x9b\x9a\x5f\x99\x69\x7e\x05\x47\xc7\x6f\x93\xe1\xf2\x3d\x89\xa3\xe0\xfa\x95\xc4\x70\x32\x64\x7d\xfe\x75\x3f\xff\x6d\x7f\x06\xe7\xb6\x98\x8c\xe5\x9b\x57\x43\xd4\x7f\xf3\x8a\x6f\x37\xf8\x40\x62\x54\x1c\xc6\xfc\xae\xcd\x20\xab\x76\x76\xf3\x3c\x02\x48\x19\x01\x5f\xf3\xa2\xab\x15\x0e\x5a\x30\x84\xe7\x16\x9d\x1b\xe3\x48\xdf\x29\xed\x15\xdf\xbc\xa4\x21\xe4\x0c\x80\x93\x21\x04\x5a\x17\x05\xa7\xcb\x0f\x28\x11\x76\xfe\xa1\xcb\x0f\xb3\x54\xd1\x8f\x82\x00\x25\xc9\xd0\xbd\xa2\x11\x43\xee\x8a\xc3\x01\xad\xb3\x6f\x2a\x48\xa4\x6b\xaa\x10\x23\x8c\x40\xa1\x8a\xef\x39\xae\xeb\x05\x88\xa0\x41\x80\x20\x51\x18\xf4\xe6\x94\x5c\x46\xc2\xa4\xbf\xa6\x1c\x81\xf0\xa5\xc5\x1d\x80\x09\xee\xa1\xd9\x9c\x5d\xf7\x12\xc4\xd6\xcb\xe4\xd5\xf2\x85\x48\xa3\x24\x13\xb2\x60\x8d\x2e\x68\x7d\xc9\x1c\x4b\x68\x3e\x92\x0b\x84\x87\x6b\xab\x14\x8d\x50\x71\x04\xee\x05\x30\x8e\xcf\x61\x70\xb1\xb1\x8f\x7c\xed\x64\xe1\x12\x48\x9c\x64\x7b\x0b\x1a\x6f\x0c\x52\xcb\x9c\xe2\xdf\xad\x35\x3e\xbe\x15\x6b\x7c\xd4\xc6\x1a\xbf\xb8\x5b\x6b\x7c\x74\x3f\xd6\xf8\xc5\x3d\x59\xe3\xeb\x13\xb7\x4d\xdb\x85\x60\x92\xe2\x40\xcd\x10\x9b\x92\x70\x13\x3b\xc6\x03\x4a\xf3\x16\x49\xda\x3b\x1b\x0b\xb5\x60\x3c\x12\xf6\x42\x84\x2f\xfd\xea\x7c\xc3\x97\x79\x9b\x9d\xfb\x4e\xeb\x05\xae\x5f\x2e\x3f\xb1\x5c\xad\x84\xa8\x3c\xb3\x88\xca\x4d\xa9\x91\x9d\x6c\x28\x38\xa9\x8b\x76\x09\x4c\x1b\x4a\xec\xa5\x16\x0a\x8b\x01\x93\xfa\x6b\x98\xea\x4d\x08\xb6\x10\xcd\x92\x64\xe0\xc6\x5e\xec\x2d\x57\x60\xcc\xe1\x12\xa6\x54\x2e\x6b\xfc\x2c\x88\x77\x08\xc1\x07\x14\x46\x14\x05\xec\xd3\x87\x37\x46\xc0\x70\x9a\x37\x7a\x09\x69\xba\x8f\x3f\x1e\x9d\xbc\xfe\xfc\xe9\xcd\xe7\x4f\x1f\xde\xba\x3e\x70\xf3\xd7\x9d\xeb\x17\xec\xf9\x2d\xa4\xb4\xdc\x9a\x85\x31\x29\x20\x21\x12\x3e\x9b\x84\x41\x86\xd6\x46\xc3\x1a\xfe\x0d\x3e\x73\xe1\xcd\x96\xae\x21\x01\x6a\x31\x71\xa3\x15\xee\x8f\x49\x88\x86\x09\x38\xe1\x03\x0c\xa3\x02\xfe\xde\x0a\x11\xa7\x4a\x51\xcb\x93\x08\x5e\x87\x44\xb8\x90\x8d\xef\x4d\xa0\xad\xb4\x8b\x59\x5e\x2c\x08\xb5\x20\x2e\xa3\x66\x53\x70\x25\xb6\x6d\xb0\x1a\x7c\xa8\x5e\xbc\x9e\x35\x88\xd7\x73\xa1\x80\x6d\x6a\x9f\xd3\xa3\x74\x8c\x9e\xd9\x82\x84\xde\x3d\xda\x86\x0b\xa0\x12\xde\x5b\x8b\xba\xb1\x4d\x71\x9b\xe1\x34\xd9\x7c\xdb\xad\x17\x63\x0b\x02\xe8\xba\xb6\x6f\xb1\x32\xdf\x62\x65\xfe\x80\xb1\x32\xe9\x31\x89\x50\x8b\x80\xf8\x07\x14\x31\x23\xe2\x5d\xb6\x20\x73\x9f\x73\x99\x9b\xb4\x90\xb9\x93\xae\x32\xf7\xe5\xa6\x7e\x49\x53\xa6\xde\x11\x62\x4b\x2e\x86\xa6\x29\x62\x84\xe6\x22\x46\xe0\x3a\x21\x30\x56\xc9\xbe\x20\x3e\xad\xe5\xb2\x0c\x4c\x97\xe5\x9a\x2b\x68\x8c\x79\x81\xa3\xda\x00\x92\x62\xc1\xa2\x62\x21\xaa\xb1\xd7\xd2\x5a\xfe\x61\x11\xa3\x64\xc8\xfa\xe2\x5f\x90\xcd\xc1\xbf\x33\x3e\xad\xc0\xb9\x27\xc7\x12\xab\x2b\xe8\x39\xd5\x06\x6d\x28\x57\x43\xea\x56\x53\xaa\x33\x55\x8c\xcd\xcf\x19\xc1\xc9\x1d\xaf\xad\xda\x6e\x4d\xe4\xda\x92\xfa\x60\x1f\x52\x5a\x9d\x2d\xe2\xeb\x14\x56\x45\xf6\x44\x9c\xda\x72\x18\x28\x96\xc8\xb9\x6c\x12\x3f\x29\xf9\xd2\x4d\xfa\xfc\x56\x2f\xe3\x5b\xbd\x8c\x6f\xf5\x32\x6e\xbb\x6e\x8f\x4e\x65\xfb\xda\xeb\x65\xfc\x01\x2a\x65\x50\x12\x6f\x1c\x5f\x23\xc7\xf8\x5a\xb4\x77\x0e\xed\xad\xea\xee\xf9\x09\x6e\x5b\x73\xe7\xb3\xdd\x8d\xde\xde\x7e\x5d\xdf\xb4\xf6\x6f\x5a\xfb\x1f\x54\x6b\xe7\x87\xe4\x9b\xca\xfe\x4d\x65\xff\xa6\xb2\xaf\xa1\xb2\xbf\x57\x26\xaf\x21\xeb\xeb\x3f\xc1\x89\x74\x7f\xbe\x09\x11\x66\x11\x93\x3f\x96\xbe\x03\xef\x48\x98\x7f\x24\xff\xc5\x57\xa9\xe4\xdf\x13\x36\xbe\x7e\xb3\x80\xf2\x98\x6f\x3d\xe9\x25\xb6\xf0\xfc\x29\x82\x31\x9b\xea\x29\x37\xd4\x78\xba\xe4\xc7\x98\xc0\xd8\xc3\x3a\x14\x4c\xb9\x68\x8e\x5a\x90\xd6\x8f\x61\xff\x3d\x0b\x73\xe4\x56\x84\x39\xd8\x46\x98\x4b\xee\x56\x98\x83\xf7\x23\xcc\xdd\x7f\x69\xa2\xe6\xb3\x34\x81\x0c\x5d\x41\xae\x89\xca\x33\xd5\x13\xf9\x5e\xc5\xe3\x6e\xd6\x87\xe9\x7e\xe6\x3a\x2b\xa2\x5f\x55\x5a\xc0\x62\xab\xe6\x96\x78\xc4\xfa\x6a\x4f\xc0\x22\x1f\xd7\x94\x96\xed\x89\x5f\xca\xcb\x24\xce\xcc\x28\x0b\x40\x3c\xd2\xd6\x90\x32\x34\x22\xab\x57\xdd\x5e\x6d\x2f\x1f\xd2\x3b\xb2\x27\xe1\xd4\x9e\x44\x39\x22\xba\xac\x25\x77\xf7\x2e\x1a\xef\xde\x24\xd9\x42\x49\xb7\x74\x98\x6d\x54\x54\x31\x2e\xf3\xfa\x7e\x47\x6a\xd6\x5b\xeb\x79\x94\x66\xca\xaa\x79\xda\xf7\xe9\xf9\x16\xa5\xfc\x2d\x4a\xf9\x0f\x18\xa5\xac\x0f\xca\x16\x92\xbd\x1f\x50\x60\xf2\x76\x2e\xd4\x8d\xfb\x4f\x59\xec\x11\xdb\xcb\x7e\x0e\xf2\xd9\xcf\x2a\x68\xf4\xeb\xb2\xad\x24\xe6\x1a\xd6\x5c\x41\xb5\x36\x9d\xe8\x8a\x1a\xe5\x91\x0d\x6d\xba\xdc\xc1\xc9\x02\x42\x52\xad\x4d\x5b\x9a\x54\x75\x6c\xa8\xc4\xc8\x05\xda\xf8\x3e\x57\x83\x3c\x28\x1f\xd1\x75\x85\x47\x45\xc0\xca\xb9\x8d\xec\xae\xb8\xb1\x9f\xe8\xba\xc2\x54\x2c\xe7\x49\x50\x3c\xce\xb3\xb5\x8a\xcc\xae\x3b\x28\x4b\x7a\x5d\xed\x35\x4b\x91\x62\x45\x47\x17\xf7\x52\x23\xda\xb7\xe3\x5f\xb2\x4d\xd7\xdc\x75\xb2\x4a\x1d\x0b\x1b\x67\x1c\xb7\x5b\x60\xf3\xe2\xc6\x8d\x53\xcd\x5a\x92\x56\x2b\x5c\xce\x1a\xa7\x9b\xff\xae\x25\xcb\xe9\xad\x48\x96\xf3\x36\x92\xe5\xf9\xdd\x4a\x96\xf3\xfb\x91\x2c\xcf\xef\x49\xb2\xbc\x6c\x77\x4a\x5a\x38\xeb\x2e\x1b\x8f\xc8\xf5\x5d\x3a\xeb\x26\x5b\x70\xd6\x4d\x6e\xcd\x59\xf7\xd9\x22\x96\x8a\x6b\xaa\x22\xab\x4d\xfc\xb6\x71\x5e\x1b\x25\x31\x12\xc2\xab\x4c\x2e\xc8\xe4\x9f\x4b\xcf\x07\x4b\xfe\xeb\x90\x00\xf9\xdb\x30\x01\x52\xa2\x9b\x7a\xd3\xaf\x4f\x26\x9d\x99\x32\xe9\x9a\x2b\x68\xe1\xef\x2b\x8e\xdb\xd2\xdf\x37\x16\xfe\xbe\xa9\x57\x53\xcf\xc1\xe6\xd5\xfa\x40\x54\x38\x2b\xff\x77\x3b\x3e\x2e\xf0\x96\x04\x30\x1e\xb2\xbe\xf8\x77\x05\x26\xeb\xfa\xff\xd2\x1d\xdb\x1d\x8d\xa0\x0c\xb8\xf5\xd3\xf5\x86\x9e\xdf\xd6\x2b\x08\x98\x2c\x28\x47\xea\x70\x5b\xe7\x4b\x0c\x2c\xbe\xc4\xaf\x0d\xd3\x2d\x7c\x8b\x65\x9a\xde\xa2\x6f\x71\x61\xf3\x2d\x1a\xf0\x9d\xa0\x78\x6c\x3d\x11\x74\x84\xa5\x99\x16\xa7\xe7\x19\xf7\x13\x14\x50\xc4\xf2\xde\x5e\x5b\x47\xc7\xe6\x2e\xbf\xc6\xfa\x73\xe0\xad\x5d\xd5\x92\x8f\x15\xdf\x2e\x2e\x45\x4d\x78\x10\xfb\x2b\x90\x94\xb1\xb6\x59\xe6\x22\xdf\x86\xae\x39\x96\xf9\x77\x8a\xe9\x95\xd6\xa6\xc7\x29\xce\x39\x88\x3b\xeb\x83\xdb\xaa\xff\x31\xd1\xea\xbe\xda\x94\x76\x3b\xd2\x7a\x3b\x8a\x55\xd8\x52\x70\x22\x0e\x0c\xa9\xc9\xf1\xfc\x5c\xa1\xff\xcf\xad\x1d\xd4\x28\x4a\x48\x7c\x89\xb2\x0e\x69\x31\x81\x61\x2f\xc2\x11\x53\xcd\xab\xf2\xf6\x01\x29\xb4\x71\xe5\x3d\xa2\x04\x73\x29\xb9\xb1\x50\x4a\x5a\x72\xc7\x83\x23\x4b\xf3\x2b\xa9\x35\x3c\x7a\xe4\x26\xe2\x8f\xe2\x0f\xfd\x88\xc9\x42\x37\x2f\xb3\x49\x32\x52\x94\x4f\xa2\x95\xb5\x75\xe7\xa3\x47\x35\xd3\xa1\x3e\x5f\x14\xa3\x8b\x80\x11\x3a\x1a\x8d\xd2\xef\x77\xf5\xdf\xfd\x39\x25\x8c\xf0\xd7\x5e\x6a\xd8\x86\xe9\x84\xbe\x87\xfc\x52\x29\xc7\x68\xec\xed\xe6\x3b\x60\x31\xdf\x38\xe3\x69\x3b\x2c\xcf\x3d\x86\x18\x13\xe6\x04\x30\x8e\x1d\xe8\x04\x31\x4c\x12\x07\x26\x0e\x74\x52\x80\xfd\x82\x3f\x35\x45\x62\xa2\x95\xaf\x04\xb1\xf7\x1a\xc2\x5f\xc6\x37\x37\x79\xd9\x25\xa5\xa3\xcf\x9f\xc5\x3a\x3e\x7f\x1e\x31\x20\xe0\x06\xcc\xcf\x79\x19\x24\x1d\x33\x53\x26\x8e\xc6\x9e\xbb\xc0\x92\x86\xc2\x0c\x77\x1f\xd0\x38\x46\x01\xbb\xb9\xd9\x55\x7f\x65\x38\x54\x57\xe8\xee\x80\x73\xb8\xd2\xaf\xfd\x64\x0a\x67\xb9\x47\x2c\x3b\xf3\x9e\x92\x2f\xd7\xfa\xa1\x7d\xd1\xc2\x4b\x2d\xe2\x15\x64\x28\xdb\x8d\x3e\x23\x27\x8c\x46\x78\xd2\xe7\xe8\x2b\x4f\xe6\xf1\xc7\xc1\xe9\x59\x2e\x3f\x5a\xa8\x8f\xbb\xfb\xaa\x07\x55\x4a\x24\xbb\x83\xd5\xca\xcb\x34\xf5\xec\x79\x59\xb1\x99\x8e\x02\xa5\x14\x33\x2d\x48\x05\xa2\xee\x80\x6f\x52\xcf\x0e\x1e\x95\x81\xa0\x59\x9f\x68\x00\xfd\x15\x8a\x13\xe4\xe0\x11\xb5\x37\x92\x4e\x6d\x3b\xf2\x07\xec\xaf\x2a\xdc\xc2\xbb\xec\xe6\xc6\x25\x62\xff\x5d\x2e\xbf\x78\xcc\x37\xa9\x7c\x57\xe3\x92\xbd\x5c\x78\xc8\x1f\xb2\x9c\x3f\xc0\x90\x7d\x46\xa3\x11\x32\x28\xf3\x03\x1a\x23\x8a\x70\xa0\xc9\x93\x43\xe1\x4c\x61\x82\xff\xc4\x9c\x73\x84\xb0\xa3\xf9\x41\x82\x42\xa7\xe7\x24\x8b\x39\xa2\x9e\x9f\x7b\x82\xef\x05\x32\x25\xdb\x5c\x5b\x9a\x94\x7a\x03\x3b\xf5\xbe\xcc\xf4\x51\xe3\x5b\xeb\xa9\xce\x08\xfa\xe6\xc6\xfa\x96\x68\x63\x97\x3b\x9e\xe1\xdd\x6a\xac\xdb\x72\x07\x18\xe4\x58\x88\x65\xca\x1d\xa0\x6c\xd3\x1f\x3d\x92\xd6\x8c\x11\xb3\x73\x9d\x13\xbe\x6f\x0e\xfa\x32\xa7\xd2\x0d\x23\x45\x0d\x14\xb1\x29\xa2\xce\x39\x72\xf8\xdb\x0e\xa1\x39\x36\xb4\x63\x9c\x3c\xbd\x77\xb2\xe5\x99\xc7\x1e\x3d\x62\xd9\x8f\x60\x69\x1c\x09\xad\xf3\x22\x13\x47\x45\xfc\xad\x56\x3e\x60\x8f\x1e\x49\xf6\xb6\xf2\x3d\x0c\xa4\x46\x79\x94\x99\x9e\xa5\xe0\x83\x46\x91\x87\xfd\x9d\x52\x04\x17\xdc\x21\xfa\xc0\xec\x68\x8b\x4f\x52\x6a\xad\x09\x22\xd1\xde\x4e\xf4\xf9\xf0\x12\x1f\xc4\xa3\xfd\xef\xe3\xff\x48\xbe\x8f\xbf\xfb\xce\x8f\x4e\xe3\x33\xc3\xf8\x13\x9f\xa5\xf6\x41\x6f\xe1\xc1\x11\x12\x2c\x46\x9d\x59\x04\x4e\xf9\x64\x67\xba\xfe\x48\xc4\x59\x8a\x3b\x13\xfb\xf9\x9e\xa2\x71\xf4\xc5\xcd\x2a\xc6\xf4\xcd\xef\x7d\x20\x86\xf3\x81\x3b\x27\xe1\xcf\x15\x2f\x14\x7e\xca\xde\xf9\x90\xde\xd0\xa9\x22\xee\x03\x98\x59\xbe\xbc\x9c\xf1\x1f\xe4\x6b\x61\x8f\xab\x40\xb2\x0b\x09\x01\x99\xcd\x09\x46\x98\xf5\x66\x10\xc3\x09\xa2\xc9\xde\x24\x8e\x66\xb3\x62\xad\xb5\x1f\xd4\xb7\xd9\x0b\x7b\xbd\x39\x8d\x2e\x21\x43\x7b\x52\x8c\x28\x8d\x54\x8e\xc8\xeb\x7c\x4e\x2a\x5f\x50\x2b\x74\xc1\x32\x7f\x60\x27\x88\x95\x0d\x1b\x4e\x8a\xc6\xd5\xaa\x09\x0d\xc9\x5e\x2f\xbc\xc6\x70\x16\x05\x3d\x14\x23\x4e\x24\x3d\xc8\xe7\xc9\x70\x91\x5b\xd5\xb6\xba\xc6\xb2\x91\x3c\x09\xc7\x1a\x0e\x6d\x79\x31\xb7\x9a\x75\x86\xfd\x6b\x81\x1b\xce\xe7\x3d\xd1\x8c\x73\x4f\xe8\x5c\x77\x06\xf6\x5f\x3f\xfe\xfc\xf6\x47\x48\x93\x3e\x43\xb3\x79\xcc\x59\xdc\x32\x0a\x87\x6e\xf4\xb7\xe4\xa7\x9f\xc2\x2f\x4f\x5d\x70\x1e\x93\xe0\x62\xf8\xa7\xa5\x92\x07\x13\x77\x78\x7a\x06\x5c\x51\x5c\x47\x30\x10\x77\x78\x7a\xfa\x04\xb8\x1c\xfe\xcb\x08\x5d\xb9\x5c\x0a\x39\x3d\x75\x7f\x10\x02\x9e\x7b\xc6\xd7\xc1\x97\xe5\x24\x53\x72\xe5\x9e\x9d\x81\x65\xe1\xdd\x7d\xe0\xfe\xb7\xb6\x56\x02\x3e\x92\x98\xb0\x97\xc4\x84\xa5\x63\x89\xfa\xa5\x7c\xa8\xa9\xa8\xcb\x5c\x3f\x8c\x1c\xe8\x19\x70\xa7\x03\x17\x30\xba\x40\x67\xe0\xf4\xf9\x19\xc8\x3d\xe1\x48\xe5\x53\x3c\x39\x00\xa7\x07\x8f\x35\x98\xae\x5c\xda\x22\xe1\x73\x8c\x61\x9c\xa0\xc2\x9b\xfc\x8d\x17\xb9\xef\xf8\x93\xee\x1c\x52\x38\x43\x8c\xab\x0e\xc3\xd3\xb3\x55\xe1\x81\xc6\x75\x05\xb2\xf7\x4f\x9b\x85\x3d\x01\x12\xd2\x9e\xac\x6f\xa4\x87\x92\xd0\xf3\xbf\x0f\x0e\xd4\x13\xee\xd9\xd9\x59\x7b\x48\x9b\x7f\x9c\xc2\xe4\xf5\x25\x8c\xdd\xa1\xc0\xcb\xea\x4f\x60\x86\x18\x1c\x2e\x25\x8b\x15\xe1\xe0\xad\x48\xbb\x3f\x3d\x4f\x5c\x7e\x0f\x62\x45\x82\x9f\x13\xc4\xd2\xd3\xf3\x51\x93\x21\x03\x15\xe7\x6a\xc9\xe0\x44\xce\xe6\xae\x7c\xf3\x90\xe1\x56\x87\x8c\x13\x69\xf9\x8c\x99\xdb\x93\x58\x7c\xb4\xea\x74\x44\xbf\x35\x95\xe0\xce\xa4\x36\xf3\xcc\x46\x63\x4f\xdc\xc5\xfd\x28\x91\x77\x32\xf2\xb5\x01\x8e\x2b\x8b\x2b\x0f\xf9\xa6\x32\x53\xd4\x46\x76\x8b\x9a\x5c\x41\x4f\xe4\xb2\x9d\xf2\x8b\x64\x03\xcb\x09\xc7\x94\xcc\x2c\x33\x68\xd5\x0d\xa9\xa7\x85\x7e\x92\x08\x15\x23\xd3\x4e\x90\x01\xa3\x36\xfd\xa5\xde\xb3\x2a\xdd\x04\xf9\xca\x67\xf0\x1c\xf4\x06\xfe\x8e\x2b\x1f\x77\x47\xa3\x11\x2e\x68\xa0\x8f\x1e\x79\x78\x94\xfb\xa6\xcf\x0f\x84\xd0\x3d\xdc\x9f\xe1\x5c\xbc\x73\x73\xe3\x9e\x20\xf9\xba\x75\x61\xe2\xe1\x23\x2d\xcd\xa8\x57\xf6\xfe\xaf\xf7\x72\xf8\x29\xba\x79\xe3\x63\xe6\xbd\x1c\x3e\xbf\x19\x3c\xbd\x39\x3c\xf0\xbd\x97\xc3\xe3\x18\xce\xe6\x28\xf4\x5f\x8a\x41\xfe\x6d\xaf\xcf\x50\x22\x9c\x49\xb9\x95\x16\xb0\xe5\x2f\xad\xa2\xa5\x6a\x1d\xec\x40\xc6\xa9\x83\x39\x8c\x38\xc9\x9c\x22\x18\x3a\x98\xe0\x9e\xd8\x9b\xf3\x38\x53\x8d\xfb\xff\x8d\xdf\x60\x87\xd0\x10\x51\xfe\xe8\x39\x72\xf4\x23\x40\xbc\x00\x39\x44\x8e\x54\x74\x12\x29\xa6\x4e\xe1\x25\x72\xa0\x73\x5a\xd8\xee\x33\xcf\x77\x64\x95\xc3\xbe\xeb\xaf\x3c\xbf\x14\xc5\xee\x71\xa9\x76\x34\x62\x37\x37\xec\xcf\x48\x89\x84\xfe\xa3\x47\xc2\xa1\xa3\x3e\xa5\xc2\x23\x1e\xed\x03\x6a\x48\x8b\xcc\xff\x1e\xff\x07\xfb\x1e\x7f\xf7\x9d\x4f\x4f\xf1\xd9\x08\x9d\xe2\x54\x42\xa4\x5b\x92\xf3\x49\xfd\xe5\xf3\xdd\x34\x78\x3c\x3d\xff\xfb\xdc\x7a\xf9\xb8\xe3\x18\x26\x53\x71\x44\xd5\xb9\x76\x41\xfa\x9d\xe2\xdd\xc0\xe5\x84\xe9\x02\xf7\x91\x96\x92\x4a\x57\xd6\xe0\x31\x78\x6a\xb0\x37\x79\x61\xc8\xdb\xa5\x7c\x69\xf0\xdf\x1f\x03\x17\xc1\x60\xea\x72\x0e\xcb\xaf\x0b\x31\xe5\xcf\xb2\xfb\x36\x9f\xf1\xd7\x05\x5a\x20\xce\x72\x45\x87\x21\x1b\x1b\x37\x38\xb8\x78\xb9\xa7\x7a\x77\xa7\x3c\x5c\xae\x42\xf0\xf0\x43\x30\x00\xa7\x82\x7f\xdb\xef\x03\x05\x51\x34\x76\xe5\xd3\x87\xe0\xd4\x0d\xc9\xac\x71\x7e\x0d\x03\xbf\xf4\xcc\xb7\xf4\x9a\xab\xef\x82\xd2\x88\x8f\x81\x1b\x23\x26\xe6\x7f\x0e\xdc\x98\x5c\x21\x1a\xc0\x04\x29\x80\x0e\x34\x8a\xf8\x81\x49\xc1\x3a\x03\xd6\x87\x39\x1c\x50\x2a\x5f\xe9\x93\xd5\xeb\x30\x6e\xf1\xf4\xae\x9f\xa7\xbb\x36\xd8\x07\x6e\x08\x19\xec\x61\xc2\xa2\x71\x16\xce\xe3\xaa\xdf\x54\xa2\x37\x8c\x11\x65\xe2\xbb\x01\x70\xa5\xac\x22\x61\x93\x9a\x8e\x02\xec\x31\xdf\x04\xe0\x3a\xe6\x58\x3d\x57\xe0\xee\x89\xd8\x1f\x0d\xab\x45\xc2\x30\xa0\x4b\x18\x25\x78\x52\x23\x8d\xe4\x37\x86\x43\x01\xe7\x11\x13\xc6\x48\x13\x12\x8d\x44\x43\x30\xd9\xb5\xcc\xf8\xa2\x48\xb8\xd7\x11\x8a\x43\x25\x7a\x08\xac\x9e\x9e\xba\x42\xf6\x50\xbb\x2c\xe5\xb4\x3c\xc2\x04\x18\xf2\x52\x54\xcf\x98\x28\x49\x31\x90\xd2\x51\xc4\x90\x20\x24\xfd\x39\x15\x41\x14\x8a\xac\x94\x6c\x59\x7f\xf1\x5c\x66\x54\xfe\x1c\xb8\xe8\x57\x05\x85\x9c\xdb\x95\x15\x07\xdd\x7a\x92\xb1\x8f\xa0\xb6\x36\x59\x88\x52\xe2\x0d\x43\x94\x40\xe5\xff\xfd\x8b\x2c\x1c\x48\x91\x83\xc9\x95\x13\x93\xc9\x04\x85\x0e\x59\xb0\x7e\xdb\xf3\x63\x1d\xf3\xe3\x14\x51\xe4\x5c\xc1\x24\xed\xf5\x2f\x86\x8e\xf0\xa4\x6e\xec\x96\xc7\xb5\x1a\x8f\x69\xad\xc9\x87\x83\xca\x08\x6f\x1b\x93\xc0\x99\xc7\x08\x26\xc8\x09\xa6\x28\xb8\x70\xae\xc9\x82\x3a\x27\xc2\xfd\xf5\xe6\xd5\x9e\x88\x54\xab\x15\x83\x8b\xb4\x6a\x01\x4c\xad\x7b\xeb\xdb\xf3\x8d\xcc\xbf\x91\xf9\x57\x49\xe6\xc5\x21\x8b\xb7\x53\xf1\x8d\xc7\xe0\x49\xcd\xf8\x20\x93\xa2\x8a\xbf\x1e\x80\xc3\x5a\x5d\x76\xa0\x87\x05\xa6\x24\xf6\x0c\xb8\x61\x74\x59\x73\x2f\xd7\x3e\x94\xbf\x9d\xb8\x4c\x98\xd2\x57\xd8\x4a\x10\x33\x66\xc0\xf0\x32\x27\xc1\x40\x1a\xc1\x5e\x0c\xcf\x51\xec\x02\xf7\x47\xae\x54\x04\x74\x31\x3b\x77\x6b\xa4\x87\x54\xb8\x34\x6f\xfb\xa2\xa1\xe1\x3c\x1d\x2a\xb1\x19\x1b\xc4\xed\xdb\x60\xce\x68\xbb\x97\x25\x8c\xd7\x20\x95\x2f\x59\x09\x61\x2e\x8b\x58\x8c\xea\x16\xda\x62\x99\xed\xec\x44\xc5\x41\x73\xb2\x47\xf3\x39\xa8\x01\xaf\x66\x79\x52\xce\x4d\xdc\xed\x93\x52\x6b\xec\xa4\x20\xb4\x47\x4f\x3a\xee\x9c\x50\x06\xe3\x1e\x83\x74\x82\x6c\x43\x2b\x0b\x4b\x2f\x9b\xa3\x92\x5c\x5b\xa0\xbd\x11\xf5\x1d\xc8\xce\x66\xbb\x6b\xf7\x4b\x03\x3a\xf9\xd9\x6d\x89\xca\xda\xe5\xb6\xa2\x31\x9b\xfd\xd1\x22\xf1\xaf\x47\x49\x2d\x16\xcb\x08\x89\xcf\x61\x5b\x13\x6c\x84\xe7\x0b\x96\x3b\x06\x51\xc8\x8f\xb8\x1c\xa4\xc7\xc8\x64\x22\xcf\x3a\xff\x49\xe9\xec\xe2\xda\x3a\x27\x5f\xf4\x09\x29\xee\x8b\x15\x87\x6b\x13\xc9\x8b\xa2\x11\xa0\x0d\xaf\x7f\x0e\xb8\xb2\x94\x62\x18\x61\x78\x1e\x1b\xe8\x6d\x3c\xaf\x2d\xf0\x1c\x46\x89\x1e\xb4\x33\x97\x6e\xab\xbe\xdb\x57\x63\xa1\x97\x6d\x2c\x48\x0f\xab\x4a\x55\xdc\xd2\xaa\xba\x40\x54\x63\x74\x6f\x73\x0f\xb6\x94\x50\xcb\xb7\xe4\x26\x76\xf4\xcc\x7a\x9d\x9a\xd1\x93\x5a\x33\x3a\xa9\x32\xa3\xa7\x1e\x41\xb0\xcc\x76\x7c\xb8\xbb\x0f\x14\x35\x0b\xe7\x35\xbf\xb3\x44\x1c\xe4\x30\x63\xed\xee\x59\xf6\xfd\x8f\x11\x0e\x23\x3c\xe1\x3f\xeb\xd7\x86\x29\xe5\x1a\xf2\x76\x38\x1c\x2e\xb0\x49\x58\x20\x24\xb3\x8a\x60\xea\x90\xcc\x5c\x1f\x84\x51\xf8\x01\x05\x28\xba\x44\x47\x8c\xd1\x64\x98\x33\xc6\x46\x49\xff\xb3\x08\xc8\xa8\x08\x2d\x91\x0e\x74\xf1\x5c\x48\x66\x7d\x4a\x08\xf3\xfc\x1d\xf1\x39\x26\x90\x43\xfc\x12\xf5\xc5\x22\xde\x46\x09\xeb\xc3\x30\xf4\x5c\xf5\x83\xeb\x0f\xcd\x9f\x28\x9a\x91\x4b\x64\xfc\xaa\x9c\x67\x62\x2c\xf1\xd8\xcd\x8d\xeb\x9a\xd1\x32\x80\x08\x63\xea\x09\x62\x5e\xde\x2d\xcd\xfa\xc9\x3c\x8e\x98\xe7\x3a\xae\xef\xf3\x6d\xd3\x8f\x51\xcf\x98\xd1\x2f\xe7\x8f\x64\x91\x3b\xa4\x3f\x85\x89\x88\xf5\xf0\xfd\x1d\xea\x25\x15\x29\x10\xbd\xc1\xee\x68\x94\x9f\xfc\xd4\x45\x61\xc4\x5c\xe0\x0a\x37\x1c\x70\xe3\x28\x61\xee\x99\x2f\x03\x41\x7f\x19\x8b\x98\x1a\xcb\xba\x99\x70\x16\xcb\xa8\x80\x0c\x42\x18\x86\x0a\xf1\x10\x50\x8f\xf8\xfe\x6a\xc5\xf7\xeb\x0d\x4e\x10\x65\xaf\xa5\xdf\xb5\xd3\x86\xc9\xa0\xcd\xc2\x96\x7b\xbe\x18\xf5\x95\xcc\x63\x5f\x67\x58\x93\x0e\x04\xf8\xdf\xb9\x8e\xde\x48\xbe\x65\x3a\x0c\x0c\xc0\x22\xad\x7c\xef\xb1\x11\x34\x97\x2c\xf1\xa1\xa7\x01\xb4\xb0\xb7\x28\xb7\xb7\xfe\x6a\x95\xf7\x4c\x55\x14\xb0\x34\xcf\x36\x97\xf7\x67\x08\x2f\x1a\xdd\xbf\x02\x62\x33\x2e\xa4\xb3\xc7\x89\x7e\x05\x1e\x27\xfa\x87\xf1\x38\xd1\xaf\xdb\xe3\x44\x6f\xdb\xe3\x94\xf7\x6d\x7d\x6d\x11\x6d\x0d\x9e\xae\x1f\x9f\xc1\xdf\xde\xfc\xf3\xb7\x4f\x76\x4f\x57\xad\xf7\x6a\xa0\x44\x37\xe5\x37\x91\x26\xaa\x7d\x69\xa2\x0a\xa6\x10\x4f\x52\x23\x17\xa8\x7c\xee\x02\x5d\x8b\xb8\xb8\xfc\x93\xa9\x07\x24\x73\xb1\xf5\x52\xfe\xd4\x63\x34\x9a\x4c\x10\x15\x5e\x10\x2e\x2e\x4e\x16\x51\x58\xf4\xef\xd4\x8f\x20\xfe\xaf\xee\x75\x43\x79\x41\x5f\xe6\x10\x87\x52\x0c\x76\xb9\x54\xce\xdf\x7b\x76\xd6\x7a\x65\xc7\x71\x14\x5c\xa4\xa6\xba\x8d\xa4\xaf\x3c\x87\x36\xc4\xaf\xc1\x21\x88\x46\x87\x07\x20\x1e\x1d\x3e\x07\x8b\xd1\xe3\x7d\x10\x8c\x96\x97\x88\xb2\x28\x80\xf1\xd0\x63\xa3\xe5\x0a\x40\x8f\x81\x85\x85\x91\x97\x22\xf7\xfe\x3c\x78\xf4\x28\xcb\xd5\x49\xa3\xf4\x06\x66\x8a\xe6\xe0\x6c\xd8\x1b\xa8\x13\xe2\xb1\xef\x06\xfe\xff\xd6\x87\x8c\xdf\x33\x7c\xaa\x78\x8b\x53\xed\xeb\xb3\xb8\x3f\x1a\x8d\xd8\x4b\x3d\x55\x6f\x30\x64\xbd\x81\x9e\xf0\xf0\xa9\xa5\x35\x93\xb3\x9f\xfe\xfc\x04\x58\xe4\x19\x27\x1b\x8b\x3f\xc8\x7c\x20\xe4\x43\x82\x19\x8c\x87\x4b\x2e\x54\xac\x27\xda\x1a\x11\x22\x8d\x72\x26\x25\x0b\x86\x68\xc5\x23\xf2\x47\xd7\x07\x9c\x4a\xf9\x68\x9a\x1c\x87\xbb\x03\x40\x68\x84\x30\x13\xea\xcc\xd0\xd5\xdb\xed\x82\x0b\x74\x7d\x4e\x20\x0d\x55\x8b\xda\xdd\x7d\x10\xe1\xa8\xa3\x38\x24\xa1\x49\x90\x6c\xf8\x06\xe4\x21\x01\xa9\x8c\xc2\x3f\xca\x90\x6c\x25\x39\x7d\xe6\xe2\x1c\xc2\x88\x26\x99\x20\x93\x7e\xa5\xd3\xbb\x3e\x8b\xd5\xd4\x3f\x59\x2f\xc7\x65\xe2\x94\x94\xa5\xff\x8d\x1f\x87\x6c\x1c\x15\x71\xe7\xb9\xff\x2b\xed\x57\x67\x3d\xff\x2e\x70\xe5\xbf\x7e\xae\xad\x1d\x5f\x95\x9f\x93\xaf\xc5\xf8\xfd\x09\x62\x5c\x1e\x8c\xce\x17\x0c\x79\x86\x61\x34\x46\xe1\xf9\xb5\xab\xc4\xfa\x7f\x53\x6c\xa9\x16\x1a\xe6\xdb\x51\x21\x14\x00\x99\x33\x23\x36\x1c\x2c\xc5\xbf\xff\x88\xe2\xf8\x58\x70\x52\x4b\x40\x25\xea\x2b\x0b\x57\x3f\x88\x49\x82\xb2\x78\xd9\xe5\xea\x4c\x36\x57\xbe\x8a\xe2\x78\x03\xe1\xb5\xb8\xb3\x5a\x24\xaf\x58\x82\xfe\x75\x05\x14\x5c\xc3\x65\x8e\x07\xe6\xe2\xca\x51\x5f\xda\xef\xfa\x61\x94\xcc\x21\x0b\xa6\xaf\x2f\x39\xaa\xf8\x95\xfc\x33\x59\x24\x48\x7e\x74\x03\xc1\x3c\x7d\x7f\x05\xf4\x50\xc3\x82\xc4\x78\x9a\x80\x08\xc4\x60\x71\xd6\x8f\x70\x10\x2f\x42\x94\x78\xa8\x7f\x81\xae\x8f\x49\x88\x7c\x3e\x4f\xc2\xc8\x9c\x5f\x9e\x70\x02\xe5\xc2\xd5\xfe\x62\xaf\xb8\x51\x89\xf7\xa7\x53\x4a\x62\xf4\x7f\x47\x82\x3a\xa4\x3b\xf9\x4f\x20\x23\x04\x5f\x26\x25\x88\x0e\x88\xea\x18\xde\xdc\xa4\xb3\xed\x8e\x46\x09\x97\xf6\xb2\x8f\x51\x3e\xef\x31\x10\x91\xcc\x7d\xe3\xd4\x9e\x9d\xa6\x8f\x9f\x71\x58\xe7\x14\xf1\x75\xab\x2e\xda\x0a\x54\x6a\x2a\x07\x29\x4d\xa5\x24\x65\x85\xd9\x1d\x8e\x49\xb0\x48\x5c\xdf\x84\x7e\x07\x8a\xfa\x00\xac\x3f\x8e\x70\xf8\x86\x5f\x21\x36\x15\xcf\x41\xa3\xd1\x08\x8a\xcc\x0d\x76\x5a\x0f\x32\x57\x43\xfc\xb3\xbe\x98\xca\xf3\x57\x32\xdd\x42\x72\x0e\xba\xc0\x7d\x8c\xbe\x98\xb9\x5f\xfe\x92\x9d\xee\x67\x4f\x0b\x9d\x2d\x28\x10\xb7\x49\x19\xc2\x0a\x87\xc2\x97\x02\x02\x4d\xea\x64\x8e\xb0\x49\xad\xa7\xe8\xcc\x1f\xe6\x9e\x30\x0f\x43\xfa\x88\x48\x5d\x4b\x50\x1d\x2b\xb1\xd1\x79\x91\x0b\xa6\xb2\x00\xd8\x1d\xe8\x5f\xad\x2b\x45\x29\x3b\x50\x83\x19\xfc\x83\xc1\x73\xa9\x61\xc9\xbe\x98\x7c\x45\x15\x70\xd5\x4c\xbf\xaf\x77\x56\x4f\x93\xe4\x78\x54\x3a\x07\x70\x7b\x03\xb7\x7c\x92\x53\x76\xc3\x69\x2a\x24\x81\x38\xf1\x9e\x0f\xf8\x89\x0d\xc9\x95\x01\x10\xf3\x97\x07\xcf\xf8\xb5\xab\x77\x9d\x93\x78\x3a\xab\xda\x4c\xf0\x62\x37\xf7\xc4\xc1\x33\xf3\xf3\x4b\x41\x31\xc6\x95\xc4\x87\xd0\xdb\xa5\xcf\xb5\x11\xee\x7f\xe6\x0f\x8d\x29\x5a\x32\x88\x55\x49\xe5\x0d\x9b\x55\xde\x05\x9b\xf6\xc2\x48\x36\xdb\x98\x42\xca\xfa\x5f\x74\x48\xeb\xed\x85\x3e\x67\x5f\x08\xf9\xdb\x80\xc1\x05\x2a\xe1\x67\xe8\x46\x21\x1f\x87\xe0\xe1\xf2\xf8\xaf\x47\xef\xfe\xf2\x7a\x78\xba\x94\xa7\x62\x68\x1a\x47\xb9\x22\x11\x0e\xb9\x3c\xf9\x51\x16\x06\xd2\x8c\xf7\xd4\x8d\xc9\x24\xc2\xee\xd9\x0a\xa4\xef\xe5\xac\x5f\xf9\x27\x85\x67\x7f\x75\xb6\x02\x62\xf5\xc9\x70\xc9\xa7\x1f\x2e\xbb\x4e\x5f\x35\xd9\xea\x6c\xb5\x02\xe6\x37\xc3\xa5\xd1\x5b\x94\x7f\x12\x5b\xd7\x7e\xaf\x3a\xc4\xce\xb6\xd9\x6d\x4b\x38\xed\x76\x54\x2f\x5a\xaf\x7a\xbd\x18\x7f\xf8\x2f\xf6\xe2\x3f\xf7\xed\xaa\xd7\x89\xa4\x44\xf7\x2f\x0b\x48\x43\x17\xb8\x47\x4a\xc7\x70\xf5\x81\x50\xc1\x86\xfc\x99\x24\xc2\x17\x2e\x70\xe1\x3c\x32\xa3\x12\x93\xda\xf0\xc3\x27\xea\x8b\x9e\xc0\x45\x6a\x9b\x4e\x68\x90\xc6\x70\xcb\x5f\xaa\x43\x00\x85\x19\x9a\x3f\xfd\x14\xa8\x80\xbb\xb3\xb3\x9c\x8d\x1b\xb8\x3f\x70\x1a\x91\x0e\xd1\x94\x4a\x2b\x55\xa6\xf4\x11\x43\x5b\x4a\xcd\xdd\xd9\x3c\x87\xb6\x79\xd0\x17\x24\x00\x57\x94\x5f\x3d\x89\x3a\x19\x9b\xcd\xc0\x4f\x4c\xed\x14\x66\xb0\xcc\x59\xce\x87\x23\xfc\x03\xca\x37\x20\xa2\x04\x13\xb2\xa0\x01\xca\x6d\x00\x70\x7f\x20\x38\x55\xa1\x4f\xdd\x04\x31\x26\x8c\xdc\x7b\x7b\x92\xb4\x87\xcc\x40\xa5\x8c\xfb\xac\x56\xc6\xc5\xf7\xb3\x45\xe6\x5f\x91\x2f\x9b\xb1\x83\xa7\xae\xa0\x65\xe9\xf7\x81\x0c\x4a\xa7\x69\xe5\x78\x69\x24\x8a\x64\x0f\x8d\x6a\x7e\x09\x02\x2e\xe8\x44\x64\xa1\xb7\xbb\x01\x92\xb6\x88\x14\xa7\x40\xa3\x91\x7f\xa8\xc3\x5d\x63\x22\xc8\xe0\x31\x28\x39\x35\x8d\x70\xd3\xa9\x88\xf7\xd5\xb1\x8c\x8a\xea\x52\xda\xd0\x38\xae\xdb\x95\x43\xf0\x14\x9c\xba\xfc\xfe\x2f\x9a\x1f\x9a\x1f\x57\x4f\xeb\x77\x72\xbb\xaa\x11\x9e\x87\xf0\x68\xc1\xa6\xef\x29\x19\x47\x22\xf8\x94\x7f\xfa\x89\xd0\x59\x0a\xa1\x11\xcb\x2c\x3d\x65\xbd\xb9\x7a\x58\xe0\x53\x0a\x96\x25\x02\x3a\x4b\xcd\x2d\xc5\xb7\xc7\x7a\x70\x57\xd4\xa6\x4b\x4b\xd1\xf1\x2d\x38\x9f\x45\x2c\x1b\x2c\x0c\x64\xd0\x26\xff\x5b\xd7\x9f\x6d\x8d\x87\x2a\x8a\x91\xff\xb5\xf0\x19\xca\x03\x3f\x30\x0f\xfc\x8c\x73\x57\x94\xe4\x7c\x86\x76\x37\x68\xbb\x10\xd7\x56\xe3\x94\x3c\xf4\x2f\xe4\xaa\x9f\xa5\xab\x7e\xae\xc2\xb1\xbb\xc4\x1d\xd4\x3a\xa5\x73\xfe\xec\x06\x3c\xe4\x7d\x67\x9b\x60\xa2\xc5\x48\xf7\x80\x8b\xf2\x8f\xcf\xc0\xf3\xc2\x20\xe5\x67\x9e\xd6\x47\x7c\x81\x03\xc0\x39\xe5\x93\xad\xa5\x31\x15\x65\xa0\xd4\x04\x08\x6b\xcd\x54\xb4\x85\x07\xd6\x30\x58\x51\x34\x27\x55\xe6\x28\x34\x27\x49\xc4\x08\xbd\x16\x3d\xfe\x39\x8f\xb8\x8c\x42\x61\xa0\xea\x6e\x63\x92\x5e\x31\x2e\x63\x8c\x52\x47\x96\x61\x3c\xd0\xd2\x80\xc5\xf4\x91\xaa\xd4\x62\x08\xc1\x8d\xfa\x52\xb5\x20\xf4\xcd\x2b\xd1\x06\x3e\xb2\x28\x55\x72\x4d\x93\x54\x9f\xca\xdd\x42\xc6\x00\x5c\x61\x2a\x3d\x5c\x9c\xc5\xf5\x77\xa4\xc7\x61\x84\x1e\x3d\xf2\x9a\x06\xd7\xe1\x8f\xae\xef\x03\xf5\x1a\x13\xce\x09\xfb\x34\xc6\xe3\xca\x03\x65\x44\x8e\xee\xa4\xcb\x47\xb2\x72\x06\x13\x5e\x25\x77\x91\x20\xad\xea\x69\xe9\xc1\x5b\x72\x8e\x38\xb4\x4e\xc2\x9f\xbd\x9e\xa3\x21\x5e\x59\x1a\xe7\xfb\xcb\x74\x92\x06\xac\x2d\xd8\xf4\x67\xe1\x97\x71\xfd\x47\x8f\x54\xd9\x97\x39\xe9\xcb\x01\xbd\xf6\x58\x11\xaf\xe6\x7e\x16\x55\x02\xad\xeb\x91\x3f\x70\xe0\xf5\x85\x5b\x56\xff\x60\x3b\x95\x82\xdf\x53\xf7\xab\xfc\x89\x9b\xd2\xa6\xfa\x7d\x78\x7d\xf2\xfa\xa3\xa1\x7a\x89\x5f\xca\x6a\x1a\xc2\x8c\x5e\x0f\x4f\xdd\x20\x46\x90\xbe\x56\x49\x98\xfc\xfd\x93\x4f\x3f\xfe\xfc\xc6\x1c\x40\x7b\x9e\x33\xc5\xed\xef\xe2\xe6\x34\x14\x37\x99\x33\x21\x34\x36\xf5\xb4\xd4\x03\x5f\x7f\xf8\xf0\xcb\x07\x63\x28\xe3\x39\xf1\xe7\x70\x89\xbe\x44\xcc\x06\xc5\xc7\x7f\xbd\x7f\xf3\xee\x2f\xe5\x65\x80\xcd\xc0\x6b\xab\x32\x8a\xfd\xb5\x28\x8c\x5d\x28\x62\xf3\x1c\x7a\xab\x7a\x88\xeb\xd5\xc3\xa7\x7b\xcf\xfe\x19\x5c\xc4\x6f\x37\x57\x0f\x53\x25\x10\xb8\x8f\x20\x63\x34\xb9\x15\x6d\x30\x8b\x8b\xb3\x4a\xc8\x14\x25\x48\x24\xca\x09\xc3\x64\x83\x60\xac\xd4\x0b\x71\x02\x9a\x9d\x88\x7a\x48\xad\x25\xd8\x95\xba\x46\xf5\x54\x52\x5b\xad\x7a\xfa\x77\x25\x69\xd6\xea\x23\x6d\x74\x48\xe3\x98\xac\xa9\xc4\x15\xb2\x9b\x5a\x39\x25\x4b\x83\xc8\xda\x6b\xf6\x51\xaa\x54\x64\x1d\xa1\xa8\x53\xc0\x06\x07\x46\x68\xb1\x29\xfa\x0f\x0e\xc1\xb3\x52\x10\x75\x0b\x59\x53\xaf\xac\x55\xe2\xa1\x35\x6f\xbe\x5d\x06\x62\x29\x69\xaf\x94\x98\x67\x04\x4d\x63\xc2\xa2\x00\x39\x69\x92\x7b\x5d\xe4\xb4\xd4\x47\x80\xa8\xf4\x59\x0d\x8d\x2d\xc5\xc3\x5e\x05\xc0\x7d\xbc\x7f\xd8\x35\xd9\xa3\x36\xef\x4f\xd6\xc6\x76\x84\x98\xe4\x8c\x61\x24\xa2\x3c\x65\x94\xe0\x33\xe0\x9e\xe7\x13\x50\xed\x51\xc9\x8e\xf3\x0f\xe4\x50\x19\x2c\x15\x3a\xd0\x11\x22\x85\x33\xa6\x64\x26\xf3\x3d\x7e\x79\xf3\xea\xd8\xd1\xe2\xa1\x73\xbe\x60\x4e\x40\x16\x71\xe8\x60\xc2\xf8\xbc\x4e\x84\x1d\x46\x1c\x05\xc8\x55\xc4\xa6\x4e\xd4\x3e\xa3\xa7\x13\xea\x06\x5b\x46\x5d\x79\x15\xa9\x14\xdc\x19\x87\x1f\xa7\xa8\x80\xa9\x29\x4c\x1c\x8a\xf8\xf5\x82\x42\x51\x45\xcf\x81\x42\xe4\x94\x08\xee\x3b\xef\x65\x66\x8d\x8c\x92\xc1\x0e\x0c\x67\x11\x8e\x12\x26\x43\xa2\x8c\x7c\x1b\x7e\x12\x55\xc0\x8c\x93\xc6\x9b\x70\x86\x70\x2b\x48\x7e\xf1\x62\xab\x48\x3e\x39\xf9\x45\xa3\xf7\x2a\xc2\x21\xb9\x72\x84\xfb\x66\x0d\x22\x2d\x23\x58\x0d\x78\x05\x13\x35\x68\x8a\x53\x46\xaf\x1d\x38\x81\x9b\xe4\x43\xd5\xae\x4a\x4b\x45\x1d\x97\x60\xab\x10\x12\x22\x06\xa3\xb8\xaa\x42\x48\x8d\xbe\xbb\xee\x57\x0f\x89\x7b\xe9\x18\xb4\xd4\xc4\xd6\x9d\x24\x24\xb7\x12\xf5\x22\x51\xe8\x84\x04\x25\xe2\x48\xa3\x2f\x51\xc2\x52\x7a\x10\x3f\x3b\xd0\x31\x66\xe3\xa7\x5d\x12\xe6\xd7\x4b\x23\xed\xa3\xc6\x0b\xf7\x65\xa7\x54\xab\x56\x35\x69\x9e\x71\xd9\x8d\x6b\x3f\xfa\x12\x1e\x18\x06\xc2\x36\xf6\x67\xa9\x43\xb8\xd5\x49\xf0\x7a\x96\x08\xc5\xa1\x90\x3f\x9b\x12\xed\x54\xc6\x9b\x01\x90\x35\x35\x5f\xa4\x8a\xf4\xe6\x30\x49\xae\x08\x97\xbf\xcd\xa8\x31\x0e\x35\x0e\xf5\x9f\x52\xac\xd6\xf2\x4d\x2e\x19\x54\x0b\x13\x86\xd0\x96\x4b\xea\xb0\x8b\x35\xa9\xac\xe6\xf2\xcb\xa2\xa7\x9f\x72\x0b\x62\x9b\x3d\x7b\x4d\x13\xdf\x1c\xe2\x22\x2e\xde\x6a\x86\xcb\xa6\xfa\x3e\xaf\x4a\x4a\xca\xe7\xd6\x98\x82\x60\x16\x7a\xdf\xb4\x78\xad\xed\x65\xf0\xf2\xf7\x95\xa0\xcc\x6f\xaf\x53\x6d\x1d\x38\x73\xd5\x8f\xf3\x18\x06\x68\x4a\x62\x51\x22\xc3\x4d\x8d\x07\xea\xd7\x4b\x2d\xbe\x1f\x80\x4c\xae\x95\x3f\x11\xac\x40\x5d\x4f\xd4\x2e\x4a\xc9\x05\xa3\xb3\x8a\x57\x50\x5f\xd4\xda\xae\x0b\x03\x67\xaf\x6c\x38\x6e\x7a\x20\xa4\xb6\x5d\xa6\x05\x8e\x05\x99\xdd\x24\xf0\x23\xd0\xa1\xea\x62\x80\xd3\x43\xe0\x52\x34\xce\x2b\x3b\x12\x61\x67\x35\x7c\x67\xdb\x92\x7c\x27\xea\x5f\x97\xcd\xda\xc4\xfc\xea\x74\xd6\xdc\x45\x20\xc4\x2a\x49\x0a\x56\xfe\xbb\x46\x26\xea\x9a\xf9\x76\xd5\xdf\xf1\x1b\x63\xc1\x18\xc1\x39\x0e\xb6\xd1\xa1\xcc\xd2\xe2\x32\xc7\x4d\x19\x63\x92\x79\xb4\x81\x0f\xcd\x2c\xda\x08\x83\x01\x53\x72\x6b\x4e\xa0\x1d\xcb\xb4\xfc\x08\x3b\x01\x45\xa2\x56\x3a\x8c\x93\x7e\xb7\x0c\x44\x2e\x9f\xe0\x4b\xce\xb3\x55\x87\x86\x93\x93\x5f\xd2\xee\x0c\xad\x88\xaa\x83\xb7\x56\xfc\xad\x49\xf7\x87\x0c\x9d\xa7\x85\xeb\x63\x4f\xed\x85\xd0\xff\x8b\xbe\x2f\x37\x73\xda\x2b\x4e\xbf\xa7\x83\x95\xa5\xb3\xcc\x15\xd6\xf7\x3d\x2d\xd3\x16\xa2\xa7\x3b\xf3\x37\x63\x9c\x76\x9e\xd8\xed\x98\x2c\x0a\x73\x88\x5f\xfb\xe2\xff\x93\xfe\x38\xa2\x09\x53\x69\x14\xc6\xbc\x6e\x0c\x7f\xbb\x76\x0b\x86\x97\xdc\x56\x4f\x6c\xcb\x02\xae\x8c\xf2\xe5\xb8\xdb\x6f\xbd\xe5\x39\xfb\x40\x85\x60\x61\xbb\x48\x33\x01\xae\x9a\x40\x1b\x18\x84\xa2\x38\xe1\x63\x49\x50\xcc\xb1\xa0\x29\x2e\x62\x68\x26\x8a\x81\x1a\x59\x6e\x56\xfa\xd3\x76\x3b\x93\x4a\x3a\x9e\xff\x35\xf7\xb9\x74\xad\x35\xbb\xb6\x2b\xe4\xb9\xfb\xa1\xb6\x36\x90\x0a\x83\x78\xf1\x9e\xed\xe0\x91\x2c\x92\x48\x8b\xdb\x34\xdd\x9c\x16\x25\x2c\x85\xf8\x56\x64\x56\xc2\x13\xff\x43\xea\x8a\xff\x41\xf1\xf5\x1f\xb4\xbd\xaa\x96\x8c\xc2\x40\xd3\x8f\xc1\xb3\x4c\x4b\x97\xe1\xba\xcf\xb1\xb3\xaa\xc4\x8a\x82\x95\x4c\x52\xbb\x9b\xc9\x6e\x2d\x5f\x6b\xfe\xb6\x33\xdb\xea\x68\x7f\x96\x73\x65\x81\x0d\x56\xba\xff\xba\xc8\xb7\xb3\xb7\xdc\xf4\x75\x6f\xea\xe1\xce\x5c\x36\xa9\x7f\x9b\xd6\xfa\xb7\x71\x9b\x34\x0c\xbd\x3f\xa6\x8f\x73\x05\x34\xc5\xe7\xbf\x4d\xc5\x63\xe5\x39\xe5\x10\x2e\x18\x0a\x3d\x4b\x86\x89\x7c\x82\xa1\x84\x45\x78\xf2\xd2\x65\xe8\x0b\x73\x87\x6e\xaa\x19\xae\xfc\x0d\x5d\xe3\xcc\xee\x1a\x17\x9e\x88\xb2\x6b\xdc\x75\xb5\x57\x5c\xd0\x8a\x91\x5e\x93\x7d\xb9\x02\xc2\x61\x52\x82\x48\xac\x3a\x8b\xe6\xce\xbb\x53\x69\x3b\x77\x9b\x0a\x1a\x7a\x18\x25\x84\xff\xf1\x14\xfe\x7d\xb6\xff\xee\x75\xbb\x12\xc2\xcf\x80\x1b\xc6\x15\xf7\xbd\xf6\x7b\x54\x1b\x10\x6a\xe4\x81\x9f\xaf\x9d\xa3\xe3\xb7\xce\xc7\x6e\xe6\xaa\x2c\xd2\xc0\x2a\x42\x98\x50\x85\xb5\x50\xa9\x7a\x7e\xc9\xe2\x3c\x61\x19\xe7\x16\x01\x5d\xc0\x35\xe2\x19\xce\xce\x40\xef\xb9\xa5\xbe\x5f\xa5\x88\xfd\x62\xe3\x93\x9e\xa3\x96\x5b\xad\xca\xbb\x53\x4b\xba\xe7\x30\x89\x82\x5e\x48\xc9\x3c\x24\x57\xb8\xa7\xcb\x32\x58\x1a\xb7\xe4\x9f\x6c\x31\xc6\xd7\x59\x7f\xbd\xb0\x18\x15\x8b\xbf\x11\x42\xf4\x18\xbf\x07\x84\x6c\x82\x88\xaf\x15\x01\x66\xed\x70\x7b\xe0\x7d\xc5\xe3\x5f\xe7\x7a\xa5\x58\xc0\x07\xec\x25\x88\x35\xa5\x1c\xdc\x4f\x84\xc8\x5f\xff\xf2\xfa\xe3\xf4\xd7\x17\x1f\xd6\xc9\xdd\x2e\xa8\x1e\x35\x85\x6a\x80\xfb\x83\x51\xa2\x35\xe3\x8d\xd6\xea\xac\xfa\x6a\x49\x6a\xeb\xae\x0a\x00\x6a\xe5\xcb\x6a\xad\x5e\xeb\xbf\xdd\x34\xfa\x4e\x6b\x14\x8e\x82\xdb\x5d\x5f\x5b\xc7\x51\x8b\x22\x42\xa2\x71\x77\x45\x09\xa1\xce\x50\x6c\x72\xa5\xdb\x8e\xcc\xa6\x12\xbc\x3d\x42\xb5\x29\xa5\x7a\x4d\x81\xbb\x21\x89\xb9\x5d\x42\x6d\x65\xba\x6c\xcd\xf4\xab\xba\x62\x43\xa5\x44\xc5\xc6\x75\x08\x02\xd5\x22\xbf\x8e\x07\x43\xb4\x1f\x42\x06\x1f\x3d\xf2\x1a\xe0\xb4\x65\x09\xa6\x63\x80\x65\x51\x5f\x62\x05\x4d\x28\x41\x8c\xf3\x39\x75\x4c\x59\x9a\xe7\x0b\x19\xf4\x39\x21\x14\x93\x1a\xd5\x83\xf9\x40\x51\x73\x46\x69\x7c\xf4\xfd\xb4\x46\x4f\xba\x9e\x04\x41\x1a\x4c\xe5\x0b\x0c\xd1\x59\xe2\x77\x56\x5a\x82\x69\xc4\x0f\x96\x30\xb1\xd9\x3a\x9f\x3c\x04\x36\xff\x9f\x8f\x3f\xfc\x78\xf4\xd7\xc9\xb1\x9d\xcd\x2b\x41\xbe\x45\x8c\x5f\x29\x70\xeb\x10\x1c\x96\x22\x99\x06\x8f\xc1\x41\xfb\xbb\x41\xdc\x08\xa2\x2f\x55\x05\x03\x3a\xa8\xf7\x70\xd8\x9d\xae\x66\x29\xce\xeb\x39\xea\x09\x9d\xba\x4a\x27\x2b\x69\x5c\x0d\xe0\xca\xb9\x3a\x41\x5b\x57\xdb\x30\x4a\x7e\x31\x13\x78\x1a\xcb\xc1\xb5\x4c\xf9\xda\xb2\xbb\x40\xbd\x3e\x8f\x17\x34\x2b\xe9\xfe\x58\xb9\xb1\xbb\x58\x6a\x0b\x46\x2a\x18\xc7\xbf\xcc\xb3\x32\x9b\xb5\xae\x83\xce\xe9\x1a\xaa\xda\xe7\x15\xa2\x45\x1b\xb8\x3c\xf8\x02\x67\x6a\xf6\xcc\xd9\xf2\xb3\x6e\x69\xa0\x1f\x2b\x7d\xf1\x3e\xe7\x46\xfe\x81\x60\xb1\x83\xe2\xaf\xe3\x98\x24\xca\xfa\x79\x9c\xdf\x0b\x5b\x40\xa8\x02\x23\xc3\xda\x01\x70\x35\x40\x67\xc0\x7d\x2b\x01\xea\xf7\xfb\x2e\x70\xdf\x11\x67\x4e\x92\x24\x3a\x8f\x91\x93\x02\x2d\xed\xf3\x06\x38\x1d\x50\x5f\x20\x3c\xdd\x3f\xa1\xe3\x06\x96\x46\x51\xcc\xa1\x21\xe2\x36\x35\x13\x0b\xee\x7d\x7a\xa6\xe9\xad\x59\x34\x2a\xfb\x36\x5b\x8b\x65\x12\x6d\xd5\x7d\x01\x06\x66\x3f\x84\x75\xb8\x91\xdd\x25\x3b\x28\x71\xac\x1a\x4f\xe3\x6d\x0b\xaa\x5a\x3c\x5d\x63\x7d\x6d\x85\xce\xea\xda\xdc\x1b\x19\x7c\x6c\x37\xed\x16\xa5\x43\xbb\x21\xd7\x90\x19\x65\x9a\x42\xfe\x57\x91\x41\xd2\x2c\x4e\x72\x9d\x07\x46\xb8\xb2\x48\x8f\xe2\x03\x3e\x18\x13\x3a\x3b\x6e\x78\x58\x04\x3c\xf9\x80\x53\x47\xc1\xba\xdc\x87\x71\x04\x13\xf9\x44\x5f\x0a\x3d\x40\xe2\x0b\x85\x8a\xcb\x56\xbc\x21\x49\xed\xb6\xe4\x5e\xf9\x90\x5c\x24\x97\xee\x55\x39\x43\xbd\x4e\xe3\x17\x25\x8a\x5d\xcf\x91\xd1\x05\x7b\x94\xfe\x95\xa2\x46\x7c\xb2\x3e\xdc\x17\x81\xf1\xde\x32\xeb\xe7\x2c\xab\x7b\x84\x01\x48\x7d\x4c\xf2\x1b\x79\xff\xdd\x66\x99\x9b\x15\x20\x56\xac\xf3\x0d\xcf\xed\x4a\x9f\x33\x40\xe3\x2e\x14\x9f\x3d\xab\x08\xdf\xcf\x9e\xba\xb9\x39\x3d\x03\xaa\xce\x50\x61\x40\xfe\xd3\x4e\x4e\xaa\x16\x82\x71\xca\x4b\xfc\x3f\xef\x8b\x9c\x33\x54\x57\xaa\x53\xd6\x79\xf9\xf1\xda\x73\xdf\xbc\x32\xe5\x6b\x04\x5c\x91\x71\xb5\xf2\x4b\x3b\x2b\x24\x7e\xe4\xfb\x00\x89\xb2\x59\xda\xdd\x20\x1f\x18\x96\xeb\x79\x99\x1d\xbf\x31\xba\x72\xde\x53\x32\x8b\x12\x64\x80\x93\x36\x7e\x67\x25\xc5\xc2\x98\xb7\xac\x55\xf0\x65\x78\x3e\xc0\x1e\x2a\x2a\x10\x3b\xe6\x8b\x5a\x05\x40\xb2\x96\x8a\xc8\x31\x29\x6d\xfe\xba\x74\x95\xc0\xcb\x7c\xb3\x73\xd5\xa0\x58\x2c\x1b\xd0\x72\x35\xb3\x03\x6b\x35\xb3\x03\xb3\x9a\xd9\xc1\x59\x9e\x05\xa9\xd2\x3e\x14\xcd\xc9\x4e\x4e\x7f\x3a\x16\x52\xf5\xc7\x88\xdf\x82\xa2\xea\xc9\x2b\xc8\x90\xcf\x37\x90\x7f\xe7\xf1\x3d\x1a\xc1\xfe\x1c\xd1\x24\x4a\x98\x87\xec\xca\x1b\x02\x4b\xd5\xe1\x29\x9b\x15\xfa\x4b\x9c\x15\xcb\x11\x68\x57\xe7\x02\x83\x34\x17\x6b\x89\x05\xd7\x4c\x6f\x77\xa9\xc1\xb0\xd5\x0a\x30\x00\xc5\x56\x9c\x71\x5d\xc6\x38\x79\x9e\x0f\x28\x3f\x32\x05\x36\xcb\xfc\x65\xf1\x31\x2c\xdd\x96\x1e\x93\x45\xaa\xe4\x69\xab\xc4\xb3\xcc\x26\x9c\x20\x76\x12\x2f\x26\x7f\x43\x62\x9e\x91\x49\xcc\xd8\xe7\x48\x6c\xa8\x69\x94\x7f\x61\x34\x12\x9a\xe1\x4e\x34\xf6\x44\xa1\x5a\xe8\xa7\x16\x42\x5d\xad\xc7\x83\x60\xa0\x0a\x7b\x65\xb9\x87\x0a\x39\xfc\x5b\x0e\x79\x89\x66\x65\xed\x10\x5d\xb3\xc9\xcb\x4a\x81\xf9\x7d\x4c\xe8\x4c\x48\xde\xa2\x6e\x8d\x42\x38\x35\xb9\x10\x19\xb1\x9d\xe4\x2a\x62\xc1\xd4\x83\x9a\xe6\x45\x69\xd0\xa5\x68\x53\xa5\xb7\x62\x98\x51\x09\x6e\x43\x25\xa4\x3f\x5f\x24\x53\x55\x28\x15\x97\xd2\x43\xf3\x4b\xea\xee\xf4\x0b\x48\x88\x7a\x28\x8c\xac\xca\x73\xc1\xe7\x97\xd6\xd1\x64\xb9\x66\xe9\x2d\x6b\xc6\xa2\x8a\x72\xae\xb6\x96\xe9\xb2\x76\xe8\xcd\xcd\xae\x57\x5b\x34\x56\xd7\x81\x95\xd4\x76\x7a\x06\xe8\x68\x77\x1f\xc0\xd1\xee\x00\x10\xad\x9f\x33\x7a\xbd\x4c\xbb\x1c\x83\x68\x84\x2c\x85\x49\xbf\xdf\xf5\xe8\xc8\x4b\x46\x91\x2c\x04\xe5\xfb\xfd\x90\x60\xe4\x3f\x7a\xe4\x61\x81\x7d\x4f\x39\x5e\x7d\xb0\xcb\x6e\x6e\xb0\x62\x17\xa2\x63\xf4\xf7\x7c\x4a\xff\x7b\xd5\x21\x3d\xf6\x97\x90\x83\x40\x46\xf1\x6a\x1c\x61\x18\xc7\xd7\x4b\xd1\x91\xfd\xe6\x46\x26\x0d\x47\x7d\x09\xf2\xcd\x8d\xfe\xcb\xf3\xd3\x27\xa3\xb1\x07\x55\x0b\x6a\xb2\x32\x3a\x15\x73\x4c\xad\x5f\x07\x17\x67\x75\x70\xe9\xfa\x75\x70\x69\xb9\x0e\x2e\x6d\xaa\x83\x4b\xb3\x3a\xb8\xb4\x65\x1d\x5c\xda\xbd\x0e\x2e\xf5\xf3\x2b\x2d\xe1\xab\x7d\x25\xdc\x10\xc9\xc5\x2c\x44\x83\x9d\x7b\x2a\x87\x8b\xef\xac\x1c\x2e\x35\x79\xb5\xa2\x8c\x0b\x74\x9d\xa8\x9d\xc9\xda\xc4\xff\x72\x85\xb5\x6d\x4c\x2e\x23\xd1\x52\x41\xdd\x33\x7c\x18\x26\xe8\x84\x96\xc5\x9c\x8c\x7d\x58\x87\x78\x85\x92\x80\x46\x73\x46\x24\x8c\xfd\xcc\x3d\x24\x0a\xdb\xc9\x63\x99\x5e\x7b\xd4\xcf\x4e\x8b\x59\xec\xd7\x4f\x4f\x3e\x1b\x0d\xbe\x67\xff\x51\xbc\xf0\xbf\x67\xdf\x7d\xa7\xd7\x8f\x45\x0f\xf8\xec\xa2\x67\xe6\xad\xcf\xce\x86\xcb\xd5\x0e\xfb\xdf\x07\x2f\xa9\x97\xb1\xe2\xdd\xfd\x8a\xea\xe9\x44\x5e\x25\xa7\xec\x8c\x8b\x35\xc3\x86\x15\x26\xd6\x02\xc4\x11\x4a\x3c\x04\x9a\x5e\xf5\xb0\xef\x0f\x0d\x98\x2a\x00\xaa\xae\x70\xdc\x84\x7d\x0c\x98\x90\x34\x57\x29\x17\x4f\x11\x4c\xbe\xc6\x6a\xca\x49\xbd\xa9\x76\xff\x2f\xe1\xf8\xd7\xf0\xf9\x89\xdd\x54\x3b\x23\x61\x7d\x4b\xd0\x27\xc0\x8d\x2e\xaf\x7b\xfc\x52\x9d\x45\x2a\x39\x58\x2a\xff\x69\x88\x5e\x9a\xb8\xac\x0c\xa4\xa6\x05\x4c\x3c\xf4\x69\x1e\x42\x26\x53\xe5\x84\x79\x29\xb5\xc4\x1d\xe8\xf4\x0a\xf5\x77\xda\x1e\x3b\x6f\xb6\x6a\x8a\x72\xbb\x40\xd7\x8b\xb9\x5b\x55\x94\xe9\x99\x28\xf1\x90\xb3\xc7\x3e\x03\x6e\x20\x16\x6e\x7c\xa7\xac\xcc\x2f\xea\x8d\x29\x46\x16\x8d\x99\x19\x40\x11\x0c\x09\x8e\xaf\x8b\x81\x7d\xe6\x33\xc9\x35\x66\xf0\x4b\xc9\xb2\xd9\xc2\xf2\x62\x35\x38\xa6\xe6\x40\x61\x44\x94\xba\x5a\x66\x50\x7c\x8d\xb3\x40\xdc\x0c\x8f\xed\x6b\x63\x1f\x00\x49\x1a\xca\xfa\x96\x7d\x93\xd4\xa6\xdb\x9b\x7d\x54\x07\x40\x97\xd8\x29\xc7\xee\xd4\x9b\xb4\x6a\xfb\xab\xad\x6d\xec\x29\x8a\x85\xa9\xa5\x27\x1a\x2d\x19\x3c\x3f\x89\x7e\x43\xc3\x03\x10\x47\x18\xbd\x5b\xf0\x03\x25\xca\x14\xb3\x29\xe2\x23\x4e\x61\x32\x8d\x5c\x90\x4c\xc9\xd5\xf1\x82\x26\x84\xfe\x63\x8a\xf0\x89\xc0\x7a\x84\x27\xc2\xbf\xbf\x60\x1c\xd6\xe1\xa9\x7b\x4c\x42\xf4\xb3\x38\x2a\xbd\x38\xc2\xac\x37\x83\xf4\x42\x86\x3a\xf3\x8f\xfc\x20\x83\xb8\xd6\xb6\x94\x54\x86\x13\xa5\x85\xc3\xaa\x8c\x3e\xf2\x67\xd7\x6f\xb4\x1f\x4d\x51\x3c\xaf\xb4\x07\x09\x54\xc9\xd3\xbe\xc7\x61\x16\xc5\x74\x72\x6d\x4f\x0c\x64\xba\x67\x40\x53\xff\x70\x77\x00\x24\x95\xcb\xe8\x46\x71\x2e\x8b\xc1\x8d\x22\xa4\xaf\x18\xdb\xb8\x69\x2d\x68\x49\x99\x52\x93\x90\x4b\xeb\x8b\xaf\x3c\xbf\xde\x91\xd9\xa9\x5b\x86\x5c\xef\x8e\x28\x37\x9a\x20\x26\x0d\x23\x9e\x38\xfb\xbf\xf0\xb3\x0f\x94\x72\x28\x91\xc1\xb5\x75\xc4\x7e\x26\x61\xde\x84\x50\x84\x3c\xe5\x95\xd0\x83\x1e\xc7\x85\x0f\x96\x2b\xc0\xc9\x19\x0d\x51\x7f\x16\xcd\x10\xd0\x13\x0c\x73\xe3\xaf\xf2\x65\xa1\x15\x70\xcc\x84\x4c\x32\x77\x39\x8a\x9f\x43\x0e\xdf\x55\x8f\xf1\x9f\x48\x88\xec\xe8\x74\x01\xda\x96\x21\x8b\x9c\x73\xd2\x42\x54\x15\xe3\xd1\x1f\xfb\x61\x94\x04\x04\x63\x7e\xcf\x77\x2c\xb2\xdd\xb8\x65\xd8\x52\x9f\x98\xa1\x2f\x0c\x52\x04\x9d\xff\xe7\xcc\x29\x72\xd4\x0d\x20\x90\x27\x1f\xf1\x77\xb0\x0c\x5c\x3e\x9e\x46\x71\xa8\xdd\xd2\x1a\x5c\x21\x8d\xfe\xbc\x90\x35\x87\x7f\x51\x5f\x5a\xed\x4a\x1e\x06\x03\xff\x74\xff\x6c\x07\xf5\x15\xbd\x7b\x39\x43\x8a\xba\x39\xa9\xd6\xa9\xaf\xa6\x24\x46\x1f\xd1\x17\x66\x58\xc0\x52\x24\xa9\x3f\x3c\x0c\x96\x50\x57\xd3\x4d\xc4\x49\x5b\x9c\x33\x8a\xa4\xbc\xc1\xe1\x7d\x1b\x25\x8c\x7f\x1f\x4c\x21\x85\x01\x43\xf4\x15\x64\x50\xca\x0d\xc5\xfd\x55\x00\x98\xab\x35\x81\x28\x17\x19\x96\x27\x3d\x47\x42\x13\xc4\x5e\x8b\xaf\xbd\x1c\x0a\x53\x03\x9e\x64\x45\xca\xe0\x77\x12\x2f\x26\x5e\x8e\x6b\xf8\x7d\x36\x45\x38\x2f\xd3\xc9\x8d\x93\x44\x99\x00\xae\x8c\x49\x6e\xb2\x43\x85\x96\x80\xc5\x60\xf6\x02\xd1\x42\x55\xeb\x33\xf2\x96\x5f\x95\xc7\x30\x41\x9e\x3f\x1a\xd1\xfc\x17\xb2\x80\x34\xd7\x3f\xf0\xe9\xfe\x19\x10\x87\x98\x9f\x4f\xd9\xd0\x47\x10\xe0\xd1\x7c\x8e\x20\x2d\x91\xb8\x84\xb9\x4f\xd1\x98\xa2\x64\x9a\xab\x27\x6e\xb1\x12\xe6\x11\xa0\xed\x61\xcb\xdc\xf2\x87\x68\x95\x61\x4a\x00\x81\x4a\xf1\xcd\x71\x0b\x53\x07\x1e\x47\x74\x26\x3b\x70\x8b\xe4\xc1\x3d\x09\xd8\xc3\x08\x76\xfe\xdb\xe5\x3f\xc2\xf1\xbb\xfd\xef\xba\x06\x83\x3d\x03\x6e\x1c\x59\x7d\xef\x21\x47\x36\x25\x8b\xa4\xe8\x7b\xaf\xc8\x34\xdc\x07\x85\xba\xd3\x69\x46\xb7\xac\xd2\xdc\x28\x5a\xca\xc7\x4c\x47\xb2\x91\x7d\xa8\x66\xcb\x04\xc8\x81\x25\x20\x79\x2b\x65\xf6\x1a\x36\xfa\x56\xe3\x94\x3b\x93\xe0\x83\xa0\x3d\xfa\xe1\xfc\xe0\xaf\xd3\x17\xaf\x1a\x68\xaf\x3a\x34\x25\x17\x91\xd8\x54\x64\xa8\x8c\x05\x55\x6d\xe8\xc0\x4e\xa7\xd5\x0d\x76\xd5\x03\xaa\x57\x6b\x5d\x10\xfd\xda\xdd\x5e\x9b\x82\xf0\xaa\x23\xfb\x9b\xfa\xe8\x92\x70\xad\xa8\x3f\x7b\xea\xd9\x33\xe0\x2e\xea\x92\x1f\xba\xc4\x87\xf2\xcd\xa9\xf2\xd2\x17\x6b\xc5\x56\x9e\x35\xa1\x41\x65\x3c\xa1\x2e\x71\xca\xce\x3c\xda\x06\x21\xb8\x19\x37\x69\xd9\xcc\xd3\xa0\x1c\x83\x73\x56\x24\x84\x94\xeb\x49\x8c\x65\xcd\xaf\x54\x1b\x37\x12\xa1\x21\x0e\x50\xdc\x94\x3c\xba\xf5\x54\x8c\x2a\xae\xf2\x50\x18\x5d\xbb\xaa\xef\xa5\xd8\xbc\x6f\x0d\xea\xbe\x35\xa8\xfb\x63\x34\xa8\xdb\xce\x1d\x0f\xeb\xef\xf8\x80\x7c\xb9\x7a\x3c\xf9\xc7\x60\xed\x3b\xbe\xe6\x4a\x2f\x44\x3b\x5e\x45\x6c\xda\x33\x59\x80\x5b\xca\x02\x56\xbf\xaa\x74\x68\xd7\x31\x3e\xdb\x4a\xe1\x94\x84\x83\x12\xd7\xef\x74\xc9\xa5\xd7\x50\xd5\x1d\x67\x35\xfb\xa9\x9b\xb1\x39\xb8\x4e\x5f\x03\xf9\xe4\xdc\xb6\x45\x54\x8c\x18\xd1\x39\xa2\x33\x88\x55\x87\xe1\x92\x8d\x34\x87\xc3\xf6\x76\x52\xcb\x95\x59\x6b\x43\xac\x4b\xf2\x68\x8d\x71\xdd\x21\xa5\x13\xc6\xd1\x17\x14\x2c\x58\x8b\x2e\x84\x79\x8c\x2b\x91\x42\x45\x4e\x64\xd9\xe4\xf2\xcd\x5c\x51\xc7\xb6\xdb\x52\x81\xee\xdb\x47\xf0\xf6\x04\x03\x6b\xdd\x71\x52\x2b\x19\xc0\x6e\x59\x1d\x3a\x54\xc5\x3d\xa2\xc8\xb9\x26\x0b\x27\x59\x50\xf4\xd2\x05\x19\xe2\x86\xbb\x03\x90\xd2\x34\xff\x90\x59\x06\xc4\x0e\x9a\xb6\x84\xa2\x59\xc5\xe4\x10\xbb\x03\x7f\x05\x14\x75\x74\x78\x47\xdb\x10\x70\x28\xab\xed\xe6\xba\x4c\xe5\xc8\x43\x37\xe7\x52\x4d\xc6\x32\x7b\x99\xef\xaf\xf4\x7a\xca\x26\x37\x79\x87\x66\x77\xb8\xb8\xb2\xe5\x05\x6e\x5a\xf9\x46\xe8\x74\xff\x0c\xf0\x5b\x5a\xde\xe9\x03\xbf\xd4\x29\xca\x80\x05\xb0\xb2\x89\x29\x1d\xcd\x05\xb8\xfc\x6b\x6e\xd5\xfb\x25\x4b\x09\x69\x23\xbd\xf1\x2f\xb9\x9c\x96\xa0\xb0\x37\x87\x6c\xda\x8b\xa3\xe4\x81\x28\xab\x27\xef\x5e\x2f\xc8\x2f\xcf\xfe\x8f\xfd\x22\xe3\xc0\xca\x26\x3a\xe7\x5c\xca\x3b\x0a\x43\xd5\x9e\xb4\x7c\x9b\x59\x15\x26\x75\xee\x11\x0c\xa6\x15\x09\x63\xd5\xde\xa7\x3a\x85\xa2\x56\x97\x75\x4b\xdd\x49\xd2\xcb\x54\xb1\x2e\xbd\x8c\x33\xe0\x0e\xdd\xd4\x63\xf4\x1e\x8a\xc0\xe4\x0e\x2d\xf6\x4b\x35\x73\x33\xa5\x5c\x22\xac\x97\x4e\x55\x53\x64\xcf\x96\x25\x5f\xaa\x2d\x36\x30\xaa\x36\xdb\xab\x5c\xda\xaa\x4c\xa5\xea\x6a\x40\xe6\xd7\x3d\x6d\xa2\xb2\x7a\x51\xcf\xe4\x1d\x20\x67\x70\xd3\x9d\x3e\xab\xad\xb5\x55\xe6\xc4\x07\x96\xda\x87\x55\x99\xfa\x75\xbb\x17\x8d\xb3\x38\x76\xf7\x3d\x67\x02\x01\x89\x5b\x26\x96\xe4\x6b\x17\x98\xfb\x32\x4f\x07\xaa\xd9\x8f\x9a\xba\x06\xb9\x9a\x32\x24\x66\xd1\x5c\x61\xf3\x4c\xa0\xad\x3e\xbc\x5f\xfe\xa7\xd7\x52\x18\x73\xcd\xd2\x67\x6d\xca\x1e\x94\x7d\xa3\x06\x3e\x3b\x10\x53\xfb\xaa\x4d\xc5\xfd\x7b\xab\xe2\x30\xdf\x13\xca\x36\xdf\x43\x52\x55\xa8\xee\x6e\xf6\x8f\x50\x76\xb7\x7b\x27\xa3\x58\x23\x3c\x71\x08\x76\x86\xf9\x9d\x2c\x60\xf6\x6e\x76\x93\x04\x30\xe6\xcc\xf2\xdb\x76\xae\xb5\x9d\x1c\x7d\x0e\x5f\x76\x69\x33\x0b\x88\xbd\x93\xdd\xcc\xdd\x7a\x6b\x6f\xa2\x18\xe4\xfe\x36\x11\xb2\xe9\xbd\xf2\x53\x89\xc3\x5b\xd9\xaf\x8a\x5b\xb4\x69\x80\x41\x36\xc2\xf6\x1c\x41\x35\x72\xec\xfd\x9a\x47\x25\x60\x0c\x51\x0c\x63\x95\x4f\xfa\x30\xc4\xeb\x8f\xff\xf9\xe2\x10\xff\xf6\x1b\xb6\x8b\xd7\x1a\xe4\x13\x95\x01\x5b\xe3\x98\x2c\xe4\xd9\x8a\x06\x74\x35\xbd\x14\x0c\xe1\xd7\x78\xed\x73\x61\xc2\x54\x99\xb7\xfe\xf0\x1c\xb8\x2a\x2e\x67\xaf\x80\x5b\x3b\x1c\x0d\x92\x73\x81\xf1\xb4\xe8\x04\xf1\x44\xa4\xf0\xb5\x69\x5e\x31\x78\xcc\x05\x57\xab\x43\xc5\x42\x1a\x6e\xd6\xc4\x0f\x94\x97\x5e\x58\x5b\x56\x85\xb0\x39\x6b\xb7\xb9\xc5\x46\x4e\xd6\xcf\xd5\xd3\x7e\x51\x09\xae\xe3\xe6\x60\xa8\x16\x96\xb3\xda\xf3\xba\x6e\xa2\x0b\xaf\x92\x6e\xd5\xe6\x6b\x74\x92\x0f\x68\xc2\xa5\x0d\x8a\x42\xe7\x32\x82\x66\x35\xad\xc5\x7c\x8e\xa8\x48\xcc\x28\xe7\x9e\xa6\x4c\xb1\x81\xdd\xdd\x06\x5c\x01\x9c\x47\x2c\x4b\xf1\x5e\x0b\xb0\x7c\x95\xe2\x66\xbe\xdd\xda\x36\x35\xa8\x36\x5a\x6d\x21\xe2\xb0\x9a\x25\xde\x3f\xa7\xd6\xee\x86\x9e\xe8\xd0\x91\x3c\x0c\x4e\xfd\x8c\xbd\xd9\xff\xeb\x5f\x0f\xec\x0d\xa6\x6a\xd8\xf1\x86\x69\xce\x55\x9d\x23\xa6\x08\xc6\x6c\x7a\xcc\x11\xe4\x02\x57\x20\x4a\x50\x9b\xaa\x6f\xd3\xa1\x6a\x6f\x58\x51\xc0\xbf\x7a\x96\x6a\xff\x6d\xad\x18\xb7\x81\x10\x57\x7d\x66\xcb\x65\x19\x4c\x29\xcb\x11\xa0\x27\x39\x20\x5a\x24\xb5\x57\x96\xe3\x2e\x4b\x7d\xef\x48\x0a\x9c\x2e\x1a\x9f\x87\x40\xd2\x70\x93\x9b\x7a\xa3\x1e\x33\x85\x5d\x22\x0b\xed\xc2\xb0\x52\xdc\x37\xda\xb8\x2b\xda\x38\x8a\xe3\x56\xc4\x91\x6b\x48\x92\x47\x6b\xd6\x18\xa6\x7c\x1b\xad\x49\x45\xdf\x76\x78\x4b\x3b\x6c\xdf\xb1\xf4\xf8\x19\x80\xec\x99\x1b\x5c\xbe\x02\x4c\x90\xef\x9d\x5e\x3a\x8a\x2c\x1b\x4a\x20\xd6\xab\x7e\x8b\x12\x08\x30\xd0\x53\x2a\x4c\x20\x76\xa2\xa2\xfc\xc0\x3e\x60\xa3\x7d\x80\x47\xfb\x3a\xcd\x38\xab\x15\x66\xc9\xfa\xa2\xfe\x52\x3d\x46\xfb\x27\x62\x0b\x54\x22\x72\x40\x23\x16\x05\x1c\x3f\xe8\xbb\xd1\x60\xe7\x9c\x22\x78\xb1\x23\x7e\xb9\x82\x14\x47\x78\xe2\x0e\x59\xe1\x87\x39\x4c\x12\xf1\x03\xfe\x6e\x34\x10\x7d\x3b\x77\xf7\xe5\x68\xb2\x8b\xed\x50\x46\x32\x2c\x05\xc6\x86\xd9\x0c\x40\xee\xfd\xd0\x1d\xc3\x28\x56\x9d\x41\x17\x98\x0d\xd1\x6a\x27\x7d\x99\x15\x5e\xd6\x40\xa4\xef\x8a\x7e\x36\xe9\xb7\x72\x00\x66\x0c\x80\x0b\x03\x68\x60\xd3\x01\xd2\x2f\xe4\xbb\x78\xb5\xa3\x44\xad\xc2\x8b\x52\x4e\x11\xde\xb2\xb5\xa5\x44\x86\xb0\x70\xb6\xda\xbb\x96\xde\x87\x90\xf8\x9f\xcf\xa7\x93\x27\xe8\x5d\x45\xd8\x07\x9c\x47\x6e\xe6\x67\x4f\x1d\xe9\x20\x75\x9e\x67\x61\x0f\xc0\x8d\x54\xe5\xc8\xac\x19\xbc\x52\xb6\xed\x5f\xbd\x23\x2c\x1a\x47\x01\x54\xd1\x80\xe5\x54\x39\x51\x4a\x4b\xf6\x8f\x6a\x28\x70\x0f\x17\x8c\x8c\xa3\x98\x03\xf6\x83\x52\x82\xed\x9d\x3b\xcc\xde\xf4\x59\xcd\xfb\x83\x14\xbe\x33\xbd\x0a\x15\xfe\x71\x20\x5a\x15\xc9\xb1\xd5\x93\xba\x53\xbe\x68\x43\x44\xd3\xa2\xf9\xad\x12\xc1\x3a\xd6\x97\x6f\xd1\x07\x20\x57\xb6\xb5\x58\x38\xb2\xbe\x3b\x4f\x76\x51\xa8\xbe\x04\x46\x63\x82\x36\xb7\x9c\xd5\x5d\x28\xf6\x0c\x9b\x3b\x2b\xc2\x75\x1a\xdb\x6f\x0a\x58\x1d\xf3\xc5\xde\x42\x24\x3a\xba\xf5\xd6\x81\x84\x41\xca\x92\x1e\x67\x02\xfc\x24\x85\x8b\x79\xcc\xdf\x47\x4e\xba\x8d\xce\x98\x2c\x70\x68\x38\x45\x4b\xfd\xd3\x3a\x58\x13\xdc\xfa\xbe\x75\x7a\x4a\xd1\x67\xce\x22\x41\xcb\xff\x8e\xb0\x01\x1d\x8c\x29\x82\xe1\xb5\x7a\x45\x34\xc4\x11\x5d\x21\xa5\xed\xa6\xf7\x4a\xd4\x9d\x17\x08\x71\xe6\x30\xa2\xa5\xe6\x75\x61\x34\x1e\x23\x8a\x30\x73\xa4\x87\x56\x3e\x4a\xc6\xce\x89\x3c\x68\x09\x70\x08\x75\x64\x1e\xa3\xc3\xa6\x06\x62\x12\x87\x11\x07\x85\x11\x73\xa0\x82\x38\xc2\x93\xec\xe7\xf5\x1a\xe0\xd5\x22\x48\x84\xf0\xed\x56\xa1\xe5\xe3\x14\x51\x24\xfa\x36\x72\x78\x04\x3d\x24\xf0\x92\xc3\x24\x1a\x07\x15\x00\xab\x48\x25\xcd\x6f\x71\x26\x5b\x6c\x71\xf3\x2d\x75\xdd\x07\xa5\xf1\xcb\x52\xcd\x3e\x70\x87\x05\x23\xfb\x3a\x9d\xfc\xea\xa3\x82\x4c\x50\xcb\x22\x61\x63\xcc\x73\xc9\xa0\x63\x26\x92\xb6\x67\x3c\xb2\x41\x70\x15\xff\x28\xc6\xdd\x6f\x50\x31\xb1\x50\x27\xb1\x54\x16\x51\x5d\x36\x49\x8b\x08\x31\x51\x68\x45\x9f\x99\x8c\x59\xe8\xea\x86\xa5\x64\xe8\xe6\x36\x54\xef\x4e\xde\x1f\x1d\xbf\x3e\xe9\xd6\x8a\xaa\x3b\x5e\xdc\xbd\x7f\xdf\xfb\xf7\x3d\xac\x8b\x1c\x25\x35\x0d\xae\xe5\x22\xdf\x65\xcf\x35\xac\xb1\xc1\x89\x53\x6a\xc2\xb8\x5e\xab\x47\x0e\x42\xb9\xb5\x8a\xc1\xf4\xcb\x77\x4e\xa9\xdd\x63\xb1\x0b\x9a\x5a\x98\xfe\xc6\xaa\x02\x3a\xf6\xb8\x0d\xe3\xa6\x9a\x50\xb2\x98\xdb\x9d\x80\x75\xc0\x54\xf5\x9b\x53\xcf\x4f\x0f\x4a\xed\x70\x53\x3b\x7d\x5d\xff\xcf\xfa\xe6\x95\x2f\x74\xcf\xca\x34\xb3\xdd\xf0\x94\x18\xfb\x0c\x52\xae\x23\x67\x4d\xbb\xf3\x18\xcd\x26\x4d\x4a\xa8\x6e\x9e\x57\x63\xbf\x96\x43\xeb\x2b\xa8\x6e\x61\xd6\xb4\xfc\x9e\x0c\x10\x96\x75\x67\xd3\x14\xfd\xac\x0e\x82\xbc\xcd\x7e\xe2\x78\xb7\x27\xec\x17\x2a\x80\x9e\x2f\xa2\x38\x3c\x59\x4c\x26\xfc\x32\x15\x22\xc9\x0f\x22\xf9\x5c\x4c\xf0\x8f\x69\x5a\x1c\x54\x4d\x58\xac\x0e\x7a\x90\x4a\xad\x22\x4e\x4c\x46\xdd\x89\xaf\x4d\x14\x02\xf7\xe3\xf5\x1c\x39\xea\x49\x07\xab\xa7\xea\x8f\x22\xba\x7a\x2b\xb7\xd4\xfd\x94\x20\x07\xea\x7e\xd9\x0a\x71\x4e\x00\xe3\x18\x85\xce\x7f\xff\x69\xb9\x64\x88\xce\x56\xab\xff\xfe\x53\x33\x2b\x8b\x92\x4f\x38\xfa\x55\xb6\xca\x94\xdd\x2d\x35\xec\xad\x3a\x75\x71\x4a\xd1\xdc\xe5\xac\xb0\xc4\x2d\xbc\xdd\x3e\xce\x39\x73\xfc\xec\x83\xd3\xac\x8b\xd4\xbf\x77\xed\x35\x6c\xfe\xf7\xef\x8e\x77\x14\xa7\xf8\x4d\xfc\xb5\x9b\xfc\x16\x29\x58\x5d\xea\x26\xa4\x2d\xba\xf2\x02\xdb\xc0\x96\x6b\x78\xdf\xe2\xeb\x2f\x1c\xc3\x72\xdb\xc5\x13\x29\xf3\x71\x89\xd2\x14\xf0\x14\x39\x08\xb1\x50\x09\x91\xf8\x3a\xa5\x38\x91\xf9\xdb\xc4\x89\x5a\x77\x62\x5c\xfb\x0a\xbc\x75\xae\x77\x72\x5b\x3c\xcf\xe8\x94\xf6\xd5\x73\x3d\xac\x24\x05\x2b\xd3\x3b\x49\x59\x5e\x2a\x7b\x6c\xc6\xf4\x52\xcc\x6d\x87\xed\xa5\xc0\x6f\xc0\xf5\x4e\x36\xe0\x79\x27\x1b\x70\xbc\x17\x5b\x62\x78\x8a\xdd\xa5\x98\xdd\x0a\xc3\xcb\xd8\xdd\x8b\x5b\xe1\x76\x2f\xb6\xc8\xec\x52\xd2\x2c\xb0\xbb\x77\x39\x92\xed\xc4\xf0\x5a\xb6\xfe\xad\x0a\xc6\x72\xb6\x29\x38\x1a\xd6\x81\xbb\x96\x1e\x8d\xa9\x6f\x45\x84\x34\x0d\x1f\xbf\x7b\x39\xb2\x84\xcc\xdf\xa9\x30\x59\x5e\xe7\xb6\x86\x58\x83\xc9\x3e\xff\x5a\xa4\xca\xe7\xb7\xc2\x66\x9f\x7f\x93\x29\x6f\x83\x17\x6e\x5f\xb0\x34\x39\xe1\xef\x5f\xba\x2c\xe0\x72\x4b\x22\xe6\x78\x21\x8a\xb6\x3e\x40\x49\xb3\xb8\xde\xed\x0c\xb0\x06\x3b\x7c\xb6\x6d\x76\xb8\x5d\xa9\xd3\x64\x88\xcf\x6e\x85\x21\x3e\x5b\x87\x21\xfe\x24\xfc\x35\x48\x94\x06\x56\xbb\x00\x44\x6e\xeb\x0c\x5e\x3b\xc1\x94\x10\x4e\x7e\xf8\xda\x20\x60\xce\x3b\xaf\xa6\x51\x30\x15\x8f\xc9\x62\x03\xa2\x49\xeb\xdd\x4a\xa1\x75\xdf\x57\x5b\x44\x29\x0c\x23\x92\x9a\x45\x73\x6c\xb3\x81\x47\x1e\xa9\xaa\x2f\x76\xe6\x58\x97\x61\xc9\x4f\x02\xa5\xf0\xda\x95\xfd\x88\xc8\x95\xf0\x98\xe0\x96\x21\x83\xa5\x95\xe5\x39\x7f\x77\x8e\x5c\x15\x88\xfb\xb4\x3e\x10\xb7\x62\x78\x51\xd0\x2e\x87\x69\x95\x1c\x7f\x94\x56\xc9\xe1\x58\x56\x89\x8d\xc6\x3c\x12\xf9\x53\x14\x5c\x48\x8b\xf7\xf3\xaa\x98\x69\xbd\x11\xd9\x06\x94\xa0\x4d\xc7\x31\x0a\x2a\xc8\xba\x5e\xca\x75\xde\x9a\x1d\x59\x2b\x7b\x09\xa2\x71\x2b\xda\x20\xb7\x25\xf0\xa7\x15\x14\xde\x40\xc7\x6d\xee\x79\xd1\x7e\xac\xd5\x2d\x2f\xaa\x1e\xd7\x90\x71\xf5\x1d\x5f\x7f\xbf\xeb\x71\x1d\x4f\x56\x9b\x84\xb1\xdf\xa8\x3d\x56\x52\x4e\x0e\xce\x12\xf9\x18\x0b\xcb\x2f\x48\x0d\x32\xcf\x5d\xf3\xd5\xb0\x6d\x93\x40\xcc\xfe\x6f\xed\x79\x55\xfe\x5b\x4b\xbe\x53\x65\x59\xb0\xdc\x63\xc5\x2a\x77\x05\x4f\x52\x56\x70\x23\x87\xbb\x28\x51\x85\x68\x4c\xe7\x72\xce\xdf\x64\x59\x67\x16\x7d\xa2\xc5\x69\x78\x59\x29\xc9\x55\x83\xd7\xbe\xde\x9e\x2a\x7b\x71\x56\xe5\xea\x6b\xe7\x38\x33\x8f\x32\x12\xcd\xa9\x6a\x2b\x5a\x95\x44\x0c\x5d\x93\x44\x8e\x1d\x25\xc7\xba\xa1\x60\x87\x38\x72\x4c\x58\xcf\x88\x1f\x96\xae\x46\x9d\xf0\x22\x9b\x9b\xbb\x10\x13\x7c\x3d\x93\xf5\x0c\x3b\x39\xf5\x9f\x14\x6a\xce\xa5\xc5\x48\xa4\x94\x9c\x16\x0a\x01\xa7\xb9\xd2\x15\xe2\x8f\x2b\x88\x55\x6f\x80\x18\x31\x24\x63\x37\xd2\x40\x90\x97\x4d\xd1\x37\x39\x18\xea\x5c\xea\x30\xe5\xde\x6d\xb2\x07\x0b\xb4\x63\x2b\xb2\x27\x38\x9f\x04\xda\x55\x3f\x35\xd2\xc1\x81\xa5\x58\xe3\x61\xe5\xb9\x7f\x92\xe3\x00\x7a\x2a\x93\x47\xbe\x4a\xa7\xaf\xe2\x74\xc5\x5b\xe0\x49\x85\x8c\xd6\x02\x83\x6a\x53\x3b\x60\xf0\x09\x50\x50\x17\x6b\x15\xe5\xc9\x02\xb8\x3f\x64\x01\x72\x3f\xa4\xa5\x66\x04\x36\x1e\xa7\x38\x38\x48\xff\x3a\x4c\xb3\x9e\xda\xac\xf8\x00\x1c\x82\xc7\xd6\x55\xd7\xc6\x73\x74\x09\x1d\xb1\xdc\xab\x56\xde\x6a\xf9\xb2\x23\x0c\xa5\xba\xe4\x1b\xc7\xe2\x96\x03\x2a\xb7\x19\x8a\x4b\xb0\x24\x80\x52\x0d\x5b\x1d\xd9\x50\xd5\xee\x57\xf3\xde\x35\x5e\x94\xbf\x17\xba\x48\xa5\x65\x70\x72\x61\x2a\xf6\xa6\x4a\xa2\x7d\x53\x7f\x81\xa3\x5f\x7f\xbc\xf6\xa4\x9e\xe4\xf7\x19\x91\x85\xc6\xfc\xba\x8e\x62\x22\x5d\x0f\xa3\x80\xf5\xe6\x94\x7c\xb9\x96\x61\x9e\xd3\xde\x04\x32\x74\xc5\xe5\x6f\x97\xeb\xc8\x42\xcb\xc1\x93\xf4\xdb\xb3\x7e\x84\x83\x78\x11\xa2\xc4\x43\xfd\xbf\x45\x38\xf4\x57\xbe\xdf\x4f\x08\x65\x5e\xa1\x60\x5f\x5a\x5e\x98\xc3\xd4\x17\x49\xe3\x88\xa3\x1f\x52\xe4\x31\xf1\xa5\xa8\xd8\x4c\x47\x1e\x1e\x9d\x2e\xe5\x1e\xfc\xbb\xbb\xca\x8a\xed\xf8\x7e\xda\xf2\x4c\x5a\x0c\x50\x3f\x73\x30\xfb\x3b\xf4\xe6\x86\xbf\x49\x47\xf2\x5d\xf3\xc7\xdc\x20\xaa\x1a\x1a\x2e\x0d\x56\xb0\x2d\xfa\x3b\x50\x8e\x08\xd3\x11\x0b\x4f\xe4\x86\xcd\xea\xec\x18\x2d\x3a\xc4\x06\x2f\xb5\xd5\x74\x88\x41\x06\xd3\x90\x82\xc2\x70\x43\x28\xda\x4e\x99\x51\x3a\x75\x5b\x9c\xed\xe9\x1d\x63\xfb\xa4\x1a\xd7\x27\xdd\x31\x7d\xd2\x80\xe7\x93\xb6\x58\x56\x76\x98\x0c\xc9\x27\x05\x14\x9f\xe4\x10\xac\x6c\x44\xc3\x0a\xb4\x51\x24\x44\x61\x6f\x4f\x9b\x86\xf6\x26\x80\xf9\x2b\xa0\xad\x3f\xd6\xf7\x76\x51\x61\xa9\xcc\xde\x47\x4c\xed\x24\xa0\x00\x8e\x74\x07\xbc\xac\x3b\x98\xd1\x16\xcc\x08\xa0\x18\x8a\x2f\x8a\xf6\xef\xa1\xf9\xd8\x89\xe5\xa1\x13\x77\x68\x94\x99\xd4\x45\x2d\x3d\x3c\xa2\x23\xa8\xda\x56\x89\x9a\x90\x59\x0b\x35\xf5\xb5\x32\xcb\xf9\x3e\x50\x5f\x8c\x30\xd8\x1f\x8d\x74\x43\x43\x49\xd1\x8a\x9d\x64\x0b\xc6\xbe\x2e\x76\xa8\xd3\x0b\xd4\xa6\xe2\x15\xe8\xb8\xb2\x62\xdd\xaa\x24\x8b\xce\xa3\x29\x49\xe4\xa1\x49\x8f\x84\xef\x9b\x09\x0a\xf5\xe8\x29\xce\x83\xd3\x00\xb9\xc2\x34\xea\x07\x73\x96\x55\xe1\x65\xb9\x44\x40\xfd\x15\xeb\x4f\x21\x0e\x63\xd9\x10\xce\x52\x90\x7c\x8d\xac\x81\x87\x53\x63\xeb\x7c\xf6\x3a\xf9\xe9\x39\xfc\x64\xcf\x1a\xb8\xa2\x11\x13\xea\xa3\x92\xcf\x75\xc9\x70\xfd\x6f\x1a\x91\x9f\xda\x2f\x8c\x2c\x82\x04\x61\xfe\xc5\x05\xba\x9e\x53\x94\x24\xc7\x52\xd5\xc9\xde\xa9\x2e\x28\x60\x76\x79\x11\xc1\x93\x1a\x0e\x1d\x3c\x19\xe1\x0b\x33\x6b\x40\xdf\xee\x75\xd1\xa5\x66\x83\xed\x62\xb4\x69\xba\x31\x7b\x59\x67\xee\x5c\xf6\x40\xbd\x76\x96\x49\xc4\xdb\x09\xf7\x0f\x88\xcc\xbf\x68\x6f\xfb\xdd\xb0\x99\x71\x31\x90\x97\xc1\xf3\x45\x0c\x69\x2f\x20\xb1\xe8\xe5\x22\xd7\x5d\xa8\xec\x5d\xa6\x68\x57\x76\x14\xff\x41\x55\x51\x53\xde\x81\xac\xa6\x5a\x9b\x5c\xbb\x06\xd4\x54\x97\xef\xae\xd1\x9e\xd8\x74\xed\x38\xcd\xf2\xab\xff\xff\xff\xdf\x5a\xaf\x75\x73\xf0\x97\xdf\x7f\x4f\x51\x80\x42\x84\xab\xa1\x6e\x55\x57\xa6\x15\x92\x29\xb9\xea\x8a\xe1\xd0\x5a\x7a\x27\x2b\x69\xd1\x68\x9d\x85\x39\xc3\xc8\x94\xa2\xb1\x3a\x77\xfc\xcf\x1e\x23\x96\x9a\xa9\x94\x2c\x58\x16\xf5\x1a\x06\xfd\x2c\x21\x42\xb4\xa6\x30\x7c\x30\x42\x6b\x93\xd6\x85\x1a\x43\xb5\xc5\xec\xca\x5f\x2b\x84\xd7\xae\xe9\x51\x31\xfd\xca\x8e\xf7\xef\x9b\x7a\x52\x5c\xb3\xee\x5e\x01\xc4\x75\x3d\x29\x36\xef\x48\xd1\x33\x90\x71\x56\xc9\x40\x7b\x45\xd3\x9a\x01\x8e\xf4\xa0\x66\x5c\xbe\x50\xea\xd7\xb0\xc1\xb7\x7e\xbb\xa5\x3d\xbe\x9d\x6d\xba\x91\x94\x8b\x46\x66\x49\x60\x3d\x37\xc5\x7b\x6a\x8a\x6f\x70\x0a\xd7\xa5\xd3\x0c\xca\xa3\x35\xae\xb2\xe3\x3a\xcc\x56\x21\x79\x3e\xb4\x96\x1f\xbb\xf1\xc4\xd8\x42\x8a\x1e\xe2\xb1\xb1\xc0\x79\xef\x67\xa7\x1c\x82\xd0\xf9\x00\x35\x0e\x71\xb7\xa7\x28\x57\xe3\xd2\xbc\xc5\x9a\xce\x4b\xb6\x51\xe6\xed\x57\x55\xca\xac\x1e\xb6\xed\xdd\x8e\xca\x84\xd3\xc9\x20\x3c\x27\x73\x72\x89\x68\x6f\x86\xf0\x22\x1d\x11\x7d\x99\x43\x1c\xaa\x6e\x84\x46\x72\xeb\x05\xba\x3e\x27\x90\x86\x47\xc2\x99\x9c\xca\xb4\x96\xb3\xf6\x34\x35\x45\x3e\x36\xbd\x80\x1c\xf1\x1a\x49\xcd\x51\x08\x4f\xec\x83\xc8\xf7\x3b\xd9\x58\xeb\xb0\xc6\x68\x34\x99\xb4\x97\xdc\x1c\xe7\x67\x42\x91\x65\xa2\x56\xbb\xd8\x12\x26\xb1\x1b\xad\x01\xca\x3c\x91\x91\xcd\xa1\x8e\x09\x6e\x24\x6a\x9b\xb4\x93\x8d\xc0\xc1\xd1\x39\xc9\x95\x2d\x9a\xee\x52\x32\x7a\x2d\x1f\xad\xe1\x12\xf5\xbc\xa0\x35\xce\x5a\xf5\xb2\xaa\x1e\xbb\xaa\x71\x8b\x88\x2f\x49\x1d\x5f\x5d\xb0\x2c\x9a\x34\x0a\xad\xd5\xd5\xf1\xd1\x5d\xdc\x1d\x05\x00\x2b\x42\x30\x24\xf9\x35\x2d\xb2\x72\x94\xea\x26\x4b\x69\x11\x85\x16\x83\xb7\x76\xb2\x56\xbc\xd6\xd0\x91\xc9\xfe\xdf\xb1\x04\xd9\x91\x78\x6c\x9c\xa6\x1e\xc9\x39\x70\xe6\x1d\x21\x69\xe5\x05\x4c\x4f\xcf\xcb\x2d\x80\xda\xfe\xa9\xba\x4e\x4f\xb5\x6f\x75\xed\x12\xd7\x38\x60\xab\xfe\x71\xfb\xd5\x2e\xc9\x92\xab\xfb\xd7\x05\x5a\xa0\x9a\x86\x10\x3a\x05\xab\x7d\x20\x5e\x6a\x83\xc9\x7c\x74\xe5\xde\x22\x55\x3d\xea\x3a\x1c\xe9\x2e\x9b\x68\xdb\x90\x4e\x78\x6f\xc1\xd9\x1a\x1a\x52\x6d\x02\x7e\x9b\xa7\xda\xf1\xc0\x75\x2f\x10\x4b\x68\x1f\x78\x0e\x5e\x80\xca\x34\xba\xd6\x52\x5e\xf1\xb1\xc7\xe0\x09\x78\x6a\xa9\xc7\x64\x71\xe2\xe6\x13\xe9\xdb\x2b\x23\xae\x6a\x15\x52\xdf\x2b\x24\xd3\x2e\x1a\xd6\x72\x97\x3e\xd9\x5b\x29\xa5\x6b\xf5\xc9\xae\x6b\x5a\xbf\x88\x70\xf8\x30\x0c\xea\xf0\xb7\xe7\x2f\xfe\xfa\x94\x4b\xf5\x36\x83\xba\x74\xad\xb8\xb1\x34\x60\xab\x7f\x3a\x55\xd6\x05\xee\xdf\x22\x1c\xb6\x2d\xb0\xcb\x22\x16\x23\x1d\xda\xc8\x65\xc6\xc5\x0c\x62\xb3\x82\x99\x6d\xcc\xd6\xe1\x3c\x4f\xc0\xe3\x56\xc5\xb9\x07\x8f\xb9\x6e\x51\x59\x02\xf7\x42\x4c\x6e\xd4\xbd\xbd\x8a\xd8\xf4\x0d\x1e\x13\xd7\x52\xf0\xf6\xb1\x6a\x3b\x25\x7f\x5f\xa3\xf0\x6d\x1e\xa7\xe6\x50\xad\xea\x39\x54\x17\x1a\x57\xe5\xe5\x7a\x73\x88\x51\x45\x17\x87\x6c\x88\xa6\x5c\x31\x9b\xf9\xa5\x20\xf5\x69\xd4\x39\xa9\x03\x7f\xdd\x28\x58\x5d\x92\xb7\xde\x2c\x50\x17\xdf\x56\x17\x80\x5c\x5f\xad\x3c\xd5\xd4\xb8\x38\xac\x70\xa7\x35\xb5\x39\x49\x22\x6d\xa9\x72\x63\x34\xae\x71\x89\x94\x17\xbb\xa1\x27\xa1\xca\xc2\x55\x3e\x34\xc0\x8d\xf0\x84\xeb\x0a\x59\x24\x45\x77\x4b\xd7\x1b\x39\x84\xde\xcb\xc4\x41\x58\xb5\xbf\x93\xdf\x33\x0a\xc7\xe3\x28\x70\xc6\x94\xcc\x74\x96\x4e\xe2\x90\x05\x4b\xa2\x10\x89\xc0\x75\x95\x12\xa1\x33\xcd\x66\x28\x99\x8a\x9e\x7a\xfa\xd9\x08\xd7\x3d\xda\xba\x48\x50\x5b\x9c\x58\x23\x4c\xba\xe3\xe5\x63\x36\x4c\x86\x1b\x11\x3c\xee\xe8\x10\x17\x89\xa9\xd0\x5c\x69\x15\x32\x02\x32\x9b\x2d\xb0\xac\x2b\x25\xca\xcd\x59\x31\xb9\x16\x5e\xac\xd0\xff\xcc\xe7\x2d\x6e\x29\xd7\xce\x45\xc7\x8c\x31\x07\x93\x2f\x21\xdd\xdd\x73\xc4\xae\x10\xc2\x46\x2d\x28\xb5\x90\x10\x32\x18\x88\x84\xac\xa4\x6f\x3d\xdc\xed\x8a\x29\x5a\x4c\x97\xf7\x69\x52\xa9\x35\x0e\x24\x88\x43\xc5\x44\x50\x76\x0b\xcb\xf3\x2d\x9d\x4b\xfe\xdf\xd1\x39\x59\xb0\xd2\x09\x7d\xa0\x07\x26\x03\xd8\x76\x74\x36\xce\xdf\x91\x43\xe7\xe8\xba\x42\xac\x5f\x9b\x22\x2b\xd2\x08\x0d\xa9\x86\x33\xc1\x1e\xc2\x8c\x46\x28\x29\x66\x96\xe4\xd3\x4c\x8a\x14\x00\x5c\x25\x31\xee\x85\xe8\x12\xc5\x5c\x04\xec\xf1\x63\xbe\x57\x78\xb0\x58\x68\x4a\x8f\x67\xdb\xa4\xca\x31\x17\x38\x44\x34\x61\x10\x87\x3d\xcb\x7b\x55\x53\x14\x22\xf5\x2a\xc6\xd6\xcc\xaf\x38\x58\x2b\x09\xae\x02\xe5\x9d\xec\x74\x31\x82\x94\x6b\x06\xf8\xa2\x8d\x29\xbf\x64\xf3\xb4\xda\x0f\x6c\x26\xba\xbc\xcd\xd3\xe8\x96\x56\xca\x27\x7d\xf5\xcb\xf1\xc9\xe7\xb7\xaf\x8f\x3e\xbc\xfb\xfc\xe9\xc3\xdb\x3c\x76\x27\x48\x47\xae\x1f\x1a\xa1\x1b\xf5\xc2\xaf\x04\x49\xe4\x1e\x62\x42\xe6\x08\x23\xea\x60\x42\xd1\x18\x51\x8a\x68\x66\x3f\xa4\x62\x70\xf7\xf3\x79\x0c\x9b\x91\xe1\x38\x6f\x39\xe2\x9c\xc9\x22\x0a\x51\xd5\xd1\x69\xef\x98\x29\x1f\xb3\xc3\x5c\x3b\x9d\x2d\x1e\x1a\x4e\x6e\xc5\x63\xd2\xf9\x94\x88\x41\x6a\x38\x5d\xf3\x59\x10\x23\xe4\xbe\xbf\x6b\xca\x0f\x49\x90\x3c\x3c\xc2\xaf\x21\xf9\x83\xfb\x26\xf9\x57\x24\x10\x71\xd1\xc2\x46\xbd\x31\xcd\x77\xda\xc0\x0a\x29\xa2\x0c\xc1\x2f\x6c\x8a\xa8\xbe\xd3\x1c\x76\x3d\xb7\x9e\x4e\xeb\xcd\x54\x99\xdc\x52\xbc\xe2\xab\xc9\xf6\x1b\xa1\x1a\x0d\x1e\x6b\x4f\xf7\x2d\x91\x68\x1b\x89\x66\x13\xb6\x6c\x6b\x72\xd6\x4c\x30\x5b\x91\x09\xff\x30\x74\xd3\x88\xad\xdb\x23\x9f\x0a\x59\xfb\x61\x50\xd1\xc6\x6a\xd0\x1f\x86\x82\x6a\x31\x75\x7b\xd4\x63\x51\x2d\x6f\x8b\x72\x9a\x7b\xe2\x9a\x63\xb6\x34\x0d\x74\x08\xae\x69\xca\xfe\x5d\xbf\x50\xf5\x96\x2c\xa5\x9b\xda\x49\x9b\x97\xd3\xe6\xab\x3b\x68\xc0\x95\xb9\x4c\xee\xbf\xeb\xd6\xc5\xe5\x03\x6a\xa4\x00\x7f\xfb\xe7\xfe\x8f\x8f\xff\xfe\x6c\xe3\x46\x0a\x9b\xb5\x42\x50\xce\xdf\xed\xf6\x44\xb8\xb8\x94\x19\x19\x0f\xb9\x25\x42\x0b\x33\x63\x63\x86\x84\x71\x92\x6f\xab\x98\x75\x8e\x5d\x6c\x58\xc7\xda\xb5\x34\xbf\x2d\xa5\xd7\xb7\xf0\x4c\x6d\xb1\x48\xc6\xdf\xd0\xf5\x56\x8b\x63\xfc\x0d\x5d\x3b\x84\x3a\x63\x59\x90\xa2\x7b\x4d\x0c\x41\xaa\x24\x58\x70\x96\x9e\xfd\x5d\x2c\x8b\xf1\x1c\x08\x3f\x51\x8f\xd1\x68\x56\x5e\x9b\x5a\x93\xa4\xc9\x39\xa4\xb2\xc9\x89\xfc\x36\x7f\xc7\xab\x0a\x1c\x30\x0c\x23\x59\x2a\x23\x8b\x63\x51\xa0\xad\x59\x28\x23\x5f\x95\xa3\x84\x94\x0e\xb5\x34\x6c\x11\xc7\x0a\xd7\x1f\x89\x23\x53\x23\x1d\xa8\xc6\x06\x0e\xc2\xa1\x03\x9d\x0b\x74\x2d\x1d\x1f\xea\xdd\x80\x84\xa8\xf8\xf6\x9e\xde\x9d\xb5\xee\x6a\x9b\x7c\xaa\x42\x13\x33\xfb\xf7\xc6\xdb\x24\x7a\x91\x18\x9c\xc7\x90\x80\xf9\xd8\x30\x61\x55\xc3\xa6\x03\xec\x59\x0d\x47\x6d\xdc\xbf\x8d\x91\x72\x96\x07\x4b\xe1\x51\x8c\x4c\x26\x71\x6d\xc4\xa8\xf5\x4c\xb7\x10\xa6\x2b\xeb\xc9\xfc\x4f\x92\x15\x92\xb1\x16\x1c\xe2\xf8\x96\x0f\xdd\x7a\x29\x21\x31\xfa\x39\xf9\x52\x4f\xe1\x8d\x5c\xe5\x98\xd3\xef\x5a\xa1\xea\x8d\x2c\xa8\xc0\x4b\xf7\x55\xf0\x95\xeb\x6e\xca\x59\xff\x2e\x98\xd5\xb6\x8b\x0b\xaa\x51\xab\xcd\x53\xc6\xe6\x76\xd3\xfc\x9e\x48\x36\xd1\x43\x61\xc4\x48\x96\x84\xa9\x78\x2e\x17\x3c\x2e\xd0\xb5\xac\x23\x26\x69\x82\x91\xf3\xf2\xea\xf5\xaa\xd7\x28\x8c\x77\xa9\x96\x86\xdb\x74\xb5\x68\xaf\xce\xf2\xed\x82\x14\xe5\x33\xcf\x8c\x6b\xa6\x65\xc9\x1b\xf3\x84\x69\x48\x37\xbe\x2a\x8c\xd4\x8e\x76\xe8\x5c\xa7\x61\x70\xf5\x31\x68\xcf\xe7\xad\x2d\xe0\xb7\x25\xce\xac\x5b\xd1\xe9\x3d\x15\xe5\x4c\x51\xa9\x60\xd2\xed\x97\x7b\xaa\x86\xfc\xc1\x17\x7b\x5a\xab\x69\xf8\xc3\x2c\xba\xf5\xd5\xee\x42\x89\xef\x6e\xb1\x98\xd5\x05\xba\x6e\x55\xc6\xaa\x85\xfe\xd5\xa5\x88\x95\xfb\x7b\x28\x61\xd5\xb6\x80\x55\x0b\xdc\x75\x29\x5f\xe5\xde\x47\xf1\xaa\xf6\xa5\xab\x3a\x17\xae\x32\xef\x9f\x32\xaa\xef\xb9\x06\x55\xce\x08\xb5\xcd\x40\x67\x84\xb9\xfc\x44\x55\x79\x92\x08\x0b\x1b\x96\x0a\x32\xf3\xdc\x73\x46\xa0\xeb\x03\x2e\x9a\x0d\x77\xf7\x1f\x60\xa5\xaa\xca\xa2\x37\x23\xd6\x9f\x20\xf6\x0a\x32\xe8\xf9\x3b\x8c\x5e\x2f\x4b\x95\x52\x02\xc8\x82\xa9\x47\xe4\xf3\x8d\x25\x72\xa4\xf4\x64\x54\x71\xc1\x5a\xce\x01\x62\x21\x0a\x8f\x7d\x45\xe7\xba\xbc\x4d\xbe\x42\x8c\xa1\xb2\x0f\xa9\x51\x0b\x47\x56\x84\x91\xda\x64\x9f\xab\x82\x46\x01\x22\x3e\x11\xff\x0a\xb8\xae\x2e\x13\xe3\xee\xb9\xbb\xa3\x11\x7d\x49\x87\xae\xeb\xeb\x2f\xad\x13\x0a\x99\xba\x54\x7a\x46\x7c\x0b\x76\x05\xdc\xfc\x6f\xfd\x8a\xee\x48\xcb\xa6\x94\x5c\x39\x64\xb5\x5a\xbb\x9a\xcc\xc5\xe5\x03\x2a\x23\x33\x9b\x9e\x07\x3f\x5f\x3e\x66\x77\x57\x46\x66\x7b\xd5\x63\x52\x43\xeb\xa6\x65\x64\x2e\x2e\x8d\xfa\x31\xa6\xa5\xf5\x77\x5e\x3e\x26\x77\x57\xb5\xae\x1d\xa3\xe8\x77\xb3\xa2\x31\x2d\xd0\xd1\xbe\x64\x8c\x5b\x55\x7c\x45\xf5\xa7\xb0\xca\x69\x2d\x3c\x5f\x2d\x80\x6c\x59\x72\xc5\xad\xaf\x51\x61\x1a\x1e\x0e\x84\xce\xf5\x93\xb2\x2c\x9e\x01\x77\xac\x8d\x8e\xe3\x28\x46\xd6\x7a\xdd\x8e\x63\x91\xdb\xda\x16\x66\xa9\x9e\x38\x0c\xfa\x17\x97\xfd\x74\x7a\xf9\xd1\x9a\x86\x5c\xb4\xc4\x1a\x5a\x30\x8d\x26\x53\xc3\x5e\x68\x31\x20\x66\x03\x34\x58\x0e\xf7\x5a\x95\x41\xb8\xdd\xfd\xee\x50\x44\xc0\xfd\x03\x94\x10\x68\x81\xb1\x8e\x05\x04\x2c\xe5\x03\x3a\xb8\xb3\xef\x32\xce\xbd\x4d\xe1\x00\x6b\x98\xc4\x76\xca\x06\xdc\xf2\xb9\xad\x1e\xfe\xef\x11\xba\x72\xd3\x22\x03\xdb\xa8\x4b\x72\x9b\xd5\x06\x2a\x1d\x6c\x0f\xa3\xd6\x40\x85\xc7\xa1\x53\xa5\x81\x06\xaf\xc5\x66\x75\x06\x5a\xfb\x4e\x2c\x2f\xad\x51\x63\xa0\x75\x85\x81\x26\xc4\xe6\x00\xe9\x56\x5d\xa0\xb5\x51\xe6\xd6\x73\xb0\xd7\xab\x27\x60\x3f\x4c\x6b\x57\x13\xa8\xb0\xc9\xdd\x49\x2d\x81\x27\x0f\xb5\x94\x40\x27\xf2\xeb\x58\x46\xa0\x3d\xcb\x5a\xa3\x88\xc0\x76\x08\xb3\x0d\x5b\x5b\xe7\x2e\xa8\x28\x1c\xd0\xbd\xfa\x7a\xf5\x43\xeb\x55\x0c\xe8\x5e\x2e\x60\xbf\xa5\x41\x6d\xad\x72\x01\x5b\x31\x9a\x3d\xfc\xea\x00\x31\xe1\x17\xc8\xc3\xb0\x94\x44\xbf\xfd\xed\xf2\x7f\xfe\xbe\xff\xab\xdd\x52\xf2\x08\x32\x46\x93\xb2\x4d\x43\x5f\x9d\x36\xeb\x79\x6e\x91\x82\x6c\x0e\xc1\xa0\xc0\x23\xb4\xe3\xf8\x72\x92\xe3\xbc\x5f\x66\xb1\x68\x1a\x37\x65\x6c\x3e\xdc\xdb\xbb\xba\xba\xea\x5f\x1d\xf6\x09\x9d\xec\x1d\xec\xef\xef\xef\x89\xc7\xab\x7e\x14\xef\xee\xb9\xe6\x48\xc3\x2f\xaa\xa2\x41\xf9\x95\xc1\x8b\x17\x2f\xf6\xaa\x7f\xb6\x8c\x78\x15\x85\x5c\x13\x77\x1f\x3f\x9e\x7f\xd1\xdf\x4d\x11\x57\x03\x0b\x5f\x5e\x46\xe8\xea\x47\xc2\x6f\x8f\x7d\x67\xdf\x79\xfc\xd8\x79\xfc\x38\xfd\x09\xd1\x44\xf6\xb4\x1b\xf4\x07\xb6\x8b\x4a\xe1\x65\xd2\xa6\xbf\x4c\x10\xd1\x20\x46\x79\xf9\x8a\x8f\x9c\xde\x58\x1c\x84\x83\x67\xe9\xc7\x6b\xfe\x51\x7f\x4a\xd8\xb5\x10\xc5\x18\x85\x38\x19\x13\x3a\xeb\x11\x1a\x4d\x22\x3c\x74\x0e\x9e\xcd\xbf\x38\x07\xf3\xda\x48\x88\x2e\x10\x0c\x3a\x43\x30\xd8\x32\x04\x05\x1c\x3c\x6e\x8b\x84\xc7\xb7\x87\x85\x36\x30\x0c\xb6\x0d\xc3\x41\x0e\x84\x0c\xa2\x1a\x34\xcc\xbf\x08\x30\x6e\x07\x82\x83\x96\x10\x1c\x6c\x11\x82\xc7\xdd\x91\xf0\x78\xdb\x58\x78\xdc\x1d\x0d\x8f\xb7\x8d\x87\xc3\xc3\x3c\x3d\x36\x83\x70\x78\xc8\xc9\x71\x8b\x27\x62\xd0\x15\x82\xc1\x60\xbb\x10\x14\x71\xb0\xdf\x16\x09\xfb\xb7\x87\x85\x16\x30\x48\x34\x6c\x11\x86\x6c\x52\x79\x26\x06\x2d\xe8\x71\x9f\x9f\x89\xc1\x16\x61\xc8\x81\x90\xed\x4c\x0d\x08\xf3\x2f\x62\x3b\x6e\x09\x0b\xad\x40\xd8\xdf\x36\x0c\xdd\x37\xa2\x61\x1f\x6c\x3a\xc9\x16\x84\x8c\x83\x3c\x5b\x3f\xe8\x7a\x94\x0f\x0e\x36\x3d\xca\xf5\x10\xb4\x38\x46\x12\x84\x8d\x8e\xd1\x41\xcd\xe6\x1d\xb4\xb8\xe1\xf9\xe6\x1d\x6c\x74\xc1\x1f\xd4\x91\x70\x2b\x10\xf6\xb7\x0c\xc3\x8b\x1c\x08\x2f\x9a\x21\x78\x31\xff\xc2\xff\xb7\xad\xf9\x0f\x9f\xe4\x8f\xf1\x93\x16\x4c\xfd\x09\x3f\xc6\x4f\x6e\x0d\x86\x16\x48\x10\x20\x6c\x11\x0b\x2f\x3a\x23\xe1\x45\x03\x0e\xee\x86\x91\x3c\xcf\xc1\xfd\xbc\xc5\x29\x7e\x3e\xff\xe2\x3c\xdf\x1e\xe2\x06\x4f\xbb\x42\x30\x78\xba\x5d\x08\x0a\x38\x38\x7c\xda\x12\x09\x87\x4f\x6f\x0d\x0b\x6d\x60\x10\x68\xd8\x26\x0c\x79\x34\x1c\xb4\xd8\x09\x8e\x85\x83\x2d\xee\x44\x1e\x82\x41\x0b\x24\x70\x08\x06\x5b\xc4\xc1\xe1\xd3\xce\x48\xe0\x5b\xb0\x55\x2c\x14\x60\x68\x83\x06\x01\x43\x1d\x1e\x6e\x89\x99\x3c\xa9\x93\x09\x06\x6d\xd4\x7e\xa1\xea\x6d\x74\x1b\xd6\xc2\x70\xd8\x16\x86\xc3\x2d\xc2\x30\x38\xe8\x2c\x15\x0c\x0e\x36\x96\x0a\xf2\x30\x1c\x76\x87\xe1\x70\xdb\x30\x0c\xf2\xb7\xf2\xa0\xc5\xa5\x38\xe0\xd7\xf2\x60\x23\xc9\xa0\x40\x0f\xf9\x8b\xf9\xa0\x85\x68\x70\xc0\x6f\xe6\x83\x8d\x64\x83\x5a\x18\xda\xe0\x41\xc0\xb0\x4d\x3c\x14\xf6\xa2\x0d\x1e\xc4\x5e\xd4\xe1\xe1\x96\x98\xca\x8b\xba\x03\xdd\x86\x90\x0f\x9a\x08\xb9\x08\xb8\x5b\x4a\x5e\x79\xb1\xd5\xc0\x62\xd3\xfd\x70\xff\xb9\xf6\x1c\x76\x11\x16\xf9\x70\xa2\x47\xff\x2b\xb9\x0a\x93\x7f\xcd\x9f\xda\x7d\x22\xb9\xa0\x51\x5b\x4e\x7d\xeb\x90\xc3\xdc\xd2\xd7\x0f\x3c\x74\xb7\x17\x74\xe8\x56\x85\x1c\x8a\x90\x9a\x9a\xd4\x96\xf2\x1b\x96\x04\x40\xa7\x8d\x7b\xb3\xc5\x6a\x5a\x45\x27\xba\xa5\xd8\xc4\x9a\xb3\x5f\xd1\x56\xca\x71\xf2\x4f\xea\xee\x46\x82\x08\x7b\x22\x14\x77\x3f\xab\xc3\x51\x8c\x1a\x6a\x1b\xc2\x57\x87\xd6\xf5\xa0\xb7\xc0\x39\xa8\x86\xb3\x0d\x4c\x5d\x73\x21\xc0\xc1\x96\xb3\x21\x2c\x6c\xe2\xfe\x79\x97\xea\x9b\xf5\x70\x38\x57\x98\xec\xfd\xf3\xed\xa7\xc3\xbf\xd7\x72\xae\x23\x15\xec\xa9\xff\x72\x81\x7b\x9c\x4b\xe5\xd1\x1f\xeb\x0a\xc0\x6f\x18\xa6\xfd\x04\xb8\x1c\x6b\xcd\x3c\xd2\x40\x71\x9e\x43\x02\xf7\x87\x38\xc2\x17\xf0\x3c\x46\x45\x6e\x59\x5d\x25\x24\x4a\xde\x66\xef\x6c\x25\xba\xbd\x5b\xdd\x6e\x19\xd1\x23\x23\x72\xc2\x23\xd6\x98\x7c\xea\x36\x05\x7a\x89\xa1\x22\x3c\x49\xd9\x93\x9c\xc1\xd2\x3e\xae\xdf\xef\x1b\xab\x5a\x37\xd1\xd2\x6d\x1d\x85\xed\x86\x41\xda\xd7\x58\x44\x69\x16\x81\x2b\xc7\x67\xda\x61\x6f\x9b\x42\xbc\x8d\x9b\x25\x44\x0c\x46\x71\x63\x1c\xb4\x5b\x2a\xbc\x5f\xe6\xce\x6e\x55\x65\xfd\x57\x28\x09\x68\x34\xaf\x6e\xbd\xea\xb6\x2a\x54\x9f\xdf\xf0\xdc\xa0\x55\x57\x50\x95\x84\x5c\x53\x41\x32\x5f\xb6\xec\xe8\xf8\xed\xc9\xe7\xd7\xef\x8e\x7e\x7c\xfb\xfa\x55\xdb\xb2\x6d\x6e\x9a\x3a\xca\x8f\x33\x23\x17\x08\xf7\xe8\x22\x46\x09\x62\xf2\x54\xeb\x4d\xd0\x91\xa9\xd9\x3d\xd5\x90\x5a\x5f\x4c\xf9\xde\x7c\xfb\x5b\x86\xc1\xf3\x67\x9f\x9a\xf9\x8b\x7c\x98\x33\xf1\x67\xb3\x4c\xf2\x14\x18\x65\x7f\xe5\xfc\xe2\xfc\xe8\xa0\xf8\x35\x4e\xd0\x56\x72\x68\x65\x5c\x5e\xab\x18\xf2\xd7\x61\xc4\xb6\x11\xb3\x96\x13\x11\xaa\x6b\x08\xe6\xd9\x82\xbd\xff\x64\x53\x6a\x78\x0e\xeb\xb9\x7b\xc6\x08\x1c\x95\x18\xd1\xe1\x9c\x67\x75\x31\x9c\x85\x54\xa9\x92\x70\x75\xe7\x7b\x62\x89\x2c\xde\x5e\x8f\xc9\x5c\xa6\x6f\xeb\x0c\x8a\xa7\xc0\x48\xf6\xcd\xe1\x3c\x0d\xd4\x6e\x7b\x70\x5a\x43\xda\xad\x21\x77\x16\x98\x1d\xda\x03\xb3\xb7\xdb\x8d\xe0\x9c\x84\xd7\x9d\xb3\x34\xda\x05\x79\xb7\x0a\xee\xe6\x80\x08\x7e\x62\x0b\xf1\xb6\xdf\x45\xb7\x81\x86\xb4\x1e\x5d\x17\x4c\x3c\x35\x33\x7b\x6a\xc9\xe6\x55\x7a\x28\x5b\x83\xdc\x2e\x99\xbe\xc3\x89\x2a\x45\xe7\x6e\x23\x5b\xbd\x54\x18\xd3\x5a\x6d\xbd\x41\x6d\x2b\xe9\x65\xf5\x39\xec\xb7\x54\xec\xb1\xa4\x38\x6d\x33\x54\x37\x4d\x15\xcf\xa4\xfd\xa1\xa9\x89\x51\xc4\x16\x14\xef\xa2\x7e\x2a\x87\xaf\x9d\xf4\x3c\x27\x71\x14\x5c\x3f\x20\x05\xf0\xfd\x97\x1f\xc9\xe2\xf5\x71\x45\xb1\xc8\xaf\x51\x01\x34\x50\x7c\xaf\x26\xb2\xb2\x68\x9c\xd6\x77\x93\x20\xee\xb1\xeb\x39\x22\x86\x9e\x67\xe4\x78\xaa\x45\xcc\x20\x86\x13\x31\x70\x37\xe9\xa5\xba\xc9\x97\x6d\xe0\xda\x46\x5f\x2d\xbb\x5f\xa9\xe6\x61\xf6\xd6\x57\x8c\xcc\x7b\x09\x83\xb4\x75\xff\xab\xbf\xc4\xe4\x1c\xc6\xce\xcf\x29\x94\xce\x7b\x01\xf7\xba\xec\x75\x2b\x35\xa2\xba\x2a\xb3\x30\x88\x93\xbe\xc0\x77\x54\x12\xc8\x0b\x0d\x8b\x2b\xb2\xa0\xb7\x45\x34\xc0\x8d\x12\x2b\x2d\xb5\xd6\xa4\x5b\x61\x7b\x7b\xfa\x72\x13\x15\x67\xed\xa4\x9a\xc8\xb7\x4d\x9f\xba\x4d\xc9\xf7\x55\xd6\xdc\x6a\x23\x8a\x6c\x7f\xe8\x72\xd6\xe5\xff\x21\x11\xe7\x85\x2e\x70\x14\xf5\x28\x4a\x31\x7a\x6e\x59\xc8\xe5\x16\x8c\xcf\x55\x9b\x95\xb7\x5f\x74\xda\xad\x46\xdb\x47\x37\x46\xd5\xd1\xfe\xd1\x1e\x0b\xbf\x4f\x63\x42\x6b\x0e\x76\x17\xca\xeb\x7d\xdd\xa7\xfc\xbf\xbf\x47\xe8\x6a\xcd\x82\x8d\xca\xf6\xd1\xa6\x9a\xe1\xed\x5a\x45\xee\x42\xee\xf8\x66\x35\xf9\x66\x35\xf9\xc3\x5b\x4d\xe4\x19\xfa\x66\x32\xa9\x5f\xdd\x37\x93\xc9\x2d\x9b\x4c\x4a\xa6\x86\xfb\x77\x7f\x53\x12\x3f\x24\xe7\x77\xf0\xdb\xf8\xf0\xea\xd3\xc9\xc5\xef\xc7\xf6\x91\x22\xf8\x01\x04\x07\xad\xa1\x2c\x73\xf0\x1b\x34\xe5\x07\xaa\xb0\x6e\xc5\x69\x99\xc3\xdb\xbd\xfa\x8a\x6f\xc9\x5b\xbc\xad\x4d\x79\xa0\x9a\x52\x23\xf9\xfe\x0e\xfc\xae\x95\x28\xfa\x26\xed\x7f\x93\xf6\xd5\x7f\x7f\x28\x69\x9f\x1f\xfa\x6f\xb2\x7e\xfd\xea\xee\x5f\xd6\xaf\x7a\xe4\x6b\x11\xe6\x0b\x92\xf3\xfd\x8b\xf2\xaa\xfc\x77\x2f\xc2\x09\x83\xf8\x41\xc5\xb4\x3e\x0d\x93\x05\xb9\xda\x7f\xbe\x4e\x34\xfe\x76\xcb\x0a\xab\xc3\xdb\x4e\x76\xb7\x62\xf4\x41\x7a\x30\x1f\x8b\x90\xfa\x05\x43\x59\x88\x55\xa0\xeb\xc1\x27\xfd\x64\x4a\xae\x3a\x7b\x2b\x5b\x55\xe9\x2d\xcd\xab\x85\xac\x13\x39\x77\x6d\xa3\x3b\xa7\x24\xd4\x0a\xd1\xac\x95\x2c\xdb\xd5\xee\xbb\xd5\x45\x01\x63\x79\x99\xe2\x23\xfa\x9e\xc9\x7f\xce\xce\x2c\x8d\x4a\xb2\xb7\xe5\x32\xeb\x46\x2d\x55\x07\x6c\xc6\x5d\x71\xf8\x75\xb1\x78\xc7\xd1\xb8\x6e\xa9\xa3\x94\xa8\xd8\x9e\xb4\x68\xea\x93\xd7\xf0\x38\x1f\xa5\x18\xc6\xbd\x84\x2c\x28\xc7\x43\x27\xf5\x2e\x1b\x27\x3d\xec\x0a\x0e\x3d\x8e\xae\xed\x9e\x9e\x7b\x37\xd1\x18\xcf\x75\xfe\xcd\x2d\xa1\xe6\x3c\xac\xdb\x74\x6a\xad\x55\x9b\xf3\xdf\xce\xf2\xc7\x51\xcc\x10\xed\x9d\x5f\xbb\xd9\x6c\x6f\x5e\xb9\xc0\xcd\x14\xaf\xe3\xfc\xc6\x6e\x0f\x12\x2c\x8e\x9e\x2c\xea\x8d\x44\xbe\xcc\x9a\x60\x54\x50\x7c\xfe\x0a\x32\xf6\x79\x4e\xc9\x97\x08\x59\x37\x1a\x14\xcc\x24\xcd\xa4\x5c\x13\x21\x42\xc9\x97\x8a\x0e\xc3\xed\x9c\xea\x56\x97\x7a\x5b\x85\xe4\x3d\x9f\x7d\x1d\x9d\x75\x7d\x63\x47\x40\x30\x46\x01\x43\xa1\xec\x2c\x39\x2f\x40\xd0\x6c\xd6\xa8\x33\x24\xdb\x04\x8a\x32\x0b\x5f\xb7\x5f\x41\xf5\x2e\x62\xd5\x58\xf0\x5e\x36\x91\xaf\xe9\x6e\xf7\xb0\x9b\xb1\x91\x23\x47\x09\x2a\x15\x37\x6a\xa5\xc1\x31\x7f\xef\x76\xc9\x88\x5b\x8f\x6a\x8a\xe7\xfc\x3d\xa1\xcd\x59\x40\x4d\xc4\x01\xc3\x90\xaa\xba\xfa\xf7\x42\x1f\x6f\xde\x3b\x47\x12\x04\x07\xe2\xd0\xe1\x6b\xba\x0b\x72\xa9\xf3\x8e\x17\xf1\x7c\xa4\x51\x64\xb4\x6a\x6d\x17\x2b\x50\x25\x28\x19\x23\x1a\xd2\xd2\xb0\xea\x71\xb5\xd1\x05\xc9\x6a\x9d\x08\x04\xd7\x46\xc1\xb7\x06\x4d\x3e\xa8\x61\x8b\xcc\x13\xe2\xb0\x46\xe4\xc9\x9d\x8b\x35\x8e\xc7\x86\xe7\x20\x20\xf3\xeb\x9e\x2e\x0d\x5e\x6c\x30\xaa\xe5\xd3\x02\xac\xc6\x61\xde\x8c\xb4\x0b\xbb\x56\xdc\xab\x6d\xe0\x7f\x1d\x51\x99\xc1\xc9\x86\x09\x5b\x9b\xce\x60\x17\x44\x37\xd2\x43\x2c\x26\xa0\x72\xea\xf2\x2d\x19\x81\x6a\x6c\x2e\x0f\xc7\x20\xf4\x70\xec\x40\xc7\xff\x08\x3e\xe2\x8f\x5f\xfe\xd2\xc2\x0e\xa4\xa5\x5e\xd1\xab\x21\xe6\x72\xd8\xfd\xfb\x72\x4d\x84\xba\x77\x9c\xc9\xbc\x3d\xe3\x51\xac\x14\x98\x66\x5d\xa6\x98\xe5\x6b\xc5\x5e\x7e\x44\x85\xa2\x3d\xb9\x69\x99\xea\x96\x32\x18\xa3\x53\x64\x9b\x8b\xc1\x22\x35\x99\x81\xd9\x69\x7b\xa0\xaa\x32\xdc\xb5\x77\xc5\x5f\x05\x90\x35\x9e\xd1\x76\xb2\xae\x55\xf0\xea\x1e\x6f\x6f\xb7\xed\xb9\x01\x8d\x58\x14\xc0\xd8\x2d\x75\x43\x6a\x27\xfc\x1c\x31\x27\x46\x30\x61\x0e\xc1\xc8\x91\xdb\xe2\x88\x6d\x71\x08\x16\xdf\x69\xde\xe5\x44\x89\x33\x86\x51\x1c\xe1\x49\xbf\x2d\xfb\xb7\xc0\xab\x9d\x5e\xb7\x0e\xee\x14\x26\x0e\xd4\x0d\x63\x36\x81\x78\x0e\x93\x64\x13\x88\xe3\x38\x07\x68\xe2\x40\x8a\x1c\x35\x68\x6b\xb8\x0a\x83\x7e\x9c\x22\x8a\xc4\x40\x98\xe4\x47\xef\x37\xcb\xe5\xed\xbe\x2a\x48\x85\x2d\x5c\x35\xe5\xc0\x81\x7a\xb1\xe5\xb1\x71\xd1\x16\x7d\x3c\xcd\xda\xf8\x1b\xb5\xd1\xc7\x64\x21\x5b\x0f\x36\xb0\x71\x9b\x5d\x5c\x8e\xf4\xb7\x08\x8b\xb6\xd0\x2e\x43\x74\x16\x61\xc8\x22\x3c\xe9\x4d\x20\x43\x57\xf0\xba\x9d\x26\xd1\x4d\x99\xcd\x19\xde\xd3\x4f\x0d\xd5\x13\x8a\xa8\xae\xad\x04\xd1\x72\x03\x5a\xd1\x7f\x09\x4b\x11\x9e\x70\x45\xe4\xee\x30\xb4\x98\x27\x8c\x22\x38\x7b\x20\x28\xda\xc2\x8a\x34\x93\xba\xfd\x15\x6d\xc2\x02\xaa\x5d\x64\xb5\x0e\xf9\x76\x80\xb6\xf7\x34\x34\xca\xf7\xdb\xf6\x32\x14\x54\xd7\xac\xe1\xaa\xa5\x5e\xc6\xbb\x93\xf7\x47\xc7\xaf\x2b\x4a\x66\xb4\x62\x45\xd6\x32\x08\xc6\x94\x39\x10\xd6\x15\x8a\x4c\x3b\xa3\x1a\x6b\x3d\x99\x68\x33\x2b\xa3\x5e\x59\xd7\x20\x80\xf5\x05\xaf\x3c\x21\xa6\x68\xb5\x79\xbf\xba\x5f\x60\x55\xf7\x97\xa5\x72\x89\xe9\xb9\xb8\x88\x04\x75\xb5\xf3\x3f\x6d\xee\xc5\x6a\x36\xa2\x75\xbd\x4a\xf3\x74\x56\x5b\x59\xcd\xcd\xb2\xde\xc6\x84\xce\x20\xeb\xe1\x05\x57\x01\x6b\x66\xb7\xe4\xb9\x99\xc3\xcc\xe3\x05\x85\x71\xf4\x1b\xaa\x5b\x40\xfa\x8d\x40\x8a\x7b\x15\xb1\x29\x59\x70\x15\x6e\x21\xf3\x67\x05\xb4\xeb\x5e\x08\x56\xd1\x64\x0b\xaa\x52\xab\xe3\x5b\xe9\xec\xb9\xe5\xd3\xfb\x71\x1a\x25\x8e\xba\xc5\x9c\x45\x82\xb8\x70\x2d\x60\x71\xc6\x84\x3a\x6c\x8a\x9c\x63\x41\xa2\xe9\x33\x33\x94\x4c\xef\xe6\x9c\xd7\xba\x83\xd6\x3f\xd5\xc5\xd3\xdb\xc9\x3a\xd6\xb0\xe0\x87\x60\x94\xba\xcf\xd2\x0c\x4e\xd6\x26\x1f\x81\xc2\xf1\xf5\xff\xbc\xbf\x76\xb5\x86\x04\x25\x49\x44\x70\x8f\xf3\x9a\x87\x61\xd3\x0a\xdf\x24\xc9\x77\x68\xfe\x4f\xbb\x4d\x0b\xce\x23\x17\xb8\xe8\x0b\x0a\x16\x4c\xb4\xa3\x97\x0d\x11\x81\x3b\x43\x49\x02\x65\x87\xfa\xaa\x64\x05\xdd\x6c\x9e\xaf\x35\xa5\xc9\x30\x10\xf6\x6b\x79\xd1\x29\x2f\xb8\xd9\x7a\x9e\xa3\xe9\x7c\x26\x1a\xe0\x4a\x33\x54\x18\x08\x1b\xd4\x81\x29\x18\x68\xf3\x94\x98\x53\x62\xb4\xb9\xa9\xbc\x1e\xb7\x45\xec\x6f\x0b\x91\x4d\x2c\xaa\x65\x8d\xb6\x8a\xf6\xb1\x62\x5f\x85\x89\xa5\xc7\xb4\xe5\xad\xd2\x69\x30\x3d\x58\xdf\x5b\xf9\xc2\x5a\x49\xed\xd5\x2f\xc7\x27\x9f\x3f\x7d\x78\x9b\xa5\xf4\xef\x45\x58\xde\xde\xc9\x9e\xc2\x6a\xd2\x9f\xb2\x59\xfc\xbf\x34\xd5\x86\x28\x89\x26\xd8\xcd\x9a\xfa\x0a\x52\x98\xa2\x78\xee\x60\x42\xe6\x08\x23\xea\x60\x42\xd1\x18\x51\xaa\x1a\xef\x89\x66\xa6\x54\xdc\x3e\xee\xe7\xf3\x18\xe2\x0b\x63\x99\x6f\x49\x70\xe1\x9c\xa8\x0d\xdc\x28\x3b\xbc\x53\x0a\x78\x75\xf3\xfa\x2a\x7e\x9e\x49\x69\x9c\xa2\x5d\xd0\x90\x26\xd2\x30\xff\xd1\x44\x55\xc9\xd8\x3c\x61\x7f\x33\x0f\xb5\x5e\x4c\xbd\x87\x3a\xff\xd4\x1a\x2d\xe2\x6b\x50\xf1\xe6\xd5\x86\x1b\x91\x0f\x16\xeb\x34\xf7\x8f\x68\x0a\x2f\x23\x42\x37\x84\x20\x1b\xc6\x5e\x30\xb2\xe8\xf4\x92\xec\x50\xbf\xfd\x0a\xc5\xf0\xba\x85\x07\xac\x76\x25\x6a\x90\x8d\x96\xc1\xcf\xa2\x06\xa6\x65\xe1\x4b\xbb\x53\x2f\xbf\xbe\x8f\x1f\xdf\x6e\xba\x3a\x31\xc4\x46\x6b\x93\x40\xac\xbd\xaa\xa2\x65\x4f\x8d\xaa\x02\xb1\xd6\x89\xb4\xa9\x5d\xaf\x34\xeb\x3b\x3a\xce\xeb\xd6\xea\x7a\xd8\x16\xd3\xb5\x84\x74\xab\x8c\xd7\x3a\x36\xfe\xa4\xd0\x46\x3d\x8c\x60\x4c\x26\xe9\x7d\xab\xc5\x0c\x7e\xe5\x56\x26\x4f\x44\xf8\x12\xc6\x51\x08\x75\x02\x85\xba\xae\x5e\xb6\xc9\x5f\x68\x71\xd5\x2b\x99\xa2\x75\x42\x8d\xd1\xd2\xdb\xd6\x9c\xb6\xd8\xbe\x9b\xcb\x38\x51\xc2\x05\x80\xd0\xd8\x15\xfd\x8d\xbc\x6b\x0f\x2c\xbd\xb5\x0f\xeb\x7b\x7b\x5b\x9b\x77\x3f\x16\x71\x8f\xea\xbe\x35\xfd\x4e\x6f\x32\x14\xd6\xde\xc7\x36\xb5\xc1\x9e\x8b\xd1\xc6\xec\x25\xf7\xba\x0b\x62\x9b\xd3\x6c\x32\xa3\x8a\x4c\x69\xaa\xa2\xe3\xea\xcb\x6a\xdd\x5d\xec\xb0\x43\xb2\x85\xba\xd1\x67\x5c\xe5\x37\xa5\xdb\x50\xb3\x01\xed\xc1\x0b\xd2\xee\xe5\x1d\xc1\x3b\x2c\x82\x57\xdb\x06\xdd\x92\xe1\x02\x0e\xc1\xda\x09\x35\x9b\xd6\x7d\xdf\x4a\x13\xef\xb2\x9e\xb6\xb1\x0e\xba\xa6\xc6\x28\x33\x7f\x1f\x4e\x0c\x04\xfb\xf4\xd3\xc7\x1f\x43\x12\x6f\x29\xc5\xbd\xfb\x0f\x0f\x20\x90\x22\xdb\x93\x07\x99\x4d\x23\xf9\xfe\x51\x10\xa0\x24\x21\x54\x67\x6b\x3c\x16\x6e\xfc\x0b\x84\xc5\xae\x18\xbf\x6d\x58\x07\x90\x2a\x7b\x80\x5d\x7d\x6d\x2f\xa9\x6c\x29\x0c\x21\x7f\x1b\xfc\x8b\x2c\xa8\x23\x56\xbd\x6e\xa2\xe0\x96\x0a\xfd\x75\x55\xd7\x44\xfa\xb7\x00\xbc\x98\xff\x6d\xdf\x3b\xb3\xe9\x46\xb2\x38\x4f\x18\xad\x24\x85\xde\xf3\xfa\xf6\x1b\x77\x92\x37\x53\x4d\x53\x9d\x54\xf9\x93\x80\xcc\x3b\xea\xf2\x0d\x32\x72\x2e\x4a\xfa\x2d\x09\xa0\xc8\xec\x76\x63\xf1\x17\x70\x27\xa2\x8e\xa4\xbb\xed\x5a\x77\x5b\xaa\xf4\xb0\x31\x3e\xb7\x58\x1d\x2f\x87\xd5\x5c\x26\x59\xa1\xf6\x83\xdd\x07\xf1\xad\x80\x5e\x75\x59\x88\xf6\x7c\xe1\x77\x50\x1f\xc2\xe6\x1e\xd4\x7f\x0a\x44\xec\x45\x49\x2f\x46\x13\x18\x5c\x57\x17\xa5\x5c\xa3\xd8\x5c\xe7\x32\x13\x41\x4c\xf0\x03\xa9\x32\xb1\x98\xc7\x51\x00\xd7\x29\x34\xd1\x51\xda\xae\x30\x97\xdc\x81\x20\x72\x3b\xa5\x42\x1e\xce\x1e\xbe\x25\x13\xb2\x58\xe3\x2c\xb5\x82\x63\x93\x4a\x21\xcf\xbf\x8a\x4a\x21\x71\x19\x7d\x1d\x50\xd8\x12\xb8\xfb\xa8\x14\x92\x30\x32\x77\x16\x49\x84\x27\xd2\xd8\x75\x74\xfc\x56\x0a\xb8\x2f\xa5\x0b\xfc\x2a\x8a\x63\xbe\x7a\xf1\x12\x59\xb0\x7e\x05\x24\x0f\xbe\x92\xc8\x8b\x16\x57\xa9\x3c\x24\x9d\x40\x2e\x3e\xfa\x62\xdb\x95\x44\x9e\x6f\x85\xab\xde\xea\x4d\xb5\x48\x1e\x06\x8f\xfb\x94\x3c\xc4\x52\x48\x4f\xbf\x0a\x06\xb7\x48\x7e\x8f\x75\x90\x16\x09\x2a\xb2\xb5\xaf\x95\x7f\x3d\x6b\xc1\xbf\x3e\x25\x9b\x95\x41\x7a\xb6\x6d\xe6\xf5\x74\x1b\xcc\xab\x46\x60\x57\x7a\xa0\x29\xba\x43\x4c\xf0\xf5\x8c\x8b\x6b\x96\xf2\xd1\xdb\x92\x26\x1f\x82\x6c\xf9\xad\x0c\xdd\xb7\x32\x74\x1d\x80\xbb\xef\x32\x74\x5f\x37\xf7\xfd\xc3\xd4\xa1\x6b\x65\x7d\x2e\x3f\xf4\xb5\x94\xa9\x2b\xba\xbf\xee\x3f\x2d\xb9\x6c\xa0\x7d\x18\x8e\xb9\x27\xc1\x77\xb3\x4f\xec\xf8\x85\xdd\x31\xa7\x7b\x6e\xe8\x86\x4d\xf2\x4f\x9d\xb2\x1c\x22\xcc\x22\x96\xfb\xce\x68\xd8\x60\x04\x5b\xd6\xa4\xce\xaa\x56\x10\x13\x4a\x16\xf3\xc2\x75\xaf\xbd\x71\xa2\xec\x83\x9a\x3c\xbd\x18\xb5\xcb\xf0\xf8\x6d\xa2\x7f\xbf\x7e\x25\x57\x9f\xa4\x49\x2d\x90\x52\x78\xed\xca\xcb\xbb\xfd\xb5\x6e\xcf\x16\xd6\x99\xbc\x6e\xeb\x9e\x14\xf6\x50\xa0\xa7\xfc\xce\x5d\x23\xf4\x67\x43\x13\x7d\x81\xd3\x64\x1d\xad\x3a\x45\xe2\xd5\x54\x33\x41\x30\x98\x6e\x8e\xb3\x42\x42\xa8\x31\x77\x2e\x1f\xa3\xd8\xa7\xca\xd6\x50\xe4\x59\xce\x9e\x6b\x84\x78\x3d\xeb\xd8\xab\xf9\x99\xd5\x31\xb7\xa9\x97\xcf\x22\x43\x1b\x46\xd1\x3a\x02\x34\xce\xdd\x3a\x04\xf8\xf8\x7e\x08\xf0\x8d\x09\xf5\xc6\x44\x96\x4b\x59\xbe\x4d\x2a\x7a\x52\x45\x45\x4f\x3a\x52\xd1\x93\x3b\xa1\xa2\xc7\x15\xa6\x75\x9b\xcb\x23\x65\xa3\x1b\x39\xf3\x3b\x11\xc1\x07\x7e\xff\x6d\xee\x22\x7c\x2b\x16\x21\x65\xcd\xc4\x99\xc2\x4b\xe4\xa0\xd9\x39\x0a\x43\x14\x3a\xe2\x8a\x2d\xa6\x8b\xaf\x89\xe2\xfa\x9b\x01\xce\xe7\x48\x25\x54\xda\x8e\x69\x7a\x61\xe6\xb4\xd2\xf2\xdd\xf6\x81\xc4\xd5\x17\x1b\xff\x71\x7b\xd7\x9a\x85\x1b\x1c\xdc\x0f\x37\x58\x9b\x10\xca\x8c\xe0\xa0\x0b\x23\x58\x97\x0d\x1c\x56\xb1\x81\xc3\x8e\x6c\xe0\xf0\x4e\xd8\xc0\x41\x75\x0e\xa7\x4d\x26\xdf\xae\xd8\x5d\x16\x72\xef\x5f\xfc\xd6\xc9\xf6\x0f\xb1\x4e\xf4\x3f\x83\x1f\x93\xbf\xfe\x1c\xd4\xb7\x7f\x09\xc8\xec\x3c\xc2\x28\x4c\xeb\xa5\x15\xc5\xea\x67\xc0\x5d\xd8\x0e\x63\xf1\xc0\x64\x31\x6e\xf5\xa7\x46\x9d\x94\x38\xaa\x38\xe0\x6e\x39\x4d\xa9\x22\x77\xb3\xce\xba\xe0\x16\xdb\x7b\x30\x51\xa9\x82\xe0\xea\x4a\x00\xf6\xa8\x0d\xdb\x37\x95\xe0\x95\x43\xe0\xda\x67\xbf\x77\x4c\x7b\x37\x96\xf4\xf1\x7a\xae\xcc\x06\x14\xcd\x21\x45\xe1\xe7\x5f\x17\x88\xb6\xac\x34\x51\x15\x47\xd7\x9c\xff\xde\x56\x29\xb0\x46\xd2\x6d\x92\x03\xdf\x3a\x76\x60\xb3\x72\x9b\x15\xb1\x42\x26\x21\xa5\x09\xf2\xae\x3a\x9d\x0d\x91\x58\x36\x90\xd6\x65\xc5\x0d\x55\x04\xad\x34\x63\x74\x95\xd5\x62\x41\x18\xb8\x05\xfb\x76\xc3\x6b\x6e\xbb\xa2\x0d\x2d\xc9\xab\xa9\xd1\xed\x1d\x90\x58\xb6\xbc\xfb\xa1\x31\x1b\x92\xb7\x4f\x3e\x75\x19\x44\x22\xae\xf0\xc7\x08\x87\xba\xb2\x62\x73\x6d\x20\x43\x5c\x0d\x08\x0e\x60\xd1\xa5\x52\x18\xd8\xac\x36\x3a\x38\x78\xd6\xdf\xef\xef\xf7\x07\x59\xaa\xe7\x30\x8b\x1b\x2b\xc2\xf2\xe0\x0b\x5e\xca\x18\x3b\xa3\xde\xe8\x46\x44\x32\x30\xe2\xf6\xd6\xad\x6f\x59\x23\xa4\x59\x52\xf5\xf3\xc5\x6f\xea\x47\x1e\x64\x23\x14\x1e\xdb\x50\xc0\xab\x13\xa3\x1e\x90\x90\xf7\x70\x64\x3b\x84\xe7\xff\x3a\x7f\xf6\xcb\xac\x55\xed\x47\x58\x25\xdb\xb5\x4e\x31\xc8\x61\xc0\xfd\x6a\x8b\x35\x6e\xa9\x36\x5a\xbb\x6a\x8a\x6d\xea\x37\xd6\xd7\xaf\xfa\xdd\x55\x5c\xec\x84\x92\x0e\xe6\xdc\x7b\xac\xca\x78\xff\x4b\xba\x8d\xca\x8d\xb7\xb6\xaa\x6f\xd5\x1d\xed\x67\xc5\x10\xdb\x5b\xe9\x8c\x15\xa2\x7a\xeb\x62\x68\x6d\x05\xaa\x36\xf9\x41\x72\x86\x7e\xa9\x47\x12\xc8\x8b\x87\xee\xff\x73\xad\xd5\xc5\xb2\x15\xa5\xfa\x48\xfb\x32\x7f\x45\x31\xba\xbd\x7a\xdf\x8d\xd2\x3a\xa0\xc3\x86\x87\x7b\x59\x4d\xf7\xea\x8c\x9b\x56\x29\x6c\x05\x15\x38\xbd\xf7\x3a\x85\x0f\xe4\x94\xad\x6b\x79\x69\x23\x1b\x6c\xdd\xea\xb2\x16\xd7\x6b\x2f\x80\xdc\x49\xe5\xc1\x3a\x21\xf0\x2f\xb2\x3e\xab\x08\xaa\x9a\x64\x0d\x24\x50\xa7\x9c\xdd\xbc\x07\xa1\x7e\xd8\x26\xe7\x42\xb3\x4a\xdb\x81\x0e\x5a\xab\xb3\x87\x0d\xea\x6c\xfb\x3d\x1e\x18\x61\x8b\x55\xa9\x9d\x2d\x7d\x1a\x0d\x8a\x6c\xc7\x88\x24\x4b\xed\xb8\x6d\xa9\xaf\x5f\x59\x91\xb8\x9d\x06\xed\x37\xa5\x99\xbd\x60\x0a\x29\xeb\x7f\x11\x84\x7a\xab\xba\x6f\xf6\x85\x6c\x61\x6f\xd2\xad\xa8\x4f\x06\xe3\xa1\x1b\x85\x7c\x1c\x82\x87\xcb\x0f\xaf\x4f\x5e\x7f\x1c\x9e\x2e\x65\x55\x2f\xf5\xcb\xea\x6c\x05\x04\xa4\x1c\x65\x61\x8c\x86\x4b\xfe\xe8\xc9\xa7\xe3\xe3\xd7\x27\x27\xc6\xc3\xc9\x42\x44\xe8\xba\xab\x33\xf0\xfa\xc3\x87\x5f\x3e\x18\x3f\x21\x4a\x09\xe5\x03\xad\x80\x7a\x6a\xb8\x5c\x01\xf1\xed\x70\xb9\x12\xb8\x6c\x32\x1d\x64\xc8\x2b\x59\x0c\x40\x47\x84\xe7\xb0\x0c\xd8\xb6\x6c\x0c\xb8\xa1\xbf\xc4\xd3\xd7\xef\x5f\xb3\xbd\x3d\xbb\x8d\xe1\x44\x92\x82\xfb\x97\x05\xa4\xa1\x59\x5a\x21\x8c\x92\x39\x64\x9c\x09\xba\x8a\x5c\xdc\x47\x90\x31\xca\x97\xfd\x28\xb3\x93\x97\x4d\x11\xe2\x8b\x9e\x58\x78\xca\xa3\x12\x1a\xa4\x56\x05\xf9\x4b\x0b\x4b\x81\x14\xcb\x54\x7f\x3b\x5d\xee\x4d\x72\x39\xa0\xd9\xde\x59\xce\x1e\x91\xc1\x9c\x85\x80\x9c\x15\xa4\x91\xa7\xc0\x68\xbb\xa0\xea\x01\xf1\x77\x90\x6a\xe0\xa7\x88\xa9\x4d\x99\x85\xa2\xaa\x2d\x81\x7c\x13\x8a\x12\x84\xc9\xc9\x94\x5c\x71\x44\x66\x1a\x38\x70\x7f\x08\x17\x54\x97\x9e\xf8\x81\x60\x4e\x34\xba\xd8\x8b\xc0\xcd\x64\x11\x85\xee\x99\x60\xbf\xb2\x20\xa1\xa1\xbd\x1f\xee\xef\xef\xd7\xd4\x23\xd4\x61\xce\xae\x38\x4b\x2d\xec\x31\x4e\x95\xbf\x7b\x1f\xb8\x94\x70\xca\x73\x61\x8c\x28\x73\xcd\x8a\x32\xf3\x08\x85\xe9\x45\x7f\x00\x5c\x75\xe7\x18\xf7\xfb\xae\xed\x5e\xef\xd8\xab\xa6\x24\x42\x36\x6c\x9a\x3c\xe6\xdd\xb6\x4c\xd8\xc7\xf2\xeb\xfc\x83\xec\xa2\x54\xb4\xaf\x60\xe2\x40\xec\xcc\x29\x39\x8f\xd1\xec\x56\x76\xad\xa6\x4c\xa5\x79\x21\x28\x35\x2c\x12\x95\xaa\x52\xf4\x55\x79\x94\x6d\x05\x8a\x58\xc4\x62\x54\x52\x54\x8f\xc9\xfc\x5a\xd4\x24\x13\x92\xbd\xee\x01\xec\x30\x22\x0a\xf7\x06\x71\x34\x3f\x27\x9c\xe9\x65\x8a\xdc\xe0\x10\x3c\x2d\xd4\x3c\x92\x80\x32\x09\xe5\x81\x2a\x3e\x9a\xbe\xdb\x63\xe8\x0b\x53\x60\x2b\x86\x54\x55\x18\x49\xc8\x52\x8f\xc1\xb3\xae\xb6\x7a\x20\xea\x1e\x81\x27\xdb\x93\x75\x0a\x37\x5a\x2a\xe2\xd0\x5a\x11\x07\x57\x8a\x38\x29\x36\x86\xf2\x89\x08\x8b\x5b\x4d\x69\xcf\x9e\x9b\xfe\xbe\x47\x12\xd7\x07\x21\x99\x55\x3c\x18\x92\x99\xeb\x03\x43\x62\xe2\x92\x42\x26\x22\xf9\x4b\x36\x8d\x92\xfe\xe7\x64\x31\x47\xb4\x0f\xe7\xf3\xf8\xda\xe3\xdf\x00\x48\x27\x0b\x71\x30\x7c\x20\x9e\x10\x37\xcc\x88\xe9\xbb\x52\x7e\xc9\xa9\x6a\x24\xfe\x0a\xc9\x4c\x7c\x12\x2f\xab\x57\x3e\x73\x91\x0f\x61\x44\x93\xec\x99\xf4\x2b\xcf\x5f\x81\xab\x28\x8e\x5f\xa1\x84\x51\x72\xfd\x3a\x16\xc7\x70\x0d\xc0\xb2\x59\xfa\x14\xcd\xc8\x25\xe2\x23\x87\x51\xf8\x06\x27\x88\x32\xcb\xb8\xfc\x7a\x47\x02\xa2\x9d\xee\x53\xc0\x50\x2e\xb1\x9f\x6e\x40\x5f\xd5\xdc\xf5\xdc\xff\xe5\xf6\xe5\x41\xf1\x52\xe4\x00\xd7\x51\xd4\xea\xfb\x60\xa9\xc5\x25\x03\x18\x25\x9f\xa2\xbe\xbe\x66\x3d\x57\x09\x63\xae\xaf\x85\xaa\xfa\xc7\x85\x78\xe6\xfa\xab\x95\x5f\x90\x62\x69\xa3\x20\x96\x16\xfd\xb5\x89\x61\x99\x79\x21\x29\x0b\x59\xfa\x93\xa3\x3e\x2b\xb8\x4c\x79\x37\x1a\x7b\x47\x94\xc2\xeb\x7e\x94\x88\x7f\x3d\xe4\xfb\x1a\xfc\x95\x87\xfc\x9b\x9b\xfc\x90\xd1\xd8\x73\x17\x58\xc2\x1b\xba\xa3\x91\x8c\x05\x73\x4e\x84\x58\x75\x73\xb3\xeb\xc9\xbf\xfa\x11\x43\x14\x32\x42\x9d\x08\x3b\x52\xd6\xe3\x23\xab\xa1\x95\xec\x76\x7a\x06\xe8\x68\x77\x1f\xc0\xd1\xee\x00\x10\x2d\xd7\x31\x7a\xbd\x1c\x13\xea\xf1\x67\x12\x10\x8d\xd0\x69\x61\xc8\x33\xcf\xff\x7e\xd7\xa3\x23\x2f\x19\x45\x7d\x8c\xbe\x30\xcf\xf7\xfb\x21\xc1\xc8\x7f\xf4\xc8\xc3\xfd\xf9\x22\x99\x7a\x49\x5f\xf0\x24\x1f\xec\xb2\x9b\x1b\xdc\x97\xea\xef\xee\x68\xc4\xfc\xef\xf9\x94\xfe\xf7\xab\x40\xec\x4b\xec\x2f\x21\x07\x81\x8c\xe2\xd5\x38\xc2\x30\x8e\xaf\x97\x1c\x00\x7a\x73\xc3\x39\xe3\x68\x14\xf5\x25\xc8\x37\x37\xfa\x2f\xcf\x4f\x9f\x8c\xc6\x1e\xf4\xd9\x94\x92\x2b\x87\xac\x56\x0a\x6d\x78\x25\x30\x65\x41\xdc\x2e\xd2\xeb\xe7\x58\x4c\x18\x8d\xf0\x24\x43\xa1\xfe\xd1\xa1\xe2\x05\x85\x23\x25\x27\xcf\x29\x61\x84\x3f\xd8\x67\xe4\x44\xbc\xd8\x0f\x60\x1c\x7b\xc8\xef\x27\x31\xe7\x20\xcf\x41\x6f\xe0\xef\xb8\xf2\x71\x77\x34\x1a\xe1\x47\x8f\x10\x27\xf4\x84\xd1\x45\xc0\x08\xe5\xb8\x19\xe5\xbe\xe9\xf3\x8b\xc1\x17\xb0\xfc\x0c\xe7\xe2\x9d\x9b\x1b\xf7\x04\xc9\xd7\x35\x34\x92\x3a\xc6\x94\xcc\x3c\xf5\xf0\x91\x3e\x77\xea\x95\xbd\xff\xeb\xbd\x1c\x7e\x8a\x6e\xde\xf8\x98\x79\x2f\x87\xcf\x6f\x06\x4f\x6f\x0e\x0f\x7c\xef\xe5\xf0\x38\x86\xb3\x39\x0a\xfd\x97\x62\x90\x7f\xdb\xeb\x33\x94\x30\x0f\xfb\xf9\x95\x96\xf0\xc5\x99\x0a\xc7\x29\x46\x57\xce\xc7\xeb\x39\x7a\xcd\xcf\x97\xa7\x6b\x2a\x3a\x90\x71\x29\x5f\xe5\x57\xc9\xc5\x2c\x84\xe9\x1c\xf7\x04\x89\x9c\xc7\x99\x6f\xa1\xff\xdf\xf8\x0d\x76\x08\x0d\x11\xe5\xcf\x9f\x23\x47\x3f\x02\xc4\x0b\x22\x60\xd4\x21\x02\x6b\x89\x33\x5b\x24\x4c\x06\xcd\x42\xc7\x42\x75\xce\x0c\xb1\x29\x09\xfb\xae\xbf\xe2\x44\xa0\x0f\x97\x5c\xc5\xd2\x93\x04\xc3\x6e\x6e\xd8\x9f\x91\xa2\x38\x4e\x91\x6c\x94\x7e\xda\xd1\x74\x8d\x47\xfb\x80\x8e\xf8\xfa\xe4\xa1\x63\xfe\xf7\xf8\x3f\xd8\xf7\xf8\xbb\xef\x7c\x7a\x8a\xcf\x46\xe8\x14\x9f\xed\x68\x24\xad\xb6\xa3\x2b\xc1\x7a\x5d\x29\x3a\x39\xba\xde\x7f\xf7\x5f\x73\xbb\xae\x74\x45\x39\x1e\xb8\x44\x25\x0a\x98\xd7\x6a\x41\x82\x5f\xc5\x44\xf8\x33\xcd\x52\x4b\xc2\xd3\xca\xd5\x21\x29\x3a\x4e\x21\x9e\xa8\x12\xe5\x41\xde\xf1\xaa\xfd\xae\x99\x3c\xb3\xe7\x16\xad\x94\x20\xfb\x4e\x1a\xdc\xb3\xcf\x4c\x47\x93\xa5\xdf\x08\x1d\x2c\x1f\x23\x64\xf3\xe9\x26\x88\xbd\x82\x0c\xa6\xb6\x53\xd9\x34\x62\x13\xaf\xae\xc0\x42\x58\x2d\x9e\xe7\x25\x74\x81\x38\x8d\x69\xad\x3e\x46\xf8\xc2\xac\xe7\x2e\x93\x52\x05\xd6\x54\xfe\xab\x89\xcd\xb3\x62\x44\x4b\x35\xe6\xf2\x11\xd7\xba\x7a\x72\x53\x7c\x95\x15\xcb\x19\x62\xb5\xf4\xa7\xfe\x56\x19\xb4\x8d\xa5\xe4\xd3\x4c\xde\xa6\x2d\xea\x5c\x7b\xde\xda\xe6\x70\x0a\x93\xa9\x0a\x12\x3f\x4d\x97\x9e\xd2\x63\x94\x1c\x53\x24\xb5\x7e\xa9\x5c\x99\xf5\x64\x5d\x35\x33\x70\xb3\x5a\xa5\x06\x06\xcf\x6a\xa8\x2b\xdd\x22\xd3\x59\x14\xc8\xa9\x0c\x87\x51\xaa\xd0\xe9\x2f\x22\x3c\x8e\xa3\xc9\x94\xd5\x0d\xae\x9f\x9d\x23\x9a\xe8\xf8\x06\x13\xaa\x66\xbc\xda\x6b\xdb\xe6\x5f\x3f\xab\x33\xf8\xe6\x1d\x2d\x8f\xc1\xa1\x19\x83\x5e\xe1\x36\xe4\x53\x70\x61\x5e\x2d\xb9\x8d\x47\xaf\xe1\xc0\xb5\x50\x87\x8d\x91\xae\x23\x14\x87\x9b\x8d\xd4\xb0\xde\x4e\xbe\x87\xf5\xb3\x52\x73\xc8\x6f\x4e\x02\x66\x08\xb7\xa8\xf8\xd8\x02\x49\x6d\xba\x36\xdc\x19\x8e\xea\x43\xc9\xea\xf5\xfb\x41\x7e\x9c\x35\x76\x63\x13\xc5\xb4\x20\xe1\xa7\x6a\x29\xa9\x55\x4b\x61\x95\x5a\x9a\xa9\x7f\xa6\x0d\xbe\x49\xf9\x3c\x5f\x44\x71\x88\x68\xc5\x33\x62\xa7\x7d\x20\xf9\xd5\x90\xcb\xeb\x8a\x6b\x5b\xf4\x1e\xa1\x57\x69\x26\x6d\xd7\xd8\x56\x80\xdf\x50\x38\x40\xf1\xfa\xef\xcb\xdf\xcd\xf7\xc5\xa8\x82\xcd\x0e\xf3\xc2\xb7\x1e\xb8\x3f\x85\x38\x8c\xd1\xeb\x4b\x84\xb9\x3e\x22\x34\xd0\x0f\x28\x40\xd1\x25\x3a\x62\x8c\x26\x9d\x14\x5b\xa1\xa9\x88\xa7\x38\x72\xa4\xf2\xac\x90\x28\xbe\x91\xfa\x25\xbf\x0f\x7d\xa5\x6d\x20\x7f\xb9\x92\xfa\xf4\x07\x84\x39\xae\x3b\xe9\xd1\x72\x63\x12\x24\x15\x57\x90\x71\x4e\xa5\xfe\x46\xc9\x07\x34\xe1\x2a\x30\x45\xa1\xa7\xf8\x97\xbf\x05\xfd\x3d\xf3\xca\xc8\x79\x39\xb5\xf6\xa3\xe4\x1d\xba\x72\xfd\x47\x8f\xa4\xcd\x80\x7f\x45\x49\x1c\x9f\xc3\xe0\x82\x63\x32\x3a\x5f\x30\x24\xac\x07\xa9\xeb\x47\x49\x57\x39\xbf\x8f\x8c\x13\x44\x5a\xd4\x95\xd2\x2a\x57\xd3\x34\x56\x85\xfc\x9c\x7e\xea\xab\x31\xb8\xda\x33\x51\x7f\xfa\x39\x00\xf9\xf5\xad\x00\xf3\x8a\xf8\x52\x77\x2d\xd8\xdd\xf7\x01\xd3\x8a\x15\xc2\x8c\x46\x28\x91\x7b\x05\x17\x8c\x8c\xa3\x38\xbe\xb9\x59\xae\xfc\x3e\x45\xe1\x22\x40\x5e\x41\xa7\xe6\x20\xd3\x11\xf6\x18\x38\xf0\x01\x1c\xd1\xd3\xfd\x33\x40\x46\xf4\x74\x90\x0a\xec\xd9\xbc\x08\x40\x40\x7c\x80\x56\x3e\x60\x7e\x79\x03\xa5\xe4\xc1\x94\xf9\x82\x7f\x5a\x01\x2b\xf9\xaa\x03\x21\x7f\xf3\x52\x2b\x0d\x26\x74\x26\x3a\xa3\x29\x7a\x4e\x87\xe2\xb8\xca\xfe\x32\x50\x55\x74\xa1\x91\x76\xc6\x07\x29\xcc\xdf\x9b\x0b\x2d\xa7\x50\xa4\x2e\x34\xfe\x85\x74\xa1\x49\xd7\x57\xea\xf9\x0a\xa3\x24\xed\x10\xe6\xae\xc0\xdb\x5f\x8e\x5e\x15\xfd\x6b\x20\x20\x38\x1c\x6a\xf1\x7c\x05\xd2\x5f\xf9\x37\x5c\x2b\x37\x1d\x70\xfc\xbb\xe1\x72\x05\xd4\x6f\x79\x5f\x5c\xc1\x6f\x07\x0a\xb0\x28\x2f\xdc\x6a\x05\xa4\x1b\x2f\xf5\xc0\x49\xd7\xdf\xc7\x0f\xff\x1a\xe6\xe6\x16\x8f\x9a\x0b\xa8\x7d\xb2\x85\x17\xcf\xdc\xbf\x06\xf3\x51\x85\x4f\xaf\x92\x02\x0a\xe6\x26\x80\xb7\xe5\xd5\xa3\xf5\x9a\xea\xe2\xef\xe7\x27\x27\x09\xfc\xb8\xb9\x57\xaf\x49\x99\x55\x46\xeb\x4c\x74\xdd\x82\x8f\xef\xae\xdc\x7c\x07\xa6\xc7\x48\x0f\xc9\xc9\xde\x54\x4c\x6b\xe3\x9b\x95\xee\x9a\xca\xfe\xa0\xb8\x02\x95\x5f\x14\x46\x61\x6f\x31\x0f\x25\x53\x90\x9d\x1f\xb1\x99\x8a\x0e\x5c\x7e\x04\x0d\x5f\x83\x52\xc8\xb5\x06\xa0\xb4\xf3\x52\xac\x4c\x7b\xdd\xcd\xd0\xd3\x04\x76\x94\x42\x51\x56\xcd\x1e\xe7\x15\xac\xe7\xc0\xfd\x75\x81\x16\x29\xdc\x56\xcd\xe8\x39\x70\x67\x8b\xac\x0a\x3e\xca\x29\x2b\x72\x39\xe9\x4e\xc9\x5f\xfb\xe2\xff\x93\xfe\x38\xa2\x09\x53\x16\xb9\xb3\x06\xed\x4d\x61\x4a\x9a\x89\x0b\x21\x58\x0d\x6a\x97\x42\x92\x29\xa7\x6b\xfc\x64\x91\x66\x0a\x05\xb5\xba\x15\x27\xf7\xb4\x14\x47\x5e\x6b\xeb\x1a\x8f\xab\x4b\x94\x95\x73\x2a\x3b\x95\x0c\xcb\xb9\x3d\x31\x61\x3f\x67\x9e\x4f\x33\xdf\xfb\xd4\xa4\x80\x8c\xf7\x37\x19\x07\x2a\xa3\xeb\x32\xaa\x04\x85\x2a\x6b\xe6\xba\xa4\xdd\x2a\xaf\x5b\x4b\xee\xa0\x1d\xb4\x46\xa1\x04\x90\x5e\x2d\x6b\xd6\x51\x2b\xda\x89\x0a\x0d\x61\xc9\x5c\x54\x6c\xb3\xdb\xd7\x50\x76\x1e\x0e\x80\x2b\x1e\x55\x16\x1a\x75\x10\xdb\x9c\x04\xd7\xb0\x31\x19\x14\x9f\x9a\x08\x5a\x50\xb7\xf6\x99\xe4\xd7\xae\x8b\x44\x16\x8f\x6f\x23\x05\x96\xb3\xc5\xd7\xd4\xa1\x37\x75\xc2\xa7\x5b\xdb\x40\x69\xb5\x47\xb4\x7e\x90\x6d\x9d\xd2\xa2\x31\x45\x5d\xf9\x39\x73\xed\x99\x0c\x8e\xdf\x34\x04\x76\x4b\x21\x0c\x6d\x70\x57\x37\xc4\x6d\x61\x4e\xcc\xd9\xd3\xc2\xb0\x5c\x56\xfe\xa0\xa5\x57\xc5\x9d\xe1\x32\xcf\x14\xa5\xa8\xdb\x8d\x27\x1a\x16\xe9\x86\x6d\xcb\x0f\xbb\xee\xee\xa9\x25\x5b\x86\x94\x0c\x45\x0a\xa8\xea\x99\xd4\xba\xad\x84\x53\x11\xbb\x4f\x58\x34\x8e\x82\xb4\xc5\xd3\xa9\x0b\xc7\x2a\x19\xb7\x7b\xac\x49\xbd\x3d\xb9\x64\xcf\xda\x06\x35\x19\x14\x95\x5b\x4a\x2a\x5b\xb2\x28\xb8\x10\xcd\x08\x1b\xdc\x11\xf9\xe1\x72\xb1\xf0\x83\x7d\x75\x69\xe4\x67\x70\xdd\x8a\x68\x19\x33\x5c\x45\xa5\xe5\x38\xe6\xab\x5a\xdc\x6b\x6e\xa6\x99\x30\x4a\xf0\xa4\x18\xdd\xfb\x0f\x39\xa6\x25\xf2\x26\xfb\xef\x08\x3b\xe2\xfc\x88\x68\x1d\xa9\x59\xa3\xd0\xb9\x9a\x46\x71\xc2\x1c\xc5\x2b\x65\x61\x45\xbe\x32\xe0\x50\x34\xa6\x28\x99\x8a\x18\x17\x7a\xed\xc0\x09\x8c\x70\xb1\x56\x77\xd5\x7c\xdd\x8d\x7d\x46\x02\x6a\xd3\xa9\x6d\x65\x48\x6d\x72\x14\xb5\x20\xbb\x76\xd0\x74\xb7\xa0\x3e\xad\xba\x25\xcd\xf8\x9c\x4d\x8d\x9f\xa6\x86\x9a\x9a\x3f\x61\xad\xf9\x93\x76\x33\x7f\x5a\x2c\x83\x59\xa0\xc6\x6a\xb3\x78\x1b\xac\x67\xdc\xcc\xa0\x08\xf2\xf6\x2f\x21\x37\x2b\x03\x9b\xb2\xa2\xf5\xe5\x1a\xcc\xd7\x4f\xb3\x67\xcf\x1a\x42\x6a\x5a\xae\x29\x0b\x5a\x11\x7a\x9b\x69\xc3\xd3\x5a\xa1\xc5\x68\x6b\x81\xfd\xe6\x46\x7e\x39\x52\x5f\x26\x34\xb0\x18\xb8\xfc\x65\x85\x5d\x2c\x67\xf4\x42\x65\xe3\x15\x6c\x67\xfc\x48\x22\x7c\x51\x1f\xc0\xbc\x60\x51\x9c\xec\x85\x64\xb6\x87\x2e\x11\x66\x5a\xb4\xbe\x9f\x98\xe5\x8b\xbd\xff\xfa\x71\xb0\xc0\x7f\xb3\x5b\x37\x6a\x6d\x15\x03\xab\x8e\xac\x34\x03\x6d\xb3\xa9\x96\xef\x95\x5e\x60\xba\x27\xd5\x4b\x67\x65\x59\x7c\xa3\xd3\x9e\x6d\xc9\xc6\x11\x78\xc6\x09\x57\xbe\x8a\x2a\x27\x47\x3a\xb1\xfa\xaa\x45\x3c\x5e\x4c\x26\x93\x4a\x8f\x88\xfc\xd1\xf5\x2d\x9c\x45\x7a\x22\x4a\x61\x61\xca\xa4\xa8\xc6\xe3\x48\x59\x30\x14\x7a\xae\x0e\x56\x11\x09\xef\x2a\x6e\x65\x19\x46\x94\x5d\x7f\xbc\x9e\x23\x10\x25\x27\xf0\x32\xc2\x93\x95\x6b\x10\xa4\x0a\x90\x03\x3a\xcb\x3e\x33\xcf\xa7\x43\xe8\xf7\xdc\x2c\x85\xc3\xf2\x54\x3a\x8f\x2b\xa2\x7b\xb2\x13\xfb\xe8\x51\xfa\x37\xf6\xd1\x48\x4a\x93\x3b\x28\x4e\xd0\x32\xb9\x8a\x38\x7f\xc0\xfe\x32\x80\x09\x52\x86\xf5\xd0\x1d\xa2\x11\x7b\x29\x3f\xf1\x69\x87\xda\xe2\xbe\x73\x4e\x11\xbc\xd8\x11\xcf\x4a\xc9\x41\x3f\x2b\x3e\xc9\x67\x95\x48\x61\x3e\x2b\x1d\x4c\xa1\x3b\xe4\x9f\x14\x83\x91\xef\x89\x10\x42\xf9\x9e\x8c\x26\x74\x57\x68\x24\x88\xfa\x12\xf5\xd3\xf8\x3e\xe4\xab\x98\xac\xa5\x92\x5b\xb3\xcd\x48\x7d\x42\xbd\xc1\xee\x68\x84\xfa\x82\x18\x7f\x19\x7b\x4c\x72\x99\x75\xaf\x83\x7b\x8c\xa5\x94\x4c\xab\xe4\x5d\xc1\x02\x10\x40\x47\xde\x3e\x60\x9c\x9d\x22\xdf\x43\xfc\x6a\xb5\x33\x60\x0c\x0c\x6a\x94\x18\x97\x7e\x2e\xdc\x57\x04\xcd\xdf\xc6\x7d\x49\xfc\x69\x50\xa5\xe9\xe1\xb2\xfd\xb8\xda\x31\x5d\x7b\x85\x40\x4d\x0a\x96\xaa\x2d\x71\x0e\x7a\x3e\x6b\x3d\x60\x00\x9b\xf7\x83\x82\x80\xf9\x4b\x28\xb6\xb1\x18\x96\x99\x5d\xf7\x50\x80\xe4\x03\xba\xe9\x75\x99\xbf\xde\x38\x87\x31\x0e\x4d\x7a\x0f\xde\xdc\xe4\xae\x70\xce\x66\xcb\x17\xb8\x10\x62\xd3\x57\xf8\x4d\xae\x62\x39\x86\x65\xf7\x93\xdc\xd3\x9d\xf4\xc6\x45\x2f\x8b\x37\x68\x86\x2a\x79\xf1\x4a\x9e\xd5\x57\xe5\xb5\xa4\x07\x89\xf3\x42\xc0\xc7\xf4\x87\x35\xaf\x2b\x92\x93\xd4\xe5\x79\xe5\x7b\x1f\x67\xa3\x4b\x80\x3d\x2c\x87\xc6\x7d\x3d\x8c\xbf\xf2\xfd\x15\x90\xa4\x6a\x71\xff\x89\xc5\x54\x83\x80\x1a\x41\x48\x99\xb2\x3e\x0e\x4c\x2d\x4e\x4e\x9c\x4a\x2f\x1c\xf3\xc3\x52\x54\x26\x4b\x83\x05\xc9\xd8\x11\x9e\x34\xe1\x74\xd4\x34\x96\xee\x27\x32\xf7\xd6\xcf\x22\x14\x55\x74\xe2\xbf\xc8\x42\xc6\x0f\x26\x73\x14\x44\xe3\x6b\xa1\x96\x88\x06\x43\xf0\x12\x01\x87\x50\x87\x5f\xac\xfc\x0b\xc5\xb1\xfc\x1d\x19\x30\x38\x42\x37\x37\xae\xcb\xff\x7d\x29\xd6\xa9\xd7\xe0\x0f\xc5\x47\x8d\x55\x11\x29\xb9\x5e\xec\xb0\xc4\xdc\xc3\x28\xfb\xf2\xd3\xe5\xb3\x83\x13\xf4\x4f\x68\x15\x6f\xea\x5b\xd1\xaa\x0c\xe6\xc7\x79\x5b\x99\x1b\xc3\xdf\x5a\x55\x8a\xd3\x69\x19\x52\xb8\xcc\x72\xe0\xcb\xc9\x17\x5c\xfd\x85\x34\x82\xbd\x69\x14\x86\x42\x78\xe2\x8f\x6b\xc5\x38\x61\xd7\x42\x5b\xbe\x8a\x42\x36\x1d\x3a\xfb\xdf\x4f\x51\x34\x99\x32\xfe\xd7\x98\x70\xe9\x31\xfa\x0d\xf1\x0f\x73\x18\x0a\x77\xa1\xb3\xff\xfd\x0c\xd2\x49\x84\xf9\x5f\x5a\x65\x6e\x59\x2f\x6d\x33\x29\xcb\xd8\x76\x23\x99\xb3\xe8\xb3\x93\x1e\xb7\x94\xab\xa9\x58\xd5\x3f\x1f\x6a\x72\xdf\x1d\x65\x3f\x9e\x1e\x9e\xbd\x34\x3f\x94\x03\xf6\x4b\xe3\xec\x5b\xc7\xd9\x37\xc7\xd9\x3f\x1b\xf2\x05\xab\x3b\xc2\xd5\x63\x1a\xa1\xd1\x2f\x91\xe7\x8b\x67\x56\x00\x8e\xd0\x29\x4b\x7d\xed\x70\x57\x44\x3a\x53\x0f\x02\x6c\x3a\xd8\xe5\xda\x56\x0d\x62\x65\xab\xdc\x55\x8e\xcb\x5a\x99\x52\xa2\xf9\x1e\xa5\x4a\xed\x98\x76\x11\x9c\x08\x17\x79\xf2\x06\x73\x5a\x42\x01\x97\xad\x86\xbb\x83\x5b\x12\x67\xf4\x43\xf0\xb7\xeb\xb7\x2d\x1e\xac\x4a\x43\x69\x25\x15\xa5\x0a\x70\x4c\x12\x53\xff\xad\x16\x89\x6c\xd0\x15\x7f\xac\xc1\xc0\x16\xb3\x53\x24\x8b\xd2\x22\x81\xda\x2d\xa5\xd8\x17\xe0\x4b\x13\x57\x38\x8a\xfe\x3f\xf6\xde\x7d\xbd\x6d\x1b\xdb\x1b\xfe\x3f\x57\x41\x73\x66\x7b\xc8\x1d\x88\x96\xe4\xb3\xba\xd5\x34\x75\xd2\x36\xd3\x9c\x76\x9c\x74\x0e\x8e\xde\x3c\xb4\x08\x59\x6c\x28\x52\x05\x21\x3b\x8e\xad\xef\x7e\xbe\xdb\xf8\xae\xec\x7b\x70\x24\x40\x82\x27\x49\x4e\x9c\x79\xbb\x9f\xd9\x8d\x45\x82\x38\x2e\x00\x0b\x0b\x6b\xfd\x7e\x64\x1c\x7f\x0b\xe1\x15\x59\xad\xb3\xa7\x90\xd5\xc6\x18\xc8\xe2\xba\xca\x92\x8e\x55\xc5\x0e\x02\x5b\x17\x0b\xba\xb7\x43\x4f\x7f\xf8\x08\xea\x6a\xca\x79\x18\x07\x0e\x74\x1d\x77\x00\x73\x23\x20\xdf\x2c\x5d\x77\x4d\x3f\x2a\xc0\xe5\xb6\x51\x07\xc9\x01\x74\xcc\x5f\x71\x65\x4b\x6f\x96\x9b\xb3\xa2\x14\x54\xb0\x51\xb9\x9a\xa0\x8e\x35\xc0\xc3\x98\xeb\x27\xe2\xfa\x2d\x73\x7f\x22\x9f\x39\xc2\xce\x01\x58\x72\x6a\xc2\x98\xc3\x38\x37\x2c\x90\x7d\x41\x7b\xd2\xc1\x4c\x4f\x01\x68\xa8\x26\x21\xda\xaf\x6a\x2d\xe0\xde\x4d\xa5\xf7\xcb\xee\x03\x7b\xaf\x7f\x6c\x6f\x0d\x95\xf4\xf1\xed\xed\xcd\x92\x6d\xa9\x8b\xd4\x76\xb7\xb7\xa1\x54\xe2\xe9\xd8\xe7\xf4\x74\xac\xa8\xd0\xa6\x97\x64\xed\x2d\x0d\xb4\x62\xfd\x61\xd0\xe4\x79\x5b\xa0\xe2\xbf\x24\xca\x89\xdd\x1b\xe4\xc4\x25\xaa\x3a\xd3\xd1\xc9\x91\x54\x74\xf9\x07\xae\x38\x01\xdf\x05\x86\x4d\x02\x93\x36\x9f\x2c\x10\x82\x31\xa6\x6a\x1c\x1b\xb9\x64\x58\x78\xe1\xb8\x0f\x92\xed\x6d\xd6\x4f\x68\x11\x7b\xe9\x78\x0a\xc9\x86\xea\xb0\xab\x03\xe6\x9b\xa7\x1f\xb6\x73\x4d\x48\x94\xae\x42\xb4\x6f\x5c\xd2\x0c\x3a\xa0\x9a\xe8\x68\x46\x31\xd6\x47\x44\xbb\x94\x42\xc3\x45\x40\xe9\x41\xb6\xa8\x15\xda\x2c\xd4\xd1\xbc\x9e\x2c\xe4\x90\xbf\x5f\x55\x45\x64\x51\x07\x5f\xd7\xc3\x4b\x44\x3e\xe4\x40\x12\x8a\x38\x08\xaf\x9f\xbe\x39\x7d\x76\xfa\x36\xf3\x87\xe2\x3a\x32\x75\xdc\x02\x6f\x9e\xbe\x78\xf5\xdb\xd3\xec\xa5\xb4\x15\x2c\x97\xfc\x10\x52\xee\xc4\xc5\x7a\x3b\xa8\xf2\xe3\xca\xca\x2a\xc9\x83\x27\xa8\xce\x85\x17\x24\xbc\xbb\x4e\x9f\xbe\xcd\x7b\x92\x65\x45\xd5\x25\xd3\x3c\xca\x8c\x49\x9a\xfa\x89\x71\x29\x58\xc3\x4f\xcc\x24\x47\x5f\xcb\x4f\xec\x7f\x71\x9a\xce\x7b\x7f\xa0\xbb\xf7\x13\xbb\xe7\x6e\x61\xed\x1d\xa9\x44\x1c\x89\x0c\x73\x01\x4a\x18\x4a\x13\xb7\x2a\x93\x7d\x59\x06\xa7\xa8\x0e\x33\xad\xfd\xaf\x72\x21\x29\x0d\x02\x5b\xe4\x55\x2f\x59\x17\x8a\xbe\x27\x95\x5e\x3b\xfa\x85\xba\xb2\xce\x80\x6c\x5d\x69\xe7\xad\x55\x73\x8b\xd7\xd4\x69\x22\x2b\xbd\x01\xf4\x83\xb4\x7d\x17\xc2\xca\x38\xce\xea\x0f\x7c\xfc\x2b\xfd\x86\xe8\x37\xdc\x6f\x28\xc8\xe2\xe4\x56\x70\xfc\xf9\x96\x5c\xef\x1a\xc2\x3e\x34\x1d\x37\x45\x84\x36\x33\x72\x2d\x47\xec\xcf\xc1\x6a\x3b\xc9\x36\xe6\xdd\x22\x72\xdb\x90\x63\x4b\xfd\x88\x98\xbd\x5c\x5a\x47\x63\xb6\xf2\x8e\xd9\xbc\x9f\x95\xd1\x2b\xe6\x6b\x77\x45\x83\xd0\xb9\x8d\x79\xe0\x70\x3c\x0a\xdd\x03\x27\x0b\x3f\xad\x60\x17\x32\x7b\xdf\x9c\xb2\xfc\x4a\xbd\x6f\xfe\x95\x2c\x90\x81\x3f\x62\x4f\xa5\xc4\xd5\x62\x80\x0d\x94\x11\x14\xd3\xf7\x1c\xc2\x98\x53\xa0\x06\x5e\x2d\x0b\xc0\x8a\x2e\x38\x9b\x5c\x95\xeb\x3c\x70\x9a\x4b\x64\x85\x4c\x09\x37\xda\x5a\x61\x6a\xe2\xf8\x58\x57\xf1\x3b\x71\x58\xbb\x7b\xe9\xae\xf6\x2f\xbb\x47\xd2\x9d\xfa\x97\x55\xb2\xbd\x86\xef\xd8\xfd\x70\xae\xd5\x36\x30\x7e\x3a\xb8\xa7\x7e\x99\x5f\x65\xe7\xd9\x1c\x92\xd9\xc6\x27\x16\xf3\x9e\x6c\xe5\xb6\x59\x39\xb1\xe8\x3d\x67\x85\xcb\xa6\x86\xad\xc6\x0a\x4f\xa9\xff\x89\x75\xbd\x81\x29\xe7\x55\xc5\x6b\xb0\xf0\x01\x71\x78\xe5\xf6\xce\x51\x16\x58\x20\xa3\x43\x28\xde\x72\x9b\x50\x14\xa5\x57\xce\x91\xd6\x23\xc7\x12\x20\xd6\x5c\xb6\x52\xf7\x81\x82\x0f\x6c\xac\x4e\x2e\xf0\xa9\x61\xb0\xc3\x97\xdc\x48\x1b\x39\xb1\x36\x42\x16\xa8\xf1\x61\xbd\xa7\xfe\xa9\xaa\x65\xec\xae\xfc\x53\xeb\xe2\xe9\x8b\xbe\x9f\xb9\x78\x7a\xc3\x7d\xe1\xa6\xdc\x5a\xe5\xe5\x88\xd9\x2b\x05\x6f\x6f\x1b\x2d\xf2\x73\x44\x3d\x2a\x39\x4f\xe7\xf6\x76\xfe\x89\x53\x16\x14\x0d\x0b\xbe\xa8\xdc\xe8\x6b\xaf\xe2\x06\x4a\x3b\xb6\xc3\xd9\xef\xe9\x52\x78\x3f\x9c\x21\x76\x9f\xef\xfe\x34\xf9\x71\xfe\x73\x33\x67\x88\x52\x78\x7b\x3b\x03\x25\xe5\xd7\x2f\x76\x71\x49\xc9\x93\x37\x28\x78\x92\x06\x90\x4a\x32\x82\xca\x19\xa3\xd7\x03\x44\x73\x8d\xc2\xf1\xc7\xf2\x98\x51\x7e\xee\x67\x17\x46\xda\xc9\x9f\xe4\x6c\x44\x85\x14\x2d\x38\x61\x43\x63\x3d\xa1\x25\xae\x5a\x5f\x06\x28\xd1\xb2\xbe\xe2\xa3\x86\xd5\x3d\x91\x65\x6c\x88\x3f\xaa\x54\x38\x37\x89\xbf\xcd\x07\x45\x5f\x1b\x8a\xf8\x1b\x06\x80\xed\x9a\x99\x15\xa6\xe3\xe4\x12\xa2\xeb\xce\x78\xea\x87\xcd\x71\xa2\xf3\xdf\x51\x0f\xec\x6a\xfc\xc2\xb6\xe8\x85\xf4\x02\x31\x07\x60\x98\x87\x2f\xdc\xd2\xe1\x0b\xb7\xb7\x2b\xc1\x0b\x4d\x80\x78\x25\x10\x89\x7f\x22\xfd\x95\x21\xfd\xad\x86\xf3\x97\xce\x11\xf4\x83\x3f\x21\xfe\xd6\x83\xf8\xdb\x7d\xf6\xc7\x8b\x7f\x5d\x3d\x3c\xad\xa4\x5c\x0b\x20\xbd\xf7\x11\x04\x6c\xa6\x87\xfc\x57\x3a\x8f\x42\xcc\x50\x01\x59\xd4\x71\x8e\xb4\x8d\x24\x7b\x43\x64\x34\xff\x3d\x4b\x5d\xfa\x5a\xfd\xa7\xc2\x23\x90\x86\x96\xa7\x4f\xc2\x74\x1e\xf9\xd7\xd4\x00\xd2\xc0\xfb\x8f\x3b\xef\xd5\xf0\xde\xd2\xd0\x07\x18\xf1\x38\x44\x3b\x4e\x82\x06\x6c\x17\xd9\x3e\x5c\xf2\xb9\x66\x41\xb8\x51\x4e\x4f\xc9\xdc\x1f\x87\xf8\x7a\x60\xf5\xac\xad\x70\x46\x16\x4e\x3f\xc6\xdf\x65\xf1\x63\xe4\xff\xce\xfd\xf1\xc7\x0b\x94\x2c\xe2\xa0\x33\x4e\xa2\x04\x0d\xac\x4b\x1f\x39\x9d\xce\xd5\x34\xc4\xd0\xfd\x4e\x4d\x49\xa7\x82\x78\x1f\xc0\x71\x82\x3a\xec\x59\xa7\xd7\xed\x1a\x92\x76\x90\x1f\x84\x8b\x54\xff\x82\x3d\xeb\xf4\xcd\x5f\x68\x55\xb8\x40\xfe\x75\x67\xbf\x90\xf0\x53\x27\x9d\xfa\x41\x72\xa5\xe7\x0b\x23\x78\xc9\x0e\xa3\x07\xda\x17\xcb\xc6\xb4\x27\xb9\xde\x85\xc1\xc5\x3a\x83\x23\x3e\x6f\x30\x38\xcd\x2b\x2b\x25\x2e\x0f\x77\x5d\x01\x0b\x8e\x92\x05\x66\x36\x1b\x23\xf6\x37\xe7\x07\xac\x21\x52\x99\xf6\x1b\x90\xd4\x50\xad\x87\x6c\xbb\x36\xb0\x4f\x99\xdf\xa1\x81\x0e\xc9\x7a\x43\x2a\x84\x8a\x46\x6d\x0d\x6b\xbd\xc2\x3c\x47\x26\x71\x11\x91\x5d\xa0\xd0\x67\xdf\xbe\x4b\xa1\x45\x1b\x8f\x52\xb2\x7e\x87\x31\x86\x68\x0c\xc9\xba\x8f\xfc\xc9\x24\x1c\x5b\x8b\x34\x8c\x2f\xac\xe7\x87\xd6\x98\x1e\xc2\x42\xdf\x4a\x17\xe3\xa9\xe5\xa7\xd6\xdc\xc7\x53\x6b\x8e\xe0\x24\xfc\x04\x53\x2b\x41\xd6\x14\xe3\xb9\xc5\xba\x2a\xf5\xcc\xa6\x0a\xf3\x99\x79\x25\xda\x6c\xa5\x59\x64\x6a\xce\xed\x5a\x7a\x71\x31\xc8\x0d\x41\x30\xf6\xb9\x58\x74\xc6\xd4\x47\x41\xc1\x52\xe5\x37\x7f\x54\xc1\x15\x34\xae\xca\x45\x9c\x11\xbe\x81\x27\xce\xdf\x95\x19\x30\xf3\xba\x2d\x79\x56\x6b\x85\x5b\x6c\x15\x77\x2a\xdf\xa7\xa2\x90\xbb\x97\x59\x59\x14\x25\xed\xa3\xba\xfb\xc5\x02\xc1\x80\xe9\x2a\x51\x88\xad\x30\x1e\x27\x33\x22\xb7\x08\xfe\xb1\x80\x29\x4e\x2d\x7f\x8c\x92\x34\xb5\x82\x70\x32\x81\x08\xc6\xd8\x12\x1c\x6b\x44\x70\xd3\xc5\x79\x0a\x71\x6a\x25\x13\xcb\xb7\x88\xbc\x47\x50\xbc\xbf\x6f\x72\x7c\x04\xec\x34\x41\xb8\x73\x4e\x5d\x22\xe8\xca\x21\x96\xd5\x6c\x94\xdb\x81\xbd\xec\x67\x12\xd2\x48\xd4\x7b\xc7\x9b\x12\xf5\xde\xf1\xa6\x45\x1d\xc1\x34\x89\x2e\xef\x58\xd4\xdf\x88\x42\xee\x5e\xd4\x65\x51\x54\xd4\x17\x29\x13\x72\xa6\xa8\x5a\x57\xd3\x70\x3c\x95\x9a\xb8\x10\x5f\x26\xb7\x56\x3a\x4d\x16\x51\x60\xa5\x3e\x0e\xd3\xc9\xb5\x25\xcf\x7c\x72\x4a\x7c\x3b\x92\xad\x0c\x6a\x6b\xc9\x16\xdf\x36\x93\xec\xa3\x8d\x49\xf6\xd1\xaa\x92\x9d\x5e\x5e\x68\x1d\x48\x03\x5d\x6c\x60\xf7\xba\xdd\xff\x12\x97\x0c\x2c\xe6\x45\x7d\xd8\x03\xf6\x65\x08\xaf\x7e\x4c\x3e\x15\xd8\x48\xba\x56\x57\x92\x91\xb0\xcc\x28\x1b\x89\x78\xc4\xf3\xca\x5b\x60\xe6\x08\x12\x49\x82\x8f\xd3\x39\x1c\xe3\x37\x44\x69\xa4\xca\x74\x0c\xd7\xdf\x67\x75\x57\xb8\x20\x99\x75\x32\x8e\x9b\x3c\x82\xf6\x5f\x38\xfd\x25\xc9\xf7\xd9\x93\xa6\x04\x89\xab\x96\xf0\x12\x7e\xc2\x2f\x93\xa0\x31\x11\xa3\x5e\x0e\xbe\x82\x30\x66\x2c\x9e\x06\x27\x3f\x72\x28\xbb\x96\x92\x76\x00\xc8\x13\x29\x6c\x81\xb8\x4a\xa1\x2f\xae\xe5\x0b\x3a\x9d\xb2\x17\x72\xb0\x40\xdf\xe0\x7d\x93\x63\xd3\x6f\xdd\x6b\xe6\x9b\x17\xa2\xe6\x19\x42\xb6\xca\xcb\x02\xf6\xf7\x35\x5d\x4a\xb3\x11\xb9\xa4\x97\x17\x9d\xf1\x02\x5d\xc2\x26\xdd\x76\x98\x75\x1b\xff\x75\x6d\x8b\xf8\x78\x05\xd8\xae\x2a\x17\xbd\xbb\xf7\xb5\x0c\xf7\x95\x39\xa2\x7b\xa9\xe8\x5f\x18\x07\x68\xbf\x66\x80\x58\x2d\xeb\xe2\xcf\x7a\x87\xa5\x37\x2a\xe5\x77\x2d\xfb\xa5\x6f\xf6\xb4\x43\x9c\x36\x4d\x8b\x0a\xc3\x26\xe6\xd1\x51\xdb\x89\xaa\x10\x5e\x92\x6f\xa9\x72\xb7\xe1\xc5\xa3\xfb\x45\xa7\x76\xbf\x6c\x6a\xf7\xcb\x24\xa7\xdf\x7e\x6a\x1f\x65\xb3\xad\xc3\x5b\xb9\x02\xab\x76\xf3\x29\x2e\xa5\x65\x90\x0d\xb3\x38\xb7\xca\xf9\x5e\xd6\xcf\xc5\xd3\x88\xd8\xb4\xe8\xf5\xde\x9c\x1c\x39\x63\xec\x5f\x40\x9d\x1a\x81\xe7\xf8\x0f\xd9\x33\xdd\x0d\xac\x20\xbb\xda\x84\xdf\x5d\x7b\x05\x39\x56\xf3\x3b\xae\x5f\x3f\x8e\x4b\x84\xe0\x78\x33\xab\x47\x29\xe7\x69\xaf\x5f\xfa\xa6\x0b\x7a\xbd\xb2\x97\xc7\x65\x2f\xf2\x0a\x4e\x43\x75\x26\xaf\xa8\x77\xc2\x38\x82\xf4\x02\xb0\x56\x89\xe9\x75\xab\x94\x96\xb5\x55\x92\xcc\xb1\x21\xc5\x3e\xc2\x69\xe7\x2a\x24\xb3\x22\x53\x3f\xb9\xe4\x1f\x54\x2c\x26\x9b\x58\xad\xaa\xf2\x6f\xb4\x73\xf3\x9e\x1f\x87\x68\xac\x58\x5b\xa9\x32\x6e\x03\xbb\xef\xed\x4b\x5f\x15\x22\xd3\xfb\xa2\xeb\xc7\xd7\x76\x5e\x56\x0f\x4b\x64\xf5\xb0\x52\x56\xeb\xa5\xb4\x74\x8b\x2b\x7b\x7e\xb0\xee\x2e\xa6\x6c\x32\xbb\x77\xb3\xc9\xac\xa2\x3e\x9a\x15\xae\x0d\x0c\x5c\x99\x8e\x52\xad\xa2\xd4\x0f\x5c\xa9\x9e\xb1\x57\xf6\x62\x77\xbd\x65\x42\x1a\x26\xee\xff\x32\x91\xdb\x20\x7b\x77\xbc\x4c\x54\xe5\xff\x85\x97\x89\x32\xbd\xa6\x5a\xad\xa9\x97\xb6\xd2\x1d\xab\x74\x27\x5b\xe1\x12\xa0\x27\x85\x2d\xd7\xcf\x19\x63\x2b\x79\xae\x5c\x7f\x30\xa0\xa3\xb7\xc2\x56\x43\x0e\xd3\xec\x11\x73\x0d\xcc\x35\xb2\x77\x24\xef\xbd\x72\x05\x88\x21\x1e\x58\xfe\x79\x9a\x44\x0b\x0c\xbf\xc3\xc9\x7c\x20\x84\xf7\x9a\x75\xc8\xa7\xef\x22\x38\xc1\xf2\xe9\x27\xf1\xd4\x36\xc9\x74\x99\x25\xaa\xdc\xc6\xc4\x9d\x02\xe9\xdd\x96\x6c\xa1\x4c\xc3\x94\xa2\x00\x8e\xc3\x99\x4f\x5d\x04\xce\xfa\x39\xa4\xf0\xff\xaa\x36\x6b\xdc\x0d\xbe\x86\xc9\xef\x61\x5d\xda\x96\x9b\x5a\x7a\xd0\x70\xfc\xb1\x14\x38\x82\xbd\xb4\x5d\x8a\x57\x71\x4a\x2f\xfe\xd3\x4a\xd8\x0a\x96\xc4\x76\x01\x15\x3e\xd2\xd8\x74\xc0\x21\x58\xb3\x96\xd9\xa3\xec\xf5\x8f\x61\x1c\x84\xf1\x05\x49\xc5\xa5\x6d\x04\x94\x0b\xd8\xc1\x56\x0f\x88\x8b\xb5\x67\xc1\xc0\xb6\xc1\xa7\x41\x17\x5c\x0f\xba\x80\x0f\xa6\x20\x82\x97\x92\x7b\xe7\xc8\x14\x97\x1c\x3c\x41\xbc\x29\x01\xe5\xda\x30\x0d\x69\xbe\xd4\x3a\x50\x07\x0e\xe8\x60\x42\x6e\xb8\x10\xc8\x0d\xd9\x35\xb7\xbb\x45\xb1\xd9\x9c\x1c\xb4\x43\x96\x40\xe0\x3a\xc8\x27\x8f\x20\xa9\xc1\x6b\x1f\x4f\x9f\x67\xad\x1e\x40\x8f\x49\x8c\x17\x30\xe0\x0d\x8a\xb0\xb8\x3e\x96\x83\xda\x22\x81\xba\x50\x28\xfc\xee\x70\xd0\xca\x86\x40\x7f\x9f\x6b\x39\x47\x21\x91\x7a\x5c\x01\xa0\x8f\x4e\x05\xef\x25\xbd\xc7\x07\x45\x00\x2a\x0a\xad\x76\x01\xb1\xbc\x15\x72\x9d\x3c\xdc\x9e\x9a\x83\xcb\xe0\x1e\xe8\x46\xdf\xbc\x28\x26\x88\xa2\x28\x7a\x39\x5b\x57\x0e\xd0\xc0\x56\xa8\x4b\xcf\x16\xf4\x26\x61\x1c\x38\x4e\x11\x16\xcd\xde\xb1\x87\x2a\x7a\x04\x04\xf6\x13\x38\xa1\xc1\xf8\x49\xec\x51\xe4\x7d\xef\x97\xb7\x6f\x5f\x7b\x64\x30\x5f\xd3\x4b\x57\x9b\xb4\x64\x7b\xbb\x22\x53\x2b\x83\xcf\xf2\xb2\xdc\x88\x9c\x31\x74\x0b\x80\x86\xca\xe9\x46\xc3\x33\x61\x4d\x51\x2e\xa8\x81\xed\xd9\xae\x21\x09\x5d\xba\xe6\xfe\xb8\x34\x41\xc6\x6a\xe8\x02\x7f\xa8\xa8\x49\x6b\x96\xa7\x00\x26\x0a\x88\x07\xa5\xff\xcf\xfc\xd1\xa3\x78\xe8\x0f\xca\x13\xa0\x11\x75\xd5\x42\x0a\xf0\x6b\x2c\x40\x2b\x6e\xb8\x87\xec\x60\xab\x0b\x9e\x3d\x19\x30\xbd\xb0\xae\xc6\x2e\xa0\x7b\x56\x49\x73\xb2\xfe\x1f\xdc\xd0\xe1\x1c\xdc\x90\xf1\x1c\xdc\x64\x03\x3a\xb0\x77\x28\xa4\x80\x50\xeb\x06\xf1\xf2\x01\x64\x8c\xba\x54\xf2\x18\xa0\x23\x15\x3e\xd7\x49\x40\x49\x41\xba\xd8\xb9\x92\x19\x17\x52\xb9\x17\x57\x29\x25\xa2\x7f\x43\xfb\x06\xbc\xa5\x71\xef\xe9\xb2\x6a\xbe\xc9\xab\x29\xd7\x3c\xda\xc0\x28\x24\xe6\x29\xc3\xcb\xb3\x8b\x74\x57\xc5\xa9\x7b\x81\xfc\xf9\xb4\x50\xfd\xec\x18\x28\x9c\x39\xbc\xb3\x91\x69\x0e\x4b\xf4\x0f\xbe\x4b\x7b\x34\x3f\xc7\xd5\x30\x12\x65\x6e\xde\x24\x41\x4f\xfd\xf1\xd4\xd1\xb6\x07\xec\xb1\x03\xa4\xe1\x6d\xec\xde\xd0\x05\xff\x79\x18\x7f\x74\xb0\xf7\xec\x09\x88\x3d\x31\x9e\x14\x10\xcf\xe5\x0b\x03\xaf\xa4\x31\xff\x5c\x0e\x58\xcb\x01\xd0\x81\x14\x7b\x7d\xb1\x23\xa4\x12\x40\xaf\xdd\xfc\xf9\xb4\xac\x17\xa8\x93\xa1\x44\xf0\xc9\xbe\xbb\xbd\xdd\xaa\x85\x3b\xca\x52\x4b\x5a\xe9\x9b\xe5\x83\x0c\x51\x50\x49\x00\xe2\x21\x66\x1d\xea\xd8\x03\xdb\xf5\xd2\x69\x38\xc1\x8e\x0b\xd0\xf0\x0c\x8f\x80\x3f\x3c\x1b\x69\x5d\x4f\xab\x2c\xba\x85\xf4\x01\x0c\x48\xcb\x1d\x6d\x87\x06\x89\x7b\x83\xd8\xcc\xc0\x5e\x18\xb8\xc0\x67\x3f\x6c\x59\xcb\x84\xba\x52\x3e\x0b\x80\xfd\x7d\xb6\x8c\x24\x1e\x4e\x48\x8d\x01\x2c\x2f\xc6\x0b\x83\xbc\x23\x2c\x5b\x13\xa0\x17\x06\x86\x76\x3c\x88\xb7\x86\xc3\x64\x7b\x3b\x73\xc8\x63\xa0\x68\xda\xef\x64\x7b\xdb\xe1\xf5\x85\xe6\xfa\x62\x53\x7d\x31\xaf\xaf\x10\x9c\x1b\xea\xcc\x36\x40\xde\xcc\x9f\x1b\x37\x91\x6c\x94\x4e\x4e\x4f\x3d\x98\x8e\xfd\x39\xe4\xaa\x05\xa0\xbe\x56\x03\x7f\x95\x6f\x29\x80\x09\x43\xdc\x2b\xa0\xe7\xaa\xba\x4f\xf3\x45\xc4\x52\x35\x15\x2f\x99\x4c\x52\x88\xff\x41\x0a\x20\x25\x71\x48\xbf\x3b\x2c\xea\x17\x5a\x02\x29\x2b\xaf\x1e\x95\x68\x9f\xad\xe0\x8a\xa0\x51\x37\x82\x99\x62\xb6\x45\x35\x44\xa6\xff\xc0\x60\x7b\xdb\x81\x79\x54\x27\x48\x67\x5f\x90\x8c\xa9\xca\xe5\xb8\xe0\x86\xde\x3d\x0f\x72\x38\x56\xc9\x8c\x61\x18\xa5\xd8\xf9\xdb\x19\x3d\x2a\xfc\x75\x68\xb3\xab\xee\xd1\xdf\x00\xf6\x18\x7e\x89\x7b\x7b\xab\x2b\xac\xe2\xb8\xba\xd5\xd3\x51\xfb\xf4\xc5\xc3\xa6\x03\x0f\x62\x5e\x19\x5e\xfb\xd4\xa1\xd7\x05\x6c\x26\xd8\x59\xab\x5c\xb7\x6c\x2d\xcb\x03\x56\x81\x9b\x59\xb2\x48\x21\x39\xe7\x18\x20\x81\xad\x0c\xeb\x2c\x9d\x26\x57\x74\xa1\xe5\x6a\x28\x04\x67\x78\xe4\x2e\x01\xfb\x7c\x81\xab\xbf\x9e\x86\x01\x34\x7c\xbd\x64\x7a\xb6\x06\x4d\x2a\x0b\xd2\x21\x70\xd9\x3a\x86\xb9\x43\x70\x08\x53\xe7\xe6\xd3\x00\x72\x11\xfa\x27\xb8\x96\x7f\xff\xab\xb3\x2f\x8f\x59\x90\x77\x3a\xdd\x63\x52\x88\xbd\xec\x76\x23\x7f\xfe\xea\x2e\xdd\x25\x90\xd5\x54\x25\x2f\x1f\x96\xa3\x9b\x1c\xc8\xb8\x2d\x41\x4e\x20\x32\x3e\x47\x6f\xcc\xd0\xb6\xd8\xa4\x20\x7b\xa9\xe4\x84\x74\xec\x30\xb0\xdd\x07\xb8\xb8\xe8\x3f\x2a\x10\x36\x9a\x85\x84\xe3\x5e\xe5\xe4\x64\x50\xfe\xb5\x09\x35\x4b\xf9\x1a\xaf\x44\x8b\x68\x0c\x60\x28\x0f\x27\x92\x9e\xe4\x58\x85\xf1\xe5\x5e\xdf\x1f\xe1\x75\xca\x5d\xee\xf9\x93\x0b\x88\x5f\x5d\xc5\xc2\x0f\x9c\xb9\xa9\xa7\x02\xaa\xb3\x2a\x0d\xc9\x86\x9c\x0e\xd1\x10\x79\x93\x30\xc2\x10\xe9\x73\x81\xcb\xa8\x31\x8b\x27\x30\x1d\xa3\x70\x8e\x13\xe6\xed\xee\xc1\x78\x31\x63\x8e\xf4\x44\x5e\x41\x4c\x37\x0c\x2e\xca\x31\x40\x02\x5c\xdb\x8a\x97\x7a\x9c\x46\xe6\x01\xdf\xfb\x2e\xfe\x9f\x3c\x20\x28\xf5\x80\xbf\x61\xde\xea\xf1\x22\x8a\xb6\x14\x54\xd0\x58\x45\x05\x8d\x47\x83\x9b\xe5\x83\xf8\xbf\xfa\x8f\x30\xef\x16\xc7\x77\xc9\x68\x9a\x67\x39\xad\x34\xf0\xe9\x0c\x73\xdd\x41\x4d\x0b\xd3\x47\x26\x8f\x7b\x32\xc1\x20\xa8\xfb\xd4\xf1\x5d\x77\xa0\xd4\xa9\xa4\x42\x65\x2e\xfd\xb8\xae\x00\xc7\xa7\x32\xe9\xba\x99\xde\xac\x07\x22\x80\x38\xdb\x59\xac\x30\xb6\xa0\xb1\x31\xac\x2c\x1e\x33\x10\x83\x6c\x34\xc9\x91\x42\xb8\x2c\x8a\xdf\x57\x28\xc4\xfc\xef\xa5\x3b\x80\x67\x78\x34\x8c\x81\x52\xae\xaf\xf1\xe8\x36\x0c\xc1\x81\x25\xd1\x31\x4a\x04\xce\x50\x8f\xc0\xb9\xbd\xdd\x72\x2a\x63\x70\x44\x58\x0d\x93\xaf\xb3\x11\x40\xc3\xad\x2e\xf0\x87\x5b\x3d\x90\x88\x48\x08\x8c\xae\xa5\x0c\xa6\x20\x1c\x42\x43\x9c\xc7\x77\x5b\x0e\x1a\x3a\xe9\x30\xf4\x62\xf8\x09\x3b\xae\xeb\x05\x49\x0c\x5d\x72\x1e\x63\x7a\x51\xea\xd1\x8e\x73\xc1\x16\xbe\xbd\x8d\xb9\xec\x92\x43\x9c\xfb\x1d\x29\xd2\xfd\x8e\x03\x00\x46\xee\x8d\x4f\xaa\x90\x0c\xa3\xe5\x24\x8c\xfd\x28\xba\xa6\x60\x81\xe8\xf6\x96\x05\x8b\x84\x1e\xab\xf2\xed\xad\xf8\xcb\x71\x65\xca\x70\xe2\xf8\x1c\x4a\x3a\x59\x66\xf3\x89\xf6\xd4\xea\x61\x45\xc9\xff\x35\x61\x45\x89\x08\x2b\xd2\xfb\xab\x79\x60\x11\x35\x01\x2d\xc6\x78\x81\xe0\xd7\x8b\x2e\x4a\xee\x61\x74\x91\x72\xd2\x1f\x42\xed\xb0\xcd\x7f\xd2\xc3\x23\xfb\x5b\xda\xbd\xd8\xcf\xc7\x64\xdb\x89\x7d\x0c\xb9\x4d\x20\x55\x43\x94\xd2\xe1\xa6\x20\xa3\x6f\x96\x00\x17\xbf\xed\x29\x89\x7a\x23\x6e\x7c\x79\xa0\x6f\x7b\xb4\xa1\x64\xab\x2c\x6e\x91\x0a\x27\x90\x47\x24\x87\xa8\x29\x54\x53\x0b\x87\x26\x1c\xfe\x42\xf1\x7d\x63\xd5\xfb\x6a\xd5\xfb\xa3\x81\x2d\x90\x04\x81\x09\x78\x5b\x47\xd8\xd6\x5b\x90\x99\xd3\xce\xf0\x88\xa8\xed\x64\xa5\xbe\x79\xf6\x64\xa0\x9c\xe3\x34\xbb\x55\xac\xfd\x42\xc2\x42\x04\x4e\xa6\x61\x14\x20\x18\x0f\xce\x46\x64\xbc\xcf\xf0\x68\x09\x22\x53\x1b\x01\x1a\xc2\xe2\x89\x8d\x83\x86\x3b\x67\x18\xc0\x51\xd9\x81\xce\x82\xe2\xb4\x4a\xaa\x80\x20\x91\x1e\x48\x11\x83\x41\xdf\xa5\xa4\xd9\xdd\x11\x48\x29\x77\x36\x08\x87\x67\x76\x66\xb9\xb1\x81\x2d\x0d\x36\x59\x94\x0a\xf9\x8b\xfa\xc9\xdb\x52\xb6\xd3\x82\xe5\x31\xe3\xe8\x86\xe4\xd8\xab\x60\x85\xb3\x15\x2c\x24\x1a\x02\x40\xec\x3c\xcb\x5f\xdd\x90\xa1\x1e\xc4\xe2\x10\x37\x40\xcb\xe5\x83\x12\x51\x8e\x1e\xe4\x44\xde\xd0\xec\x94\x1e\x64\xc4\xe1\xdb\x35\xf7\x1e\x99\xd5\xa4\x8d\x4a\x17\x49\x2b\x44\xd6\x57\x00\x4b\x6b\x85\xfa\x34\x76\x62\xe7\x66\x09\xa0\x0b\x6e\x96\x80\x0e\x7f\xd1\xa8\xc9\xb2\x17\x03\xee\xfd\x9e\x84\x31\x2d\x85\x1e\x3f\x78\xfb\xf8\x2c\x36\x92\xe5\xd3\x56\xb0\xc0\x1c\xdb\x48\x86\x1e\x2b\xe3\x2c\xa4\xcd\x63\x39\x96\x4a\xc4\x82\x7c\xe7\x31\x2b\x21\x3f\x06\x51\xf4\xe5\x07\xb9\x35\xa6\xd8\x5b\xc5\x99\x6e\x9c\x6a\xbd\x91\xbe\x00\x64\x53\x6d\xe5\xd9\x7a\xb3\x34\x4e\xd3\x46\xf8\xf8\x37\x4b\xe0\x0f\x6f\x96\xe6\x05\x08\x55\x2d\x40\xd2\x2c\x4e\xa9\x21\xe8\x62\xb4\x34\xaa\x9a\x02\xc2\x1f\x24\xc3\xb8\x20\x51\x89\x52\x5d\x07\x0d\x13\x21\x4d\x2e\x48\x14\x71\x92\x8f\xb5\xbf\xe4\x7b\xb6\x70\x83\xc5\x30\xc9\xa4\x08\x8c\x87\xa1\xe3\x83\x05\xc0\x20\x67\x07\x8f\x3d\x31\x8c\xde\x4f\x7e\x18\x91\x53\xd2\xf6\xb6\x93\x0e\x23\xc7\xf0\x46\xd8\x5d\xb9\x50\xb8\x2e\x40\xac\x39\xc1\xf0\x86\xcd\x75\x6e\x00\xe7\x42\x43\x85\x19\x2d\x33\xee\x93\x74\x7b\xdb\x09\x64\x76\xc3\xd4\x05\x63\x4f\xac\x6d\x4c\x93\x0b\xdc\x25\x8c\x24\x7f\x10\xff\x64\xac\x7e\x42\x16\x24\x7d\x64\xe2\x92\x8e\x56\xdb\x89\xce\x0c\x37\x17\xb1\xf7\xec\x89\x3b\x12\x06\xbb\xc8\x39\x23\x0f\x46\xe4\xc0\xc9\x63\x79\xcc\xab\x34\x74\x99\x66\x24\x16\x3a\xb2\x72\xd1\x21\x67\x39\xa5\xb4\xaf\xa5\x91\x9d\xf6\x39\x58\x0c\x6f\xde\xc0\x20\x44\x70\x9c\xf5\xd1\xb3\x27\xac\x87\xe2\x33\xf6\xf9\x48\xe9\xa9\x8a\xfa\x1a\x47\x6c\x91\x75\x51\xe4\xb4\xfa\x58\x19\xd4\x67\x4f\x5c\x17\xa4\xb9\x11\x59\x70\x92\x25\xbd\xcf\x7d\x97\x99\x6f\x17\x3a\x43\x05\xca\x98\x66\xb4\x45\x4f\xdc\x8f\xd0\x7b\x25\xf2\x97\xc2\x36\xa7\xde\x35\xb1\x9b\x2b\xe3\x1d\x0a\xb0\x3b\xca\xd6\xe8\xa8\x5f\x91\x85\x89\x2c\x4a\xaa\x1a\xb4\xa8\xb5\x0a\xc0\xd9\x39\x0b\x8e\x8d\xa0\x88\xdd\x50\x90\x10\xf2\x6f\x2b\xbf\x5c\x9f\x7c\xae\xf4\x03\xb9\x22\xde\xe8\x67\xc2\x0b\x88\x4d\xe0\x33\x12\x04\x86\x6e\x1c\x4d\x3a\x20\xf6\x71\x78\x09\x3b\xe9\x18\x25\x51\x44\x72\x6f\xdb\x0f\xc5\x0c\xbe\xe5\xee\x98\x27\x73\x32\x2b\x4c\x9d\xc0\x4d\x76\x69\xf9\x47\xdf\x72\xc3\x33\xff\xa5\x16\x0d\xcf\xbc\x83\xbe\xcd\x86\xcf\xf1\x35\x23\x85\xae\x83\x51\xff\x3a\xf4\x92\xfe\x1f\xff\xfc\xe3\xc9\x6f\x07\x0f\x6b\xe8\x25\x81\xbd\xed\x63\x4c\x83\x18\x0d\x3c\x93\x79\x60\x1e\xea\xce\x26\x5c\xb2\x7a\x7d\x05\x83\x2e\xeb\x0e\xea\xbd\xb7\x0b\xfa\x35\xb0\x0b\x53\x3f\xfd\x85\xc5\x47\x36\xc2\x73\x28\x8d\xa5\xb4\x1b\x80\x67\x4e\x45\x41\xb5\xa0\x82\xbd\x46\xd8\x6c\x75\xe5\xa5\x8b\xf3\x4d\x17\x69\x70\x32\x5c\xa7\x86\xe7\x49\x70\x5d\x51\x39\x83\xf7\xa2\x29\x7a\xb5\x20\x22\x46\xd0\xbe\x23\x60\xc3\xf8\x92\xcc\x8f\x93\x57\x2f\x4f\xdf\x3d\xff\xf0\xf8\xe4\xf9\xe9\x87\xa7\x2f\x1f\xff\xf8\xfc\xe9\x93\x1c\x0f\xa9\x1f\x45\xc9\xd5\xf3\xe4\x22\x8c\xdb\x06\x60\x1e\x02\x8e\x31\xa8\x3a\x22\x4e\x28\xfc\x5e\x44\xf2\xeb\xe0\xe4\xe2\x22\xaa\x84\x1a\x95\x30\xdc\x9c\x6a\x43\x41\xf7\x57\xf1\xb7\xe9\x08\x43\x8c\xa9\x8b\xdc\xce\x0e\x5b\x1e\x06\x38\xf9\x08\xe3\x2a\x0c\xaa\x1c\x6c\x36\x4b\x5f\x06\x9b\x2d\xc0\xef\xb5\xc8\xcf\xfc\x14\xe2\x45\xda\x8f\x29\x10\x6a\x82\x94\x58\xa8\x3a\xff\xef\xe7\xc9\x85\x15\xc6\xd6\x55\x88\xa7\x96\xaf\x84\xaa\xd3\x2c\x57\xa2\x36\x17\x79\xd6\x82\xa1\x16\x03\x54\x1b\xc0\x20\x6e\x4e\xf2\xf9\x4d\x5c\xbd\xf0\x2f\xa2\xe6\xb2\xdf\xae\x8a\xc7\xeb\x78\xa4\x16\x36\x9e\x75\x99\x75\xcd\x28\x85\x57\x61\x14\xb1\x0b\xe7\x76\xfe\x7a\xf9\x0b\xb8\x6c\x99\xe7\x1e\x7b\x61\xfa\x06\x5e\x84\x29\x86\x08\x06\x8e\x58\x99\x5d\xce\xe6\x94\x7b\x9b\xad\xa3\xcc\x31\xa0\x15\xdd\x0d\x05\xdf\x2c\xdb\xa1\xbf\x06\x08\xe0\xfc\x59\xdc\xdf\x79\x7c\x75\xb0\x02\x23\x62\x9c\xe0\x8e\xc2\x8a\x58\x04\x21\xb5\xf7\xba\xbb\x4d\xb9\x11\xf7\xf5\xed\x1a\x9c\xa9\x3b\x79\x3e\x14\x8f\x96\xd0\xb1\x41\x49\xc1\x19\xe4\xed\x19\x59\x2d\x9b\x80\x6a\x67\xaa\x51\x11\x58\xb4\x72\xd7\xac\x01\x4e\x28\x62\xce\x8a\xda\x4a\xac\xc4\x11\xb0\x4f\xa8\xa8\x58\x4c\xe5\x83\x81\x84\xb0\xb5\xf3\x50\xb4\x79\xc8\x81\x4a\xb0\xd5\xfc\xca\x5c\xd2\x4f\x55\x2b\x4e\x4d\xcf\xd4\xa9\x14\x85\xce\xd9\x35\xc2\xfa\x6a\xd8\x40\xe5\x58\xb6\xad\x1a\xdf\x68\xf1\xae\x69\x5e\x85\x3e\x92\x6f\x99\x19\x1a\x93\xfd\x1f\xe5\x66\xf5\xaf\xd9\xcd\xcc\x65\x98\x86\x98\x0c\xb1\xf5\xee\xcd\x73\x0b\x4f\x7d\x6c\x85\xa9\xc5\xe9\xe3\xc8\xc0\x2f\xe2\x8f\x71\x72\x15\x5b\x08\x72\x4a\x2e\x2b\x4d\xac\xeb\x64\x61\x8d\xfd\xd8\xc2\xe8\xda\xba\x48\x48\xca\x73\x7f\xfc\xd1\xc2\x89\x85\xa7\xd0\x42\x49\x82\xad\x04\xd1\xb7\x08\x76\xd2\xc5\xf9\x2c\xa4\x9a\x00\xc3\x3e\x7e\x7c\xf2\xdc\x7a\x4b\xb6\xd0\x9d\x53\x38\x46\x10\x3f\x7b\x62\x9d\xe7\xb3\x79\x7c\xf2\x3c\xf5\x2a\xf1\x2e\x2a\xe1\x79\x1b\x75\x67\xf5\x26\x97\xef\xd1\x28\x34\x06\x44\x91\x0a\x77\x22\xce\x2c\x62\x46\x99\x3a\x04\xb6\xaf\x47\x7e\x10\x05\xcc\x9e\x26\x33\x89\x26\x3a\x65\x24\x47\x34\xca\x15\xc1\x09\x0b\x6c\xe6\xd0\x71\x85\xb8\x92\x9f\x13\xd9\x4d\xa4\xa7\x9b\x01\x84\xd4\xb5\x23\x48\xc6\x69\xab\x76\x28\xb5\x3e\x36\x2a\xb0\x4f\x5e\x9d\x9c\x7e\x78\xf7\xe6\xb9\x86\xcf\x91\x35\x3f\x4e\x92\x39\x8c\x21\xb2\xe2\x04\xc1\x09\x44\x88\xe1\x88\x53\xb4\x51\xc1\xf2\xf4\xe1\x3c\xf2\xb5\x1a\xbd\x81\x7e\x40\x45\x4c\x78\x62\x49\x40\xf5\x26\x10\x29\xab\xe3\xcb\x37\xd7\xf4\x6a\xf7\x0e\xb1\x5b\xd0\xbd\xe8\x1e\xec\x08\x5d\x40\xc9\x9a\x7d\x7a\xe5\x8b\x2d\x7f\x81\xa7\x09\x0a\x3f\xc3\xe0\x6e\x26\xdd\xa6\x96\x68\xb6\x95\xdf\x41\x05\x37\xb9\xc8\x2e\x52\x6c\x9d\x43\xeb\x02\xf9\x31\x59\x63\xe7\x10\xcd\xc2\x34\x25\x8b\x0e\x99\xbc\x97\x21\xbc\xa2\xce\x90\x94\x1c\xdb\xb3\x1e\xa7\x1f\xd9\x02\xe9\x07\xb3\x30\x0e\x53\xcc\x3d\x3e\x26\x74\xb9\xc5\xd3\x30\xa6\xef\x05\x92\x10\xbb\x58\xa7\xa7\x9a\x6f\x62\xa5\xbc\xfb\x15\x06\xd8\x3b\xfe\x38\x12\x0a\x3f\x9e\x31\x1c\xe3\xaf\xb9\xe6\xd4\xf5\x49\x04\x7d\x14\xdf\x41\xa7\x3c\x7f\xfa\xf8\xcd\xcb\x5c\xd7\x30\xfd\x7f\x27\x85\xe3\x05\x0a\xf1\x75\x27\x86\xf8\x2a\x41\x1f\xc3\xf8\x62\x67\x8e\x92\x60\x41\xc7\xb8\xe3\x8f\xa3\x74\x23\xdd\xf6\x53\x12\x45\xc9\x15\xed\xb8\x8b\x45\x18\xc0\xaf\xb3\x48\xaf\x75\x88\xcc\x9f\x8d\x36\x88\x41\xdd\x16\x5a\x9a\xc2\xc4\xdf\x2b\xea\x7a\xff\xe1\x14\x1d\x1c\xa0\xbd\x1a\xd3\xa9\xd1\x62\x6a\x04\xf4\xa0\x8e\xd3\x76\x05\x95\x88\x4c\x91\x41\x70\x6c\x04\x73\xbc\xd8\xb7\x7f\xf2\xc3\xaf\xce\x0f\xbf\x11\xba\xf7\xd6\x2c\xf3\x54\x34\x5e\xc5\xdc\x87\x7f\xb0\xd5\x2d\x72\xc3\x0b\x0f\xf2\x1c\x95\x33\x64\xbc\x7b\xee\xca\xec\x10\x35\xc1\xb7\x8d\xa2\x3b\xf5\xea\xe7\xf8\xb9\xf3\x24\xef\xe0\x6c\x54\x1b\xf2\x59\x47\xe5\xbe\x7a\x48\x6b\x3e\x20\x2c\x45\x63\x4f\xfa\xcf\xd2\x2b\xe6\x05\x0a\x69\x5c\x6e\x21\x25\x1d\x34\x53\xe2\x0d\x11\x92\x3f\x68\x43\x47\x9e\x23\x21\xcf\xe2\x12\xb7\xb7\x8d\x84\xe4\x22\xef\x39\x4a\x3e\x5d\xf3\xac\x49\x5e\xba\x2b\x93\xc8\x05\xd2\x5c\x78\x44\x2d\xf5\xad\x52\x62\xb1\xaa\x18\xc3\x73\x42\x8b\xdd\x1b\xe7\xbe\x13\xa1\xbb\xec\xbf\x0f\x0a\x2c\xdd\xd8\xbd\x17\x24\xe0\x40\x2f\x92\x0e\x20\x97\x38\xfa\xb7\x32\x4e\xad\xed\xa7\x93\xc8\x4f\xa7\x1d\x61\x3b\x33\x5d\xec\x47\x61\x87\x26\x2a\xff\xea\xdb\xbc\xdb\x9d\x24\x68\xd6\x91\xbf\x5b\x5f\xef\xfe\x49\x66\xf1\x9f\xe2\x75\xfe\x27\x99\xc5\x3d\x20\xb3\xd8\x83\x4f\x8e\x5e\x3d\xfb\xd5\x7c\x6d\x52\xa3\x8d\xaf\xa3\x3b\x9b\x56\x01\x05\xf9\x65\xc7\x39\xfb\x3f\x67\xef\x47\x23\xf7\xe1\xce\x05\x48\x57\x03\x82\x29\x23\x08\x43\x30\xd5\x57\xb1\x32\xd6\xaf\x82\x26\xc8\x1e\x72\xaa\x4d\xfd\xb1\xa2\x78\x8a\x40\x57\xcf\x8f\x42\x3f\x75\x6c\xd2\x54\xba\x43\xd9\x2e\x08\x31\x9c\x35\x48\x56\xa7\x0c\x8f\x93\x18\xfb\x61\x5c\xaa\x0f\x93\xbc\x6c\x37\x53\x7d\xf2\xad\xcb\xdc\xbb\x81\x9f\x29\x9f\x71\x82\x66\x7e\x14\x7e\x86\x4f\xc9\xc1\x86\x26\x02\xe9\x30\x76\x7c\x11\x09\x49\x96\x0c\x8f\xd2\x62\x3e\x8e\x22\x27\x71\x5d\x10\x0e\xd3\x33\x71\x06\xe9\xf4\x46\x67\xdd\xd1\x03\x34\xec\xf4\x86\xc3\x61\xe8\xd1\x31\x7d\x35\x71\xec\x33\xdb\x7d\x64\xeb\x61\xe7\x64\x31\x03\xe4\x85\x78\x1a\x02\x7b\x64\xbb\x83\x90\xca\x6c\xc4\xea\x44\x5a\x41\xc3\x90\x22\x6f\xea\xc7\x41\xc4\xeb\xe5\x03\xc4\xb5\x55\x31\x6c\xe4\x20\x41\x2a\x48\x21\x1b\x96\x42\xed\x58\x88\xb5\x64\xb1\xcc\xef\xcf\x69\xfd\x2e\x85\x20\xc4\xf0\x13\xee\x30\xd7\xe2\xfb\x71\x74\x3e\x7e\xfa\xf6\xe5\x93\xc9\xc5\x7e\x63\xa2\xb3\x49\x08\xa3\x20\x85\xd8\x68\x43\xca\x35\xb1\x68\x48\x2a\x75\xfc\xd0\xe8\xc2\x52\xe8\xa3\xf1\xb4\xd2\x0c\x65\x02\x53\x3f\x95\x9f\x99\xa1\xcb\x0f\x81\x1d\xc6\xf3\x05\xd6\x2c\x58\x49\xcc\x4b\xab\x80\xf6\x16\x6e\x24\x2a\xc0\x68\x12\xf3\xbc\xda\x7e\xf6\x11\x5e\x07\xc9\x55\x85\xe7\x89\x2d\x52\xe8\x18\xa9\x9c\xf5\x35\xc3\xb9\xa3\xbe\x27\x8c\x5c\x8e\xfb\xa1\xf0\x37\xf3\xc8\x1f\xc3\x69\x12\xd1\x4b\x7c\xfa\x5e\x7d\x22\xf2\xf3\x17\x38\x99\x24\xe3\x05\xe9\xf5\xec\x6f\x9d\x64\x4d\x1f\x88\x2a\x98\x77\x7b\x5d\x37\x09\xe3\xec\x58\xdb\xca\x55\x0b\xdc\x95\xad\xe2\xe5\x2b\x1b\x3f\x8a\x0a\x49\xc9\x10\xa3\x52\x88\xe9\xfa\xc1\xbc\xaa\xd5\x29\xca\x07\xc7\x14\x3d\x40\xa3\x06\x1e\xb1\x19\x3a\x80\x0c\xd8\x89\x8f\xb8\x56\x66\x6f\x97\xfa\x4b\x7f\x84\xd7\x27\x49\x40\xcf\x70\x79\x86\xc6\xfc\x12\x54\x6f\xba\xbb\x40\x61\xa0\xfa\xf7\x1a\x34\xe5\x56\xbe\xd0\x86\xe4\x91\x7f\x9d\x2c\x70\xba\x93\x85\xb6\x93\xb7\x8b\x59\xac\x66\xce\xb6\xa9\x0e\xc3\xbe\xcb\xe9\xe3\x20\x06\x68\x53\x8b\x5f\x8d\xa6\xd2\x3b\xfc\x7d\x3c\xff\x3d\x98\x98\x35\x95\x31\x8c\x22\x1b\x54\x29\x2c\xdc\x81\x21\xee\x5c\x85\x71\x90\x5c\x71\x40\xd8\xf0\x33\xac\x98\xdc\x3c\x81\x8e\x05\x68\xe0\x84\xdc\x17\xbd\x65\xf2\xd9\x66\x77\x22\x5c\x78\x6d\x60\xff\xc0\x09\x5e\x3b\xac\x70\xfb\x07\x96\xba\x13\xc1\x09\x56\x7e\xe2\x64\x9e\xfd\x3a\x61\xcb\x13\xf9\x38\x0a\x61\x8c\x4f\xc3\xcf\xf0\x24\x73\x98\x5b\x44\x7c\xed\xf8\xc0\xf3\x3e\x65\xd5\x66\xcf\x58\x16\xcf\x49\xf6\xfa\xa3\xb7\x09\x85\x0f\x2c\x6b\xbd\x56\x74\x1d\xd7\xbf\x6d\xa8\x58\x5c\x4b\xd8\x5c\xbc\xe5\x10\x6b\x57\x1e\xd1\xf3\x03\x19\xe1\x0a\x67\x8f\xdc\x5d\x89\x0a\xd6\xc8\x30\x36\xb9\xfc\x8a\xfb\xf0\xde\x1e\xe8\x73\x24\x69\xc0\x59\xdb\x04\x96\x74\x76\x83\x4e\x53\x1f\x97\xc3\x53\x6e\xf6\xde\xc0\x38\xe1\x1b\xc3\x21\x4a\x75\xb7\xfd\x7a\x4a\x3d\x51\x7d\x81\x2d\xa1\x00\x14\x8a\x39\xcf\x81\x5c\xf6\xbb\x5d\x40\x86\x81\xa1\xae\x0c\x7a\xbd\x5d\x40\x53\x0c\x9c\x2e\x40\xa2\x78\xd7\xb1\x2f\x20\x3e\xa5\x5f\xe6\x50\x11\x73\x0d\xb4\x47\x2b\x13\xeb\xb2\x45\x6a\x78\xd6\xdf\x07\xe2\x7f\xa3\x6a\x04\xc2\x86\x39\x0b\x53\x22\x9b\xf9\x9a\x31\x51\x55\x32\xe9\x8e\x22\xe0\xf1\x1c\x77\x39\xda\x08\xe0\x1f\x95\xf1\xe7\x74\x4d\xa6\x1a\x30\x5b\xd6\x3a\x6c\x95\xb6\x47\xf4\xe4\x28\xd9\x84\x0b\xa0\x75\x44\x86\x85\x2e\x6e\x02\xe0\xe2\x0b\xbb\xe1\x8d\x1c\x52\x9b\xec\x6f\x62\xf4\x0a\xb8\x3d\x82\xad\xa4\x08\xcd\x73\xa3\x21\xfd\x64\x39\xf3\x2f\x18\xee\x90\xdc\xb3\x59\xdf\x1a\x10\x4f\xf2\x9f\x53\x31\x7d\x10\x4e\x1c\x9c\xe1\x57\xcd\xfc\x30\xb6\xbe\xb7\x88\xc8\xba\xe2\x56\x45\x03\x06\xba\x80\xf8\xc7\x64\x41\x45\xf8\x84\x2e\x49\x6f\xe0\x18\x3b\x2e\x39\xe8\xc8\x5c\xfe\x36\x49\x12\x0c\xd1\x19\x4a\x22\x38\x14\x84\xdb\x61\x3c\x49\xec\xd1\xdf\x68\x48\xad\x87\x93\xf9\x43\xdf\x63\x6b\x1a\xeb\x1b\x90\x0e\x25\x24\x4c\x18\xc7\x10\xb1\xc7\x9d\xe4\x81\xc0\x97\xc9\x7a\xe8\x85\x8f\xa7\xde\xcc\xff\xe4\x74\x41\x2a\x70\xc2\x18\x6b\xfc\x33\x32\x48\x8e\xf6\xe8\x94\x2e\xb3\xaf\x39\x88\xac\xe3\x2e\x49\xa3\xc2\x5c\x61\x14\x53\x09\x44\x85\x2e\xe2\xa3\x2a\x87\xfd\x41\x7a\x15\x92\xc3\xcf\x56\xd7\xbd\x19\xfb\x29\xb4\xc2\xef\x7b\xdd\xde\xee\x60\x6f\x6b\x18\x6d\x6f\xe7\x2d\x9e\x72\xb3\xd7\x26\x92\xfb\xe0\x1c\x41\xff\xe3\x03\xfe\xfd\xe1\xde\xde\x60\xb7\xe6\xf3\xdd\x5d\x40\xfe\xb7\x97\xff\x76\xef\xe8\x70\xd0\xaf\xf9\x76\xbf\x0b\xf6\xbb\xb9\x0f\xff\x67\xef\xe8\x68\xd0\xab\xf9\xb0\xd7\xed\x8e\xdc\x65\x64\xb8\x31\xc8\xf7\x8a\xb0\x13\xdf\x87\x09\xb6\x02\x4c\xce\xd4\x4f\xa7\xe1\x38\x41\xf3\x0e\xbf\x8b\xbf\x17\xa7\xd1\xd9\xf1\xf3\xdf\x3f\x5f\x4e\x22\xb3\x42\xe6\x2f\xf0\xf4\x49\xe8\x47\xc9\x05\x65\x2f\x16\x6d\xb1\x81\xfd\x78\x81\xa7\x3f\x25\x68\xc6\xff\x7c\x8d\x92\x49\x48\x11\x8d\xfd\x79\x68\x8b\xcb\x5a\xf1\xcb\xf4\x2c\x0c\xe8\x69\x27\x26\xff\x7c\x84\xd7\x73\x04\xd3\xf4\x84\x91\x54\x8b\x73\x5c\x9e\x05\xb5\x5c\x2f\xd4\xbd\x28\x67\x49\xe0\x53\x79\xa0\xa7\x31\xe9\x65\xd5\x80\x7f\x4c\x41\x66\x3e\xf7\xc9\x8c\x35\x9d\x88\x2b\xdd\x32\xea\x7d\xf8\x2a\x58\xa5\xfa\x47\x76\x9e\x53\xaa\x7f\x28\x1e\x7d\x9a\x45\x54\xa3\x9f\x62\x3c\x1f\xec\xec\x5c\x5d\x5d\x79\x57\xbb\x5e\x82\x2e\x76\xfa\xdd\x6e\x77\x87\xe6\x59\xf6\x92\x7e\xbb\x63\x67\x35\xc0\x21\x2e\x72\xbf\x32\xc7\x5f\x71\xca\x2c\x30\x91\x74\x29\xc7\x87\xfd\xa2\xb7\xeb\xf5\x8f\xf6\xac\xde\x81\xd7\x3b\x3c\xf2\xfb\xde\xd1\xe1\x81\xc5\xfe\xdb\xb5\x7a\x56\xaf\xe3\x75\xbb\x47\x9d\x7d\xef\x70\xbf\x67\xe9\x2f\xc9\x6b\xf2\xd2\x22\x2f\x3f\xcf\xf6\xbd\xfd\xe3\x83\x4e\xcf\xdb\xdf\x3b\xf4\x7b\xde\xee\xee\xae\xc5\xfe\x4b\x73\xb1\xba\x9d\xbe\x77\x70\x70\x68\xe9\x6f\xc8\xbb\xae\x45\xdf\x7c\x9e\xed\x79\x47\xfb\xe4\x55\x7f\xef\xd8\xef\x79\xfd\xc3\x9e\xc5\xfe\xcb\x32\xf0\xba\xfd\xc3\x8e\xd7\xeb\x1e\x8e\xbb\x96\xd7\xdd\x25\x8f\xbd\xee\xc1\x61\x87\x3c\x27\x8f\x3f\xcf\x3a\xde\xf1\xee\x61\x67\xd7\xdb\xdb\x3d\x30\x54\xc0\x3b\x3e\xa2\xb5\x3b\xde\x1f\x7b\xdd\xdd\x5d\xaf\x77\xd8\xa7\xff\xee\xee\x1d\x91\xac\xf6\xfb\x1d\xaf\x7b\xe8\xed\xef\x76\xbc\xbd\x83\x7d\xef\xf8\xa0\x43\x3e\xb0\x7a\x5e\x97\xb4\x6d\xcf\x3b\xec\x5b\xbb\x5e\xff\xb8\x98\x71\x87\x24\xa1\x39\xef\x1e\x19\x5a\xd7\xf3\x7a\x3d\x92\xcd\x5e\xef\xd0\xdb\xdd\xeb\x93\xff\xa7\x6f\xba\xbc\xe2\xfd\x69\xc7\xeb\xf6\x76\x3f\xcf\x48\x3e\x47\x9d\x5d\x6f\x77\xd7\x50\x79\xf2\xee\x88\x94\xd1\xdf\x1b\x7b\xdd\xde\x9e\xd7\xeb\xed\xd1\x7f\xfb\xfd\x63\x52\xfb\xdd\xbd\xbe\x5f\x28\xbb\xd3\xf3\x7a\xdd\x3e\xa9\xc1\x51\x7f\x4a\x52\xd3\x2e\xea\xef\x5b\x87\xe4\xbf\xa6\x2e\xea\x1d\xec\x77\xc8\xf8\x8d\x49\x9d\xbc\xde\xf1\x6e\x87\x74\xb1\xb7\x7b\xd4\x21\xaf\xc8\x1b\x92\xc5\xde\x51\xa7\xd7\xf7\x7a\xc7\x3d\x53\x16\xfb\xdd\xc3\x4e\xcf\x3b\xea\xed\x8d\x3d\x52\xbd\xdd\x43\xaf\x77\x7c\xe4\xed\x93\x2a\x1f\xec\x79\x87\x47\x64\xc0\x76\x8f\xbc\x3d\x92\x67\xff\xe8\xd8\x3b\xea\x1f\x75\x3c\x2a\x17\xdd\xbd\xfd\x4b\x52\xee\xd1\x67\x22\x92\x24\xcb\xfe\x01\x11\x8c\x93\x7d\xef\xf8\x90\xff\x4d\x84\xa5\xeb\x1d\x1c\x93\x3f\x78\xa2\xae\x45\xdf\xd3\xff\x64\x0f\xc7\x7d\xef\xb8\x7f\x4c\xb2\x23\xd2\x79\x78\xe4\x1d\xef\xef\x5b\x47\x5e\xf7\xf8\xc8\xea\x7b\x87\x7b\xfd\xe7\xbd\x63\xef\xc8\xda\xf3\x8e\x8e\xfd\x5e\x97\x09\x66\x97\x17\x40\xc6\xa6\x77\xe8\xf5\x76\x77\xad\x23\x6f\x6f\x6f\xcf\x32\x24\xb0\x68\x82\x43\x92\xe0\xb0\x17\xf5\xbc\x83\xfe\xa1\xd5\xf7\x7a\xbb\x3e\x99\x4c\xbd\x23\x8b\xff\xc3\x86\x41\x16\xbb\xbb\xfb\x59\xcc\xfe\x49\x48\x8f\xc6\x7f\xf9\xe9\xa7\x9f\x54\xe3\xd0\x71\x0b\xd3\x5b\x66\xd1\x9a\xc1\x78\x21\x32\xa6\xeb\x30\xd1\xc7\x3a\xb1\x7f\xa9\x44\x80\x31\xd3\x99\x58\x89\x5b\x98\xdc\x32\x5b\xd6\x78\x0a\xc7\x1f\xcf\x93\x4f\x66\x6b\x56\xa5\x71\x92\x45\xa5\x19\xaa\x65\x0a\x4c\x7b\x4b\xdf\x5a\x2f\x60\xbc\xa8\xa1\x4e\x6c\x14\xb6\xb7\xc9\xaa\xd5\x5a\x50\x4f\x84\xdf\x53\xb1\xaa\xe5\x8d\x50\xf2\x8c\x7d\x9d\xe1\xd1\x47\xa1\xdf\xe1\x95\xb6\x5f\x30\xd4\xfa\xca\x20\xd3\x60\xdc\x38\x22\xce\xaa\x89\xfc\x6a\x1e\xde\xf8\xf2\xf4\xf5\xe3\x93\xa7\xa6\x08\xc7\x23\x60\x5f\x64\x11\x80\x31\x45\xbd\x61\xbe\x92\x54\x61\xd3\x68\xa7\x5a\x90\xb9\xe4\x47\xd5\xec\x90\x29\x8a\x6b\xde\xaa\x3f\x2a\xab\xda\xd3\xda\x15\x27\x59\xc3\xc6\x7e\xfc\xc2\x8f\xfd\x0b\xf8\x52\x14\xb9\x12\x47\x4d\x13\x21\x13\xa1\x2c\xb1\x40\x10\xca\x13\x5c\xd7\x44\xe4\xb5\xac\xc2\x3e\xb0\x79\xbc\x7e\x87\x2e\x33\xc2\x74\x26\x29\x54\x46\xe0\xcc\xa6\x56\xb2\x1a\x7f\xe2\x8a\x02\xaa\xbc\x95\x31\x0a\xa9\x1b\xd9\x0a\xb9\xeb\xb4\xe0\xa5\xfd\x55\x5f\xc9\xc6\x81\x50\x47\xc0\x0e\xd3\x0e\xd7\x1d\xed\x60\xec\x65\x12\xb8\xa2\x14\x6c\x30\x62\xa0\x3c\xfb\x12\xef\xf7\xf7\xef\xb1\xfa\x3f\xd3\xd7\x12\xc9\x2a\xb5\xf0\x14\xce\x52\x18\x5d\xc2\x54\x86\x1f\xc4\xe2\x6d\x40\xe3\x8c\xd8\x29\x38\x8c\x2f\xac\xab\x30\x8a\x68\x0a\xb6\xdd\x50\xbf\x62\x8e\xab\x4a\x1d\xe9\xbd\x06\x95\x36\x2f\xa3\xad\x86\xae\x36\x8c\x6b\xe5\x11\x61\x3b\xf2\x1a\xe3\x91\x5b\xd1\xf8\x21\x26\x85\xa4\xbe\x38\x31\x9e\x63\xca\xfe\x2f\x1b\xa3\xda\xa4\x76\xf3\x90\x70\x60\xff\xc0\xe3\xca\x68\x83\x77\xfe\x7b\xe7\xbf\x77\xe4\x78\xa7\x2d\xa2\xc2\xe3\xe2\x8a\x69\x8c\x0b\x27\x7b\xf7\xe7\x6b\x3b\x77\xee\xab\x6a\xc9\x71\x15\x1b\x32\x82\xe4\x34\xce\xf9\x90\x9f\xc0\x08\x62\x18\x3c\xc6\x36\x28\xad\x54\xfb\x99\x5b\x3b\x9c\x82\xf0\x37\x4f\x93\x94\xad\x26\x85\x0d\x49\x59\xbf\x24\x6f\x2d\x7f\x20\x83\x03\xc2\xb4\x23\x49\x6c\xcc\x2c\x46\x0d\x6a\xac\x07\xb9\x61\xff\x9c\x9b\x37\xec\x4e\xcf\xd6\x5b\x41\x64\x9d\x99\xea\xcd\x47\x67\x31\xd8\x05\x1f\x71\xde\xa2\x51\x81\x84\xeb\xff\xb1\xcb\x1a\x37\xca\xb3\x8d\xf5\x0a\x29\x4b\x22\x3a\x9b\x8b\x4a\x39\x33\x6c\x5e\xd7\x2a\xdd\xf5\x37\x2c\x27\x85\x69\xdf\xa6\x69\xb5\xd2\xf7\x15\x45\x83\x59\x55\x94\x7d\x12\x48\x25\x16\xe4\x47\x5e\x56\x94\x75\xb9\xa5\x2c\x36\x1b\x1c\xec\xc6\x5b\x40\x4d\x1c\x56\xeb\x8f\xea\x11\x24\x36\xda\x0c\xf3\x1d\x5f\x89\x4e\xc3\x03\xcc\x73\x3a\x6f\x30\x4e\xf3\x44\xac\xca\x72\x45\xde\x9a\x74\xe7\x3b\xd3\x87\x55\x99\xf9\x53\x17\x36\xe7\x5f\xd9\x57\x6b\x29\x53\x6b\xb5\xeb\x3e\x69\x4b\x19\x50\xeb\x9d\xab\x4b\x41\x56\x54\x0b\x7d\x49\x9b\x76\x5f\x46\x57\x4a\x13\x24\x34\x25\xe6\x2e\x61\xac\xc9\xd7\x56\x90\x34\xa1\x96\x9c\xf1\xdf\xaa\x72\x14\x70\xaa\xec\x5c\x33\x4a\xf4\x9f\xfd\xbb\xd4\x7f\xf6\xbf\xda\xa6\xb8\xe6\xbe\x58\x31\x82\xaa\xbc\x95\x0a\x97\x7e\x96\xe7\x8e\x1a\x55\x4a\xca\xaa\xe2\xd5\xe2\x0a\xaa\x59\x45\x54\x97\x4e\x9e\xb8\x51\xcf\xdc\x55\xdf\xc5\x8c\xf4\xef\x2b\x77\x5c\x5d\x2d\xb2\x22\x19\x25\xda\x57\xed\xb2\x8f\x97\x5f\xbd\xbf\x2a\xab\x90\x95\xf7\x2b\xbc\xde\xf9\x4d\xec\x41\x5f\xb2\xc3\x32\xbd\x54\xef\x3a\x1a\xf6\x5e\xd1\x79\x25\x9f\x04\x61\xea\x9f\x47\x14\x2b\xa3\x34\xdd\x22\xd6\x30\x35\x34\x17\xc4\x2f\x32\x26\xa4\xa2\x1e\xc5\xac\x6b\x26\xc9\x8f\x4f\x9e\x7f\x5d\x39\x0e\x99\x1f\x4f\x52\x59\xdf\x2f\xd3\x77\x8d\xaa\x92\x95\xfb\x2c\x4b\xbe\x66\x0f\xae\x7c\x5c\x6b\x75\x5f\x54\x7b\x61\x55\x81\xef\x57\x37\xda\x75\x43\xd1\xf8\x78\x84\x04\x63\x79\x3b\x65\xff\x6e\x4f\x47\xbf\xc0\x68\xbe\xaa\x8e\xb2\x46\x8d\x57\x3d\xf7\x34\xd3\x99\x9b\xa3\xb5\x54\x94\xb1\x11\x4d\xb7\x06\x4a\x6a\x75\x74\x12\x7e\xa9\xcd\xdc\x8c\xa8\x22\xbc\xc7\x3d\x83\x78\x23\x9f\xd4\xa1\xbc\x94\x35\xbd\x69\xba\x56\xc3\x50\x07\x10\x73\xd7\xe3\x20\x2d\xac\xed\x91\x66\xbe\xc4\x60\xfd\xe2\xa7\xd3\xf0\x24\x41\x73\xeb\x39\xe9\xa8\x2f\x3a\x5c\x2b\x99\x58\x5b\x0b\xc0\x04\xc2\xa0\x06\x63\xee\xae\x65\x40\x1f\xf5\x37\x4f\x5f\xbf\xfa\xf0\xec\xf4\xf4\xdd\x53\xd3\x94\x34\x0d\x62\xed\xe0\xd7\x8d\xf2\x6b\x94\x5c\x86\x01\xb4\x7e\xe2\x7d\xb1\xd9\x61\x36\x1c\x5f\x7b\xa0\xd7\x07\x3d\x52\x91\xda\x55\xbb\xf5\x42\x7f\x67\x8a\x93\x40\x5b\xb6\xbf\x9c\x82\x94\x2f\x52\x3d\x43\xca\x37\xad\xd4\xa0\x82\x21\xb9\x1e\x14\x7b\x5d\xf7\x8f\x86\x7a\x0a\x51\xe2\x3b\x01\xf7\x84\xe5\xdb\x32\xd5\x05\x7f\x90\xd7\x6c\x1a\xfa\xb5\xd1\xc2\x54\x72\x2b\x57\x1a\xb6\x24\x4f\x0e\xb5\x51\x38\xbc\xe3\x22\x88\x79\x1e\x7d\x70\x96\xb9\xe8\x72\xf3\x96\x78\x26\x7c\x75\x57\xbb\x7c\x6a\xa0\xa6\xe8\x67\x9e\x75\xcc\xb4\x05\xe7\x2b\x65\x11\xeb\xda\x95\x08\xe6\x32\xf4\x93\x7a\x16\x57\xc7\x7e\x2a\xce\xc7\xed\x8d\x7c\x65\xf7\x0c\x5d\x60\x33\xb8\xef\xe6\xd7\x4d\xed\x52\x4a\x4f\xe7\x9c\x5c\x72\x27\x3f\x22\x8f\xdc\xe3\xfa\x87\x24\x26\x6b\x2f\xbb\x6e\x50\xfb\xa9\x2a\x10\x4c\x41\xdb\x2a\x4f\xc6\xb3\xad\x8f\x11\xab\x6d\x0a\x5b\x62\x44\x98\x1d\xdf\x47\x64\x5b\xa4\xc9\x5a\x29\x9b\x36\x9e\xed\x19\x47\x74\xcb\x68\x66\xbd\xbe\x73\x0f\x19\xab\x0a\x6d\x93\xa3\xca\xe3\xc4\xd2\xbd\xad\x9b\xd5\x7b\xa5\x0b\x95\x86\x4d\x6e\x02\x7d\x59\x5d\xc0\x01\x1d\x8b\x5d\x76\x0d\xd1\x04\xdc\xb4\x51\x9d\xdb\x0b\x86\x2f\x63\x13\xa8\x3e\xd1\x6d\x25\x1c\x46\x95\xa0\xdb\xa2\xa3\xef\x72\x8c\x1a\x42\x71\x56\x97\x71\x08\xec\xf3\x05\xc6\x49\x9c\x8b\xca\x97\x3a\x58\xd9\xc5\xd2\x2e\x38\x66\xaa\x99\xc1\xd7\x97\xe7\xd8\xea\x72\xc4\x22\x73\x00\x87\xf1\x02\x52\x96\x85\x64\x81\xad\x28\xb9\xb8\x08\x63\x4e\x92\xd0\xa4\x31\xab\xcf\x9d\xe3\x86\x03\x53\xfc\xf2\xa8\xe1\x3d\xe6\x5d\x5d\x7f\x6e\x62\x77\xfd\x73\xf3\x90\x9b\xc7\xfe\xb7\xb6\x79\x98\x29\x49\xfe\xdc\x49\xea\xea\xbc\xee\x4e\x72\xb8\xf6\x46\x72\xf8\xe7\x3e\x42\x7b\xf2\xe0\x3f\x68\x1f\x39\x58\x79\x1f\xd9\x6f\xfc\xe5\xdd\xda\xca\xb5\x52\xee\xcc\x9f\xc8\x62\xfc\x47\xc9\x02\x7f\x65\xe1\xaf\xb6\xa2\xeb\x36\x08\x06\x24\xb1\x06\x8b\x54\x59\x1d\x37\xe8\x65\xa9\x2e\x99\x7b\xb9\x25\xb3\x95\xa3\x4a\xd3\x39\xb0\xba\x69\x74\x65\xff\xc9\xaa\x62\xe5\xa5\x85\x1f\x5f\x40\x94\x64\x90\x4a\x6b\xf6\xa8\x61\x7d\x6b\x69\x46\x6d\xb4\x16\xf6\x98\x5e\x45\x63\xd7\x1b\xae\x89\xcf\x79\xf2\xb6\x43\x76\xe7\xea\xc1\xca\x3a\x6f\x2b\x47\xd7\x5d\xb0\xd7\x40\x6c\x0c\xc7\x38\xd0\x6f\x65\x9e\x6d\x29\xad\xd5\x77\xaf\xe6\x50\xc4\x2a\x80\x2f\x2b\x93\xc3\x99\x1f\x16\x8c\x4b\x7c\xad\xea\xed\x81\xde\x61\xb3\x5c\x18\x5e\x86\x69\xca\x6a\xe0\x19\x1b\xa2\x22\x38\x79\xf5\xfa\x5f\x6f\x9e\xfd\xfc\xcb\xdb\xdc\xfd\xd0\x46\xf8\x05\xfe\xbf\xff\x57\xfa\xa7\x56\x14\xfc\xaf\xa7\x8f\xdf\x14\x58\xab\xc8\xc8\xc9\x9b\xa3\xf2\x91\x31\xc5\x38\x71\x66\xac\xd2\x92\x7f\x7b\xfa\xe6\xf4\xd9\xab\x97\x35\x44\x59\x2b\xf6\x67\x0d\xa3\xce\x14\x46\x73\x6b\xa5\xbe\x6c\x70\xe7\xa9\xb4\x38\x8b\xba\x78\xff\x69\x77\xbc\xd5\xe9\x58\xc6\x8b\xa2\x9f\x9f\xbd\xfd\x70\xfa\xcb\xe3\x6c\xdc\x3b\x9d\xf7\x9f\x76\xb3\x43\x21\x6f\x76\x5e\x6a\xd7\x00\x5e\x32\xe3\x6b\xdc\x39\x9e\xdd\x06\xe0\x8a\x82\x64\xe6\xa1\x24\xc1\x8e\xeb\xd1\xbd\xec\x79\x98\x62\x01\xe9\x6e\x0b\xb8\x8e\x0e\x51\x6d\x3b\x97\x10\xe1\x70\xec\x47\x4c\x09\x74\x97\x20\x1f\x52\x52\xc0\xfb\x51\x68\x67\x4c\xa0\x3f\x19\x15\x3c\x03\x57\x51\x92\xdf\xde\x9e\x8d\x5c\x6f\x12\xc6\x81\x91\x93\x3f\x99\x33\x70\x5d\xc6\xc9\xff\x06\x0a\x30\x6f\xfb\x0a\x85\x18\xb2\xa7\x4c\x61\xda\xde\x86\xde\xe3\x28\x4a\xae\x96\xae\xab\x61\x08\x69\xa6\x77\x0d\x4a\x48\xe2\xe6\x04\x61\x3a\xf7\xf1\x78\xca\x50\x43\x63\x78\x65\xbd\x48\x16\x29\x07\x11\xb5\xd9\xf6\xea\xba\x4b\x90\xc7\x85\x67\x38\x50\xfc\xf8\xe6\x51\xa4\x45\xc7\x04\x48\xae\xa7\xa3\xa8\xb2\x24\x9d\x72\xf9\x52\x84\x25\xa4\xb6\x03\x8e\x54\x9e\x07\x31\x85\xa4\x90\x22\x9c\xa1\x82\xff\xae\x83\x4e\x81\x78\x98\x93\x01\x80\xb2\x27\x12\x30\x89\x1e\xa9\xdd\x07\xb2\x5b\x68\x68\x3d\x0c\x1e\x39\xb1\x22\x32\x7e\x10\xd4\xc8\x0b\x40\x1e\xc5\xfa\xf2\x18\xbe\xc8\x30\xd6\x7f\x6a\x98\x48\x0f\xed\xf9\x27\xdb\x1d\x68\x25\x34\x12\xca\x9a\x42\xc8\xfc\x5f\x01\x48\x71\x0a\xfd\xa0\xc3\xf7\x29\x1d\x3f\x31\x4b\x2e\xaa\xc5\x52\xdf\x35\xab\x74\x25\x13\xc6\x2c\x09\x60\x54\xb2\x70\xd0\xa6\x70\x90\x60\x86\x5a\x34\xc8\xc0\xd7\x57\xe8\x15\x8e\x7c\x54\x82\x3f\x4f\x92\x94\x7d\xf2\x6d\x82\xcf\x4f\xa1\x1f\xe1\x29\x9d\x02\x1d\xa2\xb2\xdc\x0f\x24\xa5\x3f\xd2\xdf\xff\xf9\x7c\x77\xf6\x66\x05\xee\x52\x05\x51\x20\xca\x02\x37\xe6\x7e\x9a\xd2\xf8\x8f\x3c\x90\x80\x92\xe6\xca\x47\x71\x5d\x9a\x31\x0a\xe9\xf4\x6c\x19\x55\x65\xba\xd7\xa4\x8a\x04\x83\x0e\xb2\x5f\x26\xd6\x2f\xd9\x40\xa4\x79\xd7\x95\xcf\x10\xa9\xba\x64\xb7\x81\x6a\x5d\x55\x8d\xc0\x0c\x5e\x9c\x17\x05\x93\xf6\xca\x4d\x02\x6a\x52\xce\x7e\x21\x4c\x03\x02\x7f\xc9\x64\x0b\xec\x03\x31\x10\x14\xbd\xcd\x1e\xc9\xdf\x02\xe9\x57\x0e\x53\xfe\xb4\xbd\x76\xc1\x7c\x74\x65\xc1\x62\xb4\x81\xfa\xf6\x2e\x0a\x16\x22\x23\x4b\x96\x32\x04\xb4\xf7\xb9\xb2\xeb\xc7\x78\x2d\x05\xcf\x38\xed\xbf\x22\x2d\x97\x5a\xa1\x28\x4c\x0d\x34\x18\x5f\x63\x1d\xfa\x39\xf8\xc7\xe1\xd5\xfe\xab\x87\x66\x44\x37\x01\xa5\xe6\x63\x8c\xd2\x22\x90\x9a\x80\xc6\x11\x27\x97\xde\x2e\xe8\xe7\xa6\x94\x5d\x8f\x00\xa3\x61\xbe\x52\xc0\xbd\x46\xfc\xbe\xd5\x6e\x4f\xd9\xc1\x43\xed\xf7\x64\x81\xe7\x0b\x6c\x65\x08\xb1\xa7\x79\xde\xe5\x52\x00\xb7\x6a\x0c\x20\xdb\x08\x10\x57\xc6\x8b\x5f\xe4\xaa\xec\xc9\x1a\xd5\xc7\x59\x55\x9e\x42\x83\x46\x50\x3b\x3c\xae\x8d\xf7\x01\xd3\x34\x44\xc1\x76\x1b\x67\x29\x51\x2a\xce\x97\xfa\x32\x09\x78\x8e\x66\x33\x87\xf8\x30\x28\xeb\x86\x24\xd8\x58\xa8\x6d\x69\x25\xb5\x96\xaf\x56\xcf\x5c\xe7\x35\xab\xae\x6e\x11\x6a\x3f\x9e\x0d\x9a\x76\x42\xe4\xfd\xd9\x93\xf6\xcd\xca\x02\x5f\x58\x03\x65\x46\xe4\x54\xde\xd0\x56\xb1\xf1\xd6\xbc\xbd\x9e\xb7\x1c\x21\xb3\x59\x2d\x1b\x37\x96\xa3\x09\xd8\xdb\xa8\x6b\xed\xf1\x65\x3a\x65\xb7\xe8\x62\x89\xc1\x7e\x48\xa3\x3d\xf2\xb9\xb2\x6f\x11\xf2\x69\x54\xeb\x14\xe3\xb9\x0d\xec\x0b\x34\x1f\xdb\x26\x8d\xaa\xe1\xe5\x00\x6f\x28\x59\x91\x55\x90\x45\x1f\xfb\x1d\x9c\x24\x11\x0e\x49\x21\x4f\x69\x25\xd9\x89\x2f\xb5\xc2\xd4\x4a\x21\xa5\xce\x21\x5f\x50\x98\x1c\x3f\x8a\x2c\x04\x2f\xc2\x14\x43\x04\x03\xeb\x97\xb7\x6f\x5f\x5b\x7e\x1c\x58\x17\x6f\x5e\x9f\x58\xf4\x33\x6b\xee\xe3\x29\x83\xd9\xe1\x4d\xb6\xf0\x14\x25\x8b\x8b\xa9\xf5\x34\xbe\x4c\xae\xad\x49\x82\x28\xa6\x0e\x37\x70\xf9\x17\x64\x83\x54\x74\xa9\xa7\xa2\xa3\x56\x32\x8f\x36\x35\x7f\x6e\x40\xac\x5e\x26\xb8\x3c\x0e\xaf\xf9\x14\xe1\xd9\x7c\xcd\x09\xf2\x8a\x6e\x6c\xeb\x4e\x91\xcc\x96\x89\x74\xb8\xcf\x43\x22\xed\x01\x2c\x59\x03\x45\xe1\x7a\xab\xcb\xae\x0f\xb8\xba\x39\x4e\xe6\xd7\x1d\x71\x63\xc2\xf5\x4c\xce\xca\x90\xdd\xbe\x15\x4b\xb0\x13\xf1\x67\x49\x3b\x9b\x75\x78\x9d\x35\xdd\x70\x1d\x90\x13\xd7\x7c\xfa\xc2\xd7\x9b\x50\x5c\x33\x3d\xf1\x9e\x28\xae\xec\x60\x70\x3f\x54\xd7\xe8\xe7\xbf\xbf\x4b\x7f\x21\xe7\xcd\x86\xd4\x38\x81\xce\x2c\xc3\x8f\xa6\x99\x05\x7d\xec\xcf\x43\x4c\xd9\x90\x32\x58\xa4\x3c\x3e\x50\x4e\xd3\x3c\xe6\x47\x20\x21\xb0\xba\xc7\xbd\x7a\xac\x4e\x16\x31\xd6\x0e\xde\xb6\xc5\x0f\xbd\x59\xd6\x47\x26\xc3\xb9\x7a\x6c\x16\xd6\xf3\xfa\x9a\x96\x2e\x43\xc5\xb5\x60\x53\x7d\xd1\xa2\xe9\x5a\xcb\x59\x36\x92\xba\xa1\x2f\x10\x8e\x73\x3d\x32\x49\xd0\xcc\xc7\x9d\x78\x41\x64\xa2\x90\x79\xb1\xc1\x1b\x9a\x82\xaa\xc4\x6f\x70\x12\x02\x5a\xf1\x82\xfd\xbd\xc0\x4b\xa3\x72\x96\x7a\xf4\xed\x03\x8d\xa7\x2f\x63\x3c\x7c\x24\xc8\xe7\x28\x69\xcd\x1a\x93\x1c\x06\x1d\x04\xcb\xe8\xa3\x9b\x71\xc4\x6c\xda\x78\x5a\xb2\x02\xbc\xb9\xf8\xe3\xe7\xe7\x07\xbb\x9f\xaa\x0f\xaf\xa5\x38\xe0\xfb\xec\x41\xda\x19\xfb\x28\xb0\x9b\xb8\x8e\x35\xf0\x17\x09\xc7\x49\x6c\xf2\x17\xe9\xed\x81\x7e\x1d\x61\x79\xbd\x33\x4a\x18\x87\x54\x22\x9b\x7a\xa4\xe8\x18\x26\xdc\xf6\x56\x8e\x8f\x5a\xae\x82\x96\xd9\xf7\xf2\x06\x3c\x83\x4a\xfa\x76\x1a\xa6\x56\x9c\x04\xd0\x9a\xfa\xe4\x0f\x55\xfd\x9c\xe6\x6c\x82\x2a\xe4\x92\xa1\xb6\x2b\x9e\x06\x5b\xf4\x07\x7b\xc1\xaa\x75\xad\xbe\xd9\x50\x3f\xc5\x49\xdc\x91\x7d\xd5\xcb\xf7\x55\x6e\xe9\x7f\x1c\x45\x96\x5d\x5e\x25\x60\x8b\xfd\x60\x1e\x2d\x90\xbe\x58\x1b\x93\xd3\xf6\x52\xbd\xca\xe6\xae\x6f\x1d\xbe\x7e\x82\x33\x5a\x57\x9a\xa7\x34\x51\x16\xa0\x60\xca\x32\x36\x2b\xbb\xe5\x1a\x7f\xf9\x89\xb8\x96\xd3\x7f\x23\xee\xb4\x95\xf7\xe9\x7d\xfe\x67\x85\x2d\x28\xc5\x28\x89\x2f\x0a\xda\x70\xa6\x07\x94\x69\xff\x26\xe9\x50\xbe\xf6\x83\x80\x86\x1f\x95\xf7\xa8\xfe\x64\xfd\xde\xaa\x76\xbe\x2d\xac\x25\x71\x82\x3b\x77\x39\x7f\xda\x5a\x0b\x17\xb1\x28\xa9\xde\xc3\xae\x68\x33\x6c\xe9\xb8\xa2\x0a\x86\xa6\xf8\x14\x4c\x89\x55\x67\xb7\x9c\xec\x94\xad\x01\xba\xfa\x55\x69\xac\xec\xb5\xf8\xa4\x12\xbe\xa9\x4a\x3a\xd7\x31\x4e\xb6\x38\x5a\x69\xd2\xa6\x40\x7b\x9b\x56\x9d\x96\x5b\xd7\x86\x06\x5e\x59\xcb\xb3\x85\x72\x03\x03\x9e\x05\xcf\x97\xaf\xf6\x09\x9e\x42\x24\xd6\xe7\xcd\xaf\xfd\xba\x58\xb5\x95\x90\xba\xcd\xa1\x5b\x6c\x40\x26\xbc\x1b\xdc\xc0\x36\x2b\x9b\x05\x23\x55\xcb\x0f\x56\x44\xe5\xdc\xa0\x11\xa1\xa0\xce\xcb\x53\x0c\xaa\x3c\xc5\xc4\xa5\xa7\x18\x8d\xe0\xcd\x5c\x92\x3d\xaa\x24\x97\x93\x14\x72\x58\xa5\x90\x43\x61\xf0\x26\xb9\x7a\x1a\x07\xb6\x0b\xe4\xca\x9e\xa7\x4e\x66\xf4\xa3\x0e\xdf\x7b\xbc\x1f\xc8\x7e\xe0\xf1\x65\x4e\x37\x42\xe4\x09\xc6\x20\x10\xcb\xa1\xcb\xcf\x50\xd9\xcd\xe4\x90\xd2\x79\xcb\x4b\x52\xf2\x93\x1c\x99\xd6\xae\x03\x2f\x47\xac\x14\xc3\xa1\xb9\x3e\xa4\xac\xac\xf9\x85\x53\xe1\x3b\xd1\x19\x27\x7c\xc3\x2d\x9e\x0f\x77\xc5\xb1\x30\x4f\x44\xc5\xfd\x48\x6c\x77\x7b\x1b\x3e\x7c\x58\xe0\xa9\xe2\x19\x4b\x8a\xab\xef\xbb\x2c\xdd\x0d\xaf\xce\x80\x72\xcf\x5a\x3b\x16\x99\xf3\x96\x64\x74\x86\x0f\x0b\x54\x59\x72\xc4\x64\x5e\xb7\xb7\x5d\x97\xf2\xc0\xe9\x87\x51\x44\x7e\x56\x1e\x46\xc3\xcb\xeb\xce\x38\x09\xe0\x2c\x44\x88\x5a\x5a\x95\xe3\xa7\xfe\xae\xe2\xab\x6f\xd3\x5b\xe5\xf7\x2b\xdc\x29\x3f\x7b\x67\x9f\x2c\x70\x18\xa5\x3b\x41\x32\xdb\xa1\x9c\xb3\x1d\x39\xed\xbe\xb0\x13\x13\x82\xf3\xa4\xc4\x71\x89\xbc\x4a\x43\x9c\xa0\xeb\x9d\x24\x0c\xc6\x9d\x39\x83\xe6\x40\x0d\xc8\xce\x35\xf2\xf6\xc6\x3c\xed\x2b\x32\x4b\x7e\x88\xc8\x69\x34\x86\x28\xcd\x5c\xe9\xe4\x23\xc7\x5d\x82\xab\x30\x8a\x9e\x40\xb2\x8f\x5f\xaf\xee\xb6\x49\x7a\x43\xf7\x02\xcc\xca\x15\x9e\x72\x6e\x35\x9f\x65\x66\x09\xe2\xfc\x83\xdc\x87\x52\xf9\xa1\x97\xc0\x9e\x0d\xe9\x3a\x3b\x41\xc9\xec\x35\x4a\x66\x61\x0a\x5d\x27\xab\xd1\x24\x8c\x83\x93\x24\x80\x3f\x5e\xbf\x7b\xf3\x9c\x3d\x4f\xd1\xd8\x2d\x56\xd1\x0f\x02\x47\xc9\x14\xdc\xcc\x60\x9a\xfa\xea\xb8\x60\x29\xf1\x30\xf3\x70\xc4\xee\x12\xe4\x86\x4a\x4f\x47\x5f\x92\x64\x4b\xf2\xbf\x56\x36\x2b\x52\xb9\x7b\xc7\x96\xac\x9e\xb7\x52\x13\x77\x32\xf0\x37\x35\x2b\x93\x6a\xeb\xd8\xfe\xe3\x7f\xe2\xbf\x9f\x5e\xfd\x72\x1f\xd9\x93\xa9\x35\x4c\x7d\xf0\x27\x9d\xf2\x7d\xa3\x53\x6e\x12\x91\xc4\x5d\xaa\x15\x4b\x7e\x25\x09\x73\xf9\x75\x01\x9f\x44\xf2\xda\xbd\x04\xa9\x3a\xc9\x0c\xff\x51\x18\x7f\xa4\xe2\x31\x92\x84\x49\x64\xb8\x69\xcb\x34\xe1\xcb\xf1\x3d\xe7\x51\x35\xb3\x7c\x2a\x3d\x80\xf6\x81\x7d\x1d\xc2\x28\x68\x6d\x75\x32\xb8\x0e\xad\xc3\x43\x5d\x08\x49\x6a\x50\xb9\x00\x62\x3f\x8c\x8c\xf1\xbb\x5f\xb9\x76\xc0\xfe\x81\x7e\x4f\x6d\xbf\x32\xce\x98\x8d\x27\x5b\x46\xf9\x6b\x45\x4c\xe8\xea\x4d\x16\xa3\x59\x82\x60\x47\x0b\x73\xa5\x39\xc3\x4f\x73\x3f\x0e\x60\x60\x2b\x8c\x74\x82\x04\xa4\xdc\x0a\x2c\xfc\x3a\x72\xad\x54\xe2\x4f\xc4\x2a\x56\x37\x89\x25\x07\x9e\x31\x2b\xe5\x98\x5d\x17\x16\xdb\xc8\xf1\x8c\xfb\xb5\x34\x1e\xb3\x26\x27\xe2\x9a\x51\xb5\xbf\x24\x41\xba\x71\x8f\x97\x27\xd8\x74\x28\xa9\x7b\xbd\x39\x4a\x70\x82\xaf\xe7\xd0\x63\x37\x85\xcf\x30\x9c\x51\x52\x6b\x10\x56\x9e\x73\x93\x22\x8d\xba\x2f\x1e\x80\x3b\x27\x54\x3f\xec\xb6\xe3\x53\xcf\xf5\x87\x3d\x02\x5c\x7c\x07\x74\xe5\x5b\x97\x5c\xbd\xd7\xed\xfe\x49\xaa\xbe\x11\xce\xe7\x07\x39\x6d\x3d\x57\x87\xbc\x90\x0e\x55\xf5\x98\x1d\xb9\x52\x73\x13\x1f\x48\xe5\x99\x8f\xfc\x70\x38\xc4\xdb\xdb\x4e\x3c\xb4\xe5\xf1\x3c\x06\xf6\x77\x9f\x3b\x74\xae\x0c\xac\x9e\xed\xba\x20\x5e\x7e\x7b\x2c\xef\x71\x33\x96\x77\xd4\x98\xe5\xdd\x1f\xc6\x94\xe5\x1d\x69\x2c\xef\x0f\x7b\x20\x31\xf3\xbc\xfb\xd5\x3c\xef\x49\x7b\x9e\xf7\x25\x18\x17\xa2\xd7\x84\x99\x40\x4c\x07\x9a\xe2\xa7\x10\xa5\xf8\x71\x3c\x9e\x26\x88\x9c\x0b\xbc\xdc\xbc\xb7\xbe\xb7\x16\x91\xf5\xbd\x15\x85\x76\x55\x08\x99\x94\x1a\x2e\xce\xdf\xf7\xb6\xb7\x65\x08\x9f\x7c\x79\xd6\x1b\x3d\x52\x7f\x0c\x6e\x96\x6c\x6c\xf4\xf0\xb1\xed\x6d\xb8\x55\xa4\x5d\xe7\x9b\xa7\xeb\xde\x14\x58\xdb\xf9\x2b\x30\xf7\x51\x0a\x9f\xc5\xd8\x81\xa2\xc3\xfe\x8a\x92\xab\xa1\xd2\xe0\x24\x85\x29\x76\x98\xfa\xc9\x4b\x55\x52\xf2\x88\xb0\xcf\xcf\x88\x3c\x0f\x7b\x0f\x14\xd9\x20\x9f\xa7\xe1\x79\x14\xc6\x17\xb2\xbe\x6c\xcb\x24\x72\x11\x97\xca\x8c\xcf\xf9\xfe\x63\x9d\xef\x3f\x29\x06\xd3\x55\x4b\x54\x3a\x4c\x4a\xcb\x08\x87\x29\x29\xe3\x81\xff\x7d\xf8\xa8\x10\x78\xe7\x9f\x27\x97\xd0\x76\x07\xa6\x78\x39\xfe\x6e\x09\xa3\x14\xd2\x81\x8c\x6a\x1b\xfb\x20\x2a\xcf\x07\x94\x0e\x0c\x0d\xae\x2b\xeb\x67\xf2\x72\x99\x8f\xbc\x0b\x6b\x0f\xe5\x44\x11\xeb\xcc\xfd\x18\x1a\x28\xeb\x2b\xcf\xc6\x5f\xc8\x67\x64\xfc\xf2\xf7\xbf\x9f\x3f\x7b\xf7\x7b\x09\x85\x3d\x65\x9b\x97\x87\xe2\xf2\xd0\x87\xc2\x01\x56\x01\xd4\x2c\xb0\xad\xe4\xb4\xd0\x06\xcc\xc8\x55\x87\x34\x55\x21\xcc\x3b\xa3\xd9\x59\xf7\x5b\x22\xe2\x48\x62\xbe\x14\xae\x26\x1b\x9c\x1d\x88\xc0\xa3\xc4\x7c\x78\xd0\x55\x42\x4d\x07\xcd\x47\xfa\xd4\x73\x9c\xaa\x95\x10\xfd\xd6\xec\x52\xbf\xa1\xae\x5c\x53\xc7\x46\x37\x3b\xb9\xd2\xab\xfc\x18\xe4\x45\xb6\x0c\x8e\xe9\x6b\xc8\x1f\x36\x8b\x97\xd9\x2d\xd4\xb4\xc1\xa0\x34\x41\x76\x6f\xd0\xdc\x5a\xe7\x81\x4a\xff\xd6\x52\xed\x7f\x55\x55\x3f\xbf\x72\xac\x7b\x4f\x85\x33\x2d\x5e\xb1\x27\xd7\x29\xf4\x52\x99\x29\xdd\x54\xa5\xaa\x70\x01\xf1\x63\xa1\xf0\x3b\x76\x18\xd8\x5a\x7c\xb6\x54\x6c\xce\x26\x09\x1a\xfe\x4d\xea\x66\x18\xd8\x7f\x1b\x11\x95\xcc\x14\xb9\xcd\xb6\x19\xd2\x13\x23\x1b\xc4\xde\xdc\x47\x30\x16\x5a\x38\xd9\xb5\x8a\x7b\xa6\x97\x75\x9b\x0d\x10\x55\xaa\xf2\x71\xdf\xee\x8d\x88\xb1\x0e\xc2\x74\x1e\xf9\xd7\x43\xb6\x0e\xdb\xdc\x8a\x88\xbc\x64\x32\x49\xa1\x50\x87\xfa\x0f\x7c\x9e\x7c\xe6\x7f\x62\xcf\x86\xf2\x49\x18\xf3\x27\x99\xb2\x99\x00\x1a\xfb\x4d\xb7\x2b\x2b\x5f\x12\x9d\xca\xc5\xfc\xf4\xc7\x59\xa6\x5d\x3b\xbf\xe3\xa0\xfa\x1d\x47\x41\x26\xac\xdb\x73\x8a\x57\x28\x7c\x77\x60\xd6\xbe\x9c\xb1\xd6\xbd\x11\xbf\x2d\xa4\x68\x6a\xaa\x48\x84\x13\x27\xef\x88\xe9\xf2\x64\xbe\x03\xdd\xa5\x03\xdd\xdb\xdb\xdc\x07\xf6\x22\x66\x0d\x0a\xec\xad\x21\x39\xb1\x26\x13\xeb\x94\xee\x41\xdb\xdb\xec\x5f\x2f\xc4\x0c\x2e\xc1\x0a\x63\x8b\x6d\x8b\x4a\xc6\xac\xc0\x09\x4a\x66\x86\x12\xc8\x46\x1a\x4e\x9c\x2d\xc8\x53\x13\x81\xb0\x53\x8c\xd8\xf5\x23\x2f\x0d\x2a\x75\x04\xd8\xe5\xfb\x26\xdf\x7f\xb3\x83\x34\x4e\x4e\xe9\x87\xde\xd8\x8f\x22\x07\xba\x5e\x1a\x91\x99\x72\x04\x3a\x3d\xf7\x81\xcd\x92\xdb\xc3\xe1\x30\xde\xde\x86\x44\x1a\x52\x8c\x16\x63\x9c\x20\x7a\x1a\xd1\x9e\x78\x64\xed\xa2\xc2\x69\xbf\xf0\xe7\xf4\x9b\xdb\x5b\xfb\x14\xb2\xcf\x8d\x0d\xa3\x89\x1f\x0b\xb5\x94\x7f\xb2\xf3\x7f\x9c\x47\x83\x77\xe1\xed\x33\x37\xc6\xce\xa3\xc1\xd1\x6d\xef\xe0\x76\xb7\xef\x3a\x8f\x06\x27\x91\x3f\x9b\xc3\xc0\x7d\x44\x33\xf9\xeb\x8e\x87\xc9\xf4\x88\x5d\xbd\xa5\xb9\xde\x22\x27\x4a\x94\x5c\x59\xe4\x40\xf8\xf6\x7a\x0e\x9f\xd2\xcb\x08\xfb\x59\x7c\xe9\x47\x61\x60\xf9\x98\x48\x07\x8d\x9f\x49\xe7\x08\xfa\x81\x15\x27\x71\x87\x8e\xcd\x79\x04\xad\x30\x4e\xb1\x1f\x8f\xa1\xf7\x3e\x7e\x16\x5b\x09\x0a\x20\x22\x49\xcf\xa1\x25\x92\x00\xfa\x01\x0d\x04\xb2\x12\xda\x5d\xa9\x35\x5b\xa4\xd8\x9a\xfa\x97\xd0\xf2\xad\xb3\xdc\x70\x8f\x1c\xd7\x9a\x41\x3c\x4d\x02\xcf\x76\x97\x8e\xbb\x94\xf2\xc7\xaa\x7f\xe3\x90\x89\x43\xef\xaa\xf1\xf7\xc2\xdf\xd7\xdd\xde\x76\xc8\xaa\xc4\x7f\x3d\x98\x24\xc8\x61\x03\xda\x25\x3a\x30\xbc\x62\xfd\xea\x60\xf7\xbb\xf8\x7f\xf0\x77\xf1\xc3\x87\x2e\x3a\x8b\x47\x43\x78\x16\x8f\xc4\x61\x12\x2d\xbf\xc8\x95\xc4\xf8\xdf\x57\x8f\x9f\x1e\x1f\xbe\x35\x2b\x5f\x4d\xd4\xae\xbb\xbc\x94\xa0\xa8\x79\x08\xd3\xb8\x65\x0d\xf7\x91\xee\xb9\x14\x02\xb4\xc6\x37\xb8\xb7\x07\x7a\xc5\xe0\x57\x53\x8c\xec\xae\x00\x98\x2c\xa0\x8c\x16\x2d\xd0\x3c\x9b\x30\x9e\x2f\xf4\x08\x86\x30\xb0\x55\xb7\x43\xee\x9e\xc4\x2d\xab\x3c\x37\xc5\xe3\x48\xea\xfd\x59\xdc\x42\x66\xfb\x94\xf6\xf9\x2c\x91\xf6\x5e\xde\x08\x48\xfb\x66\x33\x4d\x56\xc3\x26\x43\x7e\x10\xca\xa8\x7b\x23\xea\x94\xa6\xdc\x66\x90\x53\x1c\x77\x96\x3f\xf4\x51\xe8\x77\x38\x26\xab\x4d\x12\x9b\x5c\xb0\xec\x32\x54\x78\x86\x00\x4f\x3f\xff\x20\xb0\x67\x8d\x1e\x4f\x8d\x0c\xb0\x2d\xac\xb4\xcd\x02\x84\x57\xa9\x79\x17\xd8\x27\xe2\x77\x39\xa8\xd8\xca\x77\x18\x65\x61\x5c\x44\xdc\xcd\x07\x1e\x51\x99\x66\xa0\xbf\xa5\x38\xa9\x0d\x11\xe2\xea\xe2\xde\x6a\xc6\xa6\x51\xef\xb4\x81\xa9\xfd\x86\xfa\x26\x87\xf2\xb6\x52\xf7\xb4\xbd\xc5\xa9\x6f\x73\x2b\x94\xe7\xfb\xdf\xdb\xab\x44\x20\xde\x35\x3e\x46\x51\x6b\x56\x6e\x55\xaa\xef\x4b\x36\x7a\xde\x12\xd7\x17\x5b\x5d\x71\x43\x42\x87\x8e\x55\x8c\xfd\x9d\x5c\x42\x34\x89\x92\x2b\x6a\x60\xf3\xd3\x74\x60\x2b\x4f\xa8\x87\x50\x1e\xa7\x6b\x09\x18\x0c\xb9\xfe\xec\x83\xfe\x88\x29\xe3\xa5\xc6\xb1\xad\xae\x0b\x98\xb6\xc5\x4e\x5d\xac\x76\xdc\xdb\x86\x1f\xd8\x0a\x50\x5d\xd2\x6a\xc8\xed\x85\x62\xdf\x62\x86\x6d\xf6\xdf\xbf\x81\x0c\x17\x8c\x9e\x18\xcb\x2c\x88\x0f\xf2\x75\x13\xe8\xeb\xb8\x68\xd3\x13\xe6\xe9\x98\xd7\xd3\x5d\xb2\x3a\x85\xc1\xe3\xf9\x1c\xfa\x28\x83\x1e\x23\x9d\x40\x81\xc7\xe4\xbb\x82\x8f\xd1\x77\x4e\xd3\x7b\x23\x7e\xc0\xdc\xde\x76\x60\x1e\x99\x2c\x33\x48\xba\x9e\x1f\x04\x3c\x1b\x08\x90\xe3\x74\x41\x9c\x5d\x75\x31\x57\x5e\xbe\x9d\x8f\x5c\xd7\x5d\x82\x0f\xb9\x01\x15\x47\xef\x42\x87\x64\x83\xd5\x63\x87\x18\x71\x42\xa6\x1d\x45\x4e\x10\x3e\xfb\x94\x1b\x76\xf3\x92\xf4\xc0\x57\xcc\xa6\x22\x9e\xdf\x49\xdc\xed\x6d\xbf\x68\x4f\x4d\xdc\xa5\x83\xab\x5a\xc9\xd2\x89\xfe\xaa\x6f\xa8\x04\x83\xa3\x3e\x5b\x70\x23\x57\x5f\x64\x41\xde\xde\xae\xea\x27\xa0\x0a\x30\x17\x67\x69\xe1\x67\xa5\x50\x11\x11\xd7\x74\x37\xcb\x65\x8d\x5f\xda\x5d\x5f\x09\x82\xe6\x75\x2c\x77\xd3\xa3\x82\xfd\xa0\xbe\xaa\xd5\x82\xac\x0d\x71\x23\x59\xae\xba\x1c\x0b\x27\x8e\x36\x8d\xd4\xd5\x84\x4d\x63\x22\xc2\x64\x11\xda\x1a\x0e\xb1\x76\x29\xc6\x24\x5c\xd8\x90\x0a\x72\x4d\x72\xfe\xde\x74\xa7\xe5\x2a\x40\x8e\x1a\x58\x9f\x94\x7e\xe4\xde\xde\xe6\xaf\x2b\x90\xeb\x3e\x28\x49\xbc\xbd\x6d\xb8\xc2\x40\xee\x72\x69\xbc\x96\xd2\xbc\x9f\x75\x2b\x95\xed\x3e\x52\x46\x16\xba\x03\x7e\x95\x2b\x27\x87\x19\x8d\x51\x33\x9f\xfd\x45\xd5\x8d\x5d\x79\x41\xba\xd5\x55\x6e\x63\xf5\x75\x9a\x1e\xaa\xce\xc8\xac\x19\x8a\x13\x93\xb6\x3e\x3f\x50\x7c\x19\x85\xb4\xc1\x65\x01\x91\x30\x6d\x68\xa5\x8a\xfc\x6b\x88\x6a\xc3\xe7\xe5\xa9\x1f\xb7\xb7\x3a\xc5\xdf\x80\xd5\x29\xce\xac\x4e\x68\x75\xab\x13\x2a\x5a\x9d\x50\x9d\xd5\x09\x65\x56\x27\xd4\xd0\xea\x84\xda\x5b\x9d\x90\xab\xb7\xf4\x9b\xb5\x3a\xc5\xdf\x86\xd5\x09\x55\x5b\x9d\x76\xff\x39\xfe\x75\xfa\x8f\x3f\xf6\x9b\x03\x45\x94\x1c\x18\xcb\xc2\x9f\x8a\xc6\x99\x2e\x33\xce\xe4\xcf\xea\x65\xe6\x99\x4d\x9b\x55\xf2\xc7\x08\x69\xd9\xea\x08\x60\xe7\xdc\xf9\x6d\xb6\x88\x70\x38\x8f\xa0\x62\xea\x02\x22\xa0\x6a\xf3\x10\x27\x85\xb5\x50\x1e\x3d\xfc\xca\xa3\x07\x5a\x19\x77\x59\x39\x90\x94\x5e\xf0\xb8\x37\x4c\x5d\x52\x37\x88\xd4\xf9\x5b\x6e\x73\x70\x5d\x11\xfe\x63\x0a\xf4\x51\xc7\x7b\x6b\x38\x84\x86\x3b\xa2\x25\xc9\x21\x41\x4f\xfd\xf1\x54\xcf\x82\x59\xb2\x86\xc5\xaf\x34\xe3\x9d\x4b\x56\x3d\xe3\x96\xe4\x16\x76\x25\xbf\xc1\xae\x94\xf3\xa1\xdc\xf1\x4b\x7d\xe9\xbf\xfe\xdd\xfd\x24\x86\x7e\x3f\xfa\xad\x04\xac\xb0\xd9\xad\x7d\x2f\x8f\x84\x12\x85\xc6\x3b\x5a\x49\xb0\x9b\xc7\x34\xd4\x83\xa2\x69\xa8\xa2\x9f\x9e\x24\xf1\x24\x44\x33\x5f\x5c\xb4\xd7\x23\xa5\xe6\xac\x7b\x3d\x6e\xdd\x33\x05\x83\x32\x0a\x17\xf2\x94\x94\x91\x45\x59\x5f\x2c\xc2\xa0\xc0\x02\x61\x22\x97\x30\x12\x51\x14\x18\x2f\x95\xa2\x72\x2c\x97\x66\x93\x74\x8d\xc1\x8c\x35\xd0\x8c\x84\xd1\x6b\x73\xf7\x5c\x67\x1b\x16\xb7\xe9\xad\x6a\xa8\xdb\xac\xc6\xea\xf0\x35\x74\x3f\x56\xbf\xe9\xf8\x11\x44\x98\xf9\x1f\x4b\xa7\x79\x3b\x43\xb1\x3a\x02\xf6\x1f\x0b\xb8\xa8\xf6\x6f\x27\xfd\x2f\x3e\x1e\x8d\xea\x1c\x8d\x75\xd1\x20\x1f\xbd\x95\x7c\x3b\xa3\xbc\x07\xfc\xca\x32\x55\xe5\xad\xdc\x76\x1c\x5b\x42\x75\xd0\x99\xc5\xc2\xae\x1b\x4c\x27\xbf\x4c\x32\x6a\x27\x41\x3d\xee\xc3\x3a\xc2\x6e\x70\xc9\xe8\xad\xe3\x86\xd1\x12\x08\xd9\x40\x49\xd3\x6e\x81\x68\x40\x49\xd3\x35\xc9\x6d\x33\x9e\xae\xfb\xdd\xb3\xe6\xef\x37\xa6\x03\x55\xed\xbc\x5f\xc7\xf7\x65\x45\xef\x71\xb2\x66\x64\x47\x6b\xf2\x8b\xa6\xdb\x8c\xd5\x88\x74\x8d\xe7\x07\xc1\xe9\xe2\x9c\xfc\xe9\xc8\x12\xeb\x0c\x3e\x6d\xf2\x67\x66\x0b\x53\x11\x57\x61\x14\xbd\x81\x71\x00\x51\xbb\xbc\x0b\xf6\xd9\x9c\x8e\xc0\x1d\xd5\xc3\xf4\x8d\x04\x43\x72\xf4\x6d\x88\x85\x4e\xb7\xf4\x84\xc9\xcb\xd4\xbd\x00\xea\xdb\xff\x6d\xb1\x3b\x47\x1f\x2f\xaa\x5c\x2e\xc5\x46\x04\xec\x14\xc6\x41\x41\x05\xc9\x6d\x71\x55\x71\x8b\x06\x45\x41\x00\x76\x18\x23\x86\x0c\x0e\x91\x46\xee\x3c\x25\xae\x28\x23\x6f\x07\xf6\x0f\x1f\xe1\xf5\x79\xe2\xa3\x80\xb1\x97\xd8\x02\x14\x5d\x26\xaf\xdb\xc2\xb3\x20\xa5\x9c\x6b\x42\x9d\xc3\xe5\x66\xe8\xf7\x5e\x24\x08\x36\x5b\x30\x9b\x21\x94\x35\x77\x4d\x3c\x68\x14\xd4\xc5\x97\x45\xa6\x5b\xc9\x28\xaf\xe2\x45\x5f\xb6\x44\x90\x03\xb1\x3a\x9f\x35\xe9\xaa\x14\x2b\x05\x71\x54\xc9\x4e\x89\xa4\xd2\xf3\xcd\x98\xf2\xf9\x5f\x7b\xf2\x2f\xc1\x12\x5b\xb8\x4f\x2c\xf6\x71\x1f\x90\x0f\xf7\x73\x7b\x93\xc1\xc1\xf2\x6e\x4e\xe2\xc6\x15\xe3\x2b\xa2\x8d\xc6\x49\x00\x3b\x61\x00\x63\x1c\xe2\xeb\xfb\xb1\x7e\x4d\xfe\xf9\xdb\x2f\xbf\xbe\xed\x9a\xbd\x96\xaa\xb9\x3a\x74\x9a\xab\x97\xa7\xaf\x1f\x9f\x3c\x3d\xfd\xf0\xf4\xe5\xe3\x1f\x9f\x3f\x7d\x52\x0f\xb4\x4e\xa6\x15\x65\x6a\xb2\xde\xbf\x17\xa8\x13\xef\xdf\xdb\xd6\x0d\x95\x12\x8a\xa9\xf7\xfe\xbd\x6d\x97\xe2\x8f\x51\x09\x61\xc9\xdf\xbf\xc7\x96\x35\x4f\xa2\x70\x7c\x6d\x0d\xc9\x57\x94\x78\xe9\xfd\x7b\x26\x70\xcb\xf7\xef\x63\xf2\xff\xb2\xc0\x0f\x73\x04\x27\xe1\x27\x8b\x26\x10\x05\x72\x75\xc1\xf0\xae\x90\x3b\x82\x7e\x90\xcf\xbc\xa9\xf6\xda\xb6\x5d\x25\xad\x22\x45\x56\xd6\xd8\x5c\xdf\xb2\x9a\xae\x33\xcd\x0c\x42\xfd\x55\xa7\x18\x0e\x27\xe1\xd8\x37\x1b\x7a\xbe\xc6\x0c\xbb\xec\xbe\x9b\x7e\x9c\x8d\x7f\xae\x31\xec\xd4\xee\xf5\xaa\x4f\x1c\x3f\xc9\x9a\x18\x10\x73\x2b\xe9\x5a\x03\x9b\xef\xca\x4d\x62\xc4\xd2\xdc\xaf\x4b\x54\xf6\x49\xe4\xa7\xd3\x17\x0c\x84\x23\x6d\x80\xa9\x92\xc4\xa4\xde\x11\xc4\x70\x23\xa8\x29\xab\x29\xfd\xd9\x35\x1c\x30\x78\x4d\xd8\x7f\xc9\xbc\xe4\xa5\x0e\x4e\x7a\xf2\x06\x87\x33\x98\x2c\xf0\xe0\x00\xee\x02\xd6\x51\x30\x78\xcb\x9f\xed\x76\xbb\xb4\xf1\xe2\x9e\xf3\xed\x8b\xe7\x4b\x1e\xb8\x87\xc3\xf1\xc7\xeb\xed\x6d\x27\xe6\x7f\x0e\xb7\xba\x2e\x90\xb7\x94\xe2\xca\x9c\xf6\xb2\x37\x8e\xa0\x8f\x44\x7f\x3a\x2e\xb0\x45\xb5\xb3\x0b\x2c\x76\x8d\x3d\xc1\x10\x3d\xe2\x50\x2a\x1e\x82\x69\x12\x5d\x42\x27\x7b\xe5\xb8\xae\x37\xf6\x71\xde\xba\x1b\x4e\x1c\xfb\x2d\xf2\x63\x16\x8c\xf3\xf8\x3c\x41\x98\xde\xc4\x0d\x21\xbb\xa5\x62\x57\x42\x70\xe9\xba\x1e\x9e\xc2\xd8\x51\x63\x31\xa1\xa8\xa3\x1f\x04\x4e\xec\x2e\x5d\x7e\x39\xaa\x3f\x6d\xbb\x0c\x50\x50\x9e\x14\x46\x70\x8c\x77\xc6\x53\x1f\x61\xef\x13\x9d\x5d\x77\xba\x18\x64\x0f\xe8\xc4\x57\xea\x60\x53\x49\x0c\xfd\x68\x60\x47\x89\x1f\x50\xd7\x1e\x5a\x9f\x74\x70\x43\x1e\xc0\x60\x70\xb3\x04\xfc\xd5\xe0\x26\x89\x07\x37\xa7\xef\x4e\x4e\x9e\x9e\x9e\x0e\xa4\xff\x80\xcd\x12\xda\xcb\xd1\x92\x85\xae\x35\xef\x81\x4a\xb4\xa5\x26\xbd\xf6\x75\x4c\xe2\x3e\x7c\xf2\x22\x3c\xbc\xea\x9a\x57\xce\x53\x36\x9e\xf6\xcf\x0b\x8a\x70\x6c\x3f\x16\x40\x37\x82\x28\xd1\xe6\x2b\xaa\x0d\x04\x5c\xb2\xfe\x4f\x99\x21\x9d\x43\x27\xc3\x0e\xed\x02\x79\x0c\x48\xd1\x58\x1e\x80\xd8\x9b\x2a\x27\x3e\x7b\x55\xa2\xfd\xac\xf6\x52\xeb\x2e\x30\x4b\x1d\x00\x19\xf7\x24\x32\x9f\x91\x6f\x18\xe1\x83\x10\x94\x26\xd0\x2a\xba\xfb\x76\x3f\x3b\x4e\xaa\xc2\xcb\x6e\x0a\x8e\xab\x69\x77\x14\x50\x74\xc6\x73\xa4\x82\x1b\xee\xae\x42\x06\xb2\x61\x5e\xa5\x42\xfe\x95\xa0\x99\xb9\xb4\x06\x7a\xff\x20\x4c\xfd\xf3\x48\x7a\x93\xcb\x9f\x26\x30\x18\xc5\x40\xbd\x0b\x8e\xc0\x99\xfd\x6b\x18\x07\x8c\x55\x43\x87\x0f\xd3\x71\xe3\x1b\x98\x28\x73\xa7\x6c\xc0\x0b\x68\x69\xab\xd4\xff\xef\x24\x89\x71\x18\x2f\xa0\x75\x15\xe2\xa9\x8a\x64\x29\x99\x41\x48\x13\x9e\xb0\x28\x28\x01\x9b\x2a\x1e\xbf\xd4\x90\xf4\xa5\x6c\x95\x41\xed\x66\x1f\x51\xd5\x9c\xf6\x49\xa6\x12\xd5\x09\x8d\x63\x4b\x08\xd7\x42\x36\x8a\x3e\xed\xd6\x40\x59\x96\x8c\x7b\x15\xcb\x47\x95\x75\xf5\xa8\x94\x1c\x7b\xb5\x4b\x03\x25\xf6\x56\x01\x09\xca\x64\x46\x00\x08\xd1\x35\xb9\x43\xe5\xac\x0b\x4c\x53\x63\x25\x4e\x1e\xfd\x32\xaf\x86\x5c\xa5\xe0\x3e\xd0\x05\xf6\xe9\xe9\x2b\xeb\x75\x26\xe0\x75\xe4\x29\xf3\xe4\x0a\x22\xb9\x6f\xf2\xe5\x2d\x9b\x6c\xf6\x0f\x49\x9c\xe1\x5d\xb1\x64\xec\x79\x0a\x7d\x34\x9e\x3e\x8d\xb3\x84\x73\xe6\xad\x2d\x56\xed\x6c\x8a\x56\x4c\xa8\x23\x60\xcf\x16\xd8\xd4\xcb\x85\x9b\xa7\x5d\x70\x40\x3f\xa2\x92\xc6\x56\x81\xac\xbf\x9b\x78\x77\x97\x40\xaa\x57\x2d\x1e\x87\x8d\x16\x8f\xaa\xd9\x6d\x9a\xcf\x87\xe6\xf9\x7c\xb8\xca\x7c\x3e\xdc\xcc\x7c\x2e\x64\x73\x97\xf3\x39\x9f\xdb\x61\x09\x3b\x7e\x75\x0c\xca\x6a\xfb\xc4\x8a\x8b\xfc\xc1\x1a\x8b\xfc\xf3\xe4\xc2\x0a\xe3\xca\xb6\x15\xfb\xe4\xa0\x1e\xe1\x7e\x25\x14\xf7\x06\xca\x0c\xe7\x75\x6d\xa6\xcd\x18\x6c\xe3\x73\x94\x5c\x20\x98\xa6\x16\x51\x84\x31\x44\xb3\x30\x66\x5a\x6d\x21\x34\xaa\x25\xa4\x71\x0f\x64\x16\xce\x35\x4e\xda\x05\x5d\x7d\x6d\x18\xe3\x2f\x0a\x32\x4a\xb5\xe1\x61\x06\x05\x5b\xe5\xea\x2d\x11\x5a\xe8\x97\x74\xb9\xe4\x5e\xcf\x42\xf1\x75\x6c\x7e\xf4\xb1\xdb\x5f\x12\x31\xab\x57\x67\x92\xa0\x59\xe3\x43\x0f\x49\xdc\x91\xbf\xf9\x67\x5f\xe7\xc0\xf3\xd3\x93\x7f\xbe\x39\x7e\xfe\xba\xc4\x54\x14\x8c\xc9\xe1\x86\xfc\x87\x43\x45\x8a\x8f\x1b\xa3\x7a\xec\xe7\xfd\x83\x26\x21\x8c\x82\x94\xa8\x17\x4a\x08\xe7\x81\x49\xe1\xae\x84\xb0\x90\x15\x29\x4e\xd2\xe6\x7c\x96\xcd\xa2\x08\x5f\xd3\x11\x56\xf6\x30\xc5\xa3\xc2\x8f\xa2\xe4\xea\x19\xb7\x44\x72\x54\x79\x64\x09\xd3\xe4\x23\x3b\xa3\xff\xcc\x05\xc8\x9a\x96\xbf\xbc\x23\x54\x3e\xf3\x46\x64\x0f\xf3\xd2\x76\xf0\x9c\x42\xc8\xc8\x08\xf9\xf0\x31\x33\x33\x79\x48\x55\x6f\x7a\xb5\x73\xb1\x60\xbe\xb1\xd4\x7c\xed\x59\x6f\xa7\xf0\xda\x4a\xfd\x4b\x68\x5d\x27\x0b\x2b\x4d\x66\xd0\xc2\xe1\x0c\x52\x9e\x43\x38\x99\x24\x08\x93\x17\xef\xff\x86\xa0\xb5\xa0\x48\xf4\x9c\xc9\x70\x92\x20\xf2\x67\x0c\xc7\xd8\x9a\x40\x1f\x2f\x10\x4c\xbd\xd2\xb6\x97\x43\x8f\x28\x6e\x16\xd4\x35\xf3\x02\x25\x8b\xb9\x5d\x0e\x80\x29\xb4\x50\x1b\xd8\x90\x21\x5e\x4b\x26\x49\xdb\x9a\xfa\x69\x07\x72\x44\xeb\xa2\xee\x62\x3a\xeb\x49\x62\xfb\xc6\xe7\xbd\x8d\xa8\xb1\x3d\x71\x1a\x97\xe1\xc8\x55\x64\x13\x56\x55\x60\x33\x3b\xfc\x9b\xfc\x96\x44\xd6\xf6\x99\x68\xe5\x28\x77\x20\xe4\x14\x5a\xa2\x2e\xca\xbc\x2b\x46\x38\xeb\x40\x90\x7c\x08\xd4\x99\x6a\xcc\x25\x77\xfc\xac\xf1\xdc\x65\xad\xa0\x89\x52\x88\x3b\x29\xd4\x8d\x00\xb4\x31\x59\xf6\x32\xf3\x33\x5b\x5a\x3e\x44\xa0\x04\x7f\x30\x6a\x1e\x54\xdd\x54\x6f\xd9\x5b\x85\xe6\xa0\x7a\x5a\x6f\x70\x50\xbb\x72\x50\x6d\x5b\x6f\xfa\x34\x0c\x02\x18\x17\xdb\xde\xdc\x9b\x27\x47\x28\x5d\x70\xca\xd4\xc0\x95\x48\xa9\x1d\x0c\x3f\xe1\x02\x7e\xad\xca\x13\x9b\x9b\xc9\xd9\x61\x81\x9d\x02\xf2\xe9\xc2\xf4\x35\x0a\x53\x1c\xc6\x06\xfa\x3e\xd3\xec\x37\x9f\x5d\x2a\xce\x96\xe5\xf4\xc6\xa5\x43\x25\xe7\x90\x52\x4f\x79\xc8\xd1\x06\x33\x47\x80\x68\x9f\x91\x64\x23\x5b\xca\xa8\xbf\xc0\xc9\x24\x19\x2f\x88\x6a\x91\xfd\x2d\x27\x0f\x2f\x7a\x25\xaf\x77\x3a\x10\xa5\x62\x6f\x17\xd8\x72\x4d\xeb\xd9\x0b\xff\x53\x38\x5b\xcc\xac\x5e\xff\xc8\x22\x2a\x9a\x3f\x26\xc2\xe1\x59\x2f\xfc\x6b\x2b\x89\xa3\x6b\x2b\x8c\xc7\xd1\x22\x80\x56\x04\x31\x79\x63\x39\x8b\xf9\x1c\xa2\xb1\x9f\xd2\xdd\x64\x27\x41\x56\x44\xce\xe2\xe4\x81\x2b\x9e\x30\x8a\x42\x92\xcb\x22\xc5\xd6\x39\xb4\x16\x71\xf8\xc7\x02\x7a\xa5\x11\xc1\x05\x43\xe1\xdd\x88\x53\x0b\x42\xef\x12\x86\xab\xb2\xfa\x50\x89\x09\x03\xe1\xfe\xdc\x94\xa7\xad\x6a\xc9\x29\x9f\x95\xca\xa1\x25\x9b\x90\x6d\x27\xc5\x9b\x45\x04\xd3\x6a\xda\x9f\x63\xe3\x1d\xfe\x93\x57\x27\xa7\x1f\xde\xbd\x79\x2e\xd5\x24\x7b\xe7\x62\x11\x06\x30\xdd\xf1\xc7\x91\x37\xc5\xb3\xe8\x2f\x68\x11\xc1\x4e\x3a\x87\x63\x79\x35\x98\xcd\x07\x44\x5a\x62\x4f\x61\x34\xb7\xe2\x24\x99\xc3\x18\x22\x2b\x4e\x10\x9c\x40\x84\x98\xe9\x87\x39\x63\x72\x33\xf8\x87\xf3\xc8\x8f\x3f\x2a\xad\x73\x7e\x39\x79\x6e\xfd\x44\xb1\x43\x5d\xbb\x10\xed\x51\x10\xa4\xea\xdd\x4d\x90\x83\xc8\xab\xe9\xe6\xd4\xef\xb6\x60\xf1\x0d\x60\x07\x06\x21\xa6\x66\x12\x76\x32\x45\xd0\x0f\xc8\xdc\x51\xad\xf8\xe9\x75\x8c\xfd\x4f\xcc\x32\xc5\xe6\x3c\x67\xec\xa9\xd9\x0f\xe8\x30\x8d\xb2\xbe\x9e\x8e\xa3\xfa\xd5\xa2\x55\x9e\x15\xfe\xcd\xa0\xe8\x9e\x64\xe8\x30\xa2\xe4\x33\x03\x8c\xea\xf1\x4d\x8b\x94\x76\x19\xe3\x42\x3a\xca\x1c\xbd\x5a\x31\x04\x35\xa6\x37\x34\x8d\xb8\xe6\x89\xf0\xe7\x70\xd7\x0c\x77\xbe\xb7\x94\x03\xdd\xdd\x0e\x69\xb3\xae\xcf\xba\x59\x2c\x88\xb9\x6b\x33\x3a\x00\x1f\xe1\x35\x3b\x7d\x28\xdd\x59\x7e\xf0\xa0\xdd\x45\xeb\xa8\xa9\x1d\xed\x06\x4e\xcb\x59\xe6\x78\x37\x03\x59\x71\x1e\x2d\x69\xda\x9d\xec\x83\x2c\xf3\x75\x36\xc2\x15\x54\xd6\xd5\x57\xfe\x96\xeb\x80\xee\x00\x4a\x03\xd2\x38\xe3\x90\x7a\xf5\xab\x7a\xc6\x12\x79\xdb\xf9\xef\x9d\xff\xde\x21\x89\xc7\x30\xa6\x2d\x68\x7e\xa7\xa0\x7e\xa5\x9e\xb9\xd4\x63\x11\x49\x63\x9b\x5c\x2c\x9b\x68\x0d\xd9\xbd\x6d\x19\xc9\xa7\x41\x6b\x78\x22\x6b\x65\x52\xa8\xab\x2e\x67\xc4\x3d\x8b\xbc\x83\xf9\x29\x84\x51\x60\xbe\x9e\x79\x1d\xf9\x63\x38\x4d\x22\x6a\xe3\x51\xee\x72\x84\xe3\xeb\xcc\x9f\x77\xce\xaf\x6d\x71\xf1\x00\x2a\x7a\x0c\xc8\x24\xfa\xc5\x18\x17\x09\xb5\x3d\x62\xd6\x06\x63\xf5\xf3\xb7\xd7\x73\x68\xf9\x56\x96\xb9\xa5\x1c\xe3\xaa\xe6\xb2\xde\x57\xcd\xf1\x7c\xb2\xdb\x8d\xdd\xec\xe2\xa8\xd0\xd1\xf9\x89\xb1\x6b\xe4\x28\x58\xe3\xf8\x5a\x66\x26\x67\x1a\x67\x72\x71\x11\x55\x81\x8e\x99\x64\xe7\x37\x1a\xdc\xad\x8d\x52\x29\xe4\x58\x9d\x21\xa6\xf6\x8c\x5d\x38\x96\x85\xe9\xe9\x38\x99\xc3\x60\x54\x66\x07\xd1\x6e\xaa\x32\x39\xe1\x9f\xa9\x22\x21\x31\xe1\x5a\x1a\x42\x2a\x0f\x73\x34\xd3\xf3\xe4\x53\xed\x81\xce\xd4\xb5\x8f\xa3\xa8\xac\x33\xab\x20\x96\x0c\x1b\x46\xbe\xb9\x55\x52\x72\xaf\x17\xc2\x66\x97\x3e\xa2\xd7\x3b\x99\x85\x32\x33\x5d\xca\x67\xd5\xd6\x46\x53\x05\xeb\xf4\x99\xfa\xe5\x39\x2f\x0f\x25\xf0\x65\x2d\x66\x40\xb6\x1e\xa5\xca\x24\x50\xac\x85\x7d\xf5\x26\xb7\x72\x86\x08\xf8\x13\x3e\x72\xca\x87\xa0\x64\x79\x4d\xef\xc1\x04\xaa\xb3\xdc\xf6\x57\x20\xf8\x35\x84\x33\x68\x64\xbe\x05\x1f\xa4\x92\x5e\xa9\x3e\xd3\x88\x15\xe9\x08\xd8\x93\x30\x0e\x72\x9b\x9f\xbc\x18\xad\x9a\x2f\x2d\xce\x39\xf7\x52\x38\x19\x80\x37\xaf\x8b\x10\x4b\x45\x92\xee\x87\x08\xf5\xb4\x2d\xbb\xbd\xf0\x94\xa9\xc2\xbd\x1a\x63\x11\xfb\x5f\x2b\xd5\xba\x9d\xba\xdc\xe4\xa4\xbc\x8e\xb5\xaa\x4a\xe7\x84\xe9\x18\x85\x54\x7d\xb4\x9c\x57\xf4\x5f\x3f\x72\x4b\x8d\x65\x24\x7f\x1f\x41\xbf\xa1\xdc\x65\x99\x9b\xe4\x4e\x9d\xb5\x59\xca\x2c\xe1\x0a\x06\xdc\xa2\x37\x41\x53\x33\xa1\x36\xdc\x6b\x45\x3d\x15\xae\xc0\x1b\xfb\x12\x14\xa8\xa2\x6e\xc8\xa0\x0e\x6c\x96\xa3\x0d\x62\x5a\xa8\xf8\xa5\xdd\x87\x0e\xb6\xba\x3a\x95\x93\x52\x0b\x7b\x04\x84\xea\x31\xd8\xea\xad\xe0\x63\x90\x0f\x37\x95\x8a\x4c\x81\xa4\x88\x0c\xa7\xa7\x2c\x37\x0a\xf3\x2f\x77\x55\x90\xd7\x87\xc3\xb3\x1b\xd6\x1e\x7e\xa1\x0c\xc4\x9b\x81\x6d\x2f\x01\x7f\x77\xca\x2c\x62\x96\xbc\xf6\x55\x52\x15\xac\x65\xf2\xab\x97\x49\x60\xfe\x44\x3f\x97\x2e\x47\xcb\x4a\x40\x7e\x8c\xae\xeb\x3b\x67\xc9\xbc\xf1\x91\x06\xaf\x26\x3a\x08\xc4\x43\x24\x60\xd2\x48\xd5\x1e\xa4\x57\x21\x49\x1d\xbb\x37\x63\x3f\x85\x7c\x90\x14\xf5\x79\x80\x1f\x15\x30\x23\xe7\x08\x5e\x86\xc9\x22\x55\x77\xb6\x5c\xc7\x53\x37\x0e\x7d\xef\x73\xf3\xc3\x66\x48\xc3\x28\x5a\xdc\x81\x53\x9f\x92\x3e\x37\xd4\xa4\x28\x1c\xc6\xea\xb2\x82\x2a\x04\x69\x0b\xbb\x0f\xce\x11\xf4\x3f\x3e\xe0\x53\x60\xc0\xe1\x0b\x19\x83\x2b\xe2\x88\x93\x05\x68\x1a\xfa\x94\x08\x39\x45\x4d\x5b\xd1\x5b\x85\x1d\x92\x13\x03\x74\x5a\x89\xc7\xca\x78\x1a\x46\x41\xfe\xb3\x82\xc7\x8a\x0a\x74\xd5\x16\x68\x0d\x7d\x03\x40\x6b\xe8\xff\x1a\x78\x7f\xf4\x6d\x03\xad\xa1\x6f\x03\x68\xcd\xaf\xf6\xcd\x3a\xfe\xf7\x3f\x1e\xfe\xf1\xd3\xee\xdc\xec\x9b\x25\x2e\x28\x39\xca\x08\xfc\x04\xc7\x94\xf2\xd5\x1e\x93\x5e\x8e\x28\x26\x09\x8d\xbe\xd2\x02\xb6\x99\xe1\xcc\x16\x38\xcd\x8d\xdc\xb8\xf6\x89\xde\xa1\xce\x7f\xa2\x93\xf4\x76\x41\xaf\x3b\x12\x77\x16\xf3\x84\x1c\xd2\xa9\xa7\xd8\x0f\xf2\xfa\xe6\x07\xae\x08\xff\x30\xd7\x2d\x70\xdc\x63\x99\x2b\x4f\xf4\x63\x4e\x03\x1c\x8c\xc5\x5f\xe2\xb2\x07\xc8\xdd\xdf\x3e\xa5\xd6\x3c\xea\x55\x24\x9e\x35\x74\x80\xb6\x59\xa0\xa2\x01\xc6\xad\x2a\xf6\xbe\x01\x54\xca\x63\xb2\x41\x5a\x7e\x6c\xc1\x4f\xf4\x92\xf8\x82\xd7\xac\xa9\x23\x6a\x4d\x0d\xc6\x08\x9a\x5d\xdc\xda\x38\xca\x55\xe2\x16\x28\x46\x42\xb5\x7f\xda\x5d\xaa\x34\xd3\xd4\x75\xce\x01\x86\xbd\x1f\xc3\xab\x0e\xdf\x92\xca\x8d\x80\x95\xea\xfc\x09\xed\x22\xba\x24\xcd\xa5\x9f\x5e\xb5\xe5\xca\x56\x83\x24\xf8\x28\xa8\xf0\xdd\x99\x91\x99\x82\x3b\xcb\x6b\xa0\x2a\xd4\x73\x9a\x50\x5a\x24\x0c\xcd\x6a\xc2\x4e\x5b\x23\x0d\xcd\x09\x05\x84\x5f\x63\xbf\xe0\xbb\x02\xaf\x14\x77\x46\xd3\x81\xb2\x01\x2c\x7b\x83\xaa\x36\x45\xf7\x97\x26\xfe\x4c\x75\x17\x79\xb1\x1f\xea\x6a\xc2\x56\x17\x7a\x08\xe0\x5a\xf2\x33\xf5\x2a\x91\x2c\x05\x5c\xf9\xd7\x57\x90\xdc\xca\x62\xce\xc0\xc8\xe6\xbb\x99\xce\x10\x08\xfe\xcd\x07\x4e\xb8\xf4\xab\x51\x72\xaa\x4f\xbf\x66\x3d\x2b\x5e\x43\x84\xe9\xa9\x7f\xc9\x1d\xd8\xcb\x9d\x59\xf2\xaf\xf8\x36\xae\x5a\xd6\x94\xe8\x15\x69\xdf\xe8\x4b\xfb\x46\xba\x38\x9f\x85\xf4\xf0\xbd\x5b\x42\xd7\xee\x5f\xea\xc7\x5e\xad\xd0\xec\x0e\xb3\x1e\xcb\x4d\x0f\x30\xab\xa4\xa6\x81\xb8\x78\x37\x5d\x09\x37\x58\xec\xb4\x96\x41\x7d\xeb\x86\x00\x34\xf0\xe5\x69\xbe\x10\xfa\x71\x60\xd1\x63\x9b\x79\x82\x97\xc7\x93\xb4\x16\xbd\x12\x81\xab\x11\x1a\x31\x42\x25\x32\xf3\x65\xe5\xe1\x84\x69\x4a\x0d\x97\xc2\x23\x03\x1d\x7b\x4b\xc7\x04\x31\xa2\xeb\xab\x06\x89\x30\x1d\xd5\xd1\x48\xe6\xa3\xaa\x0a\x37\x80\x75\xa1\x48\x0d\x2a\x43\x3b\xb9\x01\xbe\x12\xf6\xcf\x17\x91\x8f\x3a\x82\x41\x3f\xdb\x68\x33\xfc\x27\x45\x39\x6c\xb2\xd7\xd2\x54\x69\x82\x30\xb7\x62\xb3\x69\xf0\x36\x9c\xc1\x41\x00\x53\x11\xb9\x30\xf0\xc9\x9f\xe6\xf8\xc4\x7a\x70\xa5\x0d\xed\xcb\xc2\xa2\x38\x6d\xea\x51\xda\x60\x03\x6a\x50\x3d\x94\x5c\x35\xaf\x5b\x50\x1a\x12\xc8\xf6\xe8\x1d\x76\x24\xb6\x81\x42\x83\x59\xee\x46\x1f\x2a\x09\xed\x67\x4f\xda\xf9\x8a\x98\xbd\x08\x8f\xd8\x9f\x1d\x9c\xd8\xf4\x72\xdd\xf3\xc7\x51\xea\x89\x18\x06\x0f\x06\x21\x96\x16\x7e\xb5\xc8\x51\xde\xb0\x5e\x71\x37\xd3\xd6\xa5\xa8\xa4\xca\xb1\x7a\xa1\xa2\x5c\x85\xad\x53\x0d\x7d\x4b\xb8\x3b\xa1\x11\x33\xb4\xee\xe8\x51\xb0\xf8\xb3\x46\xb5\x36\xf6\x6b\x15\x6b\x72\x0d\x0c\xec\x1f\x64\x98\x5e\x76\x8d\xc8\x3c\x9d\xec\x1d\xbd\xdb\xb3\xb0\xd0\x1d\x5b\xf5\xca\x00\x36\xb7\x87\xed\x98\x45\xa6\xf9\xad\x32\x83\x3f\x78\xc6\x74\x9c\xea\x4b\x65\x72\x4e\xfa\xcc\xa2\x79\x1a\xec\xff\x0d\xbb\x78\x45\x37\xc4\x4c\x85\xa9\x0b\x53\x11\xe9\x70\xb9\x0b\xcf\xa0\x4c\xb3\xc8\xbe\x0e\x1a\x05\xc3\x64\x73\x43\xf7\xa7\x31\xb9\xae\xd4\xeb\x34\x1b\x98\xd6\x9b\xe8\x9d\x74\xa3\xdd\x73\x04\xec\xdf\x93\x90\x08\xa5\x0d\x2c\x7d\x81\xd6\xdd\x22\xf2\x27\x04\x4d\x50\x41\x71\x0d\x8f\xcb\x29\x1d\x37\xd3\xe1\x79\x9d\x76\x9d\x5b\xbe\x5c\x1e\x7f\xfa\xa5\x1b\x56\x86\xd5\x5d\xd2\xad\xa6\xce\xb2\xd2\x63\x59\xfa\xc4\x32\xaa\x83\xbb\xf5\x00\xd7\x77\xd5\x3b\x75\xfe\xde\xe4\x82\xfb\x25\xfa\xb4\xd2\xcd\xfa\x8e\xfa\x6d\xad\x46\xaa\xb8\x44\x59\x6b\x0b\x5e\x96\xca\xe2\xa5\xb9\x41\xb3\x26\xe9\xee\xc8\xa3\x9a\x0d\xb6\xe1\xd2\xb4\x09\x1a\x4c\x0d\xd9\x3e\x67\x62\x14\x26\x7a\xd2\xf0\xc7\x88\x07\xd8\x2e\xf8\x1f\x57\x7e\x4c\x6f\x53\x18\xbe\x1a\x85\x4b\x13\xa0\x90\x13\x94\xcc\xd8\x03\x9c\x7c\x84\xf1\xa3\x26\xc6\x25\xab\x8d\xb9\xaa\x69\x86\x95\x86\x03\xdd\xfe\x0b\x23\xc8\xcc\x1f\x8a\x39\x20\x03\x8e\x28\xb3\x07\x08\xc4\x13\x0e\x16\x5b\xf4\x50\x92\xe7\x39\x65\xd5\x67\x49\x5b\xe1\x6f\x1c\x94\xe0\x6f\x34\x53\x97\xb9\x6d\xbb\x65\x9f\x95\xc7\x6a\xe7\x13\xf7\x32\x18\xdc\x8a\x6d\xb9\x28\xb5\x5f\x63\xbc\x76\x19\x80\x58\x66\x65\x61\xf2\xcf\xc5\xb8\x6a\x54\x9a\x57\x6e\x2c\x2d\x37\x2d\x2b\xb7\x97\xaf\x5c\x85\x09\xa8\x4c\x54\x8a\x00\xc3\x55\xa9\x1b\x13\x9b\xd6\x7e\x6a\x04\x03\x51\xd2\xac\x02\x27\x92\x7f\xb9\xa6\x0f\x90\xee\x21\x20\xfd\x80\x92\x4a\x3f\x20\xdf\xe0\x07\x84\xe0\x3c\x29\xc1\xdf\x24\xaf\x52\xb2\xa5\x5c\x8b\xe3\x5b\xb6\xfb\xb9\x39\x97\x21\xdd\x9d\xa8\x91\x03\x91\xbc\xe4\x1c\x15\x1c\x87\x32\xb8\xcd\x7a\xe6\xc3\x07\x8a\x77\x0c\x3b\xcb\x52\x16\x41\x96\x09\x1a\x32\xe3\x38\xcf\x26\x0a\x53\x4c\x54\xc4\x94\x62\x4f\x62\x70\x43\x5e\x66\x05\x63\xe9\x4b\x01\x05\xeb\xe3\x19\x1a\x79\xe7\x61\x1c\x38\xd0\xe5\xc5\xb3\x6b\x65\x10\x3b\xd8\x23\x47\x00\x0a\x77\xbf\x5c\x02\x6a\x01\xd5\x9d\x7c\xd6\xf0\x7e\xda\xea\xb9\x24\xcb\x09\x82\xe9\xf4\x24\x09\xe0\x53\xba\xb5\x0f\x74\x7f\x0a\x89\x43\x2a\x87\xc5\xb1\x3d\x4d\x13\xc0\xae\xca\xa4\xba\x04\x39\x5c\x18\xa8\xbb\x16\x61\x38\x03\xf1\x10\x7a\x34\x15\xe9\x44\xd6\xd4\xe1\x70\x18\xb3\x67\x29\x47\xfb\x8c\x39\x7b\x99\x78\x7c\xd6\x1d\x01\x7f\x28\x42\x89\x92\x21\xf2\x98\x59\x43\x38\x25\x6d\x75\x99\x57\x12\xcd\x2b\xf1\xa8\xc8\xbe\x9a\x38\xf6\x4f\x7e\x18\xc1\x80\xec\xbc\x73\x1f\xa5\xd0\x7a\x7c\xf2\xdc\x42\x34\x13\x77\x60\x4a\x2f\x1c\x20\xb8\x84\x8a\x8b\x48\x77\x60\x2c\x9c\x39\xfd\x54\xe5\xc3\x6e\xe8\x06\xd6\x63\xfe\x17\x43\xe6\xa0\x2a\x1b\xcd\x93\x79\xea\x26\xc3\xc4\x4b\x17\xe7\x29\x46\x8d\xbe\xcc\x8a\x19\xd8\xee\xc3\x9e\xbb\xf4\xb7\xb7\x29\x1b\x25\xf3\xe2\xf0\x41\xa2\xb2\x6b\x16\xa8\x7d\xe9\x50\x14\x46\xde\x81\x40\xb2\x62\xce\x7d\x04\x63\x01\x52\x5b\xe0\xce\x4a\x1a\xb8\x26\x55\x11\x2d\xd4\xf0\x65\xfd\xe9\x79\xf4\xa7\xe7\xd1\x9f\x9e\x47\x1b\xf3\x3c\x3a\x84\x7f\xfc\xfa\xf3\xe5\xbf\x9f\x99\x3d\x8f\xa4\x09\x36\xa3\x3b\xb3\x7d\x14\xfa\xcf\xfd\x73\x18\x45\x30\xf8\xf1\x9a\x3f\x38\x49\x62\x8c\xc8\x47\xec\xe7\xd3\x8c\xf2\x23\xcf\x1b\xc1\x58\x4b\xd2\xc5\xb9\xfc\xbb\x21\xfd\x5c\x57\x33\x8a\x54\xc1\xcb\xe6\x89\x4a\x7a\xbb\xa0\xd7\x2b\xdc\x5a\xec\xb3\xaa\xea\x5c\x25\x25\x9c\x24\xf9\xc7\xf5\xd8\xbc\xcc\x1b\xa4\x23\xd4\x5b\x9e\x7d\x16\x80\xa0\x85\x39\xe5\x2f\x5b\x0b\xc5\x29\x67\x02\x96\x22\x23\x49\xd1\x4d\xd8\xd9\x85\x6a\x76\x74\x6a\xe8\x60\x5e\x7f\x47\x66\xaf\x0a\x3b\xcc\x5d\x63\x68\x2b\x8e\x0b\xa0\xc3\x85\xb3\x80\x62\x1b\xa4\x23\x34\xf5\xd3\x79\x32\x5f\xcc\x15\xca\x3a\x49\xc2\x17\x24\x57\xb1\x9d\xb1\x89\x14\x61\x0f\x19\xcd\x96\xa8\x81\x9d\xb1\x6d\x29\xa0\xf7\xe2\x24\xc3\x9e\xd1\x32\xc7\x52\xa0\xb3\xb3\x44\x43\x20\x44\xbb\x9e\x9b\xab\x21\xc5\x8c\xf4\xd7\xea\x75\x41\x4b\xea\x96\xaa\x6b\x55\x95\xa2\xa5\xfe\x5e\x5d\xcf\x55\x58\x5c\xf2\x4e\x34\x0d\x8e\x34\x75\x60\x88\xc7\xa6\xcb\x68\x52\x6c\x67\xee\xc7\x30\xa2\xae\x88\xfd\x6c\xc8\xe4\x98\xf4\xf9\x90\x45\x7c\x51\xa2\xd7\xc3\xea\x98\x8a\x04\x19\x11\x91\xc2\x34\x43\x07\x86\x1e\x33\x04\x59\x0e\x99\xf0\xd9\x83\x75\xd9\x84\xa4\x20\x35\xb8\x7e\x36\x86\x3e\x85\x41\x3e\xbe\x5f\x5b\xe0\x3a\xb6\x4e\x40\x08\xec\x4e\xdb\x20\x25\xdb\x10\x72\x96\xb2\x11\x6f\x12\x99\xb8\xc9\x9a\x1b\x21\xa6\x73\x01\x5a\xcc\xc9\x41\xe1\x7e\x6a\xda\xca\x7a\x28\xe5\x9a\x53\xb3\x81\xbf\xf4\x17\xe1\x12\xd0\xa4\x97\x36\xe8\x5e\xf0\x4d\x2c\x0a\xac\xaa\x75\x7e\xab\xa5\xcd\xae\x37\x46\x37\xb8\x00\x6f\x6b\xee\x2e\x46\xcb\x6d\x88\xb8\xab\x31\xa7\x2a\x57\x48\xca\xb9\x54\x5b\x2e\x03\xfc\x05\xa5\x87\xd3\x0c\xad\x15\x9b\x63\x33\xd8\x81\x6f\x46\x10\x57\x30\xb8\xd5\xd0\x8a\x1d\x36\x83\xee\x05\x07\x05\xfa\xb1\xb5\x4c\x6f\xa5\x7c\x63\x75\x76\xb7\x8d\xd2\x5d\x8a\x8d\x74\xb0\xd5\x03\xba\xae\x3a\xd8\xea\x96\x60\x02\x8b\x1d\x95\xe4\xbf\x61\xe6\x1c\xf6\x56\xec\x58\x43\x32\x8b\xcd\xec\x93\x06\x6e\xc9\x5f\x04\x22\xac\x81\x55\x92\x2f\x4c\xae\x6a\x2e\xc9\xa4\x53\x33\x9a\xe4\x73\x96\xdb\xa7\x5e\x37\x41\xd2\x03\x5d\x6a\x5d\x53\x84\xb7\xcc\x26\x26\xbf\x14\x46\x1d\xe8\x7e\xd7\xe9\x6d\x0d\x87\x98\x9c\x31\xb5\x14\xe9\x9c\xda\x02\x30\xe8\x15\x0d\x7b\x25\xf5\x21\xd5\x30\x44\x07\x4a\x4b\x0f\x3f\xaf\xdc\xde\xc6\x06\x82\x77\xfb\x2c\x0c\xfe\xcf\x50\x5f\x84\x0a\x2c\x44\xc0\x1e\xd9\x6e\x19\x71\x3b\x14\x05\x0c\xb7\x7a\x4b\x97\x8f\xa3\x8c\x83\x83\xee\x12\x90\x45\xab\x20\x29\xe4\x21\x23\x64\x29\x89\x5b\x5c\xd9\x22\x55\x46\x69\xf3\x35\xa8\xbd\xde\x85\xdd\x57\xfe\xdf\xe3\xff\x2d\x89\x09\x0a\x2a\x18\x3f\xc5\xa9\x5d\x86\x00\x95\x9d\xab\x9b\x9c\xa2\x35\x9e\x96\x83\xc6\xbc\x9f\x23\xba\x42\x7f\x09\x22\xce\x0a\xa7\x90\xfc\x5e\x25\xb7\x42\x89\x1c\x24\xa0\x61\x4b\xe0\x72\x8a\xb1\xe2\x5f\x8e\xe9\x53\x67\x91\x51\xf0\x45\x52\x48\x6a\xc0\x2e\x2e\x2a\x5a\xda\x07\x36\x0e\x71\x54\xa0\xff\x2b\x0d\x95\xc9\x9f\x01\x24\xc5\x45\xd3\x23\x80\xb9\xba\x71\x12\x43\xbb\x1c\xc3\x59\xc7\x10\x50\x86\xe6\x23\xbc\x56\x4c\x1f\xfc\xa7\x74\xd2\x09\xd3\x0e\x59\x94\x2f\xf3\x21\xf2\x46\x6f\x57\x83\x65\xa1\x48\xdb\x5d\x42\xf1\xad\xc3\x49\xa8\x35\x69\xca\xb0\xd0\xc0\xd1\xdd\x56\x8f\x37\xfb\xba\xc7\xbb\x3c\xea\xea\x9e\x5b\xe5\xc6\x08\x79\x85\x5c\x94\xee\xba\x78\xa9\xbc\x74\xef\x37\x38\x22\x71\x65\xa7\x46\x61\xba\x1b\x1a\x56\xd3\xc2\xbd\x49\x22\xc1\x3a\x4d\xa8\x3c\xc6\x5e\xde\x8f\xc9\xfd\x4c\xee\xa0\x29\xc4\x4f\x2f\x49\x55\xe8\x26\x2b\xf7\x0f\x0c\x14\xe9\x57\x59\xec\xc4\x95\xe0\xd2\x75\x0b\x7b\x5b\x3d\x5b\x1d\xd9\xc1\xfc\xa8\x23\x2c\x75\xea\x45\x0b\x24\x2d\xeb\xa4\xe4\x95\x8f\x61\xf9\x47\xeb\x13\x16\x94\x7e\x20\x6d\xbf\x37\x30\x5e\xcc\x98\x8d\x9e\x28\x91\x17\x50\xd3\x10\x79\x17\x64\x34\x10\x4b\xb7\x61\xc3\xdb\xb5\xf8\x9b\x6d\x6a\x86\x9c\xd7\x99\x2d\x22\x1c\xce\x23\xd8\xb9\x0a\xf1\xb4\xc3\x23\x4b\x0d\xbd\xa0\x7d\xa4\xa4\x6d\x97\xf1\x7f\x50\x87\xd5\x75\x52\x7d\x06\xff\x41\x9d\xb1\x23\xb4\xaf\x75\x3b\x45\x66\xf4\x1f\xd0\x39\x9b\x9e\x51\xff\x61\x13\x49\x6d\x72\xba\xb8\xb8\x80\x29\x86\x41\x47\x9c\x42\x36\xdb\x5f\xc5\x02\xbe\xfd\x0e\x5c\x75\xae\xfd\x07\x34\x7d\xe7\x1c\x4e\x12\x04\x3b\x12\xee\x75\xb5\x9e\xc8\x67\xf3\x1f\xd0\x31\xeb\xf6\xc8\x7f\x50\x57\xac\xb9\x25\x7d\xe3\x3b\x11\xa5\xab\x61\x80\xa3\xf7\xc3\x42\x85\x9f\xec\x1e\x76\x8f\x7f\xbc\xa8\x44\xad\xf9\x40\x4e\xcb\xc0\xfe\x20\xfc\x02\x8a\x16\xa8\x8c\x27\xcc\x60\xbc\x31\xb8\xe0\x57\x92\x44\xb1\x3b\xc7\x63\x70\xa6\xbc\xfb\xc0\xe1\x63\x62\x11\x0a\xb1\x26\xe7\xaf\xce\x9a\x5a\xc2\x54\xd9\x93\x86\x02\x70\xd6\x3f\xd4\x8e\xf3\xda\x2b\xf6\x53\x32\x14\xa9\x37\x1e\x92\x41\xb3\xa7\x62\xd4\x94\x7c\xd2\x88\x32\xac\x48\xd3\x93\x99\x41\xea\x9d\x50\xec\x6e\x01\x79\x55\xf1\xc0\xa8\x77\x61\x29\x31\x7d\x88\x3c\x8a\x06\x0e\x23\x8d\x10\x1d\x57\x8b\xb6\xbe\xa3\x7a\x7e\x28\xc3\x4a\x9b\xdb\xe8\x72\x5d\x44\xee\x66\xd2\x61\x42\xb7\xad\xc5\xb5\xe5\xa3\x5e\x04\xe1\x2f\x8e\xab\xcc\xf0\x2e\x31\x6d\x2b\x99\xad\xca\xec\xa5\x26\xf0\xf0\x6a\x14\xe8\x02\x84\x2d\xd8\x6d\x0a\x44\x5a\xb4\x3e\x6e\xc8\x22\x54\x58\x25\x37\x69\x0e\xca\x5f\x76\xf5\x6a\x0d\x44\x2b\x5e\x75\x11\x61\x34\x5d\x75\x29\x37\x51\x7c\xda\x68\x17\x37\xbd\xdd\xe1\x70\x08\xbd\x8f\xf0\xfa\x24\x09\xe0\xf6\xb6\xbc\xc8\x11\xfc\x97\xd4\xee\xe4\xc4\xf0\xca\x7a\x91\x2c\x52\xc8\x7e\xf2\x7b\xdf\x92\xcb\xa0\x76\x46\x2c\x28\xe7\x8e\xb6\x1f\xb1\xfd\xce\xb6\x49\xf5\x1e\xb1\x1d\x66\xb0\xa2\x3d\x0b\xc1\xc9\x17\xde\xfe\xaa\x2d\x84\xe5\x74\xa4\x39\xe8\x49\x36\x14\xd9\xf8\xb2\xbf\x68\x25\xdc\xe5\x52\xed\x04\xdc\xa0\x13\xd2\x24\xba\x84\xa8\x33\xf6\x51\x70\x3f\xb4\x81\xc3\x17\xe8\xd7\xeb\xe9\xe7\xcf\x65\x9e\xa4\x21\x65\x6d\x90\x0e\x83\xf2\x0f\x6e\x68\x2f\xb9\x99\x32\xc4\x09\x6b\x6d\xcf\x5f\x81\xd8\x46\xa2\xcf\x9c\xa1\xbe\x9f\xfd\x1a\x95\xfb\x2a\x89\x72\x06\x39\x40\x5f\x03\xd6\x44\xc1\x95\xd1\xd7\x6a\xce\x9d\x3c\xca\x9c\x05\x49\x7d\x77\xab\xa8\x52\xaa\x90\x23\x4a\x40\x8e\x7e\xf2\xc3\x28\xb9\x6c\xec\x99\xa4\xc7\xbe\xab\xbd\x3d\x91\x19\x55\xdc\xaf\x04\xfa\xae\x4a\x61\x1d\x70\x92\x44\x38\x9c\x9b\xc9\x69\xf2\xb5\x54\x79\x3b\x95\x12\xf3\x78\x1e\xeb\x65\x54\x83\xaf\x5d\x1f\x98\xcf\x53\x25\x26\x94\x80\x32\x3d\x32\x57\x39\x2a\xf5\xed\xf9\x45\xc3\xf5\xc9\x45\x6b\x69\x45\xeb\x76\xf7\x22\xd7\x65\xd9\x2d\x69\xd9\xd3\xba\x12\x6a\x99\xed\x8c\x77\x96\x99\x1a\x76\x51\x90\x8b\x13\xb2\xec\x20\x0a\xed\xc7\xe1\x9a\x47\x23\xd0\x6d\xa3\x32\x2f\x5a\x0e\xb6\x2c\x71\xa5\x5b\xd3\xb5\xd7\xa9\x52\x38\x1c\xa3\xbc\x37\x58\xa6\x6c\x03\xc0\xcf\x1b\x18\x84\x88\xda\x9d\x56\x84\x1e\xd1\x97\x73\x91\x59\x73\xd0\x0d\xf2\xbd\xbe\xc8\x28\x75\x52\x82\x83\xb3\x47\x9b\x85\x2b\x29\x43\xd8\xaa\x9b\x14\xd5\x12\xcc\xf2\x6e\xb1\x72\x37\xe9\xde\xea\xf5\xbb\xb4\x83\x6b\x57\xf1\x5c\x65\x57\x5a\xc0\x5b\xe4\xd1\x94\x12\xb9\xc1\x50\xb6\x5b\xc7\x8b\x75\x6c\xb9\x84\x97\xcd\xf5\xaa\x40\xf0\x75\x0e\x69\xc5\x7c\xaa\x96\xdc\xdd\x52\x04\xc2\x2a\x29\xae\x7e\xd7\x74\x99\x6f\x05\xd2\xb1\xd2\xe4\x68\x37\x6b\xd7\x9d\x48\xdf\xfe\x34\x6a\xb7\x1e\x7e\xd1\x29\xd4\x6e\x02\x55\x4f\x9f\x7e\xc3\xe9\x53\x6b\xef\xa8\x98\x3c\x4d\xa7\x47\xab\x69\xb3\x11\x61\x5f\x09\x24\x65\x15\x75\xae\x8e\x7c\xa6\x19\x67\xc9\x7a\xd6\xa0\xe2\x39\x79\x83\xf6\xa0\xa2\xe9\xe2\x41\xf5\xa9\x3d\x89\xa0\x42\x9e\xd2\x80\x8d\x81\x24\xee\xc8\xdf\x65\x6c\x0c\x9b\x39\xdf\xc7\xd5\xe7\xfb\x5f\x5f\xec\x1d\x5c\x3e\xff\x57\x09\x46\xbd\x0c\xe2\x34\xc6\x6e\xe6\x43\x37\x0b\x26\x7f\x4d\x21\x14\xbd\x54\x5c\x69\x4b\xcd\xd8\x4d\xd8\xe6\x2b\x38\xc1\xef\x29\x5d\x7c\xa6\x93\x93\x3e\x11\x0c\xf1\xdf\x14\x3f\x7c\x7f\xff\xe0\xde\xf0\xc3\x97\x0b\xc0\x37\x46\xf0\x6e\x9e\x06\x5f\x9f\x30\x2b\x27\xaf\x3a\x47\xd6\xd7\x67\xc8\xca\xff\x2a\x5b\x88\xa8\x6f\xbd\x00\x9a\xb5\xf3\x58\xdf\xca\x73\x93\xe1\xb1\x80\xc4\xff\x5a\xf9\xa0\x20\x99\xa5\x81\x71\x5c\x24\x58\x44\x58\x46\x82\x61\x8a\x09\x53\x40\xd7\x2b\x03\xb7\x2c\x25\x62\x6b\x25\x35\xc3\xd6\x30\xfc\x15\x8a\x10\xe6\xe0\x9e\xe7\x04\xd1\xc9\x3f\x0c\x84\x1f\x9a\x10\x64\xdd\x54\x0b\xe8\xb6\x39\xed\x40\xdf\x8f\xd7\x26\x33\x63\xb7\xd2\x0c\x97\x88\xfd\xad\xc1\x0e\x29\x1b\x5b\x5b\x36\x27\xfa\xe9\x66\xb8\x9c\xd4\xb4\x0b\x1c\x46\xe9\x4e\x90\xcc\x76\xe0\x25\x8c\xb1\x80\xe2\xcd\x29\x18\x20\xde\x94\x8a\x81\xaa\x55\x8c\xfd\xcf\xaf\x83\x7f\xec\x3d\xfe\x57\x23\x1a\x1c\xd9\x1a\x11\xed\xa2\xb0\x3b\x4a\x12\x9c\x92\x08\x99\x1c\x37\x8e\x89\x07\xa7\x84\x27\x44\x90\xe9\xd4\x12\x85\x14\x90\x83\x69\x09\x6a\x04\x03\x95\x10\x8d\x49\x84\x8e\x72\x3d\x8f\x48\x83\x18\x93\xba\x50\xe2\x82\xe9\x54\x0d\xc1\xc0\x02\xfb\x52\xad\x61\x23\x63\xa9\x99\x87\xe4\x0d\xcb\x66\x3d\x5e\xe9\xe6\x14\x27\x77\x0b\xc7\x5f\x4d\x78\xa2\x6e\x05\x65\x01\xf1\x79\x2e\xc9\x0f\x34\xa3\x0f\xac\xb3\x47\x75\xc4\x93\x34\xf1\x28\x53\x10\xf9\x86\x2a\xc6\xaa\x89\x9b\x42\xf9\x20\x7f\x79\x77\x04\xde\xe3\xd9\xd2\x98\x67\x85\xd1\x76\x15\x13\xfb\x4b\x71\x63\x59\x1f\xe8\x5f\x10\x0c\x55\x0e\xb3\x96\x5b\xd9\xa6\x28\xc0\xcd\xeb\xb6\x47\xb9\xf2\xb6\xdf\x2c\x9b\x72\xef\x6c\x20\xd4\x4e\xd3\x84\x8b\xa7\x30\x4a\xf5\x54\x2a\xe0\xb2\x53\xab\x39\xa3\xda\x5e\x70\x35\xa5\x86\xaa\x33\xbe\x34\xa2\x00\xaa\x48\xb4\xa1\x60\x73\x5d\xc7\x6e\xb9\x86\x68\x5d\xbc\xca\x2a\x92\x75\x5f\xeb\x75\x44\x7e\xfa\x75\x57\x12\x13\xc3\x94\x00\x59\x50\xd6\x14\xc6\x97\x11\xc1\x33\x96\x7e\xc4\xaf\xdb\xd8\xaf\x9f\x72\xcb\x4b\x9e\x1e\x7e\xfd\x5d\xa4\x96\x29\xea\xee\xf6\xe8\x3f\x29\xa7\x0a\x50\xb1\xbd\xee\xbd\xe2\x9c\xb2\xbf\x20\xdb\x54\xfd\xaa\x5a\xc1\x33\x55\x6a\x1a\xf8\x56\xb8\xa5\x36\x33\xf0\x26\x64\xe1\x15\x34\xdc\x55\x27\xa6\xa4\xcd\x2c\x4e\x4d\xe5\x55\x71\x72\x2a\x2f\x37\x3f\x3d\x85\xc3\xa1\x9d\xcd\x54\xd2\xb9\x08\xf9\xd7\xf9\x8a\xe7\x57\x0b\x45\xb9\x69\xce\xcb\x52\x79\xba\x6a\x38\x57\x4d\x1d\xf9\xe7\x6c\xcd\xcf\x56\xa3\xb8\x6d\x60\xbe\x36\x18\xcd\xf6\x53\xae\x32\x24\xbd\xd7\x6d\x0a\x98\x9d\x41\x46\x16\xe8\x71\xbf\x00\x2f\x2e\x0f\x76\x50\x58\x71\xd9\x93\x16\x9c\xb8\x77\x41\x80\x4b\x2a\xb1\x21\x75\xa8\x8e\xfe\xb6\xfc\xd4\xd1\x94\x7b\x56\x33\xad\x94\xba\x61\xd6\x1c\x2e\x50\xc1\x90\x51\x9c\x57\x1b\xea\x91\x76\xac\x7f\xc7\xad\x58\xff\x8c\x40\x8b\x9b\x64\xfd\x1b\x27\x11\x99\x1f\xa1\x82\x7c\x8a\x92\xab\x54\x93\xfc\xfd\xff\x68\x42\xbf\x8a\x4f\xb4\xdb\x8e\x7b\x46\x05\x58\xe1\xf4\xda\x86\xa4\x8f\xcc\x93\x0d\x31\xf4\x55\x9f\xdb\x9b\xb7\x40\xa1\x1a\xd3\x6e\x9b\x4a\x9c\x81\xee\x6e\x64\x1a\x73\x04\xdb\xa5\xd0\x4a\xf6\x0f\x19\x92\xa9\x4e\x94\x67\x82\x2f\x36\x9d\xdc\x33\x30\x61\x09\x93\xca\x36\x5a\xca\xc6\xc3\xbb\xa4\x8e\x19\x4f\x78\x15\x17\x32\x11\x3c\x43\x5f\xda\x2e\xf5\x22\x41\xb0\xbd\x51\xa7\x51\x3d\x9a\x60\x36\xe5\x84\xb2\x1a\x0c\xa9\xd6\x39\xd1\x37\x7d\xad\x01\x13\x19\x41\x8c\x36\x35\x37\xbb\xc0\x7e\x1a\x84\x15\xae\xb3\xf5\xce\x81\xf5\x80\x50\xca\xe6\x1d\x10\x11\x46\xc9\xa2\x70\xaf\x6a\xce\xb7\xcc\xf4\xc8\xa1\x2d\x57\xe8\x35\x1a\xcb\xc8\x31\xce\x15\x10\xda\xe6\x44\x43\xa5\x27\x01\xa5\x16\xd5\x8d\xab\x3d\x4b\x68\xfc\x52\x7e\x04\x11\xb6\xae\x7c\x14\x73\x6a\xcc\x46\x0e\xa5\xf5\x5c\x56\x85\x4f\x72\xb1\x34\x75\x5f\x59\x96\xa0\x01\x62\x7d\x56\x99\x7d\x95\xeb\xaa\x52\x85\x66\xf4\x49\xec\xff\x1a\x91\x6b\x91\x31\x79\xb4\x46\xcd\x9a\xa5\x28\x0b\x1f\xa8\x6c\x6b\x6e\xce\xb4\x9c\x20\xb9\xcc\x9a\x02\x9f\x95\xf1\x41\x35\x03\x38\xa3\x88\xcc\x8d\x98\xbb\xea\xc1\xcb\x1a\xce\xb5\xa6\xc3\xd0\xde\xf3\xda\x6a\xb5\xcc\x34\x26\x97\x6a\x5e\xe5\xba\x14\xf5\x8b\x50\xdb\x15\xbb\xb8\x4f\x1e\x80\x43\x50\x64\x41\x6f\xa8\x03\x35\x61\xd1\xaa\x63\xb8\xaa\x29\xea\xee\xe8\xad\x0c\x9e\x16\xd2\x2f\xc4\xaf\xf4\x0b\x41\x2b\x93\x5b\x91\x32\x35\x6a\xab\xba\xa8\x62\xd5\xc5\x44\x75\x3d\x29\xba\x9b\x28\x1c\x57\x54\x73\x11\x29\x99\x15\x87\x17\x42\x8a\x5e\x60\x18\x78\x7e\x14\xfa\xa9\xa3\xdc\x82\x50\x86\xa9\xd5\xc3\x98\xb3\x8c\x58\x30\xf3\x24\x41\xb3\x93\x24\xc6\x7e\x18\x43\x44\x7f\x89\xc2\x6c\x81\xe2\x4b\xef\x41\x29\x47\x4a\xec\x9d\xf8\x51\xe4\x9f\x47\x2c\x4c\xf9\x94\xbe\x51\x02\xa0\x57\x21\xbc\xca\xd5\xca\x1b\x47\xd0\x47\xce\x8d\xc2\x6d\xcc\x02\x9c\xc7\x4b\x77\x09\x84\x0d\xd3\x84\xea\xc7\xea\x99\x8b\xab\x66\x6e\x40\x10\x90\x4e\x1b\xe0\xa5\x21\x9e\x9a\x33\x8b\x01\x3c\x74\xb2\xf8\x6e\xd7\x8b\x13\x34\xf3\xa3\xf0\x33\x6b\x29\xaf\x3b\x54\x2b\x1e\x0f\x31\x0f\x20\x16\x9c\x56\x31\x63\xf0\xa1\xbc\x56\xec\x2a\x8b\x5f\xea\x0d\x0a\xe0\xbf\xd4\x9a\x06\x62\x1e\x6b\x2c\xaf\xea\x28\xaf\x16\x7d\xb6\xbd\x5d\x4f\xe5\x15\x7b\x31\xfc\x24\x58\x9f\x4e\xc3\xf3\x28\x8c\x2f\x34\x76\x2f\xce\x77\xc5\xa7\xc0\xa0\x76\x30\x96\xf9\xd8\x6f\xbf\x81\x1b\xd4\x02\xc3\x66\x31\xcf\x92\xa7\x07\xb3\x51\x6b\xc7\x14\x05\x4b\x48\x9c\x14\xa2\xa8\xa1\x4e\x14\x75\x7b\xbb\xe5\x54\x52\x45\x09\xf6\x27\xe6\x6a\x7d\x36\x02\x68\xb8\xd5\x05\xfe\x70\xab\x07\x12\xe1\x23\x85\xd1\xf5\x8d\x20\x0b\x4a\x41\x38\x84\x06\x3a\xa2\xef\xb6\x1c\x34\x74\xd2\x61\x48\xc7\xc3\x71\x5d\x2f\x48\x62\xe8\x6e\x6f\x3b\xb1\x37\x5f\xa4\x53\x47\xc4\x94\x83\x2d\x7c\x7b\x1b\x73\x12\xa2\xad\xe1\x10\xbb\xdf\x91\x22\xdd\xef\x96\x63\x22\xb2\x4e\xe4\xde\xf8\xa4\x0a\xc9\x30\x5a\x4e\xc2\xd8\x8f\xa2\xeb\x1b\x52\x01\x74\x7b\xcb\x38\x8d\x42\x8f\x55\xf9\xf6\x56\xfc\xe5\xb8\x32\x65\x38\x71\x7c\xce\xc6\x96\x2c\x97\xbc\xdb\xe2\x25\xed\xa9\xd5\xd9\xaf\xe2\x8c\xfd\x0a\xad\xce\x7e\x85\x8a\xec\x57\xa8\x8e\xfd\x0a\x65\xec\x57\xa8\x21\xfb\x15\x6a\xcf\x7e\x85\x5c\xbd\xa5\x85\xfe\x6a\xce\x7f\x15\x40\xd6\x18\xa2\xe6\x7e\x35\x12\xac\xf8\xdb\x20\xc1\xaa\xf1\x3b\x3c\x7e\xe5\xa3\x1f\x7f\xfe\xf7\xdf\xab\xfd\x0e\x95\x7f\x4c\x70\x05\x7e\x49\x30\x83\x58\xb1\x0c\xfa\x74\x69\x7c\x6f\x11\x6d\xa0\x21\xc8\x41\x2d\xbe\xf2\xdc\xc7\x53\x15\xf6\xda\xde\xc9\x3c\x36\xd2\x69\x82\xb0\x11\x4e\xb9\xe0\x8a\x50\x8c\xb4\x7e\x42\x46\x28\xe4\x6e\x95\x2f\xf8\xd5\xdf\x2f\x6f\xdf\xbe\x26\x3f\xa9\xec\xa4\x1b\x09\xc2\x56\x3b\x77\x46\x8a\xe9\xcc\x78\xee\x4d\x23\xb4\x9b\xd4\xb4\xc5\xc5\x5f\xee\x60\x51\x1d\xa0\xd9\x24\x00\xb3\xc1\x45\x72\xf1\x03\x3d\x6e\xb1\xe4\x7a\x23\x30\x63\x6c\x59\x8a\x8d\x54\x91\x11\xcc\xa3\x08\x9b\x21\xa3\x37\x0b\x1e\x34\x14\xd3\x1a\x81\x7d\x4d\x48\x80\xaa\xe1\x17\x6c\x10\x2d\xe5\x54\xdc\x1e\x89\x3b\x8f\x52\x51\x65\x33\xd6\x70\x84\x2f\x99\xd1\xc5\x30\x77\xc1\x37\x54\x8e\x24\xb2\x97\xef\xfe\x5f\xb2\x42\x1b\x5e\x08\x1b\x25\x69\xc5\x19\xd5\x8a\x20\xa9\x5a\x46\x55\x4b\x7e\xbf\x26\x9e\x77\x5d\x01\x3d\x12\x4b\xf7\x8c\x35\xe7\xac\x80\xdc\xd5\x04\x53\xbf\x3e\x60\xb4\x4e\x9c\xcb\x27\xff\x1a\x62\xfe\xbf\x0b\x88\xae\x5f\x93\x6c\xef\x4e\xd4\xff\x20\x65\x64\x31\x2c\x2b\x8a\x3b\xad\xa9\xf5\xba\x24\x9b\x0a\xa1\xcf\x7f\xf8\x15\x24\x5f\xe9\xe5\x4d\x4b\x7f\x5d\x34\xfb\x9d\x48\x7f\x6f\x5d\xe9\xaf\x8b\x07\x6e\x23\xfd\x1b\x8b\x00\xd2\x0f\x94\x8d\x4d\x3d\x0d\x90\xc1\xc8\xfe\x96\x33\xb0\x38\x5c\x6e\x0c\xe8\xfe\x5c\xd1\x85\x31\x46\x21\x4c\x1d\xf6\xdd\x45\xc6\xcc\x8d\xe1\xcc\xcb\xa4\xcd\xa3\xb2\xe6\x51\x49\x73\x6f\x6f\x6f\x96\xae\x87\x60\xb0\x18\x43\x95\x60\x07\xc4\x82\x83\x1c\x3b\x31\xe8\x93\x46\xa1\xb3\xee\x08\x24\x43\x74\xd6\x93\x3a\xb6\xef\xe1\xe4\x79\x72\x05\xd1\x89\x9f\x42\xc7\xf5\x52\xec\x23\x9c\xfe\x23\xc4\x53\x87\x6d\xd1\xee\x23\x66\xd7\xf0\x3d\x04\xa9\x1f\x8b\x63\xbf\x66\x5b\xb7\xed\x02\xa6\x79\x27\xcb\x01\x5c\xba\x80\x87\x41\xbd\x46\x70\x12\x7e\xb2\xf9\x3b\x7b\xc7\xa6\xe0\xa6\x6d\xcf\xfa\x29\x75\x77\xe9\x9c\xfb\xc6\x78\xa7\x4a\x8e\xe8\x2f\x12\x0f\xbd\x78\xe9\xff\x32\x3f\x3d\x9c\xd4\xc4\x43\x57\x93\xda\x6a\x6b\xcc\x21\x0f\x6c\x30\xd1\xf1\xe4\x30\x7f\x26\x61\x84\x21\x22\x9d\x53\x4d\xa6\x32\x4e\xe2\xc0\x47\xd4\xc7\x8e\xba\x5a\x64\xca\x3e\x25\x0c\xef\xa4\x9a\xc6\x2f\x8d\xf3\xbb\xa0\x6f\x26\xfa\x99\x20\x08\x31\xfc\x84\x3b\xac\x02\x4a\x60\x14\x1b\xae\x8c\x01\x36\xe7\xf4\x54\x19\x29\x45\xc9\x66\x44\x0e\xaa\x3f\x66\x5f\xaa\x87\xa0\xe0\xf5\xa8\x66\x3e\x12\xde\x51\x5a\xf4\xb6\xb6\x7a\x57\x52\x10\x6a\x1d\x55\xb9\x46\xb7\x0f\x9e\xd4\x7d\x0c\x6b\x39\x75\x4a\x3d\xbe\x4b\xc7\xb2\x45\xf0\x72\x25\xd4\xae\x9e\x7a\xbf\xc0\x00\xc5\xf9\x57\xe9\x0e\x9d\x7f\x65\xdb\x9c\x49\x55\xe1\xef\xf9\x41\x22\x57\xeb\x4e\x0a\x82\x94\x88\x07\xbe\x88\x0f\xf8\x78\x67\x70\xd5\x75\xf2\xa2\x30\x80\x72\x99\x3e\x4d\x10\xb6\x7e\xe4\xf1\x0f\xa6\x5b\xfe\x75\xe1\x35\xf6\x79\x04\x02\xc3\x17\x2d\x63\x8d\x56\xe7\x00\xbb\xf9\xca\xf1\x3d\x53\x2f\x8b\x72\xbe\xa3\xb5\x7a\xa1\x2e\x78\xb6\x39\x18\xcf\xe6\x76\xd9\xfc\x52\xde\x38\xd0\xb6\x0d\x6b\x61\xdb\x90\xda\x14\x8e\x11\xc4\x9c\xa1\xfb\x7e\x40\x68\x4e\x7f\xe9\x5f\x5f\x1f\x1d\xbc\x6b\x0b\xb1\x51\xef\x16\x89\xe0\x25\xa4\xec\x36\x26\x3b\x52\x2e\xc8\xa8\x09\x99\x6e\xa5\xc7\xe4\x1b\x59\x98\xe1\x83\x1c\x6e\x04\x5f\x4f\xf3\x61\xfa\x6b\x09\x5b\x61\x5c\xd7\x86\x7c\x69\x8b\x51\xcb\xaf\xeb\x3a\x61\x00\x63\x1c\xe2\xeb\x7b\x22\x5e\x27\x1f\x7f\x47\x3f\x3e\x3e\x37\x8a\x57\x41\xa8\xf4\x8d\x28\xbe\xa4\x2e\x9a\xaf\x5e\x9e\xbe\x7b\xfe\xe1\xe5\xe9\xeb\xc7\x27\x4f\x4f\x3f\x3c\x7d\xf9\xf8\xc7\xe7\x4f\x9f\xd4\x6f\x44\x64\xa3\xa5\xee\xcc\xd6\xfb\xf7\xb6\x38\x64\xa8\x3e\xce\xda\x71\xc2\xb6\x6e\xa8\xc4\xf0\x5e\xcc\x7f\xc3\x36\x6d\xc3\x17\xef\xdf\x63\x8b\x07\x00\x5a\x43\xf2\xd5\x15\x0a\x31\x7c\xff\x9e\xc9\xdf\xb2\x55\x9e\x9d\x34\x0c\xe0\xd8\x47\x9d\x39\x4a\x3e\x5d\xaf\x50\xc2\x87\x39\xd5\x82\x2d\xfa\xb2\xe4\x6b\x04\xfd\x40\xff\x38\x4e\x82\x95\xbe\x5c\xb6\xd8\xd2\x56\xe8\xd6\x92\x26\x93\x52\xd7\xee\xd0\xfa\xbc\xcd\x1d\x62\xee\x0e\xf2\x59\x79\x27\x96\x7f\x53\xb6\x57\xae\xbe\x0a\x99\x56\x80\x3b\xc5\x9e\xaa\x59\x92\xe6\x51\x88\xf1\xbd\x42\x8c\x0e\x3f\x77\x77\x5e\xff\xe6\x3f\x6c\xb6\x1e\x95\x5e\xb1\x68\x2d\xbb\xf3\x5b\x16\xb3\x21\x6b\x45\xf8\x66\x93\xf9\x7a\x53\x3a\x57\x71\xbc\xbf\xfc\x36\x48\x06\xb0\x33\x9e\xfa\x08\xef\x30\x15\xf6\x7e\x08\xde\x3f\x7e\x7c\xfb\x5b\xfa\xe6\x7f\xd1\x4a\x50\x66\xeb\x8c\x49\x49\x7f\x6c\x94\xb1\x32\x0c\x9e\x91\x85\x53\x78\x6a\x14\x7c\x4f\xa8\xdb\xc9\x83\x86\xae\x32\xb4\xae\x9e\x1f\x70\xbe\x65\x27\x03\xaf\xcf\x46\x8d\xe2\xc3\x08\xbf\x09\x0f\x7e\x82\x63\xfa\x68\xe9\xba\x8c\x87\xfb\x09\x4c\x31\x4a\xae\x57\x70\x1f\x62\xa5\x33\xa7\x42\xb5\x02\x44\x3d\x75\x5b\x13\x07\xa8\xbd\x7f\xb1\xb8\x37\xab\xe0\xce\xee\x3f\xd3\x23\xfc\x47\xfc\x35\x85\x51\xe9\x8e\x2f\x25\x8b\xb5\x22\xf0\x20\x2f\xad\x52\x16\x7f\x26\xb5\x35\x8a\xa2\x24\x9a\x10\x4f\x14\x17\x13\x6f\x9c\xc4\xc1\x23\xf6\x8f\xc1\xc3\x6a\xc0\xde\xe4\xa5\x76\x95\x9a\x17\x85\x37\x57\xe3\xf5\x64\xf7\x5e\x48\xed\x93\x2b\x78\x79\xf2\x6e\x32\x5b\x45\x6a\x25\x55\x8e\x70\x78\xcc\x22\x3e\xc1\x99\xfa\xa7\x1e\x0b\x2a\x02\x45\x8b\xdf\xa9\x52\xcc\xf2\xa0\x0f\x58\x1e\xdc\x60\x52\xff\x39\x37\xb2\xd4\x7d\x5f\x19\xed\x9c\x99\x2e\xf3\x55\xdf\xc8\x3c\xdd\xcc\x0c\xa5\x79\x95\xf8\x97\xb2\x2a\xbb\x40\x99\xc5\x49\x8c\x91\x1f\xa7\xf4\xde\x41\x9d\x07\xcb\x55\xbd\x42\x3f\x70\x17\xce\xe1\xcd\x92\x3f\xa0\x23\x47\x7e\x2f\xab\xf8\x54\x94\x05\x81\x09\xea\xd6\x90\xf9\x50\xce\xfc\xf1\x34\x8c\x85\x17\x23\xff\xe5\xa5\x38\x99\x3b\x2e\xd0\x93\xd2\xfb\x13\x3f\xda\xde\x66\xb3\x31\x45\x63\xf1\x48\x7b\xcf\x6b\xca\xb3\x1a\x2a\x13\x3a\x8c\x31\x44\x73\x24\x48\x5d\x52\x34\x06\x37\x49\xfc\xd6\xd0\x43\x98\xd5\x38\xa6\xbe\x4e\x27\x8b\x14\x27\x33\xce\xb7\x93\xf5\xa7\x0d\x6e\x02\x88\xfd\x30\x1a\x60\xca\x00\xa3\xf6\xb5\x13\xbb\x20\x16\x53\xf3\x35\xa2\x08\x6d\x30\xb8\xbd\xc5\x1e\xef\x3f\x6f\x92\xa0\xa7\xfe\x78\xaa\xdc\xf9\xc4\xee\x8d\x71\xed\x13\x5d\x7e\x16\xd3\xcd\x73\xb4\xbd\x5d\x7c\xe6\xb0\x7f\x01\x26\x0b\x21\x86\x9f\x30\xc0\x1e\x2d\x94\x52\xd3\x65\x4e\xa5\x50\x7a\x94\x62\x77\x09\x92\x98\x2e\x6e\x5a\xb3\xa5\xab\x17\x40\x43\x39\xf8\xdc\x11\x0c\xf8\x8a\xef\x17\xfa\xbe\xf7\x08\x75\x7a\x83\xae\x0b\x92\x61\xef\xbb\xe4\x7f\xd0\x77\xc9\xc3\x87\xae\x7f\x96\x74\x7a\xa3\xec\xd3\xb3\x44\xdc\x56\x39\xf1\x10\x0a\x71\x71\xcf\xf0\x88\x8b\x59\x0c\x7c\xb2\xa6\x2e\xd7\xdb\x71\x40\x89\xe3\xac\x26\x55\x5c\x40\x4e\xc9\xab\xdb\xdb\x9c\xc0\xf9\x18\xea\x92\xc3\x6e\xd3\x9c\xb5\x35\x21\x5d\xa6\x97\x40\x6a\x64\x26\xdf\x64\x39\xb0\x70\x34\xc4\x4b\xa0\xea\x4f\x9a\xbb\x34\x8b\xf3\xb0\xf2\xdf\xd0\xdc\x73\x83\xaa\x64\xce\x3a\x5f\xcb\x3b\x9f\x38\x97\xb5\xfc\xa2\xda\xa5\x5a\xb6\x91\x2c\x52\xd4\x39\x32\xf3\xf5\x2e\xfb\x6e\x7b\x1b\x7b\x73\x36\x35\x9e\xb0\x89\x52\x7c\xe2\xf0\x3e\x14\x79\x38\x70\x05\xd6\x29\x3a\xb6\xf7\x64\xeb\x3d\xfe\xe3\xf9\xef\x0b\xdc\x1a\x88\x59\xbf\x88\x42\x30\x0e\x20\xaa\x07\xb9\x68\x76\xe9\x25\xae\x10\xd6\xda\xe4\x36\xb4\xbd\xf1\xbd\xac\xf9\x06\x57\xb1\xe5\x84\x13\x47\xdf\x3f\xd8\x1c\xe7\x5b\xd1\x56\xb7\xb0\x11\xe1\xf1\x14\xa6\x8f\xf8\x8e\xc1\x0b\x15\x8f\x9d\x2c\x07\xa0\x26\x77\x07\x7a\x2e\x71\x82\x5f\xb0\x37\xdb\xdb\x0e\x1c\x6e\x35\xca\x2b\xfb\xc8\x2d\x2e\x64\xd9\x60\x83\x55\x85\x3f\x2d\x31\x1c\xdd\x87\xab\xf8\xcf\x07\xe3\x9f\x7e\xbb\xfe\xdf\x3f\x36\x01\x4d\x5e\x16\x7b\x99\xf5\x41\xc9\x2d\x4a\xad\x9d\x68\x5f\xbf\x84\x2e\x84\x18\x87\x71\xd8\x21\xa5\x98\xee\xa0\xc5\x61\xaf\x1a\x56\xae\xb6\x8c\x72\xbc\x83\x0d\x15\x10\x8e\xcd\xa0\x15\xf5\xd9\x9b\xae\x8b\x6a\x0a\x2b\x83\xe2\xac\x2b\x6c\x93\x56\xb6\xdc\xcc\xd8\xe0\xcd\x66\xdb\xfb\x4c\xec\x9f\x77\x62\xff\xf2\x7e\xec\x51\x8b\xcf\xe7\x3f\x9f\xfe\xfa\xf1\xa8\xc2\xa3\xde\x64\xe0\x8d\xfd\x4b\xcd\x9d\x3d\xc5\xd7\x11\x2c\x42\x10\x89\x4b\xf3\x7f\x84\x01\xf3\x5c\xcc\x79\xc7\x74\x3a\x22\x45\xe7\x8a\x24\x91\x0c\x7e\x85\x0f\xed\xef\x94\xb4\x11\x9c\xe0\x42\xd2\xe7\x70\x82\x0b\x29\xa7\x30\xbc\x98\x16\xd3\xfe\x42\x1f\x17\x52\xe3\x64\x5e\x48\xfa\x36\x99\x6b\x9e\x2e\x87\xb9\xd8\x58\x1e\x34\x8e\xfd\xf3\x28\x4c\xb1\x6d\x70\xef\xcf\x9a\xcb\x47\xde\x00\xac\x96\x3e\x8e\xc3\x99\x4f\x32\xe1\x34\x07\x7e\xf6\x9b\x12\x7d\x19\x18\x77\x99\x6d\xbc\x0f\xec\x8b\x05\x45\x04\x33\x2e\x76\xad\x58\xd1\x2a\xbc\x5d\x8a\xf4\x67\xe6\x08\x06\x8d\x0a\x39\x73\x19\xe1\x23\xaf\xb9\xc9\xe4\xde\x69\xf4\x41\x0a\x89\xf2\x11\xb0\xd3\x68\x71\x11\x4e\xae\x0d\xef\x35\xf0\x8b\x42\xb2\x1c\xe7\x72\xee\x1f\xcd\xa5\xa5\x2e\x94\x82\x15\x4b\x11\x1b\x5a\x84\x1c\x98\xb1\x58\x72\x79\xe5\x20\x56\x64\xd3\x1b\x32\x10\xd4\xb2\xd6\x15\x1c\x0e\x32\x91\xb5\x47\x66\x7e\xe8\x46\xec\xcf\xf9\x20\xf5\xae\xc8\xcd\x47\xa1\xdf\x21\x47\x53\x44\x96\x91\x1a\x96\x6f\x60\x7f\xb0\xbf\x98\x00\x00\xfb\xc3\xdc\x8f\xf9\x87\x39\x24\xdc\xfb\x51\xc3\x6a\x36\x13\xdf\x10\xc1\xd2\xab\xe4\x48\xaa\x77\xa6\x6a\x1e\xcf\xd2\x84\x1a\x7a\x8d\x2d\x5a\xdb\x17\xd7\x3e\x5c\xb0\xc8\x6b\x22\xe3\xda\x09\xa2\x8e\x05\x5a\x59\x88\x07\x5b\xbd\x55\x0d\x67\x64\x45\x36\xb3\x42\xaf\x67\xf7\xa0\x29\xfe\x1a\xfb\x97\x59\xe6\x90\xe5\xe3\xd8\x7f\xb1\x3d\xb6\xd3\x38\xb2\x0a\xae\x88\xd5\xa6\xeb\x9c\x53\xfc\x26\x0a\xbd\xcc\xaf\x4d\x66\x6e\x38\x97\x68\x1b\x14\xd8\xea\xb2\x96\xbc\x9b\x07\x3e\xae\x34\xff\xb1\x7c\xd0\x22\xf6\xd2\xf1\x14\x12\x01\x70\x6c\x7f\x82\x21\x7a\x43\x0f\x3a\x46\x07\x6b\x28\xea\x0b\x2b\x2a\x0b\x79\x4d\xe9\x35\x00\x7b\xac\xd9\x35\xe0\xf6\xb6\x6c\x03\xd7\x9d\x42\x7e\x18\x03\x37\x9a\x76\x31\x80\x5e\x32\x99\xa4\x10\xd3\x5f\x40\x55\x27\xe4\x2b\xf2\x03\xe8\xca\x83\x7c\xc7\x7e\x02\x45\x5f\x90\xaf\xde\x26\xf3\xe5\x5d\x33\x81\xb7\x3e\x23\x92\x69\xc6\xa3\x42\xee\x87\x0a\x7a\x75\xf1\xc7\xa4\xf7\xf0\xf2\x72\x05\x67\xba\x22\xea\x76\x3d\x6c\x75\xa9\x3f\x66\x01\x89\xbb\x74\x47\x18\x8d\xf2\x18\xdf\x0d\x36\x0f\x75\xe9\xa7\x0a\x57\x90\xf3\x05\xd5\x58\x77\xfa\xc0\xe6\x4a\x5d\x29\xbe\x77\x5e\x8b\x32\x01\x79\xd7\x02\x72\x97\x1c\xa6\x33\x15\x81\xef\x97\x2d\xdb\xcb\xab\xaf\xef\xb7\x79\xf5\xb4\x70\xaa\x5f\x7b\xfb\xd0\xe4\x7a\xfd\xeb\x17\x15\xa4\x43\xc9\x9e\xb4\x8b\x85\x3f\xc1\x14\x77\x68\x4f\x70\x68\x9c\x42\x14\x09\xbd\xf6\x24\xbd\x66\xb8\xfa\xd4\xd7\x6b\x9a\xd2\xfe\x60\xbb\xda\xd3\x30\xa0\x36\x7d\x65\x33\x13\x82\xab\x5d\xf0\xac\xb0\x06\xe4\xf0\x1f\x4d\xf6\x22\x48\x1a\xa3\xa6\x51\x72\xc8\xbf\x33\x25\x67\xa4\x35\x31\x84\x41\xda\x41\x90\xd3\x6b\x41\x53\xca\xc8\xbf\x4e\x16\x38\xdd\xb9\x40\x94\xd2\x49\xbc\x67\xbd\xd8\xe1\x87\xcb\x2a\xfb\x15\x88\x01\x02\x3e\x48\x36\xb5\x64\xa5\xd5\x4b\x56\xef\xf9\xbf\x77\x3e\xfd\xf6\x53\x49\x48\xc9\x18\x46\x91\xc2\x7b\x53\x61\xd6\xe2\xc1\x12\x71\xe7\x2a\x8c\x83\xe4\x8a\x93\x44\x87\x9f\xab\x50\xf7\x79\x82\x9c\x62\xab\x87\x79\xf1\xd9\xb5\x5b\x72\x98\x21\x2b\xc7\xd4\x4f\x4f\xfc\x8c\xca\xab\x36\x90\x70\xcc\x13\xab\x0a\x68\x8d\xd9\x67\xec\x97\x62\xa3\xd2\xca\x35\xf1\x64\xaf\x0a\xa8\xb6\x05\x72\x27\xf4\xcb\x62\xe5\x44\x92\x72\x54\xb4\x75\x8d\x71\x25\xcd\xa8\xe8\xf6\xc7\xe3\x9a\xc8\x92\xfc\x09\x4e\x81\x26\x55\x0d\x9d\x12\xa0\x52\x36\xea\x71\xf6\x64\x83\xec\xed\xb2\x8f\xd8\xb4\x8c\x7d\x1c\x5e\xc2\x4e\x3a\x46\x09\x03\xfd\x91\x1d\xc6\xf5\x6c\x1b\xd8\x3f\xd0\x8b\xc9\x18\x77\x98\x2c\xdb\x3f\xb0\xd4\xd4\x70\xa3\xfc\xc4\xc9\x3c\xfb\x75\x22\xe3\x4e\xc6\x51\x48\x91\x6b\x3e\xc3\x13\x19\x89\x61\x63\x6a\x44\x64\x5b\xcb\x07\x9e\xfd\x29\x9b\x08\xec\x19\xcb\x85\x59\x81\xb4\x47\xd4\x82\x53\x3e\x9f\xb4\xd2\x6b\x11\xe6\x0d\x75\xab\x87\xb8\x35\x4b\xe1\xb1\xc1\x0a\xf3\x81\xac\x1d\xd5\x66\x18\x25\x97\xde\x91\x62\x79\xe3\x26\x17\xfa\x53\x21\xe7\xab\xc1\x84\xe3\x8a\x64\x39\x05\x7d\x83\xf9\x51\x82\x61\x4b\x26\x47\x76\x1c\xce\xa8\x1f\x44\x78\xf6\x17\x98\x38\x41\xc3\x89\x53\x44\x73\x2d\x6b\x2f\xb0\x7f\x50\xf8\xfe\x44\x4e\x25\x84\x7f\x26\xf6\x67\xce\x0c\x5b\xcf\x65\x30\xce\x4b\x24\xe9\x05\xa9\xe2\x35\x84\x56\x56\xa2\xe1\xaa\xc7\x62\x25\xfc\xb8\x95\x96\x19\x23\x9c\x5c\x69\x68\xd3\x7a\x0a\xa1\x51\xc9\x91\x7a\x61\x38\x44\x12\x07\x2e\xc3\x2e\x9a\x24\x68\xe6\xe3\x67\x18\xce\x4e\xc9\x5c\x02\x51\xa5\xf6\x98\x16\xb1\xe4\x12\x43\xd0\x13\x3f\x38\x6b\x1a\x65\x90\xcc\x3a\x08\x8e\xaf\xc7\x11\xc3\x05\x95\x2f\x7f\x0c\xe3\x20\x8c\x2f\x48\x1a\x55\xea\x81\x8f\x31\x0a\xcf\x17\x58\x4d\xc0\xe7\x7b\xad\x61\x83\xa6\x1b\x38\x5d\xe0\x8b\xda\xb9\x8e\x7d\x01\x31\x6d\xa3\xed\x02\x66\x7e\xef\xf5\xf6\xbb\x00\x25\x57\xfc\x88\xbb\xdf\x05\x33\xff\x93\xfc\xd1\x05\x5c\xfc\x06\x74\xf6\x65\x1a\xc4\x4a\x96\x92\xbc\xdb\x20\xd3\x9b\x3a\x4c\x15\xb4\x47\xd4\xf9\x44\x8e\x4f\x21\xcc\x9a\xd6\xd7\x16\x86\x8a\xec\xb9\xac\xbc\xcd\x8d\x1f\xb9\x6c\xf3\xc3\x3b\x2c\x7a\x01\x85\x25\xf5\x95\xe6\x09\xde\x0b\xc3\xe1\x10\x6f\x6f\x3b\xf1\x30\xd3\xe4\x63\x60\x7f\xf7\xb9\x43\xa5\x6c\x60\xf5\x48\x15\xe2\xe5\x46\x6c\x3e\xc2\x91\x88\x29\x7f\x6a\xca\xb3\x1b\x66\x2f\x18\x48\xeb\xce\x65\x08\xaf\x88\x0a\xef\xb8\xcb\x91\xbb\x04\x62\x90\x0b\x67\x93\xac\xab\x80\xfd\x41\x84\x3f\xce\xfc\x4f\x6f\x18\x02\xbc\x1c\x79\xfd\xf0\xc2\x46\xcd\xd0\xed\xa9\xed\x02\x5c\x78\x91\xe5\x42\x71\xb9\xa0\xe8\xe4\x17\x3e\x9e\x7a\x33\xff\x93\xb3\x9b\x1b\x42\x8f\x55\xe5\xf6\xf6\x6c\x24\x21\x2f\x5c\xf7\x81\xf8\x22\x64\xe1\xf2\x86\x92\x94\x91\xff\xef\xf8\x61\xff\x98\x43\x9d\xdd\xf0\x2b\x20\x4c\x0e\x49\xd4\xb9\x87\x99\x9e\xd6\x73\x38\x52\xb4\x67\xee\x19\x17\xa6\x6f\xe0\x45\x98\x62\x88\x48\xdf\x0a\xd5\xd7\x60\x4a\x53\xa6\xb4\xf1\x53\xb1\xa7\xb8\xee\x12\x7c\xa0\x87\xa7\x37\xf2\xec\x54\xa8\x74\x98\x72\x57\x25\xea\x6f\xa6\x3d\x09\xe3\x8b\xdb\x5b\xd1\xa5\xe9\xcf\x51\x38\x9b\x41\xd4\x77\xdc\x47\xf4\x11\x82\xcc\xd5\xc0\x71\xc9\xa2\x10\x67\x8b\x02\xb5\x53\xba\x3a\x7a\x63\xf8\x19\x6a\x36\x2b\x66\xd4\xa1\xf9\x70\xeb\x1c\x88\x0d\x16\xc9\x99\x1f\xc6\xd6\xf7\x56\x10\x5e\xb2\xc1\xe7\x28\x07\xfe\x10\x93\x61\xfb\x31\x59\xd0\x55\xec\x84\x6a\x54\x6f\xe0\x18\x3b\x2e\x48\x8a\xd9\xfc\x6d\x92\x24\x18\xa2\x33\x94\x44\x70\x68\x73\xcd\x2f\x8c\x27\x89\x3d\xfa\x9b\x0b\xd2\xa1\xef\xe1\x64\xfe\x30\xf1\x98\x66\xc6\x44\xe0\x61\x0f\x44\x43\x69\x49\x0b\xe3\x18\x22\xf6\xa2\xc3\x5d\x94\xc9\x70\xa8\x12\x2e\xc5\xb1\x0b\x22\xf3\xc2\x91\x5b\x8f\x62\x5e\x1e\x33\x1a\x56\xad\x42\x74\x9d\x5b\x94\xae\x73\xe5\x0b\x92\xec\xe8\x9a\x05\x69\xa1\x2c\x48\x90\x62\xb9\x29\xa6\x85\xc2\x82\x84\xb9\x2b\xe7\x82\xda\x6e\x49\xb1\xa9\xf0\xbb\x62\x8f\x4e\xa9\x3e\xfc\x3a\xe1\xbe\x8d\xee\x72\x09\xa8\x8e\xa8\x49\x00\x2f\x3a\x03\xa3\x24\x29\x7e\x0a\x51\x8a\x1f\xc7\xe3\x69\x82\x1c\x68\xc0\xd4\x94\x0d\xca\xbb\x1a\x7e\xdf\xdb\xde\x96\x9e\x35\x99\x33\x61\x6f\xf4\x48\xfd\x31\xb8\x59\x96\x60\x12\x86\x13\x26\xe7\x7f\xc5\x48\xf8\x8b\xfe\x15\x23\x8f\xee\x79\xde\xe7\x67\xa4\xf5\x43\xb2\x65\xb9\x40\x60\x73\x8a\x2e\xdb\xde\x86\x5b\x85\x95\x44\x28\x59\xae\x7b\x93\x9f\xbc\xd2\x10\x37\xf7\x51\x0a\x9f\xc5\x14\x30\x92\x7b\xbe\x88\xbc\x01\x1a\x2a\xfd\x92\xa4\x30\xa5\x9e\xa4\x36\x59\xb6\xfc\xec\x55\xca\x90\x39\xc9\x9e\x41\x67\x08\x48\x86\x7e\xe9\xbc\x48\x87\x09\x15\x73\x5f\x13\x73\x10\xb6\x9d\x2e\xd1\x30\x2c\x2d\x63\x31\x8c\x48\x19\x0f\xd2\xef\x17\x8f\x48\x39\x7e\x9a\x3e\x0f\x53\xea\xc8\xef\xd8\xfe\x79\x72\x09\x6d\x77\xa0\xbe\x60\x3e\x85\xf2\x1d\xc8\xf5\x78\x0f\x88\x91\x18\xa2\x25\x8c\x52\x68\x95\xf6\x26\x1d\x9c\xbc\x29\x3b\x6a\x6c\xc6\x62\x9e\xb9\xe9\xfd\xf4\x79\x3a\x1a\xbf\x7d\x1d\xbe\x9a\x05\x25\x1e\x16\xf1\x7c\x81\x9f\x05\x0a\x6c\x61\xbd\xd5\x68\x0f\xec\xe5\xed\xb7\x5c\xbf\x34\x1c\x76\x28\x7a\x08\xef\x20\x6b\xea\xa7\x9d\x92\xd3\xcf\xbd\x30\xa6\xec\x35\x3b\x75\xac\x6d\x13\x69\x6a\xf4\x20\x05\x31\xbb\x43\x99\x0f\x45\x04\x71\xe1\xa8\x67\xe7\xe4\xb2\x23\x7c\x4a\xf8\xed\x01\xb0\x39\xc1\x91\x7c\x21\x3c\x38\xec\x0f\x35\x21\xda\x2d\xbd\x36\x0a\x07\x62\x94\xbf\x2c\x59\xd3\x3a\xb0\xb6\x85\x60\x4f\x01\x6c\x53\x08\x4a\x9a\xf3\x81\xac\x78\xcc\x2f\x77\x90\xc8\x9c\x02\x0c\xc7\x77\x03\x8b\x0a\xcf\xbe\x04\x62\xe1\x74\x9a\x5c\x59\x5c\x0e\x84\x84\x99\x91\xdd\xeb\xee\xee\xcb\x06\xb2\xd4\x59\x20\xdf\x2d\x49\xc4\x2a\x68\xef\x96\x75\x89\x19\x66\xa2\x70\xff\x14\x27\x52\xe6\xc3\xb4\x03\x67\x73\x7c\x9d\xe1\xee\x31\xa6\x76\xd5\x42\xa1\x5d\xaf\xc9\x0b\x2e\xd9\x89\xda\xad\x5b\x76\xc5\xa6\x5e\x38\x35\x1e\x88\x76\xc4\xb5\x40\x95\xbc\x5a\xf6\x83\x2a\x8c\x8d\x5c\x07\xd6\x73\x77\x7c\x09\xd1\xfb\x25\x0c\x60\x13\xd1\x6b\x45\x39\xd2\x60\xb2\xcb\x22\x9b\xb1\xf0\x48\x03\x55\xd9\x52\x50\x56\x91\x46\x4b\x44\x15\x97\x42\x53\xfa\xaa\x3a\x43\x57\x1f\xec\x96\x59\xb0\x9a\xb8\xcc\x6c\xc4\xbf\xd5\xa8\x0a\x6d\xd0\xc9\xb5\xce\xbe\x64\xbc\x96\xdc\xbc\xfb\x8c\x3c\x95\x16\x8f\x24\x2d\xcf\x22\x80\x46\x43\xd3\x8f\x44\xdd\x9d\x18\xd0\x68\x96\x65\x7b\x8f\xde\x8b\x4e\x14\xa6\xf7\x25\xe2\xf3\xf9\xd1\xbb\xf0\xf0\xb0\x57\x09\x92\xdd\x24\xfa\xc4\x08\x57\xfa\xd6\xbf\x68\x85\x0f\x9d\x65\xb7\x0f\xfa\x0d\x40\xa4\x7b\x7b\x64\x05\x28\x06\x80\x8a\x3e\x66\x61\x9f\x82\x25\x4a\xa3\x95\x1e\xd5\x61\x6a\xd5\x80\x57\x07\x25\xb8\x4c\x4a\xc9\xed\xf1\x9a\xe5\x92\x29\xb1\x52\xe9\x7a\x39\xa2\xab\x5c\xdd\xfa\x48\x3a\x7b\x1d\xa3\xbc\x5e\x49\x93\x5e\x5f\xe6\x0a\x2c\x46\xba\x89\xb3\x6b\x39\xc6\x54\xb5\x87\x62\x13\xe0\xd1\x7a\x64\xe9\xb6\xe0\x69\xab\xaf\xb0\xea\x24\xff\x8a\x00\x31\x62\xb6\x07\x1d\x9f\xae\x6f\xf7\x63\xd5\x81\xbf\xbe\x38\x0e\xff\x7d\xfa\xeb\x97\x46\x47\x30\xf7\x86\x32\x3c\x05\xdb\x75\xc1\xfa\xd4\x35\x5a\x9f\xba\xaa\xf5\xa9\x3b\x1a\xc4\xf0\xca\xfa\x07\xf4\x3f\xbe\xf0\xe7\xdc\xf2\x76\x73\xa1\xd2\xda\xe0\x0c\xc5\x15\x32\x63\x12\x35\x7a\x4a\x8e\x0a\x74\x16\x8f\x96\x20\xcd\x7d\x02\x90\x30\x8a\xca\x8f\x78\x7a\x56\xa5\xe1\x70\xe8\x6f\x6f\x3b\xfe\xf0\x66\x09\x20\x33\x9d\x00\xdf\x75\x81\x7f\x16\x8f\x86\x88\xfe\xb3\x5c\x2e\x1d\xb2\xc5\xef\xdc\xdc\x38\x67\x8f\x3b\xff\xf6\x3b\x9f\xbd\x6e\xe7\xf8\x43\x67\xf4\xd0\x5d\x2e\x77\x2e\x6a\x20\x72\x1b\x88\xa8\x6f\x1b\xef\x9e\x98\x3f\xbb\x8d\x88\x0a\x6b\x33\xdb\x97\x3d\x02\x08\x46\xf9\xab\x06\xbd\xa3\x32\xf3\x61\x9c\x19\xdd\xa0\x9b\xeb\x1b\x6a\xa0\xe1\x0c\x3a\x98\x93\xe7\x90\x8a\xa1\x98\x08\x49\xce\xc6\x69\xc5\x49\x32\x87\x31\x44\x56\x9c\x20\x38\x81\x08\x41\x64\x17\x4d\xef\xbc\x8e\xc0\xfe\x70\x1e\xf9\xf1\x47\xdb\x95\x74\x28\x59\x22\xa6\x01\xb8\xe0\xd2\x47\xe9\xc6\xda\x91\xcb\xbf\x78\x27\x40\x7b\x52\xc9\xc6\x16\x62\x4d\x5d\x3c\x5d\x40\x12\xdc\x45\x6d\xb2\x72\x04\x9b\x8b\x3f\x54\xab\x41\x7a\xc1\xce\x89\xe4\x16\x15\xc9\x2c\x12\xf2\x91\x83\x87\x58\x42\x0e\xa3\xbc\x91\x8d\x32\xd5\xf0\xab\xb3\x78\x9c\x04\xf0\xdd\x9b\x67\x52\xd6\x94\x7b\x3d\x9f\xf2\xab\xd8\xb6\xcb\x59\x6f\xe2\xcc\x51\x8e\x5e\xdd\xe4\xfa\xd0\x1d\xd0\xe7\x6d\xc1\x8a\xb9\xe1\xe5\x3e\x81\x49\x5e\xc2\x17\xbf\xfa\x3b\xb3\x32\x84\x0e\x06\x4a\x5c\xa5\xb1\x65\x47\x76\x89\x47\xbc\x4b\x3d\x2b\x29\x2c\x71\x99\xeb\x68\xe6\x4a\xa0\x25\xd2\xe2\x9b\xfa\xa6\x13\xb8\xad\xf5\x61\xde\x86\xa5\x7f\xdd\xfc\x30\x6e\xa4\xa3\x57\xcf\xdc\xbb\x64\xa5\x99\xe8\xdf\xb2\x66\x8f\xca\xbc\x5a\xf9\xf1\x5a\x45\x69\x36\x9c\xaf\x9b\xb6\xc7\x54\x81\x2c\x08\xc4\xe0\xdc\x2a\xf4\xd8\xa9\x9f\x4e\x33\x2c\x63\x61\x52\x2b\x85\x59\xce\x19\xdd\xf2\x10\xc9\xeb\x39\xc9\x16\xc5\x7f\x6d\x4d\xa6\xee\x68\xa8\x84\x5f\x08\xff\x81\xad\x5e\xc9\x81\x31\x89\xcf\xa3\x05\xba\xd3\x43\x24\xbf\x74\x25\xaa\x1c\xd9\x31\xd2\x2c\x8d\x7c\xe4\x6c\x0a\x5a\x28\x2b\x45\x5c\x96\xb8\x95\xc0\x29\x0d\xb3\xe5\xdd\xc8\x6e\x72\xfd\x20\x38\x21\x02\xf3\x6a\x81\xd3\x30\x80\xcf\x79\x89\x8e\x3b\x28\xaf\x42\xc9\x37\x95\x10\x64\xc5\x7c\x0a\x6d\xf4\x83\x20\x0b\x32\x09\x92\x31\xad\xb4\xe3\x0a\x89\x56\xa1\xc8\xdc\x1b\x16\xdd\x11\xa6\xbc\x0e\x0e\xf4\xe8\x64\x92\x57\x74\xee\xf6\x76\x49\x12\x03\xbf\x9d\xfa\x95\x03\x3d\xba\x2e\x64\x77\x7c\xf9\x27\xc3\xad\x1e\x80\xd9\xb1\x5f\x78\x50\xf0\x54\x64\x0f\x81\xa6\xf6\xb2\x60\x93\x0a\x13\x44\xa7\x37\x1c\x0e\x1d\x79\xef\x8c\x60\x44\x37\x34\x8f\xce\xb3\x57\x13\xc7\x16\x6a\x8a\x4d\x1b\x67\x46\xbf\xc8\xd5\xb4\xf8\x0c\x90\x5d\x97\x6c\x34\xd8\x0f\x23\x25\x60\x84\xcc\x1c\x27\xe7\x2f\xc2\x5a\xa8\xf9\x8b\xc0\x91\x91\xee\xb0\x58\x0e\x47\xe9\x29\x95\x2f\xa0\x1b\x4f\x34\x3f\x14\xde\x91\x2b\x44\xa7\x24\x1f\x61\x5c\x62\x4c\xb9\x0f\xb7\x79\xe8\x75\xb4\xf7\xec\xd9\x3f\xcd\x50\x98\xad\xee\xf0\xca\x9c\xb3\x8b\x56\x97\xf6\x7c\x5c\xc2\xe4\x50\xf0\x80\x13\xd8\xf0\xd2\xb6\x21\xbb\x5b\xe0\xc2\x23\xe6\xfd\xc3\xf1\xd0\x69\x3e\x2c\x7c\x25\x41\xb8\x73\x7e\x4d\xc6\x83\xa1\xa7\x27\xe8\xd9\x93\x81\x9f\x8e\xed\x12\xe3\x79\x99\x75\xa3\xe8\xda\x39\x6e\xe4\x87\x2e\x5b\x55\x45\xff\x5e\xe5\x72\xce\xae\x17\x64\x0a\xc9\x7e\xdf\x8a\xbb\xd6\x68\x9e\xa8\xa9\x54\xf9\x95\x67\xd9\x85\xd6\x34\x6f\xa9\xc9\xba\xbc\xca\x9c\x6d\xfc\xf4\x74\x9c\xcc\x4b\x39\x9a\x4b\xbf\x7a\x02\xd3\x31\x0a\x45\x57\x19\x4c\x4a\x8d\x2c\x51\x35\x1d\x53\x72\x2d\x58\x7f\xcd\x57\x79\xa9\x62\x0e\xba\x36\x93\xec\x53\xf9\xcf\xb3\xec\xab\x9d\x9d\xbb\x5c\x12\x27\xc8\x3c\xc9\x85\x38\xfd\x8e\xd4\x60\x7d\x69\x02\x3b\x02\x36\x46\x0b\xa2\x6e\x42\xc5\x13\x58\x2b\x06\x1c\x09\x35\x55\x8f\xe7\x68\x7e\x73\xd1\xae\x9f\x7a\x86\x88\xe6\xe7\xc9\xd8\xa7\xca\xac\x1d\xd1\xbf\x80\x7d\x11\x25\xe7\x14\x20\xbe\x9c\x4b\x68\x53\x15\x2a\x90\xc7\x67\x11\xf1\x9a\x2c\xb6\xef\x9a\x1a\x59\xad\x23\xb8\xbe\x13\x18\xa5\xfc\x36\x77\x2f\x88\x16\x58\xa5\x18\x61\xf2\x0e\x03\xd1\xfb\xc4\x91\xd5\xee\xf0\x84\x9c\x3d\xa0\x1b\xac\x5a\x09\x1b\x70\x10\xb7\x81\x1d\x06\x24\xa3\x24\x1e\xdc\xbc\x79\x7a\xfa\xf6\xf1\x9b\xb7\x03\xe9\xf8\x6a\x33\x22\x01\x1b\x8c\x93\x38\x18\xd8\x61\x7a\xca\x7e\x2f\x81\x4c\x31\x47\xc9\x65\x48\xd6\xe0\xe5\x68\xc9\xe8\xb5\xd3\xc1\x0d\xc9\x72\x70\xb3\x04\xec\x73\xf2\x97\x48\x36\xb8\x21\x05\x9d\xbe\x3b\x39\x79\x7a\x7a\x3a\xb0\x7f\xbf\xc2\xf6\x72\x09\x7e\xbf\xc2\xb9\x17\xb4\xae\xe4\x15\xfd\x63\x70\xc3\x88\x92\x5b\x74\xb2\x41\xc5\x69\x39\x32\x05\x2d\x28\xcf\xf8\xca\x74\x1a\x3e\x4c\x1f\xe1\x75\xca\x19\x72\xf9\x93\x0b\x88\x5f\x5d\xc5\x62\xe0\x18\x9d\x6c\x2a\xec\x98\x55\x69\x48\x36\x98\xf2\xf5\x22\x8f\x71\x0c\x39\x9a\x7a\xaf\xb3\x65\xe9\x59\x88\x09\x9d\x20\x5a\x47\x0f\xc6\x8b\x19\x23\xbc\x5d\xba\xd4\xd2\x33\x5f\xa4\x53\x89\x18\x88\x32\x33\x5d\xc6\x67\x8b\xc4\x0d\x9e\xf0\x44\xb4\xc2\xd8\x82\x8f\xca\xc4\x11\x0b\x19\x8c\x41\x56\xd8\x60\xab\x4b\x64\x66\x12\x5e\x2c\xe4\xef\x2b\x14\xf2\xe0\xff\xee\xd2\x1d\xc0\x33\x3c\x1a\xc6\x00\x6e\x88\xdd\xd6\xaf\xd6\x2d\xbb\xe9\xbf\xbb\x97\xe3\x9f\x7f\x32\xeb\x96\xa7\x6c\x26\xda\x14\xc3\xcf\x16\x8e\x4d\xb6\x82\x69\x2a\x71\x10\x19\x1d\x58\x41\xe9\xdc\x07\x2a\x8c\xaa\xdc\x8e\x53\x34\xa6\x0a\x1f\x9b\x6a\xb6\xe0\xfb\x91\xc8\xaa\xa5\xac\x55\x82\x77\xd4\x4e\xc2\x60\x9c\x11\x56\xc9\xc9\x06\xc4\xcc\xac\x8f\x55\x21\xe5\x1c\xa8\xfe\x18\x7a\xc8\x0d\x99\xd9\x54\x63\x90\x93\xbb\xdc\x9e\x24\x93\x94\x32\x4c\x19\x7d\xb6\x76\x8a\x9b\xba\x20\xbd\x18\x01\x3b\x53\xe4\x79\x23\x77\x84\xda\x4b\x5a\x3e\x6a\x4c\x91\x7b\xa0\x5c\x88\xf1\x36\x72\x9c\x38\x9b\xd3\x5b\x21\x68\xc4\x15\x33\x68\x56\x34\x04\x59\x2c\x94\xfa\x58\xaa\x2c\x4e\x49\x0c\x11\x4a\x32\x62\x2f\xcd\xaf\xe4\x80\xf5\x19\x5b\x60\x76\x52\x18\x4d\x64\xc3\x04\xdd\x6b\xfb\x40\xa5\xea\xb8\x7b\x5e\x1b\x03\x0d\x52\x23\xc5\xb2\x41\x2f\x4a\x01\xfc\xf2\xfd\x48\x66\xc2\x8e\x28\xbf\xba\x2b\xff\x58\xc0\x05\xb4\xab\xd8\xd6\x8e\x80\x3d\x5b\x64\x47\x41\xa5\x59\x99\x8a\x79\x96\xf1\xae\xd1\x86\xd8\x55\xf0\xc7\xe4\xaf\x3d\x56\x53\xbe\x87\xe5\xc3\x88\xbf\xfe\xe0\x91\xcd\xb6\xd9\xb8\xfd\x7e\x85\xdb\x0e\x9b\xd6\x8d\xc0\x7e\xbc\xc0\xd3\x77\x6f\x9e\x4b\x10\x9f\xd6\x43\xc2\x2a\xfb\x1f\x3c\x1a\x4c\xc3\xf9\x4a\xf3\xc8\x5f\xe0\x69\x82\xc2\xcf\x50\x4e\x24\x65\xec\x04\x57\x47\xb6\x12\x93\xc1\x00\xb6\xf8\xc8\x27\xbd\x76\x92\x04\xf5\x89\x4e\x05\xf8\xf7\xfd\x59\xe8\x8a\x2f\x0f\x4a\x3d\xcc\x40\x1f\x10\x39\xda\x5f\x33\x58\xb2\xa0\x96\xca\x23\x49\x52\x79\x24\xf1\x4b\xef\x05\x36\xea\x12\x46\xb5\x91\xa1\x3c\xe6\x28\x66\x58\xb1\xdf\x0f\x8a\x08\x1b\x7c\x3b\x1d\x72\xb8\x56\xa2\xaf\x18\xa3\x52\xa0\x47\x64\xd7\xc3\xc9\xdf\x4f\x5f\xbd\x1c\x16\x11\x89\xd4\xb4\x02\x32\x1b\x0f\x7b\xdf\xe1\xff\xc9\xfb\x12\x7c\x87\x1f\x3e\x14\x17\xfa\x64\xb8\xb6\x14\x87\x02\xac\x3a\x14\x60\x1a\xce\x82\xff\xab\xff\x28\xe6\xaa\xb8\xe3\xbb\x60\xab\xeb\x1a\xb0\xc2\x89\x36\x4d\x75\x58\xff\x0c\x8f\xdc\xa5\xeb\x0e\x6a\xb4\xea\xd4\xa8\x07\x87\x30\x75\x20\xa8\xfb\xd4\xf1\x5d\x77\xa0\xd4\xa9\xa4\x42\xe5\x8a\x76\x9d\xc6\xef\x03\xcc\x2c\xe9\xe2\x52\x78\xe9\xdc\x28\x16\x45\x3a\x52\xd9\x6f\xc0\x06\x57\xbc\x10\xbf\xc0\x4b\x41\x54\xc6\x9e\xcb\x9f\x4b\x70\x43\x56\xf5\x17\x10\x4f\x93\x20\x07\xd7\x9b\xbd\x78\x94\xfb\xcd\x13\x2e\xdd\x65\xce\xa8\x5d\x04\xe1\x4d\x1a\x9c\xf0\x66\xc9\x05\xf2\xe7\xd3\xeb\x0e\xfd\xe7\x7e\xdc\x32\x9f\xf7\xe1\xab\xab\xdf\xa7\x49\x4b\xa0\xcf\xf4\xf2\x42\x33\xa7\xb1\xb8\x5b\x06\x02\xc4\x68\x41\x29\x06\x83\x74\xe4\x9e\xf2\x80\x3a\x63\x02\x63\x38\xc9\x85\xd9\xe9\x4e\x76\xa2\x2d\x4c\x6f\xc8\x8f\x53\x46\xbb\xcb\x20\x88\xe8\x03\xda\x40\xae\xba\x53\xff\x65\x01\x8c\xc4\x4a\x05\x7d\xa9\xb1\x03\xab\x51\x32\xb7\x88\x55\xa4\x19\xa9\x2e\x9a\xd9\xb2\xc6\x21\x1a\x97\x44\xe4\x9c\xfb\xe3\x8f\x17\x28\x59\xc4\x92\x03\x0b\xc9\xfe\xa2\xe6\x70\xfe\xe9\xff\xcf\xde\xbf\x7f\xb9\x6d\x23\x89\xe2\xf8\xef\xfd\x57\x74\xf3\x7b\xaf\x96\x48\x20\x76\xb7\x33\x33\xbb\x97\x19\xa6\xc7\xb1\x9d\x19\x7f\xc7\x71\xbc\xb6\x33\x7b\xe7\x68\x75\x73\xd0\x24\xba\xc5\x69\x0a\x50\x00\xa8\x1f\x91\xb4\x7f\xfb\xe7\xe0\xc5\x37\x45\x52\xad\xb6\x25\x47\x73\x76\xe3\x16\x59\x00\x81\x42\xa1\xaa\x50\xa8\x87\x73\x66\x8b\x69\x34\xb9\x9b\x77\xf9\x1a\xba\x8f\x79\xcb\x77\xce\x3f\xd1\x77\x9e\x7d\xa2\xef\x7c\xb3\x8d\xef\x5c\x52\x66\xca\x21\xaf\xf9\xd2\x1f\xd6\x7f\xa9\xd9\xc5\xbc\x91\xee\x93\x98\xe0\x52\xc8\x4a\x9d\x8b\x66\x14\x73\x81\x48\x88\xbb\x39\x68\x5a\x77\x88\x98\xe0\xc2\x66\xae\x6c\x29\x46\x85\xdd\x4f\xda\xf4\xaa\x1f\x28\x75\x04\x64\x59\x45\x1e\x9e\xa5\xe8\xd0\x60\x0f\xe9\xd2\xca\xd7\x4a\x11\x24\x52\xf5\x2a\x42\x45\x15\x20\x3b\x8d\x32\xa0\x7d\x5c\x86\xe7\xf8\x7a\xaa\xfd\x81\xf3\xe0\xf6\x69\xed\x5a\x74\x73\x32\xdd\x6c\xad\xd0\x25\x4e\xda\xe3\x8b\xd6\x10\xd9\x8c\xc6\x44\xe7\x0c\x3e\x53\x34\xe6\xfc\x71\x5d\x74\x49\x1b\xcb\x34\x7e\x25\x2d\xcc\xf2\x4c\x33\xc2\x3f\xd8\x14\xa5\xdc\x70\x9a\x35\xac\x6f\x2d\x1d\x9d\x41\xe7\xfe\x99\x03\x9d\x7f\x3f\x5b\x3f\xf6\x5c\x07\x02\xdf\x17\xcb\xd8\xde\xcb\xf6\x7f\xb4\x88\x78\x48\x93\xc9\x9e\x41\x27\x92\xbf\xbc\x6f\x9e\x69\x7f\xef\xdc\x8d\x8a\x8e\x9b\x1e\x92\xb9\x94\x7a\xe9\xc6\x98\xc6\x49\x12\xeb\x12\xdc\x76\x62\xea\x24\x32\x45\xf7\xf1\x74\x3e\xfd\x81\x69\xbd\xf1\x65\x7c\x1d\x0b\x5d\xb5\x79\x3c\x2e\x5c\x6c\x4c\x6b\x42\x05\xd7\xd3\xc8\x53\x2e\xcc\xf9\x97\xba\x30\xe7\x7b\xbe\x30\xcf\xbe\xd4\x85\x79\xb6\xe7\x0b\xf3\xcd\x97\xba\x30\xdf\x7c\x82\x85\x69\x8f\xb5\xd8\x5e\xc0\x5a\xed\x29\xa9\xce\x6f\x3f\xf3\x6c\x3e\xff\xd3\xd9\x57\x78\x05\x59\x50\xbc\xf2\xb2\x57\x40\xdf\x9d\x5d\xa4\x69\x19\xc4\x57\x18\x9c\x9e\x9f\x9d\xf9\x67\xab\x8d\xfd\xdf\x55\xde\x93\x6f\xbe\xf9\x13\xcc\xc6\xea\xab\x8c\x48\xfe\xf0\xff\xd8\xff\x6d\x6c\xcf\x50\x4a\x41\x30\x22\xee\x39\x80\xc4\xf5\x9e\xfd\x51\xfd\xa3\xff\xfb\xef\xea\x9f\x73\x30\xd6\xb0\x9a\xb6\x25\xec\xd0\xc0\x0d\x3d\xf3\x8f\x86\x1c\x9e\x83\xf1\x0a\xe6\xe9\xa5\x92\xec\x27\x53\x18\x55\x4e\x9e\x2e\x39\x7d\x24\x98\x75\xfd\x1e\x31\xf7\xd9\x1f\x21\x06\x90\xb9\x7f\x3c\xd3\xff\xfe\xbb\xf9\x7d\x7e\x26\x1f\x8c\xd5\xb1\xd8\x7e\xa4\xf2\xf9\xdc\x71\xae\xe6\xcb\xea\x7b\xd5\x8c\x3e\xb9\x46\x99\x77\xaa\x7a\x0d\x73\xf3\x01\xcb\xe5\x68\x7c\x44\xea\xcd\x14\x2a\x8d\xb2\x02\xfc\x2e\x6b\x8e\xcd\xdc\x72\x29\xa2\xed\x33\x98\x35\x50\xae\xe5\xfa\x1e\x34\x6b\x4a\xb2\x9c\x44\x2a\xb8\xe3\xbb\x6f\xfe\x74\x66\xed\x3d\xdf\xfc\xe9\xec\x94\x1d\x91\x80\x54\xef\x43\xf3\x64\x7a\x16\x04\x62\xb9\x14\x41\xc0\x86\xe7\xcb\xa5\x4a\x3c\xc3\x10\x89\xe8\xd4\x05\x7f\x56\xfe\xeb\x0d\xdf\xcb\x62\x15\xa6\x68\xe6\xd6\x56\x75\x5d\x68\x75\xdd\xff\xe6\x4f\x67\x5f\x91\x53\x06\x1f\x9e\xf9\xd9\x7c\x4e\xab\x08\xf8\x6a\x78\xfe\xa7\x33\x28\x35\x75\x5f\x78\xf2\x9f\x74\x05\x73\xed\xa0\x51\xaf\x7d\xe1\x99\xbf\x56\x2b\x6d\xc0\xe9\xed\x7a\xaf\x02\xe0\x76\xc3\x1c\x72\x9d\x90\x97\x1f\xe6\xcf\x7b\x57\x16\x4e\xd3\x60\x16\xc3\xf9\x9c\xbf\x68\x57\x03\x95\xc9\xe3\x2f\x94\xfc\x2d\x8e\x94\xb1\x3b\xe6\x1f\x26\xaa\xac\x82\xf3\x97\x68\xce\x90\xb9\xb1\xfd\x8b\xf2\xfb\x54\xb9\x04\xe9\x6c\x86\xd9\x0b\x4a\x04\x8a\x89\xb2\x6b\xff\x85\xcb\xa6\xf6\x12\x36\xed\x75\x9c\xd6\xc7\xa6\xd3\x59\x82\x45\x9a\xf7\xd2\x7e\xc1\xfc\x4c\xbf\x32\xae\x29\x32\x62\x20\xc7\xd0\x21\x94\xe0\xea\x85\xa7\x1e\x96\xe2\xea\xf4\x56\x1d\x7e\x8b\xc5\x13\x24\x43\x1b\xde\xc6\xf8\xae\xda\x74\x66\xf2\x05\xa9\xd6\x42\x65\xdc\xec\x72\xe7\xdb\x5a\xb0\x6c\x5b\xc2\x26\x47\x7a\x9f\x33\x74\x8f\xb2\x38\x1e\xc6\x57\x72\x8a\x43\x15\x2f\x33\xa1\x89\xba\xcf\xc8\xbb\x80\x28\xa8\x4e\xcd\x9e\xcc\x07\x36\x35\xb4\xf7\x9a\x5e\x21\x2b\x40\xbd\xdb\x6e\x03\xf8\xe3\x27\xd2\xd8\xc0\x6e\x65\xb8\x28\x7a\x7e\x5c\xd7\x5d\x19\x1c\x67\x37\x0c\x2a\xb6\xa8\x76\xbe\xaa\xb0\x49\x82\x19\x3f\x95\x02\x3e\x0e\xcd\xb6\xae\xf7\xe2\xd1\x49\xb0\x19\x9d\x8b\x98\x5c\x9f\x66\x45\x43\x75\xa9\x9f\x75\xde\x3b\xb5\xd7\x0f\xf1\x95\xab\x2a\x72\x7a\x31\xd7\x95\x39\x31\x48\x03\x0c\x5d\x0c\x56\x2e\x06\xcb\x65\xa9\x81\x33\x27\x7a\x1a\x91\x73\x62\x93\x66\x69\x2f\x9e\xc1\x40\xff\xeb\xc5\x02\x33\x24\x28\x3b\x8e\xad\xcb\x4e\xae\x63\xfd\xc1\x2b\x46\xa7\x35\x5f\x90\xa3\x8e\xaf\xdc\x13\x6c\xa0\x1b\x52\x74\x65\x63\xb4\x81\x66\xa9\x53\x52\x96\x7a\x53\xd0\x0f\xaa\xa1\x17\xa2\x24\x71\x31\xf0\x78\x12\x87\xd8\xfd\x0f\x38\x3c\x07\x47\x8e\x06\x77\x82\x20\x20\x83\x81\x2a\x02\xcd\x05\x9b\x87\x82\x32\x95\x85\xb1\xf0\x44\x57\x6f\x56\x63\xf9\x11\xcd\x54\x9b\xe5\xd2\xf9\xa0\x2f\x83\x48\xed\xc4\x14\xf0\x73\xab\xa6\x99\x26\xa7\xff\xcf\xbd\xf0\x7f\x8e\x97\xaf\x01\x11\xee\x85\xff\x1f\xcb\xf3\x3f\x2d\xbf\x79\x06\xdc\x0b\xff\x45\x82\xa6\x33\x1c\x81\x0b\xd5\xc9\xff\x3a\xf5\x04\xe6\xc2\x25\xa0\x38\xd3\x12\xb6\xa4\x7a\xc8\xe8\xdd\x31\xc1\x77\xc7\x1f\x1f\x66\xf8\x15\x63\x94\xb9\xce\x6b\xa2\x12\xfc\x1d\x23\x21\x85\x94\x38\x16\xf4\x98\xcf\x18\x46\xd1\x31\xa1\x64\xa8\xd6\xe6\x32\xc1\xc7\x31\xd1\x12\xd9\xfb\x6f\xf2\x9a\x1c\x2b\xfb\xa4\x04\xbd\xc4\xc7\x16\x04\xaa\x06\x48\x8e\xe8\x98\x2a\x74\xf1\xe3\xe9\x9c\x8b\xe3\x09\xba\xc5\xc7\xe8\x78\x54\x5a\xee\xb1\x0b\x8e\xa7\xea\x06\xc4\x73\xc0\xca\x05\x25\xff\x2a\xb0\x70\x25\x13\xd7\x0a\xcb\x77\xd8\xdc\x71\x01\x95\x63\x2e\xfd\x75\x94\x16\x91\x0d\xce\x20\xcb\xd5\x8c\x15\xe0\x5b\xf2\x67\xf1\x2d\xf9\xfa\x6b\xc0\x46\x64\x1c\xe0\x11\xb1\xd5\x61\x8f\xd9\x96\x3d\xaa\x5e\xa4\x9b\x32\xe5\xd2\x72\xcb\x61\xd6\x10\x99\xa4\x5f\xaa\xbc\xa8\x94\x35\x57\xa0\xa4\x0c\x3b\x00\x5e\x61\x1c\x5d\xa2\xf0\xa6\x01\xcc\xbe\x76\x40\x3e\x69\x62\x7a\x79\x5d\xc9\x7f\xc7\x72\x51\x35\xb6\xad\xaa\xc6\x3f\x17\xd8\x2d\xd4\x09\xf0\xd4\x08\xbc\x30\xc1\x88\xb9\x36\x3c\x53\x67\xc1\xd3\x57\x96\xba\x43\x1a\xe8\x5f\x47\xf9\x22\x98\xcc\xd3\xee\x4b\x1a\x84\xe7\x74\x4a\xaa\x2f\xcf\xb5\x73\x13\x58\x2e\x2d\xa4\xba\x44\x3b\xe2\xb9\xb6\xea\xc9\x60\xe0\x22\xf3\x3b\x70\xfe\x27\x8d\xba\xe5\x00\xac\x56\xb2\xeb\x38\xeb\xfa\xa7\x3b\x82\x99\xcb\x00\x4c\x02\xe6\x69\x14\x7b\xe1\x9c\x31\x4c\xc4\x7b\xf9\x4b\x17\x39\x98\x07\xb1\x97\x50\x7a\x33\x9f\x99\x75\xf0\xd3\x4e\x13\x90\xc6\x9a\x96\x61\xf2\xac\x16\x78\x0c\x5f\x31\xcc\x27\x2e\x90\xdc\x63\x1a\x73\xec\x89\x09\x26\xae\x5b\x73\x68\x4c\xd4\x84\x6a\x46\x23\x27\xb7\x5c\x66\x31\xad\x66\x92\x17\x73\x2f\xe3\xd2\x1f\xa9\x39\xc4\xcd\x21\x71\xdd\xb3\x2c\xd9\x2f\x70\x6b\xfb\x84\x08\xc6\x00\x00\x1f\x2b\xfd\x18\x62\x5d\xa8\xb9\x6e\x58\x78\x05\xe0\x42\x47\xc8\x74\xd1\xa2\x33\x99\x13\x85\x9f\x4c\x77\xae\xd9\x55\x85\xd1\x8a\x2e\xa3\x3d\x45\x61\xc2\x4f\x43\x86\x4b\x8e\xc4\xb0\xa5\x85\xf2\xc9\x7f\x7a\x05\xc7\xce\xac\x93\x22\xd7\x30\xca\xcf\xb8\x1e\x97\xf3\x58\x6a\x82\x4d\xac\x89\xb2\xa9\x03\xda\xab\x5e\x6d\x66\xc3\x90\xbd\xeb\x9b\x75\x33\x0a\xf5\xc4\x75\x50\x98\x38\x3a\xf0\x3c\xf3\x3c\x68\xc8\x1f\x7b\x94\xfb\x94\x5b\x74\x52\xf6\x18\x8e\xe6\x21\x2e\x9c\xa2\x49\x9a\x12\x80\x98\x94\x00\xea\xe2\xda\x97\xa2\x25\x10\xea\xf3\xf2\x34\xff\x12\x09\xe4\xca\x67\x40\x72\x25\xf5\x2b\xe7\x6e\x00\x20\x2e\xc6\xf1\x55\x53\x03\x59\xb7\xe9\x34\x98\x91\x50\x36\x45\x49\xfc\x9b\x29\xbf\xa4\x94\x98\x14\x07\xde\x04\x91\x28\x31\xaf\x48\x79\x4b\xcb\x4d\x72\xd4\x8d\x98\x3e\xed\xc9\xb8\x86\x9a\x7e\x9d\x63\xf6\xf0\x4e\x25\xb0\xf7\x17\xda\x8a\xf1\xfd\x83\xbf\x40\xdc\xd7\xce\xbe\x72\x51\x11\x0b\x27\xfa\x91\x06\x70\xa0\x09\xfd\x97\x9f\xcc\xa1\x95\x63\x12\xbd\x48\x28\xc1\xd5\x2c\x4d\xaa\x70\xb8\x13\x26\xea\x10\x8a\xeb\x10\xd6\x71\xf7\xcd\x68\x12\x87\x31\xde\x84\xbd\xa4\x4d\xf7\x83\xcf\x14\x87\xbb\xeb\x0c\x67\xcb\x0c\x45\x4d\xfe\x61\xf7\x79\xca\xa3\xc9\x78\xb7\x18\x00\xa7\x4c\x7c\xff\xe0\xab\xd0\x4f\xa7\x75\xe7\x6f\x3a\x79\x46\x93\x8d\x36\xb0\x6e\xb7\x1f\xbb\x37\x37\xd6\xdf\xd9\xd6\x55\x85\xe4\xbe\xd8\x8d\xab\xd7\xf5\xf7\xb8\x6b\x75\xe0\xec\x06\xdb\xd6\x34\xdc\x8f\x7d\x9b\x1f\xec\x67\x5c\xdf\x36\xfd\xbd\xdb\xc6\xe6\x2a\x12\x3c\x7a\x44\x59\xdb\xa6\x4d\xae\xa3\x04\x76\x7e\x97\x3f\x5a\xe5\xb7\x99\xfd\xe5\x47\x8f\x54\x5e\xab\xb2\xea\xaf\x53\x57\xa1\xd4\xce\x67\x73\x73\x28\xc3\x07\x5a\x3d\x7a\xbf\xfd\xce\x58\x4d\xac\xab\x17\xd0\xdf\xdf\xcc\x6f\x6e\x77\x6d\xc6\xdb\x9f\x23\xa1\xd1\xce\x49\xcf\xe2\xa1\x97\x0b\x24\xe6\xbc\xd7\xb1\x77\x82\xf8\x07\xd5\xca\xaf\xbb\xfd\x77\x9c\x20\x08\xf0\x72\x29\x3c\x4e\xa7\xb8\x36\x62\x5a\x78\xba\xbd\x04\x54\x09\x87\x62\xfe\x37\x8c\x12\x31\x79\xa8\x49\xf6\x77\x52\xc8\xf6\x13\xf3\x9f\xc9\x44\xc3\x56\x53\xfe\xe4\x5e\xd6\x65\x0d\xc4\xe5\x11\xa5\xaf\x9c\x90\xc5\x22\x0e\x51\xa2\xc6\x6e\x46\xb7\x5c\x3a\x77\x88\x11\x7d\xcb\x93\x3e\x5d\x81\xcd\x0e\xf3\x9a\x12\xf8\x84\xde\x9d\x1a\xb1\xc5\x77\x86\x22\x5a\x97\x5e\xa5\x4b\xaa\xba\xbc\x48\x31\xe5\xbd\x50\xef\xbc\xd1\xb8\xce\xed\x65\xb1\xb2\xc6\xee\xb2\xe7\x4b\xae\xad\x03\x6a\xdc\x49\x32\x72\x52\xa9\xa0\x3e\x68\x9c\xbd\x7e\xb9\x6a\x0a\xd7\x49\x93\x89\xe2\x91\xc8\xc0\xc7\x83\x81\x5b\x7c\x10\x8c\xc6\x00\x16\x1f\xa9\x60\x7c\x57\xa8\xdb\x50\x6d\xd6\xee\xbf\xbc\xca\xb0\xde\x53\x5b\xb4\x8d\x76\x5e\x53\x2c\x0c\x74\xef\xb5\xc4\xed\x6a\x86\x26\x84\xfe\xa0\x1a\x3e\x8d\x6a\x68\x49\x6f\xb7\x64\x68\x0d\xc7\xdc\x68\x76\x56\x14\xec\xda\xf4\xda\x74\xbf\x95\xa4\x76\x3d\xf4\x5a\xa9\x50\x95\x07\xf9\x72\x6a\x1a\x62\x0d\xcf\x0f\x29\x21\x38\x14\xc3\x19\xa3\xf7\x0f\x5a\x00\xfc\x3d\x26\x91\xf6\xc8\x83\xf2\x69\xdc\xf9\xc3\x65\x41\xb4\xc9\x08\x82\xdc\x08\x9a\xbc\x30\xdf\x49\xc8\x1f\x28\x1b\x0c\xb2\xbf\x6b\x60\x09\x58\xe8\xcd\x6b\x26\xb3\xa1\xbc\xc9\x11\x4e\x1a\x5f\xf4\xd9\x68\x87\x50\x11\x5f\x3d\x34\x71\xdd\x04\xf1\xc9\x8f\x98\x73\x74\x8d\x79\xde\x81\x40\x05\x8f\x17\xd8\xe4\xb9\xc2\x73\x9a\x5a\x12\x45\x0f\x2a\x70\x7d\x30\x70\xfe\x70\xf6\x07\xb9\x08\x05\xff\x4e\xd5\xde\x53\xff\x95\x4b\xc9\xb8\x30\x13\x35\x2a\x2d\xb0\x85\xf2\xf4\xf0\x54\xea\xce\x45\xa4\xf3\x9d\xfe\x44\x54\xc2\x47\xff\xe4\x1c\x72\x11\x87\x37\x0f\xfe\xc9\x19\x14\x0f\x33\xec\xa7\x3a\x9f\x19\xa8\xef\xe8\x9a\x81\xce\x0a\xc0\x91\x1d\x9c\x96\x08\x8a\x36\xc6\x35\x6b\x8c\xc1\x42\x0e\xda\xfe\xce\x39\x09\xe9\x6a\x79\xca\xb7\x47\xfe\xe1\x4a\x12\xd8\x4c\x9f\x4c\x09\x40\xaa\x94\xbb\x2c\x93\x9f\x9c\x38\xdc\x4d\xa9\xe3\x49\x89\x23\x3b\xd7\xa7\xd1\xfd\x31\xc9\xe8\x26\xc6\xe6\xf9\x35\x12\xf8\x0e\x3d\x18\x65\x94\xef\x04\x39\xa5\x4c\xe5\xb3\x1e\x51\x14\x8f\x2e\x31\x79\x0f\x25\x31\xe2\xe6\xe4\xf1\x56\x1e\xa9\x1c\x00\xfb\x9d\x65\x6e\xf0\x03\x8e\xde\x35\x88\x10\xb3\x34\xdd\x84\x88\x05\xae\x15\x08\xb9\x13\x86\x92\x06\xde\x4b\xcc\x45\x4c\x74\x3a\x8e\xec\x30\x22\x31\xf3\x78\x21\x60\x16\x6d\x47\x2d\x49\x45\x83\x83\x49\x27\xd2\x6e\x70\xe8\x8b\x10\x8e\x85\x88\xc9\xf5\x67\xa5\x59\x86\x67\xb4\xc9\xd5\xce\x0e\xaf\xdd\x59\x45\xc4\x53\x4c\xe7\xa2\x01\xc6\xbc\x75\x80\xce\xec\xc6\xa6\x31\xb9\x96\xbc\x4a\x9d\x5d\x3e\xa6\x7e\x5d\xf5\x99\xae\xa1\x29\x6a\x6c\x3a\xf1\x24\x7f\x3b\xaa\x14\x2d\x4d\xfb\x75\xe0\xc9\x19\x80\xc2\x05\x65\xe7\xb3\x7c\xdd\x58\x5c\x6a\x71\x5e\xca\x22\x7d\x83\x8b\xe6\x18\x5b\xf2\x42\xd9\x75\x8a\x83\x76\x55\x82\x10\x75\xd2\x39\x3e\xff\x46\x71\xfc\x1b\xfc\xf0\x82\x46\xd8\xaf\x26\x93\x5e\xd5\xd6\xbc\xea\x72\x94\xc9\xca\xd8\xd6\x9a\x25\x74\x01\x5a\x4f\xf9\x74\xcb\x29\x81\x23\x7b\x08\xd3\x4e\xb7\xfa\x24\xa6\xa1\x46\x16\x6a\xec\xf8\x65\x3c\xd6\x76\x06\x4f\x98\x39\x51\x6a\x1f\x11\x23\x41\xa0\xe9\xcf\x54\xcc\xce\x35\x05\x47\x97\x0c\xa3\x9b\x23\xf5\xd1\x39\x4b\xf8\xc8\x90\xc2\xd8\xf1\x53\xa3\x47\xed\x3c\x24\x70\x31\x06\xa8\xfc\x12\x2e\x56\xd5\x52\x1d\xe9\x6b\x4b\x73\x0e\x24\x9e\xda\x14\xf5\x03\xd7\x3d\x65\xc3\x96\xbf\x41\xc7\xd3\x9e\x8a\x79\x47\x11\x9a\x89\x72\x88\xc0\x5f\x74\x10\x8a\x04\x38\x8d\xf0\xe5\xfc\x7a\x9f\x3c\xe8\x31\xb9\x5d\x63\x03\xba\x8a\xaf\x25\x44\xcc\x28\xd1\xb1\xfe\x15\x67\xfa\x6b\x2c\x86\x79\x88\xd2\xd4\x21\xd9\x88\x97\x61\x72\x9b\xe7\x63\x2c\x28\xd5\x45\x4f\x33\xac\xde\xc5\x24\xa2\x77\xd0\xe6\xb7\x97\xeb\x28\xdb\x36\xe4\x57\x55\x4a\xdc\xa9\x76\xc6\x2e\xce\x5a\x2f\x61\x98\xc4\x43\x0d\x53\x80\xdc\xa3\xe5\xbc\xa2\x6c\xca\x4f\x51\x98\x34\x2d\xaa\xa9\x5e\xaf\x84\xaf\x02\xab\xac\xa8\xec\xe2\xd4\x58\x8e\xb6\xb4\x9c\x76\x6b\x95\x2d\x4d\x64\xd3\xea\xe3\x8e\x03\x51\xb5\xed\xb3\xda\xb6\xcf\xf2\x6d\x9f\x8d\xfd\x8c\x78\x68\xb5\x8b\x6f\x6a\xbb\xf8\x26\xdf\xc5\x37\x63\x9f\x59\xed\x8a\xba\x44\x32\x26\xc9\x92\xfe\xa1\x11\xab\xb3\x36\xad\x6a\xc9\x76\xed\x9a\xa5\x4a\x51\x97\x95\xcb\x01\x1f\xd6\x6f\x37\xd6\xef\xa6\x91\x8f\xe6\x17\x4e\x42\x1d\x56\x6c\x37\x56\xcc\xd8\xc3\x3b\xac\x9a\x85\x3c\xac\xdc\x13\xac\x9c\xb2\x68\xe0\x92\x77\x69\xf1\xa9\x76\x5c\x5b\xb3\xc6\x35\x3e\xdd\x7a\x8d\x4d\x7f\x1d\xd6\xd8\x42\xee\xe7\x1a\xdb\xd1\xef\xce\x4a\xbf\x44\x02\x85\x98\x08\xcc\xb8\xbf\xd0\x36\x29\x15\x0b\xe7\xac\xb6\xb3\x7b\x15\x4d\x74\x58\x57\x0d\xb7\x9f\xab\xaa\xc7\xbe\x3b\x6b\xda\x79\xf7\x6e\xb0\x9e\xda\x6f\xad\xc3\x82\x1a\xc0\xfd\x5c\xd1\xbd\x5c\xcd\x7e\xbc\xb8\x66\x85\x27\x38\x99\x61\xc6\x4f\x87\x2a\x7a\x72\x88\x75\xb9\xb0\xba\x13\x58\x4c\xec\xdb\xe1\x8c\x26\x0f\x57\x71\x92\x34\xb5\xde\xc9\x53\x59\x73\x9f\x6a\xf0\xaf\xec\xcc\x3b\x76\x9c\x6f\xd4\x78\xe6\x4b\xf1\xb3\x06\xaf\x16\xa9\x1a\xb6\xda\x64\x27\x91\xb9\x7e\xba\xe8\x92\xd7\xcd\x74\x8a\xc4\x64\x68\x61\xf2\xb0\x3b\x39\xc5\xe6\x3e\xd5\xf4\x3a\xf6\x87\x2e\x79\x3b\xba\x42\xda\x03\x5f\x12\x78\xdf\x10\xa6\x26\xd8\x15\x63\x21\xed\x86\xb2\x49\x2f\x9c\x4d\xf6\x11\x69\x93\x5e\x58\x9b\xb4\xa3\x2d\x8a\xba\x23\x2d\x8a\xf6\x0e\x65\x72\x7a\x5d\x11\x16\x45\xed\xe8\x22\xb5\xe8\x12\x6c\x5e\x87\x2f\xb2\x7f\xf8\x22\x3d\xf0\x45\x3a\xe0\x6b\x36\x1b\xde\x62\xc6\xd7\x98\xca\x6a\x2d\xd7\x99\x89\x37\xd7\x83\x4d\x09\x83\xaf\xf1\xfd\xac\x4e\x6b\xcc\x27\xe1\xb0\x29\x23\x36\x54\xfe\x16\x2b\x88\x72\x3e\x8e\xcf\xdf\xbd\xf3\xcc\x28\x20\x0d\x98\xfd\xfb\x27\x92\x3c\x2c\x97\xcc\x9b\xc4\x11\xfe\x30\x41\x90\x07\xcc\xe3\x13\x94\x7f\xfc\x0f\xd3\x2a\x56\x69\xed\x53\x9d\x6e\x30\x70\x25\x28\xbd\x7b\xa5\xee\xf8\x54\xb1\xd5\x38\x40\xde\x54\x97\xf0\xb6\x1f\xb0\x6f\xdf\xe3\xeb\x57\xf7\x33\x00\x60\xbc\x5c\xd6\xc1\xd9\xf7\x00\xf2\x52\x47\x7c\x82\xb2\xc6\x17\xf1\xe8\x6c\xec\xa3\x4d\x72\x88\xa0\xd9\xcc\x4c\x25\x60\x2d\x45\x9a\xd4\xda\x7b\x9a\x04\x5c\xd6\x21\x4b\x43\x8e\x5a\x70\xfd\x06\x53\xc9\x8f\xb8\xa4\xc8\xea\x2e\xd3\x8d\xf6\x6d\xa3\x99\xa9\x76\xdd\x6b\x0a\xbc\x7d\xbb\xf1\x98\x74\x67\xe7\x12\x78\xdf\xd0\xa6\x26\xd8\x15\x69\x3c\x26\x9d\x50\xd6\x43\x6f\x50\xd0\x7b\x88\xb4\x1e\x7a\x83\x84\xee\x80\x36\x1e\x5f\xd7\xd2\x9a\x7e\x53\x3e\xbc\x18\xf8\xbd\xc3\x9c\x9e\x65\x67\xd4\x49\xf0\x76\xdc\x09\xd4\x63\x97\x4a\xe0\x7d\x43\x9b\x9a\x60\x57\xa4\x09\xd4\x0d\x65\xcf\x7a\xe1\xec\xd9\x3e\x22\xed\x59\x2f\xac\x3d\xeb\x84\xb6\x1e\xcc\x4d\x41\xef\x21\xda\x7a\x30\x37\x09\xdd\x01\x6d\xf4\x72\x7d\x5a\x42\x05\xd1\x5a\x42\xb4\x5f\x1a\x42\xdc\x90\x21\x30\x97\x85\x30\x28\x66\x21\x5c\x2e\x4f\xdc\xb5\x79\x08\x6d\x6a\x41\x6d\x07\x1d\x8d\x21\x0b\x4e\xce\x20\x0a\x4e\xce\x21\xb5\xaa\x9b\x60\x0f\x69\x6d\x26\x0e\xe3\x00\xd7\xe4\xba\xfb\xf6\xc4\x65\x81\xcb\x83\xd8\x23\xf8\x5e\xb8\x00\x78\x11\x25\x18\x0c\x06\xae\x2e\x39\xea\x72\xeb\xc9\x73\x22\x96\x4b\x62\x54\xed\x93\x20\x10\xe0\x5b\xf9\x49\xf0\xad\x89\xe2\x48\xc0\x02\xc9\x21\xd0\x20\x59\x5d\xc5\x04\x25\xc9\xc3\x42\x05\x7d\x2c\x97\x3a\x61\x5e\xec\xe9\x21\x2f\x97\xf6\x2f\x17\xa4\x90\xf1\x95\x8b\x80\x8e\x02\xa1\xab\xac\xb6\xa9\xc2\xd4\x21\xb5\x62\x8f\xd4\x8a\x45\x7c\x75\x4f\xae\xa8\x5c\x99\xe7\xa1\x98\x33\x7c\xc8\xb0\xd8\xb5\x66\x6d\xe1\x38\xe4\x96\xaf\x27\x58\x20\x09\xf6\x1c\x8c\xce\xc6\x10\x05\xa9\xe7\x1d\xbb\x70\x9c\xf4\x0a\xa0\x98\x3f\x0f\x75\x4b\x20\x6d\x99\x99\xce\x21\xab\xb2\x03\xf3\xe6\xec\xb2\xb5\xd0\x3b\x29\x0a\xd6\xcf\x36\x44\x53\x9c\xc4\xbf\xe1\x26\x8f\x31\xcd\x05\x2a\xa2\x2f\x6d\xb6\x93\x53\x5e\x73\x51\x91\x4e\xb7\xeb\x25\x85\x69\xd0\x01\x91\x24\xc4\xc9\x10\x25\x49\xfd\x79\x9c\xe8\xec\x8d\xe1\x43\x5d\x8b\x9d\xc4\x62\xdb\x7c\x67\xb1\x40\x1b\x91\x4e\xda\x70\x27\xa7\xbd\x8e\x78\xb2\x29\x77\x26\x1f\xdb\xa4\x1d\xa1\x97\xac\xf6\x76\xab\x56\xf5\x54\xc0\xfb\x86\x3e\x35\xc1\xae\x88\xbb\x64\x1d\x68\x10\xc7\xb5\xbb\xad\x1e\x65\x12\x78\xdf\x50\xa6\x26\xd8\x15\x65\x38\x4e\xda\x51\xa6\x5c\xf5\x39\x16\xc3\x6b\x5c\xef\x26\x6c\x01\x1a\x9a\xec\x24\x06\xbb\xce\x99\xf7\x9f\x33\xdf\xd5\x39\xaf\xa1\x1a\x3b\x78\xa9\x2b\x77\xa6\x9e\x5c\xa3\xee\x18\x5d\x8b\xcd\x61\xde\xb3\xa5\xda\x74\x5f\xb1\xda\x1f\xa5\x1d\xf0\x39\x27\x37\x3d\xed\xf8\xba\xcd\xde\x21\x51\x4d\xb4\x33\x02\xe7\xe4\xa6\x1d\x79\x09\xe2\x3c\xbe\x7a\xe8\xab\x87\xd8\x66\xfb\x86\xc2\x74\xba\x9d\xfd\x6c\x74\x03\x8d\xc8\x1a\x6f\xd2\x0c\x23\xbf\x7d\xd3\xdd\x68\xa8\xa1\xf7\x0e\x79\x6a\x8a\x9d\x31\xf7\xdb\x37\xed\x46\x43\xb9\x47\x51\x43\xcc\xcd\x9a\xed\x6b\x5a\xed\x24\x02\x3b\x4c\x58\x19\x1d\xd6\x04\x79\xa6\xe6\x07\x71\xb0\xed\xed\x8f\x6d\x8f\x64\xb6\x3d\xb6\xb9\x6d\x8f\x55\x6d\x7b\xac\xcd\xb6\xc7\x32\xdb\x1e\xeb\x68\xdb\x63\xfd\x6d\x7b\x0c\x14\x67\xba\xef\xb6\x3d\xb2\x1f\xb6\x3d\x56\xb4\xed\xa5\x75\x0f\x29\x6b\x0a\xaf\x56\x39\x6f\x00\x34\x39\x01\x2a\x69\x9c\x48\x20\xd9\xca\x33\x20\x67\xa2\x2d\x81\x64\x74\x3e\x2e\xe4\x05\x90\x3d\x78\x19\xab\x72\x99\xb2\x04\x16\xa2\x61\x1b\x22\x29\xf3\x7c\x6e\x5e\x4e\x23\xd6\x89\xb1\xcf\xc5\xfe\x19\x37\xec\x64\xbb\xca\x46\x0d\xdf\x41\x58\xa8\x92\x73\xb5\xee\x99\x6b\xb1\x68\x9a\xed\x1d\x1a\xed\x74\x3b\xe3\x51\x37\xe8\x80\xc8\xee\x2e\xae\x7b\xe8\xe1\xda\xc7\xc1\xb5\x8b\x7f\x6b\x2f\xf7\xd6\x7d\xf4\x6e\xed\xe5\xdc\xda\xc9\xb7\x35\x42\x7c\x82\x59\x7f\x8b\x6e\xd6\x6e\xcf\x50\x98\x9b\x70\xd7\x5e\x6d\x8b\x76\x64\xe2\xb0\x27\xcb\x93\x2d\xf6\x0d\x81\x72\x92\x9d\xfb\x0b\x3b\x20\xcd\x8c\xb1\xd3\xb1\xa2\x98\xeb\x76\x74\x36\xb6\x45\xb6\xcc\xcf\x0b\x3c\x3a\x1f\xfb\xf2\xaf\x4d\xd4\x98\x5f\xd2\x9c\x19\x4d\x29\x3d\xeb\xee\x2b\x45\x87\xb4\x9e\xe9\x6c\xe3\x68\x18\x13\x8e\xeb\xed\xfe\x0c\x93\x08\xb3\x2a\x95\x64\x8d\x76\x92\x58\xda\xa7\x6c\x33\x96\xf4\x9a\xb2\x69\xb4\x97\x53\xbe\xba\xc2\x0c\xaf\x4f\x0e\x58\x47\xd6\xc7\x92\x72\xab\xd9\x11\xd3\xb3\xf4\x89\x24\x6f\xef\x2a\x26\xd1\xf7\x0f\xae\xf3\xfa\xa5\x03\x0b\x85\xab\x5f\xbf\x74\x74\xf5\xe4\x4d\x54\xf8\x74\xcc\x4f\x49\xfd\xb7\x9d\xe5\xb3\x84\xdd\xc9\xa5\x5f\xd3\xa7\x9c\x5e\xd7\xfe\xe2\xdb\x76\x32\xa2\xd3\x61\x5a\xfb\xf8\x60\x76\x39\x98\x5d\x0e\x66\x97\x83\xd9\x65\x33\xb3\x4b\x5b\xe2\xbb\xee\x46\x17\x97\x8c\xce\xc7\x30\xcd\xf1\x66\x02\x6e\xe5\x72\x43\x1a\x8c\x90\x47\xaf\xae\x38\x16\xef\x10\xc3\x44\x40\x94\xcd\xcf\xe3\x02\x31\xc1\xff\x2b\x16\x13\xd7\xf9\xff\x31\xcc\x69\x72\x8b\x99\xef\x80\xc1\x80\x7a\x73\xc2\x27\xf1\x95\x70\xa9\x14\x7f\xf9\x1e\x00\xa4\x75\xd9\xb9\x45\xae\xb4\xc0\xfd\xd7\x81\x30\x6d\xde\xe0\x2b\x29\xbb\x1e\xb2\x27\x1f\xe9\x0c\xaa\x6a\xa8\xf7\xfe\x19\x7c\xf0\xcf\xe0\x04\xc7\xd7\x13\xe1\xdb\x71\xfe\x4d\xfd\x84\x77\x71\x24\x26\xe9\xc3\xff\x92\xbf\x56\xfd\x0c\x47\x11\xa3\xb3\xbe\xca\x3f\xa3\x95\x10\xad\xdd\x10\x71\xeb\xa7\xaa\x27\x36\xa3\x77\x98\x0d\x39\x4e\x70\x28\x86\x31\x1f\x5e\x33\x3a\xaf\xc5\x40\x1e\xb0\x53\x1f\x3b\x89\x92\xe6\x3e\xd5\x54\xde\xc9\x99\x7c\x50\x13\x79\xcd\xff\xaa\x51\xd1\xf1\x1b\x0d\xed\x37\x5c\x06\xfd\x17\xae\x8d\x10\xeb\xb1\x12\x69\x37\x7b\xbf\x18\x1f\x52\x84\x6c\xbc\x1e\xb6\x8b\xf6\x25\x21\x82\xc5\xb8\xaf\xdd\xd3\xb6\xda\x37\x54\xdb\xc9\x76\xc5\xab\x86\xef\x80\xc4\xc6\xcc\x63\xf2\xd5\x21\xa2\xe0\x8b\x50\x7f\x0f\x11\x05\xfb\xa5\xfe\x7e\x89\x11\x05\xcf\x00\x44\x01\x93\x6a\x2d\x0d\x98\xd4\x6a\x79\x16\x5c\x40\x2f\x1c\xc7\xa7\x30\x0e\x54\x60\x01\x26\xb7\xc0\x45\xc0\x8e\x56\x22\xe1\x24\x88\x2f\x62\x9f\xf7\x8a\x33\xc0\xbf\x76\xcf\x8c\x80\x7f\x9d\xa3\xbd\x73\x5e\xd5\x83\xee\x2c\x11\x24\x74\xbb\x3c\xb8\xaf\x55\x2b\x6b\x8d\x46\x35\x49\x0f\x76\x1e\x65\xf7\x3d\x54\xc5\xfb\x0e\x6a\xe1\xfd\x6c\x7a\xde\x07\x61\xd3\xf3\x3d\x44\x99\x9c\x62\x77\xa4\x4d\xcf\x5b\xd1\xa6\x6d\xae\xc3\xcb\x7a\x97\xc2\x66\xe5\x2d\x6b\xb7\x93\x48\xec\x32\xe9\x8d\x66\xbc\x9f\xd3\x25\xd1\x26\x2b\xac\x5b\xed\xe5\x84\xef\x71\x34\xbc\x66\x71\x34\x4c\xd0\x03\x9d\x37\x38\x2c\x26\xf2\x78\x13\x53\x72\xaa\x81\xf8\xa9\x6c\xf1\x74\x65\xf1\x5a\x25\xb4\x95\xb2\xf8\x2e\x9b\xab\x8b\xa5\x9c\xc6\xa3\xf3\x71\x29\xb4\xaf\xe5\xca\xe1\x2a\x91\x9a\x54\x6d\x2e\x81\x75\x6b\x6e\x5a\xed\xe4\x9a\x37\xf7\x99\x4e\xb6\x63\x9f\x06\xbe\x9d\x8e\x12\x4a\x6b\xd9\x44\xad\x4c\xd1\xd0\x7b\x87\x3a\x35\xc5\xce\x88\xa3\x94\xb5\xa3\x8d\xb2\x29\x12\x43\x32\x97\xb8\x5a\x1f\x2c\x9f\x45\xca\x25\xc9\x30\xbe\x1a\xca\x53\x50\xe7\xa3\xae\x3c\x2f\xbd\xa1\x21\x4a\xb0\x3e\x35\xb9\x7a\xbb\xc9\x53\xc7\x06\x7b\xb6\xd8\x57\x40\x3a\xd9\x99\xed\x36\x2e\x44\xe1\x3a\x66\xe6\x40\x9e\x86\x4a\xa6\xd4\x35\x3e\xe9\xf2\x18\x36\xdc\xcc\x94\x52\x68\xba\x6f\x14\xc8\xe8\xf4\x55\x4f\x9b\x4a\xae\x4d\x3b\x35\x32\x3a\xaf\xcf\x1c\x55\xbf\x8b\x35\xf8\xfe\x21\x71\xde\x23\x67\x94\x06\x6f\x45\xdd\x75\xd8\x1d\x6f\x12\x76\xcf\x90\xa6\xa6\xd7\xb1\xbf\xeb\xb0\x03\xba\x18\x9d\xcf\xfa\x2b\x5a\x69\xb3\x9d\x44\x5f\xcb\x94\x6b\x55\xab\xfa\x93\xfd\xf5\x8e\xba\xf1\xac\x21\x90\xee\xdd\x5d\x77\xc1\x55\xad\x27\x50\x13\xb2\x76\xd4\x03\x68\x1d\xb6\xba\x3b\x17\x5e\x77\x70\xa7\x9e\x20\x3e\x24\xf8\xbe\x6f\xb4\x51\xda\x6c\xcf\xd0\x37\x41\xfc\xad\x9a\x6d\xc7\x3e\x0d\x7c\x27\x34\xce\x18\xbe\x8d\xe9\xbc\xaf\x5a\x51\x68\xba\x7f\xe8\x7c\x97\xce\xba\x3b\x4a\x6d\x9b\x76\xb4\x32\x7c\x35\x9c\x96\x8f\x96\x0d\x70\x82\xd6\xe8\xbe\x8c\xce\x45\x4c\xae\x4f\x45\x5a\x8c\x4e\x8e\xaf\x2d\x79\xe9\xe1\xaa\x67\x5f\xae\x7a\xd0\xef\xe6\xaa\x07\x7d\x11\x57\x3d\x68\x3f\xae\x7a\x68\xbd\xa7\x93\xe4\x26\x98\x35\x38\x3b\xe9\x97\xb5\xfe\x4e\x10\xe9\xab\x21\x1a\x30\x9b\x6c\x2a\x9f\x5a\x4a\xb2\xaf\x8f\x14\xe8\x42\x8d\xca\xfb\x49\xf7\x05\x4b\x95\xfc\xb2\x37\x9e\xce\xfe\x23\xde\xcb\x5f\x90\x66\x9e\xba\x3f\xdd\x11\xcc\x14\x24\x00\xb0\x1c\x9f\x46\x3b\x70\x5b\xc9\x45\xab\xf2\xcb\xbc\xea\xc1\x70\xef\xe2\x24\x0a\x11\x8b\x0a\x20\x06\x45\x15\xee\x0b\x59\x8e\xff\xa2\x9c\x99\xae\x23\xf7\x8d\x5d\x0c\x34\x03\x4e\xd4\x7f\x79\x91\x19\x77\xdf\x23\x7c\xc6\x30\x8a\x3e\xdf\xf6\xa0\xfd\xe7\x8e\xb7\x32\xf1\x9d\x60\x0e\x3c\xe5\xfe\x7a\xca\xcd\x6c\x3f\xde\x9c\xed\x9b\x18\x8f\xfe\xcc\x1f\xd6\x71\xfe\x8b\x02\xcb\xf7\xb7\xc0\xef\x2f\xf4\xdc\x4c\x11\xd8\x55\x86\x9d\xf8\xa9\x59\x67\xfa\xa5\xc4\xe2\x3f\x53\x5e\x4e\x8a\xca\xcb\x60\xb0\x56\x75\xa9\x13\x87\x8f\xe1\xcc\xd8\xb0\xc8\x3c\x8b\x9e\x97\xca\xe9\x30\xcd\x1a\x39\x80\x61\xae\x06\x91\xe4\x2d\x90\x6b\xee\x1b\x07\xd4\x65\x00\x26\x41\x3c\x3a\x1b\xc3\x30\x88\x0d\x5d\xa4\x44\x71\x3c\x77\x13\x89\xca\x30\x08\xbd\x29\x9a\xd5\x5e\x1c\x60\x8f\xcf\x92\x58\xb8\xce\xa9\x03\x14\x10\x26\x21\x8d\xf0\xcf\xef\x5f\xbf\x90\x3a\x3e\xc1\x44\x00\xef\x5f\x34\x26\x0a\x62\xa5\x52\xc2\x7b\x3a\x9f\xdf\x45\x81\xd9\xe3\xf4\x39\xf0\x5d\x52\x60\xe8\x6f\xd1\x14\x17\x5c\x5a\x75\x4d\x3d\xcf\x01\x83\x41\x52\x78\x11\x85\xea\xa1\x9b\x04\x29\x8c\x24\xdc\x10\x09\x37\x01\x00\x96\x3e\x38\x4a\xc6\xf6\x2d\x72\x43\x00\x00\x58\x1d\xa5\xa8\x0d\x15\x56\xa3\x2d\x0b\xbe\x4c\x91\x0e\xab\xe2\x4d\x29\x34\x90\x92\x9f\xdf\xbf\x79\xa1\x4b\x3e\xeb\x0f\xd0\x4b\xd9\x37\x66\xb6\x6b\x8b\x9c\x9f\xdf\xbf\x29\x16\x70\xd7\x9d\x61\xf3\x5d\x55\x51\xa9\x20\xf0\xa2\x16\x81\x27\xa6\xc9\x90\xa3\xab\xbe\x01\x8a\x59\xbb\x7d\x3b\xaf\x89\x69\xf2\x41\xcd\xb7\xeb\x61\xcd\x34\x68\x3f\xa9\xcd\xa7\x88\xf4\x0f\xf5\x4c\x9b\xed\x1b\x22\xd3\xe9\x76\x45\xa4\x69\xd0\x8e\xc8\x87\x19\xed\x9e\xb7\x4f\x43\xef\x1b\xf2\xf4\x14\xbb\x62\x4e\x42\xb7\xa2\x2d\x9e\xce\xbb\xa7\xee\x53\xc0\x7b\x86\x34\x3d\xc1\x8e\x1d\x4a\xe0\x76\x94\x91\xbe\x11\xc5\xb2\xc5\xbe\xa1\x8d\x74\x8f\x28\x8e\x49\x7b\x44\x71\xac\x8a\x74\x36\x95\x44\x5f\x87\x3a\xdb\x6e\x27\x11\xd8\x36\xe9\x5b\x7a\xd3\x37\x6f\x89\x69\xb4\x93\xd3\x5d\x47\x2f\x7a\xaa\x9d\x49\x46\x82\xb7\x23\x90\x0f\x51\x28\xe2\xdb\xfa\x28\x65\xa5\xe3\x54\xf1\x97\xb6\xd9\x37\x14\xf2\xe7\x66\xae\x5d\x91\x68\x1a\x74\x42\xa3\x2a\x8b\xdb\xf9\x86\x27\x6d\xb1\x7f\x38\xd4\x13\xed\x8e\x42\x09\xdf\x05\x83\xf2\xc4\xdf\x0f\x83\xba\xc5\x4e\x62\xb0\x7d\xb6\xda\x69\xb8\xcf\x6c\xf7\xd1\x37\x3a\xe6\xaf\x7a\x79\x47\x1b\xf8\x2e\x18\x94\xc7\xc3\xbe\x99\x06\x3a\x9a\xae\x50\x6a\xb6\xa3\xea\xbf\x6c\x5f\xcd\x76\x64\x63\xb3\xdd\x23\x27\xbe\x13\x66\x3b\xd6\xd9\x6c\xf7\x88\xdb\x9a\x9d\x37\xdb\xa1\x06\xb3\xdd\x93\xdf\x78\x14\x8d\xc7\xbb\x64\xb6\xcb\x59\xeb\xf8\x76\xed\x4a\x26\xd2\x06\xa2\x40\xfe\x80\x34\x40\xa3\xb3\x31\xe4\x01\xaa\x98\xf4\x9a\x2e\x4d\xd6\xd9\xd8\x68\xad\x8d\x8d\x56\x6d\x6c\x14\x00\xe8\xb2\x20\xf7\x0d\x90\x6a\x33\x1e\x9a\xcd\x92\x07\x97\xc1\x11\x4d\xad\x6e\xc2\xe5\x00\x3c\xad\xc9\x8b\xaf\x67\xe8\xff\xa2\xf5\x15\x0a\xd7\x28\xf2\xaa\xc9\x4e\xca\xc3\xf5\x53\xbd\xc1\x0f\x7d\x7d\x31\x54\x93\x9d\x9c\x6a\x73\x9f\x7a\x9a\x1d\x3b\x94\xc0\xad\x88\x4b\x10\xef\x9a\x32\xeb\xe0\x28\xb1\x2f\x8e\x12\x87\x94\x30\xfb\xa5\x54\x3d\x79\x4a\x98\xbc\xfa\x96\xcf\xc7\xa2\x4b\x61\xb1\x2c\x5a\x95\x5c\x38\x8e\x4f\x8e\xf8\x5d\x2c\x69\xfb\xe4\x0c\x2c\x42\xc4\x71\x85\xd2\x98\x9f\x65\x63\x99\x5f\x72\xc1\xdc\xe1\x39\x58\x6d\xa2\x3e\x48\xfe\xf3\x74\x45\x8e\x93\x70\xda\xd9\x50\x2c\x61\xf7\x4c\x1c\xa8\xe9\x75\xec\x2f\x09\xa7\xed\xc2\x00\x5f\x89\xa1\x60\xf1\x74\x7d\x8c\x49\x06\x76\xc8\xa1\xf0\x45\xc8\x8b\x43\x0e\x85\xfd\x92\x17\x5f\x7a\x0e\x85\x54\x1c\x21\x29\x8e\x54\xa9\xff\xd1\xf9\x18\xc6\xd9\x0b\x2e\x5f\xf0\xda\x92\x8d\x14\xc6\xfd\x8a\x36\x26\xf4\x7a\x58\x6b\xac\xaf\x17\x13\x0a\x7a\xdf\x04\x05\xbd\x7e\xd5\x5d\x52\xd0\xeb\x57\xed\xa2\x82\x5e\x9f\x9f\xf5\x41\xda\xf9\xd9\x1e\x22\x4d\x4e\xb1\x3b\xd6\xce\xcf\x3a\xa1\xad\x7b\x16\x0a\x0d\xbd\x87\x68\xeb\x9e\x89\x42\x41\xb7\x56\x17\x4a\xe8\x75\xf7\xe2\x42\x0a\x78\xff\x90\xd6\xbd\xb4\x90\x04\xee\x40\x69\x77\x98\x29\xe5\xbd\x9f\x97\x4e\xd6\x6e\xef\x50\x98\x4e\xb8\x33\x1e\x4d\x8b\x76\x64\xf6\x88\xca\x4b\x76\xf4\xda\x7f\x0d\xe6\xba\x77\xd7\xc1\x14\x97\xf4\x89\xca\x4b\xf6\x2f\x2a\x2f\xe9\x11\x95\x97\x74\x88\xca\x9b\xa2\x0d\x42\x5c\x4d\xa3\x9d\x44\x5d\xeb\x74\xfb\xcf\x75\x3f\x27\x7a\xdf\x59\x64\x49\xd8\x9d\x9c\x62\x73\x9f\x6a\x7a\x1d\xfb\x9b\xa2\xfb\x76\x74\xd5\xdf\x55\xd4\xa3\x6b\x57\x2f\x29\xd6\xa0\x2b\xee\x9e\x4d\x65\x1a\xb7\x67\x52\x99\x6e\x98\x91\x27\x6b\xb7\x8b\x79\x79\xfa\xa5\xe4\x99\xd2\xee\xd9\x14\x24\xec\xbe\x91\x0c\xed\x9e\x4d\x61\x4a\xdb\xb3\x29\x4c\xe7\xf5\x6a\x4c\x3d\xbe\xe6\xfb\xa7\xc7\x4c\xfb\x74\x38\xed\xc2\xc3\x37\x88\x96\xdf\xc7\x48\x79\xd2\x27\x4c\x9e\x74\x89\x91\x27\xb4\x77\x16\x73\xd5\x64\xdf\x10\xa7\xa6\xd9\x15\x71\x94\xb6\x67\x5d\x24\x54\x0c\xfb\x64\xf7\xd4\xf0\x7b\xe8\xc5\x46\xa8\x78\xf5\x6b\x0f\xdc\x89\x57\xbf\x76\x41\x5e\x2f\xcc\xed\x21\xce\xfa\x60\xac\x15\x5f\xda\x0a\x3d\x44\x7d\x79\x5c\xd6\x6e\xcf\x10\xa8\x07\xfe\xbc\x7b\xa7\xb6\x41\x57\x54\xd6\x64\x1b\x3b\x78\x54\x7c\x01\x37\x64\x07\x8f\x8a\xfd\xba\x21\xdb\x25\x8f\x8a\xc5\xca\x27\xf9\x84\xdf\x41\xc0\x2e\x46\x63\xdf\x50\x91\xe1\x18\x2e\xdb\xc8\xfb\x52\x63\xc9\x64\xee\x7b\x3a\x3f\x0a\x4a\x86\x11\x0d\x15\x85\xd5\x89\x0a\x4a\x8c\x88\xa8\x6d\xb0\x93\x32\xa2\x75\xbe\x77\x31\x89\xe8\x5d\xe7\xd9\x1a\xf0\xbd\x9c\x6b\xd7\x49\xee\xe5\xec\x66\xb2\x65\x7d\x58\xc8\x3a\x0d\xc7\x36\xdb\xc9\x29\xaf\x51\x70\xd2\xe9\x76\x55\x70\x4c\x83\x76\x44\xd6\xe6\xed\xad\x57\xad\xf7\x2f\x6b\x6f\x8f\x94\xbd\x1d\xf2\xf5\xce\xd0\x35\x1e\x8a\x58\x24\xb5\x37\x21\xd9\xdb\xba\x06\x4f\x66\x95\x4b\x11\xd1\xdd\xc0\x36\xc3\x2c\xc4\x44\xc8\xc1\x85\x34\x99\x4f\x09\xef\x67\x6c\xac\xb6\xdf\x45\xa3\xa3\x4a\x06\x0e\xf1\xe8\x59\x4f\xf3\xe3\x0c\xb3\x2b\xca\x6a\x1d\x0c\x43\x4a\xb4\x4f\x7f\xf8\x50\x01\xdf\xc9\x9d\xd1\x32\xd3\x78\x86\x55\x80\x6a\xbd\xac\x58\xc3\x47\xf3\x2d\xf7\x74\xe2\x1b\xcc\x78\x37\xa7\xda\xdc\xa7\x9e\x66\xc7\x0e\x25\x70\x3b\xe2\x92\x39\x43\x49\x43\x8e\x90\x98\x5c\x49\x4e\x41\xd9\x69\x12\x5f\xd6\x34\xd9\x29\x16\x48\x93\x38\x7c\x38\x8d\x90\x40\x92\x95\x61\xd6\xf5\x6c\xaf\x0f\x05\x22\x40\xf6\x64\x66\x0e\x1c\xdf\x9d\x0f\x06\x7a\x50\x27\x41\xf6\x72\x74\x3e\xbe\xc8\xff\xf0\x17\x2b\x68\x79\xda\x35\x36\x7c\xca\x79\x99\x1b\x45\x1a\xf4\x54\x34\x15\x10\x30\x18\xc8\x9e\xed\xf9\xfa\x62\x6d\x1f\xfe\x48\x78\xd7\x09\xbd\x44\xc9\x72\xe9\x3c\x4f\x12\x67\xa3\x6a\xe7\x39\xe4\x3c\x5d\xc9\x67\xb3\x10\x95\xea\x90\x07\xf3\xca\xc1\xbc\x72\x30\xaf\x7c\x69\xe6\x95\xed\x70\xfc\x86\xda\x12\x35\x5a\x61\x6a\xba\x69\x28\x12\xac\x66\x50\x09\x8b\x39\x33\xff\x1b\xd6\xfc\xc7\xfc\xef\x5c\x52\x4c\xa5\xb6\xbe\x4f\x02\x67\x8a\x08\xba\x56\x35\x8f\x9d\xa3\x4b\x86\xd1\xcd\x91\xea\xd3\x39\x29\xc1\xcb\x95\x4f\x90\xc0\xba\x55\x1c\x61\x22\x62\x11\x63\x6e\x5b\x99\x79\xcb\x97\x8a\x47\xca\x57\x76\x63\x4a\xa4\x6a\xee\x20\x80\x2e\x5f\x9c\x7d\xd5\x1f\x8d\x61\xd6\x9b\xfc\x65\x9b\xfb\xa3\xf1\xaa\xa4\x0a\xb7\x54\xda\x30\xcc\x59\x6f\xeb\x35\xdc\x79\x83\x65\x95\x7d\xfe\x74\x55\x27\x57\xea\xa4\xad\x92\x71\xa4\x09\x81\xe5\x05\x3c\xce\xac\x74\x26\xa0\xc9\x61\x34\xc1\x8e\x5e\x09\x13\x9b\x3c\x34\x48\x7a\x70\xf2\x70\x7a\xc6\xc3\x0a\x8c\x6e\x4a\x68\xb4\xbe\x5d\x11\xe0\xe8\x91\xd4\x54\xec\x3b\x4f\x58\x96\x38\x0a\x10\xce\x6a\xb5\x2d\x99\x5c\x6b\x20\xab\x75\x28\x98\xed\xaa\x75\x6c\x8d\x5a\x2c\xa7\xd7\x55\x2b\xa6\x77\xed\x4a\xf1\x66\x49\xe3\xf7\x35\x61\xfc\xac\x6f\xb6\xf8\x59\xd7\x54\xf1\xbf\xce\xf1\xbc\xef\xb9\x4c\xb7\xd9\x33\x14\x9a\x89\x76\xec\x51\x41\xb7\x22\x8f\x21\x12\xd1\xee\x61\x91\x06\x7c\xcf\x10\x67\x27\xd9\xb1\x4b\x0d\xde\x05\x75\xd7\x7d\xe9\x4e\xb7\xd9\x3f\xf4\x5d\x77\xa7\x3b\x05\xdd\x8e\x3c\xa5\x58\xf5\xc5\x9e\x6e\xb4\x93\xe8\x6b\x9b\xee\x15\xc3\x7c\xa2\x33\xbe\x6d\x57\x25\xaa\xd1\x74\xc5\x56\x53\xae\x68\x6d\x0a\xab\x5c\x27\x47\xe5\x13\xb4\x55\xb5\x4a\x69\xe8\x31\x80\x24\xc0\x75\xd9\x57\xd4\xa1\xeb\x28\x17\x75\x41\x6f\xe6\x33\xf3\x79\x3f\x4d\xaf\x42\x00\xf0\x0c\xce\x5c\xb0\x2a\xe6\xb2\x17\x6d\xa8\x56\xbe\x17\xbd\x9d\xe8\xb3\x76\x7b\x49\x5f\x33\xdc\xdb\x71\xc7\x34\xda\xc9\xe9\xae\xe1\x46\x66\xaa\x5d\xd9\x91\x02\xef\x80\xc0\x5b\xcc\x1a\xc2\xa3\xd6\x61\x50\xb7\xda\x49\x14\xb6\x4c\x38\xbe\x9e\x74\x09\xef\xcf\xc1\x1d\xe2\xfb\xbf\x08\xf3\xda\x21\xbe\x7f\xbf\xcc\x6b\x87\xf8\xfe\x6d\xc6\xf7\x33\x4a\xc5\x70\xce\x6a\x5d\x40\x1a\xf2\xf1\xa6\x4d\x76\x92\xcd\xaf\x91\x94\x94\x8a\x9f\x59\x77\xef\x0f\x03\xdf\x2e\x3a\x7a\x55\x7c\xdd\xcb\x82\xaf\xfd\xea\xbd\x76\x2b\xf7\xaa\xa8\x4b\xe2\x28\x9c\x1c\xae\xac\xbe\x30\x99\x7a\xb8\xb2\xda\x2f\x99\xfa\xe5\x5c\x59\x55\x9d\x8d\xcd\xa7\x6f\xf0\x03\x77\x49\xf5\x96\x43\x1e\xfd\xc3\x64\x1e\x61\xee\x3a\xef\x18\xe6\x98\x88\xec\xd2\x20\x3b\x80\x7b\xaf\xc9\x2d\x66\xe2\xc2\x79\xfb\xd3\xc7\x63\xc7\x77\x1c\x65\xc2\xd5\xd0\x47\x95\x8e\x5e\xdd\xa3\xb0\x63\x37\xff\x86\x25\x6c\xf2\x70\xac\x38\x61\x4c\xae\x8f\x9d\x7f\x03\x19\xbc\xea\x09\xfe\x9b\xf3\x6f\x35\x5f\x79\xc7\xf0\x55\x7c\xdf\xf1\x33\x33\x05\x8c\xa3\xe3\xcb\x87\xe2\x17\x74\x2f\x0d\x9f\xf8\x30\xbf\xea\xfe\x09\xae\x80\x6b\x3e\xa1\x7b\x69\xf8\xc4\x7b\x7c\x8d\xbb\x7e\x21\xc5\x91\x98\xe0\x63\x26\x1b\x16\x3f\xa4\xfa\x52\xdf\x59\xd9\xee\xaa\x57\x75\xad\x32\x49\x17\xa3\xea\xa5\x11\xe5\x9a\xed\x9f\x68\x17\xf8\x9d\x99\x71\x77\x01\x6f\xdb\xb4\x8a\x79\x8e\x11\x0b\x27\xb2\xc7\x83\x94\x3f\x48\xf9\x83\x94\x3f\x48\xf9\x9e\x52\xde\x9a\xeb\x35\x23\x69\x30\xd7\xeb\x97\x6b\x32\xa4\x6b\x9d\xe0\x19\x90\xb3\x91\x7a\x01\x0a\xc8\xe8\x7c\x5c\xc8\x8d\xae\xfb\xf0\x32\x86\xe5\x32\xe0\xa1\x28\x72\xcb\xd5\x63\x5b\x84\x08\xc7\x09\x0e\x85\x32\x90\xde\xe0\x87\xa1\x9a\x2e\x6f\x2b\xdc\xcd\x93\xf9\x75\x7c\x55\x63\x6c\xcf\xaf\x9e\x65\x8c\x2e\x09\x1c\xfb\xbc\xcc\xda\x06\x03\x87\xab\x3f\xca\x2f\x52\x02\xb9\xa8\x73\xf1\x31\x5b\x7b\xe5\xd7\xbc\xc4\x83\xc1\x9a\xcf\x15\xb6\x6a\x10\x04\xe9\xf3\x13\xfb\x77\xc6\x14\x2e\xec\xd8\xfc\xf4\x83\xe0\xd1\x15\x31\x33\x7c\xff\x1d\x3f\xfc\x43\x61\xbb\x48\x4e\xe5\xab\x1b\xc8\xaa\x8e\xa7\x67\xb5\x8e\xa7\x67\x79\xc7\xd3\xb3\xb1\x3f\x92\x84\xb3\xb9\xd3\x2a\x0d\x58\xa9\x9c\x26\x83\x54\x0f\x8a\xc3\xd8\xaa\xa6\x44\x32\x9e\x42\x6a\x61\x9f\x07\xca\xcc\x63\x88\x04\xb8\x23\x36\x06\x30\x0e\x58\xc9\xcb\x89\xa5\x23\xba\x70\xb9\xb6\x27\xc5\xca\x7a\x04\x7c\xb7\xda\xc5\xe8\x6c\xac\x7b\x51\xb9\x45\xe4\x20\x92\x60\x71\x83\x1f\x7c\x0e\x35\xa6\xe3\x55\x36\x24\x64\xd0\x8c\xa3\xf2\xd8\xb2\x37\x92\xcb\x8e\xce\xc6\x83\x81\x8b\x83\x04\xe4\xfd\xb6\xc8\x5c\xee\xda\x12\x2c\x35\x80\x56\x1e\x25\x52\x55\xd3\x7f\x2f\x62\x81\xa7\xdc\xa7\xd0\x82\xfb\xa9\xf1\x0b\x5f\x50\xb9\x12\x78\xb5\x3a\xaa\x5f\x7a\xb6\xa5\xb0\x3e\xc3\x5b\x4e\x25\xff\x61\x04\x25\x43\x4e\xe7\x2c\xec\xa3\xc5\xe4\xfd\x88\x32\x1f\xe3\x57\xa6\xbf\x0f\xaa\x3b\xee\x5d\xc5\x8c\x0b\x23\x0e\xc1\x11\x59\x2e\xdd\x6a\x9b\x1f\xb1\x40\x5e\x79\x20\xc0\x8a\xde\x14\x37\xca\x4b\xe4\x2a\xbe\xbf\x70\x1c\xdf\xfe\x2d\x25\x21\x19\x0c\x46\xce\xcd\xfc\x12\x33\x82\x85\xe4\x45\x8e\xc0\x8c\x21\x1d\xa0\xe1\x10\x3a\x45\x59\x75\x6a\x07\x3a\xe8\x8e\x3b\xe3\x4c\x43\x4f\x0d\xc8\x99\x6e\xce\x32\x9d\x7b\xa3\xcd\x6b\x70\x5b\x44\xc5\xd3\xb9\x47\xdb\xa5\x9c\x60\x94\x88\xc9\x30\x9c\xe0\xf0\xe6\x10\x86\x7e\x50\x47\x0f\xea\xe8\x17\xad\x8e\x36\x85\xa1\x97\xb5\xc0\xe2\xa5\xcb\xe2\x85\x62\x0f\x2f\x58\x2c\xe2\x10\x25\xfe\x19\xd4\x0f\xfe\x0b\x31\x12\x93\xeb\xf4\xf7\x3b\xc4\xb9\xfa\xbd\xf2\x51\xc5\xaa\x24\x55\x01\xe6\x15\x7b\x5a\x2e\xe5\x53\x5a\x7a\x6a\xed\x1e\xa1\xf9\xad\xfd\x5d\x0b\x1d\x98\x2f\x17\xdb\xdb\xe1\x98\xe6\x77\xfa\x67\x4d\x6b\x33\xce\x62\x6b\x3b\x78\xeb\xfa\xaa\x7f\x56\x5c\x62\x75\xc1\xbb\x8d\x6a\x17\x68\x5e\xab\xbf\xf6\x74\xb1\xf7\x7c\x32\xbf\xba\xaa\x8f\x24\x5d\xe3\xa7\x60\x5b\xed\x99\xa9\x26\x9d\x6c\xc7\x3e\x0d\x7c\xbb\x89\x26\xbe\xee\x9e\x5e\x50\x01\xef\x1b\xe2\xd4\x04\xbb\x62\x2d\xbe\x6e\xcf\x30\xc8\x7b\x24\x64\xe4\xfb\x97\x90\x91\xf7\x48\xc8\xc8\x3b\x24\x64\x94\xcc\x65\x9e\x20\xd6\x2b\xe6\x31\xdf\x68\x97\xa2\x1e\x95\xe2\xd0\x97\xe3\xa8\x36\x3b\x49\x05\x6d\x93\xd5\x76\x89\x83\xb2\x7c\x50\x96\x0f\xca\xf2\xef\x50\x59\x56\xd7\xa8\xd6\xd7\xa8\x54\x0a\x0b\x78\x0c\xcf\x12\x14\x62\xf7\xf4\xf8\xf4\x1a\x3a\x43\x07\x78\x82\xbe\xa1\x77\x98\xbd\x40\x1c\xbb\x9b\xd9\x06\x34\xc7\x79\x42\x9d\x91\xb2\x0d\xfc\xa1\x6d\xab\x7d\xe4\xe1\xb3\x24\x3e\xd4\x31\x3c\x70\xf0\x03\x07\xff\x5d\x72\xf0\xbc\xb9\x23\x65\xe0\x4c\x32\x70\x06\xa9\x36\x80\xf0\xec\x05\xbd\x70\xa0\xe3\x53\xdb\x2d\xf2\x14\xf7\x70\xf9\x66\xbc\x5c\xb6\x7d\x42\x4e\xfe\x2b\xeb\x9e\xb4\x5b\x01\xef\x24\xf7\x5e\x73\x0e\x53\x13\xec\x7a\x10\xfb\x95\x75\x90\x05\xaa\x9e\xf3\xf0\x2e\x16\x07\xaf\xcb\x83\x44\x38\x48\x84\xdf\xbd\x44\xc8\xb9\x41\xb8\xa5\xd0\x03\x90\xaf\xfe\xbe\x59\x0a\xd6\xac\x83\x47\x4a\x81\x35\xf9\x35\xb8\x40\xd6\x91\xfc\x90\x5c\xfa\xc0\xd4\x0e\x4c\xed\xcb\x66\x6a\x4f\xeb\x64\x26\x79\x49\x93\x8f\x99\x50\x79\x72\x1e\xe5\x62\x26\xbb\xf0\x0c\xab\x72\x19\xec\xeb\x59\x36\xbf\xec\xae\xee\xce\x2f\xf7\x4e\xdb\x95\xd3\xeb\xaa\xec\xce\x2f\xdb\x75\x5d\x55\x7d\xfd\x20\x11\x0e\x12\xe1\x20\x11\x0e\x12\x61\xab\xc1\x45\xdf\xf4\xb4\xa9\x9c\xf9\x14\xc6\x01\x19\x3d\x1b\xe7\x0c\x2b\x8a\x3d\xb9\xbc\x12\xb2\xdb\x26\x05\x6e\xaf\x87\xe1\x9c\xdd\x1e\x02\x2a\x0e\x9c\xed\xc0\xd9\x0e\x9c\xad\x03\x67\xab\x24\x2f\xd2\x6b\x9b\xd1\x96\x22\x25\x4d\x58\xa9\xd3\xba\x75\xc6\xce\xdc\x7e\x2b\x9e\xef\xcf\x2e\x9c\x17\x8e\xef\xfc\xa7\x03\x9d\x63\x27\xf5\x09\xc6\xd9\x1f\x7c\x12\x5f\xa9\x5d\x5a\x74\x7b\xcf\x62\x0b\xcc\x0c\x75\x90\x84\x24\xea\x7f\xd1\x98\xb8\xb2\xb7\x15\xb0\x3f\xa0\x03\xc0\x0a\xb6\x26\x54\x80\x44\xcf\x0e\x41\x9a\x0b\x00\xe5\x01\xf1\x38\x0b\x97\xcb\xc5\xbd\x7f\x06\x1f\xfc\xb3\x95\x64\xc4\x2a\x73\xe6\x72\xe9\x84\xf3\xcb\x38\x74\x60\x12\x8c\x28\x5c\xdc\xfb\x2e\xf7\xee\xbf\xa6\xde\x3d\x38\x7d\x06\x1f\x7c\xee\x3d\xac\xec\x62\x18\xc8\x20\x08\xe2\xc1\x20\xd1\xac\x66\x71\xef\x27\xa3\xf3\xb1\x77\x0f\x1f\x7c\xea\x3d\xac\x00\xcc\x50\xe5\xa2\x80\x43\xe7\xbf\xc9\xf1\xf1\xf1\xf1\x8f\xc7\x19\x06\xbd\xfb\x02\xaa\x90\xf7\xa0\xa1\x1c\x00\xd2\x87\xcc\x43\xb3\x59\xf2\x60\xcc\x31\x30\x01\xfd\x52\x3a\x08\x74\xd3\xd7\x3d\x45\x35\xd9\xc9\xd3\x42\xdb\x54\xbb\xbb\x61\x49\xd8\x9d\x9c\x62\x73\x9f\x6a\x7a\x1d\xfb\x13\xa8\xdd\x0d\x4b\x20\x32\xe9\x83\xaf\xc9\x1e\x22\x6c\xd2\x07\x63\x93\x0e\x28\xe3\x37\x5d\x8b\x58\x28\xd8\x9d\xc4\x58\xcb\x1c\x63\x91\xe0\x06\xd7\xbc\x30\x89\x87\x5a\x5f\xa9\x12\x88\x6d\xb6\x93\x53\x5e\x43\x24\xe9\x74\xbb\x12\x8a\x69\xd0\x8e\x48\x7a\x7d\x9d\x6c\x58\x0c\xa4\xd8\x76\x27\x51\xda\x65\xf2\x1b\xcd\x7a\x37\xa7\xbb\x86\x82\xcc\x54\xbb\xd2\x8f\x02\xef\x80\xc0\x1b\x4c\x4e\x63\x3e\x44\x84\x92\x87\x69\x29\x17\xf2\xe3\x33\x63\xc6\xfc\xb9\xed\xb8\x3d\x63\xb8\xd1\x7a\x3a\xa4\xdd\x7e\x56\x4c\xbb\xad\x03\xd6\x9e\x87\x21\xe6\x9c\xb2\xd7\x2f\x1d\xb0\xa5\x7c\xda\x29\x7a\x12\x7c\x8d\xc2\x75\x1e\xa9\x1b\xe1\xe6\x8d\xea\x35\x20\x4d\x29\x44\xcb\x76\x00\x91\x9f\x33\x74\xde\xcf\x13\xcc\x1d\x75\x4c\x92\xa7\x81\x93\x40\xa4\x41\x73\xf2\xf0\xe9\x09\x16\x4f\x5d\x70\x54\x09\x09\x84\x8e\xfe\x70\x56\xb2\x24\x0d\x25\x25\x83\x01\x59\x1d\x15\xe3\x7f\x75\x7b\x9c\xb9\xe4\xe5\xc0\x6d\x51\x13\xe2\x5d\xc5\x24\x6a\xca\xe4\x2f\x89\xd0\x57\x71\x7b\xcd\x46\x0f\xd2\xc3\x1a\x21\x18\x22\x3c\x96\xdf\x19\x0a\xda\x23\x67\x46\xb1\xdd\xbe\x31\x80\x74\xf0\x1f\x69\x77\x36\x90\x6b\xd4\xce\x0c\x2a\x99\x28\xdb\xe5\x71\x6d\x52\xca\x5d\x47\x64\xdc\x3d\x11\xb5\x04\xee\x80\xb8\x39\x09\xbb\x2b\xb9\x0a\x7a\xef\x90\xa6\xa6\xd8\x19\x6b\x73\x12\x76\x43\x1b\x12\xbd\x75\x40\xdb\x6c\x1f\x51\xa8\xa6\xdb\x07\x8b\x48\x74\x90\xe2\x77\x18\x97\x59\xe1\xc1\x38\x7b\x30\xce\x1e\x8c\xb3\x07\xe3\x6c\x0f\x47\x04\x11\x87\x37\x8d\xc9\xe9\xf5\xcb\xc7\xb9\x22\xe8\x3e\x3c\xc5\xae\x3e\xd2\xfe\xbe\x08\x92\xdb\x30\x1e\x52\xd6\x57\x64\xe4\x1a\xee\x99\xd0\xc8\x4f\xb9\x63\xb7\x59\x93\x56\xc1\x31\x27\xfd\x8d\x06\xba\xcd\x4e\xa2\xb1\x75\xb2\xbf\x96\x62\x70\x0e\x42\xf2\x20\x24\x0f\x42\xf2\x4b\x13\x92\x3d\x5d\x90\x8f\x8d\xc0\xe3\xaf\xa6\x33\xf1\xe0\x32\x70\x31\x1a\x1b\x21\xf8\xdc\x45\xc0\x93\x7c\xe3\xfb\x87\x0d\x9d\x91\x75\xe3\xa7\x0b\x47\x99\xcf\x66\x98\xa9\x7c\x57\x3d\x25\x62\xda\x6e\x27\x39\xf9\x1a\x81\x98\x4d\xb8\xab\x3c\xb4\x2d\xda\x25\x04\x8b\x3f\x57\x61\x20\x4c\x42\x1a\x35\x2a\x5f\xe6\x6d\x83\xf6\x95\x57\xb1\x0c\xa4\x37\x67\xf1\xff\x9f\xc6\xf2\x75\xaf\xca\x3d\x73\x96\x0c\xaf\x28\xeb\x61\x53\xb3\x2d\xf6\x8d\x8c\x58\xf2\x83\x9c\x67\x57\x1a\x52\xe0\xad\x04\x54\x97\x77\xb1\x55\xa1\x32\x8d\xf6\x0c\x81\x76\xaa\x1d\xbb\xd4\xe0\xad\x08\xac\x2d\x5f\xb9\x86\x8d\xed\x5d\x09\xcb\xee\x05\x2c\xdb\xcb\x57\xde\xc5\x49\x32\x54\x22\x9d\xd6\x46\x96\x33\x2c\x4f\x02\x55\x9c\xe5\x9b\xed\x24\xfa\xda\xa6\x2d\x26\x74\xde\xb7\xd2\x96\x6d\xb5\x93\x13\x5e\x43\x2f\x76\xb2\x5d\xa9\x46\xc3\xb7\x22\xf1\xbe\x9e\xc9\x0b\x36\xaf\xb1\x58\xdf\xef\x1f\x7f\xbf\xef\xc1\xdc\xef\xd7\x70\xf6\x98\xc4\x22\x46\x49\xfc\x9b\xc4\x03\x9a\xcd\x86\xb7\x98\xf1\xa6\x43\x73\x12\x0f\x73\x20\xf9\xb6\xc3\x2b\x24\x8f\x10\x0f\x85\x3c\xbc\x21\x25\x57\xf1\xf5\x29\x26\xb7\x31\xa3\x44\xd5\x07\x2e\x61\xd9\xba\x97\x31\x88\x8e\x1e\xad\x7e\x40\x62\x1f\x78\xcf\xdf\xbd\x53\xe7\x9b\xc2\x13\x75\xbe\x91\xaa\x71\xe1\xa1\x99\x8c\x3e\x5f\xd1\x60\x21\x81\x7c\xe7\xf9\x6c\x76\xfc\x0f\x8b\x89\x6c\x9e\x7e\xb1\x32\x90\x32\xf0\xe4\x94\x0f\x5a\x1f\x54\x57\xc0\x71\x48\x89\x40\x31\xc1\x6c\x18\xe1\xcb\xf9\xf5\x10\x45\x68\x26\x70\xbd\x46\x82\x39\x4d\x6e\x31\x3b\xb5\x7f\xf0\xd3\x30\x41\x9c\xc7\x61\x63\x2f\x4f\x96\xd3\xc9\xe0\xa5\x71\xf4\x39\x1c\x55\x1c\x23\xf3\x29\x7b\x97\xcb\x7c\xf2\xdf\x23\xec\x31\x7c\x1d\x73\x81\x99\xdb\xd4\xb7\x3f\x45\x31\x71\x72\x68\x87\xd8\xe8\x8f\x6d\x4d\x1c\x39\x66\x3e\x43\x21\x76\xa0\x83\x66\xb3\x24\x0e\x91\x1c\x98\x7e\x0d\x56\xab\xf6\x8b\xf2\xca\xd2\x31\x9a\x24\x98\x0d\x93\xf8\x0a\x87\x0f\x61\xd7\x04\xfc\x60\xb1\xc9\xd9\x2a\xfb\x78\x8d\x6f\x01\xd4\x9a\xb4\x2e\x78\xc9\x30\x9d\x61\xe2\x2e\x18\xe6\x58\xbc\x48\x87\xe9\x97\xf7\x9a\x52\xa1\x7f\xe1\x73\xa9\x99\x6b\x7f\x48\xf9\x04\x66\xee\xa9\xb0\x26\x29\xb5\xec\x9e\x63\x31\x18\x98\x3f\x5c\xa1\x74\x6e\x43\x17\xb9\x85\x17\x7d\x11\x5a\x71\xfb\x6a\xf3\x0a\x6b\x69\xbd\x93\x3c\xbc\x33\x1e\x22\x24\x90\xfe\x4f\x2d\x4f\xf8\x4b\x06\x75\xaa\xa8\xfd\x94\x63\x31\x9f\x7d\x01\x93\xae\x5b\x75\xfd\x3c\xf7\x43\xcf\x76\x98\xee\xf8\x3a\x51\xb2\xad\xdb\x03\xc3\xec\xf2\x23\xc9\x91\x79\x2a\x3f\x56\xed\x96\xfd\xe2\x8c\xd5\x1c\x87\x39\x4e\x34\xbc\x4e\xe8\x25\x4a\x9a\x12\xd9\xb7\x0b\xd0\x42\x2e\xfb\x0e\xfc\x36\xbe\x72\x4f\xce\x95\xf3\x8c\x95\x81\xfa\xbb\xcf\xb3\x31\xfd\x55\x0d\xc9\xd8\x95\x8e\x8a\xf6\xdd\x13\xcb\x13\xee\x62\x12\xd1\x3b\x40\x02\xfd\xc7\x11\x4e\x38\x3e\x6e\x80\xd5\x73\x04\x24\xd0\x7f\x28\xd8\x26\xbb\x31\xc7\xc9\x95\x35\x8a\x92\x40\xfe\x5a\x19\xfd\xa0\x7d\xc8\x47\x2c\xa8\x18\x51\xd1\x05\x32\x26\x07\x6b\x25\x55\x02\xf4\xea\xc1\xcd\xba\x9b\x2a\xc2\xd0\x25\x7b\x00\x24\x23\x36\x5e\x2e\x5d\xf9\x4f\x80\x61\xc6\x5a\xe5\xa9\xe2\xa5\x3e\x54\xf8\x05\xcb\x64\x1b\x47\x8d\x70\x82\x05\x3e\x96\x1d\xae\x56\x00\x6c\x94\xf8\x35\x27\x09\x1a\x9c\xa9\x32\xa2\x6d\x26\xb2\x3c\x0d\xf7\xa5\xdd\xab\x04\xf1\xc9\x70\x8a\x39\x47\xd7\xcd\x95\x17\x6a\x08\x36\xaf\x3c\xaa\x4e\x4c\xd1\xd7\x42\x87\x43\x3a\x93\x23\xad\x18\x09\x36\xdc\xd4\x39\x74\xd5\x18\x26\x73\xe6\xd3\xf6\x1d\x03\x59\x46\x78\xcb\xe5\x62\x05\x51\xc0\x3c\x35\xf6\x1f\xf5\xd0\x5f\xea\x77\x1c\xd2\x00\x2d\x97\xa3\x31\xe4\x01\x35\xfa\x49\x4c\xc9\x0f\x4a\x2d\x8e\x31\x87\x71\xe0\xe6\x34\x54\xe0\x22\x70\xc4\x07\x03\x1b\xf5\x71\x14\xd7\xb4\xf1\xae\x28\x7b\x85\xc2\x49\xce\xed\x4c\x80\x45\xaa\xfd\x08\xe8\xe4\x07\x22\x57\xc2\x18\xd4\xfc\xd2\x6a\x49\x76\xbc\xd2\xf6\x58\x43\x25\xe5\xe5\xcc\x91\x06\x5b\xb5\x5b\x67\x8b\xa4\xa1\x52\xde\xd7\x13\x84\x7c\xc7\x4f\x6f\x6e\x6b\x1e\xa2\x30\xa9\x79\xaa\x3c\x12\x6b\x9e\xcf\x68\x12\x87\x0f\x35\x2f\x18\x95\xeb\x5f\x79\x1c\x13\x81\x89\x76\x19\xae\xbc\x23\x5a\x27\xac\xd0\x1a\x64\x10\x41\x0a\x39\x8c\x73\x6c\x35\xb1\x36\xf6\x24\x50\xfa\x8f\x54\xc4\xdf\x2b\x9d\x95\xa9\xdd\xe5\x66\x48\x97\x78\x00\x70\x1e\x2c\x6e\x6e\xfd\x94\x68\x20\x0a\x93\x4c\x64\x40\x35\x3f\x9f\xa5\xbf\xf5\xbc\x7c\x94\x3e\x90\xf3\xf1\x69\xfa\x33\x9d\x87\xcf\xd3\x67\x7a\xfc\x7e\x9c\xc9\xa1\x24\x65\x53\x72\x10\x95\xab\xeb\xbc\x5f\xa5\x62\x58\x0a\x0f\x50\xdf\xdf\x9c\x08\x75\x29\xa1\x21\x78\x09\x02\xce\x47\x78\xac\x9e\x00\x00\x1d\x85\xeb\x20\x08\xf0\x72\xe9\x98\x05\x91\xbf\x40\xb5\x2c\x83\x62\x82\x18\x1c\x09\x2f\x4c\x30\x62\xb5\x8e\x93\xc4\x0b\x19\x46\x02\x6b\xff\x49\xa8\xe2\xcf\xa7\xb1\x68\x80\x95\x07\xf5\x98\x1b\x67\x4b\x7b\xb7\xa6\x54\x8d\xc7\x31\x88\xa4\x9e\x9f\xce\x0b\x9a\x6d\x92\xdf\x13\xf3\x0e\x7b\x22\xfb\x31\x94\x7b\x39\x1e\x86\x28\x49\x2e\x51\x78\xd3\x8b\x73\xaa\xa6\xa7\x0c\x47\x31\xc3\xa1\x18\x4e\x10\x89\x92\x4f\xa2\xf9\x94\xc7\x7c\x89\xaf\x28\xb3\xcf\xeb\x0f\x7b\x18\x2c\xf2\x5c\x54\xd5\x21\xc9\x3f\x00\xd9\x09\xce\x53\xdd\x0c\x06\xa5\x07\x5e\x14\x2b\xd3\xd6\x7b\x33\xdf\xd7\x19\x42\x97\x4b\x57\x0d\x18\xb3\xf7\x18\x45\x31\xc1\x9c\xbb\x20\x77\xde\xd7\x98\x71\x8d\x56\xe2\xe9\xbb\x5c\x37\x27\xa6\xb1\x87\xa2\x5b\x44\x42\x9c\x6b\xbf\x02\xa0\x78\x06\xec\x22\x07\x2b\x0b\xcb\x31\xaf\xda\x4b\xf4\xc2\x5d\x52\x2a\x24\x9b\x98\x9d\xa6\x40\xe6\x8d\x5e\xed\xb9\xe6\x20\x9f\x6c\x3d\xd3\x51\xa0\x2b\x79\x48\x7e\xd4\x6a\x9a\xfe\x95\x4c\xbb\x56\x67\xce\x6c\x42\xc0\x55\x8c\x45\x72\x13\xf5\xc1\x0f\x9a\x41\xbe\x45\x53\x0c\x16\x45\x0b\x0a\x86\xb5\x50\xe6\xf2\x30\x65\xad\xce\xd7\x75\x60\x47\x99\x21\x20\x3d\x31\xd5\xc1\x29\x37\x9c\xc7\x2e\xf4\xfa\x05\x36\x20\xb5\xcb\xdb\xd7\x24\x06\xd9\xb6\xd6\x1f\x15\xd6\x7f\xd3\x7d\xab\xd6\xd8\x4e\x09\x03\x97\x15\xb7\xad\xd4\x8a\x14\x50\x7e\x59\xf3\x46\x1a\x75\xb1\x66\x71\x93\x53\x52\xf4\xef\xe2\x16\xec\xa2\x6f\xc4\xb7\x0f\xc3\x90\x46\x78\x1a\x33\x46\xbb\xa6\x22\x91\x2c\xa0\x56\x7a\x2b\x93\x3a\xc1\x44\xf8\xa5\x7e\x41\x2a\x53\x91\x10\x2c\xbe\x9c\x0b\xfc\x7d\x4c\xa2\x98\x5c\x73\x7f\xa4\x4c\x4b\xce\xf8\xd1\xd2\xa7\xb1\x3c\xcf\xa3\xec\x2a\x34\x8e\xc2\xe1\x8c\xd1\xdb\x38\x2a\x5b\x11\x34\x81\xda\x77\xfc\x94\xa2\xb9\x98\x3c\x53\xf3\xde\x8a\xf1\x30\x37\x37\xd4\x34\x37\x47\x8d\xef\x2e\x16\x13\x5d\x25\x9d\x15\xce\x76\xfa\xbe\x58\xd1\x2d\x81\x97\xf3\x38\x89\x7e\x66\x49\x9d\xb9\x41\xaa\x29\x97\x88\xe3\x9f\x59\xb2\x82\x72\xa5\x6a\xf4\x1e\x05\x24\x15\x12\xbd\x60\x00\x12\xfd\xc8\xf6\xeb\x82\x82\x03\x9f\x82\x9c\xd1\xd9\x7c\xe6\x00\x4f\x2d\x3e\x81\x23\x93\xa4\x48\x6e\x63\x85\x24\x0c\x3c\x31\xc1\xa4\x4e\x4f\x59\x48\x6c\x52\x16\xff\xa6\x88\xeb\x83\x4a\x7c\x84\x75\x86\x22\x58\x78\xf5\x82\x46\xd8\x8f\xb0\xec\xf1\xe7\xf7\xaf\x5f\x58\x1a\x54\x61\xde\x11\x06\xd0\x2e\x90\x2f\xd4\x99\x11\x86\x09\xe5\x35\x96\xd5\xd2\xa0\x3d\x86\xa7\x54\x60\x07\xc8\x3d\xa9\x8e\xee\x75\xd6\x3c\xd5\x57\xea\xd4\xa5\x7f\xba\xca\xa4\x97\x6e\x18\x64\x37\x8c\xb5\xcd\x6a\x01\x92\x8e\x2a\x2b\x28\x0b\x20\xd3\x47\x0b\x5a\x20\x59\x54\x36\x8b\xb7\x91\xac\x2e\xf7\x3a\x67\x89\x46\x4a\x6d\xbd\xd8\xac\xa9\xbe\xab\x2f\x3c\xd2\xa7\x4a\xf9\x22\x26\xd7\xa7\x77\x71\x12\x85\x88\x55\x8a\xc2\x3f\xfe\x40\xd9\x40\xd5\xac\x74\xbc\x33\x05\x5d\x79\x01\xa9\x60\xb1\xaa\xb3\xda\xea\xb9\xfe\x40\x59\xc3\x02\xaf\x33\x2f\xa4\x5e\x41\x5a\x6d\x57\x1f\x55\x22\xf4\xc2\x4c\x53\xd5\x68\xc6\x92\x99\x45\xf3\x10\xe7\x8f\x92\x12\x17\xe5\x80\x27\x3c\x22\xe3\x0b\x31\x22\xe3\xa0\x8e\x38\x47\x64\x0c\x7c\x61\x1d\x92\xa0\x58\x01\xb8\x58\x01\x1f\x5b\x73\xf0\x23\x69\xc0\x14\x9c\x6c\x58\x73\xfd\xf6\xf4\x2a\x4e\x84\x96\xcf\x75\x07\xbc\x12\x50\xf5\x34\x59\x02\xa8\x39\x56\x96\x20\x2a\xe7\xcb\xd2\xfb\xd2\xd9\xb6\xf4\xb6\x7c\xc8\x2d\xbd\x26\x92\xa3\xb4\xbc\x3f\x35\xf2\x72\x1d\x9c\x2d\xc6\xd6\xd6\x5f\x87\xae\x88\xbd\x30\x29\x6f\xad\x02\x9c\xaa\x3d\xbc\xe6\x00\x0d\x13\x38\x87\x21\x8c\xe0\xd5\x63\xf7\xdb\xac\x7e\xbf\x4d\xe5\x7e\xbb\xca\xf6\x5b\x6e\x9f\xcd\x2c\xfb\xbf\x6a\x3b\xb1\xa7\x15\x4e\x67\x92\x70\xed\x41\xbb\xa8\xca\x4c\x81\x39\xb3\x17\xf7\xf7\x14\xa8\x83\xbd\x7b\x06\x79\xe1\xa1\x39\xcf\xbb\x67\x90\x15\x9e\xab\x63\xbd\x7b\x06\x51\xe1\xe9\xcd\xad\x7c\x46\x0b\xcf\x74\x91\xa7\x87\xb7\x52\x42\xb8\x67\x30\x2e\xbc\x9c\x93\xb5\xaf\xcd\xc4\x5e\x1b\x6f\x47\x09\x30\x2f\x00\x48\x02\xb1\xb3\x77\xcf\x60\x52\xd7\x5a\xbe\x08\x8b\xad\xb4\xc1\xc1\x3d\x83\x51\xfe\xf9\xea\xe8\x2a\xe5\x61\x59\x85\xd7\x3a\xd7\xad\xd9\x08\x8f\xe5\x51\x5d\xae\xca\xa4\xc0\x24\x66\x79\x26\x31\xe9\xc2\x24\x68\x39\x3f\x75\x8e\x94\x29\x13\xa7\x52\xa1\x43\xca\x45\xb3\x81\xde\xcb\x40\xaa\x74\xe1\x7a\x90\x06\x66\x53\x06\xab\x61\x37\x65\x90\x2a\x3b\x29\x43\x18\x96\xd4\xb8\xb9\x72\x7a\x6d\x6c\x29\x3d\x6e\xa5\x74\x89\x35\x00\x93\x60\x91\x5b\xe4\x1c\x95\x03\xa8\xb0\x50\x22\x72\x00\x0b\xbb\x82\xe5\xdf\xa4\x9b\x02\xe5\x9f\x5a\x32\xa7\xf9\x87\xd9\x9e\xc8\xed\x15\xb0\x3a\x8a\x53\xea\xc9\xe6\x5f\x47\x3d\x89\xa1\x9e\xc7\x31\x92\xb8\x9e\x91\x24\x05\x72\x8c\xf3\xe4\x98\x34\x91\xa3\xde\x5d\xc3\x9e\xd7\x59\xf9\x23\x25\x17\x94\xe1\xa1\x25\xcf\xa7\xbe\xb5\x6f\xb8\xc8\x12\x75\x17\x59\x8d\xe7\x8b\xe6\x49\x4f\x18\xbe\x6a\x08\x54\x36\xaf\x4e\x2d\xc8\xa7\x99\x69\x3a\xa0\x86\x03\x6f\xc3\xe5\xd3\x0f\x88\x8b\xef\x29\x4d\xab\xcc\xa6\x4d\xac\x97\x4a\xe0\x3c\x77\x82\x20\x20\x9e\x40\xec\x1a\x0b\x4f\xa0\x6b\xa9\x6b\x5d\xd8\x07\xe5\x8f\x18\xe5\x9a\x8b\x92\xb6\xcd\x85\xeb\x20\x47\xbb\x7f\xe3\x00\x7b\x33\xc4\x30\x11\xaf\x12\x2c\x75\xba\x6f\xf1\x60\xe0\x3c\x77\xa4\x32\x66\x3f\xf0\x2d\xa8\x40\x1d\x65\x41\x19\xf6\xeb\xe0\x88\x0d\x06\x04\xdf\x65\x17\xb1\x2e\x56\xd6\x04\x6f\x8a\x1e\x2e\xf1\xdf\xb4\x8d\x0c\xac\x8e\x22\x1a\x2a\xed\xd1\xbb\xa4\xd1\x83\x87\xa2\xe8\xd5\x2d\x26\xe2\x8d\x54\xf5\x89\x72\xc4\x48\x62\xc9\x10\x09\x68\xbf\xfe\x32\xa3\x28\xf6\x28\x4f\x21\xb7\xb8\xb1\xd3\x56\x9d\x56\xee\xf5\x6e\xce\x19\xb5\x34\x29\xbf\x5b\x53\x58\x38\xcf\x74\x31\xb9\x6d\xab\x0a\xae\xf8\x23\x26\xb7\xc0\x75\x5e\xfc\xf4\xf6\xc3\xcf\x6f\x7e\xf9\xf9\xf5\x2f\x2f\x5f\x7f\x78\xfe\xfd\x9b\x57\xbf\xbc\x7f\xf5\xfc\xcd\xc7\xd7\x3f\xbe\x92\x27\xad\xd1\xd8\x1e\x86\x46\x4e\xaa\x4e\x2a\x36\x3f\x6e\xca\xd0\x95\x32\x61\x87\xe1\x19\xe5\xb1\xa0\xec\xe1\x34\x3d\x53\x61\xe8\x9c\xa6\x56\x09\x07\x40\x7d\x24\x2e\xc0\x4a\x82\xcd\xc1\x58\xc9\xcd\xfd\x45\x48\x15\xc7\x6e\xe8\x59\xe2\x35\x97\x14\x6b\x94\x0d\x44\x5f\xe2\x64\xfd\x28\x46\x9e\xef\x44\x3e\xc8\x7f\xd2\x30\xf5\x3c\x88\x7e\x94\x03\x5a\xad\xc6\xa0\xfe\x12\x2b\x3d\x70\xd8\x13\xbf\xf6\x2e\xb1\xc7\xcd\x74\x58\x76\xa4\xa9\xaf\xb8\xa6\xc9\x35\x92\x2e\xd7\x44\xf7\x0c\x40\x6a\x54\x90\x64\x94\x3f\x16\xa5\xbd\xf2\xba\x61\xa6\xbb\x3e\x03\x1b\x91\xf1\x51\x6e\xe8\xea\xb4\x75\x51\xb2\x74\xe5\x47\xa0\x1e\x00\x48\x60\x75\x78\x0c\x00\x3f\x6b\xb9\x6e\xc2\x0d\xad\x57\xfa\xff\x9e\xea\x36\xb9\xf7\x65\x71\xdd\x5e\x9c\x60\x14\x0d\x2f\x19\xbd\xe3\x78\x9d\xa1\xee\xf1\x42\x20\x7b\x60\x04\x41\xf1\xcb\xf5\xde\x69\x6a\x33\x74\x9e\x8b\x3d\x18\x75\xb6\x48\x48\x26\xa3\xae\x68\x1b\x6c\xbc\x45\x6b\x4b\xbf\x58\x3c\x2a\xf7\x72\x29\x1c\xaf\x2c\xd7\x4e\x8a\xc1\x78\x83\xc1\xda\x50\xbc\xba\xf0\xae\x86\x80\xbf\x8e\x71\x6b\x34\x8b\x5b\x23\x9b\xc7\xad\x91\x6a\xdc\x1a\x69\x8b\x5b\x23\x59\xdc\x1a\xe9\x18\xb7\x46\xfa\xc7\xad\x11\x50\x9c\x69\x09\x5b\xdd\xa3\xd6\xf8\x8c\x61\x14\x7d\xbe\x80\x35\xba\x83\x51\xdd\xed\x37\xb4\x3c\x28\x89\xef\x74\x68\xf9\x12\x19\xae\xa3\xf7\xad\xe7\x00\xc8\x82\x72\xb2\x4d\x88\x72\x73\x60\xdf\x3d\xbb\x60\xc3\x67\xfe\x19\x80\x34\x78\xf6\x2d\xfd\x33\xfb\x96\x7e\xfd\x35\x40\x23\x3a\x7c\x36\xce\xdd\x89\xd0\x74\x66\x64\x30\x10\x85\x6f\x45\xa1\x03\x2e\x46\xe9\x27\x53\x66\x0e\x52\x1d\x01\x01\x7f\x24\x72\xbf\x56\x30\x0e\x2a\x5e\x9a\xa9\xd6\x25\x49\x24\x41\xda\xa2\xe7\x93\xb4\x32\xa0\x73\xca\x28\x15\x43\x7d\x7d\xee\x48\x75\x41\xff\x05\x72\x10\xd9\x4b\x1c\xc5\xa2\xf0\xea\x8a\x26\xea\x5e\xc0\x39\x8d\x49\x84\xef\x1d\xb0\xd2\x52\xd5\x4a\x5f\x2d\xc6\xf4\x24\x4e\xf3\xa6\xde\x34\x0a\xb5\xf1\x2e\x25\xf5\x3c\xcd\x35\x53\x7a\x69\xd9\xd1\xd7\x80\xd5\x7c\x84\x81\x5c\x82\x26\xe5\x7d\x51\x63\x33\x1d\x95\xd2\x05\x39\x66\x76\x72\x19\x9c\x71\xd5\xd8\x99\x0f\x77\xc6\x23\x31\x2e\xa4\x9e\xb2\x94\x23\xaa\xf4\x41\xf2\x34\xfe\xdd\xf9\x85\x18\x9e\x4b\xfa\x60\xc1\xf9\xb7\xec\xcf\xe2\x5b\xf6\xf5\xd7\x80\x8c\xd8\xf0\x3c\x4f\x1f\xac\x98\x14\xa0\x46\xd3\x75\x79\x31\x1b\xe9\xa8\x68\xbb\x85\x78\x9c\xc3\x1e\x00\x2b\x88\xb5\xa5\x15\xd4\x39\xfd\x8e\x9c\x29\x8d\xb0\x8e\xf6\x72\x52\x53\x72\x6f\x24\xe4\xee\x4b\xd2\x81\xd4\xef\x23\xc5\x3c\x8d\x34\x0c\x82\x00\x0f\x06\x27\x62\x30\xb0\x4f\xa4\x62\x54\xb4\x44\x1b\x9d\xd7\x18\x91\x9c\xff\x71\x56\x39\x36\x52\xc1\x78\x9e\xab\x90\xef\xce\x2f\x88\xc6\x38\x0d\xce\xbf\xa5\x7f\x26\x6a\x47\xb2\x11\x2d\x62\x9c\x6e\x11\xe3\xac\x88\x71\x63\xd7\x6e\x51\x3a\x8d\xf4\xcf\x34\xcd\x3c\x75\xfa\x3b\x48\x6b\xda\x65\x5a\x68\x42\x22\xb5\x34\x97\xdb\x51\x7b\x3a\x03\x1d\xd4\xb8\x9f\x83\x5f\xa9\x6d\x56\x77\x26\xb2\x9a\x26\x35\x37\xf3\x85\x33\xea\xdb\x0f\xef\x9e\xbf\x78\xf5\xe1\x97\x57\x6f\xe5\x39\xf5\xa5\x03\xc0\x62\x24\xa5\x92\x3c\x42\x08\x11\x93\x6b\xa9\xb5\x46\xa1\x97\xda\xf5\xb8\xa7\xc4\x43\xf9\xa1\x91\x1e\xe3\x16\x17\xc4\xca\x89\x07\x40\xc3\x07\xf8\x7b\x3c\xa3\xb9\xcb\xfe\xdc\x31\xd1\xf0\x7c\x4c\xa4\x16\x13\x39\x15\x57\x01\xbf\x2a\x3e\x37\xe8\x55\x72\xcb\x72\xc7\x39\xa7\x58\x67\x83\x2e\x8d\xbd\xf0\xf4\xbf\xbd\xd3\xeb\xa3\xfc\x39\xb2\x68\x1b\x4d\xaf\xfe\x80\xa7\x2f\x4b\x6a\x3d\xda\x70\x45\x71\x58\xad\x49\xe9\x8d\x33\xf1\xed\xfd\x62\x9c\x65\xbd\x19\x12\x13\x07\x3a\x39\xd9\x9e\x40\xe7\x54\x77\x54\x7f\xea\x96\x2c\x17\x36\x8a\xef\xca\x62\x6a\x37\x1e\xb0\x20\x41\x96\x84\x5b\x64\x6a\x83\xf1\x31\xe9\xd6\x9b\xd4\x03\xd2\xa3\x33\x1a\x0c\x62\x17\x43\x04\x09\x58\x29\xd7\x71\x51\xff\x85\x7e\x63\x75\x31\x64\x52\x0f\x57\x2b\x9f\x50\x7a\x33\x9f\x65\xdb\x26\xa2\x53\x89\x28\x4a\x85\x0b\xb4\x17\xf8\x9b\x98\x0b\x0f\x45\x91\xeb\x4c\x10\x1f\x1a\x6a\x90\xaa\x71\x65\x57\x3d\x7f\xf1\x26\xb7\xa5\xa4\x32\xd3\xb7\x77\x14\x26\xdc\x64\xed\xdc\xc4\xb3\xb0\xee\x3c\xca\x71\xa2\xfd\x85\x7b\x19\xb9\xb6\x6c\x6f\xcd\x0d\xa2\xd9\xd6\x7a\xb2\xd6\x96\xf6\xfc\xed\x8b\xbf\xfd\xf4\xfe\x97\x0f\xaf\xde\xbc\x7a\xf1\xf1\xf5\x4f\x6f\x9d\xd4\x9d\xb4\x01\xcd\x90\x05\xd5\x1d\xa2\x2d\xb3\xa9\xc5\xf4\x42\xaa\xcb\x39\x5b\x2b\xc4\x2a\xdb\x7d\x55\xe1\x61\x2e\x4e\xcd\xa7\xf1\x95\xab\x0f\xb8\xd9\x75\xb8\x77\x39\x17\x82\x92\xc1\xe0\x59\x90\xfd\x4a\x73\x6e\x78\x11\x12\x88\x63\xe1\x4d\x18\xbe\xca\x27\x0f\x75\xf5\xc9\x00\x8b\xe7\xd6\x75\xc8\x75\x24\x8c\x03\x49\xea\x89\x2d\xbc\xeb\xea\x7b\x70\x84\xe4\x89\xab\xd0\x71\x80\xa0\x30\x36\xd5\x0a\x38\x58\xad\x20\xed\x34\xad\xda\x21\x9f\x94\x1c\x0e\xaa\x62\xf1\xbb\xb3\xc1\x20\xdb\xb6\x39\xc7\xf8\x8b\xfc\x0f\x5f\x7b\x5e\x42\xa2\x67\xf5\xc1\x52\x85\x2b\x17\xeb\xe4\x5c\xe5\xf0\x61\x81\x13\xf3\x17\x34\x49\xd0\x8c\xe3\xc8\x89\xd5\xf1\xe9\x84\x78\xb9\x87\x83\x01\x49\xed\x02\x2e\xb0\x23\x38\x37\xb9\x79\x30\x58\xac\xd2\x23\xa5\x0b\x06\x83\x35\x48\x5e\xb5\x5b\xb9\xa7\x74\xce\x71\x44\xef\x88\x03\x11\x80\x9d\xa0\xe7\x33\x25\x76\xb7\x68\x15\x5f\x37\x88\xe6\x06\x66\x1c\x4f\x6c\x48\xd7\x01\x57\x5a\x96\xad\xf7\x7e\x34\x5e\x37\x8d\xfe\x8f\xf6\xe9\x74\x86\xc4\xe9\x35\x16\x36\xd7\x86\xfd\xee\x1a\x90\x24\xbe\xcc\x1c\xa1\xf5\xa3\x88\x27\x43\x7c\x5f\x6b\x54\x83\x68\x5b\x1c\x8e\x96\x5d\x67\xf3\xb8\x68\x66\x75\x4d\xfe\xb0\xb5\xae\xb0\xfa\x3b\x45\xe5\x01\x83\x23\xea\x49\x01\x27\x49\xeb\x63\x7a\x8a\x70\xb2\xb9\xa6\x81\x5e\xca\xe5\x28\x77\xfb\x4a\x81\x87\xe6\x62\x22\x55\xb8\x10\x09\x1c\x29\xed\x92\x1f\x9d\x94\xd3\xff\x0c\x06\x15\x1f\x5c\x00\xa9\x47\xaf\xae\xaa\x5f\x25\xca\xc6\xbc\xea\xe4\xc9\x53\x47\x43\x77\x28\xb9\x49\xdd\xc6\x6a\xa9\x28\x89\x2f\x73\xd1\xcc\xca\xd5\xe4\x33\xbb\x49\x97\xc7\xdc\xb0\xda\x2d\x0e\xd0\xf6\xa4\x81\x8e\x63\x72\xcc\xbc\xb4\x3f\x90\xfb\xdb\x9b\x20\xfe\xd3\x1d\x49\x07\x8e\xec\xda\x68\xb9\x07\x74\x5e\xf4\xa2\xe7\xdd\xd7\xa8\x93\xd3\xfa\x34\xbe\x8f\x89\xf2\x3f\x52\x99\x21\x4c\x0e\xfc\x46\x87\x3a\x03\xae\x40\x2f\x13\x1a\xde\xc4\xe4\x3a\x6d\xd3\x72\x53\xd6\xcf\x72\xcd\xf6\xc0\x72\xcd\x7e\x37\x96\x6b\xb6\xdf\x96\x6b\xb6\x83\x96\xeb\x35\x69\xd0\x7e\x94\xbb\xcc\x46\x3d\x65\x11\x62\x0b\x7b\x36\x6f\x2a\x92\x6a\x8f\xee\x00\x9a\x2d\xe9\x2f\xe6\xbc\x39\x47\x96\x85\x4f\x63\xa6\x16\xda\x59\x67\xf1\xd6\xe6\x43\xf0\xb3\xd0\xee\xac\xaa\x80\x2f\xb1\x08\x3f\xe0\x90\x61\xf1\xfa\xa5\x5f\x48\xa8\xaf\x6a\x0e\xac\xc0\x0a\x26\xf4\x9a\xce\x6b\xa3\xbf\x0b\x5f\xd6\x41\xaf\xae\xa3\x3d\xa2\xb4\x03\x33\xa9\xf2\xcf\x9c\xbe\x09\x99\xb2\x1b\x16\xec\x29\x57\x18\x47\x97\x28\xbc\xf1\xf0\x3d\x0e\xa5\x7e\xe7\x56\xbf\xcb\xe4\xe1\x97\x7a\xaa\x7f\xb7\xea\x9a\x9d\x83\x53\x51\x2f\x2f\xd5\xc0\x8c\xba\xc4\xa0\x3c\x16\xeb\x9b\x54\xe8\xa8\x2e\x1c\x75\x45\xde\x1e\x91\x60\x18\xa6\x5a\x4b\xc9\x2b\x4d\x90\xc3\x27\x4a\xae\x56\x20\xa4\x85\x8e\xce\xfa\x91\x46\x38\xe9\x17\x9a\xac\x8d\xa0\x12\x7d\xb1\xde\xdb\xb2\x3b\xb0\x82\x11\x96\x74\x76\x8b\x04\xee\xd5\xdf\x91\xf6\x59\x2e\xc5\x1a\x66\xd6\x7e\xe8\xc4\x02\x4f\xd5\x09\xc4\x01\x47\x05\xfa\x8a\xf9\x5b\x7c\xa7\x8f\xd6\x26\x73\xd3\x7b\x1c\x52\x16\xb9\xdd\xd2\xbb\x99\xd5\x30\x06\x9b\xed\x0b\xbc\x6d\x9d\x9a\xd7\xb3\x81\x55\x87\xca\x1d\x66\xdc\xc6\xd5\x02\xf1\xe1\x14\x91\x87\xa6\x49\x6a\xc7\xdd\x69\x4c\xe2\x69\xfc\x9b\x26\x90\xf5\xc2\x1c\xa6\x07\xc5\xa2\xf7\xb8\x94\x3a\xe6\xc9\x35\x16\x39\x95\x45\x73\x6a\x6e\xb5\xa1\x75\x30\xb2\x1b\xa1\xb2\xf2\xb0\xaa\x5d\x4c\x94\x8b\xd7\x15\xbb\x78\x89\x79\xc8\xe2\x99\xa0\x9a\xe1\x7b\x59\x3a\x8a\x15\x00\x00\xea\x24\xaf\x86\x28\x09\x64\x20\xcb\xbd\x5a\x14\x15\x39\x97\x77\x21\x95\x08\x7c\xd1\xb4\xb2\xc2\x2e\x27\x81\xc5\xdc\x17\xa9\x4e\x6a\x7e\xdf\xb1\x58\x98\xbf\x57\xc0\x57\xd7\x2a\x04\xe2\xad\x09\x8e\xaa\xdb\x80\xc9\x3a\x8b\x97\xcb\xd1\xb8\xc6\x60\x68\xe2\xbe\xec\xcd\xa1\x2f\xa0\xba\x3c\x94\x62\x6d\x55\xa9\x6f\x82\x47\x6c\x3c\x18\xb8\x48\x25\x3b\x18\xb1\x31\x80\x48\x85\x9b\xd0\x1a\x0b\x4b\xe3\x17\x6b\xf4\xbf\xcc\xcc\x7e\xfe\xad\xf8\x73\xd9\xa6\xf0\xad\xf8\xfa\x6b\x3b\x50\x5d\xd8\x25\xb3\x25\x88\xbc\x61\x41\x8c\xfd\xc5\xea\x48\xfc\xef\x67\x17\xc4\x90\x9f\x8b\x00\x3c\x39\x6b\x30\x6f\xea\x25\x46\x23\x31\x56\x05\x59\x5a\x28\x89\xd7\xae\x7d\x8c\xb9\x8b\x61\x5b\x53\x17\x01\xe0\xe7\xc6\xd4\x30\xa0\x66\xe2\x6a\xa3\x72\x04\x8d\x5c\xca\xdc\xfc\xb2\x25\x75\x9c\x15\xd4\x61\xd0\x90\x97\x09\x04\xe5\x4c\xc6\x6b\xac\xcf\x05\xe6\x6b\x3b\x76\x40\x10\x28\x0e\x5b\x4f\x55\x22\x60\xee\x62\x05\x09\x2c\x34\x7e\xab\xe2\xaa\xaa\x95\x76\xf2\x40\xea\x5c\x23\x46\x68\x5c\x7a\x0a\xa0\x50\xb3\x88\x6b\xc8\x6d\xed\xf8\x9d\x52\x7d\xa4\xfc\x1c\x54\x8f\x49\xad\xa0\x64\x98\xcf\x28\x89\x7e\xa0\xec\x3f\xe7\x98\x19\x11\xe3\xd7\xde\x8f\xe6\x84\x5d\x2d\x9b\xc2\xe5\x2a\x99\x69\xa0\xfa\x3b\xc9\x9a\x63\xcc\x03\xea\x66\x3f\xb2\xe2\x94\x2e\xf1\x8c\x11\xe0\x75\x24\x8f\xea\x92\xe2\xd2\xdb\x87\x61\xac\x9f\x3d\x38\xd0\xc9\x99\x0a\x1c\xe8\xbc\x44\x02\x85\x98\x08\x79\x22\x05\x85\xde\xde\xd2\xa8\xd0\x15\xa1\x51\xa1\x1f\xf9\xbe\xd2\x89\x23\x71\xaf\x06\xae\x95\x1f\xa1\x2e\xfc\x0a\xd8\xd9\x2e\x5e\xd4\xc7\xd6\x5c\x6f\xe4\xb0\x86\xeb\xb0\x86\xb7\x8a\x35\xbc\x39\xd6\x94\xc4\xc9\x90\xc6\x31\xab\xd8\x06\x60\xe6\x39\xd8\x39\x7c\xab\x3a\xbd\x80\xbb\x2c\xc5\x44\xdf\xb9\x42\x56\x9a\x61\xa9\xb7\x8e\xd3\x85\x59\x9b\xa0\x68\x34\x8a\x73\xdd\x01\x00\x59\x51\x4d\x6b\xf0\x9c\x2f\x2a\x2f\xbf\x03\x35\x4d\x39\xcd\x6e\x43\x49\x7b\xc2\x99\x7d\x1a\xae\xf8\x9e\x26\x38\x57\xbd\xdd\x3c\xb0\x59\xf5\xed\xef\x8b\xd1\xd8\x37\x7f\xee\x16\x7b\x2a\x0d\x1f\x97\x86\x8f\xb3\xe1\x9b\x3f\x9f\x8c\x4f\xe8\x91\x94\xf2\x50\xea\xa7\x95\x6d\x48\xea\xf3\x51\xe6\x89\xf3\x77\xb0\x09\x79\x42\x45\x69\x6e\x6a\x16\x43\xf5\xa2\x08\xb5\x47\xc9\xf4\xcc\xb8\x75\x09\xc7\x83\x8d\xf7\x60\xe3\x3d\xd8\x78\xbf\x70\x1b\x6f\xe6\xa2\x59\xb0\x92\x2a\x03\xde\x55\x4c\xa2\xef\x1f\x3e\x24\xf3\x6b\xb7\x70\x2e\xca\x17\x8d\xd5\xf6\x3e\xeb\x2d\xaa\x9d\x8e\xbc\x28\xf4\x94\x07\x64\xe9\x9d\xf1\xe6\x04\x9e\x71\xc6\xe2\xf3\x4b\x2e\x98\x7b\x0e\x9a\x93\x5f\x1c\x8b\x66\xcb\x73\xce\xca\xdc\x3c\xbc\x7a\xd3\xb3\x7d\xea\x00\x98\xd9\xaf\x2b\x47\x50\x33\x5c\xcd\x2d\xb7\x6e\xa6\xce\xbb\x8e\x43\xb4\x99\xa1\x1a\xad\x37\x54\xe7\xd0\x18\x60\x88\x6a\xac\xd5\x08\x12\x13\xf7\xd3\x68\xe4\x16\x8f\x30\x65\xd7\xcb\x85\xae\xd9\x75\xfa\x09\x08\xb2\x07\x02\xe2\x77\x58\x76\x69\x3f\x05\xc4\x9e\x15\x25\x2c\x1e\xbe\x7e\xb1\xac\xa3\x41\x2e\xd8\xd7\x0e\x50\x7e\x08\x9b\xdc\xc7\x68\x38\xdb\x11\x34\x12\xa4\x98\xef\x11\x66\x1f\x82\x0b\xc3\xc4\xb2\x6f\x19\xcf\x9a\xf4\x34\x64\xb9\x9c\xce\x49\x20\x72\x57\x3c\xfa\x92\x50\xf1\xae\x17\x6a\x86\x8d\x97\x94\x0a\xe6\xe7\x59\x84\x52\xfe\x56\x76\x5e\x82\x39\x90\x86\xcc\x38\xb9\x48\x85\x59\x12\x0b\xd7\xf1\xb2\x9a\xdf\xd8\x9b\xd1\x99\x6b\x84\x5e\xde\x1f\xdf\xc5\xde\xbf\x68\x4c\x14\xb0\xfd\x8a\x66\xb4\x7d\xbe\xc2\xef\x62\xe5\x94\xa6\xbf\x02\x16\xaa\x64\x93\x76\x5b\xf5\x8b\xd2\xf9\x8a\x61\x3e\x71\xd5\x41\x4c\xd2\x44\xe1\x6d\xf3\xb8\x56\x10\xcb\x1d\xd7\x8c\x45\x6c\x20\xca\x08\xaa\x42\x94\x27\x57\x80\x48\xb5\x8d\x50\xee\xd7\xc6\x44\x5b\x1d\x96\x2b\xac\x0e\xb5\x14\xe3\xf1\xc8\x3b\xde\x2c\x05\x68\xdb\x2d\xaf\xc6\x5a\x7a\xcb\xab\xb4\x61\x2b\x1a\x4d\x5c\x54\x7d\x58\x0c\xf3\x72\x58\xd7\x6c\x51\x45\x12\x54\x71\xfc\xb9\xa6\x56\x58\x83\xe2\xd4\xf4\x28\x5b\xa6\xa6\xdb\x67\x53\x8b\xaa\xc4\xb1\xdd\xa9\x69\x37\xc6\xfe\x57\xf3\xf9\x99\xe9\x41\xb6\xcc\x4c\xb7\x4f\x67\xd6\xa9\xf2\xaa\x52\x78\x4d\x9a\xa6\x86\xac\x1d\x0a\xa4\xf8\x08\x09\x51\x9b\x85\x55\xb1\xf9\x42\x16\xb5\x3d\xb9\x72\xc4\xde\x87\x37\x3f\xff\xf5\x97\xbf\xbf\xfa\x67\x80\xbd\x77\xef\x5f\xff\xf8\xfc\xfd\x3f\xd5\xaf\x34\xbc\x3a\xff\xd0\x99\xc7\x91\x73\x94\x6b\xe3\xbc\x7e\xe9\x18\xaf\xc9\x4a\x26\x3f\x17\xb9\x2c\x58\xac\xa0\x6a\x04\x8b\xf9\x65\xac\xf2\x05\x00\x44\x2e\x53\x5e\x26\x2d\x10\xda\x46\x5d\x0f\x03\x17\xe6\xd1\x3f\xd4\x14\x1d\x67\x65\x5b\x49\xfd\xa5\xad\xe7\xf7\xf3\x04\xf3\x36\x20\xcd\x17\x5e\x2b\x2e\x5f\x06\x25\x73\x49\x20\x29\xe8\x8f\x34\x8a\xaf\x1e\x3a\x81\xe6\x2c\xee\xcd\xdf\x67\x00\xb4\x3b\x61\x1a\x72\x0e\x29\x65\x51\x4c\x1a\x4a\xcf\x1f\xa8\xba\x23\x55\xbf\xa5\x11\xde\x0a\x5d\xab\x8e\xda\x48\x4b\xae\x59\x19\xc8\xbe\xfc\x80\xaf\x75\x4a\xe8\xf5\x7d\x74\x22\x24\xdd\xe1\x03\x09\x3f\xc6\x35\x7b\x29\x23\xcd\x3e\x04\x17\x85\xbd\x09\xad\xf0\x84\xe1\x44\x39\xce\xf2\x49\x3c\xab\x29\x02\x00\x99\x71\x17\x38\x2a\xc6\xac\xef\x1f\x15\xfe\xf0\xd3\xfb\x57\xaf\xff\xfa\xb6\x2f\x4d\xe6\x9b\xe5\x57\xb9\x48\xae\x92\x37\x9a\xd0\xf8\x2a\xb9\x52\x17\x75\x20\x57\xea\xa2\xf5\x4c\xd6\xc2\x98\xbb\x47\xcd\x31\x99\x37\x41\xfc\x47\x44\x1e\x40\x1a\xaa\x93\x75\x46\xa3\x1a\x28\x95\xa8\xd0\x82\xfc\x88\xf9\xe4\x95\x09\xb2\x2b\x7f\xf6\x92\xd2\x04\x23\x52\x66\xee\x12\xc7\x00\xa2\x02\x89\xf2\xf5\x24\x1a\xf3\x90\xde\x62\xf6\x30\x0c\x27\xaa\x3a\xd4\x81\x31\x6e\xcc\x18\xf3\x17\xcf\xdb\xe0\x8f\x85\x8b\xec\x6d\xb1\xb8\x17\x7a\x99\xeb\x19\xea\x14\x0b\x54\xf3\xae\x0f\xcf\xcb\xe5\x04\x3c\x90\xd2\xee\x6b\x8e\xd6\xb9\x4a\x07\xd3\xac\x27\x47\x95\x3b\xec\xed\x87\x8e\x70\x3d\x54\xd2\xaf\x32\x9d\xf4\x25\xe6\x42\xaa\x68\x31\x25\x5b\xe8\xa1\x75\xac\xef\x18\x0e\x71\x84\x55\xb0\xd5\x7a\x6d\x54\xcf\x6a\x9d\xca\x5c\x1e\x93\xde\x1a\xd9\xc0\x9e\x87\xeb\xb0\x5c\x6e\x8d\x92\x84\xde\x65\x8d\x7f\xac\xdf\x99\x5d\xb5\x96\xbe\x4c\x42\x29\xf4\xd1\xf3\xaa\x6a\xa5\x8e\xd2\x16\x4c\x1f\x9a\x5b\xc1\xb6\x7e\x3c\xe8\xc3\x8f\x6e\x6e\x37\xd0\xc1\xca\x6e\x28\x31\xff\x41\x27\x87\xf9\x82\x75\xb0\x0d\xb8\xd4\xdf\xf1\xc3\x56\x34\x2b\xd9\x4f\x0b\xc8\x1b\x1a\xde\xb4\x91\x85\x02\xfc\x21\x41\xd7\xd5\x03\x6b\x09\x48\xed\xb1\xb6\x4f\x76\x23\x5b\xad\xaa\x75\x22\x5b\xa3\x21\x9a\x6a\x23\xeb\x3f\xde\x69\xaf\xa6\x6a\xa9\xc9\xc1\xb6\x1e\x30\x25\x62\xe3\xa9\x6a\x6a\xca\x47\xae\xc1\x7f\xc5\x02\x55\x0c\xc1\x2c\x55\x31\x52\x8d\xc0\x72\xe9\x28\xd7\xd2\x7e\x4a\xa7\xce\xc7\x7d\x50\x0f\x76\x5f\x3d\x78\x1e\x45\x0c\xf3\x56\x03\x50\x97\x93\xfc\x5a\x09\x96\x3f\x36\xd5\xbc\x7f\x31\xc1\xe1\x4d\xf3\xdb\x27\x31\x3f\x7d\x44\xd7\xd7\x38\x32\x08\x68\x1e\x5a\x0f\xe3\x42\xbd\xb5\xa2\x9b\xa5\xa3\xa3\x88\xdf\x82\x02\x5f\x97\xd0\xf1\x77\xb7\x3d\x75\xc2\x20\xb3\x41\x7b\xed\x55\x7d\xfa\xab\x1a\x20\x0a\x7d\xe6\x98\x76\xeb\x3e\xee\x72\xfc\xeb\x74\x44\x6c\xd7\xf4\x9b\x4d\xc5\xfa\x12\xa1\x4e\xd3\x2b\x33\x8c\x17\x6f\x2a\x5b\xc5\xe4\x78\xaa\x0a\x98\xe2\xe7\x16\xca\x71\xfa\xc1\x56\x8e\xf4\x47\x63\xf8\x9e\x26\x38\xf7\x5b\xa7\xe9\x7d\x12\x53\xdd\x9a\xda\x40\xbf\x3b\xe2\x7f\xa4\x79\x78\x5b\xe6\x8f\x2e\x44\xdd\xc0\xef\x7a\x72\xe6\x97\x31\x9f\x25\xe8\xa1\xcb\x07\xff\x1e\x93\x4e\x03\x6f\xd3\xc8\xf4\x66\x99\x8b\xc9\xcf\xef\xdf\x6c\xe9\x7a\xc3\x66\xd9\x3e\xd0\xee\xee\xeb\x55\x9b\x5d\xd8\x3d\x8a\x85\xaf\xbd\xc9\x6b\x6e\xa6\x95\xab\x5a\x4e\xab\xaf\xd5\x8b\x2d\xcf\x56\xfd\xb7\x5f\xe7\xfd\xf2\x48\x2d\xa8\x34\xac\x4f\xac\x4f\xa6\xa1\x78\x7d\x96\xa0\xd7\xfe\x67\xf4\xfe\xb0\xfd\xf7\x62\xfb\xf7\xb0\xec\xdb\x00\xb8\x76\x96\xd2\xe1\x0c\x66\x3a\x7b\xa7\x29\xe5\x53\x59\x13\xbb\xec\xef\x3e\x84\xae\x8b\x05\x1d\xe8\x7c\xf7\xe9\xfc\x33\x88\x39\x1b\x7d\x59\x6e\x59\x6c\x50\x39\x8a\xc8\xc3\x45\x79\xcb\xa5\x51\xa2\x8f\xe8\xab\x18\x6e\xfa\x88\x8e\xda\xe4\xf0\x0e\x88\xdd\x0e\xa2\xf5\x6f\x88\x4f\x3e\xb9\x37\x51\x1f\xde\x92\x96\x46\x3b\xb0\x97\xfd\x38\x01\x7e\xac\x31\xf7\xf7\xd8\x56\xb6\x26\xe0\x0b\x3a\xaf\x71\x24\x2a\x91\x9b\x92\x9b\x2a\xa3\x7c\x3d\x75\x77\x39\x1c\xbe\xba\x17\x98\x11\x94\xe8\xfb\xc4\xc6\x8d\xf2\x57\x24\xf0\x1d\x7a\xd0\xf9\xf3\x9a\x80\xd6\x99\x54\x3b\x5a\x6e\x3b\x5a\x39\xdf\xa9\xf2\x82\xeb\xb1\xa3\x7d\x55\x3e\xa2\xeb\x9f\x6e\x31\x63\x71\x8d\x36\x62\xbd\x56\x9e\x56\xd1\xd6\xc6\xe2\x77\x88\x73\x25\x29\xd6\x59\x94\x5f\xb0\x58\xc4\x21\x4a\xd6\x43\xfd\x17\x62\x64\x4d\x57\x99\x2b\xcf\xa3\x8c\x10\x9d\xd9\x71\x9d\xa2\x57\x12\x5d\x9b\xd9\xd1\xb7\x71\xbc\x9a\x59\xb4\x97\xef\x98\x4a\xab\x92\x0d\xa5\x6a\x15\xd4\x61\x29\x7e\x4d\xce\x14\x7d\xf3\x54\xec\x0a\x5c\xb4\xbc\xcf\x45\xc5\xd5\x43\x3a\x36\x23\xf9\xf7\x0f\xae\xf3\x41\x20\x31\xe7\x4e\x36\x13\x00\x1d\x3d\x20\x15\x46\x67\xe7\x39\x41\xdc\x42\xd6\x64\x84\x39\x4b\xe3\x20\x4c\x04\x84\xed\xcc\x17\x6d\xb3\x39\xba\x64\x18\xdd\x1c\xa9\x56\xa1\x25\xcf\xc6\x66\x29\x01\x17\xda\xdd\x19\x82\x6d\x6c\x66\x29\xba\xd0\x4a\x82\x9f\xdb\xcc\x3a\xe2\xbb\xb3\xbe\xe7\x4f\x6e\x6f\x36\x0f\xa2\x73\xbf\x35\xf3\x5e\xfe\xb9\x4f\xc2\xc2\xdf\xd0\xf0\xe6\x25\x4e\x50\xd5\x2d\xa0\x04\xf8\x3d\x9e\xa0\xdb\xb8\x2a\x91\x2b\x62\xee\xe3\x3a\x2b\xeb\x1a\xde\xd8\x43\x95\xf8\x3c\x9a\x77\x9f\x1d\x6a\x0a\xf1\x1e\xf6\xe7\xc6\xfb\x33\x17\x98\xbd\x8d\x7d\x9a\xeb\xae\x75\x47\xbf\xeb\x66\x2d\x32\x51\xe1\x6d\xfb\xa1\x43\xe8\xc7\x66\x87\xf7\x4e\x01\x23\x6f\xf0\x35\x0a\xab\x9b\xbb\xac\x1f\x3e\xca\x10\xb0\x9d\xab\xa1\xce\x5b\xf5\x0d\xad\xd1\x23\x2b\x33\xda\x82\x75\x42\xe5\xb4\xf9\xbd\x5a\x37\x76\xda\x7e\x10\x5f\xc5\x98\xf1\xd3\x28\x8e\x86\x31\xe1\xb8\x5c\x90\xfd\x2f\x8a\xb1\x9e\x32\x4c\x22\xcc\x86\x19\x7c\x6d\xcb\x7d\xca\xb8\x53\x18\xbf\x8d\xb6\xec\x3f\x73\xd3\x72\x2f\x67\xae\xea\x6b\x54\xe5\x2a\xc3\x57\xe9\x74\x4b\xd0\x7b\x39\xcd\xbb\x38\x49\x86\x26\x13\x71\xdf\x25\x2e\xb4\xdd\xa3\xd9\xdb\xc2\x62\xcd\xd5\x84\xaa\xfe\xc2\xa6\xf2\x87\xaa\xf3\x50\xa7\x3f\xe5\xb3\xf8\xa4\xde\x96\x2c\x70\xec\xf3\x2c\xef\x86\xcd\xf2\xe1\x70\xf5\x47\xf9\x45\x9a\x07\xe2\xa2\x2e\xa1\x80\x49\xdd\xb1\xaa\x8d\x71\x1f\x0c\xd6\x7c\xae\x90\x8a\x23\x08\x82\xf4\xf9\x89\xfd\x3b\x4b\xfa\x71\x61\xc7\xe6\xa7\x1f\x04\x2e\xce\x65\xa2\x40\x59\x8e\x11\x37\xcb\x81\x41\xaf\x8e\x05\x00\xb5\xd9\x34\x5e\x20\x42\xa8\x38\x0e\x51\x92\x1c\xa3\x63\x55\x37\xea\x18\xf1\x63\x94\xe6\x51\x71\xaa\x65\x5a\x0d\x12\xa9\xcd\x49\xc2\xb1\x78\x67\x47\xf8\xd3\x55\x39\xdf\x49\x9a\x0c\xe1\x97\x5f\xd4\x3c\x7e\xf9\x25\x10\x50\x8d\x1b\x8a\x5c\xdf\x3c\x3b\xd2\xe7\x48\xa7\xa1\x4e\xfe\x7b\x7c\x95\xe0\x50\x2c\x97\x27\xe6\xaf\x0c\x87\x26\xa5\xc8\xc9\xf9\x51\x7c\xe5\x56\xde\x7a\x7c\x82\xa6\x05\x90\x9a\x95\x51\xb6\x47\x0b\x74\xa6\x4b\x07\xe9\x49\xbc\x44\x02\x37\xa6\x60\xa9\x7c\xcc\x95\xe0\x70\x34\x2e\x18\x5e\x94\x5d\xe3\xe4\x2c\xab\x28\x64\x07\xb3\x5a\xb9\x69\xe6\x88\x52\x16\x08\x02\x59\x30\x37\x59\x57\x84\xcd\x5b\x3c\x57\x66\x06\x90\xa7\x9e\x23\x12\x54\x07\xc1\x60\x2e\x71\x90\x29\x76\x46\x82\x96\x2c\x7f\xb1\x7e\x41\xc0\x2a\x5b\xa1\x38\xbf\x9e\x27\x62\xb9\x74\x74\xd6\x14\xe7\x24\x08\x98\x2b\x40\x9e\xca\xd3\xd4\x39\xe2\x22\x71\x31\xf0\x45\xd6\x4d\x62\x12\xed\x64\xa9\x0c\x73\x94\xf9\x1e\x5f\x61\x86\x49\x68\xc9\x53\x8e\xe2\x78\x82\x38\xf9\x37\x71\x7c\x89\x31\x39\xb6\xa5\x50\x38\x8e\x8e\x87\xc7\x3a\xcd\x22\x28\x40\xc8\xb5\x50\xb5\xf2\xd2\x0c\x13\xe9\xa7\xe7\x39\x16\x30\xaf\xa7\xde\x8b\x2c\x2f\x72\xee\x69\xed\xae\xce\x08\x7a\xb9\xac\x6d\x25\x77\x66\x71\x7b\x86\x7b\x74\x7a\xd3\xa5\x86\xf2\xf9\x63\xa2\x60\x11\x85\xfe\xc2\x56\xff\xf3\x17\x33\x24\x26\xbe\x73\xea\x47\xa1\xb3\xca\x55\xee\xaf\x00\xd8\x57\x12\x6a\x42\xef\xea\xba\x20\xf2\x04\xb4\x82\x96\x63\xd5\xf5\x92\xbe\x73\x56\x12\xd0\x56\x8a\xac\x85\xb4\x2f\x9d\x15\xc4\x51\x2c\xea\xbe\x98\x45\xcf\xad\xd2\xcc\x21\x55\x30\x93\xac\x63\xb5\xea\x38\xc1\x15\x9c\xcf\xb8\x60\x18\x4d\xeb\xe0\xd2\x77\x12\xd0\x48\xae\x1a\x30\x5b\xcd\x6a\xb5\x82\x02\x5d\xd7\x75\x24\x1f\xab\x41\x59\xa4\x34\xe1\x34\xc3\xda\xa9\x4f\x68\x84\x4f\xfd\x38\x72\x56\x70\x82\x51\x22\x26\xa1\xb2\xc3\xd4\x34\xd5\xaf\x87\xfa\xbd\x1c\x86\x72\x78\xa9\x01\xd4\x8e\x30\x7d\x66\x2d\x25\x3b\xc7\x91\x7c\x55\x07\x6b\x5e\x0f\xd5\x7b\x09\x8f\xec\x7d\x49\x0d\x70\xfa\x4e\x02\xca\x43\x68\x84\x04\xaa\x81\xb3\xaf\x14\xc6\x08\x15\x57\x74\x4e\xa2\x46\x8c\xe5\xf0\xa4\xc0\xa3\xda\x6f\xab\xe7\xed\x04\xdd\x17\xd1\xed\x44\x36\x2c\xec\x03\x26\xea\x88\x9b\xc9\x09\x0e\x05\x8b\x67\x43\x21\x0f\x7a\xaa\x63\x65\x32\xae\xeb\x58\xa7\x22\x35\xef\x7b\xa0\x72\x2b\xbb\x30\xea\xba\xfd\x6e\x6e\x6b\xde\xdf\xdc\x3a\x2b\xa8\xab\x89\xd7\xbc\xfd\xea\x06\x2b\xe2\x6c\xf8\xb8\x7c\xad\x6b\x93\xaf\x1b\x82\x82\x4a\xc7\x01\x9d\x7c\xe1\xf3\xf5\x23\x46\x61\x52\x4b\xb5\x61\xb2\x0d\x8c\xc0\x99\x31\x70\xd4\x6d\x4b\x6b\xfb\xd8\x06\xe2\x19\x4d\x6a\x3f\xa2\x9e\x6f\xe5\x0b\xca\x58\x5a\xcb\xe6\xd4\x8b\x6d\x7c\x43\x11\x6b\x84\xef\x6b\x80\xf4\xee\x30\xb9\x31\xeb\xb6\x9d\xb0\xcc\x78\x0d\xeb\xf8\x4a\x95\xc2\xd5\x75\xea\x8c\xe4\x8c\x60\xb5\xea\x68\xa5\x3a\xf2\x60\xe0\x46\x5e\x14\x9a\x24\x97\x3c\xa8\x61\x34\xd6\x2c\xb6\x0e\x0f\x9a\xdb\x74\xc3\x76\x64\x3e\x56\xf3\x2d\x53\xf8\xd8\x59\xc1\x28\xf4\xe5\xb8\x56\x3a\x85\xdb\x55\x5e\x27\x77\x2b\xf9\x0c\xeb\xf4\xbe\xc1\x40\x17\xd6\x08\x44\xfd\xc1\xe3\x83\x54\xdd\x8e\xf1\xfd\x8c\x69\xc6\xa3\x53\xef\xe1\x58\x4c\x30\x3b\xbe\xc4\xc7\xb2\xf5\x31\x65\x85\x93\xc8\x51\x4e\xf9\xb6\xea\x9b\xcd\x73\x3a\x18\xe4\x92\x23\xc2\x45\x4e\x2b\xf6\x8d\x86\x83\xf3\x6a\x52\x59\x85\x5a\xad\x00\x14\x83\x01\x35\xc9\x9b\x5c\x92\x2f\x74\xcf\x6c\x22\x3b\xee\x12\x70\x94\x4b\xfb\x67\xcd\xf3\xc8\xaa\xcb\x69\x7e\x3f\x5a\x2d\xef\xcd\x73\xe9\xfe\x28\x80\x71\x70\xf6\x6d\xfc\x67\xfa\x6d\xfc\xf5\xd7\x80\x8f\xe2\x7c\x51\xef\x38\x4d\xfd\x17\xba\x89\xce\xd6\x88\x92\xc4\x68\xec\x58\x57\xf0\x4e\xab\x75\x73\x79\xa0\x70\x12\x6a\xab\x4a\xe7\x88\xce\x3e\x54\x26\x68\x00\xa0\xea\x0d\x68\x16\x66\x9d\xe1\x2d\xac\x7d\xa6\x52\xe9\xa7\xc5\x6b\xdc\xbc\x39\xee\x0a\x5e\xe9\x04\xe5\x05\xeb\x5d\x04\xd6\x9d\xe6\xf9\x69\xa1\xe4\xf5\xb6\xf3\x42\xe7\x0e\x98\x1d\x13\x7f\xe2\x86\x9c\x9c\x75\xc7\x4c\x7d\xfc\x5e\x2e\x4f\xdc\xb5\x99\x3f\x6d\x32\x4f\x9d\xb5\x6c\x34\x86\x2c\x38\x39\x83\x28\x38\x39\x87\xd4\xea\xcf\xf2\x10\x69\x69\x83\xc3\x38\xc0\x35\xd9\x25\xbf\x3d\x71\x59\xe0\xf2\x20\xf6\x08\xbe\x17\x2e\x00\x5e\x44\x09\x96\x2c\x42\x97\x17\x72\xb9\xa7\x28\x19\x40\x79\xfa\x22\x86\xae\xd4\x16\xfb\x56\x7e\x12\x7c\x6b\x4e\x95\x09\x58\x20\x39\x04\x1a\x24\xab\xab\x98\xa0\x24\x79\x58\xa8\x53\xac\x4d\x17\x1f\x7b\x7a\xc8\xcb\xa5\xfd\xcb\x05\x29\x64\x7c\xe5\x22\xb3\x67\xe9\x2a\x47\x0a\x12\x53\x87\x6c\xd7\x3d\xb2\x5d\x17\xf1\xd5\x3d\x9d\xa9\xb2\xdc\xcd\x43\x31\x67\xf8\x90\xf4\xba\x47\x7d\xaa\xdc\xd1\x3c\x2b\x80\x6e\x92\xff\x19\x2b\x71\x42\x51\xa4\x9d\x62\xec\x5f\xaa\xd6\x54\x8e\xd7\xdb\xbb\xc5\x5c\xe2\xec\x88\x4e\x1b\x72\xa3\x9a\x6a\xe0\x4a\x46\x34\x80\x18\x9b\x26\x80\xb9\x62\xff\x4d\xa0\x95\xc2\xff\x51\xcc\x4d\xe5\x7f\xc8\x3a\xb5\x8b\x42\x07\xc0\xee\x89\xbe\xa7\xe5\x8a\x7d\x85\xe2\x4c\xef\x3f\xfc\xe3\x9d\x37\x41\x7c\xe2\x2e\xcc\x14\xb3\x64\xa4\x0c\x46\x21\xf7\x8b\xd9\xbf\x9f\x27\x89\x9b\xce\x53\xbf\xcb\x4d\x3a\x03\xf1\x34\x97\xaa\xba\x23\x8d\xc6\x2a\xdb\xa2\x52\xc7\xe6\xb3\x17\x69\x4e\xd7\x52\xa5\x0d\x6c\x6c\x36\xb6\x5a\x96\x00\xb9\x24\xa2\x66\x5d\x6b\xd2\x96\x17\x32\x76\xcb\xad\xaf\x58\x85\x0a\xac\x2f\xc8\x28\x12\x94\xaa\x06\xfe\x40\x99\x2b\x40\x2e\x5f\x2d\xc9\xc8\x07\x9e\x9c\xd9\x0c\xcd\xaa\x55\x44\xa7\xa6\x08\xff\x11\x2b\x97\xe1\x4f\x49\x0e\x2a\x3d\x66\x1a\x73\xec\x19\xa6\x5b\x40\x46\xc3\x87\xce\xd5\x4d\x9a\xce\x99\xa9\xd2\x4d\x36\xa4\x66\x87\x2c\x58\x70\xe5\x30\xe5\x4b\xce\x18\xe1\xe5\xd2\x71\xe0\x14\x73\x8e\xae\xb1\x8f\x3d\xf3\xd7\x72\x29\x37\x94\x40\x71\xb2\x5c\x3a\x8a\x19\x39\x52\x79\x55\x3d\x73\xc9\x66\xf5\x5f\xa3\xb3\xb1\xc9\x18\x9d\xfe\x86\xcc\xf6\x11\x30\x4f\xc4\x22\xc1\xcb\x25\x2b\xf7\x05\xa0\x2a\x91\xc5\x3c\x3d\x14\xd9\x47\xda\xca\x82\xd8\x7b\xfd\x6a\x52\xf8\xe5\xb2\x36\x1b\xbc\x27\xdf\x49\x76\x7d\x42\xf5\x8c\xb5\x4e\xf5\xf3\xfb\x37\xae\xd5\x75\x54\x59\x79\xe0\x49\x85\x96\xa8\x84\xb9\x3a\x6d\x7c\x8e\x72\x3d\xa3\xea\x18\xfe\x35\x3c\x07\x36\xab\xee\xa9\x63\x05\xcf\x39\xfc\x06\x1c\xd1\x60\xa1\x3f\xab\xeb\x96\x66\x25\x4b\xe5\x81\x61\x74\x36\x96\x53\x63\x82\xff\x57\x2c\x26\xae\xf3\x3f\x4a\x97\xa7\xa9\x6e\xad\x5a\x70\x8f\x4f\xe2\x2b\xe1\x82\x15\x80\xd4\x8b\x42\xfb\x78\x74\x36\x5e\xa9\x22\xfc\x71\x79\xf2\x79\x4a\x04\xcb\xe5\x62\x05\x93\x20\xf6\xa2\x90\x2f\x97\x23\xd9\xc3\x18\xce\xa5\x7e\xa0\xb7\x95\x7a\xa6\xff\x1e\xc3\xb0\x4a\x80\x0d\x9b\x39\x0a\xfd\xb3\x93\x6c\x69\xf2\x05\xef\xd5\x19\xe9\xa7\x2b\xd7\xf9\xa3\x03\x2e\xb2\xdd\x7d\x8d\xc5\xf3\x50\xc4\xb7\xd8\xa5\x69\xba\xfe\x04\x58\xb4\x18\xe2\x51\x1c\x21\x31\xfb\xdf\xb7\x03\x4b\xf9\xc1\x7c\xb5\x26\xe3\xfc\x3b\xb3\x1d\xa4\xf4\x1f\x61\x28\x6c\xa6\x7a\x8c\x98\xf9\x30\x18\xd7\xe5\x9d\x4f\x6b\x98\x4b\xd6\x70\x0e\x46\x67\xe3\x23\xe4\x86\xa0\x90\x11\xba\x8a\xd7\x12\xff\xa0\x35\xf0\x58\x53\x68\x09\x72\xa1\xf7\x1d\x53\x17\x58\x35\x6c\xac\xfe\xdb\x1d\xfa\x82\xf2\x04\xb2\xea\x70\xf7\x6d\x94\xea\x62\xba\xc3\x35\x79\xf1\x0f\x0a\xf2\xbe\x28\xc8\xbf\xc3\x6c\xff\x7b\xad\x20\x3f\x79\xd2\xff\xb2\x2a\xfe\x85\x96\xc5\x45\x7d\xca\xb5\x92\xae\xe5\x5a\x99\x2d\x8d\x4a\xd6\x94\x6b\x35\xe9\xc3\x3e\x45\xb9\x56\x02\x80\x9f\x1b\xd3\xd6\xcb\xb5\x92\x4a\xb9\xd6\x3d\x4c\x92\x96\x3b\xd7\xf1\xba\x33\xd9\xa2\xc7\x21\xe8\x91\xc7\x2d\x7b\x48\x5a\xd3\xbe\xf9\x1c\x55\x54\xc7\xc9\x5a\x1d\xaf\x51\x4b\x33\x7a\x54\xe5\x18\x95\xe9\x62\x40\x1b\xce\xfd\x42\x45\xa1\xf7\xa5\x5a\x4c\xb6\xb2\x10\x8c\x42\xbf\xb6\x58\x93\x54\xaa\x21\x91\x2a\x26\x58\xa7\xa1\x95\xc7\x87\x5c\xe4\x2e\x56\x10\x03\x68\x47\x4a\xec\x30\xcd\xae\xfd\xee\xfc\xc2\x15\x41\xfa\x14\x4a\x39\x64\x74\x42\x1a\x08\x35\x84\x86\x5a\x87\x52\xad\x54\x67\x07\xf9\x87\xd4\x83\x52\x5f\x01\x3a\x18\xa4\x7f\xbb\xeb\x7a\x49\x75\x75\x55\x1b\xd1\xf4\xa3\x34\x74\xd5\x88\x71\xa1\xe9\x14\x40\x0a\x72\x23\xcf\xbd\x59\x01\x2d\x8c\x05\x64\x90\xd6\xa8\x9e\xa4\xa6\x94\x31\x81\x1a\xdd\x5e\x56\x32\xea\xa2\x01\x71\x04\xc0\xc5\x0c\xb3\x69\x6c\xae\xe5\x44\x61\x91\xd1\x5c\x4c\x28\x8b\x7f\xc3\x7a\x79\x0a\x5f\x30\x47\x21\x53\xf6\x58\x32\x2e\xa2\x2b\x31\xaf\x3d\x34\xd7\x9c\x69\xd7\x2a\xc5\x85\x43\xf5\x5d\x9c\x24\x1f\xd3\x42\x21\x7e\x49\x93\x6c\x2f\xf3\x9f\x95\xfb\x1e\x0c\x5c\xec\xa5\x87\x6f\x0f\x93\xc8\x9c\x9f\xec\x0a\x98\x8b\x0a\x20\x8f\xa7\x19\x5c\xfe\xa4\x95\x1e\x05\x3d\x14\x26\xf2\xf4\xa2\xee\x88\x00\xb0\x12\xa2\x75\xa6\x47\xb9\x25\x29\x1c\x3c\x9a\x4d\x16\xb0\xf2\x2a\x5b\xa1\xc2\xe2\x98\xd3\x91\x03\xd6\xad\xd9\xb8\xe9\x1c\xc3\x02\xa9\xb2\x3f\x03\x10\x05\x4c\x1e\xb4\x69\xc0\x46\xe7\xe3\xa3\x14\x7d\x64\x30\x20\xe5\x63\x84\x3d\x5f\x21\x98\x27\x27\xba\x32\x25\x28\x56\x1d\x72\x05\xa6\x87\x0a\x7d\x37\xb9\x83\x45\x38\x9b\x4c\x73\x5d\x8a\x70\x16\x67\x67\x6f\xc2\xd6\x4f\x12\x85\x49\xb1\xa2\xe5\x67\x9a\x9f\xcd\x64\x62\xec\x0f\x66\x0a\xea\xce\xba\xa3\x45\x10\x85\x89\x03\xe0\x25\xbe\xa2\x4c\x97\xf6\xad\x14\x70\x52\x02\x21\xd6\x5a\x36\x12\xd8\x05\xab\x46\xbb\xa0\x82\x8f\x05\x9e\x06\x59\x4b\x5b\x47\x2a\x73\xf4\xf7\xd7\x54\xf9\x5b\xd9\x8d\x91\x93\x74\xe6\xd2\xf2\xe4\x0c\xc6\xfc\x8d\x31\xdf\x9d\x9c\x43\xf9\x1d\x3f\xfd\x22\x94\xc7\x20\xee\x8f\x9c\x29\x22\xe8\x1a\xeb\xf4\x7e\x4e\x98\xc4\xf2\x8f\xf1\x66\x46\xc3\x08\xcb\xe5\xbd\x2d\x55\x77\x2a\xc6\xf1\xe9\x8f\x3b\x31\x7f\x8b\xef\x1c\x30\x18\xa4\xcf\x3c\xe3\x60\xab\xab\x15\xbb\xa0\x5a\xf8\xb6\x9d\x16\xf5\x42\xee\x05\x25\xf6\xa1\xb6\x8d\x0d\xd0\xcd\xea\xc6\xa2\x81\x34\xaa\xda\x4c\x1c\xad\xab\x32\x09\x9e\x80\x8e\x36\x58\x78\x5d\xa6\xeb\xf7\xbc\xf2\xbf\xce\x31\x7b\x78\x87\x98\x72\x19\xe3\x18\xb1\x70\xe2\x2f\x10\xf7\x1d\x7d\x04\x55\xec\x2d\x91\x6a\xe5\xc9\xd9\x6a\xd5\xc4\xbf\xb2\x12\x69\x47\xb5\xd5\x35\x6b\xf4\xe0\xb2\xe4\x95\xaa\x91\xf6\x55\x08\x0a\xe1\xcf\xc5\xca\xa0\x52\x1b\x31\x03\xd2\x4a\x48\x59\xfb\x50\x1a\x58\xe7\xeb\x94\x0a\x31\xd7\x5c\xa5\x7c\xff\x90\x71\x54\x77\x3d\x45\x57\x4f\x01\x75\x33\xdf\x0e\x6d\xd7\x54\xf3\x2e\xd1\xb6\x75\x3e\x6a\x91\xb4\x4d\xad\x34\x4f\xac\x6e\x07\xd5\x9b\x54\x39\x54\xc3\x3a\x57\xff\x6d\x55\x49\xac\xc4\x19\x92\x36\x81\x5c\x1c\x7c\x97\xb2\x5f\xeb\x67\xdf\x8c\xb1\x98\x5c\x9f\xf2\x98\x5c\xcb\xa9\x54\x71\xa4\xf3\x12\xae\xe5\x1a\xe5\x98\x88\x83\x65\xe9\x60\x59\xfa\x9d\x59\x96\xd6\xed\xef\x6e\xc2\xce\xe4\xff\x34\xac\xb7\x9b\x8d\xc9\xda\x61\xd6\xd9\x8a\x9a\x4a\x63\x57\x4c\x48\x8d\xc5\xb1\x4d\xa9\x44\x2f\x1d\x58\x41\x30\xae\x3b\xa4\x6f\x64\xfa\xd1\xb2\x8b\x19\x71\xa3\xb3\x0a\xe7\xcb\x7f\x1b\xed\x59\xd7\xfe\x86\xa4\x7a\x67\x86\xc1\xc2\xe4\xef\x28\x5c\xcf\xeb\xbb\xe6\xbc\x39\xc6\x5c\x56\x3a\xb6\xd0\xe9\x1f\xce\xbe\x71\x7c\xf3\xd7\xb9\x2d\x78\xba\xd2\x37\x08\x78\x65\xea\x36\x3e\x5a\xe2\x75\x3a\x30\x67\xdc\xbb\x8b\x5a\xd7\x81\x47\x57\x7d\xdc\xbe\x50\x0e\xcd\xfa\x70\x68\xd6\x95\x43\x13\xcb\x0d\xd9\x1a\x0e\xad\x13\x29\xb0\x4f\xc1\xa1\x19\x00\x7e\x6e\x4c\x5b\xe7\xd0\xac\x99\x43\xef\x4f\xba\x88\x1c\x87\x6e\xf3\xc7\xea\xc9\xa3\x8b\x27\x0d\xca\xc4\xf7\x0f\xbe\xc3\x55\x96\xad\xd6\x73\x47\x57\x8d\x9e\xb9\x4c\xb2\xc4\x4c\x89\xd7\xdc\xca\x5d\x3c\x52\xb9\x2f\x1f\x65\x1b\xf9\xbe\x72\x22\x58\xac\x60\xe1\x68\xb1\x05\x06\xd8\xe6\x86\xa0\x19\xa0\x0a\x05\xe8\xa7\xef\xeb\x26\xfb\xa8\xec\xe7\x46\xbe\x81\xa6\x9f\x9f\xf7\xa6\x6a\xbe\xec\xe3\xa0\xe4\x1f\x94\xfc\x83\x92\xff\x94\x4a\xbe\xca\x7d\x7c\x50\xf1\x8b\x2a\xfe\x7b\x9a\xe0\xdf\x9f\x82\xaf\x99\x76\x17\xed\xbe\x95\x35\x1f\x74\xfb\x83\x6e\x7f\xd0\xed\x1f\xa9\xdb\x1b\xd6\x7c\xd0\xec\x9f\x5c\xb3\xd7\xf7\x1b\xfd\x54\x7b\xd3\x66\x1f\x75\xfb\xfc\xd0\x37\x50\xee\x0b\x33\xdf\x54\xbb\x57\x9d\x1c\xd4\xfb\x83\x7a\x7f\x50\xef\x9f\x52\xbd\xb7\xca\xfa\xe6\xce\x0a\xd9\xb6\xab\xdc\x40\x6f\x5d\x0b\xd7\x77\xbc\xa4\xe5\x82\xf7\xd3\x69\xc4\x86\xd3\x75\x51\x89\xdb\xf9\xd9\x41\x27\x3e\xe8\xc4\x07\x9d\xf8\x91\x3a\x71\x7f\x7e\xf6\x18\xf5\xf9\x73\x3b\xe4\x0c\x06\xf5\x0e\x39\x3d\x3d\x71\x76\x47\xbb\xcf\xbb\xfb\x77\x31\x02\x15\x5c\x88\x3a\x7b\x00\x3d\xfd\xa9\xa1\x22\x11\x4a\xc1\x89\xdb\xd9\x32\xa2\x36\x3c\x64\x9d\x97\xab\x48\xdd\xd7\x3f\x52\x45\x2d\x69\xce\xb6\xd2\x0c\x45\xfb\x0c\x6d\x5e\xab\xce\xc7\xa2\x5c\x13\x75\x36\x78\x32\x4f\xbe\x8a\x5a\x54\x3d\xe7\x94\xc7\xd2\xcf\x7b\xb1\xdc\xfa\xf3\x2c\x74\x37\x8e\x98\x65\xf8\xdb\xc8\x24\xdb\x18\x99\x53\xd8\x7a\x51\xe8\x0b\x1b\xf3\xec\x7c\xe5\x68\xd7\xd4\x2c\xde\xc1\x8b\xa3\x8b\x35\x8e\xaa\xd0\xf9\xca\x01\x06\xfc\xf1\xfe\x79\x7d\x48\xf7\x73\xee\xd3\x27\xb0\xdb\x2c\x6c\x78\x53\x93\x79\xbd\x1f\x7b\x5d\x2e\x0b\xc1\xfe\x4f\xbb\x2a\x37\xb7\x9d\x19\xc9\xcd\xed\xe7\x67\x20\x76\x0c\xfd\x18\x87\x6d\xd5\x30\x45\x9d\xcc\x19\xf1\x10\x93\xe8\x70\x3c\x38\x1c\x0f\x0e\xc7\x83\xf5\xc7\x83\x8e\x22\xf0\xe6\x56\x9d\x08\x54\x50\x58\xb7\x3b\x4c\x5b\x5a\xaa\x49\x64\x6a\x63\x07\x44\x01\x96\x1b\x0f\xd6\x66\x6f\x49\xb9\x2e\xef\x7c\xa9\xb9\x2e\x59\x09\xb5\xdc\x9b\xe7\xd8\x32\x9c\x21\x86\x89\xc8\x44\x2d\xaa\x97\xb3\x2a\xc5\x5d\x9a\xac\x0e\x41\xc5\xdb\x4f\x1d\x48\x21\x07\xf5\x21\x24\xf6\x6d\x49\x94\x37\xf4\x8f\x74\x4f\x1a\xcc\xa2\xda\x97\x5b\xb3\x36\x9a\x36\x4d\x7c\xad\x95\x03\x81\xa7\x35\xe9\x89\xcc\xa5\xea\x07\xbb\x14\x3a\xef\xf7\xfa\x23\x0c\x06\x70\x91\x7e\xdd\xcb\x2d\xb9\x19\xec\xdf\xf1\x83\x2b\xd4\x58\x0b\x5b\xe3\x13\x9c\x08\x6e\x6e\x4f\x75\x86\xd6\x4e\xe2\x4d\xeb\x25\x9f\x59\xbe\x19\xe5\xa8\xf6\x3c\x81\xcd\x81\x62\x9d\x89\xef\x28\xa7\x5c\xce\x94\x9e\x63\xf6\x86\x77\x73\xeb\x19\x64\xe8\xac\x1a\xa7\x4e\x10\x04\x4a\x86\xd9\xd4\x23\xea\x07\xc8\x9f\x9e\x2b\x47\x97\x9b\x5b\x9d\xa8\xa7\x7c\x74\xe9\x22\x84\xd7\x5a\xec\xb4\x14\x8e\xf9\x0f\x7a\x88\x07\x39\x7c\x90\xc3\x07\x39\xbc\x5e\x0e\xf7\x8b\x63\xeb\x21\xb5\x5b\x2d\x6c\x39\xce\x92\x65\x37\x53\x11\x61\x9a\x9d\x38\xa7\x8e\x4a\x95\x56\x94\x80\x59\xa2\x27\x2b\xce\x52\x1b\x5a\xb1\x17\x88\xbf\x76\x4e\x9d\xaa\x2d\xad\x9c\xdc\x02\xa7\x5f\x83\x68\xad\x32\x50\x51\x15\xfa\x2b\x03\x85\x93\xb7\x51\x00\x6a\xa5\x32\x81\x08\xd2\x5e\xf9\x2c\x72\x62\xd4\xd8\xfe\x4a\x86\x3f\xd5\x6f\x5e\x48\xeb\xef\x43\xe7\xef\xf8\xc1\x01\xea\x7b\x5b\x76\x7e\x4a\xeb\xe6\x54\x04\x40\x21\xf4\xf0\xc8\xac\xed\x1a\xf8\x82\xc0\x48\xef\x89\xd2\xf4\x0e\xd5\x6c\x82\xf1\x95\xdb\x90\x0a\xd0\xf9\xc3\xd9\x1f\x9c\x20\x9f\x0e\xd0\x8c\xbd\xab\xc8\x3a\xb2\x2e\x5c\x9f\x42\xf1\xc8\x27\x6b\xef\xa2\x7d\x18\xd0\x4f\xa7\x7e\xf4\x12\xdf\xaa\xe6\x40\xab\xe5\x26\xe5\xb2\x22\x65\x17\xa5\x54\x20\xcb\xa5\x4a\x4f\xa5\x53\x88\x9d\x81\x74\xbf\x99\x59\x5e\x31\x8c\x7f\xc3\x6e\xb3\x68\x59\x30\x74\x67\xb3\x6a\x17\xdb\x08\x4d\x60\xee\x48\xb2\x03\xfd\xff\xba\x50\xc2\x38\xfd\x48\xa1\xbe\x4f\x2a\x1a\xb6\xc6\xa5\x6b\xa3\x99\x3b\x9e\x96\xe4\x50\x1d\x00\x55\xe9\x83\x86\x84\xaf\x48\xa0\x21\x57\xf5\xc4\x4f\x6d\xfd\xfa\xbe\xb1\xcc\x15\x0b\x56\x8e\xa5\xf7\xb5\x44\x66\xb7\x14\x72\x64\x9e\x1e\x59\x6d\x92\x1a\xe2\x0a\x17\x40\xe7\x2b\x07\x62\x75\xe7\x90\x60\x14\xa5\x19\x5d\x33\xee\xf9\x46\x3d\x56\x95\x6b\x9e\x3c\x12\x5e\x93\x33\x9f\xd0\xbb\x7e\xd4\x1c\xe7\xc9\xcb\xd6\xad\x38\xbd\xa2\x6c\xa8\x2a\x77\x38\xd0\xe9\x42\x6e\x39\x5d\xb6\xb6\xe3\x90\x52\x16\xc5\x04\xc9\xc1\x36\xf4\x4d\x5a\xfb\x3e\x38\xe7\x1c\x9c\x73\xf6\xc7\x39\x27\xfd\x2e\xaf\xdf\x12\x35\x5b\x80\xb7\x6e\x81\x42\xd9\xb0\xe3\x8a\xec\x81\x5b\x13\x3a\xdb\x91\x1f\x49\xad\xfc\xe8\x2d\x12\xea\x95\x66\xed\xb9\xdf\x62\x34\xab\xe4\x04\x6e\xbe\x04\x4e\x02\xac\xf2\x63\x75\xb2\x9e\xc5\xb9\xb4\x29\xf5\xd2\x22\x97\x83\xcd\xe5\x2e\x80\x31\xa4\x30\xd1\xea\xe2\x46\x4e\x4b\x2b\xb8\x10\x74\x4a\xaf\x19\x9a\x4d\x1e\x7c\xd6\xe1\xab\x24\xff\xd5\xac\x66\x51\x97\xa6\xa2\x38\xe0\x6d\x5c\x76\x27\xdd\x25\xd8\x69\xbe\xd0\xd3\x67\xba\x56\x5b\xa7\x58\xa4\xc7\x3a\x9b\xeb\xda\x4b\x73\x5d\x9f\xc1\xe1\x39\xf0\xfe\x45\x63\xa2\x9e\x16\x1c\x37\x52\x22\xc4\x4f\x7f\x39\x99\x43\xe6\xe7\xbc\x9c\x44\x57\x02\xb3\xaa\xcd\x2f\x67\xd1\xeb\x8e\x4b\x48\x8a\x59\xe7\x55\xde\x28\x5d\xfd\xde\xc8\x47\x07\x7c\x77\x76\xe1\x14\x88\xc7\x77\x52\xd7\x84\xa3\xca\x19\xdd\x71\x6c\xdd\x17\x01\xd5\x77\xcd\x2f\x02\xa4\x5e\xb7\x31\xc2\xd3\xb2\x5e\x07\xca\x7d\x1c\xe5\x32\xf1\xb9\x7c\x22\x9e\x1a\x87\x0d\xfb\x22\xbe\x72\x4f\x0a\x34\x9e\x71\x7c\x2f\x8a\x6d\xa5\x3a\xb0\xe1\x06\xaa\x6e\x00\xb9\x38\x9f\x70\x3d\xd3\xad\xb8\x0b\x9e\x12\x8f\x39\x59\xee\xd7\x36\x4a\xab\x11\xee\x51\x2e\xca\x0d\xaf\x59\xaf\x30\x8e\x2e\x51\x78\xd3\xd0\xc6\xbe\xae\xab\xd6\xf2\xb9\x97\x37\xb3\x20\x66\xe9\x23\xcd\xa5\x65\xe7\x64\xc8\x05\xd5\x97\x75\x57\x7d\x51\x39\xcf\x6b\x61\x5e\x16\x6b\x1e\xbe\xc7\xe1\x5c\xe0\x9a\x62\x33\xc7\xa2\x70\x4b\x6a\xea\x04\xe1\x8a\xa6\xdb\x00\xaf\xcd\x25\x6f\x69\x84\x5d\xec\xc9\x7f\xa0\x3c\x24\xd7\xa8\xc9\xa8\x9c\xb0\x35\xd5\x6a\xf1\x2a\x55\x55\xa1\x13\xe1\x04\x0b\xec\x80\x55\x5f\x23\x8a\x4e\xff\xda\xd9\x83\xc8\xc2\xef\x59\x74\x56\x71\xd8\x0d\x77\x23\xab\x7e\x21\x5b\xc5\x3e\xd7\x32\x1a\x93\x20\x7c\x7f\xd2\x31\xda\x8d\x03\x63\xfe\x42\xa7\x57\x2d\x8e\xd5\x64\xc9\x36\x54\xa3\xee\xa0\x05\x62\xd7\x58\x94\x79\xc8\x8c\xce\x6a\x32\xc2\x96\x62\x5f\x94\x05\xd1\xee\x5e\xfb\xc5\x86\x5c\xd0\x6b\x2f\x89\xba\xdd\xfc\x98\x84\xb1\x0c\x46\xa1\x8f\xf4\xa9\x96\x5d\xd8\x4c\xce\x0c\x73\x9a\xdc\x62\x97\xa4\x99\x69\x9f\xbf\x78\xc3\xfd\x85\x4e\x4e\xf5\x52\xa3\x91\xfb\xa3\x31\x7c\x4f\x13\x9c\xfb\xbd\x52\xa9\xb4\x8b\x3e\x9a\xaa\x56\xc6\xa7\x30\x85\x1a\x52\xec\x12\x4f\xd3\x89\x16\x6b\xac\x9b\x9f\xe3\x12\xe0\xab\xd3\xaf\xf2\x05\x4c\x3b\x98\x4e\xb7\xc5\x5d\x5a\x4a\xba\xf5\xb5\xe7\xf4\xdc\x75\x8f\xd4\xdb\x36\xb6\xf7\x97\x6c\x29\xca\x8a\x52\x8c\x1b\x7e\x2c\x29\xb7\x72\x55\xab\x31\xef\xdb\x3d\x55\xaa\xe9\x7f\xe6\xab\xaa\x27\xbd\x7d\x82\xa6\x30\x9c\x7a\x6f\xee\x9c\xab\x04\x98\xba\xfa\x61\x8f\xab\xe2\x71\x2c\xc0\xe6\x96\xf7\x48\x57\x14\x32\x6d\xfd\xd4\x1a\xc1\x00\x1c\x9e\x07\x41\x40\xd2\x12\x62\x4c\xd5\x65\x0a\x88\x15\x26\xff\x4d\x32\x6b\x05\xb3\xfa\xa8\x7a\x28\x58\x3c\x75\x81\x29\xb7\x50\x11\x0f\xcd\x2a\xe0\x5a\x33\x6a\x5b\x5d\x0d\x04\x95\x6d\x54\x60\x36\xe5\xbe\xe3\x9c\x04\x01\xb9\x28\x8c\x55\x4a\x88\x5e\xfb\x4d\xb8\xc0\x78\x1d\x7c\x8a\x54\xbb\xb9\x6d\xa6\x0f\xd9\x8f\xba\x43\x2b\x56\x96\x4f\x5f\x6c\xe9\x2a\x6d\xc6\xe8\xfd\x43\x5b\xef\x87\xcb\xb4\xc3\x65\xda\xef\xe9\x32\xad\xe3\xa6\x3b\x5c\xb0\x7d\xc6\x0b\xb6\x9c\xbf\xf9\x96\xae\xd8\x72\x0b\x95\x5e\xb1\xa9\x50\x30\xec\x11\x1a\x61\x98\x1e\x39\x6a\xee\xdc\x78\xdb\x9d\x1b\xd7\x77\x6e\x8a\xdd\xfe\x88\x05\xf2\x47\x52\x74\x10\x1c\x8a\xa1\x7a\xe6\x40\x67\x8a\xf9\x64\x78\x8d\x04\xbe\x43\x0f\xce\xd8\x8b\x49\x98\xcc\x23\xcc\x73\xfe\x69\xb6\xe2\xc5\xdf\x63\x12\x39\x00\x5c\x48\x46\xd3\x78\x01\x97\x9f\x0e\x69\x99\xce\x5a\x77\xf8\x42\xac\x2f\x86\x4e\x3a\x07\xef\x83\x5e\xf2\xd7\x2f\x9d\xac\x44\xa5\x51\x9f\x16\x71\xe4\xb7\xb7\x82\x72\x24\x4d\x70\x6f\xb5\xcb\x8f\x1c\x65\x4b\x57\xba\x76\xcf\xaa\x89\x0e\x8a\xd7\x9e\xaa\x75\xaf\x6b\x4b\x22\xb1\x46\x34\xd6\x48\x1e\x6b\x9f\xe8\x2a\xb3\xa2\x4f\x9c\xa2\x28\x62\x98\xf3\xcf\x66\xfb\xfe\x7c\x17\x1a\xc5\x5d\x72\x12\xd4\x5c\xe2\x99\xdd\xb1\x4f\xb7\x1a\xd5\x15\x96\x8b\xca\x71\x34\x43\x62\xf2\x3b\x5c\xe4\x22\x6b\x5c\xb3\xca\xcb\x65\xf5\xcd\x3b\xd9\xc8\x7b\xa5\x10\xe8\xbd\x93\x08\x4c\x2f\x74\xff\x7c\xbe\xe7\x64\x71\x70\x65\xd8\x3e\x4e\x3b\x84\xdd\xd8\xcc\x60\x0c\x47\x31\x93\x84\x29\xe8\x27\xb5\x31\x2f\xec\x87\xfd\x62\xc4\x40\xd1\x3b\x01\xf4\x33\x6c\x56\x31\x71\x70\x35\xd8\x2e\x65\x19\xcd\xee\x80\xcc\x6d\x20\x73\x3e\xe3\x82\x61\x34\xfd\x52\xf9\xde\x36\xc4\xe1\x7e\x4a\x37\x42\xc5\x15\x9d\x93\xe8\xb3\x65\x2c\x31\xbc\xb5\x12\x47\x5a\xce\x62\x64\x47\xec\x65\x86\x3d\x7d\x8a\xca\xce\x54\x71\xb4\x31\x1a\xfa\x7b\xdb\x27\x79\xa3\x85\xd1\x89\xb5\x47\xbc\xe9\xf4\x11\x56\xc2\xa4\x6c\x25\x8c\xf1\xba\xae\xbb\x98\x08\x6b\xbb\x8e\x62\x1e\xd2\x5b\xcc\x1e\x86\xe1\x04\xc5\xa4\xd4\x2d\x6b\xed\x16\x7d\xd1\x96\x47\xfa\x24\x96\x47\xd4\xc5\xf2\xc8\x3f\xad\xe5\x11\x7d\x1e\xcb\x23\xff\x4c\x96\xc7\xb8\x7e\x37\xd4\x6f\xae\xb8\x75\x17\x24\xfb\x65\x68\x9c\x6f\xc7\xd0\xf8\x98\x62\xa6\xd9\x85\x56\x35\x15\x46\xc1\x24\x99\x3c\x3e\x36\x96\x27\xf3\x6b\xdf\x48\x8a\x28\xf4\xb9\xb5\x49\x26\xbd\x6c\x92\xb1\x0b\x60\x02\x79\xce\x70\x07\xe7\x2c\xe1\x6b\x72\xcb\xc9\xd7\x0e\x80\x86\x7b\xfb\xa3\x71\xd5\x70\x99\x7e\xa0\xc5\x1e\x09\x9d\x98\x5c\x33\xcc\x79\xee\x89\xc0\x6c\x1a\x13\xed\x92\xb4\xd6\x6e\x29\x8c\x92\x62\xcc\x75\x56\x59\xb9\x10\x7e\x19\x55\xd4\xa5\x2a\xe9\x9f\x36\xd5\x29\x89\xe0\xa3\x0e\xb8\x61\x55\xdc\xd8\x59\x77\x69\x4e\x2a\xcd\xeb\xcd\xa2\x24\xc3\xd6\x23\xd0\x41\x1a\xd0\xd1\x80\x0c\xa2\x91\x61\xba\x34\x8d\x9a\xe7\x55\x8e\x2b\xac\xcc\xab\x53\x4d\xfa\x36\xed\x6e\xde\x4b\xad\xd9\xeb\x33\xb6\x55\xf6\x36\x3f\x60\x1b\x14\xd8\x6e\x0e\xfe\xca\x9f\xee\x6c\x61\x50\x6f\x73\xeb\x7d\x1e\xdc\x6f\x65\xe8\x9d\xdd\x48\x1b\x3b\xf8\xec\xe9\xe9\xd6\x8f\xec\x71\x9b\x6b\x17\x72\x5f\x36\x95\x4c\x5f\xe4\x92\x50\xda\x64\x88\x85\xdc\x43\x4a\xdd\x80\x66\x4a\x35\xef\xb3\x93\xa7\x3a\x24\x02\xad\x4a\x70\x16\xfa\xd8\x4b\xa7\xfe\x09\x4f\xec\x65\x9c\xef\x4e\xc6\xca\x9d\xcb\x51\x09\x95\xf2\xd7\x71\x49\x3f\xf5\x12\x1a\x99\xbb\x1b\xdb\xe5\xb3\x85\x45\x29\x35\x73\x5f\x8d\x67\xbb\x10\x0a\xf5\x45\x29\x0b\x02\x5d\x1f\xf0\xb8\x05\x3c\x7e\xe9\xf6\xfa\xa7\x44\xe6\xe7\x94\xa7\xdd\xdc\xe9\xa5\x74\xec\xe7\x1c\x9f\xcb\x67\x73\x8d\xc5\xf3\x50\xc4\xb7\xd8\x55\xee\xb8\x6b\xc3\xba\x75\xc6\xcd\xa3\x96\x44\xf1\xb0\x60\x6c\xd0\xfe\x40\xbd\x30\xfe\x99\xef\x20\xd6\x66\x94\x23\xf8\xce\xa0\xf4\x15\x63\x52\x7b\x78\x87\xae\xf1\x31\xa1\xe2\x58\x0f\x39\xcd\xdb\xe5\x85\x34\xc2\xc1\x1f\xce\xfe\x00\x71\xaf\xb9\x6b\x35\xa6\xe1\x60\x81\xc9\xed\x9a\xd3\x7a\xb6\x24\xe8\x32\xa9\x8d\x49\xcb\xfb\x08\xa7\x14\x52\x92\xc7\xcf\x19\x43\x0f\x5e\xcc\xd5\xbf\xb9\x3c\x78\x5c\xee\x34\x17\x83\xe5\x32\x56\xff\xa5\xea\xbf\x39\x04\xe9\x89\x4b\x04\x7d\x7c\x98\x61\x83\x9e\xd7\x3a\xe2\xf1\x18\x09\x79\x02\x11\xc7\x82\x1e\xf3\x19\xc3\x28\x3a\x26\x94\x0c\x63\xa1\xad\xb6\xc7\xf6\x40\xee\xfd\x37\x79\x4d\x8e\x29\x8b\x30\x93\xa0\x97\xf8\xd8\x82\x40\xd5\x00\xc9\x41\x1d\x53\xb5\xfa\xfc\x78\x3a\xe7\xe2\x78\x82\x6e\xf1\x31\x3a\x1e\xe9\x4b\x02\x4f\xc1\x0b\xca\xc6\x2e\x38\x9e\x62\x31\xa1\x91\xe7\x80\x95\x0b\x4a\x1e\xc4\xfd\xe6\x8e\xb7\x32\xf1\x08\x73\xc1\xe6\xa1\x98\x33\xfc\xf9\x66\x4f\x35\x4f\x8c\xaf\xec\x85\x26\x17\x4c\xaa\x9d\x41\x20\x1e\x66\x98\x5e\x1d\xe3\xdc\x82\x43\x01\x8e\x0a\xb7\x39\x33\x46\x05\x95\x80\x9e\xa0\x1f\x54\x43\x2f\x44\x49\xe2\x62\xcb\xb2\xff\x43\xb2\x6c\xc3\xa8\x1d\xdd\xc8\x09\x82\x80\x0c\x06\x72\x47\x10\x8d\x00\xca\x54\xcc\x43\xe1\x89\xb6\x8a\x41\xe7\x47\x34\x53\x0d\x96\x4b\xe7\x03\xd6\x6d\x2f\xf4\xb2\x5c\x31\x3a\x75\x31\xf0\x9d\xe7\xf6\x1a\xc5\x00\x9e\xfe\x3f\xf7\xc2\xff\x39\x5e\xbe\x06\x44\xb8\x17\xfe\x7f\x2c\xcf\xff\xb4\xfc\xe6\x19\x70\x2f\xfc\x17\x09\x9a\xce\x70\x04\x74\x0f\xff\xeb\xd4\x13\x98\x0b\x97\x80\x0b\x3d\x37\x5b\x51\xa0\x74\x05\x01\x16\xae\xc9\x31\xbb\x5c\x8a\xef\xb0\xb9\xdb\x01\x83\x81\x32\xe4\x9b\x5f\x47\xf6\x26\x88\x04\x67\x90\x29\xbe\xa0\xa9\x46\x80\x6f\xc9\x9f\xc5\xb7\xe4\xeb\xaf\x01\x1b\x91\x71\x80\x47\x64\x9c\x5e\xa1\x15\xdc\x91\x35\xfe\xe7\x44\x33\x83\xc8\x39\xb1\x4b\xa0\x17\x73\x30\x28\x2d\xea\x71\x6c\x2f\xb7\x72\xa4\x59\xc0\xcd\x93\xfa\x1e\xf7\x10\x46\x8a\x99\xb1\x26\x60\xf5\xb2\x29\x75\xa7\x39\x14\x94\x0f\x69\x95\xe3\x9d\x40\x4c\x70\x7d\x1b\xfc\x3f\xf6\xbc\x40\x83\x2c\xef\x87\x32\x1c\x62\x72\x0b\xe4\x07\xa9\xf8\xf9\xfd\x1b\x07\xa4\x81\x35\xce\xff\xd8\x23\x61\xfa\xc8\x1e\xde\xbd\x39\x4b\x80\xbd\x86\xd0\x43\xf5\x18\x0e\xe9\x35\x89\x7f\xc3\x2e\x05\x30\x0e\x90\xec\x9c\x64\x56\x49\x0e\x17\xab\x4c\xe8\xfd\x74\x47\x4c\xd1\x1b\x00\x00\x4c\x82\x78\x74\x36\x86\xf3\x20\x36\x1b\xe4\xbc\x7a\x48\xc9\x47\x80\x8e\x92\xaa\x1a\x94\xd7\x81\xc6\x69\x6c\x90\x3b\x4f\x5f\x03\x29\x5f\x6b\xee\x55\xfa\xab\x00\xf6\x70\x8d\x0d\x9e\x1b\x55\x02\xb9\x4b\xcc\xa2\x98\x8c\x95\x3a\x38\x96\xaa\x7d\x3c\x18\xb8\xb8\x61\xa5\x2e\x6a\xb4\x07\x03\x59\x50\x22\x6c\x7b\xa8\x95\x0e\x75\xf4\x37\x99\xc8\xd7\xa8\x1e\xb6\x55\x59\xe1\x58\xef\xd7\x9b\x5e\x4e\x7d\x1e\x85\x23\x4c\x62\x4c\x44\xc3\x6e\xd1\x2f\x4f\x27\x42\xcc\xd6\xc7\x57\xe6\x6e\xd8\xa2\xb0\x5b\x76\x05\xb5\x57\x4d\x4c\x6d\xb7\x16\x26\xa8\x36\x8a\xb9\x94\x4a\x51\x4b\xb6\x85\xcc\x3a\x23\x29\x3c\x0e\x91\xd0\x79\xda\x3b\xd2\xa5\xc9\x29\xeb\x82\xd4\x50\xa7\x27\x96\x23\x58\x93\x4f\x5e\xd2\x0e\x07\x05\xcb\x50\x6e\x5a\x45\x1d\xb7\x39\x45\x57\x9d\x8b\xbd\xf1\xf2\xd7\xab\xe0\xd9\x1c\x1a\x0e\x18\x0c\x34\x10\xcf\xf9\xfd\x68\x20\x07\x2e\x2c\x98\xa1\x84\xcd\xae\x78\xb2\xac\x11\xf3\x59\x54\x8d\x4c\x37\x09\x73\xb1\xc9\x84\x6b\xbe\xed\x17\x74\xef\xca\xa8\x97\x4b\x9d\x0d\x42\x3f\x47\x97\x94\x09\x17\xac\x94\x14\x83\x0c\xa2\xa3\x0c\xf7\x33\xcc\x78\xcc\x85\xeb\xa2\x40\x40\x97\x05\x18\xc4\xc4\x25\xc1\x62\x05\x1a\xee\xe3\x65\x07\x86\xfe\x51\xaf\xfb\x78\x32\x62\xe3\x00\x41\x02\xca\x39\x1d\xd6\x28\xca\xf9\xca\xb0\x5d\x9c\x74\xbe\x64\xb7\x14\x92\x77\x4b\x21\xc1\xf9\xb7\xa4\xea\x96\x42\xac\x5b\x0a\xaa\xb8\xa5\x90\xbc\x5b\x0a\x51\x6e\x29\xe4\x7f\x3f\xbb\x10\xd6\x05\x04\xad\x71\x4b\x51\x83\x86\xe8\x53\xb8\xa5\x20\x00\xfc\xdc\x98\xb6\xee\x96\x82\x9a\xdd\x52\xd8\x3e\x66\x61\x47\xb5\x92\xe6\x89\xb3\x5c\xb0\x5c\x96\x8b\x6d\x25\x39\xb7\xaa\xd8\xfa\x74\x19\x4d\x22\x85\x54\xcb\x90\x21\x2b\x26\xa8\x4d\x90\xc1\x57\x90\x15\x2a\x1a\xfa\x3c\x7f\xff\x5f\xce\x98\xc1\xd2\x8c\x19\x59\x91\x43\x1f\xc1\xb7\x36\x7f\x83\x4f\xe5\x66\x60\x95\x2a\x66\x26\xe8\xb9\xa4\x99\xa0\x7a\x2e\xa7\x2f\x4f\x4e\x35\x3f\xe1\xa7\x28\x4c\x9e\x46\x39\xa9\x0d\xb6\x72\xab\x4b\x4b\x02\xe1\x71\xc8\x82\x2c\x0e\x8d\x5c\x38\x8e\x4f\x80\x27\xe8\x1b\x7a\x87\xd9\x0b\xc4\xb1\x6b\xd7\x61\x78\x5e\x76\x8c\xd5\x66\xa0\x22\x70\x2e\x06\x7e\xb9\xac\x36\x79\xfd\x72\x4d\x83\x95\xc2\x63\x07\xcc\x65\xd5\xed\x76\x02\x7f\x25\xf4\x41\x54\x9c\xf3\x07\xe5\x41\x52\x87\x2c\x48\x8b\x90\x2f\x31\x17\xca\xc3\x85\x92\x5a\x70\x1e\xb0\xd2\x93\x38\x70\x9e\x27\xc9\xb1\x75\x5a\x39\x76\xbf\x02\x4e\xf3\xea\xa1\x14\xd9\xdc\xae\x0e\x2d\x3c\x72\xbe\x92\x9c\x02\x0d\x06\xea\x5d\x5c\xf3\x8e\xd6\xbc\xeb\xbc\x6e\x37\xb7\x2d\x2e\x2a\xf1\xf5\x44\x0c\x05\x8b\xa7\x5b\xbd\x46\x6f\x5d\x4f\x92\x96\x33\xf1\x38\x44\xd9\x7a\x32\xb9\x9e\x2c\x8f\xc1\xa2\xeb\x4a\x61\xf1\x74\x2d\x04\xe7\x54\x1e\xf1\x34\x77\x3d\xb5\xdc\xb5\x81\xe2\x51\xf1\x79\x77\x3c\xaa\x64\xed\x3b\x41\xfa\x1b\xb3\x0e\x15\x7b\xda\x8b\x75\x3c\xd7\x31\x99\xdb\xe0\x1f\x2a\x99\xb3\x75\x73\xdc\x6b\x3c\x7e\xb0\xbe\x9a\xdb\xe3\xc2\xcb\x65\x91\xae\x3f\x22\x79\xfe\x5c\x2e\x47\x63\xe0\x71\x3a\xad\x0d\xe6\x55\x9f\xc0\xeb\x16\xa6\x6e\x18\xef\x28\x13\x6a\x20\xda\xea\xd8\xb8\x4f\xd2\x95\xad\xc9\x0a\x52\x5e\xd9\x8a\xa9\x7d\xff\xd6\x74\x03\xb1\x6a\x95\x5e\x75\x14\xef\xbc\xb2\xcf\x5f\xbc\xe1\x5e\x31\x37\x58\xc7\x85\x56\x3a\xe4\xda\xd5\xae\xf9\x52\x3e\xe7\xd8\x96\xbe\xd3\x79\xc7\xcf\xd4\x2c\x0f\x74\xf1\x38\xbe\xc9\xe8\xda\xc3\xf9\xef\x19\x87\x65\x8a\x57\xdb\x2a\xc6\x4f\xb5\xa1\x6c\x8e\x87\x48\xea\xc1\xa2\xfb\x77\x72\x09\x1d\xb6\xb2\xaf\x6a\x84\x68\x55\xad\x9b\x87\xaa\xdc\xd3\xa7\xd5\xe9\x98\x31\x8e\x40\x1a\x30\x8f\x43\x9e\x23\x19\x2a\x49\x86\x96\x49\xc6\x18\xdf\x4e\xce\xb4\xf5\xed\x98\x17\xac\xdc\xd6\x77\xd0\x01\x7e\xea\xfd\x5d\x43\x59\x90\xdb\x53\xee\x7f\x00\x70\x54\xd3\x8f\x40\xd7\xcd\x7d\x64\xa2\x36\xeb\xe7\x0f\xf5\xfd\xd8\x24\x64\xc0\x37\xe3\x46\x41\xda\xe4\xdf\x73\xc3\xf8\x77\x5b\x56\xeb\x0e\x31\x12\x93\x6b\xc7\xd7\xa6\x45\x16\x8b\x38\x44\x89\xf9\x39\x43\x9c\xab\x97\x85\x23\xb7\x19\x95\x4e\xda\x5e\xbc\x84\xc9\xaa\x8a\x02\x00\xbe\x3b\x2b\xd5\xe1\x3a\x39\x5f\x95\x0a\x73\x35\x20\x0b\x2c\x97\x6b\x50\xa0\x23\x62\xcc\x65\x65\x6a\xba\xc1\x6e\xde\x70\x53\xbc\xdd\x15\xe0\x42\x94\xb7\x80\xc8\x67\x1c\x81\x44\x59\xb5\xd4\x6e\x10\x0d\x3b\x80\xf4\xa3\xfd\x2f\x44\x1b\xf7\x36\x50\xc9\x6d\x80\x45\x8b\x3e\xa9\x1a\x66\xb7\x78\xb5\x5d\xa4\xda\x3d\x74\xfc\xec\x02\xaf\x16\x54\xab\x8d\x1b\x09\x30\x55\x37\x6e\xbf\xd7\xea\x79\x18\x62\xce\x29\xeb\x82\xf3\x83\xe8\xeb\x2f\xfa\xca\x9f\x93\x5a\xeb\xa7\x50\x57\x59\x8c\x92\xf8\x37\x49\xa4\xc3\xd4\xb5\x39\x2f\x54\xff\x82\xe5\xa8\x86\x11\x12\x28\x07\x7d\xfa\x2f\x4e\xc9\x16\x04\x6b\x63\x83\x74\x2c\x8b\xa2\xe1\xfb\x1a\x8b\x1a\xc7\xb4\x54\x30\xac\x54\x7e\xef\xb6\x89\xca\xc1\x0f\xd1\x2c\xee\x3c\x53\x05\xbc\xaf\xb3\x65\x98\x77\x5b\x53\x05\xb8\xa7\xb3\x2c\x19\xb5\x61\x13\x58\xee\xee\xb8\x90\xe7\x99\x46\x38\xd1\xbd\x7c\xca\xf4\xeb\x8b\x19\x8b\xa7\x88\x3d\xfc\x1d\x3f\xf8\xc4\x7b\xf7\xfe\xf5\x8f\xcf\xdf\xff\xf3\x97\xbf\xbf\xfa\xa7\x8a\x2e\xd0\x4f\x3f\xbc\xf9\xf9\xaf\xea\x11\xc3\x7c\x46\x49\xf4\x03\x65\xff\x39\xc7\xec\xe1\x3d\x0e\x29\x8b\x6a\x6f\x5f\x8e\x73\xd5\xb2\x1b\x34\x92\x92\x19\x32\x8d\x98\xc4\x90\x8c\xce\xc6\x26\x43\x7e\xc7\x44\xc4\x8d\x08\x6e\x5f\x0f\xe5\x8a\x50\xd5\xdc\xe5\xe3\x53\xfd\xb0\xe9\xed\x44\x55\x4d\xe4\x75\xab\x18\x85\x75\x4f\xad\x89\xa6\xd2\x9d\xbe\x81\x19\x5e\xc5\xe4\x1a\xb3\x19\x8b\x89\xa8\xd6\xe1\x86\xea\x4e\x5b\xd5\x72\x5f\xe4\xdd\xae\xf6\xef\x32\x2f\x09\xea\xee\xda\xca\xb7\xbc\xdf\x3d\x1b\x0c\xb2\x32\xfc\xe9\x9d\xee\xb3\xfc\x05\xef\xb3\xb1\xbf\x58\x41\x14\x2c\x56\xa5\x24\xd1\xe6\x3e\xbc\xa1\xda\xf6\xa8\xa4\xff\x8e\x03\x39\x43\x49\x59\xe9\x07\x99\x17\x85\x83\x81\x8b\x46\xc4\xfb\xdb\xab\xe7\x2f\x5f\xbd\xff\xf0\xcb\xcb\xe7\x1f\x9f\xbf\x78\xf5\xf6\xe3\xab\xf7\xe5\xd6\x12\x18\xc0\x3c\xec\xdb\xe7\x3f\xbe\xfa\xf0\xee\xf9\x8b\x57\x65\xd0\xdc\x07\x08\xbf\x90\xff\xf1\x33\xa6\x24\x72\x3d\x7c\xf8\xe7\x8f\xdf\xff\xf4\x66\x1c\x20\x28\x56\x70\x5e\xb3\x6f\x91\x10\x28\x9c\xfc\x4d\xd3\xa0\x9f\xc0\x1c\xf1\xf8\xee\x19\xe4\xb9\x83\x8a\xf7\xc3\x4f\xef\x5f\xbd\xfe\xeb\x5b\xb5\x87\xa9\xf7\x56\x8d\x4c\xfe\x00\xe5\x1d\xdd\x98\xeb\xff\xa8\xe9\xa4\x69\x9e\x27\x2e\x86\x2e\x0a\x18\xa4\x81\x4a\xa6\x6f\x87\xe2\x12\x2f\x63\x30\x90\x78\x86\xa9\xc8\x73\x54\x08\x60\xf1\x08\x83\xc0\x05\xf2\xa6\x68\xe6\x52\xe0\x8f\xd0\xd8\xfc\x29\x79\x81\x75\xdc\x44\x90\x2a\xef\x93\x2e\x7c\xa8\xdf\xd8\xbb\x0f\xda\x65\x8a\x2b\x15\x87\xa1\x2f\x73\x6b\xc6\x91\x5d\xb0\xe4\x53\x94\xda\x0e\xcd\x65\x70\xf6\xb1\xfa\xa1\xa6\x5c\xf3\x44\x2a\xcd\x42\x79\x6e\x12\x00\x59\x61\xcc\x1c\x52\x48\x46\x85\xb5\x1e\x03\xb7\x32\xd2\x9f\x95\xf7\xcd\x3e\x8c\xf4\xa5\xaa\x8d\xd2\x3e\x52\x5e\x1c\x69\xd2\x65\xa4\xc6\xaf\x2b\xcd\x82\xe1\x2e\x56\x30\x29\x0d\x33\x81\xbc\x66\x98\x2e\x0e\x16\x2b\x28\xf9\xae\x7c\xcb\xc7\x40\xfd\x9d\xdf\x54\x90\x8c\xf2\x3f\xc7\x00\x62\x00\x46\x89\x96\x68\x90\x50\x36\x55\xa2\xe7\xbd\x9a\x28\x2f\x3a\x2f\x68\x16\xaf\x47\xc7\x03\x56\xe5\x07\xcb\xe5\x62\x75\xa4\xab\xc6\x1c\xd7\xbc\x36\xfc\x55\xbb\x8c\xd9\x2f\xbd\x43\x0f\x09\x45\x91\xab\xfb\x96\xcc\xa4\xf0\xfa\x47\x2c\x74\x65\x7e\x0e\x13\x05\x71\xe4\xa8\xc0\x47\xe7\x44\xdd\x79\xba\x89\x37\xc5\x02\x05\x73\xbd\x05\xc3\x20\x2f\xd9\x65\xb3\xd8\x5d\x48\x00\x7f\xbe\x82\x42\xbb\x40\xe8\xe4\x16\x3a\x2f\xfa\x51\xd9\x1b\x2d\xbc\x60\x7e\xb8\x82\x22\x9e\x62\x2e\xd0\x74\x56\xd5\xbb\x5c\x82\xef\x8e\x5f\x22\x81\x81\x3c\x89\x7c\x8c\xa7\xd8\xcd\x23\x4e\xe5\xb8\x2d\x20\x4d\x49\x45\x18\x6b\xb4\x25\xc1\x22\x44\xe1\x04\x1b\xe7\x34\x1f\x8d\x98\xf7\xe2\xf9\x8b\xbf\xbd\xfa\xe5\xc5\x4f\x6f\x3f\xbe\xff\xe9\x4d\x89\x25\xc3\x70\xce\x38\x65\x7e\x9e\x7d\xbf\x7e\xfb\xf2\xd5\xff\x2d\xc3\x45\xa1\xdf\x49\x1c\x58\x87\x8c\x2e\xf2\x60\x55\x44\x8f\x94\x74\x23\xe7\x7e\xc8\x10\xb9\xc6\xce\x58\x21\x5f\xfd\x5d\x78\x0c\xa0\x59\xa0\x20\x08\x62\x05\x23\xb7\xb4\x5e\x97\x14\xad\x2e\x80\xb4\x46\xfc\x61\xb0\x28\x78\xfa\x7d\x78\x20\xa1\xc4\xb0\x03\x75\x2f\xca\xa5\x03\x26\x39\x74\x1b\xea\xa9\xf3\xc4\xc5\x9d\x12\x37\xe4\x95\xad\xac\xbc\xf2\x16\x54\xe5\x5c\x67\xbb\xaa\x31\xf7\xd5\x5d\xa5\xde\xd8\x0f\x2f\x9f\x30\xe8\x3e\x37\x6f\x6d\x52\x59\xa3\x3d\x34\x5b\x82\xac\xa6\x5a\xe4\x86\x55\x2a\x2b\xf3\x79\x6b\xa5\x26\xc6\xaa\xab\xb7\x80\xb5\xb2\x62\xa5\x2d\xd4\xb9\xc1\x0a\xc9\xaf\x49\xc0\xf2\x22\x1d\x05\x18\x12\xa9\x2a\x8b\x06\x55\x59\x6a\xdb\x1b\xb9\x7f\x8a\x11\x51\x3a\x9b\xf6\x8f\x86\x04\xa2\x82\x17\x5e\x97\x44\x04\x05\x7a\x28\xa6\x30\xdb\xc2\xa6\x29\xf7\xd8\x12\x56\xf5\x05\x7b\x9a\x1e\x4a\x2f\x6c\xc3\xd3\x74\x77\x4a\x2f\x6c\x87\xf1\xf1\x5d\x35\x91\xb0\x82\x89\xc4\x24\x9e\x67\x2a\x81\x93\xce\xe5\x94\x1b\x83\xf7\x42\xee\xed\x51\xf6\x68\x0c\x40\x83\x41\x85\xb7\x33\x21\x6d\x21\xc9\x73\x9e\x5a\xe3\x1d\xdf\x96\xf5\xae\xb3\x40\x7a\xb4\xf8\x69\x5b\xac\xde\xdd\xfc\xa0\x63\x3c\x1e\xd3\x45\xc3\x51\xb2\x77\x3f\x0d\x07\xbd\xde\xfd\x34\x1c\xc3\xba\xf5\xd3\x57\xde\xd5\xba\xb7\x6e\x28\xe9\xb2\xbe\xbe\x14\xed\xb0\xd9\x89\xb4\x07\x5a\x6e\x6e\x3b\x9a\x26\x51\x84\x66\x62\x5d\x87\xc6\x73\x55\x95\x50\x1d\x4a\xf1\xd8\x64\xb2\xcc\xa9\x14\x9f\x38\x29\xe6\x76\x96\x39\x7e\xa4\x4c\x88\x70\x48\xa3\xc6\x00\x52\x24\xe8\xa5\xca\x38\x69\x96\xb0\x36\x53\x01\x12\x82\xb9\xce\x3f\xe4\x40\xd3\x88\xb3\x4a\xac\xb3\xd0\xd1\x88\xe6\x73\x69\x15\x5c\x01\x7c\xb9\x3a\xdd\xcc\x66\x5b\x30\xdf\xbb\x67\x90\x66\xd6\x47\x65\xcc\xcf\x84\x4f\x6f\x8b\x63\xfd\x48\x68\xc3\x48\xe2\xf4\xb9\xd4\x3e\xe2\xea\xa9\x40\x05\xd6\xa6\x65\x96\x5c\xaa\x4e\x07\xa9\xf1\x08\x03\xc8\x5d\x0a\x59\xde\x9c\x23\x46\xc8\xfe\xfc\xcf\x9f\x5f\xbd\xff\xe7\x2f\xef\x9e\xbf\x7f\xfe\xe3\x18\x28\x5b\x64\x83\x54\x8d\xdb\x37\x73\xd9\x77\x62\xc3\xed\xac\xba\x79\x42\x06\x57\xe5\xf8\x8e\x13\x04\x01\xce\x2b\x17\x83\x81\x5b\xf8\x1d\x68\x97\x0a\x00\xf1\x0a\xa2\xed\xea\x53\x4f\x70\xd9\xa4\x68\x84\xad\x21\xd1\xa7\xda\x27\x4c\xea\xe3\x8d\x5f\x7d\xa3\x2c\xfb\x9d\x24\x6e\xea\x5c\xa1\x9d\xef\x7d\x07\x40\x16\x10\xed\x80\x6f\x48\x7d\x61\xbc\x4c\x7c\x62\x82\xaf\x25\xd0\x3b\xca\x84\xcf\x56\x15\x41\xdd\x18\xc4\x93\xa3\xde\xb5\x89\x3d\xfa\xd0\xaf\xee\x68\x57\x45\xf4\x5a\x13\x47\x96\xd4\xab\xde\x1a\x9e\x5b\x6e\xaf\x70\x5d\x93\x92\x5d\x9d\xc1\xa2\xdd\x51\x59\xc5\xa3\xd7\xbc\x09\x6a\x9f\x36\x7e\x08\x7b\x36\x8d\x62\xe0\x38\x50\x1f\x9c\x47\x4e\xe9\x63\xda\x0d\x24\xfd\x39\xae\x3f\x3f\xa6\xd6\x5d\x3d\x82\x74\x80\xc1\x68\x6c\x2f\xd5\xd2\x97\x23\x31\x4e\xdf\x4b\x39\x3d\x52\x87\x60\xfd\xfd\xa7\xd1\xca\xfb\xa8\xd4\x69\xda\xbe\xd5\xce\xeb\xd3\x1d\x34\x46\x1a\x47\xe1\x70\xc6\xe8\x6d\x1c\x61\xb6\x85\xdd\x5a\xec\xef\x77\x6d\x3b\xda\x3f\x35\x96\x6e\x8d\x15\x3e\x9f\x8b\x09\x65\x45\x5d\xb5\x62\xaf\x6d\xa1\x67\x56\x61\x89\xc6\x45\x75\x0b\xf2\x97\x34\xec\x26\x9a\x4b\x60\x8d\x61\x7e\xf3\x7d\x1e\x3b\x20\xfa\x92\xed\x80\xee\x42\x65\xe7\x15\x5e\x1c\xe5\xa2\x89\x85\x47\xf8\x0a\xd2\x26\xc5\x99\xb6\xf3\xb4\x6a\x40\xcb\x86\xcc\xcc\x74\xb4\xab\xaa\x47\x5f\x5e\x5f\x29\x09\xb5\x29\x5a\x54\x3f\x5f\x0a\x56\xca\x81\x3b\x1b\x22\x45\x77\x93\x7f\x1e\xdf\xc7\xc4\xd2\xd0\x29\xe2\xc3\x29\x22\x35\x58\x83\x6c\x5b\x78\xab\x39\x48\x31\xfb\x00\x6e\x8c\xc1\x0e\xaa\x7e\x4b\xa0\x4b\x0f\x24\xda\x9e\x76\x95\xb6\x9e\x4e\xf0\xb0\x82\xe0\xa9\x65\x8c\x99\xda\xcf\xa0\xa3\xa2\x86\x0c\x4e\xac\xf3\x7f\x0a\xea\x00\x28\x8f\xd7\xdc\x67\xab\xcd\xbd\x24\x39\xe6\x7c\x3b\x76\x56\xdb\xd3\x97\xbb\xaa\x9f\xc2\x6b\xb5\x12\x9f\xb1\xe1\x6a\x98\x7e\x5a\x39\x55\x0d\x84\xe4\x71\xeb\x38\x19\x44\xdb\x5a\xd1\x1a\x4d\x34\xe3\x65\x68\x23\xae\x56\x6b\x3f\x2d\x5a\x14\xcd\xc2\xae\x4f\xb9\xa2\xd5\xbb\x80\x78\xef\xe7\x09\xe6\x2a\xb1\xe3\xe2\xf5\x4b\xf9\x21\x1c\x32\x2c\x5e\xbf\x54\x5b\xd6\x27\x5e\x2e\x42\x04\x7e\x7c\x98\xc9\x47\xf2\x1f\xa8\xda\xf9\xa6\xfd\x0a\x40\x32\x18\x18\x7f\xad\x5c\x1f\x24\xaf\xe4\x7e\xc0\xc9\xd5\x1a\x72\xac\x25\x5f\x05\xb6\x81\x5f\xdf\x7a\xab\xea\x1a\x42\x4f\x6b\x76\x2b\xe4\xd8\x40\x97\xc1\x20\xc5\x97\x7d\xb4\x5c\xba\xd9\x8f\xdc\xf9\x5f\x01\xbd\x7e\x69\x13\x37\x31\x8f\x0b\xca\xb0\x37\xc3\xf8\xe6\x79\x92\xb8\x8e\x26\x5c\x60\xf2\xcc\xb8\x8e\xc5\x95\x03\x55\xb3\x23\x24\xd7\x22\xc5\xa0\xea\x0b\x12\x2f\x8b\x09\xca\xc5\xef\xa0\x62\xac\x50\xaa\x93\xaa\x5d\x6a\xb7\x28\x24\x9d\x55\x4f\x9d\x7a\x7a\x28\xf7\x25\x4a\xea\x6e\x42\xb9\x40\xec\x1a\x09\x5c\x05\xde\xaf\x58\x06\x3d\x76\x75\x21\xb1\x36\xac\x55\x41\x3c\x71\x05\x1d\x2b\xf6\x2c\xc7\x37\xb7\x19\xeb\xa6\x66\x76\xb6\xc9\xa2\x97\xed\xed\xae\xd7\x90\x7a\xfa\x97\x82\xa2\xf5\xd3\x57\x10\x5f\xea\xf4\x4d\x86\x46\x53\xb2\xab\xa5\xb2\x4d\x6a\x10\x11\xfd\xb3\x10\x93\x34\x03\x73\xa9\xc1\x76\x73\xc8\x96\xbe\x60\xb2\x05\x9f\xd8\xbc\xc0\x47\x6b\x93\x06\x93\x2c\x69\x30\xeb\x99\x34\x38\x97\x2e\x98\x55\xd3\x05\xb3\xba\x74\xc1\x6a\x2c\x26\x63\x30\xcb\x32\x06\xb3\xda\x89\x29\xe0\x42\xee\x60\xd6\x3f\x77\x30\x03\xc5\x99\xae\xf6\x35\x0b\x36\x79\xea\x4c\xc7\xdb\x52\x65\xeb\x77\x77\x44\xa7\x4d\xe5\x09\xe9\xd4\x01\x10\x93\xdb\x86\xf7\x98\xdc\x3a\x00\xf6\xaf\x6f\xa8\x1e\x34\x95\x37\xcc\xa5\x48\x95\x84\x7e\x8a\x6f\x31\x11\xa6\x13\x07\xc0\x98\xc4\x05\x11\xd3\xaa\x5c\x41\x0d\x91\xc4\x5c\x60\x82\x99\xf1\xd8\x8f\xe8\xd4\x4b\x1f\xb9\x06\x28\xc7\x77\xd4\xda\x7c\xc0\x42\xbf\x40\x51\xf4\x8f\x98\xc7\x97\x71\x12\x8b\x87\x17\x13\x44\xae\x95\x5b\xf8\x5d\x9c\x24\x2f\x31\x17\x8c\x3e\x54\x87\x94\xf6\xee\x69\x2f\x05\xfb\x91\xd9\x9c\x5d\xa7\x3f\xd6\x0d\x7c\x05\x6b\x3e\x5b\x9f\x1e\xf6\xa8\xfc\x49\x14\x45\x6e\x3a\xcf\x88\x86\xaa\x4b\x17\xc0\xc5\x6d\xda\x5f\x58\xea\x4f\x80\x85\xcd\x55\xe8\x4d\xe2\x28\xc2\x2a\xd1\xb8\x19\xad\x14\xdc\xf0\x6e\x82\xc9\xf3\x5b\x14\x27\x4a\xda\xd7\x5f\x46\x41\x12\xd4\x7c\x37\x55\x70\x4d\xcf\x17\x12\xbb\x26\x19\x60\x4e\xd9\x63\x69\xfd\xca\xf2\x5c\xc8\xba\x91\x83\x05\x72\x01\x54\xe5\x2b\x94\x7e\xe1\x97\xd3\x0c\x62\xb0\x82\x6a\x22\x55\xec\x55\x22\xbf\xce\x6a\x23\xbf\xce\xf2\x86\xd6\xb3\xb1\x7f\x76\x24\xdc\x32\xc9\x34\x98\x35\x6d\x72\x58\x5d\xbe\xb1\x89\xce\x56\x10\x85\xbf\xce\x63\x86\xcb\xe9\xbb\xcb\x0d\x3c\x1e\xff\x86\xbf\xd3\x48\xc6\xe4\xd6\xbb\x45\xcc\x75\x5e\xfc\xf4\xf6\xc3\xcf\x6f\x7e\xf9\xdb\xc7\x8f\xef\x7e\xf9\xf1\xf9\xff\xfd\xe5\xc5\x4f\x6f\xdf\xbe\x7a\xf1\xf1\xf5\x4f\x6f\x3f\xd8\x84\xde\x76\x5d\x90\x40\x5e\x98\x50\x8e\x23\x89\xb3\xa0\x76\x1a\x31\x89\xea\x2e\xed\x4e\x4e\xb0\x67\xe2\x0e\x5d\xa0\x62\x02\xf0\xaf\x73\xcc\xc5\x30\x8e\x9c\xf1\x60\x40\xb2\xa2\x90\x6b\xe0\x24\x16\x8e\xb2\x54\x6f\x83\x81\x23\xf0\xbd\xb0\xbb\x5c\x95\x56\x51\x77\xfc\xf9\x1e\x42\xaa\xdc\xa9\x86\x92\x1f\xa8\xc8\x04\x93\x1d\x33\x8f\x16\xc5\xfd\xb8\x0b\x3c\x82\xef\x85\x0b\xf4\xef\x7c\x50\x9d\xe4\xc4\xfa\x48\x93\x60\xc4\xb1\xcb\x00\x64\x66\x69\xfe\xf0\xec\xff\x00\xb0\xaa\x74\x29\x09\x0f\xab\x83\x8e\x6a\x51\x2d\xa4\x9d\x07\xd6\xe7\x2c\x4d\x83\xa5\xd3\x77\x6d\xfe\xac\xa2\xc6\x53\x75\x73\xec\x1c\xf5\xd9\x39\x64\xd4\x04\x7a\xce\x59\x1b\x44\xdb\x57\x34\x94\xf2\x81\x1f\xea\xbc\xf2\x5d\x9d\xaf\x52\x35\x6d\x5a\xaf\x19\xe5\xb4\xaf\xa0\xa8\x7d\x2d\x97\x27\xee\x5a\xfd\xcb\xaa\x54\x9a\xd6\x47\x63\xc8\x82\x93\x33\x88\x82\x93\x73\x48\xad\x14\x14\xec\x21\xbd\x6c\xe1\x30\x0e\x70\x8d\x8c\xff\xf6\xc4\x65\x81\xcb\x83\xd8\x10\x12\xf0\x22\x4a\x30\x50\x07\xc0\xd9\x9c\x4f\xfe\x3f\xf6\xde\x7d\xb9\x6d\x1b\xed\x03\xfe\x3f\x57\xc1\xf0\x9d\x71\xc5\x59\x48\x3e\xc4\x69\x53\xed\xab\x4d\xd3\x24\x6d\xf3\x36\xa7\xcd\xa1\xdd\xd6\xf5\x64\x60\x12\x92\x58\x53\x84\x16\x84\xec\xa8\xb6\xbe\x6b\xf9\xae\xe5\xbb\xb2\x6f\x70\x22\x41\x12\x24\x41\x89\xb6\xec\xd4\x99\xd9\xad\x2c\x11\x20\xf0\xe0\xf0\x9c\x7f\x4f\x2f\x51\x5b\xeb\x3e\xbd\xbc\x8c\xe5\xb5\x71\x7f\x34\xa2\xde\x3f\xd9\x2b\xbd\x7f\xae\x7c\x48\xfd\x69\x2f\xf2\x2e\x20\x1b\x02\x1e\x45\xab\x71\x18\xc3\x28\x5a\x5e\xb0\x01\x90\xcb\x4b\x21\x28\x84\x03\x31\xe4\xcb\x4b\xf5\x89\x09\x15\xf2\xc9\x70\xdc\x83\x9e\x10\x80\xf0\x2a\x73\x02\x72\x4a\x5d\x5e\xfa\xf2\xbf\x0b\x5d\x0c\x09\xdb\x8b\xc1\x41\x26\xa4\xf2\xff\xf7\x6f\xab\x08\x16\x69\x73\x9f\x95\x26\x94\x23\xd3\xe2\x36\x94\x19\x49\x47\xeb\x5b\xd7\x18\x09\xbe\xe0\x1a\x23\x41\x45\x8d\x91\xe0\xda\x6a\x8c\x8c\xaf\x44\x3f\x4c\xbb\x9f\x35\x56\xcd\x49\x1f\x9d\x7f\xd1\xc1\x0d\xd3\x2b\x71\x88\xcf\x6d\x1c\xe2\x27\xd7\xeb\x10\x9f\x6f\x27\x31\xe6\xe4\xd6\x44\x8f\x70\xf9\x9d\x42\x42\x7f\xd5\xf5\x0e\xc5\xcb\x2b\x7e\x35\x04\x35\xe9\x24\x65\x27\x78\xcf\xcd\xd5\xa5\xa0\xc0\x45\x8c\x01\x24\x03\xdd\xf1\x25\x80\xde\xdc\xec\x00\x0e\x72\xda\x4f\x8f\xaa\xea\x64\x74\x25\xa0\xd2\xce\x46\xf9\xd0\x63\x14\xfb\x38\x40\x1f\xdf\xbd\x78\x8a\x67\x73\x1c\xa3\x98\x7a\x60\xc9\x9e\x21\x75\xcf\x80\x33\x0f\x4c\xd8\x53\x30\x7b\xca\x03\x9f\x46\xe6\x70\x11\x9e\x5c\xc8\x08\x11\x2c\xfc\x42\xa8\x4b\xb6\xc2\x02\x40\x99\x66\x21\x9a\x7f\xc4\xae\x57\x17\x97\x47\xc2\x59\x8f\x57\x89\x17\xc1\x9a\xec\xf1\x0c\x50\xc9\xfd\x23\x66\x5f\x3c\x8e\x87\x68\xe5\x31\xe6\x01\xca\xe8\x19\x00\x6a\xf7\x2b\xf9\xd7\xfe\x63\xd2\xdf\x1f\xee\x79\x00\x8f\xf6\xff\x89\xff\x97\xfc\x13\xff\xe3\x1f\x1e\x3c\xc2\xfd\xfd\x63\xed\xe4\xe2\x63\x1d\x7b\x2b\xe6\xb7\x37\xe4\x43\xf6\x51\x2f\xf6\x2a\x27\x59\xc4\x0f\x2c\x22\xd3\xa9\x24\xcd\x3d\xc1\xd6\x7a\x88\xbb\x05\x90\x82\x3a\xa3\x02\xe6\x4f\xb1\xd5\xf4\x4e\x4f\x21\xf4\xa6\xbd\x69\xef\x62\x05\x10\xc7\x81\x28\xc0\xeb\xd1\x15\xf7\xb7\x79\xe0\x88\xa6\xc5\x84\xa0\xb7\x02\x6f\x46\x47\x34\x9f\xf7\x0d\xdc\xff\xf4\xdf\x49\x2d\xe8\xc5\x33\x97\xff\x29\x12\xaa\xc1\xf3\x35\xcd\x32\x9a\xf2\x51\x5f\xef\x46\xb7\xa6\x7a\x80\x57\xfc\x61\x4a\x46\x7d\xa3\xf4\xb1\x64\xf7\xf3\x94\xf0\x14\x01\x51\x13\xa7\xb9\x64\xce\xd5\x58\x68\xd6\xb4\xb6\xd4\x1b\x58\x16\xc4\x54\xe7\x71\x59\x69\xcc\x06\x27\x38\x58\x1a\x5a\x7c\xaa\x6e\x21\x75\x5f\x59\xc9\xd9\x74\x8e\xe3\xf2\x01\xd2\x05\x94\xf8\x5f\xfb\x8f\x63\x71\x80\xe0\x68\xff\x9f\xf0\x7f\xe3\x7f\x42\x2e\xac\xc0\xfc\x01\x82\xc7\xca\xbd\xc9\xe6\xcd\x06\x5a\x41\xed\x64\x14\xf5\x38\x14\x43\x72\xb4\x77\x0c\xfc\x51\x92\x16\xbf\x02\x81\x68\xbc\x20\x51\xae\x90\x16\x4a\x77\x77\xd8\xf3\x3d\x2f\x45\x5a\x77\x5c\x0f\x8c\x47\x51\x2f\xf0\xc0\x6c\x34\x66\xbd\xcd\x47\xe3\xac\xb7\xe5\x68\x2e\xef\x10\x27\x43\x67\x67\xb7\x07\xf8\x34\x8a\x7a\x4b\x0f\x3c\x1f\x7d\x62\x8d\x3e\x8f\x3e\x65\x8d\xfe\x1c\x5d\xb0\x55\x79\x2e\xef\x21\x20\x64\xe2\xe1\x4c\xfd\x2d\x95\xd3\xe1\xb4\x77\xc2\xce\x25\x1d\xb0\x13\xf6\xfc\xf5\x87\x4f\x1f\x7e\x7b\xfb\x1c\xe8\xd5\x91\x38\x74\xd9\x3f\x1d\x7f\x0a\x49\x82\xe8\x68\x41\xc7\xfd\x47\xae\x07\x26\xbd\xcf\x9e\x27\x16\x92\x49\x0f\xc2\x7c\xb9\x58\x31\xd9\xe9\x4f\x59\xce\x47\x86\x05\x8e\xde\x18\x6f\x9d\x42\x91\xa3\xfb\xa3\xd1\x9f\xca\x58\x21\xc3\x8b\xcb\x18\x3f\xfa\x13\x40\xba\x64\xf5\xef\x78\x08\x32\xb8\x58\x69\x06\x8b\x85\xc7\x98\xd5\x8f\xcf\x3f\xb8\xfc\x0d\x82\x0e\x1e\xbf\x1d\xb5\x96\xb9\xe9\x1f\x67\xd7\x34\x07\xa8\xf3\x1e\xff\xc9\x37\xc2\xe8\xff\xde\xbf\x79\x3d\x10\x57\x5c\x38\x5e\xf6\xfe\xe4\x66\x20\x6f\x58\xd6\x26\xc4\x2f\x3b\x3b\xe2\xbf\xa9\x4d\xec\xf2\x52\x17\x34\x65\xf3\xf4\x57\x26\x6a\xcb\x17\xc9\x9f\xee\xa1\x28\x41\x5c\x44\x7b\x3b\x3a\x53\xcf\xdf\x7b\xab\xd9\xd8\x7a\x72\x22\x6c\xab\xa5\x83\x7e\xcc\x47\xbc\x20\x91\x06\x5b\xc9\xff\x06\xee\x4e\x86\x4e\xf9\xd6\x1b\x56\x3c\xf4\x58\x7f\x28\x15\x7e\x2a\xa9\x35\x6a\xdc\x2d\xe0\xcf\xf4\x00\xb7\x09\xbe\xcf\xce\x76\x77\xcc\x51\xe5\x82\xe5\xee\x13\x75\x4a\x0d\xb1\x04\xec\x6e\x16\x57\xb2\x5e\x3d\x25\xf5\x74\x97\x2b\x77\x89\xe1\x4a\x76\x17\xf2\xdc\xde\x8b\xc2\x61\xcb\x30\x45\x3e\xbc\xf9\xf9\xf9\x6b\x3d\xb8\x5e\xf9\xc6\x1f\xbb\xee\x30\xfb\xcb\x03\xa1\x22\xbe\xb7\xf2\x78\x3e\x4e\xca\x58\xd4\x4c\x7a\x24\x33\x0f\x1b\xad\xc2\x5a\xa1\x88\x92\x5d\x18\x82\x0b\x3c\x47\x71\xde\x34\x37\x90\xa6\xd4\x1e\x92\xf6\x6c\x6f\x05\x66\x28\x49\x60\xc1\xdc\x2d\x2e\x5f\x39\x63\xb9\xc1\x51\x4c\x09\xaf\x1a\x26\x0e\x80\x1a\x7c\xc5\x45\x20\x7a\x48\x7a\x14\x1c\xf0\xb4\x17\x76\x9b\xc1\x51\x7c\xb4\x9f\xaa\x90\x6f\x32\xa3\x28\x87\xec\x44\xbc\x44\x57\x7a\xdc\x19\x81\x72\x77\x0e\xeb\xc6\x18\x98\x1f\x03\x39\x24\x22\xb1\x7b\xbc\xd5\x3d\xc1\x8a\xc9\x22\x16\xb6\xaa\x72\x22\x81\x83\x24\x02\x26\xe0\x22\x6e\x8e\x4c\xcd\x8d\xe3\x1e\x1a\xf0\x76\xa2\x0b\x6e\x35\x2e\x50\x5a\x19\x53\x53\x4a\x03\xc2\x9d\x05\xf7\xe0\x60\x8c\x98\x5c\xa6\xf0\x37\xbd\x5a\xff\x81\x1e\x18\xa2\x1b\x55\xf3\x32\x37\x2f\x7e\x7f\xc2\x44\x97\xa2\x19\x5f\x52\xbb\x87\x4a\x76\x61\x4f\x78\x30\xe4\x41\x41\x79\xf7\x4a\xd1\xe2\x6e\xd1\x9b\x6c\x63\xec\xaf\x64\x27\xb6\xe8\x4f\xb6\x31\xf5\x97\xb3\x23\x3f\xb7\xf3\x9c\x17\xc4\xb6\x66\x8b\xb2\x9d\xc9\x97\xf7\x65\xfe\x49\x9e\xe2\xaa\x9f\xf9\xfe\xa9\x0a\xe8\x4a\x95\x52\xfc\x45\xdb\x34\x92\x2b\xb1\x69\x60\x1b\x9b\x46\x78\xbd\x36\x0d\xbc\x1d\x9b\xc6\x2d\x45\xa2\xcc\x97\xbe\xcd\x03\xbc\x7b\x4c\x40\x37\x2b\x86\x9f\xa7\xc6\xcc\xcc\x48\xfa\xaa\x2a\xa4\x15\xe9\x98\x05\x98\x8b\x1f\xa9\x11\xa2\x87\xa4\x64\x09\x10\x97\xa1\x7a\x61\x8f\xdb\x15\xf2\x5e\x3b\xa6\x2f\xeb\x5c\xaa\xe4\xd4\x03\x61\x8f\x02\x97\x89\x80\xec\x59\xc6\xa7\x2e\x2f\x2f\xa4\x72\x1c\x8d\x92\x5e\x22\x75\x68\x26\x54\x88\x5a\xc5\xef\x51\x9c\x4f\x41\xc3\x03\xc6\xc9\xf9\x24\x7c\x1c\x9f\x21\x42\x99\xe4\x71\xc1\xdd\x83\x0e\x17\x67\xf3\xbc\x87\x2c\xd5\xcc\xb9\x74\x3b\x67\x72\x1b\x6b\x2d\xbc\x2f\x54\x07\x0a\x5b\x81\x64\xc1\x63\xf2\x86\xe5\x00\x79\xac\x62\x1c\x7b\xa9\xb4\x83\x80\xe2\xb1\x43\x0a\x24\xe2\x7f\x2c\x3f\x7c\x40\x9f\x29\x8f\x7d\x2e\x71\x54\x79\xad\xc9\x0b\x29\xbc\x17\x8e\x92\xd4\x4d\x80\xc7\x0e\x77\x32\x3c\x4e\x86\x8c\xfa\xa9\x71\x87\x6f\x6a\x80\x05\x97\xed\x85\x7c\xea\xb3\x39\xd3\x0e\x74\x26\x82\x85\xc3\x56\x30\x56\x95\x61\x2e\xf8\xeb\xc8\xc0\xb5\x07\x9f\xa7\xa4\x17\x79\x00\xaf\x00\xb6\x05\x49\x4b\x99\xc8\xfc\x04\x43\x12\xec\x46\xd8\x87\x51\x3f\xa1\x98\xc0\x49\x31\xfa\x5e\x3d\x54\x8e\x42\xd3\x23\x62\x32\x40\xbd\x91\xab\xbe\x2f\x3a\xf5\x76\x76\xdc\x84\x7f\x28\xfe\x90\xda\xd0\x1f\x9b\xa4\x04\xe9\xf8\x58\x19\x33\x18\x77\x76\x6a\x5e\x97\x73\x61\x8c\x46\xa3\xf4\xfb\xfb\xea\x73\xe6\x32\x79\xac\xc6\x36\x4c\x5f\xe8\xe5\x6c\xf6\x32\xcb\x50\x73\x2c\xfc\x33\xfe\x5f\x5a\xaa\x13\x4a\x46\x94\xbb\x14\x34\xce\x31\xd2\xff\xb8\xbc\xbc\xbf\x0f\xc8\x40\xbf\x7b\x46\xf7\xf7\x80\xcb\xef\x0f\x37\x8c\x1d\x1e\xb2\x35\x50\x77\xd1\xe8\xfe\x5e\x75\x5c\x26\x61\x5c\x93\x31\xa1\x42\xb6\x60\xba\x18\x50\xf1\x49\x51\x23\x57\xcc\xf4\xcd\xb8\xe8\x8a\x4d\x8d\x81\x9f\x3e\x71\x7a\x7c\xfa\x34\xa2\x80\xcf\x1f\xd0\x7c\x01\x7c\xa5\x0b\x69\xfb\xb0\xc2\x8f\xfb\x0e\x8d\x23\xe4\xd3\xcb\xcb\xfb\xf2\x53\xb6\x16\xd2\xc8\x7a\x7f\x9f\x31\xfb\xd2\xaf\x83\x64\x0a\x67\xb9\x47\x0c\x2b\xfc\x96\xe0\xcf\x4b\xf5\x90\xf0\xf4\xca\x49\x3c\x83\x14\x55\x3a\xc2\x4a\x2f\xeb\xb1\xc7\xc1\x91\xbe\xb5\xbd\x0b\xce\xe9\xef\xef\xc9\xab\x25\x8b\x87\xd8\x5f\xad\xb2\xd8\x96\x82\xd4\x17\x03\x32\x0a\xa5\xfc\x42\x55\x5c\x4b\x28\x8a\x99\xeb\xbb\xf0\x5e\x3c\x2a\x0f\x82\x64\x72\x20\x80\xde\x8a\x69\xd3\x4e\x3c\x6a\x88\x1e\x4f\xc4\x0f\xb1\x57\x2e\xc2\x2f\xc7\x4b\x2f\x2f\x5d\xe1\x8b\x74\xef\x8f\x46\x8c\x1f\xeb\xa7\x25\xb3\x7d\x3e\x2e\xb8\x8f\x33\x3d\xcf\xcb\x3c\xa7\xef\xd0\x18\x11\x14\xfb\xca\x7d\xca\x5e\xee\x4c\x61\x12\x7f\x45\x9d\x13\x84\x62\x27\x8c\x43\x1a\xc2\x28\x4c\x50\xe0\xf4\x1d\x11\xee\xed\xe5\x9e\x60\x4b\x80\x82\xac\x8a\x35\x5a\xf5\x90\x37\xa4\x46\x97\x76\x2f\x34\x6f\xdd\xc7\x99\xdc\xa0\x7d\x6b\xbc\x1a\xb2\xdd\x9c\xda\x33\xf2\xad\x78\x8c\x4e\x97\xb5\xff\xf5\x51\xf4\xca\xd1\x0e\x06\xd2\xa7\x41\xed\xd4\x33\x3a\xa9\xdf\x33\x32\x3a\xe8\xf3\x9c\x88\xcc\x17\xe1\x53\x46\x21\x9d\x22\xe2\x9c\x20\x9e\x42\xe0\x60\xe2\xc0\x74\x3f\xba\x8c\x03\xa4\xfb\x5f\x11\x51\xd6\x5d\xa5\x3b\x3b\x9a\x97\x18\x5c\x68\x1b\x73\x28\xe7\x87\x74\x31\xa8\x28\x22\x71\x03\xf8\xce\x8e\xb8\x64\x56\x5e\x2f\x02\xc8\x4b\xe1\x07\x13\x10\x8e\x70\x2f\xf2\xee\xe9\x6e\xfa\x54\xce\x2f\x9d\x9b\x34\x3c\xb6\x87\x74\xc6\x49\x3d\x33\x25\x9e\xc2\x38\xc6\x94\xef\x21\x07\x3a\x7e\x04\x93\xc4\x81\x49\x6e\xe2\x2b\x71\x22\x22\x0f\xf4\xe2\x51\x28\x4e\x3c\xff\x06\x79\xde\xe0\x93\x7f\x32\xa2\x20\x4e\xe3\xf3\x47\x11\x7b\xea\xe8\xe2\x14\x2d\x87\x2e\x8e\x9f\x46\xa1\x7f\xea\x02\x41\x83\x52\xe4\xcf\x27\xff\x44\x44\x13\x31\xe9\xa4\x87\x78\xf4\xcf\x04\x52\xf4\x81\x6b\xc1\x97\x97\x68\xe0\x2f\x08\x41\x31\x15\x5f\xa8\xc0\x2f\x34\x0b\x69\xcf\x95\xc2\x88\x0b\x2e\x56\xde\x6a\x75\xec\xed\xec\x90\x9e\xbe\x0a\xb1\x07\x12\xfe\x1d\x48\x3c\x10\xad\x7a\x99\x58\x58\x29\x13\x4a\x4e\x3d\x3c\x0f\xe3\x00\x9f\x0f\x38\xfb\x7e\x2f\xbe\x03\x7c\x42\x19\xd7\x06\xa5\x68\x6e\xa3\x41\x8b\x51\x9b\x03\x6b\xe7\x15\x7e\xf9\x22\x76\x08\x5f\x50\x34\xeb\x71\x3d\x0d\x20\xaf\x04\x10\x60\x2f\x6b\xe0\xc4\x5a\xc0\xb8\xe6\x30\xf7\xec\xee\x60\xd4\xa0\x99\xcc\xdc\x36\xac\x1d\x07\xa8\x3f\x0b\xb9\x2a\x9c\x9b\x6a\x78\xb6\xec\xb3\x1f\xc5\x6f\xe6\x06\xb7\x31\x8b\x43\x1b\xff\x6e\x24\x2a\x0a\xd4\x9a\x22\x50\x10\x52\xf9\xe8\xd5\x2d\xfa\xd1\x45\x0c\x67\x68\xe8\x32\x75\xc1\x05\xb3\x90\x7d\x2e\x1a\x80\x5d\x5e\x90\x7b\xe8\xfe\x09\xcf\xa0\xd0\x3c\xd9\x79\xa1\xc3\x23\x61\x50\x07\xee\x0c\xce\xdd\x63\x00\xa3\x10\x26\xf2\xcb\x87\xee\xf1\x0a\xc8\xae\x7f\x7a\xfa\x52\xf5\xcc\xa3\x1a\x3f\xf7\xc9\xe2\x64\xa9\x3a\x15\x9f\x45\x77\xe4\x44\xef\x46\xfc\xe2\xce\xa0\x2f\x3f\x11\x78\x8a\xd8\x7f\x4e\xf8\xff\x7d\xd6\x5e\xf1\xdb\x93\x57\xc5\x77\x2c\xe1\x2c\x52\xef\x10\x9f\xc5\x3b\xc4\x67\x77\x39\x8b\xb4\x77\xf1\xbf\x56\xc7\x60\xdd\x68\xf0\x19\xcf\xfe\x34\xa8\x1d\x2b\xc0\x96\x6f\xad\x1c\x11\xb6\xe1\x9e\xf3\x2d\x50\x69\x15\x0c\xf0\x6c\x80\x22\xc4\xc3\x89\xf9\xbc\x21\x41\xd0\xf9\x87\x13\x84\x67\x2e\x40\xde\xe0\x29\x0e\xd0\x2b\xbe\xe1\x6c\xb3\x1f\xc5\x4e\x15\x11\xea\x61\x7c\xba\xcb\xef\x5f\x1f\x47\x65\xcc\xc9\x9a\xbc\x13\x4d\x58\xb6\x0c\xb9\x43\x15\x49\x21\x77\xa1\x8f\x76\xa1\x8f\x77\xd9\x34\xd6\xd9\x34\x79\x7a\xdd\x82\xa8\xc7\x2f\x28\xa9\xa6\x4d\xb8\x84\x84\x0a\x6d\xce\x87\xc9\x50\x45\x3d\x70\x5a\x95\x94\xa3\x3d\x7f\x7a\xc6\x03\x37\xb8\xa2\xd0\xfc\xb4\xca\xa5\xf7\xc0\x9c\xa0\x39\x24\x65\x80\x9d\x1c\x48\x98\x50\xc3\x94\x81\x38\xe6\x29\xc1\x73\x44\x92\x30\x67\x7d\xd4\xad\xb2\xd3\x30\x39\x62\xc2\x72\x56\xa7\x1d\x1c\x7a\x47\x0f\x8e\x8f\x07\xb2\x5d\x2f\xe6\x16\xcc\x19\x3e\x43\xad\xbb\x90\x61\x1f\xc5\xc4\xda\x75\xee\xff\x4a\xe3\x57\x77\x65\x0b\xb5\x1d\x44\x37\xde\x41\xa6\xe5\x52\xce\x84\xb5\x2b\x1b\xe9\x39\xe9\x23\x7e\x00\x39\xf6\x22\x7d\xac\x76\x92\xe5\xfa\xd3\xd4\x1c\x02\x20\xc0\x23\xa4\x01\x05\xe6\x40\x02\x05\x9b\x4f\x7d\xd6\x6a\x47\xf4\xe0\x88\x82\x1e\x19\x61\x2f\x8c\x7b\xf1\xe8\x62\xe5\x55\x98\xf5\xd9\x0b\xd6\x42\xcd\x8f\xb9\x47\x16\xc4\x9e\x69\xef\x65\x20\xa8\x76\xc3\x96\x59\x20\x45\x0c\x06\x6a\xbd\x0b\x9b\xcb\xe3\xdf\x89\x1f\x77\xe2\xc7\x9d\xf8\x71\x27\x7e\x54\x62\xe4\xf6\xf7\x79\x44\x4e\x1a\x55\x35\xdc\xdd\x15\xb0\x9d\x23\x79\xf5\xb0\x2f\x54\x9c\x14\xf2\x58\xcf\xea\x72\x63\x4f\xae\x00\xac\xe0\x48\xb2\x75\x5d\xaa\xaf\x41\x91\x6a\x0c\x1d\x6d\x66\xc1\x46\x16\x17\x03\x28\x11\x95\x47\xb4\x47\x7a\xc8\x03\x07\x1e\x48\x46\xf8\x68\xef\x18\x84\x23\xac\xc5\xe0\x70\xa9\x21\x39\x1e\xc8\x4e\x7a\x21\x6f\x5b\x25\xad\xc8\x0c\xd4\xb4\x4b\x3c\x82\xac\xcb\x64\x04\x8b\x5d\xe2\x4c\x70\xe1\x66\x77\xb3\xe8\xd2\xaa\x3f\x29\xc5\x24\x25\x80\x90\x6a\xac\x2c\x9d\x83\x88\x4c\x6b\x6b\x4d\x96\xf3\xb6\x7b\xf9\x3d\x7f\x7d\x6e\x74\xdd\x91\xb6\x31\x1b\xbb\x69\xe0\x0d\x70\xfd\x6c\xac\x35\xf2\xb0\xf4\xfb\x5e\x4f\xc5\xb2\xbc\xef\xd7\x4a\xca\xca\xcf\x74\x6d\xf0\x86\x1b\x71\xdb\xc3\xdb\x71\xdb\x63\xf3\xc5\xdc\x8b\x7b\x74\x74\xc1\x6e\x00\x1f\xc5\x3c\x6a\xa2\x51\xd7\x0b\x7c\xd7\x03\x31\x37\xe5\x35\x3e\xcb\x51\xde\xc5\xd3\xd6\x0f\x4f\x20\x45\xe7\x70\x69\xd1\xbb\x06\x0b\x21\xef\xb2\x35\xda\xb4\x68\xb2\x02\xae\xfc\xdc\x57\x3b\xcc\x05\xf6\xcd\x3d\x10\xf7\x28\x70\xe7\x04\x7f\x0e\x51\x62\xd1\x52\x20\x5a\xea\xed\x96\x6d\x5e\x9c\x6f\x5e\x2a\xc9\xd5\xbc\xd0\x85\x16\xaa\xa7\xac\x7e\x9d\xcd\x24\xb4\x6a\x77\xaa\x03\x69\x2d\xb0\x69\x9d\x1a\x16\x64\xd3\x58\x81\x09\xda\x34\x96\x18\xed\xaa\x6d\x6a\x02\xb1\x69\xab\xd9\x4b\x8a\xcd\xd7\x6a\x7d\x7a\x66\xd1\xec\xf4\x2c\x7d\x5e\xe2\xe1\x35\xe3\x9c\x88\xa0\x6c\xb5\x47\x54\x21\x7f\x8b\xdd\x21\x50\x64\x73\x2d\x97\xed\xdb\x11\x5e\x6c\xbf\xb9\x19\x07\x22\x55\x8d\x70\x18\xf8\x16\x6d\xf2\xa8\xdd\x29\x65\x96\xf3\xca\xdd\x5f\x2d\xca\xec\x9e\x44\xd8\x3f\x65\x0c\x37\xdd\x85\x02\x16\xa6\xe8\x32\x12\x16\x07\x5e\x9a\x73\x44\x72\xe6\x22\x9e\xf8\x26\x8a\x94\xe4\x72\xf3\x3c\x10\x8e\x92\xa3\xfd\x63\x10\x8d\x92\xa3\x83\x63\x9e\x1d\xf3\x40\xcf\x8e\x39\x54\xd9\x31\x47\x8b\x63\x55\x0e\x50\xb9\xd1\x9f\x9f\xa1\x38\x17\x02\xb3\x11\xb6\xc8\xc5\x0a\xd0\xd1\x05\xa3\xd0\xd0\x95\x61\xeb\xae\xc8\x52\x41\x2b\x10\xe7\x33\x17\x79\x44\xf8\x0c\x51\xe8\x7a\xbc\x3a\x6b\x2e\x33\x85\x71\x76\x51\xc2\x73\x67\x27\x18\x10\xc4\x44\xfe\x30\x42\xbd\xd8\xe3\x75\x9d\x65\x2d\x43\x8d\x6f\xb8\x43\xfe\x8d\x76\x3e\x87\xb1\x29\x1a\x3d\xe0\x29\x05\x4f\xb8\xe8\xb2\xba\x77\x42\x10\x3c\x95\x59\x74\xf2\x0a\x57\x1d\x31\x06\x23\x3f\x8b\x3d\x26\x3e\xa7\x3b\xbc\xa1\xfb\xef\x97\xcf\xd2\xc1\xf5\x22\x10\x82\xc2\xeb\xb4\xcb\x60\xc8\x48\x3e\x1e\x91\x9e\xef\xa9\xd5\x81\x22\x25\x09\xeb\x29\x49\x50\x4e\x7a\x8c\x49\x5f\xdd\xe9\x75\x83\xf8\x7e\x29\x79\x6d\x0f\x83\xfc\x00\x54\x2a\x60\xfb\x19\xac\xb4\x19\xe8\xd7\x30\x9f\xc2\xac\x30\x85\x99\x98\xc2\xcc\x3c\x05\xce\x6d\x1b\x87\xf0\x1a\x07\x62\xfc\x85\x97\x2b\x26\xc6\x5f\x3c\x2f\xbc\x78\x2e\x5e\x3c\x5f\x9f\x76\xfc\xdd\x3c\xeb\x24\xa5\x9d\xfe\x76\x25\x22\x88\xd7\x4f\x0b\xaf\x9f\x8a\xd7\x4f\xd7\x7f\xfd\x8f\xa2\xff\xba\x21\xa4\x3c\x8c\x0f\xe1\xa4\x30\x84\x13\x31\x84\x93\x35\x49\xaf\xd1\xbd\xf4\x62\x71\xe1\xeb\xad\xb5\xc6\x09\x8a\xc6\x3d\x9f\xdf\x45\xc6\xd3\x25\x0f\x51\x91\xb3\x67\x47\xae\x69\x47\x33\x7a\xf8\x6c\x72\x86\x23\x55\x92\x8d\x86\xe9\x56\xd1\xe4\x96\xba\x17\xbc\x90\x0f\xe9\x2f\xe2\xb3\xf1\xd9\xbd\x6a\x78\xa5\x64\x46\xe2\x45\xa7\x67\xf2\x43\xc6\x7d\x87\xf1\xa8\x87\x47\xac\x1f\xcf\x14\x0e\x9a\x9b\x56\x4a\x6d\x83\x1f\xba\x88\x0a\x15\xa8\x20\xa8\x8b\xec\x8c\x0e\x23\x0d\x15\x39\x5c\x79\xf9\x91\x72\x96\x37\x14\xd9\xde\xf9\xbd\x72\x26\xf6\xca\x59\x79\xaf\x28\xd6\xb7\xf1\x65\x97\xf2\xd0\x8a\x6d\xa3\x53\x41\x2e\x6e\xbe\x03\xa8\x0a\x27\x54\x8e\x24\x7d\x42\xf4\x80\xd9\xaa\x61\x6d\xd5\x52\x73\xa8\x08\x7d\x62\x9a\xac\x60\xc0\xc2\xfc\xef\xf1\x78\xef\x16\xa8\xa6\x36\x9c\xbe\x36\x6e\x24\xc0\xb3\x3c\x3e\x1c\x30\xbd\x26\x75\x95\x18\x7f\xcd\x21\x30\x95\xde\x30\x83\xcb\x13\xd4\x67\x6a\xfa\x55\xa3\x12\x57\xd8\xdc\xf8\xe8\xea\x73\xb5\xed\xcc\x6c\x9a\xc3\x48\x10\x4b\xb7\x53\xa5\x65\xdf\x8b\x21\x60\x74\xf0\xbd\x5c\x09\x2e\xe4\xbc\x17\xcb\xad\xa5\x74\xa8\xa6\xe1\x48\x86\xa9\x0f\x4e\xc2\x38\xe8\xa5\xc5\xd7\xf3\x58\x06\x86\x2c\x33\x3a\x10\x45\xd0\x25\x35\x56\x1e\xe0\x79\x11\xe1\xf8\x35\xa6\xea\xdd\x5e\x2f\xf3\xb1\x78\x5e\xaf\x94\xbe\xa8\xe5\xbb\x51\xf5\x63\xee\xbd\x61\x63\xa7\xa6\x94\xc8\xa2\x34\xa5\x55\x47\x62\xd2\x16\x70\x99\xe4\x25\x87\xef\x7a\x3b\x3b\x61\x4f\x94\x12\x1a\x08\x3f\x04\x07\x7b\x30\xa1\x54\xb0\x37\x8b\xb5\x53\xa5\x28\x70\x4b\x3c\xe0\x9a\x93\x33\x17\xd7\x5c\xcb\x83\x73\xcd\xa1\x76\xe5\x1d\x98\x9a\x1d\x79\x1e\x0c\x8e\x7d\xe4\x09\xc4\xe4\x56\x91\x76\x66\xba\xd4\x65\x33\xdc\x30\xc2\x30\xcd\x69\x9d\x03\x9c\x03\xda\x06\xb0\xc6\x61\x29\x4e\xb5\x0c\x0e\x35\x1f\x6a\xad\x4e\x0e\x1b\x8f\xce\x5a\x20\xdb\xad\x3c\x46\x16\x81\x05\x09\x87\xf1\x60\x41\xc2\xd5\x06\xab\xd4\x50\xe1\xa1\xf2\x9e\x9f\xc5\x68\x86\xe3\x30\xa1\xbb\xb3\x45\x44\xc3\xbe\x08\xcc\xab\xad\x09\xd5\xd6\xc8\x9c\x5c\x23\x48\x30\xbe\xad\xc8\x6b\xf0\xce\x0b\x7d\xfd\x5e\x68\x7c\xcb\xbd\xab\xd8\x1a\xd5\x2e\xf9\x82\x51\xed\x92\x0a\x54\xbb\xe4\x76\x78\x23\x42\x9e\xa9\x0c\x22\xf1\x9f\x85\xf8\x8f\xbf\x36\xc8\x74\x5d\x99\x62\xf9\xab\x40\x3d\x6a\xf2\x41\x1b\x9d\xa0\x96\x5e\xe8\x7a\xc9\x61\x1d\x6c\xa3\x90\xaf\xca\x2b\x38\x67\x84\x92\x9f\x16\xfc\x53\x9a\xfb\xdb\x7b\x8f\xa8\x2d\x08\x12\x41\x09\xa2\x4f\xa1\x3f\xcd\x65\x88\xa6\x2f\x69\x8f\x92\x14\x19\xf2\xb4\x91\x77\x81\xd2\x9c\x53\x6e\x1a\xcd\xad\xf4\xc0\x8f\x10\x24\x3d\x4f\xae\xf9\xaa\x2c\x8e\xe8\x90\xc3\x80\x8c\x50\x4f\xc2\x15\x8b\xda\xd0\x0b\x12\x7e\x80\x93\x9e\xd7\x88\xfb\x91\x3a\xf8\x2f\x56\x20\x19\xc5\x22\x41\x98\x00\x0c\xee\xef\x79\xf7\x92\x2c\x65\x92\x3d\x3e\x20\x68\x3c\xc2\x6a\x63\x16\x71\x42\x12\x70\x51\x42\x00\x89\xbd\x0b\x2e\xb0\x8b\xcc\x6b\x6e\xe1\xf0\x7a\xb1\x04\xb2\x00\xb1\x00\xad\x31\x42\x67\xb0\x66\xb1\x24\x50\x02\xb0\x07\x60\x86\x94\xb1\x52\xe8\xc6\xf7\x47\xa3\x84\xe9\x0a\x4f\x45\x22\x10\x97\xb4\x7a\xde\xce\x4e\x32\x08\xc2\x64\xce\x58\x84\xf8\xca\xf0\x90\x80\xcb\x58\xc4\xe7\x04\xce\x8d\x51\x7d\x68\xf0\x49\xd0\x5c\x51\x70\xc1\x34\x19\x91\x4d\xbc\x48\x43\x21\xd9\x18\x8b\x24\xf2\x40\x5a\x10\xa6\xf4\x1b\x88\x57\xa0\x80\xa6\xa2\x85\xef\xd9\x87\x12\xee\xec\xe8\x7f\xe9\x7e\xf2\xfb\xa5\xfb\x5d\xe0\x4d\xf1\x99\xf2\xb7\xfd\xb3\x6d\xf4\x8a\xd4\x9e\xf3\x31\x2c\x20\x19\xc1\x1e\x06\x07\x1e\xf0\x05\xca\x55\x20\x8c\xfb\x63\x61\xc1\xf7\xf9\xa0\xa2\xc1\x14\x32\x11\xcf\x8b\x47\x91\x50\xea\xd8\x69\x48\x71\x9c\x41\xc4\x69\xca\x44\xeb\x0c\xce\x68\x36\xba\x58\xdd\x0b\x65\xc3\x9d\x9d\xde\x6c\x14\xca\xa6\x1e\x98\xb1\x8d\x3d\x42\x20\x1e\x8d\x95\x59\x24\x00\x33\x31\xc0\xf9\xc8\x84\xd0\x1e\x83\x8b\x02\xa8\x8a\x56\x50\x59\xee\x43\x32\x8a\xcb\x1b\x04\xc0\x51\x71\xfd\x84\x16\x7a\x4f\xc7\xbb\xce\x16\x67\x67\x27\x94\x93\xb9\xf0\xb5\x8e\x86\x04\x88\x66\x43\xb8\x62\x1b\x87\x4d\x2b\xf6\x2e\x2f\x75\x2a\xcc\x45\xda\x79\x46\x0c\x29\x8c\xf4\xee\x67\xcf\xb3\xdd\x03\x83\xe5\x7b\x0a\x29\xfa\xd7\xfe\xe5\x25\xf1\x76\x76\xe4\x69\x65\xdd\xa6\x5b\x33\x2e\x83\xc8\xb0\x0d\x86\x76\x76\x7a\xe9\xae\x45\x62\x0f\x0b\x0a\x5f\x5e\xf6\xd2\x8b\x08\x1c\xf0\x8d\x91\xbd\x69\x67\x27\x1b\x67\x81\x18\x0b\x12\x7a\x29\x64\x4d\x60\xb0\x05\x92\x5e\x94\x42\xfd\x78\x5e\x19\x14\x24\x0d\xfc\x64\xe2\xed\x81\x77\x8f\x1e\xed\x65\xb1\x3a\x47\xfb\xc7\xb9\x09\x33\x8d\xbf\x12\x4f\xf1\x68\xef\xb8\x94\x1b\xe7\x5b\xe9\x47\x5c\x26\x29\xe4\xc6\xc5\x13\x02\xe7\xd3\x01\xff\xff\xeb\x56\x4d\xf9\x4b\xcb\xb4\x2c\xe0\x56\xb4\xd4\x04\xf1\xac\x59\xf3\xfb\x6f\x02\xfb\x63\xc8\xe4\xb3\x65\xc5\x13\x49\x78\x12\x71\x63\xa1\xf1\x57\xbe\x0b\x8c\x10\x35\xec\xd7\x30\xe9\xe3\x05\x4d\xc2\x00\x55\x3c\x30\x41\xb4\xef\x2b\x47\x61\xc3\x40\x62\x4c\x66\x30\x0a\xff\x42\x7d\xae\xae\x56\x0d\x48\x80\xee\xa4\x97\x41\xe5\xb8\x43\xff\xb4\xcf\x51\x49\xfb\x30\xf6\xa7\x55\x40\x3a\x00\x83\x04\x84\x20\xd2\xb4\xdd\x45\x7b\x6d\xd7\xbf\x05\x25\x71\xfc\xbf\x4d\x54\x95\x7f\xbb\x4b\xe2\xf8\xb7\x43\x85\x09\xc0\x18\xcc\x46\x85\x1b\x0c\xcc\xd9\x37\x51\xf6\x4d\x86\xd8\x0b\xa6\x95\xea\x8d\x3f\x54\xe5\x4e\xc0\x79\x18\xcb\x44\xec\x35\xf4\x85\x31\x27\xc1\xaf\x08\x9e\x32\x4d\x21\x28\xa0\x0a\xa7\x16\xe8\x37\xe7\x31\x22\x02\x4d\xa2\x09\x1a\xb5\xe1\x6d\x1c\x03\x53\x0a\xf2\x6a\x0a\xa6\x2c\x4e\xa1\x8e\xf8\x2b\x70\x16\xa2\xf3\x79\x01\x85\x4d\x7f\xe8\x3c\x8c\x57\x60\xb2\x08\x8d\x15\xe6\xe5\x04\x16\x61\xf0\x03\x26\x02\xec\x87\xdd\x72\x3f\xb0\x4b\xee\x09\xbf\xe3\x86\x73\x20\x2f\xec\x61\x56\x97\x51\x5e\xf0\xc3\x54\x67\x02\x61\xf2\x46\xdc\xda\xc3\xac\x66\x63\x7a\xfb\x0a\xe9\x26\xc9\x9a\x23\x21\xf0\x88\x6c\x7c\xb5\x5d\x2a\x4a\x15\x2a\x2c\xbb\x82\x76\xf2\x99\x6d\xaf\x8b\x5c\x6a\x34\xbf\x79\xd5\xd4\x5c\xd1\x8a\x9d\x7c\xfc\x38\x6b\x43\xca\x6d\x52\x62\x60\x91\x50\x93\xa2\xe7\x1d\xd1\x63\x6f\x48\x8e\xf0\xf1\x6a\xe5\x0d\x15\x2a\xc8\x04\xa9\xc4\x59\xf9\x4d\x1e\x23\x6e\x05\x52\x36\x32\x0c\xd3\x09\x13\x8c\xeb\x16\x31\x2d\xcd\xf3\x5c\xa4\xd4\xae\x80\xcc\xad\xfd\x7e\xf9\xc2\xb8\x6c\x69\xc3\x09\x52\x6d\xd8\xa3\x7c\x01\x65\xd3\xe4\xfb\xe5\x07\x38\xe1\x05\x2a\xf3\xd7\xbb\x14\x13\xd4\xc1\xe3\x73\x56\xfd\x0d\xa9\xa7\x75\x99\x75\x91\xeb\xd8\x5c\x9f\x72\x26\xcb\x50\xca\xa7\x8c\x0f\xb9\xff\x23\x6a\xc9\x24\x8b\x93\x84\x92\xde\x1e\xd8\xf7\xc4\xab\x91\x3e\x07\xf5\xf3\xbe\xe7\x0d\x17\x3d\xd1\xaf\xc7\xe4\x36\x90\xb2\x7d\xf3\x10\x02\x83\x62\xf3\x18\x0d\xf5\x37\x88\xce\xb4\x9e\x2a\x66\xb3\xe8\xe9\xad\x84\x05\xa8\x5a\xaa\x0c\x44\x35\x21\xa3\xdc\xaa\xe5\x6d\xdd\x1f\x21\xae\x49\x86\xc9\x8b\xf8\x97\xd2\xa9\xdd\x3c\x4b\x6c\xef\xde\x58\xaa\x05\x69\x6a\x0b\xdb\xf8\x2f\x78\x30\x91\x80\x38\x7c\x73\xc2\x64\xbd\xe2\x18\x51\x79\x66\x12\x46\x48\x68\x53\x0a\x4d\xf2\x9e\x01\xe9\x87\xee\xec\xb0\x27\xd8\x9c\xd4\x6b\xe2\x89\x74\xa3\x5d\xb0\x7d\xff\x0a\x92\x49\x18\x0f\xdd\xbd\xf9\x67\x17\xd0\x29\x41\xc9\x14\x47\xc1\x30\xce\xc0\xb3\xc8\x00\x8b\x61\x31\x05\x47\x3f\x25\x83\x45\xac\xff\xb2\xb3\x33\xd6\x34\x21\x32\xe0\x21\x17\x1c\xbc\x91\xd7\x4e\xe2\x77\x66\x5e\xde\x9d\x36\xc8\xbb\xca\x90\xd5\x5c\xe1\xd2\xae\xf2\x63\x97\x85\x8e\xcd\x9c\x6d\x41\xc2\x34\x4a\x6e\x68\x00\xac\x67\x83\x5d\x2f\xe9\x9f\xcd\xc7\x04\x24\xd0\xdc\x72\x41\xc2\xff\xc3\x61\x5c\x75\xc1\xfd\x89\x43\xc5\x1c\x07\xfa\xf0\x81\xbb\xeb\x02\xd7\xf5\x6a\x3b\xfe\x00\x27\x55\xfd\x52\x38\x49\x3b\x65\xef\x17\x9e\x6e\xc5\x83\xc5\x5b\x0d\xb9\x83\xa5\xc3\xb5\x6f\x3c\x5c\xfb\xfa\xe1\xda\x3f\x1e\xba\x2e\x58\xfb\x60\xba\x6e\x09\x5d\x87\xc7\x2a\xc8\xab\x18\x5e\x5e\x4a\xfc\x61\x25\x85\xb1\x9b\x24\xea\xb1\x2b\xa7\x04\x74\x4b\x81\xc6\xb2\x32\xc8\x65\xea\x65\x88\xf7\xa9\x39\xa6\xc7\x98\xd7\xe5\x65\xcc\x0f\xa3\xeb\x7a\xab\x15\xa0\x3a\x3d\xcd\x45\x19\xba\x07\x42\x4f\xa3\x01\x08\x2f\x87\xdd\x2a\x23\x18\xc5\x67\x55\xc7\x93\xfd\x74\xdd\x98\x34\xf1\x99\x81\x7c\x5c\x62\x45\xf1\x19\x07\xab\x02\x67\xd0\x84\x9b\x91\x7b\xa6\x95\x52\x3e\x46\x28\x38\x81\xfe\x69\xfd\x2d\xc5\x94\x2c\xa6\x34\xc8\xaa\x6c\x75\x58\x80\x5f\x30\xb6\x2b\x69\x83\xed\x4a\x6c\xb1\x5d\x63\x85\xa3\x4a\x6a\xb0\x5d\xb9\xe7\x15\x90\xeb\xc0\x76\x25\x9e\x37\xd4\xc6\xd4\x39\xb6\x2b\xa9\xc6\x76\x85\xb7\x11\xdb\x15\x1b\x31\xbc\x57\x20\xa9\x38\xe5\x31\xa6\xe1\x78\x59\xe1\x99\x1a\x47\x30\x99\xbe\x12\xde\x8b\xc4\xf5\x40\x84\x27\x93\x4a\x4f\x99\xf8\xd1\xf5\x0c\x28\x5f\x5a\x32\x22\xd3\x02\x93\x75\x99\x0b\x06\x61\xb9\xe9\x03\xed\x99\x07\xc7\xd2\xa7\x79\x2f\x45\x0a\xe8\x85\xc0\x0d\x93\x97\x18\x06\xdc\x4c\x77\x7f\xcf\xcb\x30\x70\x35\xdd\x3b\xf6\xc0\xa2\xf0\x55\xe2\x01\x5f\x18\xcf\x05\x91\xb2\xbb\xdd\x14\xb1\x75\x7f\xff\xfe\x68\x84\x76\x76\x7a\xbe\x70\x52\x29\xb2\xf5\x3c\xe0\x73\x93\x3b\xe9\x91\xde\xc5\x0a\x5c\xd0\x70\x86\xf0\x82\x0e\xbf\x46\x0f\x80\x58\x05\x14\x7c\x90\xdf\x3d\xd8\xdb\x5b\x09\xa8\x5a\x1e\x84\xbf\xc8\x10\xdb\x3c\x00\xf9\xab\x86\x51\xcf\x03\x21\x45\xb3\x21\xbf\x29\xb4\x90\x2f\x7d\x30\xe5\x31\xc0\x81\x58\x9f\x81\x5c\x1d\x26\x56\xba\x1f\x08\x8c\x93\x90\x35\x7a\x72\x82\x09\xe5\xb1\x0f\x23\xc4\x4d\x50\x8f\xbb\x1e\x34\xbb\x28\x36\xe9\x53\xc0\x79\x03\x94\x23\x84\x70\x90\x21\x01\xf3\x3e\x90\x11\x0c\xb9\x70\xa2\xca\x7d\xb0\x5f\x06\x8e\x4b\x9a\xb8\x13\x3b\x0e\xfd\x99\x3a\x0f\x86\x8a\xf8\x7e\x14\xf6\xf9\x53\x95\x8d\x6e\x23\xa6\xda\x18\x93\x06\x5b\x39\x7b\x62\xf7\x64\x11\x46\x4c\xc3\xb8\x32\x39\xa5\x68\x2d\xab\x52\x1c\x08\x8e\x2c\xf2\xf2\x44\x4a\x11\x10\x31\xe0\xcd\x8f\xab\xc4\xa5\x75\x8b\x0c\x31\x12\x25\xa3\xa3\xe3\x15\xe0\x74\x32\xeb\xe2\x71\xb5\x82\xc0\xda\xeb\xaf\x6d\x27\x5a\x4e\x11\x0c\xfa\x01\xa4\xb0\x6a\xd7\xb2\x07\x4c\x8f\xdf\xc6\xfd\x1a\xc1\xbf\x96\x7d\x91\xbe\xb8\x35\x08\x9d\x29\x5e\x44\x01\xb7\xc3\x95\xe7\x72\x7f\x7f\x55\xda\x45\xa5\x8a\xda\x35\x1b\xea\x5e\x86\x99\x39\x90\x05\x8a\x81\x16\x57\x1f\x7b\x17\x26\xe3\xc5\x51\xcc\x2b\x04\x0d\xb4\xa1\xf5\x98\x78\xf3\x18\x1d\xc5\xc7\x35\x29\x64\x20\x8d\xec\x14\x76\x22\xc9\x3f\x58\xd3\x7c\xd2\x17\x63\xdd\x9c\x31\x3e\x86\x45\xfe\x48\xb5\x65\x14\x53\x22\x02\xb9\x73\x08\x2b\x0a\x64\x0d\x0d\x10\xb5\x48\x4e\xa1\x30\xde\xd4\x39\x1a\x1f\x1b\xaa\xd2\xf0\x4c\x8a\xb4\x28\x0e\x13\xe1\xa8\x17\xf7\x48\x4b\x98\x1c\x29\xdc\x6c\x6b\x3b\x95\x44\xaa\xe2\xf9\x6f\x1a\xff\x1c\x4e\x50\x9f\x86\x34\x12\xbe\x3f\xd3\x2d\x90\x3d\x52\xdd\xec\x36\xde\x06\x73\x3c\x5f\x14\x2a\x5c\x53\x4c\xc2\xd2\x13\xb7\x71\x6e\x19\x7f\xda\xda\xd6\x9c\x20\xfa\x0a\x07\x28\xca\x9b\xdf\xbd\x0b\x0e\xad\xf9\x96\x84\x33\x48\x96\x3f\xa3\x65\xe9\xa7\xf7\xd1\x62\x52\xfa\x3e\xa1\x98\x54\xb1\x6e\xfe\x9b\xeb\x81\x34\x9b\xd4\x7c\x7d\x02\x83\xd9\xcb\x36\xfb\xf5\x5e\x8a\x38\x7e\x7f\x34\xe2\x45\x8f\xd2\x78\x32\xd7\xe5\x5f\x89\x9c\x70\x71\x45\xf3\x01\x0d\xe6\x08\x9d\x3e\x91\xe8\xce\x03\x9d\x18\x3d\xa3\xb2\x4a\xb8\xd3\x39\x4b\xe7\x20\xc0\xcd\x92\xaf\x5c\x6f\xc4\xdf\xeb\xf3\x87\x62\xaf\xf8\x64\x9a\x20\xe6\x7a\x62\x34\xea\x6f\x3d\x04\x19\x8e\x72\x6d\xde\x2f\x63\x9f\x49\xd5\xae\x77\x8f\x0c\xc2\xe4\x19\x37\x2a\x07\x97\x97\xa9\x4b\x04\x5e\x5e\x42\x35\xdb\xcb\x4b\x24\xa7\xb5\x88\x23\x0c\x83\x77\xc8\xc7\x24\x10\xb7\xa5\xb7\x5a\x01\x36\xd9\x37\x71\x75\x05\xa5\x8c\x24\xb2\xa5\x81\x2a\xec\xe2\x07\x86\xcc\xb3\x6e\x41\xe4\x00\x19\x5d\x04\xfe\x10\x81\x38\x19\xd2\x55\x89\x51\xa9\xa8\x25\x5e\xe0\x80\x47\x7c\xa5\x5f\x01\x1e\x26\x38\x12\xa1\x3c\x40\x9b\x16\x2f\x3b\x6f\x9c\x11\x91\x33\x12\x99\x0a\x15\xce\xbd\xb2\xe2\x6a\x9c\xca\x83\xe3\xbc\x3e\x7b\xb1\x02\x90\x4f\x85\xb2\xa9\xc4\x20\x0c\x86\xa8\x3c\x1f\x92\xcd\x07\xca\xf9\xa8\xaf\x00\xe4\xf3\x21\xe6\xf9\xd4\xac\x13\xf4\x56\x40\xc4\x8b\x34\xac\xb7\x78\xa8\x61\xc5\xcb\x90\x47\x1a\x3c\x7e\x02\xcf\x50\xaf\x0e\x05\x4f\xd4\x17\x18\xa1\x52\x9a\x39\xbb\xab\xb8\xf7\x59\xbc\x5e\x06\x54\xb0\xbd\xcf\xe3\x6a\x5d\xcf\x03\xaa\xf0\x40\x9a\x46\x25\x21\xf7\x63\x1e\x5a\x3f\xb2\xdf\xb8\xf1\x91\xfa\x36\xbb\xd7\x7a\xde\x31\xb7\xd7\xe5\x46\x61\x34\x10\xa4\xb7\xbb\xe1\x80\x09\x14\x73\x10\x8a\x70\x0a\x98\xe7\xf4\xda\x00\x45\xa3\xaa\xeb\xa6\x9d\x48\xa0\xe9\x36\xd0\x8f\xaa\xf4\x3b\x23\xab\xd1\x7e\x9f\xb1\xf7\x27\xbc\x87\x2b\x74\x10\x65\x3e\x9d\x26\xb6\x23\x9d\x05\x6c\x3c\x35\x1c\x28\x55\xb7\xde\xbe\x7b\xf1\xea\xc9\xbb\xdf\x3e\xfd\xfc\xfc\x37\x1e\xb3\xd7\x78\xb7\xf1\x67\x8c\xbb\x43\x4b\xd1\x03\xa6\x7d\x52\x5c\x9f\x26\x95\xcd\x0c\x82\xb2\xe6\x32\x09\x35\x9d\xe2\x19\xe6\xb1\x74\xc6\x20\xb2\x50\xa6\x58\x1b\x22\xbd\xba\x5a\x49\x58\xa8\x3c\xa5\xc5\xb7\xe0\xf6\x8b\xac\x91\xa5\x89\xa3\x6c\xe8\x11\xe3\xe5\xae\x39\x3f\x29\x5f\xbd\x34\xbb\x7a\x63\x79\xf5\xaa\xaf\x00\x67\x22\x23\xda\x82\x95\xc4\x3a\x73\x7c\x8d\x83\x4a\x28\x5c\x61\x54\x30\x24\x70\xb3\x87\x0c\xfa\x97\xe0\xa7\x19\x50\x47\x0e\xcc\x43\x10\xc3\xf5\x18\x39\x7a\x31\x0f\x3d\xa5\x95\x21\x00\xfa\x46\x97\x97\xec\xca\x13\x5e\x8b\x19\xa2\x30\x0f\x13\x22\x10\x42\x40\x5c\x32\xb6\x35\xe5\x99\xe6\x21\xa3\x5a\x6c\xfb\x46\x7f\xd0\x5d\xc2\xd8\x6d\x80\x2d\x25\x7f\x9b\x80\x4b\xf2\x45\xc0\x96\x92\xdb\x11\x77\x09\x0d\x6c\xc6\x1e\xbe\xa0\x81\x21\x05\x7e\xc6\x88\xaa\x42\x39\x9a\x18\xc0\xc5\xaa\x5a\x99\x10\x6a\xa1\x08\xaf\xca\xd2\x35\xc4\xc3\x3d\xae\x1d\xba\x40\x6c\xcf\x38\x97\xe5\x52\xc2\xb6\x66\xac\x2c\xbb\xa6\x63\xa1\x59\xb2\x6b\xbc\x0a\xde\xe0\x82\xcf\xd8\xd4\x84\x5d\xec\x59\x00\x96\x78\x82\x6f\xd5\x2c\xe4\x49\xd4\x2f\x1c\xb9\x87\x7b\x87\x2e\x60\x2c\x9f\xc2\x30\x1a\xb9\x6f\xe1\x84\xed\x57\xea\x8c\xf1\x22\x0e\x5c\x90\xa1\xa4\xf0\x8b\xf2\x82\x3b\x77\x92\xe1\x11\x39\x5e\x89\x42\x1d\x4f\x7c\x1a\x9e\x99\xc0\xc6\xf3\x16\x4a\x35\xdb\x7b\x05\xf4\x15\x76\x53\x1c\xa1\xcb\x4b\x98\x2b\x4b\xcd\xf1\x08\xd9\x76\xd5\xf8\x29\x13\xea\x2b\xea\x54\xd3\x51\xcc\xf3\x32\x98\xbc\x22\xc0\x54\xa9\x06\xa6\x4a\xf2\x88\x30\x49\xd9\x39\xa7\x4c\x15\x19\x29\x13\xe0\xf2\x40\x7b\x79\x69\xa5\x46\x55\x58\xb1\x5a\x28\x5b\x2d\x80\x54\x81\x63\xee\xee\x2b\xd2\xa7\xb0\xf1\x0a\x48\xe1\x7c\xe6\x65\xa8\xd7\x7b\x96\x3c\xb9\x88\x07\xb8\x01\x83\xee\xca\x3f\x54\x3e\xd9\x81\x6f\x8b\x48\xd9\x74\xb2\x0b\xd3\xb5\xd0\xf7\x45\xa0\xa9\x9f\x0c\xa4\xd1\xa4\x47\xbd\x02\xb2\x3d\xb9\xbc\xcc\x99\x6a\x5e\xa1\x64\xfa\x3c\x66\xd7\x72\xe0\xca\x68\xd1\x3a\x37\x80\xc9\xf1\xab\x5b\xea\xe4\x66\x11\xc7\x68\xa0\xed\x31\x79\x20\x99\x58\xd6\xf8\xa8\x38\xac\xae\x37\xa0\x24\x9c\xf5\x52\xdc\x21\x2a\x31\x86\x1e\xee\xed\xb9\x43\x4d\x22\x96\xb7\xd3\x88\xec\xec\xc4\x03\x14\x07\xc9\xaf\x21\x9d\xf6\xdc\xa7\x22\x76\x51\xb0\x96\x13\xe4\x20\x31\x4b\x26\x16\xa5\x5c\x69\x91\x20\xbe\x51\x1d\x14\x07\x73\x1c\xc6\xd4\xf5\x76\x76\x32\xf7\x6d\x81\x3e\xe0\xfe\xbe\xd8\xab\x1c\x0a\x4d\x70\x4a\xc4\x2e\xa3\x61\x11\x6c\xa9\x65\x08\x92\x11\x86\x71\x33\xe5\x38\xeb\xa7\x01\x26\xe2\x0b\x8e\x56\x82\x57\x52\x89\x9a\xd8\x54\xa2\xc6\xd7\x5b\x89\x9a\x6c\xa7\x12\x35\xbe\x8d\xd1\x4a\x49\x7b\xa5\x3f\x3b\x4c\xed\xed\x3b\x95\xc6\x4c\x99\x99\x8c\x06\xa9\x85\x1d\x68\xd7\x6f\x0f\x65\x22\x99\x44\xfd\xed\xda\xc4\x8b\x53\x13\x2f\xc7\x7f\x8b\x81\x38\xa2\xc3\xaf\x04\x42\x0e\x1b\x96\x33\x1a\x39\xee\x57\x69\xc0\x2b\xf8\xca\x75\x30\x71\x9e\xa1\x84\x86\x31\xcf\x3d\xcd\x1e\xf2\xf4\xa7\xbe\xf2\x6a\xcd\xc5\xb8\x68\x2e\xc6\x75\xe6\x62\xb3\xa1\xb8\xc7\x66\xd0\x36\x9a\x26\x0f\x5c\xbb\x91\x5d\x2b\x4c\x7e\xc0\x3c\xf4\xc4\x70\xf9\x9e\x96\x02\x67\xbb\x35\x68\xb5\xde\xc0\xa7\x67\x16\x3b\x97\xe4\x77\x6e\x95\xb0\x41\x54\x5c\xdd\xda\x3b\x8f\xb1\x96\xbc\x4d\x0e\x79\x0a\xfb\x80\x57\x37\x17\x0a\x7a\x38\x5e\xf6\x8e\x08\xa0\x00\x1d\x7b\x20\x69\x61\x33\xc7\x59\x91\xe0\xcb\xcb\x9e\x6c\xa9\xd0\x0f\x7f\xe6\x60\x4e\x9a\xc1\x8e\x6a\x18\x88\xdc\x3e\x5a\x64\xe6\x89\x50\x36\xc2\xd1\x45\x18\x0c\x11\x50\x6e\x11\x52\xde\xe2\x30\xdb\xe2\xa1\xdc\xe2\xea\xab\x56\x5e\x90\x50\x37\xc8\x35\x88\x7b\x60\x93\x85\x70\x77\x79\xf4\x9d\x00\x1c\x70\x15\xba\x40\x7e\x9e\x31\x48\xd0\x1c\x72\x4d\x7c\xe8\xee\xba\xb5\xb3\xc6\x8d\xb3\xae\x58\xb0\xba\xe0\x8d\x1a\xc9\x01\xdd\x1f\xe5\x4d\x7f\x3f\xa3\xa5\xeb\xad\xcc\x31\x8a\xb1\xb0\xa1\x31\x8d\x50\x6f\x15\xd7\x8a\xab\x6a\xb3\x17\xf7\xa5\xd8\x95\x78\x44\xca\x5b\x92\x94\x9d\x5a\xf7\xf0\xce\x0e\xce\xbb\x5f\xbc\x95\x34\xb5\x94\xac\x94\x4d\xc5\x2f\x8a\xf8\xf3\x37\x53\x0d\x6a\xb8\x91\xf8\xc8\xd5\x25\xf3\x12\xc1\xc0\x68\x3a\xcf\x9b\xbf\x8b\x7b\x49\x34\x33\xee\xa8\x62\x49\xaa\x16\x12\xb8\x84\x60\xdf\x4c\xfc\x96\x9d\x5c\xb7\x7b\xaa\x8d\x64\x62\x8e\x87\x48\x9f\x7d\xff\xf2\xe3\x8f\xe9\x83\xb5\x2b\x29\xa6\x6a\x34\x42\x75\x80\x0c\x5e\xbe\x6f\x50\x76\xdf\x50\x79\xdf\xa8\xaf\x00\x15\xa8\x24\x2d\x04\x89\xe2\x4e\x69\xe1\x22\x13\x33\xdf\x0d\xc2\x44\xea\x87\x77\x5b\x66\xf3\x2d\x53\x30\xa0\x29\x26\x7c\x74\x6c\xb6\xc7\xe5\x8d\x85\x69\xd4\xd3\x6a\x05\x52\x78\x5f\xcb\xde\x37\xdc\x05\x28\xae\xdd\x04\x3c\xcf\xaa\xbb\x4d\xd1\xa5\x34\x19\x97\xb6\x05\xc1\x0b\x5a\x99\x73\x21\x7e\x6c\x85\xc0\xdb\x52\xf2\xac\xdd\x66\xe4\xef\x74\x33\x99\x36\x71\x11\x3c\x96\x27\xbd\xb9\x4f\xdf\xbc\x7e\xff\xf1\xe5\xa7\x27\x4f\x5f\xbe\xff\xf4\xfc\xf5\x93\xef\x5f\x3e\x7f\xa6\xec\x79\xe2\x3d\x19\xda\xb5\xd1\x03\xa0\xe2\x96\xe2\x95\xc9\x7e\x2c\x5e\x77\x74\x6c\xb2\x75\x1d\x5d\xbc\x43\x12\x12\xcd\x65\x7b\x90\x09\x8a\x2e\x78\xc2\xb3\x31\x86\x2e\x53\xe5\x91\x0b\x9e\x44\x11\x3e\x67\xbb\xb0\xf2\x18\xe7\xa2\xe9\x2e\x0a\xa5\x1f\xd8\xb7\x72\xe3\x0d\x3e\xc9\xff\x4a\x68\x27\x8e\x4a\x34\x90\xdf\x41\xde\x6d\x96\x62\x22\xbe\x7f\x11\x8f\x71\xe2\x7a\xb9\x48\xbb\xd8\x8b\xcd\x50\x70\x39\x2b\xd8\x80\x09\xbe\xb3\xc4\x64\x53\x89\xbd\x0b\xca\x1d\x46\xf2\x99\xa3\xf8\x58\xc8\x9d\x19\x7c\x16\xa9\x9a\x82\x1c\xfa\x3b\xf6\x97\x18\x57\xaa\x54\x09\x6b\xbe\x19\x5c\x49\xbc\x89\x6b\x2b\x83\x30\xf6\xa3\x45\x80\x92\x9e\xda\xe5\xfc\xd5\x3a\x06\x56\x4f\x45\x0e\x8e\xa0\x1c\xa2\xfc\xdb\xcb\x03\x9b\xa7\x36\x7a\xdd\x43\xa1\x3a\xad\x8b\x29\x12\xcf\x5c\x5e\xa2\xcb\x4b\xf7\xff\x49\x2f\xde\x32\xb4\x34\xd5\x83\xae\x4a\x5e\x21\x69\x7d\xa0\x3c\xee\xb4\xf2\x75\xe2\x7a\x47\xf2\x9d\x19\x84\xc1\x6a\x13\xe9\x39\x5f\xac\xe5\x66\x8a\xd1\x33\x18\xc3\xea\xfc\x37\x1e\x54\xbc\x7e\x7e\x88\x9a\xfb\xc8\x04\xb4\x32\x88\x30\x3e\x5d\xcc\xe5\x4b\x52\x3a\x0d\xd3\x9c\x68\x5e\x20\xa0\x7f\x1e\xd2\x69\x7f\x41\x22\xd7\xf3\x1a\x2f\xe4\x3c\xc1\x2b\x6e\xb7\x14\x6a\x5e\x57\x46\x7d\x1c\xa0\x21\x05\x4c\x2b\x43\xc3\x98\xe9\xa6\x84\xdd\x56\xd0\xa4\x1b\xd4\xdf\x74\xd8\x5b\x81\x08\x4f\xf0\x82\x36\xbd\xd4\xd4\xb7\x68\x59\xd9\x71\x01\xef\x4d\x2e\x84\x5c\x43\x09\xed\x56\x24\x9b\x60\x4f\x4f\x71\x80\xbe\x5f\x7e\x7c\xf7\xb2\x22\x10\x31\x1f\x42\x93\xc8\x1b\x25\x5d\x41\xe0\x9e\xc0\x04\x7d\x24\x11\xcf\x56\xcb\xbd\x95\x03\xd3\x15\x5e\x0a\x2e\x0c\xd7\xbc\x72\xef\x2a\x7f\xcb\xfd\x3d\xe1\x70\x71\xd0\x40\xa6\x92\x0d\x38\xb8\xbb\xf4\xaf\x10\x34\xc3\x14\x39\xe7\x30\x71\x04\xf0\x9c\xeb\x0d\x7b\xb1\xf0\xc8\x8a\xb0\x81\x77\xe5\x27\x3c\xa9\x58\xb3\xe9\x8e\x0e\xbf\xfd\xb6\x50\x5e\x26\xd7\x3e\x7d\x6d\xbe\xd5\xc3\xbd\xbd\x95\x0a\x68\x84\x01\x9c\x53\x44\x7e\xc0\xa4\x47\x4b\x81\xd0\x5c\xab\xef\xc5\xe5\x9c\xbb\x16\xca\xa0\xaa\x31\xb5\x89\xa5\x10\xfa\x51\xd2\x97\xf6\x84\xf2\xaf\x1c\xc5\x1e\xfa\xd1\x6e\x98\xf4\x79\x94\x45\x5f\x40\x88\xf4\x65\xf2\x61\x59\x26\x94\x63\xba\xe2\x02\x0d\x1c\xce\x5f\x4b\x7c\x4b\x0a\x61\x74\x58\xd9\xc9\x3c\x10\xb6\x57\xff\xe5\x1c\x9a\x8d\x92\xb0\x85\x68\x08\x35\xd1\x50\xd0\xdb\x64\x77\xe7\x38\xe7\xc6\xd0\x60\xb9\xef\x73\xee\x49\x8a\x66\xf3\x48\x54\x82\x13\xde\xc7\xd4\xf5\x98\x46\x10\x57\xe8\x14\xec\x2d\x94\x49\x22\x51\x73\x34\x73\xfa\x5c\xaf\x50\xd5\x4c\x8e\xe2\xdd\x22\x42\x89\x5b\xdc\xc7\x61\x8b\x7d\x5c\xcc\x4c\x5b\x43\x17\x11\x7d\xdc\xa4\x88\x5b\x31\xa2\xd6\x3e\x19\x1b\xd3\xea\x46\x91\xf3\x9c\x65\x71\xd3\x69\xe0\x9b\x32\x01\xd6\x8e\x9c\xaf\x8c\x99\x2f\x97\x22\x32\x70\x37\x0d\x8b\x2b\x1f\xc9\xc9\x65\x3e\xf5\x48\x51\x06\x4b\x45\x53\x61\xb8\xcf\x45\x0f\xa4\x31\x9c\x7b\x8a\x73\x2a\x47\xef\xf7\xcb\x9e\x2b\x1d\x57\x3c\xed\x6f\xa0\x39\x8d\xe4\xf7\x2f\x9e\x31\x66\x95\x85\x12\x71\x5b\x26\xf5\xfe\xd9\xc3\x97\x97\x3d\x3c\x22\xe9\x2f\x0d\xfd\x88\x18\xa4\xd8\xf3\x3c\x46\xcf\x11\x4e\x4f\x64\xc6\x2b\xa1\x0c\x0a\x05\xb9\xd1\x8b\x38\x51\x0f\xc0\x12\x87\x68\xa1\xfe\xf3\x94\xde\x1b\xc5\x1f\xf8\x88\x6e\x35\x77\xe0\x33\xd8\x1a\x6f\x58\xf7\x8e\x6d\xa8\xed\x71\xb3\xed\xf1\x6a\xf0\x35\x71\x80\xfa\xd5\x51\x1b\x23\x54\x15\xc5\x96\x8f\x27\xe3\xd5\x12\xb9\xf2\xcb\x41\xf2\x54\xa4\xa6\x0a\xc6\x50\x62\xe0\x3d\xe9\x26\x11\xe2\x5c\x32\x3a\xba\x90\xcb\x27\x42\xfb\x78\xa2\xe8\xd0\x7d\x9d\x86\xf4\xad\x8e\x41\xbc\x2a\x69\xdf\x85\x78\x37\x00\x47\xb4\x8c\xfd\xa4\xcf\x12\x29\x2d\x27\xd7\x89\x4a\x44\xfc\x00\x27\x89\xeb\x5d\x5e\x1e\x1d\x7b\x2b\x0f\x1c\x1d\x7b\x83\x45\x1c\xfe\x37\xab\x3a\x93\x0b\x21\xe2\x0f\x03\xa8\xb2\x35\xe4\xb7\x62\xfe\x80\x16\xbe\x2e\x5e\x53\x28\xbb\xa6\xf2\xcd\xd3\xb4\x3c\x50\x0a\xd3\x4b\x6b\xc8\x12\x1e\xa7\xb7\x36\x6f\x68\x60\x0c\x29\xaf\x8c\x07\x7c\x32\xb2\x1e\x5e\x80\x3e\xe7\x1f\xca\xec\xc3\x92\x7a\x2f\x9e\x09\xa7\xa3\x68\xc7\xff\x8f\xed\x80\x95\xc7\x77\x43\x7f\x9f\x71\x48\xc5\x74\x64\xdf\x47\xe4\x58\x35\xcf\x62\x15\x79\x43\xed\x01\xf6\x01\x40\xf5\xdc\xd3\x29\xf2\x4f\x13\xfd\x77\xf1\x4d\x0d\x8c\xa0\xeb\xde\x1f\xa1\x41\xca\x9e\xd8\xd1\x17\x6f\x59\xab\xaf\x51\xb1\xaf\x5a\x7e\x14\x9b\x16\x1a\x56\x2c\x74\x5c\x58\x68\xb8\x12\xd7\x72\xf1\xd4\xe0\xfa\x53\xf3\x91\xdb\xac\x1d\x8a\x1d\xb6\x74\x69\xe8\x36\x3b\x43\x38\xdd\x3a\xb9\xca\x92\x57\x9b\x67\x28\x8b\x64\x76\x9a\x6c\x58\x25\x32\xad\xab\x11\xaa\xf2\xce\x37\xf3\x96\xb7\x49\x66\x6e\xe4\x04\x62\x82\x8a\x13\x18\x13\x82\xba\x12\x92\xd3\xb5\xbf\x2e\x21\xf9\xfb\xbc\x2c\x51\x91\xdf\x24\x36\x7b\x05\x4c\xc4\xba\x3b\x47\xd6\xc7\xde\x48\x07\x93\x7d\x74\x2b\x43\x5e\xbd\xac\x08\x4b\xb2\x22\xe9\x4a\x56\x14\x14\x69\xad\x03\x5a\xbb\x32\x9b\x0c\x09\x09\x8a\xc6\x35\x82\x92\xd8\x97\xbc\xc8\xad\xd1\xef\x92\x20\x9f\x20\x2a\x4f\x82\xc1\x28\x97\x75\x87\x7b\xd4\x7b\x7c\x21\xfc\x2a\x98\xbc\x78\x36\xe4\x58\xd6\xef\x79\xfb\x17\xcf\x86\x68\x35\x2c\x24\x33\x50\x15\xa6\xdf\x55\x86\x69\x8e\x84\x5e\x7a\xa0\xde\x0a\x34\xa3\xba\x33\xd5\x98\x80\x22\x11\x91\xf4\x0b\x21\xed\xff\x1d\x8e\xea\x33\x12\x1b\x7b\xe7\xe0\x4c\xf9\xbe\xd7\x15\xf2\xe9\x72\x8e\x76\x53\x78\xe3\xc6\xd3\xac\xc3\x02\xb5\xae\xbe\x78\xb5\xb6\x15\x23\x5c\x90\xbe\x7f\x85\x58\x9e\x96\xa6\x61\x8b\xc1\x64\x5e\x57\x9a\xce\x5c\x2e\xb3\x99\x90\xf7\x0c\xf9\x8e\x9a\xc7\x32\x56\xc5\x87\xf8\xe7\x31\xc1\x33\x75\xfc\x7b\xe8\x88\x2a\x38\x1d\xa4\xdd\xb8\x1e\xe0\x65\x72\xb4\xb1\x3c\x89\x22\xd7\x7b\x7c\xb1\x1a\x72\xc7\xfd\xba\xaa\x3b\x5f\xcb\x7c\xa1\xc5\x86\xe5\xac\xaa\x9e\xdb\xd5\x7a\x03\xa2\x05\xe7\xdf\xd5\x1a\xdc\x42\xea\x68\x72\xcb\x53\x22\x71\xfb\x52\x28\xe1\x35\x96\x42\x49\x6e\x6b\x89\x8f\xc4\xba\x86\x63\xf8\x05\xd7\x70\x0c\x2b\x6a\x38\x86\xb7\x23\x11\x37\x1a\xe9\x51\x34\x00\x82\x44\x55\xf3\x2e\x69\x32\x87\x46\x4d\xe6\x50\xd7\x64\x0e\x8f\x87\xf9\xa8\x60\x10\xc9\x50\x73\xce\x25\xc0\xa2\x08\x70\xb7\x01\x4a\x14\x88\x47\x02\x95\xd4\x95\x3e\x51\x17\x04\x90\xc2\x21\x5d\x01\x92\x8f\x65\x66\x5f\x0f\x84\x25\xe1\xf2\xb2\x18\xa3\x34\x62\x6a\x15\x81\xf1\x04\xb1\x8d\x95\xa2\x5a\xf5\x88\x07\x32\x0d\xac\x30\x6a\x7f\x94\xc1\xa0\xa3\xa2\x68\xe5\x0e\xdc\x34\xf1\x23\xce\xfd\x15\xca\xfb\x26\xdb\xfa\x7c\xa7\x8b\x7d\xaf\xf1\x76\x0f\x04\x1a\xee\xdf\x78\x94\x7a\xba\xc7\x26\x1f\x84\xc4\xf2\xc5\xbd\x40\x2b\x6f\x90\x06\x95\xc8\x18\xbc\x9d\x9d\x5e\x32\x4a\xd4\x40\x8e\xc8\xb1\xe7\x01\x94\x21\xf5\x21\x80\x7b\x49\x5d\x05\x74\x53\x8f\x59\x8c\xd7\xe5\x25\x4c\x8b\xb4\xe5\xcb\x9f\xd3\x8a\xf2\xe7\x91\x97\x96\x91\xf6\x01\x5f\x45\x62\xaa\x33\x9f\x05\xd4\x5d\xc8\xd7\x0e\x33\xc0\xac\xc1\x89\x6c\xc0\x5e\xaf\x3e\xab\xf4\x22\x51\x00\x66\xc1\xc4\xda\xac\x32\xa9\x2a\x75\xb3\x41\xea\x79\x8b\x72\xfc\xed\x23\x50\x64\x42\xea\x62\x67\x87\x3f\x9b\x95\xfa\xac\x2e\xfc\x29\x6f\x01\x55\xca\xce\x67\x1b\xdc\x14\x9b\x65\xac\x67\xc7\x0b\xd9\x69\x65\x3e\xfd\xd1\xc5\x4a\xe0\x2f\x93\x81\xcf\xde\xe4\xf5\xfc\xea\xe2\x42\x1d\xbf\x5a\x2b\x22\xbb\x02\xeb\x49\xe2\x55\xa2\x77\x56\x8b\xf4\x5e\x63\x98\x97\x58\xc3\x72\x98\x17\x49\x5f\x1d\x89\xb2\x0f\xb1\x27\x72\x7f\xc0\xa2\x1c\x4e\x11\x34\x48\xdc\x09\x82\xc4\x9f\x6e\x0f\x16\x95\xbf\x9e\xa7\x13\x96\xa3\x86\x61\x10\xf0\xc3\xf3\x52\x56\x15\xca\x43\x03\x0a\x68\xb0\xea\x07\x56\xed\xd0\xaf\xd2\x93\x55\x8b\x6b\x2c\xcb\xef\x16\x8a\xf1\x76\x69\x43\x44\x83\x70\xfc\x1a\x53\x75\x05\xd5\x01\x1e\xcb\xd1\xb9\x6c\x9a\xf9\x46\xc6\x00\x45\x9b\xbd\x95\x3d\xaf\xc5\xcd\xaa\x1b\x6d\x67\xe7\x7e\xf6\x07\x87\x51\xad\xab\xd6\x22\x89\xc3\x53\x17\x6d\x03\xc9\x53\x8b\x01\x9c\x08\x78\x06\xaf\x0a\xfb\xc2\xae\x8b\x09\xa2\xbf\x30\x22\x33\xb9\xd7\x1c\x56\xa2\x21\xe7\xca\x46\xf7\xf2\x89\xcf\x32\xe3\xba\x22\xc8\x94\x9d\x5c\xf1\x86\x98\x73\x31\xcf\x94\xa3\x86\xbc\x95\x2c\x75\x9b\x7b\x75\x51\xe4\xbf\xbc\xec\xa1\xd1\x11\x3a\xce\xc1\xf9\xca\x41\x81\x98\xd7\x1b\x2d\xf9\xc4\x34\x63\x8b\xac\x5a\x2a\x47\xc3\xd9\x1f\xb8\xc8\x0a\x0d\x15\x07\x15\xb7\xf4\xaa\x27\x98\xd0\xad\x5d\x13\x3e\x9e\xa9\x2c\xb7\xdc\x11\x6f\x75\xc0\x69\x09\x2e\x6d\x1c\x41\xea\x02\xf7\xbb\xcf\xfc\xb7\xdd\x71\x32\x6b\x4a\xc8\x6f\xab\xbe\x25\xd7\xa8\xbe\xe1\xdb\xaa\xbe\xdd\xd9\x52\xb6\x60\x4b\xc1\xb7\xdf\x96\x62\xa9\xf3\x27\x5f\xb0\xce\x9f\x54\xe8\xfc\xc9\xed\xd0\xf9\xc3\x8a\xfb\xde\xae\xae\x4c\x84\x8b\x51\x30\x9c\x65\x16\xea\x9a\xe8\x0a\x72\x18\x00\xd7\xf9\x97\x93\x29\xc2\x54\x9e\x44\x6f\x05\x60\x10\xfc\xb8\x80\x24\xa8\xa8\x8a\x28\x7c\x17\xfc\x81\x4a\x71\x40\x3a\x5e\x7b\xb1\xc0\x83\x22\x02\x0f\x8a\x1c\xed\x1f\x6b\xe5\x67\x10\xc0\xa0\x9c\xbe\x73\xff\x3e\x1d\xe0\x98\x0f\x20\xc5\xac\x3f\x4a\x8e\xd5\x38\x2d\xd5\x75\x91\xe4\x02\x8e\x10\xa0\xc7\x2b\x30\x83\xfe\x34\x8c\x4d\xe8\xb9\x6b\xa3\x5e\xa6\x80\x45\x32\x65\xff\x95\x78\x45\xbe\x4a\x85\xcc\xfa\x4d\x09\x2a\x2a\x48\x32\x01\x8c\xa0\x39\x24\xe8\xe9\x14\x12\x23\xee\x6f\x3a\x84\x1e\x12\x39\xdd\x73\x48\x12\xd4\x2b\xa4\x77\xb3\x9b\x7a\x80\xe3\x9d\x1d\xb9\x07\xf9\x0a\x26\x3d\x1e\x00\x4f\x91\x31\x1f\x88\x69\x5e\x69\xc5\xcf\x01\x8e\x1f\xb3\xff\x1b\xa1\x01\x8e\x87\xf9\x94\x22\x1c\x57\x2d\xad\xde\x5c\x94\x1d\x90\x9f\x78\x37\x52\xf4\x63\xc4\x47\x8c\xf0\xd4\x9f\xa2\x8a\x8d\x94\x09\xd6\x3b\x3b\x05\xee\x46\xbd\xc7\x74\x78\x44\x8f\xbd\x41\x82\x67\xa8\x22\x4b\x47\x76\xae\x3c\x88\x22\xeb\xc2\x90\x94\xa3\x06\x81\x56\x2b\x10\xc6\x14\x91\x39\x41\xa6\x92\x9b\x02\xa9\xe0\x9e\x48\xef\x1a\xe8\x4b\xd4\x43\x9e\x0e\xd2\x9a\x76\xe2\xf5\x64\x0e\x03\x5f\x7b\xb1\xba\x59\xe0\x4f\xb2\x38\x49\x7c\x12\x9e\xa0\x3c\x01\xe3\x81\x3f\x85\xf1\x84\x1b\x80\x08\x3b\xa3\x5c\x7a\x05\x8c\x88\x59\x4a\x58\x2f\x16\x34\x84\x2b\x30\x29\x9e\xc5\x22\x22\x91\xd2\xf6\xf3\x3a\x11\xaa\x2f\x45\xca\x44\x8d\x7d\xef\x68\xef\x58\xc3\xa2\x62\x67\x2c\x70\xcb\xaa\x73\x93\xe3\x51\x84\x6c\x18\x0a\x27\x04\x90\x42\xf9\xeb\x35\x46\x97\x4c\x29\x9d\x37\x63\x9b\x95\xdd\x6a\x1e\x37\x56\x0a\x2b\x57\x45\x7b\xf6\x80\x7c\x3c\x0d\xa4\x6c\x65\x80\xe2\x68\x74\x25\x0b\x94\x78\x66\x00\x4f\x30\xa1\x3d\x19\x2a\xc2\x1a\xe4\xcc\x4d\xe2\xeb\x6c\x88\x86\x1f\xc3\x38\xa4\x3d\x83\x33\xbd\x78\x7b\x6b\x09\x29\xc8\xd3\xdc\xea\xe0\x62\x96\xc6\x30\xa0\x15\xa0\x12\xea\x87\xef\xf7\x18\x46\xdc\xa4\xfa\x03\x26\x2f\x02\x01\x76\x25\x6e\xbe\xf7\x31\x9c\x27\x53\x4c\x7b\x17\xe2\x18\x96\x23\x0d\x32\x5b\x8f\xac\x98\x92\x1f\x40\x86\x4e\x48\x42\x18\x85\x7f\xa5\xdf\xe3\x51\x6e\x3c\xba\x29\x55\x06\x2a\x00\x0c\x18\xa9\x7d\x82\x28\x1b\x50\xa5\x0e\x0f\x07\x69\x19\xea\x77\x28\x99\xe3\x38\x61\x7a\x2a\x06\x4c\xb1\x71\x59\x6f\x62\xd7\x03\x0d\xb0\xc1\x9a\x7c\x45\x90\x87\x02\x11\xb9\x0d\xad\x2a\x49\xb6\x00\xe2\xbe\x3e\x06\x73\x37\x74\xcd\xe7\xa4\x01\x2c\x06\x5f\x06\x4d\xae\x27\x2c\xe5\x84\x95\x2c\xd0\x4d\xfb\x94\x24\x2e\x65\xb5\x75\x01\x40\x6d\x98\x3c\x31\x4f\x32\xd6\x93\xe3\x00\x01\x94\x89\x42\x6d\x71\x38\x28\xfa\x4c\xfb\x33\x04\x93\x05\x29\xa6\x64\x8a\x8b\x2f\xf7\x40\x55\xbb\xdb\x58\x56\x85\x86\xfe\x69\x53\xa9\x64\xf9\x4c\x69\x7a\x22\x6d\xaf\xab\x50\x11\xb3\xbc\xbc\x66\x8a\x29\xbf\x4a\xd9\xcd\x49\xcf\x11\x8a\x3f\xe0\xd2\xf6\x34\x44\x11\x5a\x57\x0c\x36\x40\x1f\x1d\xe4\x8b\x72\xc8\xb3\x82\x2d\x4b\x38\x32\x51\x3a\xdb\xcf\x53\x98\xf4\x12\xef\x71\xaf\x47\x46\xb1\x80\x4d\xf5\x3c\xa5\x7f\xe2\xb1\x43\x07\x1f\xd8\x9c\x24\xbe\x61\x42\xf1\xbc\xc7\xcb\xbb\x8b\xb2\xfb\x3d\x0e\x52\x98\x70\xb0\x55\xf9\xe4\x80\xe2\x1e\x01\x88\x07\x53\x7b\x80\x78\xc3\x9e\x7a\x00\x89\x7a\x15\x41\xd9\xef\xa0\xdf\x8e\x92\x96\x69\x77\xf2\xf1\xd4\x5f\xa2\xb7\x13\x11\xf4\xaf\xe0\xbc\x9d\x09\x4e\xd6\x47\xac\xdf\x86\x73\x61\xe7\x53\x85\x13\xaf\xab\xf8\x5e\x1a\x25\x58\xb5\x45\x6b\x43\x91\x62\x59\x40\x9f\x9d\x21\x53\xc8\x1f\x3a\x57\xf6\xcb\xfc\x75\x2c\x5e\x45\x16\xb1\xb0\xb4\xa0\xb2\x10\xd7\x48\x53\x9e\x3f\x6d\x8c\x1b\x2e\x14\x85\xca\x3f\x79\x2b\x6f\x31\x9e\x90\xde\x38\xc7\x5b\x35\x37\x4c\xe8\x6e\x66\x1d\x4e\x76\xfd\x29\xca\x57\x8b\x2e\xd8\xa9\x53\x0b\x09\xbd\x33\x3a\xde\x1e\xec\xff\x38\x33\xe1\x91\xf5\xb1\xff\x49\xd9\x78\x47\x9a\xb0\xff\x49\x66\xbf\x23\x96\xd8\xff\xa4\xbd\x25\x8f\x78\xf9\x99\xde\x76\xec\xff\xf8\xe6\x9b\x1f\xb3\x2f\xca\xf7\x8e\xd1\x7d\xaa\xc3\x2b\xbc\x97\xf9\x3a\xde\xe3\xcc\xc4\x91\x62\x6f\x02\x7c\xcf\x85\x89\xcf\x43\x70\x7b\x68\x90\xcc\xa3\x90\xf6\xdc\xa1\xeb\x81\x03\x8f\x09\x4a\x3d\x38\x8a\x01\x1e\x31\x11\x03\x8f\x62\x00\x47\xc4\x93\xd8\xb7\x70\x20\x3a\x06\xe1\x08\xcb\x8f\x0a\xef\x21\x91\x19\xee\x73\x98\x24\xec\x8c\x0c\x55\x96\xb5\xfc\x7b\x34\x1a\x85\x8f\xf7\x86\xfb\xf7\xf8\x53\x3e\x09\x69\xe8\xc3\x28\x7d\x2c\xfd\x42\x3e\xd7\x97\x0f\x9e\x43\x12\xf3\xee\xe4\x6b\x42\xf3\x6b\xfa\x15\xfd\x3a\xfb\x29\x3a\x84\x8a\x86\x48\x0f\xfd\xde\x6a\x88\x56\x2b\xcb\x6b\xdb\x88\xac\xdd\xb9\x8b\xb1\xed\x9a\x5b\x0f\xbf\x8c\x44\x71\x7b\xc6\x5e\xcc\x91\xbe\x19\x23\x37\x55\x1d\x28\x8e\xdc\x90\xd3\x7b\xc7\xed\xef\xb8\xfd\x1d\xb7\xbf\xe3\xf6\xd7\xca\xed\x25\xef\xac\x67\xfa\x8a\xd5\x0f\x53\xf6\x0f\x52\x0c\x27\x28\x33\x96\x9f\x4a\xf6\xfa\x2f\x5c\xf8\x22\x63\xb7\xc6\xe7\xff\xb7\xe2\xf9\x7e\xc6\x9e\x8b\xb0\x51\xaa\x8b\x5f\x85\x00\x90\xbe\x51\xfe\x5d\xf1\x42\xf9\xeb\xff\x9a\x9f\xb6\x78\xdd\x5b\x21\x57\xa4\x1d\xc8\xbf\x2b\x5e\x27\x7f\xfd\x97\xf9\xe9\xfe\xbe\x26\x6b\xb4\x11\x36\x4a\xb9\x9e\x37\x83\xe5\x19\x86\xae\x00\x8e\x92\x5d\x38\x9f\x47\xa1\x0f\xaf\x5c\x44\xd2\xa3\xb0\x7e\xfa\xf0\xea\xe5\xf7\x90\x24\x03\x35\x8c\xde\x45\x18\x0c\x5d\xf2\xf2\x57\xf8\x7f\xc1\x87\xc0\x05\x3c\x16\x70\xf8\xd5\x85\x9b\x88\x92\x22\xee\xf0\xe8\x18\xb8\xdc\x23\x29\xee\xc7\xe1\xd1\xd1\x43\xe0\x4e\x11\x0c\xfa\x11\x5c\x0a\xdb\xd5\x31\x38\x62\xff\x3b\x3e\x3e\x06\x47\x7b\xc0\xfd\xe3\x8f\xd8\x3d\x06\x47\xfb\xe0\xe8\xe0\x11\x70\xb3\xfa\xe2\x6c\x96\x4f\x45\x7c\x23\x6b\xe1\xa6\x38\xe7\x2e\x70\x3f\x05\x68\x4e\x90\x0f\x29\x62\xbf\xb9\x4e\xdf\x71\x81\xbb\x4b\x67\xf3\xdd\x13\x82\x7d\x1f\x47\x61\x7f\xff\xeb\x6f\xff\xfd\xea\x84\xbe\x3a\xf8\xfd\xf9\xdb\xc5\x37\x93\x5d\xbc\xa0\xfd\xc3\x6f\x0f\xfa\x3e\x8e\x30\x6b\x18\x7c\x52\x93\xfa\x34\x27\x58\xa4\x6d\xee\x36\x10\x7e\x30\x3d\x49\x5c\x36\xee\x31\x8c\x12\x94\x1b\xfe\x21\x70\xc3\xb1\x0b\x8e\xf8\x24\x62\x4c\xfb\xe8\xbf\xfc\xaf\x43\x70\xa4\x30\x59\x81\xab\x23\x4b\x72\x5c\x9c\xe3\x63\xe0\xea\x0b\x7b\xcc\x3d\x0f\xc7\xe2\x3f\xe0\xa2\x40\xc9\x3d\xe0\x3a\x0e\x7b\x19\x23\x29\x4c\xa6\xa1\x8f\xc9\xbc\x2f\x63\x40\xc1\xd1\xd1\xfe\x01\x70\xc3\xc0\x05\xee\x39\x81\xf3\x39\x22\xac\xfb\xa3\x23\xf7\xbb\x39\x22\xb3\x90\x5b\xad\x12\x17\xb8\xdf\x05\xbe\xfc\x0f\xfb\x7f\x01\xd9\x98\x64\x1f\xd9\x27\x1c\x0b\x57\x2d\x27\xfc\xc1\x01\x70\xf5\x1e\x8e\x01\xff\x8a\xf5\x72\x2c\xd6\x8c\x2d\x89\x9c\x6a\xe0\xf3\x97\xca\xcf\x3c\xc4\x4e\x43\xf6\x38\x96\x33\x93\x5d\xa8\x77\x97\xbb\x51\xc0\xba\xaa\xab\x6c\x94\x55\xdd\x3d\x02\x2e\xf4\xe5\xe1\x38\x3a\x78\x00\xf6\xd8\x06\x03\x2e\x41\x99\x1f\x46\x11\xf7\xd8\x44\xd8\x3f\xfe\x88\x05\x6d\xf7\xc5\xd8\xf0\x82\x46\x88\xba\xc5\xa5\x76\x9c\x74\x05\xe4\x5e\x89\x30\x14\xf8\x94\x9c\xfc\x7e\x04\x13\x36\xcc\xb3\x10\x9d\xab\x9f\x8e\xcb\x1b\x9e\x75\x72\xcc\x36\x3b\x81\x33\x44\x11\xe1\x07\x67\xa5\x6d\xa8\xf2\x8f\x6a\x67\xb0\x95\x7f\x7e\xc6\x34\x30\x3e\xb2\xd5\x57\x60\x86\x28\x1c\x5e\xcc\xf8\xe1\x16\x38\xcb\x36\xdb\xd8\x2a\x76\x32\x6b\x9e\x26\xd5\x26\xbb\x27\x30\x09\xfd\x7e\x40\xf0\x3c\xc0\xe7\x31\xdb\x7f\xb4\x94\x6c\x2b\xdc\x41\xf9\x27\x5b\xf5\x76\x8b\x4c\x90\x36\xd3\xa2\x24\xe4\x31\x4b\xdd\x10\x49\xf5\xf6\x65\x11\xa9\x1b\xe2\xdc\x7a\xa2\xcc\xf1\x39\x22\xfd\x04\x45\xc8\xa7\xfd\xd9\x22\xa2\xe1\xbc\x88\x61\x26\x68\xa3\x3f\xd8\xa6\xab\x2f\x92\x40\xbb\x35\x27\x6c\x4d\x42\xed\x7e\x29\xc7\x4c\x9f\xdd\xe6\xf4\xf9\xa2\xc8\xb1\x7b\x82\xc6\x98\xa0\x3e\x9e\x53\x21\x1e\x6d\x4a\x9d\x62\x87\x5f\x14\xb1\xba\xa3\xd2\x17\x49\x9e\x79\x04\x7d\x34\x95\x75\xc7\x36\x26\x91\xde\xdb\x97\x45\x26\xfd\xb2\x9d\x10\xbc\x98\x77\x41\xad\x72\xa7\x5f\x14\xd1\x44\x9e\x64\x3f\xcd\x2f\xdf\x98\x60\x85\x0e\xbf\x28\x62\x75\x26\x0b\xdc\x6e\x11\x80\x69\xf8\xdb\xb5\x14\xfd\x18\x3c\x7f\xf3\xd7\xb7\xff\xfe\xda\xce\x52\x54\xaf\x7a\xbb\x1b\x28\xbf\x81\xbf\x8e\xce\x1b\xf8\x1c\xb9\x6d\xdb\x44\xfc\xeb\xe3\xdb\xbf\x82\x97\xcb\xdd\xed\x13\x91\x93\x63\x03\x4a\xee\xf6\x95\x35\xe6\x46\xd8\x31\xff\xf1\xfd\x0f\xcb\x07\x8f\xc8\x99\xb5\x1d\x13\xcd\xe6\x74\xd9\x57\x79\xa4\x39\x83\x8f\x00\xa2\xeb\x1f\xee\x3d\x50\x56\x37\x18\x45\xf8\xfc\x25\x9e\x84\xdc\x3e\x48\xc9\x02\x35\x58\x9e\x1e\x02\x97\x8f\xa3\x9f\x44\x58\xd9\x49\xdd\xef\x62\x6e\x27\x04\x47\xdc\x88\x2a\xac\x49\x55\x9d\x88\x6e\xbe\x01\xee\xf4\xc0\x05\xfc\x85\xe0\xe8\x91\x58\xfa\xdf\xf0\xc2\x81\x44\x14\xd7\x4f\x2d\x62\x01\x7b\xfc\x5b\x5b\xa3\x94\xd5\x20\x93\xc5\x49\x9b\x71\x3e\x28\x8e\x93\x3b\xba\x1c\x4e\xc5\xae\x87\x76\x82\x83\xa5\xd5\xa8\xe6\xc5\x41\xc9\x9f\x1d\x87\x51\x51\x15\x2c\x9f\x10\x18\x53\x14\x38\x9a\x69\xd4\xa1\xd8\x39\x0b\xd1\xb9\x28\x5a\xce\xa1\x5e\x1c\xbe\x01\x1c\x4c\x1c\x98\x9c\x3a\x4b\xbc\x20\x0e\x0c\x66\x61\x1c\x26\x54\x3a\x87\xc7\xec\x5b\xd6\x22\xe6\xbf\x3b\x02\x6e\x42\xfa\xe0\x38\x9c\xe0\x40\x1b\x5e\xb7\x24\x11\x16\xd3\xc4\x8a\x2a\x51\x98\x92\x65\x7f\x2f\xdb\xf7\x01\xf6\x93\x7e\x14\xc6\xa7\xae\x81\x5e\xb2\x29\xcc\x5a\xee\x03\x77\x4a\xd0\xd8\x05\x47\x07\xdf\x4a\x63\x39\xaf\xbd\x76\xa4\x4a\x64\x3d\x7b\xf3\xf4\xfd\xa7\x8f\xef\x5e\x2a\x6b\x2d\x70\x05\x34\x66\x1c\xa0\xcf\x83\x29\x9d\x45\xdc\xea\xcb\x87\x40\x50\xe4\x02\x37\xc6\x78\x8e\x62\x44\x9c\x18\x13\x34\x46\x44\x44\x98\xf3\x07\x28\x0f\xf5\x75\x81\xfb\xe9\x24\x82\xb9\x11\xbe\x43\x30\x70\xe8\x14\x39\x01\xf6\xb9\x27\x57\x99\xdf\x73\x04\x2e\x93\xbc\x89\x1a\x11\x82\x24\xee\x9c\x1c\x2f\x9f\x3f\x79\xf7\xba\x40\x14\x71\xcb\xee\x26\xc8\x5f\x90\x90\x2e\xfb\x31\xa2\xe7\x98\x9c\x86\xf1\x64\x77\x4e\x70\xb0\xe0\x2b\xdb\xe7\xec\xab\x0b\x82\xfd\x80\xd9\x6d\xc6\x49\x36\x59\x84\x01\x6a\x26\x55\x6b\x03\x77\x97\x3c\xaa\xc0\x68\x36\x62\x59\xa6\x02\x92\x5b\xe1\x56\x67\x07\x7f\x7e\x7c\xf5\xf6\x3f\x6b\x72\xab\xd4\x09\xb1\x35\x1e\xf4\x2b\x8a\x7c\x3c\xe3\x80\xd6\x4f\x9e\xbe\x4c\x6e\xe4\x0d\xcf\x06\x96\x32\x4a\x89\xf3\xe4\x84\x22\xc2\xdf\x11\xde\x48\xc7\x8f\x16\x09\x45\x64\xe0\xfc\x8a\x9c\x84\x12\x1c\x4f\xa2\xa5\x83\x62\x1f\x2f\x08\x9c\x20\x7e\x46\x16\x09\x72\xf0\x58\xf4\x16\xc6\x4e\x76\x22\x1d\x14\x9f\x85\x04\xc7\x7c\x6c\xce\x18\x13\xfe\xf8\x09\x4a\xa8\xa3\x8e\xb2\x33\x27\xec\x5e\xf6\xd1\xdd\xc5\x7f\x77\xf1\xdf\x5d\xfc\x6d\x2f\x7e\x75\x5d\x6f\x74\xe7\x8f\x31\x99\x6d\xfb\xbe\x5f\xfe\xb2\xfb\xee\x7d\xfc\xf9\xdf\xc6\xfb\xde\x95\xd9\x34\x2e\x70\x7d\x18\xfb\x7c\x7d\x53\xdb\x10\x9b\xdb\x38\x64\x33\x70\xe9\x72\xce\x96\xac\x70\xc6\xbf\x01\xae\x98\xa1\xf1\x16\x94\xbb\x75\x1c\xa2\x28\x48\xd8\xae\xa8\xb8\x2b\xb3\x33\x01\x4f\xd8\x00\xb4\xbd\x2d\x8f\x05\xdf\xdc\x7c\x0c\x3c\x33\xd0\x15\x7e\x7a\x19\x27\x71\x08\x8e\xdc\x90\x22\x36\x4a\x55\x2c\x27\x8d\x89\x70\xa6\x30\x49\xe1\xcf\xa5\xd7\xde\x38\x02\x6d\x14\xc9\x1c\xc6\xc5\xb1\xbe\x96\x17\xde\xb7\x95\x0d\x1f\x02\x37\x8c\xe7\x8b\xec\x8e\xe4\xab\xc6\xc3\x21\x78\xe1\x22\xf7\x3b\xb8\xa0\x78\x8c\xfd\x45\x22\xa2\x21\xb4\x61\xa7\xc3\x95\x8f\x6a\x4f\x1e\x1b\x69\x55\x1e\x86\x1c\x7b\x10\x9e\xe5\xae\x15\x11\x92\xeb\x12\x18\x84\x58\x19\x33\xf3\x84\xad\xa5\xe3\x07\xbe\xea\x66\x3a\xea\x54\x94\x81\x2b\x08\x72\x00\x38\xd1\x15\x5b\xad\x24\x0d\xad\x30\xc7\xa0\xe4\xff\x19\x77\x81\x79\xa9\x9a\x96\x4c\x06\x01\xf9\x70\x1e\x52\x9e\x5c\x2b\xa3\x39\x1e\x8a\xe8\x09\x71\x07\x2a\x8b\x86\x79\x51\x0b\xaf\x90\x8b\xab\xd1\x56\x2e\x96\xa0\x91\xa0\xaa\x5c\x73\x79\x17\xab\xd7\x1d\x2b\x9a\x4f\x91\x7f\xca\xe5\x3f\x8d\xea\xec\xc2\xfe\x6f\x91\xfe\x8a\xee\xa5\x21\xa7\x7d\x64\xab\xc0\x7a\x4e\xe3\x6c\xaa\x03\x58\xd2\x40\x9c\xb4\xdd\x9e\x3c\xd5\x72\x7b\xa8\xbb\xba\x9a\x1a\xf9\x9d\x57\xbe\x81\x1f\xaa\xe0\x12\xa0\xaf\x6e\xed\x7e\x2d\x9c\x78\x8d\x11\x66\x87\x7d\x9d\xf3\x2a\xc0\xea\x3b\x12\x1f\x38\xbf\xe2\xc5\x17\xb8\xfc\xf0\x3f\x64\x11\xa1\x7e\x32\x47\x7e\x38\x4e\xe3\xad\xf2\x1c\x72\x8a\xa2\xb9\xb3\x16\x9b\xec\xfd\xf4\xf4\xa5\xf3\x03\x26\x33\x48\x3d\x45\xb9\xda\x4b\xc7\xc7\x01\xea\xa3\x20\xe4\xf1\x6c\xf2\xea\x51\x34\x4c\xaf\x9e\xf4\x2e\x4a\x96\x31\x85\x9f\x45\x68\xd6\x29\x5a\x8a\xfb\xa0\xe1\x12\x10\x55\x09\xd9\x6a\xe7\x2e\x00\xf5\x03\xc8\x35\xca\x1e\x9e\xfa\x51\xf3\x76\x4c\x1b\x68\x97\x73\xdd\x75\x97\x8f\x90\x63\xef\x15\x18\x0a\x56\xf7\xcc\x15\xef\xb9\x17\xcf\xd6\xe2\x10\x45\x66\xc0\xba\x31\x11\x42\x7b\x3b\x2a\x71\xdc\x5f\xd1\x1f\x5f\x45\x91\x33\x61\xfb\x0d\x52\xe4\x40\xe7\xe3\xc7\x17\xcf\x9c\x70\x2c\x14\x0e\xce\x82\x9d\x30\x71\x22\x34\xa6\x0e\xd7\xe7\x06\xd5\xe7\xb2\xee\x8c\x97\x8e\x78\xa5\x80\xab\xb3\xa2\x12\xa7\xd8\x68\x01\x4f\x16\x94\xb2\xfd\xa4\xee\xef\xfd\x03\xf6\xb6\x54\xb9\xce\x5f\xae\x5a\x30\xa0\x24\x70\x98\xbc\x25\x61\x42\xc3\x58\x8b\x0b\x4c\x7f\x92\x91\xf1\xe2\x17\xe3\xdd\x9c\x32\xeb\x7c\x90\xe5\xb1\x36\x06\xed\x92\x3d\x48\x2f\xd9\x64\x71\x32\x0b\xf9\xce\x7a\x50\x71\x24\x04\x21\xf4\x11\xe5\xa4\x95\xf7\xf0\x4c\xca\x20\x86\x45\x29\x52\xad\x15\x99\xaa\x28\xb0\xe9\x8c\x16\xf3\xc0\x72\x46\xcd\x62\xbd\xc5\x1e\x50\xdc\x0c\x25\xa8\x96\xce\x52\xce\xad\x1a\xd5\x53\xf1\x7b\xcd\xbd\xc3\xee\xb4\x38\xd0\x82\x74\xab\x36\xb3\xdc\x44\x85\x30\x5e\xfd\xa0\xb3\x9e\x70\xbc\x9c\xe1\x45\x52\xd8\x4f\x76\xc7\xe1\x61\x2a\xa4\x73\x46\xd4\x0f\x42\x18\xe1\x49\x7a\xc5\x64\x5e\xd9\x23\xf7\x09\x41\xc2\x30\xbc\x90\x1f\xce\x61\x2c\x53\x3f\x22\x44\x91\xb8\x29\x9e\x3c\x7d\xe9\xf0\xa8\xf6\xc7\xf5\x3a\x7d\x61\x0c\xcd\x36\x02\xbb\xee\x1a\x56\x38\x77\x51\x8b\x61\xbb\xf9\xc5\x97\xad\x2a\x57\x9f\x7d\x3a\x14\xfb\x40\xb6\xcf\xef\x03\xf9\xd7\x1c\x12\x1e\x3c\xaa\xef\x8b\x67\xe9\xfb\xaa\xee\xf8\xe2\xde\x3d\xcc\x99\x53\x5a\x11\x4d\xae\x63\x9b\x35\x10\xf3\xe9\xeb\xdb\xa1\xb4\x0f\x80\xfb\x5d\xa6\xf0\x7d\xe7\xa7\x3b\x9d\x91\xe5\x41\x4a\xa0\xfd\xf4\xd3\x41\x2a\xc0\xda\xcc\x77\x1f\x1c\x80\x07\x86\x39\xaf\x19\xa3\x5c\xc1\x63\xf2\x7f\x75\xa5\xee\x33\x3d\x76\x23\x55\x3f\x86\x67\xdb\xd6\xf4\xdf\x7e\xfc\x7e\xf2\xfe\xe0\xf4\xad\xb5\x65\x97\xc2\x13\x39\x6e\xb1\x4d\xd8\x21\x48\x52\x91\x90\x67\x74\xa9\x5b\x6e\x0a\x93\xa9\x2b\xae\xa4\xa3\x23\x25\x43\x49\x59\xda\x15\x41\x0e\xc2\x0f\xe8\x7e\x60\xd7\x87\xd2\x2d\xd9\x03\x7d\x8a\x5d\x1e\xc6\x3f\xe0\x6e\x5f\x2a\x7e\xcf\xdd\x90\x61\xd2\x97\x62\x79\xc5\x63\xc7\x8a\x21\xdb\x8f\xe3\x1d\x96\xe2\xa9\x79\x18\x04\x6b\x82\x67\xe5\x28\x72\x4f\xad\x31\x08\xae\x88\x84\x75\xe3\x98\xab\x27\x9a\x86\x52\x7c\xf0\x38\xe5\x32\xb9\x0c\x98\x0e\xce\x42\x0c\xcf\x36\x3b\x0a\x98\xa6\xaa\xd1\xd6\xa3\x1e\x7e\xfb\xfa\xa7\xbd\xf7\xbf\x1e\xfe\x69\x77\x28\x0e\x2b\x14\x73\xaa\x2c\x21\x8a\xc3\xd7\x32\xe9\xaa\x5e\x64\xe9\x3e\xd6\x4f\xb2\xe0\x3e\x59\x9b\x4c\x1d\xee\x2f\x26\x19\x6b\x76\xa6\x30\x71\x4e\x10\x8a\x1d\x18\x04\x28\x18\x54\x5d\xa2\x15\x9d\x7d\x98\x22\x82\x9c\x73\x98\x38\x30\x76\xb8\x4a\xc7\xfa\x09\xe3\x89\x70\x2b\xa7\xaf\xa9\xea\xd7\xe6\x55\x8d\x64\x94\xa2\xe1\xcd\x20\x63\x02\xcf\x3a\x21\x63\x02\xcf\xae\x99\x8c\xa9\x0c\xb4\x45\x32\x32\x12\x88\x71\x74\x41\x43\xde\xd3\x75\x6f\xc6\xe4\xba\x49\xf8\x1a\x9f\x3b\x8b\x84\x4d\x93\x67\x2e\x37\xcd\xb2\x05\xfd\x44\xaf\x74\x0a\xe9\x35\x11\x8f\xa3\x5f\x6e\x7f\x07\xf2\x61\x74\xb1\x01\x59\x47\x9b\xed\x3f\x95\x60\xd7\xfc\xa8\xe5\x57\xdd\x32\x77\x9d\x39\x6f\xc2\xe6\x51\x10\x5e\x5f\x1d\x87\x0a\xe6\x7e\x9e\x44\x3f\xfe\xfb\xb7\xb7\xbf\x6c\xe4\xdb\x4a\x0b\xea\x9a\x9d\x5c\x0f\x79\x6a\x6d\xff\x2c\x44\xe7\x65\x0b\x6b\x84\x21\x63\x9d\x52\xd1\x8d\x1c\x49\x94\x83\x03\x26\xc2\xbd\x54\x3f\x36\xba\xc7\x1b\xb4\x41\x7d\xcd\x9a\x74\x42\xae\x10\x33\x75\x50\x2e\x53\x51\x18\x7b\x08\xbe\x3e\x2e\xd8\xeb\x4a\x86\x7c\xf0\x75\x41\x8b\xb3\x09\x9a\x20\x08\x06\x3e\x59\xcc\x4e\x1a\xc2\x01\x34\x1d\x1f\x37\xf9\x79\xca\xce\xf2\x47\x75\x26\x7d\xa3\x84\x5d\xf6\x58\x3d\x89\x22\xe7\x83\x52\x2f\x2a\x4c\xec\x26\xbb\x66\x6d\xb4\x44\x67\x71\x2f\xda\xbc\xa7\xfb\x56\x26\xd4\xbc\x65\xd2\xce\xe1\xe6\x4a\x2f\x99\xc1\xb2\x69\x88\xf4\xb5\xbc\x4e\xd5\xbf\xd7\xe8\x5c\x5c\x9b\xd6\x26\xbd\xee\x49\xdd\x18\x9a\x52\xb2\xe9\xd5\x19\xf2\x5a\x58\xe3\xe6\xcb\xbe\xb2\x5d\x19\x5d\xc1\x46\x83\x3f\x10\x15\xae\x1d\xf1\x47\xb3\xcd\xe7\x29\x9e\x2f\x1d\xd5\xc4\xd6\xd4\x52\xd8\x5d\x35\x36\xd4\x26\x33\x9a\xe4\xfa\xd5\x36\x54\xf6\xb3\x18\x5f\xb5\x9f\xa1\x0b\xdb\xe5\x22\xb9\x15\x86\xcb\xf6\xd6\x49\x26\x93\x56\x92\xf7\x63\x52\x4b\x5c\xf3\x46\xb8\x26\x6b\xa4\x63\x13\x1e\x57\x7e\x7c\x1f\x64\x36\xc8\x32\x54\x42\xf1\xe9\x7a\x27\xf5\x95\x5a\x8f\xf7\x85\x49\x34\xdb\xea\x62\x0b\x3b\x1f\x93\x1a\xdb\x70\x9b\x91\x65\x56\xd9\x96\x23\x3b\x28\x8e\xcc\xe0\xc8\xa8\xdf\x22\x57\x67\xc0\xdd\xfc\x3e\x4f\x01\x1d\x6c\x78\xa7\x2e\x00\xc9\x18\xac\x26\xa1\xa7\x29\xb8\x4c\x17\xbd\xd9\xae\x6e\x2d\x79\x33\xd1\x70\x13\x79\x9b\x47\x30\x6e\x5b\xe0\xc6\x3f\xd0\x68\x32\x9e\xee\x99\x05\x6e\x59\x0c\x10\xb8\xa2\x70\x46\xfa\x01\x05\x2e\x48\x3d\x8c\x62\x1a\xe9\x7f\xd3\x48\x80\x34\x3c\x46\x17\xcd\x51\xcc\xbe\x38\x45\xcb\x39\x41\x49\xf2\x34\x0a\xfd\xd3\x66\x89\xfd\x10\xb8\x11\xa2\x8a\xad\x8b\x21\xf4\x4f\x38\xaa\xe2\x07\x71\x9c\xd4\x40\xb3\x0b\x36\x69\xe4\xf5\xf9\x5e\x85\x95\x17\x9e\x44\xa8\x7f\x8a\x96\x7d\x51\x3a\xc6\x2d\x58\xce\x5d\x29\x94\x8a\xda\x3b\xec\x0b\x26\x7a\xf6\xf2\xef\x65\xdd\xc6\x13\x3a\xe5\xbb\xce\x2b\x7a\x95\xf3\xfd\xcd\x60\x0c\x27\x7c\x48\xa5\x9e\x5f\xa5\x3f\x89\x17\x3c\xe2\x0e\xda\x9c\x8c\x98\x7f\x97\xbc\xcc\xb2\x6f\x52\x47\x76\xc3\x20\x32\xe2\xe5\x06\xf0\x94\x7f\x2d\x5e\x5e\xe8\xb9\xdc\xa5\x44\x62\xca\x2c\xe5\x62\x94\x62\xad\xbe\x5f\x8a\x10\x88\x8a\x85\x68\xa5\x90\x45\x61\xd2\x4e\x21\xeb\x54\x1d\x6b\x52\xc6\xd8\x85\xbb\x7f\x00\xf6\x1f\xd4\x43\xfa\x88\x47\x5a\xc6\x66\xb7\x89\xb1\x37\xe9\x19\xea\x3e\x65\x92\x95\xd0\x96\x2a\xe2\x4f\x64\xb0\xdd\x98\x47\x2d\xf5\xe3\x05\xbb\x3f\xaa\xf7\x5d\x31\xfa\x8e\xb1\x08\x8a\x29\x34\x30\xaa\xca\xd8\x92\x72\x08\xcf\x98\x87\x2a\x51\x8c\xa3\x13\x48\xfa\x14\x4f\x26\x1c\xa0\xa4\x14\xd1\x76\xbd\x21\xef\xf5\x81\x67\x06\x67\x50\xc1\xbb\x70\x6c\x0a\x50\x4a\x9f\x49\xf9\x7c\xfa\x45\xb7\x33\x95\xd4\x6c\xa1\x41\x4d\x68\xcd\x7d\xb3\x67\xa5\x4a\xc9\x71\xc9\xac\x72\xf6\xfa\x92\x16\x85\x63\x55\x6b\xd8\xfd\x2e\xbd\x42\xd8\xf7\x0a\x55\xc2\x00\x3c\x26\x5b\x54\x23\x7c\xf1\xef\x67\x8b\x6c\x02\xaa\x45\xee\xc6\x4a\x43\xb6\x64\x08\xdf\x40\x7e\x91\x49\x60\xda\xa5\x96\x7d\xa7\x18\x8c\xfd\xdb\xf5\x8b\xd0\xea\xfd\x45\x1f\x60\x9d\x40\xb6\xf9\xd6\xb0\x12\xc6\x94\x8e\xc7\x57\x82\x73\x4a\x1e\x05\x2e\xfb\x0a\xc2\x64\xce\x0b\x8b\xb1\x83\xfb\x1d\x45\x44\xf3\x3c\x67\xc5\x9c\x5d\x71\x8d\x57\xc5\xcc\x16\x48\xce\x25\x85\x5c\x70\x56\x81\xc3\x83\x2a\x89\xa0\xba\xab\x1a\x11\x21\x8f\x42\xa7\x6d\x98\x26\xfb\x5c\x53\xf2\x2b\xb2\x14\x73\x85\x0b\x7f\x11\x41\xd2\xf7\x71\xc4\x46\xae\x07\x7d\xe4\xbd\xf9\x09\x26\x54\x4e\x99\xcb\xaa\x30\xf1\xdd\x4c\xe7\x6a\xc6\xb4\x6b\xa1\x2e\xda\x5a\xb9\xb4\x9b\x92\x4e\xdb\x87\xdc\x1b\x9b\xa9\x70\x6c\x53\x33\x2b\xe3\x88\xd5\x0c\x09\x3e\x6f\x37\xbd\xa0\x51\x15\xae\x65\x19\x66\x6e\xa1\x8c\xcd\xdc\x68\x20\x03\x47\x73\xb6\xce\xfd\xf4\xc7\xa2\x6d\xaf\x9a\xaa\xf5\xf4\x36\xcd\xa3\xc4\x06\xd2\xc3\x79\xa8\xce\x17\x23\xbc\x26\xbb\x5a\x1b\xd5\x0a\xaf\x17\x59\x72\x25\xe1\x23\xff\xa2\xf2\x14\xd7\x31\x61\x3a\x0d\xd9\x05\xeb\xbc\x33\x6f\xf6\xac\x23\x78\x77\x3b\xd5\x4a\x5c\x29\xf4\x37\xc7\x73\x7c\x86\x48\x7f\x86\xe2\x45\xda\x23\xfa\x3c\x87\x71\x20\x39\x6d\x9a\x6f\xe0\x7e\x77\x8a\x96\x27\x18\x92\xe0\x89\xf0\xdf\x31\x9e\xbc\x38\x61\x2d\xb3\xab\xc7\xb0\x33\x1e\xa5\x56\x8b\xaf\xf5\xfc\x06\x46\x64\x45\xcc\x7a\x44\x4e\xf6\xe9\x1b\x73\x27\xbc\x7d\x41\x67\x11\x45\xcb\x5c\x69\x57\x2b\xfa\xcd\xed\xec\x5a\x36\x22\x93\x82\x79\xb1\xb5\x94\xbd\xc2\x04\x19\x5e\x64\xb5\xfa\x96\x63\xe2\xab\x68\x3d\xa0\xaa\x04\x45\x99\x49\x14\x0b\x67\xaf\x5d\x5a\x0e\x34\xf5\xc0\x86\x23\x2c\x9a\x2a\x17\xe2\x44\x99\x02\xfa\xfb\x6e\x37\xf7\xde\x1e\x70\x9f\x07\x22\x34\xb9\x2e\xb9\xa7\x1c\x57\x58\x7d\x8d\x09\xc3\xbc\xf4\x7d\x0b\xd8\x67\xf7\x3d\x2f\x9c\x98\x7f\xbf\xed\x8d\xd6\x25\x9d\xcb\x79\x73\x5c\x1d\xca\xeb\xe7\x6c\x22\xdf\x0a\xdb\xb2\x3c\x0c\xf9\x5c\xa0\x36\xcb\xc3\x93\x47\xb8\x45\x46\x2a\xfb\xfb\x12\x95\x56\x05\x76\x53\x3c\x17\x91\x08\x4d\x4b\xd0\x94\xb9\x26\x36\x6f\x13\x1d\x2a\x7b\x51\x8a\x53\xce\xcf\x00\x23\x44\xa8\xa3\x0a\x96\x58\x74\xde\x90\xd3\x50\xd5\x28\x53\xaf\x85\x3c\xd4\xa6\xa5\xe3\x28\xbb\xb2\x58\xac\xc6\xd7\xd4\x13\x39\x37\x1c\x5b\xb3\xbc\xfa\x57\xe9\x7c\x49\xd2\x65\x2e\xfa\x60\x9c\x0f\xec\xef\xf3\x30\x8a\xd8\xf8\x79\x23\xbc\xa0\x83\x0e\x66\x61\xff\xd4\x37\xc0\x5d\xd8\xe6\x11\xe6\x5a\x55\x25\xaa\x33\x8e\x47\x44\xa0\xbe\x25\xe5\x0a\x26\x7f\xad\xd3\x8a\x63\xe5\x0b\x03\x67\x1d\xd3\xdb\xdf\xcb\x1d\xe2\xcc\x67\x64\x4c\xed\xcb\xfc\x06\x72\xc4\x2f\xd5\xd9\xb7\xde\x31\x2d\x76\x56\xc1\x4f\x6f\x4d\xa0\x8d\x2f\x30\x4b\x8f\xc7\x3a\x93\xb3\x79\xca\xee\x96\x6b\xc3\x8a\xd6\x13\x58\xb7\xc9\x54\x72\x41\x74\x9d\x73\x94\x46\xef\x9a\x73\xc7\x4a\x2a\xff\x29\x56\xb2\x48\xca\xb2\x66\xf1\x1d\xdb\xe0\x23\x06\x27\xfe\x1d\xa7\xe8\x8e\x53\xc8\x50\x82\x56\x6c\xc2\xea\xbc\xb5\xa1\xf3\xb5\xf3\x88\xfc\x7d\xf4\x37\x60\x10\x65\xeb\x42\x9e\x7e\x1b\xb0\x84\xda\xe0\x05\xd3\x35\x7f\x60\xda\xb7\x2d\xc2\x8b\x12\x14\x07\x4f\x55\x88\x91\xda\xb8\x5a\x2a\xde\x42\xd4\xa0\x68\xdc\xa3\x0d\x1a\x9e\x96\x98\xa9\x6b\x79\x55\x39\x99\x1d\xb2\xe0\x35\xaf\x8b\x35\xcf\x42\x31\x4d\xa0\x73\xf6\xdc\x94\x1b\x59\x18\xff\x1d\x87\x2e\xfc\x53\x1c\x5a\xd0\xf1\x46\x32\x69\x3d\x4b\xf8\x8e\x47\x37\xf1\xe8\xa2\xd3\x56\x0b\x37\x6b\xcb\xbe\xb3\x3c\xe5\x56\x1c\xdc\xf6\x48\xb6\x59\x88\x6b\x67\xe2\xa5\x8b\xeb\x6f\xc0\xc7\x0d\x18\x3a\xaa\x69\xf1\xe1\x6f\xd9\x26\xd9\xdf\xaf\x0c\xec\xb4\x74\x22\x14\x1f\xfb\x1a\x7c\x03\x1e\x59\x85\x01\x1e\x82\x87\xa5\xe7\xca\x4f\x95\x43\x0a\x2d\xcc\xd6\x1c\xa5\xc4\xda\x0d\x5a\xc6\xa8\x6c\x09\x9c\x5c\xe8\xaf\x63\xf7\x66\x19\xc4\xf2\x8a\xc2\x27\xf4\x7f\xaf\x05\x3e\xa6\x33\xc6\x8b\x38\xd8\xc0\xaa\x50\xc0\xdb\xbc\x41\xce\xad\x66\xa0\xce\xc2\x3a\x98\xb8\xe1\x75\x2d\xc3\x39\xcf\x35\xe3\x8b\xe1\xcc\x20\xf5\xa7\x69\xa2\x9e\x88\x1c\x00\x0e\x26\x9c\xe3\xce\xe0\x92\xc3\x86\x6a\xd0\xcd\x1a\x22\x34\x12\xbd\x2d\x25\x10\xb7\x68\xcb\xba\x1a\x63\xd2\x36\xfd\x4d\xff\x27\x52\xe1\x02\x1c\xff\xf1\x15\x1b\x11\x9a\xc9\x2a\xaf\x30\x5e\xca\x37\x22\x6a\x35\x44\xf5\x70\x65\xca\x5c\xb7\x1b\xc5\xe2\x21\x8b\xf0\xe3\x86\x80\x98\x8d\x90\x28\x73\x3f\x1e\x54\x25\x08\xee\x9b\x4a\xf3\xad\x15\x68\x2c\xa1\x4e\xd7\x8f\x34\x56\x48\x03\x37\x03\xbf\xf2\x9b\xe0\xcf\xff\xec\xed\x8d\x0f\xd7\xc9\xf1\x8b\x70\xa2\xe7\xfa\xb5\x02\xb0\x74\x95\x33\x3c\x0a\xfd\xa5\xa2\x84\xb8\x80\xc4\x1f\x7a\xa5\x4b\xa5\x41\xf1\x48\x20\xfe\x73\xae\x36\xa5\xfa\x4b\xa5\x72\xd4\x04\xd4\xe5\xe3\xe0\x6a\x9d\xcd\x92\x4c\x6e\x9b\x82\x90\x1d\xe5\x3c\xc9\xe1\x71\x45\xa0\x2f\x63\x6c\x65\x24\x2e\x9c\x0b\x71\x56\x0b\x40\x72\x9f\xcc\xe7\x51\x88\x02\x76\x47\xb0\x1b\x6c\xcc\xc1\x60\xf9\xfd\xc7\x03\x4b\x87\x6e\x46\x9e\xc4\x6d\x15\xcb\xd6\xa0\xae\xb9\x77\x78\x63\x9b\xe3\x8d\xad\xeb\x96\x68\x4d\xbf\x3b\x20\xb2\xd6\x40\x64\x1d\x25\x2d\x76\x08\x21\x26\xb0\x37\x6f\x64\x1a\x5e\x37\x19\x60\x0f\x6b\xf0\xc3\x36\xc2\x0b\x2b\xeb\x52\xd6\x44\x6a\xca\xd0\xbb\x5a\x21\x57\x0e\x70\x86\x03\x18\x15\xf7\x0f\x8e\x05\x17\x4e\x51\xa5\xea\x92\xd7\x5a\xc5\x63\x59\x92\xa6\x8d\xba\x56\xda\x45\x65\xc5\x4d\x42\xcb\x86\x71\x73\xc6\x5f\xab\x48\x2e\xcb\xd9\xd8\xab\x3c\x85\x99\xd8\x1b\x02\x3f\x64\xa7\xd8\x09\x13\x47\x16\x1b\x8f\xf8\x9c\x17\x09\x1a\x38\x2f\x44\xad\x19\x7f\x8a\x31\x4f\x44\x35\x1c\x7f\xe0\x84\x54\xc4\x7f\x9c\x20\x87\xa0\x19\x3e\x43\x81\x33\x26\x78\x56\xe0\xff\x6e\x6d\x60\xa7\x79\x77\xea\x99\x23\xf9\x34\xfe\x3d\xe0\x0e\xd7\xb4\xcb\xd4\x89\x34\x6a\x08\xdf\x49\xdc\x5e\x25\xe7\x29\xf9\x26\x85\xf1\x35\x03\xe5\x6d\xb6\x10\xe2\xbc\x38\x3e\x8c\x99\xc2\x75\x82\x9c\x45\x1c\xe0\x18\x0d\x44\x6e\x91\x75\xd6\xac\x0d\x0d\xba\xdf\xad\xad\xa2\x4f\x0b\x74\xba\xbe\x14\xde\xdf\x50\x02\x9c\x96\x2e\x8c\xab\x4b\xe3\x2d\x3a\xbb\xec\x6c\x9d\xf6\xf9\xde\x6b\xe8\xb3\xb6\xc1\xd2\xd7\x84\x42\x69\x6b\x55\xb8\x09\xf8\x94\x5d\x60\xf6\xe4\xf5\xf1\x6e\x34\xfb\x1b\x85\xd1\xb7\xfc\xcf\xec\x24\x7a\xb7\x7c\x5a\xa1\xe2\x4b\xd8\xf1\xdb\x03\xd5\x27\x6c\x06\x57\x8b\xd3\x27\xde\xf1\x85\x82\xf4\x15\x09\x78\x15\x08\x7d\xd7\x40\xc0\xed\xc1\xf3\x49\x02\x5e\x25\x36\x5f\x7b\xfa\xb5\x00\x46\x03\x7a\xba\x3d\xa3\x86\xaa\x46\xc0\xff\x9b\x70\x64\x01\x92\x50\x71\x3b\x55\x1b\x73\x32\xda\x8a\x8c\xf4\x00\x51\x18\x46\x8d\xc6\x1f\xc5\xe3\xf3\x6e\xfc\x6f\xb5\xc2\x22\x69\xd6\x7b\x2f\x6f\xc1\x10\xaf\xc9\x96\xae\xec\xd9\xcc\xff\xee\x0e\x9d\x72\xb2\x7d\x61\xac\x5a\xf6\xbc\x0d\x36\x53\xbd\x75\xf9\x6a\xf8\x52\x67\xa0\x72\x59\x97\x32\xbd\x7f\xab\x7c\xe9\xd1\xa3\x05\x9c\xbf\x39\xff\x68\x87\x1d\x9b\x93\xed\xf5\x08\x00\x46\x1d\x1f\xc9\x03\xd3\xcf\xe5\xc1\x29\x3c\x33\x83\x02\xb4\x07\x34\x4c\x07\x4d\xa8\x10\x6a\xc1\x24\xc2\x27\x30\xd2\x3a\x93\x68\x50\x61\xe2\x9c\x2c\xc2\x88\x3a\x61\x4c\xb1\xac\x34\xf7\xc7\x57\x89\xba\x10\x92\x65\x42\xd1\x6c\xc0\x2b\x90\xfa\x30\x76\xe0\x7c\x1e\x2d\x85\xe2\xc6\x2b\x9a\xc0\x48\x3d\x49\xb1\x34\xce\xf2\xea\x72\xe3\x45\x14\xa9\x32\xa2\x62\x00\xf3\x54\x41\xe4\x25\xee\x82\x90\x83\x61\x38\x98\x48\x75\x8f\xfd\x05\x9c\x93\x05\xe5\xef\x39\x41\x4e\x38\x89\x31\x41\x81\x73\x22\x5c\x47\xfc\xcd\xec\x32\x09\xb9\x05\x09\xc6\x12\xcf\x2a\x19\x38\x2f\x11\x24\xb1\x33\xc3\x04\x31\x95\x93\xdd\x35\xee\x95\x14\x72\xe1\x84\x0a\xe3\x7e\x86\xac\x7c\x5c\x5d\xa0\xa5\xb1\xfe\x99\x5c\xb3\xaa\x82\x70\x83\xb2\x94\x58\x13\xc3\xc4\xf7\x75\xc8\xed\x71\x9c\xae\xc5\x28\x15\xd5\xbc\x2a\x24\x46\xfd\x5e\xaa\xba\x65\x4e\xab\x55\x8f\x07\x95\x2a\xb8\x01\x1f\xce\xdc\x45\xe9\x8d\xbf\xc0\x28\x0c\x9c\x67\x90\x42\x1f\xc5\xfc\x3a\x6a\xf1\xfa\x47\xc0\xfd\x13\x87\xbc\xc2\x33\x70\xe4\x55\x2b\x76\xde\x6e\xa0\xf5\x98\x33\x1e\x17\xb3\xb4\xdb\x0e\xf8\x19\x4a\x7c\x12\xce\xab\x0b\xfa\x35\x52\x2a\xd7\x83\xf9\xfd\xf5\x3a\xc3\x35\x3a\x57\x3a\xe3\x01\xec\xc2\xee\xe4\xea\xbf\x09\xc0\xa2\x07\x3f\xbe\xf4\x1f\xe2\x64\x6a\xd6\x48\xf2\xf8\x43\x20\x5f\x31\xa9\x46\x51\xe1\x5b\x24\x79\xa2\xd5\xcd\x6e\x16\x5c\x5a\xf9\xac\xdc\xec\xd8\xcc\xe1\x04\xf5\x69\x48\x05\x86\xc2\x6b\x74\x2e\x2d\x73\x5c\xd1\x76\x3f\x05\x68\x4e\x90\x0a\xa1\x75\x77\xe9\x6c\xbe\x7b\x42\xb0\xef\xe3\x28\xec\xef\x7f\xfd\xed\xbf\x5f\x9d\xd0\x57\x07\xbf\x3f\x7f\xbb\xf8\x66\xb2\x8b\x17\xb4\x7f\xf8\xed\x41\xdf\xc7\x11\x66\x4d\x82\x4f\x8a\x58\x9f\xe6\x04\x33\x9e\x80\xc9\xae\xf5\xd2\xf2\x3d\x72\xbc\x21\xce\x64\xe5\x44\x9f\x07\x21\xbd\x85\x33\xb5\x9e\x7c\xe5\xc4\x45\xfe\x35\xe3\xf8\x94\xe0\x28\xb9\x55\x93\x07\x76\x98\x4e\xa2\x88\xa2\x3a\x3b\xc0\xfd\x4e\x16\xd6\x4d\x7d\x0b\x99\x58\x2e\xa5\x13\x83\x7b\x31\x7f\xfc\x80\x2b\x6e\x1b\x97\x5f\xb3\x26\x58\x0f\x0d\x35\x4a\x7d\xf1\x24\x57\xf8\x5e\x7c\xf7\x5c\x0d\x65\x9b\x58\xbf\xe9\x02\x98\x70\xa6\x1e\x80\xc3\x26\x0c\x3c\xf5\x58\x6b\x70\xbe\xcc\x3f\xdb\x6e\xc0\x9a\x1b\xb8\x05\x3e\x9f\xad\xf1\x59\x2f\xdd\xdd\x76\x64\xf9\xc6\x57\x31\xbc\x1b\x0b\x98\x5c\xae\x34\x92\x43\x4e\x7e\x9b\xfd\xfa\x25\x60\x27\x5f\x25\x3b\x76\x24\x16\xb2\xe0\x47\xb6\x4c\xce\x64\x10\xca\xc4\x5e\x26\x72\xe0\x71\x85\xc4\x9b\x86\x2b\xad\x07\xb6\xf2\x4b\xd8\x7a\xb0\xb9\xf6\x1a\xf3\xb5\xe7\x73\x6b\xf8\x1b\x0a\xbc\x6e\x8b\x28\xd3\x8d\x40\x58\x25\xc7\xfb\xb5\x2d\x68\x25\x73\x50\x4c\x76\x13\xd1\xcb\xd4\x6f\x09\x68\xb5\x7e\x51\xda\x47\x55\x6e\x1c\x19\x59\x16\x50\x36\xd5\x55\x6e\x04\x28\xeb\xd7\xbf\x1f\x9c\x7d\xf8\x3c\xfd\xbd\x42\x59\xc1\x84\x09\x38\xec\x3f\x5c\x6a\xd2\x20\x59\x9b\x71\x54\x5b\xdf\x94\xf5\x42\xaa\xce\x3b\xb6\x26\x9d\x66\xf1\xb1\x9b\x68\x21\xb7\x42\x10\x6f\x3b\xd5\x22\xa3\x6c\x0d\x78\x9b\x41\xcb\xb9\x4f\x1c\x8a\x9d\xdf\x5d\x33\x86\x2c\x7f\x2e\x40\xfc\xc1\xdf\x79\x66\x81\x5b\x8f\x0c\xcb\xb6\x6f\x03\x2e\x6c\xce\x78\xb2\x99\x36\xa1\xf4\x07\x33\x7a\xec\xa6\x7a\x40\xa7\x5a\x40\x0b\x1d\xe0\x10\x3c\xac\x8f\x14\x2e\xa6\xf3\x74\x24\x95\xd5\x49\x64\x55\x0c\xdd\xc4\xb2\x37\xc7\xad\x8c\xe1\x99\x2d\xab\x6e\x79\xe5\x95\x17\x42\x14\x56\xdc\xbf\x56\x5c\x4e\x3b\x3d\xac\x46\x0b\xdb\xb7\x0e\x25\xef\x5a\x05\x6b\x52\xc0\xba\x1e\x99\x5d\x64\x92\x95\xe3\xa1\x46\x85\xba\x43\xf4\x55\xe3\xb2\x47\xf4\xf5\x71\x1c\x40\xb2\xbc\x59\xf0\xbe\x52\x8c\x4a\x3d\xb8\x05\x94\xdf\xfd\xb5\x50\x7e\x33\xa6\x56\x37\x08\xf5\xae\x81\x40\xa4\xbd\x69\x50\xbf\x06\x51\x21\x85\x9a\x95\x56\xb9\x19\x1b\x01\xe5\xa9\x11\x92\xb3\x1a\x28\xa9\x10\x77\xcd\xc8\xbd\x6d\xb6\xda\xc6\x88\xc3\xfa\x18\xf5\xc0\xe4\x6d\x02\xfd\x4a\x79\x4f\xaa\x83\xe6\xf8\x54\x1c\x67\x31\x91\x7a\x30\x5d\xd5\x76\x14\x07\x21\x0e\x4c\xc1\x2a\xc5\x58\xd6\xbb\xb4\xde\xb2\x99\x6d\x5b\x69\xbd\x8a\xbb\x74\x99\xda\xab\x54\xb3\xbb\xf4\xde\xf5\x97\xa3\xb3\x14\xdf\xb4\xc7\x6b\x4d\xf3\x55\x6f\xb5\x1a\x66\x36\xc4\x6b\x4b\xf5\xed\x3e\xe4\xbc\x6c\x2e\xcf\x05\x61\x60\x3f\xe9\x47\xa1\x88\xff\x58\x0b\xb7\xdb\x3a\x34\xc5\xc7\xb3\x19\x8c\x03\x1e\x9c\xb2\x2b\xd9\x4f\x2a\x2c\xd6\x86\x9d\x54\x84\xab\xa8\x58\x06\x3d\x1a\xc5\xc1\xb1\x33\x2f\x58\xef\xcd\x34\xa9\x05\x01\xaf\xa0\x56\x84\x20\x89\xaf\x82\x5c\x2f\x9f\x3f\x79\xf7\xba\x44\x2f\xc6\x0d\x77\x13\xe4\x2f\x48\x48\x97\xfd\x18\xd1\x73\x4c\x4e\xc3\x78\xb2\xcb\x2d\xa5\x61\x3c\xe9\x43\x3f\x32\x84\xf6\x6c\x40\xcc\x77\x08\x06\xfc\x78\xf2\x40\xa2\xf6\x14\xbc\x19\xf9\xec\x35\x39\xe9\x36\x42\x63\xcb\x1f\xbb\x4b\x6b\x37\x18\xb5\xd6\xb4\xde\xf2\xa2\xfe\x37\x23\xb9\xfd\xa7\xaf\xdf\xff\x18\xff\xf9\x67\xb4\xa5\xe4\x76\x46\x09\x73\x6a\xbb\x0c\x69\xf9\x2e\xf0\xb5\x44\x77\x53\x82\xbb\xca\x7c\x67\x9f\x03\xdf\x2d\xa4\xbd\xe7\x74\x95\x02\x23\x86\x71\x60\x93\xc5\x0a\xda\x72\xed\x46\xd3\xb4\x51\x72\xfb\x95\x33\xc6\x30\x11\xc1\x90\x8c\x30\xce\x22\x41\xc1\xe3\xb2\x16\x5e\x9b\xc5\xf5\x2b\xfa\xe3\x2b\x82\x1c\x1c\x47\x4b\x87\x07\x44\x52\xec\x24\x53\x7c\xee\x84\xb1\x28\x90\xc4\xee\xe1\x31\x26\x82\xcd\x93\x70\x06\xc9\xd2\xc9\x42\xd9\x1c\x18\x8b\x2b\x46\x66\xdd\x69\x3f\xc9\xb8\x4b\x26\xf9\xa7\x8c\x99\xf7\x8c\xce\x10\x59\x3a\x3e\x4c\x90\x14\x40\xb2\x19\x84\x09\x8f\xb3\x0c\x45\xf8\xb7\xc9\xa2\xd6\x2a\xd2\x4c\x66\xdb\xdd\x25\xeb\xdf\x25\xeb\xdf\x25\xeb\x7f\x11\xc9\xfa\xef\x70\x84\xee\x52\xf5\xef\x52\xf5\xbf\xc8\x54\xfd\x77\x9c\x05\x7e\xe1\x89\xfa\xef\x24\x9f\x6f\x99\xa6\xcf\x9a\xdd\x25\xe9\x77\xb5\x08\x77\x49\xfa\x77\x49\xfa\x1d\x27\xe9\xdf\xa5\xe9\xb7\xb2\x8c\xdc\x80\x34\x7d\xcd\xac\x50\x61\x9d\xb8\xd7\xc2\x3a\x71\xa3\x12\xf4\x1f\xbe\xfc\xf9\xfd\xf8\xd5\xef\xe7\x5f\x4a\x82\x3e\x57\x8e\xaf\x34\x3d\x9f\xbd\xe1\x0b\x4d\xce\xcf\x13\xef\x2a\x52\xf3\xaf\x9c\x78\xdb\x4b\xcc\xe7\xc4\xbb\xca\xb4\xfc\xb6\xb4\xbb\x4b\xca\xff\xb2\x92\xf2\x4d\xec\x63\x73\x63\xf9\x4d\xc8\xc9\x3c\x8c\xe7\xc9\xec\xf3\x3f\x9e\xdf\x8c\x9c\x4c\xd9\xbf\x56\xfd\xb1\x36\x30\xb0\x32\x57\x91\x29\x62\xee\x16\x62\x84\xb3\x75\xed\x20\x21\xb3\x72\x8a\xaf\xd1\xf9\xed\x9a\xe1\x17\x11\xff\xbd\xde\xcc\xbb\xcf\xc2\xe4\xcc\xee\x6f\x96\x83\x29\x68\x7f\x97\x80\x79\x97\x80\xb9\x7e\x02\x26\xdf\x43\xe6\xec\xcb\x77\xf2\xa7\xbb\xd4\x4b\x1b\x7b\xb7\x62\x3f\x6b\x1a\x4c\x52\x06\xbd\x29\xb3\xc8\xfe\xdd\xa2\xd4\xc5\xba\xfb\xad\x94\xeb\xb7\x96\x81\x66\xf3\xa0\x90\x02\xa7\xdb\x48\xc6\xbd\x11\xb9\x7c\xff\xf7\x63\xf4\x0d\x59\xbe\xf8\xf5\xe6\xe7\xf2\xa5\x37\xd1\x76\xa4\x9b\x2f\x3f\x8b\x6f\xbd\x79\xde\x80\x14\xbe\xc2\x83\x22\x9b\xe5\x05\x9b\x87\xec\xf7\x35\x3a\x47\x09\xf7\x45\xe3\x28\x40\x99\xd0\x57\xd3\x50\xbe\xe8\x0d\x7f\x9e\xb5\x8c\x79\x1f\x37\x2b\x6b\x90\xcb\xbb\xb7\x30\x67\xb0\x4a\x66\xbd\x4b\x18\xbc\x4b\x18\x6c\xd0\x1a\xee\x12\x06\x0d\x1b\xb7\x75\xba\x20\x3f\x80\x77\xb9\x82\x77\xb9\x82\x77\xb9\x82\x7a\xae\xa0\xa8\x0b\x7c\x93\x33\x05\xb3\x11\xde\xb0\x3c\x41\x1e\xd9\x7d\x97\x25\xf8\x77\xce\x12\xe4\x4c\xa5\xcb\x14\x41\xae\xf1\xdd\xa0\x54\xaf\xdb\x92\x1f\x28\x16\xa2\xb3\xe4\x40\xd1\xdd\xb5\x66\x06\xf2\x57\x5a\x0d\x50\x0e\xee\x2e\x27\xb0\xe3\x9c\x40\xce\x68\xae\x24\x23\x90\xe8\x16\xe5\x5b\x90\x0e\xc8\x29\xf5\xe4\xed\x8b\x02\xb5\x14\x91\x12\x8e\xed\x7d\x97\xef\x77\xeb\xf3\xfd\x8a\xe6\xaf\x35\x6d\xbb\x02\x04\x7b\xb7\x3f\x0e\x51\x14\x24\x88\x26\xfd\x08\x4d\x20\x47\x77\xd8\xaa\xa1\xf7\xe3\xfe\x4f\xe3\x43\x78\x40\xcc\x86\x5e\xb3\x11\x37\x1f\x09\xa3\x66\x54\xe3\x91\x72\xab\xca\xee\xcb\x53\xca\xcf\x98\x50\x2c\x29\xfa\x4c\x2b\x13\x7c\x54\xa0\x4f\x9a\xdf\xe4\x4c\x61\xd2\x57\xb1\x15\x99\x28\x58\xeb\x13\x4b\xe6\x30\xb6\x83\xa3\x2f\x5c\xed\x61\x3c\x5f\xd0\xb2\x26\xc8\xaf\x77\x61\x8f\xc3\x63\xec\x2f\x92\xcc\xee\x67\xc6\x61\x77\x65\x0b\xad\x41\x39\x18\xbc\x1c\x25\xaa\xa4\x03\x69\x7b\xb5\x4c\x44\x2b\x22\xfb\x0b\x4d\xc1\x25\x30\x08\xf1\x84\xe0\xc5\xdc\x2d\x2e\x45\x2d\xe5\x3f\xa8\xd0\x35\x03\xe5\x0d\xe2\x0c\x82\x4c\x43\x2e\x58\x76\x35\x0c\x49\xf6\xda\xb0\x25\x3a\x68\xcd\x96\xaa\x0f\x92\xaf\x5a\x7f\x15\xb7\x05\xe7\x21\x85\x51\xf8\x17\xca\xa2\xb1\x8e\x1b\xc0\xfb\x2b\x5e\x21\x77\x8a\x46\x76\xb9\xe4\x82\x7c\x82\xe0\x72\x03\x49\xfe\x92\x46\x9a\xab\xe5\x98\x22\xff\xd4\x90\x2b\x58\x4e\xf6\x53\x4b\x52\x1a\x72\xda\x87\x96\x00\xb7\x0f\xdc\xd4\x12\x51\xa9\x6b\xb9\xa9\xa9\x22\x6d\xb7\x97\x65\xa8\xb1\x9d\xe3\x6a\x61\x6f\xd5\x39\x55\x75\xa9\x71\xfb\xa5\xb8\x68\x9b\x56\x95\x8d\xca\xb7\x4b\xd1\x62\xc5\x2f\x96\x75\xee\x86\x77\x0b\x26\x4a\x76\x23\x4b\x15\x4b\x7f\x90\x05\x53\xf9\xe7\xc8\xd7\x2d\xe6\x39\x89\x61\x8a\xa2\xb9\xb3\x96\xd8\xd0\xfb\xe9\xe9\x4b\xe7\x07\x9e\xec\xeb\x55\x7b\xea\x1d\x5d\x65\x0f\x50\x1f\x05\xa1\xb0\x7a\x14\x1c\x0f\xea\x96\x4b\x96\x31\x85\x9f\xd9\x27\xcd\x14\x76\x8a\x96\xe2\x22\x69\xb8\x3d\x38\x29\x45\xa8\x8d\x7e\x73\xa8\x1f\x80\x3b\xf5\xf3\xb9\x8d\x5a\x93\xa6\xcd\x9a\x3e\x5a\x61\x12\xa8\xbb\x52\xd7\xcd\xf2\xbd\xaa\x2d\xf7\xe2\xd9\x5a\xcc\xa8\xc8\x77\x44\x50\xa0\x39\xd1\x48\xbe\x1d\x95\xf2\xf2\x7f\x45\x7f\x7c\x15\x45\xce\x84\xed\x37\x48\x91\x03\x9d\x8f\x1f\x5f\x3c\x73\xc2\xb1\x48\xd8\xe2\xdc\xde\x09\x13\x27\x42\x63\xea\x70\x93\xc7\xc0\x3c\xd8\xd6\x67\x39\xdf\xa0\xa3\x38\xd4\x2a\xb9\xab\x53\x59\x6e\xdb\x42\xdc\xc1\x6f\x87\xf4\xfd\xe4\x81\xb9\x70\xa1\x11\x90\xa1\x5a\x66\x5b\xf3\x5c\x54\x88\x1b\xf9\xf3\x80\x27\x93\x72\x0d\x21\x4b\x5e\xde\xc4\x5a\x5f\x62\x1f\x46\x6e\x1d\xf7\x64\x73\x91\x4f\x5d\x15\x73\xe4\x9d\x9e\xe0\xcf\x55\xfc\xb1\x8e\xcd\xa0\x84\x92\xd0\xa7\xe2\x98\x89\x2a\x5a\x14\x3b\xd0\x89\xd8\x90\x35\x00\x86\x12\x14\x84\x39\x32\xa7\xe2\x78\x73\x02\xa8\x92\x5a\x13\x44\x9d\x04\x51\x27\x8c\xb9\x7e\xf9\x0e\x8e\xa9\x93\x50\x4c\x90\x83\xc7\xfc\x1b\xf1\xee\x67\x4f\x39\x1e\x44\x80\x45\x8d\xad\x33\x44\x78\x4b\x4a\x60\x9c\xcc\x42\x4a\xb3\xa2\x3f\x0a\x49\xe2\xd9\x53\x51\x81\x6b\x1e\x85\x3c\xe6\x40\x95\xd6\xc2\x74\x8a\x88\xf3\xec\x69\xe9\xca\x68\x79\x59\xd8\xdf\xbf\x0e\x07\x04\x80\x14\xf5\x85\x33\x46\xec\x11\xe3\xfe\x33\xad\x8a\x26\xba\x3b\xbd\x37\xb2\x07\xaf\x92\xde\xec\x8d\x90\x20\x68\xda\xa0\x85\x7a\x4e\x62\xb7\xa9\x6b\xdc\x7a\xb3\x5d\x4d\x99\x27\xd3\x95\xc0\x86\x1e\x06\xae\x50\x19\x92\x22\xd5\x2a\x8d\xca\xef\x4c\x76\x1c\x57\xc3\x79\x11\xfe\x13\x4d\xc6\xc8\x61\xbb\xe8\x40\x1f\x15\x60\x2e\x05\x01\x41\xbc\xaf\x08\xf1\xd2\x62\x7e\x3a\x16\x95\xd5\x14\x8b\xa5\x27\x0a\xb3\x94\xd8\x88\x1d\xcf\xf3\xad\x06\x21\x55\x3d\xd5\x2b\x60\x98\x9d\x70\xca\x1b\x80\x71\xf4\x0c\xbf\x88\x7e\x78\xf0\x93\xb9\x8a\x62\x03\xc6\x51\x7b\x6c\xa3\x92\x3d\x5f\x81\x6e\x3c\x92\x69\xe3\xbb\xa1\x66\x02\xaa\x29\x1b\xd7\x18\x14\xa7\xc5\x1e\x48\x72\xeb\x72\xc9\x3a\xe5\x15\x9a\xba\xcd\xc6\x6d\x5f\x64\xe1\x06\xe2\xed\xe4\xb1\x9f\xec\x16\xa5\x88\xc5\xa3\xc1\xf4\x54\x3c\x91\x41\xd2\xdc\x81\xf0\xdc\x81\xf0\xac\x09\x3b\x66\xba\x3c\x60\x8c\xe3\xe5\x0c\x2f\x9a\xca\x4e\xaa\x0e\xfa\x65\xd3\x91\x08\x5f\xc3\x84\x2b\x8a\x72\x3a\xbc\xff\xe2\x6f\xf6\x57\x52\xc1\xa2\xd0\x21\x46\x10\x87\xef\xf8\x82\x41\x82\x0e\xaf\x0a\x24\xa8\x0a\xdc\xc1\x82\x48\x4d\x20\x41\x65\x12\x5d\x13\xa8\x43\xfd\x8c\xb7\x0f\xdd\xb0\x96\xab\x49\x97\x96\xba\x90\xba\x6e\x14\x76\xc3\xeb\xe5\x47\x38\xd9\x3b\x08\xbf\x00\xec\x86\x0f\x53\x24\x15\xf4\xab\xc2\x6e\xa0\xea\x0d\x5f\x1e\x76\x83\x81\x78\x1d\x63\x37\x5c\x0f\xf1\xb6\x82\xdd\x90\x11\xef\x8a\xb0\x1b\xae\x87\x76\x7e\x84\xe3\x1b\xb0\xef\xf8\x30\x02\x07\x26\x7a\xfe\x0d\x25\x8b\xd8\x17\x42\xa7\x7c\xe1\x42\x00\x49\x14\xc5\xa5\x47\x40\xf3\xc4\x6e\x92\xb5\x6e\x58\x0f\x36\xb2\x6b\xbc\x07\x92\x2d\x60\x90\xf0\xa8\xb1\x18\x9f\x3b\x8b\x44\xcd\x34\x46\xe7\xce\x93\xa7\x2f\xc5\x8c\x37\x27\xa2\xea\x18\xd2\xac\xd7\x2b\x82\x24\xb9\x03\x2e\xf9\x62\x80\x4b\x8c\xc2\x53\x07\xd2\xd8\x4d\x80\x2e\x99\x7e\xfe\xfe\xf9\xc1\x9b\xdf\xde\x6c\x60\x02\x2b\x66\x78\xde\x98\xaa\xf3\x6e\x1d\xf6\x07\xd7\x1d\xdd\x2d\x24\x4f\x6a\x8b\x7f\x95\xf8\x26\x3c\x43\xfc\x96\x4d\xf2\x8b\x48\x8e\x5d\x73\xea\xdd\x63\x9c\x08\xd1\xe6\x6f\x06\x72\x22\xa9\x5f\xd4\x73\x1f\x82\xaf\xc1\x37\xe0\x51\x13\x2a\x80\x7a\xec\x0e\xe5\xe4\x6f\x8d\x72\x42\x15\x2c\xb0\x01\xe6\x24\x0f\x19\x7c\x87\x73\x62\x81\x73\xf2\x61\x0d\xe1\x5d\xfd\xcb\xd8\xd8\x97\x88\x74\xd2\x98\xfe\x51\xe9\x33\x6c\x01\xd4\x5f\x6c\xdf\x99\xd5\xbf\x9a\xce\x5d\x19\xfb\x17\x89\xb4\xf4\xa7\xda\x9a\x85\xb5\xbf\x63\x4b\x7f\xb3\x73\xa8\x85\x29\x9f\xe9\xd5\x95\x76\xfc\x4a\x34\x78\x3b\x03\x7e\xa7\xc6\x7b\xd7\x16\x6d\xdc\xb5\xc4\x11\xaf\x72\x4f\x5c\xb9\x13\xa5\x08\xd7\xfd\x54\x6c\xca\x3a\xec\x7d\xdb\x31\xad\x0d\xd2\x7d\xd0\x02\xa4\xdb\xd6\x97\xb1\xb6\x27\xe3\xca\x63\x12\xba\x39\x45\xd2\x44\x58\xed\x05\x5b\xc8\xd0\x32\xdb\xc0\x31\x0b\xdf\xce\x35\x60\x59\x95\x6e\xf8\x36\x64\x6f\xe2\x74\xa5\x53\xac\x07\xc4\x31\x19\xd9\x47\xbc\xfc\x93\x9b\xc9\x49\x86\x5a\x0a\xec\x6a\xe2\x7e\x01\x3d\x46\xcf\xf9\x15\x89\x34\xcb\xc5\x7c\x42\x60\x80\x02\x07\x2f\x08\xbf\xa7\x93\x65\x42\xd1\xcc\x39\x59\x3a\x50\xd5\x69\x60\x77\x3a\xc5\x8e\x60\x58\x0e\x41\x0b\x2e\xf5\xea\xe5\x29\x43\x7f\x2a\x6a\x42\x40\x1e\x78\x18\xf3\xea\x50\x4b\x1e\x44\xc8\x05\xae\x81\xf3\x4c\xe4\x7f\x9e\x63\x42\x96\xc0\x41\x67\x88\x3d\x88\x17\x93\xa9\x1e\x1e\x79\x0e\x13\xe7\x9c\x84\x94\xa2\x58\x85\x30\xe2\x28\x70\x12\xba\x94\x45\x25\xc2\xc4\x49\x68\x18\x45\x22\x08\x70\xe0\xfc\x84\xcf\xd1\x19\x22\xc0\x39\x47\x4e\x80\x1d\x82\x7c\x3c\x9b\xa1\x38\x90\xd3\x4a\xc1\x8b\x59\x2f\x32\x44\x52\x06\x36\xc6\xe8\x5c\xf4\x3b\x70\x5e\x22\x48\x62\x47\xd4\xd2\xe2\x64\x70\x3b\x4e\x0d\xe8\xcf\xc2\x09\x81\x14\xf5\x25\x31\xf2\x89\x84\x86\x80\xff\xc6\xfc\x42\xb9\xae\x81\x9e\x73\xa9\xad\xee\xc0\x3e\xfa\xb2\xb3\x3a\x42\x86\x88\xa0\x5c\x7e\x2b\x1a\x87\x71\xc8\x45\x09\x8e\x14\x55\x0e\xda\xcc\x77\x63\xa9\x29\x04\xa5\x88\x67\x5d\xe0\x69\xc8\x30\x0d\x02\x2b\xfe\xc8\x45\xa1\xf9\xb2\xaf\x6e\xbf\xaa\x7c\xb1\x39\x4e\x42\xb5\x10\x35\xf2\x99\xfe\x27\xbb\x2f\xe6\xfd\x84\x42\x42\xd3\x9c\xb1\x94\x27\x57\xf6\x50\x5d\xec\xa3\x79\xca\x25\x7a\xa5\x46\xa6\x1b\x41\xaa\xf7\xc8\x27\x88\x4a\x42\x7d\x90\x32\x6c\x05\x8d\x38\xa0\x0b\x7b\x3c\xff\xba\x63\xce\x6f\x8a\xfb\xb4\x40\x50\xfd\x3d\x82\x9c\x96\xd5\x4f\xda\x07\x01\xb5\xe5\xc5\xc0\xf2\x28\xb6\x63\x22\xe5\x85\x7f\xef\xe3\x79\x43\x8e\xa4\xfd\xc2\xef\x57\x45\x8f\x65\xf1\xf9\x3c\xf4\xdc\x05\xee\x24\xc2\x27\x3c\x68\xdb\xe4\x2b\xa8\x23\xb5\x55\xee\x98\xf9\x0c\xac\xd5\x55\x55\xd4\xe4\x0d\x81\xa8\x2c\x5a\x2a\x37\xf3\x66\xdc\x08\x90\xca\xf1\xde\xfc\xeb\x1f\xe1\xfe\x6f\x1b\x82\x54\x82\xd4\xc5\x7b\x0d\x70\x95\x99\x45\x69\x4b\xa6\xea\x2f\x1f\xb0\x72\xcd\x89\x16\x6f\xe9\xd6\x88\x95\x02\x02\xed\x43\x98\xe1\x51\xb6\x02\x98\xe4\x0d\xe1\x15\xc1\x4b\x6e\x0e\x2a\x29\x44\xee\x5b\x88\x2a\x59\xe1\x24\xe0\xb0\x92\xe0\xeb\x46\x60\x49\xf0\xf5\x1d\xb4\xe4\x1d\xb4\x64\x77\xf4\xbe\xe5\xd0\x92\x8e\x9d\xba\x5b\xe9\x67\xb9\x43\x97\xcc\x94\x91\x3b\x74\xc9\x2f\x19\x5d\xd2\xce\xc8\xd7\x0a\x2a\xf2\xda\xad\x7b\xef\x85\x75\x8f\x62\x61\xdd\x13\x25\xe1\xd9\x59\xe4\xa0\x5d\x63\x83\x71\x8f\x87\xdb\xf9\x30\xe6\x90\x6d\xa2\xe6\xbb\x6e\xd7\xe3\x58\x56\x33\x4c\x90\x03\x4f\xf0\x82\x8a\x0e\xf9\xd6\x4d\x78\x8e\xf1\x94\xbd\x04\xab\x81\x38\x82\x60\xca\x16\xf7\xf7\xb4\xb7\xd9\xa2\x94\x4a\x17\xde\x4d\x86\x29\xd5\x86\x78\xc3\x70\x4a\x6b\x2b\xf9\x4a\xbb\xd2\x77\x38\xe6\x1e\x3d\x0d\xba\x94\x7f\x8e\xf0\x04\xb3\x3b\x4c\x56\xae\x8e\x4b\x88\xa6\x07\xf2\x0a\xa8\xbd\x8e\x73\xf0\xa6\x5a\x44\xee\x7a\x88\xa8\xb6\xad\xe4\xd8\x5b\xb6\xca\xc7\x6f\xdf\x81\xaf\xde\x5c\xf0\x55\x79\x73\x76\x88\xbe\xca\xd8\x82\x30\x62\xdc\x20\x64\xcd\xdb\x02\xc1\x2a\x97\xa3\x33\x0c\x56\xd9\xdf\xb5\x82\xb0\x8a\x77\xda\x0d\x51\x0e\xef\xda\x60\x58\x2d\x1e\xb2\xf0\xf3\x7e\x81\x28\x96\x25\x9b\x58\x7b\xf3\x6f\xc8\xc5\x5e\xa6\x71\xdc\x88\x58\xf6\x6f\xfe\x2f\x9a\xbd\xfc\x0f\xf9\xd3\x0e\xf3\xe8\x6a\x8a\x66\xbe\x50\x24\xb9\x66\x33\x67\x61\x29\xae\xba\x72\xe6\xed\x9b\x66\x6d\x80\x35\x1b\x74\xda\xb5\xc3\xf7\xf2\xa6\x41\xcc\x57\x10\xdd\xea\x6e\x18\xdb\x9a\x11\xcf\x1c\xda\xfa\x42\xff\xfd\x4b\x08\x6f\xb5\x3e\xd3\xea\x5f\xfe\x08\xaf\xc9\x2d\x73\xe7\xe3\xf6\x04\x97\xb6\xa7\x98\xb5\xbf\xde\x88\x42\x08\xdc\x8f\x1f\xc5\x87\x66\x11\xed\x29\x9e\x2f\x39\xe8\x60\xa7\x99\xfb\xd7\x5a\xa9\x30\x53\x2c\xd3\x63\xa8\x30\x90\x32\xe5\x92\x51\xac\x88\x09\xc5\x1a\x29\x4c\x14\xe1\x40\xe1\x3e\x7f\x50\x0d\x11\xc5\x53\x56\x61\x9c\xc8\x60\x99\xf2\xf1\x1f\x28\x5f\x2d\x5f\x14\xd6\xc7\xb1\x59\x73\xdb\xcc\x29\xdd\x3a\xdb\xce\x74\xbb\x6f\x24\x95\xdc\x08\x9f\xf4\x2f\x04\xfb\xbf\xbf\x7e\xf7\xd6\xec\x93\x86\xf3\xd0\x05\xd5\x9e\xe9\x92\xd8\x62\x64\xc9\xf9\x9b\x7b\x3b\xfc\xb8\xde\xb9\x2a\x60\x40\x20\x85\xfd\x08\xf3\xbb\x5e\x6d\xfb\x84\xf8\x6e\x39\x77\x69\x57\x6d\x4e\xb5\xad\x8f\x41\xf6\x1d\xdf\xb0\xc0\xdd\x35\xf0\xb3\xaa\x73\x68\x6b\xc9\x95\x29\x8b\x16\xbc\x9f\x49\x12\x32\x59\x57\x76\xa2\xd2\x1d\xd3\xf4\x57\xd5\xd9\xb1\xb5\x53\xc6\x76\x98\x9c\x86\x35\xfe\xab\x0d\x5c\xd6\x4f\xf8\xe1\x50\x65\x16\x85\x89\x17\x3b\xcf\x50\xbc\xac\x70\x55\xcb\x06\xd2\xbf\xcd\x1e\xe4\x36\x01\xd6\xb2\xa2\xc5\x7b\xbc\x20\x3e\xd2\xaa\x39\x8a\x2f\x86\x4e\x6d\x55\x47\xad\x95\x7c\x97\x6a\x56\x5b\xe3\xf1\x19\x4a\x68\x18\x73\x7b\xab\xf6\x46\xed\xdb\x86\xd7\x16\xdb\xa7\xf3\xd4\x3a\xa8\x1d\xc0\x5b\x82\x7c\x14\xa0\xd8\x57\xef\xd6\xbe\x70\x9e\x24\x7e\x73\x33\xf9\x4a\xbd\xdd\x33\x94\x35\xdc\xb4\xc2\x64\x8e\x47\x59\x09\xc8\x22\x53\xb0\x83\x3c\x8c\x75\xcc\x66\xd5\xfe\xf1\xec\x5f\x76\x1f\x56\xc0\x9e\xca\x5b\x74\xcc\xb1\xb0\xfb\xf1\x82\xdd\xdf\x7a\xfe\x3c\xa4\x50\x37\xed\x18\x42\xcd\x1c\x8a\x29\xac\x08\xd9\x37\xcb\x74\x45\x31\xbe\x84\x54\x3a\xe6\x99\xff\xd2\x01\x59\x80\xc6\xb5\xc9\x0b\x58\x2f\x27\x64\x9d\x12\x34\x6d\x3c\xbd\x9a\xd8\xd1\xa1\xa3\xb7\x5b\x1a\xac\xed\xf4\x35\x6f\x97\x56\x96\xc0\x2f\xce\xf7\x7b\x60\xf0\xfd\x1e\xdc\x50\xdf\x6f\xb7\xdb\xa8\xeb\x2a\x83\xe9\xd1\x31\x10\xb6\xec\xc3\xd3\xf6\xe2\x1a\x69\x22\x5d\x38\xf3\x0a\xe3\x7d\xb0\xae\x43\xaf\x4b\x92\x17\x59\x43\x95\x2e\x66\x57\x91\xf0\x30\xf3\xdf\x11\x34\x26\x28\x99\xf6\x09\x5e\xc8\xd0\x6a\xbb\x01\x38\x57\xe0\xa1\x6a\x49\xb4\x36\x6c\xd7\x70\xfb\xb7\xf2\x5c\x75\x70\x43\x96\xff\xbd\xc6\x4e\xc6\x56\x36\x76\x65\xe9\xff\x34\xb7\x56\x26\x44\x58\x7b\x2a\x8a\xc4\xaa\x2f\x0d\x63\xed\xee\x2a\x76\xdb\x99\xeb\xab\xd8\x71\x4b\x37\xd8\x35\xac\x6d\x67\x7e\x31\xad\xcf\xce\x7d\x63\xfa\xbf\x3a\x3f\x59\x36\x06\xab\x61\xeb\x43\x6e\xe3\x2f\x2b\xae\xea\x76\x76\x61\x2b\xb9\xb2\xd8\xf7\x86\x65\x0e\x0d\xdd\x75\x55\xf2\x30\xe3\x71\x57\x52\xf3\x30\x2c\xd9\xe0\x9b\x89\x65\xf7\xd4\xa6\x05\x11\xbb\xa0\xe9\xcb\xe7\x4f\xde\xbd\x2e\x51\x96\x71\xe2\xdd\x09\xa2\x34\x8c\x27\x22\x4d\x0b\x05\xec\xeb\x58\x61\x9e\x5d\x57\xb9\xc4\xb6\x84\x6d\x7d\x70\x5a\x35\x68\xf1\xb0\x1d\x40\x40\x63\xa7\xc6\x30\x9d\x8a\x14\xa9\x4d\x5d\xef\x9d\xbb\xcd\xf7\x3b\xb4\x3e\x6f\xe2\x14\x3f\x3d\xbb\x11\xce\xf0\xc3\x83\x0f\xd1\xe2\xaf\x60\xcf\x6c\x75\xce\xbc\x93\x2e\x70\x85\x95\xdc\xce\x41\xfe\xb3\xa6\x74\xb4\xcc\x03\xe2\xce\xb5\x9f\xd1\x72\xf7\x97\xb4\x34\xd5\xf5\x19\xaa\xe5\xaa\x5c\x5d\x96\xd3\x6b\x74\x7e\x8b\x26\xd7\x68\xec\x3b\x3d\x6b\x74\x83\x77\xe9\x04\xb7\x71\x80\x6f\xea\xfe\x3e\x3d\x1b\xa8\x9d\x5e\x70\x7e\xff\x8c\x96\xce\xae\xf3\x8b\x30\x88\x97\x5c\xdf\x25\xe9\xb7\x80\xa1\x33\x87\x44\x14\xae\x14\x67\x03\xb8\xbb\xcd\xd0\xa9\x7a\x15\xcc\x24\x0a\x7d\xb6\x85\xf6\x40\x5f\xee\xac\x64\x1e\x85\xd4\xba\xff\x16\xc5\xe9\x36\x20\xdd\x18\x47\xc2\x6d\xc3\x7e\xfd\x13\x87\x71\xea\xa6\x79\xc4\x37\x12\xca\xf2\x96\xb3\x09\x89\x1f\x83\x40\x6a\x0b\x3c\xc2\x17\xec\xe7\x0c\xde\x2d\xe7\x0a\x5c\xe3\xe4\xf5\x3a\x48\x0a\x24\x5e\xaf\x7a\x54\x5b\x77\x12\x1c\xb4\x80\x04\xe9\x3a\xdf\xc4\x4e\x17\x5f\x2b\xf0\xa1\xf9\xae\xce\x3a\x97\x3b\x2f\x42\x63\xda\xa7\x24\x9c\x99\xfb\x02\xc6\x55\xda\x1c\xef\xd8\x91\x61\x13\xda\x41\xb4\xd0\x76\xba\x5f\x8c\x96\x89\x1c\xc2\x50\x9a\x24\x4a\x1b\xd8\x34\x59\xe3\x1c\x92\x58\x66\x4f\x56\xd4\xba\x33\xe7\x6f\xfc\x2a\xda\xe5\x12\x38\x3e\x4c\xc3\xc4\xf9\xf9\x17\x0e\x6d\xcd\x2b\xc6\x9d\x3a\x72\xa8\x03\x8e\xb5\xec\x43\x11\xe8\xe4\xfc\xfc\xcb\x1f\x5f\x25\xce\x79\x48\xa7\xb9\xa7\x12\xe0\x9c\x2c\xa8\x73\x8e\x34\x4c\x94\x00\x33\x65\x39\xc1\xe2\x69\x1f\x12\xc4\xf5\x58\xa6\xbf\xa6\x3f\x41\xea\xc0\x28\x1a\x38\x2f\xa8\xd0\x6d\xd1\x04\xd2\xf0\x0c\x45\x4b\x27\x9c\xcd\xa1\x2f\xf2\x3b\x98\x6e\x78\x86\x9c\x18\x07\xc8\x09\x29\x7b\x3f\x4c\x12\xec\x87\xbc\x30\x1c\xeb\x7c\xe0\xbc\x47\xc8\x39\x41\x11\x3e\x67\xca\xb9\xc8\x0f\x11\x48\xc1\x09\x53\x93\x58\x27\x2f\xd9\x68\xdf\x8b\xd1\xf2\x4c\x91\x04\xa1\x8e\xb4\x3d\x26\x0a\x92\x18\x46\xc9\xae\xa2\x46\x77\x29\x20\x78\x41\x9c\xaa\x34\x90\x6c\xae\x61\x2c\x7c\x53\x6c\xbd\x8c\x89\x9e\x56\x11\x2e\xba\xa9\xf3\xf4\xac\x65\xbc\x09\x70\xbf\x93\x07\xbd\x4d\xe4\x89\x11\x14\xbc\xfa\x5a\xaf\x0e\x57\x29\xb2\xeb\xda\x27\x33\xee\x54\x7d\x3f\xe5\x2c\xd1\x6a\x66\x85\xc2\x69\xeb\x9f\xed\x8c\xd0\xb2\xd5\x9a\xd1\x3d\xe9\x3b\xeb\xc9\x6c\xe7\xc3\xc9\x0f\x9f\x3d\xf2\x8d\x21\xd2\x67\xb3\x0c\xb9\xee\xc3\x80\x74\x71\x76\x2d\xfd\xeb\x46\x84\xfd\x3c\xf8\x2d\xfe\xf3\xdd\x5f\xff\xa9\x40\xd6\xd6\xa0\x27\x6c\x74\x31\xa3\xca\xb1\x45\x75\xc3\x22\xd8\xa7\x5e\xb9\x68\x0a\x21\xb8\x2e\xe5\xa2\x73\xe1\xbe\x08\x67\xb5\x81\xcc\xdd\x5e\x51\xa9\xcd\x1a\xac\xd0\x39\x0e\xae\x44\xe7\xb8\x21\x1a\xc7\x83\x6b\xd2\x38\x0e\x5a\x69\x1c\x1c\xbe\xf1\xd6\x69\x16\xb6\x2c\xdd\xc6\xed\xd3\x2c\xe8\x37\x07\x4d\xa8\xea\x2c\xf0\x14\xb9\xe9\x5f\x01\xc1\xf3\xec\x2f\x82\xce\x10\x49\x50\xba\x4d\xd6\xd9\xe3\x2d\xd4\x9b\x3a\xe5\xc4\xe9\x22\xf2\xe7\x8b\x83\x37\x98\x47\xd0\x47\x53\x79\xd0\x4d\x11\x2f\x6c\xcc\xef\xf9\x47\xe7\x64\xe9\x08\xf4\xb7\xeb\x09\x69\xb9\x5e\x08\x81\xb5\x90\xa0\x3b\x65\x54\x6d\x62\xba\x4e\xcf\x06\xf9\x92\xa3\x15\x12\xf7\xfa\x11\x5e\xed\xae\x84\xf5\xa6\x40\x30\xa6\xfd\xce\x62\xd2\xea\x2e\x84\x6b\xb0\x4c\x38\x1d\xc6\xf1\x9c\x9e\xb9\x66\x4c\x80\xae\xd3\xf2\xad\xa3\x77\x4a\xaa\xac\x39\x5c\x27\xdd\x86\x85\xc0\x9d\x5c\xa0\x95\x1b\x26\x3f\xf0\x1b\x47\x05\xd6\xfe\x8c\x96\x22\x34\x37\x83\x8b\x36\xa9\x8a\xeb\x86\xfd\x74\x1f\xec\xd3\x79\x88\xcf\x3a\x81\x3d\x5d\xe5\x40\xf3\x88\x8f\x9f\x77\x7f\x71\xe6\x30\x24\x5d\x04\xf3\x68\x21\x3c\xa9\x86\xd4\x22\x76\xa2\xda\xf1\x6b\xed\x90\xed\x38\x46\x67\x8d\xc8\x9c\x2b\x5a\x9c\xce\xa2\x71\xb2\x2e\xaf\x20\x18\xe7\x37\xbc\x50\x01\x38\xe2\xfd\xf1\x32\x7b\xa1\xd5\x10\xb5\xe1\xb5\x0b\xbc\xb9\x9e\xcd\xd3\x32\xb4\xa6\x93\x80\x9a\x6e\x0c\xab\x70\x82\x62\xba\xcb\x54\xdb\xab\x08\x9e\xf9\x79\xf7\x97\xba\xb0\x8d\xa6\xdf\x36\x8f\x90\xb9\x86\xb8\x98\x8e\x68\x67\x1f\x12\xb3\xf1\x96\xbe\x3a\x98\x86\xfd\x36\x38\x0d\xdb\x30\x63\x6e\x12\x47\x12\xe3\x00\xdd\xb4\x8a\xcd\x0f\xce\x9f\x4f\x4f\xce\x3f\x46\x6d\x11\x16\x6e\x5a\xc1\x5c\x69\x19\xe7\xe5\x02\xc2\x98\x97\x02\x80\xdd\x94\xcd\x4d\x7b\x53\x15\x4c\x95\xd3\xed\x36\x54\x6d\xce\xfc\x8f\x56\x74\x0c\x13\xe1\xc1\x8b\xb1\x13\xe1\x78\x82\x88\x83\x3e\x87\x09\x4d\x54\xe5\x05\x1f\x52\x18\xe1\x89\x2d\x55\xed\x88\x53\xe1\xa7\xdf\xec\xa8\x9a\xce\xda\x46\xc7\xf6\x46\x78\x20\x1e\x7d\xfd\xed\x7f\xcf\x7e\x61\x12\x61\xb5\x07\xc2\x05\x4c\x55\x88\xe8\x74\x99\xfb\x24\xdd\x55\x72\x1a\xee\x22\xce\x7e\xd2\x3f\x4b\x87\xa0\x8d\xb3\xe2\x35\xa3\xcb\x35\x3b\x2a\xb4\xb5\xa8\xf7\x55\xa0\x33\x14\xd3\x7e\xc2\xf3\x49\xcb\x99\xc9\xd2\xf3\x99\x98\xbc\x85\xad\xf3\x6b\x45\x56\xad\xd3\x7b\x12\x2f\x9d\xf7\xfc\xe8\x79\x15\x19\xa0\x3e\x09\x69\x28\x10\xef\x9f\xca\x8f\xce\xd3\x29\xf2\x4f\x93\x8a\x06\xea\xf8\xa6\x01\x01\xf5\x8f\xcf\x61\x92\x88\xc7\xdf\x8a\x4f\x85\xc7\x2b\xf2\x4a\xc5\xbe\x59\x1b\x5c\x5a\x20\x37\x07\xa8\x0b\x0f\x50\x37\xb0\xca\x7c\x67\xb6\xcd\x13\x35\x2a\x58\x2d\xd2\x44\xcd\xdf\xfc\x1d\x8d\xc3\x6b\x64\x40\xde\x94\xa4\xc7\x6e\x91\x6e\xf5\x83\x75\x03\x2d\xd4\x6b\x24\x37\x8a\x19\x49\xab\x9b\xbc\x5c\x2a\xe9\xe1\x86\xc9\xc7\x94\xb5\xac\x83\x4c\x6a\xce\x50\xfa\x1a\x1c\xad\xb9\x25\x6b\x6a\x11\x2d\xb4\x81\x56\x47\xaa\x96\xcd\x69\xe9\x04\x9d\x94\x1d\x9a\x21\x96\x0a\xef\xce\x1b\x7c\x4a\x9e\xb0\x6f\x80\xbb\xb0\x29\x77\xd4\x85\x6d\x38\x9d\x3a\x9b\x81\x5b\x11\xf3\x53\x81\x37\x9b\xb9\x52\x81\x5c\x1a\x75\x0e\xda\xed\x94\x29\x4c\xde\xcb\x7a\x1d\x16\xd8\xb6\xd9\x8b\xea\x1f\x35\x85\x09\x75\x9f\xb0\x5a\x8b\x44\xeb\x16\x3c\xf5\x0f\xc0\x37\x99\x39\xda\xce\xf8\x25\x87\x20\x16\xc9\x67\x94\x44\x41\x9f\xa0\x82\x6c\x43\xe1\xe4\xb5\xac\xa4\x24\xcc\x13\x59\x65\x25\x18\x04\x04\x89\x2a\x10\xbe\x92\x07\x8e\xb8\x61\xc4\xe0\x45\xe1\x12\xd6\x20\x99\xe2\x73\xb1\x14\x8f\xa4\xa4\x57\x58\x00\xed\xeb\xf4\xef\x27\xf2\x3d\xda\x57\x4a\xfe\x58\x2b\x99\xb6\x8e\xe8\xa1\x5f\x07\xac\x5f\xe5\xe6\x36\x8c\xf3\x90\xdf\x26\x02\xc0\x46\xfb\x65\xed\x84\x47\x79\x7a\x93\x39\x8c\x73\x17\x0d\x47\xca\x61\xec\x98\x86\x73\x17\xb8\x2f\xa5\xa0\x93\x1e\xee\xec\x8b\x35\xea\x1b\xe9\xaf\x6f\x95\xc0\xd4\xd2\x80\xf2\xa8\xe6\xfd\xe5\xa7\xbf\xa9\xc9\x6e\xea\x0a\x19\xb8\x40\xf6\x0a\x6b\x9f\xec\xac\x3e\x15\xae\xd2\xab\x63\xae\x1e\xb6\xd1\xf6\x5d\x2f\x5f\xbb\x92\x0b\xbd\xc6\x5c\x6f\x97\xbe\x96\x3a\xdb\xdf\x5a\xbb\xe4\xca\x72\x94\x6b\xfc\x20\xe6\x06\xf5\xd9\xb8\x82\x06\x26\x37\xc6\xa0\x76\x08\x9d\x12\xab\x65\x46\x60\x9d\x99\xd6\xda\xbf\x60\x0d\xb1\x6c\x03\xff\x68\x1f\x97\x5c\xfc\xfe\xeb\x2a\x4c\xfb\xb6\x62\xe3\x4f\x9d\x0b\x8d\x07\x57\x21\x34\xae\x27\x32\xfe\x64\x27\x30\x76\x21\xda\x75\x26\xd8\x1d\x5c\x97\x60\x77\x70\x1d\x82\xdd\xa6\x42\x5d\xf1\x04\x3f\x04\xee\x84\x84\x41\xdf\xc7\x11\x1b\x6f\xa8\xc1\x66\xfa\x28\x8a\x7e\x42\xe1\x64\xca\x63\x18\xe4\x0e\x06\x47\xdf\x1e\x68\x78\x2a\xad\x24\xd1\x06\x31\xd0\x4a\xf6\xb3\x10\xfb\x0e\xcd\x62\xdf\x61\x41\xec\x3b\x2c\x8b\x7d\x87\x6b\x89\x7d\x57\x28\xf2\x95\xc6\xd8\xa5\xc8\xb7\x45\x71\x6f\xa3\x6c\x72\x6b\x56\x72\x08\x1e\x5a\xfa\x00\xcb\x05\x20\x2c\x17\xb6\x85\xa8\xd7\x81\x8c\x76\x05\xd2\x59\x07\x72\x59\xab\xc5\xec\x58\x16\x6b\x25\x85\x75\x27\x7f\x5d\xaf\xec\xd3\x95\xc7\x7a\x3d\xc9\xe8\xa0\xa2\xba\xb6\xe6\xb5\xdb\xd8\xda\xda\x51\x38\x5a\xa7\xe7\xa3\xf2\x64\x68\x21\x5d\xb5\x72\x50\x37\x30\x6e\xb6\xe7\xc1\xf2\x24\x34\x9e\x01\xab\x90\x24\x71\x5a\x64\x38\x52\xd3\xb1\x58\x2b\x9a\xa2\x0d\x7c\x76\xfb\x50\x8a\xea\x1f\x8d\x25\x2d\xd6\x74\xe1\x6e\x1e\x70\x21\x85\x9a\xad\x3a\x6e\xdf\x2f\x9e\x7c\x1f\xfd\xf6\xe8\xb4\x16\x31\xba\x50\xb0\xf8\x75\xae\x1a\xaa\x8d\x4b\x36\x97\xdf\x9d\x4a\x6f\xd7\xef\x9f\x65\x14\x6f\x8b\x1b\x5d\xc7\xc0\x6d\x1d\x1a\x12\x29\xb1\x39\x9e\xba\xd1\x3b\xac\x92\x84\xdd\x32\x7e\xba\x5d\x07\x14\xcf\xf0\x84\xc0\xf9\x74\xd9\xba\x0b\xee\xf9\xd2\xa0\xa7\xf5\x34\xdd\x47\xc0\xfd\xef\x02\x2d\xd2\xfc\x17\xa3\x17\x4a\x82\xb8\x49\x2d\xf1\xb9\xc2\xac\xce\xab\x4e\x9d\x23\x58\xdf\x12\xa0\xed\x20\x4c\x24\x10\x55\x1d\xdc\x76\xb5\x36\x91\x8d\x0e\xe8\x81\x36\x87\x7b\x87\x6d\xb2\x33\xbe\x06\x1a\xf6\xa4\x5c\x7a\x1a\xfa\xa7\xcb\x56\x6c\xba\x84\x3e\xc0\x8f\x55\xae\x8a\x32\xd7\xe3\x45\x68\x21\x66\x77\x84\x0b\x23\x44\xa8\x5b\x30\x64\xc8\x38\x03\x47\x6f\xda\x4f\x63\x90\xea\x4a\x97\xd4\xc2\x17\xdc\xaf\x12\xf1\x5a\x45\x1a\xd5\x31\xc6\xf6\x3c\xef\x6e\x59\xaa\x97\xe5\x89\x8a\x79\x3b\x87\x89\x43\x10\x5d\x90\x18\x05\xce\xf9\x34\x8c\x12\xea\xc8\x02\xe2\x0e\x65\x6b\xc7\x66\x04\x1c\x99\x39\xc1\x6b\x7f\x92\xa5\x03\x27\x30\x8c\x3b\x5f\xb1\x6a\x01\xe5\xf0\x0a\x70\xf6\x0b\xd7\x54\x5d\xb8\x0b\x97\x2b\xba\x10\xa7\xed\xca\x9e\x1b\xfd\xc4\xb2\x72\xb4\x60\xbb\xe5\xea\xe7\x07\xe0\x41\xb1\x70\xa3\x89\x90\x3c\x7b\x75\x2d\xb9\xba\x4d\x49\x24\xa7\x21\x71\xdb\x29\xfc\x2b\xbb\x74\xda\x25\x1c\xc7\x52\xaf\x88\xcb\x75\x91\x72\x2a\x47\x1b\xb4\xf7\xae\x14\x92\xab\x81\xc9\x77\x65\x7c\x53\x59\x0a\x2c\x48\x61\xcd\x13\x75\xba\x88\x5f\xea\x96\x66\xb5\x45\xec\x8b\xe3\x7e\x08\x5c\x0a\x4f\xfa\xa2\x18\xbd\x9e\x53\x76\xac\xe3\x72\xfb\xb4\x18\xcd\x27\xf6\x11\x4c\xa6\xae\xe0\xe2\x47\x47\x6a\xfe\x72\xa3\xe5\xe2\xe7\xa4\x2d\xdf\xc9\x99\xc1\xab\x0c\xab\x03\xcd\x74\x5b\x88\xe0\x0b\x93\xbe\xdc\xc6\x16\x4d\x8e\x95\x25\xde\x7e\x98\xef\x11\x39\x0b\x7d\xe4\xbc\x88\x13\x0a\x63\x1f\x35\x0e\x35\x11\x0d\x6c\x87\x59\x7c\x3c\x1d\xa2\x06\xbd\xa2\x49\xc4\x80\x49\x61\x72\x20\xed\x27\xf3\x8e\x27\x2b\x7d\x20\xe1\xdc\xf9\x10\xce\x50\xd3\x54\x08\xa5\x96\xb3\xd0\x9e\x3c\x2e\x78\x40\x5a\x0d\x50\x87\x31\xb2\xa0\xb4\xd2\x34\x2c\x29\x9d\x7f\x7c\x8d\xcd\xf0\x0a\x51\x28\x10\x9e\xeb\x47\x36\x53\xcf\xd9\x8d\xac\xf8\xf8\x71\xad\xca\xd1\xed\xd5\xd0\x22\x7d\xca\x5d\xb7\xc4\x99\xe6\x42\xd0\x3f\x17\xdf\x57\xb8\x7f\xb5\x27\xc5\x15\xdc\x8d\x1d\xb2\x9b\xf8\xbe\x32\xe7\x38\x00\x2e\x5e\xd0\x08\xb1\x83\x60\x66\x19\x8d\x83\xb3\xd1\xd2\x5a\xc3\xc0\xe6\x7e\x5d\xbb\x4a\x6a\xc1\x3a\xb1\x89\x41\x69\x37\x77\x33\x6f\xd9\xba\x34\xdb\xfb\xf7\xe2\xec\xdd\xd3\x57\x76\x49\x3c\x06\x87\x76\x18\xa4\xde\xec\x7e\xe6\x26\xcc\x65\xcd\xc3\x93\x7e\x22\x7d\x9b\x05\x09\xa4\xc2\x49\x2e\x15\x1b\x0a\x4f\xe6\x30\x46\x91\xdb\x2a\xcb\xd5\x05\xa9\x6b\x79\x7d\x83\xb8\xb6\x44\xa6\xec\xf2\x72\x1e\xb9\xa1\x60\x07\x6f\xed\x02\x57\x38\xb1\x79\x52\x79\x39\x28\x21\x1b\xad\xa9\xec\x5e\x7b\x35\x74\x6d\x0f\xd7\x36\x4c\xe1\x4a\x93\x9f\x42\xf6\xc1\x11\x44\x77\xc4\x2e\xda\x96\x65\x3b\xd3\x19\x8b\xb0\xaf\xdf\x76\x61\x93\x2e\x5d\x00\x9b\x5f\x27\xb3\x8c\x29\x6f\xf5\x2a\xc1\x6f\xff\x13\x9f\xbe\x78\xf2\xf5\x66\x57\x89\x26\x0b\x5c\xdf\x2d\xa2\x9d\x46\x26\xe2\x58\x80\x5a\x67\xf8\x13\x6a\xc0\x75\xf7\x04\xe6\xf4\xef\xa3\x98\x92\x50\xa6\x01\x55\xbd\x72\xbd\xe3\xbf\xf6\xd1\xef\xe8\xd8\x5b\x1c\xf9\xd2\x71\x57\x84\x1b\x54\xb8\x48\x2d\x4e\x78\xa7\xa7\xdb\x2c\x28\x6c\x72\xce\xd3\x19\x6e\x7c\xc6\x99\x7e\xb1\xe5\xe3\xfd\xdf\xf9\x8f\x70\xf1\x7a\xf6\x71\xb3\xe3\x4d\x98\x06\xd6\xa7\x24\x9c\xf7\x69\x28\x36\xd8\x15\x9e\x72\xa7\x39\x10\x8f\x13\x4d\x62\x88\xf2\xd8\xb7\x6a\xbc\xdd\xc0\xaa\x22\x77\x40\x1b\x8d\x2d\xaf\xc2\x38\x9c\x2d\x66\x16\x1c\x2e\xeb\x35\xb0\x36\xe1\x54\xa6\xa8\xe5\xd4\xe8\x59\x18\x2b\x17\xdf\x0c\x7e\x66\xc3\xf9\x81\x08\x5d\xe8\x59\x38\x09\xf9\x1e\x3b\x3a\x28\x38\xe1\x66\x49\xab\x21\x5b\x10\x02\x05\x21\x8c\xb7\x4b\x07\x3e\x84\x1b\x40\x0a\xf1\xe6\xed\xd2\x02\x7e\xbe\x0a\x42\x98\xae\x75\xd3\x37\x0f\x75\xdf\x67\x9f\xff\x27\xcb\x51\xd1\x9c\xa2\x4d\x7e\xd2\xba\xcb\xbd\xd3\xfb\x9d\xd0\x75\x71\x69\xb5\x4e\x52\x03\xd8\x96\xef\xf7\xd7\xbf\xbf\x7d\x76\xf2\xdb\x32\x36\xc7\x19\xa8\x10\xa3\xea\x5a\xd4\x5a\xd8\xb6\x26\xdb\xbc\x4f\xcd\x7b\x55\x22\x55\x15\xa7\xd0\x0c\x83\xdb\x50\x27\x85\xbb\x76\x1d\x70\xc3\x6f\x80\x1b\xc6\xf3\x05\x2d\x4f\xa9\x6c\xf6\xe6\xb8\x2c\x22\x66\x83\xab\x03\x27\xf8\xb3\xd9\x1a\xee\x76\x89\x9a\xb8\x3b\x97\xf5\x39\x6f\x1a\x74\x62\x87\xf1\xeb\xfc\x84\x89\x2d\x54\x85\xe5\xd6\x1d\x74\x9d\x55\xc8\xb7\x5b\x00\x06\xe7\x63\xeb\x87\xd2\xae\x9e\x57\x1f\x38\xa0\x9c\x4a\xca\x4b\x11\xed\xb4\x14\xbc\xc0\x4f\x2d\xe7\x5a\xe8\xf5\x41\x56\x91\xd2\xd7\xe2\xa8\x1b\x34\xe2\x03\x63\xac\x62\x37\x91\xb7\x1b\xd9\x24\x3a\x0e\x58\xb5\xb4\x4b\xa8\x20\x3d\x48\x78\x8c\x41\x4a\x66\x4b\xe7\xd7\xd5\x21\x1c\xb5\x05\x38\x6a\x50\x71\xae\x2c\xee\x2e\xc7\xd6\xba\x60\x90\xa9\x3b\x64\xab\x0c\x12\xbe\x7b\x11\x3f\xf9\xe6\xe7\xdf\xab\x19\xa4\x06\x92\x82\x3e\x23\x7f\x41\xf9\xbd\xce\x4e\x77\xc4\x25\xcd\x24\x81\x13\xfe\x15\x8e\xc7\x21\x31\x80\xa5\x54\xf1\x42\xb1\xfd\x33\xff\xcd\xb6\xec\xab\xd9\x52\xac\x0b\xfb\x4b\xe1\xc9\x22\x82\x24\x9f\xef\x72\xb4\x7f\x90\x4d\x47\x8b\x9f\x2b\x5a\x52\x0a\xd1\x75\x5b\x29\x39\x4f\xa7\xa5\x48\x7d\xd9\x5b\xad\x27\xbc\xdc\xec\xc5\xb3\x35\x1a\x3d\x43\x11\x5c\xae\xd1\xee\xc3\x87\x97\x6b\xb4\xfa\x1e\x4d\xe1\x59\x88\xc9\x1a\x4d\x53\xf4\x98\xb6\x0d\xff\xbf\xff\x77\x6d\x5b\xaf\xd5\x92\x13\x9b\xc8\x9b\xe2\x28\x9b\x15\xad\xec\xf9\xb4\xea\x94\xdc\x18\x75\x01\x14\x4e\x43\x2e\xc3\xa6\x23\x60\x7b\x6c\x9b\xef\x7f\x89\xfd\x53\xb9\x65\xb7\x39\x0c\xbe\xfb\xb7\x39\x80\xec\x20\x5d\xdd\x28\xea\x15\x99\x0d\x5c\x62\xe6\x89\x69\x65\x18\x80\x93\x65\x68\x16\x9d\x59\x36\x75\xc0\xea\xf2\xd4\xba\x5e\x93\x87\x29\xf7\x15\x21\x91\x41\x08\x23\x3c\x49\xaf\x09\xc5\xa3\xd9\x4d\xf1\x84\x20\x9e\x88\x91\x2c\xe4\x87\x73\x18\x53\x87\x62\x0d\x24\x50\x44\x34\x4a\x9e\xf4\xb8\x6d\x0a\x7b\x8b\xf8\x84\xf6\x5d\x6b\x04\x52\xb1\x0a\x06\xeb\x27\x47\x34\xcf\xc0\xb1\xf7\xf7\x81\x8b\x63\x3f\x0a\xfd\x53\xd7\x3e\x64\xfc\x6b\x99\x7b\x9d\x92\x45\x06\xb0\x18\xf5\xae\x47\x45\xd4\x6c\xb1\xfb\x0a\xc5\x34\x34\xbd\x58\x8e\x5e\x63\x9c\xe9\x7b\xea\xb7\x47\x46\x05\x43\xb2\xb9\x45\x2b\x8b\x78\x70\xbe\x77\x36\x59\x9a\x36\xf0\x05\x7a\x53\x71\xb5\x3c\xcc\x15\x1a\xb1\x7b\x69\x33\xbd\x9c\xf2\xce\x51\xaf\xd0\xe5\xb4\xe2\xd6\x39\x30\xac\xd8\x83\xca\x3d\xa3\xd2\x97\x53\x79\x41\x1c\x4a\xa7\xed\xe2\xb6\x19\xac\x94\xc4\xdb\x0f\xf6\xb0\x38\xd8\xb4\xa3\x75\x76\x1f\xeb\xcf\x9c\x18\x5b\xd7\xaa\x35\x12\xc4\x1a\xfa\x23\x2f\x7e\xf9\x77\x09\x3e\xd0\x54\xfc\x5c\xd4\x1d\x2f\xbb\xc7\xef\xf5\xd7\x38\x40\x03\xe7\x07\x43\x15\x3e\x20\xd2\xf0\xdc\xeb\xa9\x2f\xb8\x01\xb2\x73\x5d\x7d\xc1\x1b\x18\x60\xd1\xbd\x0b\x36\x23\xe9\x7a\x66\x08\x5e\x67\x2f\xd9\x55\xf5\xfb\xb6\x6a\x80\xd8\x25\xd1\xf9\xf4\x7c\xfc\xd4\x6c\x80\x58\xdb\xe2\x20\xa6\x66\x38\x2d\x72\x7b\x8f\x43\x14\x05\xdc\x08\x6b\x51\x6d\x56\x55\x47\xb1\xae\x09\x96\x8f\x10\xdf\x4f\xaf\x6c\x7e\x80\xc4\xbd\x4d\xd1\x67\xea\x96\x82\x82\xa5\xc1\x45\x25\x54\x29\x65\xcb\x75\xa6\x30\xe9\xab\xac\xb0\x2c\xa2\xa2\x2e\xe3\x45\x47\x60\xb0\x50\xea\x2b\x8d\xfc\x70\x41\xf1\x18\xfb\x3c\x13\x33\xfb\x2c\xe7\x25\x0d\xf3\xf9\x10\x7b\x31\x68\xd9\x5c\x02\x6f\xa8\x57\x0b\x61\x4c\xbe\xa5\x12\x25\x25\xc5\xb9\xd4\x45\xa7\xbc\x4f\x20\xed\x30\x13\xaa\x38\x49\x2b\xc3\xee\xd3\x29\x22\xf3\xc6\xc8\xfe\xbd\x5a\x24\x94\xa7\x2f\x3b\x9c\x6d\x3b\xcf\x5e\xbf\x77\xa6\x38\xa1\x6c\x2a\x03\xf1\xab\x8f\x63\x0a\xc3\xd8\xd9\xef\x7f\x7d\xe8\xf8\x53\x48\xa0\xcf\xee\x02\xa7\x27\x3c\x91\x09\x70\x22\x44\x29\xff\x00\xe3\xc0\x99\x2e\xe7\x53\x14\x27\x9e\xf8\x6b\x26\xfa\x9f\x84\xb1\x28\x33\x0b\xe5\xc3\x03\xe7\x4d\xec\x23\x47\xec\xb6\x00\x88\xfb\xda\x87\x71\x8c\xf9\x70\x04\x51\x82\xba\x18\xb2\xf2\xd6\x35\x6f\x28\x3b\xed\xc8\xad\xcc\x9d\x2a\x04\xf5\xe6\x7a\xe7\x9b\x82\xe3\x83\x0b\x09\x5f\x2f\x19\xd7\x42\x5f\x6a\xb2\xed\x1a\xcb\xcb\x19\xb3\x33\x72\xe2\x12\xdb\x23\x8e\x92\xc6\xfa\x02\x5c\x15\x1a\x02\x2c\x6a\xcf\xd1\x33\x94\xf8\x24\xe4\x6d\x9d\xde\x1b\xd9\x87\x67\x3a\x59\x4a\x9b\x43\x9f\x29\x24\x08\xe6\xc6\x25\x4f\x86\xd6\xd9\x06\x07\xc4\xb0\x2a\xb9\x8e\x4d\xeb\x60\x62\x91\x75\xfb\xa9\xc4\xf7\x9f\x3c\x7d\xf9\xfe\xd3\xf3\xd7\x4f\xbe\x7f\xf9\xfc\x99\x4d\xb6\x67\xd5\xdd\xab\x05\xd2\x44\xc2\x37\x6a\x8c\x76\x29\xa3\x26\xbc\x53\xcf\x1b\x81\x86\xab\xc5\xa5\xef\x97\x0e\x0c\x78\xf6\x1e\x7f\x23\x4f\xd8\xe3\x91\x5c\x70\x86\x04\x73\x04\x42\x39\x0e\xa3\xc8\x81\xf3\x79\xb4\x74\xe8\x54\xc0\x1a\xc0\x28\x72\x28\x3e\x45\x71\xa2\x0e\x2a\x3f\xc4\x3c\x4d\x53\xef\xc1\x5c\xd3\x58\x93\x0b\xd9\x9b\xfb\x22\x11\x41\xcb\xfc\x2d\x56\xcf\xcd\x1b\x8a\x79\xad\x5c\x57\x32\xd9\xc2\xb5\xfb\xe4\xe9\x4b\xb6\xcb\x19\x49\x9e\x89\x07\x92\x72\xc2\x70\x79\xb1\x6b\xd7\x63\x8e\xa3\xd0\x0f\x5b\x2d\xc9\x5b\xad\xc9\xda\xab\xa2\xde\xbb\x95\x85\xe1\x2f\x5f\x36\x2f\x0d\xc7\x12\x79\x11\xa0\x98\x86\x74\xd9\xb8\x56\xfc\xf8\x19\x57\x8c\x53\x6c\x69\xb7\x66\x16\xb0\x15\x0d\xd0\xba\x9b\x49\x36\x26\x75\x34\x08\x13\x78\x12\xa1\xa0\x84\xa8\x86\x49\x91\x0d\x85\xc9\x5b\x12\x26\x34\x8c\x51\x86\x3c\x95\xfe\x24\xb5\x64\xcd\xcc\x96\x75\xad\x49\x02\x99\x96\x9b\xd5\x95\x36\x6b\xb9\x6e\xbe\x82\x9f\x00\x0d\xd0\xe5\xa6\xf7\xf0\xac\x8b\xa2\x7c\xf6\x44\xa9\x98\xef\xc6\x13\x95\x39\xd0\x1b\x4e\xb4\xc8\x7e\x2b\xa6\x26\x07\x45\x10\x0f\x10\xa8\x26\xbe\x14\xd8\xab\xc6\x64\xb2\x37\x94\xf8\x0d\xcc\x2a\xe0\xc6\x98\x56\x6d\x5b\x69\x82\x2b\xd4\x8b\xcc\x8b\xa3\xd9\x51\x6c\x5f\xe6\xb7\x0b\xfb\xaa\x30\x2a\x49\x1d\x5c\xdd\x45\x56\xd6\xd5\xce\xed\xa9\x57\x6e\x07\x13\x80\x01\xaa\xf8\x4d\x7e\x07\xe4\xcb\x69\xe6\x76\xc4\xb3\xf4\x7d\x76\x21\x08\x87\xeb\x02\xac\xb5\xb1\x71\xca\xee\xc4\x5c\xfa\xfa\x36\x28\xad\x3f\x70\xbf\xcb\xf4\xd5\xef\x32\xc3\x5c\x56\xa6\x39\x35\x1d\x67\x81\x2d\x86\x2c\xc0\x0a\x2b\x96\x21\x29\x7d\x53\x88\xa3\x2b\x0d\x29\xd4\xad\x0c\x9b\x5a\x2a\x6e\x54\x8d\xa8\xf0\xec\xa7\xc3\xf3\xbd\x08\x56\x98\x2c\xa4\x96\xde\xb6\xc4\x51\xa1\x4c\xeb\xf5\x94\x8a\xfa\x0d\x2f\x48\x26\x1a\xf1\x24\x86\x13\x84\x62\x26\x87\x75\x52\x2c\x4a\xca\x73\xcb\xdc\x6b\x6e\x45\xa5\xa8\x4e\xc8\x98\xc0\xb3\x4e\xc8\x98\xc0\xb3\x6b\x26\xe3\x56\x0a\x97\x55\x91\x71\x06\xc9\x29\x0a\xb8\x0d\x9b\x8f\xab\xa6\xda\x58\x0b\xa2\x8a\xae\x36\x22\x6b\x4d\xa9\xae\xf2\xad\x5c\x88\x25\x56\x46\x13\xfe\x5f\x11\x85\x4c\x12\x2a\x2e\xb0\x6a\x81\x3c\x23\xb9\x44\xb5\x42\x14\x86\x51\xa3\x00\xaf\x58\x3e\xc9\x69\x05\xdf\x66\x6e\x6f\x1f\xc7\x3e\xe4\xe9\x38\xbd\xbc\xc8\x2a\x81\x87\xd3\x15\xcd\x3f\x5d\xfe\xdd\x1d\x3a\x6e\x09\x8e\xb8\x30\x56\xe0\x66\x15\xa1\x6c\x5d\xe9\x95\xb1\x7d\x5d\x99\xd7\x8d\xac\x66\x43\xbe\x85\x82\x70\xeb\x29\x4e\x3f\x4d\xe9\x9f\x8b\xe7\xe8\x57\x33\xb7\x2a\x82\xec\xe5\x2c\x7a\x35\x4c\xcc\x5a\x79\xd4\x42\x2b\x0a\xe5\xd2\xd0\x79\x26\x08\xbb\xd7\x0c\xcb\xa7\xad\x4f\x25\x30\x5f\x9b\x34\x45\xe3\x0c\x9f\x07\x21\xbd\x6d\x53\xac\x85\x7a\x02\xee\x77\x12\xf5\x8a\x0f\x5e\xbc\xc2\x91\x9b\x9c\xe3\xf2\x25\x2f\xd5\xef\x9b\xd5\x3d\xb3\x83\x80\x52\x37\x9b\x42\x7d\x92\x53\x36\xe2\x3e\x81\xc3\x7a\xe8\x3c\xf5\x50\xcb\x9a\x51\xd6\x88\x4f\xae\x05\xd2\x93\xbb\x29\xc2\x93\x20\x40\x05\xc6\x53\x6a\x42\x73\x8d\x40\x4f\x65\xe3\xe0\xa6\xf5\xb4\x36\x2d\x5e\xb7\x81\xb9\x2a\x77\xb9\xb4\xb6\xeb\xf0\x83\xeb\x1a\xc0\xa3\x8c\xb1\x8f\xf5\xa6\x94\xee\xc9\x6a\x01\xee\xb2\xf9\x4b\xac\xb0\x52\x0c\x67\x4f\xba\x94\xad\x61\x2a\x9b\x7f\x5c\x1f\xdd\xa4\x78\x03\xae\xcf\xc7\x6f\x44\xb1\xd3\xff\x9e\xfd\xf9\xf6\x1d\x7a\x68\x46\x35\xc9\x72\xd8\xca\xc0\xb9\xc9\x42\x0a\x95\x76\x65\x4c\x73\xf7\xc4\x16\x38\xd6\xd5\x55\x33\x6d\xcb\xd9\x64\xf6\xd2\xcd\xe5\x6c\x16\x7c\x6d\x2d\xae\xd6\x51\xd9\xd1\x74\x27\x5d\x19\x8b\xb1\x04\xba\xb2\x8a\x69\x32\xf2\xd2\x41\xc1\x2c\x73\x6c\x72\x2a\xa7\xcf\xa4\xb6\xed\xf4\x8b\x6e\xa7\x6b\x5b\xa1\xb2\xd3\xf2\xa5\x6e\x97\x59\x9a\x37\x33\x41\xd3\xed\x2a\x3f\x53\x3a\x07\x8d\xf5\x99\xba\xce\xcf\xb4\x86\x33\x73\x73\x39\x9a\x62\x8c\x26\x60\x17\xbe\x72\x99\xd1\x5f\x37\x56\x5b\x05\x4d\x8b\x65\x8a\x83\x4a\x03\x52\x8b\x5a\x44\x1d\x15\x6f\xb0\x24\x65\xbb\x02\x27\x95\xbe\xef\x2b\xab\x1f\xac\xff\x7b\x8d\x35\x6f\xb8\x28\xa4\xd2\x5a\xc0\xd5\xff\xe9\x95\x27\xf4\x0b\xbb\xc9\x43\xa8\x53\xa3\x2a\x1d\xca\xba\x68\x49\xa7\x15\x5c\x6a\x02\x0d\xae\x7b\x79\xce\xb9\xd9\x91\x2f\x92\xb1\x0e\x8c\x55\x61\x0c\x3a\x45\x7a\x9f\xec\x71\x48\x90\xec\x81\x75\x38\xc6\xa4\xad\x3d\x34\xff\xaf\xb6\x80\x87\x16\x7a\x61\x53\xc5\x43\x1b\xa8\x28\xe5\x71\xb3\x36\x52\x0b\x68\x4c\xc7\xa8\x92\xe7\x70\x76\xb0\x9f\xf4\xa3\x30\x17\x9d\x5c\x9d\xd3\xb3\x61\x48\xb5\x8f\x67\x33\x18\x07\xc9\x6e\x9c\x99\x94\x3a\x88\xa6\x7e\xa6\x47\x52\x3b\x38\xd6\x56\xb0\x7a\x45\xea\xd3\x2e\xea\x89\x16\x21\x48\xe2\x2b\xa4\xda\xcb\xe7\x4f\xde\xbd\x2e\xd1\x8e\xf1\xbe\x8c\x72\xc9\x6e\x82\xfc\x05\x41\x7d\x7d\xb2\x1d\x10\xf3\x1d\x82\x01\x3f\xaf\x93\x45\x18\xd4\x66\x7b\x6c\xbc\xdb\xaf\x2e\x25\x7f\xbf\x6d\x4e\xfe\x76\xf5\xfb\x4d\x2a\xe2\xa8\x84\xfe\x1b\xe6\x61\x9e\xbc\xfa\xfc\x71\xf2\xe3\xf3\x33\x3b\x58\xb2\x6b\xf3\x89\xca\xfa\x0b\x76\xce\xbc\x0f\x22\x8b\x50\x00\x6d\xa7\xae\xbc\x00\x11\x34\x09\x13\x6e\xaa\xe0\xc1\xd0\x16\x05\x2f\x6c\xf8\x5a\x0b\x7f\x5d\x47\x0e\xa3\x8a\xad\xb3\xe9\x46\xbc\x11\xa6\xa6\xdd\x43\x1a\xbd\x7e\xf7\x9f\xf3\x0a\x9f\x11\x07\xda\xe1\xff\xe1\xf6\xa6\x4a\xd3\x93\x9d\xc1\xe9\xbd\x86\x89\x74\x8d\xe6\xa6\x3c\xc5\xaf\xc4\xde\x94\x2f\xfa\x2b\x02\x4a\xb9\x76\x79\x8a\x96\x7d\xbe\x44\x49\x11\x6f\x9f\x9b\xdf\x38\xac\x2e\x70\x9f\x30\xa1\xea\xf7\x3c\xdc\x78\xfe\xb9\x00\xf1\x07\x7f\x67\x0f\x3e\xa9\x78\x50\x43\xea\x05\xee\xc7\x58\x96\xc0\x65\x2d\xca\x55\x85\x0d\xed\xe4\x2b\x7e\xca\x9a\xa5\x7d\xb8\xba\x2a\xae\x43\xaa\xcb\x8b\x03\x13\xfa\xfd\x52\x29\xe3\x16\x16\x86\x9a\x02\x23\xea\x1e\xe1\x5a\xeb\xe6\xaa\xb3\xbd\x11\xce\xc9\x1b\xe2\xd2\x4d\x53\xf6\x31\x1d\x82\x87\xcd\xa8\x44\xa6\x24\xc9\x4e\xf5\xd3\x66\xab\x9c\xfa\xa7\x8e\x5d\x45\x5a\x4c\x2d\xc0\x5e\x06\xef\x96\x69\x4b\x06\x87\xbe\x43\x31\x85\x95\x29\xa5\x75\xdf\x6f\x5c\x66\xc3\x4a\xf0\x69\xa4\xbb\x7c\xd7\x7a\xf6\x36\x13\x91\x5a\xa9\x94\xd5\x86\xb7\xb2\xa5\x0d\xb8\xdf\x25\xc8\xc7\x71\x00\xc9\x52\xfc\x91\x56\x8a\xfe\x4e\x64\xb9\x48\xfb\x4e\x9a\x39\x72\x74\x3d\x86\x38\x20\xd9\x45\xa9\x84\xb5\x56\x9a\x4d\xdd\x9e\x2d\x06\x91\xde\x2d\x75\x83\x50\xef\x1a\xc8\x62\xd9\x2d\x51\xdb\x3a\xda\x44\xb6\x46\x5b\x9d\x55\xd4\x41\xb0\x17\x01\xe0\xea\x0a\x88\xe7\xf6\x61\x8b\x92\xce\x5d\x19\x44\x73\x63\x3d\x58\x17\xac\xce\x92\xd0\x6d\x6b\x94\x17\x40\xeb\xcc\x16\xd1\x39\xc1\x9f\x65\x3a\x8b\x1e\xc7\x7b\x00\xdc\xf4\x17\xcb\x10\xde\xad\xd6\x83\x5e\xdb\x7a\x7a\x05\xf6\xd3\xf5\x2d\xa8\x1b\x5f\xa9\xd9\xbf\xd7\x19\x08\x5e\x07\x46\xd4\x9c\x19\x55\x71\xd6\x16\xb6\xaf\x26\x7b\xca\x8d\x2c\x86\xbd\x85\x95\xea\xcc\x9e\x9a\xf6\x78\x05\xd6\xd4\x7a\x7b\xaa\xa6\xff\xaa\x41\x58\x8d\x3a\x1b\x71\x3b\xb3\xea\x75\x6e\xad\x96\xc6\xd5\x8e\xcc\xab\x9d\x1b\x58\x73\x1c\xb3\x73\xfb\xaa\x8e\x01\x5c\x8f\x03\xd5\x88\x12\xb5\xa1\x85\xf5\x4a\x6c\xac\x13\x44\x69\x18\x4f\x18\xf7\x21\x14\x05\xdd\x12\xd3\xde\xbe\xda\xd1\xb6\xbf\x36\x63\xac\x21\x72\x63\x1d\x89\xb4\xe5\x3b\x8c\x08\xa9\x6d\x0d\xb1\x06\x4b\xca\x46\x06\x30\x81\x1d\xbc\x6d\x1b\xd8\xe9\xde\x03\x18\xfd\xf5\xee\x75\x45\x89\x72\x59\xc7\x6c\x2d\x93\x57\x2e\xa8\x90\xc3\x19\x6e\xcd\xf4\x25\x68\xbd\xa6\xf5\xab\xa1\x32\xb7\x29\x2b\xb4\x8c\x61\xd2\xce\xd0\xc6\x84\xee\xa5\x29\xb0\xcb\xae\xa5\xaa\x4a\x63\x19\x16\xc6\x96\x41\xd1\xc8\xa2\xbe\x6d\xc7\x96\x27\x1b\xbb\x53\xa9\xa2\xad\x31\x02\xac\x74\x49\x74\x5b\xc9\xd6\xb5\xac\x62\x5b\xe6\x5a\xed\xe2\x9b\x4b\x65\x35\x73\x01\xce\xef\x0b\x7c\xb5\xbe\x88\xeb\xa6\x63\x10\x00\xe5\xa5\x81\xa8\xca\xa2\x3d\xb7\x1c\x3e\x2c\x7f\x2b\x44\x10\x7b\xd5\xe3\x2d\x73\x30\x8b\xfb\xbf\x23\x65\xcd\xc6\x90\x68\x98\x63\x35\x38\xab\x89\x1d\xe7\x15\x71\xf4\x59\x60\x86\x15\x4f\xb1\xba\x53\xb4\x0b\xc6\x00\x00\xaf\xf7\x74\x1a\xf2\xbc\x71\xad\x39\x70\xbf\x3b\x0f\xe9\xf4\x45\x3c\xc6\xc5\xbb\x4a\xa8\xc2\x9d\x93\xd9\xa2\x3c\xaf\x6b\x51\x82\xc7\xad\x2a\xb6\xa2\x76\x5a\x35\xa8\x93\x6b\xac\xa8\xd2\x32\x0e\xb2\x04\xc8\x6f\xdc\xd0\x45\x50\xaa\xe6\x9d\x6f\xda\xf1\x55\x5b\x64\x6d\x1a\xbd\xc6\xc1\x95\x13\x28\x2b\xf9\x5a\xc4\xc1\xc2\x01\xca\x2a\x4e\x37\x50\x28\xff\x70\x4b\x2a\x75\xb1\x5d\x1b\x55\xb7\xb2\x95\xb2\x8c\xef\xa1\x55\x77\x35\xcd\x2e\xfb\xb9\xb5\x21\xd2\xae\x3c\xad\x0a\x58\x6c\x2a\x48\xab\x9e\x6b\x2c\x41\x5b\x23\x31\x6b\xc1\xa3\x9b\x53\xbf\x6d\x2c\xe7\xcd\xa8\xe5\x9d\xde\x0d\x99\x1c\x69\x59\xd2\xdb\xae\x65\xb1\x6c\x76\x3e\x30\x41\xee\xad\x9f\x43\x19\x71\x3a\x43\xc9\xb4\x3f\x81\x14\x9d\xc3\xe5\xba\xa5\xaa\xe5\xbe\xa9\x28\x08\x5e\x1e\x35\x4c\x9f\x6f\x35\xd9\x52\x33\x43\x7d\x6d\x2d\xed\x49\x09\xbd\x6d\x67\xf3\x96\xb5\x73\x38\xcf\xb3\x9b\x8e\x7c\x51\x9b\xa9\xe4\x9a\x1c\x17\x10\x59\xec\x87\xfa\x01\x4e\x12\x67\xc7\xe1\xf2\xb9\xdd\x58\x6d\xca\x71\x37\xb7\xb2\xab\xca\x6d\x53\x0c\xba\x7d\x18\x54\x47\x3a\xb7\xa6\xc2\x75\xa0\x76\xef\x42\xed\x08\x6c\x55\x01\xdf\xfb\xf6\xf9\x13\xfa\x74\xf9\xa3\x59\x01\xa7\x70\x32\x41\xc1\x93\x54\x0d\x57\x35\x4a\x94\x62\x6e\x5d\x86\x44\x3f\x8b\x5b\x29\xce\xfa\x41\x9f\x49\x5d\x51\xb1\x22\x26\x91\xb1\xec\x48\xfb\x4a\xad\x55\xef\xef\xc8\x2b\xd7\x49\x39\x92\x0f\x70\x52\x6d\xce\xab\x6c\x95\x4a\x01\x1b\x14\x35\xb2\x9a\x63\x6d\xfd\x0d\xb9\xf0\x4c\xfd\x70\xf3\x0b\xc2\x21\x14\xf6\x4b\x80\xf2\xad\xd0\x39\x2d\x0a\x05\xb8\x59\x38\x87\xfe\xe2\xbd\x32\x92\xbd\xba\xd5\xaa\x30\xb8\x24\xf7\xe5\x6e\xd0\x4a\x61\xaf\x24\xe5\x81\x72\xdb\xb7\x98\xd0\x52\x43\xf9\xa5\x2d\x3e\x97\x28\xaa\x62\x04\x74\xed\xc9\xdb\x46\xea\xd6\x4d\x91\x80\x45\x62\xd5\x6f\x33\x7b\x82\x97\xe8\xa4\x71\x8d\x61\xfe\x21\x45\x90\x6a\xdc\x7b\xb7\x01\xbf\xed\x41\x45\xd1\x89\xf5\x42\x80\x37\x04\x4d\x6f\x2c\x9b\xac\x01\x95\xc3\x20\x08\x05\x84\xaa\x93\xde\xc5\x55\xe5\x93\xeb\x9c\x5e\xc5\x27\x3b\xc4\xde\xae\xe1\x92\x9d\xf1\xdd\x9c\x00\xbc\x65\xd6\xfb\x60\x71\xf6\xea\x97\x6f\xbe\x7f\xb7\x59\x59\x64\x31\xa3\x7e\x56\xe0\x6f\x4b\x05\xbe\xf2\x46\x88\x0d\x8a\xc6\xc8\x81\xa9\x61\xd7\x1b\x24\x1e\x2a\x02\xf0\xf9\x57\x44\x97\xb0\x45\x4e\x54\xd0\x64\x53\xe0\x0f\xef\x88\x4d\x24\x8b\xe8\xcc\x47\xfa\x18\x27\x5a\x0c\x07\x12\x02\x7b\xfa\xd4\x5b\xf9\xe7\x73\x3e\x12\x17\x68\xc5\x6e\x4c\x36\xb6\x0d\xa1\x32\x1b\x6b\xa9\xa7\xd6\x76\x59\x4f\x3d\x0d\x20\x17\xca\xa8\xd8\x4b\x2d\x6f\x87\x86\x7d\xf1\x1a\x07\x37\x68\x53\x74\xba\x13\xb4\xa9\x99\x4a\xf1\x6f\x6f\x59\x45\xc9\xfc\x0d\xd6\xf4\xfa\x6f\x7c\xfd\x7e\xae\xb8\xf4\xef\xb5\xbe\xf4\x53\x75\x74\xcb\x17\xfe\xcb\xf9\xf7\x3f\x7f\x03\xdf\x98\xab\x30\x58\x5f\xf8\x33\xee\x5d\xbb\xae\xe2\xf7\xc5\x13\x97\x7f\xeb\xc4\x00\x5a\x9d\x79\x35\x1e\x18\x14\x8c\xa4\xbc\x9d\x1a\x6e\x0e\xde\x68\xdd\x3b\x83\x2b\x70\x93\xf2\x15\x50\xed\xe9\x68\x7f\x34\x6f\x6b\xed\x1a\xb6\x7c\x75\x75\x0e\x36\x92\x6d\x2d\x4b\xb9\x98\x0d\xed\x8d\x3b\x4f\x33\x30\xd9\xef\xbe\x57\xf2\xe0\x58\x54\x72\x50\x1e\x6c\x6b\xd8\x62\x76\x11\xa9\x41\xd5\x31\x9c\x7a\x23\x41\xee\xb5\x7f\xa3\x4d\x69\xe0\x5d\x8a\x98\x37\x6f\x83\x5e\x2b\x3f\x4c\xc9\xd0\x95\x02\x24\x05\xd3\xed\x32\xc2\x7f\xfc\x1a\x8e\xff\xfd\xf1\xc1\xe7\xb5\x19\xe1\x16\xf4\x1b\x25\xd1\x2b\x51\xfe\xe3\x3c\xa1\x04\xc1\xb5\xc1\x5e\x1a\x6e\x38\xfe\xba\xfe\x22\x7d\x49\x9b\x8b\xee\xa3\xde\xaa\x3e\x1a\x40\xbd\xa0\xa2\x98\x7c\xaa\x42\xe5\xca\x32\x1c\x37\xd3\x44\x85\xef\xf3\xfa\x0c\xfc\x53\x9c\x26\xd3\x97\x2e\x7b\xbb\xca\x0b\xb6\x0b\x93\xea\x58\x6f\x21\x9d\x5e\xe9\xea\x48\xbd\xb2\x3f\xe7\x2f\x6a\xb3\x42\x62\x8c\x81\x93\xb6\xac\x70\xc8\x37\x98\x77\x9c\x31\x8e\x22\x7c\x1e\xc6\x13\x9e\xb3\xc7\x83\xa7\xd8\x55\x1a\x84\x67\x61\xb0\x80\x91\xf3\xd3\x87\x0f\x6f\xc5\x4b\x1c\x39\x58\x87\x4e\x09\x5e\x4c\xa6\xce\xf3\xf8\x0c\x2f\x39\xda\xaf\x8a\x08\xc9\x82\x9f\xa3\xf0\x14\x39\x6f\x09\x9e\x21\x3a\x45\x8b\x64\xe0\xf0\x88\x50\x5e\xca\x0e\x9e\xe0\x05\x15\x00\xfb\x61\xec\x94\x8a\xc4\x55\x29\x18\xa6\xbd\xa7\x93\xaf\x62\xdb\x65\x7e\x06\xbb\xc5\xae\xb1\x92\x76\xb2\xed\xa4\x33\xde\xbc\x01\x9b\x4d\x1f\xa0\xaa\xa9\x95\x76\xbc\xde\xb6\xb5\xde\x93\xc2\x8f\x29\x14\xb0\x9a\xc5\xbb\x72\xcd\xfa\x11\x0f\x14\x44\xd2\x1e\x5e\x4d\xe0\xe3\xa2\xad\xc5\xa8\x87\x1b\xd5\x71\xfb\xd5\xaf\xd4\x80\x3b\xe6\xf3\x7c\x0e\x9b\x32\x79\x19\x1e\xb3\x55\xd6\x3e\x7e\xf1\xfa\xd7\x5f\xe6\xf4\x17\x1b\x20\xe4\xf6\x61\xbc\x2a\xc4\x29\x1f\x15\xb5\x95\xa8\x5e\x46\xec\xdb\x13\xd1\xeb\x4f\x61\x18\xaf\x15\xd1\x1b\xf2\x98\x19\x19\xb5\xb4\x5e\x40\x70\x31\x7f\xcf\xb6\xad\x0c\x33\x79\xaf\xe5\x36\xb4\x08\x29\x56\x46\xcd\xa6\x88\x62\x0b\x85\x67\x2d\x38\xc9\x9a\x2c\xf6\x83\x46\x94\xe4\x5b\x8d\x90\xbc\x49\x04\x71\x59\xdb\xba\x0e\x80\xe4\xb5\x23\x71\x4d\x17\xd2\x95\x05\xe6\x9a\x83\x42\x37\x0e\xd2\x35\x87\x90\x96\x02\x76\x37\x5f\x89\xda\x60\xdd\x92\xee\x65\x2e\x34\x95\x11\xbc\x36\x24\xcd\x0a\x0a\x63\xfd\xf8\xbe\xba\x50\x39\xc3\x08\x29\x22\xb3\x30\x86\x3c\x63\x6b\xc3\xd8\xb9\x97\x61\x7c\x8a\x82\xec\x10\x35\x46\xcf\x97\x4e\x63\x6d\x08\x97\xb1\x45\x75\xdc\x9c\x2d\x01\xc2\x78\xc2\xe4\xf0\x4d\x27\xaf\xe9\xdc\x8d\xd3\xd6\x55\x67\xcb\x79\x97\x9a\x18\x26\x6e\x3f\xd8\x17\x52\xb6\xb3\x19\x6c\x98\x3e\x6b\x3d\xd8\x52\x13\x43\x1c\xa7\xf5\x11\xea\x70\x83\xbe\xc8\xe4\x05\x9b\x79\x67\xc2\x85\xfd\xc4\x8b\x6d\xea\xe3\x3a\x85\xe8\x03\xdc\xa7\x52\x04\x6a\x3b\xa1\x77\x78\xc1\xe8\x62\x31\x1b\x22\x9f\xb4\x9e\x4a\xa1\x41\xed\x39\xd3\x2b\xf3\x55\x2d\xe4\x06\x61\xa1\x16\xd3\x93\xee\x1e\xcb\xb9\xe9\x4f\xe7\x26\x56\xa9\x99\x59\xe8\x61\x57\x8e\x64\x5d\xf6\x08\x2c\x48\xc4\x13\x10\x0b\x59\x18\xf5\xd6\xf7\x43\x76\xa4\x84\xd6\x10\xf4\x61\xec\x4f\x99\xde\xab\x96\x42\x2e\xc1\x19\xe4\x05\x89\x88\x2a\x5f\x67\x7c\x99\x69\x29\x9f\x41\x0a\x7d\x14\x53\x0e\x0c\x92\x72\x6c\xd5\x45\xe0\x57\x34\x7b\x9d\x06\xf0\x37\x29\x54\x42\xa8\x70\x95\x40\x52\x41\xad\x37\x73\x14\x3b\xcf\x60\x32\x3d\xc1\x90\x04\x0d\x8b\x77\x3d\xcb\x6b\x5f\x4f\xa1\x21\xd0\x78\x4b\x61\xc6\xa9\x4e\xb9\xa1\x11\x60\x37\xd4\x78\xcf\x76\x31\x16\x7f\x39\xf8\x3d\x38\xfc\xfe\xa4\xa1\x9c\x82\xb5\xf3\x5b\xe7\x7a\xdb\x8c\x74\xda\xc0\xae\x5c\x2e\xfe\xcf\x67\x56\x46\xdc\xd2\x8a\xee\x73\x83\xd9\x09\xfe\xec\x1a\x81\xb8\xdc\x16\x10\x56\xd7\x06\x49\xb5\x1d\x6c\x78\x79\x0c\x5e\x64\xe9\xed\xd7\x01\x12\x6f\x85\x89\xe4\x1a\xf1\x90\xcc\x7e\x17\x26\x18\x20\x59\xe8\xdf\x88\x92\x64\xcc\xbb\x70\x73\xa5\x4f\x0f\x38\x50\x15\x0a\xde\x56\x22\x28\x19\xf3\xae\xcc\xda\x64\x07\xc8\x49\x1b\x79\xa5\x3b\xf5\x4b\x5b\x7b\xa6\x0b\x01\x13\x29\xc1\x2d\xa3\x99\x37\xc7\xab\xb0\x7c\xc4\x82\x73\x5e\xb5\xc7\x3a\xcf\x76\x3a\x62\x62\x9a\x26\xb1\x55\x2e\xf6\xcb\x3c\x7e\x9b\x3c\x1f\xcf\xed\xfc\xd5\xf5\xc2\x45\xc7\x04\x57\x24\xea\x98\xe2\x37\xa2\xa8\xe2\xe1\x7f\xc9\x5f\x7f\xbd\xdb\x7b\x68\x47\xf6\xec\x6e\x4d\xa7\xd1\x57\x85\xb2\xc4\x3d\x21\xeb\x86\x28\x6f\xb6\x34\xc5\xc3\x05\xc5\xe3\x30\x8a\x24\x9b\x4c\xab\xc0\xe7\xbc\xd6\x45\x6f\xb6\x34\x53\x97\xa5\xec\xf7\xdc\x78\x97\x97\xb5\x93\xbc\xb1\x8e\x35\xa2\x04\xc6\x09\x0f\xc8\x6f\x56\x8d\x07\x22\xeb\xaa\x42\x61\xea\x7e\x2b\x6d\x52\xcb\xab\xb2\xcf\x1b\x81\xb8\xfc\xea\x87\x97\xe7\xdf\xfc\xf7\xdb\x37\x15\x68\x33\xf3\xd0\x05\x6e\x80\xe2\x50\x03\x5c\xd6\x91\x97\x4d\x5b\x4e\x04\x7c\x61\x6e\x62\x2e\xf9\x30\x72\x25\x5f\x77\x95\x30\x92\x46\x42\x80\xec\x3b\xa1\xb5\xb9\x3a\xc5\xc6\x98\x28\x29\x21\x7d\x2c\x89\x16\x13\xab\xd4\x31\x1b\xb6\x2d\x5c\x4a\x16\x50\x2b\xfc\xc9\x02\xd0\xa1\xe6\xbe\x12\xf8\x98\xaa\xbb\x8e\x6d\xc6\x9c\xb4\x41\x9b\x84\x79\xb1\x5c\xc2\xf7\xec\x3e\x91\x82\x2d\x5b\xd6\x65\x06\xe6\x29\x62\x07\x1b\xfc\xea\xeb\x00\x4b\xbb\xc5\x42\xbf\x4f\xa2\xc8\xe9\x15\x5e\xac\xab\x0e\x59\x91\x5e\x33\x40\x34\x07\x94\x34\xf5\x8a\xcf\x1d\x55\x44\x38\x59\x9c\xe8\xc5\x8a\x8b\xaf\x90\xa8\xa0\x65\x10\xe1\xa6\x77\x2b\x9a\xe5\x5e\xfd\x0c\xc5\x4b\x35\xa3\x5c\xaf\xe5\xee\x2a\x20\xab\xc5\x02\xd9\x81\x56\x6b\xc2\x5a\x85\x3e\xa8\x19\x03\x6d\x15\xc2\x86\x8e\x1b\x43\xa3\x0b\x22\x29\xbb\xcf\x60\x94\x6e\x5d\x89\xab\xc6\xcd\x4d\xd2\x3b\xd9\x5f\xaf\x1e\xca\x3a\x60\x39\x3a\xdf\x28\x16\xbb\x5f\xbb\xa6\x9a\xa5\x48\x5b\xa5\x34\x57\xec\xcb\x76\x40\x95\x57\xa6\x3d\x17\x56\xd3\x1e\x08\xfa\xa6\x60\x3f\xab\xec\xc6\x22\xe8\xf3\x83\xb5\x40\x9f\xf5\xd3\x79\x05\x8a\x7e\x81\xda\x1b\x2b\xfc\xe9\x76\x77\x2b\x1c\x53\x05\xda\x28\xf4\xe6\x9c\xa1\x3d\xc7\x14\x40\x35\x17\xa9\xee\xad\x8e\xb1\xac\x8d\xc6\x6c\xa9\xf6\x5a\xc3\x9a\x14\x69\x5f\x94\x96\x1b\xaa\xd5\x01\xdd\x2e\x21\x39\xff\x61\x66\x6c\x20\x68\x4c\x50\x32\xed\xf3\x67\x98\xac\x54\x77\x35\x71\xf5\xc2\x7a\xc0\x1b\x1b\x0f\x5a\xd1\xb3\x1d\x74\x6f\xee\x76\x6a\x36\x28\xe8\xff\x72\xc6\x85\x8c\x38\x7a\x2a\xb9\xd9\x00\xa9\x29\xc6\xa6\x28\x43\x57\x40\xf7\x9a\xaa\xff\xf3\x80\x4f\xaa\x15\x8d\x29\xda\x32\xf2\x53\xaa\xc6\xfd\x74\xec\x53\xfb\xd7\x7a\xbc\xc5\xc3\xe5\x47\x0f\x37\xc5\x19\x6d\xc6\x89\xab\x49\x0d\x6f\x82\x18\x6d\xe9\x5c\xd8\xaf\xac\xe5\xd4\x9d\xc6\xd7\x09\xa6\x28\xef\x94\xa4\xde\xd2\xad\x6a\x7a\x67\xbf\x7e\xfc\x09\x7d\xf8\x77\xb0\x59\xaa\x5d\xe6\x9f\xbd\x8e\x6c\x3b\xa6\x4d\x86\x89\x8f\xcf\x10\x59\xf6\xa5\xd7\x5a\x45\xb5\x09\xdf\x75\x95\x4b\xbb\xa0\x73\x55\x5b\xfb\xba\xde\x42\x92\x40\x9d\xec\x9c\x0c\xcc\x7c\xcb\xc6\xbe\x7f\xfb\x3f\xff\xe7\x5b\xf2\xff\xb3\xf7\xa6\xed\x6d\xdb\xe8\xc2\xf0\x77\xfd\x0a\x99\xd7\x73\x54\xa0\x81\x68\xc9\x49\xe7\xcc\x28\x65\xfd\x3a\x8e\x67\xea\x69\x12\xe7\xb5\x9d\x79\xe6\x8c\x46\xc7\x17\x2c\x42\x36\x27\x14\xa0\x02\x90\x1d\x57\xe2\x7f\x7f\x2e\x6c\x24\xb8\x68\xb1\xe3\xa4\x49\xdb\x7c\x70\x28\x12\x3b\x6e\xdc\x1b\xee\xe5\xe7\x8f\x03\x1d\x3f\xfe\xf4\xaf\x74\x4f\x55\x35\x9f\xfc\x08\xbf\xeb\xed\xfd\x10\x72\x1f\x82\x29\xbe\x6b\x73\x32\x26\xc9\x0d\x69\x4b\x8e\x27\x93\x64\xdc\x9e\x70\x36\x6d\x70\x37\x70\x2e\x09\x9a\x2e\xd9\x51\x87\xed\x57\x04\x73\xea\x3b\x1d\x8c\x19\x9d\x24\x57\x73\xae\xba\xb1\xa5\x9c\x13\x42\xdd\x78\xf1\xa3\xa3\x94\x53\x4a\xc6\x72\xb7\xd1\x30\x66\xb4\x3a\x82\xf6\xc6\xc8\xdb\x76\xfd\x84\x24\xb3\xee\xa5\x62\x65\xc8\xac\x16\x66\xfb\x3e\x4e\x14\xeb\xf3\x6a\xf8\x0e\x3b\x4d\x06\xb5\x2b\x5d\x73\xee\xe3\x70\xf8\x11\xbc\xd9\xa3\x71\x63\x5b\xf1\x5f\x25\x7e\x2b\x35\x86\x74\x4d\x77\x3a\xcd\xab\xfe\xb8\x31\xc1\x3f\xaf\x7f\x7d\x09\xc1\x3e\x0a\xb6\x96\xc6\x66\xe8\x57\xc5\xd4\xef\x5e\x1e\xbf\x3c\x79\x9f\xfc\xf5\xe3\x30\xb5\xf3\x62\xff\x75\xe3\xa6\xfc\xe1\xe5\xfe\x1b\xf6\x72\xff\x6c\x47\x5c\x4f\xf6\x31\x8e\xf7\xdc\xb3\xb4\xfd\x75\x83\x24\xfd\xeb\xef\xd3\x53\xf2\x72\xcb\xab\xd7\x55\x67\xbc\xe4\x47\xfb\xdb\x66\xc7\x72\x1b\x69\x9b\x70\x27\xe7\xb1\xb0\x5c\xcd\x93\x3d\x9c\xf3\x7a\x64\x7e\xab\x66\x28\xfe\x08\xbc\x56\xc9\x41\xf5\x81\x6c\x56\xee\x27\xbd\xad\x7b\xf4\x6a\x6e\x6b\xad\x4b\xf4\x6f\x9f\xef\xca\x8f\xe2\xef\x80\xe3\x2a\xe6\xfa\x00\x9c\x6c\x2e\x54\x7f\xed\x48\x0d\x93\x7e\xff\xfc\xd9\xdf\xc8\x7d\x73\x64\x3f\xf3\x6f\x84\x9b\x91\x9a\xf5\xde\x73\xd3\xac\x5d\x2b\xef\x21\xef\x4e\x79\xf3\x0d\xc3\xc3\xb7\x4d\xf7\xf2\x90\x1d\xba\x26\x38\xfe\xb5\x37\xe8\x96\xfd\xf9\xc5\xcf\xff\x48\x7e\xd9\x9a\x3e\x5a\xbf\xda\x4a\x12\x5a\xb5\x5f\x53\x16\x6b\x6c\x6a\x4a\x54\xe2\xe3\x7f\xfc\xe9\x50\xab\xf5\x90\x55\x4e\x19\x8e\xbf\x00\x8d\xe2\xd5\xfb\x9f\x7b\x7f\x79\x79\xbb\xdd\x49\x78\xf8\x2a\xd9\xd9\x3e\x64\xa1\x28\x93\x5a\xf1\xff\x6b\xaf\xd4\xee\xe1\xdf\x7b\x1f\xae\xc6\xdb\xe9\x5e\x1f\xbe\x52\x6e\xba\x0f\x5a\x2a\x6b\x0a\xf6\xeb\x2e\xd4\xe1\xab\x17\x77\xc7\xaf\xbf\x6b\x4e\x00\xbf\xa5\x59\xe1\x47\xac\x9f\x5e\x83\x87\xac\x9e\x30\xc9\xe7\x7e\x7d\xd9\xe0\xc3\xb3\x27\x3f\xbd\xfe\xfb\x7c\xfb\xf5\x6b\x48\x8b\x6f\xa7\xf2\x19\xa3\x08\xb8\xe5\x5b\x1f\x3d\x60\xad\x67\xbb\x69\xe0\x31\x5c\xdb\xb7\xf1\x8e\x0e\x36\xfa\x46\xbb\x65\xfc\x64\x4e\xdc\x5b\x7b\xf6\xac\x09\x16\x45\x99\x4c\xc6\xa4\x9d\x58\xc7\xe7\xad\x03\xa3\xbc\x62\x63\x9c\xb6\xcf\x24\xe3\xf8\xaa\xd1\x34\x66\x3b\x25\xb9\x50\xd2\x98\xdd\x38\xc5\x0b\x27\xd3\x29\x89\x13\x2c\x49\x7a\xd7\x16\xf8\x86\xc4\x6d\xc9\xda\xa9\xee\x4b\x98\xbe\xda\x98\xc6\xed\x19\xe1\x22\x11\xd2\x8b\xdc\x73\xc9\xd9\xad\x20\xbc\x3d\x17\xf8\x8a\xac\x13\x62\x9a\xdf\xfc\xb7\xc9\x37\xbf\x29\x40\xcc\x24\x21\x69\xac\x6d\x32\x36\xc5\x09\xa8\x27\x18\xce\xbd\xc2\xda\xaf\x12\xfa\x7e\x45\x68\xf8\xad\x44\x87\x83\x38\x6e\x63\xad\xab\x55\xab\xe3\xe5\x94\x6d\xc7\x44\xe2\x24\x6d\xab\xe3\xac\x44\x51\xf5\xe9\xdd\xb1\x2a\x74\x45\x64\xfb\xe7\x79\x32\x7e\xef\xe5\x76\xc5\xae\x5a\xf7\x36\x89\x49\x7b\x4a\x24\x4f\xc6\xa2\x1d\xbb\x71\x86\xed\x23\x2a\x09\xd7\xad\xe4\x2f\xdb\xef\x4e\x5f\xb5\x13\x6a\xfb\xd5\xeb\xd1\xbe\x24\x29\xbb\x0d\xdb\xff\xc3\xe6\xed\x31\xa6\xed\xb9\x20\xfa\xe3\x2c\xc5\x63\x72\xcd\xd2\x98\xf0\x3c\xd5\xff\x58\xa7\xe3\x29\xf1\x59\xc1\x62\x51\x38\xef\x65\x59\x50\xe5\xb0\xf4\x86\xaf\xad\x6e\x85\xc9\x50\xa1\xf5\xa6\x06\x6e\xaf\x93\xf1\x75\xfb\x36\x49\xd3\xf6\x25\x69\x73\xa2\x07\x16\xb7\x6f\x13\x79\xad\x07\xaa\x0e\x54\x9b\x4d\xec\x44\xdd\x50\x9c\xd8\xd2\x1e\xcf\x39\x27\x54\xa6\x77\xed\x4b\xa2\x84\x7d\x85\x80\x48\xbc\x49\x52\x2b\x22\x46\x18\x27\x53\x4f\x11\x60\xcf\x5e\xd9\x86\xb0\xe6\xa1\xcb\xe8\x24\xe1\x53\x7d\xd3\x3a\x42\xa5\x9f\x4e\x41\xd0\xd6\xe6\x6a\x92\x7c\x90\x15\x73\x36\xa3\xde\xe1\xa9\xb8\x10\x85\x27\xe4\x1a\x63\x3f\x31\xc3\xb5\xd8\x48\xaf\x34\x78\x59\xfc\xac\x2d\x24\x36\x65\x8f\x5d\x69\x8c\x46\x8d\xcf\x8e\x1a\xd0\xd0\x36\x32\x0a\xec\x5a\x58\x33\xb2\x92\xda\xb7\xc1\xbb\x54\x97\xcd\xcd\xc8\x56\x87\x84\xc9\xed\xcc\xf2\xe5\xd0\xf5\xde\x93\xbb\x99\xc9\xd6\xb1\xb2\xa6\xb6\x59\xaa\x57\x8b\xd9\x2d\xdd\xbe\x56\x61\x5e\x67\x77\x65\xa5\x69\x5d\xb0\x2a\x81\x00\x09\xaf\xc2\xf6\xb5\x94\x33\x31\xd8\xdd\xbd\xe2\x78\x82\x29\x0e\xc9\x07\x3c\x9d\xa5\x24\x1c\xb3\xe9\x6e\xbc\xdb\xdf\xad\xdc\x73\x4d\x89\xb8\xee\x30\x7e\x95\xc4\x51\xbf\x53\x40\x70\x14\xac\x3f\x60\x3d\x14\x74\x5c\x13\x6a\x8f\x8a\xf2\x1b\x4e\xd4\x46\x25\xc5\xda\x68\xb6\xce\x69\xbb\xa6\x02\x7b\x77\x7c\xf1\xf2\xf8\xec\xe0\xc5\xab\xa3\x8b\xd3\xa3\x83\x57\xe7\xc7\xaf\x8f\x1a\xfd\xa3\x37\xaa\x02\x3f\x06\x4d\xbf\x50\x04\x57\x1d\xf3\xff\x7f\x4e\x78\xb2\x0a\xda\x57\xe1\xe9\x9f\x08\x99\xb5\xc7\x58\xe2\x94\x5d\x69\xa2\xda\x9e\xcf\xba\x92\x75\x63\x75\x88\x14\xc2\x61\x73\xd9\xb6\x46\x61\x26\x81\x38\xd1\xd8\x3a\x6c\x1f\xd0\xbb\xb6\x81\x5e\xd1\x9e\xe2\x58\xa7\x73\x2f\xb2\x74\xeb\x54\x6f\x1a\x13\x7a\x26\x51\xb7\x6c\xae\xb1\xaf\x6a\xd0\xd8\xde\x29\xa4\xcf\x09\x4e\xdb\x32\x99\x92\x70\xed\xd0\x57\x46\x8f\xd4\x38\x25\xb7\x18\x5d\x83\x35\xca\x88\x6d\x6d\xde\xcd\x95\x38\x61\x9c\x26\x84\xca\xe1\xa5\x5d\xf4\x1c\x2d\x68\xeb\x54\x12\x07\xb5\xc0\x05\x16\x45\x98\x7a\x81\xe5\x8f\x72\x24\x69\x6b\x55\xcf\xf1\x03\xd0\xc6\x43\x0c\x65\x9b\x30\x69\xff\x7e\x33\x38\xa1\x01\x0a\x4e\x26\x93\x9a\x99\xda\x2a\x1c\xf2\xb0\x13\xb9\x95\xeb\xe9\xd6\xcc\xea\xe6\x8f\x0f\x94\xc6\x4a\x42\xc1\x76\xf2\x18\xc7\x54\x28\x4e\x4e\xec\x5e\x32\x96\x12\xb5\x1b\x85\x3c\x86\x82\xff\x8f\x28\xd9\x49\x1d\x47\xac\xe8\x7b\x82\xd3\xe4\x17\xc2\x77\xbb\x33\x9e\xdc\x18\x09\xc7\x93\xd8\x90\x7c\x80\xcc\xb6\xb2\x82\x1d\x79\x80\x16\x84\xce\xa7\x84\xe3\xcb\x54\x55\x41\x57\x44\x0e\xf2\x3e\xe1\x82\x13\x39\xe7\xb4\x2d\xc3\x17\x66\xfc\xe7\x6e\x46\x59\x06\x37\xce\x39\x36\xfa\xee\xaf\x73\xc2\x2f\xb1\x24\xf7\x9a\x2d\x9d\xab\xb9\x7d\xb5\xf3\x7d\xa3\x87\x7f\xaf\x19\x0b\xc9\x2b\x5a\xbf\xaf\x6a\xc6\x67\x7a\xf8\x9b\x67\x3c\x97\x49\x2a\x76\xf1\x38\x15\x5d\x17\x1c\x71\xa5\x52\xc5\x3d\xb7\xa5\x9a\x1d\xa2\x45\x77\x8a\x18\x92\xfd\x55\x83\x97\x6e\x8a\x14\x95\x07\xef\xee\xf5\xdc\xef\x5b\x9e\x48\xfb\x9c\xc1\x01\x19\xca\x51\x44\x11\xc9\x3e\x42\x99\xe3\x0f\xff\x06\xf3\x36\x8d\x30\xbf\xd2\xb7\x71\x22\x34\xd7\x9f\x3f\xf4\x3b\x1d\xa3\xf2\xd9\x89\x8a\x8f\xc3\xfe\x68\xdf\xff\x31\x78\xcb\xd9\x34\x11\xa4\x65\x67\x9c\xb7\xcb\x4d\xbb\x18\x31\x24\x22\x3b\xd0\xf7\xe4\x4e\x00\x0e\x87\xbd\x11\x4a\x22\x3e\x14\x23\x57\x4b\x82\x45\x22\x0e\xe6\xf2\x9a\xf1\xe4\x17\x12\x0f\x28\xb9\x6d\x53\x50\x5a\x63\x5c\x0c\x59\xc2\x05\x01\x12\x66\x6a\xe3\x12\x71\x44\xd5\xca\x34\xd6\x61\x8d\x75\x32\x24\x50\x12\x8e\xb1\x1c\x5f\x7b\xc5\x25\x5c\x24\x13\x20\x43\x7d\xe9\x20\x3a\x1d\xf7\x34\xec\x8d\xe0\x42\xdc\x26\xaa\xb4\xf7\x2e\x34\x40\x01\x17\x63\x2c\x48\xf0\x5d\xaf\x17\x0c\x92\x09\xd8\x51\x7d\x40\x3b\x29\x06\x76\xfa\x10\x61\xfd\x97\x86\x9c\xa8\x25\x00\x12\xb6\x18\xd8\xe9\xd9\xf7\xad\x4b\x4e\xf0\xfb\x96\x6e\xe3\x59\xef\x69\x30\x58\xf9\xad\xaf\xbf\xf5\xcb\xdf\xec\x66\x0e\xe4\x35\x67\xb7\xa5\xfe\x64\x66\x06\x31\x1c\x65\x4d\x1f\x21\x0c\xe5\x35\xa9\xac\x56\x31\x6c\x33\x84\x1e\x44\x24\x83\x10\x66\xd9\xda\x13\x22\xc6\xe4\x53\xa9\xb6\xcb\x38\xc3\x80\x29\x09\xc5\x2c\x4d\x24\x08\x76\x03\xe8\xc0\x87\x3a\x90\x95\xfb\x34\x14\x69\x32\x26\xa0\x87\xba\x12\x86\x46\xb2\x05\x41\x00\xc3\xff\xb0\x84\xea\x4a\x83\x20\x58\x3f\x21\xc9\x2e\xcb\xd8\xed\x12\x0b\xf2\xa7\x67\xdd\xff\x88\x47\xc0\x63\x9f\xe0\x04\x06\x73\x39\xe9\xfe\x39\x40\x3c\x92\xae\xf1\x50\xb2\x17\x77\x92\x1c\x70\x8e\xef\x00\x29\xd6\x89\xdc\xb6\xcf\xc9\x07\xf9\x92\x8c\x59\x4c\x38\xa0\x30\x8c\xf5\x23\xe0\x70\xed\x9a\x5c\x4a\x86\xbf\xd2\x35\x71\x73\x3e\xa2\xf9\x9c\x89\x7e\xf4\xd6\xa5\x58\xb7\x09\x67\xd3\x62\xe5\x36\xac\xca\x18\xa7\xe3\xb9\xe2\x12\xbb\x33\x66\x7c\xc6\xcb\x6b\x64\x88\xe2\x25\x16\xc9\xb8\x1b\x73\x36\x53\x72\xfc\xea\xaa\x5f\x10\x8d\xb4\xe5\x37\xd0\xc6\x31\x4e\x53\xed\x20\x66\x84\x94\x4f\x8b\x00\xdc\xe8\x02\xf7\x2a\xd8\x89\x54\xbf\x6c\xd2\x26\xfb\xf5\x39\x90\x6c\x40\xd6\xef\x9d\xf6\xa7\xec\x4e\x12\x7a\x45\xf8\x8c\x27\x26\x6a\xd7\x96\x14\xde\x01\xa7\x4f\xd6\x08\x6c\x25\x13\x60\xdf\x5c\x11\x79\x72\x4b\xdd\x5c\xcf\xcc\xdd\x87\xa9\xc5\xa3\x75\x65\x54\x33\xb2\xd3\x01\x3c\xe2\xa1\xf1\x74\x2b\x93\x28\x3b\xbd\xc6\x26\x5e\x12\x31\xe6\xc9\x4c\x32\xae\xc7\x18\x16\x7b\xad\xb0\x38\xa2\xe1\x6c\x2e\xae\x43\x3c\x9b\xa5\x77\x80\x22\x0e\x33\x87\x15\xb2\x7c\x76\x66\xae\x8c\x03\x33\xbf\xfe\x73\xfa\x7d\xf5\x00\x3e\xa7\x4f\x9e\x58\xd2\x1e\x29\x79\x6d\xc7\x3b\x85\xd4\x3f\x85\x74\x34\x58\x64\x2d\xfa\x5f\x7b\xfb\xd2\x2e\x0b\xc0\x10\xed\xf4\x60\x38\x61\xfc\x08\x57\x89\xaf\x1e\x34\xc2\x43\x39\x52\x40\x37\xd8\x30\x43\xd1\xc8\x53\x25\x44\x00\x82\x36\x55\x05\x18\xc2\x81\x37\xa6\x15\x03\x5a\xcd\xb4\x6d\x5a\x7d\x8c\x24\x54\x93\xc8\x72\x60\xcc\x17\x98\x7f\x85\x0c\xa2\x83\x77\x5c\x47\xc6\x7b\x8d\xc8\x78\xcf\x07\x83\xbd\xd1\xe0\xef\x67\x27\x6f\x42\x23\x36\x24\x93\xbb\x1a\xa7\xc8\x14\x3f\xa6\xb9\x2f\x05\x4f\x51\x94\x2c\x97\x89\xed\xe0\xfb\x3e\x34\xec\x8b\xc2\xe2\x47\x8a\xf7\x02\xc1\x3b\xcd\xef\xb5\x25\x6b\x9b\x33\xdc\xf6\xce\x30\x6a\x4f\x13\x21\x12\x7a\xd5\x9e\x30\x4e\x92\x2b\xfa\x13\xb9\x6b\x1b\xf5\x2e\xac\xf5\x9b\x9a\x69\xcd\x5b\x79\xcf\xe9\x50\x8c\x96\x4b\xf5\xf7\xa3\xfb\xd7\x01\x21\xa0\xbe\x2c\x1d\x47\xe9\x50\x8e\x96\xcb\x1c\x0d\xe7\xe4\x18\x50\xb0\xc8\x50\x0a\x11\xe0\x60\x1e\x2d\x32\x24\xd1\x18\x22\x0e\xe6\x88\xa0\xc4\x3c\x30\x84\xc1\x70\x8c\x12\xa4\x46\x35\x82\x10\xcd\x35\x43\xb6\x0e\xb5\xc5\x49\x1e\x75\xea\x93\xf3\x64\x24\x22\xe1\x21\x63\x3c\x46\x32\x92\xe6\xa9\x55\xe0\x8f\x1e\xe2\x51\xef\x39\xff\x9e\x84\xff\x20\x63\x87\x3f\x78\x81\x3f\xf4\xfb\x21\x1f\x75\xa5\x7d\x68\xd1\x27\x11\xfe\x16\x67\xea\x33\x8b\x5e\x63\x79\x1d\x8a\x9f\xb9\x04\x14\x3e\x21\xe1\x8f\x24\xb9\xba\x96\x4f\xa4\x7d\x40\x22\x62\x4f\x48\x78\x10\xff\x67\x2e\xa4\x82\xb5\x27\xd2\xfb\xd1\x12\x3f\xf4\x3a\x1d\xc0\x22\x91\x6f\xbc\x6e\x8e\xb3\x39\x8d\x41\x9f\x7c\xf7\x2d\x83\xbb\xfd\x5e\x6f\xfd\x4a\xb2\xe9\xee\x38\x4d\xc6\xef\xbb\x93\x84\x0b\x99\x07\x8c\xfc\xd4\xa4\xee\xa3\x58\x1f\x59\x03\x74\xe9\x28\xcf\x43\x99\x29\xc9\x03\x84\x23\x19\x5a\x0f\x73\xca\x62\xad\x30\x0b\x25\x7b\xc5\x6e\x09\x3f\xc4\x82\x00\xd8\xb2\x42\x12\xb6\x32\x91\xd1\xb7\x0e\xf4\xb3\x51\xd3\x9a\x67\x6c\xff\xbf\x9c\x4b\xc9\x68\x30\x30\xa3\xb5\x5b\x4e\x00\x47\xae\x1f\x18\xfe\x3c\x27\xfc\xee\x4c\xfb\x74\xab\x93\x87\x03\xd8\x62\x9d\x0e\x05\x0c\x66\x99\xb5\x43\xf0\x97\x6d\x18\x4c\xd9\x5c\x10\x73\x5d\x62\x9e\xe7\x33\xa3\xe6\x1c\xbf\x0f\x46\xe1\x14\xcf\x1a\x25\x1e\x75\xb8\x5f\xab\xd2\x47\x37\x84\x2a\x02\xbf\xb8\x9c\x5f\x5e\xa6\x44\x68\x4c\xab\x8e\x52\xea\xf0\xec\x4d\x42\x6e\x07\xb7\x09\x8d\xd9\xad\x66\x8e\x9a\x49\x07\x09\x9d\x9f\xbc\x69\x51\x6a\x6a\xd0\x9c\x22\xd1\x87\x34\x26\x88\xf8\x44\xc1\x9d\xca\xc7\x56\xf2\xbb\x82\xdb\xb3\xfd\x02\x02\x33\x23\x14\xe7\xe4\x69\x03\x9e\x51\x63\x36\x6c\x54\x9a\x08\x49\x28\xe1\xdb\x2b\x49\x34\xbe\xdf\x01\x24\xcf\x2f\xc6\x26\x6d\x09\x3d\x6c\x7b\x7e\x37\x23\x16\xe3\x1e\x62\x4a\x99\x6c\x2b\x7e\xb3\x8d\xdb\xfa\x92\xa0\x8d\x45\x1b\xe7\x10\x1e\xc0\x12\x0b\xa3\x5a\xf7\x90\xd0\x73\xfa\xbd\xac\x31\x2f\x3c\x92\x43\x3a\x6a\x71\x8f\x4b\x8a\xfc\x1f\xcb\xe5\x4e\x1f\xf1\xd0\xa7\xb3\xd1\x4e\xcf\xdd\x15\x26\xb4\xcd\x15\x97\x16\x3a\xba\x1b\x29\x69\x79\xd5\xf6\x70\xc5\x21\x2a\x86\xeb\x51\xe8\xb1\x19\x3f\xa9\x1f\xe6\x5e\xe3\x61\xee\xf9\x87\xb9\x37\x1a\x0c\x47\xbe\x34\xc8\xd5\xae\xb7\xcc\x82\x78\x3d\xe4\xab\x49\xc0\x4a\x6c\xb4\x75\x77\x12\xc8\xeb\x44\x20\x02\x91\xfa\x3f\xcc\x61\x25\x32\x87\x9e\x23\x8c\x98\x1b\x13\x8f\x08\x02\x38\x1a\x2e\xde\x93\xbb\x41\x80\xe3\x38\x40\x66\x35\x8a\xe3\x85\x14\xef\xea\x74\x4b\x91\x6a\x52\x11\xf0\x42\x2e\x88\x9c\x5c\x20\x21\x8e\x64\x8b\xa4\x82\xb4\x93\x09\x90\x3e\xa4\x11\xf5\x29\xe4\x64\xca\x6e\x48\x78\x99\xd0\x18\x48\xa8\x4b\xea\x76\x45\xa4\x7a\xd6\x47\xf7\x95\x1d\x6c\x80\x92\x28\x30\xe5\xcb\xef\x5b\x66\x0d\xa2\x28\x92\x43\x31\xea\x74\x80\x88\x02\x25\x07\x26\x51\xc0\x26\x13\xcb\x01\xa4\x11\x6d\x05\x56\x6f\x9a\x0f\x2f\xed\x74\x40\x5a\x3a\x97\x9f\x8f\x2f\x54\x6c\x87\x5a\x46\x33\xbc\x79\x49\x90\x49\xe1\x4a\x44\xe9\x0d\xd6\x1b\xea\x50\x8c\xf4\x0b\xd4\x20\x4a\x0e\x13\xfb\x8d\x66\x19\x20\x28\x1d\x12\xcd\xde\xb7\x70\x54\x2f\x3c\x5f\xd9\x2f\x01\x06\x81\xba\x56\x4b\x60\xa4\xc5\x1a\x25\x5a\xd4\x4e\x08\xf3\x0a\x4d\x12\x1a\x1f\xd3\x98\x7c\x68\xee\x20\x8a\x22\xac\xc6\xe5\x74\x60\x5e\x4d\x31\xd3\x0a\x25\x82\xfa\x70\xd8\x1b\x01\xc5\x7d\x21\x03\x9e\x06\x1e\x6a\x10\xea\xba\xaf\x0c\x73\xfd\xe4\x5a\xcd\x73\xb3\x9d\xf7\x2a\x47\xc7\x9e\x41\x88\x48\x96\x8d\xa0\x22\x89\x3c\x9c\x71\x26\x99\x82\x2d\x84\x21\xd2\x64\x92\x23\xa6\x4a\x80\xb5\x52\xbc\xc2\xe2\x7e\xc2\x97\xdd\xfc\x2e\xf0\x5e\xa8\xdc\x30\xd0\xc4\xea\x3e\x17\x06\xa7\x50\xc4\x11\xae\x90\x9e\xf5\x65\x17\x19\x62\x55\xb1\x5a\xa1\x72\xc3\x47\x32\x9f\x87\xa4\x11\x1b\xf2\x11\x92\x26\x0a\xdf\xc9\x04\x50\xf8\x43\xd4\x5b\x2e\x01\x1e\xd2\x51\x44\x86\x74\x94\x2f\x2a\xce\x74\xdf\xdb\x09\xe8\x6c\xa3\x80\x7e\xcf\x01\xd9\xe6\xf2\xfd\x51\x4f\xba\xc9\x63\x71\x94\x1f\xde\x50\x51\x37\x7d\x54\x3a\x1d\x6f\x06\x59\x3e\x83\x47\x64\x2d\xc5\x43\x19\x41\x0a\x20\x4a\x8a\xe6\xa8\x69\x2e\xd1\x90\x8e\xd2\x87\xb6\xba\xc8\xd0\x3c\x4a\x43\x6b\xe2\xa4\xd1\x2b\x1a\x47\x12\xa4\x68\x18\xf8\x2f\x83\x11\x6c\x11\xab\xbf\xd0\x3d\x0e\xab\x13\x4b\x23\x62\x63\x6b\x99\x56\xe6\x91\x02\xd0\x61\xe0\xbd\x0b\x46\x9e\xd6\xd8\xb4\x95\xa0\xe1\x1c\x25\x23\x68\xaf\x04\x44\x4d\x37\x6e\xaf\x06\x7c\x02\xa2\x39\x13\xa7\xe8\x97\x06\x80\xa3\x26\x22\x94\xee\xa7\x03\x06\x81\x44\x04\xb6\x68\xa8\x5e\x2e\x97\x80\x46\x0b\xf5\x34\x08\xa6\x44\x08\x7c\x45\x02\x14\x63\x89\x07\x34\x33\xf8\x58\x58\xeb\xda\x2b\x22\x01\x0d\xd5\xa7\xe5\x72\x91\xd9\x04\xd3\xb0\x25\x3a\x1d\x40\xd4\x72\x09\xc6\x23\x0e\x84\x7d\x44\xee\x9d\xda\xfa\x31\x1e\x5f\x93\x43\x46\x25\x67\x69\x24\x4a\x3f\x21\xea\xf6\xa3\x28\x02\xe5\x42\xcb\x65\x10\xc0\x1c\x72\x03\xca\xba\x42\x32\x4e\x02\x05\x8e\x49\x69\x6f\x22\x0a\x51\x52\x61\x70\xa9\x23\x24\x58\x81\x30\x4a\xc2\x19\x27\x37\x09\x9b\x0b\xfd\x39\x5f\xf1\xca\xfb\xa8\xdc\x30\x9a\x5b\x46\x19\x8d\x47\x10\xe5\x80\x33\xef\x74\xf4\x76\x97\x07\x31\xb7\xdc\x44\x95\x50\x83\x80\xcd\x08\x0d\xca\xf8\xca\x88\x0a\xc4\xc9\x2f\x57\x44\x1e\x7a\x6d\x01\xd8\xca\x3b\x93\x9d\x4e\x75\x6e\x66\x4c\xfe\x14\xec\x39\x76\x78\x02\x0b\x91\x5c\x51\x87\x59\x0c\xac\x01\xe2\xe1\xe3\x85\xc2\xb9\x92\xcf\x95\x14\x33\xb0\x47\x94\xac\x25\xd5\x19\x44\x8b\xca\x28\x9b\x14\xb5\xd5\x55\xc9\xd0\x15\x91\x6f\xfd\x25\x5e\x55\xab\xb4\x0f\xaa\xbb\x24\x43\x24\xbc\xc1\x69\x12\x63\x49\x0e\x0d\x6c\xb9\xc3\xf4\xdd\x87\x0f\x2f\xf0\xf8\x3d\x9b\x4c\x7c\x1b\x70\xfa\x68\x2c\xe9\x53\xf2\x14\xc9\x8f\xbc\x7f\x44\x0d\x1c\xea\x76\xda\x29\x41\xe4\x79\x32\x25\x6c\x5e\x17\x9c\x1d\x9f\xe9\x9d\x47\x6e\x9d\x9f\x14\x47\xc1\x85\xb4\x9b\x6e\x6f\x88\x35\x85\x29\xba\x84\x56\x22\xde\xe9\x19\x91\x58\xb3\x89\xb8\x38\x64\xdf\xa9\xd3\xf5\x54\xbf\x33\x23\xee\x74\xf4\x4d\xa2\xaa\x3b\xf0\x98\x74\x59\xc6\x45\x3e\x6a\x82\x0b\x09\x38\x54\xd8\x5e\x43\xa9\x11\x9f\x78\x96\xb5\x1a\xf6\x8e\x56\xf9\xfc\xfc\x64\x3c\x94\x1c\xcc\xd3\x14\xd1\x68\x86\xb9\x20\xc7\x4a\x70\xd6\xf3\xdf\x49\xc4\x1b\xfc\x06\xd0\xfc\x1e\xd4\x68\x89\xd5\xd1\xa2\xdf\xcb\x4e\x07\xd0\xa8\x07\x91\x56\xc6\x4c\xf1\x07\x40\x51\x1f\xaa\xe1\x56\x60\x8f\xb7\xcc\xca\xd7\xe1\x77\x85\x00\x6f\xe1\xa0\xbc\x54\xc5\xde\x56\xd6\x4c\x2d\x17\xda\x23\x4f\x0d\x5f\x89\x58\xc3\x4d\x43\x23\x8a\x26\x9b\x45\xe2\x12\x33\xa5\x51\xec\xe7\xbb\x1c\x7d\xe0\x11\x58\x73\x87\x5f\x7d\x85\x11\x73\x4c\x04\x53\x1c\x5a\x09\xe2\xb9\x16\x81\x58\x98\xdb\x4c\x11\x73\x37\xef\x20\x21\x97\x95\x54\xc1\x42\xb6\x56\x0d\x2b\x69\xba\xf6\x32\x5a\x64\x10\xd5\x5f\xe7\xed\x47\x45\x57\x88\xe8\xfa\x86\x0e\x25\x11\xb3\xa4\x56\xa2\x54\x77\xa6\xaf\x01\x13\x3d\xfa\x56\xce\x77\xa7\xb0\x66\x05\x50\xc0\x94\x89\xad\xd7\x56\x95\x8b\xdb\x7b\x7d\xca\x56\x5f\x9d\xe7\xf3\x23\x95\x01\x1b\xc2\x6c\xe8\x76\xca\x04\x01\x0a\x84\xf2\xf6\xcd\x3d\xfb\x26\xad\x6e\x1d\xb4\xcc\xf5\xdb\xe7\x51\x47\x36\x28\xff\xef\x87\x9f\xd9\x43\x81\x53\xa2\x06\x7e\xf5\x69\x63\xd5\xa7\x7e\xd5\xa7\xa3\x01\xf5\xb9\xd5\xfc\x90\x68\xde\x31\x79\x38\xb7\xda\xb2\xcc\xba\x6a\xc7\x72\x21\x9c\xe0\xf8\xee\x4c\x62\x49\xa2\x3d\xf3\xc6\x6c\x52\xd4\x70\x5d\x29\x1b\xae\x2b\x0d\x25\xb7\x90\x81\x43\x4e\x04\x4b\x6f\x94\x60\x38\x90\xb5\x0e\x7a\x7e\x81\x2a\x2c\x5a\xb5\x1a\xf5\x2a\xfc\xd0\x2f\x30\xb1\xdf\x4e\x1f\xd1\x0a\xa7\x63\x31\x9e\x66\xa0\x32\x88\x18\xa0\x28\x41\x5c\x83\x7c\xc3\x39\xa9\xd6\x56\xa2\x91\x31\x74\xf1\xd6\x62\x45\x17\x7a\xaa\x41\xd6\x74\x9a\x54\xc3\x7e\x13\x9f\x82\xf9\x4a\x36\x32\x5f\x7a\x80\x3e\xf3\xe4\x2c\x80\xca\x9b\xe1\xe8\xba\xd6\x68\xb7\xf7\x06\x35\x60\xa8\x19\xea\x94\xbf\x3f\xf5\x55\x1a\x39\x1b\x66\x4b\x9f\xce\x29\x25\xbc\xec\x76\xe7\x29\xe6\xac\x22\x4c\xed\x37\xf7\xac\x8e\xa4\x05\x3d\xa7\xd6\x02\x14\xc9\x86\x45\xce\x91\xa0\x69\x26\x83\xb0\x25\x37\xec\x55\xab\x3a\x32\x59\xe5\x03\xcb\x14\x59\xcb\x48\xa6\x29\xeb\x30\x8e\x16\xfa\xff\x01\x41\x96\xaa\x0e\x48\x68\x9f\x32\x98\xa1\x32\x6b\x62\x57\x9c\xd4\x97\x7b\xcf\x2c\xf7\x53\xcb\x23\xed\xf4\xec\x2a\xee\xf4\xef\x87\x41\x6b\xa1\xef\xd1\x96\x3a\xee\x35\x4d\x1b\x11\x63\x97\x8b\x9b\xd9\xda\x72\x65\xfe\x60\x73\x41\x97\x4b\x7b\x63\x41\x8b\x1a\xf8\x76\xbd\x3b\x12\xb2\xb9\xac\xc2\x0a\xdb\x96\x2d\x54\x48\x9b\xcb\x5a\x97\xba\xdc\x5c\x66\xcc\xa8\x11\x69\xc6\xe5\xe9\x12\x7a\x53\x35\x91\x41\x5a\x67\x84\xf4\xfd\x31\x4a\xd1\x1c\x8d\x51\xec\x29\xa7\x26\xe5\x32\xe6\xd6\xc3\xb0\x07\x64\xc8\x46\x40\x40\x94\x46\x89\x89\x97\x6c\x6f\x3e\xe6\x65\x52\x4e\xc1\x1c\x66\x49\x18\x33\x4a\xf6\x25\x48\xa1\x23\x66\x39\xfe\x4d\xed\xc9\xe2\x08\x7b\x57\x10\xd3\x26\x95\xa9\xe3\xb5\x35\xf5\xf1\x38\xb5\xd6\x5a\x1e\x56\x35\x6c\xb5\x52\xb9\xea\x03\x51\xd8\xca\xfb\x12\x5a\x1f\x07\x98\x9e\xa5\x5a\x87\x80\x92\x0f\x32\x50\xf2\x40\x5e\x26\xa9\x95\xd1\x72\x82\x2e\x24\x2c\xf7\x66\x18\x61\xd5\xd3\xcc\x5d\xe4\x3d\x80\x7b\x60\x74\x4c\x94\x9c\xcd\xec\x4c\x22\xa2\x2d\xaa\x8a\x5f\x1a\xde\x23\xe2\xc8\x63\xbe\x92\x91\x46\xd9\x1f\xee\x22\x12\x5a\x7f\x4e\x8d\x38\xce\x5c\x31\xe7\x11\x53\x7e\x7b\x62\x61\xb2\xfc\xf6\xd0\x42\xb5\xff\xd6\x4c\x12\x81\x1e\x8a\x43\x42\x6f\x20\xf0\xfc\x7d\x9c\x9f\xcf\xc5\xe9\xbb\x37\x6f\x8e\x4e\x03\x68\x2f\x30\xc9\x38\x18\xcc\x56\x29\xe8\x8d\x44\x68\x97\x88\x7c\x90\x84\xc6\x60\x21\xb1\x78\x3f\x00\x3d\x34\x0e\xd5\x13\x04\x9c\x5c\x29\x8c\x81\x25\xe3\xa7\x73\xaa\xfd\x61\xa6\x98\xbf\x2f\xf6\xb7\xcd\x0b\x54\xdc\x50\xf8\x96\x97\x74\xc6\xdc\x5c\x6b\x3d\x7f\xee\x04\x4b\xae\xe5\xf8\x88\x87\x6a\xcf\x73\x5a\x94\x4c\x80\x42\xa0\x70\x61\xde\x47\xdf\x19\x22\xe4\x48\x8d\x7d\xfb\x14\x91\x12\xa5\x20\x10\x48\xd8\x72\x88\xd5\x94\xe9\x79\x36\xa8\xed\xef\xcc\xb5\x2d\xa1\xb1\xbb\xb3\x6d\xf3\x50\x48\x36\x03\x50\x51\x2e\x4d\x43\x60\x06\x1d\x0d\x86\x5a\x5c\x0e\xd4\x42\x04\x30\x9c\x11\x3e\x61\x7c\x0a\x60\xe6\x9b\xb5\xe6\x13\x2e\x2d\xb4\xd3\x26\x4c\xb7\x58\x3f\x52\xb9\x0f\x42\xf9\x79\xda\xbc\x9c\xa4\xba\x9c\xc4\x2c\x27\x29\x2f\x27\x8b\x00\x8e\xb6\x19\xc9\x3d\x76\x72\xcb\xae\x93\x09\xd0\xa4\x7d\x41\x1a\x77\x92\xb8\x9d\xac\xd3\xfc\x7c\x27\xc9\x76\x3b\x49\xbc\x9d\xd4\x42\x0e\x04\x50\xd7\x04\xb6\xa5\x3d\x35\x18\xa6\x51\x61\x3e\x9c\xbf\x34\x0e\xe7\x3b\xc4\x0c\x4e\x75\x9d\x09\x75\xde\x09\x95\x4a\x04\xc8\x5b\x45\xb6\xf4\x9e\x3f\xb0\xbf\x14\xc3\xc1\x97\x7c\x3e\x93\x20\xb0\x56\x7f\x48\xd8\x71\xf4\x7b\xdb\x0c\xbe\x6e\x02\x61\xa0\xa4\x68\xbe\xd0\x22\xe7\x98\x18\x66\x19\x28\x59\x5d\x63\x71\x47\xc7\x8f\x06\x9a\x8f\x0e\x98\x4d\xca\x91\x06\x48\xc8\xec\xc2\xd5\xa0\xe9\xbf\x1b\xb7\xef\x19\xc2\x6e\xcf\x9f\x0d\x98\xdb\x3a\xfb\xb1\xef\xef\xd6\x7f\xaf\xde\x2d\x66\x5b\xf8\xf3\xa7\xdd\x2c\x4d\xaf\xae\x23\xd0\x43\xc2\xb1\xa6\x10\x50\xf7\x88\x9c\xe8\x39\x83\xad\x66\xaa\x70\xad\x19\xd8\x4b\xd5\x40\x52\x34\x70\xad\x8a\x37\x91\x96\x4b\x5d\xfc\x46\x15\x4f\x8b\xe2\x97\xaa\x78\x13\x7d\xba\xd1\xc5\xef\x54\xf1\xf9\x9a\xe1\xa9\xea\x0d\x34\xef\x4e\xd7\xbe\x52\xb5\x71\x51\xdb\x27\x3b\x6f\x15\xc1\x44\xe6\x8d\xb6\x57\x36\x2f\x72\xf3\x5d\xd5\xb0\x21\xaa\x57\xba\xad\x0b\xd5\x16\x2b\xda\xf2\xfa\x77\x54\xf8\x42\x17\x3c\x69\xe2\xe8\x2f\x00\x51\xe4\xb3\x68\x1d\xd4\x65\xb7\xc2\x40\xf5\x4a\x6b\xa5\xb4\xec\x96\x13\xfb\x13\xdd\xf8\x91\x1a\x05\x2f\x5a\x39\x41\x37\xfe\x4a\x18\x06\xe1\xa8\x55\x66\x1c\x56\x48\x18\xd7\x25\x91\xa6\xc4\x5f\x69\x49\xab\x24\xcf\xd8\x23\xa1\x85\xf6\x92\xb1\x83\x74\x92\x77\x2e\x67\x92\x26\x15\x0f\x80\x88\x82\x15\x4a\xc1\x55\x32\xb2\xa9\xf4\x48\xf2\x91\xa2\xe9\x19\x74\x8b\x5a\xf0\x58\x8f\xa8\x08\x2c\x26\xd6\x60\x2c\xb6\x9d\xce\xc5\x4e\x65\x3d\x5b\xeb\x69\x11\x4b\x3e\x3e\x80\xe8\xeb\x2e\x98\xf9\x8a\x1b\x02\x17\x0c\x10\xe3\x7a\xa3\xa7\x5e\xbb\xf3\xa1\x48\x28\x82\x52\x7b\xcf\x51\x02\x51\x59\xf5\xdb\x70\x45\x67\x75\x72\x9d\x4e\xa1\x9c\x23\x61\x83\xad\x87\xeb\xa6\xe9\x93\xea\xa9\xd8\x1b\xcd\x06\x3f\xe2\xb6\x5c\xfa\xab\x59\x3a\x70\x1e\x47\xaa\xe9\x4d\x93\x72\x72\x85\x0e\xa6\x06\xc3\x88\xe6\x07\x61\x3b\x8d\x8f\x6d\xc8\xc2\xae\x05\xdd\x4a\x3b\x19\x44\x72\xbd\x17\xc5\x1a\x49\xf3\x93\x2a\x36\x3f\xf2\xd2\xca\xc3\xd5\xa8\xd6\xea\x83\xaf\x54\xb4\x76\xb1\x91\xde\x19\x3d\x60\x59\x3d\x2e\xb3\xc2\x83\xe5\x71\x34\x63\x72\xa3\x66\x4c\xed\xce\xd6\x8a\xb1\xa7\x35\x8d\x57\x89\x83\xd8\x1b\x94\xef\xf3\x3d\xcd\x69\xc3\x74\x0b\x6b\x08\xa7\x2d\x93\xf7\x03\x2c\xab\x43\xf9\xc4\x97\x31\x3e\xef\x52\x20\x3c\x27\xc5\x3f\x10\x2e\x86\x23\x24\x22\xa2\xad\xca\xf4\x20\x1d\x7e\x75\x56\x65\xb9\x76\x99\x79\xcd\x15\xb7\x96\x2c\x8f\x69\x0b\xb5\x89\x1a\x55\x2d\xd9\x74\x72\x2c\x62\x75\x57\x93\x9c\x52\xed\x14\x8d\x10\x14\x24\xe2\x25\x11\x92\xb3\x3b\x12\xab\x96\xea\x1f\x53\x22\xcd\xa7\xca\x97\x57\x26\x5b\xa0\xe6\xf7\x90\x67\x32\x97\x8c\x3a\x1d\xa0\xfe\x8b\x44\x2e\x45\x27\x34\x91\xcd\xd6\x54\xad\x8a\x01\xa1\x22\xaf\x15\xc3\x28\x1c\x1b\x1a\x1f\x5e\x58\x38\x2a\xf0\x5c\x13\x9f\x62\x86\x29\xcc\x30\x5d\x2c\x2b\xc5\xe4\x68\x2a\x04\x6d\xf3\x17\x62\x3e\x23\x7c\x05\x1f\x8a\xaa\x64\x67\x50\xb1\xb5\xdd\x30\x40\xcd\x28\xa1\x35\xb7\xfd\x7a\xfe\x76\xbf\x81\x35\x2b\xb3\x95\x61\xd5\x96\xc1\x8e\x91\x94\x06\xd8\x40\xb0\xb6\x6e\xbf\xa1\x6e\x63\x1f\x25\xca\xb0\x75\xeb\x65\x06\xad\xa9\xdd\x9a\x22\x7e\x6d\x7b\xba\x74\x63\x3b\x55\xb4\xb5\xb6\x19\x55\xb8\xb1\x95\xdb\x24\x4d\xed\x09\xf0\x1b\xdb\x08\x24\xa8\x74\xc1\x53\x81\x08\xb3\xc4\xc0\x50\x49\x75\x16\x1c\xb2\x5e\x58\x80\x1c\x30\x64\x87\x36\xc0\xa8\x84\x12\x07\xb8\x8c\x22\xb3\xc2\x30\x7e\x71\x3f\xdc\x58\xa8\x8d\xbf\x64\xa2\xbb\xea\xa2\x5a\xf3\x41\xda\xba\xa1\x55\x75\x13\x2c\xcc\x81\xab\x67\x45\xbb\xd9\x35\x58\x03\x41\x64\x2c\x16\xf8\x7e\xa1\xe8\xe5\x06\x23\xac\xbe\xfa\x95\x1a\x68\x80\xb9\xca\xd5\xbe\xe8\x3e\xbf\x4b\x14\x4d\xa0\xe6\xec\xbb\xe8\xb9\xa8\xc2\x5b\x39\x30\x40\xb9\x9d\x92\x83\x17\x5e\x70\xbf\xfa\x86\xcd\x36\xd3\x8c\xd8\xfc\x86\x40\x81\xc8\xb2\x4d\x7e\xdc\xab\x15\xf3\x5b\x99\x81\xba\x85\x00\x32\x6a\x58\x7b\x63\x3c\xd9\xe9\xd8\x30\x90\xd5\x0f\x61\x22\x8d\x42\x64\xbf\x69\x65\x2d\x97\x9e\x0d\x9a\x8c\x67\x3b\x9d\x35\xdd\xe9\x6b\x78\xc7\xe2\x44\x51\x94\xbf\xdf\x71\xcf\x05\x3b\xb4\xef\xc6\x36\xc8\x3b\x84\x80\xd4\x1d\x0b\x3e\x91\xdb\x02\xff\x92\xdd\x16\xf2\x51\xe2\xaa\x99\x7a\xa7\xc3\x4b\x3c\xa5\x84\x88\xea\x77\x88\xaa\xa3\x90\x57\x64\xe5\x8a\x80\x45\xc1\x9c\x9a\x1e\xe3\x82\x79\x39\x35\x31\xa4\x3a\x1d\xfb\xa0\xce\xe6\xbe\xf7\x3c\xa8\x2a\xe3\xab\x06\x4d\x6e\x09\x9f\xef\xd4\x8c\x6e\xaf\xb1\xf0\xac\x79\x9d\xb9\xad\x84\x9d\x8e\xb5\x4f\x02\x24\x8a\x95\x88\xfd\x1c\x3e\xcf\xfd\x36\x73\xb3\xe1\xdc\x12\x6c\x93\xef\x27\x47\x85\xb9\x23\xd6\xe3\xd7\x7f\x4d\x7f\x14\x0e\xb0\xbd\x6f\x52\xc0\xa5\xe6\xb0\x5c\xfa\x30\x26\x72\x18\x6b\x32\x1c\xc8\x87\x2a\x9b\x01\xee\x4c\x11\xa0\x36\xf9\xa0\xc3\xcc\xe9\x8b\xa8\xb9\x90\x6d\x92\xc8\x6b\xc2\xdb\x97\x44\x1b\x62\xb5\x19\x2f\x41\x60\x8b\xd4\x25\x07\x4b\x7e\x64\xa7\x23\x37\x5a\x31\x7a\xe2\x41\x55\x74\xd0\x1c\x7a\xa7\x93\x18\x55\x90\x7f\x1b\x85\x72\x06\x0c\x24\xae\x53\x41\xe4\x5b\xd7\xd7\xc9\x64\xb9\x2c\x6f\x6a\xae\x98\xb9\xb8\xd0\x23\xba\xb8\x88\x24\x22\x66\x11\xbd\xb6\xd3\xc2\xa6\xad\x6c\x12\xe1\x41\x5b\x54\x81\xb6\xe5\x72\xc7\x81\x58\x3e\x43\xe8\x2e\x94\xd5\xde\xd7\xbe\x86\xe2\x1a\x4f\x4b\x45\x1a\x70\x90\x56\xc6\xb9\x42\xbd\x96\xe7\x71\xf5\x12\x4b\x6f\xd1\x43\xc9\x4c\x48\x1a\x03\x22\xb5\xce\x80\x2a\x8e\x86\x3e\xea\x85\x0b\xcd\x46\xef\xf4\xec\xad\x65\xc1\xac\xf7\xb5\x0a\xbb\xf9\xea\x91\x22\xae\x01\x5c\x8d\x37\xf7\xe8\xb5\x0a\x31\x1f\x4f\xb6\x68\x54\x1f\x04\x2f\x98\x19\x84\x61\xa6\x9d\x6a\x68\xb4\x82\xdb\x71\x03\x98\x9b\x0f\xd4\xc7\x20\x73\xdf\x77\x64\x87\x2e\x97\x4e\xa0\x51\x60\x0d\x28\xf4\xf1\x79\x0e\xf9\x74\x7f\x0c\x08\x1c\x78\x8e\xea\xea\xf7\x22\x37\x3d\x8b\xa2\x88\x78\x47\xe2\x94\x4c\x08\x27\x74\xec\xce\x85\x4e\xa2\x71\x8d\x05\xfd\x46\xb6\x2f\x09\xa1\x6d\x25\x61\x24\x38\x4d\x04\x89\xdb\xdd\xb6\xe6\xdb\x00\x2c\x95\x50\x7b\xa1\xe4\x95\x56\xdd\x85\x3b\xf6\x88\x5d\xdc\x0c\xbd\xfb\x05\x96\xf0\xde\x36\xd2\xaf\x02\xa0\x73\x47\x81\x72\x2d\x6d\x73\xa6\xfe\x3c\xa2\x31\xd7\x47\x1b\xdb\xd6\x8d\x48\x69\xee\x89\xe5\xed\xc9\x72\x49\x14\x0d\x51\x92\x5e\x4d\x9a\x57\x1f\x60\xa7\xd3\x77\x1f\x7d\xdd\x81\xa5\x74\x85\x36\x00\xd4\xeb\xc3\x96\x2c\xb8\xb3\x66\xb5\x57\x93\x0d\xde\x93\x27\x88\x86\x17\x25\x53\xf2\x15\xfa\xb0\x55\xb6\x4b\x4d\xba\xdf\x2c\xab\x1d\x3a\x02\x17\x02\x24\x88\x40\xcb\x8f\xa7\x20\xf1\xae\xed\x15\x12\x74\x3a\x81\xc2\x1d\xdc\x58\xa6\x41\x04\x58\x24\x9b\x8f\x16\x2c\x9b\x57\x31\xcb\x2a\x46\xd8\x3e\x2c\x97\xc6\x39\x15\xb1\xd0\x44\xd3\xcc\xb9\x38\x96\xdf\xb9\x23\x16\x5e\x63\x1a\xa7\x84\x47\xdc\x28\xc5\xc7\x80\x41\x88\x58\x45\xbb\x84\xab\x6f\x9c\xcf\x41\x1f\x31\xc7\xed\xb2\xdc\x41\x05\x24\xc8\x7a\xed\x95\x56\xad\xc1\x3b\x2a\x99\x80\xa6\x5d\x77\xae\x57\x20\x06\x9e\x9d\x17\x44\xd5\xf6\x0c\xc2\x5a\x71\x27\x64\x3d\xb3\x8c\xcd\x52\xbd\x6b\xdd\xa7\xe5\xae\x9b\xd4\xb8\xfa\xbb\x5a\x38\x23\xa3\xd9\x65\x6a\x30\xf2\xcb\x7b\xaa\x48\x0f\x0d\x7d\xfa\x26\x7e\x25\xc0\xcb\xdb\x30\x1e\x0b\xeb\xbc\xc8\x8a\xae\x5b\x35\x85\x1a\xea\xef\x44\x11\x71\x4e\x12\x76\x72\x35\x55\xf8\xda\x99\xd9\x5f\x40\x01\xf2\x08\xa2\x24\x53\xf8\x66\x3b\x61\xc1\xda\x3b\xf9\x3f\xba\xe2\x3a\xb1\x9f\x1f\x57\x9a\xbc\xe5\x78\x66\x8e\x6c\x23\x73\x40\xc9\x6d\xe9\xf6\xd5\xf3\x35\x93\xcb\xa5\x8c\xa2\xa8\xca\x14\xe6\x30\x67\x2d\xe3\xa9\x56\x58\x49\xd8\x32\xb5\x34\xaf\xdc\xa8\xc7\xf7\x3d\xd4\x0c\x83\xa8\xf0\x9d\x0b\x43\xe5\x9a\x25\x2d\x8f\xbd\xd7\xfc\xaa\x67\x39\xaa\x19\xd8\x8c\xaf\xe4\xbe\x36\x69\x6a\xf9\x06\x4d\x6d\x1e\x86\x01\x47\xbd\xe7\xf8\x7b\x37\xb6\xe7\x4f\x9e\xe4\xba\x48\x3a\xc4\x23\x6d\xb1\x0f\x98\x76\x37\xf5\x16\xc6\xf9\x53\x35\x30\x36\x9b\x38\x60\x89\x18\xb4\x06\x00\xcd\x7b\xec\xbb\x2a\x32\x94\xee\x27\x80\xc1\x81\x50\x28\x28\xf7\xf0\xe4\x19\x20\xa0\x99\x1c\x4a\x08\xb5\x94\xa1\x95\x76\x52\xfb\xb0\x16\x95\x56\x56\xb1\x8c\x22\x22\x61\x22\xce\x24\x9b\xcd\x48\xdc\x74\xa9\xc8\x01\x81\x61\x1e\xff\xdd\x16\x54\xb5\x04\x31\x67\xf6\xed\x35\xae\xdd\xb8\xe9\x4a\xa4\xf8\x2a\x6d\x05\x8b\x17\xce\x0d\x86\x6e\xa8\x33\x2e\x15\x70\xd5\xde\x62\x21\x92\x1b\xe2\x4e\x6e\x53\xc5\x59\xa5\x88\x74\x4a\x1f\xc5\xfd\xfc\x5f\x82\xdf\xbf\xc6\x33\x44\xfd\x5f\x3e\x24\x16\x14\xdb\xe8\x67\xf3\x05\x54\x50\xc6\x52\x12\x62\x21\x08\x97\xc0\x08\x1b\x14\x05\xdf\x28\x78\xfd\xa6\x9d\x08\x25\x5b\x98\x18\xbf\x98\xb6\xf5\x7a\xb4\x0d\xf7\x86\xda\x97\x73\xd9\xbe\x62\xda\xf0\x0c\xd1\x92\xc0\x08\x17\xd6\xdf\xb3\x3a\xec\x7d\x62\x56\x2d\x2c\x42\x2c\x18\x0b\x79\xfd\x93\xc4\x5a\x70\x6d\xba\xae\x33\xb5\x66\x5c\xff\xff\xd2\xf0\x38\x4a\xd8\x6f\x7a\x0f\x20\x1c\x34\x89\x9a\x76\xae\x8d\xea\x03\xb7\x0e\x5a\xe7\xd2\xe9\x94\x7e\xfa\xf1\x5f\xca\x3d\xb5\x13\x2a\x92\x98\xb4\xed\x2c\xdb\xfa\x5b\xdb\xa9\xf9\xda\x09\xbd\x61\x63\x43\x46\x03\x54\x5b\x0b\x58\x16\x95\x29\x5c\x48\x03\xe0\x0a\x53\x2c\x74\x53\x06\x4c\x06\x04\xe9\x5f\x03\x8a\x0a\x90\x1b\xec\xa1\x12\x2c\x0d\x08\x72\x8b\x38\xd8\xe9\x23\x61\xe0\x58\x3d\x56\x61\x5b\xbd\xab\x0c\xc5\xb8\xf5\xc8\x64\x4a\xce\x24\x9e\xce\x06\x34\xcc\x9f\x97\x4b\x2d\xbb\x50\x76\x0b\xe0\xca\x78\x63\x7a\xc8\x41\x22\xce\xf9\x5c\x48\x12\x17\x48\xbc\x5f\xf6\x55\xf7\x50\x14\x2f\x21\x54\x0a\x91\xc1\x59\xbc\x01\x67\x71\x85\xb3\x98\x49\x2c\x90\x88\x9c\x67\x6e\x1a\x03\x43\x16\xa9\x94\x8d\x25\xad\x77\x4f\x73\xec\x33\x6e\xe5\x21\xbd\xb6\x43\x32\xca\x90\xf0\xcb\xe9\x03\x58\x2e\xa1\xce\x6d\x15\x13\x97\xe7\x59\x31\xc4\xb4\xfd\x37\x92\x7b\x19\x95\x9a\xcf\x6f\xf7\x86\x64\x94\x5b\x7f\x96\xb4\xe3\xeb\x3b\x66\x1e\x75\x51\x13\xd6\xba\xb4\x15\x93\xd5\x0e\x33\xfa\x1e\xa2\x6d\xc8\xf8\x8a\x72\x06\xc2\x4c\xc1\x12\xd0\xd5\xcb\x97\x3e\xab\xc1\x4e\x67\x4c\x90\xf8\x2d\x96\xd7\x75\x3e\xa7\xb1\x52\xcb\x73\x21\x8b\x22\xb2\x3f\x1c\x0d\xf4\xa6\xa8\xce\xdf\x9c\xbc\x39\x2a\xfa\xec\x99\x97\x87\x07\x6f\xcf\xdf\x9d\x1e\xbf\xf9\xdb\xc5\xdb\x1f\x0f\xce\xbc\xef\x7d\xf3\xfd\xe0\xfc\xe2\xfc\xe0\xf4\x6f\x47\xe7\xc5\x97\x3d\xf3\xe5\xc5\xbb\x17\x2f\x5e\x35\x54\x7c\x6a\x3e\x17\x87\x6d\xc5\xba\xe8\x6f\x99\x3e\x6b\x0a\x0c\xf1\x95\x51\xd0\xaf\x9a\x67\xcb\xd8\x41\xcd\x36\xa2\xb9\x4a\x83\x05\x9e\xab\x7c\x00\xd0\x74\x7e\xec\x4e\xf8\xfd\x47\x41\x6a\xa4\x6f\x8b\xb1\x35\xf5\x57\x1e\x64\x53\x09\x60\xae\xbc\xda\x36\xd0\x4e\xb1\xa6\x36\xe2\x34\x28\xc3\xa6\x2d\x66\x2b\x15\xf4\x62\x53\xbd\xa2\x24\xcc\x50\x19\x5d\xfb\x6b\x82\x5d\x35\xdb\x81\x95\x9b\xdf\x9a\x0a\x24\x6e\x00\x6d\x8b\x5e\xed\x80\x2c\x64\x6f\x1c\x8e\x2d\x67\xbb\xc9\xf1\x6a\xbd\xfd\xfc\x93\x29\x29\xf8\xf8\x28\xd5\xb9\x06\xb6\x39\x95\x7a\x6c\x2f\xf4\x92\xd5\x8b\x0b\xc7\xd4\x88\x6a\x51\xa3\x51\x21\x15\x4c\xd4\x92\x25\x40\x75\x11\xcd\xbd\x6b\x15\x7f\xa9\x4d\x53\x4a\x18\x69\x78\x1d\xed\xf4\x94\x88\xa6\xc6\x68\x06\xf5\x0f\x85\x03\xf3\x21\xee\xd4\x17\x57\x54\x8a\x12\xb8\x20\xcb\xa5\xbf\x5d\x09\x4d\xea\x37\xa6\x59\xb6\x82\x36\x79\x08\xd1\xf8\x16\x58\xa6\x3a\x27\x52\x6c\x7d\x04\x15\xd4\xc4\x4a\x18\x89\xdb\xd3\x9f\x98\x17\xa1\xbb\x64\x6a\x54\x11\x95\x86\xe2\x57\xf0\x45\x5f\xc3\xe4\x36\x7f\x45\x0c\x6e\x19\xd7\xa3\xe4\x92\xb2\xc9\xd9\x65\x2b\xa9\xee\x31\x43\xbe\xae\xf2\x28\xcf\x5a\x74\x4b\x9b\x96\xaa\x54\xd7\x28\x2e\xd1\x8d\x86\x2d\x2b\x6e\xb0\x73\x6e\x59\x1b\x3f\xe6\x22\x28\x74\x41\x8d\x9e\xeb\xf7\x55\x76\x1f\x02\xaa\x6f\x11\xa1\x95\x2c\x49\x68\x22\xb3\x44\xb4\xe2\x6b\xec\x42\x13\x5c\xcc\x8c\x6a\xed\x10\xa7\xe9\x25\x1e\xbf\xcf\xed\xd8\xe5\x72\x09\x1a\x0b\x68\xe7\x58\x99\x99\x93\x30\xe4\x5a\x92\x63\xd0\xb1\x54\x22\xea\x3d\x17\x45\x7c\x12\xf1\xe4\x09\x64\x43\x31\xf2\x8c\x20\x01\xde\xd2\x76\xc1\xfe\xd8\x60\x47\x90\xc7\x15\x33\x75\x26\x13\x53\x29\x8f\x28\x96\xa9\x45\x36\xe6\x16\xa7\x67\xff\x78\x6b\xc0\xd9\x2c\x56\x38\x4d\x3e\x24\x14\x78\xfb\xed\x96\x8d\x7a\xd9\x16\xf8\x26\x68\x57\x40\xaa\x31\x2c\x55\x50\x3b\xc1\x6a\xfb\x3f\xb9\xb9\xcf\x47\x2a\x54\x03\x9d\x4a\xae\xcb\xc9\x55\x22\x24\xbf\x1b\x4c\x71\x42\x03\x44\x23\x12\xa6\x8c\xbd\x9f\xcf\x80\xac\xab\xf3\x3d\xa8\xb9\x22\xf2\x40\x4a\x9e\x5c\xce\x25\x01\x41\x12\x07\x56\xbb\xef\xd8\xa6\xa1\x1c\x6d\xbe\xf5\x4d\x44\x97\xcd\xa5\x92\x5d\xbe\x78\x47\x75\x97\x31\xba\x55\x10\x2a\x1e\xed\xc8\xe5\x72\x47\x6b\x7b\x25\x4e\xa8\x00\x52\xc9\x0f\x24\xd2\x5a\x1f\xe2\xbf\x6e\x39\x3a\xd3\xe9\xec\xe0\xed\x7d\x06\x29\xe3\x53\x9c\x26\xbf\x90\xee\x26\x9d\x96\x7f\x21\xfe\x47\x94\xe0\x3f\xa2\x04\xff\x1e\xa3\x04\x37\x18\x8e\x6f\x77\xb6\x17\x59\x29\x96\x84\xb3\x82\x29\x94\xa9\x2e\x2c\x87\x51\x71\xd8\xe0\xb9\x1c\xa2\x05\xc5\x53\x32\x20\x56\x81\x2e\xb3\x2d\x0c\x5d\x7e\x16\xf8\x33\x11\x88\x8f\x34\x78\xca\x11\x5e\xcd\xe2\xe9\x23\xa3\xc4\x92\x22\x0a\x56\x29\xca\xea\x41\x9a\xea\x34\x19\x9b\x56\x50\x24\x97\xe9\x27\x4b\xfe\xdc\x44\x31\x88\xd6\x16\x3d\xa7\x11\xd5\xae\x48\x67\xa6\xff\xe7\xd0\xde\x26\x51\x1d\x95\xf6\xfc\x6e\x46\x3a\x1d\xba\x22\x42\xad\x22\x09\x39\x69\x5c\x3b\x43\x12\x27\x92\xf1\xdd\x34\xd9\x1a\xdd\x37\x86\xa7\x49\x26\x40\x3b\xe6\x84\x89\x70\xa9\x18\xf2\xfe\x01\xd1\x1e\x1d\xbe\xa1\x43\xd5\x52\x61\xa7\x6a\xcf\x54\xb1\x96\x52\x58\xc1\xe2\xa7\xa2\x61\xd3\xe1\x84\xb3\x69\x43\x0f\xce\x80\xc9\xdd\x7c\x68\xdb\x85\x6a\x60\x4a\xe2\x8d\x11\x49\xc7\x8a\xd5\x0c\x6a\xca\x76\x0b\x04\xda\xc4\x1b\x7f\x46\xdd\x3e\x6c\x05\xa6\x78\x10\xe9\x5b\x94\x92\x1d\x96\xa6\x5b\xa5\x37\xfa\x5e\x4a\x13\xc6\xe0\x35\x9e\xe9\x3a\xcb\x65\x70\x46\x4c\xf5\xc6\x89\xe9\xc2\x07\x0e\xa0\x6d\x95\xdd\xff\x05\xfb\x83\x77\xc9\xf2\x18\x52\x09\xf6\x07\x7f\x5e\xf6\xff\xb4\x7c\xba\x07\xc1\xfe\xe0\x30\xc5\xd3\x19\x89\xe1\xbe\x6e\xe4\xff\xec\x86\x92\x08\x09\x38\x2c\xcf\xb4\xb2\x5a\x8a\xfd\x6d\xb0\xb2\x39\xa6\x3a\x54\x51\x1b\x4b\x49\xa6\x33\xa9\x73\xe4\xcd\x38\xc1\x71\x9b\x32\xda\xd5\x7b\x73\x99\x16\x06\x62\xe1\xbf\xe9\x31\x6d\x33\x1e\x13\xae\x8a\x5e\x92\xb6\x2b\x82\x74\x05\x6d\x85\x6d\xd5\xe8\xc2\x58\xec\x5c\xe3\x1b\xd2\xc6\xed\x61\x65\xbb\x47\x00\xb6\xa7\x44\x5e\xb3\x38\x0c\x60\x06\xea\xa6\x69\xde\x65\xd7\x0f\xc4\xdd\x45\x29\x59\x3c\xca\x7f\x55\x82\x73\xab\xa9\x19\xc8\x94\xf0\x39\xfd\x5e\x6a\xb2\xcd\x5d\xf4\xc1\xe2\x62\xe5\xd1\xce\xb2\x31\x20\xf3\x4d\x59\x34\x13\x6b\x15\x01\xa1\xe4\xc9\x14\xc0\x3c\x1a\x16\x71\x7e\xc3\xaf\x12\x2a\x8d\x3b\x09\x72\x81\xad\xb4\x45\x79\x29\x3a\x06\x7f\x74\xac\xab\x86\x66\xf5\x2e\xe2\xc5\xdd\x39\xbe\xd2\x38\x45\x8b\x50\xae\x08\x6c\x0a\x3c\xb6\x1d\x0a\x3e\x64\x31\x79\x9d\x28\xa0\x2a\x70\xb1\x11\x04\x08\xff\x91\xa4\x33\xc2\x41\x60\x30\x50\xc0\xe7\x97\x77\x01\xaa\xc7\xef\x18\x8e\x14\x16\xcb\x5f\xeb\x48\x07\xce\xb1\x4a\x02\x02\x02\xc3\x6d\x04\x10\xa2\x24\x32\x41\x50\x9b\xac\x57\xbb\xfa\x0a\x39\x14\x7c\x5c\x04\x27\xdb\x1d\xb3\x98\x4c\xf5\xf0\x76\xa7\x2c\x26\xbb\x81\xcb\xa6\x83\x51\xb0\x1b\x40\xef\x57\xf8\x1f\x11\x68\x56\xa6\x45\x43\x3c\x57\x28\x17\xc7\xaf\x75\x56\x19\x84\x21\x4a\xf6\x19\x80\x03\x50\x1b\x10\x55\x82\xa5\x5a\x6e\x14\xa4\x0c\xc7\xe5\xe9\x31\x60\xdc\xc9\x8b\x40\x66\x76\xbf\x5d\x5c\x30\xbe\x3e\xaa\xa9\x02\x9a\xdd\xcb\x79\x92\xc6\xd5\xe4\x6c\x36\xca\x84\xc9\x72\x49\x64\xfd\x4d\xd7\x46\x22\x4b\x18\x6d\x52\x92\x28\x29\x53\xb5\xae\xb3\x95\x76\x5d\x28\xcf\xa6\xd0\x14\x5f\x04\x03\x81\x1f\x1e\x59\x2f\x77\xd2\x5c\x65\x50\xf6\xd0\x31\x05\x8d\xee\x85\x5b\x07\x0b\xb5\x51\x62\xf5\x35\x95\x88\x16\x26\x74\xa6\x0e\x45\xa7\xf8\x40\x8a\xae\x88\xd4\xe9\x1c\x57\xd8\x60\xa8\x52\x5a\xb3\xf8\x52\x55\x6c\x10\x9b\x58\xa7\xb3\x53\x26\xdb\xd2\x62\x51\x7d\xb7\xed\xb4\x18\xf9\xf5\x5c\xa0\x46\x10\x20\x69\x8c\x29\xb4\x7e\xb3\xdc\x74\xb9\x7f\x55\x5a\x2b\x5e\x9a\xec\xc1\xf0\x50\xe3\x43\x35\x7e\x00\x47\x11\xb1\x4d\x1a\x03\x8d\xaa\x66\xca\x59\xc0\xe2\x9c\x59\x46\x2c\x92\x80\x2e\x97\xd8\x90\x54\x24\x22\x66\x92\xad\xb1\x61\x7f\x84\xd2\x88\x2b\xba\x29\x76\xac\xf1\x4d\xde\x91\x89\x6f\x6a\x2c\x41\x04\x10\x45\x2c\x21\xf5\x4a\xc7\x6d\x10\x30\xf4\xc6\xa0\x08\x70\xaa\xb3\x65\x64\x26\xec\xa7\x6b\x4e\xcd\x1b\x40\x34\x6e\xb2\x1b\x98\x87\x92\xfd\xfd\xec\xe4\xcd\xbe\x7b\x00\x70\x50\x78\x09\xcd\xed\x32\xc2\xfc\xa3\xb6\x4c\xf0\x65\xe7\x31\x0c\x13\x3a\x4e\xe7\x31\x11\x20\xb1\x16\x0a\x71\xe4\x65\xe6\xc8\x31\x54\x82\x82\xb6\x3b\x99\xed\x98\x11\x6d\xd7\x47\x3e\x24\x42\x21\x9e\x96\xa1\xea\x71\x6e\x3a\x85\x62\x3d\x8b\x49\xe4\x8f\x26\x81\xad\x32\x0c\x4c\xe0\x72\x99\xc3\x67\xaa\x1d\x97\xea\x21\xbd\x87\xc9\x48\x2b\xfa\x3a\x1d\xeb\x5d\x15\x99\xb2\xa1\xe5\x98\x3c\x66\x74\xdf\x52\xeb\x49\xa7\x03\x26\xd1\x70\x04\xd1\x64\x88\x43\x9b\x3d\x76\x3f\x50\x52\xb8\xe5\xa1\x5c\xa0\x69\xfb\x73\x04\xac\x0d\xb1\x0f\x88\x73\x94\xa0\x09\x84\x83\xdc\xf6\x2e\x6f\x6a\xb9\x0c\xb4\x29\x65\x64\x6b\x95\x47\xd1\xe9\xe8\x30\xe5\xab\x3e\xef\x97\x7b\x70\x1d\x0f\xaa\xaf\x6d\x5f\xe5\x28\xd6\x2e\xa2\x23\xd0\xaa\x43\xd1\x74\xdf\xda\xe4\xa6\x51\x02\xa5\x90\x33\xa3\xee\xcc\xd5\x5c\xa2\xd3\xd9\x58\x04\xb8\xa3\x38\x4e\x09\xae\xfb\x3a\x3d\x14\x6f\x2d\xb2\xd5\xde\x25\x64\xdf\xba\xf8\x10\xcc\x09\x8f\x88\x71\x7c\xb4\x58\x06\xf8\xdf\x14\xaf\x5e\x8c\x3e\x43\x62\x7e\x39\x6d\x72\x78\x7b\xf8\x20\x9b\x0d\x92\x49\xe9\x54\x9b\x5e\xa5\x1a\x6a\xab\xfc\x02\x94\x97\x17\x6a\x5c\xf9\x0f\xb3\x97\x8c\x8b\x26\xac\xc5\x72\x44\xe5\xf6\x7c\x85\x1d\x5b\xde\xea\x9a\x85\xcc\xe1\x46\xf1\x7f\x05\x0c\xd9\x0e\x70\x1c\xeb\xd3\xbe\xb1\x83\xc6\xa6\x5d\x6d\xd5\xb4\x7b\x6e\x74\xf4\x52\x48\xaf\x69\xa6\xee\x22\x5a\x75\x36\xc0\xfa\x2e\xfa\x1a\x37\xae\x49\xb1\x55\xaa\x54\x6e\x1f\xea\x16\x3a\x72\x0f\x86\x9d\x14\x10\x89\x50\x1f\x92\xc8\xfe\x5f\xbc\xcf\xb2\x22\xea\x82\x27\x7f\x25\xe2\x0c\xdf\x24\xf4\xca\xa2\xad\x31\x9b\xce\xe6\x92\xc4\x40\xe3\xd1\xfc\x6b\x13\xd7\x58\xd0\xa1\xbc\x58\x66\x53\x01\x94\xa2\xb5\xf3\x52\xb8\x82\x7c\x0c\x26\x10\x04\x2d\x42\x38\x70\x1d\xfd\x67\x1d\x3b\xa6\x98\x26\x42\x6f\x12\xce\xe8\xf4\x7e\x2a\xd4\xfb\x49\xd5\x64\x85\xc0\xdb\x64\xfe\x6f\xa4\xab\xe5\x72\x07\xac\x15\xab\x9d\xa4\x6c\x38\x9e\xe1\x08\xf1\x68\xa7\x87\x70\xb4\xd3\x47\xcc\x49\x1f\x92\xdf\xe5\xfa\x50\x81\x92\x88\x34\x88\x6e\xcf\x77\x00\x8f\x80\x88\x12\x1b\x00\x07\x9a\x58\x3a\x9d\x0e\x30\x2a\x57\x20\x1c\x56\xdf\x91\xcb\xa5\x33\xd7\xd3\xce\x1e\xcf\x55\x97\xf0\xb9\xbd\x4b\x49\xe1\x02\xab\x21\xb0\x28\xcd\x26\x09\xc5\x69\x7a\x67\xf2\xb9\x2c\x97\x36\x7f\x56\x68\x86\xbc\x5c\xba\x27\x25\x2b\xda\x92\xc9\x04\x60\x6b\x2a\xcf\xb2\x42\xb7\xab\x57\xea\x0f\x4d\xc1\x3d\x34\x05\xe5\xf5\xda\x5e\x57\x10\x13\x33\x99\x39\x27\x7f\x28\x0c\xb6\x91\x7c\x9a\x04\xec\x6d\x49\xe1\xc3\xe5\x0c\x6b\x46\xff\xe0\x9c\x77\x4e\x3f\xe0\x5f\xf7\x16\x5c\x7e\x38\x66\xec\x7d\x92\xa7\xb2\x7d\x1e\xc0\x35\x2e\xf8\x81\x62\xcf\x48\x06\x57\xe7\x65\x21\x4e\x71\x62\xdb\x8b\x02\xa3\x2b\x11\x0d\x17\x95\x3c\x4c\xd9\x18\xa7\x36\xe2\x90\x22\x98\xc7\x92\x4c\xfd\x24\xb1\x1a\x26\x22\xb9\x6f\x66\x39\x90\xd5\x60\x2c\x9e\x2b\x13\x77\x0a\x1a\x0d\xb8\x57\x44\x1e\x51\xc9\x13\x22\x5e\xdc\xa9\x43\x00\x02\x4e\x8c\xd3\x81\x9e\x5f\x49\xf7\x90\xa3\x76\xa7\x11\x50\x5d\x86\xc6\x31\x47\x32\x6e\x14\xb9\xfa\x12\xcf\x08\x6c\x10\x2e\x97\x8b\xcc\xa2\xc0\xbc\xf2\x22\xcb\x32\x94\x46\xb8\x51\x51\x53\x28\x1b\xd0\x3c\x4a\x87\xa9\xdd\xc0\x6e\x7f\x14\x0a\x3e\x46\x63\x2f\x34\x70\xe1\x3e\xec\xc2\x59\xd8\x18\x80\x36\x4a\xe0\x8b\x83\xb3\xa3\x8b\x77\xc7\x17\xef\x4e\x5f\xe5\x81\xac\xe6\x5e\x22\xe2\x22\xe9\xf0\x9e\x97\x69\xb8\xe5\x37\xf1\xe3\xf9\xf9\xdb\x8b\xb7\xa7\x27\xe7\x27\x87\x27\x45\x23\x85\xaf\x4c\xa7\x03\x48\x94\x80\x39\x74\xa1\xd1\x7e\xd4\xe6\x5d\x92\x8d\x75\x72\x86\x6b\x29\x67\xbb\xfd\xb0\x1f\xd4\x1b\x7d\x7d\xf0\xcf\x8b\xc3\x93\x37\x6f\x8e\x0e\xcf\x8f\x4f\xde\x9c\x05\x03\x17\x1d\x30\xa2\xa0\xb9\x77\x7d\xc1\x56\x84\xa4\xe7\x85\xd6\xe7\x7a\x2f\x80\x83\xc6\x0f\x3f\xaf\xf8\x20\x66\xf1\x5d\x00\xed\x7c\xf2\x40\xb7\x76\x7a\xdf\xa9\xfd\x89\x6b\x50\x98\x2f\x33\x0d\x3d\xae\xc0\x2e\x79\x4c\x6e\x48\xca\x66\x9a\x4f\x30\xe1\xc3\x84\xc4\x57\x8a\xee\x98\x5f\x63\x76\x43\xb4\x4b\x8b\xf9\xa9\xf0\xb3\xce\xbd\x9d\x1f\x4a\xc0\x23\xa6\xc4\x02\x12\xcf\xc7\x65\x27\xec\xdc\x63\x54\x02\x8a\xf6\x20\xc2\x11\x57\xe2\x31\x8b\xf8\xb0\x3f\xaa\xe6\xaf\xb3\x2b\x77\x70\xf8\xea\xec\xe2\xe8\xcd\xc1\x8b\x57\x47\xc1\x80\x84\xf5\xb7\x2f\xa3\x9d\x1d\x9d\xe1\x52\xc7\xc1\x07\x86\xd4\x01\x06\xcb\x92\x54\x29\xb0\x9c\x6d\xe4\xcd\xd9\xdb\x83\xc3\xa3\x86\xd6\xcb\x1f\x1e\xde\xc1\xd9\xd9\x49\xbd\xf1\xe2\xe5\xfd\x1a\x76\x5b\x4b\x86\x78\x14\xb1\xe2\xd6\x12\xa2\x45\x06\xe1\x90\x8c\x1c\x89\xe4\x8a\xe1\xcd\x2d\x10\xc8\xa8\xe6\x1b\x65\x9c\x33\x9a\x4f\xda\xbb\xe3\x8b\x97\xc7\x67\x6a\x74\x79\x5c\x4e\xbb\xd1\xf5\x02\x07\x6f\x0e\x7f\x3c\x39\xbd\x38\x3b\x7a\x65\x40\xdf\x9d\xaa\xa6\x59\x09\xa0\xe8\x75\xaf\x3a\xb7\xe5\x32\x76\x61\x2f\xd7\x44\x04\x75\xe0\x6c\x1a\xa9\xd5\x28\x61\x87\x35\x67\x7e\xf3\xc9\xb5\xfd\xc4\xba\x9f\xb1\xc9\x1a\x53\x39\x52\xb1\xb9\x9e\xdb\xc4\x6d\x37\xa8\x28\x3f\xb9\x25\x4c\x32\x01\x56\x93\x9c\x63\x87\x61\x50\xf0\xe6\xe1\x54\x23\xef\x5d\x10\x7e\x0b\xff\x3d\xd4\x7f\x47\xbb\x0e\x75\xf6\x1d\xfd\x19\x06\x01\x52\x02\xd3\x9a\xf9\x5d\x6b\xe5\xb8\x49\x40\xdd\x4d\x26\x9b\xf2\x4f\x37\x5d\xd3\xfd\xe6\xc2\x14\x3c\x6a\x92\xed\x42\xdc\xa2\xf5\x57\xfc\x23\x13\x02\x2c\x8a\xa0\x55\x40\xa1\x5f\xa8\x20\x66\x5f\x3d\x0d\xa8\x7e\x81\xf0\x26\x00\xd7\xc4\x10\x8f\xd3\xdd\x44\x18\x6d\x7d\x57\x10\x7e\x43\x78\xd7\x46\xd6\xf8\x92\x6f\xf4\x03\x3e\x1b\xb7\xf5\x38\xdb\x53\xfc\x3e\xa1\x57\xda\xd7\x78\xd0\xe6\xb3\xf1\xa0\x3d\xc6\xf4\x1b\xd9\x56\xac\x92\x65\xdc\xdb\x07\x87\xaf\x82\xa6\xcb\x7f\x87\xe9\x8c\x97\xbe\x49\x49\x53\x3c\x0d\x7b\xa3\xd2\x8f\x30\x26\x12\x27\x29\xec\x74\xf4\x01\xad\x7f\xc9\x4f\x2c\xd9\x70\xf7\xaf\x97\xde\xbc\x7c\xdc\x75\xfe\xf1\xe8\xe0\xe5\xd1\xe9\xd9\xc5\xd9\xff\xbc\x7e\x71\xf2\x2a\x2a\x5e\xbc\x3c\xfe\xdb\xd1\xd9\xb9\xf7\xe2\xfc\xe4\xa7\xa3\x37\xde\xef\xe3\x37\x2f\x8f\xfe\xe9\x57\x38\x38\x3f\x38\x3c\x7a\x73\x7e\x74\xea\xbd\x7c\x73\xf0\xfa\x48\x53\x55\x27\xb3\x37\x7d\x0a\xfe\xd9\x3d\x34\xf3\x55\xfc\xa3\x98\xe1\x31\x09\x5a\x8d\x0d\x17\x25\x5f\x62\x89\xc7\x44\xa7\x8f\x6f\x55\xc7\x54\x94\xd2\xa9\x07\xfd\x02\x66\x12\x45\x81\x73\xf6\x9e\xd0\x52\x67\x66\xda\x45\x89\x43\x13\x0c\xe8\x47\x2c\xae\xfd\x72\x76\xbd\x82\x8b\x0b\xb3\x2b\x17\xf3\xe4\x42\x6d\xd2\xc5\x35\xc1\x31\xe1\xe2\xe2\x22\xd8\xbc\x9f\x26\xc2\xbd\xad\xf1\xc9\xcf\x4f\x83\x4e\x27\xa7\x11\x0d\x5c\x5b\x91\xb8\xc3\x71\xdc\x83\xc0\x4b\xe2\x56\x20\x1f\x40\x86\x54\x81\xb4\x11\x86\x46\x11\x1d\xf6\xdd\x0f\x1d\x97\x47\x31\x2a\xdb\x40\xb7\x59\x0d\x6d\x16\xd3\x9d\x61\x8e\xa7\xdb\xa6\xb5\xfd\xcd\x52\x97\xaf\x4b\x71\x50\xa7\x63\x6d\x6e\x42\x8e\x96\x0d\x23\x89\x11\x56\x01\x6e\x10\x16\x30\x12\x2e\xbb\x61\xc5\x01\xf3\x0f\x85\xe4\x1f\x0a\xc9\x3f\x14\x92\x8f\xa3\x90\x04\x42\x89\xe1\x69\x94\x28\xb6\x6f\x1e\x25\x4a\x0c\xf7\xa3\xba\xcc\xdd\x2c\xb1\xde\xca\x71\x44\x40\x9a\xa3\xfe\x9c\xd9\x62\x9d\x0e\x18\x47\xc5\xf5\x2f\x43\x4a\xee\x70\xbf\xc6\x28\x18\x05\x36\xa8\x9b\x6a\x72\x1f\xe7\x5f\xe0\xc0\x45\x9f\x89\xa2\x48\x82\x39\x2c\xbe\x71\x30\x47\x63\x08\x07\xf9\x8b\xa2\xf9\x31\x0a\xa2\xa2\x79\x02\xe6\x3a\xef\x01\x1a\x8e\x9c\xea\xa7\x13\xdc\x83\xcc\xcc\xf9\x3a\x46\xea\x77\x41\x5d\x1e\x29\xee\x6a\xa3\xa8\x52\x44\x41\xa8\xf2\xeb\x88\x79\x44\x09\xff\xd0\xdf\xc7\xdd\xfe\xa0\x07\x91\x88\xfa\xcf\xc5\xf7\xd8\xb9\xcc\x74\xfb\x23\x8f\x9b\x17\x23\x9b\x60\xae\x9f\x93\xac\x8a\x56\x56\x67\x6c\xd1\x37\xf0\xd6\x40\x5f\x31\x20\x67\x12\x73\x1d\x59\x50\xb3\xdf\x9e\xf6\x6c\x3f\xb0\x31\x70\x92\x4e\x07\x24\xd1\x5e\xbd\xc4\xbf\xe9\xbf\xa9\xc9\xc2\x1a\x3d\x6b\xfa\xaa\xbe\x3d\xdb\x71\x0d\x3c\x75\x19\x64\x8b\xc3\x31\xc4\xa3\x7d\xf5\x67\x10\x04\x4e\xc5\x95\x58\xe5\x5f\x7f\x50\xc9\x50\x59\x43\xa8\x62\x20\x22\x02\x84\xaf\x5c\x6a\x97\x69\x9d\x80\x03\x11\x55\xb3\x5b\x17\xda\xdd\xa0\x38\x27\xda\xdc\x1d\x05\x81\xa7\x21\xcd\x4a\xc1\x80\x1f\x30\x98\xd2\xf9\xd5\x43\xa1\x40\x94\x9a\x7d\xe6\x25\x2b\x31\xdc\xa3\x59\xd1\x61\xcf\x29\xa9\x8a\x31\xf2\xfc\x54\x0b\x1d\x03\xdb\x8c\x33\x70\x76\x89\x5b\x1c\xea\x4d\x02\xe8\xef\xe2\x3c\x97\xb8\xc5\x07\x04\xfb\xaa\xf0\x56\x9f\x2f\xc6\x57\x25\xc8\x18\x2f\x6e\x4d\x1a\x56\xec\x35\x9e\xed\xab\x91\xbc\xc6\x33\x6b\x76\xe3\xc2\xc9\xf2\xaa\x56\xcc\x92\x1e\x93\xfa\x99\x98\xfc\xcb\x7f\xb5\x45\x2a\xcc\x08\xf5\x92\x30\x0f\x29\x96\xc9\x0d\x69\x8f\x59\x4c\x14\x09\x2b\x5c\x21\x34\xef\xd7\x6a\x0e\x13\x48\x1e\x31\x38\xa0\xaf\x56\xb7\x59\xb0\xb5\x89\x18\xf1\xd2\xcd\xd9\x18\x22\xd2\x46\x51\xe6\xa5\xa0\x96\xc5\x95\x97\x6f\x60\x81\x92\x7a\xd8\x39\x58\xe4\x27\x7a\x78\x48\x1c\xdf\xfd\xa5\xbf\x29\x36\xa1\x00\x1c\xb9\xe0\x6a\xf9\x90\x2b\x11\x2e\x01\x8e\x18\x80\xfb\xb5\x80\x78\x2b\x22\x51\x0e\xd5\x2a\x8e\x5a\xdc\x77\xa2\xe2\x8e\x11\xc5\x8a\xde\x80\x7c\xdf\x2f\x13\x1a\xe7\xb6\x27\x5e\x18\x1b\xda\xe9\x08\x80\x91\xef\x0d\x89\x70\xe6\x22\x5e\x69\x43\x47\xcf\x52\x25\x1f\x38\xfb\xbd\x05\x3a\xcc\x67\x2e\x4a\x01\x25\xc5\xa3\x06\x94\xf4\x22\x76\xac\x0a\x55\xf9\xa5\x05\xfb\xf3\x2c\xe2\xd3\x12\x22\x02\x75\x29\xb4\x8e\x3d\xbe\xd2\x20\xa3\xc2\xe6\x9b\x01\x69\x1e\x71\x0f\x71\x84\x23\x20\xa3\x14\xe9\xfb\x40\x54\xb3\x2b\xc0\x51\x02\x4a\xd1\x5d\x59\xd4\x80\x97\x5a\xa4\x21\x1c\x26\xf6\x70\x19\xb3\xe1\x30\x49\x84\xd7\x87\xc3\xa4\xce\x65\x3c\xf3\x02\x01\xa6\x9e\x82\xab\xee\xe9\xfb\xf8\x01\x87\xcd\x18\x52\x88\x00\x8d\xb0\x1f\x8d\x0c\x42\x9b\xc5\xfc\x90\xc5\x24\x22\x88\x3a\x7c\x9c\x66\x80\x03\xdd\x03\x84\x9e\x3b\x76\xba\x91\x17\xfa\x24\xea\xc4\xc3\x93\x37\xe7\x47\x6f\xce\x2f\xce\xff\xe7\xed\x51\x44\xc2\xc3\x83\xc3\x1f\x8f\x2e\xd4\xcb\xd3\x93\x57\x85\x6a\xb7\xfc\x3a\x38\xc4\xe3\x6b\xa2\x15\xa8\x9c\xa5\x41\xab\xd2\x4a\x60\x35\xab\x5d\xb5\x94\x9b\x95\xa5\x46\x80\x7d\xdc\x59\xbd\x3d\xd1\x1a\xee\x97\x47\xaf\x8e\xce\xd5\xb4\xde\xbe\x3b\x2f\x26\xa3\x7e\x04\x6f\xdf\x9d\xab\x81\xdb\x12\x81\xf9\x5f\xbd\xd1\x55\x03\xf5\x57\x0d\xbd\xb5\x76\xe8\x9c\xfc\x3c\x27\x42\xde\x33\x0a\x84\x0e\x1c\x51\x0b\xf9\xe0\x33\x79\x39\x8a\xa4\xbf\x55\x4e\x96\xff\xa6\x1d\xba\xb1\xef\xd0\x2d\xa3\xfe\x73\x59\x77\xe8\x96\xce\xa1\x9b\xd6\x1c\xba\xa5\x7f\xc5\x25\xf5\x0d\x9f\xfc\xaf\xbd\x7d\xee\x9c\xa7\xe9\x1a\x87\x6e\x1b\x18\xfc\x73\x38\x74\x53\x08\x07\xde\x98\x1e\xdd\xa1\x9b\xae\x76\xe8\x66\x9f\xd7\xa1\xbb\xca\x1a\x7d\xe1\x51\xe5\xff\x88\x08\xfe\xeb\x45\x04\x1f\x57\x23\x82\x8f\x7f\x8d\x88\xe0\xc5\x85\xb6\x2c\x29\x09\xa8\x76\xbd\x5a\x9f\x44\xff\xd7\x50\x12\xc8\x4a\x24\x72\x0b\xba\xe3\xaf\x4e\x42\x88\x7f\x37\x12\x42\xe2\x24\x84\x79\x21\x21\x50\xc4\x11\x8b\x52\x30\xf7\x18\xf2\x79\x49\xa2\xff\x7c\x2c\xf9\x1c\x22\xc0\x23\x56\xb0\xe4\x10\x86\x17\x73\x9e\x46\x12\xf1\xf0\xc2\x30\x9d\x91\x42\x9f\xee\x62\x3f\xa2\xfe\x0f\x0c\x30\x58\x64\x88\x42\xb4\xc8\xd0\xc2\xa5\xb2\x32\xa6\x51\x83\x40\x1d\xca\xc4\x44\x1f\xdd\xfd\x8f\x60\x34\xc8\x5c\x16\x2e\xad\x4e\x76\xad\x84\x97\x2c\xbe\x33\xfa\x27\x8d\xd0\xdd\xfb\x61\xb9\xbd\x51\x14\x48\xf2\xc1\x85\x07\x13\x92\x13\x3c\x0d\x20\xe2\x79\x7a\xb6\x68\xae\xc4\x0b\x1b\x0e\x3c\x17\x03\xd6\x47\xc6\xb6\xc5\xd6\x07\xc5\x26\x2e\xd7\xd2\x87\x6b\x6e\x7d\x8e\x9a\x83\xb4\xeb\xda\x59\x11\x10\x9c\x13\x31\x63\x34\x5e\xd9\xe0\x96\x91\xde\x5d\x73\x56\xcd\x5b\x6f\x4c\x63\x20\x4f\x90\xf2\x4c\x82\x8c\x97\x95\xf7\x05\xf8\x05\xab\x9f\xe1\x9a\xc9\x55\x13\x2e\x6e\x17\xf6\xbc\xb1\x29\x53\xc3\x6f\x82\x51\x4a\x0c\x64\x6e\xd8\xb0\x0f\xd7\x3c\xaf\x85\x2f\x19\x6f\x8a\x7d\xfe\x51\x96\x52\x3d\x4d\x47\xeb\x90\xe6\x62\xc7\x5b\x88\x01\xb0\x0a\x9e\x76\xc2\xbe\x38\xdb\x2a\x92\xc3\x86\xc5\x14\x8d\x93\xa9\xf4\xa3\xd0\x3b\xab\xd4\x7a\x2e\x43\x93\x78\xba\xdd\x1f\xc8\x50\x4f\x57\xdf\x07\x64\x23\xd8\xe9\x08\xe0\x23\x28\x0a\x11\xd7\xef\x10\x87\x68\x9e\x81\x52\x3e\x5e\x87\x82\xe3\x8d\x62\xa6\x19\xfd\xe3\x8a\x99\xc7\x6f\xce\x8f\x4e\xdf\x1c\xbc\xba\x38\x3b\x3a\xfd\xc7\xd1\xe9\xc5\xd1\xe9\xe9\xc9\x69\x44\xc2\xbf\x9e\x9c\xbe\x38\x7e\xf9\x52\x5b\x55\xbd\x7b\x73\xf0\xee\xfc\xc7\x93\xd3\xe3\x7f\x1d\xbd\x8c\x48\x78\xf2\x53\x21\x88\x9e\xfc\x14\xed\xf5\xd4\x43\xa9\xcc\xb3\x5e\xbf\xe5\x37\xf1\xac\xf7\xb4\xb5\xaa\xab\xef\x7a\xbd\x8d\x13\xff\x70\xbd\xed\x05\xca\xa7\xb5\x44\xa9\xda\xbc\xfc\x46\x65\x3f\x7e\x1f\xd9\x8f\x6f\x2b\xfb\xb9\x18\x8d\x80\xaf\x91\xfd\x8c\xae\x9d\x7f\x0e\xd9\x8f\x43\x38\xf0\xc6\xf4\xe8\xb2\x1f\x5f\x2d\xfb\xd5\x72\x66\x7d\x0d\xc1\xbc\x1a\x2e\xd3\x8b\xb4\x01\xe4\x16\xd0\xe5\xf2\x9f\xaf\x5f\xfd\x28\xe5\xec\xd4\xe8\x94\x60\x8b\x85\x8c\x6a\xa4\xa9\x30\x17\x31\xe1\x34\x2a\x32\xd7\xb3\x55\xc9\x5e\x74\x6c\x05\xeb\xbf\x7b\x90\xa6\xa7\x9a\x5a\x0b\xf2\xa3\xc3\xf0\xc5\xd5\x6d\x00\x0d\xce\x2e\x10\xfc\x0f\x0a\x29\x59\xa7\x70\xf3\xe6\xfb\x67\xbd\x5e\x1e\xa2\x42\xa1\xfb\x1b\xc2\xa5\x66\x63\x14\x31\x69\x6b\x06\x68\xe4\x32\xd6\x9a\x9e\x60\x0b\x87\x62\x3e\x1e\x13\x21\x74\xfa\x79\xaf\x35\xff\xf9\x9c\x7c\x90\x56\xd6\xc1\x36\x1e\xbc\x44\xa5\x86\x54\x89\x75\xb5\xcd\x6f\x93\xcd\xaf\x85\xb5\xd7\x6e\x4a\x24\xf1\x27\xa4\x88\xb1\x4d\xb0\x82\x43\xc3\xf8\x21\x1c\xce\x79\xaa\x4e\x12\xf2\x3c\xfc\x2d\x01\xec\x74\x40\xfe\x1c\x2d\x32\x67\x01\xc0\x01\x57\x1c\x61\xfe\xc9\x72\x86\xff\xec\xda\x1d\x23\x71\xf7\xff\x26\xf2\x3a\x18\x04\xe5\x9d\x0c\xb2\x5c\xd8\xa9\xd8\xc9\x89\xa6\x63\x43\x72\x59\x12\xe1\x08\xf0\x68\x0f\x6d\x6f\x1a\x47\xa3\x4d\xc6\x71\xf7\x0b\x81\xb5\xf8\x6d\xdb\xc4\x65\x1a\x87\x97\x16\x8c\xba\x98\xcd\x6b\xad\xe1\xa4\x2e\xf9\x20\x6b\x38\x6b\x22\x71\x7f\x9b\x38\xd4\x64\x10\xb7\x5f\xb2\x84\x1b\x3c\x82\x19\xdc\xbe\x99\x9b\xbd\x81\xaf\x2f\xd1\x57\x61\x07\x07\x91\x88\xb0\x09\xd4\x82\x87\xfd\x9c\x07\x61\xa1\x20\xd2\x9e\x4a\x83\x0a\x81\x30\x79\xe6\x11\x0e\x2f\xc9\x84\x71\x72\x46\x68\x0c\x18\x44\xaa\x28\x8d\x01\xd6\x12\x1c\x44\x6c\xbd\xa9\x4a\x22\xfe\xca\xaa\x91\x91\xbe\x40\x4f\x89\x3c\xc9\xf5\x6e\x60\xc4\x2a\x0d\x97\xdd\xfe\xfa\x58\x03\xef\xc9\xdd\x39\x3b\x30\xb9\xad\xbf\xec\xd8\xbf\xbb\x41\x91\x80\x38\x8a\xe4\x7e\x10\x0c\x88\x23\x75\x1b\x92\xe6\xa7\x64\x22\xbb\x92\x27\xd3\x2f\x7d\x0b\x1f\x1e\x7e\x2a\xdf\x7e\xa3\xd6\xcb\xcd\x62\x24\xdc\x27\xa1\x98\x5f\x0a\xc9\x81\x53\x65\xc3\x01\x59\xbb\x5c\x53\x7c\x77\x49\xba\x0a\xbf\x7d\x8e\x80\x95\xab\x9d\xa8\x64\x35\x4f\x9d\xf4\x53\xa9\x12\x00\x11\xdd\x98\xa8\x77\x9a\xd0\x64\x9a\xfc\x42\x5e\xb3\x98\x7c\xf2\xe9\xac\xa7\xe0\xf7\xc8\x1b\xff\x86\xdc\x6a\xa7\xf4\x55\x3e\xec\x8b\xe3\x97\x83\x52\x95\xe3\x97\x01\x44\x3a\x8e\x57\xe9\xb5\x7a\x13\xe8\xb3\xb1\x76\x91\x14\x3e\x56\x88\xfd\xae\xab\x63\xbc\x7d\xea\x45\x5a\xe9\xa0\xd5\xce\xc5\xd3\x40\xeb\x2d\xf6\x17\x59\xcd\x74\xe8\x53\x0a\x04\x9e\xda\x7a\x91\x99\x54\xf3\x6b\xd7\xcd\x06\x99\x8f\xcf\x93\x29\x61\xf3\x4f\xbd\x72\x8f\x93\x0d\xfc\xe1\x28\x46\x10\x69\x27\x5a\xd3\xf3\xd2\x95\xd1\x8c\xb7\x6b\xda\xbf\x9a\xc9\x0d\x40\xaa\x59\xc1\x75\x36\x21\x50\x8a\x86\x09\x28\xcc\x20\xa2\x5b\x24\xec\x36\x41\xc1\xba\x0a\xc0\x3e\x1b\x80\x97\xb5\x1f\x75\xaf\x19\x5f\xce\xb5\x97\x04\x64\x48\x47\x9d\x0e\x90\x4e\xc1\x02\x91\x74\x9e\x58\xeb\x26\x97\x5c\x5d\xff\xf6\x09\x9c\x09\xf4\x6f\xa2\x52\x38\x52\xa6\xa4\x5b\xfa\x43\xd4\x2b\x90\x6c\x8a\x85\x3c\xce\x89\x5f\x14\x45\xb4\x20\x80\x3d\xc5\xfb\x92\xe2\x94\xaf\x5d\x53\x36\x97\x09\xbd\xda\xe5\x24\x4e\x38\x19\xcb\xae\x64\xbf\x0a\x66\x2c\xd2\xc5\x86\x6a\x48\x26\x50\xb3\x15\xf0\x43\x3f\x96\x46\xdf\x59\x60\x87\x01\x74\x79\x2f\x67\x29\x1e\x13\x25\xb7\x7a\x0e\x19\x14\xe9\x7a\xce\xd0\x1c\x6e\xc4\x72\x6e\x25\x24\xc7\x54\x24\x6a\x5c\x0a\x6f\xfe\x11\xe9\xf9\xf7\xe4\x2e\xf5\x47\xa4\xe7\x4f\xe9\x7f\xf9\x51\x82\xd1\x22\x6b\x8a\xf9\xb4\x57\x0e\xb0\x64\xb5\x3a\xce\xb4\x5e\x87\xcf\xa1\x2e\x6b\x4a\xa0\x11\xcb\xc0\xbb\xf6\x0c\x6c\x80\x3b\xa6\x44\x6d\xbd\x88\x28\x71\x31\xe5\x59\x94\x84\x33\xcc\x09\x95\xcf\xa1\x88\x44\x1e\xd9\x18\x30\x24\x75\xe4\x64\x56\x44\xef\xe3\xe4\x86\x70\xa1\x38\x75\x0e\x88\x06\xe7\xe5\xd2\xbf\x5e\x0d\x90\x50\xf0\x55\x0d\x48\x4d\x4c\x40\xe0\xaa\xe7\x1a\x0f\xa9\xf6\x32\x57\x07\x47\x48\xcc\xa5\x30\xa8\x2d\x1e\x87\xda\xe7\x87\x44\x81\x29\x10\x06\x1e\x7a\xa3\xd1\xd0\x55\x1c\xe5\x38\x10\x42\x34\x2c\x7e\xea\x17\x19\xc2\x8f\xb9\x29\xb9\xb0\x1a\x6a\xa7\x68\xed\x22\xbf\x5c\x0e\x47\x55\x9e\x9e\xd6\xe7\xa9\xa8\xff\xbe\xfa\x33\xb0\x95\xc5\x90\x8e\x32\x9d\xcd\xda\x2e\xe7\x56\xf8\xfa\x16\xa7\xef\x3f\x3f\xc9\x82\x8b\x52\x32\xee\x21\x19\xc1\x2c\x43\x24\x54\xa3\xf1\x6d\x29\x8a\x56\x4c\x80\x1b\x2f\x2d\x7a\x39\x5f\x70\x83\x16\x95\x1b\x8a\x70\xc1\x66\x52\xc7\x9d\x56\xb0\x61\x2d\x72\x10\x8b\xe4\x90\x8f\x42\xf7\xad\xdc\xd8\x90\x8f\xa0\xef\x02\x8f\x7d\xd6\x86\x94\xc6\xad\xca\x8e\x34\x77\x69\xe8\x2e\xe0\x88\xe9\x58\x1b\xd0\xd3\x2a\xcb\xfc\xfa\xdf\x3e\x45\x0b\xd7\xf1\x60\x31\xc3\xf2\x7a\x10\x04\x59\x06\xb3\x96\x9d\xbf\xdc\x6a\xdf\x92\x34\x1e\x63\xfe\xc8\x46\xb3\xf7\x62\x37\x76\xfa\x5a\x01\x4c\x23\xed\x41\xe7\x8b\x94\x12\xe6\x4b\x1b\xaa\x09\x16\xfe\x37\xdf\x06\x2e\x7f\x15\x87\x0b\x4f\x0d\xbb\x6e\xca\x82\x60\x3e\xbe\xde\x35\x82\xf1\x06\xae\xe2\x0b\xe0\x5f\x9b\x13\x72\x3d\x9c\xa7\xb5\x22\x59\x93\x38\x95\xf3\xb3\x26\xdb\x97\x9d\x57\x10\xa0\x0b\x6d\x5e\x31\x1c\xad\x8a\x89\x9d\x47\x2b\x35\x3c\xa3\x2e\x9e\x07\x9c\x9d\x24\x34\x7e\x34\x8b\x83\xe1\xa8\x1a\xc0\x78\x4e\xa2\x75\x5a\x8e\x3a\x47\xd5\xe9\x6c\x1f\xae\x4f\xc1\x91\x0c\x39\x11\x2c\xbd\xb1\x37\x40\x26\x06\x73\x73\x10\x8c\x2d\xb4\x2e\x9a\x3f\x58\x08\x9d\x04\x47\x7b\x5b\x16\x2b\x66\x02\xf9\x2a\xe0\x6c\x0e\x9d\xdb\xb4\xe7\x0f\x5a\x35\x1d\xe8\xaf\x1a\x3f\x7d\x5f\x0e\x86\x72\x04\x57\xab\xbf\x88\xdd\x61\xa4\x17\xe7\xea\x8a\x70\x10\x98\x3b\xc4\x00\xb9\x94\x3f\xce\xda\xcb\xae\x92\x91\x0d\xfe\x4d\x03\x68\x0c\x74\xa4\xb6\xf4\xd2\x8b\xaa\x40\x63\x53\xac\x0f\x61\x22\x20\xee\xea\x70\x88\x5d\xfb\xeb\xcb\x3e\xad\x1f\x23\x6d\xda\x2c\x92\x7e\xf0\xc7\x46\x2e\x6b\xab\xe8\x96\x3a\xbe\x9a\x81\xfd\x64\x72\xd7\x14\x65\xf3\x69\x63\x3b\x4f\xfd\x76\x9e\xda\x76\x74\x9c\xb6\xa6\x48\x9b\xcf\x1a\xdb\x78\xe6\xb7\xf1\x6c\x54\xc2\x18\x76\x92\x65\x53\x27\xc5\xfa\xda\x19\x9b\x17\x41\xbe\xd9\xda\x7a\x89\xe8\x58\x99\xcc\x0b\x20\x40\x90\x17\x62\x66\xe1\xf2\x93\x34\xe4\x84\x94\x79\xfc\x4c\x2f\xfa\x80\x27\x89\xc2\x96\xc3\x10\x85\x7b\x6b\xa7\x03\x68\xf4\x4d\x10\x7c\x03\x2d\x45\xe2\x80\x3a\x3a\x83\xe1\x82\x46\x41\x50\xd0\x1a\x1b\x7b\xbb\xd4\x39\xe2\xbe\x53\x29\x2f\x85\xf5\x36\x4a\x21\x97\x2c\xd5\xd8\x18\x47\x8a\xbd\xb0\x1d\x24\x70\xc1\x75\xe7\x99\x4d\x12\x12\x8a\xb5\x13\x40\x3c\xbf\x0c\xc6\xab\xe6\x88\x84\x4b\x0d\xb9\x7a\x99\xcc\xf7\xb5\x2b\xb5\xb1\x1b\x9a\x21\x9c\xa6\xcd\xd8\xab\xd5\xa0\xa0\x92\xab\x14\x54\xc9\x04\xf4\x74\xca\xa8\x9c\xd2\x7b\x3d\xc2\xdc\xd2\xc5\xe9\x58\x58\x2e\x52\x29\x0e\x2a\xf2\x12\xd6\x14\x06\x35\xb9\x4e\x6b\x2d\xca\x51\x62\x64\x8a\x65\xf2\xcb\x17\x8e\x67\x0a\x8c\x4e\x56\x11\xb1\xc0\xce\x85\x74\x3d\xc9\x64\x93\x56\x5e\x26\xe3\xf7\x84\xef\xea\x65\xff\xc3\x09\xe9\x61\x4e\x48\x9e\x6f\x32\x8f\x9a\x54\x48\xd6\x54\xbf\xd3\x71\x36\xfb\x57\x44\xee\x7b\xcf\x2b\x5c\x97\x2b\x0b\xab\xe4\xe2\x9d\x9a\x26\xe8\x1a\x0b\xcf\xfe\xc9\xea\x83\x90\x84\xb9\x49\x38\x20\x51\xac\x0e\xeb\x73\xf8\xdc\x33\x98\x47\x25\x37\x4b\xdc\x6c\x0e\x57\xb1\xa6\xca\xf1\x81\x1e\xbf\xfe\xeb\x3c\xe4\x07\x36\x0f\x45\x66\xbc\x3d\x10\x5d\x2e\x6b\x2e\xdc\x8f\x6d\xa4\x9d\xb7\xce\xbe\x0a\x97\x1a\x51\x35\x3a\xeb\x74\x58\xc9\x7f\x5e\x42\x44\xf5\x3b\x44\xa1\xef\x31\x94\xfc\x06\x4d\xff\xd3\xba\x4f\x90\xe7\x6f\x94\x3e\xaa\xbf\xd1\xfc\x0f\x7f\xa3\xb5\xfe\x46\x71\xd5\xdf\x28\xfe\x94\xfe\x46\xe3\x06\x7f\xa3\xf1\xd7\xed\x6f\x14\x7b\x94\x2e\xfe\xb2\xfd\x8d\xce\x6f\x09\xa1\x11\x09\xcf\x35\xd9\xf7\x55\x65\x93\xb2\x89\x01\xa0\xb9\x4f\x4e\x34\x07\xd4\xf3\xc6\x29\xbc\xf5\x1b\x64\x8c\xed\x98\x99\x3e\x79\xba\xfb\xa7\x5e\xc1\x5e\x5a\x88\x40\x80\x44\xb2\xe4\x6d\x23\x88\x3c\x55\x58\x87\x2b\x84\xe8\x14\xbe\x80\x22\xeb\xc7\xa2\x98\x97\x7b\xf9\x56\x98\x0a\x56\x76\xd5\x22\x69\xe1\x66\x61\xfb\x6a\x72\x21\x29\x3c\x15\x5a\x3a\x63\xd0\x31\x95\x84\xdf\x60\x33\xcc\xf0\x22\xb1\x3f\x9d\x6c\xef\x7e\x47\x8a\x91\x77\x45\x9b\x72\xbe\x84\x6a\x3c\x00\xaa\x9d\x29\xc6\xa1\x8d\xde\xd8\x5d\xc3\xbc\xd6\xf6\x9d\x65\x23\xc5\x8f\x7b\xbe\x0d\x68\xba\xfd\x96\x92\x8a\x73\x95\xb7\x27\xbc\xbe\x27\x0a\x7a\x14\x3e\xd7\xd2\x88\xbf\x2f\x3a\x14\xca\x70\xd3\x3c\x72\x08\xc9\x13\xd6\x18\x70\xfc\x1b\x67\xf3\x99\x36\xec\xac\xbf\x0e\x6d\x73\x40\xb1\xb2\x29\x91\xa4\xdd\x54\xca\xac\xc2\x96\x10\x72\x21\xed\x34\xdc\x36\x78\x90\xe0\x66\xb8\x01\x1a\xca\xed\x44\xc4\x53\xda\x96\x7b\xb8\x22\x76\x98\x9d\x0e\x58\xf5\xa9\x21\x1e\xab\x74\xfa\x22\x55\xba\xda\xa6\x7a\x30\x29\x89\xca\x1f\x8a\x89\x5c\xad\x99\x48\xc5\x75\xc8\x55\xce\xeb\x26\xe2\x20\x4d\x6e\x36\xd6\xb3\xc5\x8a\xb5\x93\xb8\xd1\xed\xa8\x54\x5a\xb1\x55\xce\xb6\xdc\xdb\x3d\x00\x75\x06\x28\x75\x60\x5f\x25\x42\x12\x4a\x14\xc2\x36\x47\xd6\x2d\xc2\x3a\x27\x2c\xdb\xf7\x8a\xe3\x2d\xd9\x6c\xf3\xb8\xfa\x2b\xc6\x65\x84\xe5\x8f\x19\x9a\xea\xbd\x79\x64\x78\x2c\x93\x1b\x72\xc8\xe6\xb4\x69\xe1\xfc\xd5\xae\x2f\x57\x51\xb5\x0e\xbf\xb6\xd8\x6a\x8f\xbd\x2b\xf5\x39\x22\x55\x70\x59\x55\xaf\x72\x87\x94\x03\xf9\x95\x3d\xb6\xf9\xeb\x7b\x1c\x6b\x7d\x09\x7a\xed\x10\xa7\x19\x50\xe3\xc1\xf6\x4b\xd4\x51\x5d\x2b\xa7\x68\x53\x8d\xe0\x66\xd1\x82\x60\x41\x4e\xe6\x55\xd1\xca\xbb\xf1\x23\xbb\x11\x47\xf4\x5b\xd0\xed\x92\x6f\xc9\xb7\xe4\x49\x1f\x3e\x91\x59\x86\xae\xa3\x09\xba\xbc\x07\xe2\x44\x2e\x52\x0d\x12\x0f\x55\xdd\xf5\xf7\x50\xf2\x50\x75\xdd\x2c\xb4\x13\x6d\xc0\xdc\xac\x8e\xb9\x5f\xeb\x2b\x6c\x90\x18\xf3\x64\xc5\x55\xcc\x84\xa2\xae\xfa\x97\xb9\x69\x50\x48\x5d\xff\xfc\x2b\xc7\x53\xed\x62\x80\x98\xc1\x3f\x2c\x9c\x30\x7e\x8b\x79\x2c\x10\xbb\x3f\xd6\x9f\x16\x28\x3c\x87\x38\xc9\xea\xd0\x89\x74\x98\xa0\x46\xfb\xa6\xc6\x7b\x3a\x0a\x17\x4a\xae\xeb\xea\x5b\xf3\x0c\x42\xa4\x40\xaa\x68\x27\x9c\xa5\x58\x77\x59\x26\x0c\x8a\xc7\x1a\x13\xd1\xe4\x03\xeb\xa9\xb0\x4a\x9d\x6b\x00\x9c\xa9\x15\x5b\xe1\xab\x64\xb3\xa2\x3b\xd7\x60\x40\xc2\x8b\xf1\x9c\x73\x42\xe5\x44\x2d\x25\x22\x8a\x5c\x6b\x6e\x53\xfb\xe3\x0c\xe5\x48\xbd\xd2\x2d\xda\x67\xc9\x24\x4e\x75\x61\x01\x5b\x45\x46\x47\xf5\xc5\xde\x02\x29\xc6\x19\x16\x0b\xe8\x36\x64\x25\x66\xf3\x07\xf0\xbd\xa3\x20\x45\x2f\xfb\xc5\xb4\xb4\xa3\x8d\x3b\x67\x7e\xb5\x27\x91\x63\x35\xc6\x5c\xe7\xf3\x81\x03\x50\x2f\x55\x6f\xbb\x82\x4a\x01\x0c\x15\x16\x04\xde\xe8\x2f\xf1\xf8\xfd\xf6\xc3\xef\x56\xc7\xd1\x30\xd6\x1f\xa2\xde\x7e\x65\x46\x76\xb0\x7c\x6e\x0d\x9c\x72\x18\x6e\x98\x43\x15\xfd\x37\x8c\xf9\x8a\x49\x76\x40\xe3\xb7\x29\x6e\x64\x6d\x6a\xea\xcf\x0a\xb2\xf4\x01\x20\xe7\x05\xfc\x97\xd1\x22\x43\xf7\x03\xbb\x3a\x58\x45\x39\xc0\x0c\xe5\x48\x8b\x85\x1c\xc4\xa0\x14\xbe\xae\x3c\x0f\x23\xef\x35\xca\x6d\x25\xaa\xa2\xdb\x5c\x4d\x50\x6c\xfa\xd6\x32\x45\x69\xae\x53\x65\x3f\x74\x29\xbf\x2f\x8d\x9a\x9a\xba\x2a\xd5\xd3\xeb\xe2\x6e\x1e\xbd\xda\xaf\x6d\x44\xa8\x55\x23\x75\xce\xfb\x8e\x94\x78\xe3\xf2\x2c\x06\xe0\x02\xbb\x00\x61\x6b\xa0\x45\x73\xf9\x16\x24\x41\x1f\x16\x98\x91\x38\x64\x93\x88\x03\x79\xb6\x82\x31\x2a\x4d\xa7\x7c\x5a\xfb\x3e\x33\x26\x8f\x1a\x7c\xe5\xd7\x54\xff\xa1\x7e\x20\x0b\x8e\xa3\xc2\x65\xad\x02\xe4\xc2\x17\xa2\x7a\x2c\xea\x9c\x5a\x53\xce\xce\xc2\xd5\xbf\xc6\x3d\x3d\xa4\xcb\x86\x66\xd6\xf5\xba\x82\xe3\x2b\x31\x54\xe6\x10\x9c\xa9\x33\x5e\x5f\xc2\xa2\xa9\x59\xf3\x69\x6f\x68\x4a\x9d\xa7\xb5\x4d\xad\x62\x90\x1f\xd2\x96\x37\xfc\xd5\xa0\x5e\x02\xd9\x92\xd7\xbd\xb7\xb8\xf9\x75\x71\x68\x59\x61\x00\x3b\x1d\x69\x91\x5f\xf9\x74\xad\x43\x80\x1f\xdd\xe9\x72\x29\x8d\xd5\x55\xad\x57\x57\x6d\x6b\xb6\x54\xd6\xe5\x2d\x62\x8c\xee\xa6\x96\x21\x42\xfe\x17\x1f\x7b\x18\xce\x67\x23\xf2\xf1\x8e\x56\x03\x0a\xca\x71\xc2\xc6\x76\x72\x82\x96\xb7\x32\x82\x88\x64\x40\x07\xf7\x33\x1a\x9b\xcb\xf5\x77\x38\x32\x25\x95\x1b\xac\x3c\x87\x7e\x9a\x74\xcd\x7d\x67\xd7\xe5\x68\xaa\x54\xaa\xdd\xe0\xdc\x5b\xad\xb4\xb2\x82\x65\xcf\x03\xb4\x28\xbb\x49\x5c\x35\x25\x9e\x2e\xb2\xd9\x66\xda\x54\x62\xf5\x74\xd9\x94\x5d\x71\x3c\xbb\xfe\x0c\xde\x64\x35\xe3\xa5\xe2\x76\xe6\x2f\xee\x1f\xc2\x51\xb7\xf8\xc1\xa2\xe1\xa8\x45\x1b\x28\xb5\x30\xc1\x7a\xa3\x48\x84\x6f\x58\x4c\x5c\x2a\x0b\x11\x9e\x91\x2b\xb5\xf9\x8d\x95\x8c\xde\xdf\xd4\xd8\x89\xa4\xfe\x5f\x1d\x4c\x5b\x27\x8a\x92\x9c\xed\x04\x02\x69\x97\x6f\xed\x14\xbb\xa0\x2c\x26\x03\x53\x1e\xc5\x89\xb9\x6f\x19\x50\x24\x4c\xbd\x41\x92\x41\x44\xbf\x37\xe6\xc0\x14\x22\xfa\x03\xd6\x86\x6a\xd4\x5c\x16\xb2\x50\x30\x2e\x57\x1a\xbb\xb8\xf6\xba\x32\x7f\xb4\xd7\x8c\x2d\xe7\xc9\xeb\x2e\x68\x51\x1a\xbd\xc6\xf2\x3a\x9c\xa4\x8c\x71\x90\xec\xee\xe5\x87\x3e\xf9\xa1\xb7\x2f\xa2\xe4\xbf\xf6\xf6\xd9\x30\x1d\xe5\x0d\x0d\x00\x1b\xa6\xdd\x7e\xf1\xe2\x49\xe9\x33\xdc\xdd\x1b\x00\xa1\xcd\x67\x7b\x08\x47\x3d\x88\x16\xee\x93\x18\x30\x34\x4d\xe8\x40\xdb\x2e\x1c\x2b\x52\xdc\xeb\x7d\xcb\xe1\x6e\xbf\xd7\x43\x53\x12\x27\xb8\xf2\x49\xd8\x4f\xf8\x43\xf9\x3d\xd6\xef\x37\x5c\x1b\xcf\xc7\x93\x84\x8b\xcf\xe6\xc6\xe4\xd9\x41\x14\x6e\x06\x7d\x18\x4a\xf6\x6e\x36\xcb\x33\xe7\xd5\xca\xf4\x37\x5c\xfe\xce\x67\x31\x96\xc4\x58\x41\x77\xad\xca\xfd\x93\x3b\xe3\x59\x21\x3c\xca\xd1\x35\xdf\x2f\x6c\xff\xd4\xf9\x1a\x70\x1b\x9b\x99\x68\xc3\x25\xed\x67\xd1\x68\x59\xe5\x9b\x0c\x52\xa8\x5a\xca\x20\x7c\xae\xad\x09\x15\x38\x4b\xff\xa2\xd1\x94\x35\x53\xd0\xb7\x30\x9d\x4e\x21\x5f\x49\xe4\xc2\xd5\x04\x88\x84\x66\x21\x0e\x24\xc0\x3a\xf1\xa7\x75\x70\x00\x18\xf5\xd1\x50\x8e\x0a\xb3\x08\xb9\x62\x6d\x6d\x82\xf4\x84\x51\xb1\x8b\xc7\x69\x23\x56\xd6\x66\x54\x82\xc8\xae\x5f\xf8\x26\xcf\xe8\xfe\x08\x48\xb9\x31\xb6\x18\x8d\x16\xda\x7f\x6f\x08\x7a\x48\xe6\x99\xdc\xdf\x72\x22\x88\x3a\x5c\x60\xa7\x07\x51\xe9\xd3\x2b\x63\x66\x01\x16\xea\x64\xf5\x33\x38\x42\xe7\x77\x33\x32\x58\x5d\x3d\xf3\x22\xea\xd0\xcd\xeb\x93\xe8\x55\xd7\x46\xda\x5f\xd4\x2a\x9d\xe9\x1c\xb9\x1f\xbb\x56\x2f\x89\x90\x09\xd5\xe3\xfe\xd8\xa6\x0e\xf4\x2c\x1f\x6f\xe1\xdf\xdf\x7c\x61\x2b\xfe\x13\xb9\xfb\x88\xf5\xb9\xe7\xec\x8d\xa5\xfe\x17\xb6\x02\x1a\x44\x4a\xd3\xfc\x2b\xe3\x53\x2c\x21\x58\x70\x72\x45\x3e\x0c\x76\xff\x77\x88\xbb\xbf\x1c\x74\xff\xd5\xeb\xfe\x65\x04\x8a\xe7\xee\x68\xd1\x43\x7f\xda\xcb\xbc\xaf\x70\xff\xff\xec\x66\xf7\x85\x89\x19\x4b\x93\xf1\xdd\x57\xb8\x2a\x07\xdd\x7f\xe1\xee\x2f\xbd\xee\x5f\xfe\xdd\xbd\x18\x2d\xfa\xa8\xbf\xf7\xe7\xec\x01\xf3\xe7\x2c\xfd\x1a\x61\xa2\x3a\xfb\xbd\xef\xfe\xd4\x38\xfb\x86\x40\xd4\xfe\x7c\xa4\x4e\x77\xf8\x49\xc8\x7f\x1e\xae\xcc\xbd\x58\xac\x20\x9d\xc6\x58\x64\xd7\xcb\x40\x1d\x54\xad\x1c\x24\xbf\xb3\x5a\xb6\x0d\xf5\x64\xe4\x12\xbe\x87\x3a\x6f\xe0\x19\x49\xc9\x58\x32\x0e\xbe\x99\x12\x89\x87\x54\x49\xa6\xc1\x37\x4f\xc8\x93\x6f\x82\xd1\x37\x50\x87\x39\x92\x92\x27\x97\x73\x69\x86\xa4\xd9\x01\x88\x68\xb4\x70\xe9\x7e\xbd\x14\xc6\x31\x19\xb3\x98\xbc\x3b\x3d\x3e\x64\xd3\x19\xa3\x84\x4a\x9d\x4b\xa7\x62\xf3\x58\x59\x2b\xba\x7a\xad\x68\xe1\xd5\x50\xd8\x2e\x18\x93\x85\x6f\x0e\xd9\x3c\x8d\xdb\x94\xc9\xb6\x76\x74\x33\x73\x6d\x4f\x38\x9b\xb6\xd5\x4c\xda\x12\x5f\xb5\x6f\x13\x79\xdd\x56\x53\x6a\xdb\x29\x85\xdf\x18\xd6\x8f\xcf\x29\x4d\xe8\xd5\x39\x11\x52\x2c\x97\x9c\xfc\x3c\x4f\x78\x69\xc9\xf1\x6c\x16\x40\xb7\x31\xce\xca\x67\xa1\x9a\x1a\x14\xa5\x02\x74\x43\xb8\x50\x04\x28\xd8\x0b\xf7\xc2\xde\x93\x1e\xf9\xd3\x9f\xc7\x7f\x99\x4c\x82\x0c\xb6\xfe\x5f\x00\x00\x00\xff\xff\x8c\xf1\x0f\x73\xd8\x13\x0d\x00") -func web_uiAssetsConsulUi45f8c4c950c033edf61a5d4cb99dae6aJsBytes() ([]byte, error) { +func web_uiAssetsConsulUi8f69a00424bae13b8764ed2197104033JsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsConsulUi45f8c4c950c033edf61a5d4cb99dae6aJs, - "web_ui/assets/consul-ui-45f8c4c950c033edf61a5d4cb99dae6a.js", + _web_uiAssetsConsulUi8f69a00424bae13b8764ed2197104033Js, + "web_ui/assets/consul-ui-8f69a00424bae13b8764ed2197104033.js", ) } -func web_uiAssetsConsulUi45f8c4c950c033edf61a5d4cb99dae6aJs() (*asset, error) { - bytes, err := web_uiAssetsConsulUi45f8c4c950c033edf61a5d4cb99dae6aJsBytes() +func web_uiAssetsConsulUi8f69a00424bae13b8764ed2197104033Js() (*asset, error) { + bytes, err := web_uiAssetsConsulUi8f69a00424bae13b8764ed2197104033JsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/consul-ui-45f8c4c950c033edf61a5d4cb99dae6a.js", size: 744562, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/consul-ui-8f69a00424bae13b8764ed2197104033.js", size: 857048, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsConsulUiC3af5fff309e24165db7b7c8603be604Css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xf9\x6f\x1c\xc9\xd1\x20\xfa\xaf\x24\xe8\xf7\x61\xbf\xb1\x99\xe1\x8c\xbc\x93\xb2\x84\x37\x6e\x7b\x1e\x1f\x40\xbd\x05\x9e\xd7\xfc\x61\x8c\xc1\x87\x62\x77\x91\xdd\x3b\xd5\xc7\x76\x37\x5b\x12\x07\xda\xbf\x7d\x11\x91\x55\x7d\x9f\x24\x35\x12\x65\x42\x62\x75\x55\xde\x47\x64\x5c\x19\x19\xf9\x7f\xb7\xbb\xc5\x78\x52\x4e\xc5\xd9\x3f\xff\xc7\x4f\x32\x9e\xbd\xb9\xed\x95\x55\x67\x52\x4e\xcf\xbb\xe3\xdf\x6e\x86\xe3\x4e\x39\xbe\x18\x0c\x07\xe5\xe7\x7f\x8d\x87\x55\xf9\xb6\xd3\x2b\xaa\xe1\xdd\x2f\xef\x3a\xbd\x19\xfd\x89\x69\x71\x53\x95\xa2\x5d\x8c\xa6\xbd\xe1\xe0\x7c\x5f\x9a\x69\xb7\x2c\x3a\x62\xda\x3d\xef\x17\xbd\xc1\x5a\xbe\xa5\xa0\x79\xb2\xfa\xb3\xd3\xbc\x74\xcf\xe9\xbd\xfb\xdb\xb4\xfc\x38\x95\x45\xd5\xbb\x1b\x5c\x54\xe5\xed\xf4\x73\x31\x9e\xf6\xda\x55\x79\x5e\x4c\x7a\x9d\xf2\xfc\xb6\x77\x77\x3f\x2e\xcf\x6f\x87\xc3\x69\x39\x3e\xa7\xb2\xe8\xe7\x6e\x3c\xbc\x1f\x9d\x77\xc7\xe7\x93\xb2\x4d\x15\xfe\xd6\xe9\x4d\x46\x55\xf1\xe9\xe2\xa6\x1a\xb6\x7f\xfd\xfc\x87\x6a\x78\xd7\x1b\xc8\xe9\xf0\xee\xae\x2a\xff\x44\x4d\xce\xf9\xc5\xcd\xfd\x74\x3a\x1c\x9c\x43\xd9\x1f\x4d\x3f\xc9\xc9\xb4\x98\x96\xef\xee\xab\x77\x55\xef\xdd\x1f\xb7\x05\x5e\x14\xed\x69\x6f\x56\x6e\x8b\xaa\x8a\x9b\xb2\x7a\xb7\xbb\xbc\xe5\xf8\x79\x31\xd3\x4f\xa3\x52\xe6\xd1\x5c\xf9\x68\x12\x6c\x1f\xee\x4e\x47\x14\x7b\xa2\xf6\x67\x1e\xed\xcc\x3b\x5a\x64\x2d\xf2\x84\x71\x45\xf3\xb7\x26\x92\x03\x46\x4d\xcc\x22\x57\x9e\xb8\x4e\xd9\x1e\x8e\x0b\x9a\x83\x0c\x55\x3c\x01\xff\xeb\x7e\x38\x2d\xcf\x6f\x86\x9d\x4f\xe7\x9d\xce\x79\xa7\x3a\xef\x4c\xcf\xe7\x60\x58\xcf\x68\x17\xcf\xbb\xfa\xbc\x6b\xce\xbb\xf6\xbc\xeb\xce\xbb\x9e\xa6\xb3\x3b\xed\x57\xe7\xbd\xdb\x71\xd1\x2f\xcf\xab\xf2\xae\x1c\x74\xce\xab\xde\xf9\xb0\x3a\x1f\x9d\x8f\xc6\xe5\x39\xd5\x58\x8c\xcb\xe2\xfc\xbe\xfa\xad\x5f\x8c\xef\x7a\x83\x0b\xf5\x66\x54\x74\x3a\xbd\xc1\xdd\x85\xfa\xbc\x51\xe4\x6f\xb7\xc3\xc1\x54\x4e\x7a\x0f\xe5\x05\x2a\xf5\x1f\x6f\xf8\xf3\x43\xd9\xbb\xeb\x4e\x2f\xac\xe2\x0c\x93\xe9\x78\x38\xb8\xfb\x6d\x39\x26\x28\xf5\xf9\xbe\xfa\xad\xea\x4d\xa6\x72\x32\xfd\x54\x95\xb9\x67\x0c\xb6\xf5\x0a\x92\xed\x61\x55\x15\xa3\x49\x79\xd1\xbc\xbc\xa9\x23\x26\xa3\xa2\x9d\x5b\xb3\x01\xef\xbf\x2d\x5a\x5a\xdc\x77\x7a\xc3\xf3\xb2\x7f\x53\x76\xce\x7b\xfd\xbb\xf3\xe1\xcd\xff\x2c\xdb\xd3\xf3\x59\xaf\x53\x0e\x7f\xeb\xe6\x66\x14\xf7\xd3\xe1\x9b\x7e\xf1\x51\x7e\xe8\x75\xa6\x5d\xee\xc0\xe7\x2d\x80\xf6\x2f\x82\xa3\xb7\xed\x6e\xd9\xfe\xf5\x66\xf8\xf1\x97\x3f\x31\xe0\x31\xcc\xe7\x69\xef\x97\x83\xfb\xde\xb4\xec\xff\xb2\x0d\x4a\x7b\x83\xd1\xfd\x74\x5f\x96\x61\xaf\xd3\x96\x93\xb2\x2a\xdb\xd3\xf9\xe2\x19\x0d\x47\xc3\x19\x75\x35\x07\x67\x48\xff\xe3\x7a\xf8\x29\x0d\x5b\xcb\x79\xb0\x55\x1f\x7a\xd3\xae\x6c\x0f\x07\xb7\xbd\x71\x9f\x61\x4f\xd4\xab\xa9\xac\xca\x69\xb3\x12\x6e\x8a\xc1\xa0\x1c\xff\x22\x06\xc5\xec\xe2\xb6\x37\x9e\x4c\xe5\xf0\x56\x52\x32\xb1\xbb\xe4\xcd\x9c\x55\x71\x54\xc6\x22\x37\xa0\x3d\x2e\x0b\x82\x7c\x1e\x29\x68\x0f\x47\x9f\xe4\xcd\x74\xd0\x7c\xe7\x24\xc5\xa0\x5d\x56\x75\x50\x1e\xa3\x71\x39\x29\xa7\xbf\xac\x04\x4d\xee\x6f\xfa\xbd\xe9\x2f\x35\xc2\x13\x50\x30\x9a\x9b\x88\xe5\x34\xf9\xfd\x97\x8b\xc1\x70\xfa\x9f\xf3\xba\x7e\xe0\x35\x04\xd3\xb2\x3f\xaa\x8a\x69\x29\xcb\xf1\x78\x38\x16\xb4\xe6\x8b\xb5\x98\xe9\xf0\xd7\x72\xb0\xf8\x24\x70\x17\xcb\x78\x7b\xfc\x2e\x77\xbe\xdd\xed\x55\x1d\x01\xcb\xc3\x2d\x8b\xaa\x1c\x4f\xe7\x98\xf3\x09\xe5\x9e\x00\x25\x1c\x23\x26\xa3\x22\x93\x97\x39\x1e\xbb\x1d\x8e\xfb\xdb\xc6\x65\x05\x24\x8e\xca\xc1\x23\xf9\xaf\x62\xdc\x2b\x64\xb7\x98\x8c\x86\xa3\xfb\x11\xd7\xff\xcb\x0f\x79\x0d\x43\xb7\x98\xc8\x66\x26\xa6\xe3\x77\xf3\x59\xd9\x37\x38\x7b\x73\x9e\xd0\xfd\x5c\x0e\x43\x7e\xa7\x9c\x16\xbd\xea\xd4\x26\xec\xca\x7a\x7c\x1b\x7e\x93\x1f\xca\x9b\x5f\x7b\x53\x39\x1d\xde\xb7\xbb\xb2\x5d\x54\xd5\xf0\x7e\xca\xd8\xf1\x4d\x13\x75\x3f\x99\xaf\xe3\x3a\xa2\x3f\x7c\xd8\x16\x3a\xd9\x0c\x5c\x0f\xf8\x9c\xa7\x70\x5c\xce\xca\xa2\x12\x8c\x15\x2e\xb8\x99\x65\xe7\x7f\x97\xfd\x1d\xad\xe9\x94\xb7\xc5\x7d\x35\xdd\xda\x20\xa2\x1f\x9b\x0d\xaa\x43\x27\x9b\x81\xeb\x01\x9f\x8b\xdf\xda\xc3\x6a\x38\xbe\xf8\x03\x3a\x6f\x6e\x6f\x3f\x33\x34\x66\x12\x52\x73\x33\x39\xbe\x37\xe8\x96\xe3\xde\xf4\x33\x91\xc0\x79\x96\x5b\x8d\xda\x7e\xa6\xc5\xf2\xdb\x4d\xd1\xfe\x95\x78\x98\x41\x47\xd6\xb1\xb7\xb7\xb7\x6f\x96\xa8\x95\x1f\x7d\x7c\xc3\xf4\x75\x5c\x0e\x3a\xe5\x98\xa8\xc6\x70\x34\xed\xf5\x7b\x0f\xe5\x55\x79\xd7\xbb\xe9\x55\xbd\xe9\xa7\x79\x1f\x39\x25\x65\x94\x45\xe7\x7f\xde\x4f\xa6\x99\xda\x71\x47\x77\x45\x4d\x76\xc4\xec\x29\x6a\x38\xf9\x28\x73\x13\xfb\xc3\xe1\xb4\x4b\x6d\xba\x1b\x17\x9f\x26\xed\xa2\x5a\xcc\xff\x5a\x82\x62\x30\xed\x15\x55\xaf\x98\x94\x9d\x37\x84\xe2\x6f\xab\xe1\x07\xf9\xf1\xa2\xdb\xeb\x74\xca\xc1\x22\xe4\xd3\xc5\xa4\x3d\x1e\x56\xd5\xbc\x98\x9b\xe1\x47\x6a\x05\x15\x51\x13\xd6\x9b\xe1\xc7\x37\xdb\x43\xfb\xbd\x41\x4d\x23\x8d\x52\xa3\x8f\x9f\xa1\xdd\x97\x13\x5a\xc1\xdd\x1e\xb4\x86\x9d\xf2\x7d\x8f\x70\xe0\x79\x7b\xd8\x29\x89\x8b\xf8\x6d\x57\x53\x89\xde\x72\xd8\x6d\xd1\xef\x55\x9f\x2e\xfa\xc3\xc1\x90\xc8\x79\xf9\x99\x38\xe7\x8d\x19\xf3\xb7\xc1\x47\xfd\xa6\xa6\xd6\x38\xfa\xf8\xa6\x66\x49\x10\xdc\xb8\xec\x0b\xc5\xb3\x5f\x63\xf5\x73\x86\xde\xf3\x0c\x4b\x73\x3e\xe6\xb7\xe5\xea\xfe\x5a\xf5\x06\xbf\xbe\x2f\xda\xff\xf8\x34\x99\x96\xfd\x9f\x86\x83\xe9\xb9\x2c\x46\xa3\xaa\x94\x13\x0e\x39\x3f\xfb\x47\x79\x37\x2c\xc5\x3f\xff\xdf\xb3\xf3\xff\x7f\x78\x33\x9c\x0e\xcf\xff\xfb\xc7\x4f\x77\xe5\xe0\xfc\x9f\x37\xf7\x83\xe9\xfd\x79\xab\x18\x50\xa9\x55\x75\x7e\xf6\x53\x6f\x5c\x88\x7f\x14\x83\xc9\xd9\xf9\xd9\xdf\xc6\xc3\x5e\xa7\xf9\xb8\x2c\xab\x59\x39\xed\xb5\x0b\xf1\xff\x95\xf7\xe5\xd9\xf9\xfc\xfb\xfc\xc7\x71\xaf\xa8\xce\x27\xc5\x60\x22\x27\xe5\xb8\x77\xfb\x79\x99\x33\xca\x6c\x50\x03\xd5\x8b\x91\xdc\x01\x16\x34\x94\x9f\x97\x87\x7a\x3e\xd1\x79\x9a\x29\x0d\xaf\xda\x65\x98\xe0\xf1\xff\xd0\xed\x4d\x4b\x66\xa2\xca\x8b\xd1\xb8\x7c\xf3\x61\x38\xee\xc8\x0f\xe3\x62\x74\x31\x18\x8e\xfb\x45\xf5\xf9\x8f\xe7\x17\x17\xc5\x2d\xc9\x02\x17\x17\x37\xe5\xed\x70\xa9\x92\x25\xe8\xa8\x5b\xfa\x66\x33\xe8\x73\xc3\x87\xfe\xb6\xc4\x56\x15\x79\x7a\xd6\x10\xe1\x72\xe0\xb8\xe8\xf4\x86\xbf\xfc\xd6\xbe\x1f\x4f\x86\xe3\x8b\xd1\xb0\x37\x98\x96\xe3\xcf\x47\xe6\x9a\x95\x24\xd2\x14\x55\x2d\xe5\xdc\x14\x93\xb2\xea\x11\x47\xc9\x18\x63\x2d\x76\x3a\x1c\x7d\xde\x0b\x33\x0d\xe3\xfb\x39\xf3\xc9\x8d\x4c\xa7\x3e\xff\xb1\x61\x4e\x73\xcf\xd4\x67\x28\x06\xbd\x7e\x91\xb1\xff\xb4\xb8\x91\x83\x62\x26\xee\xab\x66\xfc\xa0\xd3\x9b\xb4\x69\xfc\x3f\xc9\x76\x97\xe8\x33\x8c\x87\xf7\x53\x62\x50\xc6\x9d\x77\x35\xdf\x71\x5f\x89\xaa\x97\xc9\x62\xbb\x2a\x26\x93\x5f\x7e\xd8\xc6\x45\xee\x24\x20\x39\x1e\x3a\xc5\xe0\xae\x1c\x0f\xef\x27\xef\x2e\x6e\x87\xed\xfb\x09\x17\xd8\xe9\xcd\x9e\x5a\x58\x97\x5a\xff\x5c\x85\xed\x2b\x66\x8d\x21\x7d\x4c\xb7\x0e\x16\x71\xb8\x33\x07\x8b\x58\x64\xbe\xad\x8a\x49\x57\xf6\xcb\xc9\xa4\xb8\x2b\xc5\x08\x98\x0b\xdc\x12\xfc\xb1\x37\x99\x4e\x36\xc3\x27\xf7\xed\x76\x39\xd9\x12\xf1\xa1\x18\x0f\x7a\x83\xbb\x73\xe8\x96\x45\x35\xed\xf2\xc0\xca\xe1\xfd\x74\x74\x3f\x25\x99\xb1\xec\xaf\xc1\xca\x60\x38\xed\xb5\xcb\xa6\xfa\xfa\xab\x37\xb8\x1d\xce\x3f\x46\xc3\xaa\xd7\xfe\x24\xfb\xc5\xa0\xb8\x2b\xfb\xe5\x60\x3a\x8f\x99\xd7\xb5\x4d\x06\xd9\x0c\x9b\x0b\xd9\x5b\xa2\x78\x7a\xb6\xc6\x2c\x46\xfd\xa2\xd3\x9b\xd0\x4a\xe9\xfc\x90\x3f\x73\x71\x3f\x1c\x2b\xee\xd4\xe1\xf3\x56\x6c\x8f\xad\x1b\xb2\x3d\xf2\xe4\xb6\x3c\x65\xe1\x3d\xbe\xa4\x75\x40\x7d\x7c\x49\x3b\xcb\x38\x79\xbd\x9d\x9a\xff\x40\x1f\x4e\x58\x69\x0d\x5e\x85\x9c\xb5\xec\x88\xe2\xa0\x7c\x7a\x20\x7e\x3e\xfb\x07\x13\xd6\xe0\x74\x20\x55\xee\x6c\x03\x98\x47\x25\xde\x07\x84\x47\x4b\xd7\x07\xa7\xed\x09\x25\xad\x4d\xe0\x13\x4a\xda\x53\xc6\x76\xd9\xff\x11\xdd\x3a\xb6\xa0\x83\xbd\x3a\xb6\xa0\xb5\x22\xd6\x54\x7f\xef\x6a\x6d\xea\xf6\xc8\x5a\xc7\x9a\x23\xa7\xc5\xcd\xa8\x18\x94\xd5\x2f\xef\x46\x17\xc3\x41\xf5\x29\x4b\xed\x6b\xea\x8e\x95\xaf\x05\xf4\xae\x06\x67\x58\x5d\x0d\x5b\x81\xcc\x6d\x51\xfb\xe0\x70\xa7\x52\x65\x39\xa8\x29\x7c\x4b\x4c\x6e\xd0\x96\x88\x63\xab\xde\xa9\xbc\xc9\x41\xab\x55\xaf\xc4\x2c\x57\xbd\x12\x71\x5a\xd5\x8d\x92\x68\x4b\xd8\x62\x16\xb6\x45\x6e\xd6\xdf\xc4\xac\xcc\xc8\xee\x04\xfb\x5a\x78\x8c\xca\x2a\xa7\xdd\xd0\x5c\x1d\x91\x73\xb1\xd6\x4e\xcc\x78\xb0\xe1\x8f\x29\xf4\x91\xaa\xb7\xa5\x98\x66\xac\x77\x27\xc8\x93\xb5\x3b\xfe\x88\x19\x79\x7e\xbd\xdf\x12\xb2\x79\x92\xfe\xef\x88\xf2\xb7\x0e\xc0\xb3\x57\xc2\xa3\xf8\x65\x34\x99\x07\x09\xc6\xef\x54\xeb\x1a\x75\xf9\x9d\x6a\x9d\xd7\xf7\x85\x94\xb6\xdb\x39\xa7\xd3\xb3\x66\x28\x3b\x3d\xdf\x0a\xc6\x7c\x6c\xf6\x7d\xab\xf7\x38\xd5\xf5\x12\x46\xdd\xae\xc1\x3e\xae\x98\x05\x64\x3e\xa5\x94\xe3\x70\xed\x53\x6a\x38\x2e\xff\x2a\xd3\xf2\x28\x1d\xfe\x0a\xa2\x7b\x6a\x09\x35\x90\x3d\xb9\x98\x8c\xac\x1e\xb9\xb3\x70\x10\x1d\x3d\x5b\xb9\x6b\x08\xe7\xd9\xca\x5d\x2b\xf1\xd4\x3d\x91\x2d\x53\xfa\x84\x22\x56\xe6\xf4\x29\xe5\x2c\x4f\xea\xe9\x7b\x35\x47\xce\xea\x73\x14\xbc\x75\x5a\x9f\xa3\xe0\x45\x91\x1d\x91\xb5\xcf\x2b\xea\xa4\x46\xbd\x99\x95\xd1\x93\x61\xd5\xeb\x1c\x52\x71\x6e\x91\xce\x37\x35\xf9\xd3\x71\x31\x98\x8c\x8a\x71\x39\x98\xbe\x59\x6c\xef\x0f\xc7\x17\xb3\x62\xfc\x9f\x32\x5b\x38\xc8\x9b\x71\x31\xe8\x48\xaf\xd4\x79\xad\x48\xfe\xe1\xcd\x72\xa2\xe9\xa7\xd1\x70\x4b\x9a\xcf\xbf\x8f\x36\xea\xa9\x7a\xa5\x2f\x2d\x1d\x3d\x45\xe0\xf9\xc6\x84\x82\x2f\xc8\xa6\xbf\x10\x0a\xbd\x63\xf3\x72\x65\xe5\xfc\xc1\x69\x17\x3c\xd6\x4b\xe4\x0f\x26\x98\xc2\xea\x6d\x8b\x61\xa7\x7a\xf5\x38\x93\x89\x67\x95\xd1\x9e\xc8\x79\x6c\x1b\x97\x70\x1b\x6f\x8b\xb5\xa1\xb9\x29\xda\xd8\x6e\xaf\x0d\xcd\x5e\x6d\xcb\x4e\x96\xe6\x71\x55\xc6\x32\xf9\xc2\x7c\xde\xad\x81\x7f\xb4\xd2\xe8\x71\xed\xa9\x37\xc6\x1f\xbb\x1f\x75\xdc\x56\xc4\x2e\x92\xb2\xd1\xe0\xf2\xa6\x2c\x6f\xf5\x51\x0d\xde\xb9\x3b\xb2\xba\x83\xb1\x7d\xc1\xdc\x94\x9d\xb5\x4a\x6e\x8b\xb6\x55\x7a\xb3\xd8\x7a\x37\x66\x5b\x5b\xdb\xb7\x61\xa3\x18\x5d\xde\x28\x93\xde\xac\x7c\x7d\x5e\xde\x7b\xd9\xd6\x1e\x75\xeb\x36\xd6\x70\xb6\x71\x68\x0a\x52\x85\xee\x04\xfb\x79\x87\xae\x6f\x9f\x0a\x6a\x4b\x7d\xb1\xb8\xc1\x8d\xfa\x32\x5c\xbe\x59\x69\xd2\xe7\x63\x95\x88\x27\xea\xcc\x0e\xaa\xc0\xf6\x94\xb7\xa5\x3f\x26\x86\x62\xa3\x3f\x79\xc4\xde\x2c\xa6\xfc\xf3\x36\x2b\xb1\x95\xca\xb7\x14\x5d\xcf\xc2\x49\x45\x1f\xab\xc6\xab\x0d\x39\x37\x2b\x55\xa5\x55\x85\x39\x58\xe9\x57\xdc\x71\xfd\xba\xfb\x4f\x8b\x9c\xcf\x65\x8a\xf8\x45\x36\x26\x9e\x43\xd7\xf3\xa5\x35\x80\xbf\x93\x2e\xe9\x0b\x0b\xff\xdf\xa6\xf8\xfa\x98\x56\x1d\xc5\xde\xb5\x83\xb1\xd6\xbd\x59\xf9\xda\x24\x5c\x07\xac\x0e\x96\x8d\x03\xb6\xd5\x9a\xca\x76\x59\xee\xad\xd8\xdd\x60\xd4\xea\xf3\xd1\xfb\xa9\x8f\x57\x28\x6e\x23\xbe\xae\xd0\xc5\x3a\x67\xb3\x46\xc3\x9e\x8c\x23\x7f\x67\x7b\x99\xaf\x61\xe8\xf2\x02\x6c\x1a\x7e\x77\x7b\x84\x67\xdc\xf7\x7f\xf9\x5b\xf9\x5f\x7b\x1b\xfe\x75\x7b\xeb\x25\x6e\x6f\xfd\xde\x3b\x40\xfb\xd6\xd9\xeb\xbe\xc1\x97\x53\x30\xbf\xaa\xe8\x0f\x8e\xe0\x16\xe6\xa5\xe6\xa3\xd6\x94\x76\xcc\x4e\xad\x30\x2f\xa7\x98\x96\x3d\x6d\xef\x74\x4b\x23\xc3\xad\xd6\xba\x7d\xb8\x91\x65\xff\xa6\x1c\xcb\xd1\xf0\xc3\x9c\xe2\xca\xe9\xb8\x77\x77\x57\x8e\xcf\xf7\xc4\x49\xb9\x38\xdd\xb9\x2b\x4d\x9e\xa1\x66\xe3\x61\x3a\x1c\x5d\xe0\xe8\xa3\xe0\xad\x07\xf1\x87\x62\xc1\xfd\xdd\x0c\xa7\xd3\x61\x7f\x47\xe4\xb8\x39\x20\xb0\x25\xae\x2a\x6f\xd7\xa3\x8e\xdd\xd3\xa8\x7a\xa2\x58\x9c\x81\x19\x17\x83\x49\x8f\x21\xb7\x73\x5f\x9f\xc7\x04\x74\x93\x37\x3b\x23\xb6\xe4\x9c\xf6\xfa\xbd\xc1\x9d\xbc\xbd\x1f\x30\xc4\x5d\x94\xc5\xa4\x94\xc3\xfb\xe9\x9b\x23\xd2\x7c\xfe\xc3\xfd\xb8\x9a\xfc\xd7\xa4\x1c\xcf\x7a\xed\x92\x8f\x69\xed\x31\x34\x2f\x27\xc3\x8a\xf8\xa3\x76\x31\xee\x88\xce\xf4\x94\x94\xd9\xe8\x7f\x4f\xd2\x49\xa3\x2c\xa4\x36\xd4\x47\x98\xa6\xc3\x61\x35\xed\x8d\x7e\x79\x64\xb6\x03\x26\xf3\xa7\xd6\x78\x28\xcf\xee\xea\x26\xa3\xaa\x37\x9d\x9e\xdc\xc7\x63\xb2\xed\xae\xb4\x4e\x71\xb8\x9a\xed\x09\xe7\x05\x97\x1f\x7b\xd3\xde\xe0\x6e\x55\x1e\xac\xb9\xd8\xdb\xb2\xec\x10\x02\x10\xd0\xbc\xd5\x47\xa3\x09\xb6\xce\xff\xd5\x29\xa6\x85\x5c\x2f\x70\x3d\xb4\x86\x0c\x66\x26\xba\xc8\x7d\xdc\x9e\x71\x5f\x8a\xba\x90\x69\x77\xeb\xd0\x6e\x0f\xae\xcb\xdd\xb6\x18\x47\xe3\xe1\xa8\x1c\x4f\x3f\x5d\x0c\x47\x45\xbb\x37\xfd\xf4\x66\x5f\xdc\xfe\xc5\xbc\x6b\x2d\x1f\xb5\x94\xab\xde\xa0\x2c\xc6\xfb\x16\x72\x9d\xa2\x6e\xcb\x85\x7a\x53\x1f\x72\x91\xe5\xac\x1c\x4c\x27\xf9\x40\xde\xca\x22\x6f\x08\x66\x6f\x70\x77\xea\x7a\xcf\x84\xef\xe4\xf4\x07\xd7\xfe\x3c\x43\xa6\x2c\xc7\x57\x50\xa7\x3f\x0d\xb9\xe4\x66\x3d\x12\xc5\x6c\xcd\x7c\xb8\xc5\xab\x65\x70\xb3\x1f\xdb\x80\x6d\x99\x4f\xc1\x74\x47\x77\xff\xb8\x9c\x27\x55\x7d\x6c\xc7\x8f\xcb\x79\x22\xc2\x3d\xb6\xe3\xc7\x67\x3e\xb5\x01\x47\x76\xff\xf8\xcc\x07\xb1\x3f\x64\x66\xe9\xdd\xb1\x44\x60\x7b\xfa\x83\xd5\x1c\x3b\xb4\xfb\x92\x1f\xae\xe4\xc8\xe1\xdb\x97\x7c\x07\x11\x5a\x41\x6c\xdb\xe3\x6a\x1c\xb3\x16\xb9\x82\xb0\xb6\xc7\x1d\xa6\x6f\x2b\xb5\x1f\x4e\x77\xb8\xc0\x95\x56\x1d\x4e\xb7\x4a\x3c\xb7\xcf\xe5\xbe\xc8\xa6\xa6\x26\xcd\xd6\x79\xda\x17\xb9\x87\x12\xcf\x29\xa6\xda\x4a\x47\xd5\x5e\xea\x7b\x3f\x98\x94\xd3\xad\xf9\x72\xcc\xb6\xbc\x65\x55\x7c\x5a\xab\xac\x0e\xda\x99\x7a\xb3\x9a\xa5\xe0\x86\x32\xe3\x3a\x65\xe6\xd3\xb6\x2b\xb6\x15\xd9\x55\x42\x96\xbb\x46\xc5\x64\xf2\x61\x38\xee\xac\x39\xf3\x58\x4e\x32\x2d\x3f\x4e\xb7\x46\xcf\xfd\xad\x64\xa9\x2d\xfb\xd3\xd9\x2c\x77\x33\xb2\x2e\x71\x39\x62\x5e\xd6\x76\x6f\x34\x39\x6d\x53\xe8\x46\x1d\x27\x64\xca\x75\x1f\x95\xe1\xa8\x36\x51\xa2\x93\xda\xb3\x94\xe1\x70\x5b\x38\xf1\x81\x76\xe4\x50\x3e\x4c\xcc\x8e\x8f\x7e\xd9\x31\xc1\x8f\xc9\xbd\xaf\x85\xbb\x72\xce\x9b\xcb\x07\xdc\xfb\x19\x57\xee\x9d\xbe\xdd\x69\x72\xfd\xdb\xe2\xe7\xb5\x2c\x45\x6e\x9d\x8b\xed\xf1\x1b\x05\xaf\x8e\xf4\x86\xb2\x22\xdb\x09\xdd\xf6\x2a\x5a\x59\x37\xc5\xf8\x87\xa3\x87\xfd\xc9\x45\x2d\x9a\xfa\xc8\x62\x56\xfd\x09\xb0\x07\x09\x88\xc1\x8d\xcb\xfe\x9b\x6f\xd8\xc3\xc0\x1b\x12\x39\x64\xe3\x3f\x01\xdc\x36\x0b\xa0\x2f\x2f\xfe\x3f\x42\x80\x7f\xa4\x14\xbe\x4b\x8e\xfe\xbd\x7d\x3a\x6d\x33\x98\x9a\x6e\x41\xff\xef\xd8\xbb\xc9\xef\xe8\xd6\xa9\xd6\x6c\xad\xd2\x8d\x25\xb7\x3f\xcb\xe1\x75\xe3\x56\x95\x07\xa3\x5d\x3a\x81\xe7\xf4\x08\xb5\x92\xb3\x1e\xf3\xe2\xc8\x74\x8d\x75\xe3\x71\xa9\xb9\x8b\x8f\x76\x49\xb5\x3f\xe3\x9e\x86\x6f\x49\xb6\xbb\xdd\x5b\x12\x2f\x35\x7b\x3f\xfd\x3d\x9c\x92\x10\xdb\xbe\x54\x3b\x10\xe2\x69\xa9\xf7\x55\x70\x82\x3b\xc4\xc6\xc0\xf0\x40\xaa\x7a\xa6\xb3\x65\xe7\x7e\xff\x8a\x73\x9f\x79\xcd\x99\xdc\x85\x83\xbb\x95\x2d\xb5\xc1\xb0\x53\x2e\xbe\x26\xdd\xe1\x07\x01\x93\x72\x32\xc9\x7b\x30\xab\x35\x3e\xf3\x3e\xa3\x68\x5a\xf6\xa2\x5d\x8b\x6d\x61\x3f\xde\xcd\x1d\x8d\x6d\x80\xe2\x11\xea\xc3\x9c\x24\x13\x87\xc5\xea\xce\xdd\x1d\x56\x82\xbb\x76\xc0\x6d\xe6\x1c\x9c\x56\x02\x57\xe6\x72\xc5\xcb\xe6\x2a\xff\xc0\xbf\xd5\xbb\xce\xf4\x09\x6c\xc5\x13\xb2\xe6\x81\x3a\x79\xbf\xb2\x81\xa6\x97\xe8\x6d\x6d\xb5\xed\x5f\xd5\x4f\xdb\xf9\xb4\x03\x9d\x72\x32\xed\x0d\xb8\x96\x1d\x5a\xeb\xdf\x56\xd9\x2f\xed\xb6\xdb\xe7\x1f\xc7\x16\x2c\xdc\xa2\xec\xa0\xd1\x8f\x36\x91\xfc\xda\x14\xf6\xbb\x26\x94\xcf\x45\xfa\x56\xd0\xd2\x97\xf2\x85\xb9\x41\x0d\x33\x29\xfc\x72\xc7\xf4\xbf\x01\xba\xfa\x08\xca\xb4\x87\xa4\x6c\x50\x8f\x63\xe8\xc5\x17\xf7\xad\xf9\x95\xc9\xcc\xa3\x90\xfc\x0a\x82\x5d\xf1\x1e\xec\x95\x7a\x15\x64\xbf\xaa\x20\xfb\x0d\x09\xac\x5f\x41\x3c\x3d\x49\x3a\x7c\x92\x28\xd3\xfd\x1e\xb8\xfe\x67\xe5\xe3\xb7\x33\xed\xdd\x17\xc9\xcf\x7e\x01\xae\x74\x3b\x1b\xba\x8c\x3c\x1d\x21\xcf\xaf\xe9\xe3\xfc\xdb\x51\x7c\xed\xe2\x4d\x5f\x15\x57\xaf\xfc\xf8\x69\xfc\xf8\x06\xdf\xfc\xad\x31\xb9\xdf\x01\x19\x39\x51\x79\xf4\x34\xcd\xd0\xa3\xd8\xf8\x57\xdd\xcd\x4b\xd4\xdd\x6c\xee\xe8\xfd\xbb\x0a\x17\x3b\x98\xfd\x67\xe1\xbc\x9f\xc8\x06\x1f\xcb\x48\x1e\x60\x12\xf7\xb0\x47\x35\x00\xa0\x66\x08\xf8\xc3\x87\x71\x31\x1a\x95\xe3\xc6\x25\x03\xb4\x8b\x29\xdb\xca\x52\xa6\x9b\x62\x9c\xaf\x4a\x58\xe1\x85\x1a\x94\x73\x31\x98\x76\x33\xe2\xf8\x4f\xbd\xf5\xf8\xde\xd6\x7b\x90\x0e\x41\xef\xa4\x1c\x15\xe3\x62\x3a\x1c\x9f\x28\x04\x76\xaa\xd3\x4e\x34\x76\x7a\xb3\xe3\x39\xbc\xfd\x8d\x5a\xcf\xb3\xbd\x29\xeb\x07\xf7\x76\x34\x20\xe3\xcd\x46\x63\xba\xc0\xb1\xcd\x44\xac\x9d\x80\x3d\x67\x24\xc7\x7a\xa7\x77\x35\x28\x6c\x05\xef\xea\x5d\xa7\xb3\x12\x53\x76\x24\x2d\xe0\xfb\x71\xbb\x64\x08\xac\x27\xb5\xa8\x61\x7e\xab\xb7\xed\xac\xde\x1a\x6d\xf7\xbe\x4d\x1f\x4b\x71\xbb\x9d\x71\x6f\xc4\x2c\xe5\xda\xe1\xf6\x82\x52\x1c\xa7\x50\x2e\xfb\xa7\xab\x99\x4f\x64\xce\x97\x81\xe1\xe8\xac\x04\x13\x47\x9f\x29\x65\xd0\x38\x8a\xf1\xdf\xd3\x96\x6d\x50\x79\xe0\x2c\x29\xd7\x4b\x02\x44\x7d\x15\x9a\x68\x7e\x47\xe7\x6b\x3a\xce\x3a\xe9\xc6\x1d\x64\xb5\xbc\x41\xb3\xf0\xdc\xca\xfb\x0d\x2e\x7f\xa9\xef\xc7\x67\xed\x54\x27\x9c\x2f\xa5\x4e\x9e\x28\x7a\xec\x6d\xd4\x8e\x9c\x5b\xdb\xb4\xe3\x80\xe9\xa2\x49\x07\xc4\x8a\xb2\xff\x9c\xe2\xc7\x81\xd2\x1e\x2b\xa2\xec\x2c\xf6\x11\x32\xcd\x92\xb6\xf8\x4f\x3b\xcb\x1d\x1d\xa0\xd2\x87\x88\xf8\xe8\xbb\xbf\x9d\xeb\x14\xf4\xf7\x65\xaa\xe9\x54\x5f\xe8\x98\x2f\xad\x9d\x6d\x12\x56\xd9\x3f\x5e\xf0\x5a\x4d\xbb\x26\x8b\xad\x81\xe0\x32\x2f\x07\xbf\xf6\x06\x1d\x39\x1a\x0f\x3f\x7e\x5a\x91\xdb\x38\x4b\x26\xed\xf9\x4e\xc4\x55\xf6\x6e\x8d\xd9\x1b\xbd\xac\x2d\x95\x7a\x0c\x9e\x22\x3b\x8e\xc6\xa5\xe0\x3b\x82\x9e\x26\xd1\x2d\x01\xed\x63\x0b\xea\x54\x8f\x3e\x95\x4c\x80\xf7\x44\xa1\x6e\xa3\x03\x8f\x28\x69\xde\x83\x47\x1c\x0b\xee\xf4\x66\x2b\x9b\xfc\xcd\x15\x48\xbb\xe4\x85\x23\x18\xd7\x6f\x8f\xc5\xdc\xce\xfa\xec\x58\xae\x0d\x64\x6e\x11\xab\x37\x84\xaa\x27\xcb\x46\x5f\x48\xba\x79\x46\x49\xe5\x39\x84\x8e\x27\x6b\xcf\x9f\x9d\xcb\x3e\x9a\x69\xde\xc5\x09\x9f\xa8\x79\xff\x72\xec\xe9\x17\x61\x32\xbf\x9e\xee\xfa\x18\x56\xed\x3b\x61\x4f\x8e\xb3\x1e\xdc\x60\x30\x8e\x67\x21\x9e\x53\x9d\xfb\x0d\x12\xd0\xa7\x92\xbd\x2d\x5a\xb3\x47\xa9\xc3\x9e\xa6\xf9\x3a\x2c\xff\x6f\x2a\x82\x8e\x57\x99\x7c\x79\xd5\xc8\xe1\xf6\xef\xd4\x30\x2c\x29\x15\x7e\x4f\x15\xc2\x69\x72\xfe\xd3\xc4\xf1\xfd\x42\xf6\xc9\xe2\xf3\x91\xb2\xf0\xab\x2c\xbb\x98\xc5\xc3\x82\xe1\x8a\xfc\xb7\x4d\xd4\x7b\x79\xd2\xd9\x33\x0b\x55\xcf\x20\xdd\x2c\x63\xdb\x9a\x99\xde\xed\x0c\xa6\xf8\x30\x81\xf6\x70\x30\xb9\xaf\x64\xf9\x71\x5a\x8e\x07\x45\x25\x33\x77\xb9\xd8\xb6\x5a\x4a\x43\x14\x72\x11\xb1\x2e\xb8\xc0\xac\xa8\xee\x4b\x59\x54\xd5\xf0\x43\x5d\xcd\x81\xa4\xed\x71\x8f\x6f\x5b\x3d\x2e\x75\xa7\x1c\x7c\x3a\x2e\x25\xc1\xdf\xc2\x11\xc6\x81\xc4\x8d\xf8\xb2\x96\x98\x7b\x7c\x70\x70\x56\x93\xad\x8d\x4f\xdd\xbb\x2d\x9c\xfd\xf1\xde\x33\x2a\xb8\x2d\x7a\x15\x9f\xae\xee\x4c\x8f\x49\x3e\x2e\x3b\xbd\x31\x91\xa0\xbd\xc9\x57\x9d\x10\x9c\x7a\x09\x6d\x73\x45\xc2\x9e\x5e\x6c\xcf\xb8\x29\x57\x3e\xbe\x8c\x1a\xa0\x65\xaf\x53\x0e\xa6\xbd\xe9\xa7\x47\x97\xf4\x88\x8c\xb4\xe6\x0e\x65\x3b\x72\x88\xb7\xbb\x85\x98\xbb\xe9\x39\x4d\x64\x5d\xb4\xe9\xc8\x8c\xef\xf6\xd4\xb4\x45\x4e\xdb\x57\xfe\x52\xf2\x45\xa9\x4b\x5a\x8c\x3d\xe8\x61\x33\xd5\x0e\xcc\xb0\x99\x70\x0b\x52\xd8\x4c\xb4\x1d\x1f\x6c\xa6\xdb\x8e\x0a\xb6\x7a\xd2\x6d\x1c\xd8\xef\x4e\xc5\x8e\x75\x0f\x26\xab\xfd\xc9\x1f\x4c\x37\x6f\xda\x7a\xba\x71\x59\xf2\x35\xf1\xb9\x37\x6b\x4d\x5f\xe7\x68\x97\x62\x76\x38\xea\xdf\x58\xda\xbb\x12\xee\x5b\xca\x87\xf2\xec\x5e\xba\x07\x72\x1e\x91\x70\x75\x69\xee\x51\x9d\x14\x73\x04\xfd\x6e\xc5\x86\x67\x7f\x9e\x1a\x94\x4e\xc9\x52\x4f\xdd\xf1\x59\x32\x22\x78\x07\x83\xe1\x40\x3e\x94\xe3\xe1\x51\x89\x8f\x4d\xb8\xc4\xdd\x31\xa7\x53\xfc\x70\x0e\xbf\xde\xdf\x94\xe3\x41\x39\x2d\x0f\x73\x03\x9b\x49\x57\x89\xde\x60\xd8\x2f\x3a\x07\x4b\x59\x49\xb5\x5e\xc0\x42\x8d\xb9\x11\xda\x1b\xdc\x0e\x37\x02\xf7\x00\xe2\xaa\x86\x72\x11\xbe\x2c\xc3\x41\x71\x3f\xed\x2a\xc9\x41\xa3\xf1\x70\xd6\xeb\x2c\x3b\x9f\x5a\x4d\xf9\x61\x72\x5c\xba\x87\xfb\x71\x79\x54\xca\x9b\xde\xf4\xe6\xbe\xfd\x6b\x39\x3d\x2a\xf5\x5d\x7b\x74\x5c\xba\xde\xb4\x2a\x6e\x8e\x4a\x3a\xfc\x75\x5a\xec\x4a\x58\xc3\xfa\x5e\xfe\x65\xfb\x2d\x47\x3b\xa2\x8f\x25\x5e\xc7\xe4\x5a\xd0\x98\xc3\xea\xc5\x9d\x25\x6f\xa5\x59\xd3\x72\x3c\x2e\x48\x12\x38\x08\xc6\x1b\x29\x57\x41\xb9\x06\xbb\x7d\xe3\xf7\xaf\xdb\xe1\xf8\x6d\xcd\x90\xd6\x62\xfa\xe1\xcd\x78\xe8\x0c\xdb\x13\x59\xf5\x06\xbf\x8a\x62\xee\xa5\xe8\x50\x9e\xb9\x2b\xbf\x13\xf3\x55\x65\x31\x1e\x9c\x98\x69\xfb\xe0\x1f\x50\x10\x1c\xd7\xab\xd5\x2c\x47\x77\x6a\x35\xdb\x71\x7d\xda\xad\xdb\x3d\x60\xb1\x56\xfc\x6b\x5c\x56\x7f\x7c\xdb\x2d\xab\x25\xd7\x54\x07\x6c\xdb\x46\xc5\x20\xa3\xf0\xbd\x09\xc7\x62\x05\x98\x78\x3b\xa7\x33\x9d\x13\xb2\xe3\x2c\xe9\x76\x14\x52\xaf\xf6\x27\x95\xb1\x8e\x68\xb7\x96\xd1\x30\xba\x0c\xfb\xfd\x61\xa7\xa8\xfe\xab\x5d\x0d\x27\xe5\x2f\xe7\xf5\xc0\x35\xeb\x6d\x3e\x78\x5f\x4c\x5d\x3c\x6f\xe8\xb3\xd7\xf0\x6e\xc5\x51\xd7\x36\x88\xd8\xd8\x15\xdb\xcd\x20\xef\x4a\xba\x9d\x4b\xde\x95\x7a\x93\x55\xde\x95\x72\x2b\xbf\xbc\x2b\xf1\x56\xa6\x79\xcd\xc4\x72\x0e\xdd\x2b\xa3\x78\x24\x30\x1f\x91\x67\x1d\x76\x8f\xc8\xb2\x0e\xaa\x4f\xd0\xac\x3f\xa5\x8c\x39\x9c\x6c\x53\x00\x75\x96\xae\x17\xe3\x95\xc3\x59\xd6\xaa\x5b\xcb\x72\x44\x9a\x47\xf6\xeb\xb4\x42\x16\x1d\x6b\x4c\x6c\xd7\x45\x8b\x79\xc4\x1e\x0e\x6e\x23\xcd\x4e\xd1\x61\x3d\xe5\x96\x88\x15\xd1\x60\xda\x81\xde\x60\x5a\x0e\xa6\xcd\x82\x5b\x15\x90\x16\xd1\x79\xd9\x6c\xc4\x6e\xee\x90\x17\x8b\x1e\xef\x6a\xed\x52\x9a\xee\xb2\xa0\xbf\xec\x6f\x7b\x5c\x8e\xca\x62\x7a\x31\x18\xd6\x6f\x6f\x96\xe2\x46\xc3\xec\x8b\xee\xa2\x5d\x0e\xa6\xe5\xf8\xf3\x1f\xaa\xe1\x5d\x6f\x50\x33\x0e\x7f\xca\x1a\xcc\x21\x89\x81\xcd\x50\xe7\xca\xd6\xb6\xd3\xdf\x15\xcb\xa2\xc8\x56\x99\x5e\xc0\x9c\xac\xbe\xdb\x91\x60\x4e\xae\x77\x25\x58\x50\xd9\xed\x29\x0e\xee\xea\x40\x6f\x52\xbb\x05\x3f\x41\x4d\xb1\x35\xd7\x5d\x31\x2d\x3f\x14\x9f\x0e\x32\x74\x6b\xe9\x56\xd9\x39\x22\x03\xb2\x3d\xac\xaa\x6c\xd8\x90\xab\xcf\x77\x0b\x2c\x0d\xe7\x0f\x02\x8a\x4e\x67\x5c\x4e\x26\x8f\xc8\xb9\x81\xfb\x8e\xcf\xda\x29\xa6\x45\x86\x8a\x47\x64\xe6\x51\x7d\x44\xbe\xc1\xb0\x53\x3e\x26\xdb\x64\x54\xb4\x1f\x93\x71\x1d\xcf\x9f\x90\x73\x3c\xfc\xf8\x98\x1e\x6e\x88\x8e\x47\xe6\x7c\x77\x5f\x51\x73\xa7\xdd\x47\xe6\x1c\x8e\xa7\x8f\xcc\x39\x1e\x4e\x87\xed\xe1\x12\x08\xf5\xcb\xff\xcd\x5b\xab\x0b\x96\xe5\x3f\xf5\x0f\xa7\x8b\x68\x5b\x17\xd6\x81\x3d\xca\xad\x59\x68\x26\x64\xf9\x71\x34\x9c\x94\x1d\x49\x43\x34\xc9\x1d\xda\xb2\x70\xf6\xa4\xdd\x5c\x2a\x7b\x12\x6f\x5b\x1c\x7b\x92\xaf\x2d\x87\x3d\x29\x57\x17\xc0\xbe\x84\x6b\x20\xbf\x27\xe9\x06\x90\xef\x4b\xbb\x0a\xd6\x7b\x52\x6e\x00\xf2\xce\xb4\x5b\x40\xf7\x40\xda\x15\x60\x3d\x90\x76\x03\x3c\x73\xfa\xfb\xd1\x64\x3a\x2e\x8b\xfe\x21\x58\xd8\x48\xb7\x0b\x0e\x36\x12\xee\x86\x81\x8d\xa4\x5b\xe7\x7f\x23\xd5\xb6\xb9\xdf\x4c\xb4\x75\xde\x37\x92\xed\x98\xf3\xcd\x74\xdb\xe6\x7b\x23\xd5\x8e\xb9\x5e\x4b\xb7\x73\x9e\xb7\xa6\xdb\x32\xc7\x5b\xd3\x6d\xcc\x2f\xd1\xea\xfb\x89\xdc\x62\xf1\xb1\x91\xc6\x2a\x73\x5c\x32\xbb\x37\xd9\xb4\xb8\x63\x99\x6d\x29\xe4\xd3\xa8\x94\xe3\x72\x56\x16\x55\x36\x3e\xbc\xa8\x55\xa4\x7f\x5a\xd5\x97\x2f\xa7\x5b\x89\xc9\x77\xd4\xfe\xf1\x6d\xdd\x02\xf7\xcb\xbe\x06\xac\xaa\x12\x18\x1b\x66\x59\xb7\xe8\x0d\xe4\xa0\x98\x35\x8a\x9e\x3d\x9a\x91\x55\x7d\xca\x7e\x06\xfb\xc4\xdc\xf3\xae\x9f\x56\xca\x5e\xa4\x7e\x40\x79\x72\x6a\xfb\xf7\x65\x3e\xba\xf9\x3b\xac\x4f\xb6\xb4\x7e\xcd\x6e\xe3\x39\x94\x02\xf3\x35\xb8\xfb\x80\xeb\x97\xd3\x3d\xec\xea\xe7\xc1\xe3\xce\x2b\x21\xc5\x71\x62\xed\x29\x3d\x7d\xac\xb5\xc4\x96\xbe\x1c\x3a\x1d\x7c\x6a\xa3\x1e\x61\x79\xb1\xad\x55\x1d\x51\x50\xf0\xb2\x24\x3b\x97\x09\x6f\x87\xd5\x4a\xbd\x1d\x42\x54\x73\x02\x37\x77\x93\xde\x2f\x26\xbf\x6e\x0a\x81\xdb\x43\x57\xf2\xac\x09\x87\x6f\xb6\x06\x6e\x5c\xec\xd4\xbe\x1f\x8f\xcb\xc1\xb4\x45\x1f\x47\xcb\x93\x3b\x2d\x4a\x8e\x94\x34\xf7\x5f\xaa\x54\xdc\x4f\xbb\xf2\x76\x38\xee\xbf\x1b\x65\x63\x1c\xde\x0c\x5a\x62\x59\xff\x0d\x2c\x4f\x0e\x99\x9c\xac\xc9\xa6\xcf\x67\xe8\xb1\xaf\xcc\x67\xb6\x06\xa9\x2f\x7e\x3f\x94\xf1\x44\x43\x8a\x43\xbd\x38\xda\xe0\xe2\x05\xe9\x40\xbe\x9a\x51\xc8\xe3\x74\x34\xaf\xa6\x24\xd9\xaa\xe3\xdb\xb1\xe6\xd8\x58\x8a\xfb\xf6\x7c\x5f\x15\x61\xaf\x8a\xb0\xef\x50\x11\xf6\xbb\x5b\x9e\xe4\x45\xf7\x7f\xbd\x5d\xb5\xbf\xf8\x65\x97\x6a\xae\x39\x54\xb0\x4a\xb0\x9e\xc9\x00\xe3\x18\xed\xde\x57\xb0\xde\x78\x84\xd2\xf1\x74\x83\x8f\x57\x8d\xe4\xab\x46\xf2\x55\x23\xf9\xef\xa3\x91\xdc\xaf\x1f\xdc\xa7\xf7\xfb\x7d\xd5\x7e\xdf\xbc\x9d\xd7\xd3\xf4\x92\x27\x6a\x14\xbf\x7b\x13\xb3\x27\x69\x49\x9f\xa2\x9e\xfd\xa2\xb6\x6d\xdb\xcd\x6f\xe6\xb5\xec\x32\xf9\xfa\x77\xd1\xc9\xbe\x9a\xb6\xbd\x48\xd3\xb6\x47\x68\xd1\x0f\xdb\xa4\xbd\x00\x85\xfb\xbf\x99\x7d\xdc\x57\xdb\x47\xf8\x16\xac\xf6\x76\xee\x64\x1c\xb2\xe7\x5b\x57\x26\x6d\xdd\xfb\xf8\xaa\xc6\x77\xab\x5b\x2f\xeb\xc6\x78\x9d\xde\x64\x54\x15\x9f\x2e\x7a\x03\x76\xd8\x73\x53\x0d\xdb\xbf\xbe\x69\x0f\xb9\x45\x17\x67\x67\x6f\x66\xbd\x49\xef\xa6\x57\xf5\xa6\x9f\x2e\xf8\xb5\x2a\x97\xb7\x55\xf8\xe8\x2d\xa5\x2e\x7a\x83\x37\x1f\x7a\x9d\x69\xf7\x02\x41\x97\xfd\x37\x8b\xdb\x7d\xca\xfe\x9b\x59\x39\x66\xfc\x26\x8b\xaa\x77\x37\xb8\x60\xa5\xdf\x74\x38\xfa\x7c\xcc\x76\xf9\x29\x9b\xd1\xab\xdb\x4a\xbd\x7e\x71\x57\x5e\xdc\x8f\xab\xff\xfc\x6f\x24\x7c\x5c\xf0\xf7\x9f\x27\xb3\xbb\x3f\x7d\xec\x57\x6f\xda\xdd\x62\x3c\x29\xa7\x6f\xff\xf9\x3f\x7e\x92\xf1\xfc\x2f\x93\xd9\x9d\x98\xf5\xca\x0f\x7f\x1d\x7e\x7c\x7b\xa6\x84\x12\xda\x0a\x6d\xcf\xc4\x6d\xaf\xaa\xde\x9e\x0d\x86\x83\xf2\x4c\x7c\xec\x57\x83\xc9\xdb\xb3\xee\x74\x3a\xba\xf8\xf3\x9f\x3f\x7c\xf8\x00\x1f\x0c\x0c\xc7\x77\x7f\xd6\x4a\x29\x2a\xf8\xec\xdd\x5f\x88\xa1\xe7\x4c\x72\x7c\x5f\x95\x6f\xcf\xca\x59\x39\x18\x76\x3a\x67\xa2\x5d\xf5\x46\xeb\x61\x9d\xb7\x67\xef\x11\x05\xba\xae\x9e\xe9\xae\xd4\x33\xa9\x1f\xfa\x4a\xc6\xae\x9e\xf9\xae\xd4\xd7\xe1\xa1\x0f\x29\x49\xd7\xf2\x60\x83\xd0\x42\x0b\x0f\x36\x0a\x2d\x50\x4f\x2c\x05\xa1\x12\x09\x52\x12\xa8\x5a\x18\xc0\x69\xa1\xf9\xff\xfc\x1d\xf5\x3f\xea\x77\x81\x48\x09\xf5\xc3\x7b\xd4\x42\xab\xb6\xb4\x60\xb5\x50\x32\x4a\x03\x2e\xca\x28\xe3\x24\xbf\x08\xfe\x13\xf4\x21\xe8\x23\xbf\x50\xd8\x43\x33\x1a\xff\xa1\x8d\x52\xea\xec\xcf\xef\xfe\x42\x9d\x7e\xf7\xdf\x7e\x78\xf3\x3a\xde\xbf\xeb\x78\x7f\x3e\xfa\xc4\xe4\x23\xce\xea\xed\x52\xe6\x1d\x73\xc0\xe7\x19\x4e\x51\x9c\x6e\xcd\xbe\x6c\x4f\xfc\x2c\x30\x78\x34\xdc\x31\x3c\x25\x70\x06\x51\x68\x6c\x69\x04\x15\x30\x0a\x8d\x42\x6b\x50\xc6\x24\x81\x09\x8c\x41\x23\x34\x82\xf6\x0c\x28\x29\x85\x74\x85\x06\x82\x51\x51\x58\x48\x31\x79\xdf\x42\x0d\xc9\x2b\x27\x0c\x78\x97\x54\x22\xe0\x51\x26\x2d\x7d\x2b\xd0\x3e\x61\x93\xfe\x4a\x43\x30\x51\xd9\xa6\xbc\x16\x42\xf2\x9e\x20\xbb\xa9\x0e\x92\x8e\x04\x9b\x94\xc5\xfa\x18\x93\xd0\x78\x59\x37\xf5\xe7\xf7\x68\x04\xc6\x4b\xc4\x6b\xf4\x97\x68\xae\x31\xe6\x20\xcb\x41\x8a\x83\xec\xcf\x4b\xd0\x77\x5b\xc4\x5b\x13\x56\x00\xf0\xf1\xaa\xf4\xd3\x95\x64\x87\x14\x2c\x5f\x00\xed\xbf\x82\xc0\x21\x10\x78\x46\x9c\xff\x3a\xd8\x87\xd7\xdb\x49\x56\x15\x47\xee\xd0\x9e\x22\x09\x3e\x3b\x92\xfd\xf2\x84\x9e\x47\x5f\x68\x6c\x23\x38\x4b\x15\x83\x53\x46\x22\x78\x9f\x04\x42\x30\x28\x0d\x28\xa5\x33\x70\xf0\x5c\xa7\xb6\x84\x10\x24\x82\x31\x52\x83\x4f\x98\x5f\x0d\x58\xaf\x85\xca\x50\x90\x61\x20\x66\x10\xc8\x00\x90\xa7\x7f\x3e\xf9\x42\x63\x17\x1d\x28\x6f\x1e\xf2\xcc\x67\x4e\x83\x78\x0e\xe2\x36\x2c\x7f\xda\xae\x9e\xd9\x3d\x14\xfe\x77\x52\xfd\x3c\xb3\xf0\xfd\x0c\xa2\xe5\x8b\xe4\xe1\x5f\x32\xa8\xbd\x28\xe6\xfd\x25\x0f\xf4\xe7\xfd\x8a\x80\xaf\xcb\xc6\x1a\x81\xa6\x8b\x16\x74\x25\x0d\x78\x22\x84\x57\xe8\x04\xc6\xca\xcb\xfc\x0f\xc1\x0a\xfa\xab\x63\x2f\xcd\x4c\x2f\x77\x55\x97\x37\xca\xa4\x63\x48\xd6\x71\x86\x4c\x27\x68\x4f\x37\x93\xbe\x3c\x62\xd5\x0c\x3f\x86\x2a\x4b\x80\x06\x5c\xda\x9c\x01\xa4\x29\xc0\x2b\x0c\x80\x41\x20\xae\x4f\xc2\xba\x94\xf8\x68\xa3\xc6\x63\x4d\xac\x4e\x3c\xf2\xbe\x4b\x9b\xf6\xf2\xe6\x0b\x93\xf0\xf5\x4c\xb8\x24\x9c\x40\x4d\x3c\xa3\xcb\xa1\xc2\x09\x97\x5f\x72\x18\x6a\x4a\x11\xe6\xd1\xc8\x41\x68\xf8\x9d\x83\x31\xff\xcf\xef\x39\x5c\x8b\xba\x8e\x7d\x13\x7c\x94\xd7\xb5\x67\x75\xe9\x74\x94\x59\xde\xd1\xde\x87\xb6\x5a\x21\x3d\x8b\x53\x88\x47\x9c\xbd\xff\xba\x08\xd8\x09\x73\x89\xa9\xa5\x15\xa0\x20\xf9\x45\x18\x20\x21\x42\xb8\x6b\x0a\x45\xc1\x11\xf9\xc1\x10\xa4\xf1\xd2\xb5\xea\x34\x46\xd4\xd9\x30\x5d\xbb\x96\xe1\xac\xfc\x27\x9c\x30\x3f\xbf\x47\xc7\x70\x15\xae\x08\x69\x38\x46\x2c\x35\x8c\x51\x48\x64\x38\xe6\x24\xe1\xaa\x81\xe3\x2b\x0a\x15\xe1\xaa\x89\xae\xe1\xf8\xaa\x29\x20\x66\xd8\xbd\x6a\xe0\xf8\xaa\xa9\x63\x59\x8c\x69\x07\x63\xad\x7b\x9c\xda\xe0\x24\xfb\xa2\xa3\x8d\x50\x36\xa6\xfc\x2b\x6b\x0e\xfe\x1d\x26\xfd\x6b\x29\x0a\xfe\x1d\xc6\x76\x27\x93\x75\xb4\x1d\xf8\x69\x5b\xcf\x5b\x53\xbf\x3c\xea\xed\x04\x31\x5b\x6d\x04\xa4\x4a\x05\xcd\xb9\xd0\x33\xb4\x6d\x25\x10\x50\xd2\xb7\xd4\x42\x5f\xba\xb6\xe4\x34\x52\x4b\x48\x52\x4b\x7d\xed\xda\x8a\x82\xe8\x8b\xd2\x3c\xf4\xeb\x89\xb4\x73\x50\x58\xa2\xdf\x79\xae\xeb\xe0\xb0\xe0\x11\x32\x28\x88\x26\xba\xe1\x11\x9a\x02\x6a\x50\x58\xe2\x11\x6a\x50\xd8\xc3\x09\xec\x71\x7b\x7b\xac\x13\xc6\xe7\xf5\x04\xb8\xe9\xd6\xef\x08\x07\x6b\xcf\xe1\xc9\xe9\x74\x07\x3a\x5f\x79\xff\x40\x0b\xdd\xaa\xb7\x99\x96\xf6\x9b\x5a\xcd\xae\x52\x0e\xa1\x20\xa1\xf5\xae\x5d\xa7\x96\xae\x13\xce\x77\x9f\xb4\xd0\x3f\xbf\x47\x45\x28\x85\xb8\xd3\xab\x05\x3b\x7a\x45\xa1\x24\x69\x5c\x35\x2c\xa9\x8b\x57\x98\x44\xe4\x88\x15\x7c\xb3\x45\xa8\x7b\xbc\xd1\xfe\xe9\x26\xb7\x87\xcc\x34\xbf\x36\xf5\x7e\x51\x53\xf7\xd5\xf4\xf5\x2f\x69\x90\x76\xd2\xd3\x63\x4f\x42\x9d\x64\x71\xb5\x2d\xf1\xcb\x23\xa6\x3b\x26\x78\x62\x79\xbe\xd4\xfc\xbf\xac\x03\x24\xaa\x7f\x2c\x4f\xe3\x43\x5f\x6a\x81\xae\x92\x4e\x3a\x56\x6f\xc8\xac\xe3\xa8\x67\xb1\xa2\x49\x94\x81\x27\x36\x89\x58\xc9\x24\xd2\x3e\x91\x78\xef\xb9\x97\x17\xa9\x5c\xfe\x96\xc6\xf7\x45\x29\x8b\xbf\xa5\x81\xfb\xfc\x95\x9c\x81\xfd\xce\x0e\x8f\xbe\xa4\x63\x8d\xdf\xdf\xb4\xf8\x19\x4d\x43\x9f\xd3\xf0\x71\x4b\x59\x2f\x11\xb1\x25\x81\x9e\xc8\xb4\x85\x68\x04\xea\x8a\x96\x97\xce\x0a\xee\x94\x05\x72\x11\x38\xb0\x5e\x78\x75\xfa\xef\x03\x39\x3d\x7b\xe7\x8f\x46\x30\x47\x62\x94\xd3\x50\xc8\x31\x38\xe3\x0b\x5b\x37\xbf\x40\xce\xc9\x67\x71\x9f\x28\x08\xcb\xfa\x18\x44\x20\x3e\x36\x32\xdf\x2a\x50\x55\x5e\x78\xd1\xec\xfd\xf0\x63\x0f\x00\x3c\xf7\x01\xa6\xe3\xcf\xeb\xbc\x44\xec\xf3\xbc\x83\xff\x92\x50\xcf\x33\x83\xdd\x41\x2f\x22\x8f\x3c\x43\xf2\x22\x81\xca\x41\x50\x8e\x50\x75\x8c\xae\x92\x16\x5c\xa4\x47\x12\xf3\xb7\xc5\x90\x4a\x1e\x64\x1a\xef\xef\x0c\xbc\xbe\xd0\x18\x1c\xe9\xaf\xe9\x25\x82\x4d\x04\x9d\x9c\x08\x34\x6e\x15\x8d\x92\xe0\x51\x9a\xbf\x89\xf9\xce\xbf\xd8\xb0\x05\xf8\x3e\x60\xe6\x8b\x0c\xc0\xa9\x04\xf1\x71\xce\xf6\x8e\x2a\xe4\x25\x02\x25\x93\x04\xf4\x4c\x23\x32\x73\xca\x74\x03\xbd\xc0\x48\x12\xb0\x4b\x55\x9e\x0b\xe1\xaf\xea\xb4\xdf\x07\x30\x3e\x6b\xc7\xb7\x19\xe1\xec\xb9\xf4\xee\x19\x99\x58\x23\xb4\x3a\x5d\x57\x8b\x06\x5c\xf4\x95\x91\xe6\x0a\x3d\x58\xb4\x2c\x9c\x18\xc1\xff\xd8\x20\x29\x51\x68\x25\x0d\xfd\x13\xe6\x2a\x50\x7a\x81\x91\xb2\x48\x0d\xc1\xf1\x83\x97\xa6\xe5\x55\x6a\x05\x07\xd0\xe3\xe1\x3d\x1a\x48\xca\x41\x74\xbe\xad\x21\x28\x0f\x36\xe5\x25\x4e\x09\x9c\xb5\xc2\x42\x44\x2f\x1c\x78\x5b\x81\x36\x16\x94\xa7\x94\xd6\x43\x70\x56\x18\x88\x91\x8b\x4b\xc2\x80\x13\x0e\x94\xf1\x12\xac\xe5\xcc\x49\x4b\x0d\x2a\x1a\x61\xc1\x04\x94\x0e\x62\xf0\xf9\x7d\x26\x75\xdb\x81\x62\x83\x41\x0b\xd1\x47\xe9\xa8\x44\x6d\xa4\x07\x74\x1a\xb4\xa5\xac\x9a\xad\x04\x75\x20\x1a\xe5\x75\x94\x06\xb4\x0f\xd2\x42\x4a\x4e\x22\x84\x98\x64\xb6\x1b\x0c\x2e\x80\xf3\x96\xb0\x53\xd0\x42\x03\x7a\xea\xa7\xd7\x49\x42\xd0\x41\x6a\xf0\xca\x49\x30\xd6\x49\x03\xd6\x6a\x30\x5e\x4b\x88\xc6\x53\x77\x25\x38\x1d\x28\x4f\xb2\x12\xb4\xa6\x76\x47\x6d\x24\x82\x8a\x09\x12\x52\x45\x49\xa1\xd0\xa0\x90\x06\x13\x1d\x55\x90\x62\x90\x80\x0a\xc1\x24\x27\x41\x25\xc2\x7b\x0a\xa9\x33\x08\x1a\x35\x58\x1d\xd9\x56\x91\x42\x89\x92\x52\xaf\xad\x32\xf4\x36\xd3\x6d\x69\x01\x31\x08\x25\x1d\xf8\xa0\x25\x24\x2f\x3d\x58\x1b\xa5\x86\x18\xac\x04\xef\x34\x35\x1f\x01\x4d\xa0\x16\xbb\x20\x10\x62\xd4\xd2\x01\x62\x94\x34\x29\xd4\x7d\x9a\x0a\xa4\x31\x49\x14\x6f\x12\x4a\x4b\xe3\x53\x58\x88\x44\xd9\x63\x12\x4a\x28\x34\xe0\x69\x9c\x42\x68\x25\xd0\x9a\xe4\x59\xed\x69\x11\x79\x65\xc0\x1a\x14\xf3\xe9\x77\xcb\x2b\xc6\xff\x14\x7c\xd4\x67\xcb\x8b\x74\x30\x1c\x3c\x94\xe3\xe1\xaa\x6a\xfe\xa9\xb7\x54\x3e\xdf\xe2\x22\x44\x10\x8f\x5b\x5c\x77\x2b\x08\x6b\x0b\x1e\x5a\x5a\x7f\x11\x7c\x32\x02\x15\x04\x15\x0a\x84\xe8\x69\x04\xe9\xa9\x04\x0a\x94\xa0\x94\x27\x00\xd4\x56\xac\x46\x52\x34\x45\x0a\x8e\x5c\x1a\xd9\xe4\xf1\x6f\x8e\x37\x38\x96\xd6\x38\x18\xe3\x45\x82\x10\x7c\x01\xd1\x19\xfa\xcb\x15\x08\x45\x33\xad\xc2\x52\x28\x85\x13\x9c\x05\x15\x88\xb1\xf3\x86\xcf\x46\x38\xb7\x91\x15\x14\x06\x09\x2a\xb4\x25\x28\x04\xa5\x75\xfe\xb5\x96\x7e\x03\x50\x76\x5a\x7a\x46\x44\x30\x39\x37\x83\x41\xae\x42\x42\xd2\x8e\x17\x5f\x5a\x8d\x10\x08\xce\x25\xd0\xce\xb5\x41\x69\x82\x64\x50\x3a\x10\x68\x81\x52\x09\x8c\x31\x05\x44\x8d\xf4\xd7\x94\xe4\x2d\x5b\xf9\xbe\xc7\x00\x29\x04\x6a\xad\xf5\xa1\x80\x68\x13\xfd\xd5\x23\x89\xe0\x83\x04\x9d\xfc\x52\x38\x0f\x62\x8a\x5a\x82\x4f\xba\x0d\xd6\x18\x50\xc1\x40\xb0\x60\x3d\xb1\xb4\x89\x40\xb7\x00\xad\x91\xfe\x38\x83\xa2\xce\x79\x50\xc1\x53\x75\x3a\x7a\xea\x9d\x8f\x6b\x63\x23\xa9\x5f\x54\x65\xb4\x6b\x23\x4b\x11\x82\x23\x48\x28\xf3\x8e\x17\x88\x09\xb8\x5e\x00\x82\x4d\x84\x44\x74\x5c\x2b\x80\x23\x28\x9c\xf2\x1b\x4d\x28\xd1\x9b\x8d\xec\x10\x19\x13\x47\xb7\x5e\x7d\x64\x93\xde\xe8\x96\x20\xe6\x6f\x5e\x87\x68\x56\x20\x26\x42\xb4\x79\x37\xce\x58\x42\x27\x21\x45\xa1\x64\x04\x1f\x09\x61\x44\xe7\xea\xf7\x08\x1e\x75\x0b\xd0\x39\x61\x01\x3d\xa1\x21\x65\x1d\x18\x12\x2c\x23\x21\x42\x2c\x22\x78\xeb\x44\x7e\xe6\x36\xb8\x7a\x0c\x02\x6b\xbb\x94\x23\x04\x66\x82\x2e\x3c\xa1\x3d\x91\x9f\x79\xa8\x03\xe1\x1e\x49\x13\x21\x3c\xc4\xa0\xeb\xa7\xaa\xff\x11\x5c\x3b\x2f\x36\xf2\x89\x45\xbe\x6a\x51\x81\xa5\xa6\xd0\x74\x79\x5f\x03\xce\xa2\x21\x0f\x9b\xc3\xb1\x0b\x35\xdd\x2d\xd0\xd3\x0e\x1f\x1e\x2f\x91\xf3\x43\x03\x51\x0b\xd3\x42\xc3\x36\xdf\x04\x25\x1a\x0c\x81\x12\x0a\x6c\x4b\x04\x23\x94\xd4\x60\x09\xae\x08\xfa\x84\xbe\xb4\x73\x4b\x19\x91\x6d\x63\x66\xe8\xb3\x35\x4d\x36\xae\x11\x7a\xc9\xe0\xa6\x36\xb0\x99\xc9\x04\xca\x48\x48\x6e\x6e\x57\x53\x9b\xd9\x48\xdd\x25\xb2\x15\x1f\xde\x27\x81\xe6\xd2\xcf\x74\xd7\xf0\x59\x5d\x69\x84\xef\xba\x99\xd4\x14\xf6\xf0\xde\x8b\x34\xd3\x5d\x7f\x9d\x2e\xfd\x43\xdf\x49\xdf\x06\x46\x1c\x28\xc0\x3a\x6a\xee\x44\xf2\x8b\xe4\x35\x44\xef\x92\xde\xf9\x97\x42\x1e\xde\x5b\xa1\xf1\xda\x75\xf5\x0c\x41\xa9\xd0\x45\xc5\x1f\x0e\x52\xd2\x5d\x42\x31\xe6\x1a\xc3\x25\xc6\x99\xbd\xb4\x0f\x7d\x3e\xd1\x2b\xcd\x4c\x9a\x4b\x4d\xcd\xe9\xca\x00\x0a\x67\xc4\x29\x69\x81\xb6\x32\x90\x92\xf8\x5e\x0e\x5a\xbc\x82\xc0\x97\x00\x81\xcf\x7b\x9d\x3d\x3c\x23\x7f\xe2\xe9\xff\xf3\x32\x28\x0b\xab\x89\xa8\x5b\xfa\xef\x8d\xe0\x1e\x92\xb0\x95\x84\x60\x02\x04\xbc\x42\x14\x81\xd8\x83\x4b\x73\x1d\xc1\x85\x6e\xac\xa4\x86\x64\x89\xe7\x8d\xd6\x42\x20\x36\x18\xf1\x0a\x89\x0f\x50\x5e\x3f\xd0\xd8\xf0\x05\xde\x34\x12\xbf\x96\x5c\x7e\x2b\x5b\x39\xd6\x41\x92\xbd\x4a\xbc\x3d\x43\x70\x67\xe2\xe3\xdb\x33\x08\xee\x4c\x7c\xaa\x7f\x9b\x38\x4b\x91\xd9\xe5\x44\xf3\x35\xfe\xf8\xf6\x2c\x80\x76\x2b\xa4\x8c\xa4\x06\x03\xae\x4a\x22\x9d\x1d\x59\x65\x1d\x54\xf5\x06\x65\xbb\x18\xbd\x3d\x9b\xfc\xaf\xfb\x62\x5c\xae\x63\xff\x13\x9c\x69\x1f\xe3\x8b\xf7\x68\xd7\x3f\xcf\x08\x32\x56\xe0\x91\xb6\x3d\x27\x43\x0c\x2d\x82\x5a\xb4\x0e\x89\x24\x9a\xa4\xe7\x20\xc3\x1b\xea\x1e\x9c\x0d\x97\xbc\x06\xd1\xaf\x02\x8d\x59\x00\x8d\x16\x01\x14\x89\x0e\x5b\x80\x86\xab\x38\x01\x62\xf4\x0a\xc4\xe8\x06\x62\xfc\x26\xc4\x28\x6f\x04\x3f\xab\x40\x12\x93\xe0\xe7\xd9\x31\x75\x1f\x09\x3a\x47\xdd\x07\xf2\x22\xf9\x88\x27\x1b\x60\x90\xa4\xb5\xc5\x75\x06\x0b\x2a\x91\x78\x5d\x0a\x72\xc4\x42\x27\x92\xd4\xaf\xd0\x43\x12\x18\xc1\xe0\x8f\x01\x92\x22\x80\xa1\x67\xcd\x2c\x6b\xa1\xd5\x43\xdf\x03\x9f\x12\xc4\xab\x00\xc4\x7e\xfa\xb4\x3d\xa9\x6d\xe7\x6a\x97\x7c\x73\xb0\x24\x14\x9d\x04\x86\x08\x47\x12\x8b\x27\xe1\xf7\xd5\x5e\xe6\x7b\x99\xae\x83\x2a\xe3\xc7\xb8\x3a\xdc\x96\xe7\xdb\xd8\xac\xe6\x59\x8f\x02\xb1\xab\x67\x09\x5c\x5b\x09\x08\xd1\x4b\x08\x44\x0c\x80\x06\x8c\x26\xcb\x75\x25\xda\xb6\xa4\x28\x9e\x49\xc7\x09\x64\x9d\x60\x26\x31\xb4\x8c\xd0\x9c\xc9\xf0\x53\x0b\x0b\x4e\xe8\x4b\x34\x33\x7d\xe9\x66\xe8\xbb\x68\x66\x32\x3d\xbc\x0f\x24\x45\x06\xb4\xdd\x34\x63\x7b\x87\x78\x19\x66\xfc\xfb\xd0\x27\x6e\x32\xba\xd0\x4d\xd7\xc4\x72\x9a\x3a\x22\x70\x1e\xdd\xa4\x4f\x97\xe1\x1a\xf3\x81\x5b\x92\xb6\xaf\x3d\x3d\xbb\x6e\x56\x97\xf5\xf0\x1e\x89\x66\xb8\x6b\xec\xfa\x99\xef\x52\xeb\xae\x0d\x65\xbb\xc2\xc8\xd6\x14\x12\x09\x10\x08\x08\x2f\x8f\x36\xa5\xd8\x76\xef\xc1\xb7\x82\x8c\x5f\xe7\xef\x9b\x44\xba\xaf\xd3\xb2\x7d\x59\xed\x70\x7f\xfa\x6d\xe0\xc2\xd3\xce\x0f\x61\xba\x76\x5d\x07\xc9\xda\x6b\x73\xe9\x0a\x22\x81\x59\x4b\x95\x0f\x12\x2d\x02\x76\xc9\xbd\x0e\x52\xec\x4a\x7d\x8d\xe9\xd2\x3d\xf4\x93\x44\x96\x70\x79\x6f\x29\x41\x34\x82\x1f\x4b\x27\xbe\xf3\x59\xe0\x6b\x54\x5d\x7d\x6d\xba\x72\x2f\xf6\x3a\xf6\xd8\xf7\xfa\xe5\xc1\x3b\x8f\x7d\xef\xbe\x65\x78\x35\xe2\xe5\xcd\x24\x5a\x61\x2b\x2b\xec\x0c\xf5\xa5\xbf\xb6\xdd\xf8\xd0\x27\xd1\xf9\x3a\xb0\xd5\xef\xa5\x6f\x4b\x04\xed\xb2\x52\x23\xb8\x65\xad\x86\x76\xbc\xab\x95\xe7\x57\xb7\x73\x32\x9a\x60\x0a\x65\x45\x85\x95\xfa\x32\xce\xa4\xee\xc6\xec\x24\xc2\xec\xfa\x7a\x1f\x45\xec\xda\x6b\x7f\x19\xf7\x1f\xe7\x7f\xf4\x4d\x1b\x27\x3b\xc6\x3f\xe4\x47\x7d\xc3\xc9\xe5\xb7\x44\x11\xb5\x12\xbe\x2b\x49\x88\x94\x4b\x5a\x29\x84\x94\x20\xc9\xec\x95\xef\x4a\x13\xa7\xba\xa6\x9c\xf2\x6b\x8b\xf4\x3a\xae\x69\xa4\x98\xc1\xd5\x97\xf6\x3a\x76\xd1\xcf\x50\x7d\xdb\x14\xe8\x1b\x18\x86\xcf\xcf\x71\x17\xf5\xb7\x02\x5a\xa7\xa0\x15\x8d\xa0\x14\x7b\x23\x53\xb1\xa5\x15\x04\x81\x16\x4c\xf6\x2d\xa3\x89\xa0\x0b\xd4\xa0\xac\x13\x86\xc4\x25\xe5\x49\x44\xf2\x60\x78\x07\xcf\xbb\x28\x03\x38\x13\x45\x00\x1f\x6d\x57\x03\x22\xb6\xc1\xf2\xf6\xb4\x45\x2d\x10\x54\x60\x5f\x36\xbc\xcd\x1e\x79\x4f\xd0\x3b\x0d\x29\x65\x37\x37\x42\x03\xda\x24\x35\x28\xad\xa9\x3c\x5d\xbf\x22\x58\xde\x2f\xd1\xe0\xb5\x05\x9f\x72\x24\xef\x36\x73\xac\x22\xee\xc4\x44\xde\xff\x55\x41\x18\x30\xbc\xfd\x6c\xac\x15\x0e\x1c\x38\x2e\x58\x43\x14\x16\xb4\x77\x90\x8c\x17\x0e\x62\x8a\xa0\x28\xa9\x24\x8c\xe8\x49\xda\x52\x1a\xbc\xbb\x74\x10\xac\x2f\xf2\x57\x16\xd4\x90\xe3\x24\x78\xd7\x06\xc5\x6d\x45\x4f\x45\x51\xfb\x5c\x8c\xe0\x2c\xd2\x60\x84\x70\x69\xc0\x5b\x5d\x58\x0b\x48\x02\x5b\xfe\x51\x42\x29\x09\xce\xa3\xb0\x10\xb4\x6f\x4b\x1a\x05\x82\x5c\x95\x58\xff\x0c\x8a\x48\x65\x32\xfc\xd6\xc5\x6c\x39\x80\x34\x76\xdc\x65\xa5\xac\xe4\xbd\x75\x4a\xc3\x23\x82\x0f\x7d\x19\x01\x9d\x96\x24\x55\xba\x4b\x73\x8d\x08\x01\xbb\x89\x18\xa6\x2b\x7a\x26\x11\x21\x28\x53\x21\x60\xa4\xd6\x46\xe1\x40\xf1\x26\x9b\xd2\x56\xf2\x33\x87\x70\x24\xe6\x27\xab\xb7\x22\xbb\x21\x5a\x31\x0b\xc1\x9f\x34\x6a\xfb\x0d\xe1\x88\x57\x78\x7e\x85\xe7\xe7\x84\xe7\x53\xf8\x93\xa3\xaf\xed\x39\xea\x8e\x97\xa5\x44\x2f\x91\x58\xf0\xd6\x11\xa4\x80\x45\xde\x49\xa3\x47\xde\x93\xa6\xd7\xc4\xcf\xf8\xe3\x5a\x9c\x40\x2d\x12\x18\x12\x35\xd6\x22\x38\x53\x7e\x6e\xcb\xc4\x55\x3d\xf4\x2d\x24\x6f\xd8\x36\xc8\xb6\xd0\x83\x89\x96\xb7\xe5\x3d\x2f\xec\xda\x5b\x41\x98\x48\xcb\x31\x48\x31\x92\xb3\x08\x43\xe0\x74\x69\x66\x1a\x5c\xd0\x5d\x0b\xca\x84\x56\x00\x8f\x5e\xa0\x03\x6f\x45\x02\xcf\x5e\x8d\x74\xf4\xd9\x09\x02\xbd\x4d\xb8\x1c\xc9\xe5\x88\x5c\x75\x2e\x47\xe3\x4c\xe6\x92\x24\x17\xf5\xed\xb2\x54\xaf\x33\xfa\xdc\x33\xfa\xf9\xa8\xfb\x73\x9f\x73\x45\xa3\x0a\x02\xd1\x2e\x76\x81\x94\xfa\x8f\xa5\x5d\x20\xfe\x3a\x89\xc7\xb6\x96\xdd\x10\x5e\x29\x41\xc4\x22\x5d\xc7\x00\x16\x2b\xf4\x10\x48\x82\xf7\xfe\xda\x38\x30\xee\x2a\x27\xc3\x04\xe6\x61\x65\x73\xc9\x6b\x30\x5a\xa8\x99\x4d\x80\xee\x92\x53\x5d\x1b\x05\x11\xaf\x74\x20\xba\xa4\xc0\x86\x99\xd7\x90\x02\x97\xc9\x53\x11\xaf\x3d\xcd\x71\x17\x03\x84\x38\xc3\x08\x5a\xe7\x0a\x25\x57\x48\x8f\x6d\x95\x20\x1a\x40\x5b\x71\x1d\x32\x37\x96\x24\x58\x53\x49\x2e\x99\x33\xcf\x3c\x42\xd0\x95\xe4\xca\xd1\x83\xca\x5b\x6d\xcf\xb8\x00\x5f\x27\xe0\x09\x13\xb0\xb4\x53\x68\xbf\xb7\x9d\x42\x14\x18\xbb\xec\x51\x53\xb2\x4b\x4d\x94\xe8\x9f\x69\x2f\x0a\x9b\xbd\xa8\xd4\x78\xdd\x4f\xcb\x5e\xf7\x53\xe3\x75\x3f\xd5\x5e\xf7\xfb\x8a\xf5\xb2\x1a\x34\xe5\x24\x54\x19\x92\xb4\xc2\x76\xf5\xaa\xef\x9f\x49\xe3\x38\xa8\x4d\xb2\x32\xb1\x6e\xc1\x49\x23\x1c\xa7\xd3\xa0\x9d\x20\xa6\x96\x9e\xac\x3f\x02\x4d\x0c\x15\x15\x45\xff\xbe\x13\x3a\xf7\x3a\x6d\x8f\x3a\xdf\x7f\xc2\x95\xd0\x9b\xc9\xb7\xde\xd1\xfa\x2c\x97\x97\xee\xab\xf6\x8b\x5c\x51\xf7\x3b\xdd\xe1\xf5\x1c\x57\x33\x3d\xcb\x85\x43\xeb\x85\x7c\x7d\xcf\x53\x6d\x07\x2e\x1f\x25\x50\x82\xd6\xa4\xcf\xeb\x73\x22\x9b\x0f\xc9\xdf\xff\xc8\xf6\xbf\xd6\xe4\x75\xea\x39\xb2\x59\xb2\xbc\x85\x24\x50\x81\x42\x5b\x20\x38\xde\xe1\x77\xb5\x09\xb7\x92\x60\xad\x91\x90\xa2\x6b\x4b\x62\x1c\x25\xe8\x40\x42\xb3\xa4\x5c\x14\xce\x27\x38\x4c\x37\xef\x44\xb5\x25\x98\x48\x32\x68\x94\xe0\xa3\x03\x8c\x8e\xf3\x52\x92\x02\xeb\xd3\x09\xf4\x5c\x94\x4d\xd1\x5d\xde\xaa\xba\x26\xb6\xb7\x0d\x4a\x27\x30\xd1\x03\xba\x08\x01\x6d\x9d\x86\x37\xb5\x40\x47\x07\x7e\x1e\x42\xf5\xe6\x6a\xa9\x56\xa1\x04\xd5\x29\x39\x63\xa2\x17\x4a\xd7\x34\x39\x37\xd7\x37\xbd\xf1\x97\xbc\xa1\x76\x8d\x7a\x46\xfd\x7e\x78\xcf\x96\x6f\x81\x1a\x69\x2c\x0d\x80\xb1\x73\xe3\x76\x2b\xb1\x4d\x6d\x05\xe4\x43\x22\xd6\x50\x88\x00\x1d\x50\x82\x76\x91\xc7\x82\xd3\x4d\x38\x12\x75\x64\xfb\xc5\x36\x68\x17\x28\x15\x58\xaa\x97\x6d\x19\x51\x27\x08\x56\x73\x06\x1a\x0f\xc3\x9b\x44\xa6\xb6\xe8\x66\xcb\x46\x1d\xdb\x14\xad\xb8\x26\xea\x4c\x60\xc3\x47\xbd\x72\x9f\x0c\x3a\x6f\x6e\x6f\xb7\x1a\x6f\x1d\x75\x76\x69\xd2\x6c\x24\xad\xb8\x9a\xdb\xbe\xf1\x74\x64\xda\xc9\xa8\xea\x4d\xa7\x3b\x8a\x3e\xfe\x7e\xc6\x9d\xf7\xf4\xad\xdd\x7b\xf5\xf2\xb6\xaa\x9e\x69\xb9\xb2\x55\x4c\xf4\xed\x3a\x8f\x92\x11\xd0\x1a\xd6\x9d\xc5\xfa\x3d\x92\x10\x29\x9a\x2a\x0c\x78\x17\xc4\x3c\x66\xfe\xac\xf3\xe7\x2f\x69\xc0\x37\x31\x75\x29\x44\xe5\x1d\xeb\xf2\x02\x85\xe8\x24\xe7\xb1\x3a\xd1\xaa\x71\x0d\xee\xa0\x90\xf8\xc5\x51\x07\x9f\x32\x76\xfe\x9b\x44\x1d\xf1\xe5\xa0\x8e\x75\xbe\xe7\xd7\xfb\x9b\x72\x3c\x28\xa7\xe5\xe4\xe0\x2e\xcf\x66\xd2\x67\x3b\x9e\x55\x0b\x94\x1a\x17\xe2\xe4\xb1\xc7\x1f\xef\x96\x6d\x39\x7f\xfa\xe9\xa7\x95\xb5\xbc\x4c\x2f\x15\xf1\x96\x08\x4a\xe9\x02\x41\xf3\xd6\x3c\x3d\x1b\x78\x0a\x1a\x50\x5f\x19\xd0\x49\x58\xd0\x8a\x06\x59\x6b\x9a\x4f\xad\xe7\x00\xed\x7d\x80\x48\x32\x1f\xb8\x84\xc2\x43\xd2\x5c\x16\x72\x32\xac\x93\x09\xd0\x86\x8f\xf3\x19\x57\x59\xb0\xde\x08\x07\xce\xb5\xf9\x3c\xa4\x4e\xe0\x12\x58\x0f\xc9\x53\x54\x15\x00\x5d\x92\xd4\xa6\x36\x98\xc0\x80\x18\x68\xea\x7c\xa4\x14\x12\xac\x4b\x5c\x86\x96\xf3\x32\x24\xe8\x44\x22\x29\x2d\xa5\x60\xa8\x2e\x49\x75\xf9\x2b\x0c\x90\x74\xe0\x63\x95\x3b\xda\x2e\xb9\xf1\x1e\xf8\x70\xa3\x8a\x3c\x0c\x7c\xca\xcf\x36\xf6\x0f\xe0\x52\x24\x58\x5b\x86\x18\xa3\x7d\xeb\xef\xab\x66\xb5\x34\x96\xc1\xb1\x4e\x3e\xd0\xe2\x46\x42\x17\x79\xe9\x25\x9d\x5f\x2c\x21\x09\xc4\x36\x28\xe5\x00\x8d\xa7\xe1\x00\x6d\x41\x39\x0d\xc6\x07\x50\xc6\x80\x0e\xc0\x67\x48\x35\x28\x6b\x20\x14\x60\x35\x2d\xca\xf9\x61\x30\xd4\x0e\x74\xc5\x47\xd1\xd0\x9b\xc2\x42\xf2\x4e\xe4\x67\x6e\xae\x01\xde\x2a\x70\x36\x0a\xbe\xf3\x8d\x1f\x4d\x66\x13\x25\x28\xbe\x40\x42\x05\x50\x1c\x92\x8f\x2b\x68\x23\xf3\x11\x37\x24\x7c\x84\x18\xf8\x68\x28\x9f\x20\x05\x47\x2b\x2c\x48\x50\x91\x1e\x89\x97\x91\x64\x75\x3a\x68\x47\x63\x1f\xae\x1c\x58\xc1\xb6\x23\x05\x4d\xa4\x9d\x63\x24\xed\x53\x7d\xd0\x33\x68\xfa\x6b\xc2\x8d\x0a\x34\x00\x6d\x6a\x80\x01\xf4\x5c\x30\x58\xad\x41\x25\x0b\x2e\x54\xa0\x94\x07\xa5\x68\x4a\x40\x79\xd7\xe6\x73\x72\x11\x34\x02\x6a\x9a\x69\xc0\x18\x40\x1b\x04\xb4\x9a\xf3\x69\x0f\x2e\xf0\x29\x51\x1a\x3f\xe5\x0d\xf5\x10\x83\x03\x15\x22\x68\x6d\x2a\x40\x6d\x00\xb1\xe0\xe3\xaf\x22\x3f\xeb\xd6\x84\x18\x84\x01\x4b\x80\x00\xe8\x69\xe4\xf9\xd0\x9f\xd5\xa0\x1c\xf5\x54\x19\x40\x4b\x83\xe5\x7d\x6e\x2b\x26\x6a\x95\x91\xb9\xc5\x84\x13\x7d\xd2\x44\x61\x68\x7e\x3c\x0f\xac\xa6\xe9\x55\x56\x82\x09\x3c\xc0\xd4\x2e\xe5\xea\x71\xf7\xb9\x50\xa5\xa9\x46\xee\xa5\xca\x67\x21\x19\xea\x25\x68\x1d\x73\xd5\x26\x58\xd0\x04\xf4\x46\x07\xb0\x81\x5a\x06\x5a\x79\x82\x12\x63\x10\x6c\x8a\xa0\xa3\xee\x52\x56\x82\x2a\xaa\x47\x61\x5d\x11\x17\x1b\xf9\xa5\x02\xe4\xe9\x6d\x03\x1a\x7a\x33\x1e\xb4\xe6\x19\x8d\x60\xac\xcf\xb3\xa0\x1d\x9f\xc5\xd5\x60\xb9\x8b\x3e\xd2\x5a\xaa\xfb\x4a\x5d\x54\x3c\xa0\x01\x94\x33\xf9\xb8\x62\x88\x15\x25\xa3\x92\x53\x41\x64\xca\x88\xfc\xac\xcd\x84\x40\x6b\x2f\x34\x84\x58\x71\xb7\xd1\x47\x22\x47\x8e\xe6\x93\x0b\x41\x67\x41\x11\x02\x40\x2a\x23\x38\xc0\xe4\x24\x68\x45\x14\x01\x8c\x63\xea\xcd\x19\x15\xb5\xd0\xd2\x9c\x47\xc9\xdd\x37\x2a\x51\x99\x0e\x50\xd9\x36\x43\x34\x68\xd4\xd4\x10\x5a\xc8\x34\x49\x8e\x16\x00\x60\xc2\xdc\x23\x1e\x18\x07\xce\x68\x5a\x99\x91\x06\x0c\x67\x3c\x58\x6d\xa2\xda\x79\x7a\x8c\xcf\xd3\x63\x79\x91\xd4\x33\xc0\xf3\x19\x78\x85\x10\xf8\x20\xb5\xcc\x02\x2a\x2a\xc8\xd5\xa8\xca\x69\x0f\x86\x60\x80\xfa\x43\x99\xad\xe7\x01\xf7\x04\xda\x54\x68\xac\xf2\xe2\x41\x97\x08\xfe\x62\x10\x76\xe9\x38\x9f\x01\x47\x40\x87\x94\x88\x20\x8d\x86\xc9\x7b\x50\x04\xec\x26\x82\x22\x68\x4f\x01\x50\x03\x52\x97\x43\xe2\x69\x30\x09\x79\x93\xcf\x5b\x4a\x42\xfc\x06\x82\x22\x12\xa9\x13\x20\x1f\x1d\xb4\xa0\x50\x33\x03\x40\x88\x45\xf9\x44\x5d\xe3\xc1\x42\xa5\x09\x41\x81\xb1\x08\x06\x11\x1c\x4d\x3f\x26\xc0\x94\x21\x20\x83\x9c\x09\x7c\x12\x1c\x9c\xcd\xa3\x2d\x9b\xe1\xf6\x0c\xe7\x04\x35\xc4\x0d\xf0\x50\xa8\xc0\x8b\x9a\xe6\xc9\x67\x6c\xa2\x09\x8a\x2c\x95\x68\x88\x44\x7b\xe4\x45\x40\xb9\x32\x7c\x22\x2d\x51\xc3\xb0\x2e\xeb\x39\xe0\xf3\xb6\x84\x69\x78\x9c\x95\x67\xee\xc3\xef\x00\x2d\x27\x35\x30\x00\x12\x72\x6f\x83\x72\x54\x8c\xe1\xbe\x67\xc0\xd6\xc8\x43\xcf\x00\x43\x30\x85\x91\x20\x89\x09\x04\xc1\x74\xde\xde\x25\x12\xc5\x93\x6d\x6c\xe0\x55\xa0\x68\xe9\x31\xd2\x89\xd4\x2a\xe0\x93\xbf\x15\x03\xbf\x52\xba\x5e\xa3\xd8\xe6\x61\x56\x8e\xc8\x06\xa8\xc0\x87\xfe\x89\xa1\xd3\xb9\xfd\x9a\x21\x96\xba\xef\x78\xe9\x12\xfe\x24\xdc\x92\x61\x34\x30\xda\xb3\x92\xf7\x25\x41\x33\x70\xf2\x38\x51\xf7\x19\xe9\x72\x2a\x09\x36\xd9\x3c\xee\x3e\x31\x52\xa6\x84\x91\xd7\x6f\xc6\xdc\x34\x0b\x44\x9a\xf2\x7a\xe5\x1a\x9c\x67\xf0\x63\x2c\xc7\x50\x96\xe6\x82\x65\x54\x56\x1a\xb0\xc1\x56\x7c\x30\x9e\xf0\x61\x9b\xcf\x5f\x67\xd0\x60\x6a\x40\x28\x8f\x81\x9d\x06\xcb\x71\x08\x41\x09\x4f\x27\x12\x82\x95\x60\x95\x85\x3c\x3d\xb4\x72\x25\x8f\x29\x4f\x6b\x0c\xb9\x43\x0a\x69\xf4\x78\x26\x6b\xc4\xe1\x63\x66\x5d\xd1\xc6\x8c\x77\x18\x4b\x53\xe7\x5c\x60\xdc\x23\xf3\x3a\xe1\x1e\x45\x4d\xc1\xbc\x24\x79\x88\xa8\x54\x2a\x43\xd7\x0b\x33\x12\x76\x8f\x0c\x8b\xa0\x52\x46\x54\x18\x68\xf4\x9d\xe3\xa1\x63\x38\x26\xf8\xb5\x11\x0c\x2d\x61\xa7\xc1\x12\x77\x49\x28\x86\x8f\x6f\x23\x33\xd5\x89\xe0\x94\x5e\x7c\xc5\x60\x4b\x25\xfe\x48\x98\x29\x89\xfc\xac\x4f\xe1\x2a\x20\x06\xc2\xe8\x58\x24\x3e\x90\x9c\x9f\x35\x45\x55\xdc\x84\x40\x48\x9b\x91\x2e\x35\x91\x47\x87\x27\x87\xa0\x20\x99\x1a\xb2\x35\x41\x15\xc5\x59\x93\x9b\x41\x94\x20\xd6\x18\x86\xa1\xc6\x10\x5a\x94\xc4\x0a\x30\x59\xa0\xc1\x65\x5e\x59\xf3\x74\x05\x53\x4b\x09\x26\x66\x79\xe1\xe1\x7d\x82\x90\x84\x07\xe3\x90\xa1\xcb\xb2\xa1\x00\xe3\x7e\x9a\x50\x5b\x80\xb1\x60\x6c\xd3\x56\x47\xb4\x64\x4e\x70\xd8\x47\x82\x97\x48\xc8\xe4\x47\x03\x29\x90\x58\x44\xcf\xbc\x0b\xb7\x28\xfa\xa1\x0f\xc9\x47\xa1\x0a\xc2\x27\x82\x1f\xcd\x26\x9e\x41\xde\xdf\x47\x47\xec\x9f\x27\xe6\x8a\x97\x30\xcf\xbe\x32\x1b\xd5\x13\x14\x75\x39\xea\x8a\x46\xd5\x73\xf9\x0f\x7d\x69\x20\x26\x12\x65\x62\xa8\x10\x1c\x7b\x7c\x30\x8e\x0b\xa2\x05\x17\xd7\xca\x41\x63\xc1\x45\x57\x35\xb4\x8e\xfa\x90\xac\x05\xe7\xb1\xa0\x1e\x38\x91\x9f\xf5\x89\x70\xe7\x09\x53\x38\xf4\x0f\x7d\x0f\x11\x99\xd6\x52\x57\x34\x31\x01\x4a\x2f\xd2\xf1\x2e\x24\x8d\x24\x42\xa2\xb6\x3a\x6f\x64\x43\x98\xb7\xb4\x41\x52\x23\x98\x86\x58\x6a\xb5\x62\xcb\x8e\xdc\x9b\xc0\x26\x20\xd6\x77\xc1\xeb\x0a\x4c\x0c\xc4\x5b\x64\x5e\x8b\xcd\x2b\x1c\xa1\x69\x82\x61\x5a\xad\x99\x45\x22\xb2\xe1\x95\xa6\xc4\x12\x6c\x64\x1d\x54\xe2\x93\xf4\x4e\x17\x60\x4c\xa2\xbf\xb9\x5f\x04\x42\x51\xae\xe2\x49\xa4\xfa\xd9\xa0\x02\x8c\xa5\xee\x47\xc1\x8f\x5a\x02\x02\xaf\x52\xb6\x1e\xa9\x88\xcd\x91\x24\x27\xbb\x26\xdf\xea\x04\x09\xd0\x89\xe0\x2a\xe4\x3e\x18\x5a\x2c\x6b\xfd\x16\x60\x54\xcc\x18\x84\xa8\xa9\x22\x7c\x1f\x42\x76\xda\xe0\xa9\xf2\x44\x7c\x54\x83\x72\x72\xf5\x56\xd2\x1c\xd2\xc4\x26\x5a\x09\xd4\x93\x0c\x7f\x8e\x8a\x76\x0b\xc9\x50\x80\xf2\x19\x78\xa8\xef\x3e\x1a\x88\x18\xa8\xeb\x91\xfe\xe6\x0d\x20\x2a\x18\x12\x11\xf0\x58\x41\x8a\x9a\xcf\xb7\x3b\xae\x9c\xef\xc3\x48\x38\xdf\x97\xae\x41\xa8\x82\xc4\xce\x0a\x42\x60\x46\x09\xd7\x7b\x4d\x4c\x05\x92\x3c\xb8\x7a\xde\x0d\xf4\xb2\x13\x01\x12\xa2\xd6\x4e\xb9\x1d\x3c\x58\x33\x3f\x65\x71\xfc\xb9\x9a\xcd\x2c\xdf\x86\x56\xa7\x76\xb3\x61\x55\x62\xf7\x06\xa6\x8a\x90\x90\x17\x9a\x8b\x6d\xf6\x3c\xa3\x2c\xf8\xe0\xc1\x47\xa4\x5f\xb6\xfa\xa1\x49\x03\x4b\x28\x59\xa3\x87\x44\xcc\xf0\x3c\xaa\x92\xcc\x4d\xb1\x39\x13\xce\x0c\x04\x1f\xda\x4a\x00\x32\x3d\x65\xc7\x05\x79\xa1\x9b\xac\x82\x08\x6c\xbe\x64\x8d\x05\x4f\xd4\x22\x58\x03\x91\x08\xbe\x09\x01\x34\x51\xa5\xe8\x1c\x38\xc6\x69\xb4\xc8\x78\x1b\x5f\x05\x03\x86\x17\xbf\xf5\x04\x0c\x51\x1a\x48\xde\xf0\x1b\x42\xde\x0a\x89\x89\x25\x35\x8e\x61\xba\x43\x8b\x92\xb8\x1a\x22\x43\xec\x93\x46\x66\x37\x6e\x44\x9a\xa8\x58\x20\xd2\x4b\xcc\x07\x38\xc2\xc2\x4e\xb1\x0e\x83\x1b\x10\x0b\xf0\x18\xe9\x6f\x81\x25\x0c\x6b\x70\x66\x6c\x1e\x41\xab\x86\x95\x3c\xd6\x5d\x39\x70\x02\x35\x38\xd6\xf0\x80\xa3\xf2\x22\xbb\xa1\xb1\x86\xd0\x19\x71\x3a\x9a\x1a\x52\xb0\xbc\x23\xf2\x73\xee\x15\x85\x12\x26\xd4\x82\x49\x73\xfd\x6c\xe8\x91\x49\x84\xe4\xba\xc4\xc7\xd0\x80\x2a\xa2\x92\xaa\x66\x6b\xd8\xb1\x87\x65\xb6\x86\x44\x4e\x26\xe4\x09\x54\x08\x80\x29\x47\x21\x31\xcf\xd1\x83\x31\x26\x8b\x1c\x29\x80\xa9\x79\x71\xe6\x12\x13\x3d\xaf\x1c\x7b\xeb\xd1\x8a\x9a\x4f\xc2\x9e\x84\x40\xb4\x4e\xb3\xe3\x1d\x1a\xb3\x40\x98\xcd\x45\x03\x4e\xf1\x54\x58\x0e\x61\x37\x15\xf4\x56\x31\x1b\x21\x89\x07\x26\x19\x9f\x45\x7c\xe6\x7c\xbc\x87\x44\xa8\x30\xd2\x32\x27\x6e\x49\xfb\x2c\x68\x3a\x86\x31\x92\xd6\x89\x01\x23\x76\xc3\xbb\x3c\x3d\xc6\xe8\x9a\xc0\xda\x94\xc7\x0b\x45\x7e\x36\x28\x43\xb3\x71\x70\xf0\x6d\x46\xdb\x44\xa3\x0c\x38\xcd\x16\x66\x96\x48\x07\xbd\x79\x1f\x09\xf1\x47\xe2\xc3\xa2\x8a\x2d\xe2\x8f\xd9\xcf\x8f\xce\x2a\x47\x22\x57\x3e\xbf\x18\xcb\xfa\x2b\x1d\x32\x87\x99\x32\xe4\xcb\x0c\xd6\xbc\x2e\x64\xbd\x2e\xb4\x67\xb6\xcd\x83\xa3\xe1\xa0\x97\x48\xc0\x91\x05\x8f\x87\x3e\x01\x34\x4d\x62\xb0\xae\x92\x8e\xb7\x0c\x21\xd8\xec\xc2\xd2\x12\xa3\x54\x45\x08\x8e\xc0\x36\xc6\x78\x95\xb5\x9e\xae\x92\x1c\x28\x88\x66\x0a\x1a\x24\x48\x26\x5c\xb1\xbe\xcd\x11\xa6\x0b\xe0\x30\xb2\xe9\x4c\xb2\xc2\x82\xf1\x9a\x1d\x16\x7a\x9d\x79\x83\x82\x28\xa6\x11\xf9\x59\xc3\x0c\x37\xea\x2a\xb0\x79\x1e\x3b\x6b\x61\xf5\x02\x9f\x87\x99\x69\xf0\x05\x38\x83\x7c\x49\xe5\x1c\x00\x23\x73\xb1\x44\x56\x40\x91\x38\xa2\x48\xec\xb0\x60\x5c\x04\x4b\xef\xd6\x12\x4b\x06\x9e\xfd\x97\x90\x58\x92\xc0\xa1\x86\x84\x01\xf2\xdd\xc2\xe8\xa9\x9d\xba\x16\x7d\x1c\xea\x89\x06\x4f\x6b\x3f\x07\x19\x49\x61\x84\x58\x98\xa5\x85\x98\x27\xda\x72\x59\x91\x23\x41\x33\x7b\x1a\x0d\x18\x5a\xaf\x46\x13\xb3\x17\x09\xae\x02\xad\x43\xf0\x4b\xcd\x4d\xcc\x47\xce\x24\x2d\x83\x6e\x1e\xfc\x3d\x07\x80\x40\x3b\xe1\xd9\xe1\x57\x10\xbe\x7a\xc4\xe9\xba\xc5\xe1\xc8\x6f\xf3\x78\xdd\x2b\x1e\x7f\xc5\xe3\xaf\x78\xfc\x15\x8f\xbf\xe2\xf1\x6f\xcc\x50\xe9\x15\x3b\xbf\x62\xe7\x57\xec\xfc\x8a\x9d\x5f\xb1\xf3\x76\x2e\x7b\xd8\xeb\xb4\x6b\xcb\x3e\x01\xc5\xfd\xb4\xab\x24\x07\x8d\xc6\xc3\x59\x6f\xd9\x5e\xf8\xdb\xd1\x99\x24\x88\xca\x11\xd4\x78\xcd\x9b\xd1\xd1\x08\xd3\x95\x8e\x1d\xc9\x23\x44\x2d\x1c\x45\x75\x29\x20\x3c\x10\xf2\x57\x29\x0a\x73\xe9\x41\xa3\xbd\xb2\x60\x92\xcf\x99\x39\x85\xbb\x6a\x12\x3c\xbc\x5f\x8a\x2b\x22\xc3\x59\x6c\xa0\x4d\x29\x61\x59\x03\x1a\x41\x39\x53\x3f\x29\x5c\xd3\x32\xcc\x5a\xcf\xab\x44\xf8\x9e\x3d\x21\x5b\x08\x5e\x1a\xb0\x26\x3e\xf4\xd1\x81\x55\x5e\xa8\x2b\x42\x5e\x26\x52\x3c\x32\xe4\xba\xa6\xa2\x8d\x02\xbd\xa4\x02\x6d\x1b\x9c\x61\xaf\xbb\x9e\x5e\x0c\x43\xa9\x52\x46\x52\x4b\x6a\xa5\xef\x43\x5f\x12\x75\xf3\x56\xd0\xea\xe3\x5b\x6a\xab\x45\xe5\x72\xed\x55\xe4\x26\x2d\x81\xc3\xdf\xff\xea\xec\xda\xf9\xac\xe2\xc3\x61\x13\x8d\xa5\x34\xcb\xb6\x19\xe7\x6b\xe0\xf4\x61\xf2\x2d\x03\xd3\x49\x66\x55\x01\x42\x60\xca\x87\x68\xda\xbc\x51\xac\x22\xf8\xe0\x88\x10\xd1\xe2\xd6\x4c\x91\x4c\x26\x09\xde\xa6\xbc\x57\x93\x78\xe7\xcd\x82\x26\x02\xac\xa2\xa3\x79\x04\xad\x1c\x04\xc3\x3b\xd1\xf4\x4e\x14\x01\x0c\xef\x0e\x12\x16\x8a\x26\xd3\x1f\xde\x9a\xd2\xda\x65\xeb\x01\x4b\x21\xf4\x12\xf8\xd4\x24\x3b\x8e\x06\x95\x88\xb6\x13\x86\x36\x4c\x93\x74\xb3\x4d\xc6\x06\x50\x8e\xf8\x8e\xcc\x4f\x50\x84\x37\x44\xbc\xd8\xa3\x74\x8a\x44\xfe\x18\x0b\x51\x25\x2e\xf1\xf6\x62\x24\x5a\x98\x24\x35\xa5\x00\xaf\x89\x72\xce\xb7\x64\x30\x11\x82\x0a\xbc\x71\x12\x74\xde\x3d\xb6\xde\x82\x41\xa2\x70\xa9\xee\x86\xf6\xe0\x88\x18\x62\xa4\x95\x95\x7f\x6d\x20\x74\x06\x31\x39\x50\x91\x50\x2a\xe5\xd7\x2e\x52\xd5\x79\xc7\x3a\x25\xde\x51\x24\xb2\x1e\xf9\x48\x39\x9f\x4e\x64\x26\x88\x5f\x34\x9a\x19\x71\x2f\x05\xe1\x64\xc6\xcb\x8d\x53\x5d\x6a\x36\x1f\x22\x62\x1f\xdb\x75\x28\x37\x15\x79\xe3\xc4\xda\x58\x3f\x1b\xd3\x89\xc0\x7b\x43\xc2\x01\xda\xfc\x68\x6c\x27\x38\x42\xb9\x76\xbd\x07\xc8\x23\xc6\xa9\x79\xf7\x88\xb7\x13\x83\x29\x0c\x6f\x53\x99\xf9\x66\x15\xdb\x87\xf1\x8e\x9a\x6f\xd3\xb8\x22\x9b\xb6\xb0\xd1\x89\x84\x68\x88\x4b\xd1\x05\xaf\x4a\x98\x1b\x00\xf9\x98\x6a\x03\xae\xc0\x47\x4f\xe9\x39\xb7\x0d\x62\x73\x3c\x6a\x04\xd6\xbb\xef\x18\x12\x58\xde\xd1\x0b\x89\x80\x86\x86\xc7\x10\x91\x42\x03\xde\x13\xc0\x69\x48\x9e\xf7\x16\x75\x8a\xe0\x82\x07\xa7\x99\x4a\x7a\x82\xce\x8a\x23\x53\x6c\x83\xd1\x96\xb7\x15\x9d\xe3\x5d\x69\xef\x23\x6f\x15\x10\x40\x33\xa7\x42\xbd\xa5\x1f\xeb\x0d\x9b\x16\xb1\xc9\x8a\x66\x00\xe2\x84\xbe\x81\x46\x02\x3c\x2e\x24\x4a\x48\x3e\xe4\x17\xed\x1d\x77\x3d\x9b\xbc\x78\x09\x21\xf2\xbe\x62\x61\xc0\xe7\xe3\xbd\xaa\xf1\xa0\x9b\x81\x4c\x1b\xa6\xd5\xbc\x3b\xc1\xf6\x64\x8a\x87\x9d\xb7\x97\x83\xc9\x7b\xb6\x2a\xf1\xf6\x73\x2c\xc0\x04\x4f\x7f\xf3\x29\xe6\x2d\xdf\x6c\xa4\xc0\xdf\x04\x3b\xde\xe7\x17\xad\xdc\x0c\x8c\xc9\x3c\xa4\x27\x4e\xab\xde\x0d\xac\xb7\x28\x3d\x85\x22\x87\xd1\x42\x24\x9e\x11\x83\xe6\x2d\x7c\x6b\x38\x4d\xf0\x9a\x3a\xf4\xf0\x3e\x40\xd0\x91\x18\xa7\x44\xb3\x48\x94\x40\x2f\x73\x1f\x8a\x57\x59\x22\x44\x8c\xf6\x9a\xf7\x63\xdb\xcc\x50\x66\xd0\x67\x4f\xd5\x28\x6b\x97\x62\xba\xde\x8c\xe6\x4d\x38\xc2\xf0\xcc\xad\xb3\xcb\xf4\x9a\x71\x37\x79\x0c\x83\x4a\x90\x59\x4f\x63\xf2\x76\xa7\xd1\xb4\x76\x24\xbb\x47\xe7\x5d\xd9\x68\x1c\x4d\x6a\x41\x7c\x23\xfd\xcd\xc7\x25\x3a\x02\x5f\x1e\x4d\x03\xca\xd6\x1b\xc6\x5c\x08\x5b\xb9\x18\x3d\x23\x40\xc8\xf2\x4a\x6d\xf8\xe2\x18\x3f\x29\x1e\x1a\x9a\x79\x95\x0d\xc5\x3c\x2d\x07\x1a\xe6\x02\x81\x10\x5c\x5a\x18\x9d\xb1\x2d\x80\x6f\xd7\x6f\x49\xb3\x21\x13\x71\xb5\x01\x1d\x03\xc9\x24\x83\x8d\x8a\x1e\x42\x36\x18\xf0\x6d\x70\x19\x0f\xf8\x00\x6c\x1d\x17\x12\x18\x12\x97\xea\x3f\xb6\x98\xa0\xe5\xcd\x92\x95\xf2\x33\xc2\x78\x45\x84\x94\x88\x36\xd2\xb3\xb1\x2b\xf2\xbc\x83\xee\x49\x9a\xe3\x23\xda\xf4\x6c\xe2\x78\x0f\xce\xd1\x02\xf2\x51\xb3\x1b\x0b\xb6\xc0\x08\xbc\x2f\xab\x0d\x38\x66\xb6\x95\xa5\x25\x94\xf7\x06\x63\x7d\x3e\x9b\xc4\x39\x4f\x05\x01\xa1\x24\xef\x20\x39\x0b\x36\x31\xbe\x42\x5e\x3c\x06\x23\x21\x5f\x5a\xa4\x22\x87\xd0\x72\x0d\x7c\xc4\x12\x19\x43\x18\x5e\xcf\x8c\xf2\x13\x0d\x2f\x23\x30\xc3\xc3\x1b\x62\xee\x65\xa2\xbe\xb1\xf5\x0d\xef\x8e\x6b\xe2\x06\x4d\xe2\xde\xb3\x79\x8a\x07\x34\x04\x8b\x35\x5a\x4c\xa6\x66\x0b\x1a\x33\x87\x4c\x03\x94\xaf\xc0\x62\xc6\x50\xed\xc6\x1e\xc0\xd7\x7b\xe3\x46\x37\x9b\xe4\x4c\x28\x78\x17\x5c\x11\x9a\xc7\xc6\x10\xc4\x11\x22\x73\x36\x88\xfc\xac\xa1\x99\xd1\x8d\x0d\xfe\xa1\x2f\x33\x6f\x9c\xc9\x84\x36\x91\xbe\x32\xba\x47\x64\x61\x52\xe7\x17\xa3\xf2\xa2\x67\x1b\x0b\x82\x4f\x36\x35\xb2\xae\xb6\x3c\xa0\x99\xd7\x96\x4d\x10\xb0\x7e\x0b\x4a\x33\xb6\x35\x98\x49\x08\xd1\x39\x43\x22\x24\x2f\x39\x4c\x19\xcd\xb9\x6c\x1b\xe1\xf2\x95\x06\xf4\xa2\x15\x23\x3e\x8b\xcc\xdd\x7b\xcd\x12\xa0\x66\x43\x1c\x4f\x23\xc1\xdd\xf7\x48\x58\x71\xc6\x83\x42\x70\xca\x9b\xf6\x24\x09\xf2\xfe\x39\xb1\xed\x81\xd7\x41\xb6\x2f\x62\x0c\xcb\x06\x26\xda\x81\xd5\x36\x57\xcd\xc4\x83\x26\x84\xe1\x43\x27\x8a\x21\x91\xc4\x1b\x4f\xf8\xbc\xcd\xd4\x83\x89\x0c\x13\x89\x2c\x38\x66\xdc\xc3\x84\x82\xc8\x70\x23\x3e\x33\x21\xd1\x8e\xa5\x33\x12\xa3\x08\xd9\x92\x94\xc7\x7a\x84\x39\x36\x64\x22\xe6\x19\x71\x10\x54\x70\x29\x04\x7f\x6c\xcf\xe6\x5d\x17\xbc\x8d\x6d\x9a\x51\x5e\x7b\xdc\x65\x26\x9f\x0c\x2e\x8e\x56\x79\x06\x17\x9a\x76\x36\x38\x8b\x15\x8d\x03\xb1\xa4\xf9\x04\xaf\x32\x36\x9f\xe6\x6d\x67\xb2\xc4\x00\x16\x74\x6d\x8f\xc2\xd6\x32\x8e\x50\x89\xf3\x73\xb3\x67\x14\xd4\x24\xee\x57\x17\x9c\xd9\xa8\x9e\x04\xd8\x45\xf5\xd8\xc0\x5c\x5d\xb9\xe2\xa3\xbe\xd6\xd0\x32\x41\x66\x65\xad\x21\x91\xcb\xd6\x75\xb3\xb9\x33\xd5\xcd\x86\x63\x5c\xb7\xd1\x2c\x50\x36\x75\x33\x06\xa2\xba\x3d\x92\xe8\x9b\x27\x1f\x1b\x0b\x37\x1e\x1c\x47\xb2\x1d\xb1\xc5\x8b\x81\x44\xc8\x16\x6c\xca\x10\x1d\x29\x20\xd9\x44\x7f\xf3\x78\xc2\x84\xde\x67\xa3\x5a\x42\x1f\xc8\x14\xc4\xd6\xe6\x7b\xd1\x67\x4a\x86\x26\x81\x76\x6c\x23\x6a\xe9\x6f\xbe\x3c\x1c\x2f\xdd\x2e\xd1\x77\x06\x03\x56\x1e\xd4\x16\x72\xb2\x19\xaf\x30\x87\x03\x5f\x03\x82\xae\x6d\x56\xb4\xb7\xec\xba\x5e\xd3\x80\x68\xc6\x48\x4a\x67\x9f\x12\x35\xbe\xe6\xb4\x84\x34\x74\x63\xc1\x92\x0b\x75\x35\x2a\x27\x84\xc1\x90\x56\x8f\x3f\x37\x65\x99\x97\xd7\x4e\xff\x64\xfe\x3e\x37\xa0\x3d\x89\xbd\x25\xf1\xd7\xf2\x19\x70\x83\x6d\xa2\x41\x3c\x24\x42\xd7\x36\xe4\x81\x58\x18\xe7\xf2\x30\x85\x98\x99\x47\xc3\x26\x19\x91\xc8\x9d\x0b\x94\xb6\xc6\xfa\xd9\xbc\x31\xe9\x8c\xf6\x02\xd1\x5a\x36\x63\xa1\xb6\x27\xe6\xc8\x02\x0b\xb4\xcc\x0d\x1a\x4d\x82\x0d\xad\x3f\xcd\xeb\x25\xa1\xd4\xa0\x23\x31\x19\x7c\x5c\xc0\x91\x98\xcc\x1c\xa8\x66\xfd\x0c\xba\x94\x09\xa2\x33\xb4\x7e\x1f\xfa\xd2\xf3\x34\x19\x42\x26\x6d\x0d\x81\xd5\x4d\xc4\x7f\x12\xa1\x74\x96\x3d\x48\x7b\x56\xa5\xd9\x2c\x67\xf3\xf0\x11\x22\xf4\x9e\x16\x3b\x61\x07\xa7\x4c\xc1\x4c\x11\x5f\x5c\xe3\x7d\xc3\xf7\x92\xa8\x4f\x60\xec\x8c\x6f\xb3\x9f\x52\xc3\x37\x0c\xf0\x74\xa4\xe8\x65\xa2\x1a\xa4\x06\x8f\x73\xcc\x47\x51\xc4\x47\x28\x26\x85\xc4\x7c\xf1\xad\x33\x9e\x5d\x8a\x90\x78\xae\x0c\x7b\xea\x73\x5e\x24\x88\x36\xe6\xf7\xe5\x69\xfc\x29\xed\x93\xd0\x1f\xee\xc7\xe5\xb7\x2c\x54\xe5\x03\x9f\xbc\x68\x09\xa8\x4c\x65\xc1\x5b\xbe\x95\x02\x54\xb6\xca\x93\xd9\x22\x47\x43\xb4\x85\x25\x12\x1c\xa2\x68\x7e\x1b\x33\x93\x3a\x81\x33\x6d\xbe\x3c\xc3\x12\x70\x79\x27\x3d\x44\xa5\xe9\x3d\x24\x7a\xd7\xb5\x39\xb0\x52\x91\xef\xc7\x60\x97\x07\x31\x0a\xf6\x82\x22\x02\x28\x5d\x11\x76\xa4\xb7\x04\x8a\x44\x36\x67\x69\x4e\xd9\xe6\x5a\xe1\xd2\x2b\x5f\x2e\x14\x58\x7b\xf7\xf0\x3e\x1f\x8b\xc9\x38\x59\x31\x4d\x47\x76\x76\x92\x1c\x6b\x5e\x08\x9b\xda\xab\x20\x22\xc4\x64\x2a\x0d\x89\x2f\xe1\xb1\xd6\xb5\x88\x87\x41\x27\xd8\x84\x96\x44\x45\xbe\x65\x48\x11\x73\x41\xef\x5e\xd8\x82\xe2\x39\xcd\x32\x52\xc2\xac\x53\xf6\x56\x78\x08\xd1\xd1\xbb\x0a\xc2\x83\xf7\x86\x8f\x9a\xb2\x75\x0f\xbb\x98\xb3\x9a\xed\x8c\x38\x30\x1f\x3b\xcd\xcc\xda\xda\x89\xd3\x98\xfe\xe6\x77\x83\xd0\x4d\x6f\x7a\x73\xdf\xfe\xb5\x9c\x7e\xcb\x60\x74\x92\xdb\x21\x40\x36\x50\xd3\x24\xb7\x1a\xf0\xf3\x8b\x4b\x2c\x93\xf7\x0a\x23\x98\x64\xb3\x71\xd6\x4a\x3c\xb1\x84\xc1\x54\xb4\x80\x9d\x17\x24\x85\x27\x4a\xa1\xe9\xaf\x99\x21\x62\x36\x9c\xb9\x24\xc9\xdd\x16\x10\x5d\xa4\xbf\xb9\xfe\x91\x50\x76\x50\xf6\x4a\x83\xca\x0a\x51\x57\xb0\xc2\xd9\xeb\xb9\x75\x15\x12\xd4\x3b\x95\x1e\xfa\x81\xcb\x25\x20\x51\xba\xcb\x1e\x38\x2a\x48\xc9\x4a\x07\x21\xfa\xcb\x08\x01\x89\x7a\x32\x6d\x0a\x71\x15\xb3\xfb\x68\xb3\xb1\xd4\x92\xdf\x36\x88\x86\x79\x63\xe7\x2f\xd1\x42\x32\x24\xdd\x47\x93\x33\x5f\x26\x88\x2a\x54\xd2\x42\x64\x33\xdf\xc0\x57\xe0\x38\x4f\x7f\x0d\x23\x4f\x42\x9c\x0a\x5d\x82\x4d\xdf\xe6\xdd\x01\xa5\x10\x1c\x9b\xaa\x6a\x4f\x1d\x27\xde\x8e\x75\x55\x41\xd2\x92\x4e\x8b\x36\x11\x48\xfc\x87\x36\xa3\xa2\x37\x98\xaa\xff\xaa\x7a\x83\xb2\x18\xff\x40\xed\xeb\x94\xb7\x93\x77\x7f\xc9\x01\xff\xcf\xb8\xe8\xf4\xca\xc1\x54\xf4\x3a\x6f\xcf\x56\x92\x9e\x89\x8f\xf8\xf6\x8c\xf8\x36\x87\x67\xe2\x13\xbe\x3d\xf3\x90\x5c\x3c\x13\x1f\xf5\xdb\x33\x54\xa0\x8d\x3d\x13\x9f\xe8\x9d\x56\xc1\x99\xb8\xab\x4b\xfa\xe7\xa0\x37\x9d\xbc\x3d\xbb\x9f\x94\xe3\x7f\x8c\x8a\x76\xf9\xdf\x07\xff\x9c\x94\x67\xef\xfe\x32\x99\x0e\x47\x62\x78\x7b\x4b\xd0\x78\x06\x18\xcf\x04\x85\xc8\xf6\xb0\x1a\x8e\xeb\x35\xe1\x74\xab\x45\x0d\x5c\x49\x8a\x1b\x09\x17\x23\xfd\xe7\xd5\x4e\xbc\xfb\xcb\x9f\x73\xdf\xb6\x2f\xaa\xbb\xf6\xe8\x5b\x5e\x4e\xd9\x89\x25\x78\x64\x87\xd8\xb6\x0b\x5e\xb9\x0a\xf9\x26\x32\x7a\x46\x50\x44\x71\x09\x4a\x02\x04\x6f\x45\x7e\x66\xb1\x0a\x75\x76\x8d\x1d\x62\x84\x64\x21\xcd\xad\xfc\x3c\xdb\xa4\x1a\x5f\x19\xb0\x6c\x13\x1c\x26\xb4\x12\x99\x88\x83\x66\x4e\x25\x98\xc2\x82\x51\x49\xe4\xa7\xaa\x2f\xf3\x89\x84\x6b\xad\x8d\x2c\x3a\xaf\x1c\x02\xfa\xfb\x8f\xd6\x98\xb5\x43\x40\x89\xef\x29\x4b\xa0\x0d\x16\x59\xe2\x6a\xe4\x2e\x76\xa5\x5a\x5f\xa2\x16\xa2\xa6\x95\x6c\xf9\xba\x34\xab\xed\x96\x8a\x91\x0d\x52\x0d\x58\x4c\x33\xb0\xa6\xd0\x80\x2e\x8a\xfc\x54\xf5\x25\x56\x24\xe8\xb9\x4b\x44\x20\x5e\xd2\x1a\xb0\xc6\xcf\xd8\x51\x57\x95\xbf\xba\x9c\xa0\x70\xe0\x59\x8f\x44\xcf\xe6\xc4\x01\xc6\x28\x09\x78\x57\xa8\xb9\xd5\xd1\xfd\x64\x57\x3a\x44\x92\x08\x7b\x49\xb3\x3e\xe4\xe2\x66\x7c\xa5\x9a\xbd\x24\x82\xd4\x26\xc1\x8a\x45\x37\x9f\x4d\xc2\xbd\x84\x98\x98\x03\xb2\x15\xc9\xaa\x3e\x57\x04\x81\xb5\x47\x6c\x9d\xed\x90\xc2\x0b\xc7\xfd\xcb\xcf\xa6\x51\x26\x46\x26\x60\x2b\xf8\xc4\xd8\x1f\xa3\x33\x5b\x1a\x15\x41\x7b\xdc\xec\x9c\xac\xcb\x51\x24\x7a\x6a\x56\xf2\xd1\x53\xaf\x8d\x20\x66\x2f\x44\x8e\x8f\x11\x38\xb7\x94\xd2\x50\x99\x8a\x6f\xec\x53\x8d\xba\x82\x04\x68\x26\x70\x2b\xcc\xcf\x5f\xff\xda\x52\xee\x24\x5f\xeb\xb7\x65\xd9\x99\xdf\x27\x7c\xbc\x59\xe8\xf6\x6c\xdf\xc6\x72\x7d\x8c\x3f\xfe\xd0\x78\xd3\x70\x89\x0f\xf1\x82\x26\xee\x89\x18\x1b\x43\x93\xe2\x9d\x88\x60\x02\xf1\x18\xd1\x24\x91\x20\x18\x70\x7c\x32\xcc\x47\xc6\xf8\x26\xbf\xd8\xc4\x27\x3b\x75\xbe\x92\x8d\x2f\xdb\xe2\x5d\x4a\xcb\x97\x0e\x26\xa9\x69\xa1\x81\x67\xae\xdd\x27\xd6\xb0\x2c\xbf\x32\x26\xc0\x5a\xfd\x85\x58\xfb\xa9\xae\x5f\x20\xa9\xac\x88\xce\xa7\x0d\x88\xfc\x36\x2f\xbc\xaf\xe7\x48\x30\x65\x76\x9b\xbf\x79\x07\x6e\xfe\x0e\x31\x71\x9c\x8f\xcc\x4a\x67\x1b\x79\x41\xec\x17\xdf\x57\x46\x12\x8b\xf7\xec\x92\x8f\x63\xc0\xf3\x9b\x09\x2c\x4f\x50\xcb\x58\xf2\x72\xbc\x99\x4b\xa2\xb9\xad\x85\x72\xe5\x03\x6b\x8a\x50\x83\x61\xf7\x81\x79\xb3\x2e\xdf\x52\xa9\xf9\x50\x99\xcc\x7c\x96\xb5\xbc\x11\xac\x34\xfb\xf1\xcb\x3e\xb7\x99\x92\x46\x3e\xb0\x97\x2f\xaf\x64\xf5\x95\xc3\x1f\x13\x18\x4f\x48\xcb\xcc\xd9\x0d\xde\x06\xe5\xdd\x55\x36\x17\xcf\xba\x5f\x4f\xec\x1f\x71\x95\xca\xd5\x5a\x61\x1a\x64\x04\x93\x8f\x79\x59\x3e\x74\xe9\x96\x5e\xf9\xfa\x4b\x04\x8b\x08\x9a\xef\x80\xb4\xce\xf2\xfe\x15\xb5\xc7\x80\xb7\x10\x90\x4f\x85\x6a\xb6\x74\x37\xba\x7e\xe7\xde\x30\x46\x48\x26\x32\xd2\x14\x16\xa2\x72\xbc\xc5\xea\xf3\xe9\x0c\xde\x80\x30\x18\xc1\x07\x42\xf5\x9a\x7e\x49\xc2\x4b\xf9\x92\x04\xc3\xba\x27\xcc\x0c\xb8\x6f\x5e\x23\x8f\x02\xa1\x7a\xc0\x08\x2e\x11\x1c\x05\xb0\xec\x67\x31\x05\xb6\x40\x70\x81\xa1\xce\x48\x07\xba\x7e\x4b\x44\x75\x5a\xba\x86\x57\x76\xee\x62\x9a\xb3\xe7\xc7\xee\x56\xde\xf5\xa6\x55\x71\xf3\xad\x93\x5d\x4d\x82\x83\x40\x92\x56\xf5\x55\xcd\xb5\x25\x66\xd7\x34\x68\xb4\x92\x4f\x4f\x15\x60\x22\x49\x3d\x8b\xc3\x9c\xac\x6f\x77\x6e\x4b\x38\x05\xd7\x99\x59\x48\x88\x97\x11\x8c\xbe\xf2\x80\xac\x69\xd7\xce\xff\xb8\x9a\x8b\xf8\x3f\x6b\xc5\xd6\x4a\x28\x79\x2e\x2c\x97\xc5\x0b\x81\xc8\x86\x8f\x45\xbe\x52\xc7\xcc\x19\x46\x1d\x78\xee\xae\x68\x92\xb0\x4a\xe0\x03\x92\x14\x46\x3c\x6f\x30\x91\xfe\xe6\x29\x59\x49\x6d\x56\x10\x7b\xcb\xff\x4d\xfb\xb5\x3b\x26\x85\x56\x90\x92\xab\x0c\x41\x1a\xf1\x98\x2a\x20\xf7\xc6\x5e\x35\x91\x2b\xa2\xcd\xdf\xb5\x35\x7a\xfd\xa2\xca\xba\x90\x2b\xca\x47\x23\xab\xed\xa5\x01\x0c\x3b\x8a\xd8\xd2\x0e\xc3\x9e\x36\x29\x27\xdf\x2e\x58\xf7\xdf\xee\xef\xbf\x58\xca\xb5\x5a\xfe\x8f\x66\xb3\xfc\x90\x13\x76\x1d\xa0\x73\x3c\x55\x81\xa6\xca\x6f\x99\x12\xc2\x25\xce\xef\x98\xaa\xab\x45\x59\xc7\x8e\xcb\xca\xe0\x72\x03\xfc\xd1\x23\xc3\xe0\x5a\x8f\xcc\xea\xc0\xb8\x7a\x33\x2a\xeb\xc6\x96\x06\x86\x8b\xad\x22\xab\x85\x30\xab\xcc\x78\x9f\x7a\xff\x10\x2d\xd6\x85\x0e\x97\x84\xbc\x63\x35\x5f\x1d\x3e\xd0\x28\xb1\xb9\xd5\xdc\x30\x26\xaf\x0e\xdf\xe6\x8d\x3e\x25\x58\x81\x8e\xca\xcc\x21\x7a\xb1\x3a\x76\x8c\xd3\x76\x8c\x32\xfc\x75\x5a\x7c\xeb\xf8\xc4\x80\x42\x82\x3b\xa7\x63\x91\xdf\xf3\x53\x09\x54\x8a\xf5\x4b\x41\xac\x86\x2b\xa5\x24\x87\x3f\x90\x0c\x80\xac\x1a\x71\x6d\xc0\xa4\x19\xaa\x3d\x02\x5a\xcb\xbf\xda\xc4\xaa\xb6\xb2\x71\x3a\x9b\xb5\x39\xf6\xba\xc1\xe8\x5d\x47\xb6\xa0\xeb\x22\x18\x56\xcb\xf2\x56\x37\x89\x8a\x7c\xf4\x55\xb3\xef\x8b\x19\xc9\xa3\x9c\x91\x75\xa9\xcc\x4f\xf2\x61\x3b\x7a\xe9\x32\x31\x68\xf3\x81\x70\x66\x32\x22\xf0\x26\x77\x04\x9d\x66\x54\xbb\xe1\x4d\x3b\x3e\xab\xa9\x2c\x6b\x6b\xea\xf3\xea\x58\x90\xd4\xcc\xfc\x40\xe6\x1f\x15\x42\x60\x0d\xb3\xcd\x6a\x91\xda\xb5\x00\x72\x61\xa8\x2b\x36\xe2\x43\x50\x88\x05\x68\x67\xe9\x4f\x64\x67\xbc\x9a\xf5\x92\x34\x38\x3a\x3f\x38\xd8\x80\x65\xbb\xaa\xa4\xd2\x75\x20\x41\x88\x15\xf2\xce\xf1\x5e\xa3\x36\x54\x41\xe4\x97\x2e\xb2\xbe\xa5\xef\xc0\xbb\x7c\x36\x30\xb6\xc1\xd9\x7c\xff\xad\xb2\x89\xc6\x92\xaf\x4b\x65\xa5\xc3\x8c\x8f\x93\xce\xcb\xca\xfe\x82\x7d\x36\xaf\xd2\xce\x73\x61\x7e\x69\x2a\x34\x9f\x95\xa7\x5f\x82\x62\xd6\x1d\x31\xe1\x9e\x01\x9f\xaa\xe6\x7d\x2a\xa4\x82\xd8\x49\x89\x83\x14\x5d\xfd\x96\x37\xce\x83\x03\xe4\x27\x5f\x92\x16\x78\xa7\xcf\xf0\x16\x97\x75\x8c\x95\x83\x0f\xf9\x97\x15\xd7\x7c\xce\x8f\x8f\x9b\xeb\x64\x24\x15\xa4\x25\x04\xed\xd6\x01\x8b\xa8\x78\x22\x66\xc9\xa0\x7e\x78\xcf\x77\xf2\xd5\x30\xc4\xaa\xac\x7a\x43\xc2\xf1\x2f\x5b\x0b\x2a\xc2\x8f\x56\xf3\x7c\x6a\xeb\x20\xaf\x4c\xeb\x03\x60\x34\x15\x4b\x2b\xbc\xf7\xd9\xce\xa7\x74\xf9\x78\xeb\x62\xbb\x92\x8f\xb7\x16\x7c\x63\xb5\xcd\x8a\x14\xcc\xee\x13\x14\x76\x33\x98\x80\x66\x66\x86\xd8\x24\xbe\x0e\x98\xfd\x39\xe8\x8a\x7d\xb0\xd1\xd8\xb0\x3b\x06\x9d\x4c\x36\x50\x30\xf5\x69\x75\x62\x8e\x4c\xa8\xa8\x2c\x40\x36\x54\xd4\x8e\x15\xb3\xa8\xdb\x39\x90\x8f\x91\x52\x59\x7c\x08\xdb\xd2\x0b\x03\xad\xc7\x82\xe4\x1d\xfa\xab\xc1\x88\x0f\x0e\xe7\x2d\x84\xd0\xf8\x79\x50\x91\xfa\xc2\x76\x15\xec\x24\x80\xe1\xb8\x7e\x20\x0d\x0e\x33\x76\x7c\x7a\x8f\xb8\x52\x95\x6c\xc1\x86\x83\x3a\x5f\x2f\xab\x88\x7b\xa6\x11\xf2\x33\x24\x4e\x92\x97\x11\xf2\xad\xde\x3a\x1f\xff\xa6\xe1\x65\x47\x36\x0a\xd9\x48\xc0\x65\x7f\x10\xf5\x19\x59\x6e\xb4\x36\x04\xbf\x98\xf2\x86\x92\xc9\x82\xbd\xc6\x94\x63\x31\x11\xc8\xe1\x43\x9f\x18\x5f\xb6\xc0\x74\x26\xd0\xda\x62\xe1\x98\x81\x18\x55\x5e\x16\xcb\x81\x0a\x15\x6b\xec\x1f\xfa\x98\x55\xb0\x6a\x35\x8f\x52\x35\xac\xac\x64\x52\x75\xa6\x15\x7e\x2e\xfc\xad\x85\x2b\x08\x78\xe9\x36\x91\xb2\x23\xc7\x65\x36\x35\x62\xc7\x4d\xd9\xc3\xd3\x3b\x78\x28\xc7\xc3\x1d\xbe\x9d\x6a\xf7\x6e\x1d\x76\xda\x94\x13\x2e\xbb\x7d\x5b\x0a\xff\xca\x5e\xd4\x92\x30\x97\x6e\xf3\xee\x53\x7b\xe8\xee\xd3\x8d\x0b\x4f\x1f\xfa\x52\x0b\x54\x97\x61\x26\x75\x17\xd5\xea\x5d\x20\xb1\x4c\xbe\x30\x8f\x73\xb7\xcd\xe7\x6d\x8e\xf2\xb7\xbd\x35\xe5\x86\xc3\xed\x95\x54\x5f\xe0\xb0\xce\x8b\x18\xff\x67\x34\x7f\x7f\x11\xfd\xfd\xfc\xec\x6e\x19\xdf\xcd\x3d\xb3\x9d\xee\x8e\x71\x2d\xef\x69\x6e\x18\xdf\xbd\x58\x95\x90\x17\xa8\xd6\xa7\x7e\xd2\x4c\xf9\x7c\xa6\x97\x66\x18\xb5\x38\x2d\x83\xf4\xa7\x65\x38\xf6\x2a\x45\x1e\xf8\x7f\xdd\x0e\xc7\x6f\x09\x4a\xe4\xa0\x98\xc9\xe9\xf0\xee\xae\x2a\x7f\xf9\xd6\x4e\xfd\x9d\xa8\xa2\x8b\x6b\xcb\x6c\x32\x1f\x9b\xf9\xf8\x89\x66\xfc\x1e\xfa\x4a\xe8\x93\xa6\x43\x09\xff\x2c\xb3\xf1\xb5\x0f\xeb\x7c\x97\x83\xfa\x19\x06\xc3\x7e\xd1\x39\x68\x53\xbd\x92\xea\xd9\x3c\xde\x6d\x5c\xf8\x1d\x4f\xb9\xbd\xb9\x1e\xf8\xc1\x70\x40\x2c\xd4\x36\x97\x77\x4b\x37\x7d\xa4\xe4\x43\xe3\xf1\x19\x9c\x4f\xc2\x43\x0c\x38\xd3\x90\x3c\x2b\xac\x94\x67\xad\x6d\xd2\x24\x69\x10\x43\x1e\x93\x9d\x05\x60\xd7\x17\x79\x9f\x3c\x40\x88\xbc\x2f\x70\x6d\x81\x77\x87\xd0\xba\x87\x15\x83\x96\xda\xd0\xe5\xaf\x3f\x46\x6c\xee\x8a\x66\xdf\x18\x57\xa0\x2d\xbb\x9a\xc4\xca\x91\x84\x40\xfc\x28\x6f\x90\x28\xcf\xc2\x8f\xd0\x90\x9d\xc2\x1a\x3e\xd3\x94\x62\x95\x2d\x0a\x48\x52\xe3\x26\xc6\x50\x59\x30\x48\xcc\xb9\x49\xec\xc7\x0a\xf1\x60\xd5\x4a\x93\x20\x6e\x29\x7f\x60\x35\x9a\xb1\x21\x0b\x7f\xd7\x11\x94\xab\xf8\x94\x96\xb3\xf1\x0a\x34\xfb\xa7\xb2\xb1\x69\xe6\x2c\x42\xd2\xbe\x0a\x10\x35\x52\x80\x0f\x33\x49\x43\xf1\xb0\x71\xef\xf3\x91\xfc\xdb\xbb\xfb\x4a\x00\xb5\xf5\x08\x0e\x6e\x67\xda\x35\x1e\x6e\x23\xdd\x8b\x44\xbe\x11\xa2\x33\x9a\x2f\xe4\xf6\xc9\xb5\xb4\x22\xc1\xcb\x92\xfc\xaa\x92\x65\x55\x9e\x07\xe3\x95\xf5\xf4\xea\x5a\xac\xda\x33\xd6\x60\xb6\x05\x22\x38\xd6\x02\xa3\xd0\x7c\x5d\x86\x35\x48\x9f\x6e\x91\xc6\x09\xd7\x42\x27\x3c\x68\xa7\x4c\x12\xe8\x20\x78\x27\x02\x18\xad\x51\x90\xb8\xe4\x34\xef\xa7\x06\xed\xf9\x2a\x63\x36\x36\x55\xa0\xb4\xd7\x2d\x74\x90\x0c\x2d\x4a\xc5\xc2\x1c\x3a\x30\x6c\x00\xab\xc0\x6a\x67\x04\x5a\x6a\xb3\xa1\xef\x18\xf1\x2a\x42\x0a\x8e\x4f\xbe\x78\x44\xd3\x8a\x10\xa2\xb5\x54\x15\x9a\xa8\x02\x75\x48\x3b\x34\xc2\xd3\xbf\x96\xad\xdb\xe7\x85\xa1\xc6\xf0\xbb\x11\xa9\xc5\xa5\x19\x12\xe0\x0d\x44\x63\x23\x0a\x44\xb0\x18\x9c\x70\xf4\x16\x75\x32\xd7\xe8\x01\x83\x0a\xad\x79\x0a\x0f\x2e\x6a\xca\x8f\x01\x7c\x32\x91\xde\xa8\x28\xad\xf2\x00\x35\x95\x69\x2d\xbc\xd0\xba\x15\x28\x38\xf2\x77\x9a\x27\x4a\x94\x27\xcd\x8b\x88\x80\xde\x91\xc8\x58\x17\x1e\x44\x5d\xed\x75\xdd\x0c\x2a\xc5\x5a\x9f\xa8\x59\x5e\xa1\xa5\x1c\x31\x6a\x4b\xdf\xe8\x12\x9f\x00\xb2\x4e\xf3\x70\x39\x3e\x67\xc6\x07\x04\xf9\x90\x86\x4f\x3a\xb6\xe8\x5b\x39\xbe\x74\x2a\x50\x8d\x98\x8d\x72\x12\x8d\xa8\x15\x68\x5a\x7c\x99\x7d\x6e\x1c\x0d\x3d\xcd\x2d\x4d\x06\xb5\xa4\x85\xb1\x8e\xf0\x42\xab\x79\x32\x7a\x35\x2d\x7a\x22\x24\xac\x77\x71\x75\xe0\x36\x24\x9f\x82\xc0\x08\xce\x47\x9e\x61\x6b\xf5\xd5\x1a\xf0\xfd\xfc\x1e\xa3\xe0\xb2\x9d\xd3\x34\x53\x98\xd8\x69\xa7\xd6\x91\x5f\x5b\x48\x63\x69\x2d\x3b\x00\xaa\x13\x59\x02\x3e\xdb\xc2\xc0\xe1\xf4\x19\x16\x69\x02\xe5\x09\x8b\x32\xea\x44\x84\xe6\x85\xff\xf9\x7d\x10\xa9\x15\x08\x45\x71\xac\x6f\x52\x29\x4a\xa0\x5a\xae\x29\x45\x09\x37\x4f\xe4\x44\x6a\xd1\xd0\xe6\xa8\x26\x49\x14\x5e\xc4\x56\x53\x40\x14\x61\x9e\x22\x88\xf4\xf3\xf7\xc1\x4f\xbc\xe2\x89\x57\x3c\xf1\x8a\x27\xbe\x0a\x9e\x38\x91\xcb\x19\x8e\xa7\x47\x73\x39\x5b\xd2\x6e\xe5\x72\x96\xd2\xbd\x44\x2e\x27\x82\x21\x5c\xa3\x94\x52\xd8\xe2\x0f\x0d\x2a\x46\xbe\x8b\x88\x7e\x0d\xfb\xff\x53\x0a\xd9\x15\x7c\x7e\xbd\x44\x4b\xb0\x9f\x10\x97\x62\x1d\xf8\x45\xde\xfc\x55\x17\x7b\x1d\xea\xe2\x73\x68\xa0\x8c\x04\x25\x75\x09\xb4\x0e\xb8\x04\xdb\xbc\x5e\xa2\x06\x17\x8d\x6d\xe5\x5f\x4f\xe1\x5e\xd1\x22\x58\x7c\x07\x24\x8e\x99\xbf\xb9\x88\xa8\x35\x1f\x64\x75\x26\x5f\x16\x11\xae\x34\x35\x8d\x5f\x5b\x1a\x21\xa8\x1c\x4c\x28\x83\xd6\x52\x42\x7e\xa3\x34\xad\xfc\x42\x29\x9a\x84\x84\xb5\x39\xb7\xbe\xc4\x40\xe8\xc3\xd3\xfa\x70\xc9\xe6\x8b\x28\x23\x5b\xfa\x7a\x91\x4f\x00\xdb\xf9\x07\xba\x6b\xb4\x60\xdc\x25\xa6\x16\xa6\x7a\x80\x2c\x0f\xaa\x62\x97\x8c\x8e\xc7\xa7\xf9\xf2\xd7\x5a\xb5\xf2\xbb\x56\x75\xea\x3a\x97\xce\x2e\x1c\x53\x7e\xb9\x44\xc7\xc8\x86\xf3\xe6\x18\x53\x97\x9a\x73\xd5\x5f\xd7\x84\x57\xf8\xbd\xa9\xa9\xc9\x95\x5b\x41\x24\x20\xb7\xcf\x83\xb9\xe6\x06\x33\xd1\x59\x74\x24\xdf\xaa\x39\xef\xa4\x07\x83\x34\x9d\x9a\xa6\x44\xa1\x6e\x11\x5a\xca\xf1\xc8\x83\x96\xd8\xd8\x86\x3e\x03\xfb\x0e\x88\x36\xc5\xfc\xed\x39\x71\xac\xf1\xa3\x42\xc7\x84\x20\x78\x36\x31\x52\x2a\x71\xf2\xa0\xd9\xc8\xf9\x32\x8f\x31\xb6\x68\x8c\x4d\x5d\x82\x65\x7b\xbd\xc5\x20\xaf\x8f\x71\x6a\xf1\x58\xe9\x79\xe7\x56\x86\x18\x97\x86\x18\x57\x86\xb8\xc9\x95\x07\xb2\x19\x61\xd7\xb2\x35\xbc\xe7\xf0\x95\xf1\x5d\x1a\xde\x95\xd1\x6d\xb2\xe4\x06\x34\x83\xbb\x18\xdb\xe5\xa1\xe5\x91\xcd\x26\xdd\xdc\x35\x1e\x5a\xa2\xe7\xfa\x52\x83\x77\x2d\x0d\x3a\xa1\xca\x96\x2c\x73\x70\x6c\x00\x74\x0e\xb2\x9c\x08\x6b\x48\xe6\x1e\x12\xa8\x23\x9f\x87\x58\xfa\x88\x4c\xff\xea\xc5\xa4\x5a\xcd\x52\x6e\x96\x1a\xaf\xf3\x66\x1d\xd6\x1f\x79\xa9\xd6\x4b\xf6\xe7\xf7\xc8\x17\x9f\x52\xea\x56\x82\xa8\x7c\x68\x3e\x45\xca\x0b\x9d\xc2\xea\x8f\xf5\x75\x9e\xf2\x32\xc7\x64\x0c\xa5\xe0\xdc\x61\x81\x45\xc2\x0a\x16\xa1\x54\x8b\x58\x9b\x1b\x93\xb3\x36\x5f\x2b\x4d\x6b\xd5\x0b\xaa\x6e\x40\x53\x82\x5e\x60\x11\x3d\xef\xf8\xcf\xef\x5d\x46\x45\x2d\x9b\x5b\x91\x31\x90\xad\x01\x85\x83\xec\x02\x4e\x6c\x0d\x26\x5c\x60\x9d\x43\xab\x3c\xb5\xfc\xcb\x30\x97\xab\xe3\xe0\x54\x03\x09\x07\xa5\x05\x90\xa4\x1a\x48\xb8\x84\x3a\x47\xae\x3a\xe5\xdf\x4b\xa2\xd4\x75\xcd\x2d\x5c\x69\x0f\xae\x34\x15\xeb\x0e\xd4\x18\x65\xa9\x24\x5c\xa9\xa4\xfe\xca\xe0\xbe\xd2\x2c\x5c\x69\x31\xa6\xba\x27\x19\xa3\x2c\x75\x11\x57\x7a\xdf\x7c\x5d\xa3\x5f\xa6\xbe\xfe\xa7\xe0\xa3\x7e\xa1\x8c\xfa\x2b\xa9\x7b\x25\x75\xaf\xa4\xee\x95\xd4\xbd\x92\xba\x57\x52\xf7\x08\x52\x77\xa2\xac\x39\x1e\x4e\x87\xed\x61\x75\xb4\xbc\xb9\x23\xfd\x56\x99\x73\x2d\xed\x4b\x94\x3b\x89\x10\x69\x26\x47\x01\x1a\xd5\x02\xff\xea\x8c\x17\xf2\xd1\x84\x90\x75\x3e\x8b\x54\x39\x97\x68\xe2\xe6\x69\x38\x4f\x6b\x91\x4a\x2f\xd2\x70\x81\x3f\xbf\x27\x0c\xcd\xc7\x2b\x13\xa4\x14\x22\xa3\x77\xed\x59\xc1\x12\xb5\xcb\x78\xd8\x1b\xfe\xf6\x88\x4c\x70\x35\x21\x7e\x82\xb0\xa0\x99\x3e\xb3\xf7\xbe\x08\x91\xf5\x38\x1a\x22\x5b\xd4\xb3\x9a\x29\x10\x5d\x42\xef\x59\x81\x65\x4c\xe4\xf4\x29\x06\xd6\x46\x19\x6d\x18\x37\x46\x95\xe9\xa7\x61\xb4\xa6\xc1\xeb\xc0\xdd\xd6\x29\x06\x6e\x8e\x33\x9e\xbf\x9d\x67\x6c\xa8\xa9\xf5\xf4\xcd\x64\x42\x81\x4b\x3a\xd5\xf1\x86\x10\x7d\xf4\xd4\xfc\x08\x68\x0c\xab\xd6\x34\xfa\x48\xed\x55\x96\xda\x41\xa8\xdd\xd5\xdd\xd5\x5c\x7e\x50\xb9\xbb\x29\x59\xd6\x79\x05\x17\x7d\xfe\xf6\x99\xa0\x2d\x0d\xcf\xcf\xef\x53\x76\xcf\x97\x88\x70\x85\x56\x02\xe7\xa2\x65\xa5\x51\x52\x31\x89\x04\x3a\xb2\xdd\x56\x04\xc4\x44\xe8\x41\x39\x87\x7c\x8f\xb7\x71\xb6\xc5\x9e\xf3\x22\x7f\x5a\x4a\x1e\x41\x61\x4a\x3c\x3a\x36\x06\x14\xec\xb2\x2d\xe5\x69\x4d\xe8\x5a\x01\x82\x41\x8c\x54\x9c\x0a\x9a\x50\x68\x0a\x36\x7f\x3b\xcf\x5e\xae\xb4\x53\xb9\xb5\xca\xc7\xd4\x62\x8f\x1a\xf9\xc6\x65\x6b\xf9\x5a\xf3\x14\x78\xae\x9c\x37\x51\xac\x34\xfd\xe7\xf7\x0e\xac\x63\xf5\x9c\x07\xaf\x42\x68\x39\xb0\xb9\xab\xf4\xad\x50\xb0\x1b\x45\x22\x6d\x9e\x86\xd8\xd1\xb7\xb6\xd6\x65\xc5\x21\xe1\x53\xeb\xf9\xa0\x89\x01\x13\x19\x5b\x7a\xcd\xdb\x75\x0a\xbc\x75\xec\x49\x04\x83\x0a\x22\x52\x31\xda\xb6\x1c\xa8\xa4\x2d\xab\xb8\x7c\x30\x91\xdd\x7f\xa1\x67\x85\x96\xd1\x0e\x09\xdb\x3a\xcb\xee\xc2\x4c\x0a\x21\xb4\x2c\x18\x15\x15\x21\x4f\x1b\x95\x15\x96\x49\x9b\xb2\x9a\xde\x74\xcb\x52\xbd\x01\x9d\x17\x16\x9c\x65\x13\x5b\x07\x46\x39\x6a\xf6\x4a\xb7\xa8\x9f\x3e\x19\xbe\x27\x52\x85\x10\x74\x8b\xbe\x3d\x5a\xfe\x8e\x8e\xcf\x50\xa5\x84\x91\xbf\x93\x49\xc2\x41\x50\x5a\x73\xfa\xa8\xb4\x69\xd1\x37\x75\x94\xe2\x55\x8e\x47\xa5\x99\x2a\x79\xc5\xf9\x03\x5a\x9e\x1c\xe5\x54\xf0\x9c\x3e\x68\xfe\x4c\x81\x0f\x8b\x2a\x85\x39\x79\x64\xd5\xde\x4a\x73\x7e\x7e\x1f\x21\xf9\xc8\x2e\xfa\x5c\xb2\x18\x5a\x11\x92\x41\xbe\xcd\xcc\x1b\x6b\xf9\x5c\x74\xc8\x24\x2b\xd9\x40\xc4\x3a\xaa\x88\x34\xde\x21\x58\xe7\x5a\xc4\x19\xa3\xe5\xdb\xa2\xac\xf3\x14\x6f\x9d\x4e\x54\x8f\x56\xce\x33\x8c\x60\x60\xcf\x2e\xce\x26\xe2\xaf\x62\x52\xc4\x8b\x28\xed\x31\x43\x9c\x71\xf9\xb0\x02\xb2\x32\x1b\x43\x08\xd4\x59\x6b\x55\xd6\x28\x47\x82\xb0\x00\xce\x46\x66\x15\x34\x26\xc7\xac\x98\x4d\x91\x66\x2b\x44\x93\xf2\x25\x9c\x31\xb8\xab\x08\x21\x45\x4b\x83\xe9\xa3\xd1\x44\x07\x31\x22\x5f\xf3\xa5\x0d\xcd\x6e\x82\xa0\x5c\xe4\xdb\x4b\xbc\x4b\x0c\x2d\xdc\x3a\x0b\x5a\x25\xed\x5a\x09\x82\x4b\xbc\x85\x6b\x94\xc7\x4c\x5f\x7d\xed\x00\xc3\x19\x5a\x31\x2b\x83\xf5\x33\xbb\xa3\x73\x96\xcf\xa8\x2b\x85\x19\x7f\x31\x74\x61\xd0\x8e\x75\xd6\x51\x29\xc7\xde\x3b\x82\xce\x3a\x6d\xc7\xda\x5e\x6f\x75\xe0\xf5\xaf\x89\xbf\x73\x60\x15\x1f\x7b\x57\xe0\x03\xdf\x48\xe6\x30\x6f\x10\xe8\x68\xf9\x94\xa7\x71\x84\x2e\x08\xb8\x19\x76\x52\xd0\x04\xec\x6c\xbd\x1c\xb3\x5f\x3b\xc3\xfc\xad\x09\x5a\xd3\xb7\xf6\x36\xb5\xd8\x1d\x14\xb2\x97\xbb\x60\x42\xd6\x83\x67\x67\x7b\x2a\x46\xcf\x8b\xc7\x1b\x16\x67\x94\x27\x7c\x82\xec\x9d\x81\xbd\x0e\x26\x65\x59\xa5\x1e\x83\xa2\xb5\x67\x59\x16\x01\xad\xbc\xce\x87\xe0\x3d\x72\xe9\xce\x25\xfe\xc6\x8c\x4c\x51\x39\x9b\xc7\xc2\x65\x46\x73\x69\x6c\x7e\x7e\xcf\x1e\xf3\x08\x1d\x25\xb0\xca\xb1\xa6\xde\xa5\x8c\x0d\x5d\xb4\x4c\xf3\xd1\x2a\x9f\x71\x84\x63\x19\xc3\x53\xf5\x99\x18\x98\xac\xd9\x0f\x8c\x4d\x35\x3b\xa1\xb0\x60\x82\x0b\xd9\x33\x81\xcf\x1c\x44\x4a\x99\x68\xa9\x14\x49\xdc\xd3\xc4\x9d\x87\x2c\xa4\x21\x9f\x72\xc8\xc2\x92\x8f\xbc\x44\x35\xb2\x7b\x45\x08\x1e\x03\x09\x22\x8a\x95\xf8\x31\x1b\xbf\x3a\x48\x5a\x31\x32\xd5\x36\xb1\x80\x19\xa2\xf6\x5c\x9b\x53\x89\x4a\x77\x36\x30\xed\x09\xc9\xda\xbc\x8d\x53\x63\x43\x67\xb9\x3a\x4c\xc8\xb8\x5d\x6b\xe7\x28\x3d\x6a\x93\xf9\x26\x1e\x1e\xc7\x4b\x92\xbf\xbd\xcb\x3c\xfd\xd2\xe8\xfc\xfc\x3e\x57\xc4\xed\x0c\x46\xbb\x16\x6f\x3a\x58\x66\xcc\x2c\x2d\x71\xde\x95\x80\x10\x54\xe4\x57\xcd\x1b\x14\x0a\x82\x31\x8c\x74\x83\x62\xa7\x14\xce\x38\xcd\x95\xd2\x4a\xa0\xe5\x49\xe8\xa1\xc5\x28\x5b\xb3\x77\x44\xcd\x12\x14\x9f\x10\x8b\xec\x2d\x91\xa7\x22\x42\x24\x2c\x14\xc1\xa3\x35\x91\xd2\x3b\x63\x18\x80\x6d\xe2\xe2\x74\x50\x0c\x40\xc9\x39\xa6\x08\x9e\x5d\xea\x3a\x88\x91\x46\x3e\x82\x0b\x79\x0b\x09\x83\xe7\x78\x4b\xd5\xa3\x07\xcb\xb7\xd7\x44\x30\x21\xf1\xde\x4f\x40\xc3\xe9\xad\x62\xfe\x11\xf2\x1e\x88\xd5\x41\xe7\x2f\xaf\xc5\xda\x40\x30\x20\x05\x9a\x12\x4b\xb8\x8a\xa6\xc2\x83\xf6\x26\x08\x07\xd1\x07\x2e\xd5\x7b\xa4\x55\x14\x08\x39\xd1\x77\xca\x28\xd4\x6b\x8b\x2c\x70\x06\x9b\xf8\x54\x74\xb2\x3e\xef\xdd\xf9\xc8\xbb\x35\x2e\xf2\x44\x90\x6c\x1f\x20\xd9\xe8\x19\x4a\x63\x64\xce\x25\x04\x9d\x78\xef\xc8\x26\xbe\x9d\xd1\xf0\x36\x15\x0d\x41\xf6\xfd\x62\x92\xc9\x40\x1d\x0d\xa3\x90\x14\x12\x4f\x33\x46\x8f\x8c\x4f\x31\xe6\xda\x96\xda\xfe\xf3\x7b\x3e\x31\xc6\x32\x51\xf4\xce\xa4\x16\xb1\x16\x86\xa9\x73\x8a\x89\x0f\x6f\x47\x13\x02\xd1\x4f\x54\x9e\x11\xb2\x0d\x44\xb1\x12\x68\x15\x15\x51\x5d\xf4\x88\x79\x7f\x8c\x8b\x41\xa3\xf2\xe2\x31\x96\xaf\x70\xf5\x91\xe8\x16\x4f\x8d\x27\x26\x00\x95\xcd\x04\x2b\x39\xc6\x2d\xce\x60\x1e\x7a\x65\xf3\xf5\x94\x3e\xe9\x66\xea\x5a\x0e\x52\x08\xb4\x26\x0d\x68\x74\x49\x78\x40\x6b\xf3\x4e\x57\xb0\x6c\x14\xb4\xd2\x7a\xe2\x50\x92\x63\x4c\x6b\x55\x62\x49\xcc\x9b\xac\xde\xc0\x10\x09\xa1\x7a\x83\x21\xfb\x77\x45\xc7\xc5\x60\xa2\xa9\xa5\x39\xc8\x0c\x97\xca\x20\x1e\x08\x31\x21\x1f\x57\xd4\xf5\xa0\x31\xfb\x17\xb4\xce\x9d\x51\xc8\x08\x4b\xe9\xc8\x6b\x33\xf2\x5a\x65\x04\xc6\x9d\x8b\xd6\xd5\x08\x2e\x17\x1f\x83\x49\x8c\x41\xb8\x37\x16\x90\xe6\x94\x30\x88\xc2\x58\xa3\x2a\x6e\x56\xd2\xc6\xf2\xb6\x18\x3a\x5d\x97\x4f\x63\xef\x12\xfd\x12\x8a\x33\x91\xe3\x43\x08\x29\xf3\x83\x3c\x37\x4e\x1b\x87\xcc\xff\x19\x3e\xd2\x65\x93\x33\x8c\xcf\x4d\x42\x4d\xdf\xce\xf3\x72\x5c\x1a\x9c\x9f\xdf\xb3\x37\x6a\xcd\x63\x6f\x88\x81\xe2\xad\x66\xc7\x00\xab\x5d\xbd\xab\xcc\x2e\x6b\x68\xd4\xb3\x56\x0b\x4d\xde\x3c\x55\xce\x5b\x46\x41\x51\xb3\x0c\xaa\x4d\x1e\xa5\xe4\x5d\xd6\x6f\x64\x95\x98\xd5\xac\x70\xb0\x99\x1c\x78\x50\xd1\x51\x6b\x99\xb2\xd3\x72\xa2\x5f\xc2\x4f\x5e\x67\x2e\x31\x06\xfa\x56\xde\xd0\x5c\xc4\x7a\x23\x15\xc1\xd7\x78\x33\xf0\xd6\xad\x81\x10\xbd\xcd\x4c\x70\x46\x5c\xd6\x1a\x47\x7c\x3e\x1a\x93\x27\x8f\x91\x43\x00\xc5\xcc\xba\x27\x56\x87\x5b\xbd\xdc\xdb\xef\x46\x83\xf9\x2a\x34\xbd\x0a\x4d\xaf\x42\xd3\xab\xd0\xf4\x2a\x34\xbd\x0a\x4d\xaf\x42\xd3\xab\xd0\xf4\x2a\x34\xbd\x0a\x4d\xaf\x42\xd3\xab\xd0\xf4\xbb\x0b\x4d\x27\x9c\x0e\x2e\x3a\x9d\x71\x39\x99\x1c\x75\x3e\x78\x47\xda\x8d\x13\xc2\x6b\xe9\x5e\xe2\xfe\x57\xe3\x7d\xab\x71\xbe\x65\xb3\x98\x36\xb1\xf4\x86\x6a\xfe\x5f\xd6\x01\x12\xd5\x3f\x58\x52\x6b\x9c\x1d\xf5\x25\x83\x44\x32\x6d\xbe\x7b\x47\x82\x4d\x32\x48\x03\xd1\xc9\x20\x29\x9c\x3d\xc1\x69\x50\x91\x1d\x6c\x81\x46\x76\x72\x70\x45\x60\x3b\xc3\xd5\xd3\xbc\x33\x62\x8b\x1e\xfa\x1e\x92\xd4\xe0\x6c\x3b\xbb\x04\x88\x28\xeb\x7b\xa0\x10\xd8\xb5\x54\xea\x4a\x9c\x49\xf6\x70\xc1\x77\x44\x38\xc9\x29\x2e\xe3\x4c\xea\xae\x6e\x83\x73\xd9\xad\x0b\xb1\x26\x12\xaf\x43\x57\xaf\x9d\xb3\x9b\x49\xb0\xd8\xd6\xc0\xae\x16\x30\x09\xbe\xf5\xd9\x0b\x62\x7f\xd9\x11\x06\xb7\x16\xf8\xd6\xe4\x20\x35\x10\xbb\x6e\xd2\x77\x73\xea\xf0\x75\xbe\x9f\x38\xdf\x9f\xa1\xd3\x9b\xb4\x87\xb3\x72\xfc\x49\xb6\xbb\x45\x6f\x20\x60\x5c\x4e\x86\xd5\xac\x1c\xcb\x76\x31\xee\x88\x4e\x05\xe3\xb2\xd3\x1b\x97\xed\xa9\xe8\x4c\x9f\x74\xfc\xb1\xbe\x78\x9a\x60\xa3\x5b\xf6\xee\xba\xd3\xfc\xfe\xe4\xf3\xf5\xcc\xfb\x45\x63\x5a\x1a\x62\x26\x88\x48\xf2\x4f\x60\x2a\x94\xad\x9d\xac\x27\xc6\x2f\x9a\x6b\x7b\x55\x9b\x6b\x85\x4a\x46\xe2\x67\x88\x45\x0a\x7e\x26\x2d\x44\x4b\x9c\x05\xb3\x43\x7c\x29\x01\x09\x7c\x9e\xa5\xf1\x6c\x4b\x93\xd6\xdd\x68\x6d\xa2\x70\x3e\x2d\x3d\x1d\x0e\xab\x9b\x62\xdc\x1c\x96\xfe\xca\xbe\x2e\xf8\x8e\x38\xdb\x95\x10\x52\x25\xd9\xdd\x8c\x0e\x3f\x7a\xbe\x0a\xc6\xd7\x17\xc2\xd4\xa7\x51\x13\x90\x18\x94\xff\xb2\xff\x4d\x0a\x41\xdf\xae\xaf\xc1\xca\x7e\xfd\x58\xfa\xd1\x46\x22\xb8\x50\x81\x0e\xa0\xe3\x8c\xca\x66\x79\x38\x5d\x69\xc5\x37\x35\xa4\x4a\xd2\xa7\x74\xf9\x78\x7a\x2b\x5f\x0b\x66\xf3\x79\x95\x94\xf2\xd9\x85\x7f\x70\x28\xbf\xb2\xf5\x93\x68\x52\x71\xbd\xf9\x7e\xf8\xfa\x63\xc5\x39\x16\x3a\x6f\x6e\x6f\x57\x80\xf8\x76\x5c\x96\xd3\xf2\xe3\x54\xde\xf6\xaa\x69\x39\x66\x4f\x23\xdf\x9e\xbb\xa8\xdd\x93\xc1\x73\xf1\x02\xa7\xe2\x30\x32\x19\xde\x4f\x4b\xc6\x24\xef\xb2\x07\x19\x71\x5f\x89\xaa\x07\xa3\x61\xd5\x6b\x7f\x92\x93\x72\x3c\xeb\xb5\x4b\xd9\xeb\x94\x83\x69\x6f\xd9\x91\xc9\x92\x2b\x1a\x39\xbc\x9f\x8e\xee\xa7\xa2\xd3\x11\x65\xff\x60\xce\x69\x87\x2f\xba\x1f\xdc\x1d\x91\x72\x57\x92\xe7\x71\x41\xba\x03\xdf\x1d\x06\x99\x9c\xe4\xe2\x63\xd5\x1b\xfc\xba\x2d\x21\xa6\x94\xfe\xcc\xb1\x67\x8d\x97\xe7\x39\x8c\x11\xc8\x20\x5f\x2a\x22\x4c\x0d\x3d\x28\x94\xe4\x0b\x46\xea\x90\x0c\x51\xe1\xa1\x8f\x28\x8f\x4c\x29\x49\xd8\x3a\x2a\xe9\x19\x7b\x98\x2e\x18\x2a\x72\xd3\xee\x27\xe5\x02\x60\xd2\xdf\x49\xa6\x3a\x13\xdc\xfa\x8b\xee\xb8\xbc\xe5\xe0\xe2\x6c\x1b\xe5\x5f\x86\xac\xd1\x70\x44\x80\xd5\xb8\x87\x6b\xbc\x82\x7c\x4b\x4b\xfc\x14\xde\x45\x9d\xa3\x02\x15\x3d\x8b\xdf\x57\x7e\xed\x2b\x82\x55\xce\x1b\xad\xbc\xb8\x52\x6b\x5f\xcb\x29\x57\xbe\x7e\x16\xef\xcd\x39\x5f\xaf\x4a\x89\x51\x5c\x99\x73\xb6\xdf\x5d\xa4\x5d\xfd\x5a\x4d\xb9\xf8\xfa\x59\xbc\x67\xa9\x4b\xa1\x09\xe1\x5c\x89\xab\xa5\x2f\x04\x1f\x11\xb5\xb7\xc8\x45\xac\x7c\xad\xa6\x54\x5c\x8e\x81\xe8\x93\x4e\x3a\x9d\xb3\xb6\x5a\x25\xa2\xa8\x57\x4b\xc1\x24\xee\x9a\x68\x93\xd6\xe2\x8a\x6f\xb6\xe4\xe2\xce\x23\x09\xc1\x4a\x6b\x17\xc5\x15\xc6\x95\x3e\x67\x01\x35\xe8\x14\xce\xf9\x06\xd2\xc8\xe2\xea\x55\x04\xe5\x02\x2b\xa2\x57\x52\x27\xd0\xd6\x63\x72\xda\xaf\x96\xa9\x01\x63\x44\xef\x5d\x6e\x41\x32\x46\xaf\x06\xef\x68\xef\x52\x30\xf5\x6f\x5e\xd3\xb9\x05\x4d\x72\xb9\x57\x94\x7e\x11\xec\x20\x46\x93\xac\xb6\x96\x86\x68\xf5\x6b\x47\x96\xa5\xe0\x3d\xa7\xf4\xa6\x1d\x51\x40\x6f\x22\xfb\xc5\xa0\xb8\x2b\xfb\xe5\x60\xda\xa0\xac\x97\x29\xb9\x91\x68\x1d\xae\x30\x02\x46\xa1\xb1\x92\x08\xde\xca\x00\xca\x10\xc3\x46\xb3\x58\xc9\x00\x7c\xe5\x11\xb2\x6f\x4b\x36\x8c\x15\x11\xbc\x11\x75\xbc\x03\x56\x5b\x07\x73\xe5\x20\xf2\x19\xe1\xa6\xd8\xef\x46\xdc\xf9\x3a\x83\x74\x3a\x59\x5f\x06\xca\x63\x09\xfa\x81\x3c\x3b\xfc\xd1\x2d\xb9\xac\x62\x4d\x49\xf1\xc3\x39\x0c\x86\xd3\x5e\xbb\xdc\x53\xee\x06\x8b\xb0\x35\xcd\x66\xe4\xb3\xb2\x05\xa8\x16\x6c\x41\x5a\x93\x82\x50\x89\xf4\x25\x19\x85\x4c\xa2\x19\xaa\xb2\xbd\xbc\xbf\x0a\xe0\xf8\x46\xd5\xe0\x2a\xc9\xde\xc7\x59\xc4\xd4\xa0\x03\x5f\xb7\x42\xb2\x64\xe2\xbb\x29\x9d\xbd\x72\x82\x3d\xc4\x1a\x88\xec\xb5\x30\x79\x88\x7c\xe3\x46\x74\x15\x67\x10\x9c\x81\x4a\x11\x54\xca\xc3\xb3\x33\x03\x47\x6b\xca\x58\xd9\x75\x94\x9e\x6c\x6b\xca\x0d\x2d\xd9\x4a\xaa\x97\x88\x69\x3d\xb3\xf2\x78\x65\x04\xba\xca\xd0\x87\x9d\x49\x73\x89\x76\x26\xf5\x25\x45\xce\xa4\x79\x78\xaf\x51\xa4\x4a\x52\xb4\xb4\x33\x73\x89\x6a\xa6\xbb\x24\x11\xcc\xcc\x15\x45\x7d\x1f\xf8\xf4\x0b\x0f\xc5\x67\x98\x16\x77\xec\x65\x6f\x19\xa7\x4c\x8b\xbb\x97\xad\x63\x45\xbe\x5a\xd1\x00\x26\x57\xa1\x02\x76\x79\xc1\x3f\x32\x82\x32\x28\xe8\x79\x65\x80\xed\x18\x90\xaf\x1f\x67\x9f\xf7\x44\xa5\xd8\xa9\x94\x52\xf9\xba\xb5\xf4\xf0\x1e\x21\xf2\x99\x2c\x6f\x0b\xa2\x55\xd9\x97\xab\xf3\x56\xf2\x45\xac\x9c\x2f\x72\x3e\xf3\x63\x13\x6f\x81\xfd\xec\x6b\xeb\x2a\x8e\xc8\x45\xcd\xb3\x53\x46\x07\xce\xbb\x2b\xad\x21\x6f\x9e\x28\xb3\x28\x5d\x09\x0d\x51\xc7\x8a\x9b\xca\x2d\xc5\x45\xcd\x7c\x45\x94\xba\x5a\x34\xea\xe1\x7d\x24\x59\x8a\xdd\xab\x0a\xcc\x62\x8f\x52\x92\x1d\x32\xd7\xdf\x4a\x29\x61\xbe\x8f\xd5\xf0\x3a\xb1\x27\x4c\xec\x67\x98\x96\xe3\x71\x71\x3b\x1c\xf7\x0f\xba\x92\xdb\x48\xf9\x8d\xb8\x93\x6b\xa0\x69\x0b\x90\xac\x3b\x5a\x73\x2d\xfb\xf7\xbf\xbb\x9a\x5f\x00\xc7\xfe\xf6\x5d\x65\x21\xf2\xad\x84\x51\xe3\xcc\x81\xb7\xf6\xca\x81\x53\xc4\x6e\x86\xa4\xb7\xb8\x6b\xb3\xca\xaa\xbf\xea\x1a\xda\x14\x24\x83\xc2\x41\x0a\x75\x66\x2e\x2e\xd2\x64\x69\x73\x4d\xe5\x6f\x29\x61\xb9\x1d\x7c\x25\xa2\xe2\xbc\x9a\xf3\x06\x91\xf3\xd2\xf3\x21\x37\x93\xe5\x43\xb3\xd4\x50\x33\x93\xb9\x32\xc9\x39\xb8\xb6\x47\x7b\x79\x13\x40\xd3\xd4\x2e\x07\xd3\x85\x6b\xfa\xbd\x2c\xc6\xee\xe4\x1b\x7c\xc6\x66\xd2\x17\x49\x2c\xb4\x08\xd7\xe6\x52\xcf\x30\x76\xb5\xba\x0e\x97\xa8\x1f\xde\x7b\x81\xe9\xd2\xf2\x76\xc7\x4c\x3f\xf4\x95\xb4\xeb\x5f\xd7\x69\xf9\xc3\xe5\x0f\x3e\x46\x1c\x57\x12\xae\x7d\x2d\x67\x8b\x4d\x36\x54\x02\x75\x57\xd6\x49\xa5\xee\x4a\xbd\xf4\x7a\x9d\xba\x71\x86\xea\xa1\x2f\xb5\x8c\x14\x95\x63\x1e\xfa\x4a\xd8\xa5\xcf\xef\x03\xc1\x7f\xef\x93\x71\x82\x98\x3a\x1e\x56\xe5\x11\x92\xe9\x4a\xb2\x85\xd0\xb8\x1c\xfc\xf2\x34\x8f\x24\xef\xeb\x36\xdf\x32\xa3\x04\x93\xe4\x24\xac\xb4\x13\x7e\x93\x36\xff\x13\xf9\x43\xe4\x17\x41\x2f\xb6\xf6\xda\xaa\x81\x2f\x69\x8a\x02\xc1\x58\x19\x85\x9d\xe9\x2e\xfa\x99\xd4\x6d\x45\x71\x7c\x33\x81\x91\x56\x46\xb9\x77\xa7\x60\xfa\x69\x54\xca\x71\x39\x2b\x8b\x4a\xf4\x06\xa3\xfb\xe9\x45\x2d\xe6\xff\x69\x65\xef\xe6\x85\x62\xbd\xb6\x06\xbe\x22\xdf\x31\x4f\x23\x9c\xe0\xab\x19\xbc\x93\xf9\xba\x08\xbe\x49\xde\x0b\x84\xc8\x97\x96\x6a\x12\x93\x75\x1b\xc1\xa1\xa4\x48\xa1\x81\x69\x53\x12\x06\xac\x91\x16\x58\x06\x0f\xf4\x66\x92\xf4\x32\x80\xfb\x3f\xec\xfd\xef\x6e\xe4\xb8\xb2\x20\x88\xbf\x8a\x7e\xd5\xd3\x98\x72\x95\xc5\x96\xa8\xff\xf6\x69\xe3\xde\x39\x73\x0f\x7e\x1f\xce\xf9\xb0\xc0\xee\xc5\x02\x8d\xc2\x40\x4e\x29\x6d\x6d\x2b\x53\x39\x4a\xd9\x65\x57\xc2\xfd\x18\xfb\x79\x9f\x6d\x9f\x64\x11\x41\x4a\x22\x29\x4a\xa2\x94\xe9\xea\x9e\x73\x1a\xdd\xce\xca\x94\xc8\x60\x30\x18\x0c\x46\x04\x83\x41\xdb\x75\xd9\x3f\xc4\xc7\x7b\xf7\x22\x9f\xd0\x00\xcc\x94\x98\x44\x25\x25\x2e\xc0\x70\xc3\xbf\x62\xcc\x12\x66\x9b\x63\xb9\x00\x2c\x50\x9d\xac\xe8\xdb\x3f\x30\x7a\x0b\x4a\xd2\x18\x50\x8c\x89\x1f\x12\x3f\xfc\x77\x8c\xde\xe4\x41\x9c\x7e\xbb\x1f\x05\xfc\x02\xcd\x63\x80\x97\x85\xa1\xa9\x16\x8b\x64\x05\x6d\x29\x60\xfb\x51\x9e\x4d\xb0\x40\x6c\x93\xd8\x2f\x89\x4f\x89\x4f\xff\xee\x26\x50\x8d\xa2\x9f\x89\x3a\xf0\x1d\x14\x48\xcb\xb3\x58\xf3\xdf\xfe\x11\x91\xc0\xb3\x12\x12\x97\x08\x08\x3e\x36\x36\x71\x02\xbc\xbd\xcc\x89\xd9\x4d\x11\x31\xc1\x7b\x65\x5c\x12\x86\xc8\x73\x96\x87\xff\x11\xbc\x5c\x98\xe0\xdd\x68\x1e\x92\xd6\x91\xc1\x84\x11\x30\x22\xde\x4a\x12\xe0\xdd\x76\xec\x1f\x18\x17\x3b\x80\xdf\xbe\x1d\xd8\xec\x9a\xff\x84\x80\xee\x1a\x78\xbc\xe0\xb7\x9d\x8f\x77\x70\x46\x71\x09\x9a\x08\xaa\x3b\x78\xb3\xb4\x1b\x62\x42\xf6\x10\xef\x1e\xf3\x6d\x0f\xfe\x2b\x6d\xe2\x82\x41\xf8\xcf\xb3\x4a\xfc\xc9\xbc\x7f\x32\x6f\x2f\xa9\x6f\xea\xaa\x6a\x4e\xb6\xfd\xf5\xb1\x68\xf2\x9b\x1f\xb6\xdb\xed\xad\x6d\x67\xf9\xa6\xaa\xed\xfb\xaa\xce\xf2\xda\x76\x1d\xe7\xc6\x3d\xbc\x58\xc7\xaa\x2c\xb2\xee\x65\x9d\x66\xc5\xd3\xd1\xa6\x8e\x73\xe3\x1f\x5e\x6e\x6d\xfb\xa1\x4e\x5f\xed\xc0\x71\x6e\x7e\x08\xb7\x51\x18\xd3\xae\x64\x5e\xe6\xcf\x29\x68\xda\x76\xe8\x38\x37\xa0\x23\x1c\x5e\xac\xe0\xf0\x62\xd9\xd1\xe1\xc5\xaa\x1f\xee\xd3\x8f\xce\xb5\xc5\xff\x27\x4e\x7c\x75\xed\x58\x2e\x34\xe8\x3a\x50\xc8\xd3\x14\x72\xaf\x6e\x6d\xfb\xbe\x4e\xf7\x99\xed\x04\xce\xcd\x0f\xdb\x24\xbf\xdf\xd2\xee\x19\xb4\xf3\x43\x92\x53\x37\x48\xba\x67\x31\x3c\x0b\x52\xd7\xf7\xfc\x5b\xdb\x6e\x5e\x0f\x15\xbf\xdb\x80\xe1\xcc\x82\x0e\x7a\x9c\xeb\xba\xaa\xd9\x9b\x4d\xe4\xf9\x7e\xd0\xd6\xd9\x54\xfb\xa6\x4e\x8f\x8d\x9d\x24\xc9\xcd\x0f\x8e\xe3\xb4\x2f\x7a\x6c\x9e\xd3\xfa\xa3\x80\xdd\x95\x5c\x02\x70\x13\x4b\x84\x0e\x96\xe0\x14\x9f\x2a\x72\xfc\x9a\x36\x9b\xc7\x05\x65\x62\xa5\x4c\xec\x38\x57\x6f\x24\xdf\xdd\xe7\xb5\x7d\x9f\x1e\x8b\x8d\x9d\xd5\xd5\x21\xab\xbe\xee\x4f\x87\xea\x58\x00\x31\x6e\xea\xbc\x4c\x9b\xe2\x39\xd7\x97\xbb\xd6\x3e\x45\xa2\xe4\xfb\x66\xfa\xad\xf5\xa9\x5b\xed\xef\xab\x17\xfb\x58\x7c\x2b\xf6\x0f\x37\x9c\xc7\xee\xab\x97\x5b\xed\x53\x3d\x1e\x2d\xcc\x1e\xef\xf4\xfe\x58\x95\x4f\x4d\x7e\x8b\xee\xf7\x9b\xf4\xa9\xa9\x6e\xbf\xd9\xc5\x3e\xcb\x5f\x6e\x5c\x18\x26\x41\x91\xc3\x2b\x88\x91\xd5\xa7\xa1\xdb\x76\x99\x6f\x9b\x13\x7c\xdc\x38\x73\x45\xeb\xe2\xe1\xb1\x39\xe1\xe7\x68\x61\x50\x5e\xcb\xf4\xb5\xc7\x7a\x5b\xbc\xe4\x99\x80\xda\x0d\x67\x74\xf8\x8f\x04\x57\xbc\x33\xae\xe3\xfc\x78\xcb\xf6\x12\xd8\xf7\xbe\x63\xb7\x4d\x75\xb8\x71\x6e\x19\x8a\xb7\x87\xaa\x00\x9b\xd2\x06\x91\xdf\x1c\x6f\x60\x1d\x99\x41\xfb\x6b\x55\xef\x1e\xab\x32\xb7\xab\xba\x78\x28\xf6\xa7\xac\x38\x1e\xca\xf4\xf5\xa6\xd8\x97\x45\x5f\xf9\x50\x7d\xed\xb6\xe6\x3b\x18\xe7\x8d\xa7\x04\xb2\xa9\x8b\x87\x87\xbc\x1e\x72\xe1\x2d\xaf\xc8\x84\x0d\x0a\x1a\xed\x38\xde\x02\xb6\x76\x4b\x22\x12\x05\xb7\x40\xea\x6d\x59\x7d\xb5\x5f\x6e\x1e\x8b\x2c\xcb\xf7\xb7\x18\x3f\xd4\x3e\xbe\xc9\xcb\xb2\x38\x1c\x8b\xe3\xed\xae\xd8\x8b\x15\xf3\xdd\xad\xbd\xab\xbe\xd9\x4f\xc7\x0e\x3d\xa4\xe3\xad\xbd\x3b\x0e\x1f\x0e\x4b\x71\x8a\x0c\x5e\x30\x5c\x8b\xfd\x63\x5e\x17\xcd\x14\x11\xf8\x0e\x14\x1f\xa0\x9b\x0f\x1f\x6e\xdb\x31\xc1\x8b\x55\x6e\x37\x65\x9e\xd6\x37\xf7\x55\xf3\x38\x05\xc5\x46\xe1\xf6\x9c\x5f\x4f\xb5\xb4\xad\x36\x4f\x47\x79\x10\x1f\xd3\xac\xfa\xca\x30\x56\x7e\x8f\x30\x52\xd7\xde\x7d\x5e\x56\x5f\x27\x5a\xfb\x25\xad\x8b\xd4\xce\x5f\x0e\xe9\x3e\xcb\xb3\x9f\x9b\xfa\x29\xff\x32\x22\x30\x3a\x98\xc5\xde\x3e\x94\xe9\x26\x5f\x08\xf6\xd4\xb1\x5b\xd3\x54\x3b\x9c\xc4\x2d\x07\x39\xb7\xf2\x3b\x9c\xaf\xdd\xcb\xb9\x3e\xa6\xf7\xd5\xf3\x5a\x64\x9a\xea\xa0\xc7\x04\x5e\xe8\xd1\x90\x9a\x40\x42\x3c\x56\x65\x86\xcc\x81\x8c\x9f\x24\x49\xc7\x1c\xf7\x65\xb5\xf9\x55\xc3\xf5\xb8\xac\xdb\xc7\x43\xba\xc9\x6f\xf6\xd5\xd7\x3a\x3d\x8c\x4c\x04\x6d\xa3\xc7\x26\x6d\x9e\x8e\x76\xb1\xa9\xf6\x1a\x51\x2b\x0b\x0b\x9b\xa1\xc0\x44\x96\xd3\xca\xab\x56\x42\x31\x7a\xdf\x38\xb7\xbb\xb4\x7e\x28\xf6\x4c\x40\x73\x0a\x1c\x9b\xd7\x32\xbf\x61\xea\x05\x7f\xc4\xa0\x80\x7e\xe0\x1f\x5e\xac\x8e\x56\xbc\xe3\x69\x9a\x5a\x4d\x9d\xee\x8f\x87\xb4\x86\x95\x45\xf8\x7e\xcb\x24\x70\x70\x18\x5b\x39\x26\x86\xca\x9a\x23\x41\x3b\x55\xb0\xbd\x6d\x55\xef\x6e\xea\xaa\x49\x9b\xfc\xa3\x1b\x3b\x59\xfe\x70\x75\x3b\xf6\x42\x4b\x5c\x9c\xc9\xf6\x7d\xa3\x23\xed\xe6\xa9\x3e\x56\xf5\x0d\x17\xe8\xbc\x53\x54\xe8\x95\x76\xd2\xef\x9e\xca\xa6\x38\x94\xb9\x8d\x16\xf7\x69\x5b\xed\x1b\x7b\x9b\xee\x8a\xf2\xb5\x95\x3c\xb7\xf8\xec\x58\x7c\xcb\xbb\x27\x8c\xb4\x6c\xce\x6b\x47\x54\x94\xad\x6d\xa5\x96\x12\xe9\xe1\x90\xa7\x75\xba\x47\xee\xda\xe7\xb7\xd5\x53\x03\xc5\x61\x2d\x4a\xb3\x0c\x44\xbf\x73\xbb\x2d\xab\xb4\xb9\x01\xde\x1f\x0a\x6f\x71\xe4\x90\x2f\x61\x61\xdb\x37\x37\x74\x51\x4f\x6f\xb2\xe2\x08\xc2\x31\x3b\x0d\x57\x87\x3c\xd7\x2f\x63\x23\x90\x6e\xda\x9e\xe1\x4f\x69\xd6\x55\x87\x74\x53\x34\xaf\x37\xee\x6d\x3f\xff\x96\x81\x86\x85\xe5\xc2\x10\x8f\xef\x81\xe8\x65\x71\xfc\x17\x22\x68\x07\xae\x3a\xe0\x6d\x67\xa7\x7e\x16\x70\xb9\xa7\x17\xee\x4a\x3d\xbe\x66\xf4\x56\x97\x05\xc6\x95\x46\x19\xe2\xe8\x78\x9e\xa7\xd1\x8b\x72\x1f\xfe\xeb\x27\x22\x88\xd2\xf9\x19\xee\x12\x3f\x10\xa7\x2c\xc7\x1b\x6c\x36\xc7\x82\x4f\x6f\x64\x6a\x76\x7d\xa8\xf3\x5d\xf5\x9c\xa3\x60\x93\xc5\x98\x69\x35\xb6\x17\xf3\x08\x4b\xd4\x55\x47\x7b\x12\xe8\x57\xa8\x3c\xad\x37\x8f\x1d\x9d\xfd\x11\xe4\x58\x31\x2e\x17\x07\xd4\x85\x05\x45\xa1\xae\x23\xea\xde\x43\xa1\xa9\x93\x89\x3d\xa1\xc7\xe4\xb4\x88\x05\xd7\xbe\xf4\xb8\x2c\xd4\xc9\xb4\xfa\x79\xab\x78\xa0\x6d\x30\xd2\x57\x36\xe2\xf2\xbb\x81\x2a\x3d\x64\x3b\x43\xf4\x3a\x75\xa4\x55\x46\xe6\x95\xe0\x16\xf9\x19\x63\x0b\x15\x31\x41\xb3\x1a\xe9\x1f\x57\x3a\x38\x6e\xe7\xe9\x84\x6b\xd0\x44\x9d\x58\xab\x82\x1b\x02\x68\x15\x60\xb1\xab\xc3\xde\x8c\xf4\xfe\x5c\x8d\x73\x29\x8e\xfd\x84\xd1\x82\x6b\x45\x22\x6e\xbf\x32\x95\x0f\xbb\xd2\x0a\x46\x41\x63\x78\x0f\x0b\x6c\x0a\x27\x76\x31\x22\x20\x76\x5f\xbd\x7c\x39\x75\x5a\xf4\x2b\x53\x53\x5b\x90\xdd\xf3\xe3\xa6\xae\xca\x12\x70\x6d\xaa\xa7\xcd\xe3\xed\x2e\x7d\xe9\x66\x0c\x25\x34\xc8\x77\x13\xad\x29\x42\x51\x10\x1b\xf1\x88\xd8\x00\xb1\x7e\x60\x0a\x6b\xab\xe8\x70\xdb\x42\x30\x04\x38\xd4\x7d\xd5\xd8\x69\x59\x56\x5f\xf3\x6c\x19\x2c\xad\xf2\xcb\x30\xd6\x72\x30\x7b\x35\x87\x95\xc6\x23\x61\x8a\xa9\xd8\x00\x7b\xd4\x9b\x54\x83\xb5\x2e\xcb\xe6\x81\x6c\x9e\x6a\xd0\x33\x47\x61\x04\x71\x12\x6d\xef\x6f\x87\xde\xa1\x21\x01\xed\x7d\xba\xcb\xdb\x81\xcc\xf2\x6d\xfa\x54\x72\xd5\xfa\x2b\x63\x83\xc8\xd1\xcf\x29\xc9\xfa\x50\xc8\xb6\x58\x77\xed\xb5\x0b\xcb\x0d\x71\x7d\x9e\x35\x1d\xb5\x43\xd9\x52\xd7\x2e\x9a\x7c\x77\x62\xf3\x91\x2d\x1b\x93\x1c\xa9\xe5\x98\x99\x37\x8c\x70\x1c\x6f\xd6\x06\x1d\x5b\xb3\xd7\x34\xc2\xa7\x98\xd4\x80\xef\x2c\x6e\x40\x07\x66\x2d\x9e\x9a\x2e\x8f\x91\xb5\xe5\x8e\xac\xa8\x7f\xae\x9b\xf2\x8b\x30\xc0\x2c\x06\xc8\xb0\x9e\x16\x99\x39\x2e\x30\x02\xa2\x65\x15\xa6\x46\x98\x76\x4a\x0b\x57\x51\x80\xd7\x23\x38\x66\x0a\xa3\x42\x8b\x88\xae\x47\x52\x74\x05\xe0\x38\x06\x87\x17\x6e\x9a\x17\xfb\xa2\x29\xd2\x72\x3d\xec\xde\x19\xc0\x98\xcd\x0c\x74\xbb\x1a\x4f\xc3\xbe\xd0\x6c\xe5\x4e\x88\xb1\x69\xf0\x7e\xb8\x28\xb3\x91\xe1\x31\x3a\xab\xcf\xc5\x43\xdb\xda\xfb\xf6\x5a\x47\x67\x98\x4e\x3f\x94\x15\xcc\x2f\x76\xd2\xf8\x73\x56\x3c\x5b\xdb\xaa\x6a\xf2\xda\xba\x7f\x6a\x9a\x6a\xcf\x4c\x88\xeb\xb9\x52\x68\x48\x5d\xb3\x3b\xe2\x91\x87\x73\x9e\x18\x9d\xd7\xd7\xbd\x19\xad\xc3\x0e\xe6\x49\xed\xcf\x95\xe2\xb0\x30\x22\x24\x2b\xd2\xb2\x7a\x68\x2b\x8a\x8f\x58\x29\xa6\x89\xb1\x47\x5f\xee\xb2\xe2\x19\x0f\x83\x64\x99\x95\xf2\x3a\x13\x05\xa6\x20\x1c\x66\x00\x1c\xba\xfa\x78\x65\xba\xd0\x60\xff\x5b\x78\x7f\x90\x5f\x77\xb5\x4f\xe8\xc3\xc2\xbd\x3c\xdc\xf1\xbc\x79\xda\x67\x79\x8d\x5b\x29\x33\xa3\xa4\xa3\xe2\x27\xed\xd0\xf4\x8e\xfd\x4b\x8f\xe7\xec\x48\x8e\x37\x7d\x11\xb6\x90\x19\xa2\x6d\xec\x4c\xbe\x99\xe2\x18\xde\xc4\x3b\x32\xdd\x04\xbb\x4d\x36\xbe\x82\x5f\x05\x4e\xe5\xa0\x4d\x59\xb9\x67\x62\xb1\xe2\x28\x8f\x73\xe5\x94\xed\x98\x5f\x8c\xaf\x65\x46\x14\xb9\x62\xf1\xd8\x1e\x44\x62\x74\xd8\xab\x76\xd7\x94\x2f\x7a\x56\xf2\x4e\x4c\x42\xc3\x49\xa2\x63\xef\x79\x7e\x9c\x65\x9a\xc1\xd0\xab\x43\xca\x7e\x9f\x3a\x47\xfd\x1b\xbe\xe1\xe1\x93\xfb\xf4\x59\x8c\x81\xb6\xaa\xd2\x2a\x0b\x20\x1d\x1b\x72\x1e\xd8\xa1\x0a\x39\x34\xaf\x0d\xc0\xe8\xf8\x67\x00\xac\x97\x98\x26\x10\xdb\x38\xc2\x15\x28\xdd\x95\x85\xe0\x8b\xb0\x61\x1c\xe4\x4d\x90\xde\x71\xcd\x5c\xa5\x55\xef\x3d\x65\x6e\x62\x7c\xbc\x2d\xf3\x17\xf1\x95\xf0\x78\xbe\x07\xd2\x93\x54\x17\x74\x2a\x53\x5e\x52\xb8\xc7\xdc\xb9\x06\xcd\x0e\x83\xdd\x53\xc9\xee\x03\x43\x63\x15\x94\xae\x0b\xdd\xfe\xf5\x4f\x1f\x6e\x27\xfa\x10\x8f\xf5\x41\x33\x7d\x7e\x81\x21\xfa\x19\xc3\x48\xef\xab\x97\x2f\x9f\x71\x3a\xe1\xdc\x64\xd3\x61\x97\xef\x9f\xc0\x2c\xf9\xa2\x9b\x7b\x68\x06\x4c\x55\xa9\x8a\x6c\xd3\x66\x1f\x68\xa5\x90\x36\x29\xc1\x27\xf5\xf9\x12\xc4\x94\x9a\xb3\x58\x7d\x2d\x9a\x47\x7b\x53\xed\xb7\x45\xbd\x43\xce\xb6\xb8\xc0\xc8\xcb\xbc\x69\xe5\xc0\x7d\xba\xdf\xe7\xf5\x17\x61\x94\xaa\x2d\xf2\xb3\x35\x0e\x79\x58\x13\x4f\xda\xce\x57\x4c\x19\x02\x9b\x3a\x4f\x9b\xfc\x9a\x51\x8a\x6c\xaa\xc3\x2b\x18\x2f\xed\x6f\x56\x24\xdd\x6f\xf2\x92\x3f\x62\x34\xaa\xf3\x63\xde\x7c\x91\x1e\x1d\x9f\xee\x77\x45\xf3\xe5\x9a\x73\x1a\x61\x41\x59\x47\x4b\x2c\xc3\xbe\x7f\x41\x86\xeb\xda\xba\xba\x7e\x6c\x76\x25\x69\xf2\xdd\xa1\x4c\x9b\x9c\x85\x6c\x59\x20\x0b\x53\xe5\x4d\x53\xfd\x9a\xef\xfb\x9f\x30\xe9\x2d\xe4\x6e\x8c\xa8\xb0\x1a\xe9\x98\xb1\x45\x44\x72\xdb\x69\x99\xd7\x4d\xb7\x6e\x9d\x01\x77\x01\x97\x00\x8c\x4e\xa8\x6f\xab\x7a\xa7\x23\x86\xc4\x07\x46\x35\x90\x7c\xcc\xf3\xf4\x98\x1e\x0f\xd5\xe1\xe9\x80\x8d\x7e\xb9\xba\x46\x84\xc9\x63\x7a\xb4\x5b\xf2\x37\xf5\x5d\x37\x14\x53\x14\x99\xac\xb9\xa0\xcf\x0c\x0e\xb2\x7b\x96\x37\x69\x51\x2e\x45\x61\xac\xaa\x39\x0e\xaa\x82\x30\x0c\x9d\x38\x4b\x2a\x75\x9b\xd4\x2b\xc4\x93\x50\x77\x28\xa7\x84\x97\xfa\x2c\x2a\x63\xef\x57\xe1\xbe\x4c\x82\x09\x15\xa7\x45\x59\x5f\x70\xb5\x4c\x9b\x02\x61\x26\xdc\x7a\x08\x92\x94\xeb\x1f\x2b\xe2\x6e\xf0\x42\x90\x7b\xea\x3b\x51\x00\xea\xdf\x71\x49\xd8\xbf\x34\x11\x89\x6d\x61\x63\xd9\x28\x80\x7f\x17\x21\x79\x11\xf8\x6b\x38\x73\xb1\xd4\x5c\x58\x55\x26\xf5\x65\xe5\x68\x8f\xca\x85\xe4\xa9\x0a\x70\x85\x60\x35\x05\xb1\x02\x29\x75\xe7\xc4\x74\xbb\x5b\x9d\x7e\x73\xfa\xf2\xdb\x22\xad\x6e\x46\xd7\xd2\x2a\x3e\xbf\xb7\xa2\xf3\xdd\x55\x85\x93\x14\xa0\xe7\x1e\x5e\x94\xf0\x00\xaa\x0f\x0f\xc0\x98\x08\xcb\x3d\xbc\x58\x36\xed\xe3\xf9\x31\xcc\xd9\xa5\x57\xb7\xc6\x25\x55\x16\x38\x89\xe1\xbb\x51\x1f\x11\xc3\x8d\xcb\x49\x1b\x5f\xe5\x26\xe6\xec\x50\x9f\xa2\xcd\xca\x4c\x9d\x96\x7d\xaf\xd8\x4f\x66\x49\x5f\x9d\x66\x9a\xfc\x61\x1b\x6d\xe3\x6d\x3a\x68\x8e\x01\x1e\x67\x61\xee\x5f\x51\xab\x71\xfb\x5d\xb3\x05\xba\xc9\x9d\x3c\xd4\xb1\xbc\xb9\x82\xb0\x76\x19\x7b\xe7\x95\xea\x52\xf2\xb9\xf3\x63\xd0\x30\x8e\x3c\x2d\xa9\x5a\xb7\x8c\x9e\x50\xfc\xad\x86\x4c\xd2\x1b\x89\x48\xfc\x8d\x09\x89\x58\x51\x73\x02\x09\xbe\x9d\x79\xf2\x08\xc0\x47\x66\xf6\x08\x4b\x75\x51\x66\x91\x97\xfa\x54\x09\xc5\x0d\x68\x10\x85\xee\xf7\x37\xd7\xbf\x9b\x09\xfe\x3b\x98\xd8\xff\x6b\x5b\xaf\x7f\xda\x92\x68\x4b\x72\x21\xbe\xa5\x2e\xf5\xc7\x0f\x1f\xad\xb7\x26\x47\x37\x59\xcc\x41\x8c\x6e\x0a\xcd\x19\x75\xa3\x6d\xcf\x55\xe4\x2d\xae\x36\x43\x79\xc3\xab\xeb\xeb\xdb\x37\xec\xee\xc2\x5a\xe2\xce\xd0\x1a\x6b\x56\xdc\xfe\x59\x53\x7f\xac\x7d\x43\x53\x78\xac\x79\xc3\xea\xac\xf5\x77\x32\x31\x19\x6e\xef\x04\xfc\x6c\xcc\x17\xf3\xf3\xf7\x69\x8b\xf5\x6b\xb5\x85\xca\x50\x5d\x5d\xdd\xa0\xf5\xc5\x74\xbb\x14\x34\x11\xb7\x35\x86\xb2\x88\xcd\x9a\xfa\x26\xed\xaf\x24\xce\x05\xc0\xb1\x4d\xbb\x51\xb3\x66\xc4\x9c\xe6\x29\xda\xd9\x61\xc6\xe1\xf9\xa6\x21\xb8\xfb\x74\xe3\x6e\x36\xb7\xbd\x5d\xc9\xce\x8d\x89\xc7\x5e\x07\x91\x89\xd3\x49\xa3\x79\x71\x80\x13\x1f\x5e\x5a\xc8\xe1\xe1\xa5\x03\x8a\xf1\x74\xef\xed\x22\xf8\xa3\xed\x8d\x7c\x7f\x97\x81\xe6\x70\xf9\x90\xe8\x98\x7c\xf3\xa1\xce\x8f\x47\x52\xec\xb3\xbc\xc9\xeb\x5d\xb1\x07\x32\x8e\x31\xd8\x68\xf9\xe9\x41\x1a\xad\x27\x0d\xde\x68\x29\x65\x50\xe7\xca\x09\x83\x3d\x53\x54\x64\x02\xa3\xa2\x9c\x39\x46\xcb\x2e\x67\x9a\x71\x50\x63\xcc\x34\x5a\x63\x31\x93\x9d\x07\x69\x9c\xf9\xc6\xe0\x6a\x64\x12\x08\x8a\xc0\xf9\x91\x1d\xa6\x0f\x14\x79\x63\xbb\xf4\xf0\x72\x2b\x88\x14\x7c\x30\xe9\x6d\xe9\x9b\xfe\x3c\xd8\x33\x56\x3d\x2f\x72\x59\xc3\xad\x12\xa9\x92\x7e\xc7\x42\x2a\x32\xb6\x7b\xa1\x2b\xa4\x73\x01\x69\xca\x69\xdd\x41\xa3\xe5\xd4\x1d\x0e\xa9\xe0\x19\x3e\x24\x19\xce\xac\x3f\x49\x2a\xbe\x7e\xdb\x60\x39\x18\x03\x17\x95\x08\xf4\xf4\x5c\x1c\x8b\xfb\xa2\x2c\x9a\x57\x7e\x82\x4a\xcb\x6f\x68\x86\x8d\x31\x18\x7f\x39\xc3\x51\xac\x94\xcc\x42\xec\x99\xca\x33\xd2\x53\x91\x49\xc4\x17\x12\x57\x0c\x5f\xb4\x6c\xc0\xde\x98\x8c\x3b\x96\x34\xf7\x8b\x31\xc0\xcb\x47\x76\x41\x3d\x01\xa5\x91\x45\x4f\x8a\xe6\x75\xfe\x7f\xc5\xee\x50\xd5\x4d\xba\xef\xce\x09\xf2\x83\x79\xf1\xe1\x45\x78\x27\x05\xc7\x04\x23\x02\x86\x35\xdd\xe7\x98\x1c\x1f\xf8\xbe\x90\x09\x03\x74\xa5\x35\x8c\xd0\xbd\xd3\x32\x84\xfa\x76\xc0\x18\x4a\x81\x21\x83\x68\x0b\x48\x8c\xd2\x95\x58\xcb\x30\x3d\x80\x69\xc6\xe9\xca\xad\x64\xa0\x65\xf5\xe7\x18\xa9\x53\x67\xdb\x73\x9c\x5a\x96\xc0\x0d\x09\x84\x74\x35\xc6\x10\x52\x91\x19\x76\x10\xcb\xca\xcc\x20\xbe\x51\x59\x41\xf3\x4e\x64\x84\xe1\x6b\x89\x0d\xc6\x5e\xb7\x4c\x20\xbe\x37\xd5\x6d\x78\x79\x73\xc9\x21\x36\xb2\x7c\xf8\x17\xd7\x1e\x20\xa9\x97\x25\x17\x8b\x48\x64\xd1\x96\x69\x59\x3c\xec\x6f\x58\xfe\x59\x69\xb3\xee\x90\x6e\x7e\xed\x9e\xef\x8e\x58\x45\x7a\xf8\x7f\x3d\x1d\x9b\x62\xfb\xda\x1e\xfe\xd4\xc1\x90\x81\xb7\x40\xa4\xa7\xf8\x03\x4f\x10\x1d\xdb\x47\xed\x41\xa7\x4d\x5a\x6e\x3e\x92\x20\xdf\x59\xb6\xe5\x1e\x5e\xae\x2c\x7c\x40\x09\xed\x9e\x60\xc2\x9e\xee\xa8\xe9\xd4\x74\xe8\xbd\x24\xd3\x73\x42\x2a\x67\x32\x31\xc4\x0a\x9a\xd9\x21\xbe\xd6\x4e\x11\x4d\x81\xc1\x3c\x19\x96\x19\x4e\x96\xb1\x32\xd2\x8c\x11\x0b\x19\x4f\x1b\xa1\xd2\xc2\xb9\x23\x36\xb7\x72\x02\x2d\x06\xa1\xc7\x59\x3f\x95\x06\x47\xd6\xba\x16\x54\xe2\x08\x96\xb2\x9e\x6e\xdd\x12\x0f\xe6\x00\x63\x5c\xbf\x63\x53\xcd\x7a\xcf\x0f\x6b\x8f\x97\x1c\xec\xf5\xa2\x60\xe8\x0e\x01\x06\xe3\x9a\x82\x23\x59\x26\xa0\x37\x4c\xc8\x66\xd5\x41\xd2\x45\x13\xff\xb9\x8b\xf7\xe7\x2e\xde\x9f\xbb\x78\xe2\x2e\x5e\x3b\xf5\x48\x92\xef\x2c\x37\xdf\x69\xd6\x4f\x6d\x42\x95\x55\x89\xf1\xf4\x7e\xae\x93\x94\x1f\x40\x14\x2b\x83\x64\x79\x82\xaf\xf4\x8d\xb4\xdd\xe3\x67\x0f\x11\x9a\x1a\xe1\x2a\x09\x00\xd7\x39\xbc\x68\x63\x5e\x15\x48\xc7\x43\xaa\xe6\x09\xe4\xbd\x16\xfd\x25\x08\xad\x5f\xaa\x03\x58\xa9\x2f\x3c\x23\x96\xf3\xe8\x0a\x9e\xd2\x39\xbe\xb7\xdb\x4b\x77\x05\x56\x99\x15\x53\xae\xaf\xb5\x68\x9a\x64\xc5\xb3\xbe\x5b\xf7\x79\x36\x96\x3c\xc4\xef\x23\xbd\x06\xe9\x43\xe0\x5d\xcb\xa5\x6e\x9d\xef\x2e\x4e\x9d\xef\xb7\xed\xf7\x47\xd8\x1e\xfb\xdd\xb6\xa0\x74\x19\x28\xee\xf3\x7c\x4b\xcf\x1b\xd0\xaf\x69\xbd\x2f\xf6\x0f\x9a\xd6\xf9\xf1\xa2\x39\xb2\x99\x02\x18\xef\xf8\x2c\x84\x36\x5e\x23\x75\x82\x0d\xf5\xde\xb9\xbf\xfd\x9d\x03\x67\xf6\x5b\x01\x74\x46\xff\x27\xe2\x10\xb7\xe9\xc6\x77\xe8\xd0\x33\x75\xe1\x79\x68\x1d\x96\xcf\x9e\xae\xce\x12\x96\xb7\x0e\xed\x60\x3b\x8e\xf3\x0e\xa2\x6a\x95\x10\x58\x37\x75\x07\xb9\x94\x54\x47\x81\xea\x21\x50\x5d\x03\xe8\x13\x18\x24\x60\x32\x33\x05\x16\xc6\x1e\x2d\xae\xfc\x1b\xb3\x3c\xd3\x7d\x01\xbd\xde\x3f\x30\xab\x0e\x21\x5e\x8d\x1a\x1b\x46\x56\xc8\x3c\x2a\x58\x65\x1a\x81\x69\xd3\x65\x89\x69\xb3\xac\xe6\x22\xac\x38\x4d\xe6\x8c\xa5\x19\x0c\xe6\xa9\xb1\xc0\xbc\x52\xda\x32\x37\xaf\x94\x8a\x17\x34\x83\xde\xcb\xa4\xfa\x2e\xad\x94\x85\x60\xb5\x5c\xb4\x91\xc9\x11\x47\x9e\xf8\x65\x9f\xee\xf2\x9f\x77\x55\x96\x96\x5f\x86\x4f\x3e\x2f\xb4\x05\xd7\x5b\x8e\x17\x82\xa3\x90\x72\x11\x98\x49\x62\x2d\xb3\x47\xcf\x30\x5f\x2f\x05\x48\x4b\x09\x53\x38\x53\xa4\xe8\x0c\x47\x3c\xcf\xf3\x2e\xaa\xfc\x5a\x25\x7c\xb5\xf6\x7c\x6a\x4d\xdc\x1f\xdf\xc9\xf0\x99\x99\x47\x67\xb8\x42\xa6\xaa\x0e\x8e\xc3\xf6\xe9\x1d\xff\xf9\xcd\x01\xae\xed\x72\x97\x2d\xe1\x19\x1d\xe7\x34\x16\xe4\xf1\x71\x7d\x82\xbf\x9e\x59\xdf\xf5\xa5\x44\x08\x97\x94\xf1\x0c\xe2\x32\x51\x27\xd6\x31\x16\x0a\x3a\x07\x94\x01\x4d\xdb\x6b\xc3\x7e\x33\xd1\xfe\xf4\x85\xc5\xfd\x21\x4e\xdc\xc1\x23\xab\xc9\x5f\x9a\xb4\xce\x53\xcd\xbb\xbb\x7c\xa7\x7b\x7a\x3c\xa4\x83\x48\x41\x33\xec\x75\x43\xab\x2f\x89\x7b\x23\x2c\x09\x8d\xf4\x43\x40\x57\x78\x8a\x88\x8a\xbf\x11\x45\x7d\xae\x18\x56\xee\x90\x1e\x8f\x5f\xab\x3a\x33\x2a\xd4\x37\x6a\x52\x1a\x90\x31\x2a\x37\x8b\x24\x34\x3b\x5b\xc0\x0c\x39\x28\x34\x87\x18\x96\x99\x40\x8a\x3d\xad\xd3\xac\xa8\xd0\x21\xfa\x85\x33\xd5\xa2\xd2\x73\xe8\x8e\x54\x1b\xc7\x7d\xac\xc2\x44\x47\x84\xed\xb4\xcf\xf9\xee\x92\x52\x45\xcb\xcc\x58\x5b\x61\x3b\xcd\xb3\x9e\x32\x9a\x97\xd0\x7f\xdd\x63\xec\xa5\xf0\x02\x59\x46\xf9\xad\x05\xdc\x32\x84\xfa\xa8\x07\xa8\x50\x69\xb0\x21\xc9\x94\x9d\x6d\x51\x36\x98\x23\xb9\xbe\x1a\x65\x90\xf5\x55\x65\xd4\xd7\xc1\xb8\x3b\x0b\x79\x46\x90\x45\xcb\x84\x96\x09\x96\x2d\x1a\x3a\x10\x27\xe9\xc6\x93\x37\x8d\x28\x67\x40\x5a\xde\xf8\xa2\x93\xf6\xac\x08\x50\x55\xfb\x5a\x2b\x5d\x87\x70\x87\x2f\x39\x44\xad\xa4\x36\x12\xb1\x6a\x1b\x0b\x2a\xb1\xb6\x2f\x27\xc8\x71\xce\x2c\xc1\x47\xa8\x30\x8f\x8b\x89\xcc\x1e\x9b\x0d\x66\x48\x4d\xd7\x9e\xc2\xd0\x68\x16\xce\x8d\xdc\x78\x19\xd6\xb4\xa9\xe8\xd3\x0e\x83\xfe\xfd\x00\xf0\x50\xec\xad\x94\x3f\xba\xf6\xcf\x02\xd5\xa3\x7a\xa6\x44\x3c\x61\xae\x78\xf5\x1a\x9a\xb1\xeb\x69\x34\x99\x09\x8a\xfd\x31\x6f\x2c\xc7\xf2\x0e\x2f\x96\x9a\x70\xc0\x09\xa5\xd4\x04\xf3\x45\xd5\x4c\x08\xea\xed\x0e\xfd\xfd\x38\x06\x82\x6b\xe2\xea\x94\x19\x99\xb6\xb0\x66\x4b\xcb\x65\xd5\x54\x6d\x73\x11\xfa\x23\xa2\xd3\xb8\x8e\x11\xca\x8a\x6a\xbc\x46\x00\x4f\xc1\x5f\x2a\x9b\xcf\x86\x65\xd2\xe9\x4b\xa8\xe6\x3a\x91\xb3\xb6\x4d\x55\x3c\x9d\x05\xe7\x5c\x02\x4c\xab\xff\x86\xc2\x6f\x79\xe3\x06\xa2\xf0\x72\x40\xd7\xd3\x68\xb1\xcd\xa1\xa8\xc6\x13\x85\xb6\x45\x5e\x66\xc7\xbc\xb9\x3b\x98\xac\x9d\x53\xa8\xcf\x2c\xab\x4b\xab\x9a\x50\x6b\xde\x0e\x59\x3a\x61\x26\x96\xef\x25\xd5\x16\x22\x2f\xd9\x3a\x1a\xb3\x46\x3b\x54\x97\x51\x18\xe6\x30\x3c\x5f\x97\x78\xa7\x16\x4c\x49\xbc\xda\x26\x6b\xf7\xa2\xe3\x3c\x09\x53\xcf\x4c\x2b\x50\x6e\x3d\x9b\x57\x06\x0c\x2a\x08\x1d\x9d\x2f\x6d\xb0\xf4\x0f\x80\x8c\xaf\xf8\x93\x45\xa7\xf0\xba\xcc\xfa\xae\x82\x5d\xb1\xac\xaf\x02\x31\xd1\xb3\x77\x5c\xc4\x97\x34\xa5\x91\x4d\x8b\xab\xaf\xec\xe5\xa5\x56\x6a\xb3\x36\xcd\xe4\xcb\x79\xb0\x16\x13\xe2\x8f\xb4\x1c\xab\x18\xcf\xaf\xc2\x26\x35\x26\x48\xb2\x7a\xcd\x9d\x00\x64\xc0\xce\x13\x2b\xec\x4c\xd1\xdf\x6f\x61\xd5\x21\x76\x91\xf5\xf4\x82\x80\x67\xe8\xf8\x7d\x57\x4f\xcd\x0d\x9f\x06\x4b\xa8\x61\x2d\xb1\xa7\x66\x55\x4c\x16\x53\x2d\xa4\x89\x15\x75\xb6\xfc\x2c\x9a\x17\x5a\x5b\x75\xb0\xd7\x2c\xb0\xab\xe1\xcc\x75\xf4\x3d\x97\xda\xa5\xed\xe9\x04\xd4\x2a\x18\xe7\x74\xfa\x62\x2b\xaf\x79\xc3\x86\xe2\xe8\x7c\x80\xeb\xe8\xf2\x87\x5a\x88\x75\x68\x1b\xac\xc6\xa6\xd5\xe6\x28\xb4\x7e\x5d\x9e\x81\x66\xca\xfb\x53\x2b\xb4\x41\xf9\xdf\x71\x99\x1e\xc3\xee\x32\x6b\xf5\x85\xa1\x9b\x90\xf5\x7b\xae\xda\x4b\xd6\x6a\xe3\x15\xfa\xdc\x75\xd9\x6c\x35\x36\x58\x83\x2f\xbf\xf2\x9e\xb7\xde\x9e\xb1\xca\x7e\x9f\xb5\x75\xfd\x8a\xba\x72\x1d\xfd\xce\xab\xe7\x85\xd6\xcc\x4b\xac\x94\xff\x4b\xad\x8f\x8b\x56\x45\xf3\xb5\xf0\x12\x2b\xa0\xf1\xba\x67\xb6\xda\xfd\x11\xd7\xb8\xf7\x58\xd9\x2e\xbe\x9e\x7d\xbf\x55\xec\x2e\xdf\xdd\x6d\xaa\x2c\x57\x45\x3a\x7b\x68\x28\x1c\xe7\x0b\xf3\x21\x9f\x2a\x38\xde\x89\xa9\x5a\x32\xfb\xb0\x92\x7a\xee\x1f\xbc\x93\x70\xd2\xf0\x62\xff\x62\x35\xf9\x11\xc4\x69\xb0\xe5\xfe\x86\xe1\x49\x98\x96\xa2\x3d\xfd\xd2\x3f\xe8\x82\x06\xa4\x1c\xe6\xcf\x69\xfd\xd1\x66\x97\xc7\xb1\x72\x76\xe0\x38\xd7\x3f\x6c\x22\xcf\xf7\x03\x31\x3d\xc3\x9f\xb1\x46\x7f\xc6\x1a\xfd\x19\x6b\xf4\x2f\x1c\x6b\x24\x5f\x64\x28\x5f\x84\xc0\xf2\xd7\x9a\x18\x33\x3c\x09\xf9\xb4\x15\x33\x5a\xa8\x5b\xc9\xc4\xfb\x73\x47\x2c\x94\xd1\x22\x52\x1b\x5a\x9b\x64\xea\x5e\xdb\x19\x2d\x6c\x71\x55\x11\x9b\x65\xe6\xc6\x7c\x1d\xad\x32\xb6\xa8\x9a\x29\x76\xb2\x82\x36\x55\xde\x54\xa1\x5a\x0f\x63\x1e\xe7\x59\x45\x49\xb8\x22\xd8\x68\xbc\xe7\xd4\xed\xf1\x52\xe3\x4d\x4e\x0c\xde\x94\x0a\xad\x2f\xa1\x69\xe6\x42\x8a\xef\x85\x00\xaa\xc8\x9f\xab\xea\xf2\x9c\x0e\x92\x94\xd2\xdd\x8b\xa5\xef\x14\xbf\xf4\x60\x5a\x4a\x8d\x16\xea\x90\x10\x6f\xec\x1e\x91\x52\xa3\x45\xa4\x36\xb4\x52\x6a\xea\x8a\xec\x19\xae\x5d\x5c\x55\xc4\x66\x99\x94\x9a\xaf\xa3\x65\xf4\x45\xd5\x4c\xb1\x93\xa7\xc2\x54\x79\x53\xee\x5f\x0f\x63\x1e\xe7\x59\x1e\x17\x2e\x28\x37\x1a\xef\x39\x29\x35\x5e\x6a\xbc\xc9\x89\xc1\x9b\x92\x52\xfa\x12\x9a\x66\x2e\x24\xa5\x2e\x04\x50\x45\xfe\x5c\x29\x85\x90\x74\x06\x59\xf3\x7a\xa8\xf8\x39\x13\x66\x90\xb1\x0b\xd1\xae\x74\x96\x36\x3b\x8b\x27\x9a\xd9\xc6\x47\xdf\xcc\xce\x9f\xad\x38\x10\x36\x38\x94\x34\x79\x5a\xa9\x7f\xb8\xd2\x22\xc6\xb4\x5c\x03\xfa\x6d\xaa\x7d\x53\xa7\xc7\xc6\x4e\x92\xe4\xba\xd8\x3f\xe6\x75\xd1\xe8\x28\x68\x29\xf6\xa7\xa1\x09\x69\x60\xd5\x2d\x35\xb8\xf4\x16\xcf\xd0\x4c\x39\xcb\xc6\x48\x95\x04\x66\x7f\x7a\x6f\x7e\x1f\xef\xcd\xf4\x8d\x73\x02\x1f\xdf\xd7\xe9\x3e\xb3\x43\xc7\xe9\x98\x78\xe4\xda\xf8\xf3\x5d\x34\xab\xdc\x30\xbf\xbf\xc3\xe5\xbd\x5c\x28\xef\xef\x18\xb9\xb0\x87\x63\x95\x13\xe3\x0f\xe5\xab\xb8\x60\xbe\xe7\x41\x76\xe7\x63\x93\xd6\x8d\x92\xdc\x99\x3d\x53\x73\x3b\xe3\x7b\xf6\x6a\x97\xbe\xf4\x29\x97\x7f\x14\x32\x41\xb4\x29\x27\xfb\xdc\x51\x6e\x74\x78\xb1\x5c\x4f\xcd\xcb\x3c\xe5\xeb\x5c\xe6\xb5\x34\xf7\x27\xae\xf4\xf8\x4d\x7a\xde\x46\xbd\x66\x97\xf0\x7c\x75\x7e\xa6\x3a\x3f\x16\xdf\xf2\x9b\xe7\xbc\x6e\x8a\x4d\x5a\xaa\xf4\x97\x32\x60\xb3\x9f\x7c\x1c\x22\x47\x48\xc5\x18\x76\x23\x21\x67\xf0\xd4\x66\x44\x18\x3b\xf8\x9d\x67\x05\x3f\xf8\x9d\x95\x72\x3e\x02\x93\xd1\x5a\x7b\xae\x7f\x40\xa1\x8b\x9c\xc5\xc7\x55\x2c\x9b\x7c\x8b\xe7\x93\xe7\x8e\xaa\x37\xdd\xe9\xf2\x16\x62\xff\xa3\x07\xd0\x01\xc6\x7f\xd7\x1d\xff\x3e\x83\x9b\x94\x14\x26\x2e\xf1\xf3\xdd\x9f\xaa\xf3\xb8\xea\xac\x64\x7c\xf1\xf4\xd4\x52\x33\x6c\x98\x26\xb9\x30\xc9\x39\xb1\x38\xb7\x83\xe9\x06\xbb\xd9\x96\xf5\xd4\xb6\xf1\x6a\x3d\x4f\xbc\x84\x6d\x70\x5f\x52\x4f\xfd\xcf\xba\xcc\x25\xe3\xb1\x01\x1a\xa6\x98\x2b\xdc\x31\xca\x78\xc1\x29\xf6\x18\x23\xa3\xe6\x9d\xd4\xd2\x99\x5c\xf9\x59\xa6\xa0\x4d\x82\x7c\x77\xab\xcb\x4d\xf4\xa7\xf9\xf2\x3b\x98\x2f\x7d\x66\x6e\x5f\xde\x78\x3e\x36\x75\xb5\x7f\x38\x6d\xab\x7d\x9f\x9d\xb3\xde\xa5\xe5\x2d\x3e\xf9\xca\xd6\x6a\xdf\x71\xda\x9b\xb5\xd9\x56\xb3\x26\xa3\xb7\x74\x55\x10\x75\x74\xad\x74\x99\x5b\x59\x6b\xa0\x37\xb8\x98\x90\x79\xfa\x7e\x33\xf9\xc6\x80\x78\x61\xf2\x7f\x83\x34\x9b\xe6\x19\x30\xe7\xf2\x53\x72\x0e\x31\xc8\x2e\xa9\x29\xa9\xcf\x26\xf9\x3e\xb9\x18\xd7\x26\x1e\x5c\x9d\xa7\xef\xa4\xe6\x17\xb0\xda\x6b\x34\xe5\xb8\x08\xe0\x07\x4d\xea\x03\xc7\x72\xe9\xe1\xc5\x0a\x0e\x2f\x96\x1d\xa9\xf9\x0c\xe2\xab\x6b\xc7\x72\x01\xb2\xeb\x40\x01\x4f\x29\xe0\x4a\xa9\x11\xce\x06\xa5\x4b\x47\xae\xe1\x61\x60\x93\x6d\x59\x7d\xed\xee\x43\x5b\x92\x83\x36\xcb\x4c\xd2\xc3\x42\x29\xe3\xe4\xad\x9a\xc2\x1a\x78\xc6\x0c\xac\x2f\x3c\x92\x11\x35\xcb\xde\x29\xa5\x68\x96\xad\x4e\xa1\xd9\x55\x5d\x91\x74\x32\xcb\x4e\xca\x2e\xd5\x82\xc1\xe5\x39\x1c\xe7\xc7\xb7\x2d\x68\x3a\xc4\x23\xe5\xf5\x50\x8d\x07\x7a\xb4\xbc\x7e\xac\x79\xf1\x77\x19\x6e\x93\xac\x99\x86\xb5\x97\x0f\x3a\xcf\xa0\xd9\xe7\xb1\xc6\x8e\xb3\xec\xa0\x2b\x6e\xa3\x39\xe6\x87\xb4\x4e\x9b\xaa\xe6\x77\x02\x31\xea\xb7\x77\x3b\x2d\x61\xa7\xac\x78\xfe\xfc\x34\x9e\xcb\xf1\xec\x96\x55\xfe\x69\xdb\x5b\x78\x23\xce\x74\xb3\xc6\x3c\x3e\xd2\xfa\x9a\xae\xce\xcc\x13\xde\x92\xb9\x44\x34\x68\xd3\x7c\xd6\x8d\xb6\x3e\x79\xa7\xcf\xc2\xc6\x47\xa6\x30\x6f\xfb\x3d\xaf\xef\x99\x44\xf4\x7d\x84\x07\xef\xd5\x79\x97\xfe\x4c\xe2\xbd\x56\x30\x49\x98\xad\xbe\x0b\xc8\x00\xb5\x15\x52\x8f\xe1\x76\xea\x2f\x54\x11\x52\x44\xe9\xc3\xca\xce\xc8\xb5\xff\xdb\xa7\x15\x59\xf1\x7f\x1b\x5c\x59\xbc\xac\xc1\x65\x29\xe7\x7f\xfb\xb4\x44\x22\x18\xd4\x35\x4b\x22\xff\xdb\xbb\xdd\xa6\x35\x68\xe7\x42\xb9\xcd\x7f\x3b\xe7\x72\x2b\x15\xd4\xa9\xb5\x09\x9a\x3a\xdd\x73\x4d\xbb\x77\x26\x5b\x6e\xe0\xec\x8e\xd7\xbb\xf4\x45\x7e\x20\x55\x42\xcb\x1a\x9f\xdf\x5e\x1a\x88\xf2\xea\x7a\x16\xe8\x59\x95\x47\x31\x12\xbc\xeb\xce\x59\xd3\xb0\x4b\x66\xb9\x66\x3a\x8a\x95\xd7\x4e\xcb\x09\x18\xe6\xad\xaf\x9e\xa6\x93\x30\xcc\xa6\xab\x00\xe2\xbb\x4c\x5b\xa1\xbd\x0b\x4d\xdf\x01\xc4\xf3\xa7\x71\x0f\xf2\x34\x60\x61\x36\x0d\x80\x26\xff\xe7\x47\xbc\x76\xd2\x76\x1d\xe7\x47\xcb\x46\x3b\xfc\xea\xea\xd6\xb4\xe0\x59\x17\x43\xde\xdc\xa4\xdb\x26\xaf\x57\xdc\x0f\xd9\xd5\x5c\x7b\x4d\xe4\x18\x00\xc3\x76\x97\x2a\xa9\x06\x00\xcc\xee\x8e\x6c\xeb\x7f\x97\xab\x1e\xdb\xc6\x2e\x74\x6f\xa3\x0c\xee\xfc\x3b\x18\x39\xbc\xd3\xb6\xac\xd2\xe6\x06\xaf\x9f\x5a\xe1\x18\x00\x8d\xab\x07\x6c\x72\x59\xe9\x48\xbd\x65\x6e\x83\xb9\xea\x46\x6d\x2e\x74\x2a\xcc\x57\x9f\xf2\x31\xa8\xb5\xdf\xd1\xe5\xa0\x36\x75\x96\x07\x42\x0f\x6c\xad\x43\x42\x81\x76\xd2\x3b\xd3\x1d\xe6\x4a\x47\x81\x89\xf2\xf2\x33\x93\x97\x0b\xbd\x92\x46\x5e\x86\x6c\x89\x6f\x40\x53\x58\x03\x6f\x81\x57\x72\x81\xc9\x9c\xbd\x97\x89\x9b\xad\xb7\x32\xb3\x33\xcc\xc0\xac\x1c\xdc\x02\xbb\x46\xfe\xa0\xf5\x28\x73\x95\x91\x5f\x68\xaa\xf6\x42\x59\x64\x04\x64\x41\xfb\x4b\xe5\x92\x21\x90\x49\xe9\xa4\x85\xf1\x9e\x32\x4a\xdb\xe0\x79\x92\x6a\x02\xe4\x6a\x79\xa5\x83\x79\x1a\xec\x27\x2e\x62\x5c\xb6\x1f\x0a\x12\xce\x84\x51\xa5\xd2\xa6\x8c\x39\x55\x69\x02\xbe\x31\xe3\x4d\x57\xd2\x33\x9a\x58\xe7\x5d\x18\x4b\x6c\x60\x25\x23\x0d\x41\x2c\x67\x1c\x01\xc6\xa9\xbd\x44\x1e\x97\xb3\xf4\xa9\xa9\x16\x31\x0a\x02\x31\x60\x11\x5e\xce\x94\x39\xf4\xc5\xb5\x30\x8d\x19\x62\xac\xb8\x9e\x15\x58\xe9\x77\x61\x02\x06\x7a\xe5\xf0\x8b\x95\x97\x0f\x3c\xd6\x3e\xb1\x20\x80\x15\x02\x21\xbd\xaf\x9e\x73\x73\x89\xd0\x16\x5f\x26\x12\x46\x6a\x4d\xb5\xb0\x50\x28\x8c\xd6\x9a\x92\x0a\xbc\xd2\x3b\x8a\x05\xde\xc2\x59\x72\x41\x82\xb1\x56\x30\x30\x20\x27\x8c\xdb\x5a\x1a\x1d\xc2\x2a\x9b\x48\x04\x5e\xd0\x58\x24\xe8\xcb\xeb\xa1\x9a\x0b\x85\xb1\xf2\x23\x52\x81\x15\x7f\x1f\xb1\xc0\x60\xaf\x95\x0b\x62\xed\x15\x82\x01\xab\x9f\x78\x5c\x99\x4f\x17\x8e\xfa\x9d\xd1\x76\xe9\xdd\x92\x4d\x4e\x5d\x61\x0d\xbc\x25\x8a\xe8\x12\x85\xf3\xdd\x14\xcb\x33\x14\xc8\x73\x14\xc5\x93\xee\xa6\x67\x6b\xd9\x22\x30\x32\xca\x2b\xe2\x32\xe6\x54\x5a\x13\x37\xb9\x31\xcf\x2d\x89\x0d\xb9\x5b\xe0\x63\x5f\xca\xce\x2b\x42\x4f\x34\xe8\x18\xcc\x29\xb3\xa8\x97\xb1\xfe\x9f\x39\xa3\x96\x06\xbd\x4c\xdb\x8d\xe6\x1b\x06\x0b\xe7\xf7\xf2\x08\x9c\xbb\x77\xda\x79\x78\x4f\x61\xf3\xce\x81\x43\x73\xb7\xd3\xbe\x97\x20\x3c\x3b\x66\x69\xf6\x72\xdc\x77\x93\xc3\xe7\x07\x4c\xdd\x7d\x3a\x09\xd7\xf1\xbe\x9f\x70\x5d\x2e\x0d\x4d\x05\xd6\x72\x39\xb3\x58\x14\xbc\xef\x7c\x3d\x97\xf5\xcf\xe6\x40\xc6\x06\x4d\xfe\xd2\xd8\x69\x59\x3c\xec\x6f\xc0\xa4\x13\xb3\x95\x9d\x13\x3e\xb7\x26\xf0\xed\x8c\xe0\xb5\xc5\x91\x67\x67\x04\x90\xad\x8f\xfe\xfa\x4e\xb1\x5b\x17\x0b\xa6\xba\x5c\xec\x13\x63\xb3\x7e\xbb\xf8\xe9\x70\xc8\xeb\x4d\x7a\xcc\x6f\xa5\x24\x88\xdd\x79\x05\x30\x1b\x89\x67\x76\x6b\xf6\xa5\x43\x29\x2f\x1a\x19\x79\x81\x90\xc7\x8b\x46\x30\x5e\x32\x22\xf1\x77\x0b\x1a\x7c\xc7\xa8\xbf\xf7\x8c\xda\x33\x80\x2d\x1e\xd6\xba\x18\xff\x23\x84\x33\x38\xbf\xad\x7f\x26\xcf\x8f\x80\x59\x84\xc3\xb9\x7c\x3e\x0a\x66\x11\x87\x73\x28\xdf\x93\xb7\x79\x93\x97\xe5\x6a\x09\xe8\xc5\xf8\x99\x41\x3d\x49\x47\xcf\xdc\x7c\xd7\xc9\x76\xb6\x59\x20\x3e\x69\x4f\x22\x2e\xde\x1a\x35\x3b\x49\x76\xb7\xe8\x34\x99\xb6\xb4\x0e\xe2\xa2\xa8\xf1\x45\x61\xde\xef\x17\x6a\x7d\x4e\x30\xf4\x59\xd1\xca\x9a\x54\x2d\xdb\x68\x1b\x6f\xd3\x3e\xf1\x83\xd3\x9e\xef\xc2\x0f\x2f\x3c\xbc\x08\x79\x0b\xda\xd0\xb4\x6d\xd1\xb4\x09\x26\xc4\xb7\xbb\xea\xdb\xc8\x2b\xe1\xe9\x32\x59\x4a\x0a\x46\x23\x23\x47\xb4\x54\xda\x58\x4e\x4e\x54\x9a\x80\x6f\x2e\x03\x27\x2b\x8d\x48\x3c\xa1\xce\xfb\xc8\x37\xa1\x81\xb5\xd2\x6c\x00\x62\x85\xec\xea\x61\x0c\xb7\xb9\xd7\x1a\x41\x3d\xcc\xbb\x05\x41\x8b\xba\x5a\x2b\x58\x68\xb4\xb2\x41\x7b\x6b\x58\x6a\xa2\xf2\x2c\x6b\xdd\xbd\x6f\x80\xa2\xa6\xa1\xf3\x59\xed\xee\xec\xc0\xc4\x21\xac\xa1\x54\x64\x29\xab\x8e\x5f\xd3\x66\xf3\x28\x24\xad\xfa\xc1\x71\x9c\xab\x89\x23\xd9\xca\x59\xec\x5b\xbe\xc6\x3a\x4b\xb7\x60\xb2\xe2\xb9\x3d\x0f\x6e\xb8\xb0\xf6\xc5\x97\x2c\xb0\xa3\xb5\xa6\x5a\x58\xb4\xe0\x4e\xd4\x1a\x5f\x78\xbb\x4a\xef\xb6\x00\x77\x2d\x9c\xb1\x10\x2b\x30\xd6\x2d\xc8\xba\x63\xff\x04\x95\xb2\x01\x93\x31\x0d\x2e\x38\xbc\x20\xbb\xf1\x68\xc5\xc3\x8b\xf5\xd9\x82\x0a\x57\x6f\x52\x02\x06\x25\x1d\x03\xb6\x79\x62\xc1\x8e\xc3\xb4\x4f\xf8\x9d\x47\x12\xfc\xdb\xf1\xe9\x00\x52\xf7\x68\xed\xab\xc6\xfa\xf8\xb1\x5f\xc2\x2d\xcd\xe2\x7f\x65\x55\xb5\x25\x95\x51\x54\x80\x41\x01\xf1\xdd\xd5\xe9\x4f\x35\xf3\x9f\x53\xcd\xec\x07\x9c\x3a\x20\xfd\xde\x74\xec\x38\x90\xba\x98\x4c\x80\x06\xc1\x75\xfb\x47\x12\x85\xad\xdb\x4c\x1f\x27\x7d\x1a\x84\xf0\xf0\x62\xc1\x9f\x8d\x13\x43\x4a\x5e\x10\x62\xf2\x02\xcc\xa5\x85\x25\x7c\xa5\x00\x55\xf3\x20\x9c\x09\x4b\x9b\x08\x61\x2c\xcf\x83\xbe\x93\x77\xdb\xaa\x6a\xfa\xd4\xcf\x4d\x75\x68\xd3\x85\x1d\x5e\x46\x6a\x3c\xe6\x69\xd6\xd7\x60\x06\x9d\x50\x49\xe6\x34\x1c\xdb\x5d\x95\xa5\xe5\x49\xcd\xc7\x80\x33\xe0\x97\x7d\xba\xcb\x7f\xc6\x02\xdd\xf1\x94\xcf\x9f\xba\xac\x76\x2c\x53\xa3\x84\xc7\xe9\x9b\x5d\xec\xb3\xfc\xe5\x26\x70\x9c\x5e\x82\x6d\x8b\x97\x3c\xd3\x72\xc0\x40\xc8\x0d\xbb\x35\x48\xa2\xa7\x66\xcf\x53\xd3\xe6\x0d\xf2\xe5\x31\xaf\xfa\x26\xdf\x37\x79\xdd\x67\xcc\x93\x9e\xe2\x0f\xbb\x68\xf2\xdd\xb1\x2b\xa8\x66\xdc\x53\x01\x88\x0f\xd5\x9c\x7b\xfc\xb1\x20\x5e\xf5\xe3\xc5\xe6\xf4\xa9\x2d\x17\x38\x87\x17\x41\xe9\x1d\xa9\x72\x5f\x65\xaf\xa7\xfe\xdc\x1b\x80\x1f\xe3\x07\xd2\x8e\x6b\xb1\x7f\xe8\xc7\x38\x7d\x6a\xaa\x79\xdc\x84\x39\x1c\x07\x81\x98\x89\xa6\x4b\x6b\xd3\x8e\xb6\x3b\xc2\x8d\x9f\x14\xef\x43\xd0\x67\xb5\x6b\xdd\x0f\xc1\x28\x2b\x03\x0a\x2d\xca\xf6\x2b\x43\x5a\xe8\x75\xec\x3c\x3f\x76\x46\x2b\x85\x29\x4a\xbd\x51\x58\x6c\x22\xe9\x53\x14\xb5\x73\x46\xf4\x79\xbb\x54\xc0\xb4\xcd\xbc\x36\x4a\xe5\x0e\xc2\x20\x4e\x77\xaa\xb8\xf5\xcb\xb6\xaa\xd9\xec\xfa\x1f\x9b\xb2\x3a\xe6\x5f\x4e\x9b\xa7\xfa\x58\xd5\x37\x87\xaa\x40\xf6\x19\xcf\x0a\x33\x66\xc4\x0f\xae\xd1\xb9\x15\x8e\xdb\xdc\xa2\xf3\x1f\x46\x6c\xdf\xdc\xd8\x89\x03\x6c\xc3\x95\x01\x20\x5d\xcb\x11\x48\x46\xb2\xaf\x9a\x62\x93\x13\xcc\x50\x74\xdd\xfe\x2a\xf6\xdb\xaa\xfb\x71\xa8\xca\x62\xf3\x6a\xef\xd2\x7d\xfa\x90\xef\xf2\x7d\xd3\xbd\xf9\x9a\xd6\x7b\x60\xb8\x21\x36\xfc\x49\x27\x90\xc6\x53\x25\x49\x8e\x29\xe1\x78\x46\xbe\xb3\x3e\x5b\x1e\xc5\xd3\x19\x22\x8e\xbd\x26\x2b\xe0\x3a\x78\x38\xc0\x79\x50\x82\xe3\xde\xa9\x65\x63\x6a\x58\xc8\xd5\x30\xf8\xf2\x46\xb2\xe2\xb8\x01\x5e\x7d\xb5\x37\x8f\x98\xc0\xaa\xae\x9e\x9a\xdc\xde\xa4\x75\xd6\x8e\xf6\x53\x69\x95\xc5\x35\x79\xcc\xd3\xb2\x79\x44\x61\x6a\x57\x4f\xcd\xe1\xa9\xb1\xb2\xcc\xca\x77\xd7\x4d\x66\xf1\x74\x53\x43\xb2\xbd\x4f\x1e\xd1\x75\x72\xb1\x1b\x1f\x96\x26\x68\x38\x82\xe6\xd4\xe0\xa9\xbc\xc6\x89\xd2\x16\xe8\x68\xc3\x1f\x0c\x35\x07\xdc\xd2\x3a\xa4\x75\xbe\x6f\x6e\xe5\x59\xb4\x18\x9d\x9e\x25\x66\xd0\xea\xf5\x7f\x05\xbd\x8e\x79\x5a\x4d\xbb\x9f\x5c\xcc\x14\x7c\x48\x9b\xfc\x6b\xfa\x4a\x36\xd5\xfe\xf8\x54\xda\xf9\x4b\x93\xd7\xfb\xb4\xb4\x8f\xd5\x53\xbd\xc9\x7b\x04\x94\x72\xbf\x16\xfb\xac\x83\x3d\x94\x01\x6d\xb6\x9d\xf7\x27\x7f\x97\x30\x8d\x8b\x8f\xa4\xef\x60\x82\xee\x42\xb4\x82\x99\x84\xf7\x41\x08\x75\xb6\x8d\xf3\x36\xd2\xe9\x6b\xb1\x93\x9a\xce\xe5\xf7\x79\xbe\xa5\xb7\x7d\xaa\xb6\xb8\x17\x27\xc2\x4c\x69\xc9\x0c\x6f\x91\xeb\xf9\x03\x12\xd5\xf9\x6e\xac\x6d\x9e\x3b\x53\x40\x80\xa5\x92\x54\x32\xb1\xa9\x49\xdf\x86\xb2\x4b\x19\x88\xb9\xe1\xd5\x0d\x2b\x67\x19\x5f\xe8\x8b\xaf\x92\x94\x6a\x05\x67\x97\x9a\xf1\x9f\x26\x14\xfc\x5f\x2c\x3e\xdb\x5b\x12\x9f\x6d\xe8\xd9\x5c\xe6\xca\x34\xf1\x5d\x76\x3e\x33\xce\xa9\xa1\xc0\xa9\x61\xcf\xa9\xdd\x2a\xf9\x76\xf1\x51\x3c\xc7\x99\x78\x96\xf7\xb0\xeb\x7a\x75\x48\x37\x45\xf3\x7a\x43\xa2\x5b\x3d\x15\xfe\xc0\x49\x18\xff\x49\x32\x26\x72\xba\x27\xf4\x5d\x38\x6c\x55\x40\xd8\xca\x30\xb0\xbb\x4f\xc2\x42\xe3\x0c\x75\x7b\x41\xb5\xd1\xb0\x95\x3a\xde\x1a\x23\xe4\x5f\xeb\xf4\x1b\x6a\x58\xef\x14\x12\x50\x64\xff\xe5\xe7\x0f\xf6\x87\x2f\x62\xac\x48\x97\xb7\x03\x74\x2a\x28\x0a\x66\x1d\x2b\xf6\xf9\x02\xa7\xe2\x2f\xd1\xe8\x9a\x90\x82\x33\x5a\x55\x1c\x44\x8b\xb6\xee\xca\xc2\x5a\x96\xde\x61\x50\xc3\x78\xcb\x6e\xa6\xe2\x5c\x3b\x8d\x70\xf3\x01\x96\xed\xba\xbd\x38\xe9\xe1\x1f\xf6\x84\xee\x69\xe5\xfe\xd5\x79\x4c\x6b\x12\x20\x75\x16\x7c\xf3\x00\xaa\x4b\x36\x73\xc9\x3e\x4c\xf9\x60\x27\x2e\x5f\x58\x93\x2b\x5b\x75\x0d\xcb\x4e\x99\x51\x4f\xf4\xe8\x95\x0e\x67\xdc\x84\xc0\x7c\x59\xd0\xee\xb2\x36\x2f\x73\xb1\x80\xe8\x49\x93\x94\xdc\x3e\x95\x3b\x86\x0b\xd2\x7c\xb7\x0c\x3d\x16\xae\xd5\xaf\x40\x57\x67\xa0\x3a\x80\x75\x92\x2d\xc7\x51\x77\xeb\xc2\x2b\x38\xde\x89\xd2\x17\xbe\xfd\xc1\x11\x23\x48\x44\x81\x8d\x35\x2c\x76\xd5\x9a\xe2\x2d\xd2\x17\xeb\x02\x05\x24\x8f\x03\x3b\xb5\x31\x56\xa3\x75\xd4\x48\x55\xa2\xc3\x4b\x9b\xb8\x9d\xbb\x5e\x45\x53\x9f\xf6\x06\x14\xc6\x10\xc0\x70\x31\xf8\xfb\xfc\x01\xb5\x39\xb1\xb5\x36\x6d\xb8\x33\x8b\xb5\x76\x33\x4a\x6c\xc8\xeb\x5c\xc1\x71\x8f\x4e\x3c\xd9\x3a\x6f\x87\x89\x35\xb1\xc7\xd7\x63\xa5\xba\x3d\x24\x99\x3e\x03\xe4\xd8\x05\x81\x86\x4d\x6b\x81\xea\x50\x98\x69\xb4\x4d\xd0\x39\xa8\xa8\x4b\xbf\x31\xc6\x4b\x1c\xff\x2d\x75\xa9\xaf\xbd\xd8\x4c\x96\x9e\x9e\xdf\x51\x78\x6c\xec\x66\x7b\x32\x74\x50\x4b\x6b\xc3\x6d\xbb\x25\xf5\xe1\x43\x1b\xa5\xb2\x6c\x4c\x47\xb1\xd0\x51\x9f\xb1\x1b\x13\x8b\xbe\x31\xf7\xe8\x80\x8c\xf7\x5b\x68\x03\xdd\x5d\x82\xf7\x32\xcf\xec\x3a\xe7\x3e\x3d\x5d\x5a\x7d\x8d\xc3\x50\x33\xb8\xe3\x00\xad\xb2\xd0\xe6\x7a\x9d\xaa\x73\x6d\x06\x4f\xba\x37\x6f\x12\x87\x54\x66\xb3\xd5\x6d\x33\x57\x70\xc7\x47\xda\x0d\xf5\xe0\xf0\x62\x41\x2f\x6d\xaa\xa6\xfa\x57\xb7\xcb\xa7\x4a\x4e\xa1\xd8\x5e\x0b\x3c\x51\x82\xdd\x7f\xac\xc5\x2f\x3c\xbc\x58\xb1\xae\x55\x27\xb8\xba\x46\x1f\xb1\xe5\xeb\x36\xe8\xd5\x4b\x0f\xd6\xc3\x99\x1c\x2a\x46\x62\x96\xd4\x27\xbd\x12\x96\x65\xcd\x85\x0f\xfc\xc6\xc4\xe1\x02\xa3\x0f\x25\x98\x6c\xf7\xa9\xd4\x66\x62\xbf\x1d\x9c\x1b\x77\x0c\xd0\xb7\x52\x03\x36\xb2\xd2\x3b\x35\x30\xc0\xac\xd2\xcc\xf4\xb0\x52\xd1\x36\x1f\xe8\xa2\x5f\x1f\x8b\x26\xb7\x8f\x87\x74\x03\x3d\xfc\x5a\xa7\x07\xb6\xc9\xd9\x95\xcb\xcb\xb2\x38\x1c\x8b\xa3\x11\x36\xdd\xbe\x06\xde\x81\x81\x5b\xd3\xe6\xa3\xfb\x4e\x97\xfd\xad\xda\xa4\x33\x42\xbb\x27\x6b\xdb\x83\xe1\x52\x22\xb0\x1e\xdb\x07\x09\x0f\x2f\xe2\xc3\xae\x46\xc0\x77\x03\xb9\x4e\x23\x28\x11\xf8\xbd\x0b\x58\xb3\xe1\xa7\xf5\x93\x45\xaf\x84\x70\x36\x69\x7b\xc8\x00\x73\xd1\x5e\xe2\xa8\x8b\xca\xb9\xbc\xc4\x3a\x7a\xff\x34\xca\xef\x40\xdd\x59\x99\x1d\xf3\xb2\x68\x83\x35\x3c\x6f\xb6\xa8\x70\x3d\xed\xa2\xe0\x95\xf6\xbe\x40\x3e\xcc\xec\xcc\x5e\x75\xb8\xe0\xe6\xad\x83\xdc\x6d\xb1\xdb\x5e\x4c\xc3\x54\xac\x66\xec\x1e\x40\xfe\xfa\xf1\x5a\xf4\xaa\x65\xd2\xaf\x47\x39\x26\x49\x58\x3b\x17\x80\x7c\x3c\xe9\x92\xaa\x0f\xce\xaf\x84\xa3\x16\x98\x16\xb5\x4c\xbb\x06\xcb\x9b\x79\x2d\x8d\x02\x60\x27\x65\x7c\x76\x45\x96\x95\x23\xb1\x1e\x5d\x1b\x7c\x07\x75\x11\x01\xdb\x3a\x32\x09\x5a\xbc\x68\x18\x47\xde\x64\xab\x63\x37\x66\xb6\xf0\xc5\x89\xa4\xec\x0b\xec\xab\x2c\xef\x7f\x1d\x1f\xab\xaf\x16\x39\xe6\xc7\x23\x73\x5c\xca\x35\x05\xf4\x52\xb9\x03\x52\xb1\x26\x23\x59\x7e\x6c\x8a\x7d\x0a\x12\x43\x51\x62\x26\x10\x15\x40\x0a\x87\xe5\x85\xf4\xfa\x65\x7a\x38\xe6\x37\xed\x97\x37\xe6\xf3\xcc\xaa\x9d\x5d\xe7\x9b\xd7\x4d\x59\xec\x1f\xac\xa6\x16\x96\xa7\x3f\x82\x80\x3e\xc3\x41\x3d\xed\x49\x9e\x71\xf9\x72\x0a\x86\x46\x81\x66\x9c\xe3\xda\xba\x4c\x59\x97\xb9\x51\x7e\x27\xbb\x40\xcd\xa0\xea\xe1\x89\xe7\xe1\x59\xae\xe0\x99\xe9\xa5\x70\x9e\x20\x7a\xa7\x5c\x64\x6d\x71\xb2\x6f\xaf\xa8\x3f\xfe\xa6\x45\x4c\x5b\x62\x41\x77\x33\xbe\xdb\xcb\x2a\x5e\xdd\xdd\x54\xfb\xf2\x75\x38\x7f\xa6\xca\xf5\xc1\x70\x2f\xad\xfa\x33\xa2\xeb\x2c\xc2\xe4\xd3\x64\xfb\x9f\x4e\x43\x15\x6b\x12\xfe\x26\x3d\x40\x55\x11\x28\x7f\xa4\xde\xcc\x19\xcf\x4a\xe9\x79\x01\x26\x21\x3b\x23\x5b\x95\xc2\x0a\xbb\x4c\x51\x41\x66\x51\xf9\xdd\x49\x8e\x67\x24\xc9\x5c\xaf\xee\xab\xec\x15\x5a\x6c\x2f\x9b\x1c\x3c\x96\x19\xf7\xd6\xf8\xf2\xc1\x36\xea\xa4\x49\xef\xed\x7d\xfa\x2c\x1a\xaa\x54\x35\x80\xd5\x45\xf8\x56\xbf\x02\x96\x79\x5a\xdf\xdc\x57\xcd\xe3\x6d\x99\x37\x4d\x5e\x23\x1b\x60\x06\x5d\x07\xef\x55\xe5\x4d\x8d\xda\x1b\x7f\x20\x89\x3b\x11\x69\xe8\x74\x76\x51\xdf\x23\xe6\xf9\x51\x7d\x83\xe9\xbe\xd8\xa5\x4c\xc0\xf6\x5d\xef\x1d\x16\x6d\x5d\x50\xfc\x64\x42\x7b\xbd\xa7\x40\x2a\x35\x66\xbf\x64\xf9\xa6\xaa\x71\x9d\x64\x84\x1c\x5e\xf0\x61\x1f\xea\xea\x90\xd7\xcd\xeb\x8d\x6a\x1e\xde\x1a\x15\x92\x06\x5c\x8a\x9e\x93\xd4\x9e\x29\x1f\xd6\x8d\xdb\xdf\x4c\xdd\xf7\x8a\x4d\x0f\xb6\xe7\x91\x67\x57\x56\x7a\xd3\x1e\xad\x9c\x2a\xc3\xbd\x00\x53\x45\x98\x1b\x60\x2c\x32\x4c\x3b\x38\x5d\xfd\x7e\x40\x06\x1d\x16\x5d\xc4\x9b\xb4\x81\x39\x6b\x37\x55\x55\xde\xa7\x7c\x48\x8f\x39\x4e\x75\x8b\xff\x3b\xf4\xb0\x8f\xcc\x29\xab\x73\xe6\x4c\xb1\x8d\xce\xe8\xe2\xce\xeb\xfe\x52\x76\x61\x2a\xb7\x6e\x63\xb4\xa6\xf8\x29\x35\xde\x49\x16\x56\x7b\xed\x5c\x59\x9f\x2c\xf7\xf0\x72\x75\x3b\x71\x8f\xc4\x47\x5d\x7d\x4c\x47\xda\x55\xbf\x76\xb4\x17\x4b\x18\xd6\x9c\xe2\x58\x86\xe7\x00\x3b\x2d\xe3\x2e\x29\xdb\xbd\xbd\xc6\x5a\x26\x65\x86\x90\xdf\x74\x83\x7e\x52\x4c\x0c\xea\xb7\x4c\xaf\x14\xbc\x7b\xf4\xda\xec\x7c\x94\x27\xe5\x13\x4a\xb1\x3d\x40\xb6\xdf\x88\x1b\x18\x5f\xae\xa7\x5f\x0b\xa7\x2d\xd8\xae\xf2\x64\xe9\xd1\x33\x1a\xc6\x41\x65\x73\xe9\xa4\x4c\x93\x48\x4d\xa7\x8e\x7a\x8f\x6c\x4e\x17\x0d\xd9\xc9\x04\xb5\x0b\xd7\x6f\xb6\x39\xa5\x2d\x3a\xf1\xce\x20\xf2\x67\xe8\x90\x56\xce\x00\xec\x8a\x3d\x0f\x97\x47\x4f\x86\x70\x8b\x11\xfe\xfe\x23\xad\xb0\x17\x38\x31\xb3\x20\xfc\x91\xaf\x18\xc6\xe5\x71\xf9\x98\x8d\x96\x1c\x85\x2a\x95\xe2\xb0\xcc\x42\x2a\x39\x48\xb3\xc2\x7a\xc8\x3a\x14\xa7\x8a\x30\x28\xef\x10\x78\xc9\xda\x7e\x07\xc0\x0c\xe3\x55\x01\x9d\x0c\xa7\x55\x55\xc5\x56\x4d\x24\x80\xd4\x96\x51\x85\x89\x16\xe6\x41\xce\xc2\x58\x46\x9c\xa5\x75\xc7\x14\x2e\x76\xd6\x68\xc1\x54\x35\x4a\xdf\xd1\x17\x33\x9b\x29\xf3\x09\x3b\xba\x32\xef\xc0\xaf\xeb\x33\x67\x28\x75\x8d\xb8\x68\xaa\xc6\x7c\x11\x53\x8c\x26\x74\xeb\xe1\x91\x92\xfc\x58\x95\x40\xf6\x4d\x5a\x67\x56\x26\x9c\xa3\x1a\x2d\x7a\x6c\x0f\x9f\x1c\x0f\xe9\x9e\x47\x71\x80\xa2\xdd\x14\x87\x2f\xba\x6a\xd5\x53\x93\x2f\xac\x73\x3c\x94\x05\xd8\xa9\x0b\xab\xf1\x57\x83\x82\x48\xc6\x6d\x9e\x67\x40\x18\xeb\x70\xfd\x4b\x96\x36\xa9\xdd\xbe\xef\xba\x8c\xcc\xf3\xe8\x62\x63\x23\x45\x9a\x47\x1d\x2a\x27\xf1\x64\xf0\x80\xf6\x01\x0d\xa2\xd0\x35\xbd\x01\xfe\xf7\xdf\x09\xbd\x15\x77\xcf\x74\x3b\x73\xed\x52\x9f\x36\x4d\xfd\x51\xa4\xd3\x95\x74\x32\xd1\xb9\x15\x7c\x7f\x5c\x5b\xe0\x6a\xb7\x78\x43\x53\x00\x16\x4e\xaf\x1d\x39\x46\x4c\xca\x2d\xf5\x55\x3c\x3a\x51\x7b\x8e\x55\xc7\xab\x9a\x70\xec\x78\x6d\x3d\xe3\x76\xe5\x15\xfe\xed\x12\xc5\x28\x3c\xca\x9e\x4e\x71\x31\x3f\x32\xa1\x65\xe2\xd1\x18\x23\xd1\xa9\x20\xbb\x97\x18\x67\x5b\x9a\x02\xcc\xcf\x25\xb9\xa4\xb8\xcb\x1f\x18\x2f\x61\x06\xd5\xf4\x38\xdf\x71\xf3\x68\x62\x94\x59\x39\x1e\x3e\x3f\x75\x5a\x6e\x02\x54\x5f\x68\x0c\x4e\x3b\xb4\x73\xa0\xe4\x72\xda\x14\xe7\x23\x41\x27\xb3\x0c\x6f\xca\xe9\x46\x3c\x6d\xca\xbd\xe3\x7c\xaa\x70\xa4\xc2\x88\x13\x1c\xd8\xb2\xde\x30\x14\xeb\x9d\x0c\xa0\xb5\x07\xfe\xcf\x37\xa2\x46\xf6\x7e\x2f\x22\xdd\xde\x71\xb1\x7e\x5f\xf9\xf9\xfd\x65\xee\x77\x12\xd5\x67\xcb\xf4\x85\x42\x7e\x85\x06\x33\xbf\x3a\x4c\xea\x38\x33\xab\xc6\xd0\xfb\xd9\xe7\x94\xf8\x73\x41\xff\x5d\x17\x74\x21\x70\x74\xe8\x48\x3e\x6e\xd2\x32\xff\xe8\x5e\x93\x40\x74\x12\x8b\x4f\xb9\x5a\xd6\x3b\xb1\x31\x1c\x47\x48\x92\x86\xbf\xed\x04\x8f\x71\xa3\x76\x67\xb3\xad\x84\x4b\x8f\xfa\x92\x61\x5e\x38\xae\xb3\x03\xa9\x1f\xb9\x0b\x8d\x5b\x1f\x93\xae\x28\xc7\x36\xa8\xe9\x57\x73\x94\x9c\xd4\x6a\xe6\xf4\x14\x93\xd0\x5a\xa3\xf4\x4e\x4a\xb4\xb2\x51\x36\x89\xb9\x5e\xbc\x93\x3a\xf8\xbd\x74\xc5\xcb\xea\x92\x23\x01\xc6\xd3\xd4\x68\x9d\x8c\x33\xa5\xb8\xb7\x72\xa2\xc7\xe3\x80\xfa\x22\x63\x50\xa4\xce\x8c\x02\x92\x4b\xfd\xc1\x63\x85\x67\x78\x90\x89\x96\x69\x16\x1a\x2d\x23\x8f\xbd\x9c\xd4\x88\x1f\xe1\xfb\xe7\xb7\x9c\xba\x0e\x07\x3c\x81\xf1\xec\x7a\xf2\x54\x4e\x22\xa9\x7f\x2f\xb5\xbc\x28\xdc\x5a\x38\xd5\xf0\x99\xb4\x8e\x38\x1b\x0f\x32\x89\x49\xe7\x6d\x37\xdf\xbd\xb1\x95\x80\x2d\x37\x7d\xc2\x41\x16\x0c\xa4\xcf\x41\x6a\x63\x0e\x89\xf4\x97\x3a\x2f\x3f\xfd\xdc\xe6\x1d\xe9\x56\x74\x71\xe1\x8d\x47\x0f\x82\xb1\xb3\x16\x1c\xc6\x63\x5e\xb6\x96\xd9\xf0\xf9\x49\xba\x34\x62\x04\x9c\x58\x41\x5a\xe2\x34\x2f\xfa\xc4\x0a\x63\x11\x81\x8f\xb4\x0d\xd5\x81\x6f\x46\x41\x84\x50\x70\x0c\x07\xfd\x3b\xe1\x3c\x3e\x09\x83\xe1\xf1\x3e\x49\x83\x11\xce\xfb\x35\xe9\xfd\x21\xdd\xe7\xe5\x97\xbb\x83\xe0\xc7\xb5\x34\x0d\xb4\xba\x15\xdb\xd4\x3d\xd4\xd5\x43\x9d\x1f\x8f\x04\x34\xdf\x26\xaf\x77\xc5\x3e\x6d\x24\x77\x6c\xb1\x4b\x1f\xf2\x9b\xa7\xba\xfc\xf8\x5f\x41\x23\xb8\xc1\xdf\x3f\x1d\x9f\x1f\x3e\xbf\xec\xca\xdb\xcd\x63\x5a\x1f\xf3\xe6\xe7\xff\xe3\x7f\xff\x9b\x1d\x5f\xff\xe5\xf8\xfc\x60\xbd\xec\xca\xfd\xf1\xe7\x0f\x8f\x4d\x73\xb8\xf9\xe9\xa7\xaf\x5f\xbf\x92\xaf\x1e\xa9\xea\x87\x9f\xa8\xe3\x38\x50\xf1\x03\x2b\x72\xf3\x52\x16\xfb\x5f\x75\x05\xdd\x24\x49\x7e\xc2\xb7\x1f\x2c\xd4\xe5\x7e\xfe\x40\xfd\x0f\x16\x53\xe7\xd8\xf7\x4d\x99\x1e\x8f\x3f\x7f\x38\x36\xf5\xd3\xa6\x79\xaa\x73\xbb\xd8\x54\x7b\xbb\xac\x52\x60\xf6\x0f\x77\x7f\xc1\xf9\x70\x47\xf4\xef\xed\xfb\xf4\x98\xf7\x03\xee\xbe\x8d\x95\x6b\xa9\x73\x62\x61\x14\xc0\xf3\x23\x25\xb7\xe9\x7e\xf3\x6a\x1f\x0f\xc5\xde\xf2\x8e\x56\xb1\xdf\x16\xfb\xa2\xc9\x2d\x30\xf1\xd3\xfa\xb6\x6b\x8a\x06\xb7\xc7\xa6\xae\x7e\xcd\xed\x2c\x3d\x3e\xa6\x75\x9d\xbe\xde\x38\x96\xef\x8b\x4f\xab\xed\xf6\x98\x83\xd6\xca\x9f\x01\x8c\x4d\x7a\xb8\xc1\xe1\xe8\x35\x5e\xbb\xaa\x0b\x98\xe2\x81\xf3\xa3\x15\x38\x3f\xbe\xfd\xdb\xaf\xf9\xeb\xb6\x4e\x77\xf9\xd1\x9a\xc5\xf1\xe4\xfc\x78\x32\xc6\xe3\x8d\x06\x9a\xd2\x9e\x67\xb9\xae\xa6\xb8\xed\x3b\x6f\xc1\x02\xf0\xb6\xeb\x3a\x6f\xd1\xa2\x16\xdc\xc0\x79\x6b\x2a\xf3\x16\x28\x75\xde\x0c\xc8\x73\x2c\x76\x87\x32\xef\xe8\xd3\x9b\x16\x75\xd5\xa4\x4d\xfe\xd1\xc9\xf2\x87\x2b\x68\x78\xf0\xc6\x0b\xd9\xbb\xb7\xbf\xfc\xc4\xf8\xee\x2f\x59\xbe\x3d\xde\xfd\xe5\x90\x82\xba\x8c\x08\xfd\xfc\xe1\x47\xea\x39\x8e\xf3\x81\xff\xb6\x39\x5f\x7b\x1f\xac\x6d\x51\x96\x3f\x7f\x80\xe9\xf8\xc1\x2a\xb2\x9f\x3f\xa4\x1f\xac\xec\xe7\x0f\xff\x70\xa9\x15\x94\xa1\xe5\x3d\xc7\xa5\x1d\x5a\x9e\x1d\xda\xde\x7f\xc6\xdf\x3e\xfc\x74\xf7\x97\x9f\x18\xf4\xa7\x63\x6e\xe1\x24\xb9\x79\xac\xf3\x2d\x36\x90\xce\x4c\x0c\x64\x7c\x00\xb1\xa6\x6e\x3b\x19\x10\x85\xe3\xf3\xc3\xdd\x7f\xbd\xd2\x9e\xc7\x68\xfd\xe6\xfd\xab\x3a\x3f\xe4\x29\x48\x1c\xfe\x6d\x32\xd1\x48\x77\x78\xc3\xef\xcf\x74\x60\xc8\x0b\xae\x73\x9b\xaa\x2c\x79\x0c\x0a\x2e\xba\xda\xbb\x74\xea\xea\xe5\xd5\xce\x5f\x0e\xd5\x31\xcf\x6c\x18\x84\x63\x97\xb0\x04\x5f\x3d\x1d\x8e\x4d\x9d\xa7\x3b\xfe\x58\x89\x7a\x94\x34\xb8\xe2\x1b\x2c\x9e\x5d\x98\xd5\xcb\xad\xfe\xa9\x74\x7a\x87\x1d\x6d\x60\xe7\x1b\x54\x5b\xc5\xb8\x1b\x77\xe9\xb5\x71\xd1\xc3\x44\x9f\x01\xce\xf8\xcb\xc3\x08\x49\xfa\x5a\xea\x8b\xc3\xf8\x39\xe7\x36\x7e\xcf\x71\x1c\xe3\x6e\x5a\x64\x5f\x65\xb9\xb5\xa0\xb3\x78\x51\xe5\x58\x87\x7a\x70\xe3\x7d\xee\x01\x28\x7d\x53\x2b\xab\x5d\x7f\x2a\x4f\xfa\x2c\x6b\x3c\x57\x9e\x7d\xcc\xeb\xe7\x62\xc3\xf6\x75\x39\xfe\x6c\x7b\x53\xc7\xa5\xf3\x75\xd1\xec\x58\x57\x15\x6d\x91\x89\xaa\x6d\x95\x62\x7f\x6c\xd2\xfd\x42\x94\xa7\x2a\xcf\xe1\x3c\x55\xd7\x14\xe9\x35\xb8\xae\x40\x71\x01\x66\x2d\xa7\x2c\x42\x4d\x57\x69\x0e\x37\x5d\x9d\x11\xe4\x86\x6e\x12\x8d\x83\xe3\x22\x93\x6e\x7c\x46\xc1\x94\x59\x97\x43\xb9\xdd\xb3\xf8\x5a\xa7\x87\x76\x13\x57\x7d\xb0\x40\x96\x5a\x64\x53\x1d\x5e\xed\x36\xeb\xa4\xb1\x60\x5d\x59\xef\xa9\x54\x2a\x4e\x88\x67\xe3\x92\x2a\x32\x53\xe3\xa1\x2d\x3a\x90\xf1\x46\xa5\xf4\xcd\x0e\x07\x5a\x29\x86\xc6\x66\x9d\x3f\xe7\x69\xa9\xcd\x51\xb4\x80\x94\x9f\x66\xfa\xfa\x69\x02\x29\xed\x21\x92\x05\x8d\x2f\x55\x31\xe6\xaa\x0c\x51\xd4\x16\x97\xec\x65\x97\x2e\x50\x7f\x70\x24\x60\x1d\x13\xee\xd7\x98\x64\x14\x5d\x59\xdd\xe8\x8a\xe5\x44\x77\xc1\x12\xe4\x24\x1e\xb1\x66\x19\x79\xaa\xf8\x60\xed\x1e\x16\xed\x73\xc5\x0a\x3a\x4a\xeb\x18\x11\x63\xef\xdf\x61\x5a\x1b\x4e\x41\xa5\x98\x34\xec\x4b\x94\xde\x8b\x49\xb8\xf7\x13\x54\x97\x90\x3e\x2c\x57\xe9\x22\xba\xb0\xe5\x71\x2d\x75\xce\xaa\xfd\x54\x6a\xab\x4f\x90\x78\x61\x79\x3d\x7a\x53\x4c\x39\x51\x61\x30\x3e\x0b\xca\x4e\x21\x32\x64\x79\x4d\xe1\xcb\x1d\x90\x5d\x36\x9b\xdb\x6d\x31\x9b\x79\xee\xec\xea\xa9\x99\x9b\xd5\x13\x55\x74\xb3\x5b\x53\x9c\x25\x90\xb1\xb9\x7d\xc8\x4e\xee\x2c\x16\xf1\x1a\xb8\x7d\x06\xdd\xa5\x1d\x50\x6a\x1a\xf6\x43\xce\xb9\x13\xbf\xaf\x8d\xae\xf5\x72\x8f\x1d\xac\x12\xe3\xbb\xfa\xb3\x50\x7f\x5a\x6b\x7f\x5a\x6b\x7f\x70\x6b\x4d\xc3\xca\x9c\x7d\xbb\x2c\x3d\xda\x0d\x46\xca\x77\xfe\xa6\x36\x0f\x47\xca\xa8\x07\x4d\x8d\x55\xb9\x43\x7a\x3c\x0a\xd7\x55\x4c\xea\x71\x23\x65\x07\x4a\x9c\x52\x4e\x13\x16\x4e\xf3\x7b\xc7\x4b\x16\xa0\xa9\xdc\xaa\x31\x89\xe6\x48\xd9\x01\x9a\xea\x4d\x1d\x9a\x83\x0a\x69\xbc\xf5\xa2\x25\x8a\x71\x5d\x60\xf0\x9d\x11\x9e\x63\x85\x87\x4a\xb1\x52\x50\x83\xe9\x26\xf2\x7c\x3f\x58\x80\x69\x9a\x65\x75\x7e\x3c\xf6\x6d\x1b\xd7\xcc\xd2\x26\x65\xde\xe1\x15\x95\x31\x2c\x75\x45\x3d\xd9\xbe\x31\xaf\xc6\x2c\xc6\xe5\x15\x71\x24\x16\xd7\xc3\x35\x16\xc6\x78\x65\xcd\xaa\x6e\x56\xd6\xac\xab\xa6\xda\x54\x66\x7c\x37\x18\xfa\x89\xb2\xba\xc1\x9e\x28\xae\x0c\xef\x8c\x87\xd7\xac\xa0\x32\x84\x53\xf2\x49\x1e\xb4\x69\x05\x4a\x1e\xa6\x99\xb2\xd2\xc0\xcc\x94\x1d\x19\x8a\xc1\xac\x1e\x19\x86\x41\xb9\xf1\x21\x18\x14\xd5\x92\x5f\xeb\x1f\x9f\x2f\xa4\x25\xfb\x50\xd4\xeb\x48\xae\xd3\x3c\x75\xe4\xd6\x96\xd3\x90\x5a\x5b\x4e\x21\xf3\xc4\x75\x36\x0b\x37\x31\xba\x23\x94\x73\xdb\x13\x72\xc1\x91\x6d\x08\x1e\x50\x24\x25\x26\x1d\xa4\x68\x78\xda\x67\x79\x0d\xc6\xcf\x22\x1f\xcc\xee\xbe\xd8\xe7\x99\xcd\xf9\x48\xe7\x3b\x69\x31\x5c\x2a\x84\xa6\x60\x69\xc8\xd2\x26\x1f\xa9\x35\x58\xcd\x56\xee\x3d\x3f\xe6\xfd\x99\x9f\xad\xf3\xb5\x35\xae\xa7\xa5\x08\x8c\xf1\xef\x78\xcd\xc9\x43\x2e\xa2\x33\x6b\x8a\xca\x6d\x56\x91\x2c\xdf\xa6\x4f\xa5\x71\xb5\xf1\xd0\x36\xb0\xc2\x04\xe7\xda\xe8\x1b\x2d\xfc\x91\x7d\x03\xed\x89\x93\xde\x8a\x13\x1c\xcb\xea\xa5\x75\x63\xd9\x72\x45\x37\xf4\x6f\xf9\xee\xf4\x5c\x1c\x8b\xfb\xa2\x2c\x9a\xd7\x36\x9b\xd1\x20\xd3\x8d\xa6\x66\x97\x1f\x5d\x86\x80\x5f\xcb\xbc\xd5\xa3\xd3\xa7\xa6\xd2\x37\xdb\xc9\x1b\xd9\x6b\x71\xab\x83\xd5\xc6\x3f\xff\xbf\xff\xf7\xff\x63\x2d\xf8\xfb\x30\x79\x03\x57\x9b\x28\xa2\x4d\x66\xf8\xe9\x9a\x6c\xeb\x3c\x47\x91\xc2\xb2\x5c\xf3\x43\x34\x22\xf6\xf8\x64\x32\xab\x50\x6d\x49\xb7\x78\x15\xfb\x6d\x65\x65\x19\xf9\x96\xd7\x95\x94\x66\x68\xaa\x5c\x93\x91\x02\xbb\x6c\xa7\x65\x59\x7d\x6d\xb3\xcf\xf5\x8f\xb3\x7c\xff\xda\x5e\x52\x37\x18\xbe\xe9\xc1\x1a\xd0\x9d\xa7\xb3\x50\x3a\xa9\xb9\x10\x54\x2a\x93\xef\x24\xef\x2c\xa5\x5d\x8e\x61\x01\xc8\x20\xa5\xed\x2e\x3d\xfe\xba\x3c\x84\xea\xb9\xc8\xbf\xfe\xb7\xea\xe5\xe7\x0f\x8e\xe5\x58\xd4\xb7\xa8\x2f\x87\x89\xcc\x87\x58\xf1\xe0\x13\xa8\x64\xd7\x4f\x65\xfe\xf3\x87\xfc\x39\xdf\x57\x59\xf6\xc1\xda\x94\xc5\x41\x7d\xc6\x03\x4e\x7c\x12\xfc\x35\x82\x4f\x8b\x92\xc8\xb3\x22\x12\xba\x96\x6b\xb9\x74\xe3\xc2\x4f\x9f\x78\x89\x15\x5a\x11\x09\x2c\xd7\x85\x7f\x8e\x09\xa1\x91\xed\x11\xd7\xb5\x5c\xd7\x8e\x48\xb0\xb1\xa1\xa0\x0d\x05\xed\x10\x1e\xd8\xec\xf9\x37\x00\xee\x46\x1b\x9b\x92\x28\xb4\x1c\x3b\xb0\x29\xa1\xbe\x1d\xd8\xc1\x91\x7d\xb1\x02\xf8\xb3\xe0\x87\x05\x3f\xd8\x17\x78\xf6\x6d\xe7\xd8\x31\xc0\x0d\xa1\xa2\x67\xb9\xc4\xf3\x6d\xcf\xf2\x8e\xf0\xc5\xf2\xd8\x7f\x36\xfb\x61\xb3\x2f\x36\x7c\xf1\xbe\xb5\x24\xe3\x81\x37\x42\xd4\xca\x9f\x83\xf2\x07\x1c\x94\x71\x2d\x4c\x48\x3c\x23\x6e\x3c\x89\x5b\x38\xfd\x0d\x96\x52\x4e\xd5\x91\x43\x1d\xfa\x3b\x09\x7f\xc1\xf0\xa7\x2f\xe3\x77\x12\xb6\x05\xba\xc6\xf8\x03\xf9\xa6\x59\x47\x49\xeb\xba\xe8\x92\x4e\x0e\x71\xfe\x1e\x48\xb5\xa0\x8a\x93\xba\x53\xb7\x82\x1e\xfc\xc6\xd2\xa9\x13\x7b\x23\x15\x61\xb5\x98\xef\xc2\x00\xfe\x68\x41\x09\x5e\xd7\x53\xb5\x7e\xff\x42\x2c\xdf\x87\x79\x7a\x6f\x4d\x36\xbc\x85\xd5\x4a\xbb\xa3\x2d\xdd\xdb\xce\xed\x99\xe5\xfb\xa6\x68\x5e\xbb\x32\xd2\x0a\xe0\xbd\xdf\x65\x4f\xf2\x9b\x6e\x2d\x5b\x95\x67\xc8\x08\xe2\x9a\x6b\x9a\xc6\x40\x9e\x84\x44\x41\xae\xef\x61\x9e\xe3\x17\xe9\xc1\x7b\xde\x91\x55\x56\x0f\xd5\x53\x73\x11\x9a\x4d\x81\x5b\x7b\xaf\xd5\x00\x9e\x44\xad\x58\xa5\x56\xfc\xce\xd4\xca\xf2\x32\x6f\xf2\x2f\x23\x57\xff\xf0\xb7\xd2\xd5\x42\xdf\x71\xe8\x64\x64\xf8\xdb\xef\x85\xcc\xd3\x71\x94\x2c\xf0\xea\x72\xf7\xab\x2d\x1f\x82\x8b\x32\xf4\x3c\x91\xcf\x6a\x6e\x39\x19\xd7\xce\xac\xb5\x74\xbc\xd4\x4c\x36\x25\xe4\xda\xf6\x16\x50\x52\x49\xc1\x77\xf1\x59\xb2\x86\x25\x56\xf5\x7e\xe4\xa8\x51\x7c\x78\xb9\x15\x92\xe6\xcf\xa6\x0f\xff\x81\x2f\xe8\x6a\xfa\x70\x2b\x65\x96\x9f\x61\xa8\x3a\x9e\xca\x01\xd3\x3c\x2d\xf6\xb7\x7d\x6e\x10\xe9\xe2\x67\xdb\xfe\xf5\xe9\x3e\xaf\xf7\x79\x93\x1f\x31\x7c\x7e\x89\x85\xd1\x9e\x75\x71\x85\xb3\x2e\x8e\x99\x61\xf1\x20\x9e\x33\xf8\xdb\xdf\xfe\x26\x99\x26\xdc\xee\x40\x7b\xc2\x21\xd4\xb5\x5c\xe2\x38\x34\x75\x09\xf5\xe1\x3b\x7c\x82\x4d\xe3\xd8\xc4\x8f\x28\x71\xe9\xdf\x3d\x42\x13\xcb\x27\xd4\x71\xa1\x10\x0d\x2c\xf6\xc9\x0b\x85\x61\x44\x62\xaf\xb4\x5d\x12\x24\xae\x15\x92\x84\x22\x2c\x17\x8b\xb9\xbc\x98\x45\xa8\x17\x43\x43\x5e\x50\xfa\xc4\x0f\x3d\x2b\x20\x41\xb0\x21\xd4\xf3\x09\x4d\x48\x90\x10\x3f\x24\x49\x08\xaf\xca\x88\xb8\x41\x62\x03\x4e\x1b\xe2\x45\x00\x00\x0c\x16\xe2\x86\x31\x94\xb0\x89\x1f\x24\x08\x83\xda\x1d\x0c\x9b\xd0\x84\x12\x8f\x52\x9b\x84\x91\x07\x6d\xd9\xd0\x56\xf8\x77\x37\x22\x09\x8d\xac\x80\x38\xde\x08\xee\x36\x22\x1f\x12\x3f\xb0\x3d\xe2\xc4\x48\x06\x6a\xb1\x4f\x5e\x2a\x48\x62\x9b\xb8\x54\xb4\x56\x3c\x1a\xfe\xf5\x3f\x02\x30\x58\x24\x5a\x46\x81\xe5\x11\x2f\x88\x36\x36\xa1\xae\x07\x75\xbd\x38\x24\x6e\x42\xd9\x17\x9f\x26\xcf\xc4\x75\x37\xc4\x71\x02\xe2\x7a\x21\x90\x83\x50\x9f\x38\x01\x25\x5e\x18\x11\xc7\xf3\x08\x8d\x88\x13\x12\x3f\xa1\xc4\xf1\x3d\x12\xa5\xc4\xa7\x2e\xfc\x21\x32\x2e\xe0\x11\x10\x5a\xda\xc4\x71\x89\x1b\x7a\xa9\x4f\x92\x30\xb0\xd8\x27\x43\xd7\x23\x14\xf0\x0f\xfc\xd8\x0a\x89\x1f\xb1\x8f\xb6\xb2\x17\xdb\xc4\x49\x92\x8d\x4d\x9c\x88\x38\xf8\x24\x21\x8e\x67\x13\xea\xd9\xc4\x01\xfa\xb9\x11\x7c\xb8\x91\x4d\x3c\x78\x1c\x45\x36\x09\x28\xb0\x82\x4d\x9c\x18\x3e\x12\x18\x8b\xc0\x26\x6e\xec\xda\x84\x06\x40\xfb\xe8\xef\x01\xf1\xad\x80\x24\xbe\x9f\xc2\x40\xfa\x61\x4b\x3a\x1a\x26\x36\x71\x1d\x97\x78\x11\x85\xbf\xf6\xb9\xe7\x44\x40\x80\x0d\x20\xe0\x11\x37\x44\xc0\xc4\xa7\x94\x38\x89\x4f\x82\xa8\x24\x8e\x13\x12\xc7\x81\x21\x21\x4e\x18\x6c\x88\xeb\xc2\x57\xea\x12\x97\xc2\x48\x13\x37\x8e\x08\xf5\x5c\xe2\xfa\x14\xeb\xd1\x90\x04\x91\x4f\x7c\xa8\x12\x12\x27\xf4\xa0\x87\x6e\x14\x10\x27\x8a\x09\xa5\x5e\x49\x5c\x0a\x66\x30\x50\x2c\x41\x8a\x25\x1d\x1b\x44\x71\x64\x79\xc4\x07\x46\x20\x6e\x08\x94\x87\x11\x74\x7c\x4a\x9c\x00\x7a\xea\x78\xc4\xf5\x81\x58\x61\xc8\x70\x75\x13\xc0\xca\xb3\x19\xc6\x71\x68\x93\x30\xa1\xc4\x75\x7d\x18\x9f\x10\x09\x4b\x61\x78\x1d\xdf\x26\x5e\x84\x04\x06\xbc\x9c\x80\xd3\x3d\x64\x40\x1d\x0a\x2d\x62\x2f\xa1\x0a\xeb\x32\x05\xe6\xa1\x31\x6b\xda\x8b\x7c\x42\x81\xe9\x3d\x1a\x11\x3f\x02\xcc\x08\x75\x42\xe0\x12\xcf\x73\x89\x9f\xc4\x84\xc6\xf4\x11\xaa\x02\x57\x41\x3b\x8e\xcb\x1b\x42\xb0\x31\x7e\x29\x89\x8b\xc3\xbb\x21\xae\x07\xdf\xbc\x90\x50\x8a\x23\x1a\x13\xcf\x0f\xd9\x28\x50\x68\xd0\x49\x28\xf1\xb1\x8b\x61\x0c\x73\x89\xf7\x15\xba\xe8\x20\x41\x23\xe2\x04\xc0\x62\x14\x08\x5b\x42\x31\x80\x9c\xa4\x01\xf4\xc6\x62\x9f\x6c\xca\x53\x42\x69\x68\x51\x12\xc5\x25\x76\xdb\x0d\xe3\x0d\x71\x68\x00\xe3\x89\x40\xdc\xc0\x27\x0e\x08\x00\x17\x60\x44\x01\x71\x93\xc0\x26\xd4\xf1\x08\x74\x38\x20\x21\x8d\x59\x45\x07\x30\xf4\x61\xcc\x63\x1b\xbb\xef\x39\x09\xc0\x0c\x88\xeb\xf8\x1b\xe4\x68\x42\x5d\x0a\x88\xc0\x44\x86\x41\x0a\x60\x02\x10\x37\x71\x59\x8f\x90\x30\x01\x09\x3c\x0a\x33\x33\x06\x82\xb9\xcf\x48\xac\x0d\x71\x80\x9b\x81\x58\x5e\xc8\x86\xc7\xc7\x49\xc2\x47\x00\xc7\x33\xc2\x19\x02\xec\xe3\x02\x66\x3e\x71\x1d\x00\x14\x70\x51\x15\xd0\x90\x78\xc0\x03\xd0\x1f\xa8\xec\x87\x48\xf0\x10\x58\x1b\x80\xc6\x25\x9b\x3c\x6e\x90\x00\xff\xc5\x91\xc5\x3e\x19\xa1\x3c\x12\x00\xd3\xb9\x50\x08\x38\x0d\xc8\x14\x86\xc4\x01\x66\xf7\x62\xe2\x00\xb7\x27\x11\x71\x29\x71\xa1\xcb\x51\x82\xc3\xe0\x25\x2e\xa1\x61\x40\x42\x1f\x8a\xc4\xc4\xa5\x2e\x71\x82\x88\x50\x9a\x10\xd7\xa5\x88\xa6\xe3\x52\x18\x1c\x14\x2c\x4e\x98\x40\xd7\x90\x58\xae\x43\x41\x40\x11\xcf\x77\x89\xe7\xba\x24\x80\xe1\x77\x13\xe2\x26\x8c\x03\x18\xcb\x79\x30\x66\xbe\x4d\x02\x9f\x51\xdb\x6e\xc9\x1d\x22\x9f\x03\xd7\x84\x30\x1e\x40\x0a\x27\xc2\x49\x0d\xe3\x14\x32\x69\x42\x81\x8b\x7c\x80\xe8\xf9\x20\x97\x5d\x9c\x04\x50\x8b\xf1\xa7\x0b\x53\xd4\x43\x5e\xb7\xf9\x18\x80\xd4\x71\x40\xd2\x20\x9d\x9d\x10\x4a\x05\xe1\x08\x6b\x05\x36\x25\xc8\x80\x20\xdc\x37\xc4\x09\x00\x8c\x87\x7d\x67\x8c\x4d\x5d\x24\x3d\x32\x0c\xf0\x94\x1b\x03\x27\xe1\x02\x01\x3c\x0d\xa4\xf1\x03\x58\xa2\x70\xb0\x3d\x3f\xc2\x59\xe0\xc0\xd4\x43\xa1\x13\x03\x56\x80\x2d\xa5\x25\x32\xbf\xe3\x50\x3e\x47\xdd\x0d\x92\xd9\x09\x60\xd9\x20\x4e\x04\x02\x1b\x58\x33\xa6\x0c\x7f\x8a\x1c\x0b\xdd\x0f\x70\xea\x82\xfc\x04\xd9\xc2\x78\x34\x42\xb1\xe7\xc3\x57\xe0\x77\x64\x4e\xa4\x13\x74\x1f\x85\x2e\x96\xb2\x89\x9f\xf8\x8c\xee\x61\x82\x42\x19\x0a\xc6\x38\x7f\x99\xe4\x86\x51\x80\xa5\x89\xcd\x57\x6c\x21\x08\x91\xfd\x50\xca\x21\x97\x25\x51\x2b\xe5\x62\xc7\xb7\x3d\xe2\x47\x7e\x49\x5c\x68\xca\xa5\x40\x36\xc0\x14\x59\x03\x57\x03\x10\x79\xc8\xec\x40\xac\x00\x9f\x00\x97\xe0\x70\xba\x20\x60\x6d\xe2\x3b\x3e\x61\xc3\x03\x33\xd7\x46\x9a\xe2\xb0\xc6\x11\xeb\x90\xe3\x02\xf5\x70\x24\xb9\xe0\x08\x63\xe2\xc6\x30\x98\x7e\xcc\xe4\x0e\x4a\x69\xe8\x5c\x10\xa1\xec\xb1\xd9\x3c\xc1\x1e\xc5\x14\x1e\xe3\x94\x44\x12\x01\x54\x80\x41\xf9\xc4\x8c\x41\xba\xc7\xc8\x8b\xc4\x49\x98\xa0\x72\x23\xa0\x7e\x10\x20\xe9\x90\x8f\x81\x7f\xfd\x98\x78\x30\x85\x03\x4a\xfc\xc8\x65\x22\xc6\xf1\x81\x77\x63\x60\xa6\x04\xf8\x14\xbe\x84\x25\xb2\x2d\x40\xfc\x77\x90\x4c\x89\xc5\x3e\x19\xaf\xb9\x0e\x01\x05\xc2\xa3\x71\x9a\x10\x8f\x06\x16\xfb\xe4\x2b\xaa\x83\x28\x44\x20\xb4\x51\xe8\x02\x8a\x48\x1d\x1c\x1c\xe0\x82\xc4\xe3\x9c\x4d\x81\xab\xe0\x9d\xef\x31\x34\x60\x25\x88\xb9\x84\x41\xae\xf1\x40\x2c\xda\xa0\x0a\xe0\xb2\x00\xc4\x75\x37\xb0\x8a\xe2\x70\x45\xb8\xde\x24\xa8\x4a\xe0\xb7\x6f\xff\x48\x48\x94\x58\x21\xf1\x02\x17\xb9\xcb\xb7\x28\x1f\x02\x07\x06\xd4\x4f\x89\xe7\x13\xcf\x6f\x71\x0d\x60\x2d\xe9\x16\x1c\x8a\x0e\x5b\xdb\x05\x61\xf2\xef\x1e\x49\xa2\xd0\x62\x9f\x58\xda\xea\x41\x7f\xdb\x91\x24\x8c\x2d\x27\x05\x79\x62\xe1\x07\x2b\x42\x89\xe7\x7a\x96\x4b\x5c\x37\x00\xf5\x2f\x04\xe5\x0a\xa7\x30\x8e\xbe\xe3\x0d\x9a\x07\x2e\x7a\xc4\x57\x7f\x07\xaa\x86\x08\xff\xdb\xce\xf6\x48\x9c\x84\x96\x4b\xe2\xa8\x74\x49\xe0\xc2\x57\x2f\x40\x40\x30\xe1\x62\x05\x8e\xeb\xf9\x24\x88\x83\xb2\x5d\xeb\xa0\x0f\x89\xef\x93\x20\x74\x53\xe8\x41\x60\xb1\x4f\x86\x24\x09\x42\x90\x14\x81\x1b\x7e\xdb\x85\x24\x76\x71\xad\x85\xae\x50\x50\x02\x1c\xda\x97\x8b\xa9\x05\xe5\xa0\x2b\x09\xe0\x1a\x84\x9e\xdd\x2e\xcc\x1a\x1c\x6c\x40\x02\xd7\x10\x1f\xb0\x76\x22\xdb\x6d\x7b\x13\xb9\xa0\x81\xf9\xe1\x23\x09\x69\x49\xbc\x38\x02\xdd\x82\xe9\x5a\x21\x30\x73\x00\x62\x1a\x78\x18\x66\x2b\x53\x91\x60\xd9\x08\x1d\x0a\x85\x6d\xe2\xc7\xf4\xdb\xce\x25\x49\x62\x01\x55\x69\x4a\x3c\x2f\x81\xbf\x16\x55\x60\x24\x27\x28\x71\x10\xa1\x7d\x18\x76\x97\x78\x3e\x74\x3f\xb6\xf0\x83\xe1\xe9\x92\xd0\x49\x90\x29\x40\x65\x8c\x40\x2b\x8e\x81\xf7\x59\x3d\x79\x80\x2c\x42\x13\xe0\xab\x88\xf5\xc1\x83\xc9\xa2\xf4\xdb\x22\x9e\x13\x33\x09\x02\xab\xa9\x03\xf2\x3e\x8a\xa0\xaf\x71\x18\x42\xe3\x09\xe8\x51\xad\xc8\x61\xcd\xfb\x36\x8c\x21\x0c\x6c\x02\x33\x01\x7a\xc2\xf8\x2f\x00\xd0\x01\xfc\x75\xdd\x0a\x19\xf3\x40\xdf\xc3\xd8\x23\xb1\x1b\x41\xd7\x63\xf8\xeb\x10\x80\x55\x30\x4a\x60\x01\x8f\x4b\x92\xc4\xd0\x78\x14\x05\xd8\xb8\x6b\xb1\x4f\xd6\x38\x25\x9c\x85\x4a\x92\x44\x89\x0d\xc5\x50\x51\x72\xd5\x5e\x83\x52\xe1\xc6\xdf\xd4\xb3\xd8\x84\x06\x82\xc2\x0f\x46\xd4\x4f\x77\x7f\xf9\xe9\xa1\xdf\xa2\xb0\xed\x26\xaf\xeb\x14\x4f\xdf\x2f\xb5\xed\xa4\xdd\x23\x60\xf8\xd8\xd4\xb0\x13\xf7\x98\x34\x5b\x47\xc2\xa6\x12\xe2\x1d\xfc\xd5\xff\x8f\xff\x08\xd8\xee\x51\x40\x02\x20\x91\x0b\x26\x58\x1c\x83\x6a\x16\x53\xf7\x19\x34\x08\xff\xef\x01\x09\x9c\xc4\x8a\x49\x94\xd0\x6f\x9d\x59\xd3\x41\xf1\x1d\xdf\xf9\x6f\xf4\x43\x6b\xe7\x24\x9e\x0b\xda\x7e\xc4\x2b\x23\xb8\x18\x96\x63\xea\xfd\x27\xc0\xd7\x40\x10\xf1\x00\x19\x6e\x39\x58\x97\x62\xdd\xc8\x62\x75\xe1\xf3\x1b\x43\xd3\x45\x15\x51\x40\xd4\x7b\xb6\x59\x63\x36\xd6\xc0\xd6\xbe\x0d\x87\x64\x5f\xed\xd2\xec\x3b\x0f\x07\x1f\x82\x7d\xb5\xff\x96\xd7\x95\xce\xd6\xee\xc8\xe0\xfe\x2d\x49\xc2\x88\x13\xd2\x25\x41\x08\x32\x36\x8e\xdc\x67\x0a\x16\x5c\x09\x73\x25\xf4\x41\x8c\x26\x20\x9e\x7d\x58\x78\xe3\xc4\x7f\x8e\x08\xce\x39\x1f\xd8\xd9\x8a\x60\x22\xfb\xc4\x8f\xfe\xd3\x27\x7e\xfc\x08\x6b\x97\x8e\xe2\x34\xf8\x6f\xff\x1e\xbb\xac\xa9\x88\x4d\xca\xbf\x13\xea\x5b\x50\xc9\x2d\x03\xd0\x67\x2d\x30\x92\xa0\x39\x10\xd8\xa1\x1f\x80\xfc\x8b\x40\x72\x79\xc1\xb3\x4d\x49\x12\x97\x60\x0c\x04\x80\x49\x8c\x28\xc6\x51\xe9\x13\xcf\x85\x39\xed\x25\xa8\x40\xbb\xee\x6c\xd3\x0e\xb5\x12\x12\xf8\x50\x3f\x0a\xa1\x8b\x9e\x8f\x8d\xc4\xf1\x7f\x82\x8e\x5d\x92\x18\x54\x68\x3f\xfe\x3b\xa1\xa8\x18\x83\x92\xc0\xd0\x7c\x8e\x49\x42\xc3\x32\x02\x3e\x85\x07\x61\xf4\x6c\x03\x29\x34\xe3\xce\x63\xac\xcf\x1b\xf8\xf8\xe2\xf3\x10\x28\x10\x93\x30\xf1\x50\x8d\x70\xa2\x14\x44\x25\x13\x98\x14\xc5\x0f\x33\xfb\x60\xcd\xa0\xbe\x25\xbf\x64\x32\xd1\x81\x65\x39\xea\x77\x97\x7f\xa4\x5e\x12\xba\xff\x3d\x48\x64\xe7\x03\x25\x9e\x17\xc2\xa2\x1d\x85\x29\x89\x03\x0f\xfe\x58\x03\x96\x03\xb2\xcf\x89\x84\xa7\xf0\xdc\xb1\xf0\xe9\x3f\xdc\x80\x84\x5e\x02\xe8\x05\xc1\xa0\x2a\x57\xc9\xd1\x1a\x76\x99\x7f\x00\xfe\x05\xe5\xc5\x71\x23\x02\xd5\x7d\x12\x87\x9e\x05\x9a\x16\xd6\x0e\xe0\xaf\x5d\x25\x13\x0a\xbc\x43\xa3\x44\x7e\x61\xb9\x24\x08\x12\xd0\xd7\xc0\x1e\xf4\xd1\xb4\xa7\x11\xb3\x29\x1d\x58\xe8\xbc\x14\x46\x1c\x47\x9d\x43\x0a\x7d\x4a\xc2\xc4\xfd\x87\x1b\x91\x24\x8a\x00\x5b\x3f\x8c\x52\x12\xfb\x09\xfc\x71\x4a\xba\x04\x16\x10\x9a\x84\xc2\x73\x24\x62\x02\x3a\x65\x98\xd0\x0d\xf1\x41\xc3\x8f\x3c\x12\x01\x37\x05\x24\x72\x12\x92\xc0\x4a\x44\xa9\x0b\x7f\xad\xaa\xec\xb8\x60\xf4\x85\xd0\x1c\x8d\x43\xe8\x5d\x18\x2b\xb4\x01\x35\x1d\x56\x95\x30\xf6\x15\xca\xc2\x0b\x0b\x5f\xfc\xc3\x0d\x49\x08\xc2\x0c\x96\x53\x57\x05\x00\xe6\x3b\xb5\x49\x4c\x63\x05\x00\xbe\x80\xe7\x50\x1f\x74\x4d\x18\xa2\x41\x75\x12\xfb\x38\x31\x03\xb5\xf9\xd8\xc7\xd9\x25\xae\x5e\xff\x3d\xa4\x51\xec\x49\x1c\x13\x93\xd8\xa7\x96\x1b\x91\xc0\xf3\x37\xb6\x4f\x22\x50\x1a\xec\x98\x84\x71\x04\xfa\x58\x10\xf0\xef\x31\x09\x5d\xfa\x57\xe2\x06\xa0\x2e\xb9\x61\x08\x4a\x13\x2c\xdb\xae\x85\x10\x88\xe7\xa6\x31\xca\x0e\xf6\xc9\x70\x08\x38\x0d\xa2\x08\xb4\x29\x27\x40\x8d\x2e\xa2\x69\x88\x56\x6f\xd8\xdb\xbe\x76\x44\x68\x02\x5a\x84\xc3\x04\x21\xe5\x9f\x4e\xab\x7c\x83\x1d\x1b\x5a\x83\x7a\x56\x5f\xaf\xec\x1b\xf0\x01\x15\x18\xae\x90\x6b\xb1\x76\x8f\xc8\xb7\x21\x39\x74\xc2\x7b\x20\x58\xd2\xaf\xcb\x3d\xb7\xba\xd8\x90\x4b\x4b\x15\xd7\x03\x73\xcc\xa2\x20\x89\x83\x8d\x03\xfa\x2b\xfa\xa4\x50\x9a\x07\xc4\x45\xb9\xee\xbb\x3e\x71\x69\x44\xbc\x00\xf8\x98\x44\x9e\x8b\xcb\xbc\x0b\x4b\x06\x68\x91\xf0\xce\x75\x5d\x42\x03\x1f\xff\xf5\xd0\x8b\x48\xd0\x70\x4e\x60\x90\x63\xb0\xea\xc1\x7c\x62\x03\xe9\x80\xc9\x10\xa7\x24\x0a\x29\xfc\xb5\xb3\xd3\x77\x3d\x30\x14\xc1\xac\x0d\xd1\xbb\x87\x0e\x9d\x18\x94\x49\x98\x90\x14\xdd\x94\x2e\x9a\xa3\x6e\xe7\x8b\x0c\x22\x6a\x93\x08\x3d\x6d\xd0\x1e\x58\x6e\x58\x0f\x9f\xfb\xa0\x2b\x26\xe8\xc6\x45\xb9\xe8\x87\x9e\x4d\x49\x94\x80\xa6\x00\xc6\x9d\x0f\x66\x3c\xff\xee\x12\xcf\x0b\x2c\xc7\xa6\xe8\x36\x8a\xa9\xed\x81\x86\x68\x63\x27\x41\x3f\x4d\x6c\x12\x85\x1e\x1a\x3a\x60\x2a\xa0\x16\x0c\x5f\xc1\xda\x62\xd2\xd1\x0b\x5c\x44\x95\x12\xdf\x8f\xa1\x35\x1f\xde\xd2\xc8\x27\xc0\x63\x31\x85\x56\x69\x10\x31\x64\xc0\x58\x41\xb1\xe6\x93\xc0\x47\x31\xea\x24\x68\xc0\xb1\x39\x8f\x34\xc5\xb1\x88\xd9\x3a\x4e\xa8\x03\xaf\x60\x9a\x7b\xc1\x7f\xc2\x84\xdb\x40\x9b\x14\x2c\x44\x1a\xa0\x7a\x0c\x86\x76\xe4\x43\xfb\x01\x88\xd6\x00\x5e\xf9\xa8\x01\x78\x20\xd1\x22\xe8\x7b\x90\xe0\x17\xb0\x1d\x10\x67\x30\x64\xb0\x57\x91\x1b\x31\x7f\x03\x34\xea\xfa\xd8\xd1\x10\x49\xc9\xde\x05\x7e\x0a\xb6\x91\x85\x1f\x2d\xed\x83\x10\xd0\x02\x33\xa9\x37\x95\x10\x1d\xee\xfb\xa4\x94\x79\xaf\xc1\xcc\x71\x83\x98\x7f\xf3\x13\xfa\x8c\x14\x45\xa3\x14\xbd\x77\x30\x56\x7e\xc0\x1c\x36\x00\xd5\x41\xfb\x97\x02\x00\x84\x02\x6f\xb1\x36\xbc\xb5\x51\x9a\x82\xa4\x85\x5e\x52\xd0\x37\xd0\x67\x19\xb9\x41\x9a\x90\x10\x17\x30\xf8\x6c\xcd\x4b\x9f\xb1\xdf\xc6\x25\x71\x82\x7e\x32\x1a\x79\x60\xf8\xa2\x24\x02\xb6\xa0\x71\x44\xe2\x08\x04\x30\x10\xdb\x73\xc1\xd6\x71\x71\x09\x85\xef\x1e\x49\x40\x43\x75\x83\x47\x40\xf4\xdb\x3f\x22\xe2\x52\x8b\xfa\x24\x76\x37\x24\xa0\x7c\xec\x42\x58\xcb\xd0\xfa\x0c\xc1\xca\x86\x69\x82\x1c\xe8\x26\xb8\x31\x02\x0c\x09\x2d\x05\x20\xaf\x1d\x37\x66\x1e\x6f\x9c\x13\xd0\xb1\xd0\x0b\xc0\xae\x75\xd9\x72\x98\x40\x57\x63\x97\x39\x05\x41\x38\xc2\x17\x97\x78\xb1\xf7\x8c\x7b\x0d\x1b\x9b\xf8\xa1\xcb\xfd\x40\x68\x63\x52\x34\x1b\xfd\x90\xc2\x04\x48\x5d\x17\x0d\x70\xfe\x0f\x13\x90\x2e\xf7\x02\x25\xe1\xc6\xc6\xa9\x8d\xcf\x62\xdf\xc7\xba\x94\x78\x21\xd2\x0c\xe8\xe9\xa3\x9f\x33\x8a\xd8\x46\x4b\xf7\x35\xa6\x31\xee\xa1\xf8\x11\x71\x61\xee\x7b\x8e\x07\xbc\x82\xec\x1a\x20\xbe\x5e\x12\x91\xc4\x8b\xda\xa7\x61\x02\xdf\xbe\xed\x5c\x36\xc9\x81\x8d\xc2\x0d\x1b\x3b\xdc\x14\x0a\xb9\x9f\x03\x8c\x3b\xd6\x57\x17\x5d\x56\xe8\xbd\x05\x43\x96\xc9\x0d\xc0\x20\xa4\x7f\x77\x03\xdc\x63\xf2\xa0\x97\xe8\xab\x0d\x79\x01\xe0\x55\xc0\x9a\x7f\xc3\x81\x67\x6c\x85\xe0\x00\x29\x2f\x76\xf1\xcb\x23\x68\x0c\xf1\x06\xe8\x0e\x5d\x09\xc0\x00\xf6\x63\x12\xc2\x68\xe3\x84\x73\x12\x1f\xf5\x07\xcf\x8d\xf0\x2f\x74\x93\x92\x92\x10\x35\x85\x80\x52\xc6\x4b\xec\xfb\x06\x07\xd5\x73\x63\xe2\x46\xe8\x1c\x0a\x00\xac\x8d\xc0\x78\x37\x88\x87\x9e\x47\x4e\x58\x37\x48\x1e\x41\x8b\x71\x85\xf6\x99\x2b\x35\xf4\x42\x09\x01\x30\x55\x01\x01\x87\x72\x04\x02\xd7\x05\x0c\x42\x1f\x18\x33\x0a\x00\x83\x10\x94\x1e\x64\x14\x9c\xb7\x11\x1b\x38\x24\x48\xe8\x26\x02\x0a\x6c\xea\x25\x04\x78\x83\xa1\xe0\x47\xf1\x06\xe8\x03\x28\x78\xe8\x10\x8e\x18\x95\xd0\xe0\xc6\x6e\x81\xe2\x82\xd2\xdb\x03\x89\x15\xa4\x94\xd0\x10\x66\x12\x7c\xb6\xae\x0b\x1c\xef\x12\x16\x79\xcf\x85\x05\x96\xc6\x21\x1b\x17\x86\x05\xc8\x85\x80\xf2\x49\x8b\x8d\xd3\x96\xb5\x3d\x9f\x0d\x77\xe8\xe0\x97\x47\x26\xa0\x36\x36\xa3\x0b\x17\x5c\x8c\x35\x38\xe1\x8e\x12\x47\x20\x99\x3d\xb4\x01\x40\xa0\xbb\x0e\xa1\x81\xdb\x4a\x5d\x87\x50\x2f\xd8\xa0\xc7\x96\xb1\x47\x14\x70\x3c\x80\x9c\x08\x8f\xad\x56\xb8\x37\x00\x9d\x64\xe4\xe7\x58\x7c\xdb\x51\x87\xf8\x38\x07\x36\x20\xb3\x43\x9c\x27\x61\xe0\x31\x96\x83\x46\x70\x7a\x83\x3c\x85\xce\xb8\x30\x33\x99\x7f\x36\x81\x39\x18\xd3\x16\x6d\xdc\x07\x41\x96\x84\x3f\x44\x1a\x97\x23\xdf\x0f\x52\xdc\x7e\xb2\xd8\x67\xeb\x01\x04\x68\xbe\x1f\x3c\xdb\x20\x58\x1c\x4e\x26\xe6\xbe\xf5\x60\x45\xc5\x2f\x29\x49\x48\xd2\xbb\x1c\x60\xc1\x88\x37\x6c\xe5\x80\xa1\xf2\x12\x36\xe8\x49\x8c\x63\x1e\xf8\x7c\xbf\xd4\xa5\x31\x0a\x3c\x97\x44\x7e\x8c\x02\x16\x3b\x4d\x61\x45\xa1\x41\xc8\x26\x74\x9c\xb8\xec\x8b\x83\xec\x89\x4b\x1c\x2a\x00\x94\x78\xd4\x65\x0c\x16\xb0\x2d\x95\x98\x86\x36\x48\x4b\xfc\x02\x52\x0d\x67\xb4\xdf\x76\x18\xa6\x9b\x4f\x71\xed\x04\x11\x45\xe3\x90\x13\x00\xeb\x05\x91\x87\x2e\x9d\x00\xd7\x44\xb4\xe4\xe0\x7b\xe4\x62\x50\x29\x8c\x88\x17\x02\xa5\xd1\xab\x99\x38\x21\xae\x67\x58\x85\x63\x61\x13\xa4\x3e\xea\xad\x80\x23\x7c\x45\x20\xed\x3e\x32\x5b\xbe\x68\x10\x70\x2c\xa2\x10\x16\x2f\x07\xcd\x42\x87\xeb\x7e\x2e\xaa\x2f\xb8\xec\x3b\xb8\x2b\xe0\x07\xfc\xb3\x7d\x8b\x83\x0e\xab\x76\x88\x9b\xbf\xec\xb3\x5d\x53\x1c\xe6\x61\xdf\x10\x8f\xed\x2c\xbb\x01\x4c\x1a\xae\x35\x39\x21\x8e\x18\x9b\xdc\x09\xee\x25\x30\x59\x8a\xdc\x08\x32\xc3\x69\xa5\x4e\xe2\x84\xcc\xe3\x0c\x63\x99\x04\x28\x93\xdc\x04\x7b\x01\x8f\x60\xe9\xc3\xf9\x19\x53\x14\x69\x7e\xc4\xe6\x2a\x14\x45\x3e\xf6\x3d\x64\x6c\xf8\x37\xa0\xc1\x33\x6a\x42\x30\xaf\xd1\x19\x0e\x2a\x04\x4a\xa9\x30\x60\x5f\x5c\x90\xe1\x7c\x15\xc6\x8d\x47\x26\x7b\x13\x46\x67\xd0\xf3\x6c\x97\x24\x40\xe1\x90\xa2\x62\x83\x02\x0d\xdf\xb2\x79\x40\x5d\x24\x2e\x6e\x52\xb2\x01\x47\xee\x74\x98\x0e\x86\x0a\x12\x7c\x61\x3a\x23\x10\x06\x57\xf5\x20\x01\x3a\x02\xf2\xc8\x8b\x09\x92\x00\xd0\x86\xde\x87\x8e\xcf\xf9\x32\x8e\xfc\x12\x35\x24\xe4\x05\xa6\x5d\x7a\x21\x10\x35\x89\x5c\x78\x0b\xf2\x17\x17\xec\x80\xb2\xbd\xed\x30\xc0\xe8\x65\x10\x45\x09\x41\x4d\x8e\xed\xca\x83\x06\x85\xdb\x10\x6c\x9d\x82\x9e\xa1\x41\xec\x03\x1f\xd0\x08\x6c\x10\xda\xe9\x2b\xc0\x73\x08\x22\xde\xf0\xee\x24\xb8\xef\x1f\xa3\x22\x86\xec\x13\x90\x38\x49\x23\x58\x3c\x2c\xf6\xd9\xfa\x06\x41\x93\xf0\x3c\x5f\xb4\x0a\x68\x40\xff\xe6\xfd\xc7\x98\x55\xd0\x29\xde\x30\x70\xae\x6b\x81\x70\x8c\x37\x60\x60\x50\xd0\x34\x62\x90\x67\x14\xe5\x4e\x40\x12\xd7\xb3\xdd\x84\x78\xb8\x93\x00\x3f\x12\xb4\x9f\x1c\xdb\x8d\x88\x8f\xbb\x30\x5e\x1c\xd8\xd4\x23\xa1\xe7\xdb\x09\x71\x5c\x41\xc4\x30\x01\x0a\x46\x76\x82\x93\x36\x4c\xc0\x32\x8a\x7c\xd4\x66\x98\x5b\x0c\x8c\x24\x1a\xc5\x16\x00\x08\xf8\xf7\x80\xc4\x6c\xf2\x53\x5c\xd6\x40\xbf\x8c\x2d\xe0\x57\x68\x2d\x44\x35\x09\x45\x1d\x2e\xf0\x94\x82\x8e\x03\x83\x6e\x61\xc1\x6f\x3b\x8a\x5b\x28\xa0\xe8\x27\x1b\x98\x8a\x31\x4a\x09\xdb\x67\x1b\x78\xbe\xeb\xd9\x21\xee\xf8\x31\x45\xd3\xe1\xbb\xdf\x41\x1c\x33\x8d\x9b\xc9\xbb\xc8\x0d\x2d\x4a\x12\x74\x05\x3a\x09\x50\x3c\x61\xea\x8b\x15\x13\x1f\xb5\x7d\xdc\xdb\xa7\xc0\x25\xb8\x3a\x80\x61\x4b\x41\x4c\x24\x41\x08\xa5\x41\x55\xf7\xb9\xcc\x8c\x7d\x98\x74\x40\x00\xe0\xe5\x76\x0d\x70\x99\xd1\x43\x9c\xc0\x06\xa5\x13\xb5\xbe\xd8\xb3\x03\x92\x84\xe2\x50\xfe\x2d\x71\x54\x4b\x6e\x5b\x56\x69\x73\x53\xe6\xdb\x46\x89\xc8\xc6\xcb\x2c\xe5\x04\x46\x4b\x42\x88\x1e\xa5\x64\xc8\xe2\xf5\x51\x34\x3e\xbc\xbc\x35\x19\xd9\x56\x65\xd6\x9f\xb9\xd4\x9c\x2f\xbc\x4f\x37\xee\x66\x23\x22\xe1\xf6\x38\x31\x2c\x03\x06\x4a\x73\x2a\x46\x07\x17\x43\x93\x30\x4d\x26\x86\x59\xb5\x37\x18\x1f\x8f\x78\x51\xf8\xe0\xfc\x57\x7b\xd8\x5f\x5f\x38\x93\xb3\x3d\x77\x09\xa4\x27\x41\x4f\xa5\x3f\xc7\x84\xd8\xba\xb4\xe5\x2e\x55\x72\x14\x4c\x95\x64\xed\xb7\xb9\x15\x76\x79\x93\xe2\x0d\x05\x18\xc0\x36\x72\xc0\xcd\xa4\xca\xf4\xe1\x36\xf5\x48\xdb\x5b\xf3\xd8\x5d\x86\xdf\x1e\xd7\x7a\x53\x2e\x45\xe8\x22\xce\xc3\xf6\x8d\x7c\x72\x08\x46\x89\x5f\x7f\x91\xef\x4e\x3c\xc5\x69\x00\x5c\x39\xbc\x70\x5d\xce\x5e\x06\x8f\x84\x53\x0f\xff\xb6\xcb\xb3\x22\xb5\x3e\xee\xd2\x17\x7e\x57\x55\xec\x27\x87\x97\xab\x93\xcc\xce\x2c\xaa\x5d\x09\xf9\x6b\xea\xbb\x9b\x7d\xf3\xc8\x06\xf9\x23\xbd\x92\x4f\x47\x69\x40\xfb\xd4\x01\xd0\x2d\x31\x19\x63\x16\xd5\x5e\x06\xd7\x87\x0e\x7e\xa4\x57\xd7\xf3\xd3\xaa\xac\x36\xbf\xda\x2d\x37\x31\x28\xea\xd9\xd2\xc1\xad\xd7\x06\x60\xfb\xd9\x2a\x85\x33\x5e\x0b\x11\x87\x72\x87\x17\x63\x9a\x09\x60\x85\x39\xf2\x36\x7e\x85\x86\x24\x2a\xec\xc4\x71\xfa\x11\x87\xd9\xeb\xbc\x89\x07\x20\xf2\xcc\xae\xf3\x63\xf5\x54\x6f\x72\x96\x49\x9c\x1d\xd9\x43\x5a\xa4\x57\x2d\xa7\x81\xe4\x50\xef\xde\x68\x53\x0a\xa5\x4f\x4d\x25\xde\xde\x2d\x26\xcc\x69\xb3\x0e\xc5\xfd\xf1\xca\xf6\xb0\xcd\x02\x1c\xb8\x18\x92\x91\xf8\x6c\xf9\x2a\x12\x98\x9b\xa9\x0d\x92\xcc\x77\x46\x6d\x08\x0c\xa0\xb6\xc7\xe4\xa3\xd9\xa5\x7b\x9a\xa3\x25\x63\x2d\xf6\xc3\xa9\x36\xc8\xd2\x35\x45\xec\xda\xed\x07\xe4\x77\xe1\xd0\x09\x3c\x3b\xce\x9e\x25\x97\x85\x3b\xa6\x76\x1b\xdc\xf8\xae\x3c\xc0\xf3\x99\x78\x2c\xd3\xc6\xd7\xfd\x77\x78\xa3\x39\x2c\x73\xe8\xae\x53\x62\x87\x71\xf0\xaa\x71\xf5\xc1\xdd\xa7\x89\x6b\x55\xdb\xee\x59\x59\xd3\xf6\xcc\xca\xd4\xcc\x8d\x7d\xa1\xac\x2f\x94\x5d\x2e\x83\xd7\xad\x7c\x9c\x4a\x6a\xf0\x6e\x20\x0c\x84\xd3\x3b\x1c\x93\xd1\x32\xfd\xb5\x42\xd7\xd6\x07\x49\xb2\x1e\xea\x5c\xc1\xe4\x4d\x43\xe0\xfe\x4c\x55\x77\xf5\x23\x55\x2e\xc6\xa6\x8e\xba\x8e\x63\x84\xf2\x50\x9a\x86\x01\x93\xa6\x46\xad\x60\x64\xb1\x74\x4e\x44\x6d\x05\x14\x0f\x1d\xca\xec\x00\x95\xb2\x2a\x6a\x96\x19\xf1\xfa\x07\xda\x03\x67\xb7\x0c\x04\xca\x9c\xe5\xb0\xc7\x78\x70\x78\xb1\xf8\x08\x66\x7c\x92\x57\x5b\xcc\xe8\xa5\xdc\xe8\x30\x06\xbc\x9d\x55\x34\x8c\x23\x6d\xa9\x93\x7c\x79\x23\x57\x28\x5c\x96\xfc\xe8\x56\xba\xb5\xe1\x56\x77\x3f\x8d\xee\x3e\xc8\x55\x39\x6c\xdb\x45\x01\x78\xc2\xc2\x1b\xf9\xf1\x1b\x3b\x10\xc8\x13\x1d\x4d\xe0\x0f\xb4\x57\x93\x1e\xf1\xbc\x43\x86\xb5\xb6\xe9\xc6\x77\xe8\x5b\x97\x04\xc8\xb0\x5a\x9b\x10\x48\xc3\x9a\xea\xc4\x52\x72\x81\xb3\x3c\xed\xba\xb1\x2e\x59\x2d\x3e\xd4\x5a\xce\xe1\xb7\xc6\xf0\x61\x73\x9c\x1f\xb5\x90\x78\x29\xb9\x5d\x92\xe8\x39\xd4\xa8\xdd\xac\x51\x33\x9a\xeb\x40\xc1\x52\x21\xe9\x88\x30\xc4\x37\x6e\x97\xa8\xf8\xc6\xb5\x5c\x0b\x57\x3b\xf9\x17\xeb\x8e\xb8\x46\xd3\x10\xd6\xc7\x0b\x64\x45\x56\x72\x22\xe3\xcf\xc1\x45\x92\xfc\xb2\x48\xe5\x26\xc9\xf6\xa9\x7a\x95\x24\x4a\x43\xfb\x3e\x6f\xbe\xe6\xf9\x7e\x84\xa2\xa2\x5c\x62\xb7\xdc\x68\x8b\xdd\x7d\x52\xd2\xea\xb3\x2a\x48\x94\xee\x54\xc7\xb1\x49\x9b\x62\x33\x10\xf8\xfa\x91\xec\xd4\x4b\x3e\x9a\xa0\x60\xb2\x43\x2f\x78\x85\xcd\x17\x6b\x5b\xe4\x65\x76\xcc\x1b\xce\x43\xc1\x08\x0b\x65\xd9\xf0\x2e\x4f\x13\xee\x19\x72\x0a\xf1\x46\xf8\x0e\x04\x95\x74\x25\x80\xef\xf0\x0b\x01\xac\xc1\x0d\xc5\x87\x3a\xc7\x01\xd4\x65\xaf\xd0\x83\xb6\x36\x55\x96\x9f\xbe\x56\x75\xc6\x46\xfe\xbe\xce\xd3\x5f\x6d\xf8\xad\xad\x21\x5f\x00\xa7\x39\x52\xc3\x96\x10\x10\xf3\x78\xba\x06\x54\xb4\x25\x0b\x56\xdf\x53\xb4\xde\x12\xf8\xc0\x6f\x23\xd2\x40\x7f\x34\x39\x1e\x17\x1d\x9a\x81\x9f\x13\x13\x50\xab\x93\x55\xbc\xda\x95\xdc\xa0\xa3\x5f\x30\x85\x7c\x11\xa2\x65\x36\x69\x87\x2d\x4f\x8f\xd1\xcc\x67\xc6\x68\x4e\xa2\x6d\xb0\xa2\x09\xf9\x8a\x4d\xa3\xa2\x1a\xe6\xd0\x9f\x73\x5a\x83\x4f\xbb\xe6\xad\xc8\x26\xd2\xd5\xfd\x9c\x65\x06\xdd\xe9\x5a\x32\x2f\xfa\x39\xcb\x4e\xf2\x62\xbb\x06\x4b\xbe\x3e\xaf\xea\x21\xaf\x6b\xd8\xc3\xb6\x25\xf3\xa2\x42\x0f\x79\x72\xc2\x35\x58\xb6\xba\xc4\xaa\x2e\xb6\x95\x0d\xfb\xd8\xb5\xb5\xa0\xac\xd0\x4b\xae\xc7\x2c\x45\x74\xae\xb5\x0b\xa6\x2a\x5e\x8a\xda\xdd\xa7\x39\xe4\xd4\x55\x77\xd5\x18\x9b\x65\xee\x61\xe5\x64\xdb\x70\x45\x9e\x20\x83\x14\x41\x27\xcd\x8d\x3c\x5c\x63\x51\xaf\xe4\x11\x1f\xab\xd9\x7a\x3a\x35\xa3\x77\x03\x4f\x23\x9c\xa1\x13\x67\x48\x0e\xe1\xf9\x49\x77\x01\x12\xb4\x68\xf1\x5b\x90\x64\x1d\x48\x72\x16\x3b\xbd\x39\xa2\xb1\x79\x46\xdc\x14\xac\xd5\xe5\xd5\xf6\xd5\xde\x16\xab\xb6\x16\xc5\x44\xd5\xb2\xb0\x52\xc9\x11\x23\x2e\x48\xdd\x62\x10\x72\xd3\x94\xaf\x13\xa1\xb2\x8c\xeb\x81\x0a\xae\x33\xe9\xa2\x03\x55\x9d\x54\x6b\xcb\xf8\x28\x0e\x1a\x56\x5b\xc9\x68\xa5\xa6\x08\xd3\xf8\x3e\xb6\xdb\x41\x2d\x7e\x63\x45\xcb\x77\xe9\xe1\x90\xa7\x75\xba\xdf\x48\x69\xa7\x25\x8f\x1a\xe7\xa9\xfe\x9a\x27\x5d\x66\xad\x93\xe4\xfe\x1f\x69\x75\x98\x94\x8b\x25\xb4\x12\xe4\xcd\xe1\xa9\xb1\x0f\x65\xba\xc9\x1f\x71\xa3\x41\x65\x87\x85\x60\x77\xd5\xb7\x4b\x42\x3b\x5e\x1a\xc1\x05\x80\xd8\xa1\x71\x79\xce\x71\x46\xf5\x3c\x0d\x77\xf0\x71\x96\xdd\x00\x7c\x73\x46\x63\xb9\x91\x28\xdf\x5d\x75\x9c\xef\x38\x3f\x76\x36\x7e\xdc\x5d\xf9\xa9\x1d\x77\xae\x49\x42\x7d\xa9\x3a\xdb\xa2\x42\xde\xd1\xa9\xff\x3a\x58\x8a\x76\x8a\xf3\x4f\x9c\x8b\xfa\x13\xf3\x81\xf3\xe3\xc8\x25\xd8\xf1\xe1\x65\x70\x3b\x06\xf3\x03\x49\x6f\x06\xee\x4a\xd9\x3b\xd9\xae\x4c\x8a\xa3\x71\xf6\xa2\xe6\x21\x58\xb0\xb3\x85\xf9\xd5\x5b\x22\x9d\x8c\x09\x23\xbe\x11\x21\xd7\x64\x83\x3f\xdc\x2c\x10\xb0\x1c\x2b\xa2\xa2\x3e\x52\xee\x34\x32\xd7\x75\xd6\x52\x98\xfc\xbe\x38\xb6\x1e\xfe\x1e\xc9\x01\x2e\x6c\xed\x83\xb1\xa8\xb8\x01\xcd\x12\x35\x88\xc8\x8c\x95\x19\x60\x33\x52\x50\x73\xfb\x8e\xbc\xe6\x0d\xd2\x8f\x9b\x52\x6c\x92\x1d\x0d\xe8\xac\xe1\x58\x53\xd2\x77\x9c\x2d\x4b\x8c\x89\xc9\x62\x91\xe7\xb4\x7c\xca\x6d\xae\x8a\xcb\x17\xb8\x0b\x68\x4f\x14\x1b\x20\x3b\x5e\x56\xc1\xae\x75\xee\xcf\xe0\x24\xa5\x4d\xfc\x6c\x88\xe1\x78\xa5\x39\x7c\x47\x6b\xaa\xd8\xc3\xf2\x3c\xd8\x2a\x11\xf6\x45\xd4\x86\x3a\x77\x84\x7f\x78\x51\xd4\x2f\xd9\x7b\x13\xcb\x61\x00\xce\xc4\xf8\x7d\x66\xbb\xde\xfb\xaa\x29\x36\xb9\xc4\x46\xca\x1b\x15\x19\xf9\xb5\x98\xbd\xce\x25\x71\xbe\x1b\x34\x24\x22\x6f\xc5\x42\x07\x16\xf9\x09\xf5\xbd\x52\xba\x8f\xf7\x8f\xe8\x36\x93\x3b\x41\x9b\xb8\x5a\x41\x3b\x4d\xfd\x75\x8e\x4d\x41\xc1\xaf\xea\x02\xd4\xe3\xc7\xaa\x2e\xbe\x55\xfb\x26\x2d\xa5\xb7\x59\x51\xb3\x4c\x80\x37\x75\xfe\x9c\xd7\xc7\xbc\xf7\x6c\x0a\xaf\xaa\xaf\x76\xfb\x7a\xe2\xd5\x65\x9d\xa5\xea\x48\xae\xe9\x13\xdf\x8d\xd1\x77\x49\xd3\x95\xe1\xf2\x29\xea\xc7\x92\xb8\x93\x5e\x0c\x24\x9a\xa4\xe6\x0f\xef\x1e\x9b\x6a\x45\x2a\xee\x0c\xc5\x4c\xeb\x95\x95\xc4\x48\xf7\x70\x20\x26\x3a\x27\xae\xb0\xc9\x86\x11\x3b\xbd\xff\x78\xbc\x0d\xa1\x12\x2a\xe7\x82\x97\x50\xb3\x48\x27\x8e\x76\x91\xbe\x20\x0d\x6f\xf0\x3a\x58\xa3\xb5\x17\xe5\x21\x4b\x82\x84\x8f\xbb\x5c\x4f\x9f\x3f\x0d\x16\x3b\xa3\xea\x78\x39\xc9\xda\xca\x18\x13\xf3\xf9\xd3\x8c\x2e\x30\x89\xf3\xc2\x9a\x1d\xba\x0b\xeb\xb5\x98\x1a\x68\x24\x53\xe8\xae\xaa\xde\xe2\xbc\xaa\x32\x47\xfc\x3d\x23\xa6\x46\xac\x5d\x73\x95\x7a\xd0\x8f\xe9\xe1\x31\x20\xc4\xaa\xf5\xe1\x77\xd2\x5d\x27\xb6\xfb\xb8\xb3\xe7\x39\xbf\x71\x99\x58\x7e\xa8\xab\xaf\x37\xee\xba\x99\xbe\x94\xe7\xaf\x49\x9d\xa7\x19\xbb\xe5\xbf\xca\xf2\x5d\x51\xd7\x55\x6d\x91\xbf\x56\x59\xfe\x0f\xfc\x6e\x33\xa5\xfa\xb8\x8a\x31\x95\x68\x0f\x63\xca\x1b\x16\xe4\x29\xc6\x0d\xc6\xc9\xa0\x0c\x03\x66\x3a\xa0\xc6\x05\x99\xd1\x2e\x3b\x52\x4d\xe6\xc6\xef\x40\xab\xef\x4d\xc9\xf7\x22\xb6\xe0\x15\x31\xe6\x39\x63\x56\x5a\xc6\x26\x3c\x1b\x3c\x57\xc4\xfb\x9d\x4c\x15\x2b\xd1\x1b\x23\x61\x21\xbd\x18\xb4\x2a\x39\x71\xa4\x1d\xc9\xe4\xf0\x72\xdb\xc5\x8e\xfa\xb2\x9b\x86\x65\x9b\xaf\x76\xd5\x43\x9d\x1e\x1e\x5f\x2d\xd2\x8b\xf6\xd3\xb6\x28\x4b\x21\x86\x4b\x28\x94\xbe\x14\x47\xf6\x1a\xd5\x21\x96\xee\xa2\xf3\x70\xf1\xec\x17\x59\x7a\x7c\x4c\xeb\x3a\x7d\xbd\xf1\x2d\x5f\x69\x04\x4d\xb1\x51\x08\x72\x61\x34\xe1\x4f\x6d\x09\x6e\xde\x33\xdc\x92\x9c\xba\x41\x22\x17\x2f\x8b\x7d\x7e\xb4\xe0\xb3\xab\x33\x5d\x8c\x07\xea\xea\x3b\xc1\x35\x45\x95\x4a\x4d\xb1\xf9\x55\x6e\x43\x87\x39\x96\x6a\xf2\x17\x71\xcb\x95\xc4\x51\x50\xe7\x3b\xe6\xb2\x4f\xf7\x9b\xc7\xaa\xbe\x39\x36\x69\xdd\xc8\x21\x44\x6f\x64\x5b\xa6\xc7\x47\x7b\x97\x1f\x8f\xe9\x43\xbe\xce\xfc\x19\xb8\xfe\x6e\xbf\xe1\x2e\xc1\xcb\x0d\x1d\x1a\x29\x7c\x63\x41\xb6\x51\xf8\x43\xd5\x44\xe1\x8f\xdb\x3b\x6f\x2d\x37\xf8\x51\x41\xd8\x3a\x0c\xe2\xa5\x86\x5e\x3a\x74\x21\xda\xbe\xde\xbd\xd8\x4e\x94\x76\xdf\xff\x4d\x58\x88\x4e\xbd\xb2\xed\xba\x81\x12\x2b\xe7\x61\x00\x2c\xff\xc1\xe2\x42\xf8\x06\x4d\x1b\x4e\xe4\xc8\xd0\xec\xe3\xa6\xae\xca\xb2\x8b\xbf\xb6\x5f\xf8\xfd\x0f\xa2\xe5\x2e\x14\x2f\x8b\x7d\xd3\x46\xdf\xea\x82\x1e\x93\x6d\xb2\x4d\x6f\x55\x27\xa5\xf5\x43\xea\xc3\x7f\x0a\x19\x9c\x76\xdc\xa9\x0b\xff\xb1\x18\xba\x6d\xba\x2b\xca\xd7\x9b\x5d\xb5\xaf\xd0\x1a\x14\xc2\x79\x5d\xaf\xdf\x71\xba\x89\x98\x35\x6f\x25\x28\x47\x76\xf6\xd1\x7e\x4c\x8f\x8f\x85\x48\xa9\xde\x54\xd1\x68\x6d\x8e\x23\xda\xf1\xed\xfe\xe6\x36\xa3\x99\x2b\xdd\xbe\xd2\x6f\x4b\x48\x31\xb7\xc4\x17\x5b\x95\x34\x85\x87\xa7\xa6\xc9\xeb\x63\xeb\x58\x8f\xe2\x98\x26\x8e\x06\x03\x9a\xd2\xad\x17\x8a\x4d\x8c\x82\x64\xca\x87\x18\x59\xc6\xa2\xe8\xac\xe6\xb1\xd8\x5b\x3f\x6c\xe3\x6d\xbc\x75\x46\x6b\x03\xe2\xfb\xa7\xdd\x7d\xef\xec\x0f\xb3\x38\x8d\xe3\x11\xba\xd9\xa8\x83\xe7\x99\x95\x15\xcf\x12\xab\xe4\x65\xbe\x69\xf2\x4c\x18\x77\x18\x3a\x9f\xc6\xde\x64\xd3\x7c\x3f\x84\x55\x2f\xaa\xfd\xf5\x54\xe1\x3b\x26\xcb\x97\xd6\xd0\x56\x5b\x8e\xe8\x22\x1c\x97\xa3\x77\x06\x66\x7f\x00\x12\xa2\x25\x44\x83\xe0\xba\xfd\x23\xee\x95\x84\x35\x6e\xe1\x6e\x76\xf6\xa6\xda\xed\xf2\x7d\xd3\x32\x5b\x96\xe5\x5e\x1e\x69\x4b\x1e\x9b\xba\xd8\x3f\x5c\x8f\xbf\xb2\x69\x77\x59\x57\x96\xdd\xa7\x9e\x16\x8a\xcc\xdb\x59\xe6\xe7\x41\xac\x2d\xf8\x9c\xd6\x45\x7a\x5f\xe6\xda\x06\xdb\x97\x7d\x93\x49\x1e\xfb\x9b\x40\x0b\x29\xcb\xb7\x06\x88\x55\x87\xbc\x4e\x9b\xaa\x43\x2d\xf7\xe0\x3f\x6d\xd1\x5f\xf3\xd7\xaf\x55\x2d\x84\x93\xf0\x38\xd3\x61\xc9\xb4\xa9\x76\x06\x7d\xdd\xe5\x4d\xaa\xed\x67\x93\x3e\x18\xa0\x9e\x36\x4d\x5d\xdc\x3f\x35\x7a\x5a\xfd\xcf\xa7\xb4\x2c\xb6\x45\x4f\xf4\x64\xbb\x49\x83\x50\x0b\xe9\x50\x03\x19\x9a\x57\x03\xaa\xde\x3f\x15\x65\x53\xec\xa7\x87\xc7\x9b\x68\x53\x64\x6c\x76\xfd\x2c\x8b\x23\xe9\x15\x3b\x71\xe2\xb9\x8e\x4b\xdd\xf1\x89\xb7\x4b\x9b\xcd\x63\xb1\x7f\xb8\xaf\xd3\xcd\xaf\x79\x73\x1a\xbd\x27\xee\xb6\x77\x04\x88\xcb\xa6\xd6\xa2\x54\x7a\xa6\xce\x11\x93\x3a\xe2\xc4\x59\x56\xbe\x67\xed\x3c\x85\xff\xcc\xdb\x93\xa7\x58\xea\xa5\x9b\xfb\x8d\x79\x6d\x95\x05\x70\x03\xc2\xb4\xf2\x70\x5e\x86\x9b\xe8\x3e\x76\xdf\x08\x54\xb4\xf3\xac\x80\x19\x26\xef\x4a\xb4\x0a\x08\x68\x43\xdd\xd1\x32\x7e\x2f\x99\x66\x53\x58\x00\x64\x91\x1c\x7a\x6a\x1f\xaa\xaf\x79\xbb\xe4\xd9\x4d\x5d\x3c\x3c\x74\x81\xd4\x94\x9d\x32\x12\xf6\x99\x5b\xd5\xd2\x55\x8f\x1f\x72\x3c\x74\xab\xbf\xe3\x38\x02\xdf\xdc\x8a\x4b\xfb\xd8\xe6\xae\x23\x61\xda\xee\xed\x0c\xd5\xc7\x36\xe8\x5a\xf0\xd5\xb6\x3a\x21\x0d\x00\xab\x11\x64\xf8\x49\x8e\x0f\xb7\xaa\x99\xde\x37\x7a\x77\x50\x2f\xfd\x62\x01\x3c\xa0\x2a\x60\x4c\xec\xa6\xda\x6f\x8b\x7a\x87\x33\x84\xf0\x1f\xc5\xfe\x41\xa7\x2b\x6e\xb7\x6f\xda\x6a\xd6\x41\x8e\x49\x50\x0e\x7f\x88\x61\x47\x9d\x3f\x5d\xd9\x88\x11\x37\x9e\xb4\x6d\x9c\xc4\xe1\x3b\x7b\x7f\x25\x2d\x8b\x87\xfd\xc0\x8a\x90\x9e\xe2\x0f\xbb\x68\xf2\xdd\x91\x3f\x7a\x6b\x43\x9f\xee\x66\x89\x37\x16\x5f\xec\x8c\x9f\x29\x9c\xea\x35\x6a\xb3\x22\xa7\xe6\x3b\x65\xc8\xc7\xc6\x45\xa6\xb2\x9b\xef\xde\xde\xe4\x50\x68\xeb\x20\x9e\xa3\x03\x0b\x44\x52\xa6\xf9\x2e\x19\xc6\x8d\xc8\xf5\xb4\x97\xfa\xb7\x34\xc6\x6b\x19\x91\x02\x76\x96\x03\x96\xde\xf1\x56\xf3\x6c\xfc\xf0\x66\x7b\x40\xd1\x52\xb1\x3d\x89\x87\xea\x70\x73\xef\x6d\xb4\x6c\xbf\x99\x2a\x57\xc1\xfe\x0c\x6c\x06\x4e\x24\xf1\xb8\x51\x7f\x72\x90\x3f\x75\xde\xe4\x68\x39\x16\x0d\x27\x5f\xf6\x83\xf6\x4d\xfa\x04\x98\x54\xf5\xee\xee\xc0\x76\x3f\x73\x10\x97\x57\x6c\x49\x42\x4a\xc0\xcb\x9b\xa7\xc3\x21\xaf\x37\xe9\x31\xe7\x26\xb6\xc8\x80\x1a\xb1\x37\x02\x75\x70\x81\x83\x20\xa6\x94\x90\x4b\x26\x6d\x05\xbf\x8e\x00\x94\x4b\x4b\x4f\x38\xbf\x85\x02\xd9\xa2\x72\x39\xb6\xc7\xa9\x9c\x02\x08\xf2\x9d\xb8\x94\xf6\x85\xb9\x78\xbe\x4f\x8f\xc5\xc6\xce\xea\xea\x90\x55\x5f\xf7\xad\x80\xbe\x16\x0a\xb2\x8b\x3e\xa5\xa0\x76\x01\xca\xa1\xae\x1e\xea\xfc\x78\x3c\x75\x76\x3c\xdb\x05\x1b\x21\x49\x7f\x16\x71\xe2\x1e\x4d\x51\xdc\x0e\x67\x2c\xbf\xc8\xac\x8d\x1c\x6a\x97\x0c\xdb\x7d\xfb\xa1\xac\xd8\x4c\x7c\x78\x28\x73\xbc\x9c\x64\x5b\x55\x4d\x5e\xb7\x77\x95\x72\xb6\x13\xec\x60\x2a\xb6\xd0\x39\x38\x18\x2f\x1e\x5e\x58\x53\x36\x4c\xb2\x31\xd0\xa7\x6e\x61\x6a\x25\x29\xf6\xc8\x11\x44\xab\xe0\x30\xe8\x9d\x1d\x34\xd4\x2d\x1f\xc2\xad\xa9\x6f\x7c\x5f\x9e\xd1\xed\xba\xfd\x85\x41\xc0\xed\x8f\xc1\x7d\x61\xdd\x9b\x36\x02\x9b\x54\x45\xb6\xe1\x8b\xef\xd4\x82\x2c\x17\x2c\x8b\x91\x08\xea\xc3\x48\xfc\xc9\xf0\xb9\x46\xc0\x0d\x48\x78\x27\xfc\x9d\x14\x6a\x39\x6f\x12\x46\xec\xe2\xb8\xff\xf2\xb3\x8d\x0f\x0f\x75\xf5\x5c\x64\x79\xfd\x45\x3d\x0d\x41\x7b\x9f\x0d\x7e\x1f\x6c\x92\x38\xfd\x99\x28\xc7\x72\x84\x33\x51\xdd\xaf\x41\x36\x86\x37\x53\x1a\x4a\x33\x64\xfa\xf8\xef\xe4\x75\x75\x9a\x97\xc7\x43\x59\x34\xcd\x68\xe5\x43\xda\x3c\x6a\x45\xfc\x13\x57\xb0\x89\x2b\x8b\x79\xf1\xb9\xa6\x5e\x53\xc0\x62\x69\x6f\x9f\xf6\x6c\x33\x1f\x24\x54\x5a\xdf\xce\x97\x50\xe3\xa5\x4c\x11\x6d\xd5\xda\x1b\xe6\x08\xbd\x9d\x78\x35\x74\xf7\x72\xdd\x46\xf6\xb5\xde\x3e\xe7\x9b\xa6\xaa\xed\x7c\xbb\xcd\x37\xb8\x50\xdb\xc7\x4d\x5a\x02\xd2\xac\x20\x5b\x9d\x9e\xf3\x01\x8e\xbf\x14\xd9\xa7\x9f\x3f\xdc\x7c\xf8\x32\x42\xe7\xce\x09\x1e\xac\x19\x65\xe9\x10\x78\xba\x94\x0f\x84\xeb\x72\x75\x75\x67\xd8\x44\x7e\x6f\xa5\x27\xc9\x59\x2c\xae\x12\xba\x8e\xb3\x0d\x65\x3d\x51\x14\xef\x77\xeb\x7d\x1e\xed\xbe\x06\x0c\xeb\x9b\xee\x45\x8b\xf5\x71\x78\x76\x57\xe3\x1f\x6d\xcf\xc9\x0e\x16\xdd\xfc\x3e\xcf\xb7\xf4\x96\xf3\xa6\x9d\x3f\xe7\xfb\xe6\xc8\x9d\x85\xab\xc7\xf1\xd8\xde\x2d\xc9\x76\x7b\x56\x8c\xe6\x1c\x04\xd3\x31\x95\xe0\x9c\x94\x5e\xa6\x65\x39\x35\x1a\x77\xfd\x9d\xcb\xd3\x48\x6a\x4b\xa8\x18\xdc\x7d\x1a\xd7\xa6\xba\xd5\x52\x5c\x83\xdb\x4c\x13\x5f\x99\xe4\xf6\x9d\xa9\xf4\x09\x52\x3f\xbb\x20\x40\x03\xda\x8e\x97\xd5\x92\xb0\x55\x16\xb8\x50\x27\x54\x88\x8e\xc6\x1f\x42\x22\x15\x43\x6c\xad\x7c\x67\x84\xa9\xbe\x9c\x16\x4b\x2b\xdf\xa9\xc4\x16\x62\x8b\x56\xe5\x6d\x79\xcf\xa5\x6b\x52\xf6\x73\x82\x5a\xea\xd4\xb5\xc4\x98\x4b\xed\xd2\x60\x56\x73\x2c\x9c\x72\x74\x01\x40\xa5\x06\xc4\xdb\x15\x97\x6f\xed\x90\xbb\xfa\xd8\x15\xe5\xc4\x7e\x9b\xb4\x64\x4a\x8a\xb3\xa1\xe4\x69\x8b\x1e\xab\xba\xb9\xb2\xb2\xec\xa4\x3a\x5a\x34\x71\xca\x38\xe8\x5d\xb9\xbc\x2c\x8b\xc3\xb1\x38\x1a\xa4\x1d\x99\x5e\x55\x94\x4b\xd8\x27\x32\x87\x70\x71\x3a\xbc\x1f\x7e\xba\xc3\x04\x7d\x81\x36\x83\x7f\x6c\xf7\x9e\xbb\x76\x3a\xd7\xc9\xff\x7f\xe6\xb6\x78\x0e\xe7\x7f\x3e\xe5\xf5\xeb\x21\xad\xd3\xdd\x71\x80\x73\x07\xeb\x7f\xd3\xc0\xda\x14\xf5\xa6\x6c\x37\x5e\x3b\xa5\x41\xbb\x3f\x8c\x3e\x36\xa5\xfe\xf0\x90\xf6\xf9\xbe\x8f\xf3\xa3\x3c\xd5\x4e\x1e\x9f\x35\x1e\x8f\xcb\x2f\xcb\xdd\x11\x6b\x3c\x47\xfe\xe3\x6d\x6b\xae\x4e\xa9\xc1\x46\x0b\xa7\xe9\xda\xa8\xae\x7d\x63\x1b\xd6\xee\xad\x9a\xea\x6a\x02\x41\x4b\x3c\xbe\x3f\x8a\xe1\x5c\xa9\x0e\x45\xa9\xe0\x24\x8e\x97\x0a\x52\x7e\xce\x6b\x3c\x75\xba\x38\x9c\x77\x53\x95\x4f\xbb\xbd\x1a\xd1\xcb\x9f\xca\x8c\x99\x15\x47\xbe\xbb\x31\xc2\x9b\x29\x0a\x8d\x5b\x29\x82\x66\x4e\x46\x95\xd3\x32\x4a\xfb\x5e\x56\x6d\xb3\xb2\x73\x47\xdc\xf6\x9e\xba\xf7\x5d\xda\x94\x6c\x23\xce\xcc\x6d\xe6\x5c\x5c\x31\xa9\x0f\x08\xaf\x8b\x3d\x34\x6f\xa1\x19\x24\x1a\xb2\x3e\x68\xbd\x50\x86\x97\xb0\x4b\x8e\x5f\x25\x45\x8f\xf9\x3d\xee\x52\x80\x76\x30\x47\xb3\xf6\xa2\xfd\xcb\xd3\x4a\x5e\xf8\xb4\xd9\x41\xbc\xb9\x0b\xea\x47\x57\xcf\x2e\x03\x9b\x15\x4f\xca\x9c\xd6\x2e\x53\x76\x0d\x66\xe7\xcb\xca\x73\x0d\xb3\x09\x5b\x84\x51\x1d\x19\x1a\x45\xb9\x90\x0e\xe1\xaa\x19\x20\x63\xe7\x47\x2b\xee\x4f\xf8\x31\x0f\x4b\x28\x9f\x73\x71\xbb\x58\x7a\xea\x09\xbe\x9c\x91\xc9\x24\xb5\x5e\xbd\x1b\x19\xca\xe2\xc8\x15\x68\x4c\xd5\x61\x24\x4b\xac\x0a\xb8\x7b\x34\xd9\x97\xd6\xfb\xdb\x67\x00\xfb\x20\x13\x09\xed\x0d\x29\xe2\x8e\x25\x77\x39\x47\x5c\x69\xbc\xd8\x13\xe0\xfa\x50\xc2\x69\xb0\x13\x0a\xa3\xa0\x20\x73\x03\x9e\xc5\x13\x31\x8b\x90\xf6\x16\x3c\x57\xbe\x86\x8e\xdf\x7e\x89\x64\x64\xb1\x03\x1e\xfd\x25\x9c\x1b\x45\x09\x14\x74\x5c\xe4\x0a\x51\x5c\xee\x0c\x17\x15\xfb\x32\x6f\xa6\x34\x1d\x5e\xe2\xa4\x03\x2d\x38\xa2\x5d\x4d\x23\x2a\x08\xed\x71\x57\x3c\xce\x8b\x1f\xb6\x47\x7f\xb4\x7e\xb2\xe8\x95\xf5\xd9\x72\x7f\xb4\x6c\xcb\x3b\xbc\x5c\xcd\xe3\xce\xb3\x0f\x22\x08\x80\x60\xb3\xca\x11\x56\xce\x77\x87\xe6\xd5\x3e\x36\x69\x93\x77\x6a\xb7\x36\x95\x6a\xe7\xa4\x96\xea\xe8\x36\x21\xb8\xcb\x54\xb1\x77\xe6\x1a\x52\x4e\x7a\xa1\x54\x1d\xd6\xd1\xec\x63\x48\xc5\xee\x9e\xd6\xce\xf7\x0b\xaa\xdc\x92\xe8\xc2\x1c\x45\xe2\x2e\x00\x09\xf3\xdd\xad\xee\x30\xa6\xda\x91\xbb\xb2\xb8\xfb\x74\xad\x79\x88\x21\xbf\x77\x7c\x03\xe6\x72\x39\x0c\xcf\xdf\x71\x9d\x1d\x64\xf9\xa4\x2f\x93\x98\xc3\x3a\x9d\xb8\xe8\xd7\x0d\x8a\x54\x1b\xd9\x93\xf1\xba\x70\x01\x7d\xe6\x64\x1d\x61\x7b\xd1\x35\x4d\x5f\x35\xec\xb9\xdb\x04\x92\x45\x31\x0c\xb2\x10\x88\x9b\xe4\xbb\x37\xdd\xe5\xf1\xd9\x0d\x8b\xc8\x40\x62\x28\x19\x0e\x5b\x27\xd8\x6c\xc5\xbb\xac\x78\xee\x93\x79\x1a\x14\x86\x3f\xb3\x82\xec\x10\x89\x3e\x96\xc0\x1c\x40\x47\x33\xc9\xaf\x83\x6e\xa8\xba\x02\x3a\x7f\x74\x63\x27\xcb\x1f\xae\x6e\xc7\x5e\x2c\xa2\x81\x14\x73\xc4\x1d\xbd\x63\xc1\x16\x9d\x68\xd6\xc6\x05\xb7\xc2\x07\xa5\x59\x97\xde\x43\x97\x56\xc1\x01\xe1\xa9\x43\x52\x48\xd6\x3b\x5c\x4b\xcd\x49\xa8\x1f\x2e\x3e\x3e\xaa\x1b\x57\xca\x4f\x27\xe5\x50\x88\xdb\xec\xda\x46\x8d\x32\x83\x7a\xa2\x65\xf9\x90\x49\x1f\x9e\x32\x82\x27\x9b\x1b\x74\x04\x87\x5a\xc8\xe5\x0c\x3d\xb9\xb2\x9a\xec\x24\x85\x56\x8f\x3a\x53\x10\x9c\xbd\xc9\xcb\xd2\x18\xb2\x90\x65\x68\x1c\x6f\xfd\x74\xe0\x82\xc4\x5d\xd0\x8f\x3b\xf9\xa8\xb8\x9a\xe1\x68\x56\x34\xa8\xe9\xba\xc5\x53\xa1\x26\x98\x0f\xd2\x58\x58\xed\xd9\x83\xe1\x66\x89\xf6\x30\x1f\xe6\xfd\x0b\x0e\x2f\x96\x1d\x29\x67\xf4\x9c\xf8\xea\xda\xb1\x5c\x97\x67\x0f\xb1\x40\xfa\xca\x87\xf8\x94\xd3\x7e\xe7\x81\x1a\xda\xcf\x1a\xbe\xe8\x93\xe9\xb4\x3a\xa0\x76\xde\x7e\x66\xf3\x56\x56\x0a\x99\x24\x18\xec\xfe\xdc\x8a\xee\x2b\x43\x71\xa4\x18\xd2\xaa\xe8\xd9\x94\x79\x5a\xdf\xdc\x57\xcd\xa3\x19\xf7\xe1\xfe\xb7\x66\xaa\x0b\xe8\x7b\x61\x87\x5c\x56\xed\xec\x3a\xdf\xbc\x6e\x4a\x29\xa2\x49\x91\x3d\x52\x29\xab\xa9\xd7\xd9\xcc\x7a\x58\x77\x9f\x66\xb2\x8d\x3a\x52\xb6\x51\xfe\x4b\xf1\x6a\xeb\x61\xdf\x57\xd9\xeb\xd4\x19\x0a\x14\x76\x34\x91\xc2\x84\x06\x53\x46\x86\x99\x65\x27\xd9\xc6\xe3\x2e\x74\xf5\xc1\x48\xe5\xbb\x4f\x83\x14\xac\xba\x82\x9b\xf4\x00\xc3\xf0\x1b\xeb\x01\x5a\x25\x91\x94\xc2\xa0\xcd\x22\xa6\x49\x45\x2f\x1d\xdd\x36\x2c\xf7\xdb\xa7\x93\xca\xf5\x60\x30\x8c\x37\xe3\x19\x36\xe3\xcd\x37\xe3\x4d\x34\xe3\x1b\x36\xe3\xcf\x37\xe3\x4f\x34\x13\x18\x36\x13\xcc\x37\x13\xb4\xeb\xfb\x63\x7a\xb4\xdb\x90\x35\xc3\x71\x5a\x56\x47\xd3\xbc\x6d\x85\x82\x86\x31\x03\x4d\x37\x84\xcb\xea\xc8\x18\x04\x88\x80\x67\x8e\x80\x6e\x70\x97\xd5\x91\x11\xf0\x3c\x55\xc7\x9a\x01\xa6\x1b\xf6\x65\x75\x64\x04\x68\x80\x56\x72\x00\x08\xc8\xb7\x2c\xf0\x4b\x1a\x94\x8b\x29\xa4\x7c\x80\xca\x1d\x15\x9d\x18\x1a\x5c\xd9\x62\x02\xab\x45\x0b\xa3\xe7\x66\xaa\xb3\x3b\x1f\x8a\xfd\xb1\x49\xf7\x78\x8f\x84\x0a\x44\x61\x6f\x19\x5c\x5b\x4f\x81\xd7\xa3\x43\xf2\x97\x43\x75\xcc\xb3\x43\xda\x3c\x1e\x95\x7e\xba\xea\x05\x17\x67\x41\x0b\xae\x86\xec\xe8\x86\x30\x1a\x82\xe0\xbc\x60\x7b\x83\x5b\x3f\xce\x82\xe6\x5d\x14\x9a\xdf\x71\x10\x28\x22\xa3\xfd\x57\xef\x4b\xc9\xb3\xa2\xb1\x34\xb1\xaf\xdd\x75\x25\xe3\x77\x93\x68\x41\xa9\x1c\x3e\x09\x01\x9a\xbd\x08\x2a\x1a\x40\x02\xd5\x9a\xea\xd7\x5c\xbc\xca\x65\x12\x14\x16\x9e\x9a\x6a\x56\x93\x91\x5d\x3e\x7b\x21\x8c\x21\x9c\xdf\x9a\xec\x12\xa0\x1e\xcf\x07\x22\x67\x80\x59\x5c\x59\x27\xcb\xe8\x50\x96\x2d\x82\xe4\x49\xf3\xdb\x63\xf3\x1b\x73\x75\x9f\x03\xd5\x97\xa0\x46\x67\x40\x15\x58\xa1\x05\x7d\x1e\x17\xac\x87\xf2\x38\xd3\x41\x8a\x59\x50\x2e\x23\x16\x84\x3b\x87\x96\x4b\x84\xd1\xca\x0b\x84\xc1\x12\x18\xe3\x72\x40\x48\xd4\xaa\x71\xdc\xf8\x93\xf4\xda\xa3\x1f\x97\xab\x0e\xe5\xd1\x94\xf5\x06\xcb\xdf\x4a\x38\x83\xd9\x2d\x77\x7c\x21\x12\x4b\x2a\x53\x89\xb7\x28\xed\x14\xb0\x4b\x93\x6a\xb0\x3a\x2e\xc1\x52\x16\x1c\x41\x68\x8a\x25\x8b\xa4\x6a\x51\xbd\x32\xa7\x68\xbb\xbd\xe1\xfc\x78\x49\xb8\x54\x33\x91\x99\xbe\xaf\x49\x68\xe7\x38\xc3\xdb\xd1\x34\x77\x7d\x09\xf3\x41\xbc\x9a\x4c\x56\xfd\x7c\x42\xe3\x20\x82\xe6\x02\xf4\xb7\x70\x1d\x7b\x2d\x70\x5d\x97\x3c\x8d\xa2\xbb\x10\xa2\xb0\xdc\xb9\xf2\x9a\xa3\x3b\x80\x94\x68\x6e\x8f\x5b\x49\x9f\xa0\x5f\x33\xba\x11\xf9\x5f\x86\x36\x17\x40\x74\x30\x37\x57\x41\x19\x2c\x73\xab\xa0\x04\x17\x81\x12\xce\xdf\x11\xa8\xbd\x7e\x70\xde\xb6\x9a\x26\xdc\x42\xfd\xa0\xbd\x24\x64\xd0\x69\x1d\x1c\x55\x2d\x30\xac\x34\xb9\xce\xcc\x57\xf1\xaf\xa6\x2e\x1f\x3c\xcf\x16\xf5\xaf\xf8\x31\xbd\xfb\x74\xbf\xcf\xeb\x2f\xcc\x83\xad\x6e\x42\x3d\xa7\xf5\x47\xdb\x3e\x7e\xc5\x08\xcf\xfb\x3a\xdd\x67\x76\xe8\x38\xd7\x3f\x38\x8e\x73\xf5\xf6\x46\x30\x1c\x63\x53\x95\x6d\x62\x05\xbe\x93\x10\x38\x5a\x97\xf1\xa0\xfc\xdd\x53\x39\x7d\xf8\x6c\x32\x83\xcb\x10\xd8\x5d\x59\x48\x04\x9f\x3f\x19\xc9\x6e\xa2\x32\x80\x34\x71\x50\xd2\x59\x7d\x50\x92\x3c\xd4\x45\xb6\x84\x7e\x2c\xe5\xfd\x2b\x8e\x95\xc6\xd1\xee\xa1\xa3\xbd\x3f\x68\x89\x70\xde\xc8\xd3\x5e\xac\xa7\x0b\x8e\x13\xde\xb3\xce\x9f\xe4\x3b\x10\xa8\xa7\x3f\x44\x27\xd7\xac\xca\x6b\x05\xd2\xb5\xdc\x36\x96\x90\x9f\x3c\x95\x27\x5d\x4c\x8f\xe4\x0e\x07\x2a\x75\x0f\xf0\x07\xd2\x0d\x86\xc0\xae\xab\xaf\x47\x96\x7c\x74\xb8\x8c\xbb\x34\x14\xef\x22\x3a\x0b\x49\x6c\xf1\x21\x3d\xf0\x5b\xda\x60\x7c\x5a\xd4\x6c\x16\x8e\x79\xbc\x81\xa6\x77\xe9\xcb\x47\x0a\xaf\xaf\xdd\x6d\x7d\x75\xf5\x8b\xff\x85\x21\xdb\x4d\xd2\xb6\x70\x9d\x1f\xf2\xb4\xf9\xe8\x5f\x0f\x2b\xe9\x24\xa6\x4b\x83\xe4\x52\x7d\x31\x42\x1c\xa9\xbb\x2d\xca\x72\xa6\x03\x5d\x39\x4d\x47\x6e\x15\xaa\xfd\xf8\xf6\x46\x0e\xd5\x01\x66\x35\x3f\xb0\x77\x6a\x23\x75\x3c\xcd\xf1\x77\x29\x52\x55\xae\xc7\x33\x2f\x4a\x89\xd6\x81\x6f\x54\x9d\x94\x1d\x11\x2c\xab\x14\x40\x5b\xf7\x55\xf6\x7a\x77\x7c\x7e\x50\x62\x0a\xc7\x53\xe1\x4b\xb1\x94\x61\xbb\x3f\x3d\xcc\x8d\xef\x77\x57\x84\x70\x69\x6a\xed\xd3\x67\xf9\xda\x42\x31\x81\x22\x6e\x51\xde\x57\x2f\x5f\xae\x67\x2a\xf1\xd8\x08\xa5\xd6\x6f\x59\xf1\xac\xa9\x29\xdd\x41\x66\xd8\x9a\x58\xc7\xb4\x31\xb6\xcf\x8a\x8b\xd9\x90\xa2\x9a\x75\xaa\xa5\x3e\xac\xc5\x78\x74\x95\x07\xfc\x77\xb7\x66\xec\x0b\x76\x16\xff\x06\x4a\xe6\x75\xff\xc0\x72\x49\x70\xb4\x8a\xfd\xb6\xd8\x17\x4d\x6e\xe5\xe9\x31\xb7\x8b\xbd\x5d\x3d\x35\xb7\xab\x2a\x0d\x42\x23\xec\xaa\x2e\x1e\x8a\x3d\x8c\xa8\x05\xa3\x3a\xfa\x82\x1d\x3f\xc8\xb7\x1b\x3f\x8b\xe7\xba\xf7\x30\xf4\x1f\x8d\x76\x99\x1f\xf3\x27\xf4\x78\xab\x79\xb6\xb8\x25\x6f\xbe\x25\x4f\xd3\x92\xb7\xbc\x25\x7f\xbe\x25\x5f\xd3\x92\xbf\xbc\xa5\x60\xbe\xa5\x40\xd3\x52\x70\x7c\xfb\xb7\xb6\xc2\xaf\xf9\xeb\xb6\x4e\x77\xf9\xd1\x52\x99\xe5\xe4\xfc\x78\x0d\xf2\x45\x13\x35\x73\xdc\xa4\x65\xee\xfd\xf7\x8f\xee\xb5\x7b\xed\x8a\x51\x33\xf2\x8b\x37\xcf\x9b\xaa\xed\x5c\x3b\xfa\xda\xec\xc5\xdb\xdb\xbf\xfd\x91\x91\x9b\x1e\xab\xf3\x83\xfe\x56\x45\xbc\x5d\x24\xd5\x21\x5f\x5b\x5a\xf5\xe9\xf9\xd1\xb2\xad\x84\xd9\xa0\x7e\x8c\xff\x30\x2f\xa6\x24\xf9\x7e\xaf\x0e\x73\x64\xfd\x58\x5d\x66\x86\x07\xac\x3e\x4c\x04\xeb\xda\x6e\x9b\xb0\xa1\xdb\x1f\x7b\xfe\x2a\x02\x1f\x9e\xa5\x9b\xd4\xff\xe5\x55\x41\x89\x95\xd7\x24\xb8\x11\x73\x0d\x3a\xb7\xc3\x5b\x0b\xdb\x85\x09\xd7\xf6\x5f\xb6\x55\xfd\x33\x70\x9a\xbd\x4f\x9f\x79\xa6\x02\xd3\xf5\x32\x35\x2c\xc7\x62\x0e\x3f\x19\x96\xc6\x40\x2d\xa3\x25\x54\xd7\xbe\xa6\xd8\x78\xf3\x9a\xc2\x42\x62\x2d\x36\x28\xcd\xeb\xa1\xe2\x43\xe2\x04\xed\x90\x0c\x95\xe0\x98\xdd\xc7\x39\xa7\x9d\x28\xab\x7e\x17\x45\xb5\x88\x44\xa4\x38\xf2\x0c\x65\xa6\x43\x20\xd4\x58\x36\x18\xe9\x0d\xab\x36\xa7\x07\x2d\xef\xd7\x90\xf6\x33\xdd\x9a\xac\xb0\x68\x8c\xdb\x4e\x19\xd9\xe1\x71\x6f\x87\x9b\x4e\x9f\x93\x78\xaf\x9c\x9d\x38\x8e\x33\xd0\x5b\xc7\x2b\xcf\x9c\x27\x10\x4e\x91\x13\x9a\xef\x66\xd5\x61\x31\xde\x77\x6e\x10\xa5\xd8\xeb\xbe\xa1\x62\xff\x98\xd7\x45\x23\x9d\x58\x6f\x9f\x31\xcc\xda\x5f\x93\xd9\x5d\xbe\xcb\xd4\x78\x27\x99\xc4\x4a\xa3\x4b\x1c\x04\xc4\x15\xcf\x0c\xb1\xb2\x32\x1e\xad\xbe\x9c\x34\xbc\xc8\xe4\x7b\x17\x61\x6a\x4c\x36\x93\xba\x63\x54\x9b\x16\xe2\x18\xde\x6d\xc8\x3a\x4b\x99\xc7\xb8\x3c\xa6\x48\x35\x24\xb0\x1e\x8b\xf1\x91\x30\x2d\xce\x70\x38\x49\x13\x76\xe9\x9c\xe4\x1c\xd5\xe6\x95\x58\xc6\x96\x72\x65\xcd\x79\x60\x74\x14\x6a\x53\x0c\x0e\xc7\x70\x5c\x7e\xb2\x38\x6e\xe1\x90\x3e\x8f\xbd\x5c\xe5\x02\x68\xa7\x92\x81\x2b\x60\x1e\x80\xf6\x2a\xd8\xa5\xb4\x9f\x9b\x79\x63\xd5\x14\x4f\xa3\x2f\xc5\xdb\x18\xd1\xc6\xa8\xff\x9a\xe0\xdc\x7f\x71\x5d\x52\x0e\x4a\xf7\x0f\x2f\x4a\xca\x28\x25\x90\x5a\xba\xe7\x40\xbd\x9b\x9e\x47\xed\x1a\xad\xf9\x9f\x0d\xbc\x57\x5d\xc1\xce\x3f\xe8\x3b\x4e\x6b\xbc\xd4\xdd\x69\x85\xf1\x9d\x25\x63\x8d\x48\xe9\xf3\xb8\xf1\x44\x9d\xb6\x65\xc1\x7c\xea\x9d\x94\x43\xdb\x8c\x5d\x63\xdb\x9f\xe0\x18\xa6\xe7\x10\x76\x0d\xa6\x52\x10\xb6\x33\x23\x12\x7c\xf0\xb8\x5d\xe2\x19\x78\x1d\xcd\x14\xac\x61\x5e\xc1\xc5\x5a\xe1\xb8\x13\xb5\x3b\x91\x22\xb9\x53\x49\xa8\x2a\x89\xe8\x52\x30\x48\x81\xb6\x79\xba\x2f\x36\xf6\x7d\xfe\xad\xc8\xeb\x8f\xc4\xbd\x86\xff\x69\x70\x4d\x92\xab\xa9\xb4\x68\x13\xb5\x26\xd3\xb5\xd1\x91\x74\x6d\x54\x9b\xae\xad\xcb\x83\x83\xa4\xb4\xd8\x89\xfc\xb9\xf7\x9a\x6b\xab\xbb\x5d\x24\xe9\xd6\x6a\xe1\x69\x17\xc1\x3f\x72\x10\xa9\xf3\xab\x3b\x2d\xbb\x3a\xd2\x09\x59\x4c\xbd\xd3\x1f\xdc\x10\xae\xa8\x75\x61\x86\x3b\x96\x62\x94\xcb\x87\x6b\x7e\xeb\x37\xa0\x58\x62\xa3\x76\x66\xf4\xc7\xeb\xbd\xa0\xbd\xe7\x61\x02\xce\xe7\x91\xb3\x6f\xe2\x79\x14\xff\x4a\xe7\xae\x40\x94\x85\xf4\x93\xaa\x0f\xe1\x22\xc2\xa7\xdd\xbd\x73\xf8\xe1\x66\x2f\x5e\xb2\x3a\x31\x1f\xbc\xe9\xf2\x28\x15\x3e\xb5\x03\x13\x68\xf7\x01\xff\xc5\x57\x2e\x21\x0f\x2c\xbf\x12\x59\x94\x8a\xc1\x70\xab\x12\xd9\xf0\x0d\x44\xd7\x75\xeb\xbb\x44\xe9\x8c\xff\x96\x1a\xd5\xc0\xcc\x8d\x72\x19\x1f\xe8\xd9\x07\x9f\x57\x5c\x3f\x66\xbc\x3c\x6a\x6e\xed\x9f\x62\x90\xf9\x41\x5c\x77\xf6\xe9\x1d\xe6\xb6\x70\x6d\x64\x18\x9a\x6e\xdf\xb1\xf9\xb9\x60\x2a\x2b\xda\x2d\xf2\xe1\xa5\xe7\x19\x33\x2a\xa5\x73\xcd\x86\x6d\x98\xf4\x46\x2c\xaa\x18\x0a\x86\xda\xd7\xa0\x75\xf1\x58\x77\x38\x58\x21\x34\x83\x56\x48\xe7\xd9\x17\xf2\xa4\xe2\xc0\x3b\x89\xde\xa2\xc8\x71\x98\x5c\xe8\x44\x82\x74\xe1\x68\xf7\xf4\x91\xf6\xbf\xf9\x11\x7b\xd2\x14\x4d\x99\x2b\x87\xeb\xbb\xd4\x19\x7a\xa0\xd6\x23\xd5\x9d\xc6\x57\x41\x3f\xba\x77\x79\x77\x1b\x46\x48\xc3\x38\xf2\x06\x65\xb2\xac\xb3\x99\x7f\x70\x1c\xe7\x22\x9d\x68\xaf\x6d\xc0\xd8\x9b\x41\x8b\xac\xec\x6f\xfb\xf4\x59\x8c\xd9\x11\xd3\xf7\x41\x0d\x71\x6c\x41\x64\x8e\x80\xf9\xbd\x76\x52\x34\xe9\xfb\x94\xb5\x02\x9d\x97\x0a\xd2\x98\x21\x59\x97\x38\xa3\xbf\xa0\x59\xdf\xcd\xbb\xd1\x64\xcc\x4c\x1e\xc4\x3a\x02\xb5\x47\xd9\xc5\x10\x03\xd4\xf2\x2e\x44\x33\x76\x3b\x99\x42\x32\xf6\x50\xa4\x18\xbe\x64\x8f\x85\xde\x26\x13\x18\xcf\xf5\x16\xc3\x74\x06\x8c\xdc\x66\xaf\x12\xd3\x48\x20\x5d\x93\xc1\x0d\x08\x18\x86\x24\x81\x94\x59\x8c\x71\xb9\x9a\xbf\x5a\x4c\xd9\x23\xa6\x30\x69\xab\xb1\xb4\xde\x98\xaf\xa1\x7b\xf4\xb4\x4f\x9f\x1a\xbc\x86\x39\xcf\xc4\x9c\xd8\x18\xa3\xe6\xe0\x39\x3d\x2e\x7a\x9a\xf4\xfe\x90\xee\xf3\xf2\xcb\xdd\x41\x38\x4b\x2c\xcd\x3c\xe9\x8d\xc8\x3a\xbd\xbe\x8c\x4a\xf4\x20\xbf\xfd\x9b\x46\x5b\xb9\xcb\x1a\x8d\xad\xc5\x35\x55\x7f\x40\x8e\xb6\x52\xa6\x5c\x3f\x21\x47\xdb\x8c\xd6\xfb\x24\xe5\xed\x1f\xd2\xd1\x17\x59\x5f\x14\x3d\x2c\x4a\x7b\x5b\xe7\x39\xf6\x8a\xdd\x7a\x78\x35\x18\x1a\x6f\x00\x52\x33\xfd\x3a\x06\x13\x96\x6f\xf5\xb0\xfe\x40\x2d\xef\xc7\x65\x7c\xe2\x52\x60\x03\x54\x7c\xf8\x5d\x8d\x9d\xde\x23\x58\x24\x1d\xb1\x1d\x4b\xbc\x29\x5e\xb2\xd4\x5b\x45\x42\xc8\x93\x15\x0e\x1d\x2a\x6d\x8e\xe7\x20\xf4\xb6\xdb\xb7\x1f\xe4\x36\xe5\x65\x6d\xf4\xea\x5d\x2d\xb6\x86\xe1\xb6\x73\x92\xa6\x9d\xdf\x1a\x08\x61\xa8\x85\xf0\xe8\x6a\xd3\x67\x99\x9d\x13\x14\x2a\xb3\x5a\x0a\x45\x3e\x2b\xd9\x23\x94\xd7\xa3\x89\x1e\x8c\xa2\x64\x47\x9b\x92\xbd\x5d\xfe\xfc\x01\x52\x84\xd7\x91\x52\x1e\x8a\x1f\x60\x85\x39\xe4\xf5\x1d\xbb\xa1\xe0\x2e\x95\xd3\x3c\x0d\xec\x8e\xc9\xf2\x06\xae\x16\xc9\xc1\x12\xe5\x3b\x9e\xa4\x61\xe4\x82\x9c\x36\xb5\xaa\xb0\x73\x07\xf3\xf9\x87\xa7\xba\x3c\xfe\x0f\xde\x4f\x96\x9e\x44\xc1\x6b\x1e\x73\x6d\x58\xef\xad\x4e\xcf\x18\xc9\xdf\x7b\x19\xb3\x6a\x45\x60\x48\x9f\x3a\x4c\x1d\x8c\x4f\x8a\x08\x1d\x51\x86\x7b\x79\x19\x86\x31\x4c\x9a\x01\xf1\x44\x6b\x95\x6a\xac\x55\x2a\xcd\xc1\x4e\x02\xf8\xd4\x9d\x02\xd7\xc7\x4d\xca\x36\x07\x82\x1b\xf6\xa5\x5b\xd0\x5c\xfd\x8c\xe7\x57\xee\xa8\x15\xb5\x79\xca\x82\x7e\x59\x66\xe9\x5c\x1d\x4d\x93\x4c\x39\x10\xaa\x2b\xc1\xed\x18\xaa\xcf\xee\xdb\x65\xb7\x4c\xe7\xc7\xbc\xf9\xa2\x4b\x6d\xc9\x9d\x4d\x82\xc8\x7f\x7b\x74\xc5\xab\x44\x48\x5c\xe7\xbb\xb7\x47\x2a\x3d\xf3\xf0\x99\x27\x3e\xab\x67\x32\xf7\xe9\x73\x42\x9b\xa5\x6d\xd6\xa6\x77\x96\x12\xf4\x71\x21\xaa\x4b\x86\xa5\xdd\x2b\xc1\xab\x4e\x00\xec\xb0\xbc\x60\x71\x76\xa5\xe4\x80\xd9\x19\x90\x4a\x61\x0d\x3c\x63\x13\x5c\x5f\x58\x6f\x85\x43\xd9\xc5\xa7\x4f\x7b\xfd\x72\xba\x53\x03\x4d\xb3\xd1\x27\x29\xe8\xd4\xd7\x49\x68\xd3\x79\xa7\x26\xeb\x0e\x4c\xce\x45\x23\xce\x68\x79\xcc\x0f\x29\x5e\xbb\xf8\xc5\x64\xfc\x87\x75\x8c\xb9\x61\xb6\xea\x6c\x5b\xe6\x9c\x62\x50\x75\x84\x6f\x06\x35\xdf\x87\x8b\x06\xcd\xac\x65\xa0\x11\x40\x2b\xd8\x49\x85\x24\x31\x57\xa0\xbf\xaf\x41\x15\x68\x73\xb9\xe7\xa5\xb4\xc0\xd7\xda\x04\x83\xd2\xb9\xa6\x85\x12\x8c\xe7\x10\x37\x11\x63\xbc\x28\x3b\xc0\x80\xd0\xec\xea\xa9\x39\x3c\x35\x56\x96\xe1\xdd\x0c\xd2\x5d\x49\xe8\x49\x3e\x36\x75\xb5\x7f\x58\x24\xff\x78\x2b\xb3\x42\x90\x97\x03\x48\x5c\x71\x6c\x5b\x5b\x22\x1d\x2d\x93\xd0\x99\xb1\x0a\xea\x35\x50\x0c\x99\x43\x7a\x3c\x7e\xad\xea\x4c\x46\x47\x5f\x16\xec\xb1\xe9\x72\x23\xf7\xdd\x4f\x57\x62\x3b\x9d\xe9\x2f\x75\x5e\x7e\xfa\xf9\x31\x2f\x0f\x5f\x46\x0a\xb6\x37\x04\x8a\xaa\x00\x0c\xe5\xec\xc9\x43\xe1\xbc\xe1\x4c\xe5\xcb\x2d\x22\x8c\xf4\x58\x57\x4f\x69\xe1\x95\x48\x58\x76\x9b\xbf\x0b\xa8\xe1\x57\x0d\x75\x44\x84\x06\xfd\x91\x6d\x6a\x76\x97\x08\xd8\xd3\x68\x46\xdb\xf7\x69\x7d\x35\x37\x4a\xeb\x97\xba\xf1\x8c\x84\xcb\x00\x64\x56\x8b\x4a\x46\xb2\xfc\xd8\x14\x7b\x76\x3e\x23\xdf\x9d\x06\x77\xcc\x0c\xa7\x31\x4c\x6e\x71\xa2\xe5\x3b\xb3\x19\x30\x53\x0e\x07\x69\xb4\xcc\x18\x4d\x47\x2b\x08\xb7\xf2\x7d\x1e\x2d\xf4\x2e\x1c\xaf\xe3\x49\xf9\x71\xdb\xd5\x5e\xb1\xee\x11\x55\xf9\xf3\x1d\xf8\x30\xdf\x8d\x0d\xbc\x78\x01\xce\xe8\xe1\x4b\xd5\x58\xb8\x4b\xaf\x8d\x8b\x1e\xae\xc9\xa1\xae\x5e\x5e\x6d\x9e\xe3\xc7\xc6\x24\x3f\xdd\xb6\xe4\xc4\xcb\xae\xe6\xd3\xe1\xd8\xd4\x79\xba\x1b\xd4\x52\x5f\x1c\x24\x23\xc3\xa5\x41\xdd\x66\xa5\x15\xd6\xe4\x9e\xdc\xaa\xf9\x31\x66\x78\x59\xe9\x3e\xb3\x3e\xb6\x06\x2d\x18\x81\x59\x0e\xf6\xb8\x7d\x28\x5e\xf2\xd2\xc6\x28\x84\x1b\xe7\xea\x84\x8b\x94\x08\x34\x94\xb6\xa8\x3b\x2b\x6c\x9d\xc3\x5d\x74\xfe\x39\xce\xf3\xe3\x77\xbc\xdb\x62\x18\x13\xc1\x0d\x75\x35\x28\x42\x7c\x3c\x70\x99\x4b\x16\x23\x86\x0c\xe1\x26\xc5\x64\xca\x44\x9e\x2b\x71\x68\x33\x2b\xd3\xfb\x13\x9b\x1d\x72\x02\x46\xc3\xf8\x0d\xc5\xa9\xd4\x65\x57\x39\x09\x27\x3e\x31\x27\x42\x87\x85\xea\x83\xc1\xc6\x65\xe3\x9f\xa5\x11\xf1\x9f\xbf\x5a\x3f\x59\x1f\x5d\x1a\x3a\xd6\x4f\x96\xeb\x38\x57\x57\x8a\x47\x60\xb4\x9c\xce\xf1\xe7\x48\x6e\x00\xc5\xdb\xe0\x0c\xbd\x0d\x8e\xde\x79\xd1\x9e\xc5\x5d\xd0\x1d\xea\x0f\xa0\xe3\x71\xed\x37\xbc\xca\xb4\xdb\x53\x63\x83\xc2\x2f\x73\x79\xa7\x6b\x07\x34\x6c\x8f\x9b\x03\xd5\xbe\x59\xc1\xf8\x75\xf5\x55\xe5\xfa\xba\xfa\xfa\x26\x76\x44\xf6\xa3\xcb\xca\xe4\x95\x42\x26\xa7\x3f\x5c\xae\xbf\x69\x1b\x9f\xb6\x39\xe1\x27\x5a\x11\x15\xd0\x2b\xf5\x04\xf8\x30\xdd\x05\xea\x06\xed\xec\xb7\x77\xf9\xfe\xe9\x7a\xae\x80\x25\xe5\x14\x6d\x23\x60\xa1\x56\x9f\xd5\x85\x65\x79\x39\x5e\xf1\x8b\x46\x3f\xfd\xcc\x1e\xd8\x5f\x46\x3c\xe4\xd3\x49\x25\x60\xc9\x60\xb0\xbb\x47\xbf\x3e\x5f\x59\xea\x56\x25\xcb\x58\xde\x6a\x4a\x6c\x9d\x24\x9b\xea\xf0\x6a\xdf\x37\x52\x41\x3b\x08\x7b\xae\x1c\xdc\x75\x2c\x2d\x95\x13\x2a\x03\x2a\x4a\xc3\xcb\xa8\xfb\xa5\xba\xff\x36\x52\x54\x3d\xc6\xaf\xf5\xdb\x8e\xdf\xa6\x8e\xd1\x4c\x42\xdc\xd6\xd2\x4b\xa9\x97\xa9\x2e\x42\x76\xa8\x81\x8b\x36\xdf\x67\x8a\x7f\x16\x9e\xa8\xce\x59\x7c\x9b\xef\xb3\xc9\x86\x51\xcf\xef\x8f\xbb\x5b\x8f\x54\xbd\xb9\x20\xca\x77\xf3\xa8\xff\xb0\xcb\x9b\xd4\xce\xd2\x26\xed\xec\x05\x35\xbc\x62\x1e\x06\x1f\x86\x2e\x09\x07\x30\xbe\xd5\x80\x4e\xa5\xdf\x31\x99\x48\xc1\x80\xfc\x19\x0a\xc9\x16\x86\x1d\x73\x46\x73\x31\xfd\xfa\xac\xac\x32\x00\xdf\xfc\x12\x75\x0d\xc5\x06\x10\x45\x35\x5d\xe7\xae\xd5\xe0\xd8\x64\x56\x4a\x8a\xa3\x70\x5d\x72\x97\x5e\x63\xc9\x09\xc4\x2e\x18\x30\xe4\x01\x7a\x83\x6b\xf4\x3d\x7d\x66\x88\x10\xd3\x8c\x9e\xc6\xb3\xad\xf5\x26\xa3\xb2\x57\x76\x6d\x60\x65\xaa\xdb\x6b\xfa\x13\x05\x3e\x9d\x74\xbc\xcb\x44\x4f\x37\x3a\x6d\x61\xd0\x92\x30\x8a\xbf\x7f\x5c\xda\xf0\xda\xe9\x35\x7d\x52\x72\xb8\x68\x64\x19\x97\x61\xe7\x40\xd7\x49\x56\x16\x55\xfa\xf6\xcb\x3e\xdd\xe5\x3f\x7f\x00\x51\xfe\x0b\xfa\xaa\xbe\x7c\xf8\x72\xad\x7b\xa8\x6e\x57\xea\xca\x8c\xee\x59\xb2\x39\xc4\x96\x0a\x35\x26\x5d\x98\x52\x6f\x64\x97\xff\x36\x4c\x2f\x70\x92\x77\x96\xf5\x85\x26\xce\xef\xb1\x7a\x4a\x64\x05\x08\x9c\x31\x5e\xef\xe9\x99\x65\xeb\x22\xfa\xfe\xbf\x00\x00\x00\xff\xff\x2c\x7f\x36\x96\x2f\x2e\x04\x00") +var _web_uiAssetsConsulUi97ec8a4278cddf4266ff5aa45bf84f69Css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x7b\x6f\x5b\x39\xb2\x28\x8a\x7f\x15\x22\x8d\x8d\x33\x3d\xdb\xac\xcd\x2a\xbe\x9d\xdd\xc1\xaf\xc7\x7b\x1a\xfe\x01\xce\xbd\xc0\x9d\xb3\xfd\x47\x0f\x1a\x07\xcb\xd2\xb2\xa5\xd3\xcb\x92\x8f\x24\x2b\x89\x1b\xb9\x9f\xfd\xa2\x8a\x4b\xb2\xde\x92\x1f\xe9\xc4\x19\x23\xf1\xd2\x5a\x7c\xb3\x58\xac\x07\x59\x2c\xfe\xff\x3a\xbd\x6a\x34\xae\x27\xea\xcd\x7f\xff\xcf\x5f\x74\x7a\xf3\xf6\x87\x66\x78\xd5\x1f\xe8\xc9\xf0\xea\xaa\xa9\xff\xbd\xdb\x9f\xaa\xcb\xe1\x70\x52\x8f\xd4\xc5\xed\x64\x32\x1c\x1c\x41\x7d\x7d\x33\xf9\xa4\xc7\x93\x6a\x52\xbf\xbb\x6d\xde\x35\xfd\x77\x7f\xdd\x14\x78\x5c\x75\x26\xfd\x69\xbd\x29\xaa\xa9\x2e\xea\xe6\xdd\xf6\xf2\x16\xe3\xe7\xc5\x4c\x3e\xdd\xd4\xba\xdb\xaf\x9a\xe1\xd5\xd2\xc7\x2c\xc1\x3f\x47\xc3\xa6\xfe\xa9\x84\xfd\xf6\xae\xdb\x9f\xf2\x9f\xea\x76\x55\xb5\x23\x6a\x77\xe6\x9b\xad\x79\x6f\xee\xb3\x56\x47\xd7\x55\x7f\x50\x2a\x9a\xbf\xcd\x22\x25\xe0\x66\x16\x73\x9f\xeb\x8f\x49\xfd\x71\xa2\xbb\x75\x67\x38\xaa\x26\xfd\xe1\xe0\x78\x30\x1c\xd4\x9f\x2f\xfb\x75\xd3\x1d\xd7\x93\xa3\xde\xe8\x8f\x8b\xe1\xa8\x5b\x8f\x4a\xf8\xe6\x36\x4c\xaa\x8b\xa6\x56\x9d\xea\x86\x0b\xd8\xd2\xce\x92\x66\xd2\xab\xab\xae\x9a\xf4\x4a\x2b\x96\xf3\x2d\x04\xcd\x93\xb5\x9f\xdd\xd9\x4b\xef\x88\xdf\x7b\xa5\xd1\x55\xd3\xbf\x1a\x1c\x37\xf5\xe5\xe4\x73\x35\x9a\xf4\x3b\x4d\x7d\x54\x8d\xfb\xdd\xfa\xe8\xb2\x7f\x75\x3b\xaa\x8f\x0a\xb6\x1c\x71\x59\xfc\x73\x35\x1a\xde\xde\x1c\xf5\x46\x47\xe3\xba\xc3\x15\xfe\xd1\xed\x8f\x6f\x9a\xea\xd3\xf1\x45\x33\xec\xfc\xfe\x19\xea\xeb\x8b\x7a\xa4\x2f\xaa\x71\xbf\xa3\xbb\xa3\xe1\x4d\x77\xf8\x61\xa0\x27\xa3\xfe\xd5\x55\x3d\xfa\x67\x35\xea\x57\xba\xfe\x78\x53\x0d\xba\x75\xf7\xa7\xc9\xe8\xb6\xfe\x4d\xb5\x39\x6e\x86\x1f\xea\x91\x1e\xd7\x4d\xdd\x99\x08\xf2\xdc\x8e\x75\xbf\x33\x1c\x94\x36\xc3\x87\xfe\xa4\xa7\xbb\xf5\xa4\xea\x37\x63\x35\xe9\x1e\x0f\x07\xcd\x27\xdd\xe9\xf5\x9b\xae\xc0\x46\x30\xec\xf8\xf8\xa2\xbe\x1c\x8e\xea\x3f\xf4\x87\xfa\xe2\xf7\xfe\x44\x4f\x46\xd5\x60\x7c\x39\x1c\x5d\x1f\x8f\x86\x8c\x8e\x7f\xc1\x64\xba\xf5\xd5\x8f\x6f\xb7\x45\x7c\x96\x4e\xfc\x9f\xdb\xe1\xa4\x3e\xba\x18\x76\x3f\x1d\x75\xbb\x47\xdd\xe6\xa8\x3b\x39\x9a\x0f\x65\x0b\x95\x1e\x1e\xf5\xe8\xa8\x67\x8f\x7a\xee\xa8\xe7\x8f\x7a\x81\x41\xd2\x9b\x5c\x37\x47\xfd\xcb\x51\x75\x5d\x1f\x35\xf5\x55\x3d\xe8\x1e\x35\xfd\xa3\x61\x73\x74\x73\x74\x33\xaa\x8f\x18\xdc\xd5\xa8\xae\x8e\x6e\x9b\x3f\xae\xab\xd1\x55\x7f\x70\x6c\xde\xde\x54\xdd\x6e\x7f\x70\x75\x6c\x3e\xaf\x15\xf9\xc7\xe5\x70\x30\xd1\xe3\xfe\x5d\x7d\x8c\xc6\xfc\xdb\x5b\xf9\xfc\x50\xf7\xaf\x7a\x93\x63\x67\x24\xc3\x78\x32\x1a\x0e\xae\xfe\x58\x8c\x89\xc6\x7c\xbe\x6d\xfe\x68\xfa\x63\x86\xe3\xa7\xa6\x2e\x38\x27\x60\x6c\xb1\x50\x77\x86\x4d\x53\xdd\x8c\xeb\xe3\xd9\xcb\xdb\x36\x62\x7c\x53\x75\x4a\x6b\xd6\x70\xe6\x8f\xfb\x96\x56\xb7\xdd\xfe\xf0\x88\xc7\xad\x7b\xd4\xbf\xbe\x3a\x1a\x5e\xfc\xef\xba\x33\x39\x9a\xf6\xbb\xf5\xf0\x8f\x5e\x69\x46\x75\x3b\x19\xbe\xbd\xae\x3e\xea\x0f\xfd\xee\xa4\x27\x1d\xf8\x0c\x9d\xe1\xe0\xb2\x3f\xba\x96\x29\xa2\xab\xa6\x1e\x4d\x36\x52\x1c\x25\xc3\x79\x04\xd7\xf5\xe0\x56\xdf\x54\x83\xba\x51\x65\x3a\x70\x40\x7f\x52\x5f\xff\x76\x04\xd7\xc3\x51\xad\x6f\x86\x37\xc3\x69\x3d\xd2\x1c\xfe\xee\x9f\x4c\x44\x7e\xea\xf4\xea\xce\xef\x17\xc3\x8f\xbf\xfd\xbb\x14\x22\x04\x6f\x2d\xf3\xb0\xdf\xed\xb4\xb8\x36\x27\x83\x8f\x2d\x6b\x96\xaf\x2d\xae\xd0\xba\xbf\xae\x86\x3f\xa4\x44\xc1\xf5\x45\x50\xa9\x96\x3e\xd6\x4d\x3d\xa9\x8f\xaa\xf2\xd5\x19\xd5\x15\xa3\xa9\x34\x1f\x3a\xc3\x9b\x4f\xfa\x62\x32\x98\x7d\x97\x24\xd5\xa0\x53\x37\x6d\x50\x69\xc0\xa8\x1e\xd7\x93\xdf\x96\x82\xc6\xb7\x17\xd7\xfd\xc9\x6f\xed\x0c\x57\x50\xc9\xbc\x1e\xab\xc5\x34\xe5\xfd\xb7\xe3\xc1\x70\xf2\x97\x79\x5d\x3f\x0a\xc2\xc3\xa4\xbe\xbe\x69\xaa\x49\xad\xeb\xd1\x68\x38\x52\x3c\x1d\xab\x23\xe9\x9e\x1a\xdf\x54\x85\x22\xcd\x09\x18\x4f\xba\x4d\x25\x2f\xf5\xf0\xa0\x1c\xd2\x96\x42\x51\x7a\xd5\xf8\x66\x78\x73\x7b\x23\x40\xfc\xed\xc7\x96\x64\xf4\xaa\xb1\x9e\xf5\x65\x32\x7a\x37\xeb\xd7\x03\x46\x62\x13\xe9\x79\x4c\x41\xf7\x04\x69\x78\xdb\xe9\xe9\x4e\xd5\x34\xc3\xdb\x89\xcc\xcb\xb7\xb3\xa8\xdb\xf1\x1c\x57\xda\x88\xeb\xe1\xdd\xa6\xd0\xf1\x7a\xe0\x6a\xc0\xe7\x02\xcd\x51\x3d\xad\xab\x46\xf5\x07\x37\xb7\x93\x63\x69\x66\xdd\xfd\x7f\xeb\xeb\x2d\xad\xe9\xd6\x97\xd5\x6d\x33\xd9\xd8\x20\xa6\x5c\xeb\x0d\x6a\x43\xc7\xeb\x81\xab\x01\x9f\xab\x3f\x3a\xc3\x66\x38\x3a\xfe\x01\x7d\xb0\x97\x97\x9f\x05\x31\x0a\xf1\x6a\x79\x51\x89\xef\x0f\x7a\xf5\xa8\x3f\xf9\xcc\xc4\x77\x9e\xe5\x92\x90\xdc\x67\xc6\xb5\x3f\x2e\xaa\xce\xef\xcc\x81\x06\x5d\xdd\xc6\x5e\x5e\x5e\xbe\x5d\xa0\x93\xe1\xe6\xe3\x5b\x61\x6b\xa3\x7a\xd0\xad\x47\x4c\xaf\x86\x37\x93\xfe\x75\xff\xae\x3e\xab\xaf\xfa\x17\xfd\xa6\x3f\xf9\x34\xef\xa3\xa4\xe4\x8c\xba\xea\xfe\xef\xdb\xf1\xa4\xd0\x59\xe9\xe8\xb6\xa8\xf1\x96\x98\x1d\x45\x0d\xc7\x1f\x75\x69\xe2\xf5\x70\x38\xe9\x71\x9b\xae\x46\xd5\xa7\x71\xa7\x6a\xee\xc7\x7f\x25\x41\x35\x98\xf4\xab\xa6\x5f\x8d\xeb\xee\x5b\x26\x23\x97\xcd\xf0\x83\xfe\x78\xdc\xeb\x77\xbb\xf5\xe0\x3e\xe4\xd3\xf1\xb8\x33\x1a\x36\xcd\xbc\x98\x8b\xe1\x47\x6e\x05\x17\xd1\x92\xf4\x8b\xe1\xc7\xb7\x9b\x43\xaf\xfb\x83\x96\x3a\x5b\x63\x6e\x3e\x7e\x86\xce\xb5\x1e\xf3\x64\xea\xf5\xe1\x64\xd8\xad\xdf\xf7\x79\x42\x1f\x75\x86\xdd\x9a\xf9\xd7\x1f\xdb\x9a\xca\x94\x5e\xc2\x2e\xab\xeb\x7e\xf3\xe9\xf8\x7a\x38\x18\x32\x23\xa9\x3f\xb3\xdc\xb3\x36\x62\xe1\x32\x86\x44\x6f\x5b\x3e\x81\x37\x1f\xdf\xb6\xcc\x10\xc1\x8f\xea\x6b\x65\x3e\x97\x19\xbe\x9e\x55\xd8\xf6\x4d\x35\xaa\x07\x05\x43\x5a\x32\x76\x24\x18\x7e\x54\xf0\x6d\xce\x65\xff\x58\x6c\xd2\xdf\x9a\xfe\xe0\xf7\xf7\x55\xe7\x1f\x9f\xc6\x93\xfa\xfa\x97\xe1\x60\x72\xa4\xab\x9b\x9b\xa6\xd6\x63\x09\x39\x7a\xf3\x8f\xfa\x6a\x58\xab\xff\xfe\xff\xbf\x39\xfa\x7f\x86\x17\xc3\xc9\xf0\xe8\xff\xfe\xf8\xe9\xaa\x1e\x1c\xfd\xf7\xc5\xed\x60\x72\x7b\x74\x52\x0d\xb8\xd4\xa6\x39\x7a\xf3\x4b\x7f\x54\xa9\x7f\x54\x83\xf1\x9b\xa3\x37\xff\x35\x1a\xf6\xbb\xb3\x8f\xd3\xba\x99\xd6\x93\x7e\xa7\x52\xff\x57\x7d\x5b\xbf\x39\x9a\x7f\x1f\xfd\x3c\xea\x57\xcd\xd1\xb8\x1a\x8c\xf5\xb8\x1e\xf5\x2f\x3f\x2f\xf2\xed\xc2\xa4\x67\x98\x7f\x0f\xed\x2d\xa8\xc3\xe0\xfe\xbc\x38\x1c\x73\x64\x28\xa8\xc0\x69\x64\x66\x2f\xe2\x8d\x8c\xd1\x87\x5e\x7f\x52\x0b\x8b\xaf\x8f\x6f\x46\xf5\xdb\x0f\xc3\x51\x57\x7f\x18\x55\x37\xc7\x83\xe1\xe8\xba\x6a\x3e\xff\xf5\xe8\xf8\xb8\xba\x64\x69\x6f\x4d\x94\x5a\xc0\xa0\xb6\xa5\x6f\xd7\x83\xe6\x02\xef\x1f\x0b\x4c\xbf\x2a\xc3\xb3\x42\x2c\x17\x03\x47\x55\xb7\x3f\xfc\xed\x8f\xce\xed\x68\x3c\x1c\x1d\xdf\x0c\xfb\x83\x49\x3d\xfa\x7c\x60\xae\x69\xcd\x42\x6b\xd5\xb4\x72\xec\x45\x35\xae\x9b\x3e\xcb\x3b\x42\x55\x56\x62\x27\xc3\x9b\xcf\x3b\x71\x66\x26\x96\x7d\x2e\x52\xdc\x4c\x6a\x37\x9f\xff\x3a\x13\x9d\x4a\xcf\xcc\x67\xa8\x06\xfd\xeb\xaa\x70\x88\x49\x75\xa1\x07\xd5\x54\xdd\x36\x33\xf8\x6d\x91\x74\xa0\x5b\x0d\xae\xea\xd1\xf0\x76\xcc\x12\xc2\xde\x34\xc7\x97\xc3\xce\xed\xf8\x90\x84\x3d\x1e\xeb\x23\xe8\xf6\xc7\x1d\x7e\x63\xd1\x98\xf5\x00\x18\x0d\x6f\x27\x2c\x07\x8c\xba\xef\x5a\xf6\x7e\xdb\xa8\xa6\xbf\x51\xda\x5a\x0b\x3a\xee\xf6\xc7\xdc\xbf\xee\xa6\xb8\xb6\x69\xeb\x11\xd2\x94\x4d\xca\xe2\x52\x3c\x33\xef\x79\xf9\x3f\x96\xcf\x92\xe7\xc7\x23\xb8\x6c\xaa\x71\x4f\x5f\xd7\xe3\x71\x75\x55\xab\x1b\x10\xc1\x62\x43\xf0\xc7\xfe\x78\x32\x5e\x0f\x1f\xdf\x76\x3a\xf5\x78\x43\xc4\x87\x6a\x34\xe8\x0f\xae\x16\x05\xcb\x22\x7f\xae\xc1\x5c\x1a\xd4\xed\x4f\x7f\xdc\x9d\xf6\xbe\x2f\xfb\xd3\x2e\xa4\x3a\x5c\x74\x3d\xa0\x79\x4f\x29\x6c\xad\xfd\x4f\x29\xec\xbe\x98\xc1\x70\xd2\xef\xd4\xb3\x61\x6b\xbf\xfa\x83\xcb\xe1\xfc\xe3\x66\xd8\xf4\x3b\x9f\xf4\x75\x35\xa8\xae\xea\xeb\x7a\x30\x99\xc7\xcc\xc7\x68\x93\x8c\xbe\x1e\x36\x47\xb4\x0d\x51\x2d\x8a\x6e\x88\x39\x00\x07\x9f\x6b\x7c\x9e\x6b\x68\x9e\x3e\x2a\x87\x29\x2a\x6d\xf8\x1c\xae\x9b\x63\x5b\xd0\x6e\x8e\x7c\x00\x74\xf7\x29\x47\x87\xc3\xf7\xe1\x25\x6d\x83\xf0\xc3\x4b\xba\x2f\x63\xc6\x09\xa0\x14\x52\x77\x55\xb5\x57\x9f\xdb\x13\xbf\x40\x85\xf7\x24\x6c\x07\x65\x4f\xaa\x65\xfa\x7c\x50\xe2\x5d\x43\xb9\x71\x9d\xea\x5d\xbb\x68\xb4\x39\xb2\x5d\x4a\x2a\x91\x93\xea\x42\x08\xe6\x6f\xef\x6e\x16\x16\x75\x56\x94\xdc\xa5\xaf\x7b\x80\x2c\x07\x97\xee\x2f\x87\x2d\x75\x76\x53\xd4\xae\xae\x6d\x55\xa5\x17\x83\x66\x85\x6f\x88\x29\x0d\xda\x10\x71\x68\xd5\x5b\x55\xf6\x12\xb4\x5c\xf5\x52\xcc\x62\xd5\x4b\x11\x0f\xab\x7a\xb6\x34\xb0\x21\xec\x7e\x14\x36\x45\xae\xd7\x3f\x8b\x59\x1a\x91\xed\x09\x76\xb5\xf0\x90\x85\x8a\x92\x76\x6d\xbd\xe2\x80\x9c\xf7\x04\xe6\x81\x19\xf7\x36\xfc\x31\x85\x1e\xbc\xe0\xb2\x35\x66\x06\xeb\xed\x09\xca\x60\x6d\x8f\xdf\x3f\x22\x5f\x68\x89\x67\x33\x19\x7c\x78\xd6\xd2\xc1\x87\xe7\x5b\xc2\xd5\xc7\x66\x7f\x32\xdc\x16\x71\x79\xf3\x7a\xd7\x61\xc5\xdc\x23\xf6\x53\x4a\x39\x0c\xcb\x9f\x52\xc3\x61\xf9\x97\xd9\xc5\x23\x57\xfc\xf6\x8a\x17\xcf\x56\xee\x8a\xb0\xf1\x6c\xe5\xae\x94\xf8\xf0\xb5\xca\x03\x41\xf0\x1c\x05\x6f\x84\xc1\x73\x14\x7c\x5f\x64\x57\xb5\x2b\x2b\xb3\xfd\x0c\x59\x5b\x19\x0f\x9b\x7e\x77\x9f\xc6\xbe\x41\x74\xdb\xb9\x02\xf5\xf6\x7e\x2f\x65\x38\x3a\x9e\x56\xa3\xbf\xe8\xb2\x01\xa8\x2f\x46\xd5\xa0\xab\x83\x31\x47\xed\xba\xc8\x8f\x6f\x17\x13\x4d\x3e\xdd\x0c\x37\xa4\xf9\xfc\xc5\x54\x98\x67\x15\xdd\xbf\xb4\x9c\xf3\x14\xd1\xe5\x1b\x63\xef\x5f\x9b\xe1\x7e\x7d\x8a\xbf\x65\xbd\x7e\x69\xe6\xfc\xe0\xc9\xc7\x80\xed\x14\xf9\xc1\x46\x5b\x39\xda\x34\x19\xb6\x6a\xb0\x87\x6d\x79\x3d\xab\xb4\xf5\x44\x4e\xb6\x09\x2e\xf1\x32\x5d\x56\x2b\xa0\xb9\xa8\x3a\xd8\xe9\xac\x80\x66\xa7\xde\xb4\x95\x45\x3e\xae\xca\x54\xe7\x50\xd9\xcf\xdb\x97\x6d\x1e\xad\xfe\x3d\xae\x3d\xed\x5e\xd0\xe1\x0b\x9d\x0b\x1c\x61\xad\xbe\xfa\xa2\xae\x2f\xe9\xa0\xfa\xb6\xae\x24\x2e\xaf\x5a\x6d\xc6\xf7\x8b\xba\xbb\x52\xc9\x65\xd5\x71\x86\xd6\x8b\x6d\x57\x2e\x37\xb5\xb5\x73\x19\xd7\x8a\xa1\xfa\xc2\xd8\xfc\x76\xe9\xeb\xf3\xe2\x7a\xdb\xa6\xf6\x98\x4b\xbf\x36\x05\xcb\xae\xdc\xac\x20\x53\x51\x37\xba\xcf\xbb\x16\x84\xb7\x28\xe4\xbb\xf4\xc4\x0d\x6d\x49\xd5\x05\xae\xb5\xa5\xa0\xdc\xdb\xa5\xe6\x6e\x6a\xcb\x9e\x05\xe8\x5d\xd4\xf3\xd0\x75\x83\x07\xaa\xc9\x7b\xb5\xde\x1d\xe5\x6d\x80\x8e\x4d\xb1\x5a\x83\x4e\x19\x9b\xb7\xf7\xc8\xb5\x01\x34\x1b\x2d\x04\x96\xda\xb3\xa1\xb6\x16\x05\x1e\x5e\xdb\xfe\x35\x96\xbd\xca\x7e\x6b\x43\xb5\xde\x28\x53\x3b\x53\xd9\xfd\x8d\x3a\x64\xb7\xe5\x4f\x58\x9b\xff\x72\xab\xb5\x8f\x2b\x63\xcf\xc2\xe3\xc3\xb5\xf6\x6f\x59\x6d\x99\x15\x79\x90\xcc\xd1\x89\xd6\x39\xff\x76\xe9\x6b\x9d\x1c\xef\xd9\x77\x5a\xdc\xe6\xd8\x54\x6b\xae\x3b\x75\xbd\xb3\x62\x7f\x81\x89\xcc\xe7\x83\x57\x80\x1f\xbf\x6a\xb2\x89\xa5\xf8\x8a\xaa\x55\x76\xbb\x42\x7d\x0f\x9a\x5c\x0f\xde\xa6\xfc\x62\xdb\x6f\xdf\xec\xc6\xda\xb7\xba\x9b\xf4\x2d\xed\xbf\x3c\xe3\xee\xc6\xb3\xae\x55\x3e\x71\xf9\x70\x57\x5b\x5e\xe6\xb2\xd5\x0b\x5a\x64\xda\x40\xf6\x5a\x0a\xbc\xa2\x83\x0a\x21\x5e\x22\x7b\x0f\xd9\x46\x7b\xda\xd2\xf2\x86\x46\xc6\x4b\x22\xea\xec\x6f\xe4\x06\xdb\xe9\xd6\xd6\xfa\x68\x47\x9c\xd6\xf7\xe6\x19\xdb\xd2\x94\x11\x9a\xad\xa3\x4d\x86\x37\xc7\x78\xf3\x51\xc9\x4a\x9a\xfa\xa1\xba\xe7\x1b\x17\xc3\xc9\x64\x78\xbd\x25\x72\x34\x33\xf1\xda\x10\xd7\xd4\x97\xab\x51\x87\x2e\xd1\x35\x7d\x55\x2d\x1b\x79\xf7\x85\xe7\x74\x6f\x5b\xeb\x7b\x40\x3f\x7e\xbb\x35\x62\x43\xce\x49\xff\xba\x3f\xb8\xd2\x97\xb7\x03\xc1\xb8\xe3\xba\x1a\xd7\x7a\x78\x3b\x79\x7b\x40\x9a\xcf\x3f\xdc\x8e\x9a\xf1\xff\x1a\xd7\xa3\x69\xbf\x53\x8b\xcd\xeb\xbc\xc5\xeb\x7a\x6a\x3d\x1e\x36\x4c\x2f\x59\x55\x55\xdd\xc9\x43\x52\x16\x93\xac\x1d\x49\xc7\x33\xdd\x97\xdb\xd0\x1a\xa1\x4e\x86\xc3\x66\xd2\xbf\xf9\xed\x91\xd9\x76\xb4\x8f\x35\xee\x87\xd6\xb8\x2f\xcf\xf6\xea\xc6\x37\x4d\x7f\x32\x79\x70\x1f\x0f\xc9\xb6\xbd\xd2\x36\xc5\xfe\x6a\x36\x27\x9c\x17\x5c\x7f\xec\x4f\xfa\x83\xab\x65\x49\xf2\xe8\x9f\xdd\x6a\x52\xe9\xd5\xc4\xab\xa1\xed\xa8\xcb\xb9\x8e\x1e\x4a\xfb\x37\x67\xdc\x95\xa2\x2d\x64\xd2\xdb\x08\xb6\xcd\xc1\x6d\xb9\x9b\x26\xda\xcd\x68\x78\x53\x8f\x26\x9f\x8e\x87\x37\x55\xa7\x3f\xf9\xf4\x76\x57\xdc\xee\x89\xba\x6d\x9e\x1e\x34\x4d\x9b\xfe\xa0\xae\x46\xbb\x26\x69\x9b\xa2\x6d\xcb\xb1\x79\xdb\x9a\x17\xea\x7a\x5a\x0f\x26\xe3\x62\x2e\xbd\x34\x81\x67\x62\x6c\x7f\x70\xf5\xd0\xb9\x5c\x98\xda\x83\xd3\xef\x9d\xd7\xf3\x0c\x85\x6b\x1c\x5e\x41\x9b\xfe\x61\x84\xa3\x34\xeb\x91\xe4\x63\x63\xe6\xfd\x2d\x5e\x2e\x43\x9a\xfd\xd8\x06\x6c\xca\xfc\x10\x2a\x76\x70\xf7\x0f\xcb\xf9\xa0\xaa\x0f\xed\xf8\x61\x39\x1f\x48\x4c\x0f\xed\xf8\xe1\x99\x1f\xda\x80\x03\xbb\x7f\x78\xe6\xbd\x94\x1d\x8a\x20\xf4\xee\x50\x02\xbf\x39\xfd\xde\x6a\x0e\x05\xed\xae\xe4\xfb\x2b\x39\x10\x7c\xbb\x92\x6f\x61\x42\x4b\x84\x6d\x73\x5c\x4b\x63\x56\x22\x97\x08\xd6\xe6\xb8\xfd\xfc\x6d\xa9\xf6\xfd\xe9\xf6\x17\xb8\xd4\xaa\xfd\xe9\x96\x99\xe7\xe6\xb1\xdc\x15\x39\xab\x69\x96\x66\xe3\x38\xed\x8a\xdc\xc1\x89\xe7\x1c\xd3\x6c\xe4\xa3\x66\x27\xf7\xbd\x1d\x8c\xeb\xc9\xc6\x7c\x25\x66\x53\xde\xba\xa9\x3e\xad\x54\xd6\x06\x6d\x4d\xbd\x5e\xcd\x42\xf0\x8c\x33\xe3\x2a\x67\x96\x73\x0e\x4b\xdb\x80\xe5\x4c\x59\xd1\xa9\x6e\xaa\xf1\xf8\xc3\x70\xd4\x5d\x39\xcc\xb7\x98\x64\x52\x7f\x9c\x6c\x8c\x9e\x9f\xc3\x2c\x1a\x59\x39\x19\xbd\x5e\xee\x7a\x64\x5b\xe2\x62\xc4\xbc\xac\xcd\xe7\x75\x4b\xda\x59\xa1\x6b\x75\x3c\x20\x53\xa9\xfb\xa0\x0c\x07\xb5\xa9\x85\xc8\x43\x5a\xb4\x94\x65\x7f\x7b\xda\xe4\x07\xb5\x86\x13\x3d\xa8\x2d\x0b\x19\xf6\xb7\x44\x12\xef\x69\x47\x09\x95\x43\x25\x72\xc4\xf9\xb7\x2d\xe8\xf6\x98\xdc\xbb\x5a\xb8\x2d\xe7\xbc\xb9\x72\xd0\xe9\xba\x50\xee\x9d\xc8\xb4\x3d\x4d\xa9\x7f\x53\xfc\xbc\x96\x85\xc8\x2d\x98\xb1\x2d\xc5\x5a\xe1\xab\xe3\xbe\x10\xb5\x71\x98\x37\xc7\xaf\x15\xbb\x3c\x88\x6b\x2b\x2e\x65\xef\xfe\xb2\xdf\x4c\xe4\xf8\xf9\xe8\xc7\x83\x47\xf4\xc9\x45\xdd\x37\xf5\x91\xc5\x2c\x1f\x59\x93\x83\x8c\x90\xa2\x1f\xd5\xd7\x6f\xbf\xe1\x43\x6c\x6f\x59\xb7\xd2\xb3\x63\x7c\xe0\x37\xed\x14\xa8\xd6\xd6\x7b\xe7\xc9\xef\xaf\xb1\xf4\xf1\x88\xc5\x8b\x47\xae\x40\x6c\x5b\x43\xe8\xd5\x55\x33\xe9\xc9\x9a\xa6\x1e\xde\x4e\x6e\x6e\x27\xaa\x3b\xf9\x93\xce\xbc\x17\xcb\x19\x39\x84\xfb\x4c\xe7\xde\x1f\x92\xb3\x5d\xc6\x5b\x66\xa4\x0b\x07\xc6\x17\xc3\x4b\x23\xb7\x2c\x67\x94\x92\x2f\xaa\xc1\xa0\x1e\xfd\xa6\x06\xd5\xf4\xf8\xb2\x3f\x1a\x4f\xf4\xf0\x52\x73\x11\x2d\x86\x2d\xf7\x70\xc9\x57\xc9\x61\x05\x54\x07\xa6\x2b\x9b\xef\x87\xa5\x2d\xdd\x5a\x4b\xda\x54\x4f\x6b\xfe\x86\xfc\x9b\x5a\xbf\x21\xd9\xb6\xc6\x6f\x48\xba\xd0\xf6\xdd\x92\xc8\xfe\x94\x2d\xf2\xec\x4d\xc7\x14\x72\x57\xaa\x2d\x94\x75\x57\x96\x07\xb8\x5b\x99\xd9\x10\xed\x49\xd5\x0e\x74\x31\xc4\xda\xed\xbf\x65\xee\x4f\x64\x76\x18\xe6\xde\xf9\xc7\x92\xcd\xd9\x60\xd8\xad\xef\xbf\xc6\xbd\xe1\x07\x05\xe3\x7a\x3c\x2e\x7b\x3a\xcb\x35\x6e\xe0\xef\xef\xe6\x0e\x18\x36\xc0\x7b\x85\xb7\x2e\x04\xee\x5e\x44\x2c\x49\x0a\x09\xbc\x47\x6f\x69\x83\x1a\x36\x4a\x68\xfa\x1e\xc7\x34\x73\x80\x2e\x05\xae\xf7\x66\x0e\xae\x25\xe6\x2a\xbf\xcd\xbb\xee\xe4\x09\x3c\xb7\xf4\xf6\x5b\x73\x14\x71\x34\xe9\x42\xb7\x1e\x4f\xfa\x03\x61\x94\x5b\x16\x66\xff\x58\x66\xbc\xb4\x9b\xf3\x6e\x38\xe9\xbb\xef\x68\xe5\x26\xf6\xb0\x7a\x6a\x70\x8d\x46\xef\xb3\x36\x79\x25\xd6\xaf\xc4\xfa\x4f\x21\xd6\x4b\x64\xe4\x4b\x39\xcb\x59\xa3\xdf\x85\x78\x7f\xb9\x13\x5d\x5f\x87\x13\xec\x20\xe1\x6b\x35\x1e\x42\x9f\xbf\xb8\xeb\x9f\x27\x73\x84\x25\x02\xbc\xe4\x58\x2b\x18\xb3\xdb\x83\xd5\xab\x1e\xf3\x67\xe8\x31\xdf\x9e\xbe\xb2\x53\x3b\x79\x92\x48\xd9\xfb\x02\xf2\xd8\x66\xe1\xab\xf7\x0d\xca\x42\x9b\x85\x9f\xc5\x29\xe9\x37\x4f\xc9\x83\x56\x1d\xfe\x45\x15\xed\x6d\xc2\xcc\xab\x30\xf6\x2a\x8c\x7d\x69\x61\x6c\x4d\x68\xfa\x06\x24\x9c\x27\x2a\xb2\x8f\x92\x82\xbe\x2f\x2d\x75\x7d\xd5\x7a\xd3\xf9\xac\x7f\x61\x51\xe8\x1b\x16\x1b\xf6\x88\x04\x3b\x38\x70\x3b\xde\x48\x32\xe0\x3f\x7c\x18\x55\x37\x37\xf5\x68\x76\xf2\x6f\x69\xd5\xa1\x85\xed\xf1\x60\xd2\x2b\x13\xe5\x2f\xf4\xe3\x5e\x0f\x64\x37\x07\x3b\xa6\x5e\xf6\x3e\x7d\x3f\xab\x8a\xe3\xcb\xb5\xe3\x1b\x47\x32\x93\x44\xd1\x7a\xd7\xf6\x7a\xe3\xc0\x35\xef\xba\xdd\xa5\x98\xba\xab\x19\x35\x6f\x47\x9d\x5a\x80\xdd\x76\xab\x6a\x17\xad\xd7\xe4\x89\x71\x7d\x53\x8d\xaa\xc9\x70\xf4\xdb\x52\x64\x77\xc9\xb1\x2d\x97\xf4\x18\x79\x63\xa9\xf0\x07\xe4\x96\xda\x1f\x70\xb2\x41\x9a\xb7\xd1\x9f\x57\x51\x55\x6f\x36\xfb\xf7\xe2\x8f\x85\xb8\xed\xee\xbe\xd6\x62\x16\x72\x6d\x39\x64\xc9\x29\x0e\x5b\xc1\xaa\xaf\x9f\x49\x1a\x5b\x84\xf6\x03\x00\xfd\x10\x18\x3f\x93\x1b\xe1\x4d\x2d\xdd\x9b\x75\xb1\xad\x7b\xcf\x71\x48\x6b\x59\xb2\x6c\x1d\x80\xf3\x70\x2c\xaf\x5f\xb4\x49\xd6\xfc\xbb\xb7\x02\x28\x8f\xca\x23\x57\x0f\xf7\x08\x4d\xf5\xf5\xf3\x0a\x57\x7b\xca\x7b\x90\x08\xb6\xa7\xac\xc7\x8a\x69\x5b\x8b\x7d\x84\x5c\xb7\xb0\xdc\xf2\xef\x5b\xcb\xbd\xd9\xc3\xa0\xf6\xf1\xaf\x9b\x97\xe1\xbf\x7a\x93\x80\x59\x5f\x3f\x44\xee\x5c\x4e\xbd\x4b\x18\x5d\x4e\xb9\x22\x9f\xae\x0c\xca\x22\x63\x87\xdf\xfb\x83\xae\xbe\x19\x0d\x3f\x7e\x5a\x92\x65\x25\x4b\x61\x7e\xe5\x9a\x82\x65\x5e\xbf\xc2\xf9\x6f\x5e\xd6\x2a\x5d\x0b\x83\xa7\xc8\xd3\x37\xa3\x5a\x89\x9b\xdd\xa7\x09\xd6\x0b\xa4\xf6\xb1\x05\x75\x9b\x47\x1f\xd5\x62\x1a\xfb\x44\x81\x7e\xad\x03\x8f\x28\x69\xde\x83\x47\x9c\xdd\xea\xf6\xa7\x4b\x5b\x59\x33\x2f\xc2\x87\xc8\x70\xdf\x9e\x48\xb2\xcc\x12\xb7\xcc\xc7\x19\xea\x6d\xd0\x99\x76\x89\xd0\x87\x8b\xbf\xcf\x2c\xc9\x3e\x55\x58\x7d\x94\xb8\xf9\x44\x91\xed\x69\x92\xd7\xf3\x8a\x49\xdb\x64\xa0\xef\x69\x21\xe8\x10\x9e\xff\xec\xb6\x09\x6b\xbc\xef\x70\xee\xf6\x27\xad\xbe\x7c\x2d\xda\xfe\x54\x8a\xbc\x41\xbb\x7f\x16\x6d\x7e\x5d\xeb\xde\xad\x31\x3f\x49\x25\x3e\x5c\x3f\x7c\xb2\x1e\xf8\x8c\x0a\xdb\x56\x35\x6a\x41\x73\xfa\x13\xf4\xa4\xc3\xb4\x9f\xdd\x5a\xcd\x83\xf5\x95\x03\x95\x8f\xef\x44\x79\xd8\xa8\x23\x2c\x29\x03\x9b\xe4\xfe\x97\x27\xaa\x3f\xb3\x84\xfd\x0c\xa2\xee\x22\x7d\x6b\x05\xaf\xed\xc7\xb7\xab\x0f\x63\xe8\x0c\x07\xe3\xdb\x46\xd7\x1f\x27\xf5\x68\x50\x35\xba\xc8\x4d\xf7\xeb\xd7\x0b\x69\x98\x27\xdd\x47\x94\xc0\xbd\xf9\x97\x93\xad\x14\x31\xea\xcb\xf5\x15\x1b\xc4\xba\xc3\x8f\x8d\x36\x70\x59\xf5\x1b\x39\x56\xd4\x9d\x1c\x92\x7c\x54\x77\xfb\x23\xa6\x69\x3b\x93\x2f\x9f\xbe\xdb\x7d\xca\x71\xdd\x31\xdb\xcc\x8d\xe5\x8e\x5e\xac\x1f\x72\x7c\xe0\x71\xc2\x59\xf2\x05\x75\x02\xa6\x55\x73\x5b\xeb\xaa\x69\x86\x1f\xda\x44\xb3\x06\xac\xa7\x9a\x41\x7f\x6f\xc2\x6e\x3d\xf8\xb4\x37\x11\x53\x82\xfb\x33\xc5\xdb\xd3\xcd\x54\x8a\x95\x74\x9b\x5c\x13\xb5\xab\xf6\x3b\x52\x89\xa7\xa2\xbd\xc9\x5a\xb7\x73\x7b\xd3\xcd\x9b\xb6\x9a\x6e\x54\xd7\x72\xff\x51\xe9\xcd\x4a\xd3\x57\x19\xff\x42\xcc\x06\x65\xa5\xab\xea\xeb\x35\xe4\xd8\xa1\xbb\x54\xf3\x49\xf2\x6e\x69\x2f\x6e\x77\x9e\x76\x30\x1e\x92\xa5\xed\xfc\xe1\x59\x0a\x2a\xbe\x83\xc1\x70\xa0\xef\xea\xd1\xf0\xa0\xc4\x87\x26\x2c\xbb\xcb\xd2\x08\x21\xc8\xd5\x8f\x47\xf0\xfb\xed\x45\x3d\x1a\xd4\x93\x7a\x3f\xd1\x5a\x4f\xba\x4c\x78\x06\xc3\xeb\xaa\xbb\xb7\x94\xa5\x54\xab\x05\xdc\x6b\xe4\x6b\xa1\xac\x8a\xaf\x05\xae\xa9\xdd\x6b\x29\xda\x11\xb8\x0f\x5f\x94\xe8\xa0\xba\x9d\xf4\x8c\x96\xa0\x9b\xd1\x70\xda\xef\x2e\x9e\x7c\x5f\x4a\x79\x35\x1c\x5e\x35\xf5\x41\x49\xaf\xfb\x9d\xd1\x70\x3c\xbc\x9c\x1c\x94\x7a\xf8\xfb\xa4\xda\x96\xb0\xc5\xb8\x9d\x94\x7c\xb3\x4f\xde\x79\xf4\xa4\x1e\x8d\x2a\x66\xc1\x7b\x07\x66\x2d\xe5\xf2\xe0\xb4\x80\xdc\xd5\x96\x7f\x5e\x0e\x47\xb2\xe3\x77\x51\x8d\x5a\xf1\xf3\xb7\x7d\x06\x1a\x0a\xba\xc3\xce\x58\x37\xfd\xc1\xef\xaa\x9a\x1f\xfa\xdd\x97\xa7\xa9\xab\xd1\x60\x6f\xa6\x45\x63\x8a\x03\xeb\x59\xce\xb2\xbd\x9a\x55\x21\xb3\xfa\xe7\xa8\x6e\xfe\xfa\x53\xaf\x6e\x16\xce\x43\xef\xd9\x94\x65\x8d\x54\xa6\xee\xce\x84\x23\xb5\x04\x72\x59\x91\xea\x4e\xe6\x04\xec\xb0\x2d\xe0\x2d\x85\xb4\xf8\xf5\xa4\x32\x56\x27\xd8\xc6\x32\x66\x2c\x56\x30\xe4\x7a\xd8\xad\x9a\xff\xd5\x69\x86\xe3\xfa\xb7\xa3\x16\x70\x33\xac\x5c\x76\x4c\xb2\x09\xaa\x6b\x8b\x64\xdb\xd9\xf3\xb6\xa4\x9b\x79\xf4\xb6\xd4\xeb\x8c\x7a\x5b\xca\x8d\xdc\x7a\x5b\xe2\x8d\x2c\x7b\x65\x7f\x7d\x8e\x21\x8b\xe1\x87\x22\xc4\x01\x79\x56\xc7\xff\x80\x2c\xab\xc3\x2d\x6d\x64\x71\xb6\x25\xc5\x83\x61\xb7\xd6\xfd\x6e\x3d\x98\xf4\x27\x9f\xb6\xa6\x6a\x05\xe7\x2d\x09\x5b\xe9\x76\x7f\x89\xcb\x09\x77\x17\xba\xc0\xbd\xf6\x17\xbc\x9e\x78\x77\xe1\x85\xa9\xed\x2f\x77\x29\xdd\xee\x22\xef\xc9\xf1\xfe\x62\xd7\xd2\x6e\x2d\xfa\xe1\x17\x23\x6f\xce\xb2\x9a\x66\x66\x0c\xb2\x2a\x85\x4d\xba\xd0\x1f\x4c\xea\xc1\x64\x36\x3f\x97\xa5\xb9\xfb\xe8\x32\xcb\x56\x62\x7b\x8b\x32\xf9\xa2\xc7\xb3\x51\x7d\x53\x57\x93\xe3\xc1\xb0\x7d\x7b\xbb\x10\x77\x33\x2c\x1e\x03\x8e\x3b\xb5\xdc\x09\xb8\xe7\x2e\xf3\x19\x5d\x59\x59\x4a\x7f\x57\x2d\xca\x6c\xf7\x6c\x70\x71\x81\x0a\xb8\x56\x61\x0f\xef\xee\xbd\x36\x2d\xc6\xcf\x59\xce\x96\xf8\x7b\xfe\xb2\x39\x41\x21\x1b\xf7\x95\x5f\x55\x93\xfa\x43\xf5\x69\x2f\x2b\x5f\x49\xb7\xcc\xc8\xe5\x92\xe7\xce\xb0\x69\xca\xbe\x43\xd9\x11\x28\x2e\x06\x17\x7a\xfc\x23\x2b\x75\x55\xb7\x3b\x62\x19\x7f\xd1\xf4\xea\x01\xd9\x19\x63\x1f\x9b\x57\x56\x69\x1f\x93\x79\x49\xd6\x56\x73\xb2\xa8\xba\x0f\x07\xc1\x4a\x51\x32\x32\xcf\x50\xce\x8c\x4d\x3c\x43\x49\x6b\xbb\x4e\x4f\x2f\x73\xc6\x97\x9e\x5c\x12\xf3\xee\x9f\xae\xeb\xdf\x1e\x57\xd2\xe2\x4a\xf1\x86\x8e\x3e\x53\x89\x4f\x2e\x86\x85\x9d\xa7\x16\xd2\x6d\x16\xb0\xf4\xc9\x3d\xeb\x36\xd0\xad\x26\x55\x21\x7e\xcf\x53\x5e\x8b\xf8\xcf\x51\xd4\x40\x6e\x92\x7d\x9e\xb2\xe6\xf3\xe8\x79\x0a\x9b\xf4\x9e\xa9\xa4\xe1\x68\xf2\x4c\x25\x8d\x86\x93\x61\x67\xf8\x4c\x58\x31\x9f\xd8\x0b\x85\x2d\xec\xa6\x6c\xd2\x8f\x96\xe2\xfb\xe3\xd6\x03\xe8\xbb\x8d\xd1\x9b\x74\xa5\xf5\x0d\x19\x75\xc0\xde\xc9\xbb\xed\xd9\x77\xac\xd9\x6e\x6e\xff\x43\x0a\xd8\xd4\xc1\x87\xe4\x3f\x0c\x02\x4f\xee\xf3\xec\x56\xf6\xd5\x8c\x4f\x81\xd3\x13\x40\xf4\x24\xe8\x3c\x04\x30\x4f\x81\xc9\xde\x7d\xb5\x9d\x50\xd9\x9f\x7b\x07\x5c\xf6\x67\xde\x09\x99\x5d\xd9\x0f\xad\x6c\x2b\x74\x58\xc6\xd2\xf5\xc7\x9b\xe1\xb8\xee\x6a\xa6\x80\xe3\x42\x4e\xb6\xc9\x7e\x3b\x33\xac\x49\x7b\x3b\x53\xaf\xcb\x77\x5b\x93\x1f\x22\xd1\x1d\x9a\x79\x5d\x86\x3b\x34\xe7\x26\xa9\xed\xe0\xbc\x3b\xe5\xb4\x43\x4b\xd9\x24\x99\x1d\x98\x77\xa3\x2c\xb6\x23\xef\xc1\xd2\xd7\x03\xcb\x78\x44\xc6\x65\x09\xeb\xd0\x6c\xdb\x64\xaa\x07\xe4\xdf\x22\x45\x3d\xa0\x84\x75\xb9\xe9\x01\x99\x37\x48\x4a\x0f\xc8\xbd\x49\x36\x7a\x50\xf6\x15\x69\xe8\x21\x79\x57\xe5\x9f\x87\xe4\xdd\x24\xf1\x3c\x20\xff\x26\x19\xa7\x64\xbf\xbd\x19\x4f\x46\x75\x75\x7d\x10\x85\xdb\x90\x78\x0b\x75\xdb\x90\x72\x1b\x65\x5b\x49\x7a\x38\x55\xdb\x9d\x71\x1b\x45\xdb\x9d\x6b\x3b\x35\xdb\x93\xef\x00\x4a\xb6\xbb\x84\xed\x54\x6c\x67\xbe\x1d\x14\x6c\x2d\xdf\x03\xa9\xd7\x41\xf9\x1f\x98\x69\x13\xd5\xda\x9d\x65\x37\xc5\xda\x9b\x77\x27\xb5\xda\x9b\x7b\x1b\xa5\xda\x9b\x71\x2b\x95\xda\x9b\x73\x3b\x85\x3a\x20\xeb\x46\xea\xb4\x3f\xdf\x66\xca\xb4\x3f\xdf\x76\xaa\xb4\x37\xef\x26\x8a\x34\x9e\x54\x93\xdb\xb1\x76\xc6\xee\x5c\xed\x9b\x27\x73\x3b\x93\x4d\xaa\x2b\xcd\x4a\xe1\x52\x15\x62\xcd\x33\xaa\xa7\x75\xd5\x14\x2b\xe2\xb9\x0c\xb8\xbc\xcf\xbe\x98\x6e\x39\x66\xb6\xdf\xb7\xf5\xa4\xfc\xca\x8e\xcf\x6c\x17\x4d\x64\xcc\xb2\xcf\x53\xf5\x07\x7a\x50\x4d\x67\x5b\x81\x5b\x32\x6c\xd8\xde\xbb\xac\xeb\xee\x7c\x6d\xf5\x01\xdb\x82\x05\x1b\xc7\x6a\xc5\xfc\x78\x47\xc5\xcb\xfb\x7d\x5b\xea\x5d\xb1\x18\xdb\xb8\xb5\xb3\xf1\x2c\xf0\x52\x48\xb5\xbc\x66\x3f\x5b\xa3\xdd\xbf\xba\xbf\x92\x72\xcf\xda\xfe\x16\xbb\xa9\x07\x29\xde\x8f\xb5\xc0\xda\xa4\x45\x3d\xba\xac\x75\x9d\xea\xd1\x45\x6d\xd2\xb0\x1e\x51\xd8\xe3\x1a\xb2\x45\xfb\xda\x6d\x9c\xf6\x88\xe1\x7a\x84\x9d\xdb\xf6\xf1\x7a\x4c\x61\xdb\x06\xec\x31\x65\x6d\x1f\xb1\x87\x95\xf6\xc8\xa6\x6c\x1b\xb3\xae\xaa\xb8\x9b\x8b\xb2\xc4\x2c\x06\x2e\x87\xcd\x22\x55\x9c\x74\x99\x32\x2f\x4a\x97\x73\x57\xdc\xd7\xd5\xf8\xf7\xf5\x2d\xac\xcd\xa1\x4b\x79\x56\xb6\xb6\xde\x6e\x0c\x5c\xbb\x18\xa8\x73\x3b\x1a\xd5\x83\xc9\x09\x7f\x1c\xbc\x1b\xb6\xd5\xbe\xf1\xc0\x7d\xb2\xdd\x97\xf2\x54\xb7\x93\x9e\xbe\x1c\x8e\xae\xdf\xdd\x14\xd3\x50\xb1\xf9\xf9\xf1\x3e\xfb\x61\x06\x90\x2b\x3b\x5b\xcf\x67\x76\xb8\xab\xcc\x3f\xd3\x36\x71\x5f\x63\x76\xdb\x30\x2e\xd9\xd7\xf7\xff\xd9\x69\xaa\xf1\xf8\xaf\x3f\xc9\xac\xfa\xed\xdd\xf7\x6c\xe9\xf8\x55\x8d\x0d\xd7\x2c\xb4\x5e\x37\x5c\x5f\x37\x5c\x5f\x37\x5c\x5f\x37\x5c\x5f\x37\x5c\x5f\x37\x5c\xbf\xf8\x86\xeb\x56\x07\x75\xaf\x5b\xb2\x8f\x29\xe1\x50\x20\xee\x03\xdb\xab\x69\xfb\xaa\x69\xfb\x77\xb9\x5b\xbd\x0b\x67\x1e\xb3\xd7\xbd\x7c\x4e\x74\x59\xba\xdf\x63\xf8\xff\x7d\x6f\x7d\x1f\x02\xe8\x03\xb7\xce\x5f\x37\xc1\x5f\x37\xc1\x5f\x37\xc1\x5f\x37\xc1\x5f\x37\xc1\x5f\x37\xc1\x5f\x37\xc1\x5f\x37\xc1\x5f\x37\xc1\xff\x94\x4d\xf0\xcd\xdb\xd6\xc5\x5d\xec\xcc\x91\x54\x77\x69\xf7\xf6\x79\x36\xab\xdb\x55\xf0\x76\x73\xfd\xb7\x5d\x5b\xeb\xcf\xbf\xb1\xfd\x98\xb3\xae\x8f\xdd\x0c\x3f\xec\x8c\xec\x33\xef\xa0\x3f\xe2\x90\xed\xc1\xfd\xfb\xd3\xce\xe6\x6e\x3e\xfa\x38\x87\xc1\xb6\x23\xab\x3b\xcd\x04\xfe\x35\x8f\xb2\x3e\xc2\x38\x62\xff\x19\xd4\x65\xeb\x88\xfd\xf6\x13\xaf\x76\x13\x5f\xd9\x6e\x62\x87\xb2\xfe\x74\x2b\x8c\xe7\x3f\xcb\xfa\x6a\x98\xf1\x27\x18\x66\xec\xc5\x89\xc7\xda\x79\xec\x30\xd1\xd8\x7e\x46\x79\xdd\x76\xe3\x09\xa7\x96\xd7\x0c\x3f\x56\x0f\x32\x77\xfb\xe3\x9b\xa6\xfa\x74\xdc\x1f\x88\x27\xd3\x8b\x66\xd8\xf9\xfd\x6d\x67\x28\x45\x1e\xbf\x79\xf3\x76\xda\x1f\xf7\x2f\xfa\x0d\xd3\x28\x79\x6d\xea\x45\xa3\x0e\x71\x43\xc5\xa9\xab\xfe\xe0\xed\x87\x7e\x77\xd2\x3b\x46\xa0\xfa\xfa\xed\xfd\xe5\x7e\xf5\xf5\xdb\x69\x3d\x12\xc6\xa0\xab\xa6\x7f\x35\x38\x96\xcd\xef\xc9\xf0\x66\x93\x5b\xbe\xcd\xf6\x29\xfd\xeb\xea\xaa\x3e\xbe\x1d\x35\x7f\xf9\x1f\x2c\x56\x1f\xcb\xf7\x7f\x8c\xa7\x57\xff\xfe\xf1\xba\x79\xdb\xe9\x55\xa3\x71\x3d\xf9\xe9\xbf\xff\xe7\x2f\x3a\x1d\xfd\xe7\x78\x7a\xa5\xa6\xfd\xfa\xc3\xdf\x86\x1f\x7f\x7a\x63\x94\x51\xe4\x14\xb9\x37\xea\xb2\xdf\x34\x3f\xbd\x19\x0c\x07\xf5\x1b\xf5\xf1\xba\x19\x8c\x7f\x7a\xd3\x9b\x4c\x6e\x8e\xff\xe3\x3f\x3e\x7c\xf8\x00\x1f\x2c\x0c\x47\x57\xff\x41\xc6\x18\x2e\xf8\xcd\xbb\xff\x14\xa1\x96\x33\xe9\xd1\x6d\x53\xff\xf4\xa6\x9e\xd6\x83\x61\xb7\xfb\x46\x75\x9a\xfe\xcd\x6a\x58\xf7\xa7\x37\xef\x11\x15\xfa\x1e\x4d\xa9\xa7\x69\xaa\xe9\xee\xda\xe8\xd4\xa3\x69\xe8\x69\x3a\x8f\x77\xd7\x90\xb3\xf6\x27\x01\x5c\x54\xa4\x48\x05\x70\x49\x91\x42\x1a\x3b\x0e\x42\xa3\x32\xe4\xac\xd0\x9c\x60\x04\x4f\x8a\xe4\xff\xfc\x1d\xe9\x1f\xed\xbb\x42\xe4\x84\x74\xf7\x1e\x49\x91\xe9\x68\x07\x8e\x94\xd1\x49\x5b\xf0\x49\x27\x9d\xc6\xe5\x45\xc9\x9f\xe2\x0f\xc5\x1f\xe5\x85\xc3\xee\x66\xd0\xf8\x37\xb2\xc6\x98\x37\xff\xf1\xee\x3f\xb9\xd3\xef\xfe\xc7\x8f\x6f\x5f\xe1\xfd\xa7\xc2\xfb\xf3\xc1\x3e\xaa\x1e\xe1\xdb\x69\xdb\xde\xcc\x21\xee\x73\x9e\xc1\xfb\xca\xc3\x3d\x78\x2c\xba\x55\x78\x16\x1c\x3c\x18\xef\x04\x9f\x32\x78\x8b\xa8\x08\x4f\x08\xc1\x44\x4c\x8a\x50\x11\x81\xb1\x36\x2b\xcc\x60\x2d\x5a\x45\x08\x14\x04\x51\x72\x8e\xf9\x0c\x2d\x44\x6b\x92\x72\x90\x53\x0e\xe1\x04\x09\x72\x30\x5e\x59\x08\x3e\x9b\xcc\xc8\x63\x6c\x5e\xf8\x36\x40\x21\xe3\x2c\xfd\x19\x41\xb4\xc9\xb8\x59\x79\x27\x08\x39\x04\xc6\xec\x59\x75\x90\x29\x31\x6e\x72\x16\x17\x52\xca\x8a\xf0\xb4\x6d\xea\xaf\xef\xd1\x2a\x4c\xa7\x88\xe7\x18\x4e\xd1\x9e\x63\x2a\x41\x4e\x82\x8c\x04\xb9\x5f\x17\xb0\xef\xb2\x4a\x97\x36\x2e\x21\xe0\x57\xb0\x14\x39\x7c\x95\xf0\xd9\x17\xe1\x1f\xbd\x40\xf9\xf8\x55\xb3\xfd\x55\x7e\x01\x6e\xf7\x8a\xf9\xfb\x30\xff\x19\x59\xdd\x2b\xb0\xf7\x93\x99\x03\xcd\x27\x1f\xa2\xd7\x3f\x3b\xbb\xf8\xf2\x22\x8b\x00\x54\x11\x76\x10\xbc\xe3\x8a\xc1\x1b\xab\x11\x42\xc8\x0a\x21\x5a\xd4\x16\x8c\xa1\x32\xde\x32\x7c\xb9\xa3\x21\x46\x8d\x60\xad\x26\x08\x19\xcb\xab\x05\x17\x48\x99\x32\xb0\x65\x58\x53\x19\xd5\x32\xa6\x65\x44\xe7\xe3\xa9\x08\x7b\xe8\xc1\x04\x7b\x57\x06\xb3\xc8\x4c\x2c\x3d\xb1\xdc\xe4\xe4\xd3\xf5\x68\xea\x76\xc9\x2a\x07\x2f\x6d\xbe\x48\xf1\xfd\x25\x8f\xcd\x8b\x92\xdb\x5f\x32\xa0\x3f\xef\xd6\xc7\xbf\xae\x04\x6b\x15\xda\x1e\x3a\xa0\x46\x5b\x08\xcc\x0c\xce\xd0\x2b\x4c\x4d\xd0\xe5\x1f\x82\x53\xfc\xd7\xc6\x9e\xda\x29\x2d\x76\x95\xea\x0b\x63\xf3\x1e\xb2\xfd\x80\x15\xe1\xf5\xa4\x2f\x8f\x64\xcf\x60\x8a\xb1\x29\x1a\x9d\x05\x9f\xd7\xc1\x8a\x0c\x57\x3c\xc3\x08\x18\x15\xe2\x2a\x64\x57\x29\xe9\xa3\x8f\x72\x1c\x7a\x0a\xe0\x81\xae\x2f\xb7\x2d\x48\xbd\xbc\xf1\xc2\xcc\xaa\xbe\x8c\x84\xcf\xca\x2b\x24\x16\x86\x7c\x09\x55\x5e\xf9\xf2\x52\xc2\x90\x38\x45\x9c\x47\xa3\x04\xa1\x95\x77\x09\xc6\xf2\xbf\xbc\x97\x70\x52\x6d\x1d\xbb\x06\xf8\x20\xcf\xe7\xcf\xea\x14\xfb\xa0\x93\x23\x07\x7b\x9f\xde\x68\x24\xfa\x2c\xce\x61\x1f\xe1\x3f\xf4\xeb\x52\x55\xaf\xec\x29\xe6\x13\x32\x80\x8a\x05\x73\x65\x81\xa5\x63\xe5\xcf\x39\x14\x95\x44\x94\x87\x60\x10\xe1\xa9\x3f\x69\xd3\x58\xd5\x66\xc3\x7c\xee\x4f\xac\x64\x95\x3f\xe5\x95\xfd\xf5\x3d\x7a\xc1\xab\x78\xc6\x44\xc3\x0b\x61\x69\x71\x8c\x43\x92\xe0\xb1\x24\x89\x67\x33\x3c\x3e\xe3\x50\x15\xcf\x66\xd1\x2d\x1e\x9f\xcd\x0a\x48\x05\x77\xcf\x66\x78\x7c\x36\xab\x63\x51\x3e\xef\x44\xeb\x9c\x7f\x86\x65\x80\xa7\x9d\xb0\x79\xaa\x85\xd8\x93\xcc\x10\x9f\x62\xec\xf1\x68\x4b\xa1\x03\x2a\xfd\xda\x8b\x01\xff\x0a\xe8\xfe\xb5\x74\xff\x7f\x05\xd8\x6e\x92\x19\x1f\x66\x1a\xb0\x31\xf5\xcb\x93\x44\xbc\x62\xc1\xb1\x83\x80\x5c\xa9\xe2\x51\x54\x34\x45\xd7\x31\x0a\x01\x35\x7f\x6b\x52\x74\xea\x3b\x5a\xd2\x68\xd2\x90\x35\x69\x3a\xf7\x1d\xc3\x41\xfc\xc5\x69\xee\xae\xdb\xa1\x71\xf3\xc1\x5d\x90\x45\xca\xe8\xb5\xc1\xf1\x5e\xde\x29\x83\xab\x66\xd1\x33\x79\x67\x56\x40\x3b\xb8\x0b\xf2\x4e\x3b\xb8\x3b\xa4\x9a\x1d\x37\xcd\x1c\x7a\x25\xc7\xf3\xde\x6a\xb1\x7e\x45\xc5\x01\xd7\x14\x3c\x87\x77\xfa\x87\x3b\x34\xff\xca\x7b\x1b\xa4\xe8\xa4\xdd\x02\x5b\xd8\x0b\x3b\x99\xed\x78\x95\x10\x0e\x52\x44\xdb\x76\xc4\x4e\xa8\x4d\x38\xdf\x19\x23\x45\xbf\xbe\x47\xc3\x44\x82\x25\xed\xb3\x7b\xd1\xfa\x8c\x43\x59\x6b\x3a\x9b\x89\xd7\x3e\x9d\x61\x56\x49\x22\x96\x28\xc8\x06\xad\xf3\x2b\x9c\xad\x7d\xa2\xc1\xf6\x53\x8e\x26\x3c\xc1\x12\xf3\xb1\x36\xc4\xfb\xab\xfc\xda\x62\xc8\x8b\xc2\xd8\xaf\xb6\x97\xf0\x92\x80\xb4\x49\x30\x78\x90\x6d\xdf\xa6\xc4\x2f\x4f\x2c\xd8\x32\x66\x63\x27\x43\x60\xe6\xff\x75\x1b\xa0\xd1\xfc\x63\x71\x64\xee\xae\x35\x29\xf4\x8d\xf6\xda\xcb\xa2\x93\x2e\x2b\x4f\xed\xc0\x34\x3c\x2e\x3a\xca\x58\x65\x95\x1a\x9d\x55\xde\xb5\x50\xf1\x7c\xc7\xfb\x9f\x7e\xf4\xe9\xa1\x07\x0e\x5e\xe4\x36\xc3\xb7\x34\xfc\x2f\x6a\xdb\xe0\x5b\x02\xdc\xe7\xbd\xa7\xe3\x9f\x78\xb4\xfc\x19\xb2\x3e\xe6\xbc\xec\xb3\x5b\xfa\x3e\x8b\x8d\xe8\x4b\x9c\xe7\x59\x61\x60\x3e\xe9\x20\x59\x85\xd4\x30\xb6\x51\xd9\x24\xc8\x45\xb5\x57\x51\x02\x5b\x3c\x6c\xd3\x7f\x1f\x73\xf5\xd9\x3b\xff\xf9\xcb\x18\x58\xbf\x40\xe9\x21\x14\xe5\x9d\xc9\x94\x68\xee\x18\x55\x64\xf1\x2c\x89\x38\xa6\xd0\x34\x41\x05\x35\xdb\x95\x92\xc7\x4e\x32\xf6\x50\xef\x11\x8f\x77\x1d\xf0\xfc\x07\x16\x9e\x44\x6b\x5e\x32\x71\x79\x5e\x2c\x78\x49\x94\xe5\xb9\xf1\x7f\xcf\x1d\x5a\x8f\x3c\x39\xf4\x22\x71\xca\x43\x34\x9e\x09\x71\x4a\xbe\xd1\x0e\x7c\xe2\x47\x56\xf3\xb7\x7b\x88\x6a\x81\x31\x83\xfb\x3b\xc3\xae\x2f\x04\x83\x03\x5d\x5d\xbe\x44\xb4\x49\x40\xd9\xab\xc8\x70\x6b\x18\x4a\x4a\xa0\x34\x7f\x53\x73\xdb\x08\xb5\x66\x2d\xf1\x7d\xe0\xcc\x17\x01\xc0\x01\x8c\xf9\x31\x77\xef\x3c\xee\x6e\x9a\x9d\x5e\x83\xbf\xa4\xe7\xe1\xc3\x0a\x79\x89\xb3\x46\x58\x16\x06\xe1\x61\x45\x36\x16\xbe\x86\x41\x61\x62\x7d\xd4\xe7\xa6\x20\x8b\x0a\x67\x6d\xda\xef\x63\xb6\x3c\x6b\xc7\x37\xd9\x51\xb5\x6e\x76\xc5\x94\x4a\x75\x1b\xb8\xac\xfa\x0d\xa7\x50\xdd\xc9\x33\x4a\xfb\x56\x91\x79\xf8\x5a\x2d\x5a\xf0\x29\x34\x56\xdb\x33\x0c\xe0\xd0\x89\x6e\x64\x95\xfc\x13\x9b\xb2\xcc\xa1\x8d\xb6\xfc\x4f\xd9\xb3\xc8\xe9\x15\x26\xce\xa2\x09\xa2\x97\x87\xd0\x0e\x27\x64\xc4\x29\x09\xe0\xc7\xdd\x7b\xb4\x90\x8d\x87\xe4\x43\x87\x20\x9a\x00\x2e\x17\x1a\xc4\x09\xbc\x73\xca\x41\xc2\xa0\x3c\x04\xd7\x00\x59\x07\x26\x70\x4a\x17\x20\x7a\xa7\x2c\xa4\x24\xc5\x65\x65\xc1\x2b\x0f\xc6\x06\x0d\xce\x49\xe6\x4c\x9a\xc0\x24\xab\x1c\xd8\x88\xda\x43\x8a\xa1\xbc\x4f\x35\x75\x3c\x18\x31\xe4\x74\x90\x42\xd2\x9e\x4b\x24\xab\x03\xa0\x27\x20\xc7\x59\x49\xac\x37\x29\x32\x13\x0d\x94\xb4\x05\x0a\x51\x3b\xc8\xd9\x6b\x84\x98\xb2\x2e\xf6\x9c\xd1\x47\xf0\xc1\x31\xf9\x8c\xa4\x08\x30\x70\x3f\x03\x65\x0d\x91\xa2\x26\x08\xc6\x6b\xb0\xce\x6b\x0b\xce\x11\xd8\x40\x1a\x92\x0d\xdc\x5d\x0d\x9e\x22\xe7\xc9\x4e\x03\x11\xb7\x3b\x91\xd5\x08\x26\x65\xc8\xc8\x15\x65\x83\x8a\xc0\x20\x03\x13\x3d\x57\x90\x53\xd4\x80\x06\xc1\x66\xaf\xc1\x64\x26\xcc\x06\xb9\x33\x08\x84\x04\x8e\x92\xd8\x90\x72\x28\xb3\x7a\xee\xb5\x33\x96\xdf\xa6\xd4\xd1\x0e\x10\xa3\x32\xda\x43\x88\xa4\x21\x07\x1d\xc0\xb9\xa4\x09\x52\x74\x1a\x82\x27\x6e\x3e\x02\xda\xc8\x2d\xf6\x51\x21\xa4\x44\xda\x03\x62\xd2\x3c\x28\xdc\x7d\x1e\x0a\x64\x98\x64\x8e\xb7\x19\xb5\x63\xf8\x54\x0e\x12\x8b\x1e\x29\x2b\xa3\x0c\x5a\x08\x0c\xa7\x18\x4f\x32\x10\xb1\x3a\x4d\x81\x27\x51\x30\x16\x9c\x45\x35\x1f\x7e\xbf\x38\x63\xc2\x2f\x31\x24\x7a\xb3\x38\x49\x07\xc3\xc1\x5d\x3d\x1a\x2e\xdb\xab\x95\xeb\x8b\x0f\xf3\x75\xbd\xd1\xe5\xf5\x97\xb8\x2e\xf9\xf9\x66\x2c\x53\x97\x74\xd8\x8c\xbd\x5a\xa2\x82\x1b\x88\xdb\xc2\xa4\x4e\x10\xb2\x55\x68\x20\x9a\x58\x21\xa4\xc0\xc3\xc2\x4f\xa3\x50\xa1\x06\x63\x02\x63\x35\x39\xb5\x1c\xc9\xd1\x1c\xa9\x24\x72\x61\xb8\x72\xc0\xff\xf2\xb2\x6b\xb2\x40\x38\xc0\xda\xa0\x32\xc4\x18\x2a\x48\xde\xf2\x5f\xa9\x40\x19\x46\x1f\x13\x17\x42\x39\x9c\x91\x37\x9a\xc8\xe2\x6c\xb0\x72\x18\xc4\xfb\xb5\xac\x60\x30\x6a\x30\xb1\xa3\xc1\x20\x18\xa2\xf2\xeb\x1c\xff\x46\xe0\xec\x3c\x9f\xad\x4a\x60\x4b\x6e\xc1\xad\x52\x85\x86\x4c\x5e\x66\x74\x5e\x8e\x50\x08\xde\x67\x20\xef\x3b\x60\x88\xa7\x07\x18\x8a\x8c\xaf\x60\x4c\x06\x6b\x6d\x05\x89\x90\xff\x66\x25\x05\x27\x26\xdd\xef\x31\x42\x8e\x91\x5b\xeb\x42\xac\x20\xb9\xcc\x7f\x2d\x24\x11\x42\xd4\x40\x39\x2c\x84\x0b\x10\x73\x22\x0d\x21\x53\x07\x9c\xb5\x60\xa2\x85\xe8\xc0\x05\x16\xe4\x33\xcf\x87\x0a\x88\x90\xff\x24\x83\xe1\xce\x05\x30\x31\x70\x75\x94\x02\xf7\x2e\xa4\x15\xd8\x68\xee\x17\x57\x99\xdc\x0a\x64\x39\x42\x49\x04\x6b\xa2\xc1\xcb\xac\xb3\x11\x57\x0b\x40\x70\x99\x29\x13\xa5\x95\x02\x24\x82\xc3\x39\xbf\x25\xa6\xb3\xc1\xae\x65\x87\x24\xe4\x3d\xf9\xd5\xea\x93\xd8\x6f\x27\xbf\x80\x31\xff\x15\x28\x26\xbb\x84\x31\x09\x92\x2b\x5b\x7c\xd6\x31\x8d\x8a\x39\x29\xa3\x13\x84\xc4\x54\x28\x79\xdf\xbe\x27\x08\x48\x27\x80\xde\x2b\x07\x18\x98\xb6\x19\xe7\xc1\xb2\x36\x9d\x98\xba\x62\x95\x20\x38\xaf\xca\xb3\xb4\xc1\xb7\x30\x88\xb2\x82\x67\x3c\x53\x45\x1b\xa9\x0a\x4c\x4b\x55\x79\x16\x50\x47\x26\x68\x9a\x07\x42\x05\x48\x91\xda\xa7\x69\xff\x31\x5e\xfb\xa0\xd6\xf2\xa9\xfb\x7c\xcd\x7d\x05\x8e\x9b\xc2\xc3\x15\x42\x8b\x38\xf7\x0d\xb9\x5b\x07\xc7\x36\x7a\x77\x75\x4f\xf3\xb6\xf8\x48\x79\x89\xe2\x24\x5a\x48\xa4\xec\x09\x5a\x31\xf0\x67\x2c\x21\xb0\x8c\x4a\xa8\xb0\xa3\x11\xac\x32\x9a\xc0\x31\x5e\x31\xf6\x29\x3a\x75\x73\xab\x23\x55\xec\x8c\xa6\x18\x8a\x65\x52\x31\x54\x52\xb4\x60\xbc\xd4\x1a\x2b\x4d\x75\x06\x63\x35\x64\x3f\xb7\x51\x6a\x4d\x96\x34\xf5\x98\x17\xa6\xbb\xf7\x59\xa1\x3d\x0d\x53\xea\x59\x39\x93\xad\xad\x0a\x3d\x3f\xd5\xc4\x61\x77\xef\x83\xca\x53\xea\x85\xf3\x7c\x1a\xee\xae\xbd\x0e\x1d\x10\xc2\x81\x0a\x9c\xe7\xe6\x8e\xb5\xbc\x68\x99\x43\xfc\xae\xf9\x5d\x7e\x39\xe4\xee\xbd\x53\x84\xe7\xbe\x47\x53\x04\x63\x62\x0f\x8d\x7c\x78\xc8\x99\x7a\x4c\x62\xec\x39\xc6\x53\x4c\x53\x77\xea\xee\xae\xe5\xe4\xb6\xb6\x53\x6d\x4f\x89\x9b\xd3\xd3\x11\x0c\x4e\x59\xfc\x22\x85\xae\xb1\x90\xb3\xfa\x5e\x4e\xd5\xbc\xa2\xc0\x97\x40\x81\xcf\x3b\x1d\x6c\x3c\xa3\x7c\x12\xf8\xff\xf3\x0a\x28\xf7\xa6\x18\x89\x4e\xe8\xef\xb3\xe5\x8a\x98\x95\x6b\x34\x44\x1b\x21\xe2\x19\xa2\x8a\x2c\x1e\x9c\xda\xf3\x04\x3e\xf6\x52\xa3\x09\xb2\x63\x41\x3a\x39\x07\x91\x65\x6b\xc4\x33\x64\x39\xc0\x04\xba\x63\xd8\x8c\xea\xce\x44\x20\xf1\x7b\x2d\xe5\x9f\x14\x1b\xd0\x36\x48\x8b\x23\x90\x9f\xde\x20\xf8\x37\xea\xe3\x4f\x6f\x20\xfa\x37\xea\x53\xfb\x3b\x8b\x73\x1c\x59\xbc\x84\xcc\xbe\x46\x1f\x7f\x7a\x13\x81\xfc\x12\x2b\x63\x55\xc4\x82\x6f\xb2\xca\x6f\x0e\xac\xb2\x0d\x6a\xfa\x83\xba\x53\xdd\xfc\xf4\x66\xfc\x7f\x6e\xab\x51\xbd\x4a\xfd\x0f\xba\x1c\xe4\x60\xe7\x55\xcf\x88\x08\x4e\xe1\x81\x66\x40\x0f\xc6\x03\x46\xed\x56\x0b\x8f\x99\x95\x9f\x4c\x73\x44\x90\x9d\xf0\x00\xde\xc5\x53\x99\x59\x18\x96\x51\xc1\xde\xa3\x02\xa9\x08\x86\xb5\x8c\x0d\xa8\x20\x55\x3c\x00\x0f\x68\x09\x0f\x68\x86\x07\x61\x1d\x0f\x4c\xb0\x4a\x9e\x4d\x64\xe5\x4a\xc9\xf3\xcd\x21\x75\x1f\x88\x10\x07\x5d\x85\xf7\x22\xa5\x83\x27\x5b\x4e\xb0\xfe\xb4\xc1\xf1\x89\xa8\x1f\x89\x25\x58\x0e\xf2\x2c\x18\x67\x56\xea\xcf\x30\x40\x56\x98\xc0\xe2\xcf\x11\xb2\x61\x84\xe1\x67\x2b\x02\x93\x22\x73\x77\x1d\x40\x0e\x7a\xe2\x59\x04\x16\x2a\x43\xde\x9c\xd4\x75\x4a\xb5\x0b\x9e\x55\x44\xbf\x49\x5e\x83\x60\x84\x67\x3d\x24\xb0\x9e\xfc\x6a\xe8\xf2\xbd\x0c\xd7\xe7\xe7\xf1\x5e\xb9\xcf\x1f\xe4\xb7\xb1\xfd\x2f\x63\x9e\x14\x62\x8f\xa6\x19\x7c\xc7\x28\x88\x29\x68\x88\xcc\x0a\x80\xc1\xc5\x43\xe5\x7b\x1a\x5d\x47\x73\x94\x8c\xa3\x97\x04\xba\x4d\x30\xd5\x18\x4f\xac\x22\xc9\x64\xe5\x49\xca\x81\x57\x74\x8a\x76\x4a\xa7\x7e\x8a\xa1\x87\x76\xaa\xf3\xdd\xfb\xc8\x9a\x61\x44\xd7\xcb\x53\xb1\xcb\x48\xa7\x71\x2a\xbf\x77\xd7\x2c\x21\x26\x1f\x7b\xf9\x9c\xc5\x48\xdb\x46\x44\xc9\x43\xb3\xf4\xf9\x34\x9e\x63\x39\x31\xcd\x1a\xf4\x79\xe0\x67\xcf\x4f\xdb\xb2\xee\xde\x23\x73\x0c\x7f\x8e\xbd\x30\x0d\x3d\x6e\xdd\xb9\xe5\x6c\x67\x98\xc4\xea\x43\x23\xa3\x01\xa3\xe0\xe9\x4e\x93\x8f\xe5\xbd\xd9\xf9\xe8\x6d\xbe\x81\xe4\xc9\xd7\x7b\x3c\xe5\x72\x87\xa7\xdd\x5a\xf0\x9c\x0e\x17\x9f\xd5\x57\xdf\x86\x09\xf3\x8d\x70\xbf\xd7\x29\xf3\x4d\x72\xb9\xd7\x61\xd9\x4c\xc9\xb6\x78\xe9\xfd\x36\xd8\xcf\xc3\x8e\xb4\x61\x3e\xf7\x3d\x0f\xd9\xb9\x73\x7b\xea\x2b\x96\x39\xca\x62\x5f\x39\xdb\x76\x1f\xb0\x6d\xf9\xc0\x43\x4e\x3d\x4d\xe7\x98\x4f\xfd\xdd\x75\xd6\x28\x0b\x05\xb2\xef\x97\x21\x59\x25\x8f\x05\x87\x0a\xe5\xa8\xfd\x39\x9a\x1e\x9d\xdb\x9e\xde\xc9\x30\x9e\xe9\x3a\xb8\x27\xde\xa1\xf1\x20\xf7\xf5\xdf\x0a\x45\x7d\x90\x80\xea\x94\x6b\x9c\x72\x53\xa4\xd3\x70\xee\x7a\xe9\xee\x3a\x28\x0c\xe7\x51\x6c\xab\x4f\x43\x47\x23\x90\x2f\xeb\x4a\xd1\x2f\x2e\x2c\x91\x97\xdd\xca\x82\x1b\xd4\x29\xc9\x18\x39\x38\x54\xd6\x8a\x9c\xa6\xd3\x34\xd5\xd4\x4b\xc5\x29\x8b\xdd\xf6\xf5\x3e\xa9\xd4\x73\xe7\xe1\x34\xed\xf2\xb4\xf1\xb5\x29\xe2\x77\x0a\xd6\xc7\x4e\xb5\x27\x5f\xa3\xf2\xf8\xeb\x0d\xd6\x73\xae\xf9\xda\xfd\x56\xe6\x22\x23\x03\x19\x15\x7a\x3a\x35\x9a\xf4\xc2\x42\x2d\x42\xce\x90\x75\x71\x48\x7a\x46\xac\xe6\xad\xac\xd7\x86\x15\x82\x7b\x9e\x56\x16\x69\x45\x3b\xa4\x53\x77\x9e\x7a\x18\xa6\x68\xbe\xdd\xb9\xf3\x8d\x80\xe1\xf3\xfc\xd2\xfb\x7d\x9b\xe3\x2b\xe9\xd6\x77\xc7\x9f\xfd\x9e\xfd\x6f\x05\x63\x1f\x42\xe6\x08\xc1\x18\x71\x74\x68\xd2\x09\x19\x88\x0a\x1d\xd8\xe2\xb2\x8b\x58\xe6\x53\x48\x60\x9c\x57\xb6\xa3\x1d\x98\x90\x94\xd1\x01\xac\xec\x95\x07\x9f\x74\x04\x6f\x93\x8a\x10\x92\xeb\x11\x20\x62\x07\x9c\x58\x97\x38\x24\x85\x60\xa2\xb8\x08\x13\x2b\x99\x24\xbb\xef\xc1\x13\xe4\x5c\xbc\x87\x29\x02\x74\x59\x13\x18\x22\x2e\x8f\xda\x57\x04\x27\x3b\x93\x04\x81\x1c\x84\x5c\x22\xc5\x58\x44\x62\x0d\x0b\xb0\x36\x89\xf9\x86\x89\xca\x82\x15\xeb\x11\xeb\x9c\xf2\xe0\xc1\x4b\xc1\x04\x49\x39\xa0\xe0\x21\xdb\xa0\x3c\xa4\x9c\xc0\x70\x52\xcd\x14\x3a\x78\x0d\xc1\x10\x04\x7f\xea\x21\xba\x50\x95\xaf\xb2\x78\x82\x12\xa7\x21\xf8\x0e\x18\x69\x2b\x06\x2e\x8a\xdb\xe7\x53\x02\xef\x90\x81\x11\xe3\xa9\x85\xe0\xa8\x72\x0e\x30\x64\xd5\xfe\x18\x65\x8c\x06\x1f\x50\x39\x88\x14\x3a\x9a\xa1\xc0\x13\xc2\x64\xd9\xe9\x01\xc3\xd2\x54\xb6\xf2\xd6\xc3\x62\xf8\x83\x0c\x3b\xe9\xb2\x31\x4e\x8b\x69\x0c\xa7\x11\x88\xe0\xdd\xb5\x4e\x80\x9e\xb4\x87\x90\xfd\xa9\x3d\x47\x84\x88\xbd\xcc\x32\xf5\x19\x3f\xb3\x4a\x10\x8d\x6d\x10\x30\x71\x6b\x93\xf2\x60\x64\x3b\xdb\x90\xd3\xf2\x2c\x21\x12\x89\xe5\x29\x4b\xce\x49\xbc\xbb\x2d\x59\x75\xe1\x2f\x84\xe4\xbe\x21\xd2\xf3\x8a\xcf\xaf\xf8\xfc\x9c\xf8\x7c\xb0\xbc\xf4\xf0\x7b\x1b\x0f\xbf\x07\x6d\x25\xe5\x4b\xe4\x1d\xb2\x67\x0b\x39\x62\x55\xb6\xb0\xf9\x51\x8c\x41\xf8\x35\xcb\x33\xfd\xbc\x12\xa7\x90\x54\x06\xcb\xca\xe9\x4a\x84\x64\x2a\xcf\x4d\x99\xa4\xaa\xbb\x6b\x07\x39\x58\xb1\xf4\x73\x27\x18\xc0\x26\x27\xf6\x30\x41\xe6\x79\xeb\x72\x25\x8e\xb5\x93\x18\xe4\x18\x2d\x59\x94\x65\xec\x3a\xb5\x53\x02\x1f\xa9\xe7\xc0\xd8\x78\x12\x21\x60\x50\xe8\x21\x38\x95\x21\x88\x9b\x39\x4a\xa1\x78\x72\xe1\xb7\xb1\x94\xa3\xa5\x1c\x55\xaa\x2e\xe5\x10\x4e\x75\x29\x49\x4b\x51\xdf\xae\xe0\xf6\x3a\xa2\xcf\x3d\xa2\x9f\x7f\xf8\x30\xaa\x6e\x6e\xea\xd1\xbb\x72\x6c\xe4\x5d\xb5\x48\x35\xbe\xc4\x8c\x46\x13\x15\xa2\xbb\xdf\xa8\x35\xe6\xdf\x16\x36\x6a\xe5\xeb\x41\x92\xbc\x73\xe2\xec\xf5\xcc\x28\xe6\x1d\xf9\x3c\x45\x70\xd8\x60\x80\x68\x19\x6c\xe1\xdc\x7a\xb0\xfe\xac\x24\xc3\x0c\xf6\x6e\x69\xff\x37\x10\x58\x52\x66\xea\x32\xa0\x3f\x95\x54\xe7\xd6\x40\xc2\x33\x8a\xcc\xa6\x0c\xb8\x38\x0d\x04\x39\x4a\x99\x32\x14\xe9\x3c\xf0\x18\xf7\x30\x42\x4c\x53\x4c\x40\x54\x2a\xd4\x52\x21\x3f\x36\x55\x82\x68\x01\x5d\x23\x75\xe8\xd2\x58\x56\xb0\x6d\xa3\xa5\x64\xc9\x3c\x0d\x08\x91\x1a\x2d\x95\x63\x00\x53\x76\xc3\x9f\x71\x02\xbe\x0e\xc0\x13\x06\x60\x61\x33\xdf\x7d\x6f\x9b\xf9\xa8\x30\xf5\xc4\x6f\xb1\x16\xc7\xc5\xa8\x31\x3c\xd3\x76\x31\xce\xb6\x8b\xf3\xec\x5a\x93\xbc\x78\xad\x49\x9e\x5d\x6b\x92\xdb\x6b\x4d\xae\x8d\xac\xe4\x13\x10\xe7\x64\x52\x19\xb3\x76\xca\xf5\x68\xd9\x81\xd9\x78\xe6\xfd\xac\xc3\x1a\x39\x4b\x72\xd1\x6b\xab\xbc\xa4\x23\x20\xaf\x58\xc6\xe5\xa7\x2c\x6f\x01\xb1\x7c\xc5\x45\xf1\xbf\xef\x84\xcf\xbd\x0e\xdb\xfd\xe4\x6c\x9d\xcb\xf6\x07\x97\xc3\x6f\xc7\x3d\x5a\xc7\x83\x2f\x07\x3f\x8c\x62\x98\x87\x02\xff\xb1\x9e\x7d\x68\xf9\xfe\x47\x31\xac\x76\xb6\x8c\x43\x90\xc8\xd9\x90\xc8\xa6\x92\x42\x03\x06\x5d\x85\xe0\xc5\xc8\xc2\xb7\xb6\xf1\x46\x83\x73\x56\x43\x4e\xbe\xa3\x59\x30\xd0\x40\x91\x75\x24\xcd\xb9\x38\x5c\xce\xdb\xd8\x5e\xd9\x9b\xea\x68\xb0\x89\x55\x8e\xa4\x21\x24\x0f\x98\xbc\xe4\xe5\x24\x15\xb6\x67\x49\xf8\x79\x5f\x36\x47\xf7\x64\xf3\xea\x9c\xc5\x9a\x0e\x18\xca\x60\x53\x00\xf4\x09\x22\xba\x36\x8d\x6c\x73\x01\x25\x0f\x61\x1e\xc2\xf5\x96\x6a\xb9\x56\x65\x14\xd7\xa9\x25\x63\xe6\x17\x4e\x37\x6b\x72\x69\x6e\x98\xf5\x26\x9c\xca\x16\xdb\x39\xd2\x94\xfb\x7d\xf7\x5e\x4c\x0a\x23\x37\xd2\x3a\x06\x80\x75\xf3\x53\x03\x4e\x63\x87\xdb\x0a\x28\x47\x7a\x9c\xe5\x10\x05\x14\x91\x75\xca\x24\xb0\x90\x74\x63\x89\x44\x4a\x62\x18\xda\x01\xf2\x91\x53\x81\xe3\x7a\xc5\x48\x14\x29\x43\x74\x24\x19\x18\x1e\x56\xb6\x8d\x6c\x6b\x2a\x2f\x26\xa3\x94\x3a\x1c\x6d\xa4\x26\xee\x4c\x14\x8b\x52\x5a\xba\x90\x09\x7d\xb0\x97\x97\x1b\xed\xe7\x1e\x62\x90\xb2\xe7\xb6\xd2\x17\xc9\x6a\x5e\xe2\xac\x90\xf3\xd8\x3e\xbc\xce\x8a\xa7\xcd\x8a\x17\xcc\x69\x5f\xb1\xf6\x15\x6b\xf7\x1d\x0f\x1e\xcf\xae\x42\x58\x72\x62\xbb\xf9\x56\x86\x03\xd3\x8e\x6f\x9a\xfe\x64\xb2\xa5\xe8\xc3\x6f\x83\xde\x7a\x43\xf3\xca\xc5\x9d\x2f\xce\x76\xe4\xb9\xe6\xa5\x58\x93\xa6\xd0\x69\xf3\x18\x9d\x00\x9d\x95\xf5\xed\xd4\xbe\x27\x40\x2c\xe7\x91\x39\x85\x85\xe0\xa3\x9a\xc7\xcc\x9f\x6d\xfe\xf2\xa5\x2d\x84\x59\x4c\x5b\x0a\x8b\xde\x5e\xd6\xdb\x23\x87\x50\xd6\xf3\x58\xca\x3c\x3d\xfc\x8c\x48\x70\x48\xfa\x97\xa6\x11\xe9\xe5\xd2\x88\xdf\x6f\x2f\xea\xd1\xa0\x9e\xd4\xe3\xbd\x1b\xbc\xeb\x49\xd7\xf7\x78\x17\xd2\xec\xdf\xe6\x5d\x4f\xfc\x45\x4e\x42\xb7\x4b\x48\x84\xf7\x0b\x48\x87\xba\x2f\xb8\x5a\x3c\x60\xf1\xcb\x2f\xbf\x2c\x11\x8a\x45\x0d\xca\xb0\x36\x89\x60\x0c\x55\x08\x24\xe6\x5b\xfc\x9c\x21\x6b\x24\x40\x3a\xb3\x40\x59\x39\x20\xc3\x23\x48\xc4\xc8\x42\x34\x9f\x2d\x21\x44\x48\xb6\xd1\x08\x3e\xa3\x0a\x90\x49\xca\x42\x49\x86\x6d\x32\x05\x64\xe5\x38\xbe\xf5\x8d\x03\x17\xac\xf2\xe0\x7d\x47\xfc\x19\x50\x06\x9f\xc1\x05\xc8\x81\xa3\x9a\x08\xe8\xb3\xe6\x36\x75\xc0\x46\xc1\xf2\xc8\x78\x11\x12\xa7\xd0\xe0\x7c\x96\x32\x48\xcf\xcb\xd0\x40\x99\xc0\x12\xcf\xd3\x68\xb9\x2e\xcd\x75\x85\x33\x8c\x90\x29\x8a\x5b\x84\x2d\x6d\xd7\xd2\xf8\x00\xe2\x9c\xc0\x24\x01\x83\x9c\xd2\x77\x33\x1b\x39\xf0\x39\x31\x22\x2f\xa2\xa3\xa5\x70\xf2\xf7\xe5\xb3\x2e\x0c\xcb\xe8\x65\x53\x2e\x32\xe5\x40\xa6\x45\x65\x5e\x67\x2a\x2f\x8e\x29\x10\x62\x07\x8c\xf1\x80\x36\x30\x38\x80\x1c\x18\x4f\x60\x43\x04\x63\x2d\x50\x04\xf1\x01\x41\x60\x9c\x85\x58\x81\x23\x9e\xf1\xf3\x73\xd7\x48\x1e\xa8\x91\x53\xdf\x18\x6c\xe5\x20\x07\xaf\xca\xb3\x34\xd7\x82\xec\x15\x7a\x97\x94\x5c\xa3\x2b\x8f\x59\x66\x9b\x34\x18\xb9\x98\xcb\x44\x30\x12\x52\x4e\x06\x92\xd5\xe5\x34\x39\x32\xb1\x43\x8c\xe2\xda\x41\x3c\x40\x80\xe7\xe9\x1b\x35\x98\xc4\x8f\x2c\x73\x54\xcb\x7e\x1a\x90\x67\xd8\xc7\x33\x0f\x4e\x89\x7d\x61\xc5\x03\xe9\xe6\xe4\x8e\x42\x6e\x1d\x35\x44\xe2\xbf\x59\xb8\x35\x91\x01\xd0\xe1\x06\x58\xc0\x20\x05\x83\x23\x02\x93\x1d\xf8\xd8\x80\x31\x01\x8c\xe1\x21\x01\x13\x7c\x47\x8e\xa4\x27\x20\x04\x24\x1e\x69\xc0\x14\x81\x2c\x02\x3a\x92\x7c\x14\xc0\x47\xf1\xf2\xc0\xf0\x33\xc1\x72\x0f\x31\x7a\x30\x31\x01\x91\x6d\x00\xc9\x02\x62\x25\xee\x2b\x54\x79\xb6\xad\x89\x29\x2a\x0b\x8e\x11\x01\x30\x30\xe4\xe5\x7c\xbd\x23\x30\x9e\x7b\x6a\x2c\xa0\x63\x60\x85\x50\xda\x8a\x99\x5b\x65\x75\x69\x31\x13\xdc\x90\x89\xd9\x17\x8f\x4f\x10\xc0\x12\x0f\xaf\x71\x1a\x6c\x14\x00\x73\xbb\x8c\x6f\xe1\x1e\x4a\xa1\x86\xb8\x46\xe9\xa5\x29\x6e\x07\x04\xeb\x35\x10\xa5\x52\xb5\x8d\x0e\x88\x91\xde\x52\x04\x17\xb9\x65\x40\x26\x30\x96\x58\x8b\xe0\x72\x02\x4a\xd4\xe3\xac\x8c\x55\x5c\x8f\xc1\xb6\x22\x29\x36\xc9\x4b\x03\x28\xc3\xdb\x01\xb4\xfc\x66\x03\x10\xc9\x88\x26\xb0\x2e\x94\x51\x20\x2f\xbe\x34\x08\x9c\x74\x31\x24\x9e\x4b\x6d\x5f\xb9\x8b\x46\x00\x1a\xc1\x78\x5b\x3c\x03\xc4\xd4\x70\x32\x2e\x39\x57\xcc\x03\xad\x2a\xcf\xd6\x94\x14\x88\x82\x22\x88\xa9\x91\x6e\x63\x48\xcc\xeb\x3c\x8f\xa7\x14\x82\xde\x81\x61\x02\x80\x5c\x46\xf4\x80\xd9\x6b\x20\xc3\xec\x06\xac\x17\xd1\x40\x32\x1a\x6e\xa1\xe3\x31\x4f\x5a\xba\x6f\x4d\xe6\x32\x3d\xa0\x71\x1d\xc1\x68\x20\x24\x6e\x08\x4f\x64\x1e\x24\xcf\x13\x00\x30\x63\xe9\x91\x00\xc6\x83\xb7\xc4\x33\x33\x31\xc0\x70\x2a\xc0\xea\xb0\x48\x50\x86\xc7\x86\x32\x3c\x4e\x26\x49\x3b\x02\x32\x9e\x51\x66\x08\xa3\x0f\x72\xcb\x1c\xa0\xe1\x82\x7c\x4b\xaa\x3c\x05\xb0\x8c\x03\xdc\x1f\xce\xec\x82\x00\x3c\x30\x6a\x73\xa1\xa9\x29\x93\x07\x7d\x66\xfc\x4b\x51\xb9\x85\x93\xf3\x16\x3c\x23\x1d\x72\x22\xc6\x34\x06\x53\x08\x60\x18\xd9\x6d\x02\xc3\xd8\x9e\x23\x20\x01\x72\x97\x63\x96\x61\xb0\x19\x65\x97\x3f\x38\x4e\xc2\xc2\x0c\x82\x61\xfe\x4b\x19\x50\x4e\xe9\x3b\x30\x48\x22\x5d\x30\x61\x31\x21\x73\xd7\x04\x58\x68\x88\x09\x14\x58\x87\x60\x11\xc1\xf3\xf0\x63\x06\xcc\x05\x03\x0a\xca\xd9\x28\x9e\x5c\xc0\xbb\x02\x6d\x3d\x03\x77\x10\x3c\x67\xac\x61\x51\x43\x40\x61\xa2\x4c\x6a\x1e\xa7\x50\xa8\x09\x31\x16\x39\x2e\xd1\x32\xff\x0f\x28\x93\x80\x73\x15\xfc\x44\x9e\xa2\x56\x70\x5d\xb7\x63\x20\xae\x2d\x98\xd2\x08\x9c\x4d\x10\xd1\x26\x6c\x41\x2d\xaf\x09\x04\x01\x99\xb8\x77\xc0\x78\x2e\xc6\x4a\xdf\x0b\x62\x13\x0a\xe8\x05\x61\x18\xa7\x30\x31\x26\x09\x83\x60\x9c\x2e\xf6\x1d\xcc\xa2\x64\xb0\xad\x8b\x32\x0b\x0c\x4f\x3d\x21\x3a\x89\x5b\x05\xe2\x64\xa3\x11\xe4\x37\x86\xda\x39\x8a\x1d\x01\xb3\xf1\xcc\x36\xc0\x44\x71\xda\xc3\xd2\x22\x95\xf6\x93\x60\x2c\x77\xdf\xcb\xd4\x65\xfa\xc9\xb4\xa5\xe0\x68\x14\xb2\xe7\xb4\x18\x26\x00\x09\x72\x0a\x9c\xb8\xfb\x42\x74\x25\x95\x06\x97\x5d\x81\x7b\xc8\x42\x94\x39\x61\x92\xf9\x5b\x28\x37\x8f\x02\xb3\xa6\x32\x5f\xa5\x06\x1f\x04\xfd\x84\xca\x09\x96\xe5\xf9\x52\x63\x32\x4e\x5b\x70\xd1\x35\xe2\xd8\x86\xe9\x61\x47\x5c\x9d\x14\xd4\x10\x6e\xc0\x24\x4f\x90\x9d\x81\xe5\x25\x84\xb1\x44\x86\x13\x99\xc0\x6a\x70\xc6\x41\x19\x1e\x9e\xb9\x5a\x60\x2a\xc3\x9a\x62\xe9\x90\x41\x86\x9e\x8c\x64\x4b\x38\x42\x2a\x72\x31\xba\x54\xe8\x8e\x50\x69\xee\x9c\x8f\x42\x7b\x74\x99\x27\xd2\xa3\x44\x1c\x2c\x53\x52\x40\xc4\xa5\x72\x19\xd4\x4e\xcc\xc4\xd4\x3d\x09\x2e\x82\xc9\x85\x50\x61\x64\xe8\x7b\x2f\xa0\x13\x3c\x66\xfc\x75\x09\x2c\x4f\x61\x4f\xe0\x58\x74\x65\x12\x23\x9e\x52\x50\x24\xf6\xcc\x78\xca\x2f\xa1\x11\xb4\xe5\x12\x7f\x66\xca\x94\x55\x79\xb6\x0e\x2f\x0c\xb0\x00\x61\x29\x55\x59\x7c\x7f\x94\x67\xcb\x51\x8d\x34\x21\x32\xd1\x16\xa2\xcb\x4d\x14\xe8\xc8\xe0\x30\x16\x64\xdb\x62\x36\x31\x56\x71\x9c\xb3\xa5\x19\xcc\x09\x52\x4b\x61\x04\x6b\x2c\x93\x45\xcd\xa2\x80\xb0\x05\x06\xae\x08\xe2\x24\xc3\x15\x6d\xab\x82\xd8\x54\x94\x91\xbb\xf7\x19\x62\x56\x01\xac\x47\xc1\x2e\x27\x96\x42\x42\xfb\x79\x40\x5d\x05\xd6\x81\x75\xb3\xb6\x7a\xe6\x25\x73\x86\x23\x3e\x8e\x82\x46\x26\x26\x3f\x5b\xc8\x91\x75\x2e\x7e\x96\x7d\xf7\xfb\xa2\xef\xae\x21\x87\xa4\x4c\xc5\xf4\x44\xc9\x63\xb6\x6d\x6f\x51\x0c\x7c\xd0\xb3\xf8\x17\x58\xb8\x92\x29\x2c\xa3\x6f\xec\x5a\xf5\x8c\x45\x3d\x89\x3a\x63\xa8\x06\x29\xff\xee\x5a\x5b\x48\x99\xf5\xa4\x14\x1b\x04\x2f\x1e\x9b\xac\x97\x82\x78\xc2\xa5\x95\x72\xd0\x3a\xf0\xc9\x37\x33\x5e\xc7\x7d\xc8\xce\x81\x0f\x58\x71\x0f\xbc\x2a\xcf\xd6\xf9\x8a\x0f\x4c\x29\x3c\x86\xbb\xeb\x00\x09\x85\xd7\x72\x57\x88\x85\x00\x43\xf7\xe9\xc4\xee\x80\x21\x89\x90\xb9\xad\x3e\x58\x3d\x63\xcc\x1b\xda\xa0\xb9\x11\xc2\x43\x1c\xb7\xda\x88\x69\x57\xe9\x4d\x14\x1b\x30\x17\x7a\x10\xa8\x01\x9b\x22\xcb\x16\x45\xd6\x12\xfb\x2a\xcf\x64\x9a\x71\x98\x67\x6b\x11\x91\x98\x6d\x04\x43\x9c\x58\x83\x4b\xb2\x92\x95\xc5\x69\x8d\xa7\x0a\xac\xcd\xfc\x37\x77\x41\xc4\x24\xca\x37\x32\x88\x5c\xbf\x58\x54\x81\x75\xdc\xfd\xa4\xe4\xd1\xaa\x57\x10\x4c\x2e\xe6\x63\x0d\x8b\x39\x9a\x95\x70\x3f\xcb\xb7\x3c\x40\x0a\x28\x33\x5e\xc5\xd2\x07\xcb\x93\x65\xa5\xdf\x0a\xac\x49\x85\x82\x30\x37\x35\x4c\xef\x63\x2c\xfe\x91\x02\x57\x9e\x59\x8e\x9a\x91\x9c\x52\xbd\xd3\x3c\x86\x3c\xb0\x99\x67\x02\xf7\xa4\xe0\x9f\xe7\xa2\xfd\xbd\xda\xa9\xc0\x84\x82\x3c\xdc\xf7\x90\x2c\x24\x8c\xdc\xf5\xc4\x7f\xf3\x06\x30\x17\x8c\x99\x19\x78\x6a\x20\x27\x12\x57\x32\x5e\x2a\x97\x8b\xb9\x32\xce\x2d\x51\x5a\x14\x6a\x20\x8b\x5f\xa0\x18\x45\x50\xc2\xd5\x5e\xb3\x50\x81\xac\x6c\x2e\x1f\x42\x07\x5a\xf4\xd7\xc3\x4a\xd4\xca\xd1\xf3\xbd\x9b\x0b\x4d\x5d\x8d\x06\x0f\x3c\xee\xba\x21\xcf\xb7\xb1\x68\xd4\xfa\xb4\x72\x26\x8b\x2f\x21\xdb\x24\xc8\x28\x53\xcd\xa7\x8e\xf8\x8e\x33\x0e\x42\x0c\x10\x12\xf2\xaf\x18\xfe\xf1\xb0\x81\x63\xa2\x4c\x18\x20\xb3\x38\x3c\x8f\x6a\xb4\xc8\x53\x62\xd1\x88\x53\x0b\x31\xc4\x8e\x51\x80\xc2\x51\xc5\x4b\x50\x99\xea\xb6\xac\x70\x44\xb1\x60\x74\xd6\x41\x60\x7e\x11\x9d\x85\xc4\x2c\xdf\xc6\x08\xc4\x7c\x29\x79\x0f\x5e\xa8\x1a\x4f\x33\x31\xdd\x31\xd1\x82\x95\xe9\xef\x02\xa3\x43\xd2\x16\x72\xb0\xf2\x86\x50\xb6\x3f\x53\x16\x5d\x4d\x62\x84\xf3\xf0\xb4\x64\xb9\x86\x19\x91\x78\x95\xd3\xc5\x53\x2c\x33\x27\x2e\x16\x98\xf9\xb2\xf8\x01\x9e\xe9\xb0\x37\xb2\x44\x22\x0d\x48\x15\x04\x4c\xfc\x77\x4f\x27\xac\x2c\x10\x4d\xc5\x24\x8a\xe7\x8d\xac\x21\x39\x7f\xe6\xc1\x2b\x24\xf0\xb2\x80\x04\x9e\xcb\x4b\xe2\x48\xce\x59\x26\x68\x2c\xeb\x10\x37\xa4\x12\x8d\x47\x95\xe7\xdc\x05\x19\x27\xcc\x48\x4a\x98\x73\xfb\x9c\x71\x24\x9b\x99\xcc\xf5\x58\x92\x61\x80\x1a\xe6\x93\xa6\x15\x6c\xc4\x8b\x96\x13\xc1\x86\x95\x4e\x61\xe5\x19\x4c\x8c\x80\xb9\x44\x21\x8b\xcf\x29\x80\xb5\xb6\x28\x1d\x39\x82\x6d\xa5\x71\x91\x13\x33\x3f\xcf\xbc\xf8\xdb\x23\xc3\xcd\x67\x75\x4f\x43\x64\x6e\x47\xe2\x3a\x8f\x61\x16\x99\xb6\xf9\x64\xc1\x1b\x19\x0a\x27\x21\xe2\x13\x8a\xdf\x1a\x11\x24\x34\x4b\xc1\xac\xe5\x8b\x92\x2f\xb2\x4f\x08\x90\x99\x18\x26\x9e\xe8\x2c\x2f\x51\x28\xaa\xa6\x17\x1c\x63\x7d\x9d\x45\x30\x16\x38\x82\x2f\xc3\x63\x2d\xb5\x2c\xd6\xe5\x02\x2f\x54\xe5\x39\x23\x1a\x24\xc7\x0e\x62\xe8\x08\xe1\x66\x2e\x65\xc1\x93\x18\x99\x3a\x66\x1e\xfc\x16\x42\x62\xd2\x9f\x58\x12\x4b\x26\x9d\xb0\x84\x2c\x9e\xfa\xa8\xac\x68\x32\xc3\x0a\xe5\xc5\x3a\x59\x1e\xa3\x58\x64\xcc\x5c\x30\x5f\x17\xb4\x96\x79\xa1\xdb\x79\x41\x41\x04\xb7\x00\x9e\xc1\xc1\x2f\x89\x91\xa3\xa8\x1e\x77\xd7\x8c\xd0\x3c\x88\xd1\xf9\x46\x7b\x31\x13\x80\xe8\x8a\x93\x6c\xc7\xa2\x52\x93\x20\x7a\x46\xdb\x94\xd2\x59\x59\x54\xf5\x8d\x96\x40\xc5\x5c\x53\x31\x90\x20\xdb\x78\x26\xcb\x79\x9e\x69\x5d\x04\x8f\x49\xcc\xe5\xb2\x53\x0e\x6c\x20\xf1\x89\x1c\xa8\x48\x07\x15\xf3\x4c\xab\xca\xb3\xc5\x19\x69\xd4\x59\x14\x0b\x5d\xf1\x8c\x26\x0b\x0c\x72\x6a\x72\x4a\x10\x2a\xf0\x16\xe5\xfa\xef\x39\x02\x26\x91\x63\x99\xb1\x80\x61\x85\xc4\xb0\xe2\xe1\xc0\xfa\x04\x8e\xdf\x9d\x63\xa1\x0c\x82\x38\x0b\x63\xc5\x24\x83\x47\x82\x8c\x51\x84\x06\x62\x79\x95\x43\x5a\xe5\xc7\x23\x8d\x09\x02\xcf\xfd\x12\x64\x35\x87\x31\x61\x11\xa1\x16\x52\x19\x68\x27\x65\x25\x89\x04\x12\x01\x35\x59\xb0\x3c\x5f\x2d\xb1\xb8\x97\x18\xaf\x22\xcf\x43\x08\x0b\xcd\xcd\x22\x49\x4e\x35\x4f\x83\x5e\x01\xfe\x8e\x63\xa2\x40\x5e\x05\x71\xd9\x19\x55\x68\x1e\x71\xec\xfd\x9e\x8a\x6f\x3e\xf7\xbe\x89\x33\x3c\xec\xe0\xfb\xc6\x12\x9e\x25\xf3\xfe\xa3\xef\x9b\xb2\x3f\xfa\xec\xfb\xf6\xc2\x1e\x73\xf8\x7d\x13\xfb\xfc\x46\xf6\xf0\x5f\x19\xe8\x2b\x03\x7d\x65\xa0\xaf\x0c\xf4\x95\x81\x7e\x8b\xb6\x2a\xaf\xd4\xf9\x95\x3a\xbf\x52\xe7\x57\xea\xfc\x4a\x9d\x37\xab\x37\xc3\x7e\xb7\xd3\xaa\x06\x0a\xaa\xdb\x49\xcf\x68\x09\xba\x19\x0d\xa7\xfd\xc5\xc3\x19\xdf\xce\x62\x55\x86\x64\x3c\x63\x4d\x20\xb1\x03\x48\x56\xd9\x9e\xf6\x72\x49\x10\x42\x22\xe5\x39\xaa\xc7\x01\xf1\x8e\x89\xbf\xc9\x49\xd9\xd3\x00\x84\xee\xcc\x81\xcd\xa1\x64\x96\x14\xfe\x6c\x96\xe0\xee\xfd\x42\x5c\x95\x04\xcf\xd2\x0c\xdb\x8c\x51\x4e\x16\x9f\x13\x18\x6f\xdb\x27\x87\x13\x4f\xc3\xb2\xe0\x7c\x96\x99\xde\xcb\x25\x12\x0e\x62\xd0\x16\x9c\x4d\x77\xd7\xe8\xc1\x99\xa0\xcc\x19\x13\x2f\x9b\x38\x1e\x05\x73\xfd\xac\xa2\xb5\x02\x83\xe6\x02\x5d\x07\xbc\x95\x0b\x0b\x02\xbf\x58\xc1\x52\x63\xac\xe6\x96\xb4\xeb\xed\x77\xd7\x9a\xb9\x5b\x70\x8a\x67\x1f\xa0\x22\x6c\xee\x2b\xd7\x2b\xaf\xaa\x34\x69\x01\x1d\xfe\xfe\x37\xef\x56\xce\xc6\x56\x1f\xf6\x9b\xde\x2c\xa4\x59\xb7\xb9\xe1\xc8\xfd\xc6\x36\x0b\xa9\xbe\xfc\x7d\x03\x7f\x9a\x55\x5d\x84\x18\x85\x41\x22\xda\x8e\x6c\xe5\x9b\x04\x21\x7a\xe6\x57\x4c\x03\x48\x18\x97\x2d\x9c\x23\xb8\x5c\x76\xd3\xb2\xec\x8d\x3a\x20\xe6\xd3\x26\x79\x1e\x6e\x20\xe3\x21\x5a\xb1\x15\xe0\x77\x66\x1c\x60\x65\xff\x96\x89\x55\xb2\x85\x4d\xc9\xe6\x21\x91\x2f\xf6\x1d\x8e\x43\xf8\x25\xca\xc1\x76\xb9\x9a\x03\x4c\x66\x11\x80\x09\xb9\x15\xd6\x45\xb3\x8d\x4c\xb1\x7f\xf3\x2c\x9e\x14\xb1\x83\x23\x82\x65\x1e\x27\x77\x76\xe4\xc4\x5c\x52\x88\x15\x57\xe2\xb3\x6c\x00\x27\x66\x99\x59\x73\x53\x2a\x08\xc4\x0c\x76\xbe\x69\x86\x99\xe9\x58\x94\xad\xad\x48\x65\x7f\xdf\x05\x07\x16\x99\x11\xe6\xb6\x1b\x14\xc0\x33\xcf\xc4\xc4\x13\xb0\xfc\xba\xc8\x54\x0f\x52\xf6\x60\x12\x53\x5e\xce\x4f\x3e\x71\xd5\xc5\xa6\x20\x67\xd9\xf3\x65\xee\x9f\xc4\x99\x88\x1c\x20\x17\x59\x49\x5e\x08\xed\x94\x85\x9c\x8a\x49\xb7\x90\xef\x76\x7b\x54\x7a\x2a\x07\x3b\xe5\x16\x93\x36\x54\x9a\x8a\xb2\xb5\xe5\x5c\x6a\x9f\x33\xe3\x96\x28\xbb\x77\xca\x03\xba\xf2\x98\x59\xb7\x48\x84\xf1\x9d\x76\x97\x56\x20\x26\xa9\x65\x7f\x4f\x36\x7c\xa3\xad\xac\x6c\x24\xda\xf9\x76\xa2\x98\x07\xca\x9e\x67\xe8\x30\x5c\x51\x8c\x8f\xc4\x2c\x48\x43\xb2\x2c\xcc\x50\x25\x93\x17\xe6\x26\x5a\x21\xe5\xd6\x7e\x2f\x8a\x77\x00\x7e\xce\xad\xb7\xc4\x1a\x93\x1b\x81\xad\x7d\x04\xc6\x0c\x4e\xf6\x5c\x63\x66\xa4\x61\xf0\x58\xe6\x65\x68\x21\x04\x46\x38\x82\x1c\x64\xf7\x97\x72\x02\x1f\x03\x78\x12\x66\x1a\x18\x3b\x1b\x89\xcc\xa9\x03\x96\x9c\x6c\xfc\x7a\x2f\x76\x03\x21\x24\xd9\xcc\x61\x84\x16\x81\x86\x7b\xcb\x3f\x2e\x58\x31\xfe\x12\xa3\x22\x12\x04\x92\x84\x61\x86\x8d\x8c\x78\x52\x48\xd2\x90\x43\x2c\x2f\x14\xbc\x74\xbd\x18\x25\x05\x0d\x31\xc9\xce\x6f\x65\x21\x14\x0f\x0c\x66\x76\x9d\x40\x41\x32\xb2\xc2\xd2\x65\xff\x48\xcc\x09\x8d\x80\x5d\x0c\x00\xa2\x2d\xbb\xea\x26\x8b\x81\x40\xaa\xc0\xc6\xc0\x7f\xf3\x21\x96\x4d\xf9\x62\x46\x22\xdf\x8c\x3b\x21\x94\x17\x32\x7e\x0a\xd6\x16\x51\x33\xb0\x40\xd6\xee\xd7\xb6\x9b\xc8\x81\x43\x51\xc2\x78\x22\xb2\x68\x89\x91\xc4\xc8\xc2\x59\x49\x13\x03\x71\x87\xee\xde\x47\x88\x94\x58\xbe\xca\x3c\x8a\xcc\x30\x68\x51\x48\x31\x32\xcb\x32\xd3\x6b\x74\xe7\xb2\x63\xde\x11\xb9\xb3\xa0\xbe\x5c\xdb\x81\xba\xf5\xc4\x4a\xad\xb9\x80\x6c\x93\x32\x23\x10\xa1\x5e\x2e\xa5\x69\xe5\x7b\x5b\x60\x18\x4d\x86\x22\xa1\x5a\x5b\x36\xa4\x2d\xf1\xdc\xd1\x72\x01\x8d\xec\x9b\x27\xeb\x79\x50\x2b\x16\x2f\xf9\x6f\x0e\x97\xe4\x19\x7d\x05\x9a\x16\x8c\x6b\xb7\xf4\xa5\x10\xb1\x43\xb2\x34\x65\x44\x28\x6a\x4d\x6b\x9a\xe4\x85\x3e\x19\x01\x0d\x8f\xbc\x29\xa6\x7c\x81\xa7\x03\x83\xb9\x42\x60\x02\x97\xef\xcd\x02\xc5\x5a\x23\x74\xda\xb7\x4c\x62\x6a\xc6\xc2\x6f\x44\x2f\x48\x32\x2e\x68\x63\x52\x80\x58\x4c\x3a\x42\x07\x7c\xa1\x03\x21\x82\xd8\x2f\xc6\x0c\x96\xb5\xaa\xf6\x4f\x6c\x5a\x78\x7a\x8b\x02\x66\xc2\x94\x29\x5e\x95\x20\x67\x66\xa1\xfc\x9c\x59\x7e\x05\xb1\x71\x08\xac\xf4\x89\x17\x0d\x7e\xce\xe2\x64\x97\xd4\xf3\x04\x0a\x89\xc4\x81\x91\xd8\xc8\x44\xd9\x39\x27\x0b\x5e\x64\x72\xe3\x78\x0a\x95\xdd\xdb\xd4\xba\xd0\x60\xad\x2f\x70\x41\xc0\x24\x29\x78\xc8\xde\x81\xcb\x42\xaf\x50\x26\x8f\xc5\xc4\xc4\x97\x27\xa9\x2a\x21\x3c\x5d\xa3\x1c\x7b\x47\xa1\x10\x56\xe6\xb3\x90\xfc\xcc\xe0\x15\x02\x66\x05\xbc\x31\x95\x5e\x66\xee\x9b\xd8\x47\x89\xfd\x02\xb1\xd0\x68\xb3\xf4\x5e\x0c\x88\x02\xa0\x65\x5c\x6c\xc9\x62\xb6\xad\xf4\x30\x33\x44\x29\x3c\xc0\x84\x06\x1c\x16\x0a\xd5\x99\x59\x6c\x84\xd6\x7a\xc1\xd2\xcc\x8c\x41\x18\x85\xd8\x29\x18\x26\xf3\x38\x33\xd5\xf1\x4c\xc8\xbc\x8b\xaa\x3c\x5b\x6c\x16\x72\xe3\x62\xb8\xbb\xd6\x45\x84\x2e\x6c\x82\x6c\xe2\xaf\x42\xee\x11\x45\xe7\xa4\xf2\x62\x4d\x99\xf4\x62\x05\xc3\xf8\x29\xc6\x60\xce\xb7\xb6\x21\x3c\xf2\xe4\xc4\x48\x04\xdb\xb7\x68\x48\xa8\xad\xc5\xc2\x42\x98\xcf\x59\xd6\x34\x65\xca\x61\x2e\x64\xce\x17\xeb\x15\x5f\x2e\x8d\xe2\x17\x32\x42\xf8\x1c\x8a\x12\x10\x48\x14\x45\x12\x53\xa9\xc0\x90\x90\xee\x07\x64\xaa\x38\x15\xa0\x30\x9e\x8a\x59\x05\x2b\x8c\x62\xe1\xc0\xd2\x7d\x94\x79\x50\x2c\xc0\x84\xc2\x8a\x09\x10\x79\x70\xe4\x4a\xd5\xc2\x3c\x78\x40\x04\x3f\x28\x73\x0c\x6b\x2e\xc1\x06\xa6\xe7\x1d\xe1\x1e\xc2\x64\x84\x49\x14\xfd\xb2\xd0\x1e\x61\x14\xcc\x86\x67\x5a\xb6\x30\x12\xf2\xa2\xc4\xb1\xb6\xc5\xc4\x96\x95\x41\x59\x6e\x98\x53\x43\x61\x62\x41\x08\x07\x63\x85\x94\xc2\xf8\x27\x16\x87\xc1\xf7\x20\xb8\xd4\xe1\x11\x95\xb9\x27\x5d\x16\xf6\x29\xe8\xe2\x79\x96\x17\x74\xe1\x61\x17\x93\xc0\xd4\x30\x1c\x58\x72\x2d\x5e\x15\x8c\x75\xc5\xc3\x42\xa7\xb0\x25\x41\xb0\x48\xad\xc5\x90\xd8\x33\x79\x26\x25\x3e\xcc\xad\xde\x51\x71\x93\xa4\x5f\x3d\xf0\x76\xad\x7a\xd6\x73\xef\xab\xc7\x19\xce\xb5\x95\x1b\x71\xbf\xe0\x2c\x4f\x13\x14\x89\xd7\x59\xd6\xcc\x5c\x5b\xb7\x58\xbb\x73\xdd\x62\xda\x27\x75\x5b\x12\xbd\x73\x56\xb7\x50\x20\xae\x3b\x20\x6b\xc8\x65\xf0\x71\x66\x83\x28\xc0\xf1\xac\x02\xb2\xf4\x7c\x0f\x48\x84\x62\x63\x68\x2c\xf3\x91\x0a\xb2\xcb\xfc\x37\x8f\x67\x4a\x18\x42\x31\x7b\x66\xf2\x81\xc2\x41\x5c\x6b\x60\x99\x42\xe1\x64\x68\x33\x90\x17\x2b\x5e\xc7\x7f\xf3\xe9\xe1\x65\xea\xf6\x98\xbf\x0b\x1a\xc8\x1a\x43\x6b\xc3\xa8\x67\xf0\x8a\x73\x3c\x08\x2d\x22\x50\x6b\x55\x44\xc1\xc9\x3d\x3e\xc4\x00\x21\xa1\x48\x86\x8a\xdb\x9f\x96\x5e\x4b\x5a\x26\x1a\x34\xb3\x31\x2a\x85\xfa\x96\x94\x33\xc1\x10\x4c\x6b\xe1\x2f\x4d\x59\x14\xf9\xc9\xd3\x2f\xf6\xef\x73\x13\xe7\x07\x89\xb7\xac\x25\x3b\xf1\xcb\x61\xb1\xc3\x3c\x48\x40\xa2\xa8\x3d\x42\x10\x59\x84\xf1\xbe\x80\x29\xa6\x22\x3c\x5a\x31\x9a\x49\xcc\xee\x7c\xe4\xb4\x2d\xd5\x2f\x06\xa8\x99\x0a\xd9\x8b\xcc\x6b\xc5\xd0\x88\xdb\x9e\x45\x22\x8b\xa2\xf7\x8a\x34\x68\x89\xf5\x1f\x9e\x7f\x24\xf3\x25\xa3\x26\xa0\xc4\x42\x86\x9c\x16\xf1\xac\x4d\x8b\x04\x4a\xb2\x8c\x83\x3e\x17\x86\xe8\x2d\xcf\xdf\xbb\x6b\x1d\x64\x98\x2c\x13\x93\x0e\x41\x94\x55\x29\x96\x3f\x99\x51\x7a\x27\xd7\x69\x04\x59\x71\x73\x45\x1d\x17\xf0\x31\x21\x0c\x81\x27\x3b\x53\x07\x6f\x6c\x25\x42\x91\x5c\x0d\x18\xc2\x4c\xee\x8d\xcc\x31\x14\x32\x9a\x75\xc4\xbd\xbb\x95\xeb\x96\x64\x38\x72\x0a\x3a\x73\x0d\x9a\x20\xe0\x9c\xf2\x71\x14\xcb\x11\x46\x58\x21\x0b\x5f\x72\xaf\x5f\x10\xaf\x4f\xac\xc5\x1b\x2b\xfe\x76\x7d\x50\x19\x92\x4b\xe5\x7d\x71\x18\x7f\xc9\x0f\x73\xd1\x7e\x59\xd7\xdd\xf9\x8d\xca\x87\xdb\xad\x6c\xce\xf6\xad\xec\xbd\x3d\xc6\x91\x7f\x9c\x9d\xf1\xf7\x59\x4e\x31\x01\x79\xdb\x61\xf5\x5e\xdc\x6c\xa5\xc0\x3a\xbe\x8d\x4e\x31\x29\xcf\x8a\xc5\x69\xf0\x62\xbd\x1e\x92\x08\xb7\xb6\xbc\xb8\x2c\x47\x5b\xa8\xdc\xd0\x26\x77\x6f\xc9\x72\x9e\x93\x8b\x0d\xb3\x26\x66\xfa\x10\x04\x6f\x43\x16\x19\x63\xf1\x15\x9c\x2f\xce\xab\xe4\x89\xad\xbf\xe5\xf6\x05\xb2\x29\xaa\x58\xb1\x88\x64\x99\x64\xf6\x22\x0b\x60\x9e\x49\xb3\x20\x9c\x7c\xcb\x52\xd5\xfc\x1d\x52\x96\xb8\x90\x04\x99\x8a\x1d\x9f\x22\xc8\x28\xd7\x97\xf1\x9c\x0d\x41\xfc\x86\x49\x0c\x04\x79\xb3\x51\x66\x14\xb7\x4c\x68\x8f\x97\x55\x4f\x66\x4e\xae\x65\x4b\x26\x44\x91\x95\x90\xc0\x8a\x8f\xb3\xb2\xaa\x55\x6e\xc2\x24\x31\x7c\xd7\x85\x28\x3b\x27\x2b\xa6\x86\xc4\xd9\x58\xf1\x1d\x2d\x42\x61\x92\x43\x05\xe5\x82\x4c\x11\xe0\x3c\xfe\x9c\xc1\x06\xab\xca\x73\xee\x19\x28\x94\x65\x48\x31\x69\x2b\xda\x4f\x00\x44\xee\x90\x37\xbe\xd5\x8b\x18\xc8\x2c\x61\x89\x29\xba\x93\x83\x21\x7e\xe1\x55\xae\xd8\x44\x70\x88\x40\x72\xcf\xa4\xf3\x4e\x16\x7a\xb8\x3d\x16\x82\x83\x88\x72\x72\x85\xc4\x1a\xcf\x52\xfb\x2e\xbd\x11\xe3\xed\x6c\x93\x16\x08\x3a\x48\xc6\xcb\x5a\x64\x28\x16\xa4\xa2\x82\xb3\xa4\x17\x62\x82\xec\x88\x7f\x99\xc6\xe5\x72\xbb\x82\x15\xe9\x8b\xf1\x8d\x25\xa5\xd9\x6b\x12\x28\x00\xb1\xbc\x97\xc0\x67\xc6\xa3\x08\x4e\x9c\xc1\xe5\x28\x4b\xf5\x3e\x0a\xd6\x59\xed\x81\xda\xb7\xcc\x8a\xc2\x09\xb5\xf8\x2a\x2e\x27\xec\xec\xf0\xdd\x37\xbb\xe9\xf2\x3a\x2d\x5f\xa7\xe5\xeb\xb4\xdc\xb7\xda\x7e\x35\x1c\x5e\x35\xf5\xb7\xbe\xdc\x4e\xa8\xc4\x3b\xa3\x65\xdd\x23\x50\x39\xb8\x80\x45\xa3\x41\xb9\x81\x3f\xb1\x90\x99\x20\x84\x29\xcb\x61\xa1\xe7\x20\x87\xca\x81\xd8\x61\x97\x15\x30\x86\x62\xb2\x82\x11\x79\x4a\x40\xd9\xf5\x08\xb2\xcf\x1d\x84\x68\x23\x6b\xdd\x1c\x65\x83\xec\x66\xb6\xaf\x72\x0d\xf2\x22\x2c\x1d\x25\xff\x8b\x5b\xbd\x8b\x55\xfc\x3e\x1a\x9e\xfb\x1d\x12\xa5\x5b\x48\x06\x4b\xc4\x09\x2d\xcb\x51\x29\x88\x2f\x9c\x20\xb7\x67\x79\x46\x1d\xca\xac\xa1\x25\x56\xf4\x83\x18\x4e\x07\x48\x91\x65\x4d\x24\x27\x6f\x24\xfb\x00\xe2\xeb\x87\x42\x59\x80\x67\xb5\xcc\x7b\x6d\x21\xa6\x7c\xca\x88\x11\xa7\x04\x36\xf8\x2a\x03\x8a\x9b\x7c\x7e\x1a\x65\xe4\x58\x8a\xf8\xa6\x5c\x16\xba\xad\xfb\x39\xf9\xe5\x6b\x41\x63\x91\x6d\x2d\x50\xc0\xca\xcb\x1d\xcf\x05\x58\x86\x65\x48\xf4\xe7\x11\x6c\xc2\x1e\xcb\xc0\x52\x0d\x13\x3d\xcc\xed\x66\x44\x62\x39\xb2\xe1\x28\x2d\xed\x58\x92\x0c\xff\xf6\xb7\x13\xb3\x11\x50\xb2\x5e\x21\x47\x48\xe4\x04\x89\x2a\xf7\x18\x97\x95\x40\x1b\x43\x43\xc5\x65\xa9\xec\x4a\x24\x62\xa1\x38\x15\xd5\xc6\xe8\x20\x87\xad\x19\x32\xd2\xd9\xf2\x90\x98\x79\x8f\x03\x4a\x83\x94\x34\xa8\x03\x51\x4e\xf2\xa0\x88\xfc\xb2\x0b\x11\xb3\x2c\xa9\x7a\x57\xde\x97\xb6\x21\x7e\x76\xd6\xfa\xed\x53\xe5\xba\xdf\x19\x0d\xc7\xc3\xcb\xc9\xb7\x3e\x5b\xac\xb2\xbd\x04\x3e\xe2\x54\x9e\xa7\xf6\xdc\x2e\x0d\x8d\xf5\x76\xe5\x2a\x35\xb9\xd5\x3a\x2b\x7b\x4a\x6d\x1e\x9e\x4b\x3e\xe2\x72\xc6\x84\x7f\x3b\x31\x61\xf9\x0e\x36\x55\xb2\x96\xfa\xce\x09\x4f\xed\xb4\x64\x5d\xa2\x40\xfe\xe7\xf0\x8b\xd9\x54\x63\xf9\x39\x25\xce\xda\xd6\xb9\x21\xff\x2f\xbf\xfc\xed\x67\x93\xb6\x8f\xcc\xf0\xf7\x49\xf5\xcd\x0f\x0a\x18\x99\x3d\x9e\x52\x55\xde\xcb\xd3\x28\x34\x46\x74\xad\xa8\x96\xc3\x8d\x60\xbc\xb1\xf1\xee\x3d\x96\xbb\x78\x23\xf8\x0e\x6b\x97\xc2\x2b\x02\x02\x3a\x27\xbf\x64\x53\xd3\x6e\x4c\x7b\x2a\x96\x20\x5e\x1c\x10\x08\x47\xa1\x24\x46\x27\x3d\x04\x2b\x4b\x14\xb2\xed\xc3\xfa\x9e\x1c\xd4\x23\x71\x03\x30\x85\xec\x83\x64\x94\x75\x85\xc4\xc5\xca\xd1\x20\x7e\xe9\x09\xff\xe9\xc8\xf1\x55\x91\x6b\x12\xc8\x86\x4f\x02\xca\x53\xae\xdd\xca\x02\xb6\x9c\x2c\x33\x0e\x8c\x77\xed\xd2\x46\xc2\x0a\xc1\x1b\x11\x41\xca\xa2\xba\x11\x62\x2b\xbc\x17\xc8\xd1\xec\x20\x34\x4a\x61\x48\x8d\xd8\xbd\x20\x18\xc4\x0a\xc8\x33\xe9\x76\x85\x76\x03\x89\x8e\xce\xc0\xa1\xf2\x90\x60\x0b\x4e\x4c\x11\xb2\xc9\xe7\x11\xa2\x15\x06\x81\xde\xcb\xba\x3b\x59\xae\x20\xc9\x4b\x8f\x65\x23\x77\x77\xed\x21\xf8\x72\x92\x29\x75\xc0\xbb\x72\x31\xb6\x71\x99\x61\x29\xf7\x28\x27\xb0\xd9\x4d\xe5\xf0\xdb\xbc\xac\xe2\xde\x38\x14\x8b\x04\xf2\x41\x0a\x0b\x0b\x43\x41\x72\xb2\x97\x7f\xc9\x07\x39\x3a\x53\x64\x85\x29\xc8\x19\x50\x59\xb3\x45\x2e\x48\xfc\x35\x78\xc8\xc9\xb7\x6f\x65\x13\x29\x7a\x40\x79\xca\x3d\x8b\x51\x56\xbd\xad\x2c\xf7\x3a\x0f\x94\x34\xc4\x10\xcb\xaf\x2c\xe2\xc8\xa9\x24\x39\x1c\x4b\xd9\x6a\x2e\x88\x34\x93\xba\x55\xc4\x62\x96\x97\x99\x6d\x58\xa4\xbb\xf7\x72\x59\x67\x8b\x43\x72\x74\xbe\x5d\x9c\xf3\xf2\x2b\x06\x36\x06\x15\x43\x54\xc6\x93\x9c\x07\x16\x4a\x2d\xb8\x10\x99\xb5\x34\x08\xc1\x94\x7d\x80\x4e\x39\x53\x28\x87\xf1\xee\x97\xee\xe5\x30\x5e\x25\xf7\xe3\x3b\x4a\x65\x5c\xe5\xb0\xb7\xc1\x5e\x41\x13\xe6\xd8\xb2\x2d\xc4\x58\x17\x33\xc8\xe9\x73\x6a\xc4\x47\x1c\xc3\x46\x0e\x8f\x53\xb6\x65\xb3\xce\xb6\x67\x6b\x59\x1e\xb3\xb1\xe1\xb2\x00\xc5\xb6\x87\xbc\x2c\x52\x20\x75\x4a\xa0\x1c\x7a\x43\xe1\x94\x62\x4b\xe5\x48\xac\x12\x6c\xc0\x0a\xbc\x61\xc9\x70\xe6\x82\x5a\x8e\x39\x96\xe5\xb4\x38\x3b\x95\x6e\x12\xf7\x45\xf6\x18\xe5\x48\xb3\xe0\x71\xfb\x60\x21\x23\x89\x2c\x29\x67\x8d\x58\x10\x36\xd9\x55\x62\x6b\x43\xe5\xde\x69\xc3\x02\x3b\x43\x28\x4c\x91\x85\x57\x99\x46\xdc\x6d\x99\x5f\xb6\x78\xb5\x20\xf1\xe9\x61\x50\x36\xcc\x7c\x39\xbd\xde\x9e\xe8\x93\x46\x93\x65\xfc\xc5\x5c\x16\x57\x79\xee\x30\xce\x61\x2e\xb1\x98\x19\xe5\xf0\xee\x9a\x65\x6d\x31\x5a\xf2\x36\xf2\xdc\x92\xcb\xd5\x05\x89\xd1\x94\x69\xb1\x18\x58\xd8\xb8\xa1\xbb\x6b\x0c\x90\x18\x06\xcb\x79\x8c\x69\x71\x65\x29\x93\x69\x33\x2d\x89\x90\xf1\xbf\x4e\x70\x89\x00\xf7\xea\xaa\x99\xf4\xc4\x4e\xba\xee\xea\x51\x5d\x76\xe7\xc5\x87\x4d\x71\x76\xf3\x0e\xee\xea\xd1\x70\x8b\x9b\x1b\x31\xc2\x56\x93\xae\xf8\xaf\x29\x09\xc5\xcb\xcd\x7a\xf8\x57\xf6\x02\xc8\x4c\xd1\xaf\x5f\x8a\xec\xf6\x5d\x8a\xbc\x76\x13\xf2\xdd\xb5\x26\x85\xe6\x34\x4e\x35\xf5\xd0\x2c\x5f\xa5\x92\xea\x1c\x2a\xfb\xb8\xdb\x54\x16\xbe\x54\x39\x28\xa0\xba\xf7\xc6\x10\x8f\xbf\x95\xa5\x2d\xea\xb0\x4b\x59\xf6\x34\xe2\x01\xd7\xb9\x6c\xab\x76\xed\x36\x97\x83\xaa\xdc\x7b\x07\xcc\x6a\x75\x5f\x60\x51\xf1\x45\x20\xdc\x33\xae\xd6\xbc\x88\xfe\x7e\x5e\x3f\x11\xa3\x0e\x38\xe2\xf2\xee\xa0\x23\x29\x8f\x28\x69\xdb\x79\x94\x87\x14\xf5\x12\x17\xc4\x83\x42\xb3\x3a\xfa\xe3\xd9\xa8\xcf\x07\x7b\x61\x90\x91\xd4\xc3\x32\xe8\xf0\xb0\x0c\xdf\xc5\x82\xe6\x0b\x02\xeb\xca\xae\x91\x60\xf4\x3f\x2f\x87\xa3\x9f\x58\x20\xd0\x83\x6a\xaa\x27\xc3\xab\xab\xa6\xfe\xed\x85\xfb\x4d\x4d\x2b\x04\x6c\x3c\x87\xcd\x1c\x7e\x6a\x06\xbf\xbb\x6b\xa3\xe8\x41\xc3\x61\x54\xf8\x97\x43\xf2\x17\x03\xd4\xcf\x30\x18\x5e\x57\xdd\xbd\x16\xad\x4b\xa9\xd6\x6d\x5a\x4b\xf4\x7e\xab\xd6\xa5\x74\x5f\xde\xae\x15\x83\xc2\x74\xa8\xeb\xb8\x85\xf1\x1d\x0c\x07\x2c\xe0\x6f\x72\x1f\xb7\x70\x6d\x4e\xce\x21\xce\xfc\xa5\x83\x0f\x59\x05\x48\x11\xa7\x04\x39\xf8\x86\xb5\xb1\x20\xdb\x18\x99\x58\x0f\x66\x75\x31\x65\x37\x8d\x20\x6e\x24\x9c\xa8\xde\x11\x62\xd2\x0e\x5c\x3c\x77\xe0\x52\x4f\x03\x3a\x7f\xb7\x64\x7a\xd0\x9a\x24\xfc\xed\xe7\x84\x6f\xda\x65\x51\xf1\x33\x71\x06\xe4\xc4\x27\x24\x36\x9e\xf5\x57\xd6\x96\xa2\xec\x6c\x04\x51\xcd\x15\x41\x71\xb9\x6d\xe5\x90\x4a\x4e\x0d\x81\x0b\x9e\x5b\x92\xa4\x89\x29\x36\x0e\x2c\x3a\x59\xb3\x14\x9f\x50\x88\x7b\xab\x36\xa4\x32\x78\xc7\xf9\xa3\xac\x18\x5b\x17\xcb\xd2\xc4\x79\x02\xe3\x1b\x39\x76\xe3\x5d\x3a\x03\x12\x5f\x4f\x2e\xcd\x9a\x39\x4d\x90\x29\x34\x11\x12\x21\x07\x84\x38\xd5\x0c\x8a\xbb\x55\xef\x12\x8f\xd7\x0a\x8a\xe0\xf6\xb8\x9b\x1a\xb7\xe4\xdd\x2b\xa3\xaf\xe4\x7b\x91\xf4\x3f\x41\xf2\x96\x71\x31\xc5\x90\xfd\x09\x19\x30\xd9\x39\x15\xc1\x9b\xec\x48\x11\xaa\x00\x36\x18\x17\xf8\xd5\x9f\x10\x96\x83\x49\x58\xac\x3c\x18\xef\x49\x61\x52\x24\x97\xd3\x38\x8b\xfc\xe9\xef\xd3\x78\xe5\x4f\xd0\xab\x00\xe4\x8d\xcd\x0a\x3d\xc4\xe0\x55\x04\x4b\x84\x8a\x95\x7f\x4f\x5c\x59\x8c\x14\xe4\x6e\x7f\x31\x23\x34\x60\x28\xd0\x09\x7a\xc8\x96\x27\xb1\x91\xa5\x09\xf4\x60\xc5\xb4\xd1\x80\x23\x6f\x15\x3a\x6e\xb3\xe5\xef\x94\xf0\x2c\x41\x8e\x5e\x8e\x3e\x04\x44\x7b\x92\x20\x26\xe7\xb8\x2a\xb4\xc9\x44\xee\x10\x79\xb4\x2a\xf0\xbf\x13\xd7\xb6\x2f\x28\xcb\x8d\x91\x77\xab\xf2\x89\x94\x66\x4d\x20\x65\x21\x59\x97\x64\x7b\xc7\x61\xf4\xca\xf3\x5b\xa2\x6c\xcf\x31\x00\x46\x13\x4f\xe6\x29\x02\xf8\x44\x9c\x1f\x23\x84\x6c\x13\xbf\x71\x51\x64\x0a\x80\x66\x95\x11\xa9\xa0\x88\x4e\x22\x07\x27\xf9\xce\xf3\x44\x99\xf3\xe4\x79\x11\x09\x30\x78\xcc\xf3\xc2\xa3\x6a\xab\x3d\x6f\x9b\xc1\xa5\x38\x17\x32\x37\x2b\x18\x74\x9c\x23\x25\x72\xfc\x8d\x3e\xcb\x11\x10\xe7\x49\xc0\xe5\xe5\xa0\x91\x9c\x10\x13\xf3\xfb\x90\x29\x9d\xf0\xb7\xf1\xb2\x4e\x1e\xb9\x46\x74\xfc\x9a\x32\x43\xd4\x29\xb4\x27\x28\xb6\x4c\xd2\x38\x06\x3d\x8f\x2d\x0f\x06\xb7\xe4\x04\x53\x1b\x11\x14\x99\x79\x32\x7e\xb5\x27\xfc\x44\xc8\x18\xe5\xa2\x39\x47\x51\xda\x90\x43\x8e\x0a\x13\xf8\x90\x64\x84\x9d\xa3\xb3\x15\xe4\xfb\xf5\x3d\x26\x25\x65\x7b\x4f\x3c\x52\x98\xc5\x61\x26\x51\x92\xd7\x13\x64\x58\x3a\x27\xce\x77\xda\x44\x8e\x91\xcf\x9d\x60\x94\x70\xfe\x8c\xf7\x69\x22\xe7\x89\xf7\x65\xb4\x89\x98\x2d\xa8\xf0\xeb\xfb\xa8\xf2\x49\x64\x92\x26\xb1\x61\x96\xca\x70\x02\x73\xe2\x67\xa5\x18\xe5\xe7\x89\xbc\xca\x27\x0c\xda\x12\x35\x4b\x92\x54\x50\xe9\x64\x56\x40\x52\x71\x9e\x22\xaa\xfc\xeb\xf7\x21\xd2\xbc\xd2\x89\x57\x3a\xf1\x4a\x27\xbe\x0a\x9d\x78\x8a\x54\x34\x1c\x4d\x1e\x2d\x15\x6d\xce\xbb\x5f\x2a\x5a\xce\xf7\x12\xa5\xa2\x04\x96\x69\x93\x31\xc6\xe0\x89\x7c\x10\x98\x94\xe4\xa6\x30\xfe\x15\x93\x00\x6f\x0c\x8a\x4f\xf8\xf2\x7a\x8a\x8e\xe7\x4a\x46\x5c\x88\xf5\x10\xee\xf3\x96\xaf\xb6\xd8\xf3\xd8\x16\x5f\x42\x23\x67\x64\xac\x6a\x4b\xe0\x79\x23\x25\xb8\xd9\xeb\x29\x12\xf8\x64\xdd\x49\xf9\x0d\x1c\x1e\x0c\x4f\x9a\xfb\xef\x88\x2c\x91\xcb\xb7\x14\x91\x88\xe4\xe4\xa3\xb7\xe5\x7a\x88\x78\x46\xdc\x34\x79\x3d\x21\x84\x68\x4a\x30\x93\x18\x9e\x7b\x19\xe5\x8d\xd3\x9c\x94\x17\x4e\x31\x4b\xc8\x54\x5e\x72\xd3\x29\x46\x26\x37\x81\xe7\x93\xcf\xae\xdc\x1a\x9b\xc4\x13\x7e\x50\xe5\xc8\xa8\x9b\x7f\xa0\x3f\x47\x07\xd6\x9f\x62\x3e\xc1\xdc\x02\xc8\x09\x50\x8d\xb8\x4f\xf4\x02\x9f\xd9\x57\x38\x27\x73\x52\xde\xc9\xb4\xa9\xdb\x5c\x54\xdc\x2d\xe6\xf2\x72\x8a\x5e\x88\x93\xe4\x2d\x31\xb6\x2d\xb5\xe4\x6a\xbf\xce\x99\x0e\xc9\xfb\xac\xa6\x59\xae\xd2\x0a\x66\x19\xa5\x7d\x01\xec\xb9\x34\x58\x98\xd4\x7d\x47\xca\x15\xb8\xf3\x4e\x06\xb0\xc8\xc3\x49\x3c\x24\x06\xe9\x84\xc9\x58\x89\x47\x01\x5a\x16\xeb\x36\xfe\x8c\x72\xd8\x3c\xb9\x9c\xca\x77\x90\xc4\xa9\xa5\xa7\x06\x7d\xb1\x1f\x0a\x62\xd3\x67\x4c\x96\xe4\x91\x98\xb9\xd1\x69\x81\x31\x9e\x30\x8c\x6d\x5b\x02\x37\x60\x11\xc8\xab\x30\xce\x27\x02\x2b\x9a\x77\x6e\x09\xc4\xb8\x00\x62\x5c\x02\xf1\x2c\x57\x01\xe4\x0c\xc2\xfe\xc4\xb5\xf8\x5e\xc2\x97\xe0\xbb\x00\xde\x25\xe8\xce\xb2\x94\x06\xcc\x80\x7b\x0f\xdb\x45\xd0\x0a\x64\x0d\xcd\xbb\x26\xa0\x65\xfe\x4f\xa7\x04\xc1\x9f\x10\x50\x46\x53\x4c\xc7\xe6\xe8\x38\x43\xd0\x39\xca\x4a\x22\x6c\x31\x59\x7a\xc8\xa8\x8e\x62\x19\xbf\xf0\x91\x84\x5f\xb6\x93\xc9\x9c\xcc\xa6\xf2\x6c\xaa\xc9\x3c\x9f\xcd\xc3\xf6\xa3\x4c\xd5\x76\xca\xfe\xfa\x1e\xe5\x96\x62\x4e\x7d\x92\x21\x99\x10\x67\x9f\x2a\x97\x89\xce\x61\xed\xc7\xea\x3c\xcf\x65\x9a\x63\xb6\x96\x53\x48\xee\x78\x4f\x45\xe2\x12\x15\xe1\x54\xf7\xb1\xae\x34\xa6\x64\x9d\x7d\x2d\x35\xed\xa4\x9d\x50\x6d\x03\x66\x25\xd0\x3d\x15\xa1\x79\xc7\x7f\x7d\xef\x0b\x29\x3a\x71\xa5\x15\x85\x02\xb9\x16\x51\x24\xc8\xdd\xe3\x89\x6b\xd1\x44\x0a\x6c\x73\x90\x29\x43\x2b\xbf\x82\x73\xa5\x3a\x09\xce\x2d\x92\x48\x50\xbe\x47\x92\xdc\x22\x89\x94\xd0\xe6\x28\x55\xe7\xf2\x7b\xca\x9c\xbd\xad\xf9\x04\x97\xda\x83\x4b\x4d\xc5\xb6\x03\x2d\x45\x59\x28\x09\x97\x2a\x69\xbf\x0a\xba\x2f\x35\x0b\x97\x5a\x8c\xb9\xed\x49\xa1\x28\x0b\x5d\xc4\xa5\xde\xcf\xbe\xce\x31\x2c\x72\xeb\xf0\x4b\x0c\x89\x5e\xa8\x60\xff\xca\xea\x5e\x59\xdd\x2b\xab\x7b\x65\x75\xaf\xac\xee\x95\xd5\x3d\x82\xd5\x3d\x45\x37\x1d\x0d\x27\xc3\xce\xb0\x79\xb4\x7e\xba\x3d\xff\x7e\x1d\x75\x3d\xef\x4b\xd4\x53\x99\x71\x91\xb0\xaf\x08\xb3\xa5\x0b\xf9\xa5\x42\x47\xca\xd9\xa1\x58\xd6\x94\xee\x53\x95\x5c\x6a\x16\x37\x4f\x23\x79\x4e\xee\x53\xd1\x7d\x1a\x29\xf0\xd7\xf7\x4c\xd1\xd1\xc8\x9d\xdb\x39\xc7\x24\xec\x80\x82\x2c\xe0\x24\xf2\x85\x6e\x07\x2b\xdf\x01\x51\x18\x34\x31\xa3\x60\x8c\x8c\x24\xfc\x5c\xdc\xc3\x25\x48\xb2\x4e\x44\x90\xe4\xc8\x8b\x2c\x63\x45\xe6\x63\x18\x82\x2c\x90\x59\x9b\x24\x7d\x4e\x51\x56\xbb\x2c\x59\xa1\xa5\xc9\x14\x7e\x6b\x85\x0c\x12\x04\x8a\xd2\x6d\xca\x29\x4a\x73\xbc\x0d\xf2\xed\x83\x50\x4f\xe2\xd6\xf3\xb7\xb0\x15\x03\x3e\x53\x6e\xe3\x2d\x33\x86\x14\xb8\xf9\x09\xd0\x5a\x59\xba\x23\x0c\x89\xdb\x6b\x1c\xb7\x83\x59\x81\x6f\xbb\x4b\x52\x7e\x34\xa5\xbb\x39\x3b\x59\x53\x8b\x3e\x85\xf2\x1d\x0a\x03\x5c\x00\xcf\xaf\xef\x73\xf1\xff\x96\x99\xd1\xc5\x93\x0c\xde\x27\x27\x8b\x52\xd9\xa4\xac\x32\x50\x12\x2b\xc7\x04\x88\x99\xc9\x89\xf1\x1e\xe5\x56\x7e\xeb\xdd\x89\xb8\x66\x4b\xf2\xe9\x38\x79\x02\x83\x39\x0b\x74\x5c\x8a\xa8\xc4\x27\x58\x2e\xc3\x9a\xd1\x9f\x44\x88\x16\x31\x71\x71\x26\x12\x93\xdc\x1c\x5d\xf9\xf6\x41\xdc\x28\x91\x37\xa5\xb5\x26\xa4\x7c\x22\xbe\x18\xca\xfd\xe9\x8e\xc5\x3d\x8b\x39\xca\x58\xf9\x60\x93\x5a\x6a\xfa\xaf\xef\x3d\x38\x2f\xcb\x7f\x01\x82\x89\xf1\xc4\x83\x2b\x5d\xe5\x6f\x83\x4a\xfc\xf4\x31\x2b\x0c\x0c\x62\x39\xaf\x41\xce\xf9\xb2\x30\xc9\xf4\xd7\x05\x39\x09\x66\xc1\x26\xa1\xae\x81\x64\xfb\xd0\x40\x70\x5e\x7c\x50\x60\x34\x51\x25\x2e\x86\xdc\x89\x07\x93\xc9\xc9\x12\x5a\x88\x36\x89\x7f\x29\x0c\xb2\x60\x66\xc9\x23\x53\x67\xef\xc4\x1f\x95\xcd\x31\xc6\x13\x07\xd6\x24\xc3\xc4\xd6\x25\xe3\x94\x13\x56\x68\x1c\xf1\x1b\x9d\x38\xae\x37\xa2\x0f\xca\x81\x77\x62\x90\xee\xc1\x1a\xcf\xcd\x5e\xea\x16\xf7\x33\x64\x2b\x37\x49\x9a\x18\x23\x9d\xf0\x77\x40\x27\xdf\xc9\x07\xc5\xdf\x19\x93\x7c\x67\x9b\x95\x87\x68\x88\x24\x7d\x32\x64\x4f\xf8\x9b\x3b\xca\xf1\xa6\xc4\xa3\x21\xe1\x62\xc1\x48\xfe\x88\x4e\x06\xc7\x78\x13\x83\xa4\x8f\x24\x9f\x39\x5a\x29\xce\x60\x49\x9e\x64\xe9\x70\xa9\x39\xbf\xbe\x4f\x90\x43\x12\x1f\x70\x3e\x3b\x8c\x27\x09\xb2\x45\xb9\xa9\x2c\x58\xe7\x18\x40\x29\x16\x16\x97\x5d\x64\xe6\x9e\x4c\x42\x86\x77\x8c\xce\xfb\x13\x96\xa4\xd1\xc9\x4d\x50\xce\x07\x8e\x77\x9e\xe4\xe8\x09\x19\x1f\x04\x47\x30\x8a\x4f\x10\xef\x32\xcb\x63\x29\x1b\x96\x5d\x0c\x05\x2c\x18\x67\x3d\xaa\xc0\xa5\xc8\x62\x39\xc6\x18\xb9\xb3\xce\x99\xb2\x62\x9d\x18\xc3\x22\x78\x97\x44\xb4\x20\xcc\x5e\x44\x37\x97\x13\x8f\x56\x4c\x36\x97\x6b\x3a\x53\xf4\x67\x09\x62\x4e\x8e\x81\x19\x92\x25\xe6\x9b\x98\x50\xae\xf0\x22\xcb\xa3\x9b\x21\x1a\x9f\xe4\x66\x92\xe0\xb3\x60\x8b\xb4\xce\x01\x99\x4c\xfe\x24\x43\xf4\x59\xb6\x94\xad\x09\x58\xf8\x71\x68\x5d\x27\x78\xcb\x33\x66\x09\x58\xbf\x8a\xbf\x33\xef\x18\x9d\x58\x94\x28\xf4\x4b\xb0\x0b\x23\x79\x59\x13\x4f\xc6\x78\xf1\xfb\x10\xa9\xac\x99\x7b\x59\x4d\x0e\x8e\xa2\xcc\x7f\x62\x79\xd0\x83\x33\xc6\x08\x3d\x09\x51\x6e\x1b\xf3\x58\x36\x20\x28\x39\xee\x5e\xb6\x9e\xc9\x05\x23\xb7\xe0\x4e\x8e\xc4\xc8\x2e\xb6\xfe\xa9\x38\x4e\xb3\x22\x0f\xdb\x48\xc4\xdf\x14\x5c\x3e\x11\x47\x42\x28\x6e\xd4\xa2\x8d\x65\x9d\xbd\x78\x73\x33\x29\x05\x99\x3c\xc1\x8a\xfa\x63\x02\xd3\x13\x94\x73\xfd\xe2\xd6\x2e\x1b\x27\x4b\xf6\x29\x1a\x9e\x7b\x4e\x74\x17\x20\x13\xc4\xfd\x1a\x8f\x9e\x94\xee\x7d\x96\x6f\x2c\xc4\x14\x8d\x77\x05\x16\xbe\x08\xa6\x0b\xb0\xf9\xf5\xbd\xb8\x64\x63\x72\x94\xc1\x19\x2f\x3b\x01\x3e\x17\x6a\xe8\x93\x13\x19\x01\x9d\x09\x85\x46\x78\xd1\x49\x02\x57\x5f\x98\x81\x2d\x3b\x07\x51\xa8\x29\x89\xfb\x02\x07\x36\x7a\x59\xdd\x77\x36\x14\x89\x23\xe7\xc2\xb4\x4c\x4e\xac\x1e\x12\x4b\xf3\xb1\x28\x75\x28\x1e\xbe\x8a\x72\x15\x92\x4c\x51\x42\xf1\xdf\x07\x31\x60\x64\xc5\xc5\xc8\x26\x41\x2a\xa6\xe2\x1e\x32\x19\x21\xa6\xe4\xb2\x28\xa4\x31\x51\x90\xda\xbc\xc9\x5c\xba\x77\x51\x78\x4f\xcc\xce\x95\x6d\xa2\x96\x1a\x7a\x27\xd5\x61\x46\xa1\xed\x44\xde\x73\x7a\x24\x5b\xe4\x2c\x01\x8f\x97\x29\x29\xdf\xc1\x17\x1d\x60\x01\x3a\xbf\xbe\x2f\x15\x49\x3b\xa3\x25\x7f\x22\x9b\x1a\x4e\x04\x39\xc7\x53\x5c\x76\x3d\x20\x46\x93\xe4\x95\x64\x03\xc4\x40\xb4\x56\x88\x6e\x34\xe2\xce\xc0\x5b\x4f\x52\x29\xcf\x04\x9e\x9e\x4c\x1e\x4e\x84\x64\x93\xb8\xdf\x23\xd1\xb8\xe4\x08\x67\x12\x77\x7c\x32\x14\x09\x12\x53\xa1\x04\x01\x9d\x4d\x9c\xde\x5b\x2b\x08\xec\xb2\x14\x47\xd1\x08\x02\x65\xef\x85\x23\x04\xf1\xd9\xea\x21\x25\x86\x7c\x02\x1f\xcb\x16\x15\xc6\x20\xf1\x8e\xab\xc7\x00\x4e\x6e\xa6\x49\x60\x63\x96\xbd\xa5\x88\x56\xd2\x3b\x23\xf2\x26\x94\x3d\x16\x47\x91\xca\x57\x20\xb5\x02\x08\x41\xa4\xc8\x43\xe2\x98\x56\xf1\x50\x04\xa0\x60\xa3\xf2\x90\x42\x94\x52\x43\x40\x9e\x45\x91\x89\x13\x7f\xe7\x42\x42\x03\x39\x14\x05\x35\xba\xcc\x44\x23\x64\x17\xca\xde\x60\x48\xb2\x1b\xe4\x93\x0c\x04\x3a\xe1\x76\x2e\x05\xc1\xd2\x94\x44\x72\x89\x91\xb2\xec\x4d\xb9\x2c\x37\x2f\x5a\xd9\x06\x63\x10\x14\xaf\x21\x36\xdb\x82\xd4\xc9\x0a\x09\xc9\x31\xcb\x30\x63\x0a\x28\xf4\x14\x53\xa9\x6d\xa1\xed\xbf\xbe\x97\xbb\xb4\x44\x87\x4a\xc1\xdb\x7c\xc2\xa2\x85\x15\xee\x9c\x53\x0e\x3c\xd9\x93\x8d\x51\xce\x00\x9a\x20\x04\xd9\x45\xe6\x58\x19\xc8\x24\xc3\x5c\x17\x03\x62\xd9\x7f\x93\x62\xd0\x9a\x32\x79\xac\x93\xbb\x5f\x43\x62\xbe\x25\x43\x13\x58\x08\x40\xe3\x0a\xc3\xca\x5e\x68\x8b\xb7\x58\x40\x6f\x5c\xb9\x7a\x32\x64\x9a\x0d\xdd\x89\x87\x1c\xa3\x29\x27\x27\xd1\x67\x15\x00\x9d\x2b\x3b\x69\xd1\x89\x91\xd2\x52\xeb\x59\x42\xc9\x5e\x28\xad\x33\x59\x34\xb7\x60\xcb\x72\x08\xc6\xc4\x04\x35\x58\x8c\xc5\x81\x28\x7a\x29\x06\x33\x0f\x2d\x8f\x41\x11\xb8\x4c\x41\xf1\xc8\x84\x09\xe5\x3c\x31\xb5\x40\x13\xf1\x2f\x12\x95\xce\x18\x14\x82\x65\x28\xc9\xdc\x4c\x32\x57\x85\x80\x49\xe7\x92\xf3\x2d\x81\x2b\xc5\xa7\x68\xb3\x50\x10\xe9\x8d\x03\xe4\x31\x65\x0a\x62\x30\xb5\xa4\x4a\x9a\x95\xc9\x3a\xd9\x76\x43\x4f\x6d\xf9\x0c\x7b\x9f\xf9\x97\x49\x9c\x4d\x12\x1f\x63\xcc\x45\x1e\x94\xb1\xf1\x64\x3d\x8a\xfc\x67\x51\xa4\x86\xec\xad\xd0\x73\x9b\x91\xf8\xdb\x07\x99\x8e\x0b\xc0\xf9\xf5\xbd\xb8\x3b\x26\x81\xbd\x65\x01\x4a\xb6\xb2\xbd\x20\x2c\xf9\x76\xd7\x5a\x9c\x9d\x30\xd4\xcb\x2a\x18\xda\xb2\x39\x6b\x7c\x70\x42\x82\x12\x89\xce\x4a\xb6\x40\x29\x07\x5f\xd6\x43\xca\x12\x9a\x23\x59\xa0\x70\x85\x1d\x04\x30\xc9\x73\x6b\x85\xb3\xf3\x74\xe2\x5f\xa6\x4f\x81\x8a\x94\x98\x22\x7f\x9b\x60\x79\x2c\x52\xbb\x51\x8b\x10\x5a\xba\x19\x65\x6b\xd8\x42\x4c\xc1\x15\x21\xb8\x10\x2e\xe7\xac\x67\x39\x1f\xad\x2d\x83\x27\xc4\x21\x82\x11\x61\x3d\xb0\xa8\x23\xad\x5e\xec\xed\x77\xb3\xe2\xf9\xaa\x34\xbd\x2a\x4d\xaf\x4a\xd3\xab\xd2\xf4\xaa\x34\xbd\x2a\x4d\xaf\x4a\xd3\xab\xd2\xf4\xaa\x34\xbd\x2a\x4d\xaf\x4a\xd3\xab\xd2\xf4\xa7\x2b\x4d\x07\xef\x9d\xa9\x6e\x03\x55\xb7\x3b\xaa\xc7\xe3\xc3\x36\xcb\x76\x67\x58\xd9\x1d\xdb\x9c\xf8\x25\x6e\x87\xcd\xbc\xe5\xcd\x9c\xe5\xb9\xa2\xb5\x8d\x1d\xbf\xa1\x99\xff\xd7\x6d\x80\x46\xf3\x0f\x51\xdc\x66\xce\xc9\xae\xb5\x60\x48\xb6\x1d\xb9\xeb\x45\x83\xcb\x3a\x6a\x0b\xc9\xeb\xa8\x39\x5c\x9c\xcf\x13\x98\x24\x0e\xf1\x80\x50\x3c\x84\x9c\x31\x16\x4f\x71\xf9\x64\xf8\x94\xa5\xa4\xbb\xeb\x00\x59\x13\x78\xd7\x29\xfe\x34\x12\xea\xf6\xde\x21\x04\x71\x05\x97\x7b\x1a\xa7\x5a\xdc\xc3\xc8\x65\x03\x5e\x4b\x8a\xd3\x34\xd5\xd4\xa3\x0e\x78\x5f\x7c\xe7\xb2\xa4\xa2\xf1\x3c\xf6\x68\xe5\x64\xe1\x54\x83\xc3\x0e\x81\xf8\x29\xc1\xac\xe4\x82\xe7\xa0\x58\x1a\x16\x2f\x32\xd2\x5a\x90\x0b\x92\xa3\x26\x60\xe9\xdd\xe6\xef\xe6\x9c\xe5\xeb\x78\x3f\x71\xbc\x3f\x43\xb7\x3f\xee\x0c\xa7\xf5\xe8\x93\xee\xf4\xaa\xfe\x40\xc1\xa8\x1e\x0f\x9b\x69\x3d\xd2\x9d\x6a\xd4\x65\xea\x30\xaa\xbb\xfd\x51\xdd\x99\xa8\xee\xe4\x49\xa7\x33\xdb\x3b\xa6\x19\x37\x7a\x75\xff\xaa\x37\x29\xef\x4f\xf6\xd5\x20\xa2\x60\xb2\xf6\x84\x20\x15\xfe\x88\xac\x0e\x45\x61\x4a\xc5\x58\xca\x05\x96\x03\x93\x3d\x77\x67\xad\xb5\x57\x6c\x74\x62\xf1\x86\x25\xa6\x18\xa6\xda\x41\x72\x2c\x68\x88\x74\x24\xde\xed\x59\xff\x0b\xa2\x9c\x17\x53\x1c\xa9\xe3\x6e\x27\x45\x97\xf3\xe1\x93\xe1\xb0\xb9\xa8\x46\xb3\xe3\xe1\x5f\xd9\x51\x8c\xdc\x49\xe6\x7a\x1a\x62\x6e\xb4\xf8\x6a\xa2\xf8\x73\x90\x3b\x45\x42\x7b\xb3\x48\x7b\x58\x36\x03\x6b\x45\xe5\xcf\x28\x8e\xe0\x10\x0c\x9d\xf6\xda\xa5\xe2\x87\x53\x94\x21\xb2\x1a\xc1\xc7\x06\x28\x02\xa5\x29\x97\x2d\xea\x71\x3e\x23\x23\x2e\xff\x73\xa3\xf9\x53\xfb\x72\x20\xff\xa4\x5c\x43\xe5\xca\xf1\x98\x9c\xcb\x51\x89\x7f\x48\xa8\xbc\x8a\xf1\x94\x9a\xa5\x92\x7a\xcb\x55\xf0\xed\xc7\x92\xb3\x43\xf4\xc1\x5e\x5e\x2e\x21\xf1\xe5\xa8\xae\x27\xf5\xc7\x89\xbe\xec\x37\x93\x7a\x24\x6e\x7a\xbe\x3d\x5f\x6b\xdb\x07\x43\xc6\xe2\x05\x0e\xc5\x2a\x31\x59\xbe\x4f\x57\xcd\xdc\x80\x7c\x4b\x03\xf1\x10\x0e\x63\x8e\xd0\x80\x49\x41\x74\xa6\xb3\xb0\xf2\xc5\x0a\x9d\x0f\x96\x4c\x50\x67\x66\xe5\x6b\x31\xe5\xd2\xd7\xaf\xea\xbd\x3d\x92\x4b\x17\x39\x31\xaa\x33\x7b\x24\x46\x9a\xf7\x69\x97\xbf\x96\x53\xde\x7f\xfd\xaa\xde\x8b\xa8\x6c\xd0\xc6\x78\x64\xd4\xd9\xc2\x17\x42\x48\x88\x14\x1c\x4a\x11\x4b\x5f\xcb\x29\x8d\x94\x63\x21\x85\x4c\x99\xf2\x91\x2c\x31\x9a\xcc\x74\xef\x6c\x21\x98\x75\x14\x9b\x5c\x26\x52\x67\x72\xdf\x9d\x14\x77\x94\x58\x73\x31\x44\x3e\xa9\x33\x4c\x4b\x7d\x2e\x5a\x45\xa4\x1c\x8f\xe4\x5e\xc2\x24\x3a\xc6\x59\x02\xe3\xa3\xac\x1e\x2e\xa5\xce\x40\x2e\x60\xf6\x14\x96\xcb\x24\xc0\x94\x30\x04\x5f\x5a\x90\xad\xa5\xe5\xe0\x2d\xed\x5d\x08\xe6\xfe\xcd\x6b\x3a\x72\x40\xac\x4c\x05\xc3\xe9\xef\x83\x59\x6f\xb4\xd9\x91\x73\x0c\xa2\xe5\xaf\x2d\x59\x16\x82\x9f\xe5\xe8\xd6\x92\xdb\xa8\xd6\x47\xc2\x75\x35\xa8\xae\xea\xeb\x7a\x30\x79\x06\xd7\x59\xeb\x85\x3e\xdc\x83\xd6\xee\x76\x1d\x6a\xbc\xb7\xbf\x25\xbb\x9d\x6a\x1d\xd2\x8a\xdd\x26\x80\x3b\x5a\x30\xe9\xaa\x0a\xfa\xe3\xa5\xa8\x17\xeb\xc5\x08\x65\xa3\x83\xe2\x19\x26\xc0\xa4\x08\x1b\x8d\x10\x9c\x8e\x60\x2c\x0b\x42\x3c\xef\x1a\x1d\x41\xee\xa4\xc1\x33\xb1\x3d\x16\x47\xba\x09\x82\x55\x6d\xbc\x07\x59\x1d\x8e\xf6\xcc\x43\x92\xa3\xbe\xb3\x62\xbf\x1b\x35\xe2\xeb\x00\xe9\x10\x67\x85\xe5\xc6\x09\x41\x5c\x99\xe1\xd5\x8f\x47\x30\x18\x4e\xfa\x9d\x7a\x3b\x0e\x3f\x87\x90\x8e\xe6\x5e\x48\xcf\x2b\x32\x3a\x1a\x95\x0f\x19\x8b\x92\xe4\xf8\x63\xd3\x1f\xfc\xbe\x29\x21\xe6\x9c\xff\x43\x62\xdf\xbc\xfb\xcf\x6e\x7d\x39\x6e\x07\xaf\xdf\xfd\xe9\x4d\x55\xc6\xa6\x18\x83\x87\xb3\x08\x5e\xee\x97\x8c\xbe\xd1\xe2\xcb\x5e\x14\x20\x02\x8a\x5e\x6e\x81\xe5\x6f\xb9\x82\xcf\xbb\x33\xaf\x58\x50\x97\x93\xd9\xca\x82\xcf\x01\x92\x5c\xc8\x9a\x7c\x23\x19\x94\x64\xe0\x52\x14\x97\x52\x9c\x90\x94\xea\x6f\xc7\xf5\xfd\x60\xe5\xbf\x13\x7a\xee\x28\xb7\xf0\xb8\x37\xaa\x2f\x25\xb8\x7a\xb3\x09\xbb\x1e\xb9\xac\x23\xc4\xea\xf0\x45\x9d\x6d\xc9\x37\x2c\xe9\xac\x26\x7d\x89\xe4\x2b\x88\xdc\x89\x67\x56\xa1\x6f\xac\x78\xe6\x9e\x6a\x7b\x8a\x6e\xaa\xe9\x94\x23\xa7\xda\xde\xbd\x27\x54\xb9\x61\x05\x3e\x6b\x37\xb5\xa7\x68\xa6\xd4\x63\xf1\x75\x6a\xcf\x38\xea\xfb\x20\x52\x5f\x18\x14\x9f\x61\x52\x5d\x69\x46\xdc\x45\xec\x9a\x74\x39\xf8\xc5\x2f\x0b\xa2\x5c\x2b\x67\x01\xb3\x6f\xd0\x80\x38\x85\x90\x1f\x9d\xc0\x58\x54\xfc\x3c\xb3\x20\x3b\xf1\x28\x37\x34\xcb\xb5\x0a\xcc\x00\xc4\x4d\x93\x31\xe5\xaa\xa9\x7c\xf7\x1e\x21\xc9\x29\xa4\xe0\x2a\x66\x03\xc5\x77\xaf\x0f\x4e\xcb\x25\x94\x92\x2f\x49\x3e\xfb\xf3\x2c\xde\x81\x5c\xe5\x40\xce\x37\x12\x51\x8a\x9a\x67\xe7\x8c\x1e\x7c\xf0\x67\x44\x50\x96\xff\x8d\xbd\x2f\xdd\x28\x82\x44\xa9\x91\xa6\x4a\x4b\xf1\xbe\x66\x62\x12\x67\xce\xee\x1b\x75\xf7\x3e\xb1\x8a\x26\xee\x74\x15\x16\xe5\xd1\x18\x2d\x0e\xb8\xdb\x6f\x63\x8c\xb2\xdf\xc7\x9c\x78\x1d\xd8\x07\x0c\xec\x67\x98\xd4\xa3\x51\x75\x39\x1c\x5d\xef\xf5\xf7\xb6\x96\x72\xdd\xe7\xdb\x7d\x92\xfd\x7e\xdf\xd6\xd2\x7e\x83\xbe\xdf\x66\x88\xba\x01\xff\x56\xbd\xa2\xf9\x13\xf7\xf7\xbf\xfb\x56\x3e\x01\x8f\x8c\x80\xbe\x71\x90\xe4\xb2\xb7\x44\x38\xf5\x10\x9c\x3b\xf3\xe0\x0d\x0b\x89\x72\x9d\xc3\x9a\x6f\x35\x67\x9c\xf9\x1b\xb5\x88\x6c\x20\x5b\xb9\x81\x22\xb6\x99\xa5\xb8\xc4\x78\x40\xf6\x9c\xcb\xdf\x50\xc2\x62\x3b\xe4\xa6\x39\x23\x79\x49\xf2\x46\x55\xf2\xf2\xf3\xae\x34\x53\xf4\x70\xbb\xd0\x50\x3b\xd5\xa5\x32\x2d\x39\xa4\xb6\x67\x74\xc9\xc6\xc3\xd6\xa9\x07\x93\x7a\xf4\xd8\x23\x5e\x3b\x4b\xd8\x7b\xc8\x6b\x63\xee\x17\xc9\xc0\x48\xc5\x73\x7b\x4a\x53\x4c\x3d\x32\xe7\xf1\x14\xe9\xee\x7d\x50\x98\x4f\x9d\xec\x1a\x4c\xe9\xee\xda\x68\xb7\xfa\x75\x9e\x17\x3f\x7c\xf9\x90\xc3\xbc\x69\x29\xe1\xca\xd7\x62\xb6\x34\xcb\x86\x46\x21\xf5\x74\x9b\x54\x53\x4f\xd3\xc2\xeb\x79\xee\xa5\x29\x9a\xbb\x6b\x4d\x3a\x71\x54\x89\xb9\xbb\x36\xca\x2d\x7c\x7e\x1f\x4c\xe7\x7b\x1f\x8c\xc7\xce\x78\x18\x0d\x9b\xfa\x11\x8b\x41\x9b\xb2\xed\x59\xbd\x59\xcc\xf2\x42\x27\x34\x52\x87\x80\x50\x19\x25\x22\x46\x56\x4e\xbb\xb1\xbc\x69\x57\xfe\xa9\xf2\xa1\xca\x8b\xe2\x17\xd7\xba\x8a\x25\x90\x7b\xcd\x92\x42\xb0\x4e\x27\xe5\xa6\xd4\xc3\x30\xd5\xd4\x31\x1c\x27\x37\x6b\x58\xed\x74\xd2\x3b\x16\xeb\x5f\xd8\xa4\xfb\xfa\x00\xfb\x0c\x93\x4f\x37\xb5\x1e\xd5\xd3\xba\x6a\x54\x7f\x70\x73\x3b\x39\x6e\x97\x6e\xfe\x7d\x69\xbf\xe9\x65\x62\x64\xec\x10\xc8\xfd\xf0\x5e\x84\x5a\xe5\x95\xdc\xc5\x12\xbc\x2e\xf7\xc3\xc8\x35\xea\x41\x21\x24\xdb\x10\x64\x52\xfc\xe8\x20\x78\xd4\x1c\xa9\x08\x44\x82\xc8\xca\x82\xb3\xda\x81\xac\xcc\x44\x7e\xb3\x59\x07\x1d\xc1\x6b\xc4\xf2\x03\x4e\x31\xdc\xa3\x03\xf2\xac\xad\x26\x88\x0d\x01\x72\x19\x18\x4e\xc4\xec\x4a\x1c\xf2\x15\xf7\x07\x8a\x65\x67\x15\xef\xde\x8b\x01\x1a\xa7\xa4\xc4\x4d\x4c\xe0\x02\xb8\xf0\xb3\x18\xa0\xb6\x76\xa8\x6e\xb6\x87\xc6\xf8\xc2\xd5\x8b\x8d\x9a\x12\xeb\x5a\x55\x8c\x71\x59\x5c\xf6\x65\x0f\xcd\x6a\x90\x04\x49\x43\x72\x0d\x38\x02\x47\x67\x98\x39\x1b\xc9\x1a\x1e\x19\x7e\x67\x0d\x42\x59\x55\xaa\xbf\x7b\x1f\xc1\x5b\x95\x21\x35\x52\x10\x3f\x3a\x1a\x8c\x97\x1b\x12\x4d\x2a\x57\xc3\x24\x90\x0b\x70\x11\x42\x10\x9c\x53\x56\xfe\x81\xdc\xac\x0b\x72\xff\xa2\x15\xd0\x9a\xe5\x62\x42\x64\x44\x94\x6b\x88\xbc\xd5\x04\x54\x7e\x78\x5c\xb4\xe7\x6f\xa7\xbd\x2e\x77\xdc\x67\x60\xe5\xc5\xdb\x36\xe1\xdd\xb5\x03\x8b\x1a\x62\x6a\x58\x5e\x14\xa1\x54\xae\x55\xc6\x20\x17\x12\x04\xb9\xdf\xd0\x69\xcb\xff\x1a\x0d\x18\xc1\xe0\x77\x43\x1d\x5e\x91\xf7\x15\x79\x17\x28\xf5\xf1\x68\x38\x9c\xfc\xa1\xf5\x87\x5e\x7f\x52\x1f\xff\x70\x79\x79\xf9\x56\xeb\x6e\xdd\x19\x8e\xf4\xc5\x70\xd4\xad\x47\x1a\x8d\x39\xc6\x9b\x8f\x6a\x3c\x6c\xfa\xdd\x79\xe4\xa8\xea\xf6\x6f\xc7\x9a\x8c\x39\x76\x37\x1f\xdf\x6a\x7d\x35\xaa\x3e\x69\x6f\xcc\xf1\x0f\xe1\x32\x86\x44\xf3\x94\x75\x53\x4f\x2b\x96\x8e\x74\x30\xe6\x98\x05\xb2\x9b\x8f\xca\xdf\x7c\x54\x3a\xde\x7c\x54\xa3\xab\x8b\xea\x2f\xe6\x48\xb5\xff\xc1\xa4\x1f\x8f\x8c\x42\xae\x10\x0d\x27\xb2\x1b\x12\xe1\x8f\x6f\xb5\xbe\x18\x55\x83\xae\x36\xde\x1c\xff\x70\x99\xeb\x8b\x4b\x9a\x87\x71\x3d\x3f\xe4\x9a\xd0\xe7\x79\x58\xe2\x30\x5f\xa1\xb3\xee\xad\xd6\x93\x4f\x37\xc3\xf6\xda\x8f\xd2\xe6\x62\x28\x71\xdf\xe6\xd1\x68\x38\x2a\x31\x9d\x68\x9d\xf3\xb3\x3c\x9d\xe1\x60\x32\xaa\xc6\x13\x9d\x73\x3e\xfe\xc1\x18\x33\x8b\xb8\x6f\xcd\xb4\x1a\xfd\x65\xa1\x75\x3f\x2e\xa7\xe0\xb6\x2d\xa6\x08\x46\x52\xb4\x10\xdf\x95\x64\xfc\xa1\x9a\x74\x7a\x0f\x48\x93\x56\xd2\x24\x63\x7e\xfc\x0c\xf5\xf5\x45\x3d\xd2\x17\xd5\xb8\xdf\xd1\xdd\xd1\xf0\xa6\x3b\xfc\x30\xf8\xe3\x66\x38\xee\x33\x30\x8e\x47\x75\x53\x4d\xfa\xd3\x7a\x73\xba\xa3\x8d\xa1\x02\x94\x7a\x30\xd9\x1d\xab\xfe\x3a\xe7\xf6\x17\xc3\x8f\x7a\xdc\xbf\xeb\x0f\xae\x8e\x5b\x1c\xbb\x18\x7e\x7c\xbb\x31\x74\x73\x3b\xfe\x3f\xf6\xde\xb5\xc7\x71\x5d\x49\x10\xfc\x2b\xda\x3c\x5d\xe8\x72\x56\xca\x47\x96\x1f\xf9\xf0\x2d\xe3\x62\x7b\xb1\xd8\xfd\xd0\x0b\x2c\x76\x67\x30\x40\x21\xa7\xc1\xb4\xe8\xb4\xa6\xf4\x6a\x49\xce\x74\x96\x91\xe7\x67\xcc\xe7\xf9\x6d\xf3\x4b\x06\xe2\x43\xe2\x23\x48\x51\xb2\xb3\x6e\xdd\xbe\x07\xe7\x9e\x73\xd3\x54\x30\x18\x24\x83\xc1\x60\x30\x18\xc1\x71\x76\x74\xa3\xa7\x2a\x4f\x0e\x35\x5e\x93\x4b\x99\x07\x74\xa8\xf3\xf5\x0f\x3f\xce\x22\x7c\x7c\x98\x35\xd3\x24\xd8\x4b\xb6\x79\x92\x97\x84\xd5\xed\xd8\x7d\x3f\xc1\xbb\xfa\xd4\xfc\xe7\x21\xe8\x03\x2d\xe3\xe7\x7d\x7d\x22\xff\x35\x02\xe7\x2f\xb8\x4c\xd0\x5b\x47\xf5\x2e\x3e\xe2\x48\x20\xed\x81\x31\x7a\xf3\xcf\x74\x39\x61\x9d\x99\x05\xc1\xa7\x35\xbd\x61\xa2\x7f\x77\x1d\x5b\xd7\x79\xf1\x10\xac\x29\x89\xeb\x22\x8f\x9b\x33\xbc\xdf\x88\xfc\xba\x7a\x68\xf6\x91\x1e\xb2\x5f\xf3\x32\xdd\xe7\x09\xf6\xf3\x32\x7e\x8e\xb3\x53\x14\x57\x45\x82\xde\x1e\xe2\x2c\x89\xbb\xca\x45\xfe\xda\x3a\xaa\xb4\x38\xce\x9b\x4f\x09\x65\x5d\xc6\xcf\xcf\xb8\xd4\xb9\x70\xcd\x2a\x52\x61\x43\x04\x0d\x38\x8f\xeb\x86\x5a\x9f\x0f\xd1\xf4\x76\xb9\x6e\x86\x7a\x97\xe4\xaf\xfe\xf1\x61\x1f\x47\x11\xce\xd6\xc4\xe7\x89\x17\x3f\xe0\x24\x89\x8b\x2a\xae\xd6\x69\x9c\x89\x15\x71\xba\xf6\xd3\xfc\x87\x7f\xa8\x5a\xf2\xc8\x38\xae\xfd\xb4\xd2\x0b\x75\x28\x36\x22\xda\x07\x4a\x6b\x9c\xed\x71\x19\xd7\xb6\x41\x60\x37\xe8\x6c\x82\x1e\xae\xae\xd6\x7c\x4e\x48\x96\xa1\xf5\x36\xc1\xa8\x7c\x78\xca\xeb\xbd\x0d\x8b\x4f\x84\xdb\x0b\xbe\xb1\xb5\xb4\xcb\xb7\x87\x4a\x9e\xc4\x3d\x8a\xf2\x57\x4a\xb1\xf2\xdb\xc0\x48\x6d\x7b\x4f\x38\xc9\x5f\x2d\xad\x7d\x43\x65\x8c\x9a\x43\x2e\xca\x22\x1c\x7d\xad\xcb\x03\x7e\x34\x08\x8c\x16\x67\x9c\xf9\x45\x82\xb6\x78\x20\xda\x53\xcb\x6e\x75\x9d\xa7\x64\x11\x73\x0e\x0a\xd6\xf2\x37\xb2\x5e\xdb\x8f\x7d\x7d\x44\x4f\xf9\xcb\x58\x62\xea\xbc\x80\x29\x69\x3e\xc0\x64\x48\x4d\x90\x81\xd8\xe7\x49\x44\x98\x83\x30\xfe\xfd\xfd\x7d\xcb\x1c\x4f\x49\xbe\xfd\x0e\x70\x3d\xd9\xd6\xfd\xaa\x40\x5b\xfc\x90\xe5\xaf\x25\x2a\x0c\x0b\x01\x6c\xb4\xaa\x51\x7d\xa8\xfc\x78\x9b\x67\x80\xa8\x95\x85\x85\x4f\x49\xa0\x22\x2b\xe0\xf2\x8a\x4b\x28\x3a\xde\x0f\xc1\x3a\x45\xe5\x73\x9c\x51\x01\xcd\x46\xa0\xaa\xdf\x12\xfc\x40\xd5\x0b\x56\x44\xb1\x34\xfa\xc1\xa2\x38\x7a\xed\x58\xb1\x8e\x23\x84\xbc\xba\x44\x59\x55\xa0\xb2\xd9\x59\x84\xbf\xd7\x54\x02\x2f\x0b\x58\xd2\x90\xd5\xe3\x3f\xd5\x50\x77\xb6\x87\xb2\xca\xcb\x07\x26\x44\x19\xa2\xd0\x84\x89\x33\x45\x7a\x48\xea\xb8\x48\xb0\x4f\x4e\xb9\xa7\x5d\x9e\xd5\xfe\x0e\xa5\x71\xf2\xc6\x57\xfb\x9a\x94\x55\xf1\x0f\xdc\x96\xd0\xee\xd0\x75\x06\x8e\xa2\x28\xcf\x78\x25\xbe\x50\x51\x51\x60\x54\xa2\x8c\xcc\x68\x86\xd7\xf9\xa1\x6e\xc0\x1b\xf9\x8f\xa2\xa8\x11\xb7\xc1\x7a\x97\xe4\xa8\x7e\x68\xf8\x4d\x17\x98\xe2\x68\x11\x5e\x68\x36\x93\xac\x7e\x08\x07\xf5\xf4\x21\x8a\xab\x46\x20\x45\x27\x5d\x22\x63\x0c\x6f\x1d\x06\x4c\x0f\xbc\x67\xe4\xa7\xc4\xe9\x79\x81\xb6\x71\xfd\xf6\x30\x5b\x77\x3c\x3f\x0c\x75\x23\xcc\x2f\x8c\xb1\xfa\x08\x42\x2f\x4b\xe3\x3f\xd0\x80\xb6\xe8\xf2\x82\xa4\xdb\x3b\x75\xab\x80\xc9\x1a\x58\xa0\x2a\xf5\x98\x9c\xee\x4e\x3a\x5e\x73\xa0\x01\x14\x10\x46\xce\x7c\x3e\x07\x74\x11\xbc\x68\xfe\xe9\x16\x62\x23\xbe\xfa\x57\xf8\x6c\xba\x58\x8a\x4b\x96\xd1\xdd\x9c\x93\x02\xaf\xf9\xef\xdc\xb0\x34\xdb\x3e\x94\x38\xcd\x5f\x30\x11\x6c\xb2\x18\x73\xad\x46\x6d\xd6\xfb\x66\x5b\x98\xb4\x63\x3f\x5d\xc2\xbb\x02\x46\xe5\x76\xdf\x8e\xf3\xc2\x40\x1c\x05\x63\x72\x51\x1b\xdd\x46\x88\x2b\xa3\x1b\x88\xfa\xae\x2e\x34\x21\x99\xd8\x0d\xb4\x49\x4e\x8b\x54\x30\x8d\x07\xa6\x65\xa0\x1e\x04\xea\xc4\x7c\xb3\x27\xfa\xb8\xa1\xaf\x74\xc6\xe5\x6f\x9a\xfa\xaa\xb3\x9d\x23\x79\xad\x0a\xc0\x15\x80\x7e\xc5\x93\x13\xdf\x73\xc0\x21\xca\x8f\xa0\xcd\x18\xfa\xc7\x36\x7a\x46\xdb\x79\x7a\xd8\x18\x32\x89\x1e\x0a\xaa\xbd\x8e\x08\xb8\xd2\x29\x76\x55\xef\x8d\xa1\xf7\xe7\x6a\x79\x43\x69\xec\x16\x0c\x88\x8e\x8b\x44\x72\x4d\x45\xd5\x2c\xd2\x15\x2e\x18\x05\x8d\xe1\x23\x4e\x3d\x36\x9a\x68\xca\xc8\x86\xb0\xa7\xfc\xf8\x78\x6a\x35\xd7\x37\xaa\x1a\x72\x94\x6d\x79\xb5\x2d\xf3\x24\x69\x68\xad\xf3\xc3\x76\xbf\x4e\xd1\xb1\x5d\x31\xe1\x34\x5c\xe2\xd4\xd2\x9a\x22\x14\x05\xb1\x71\x67\x10\x1b\x8d\x58\x2f\xa8\x3e\xcf\x15\x1d\xa6\xcf\x0b\xca\x37\xc3\x9a\xe5\xb5\x8f\x92\x24\x7f\xc5\xd1\x30\x5c\x9e\x99\x62\x90\x83\xe9\xa7\x3e\xaa\x00\x2b\x80\x2b\xa5\x62\x03\xb4\xa8\x3b\xc6\x68\x7b\x5d\x14\xf5\x23\xd9\x1e\xca\x46\xcf\x34\xe2\x58\xde\xdd\xdf\xee\x9e\xd6\xba\x45\x46\x1f\x40\x3f\x43\x29\xe6\x13\x19\xe1\x1d\x3a\x24\x4c\xb5\x7e\xa5\x6c\x70\x1b\xc0\x6b\x4a\x3a\x9c\x29\xc3\x36\x58\x77\xed\xb4\x0b\x6f\xb6\x22\xfb\x73\xef\x71\x0d\x9c\x4a\x3e\xba\x7e\x5c\xe3\xf4\x44\xd7\x23\xdd\x36\xac\x1c\x09\x72\x4c\xcf\x17\x3a\x70\x8c\x6e\xda\x46\x68\xda\xb3\xc7\x34\xc2\x96\x98\xd4\xc0\x22\x18\xdc\x00\x84\x66\x2c\x9d\x40\x97\x4d\xc3\xca\xb9\x23\x8a\xcb\xaf\x65\x9d\x3c\x0a\x13\x4c\xbd\xa3\x1c\xeb\x81\xc4\xf4\x71\x81\x13\x12\x90\x55\xa8\x1a\xe1\xda\x29\x10\xaf\xa2\x00\x8f\x27\xd0\x74\x14\x26\x0a\x2d\x21\x74\x3c\x91\xa2\x05\x82\xcc\xe3\xb2\x38\xb2\xa3\x79\x9c\xc5\x75\x8c\x92\xf1\xb8\x3b\x63\x00\x65\x36\x37\xd4\x7c\x37\xb6\xe3\xbe\xd0\x6a\x65\x46\x08\xd3\x32\xf8\x38\x5a\x94\xd5\x48\xe9\x30\xae\xea\x73\xe9\x00\x5b\xfb\xd8\x5e\x43\xe3\xdc\x2c\xa7\xdf\x92\xbc\x59\x5f\xf4\x45\xf2\x97\x28\x7e\xf1\x76\x79\x5e\xe3\xd2\x7b\x3a\xd4\x75\x9e\xd1\x23\xc4\x4d\x1f\x14\x39\x48\x35\x2b\xaa\xa8\xdf\x08\x0f\xe3\xf6\x79\x16\xa9\x0f\x7d\x31\xd6\xa1\x4f\x43\xa5\xf6\xfb\xa0\x18\x2e\xe2\x85\x11\xc5\x28\xc9\x9f\x79\x45\xb1\x88\x42\x51\x4d\x8c\x16\x3d\x6e\xa2\xf8\x85\x3c\xaa\x89\x22\x0f\xb1\x3a\x16\x00\x1b\x86\xa2\x07\x41\xd1\xd6\x4f\x51\x9c\x89\x0d\x76\xbf\x85\xef\x85\xfc\xb9\xad\x7d\x22\x36\x2c\x72\x7f\x46\x6e\x19\x1f\x0e\x59\x84\x4b\x72\x7d\xd1\x33\x4b\xd0\x28\x5e\x83\x53\xd3\x19\xd3\x2f\x3d\x9f\xbd\x33\x69\x6e\xfa\x22\x6c\x21\x33\x04\x6f\xec\x4c\xbe\xb1\x71\x0c\x6b\xe2\x03\x99\xce\xc2\x6e\xd6\xc6\x47\xf0\xab\xc0\xa9\x0c\xb5\x2b\x2b\x77\x4c\x2c\x56\x34\xf2\x38\x53\x4e\xe9\x2d\xf5\xc5\xf8\x5a\x66\x44\x91\x2b\x06\xcf\x6d\x21\x0e\x46\x4b\xbd\x7a\xee\xb2\xd9\xa2\x7b\x25\xaf\x65\x11\x3a\x2e\x12\x88\xbd\xfb\xf9\xb1\x97\x69\xb4\xa9\x57\xa7\x94\xfe\x3e\xb5\x86\xfa\x77\xf2\x85\x3e\x5b\xf4\x32\xf4\x22\xbd\xd9\xcd\x13\x2f\x89\x9b\xa1\xa3\x53\xce\x9c\x29\x54\x21\x47\x8e\xd7\x0e\x68\x20\xfe\xd1\x90\x75\x12\xd3\x05\x23\xf7\xdd\x1b\x41\xd2\x26\x89\x05\x5b\x84\xdf\xcc\x83\x7c\x09\xd2\x19\xae\xa9\xa9\x34\xef\xac\xa7\xd4\x4c\x4c\x8a\x77\x09\x3e\x8a\x9f\x84\xe2\xfe\x1e\x48\x25\x08\x7a\x4f\x21\x8f\xbc\xa4\x70\x9b\xcc\xb9\x0e\xcd\xea\x8f\x1a\x91\x74\xee\x6b\x0e\x1a\xa3\xb0\xb4\x5d\x68\xef\x8c\x7f\xbf\x5a\x5b\xfa\x70\x67\xea\xc3\x74\x9b\x67\xbb\xb8\x4c\xa9\xb3\x0e\x4a\x70\x59\x83\xd2\x83\xc6\xaa\xb8\x99\xa6\x38\x3b\xf8\x05\xca\x70\xe2\xd1\xc5\xd1\x14\x34\x87\x94\xc7\x9b\x69\x9a\x97\xd8\xe7\x21\x2e\x9a\xf2\xcd\xb7\x66\xb6\xbf\x12\x2f\xd0\xa7\xfc\xf8\xf8\x85\x20\x21\xcb\x5c\xab\x9c\xc7\xd1\x96\xc7\xc5\xe0\xd2\x69\x2c\x2e\x30\xcc\xc6\xb5\x5a\x3e\x04\xe3\x6b\x5c\xef\x7d\x71\xa8\x3c\x26\x50\x70\x82\x6b\x7c\x83\xe8\xaf\x6d\x89\x51\x8d\x6f\x28\xf9\xd3\x6d\x5e\xbc\x35\x27\x0d\xfe\x9b\x82\xa0\x6c\x8b\x13\x56\x44\x09\x28\x71\x85\xeb\x47\xa9\xa8\x3a\x3c\xa5\x71\xfd\x78\xc3\xd8\x62\x4a\xbd\x96\x2a\x4f\x84\xa1\x7f\x3f\x12\xee\x68\xdb\x9a\xdc\xec\xeb\x34\x99\xd6\x38\x2d\x12\x54\x63\xea\xd3\xe4\x35\x82\x8b\x0a\xe8\x56\x86\xed\xf2\x32\x85\xd0\x49\xdd\x72\xaa\x41\x08\xa0\x86\x96\x3d\xaa\x8a\xbc\x38\x14\x64\xe4\x1e\x27\x37\xc4\x7b\x61\xba\x47\x95\xcf\x3b\x50\x97\x1b\xde\x99\x01\xc3\x4f\xf1\x90\x39\x88\x70\x8d\xe2\x64\x24\x22\x75\x6b\x32\x5d\x94\xab\x02\xce\xbc\x48\xda\x1b\x51\x60\xb1\x08\xdf\xcc\xab\x46\x04\x1a\xbf\x7c\x04\x2c\xfa\x3a\x12\x3e\x9e\x8d\x1d\x0e\x60\x63\xfa\x3e\xaa\x09\xfb\x52\xeb\x00\xa5\x35\xd7\x15\x2b\x8b\x4f\xfb\x20\xac\x42\xf5\x9b\xb8\x1c\xe1\x6f\x6c\x5d\x76\x1f\x5d\x16\x28\x07\x76\x5e\xa9\x1d\xfa\xc1\x4b\x76\x60\x55\x99\xb6\x0f\x5d\xc4\x1d\x65\x97\x5a\xcd\x9d\x37\x82\x62\x20\x76\xbd\xd5\x53\x59\xa5\x4f\x2d\x78\x87\x36\x44\xdb\xbe\xa5\xee\x3f\x63\x76\x91\x7f\xb8\x5d\xe3\x24\xb9\x03\xcd\x8a\xa3\x72\x31\x1a\xc2\x17\xa3\xe4\x36\xd8\x9b\x15\x47\xcf\x0f\x3b\xef\x61\xe2\x54\x39\x0b\x27\x6b\x67\x48\x95\x2b\x4e\xa2\xb3\xe0\x6d\xe7\x0b\xc0\xd4\x6a\xeb\xe9\x46\x65\x30\x7a\xcc\x53\x4b\x89\xb6\x4e\x95\x3c\xce\xd1\x13\xfa\x93\x9e\x21\x26\xa7\x9e\x26\x7f\xdb\xdd\xee\xee\x76\x48\x6b\x8e\x22\x36\x73\x35\x3b\x59\xaa\xd5\xd8\xc9\x05\xb8\xfc\xd9\xe2\x00\xaf\xde\xdd\xb6\x18\xc3\x0e\x31\x56\x0a\xff\x0a\x82\xd6\x41\x5a\xb6\x27\xb8\x70\x75\x77\x3b\x07\x87\x8a\x1f\x48\xe1\x81\x62\x5f\x81\x61\x92\xbe\x48\x83\xc4\xbe\xb8\x0c\x11\x05\x75\x1f\x20\xe1\x54\xdb\x3f\x3c\x02\x72\xc3\xca\x36\xb0\x54\xeb\x5f\x73\x3b\x47\x8b\x50\x71\xfc\x5b\x86\xcb\xdb\xd5\xcc\x7e\x50\xf9\xb0\x53\xc9\x65\x4e\x20\x83\x55\xdd\x5f\x49\x65\x66\xb2\x62\x17\xce\xc2\x85\xc9\xa3\xde\xac\x1f\x33\x4b\xa2\x19\x80\x99\x27\x2d\x1a\x32\x43\x61\x81\xe0\x38\xce\x50\xa0\x79\x23\x67\xa0\x60\x54\x9c\x47\xc0\x65\xda\x1e\xac\x7e\x2b\xad\x0f\xae\x4f\xdb\xbf\x94\xaa\x48\xa9\xb9\x14\x36\x91\xb6\x0b\x68\x9d\x22\x71\x17\x40\x47\x6d\x75\xc6\x3d\xdd\xa0\x4b\xb2\x08\xae\xf4\xdd\x80\xee\xd6\xac\xa3\x7b\x42\xdb\xd9\x76\xbb\xee\x94\x2a\xea\xa2\x2d\xbe\x30\xd1\x1c\x12\xec\xd1\x4a\x19\x78\x83\xe7\xae\x38\x72\xcc\xab\xe2\xd8\x22\x65\xd7\xe8\x3f\x5d\x65\xfe\x87\x37\xbc\xc0\x4f\xbb\x94\x79\xf0\xa6\x45\x99\x3f\x97\xb8\xaa\xa6\x71\x16\xe1\x1a\x97\x69\x9c\x35\xa3\x08\xcc\x8f\x19\xd6\xc0\x9e\x46\x78\xfb\x7c\x1a\xeb\x49\xf3\x6c\x84\x52\xe6\xbf\x0f\x4e\xe0\x8b\x1e\x50\x91\x5f\x9c\x40\x19\x1f\x19\x61\x87\xf3\x97\x19\x95\x89\xef\x8c\x35\x06\xf3\xe3\x79\x98\xcc\x7c\x6a\xc2\x0b\x48\xb4\x46\xcc\x2c\x83\x4f\xf4\xd5\xdb\x52\x91\x56\xfe\xac\x39\x14\x0a\x02\x89\x14\x00\x3c\xdf\x6a\xf0\x5d\xcb\x5f\xae\xad\x36\x33\x19\xd0\x7e\xb8\x91\x61\x1d\xed\x58\x52\x25\xd8\xa6\x25\x81\x98\xec\x5b\x10\x10\x74\xca\x02\xe0\xc0\x13\x97\x11\x4e\xb5\x81\x49\x80\x67\x1c\xd3\x64\x3c\xbd\x47\x36\x09\x7c\xbc\x9d\x6c\x38\x1a\x87\x53\xa0\x88\xf4\xf4\x12\x57\xf1\x53\x9c\xc4\xf5\x1b\x73\xcf\x86\xf8\x92\x94\x80\x8c\xc8\xbe\xc0\x9c\xc7\x3e\xf6\xb0\x1a\x85\x92\x79\x8b\x96\xa9\xcc\x24\x95\x8a\xdc\x23\x7e\x90\xd8\x45\xff\xc0\xf9\x83\x7e\x71\x61\x08\x02\xe9\x7e\x26\xa5\x88\x87\x4f\xf9\x80\x7a\x02\x49\x86\x0d\x56\xf2\x21\x0a\xfe\xb7\x38\x2d\xf2\xb2\x46\x59\xfb\x3a\x81\x3d\x07\xb8\x2b\x8e\xc2\x37\xe9\x4a\x6e\x09\x4b\x28\xda\x72\x1b\xf0\xc7\xc4\x11\x42\x48\x20\x33\x67\x74\x40\x2e\x1c\xd2\x42\x03\x9c\xd2\x7e\x03\x39\x46\xfd\xaa\x71\x8e\x02\xa0\x73\x10\x08\x20\x71\x52\x0b\x31\x96\xa3\x3a\x04\x76\xce\x6a\xe1\x46\x72\xd8\xb0\xfa\x7d\x9c\xd6\xaa\xdb\xfc\x79\x09\xc4\x33\xc4\x58\x48\x8a\x27\x20\xc7\x48\xdf\x61\x7e\x91\x40\x7a\xb8\x45\x84\x95\x79\x45\xfc\xa2\x72\x0a\xf0\x4d\xe4\x13\xfd\xb3\xc4\x25\xa6\xcf\x9c\x47\xc4\xef\xae\xca\x15\x83\x77\x97\x3c\x62\x23\xc3\xb9\x63\x70\x6d\x8d\x48\x58\x16\x5d\xcc\x8f\x82\x5e\x7e\xa2\x24\x7e\xce\x1e\x68\x64\x40\xc9\xd0\x5e\xa0\xed\xf7\xb6\x3c\xad\x48\x15\xa9\xf0\xbf\x1d\xaa\x3a\xde\xbd\xf1\x27\x2b\x10\x0e\x19\x39\x47\x22\x95\x92\x1f\xc4\xef\xb9\xe2\x45\xdc\x3d\x7b\x8b\x92\xed\xe7\xe9\x12\xa7\x9e\xef\xcd\x8a\xe3\xc4\x23\x05\xe1\x34\x6c\x4b\xc8\xd3\xfe\xf6\x81\x8c\x65\xb5\x74\x71\xc3\x2d\x4b\x46\x02\xb2\xac\x1b\x09\xce\x65\xf1\x88\x15\x80\x15\x24\x7e\x06\x97\x11\x00\xa0\xad\x25\x1d\x46\x5f\x50\x26\x18\x69\x55\x89\x40\xce\x4b\x4b\xa8\x34\x70\x7d\x89\xcd\x8d\x5c\x64\x83\x51\xc0\x34\xc3\xcb\x4d\x73\xc6\x6f\x5b\x50\x07\x47\x38\xf9\xc3\xe3\xd6\xaa\x11\xcd\x99\x85\x32\xf7\xa2\x65\x65\x40\xa7\x60\xcf\xd0\xcc\x90\xda\x5d\x0e\xe1\xfe\xf6\x79\xc3\xd2\xac\x8d\x04\xd2\xf1\xa9\xd1\x4d\x2c\xf2\x5b\xb5\x01\xb5\x7e\x52\x7f\x5a\xe9\xff\x46\x56\x7a\x3e\xc3\xd3\x7b\x9c\x7a\x33\x9c\x02\xa2\x1c\x7c\x91\x3c\x2a\x9a\x0b\x6c\xf3\x39\x49\x0f\xec\x44\xee\xd5\x8d\x51\xbc\x4b\xcc\x61\x9f\x60\x50\x9d\x73\x24\xde\x9a\x05\xc5\x11\x70\xd7\xd1\x30\x55\x05\x52\x03\xda\xb0\x9e\x8a\xf6\x02\x82\xad\xdb\x29\x96\x01\xcc\xb9\x90\x55\xd6\x70\xdb\x11\xc5\x2f\x30\xf4\x13\x8e\x4c\xef\x44\x17\xdd\xd5\xb6\xf6\x52\x94\x3c\x3a\x97\xbd\x1a\xf8\xf0\xce\x4a\x9c\x9e\x7f\xe3\x02\xbd\x82\x7b\xc2\x78\x17\xbe\x4f\x5f\x51\x99\xc5\xd9\x33\x80\x81\xb9\x29\xf2\x3b\x21\x14\x2c\xb7\xe1\xdc\xa1\x82\xe5\x0e\x7a\x87\xb6\x8b\x20\x04\x4e\x46\x00\xb2\x82\x37\x1c\x04\x81\x61\x04\xb4\x57\xaf\xaa\x72\xa4\x6a\x45\xaa\x3a\x44\xf4\x20\xed\xa9\x2c\x11\x6d\xa2\xf8\x92\x17\xa6\x83\xf8\x1a\x28\xe1\x06\x57\xfe\x83\xee\xb2\x28\x8b\x9b\x11\xc9\x9e\xe9\x0e\x46\x30\x4e\xec\x02\xd2\x5d\x7c\x0e\xa9\xe7\x46\x0f\x2c\x78\x87\x08\xe6\x61\x35\xad\x54\x0d\x12\xea\xe3\xb7\x80\x73\xf0\x38\xd0\xef\xba\x99\x9c\xb1\xf7\x9c\x85\xc8\xd6\x85\x56\x72\xdb\xbd\x2e\x4f\x5c\x6c\x7f\xb2\xe9\x1b\x9a\xb3\xa7\xf0\x6c\xbe\x5f\xc4\x31\x81\xc4\x34\xae\x29\x79\x6a\xde\xbf\x08\xd9\x05\xd7\x10\x18\x03\xa3\x52\xa8\x61\xcc\x21\xd6\x71\x9e\x0e\x68\xef\x75\xe8\x2a\x0f\xed\xfb\x87\xb4\xae\xc5\x83\x14\x70\xd9\x47\xef\x9d\x1a\xd5\x04\x95\x18\x01\xdf\x36\x38\x85\x4a\x9b\x5d\xdd\x3e\xaa\x30\x39\xf6\x31\x86\xeb\x90\xc3\x04\x7d\x8f\x22\xfd\x10\xc8\x16\x4a\x09\xc1\xe2\x6f\x42\x2a\xfc\x6c\x84\xc2\x15\xa8\xaa\x5e\xf3\x32\x72\x02\xea\x1a\x75\x81\x6e\x88\x71\x82\xeb\x25\x92\x0e\x98\x03\x88\x1b\x81\x6c\xfc\x7b\xc8\x63\x50\xbd\xc4\x35\x4d\xf6\x02\xb8\x11\xd6\x00\xf5\x91\x45\x60\x2c\x44\xd1\xd2\x46\x6f\xcb\x89\x0e\xfa\xc8\x38\x7f\x10\x74\x1f\xb9\x86\x6a\x66\xda\x4d\x15\x2c\x1d\x11\x0e\xc7\x5f\x70\x4a\x5f\x32\x29\x3c\x0b\x94\x75\x94\x03\x1f\x37\x30\x1e\x4a\x85\xf0\x81\xf1\x9b\x56\x02\x22\xef\xb8\x49\x2f\x54\x11\x13\x5e\x51\x7e\x83\x48\x39\x27\xa8\x45\x1d\x42\x60\x78\xa4\xa1\xa3\xfb\x1a\x4d\xb0\xeb\x3f\xa1\x72\x62\xe4\x8c\xf1\x55\x65\xd2\xc7\xe1\xd8\x9c\x45\x3c\x1d\x90\x41\xfb\x12\x28\x67\x87\xed\x52\x10\x8a\x93\x14\x06\xf1\x1d\xd8\x68\x28\x12\xce\x74\x8f\xd0\x5e\x44\x41\x9a\x51\x05\x3f\x83\x32\x5f\xc7\xab\x7f\x64\x18\xc1\xfd\xc3\x49\xf0\xab\x6d\x0c\xa8\x44\xdb\xbe\xdc\xf6\xc2\x46\x64\x08\x45\x52\x95\x7e\x7a\x86\xec\x25\x64\x05\x0f\xa1\x45\xa8\xd0\x4f\x89\xcb\xd6\x61\x5a\x9b\x6e\x44\xd9\x6b\xdb\x28\x74\x92\x09\x7d\x7c\x64\x86\xa1\x4d\xbb\x4a\x78\x03\x53\x98\x20\x34\xe4\x16\xf9\x0e\xce\x30\xfc\x5d\x43\xab\xcb\xf7\x91\x82\x16\x6a\xff\x2c\x54\x1d\xa9\x67\x8a\xfe\x13\x89\xda\xa5\x06\x04\x35\x05\x0a\x05\x5e\x4a\xc4\x59\x85\x6b\x2f\xf0\xe6\xc5\xd1\x53\x1f\x40\x04\x2b\xe9\xa9\x44\x3f\xa8\xfa\x32\x43\x8d\xb3\xd7\x45\x2a\x75\x90\xd0\x96\x20\x96\x3d\xc2\x7b\x60\x4d\x3e\x96\xc3\xaa\xa9\xca\xfe\x20\xf2\x0d\x7b\x84\x73\x1d\x27\x92\x95\x93\xc9\x98\x9d\xc6\x86\x7f\xe8\x26\x74\x36\x2e\x97\x4e\x5f\xe2\x64\x04\x4b\xb3\xb1\xad\xea\x92\xef\x4c\x4c\xe7\x0e\x83\xdb\xf9\x0b\x92\xbb\x63\x5b\x54\x65\xf4\x59\x78\xce\xed\xbe\xfd\x94\xe7\xb8\x03\x0c\x6f\xdc\x61\x3f\xb8\x1c\xd2\xf1\x63\x34\xf8\x68\xa9\x1c\x84\x2c\x40\xbb\x18\x27\x51\x85\xeb\x4d\xe1\xa2\x9b\xd8\x48\xef\x51\x5b\x86\x56\x75\x19\xad\xfe\xe3\xec\x70\xa9\x61\x55\x8f\x86\x55\x1c\xd8\x05\xf0\xd0\x3c\x74\xc5\x5b\x94\xb0\x21\xd5\x06\x92\x2e\x1d\xcd\x21\x23\x05\xc4\x6b\x97\x51\xfb\xfa\x28\x3c\x5f\x23\xfc\xa0\x16\x5c\x87\x78\xb4\x09\x81\x5f\xc5\xdd\xe1\xfb\x15\x9a\xbb\xe9\x76\x4a\x14\xf1\x7e\x95\xce\xa1\x82\xd0\xd1\x7e\x68\x07\x05\x4e\x43\x62\xd6\xdb\xac\xa0\x36\xba\x2e\xa3\xa5\xa9\x68\x47\x28\x67\xa3\x50\x58\x7a\xf6\xa1\xaa\xd8\x90\xc6\x40\xe1\x3a\x02\xc1\xc8\xbe\x9e\xa5\x6f\x0d\x69\x08\x90\xc2\x83\xab\x8f\xec\xe3\xa5\x94\x2a\xb7\x36\xdd\x24\xe9\x79\xb8\x06\x0f\xc4\xaf\xa4\x39\xa9\x14\xf7\x2b\x4c\x2e\x35\x2c\x43\x72\x86\x7a\x64\x41\xe5\xb4\x70\xad\xca\x50\x2f\xb0\x9b\x0e\x64\x41\xe3\xb0\xe8\x2c\x1a\x4f\x0f\xe8\xdf\x4e\xd1\x81\x08\xbb\x88\x7e\x73\x41\xc4\x3d\xe3\xf8\x73\xb5\x19\x20\x83\x89\x83\x4a\xe3\x58\x4b\xec\xa9\x5b\x15\x17\xe5\x06\xc4\x64\xd1\x70\x7a\xe1\x7b\xc9\xbc\x90\xae\x03\xe1\x1e\xa3\xf0\x8c\xc6\xd3\xd7\xd1\x8f\x55\x7d\x86\xb6\x08\x8b\xd1\x91\x58\xce\xe9\xfa\x79\x9a\xd0\xd0\xd6\x20\xc9\x3c\x0a\xc7\x39\x5d\xbe\x98\x62\xe4\xde\xb0\xa3\x1c\x3e\x1f\xe1\xb8\x71\xf9\xa5\xf4\x24\x88\x6c\x07\x65\xc9\xb5\x5a\xdf\x08\x9d\xa3\x36\xf5\xe0\x73\x5f\xf4\x76\x05\xca\xa9\x86\xa3\x16\xd5\x83\xcb\x75\xc1\xda\xf4\x29\x07\xf8\xbf\xa1\x52\x65\xa2\xee\x32\x9a\xd5\x85\xb1\xbb\x0c\xeb\xcf\xd4\xb1\x86\x68\x56\xce\xfa\xd4\xb9\x5a\x94\x9b\xee\xe4\xa0\x31\x5d\x5e\x4f\x3a\x4f\x3b\x3a\x43\x27\xfa\x59\x9a\xd0\x39\xfa\xcf\x68\xad\xe7\x67\xe8\x3a\xe3\x35\x9c\x91\x7a\xcd\x4f\xd6\x66\x2e\xa4\xc3\x5c\x42\x73\xf9\xbb\xd2\x57\x06\x69\x29\xee\xba\xc9\x65\x34\x92\x01\x7a\x88\xab\xf6\x71\xbe\xce\xe1\xac\x69\xb8\xe9\x17\xbf\xa2\x56\xf1\x11\xba\xc4\xc5\x35\x88\x9f\xa7\x37\x6c\x70\xba\xd9\xe6\x11\x56\x37\x51\x5a\xe8\xb8\x1d\xf5\x03\xb7\x3c\xd8\x0f\xca\xb8\xc3\x06\x68\xee\xaf\xad\x96\xcc\x69\x14\x12\x5e\xbf\xda\x37\x85\x7c\x9d\x97\x85\x72\x53\x33\xa3\xe7\x90\xa0\x38\x69\xde\x62\xef\xc4\x85\x98\xbc\x00\xdf\x10\x6d\xf3\x46\x28\x68\xfd\xdd\xa4\x70\xa0\x2f\xa8\xfc\xec\xd3\x00\xed\x14\xce\x5f\x06\xc1\xcd\x6f\xdb\xdb\xf9\x62\xb1\x14\x5f\x42\xff\xe9\x0f\xfc\xa7\x3f\xf0\x9f\xfe\xc0\x7f\xfa\x03\xff\xc7\xf7\x07\x96\xd3\xbe\xc8\xc1\x93\x69\xd8\x4f\x97\xc3\x36\x8b\x20\x6b\x3f\x65\x1b\x81\xda\x7d\x5f\xcc\x36\x66\x38\x41\x1b\x41\xa4\x36\xc0\x33\xb3\x2d\x0b\x58\x8f\x2a\x3d\xb8\xaa\x48\xcd\xb0\xe3\x70\x7f\x1d\x83\x46\x3d\xb0\xa2\x2b\x85\xaa\x96\xdd\x5f\x03\x54\xad\x07\x55\x73\xa5\x4d\x56\xb7\x6d\xf0\xae\xea\xf1\x78\x1c\xfd\x34\xf7\xaa\xbd\x42\xc2\x37\x27\x7e\xec\x3b\xd3\x99\xa1\xcc\x4d\x5a\x99\xcb\x7e\x4e\x33\xc1\x98\x1b\xb3\x70\x8a\xed\xf4\x05\x43\x00\xcd\x5c\xe8\xcc\x74\x21\x84\x2a\xf1\xe7\x9e\x92\x58\x28\x0e\x49\x64\xf3\x5c\x23\xfd\x22\x9b\x45\xfa\xb0\x8b\x6c\x23\x50\x4b\x84\x98\xec\xd1\x20\xb2\x8d\x20\x52\x1b\xa0\xc8\xb6\x65\x57\xec\x59\x22\x83\xab\x8a\xd4\x0c\x13\xd9\xfd\x75\x0c\xab\x6a\x60\x45\x57\x0a\xd5\x75\xd7\x5f\x03\x5c\x88\x83\xaa\xb9\xd2\x26\x2f\x55\x1b\xbc\xeb\xea\x1c\x8f\xa3\x9f\xe6\xde\x35\x28\xe4\xde\x74\xe2\xc7\x3e\x91\x6d\x86\x32\x37\x69\x65\x2e\xbb\xc8\x36\xc1\x98\x1b\xb3\x70\x8a\x4d\x64\xc3\x10\x40\x33\x17\x12\xd9\x17\x42\xa8\x12\x7f\xae\xc8\x26\x98\x20\x9b\x44\xfd\x56\xe4\xec\x39\x34\xb5\x49\xd0\xf4\x3a\x13\xc8\x62\x45\x03\x5a\x08\xf2\xd2\x3d\x6e\x84\x6b\xf0\x06\xb7\x38\x0a\x23\x02\x1b\x68\x6f\xec\x65\xca\x74\x93\x13\xf4\x26\xbf\x2b\x1c\x69\x53\x22\x81\xbe\xb4\xe1\xdf\xe6\x59\x5d\xa2\xaa\xf6\xef\xef\xef\x6f\xe2\x6c\x8f\xcb\xb8\x86\x26\xc0\x53\x2c\x38\x8e\x46\x18\x27\xbb\x88\x83\xb9\x62\xa8\x25\x01\x3e\xca\x43\xe7\x6f\xfd\xe0\x7c\xd6\xa9\x17\x29\xb1\xd4\xfe\xb4\xbe\xfe\x1d\x5b\x5f\xed\xc9\x97\x84\x55\xf4\x54\xa2\x2c\xf2\x57\x41\xd0\x2e\x21\x43\xee\xd8\xf3\x4d\xac\x16\xa5\xd3\x6c\x46\xfd\xdb\x1b\x4c\x3f\xde\x04\xfa\x51\x66\xcd\x8f\x37\x56\x5e\xd8\xea\x78\xae\x61\x71\x94\xf5\xf0\x97\x32\x12\x5e\x30\xc0\xb3\x16\xce\xb9\xaa\x51\x59\x2b\xd1\x9c\x69\x99\x1a\xcc\x99\x7c\xa7\x9f\x52\x74\xec\x62\x2c\x7f\x12\x02\xab\xf1\xcc\x3f\x5d\xe0\xc4\xd9\x6d\x71\xf4\x66\xf3\xe2\x08\x09\x0b\xf8\x36\x65\xd8\xbd\xc8\x90\x1b\x0b\xf7\xfb\x84\x91\x16\x7f\xab\xe5\xdd\x62\x35\x37\x5a\xbd\x2f\x61\xb9\x6e\xed\xc4\x25\xae\xe2\x1f\xf8\xe1\x05\x97\x75\xbc\x45\x89\x3a\x8d\x52\xe4\x6c\xfa\x93\x4d\xe7\x6d\x50\x1c\xdb\x19\x5d\xb5\x13\x2a\x87\x5e\x05\x83\xbf\xb5\x51\x9e\xeb\xfc\x3b\xce\x84\xa0\xcf\x51\x5c\x7b\xa4\xb3\x51\x22\x87\x5c\x73\x99\x74\x87\xb9\xee\x9d\x62\xd7\x99\x1d\xc6\x01\x36\xc5\x21\xb2\x7e\x25\xf1\x90\x20\xbe\xd1\xd9\x45\xe5\x12\x41\x6b\x88\x12\xe1\x47\x87\xb2\x6d\x8a\xfc\xff\xb8\x00\x54\x67\xb0\xa0\x12\x4c\x71\x36\x5d\xe0\xf4\xcf\x53\xd1\x87\x9d\x8a\x94\xd0\x95\x73\x78\xb0\xd5\xc0\x85\xae\xb1\x03\xdd\x82\xf8\xb9\xc4\xd4\x1b\x1c\xbb\xce\xd5\xff\xca\xd5\xa3\x09\x8a\xf7\x66\xf1\xe9\x19\xad\x7f\x8b\xa9\xf2\x42\x70\x2b\x24\x13\xf7\x05\x8a\x25\x69\xf6\x27\x03\xd8\xac\x0f\x58\x60\xbd\x3e\xd0\x96\x1d\xcd\x80\x36\x26\x34\x4d\x03\xf0\x4d\x21\x0a\x5a\x12\x67\xce\x00\x43\x21\x4e\x83\x3f\x5d\xe2\x74\x0d\x05\x79\xfd\xf3\x80\xfb\xf7\x7a\xc0\xed\xe2\xcf\x2f\x64\xd7\xa2\xaa\x2e\xf3\xec\xf9\xb4\xcb\xb3\x2e\x34\x78\x99\xa2\x64\x4d\x4a\x5e\xa9\x92\xb3\x08\x02\x9e\x86\x98\x3a\x13\xe9\x71\xeb\xe5\xdc\x4e\x61\x00\xb5\xd2\x86\x3a\xa7\xad\x35\x0a\xd7\x6c\xd1\xa8\x4f\xf6\x8c\x76\x72\xfa\x85\x3b\x39\xdc\xf8\xa0\xd8\xe1\xae\xe1\xbc\xdd\x83\x6c\x8f\x0d\x75\x3d\x3a\xc2\xf4\x49\x0d\x22\xe6\xf1\xf4\xa5\xb2\x07\xd9\xc2\x94\x09\x7e\x16\x16\x47\x92\xe4\xdd\xbf\x55\x83\x96\xdd\x4d\x6e\x02\x6f\xd6\x60\x9e\x05\x0d\xc0\x5c\xcd\x00\xaf\xa4\x8a\x3f\x13\x15\x94\x12\x00\xe0\x85\x66\x1e\x76\x49\xfe\xca\x32\xc4\xb5\xbd\x22\xc9\xe4\x29\x6c\xa7\x8f\x7b\xb3\x65\x90\x56\x37\x8d\xfa\x2e\x16\xac\x07\x01\x0b\xea\x7d\x20\x85\xb6\x8f\xa2\x61\xa1\xea\xa3\xc8\x39\x80\x7c\xa4\xa5\x87\xb7\x03\x8f\x0d\xb1\xde\x56\x1d\x11\xdc\x3c\x8a\x4e\xca\x3d\x6c\x37\x36\x34\xb2\xf8\xa0\xe1\xe1\x55\xc6\x41\xf7\x0d\x12\x83\x1f\x39\x4e\x52\xed\xe1\x43\xc5\x62\xb1\x77\x09\x17\xfc\x06\x92\x85\x6e\xd7\x52\xbd\x54\xb8\x40\x25\xaa\xf3\x92\xe5\xda\xd9\xc5\xa5\x90\x33\x49\x18\xe3\x28\x7e\xf9\x72\x18\x26\xf2\xdc\x9a\x18\x30\x69\x9c\x86\x0b\x36\x3f\xb2\xe5\xde\x65\x32\xa4\xed\x5e\x76\x62\xad\x9f\x97\xdd\xc6\x4a\xcb\x58\x56\x95\x28\x1b\x9d\x2f\xc7\x81\xb4\x11\xeb\x80\xd2\x76\xea\x52\xb9\x08\xd1\x2f\x61\x6f\x3c\x73\x26\x91\x3f\xae\xcf\x4a\x14\xf2\xc7\xf5\xd8\x6c\x1e\x7f\x68\xd9\x6d\x07\xd5\xbd\x50\x36\x8c\x16\xd3\xf9\x69\x29\xfe\xb8\x3e\x01\xbb\xa8\x54\x44\xf4\x50\x6d\xef\x74\x00\x71\xff\x74\xe3\x19\xd0\xd9\x98\xa0\x8d\x76\x7d\x1e\x33\x88\x68\x2e\x87\x61\x28\x73\x08\x38\x2e\xc4\x24\x1a\xc6\xf3\x99\xa5\x43\x79\xd2\xe6\x8b\x4e\x69\x82\x6a\xfc\x5f\x3e\x93\xcc\x6b\xfe\x2c\x08\x3e\x79\x3e\xd1\xfa\x26\x93\xb5\x33\xa0\xa0\x72\xcd\x16\x73\x92\xb0\xfa\x28\x15\x00\xdb\xe6\x9f\x19\xd2\x2e\x95\x21\x6d\x54\x22\x28\xed\xbe\x84\xdd\x8a\x28\x37\x26\xbc\x54\xbd\x33\x21\xa9\xca\xfc\x27\x5c\xbf\x62\x9c\xd9\x66\xf7\x01\xed\x6a\x5c\x9e\x35\xc7\x1c\xc5\x65\x6a\x0f\x9d\x6f\x56\xff\x42\xb3\x2e\x61\x3b\x7f\xee\x29\x3a\x39\x5f\x80\x90\x9f\x4e\x38\xa4\xb5\x27\x33\x9a\x33\xcf\x23\xf9\xc8\xc4\x47\x45\xea\x61\xa0\xd9\xfc\xbb\xd6\x86\xad\x52\x03\x86\x8b\x54\x76\x3b\x39\xa8\xd5\xcf\x3a\x48\xc0\xc8\xc6\x9e\x2b\x14\x6c\x27\xd8\x7e\x12\x50\xeb\x09\x91\xb6\x44\xd8\x7e\xa1\xc2\x76\x2d\x27\x92\x12\x17\x5e\x1c\xfd\xd3\xd7\x2b\xff\xea\x51\x54\xfe\x5a\xf1\x7f\x48\xa8\x4d\xe9\xdb\x2e\x2f\x29\xd8\x97\xb1\xb3\x7b\x66\x4b\x3f\xb5\x91\xfe\xd5\x7e\x4e\x33\xa3\x85\xc2\xf9\x8d\x8e\x91\x1d\x67\xb4\xaa\xa6\x24\x11\xaf\xb5\xe9\xfb\x46\xf2\xdf\x6f\x19\x4a\xf1\xd7\x34\x8f\x50\xf2\xa8\x97\x7c\xb9\x3e\x19\xb9\x37\x1a\x78\x30\x8e\xdc\x0f\xb1\xd1\x90\x53\x67\x34\xfe\x90\x18\x9d\x71\x8a\x8b\x12\x2d\xd1\x29\x20\x92\xc9\xd9\x4e\x16\x1f\x03\xcf\xff\x36\x3c\x17\x44\xe1\x28\xa4\x41\x24\xe7\x89\x6a\x0b\xca\xd1\x02\x1b\xc2\x79\x02\x72\xbf\x76\xf3\x45\x4d\xfc\x8d\x04\x1f\x36\x3f\x52\xbd\x33\xaa\xf4\x8d\xbf\x58\x69\xe4\x78\xeb\x28\x86\x8f\xaf\x80\xe3\xc4\x93\x35\x93\x6d\x0f\x1d\xea\xfc\x9d\x7c\x18\x7b\x59\x40\x2a\xbb\x8e\xa1\x02\xdc\x37\x7a\x14\x7c\xe4\xb8\x89\x95\x87\x8f\x18\xa9\x7d\xa2\x17\x2b\x3a\xc3\xa1\xa7\xfc\x05\x8f\xe1\x38\x5e\xf1\x9c\x3a\x6e\x3c\xc7\x6a\x9d\xc5\x74\x12\x8e\xb1\x5c\x47\x91\x9c\xc8\xcd\x35\xb9\x95\x22\x05\xa3\xd9\x8d\xd4\x76\xe6\x37\x05\xba\x97\xe1\x28\xfc\x58\x8e\x13\x6b\x8f\x60\x39\x52\xfd\xc4\xae\x92\x17\xa1\x7c\x9a\xdf\x0c\xb4\x68\x6f\xdc\xad\xcf\x9b\x21\xe6\xe2\xcd\x78\xeb\xee\xe6\x0c\xf3\xeb\xe6\xc0\x7d\x80\xe4\x9c\xca\x5e\xa0\x0f\x92\x7e\xdb\xa2\xee\xef\xc3\xac\x62\x23\x86\x7e\xdc\x25\xcf\xc6\xd9\xcc\x36\x6c\x76\x07\xdf\x1f\x6d\x06\x58\xeb\x86\x72\xcf\x88\xeb\xa9\xcd\x68\xc3\xdf\x79\xdc\x7a\xf6\xcd\xd8\x66\xbc\x7d\xf1\xcc\xc5\x72\xfe\xb5\xdc\xe6\xfa\x24\xe6\x3b\x3e\x7f\x0d\x0d\x65\xf0\xe1\x7c\x78\x2e\xab\x9c\x3d\x63\x74\xd8\x6a\x7c\xac\x7d\x94\xc4\xcf\xd9\x43\xa3\x40\xc0\xc6\x1f\xed\x3e\xe9\xbc\xfb\xca\xd1\x37\x8d\x67\x5c\x14\x5e\xec\x96\xef\x72\x97\x72\x74\xec\x3b\x7b\xfa\xa1\x28\x70\xb9\x45\x15\x5e\x4b\x21\xa0\x5a\x37\x9c\x46\x2b\x99\xce\x97\xf2\x21\xf0\xd2\x97\xc1\x17\xbc\xdd\xbd\xe8\x65\xed\x07\xde\xb6\x7e\xe4\x6d\xa9\x03\x6e\xd1\x4f\xcf\x75\x7a\x71\x5a\xd4\x6f\x17\x99\x58\x8e\xe9\xa2\x48\x46\x4e\x26\x43\x73\xd9\x69\x94\x90\x5e\x6c\x02\x29\xd6\x93\xe4\x21\x37\xc3\x69\xbb\x56\xe9\xc1\x55\x2c\xe1\x5e\x97\xaa\x11\x87\xf8\xa6\x0d\xf4\xd6\x18\xe2\x5f\x31\xcc\x1f\xe2\x1c\x8f\x85\xb3\x5c\x0a\x5a\x4b\xd7\x2c\x28\x8e\xeb\xd7\x7d\x5c\x63\x9f\xdc\x27\x71\xe7\xc5\xee\xf9\x06\xbf\xa5\xda\xc5\x35\xbf\x7a\x12\xbf\xa6\xf9\x0f\xc3\x27\xa1\x54\x5a\x63\xd3\x98\xf6\xb6\x39\x7d\x0d\x59\x51\x62\xbd\x33\xaa\xf4\xae\x16\xa1\xd2\xd8\xb5\xa1\xa1\x18\xb1\x12\x3a\x1c\xba\x9d\xcb\xa0\x37\x74\x55\x36\x0f\x63\x2e\xfd\xa0\xfa\x17\xa8\x3a\x60\xc4\xdb\xca\xe7\x8f\xbc\x82\xea\xac\x19\xe0\xb8\xf4\x67\xae\xf4\x61\x6b\xf5\x8a\xea\xed\x5e\x78\xda\xfa\x5b\x10\x04\x13\x8b\x5b\xae\xe2\x8f\xbb\x66\x02\x2c\x50\x0e\xf6\x51\xfc\xc2\x5d\x7e\x07\x4b\xad\xae\xe2\x39\x75\x5c\xa4\x58\x5b\xeb\x0c\x69\xa6\xe0\x18\x27\xd5\x5a\xf7\x68\x7d\xe0\xe9\x96\xb1\x2c\x8e\x64\x0a\xd8\x95\x5e\x71\xf4\xbe\x78\xcd\x16\x31\x79\x97\x5c\xd6\x15\x07\x76\xd2\xc6\x89\xde\x08\xea\xcf\x11\xc9\xdf\xcc\x1a\xf8\xd7\xea\x50\x34\x0b\xb3\xf2\xb2\xbc\xf6\x3e\x7f\xee\x84\xa1\x07\x88\xd1\x89\x97\x97\x9e\x04\xa3\x08\x53\x0d\x40\xfc\x36\x39\xfd\xb9\xaf\xe9\xfb\x5a\x37\x58\x61\xd0\xac\xa6\x77\x68\x2a\xb5\x55\x4c\x1c\xab\xc3\xe5\xf2\x86\xff\x3b\xbd\x57\x58\x82\xbf\x1e\x38\xc1\x2e\xe1\xab\xe2\xe8\x35\xff\xfa\x84\xa9\x94\x44\xd6\x37\x0c\x80\xfc\xc7\x5f\x28\x00\xa1\xea\x13\x7e\x26\x2e\xd0\x29\xdc\xe4\xf3\x0e\x77\x72\xb3\xcb\xf3\xba\x0b\x1d\x55\xe7\x05\x7f\xbb\x59\x1c\x0d\x35\xf6\x18\x45\x5d\x0d\xaa\x7d\x09\x95\xf6\x75\x9a\x74\x0f\x34\xc9\xdc\x92\xfb\xc8\x93\xe2\x9b\xfe\xae\x5d\x58\xf2\xcb\x51\xe1\xe2\x92\xde\x7f\x4a\x74\x9c\x7e\xf8\x71\x16\xe1\xe3\xc3\x32\x08\x3a\xb1\xbb\x8b\x8f\x38\x02\x39\x40\x13\x10\x7a\xb7\xce\xf7\xe9\xa1\xe7\x7c\xea\xec\xd1\xf9\xf4\x48\xa5\xe4\x87\x1f\xd7\x38\xad\x5a\x40\xd5\x2b\x48\x45\x20\x16\xaa\x3e\x41\xac\x58\x10\x4d\xf0\x7c\xd1\xe7\x9b\x27\x0e\xb7\x0c\x8a\xa3\xa0\x53\x18\xaa\x3c\xe5\xd1\xdb\x49\x74\x2b\x23\x2b\x0c\x04\x9e\xf2\x79\x8d\xb3\xe7\x6e\x8e\xd1\xa1\xce\xfb\x69\x13\xd6\xf0\xdd\x72\x29\xbe\x6e\x69\x9f\xca\xf0\xd9\x9e\x19\xb8\xf1\x5a\x39\x2a\x2c\xbb\x27\xc6\xfc\xac\xb0\x34\xb2\x72\x43\x02\x27\xd9\x7f\xa3\x44\x0b\xbd\xbe\x0b\x5e\xf6\xad\x99\x39\x6c\x96\x68\x38\x37\xe2\xa2\x0b\x09\x7e\x10\xc5\xd7\x8c\x68\x70\x98\x85\x02\xa5\xfc\x45\xab\x71\x94\x5b\x0c\xda\x3d\xa8\x0d\xdc\xfb\xb6\xcb\x4b\xba\xba\xfe\x6d\x9b\xe4\x15\x7e\x3c\x6d\x0f\x65\x95\x97\x0f\x45\x1e\x13\xf6\x31\xbf\x90\xd1\x85\xcb\xed\xee\x6e\x87\x80\x54\xfd\xbb\x24\x47\xf5\x03\x19\xec\x35\xb1\xbc\x34\x33\x96\xd5\x0f\xfe\x7d\x10\x90\x33\x07\x15\xd2\xf3\xe2\xc8\x39\x82\x0c\xe3\x34\xcb\xeb\x78\x8b\xa7\xe4\xd5\xd3\x0d\xff\x15\x67\xbb\xbc\xfd\x51\xe4\x49\xbc\x7d\xf3\x53\x94\xa1\x67\x9c\xe2\xac\x6e\xbf\xbc\xa2\x32\x6b\x18\x4e\xa7\x86\x95\xb4\x02\xc9\xfc\xfc\x4a\x3a\x45\x0a\xfe\x3f\x38\xf5\xbe\x78\xf3\xb0\x38\x4e\x64\x1a\x3b\x95\x49\xa0\x55\x2b\xd4\x68\xd6\x20\x18\xed\xbd\x2a\xcc\x8a\xa9\x30\xcd\x1f\xef\xd3\x28\xae\xb6\x0d\xaf\xbe\xf9\xdb\x3d\x79\x14\x57\xe6\x87\x1a\xfb\x5b\x54\x46\x7c\xb6\x0f\x89\x97\xc4\x37\xd3\x3d\x46\x49\xbd\x27\xc2\xd4\xcf\x0f\x75\x71\xa8\xbd\x28\xf2\x70\x7a\x53\x47\x1e\x7b\xc2\xa6\x0f\xdb\xc7\xc4\x86\x18\x27\x17\xdb\xf9\xa1\x4f\xa6\xf4\x19\x74\x1f\x0d\xf6\x3c\xd0\x3c\x28\x1c\xa0\x1d\x1b\x56\xa0\x6b\x0e\xc4\x9e\x58\xa0\xb2\x39\xfa\xca\xab\x68\x30\x39\x1d\x4b\xf4\x90\xd5\xe9\xca\x0a\x79\x2d\xf3\x70\x2d\xb5\x5b\x5c\xf4\x68\xf1\x8c\x6a\xfc\x8a\xde\xa6\xdb\x3c\xab\x0e\x89\x8f\x8f\x35\x2e\x33\x94\xf8\x55\x7e\x28\xb7\xb8\x23\x40\x81\xfb\x1e\x67\x51\xfb\xb1\x2a\x50\xd6\x02\x30\xbe\xce\xf2\x08\xfb\x71\xb3\xbe\xe3\xfa\xcd\x0a\x59\xe1\xf2\x25\xde\xea\xc0\x40\x00\x21\xfe\x44\xea\xe3\x67\xb5\x7d\xdb\xc9\xa4\xd2\x7d\x37\x6e\xf7\xc4\x93\x9a\x1c\xd6\xe8\xc6\xb1\x68\x64\x5b\xfb\xfa\x32\x78\x37\x8c\xe5\x8d\x38\x76\x74\x24\xa0\xb1\x92\xbe\xa8\x63\x03\x8c\x09\x7e\xc2\x78\x17\xae\xbb\xc7\xa8\x77\x9d\x70\x03\xd6\xad\x1c\x50\x09\xa6\x94\x05\x46\x10\xc8\xa5\x25\x46\x9a\xf5\xcf\x2a\xe1\x34\x52\x80\xf2\x46\x55\x7d\x0e\xab\x4b\x60\x65\xde\xfb\x98\xd4\xc8\x9c\xfd\x4c\xd9\xc7\x8c\x6c\xfd\x2c\x84\xf5\xb3\x50\x19\x21\x84\x65\x90\xe3\x19\xcc\xed\xba\xcb\xf5\x92\x6b\xdc\xd5\xd6\xc8\x0b\xad\xcd\xf5\x49\x95\x74\xae\x9d\x1e\x60\x55\x1a\x66\x46\x3a\xc7\x6e\x74\x96\xa1\xa8\xb5\x0c\x31\x96\x59\x09\x2c\xb3\x02\xf5\x8c\x36\x4e\x83\x36\x68\xf2\xb0\xa8\x1d\xb7\x77\xad\x87\x78\xd0\x55\xce\x6d\xd2\x5c\x26\xcb\x6d\x92\xc6\x4c\xce\xa8\x49\x51\x3d\x65\xff\xc1\x1e\xb8\x33\x56\xbc\x87\xb9\xec\x4f\x3f\x34\x9b\x1f\xda\xfc\x6e\xd4\xa0\xfd\x03\xbb\x8b\x1a\x0f\xd2\x17\x8a\xf2\xa4\x9a\x88\xe4\xc3\x99\xd1\x22\x65\x0c\xa2\x75\x46\xa4\x29\x7a\xa6\x6d\xda\x1d\xd6\xe6\x65\x22\x2f\x89\x27\x6a\xa6\x89\xf0\x8b\xd0\x61\xe4\xd0\x3b\xd5\x04\x75\xf7\xed\xe3\x49\xd3\x70\x9d\x64\x25\x69\x00\x77\x58\x83\x9c\x7d\xd0\xc8\x5e\x38\x1c\x56\x20\x5e\xcc\x89\xef\x33\x48\x0d\x8f\x86\x15\x56\x74\x27\x18\xac\xbd\x70\x92\x74\x7b\xea\x6f\x65\xaa\xc1\x4f\x52\x52\x95\xdb\xe2\xc8\x83\xc0\x30\x93\x8b\xa8\xd5\x86\x9d\x56\x4b\xee\xa2\x9a\xe9\xa2\xf8\x33\xfc\x4c\xf4\x04\xb1\x35\x1e\x3a\x25\xe8\xa5\x1a\x34\x42\x8b\x0d\xcd\x5b\x13\xd0\x5d\x47\xce\x9d\xb5\x75\xd6\x0e\xb1\x10\x7f\x11\x7b\x7c\x63\x82\x6a\x6d\xc7\xf2\xf8\x68\xc4\xd1\x58\xda\x8e\x4d\x83\x48\x21\x12\x7a\x1a\xe5\xcf\xf5\xb5\x8a\x90\xae\x66\xe2\x25\x46\xff\x2e\x9c\x85\x0b\xf0\xd4\x27\x4b\xcb\xf9\xa2\x1d\x61\xd3\xdc\xf5\xf6\x44\x37\x4c\x49\xda\xd6\x9a\x9b\xa2\xaf\xae\xf8\x6d\xe7\xb0\x39\x35\x52\x01\x8d\x3e\x65\x37\x2a\x06\x17\xce\xdc\x03\x21\x31\xf7\x5b\x68\x83\x66\x95\xeb\xcc\x0b\x38\xf2\x4b\xcc\x8e\xd1\x50\x68\x21\xe0\x68\x0e\x4c\xae\x19\xa1\x97\xc4\x60\xe4\x07\x5b\x9d\x1b\x37\x7c\x52\x94\x66\x2b\x0d\x48\x66\xb3\xd1\x6d\x53\x5b\x4d\xcb\x47\xe0\x45\xda\xb2\x38\x7a\x4d\x2f\xfd\x50\x0d\x77\xa4\x5e\x93\xd9\x20\x6d\x24\xf2\x74\x22\x16\x08\x9a\x37\x05\xa4\x6f\x55\x1c\xbd\x3b\xa8\xd5\x60\x39\xb9\x21\xd6\x18\x6f\x01\x5d\xcc\xa9\x81\x9f\xc6\xe3\xb1\x4e\x15\x1d\x62\xfa\x58\x0a\x4d\x84\x6d\x19\x08\x7a\xc5\xe2\x73\xeb\x1b\x0c\x7c\x85\x68\x6d\xf7\x90\x80\x91\x7a\xd6\x9a\x5b\x7e\xe0\x40\xbe\x87\x1c\xd8\xc8\x43\x1b\xf5\x42\xd0\xad\x52\xcf\xf2\xf0\xd0\x46\x1c\x36\x55\xf7\x94\x3d\xa5\x5e\x4b\x54\xd0\xcb\x8d\x16\x0e\x27\x49\x5c\x54\x71\xe5\x44\x4d\xe7\x85\xd5\xb0\x01\xb9\x92\x72\x9f\xdd\x0f\x0a\xdc\x3c\xca\x38\xef\x44\x76\x37\xac\xbc\x07\xfa\x56\x22\xb0\x1e\xb5\x1c\xae\x8a\x23\xf8\x84\x7e\xc9\x6e\x01\x98\x4e\x23\x28\x11\xe4\xef\xd6\xc9\xc3\x6f\x7e\x7a\xbf\x7b\xe1\x44\x70\x01\x91\xec\xb7\x0e\x94\x8b\x6f\x75\x19\xe9\xa2\x32\x2e\x6f\xb1\x81\x62\x01\x12\xb4\x1e\xd2\xb8\xa4\x1f\xf7\xce\x79\x12\xf3\x4b\xda\xf9\xbc\x17\x54\xc8\xa8\x30\xe8\xd2\x9a\x07\x6d\x66\xd3\x4c\x1d\xa5\xf3\xe2\x82\x97\x36\x01\xe1\x6e\x8f\x46\xbc\x73\xbd\x9e\xf6\x6a\x53\x30\x66\xf6\x79\x4f\x23\x3e\xb6\xc0\xe2\xaf\xbd\xec\x8b\x20\xec\x9d\x03\x50\xee\x4f\x50\x88\x25\xcd\xc9\x74\x65\x3c\x81\x81\xa4\x45\xe0\x1e\x2c\x9b\xbf\xf9\x18\x2d\x1b\x76\x52\xe6\x27\x8d\xa3\x28\x31\xdc\xf1\xb6\x6d\xb0\x2b\x8e\x41\x03\xc8\xeb\xc8\x43\xc0\xe9\x0a\x57\x77\xb7\x73\x6b\xab\xa6\x88\xe6\x1c\xbf\xb8\x90\x6e\x64\x97\x90\x2c\x8f\x70\xf7\xab\xda\xe7\xaf\xde\xb4\xc2\x55\x45\xad\x1b\x72\x4d\x81\x3c\x24\x77\x40\x02\xab\xa3\x69\x84\xab\x3a\xce\x50\x23\x31\x14\x25\xc6\x42\xa8\x80\x52\x78\xe6\x22\x04\xdb\x4a\x50\x51\xe1\x07\xfe\xc7\x3b\x35\xa5\x44\x79\xea\x97\x78\xfb\xb6\x4d\xe2\xec\xd9\xab\x4b\x61\x7b\xfa\x15\x04\xf4\x59\xc6\x63\x3a\x0a\x2b\x27\x27\x11\xc6\x35\xbc\x2e\x8b\x4c\x20\x71\x94\xfc\x4d\x8e\x47\xe0\x86\x15\xc6\x27\xbe\xae\x21\xe2\xb5\x6f\x89\x28\xdc\x23\x88\x4f\xc0\xc5\x48\xab\x3e\xcd\x78\x46\xa6\xea\x0f\x90\x30\x10\x62\x40\x77\x23\x66\x9d\xa4\x15\x27\x9b\x87\x3c\x4b\xde\xf4\x35\x60\x83\xd3\x14\x18\x83\xb6\x32\x88\x8e\x6b\x6b\xeb\xd7\x27\x5d\x49\xb2\xe2\xdf\xa2\xa2\xa9\x2a\x22\x65\x45\x6a\xb0\xf1\xbb\x5e\x39\xdb\x2f\x82\x24\x62\x7b\xa4\xa3\x02\xac\x30\x8b\x6d\x14\x64\x06\x95\xbf\x9d\x64\x4f\xa4\xe9\x7d\x5f\xaf\x9e\xf2\xe8\xad\x69\x91\xc7\xaf\xd6\x8a\x65\xb6\x5d\x3b\x87\x22\xe6\x37\xad\x35\x7a\xf2\x33\xf4\x22\x1e\x35\x43\xf5\x08\xab\x6e\xa3\x6b\x78\x0f\x4b\x30\x2a\x1f\x9e\xf2\x7a\xbf\x4e\x70\x5d\xe3\x92\xb0\x01\x09\xa9\x11\x90\x50\xf1\xac\x29\xe3\x89\xe1\x17\x92\x99\x16\x1f\xa1\xa0\x3d\xd9\x74\x3d\xa2\xb6\x1b\xd5\xba\x87\xb2\x38\x45\x54\xbc\x76\x5d\xef\x4c\x0e\xbc\x6e\xa3\xba\xc9\x03\x3d\xef\xce\xfa\x12\x94\xe9\x04\x42\x92\xd6\x93\x9d\x8e\x0e\xa4\x1e\x9e\xd0\x2f\xca\xbc\xc0\x65\xfd\xf6\xa0\x1e\xf0\xd6\x4e\x40\xd2\x84\x4b\x7e\x2f\x92\xe2\x62\xb3\x42\x3d\xcc\xba\x04\x1f\x5d\xaf\xe8\xf2\xa0\x17\x20\x38\x9a\x78\xe8\x81\xbf\xd9\xb0\xc1\xf0\xb4\xa0\x16\x10\x96\x00\xd5\xe0\x45\x01\x4e\x4e\x5b\xbf\x9b\x10\xad\xc3\xa2\x91\xd7\x36\xbf\xd0\xf9\x86\xd9\x89\xbb\x5c\x36\xc2\x9a\xe3\x16\x5a\x72\x70\x61\x0f\x0b\x18\x35\xd4\x73\xed\x26\x98\x78\xd7\xde\xac\x38\x4e\xd6\x96\x40\x82\x9f\xa1\xfa\x24\xe2\x45\x5b\xfd\x26\x00\x23\x0b\x3a\xd6\xb4\xb1\x16\xa5\x53\xa3\x0e\xe4\xb0\x21\xb0\xed\xd7\x1b\x52\xcb\x05\x46\xc7\x4c\x99\xae\xc2\x44\x10\x7b\xec\xff\x4f\x8a\x36\x1f\x2e\x38\x77\x2a\x80\xfa\x55\x87\x41\x34\x7a\xad\x55\x0d\xc0\xb2\xd9\xcf\x79\xb4\x82\x70\xd1\x1e\x89\x24\xd0\x0d\x75\x82\x26\x57\x70\xe4\xda\xe1\xf1\xc6\xfe\x59\x0b\xea\x64\x85\x36\x7a\x54\x43\x5a\x60\x24\x28\x13\x64\x5f\x32\xdf\xca\x47\xdc\xbb\x5e\xb3\x79\x2a\xee\xa5\x5d\x2e\x20\x72\x58\x16\x22\x57\x92\xdf\xbf\xd2\x16\x70\x01\x67\xec\x01\xc3\xca\x64\xda\x80\x0a\x34\x59\xb4\x65\x36\x6c\x28\x45\x1c\xd0\x95\x0d\x71\xed\x1d\x42\xbe\xe5\xc9\x5b\x24\x81\x58\x64\xb2\xee\xed\x87\xab\x3c\x79\x69\xe4\x30\x2a\x23\x2f\x12\x3c\x67\x8d\xa0\x15\xf7\x0b\xac\x0a\x94\xb1\xfb\xbb\x3a\xcf\x93\x3a\x2e\x1e\xa1\x6a\xf9\xa1\xc6\x03\xeb\x54\x45\x12\x37\xfa\xcd\xc0\x6a\xec\x93\x0a\xf8\x2d\x42\x35\xf2\xf9\xcf\xb6\x87\x44\xdb\xdb\xcf\x08\x6e\x03\x48\xbd\x87\x5a\x3e\x89\x4f\x3f\xb4\xa1\x5e\x86\xcb\xdb\xd5\x0c\xb8\x9b\xf8\x45\x4d\xde\x6b\xd1\x4c\x0a\x99\x60\xf9\x82\x43\x75\x5d\x7e\x16\xc7\x69\x22\xb9\x9e\x07\x6b\xe1\x80\xc8\xd6\x2c\x93\xdd\x62\x8c\xc7\x65\xb3\xbf\x76\x32\x2a\x70\xe2\x49\xa6\xd0\x8d\x62\x49\x4b\xed\x3e\xce\x34\x57\x75\x61\x50\x73\x6d\x98\x4f\x39\xbc\xca\x8b\xb4\xd4\xc6\xad\xcc\xc1\x0e\x64\x56\xe3\xa5\xb1\xa8\x63\xca\xa7\x0d\xca\xc1\x1e\x00\x40\x8f\x3d\xd2\x09\x85\xd9\x70\x1a\x06\xbb\xa7\x51\x81\x70\xfa\x44\x54\x2e\xd2\x3e\x20\x8b\x8c\x0b\x44\x62\x44\x21\xc3\x1d\x75\xb5\xfa\x97\x3c\xc2\xff\x1a\x93\x87\x0b\xb2\x71\xab\x4d\x48\x27\x3c\x6d\x99\x91\x47\x37\x0a\x2d\xdf\x8e\x7e\x91\xa0\x2d\x79\x21\xf0\x5f\xbf\xd6\x79\xf1\xe8\xc9\x00\x3e\x2a\xcb\xfc\x55\x7c\x98\x25\x91\xdc\xc7\xaa\x1b\xa6\x14\x58\x18\x95\xc2\xb1\x58\x3c\x36\xd7\x6b\x0b\xaa\x0e\xc8\x84\x87\x73\x67\x1f\x2a\x19\x8e\x61\x23\xd1\x00\xfc\xaa\x46\x35\xde\x18\x42\xe3\x3b\xac\x59\xd7\xc5\xea\xb4\x2c\x5d\x17\xa0\x79\xa9\x29\x8b\xca\xb2\x9a\xf8\x32\xd2\xfd\x04\x3e\x48\x75\x1a\xfb\x0a\xed\x7c\xf5\xcb\x70\x31\x71\x11\x89\xfc\x81\xfa\xc4\xc7\xca\xfc\x9f\xbf\x4f\xfc\xa4\xed\xe5\x42\xfb\xd0\x08\x65\xaa\x7f\x03\xb3\xaa\x5b\x3d\x1b\x9b\x6e\x06\xe8\xde\x2f\xfe\xa9\x5b\xfc\x14\xdd\x42\x70\x4a\xd2\x2d\x27\xd5\x16\x25\xf8\xf3\xec\x66\xba\x14\xad\x22\x62\x29\xd3\x04\x3b\xab\x0d\xb9\xea\x15\x02\x39\x90\xdf\xfe\x3d\x79\x8c\x43\x14\x4a\x9f\x1a\xb9\x2e\x3d\xbb\x43\xa6\x73\xe0\xfc\xf5\x4e\xd8\x85\x66\xa8\xf3\x6c\x54\x34\x6f\xbf\x39\x03\x4c\xfa\xc6\xcc\xaa\x6f\xf4\x69\x10\x2e\x0e\x5a\x4e\xc1\x01\x14\x9f\x37\xa7\xb7\x88\x7d\xbd\xf8\x20\x45\xed\x67\x69\x71\x97\xd5\xf2\x0c\x6e\x6a\xf6\xd1\xe0\x36\xe1\x1e\x28\x6a\x34\xb1\xf5\xd8\x8c\xa8\x03\x31\x61\x91\x3a\x63\x44\x24\x43\xfd\xe2\x1e\x67\x3d\x3c\x48\x85\x88\x9d\x85\x8c\x30\xf2\xdc\xcb\x4f\xe2\xd9\xab\xd5\xff\xf8\x67\x9a\xb6\xc3\x4b\x96\xef\xb1\x77\xe7\x38\x24\x56\x22\xe1\xef\x52\xcb\x83\x9c\xf6\x04\xdf\xd8\x2f\x4a\x6a\x76\x29\xf1\xed\x0c\xa7\xef\x74\x27\xa0\x1b\x4b\x86\x5e\x44\x9f\x0c\x43\xa2\x0d\x9f\xbc\xba\x41\xdf\x4a\x9c\x5c\x7f\xe5\xef\x3d\xdb\xbd\x5b\xdc\x62\xef\x8c\xcf\x09\xa8\xc7\x2e\xc3\xb1\xc7\x09\x3f\x42\xe9\xe5\x27\x29\xde\xa3\x01\x9d\x58\x41\xda\xe2\x80\x0f\xa7\xbc\x40\xdb\xb8\x7e\x7b\x98\x9a\xfc\x4a\xf6\x21\xbf\x2e\x6e\xfe\x72\x72\x45\x69\x00\x4d\x34\xc0\xdf\x84\x07\xb7\xd3\x95\x90\x80\x98\x44\x3a\x0c\xbb\xdf\x64\x20\x9b\x02\xd6\x72\x8d\x9e\x48\x0c\xa1\xc7\x4d\x21\x98\x75\x3d\xa0\x01\xae\x45\xd1\x4b\x86\xa2\xcc\x9f\x4b\x5c\x55\xd3\x46\x97\xad\x71\x99\xc6\x19\xaa\x25\xd3\x6e\x9c\xa2\x67\xfc\x70\x28\x93\xcf\xff\xdc\x68\x04\x0f\xe4\xf7\xef\xd5\xcb\xf3\x97\x63\x9a\xac\xb7\x7b\x54\x56\xb8\xfe\xfa\x9f\xfe\xff\xff\xd3\xbf\xbb\xf9\x4b\xf5\xf2\xec\x1d\xd3\x24\xab\xbe\x5e\xed\xeb\xba\x78\xf8\xfd\xf7\xd7\xd7\xd7\xe9\xeb\x7c\x9a\x97\xcf\xbf\x87\x41\x10\x34\x15\xaf\x28\xc8\xc3\x31\x89\xb3\xef\x10\xe0\xec\xfe\xfe\xfe\x77\xf2\xf5\xca\x23\x5a\xdb\xd7\xab\x70\x71\xe5\x51\xc5\x8d\xfe\xbd\x4d\x50\x55\x7d\xbd\xaa\xea\xf2\xb0\xad\x0f\x25\xf6\xe3\x6d\x9e\xf9\x49\x8e\x1a\x66\xbf\xda\xfc\x85\xac\x87\xcd\x14\xfe\xee\x3f\xa1\x0a\x77\x13\x3e\x7b\x37\xc1\xf1\xd1\x39\xd1\x1b\xc2\x86\xe7\x0d\x90\x3b\x94\x6d\xdf\xfc\xaa\x88\x33\x6f\x5e\x79\x71\xb6\x8b\xb3\xb8\xc6\x5e\x73\x16\x47\xe5\xba\x6d\x2a\x5c\xae\xab\xba\xcc\xbf\x63\x3f\x42\xd5\x1e\x95\x25\x7a\x7b\x08\xbc\xc5\x42\x2c\xcd\x77\xbb\x0a\x37\xfa\x29\x2b\x6b\x70\x6c\x51\xf1\x40\xa6\xa3\xd3\x6d\xfd\xbc\x8c\x9b\x25\xbe\x0c\x3e\x79\xcb\xe0\xd3\xfb\x5f\xbf\xe3\xb7\x5d\x89\x52\x5c\x79\xbd\x34\x9e\x82\x4f\x27\x67\x3a\xde\xc3\x25\x00\x3d\x9f\x7b\xb3\x19\x00\xee\x2f\x82\xf7\xe5\x00\xf4\xfe\x6c\x16\xbc\xdf\x0e\x6a\x61\xb6\x0c\xde\xeb\xdc\xbd\x85\x30\x0c\xde\x1d\x86\xa7\x8a\xd3\x22\xc1\xed\xf8\x74\x87\x88\x32\xaf\x51\x8d\x3f\x07\x11\x7e\x9e\x34\x0d\x6b\x5f\xe6\x2b\xfa\xed\xfd\x2f\xbf\x53\xbe\xfb\x4b\x84\x77\xd5\xe6\x2f\x05\x6a\xd4\x65\x42\xd0\xd7\xab\x4f\xe1\x3c\x08\x82\x2b\xf6\xdb\x67\x7c\x3d\xbf\xf2\x76\x71\x92\x7c\xbd\x6a\x96\xe3\x95\x17\x47\x5f\xaf\xd0\x95\x17\x7d\xbd\xfa\xd7\x59\xe8\x2d\x93\x95\x37\x7f\xb9\x4b\xfc\x95\x37\xf7\x57\xfe\xfc\x3f\xdf\xfd\xb8\xfa\x7d\xf3\x97\xdf\x29\xf6\x43\x85\x3d\xb2\x48\x1e\xf6\x25\xde\x91\x06\x50\xcf\xc2\x20\x8c\xdf\xa0\x18\x53\x97\x2f\x06\x42\x42\xf5\xf2\xbc\xf9\xe7\x89\x25\x31\x96\xf8\xa9\xc4\x05\x46\x8d\xc4\x61\x7f\xe9\xea\xb9\x68\x04\xe6\x2e\xc0\x8b\xce\x33\x98\xdc\xe6\x92\x7d\x6e\x9b\x27\x09\xbb\x13\x25\x9b\x2e\x18\x1f\xb7\xcc\x8f\x6f\x3e\x3e\x16\x79\x85\x23\xbf\x99\x84\xaa\x8d\x4b\x4e\x3e\x1d\x8a\xaa\x2e\x31\x4a\x59\xf1\x49\x34\xab\x3d\x97\x71\xd4\x1e\x0c\xc8\x0f\x5e\xda\xb4\x7d\x48\xb3\x8a\x04\x13\xf2\x88\x4f\x27\x29\x6e\x2d\xc4\xfa\xf7\xb6\x6a\x99\xbf\x56\x7c\xa5\x2a\xb5\x2c\x9f\x50\x89\x51\xf5\x70\xc5\x3d\xcd\xa9\xeb\xd1\x95\x77\x45\x2f\xe4\xda\x02\x29\xda\x31\x89\x17\x02\x04\x1f\x52\x5e\x5c\x36\x87\x24\x50\x71\x30\x1d\xae\xb4\x79\x12\x0d\xf7\xdd\x65\xb9\xe3\x24\x49\xee\xd8\x96\x19\x03\xe1\x94\xe9\x93\x60\x4e\xe2\x90\x3f\xcc\xd4\xc9\x7b\x98\xd1\x21\x6e\x46\xf6\x81\x8e\x6b\x67\xc8\x8c\x6b\x9c\x32\x23\x65\x55\xa3\xb2\x96\xa6\x4f\xfa\x40\xad\x9c\x15\x4e\x76\xac\x80\x29\x03\x41\x10\x0c\x18\x82\xac\xde\xd3\xbf\x3f\x87\x36\xae\x85\x01\xb5\x41\x10\x81\xe4\x51\x08\xad\xa3\x40\x99\x09\x1c\x05\x9c\x45\xd0\x18\x34\xc5\xc2\x08\xe0\x2c\x1a\xd2\x69\xc5\xff\x62\xc0\x28\xb8\xd4\xd4\x87\xc5\x56\xab\x0b\x11\x76\xe4\xb1\xeb\x86\xfb\xd8\x8a\xf7\xe8\x3d\x4e\xb8\x37\xf5\xbe\x73\xe6\x7c\x89\xab\xf8\x29\xc1\xa3\x18\x66\xee\xca\x30\x73\x17\x86\x99\x4f\x8c\xcb\xa6\x99\x75\x62\xf0\xd1\x99\x28\x14\x98\x88\xf5\x4f\x85\x91\xef\x06\xf8\x0d\x03\xe1\x1a\xf5\x16\x41\x60\x3b\xe1\x93\xc2\x79\xd2\x25\x83\x80\x66\x9c\xdc\xd9\x44\xc9\x18\x31\x64\xa8\x66\x93\x4a\x4a\x15\xf9\x79\xf5\x6a\xc0\xe6\x66\xc3\x4a\xae\xc3\x46\x75\x41\xa8\x39\xa0\x17\x5e\xa4\xb8\x7d\x5f\xa6\x13\x91\x10\xbf\x76\x5c\x67\x34\x0c\x83\x3a\xd5\xd6\x16\x8f\x62\xf7\x38\x75\xee\x1e\xcd\x93\x67\x22\x5d\xf8\xaa\x90\xe5\x45\x40\x0a\x9c\x21\xfb\x89\xc4\x94\x63\x6a\x11\xda\x46\x6e\x5f\xa3\xaa\x8d\x6f\x90\xd8\x46\x86\xa9\x0d\x7d\x70\xf6\x79\x1b\xb9\x5d\x0f\x41\x2a\xf4\xc9\xc6\xb1\x2e\x30\x66\x2e\x1b\xa1\x4d\xb8\x22\xf3\x0e\xc9\x25\x9f\xcb\xf0\x9d\xe1\xb5\x44\x05\x77\x12\x52\x0b\xc6\xad\x0e\xef\x7a\x2c\xd7\x5d\x3b\x33\x93\x1d\x12\x46\x6a\x9d\x51\x33\x94\x8c\x0c\x72\x2e\xbf\xf4\x58\x5e\x66\x0d\xb3\xa0\x75\x1f\xb0\x92\x24\xcc\x17\xe1\x6d\x29\x50\x48\xd9\xc6\xdd\x18\x3f\x66\xd3\x2c\x8f\xb0\xe4\xb9\xe0\x3e\x0e\xa6\xba\x7d\x3d\x55\xeb\x89\x56\xdf\xf9\x39\x9d\x19\xd9\x8f\x11\x5d\x00\xa8\xef\x42\x3a\x0a\xdd\x19\x32\x37\xde\x74\x9b\x17\x6f\x3e\x8d\x23\xd9\x06\xa0\x34\xef\xe0\x16\x70\x75\x4b\x07\x40\xbb\x40\x95\x42\x82\x71\xbe\xef\x8b\xaf\x12\xc6\x4d\x86\xd8\xa2\xfb\x5c\x40\xb5\xec\x53\x21\xd6\xb8\xd8\x4c\xc8\x12\xcf\xb9\x2b\x7d\x95\xac\x72\x15\xea\x08\xb1\x91\x0c\x31\x3a\xb9\xd2\xea\x42\x9e\x4c\xd1\xc5\x36\xd4\x36\x16\x67\x46\xb6\x06\xbf\xe9\x99\x59\x85\xad\xdb\xd0\x9c\x2c\xcc\x26\x03\xf7\x0c\x1a\x2f\x7d\xb7\x13\xa1\x1a\xd1\x13\x99\x84\xa2\xcc\x13\xf7\xf6\xea\xfc\x3b\xce\xfa\xa1\xc9\x65\x56\x89\x5f\x30\x4a\xa0\x27\xa8\xe7\x73\x5c\xbf\x20\x70\xae\xeb\xcc\x7f\x5c\x44\xf0\xfb\x82\x21\xda\x3f\xb9\x7e\x3e\xab\x37\x83\x30\x68\x7d\x72\xaa\xdd\xf6\x6c\xf6\x0e\xf3\x57\xd3\x39\xfa\xbc\x00\xb2\xec\x1a\xab\x90\x1b\xfa\x41\x35\x28\xb9\xe6\x1a\x2a\xcf\xf6\x12\xa5\x56\xe8\x23\x49\x85\xef\x23\xa8\x8d\x73\x9b\x55\x35\xca\xb6\xc3\x88\xb3\x55\xee\x23\xd4\x56\xb7\x8f\x68\x6d\x31\xf7\x52\xaa\xd5\xe8\x23\x4f\xab\x60\xa4\x09\x5c\x4a\xd3\x24\xce\xbe\xa3\xa7\x04\x5b\x48\xeb\xa9\x68\xa4\xb0\xa7\x9e\x91\x50\xe3\x1a\x55\x89\x75\x02\x65\xde\x2b\x0e\x90\xcc\x1b\x06\x5c\xe0\xa6\xa6\x8d\x60\x52\xb3\x46\x28\xf6\x6e\xc9\x74\xc7\xc0\xee\x15\xda\x40\x47\xa0\x77\x4d\xc8\xdc\x5e\x6c\x9e\x33\x06\x18\xf5\xa5\xef\xd8\xd3\xe4\xd0\x43\xa1\xfd\xa4\xc7\x7c\x0b\xe2\x6c\x8f\xcb\xb8\x7e\x17\x7d\xe5\x9d\x8f\x5a\x1e\x55\xf6\xd1\x68\x83\x8e\x45\x87\xe1\x98\xcf\xbb\xb2\x50\xf1\xd8\x6f\x34\x94\xd7\xee\x23\x95\x63\xba\x0f\x74\x87\x8e\x91\x68\x1a\xd9\x3d\xfc\xc0\xa3\xb5\xee\x5c\x11\x6a\xaf\x47\x3d\x87\xdb\xea\xa9\x24\xb6\x63\x0c\xe6\x2f\x07\x3f\x3a\xe3\xdc\x68\x4b\xa8\x31\x70\x4c\x2d\x38\x9c\xc6\x09\xa8\x7f\x3a\xa3\x9b\x92\x16\xa4\xb5\x20\x59\xa8\x7f\xea\xd0\x0d\xa0\xeb\x03\x27\x60\x30\x15\xa3\xa7\xd0\x90\xe9\xaf\x4d\xf1\x37\x19\x3d\xa7\xa8\xaa\xe2\xec\xf9\x02\x33\x19\x25\x1d\xb2\x31\x93\x08\x10\x32\xc0\x90\x64\x6e\xba\x67\xd6\x8c\xcd\xf6\xda\xa0\xf4\x26\x01\x49\x13\xe2\xa7\x60\x7e\x3f\x76\x76\x58\x1a\x9e\xcb\xcc\x4e\x8b\x6c\xc4\xec\x40\x84\x0c\x98\x1d\x73\xd3\xf6\xd9\x31\x37\xdb\x3b\x3b\x7a\x93\xd0\xa3\x72\x74\xb7\x9b\xdf\x8e\x3e\x63\x97\x31\x79\x0f\x76\x99\xe9\xe9\xb0\x8d\x98\x1f\x90\x94\x01\x13\x64\x69\xbc\xe7\xcc\x6f\x6e\xb8\x77\x8a\x80\x46\x81\x39\xda\xde\xce\x17\x8b\xe5\xd8\x39\x22\x1a\xe7\x65\x26\x88\xa1\x1a\x31\x3b\x3a\x11\x03\xa6\xc6\xd4\xac\x7d\x5e\x4c\x4d\xf6\x4e\x8a\xda\x9c\x25\x15\xd2\xa8\x19\xf9\x56\xe2\xe4\x6b\x8a\x1f\x47\xdc\x8f\xdb\xea\x5a\x47\x03\xa8\x67\x89\xbb\x3d\xf0\x5c\x22\x1f\x36\x2d\xc7\x0c\xeb\xa9\x54\x06\x3a\x49\x24\x69\x21\x95\x0e\x59\x84\xcb\x24\x1e\x60\x1d\x6c\x66\x16\x45\x51\x89\xab\x4a\x62\xa5\x01\xd5\xb5\xab\x9a\x01\x75\x49\x97\xc7\x54\xd6\xf9\xb3\xb3\xcc\x5e\x06\x1f\x35\x22\x5f\x06\x17\x71\x93\xbd\x0c\xa6\xbc\xac\x2f\x84\xa9\xcc\xeb\x7c\x9b\x3b\x6e\x2b\x26\x3e\xb1\x56\x70\xbf\x00\x84\x79\x61\x80\x30\x34\xcc\xfe\x90\x1b\x47\x7d\xbe\x07\xa9\x99\xca\x0c\x0f\xa9\xab\xce\xe9\x90\xba\xe6\x59\xd4\x9d\x6f\x2c\x33\x08\x00\xbb\x5d\xc1\xda\x66\xae\x77\x4f\xb1\xce\x5a\xff\x5d\xaf\x69\xc6\x1c\x34\x74\x70\xb6\xfa\xeb\xc1\x33\xd5\x5f\x4f\x9f\xa5\xf3\xb7\x4f\x6f\xba\xcd\xd3\xa7\x38\xc3\x91\xcf\xe7\x15\xb8\x8f\xe0\x9b\xcb\x48\x39\x51\xdb\x70\x5a\x2f\x01\xdd\x49\x73\x66\x77\x07\x62\x80\x9b\xc6\xa1\x84\xf4\xcc\xa6\x85\x08\x6b\x6c\x18\xf1\xe2\x5b\xbf\xb3\xd1\x56\x83\x76\x39\x41\xa0\x92\x98\x26\x07\xb0\x79\xf7\x89\x3e\x0f\xb3\xe2\xf8\x6e\x18\x5f\xa8\xbb\x60\x90\x12\x21\x4e\x5c\x77\x23\xa9\xe6\xe2\x35\x25\x03\x11\xef\x2f\xff\xc0\xe9\x89\xb8\x04\xc7\x49\x5c\xbf\xf1\x50\xaf\x5a\x18\x50\xa0\x26\x8f\x05\xa7\x60\x60\xfe\xc5\xdc\xc6\x8d\x0e\x75\x0e\x37\xdb\x2e\x3a\xf9\xd6\x78\x0d\xe1\xe2\x4f\xf0\xff\xe7\x7f\xff\x1f\xde\x80\x7f\xaf\xac\x19\x40\x79\x58\x3d\x1e\xab\xfd\xfa\x66\xba\x2b\x31\x26\xfa\x1b\x4d\xe2\xc3\xe2\xae\x88\xd4\x93\x12\x6b\xc8\xd5\xd2\x93\xb2\x88\xc6\xd9\x2e\xf7\xa2\x68\xfa\x03\x97\xb9\x14\x83\xd5\x06\x57\x47\xd3\x98\x74\xd9\x47\x49\x92\xbf\xf2\xe0\xda\x5d\x71\x84\xb3\x37\x9e\x7b\x57\x9b\x3e\xfb\x64\x69\xe3\xce\xe2\xfe\x29\x9d\x04\xf2\x9c\x4b\x30\x38\x95\xdc\x16\xc2\xb0\x4d\xa1\x22\x20\xd1\x32\x76\xa4\xa8\xfa\x3e\xfc\x6d\xdf\x4b\x8c\x5f\xff\xf7\xfc\xf8\xf5\x2a\xf0\x02\x2f\x5c\x78\xe1\x42\x7e\xbf\xd4\xff\xf6\x8f\xbd\x8a\x6a\x2a\xf9\xe5\x21\xc1\x5f\xaf\xf0\x0b\xce\xf2\x28\xba\xf2\xb6\x49\x5c\xa8\x65\xec\x25\xd4\x62\xba\xfc\x97\xdb\xe6\xbf\x5e\x38\xbd\x9d\x7b\xb7\xd3\xd5\xcc\x9b\x79\xb3\x70\x3b\x6b\x7e\x2e\xa6\xf3\x7b\x6f\xe5\xdd\x4e\x97\xde\x6c\xd6\xfc\x5f\x75\x3f\x0d\x6f\xfd\xf9\x74\x36\xf3\x66\x33\xff\x76\xba\xdc\xfa\x0d\xa0\xdf\x00\xfa\xab\xa6\xc0\xa7\xe5\x3f\x1a\xe4\xb3\xdb\xad\x1f\x4e\x6f\x57\x5e\xe0\x2f\xfd\x70\x1a\x2e\xfc\xa5\xbf\xac\xe8\x1f\xde\xb2\xf9\xd7\x6b\x7e\x78\xcd\x0f\xfa\x47\x53\xf6\x23\x0d\xfc\xbb\x06\xef\xaa\xa9\x38\xf7\x66\xd3\xf9\xc2\x9f\x7b\xf3\xaa\xf9\xc3\x9b\xd3\x7f\x7c\xfa\xc3\xa7\x7f\xf8\xcd\x1f\xf3\x1f\x7c\xc8\xd8\x8b\x30\xe1\x39\xd5\x9f\x93\xf2\x0b\x4e\x8a\x59\x15\x11\x22\x74\x8a\xdb\x8a\xe8\xc5\xd5\x25\xe6\xd6\xae\x13\x2e\x94\xe6\x16\x0c\xd5\x4b\xdf\xcd\x91\xac\xf7\x4a\xf8\xa5\x27\x54\x61\x72\x06\xee\x6d\xbe\x8b\xb7\xf2\xff\x34\xba\xee\xff\xcd\x3f\x7b\x57\xef\x4e\x84\xb5\xd5\xff\x3f\x0a\x21\x61\xf8\x69\x59\x44\xf5\xc7\xea\x5d\xc6\xc3\x3a\x9a\xee\xf2\x44\xcc\x67\x64\xca\xf0\xb5\x96\xb5\x06\xf9\x0a\x8c\xa1\x02\xf6\x09\x08\x2f\x79\x50\x40\x5e\x34\x92\xfe\xf0\x80\xc7\x34\x4b\xc2\x84\x47\x04\x2f\xd5\x20\xd4\x30\xb0\x94\x2c\xa1\xf3\x2c\xb4\xa3\xb6\x45\xaa\xb8\x50\xee\x26\x3a\x55\x4c\x47\x4b\x71\x8d\x48\x30\x19\xa2\xa4\xa9\x1d\x8c\xf0\x0e\x1d\x92\xda\xa5\x8a\x99\x70\xf6\x74\x51\xfa\xfd\xae\xc4\xaa\x69\x1f\x61\xaf\xf8\x17\x79\xdf\x6c\x66\x84\xc5\x1f\xc2\x29\x4b\x97\x10\x92\x67\x9c\x7a\x2c\x76\xd9\xc7\xba\x29\x12\xd6\xfc\x5f\x53\x1c\xc5\xc8\xfb\xdc\xc5\x09\x5c\x84\x41\x71\x9c\x9c\x78\xef\x28\xa7\xc4\x79\xc6\xba\x57\x52\x2d\xba\x7b\xa5\xf6\x39\x9c\xf4\xa7\xd6\xf8\xad\x59\xe9\x7e\x97\x5f\x83\x25\x15\x92\x0e\x2c\x7a\x96\x48\x31\x25\x84\xa4\x77\x0c\x6e\x2f\x12\x73\x2c\x75\xac\xf7\x6e\x0e\x22\x74\x12\x03\x79\xfa\xf7\x41\x10\x8c\xc8\xe3\xc3\xd2\x62\xb1\x49\x6d\x73\x04\x09\xd1\x87\x78\xf8\x26\x22\xfe\x04\x9d\x5d\x78\xdf\xda\xbe\x8c\xbd\xeb\xf4\x78\x2e\xd5\x07\xd0\xc0\x56\xb7\x4c\xc4\x17\x6f\xa1\x12\x41\x24\x33\x4f\x98\x83\xd3\x91\xf9\x8a\xda\xf6\xa8\xd8\x71\x8b\x69\xca\xcf\xe2\x63\x72\x3b\xb5\x0d\xd2\xc8\x58\xb7\x34\xc4\xf5\x33\xe1\xda\x2e\x9a\x5a\xd4\x94\x55\x0e\x27\x77\x5e\x95\x57\x81\x5e\x2a\x5c\xd0\xdd\x95\x37\x27\x0e\x03\x6b\xd9\xd5\x8b\x7c\x0e\x85\x92\xd2\xfa\xe3\x45\x51\x87\x38\xfa\xb0\x27\x30\xca\xa3\x0d\xf2\x53\x7a\xd4\x1d\x48\x24\x01\x4f\x5f\x79\x0c\xaf\x96\x56\x23\x4c\xb7\x79\xdf\x5c\xc9\x9b\xdd\x74\x8e\x53\x85\x58\x89\x9d\xfd\xfc\x50\x37\xc7\x9c\x76\x78\xdb\x18\xbc\xa1\x12\x27\x9c\xfe\xd6\x12\x69\xe9\xd2\x73\xb5\xa4\xd2\xd3\xa9\x95\x66\x45\x8b\xad\xd0\xdf\x62\x2b\x77\xc5\xf1\x1d\x22\xd9\x8b\x48\x1a\x0e\x79\x5b\x02\x64\xbf\x18\x2a\x47\x48\xbd\x4a\x23\xb2\x2c\x95\xd5\xcd\x70\xdf\x40\xed\x15\x5a\x9e\x57\x35\x35\x65\x47\x19\x13\x07\xf9\x8e\x3c\xd5\x57\xa2\xdf\x18\x91\x1b\xc2\x81\xaf\xe5\x6c\x50\x40\xf5\x93\x1c\x76\x97\x6d\xf5\x33\xea\x44\xb7\x96\x33\x96\x82\x39\x44\x80\x48\xbe\xa3\xb2\x9a\xf1\x7d\xa5\x61\x16\x8f\xc4\xda\x27\x7f\xcd\xc8\xa3\x59\xe6\x4a\x60\xa1\xbf\x99\x14\xd5\xa7\x80\x5d\x71\x3b\xd6\xda\xa1\xed\x22\x08\xdf\xdb\x5b\x57\xc7\x6a\xfc\xfa\x15\xe0\x59\x53\xb2\x65\x29\x75\x01\xc4\x04\x09\xad\xc5\x78\x00\x64\x29\x16\x7a\xab\xcb\x78\x05\x62\x62\x50\x4a\x62\x9e\x7b\x98\x75\x9d\xda\x8d\x6a\x35\x89\x32\x84\x8a\xa4\x57\x15\xb5\xb7\x66\x8a\xd9\x6b\x73\xfa\xa7\x37\xf3\xc8\x86\x29\xff\x12\x32\x6a\xb0\x6d\x3e\x5c\x35\x5b\xec\x28\x8e\xea\x17\xaa\x5a\xd8\x5c\xf6\x70\x5d\x89\x9b\xcb\x4b\xd5\xc0\xb9\xf4\x79\xc5\x13\xae\x5f\x31\xce\x0c\x23\x2a\x0a\x2c\x1a\x2a\x0c\x04\x53\xd3\x63\x8a\xe7\xba\xf6\x60\x53\xd5\xa8\x8e\xb7\xda\x56\x00\xcf\x64\xab\x67\xb2\xd9\x6c\x34\x4d\x6a\x44\x63\x69\xb1\x77\x31\x4e\xa2\x0a\xd7\x8c\x87\x96\x06\x16\x8a\x22\x28\xc3\x71\x3f\xf7\xe8\x9c\x32\x9d\x1b\xf8\xae\x91\x60\x52\x6e\xcd\x05\x59\xf9\x21\xfb\x8f\xa4\x83\x17\x25\xf6\xe9\x86\xe8\x44\x54\x51\x62\x6f\x9b\x47\xf8\xf4\x9a\x97\x11\x9d\xf9\xa7\x12\xa3\xef\x7e\xf3\x1b\xac\x21\xbd\xc9\x31\x9d\x29\x1b\xe9\x4f\x62\xa1\x35\x3a\xde\x90\x7d\xac\xeb\x27\x39\x55\xdd\xb3\x44\xa2\xde\xcc\x20\x0b\x60\xe5\xe5\xce\x2c\x38\x80\x69\xef\x13\x12\x91\x98\x16\x9e\x55\x53\x12\xc3\x07\xf0\x3e\x2a\x58\x36\xc5\x53\x94\xf5\xcc\x34\xdc\x90\x5b\xf7\xdb\x70\xeb\x93\x78\xb8\x18\xd1\x84\x1c\x77\xd8\x09\x14\x60\x0e\x41\x31\x11\x94\x92\x31\xf4\xf0\x1d\x6f\x84\xdd\xbb\xad\xfb\x25\x8a\x1c\xba\xd3\xb6\xe4\x0e\xfa\x25\x8a\x4e\xf2\x56\x3b\x86\x4a\xb6\x3b\x8f\xea\x21\xab\xeb\xd8\x43\xde\x92\x3b\xa8\xd0\x43\xe6\x02\x37\x86\x4a\xae\x49\x8c\xea\x22\xaf\xec\xd8\xc7\xb6\xad\x01\xb0\x42\x2f\x99\x16\x33\x94\xd0\xbe\xd6\x2e\xf8\xa8\x71\x28\x69\x4a\xde\x43\x10\x62\x48\x02\x49\xc3\x58\xba\xdd\x31\x51\xb8\x01\xc9\x24\xe1\x9b\x2a\x87\xcb\x2c\xd9\x66\x16\xff\x68\xf6\x1a\xa6\xaf\x90\x51\x37\x14\xab\xf7\x4a\x6b\x39\xeb\x21\xd1\x5c\xfa\x32\xd8\x16\x28\xd3\x87\x43\x28\x3f\x41\x31\xe4\x9a\x16\x3d\x16\xed\x47\xd6\x80\x44\x13\x12\x39\x41\x9a\x8f\x42\x06\x3b\x07\x6d\x75\x78\xb5\x2c\xcf\x7c\xb1\x2a\x3f\x4f\xf4\xa6\x22\x17\x4d\xb4\xc2\x86\x24\x27\x98\xee\xf4\xc1\x95\x43\x8a\x68\x29\xbf\xb9\x38\x4b\x9a\x32\xa9\xd6\x96\xe9\x51\x2c\x3c\xb4\xb6\x72\xf7\xaa\x5e\x66\x3b\x66\xa1\x07\xc3\x70\xd3\x24\xf4\xea\xe5\x2e\x7d\xbf\xcb\x59\x14\x15\x05\x46\x25\xca\xb6\x72\x44\x3a\xd1\x7a\xc7\xd8\xaf\x4b\x14\x02\x5d\x17\x9f\x24\x0b\xbe\xa1\x55\xfd\xa6\x99\xde\xd2\x0a\xa2\xa9\x38\xd4\x34\xa1\xcb\x9e\xdc\x15\xa8\x9c\x33\x10\x6d\x9a\xff\xb8\x24\xb6\xea\xd2\x04\x0e\x40\x44\x2f\x58\xe4\xe5\x29\xe5\x39\x87\xe7\x19\xcc\xc6\x0d\x1c\xf1\xa6\xb7\x38\x9d\x88\x69\xc6\x5b\x63\xc0\x5d\x1b\x60\x19\x9c\x77\xa6\x74\x36\xf5\xa5\xea\x52\xba\x77\xfd\x9c\x00\xe1\x52\x14\x59\xb2\x54\xc5\x65\x0b\x87\x42\x5e\x06\x9f\x0c\xc9\x05\xee\xc4\xec\xcb\x92\x25\x49\xfa\xf2\x3e\xa5\x34\xf8\x4f\x88\x47\x0b\xa6\x31\x20\x77\x79\x99\x9a\x32\x16\xc2\x86\x98\x71\x67\xe4\x0b\x9e\x80\xdb\x59\x5b\xd0\xe0\xe5\x6b\xf8\xa6\x74\x2d\x9f\x0a\x7d\x1a\x5d\xa5\x1b\x06\x7a\x99\x45\x2e\xff\xaa\xbc\xac\x27\xda\xb0\xa8\x00\xca\x30\x49\xf9\x54\x9b\x7e\xe5\x65\xdc\xd0\xba\xcf\xcb\xf8\x47\x9e\xd5\x28\x91\xbe\x46\x71\xc9\x12\x46\x96\xf8\x05\x97\x15\xee\xba\x2e\x7c\xca\x5f\x7d\xfe\xd9\xf2\x49\x18\x00\xa5\x97\xf2\xa4\xb7\x27\xc6\x76\x2f\x58\xdd\xd2\x13\x63\x37\x0c\x74\xd1\xe9\xd7\x3a\xea\x68\x18\xe0\x4e\x06\x01\x0a\x9d\x56\x57\xf7\x1f\xd3\xb6\x96\xcb\x5f\x9c\x66\x96\xfa\x83\x24\xb9\x64\x16\x09\x7a\xf9\xab\x35\x62\x00\x84\x2e\x15\x24\x39\xa6\xbd\xf9\x15\x96\x9a\xf0\x37\x57\x14\x85\x26\xb5\x82\xcd\xb5\x39\xe3\xa2\xc3\xb8\xd9\x5b\x73\x1d\xed\x86\x08\x40\xa2\xc2\xc2\xc4\x9b\xbe\xa0\xe4\x80\x7d\xfe\xcc\x47\xcc\x19\xa2\x11\x60\x86\x55\x5a\x04\xba\xac\xd4\x95\x5c\x9f\xbe\x0c\x69\xd5\x58\x53\xa5\x81\x28\x16\x2d\x01\x5f\xa8\x38\xc8\xf2\x3a\xde\x62\x7d\xd0\xe4\xcf\x92\x4f\x20\x49\x50\x2e\x76\x85\x5b\xc4\x74\x52\x5b\x5b\x99\x66\xd3\x0c\x3a\x9b\x66\x20\xd9\x34\x03\xd9\xa6\x49\x9d\xf2\x80\xc6\xb4\xeb\x3f\xfb\x8a\x73\xaa\x36\xc2\xf4\x6a\x93\xc0\x23\x69\x1d\x87\x66\xcc\x10\x8b\x3b\xaf\x73\x67\xdc\xe9\x15\xaf\xb6\x48\x84\x65\x78\x4a\xd5\xfa\x72\x2c\xbf\xbe\xd6\xe4\xd3\x83\xa4\xe9\x87\xe0\x65\xd9\x7d\xa0\x8a\xed\x8f\x22\x20\xe8\x11\xdc\x0e\x22\x5b\x4b\xe5\xe3\x71\x7d\x10\xb8\x17\xb3\x6e\x12\x96\x04\xc9\x37\x43\x6b\x92\xc8\x15\x23\xea\x11\xef\x94\x2f\x80\x24\x1f\x46\xee\xa8\xea\x9c\xe6\x51\x95\x19\xe1\x1f\xe9\x11\x64\x38\x0a\x3a\xa9\x3c\xa3\x38\x6b\x8c\xde\x7b\x59\x45\xc4\x22\x6d\x99\xa1\xe3\x05\x3f\xcc\xa8\xe2\xf8\x4c\xc2\x2e\xf7\x69\x42\x40\x4a\xf1\x12\xa3\x88\x86\x9f\xce\x23\x9c\x92\xbc\xa5\x9e\x90\xc3\xd4\xa7\xca\x4e\x35\x8a\x2f\x14\xbf\x64\x87\xb1\x71\x80\xa1\x7e\xdb\xae\x83\xe8\x0c\x48\x4f\x7e\xb2\xe1\xce\xce\x43\x3f\xb9\x3f\x1f\xd5\x65\xe1\x80\xeb\x32\x45\xc3\x86\x9f\xf9\x9f\x8b\x79\x8d\x16\x8a\x28\x16\x4f\xc9\x3a\x5e\xe9\x0c\x2d\xdd\x1d\xdd\x17\xc7\x2e\x2d\xca\x42\x3e\x25\x53\x0f\xf6\x3c\xcd\x9f\x4b\x54\xec\xdf\xbc\x69\x27\x3c\x4e\xbb\x38\x49\x3a\x8d\x53\x04\x42\xc7\xb8\xa2\x9f\xc9\x59\x8f\xe6\xd9\x68\x0d\x0c\x5a\xb6\x90\x85\xb7\x50\x1a\x21\x5b\x8e\x11\x83\x0c\x4c\x4e\x0f\x27\x0e\xc1\x4e\x16\x94\xb6\x7b\x1c\xce\x96\xf7\x32\x78\x12\x67\xb8\x22\xd9\x60\xda\x3a\x76\x30\xe6\xea\x08\x77\x82\x29\x1d\xea\x28\xd5\xf1\xf6\xbb\xdc\x06\x44\x39\x81\xaa\xf1\x51\xbc\x1c\x9b\xde\xdd\x2e\x4b\x9c\xb2\xd4\xda\xd9\x76\x9f\x97\x72\x62\x03\x96\xe5\x68\xba\x4b\x50\xb5\xf7\x53\x5c\x55\xe8\x19\x8f\x92\xb1\xba\xe5\xa5\x4d\xa4\x19\x5e\x24\x61\x2d\x0f\xa5\xe9\xcd\x96\x9f\x14\x82\xbd\x42\xf3\x6b\x01\x8c\x96\xc4\x1c\xb3\x80\xad\x3b\x7c\x29\xf0\x1b\x5a\x31\x5f\xf4\x49\xf0\x3a\x9a\x13\xd7\x46\xf6\x83\x5e\xd7\xcb\x29\x39\xc2\x40\xae\xec\x57\xdb\x32\x4f\x12\x3d\x21\x81\x78\x8e\x13\xc0\x93\x38\xab\x2d\xc9\xaf\x77\xf7\xbb\xfb\x1d\x02\x4c\xb5\x68\xd1\xfc\xa3\xf4\x3a\xe0\xd3\x1c\xce\x9a\x7f\xa8\xcf\xd3\x0e\xa5\x71\xf2\xf6\x90\xe6\x59\x4e\x0e\xd3\x82\xa3\xe6\x6c\x2e\xa4\xd1\xbe\x65\x39\xe9\xee\x9b\x0e\x6d\x53\xbf\xf2\xf7\xa8\xda\xc7\xe2\xc0\x74\x37\xcd\x80\x1a\x10\x04\xa2\x15\x88\x5f\x3c\xed\xa2\x30\x9a\x09\xe5\xa2\x11\x58\xf2\xa6\x9c\x2e\xc4\x56\xa5\xbd\xef\xf9\x40\xf2\x63\x72\x33\xe6\xed\xdd\x5d\x78\x1f\x00\x14\x84\x28\xdc\xcd\x57\x62\x13\x46\x94\x74\x3b\x15\x1d\x7e\xa8\x73\x93\x57\xef\xe3\xcc\xfb\x6d\x77\xb7\xbb\xdb\x05\xc6\xda\x0d\xe1\xd9\x21\x7d\xea\x4c\xab\xab\xe8\x0e\xdd\xdd\x19\xc6\xcd\x27\x4a\x1d\x8e\xbc\x28\x7e\x91\x58\x05\x27\x78\x5b\xe3\x48\x98\xf7\x66\xea\x16\xe1\xdd\xdc\xda\x34\xb3\x3e\xd3\xea\x24\xad\x9d\x05\x78\x43\x45\xf7\xd0\x1a\x60\xb5\xe1\x84\x0e\xa2\x71\x38\x79\x67\x50\xf6\x0b\x0c\xa1\x9e\xcb\x74\x36\x91\xa8\x26\x77\x6b\xdb\xd4\xdf\xe6\x69\x8a\xb3\x9a\x33\x5b\x14\xe1\x39\xbe\x05\x21\xab\xba\x8c\xb3\xe7\x1b\xf3\x27\x3f\x6c\x83\x2b\x44\xd1\x13\x9a\x83\x58\x64\xde\x8e\xa2\x05\x5e\xde\x81\x80\x2f\xa8\x8c\xd1\x53\x82\xc1\x06\xf9\xc7\xae\xc9\x7b\x7c\xb7\xd8\x2e\x41\x4c\x11\xde\x39\x10\x96\x17\xb8\x44\x75\xde\x92\x86\xe7\xcd\x3f\x20\xe8\x77\xfc\xf6\x9a\x97\xc2\x3d\x3f\x73\xff\xd3\x21\x51\x9d\xa7\x0e\x7d\x4d\x71\x8d\xc0\x7e\xd6\xe8\xd9\x81\x74\x54\xd7\x65\xfc\x74\xa8\xe1\xb1\xfa\xf7\x03\x4a\xe2\x5d\xdc\x0d\xfa\xfd\x6e\x8b\x96\x2b\x10\x53\x51\x36\xc3\x50\xbf\x39\x8c\xea\xd3\x21\x4e\xea\x38\xb3\x4f\xcf\xdc\xd2\xa6\xc8\xd8\x34\x5e\x24\xbd\xe0\xef\xf4\x38\x71\xe1\xcd\x82\x59\x38\x33\x2f\xbc\x14\xd5\xdb\x7d\x9c\x3d\x3f\x95\x68\xfb\x1d\xd7\x27\x63\x5c\x8f\x75\x77\xb2\x14\xb7\x4d\xf0\x8c\xa4\xf4\x4c\x5d\x23\x2e\x75\xc4\x85\x33\x0c\xbe\x63\x6d\x8c\x9a\x7f\xdc\xdb\x93\x97\x18\x9a\xa3\xed\xd3\xd6\xbd\xb6\xca\x02\xc4\x68\xea\x5a\x59\x5f\x97\xab\xed\xed\xd3\x1d\x89\xe4\x1b\x61\x1f\x47\x71\xb3\xc2\xe4\xeb\x40\xae\x80\x34\xda\x50\x9b\xf8\x88\x3d\x6d\x06\xae\xe0\x04\x44\xde\x14\x37\x3d\xf5\x8b\xfc\x15\xf3\x2d\xcf\xaf\xcb\xf8\xf9\xb9\xf5\x6f\x0d\xe9\xfb\x11\xe1\x56\xaf\x4d\xc9\xae\xbe\xd7\x62\x74\x40\xbb\x7f\x10\x04\x02\xdf\xac\xc5\xad\xdd\x94\x61\x3a\x90\x28\x35\x67\x88\xe7\xbe\xb0\x6b\x41\x01\xe2\xce\xef\x4b\xf0\x7a\x9c\x12\xd3\xa6\x39\x57\xce\xb3\x42\xa3\x9b\x42\x7d\x37\x4c\x3d\x2b\x1a\x55\x81\x18\xef\xb6\x79\xb6\x8b\x4b\x9a\xb4\x72\xca\x7e\xc4\xd9\x33\xa4\x2b\xee\x76\xef\x60\x35\xaf\x90\x6f\x80\xd7\x5a\xfa\x03\x20\xa9\x9c\xe2\x06\x2c\xac\x43\xb0\x8d\x93\x38\x7d\x67\xdf\x55\x6a\xf9\xa3\xc8\xa1\x01\xc8\x1d\x15\xd7\x38\xad\x78\xf2\x28\xee\x93\xb2\xe9\x1d\x3c\x93\xe3\x67\x60\x7e\xf3\x65\xeb\xb5\x90\xa9\xd7\x67\x6e\xa3\xca\x94\x9b\xe6\x45\x1e\xe5\x19\x4e\xdf\x65\x3f\x1c\xea\x67\x23\x9e\x48\x66\x0b\xa2\xa0\xa3\x43\xbd\xf7\xc9\xb5\x51\x41\x2d\xbd\xb8\x59\xef\x13\x2a\x53\xbb\xc4\x96\x87\xa2\xc0\xe5\x16\x55\x98\x1d\x09\xc5\x11\x04\xd6\xad\x01\x2b\x95\xac\x20\xc7\xa9\xce\x5c\x2c\x05\x7b\x67\x69\x10\x90\xb2\xe5\x3e\x17\x1e\x8c\x10\x89\xe2\x85\x32\x1c\xbd\x1d\x57\xbc\x8b\x97\x38\x15\xf7\x82\x0e\x98\xc9\x97\x27\x54\xc5\x5b\x3f\x2a\xf3\x22\xca\x5f\x33\x2e\x61\x6e\x04\x40\xe6\xf4\x2b\xba\xcb\x0a\x58\xda\x14\xb1\xed\xb9\x93\x5e\x00\x18\x86\xa4\x7b\x26\x65\x89\x25\x21\xca\x0b\x9d\xe5\xa8\xf1\xbd\x75\x34\xe0\x32\xcf\x9f\xbd\xff\x96\xe4\x94\x95\x48\x8a\xe7\x28\x7e\xf1\x76\x79\x5e\xe3\x92\x87\xe1\xd0\x52\x0c\xcf\x42\xb1\x85\xf6\x40\x4e\xb3\x40\x17\x47\xda\x94\x3f\x2f\x8e\x46\xd4\xa7\x56\xb2\xf6\x25\xa1\x14\x67\x2f\x20\x0e\xfc\xd6\x34\xa0\x7a\x8b\x1b\xe1\xdf\x93\x82\x3c\x78\x67\x77\x79\x74\x98\x6f\xf8\x2f\xe2\x8d\xc8\x7f\x68\x71\x42\xdb\x2f\xec\xb2\x91\xcf\xe1\x0c\xa7\x5e\xf0\x3e\xcd\xe3\x68\xcb\x76\x1e\xef\x1b\xc9\x8d\xfa\x4f\x5f\x7d\x52\x58\x94\xf9\x4b\x1c\xe1\xf2\x51\x75\x74\x0e\xbb\x53\x3f\xf9\xdb\x7e\x6b\x15\x48\xb7\x56\x81\x74\x6b\x25\x78\xd8\x49\x84\x58\xb6\xc5\x1b\x09\x30\x89\x01\x29\xe1\x8a\x4a\xe2\x76\xfb\x2b\x43\x6b\x0a\xf3\xbe\xfc\xe5\xfa\xf7\x02\xd5\xfb\xd6\x74\x4e\xf8\x81\x30\xa7\x1f\x1d\x98\xb6\x37\x9d\x55\x6b\x53\x39\x50\xaf\x8e\x53\x92\xfb\xf8\x90\x51\xc7\x0c\x96\x91\xb9\x1f\x42\x75\x13\x70\x25\x94\xeb\x58\x0f\xd4\x08\xb7\xb6\x7c\xd2\x4d\x8d\x6c\xa3\x95\xed\x7c\xeb\x17\xbc\xad\xf3\xd2\xc7\xbb\x1d\xde\x92\x5d\xc3\xaf\xb6\x28\x21\x39\x8b\x09\xe0\xfb\x94\xea\xd8\x1a\x8d\xdf\xe2\xe8\xfa\xeb\xd5\xc3\xd5\xa3\x61\x9c\x5b\x03\xec\x72\xcc\x2c\x4b\x6f\x4d\xd1\x50\x3e\x10\xc2\xbf\x40\x75\x7b\xd8\x44\x49\x83\xaf\xa4\x63\x17\x25\x3e\xd4\x71\x1e\x9c\x1e\xfc\x26\x5b\x5e\xb9\xe5\xd3\xd8\x7d\x00\x0d\xed\x1b\xf4\x81\x53\x5d\xe9\x0f\xff\x2c\x7e\x95\xda\x06\x8a\x9f\x30\xde\x85\x6b\xc6\x9b\x3e\x7e\xc1\x59\x5d\x31\xcb\xd5\xe8\x79\xac\x36\xcc\x72\x4f\x63\xed\x8c\x98\xcd\x3e\x0c\xae\x73\x2a\xe1\x39\x29\xbd\x44\x49\x62\x9b\x8d\x4d\x17\x43\xc8\x4e\x24\x08\xa1\x52\xb0\xb9\x36\x6b\x46\xed\xce\x27\xee\xa7\xfc\x41\xfb\x2b\xdd\x04\x16\x81\xed\x95\xb6\xd4\x4f\xee\x10\xe3\x32\xb6\x66\x58\x70\x08\xf9\xc6\xcf\x84\xfa\x34\x14\x1c\x23\xc9\x0f\x21\x34\x82\x23\xb5\x1e\x4e\x9d\x28\x85\xe1\x40\x2a\x3d\x9c\xaa\x83\x4d\x64\xe3\x19\x91\x18\x3e\x72\xeb\xb2\xca\x7e\x36\xa0\x9e\xba\x74\x3d\xd1\x69\x09\xdc\x1a\xdc\x6a\x1a\xa2\xcd\x98\x37\x00\xa2\x83\x36\xe2\x6d\xc2\xe4\x5b\x9b\x88\x07\xbe\x99\x57\x9c\x49\xf9\x93\x77\x9b\x14\xa7\x53\xc9\x82\x8e\xec\x89\xab\x4c\x14\x9d\xd4\x53\x3f\xe0\x9e\x47\x26\xbd\x85\xc3\x49\x12\x17\x55\x5c\x39\x44\x37\xb0\xef\x2a\x4a\x50\x31\x4b\x80\x02\x26\x4e\xf5\x78\x67\xf6\x0e\x4f\x89\x61\xca\xa7\xf8\x2b\x7e\xef\xa9\xc7\xbf\xf9\xbf\x7a\xa2\x9f\x31\x3c\xff\x7e\xc0\xe5\x5b\x81\x4a\x94\x56\x1a\xcd\x2d\xae\xff\x17\xc0\xb5\x8d\xcb\x6d\xc2\x2f\xfd\x5a\xa5\x01\xbc\x9b\x24\x06\x1f\xa5\xbe\xfe\x90\xf3\x6f\xef\x34\xac\x77\xb2\x7a\x01\x8e\xdf\x97\xdf\x96\xdb\x87\x98\xe4\xad\xe9\xa7\x35\x3f\x7a\xda\xd4\x60\xa7\x8d\xd3\x75\x6f\x54\xf7\x3e\xd3\x65\xe9\x6c\xad\x06\xaf\xb1\x10\xe8\x89\x4f\x7c\x8d\x14\xf6\x41\xb5\x24\x4a\x80\x56\x1a\xcf\x66\x24\xe6\xa5\xcd\x83\x58\x19\x7c\xb4\xd9\x5e\x00\xb8\x68\xd3\x3c\xe4\xaa\x77\x36\x2b\x95\x19\x33\x8a\x2b\x66\x6a\x37\xf0\x26\x22\x42\x63\x2d\x79\x5c\xf4\xc9\xa8\xc4\x2e\xa3\xc0\xef\xb2\x6a\x2b\x66\x85\xee\xcc\x46\x56\x89\xc2\x59\x88\xa4\xeb\xbb\x11\xd3\x07\x79\x49\x4c\x4f\xb2\xd7\x5f\xfd\x24\xce\xbe\x3f\x6e\xb8\x6e\x20\x72\xd3\xd2\xca\x4d\x17\xd8\x3a\x95\x88\x07\x01\xdc\x9e\xba\xb5\xd0\x5d\xa5\x19\x90\x71\xce\x5d\xee\x2d\xd4\x5a\x18\x14\xef\x0a\xb4\x58\x39\x4e\x83\x64\xe5\x54\xe2\x87\x38\x45\xc6\xfc\x80\x1e\xcb\xdb\x23\x18\x67\x80\xbe\xe2\x19\xb3\xc7\xb6\xe1\xa0\xbc\xbb\x7e\x5e\xf2\x90\xea\xb8\xd5\xbb\xaa\xc6\xb9\x9e\xf4\x87\x7e\x10\xe6\xc6\x61\x11\x28\x2f\xcc\xd7\x6a\x94\xb7\xbb\xe0\x93\x77\xd7\x3d\x01\x6a\xd3\xfd\xab\xb7\x13\x6c\xcb\x9e\x0b\xc6\x23\xc3\x92\x90\x5a\xcf\x3f\x6c\x18\x48\x38\x64\xa2\x66\x93\x67\xff\x4e\x27\x4b\x2f\xef\x92\x83\x02\x01\x85\x40\x7b\xaf\x39\xca\x50\x73\x2a\x91\x7c\xc2\x68\x98\x88\x73\x84\x0e\x60\xb7\xb6\xa0\xeb\x22\x67\xd9\xd1\xda\xd2\xa4\x74\x6a\x34\x3b\xe6\x53\x17\x18\x7a\x6e\x0c\xbb\x73\x3e\x53\xd1\x74\x53\x6f\xb7\x91\xd2\x61\xf1\x97\xcc\x3f\x49\x78\x58\x46\xe4\xc8\xb2\xe5\xa2\x99\xe0\x78\x34\xeb\xe1\xa2\x38\x4b\x70\x6d\xd3\x87\x18\xc4\x09\x42\x2d\x98\x9e\x67\x40\x23\x2a\x0a\xf0\x3d\x1c\x79\xef\x47\xfe\xe3\xcf\xc3\x4f\xde\xef\x5e\x38\xf1\xbe\x78\xb3\x4f\x9e\xef\xcd\x8b\xe3\xa4\x9f\x76\x16\x0a\x8d\xa0\x68\x30\xf8\xb4\xf2\x2d\xa9\x2c\xa5\xcd\x13\x7e\x10\x03\xf2\x2f\xad\x99\x48\xb4\xb7\x07\x0b\x30\xd4\x63\x6b\x52\x97\xea\x18\xc2\x91\x6a\x36\xf9\xe9\x1d\x4e\xa1\x03\xe0\xd3\xee\x69\xb7\x95\x30\x6e\xae\xf9\x35\xcc\xad\x64\xc8\xa7\xb7\x1d\x92\x8a\x41\xbc\x9f\x25\x00\xf1\x88\xda\xd7\x33\xe5\x1d\x20\xd9\x82\xf4\x3a\xda\x93\x9d\xb5\x7e\xef\x23\xd3\x7f\x18\x2b\x2d\x2f\xf9\x16\x52\xa2\x7a\x89\x53\xe9\xd6\x64\xba\x6a\x26\x03\x78\xcb\xa5\x76\x64\x93\xc4\x9b\xeb\x1b\xa0\x90\x0c\xfd\xe6\xd2\x99\xa3\x2f\x70\xc5\xaa\x2e\xbf\x07\xea\x70\x20\xb1\xf2\xb2\x39\x72\x05\xe4\x61\xaf\x7e\xeb\xd8\xcf\x37\xfa\x73\x4f\xa8\x4e\x2b\xae\xbb\x7d\x3b\x24\xe3\x6e\xb8\x05\x9b\xb7\x1e\x06\x8d\xc0\x82\x2e\x67\xf4\x59\xe8\xb6\x0e\xfb\x0c\x41\x69\xf8\x7d\x2d\xba\x2c\x61\x13\xc1\x55\xf7\x1e\xa7\xef\x50\x24\xdc\x48\x1c\x53\x25\x88\x1d\x37\x55\xf6\x56\x24\x73\xd3\x06\x4b\x74\x00\x6e\xfe\x75\x03\xa4\x62\x01\x76\x3f\x18\x42\x96\xe4\x39\xc4\x2c\xe4\x26\x97\x89\x76\xb7\x02\x9d\x79\xb9\x88\x21\x37\x93\x6d\xf4\x04\xe8\x29\x7a\xd0\xec\x27\xf6\xf0\xc3\x80\x7a\xe1\x3e\x2c\xf0\x08\x6e\x78\x04\x63\xd9\xfe\x2d\x05\xff\x92\xde\x9d\xdf\xf1\xa0\xc2\x4e\x8d\x52\x4b\x84\xa5\x65\xf9\x4d\x45\xe7\x64\x62\xa0\x93\xb2\x6b\x68\xa0\xa1\x14\x12\x45\x34\x3d\x99\x78\x75\x74\x92\x1c\xa4\x8d\x56\x28\x82\xce\xdf\xe2\x24\x79\x9f\x3e\x97\x71\x24\x24\xea\xd0\x32\x77\x70\x94\x4b\xe2\x1b\xe4\x36\x27\x10\x69\x42\x14\x18\x73\xc7\x61\x16\x67\xc2\x61\x36\x60\x20\x36\xf2\x2b\x57\x35\x02\x4d\xef\x72\x17\x6e\x6b\x5d\x08\x1d\xf0\xec\x0e\xce\xb8\x4c\x82\xb0\x2d\x8b\xa3\xe7\xdf\x2a\x4f\xbd\x82\xbb\xc9\x4d\xe0\xcd\x66\x2c\x42\x83\xd7\x08\x50\x6b\x62\xe6\xf3\x50\xe9\x86\x04\x80\x8f\xba\xd8\x26\x5c\x8d\x06\xd7\xf9\x17\xba\xce\x65\xbd\x9a\x4a\x0e\xed\x9a\x6d\x2d\xda\x09\x1d\xc5\x97\x62\x51\x50\x45\xd5\x36\xc1\xa8\x7c\x78\xca\xeb\xbd\x1b\xb3\x11\x2f\x08\x40\x34\x88\xe1\x6b\x57\x2d\x71\x51\x9e\xfa\x25\xde\xbe\x6d\x13\xc9\x8f\x49\x59\x17\x12\x94\x57\x97\xe3\xcc\x0e\x30\xae\xcd\x75\xcf\xfb\xe3\x40\x7a\x7f\xcc\x7e\x29\xd7\x07\x30\xee\xa7\x3c\x7a\xb3\xbd\x9c\x20\xc2\x31\xbc\x97\x62\x6f\x68\x4b\x46\xc6\x19\x45\x27\xf9\x98\xcc\xee\x2a\xd4\x02\x43\xe5\xcd\xb5\x16\x0f\x13\x02\xdc\xa2\xa2\x99\x86\x3f\x68\x0f\xc8\xc1\xee\x56\x0a\x09\xc1\x83\x3a\x01\x01\xc2\xa5\x57\xbc\x8e\x70\x7f\x70\x25\xbe\xe3\xfa\xe6\xcc\x65\x6e\x66\xee\xd8\xcc\xbc\xbf\x99\xb9\xa5\x99\x85\x63\x33\x8b\xfe\x66\x16\x96\x66\x96\x8e\xcd\x2c\xfb\x9b\x59\x4e\xe0\x14\x06\x2e\xf3\x34\xac\x0e\xd0\xbc\xef\xad\x04\x8d\xa4\x07\x1b\x34\x85\xc3\xea\xc8\x14\x2c\x09\x01\x73\x77\x02\xa0\xc9\x1d\x56\x47\x26\x60\x3e\x57\x75\xb2\x1e\x64\xd0\xb4\x0f\xab\x23\x13\x10\x2e\x89\xa1\x61\xd9\x10\x20\x47\xcd\xa7\x1e\x66\xdd\x6f\x1c\xc5\xb5\x07\x38\x66\xb6\xc1\xfa\xc5\x40\x09\x0e\xa8\xa4\x40\x6f\x7d\x18\x9a\x66\x2f\x42\x0a\x80\xa8\x23\x64\x5a\xe7\xdf\xb1\x98\xc8\x40\x46\xc5\x55\x13\x62\xd0\x3c\x63\xb0\x3a\x94\x23\xc6\xc9\x58\x79\xc0\x10\x0d\xc1\x61\x1e\x1d\x21\x6a\x1b\x70\xcc\x58\x34\x3c\x6d\x0d\x08\x74\x1f\x10\xa7\xe2\xde\x5c\x0d\x02\x05\x62\x82\x08\x59\x94\x2c\xa6\xe1\xdd\xf2\xb6\x69\x99\x1c\xbd\xf9\x9a\x1a\x8b\x5c\xca\x04\xc7\x8d\x45\x81\x3e\xef\x03\x31\x0a\x8b\x72\x26\xb3\x13\xe0\x74\x7d\x77\x7f\x7f\xb1\xf1\xa1\x82\x6e\xc6\xc6\x66\xf5\xf7\x35\x36\x17\x20\x74\xee\x90\x83\xa4\x1f\xcb\xe2\x22\x58\x96\x17\xc1\xb2\x9a\xc8\x87\x3a\x28\x99\xa4\xdd\x31\xdb\xfa\x3c\xd7\x90\x44\x52\xcc\x8f\x48\x95\xfa\x1d\xc6\xd1\x13\xda\x7e\x27\xef\x91\xbb\x2c\x21\x44\x4b\x25\xef\xeb\x1d\x30\x15\x5d\x18\x24\x19\x03\x39\xdc\x68\x2f\x67\x99\x1e\x2a\x26\x49\xe8\x3a\xca\x4a\xdb\xa0\xe1\x6f\xe4\x70\x01\x9c\x8f\xe6\xe4\x7c\xd4\x3d\x2a\x20\xa7\xec\xf7\xe9\x21\x13\xeb\x41\x97\xbb\xc2\x77\xda\x99\x93\x1c\x49\x34\x9c\xc3\x0e\xe3\x72\xcd\x3c\xb9\x51\x30\xdd\xc8\x6d\x13\x08\xb9\xe4\x90\x9c\xa0\xdb\x2c\xe9\x14\xf3\x5c\x0a\xe9\x09\xc8\x0f\x62\x66\x68\x86\xd4\x2f\xf3\xd7\x8a\xc6\xda\x11\x9b\xf6\x92\x98\x1a\xf7\x94\xe6\xda\xf2\x13\x37\x54\x1c\xd2\xec\x61\xf6\xbb\x3f\x03\x84\xf9\x2c\x5c\x89\x01\xc1\xcf\xea\x23\x69\xee\x19\x15\x2c\x51\x42\x73\xbe\xe5\x3d\x63\x54\x54\x0f\x4d\xd3\x29\x3a\x7e\x0e\x9b\xcf\x37\xb3\x5d\x39\x99\x7c\x5b\x3c\xd2\xbe\xb6\x4b\x89\x03\x97\xb8\xc0\xa8\xfe\xbc\xb8\xd1\x2b\x41\x82\x77\x16\x2e\xef\x2f\xd5\x17\x27\xc2\xc9\xe4\xec\xe2\x24\xe9\xe9\x40\x0b\x07\x74\x64\xad\x8c\xda\xa7\xf7\xf7\x69\x91\x17\xcd\x22\x6f\xbd\xe8\x89\xbd\xf6\x9a\x9b\x95\xe6\xe4\x56\x18\x84\x11\x33\x12\x01\x71\x0d\xa9\x7d\x71\xa5\x57\x3f\xf1\x5b\xb4\x39\xf0\x9a\x4a\xf2\x35\x81\x9a\x95\x03\xfa\x35\x9c\x2d\x4a\x24\x16\x20\xc0\x2f\x50\x86\x93\xe6\x58\x2a\xda\x51\xf9\xc4\x09\xcd\xc8\x31\x5b\xa5\x1b\x4c\x45\x1e\x2a\xf6\x22\x39\x9c\x60\xfb\x59\x72\x91\x24\x1e\x9d\x65\x5e\xa3\x1a\x7f\xf6\x17\xcb\x08\x3f\x4f\xd6\xc6\x0f\x86\x67\x2f\x24\xe8\x26\x91\x72\x34\x19\x91\xd8\xbf\xf6\xca\xa9\x6f\x04\xc8\x14\xc9\xd7\x52\x9d\x9d\x81\x67\x3a\x15\xbc\x4e\x35\x2c\xb5\x9a\x9c\x4d\x6b\x46\xda\x67\x00\x93\x94\xf6\x58\x46\x8d\x7e\xa9\x37\x4b\xfd\x36\x45\xdc\xcc\x59\x22\xcd\xcb\x46\x0d\xa6\xbc\x91\xe2\xec\xe0\x4d\xc5\x5f\xd6\x64\x7a\x86\x04\x7c\x03\x30\x98\xec\xe1\x2e\x28\x4e\x42\x0c\x89\x91\xfd\xd8\x5c\x9f\xdf\x93\x16\xc7\x39\x7d\x81\x62\x41\x0a\xcf\x99\x00\xcb\x2a\xd7\x02\xbb\xf5\x37\xd7\xf2\xa1\x8d\x1b\x93\x36\xd1\xd3\xd9\x23\x23\x63\x3a\x6b\x7c\x5a\x7d\x45\xbb\x01\x62\x79\x84\xce\x0e\xb1\xcb\xe3\xe8\x6a\x21\x77\x47\x8f\x23\x7d\x56\x73\x89\x71\x94\x30\x9d\x37\x8e\x14\x95\xd1\x8d\x79\x74\x67\xd9\x9b\x98\x91\xb5\x69\x92\xf0\x0b\x8c\x14\x25\xe3\x02\x88\x44\x8a\xce\x1b\x71\x91\xa4\xf3\x30\x19\x12\xa1\xb7\xf1\xac\x22\xbc\x8b\x33\xf6\x2c\xad\x69\x6e\x13\x25\xa0\xdf\x92\x0e\xb6\x89\x6a\x73\xea\x91\x05\x75\x04\x82\x6a\xb5\xf7\xef\x4c\xeb\x30\x83\x5e\x4b\xcf\x89\x75\x8f\x8b\x05\x4e\xe9\xb1\x93\x3e\x2b\x4c\x72\xd4\xa0\xf5\x9e\xf2\xe8\x6d\x53\xbd\x3c\x2b\x1e\x86\xe6\x65\x2d\xf9\x47\xae\xf8\xd5\xac\x1e\x4a\x7b\xc1\x8e\xb9\x7a\x0b\x2c\x84\x0f\x4d\xb6\xd9\xd0\x81\x4b\xee\x24\xdf\x06\x99\xcf\x62\xfa\x98\xfa\x81\x7e\xef\x0a\xbc\xd9\x74\x59\x79\x71\x46\x06\x00\x7b\x18\x55\xd8\x8f\x33\x3f\x3f\xd4\xeb\x51\x95\x34\x1d\xc8\xcf\xcb\xb8\xd1\x53\x96\xc1\x27\xaf\xe9\x95\xf1\x03\x75\xd9\xc7\xbb\xed\x22\xba\x53\xbb\xf3\xac\x1b\x8d\x8d\x5d\xf4\x23\xdc\x8c\xca\x34\xac\xd6\x40\x59\x2f\xe6\x79\x3f\xe6\x39\x80\x79\xde\x8f\x79\xd1\x8f\x79\x01\x60\x5e\xf4\x63\x5e\xf6\x63\x5e\x02\x98\x97\xd5\xfb\x5f\x79\x85\xef\xf8\x6d\x57\xa2\x14\x57\x9e\x3a\xd9\xa7\xe0\xd3\x4d\xa3\x91\x9f\x74\xf5\xb6\xda\xa2\x04\xcf\xff\x8f\xcf\xb3\x9b\xd9\xcd\x4c\x54\x6f\xe5\x0f\xef\xf3\xb9\xad\x76\x70\x13\xc0\xb5\xe9\x87\xf7\xf7\xbf\xfe\xca\xc4\xc9\x73\x73\xbe\xd3\xd5\x28\x8f\xa3\x8b\x84\x92\x93\x72\x0f\x98\x64\x6b\xf3\x91\x9c\xf9\x4c\x8f\xb2\x88\x4c\xe4\xd2\x70\x8a\x8a\xc2\x7f\x89\xf1\x2b\xb1\x67\xd1\xc7\x52\xec\xdb\xc4\x9b\x36\x1f\xd4\x71\x13\xb2\xc2\x3c\xa1\x2c\xc3\xe5\xb8\xd8\xa6\x17\x18\x52\x36\x1c\x8b\x2e\x79\x15\x23\x48\x7f\xa6\x74\x65\x71\x66\xf5\x67\x3c\x84\x41\x3b\x82\x2f\xaf\x22\x72\xdd\x21\xf1\x05\x95\x9f\x7d\xbf\x7a\x25\xef\xa4\x9e\x4a\x94\x45\xfe\x2a\x08\x6e\x7e\x0b\x82\x60\x22\x93\xb2\x51\x7c\xc9\x81\x98\x25\x62\xf8\xb8\x60\xad\x67\x08\x63\x98\xbc\x0c\xbd\xc8\x59\x37\xe5\x2d\xde\x53\xb6\xf8\xd6\x7b\x83\x9f\x29\x7a\xb0\x51\x3b\xd8\x34\xae\x58\x80\xa4\x0d\x1a\x5c\x63\x50\x4b\x1b\x59\x41\x11\x1d\xd1\x1c\x11\x38\x12\xb8\x41\x5c\xdb\x75\x05\x6f\x56\x41\x55\xa0\x6c\xc2\x34\xad\xe1\xf5\xa8\xae\xe7\x56\x8f\x9e\x5e\x07\xc0\x8e\xa4\x4f\xad\x3b\x84\x46\xe2\x9a\xe5\x0e\x3a\x92\x42\xa5\xaa\x89\x40\x29\x7f\xe3\xb9\x6b\x40\x44\xe6\xb4\x04\xac\x15\x86\xb4\x33\x6c\x01\x00\xf5\xdd\xa8\xb3\xb1\x3f\x08\xdd\x3f\x77\x3d\xd5\x5c\xe6\xad\x87\xf7\x4d\xa0\xe3\x88\x73\xe5\x7c\xa0\xaa\x81\xf1\x0d\x90\xe3\xc8\x83\xd8\x5e\x8c\x88\x76\xae\x38\x75\x17\x94\xce\x90\x14\xbd\x2b\x34\x89\x22\xe9\xc8\xad\x03\xbb\x01\xb1\xa2\x2b\xa0\xb9\x13\x86\x49\xda\xf0\xb0\x1e\x71\xb6\xc7\x65\x5c\x2b\x5b\x3d\x4d\x27\x65\xd6\x93\xa8\x85\xfc\xdb\x2e\x2f\xbf\xa6\x28\xce\xfc\x0c\xbd\xb0\x70\x42\x8f\x27\x31\x8d\x9c\x7f\x1f\x04\x81\xaa\xd3\x58\x2a\xf7\x3c\xf9\x11\xc2\x41\x4c\x43\x9c\x3a\xa3\xa5\xee\xb6\xc2\x23\x74\xe6\xf2\x36\x48\x2b\x71\x94\x88\x70\x25\xe5\x52\x6e\x21\xb9\xa2\xfd\x62\x4a\xc6\x90\x5d\xdc\x5d\xa8\xfc\xa4\x2d\x62\x80\x18\xa6\x21\xd4\x24\xe3\x31\x49\xc1\x2e\xe7\xe4\x53\x6c\x2b\x62\xc0\x76\x35\x55\x32\xf3\x5b\xec\xe3\x2a\x42\xe2\x97\x28\x7e\xe9\xe3\xa4\x16\xb0\xbd\xc8\x5a\x04\x01\xd7\xf0\xcb\xce\xbf\x9b\xdc\x6e\xf7\x25\xbc\xba\xa3\x29\x92\xfb\xa7\xb5\x7f\xf0\x64\x88\xd1\x6f\xbe\xde\x75\x34\x17\x7d\x11\x34\x22\x4b\xc4\x07\x4c\x9d\x90\xca\x66\xb5\x1a\x20\x0a\x6d\xd2\xd7\x49\x52\x8d\x90\x53\x8a\x94\x5a\x1a\x3c\x81\x16\xf7\x6e\x9c\xf4\xa7\xd4\xfa\x28\xa9\x25\x5d\x72\x2e\x75\x07\x0f\x52\x26\xbc\xf4\x22\xf3\xf9\xb3\x98\xe8\x52\xef\x3f\x3f\x3e\x7f\xe0\x47\xac\x77\xee\x06\x14\xb0\xeb\xf4\xf9\x9d\x79\xaf\x97\x1f\xa7\xfc\xd1\x55\xa7\x21\x99\x58\x04\xd4\x75\xf7\xe4\x7f\xbe\xe4\xd9\x11\x2c\x78\xbe\x18\xde\x83\x89\x0f\x3c\x16\x13\xc8\x44\x44\x2c\x6e\x42\x10\x4c\xd5\x6e\x63\x91\x56\xca\xae\x69\xb6\x51\x85\x41\xd0\x76\xac\x25\xa1\xbb\x98\xd4\x4d\x60\x2e\xea\xa2\xf9\xca\xa3\x7d\x3a\x25\x5d\x7e\x4c\x57\xaa\xf6\xa8\x6d\x3f\x2c\x67\x73\xeb\xe3\x25\x65\x72\x16\x4a\x5b\xf7\x06\xc3\xeb\xb1\xd6\x07\x25\x60\x63\xda\xbd\x94\x09\x78\x10\x9c\x00\xcc\xc5\xda\xcc\xb3\x17\x78\x81\x4b\xec\xc5\xed\xe1\x29\xde\xfa\x4f\xf8\x47\x8c\xcb\xcf\xd3\xd9\x4d\xf3\xbf\x70\x79\x33\xbd\x9f\xd8\xe2\x31\x5a\x6a\x59\xe3\x44\x86\x86\x38\x91\x21\x18\x27\xb2\x0d\xc0\x45\x3a\xeb\xd1\x50\x1d\x3d\xdf\xf5\xc9\x11\xd3\xe6\xe8\xe1\xa4\x04\x7f\x13\x5b\xf8\x5b\xae\x7e\xdf\x0a\x22\x93\xc8\xd0\x79\xb3\xd5\xfd\x76\x28\x93\xea\xdf\x2a\x5c\xbe\xc4\x5b\x4c\xdf\xf0\xfd\xd6\x68\x74\x05\x2e\x37\x34\x26\xab\xfa\x7b\x83\xb4\x8c\x6f\xe4\x3f\xc4\xdf\x8a\x3d\xa5\x9d\xd6\x71\x9d\x60\xe0\xae\xf1\xd2\x7b\x15\x0d\xb6\x2e\x3d\x4f\x75\x5e\x49\xbf\x9a\xa1\xf3\x1f\x6a\x37\x17\x2d\xf1\xf5\x5b\x91\x33\x3b\x7c\xb0\x04\xed\xf0\xd0\xc6\x9d\x11\xcd\xb7\xf2\xa6\x4d\xc7\xa8\x53\x13\x7d\x8d\x68\xb8\x0e\x97\xfd\xe1\xe6\xba\x5e\xea\xde\x86\x70\x43\x41\x5d\x4e\x96\xab\xb9\x72\x54\x9f\xe1\xd4\x51\x8d\x84\x89\x76\xbf\xa3\xd0\xe9\x16\x5f\x80\xaf\xb4\x8d\x13\xd8\xc8\x63\xe9\xe9\xfb\x10\x25\x5c\xb7\xb9\x9e\xc4\x80\x95\xb7\x41\xf0\x3e\xfa\x5c\xf6\x77\x7e\x41\xe2\x68\xb8\xfd\x7b\x36\x81\x23\xa3\xf7\x10\xc0\xbe\x77\x2d\xfb\xbe\xb7\xdb\x05\x89\xfc\x2d\xa6\x4a\x6d\x4b\xf7\xa1\x69\x53\x91\x23\x33\xb4\x71\x6f\x60\xa4\xde\x3e\x84\x42\x39\xa8\xa8\xf7\xb3\x0d\x6e\xb3\xaf\xac\xc2\xd5\xdd\xed\x5c\x83\x89\xa2\xd6\x80\xd8\x74\x43\x6e\x8f\xfc\x3f\xf1\x7f\x91\xb3\xdc\x5f\xa2\xa7\x52\x06\x76\x8d\x2c\x0a\xfb\x47\x86\x5e\xc4\xb7\x06\xe2\x8d\x71\x53\x43\x14\x09\xc4\x09\xd5\xd0\xe4\xdf\xe8\x2e\x18\x08\xe3\xd9\x05\x2b\x52\xce\x79\xc4\x0a\xaa\x90\x4f\x02\xba\x43\x71\x5f\xba\x1c\xcc\x70\x87\x37\x7a\x6a\x60\xe9\x8a\xf7\x0e\x1a\x2a\x1e\xa3\x41\xcd\x08\x7c\xa9\x8c\x13\x34\x57\x9e\x32\x78\xb4\x50\x1c\x3b\xf2\x91\x16\x0b\xbd\xbd\xb7\x50\xdc\xd7\x5b\xf2\x30\x41\xe3\x7b\x1e\x6f\x4e\x0c\x59\x42\xc6\xf5\x5e\xf3\x34\x26\x0f\x2f\x24\x94\x32\xb3\x51\x7e\x57\xc3\xed\x8b\xe1\xb9\xc4\x80\x3b\xbc\x1a\x8d\xc2\x4f\x62\x83\xb4\x45\x87\x0c\x1d\x6a\x72\x5a\xc6\x91\x18\xc2\x9f\xb8\x8d\x07\xe4\x41\x29\xdb\xbb\x6a\xf4\x44\x36\xee\xc7\x4d\x21\x3c\x7a\x97\xd6\xa0\xf4\xa5\x27\xd8\x11\xe9\x11\x10\x51\x46\x5e\xe9\x6d\xea\xe3\x2e\xb7\xa5\x90\xea\x59\xed\xff\x5c\xeb\x3f\xc0\xe3\xed\x2c\x0a\x07\x6f\xd5\xcf\x5c\x3b\x74\x77\x9d\x37\xaf\x8e\xb0\x19\x6b\xa2\x21\xd7\x79\x9e\x3c\xa1\xb2\x3d\xe0\x0a\x62\xbd\x55\xe5\x03\x6f\x51\x68\x71\x7d\xc4\x30\x7f\xa1\xe0\x72\x4b\xfe\x56\x8e\xc9\x92\xce\xf4\xfe\x9b\xdc\xa6\xac\x7c\x18\xf3\xf9\x82\xd4\xca\x8f\xb1\x8c\xca\x57\xdf\x72\xe6\x8b\x08\xc0\xb0\x5a\x81\x18\xf6\x33\x30\x1e\x9d\xf2\x6a\x2e\xce\xaa\x1a\x65\x5b\xf5\x9d\x99\x50\x99\xd6\x52\x46\xe4\x8b\x12\x3a\x44\xf9\x6c\x8c\xf2\x21\x37\xce\x0e\x78\x4a\xdb\xe6\xa6\x64\xcb\xff\x42\x7b\x02\x08\xe3\x6b\x87\x52\x9e\x0a\xeb\x01\xd2\xc1\x9e\x21\x59\x31\x6e\x71\xca\x42\x70\x18\x92\x1e\xf1\x08\xc5\x82\x32\xbe\xc0\xa9\x4a\x04\xf8\x30\x6f\x0d\xed\xb8\x86\x88\xd6\x97\x89\xfe\x35\xc2\x8d\xac\x0b\x93\xa7\x8e\xeb\xb5\x92\x60\x49\x66\x08\x71\x31\xb1\xe5\xb9\x5a\xdd\x35\xfc\xac\x0e\x8d\x64\x25\x08\x01\x4b\x6b\x28\x2d\x8f\x76\x71\x2e\xc2\x99\x0d\x5d\xf7\x0e\x49\xb6\x4c\x10\x74\x7a\x5f\x5a\x81\x3e\x83\x17\x23\xcb\x88\xa4\x56\x04\xe3\xda\x2d\x15\x37\x7e\xf2\x18\x50\xab\x49\x36\x47\xa1\xba\xf2\xbe\x93\xbc\x08\xa5\xf9\x8d\x69\x5a\x6b\x5c\xe1\xfa\x11\x0a\xc6\xca\x6c\x7d\x82\x34\x7e\xdf\xcf\xc4\x44\x39\xd3\xbb\x12\xa7\xef\xfb\x50\x2a\x9b\x93\xb2\xb9\x58\x56\xb6\x26\x3b\xf6\x84\xbc\xdd\x61\x6c\xe9\x9e\x7b\xb6\x21\x43\xd5\x93\x9c\x08\x35\x04\x93\x78\xf4\xc4\x67\x77\x0b\xa1\x0e\x86\x5a\x97\xc2\x60\x32\xc9\x7a\x23\x9c\xbb\x49\x2d\xed\x35\x01\xec\x19\x4f\x32\x0a\x35\xf0\x23\x40\xe9\x73\x38\x3b\xb0\xa6\x22\xd5\xf6\x17\x06\x76\x6c\xf6\x97\x00\xd6\xba\xda\x61\x5b\x1c\x30\x3a\xcf\x15\x2e\x10\xc9\x56\xf9\x38\x6c\xf8\xf4\xda\x67\x57\xec\x1d\x5a\xad\xea\xd8\x51\x35\x20\x1a\x31\xc6\x2a\x26\x69\xc4\x97\x70\x3e\x0e\x75\x91\xf4\xe5\x16\xb0\x04\xd8\xe6\xa1\x09\xc5\xc7\xda\xfc\x15\x2c\x21\xd7\xcf\x0f\x75\x71\xa8\xbd\x28\x22\xb9\x31\xa4\xf5\xc2\x82\xc3\x0f\x5b\x34\xac\x92\x94\xfb\x89\xd8\x04\xaa\xba\xcc\xb3\xe7\x01\x6b\x8a\x61\x1a\xb0\xb0\x58\x8d\x06\x82\xa9\x24\xbc\x55\x58\x08\x52\xc8\x02\x55\xd5\x6b\x5e\x46\x2e\xb0\x8c\x08\x07\xc8\x46\xc3\xb7\xc3\x19\xe4\xa8\xbd\x12\xb5\xe8\xa3\x6f\x25\x4e\xae\xbf\xee\x71\x52\x3c\x1a\x00\x79\x1a\x41\x71\x43\x6a\xa6\xb8\x37\x70\x81\x10\xae\x40\xab\x4c\xb6\x30\x78\xd4\x84\x4f\xf2\x20\x09\x1f\xc4\x31\xa1\xc9\xf9\x67\x2d\x56\xa0\x63\x62\xdc\x14\x90\x94\x71\x1b\x15\xa7\x60\xbc\xc8\x35\xc7\x2a\x1c\x86\x20\xf2\x38\x29\xd1\x34\xc2\x55\x1d\x67\xf4\xf9\x0e\x4e\x4f\x5a\xda\x1e\x7d\x41\x35\xeb\x55\x64\x75\x9c\xba\xb1\x79\x0f\x1c\x9b\xbd\x1e\x28\x32\x95\x46\x18\xd3\xc8\x1b\x2b\x08\xa9\x0d\xbf\x18\x81\x7e\x1a\x4b\xcb\xc5\xdd\x80\xa8\xac\xcc\x8b\x14\xea\x55\xd6\xfe\x00\x16\xc6\xa9\x89\x67\xc4\x74\x44\xc6\xd0\x1d\xaa\xa2\x2a\x69\xbd\x37\xd3\xa2\xcc\x8f\x6f\x3e\x3e\x16\x79\x85\x23\xbf\x40\xf5\xbe\xe2\xc1\x64\x01\xb8\x43\x51\xd5\x25\x46\x29\x04\x23\x29\xa8\xb3\x70\x59\xf2\xe8\xb1\xe2\x0e\x38\x86\x48\x8f\x7c\xa7\x63\x3e\x71\xa5\x18\xac\x64\x23\x5f\xaa\x20\xf4\x85\x79\x80\x4a\x5d\xe1\x5e\xa1\xdd\xec\xab\x9a\xb8\xe9\x0c\xe2\xa1\x2c\xf2\x3e\xf3\xb3\x5d\x73\x1e\x8a\x70\x73\x3a\xf6\x8b\xf8\x88\x13\x9f\xdc\x14\x3f\x04\x93\x13\xf5\x30\x15\x90\xae\x24\x37\x89\x77\xf6\xd4\x91\xbd\xd3\x17\x00\xa7\xb7\xcd\xc0\xb7\x07\x96\x71\x56\x5a\xf1\xb9\x65\x10\xbc\xec\x7f\x62\x62\x14\xdd\xc5\x80\x9d\x69\x55\x1f\x03\xb1\x58\xb3\xae\x4a\x87\x2b\x12\x28\x9c\x58\xb6\xad\x61\x20\x59\xfc\x47\xfd\x78\xa9\x88\xa8\x6b\xba\x98\xaf\xc7\xb8\x43\xb4\xc8\xb5\x9b\x73\x42\x9f\x74\xfc\xa5\x11\xdf\x16\x2f\xaf\xde\xef\xde\xe7\x59\xb8\x0a\xbc\xdf\xbd\x59\x10\x4c\x26\xca\x99\xd8\x08\x07\x59\xa5\x02\xe9\x20\xac\x9c\xb7\x03\xfd\xbc\x1d\xc0\xc7\x77\x1e\x40\x66\x40\x77\xc2\x85\x86\x9d\x84\x1c\x7a\x27\xa9\x6a\xdb\x4b\x18\x3a\xd6\x2c\xc1\xcf\x07\x25\x99\x18\xe3\x4c\x65\xe6\xe7\x32\x7f\x05\x7c\xa8\xde\xc5\x8e\xb4\xe6\x5c\x51\xd2\xb1\xfb\xb1\x89\x32\x4c\x41\x17\x20\x09\x4e\x05\x4e\x4a\x79\x5e\x34\x4b\x2b\xe2\x25\xdc\x44\x8d\x7a\xa4\x47\xea\x22\xca\x0d\x5f\xd4\x44\x63\xbf\xe9\x03\xf0\xa4\xf0\xa7\xdc\x6b\xbc\x7b\x5e\xd8\xe8\x5b\xec\x5a\x7c\xe2\xf1\xec\x3f\xb4\xc0\x7f\x34\x98\x6f\x55\x13\xac\x4c\x43\xb3\x7d\x50\xdc\x6d\xd1\xf7\x97\x89\xa7\x5e\x5b\xd1\x20\x26\x5c\xd5\xa3\x32\x7d\xba\xcd\x8b\x37\xff\xa9\x96\x00\xfd\xe5\xaa\xe3\xca\x87\xe0\xdd\x60\x41\x29\xb4\xcb\x10\xba\xdb\xeb\xe5\x40\xe6\x5b\xb3\x16\x64\x51\x90\x88\xf2\xa8\x27\xe0\xee\x74\x90\xee\x2f\x03\xa8\x1a\x0d\xab\xd9\x14\x34\x07\x1e\x73\x06\x79\xe2\x9b\x27\x38\xd9\x41\x0e\x4f\xe4\xe9\xf2\x5c\x76\x76\x62\x65\x90\x3d\x9e\xc4\xad\x3c\xf5\x19\x86\xe9\x9e\xaa\xd8\xdb\xe1\x18\xf9\x8b\x3b\xd9\x6f\x2d\x78\xef\x8f\x3e\x27\xe9\x87\x42\x50\x44\xcd\xdc\x8a\xb3\x48\xb1\xb5\x36\x25\xaa\xa1\x95\x7c\xc5\x59\x64\x6d\x98\x04\x61\xec\xa2\x4d\x79\xfb\x50\xcd\x15\x7e\xcb\x23\x18\xd8\x48\xff\x2d\xc5\x35\xf2\x23\x54\xa3\x36\x3a\xa4\xea\xcf\xd4\x8f\x83\x0d\x7a\xc5\x51\x34\x4b\xd8\xab\x1b\x1d\x15\xbe\x98\xb0\x04\x50\x23\x2b\x6d\x25\xc4\x27\xd3\x3b\xa6\xbd\x46\x16\x96\xad\x12\xba\xb2\xc1\xef\x9e\xaf\x1e\x18\x31\x0d\xa3\x78\x62\x82\x4c\xaf\x00\x8d\x75\xe4\xa1\x69\x5c\x09\x99\xba\x8d\xc1\x63\x6c\x5e\x37\x52\x18\x19\xf2\xfc\x40\xd8\xfb\xa8\x4f\x51\x58\x1c\x5d\xd6\x88\x1a\x64\x94\xb0\x12\xb4\x44\x6e\x3a\x18\x12\xf9\xd3\xa1\x8a\x69\x55\x85\x56\x23\xba\x3c\xe8\x68\x9b\x40\x21\x48\xd5\x96\x84\x59\xfc\x65\x52\xa1\x08\x22\x7a\x4c\x9f\x94\x88\x8a\x80\x08\x65\xa2\xf3\x1c\xec\x90\x40\x67\x92\xee\x5b\x86\x52\xfc\xf5\xaa\xd9\x41\xbe\x11\x03\xe0\xe3\xd5\xe3\x0d\x54\xa8\xde\x0a\x42\x30\xc6\xab\x41\xba\x86\xe8\x0e\xa5\x3a\x31\x0b\x4b\xea\xdd\xc8\x7d\x5d\x0f\x85\xf8\x61\x83\x9e\xc1\xfc\xaf\x00\x00\x00\xff\xff\x0a\xbf\x15\xbe\xab\xf3\x03\x00") -func web_uiAssetsConsulUiC3af5fff309e24165db7b7c8603be604CssBytes() ([]byte, error) { +func web_uiAssetsConsulUi97ec8a4278cddf4266ff5aa45bf84f69CssBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsConsulUiC3af5fff309e24165db7b7c8603be604Css, - "web_ui/assets/consul-ui-c3af5fff309e24165db7b7c8603be604.css", + _web_uiAssetsConsulUi97ec8a4278cddf4266ff5aa45bf84f69Css, + "web_ui/assets/consul-ui-97ec8a4278cddf4266ff5aa45bf84f69.css", ) } -func web_uiAssetsConsulUiC3af5fff309e24165db7b7c8603be604Css() (*asset, error) { - bytes, err := web_uiAssetsConsulUiC3af5fff309e24165db7b7c8603be604CssBytes() +func web_uiAssetsConsulUi97ec8a4278cddf4266ff5aa45bf84f69Css() (*asset, error) { + bytes, err := web_uiAssetsConsulUi97ec8a4278cddf4266ff5aa45bf84f69CssBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/consul-ui-c3af5fff309e24165db7b7c8603be604.css", size: 273967, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/consul-ui-97ec8a4278cddf4266ff5aa45bf84f69.css", size: 258987, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsCssEscape432357d359e6980aaec701dfabef34baJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x51\xe1\x8e\xda\x3c\x10\xfc\xcf\x53\x24\xfe\x61\x79\x15\x7f\x51\xc2\x07\xc7\x91\xbb\x25\xaa\x4e\x7d\x82\xf4\x5f\xaf\xd2\x05\xb2\x81\x54\x60\x53\x67\xd3\xeb\x09\xf3\x68\x55\x1f\xa9\xaf\x50\x91\x80\xe0\xda\x5f\xe3\x19\x7b\x67\xbc\x1a\x55\x77\x66\xc5\x8d\x35\x8a\x34\xc3\x41\xd8\xe5\x57\x5a\xb1\x40\xe4\xb7\x3d\xd9\x3a\xa0\x1f\x7b\xeb\xb8\xcd\x77\xb6\xea\xb6\x14\x9f\x29\xb2\x22\xc8\xc4\x65\xf6\xfa\xbc\xa2\xba\x31\x24\xe5\x80\x71\xb9\xab\xf2\xe1\xa8\x3e\x7f\xd1\x1c\x2f\x1b\x53\x29\xd2\x04\x90\x9d\x1c\x8e\xa0\x44\x67\x86\x07\x95\x08\x2f\x26\xeb\xad\x5d\x96\xdb\x7c\x80\x8c\x37\x4d\xab\xaf\xbf\x84\x43\x53\x2b\x8a\x9f\x8a\x42\xca\x1e\x62\x6a\x57\xe5\x9e\xc0\x11\x77\xce\x04\xb7\xda\xe8\x7b\xe9\x02\xc6\xbf\x86\x13\xc4\xd2\xad\xbb\x1d\x19\x6e\xe3\x2d\x99\x35\x6f\x80\x37\xce\xbe\x06\x86\x5e\x83\x4f\x6f\x7b\xfa\xe8\x9c\x75\x4a\xbc\x5c\x9d\x5e\x02\x47\xdf\xba\xc6\x51\x1b\x94\x26\xb8\x8c\xc7\x02\x46\xb5\x75\xaa\x8f\xd1\x06\x0b\x76\x8d\x59\x2b\x02\xed\xd0\x9c\xad\xb5\xc5\xff\x52\x5d\xa0\x10\xba\x44\x13\xaf\x36\xa5\x7b\xb2\x15\x7d\x60\x95\xc0\x43\x14\xd9\x47\xf7\x00\x49\x88\x8a\xdf\x5f\x5a\x80\xbc\x88\x90\x17\x98\x4a\xc9\x8f\xf8\x7f\xea\x7d\x3a\x9e\x21\xb2\xf7\x09\xa2\x95\x92\x17\x38\xb9\xef\xef\xa6\x33\xef\xd3\x7f\x34\x29\x27\x53\xc4\x32\x17\xcf\xcf\x22\xe2\x98\xed\xf9\x77\xe9\x1d\x44\x22\x10\x99\x4a\x42\xb4\xde\xa7\x21\x3a\xef\x27\xd3\x10\x19\xa4\x54\xa7\xc0\xf1\xfd\x49\xe8\xa3\xe6\x03\xbc\xcf\xe2\x05\xde\x4d\x7b\x36\x4f\x7a\x36\x9f\xf5\x2c\x1d\x8f\x21\x1f\xb6\xe8\x37\xc8\xfa\xe8\x5b\xa1\x88\x50\xfc\xfe\xf5\x53\x8c\xce\x65\x15\xc7\xd1\x6d\x6d\xde\x0f\xcd\xe2\xe1\x08\xfa\xb6\x48\x64\xcd\x47\x18\xfd\x09\x00\x00\xff\xff\x50\x8c\xbd\xa5\xad\x02\x00\x00") +var _web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x51\xcb\x6e\xdb\x30\x10\xbc\xeb\x2b\x28\x1e\x08\x32\x52\x69\xc9\x8d\xf3\x50\xb2\x51\x8b\xa0\x87\x1e\x7a\x52\x6e\x4d\x81\xc8\xd2\xda\x52\x61\x93\x2e\xb5\x4a\x1a\x84\xfe\xb4\xa2\x9f\xd4\x5f\x28\x2c\xd9\x88\xd3\x9e\x86\x33\xe4\xce\x70\x31\x93\x93\x90\x35\x44\x9b\x2e\x9b\x4c\xd6\xd4\x74\x7a\x8e\x93\xaa\xeb\xb0\xab\xca\x0d\xb2\xc7\x54\xcf\x74\xca\xe6\xcf\xec\xc3\xba\xa4\xa6\x2d\x3b\xe6\xd9\x97\xcf\x77\x6c\xd5\x56\x68\x3a\x64\x27\x93\x40\x2e\x7a\x53\x51\x6b\x8d\xc4\x98\xd4\x0b\xb7\xf3\xef\x58\x11\x07\xa0\xe7\x0d\xda\x05\xc3\x9f\x1b\xeb\xa8\xcb\xd7\xb6\xee\x57\xa8\xf7\x14\x48\xa2\xca\xf8\x61\xf6\xf5\x79\x8d\x8b\xd6\xa0\x10\x23\xea\x72\x5d\xe7\xe3\x51\x7e\xfd\x16\x93\x9e\xb7\xa6\x96\x18\xa3\x52\xd9\xce\x61\xab\x24\xef\xcd\xf8\xa0\xe6\xe1\xc1\x64\xb9\xb2\xf3\x72\x95\x8f\x90\x51\xd3\x76\xf1\xd1\x37\xd5\x4b\xbb\x90\xa8\x6f\x8b\x42\x88\x01\xf4\xb8\xae\x72\x48\xbd\x33\xec\x58\x0b\x1e\x4b\xc7\x08\xfe\x19\x4e\x00\x4a\xb7\xec\xd7\x68\xa8\xd3\x2b\x34\x4b\x6a\x14\x35\xce\x3e\x31\x83\x4f\xec\xee\x79\x83\x9f\x9c\xb3\x4e\xf2\x87\x57\xa7\x07\xe6\xf0\x47\xdf\x3a\xec\x58\x69\xd8\x61\x5c\x73\x15\x2c\xac\x93\x43\x4c\x6c\xa0\x20\xd7\x9a\xa5\x44\x15\x3b\x30\x7b\xeb\xd8\xc2\xbb\x34\x2e\x80\xf3\xb8\x04\xa3\xab\xa6\x74\xb7\xb6\xc6\x8f\x24\x13\x75\x15\x45\xf6\xda\x5d\xa9\x24\x04\x49\x6f\x2f\xad\x52\x79\x11\x01\xdd\x40\x2a\x04\x5d\xc3\xfb\xd4\xfb\x74\x7a\x0e\x40\xde\x27\x00\x56\x08\xba\x81\xd3\x8b\xe1\x6e\x76\xee\x7d\xfa\x9f\x26\xc4\xe9\x0c\xa0\xcc\xf9\xfd\x3d\x8f\x48\x93\xdd\xff\x2e\x3d\x53\x11\x67\x3c\x93\x49\x08\xd6\xfb\x34\x04\xe7\xfd\xe9\x2c\x04\x52\x42\xc8\x5d\xe0\xf4\x62\x27\x0c\x51\x97\x23\xbc\xcd\xa2\x1b\x38\x9b\x0d\xec\x32\x19\xd8\xe5\xf9\xc0\xd2\xe9\x54\xe5\xe3\x16\xc3\x06\xd9\x10\x7d\x2c\x14\x11\xf0\x3f\xbf\x7f\xf1\x60\x5f\x56\xb1\x0d\x8e\x6b\xf3\x7e\x6c\x16\x5e\xb6\x2a\x3e\x2e\x12\x28\xa6\xad\x52\xc1\xdf\x00\x00\x00\xff\xff\x8e\x18\x53\xe4\xf1\x02\x00\x00") -func web_uiAssetsCssEscape432357d359e6980aaec701dfabef34baJsBytes() ([]byte, error) { +func web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsCssEscape432357d359e6980aaec701dfabef34baJs, - "web_ui/assets/css.escape-432357d359e6980aaec701dfabef34ba.js", + _web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJs, + "web_ui/assets/css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js", ) } -func web_uiAssetsCssEscape432357d359e6980aaec701dfabef34baJs() (*asset, error) { - bytes, err := web_uiAssetsCssEscape432357d359e6980aaec701dfabef34baJsBytes() +func web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJs() (*asset, error) { + bytes, err := web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/css.escape-432357d359e6980aaec701dfabef34ba.js", size: 685, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js", size: 753, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -504,7 +482,7 @@ func web_uiAssetsEncodingIndexes75eea16b259716db4fd162ee283d2ae5Js() (*asset, er return nil, err } - info := bindataFileInfo{name: "web_ui/assets/encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js", size: 529734, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js", size: 529734, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -524,7 +502,7 @@ func web_uiAssetsFavicon12808e1368e84f412f6ad30279d849b1df9Png() (*asset, error) return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-128-08e1368e84f412f6ad30279d849b1df9.png", size: 11154, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-128-08e1368e84f412f6ad30279d849b1df9.png", size: 11154, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -544,7 +522,7 @@ func web_uiAssetsFavicon16x16672c31374646b24b235b9511857cdadePng() (*asset, erro return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-16x16-672c31374646b24b235b9511857cdade.png", size: 821, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-16x16-672c31374646b24b235b9511857cdade.png", size: 821, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -564,7 +542,7 @@ func web_uiAssetsFavicon196x19657be5a82d3da06c261f9e4eb972a8a3aPng() (*asset, er return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-196x196-57be5a82d3da06c261f9e4eb972a8a3a.png", size: 37174, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-196x196-57be5a82d3da06c261f9e4eb972a8a3a.png", size: 37174, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -584,7 +562,7 @@ func web_uiAssetsFavicon32x32646753a205c6a6db7f93d0d1ba30bd93Png() (*asset, erro return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-32x32-646753a205c6a6db7f93d0d1ba30bd93.png", size: 2075, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-32x32-646753a205c6a6db7f93d0d1ba30bd93.png", size: 2075, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -604,7 +582,7 @@ func web_uiAssetsFavicon672c31374646b24b235b9511857cdadePng() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-672c31374646b24b235b9511857cdade.png", size: 821, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-672c31374646b24b235b9511857cdade.png", size: 821, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -624,7 +602,7 @@ func web_uiAssetsFavicon96x966f8f8393df02b51582417746da41b274Png() (*asset, erro return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon-96x96-6f8f8393df02b51582417746da41b274.png", size: 10171, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon-96x96-6f8f8393df02b51582417746da41b274.png", size: 10171, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -644,7 +622,7 @@ func web_uiAssetsFaviconIco() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/favicon.ico", size: 34494, mode: os.FileMode(420), modTime: time.Unix(1590089377, 0)} + info := bindataFileInfo{name: "web_ui/assets/favicon.ico", size: 34494, mode: os.FileMode(420), modTime: time.Unix(1596828853, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -664,7 +642,7 @@ func web_uiAssetsLoadingCylonPinkSvg() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/loading-cylon-pink.svg", size: 983, mode: os.FileMode(420), modTime: time.Unix(1590089377, 0)} + info := bindataFileInfo{name: "web_ui/assets/loading-cylon-pink.svg", size: 983, mode: os.FileMode(420), modTime: time.Unix(1596828853, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -684,7 +662,7 @@ func web_uiAssetsMstile144x144Ac561ffa84c7e8ce1fe68d70f1c16d1dPng() (*asset, err return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png", size: 20027, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png", size: 20027, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -704,7 +682,7 @@ func web_uiAssetsMstile150x1506b13ab220a09a9e72328a3b05d5b9eecPng() (*asset, err return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-150x150-6b13ab220a09a9e72328a3b05d5b9eec.png", size: 64646, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-150x150-6b13ab220a09a9e72328a3b05d5b9eec.png", size: 64646, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -724,7 +702,7 @@ func web_uiAssetsMstile310x150Ccc673174b188a92f1e78bc25aa6f3f8Png() (*asset, err return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-310x150-ccc673174b188a92f1e78bc25aa6f3f8.png", size: 112362, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-310x150-ccc673174b188a92f1e78bc25aa6f3f8.png", size: 112362, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -744,7 +722,7 @@ func web_uiAssetsMstile310x31049242d1935854126c10457d1cdb1762bPng() (*asset, err return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-310x310-49242d1935854126c10457d1cdb1762b.png", size: 201893, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-310x310-49242d1935854126c10457d1cdb1762b.png", size: 201893, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -764,7 +742,7 @@ func web_uiAssetsMstile70x7008e1368e84f412f6ad30279d849b1df9Png() (*asset, error return nil, err } - info := bindataFileInfo{name: "web_ui/assets/mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png", size: 11154, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png", size: 11154, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -784,72 +762,52 @@ func web_uiAssetsSafariPinnedTabSvg() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/safari-pinned-tab.svg", size: 3798, mode: os.FileMode(420), modTime: time.Unix(1590089377, 0)} + info := bindataFileInfo{name: "web_ui/assets/safari-pinned-tab.svg", size: 3798, mode: os.FileMode(420), modTime: time.Unix(1596828853, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsVendor9ea7d400c0cec7682e8871df14073823Css = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\xfb\x72\xe2\xb8\xd2\x7f\x15\xbe\x9a\xda\xda\x9d\x9a\x10\xcc\x2d\x04\xbb\xf6\xab\x15\x97\x64\x20\x84\x04\x12\x92\x90\xff\x64\x5b\xd8\x5a\xdb\x92\x47\x96\x31\x09\x95\x77\x3f\x25\xf9\x12\x0c\x22\x99\x39\xb5\xa7\xce\xa9\xa9\x0c\xd0\x6a\xb5\xba\x7f\xdd\xea\x8b\x4e\xfb\xd4\x46\xd7\x98\x31\xca\xb6\x2b\x4a\x78\x75\x05\x03\xec\xbf\xe8\x01\x25\x34\x0a\xa1\x85\x0c\x17\x61\xc7\xe5\x7a\x53\xd3\xc2\x8d\x61\x51\x9f\x32\xfd\x8b\xa6\x69\x6f\x3b\x3b\xab\x3e\x26\x28\xda\x86\xd0\xb6\x31\x71\xf4\x56\xb8\xa9\x94\xd6\x2b\x21\x43\xc5\xaa\x56\x69\x85\x9b\xd2\x6e\x27\xe6\x1c\xb1\xea\x0a\xfb\x3e\x62\x27\xbb\x2b\x91\xc5\xa8\xef\x9b\x30\x5f\xdc\x9a\xd0\xf2\x1c\x46\x63\x62\x57\x33\x55\x56\xab\x95\x42\x58\xb4\x35\x29\xb3\x11\xab\x32\xa9\x7c\x3d\xdc\x54\x22\xea\x63\xbb\xf2\xc5\xb6\x6d\x43\x21\xa5\x23\xfe\x19\x89\x8b\x39\xaa\x4a\xbb\x75\x42\x13\x06\xc3\x03\x33\x49\x1c\x98\x88\xed\x58\xd3\x14\xd6\x56\xda\xe1\xc6\x08\x30\xa9\x26\xd8\xe6\xae\xde\x10\x58\x71\xb4\xe1\x55\xe8\x63\x87\xe8\x52\x8b\x1c\xbc\x6e\xb7\xfb\xd9\x41\xa9\x11\x01\x64\x1e\x62\xdb\x23\x98\xef\xf2\x54\xa3\xd8\xe4\x3e\xda\xbe\x9f\x50\x62\xb5\x62\x16\x51\x96\x43\xe2\xa3\x55\x09\x11\x4d\xd3\x8c\x12\x5a\x84\x12\x64\xa4\x86\x94\xdd\x68\xe3\x75\xc9\x3b\xc8\xa2\xc4\x86\xec\xe5\x43\xf9\x11\xf6\xd7\x88\xbd\x9d\x5a\x41\x75\x05\x79\xa6\x4b\x45\xa1\x5e\x7a\x22\x8c\x39\xcd\xd4\xd1\xb5\xff\xc3\x41\x48\x19\x87\x84\xef\xf8\x4c\xff\xd2\x41\x9d\x7d\x79\x7b\xaa\xa5\xd4\x68\xfb\x5a\xc5\xc4\x46\x1b\xbd\x2e\xf9\x21\xc1\x01\xe4\x68\x67\x9f\xea\x50\xa3\x9a\x20\xd3\xc3\x3c\x63\xc7\x94\xe8\xa6\x8f\x89\x57\xa9\x9f\x6a\x67\x51\x25\xe2\x28\x8c\xfe\xa8\x7f\xad\x60\xb2\xc2\x04\x73\x64\xfc\x2c\xdf\x61\xd8\x09\x43\xfe\xca\x8f\xf3\xd0\xcb\x8a\xc1\x00\x45\x15\x29\x66\xdb\xd6\x7e\x3b\x8c\x77\xce\x20\x89\x42\xc8\x10\xe1\x6f\x6f\x7f\xfd\xfa\x16\x01\x03\x87\xe6\xd6\xc6\x51\xe8\xc3\x17\x1d\x13\x11\xd4\x55\xd3\xa7\x96\x97\x46\xac\x8d\x2c\xca\x52\x73\x30\x71\x11\xc3\xbc\x14\x4b\x2c\x96\xf7\x50\x1d\x4a\x96\x65\x19\x21\x8d\xb0\xdc\x0d\xcd\x88\xfa\x31\x47\xf2\xcc\xa8\x6a\xa3\x15\x8c\x7d\x5e\x11\xbf\x5c\x04\xed\xdd\xc8\x5e\x29\x78\x7e\xc4\x94\x17\x11\xad\x75\x35\xc9\x42\x90\x03\x39\x5e\x17\x74\xbb\xd5\x92\xf4\xf4\xd0\x77\x7a\xa3\xdb\x78\x7b\x3f\xe8\x44\x4a\xe7\x8c\x12\x27\x4d\x72\x49\x9a\xd3\x3a\x5a\x2a\x15\x05\x29\x39\xe2\x2f\x3e\xd2\x31\x87\x3e\xb6\xe4\x82\x04\x75\x1f\x95\x98\xd8\x88\x09\xd4\xde\x32\xb1\xd8\x43\xdc\x65\x34\x76\xdc\x03\x5e\x09\x6e\xb6\xa8\xb0\xd1\x43\x2f\x09\x65\x76\xae\x75\x47\x3b\x57\x30\x41\x4e\x83\xc2\xae\x7a\x57\xc1\x91\xe5\xa4\x8c\xa7\x7e\xd6\x52\xf0\xd8\x68\xf5\x31\xde\x6b\xc8\x30\x34\x7d\x54\x6d\x14\x7c\x6d\xf8\x11\x5f\xb3\xe0\x3b\x6f\x2b\xf8\x2c\x1a\x04\x88\xf0\x9c\x09\xb6\x35\x05\x93\x40\x8f\x38\x05\x4f\xbd\x7e\x94\xe7\x5d\xad\x95\x52\x52\x80\x38\x3c\x51\x45\x11\xf4\xf1\x0a\xbf\xa3\xd3\x6e\xab\x94\x35\x63\xec\x73\x4c\x72\xa6\xa6\xa6\xb2\xdc\x64\xd0\xf2\x10\x7f\xcf\xb2\x1d\x05\x13\x87\x85\x39\xf5\x8e\x4a\x51\xc8\x39\xc3\x66\xbc\x13\xdb\x9a\xa5\xba\x22\xac\x94\xcd\x0f\xd6\x65\x68\xee\x49\xc0\x64\x0d\x7d\x6c\x5b\x2e\x64\x0a\x28\x90\x2c\xf2\xe9\x16\x86\xec\x72\x85\xa0\x81\xb8\x42\xc4\xc9\x6f\xb6\x49\x39\xa7\x81\xde\xc8\xef\xf6\x5b\x39\xc1\x56\xa2\x10\x92\x5d\x01\x01\xe4\x96\x8b\x89\xb3\x87\x91\xb6\xd2\x3e\xdb\x49\x28\x39\xb2\x79\xd5\x68\xbc\xa9\xce\x10\x10\xef\x94\x03\xe6\x98\xf0\x8f\x46\xbb\x7d\x52\x6f\x6b\x27\xda\xc9\x69\xf3\x6b\x69\x17\xb4\x44\x62\x48\xb3\x5c\xb1\x69\x77\xff\x17\x74\xbe\x6a\x94\xbb\x88\x6d\x91\xc4\x18\xf2\x65\xc2\x31\xe8\x1a\xb1\x95\x4f\x13\xdd\xc5\xb6\x8d\x48\xa9\x1e\xed\xf7\x20\x69\xdb\xb2\x2d\xb6\xa4\xbf\x77\x8a\x59\x00\x99\x83\x49\x0e\x72\xb5\x29\xda\x85\x8c\x96\x96\xe0\x94\x94\x35\x19\x39\x9f\xa4\x65\xed\x58\x5d\xd3\x7e\x33\x68\xcc\x85\x5d\xba\x66\x1c\xe8\x5b\xd6\x07\xbf\x22\x95\x4d\xa5\xaa\x2f\xa4\x67\x79\x7c\xb7\x62\xfc\x5c\xa3\xe6\x16\x9d\xda\x87\xfd\x5b\x69\x71\x5d\xac\x6e\x0f\x6a\x86\x91\x17\xee\x33\x23\xaf\x54\xa2\x2b\x79\x3b\xb2\x3f\xb5\x40\x33\x38\x0d\x75\xad\x70\x55\x75\x93\x3b\xab\xa0\xbc\x64\xbe\x78\x53\x2b\xbf\xcd\x90\xd6\x0c\x59\xd9\xb4\xdd\x8d\xfb\xa2\x36\x2a\x51\x07\x0d\x6b\xae\x59\x2e\xf8\x38\x9e\xdb\xec\xc8\x0f\x38\x23\x05\x50\xd9\xae\xd4\x72\xd1\x81\xee\x06\x48\x8e\x62\x53\x21\x6c\x5b\xee\x41\x59\x00\xfd\x52\x70\x29\x3b\x84\x35\x62\x1c\x5b\xd0\xcf\xfa\x5a\x4e\x43\x55\x2c\xab\x8c\x14\x3d\x6e\x88\x3e\x72\x75\x6b\xf7\x4e\x69\x95\x52\xf3\x97\xb6\x66\x22\x04\x76\xa8\x79\xe3\x14\x47\xa2\x03\x46\x3e\xb2\xb2\xde\xb5\x1a\xd0\x57\x15\x35\x3a\x24\xee\x13\x54\xaa\xef\xa4\x8d\x43\xed\x53\xe0\x8b\xb8\x29\x8c\x51\x09\x42\x3e\x57\x48\x48\x3b\x51\x3d\x4b\xd5\x47\x24\xa4\x13\x56\xc6\x2a\xba\x8c\x92\xaf\xcb\x90\xcb\x71\x2b\xbf\xdb\xd0\xc6\x71\xa4\x17\x1d\x7e\xd6\xd6\xef\x41\x6d\xec\x8e\x7e\x59\xd7\x97\xd2\x44\xea\x28\x28\xa9\xab\x75\xad\x34\xbe\x84\x0c\x19\xa2\x89\x91\x1e\xce\x03\x49\x86\x4c\xa6\x5d\xbe\x3b\xcd\xea\xf9\xaf\xdc\xcc\xc6\x61\xee\x7a\xcf\xb5\x6b\x1c\x61\xd3\x47\x85\xa7\x39\x0c\xab\x2e\x76\x5c\x5f\x08\x3e\x6c\x6f\x0b\x3e\xa9\xba\x6c\x54\x08\xaf\xfa\xd8\x81\x3c\x66\x28\x4a\x3d\xfe\xc1\x5a\x09\x71\x61\x8e\x44\xf2\xdd\x38\x93\x21\xe8\x55\xc5\xef\x7d\x04\xe4\x7a\x0a\x83\x64\xca\x70\x38\x70\xe1\x87\xa1\x94\x5d\xe5\x72\x32\x3b\x88\xac\xc3\xc9\x3b\xc1\xb6\x83\xb8\x22\xbf\xbf\x63\x5c\x20\x2a\x26\x9d\xbd\xca\x6f\xa3\x6d\x51\x48\x14\x51\x7b\xa2\xc8\x43\x27\xea\xa9\x58\x91\xfb\x4f\x0e\xeb\x50\xee\x24\x93\x6e\x04\x45\x4c\xd1\x16\x25\x1c\x11\x49\x32\xd4\xe4\x72\x23\x80\x60\x14\x33\xa4\x80\x30\x0d\x6f\x99\xbf\xb2\xe8\xd3\x0e\x2a\xb7\x0c\x2a\xec\x63\x9e\xe7\x74\xd5\xac\xac\x98\x62\x0e\x15\x48\xdf\x35\x72\xce\x88\x43\x8e\xad\xb7\x23\x93\xe8\xc1\xa9\x8a\xb8\x57\xa7\xeb\x15\xb5\xe2\x08\xd9\x47\x46\xdc\x93\x3d\xb2\xcd\xa0\xa3\x38\x33\xbb\x49\xe5\x62\x25\xd3\x1e\x2a\x37\x43\x76\x57\xfc\x53\x2a\xf0\xf9\xde\x8e\xdd\x5a\x95\x63\xc8\x62\x34\x8a\x5c\x88\x59\x9e\xbb\x0a\xc2\x41\x18\xeb\xba\xcc\xdb\xa9\x64\x4c\xc9\x41\x90\xfd\xbf\x68\x1d\x7f\x8e\x4b\xc9\xfa\x99\xae\xa9\x12\x9f\x9e\xff\x73\x47\xff\xe2\xa9\xff\x0d\xd3\xc5\x84\x80\x20\x93\x3d\xf5\xb6\xdc\xcf\x42\x43\xd5\x60\x8b\x3f\xed\xe4\xb4\xf5\x35\x7d\x7d\xa1\xcc\x42\xd5\xb4\xae\xe4\xef\x61\x59\x2f\x79\x2a\x2a\xd2\x5f\x01\xb2\x31\xac\x84\x0c\x13\xbe\xfd\xe0\x19\xe9\xe8\x0d\x29\x5e\x2b\x64\x76\xad\xba\xd0\xf2\x74\xb8\xe2\x72\x96\x93\x89\x41\xff\xfd\xf7\xb7\xfd\x71\x22\x0f\x4c\x51\x23\xb7\xe5\x2a\xb7\x0f\x3b\xaf\xa6\xaf\x67\x51\xf6\x0a\x54\x3f\xdb\x6b\x5d\x24\x0f\xa7\xd4\xe7\x38\x54\x3e\x3d\xda\x79\x67\x72\xe4\x39\x2d\x2d\xbe\xad\xd2\xc3\xa9\xa1\x7e\x66\x7d\xaf\xb6\x75\x2d\xe4\x07\x49\x2b\x7f\x6f\x14\x03\x59\x5b\x8c\x06\x79\xf2\x58\xe1\x0d\x3a\x28\x47\xea\xf2\x54\x3c\x86\x69\x9a\x11\xc0\x4d\xd6\x0b\x9c\xc9\x87\x5d\x1a\x42\x4b\x20\xaf\x19\xb2\x9e\xa6\xb2\x33\x62\xe5\xb4\x15\xa5\x3d\xd5\xb1\xb5\xbc\x3c\x1f\x59\xa6\x47\x57\x82\xe8\xc8\x92\xda\x57\xe9\x0c\xbb\x1f\xf7\xd9\x5a\x02\x19\x29\x47\x72\xb5\x40\x49\x94\xd6\x4a\x5a\x4a\x77\x9f\xe1\x18\x0a\x11\xe4\x7a\xfa\x51\x55\x38\xff\xfd\xd0\x5d\xb1\x38\x80\x0e\xd2\x63\xe6\xff\x61\x43\x0e\x75\xf9\xb3\x16\x12\xc7\x30\x61\x84\xce\x5a\x27\xf8\xa1\x77\x33\x4f\xb4\xab\x4b\x87\x02\x00\xc0\xf4\x6e\xe1\x0e\x17\x8e\xf8\x3a\x13\xff\x0d\xfa\x60\x09\x00\xe8\x6b\xdd\xab\xce\xa5\x20\x80\xa7\xe9\xdd\x5c\x1b\x01\x16\xb5\xac\x33\xc9\xf2\x8c\xef\x34\x7b\x08\x6e\xcf\x41\x2d\x19\xd4\xe8\xa4\x41\xbc\x44\xd0\xfd\xe4\xee\xc2\x7f\x05\x00\x4c\x86\x09\x00\xfd\xcd\x75\x0f\x8c\x7f\x58\xa9\x10\x5b\xbb\x5b\xd4\x2f\x7a\xdd\x68\x3c\x48\x5a\xd6\x4d\xff\xb1\x5e\xbb\x1a\x49\x61\xf6\xf0\x61\x69\x0f\xa7\x6b\xf3\xb1\xee\x9b\x64\x06\x66\xcd\xb1\xbf\x7c\x9a\xfb\xcf\xfd\x5e\x13\x3e\xcd\xe9\x68\x68\x8f\xef\x1f\x7a\x4f\xce\xac\xf5\x24\x36\x7c\x1f\xfa\xc3\xd9\xc3\x6c\x54\x6f\x4c\x1d\x67\x34\xa9\x0d\xc0\x6b\xed\xd2\x06\xed\xda\xc6\x5b\xd6\x7e\xdc\x5e\x5d\x0f\x40\x02\xc0\x60\xf2\x9c\xac\xda\x6c\x1d\x7c\x9b\x48\x9d\x7b\xe3\xf9\xa2\x3d\x64\xde\xd8\x71\x9c\x3f\xff\xfc\x7a\x04\x4c\x85\x97\xfe\xd7\xe1\xbc\x70\x67\x4f\x43\xd3\xbd\x77\x3a\xcb\x7f\x0b\xce\x6b\xaf\x80\xd3\x73\x46\xa3\xf5\xb8\x39\x7b\xba\xfe\x1b\x24\xf6\x60\xfa\xed\x06\x0e\xcd\x97\x68\x00\x5a\xd7\xb7\x20\x99\x0e\xa6\xc9\x75\x3f\xc1\x37\xdf\x27\x7d\xbb\xfe\xfa\xa4\x75\xe8\x99\xd7\x7b\xb8\x9c\x0d\xc1\x55\x0f\x4c\x39\x35\x23\x6f\x7a\x2d\xb5\xbb\x5b\x3c\xdc\xcc\xaf\xda\xfd\xe5\x68\x74\x0c\x6a\x31\x70\x1c\xbf\x2e\x62\x16\xf8\xe0\xc2\x58\x88\x70\xc4\x2a\xe9\x87\xe2\xca\x10\x9a\x7d\xcb\xc7\x97\x90\x62\xc9\xaa\x1c\x1b\xf3\x39\xe5\x2c\xdc\x18\xef\xb9\x76\x7f\x9a\x0c\xb0\x6d\xfb\xe8\x93\xb7\x8c\xd4\x00\x14\x45\xd0\x41\x47\xed\xcb\x96\x73\x03\xf3\xe2\x94\x3e\x57\x9f\x87\x1b\x43\x65\x32\xa7\x61\x45\x70\x7c\x64\xed\x2f\x23\xbd\xab\xe8\x3f\x12\xf3\x3d\xe9\xfe\x59\x1f\xc8\x38\xa0\x93\x59\xf7\x5e\x5e\x59\xbf\x77\xfd\x30\x7c\xec\x00\xd0\x17\x7f\x9b\xec\xb3\x23\xb9\x41\xbf\x05\x40\xbf\x0d\xc0\xa0\x56\xab\x7d\x13\xb4\x85\x6d\xf9\xa1\xbc\xb4\x64\x7e\x77\xef\x5f\x3f\x91\x9b\xf9\x1d\x4e\xfa\x57\xda\xf3\xd5\x9d\xa0\xdf\x2f\x44\xcc\xce\x5b\x8d\xe0\xf1\xf6\x66\xd6\x01\x33\xe0\x0c\xe2\xd9\x64\x53\x7b\x3d\xb7\xa2\xe5\x3c\xb8\x9d\x8f\x2e\x46\xc9\xfc\x92\xd0\x68\xce\x42\x18\xac\xbd\x2b\xac\x5d\xdc\x8f\xf0\x35\xb8\x9b\x37\x5d\xf7\xea\xf1\x9b\x0b\xa6\x67\x35\x3e\x7a\x74\xe3\xee\xed\xe0\x11\xdf\x5f\x4e\x87\xde\x3d\x1f\xdd\xc4\x16\x68\xdf\xbc\xb0\xae\xe5\xdd\x3a\xe0\x31\xd0\x2e\x6f\x7b\xd4\x39\x5b\xb7\x7e\x21\xae\x33\xc7\x7e\xee\xf9\xff\x20\xe2\x53\x89\xf8\x53\x2d\x4e\x06\x6b\x96\x0c\xc4\xe7\xb1\xbf\x33\x2e\x3f\x65\xb2\x8a\x59\x32\x68\xf0\xd9\xa0\x13\x83\xc1\xb7\x58\x66\x31\xc9\xe3\x06\xe8\x7e\x2e\x7f\x7d\x97\x1e\x19\x9f\x07\xd3\xfa\x70\x69\x99\x01\xc6\x1b\x07\xf4\x83\xce\xa3\x19\x8b\xf5\x07\x2f\xf3\x0c\x69\xde\x2e\x66\x3f\xc0\xa8\xd7\xbb\x58\x2c\xea\x93\x89\xd5\x8c\x6b\x7f\xdb\xe6\xcd\x98\x3e\xd6\x6f\xb5\xf3\x01\xe8\x5e\x9a\xf0\xfc\xdb\xf2\x71\x7c\xe6\x4c\xc7\x74\xba\x1c\xf5\x5e\x01\x68\x58\x6e\x8f\xbb\x6d\x6f\x12\x5c\x76\x97\x0b\x7a\xa9\x4d\xbf\x83\x45\x72\xf1\x94\xdc\x74\x27\x71\x6f\x36\xa9\x3b\xb8\x3f\x33\xcf\x9d\x7e\xf7\x86\xd1\xc6\x3a\x6c\x33\x62\xf5\x47\xcb\xf3\xc9\x79\x3c\xdc\xb4\x9f\xbd\x5f\xf0\x52\x10\x8b\xc6\xc9\x47\xff\x4c\xae\xb7\x64\x98\xa7\x5e\x18\xbc\xfe\x7d\xb5\x72\x65\x64\x3f\x08\x2f\x2c\x40\x16\xe7\xb5\x75\xa7\x5b\x6f\x79\x2f\xdf\xd3\x3a\x20\x91\x04\xb3\x1b\x73\xf9\x2c\x64\xf4\xa7\xe3\xf9\xf0\x62\x81\xa6\xb4\x8e\xe9\x70\x0c\x00\x18\x25\xc1\x6b\xed\x7b\x57\xc3\x17\x17\x77\x97\x63\xe7\xe2\x1a\x35\x1d\x38\x79\xd6\xa8\xfd\xad\x5b\x03\xb3\x67\x0d\x0c\x68\x64\x2e\x19\x94\xf2\x86\xfe\xc5\xbd\x77\x17\xcf\x82\x7e\xff\xeb\x87\x39\x51\x95\x5e\x64\x67\x9c\xf7\x20\x87\x73\xaa\xf8\xfe\xf6\xaf\x00\x00\x00\xff\xff\xbc\x9b\xbb\xfd\x8e\x1f\x00\x00") +var _web_uiAssetsVendor992465b8b230f89d4adce5f016543c4dCss = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x8b\x6f\xa3\x38\xb7\xff\x57\x72\x35\x5a\xed\x8c\x26\x34\xe4\xd5\x34\xa0\xb9\x5a\xf2\x68\x27\x7d\xa4\x4d\xfa\xee\xd5\x5e\xc9\x80\x01\x6f\x00\x33\xc6\x84\xb4\x51\xfe\xf7\x4f\x36\x8f\x40\x70\xd2\xce\x7c\xbb\xfa\x3e\x55\x6d\xca\xf1\xf1\xf1\xf1\xcf\xc7\xe7\x45\x8e\x86\xd8\x84\x57\x88\x10\x4c\xd6\x16\xf6\xa9\x64\x01\x0f\xb9\xaf\x8a\x87\x7d\x1c\x06\xc0\x80\xaa\x03\x91\xed\x50\xa5\x2d\xcb\xc1\x4a\x35\xb0\x8b\x89\xf2\x49\x96\xe5\x4d\x61\xa6\xe4\x22\x1f\x86\xeb\x00\x98\x26\xf2\x6d\xa5\x13\xac\x6a\xa5\xf1\x5a\x40\x60\x3e\x2a\xd7\x3a\xc1\xaa\x34\xdb\x8e\x28\x85\x44\xb2\x90\xeb\x42\x52\x2f\x8e\x84\x06\xc1\xae\xab\x83\x6c\x70\xad\x03\x63\x61\x13\x1c\xf9\xa6\x94\xaa\x62\x59\x96\x40\x58\xb8\xd6\x31\x31\x21\x91\x08\x57\xbe\x19\xac\x6a\x21\x76\x91\x59\xfb\x64\x9a\xa6\x2a\x90\xd2\x63\x3f\x6a\xec\x20\x0a\x25\xbe\x6f\xc5\xc7\x31\x01\x41\x65\x9b\x7e\xe4\xe9\x90\x14\x76\xd3\x66\xbb\xad\x75\x83\x95\xea\x21\x5f\x8a\x91\x49\x1d\xa5\xc5\xb0\xa2\x70\x45\x25\xe0\x22\xdb\x57\xb8\x16\x19\x78\xfd\x7e\xff\xbd\x85\x92\x4d\x78\x80\x2c\x20\x59\xef\xc1\xbc\xc8\x23\x85\x91\x4e\x5d\xb8\xde\xae\x50\x62\x35\x22\x12\x62\x92\x41\xe2\x42\xab\x84\x88\x2c\xcb\x6a\x09\x2d\x1f\xfb\x50\x4d\x36\x52\x3e\x46\x13\x2d\x4b\xa7\x03\x0d\xec\x9b\x80\xbc\x1e\x94\x1f\x22\x77\x09\xc9\xe6\xc8\xf0\x24\x0b\xd0\x54\x97\x9a\x40\xbd\x64\x45\x10\x51\x9c\xaa\xa3\xc8\xff\x83\xbc\x00\x13\x0a\x7c\x5a\x38\x33\xe5\x53\x0f\xf6\x76\xe5\xed\xa8\x96\x50\xc3\xf5\x9b\x84\x7c\x13\xae\x94\x26\xe7\x07\x3e\xf2\x00\x85\x85\x79\xa2\x45\x55\x29\x86\xfa\x02\xd1\x94\x1d\x61\x5f\xd1\x5d\xe4\x2f\x6a\xcd\x23\xf9\x38\xac\x85\x14\x06\xe1\xe7\xe6\x97\x1a\xf2\x2d\xe4\x23\x0a\xd5\x8f\xf2\x55\xcd\x8e\x6d\xe4\x8f\x6c\xb9\x05\x7c\xb5\x08\xf0\x60\x58\xe3\x62\xd6\x5d\xf9\xb7\xaa\xbd\x53\x02\xfc\x30\x00\x04\xfa\x74\xb3\xf9\xe3\xe7\xa7\x30\x18\x28\xd0\xd7\x26\x0a\x03\x17\xbc\x2a\xc8\x67\x46\x2d\xe9\x2e\x36\x16\x89\xc5\x9a\xd0\xc0\x24\xd9\x0e\xf2\x1d\x48\x10\x2d\xd9\x12\x89\xf8\x3d\x14\x9b\x92\x61\x18\x6a\x80\x43\xc4\x67\x03\x3d\xc4\x6e\x44\x21\x5f\x33\x94\x4c\x68\x81\xc8\xa5\x35\xf6\xe4\x40\x60\x16\x2d\xdb\x12\xf0\xfc\x88\x30\xcd\x2d\x5a\xee\xcb\x9c\xc5\x87\x36\xa0\x68\x99\xd3\xcd\x4e\x87\xd3\x93\x45\xb7\xf4\x56\xbf\xb5\xd9\x2e\x54\xe7\xd2\x29\xc1\xbe\x9d\x38\xb9\x38\xf1\x69\x3d\x39\x91\x0a\xbd\x84\x1c\xd2\x57\x17\x2a\x88\x02\x17\x19\x7c\x80\x83\xba\x8b\x4a\xe4\x9b\x90\x30\xd4\x36\xa9\x58\xb4\x80\xd4\x21\x38\xb2\x9d\x0a\x2f\x07\x37\x1d\x14\xec\x71\x01\x5f\x63\x4c\xcc\x4c\xeb\x9e\x7c\x22\x60\x02\x14\x7b\xf9\xbe\x9a\x7d\x01\x47\xea\x93\x52\x9e\xe6\x71\x47\xc0\x63\x42\xeb\x30\xde\x4b\x40\x10\xd0\x5d\x28\xb5\x72\xbe\x2e\x38\xc4\xd7\xce\xf9\x4e\xba\x02\x3e\x03\x7b\x1e\xf4\x69\xc6\x04\xba\xb2\x80\x89\xa1\xe7\xdb\x39\x4f\xb3\xb9\x97\x67\xab\x96\x25\x94\xe4\x41\x0a\xea\x22\x2b\x02\x2e\xb2\xd0\x16\x9d\x6e\x57\xa4\xac\x1e\x21\x97\x22\x3f\x63\x6a\xcb\xa2\x9d\xeb\x04\x18\x0b\x48\xb7\x5e\xb6\x27\x60\xa2\x20\xdf\x4e\xb3\x27\x52\x14\x50\x4a\x90\x1e\x15\x6c\x5b\x36\x44\x57\x84\x94\xbc\x79\x65\x9c\x9b\xe6\x8e\x04\xe4\x2f\x81\x8b\x4c\xc3\x01\x44\x00\x05\xe4\x41\x3e\x99\x42\xa0\x59\x8e\x10\xd8\x63\x57\xc8\xb7\xb3\x9b\xad\x63\x4a\xb1\xa7\xb4\xb2\xbb\xbd\x29\x3b\xd8\x5a\x18\x00\xbf\x28\xc0\x03\xd4\x70\x90\x6f\xef\x60\x24\x5b\xf2\x7b\x33\x7d\xec\xef\x99\x6c\xb5\x5a\x1b\xd1\x1a\x0c\xe2\x42\x38\x20\xb6\x0e\x3e\xb7\xba\xdd\x7a\xb3\x2b\xd7\xe5\xfa\x51\xfb\x4b\x69\x16\x30\x98\x63\x48\xbc\x5c\x3e\xa9\x38\xff\x13\x3c\xb1\x5a\xe5\x2c\x62\x9d\x3b\x31\x02\x5d\xee\x70\x54\xbc\x84\xc4\x72\x71\xac\x38\xc8\x34\xa1\x5f\x8a\x47\xbb\x39\x48\x92\xb6\xac\xf3\x29\xc9\x73\x21\x98\x79\x80\xd8\xc8\xcf\x40\x96\xda\x2c\x5d\x48\x69\x49\x08\x4e\x48\x69\x92\x91\xf1\x71\x5a\x9a\x8e\x35\x65\xf9\x37\x15\x47\x94\xed\x4b\x91\xd5\x8a\xbe\x65\x7d\xd0\x1b\x14\xed\xa9\x14\xf5\x99\xf4\xd4\x8f\x17\x23\xc6\xc7\x12\x35\x27\xcf\xd4\x0e\xe6\x6f\xa5\xc1\x65\x3e\xba\xae\xc4\x0c\x35\x0b\xdc\xc7\x6a\x16\xa9\x58\x56\xb2\xd9\x33\x3f\xd9\x81\xac\x52\x1c\x28\x72\x7e\x54\xd2\x2a\x3b\xac\x9c\xf2\x9a\x9e\xc5\x46\xac\xfc\x3a\x45\x5a\x56\x79\x64\x93\x8b\x13\x77\x45\xad\x44\xa2\x2a\x09\x6b\xa6\x59\x26\x78\x3f\x9e\xeb\x74\xc9\x03\x9c\xa1\x00\xa8\x74\x56\xb2\x73\x96\x81\x16\x0d\x24\x43\xb1\x2d\x10\xb6\x2e\xe7\xa0\xc4\x03\x6e\xc9\xb8\x84\x19\xc2\x12\x12\x8a\x0c\xe0\xa6\x79\x2d\xc5\x81\xc8\x96\x45\x9b\x64\x39\x6e\x00\x0f\x1d\x75\xa7\x78\xa7\xe4\x5a\x29\xf9\x4b\x52\x33\x66\x02\x05\x6a\x96\x38\x45\x21\xcb\x80\xa1\x0b\x8d\x34\x77\x95\x3c\xfc\x26\xa2\x86\x55\xe2\x2e\x41\xa4\x7a\xc1\x6d\x54\xb5\x4f\x80\xcf\xed\x26\xdf\x8c\x48\x10\x74\xa9\x40\x42\x92\x89\x2a\xa9\xab\xde\x23\x21\xa9\xb0\x52\x56\x96\x65\x94\xce\xba\x0c\x39\x2f\xb7\xb2\xbb\x0d\x4c\x14\x85\x4a\x9e\xe1\xa7\x69\xfd\x0e\xd4\x6a\xb1\xf4\x4b\xb3\xbe\x84\xc6\x5c\x47\x4e\x49\x8e\x5a\x91\x4b\xe5\x4b\x40\xa0\xca\x92\x18\x7e\xc2\x99\x21\x71\x93\x49\xb5\xcb\x66\x27\x5e\x3d\x7b\xca\xb6\xd9\xaa\xfa\xae\xad\xaf\x5d\xa2\x10\xe9\x2e\xcc\x4f\x9a\x82\x40\x72\x90\xed\xb8\x4c\x70\x35\xbd\xcd\xf9\xb8\xea\x3c\x51\xf1\xa9\xe4\x22\x1b\xd0\x88\xc0\x30\x39\xf1\x03\x63\x25\xc4\xd9\x76\x38\x92\xdb\xcd\xe9\x04\x82\x85\xc4\x9e\x77\x11\xe0\xe3\x09\x0c\x9c\x29\xc5\xa1\x72\x84\x07\x4d\x29\xbd\xca\x65\x67\x56\xb1\xac\x6a\xe5\x1d\x23\xd3\x86\x54\xe0\xdf\xb7\x18\xe7\x88\xb2\x4a\x67\x27\xf2\x9b\x70\x9d\x07\x12\x81\xd5\xd6\x05\x7e\xa8\x2e\xae\x8a\x05\xbe\xbf\x5e\x8d\x43\xd9\x21\xe9\x78\xc5\x28\xac\x8a\x36\xb0\x4f\xa1\xcf\x49\xaa\x98\x5c\x4e\x04\x20\x08\x23\x02\x05\x10\x26\xe6\xcd\xfd\x57\x6a\x7d\x72\x25\x72\x73\xa3\x42\x2e\xa2\x99\x4f\x17\xd5\xca\x82\x2a\xa6\xaa\x40\xd2\xd7\xc8\x38\x43\x0a\x28\x32\x36\x7b\x2a\xd1\xca\xaa\x02\xbb\x17\xbb\x6b\x0b\x1b\x51\x08\xcd\x3d\x25\x6e\x7d\x87\x6c\x12\x60\x0b\xd6\x4c\x6f\x52\x39\x58\x71\xb7\x07\xcb\xc9\x90\xd9\x67\x3f\x42\x05\xde\x9f\xdb\x33\x3b\x56\xd9\x86\x0c\x82\xc3\xd0\x01\x88\x64\xbe\x2b\x27\x54\xcc\x58\x51\xb8\xdf\x4e\x24\x23\xec\x57\x8c\xec\x7f\x59\xea\xf8\x31\x2e\x21\xeb\x7b\xba\x26\x4a\xbc\xbb\xfe\xc7\x96\xfe\xc9\x55\xff\x13\x5b\x67\x15\x02\x04\x84\xe7\xd4\xeb\x72\x3e\x0b\x54\x51\x82\xcd\x7e\xe5\xfa\x51\xe7\x4b\xd2\x7d\xc1\xc4\x80\x52\x12\x57\xb2\x7e\x58\x9a\x4b\x1e\xb1\x88\xf4\x87\x07\x4d\x04\x6a\x01\x41\x3e\x5d\x1f\x68\x23\xed\xbd\x21\x79\xb7\x82\x7b\x57\xc9\x01\xc6\x42\x01\x16\xe5\xb5\x1c\x77\x0c\xca\xef\xbf\x6f\x76\xcb\x89\xcc\x30\x59\x8c\x5c\x97\xa3\xdc\x2e\xec\x54\x4a\xba\x67\x61\xda\x05\x6a\x1e\xef\xa4\x2e\x9c\x87\x62\xec\x52\x14\x08\x5b\x8f\x66\x96\x99\xec\x69\xa7\x25\xc1\xb7\x53\x6a\x9c\xaa\xe2\x36\xeb\x36\xda\x36\xe5\x80\x56\x9c\x56\xd6\x6f\x64\x05\x59\x97\x95\x06\x99\xf3\xb0\xd0\x0a\x56\xc2\x91\x38\x3c\xe5\xcd\x30\x59\x56\x3d\xb0\x4a\x73\x81\x63\xde\xd8\xc5\x01\x30\x18\xf2\xb2\xca\xe3\x69\x22\x3b\x25\xd6\x8e\x3a\x61\x92\x53\xed\x1b\xcb\xc2\xf3\x9e\x61\xbc\x77\xc4\x0b\xf7\x0c\x89\xcf\x2a\xa9\x61\x77\xed\x3e\x1d\x8b\x01\xf1\xcb\x96\x2c\xe5\x28\xb1\xd0\x5a\x4b\x42\x69\xb1\x0d\x47\x60\x00\x01\x55\x92\x0f\x49\x70\xf8\xdb\x45\x8b\x62\x91\x07\x6c\xa8\x44\xc4\xfd\x6c\x02\x0a\x14\xfe\xd8\x08\x7c\x5b\xd5\x41\x08\x8f\x3b\x75\xf4\x30\xb8\x9e\xc7\xf2\xc5\x99\x8d\x35\x4d\xd3\xa6\xb7\xf7\xce\xf8\xde\x66\xff\xce\xd8\x9f\xd1\x50\x7b\xd6\x34\x6d\x28\xf7\x2f\x7a\x67\x8c\xa0\x3d\x4d\x6f\xe7\xf2\x44\x23\x61\xc7\x38\xe6\x2c\x2f\xe8\x56\x36\xc7\xda\xcd\x89\xd6\x88\x47\x0d\x7c\xd9\xf2\x17\x31\xa3\xbb\xf1\xed\xa9\xfb\xa6\x69\xda\xe5\x38\xd6\xb4\xe1\xea\x6a\xa0\x9d\xff\x30\x12\x21\xa6\x7c\x7b\xdf\x3c\x1d\xf4\xc3\xf3\x51\xdc\x31\xae\x87\x8f\xcd\xc6\xc5\x84\x0b\x33\xc7\x0f\xcf\xe6\x78\xba\xd4\x1f\x9b\xae\xee\xcf\xb4\x59\xfb\xdc\x7d\x7e\x9a\xbb\x2f\xc3\x41\x1b\x3c\xcd\xf1\x64\x6c\x9e\xdf\x3d\x0c\x9e\xec\x59\xe7\x89\x4d\xf8\x3e\x76\xc7\xb3\x87\xd9\xa4\xd9\x9a\xda\xf6\xe4\xb2\x31\xd2\xde\x1a\x67\xa6\xd6\x6d\xac\x16\xcf\x8d\x1f\x37\x17\x57\x23\x2d\xd6\xb4\xd1\xe5\x4b\x6c\x75\xc9\xd2\xfb\x7a\xc9\x75\x1e\x9c\xcf\xef\xbb\x63\xb2\x38\xb7\x6d\xfb\xdb\xb7\x2f\x7b\xc0\x14\x9c\xd2\x7f\x3b\x9c\xa7\xce\xec\x69\xac\x3b\x77\x76\xef\xf9\x97\xe0\xbc\x5a\xe4\x70\x2e\xec\xc9\x64\x79\xde\x9e\x3d\x5d\xfd\xa5\xc5\xe6\x68\xfa\xf5\x1a\x8c\xf5\xd7\x70\xa4\x75\xae\x6e\xb4\x78\x3a\x9a\xc6\x57\xc3\x18\x5d\x7f\xbf\x1c\x9a\xcd\xb7\x27\xb9\x87\x8f\x17\x83\x87\xb3\xd9\x58\xbb\x18\x68\x53\x8a\xf5\x70\x31\xbd\xe2\xda\xdd\xde\x3f\x5c\xcf\x2f\xba\xc3\xe7\xc9\x64\x1f\xd4\xac\xe0\xd8\x7f\x5d\x58\x2d\x70\xe0\xc2\x18\xd0\xa7\x90\xd4\x92\x0f\xc1\x95\xf1\x71\xfa\x5f\x56\xbe\x04\x18\x71\x56\x61\xd9\x98\xd5\x29\xc7\xc1\x4a\xdd\xfa\xda\xdd\x6a\xd2\x43\xa6\xe9\xc2\x77\x7a\x19\xc9\x06\x60\x18\x02\x1b\xee\xdd\x5f\x3a\x9c\x6d\x30\x0b\x4e\x49\xbb\xfa\x24\x58\xa9\xa2\x2d\x53\x1c\xd4\x18\xc7\xa1\xdd\xfe\x34\xd2\x45\x45\xff\x16\x9b\x1f\xf0\xe3\x9f\x0d\x35\x6e\x07\xf8\x72\xd6\xbf\xe3\x57\xd6\x1d\x5c\x3d\x8c\x1f\x7b\x9a\x36\x64\xbf\xab\xf4\xb3\xc7\xb9\xb5\x61\x47\xd3\x86\x5d\x4d\x1b\x35\x1a\x8d\xaf\x8c\x76\x6f\x1a\x6e\xc0\x2f\xad\x3f\xbf\xbd\x73\xaf\x9e\xfc\xeb\xf9\x2d\x8a\x87\x17\xf2\xcb\xc5\x2d\xa3\xdf\xdd\x33\x9b\x9d\x77\x5a\xde\xe3\xcd\xf5\xac\xa7\xcd\x34\x7b\x14\xcd\x2e\x57\x8d\xb7\x13\x23\x7c\x9e\x7b\x37\xf3\xc9\xe9\x24\x9e\x9f\xf9\x38\x9c\x93\x00\x78\xcb\xc5\x05\x92\x4f\xef\x26\xe8\x4a\xbb\x9d\xb7\x1d\xe7\xe2\xf1\xab\xa3\x4d\x8f\x1b\x74\xf2\xe8\x44\xfd\x9b\xd1\x23\xba\x3b\x9b\x8e\x17\x77\x74\x72\x1d\x19\x5a\xf7\xfa\x95\xf4\x8d\xc5\x8d\xad\x3d\x7a\xf2\xd9\xcd\x00\xdb\xc7\xcb\xce\x4f\xd8\x75\x7a\xb0\xef\x9f\xfc\x3f\x88\xf8\x94\x23\xfe\xd4\x88\xe2\xd1\x92\xc4\x23\xf6\xb9\xef\xf7\x98\xf2\x4f\xee\xac\x22\x12\x8f\x5a\x74\x36\xea\x45\xda\xe8\x6b\xc4\xbd\x18\xe7\x71\x3c\x78\x37\xe7\x4f\xdf\xf9\x89\x9c\x9f\x78\xd3\xe6\xf8\xd9\xd0\x3d\x84\x56\xb6\x36\xf4\x7a\x8f\x7a\xc4\xc6\x1f\x16\xe9\xc9\xf8\xed\x9b\xfb\xd9\x0f\x6d\x32\x18\x9c\xde\xdf\x37\x2f\x2f\x8d\x76\xd4\xf8\xcb\xd4\xaf\xcf\xf1\x63\xf3\x46\x3e\x19\x69\xfd\x33\x1d\x9c\x7c\x7d\x7e\x3c\x3f\xb6\xa7\xe7\x78\xfa\x3c\x19\xbc\x69\x5a\xcb\x70\x06\xd4\xe9\x2e\x2e\xbd\xb3\xfe\xf3\x3d\x3e\x93\xa7\xdf\xb5\xfb\xf8\xf4\x29\xbe\xee\x5f\x46\x83\xd9\x65\xd3\x46\xc3\x99\x7e\x62\x0f\xfb\xd7\x04\xb7\x96\x41\x97\xf8\xc6\x70\xf2\x7c\x72\x79\x12\x8d\x57\xdd\x97\xc5\x4f\x9c\x92\x17\xb1\xc4\xc9\x85\x7f\x8f\xaf\x37\xb8\x99\x27\xa7\x30\x7a\xfb\xeb\xc2\x72\xb8\x65\x3f\xb0\x53\xb8\xd7\x52\x3b\x6f\x2c\x7b\xfd\x66\x67\xf1\xfa\x3d\x89\x03\x1c\x49\x6d\x76\xad\x3f\xbf\x30\x19\xc3\xe9\xf9\x7c\x7c\x7a\x0f\xa7\xb8\x89\xf0\xf8\x5c\xd3\xb4\x49\xec\xbd\x35\xbe\xf7\x65\x74\x7a\x7a\x7b\x76\x6e\x9f\x5e\xc1\xb6\x0d\x2e\x5f\x64\x6c\x7e\xed\x37\xb4\xd9\x8b\xac\x8d\x70\xa8\x3f\x13\xc0\xe5\x8d\xdd\xd3\xbb\xc5\x6d\x34\xf3\x86\xc3\x2f\x07\x7d\xa2\xc8\xbd\xf0\xcc\x38\xcb\x41\xaa\x75\x2a\xfb\x7f\x73\x04\x59\x19\x9d\xa5\x9c\x12\xc3\x64\x5d\xec\x7f\x6e\x8b\xda\xac\x8f\x23\xa8\x53\x13\x19\x01\x0e\x58\x0e\x59\x2f\x8b\x5c\x97\xbb\x75\x4d\x96\xfa\xe5\xd9\x1b\x8e\x0c\x47\x32\x80\xeb\xe2\x28\x6b\x99\xfd\x03\x1d\x36\x35\x8d\x14\x12\x5c\x42\x9f\x86\x19\x6d\x5f\x57\xb0\x55\xcc\x8c\x59\x26\x2d\x6a\x55\x95\xf3\xed\x76\x29\x9f\x3d\x90\x9c\x42\x10\x42\x09\x47\xb4\x9e\xa0\x92\x3f\x8b\x72\xe0\xbd\xbc\x55\xf9\x92\x19\xa5\xaf\xff\x8e\x5a\xa1\xba\x87\xbe\xa9\x1c\xcc\x2a\xff\xf2\x40\xa1\xf7\xaf\x1c\x07\xab\x5a\xb3\xf0\xd5\x0b\xcb\xb2\x4a\xef\x1e\xda\xa0\x6d\x74\x7a\xc9\xab\xdb\xd0\x01\x26\x8e\x15\x89\x55\x23\xfc\x8f\x5c\xe3\xb5\x9b\x5c\xe7\x2f\x46\x5a\x5f\x54\x41\xcf\xb7\x48\x42\x3e\xa2\x08\xb8\x3b\x36\x54\xf8\x06\x82\xe8\xab\x13\x96\x95\x2b\xcb\x14\xad\xf1\x2f\x3f\x54\xeb\x22\xc3\x30\x76\xe4\xfe\x1f\x20\x08\x48\x49\x81\xf3\xcd\x02\x6e\x08\xff\x5c\xef\x18\x07\x7f\x31\x9f\x66\x18\xa9\x72\x7b\xec\x95\x73\x8a\xec\x35\x19\xd8\xb5\xd7\x94\x1a\x56\x89\xbb\x84\x1d\xa5\x25\x40\x08\x8e\x77\xae\x55\x42\x5c\x67\x97\x32\xbf\xa5\x55\xb3\x4e\x5b\xa8\xdd\x2d\x44\x5d\xf1\x6b\x97\xd2\xa2\x3b\xab\x41\xcb\x82\x06\x95\xd8\xcd\xa9\x1f\x64\x0c\x9d\x8a\xaa\xef\x8b\x12\x33\x32\x51\xeb\xec\x56\x35\x77\x4f\x72\x25\x05\x2e\x30\xa0\x07\x7d\xfa\xff\xdf\x28\x0e\xfe\xac\x7d\x00\xb5\xfd\xb3\xca\xb0\x96\x5e\x49\x6e\x3b\xd8\xe9\x0b\x07\x06\x25\x4f\xec\x0c\xe0\x1a\x9f\xbb\xf2\x6f\x35\x89\x55\xc8\x5f\xb2\x17\x13\xe9\x9b\x91\x92\xdf\x93\x37\xff\x96\x26\x14\x07\x99\xf5\x27\xd7\xef\xd7\xe0\x10\x88\x13\x5c\x92\x92\x2c\x1e\x44\x7e\x01\xdc\xf2\x3c\xe1\xa6\x18\x86\x39\xb8\x1c\x50\x0e\x2d\x83\x6f\x0f\xb2\x59\xa3\x3a\x7d\x4c\xda\xd7\x07\x91\xfd\x80\x1a\xa4\xd0\xda\xff\x08\xba\x07\x10\x11\x8a\x7c\x0f\xe1\xc4\x42\x7e\x01\xe2\x9d\x89\x7b\x0d\x27\x83\x98\x01\xfb\xae\xf1\xe6\xdd\xff\xa2\x31\x1f\x84\xf8\x23\x6a\xa4\x37\xe9\xe3\x20\x1f\x02\x45\x2c\xf4\x3d\x98\xd9\xa6\x7f\x01\xe4\xd2\xb4\x03\xf6\x93\x81\x9c\xbe\x4d\x7f\xc7\x90\xd3\x17\x2f\x65\xb3\x3e\x88\xf2\xfb\x7a\xf0\xeb\xf4\x71\x84\xf7\xe3\x21\x12\xc8\xd0\xfd\x57\x00\x00\x00\xff\xff\x4c\xb1\x8d\xea\xba\x29\x00\x00") -func web_uiAssetsVendor9ea7d400c0cec7682e8871df14073823CssBytes() ([]byte, error) { +func web_uiAssetsVendor992465b8b230f89d4adce5f016543c4dCssBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsVendor9ea7d400c0cec7682e8871df14073823Css, - "web_ui/assets/vendor-9ea7d400c0cec7682e8871df14073823.css", + _web_uiAssetsVendor992465b8b230f89d4adce5f016543c4dCss, + "web_ui/assets/vendor-992465b8b230f89d4adce5f016543c4d.css", ) } -func web_uiAssetsVendor9ea7d400c0cec7682e8871df14073823Css() (*asset, error) { - bytes, err := web_uiAssetsVendor9ea7d400c0cec7682e8871df14073823CssBytes() +func web_uiAssetsVendor992465b8b230f89d4adce5f016543c4dCss() (*asset, error) { + bytes, err := web_uiAssetsVendor992465b8b230f89d4adce5f016543c4dCssBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/vendor-9ea7d400c0cec7682e8871df14073823.css", size: 8078, mode: os.FileMode(420), modTime: time.Unix(1590089613, 0)} + info := bindataFileInfo{name: "web_ui/assets/vendor-992465b8b230f89d4adce5f016543c4d.css", size: 10682, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiAssetsVendorDd451ffada9952277102d90988f3ae5bJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xbd\xd9\x76\xdb\xc8\xb6\x20\xf8\xae\xaf\x20\x51\xa7\x71\x22\xcc\x2d\x18\x11\x1c\x40\x86\x14\x62\x39\x6d\x39\xaf\xeb\x64\xda\x3e\x96\x33\xf3\xe6\xe5\x61\xf1\x42\x64\x90\x42\x9a\x02\x78\x00\x90\xb2\x92\xe4\x5d\x59\xdd\x5d\x3d\xae\xd5\x1f\xd0\x2f\x5d\xaf\xfd\xd4\xff\x70\xff\xa4\xb2\x7f\xa4\x57\x0c\x98\x48\x50\xf6\xcd\x6a\x3d\x88\x40\x20\xe6\x61\xcf\x7b\xc7\x43\x10\xce\xa2\x07\xe7\xfa\xfe\x56\xc4\xd7\x6f\x7f\xe4\xf3\x75\x38\x4d\x83\x28\x44\x02\x52\xbc\x9d\x47\x31\xda\xf8\x71\x23\x6e\x04\x61\x23\xc5\x62\x14\x8f\x79\x3a\x8a\xc7\x67\xb1\x48\xd7\x71\xd8\x10\x7b\x74\x50\xc1\x6e\xb7\xdd\xc3\xf6\xf5\xf5\x8b\x8f\x3f\x7c\xb8\xbe\x61\xdb\x3d\x5c\xff\xe3\xc7\xeb\xb7\xaf\x26\xef\x3f\xbc\xfb\xf8\xee\xe3\xcf\xef\x65\xe2\x2b\x3f\x15\xac\x49\xf6\x30\x79\xf1\xfe\xfd\x77\x6f\x5e\xbe\xf8\xf8\xe6\xdd\xdb\xc9\xc7\xeb\xef\xdf\x7f\xf7\xe2\xe3\xf5\xe4\xa7\x0f\x2f\xde\xbf\xbf\xfe\xc0\x9a\x04\x26\xaf\xae\x5f\xbf\xf8\xe1\xbb\x8f\x93\x17\x37\x3f\xbf\x7d\x39\x79\xf7\xcd\xcd\xf5\x87\x1f\xaf\x3f\xdc\xb0\xa6\x0b\x93\xff\xf0\xd7\x1f\xae\x3f\xfc\x3c\x79\xf3\xf6\xe3\xf5\xb7\x1f\x54\x1d\xaa\x48\x5e\xcf\xbb\xb7\xdf\xfd\x3c\xf9\xf6\xbb\x37\xdf\x7f\x7f\xfd\x61\xf2\xf2\xdd\xf7\xef\xdf\xbd\xbd\x7e\xfb\x51\x96\xdd\xe3\x33\x39\xac\x65\xe4\xcf\x44\x0c\x33\x31\x0f\x42\x01\xb1\xf8\xfb\x3a\x88\xc5\xf7\xd1\x6c\xbd\xcc\xdf\xb2\xdf\x5f\x12\x88\xd7\x61\x18\x84\x8b\x8f\x22\x49\x13\xde\x24\x67\xc1\x1c\x15\xb3\x85\xb7\xd6\x3a\x11\x8d\x24\x8d\x83\x69\x6a\x9d\x65\x1f\x1a\x29\xc2\x5b\xd9\x94\xe0\xef\x6e\x7f\x11\xd3\xd4\x99\xc6\xc2\x4f\x05\x0a\xd7\xcb\x25\xce\xa7\xd1\x99\x4c\xf8\x26\x0a\x66\x0d\x17\x66\x62\x29\x52\xa1\x92\x40\xec\xd5\xe4\xf3\xad\xee\x28\xab\xf4\x97\xd5\x75\x9b\xd5\x0e\x82\x1d\x0d\x86\xe5\x4f\xfb\xb3\xfc\x91\x9b\x27\x5e\xa9\x84\x97\x07\x99\x6d\x88\x94\x8f\xc6\x10\xf3\x25\x12\x60\x21\x93\x1d\x5b\x90\x62\x08\x79\xea\x2c\x45\xb8\x48\xef\xce\xc9\x45\x78\xc5\xdd\x8b\xf0\xfc\x1c\xa7\xa3\x70\xec\x88\xcf\xab\x28\x4e\x13\x94\x8f\x3b\x76\xee\x55\x13\xd9\x97\x3d\xe8\x11\xf2\x6d\x18\xbd\x8c\xc2\xf9\x32\x98\xa6\x2c\x6f\x3e\xd5\x33\x19\x42\x70\x26\xbb\x11\xea\x3d\x99\x3a\x77\x7e\xf2\xee\x21\x7c\x1f\x47\x2b\x11\xa7\x8f\x28\xc4\xb6\x1d\xd7\x25\xa2\x80\xcb\x6e\x80\x18\x05\x63\x2e\xf4\x53\x38\xe6\xf1\x28\x1c\xe3\x3d\xdc\xfb\x9f\xc4\x2b\x31\xf7\xd7\xcb\xf4\x5a\xf5\x46\x6e\x13\xb5\x4b\x42\x9e\x22\x0c\x01\x47\xf2\xc7\xd5\x3b\x27\xe2\x23\xcb\x0c\xdb\x02\xcb\x74\xdf\x02\x4b\x8f\xc7\x1a\x17\x1b\xc0\x97\x27\x09\x62\x08\xf1\x36\xbd\x0b\x12\x67\xbd\x0e\x66\x3c\x68\xb5\x40\xbd\x05\x33\x2e\xf4\xd3\x4c\xac\x12\xde\xcc\xe6\x4e\x0e\x41\x3f\x0d\x23\x96\xea\x1c\xba\x6e\xbe\x35\xad\xb1\xed\x7e\xaf\x3f\x4c\xfd\xe5\xf2\xd6\x9f\x7e\xe2\xb1\x7e\xbf\xf3\x13\x3d\x84\xe4\x45\xf2\x4a\xac\x78\x93\x98\xc6\x92\x17\xcb\xc0\x4f\x78\xa8\x5f\x63\x11\xcc\x03\x31\xe3\xa1\x78\x68\xbc\x88\x63\xff\x11\x65\xad\x63\x9d\x21\x49\xfd\x54\x70\x2b\x14\x0f\xd6\x3e\x1f\x4f\x82\xf0\xb6\x78\x5b\xcb\x4d\x91\x8f\xa4\x48\x5f\xea\x51\x17\x1b\x26\xe0\xe1\x48\x8c\x77\xbb\x70\x24\x5a\xd6\xf3\x20\x9c\x89\xcf\xd6\xf8\x22\xb0\xed\x20\xeb\xd6\x05\x96\x79\x02\x27\x98\xa9\x6c\xf2\xa1\xc8\x99\xed\x98\x60\xb7\xab\x42\xa8\xf4\x2e\x8e\x1e\x1a\x72\x08\xd7\x71\x1c\xc5\xc8\x7a\x19\xad\x97\xb3\x46\x18\xa5\x8d\x79\x10\xce\x1a\x7a\xd2\x1a\xff\x6c\xb5\x44\xcb\xfa\xe7\x46\x70\x2f\xe7\x45\xcc\x1a\xf3\x38\xba\x97\xa9\x69\xcb\xfa\x67\x0b\xef\x55\x65\x10\xdb\xb6\xb5\x12\xe1\x2c\x08\x17\x56\x93\xf3\x40\xcf\x80\x6d\x5b\xf3\x20\xf4\x97\xc1\xaf\x62\x56\x49\x46\x81\x23\xdb\x78\x25\x56\x09\x8a\x31\xc4\xce\x6a\x9d\xdc\xa1\x00\x63\x08\x8a\x99\x98\xea\x7e\x06\x73\x64\x39\xb2\xb4\x70\xa6\x77\x7e\xfc\x22\x45\x2e\xc6\xd9\xf1\x3f\xcb\xe1\x2c\x17\x4e\xb2\x5a\x06\x29\xb2\x9e\x5b\xfa\x2c\x15\xaf\x4e\xb2\x0c\xa6\x02\xb9\x70\x4e\xe4\x76\x74\x21\xe2\xd9\x26\xb9\x08\x2e\xa3\x8b\xa0\xd5\xd2\x27\xc4\xe7\xf1\x28\x18\x9f\xa9\x26\x1d\x8b\x73\xee\xab\xf6\x5d\xce\x79\x98\xad\xf0\xf1\xbc\xf9\xa1\x9c\x34\x7f\x3a\x15\x49\xd2\x58\xf9\xb1\x08\xd3\x6c\xf6\xa2\x79\x23\x8e\xa2\xd4\xc2\x67\xa1\xb3\x8a\x56\x08\xef\xc5\x32\x11\x66\x4c\xaa\xfe\x69\x14\xa6\x41\xb8\x16\x32\x83\x9c\x04\x1f\xef\xf7\x66\x74\xa1\xf3\x4b\x14\x84\x6a\x04\xc5\xac\xcc\xe5\xbe\xd1\x19\x9a\xa8\x29\xb7\x86\x6d\x37\x2b\x7b\x03\xef\x7d\x67\x15\x47\x69\x94\x3e\xae\x84\x73\x74\x3a\x0b\xa8\x94\xc1\xd7\xd2\x19\xc9\xe0\xc9\x99\x84\xb2\x9c\x73\xb1\xdb\x59\x91\x02\xbf\x56\x93\xcb\xfa\xa2\x79\x43\x2d\xab\xa9\xa3\x94\xba\xdb\x69\x38\xac\x56\x6a\xa6\x5b\xdc\xed\x9a\x06\x78\x07\xc9\xf5\xe7\x54\x84\x49\x70\xbb\x14\x48\xe0\xdd\x0e\xe5\x99\xb8\xc0\x7b\x28\x77\xd9\xf4\xa1\xdc\x51\x39\x61\xc5\x56\xe2\x9c\x17\xc7\x6c\xb7\xb3\xe4\x79\x7c\x94\x5b\xaf\xf2\x21\xdb\x24\x75\xc3\xd3\xd0\xd2\x79\x88\xfd\x95\x86\xd5\x89\x6d\xa3\x2a\x48\x38\xce\x82\xcc\x71\xad\xc2\x0e\x8c\x0b\xa0\xf0\x88\x34\x90\x33\x73\x9a\x65\x71\xfc\xd5\x6a\xf9\xa8\x8a\x57\x00\x48\x0e\xce\xcb\x89\x66\x9f\x71\xb7\x02\x4a\x8a\xc1\xd7\x42\x2a\xdb\xd6\x93\xaf\x97\x0c\xd5\x0c\x99\x0b\x6c\x70\xc4\xf1\x96\xb0\x6d\x5d\xe0\x30\x1d\x61\xa8\xa9\xa9\xba\x58\xeb\x30\x11\xa2\xbc\x54\x87\x00\xf0\x24\x08\xae\xd6\xa3\xa6\xef\x70\xc9\xcd\x94\xc8\xd3\x5f\x5a\xd7\x4a\x13\xf9\xda\x9f\xa5\xf1\xe3\xb6\x02\x9e\xd5\xcb\xc4\xac\x0b\x1c\x16\x92\xf5\xee\xd5\xb4\x2e\x1f\xb7\x27\xb6\x50\xb6\x29\x4c\x31\x21\x0f\xbc\x98\x59\xf8\xb0\xf3\x93\xa3\xde\x67\x70\xc9\xec\x84\x6c\x6d\x35\x20\xc2\x90\x72\xf7\x22\xbd\x14\x19\x10\x4a\x33\x00\x14\x73\x31\x4a\xc7\x67\xf2\x1f\x8f\xb3\x09\x1f\xe6\x4f\xec\x10\xef\x23\xbc\xcf\x09\xca\x4a\x8f\x32\xf0\x5a\xa1\x41\xe4\x94\xca\x25\xe1\xa7\xa7\x33\x03\xe2\x67\x05\xbd\x92\x23\x59\x88\xb9\x7b\x11\x5f\x66\xb8\xee\x22\xce\x7a\x1d\x2a\xd2\x16\x82\xca\x58\x25\xc5\x9b\x2f\xb7\x21\xd1\x74\xe7\xcd\xdb\xfe\x2c\x47\xff\x12\xbe\x0e\x51\x3d\x0a\x76\x21\xc8\xf7\x70\xcd\x6e\xc4\x2c\x27\x27\x54\x2d\x87\x99\xfd\x4f\xe2\x83\xfe\x8e\x30\xcb\xa8\x8c\xda\x9c\xba\x6f\x41\xb6\x55\x97\x68\x8a\xc2\x8c\xd6\xc0\xd9\x03\x88\xa3\xc5\x2f\x35\x71\x02\xb6\x4a\x90\xc1\xcb\xd4\x58\x46\xc5\x99\x8e\x4d\x51\x0a\x02\xe3\x7d\x0e\x0e\x72\xd0\x98\x42\x6a\xfa\xf3\x46\xd1\x3b\x72\x7a\xea\x6a\x9a\xe7\x75\x40\xba\x07\xa4\x09\xdc\x0a\x4b\x22\x49\x8a\x82\x9c\x38\x0b\x6c\x5b\x6d\x85\x02\x2b\xef\x76\xc8\x8f\x17\xeb\x7b\x11\xa6\x89\x59\xe1\x4b\x6a\xdb\xe5\xfd\x73\x84\xfa\xfc\xb0\xb1\x0e\x93\xf5\xca\x90\x06\x06\xe9\x3d\xf8\x49\x43\xf7\x60\x06\x0d\xf1\x79\x25\xa6\xf2\xe3\x3f\xeb\x24\x14\xcc\xa0\xa1\x76\x93\xc9\x8e\xff\xb9\x11\x84\x49\x2a\xfc\x59\x63\x11\xa5\x2c\x27\x38\xf2\xce\x34\xd2\xc8\x54\xa7\xe8\x8d\xc3\x4e\x62\x50\x24\x98\x24\x86\x34\x29\x26\x91\x4b\x2c\x67\x8e\x8f\xc6\x18\xe4\x68\x79\xac\x9a\xf0\xc3\xa9\xc4\x54\xeb\xa1\x1c\x81\x8f\x62\xb5\x2e\x10\x43\xd3\xc5\x4c\x27\x69\x82\xb3\x49\x30\xde\xe3\x63\x34\xa4\xc8\x11\x7d\x4a\xf5\x1c\xce\x51\x33\xde\xed\xb2\x23\x15\x57\xd0\x0e\x8a\x79\x56\xe7\x68\x0c\x09\x28\xb6\x05\x1f\x02\xe5\x14\xe2\x1a\x08\xaf\xfb\x0c\xf1\xde\x30\x2c\x8e\xaf\xa8\xcf\x6a\x47\xcc\xca\x53\x49\x45\x1c\x4c\xc9\xd0\x4c\x75\x0a\xb2\x0b\x92\xd2\xd4\x03\x94\x4f\xfb\x82\x95\x71\x44\x98\xc6\x81\xc8\xb9\x97\x5f\x12\x67\x22\xfc\x4f\x93\x44\x88\x90\x87\xa5\x7c\x6a\xd3\x95\xde\x0f\x60\xbe\xc0\x5b\xcd\xce\xa8\x74\x6c\xc9\x09\xd4\x79\x50\xa5\xb9\xe9\x52\xf8\x71\xf9\x88\x7c\x65\x4f\x14\x17\x91\xca\xba\xcc\xb8\xac\x79\x14\x59\x50\xaa\x68\x8f\xcb\x9f\x9e\xdf\xfa\xb1\x25\x67\xfd\x74\x0e\x3f\x99\xcd\x2d\x18\x65\xf0\xa0\xcc\x88\x64\xd0\xa4\x54\xdc\x1c\x1f\xc5\x1b\x15\x2d\x48\x6e\xa9\xf4\x76\xd4\x87\x5f\x55\x1f\xca\x2b\xa8\x3b\x8e\xab\x19\xff\xbe\xfe\xd5\x7a\x2a\x57\x39\x11\x4c\x89\xcf\x56\xdd\x80\x4d\x16\x47\x57\x69\x39\xba\x0f\x96\x63\x46\xab\x12\x62\xf9\xeb\x3c\x97\x39\x9f\x9a\x9f\x7b\x3f\x08\x4d\x8d\xaa\x50\x7d\xde\x1c\x0b\xa9\x7c\xf9\x14\xca\x0c\x19\x68\xab\x7c\x39\x48\x56\x8d\xe4\x69\x66\xc7\x14\x13\x7a\xb8\x73\x10\x86\x8c\x16\xe5\x39\xd5\xa9\x6b\xb6\xed\xa3\x2f\x7a\x65\x6d\xbb\x7a\xe0\x6c\x1b\x1d\x9c\xc0\xed\x21\xa7\x5f\x91\x11\xec\xf1\x5e\xa1\x25\x0c\x95\x6d\xab\x61\x6e\x46\x92\xcb\x83\xa6\xd8\xd4\x3c\x25\x40\x3e\x24\x0a\xdf\x36\xe3\x91\x3f\xd6\x4f\xa9\x7a\x92\xf0\x63\xcd\x0b\x02\x3a\xef\xb0\x69\xdf\xb6\xcd\x83\x02\x2f\x89\x6d\xaf\x33\x3a\x76\x8d\x7c\x09\xaa\x64\x7a\x94\xa5\x45\x26\x4d\xc9\x64\xf8\x31\x53\x52\xe6\xe4\xfe\x6c\xb5\xfc\x96\xf5\x67\x0b\x9f\x69\x38\xbe\x74\xa6\xd1\x4c\x70\xeb\xfb\x77\xaf\x7e\xf8\xee\x7a\xf2\xf6\xdd\xc7\xc9\xeb\x77\x3f\xbc\x7d\x65\xc1\x52\x49\x4f\xa6\x5c\xf6\xbd\x42\xb2\x9d\xc9\x31\x8c\xdc\xb1\xa2\x6c\xd1\x34\x9b\x44\x28\x83\x82\x8c\xdf\x44\x2a\x2f\x19\x2b\xe6\x55\xc2\x9d\x29\x14\x05\x32\xce\x3e\xa3\x5e\x64\x4b\x39\x7d\x99\x91\x1e\xd1\xd7\x4c\x13\xf8\xdc\xbd\xf0\x2f\x33\xf6\xec\xc2\x6f\xb5\x70\x80\x42\x39\xd7\x39\xeb\xbb\xdf\x23\x8c\xb6\x84\x8d\x4e\x4a\x9d\x04\xa2\x7a\x12\x53\x88\x39\x4a\xb9\x40\xa4\x8b\xb1\x6d\xa7\xce\x64\x22\x12\x4d\xff\x0f\x53\xb6\x35\x78\x99\xa5\xfb\xb3\x38\x43\xd2\xce\xe4\xd6\xbf\x15\xcb\xf7\xd1\xf2\x71\x1e\x2c\x97\xb6\x6d\xad\x43\x83\xfe\x0a\xf6\x68\x1a\x85\x49\x24\xf7\xa3\x79\x70\x1e\xfc\x38\xac\xbe\x21\xeb\xdf\xab\x8a\x9e\xaf\x4c\x4d\x8d\x20\xd1\x82\x36\xb9\x84\xb1\x68\xa4\x77\x7e\xd8\x88\xc2\xa9\x68\x44\x9a\x65\x68\xac\xfc\x85\x70\x1a\x1f\xe5\xa3\x7c\x8b\xa3\x5b\xff\x76\xf9\xa8\x78\xf8\x99\x48\x82\xd8\xbf\x5d\x8a\xe7\x41\x98\x8a\x50\x56\xe2\xcb\xbd\xe0\x3f\x36\xee\xfc\x8d\x50\x1d\x12\x7f\x5f\x8b\x70\x2a\x92\x46\x30\x6f\xcc\x82\xf9\x5c\x28\xd6\x75\x23\xe2\x24\x88\xc2\x44\x32\xaf\xe9\x9d\x68\x64\xdd\x49\x1a\x7e\x2c\x1a\x92\x95\x09\xc4\xac\xa1\x0b\xa7\x81\x24\x9f\x9d\xc6\x9b\x79\xe3\x31\x5a\x37\x66\x51\x23\x14\x62\x26\x31\xb6\xec\x78\xa5\xf8\xc1\x18\xa0\x21\xe7\xff\x60\xc4\xcf\x0b\xe9\x55\x4e\x14\xa4\x51\xe3\xf6\x71\xe5\x27\x89\xaa\x4d\x4e\x54\x10\x2e\x1c\x09\x1e\x4e\x2c\x00\x6f\xba\x7b\xd8\x92\x2e\x23\x5d\xa0\x8c\xee\xc7\x40\x9f\x5c\xf9\x36\x06\x81\xba\xf2\x5f\x47\xfe\x23\x44\xfd\x77\xd5\x7f\xf5\x8d\x50\xf5\x5f\x7d\xf5\xe4\xbf\xbe\xfc\xd7\x93\xff\x06\xf2\x5f\xdb\xed\xe9\x1f\x0f\xcb\x86\x5d\x46\x5c\x20\x84\x11\x02\x84\x32\x42\x81\xb4\x19\x69\x03\xe9\x30\xd2\x81\x36\x6b\x43\xdb\xed\xb1\xb6\xdb\x83\xb6\xeb\xb1\xb6\xeb\x41\x87\x75\xa0\xcb\xba\xd0\x63\x3d\xf0\x98\x07\x7d\xd6\x87\x01\x1b\xec\xc7\xd0\x2e\x77\x5c\x22\x7d\x81\xa8\xa7\x5a\xa7\xba\x3b\x94\xf4\xf4\x4f\x57\xff\xe8\x6f\xd4\xd5\x3f\x26\x71\xa0\x7f\x3c\x9d\x68\x7e\x74\x39\x4a\xf5\x4f\x5b\xff\x10\x9d\xd3\xbc\xe9\x16\xa8\xa9\x53\xd5\x42\xfa\x7a\x5e\xfa\x7a\x4a\xfa\xba\x40\xdb\xfc\xe8\x66\x5d\x53\x8b\xf9\xd1\x2d\xb8\xe6\x47\x57\xed\xea\xaa\xdd\x2e\x96\x27\x4f\x4f\x1f\x75\x75\xcf\x5c\xdd\x9e\x6b\x7a\x6d\xda\xd3\x4b\xd3\xef\xea\x9f\x9e\xfe\xf1\xf4\x4f\x5f\xff\xe8\x0e\x0e\x74\x81\x81\x5e\xc5\x81\xee\xe7\x40\xaf\xe3\x40\xd7\x32\xd0\xb5\x0c\x74\x2d\x03\x5d\xcb\x40\xd7\x32\xd0\xcd\xba\x7a\x28\x3d\x3d\x83\x9e\x7e\xf3\x74\x07\x7b\xba\x83\x3d\x93\x45\x0f\xb3\xa7\xc7\xe0\x11\x35\x22\x4f\x0f\xb3\xab\x13\xbb\xba\x5c\x57\x97\xeb\xea\x16\x7a\x7a\x42\x7a\x3a\x67\x4f\x4f\x48\xcf\xb4\xa0\xb3\x78\x3a\x8b\xa7\xbf\x79\xa6\x2f\xba\xd7\xfa\x8d\xe8\x2e\x91\x2c\x51\x4f\x81\xde\x21\x44\x57\x4d\x74\x07\x49\xcf\x24\x9a\x72\x3a\xd1\x33\x59\xf4\x9c\xe9\xd6\x49\xd7\xd4\xa9\xa7\xae\xab\xd6\x88\x78\x26\x8b\x6e\x41\x77\x9e\xe8\x41\x93\xae\x9e\xd6\xae\x79\xd3\x59\xf4\x68\x89\xee\x3c\x31\xe3\xeb\xe8\xf1\x75\xcc\x4c\x98\x44\x3d\xda\xae\x9e\xcf\xae\x9e\xcf\xae\x1e\x7b\x57\x4f\x4f\xdb\x6c\x37\x33\xad\x7a\x26\xf4\x4a\x53\xbd\xd2\x54\x8f\x9d\xea\xfd\x49\xf5\x46\xa1\x7a\x6b\xd0\xbe\xf9\xa6\x8b\xf7\x7b\x6a\x8d\xf4\x96\xa2\x7a\x13\x51\xb3\x93\xf5\xbe\xa6\x6d\xd3\xac\xce\xd2\xd6\x95\xb5\xf5\x6a\xb6\xcd\x18\x74\x43\x6d\xdd\x42\x5b\xb7\xd0\xd1\xb5\x74\x74\x2d\x1d\x5d\x4b\xc7\x0c\x53\x17\xef\x74\x31\xa4\x85\x50\x06\x75\xa9\x02\x1a\xdd\x0e\x23\xdd\x0e\x90\xae\x04\x5b\x5d\x20\xdd\x1e\x23\xdd\x1e\x90\xae\xc7\x48\xd7\x03\xd2\xed\x33\xd2\xed\x03\xe9\x0e\x18\xe9\x0e\x80\xf4\x5c\x46\x7a\x2e\x90\x1e\x61\xa4\x47\x80\xf4\x28\x23\x3d\x0a\xa4\xd7\x66\xa4\xd7\x06\xd2\xeb\x30\xd2\xeb\x00\xe9\x75\x19\xe9\x75\x81\xf4\x7a\x8c\xf4\x7a\x40\x7a\x1e\x23\x3d\x0f\x48\xaf\xcf\x48\xaf\x0f\xa4\x37\x60\xa4\x37\x00\xe2\xb9\x8c\x78\x2e\x10\x8f\x30\xe2\x11\x20\x1e\x65\xc4\xa3\x40\xbc\x36\x23\x5e\x1b\x88\xd7\x61\xc4\xeb\x00\xf1\xba\x8c\x78\x5d\x20\x5e\x8f\x11\xaf\x07\xc4\xf3\x18\xf1\x3c\x20\x5e\x9f\x11\xaf\x0f\xc4\x1b\x30\xe2\x0d\x80\xf4\x5d\x46\xfa\x2e\x90\x3e\x61\xa4\x4f\x80\xf4\x29\x23\x7d\x0a\xa4\xdf\x66\xa4\xdf\x06\xd2\xef\x30\xd2\xef\x00\xe9\x77\x19\xe9\x77\x81\xf4\x7b\x8c\xf4\x7b\x40\xfa\x1e\x23\x7d\x0f\x48\xbf\xcf\x48\xbf\x0f\xa4\x3f\x60\xa4\x3f\x00\x32\x70\x19\x19\xb8\x40\x06\x84\x91\x01\x01\x32\xa0\x8c\x0c\x28\x90\x41\x9b\x91\x41\x1b\xc8\xa0\xc3\xc8\xa0\x03\x64\xd0\x65\x64\xd0\x05\x32\xe8\x31\x32\xe8\x01\x19\x78\x8c\x0c\x3c\x20\x83\x3e\x23\x83\x3e\x90\xc1\x80\x91\xc1\x00\xa8\xeb\x32\xea\xba\x40\x5d\xc2\xa8\x4b\x80\xba\x94\x51\x97\x02\x75\xdb\x8c\xba\x6d\xa0\x6e\x87\x51\xb7\x03\xd4\xed\x32\xea\x76\x81\xba\x3d\x46\xdd\x1e\x50\xd7\x63\xd4\xf5\x80\xba\x7d\x46\xdd\x3e\x50\x77\xc0\xa8\x3b\x00\x4a\x5c\x46\x89\x0b\x94\x10\x46\x09\x01\x4a\x28\xa3\x84\x02\x25\x6d\x46\x49\x1b\x28\xe9\x30\x4a\x3a\x40\x49\x97\x51\x89\x97\x48\x8f\x51\xd2\x03\x4a\x3c\x46\x89\x07\x94\xf4\x19\x25\x7d\xa0\x64\xc0\x28\x19\x00\xa5\x2e\xa3\xd4\x05\x4a\x09\xa3\x94\x00\xa5\x94\x51\x4a\x81\xd2\x36\xa3\xb4\x0d\x94\x76\x18\xa5\x1d\xa0\xb4\xcb\x28\xed\x02\xa5\x3d\x46\x69\x0f\x28\xf5\x18\xa5\x1e\x50\xda\x67\x94\xf6\x81\xd2\x01\xa3\x74\x00\xb4\xed\x32\xda\x76\x81\xb6\x09\xa3\x6d\x02\xb4\x4d\x19\x6d\x53\xa0\xed\x36\xa3\xed\x36\xd0\x76\x87\xd1\x76\x07\x68\xbb\xcb\x68\xbb\x0b\xb4\xdd\x63\xb4\xdd\x03\xda\xf6\x18\x6d\x7b\x40\xdb\x7d\x46\xdb\x7d\xa0\xed\x01\xa3\xed\x01\xd0\x8e\xcb\x68\xc7\x05\xda\x21\x8c\x76\x08\xd0\x0e\x65\xb4\x43\x81\x76\xda\x8c\x76\xda\x40\x3b\x1d\x46\x3b\x1d\xa0\x9d\x2e\xa3\x9d\x2e\xd0\x4e\x8f\xd1\x4e\x0f\x68\xc7\x63\xb4\xe3\x01\xed\xf4\x19\xed\xf4\x81\x76\x06\x8c\x76\x06\x40\xbb\x2e\xa3\x5d\x17\x68\x97\x30\xda\x25\x40\xbb\x94\xd1\x2e\x05\xda\x6d\x33\xda\x6d\x03\xed\x76\x18\xed\x76\x80\x76\xbb\x8c\x76\xbb\x40\xbb\x3d\x46\xbb\x3d\xa0\x5d\x8f\xd1\xae\x07\xb4\xdb\x67\xb4\xdb\x07\xda\x1d\x30\xda\x1d\x00\xed\xb9\x8c\xf6\x5c\xa0\x3d\xc2\x68\x8f\x00\xed\x51\x46\x7b\x14\x68\xaf\xcd\x68\xaf\x0d\xb4\xd7\x61\xb4\xd7\x01\xda\xeb\x32\xda\xeb\x02\xed\xf5\x18\xed\xf5\x80\xf6\x3c\x46\x7b\x1e\xd0\x5e\x9f\xd1\x5e\x1f\x68\x6f\xc0\x68\x6f\x00\xd4\x73\x19\xf5\x5c\xa0\x1e\x61\xd4\x23\x40\x3d\xca\xa8\x47\x81\x7a\x6d\x46\xbd\x36\x50\xaf\xc3\xa8\xd7\x01\xea\x75\x19\xf5\xba\x40\xbd\x1e\xa3\x5e\x0f\xa8\xe7\x31\xea\x79\x40\xbd\x3e\xa3\x5e\x1f\xa8\x37\x60\xd4\x1b\x00\xed\xbb\x8c\xf6\x5d\xa0\x7d\xc2\x68\x9f\x00\xed\x53\x46\xfb\x14\x68\xbf\xcd\x68\xbf\x0d\xb4\xdf\x61\xb4\xdf\x01\xda\xef\x32\xda\xef\x02\xed\xf7\x18\xed\xf7\x80\xf6\x3d\x46\xfb\x1e\xd0\x7e\x9f\xd1\x7e\x1f\x68\x7f\xc0\x68\x7f\x00\x74\xe0\x32\x3a\x70\x81\x0e\x08\xa3\x03\x02\x5d\xca\xba\x92\xf2\xe9\xd4\x10\x10\x12\x27\x1e\x40\x20\x47\x8b\x50\xe6\x4b\x3f\xfd\xde\x5f\xed\x61\x4b\x07\x94\xd1\x01\xcd\xeb\xe9\xd6\xd5\xd3\x3e\x55\x4f\x10\x4e\x97\xeb\x99\x48\x54\x45\x6d\x46\x07\xed\xbc\xa2\x5e\x5d\x45\x9d\xe3\x8a\x8c\xda\xc0\xc8\x05\x54\x45\x1d\x46\x07\x9d\xbc\x22\xaf\xae\xa2\x63\xd8\x9a\x55\xb4\x10\x69\x49\xab\xf9\x4a\x24\xd3\x38\x58\xa5\x51\xac\xab\xee\x32\x3a\xe8\xe6\x55\xf7\xeb\xaa\xee\x9d\xac\x7a\xe3\x2f\xd7\xa6\x8b\x3d\x46\x07\xbd\xbc\x9e\xc1\x61\x3d\x87\x2c\x87\x46\x6b\x54\x52\x20\x87\x75\xbf\x8f\xa3\xfb\x20\x51\x72\x5c\x49\x61\xcb\xda\xb3\x23\x3b\xf0\x18\x1d\x78\x79\x2b\xc4\xad\xeb\x6e\xff\xb8\xca\x9b\x34\x96\x94\xf3\xca\x9f\x5d\x87\x33\xd5\xdd\x3e\xa3\x83\x7e\x51\x11\xa9\xab\x68\xf0\x54\x45\x37\xa9\x1f\xa7\xaa\xaa\x01\xa3\x83\x41\x51\x15\x3d\xae\xaa\x2d\xe9\xc2\x13\x55\xa5\x71\x70\xff\x21\x58\xdc\xc9\xba\xda\x2e\x61\x6d\xb7\xd8\xc2\xa4\x86\x08\x6e\x4b\xfa\xec\x89\xba\xbe\x13\x73\x5d\x95\xcb\xda\xae\x5b\x54\x55\x73\x1c\xda\xee\xc1\x71\x20\x5d\x82\x9d\x39\xb2\xfc\xe4\x31\x9c\xbe\x49\x45\xec\xa7\x51\x6c\x69\x24\x4d\x18\xe9\x12\x68\xbb\x94\xb5\x5d\x55\x61\xcd\xb9\x68\x1f\xd6\xd7\xc7\xce\x62\x19\xdd\xfa\x4b\x59\x85\x44\x6b\xd0\xa6\xac\xad\x8a\x1f\x9d\x86\xb4\x46\xea\x68\xb4\x5f\xc7\x1a\x37\xa3\x8a\xfc\xf8\xb8\x12\x9a\xeb\x17\x2d\x4b\xf2\x81\x4a\x1b\x99\x8b\x27\x9a\x56\x61\x2d\xb1\xdf\xc3\x56\xb6\x7b\x74\x78\x8c\xee\x01\xd1\x3e\x3e\x3b\xd9\x87\x66\x8c\x04\x7e\xb2\xd1\xb0\xa1\xc5\x30\x87\x6d\x4a\x6c\xd4\x97\x0d\x1f\x1d\x2d\xdd\x70\xd1\xe4\xd6\x70\x9f\xcc\xa2\x4e\xcf\x21\xc4\xda\x9f\x59\xe1\xfa\xfe\x56\xc4\x85\x08\x60\x32\x11\xb6\x8d\x26\x13\xc1\x63\x6c\x06\x74\x74\xd4\xb2\x01\x91\x5e\xfd\x80\x20\x85\x50\x0d\x4a\x8e\x09\x72\xe5\x59\x5a\x68\x96\x93\x87\x20\x9d\xde\xa1\x10\x6f\xa7\x7e\x22\x1a\x84\x1d\x88\x7d\x50\x9c\xcb\x3a\x84\x96\x87\xa4\x10\xe3\xfd\x99\xca\x4d\x8f\x73\xcb\xf6\x8e\xf2\x43\x98\x95\x68\xd7\x95\x80\xa0\xb6\x0c\x04\x85\x92\xf8\x58\x2e\x25\x32\x75\x23\xe4\x72\x61\xa5\xb3\xd8\x12\x49\x03\x4a\x76\xf8\x08\x62\x14\x33\xd4\x94\x60\x09\xa3\xe3\x5a\xbd\x66\x66\x87\xa3\x65\x1b\xb9\x81\xc8\x76\x0f\x96\x6f\xc1\x76\x21\x4a\x16\x27\x45\xb1\xfd\x1e\x3b\xfe\x1e\x2b\x00\xc6\x68\x5b\x36\x7f\x04\x67\x4a\xbb\x0f\x42\xf9\xdb\xc1\xce\x2c\x9a\xaa\xbe\x43\xc0\x63\x6d\x99\x82\x42\x63\x02\x74\xbd\x14\xf2\xcb\xa9\x9d\x9a\x49\x7d\x86\x07\xf9\x91\xc0\x5a\xed\xb8\x95\xc4\x93\xc4\xad\x7a\x53\xd2\x23\x60\x95\xf7\xa7\xa3\xfb\x23\xd9\xea\x40\xfe\x0e\x30\x44\x32\xbd\x87\xc1\x97\xbf\x5d\x0c\x07\x9b\x6a\xad\x4b\x2f\x61\x0a\x73\x98\x71\x61\x27\xce\x6b\xb8\x53\xbf\xdf\xc2\x4a\xfd\xde\xc0\xbd\xfa\x7d\x0f\x1b\xf5\xfb\x0d\x2c\xd4\xef\x4f\xf0\xc8\xef\x86\x21\x0b\x47\xe9\x78\xb7\x43\xf2\x87\x6f\xf7\x18\x6e\xf9\x63\xa1\x6d\x82\x09\xbf\x1b\xc6\x6c\x35\x8c\x47\xe9\x98\xa1\x58\xe5\xdd\xee\x71\x91\x43\x69\xee\x96\x8d\x20\x6c\xdc\xd9\x36\x5a\xf3\x14\xc3\x1a\xa3\x29\x6f\xce\x6c\x7b\x92\xe9\x89\x9b\x9c\x4f\x46\xcb\x31\xb6\x6d\x1f\x3d\xc2\x12\xef\x76\x68\xce\xa7\x43\x99\xc6\xd6\xa3\xe5\x18\x1e\x47\xcb\x31\xbf\xab\xd5\xf4\xcb\x4c\x43\x99\x89\x6d\x6c\x7b\x3a\x0c\xd0\x1c\x62\xcc\x16\xb6\x2d\x3f\x70\x3e\x1f\x96\x17\x43\xab\x10\x0b\x8d\x95\x16\x94\x06\x73\x25\x55\x2d\x6b\x65\x04\xde\x9a\x13\x77\xa4\xe0\xd1\x07\xd0\xcd\x0e\x48\x28\x1e\x1a\xe2\xac\x7a\x28\x55\x1a\x4a\xf1\xc1\xe9\x33\xc9\xf2\x5c\x1e\xa6\x94\x84\x8f\xa2\xac\x9f\x2f\x9d\x99\x42\x1d\x97\x4f\x2e\x17\xa5\xa5\x48\xf7\x68\x8e\xd9\x7d\x79\x92\x72\x18\x35\x1f\x06\xe8\xb5\x49\x55\x27\x17\xe6\x98\xcd\xe1\xde\xb6\x11\x7a\x74\x36\x41\x9c\xae\xfd\xe5\x6e\x57\x3c\xcb\xa5\xc6\x72\x02\xe7\x20\x37\xc3\x07\xdb\xbe\xb5\xed\xe6\xed\x68\x39\xb6\xed\x08\xdd\x82\xac\x00\xe3\xfd\x59\xe2\xbc\xe6\x04\x12\xe7\x5b\x4e\x21\x71\x6e\x78\x07\x12\xe7\x3d\xef\x43\xe2\x7c\xc3\x49\x0f\x12\xe7\x27\xde\x96\x5f\x7e\xe0\x3d\xf9\xe9\x03\x27\xb4\x5f\xc2\x47\x49\x8e\x84\x88\xe4\x84\xc0\x1c\x05\x49\x55\x83\xe4\x21\x14\x7c\x38\xc2\xb8\xf5\x07\x2d\x8d\x1f\x33\x4b\x94\xa6\x40\x78\x3f\xf5\xe5\xf2\xe5\xaa\xa9\xa6\xbb\x37\xf8\x86\x1e\xe1\xdd\x43\xb0\x5f\x27\x32\xd5\xf6\x91\xb6\x6d\xec\x24\xbf\xf7\xd3\x3b\xce\xe5\xff\xa1\x4e\x61\x75\x85\x12\xb1\x9c\xdb\xb6\xfc\x5f\x2e\x20\xdf\x59\xb6\x1c\xc8\x2a\x59\x5d\x58\x18\xe1\x3a\x0c\xb3\x50\x18\x66\x91\x63\x18\x7a\x84\xe9\x8d\x81\xe1\xfe\xc0\x60\xee\x04\xb6\x29\x74\xbe\x1a\x8e\xcb\xa4\x6c\x76\x8e\xa8\x80\x1c\xfe\x0c\x34\xfc\x69\xbb\x65\x58\x27\x10\x75\xf1\xb0\x02\x75\x82\x52\xf5\x73\x8d\xdc\x10\x81\x00\xe3\x3d\x3b\x52\x62\x99\x3d\xaf\x2c\x0c\x40\x63\x67\xc9\x0b\x83\xe4\x14\x07\xd0\x96\x14\x93\xec\xd4\x11\x89\x50\xc5\x11\x2e\xb6\xed\x7f\x3b\xae\x10\x88\x12\x8c\xac\x59\xb0\xb1\xf0\xd7\x62\x0d\xdd\x39\xc9\x56\x43\x8e\x41\x8e\xc8\x88\xa7\x30\xc1\xb1\xd2\x68\x18\xae\x97\xcb\x26\xe7\x82\xd5\x9c\xdc\x8c\x48\xa2\x07\x34\x45\xa6\x40\x57\x08\xc1\xd3\x08\x81\x7a\x1a\x21\xb4\x89\x44\x08\xb5\x63\x3e\x8b\x9d\xb9\x59\xb2\xda\xef\x47\x0b\x14\xcc\x91\xec\x3c\xa4\x3c\x42\x29\x34\x5d\x0c\x92\xd4\x80\x00\x17\xc7\x2d\xd3\x54\x67\x47\x2e\xc1\xdb\xbd\xa4\x11\x17\x22\xb5\x82\xb0\x11\xef\x76\x56\x62\x1e\x8f\xc8\x35\xeb\x85\xb2\x53\x8b\x62\x4d\xb2\xe5\xca\xfb\x82\x64\xb3\x14\x43\xa3\x4a\xdb\x36\x32\xa6\x28\x2a\x0d\xeb\xfd\x42\x3c\x46\x3c\x30\x0b\x23\xf9\x5b\x68\x13\xd6\x26\xfb\xb1\xdc\x3d\x5f\xb1\x30\xc5\x69\xd8\x8a\x70\x7d\x2f\x94\x9a\x82\x35\x11\xb1\x05\x86\x69\x14\xce\x83\xc5\x3a\x4b\xa3\x32\xed\x21\x0e\x52\xf3\xde\x91\xef\xaa\x33\x2c\xcd\xc0\x4b\xfb\x29\x82\xe2\xe4\x79\xcc\x09\xda\x9c\xe2\xcb\x6c\x64\x25\x76\xaa\x03\xea\x28\xe4\xc2\x49\x23\xcd\x67\xc8\xfd\x1f\xa3\x80\x87\xe6\x3c\xe3\xbc\x22\x55\xc1\x89\xd2\xaa\xe7\xef\xe6\x5f\x28\xdc\xfc\x6f\x6b\xfe\x68\xc9\x5f\xfa\xe1\x9f\xd3\xc6\x34\x0a\x37\x22\x4e\x0d\x89\xde\x48\xa3\xc6\x2a\x0e\xee\x83\x34\xd8\x88\x86\x5e\x72\x5c\xa6\xd5\xdb\x07\x5a\x13\x8d\xc9\x05\xa2\x14\x9f\xa5\x28\x75\xbe\x85\xad\x66\x6b\x98\x22\x94\xf4\x61\xa5\x8c\x52\x8d\x53\x64\x0d\xed\xe3\x13\x94\xa3\xd7\x51\x67\x3c\x22\x3d\xa5\x4c\xd4\xd8\x37\x2e\xa3\xde\x82\x58\x6d\x9f\xc0\x1d\x02\x75\x9e\x5e\xdc\x0c\xa8\x57\xec\x16\xdf\x66\x69\xb5\xac\x4c\x9a\x1d\x81\x96\xda\xe7\x9d\x3e\xeb\xa8\x99\x38\x01\xfb\x25\xaf\x48\x31\xb2\xd6\x61\x32\x8d\x56\x72\x83\x26\xca\xf4\x54\x0b\x41\x0a\x82\x4c\xdb\x52\x86\xa3\x78\x6c\xdb\x02\x79\x14\xa3\x10\x62\xa5\x25\xaf\x07\x5b\x32\xe7\x48\x8c\xb9\x44\xa0\x92\xeb\xa4\x8c\x74\x29\x78\x94\x79\x92\x69\x6c\x1f\xa1\x8b\x8a\x58\x21\xef\x1a\x1d\x60\xd4\x74\x9f\xe2\x7e\x32\x34\xd8\x42\xe1\x30\x56\x55\x19\x8a\x8b\x11\xb5\x13\x08\x1d\x30\x42\x95\x1e\xea\x09\x6c\x50\x5d\x61\x43\xdd\x35\x91\x28\x13\x77\x29\x2e\x59\x87\x86\xb6\xad\x2c\xd0\x8f\xf9\xd7\xb8\x65\xb1\x46\x10\x4e\xa3\x38\x16\x4a\x03\xb8\x89\xa6\xfe\x09\x1e\xb6\xdd\xff\xd2\xe6\xf2\x9e\xd8\x5c\x0a\x82\xf5\x09\xeb\x2b\xa8\xf5\xb4\xa0\x26\x9f\xd1\x0e\x35\xec\x40\xdb\x80\x7f\xd2\x21\xe5\xf9\x1d\x8d\x9d\x69\xb4\x7a\xfc\x29\x48\xef\x82\xf0\xd0\xdc\x5a\x2b\xb4\x63\x63\x4d\xe0\xf3\x00\x45\xb9\x01\x53\xc2\x65\x26\x1f\xc3\x9a\x4b\x12\xd9\xc7\xb0\x3c\xb2\xe9\xb9\xa2\xc3\x62\x78\x74\x9c\x59\xd4\x4d\x15\x81\xe3\xdc\x07\x21\x42\x39\x17\xbb\x1c\xfa\x2c\x44\x4b\xf0\x31\x3e\x5f\x83\x7f\x9e\x60\x98\x73\xa2\x18\x83\xf5\x65\x62\xdb\xc9\xe5\xba\x35\xb5\x6d\x34\xe7\xe7\x04\xd6\x2d\x3e\x3d\x27\x90\xa8\x1f\x7c\x31\x3d\x3f\x6f\x5c\xb9\x17\x78\x2d\x97\x28\x1a\x46\xa3\x64\xcc\xa3\xd1\x7a\xcc\x8c\x7b\x85\x4c\x90\x99\xe7\xb2\xe0\x3c\x5b\x95\x48\xed\x97\xb6\xc7\x48\xdb\x03\xd2\x21\x8c\x74\x08\x90\x0e\x65\xa4\xa3\xc4\x90\x47\x78\xe1\x8f\xcd\x70\xbd\x43\x45\x36\xa9\x11\x0f\x4a\x86\xf8\xfe\xd1\x14\xaa\x79\xf6\xaf\x48\x69\x22\x49\x3e\x91\x91\x9c\x7d\xff\xc4\x2c\x2f\x79\x3e\xb7\xeb\x61\xc4\x42\xb4\x86\x08\x5f\x2c\xaf\x92\x0b\x9c\x8e\x92\x56\x6b\xcc\x45\xce\x2c\x7c\x61\x26\x4e\xe2\x2a\xd2\x71\xcd\xe0\x3b\xc4\x0c\xbe\xed\x7d\x81\xc7\x2d\xf1\x55\x11\xf8\xba\xae\x04\xd6\x72\x46\xe4\x1e\x0a\xd1\x3a\x9f\x8e\x29\x0f\x90\x0f\x4b\x65\x3e\x22\x6c\x3b\x6a\xf2\x48\xcf\xe1\xc5\xf2\x6a\x7a\x81\x83\x39\x42\x09\x5f\x8f\xa6\xad\xd6\x18\x37\x79\x82\x73\x1a\x5e\x2c\x13\xd1\xc8\x33\x4e\x5b\x2d\x95\x57\xec\x76\x53\xb9\x43\xd6\xd8\xb6\xd7\xa3\xe9\x98\x73\x9e\x1b\xa5\xc8\x6f\xbb\x9d\x6b\x66\xa4\x29\x6c\xfb\x9c\xec\xab\xd3\xe2\x32\xd2\x71\xb3\xe9\x91\xd3\x72\x92\x07\xef\x1a\x1e\xdc\xcb\x77\x04\xd5\x34\x97\x9a\x26\xc9\x85\x77\xba\xa7\xf1\x80\x9a\x10\x4e\x38\x17\xb0\xe6\x54\xfe\x2c\x79\x5b\xfe\x4c\x79\x47\xfe\xcc\x79\x4f\xfe\xcc\x78\x57\x19\x4e\xcf\xe1\x8e\xa7\xbb\x9d\x7f\x76\x3c\xbf\x3e\xac\x8a\x3d\x77\x0f\x1b\x58\xc8\xdd\x86\xe1\x91\x87\x68\x21\x99\xf4\x18\xf9\xb0\x82\x36\x86\x09\x8f\xd0\x63\x3e\xef\x0f\xdc\x85\x6b\x9e\x0c\xef\x50\x0a\x13\xcc\xd6\xea\xc1\xc5\x66\x67\x5d\x4c\xae\x1e\x2e\x1e\xcc\x9c\xce\x76\xbb\x07\x39\xa7\x8f\xd8\xb6\xd1\x86\xdf\xa2\x7b\xfe\x38\x7a\x18\xc3\x03\x2c\x30\x08\x2c\xf3\x24\xf8\x7a\xf4\x30\xe6\x9b\x33\xb5\x2a\xc1\x1c\x6d\xb0\xe1\x9a\x85\x61\x93\x33\x39\x52\xd3\xd5\xbc\x70\x37\xe3\x85\xef\xf5\x7b\x2f\x7b\x7f\xc8\x78\xe5\x6b\xed\x78\x70\xaf\x7d\x13\x64\xa5\xd3\x6c\xf5\x49\x3e\x11\xc3\x73\xc2\x96\xbb\xdd\x74\x38\x65\xd7\x7a\x2d\xab\x5b\x1b\x3a\x5d\xd6\xe9\x42\xb7\xc3\xba\x1d\xf0\x3c\xe6\x79\x72\x55\x8f\x18\xc9\x6c\x55\xdb\xed\x6c\xaf\x53\xbd\xac\x9e\x57\xac\xea\x29\x94\xe5\x43\x02\x6b\xbc\x55\x78\xda\x18\x3c\x49\x42\x59\xee\xec\xa5\x84\x70\x11\x5a\xe6\xd3\x3e\xe3\xeb\xe1\xfc\x9c\x30\x17\xee\xf8\x5a\x76\x5e\x79\x9d\xf9\x97\x14\xab\xad\x7c\xa1\xb0\xd4\x4c\xce\xf6\x14\x6f\x13\x3e\x1d\xcd\xc6\x30\x6b\xf1\xbb\xb3\xdb\x58\xf8\x9f\x24\x35\x2d\xdf\x60\x3d\x9c\x5d\xba\x6c\x7e\xc9\x67\xc7\x84\xf4\x07\x31\x5b\x4f\x95\x8b\x87\xb8\x5f\xa5\x8f\x0d\x5f\xa2\xfd\xc6\x43\x90\xde\x35\xc2\xa8\x11\x84\x41\x1a\xf8\xcb\x9c\xb2\x52\xcd\xae\x87\xb3\x2b\xee\xb2\xf9\xd5\xec\x42\x56\x8f\x75\x07\x6c\x1b\x25\x3c\x45\x09\xe8\x5e\xc0\x12\xe7\xd8\x2e\xa9\x9b\xea\x76\x9b\xb5\xdb\xc5\x24\x9f\x24\x90\xfa\xc4\x1c\x9d\x81\x39\x3a\x8a\x5a\x49\x56\x62\x1a\x48\x4a\xe5\x04\x68\x51\x30\x35\x6b\x5f\xa6\xd8\x76\x8d\xf4\x19\xa5\x5c\x38\xd3\x28\x4c\xd2\x78\x3d\x4d\xa3\x18\xef\x76\x69\x93\x6b\xd2\xc7\xb6\x9b\x21\x2a\x09\x4d\xf0\x6e\x87\x52\x03\x41\x31\xc8\xe5\xb3\x6d\xe3\x5f\x82\x52\x9e\x8e\x82\xb1\x6c\x23\xcf\x51\x16\xc7\x0e\x55\x85\x2c\xad\x10\x42\x03\xe6\x0d\x72\xe4\xdd\x39\x49\x9c\x75\x3a\xa7\xe1\x42\x21\x0d\x52\x02\x60\x8c\x34\x37\xde\xe9\xb0\x8e\xa4\x5c\x3b\x5f\x47\x63\x65\xbb\xb8\x6f\x00\xb6\xd7\x93\x9b\x78\x34\xd6\x66\xfe\xe0\xf3\xed\xbe\xd4\x83\x5c\x1c\x74\x1b\x84\xb3\x32\x79\x90\xd1\xd6\x19\x1e\x4b\x78\xa4\xa9\xfa\x1c\x15\x01\x91\xd8\xe9\xc0\xb8\x3c\xe6\x89\x5c\x81\xa9\x9f\xa2\xc3\xfc\xb8\xe2\x59\x52\x35\x7e\xae\xe1\x37\x9b\x48\x12\x5b\x0d\x1f\x17\x10\x2e\xe4\xa3\x31\x04\xdc\xbd\x08\x2e\x53\xe5\x1f\x15\x8e\x82\x31\xb7\xfc\x91\xd5\x0a\x5a\xd6\xd8\x3a\xf3\x25\x5f\x58\x88\x54\x5e\x83\xaf\x6c\x67\x73\x21\xdb\x6b\x64\xb5\x32\x07\x26\xb0\x70\xcb\xc2\x56\x2e\x70\x93\x65\x91\x90\xfc\x2b\x4a\x21\xf3\xc4\x82\x18\xb3\x40\x49\xe6\x44\x21\x7a\xab\xee\x23\xdb\x46\xeb\x92\x2c\xae\xfc\x09\xd6\x72\xfd\xcc\xc9\xe8\x31\xaf\x57\x6c\x90\x93\xca\x8e\x8e\x11\x37\xeb\x73\x91\x71\x56\x1f\xfd\x85\x25\x97\xd3\x7a\x91\xcd\xa6\xc5\x79\x5c\x23\xe5\xc8\x67\x7b\x8f\xf0\x93\x87\x49\xe2\xe6\x6c\x40\x85\x9b\xce\xd0\xfa\x21\x17\x5f\xb1\xcc\xdd\x6a\x68\xbd\x5d\x2f\x97\x16\xb3\x12\xd5\x97\x82\xf7\x8b\x0e\x36\x70\x49\x18\x20\x39\x74\x23\x08\x88\xf1\x76\xbf\x47\xa9\x91\x44\x48\xe0\x18\x62\x3c\x8c\x58\x30\x94\xa7\x8e\x59\xef\x32\x49\x08\xf2\x15\x8d\x80\x6b\x65\x97\xa9\xda\x4d\x42\x0c\x4b\x53\xc0\xfc\xf2\x11\xcc\x38\xa3\xce\x09\x7d\xce\x76\x9f\x33\xaa\x4f\x13\x30\x99\x34\x2c\x73\xd1\xeb\xc3\x39\xc9\xe4\x62\x9d\xaf\x23\xcb\x07\x03\xec\xcc\xd5\x3a\x0e\x32\x31\x3d\x31\xc8\x44\xd2\x0e\x92\x42\x90\xd4\x64\xc2\x05\xea\xf5\xe5\x31\x12\xa8\xdf\x95\xd4\x91\x40\x7d\x4f\x62\x0f\xc9\x2b\xb5\x25\xfe\x10\xa8\xdb\x97\x98\x43\xa0\x41\x07\x3b\x73\x3f\x49\xff\x22\x1e\xe1\x4e\x61\xa5\x01\x86\x15\x9f\x0f\xad\x49\x22\x17\x27\xf8\x55\x58\x70\x5f\xe7\x19\x00\x21\x9f\x49\xfc\x24\x19\xd0\xd7\x96\xe4\x76\x70\xe1\xaa\x1c\x8c\xc2\xb1\xa2\xc2\x63\x2e\x9c\xc9\xfc\x22\xbe\x88\x79\xec\x84\x12\xb1\xc7\xce\xa7\x92\xf6\x29\x2e\xc3\x8d\xed\x42\xa4\x2f\x0b\x48\x5b\x15\x18\xad\x61\xa9\x5b\x96\xe3\x28\x7d\x91\xdc\x10\x12\x30\x85\x14\xac\x49\x60\x61\x10\xce\x24\xe5\xa9\xfc\x09\x78\xa8\x9d\xa8\xe5\xcb\x3c\xf3\x9e\x16\xce\x64\x99\x3f\x8f\x56\x63\xee\x82\x96\x92\xc5\xb6\x9d\xa0\x18\xd6\x20\x46\xcb\xb1\x3c\x9b\x85\x5d\x2d\x9a\x96\xa4\xe1\x5b\x65\xa4\xcd\x6a\x7d\xa0\xee\x8c\xef\x1b\x06\x35\xf2\x40\x2e\x97\x9c\x80\xf0\x22\xe4\xa1\x13\xe2\xd0\x89\x79\xd3\x85\xd0\x59\xd9\x36\x0a\x9d\x15\x0f\x9d\x95\x13\xe6\x28\xc3\xb0\x1e\xf1\x28\x74\x82\xf1\x99\xea\xf5\x71\x77\xf7\x26\x1b\x3b\x3c\x7f\x71\xa9\xf9\x90\xdf\x23\x09\x60\xe4\xfa\x84\xb9\x43\x8c\x13\x42\x24\x9b\x3c\xcb\x1a\x52\x4b\xe5\x04\x63\x30\x1d\x8b\x6c\x1b\x45\x4e\xc8\x03\x0c\x81\xf2\x5e\x5d\xf1\x08\x43\x2c\x3b\x22\xd9\x59\xa4\x9e\x02\x95\xb2\xcc\x53\x96\x2a\xcf\x68\x35\x3e\x3f\xdf\x67\x62\xf2\x70\x0f\xf3\x28\xbe\xf6\xa7\x77\x95\x6e\xe6\x1d\x2c\xfc\x59\x21\xe4\x91\x64\x0a\x0f\xd9\xc0\x7a\xee\xa5\x8d\xe5\x56\x1a\xc6\x4e\xc8\xb4\xd7\xdb\xfc\x42\x11\x3a\x21\x8a\x9d\x0d\xc4\xce\x27\xe5\xbf\x84\x2f\x62\xdb\x8e\x9d\xf8\x02\xcb\x7d\xb7\xda\xc3\x9d\x9f\xb0\xe3\x53\xd9\x6c\xde\xa3\x62\xca\x04\xde\xef\x31\xcc\x6d\x3b\xae\x2c\xb7\x39\x04\x27\x04\xb8\x79\xf1\xd1\x6a\x2c\x8b\x4f\x95\xef\xc6\x91\xac\xd3\x48\xdc\x20\xe2\xf7\xea\x0c\xe5\xec\xe4\x30\x72\x36\x3c\x66\x48\x2d\x73\xc4\xb7\x01\x0b\xe4\xb9\x52\xe2\xd0\x4f\x2c\x85\x0d\x8b\x61\xc5\xd4\x2e\x5a\x42\x98\xcd\x42\xac\x42\x23\xc8\xfd\xa1\xfc\x4b\x27\x73\xb9\x02\xa1\xda\x52\xa1\x7c\x94\x1b\xa5\xd5\x02\x7d\x30\xe5\x42\xaa\x33\x19\x8c\x79\x84\x31\x88\x3d\x2c\x44\x7a\x1d\xa6\xf1\x23\xbb\x87\x44\xa4\x37\x69\x1c\x85\x8b\xa3\x3e\xaf\xd5\x43\xf5\xa8\xe9\x39\x4f\xf9\x9d\xf6\x86\xd6\xaf\xb9\x57\x79\xbe\x53\xf7\x50\x7b\x3a\x4c\x76\x30\xae\x76\x93\xe5\x45\x6a\xdb\xa9\x5c\xa6\x54\xe2\xb8\x8a\x93\xe8\x24\xcd\x7c\x12\x27\x4b\x9e\xf2\x74\x98\xe6\x4b\x9e\x3a\x93\x39\x1e\x2e\x91\x0b\xd6\x27\xf1\x28\xb1\x96\x18\xa6\xce\x27\xa6\xe5\xb9\xd9\xfb\x86\x8d\x52\xb9\x1d\x9c\xcd\x18\x33\x94\x75\x3c\xe3\x73\x11\xc1\x78\x0f\xf1\xd0\x32\x86\x37\x56\x5e\x1a\x9a\xca\x51\x0a\xa6\x8a\x54\x92\xb8\x80\x78\x8c\x10\x0f\x08\x6d\x33\x42\xdb\x40\x3a\x03\x46\x3a\x03\x68\x7b\xac\xed\x19\x46\xa0\xdb\x67\xdd\x3e\xf4\xfa\xac\xd7\x87\x7e\x97\xf5\xbb\xd0\xf7\x58\xdf\x83\x41\x87\x0d\x3a\x30\xe8\xb3\x41\x1f\x06\x03\x36\x18\xec\xc7\xd0\xfd\x4a\x19\x81\x04\xee\xa1\x81\xd1\x0b\x91\xfe\x24\xfc\x4f\x0a\xea\xb7\xfb\x1a\xe8\xf7\x49\x3d\xd0\x97\x9c\x86\x04\xfa\x1e\x31\x40\x5f\xc2\xf4\x39\x5f\xa3\xae\xe2\x16\x50\x0f\xc3\x1d\x77\x25\x94\x3f\x46\x53\x72\x9b\xe9\x2d\xa5\x9d\x2c\xee\xf1\xbe\x0c\xfe\xcd\x06\xf0\xf9\x68\xbc\x87\x4d\x3d\xa9\x39\x47\xc2\xf1\xeb\x1c\x25\xc4\xc8\x95\xdc\x73\xba\xc7\xfb\xb3\xfb\x12\x75\x53\x3d\x59\x39\x91\xb8\xd1\x27\x4b\x83\xb0\x1c\x61\xa4\x23\x32\x3e\x7d\x9c\xf3\x32\x7b\xb9\xaf\x59\x1d\xc6\x2e\xaa\x8d\x87\xf1\x88\x8c\x79\xaa\x77\x95\xaf\x99\xc3\x91\x80\x74\x8c\x4f\x82\xd8\x54\x1e\x4e\x95\xbd\x18\x61\x31\xf4\x54\x8f\x50\xe4\x98\xe3\x5f\x32\x8f\x63\x5f\x39\xe9\x4f\x05\x4a\x25\x85\xdb\x6c\xfe\x8b\x24\xf4\xbf\x12\xf3\x05\x99\xae\x7d\x5e\x8b\xf9\xe6\xb5\x98\xef\xae\xd5\xaa\x60\xba\x0a\x8a\x0b\x40\x8c\xd6\x55\x14\x17\xa3\x79\x19\xc5\xd5\x0c\x5f\x92\xcf\x51\xa1\x46\x68\x12\xb3\x53\xe5\xc7\x4c\x02\x22\xe9\xbd\x78\xb8\x42\xd3\x0c\x2a\x62\x47\xd7\x84\x04\x66\xb1\x6d\x2f\x51\x06\x29\x02\x6c\xdb\x39\xb6\x33\x49\x35\x0b\xfb\x07\x1b\xbd\xf3\x93\x9a\x16\x15\x78\x3f\x0d\x9f\x23\x1e\x22\x25\xe9\x68\xba\x95\xba\xa3\xe1\x4a\xd1\x6d\x22\x55\x0a\x76\x16\x8d\xe4\x0c\x6b\xa5\x22\xac\xe7\x49\x1a\xc5\x82\xad\x2a\x90\xa2\x02\x21\xda\x7d\xd6\xee\x43\x87\xb2\x0e\x35\x10\xc2\x23\xcc\x23\x9a\x6e\xd7\x10\x42\x42\x85\x23\x79\x59\x2d\x54\xf0\x8c\xec\xac\x47\x33\x12\xd0\x40\x03\x05\x2e\x7c\x0d\x2e\x2a\xe0\x40\x82\x87\xa5\x01\x17\x12\x1c\xf4\x3a\x9a\x04\xec\xf7\x34\x09\x48\x68\x07\x2b\xda\xcf\x3b\x29\x5e\x82\x15\x28\x41\x90\x9e\xa7\x47\x1e\x8f\xc4\x18\x6e\xf9\x23\x4c\xf8\x66\xa8\x34\x70\xcc\xf2\x67\x33\x0b\x1e\xf8\xad\x6d\xdf\x96\x36\xd2\x35\xdf\xee\xe1\xf3\x31\xa7\xc0\x1f\x94\x5f\x29\x7a\x00\x01\x96\xde\x07\x0a\x6c\xd7\x1c\x6a\xb4\xb0\xed\xa6\x52\xfc\x48\x5c\xa1\x6d\x83\xe4\x3a\x6b\xde\xc2\x65\x02\xef\x99\x75\xe7\x27\xff\x4d\xe5\x17\x22\x3d\x51\xbe\x91\x15\x1f\xea\x93\xc4\x4e\xd6\x21\x67\xe0\x44\x1d\xf5\x65\xd4\xc6\xac\x28\xae\xe3\xa7\x4b\x40\x6c\xca\xe0\x7d\xbd\xea\xad\x71\x6b\xdb\x68\xb1\xdb\x3d\x38\x86\xf8\xb2\xed\xe6\xb4\xcc\xd1\x21\x09\xd4\x6f\x71\x66\x6e\x8a\xb0\x13\x8a\xcf\x29\xc2\x7b\x8c\xf5\xca\xbc\x53\x60\xff\x16\x6e\xf8\xbb\xd1\x64\x8c\x16\xc3\xed\x9e\x9d\xbb\x40\x70\x93\xbf\x83\x17\xbc\x52\xd9\x3b\x75\xce\x08\xde\x63\xf8\xc4\xab\x91\x8e\x54\x25\x48\x02\x18\xf8\xc8\x9b\x0b\xdb\xae\x14\x2c\x28\x02\xdd\x58\xca\xbb\x17\xe9\xf9\xf9\x05\x16\xb2\xcd\xb4\xa0\x8f\x9a\x42\x35\x71\xee\x4a\x48\xf5\x69\xb7\x43\xe8\x96\xa7\xa8\x6c\x64\x23\xc9\x94\x14\x6e\x25\x3c\xd7\xdc\xfc\x9d\x1a\xe2\x23\xa4\x70\x9b\x03\xb7\x0a\xf0\xdb\x40\x38\x9a\x8c\x21\xc4\x10\xee\x71\xc9\x9c\x88\x3f\xc0\x43\x59\xd0\xc3\x6f\x31\xa0\x17\xbb\xdd\x47\xc9\x8d\x7f\x46\xd9\x2e\xc5\xf0\x19\xa9\xed\x86\x61\x63\xdb\x9f\xb5\x2e\x1a\x63\x40\x1f\x77\xbb\x1b\x2c\x53\x26\x18\x16\xb6\xfd\xa0\x7d\x39\x73\x28\x67\xde\xb5\xe8\xf1\x96\xdf\x3b\x55\x90\x8f\x52\x10\xb0\x81\x09\x86\x08\x95\x0f\xd0\x0a\x83\xef\xbc\xbd\xbe\x7e\xc5\x9b\x99\x9c\xb9\x31\x43\x72\xbc\x70\x3d\x12\x63\x7e\x0b\x21\x0a\x9d\x6f\x5b\xa1\xf3\x53\x2b\x74\x5e\x3f\x43\xb7\x4d\xfe\x88\xe1\x1a\xc3\x62\xb7\xbb\x77\x72\xea\x4e\x16\x81\x0d\x86\xdb\x0a\x9c\x22\x7d\x46\x48\x1f\x08\xed\x30\x42\x3b\x06\x5e\xf5\x28\xeb\x51\xe8\x75\x58\xaf\x93\xc1\x2b\x97\x79\x2e\x78\x5d\xe6\x75\x0d\xd4\xea\xf7\x58\xbf\x57\xc0\x2e\xfa\x25\x15\x55\xff\x09\x15\x55\x9f\x11\xc9\x62\x77\x8f\x64\xa8\xa7\xb8\x60\x2d\xcb\x78\xc2\xe0\x31\xc0\x5b\x25\xe7\x11\xc3\xc2\x4a\xc4\x85\x00\x63\xa6\x94\xfc\x81\x9e\x83\x1e\x23\xa4\x57\x50\x65\x9d\x2f\x8d\x61\xf0\xc4\x18\x94\x89\x91\x12\xca\xc8\xaa\x8e\x24\x75\xb5\x23\xe9\x29\x81\xff\x2b\x3f\x2d\x99\x5a\xc9\x5d\xf1\x31\xb8\x17\x10\x1c\x7e\x48\xa3\x37\x37\xef\xb4\xa4\x01\xa2\x5a\xd2\xed\x6a\x30\x14\xcc\x72\xad\x96\x28\x33\xd5\x35\x02\x1d\xcb\x6d\xf7\xbb\xe7\xae\x77\x4e\xbb\x1f\x5d\x8f\xb9\x3d\xd6\x1e\x38\x83\xc1\xe0\x9f\xac\x26\x0f\x34\xdc\x91\x67\x48\x76\x00\x9d\x77\x05\x69\x9f\xab\x38\x01\xbb\x5d\xb3\x52\xd9\x61\xd6\xb7\xfe\x5b\x99\x6d\x58\xce\x32\x47\xcd\x20\x79\x1d\x84\x41\x2a\x50\x58\x80\x34\x9c\xa9\xa4\x3f\xf8\xe1\x22\x13\x33\xbf\x09\x37\xfe\x32\x98\x35\xd2\xe0\x3e\xd7\xd3\x97\x82\xcc\x40\xca\xd5\xf4\xfc\xf0\xf1\xe5\xeb\xf5\x72\xf9\xb3\x76\x94\x8e\xf3\xc4\xef\x83\xe5\x32\x48\xc4\x34\x0a\x67\x89\x0a\xc6\x95\x5e\xba\x43\xeb\xdc\x62\xe9\xd5\x60\x30\x18\x0c\xad\x96\xc5\x2c\x2b\x67\xe9\x5b\xc8\x72\xe5\x9f\xd5\x52\x7a\x45\xff\x36\x41\x92\x72\xd0\xd2\x99\x60\x78\xde\x63\xe7\x1d\xdc\xb2\xce\xad\x56\x84\xf2\x26\xa2\x30\xbd\x43\xb8\x45\x0e\x3f\xa8\xf1\x63\xdc\xb2\x3e\x96\x53\xff\x21\x5a\xc7\x89\x4a\x66\x95\x5a\x82\x70\x9d\x8a\x9a\x0f\x37\x59\xe7\x71\xcb\x72\xac\x16\x8a\xaf\x06\x83\x61\xac\x96\x34\x42\xb1\x4c\xfd\x27\x6b\xcf\x82\x3d\x6c\xd5\xe1\x94\x3b\xed\x2b\xc5\xb7\x99\xfc\xaf\xd3\x7e\xc2\xea\x39\x13\xc5\x35\x39\x17\xb6\x5d\x58\x15\xa8\x37\xe3\x81\xaa\x5e\x8f\x35\x04\x6f\x72\x55\xf6\x5d\x10\xa6\x85\x0e\x3b\x44\x99\xa8\xb7\xa8\x4e\x68\x95\x7b\xa7\xcd\x48\xa7\xad\x89\x23\x39\x92\xaf\x52\xbc\x6b\xa3\x21\x25\x42\xac\xe9\x85\xb1\xfe\xf0\x97\xcb\xc6\xbd\x48\xef\xa2\x59\x23\x0a\x1b\x0d\xab\x25\x8e\x74\xea\xdd\x2f\xe9\xd4\xa9\x7b\xfa\xb0\x6b\x7b\xa0\x7c\x09\x6a\xac\xa7\xaa\x55\x91\x27\xaa\x52\xd6\x5e\x1a\xbc\x66\x62\xdc\xde\x13\xa6\x45\x56\x09\x3f\x41\xd5\x1c\x0f\x82\xe4\x7d\x06\x2c\xde\xcd\x61\x65\x92\xdf\x24\xd7\xb9\xe5\x11\xa4\xd1\x77\xd1\xd4\x5f\x0a\x03\x46\x32\xc9\x25\x18\x63\x1d\x2b\x8b\x24\x06\x96\x31\x06\xec\x9d\x56\xe2\xba\x86\x3b\x25\x6e\xc7\x50\xa2\xee\x49\x93\xfa\x4c\xea\x2f\xb0\x12\x3f\xcd\xb5\x67\x7f\x46\x05\xf8\x90\x70\x49\xe3\xc3\x9a\x07\xce\x1c\x96\xdc\xbd\xc8\x85\x40\xcb\x0b\xbc\xce\xec\x08\x7d\x9e\x8c\x96\xad\xd6\x58\xd1\x71\x26\x84\x58\x55\x19\xed\x76\x18\x71\x3b\x40\x5c\x8f\x11\xd7\x03\xe2\xf6\x19\x71\xe5\xee\xea\x9d\xd4\xba\x66\xf4\x74\x37\x53\xcf\x65\x4a\x57\x49\x57\xfb\x46\xb4\xfa\xa4\xe9\xb3\x31\x7a\x7e\x6d\x8c\x9e\xbf\x35\x46\xcf\x37\xc6\xe8\xf9\xbd\x31\x7a\xfe\x06\x1e\xf9\x6a\x18\xb3\xfb\xa1\x36\x65\x56\x16\xcd\x7c\xbb\xc7\xb5\xb6\xcd\x70\xcb\x57\x35\x16\xd2\x13\x5e\xa2\x0d\x76\xbb\x32\xa5\x20\xbf\x17\x16\xd1\xab\xc2\x22\x7a\xce\x11\x9a\xf2\xe6\x9d\x6d\x3f\x96\x8c\xa2\x1f\x47\xcb\x31\x1e\x3e\xb2\x35\x1e\x2d\xc7\x30\xe3\x92\x44\x1b\xfa\xda\xc2\x79\x73\xc2\xd0\xd7\xaf\x33\xf4\x7d\xb4\xed\x08\x3d\xc2\x12\xb4\x39\xef\x0f\x18\x6e\x47\xcb\x71\x93\xcf\x6d\x3b\x50\xd6\xbc\x33\x45\x28\x4d\xb2\x44\xa4\x8c\xa7\xe7\x78\x7f\x16\x3b\xd3\x28\x16\x3c\x84\xff\x3f\x2c\x7d\x0d\x25\xa3\x1c\x60\x32\xe5\xac\xa6\x5a\x8c\x35\x51\xef\xa4\x8a\x56\x6b\x45\xee\xfd\x74\x7a\xf7\xb4\xae\x90\x3f\x77\x9e\xab\xe0\x5b\xd6\x73\xe7\xb9\x35\x12\x63\x94\x66\x86\x89\x61\x45\x51\x91\x8e\xe2\x31\x6f\x12\x68\x1e\x67\x0c\xf0\x36\xf3\x68\xa8\x58\x3d\xc9\x1e\x7e\x89\x02\xa1\xed\x27\x20\x89\xb1\x18\xed\x3d\x4d\x7b\x68\x9f\xe4\x92\x8c\xc9\x60\x06\xcf\x6c\x7f\x49\x93\x28\x85\x82\x61\x26\xe5\xdc\x28\x6e\x92\x50\x57\xd9\x8d\x94\xd4\xaa\xb0\xe4\xcd\x00\x1d\xe8\xea\x84\x9a\xa4\x5c\x9a\x24\x3e\x8b\xe9\x71\xac\xa8\x51\x11\x1d\xd6\x59\xc4\xd1\x7a\x95\xf0\xad\xcf\x2c\xcf\xda\x4b\x96\xda\xf2\x24\x96\xb1\x2c\x27\x16\xab\xa5\x3f\x15\x48\x80\xf5\xa7\x4b\xff\x4a\x45\x9e\xa9\xa9\xed\x39\x1a\x32\xfc\x5c\x91\x07\xb2\xb9\xb3\xe3\x56\x73\x9e\xea\x84\xf9\xbb\x9e\x0e\xcb\xbf\xcd\x20\x60\x81\x31\xa8\x8a\x77\x94\x45\xdc\xb4\x7c\x15\xff\x68\xe4\x8e\x6d\xdb\xba\xd5\xcf\x64\xbc\x47\x27\x29\xd1\xb9\xee\xe4\x8c\xfb\x12\xc0\xdd\xd5\x4c\x58\xca\xb7\x85\xfd\xfd\x68\x36\xae\xe9\xb7\xb7\x07\xaf\xc9\xad\x6c\x23\x61\x58\xf1\xbb\x61\x5d\x4d\x4d\x02\x31\x7f\xee\x3f\x2f\x82\xa7\x9e\x9a\x09\xa5\x84\x58\x2f\x97\x7b\xb0\xd4\x88\xe5\x50\x84\x92\xe6\x97\x39\xa0\xed\x1e\x2a\x09\xa3\x75\x5d\xf7\xe2\x3d\x86\x78\x34\x1b\x23\xcb\xc2\xd0\x4c\xf7\x99\xc9\x87\x32\xf0\xbc\xdb\xed\x9a\x2b\x15\xb9\x50\xad\xa5\x69\xa7\xb9\xdc\xed\x2a\x0d\x37\xa7\x7a\x0c\xf7\x72\xfb\x8c\x66\x63\xd8\xf0\x39\x8a\x60\x06\x6a\xd4\x70\x68\x7a\x57\xb2\x03\x4f\xf5\x18\x39\x4f\x86\x92\xdb\x0d\x86\xdb\x59\x14\x0a\xd6\x74\x8d\xf1\xec\x7d\xc5\x05\x89\x1d\x7c\x35\xce\x46\xb1\xb2\x13\xcc\xbf\x92\xfd\x1e\xc3\x82\x6f\x46\xee\x18\x1e\xf9\x66\x44\xc6\x67\x31\xca\x9c\x01\x73\x10\x2d\x60\x81\x21\x44\x1f\xc4\xe2\xfa\xf3\xaa\x94\x3e\x03\xca\x79\x3a\xac\x15\x8e\x3e\xe6\x46\xf1\x5a\x54\xb5\xaf\x11\x63\x56\x33\xe1\x7d\x26\x85\xce\x78\x35\x97\x11\xea\x42\xa6\xa1\xcc\x1c\x8c\xbb\x1e\xeb\x7a\x86\x6b\xcb\x61\xde\x57\x93\x87\x75\xfb\x37\x3b\x5f\x19\x09\x97\xf2\x82\x7c\x16\xc6\xd3\xcf\xb6\x51\xda\xe2\xd6\x42\x49\x1f\x83\x45\x18\xc5\xe2\xa5\x9f\x08\x93\xac\x85\x92\xf7\xeb\x65\x1a\x2c\x83\x30\x4b\xbd\x57\xa9\xeb\x30\x98\x46\xb3\x2c\x6d\xad\xd2\x92\x34\x98\x7e\x7a\x34\x49\x8f\x16\x06\x85\xd6\x33\x12\xb1\x77\x44\x22\xd6\x4b\xc8\x06\x55\x5b\x05\x65\x3e\x55\x56\x92\x6a\x78\x1f\x24\x2f\x95\x49\xc1\xcd\x2a\x16\xfe\x4c\x92\x47\xb5\xc0\x5f\xf9\xd0\x24\xb0\x86\x1c\xdb\x17\xe2\x0b\x25\x15\xe3\x53\x58\x70\x17\x1e\x79\xb3\x39\x93\xa8\x70\x06\x77\xd0\xc6\x17\x8b\xcb\xa5\x36\xbd\x59\x68\xe3\x31\xf9\xb8\xe2\x8f\xc3\x47\xb4\x1e\x2d\xc6\xb0\x80\x04\x33\xf5\x74\x2f\x4f\x6d\x88\x56\xd8\xb6\xd1\x3d\xcf\xf1\x33\xba\xe7\xab\x91\x3f\xc6\xc3\x66\xf3\x9e\xc5\x68\x85\x31\xdc\xdb\xf6\xfc\xca\xc5\x1b\xae\xbb\xb4\x82\x00\xad\x72\x33\xa0\x0d\xcc\xcf\x09\x3e\x27\x67\x59\xd8\xd5\xcd\x15\x1f\xb8\xae\x47\x06\x03\xda\xed\x78\x1d\x77\x30\x20\x47\x14\x33\x3e\x4b\x47\x9b\x31\x5f\xed\x37\xad\xd6\x7e\xd1\x6a\x65\x66\x0b\x9b\x8a\x31\x8e\xd9\x68\x06\xa9\x56\x6c\x52\x7a\x35\x74\x74\xe6\x3a\xd0\x35\x74\x61\xbf\xad\xa7\xdf\x33\x04\x95\x64\x46\x92\x6c\x5d\xd6\x6a\x3d\xda\x12\x97\x6c\xf7\x30\xe5\xdb\xfd\x05\x2a\xbb\xcb\x1c\x1c\xfc\x39\xcc\x74\x03\x77\x99\x48\x92\xcf\x86\xc7\x10\x49\xec\xd9\x5a\xc2\xdb\x47\x1e\x22\x59\x28\x1d\x52\x46\x30\xdc\x72\xf7\xac\xde\xc3\x74\xf1\x94\xb3\x67\x90\x6a\xf2\xb9\x69\xe9\x90\x54\x68\x61\xcc\x47\xee\x78\x82\xb2\xc8\x96\xf8\xe2\xee\xea\xf6\xe2\xd6\x18\xb8\x6d\x78\x3a\x7c\x44\x3e\x5a\x71\x31\xba\x1d\x63\x09\x47\x56\x23\x32\xc6\xec\x11\xa9\x04\xcc\x39\x5f\xee\x76\x1b\xce\x79\x66\x82\xd6\xd8\x14\x06\x88\xf7\x7c\x91\x99\x0b\x5c\x34\xd1\x8a\xdf\x1b\x29\x1d\x76\x24\x7c\xba\x30\x4d\x04\xe8\x1e\x1e\x61\xa5\x4d\xed\x21\x3d\x51\x29\x76\xbe\xf9\x70\xfd\xe2\x2f\x7c\x09\xb1\xf3\xe1\xfa\xe3\x0f\x1f\xde\xf2\x69\x65\x75\xdb\x8c\x74\x0d\x1f\x96\xad\x71\x9f\x79\x7d\xe8\xb7\x59\x5f\x51\x14\x47\xd6\x09\x15\xa7\x5f\xda\xc3\xc8\x0a\xfd\x34\xd8\x88\xf3\x2c\xdb\x79\x1a\x9d\x1b\x66\x12\x72\x92\x31\x37\xe8\x57\x06\xd7\x3d\x46\x94\x0b\x96\xe7\x7e\x89\xe8\xe9\x3c\x41\xf4\x18\xfb\x7b\x8f\x7c\xa9\x92\xee\x13\x95\x74\x19\xed\xca\x4a\xbe\x24\xc4\xa2\x4f\x19\xf1\x1b\x69\x92\xf2\x2c\x33\xda\xc0\x4c\xb2\xe4\x9d\xa4\x3c\x3d\xb7\x70\xff\x2c\x8b\x6c\x6c\x3b\xce\xd3\x8d\x4f\xe7\x1e\xb6\x8a\x9e\x95\xf5\x7d\x91\x4e\x7c\xc2\x20\x5c\xbb\xb1\xe8\x0e\x76\x07\xac\x3b\xc8\x19\x59\xef\xa4\x7d\x59\x66\x5e\x47\x28\x55\x6a\x90\x27\xc4\x6e\x4a\x8f\x02\x3e\x4f\xcb\x64\x43\x86\x34\x7c\xad\x8c\xae\xe1\x2d\x7c\xdb\x46\x11\x2f\xc5\x1a\xc5\x2a\x5c\x67\xfe\x6a\xdb\x31\x8a\xb0\x6d\x87\xb6\x2d\x9b\x8a\x32\xff\x1c\x4a\x19\xa1\x34\x07\x47\xde\x57\xb9\x99\x97\xc1\x54\x6e\xa5\x14\x67\x6e\xd0\xe9\x29\x67\xcc\xa1\x40\x38\xa7\x17\xf0\xa1\x5b\xe6\x50\xa0\x74\xe4\x8e\x71\x89\xa2\x90\xaf\x87\x6e\x9a\x26\x1b\xa4\x0a\x1a\x54\xf2\xea\xb4\x03\x1f\xe9\x4a\x01\x48\x47\xb4\xb6\x94\xfe\xa0\x8b\x76\x4e\x17\x85\x74\xd4\x3e\x5d\x5e\x7f\x3d\x74\x15\x8d\x0b\xf7\x3d\xef\x29\xfb\xb2\xd2\x9e\x30\x36\x59\xd6\xaf\x96\x62\x68\x8f\xc4\x10\x28\xf7\x10\xab\x21\x7e\xac\x9b\xcc\x1e\x2c\x46\x02\x0f\xf3\x58\xe7\x16\x66\xb9\xad\x57\xd9\x65\xc5\x3b\x61\x98\x25\x50\xbf\x62\xf4\x16\xe4\xf1\x0d\x20\x38\xf2\x5b\x79\xd2\x72\xab\x08\xf6\xad\xe8\x63\x55\x56\x47\x9f\x0e\x46\xa1\x52\xf7\xe2\xb2\xc5\x58\xbf\xcf\xfa\xaa\x63\x27\x3d\xf5\xab\xb3\x55\x89\xe9\x5a\x35\x96\x34\x33\xa2\xbe\x98\x09\x29\x0f\xbd\x7f\x24\x28\xaa\x1e\x58\x25\xd7\x9c\x2f\xa3\x28\x7e\x72\x80\xca\x37\xcc\xb6\x73\x31\xad\x7c\x91\x9f\x95\x22\x7b\x0f\xdb\xec\x70\xf5\xbf\x08\x64\x9f\x10\xf2\x67\xbe\x56\xfd\x93\x82\x98\x0c\xc8\x74\xfa\x65\x1b\xde\xaf\xe0\xca\x0b\x0d\xb6\xb2\x9b\x2c\x28\xa8\x94\x8b\x51\xa0\x28\xa8\x94\x59\x9a\x4a\xb7\xb8\xd2\x1c\xe3\x23\x13\xbf\x1c\x84\xf4\x4f\x5b\x72\x9f\xf4\xc2\xd2\xfc\x48\x89\xff\x0f\x86\x29\x8a\x51\xa8\xf0\x7e\xa8\x4e\x7a\x8a\xc2\x4c\x02\xe0\x67\xda\x66\xe1\xe8\xec\xc6\x8d\x2d\xef\x78\xa4\xa0\x5d\xee\xee\x06\xfe\xbe\x4c\x05\xf7\x8f\xac\xa0\xeb\xd5\x24\xfd\x42\x4d\xa2\xe7\x93\x2a\xd6\x7e\xbb\x3f\xd3\x9e\x59\x11\xd4\x1c\x8d\x1a\x4e\x51\xa9\x1b\x6b\xfd\xb7\x20\x05\x1f\x6f\x4b\x3a\x0a\x1e\xa3\x08\xb6\x92\x54\x61\x21\x22\xe0\x4b\x56\x35\x90\xf9\x5a\x56\xa3\x14\x5f\xa4\x84\x2e\x33\xc5\x53\xc5\xf5\x4b\x9b\xcb\xc8\xa1\x7e\x9d\x1e\xa5\x3f\x38\xa1\x12\xf7\xa8\xa6\x38\xfb\x86\xe2\xec\x77\x0c\xc1\x29\xa7\x62\xa9\x44\x96\x5d\x63\x22\x73\x34\x11\xbc\x89\x46\x63\xe7\x93\x78\x4c\x54\xfc\xe8\xcf\xa9\x15\x84\x26\x01\x61\x0c\xb3\x3a\xa6\x5a\x4e\xd5\xa9\x2d\x72\x57\xe8\xd0\x13\x74\x07\x29\xac\xb4\x14\xe6\x11\x6e\x61\x02\x0f\x47\x11\x48\xe6\xb6\x2d\x24\xe7\x70\x93\x51\x72\x37\x23\x31\x3e\xab\xba\x40\x68\xeb\x27\xa6\x1e\x8d\xf1\xd2\x51\x6c\x8d\xb2\x05\x78\x66\xac\x26\x9e\x0a\xaa\x71\x90\x0f\xae\x79\x65\xf9\xe0\x33\x2f\xcc\xac\xee\xe1\x9d\xe4\x5e\x6e\x2a\xc1\x02\x5e\xf0\x9b\xd1\x74\xbc\xdb\xdd\x8c\xac\x7f\xff\xef\xf3\x29\x1d\xef\x76\xf7\xb6\x7d\x33\xba\x1f\xc3\x27\xfe\x62\xb7\x7b\x40\xf7\x18\x3e\xf2\xfb\xe1\xe7\xe1\x03\xca\x8d\xb0\x30\xfb\x94\x99\xb8\xbd\xe7\x39\xe0\x4b\x6d\xfb\x26\xd3\x58\xef\x76\x2f\x24\x11\xfe\xde\xb6\xd1\x84\x2f\xd1\xfb\x42\x07\x25\x30\x96\x54\x83\xf1\x3d\x2e\x91\x0e\x13\x45\x3d\xdb\x36\x5a\xa3\x09\x5c\x2b\xdb\xae\x78\xb7\xab\xa1\x42\x26\xaa\xdf\x11\x9a\xc0\x14\x66\x18\xc3\x67\xdb\x7e\x61\xdb\xd9\x70\x9b\x9c\xbf\x70\x42\xff\x5e\xa2\x81\x77\xbc\xe9\xc2\xa7\x9a\x3d\xf0\xa2\xa4\xe3\xda\xab\xdb\x42\x9a\x8b\xdd\x4e\xae\x66\xf3\x9d\x1c\xbe\x6e\xe0\x06\xa6\xf0\x09\x83\xb2\x2c\xff\x04\xfe\xe8\x7a\xcc\x67\x70\x2f\xc9\xfa\x47\xbe\xd5\xcd\xb1\xcf\xc3\x4f\xec\x01\x65\x8d\x63\x90\x6b\xcd\x36\x3a\x51\xad\x3b\x06\x33\x25\xec\xe3\x1e\x16\x4a\x9a\x7e\xab\x9d\x6a\xd4\xcf\xcd\x6e\x17\xa0\x1b\xb8\x85\x47\xc9\x70\x68\x37\x9a\x10\x85\xce\x7b\xad\x26\x9e\xef\x76\xef\x30\xa4\xf0\x98\x4b\xba\x1e\xb5\x08\xbd\xcb\x88\xdb\x3d\xd2\x0c\x67\x07\x54\xeb\x86\xf5\x31\xed\x77\x58\xbf\xa3\xf1\x1d\xf4\x07\xac\x2f\x69\xdd\xfe\x49\x17\xff\xa3\x23\x16\xf2\x26\x51\xd2\x54\x6d\x9b\x3a\xf2\xc6\xa3\x78\x8c\xf0\x59\x60\xc0\x62\x79\x76\x43\x15\xea\xd4\xc4\xee\x8a\xa3\x7b\x14\x40\xc5\x26\x4d\xc2\x4f\xba\xcf\x20\x6c\x84\xb7\xfb\xa7\x9c\xa1\x53\xdb\x6e\x86\x55\x8b\xa2\xa0\xdc\x19\x5f\x76\x06\x12\xee\xeb\x0e\x25\x6a\xff\x1c\x2f\xb6\x16\x16\x05\xda\x7b\x55\xe6\xad\xd9\x0f\xc9\x1e\x04\xf2\xcb\x1d\xcb\x50\x44\x55\xf6\xdb\xff\x4a\xbf\xd3\xbc\x6d\xe3\x19\x0e\x5a\x60\xd5\x14\x99\x8b\x78\xff\x89\x88\x01\xdb\x2c\xcf\x13\x1c\x5d\x93\xe8\x3c\x83\x13\xc4\x85\x22\x2a\xc4\xe7\xd5\x3d\x29\x41\xba\x66\xbc\xdb\xc5\x88\xb8\xf8\x8a\x52\x97\x76\x9d\x4e\xaf\xeb\x0d\x3a\x7d\xb7\xe7\x91\xbe\xf9\x72\x59\xf7\xe5\x9c\x8a\x73\xe2\x35\x79\x8c\xf4\x13\xae\xb3\x9d\x71\x39\x47\x82\xb7\x24\x31\xc8\xc4\xd5\x39\x11\xe7\x3d\xdb\x16\x97\xf2\x77\x28\x5a\xe2\x99\x78\x4e\x59\xd6\x2b\x24\xf0\x39\xd9\xb3\xd8\x8c\xe1\xa4\xf6\x6a\xd0\xce\x09\xa4\x55\xf4\x00\x01\x0f\x11\x85\xf3\xae\xd2\xfd\xa8\x47\xda\x96\xa8\x43\x3e\x12\xea\xe1\x67\x88\x9e\x47\xda\x7b\x95\xc2\xb9\x64\x79\x4b\x83\xd7\x64\x56\x1c\xad\x6b\x7d\x5d\x20\x84\x35\xcf\x35\xcc\x42\xe2\x9d\xb8\x24\x5e\x5e\x5f\x26\xc3\xe5\x33\xb4\x7e\x9e\x3c\x8f\x5a\xe4\x79\x70\x4e\x9e\x07\xf8\x59\xf2\x2c\x62\x28\x94\x14\x0c\x22\xad\x48\xa6\xac\xf1\x39\x4a\xcf\xd7\x18\x5f\xf9\xbb\x5d\xd8\xe4\xa1\x2c\x45\x9e\xbb\x98\x2d\x9f\x85\x72\x59\x07\x6d\x36\x90\xdc\xfa\xe0\x88\xc0\x3a\xe8\xe9\x32\x5a\x90\x55\x1d\x9d\xa9\x27\x59\x4d\x70\xdf\x4c\x70\x7f\x28\xce\x4b\x13\xbc\x8c\x16\x88\xb4\x44\xc6\x0f\x0c\x9e\x88\x9e\xa2\xf2\x27\xc1\x22\xac\x6b\xa9\x58\xd2\xdd\x4e\x34\xb9\x90\x0b\x7b\xe9\x2a\xdf\xb5\xac\xea\x93\xae\x5e\xa4\xe3\x49\xb2\x50\xa4\xbe\x75\xe0\x92\x64\xa4\x7c\xda\x4b\xc2\xe7\x2e\x64\x9c\x48\xe5\x4a\x9e\x52\x7f\x4a\xe1\x5b\x60\xcd\x9b\x4a\xf9\x51\xe3\xfd\x92\xa0\x1c\xa5\x88\x8d\x64\xc8\x75\x5d\x51\x98\xa0\xed\x1e\x4b\x28\xbf\xac\x60\xef\x08\x09\x88\xc1\x1c\xd0\x6d\xc0\xac\x77\x56\xab\xd1\x6a\xf9\xf0\xa0\x82\x32\xe1\x3d\x4c\xcb\x61\xc0\xfe\x72\xfd\x33\x8b\xe1\xed\xf5\xf5\x2b\xd6\x24\x60\x7c\x31\xd8\x31\xd0\x0a\x0b\x2b\x48\x2b\x79\xbc\xbf\x8d\x96\xe5\x38\x1f\x82\xa1\x43\x4f\x9a\x86\x18\x5a\x37\x16\xb3\xde\x5b\xb8\xa5\x63\xac\x07\xca\xc2\x4c\x57\x97\x94\xaa\x7b\x6d\xe9\x58\x0c\xd9\xfb\xb5\x75\x26\x29\xcf\x9c\x15\x1c\xc5\x63\x27\x50\x46\xe3\x3f\x09\xff\x53\x4d\xdf\x4e\x54\xdc\x74\x2b\xf5\x36\xc9\x71\xb5\x0f\x7b\x88\xc2\xd7\xb1\x10\xbf\x8a\x3a\x49\xf8\xda\xb6\xa7\xca\xfa\xc9\xb6\x13\x45\xde\x9b\xa6\x6c\x5b\xd6\x04\xc2\x38\x68\x7a\x8c\x74\x72\xd9\x77\xd9\xb6\xd2\x48\x60\x06\x27\x45\x1b\x99\xfa\x97\xb4\x7b\x4a\xb4\x01\x01\x8f\x9d\xef\xd7\xa9\x72\xc6\x7f\x77\x9b\x88\x78\x23\x24\x70\x73\x7e\x12\xb7\x7f\x09\xd2\xc3\x2f\xea\x7e\xad\x55\x1c\x4d\x45\x92\x80\xcf\xe3\x2c\x9a\x21\x24\xdc\x32\xc9\x16\xd7\x4c\x0d\x8a\x9e\x12\xb2\x6b\x07\x97\x23\xc7\x37\x08\x95\x4a\x37\x91\x9c\x27\x8f\x9c\x59\x74\xef\x07\xfa\xf2\x3a\xf1\x39\x48\x11\xbe\x10\x17\x12\x39\x0a\x67\x1e\x82\xe0\x42\x21\x2a\x85\xc6\x42\x54\x52\x38\x6a\xfc\x28\x86\x6b\x84\x59\x6e\x01\x1f\xec\xf7\xf9\xb3\x12\x38\x89\x30\x15\x31\xd2\x96\x85\x09\xae\x38\xe1\x45\xaa\xe2\x8f\xc1\xf4\x13\x5a\xe2\x7d\xee\x92\xdb\x0c\xe4\xcc\x84\xfe\x26\x58\x48\x9c\x2e\x2b\xc9\x5f\x9c\x24\xf5\xc3\x99\xbf\x8c\x42\x21\xe9\x1a\xdf\xb6\x7d\x27\x16\x49\xb4\xdc\x88\xcc\x8d\x27\x4f\x30\x3c\x1b\x3e\xab\x34\x3a\x75\xd2\x3b\x11\xca\x06\xb5\x60\xb4\xf2\x31\xcc\x64\x18\x59\x7f\x8c\x81\x74\xd3\x85\x19\xcf\x44\x67\x26\x2a\xda\x47\xf1\x39\x7d\x1b\xcd\x04\xb2\x2c\x7c\x26\x29\xc5\x00\x2d\xb1\x13\xe9\x25\x44\x33\xd8\x4e\xef\xfc\xd8\x9f\xa6\x22\x7e\xe5\xa7\xbe\xba\xfa\xb1\xea\x83\x38\x73\x66\x7e\xea\xf3\x39\x6f\xce\x8f\x09\xe7\x5c\x94\xb4\x9d\x87\x2c\x06\xc5\xfd\x64\xd7\xfe\x28\x17\x06\x4d\x3d\x84\x18\xc4\x6e\x87\x04\x0f\x61\x2d\x19\x88\x94\x87\xc6\x53\xbc\xc7\x48\xbb\x67\xb8\xd0\x4c\xc4\x37\xf8\x6a\xb7\xcc\xe2\x16\xc1\x32\xce\x39\x53\x26\xcf\x2b\xbd\x19\xb9\x0e\x05\x56\x35\x33\x0d\xe6\x05\xa7\x9c\x96\x63\x56\x1c\x9b\xd5\x7c\xe3\xcf\x1a\x66\x5f\x37\x4a\x52\x3d\xc9\x95\x73\x01\x21\x8f\xf7\xf9\xc5\x60\x6a\x39\xb5\x53\xbe\x49\x91\x90\x53\xc5\xb5\x2b\x28\x32\x67\x5e\x27\x66\x91\x9d\x0c\x8d\x84\x23\x33\xa4\x1b\x7c\x9d\xc6\xa7\x9b\xf1\xba\x6e\xe6\x3a\xef\x1a\x35\x36\x71\x8d\xd2\x41\xb9\x5f\x27\xc6\xfd\x7a\x9d\x21\x06\x3f\x91\x28\xaa\x4c\xc8\xac\x77\xbb\x23\x3c\xa0\xb5\x60\xdb\x3d\xa4\x4a\x21\xca\x6f\x14\xf4\x45\xb2\x4d\xcb\xbf\x9d\xce\xc4\x7c\x71\x17\xfc\xf2\x69\x79\x1f\x46\xab\xbf\xc7\x49\x5a\x28\xc9\x24\x4d\xe8\x41\x58\xc8\xb0\x32\xb3\xdc\x8a\xad\x6c\x3a\x12\x63\x2e\xf6\x18\xbc\x26\x5f\xa3\xed\x1e\x04\x1e\xc5\xe3\xdd\xce\x74\x52\xb1\x9c\x2a\x3d\xc5\xd8\xf8\x99\x5a\xb8\xc9\xc3\x7d\x95\x5c\x2a\xc2\x44\xf8\xda\x98\xe6\x28\x2a\xc4\x92\x13\x98\x2a\x1b\x9b\x39\x8f\x9c\xf9\xc5\xfa\x6a\x79\x91\x5b\xe1\xcc\xe0\x8e\x27\x85\x63\xad\xb6\xb4\x81\x15\x9f\x0e\x43\x74\x87\x33\xff\xdb\x29\xba\xc3\x98\xc9\x14\xb8\xe7\x99\xf6\x09\x36\xdc\xbd\xb8\xbf\xda\x5c\xe0\x19\x5f\x8d\x36\xad\xd6\x58\x31\x3e\x73\x7d\x46\xef\x60\xa6\xfc\xa2\x47\xb3\x31\xbf\x1b\xcd\xc6\x25\x9b\x1d\xb6\x3e\x6d\xb5\x93\x3b\x81\x1b\xd7\x1a\x0d\xdc\x8d\x2b\xf8\xe0\xa4\xd4\x2f\x37\x75\x73\x5d\x63\xd1\xe0\x9a\xad\x40\xbb\x18\x59\x6f\xae\xf5\x2d\xb3\x96\xdc\x16\xa5\x35\xde\xc3\x11\x4c\x4e\x41\xed\xad\x81\xe4\x5a\xe6\xb1\x7f\x2f\x14\xc1\x11\x98\x31\x6b\xef\x46\x27\x49\x1f\x97\xc2\x99\x05\xc9\x6a\xe9\x3f\x72\x2b\x8c\x42\x61\x81\x40\x5e\x1b\x3b\xfe\x6a\x25\xc2\xd9\xcb\xbb\x60\x39\xd3\x57\x3f\x26\xf1\x94\x5b\xbf\xf8\x1b\x5f\x87\xe4\x65\x16\xa0\x94\x2b\xfd\x7a\x2a\xc2\xf4\x27\x1d\xfc\x2d\x83\x5d\xd8\x89\x56\x22\x44\x18\x52\xe7\x21\x0e\x52\x81\xac\x4b\x5d\xec\x2a\x87\x6e\xaf\xcd\x36\xbe\xfc\xdb\x73\xf3\xc9\x92\xd9\xa7\xcb\x28\x11\x48\xee\xf6\xd4\x79\x7d\x11\x9e\x9f\x5f\x60\x63\x82\x9c\x14\x5c\xf1\x28\x18\x85\xe3\xdc\x0a\x23\x91\x60\xff\x50\x80\x6b\xa0\x67\x5d\x78\x97\xa0\x6a\x58\xcd\xc5\x10\xf9\x15\x31\x90\x90\x73\xaf\x6e\x85\x2a\x5f\x20\xc6\x65\x76\x08\x46\xd1\x98\x0b\xcc\x02\x9e\xa0\x8a\x07\x7c\xc0\x42\x14\x18\x71\x33\x71\x5d\x46\x5c\x17\x08\xed\x32\x42\xbb\x99\x7a\x4a\x2b\x2c\x5c\xd6\x73\xc1\x6b\x33\x4f\xc1\x88\x2f\xda\xdf\x3d\x65\xb7\x6b\xac\x10\x4d\x48\x38\xdd\x88\xda\x6f\x5e\x87\x79\x1d\x15\x74\xf8\xa4\x94\x35\xb3\x44\x6e\x67\x12\x4b\xd7\xab\x46\xaf\xeb\xf6\xeb\x43\xa1\x49\x9e\xbd\x5a\xa5\x72\x67\xc9\x6f\x83\x51\x41\x73\x52\xb9\x82\x7e\x76\xc2\xd6\xdc\xbd\x48\xae\xd6\x17\x58\x1b\x34\x47\xdc\x1f\xad\xe5\x39\x4b\x47\xd1\xb8\x6a\xdd\x98\x1d\xa3\xf2\x60\x32\x3a\x88\xb8\x35\x32\xdc\x3c\xd4\x9b\x9b\x7b\x15\xf7\xb2\x10\x15\x6e\x06\x3d\xdb\x06\x7a\x1a\x95\xad\xa7\x04\x68\x5f\x88\x38\x6d\x02\xc2\xc9\x59\x58\x1e\x13\x8d\x42\xdb\xfc\x49\x68\xa5\xbd\x1d\xd7\xe5\xb8\x6f\x26\x6e\x60\xe1\xec\x2d\x89\x12\x95\x96\x47\xff\x42\xcd\xd0\x99\x17\x31\x06\x41\x8c\xd2\xb1\xd9\x3b\x06\x80\x64\x42\xc6\x3c\x08\x8b\x5e\x6c\xb3\xc0\x8a\x4e\x2c\x96\xf9\xa4\x60\xba\x08\x57\xe3\xb6\x25\x6b\x11\x94\x9d\xbe\x21\xe2\x47\x51\xf7\xaa\xe1\x1c\x6d\xbb\x76\x9a\xde\xfa\xf7\x22\x19\x9e\xfe\x64\x2e\xcd\xc6\x6c\x34\x3e\xfb\x02\xe6\x8c\x6c\xdb\x1a\x99\x58\x67\x1a\x8a\x8c\x2d\x9e\x19\x72\x8b\x2a\x92\x28\x4d\xb1\x42\xb6\x07\x91\x2c\x1b\x51\x76\x71\xe3\x7e\x8f\x84\x04\xf4\x71\x2e\x2e\x77\xdb\x8c\xb8\xed\x6c\x36\xd5\x9c\xd5\x84\x3d\x2b\x76\x53\x2f\x87\xbf\x19\xf2\xb0\xf4\x66\xb6\xc0\xca\x41\x82\x85\xd5\x2e\x39\x3d\x0f\xb5\xfc\xa3\x6c\x2d\x30\xbd\xea\x31\xe2\xf6\x34\x4c\x50\x7d\xaa\x51\x8e\x9e\x6c\x41\x63\xf2\xc4\x84\x56\x76\x4f\x73\x09\xe4\x20\x88\xcb\x11\x32\x89\x8e\xe4\x8e\xc7\xf0\x74\x21\xd2\x92\x85\x6e\xed\xc0\x84\x0e\xf4\x12\xab\xf1\x0d\xc5\x28\x18\xd7\x06\x6e\x2c\x2b\x57\xb5\x9c\xb8\x88\x2e\x5b\xfe\x36\xac\xbc\x15\x7d\x63\x95\x22\xba\x7b\xc3\x48\xc5\x66\xd0\x6a\x55\x0d\x74\x33\x0c\xac\x8e\x8a\x9a\xa1\x93\xd2\xbd\x62\x86\x0c\xda\xed\x10\x8c\x9a\xa4\x1e\xf5\x3e\x19\xc4\xc8\xd7\x41\xc2\x24\x9c\x71\x61\xc9\x47\x3a\x8e\x80\xdf\x08\xc2\x46\x82\xfd\xa6\xd6\x8e\x24\xe0\x4b\x1e\x30\xb7\x02\x56\x31\x67\x32\xcd\xad\x02\x93\x32\x0b\x4f\x15\x90\xc4\xb6\x8d\xfe\x25\x50\x51\xc2\x76\xbb\xbc\x4c\x0e\x35\x0f\x86\xac\x61\x45\x87\xb0\x0e\x29\x0d\xfc\xa4\xea\x53\xed\xf3\x50\xef\xf3\xe3\x25\x97\xb4\x5b\xed\x42\xcb\x15\x0e\x4f\xec\xe0\x1a\x9b\x1a\xb9\x83\xb7\xfb\x5a\x6d\x6a\xb6\x79\x4f\xaa\x1b\x7b\xb4\x6a\xe1\xdc\x7b\x22\x5a\x8c\x56\x4c\xa1\xd0\x44\xfc\x57\x46\xc9\xea\x5a\x33\xfd\x3e\x12\x63\x1d\xeb\xc5\x97\x24\x6b\x8a\x22\xb9\x55\x63\xe7\xa6\x15\x3b\xaf\x9f\x55\xec\x11\x23\xed\x16\x96\xc5\xe1\x00\x5f\x8d\x55\x5b\xe7\x96\xfc\x8b\x54\x30\xfe\x93\x08\xf6\x98\xae\xef\xb8\x05\x5d\xef\xcc\xbf\x36\x64\x58\x41\x1b\xcb\xcd\xa5\x50\xeb\x9a\x87\x28\x91\x38\x2c\x8b\x1b\x06\x53\xee\xc2\x9c\x8f\xc6\x3a\x4a\x98\x6f\x22\x84\x29\x42\xd6\xe8\xe2\x12\xb5\x81\xe6\x7a\x03\x89\xe1\xc8\x87\x64\xe4\x8f\xc7\x2c\x29\x5f\xc1\x36\xdf\x97\x91\x70\x41\xcb\xea\x6d\xa5\x50\x8f\x1a\xf4\x13\x86\xf5\xed\x03\xc3\xfa\xcc\xdf\xdb\x73\xb1\xf3\x41\xcc\x97\x62\x5a\xb6\xc0\x88\x6c\x3b\x72\xa2\x87\xf0\x2f\x47\x5b\xcd\x58\xdd\x3b\x73\x14\x28\x3d\xa2\x36\xbd\xcf\x03\x0f\xa4\x79\x4c\x1d\x75\x6d\x66\x5a\x01\xf2\x86\x26\xd7\x44\x44\xc6\x95\x92\xe3\xdb\x0e\xca\x96\x2c\x2b\x3f\x4e\xc4\xeb\x65\xe4\xa7\x46\xa4\xd2\xc1\xea\x8e\x82\x52\x67\xc9\xf3\x18\xc9\x2f\x5d\xdc\xb2\xce\x5d\xc9\xc5\x9c\x93\xe7\x6e\x4d\x1c\xed\xd0\x98\x5b\x4a\x40\xd0\xc6\x2a\x34\x7a\x11\x34\x41\x92\x8b\x81\x6d\x5b\xe7\x12\x24\x16\x77\xa5\x0f\xcf\x5d\x16\x68\xe1\x2f\x69\x77\x18\x69\x77\x80\xb4\xbb\x8c\xb4\xbb\xa5\x11\x3c\x69\x8b\xa3\x46\xf0\x26\x3c\xe8\xbf\x09\x51\xd7\x95\x33\xf8\xfc\x3f\x8e\xce\x5b\xe3\xa1\x3b\xfa\xfc\x8f\xe3\xe7\xa5\x81\xf5\x9b\x9c\xc7\x28\x68\x59\x6e\xdf\xc2\xbb\x1d\xa5\xf9\xfb\x67\xd2\xb3\xf0\xb0\x86\x86\x3e\x18\x63\xa1\xc6\x0e\x20\xbd\xba\xba\x72\x77\x3b\x14\x39\xa9\x48\x52\x14\xe0\xa1\x24\x65\x5c\x8c\xbf\x34\xba\x23\xb1\xe9\x97\xe2\x59\x6f\x05\x6b\x12\xd8\x30\x85\xf1\x0f\x88\x81\xad\xb6\x93\x55\xe1\x67\x0d\x94\x39\xbe\x06\xe2\x90\xef\xca\xc4\xb1\x83\x93\xde\x79\xc5\x65\x04\xa1\x0a\x90\x55\x31\x15\x52\xe6\x14\x19\x7f\x78\xa6\xc1\x51\x20\x49\xde\x6c\x7e\x90\x0b\x51\x2e\x48\x92\x27\x39\xca\xc4\x1c\xb9\x92\x3c\x13\xfe\xf5\xd8\xa0\xa7\x3a\xdd\xfb\x02\x87\xd0\x7e\xc2\xd9\x27\x0b\x13\x4d\x4e\x5f\x25\x41\xc8\x13\x96\x01\x05\xec\x09\x24\x0a\x4b\xb1\xc2\xed\x90\x8e\x82\x31\x84\x07\x94\xbb\xd6\xb9\xa9\xc6\x4e\xf2\xb7\x99\xc0\x32\x33\xd8\xcf\xc4\xde\x5a\x2e\x9e\xc4\x53\x4b\x93\xec\xbd\x81\xa4\xd8\x91\x65\xb5\x7c\x9c\xc9\x1f\x32\xa2\xd5\xc2\x67\xfa\x22\x91\x20\x4c\x56\x62\x9a\xde\x44\xeb\x78\x2a\xea\x60\xa8\x9f\x11\x91\x7b\x40\x27\x63\xd5\x65\xee\x30\x75\x97\x58\xfa\x67\x4b\xdb\x46\x01\xf2\xc1\x0a\x15\x0b\xbd\xdb\x85\xf9\x8b\xa4\xe6\x15\xd9\xde\xe4\xdc\xb7\x6d\x94\x65\x8d\x4c\xae\x48\x7d\x1c\x5a\x56\x4b\xfe\xb2\x44\x0b\x3f\xcc\xa1\x49\x31\x96\xa5\x95\xef\xbf\xf2\xea\xf4\xd9\x5a\x3d\x64\x6f\x99\x85\x02\x43\x86\xfd\x95\xe9\x90\xa5\x62\xbc\xc7\x85\x3b\x4b\x29\xda\x4b\x3e\x49\xc7\xc6\x10\x75\x11\xa4\xee\x82\x44\x87\x78\x18\x45\xe3\xdd\xce\xaf\xa8\x7f\x4b\xb2\x69\x83\xf9\x06\xac\x37\xc8\xfc\x52\x34\xff\x61\x2c\xb5\xc9\xf1\xc5\x1e\xb5\xa2\xae\x8e\xf2\xba\x3a\x34\x39\xd7\x7e\x0f\x4f\x21\xf5\x20\x73\x8e\xa8\x77\x1b\xcf\x2c\xf7\x72\xae\x01\x4c\x64\x27\xc3\xdb\xe4\x86\xb2\x11\x2e\xae\xc6\xae\x44\x08\x94\x1d\x6a\xc8\x16\x32\xd7\x3b\x3d\x65\x62\xd6\x48\x22\x99\x12\x84\x8b\x46\x94\xde\x89\x58\x5f\x8c\xe9\x87\x86\xec\x6c\x44\xb1\x92\x22\x14\x3e\x83\x91\x8a\xf0\x6d\xec\x75\x9a\xbc\x1c\xc0\xb8\xb6\xd5\x7f\xa7\x5a\x55\x81\xbc\x94\xc3\x5f\x10\x4e\xa3\xfb\x95\x9f\x06\xb7\x4b\xd1\x88\xc5\x54\x04\x1b\x11\x97\x5c\x12\xab\x61\xe9\x3b\x1e\xeb\x78\xea\x22\x9f\xaf\x88\xca\x02\xa1\xa6\xa0\x14\x7f\x5c\xbb\x08\xe0\xf3\x43\x3f\x81\xcc\x8d\x05\x12\x1e\xc1\x9a\x23\xe5\xa1\x01\x21\x7f\x7e\xfb\xec\xf9\x02\xa2\x4c\x90\x6d\xf9\x92\x8d\x30\xe6\x0c\xfa\xcd\x6d\x2a\xdf\x13\x3f\x49\xdf\x84\x33\xf1\x79\xb7\x53\x02\xda\x22\x01\xe7\xe1\x5a\x9b\x9c\x3f\x47\x78\x38\x7c\xae\x3a\x81\x2c\x0b\x8f\xc8\xf8\x02\xad\x77\xbb\x25\x56\x41\x17\x8f\xf5\x92\x72\x30\x09\x4c\x95\x6b\x6d\x4e\x0a\x2b\x3d\x83\x9c\x65\x3d\x38\x64\xfd\x47\xab\x35\x75\x12\x05\x1f\x5a\xd6\x9f\xd0\xb0\xf9\xb7\xbf\x25\xd8\x02\xb3\x4d\xa6\xf2\x08\xae\x55\x48\xc3\x69\xb9\x5b\x61\x16\xd7\x6f\x0a\x42\x65\x08\x6d\x1b\x95\x72\xf0\xa9\x71\x1f\x18\x86\x4e\x20\x13\x5a\xa1\x04\xc0\x26\x26\x73\x8a\x61\xa9\x4d\x3d\xf3\x50\x50\xb6\x6d\x4e\x96\xcc\x07\xf1\x61\x74\xa1\x84\x93\x8b\xe4\xf2\x50\xde\x79\x4e\x2f\x92\x56\x0b\xe7\x12\xa6\x02\xe6\x27\x63\xdb\x46\xe1\x28\x19\x67\x81\xb7\xf6\x2a\x18\xc0\x81\x4f\x59\xaf\xc7\x7a\x0a\x81\x1c\xdf\xe3\x72\x44\xe8\x07\xc9\xa1\x9c\x2c\xe7\xe8\x38\x4f\x87\xca\x7c\x70\xb7\x23\xcf\x05\xe7\xe4\x79\xca\x44\x93\x0b\xdb\x4e\x9b\x3c\xcd\x30\xeb\xe9\xbb\x59\x32\xc3\x38\x2d\x66\x3a\xc2\xa4\x8a\x57\x6a\x16\xb1\x26\x9b\x9c\xa7\xc7\xf1\xbe\x5b\x16\x6b\x4c\x95\x7b\x6c\x22\xd2\x86\xaf\xae\xd0\xd5\xdb\xb3\x69\x55\x64\x7f\xdb\x44\xa4\xc6\xd2\xd2\x49\x0e\x18\x56\x64\x4d\x26\xaa\xdc\x64\x62\x05\xe1\x76\x5f\x50\x35\x26\x1e\xb6\xa4\x2b\x90\xb1\xfd\x3f\xf0\x15\x94\xf4\xac\xba\x6e\xea\x90\x4f\x86\x52\xa5\x5a\x05\x47\x31\x46\x29\x8c\xc6\x18\x62\xae\x03\x36\xe6\xac\xaa\xb2\x00\x29\x59\x53\xc4\xbc\xe9\x1e\x69\x64\xca\xd3\x1f\x68\xd9\x90\xe4\x84\xf3\x66\x78\xaa\x71\x83\xd2\x1f\xa2\xed\x1e\x9a\x24\x73\x59\xc2\x30\xbd\x13\xd3\x4f\x4c\x5b\x67\xb8\x84\x11\x97\x54\x4c\xe3\x33\x33\x41\x72\x7c\x75\xc8\x93\xe1\x5a\x06\x26\x32\x69\x37\x8b\xd6\xf2\xf5\x11\x4a\x55\xb4\x95\xb3\xc0\xb6\x53\xdb\x6e\xa6\xa3\x68\x2c\x0f\xc6\x5c\x05\x42\xde\x56\xef\x10\x70\xa1\x3e\x46\x99\x32\x4c\xdb\x57\x8c\x1e\x8d\x0c\x4c\x61\xa2\x5c\x3a\x78\xea\xf6\x92\x72\xe8\x41\x8f\x94\xcd\x33\x2b\xa1\x24\x4f\xd1\x40\x11\xde\x0a\x15\x29\x55\xf0\x68\x28\x58\xd9\x56\x2c\x50\xd7\x1d\x49\x82\xe8\x68\x28\xd9\xd5\x07\x95\x6e\x6b\xa4\x59\x74\xf8\x74\xbc\x7a\xe5\x96\x60\xec\xa4\x42\x43\x1f\x7d\x21\x42\xa3\x62\x74\x91\xfc\x29\x19\x89\x6a\x47\x05\x30\x78\x5c\x35\x7a\x52\x08\xd2\x35\x9c\xb6\xa7\x64\x20\xe1\xc8\x9a\x4c\xa6\x51\x2c\xce\x7f\x49\x26\xc9\x9d\x1f\x8b\xd9\x64\x62\x69\x77\xde\xda\x2f\x7c\xbb\xc7\x17\x27\xc8\xac\x62\x43\xeb\x5e\xca\x9f\x02\xf6\xa7\xc3\x94\x6d\xf7\x92\xa2\xb1\xb2\x3b\xad\x2d\x79\x80\x34\xab\x9a\xdf\x34\x16\x3b\xe6\x09\xee\xa3\x99\x60\xca\x72\x72\x68\xad\xd6\xb1\xb0\x98\xa5\x01\xb2\x05\xd3\x68\xf5\x18\x07\x8b\xbb\x94\x59\xff\xfa\x7f\x37\xa8\x4b\x06\x8d\x57\x22\x0c\x92\xc6\xfb\x75\x72\xf7\xc9\x8f\xc5\xa6\x81\x7e\x5d\x46\x41\x1c\x4d\x3f\x39\xf1\x1a\x5b\x8a\xce\xd1\xf4\x8d\x71\x64\x37\xb6\x60\xe4\xf8\x6a\x95\x43\x6e\xa1\xdd\xfe\xfa\x80\xbd\xb9\x7c\x02\x7c\x45\x13\xd4\x79\x18\x14\xb0\x7e\xb7\xd3\x61\x02\x50\xc4\x63\xe4\x63\x65\x08\x2c\xcf\x7d\x54\xd9\x4f\x3a\x8c\x6a\x66\x5a\x4b\x8e\xaf\x5b\x39\x15\xb8\xe3\x0b\xf1\x76\x9b\x4d\xe5\xb2\x50\xb6\x51\x1b\x1a\xb3\x7b\xa5\x03\xa9\x68\x9e\x48\x6e\x92\xaf\x82\x55\xea\x1d\x9f\x8b\x47\x0e\x6f\x67\x29\xed\xf1\xb6\x51\x40\x74\xff\x0d\xd1\xd3\x0b\x1f\x0d\x48\x0c\xa9\x82\x24\x1f\x86\x55\x30\xf5\x40\x92\x14\x19\xfe\x2c\x6c\x94\xdc\xdd\x6e\x7d\xc5\x97\x43\x31\xb4\x2c\x03\x29\x19\x8a\x78\xa2\x78\xef\x97\xd1\x4c\xbc\x48\xd1\x1a\xe3\xcb\x6e\x97\x0e\x7a\xbb\x5d\x74\xd5\xed\xb5\xc9\x60\xb7\x5b\xb7\x88\xf6\x49\x42\xfe\x41\xe6\x16\x91\xd9\x7b\x6d\xea\xee\x76\xfe\x55\xd7\x6b\x77\xda\x43\x31\x4c\x32\x66\x7e\x8d\x59\xc4\xe4\xbb\x96\x46\xaf\x61\xdd\xa2\x98\xf9\xe7\xaa\x44\x0b\x45\xe7\xaa\xa5\xcb\x4b\xe2\xe2\x56\xaf\xdb\x6d\xf7\x8c\x2e\x7d\xc0\x48\x7b\xa0\x5d\x21\xd5\x85\x8a\xa7\x2d\xe4\xe9\xd3\x53\xa7\xbd\x59\x14\xa3\x9a\x1e\x5f\x9f\x61\x9c\x14\xfe\x9d\x0a\x11\xdc\x98\x45\x22\x91\x98\xd5\x9f\x4e\xc5\x2a\x6d\xc4\x62\x21\x3e\x97\xee\x71\xc8\x27\xd9\x80\x14\xed\xa8\xd9\xa7\xac\xaf\x2f\x7d\x3c\x29\x09\xca\x04\x77\x3d\x23\x07\xea\xaa\x60\xaf\xcf\xad\xe7\x8b\xb2\xee\x32\xbf\x8c\x42\x5b\x2e\x9a\xd6\xb4\xc4\x27\xe1\xd6\xa5\xd5\xca\x2c\xe4\x2d\x45\x4d\x4b\x72\xb0\xc5\xad\x86\xd5\x8a\x5b\x7f\xe6\xd6\x9f\x5b\x59\xff\x70\xee\x6f\x1d\x81\x65\xff\x7d\x1d\xa5\x17\x16\x6e\xfd\xd9\xfa\x33\x86\xa4\x65\x5d\x59\x2d\xbf\x65\x5d\x3e\xb7\x5a\xa9\x7c\x39\x65\xe7\x9c\x71\x1b\xdb\xfd\x59\xa0\x65\x84\xbe\x96\x11\xbe\x57\x32\xc2\xf0\xd8\x67\x59\xbb\x35\xcb\x66\x72\xbd\xb0\x84\x68\x4e\x1a\x7d\x17\x3d\x88\xf8\xa5\x9f\x08\x84\x77\xbb\xd4\x30\xb1\x32\x63\x46\x16\xb6\xf7\x18\x32\x7f\x11\xa3\x0f\x30\x5e\xb0\x55\x09\x63\xfb\x09\xdd\x4e\x26\xb7\xce\x20\xd1\x13\x1b\xa2\xb8\x78\xa0\x3a\xcb\x6b\x5e\xd2\xb0\xe7\x10\x28\x1a\x5a\x0d\x8b\x99\x8c\x11\x86\xa9\x16\x61\x05\x73\x34\xbd\xe4\xeb\xdd\xce\xb2\x38\x5f\x66\xa2\x8e\xe4\x4c\x9b\xaf\x4c\xcf\xd7\x30\xcb\xae\xba\x59\x82\xb2\xa2\x9b\x8a\x60\x89\xe6\xcf\xf3\x88\xef\xf9\x3c\xcd\xb2\x79\x98\xdb\x36\x9a\xf1\x99\x39\x2c\x2e\xcc\x31\x06\x7f\x38\x6b\x25\x2c\x69\xcd\xf4\xc1\x68\x33\xd2\x6e\xe7\xb7\x34\x14\x07\xe4\xeb\xa8\x98\xaf\x80\x34\x7a\x31\x0b\x80\xa2\x82\xfc\x40\xc0\x2d\x0b\x22\x6d\xf1\x18\xcc\x51\x24\x21\x49\x24\x49\x60\xb7\x26\xfe\xcf\xcb\x68\x1d\xa6\x86\x4a\xbd\x15\x8d\x50\x2c\x94\x57\xa1\x65\xc4\xfb\xd1\x95\x7b\x81\xa2\xab\xab\x2b\x4e\xb0\x76\x11\x4e\x31\x26\x76\x64\xdb\x28\x90\xcf\x67\x15\xcb\xda\x23\x50\x70\x92\xb6\xe9\x15\xa0\xa0\x12\x02\x41\x49\xfc\x7c\x6e\x8d\xac\x56\xd4\xb2\xc6\x16\x24\xbc\xc4\x15\xf9\xf2\x38\x3c\xb3\xe4\xea\x9b\x54\x9d\xf2\x27\xab\x6a\x0f\xa8\x65\x40\xfa\x6c\x2a\x2b\x83\xe0\xd8\xc4\xb0\xd9\x8c\xe4\x19\xc0\xbb\x9d\xf5\xfb\x6f\xff\xfb\xbf\xfe\x67\xab\xc9\xcd\x83\x4a\x56\xe6\x48\x4a\xe2\x9e\x0c\x53\x34\x55\x01\x08\xc7\x67\x92\xa5\xf2\x47\xe1\x98\xaf\xcb\x07\x2c\x29\x0e\x84\xaf\x2c\x0d\x97\x4a\x84\x59\x4f\x4b\x08\x5e\x86\x4d\x40\x24\x85\x89\x04\xcf\x39\x56\x94\x80\x65\x61\x0c\xf4\xe8\xc3\x5a\x7f\xa8\x04\x9a\x52\xb7\xbe\x1a\x89\x64\xfd\x31\x3c\xa2\xd6\x4a\x81\x6d\xfe\x96\xfe\x2d\xfc\xdb\xe6\x6f\xf3\xbf\xc5\x8d\x7f\xfd\x2f\xff\xf5\xff\xfc\xed\xbf\xfe\x97\xff\xe3\xf7\xdf\x7e\xfb\xfd\xb7\xff\xf4\xfb\x6f\xff\xfd\xef\xbf\xfd\x0f\xbf\xff\xf6\x3f\xfe\xfe\xdb\x7f\xfe\xfd\xb7\xff\xe9\xf7\xdf\xfe\xe7\xdf\x7f\xfb\x5f\x7e\xff\xed\x7f\xfd\xfd\xb7\xff\xed\xf7\xdf\xfe\x9f\xdf\xff\xd3\xff\xf5\xff\xfe\xf6\xdb\xdf\xd6\xd4\xa5\x7d\xf5\x7f\xf0\xb7\xf5\x5c\xcc\xe7\x96\x61\xab\x8e\xef\x10\xca\x19\xf9\x8a\x4f\xb8\xd7\x33\x0a\xee\xb6\x56\x70\x77\x07\x26\x86\xaa\x64\x09\xf8\x32\xb7\xf1\x9b\xf3\xa5\xe4\x51\xde\xdc\xdf\x8b\x59\xe0\xa7\x02\x66\x7c\xa9\x03\xbb\x15\x49\x77\x7c\xe9\x7c\x2f\x92\xc4\x5f\x88\x97\x77\x7e\x18\x8a\x25\xac\xf8\xd2\x79\x15\x24\x2b\xc9\xb7\xc0\x3d\x77\x61\x23\x37\xc3\xe2\xd8\xd7\xbe\xa5\xd8\xf1\x60\x8e\x36\x07\xb7\xed\xc9\x15\xca\x02\xa3\xca\xe5\x37\x32\x2d\xf9\x0c\x29\x92\xb0\xef\xb1\x72\x1e\x33\x07\x62\x65\xba\x86\xf7\x67\x73\xdb\x9e\xa9\xbb\x2f\xeb\x4d\x86\x46\x63\x08\x39\xb9\x38\x0a\xc2\x1c\x5e\xe0\x2c\xd6\x4e\xce\x3d\x87\xad\x56\xa1\xef\xd8\x8c\x5a\xad\xfb\x8a\xe5\xbb\x5f\x27\x60\x12\x43\x51\x5c\x4b\x28\x30\xa4\x78\x0f\x31\xba\xc7\x70\xbf\x2f\xfb\xd2\x08\xbc\x2d\x0d\x6c\x0f\x47\x46\x94\x53\x3c\x8c\x2b\xd9\xa7\x85\x69\x62\x84\x16\x20\x80\x60\xbc\x67\x2b\xdb\x5e\x39\x61\xf4\x70\x90\x59\xa5\x95\xf3\xdd\x0d\x51\xc0\x51\xa8\x44\x1e\x77\xd8\x91\x7b\x91\x42\xa8\x7e\x89\x13\x85\xf7\x7a\x15\xf9\x23\xc4\x3c\x42\x81\xb3\x8a\x92\xd4\xac\x2c\x04\xb2\x06\xb6\x74\xfc\xd9\xec\x7a\x23\xc2\xf4\xbb\x20\x49\x45\x28\xe2\x5a\xff\xd6\x52\x41\xdb\x6e\x2e\x9d\xe0\x5e\x36\x71\xa3\x0c\x25\x92\x21\xaa\xf6\x72\x59\x6e\x07\x89\x96\x65\x81\x84\x34\x7b\x38\x6e\x0c\x59\xa6\x8b\x16\x3c\x4a\x36\x16\xb3\x98\x5b\x51\x18\x0b\x7f\xf6\x98\xa4\x7e\x2a\xa6\x77\x12\xc0\x5a\x41\xd8\x58\x23\x4b\x1b\x66\x58\x55\x8b\x80\xa4\x62\xa8\x54\xca\x85\x9d\xe3\x8a\xca\xeb\x9c\x38\xb1\xb8\x8f\x36\x42\x17\xd4\x21\x22\x72\xb7\xf5\x7d\x35\xb0\x45\xa2\xa3\xda\x45\xeb\x34\x9f\x7d\x50\x52\x97\x03\xc1\xc3\x1c\x74\x6c\xf5\x59\xee\xe7\x98\xc5\x57\x56\x96\x3f\x46\x72\xda\x66\x9e\xb9\xfb\x40\x1d\xf1\xd3\x82\x79\x8d\xb6\xf4\xbd\x51\xfe\x67\x08\xf2\x2b\xa4\xbe\x40\xbe\x23\x6d\xc3\x84\x2f\xdd\x61\x88\x44\x4b\x5d\x63\x13\xe4\x22\x43\x83\x5b\x54\xdb\x27\xe5\xf4\x39\xca\x7c\xe2\x62\xa7\xdc\x06\xb3\xac\xf5\x70\xcf\x4a\xd1\xb2\x02\x1e\x1a\xa2\x41\x12\x45\x41\x0d\xd2\xfc\x29\x8e\xc2\x45\x43\x9f\xd6\x12\xd1\x59\x41\x82\xc5\xed\x43\xe4\xf8\x06\xb0\x92\x5b\x87\xa4\x34\xbe\xde\x6f\xb4\x11\x24\x6f\xfd\xb7\xc6\x35\xc3\x65\x48\x5c\xb9\xc3\x90\xc5\x18\xe5\x0e\x02\xe4\xf8\x36\xac\x5c\x2e\xe2\x7d\x25\xeb\x12\x1f\x12\xce\x99\x09\x20\x79\xe2\x82\xa9\xf2\xba\x9f\x58\xec\x52\xd8\x44\xb9\xc8\x6a\xb6\x8f\xe2\x65\x30\xf7\x60\xbd\x9f\xb8\xbd\xe9\x4b\x03\x31\xde\xcb\x71\x65\x34\xaa\xce\x2f\x5d\x1e\xd8\x7e\x22\x80\x9c\xba\x8f\xb2\x90\x4a\x1d\x5f\x91\x53\xa1\xe7\x82\x39\x52\x22\xa8\x12\x1f\x34\x28\x8b\x2c\x0a\xe2\xa7\x47\x33\xcb\xaf\x5e\x16\xad\xa3\x6b\x30\xa3\xf1\x9d\x6c\x67\x57\x4a\x90\x9e\x8e\x27\xec\x51\x13\x4f\x98\x78\x3a\x9e\xb0\x5a\x86\x55\x46\x65\xdf\xab\x94\x3e\x86\x4d\x76\xed\xd9\x22\xb3\x2c\x7b\x34\x72\xa5\x5b\xa3\xe0\x98\x18\xa9\xe7\x43\x66\x72\x73\x6d\xc2\x87\x7c\x36\x8e\xad\xef\x32\xdf\xcd\x9b\xc2\x2c\xeb\x45\x16\x49\xe4\x93\x91\xf6\xc0\xc7\x2c\x7e\xd5\x7b\x13\x14\xfd\x83\xb6\x4b\x81\x97\x4a\x40\xe4\x61\xf8\x5e\xdd\x9b\xde\xc1\xf0\x8b\xf1\x12\x7d\x6b\xe2\x22\xbf\xca\xee\xca\x78\x23\x8b\xb8\x18\xbe\x93\x23\x1e\x60\x78\x6d\x64\x79\xbf\x72\x2d\xd0\x84\x6f\xf8\x6b\x67\x0e\xff\xc0\x7f\x75\xe6\xf0\x03\x0f\x9d\xe2\x6c\xc2\xdf\x79\xe8\xe4\x3c\x23\xfc\xc8\x43\xe7\x87\x20\x4c\xfb\x4a\x86\x09\x3f\x1d\x3a\xa1\xc3\xb7\x3c\xd1\xce\xe5\xdf\xac\xe7\x73\x11\xc3\xcf\x3c\x71\x5e\xf9\xa9\xff\x63\x20\x1e\xe0\x2f\xfc\x3d\x72\x31\xfc\x95\xbf\x47\x14\xc3\x9f\xf8\x7b\xd4\xc6\xf0\x8f\xfc\x3d\xea\x60\xf8\x0f\xfc\x3d\xea\x62\xf8\x27\xfe\x1e\xf5\x30\x08\xc1\x3f\xa0\xa6\x8b\x21\x55\x0f\x04\x43\x2c\xf8\xf7\x3a\x48\x48\x02\xa1\x7c\xfe\x24\x1e\x13\x08\xe4\x93\xf1\x20\x84\x48\xf0\x9f\x0a\xf1\xfc\xbb\x39\xf8\x32\x21\x56\xf7\x3e\x41\x52\x3c\x7f\x08\x16\x77\x29\xac\x65\xc2\x2f\x51\x10\xc2\x52\x3e\x25\x51\x9c\xc2\x54\x3d\xa9\xdb\x80\xe6\xf2\x31\x37\x90\x9b\xe9\xb7\x4a\xe0\xc1\x3b\xc1\x3f\x56\x7c\x01\x57\x2a\xa1\x7a\x31\xcd\xbd\xe0\x9f\x90\x25\xa7\x66\x36\xa9\x98\x9d\xc3\x46\x7d\x99\x89\xf9\x41\xfa\x42\x70\xdf\x79\xf9\xee\xed\xcd\xc7\x0f\xf0\x28\x9f\x3f\xfe\xfc\xfe\xfa\x15\xdc\xca\xc7\x1f\xdf\x5c\xff\x04\x13\xc1\xdf\x23\x02\xb5\xc4\xf0\x8d\x40\x2f\x91\x00\x31\xda\x88\xb1\xa2\x4f\x30\x3c\x88\x3a\x6a\xbd\x41\x38\x57\x04\xc3\x8f\xca\xed\x54\xae\x29\xe9\xa9\x85\x43\x23\x32\xc6\xce\xad\x5a\x3e\x3c\x72\xc7\x7b\x0c\xd7\x82\x37\x9b\x3f\xda\x76\xb3\xf9\x63\x49\x23\x94\x88\xd4\xb6\x2b\x55\xeb\xfa\x88\x8e\x32\xae\x44\x79\xf0\x59\xd4\x5d\xbb\xc2\xef\x0c\x2f\x15\x4b\x5e\x2a\xfe\xef\x32\x59\xff\x0f\x19\x2a\x88\xe6\xf3\x44\xa4\x25\x54\x10\xef\xe1\x9d\x38\xc4\x3b\x13\xe5\x4d\xf3\x28\xf4\xf5\x94\x19\x28\x34\x9e\xe8\x7f\x2f\x47\xbf\xf1\x1b\x6a\x09\xf4\xa5\x5f\x4d\x49\x86\xdc\x1c\x76\x4c\x5d\xac\xa4\x6b\xbc\x37\x35\xe2\xac\x26\xeb\x4d\x5a\x5b\x53\xd9\x93\xa0\xd4\xd9\xec\x7a\xf3\x3d\xbc\x38\x6c\xc5\xe4\xf8\x74\xb8\x4e\xf0\xe9\x30\x67\x7e\xb5\x08\x77\x21\xe4\x99\x59\x18\x04\xfc\x46\x28\xb3\xab\x8b\xf0\x2a\xbe\xc0\xc1\x28\x1e\xf3\x74\x14\xb7\x5a\xe3\x02\x6b\xc2\x47\x71\x14\x29\xe4\x1b\xf5\x70\xe2\xfe\x0f\x1d\x5b\x7e\x36\x8a\xc7\xca\xb5\xeb\xbd\x38\xa1\x6a\x0b\x40\x8b\xdc\x1e\xb4\x0f\xe0\x91\x6d\xfe\x94\x2f\x4f\xdc\x78\x32\x2f\xe4\xbc\x53\x98\xf1\x17\x28\xd1\x97\xba\x28\x5d\xcf\xcc\xb6\x9b\xd7\x68\x66\x02\x12\xf9\x7c\x66\x4c\x95\x24\x54\x1f\x8d\x21\xe5\xee\x45\x53\x45\x56\xa9\x04\x10\x4a\x5b\x2d\x1c\x6a\xb2\x3e\x32\x17\x1e\x9f\x25\x3c\x54\x57\xb7\xcd\x6d\x7b\x79\x45\x6d\x1b\x4d\xf9\x1a\x4d\xa1\x7c\x49\x24\x50\xe5\xb8\xe2\x42\xcc\x57\x28\xbf\xb4\x5e\xcf\xab\x72\x18\x8f\xf1\x45\x7c\x95\xaa\xea\x83\x51\x3a\xe6\xf3\xe1\x14\x25\xa3\x74\x0c\x29\x66\xf2\xb7\x34\xcf\x1f\x2a\xb4\x64\x11\x10\xdc\x85\xf4\x78\x72\xe2\xbc\x85\x14\x5f\xa4\x57\xe2\x02\x2b\x29\x7d\xd1\x37\x51\x5a\xc4\x78\x0f\x2f\xcd\xa9\xab\x1c\xb1\x99\x28\x7c\xc5\x7f\x54\xd7\x7f\x60\xf8\x5e\xd4\xf8\xec\xce\xb2\xd8\x27\x2f\xc5\x70\x6a\x0a\xbd\x13\x46\xa4\xc1\xb2\xa7\x0a\x1e\xfe\x45\xf0\x6d\x71\x23\x2a\xab\xdd\xb8\xdf\x55\x6b\x02\x65\x87\xf0\x55\x77\x9f\xe2\x3d\x88\x8d\x88\x1f\xeb\x3c\xe4\xfe\xb1\x5c\xe1\xd7\xdd\xa1\x83\xf7\x30\x0f\x96\xcb\x9a\xcd\xfc\xc6\x0c\xbc\x76\x8c\xf3\x60\x99\x8a\xb8\xae\x0f\x2f\xcc\xe2\xfc\xf5\x0f\xf4\x45\x55\x1c\xce\xea\xaa\xfd\x0f\x7f\x70\x68\xe1\x4c\x61\xb1\xba\x2a\xff\xe9\x8f\x55\x59\x73\x91\xd1\x5f\xfe\x50\x4d\x81\x46\xaf\x75\x5d\x4b\xc5\x1f\xac\x71\xba\x5c\xcf\x44\xdd\x75\x28\x0d\xf1\xc7\xaa\x94\x98\xbd\x66\x73\xac\xc5\x53\xbb\xa3\x44\x3c\xd4\x94\x8d\x9e\x2c\x7b\xef\xaf\xea\xba\x3f\xf9\x63\xdd\xd7\x94\x4a\x4d\x27\xfc\x27\x3b\x51\x22\x70\x6a\xca\x26\x5f\x28\xbb\x11\x71\x22\x6a\xaf\x04\x83\x94\x67\x65\x0a\x70\x56\xb0\x58\x28\x7d\xae\xe4\x8f\xee\x45\x78\x19\x5f\x60\x1d\xea\x7c\x14\x8e\x41\xff\xb6\x5a\x63\x9d\x72\x7e\x9e\x9a\xb4\xb4\x7c\x07\xef\x5d\x90\xec\x21\x89\xee\x6b\xbd\x67\xff\xf4\x87\xe6\x4f\x92\x73\x75\xb5\x2d\xc5\x21\x00\x93\x99\xd7\xb7\x0a\x9d\xd7\x5e\xb5\x93\xe7\x0c\xf3\x10\xaa\x10\xf0\x8d\xc2\xc1\x25\x84\x8f\x5e\xa2\x18\x62\x85\xcf\x31\x8a\x0d\xfd\x04\xb1\x73\xfb\x98\x8a\x77\x8a\x9a\x69\x05\xcf\x62\xe7\x9b\x9f\x3f\x5e\xdf\x4c\xde\x5f\x7f\x98\x5c\x7f\x77\xfd\xfd\xf5\xdb\x8f\xb0\x2a\xdd\x04\x9d\x0e\x43\xb6\x41\x29\x84\x18\x9f\x07\x8a\xc3\x7a\x7b\x82\x80\xc8\xa0\xd5\x21\x68\x07\xe5\x5d\xb2\x87\x57\x55\x14\x9e\x7d\x36\x6c\xf9\x67\x81\xca\xd3\x06\x92\xbe\xd6\xb7\x59\x99\x01\x86\x1a\xc5\x07\x7c\x85\xc2\x1c\x45\x46\x3a\xf2\x60\xd0\x4a\xaf\xe2\x43\x82\xad\xe0\xdd\xb5\x98\xfb\x32\xb8\xc0\x7a\xa1\x5b\xd1\x98\x87\xa3\xa8\xd5\x1a\xef\xe1\x8d\xe0\xdb\x2c\xde\xc7\xf1\xf6\x0c\x0e\xd1\xd4\x5e\xc7\x0b\x39\xce\x19\x1e\xe7\x34\x01\x47\x8e\xf3\xc6\x47\x79\xf7\xf0\xdd\x89\x59\xd5\xe4\x9f\x18\x3d\x8a\xb1\x6d\x67\x0e\xea\xb9\xd9\x58\x6a\xdb\xfa\x42\x06\xdb\x36\x22\xe7\x56\x8a\x39\xcf\x4d\xf9\xf6\xf0\xfa\x44\xbd\xdf\x49\x92\x2d\xe5\x0b\xed\x24\x84\x87\x53\x44\xb5\xa7\x0f\xfb\x07\x2d\x90\x81\x5f\x8f\x29\x36\x23\x56\x47\x07\x85\x6d\x7b\x82\x62\x49\xf6\xa2\x18\x2c\x73\xc1\x00\xde\xed\xd4\xab\xba\xc5\xc3\x3c\x27\xfa\x59\xb9\xe6\xe5\x36\x09\xe6\xdb\x43\x1c\xa4\x3a\x58\xa8\x6d\x37\x63\x27\x7b\x35\x5f\x45\x6e\x96\x6f\xbe\x17\x09\xc3\x6f\x4c\xef\x18\x52\x06\x8a\xb1\x89\xdb\x28\xf0\xfe\x6c\x21\x76\x3b\xf4\xab\x33\xe7\xaf\x05\xbc\x76\xe6\xfc\x57\x81\x21\x42\x91\x73\xd3\x8a\x9c\xd7\xcf\x9a\x0b\x51\x18\xd2\x6f\x4f\x79\x5b\xb1\xd7\x02\x2a\x5e\x66\x8f\xec\x57\xa1\x02\x30\x95\xa1\x92\x59\x51\xc5\x61\xd8\x36\x9a\x0b\x3e\xab\x23\x81\xd6\xa2\x62\xc8\xa8\xf6\xfe\x37\x82\xcf\xd0\x56\xd2\x3a\xf8\x6c\x86\xbe\x11\xf0\x46\x60\x98\xcb\x87\x3b\xf9\x6c\x38\x4c\x0c\xea\xdb\x56\xb1\x82\xec\xad\x50\xf7\x70\xbd\x12\x30\xad\xbb\xdd\x0a\x6f\xf7\x79\x10\x7a\x36\x3f\x8c\x4f\xcf\xbe\x97\xfd\xff\x28\x64\x7d\x96\x86\x0a\x16\x58\xb7\x56\x91\x96\x03\x08\x0b\xac\xa8\x9a\xfe\x5d\xe6\x6a\xb4\x2c\xd2\x73\xf7\x23\x61\x61\xf8\x46\x26\xad\xc4\x53\x74\xbd\xdc\xcc\xfb\xd3\xc1\xaf\x92\xcc\xf2\x75\xca\x45\x0b\xa1\x35\x6f\x36\xd7\x78\x68\xbd\x5c\xfa\xf7\x2b\x31\xb3\x98\x65\xe1\x96\x89\x61\x04\x33\xae\x76\x58\x4b\xc0\x1d\x57\xfb\xab\x25\x60\xc3\xc3\xd1\x74\x0c\x0b\xbe\xd9\xed\xb6\x7b\x78\xe4\x1b\xdb\x7e\x87\x36\x18\x1e\x78\x73\xb3\xdb\x35\x7d\xe7\xc5\x37\x3f\xea\x1b\x94\x5e\xc8\x6f\x9b\x92\xb0\xe0\x53\xb9\x2b\x86\x47\x89\x4f\x8d\xa5\x9a\xd5\x78\x68\x39\x93\x59\x61\x12\xb9\x19\xcd\xc6\x28\x7e\x96\xb6\x42\x27\x82\x07\x81\xf7\x19\x3d\x7f\x78\x8f\x5a\x6d\x9d\x10\x16\x46\xa6\x93\xd9\xd9\xda\xb6\x51\xc8\x91\x11\xc0\xa9\xc0\x28\x28\x54\xc2\x54\x97\x85\x57\xb4\xdb\x1d\xd2\x6e\x97\xd1\x6e\xd7\x0e\x31\x04\xce\x66\x74\xa7\xdb\x0e\x9c\x08\xc2\x72\xeb\x0a\xc3\x14\x27\x48\x79\xe6\xef\xcf\x1e\x86\x68\xc3\x13\x54\xed\x00\x04\x78\xbb\x44\x02\x36\x30\x05\x6b\x32\x33\x17\x87\x44\xfa\x26\x6d\x98\x71\x17\xee\x34\x08\x96\x10\xc0\x70\xac\x71\xd9\xb2\xec\xdb\xdd\xce\x2a\x49\x5f\x2c\xce\xd1\x9a\xdf\xca\xcc\xbb\x9d\x75\xa3\x6c\x74\xaa\x9f\xd7\xb9\x27\xa2\xe6\xa2\xe3\xe1\x27\x81\x36\xf2\x7c\xbf\x37\x87\x47\xbe\x9c\x45\x3c\x86\x3b\x89\x35\x42\x30\x97\x79\x2f\xb8\x46\x6d\x7a\x87\x9e\x95\x85\xc0\xda\xe4\x60\x71\xcc\xd4\x17\x38\x22\x98\x23\xe4\xf3\xc5\xf9\x1d\xbe\x74\x4f\xe6\xca\xef\x37\x47\x3e\x5f\xa1\x00\x3f\x4b\x71\xeb\xee\x6a\x71\xba\xd6\x84\xfb\xcf\x53\x5d\x2a\xe1\xf7\x28\x56\xce\x22\xe2\xa1\xf1\x2d\xf2\x79\xf2\xcc\xdc\xd6\x39\x47\x42\xcd\x2d\x6c\x6f\x59\x04\x11\xbb\x83\x25\xf3\x41\xb0\x04\x36\x4c\x66\xfe\x19\x45\x78\x8f\x2f\x66\x97\xc9\x05\xfe\x84\x04\xcc\x5a\x2d\xc9\x63\xbd\xe0\xa5\x8d\xcb\x3f\xa3\x6f\x14\xd8\x78\x01\xe5\xbb\x2c\x2c\xd8\x60\xcc\xaa\x11\xcd\x95\x07\x51\x8d\x98\x64\x83\xce\xf5\x97\xb7\x47\x37\x4e\x6d\x40\x67\xd0\x97\xbe\xea\x67\xe2\x74\xb3\x47\xb9\x9d\x9a\x2e\xde\xed\x4e\x6c\x20\xb5\x65\xce\x4a\x1e\xa8\x1b\x98\x62\x90\x3b\x66\xf8\xa5\xbd\x12\x3d\xb9\x57\xa2\x61\xce\xc2\x07\x43\xd9\x97\x05\x8a\xc1\xec\x09\x08\x32\xe3\xc3\x26\xe7\xe1\xe1\x57\xcc\x4c\x02\x66\x4f\x6d\x33\x93\x4b\xae\x9c\x9c\xf2\xbf\xa0\xc7\x26\xe7\xc7\xd6\xed\xc3\x1b\xb4\xc8\xbd\x31\x6f\xd0\x23\xc6\x4c\xa6\x54\x2e\x6b\x54\xad\x6c\x76\xbb\x39\xda\x80\x80\xc5\x48\x8c\x65\x8d\xe5\x25\x7c\x01\xf1\x6e\x87\x5e\x54\xdc\x36\x36\x58\x6f\xee\x8f\xfc\xc5\xe8\x4e\x8c\xe1\x3d\x6f\x36\x3f\xda\x36\x2a\x62\xc5\x7d\x54\xb1\xd3\x32\xb3\x2c\xfd\x86\xe1\x03\xcf\x31\xc7\x99\x6c\xf1\x5e\x28\x5f\x60\xb9\x3f\x1e\x85\x9c\x7d\xf9\x74\x5b\x24\x6e\xd4\x25\x56\x68\x3d\x34\x8b\x8b\x47\x2b\x31\xe6\x7c\xca\x56\xaa\xdf\x2f\xf0\x6e\xf7\x0d\x7a\xf1\x04\x5c\x9f\x4a\x80\x7e\x3d\x9a\x8e\xf9\x46\xa1\xd8\x6f\x5b\x91\xf3\x93\x42\xb3\x68\xd3\xe4\x0b\x75\x73\x96\x42\xbd\x30\x85\xed\x11\xc9\xc9\xd2\x7d\x19\x33\x57\xf6\xe6\xc2\x89\xe6\xd9\x8a\x28\xe7\xb7\x29\x6c\xe7\x71\x74\xcf\xde\x0b\x88\xe6\xec\x83\x44\x66\xd6\x51\x8d\x96\xec\xb5\x9c\xed\x17\x75\x1f\xe5\xfe\x90\xcd\xbd\x87\xa9\xc4\xbb\xf0\x0a\x4d\x4d\x82\x6a\xff\x5a\xc8\x46\x34\x86\xdd\x97\x3f\x34\x65\x01\x89\x9f\xe3\xdd\xee\x45\x2e\x8b\xe5\x7c\x2e\xd4\xca\xe5\x09\x73\x51\x2e\x55\x73\xd4\x08\xce\x1d\x82\xd5\x80\x32\xb4\x5e\x69\x0d\xd5\x48\x49\x47\x04\xe8\xf8\x40\xee\x8b\x70\x93\xeb\x6a\xd5\x57\x7c\xf4\x59\xdd\x31\x55\xa9\xec\xc5\x41\x1e\x3d\xc1\xba\xf8\x1e\xab\x2e\xd5\x11\x0d\xbf\xc8\x05\x7e\x3f\xfc\xc8\x3e\xc8\x19\x78\xaf\xe7\xf7\x4e\xc0\x87\x2c\x98\x4c\x6d\x24\x9e\xb2\xd1\x6f\xe1\x09\x97\x05\xc4\x33\xce\xe4\x87\x97\xc1\x52\x8f\x11\xea\x29\x35\x24\x69\x7b\x4a\x25\x48\xda\x7d\x38\xd0\xbd\xe5\xbe\xb4\x99\x13\x3a\xe9\x74\x19\xe9\x74\x81\x74\x7a\x8c\x74\x72\x03\xd3\x3c\xd0\x5e\x16\x97\x9b\xf4\x3a\x8c\xf4\xb2\xab\xd9\xda\x03\xd6\x1e\x40\xc7\x65\xb9\x8b\xaa\xbe\x56\x52\x79\x31\x54\xaf\xa2\x2d\x5d\xe2\x76\xe4\x70\x92\x45\xf8\x2e\x5d\xe5\x56\x0a\xe3\x77\x70\x5d\xad\xec\xe9\x91\x82\xea\xc8\x4c\xa8\xac\x44\xca\x8c\x9c\xfb\x83\x03\x25\x92\x47\x4d\x00\x4e\x62\xee\xa4\xec\x75\xb4\x12\xa9\xed\x69\x1d\x92\x52\x19\xcd\x32\x95\xd1\x5d\xa6\x32\x5a\x15\x6a\x9e\xfb\xdc\x1a\x79\x63\x54\x33\x8b\x2c\xa2\xe7\x23\x2f\xf9\x95\xc3\x2d\x37\x58\x4e\xc9\x5c\x9a\x16\x4c\x78\x58\xd1\xaf\x3c\xf0\xb0\xd0\xaf\x5c\xf3\xd0\x91\xe4\x0a\x7c\xae\xea\x70\xde\xf1\xd0\x79\x13\xce\x83\x30\x48\x1f\xe1\x86\x4f\xe0\x05\xbf\x76\xfc\xdb\x04\x3e\xf1\x6b\x15\x3a\xee\x23\xbf\xd6\x8c\x3c\xbc\xe7\xd7\xce\x32\x5a\xc0\x07\x7e\xed\x7c\xf7\x96\xc2\x4b\x1e\x0c\xad\xc9\xad\xc5\x72\xda\xf5\x7b\x95\xb2\x94\x29\x25\x0a\xf5\x17\x95\x1a\x99\x54\x43\xcf\x16\x61\x7d\xde\xa2\xc3\x2b\xa4\xc1\x57\xa7\x48\xab\x1c\x62\x39\xb3\xfd\x67\xf1\x79\x7a\x4e\x60\xcd\x11\xb9\xbc\x4c\xf0\x39\x81\x25\x5f\x5f\x5d\x11\x98\x72\xda\x56\xdc\xf1\x27\x15\xd5\xae\x83\xcf\xd5\x83\xe7\x61\xe6\xc2\x9c\xbb\x72\xb2\x2f\xdd\xdd\xce\xd5\xd7\x70\x90\xe7\xe2\xd2\x1d\x12\xe6\x2a\x84\x8f\x04\x7f\x81\x04\xc6\x4d\x2e\x76\x3b\xc1\x39\x7f\x37\x44\x01\x57\x11\xdb\x08\x73\x21\xe4\x6b\xcc\x50\xc8\x3f\xa2\xf7\x48\xe0\xe7\x1f\x30\x88\x67\x28\xe2\xaa\x01\x49\xef\x11\x49\x07\x9e\x9f\x43\xf4\x8c\x53\x0c\x48\xb4\x78\xd8\x5a\x5e\x71\x32\x9c\x3e\x8f\xd8\xf4\x99\xcc\x47\xce\x97\x18\x3f\x8b\xae\x38\x95\x79\x5b\x2d\x88\x9e\xcb\xbc\x2a\xdf\x5a\x36\x66\x5a\x31\x05\x51\xc0\x91\x78\x16\x9d\x13\xac\x4a\xa7\x32\x27\x5f\x62\x26\x7b\xa5\x52\x96\xe5\x4f\xdc\xc5\xf8\x22\xbd\xe2\xfd\x0b\x7f\x34\x6f\xb5\xc6\x5c\x92\x9c\x01\x04\xcf\x39\xed\xf6\x20\x3d\xe7\x7d\x7c\xa1\xae\x0e\xe7\xe1\xe5\x65\xba\x0b\x20\x69\xf1\xf4\x22\xb9\x72\xcb\xf9\x43\x08\x75\xfe\x44\xe5\xcf\x44\x49\xa3\xf3\xf3\xf9\x78\xc7\x09\xed\x3f\x9b\x81\xbf\xcf\x57\xeb\xd5\xc1\x6a\xe5\x4b\x13\xa9\xa5\x09\xe4\xd2\xf8\x3c\x92\x4b\x93\xf0\xe0\xdc\x83\x35\x8f\xd5\x6a\x89\xd1\xfa\xfc\x7c\x0c\x53\x4e\xa8\x67\x2f\xf5\x45\x4e\x57\x57\xdc\x53\xfd\x99\xca\x1e\x3c\x9b\xb6\xd4\xad\xbd\xeb\xf3\x73\xd3\x19\xdd\xf9\xa9\x2d\x6b\x3e\x57\xab\x3e\xbd\xba\xe2\xe7\x49\x31\x90\x50\x15\x0c\x0f\x0b\x06\x73\xe4\xaa\x5b\x02\xa6\x9c\x9c\xfb\xf9\x95\x11\x53\xce\x79\x94\x51\xb5\xe1\xf0\xad\xff\x96\x2d\x87\xe7\xef\xd8\xbb\xb3\xb0\xc5\xcd\xac\x4e\xcf\xb9\x6f\x3c\x2e\xd0\x52\x85\xec\xc3\xcf\x42\x35\xe5\xd3\xf3\x14\x17\x13\xf1\xa6\x72\xf1\x73\x7b\x7c\x79\x49\x3b\x3b\x31\xa2\xe3\xcb\x4b\xd2\xdb\x89\x11\x19\x5f\x5e\xf6\x77\x62\xe4\x8e\x8b\x32\xdf\x15\x65\x46\x72\xee\x45\xe9\xdb\xeb\xc3\x6f\x20\xae\xae\xfa\x36\xed\x76\x4b\x99\x7e\x3d\x99\x49\x3e\x90\x5e\xf6\x44\x3b\x07\x05\xbf\x29\xf5\x56\x1e\xb8\x2e\x85\x7e\x69\x30\xff\x70\xf0\x99\xb6\xa1\x53\xfa\xfc\x43\xb6\xe8\xf7\x48\x8c\x1e\xc7\x4f\x2b\x8b\x8c\xa6\x28\x2f\xfc\xf7\xaa\x05\x6f\xc0\xef\x50\x2b\xc6\x99\xb4\x48\x8c\xbe\x1f\x1b\xb2\xfd\x33\xba\x35\x5c\x0d\x17\xa3\x97\x63\x67\x72\x0b\x3e\x0f\x5a\x62\xf4\xcb\x18\x12\x9e\x05\xee\xf0\xc1\x6f\x15\xb6\x90\xe1\x30\x61\x89\x63\xc4\x93\xa8\xd4\xea\x8f\x28\xbf\x49\x07\xa2\xcc\x3e\x31\x6f\xd9\xaf\x69\x39\x13\x68\x26\x79\xeb\x6b\xee\xeb\xd6\x97\x3c\x44\xad\x40\x42\x72\xf7\x62\x7a\x99\x5e\x4c\x5b\x2d\x9c\x8c\xd6\xad\xe9\x98\x2f\x47\xd1\x70\xca\xd2\xf3\xe9\x39\x19\xef\x65\xcd\x92\xa7\xd5\xfc\xd7\xb2\x8c\xe7\x27\x8a\xda\xdf\xed\xaa\xa9\x12\xcc\x4d\x34\xb9\xbf\xdb\x2d\x6b\x54\xb1\x2a\x03\xe8\x6c\x39\xa1\x3f\x51\x37\x51\x42\x85\x44\x6f\xf2\x89\xa2\x38\xf7\xb8\x10\xcd\xfe\x04\xdf\x72\x34\xa9\xb3\xd5\x30\x37\x49\x4f\x74\x7d\x37\xe8\x4e\x19\x6d\xe0\xd1\xe3\x98\xdf\xc8\x05\xfe\x99\xaf\xd0\x0d\x86\xbf\x70\xf7\xe2\xe7\x4c\x9c\xfa\x97\x0b\x8c\x7e\xe2\x3f\x8f\xfe\xd2\x6a\x8d\x71\x10\x36\x26\xbb\x5d\x82\x26\xf0\x13\xdc\x8c\x7e\x1a\xe3\xb3\x68\xb7\x43\xdf\x56\x48\xe6\x09\xde\xcb\x5e\xfc\x55\x01\xf3\x07\xa4\x7b\x4e\x31\x86\x3f\xf1\x87\xd1\xe3\x58\x99\x19\x86\x69\xff\xec\xaf\xd9\x13\x72\x81\x92\x8e\xd7\xe9\xb7\x7b\x9d\x3e\x86\x22\x9d\x14\xe9\x03\x0c\xcd\xbf\x3a\x8b\xac\x00\xb6\xed\xe2\x8d\xe0\xdd\x6e\x8d\x64\xdd\x8a\x66\x94\x69\x07\x62\xdb\x3f\x95\x2e\x1d\x16\x90\xca\x33\x2b\x0f\x8b\x96\x02\x28\xe3\x85\xaf\x2d\xa0\x18\x2d\x4d\x6a\x55\x67\x38\x9b\xda\xea\xf2\x64\xd2\x55\xa5\xdc\xd6\x2a\xd5\x5b\xbe\x29\xf4\x75\x1a\xd7\xa5\x18\x5c\x1d\x58\x6e\xf4\xfd\x98\xa7\xfb\x4a\xd8\x6c\x7d\x02\x4d\xf5\x0f\x60\x65\xa8\xdd\xc2\x30\x45\x42\x36\x58\xa4\x64\x14\xcb\xe8\xfb\x31\x04\x7c\x6e\x4c\xac\x02\x89\x08\x83\xab\x30\xdf\xf5\x47\x1a\x75\x75\x28\x51\x5c\xba\x35\x62\x18\x9e\x07\x6c\x26\xd9\xae\xe3\x72\x05\x7b\xad\xba\xfc\x72\xcc\xf5\x8d\x4e\xa3\x5f\xc6\x3c\xc8\x87\x11\xef\x21\xb0\x6d\xf4\x03\x9a\x1c\x08\xae\x26\x4b\x0b\xc3\x0f\xe8\xa1\x24\xfb\x9a\xdc\xe6\x49\x27\x72\x96\x25\x62\x93\xc8\xc2\x18\xb2\x15\x5f\x1c\xad\x78\xbe\xdd\xff\xae\x27\x8d\x80\xc0\x23\x77\x9c\x2d\xa2\x0a\xf8\x79\xb8\xe8\x27\xca\xa8\xbc\x6f\xc2\x94\xf4\x6a\x6e\xcc\x37\x59\x69\x59\x09\xa1\xae\xba\x30\x68\x24\x35\xc8\x40\x5d\x98\x21\xd1\x83\x04\xd5\x79\xeb\x7f\xa4\xca\x46\xb9\xca\xac\x6f\x6d\x5a\x37\x8e\x37\xc8\xd4\xd5\x39\xac\x0b\xe7\x5d\xf8\x37\x97\xbc\xba\xba\x72\x55\x69\x15\x0d\xa3\xbe\xf8\xab\x93\xc5\x0d\x7a\xc9\xcb\xf7\x3a\x4f\x96\xef\x1f\x95\xd7\xd8\x0b\xea\xcf\xf8\x8f\xf9\xc2\xc1\x77\x4a\x7e\x7e\xe2\x68\xd7\xe5\x3b\x5c\xe1\x52\x3e\xb9\x14\xaf\xcb\x1a\xed\x91\xe4\xd0\xb2\xca\xff\xed\xa5\x0e\x17\xac\x54\x48\x4e\xd8\xaf\x27\x9b\xfa\xb7\x97\x3a\x5e\xa4\x83\x62\xff\x70\xba\x58\x65\x6d\x4a\xc5\xe4\xa2\x7c\x73\x54\x6c\x8f\xcf\x16\xe8\x10\xf4\xc1\x02\x55\xc1\x55\xa2\x4f\xac\xb1\x59\x52\xe1\xea\xcb\x8c\x0b\x9f\x40\x9c\x33\x2e\xfc\xa1\x1c\xb5\x25\xe7\x4d\x4d\xd0\xf6\x93\xbc\xa8\xe6\x39\x35\x4f\xa9\xb9\xc9\x4a\x94\xc5\xe2\xe2\xcc\x8c\x23\xcc\x79\xc1\x23\x7b\xfa\xdc\xd8\xa6\x62\x47\x98\x5f\xa3\xda\x51\x17\x49\x46\x99\x21\x97\x52\x16\xca\x31\xca\xa4\x8d\x1e\xef\x9a\x37\x51\xb3\xc2\x9b\xed\x76\xcd\x82\x37\x53\x51\x7a\x4c\x78\x1e\xeb\x4d\x6e\x40\x57\xb2\xa5\x53\x8f\x46\xec\xae\x53\xde\xe4\x36\x59\x50\xb2\xcf\x02\xb5\xa9\x8a\xe4\xec\xd9\x6c\x80\xd2\x4b\xaf\xa3\xe5\xf6\xa5\x0b\x71\x2f\xa6\x97\x83\x0b\x8c\x62\x1e\x8e\xe6\x2a\x34\xd0\x18\x0f\x51\x80\x4a\x51\xb5\xc0\x57\x8b\x55\x4d\xfb\xff\x88\x7b\xf3\xf5\xc6\x6d\xa4\x6f\xf4\x7f\x5f\x85\xc5\xc9\xcb\x00\x2d\x88\x26\xb5\x78\xa1\x0d\xeb\xeb\x74\xbb\x93\x9e\xe9\x6d\xda\x9d\x64\xe6\x95\x15\x7f\xb4\x04\x59\x9c\x96\x48\x85\xa4\xbc\xc4\xe4\xdc\xd9\x79\xce\x25\x9d\x5b\x38\x0f\x0a\x0b\x41\x8a\xb2\xdb\xf3\xe5\x3d\x67\x26\x6d\x91\x20\x89\xb5\x50\x28\x14\xaa\x7e\x95\xc2\xc9\x93\xbf\x00\x7c\xf9\xd2\xd8\xf9\xe5\x0f\xbf\xf8\x6b\x22\x6c\xd5\xfc\x05\x01\x43\x35\x3f\x20\x7c\xc4\xfd\xd4\x04\x35\xae\x06\x31\xe5\xa9\x8d\x06\xa8\xae\xb2\x77\x4d\x82\x68\x1a\x2f\xb7\x04\xa4\x2c\x83\xec\x08\x08\x53\x4b\xe9\x02\x4b\x33\xe4\xa1\x65\xf9\x8c\x58\xf8\xd2\x22\xa8\xdd\x4e\xda\x11\xd6\xda\x22\xd4\xdb\xc7\xa5\x69\xef\x63\x08\x25\x25\x0c\x70\x3d\xaa\xd5\x3a\x65\xc9\xcb\x6b\x16\x65\x79\x6e\x59\x46\x4c\x2b\xaf\xbf\xd5\xcd\xf1\x70\x8b\xfd\xb4\xb2\x3c\x4b\x10\xe0\x88\x3b\x97\x59\xa3\xeb\x3b\xc4\xa6\xde\xc0\x83\x20\xbb\xe0\xc8\xb6\x9b\xb0\xdf\xd7\x61\xc2\xa6\x86\x09\x5a\x25\xe8\x8d\x37\xd8\x6e\xc2\x5c\x8b\x1c\x7c\x78\xa4\x5c\xbb\x3d\xa1\xf6\x00\x35\xc5\xa3\xee\x52\x91\x23\x06\x22\xcf\x91\xba\xa4\xe1\xf0\xa1\xf0\x13\xfd\xe0\xa1\xc0\x3b\xd6\xa5\x45\x29\x2b\x81\x8e\xf2\x1c\x94\x9d\x59\x9e\x07\x28\x23\x4c\x61\x8d\xc7\x80\x93\xa3\x1c\xa6\x3d\xdf\x1b\x78\x64\xc3\x2f\xb7\x9c\xca\x83\x06\x2c\x48\x81\xd8\xe8\x0d\xba\xb8\x12\x9d\xc0\xab\x07\xf8\xaf\x3b\x5a\xdf\x7e\x35\xfd\xac\x05\x07\x70\xb1\x6c\x04\x89\x9b\x90\x61\xc2\x66\x57\xe7\x46\x77\xec\xd8\xb6\xa5\xdf\x73\x3c\x0c\xfd\x08\x23\x49\xc0\x8e\xd5\x06\xc1\xdc\x49\xb3\x38\x61\x34\xd9\x74\xd8\x2e\xb1\x91\x06\x5b\x91\x9f\xfa\x07\x5b\x03\x45\x81\x55\x70\x15\xd3\xb3\x8b\x41\xa0\x96\x6f\xbd\x07\xb0\x93\xa6\x08\xe5\xad\xd2\xa4\x9f\x8d\xa2\x71\x9e\xb3\x7a\x3c\x94\x70\xc4\x49\x77\x5c\x89\x45\x24\xf4\x78\x30\x68\x2a\x90\x94\x37\xa8\x18\x75\x2b\xda\x01\x1b\xed\x9d\x0c\x65\xce\x27\xa2\x4e\x19\x4d\x1b\x34\xb0\x57\x2e\x30\x61\xa8\x37\xc0\xc8\x2a\x9f\x40\x6c\xef\xde\xc0\xef\x0d\xa4\x3a\x11\x54\x85\x50\xd0\xa0\x5a\xd0\x86\x92\x4f\x96\x0a\xc0\xb8\xfd\x2e\x46\x7d\x59\x81\x76\xe6\xbc\x79\xd1\xe2\xc4\x70\x88\xd1\x68\xec\x80\xb5\x1a\x30\x43\x5d\xb3\xad\x06\x6c\x89\xda\x3d\x54\x64\x98\x42\xa0\xe7\x74\x0f\x7d\xaf\x7b\x28\x95\x9c\x65\x3d\xf7\xbf\xb9\x43\xc0\xd0\x0d\xf4\x84\x65\x57\xf0\x34\xa3\x13\xc4\xfa\x57\x66\x7e\xf0\xcc\x4e\xe8\x6e\xe9\x04\x61\x2f\x57\xed\x85\xed\x36\x74\xff\x49\x37\x1c\x3e\xb3\xa6\x80\x54\x68\x69\x03\x39\x8b\x84\xb4\xe5\xee\x44\xbb\x61\x34\x1a\xdb\xb6\xd8\x63\x79\x78\x14\x8d\xcd\x9d\x76\x48\x5b\x5e\x81\x49\xd9\xc4\xd0\x6c\xce\x23\xb6\x76\x9b\x2d\x7a\xc2\xf2\x48\x8f\x50\x64\x0c\x4e\xad\xc9\x47\xcf\x6c\xf2\x00\xe2\xcc\xb8\x3b\xd0\x6a\xab\xda\x50\x87\xa7\x55\xd4\x0d\xf5\xa6\x46\xd5\xa6\xfe\xb9\xad\x14\x55\xda\xda\xd4\x7d\xf7\x99\x4d\x55\x28\xb5\x8a\xfc\x84\xd1\x22\xa7\x3f\x93\x3e\xcd\x26\x35\x98\x35\xfe\xe7\xd4\xb8\xef\x7d\x43\x7d\x07\x7d\x51\x5f\xe5\x73\xab\x01\x55\xeb\x41\x62\x41\xff\x0f\xfc\xb6\x57\x06\x89\xdd\x29\xc1\x26\x5b\xe0\xa7\x51\x39\x00\x36\xa2\x03\x31\xc0\x9e\xd4\xed\x4c\xe2\xe5\xc6\x1e\x32\x51\x01\x7d\x05\xd8\xe8\xbc\x69\x89\xe2\x7d\x30\xe4\x7f\x7c\x21\x1a\xae\x36\x2d\x93\x97\x74\xb5\xc5\x6c\xfb\xa6\x34\xdb\x5e\xca\x08\xc1\x6b\x34\x05\x1d\xc2\x0d\x84\xfa\xcd\xd0\x92\xac\x9a\x0d\x7e\xc1\xd0\x5a\x1c\x94\xde\xe7\xf9\x9c\x0a\x5f\x11\x08\xb4\x8f\x01\xb0\x7d\x21\x3c\x16\x51\x42\x03\x34\xd5\x8e\xe1\xc7\xc9\xe9\xf5\xf1\x75\xbb\x8d\x53\xb4\x20\xd7\xe4\x66\xb8\x44\x53\x08\x36\x8c\x7d\xfe\x2b\x83\x40\xc1\x51\x3e\x95\x31\xa6\xa7\x5c\xba\x86\xbc\x8e\x5b\x68\x42\x67\x55\x3b\x71\x33\xaf\x10\xcd\xc8\x92\x8c\x26\xd2\x6c\xe9\x7a\xcc\x29\xcb\x9f\x28\xf3\x71\x75\x6a\x2e\x2b\x43\xaf\xc9\x42\x92\x4b\xfd\x00\x4c\x1e\x6c\x0d\x7a\x3e\xff\x0b\x47\x56\x32\xaa\x54\x19\x76\x56\x1c\x4a\x01\x59\x75\x9f\x33\x0d\x24\xe8\x6c\x44\x47\x63\x47\xda\xda\x72\x26\xd7\x8a\x6c\xdb\xdb\x1b\x79\x3a\x11\x79\xa4\xe3\xe2\x13\xd7\x98\x19\x28\xcc\x73\xc5\xbd\x23\x6c\x90\xcf\x23\x36\xbb\xe1\x30\x6a\x0e\x29\x9f\xe7\xae\xff\x4d\x73\x08\xce\xf0\xca\x39\xd4\x7b\x7c\x61\x3b\x37\x6a\x25\x02\x46\xfa\x10\xef\x1a\xf2\x94\x9d\x78\xe4\x1f\x80\x78\xb7\xff\x6d\x71\x02\x7b\x03\x89\xdb\x78\xa0\xe5\x1d\x8d\xfd\x5d\x11\x7c\x0e\x07\x18\x89\x69\xa0\xea\x50\xcd\x5d\x68\xed\x32\x89\xea\x0d\x37\x21\x75\xe5\xd5\x57\x9a\x15\x26\xe8\x89\xb0\xf5\x97\x9f\x90\x4c\x5e\x7d\x55\xa6\x94\x97\x61\xbb\x2d\x29\xaa\xc5\xf2\x3c\x39\xa5\x2a\xcc\xf2\x10\xa9\x72\xe4\x4c\x89\x90\x07\x01\x09\x5c\x22\xd0\x7e\x28\xcd\x86\x89\x5f\x9a\x1d\x64\x43\x36\x4a\xc6\xfe\x28\x21\xfc\x97\x6f\xdd\xcb\x90\x6a\xa1\xf3\x52\x0d\x0d\x0d\xc5\xfe\x93\x24\x1a\x35\x28\x31\x82\xaf\x25\x46\x88\x3a\xa0\x69\x01\xe7\x2a\x18\xf7\xe1\xc0\x3f\x1c\x90\xc3\x03\xff\xf0\xa0\x14\xda\xf6\x9f\x23\x4b\x49\x88\xf1\xd1\x18\xbc\xaa\x4c\xa2\x04\x4f\xc9\x16\x55\x70\xbc\x8d\x04\x5a\xb5\xd7\x36\x50\xb2\x25\xb4\x9c\x34\x6f\x35\xf7\x78\xc4\xf2\x59\x8d\x14\x55\x9b\x24\x19\x29\x2f\xcb\xfd\xfd\xe7\xb7\x43\x9e\xe3\x1a\xc1\xd7\x47\xe3\xaa\x77\x19\x6d\xb5\x62\x35\x25\x8d\x07\x4d\xd3\x32\x28\x5b\x1d\x9b\xad\x6e\x34\x38\x17\xe2\x77\x80\x35\x9a\xf9\xb6\xd9\xa9\x9d\x6c\x45\xdf\x00\x2a\xb0\xb6\xd6\x5d\xd3\xb4\xe3\x09\xd8\xe9\x8d\x45\xdd\xb6\xd1\x5a\x7b\x96\xa2\x35\x89\x50\x55\xf5\x87\xc9\xfa\xc4\x85\x97\xd2\xf6\x1a\x1f\xaf\x4f\xa9\x7b\xbc\xee\x74\x70\x38\x43\x6b\xd8\xb4\xd9\x76\x36\x5a\x8f\x4d\x8f\xdf\x35\xaf\x8f\xb8\xee\x78\xb5\x41\xd1\x9a\x1b\x05\x61\x2f\x98\x69\xc9\x31\x9e\x2b\xad\x7a\x5b\xa4\xd5\x65\xb0\xaa\x8a\xaa\x5b\x8c\xf2\xff\x13\xc9\xe0\x39\x72\x2a\x5f\xe6\x81\xd5\x41\x05\x37\x62\xb1\xe8\x03\x2c\x86\x74\x2c\xbd\x96\xe0\x4b\xda\xfc\x86\x61\x13\x0f\xbd\x22\x0a\xc4\xb3\x46\x1b\xfd\x66\xaf\x23\x80\x05\x68\x02\x33\xa8\xc9\x05\x18\x69\xaf\x24\x14\x55\x7a\x86\x99\x48\x09\xca\x1a\x9c\x66\x24\x12\xfd\x25\x96\xc0\x1a\x4a\xc6\xfe\xb3\x44\xdc\xde\x96\xe1\x34\xdd\x35\x2b\xc3\xda\xe8\xe6\xf0\x0d\xe2\x6c\x65\xbc\xe1\x70\xa7\x3a\xe4\x3d\xbf\xdf\x2b\x87\xfc\xe0\x59\xc2\xeb\xe3\x8d\x68\xaa\xff\xff\x49\xd5\xbd\x27\xaa\xfe\x2d\x72\xac\xaa\xfa\x41\xaf\x16\xb4\xb8\x77\xa0\x96\x4f\x50\x02\x8d\xc6\xe2\x58\xd6\x68\xdf\x66\x98\x39\x0d\x6e\x99\x54\x68\x55\x98\x5a\x35\xa9\x2c\x62\x64\x38\x1c\x88\xb0\x84\xc2\x45\x21\x9c\xa1\x8c\x1a\x2e\x11\x89\x9f\x11\x1d\x45\x35\xc5\x55\x50\x5f\x75\x68\x57\x1e\xed\xae\xa9\x88\xae\x46\x16\x9c\x1d\xf2\x8b\x09\x8d\xd1\xa2\xb3\xc6\x64\x66\x98\x9c\x4c\x30\x99\x52\xf7\x78\x7a\x32\x39\x9e\xb6\xdb\x78\x36\x9a\x8e\x69\x19\xb6\x5b\xcc\x0c\x0d\xe4\xd5\x9e\x62\x1f\x8e\xba\xd6\xed\xe9\xd8\x00\x49\x87\x11\x50\x36\x53\x92\xab\x09\xc0\x87\x8a\xe5\x92\x0c\xf2\xe2\x1d\x3c\x4b\x0c\xec\x62\xb4\x8d\xa6\xd2\x78\x59\xa3\xa8\x6d\xde\x33\xff\x01\xa7\x3b\xe8\x3d\xa3\x96\xbd\x5e\x6d\x0f\x24\x7c\xef\xa1\x8e\x49\xc6\x89\xc7\x23\x5d\xd2\x1b\x57\x64\x54\x93\x70\x02\x78\x11\x69\x08\xd3\xba\xed\x9c\x7c\x2e\x41\xe5\xb6\x2c\xa3\xdb\xbc\x7d\x0c\x69\x41\x81\xd2\x2a\x0f\xc8\xea\x3d\x91\x88\x06\x55\x59\x42\xc8\xfa\x02\x5e\xaf\xc6\xe0\x0e\x6a\xea\x2c\xe1\x69\x8f\x64\x8d\x44\x36\x60\x5b\x07\x2f\x0f\x9e\x94\x88\x5f\x07\x19\xb3\xc8\x43\x14\xdf\x6e\x5a\x5c\xc0\xe1\x31\x7f\x01\x94\x76\x5f\xc2\x25\xe0\x9c\x6b\x69\x19\x4a\xd8\xae\x4c\x12\x0b\xd2\xc0\xa4\x24\xc4\x33\x33\x3c\xb9\xb3\xf8\xed\xf9\x47\x41\xfb\x2d\x4a\x13\xac\xab\x63\x3c\xf0\x13\xc1\xed\x07\xfe\x60\x60\xd0\xca\x73\x56\x6e\xa0\x91\x48\xe2\x25\x3c\xca\x4c\xe4\x5a\x23\x80\x60\x55\xeb\xc1\x20\xc2\xc9\xe2\xbf\x9e\x7f\xfc\x80\x70\x9e\x7b\x2d\x4a\x37\x1a\xc2\x1f\x4a\xef\x10\xb3\xf2\x9b\x99\x83\x8c\x62\xb6\x94\x7f\xe9\x6f\x48\xf7\x4a\xb6\xca\x60\x87\xad\x30\xe8\xa2\xf5\xf2\x0a\xec\x31\xd4\x5a\x9a\xe7\x3a\xf2\x7c\x86\x87\x95\x1e\x45\x58\x86\x24\x11\x32\x77\xd5\x80\xb2\x4e\x55\x87\xcd\xc3\xa8\x70\x4a\x3f\x25\xe1\x32\x14\x70\x62\x24\xa9\x35\x7e\x07\x7c\x93\x92\x3c\x17\x91\xd1\x13\x92\x11\x86\x06\xfb\x18\x9b\x80\xa9\xfb\xfe\x60\xbf\x3c\x87\x39\x38\x6a\x2a\xae\x9a\x2d\xdf\xcd\x94\x38\x08\x11\xcd\x14\x0d\xee\x54\xc6\xa5\x6d\x59\x2d\x6a\xbd\x8d\x6e\x82\x45\x38\x85\x64\xcb\xb6\x05\xaa\x3c\xca\xb6\xe0\x91\x8b\x1e\x8e\x0c\x27\x9d\x9d\x12\x6f\x98\x0d\x13\xe3\x81\x5f\xcd\x5a\xf4\x65\x89\x34\x7f\xe8\x3e\xa9\x4b\x55\x76\xe4\x16\x79\xb8\x0a\xa3\xa9\xcf\x50\x7f\x5f\x6c\x39\xfb\xfb\x7e\x7f\xbf\x24\xe9\xc3\x6f\x59\x3a\x0f\x3d\x49\xd2\xee\xc0\x54\xbb\xcf\x83\xf4\xad\x94\xda\x40\xf3\xbe\x69\xbc\x0e\x8a\xca\xdd\x90\x8f\x12\x9c\xac\xa0\x90\x44\xea\xe8\xa3\xb6\x01\x28\x65\xb6\x96\x29\xb3\xe5\x79\x2b\x33\xa2\x93\x7a\x22\x3a\x29\x52\xb1\x12\x45\x31\xda\xad\xa3\x12\x23\x07\x60\xb9\xc0\x3f\x4f\x40\x03\x1d\x73\x81\xbe\xfa\xa1\x21\xd2\xb7\x94\x3c\xdf\x52\xf2\xbc\xb2\x22\x96\xd4\x54\x0d\x4f\xea\x1d\x76\x9b\x07\x41\x18\xba\x26\x0d\x9d\x41\x22\xba\xf7\xdb\x45\xfa\x42\xcb\xc3\x68\xf4\xdb\x2e\x1a\xbf\xc0\x7b\x3b\x02\x5b\x5f\x11\xf4\xe0\x10\xdb\x76\x86\x12\x05\xb9\xff\x14\x64\x70\x19\x1a\x02\x59\x56\x5b\xb8\xad\x2e\x01\x6e\x39\xc2\x23\x6f\x2c\xa1\x97\xcb\x93\x44\xab\x90\xb2\x6c\x35\xd0\xd8\xe1\xb7\x01\x0b\xf6\x35\x48\xd2\x51\xed\x98\xc5\xc3\xc8\x7a\x1f\xac\x2c\xd2\xb0\x36\x6d\xb2\x24\x56\xdb\xe2\xa9\xed\x9a\x6b\x68\xd7\x5c\x43\x07\x5b\x33\xd0\x33\x82\xa5\x5c\xb3\xec\x2c\xca\x92\x7b\xb9\xbc\x11\xa8\x04\x26\xa5\x86\x8b\x6f\xe0\x9c\x9b\xba\x5f\x94\xe1\xb1\x98\x38\x53\x36\xab\x7d\x2e\x16\x52\xd7\x97\x10\x52\x70\x2a\x00\x3c\xed\xc8\xf7\xfa\x47\xa4\x7f\xe4\xf7\x8f\xc8\xc0\xf3\x07\x70\xe6\x78\xb8\xfd\xc0\x07\xa6\xce\x51\x57\xc3\x1b\xa5\xbf\x27\x99\xc2\xb5\x0a\x26\x71\x3a\x37\x36\x4f\x2d\x14\xda\xf6\x81\xe7\x52\xd3\xdd\x38\x44\x1f\x80\x03\x3b\xef\x5f\xfe\xe3\xf2\x97\x97\xef\x7e\x3e\xc3\xe0\x64\xe3\xed\xb9\x58\x00\x33\xf2\x3a\x67\x73\x8b\x3c\x40\x7e\x0d\xb2\x81\x80\x7c\x3a\xf1\xc0\x40\x94\x9d\x1e\xf5\x8f\xdc\xfd\xee\xfe\xc0\xd9\xef\xf6\xbb\x03\x6f\xb0\x3f\xd4\xc1\xa2\x19\x6e\xc3\xf5\xbb\x0f\x5d\x3f\x41\xac\xe3\xb5\x23\xfe\x17\xbf\x88\x10\x6b\x7b\xd8\x5c\x8a\xc9\x51\xd7\x3f\x12\x5c\x64\xfb\x92\xaf\x3c\xa7\x83\x34\x8c\xaa\x2d\x4d\x6c\xdb\xdb\x4b\x90\x8b\x4f\xcd\x06\xf0\xd7\x7c\x63\xcb\x68\xc0\x28\xeb\x35\x87\xb6\x33\x6c\xdb\x6e\x8b\x66\xc3\xec\xc4\x1d\x76\x18\xea\x64\xb8\x8c\x77\x9d\xb5\x75\x3f\xa3\xec\x45\xc6\x6b\xed\x67\x35\x11\xe2\xf0\x51\x11\x42\xd4\x38\x0b\x9a\x6b\x0c\xfa\x0e\xa3\xca\xfc\xbd\x26\x79\xcc\x8c\x82\xae\x2b\x07\xd1\xb8\xf7\x90\xd7\x61\x18\xef\x75\xeb\xb5\x3a\x78\x82\x8a\x7a\x5a\x84\x92\x85\x4f\xae\x9a\x65\xc1\x44\x94\xfc\x42\xc5\x4b\x47\x66\x3c\x73\x6f\xaf\x57\x1d\x47\x19\x88\xdc\x3b\xdc\xb2\x22\x1b\xa2\x9b\x2a\x77\xf1\x47\xa3\x8d\x14\x62\xa7\xa7\xa7\xd4\xc5\xc3\x9e\xd7\x31\x48\xb8\x24\xaf\xb6\x33\x90\xb5\x7a\xf7\xf1\xc7\xee\x19\xf6\x7b\x1b\x9d\xd0\xb8\x4e\x57\x86\x86\xdd\xad\xea\xf5\xd9\x42\xf7\xb2\x1f\xda\x09\x6a\xec\xf0\xa3\xed\x4b\xa9\xe8\x70\xd7\x54\x6d\xa0\xa4\x65\x04\xd3\x2f\x29\x00\x6e\xa5\xc8\x28\x7b\xd4\xf5\x8f\xe0\x08\xfb\xc8\xfb\xd6\x1e\x15\xe1\xe8\x7d\x86\x8e\x3c\x53\x39\x7c\xe4\xf9\x47\xc0\x61\x8e\xb6\x2c\x38\x26\xc5\x5e\xa5\xb5\x4c\xe7\xf7\xab\xb8\xce\xf3\xd4\xd6\x51\xe0\x69\xba\x32\xee\xfa\xc6\x0e\x7c\x4d\xdd\xe3\xe0\x24\x3d\xc6\xeb\x13\x14\x51\x43\xaf\x36\x0a\xda\xed\x31\xc6\x43\x14\xd3\xf8\x05\x0a\xe9\x7a\x2f\xc2\x2f\xc2\xb6\x47\xd6\x34\xc2\x7e\xdc\xa6\xd1\xa9\x3b\x44\x21\x8d\xf6\xd6\xf8\x45\xe8\x47\x1a\x93\x9a\x02\xb3\x1a\x7a\x7b\xae\xbf\x7e\x51\x4e\xd1\xb8\x2e\xde\x1f\x6d\x57\xa9\xab\x96\x86\xcb\xf5\xe2\x31\x9d\x93\x54\xcd\x0d\x5a\x34\x41\xfd\xee\x51\xff\x68\xff\xa0\x7b\x34\x20\x03\x9c\xe7\xdd\x96\x46\x36\x28\xca\x21\xe4\x19\x36\x6e\xdc\xdb\x7c\xdd\x6e\x73\x86\xbd\x3f\x18\xf4\x06\x76\x42\x62\x79\xa5\x1b\xe6\xe6\xe1\x8b\xb8\x8d\x90\x7c\xe1\xf4\xf4\xd4\xdb\xc7\x2f\xe2\x76\xf8\x42\x26\x45\x22\x49\xd8\x49\x9e\xba\x95\xb9\xa7\xa5\xe1\xa3\x27\x4c\x06\xca\x41\x5d\xc4\xd7\x9e\xdb\x34\xe9\x0d\x26\xae\xa7\x98\xe7\x9e\xd5\xbb\xf7\xe9\xfd\x99\x51\xd0\xca\x87\xc5\xab\x89\xeb\x1f\x3d\x71\xa6\x5f\xc9\xa8\xd1\xa0\xd2\xa8\xf0\x9e\x5a\x75\xea\xb5\xdd\xce\x12\x6b\x85\xa4\xe1\x75\xe4\x03\x8f\x6c\x62\x6d\x47\xdb\x59\x9b\x9a\xe9\x6a\x81\xd6\xdc\xe5\x51\xda\xea\xb2\x8e\x77\xd0\xa2\x2d\x41\xc8\x61\x34\x47\x22\x09\x1b\x54\x55\x59\xcc\xea\xed\x06\x66\x2c\x97\x65\xc0\x18\xec\x28\x26\xe5\x23\xb1\xe6\x76\x22\xd4\xe1\xbf\xf8\x85\x60\xa0\x67\x7b\xdd\x4d\xda\x31\x78\xcd\xa3\x8c\xb3\xb9\x89\xba\xaa\x1b\x8b\x98\x86\xb4\xe4\x55\x84\x68\x6e\x1d\x43\xa2\x92\x53\xd9\x0f\xc5\x45\xc7\xf3\x51\xd6\x09\xf1\x1e\x40\x3f\xb6\x23\x68\x48\xd1\xc0\x10\xbb\xee\x13\x9b\x17\xa3\x46\xc9\x3a\x9a\x34\x2f\x31\xee\xb0\x5c\x5b\x7c\x8d\x83\x29\x60\x2c\x4d\xea\xe9\xba\xdf\xb2\xbd\x39\x70\xa5\x66\xd0\xab\x6a\x06\x0f\x06\x4a\x31\xd8\x93\x01\xba\xfa\x12\x58\x51\xf8\xb5\xad\xa9\x8a\x90\x02\x8e\x71\x42\xf2\x9f\x54\xc2\xd0\xcd\x68\xe6\x08\xe1\x8d\x4c\xe9\x8c\xcc\xe9\xcc\xd8\x0f\xac\xa8\x25\x9e\x59\x94\xef\xb7\xd1\xd1\x21\x46\x73\x8c\xc9\x92\x5a\xfc\x63\xbe\x1f\xa8\x07\x26\x22\x37\x0d\x26\x69\x31\x62\xa4\xe5\x89\xe0\x4f\xa9\xd2\xe9\x19\x28\x1e\x1a\xa8\xca\x44\x52\x0e\x28\xca\xe8\x72\x98\x41\x3d\x11\xf6\x27\x28\x23\x3d\x8c\x4d\xc4\x7f\x17\xb2\xec\xf7\x44\x6c\x86\xfe\x80\xff\xc2\x5e\xed\xf0\x90\x52\x8a\x12\x19\xc8\x4f\xbe\xdd\xc5\x38\xcf\xbd\x2e\x98\xd8\xab\xfd\xd8\x87\xe0\x83\xf6\x6b\xef\x1f\x8a\xef\xd3\xdb\x10\x42\xd6\x99\xdf\x7a\x18\x3f\x4c\x82\x94\xed\xee\xef\xfb\xf0\x7b\x74\xe8\x47\xb4\x4b\x42\xda\x3f\xda\xb9\x4a\x58\xf0\x75\x07\x92\x0f\x8e\xc4\x63\xcf\xf3\xfc\x88\x1e\x92\x90\x0e\x06\xf2\xf9\x94\xcd\x82\xf5\x22\xf3\x45\xc9\xed\xac\xd0\xce\x2f\x64\x4d\x33\xe9\x69\xd3\xc5\x64\x01\x46\xa9\x2a\x84\xe4\xf1\xe2\x64\x76\xbc\x68\xb7\xf9\xd6\x10\xa5\x74\x6d\x56\x6a\x81\xf1\x49\xff\x30\xcf\xd3\xd3\xd0\x68\x8f\x9a\x01\x2a\xee\x20\x5a\x43\x50\x50\x5d\x2c\x6c\x50\x67\xc8\xda\x75\x63\xcf\xc2\x79\xce\xaf\xdd\x2b\xb8\x9c\x21\xab\xed\xde\x79\x16\xc6\x0f\xb3\x86\x61\xac\xaf\xc0\x27\x1e\xec\x3e\x92\x4a\xb8\xa7\x8a\x53\xfb\xcc\xb6\xd1\x6a\x18\x98\xcc\x69\x2e\x0e\xf7\x3f\xce\x4a\xf5\xb4\xaf\xa8\xac\x45\x23\x94\x60\x3c\x0c\x41\xc5\x36\x45\x37\x10\x43\x22\x21\x33\xec\xf3\xcb\x42\x2b\x95\xaf\x01\xde\x73\x70\x88\x87\x29\x9a\x62\xdf\xd2\xfb\x0e\xf2\xfe\xed\x07\x79\xf5\x21\xf8\x40\x3e\x9c\xfd\xf8\xf2\xcb\xdb\x5f\xce\x2e\xdf\x7e\x78\xf3\xf6\xc3\xdb\x2f\xff\x24\x9f\x3e\x9e\xbf\xad\xa6\x9c\x7d\x3a\x7f\xfb\xee\xe3\x07\xa2\xa4\x77\x12\xa6\x6f\xa3\x8c\x5d\xb3\x84\x00\x18\x2d\x09\xd3\xf3\x60\xc6\x54\x1a\x2f\xea\xfc\xe5\x1b\x9e\xc1\x97\xb3\x1f\xcf\x3e\x43\x89\x95\x04\x23\x64\xa5\x8e\xfd\xa8\xf3\x34\xad\x7f\xc9\x15\x75\x8f\xef\x15\xf1\x5f\x1d\x5f\xb5\xdb\x38\x41\x53\x72\x4d\xef\x47\x57\x63\xc0\x7a\x41\x33\x72\x8d\x6d\x7b\xc1\x7f\xc9\x9a\x3f\xc3\x78\xc7\x98\xa2\x74\x4e\xe6\x15\x07\xa0\x19\x29\xb5\x3c\xb2\x57\xc9\x0c\x37\x3a\x21\x0b\x7d\x0d\xd1\x81\x1f\xa5\x0e\x4c\x22\x24\x6f\x9a\x6e\x0b\x57\xdf\x81\x7f\x30\xa8\x39\xf3\x76\xdd\xed\x92\x9f\x62\x99\xaa\x2e\x0f\xb2\xbb\x7d\x2d\xf7\x77\x49\x67\x60\x2e\xdf\x90\xe1\xa3\x02\x96\xb0\x03\x55\xe3\xb5\x51\x82\x7a\xd0\xc0\x99\x95\xa6\xb0\x84\x10\x87\x50\x41\x95\x85\x40\x19\x77\x76\xdd\xa7\xe5\x1d\xa3\x4c\x39\xbe\x3e\x43\x87\xae\xb9\xbe\x1f\xba\xfe\xa1\xc8\xee\x69\xa9\xc6\xc8\x8e\x6f\x83\x1b\xd6\x65\xd6\xa2\xac\xbe\x82\x3c\xa1\x6b\x3e\x2c\x17\x55\x43\xfc\x36\x8a\x32\xa8\x7b\xcb\x46\x0d\xdb\x36\x4f\x39\xa1\x75\x30\xe3\xa2\xb1\xa1\x4f\x0b\x44\xba\xf4\xfa\x6c\xf2\x37\x4a\xa8\xb6\xf5\xe9\xed\x5f\x99\x75\x6d\x5e\xfa\x9d\x27\xf2\x7e\x42\x38\xf1\xbc\x6e\x65\xab\x25\x55\x1e\xe5\x6c\x6f\x81\xaa\x5e\x97\x5f\x3e\x90\x1b\x2f\xcf\xeb\xfa\x9e\x57\x9e\xec\x74\xbd\x27\xf6\x76\x9e\xd7\xdb\x5a\xe2\xdb\xa8\xb1\xbc\xb7\x51\x59\x5a\xcf\xf7\xbc\x9e\x51\xda\x73\xce\x20\x35\xd2\x78\xaf\xaf\x0e\x21\xc1\x98\xce\x73\x9c\x2c\x7e\x13\xde\xb1\x29\x09\x0c\x0d\x10\x49\xe9\xc8\x25\xfa\xff\x63\xb2\x56\x92\x83\x7a\xdd\x87\x10\x8a\x49\xc2\x26\xd9\x6e\x18\xdd\xc4\x93\x80\xd7\xa3\x65\xd5\xe2\x5a\x98\x38\xab\x1d\x8f\x44\x34\x3b\x6e\xb7\x93\x93\xfd\x63\x1c\xb5\x29\x7b\x91\x8e\x92\x31\xe1\x7f\x68\xf4\x5f\x1e\x3b\x20\x11\x0d\x50\xb4\xe7\xb1\x03\x08\x4b\x61\xb6\xae\x8c\x42\xb0\x4f\x12\xea\x1e\x77\x3a\xd9\x29\x75\x8f\x71\xd2\xa6\x00\x1e\x0a\x90\x77\x01\x4a\xf6\x18\x6f\x70\xf2\x5f\xec\x85\xc7\x0e\x0a\x32\x6b\x06\x10\xdd\x27\x19\xb5\xac\xe3\x4e\x87\x41\x26\x5c\x8e\xb1\x5a\x94\x66\xd2\xc7\x5d\x04\x51\x4c\x47\x6c\xac\x36\x65\xf2\xac\x01\x92\x76\xf8\xb7\xea\xe8\xb4\x2d\xa3\x1c\x5a\xae\x45\x0e\x3a\x6a\x9f\x87\xdb\x89\x8a\x38\x97\x55\x63\x17\x98\xd8\x63\xe5\x01\xec\x7f\x75\x29\xf5\x86\x53\xfe\xb8\xe3\x91\xe4\x05\xc3\xfe\x14\xb1\x17\x8c\x64\x7b\x5d\x92\xe0\xc2\x3c\x5c\x02\xab\x18\x64\xb9\x8e\xeb\xba\xbc\xd2\x87\xac\x33\x50\xa3\x82\x7a\x38\xcf\x2d\x8f\x27\x3b\x47\x3a\xd1\x85\x44\xa7\x3b\xe0\xe9\xfc\xb7\x7c\xbf\x0b\x8f\xdc\xea\xff\xbc\xee\x21\x7f\x13\xb9\x77\x53\xe6\x5e\xed\x5f\xf5\x82\x83\xfd\xbe\xeb\x1e\xba\xd8\xc8\x52\x9c\x15\xd6\x76\x2a\xb1\x81\x1c\x66\xd2\xb2\x22\x9a\x8d\xd9\x21\x00\x6f\xc9\x5c\x9e\x4e\x93\x35\x26\x2b\x81\x6a\xbf\xa4\x96\x45\x6e\xa8\xe5\x02\x22\xf9\xea\xc4\xcd\xf3\xd5\x69\xb7\x21\x24\xcc\x1a\x84\xc6\x79\x8b\xce\xa5\xd0\x64\x7d\x08\x3e\xc0\x47\xf3\x13\xda\xf1\x58\xd7\xcb\xf3\xf9\x29\xe5\x17\x4a\xaa\x92\xa3\x39\x17\x5f\x82\x29\xce\x92\x5a\x1d\x8b\xcc\x69\x67\x8e\xc9\xfc\xd4\x63\x9d\xae\xc7\xc9\x22\xe6\x42\x6b\x33\x1d\xba\x7c\x62\x1d\x27\xa7\xb4\xef\x1e\xed\x1f\xe3\xac\x4d\xbd\x2e\x49\xf6\xe0\x56\x9c\x02\x24\xa7\xb4\x2b\x1e\xf0\xf4\xae\xde\xca\x14\x68\xfe\x62\x8a\xba\x64\xff\x88\x78\x18\x77\xf6\x8f\xf0\x89\x3b\x14\x49\x9d\x8c\x78\xd8\x9f\xef\xf1\x6b\x7e\x49\xe2\x17\xb4\x3f\x70\x7b\x83\xa3\xa3\xfd\xee\x41\xef\xc0\xed\x1f\xed\x13\x94\xd1\x41\xb7\x93\xe1\x53\x57\xd4\x67\x81\x5c\x12\xf3\x0d\xc3\xea\x38\x38\xa5\x07\xc7\x78\x81\xf8\x64\x72\x31\x09\x3a\xf4\x40\xc0\x04\xa0\x29\xf2\x5c\x12\x88\x98\x0a\x24\xa0\x59\xc7\xe3\x2f\x77\x7b\xc7\x78\x82\xbc\x93\x93\x6e\x0f\xde\xee\xf6\x76\xe0\x36\xc0\x64\x81\x3c\xfe\xf6\x84\xcb\xb0\x37\x74\x86\xa4\xa7\xae\x2c\x6c\x01\x78\x02\x19\xcf\x0c\x1e\x9a\xf3\x60\x55\x06\xfe\xa0\xab\x53\x77\xb8\x6c\x73\x51\xf7\x46\xcd\x8d\x13\xba\x1a\x5a\xae\x63\x55\x3e\xe9\xa4\xb8\x7d\xe3\xdf\xe8\xf0\x44\x69\x67\x85\xdb\x96\x63\xb5\x55\x12\x4f\xc0\xfe\xb2\x7d\xa3\xcc\x02\x64\xb4\x22\x69\xfc\xd4\xeb\xfb\xbd\x7e\xed\xbc\xaf\xeb\x3d\xc7\x20\x80\xef\xb5\x4a\x0e\x09\x8c\xf1\x53\xc2\x26\x61\x1a\xc6\x15\x6b\xbb\x64\x73\x6b\x2e\x66\x9c\x6c\x8e\x47\xcc\xc3\xf6\xca\xdb\xe1\xd6\xe9\xa1\x4b\x6a\xd8\x11\xab\x53\x02\xf1\xfa\x5f\xcc\x97\xb7\x30\x61\xbc\x11\xea\x8e\x0d\x65\xd9\x19\xf6\xd5\x15\x51\x72\x52\x73\xdf\x3d\x65\x66\xca\x7b\xc3\x80\x1c\x0c\x52\xa5\x0e\x39\xa8\xa8\x43\x0e\xfc\xa3\x03\xc8\xef\x69\xe9\x4b\xe7\x35\x49\x58\x90\x31\x1f\x36\xa8\x66\x5e\x5c\x4a\x85\xbc\x9e\x12\xbd\x94\x41\xc7\xe0\x10\x1b\xd9\x56\x90\x0f\x43\x96\xfa\x7c\x37\x2d\x85\x3b\xcf\x75\x7d\xcf\x75\x4d\x60\x1c\x28\xe9\x29\x8d\xd3\x37\x94\x74\xef\xcb\xad\xba\x71\x06\x26\x1b\xa4\x04\x6e\x6f\x8b\x88\xa5\xce\x41\x8f\xfa\xd8\x89\xa3\x37\x09\x63\x7f\xb0\x1d\x5e\xeb\x23\x8c\xac\x19\xdc\x3e\x7e\xf8\x15\x95\x92\xa6\x6d\x67\x28\xc2\x43\x86\x12\x14\x61\xec\x47\xea\xd0\xf1\xc8\xf7\xdc\x23\x75\xd8\xd8\xf7\x8f\xc4\xe8\x6f\x3b\x29\xef\xbb\xea\x64\xd6\xc3\xce\x4c\xd7\x65\x1b\xe0\x64\x43\x80\x6c\x13\x15\x30\x32\x0d\x69\x20\xda\xbb\x32\x12\xd1\x9b\x1b\x51\x3d\x69\xdb\x08\x55\x3b\xda\x30\x0d\x69\xa8\xc2\x87\x60\xc9\xd2\xa6\xd2\xf9\xeb\x5d\x35\x18\x9e\xdb\xf5\x3d\xb7\xab\x8a\xe1\xd9\x77\xb7\x08\x71\x60\x5d\xa1\xce\xa4\xcd\x76\x1b\xd1\x6f\x1f\x6f\x6d\xad\xad\xb8\x76\xea\xab\x5b\x0a\x26\x0c\x50\x95\x2d\xaa\xfc\x43\xaf\xac\x40\x98\x9e\xdd\x65\x2c\x4a\xc3\xab\xc5\x13\xa4\x50\x42\x9e\xb6\x32\x40\x38\x45\x2d\x96\xe7\x0c\xd0\xe0\x36\x49\x01\xca\xdf\xb2\x0d\xac\x96\xff\x26\x89\xff\x60\xd1\xb7\x96\xcd\x8b\xce\x73\x08\x7d\xc9\x8b\xde\x56\xf2\x16\xe6\x53\x2d\xf9\x9c\x05\x0b\x36\xfd\x93\x4b\x7e\x06\x9b\x0a\x81\x83\x74\xe5\xe9\x89\xd7\xf5\x7c\xaf\x5b\x9a\xdd\x76\xbb\x5b\xb8\x94\x41\x49\x07\x65\x73\xc0\xa0\xfc\x3f\xa2\x9f\x03\xdf\x73\x0f\x1a\xe9\x67\x0b\xf3\x7a\x94\xab\xac\x12\x76\xc3\xa2\x4c\x52\x15\x04\x89\xfd\x9f\x60\x30\xdd\xff\x84\xe3\xa5\x2c\x58\xfc\x0f\x55\xe7\xe9\x8d\xa8\x1e\xf6\x6a\xc4\x6b\x20\x81\x2e\xc4\xe4\x90\x64\xd0\xf5\xbd\xae\xb1\x2b\xec\x7e\x8b\xad\x6e\xff\x80\x37\xfb\xa1\xd8\x49\x46\x8d\x61\x93\xc7\xd4\xfa\xc3\x22\x89\x30\x03\x1a\x89\x80\xfb\xbb\x7f\x8c\x4b\x23\xa0\xcd\x88\xd9\x8d\x36\x41\x52\x5e\x51\x39\x58\x6d\x61\xd9\x82\xdb\xd6\xd8\x2a\x94\xc1\x81\x52\x24\x99\xfe\xa6\xbc\x25\xbd\x27\xf7\xb7\xb2\xb7\x7e\x14\x92\x52\x6d\x2b\xfd\x0d\x3b\xe8\xde\xf6\xc3\xcb\xea\x0e\xda\x2c\x41\x6d\x9d\x9f\xdc\x31\xf7\x9e\x14\x07\x49\x19\xf4\x4f\xe1\xd2\x1d\xb8\xd2\xc7\xac\x2f\x7c\xcc\xfa\x0a\x95\xae\x2b\x50\xe9\x38\xc1\xce\xa4\xa5\xe6\x54\xa2\xd4\xcd\xf9\x73\x05\x49\xd7\x3d\x50\x71\x8d\xf6\x45\xe8\xf2\x1b\x4e\xde\x03\x8c\x04\x2a\xdd\xd1\xbe\x88\x6d\xe4\x79\x7d\x11\xdc\xc8\xeb\x1f\x8a\xe8\x46\x9e\x37\xc0\xe4\x96\x06\x46\x7c\xa0\x33\x1a\xe8\x28\x83\x77\xf4\xcc\xb6\xcf\x54\xb4\xe6\x94\x7c\xa4\x77\xb6\x7d\xe7\xdc\x1c\xe6\xb9\x65\x91\x73\x1a\x38\x9f\x92\x78\x19\xa6\x8c\xbc\xa4\x46\x88\xbc\x35\x3a\xc3\x26\x32\x30\x7e\x28\xc8\x17\x9a\xd0\x6b\x67\x06\x80\x9c\x35\x33\x1f\x31\x02\xe7\x4e\xc2\xd2\x78\x71\xc3\x10\x4c\x4f\x94\x55\x74\x94\x0f\x05\x1e\x6d\x84\x67\x1e\xd3\xea\x22\xfd\x95\x7c\xc5\x85\x42\x73\x79\x99\xe7\x0d\x26\xf3\xb2\xbe\x9f\x19\xa7\xcd\x30\x8e\x20\x8a\x1d\xb6\xed\xcc\xc9\xe6\x2c\x42\x5f\x4d\x93\xfd\x04\xcc\x31\xe8\x47\xed\xac\x65\xed\x3b\xfb\x16\xb6\xed\x8e\x47\x29\xbd\x2a\x93\x5f\xcd\x93\x78\xc9\xf6\xf6\xf7\x2d\x15\x12\x3e\xc2\x0f\x45\x81\x30\xf9\xbc\xa9\x12\x57\x16\x59\xa8\x35\x01\xc0\x80\x4d\x1b\x31\x94\x51\x06\xd5\xc1\xbc\x62\x05\x79\xd5\x00\x36\xc0\x9c\xcb\x08\x3f\xf0\xbf\xb4\xe5\x2a\x33\x26\xe7\x72\xb2\x73\x83\x1a\xb4\x11\x00\xb3\x7c\xc3\xb7\x1c\x94\x5f\xa5\xf2\x88\x5c\xbf\xa9\xc3\x51\x8a\xd8\x30\xe1\x30\x73\xe2\xaf\x7e\xe6\xcc\x82\x70\x01\x27\x0d\x72\x68\xc8\x02\xae\x79\xdf\x91\x09\xcd\x9c\x69\xbc\x0c\xc2\x68\x87\x0f\x62\x3a\x44\x61\x9e\xa3\x2e\x14\x30\xb7\xed\x0f\x5c\xd4\xe2\x97\xd4\xc3\xa4\xc5\xf7\x07\xe9\x30\xa1\x91\x8f\x26\xb6\x3d\x71\x58\x94\xb1\x04\xf1\x71\x4e\x51\x84\xc9\xc4\xb6\xd1\xc4\x61\x77\x61\x86\xf8\x8c\x68\xb9\x98\x3f\xa2\x14\x98\x0d\x1f\xaf\xe1\x02\xdd\x22\x4b\x0e\x5e\x67\x32\x0f\xc2\x68\x77\x72\x3f\x59\x30\x0b\x63\x1f\xc5\xf4\x33\x9c\x01\x48\xd5\x40\x42\xd6\x64\x81\xfd\x35\x4f\xf3\x17\x28\x52\x83\x32\xc3\x0f\x13\xdb\x6e\x05\x50\x01\x51\xd6\x02\xcd\x70\x51\x1c\x2b\x9d\xca\x69\x7c\x8c\x03\x94\x00\xd4\x3d\xde\xe1\xfd\x49\x47\x63\x22\x7a\xd9\x23\x99\x6d\xb7\x44\xe3\xde\x2b\x7c\x83\xf7\x95\xf1\x5d\x8a\xf2\x83\xba\x85\xa4\x9c\xf3\x62\x10\x62\xfa\x2f\x15\x85\xd6\xb6\x51\x46\xef\x2b\x30\xa3\xc3\x33\x87\x2d\xc3\x0c\x59\xeb\x68\x1e\x44\xd3\x05\x9b\x6a\x52\xb5\x48\x48\x18\xf6\x51\x42\x03\x27\x8e\xf4\xf3\x44\x3d\xc7\xc3\x04\x3d\xc8\xfe\xf2\x19\x49\x58\x90\xc6\x91\x1f\x16\x80\x8d\x18\xc0\x6c\x8a\x17\xa0\x97\x75\x18\x9f\xe9\xfa\x02\x59\x3f\xab\xcc\x76\xe5\xf7\xbb\x89\x51\x2a\xb8\xac\xf3\x91\x7c\x99\xe7\xbc\xee\xc3\xae\xef\x41\x4a\xa0\x9c\xdf\x62\x3e\x81\x98\xd4\x9b\x64\xce\x0d\xe7\x8d\xff\x6a\x02\x53\xf0\x5a\x8a\x3e\x38\x45\x20\x9e\x07\x40\x66\x4c\x54\x4c\x8a\x82\x7c\xf8\xb6\x2e\xdd\x29\xbb\x4a\xd7\xf5\x27\xd1\x08\x0b\xba\x29\x83\x6e\xd2\xcf\x64\x03\xc1\x08\x71\xb3\x97\xf8\xc8\x14\x20\x63\xbd\x6e\x38\xc4\x82\xb3\xaa\xcc\xb9\x9c\xe6\x39\xe2\x3f\xb4\xe5\x12\x94\xd1\xcc\xb9\xbc\xcd\xf3\x0c\x3b\x97\x37\x94\x91\xcc\xb9\x4c\x69\x97\xff\x04\xe2\xb5\x80\xbf\x30\x51\xb0\xb5\x98\xbc\x92\xe8\xff\x05\x79\xdb\x14\x9b\x89\xaa\x88\xab\xad\xc4\xb9\x9c\xe2\x87\x44\x16\x94\xd0\x04\xca\x49\x60\x9a\x85\x33\x94\x80\x81\xa7\xe8\xeb\x72\x52\x94\xf1\x8a\xe5\x5c\x9d\xee\x86\x59\xca\x16\x33\x0b\x1f\xa3\x8c\x7e\xe6\xd2\xdc\xf0\xa6\x1e\xf6\x3a\xa2\x0f\x97\xb7\x7e\x42\x2e\xa7\x7e\xcb\x2b\xa0\x84\x4c\x3a\x2f\x91\x14\xbd\x25\x11\xf1\x30\x49\xd1\x6b\xb8\x50\xf3\x28\xc4\x0f\xaf\xa5\xe9\x3d\x44\xbb\xe6\x34\x29\xfa\x20\xe1\x7d\xe0\x91\x57\x28\x81\x20\xa0\x25\x33\x94\xef\x9b\x85\xc1\x3e\xac\xd8\xf9\x94\xe7\xe8\xbc\x1a\x78\x55\xe8\x22\xce\x89\x6a\x9a\x45\xac\xcb\xb9\x85\xc9\x0c\x3c\x3a\x4d\x5b\x63\x5e\x5f\x86\x78\x45\x05\x46\x94\xa8\xab\xbc\x56\xc5\x27\xba\x78\x85\x25\x5f\x10\x53\xe3\xa6\x5c\x46\x61\xae\x8b\x4b\x4d\xd8\xe2\x36\xd5\xfe\xa3\x53\xe0\x03\x70\x79\x53\x7d\x67\xae\xdf\x11\xde\xfb\xc6\x79\x9b\xc0\x99\x45\xe7\x86\xe4\xf4\xc0\xd9\x7b\xa3\x69\xce\x17\xb4\x92\xed\x2f\x03\x6c\x27\x4e\xfc\x95\x36\xd8\x12\xf3\xbd\x15\x49\x80\x4b\x37\xba\x8d\xdb\x76\x46\x12\xc9\xa4\x29\x9f\x2f\xe2\xd2\xaf\x54\x7c\x22\xe2\x6f\x25\xca\x59\x36\xb0\x6d\x79\x51\x7b\x90\xda\xf6\x2b\x51\x35\x08\xe6\xa7\x58\x73\x41\xa0\x9b\x1b\x43\x09\xf1\xef\x60\x5d\x95\x25\x82\x36\x88\x44\x9b\xe1\x86\x23\x76\xbb\x9b\xed\x28\x3b\x66\x9e\xad\xc4\xa8\x53\x2b\x0f\xe5\x83\x0c\xe1\x5a\x65\x2a\x9f\xd6\x94\x8f\x36\x4f\x2c\xc8\xb5\x33\xa3\x5f\x1a\xc3\x6a\x52\x4a\xcf\x05\x6a\xac\x80\x3c\xe7\x0f\xfd\x44\xb8\xe6\x2f\xd0\xc2\xf9\xb1\xbd\x70\x7e\x6d\x2f\x04\x58\xf5\x83\x24\x39\xff\x1c\xe0\x11\xbc\x6e\x1f\x23\x83\x10\x45\x5a\x0f\x23\x23\x25\x94\x60\x2c\x4a\x12\xe2\x79\x9e\xab\xfc\x4a\x12\x7e\x10\x55\x6e\xd0\xbd\x7d\xa9\x18\xce\x23\x97\xa8\x25\x16\x0b\x7a\x57\xfd\x2c\xeb\x2b\xf2\x46\x71\x9e\xb7\x3e\xe1\x6a\x01\xd0\x53\x8d\x11\x8c\xf8\x5a\xc3\x4b\x81\x5e\x38\xf7\x85\x43\x11\xae\x66\xd9\x42\x9f\xb8\xa8\x5f\x87\x33\x38\x77\x84\x2f\xa3\x23\x66\xd3\x57\xa1\x57\x2c\x8b\x0d\xcc\x08\x5e\x15\x96\x49\x38\x35\x67\x22\xea\x8e\x12\x20\x42\xb8\x06\x01\x22\xae\x2e\x7d\x82\xfc\x47\x63\x29\x9b\x78\x3b\x73\xb0\x00\x21\xf5\xbc\x53\x1a\xb7\xdb\x64\x4d\x5b\xde\x4e\x22\x28\x54\xea\x42\x49\xd0\x6e\x13\x2d\xaa\xf0\x1a\x03\xe9\x99\xdf\xaf\xf3\x1c\xad\x81\xa9\x8e\xd2\x31\x65\xa4\xd3\x09\xf2\x1c\xec\x07\x0a\xb1\xcc\xe9\x84\x42\x4f\xbe\xd8\x61\xb6\x1d\xa2\xd8\xb9\xa9\x10\x7d\x12\xd4\xbc\xff\xb6\xb5\x1b\xda\x1a\x56\xdb\xda\xd0\xb4\xcd\x8a\x97\x9d\x16\xf1\x95\xa9\x0c\xa9\xcb\x2b\x14\xa1\xb0\x5a\x21\xb9\x1d\xe9\xfb\x9e\xd7\x27\x9e\x37\xf0\x3d\x6f\xd0\x00\x12\x2e\x01\xd9\x34\x58\xf8\xbe\xef\xf5\xf6\x01\x45\xcb\xeb\x97\xdb\x31\xe1\x2f\x25\x61\xd9\x0c\x28\x20\x13\x25\x61\xff\xd0\xdf\x3f\x54\x88\x4e\x26\x80\xb7\x40\x77\x1a\xf8\x47\x03\x72\xb4\xef\x1f\xed\xc3\xb6\xe8\x89\xc3\x79\xe5\x83\xd6\x03\x2b\x25\x24\x4e\xeb\x3f\xb3\xd9\x02\xbc\xcd\x1f\x0a\x2c\x1c\xa8\x49\x5c\xba\x20\x40\x42\x55\x41\x5a\x3b\x29\xaa\x38\xa1\x09\x57\x21\x99\x25\x27\x5b\xfe\x79\x85\x03\x93\x40\x11\x18\x1c\x0e\xad\x69\x84\x82\xb2\xd3\x87\x21\x4a\x49\x46\xd6\xda\xed\x4c\xdc\x49\xed\xb6\xe8\xaf\x43\xbf\xd7\x00\x78\x0e\xed\x7f\xca\x92\xfe\x50\xb6\xbf\x27\x18\x4a\x4f\x21\x97\x7b\x55\x23\xad\xfe\x3e\xaf\x58\x53\xff\xe8\xcd\x12\x59\xd0\xe0\x69\x4f\xe5\x75\xa5\x6f\x08\x97\x72\x37\xbc\x95\x27\xb4\x55\xc9\x69\x5d\xef\x4f\xf3\xa0\x79\x91\xe7\x93\x4a\x07\xeb\x0a\xd5\x96\xb9\x08\xa2\x52\x21\x19\x84\x24\xd8\xb4\x10\xea\x0d\x99\x6f\x7a\xb3\x77\xc7\x20\x2d\x73\xd1\x7d\xa1\x5d\xd5\xe5\x80\x41\x24\xe1\xaa\x05\x96\x3c\x01\x12\xa6\x57\xae\x6f\x00\xf4\x32\x61\x6f\xe5\x55\xd2\x10\xa0\x7d\x8a\x27\xdd\xcd\x27\x24\x03\x38\x4f\x78\xdc\xdb\xf2\x98\x64\x50\x47\x78\xa7\xff\xd8\x3b\x24\x1b\xf5\xc6\x02\x6d\x77\x46\x47\xd1\x7a\xb1\x28\x3d\x51\x81\x95\x49\x98\x80\x19\xc0\x86\xb3\x5b\x94\xca\x04\x46\x66\x58\x7c\x37\x15\xbb\x73\x29\x46\xcc\x69\x82\x62\x34\xc5\xc3\xa9\x5f\x57\xce\x60\xb2\xaa\xcd\x15\x25\xd7\xcd\x49\x89\xcb\x1c\xa3\x15\x1e\xae\xfc\xf9\x26\x19\x1b\x2e\x55\x15\x93\x1e\xa9\xd4\x52\xc7\x24\xbd\x2d\x0a\xc8\xa3\xa3\x2a\xc0\x4e\x4f\x39\x26\xf7\x2b\xf0\x39\x1b\x73\x56\xd2\x8f\x53\x3d\xdd\x40\x99\x33\x43\x0f\x05\xf1\x94\x9f\x95\x57\xe0\xf2\xa6\x5b\x9f\xdb\xb5\xa3\x11\x83\xfe\x12\x12\x4b\x0a\x4c\x68\x88\x04\x28\x56\x84\x62\x21\x49\x2a\xa9\xc5\x99\xc9\x37\x49\xcb\x95\x32\x64\xa0\x55\xbc\x5e\xa1\xdc\x00\x85\xe9\xd3\xe6\xa4\xd7\x27\x2e\xbd\x27\xac\x6c\xa4\x99\xa5\xec\x1e\xa5\x03\x34\x9b\xb1\x60\x59\x63\x33\x32\x85\xd1\x2d\xa2\x92\x97\x03\x0a\xae\x36\xad\xb0\x12\x30\x0c\xdb\xb6\xc8\x69\x97\x8d\xb2\x71\xf5\xec\xc3\xa8\x3d\xd4\xf8\x39\xbe\xa0\xbd\xc3\x8a\x28\xc7\x4a\xe8\x95\xa4\x02\xbd\x22\xd5\x5e\x91\x02\x57\xa1\xa3\x31\x9c\x17\x8b\x40\x6c\x2a\xfe\x6b\x86\x8b\x1d\x86\x0e\xfb\x18\x45\xa5\x1e\xb4\x2e\x27\x96\x08\x2d\x3b\xd3\xf8\x41\x79\xbe\x5d\x86\xa7\x3a\xb8\xae\x64\x10\x92\x32\xa4\xd8\x39\x8d\x23\x08\xda\x54\xdc\xce\xc3\x05\x43\x2d\x84\x18\xcd\x46\x1a\xe1\x05\x60\xb2\x65\xdd\xb5\xd0\x2d\x73\x60\xf2\x63\xaf\x90\x80\x5c\x95\x11\x92\x31\xa1\x1a\xed\xc6\x76\x95\xb0\x29\xe7\x96\x41\x27\x87\x7d\xff\x10\x54\xc2\xbd\x6d\x47\x60\xae\xb7\x31\x7d\xc4\xac\x31\x4b\xdf\x1a\x81\xcd\x24\x78\x6c\x92\xb5\xa0\x7c\xfc\x38\x0d\x3c\x65\xd3\xa4\xfc\x25\x1b\x69\xb6\x7a\x58\xd5\x6c\x1b\x16\x6d\x9e\x4c\xd5\xea\xd0\xdf\x76\x40\xe6\xd6\x9d\x36\x0f\x3c\xe9\xb3\xde\xad\x2e\x98\xbc\x72\x21\x0a\x37\x2a\x67\x7a\x61\x85\x24\x15\x59\xaf\xc9\x82\x4c\x9a\x16\xa2\xd0\x37\x97\x21\xc5\x34\x03\x14\x62\x4a\xe9\x64\x18\x8e\xd2\xb1\x8f\xd6\x34\x03\x27\xd0\x14\xe3\x61\x84\xd6\x3a\xa2\xdf\x70\xed\x98\x54\xd8\xa2\x74\xed\x5c\xb3\x6c\x08\x7f\x05\x33\x9e\xa8\x90\x4b\x7e\x8c\x16\x34\x41\x21\xc6\x43\x86\x16\x24\x25\xfa\x49\xfd\xac\x72\xa3\xbf\xa4\x91\xa5\x3e\x5d\xea\x3f\xed\x9c\x53\xf6\xc8\x3c\x48\x9b\x9d\x07\xc5\xe4\xac\x99\x0d\xf6\x1f\xf5\xd6\x51\x1c\x41\xae\x44\xe6\xa9\xe1\x66\xc1\xe6\xd3\x6d\x16\x84\xa4\x15\x71\x61\xbc\x61\x06\x41\x65\x9e\xc6\xa8\x2a\x8b\x8b\x6f\xa3\xbf\xb1\x7b\x38\x4b\xf3\xd4\x59\x9a\xe7\xf9\x9e\x67\x9c\xa5\xf5\x9f\x90\xd1\x2a\xad\xdb\x38\xc2\xda\x2c\x73\xe3\x95\x6a\x3b\x01\x61\xbe\x5c\x75\x22\x61\x2f\x59\x2e\x39\xd9\xc6\x92\x53\xef\x80\x47\xfd\x13\xc5\x91\xd1\x4e\x62\xdb\x1b\x15\x4b\xb7\xcd\x51\x18\x7f\x67\x32\x67\x93\xaf\x70\x63\xd6\x2f\x81\x88\xf0\x3c\xb5\xac\x62\xb4\xb9\x2a\xd6\x4f\xa6\xfa\x5b\xd6\x40\x25\x1f\xc0\x8c\x8e\xd4\x8c\x0e\xe5\x8c\x8e\x65\x33\x00\x81\xcf\x93\x41\x7b\x78\xff\xaf\xe5\x01\xad\x88\x8c\x55\x6d\x93\x39\xb5\x63\x3e\xa3\x45\x69\x33\x32\x25\xf3\xcd\xc9\xdd\x1f\xc6\xc6\xe4\xee\x8d\xc9\x8a\x26\xce\x0c\xa5\x28\xc6\x64\x01\x72\x65\x6b\x05\xaa\xf6\x35\x9a\x52\x2e\x22\x94\xfe\xd8\x68\x0a\x98\x7d\x73\xbc\xb3\xa2\x01\x72\x71\x11\xce\x50\x88\x56\x65\x28\x4f\xd0\xd0\x7b\x94\xd2\x95\x11\x97\xb3\xb5\x46\xf3\xaa\xcb\xf7\x0c\x4a\x9c\x93\x85\xf8\x62\xc6\xf9\x42\x9e\xcf\x78\x47\xe7\x39\x7c\x3f\xd3\xdf\x97\x1f\xce\x04\x57\xa1\x13\x92\x89\xaf\xc9\x0c\xab\x58\x52\xe2\x3e\x40\x2e\x99\xe8\x85\xac\xe5\x16\x15\x4b\x9d\x16\xaf\x16\x04\xfe\x47\xf0\x2b\x38\xd1\x9c\x4c\xb0\x81\xa6\x53\x63\x37\x2a\xe8\xd4\x16\xb6\x53\x8a\x3c\xfd\x2d\x47\xae\xda\x1b\x45\xb2\x6d\xe1\x56\x12\x96\x6e\x27\xc0\xbb\xe5\x88\xef\xc3\x80\x67\xce\x67\x76\x7d\x76\xb7\x22\x6b\x9a\x92\x05\x35\x1c\xdc\xc9\x84\xee\x05\x7b\xd7\x64\x26\x7e\xa6\xa0\x3d\x4a\xd1\x04\xb7\x28\x9d\xc0\x8e\x40\x78\x9b\xa3\xd6\x34\xcf\xb7\x21\x53\xcc\xf4\x71\x12\x78\x95\x5b\x78\x4c\x5b\x1e\x11\xb9\x4c\xf2\x3c\x45\x33\x4c\xe9\x2c\xcf\xad\xbd\x60\x2f\xb4\x5a\x34\x45\x13\x62\x85\x16\x2e\x30\xc6\x0f\x75\xf8\x67\xa1\x4a\xe5\x22\x84\xe9\xc9\x90\x92\x50\xa0\xd0\x4d\x0c\x2c\x1c\x35\x2a\x91\x6d\x87\xb6\xcd\x2a\x87\x5c\x94\xa6\xb6\x3d\x19\x32\x3f\x41\x53\xd0\x55\xad\x41\x9c\x9b\x0c\x99\x93\xc6\xeb\x64\xc2\xc0\x6f\xdb\x5f\x23\x14\xd2\x0a\x2a\x40\x8a\xcd\x57\x42\x9e\x49\xa0\x30\xa8\x7c\xbe\x97\x10\x28\x51\x0b\x92\x1a\x0e\x11\xf3\xea\xe9\x19\x67\xf8\x29\xe7\xb7\x29\x61\x4f\x7a\xe7\xab\x6d\xd8\x88\x8d\x6b\x1e\xe8\x19\x7e\xe0\xa9\x54\xf8\x26\xaf\x68\x88\xd6\x98\x2c\xa9\x7b\xbc\x52\x67\x2c\xcb\x63\x3c\x47\xab\xd1\x12\xce\x58\x16\x95\x0e\x48\x89\x89\x63\xb0\x30\xfc\x12\x04\x2d\x58\xbc\x01\x4a\x05\x27\x93\x70\x05\x78\x5e\x1e\x2b\x2b\x7d\x87\x02\xcd\x30\x3c\x13\xf6\xf7\xfd\xfd\x7d\xe5\x9f\x00\x9e\x09\x87\x5d\xff\xd0\x30\x94\xea\x7f\x0b\x4c\x98\xd7\x75\xf1\x0e\x30\x29\xf4\x90\x05\x09\xef\x1e\x5d\x47\x68\x01\xef\xb4\x59\x9c\x4c\xd8\xd4\xcf\x5a\x94\xee\x39\x7b\x0e\xbb\x63\x93\x82\x3c\xf0\x1f\x5f\x1d\xe4\xbb\xbe\xd7\x75\x0d\x76\xb9\x61\x78\x04\x94\x6c\x5d\x5b\x2d\x9e\xc5\xb5\x33\x5b\x04\xd7\xa9\x6d\x2b\xe8\x09\x51\xa4\x79\x24\x0f\x2f\x6c\x81\x57\x80\xa9\x65\x5a\x88\x41\x57\xe8\x86\x0f\xbe\x05\x2c\x8b\x73\xe1\x44\x01\x4b\x81\x18\xb8\x2f\x77\x76\xde\x11\xf4\xc8\x40\x4f\x29\x62\x6a\xb8\xc4\xd1\xa2\x8e\x8a\xb4\x71\xf4\x48\xcb\x18\xdd\x02\x70\x34\x93\xb1\x2a\xfd\x6c\x14\x8f\x77\xea\x2c\x2c\x1a\x2a\xd0\x11\x15\x75\x52\x74\x05\xca\xf0\x28\x1e\x23\x69\x7d\x0b\x8a\xbd\x3a\x3f\x8a\x69\x8a\x02\x22\xd4\xcb\xe2\x1c\x0e\x40\x46\x4b\xac\x3e\xe0\xaf\x3b\x02\x88\x0a\x2c\xc6\x16\x3a\x40\xb4\xfa\xa4\xb5\x76\xae\x17\xf1\x55\xa0\x15\x12\x21\x5a\xf3\x65\xe3\x06\xa2\xf0\xae\x9d\x75\x14\x4e\xe2\x29\xdb\x59\x97\xa8\x82\xd4\xd5\x33\x6f\x46\xa6\x74\x34\x26\x73\xea\x1e\x4b\x80\x1c\x34\xa3\x22\x07\x7c\x2c\x2a\xb9\x52\x45\xce\x40\x3d\x31\x1d\xcd\xc7\x74\x45\xc0\x26\x7c\x65\xdb\xc8\xcc\x37\x42\x0b\x92\x98\x29\x98\x73\x7f\x32\x6f\xb7\x0b\xc3\x06\x7c\x3e\xe4\x45\xf9\xd3\x62\x2c\xa5\x9f\x23\xdf\xf3\xca\x50\x0c\xbd\x7d\xbf\xa7\xf9\xfb\xc0\xdf\x1f\x00\x41\x7c\x8b\xf9\x7f\x49\x10\x1a\x1a\xc8\x53\xf6\xff\x12\x89\x9e\x93\x48\x20\x49\x84\xa4\x12\xb5\x30\xb8\x23\x25\x80\x21\x59\x98\x9e\x01\x13\xba\x77\xf1\x1d\x1a\x7d\x67\xff\xef\xef\xc7\xf9\xc5\xf4\x62\x3a\xcc\x4f\x46\xbf\x9d\x8e\x5f\x9c\x62\xc1\xf6\x6b\x4f\xf1\xde\xb5\xa2\xbc\x84\xad\x16\xc1\x84\x59\xa4\x6b\xd2\xde\x94\xcc\xc9\xaa\x81\xf6\x8c\x30\xc4\x92\xfa\xc2\x4d\xea\x9b\x6e\x52\x5f\xa8\x4d\x5d\x49\xc4\xe9\x6f\x2e\xee\xe4\x90\x45\x18\x2c\xf0\x4d\xca\x53\x05\x2d\xe8\x0a\xcd\x25\xed\x11\x11\xe3\x6a\x51\xa1\xbe\x85\x41\x7d\x13\x41\x7d\xb3\x0a\xf5\x91\x69\xd3\x51\x4f\xb2\x33\xcd\x73\xa4\x7d\x08\x12\x19\x05\xf5\x86\x4e\x24\x9d\x02\xdc\xaf\xa8\xc3\x35\x9d\x68\xfa\x9c\x98\xf4\xa9\xbd\x0b\xef\xe9\x68\x7c\x2c\x09\xf1\x8a\x06\x68\x42\x66\x50\x55\xd1\x35\xf4\x0a\x0b\xef\xc4\x70\x86\xee\xc5\xe6\xfd\x0a\x93\xd6\x8d\x4c\x05\x1a\x95\xf5\xb8\xe2\xc4\x0b\x67\xfb\x65\x31\x31\x9a\x91\xc8\x4c\xc1\xe4\x1a\x63\x5d\xf6\x25\xb9\xa5\x96\x45\xce\xa8\x4b\xee\xa8\x7b\x7c\x77\xa2\x9c\xdd\x8e\xef\xda\x6d\xfc\x70\x45\xef\x47\x77\x63\x3d\x93\x3e\x56\x4a\x22\xe7\x34\x45\x6b\x14\x22\x69\x9b\x81\xc9\x4c\x83\xd3\xb9\x98\xbc\xe4\x93\xee\x2b\xf5\x8e\xbf\x9e\x5c\xa9\x4c\xbf\xb6\xdb\xf8\xa5\x79\x8c\x40\x29\x45\x97\xf4\x6a\xf4\x75\x8c\x87\x97\xbe\xcc\xfd\x52\x47\x95\xbd\x72\xae\x93\x78\xbd\x82\x83\xda\xa9\xe8\xa1\x4f\x74\xf4\x71\xac\x02\x58\xbc\x24\xe7\xbc\xb3\x34\xa5\x7c\xb1\xed\x4f\x22\xfb\x2f\x22\x8b\xcf\x7a\x8c\xa4\x6e\x4f\xea\x28\x3e\x61\x29\xc5\x7d\xa6\x4b\xf4\x91\xcc\xc8\x39\x79\x49\xbe\x70\x1a\x39\x3f\xa5\x67\xb6\x8d\x6e\xdb\x74\x26\x0f\x93\xcf\xc8\x39\x6e\x7f\x26\x67\xf4\xbc\xfd\x51\x35\x50\xcd\xf5\xdb\xb6\x7e\x0b\x17\xe3\x32\x7c\xe3\x12\x34\xa6\x32\x6e\xa3\x52\x74\x47\x6d\x56\x22\x23\x84\xea\x72\x4a\x67\x1b\x14\x1f\xdb\x36\x8a\x69\xc2\xa5\xe3\x29\x9d\x60\x32\x57\xe7\xf2\xd3\x92\xca\x13\x95\xf1\x64\x47\x6a\x63\x83\x32\x56\x84\x50\xc8\x5a\xdf\x59\x52\x41\x6a\x7d\x67\x81\xc6\xd4\xb2\x55\x8a\xd4\xcf\x5a\xff\x5b\x27\x64\xda\x54\x3f\x12\xea\x55\xeb\xfb\x8d\x67\xa9\x7c\x72\x62\xf9\x13\x1a\x8f\x02\x99\xec\x91\x8e\x87\xc7\x35\x37\x5a\xa1\x78\x6d\x07\x3b\x32\xee\xe0\x4c\xcd\xba\x04\xc4\xf1\x53\x19\x46\x7d\x4a\x17\x68\xb6\xe7\xb9\x5a\x4b\xca\xdf\x9d\x0e\x13\x7f\x7a\x42\xd7\xc3\x32\x48\xf6\x68\xda\xf1\xc6\x43\xdd\x46\x0f\xfb\x22\xa9\x6d\x26\x25\xc5\x84\x86\xa3\x59\xc7\x1b\x17\x75\x83\xf9\xc9\xd0\xb2\xfc\x49\xa1\x64\x6e\xc5\x91\xb7\x04\x6c\x6d\xe6\xd0\xdf\xe2\x7d\xa0\x39\x74\x57\xed\xb5\x8c\xa5\x3a\x65\x41\xb2\xb1\x56\x4b\x22\xf9\x4f\xd6\xea\xf0\x79\x6b\x75\xf8\xf8\x5a\x1d\xd2\x00\xc5\xe6\x5a\x1d\x56\xb8\x65\x68\x70\xcb\x54\x70\xcb\x75\x95\x5b\xf2\x8d\x83\xe6\x34\x3b\x09\x5a\x10\x88\xbb\x9d\x9a\x7c\x4f\x2d\xdb\x5c\xf4\x5d\x97\x87\xee\xe6\x4b\x64\x51\xff\x6a\xa1\x80\xd1\xe9\x64\xd8\xf1\xfc\x89\xe0\x38\xf5\xd5\x55\xda\xeb\xd6\x47\xed\x5b\xe0\x19\x0f\x2b\x6a\x07\x69\xe4\x17\xca\xd5\xd4\x80\xf6\xd4\xcb\xaa\x10\x4a\x61\x8b\xbc\xdf\xc7\x6a\x45\xe5\x8b\xeb\x84\x8e\xc6\xc0\x84\xc8\x8c\xb6\xd6\x55\x75\x3b\x0c\x84\x81\x26\x62\xdd\xf3\x3d\x8e\xa6\x8e\xd5\x22\xcc\x6a\x8b\xe9\x9a\x2f\xa7\x52\x4a\xd1\x8e\xe3\xd4\x9a\x58\x94\x5a\xc1\xd5\xd5\x44\xb9\x2b\xef\xa1\x2b\xfc\x62\x0f\x8f\xbc\x71\x9e\xf7\x5b\xd4\xca\x58\x9a\x95\xcf\x86\x3e\xde\xe3\x73\x54\x32\x1d\x80\x30\xb1\x82\x2b\xf3\x85\x00\xbe\xd7\x2f\xf0\x3c\x9c\xf2\xb9\x33\xc4\xfc\x9f\xf1\x82\xf9\x14\xa3\xf2\xc9\xa9\x97\xe7\x96\x7e\xe4\x0c\xf5\x83\xe1\xe6\x02\x1d\x6d\x88\x7a\xa5\x7f\x8b\x30\x5a\x52\x38\x00\xa3\xb1\x84\x6d\x2b\x91\xda\xa6\xca\x2a\x86\x67\xa7\xd7\x28\x98\x4c\x64\xcd\x17\x9f\x05\x45\xcc\x09\xaf\xa3\x38\x61\xaf\x82\x94\x0d\xad\xd0\xf2\x2d\x0b\xb7\x11\x73\x96\xeb\x45\x16\x2e\xc2\x88\x0d\xad\xa5\x4e\x94\xcb\xf4\xd0\x5a\xeb\xa4\x34\x0b\x27\x5f\xef\x87\xd6\x3d\xa4\x40\xe8\xdc\xb9\x19\x07\xb0\x1c\x4a\x3f\x39\x3d\x3d\x75\xc9\x8a\x1a\x33\x4e\xed\x12\xc9\xa2\x6d\x5d\x5b\xf8\x18\x85\x34\x15\x95\x5e\x11\x30\x37\x6c\x21\x14\xd3\x95\xb1\x38\x9f\xce\x40\xdc\x84\x25\x2c\x92\xcc\x75\x46\x42\xb9\xc0\x62\x12\x1a\x88\xd4\x32\xf5\x44\x21\x0c\xdb\xf6\x44\x2e\x72\x6b\x12\x2a\xc6\x8c\x39\xd1\x86\x23\x77\xac\x96\x9b\x19\x8d\x89\x82\x2e\x38\xa5\x73\x2e\x02\x1b\x15\xe0\x8c\x56\x64\x6b\xdb\x46\xb2\xc6\x65\xdf\x9d\x51\x4a\x55\x81\xc3\x56\xc0\xdf\xe2\x94\x86\x2c\x0b\xe7\xb9\xac\xb8\x65\x61\xbf\xde\x06\x8c\xcb\x52\xe7\xc3\xb5\x5e\x6a\xe6\xd8\x5f\x17\xbe\xe5\x2a\x82\x91\xeb\xb3\xdb\x44\x34\x59\x03\x4c\xa9\xa0\x92\x6c\x38\x1a\xfb\xd3\x1a\xc0\x6d\xe1\x4f\xc9\x73\xa5\xcf\xf5\xd3\xd2\xe7\xea\x49\xe9\x33\x53\x0b\xfe\x1c\xad\x94\xf4\x99\x91\x55\x8b\x52\x11\x08\x22\xad\x70\xd5\xb4\xb2\x03\x4a\x84\x06\xa3\xc2\x55\x97\x34\x42\x6b\x22\x68\x0a\x93\x9b\x72\xc3\x43\xae\x29\x5a\x37\x52\xf8\xba\x89\xc2\xd7\x9b\x14\x3e\x13\xa4\x7d\x6d\x61\x72\x0f\x94\xbb\x44\xb3\xe1\xda\xb7\x7e\x43\x43\xdf\x6a\xaf\x25\xfd\xb6\x2d\x6c\x91\x6b\x4c\xae\x4c\x94\x61\x83\xf4\x33\x4e\xfa\x6a\x99\xbf\xaa\xcc\x58\x58\x79\xab\xa7\x45\xbb\x92\x93\x07\xe8\x9e\x4c\xf0\x70\x34\x19\xfb\xa3\x52\xc6\xbc\xa4\x2e\xb9\xa5\x2e\x39\xe3\x52\xf1\xed\x89\xfa\xf6\x18\x3f\xdc\x1b\x64\x3a\x1b\xde\xfa\xe2\xa8\xeb\x8e\x7c\x84\x9c\x66\xc3\x89\xaf\xcc\xff\x6e\xb1\x29\x40\x7f\xcc\x73\x74\x47\x17\x28\x46\x46\x0e\xbc\xe9\xae\x7f\x8b\x31\xd1\xb5\xc3\x94\xd2\x4b\x7c\x4b\x43\x34\x21\xb7\xe4\x06\xeb\x00\xc9\x67\x82\x96\x55\xee\x97\x84\x7f\x76\xa6\x70\xbd\xcb\x16\xef\x9e\xe9\x56\x9c\x53\xef\xf8\xfc\x84\x2a\x79\xb1\xe3\x1d\x9f\x0b\x84\x10\x99\xd7\xc7\xd1\xf9\x78\x5b\x1e\xb7\xf4\x92\xde\x29\x38\x90\xdd\x7a\xe1\xbc\xe8\x8d\x75\x4f\xe8\x35\xb4\x9d\x49\xd3\x2e\x53\x68\x63\xf8\x9a\x28\x34\x30\xb0\x32\xf6\x1f\x59\x19\x19\xea\xf6\x8f\xf0\x86\x58\xb3\xbf\x2f\xe3\x9f\xc1\x11\xf3\x9e\xb3\x57\x62\x9d\xc6\x15\x13\x67\xa9\x4d\xda\xd4\x99\x94\x6e\x0c\x60\xa1\x59\xec\x6c\x51\x1a\x5a\x7b\xc1\xde\x95\xd5\x52\x5e\x98\x0f\x52\xe3\x66\x05\x16\x01\xb5\x8b\x6f\x5d\x59\x05\x2e\xf0\x30\xae\x1b\x36\x31\x9a\x55\xac\xbc\xac\x3d\x1d\xf2\x4e\xb3\x64\x6b\xcf\x52\xea\x9b\x30\xda\x65\x43\x26\x94\x3d\x7e\x2b\xb2\xed\x8a\xb6\x4f\x34\x40\x81\xab\x32\xac\xe1\x24\xb1\x5f\x36\x85\xd7\x32\x0a\x96\xcc\xb6\xe3\x06\xed\x67\x68\x58\x51\x9a\x48\xac\xa0\x81\xea\xf6\x8f\xe4\x18\x6d\xe8\xcd\x60\x8c\x06\x7f\x02\xa4\xe6\x39\xcb\xfe\xc7\x20\x35\x83\x69\x73\x84\xa4\x0a\x1e\x26\xaf\x00\x26\x8c\x96\x88\x98\x0c\x10\x31\xb7\xc3\x61\x76\xeb\xe1\xbe\x6a\xc4\xe9\xf5\x78\xc3\x82\x68\x32\xaf\xf8\x24\x36\xb4\x2d\xab\x37\x8e\x53\x90\xc4\x45\xcd\xd4\x76\xa0\xe7\xf9\x5e\x4f\x94\xfb\xd8\xa9\xbc\x2a\xf7\x2a\xbc\x7e\x5e\x87\x8a\x2f\x2c\xfe\x5f\x43\x91\x8f\xe9\x40\x75\x91\x8b\x30\xfa\xfa\xdc\x42\xc5\x37\xdb\x8a\x7d\xcc\x8f\x49\x17\x1b\x2f\x9e\x70\xc8\xdb\x2c\x75\x6b\x89\xcf\x8a\x6e\xe5\x75\x8f\x20\xae\x8f\x02\x24\x56\x5c\xe3\x81\x2f\x61\x9f\xe2\x30\xca\x5e\x3e\x1a\xcc\x40\xa3\x93\x1f\xf9\x5e\xb7\x8c\x77\xd7\xfd\xa6\x90\x55\x25\x04\xb7\xda\xc5\xf5\x20\xc6\xa9\x65\x39\x2c\x9a\xa6\xbf\x86\xd9\xbc\x0a\xc8\xdd\xc3\xc8\x52\x4f\x2c\x6c\xd4\x56\x25\x6e\xf7\x03\x67\xc4\xfc\x32\xde\x38\x3d\xdb\x12\x6a\x2a\xa0\x89\x11\xbd\x24\x2d\xd7\xe6\x78\x18\xf8\x3a\x56\x09\x28\x11\x02\x63\xa7\xc6\x4c\x2b\x3b\x25\xd9\xac\x49\x8a\x7d\xbd\xc9\xef\x28\x51\x8d\xa4\x7c\x51\x5c\xab\x71\x74\x7d\xaf\x57\x8b\x46\x42\xf6\x7b\xfe\x7e\x0f\xba\xf5\xb1\xcd\xb1\xa2\xa6\x59\x78\xf7\x94\x7f\xe7\x06\x39\x65\xd9\x76\x7a\x7a\x6c\x6b\xa7\xcb\x8c\xa3\x6c\x12\x2f\x9e\xcf\x26\xf8\x87\x16\xb1\xe4\xb7\x0d\xac\x62\xff\xf1\xf5\xb3\x2c\x3e\x0d\x9f\x72\xeb\xde\x5a\xba\xf8\xb4\xa9\xf0\xa7\x0e\xa4\x7b\x10\xe0\x52\xc2\xbf\xcd\x92\x78\xf9\x4a\x02\x93\x91\xb0\x92\xaa\x66\x93\x69\x5f\xd8\x6a\x85\xb6\xed\xb5\xb4\x96\xca\x24\xe8\xca\x47\x15\xaa\xd6\x50\x1a\x24\x14\xa6\xc5\x9b\x31\x39\xa8\x7b\x1c\x9f\x06\xc7\x70\x04\x9b\xd1\x76\x15\x11\x94\x24\x28\x23\x9e\xe7\xf5\x3d\xcf\xc3\x46\x58\x57\x03\x1b\x24\x6b\x5b\xbb\x61\xba\x1b\xc5\xd9\x6e\xb0\x2b\x00\xce\x39\x3b\xd8\x5d\xf1\xca\x58\x78\x27\x94\xf6\x4d\x27\xfb\x83\x41\x6f\x7f\xc8\x3b\xd6\x8f\xd0\x60\xd0\x3d\xda\x6f\x23\x94\x75\x00\x78\x73\x1f\x9f\x9e\x7a\x2e\x26\xd9\x7f\x79\x6e\xb7\xdf\x1e\xec\xf7\xba\x2e\xd6\x3a\xbd\x10\xc2\x31\x21\x83\xde\x44\xbc\x8a\x92\x81\x3c\x2b\x38\x52\xcf\xc5\x9b\x9c\x22\x8c\x26\x8b\xf5\x14\x82\x4c\x95\x1d\xab\x12\x1b\x98\x5a\xab\xf5\x6f\x1d\x98\xc2\xf8\x58\x3b\xc5\x3d\x27\x10\xa1\x31\x95\xeb\x53\xf8\x5b\x96\xbe\x30\x0b\x16\xe1\xe4\x09\x27\xe2\x0d\x6a\x0e\xb7\xcf\xe1\x6f\x3b\x00\xe4\x6b\x01\x1c\x02\x1e\x0e\xb0\xdc\x7c\x95\x5d\xd7\x64\x16\xa7\xd9\x5d\x69\x1b\xb7\x19\x8c\x4c\x87\x1e\x2b\x2d\xe6\x42\x1d\xb9\xe7\x54\xa3\xbc\x0e\x9b\x2d\xdc\x7c\xc4\x25\xcd\x84\x44\xba\x8c\xb6\x0e\x59\x46\x36\x4c\xda\x70\x65\x39\x82\xf0\x61\xd0\xfe\x6f\x59\x85\x9f\x5e\xfb\x9b\xa5\x9c\x79\xc2\x66\x8d\xdc\xa3\x1e\xaa\x67\x73\xdd\x73\xcb\xf3\x25\x65\x6d\xa3\x29\x35\x09\x6e\x9b\x27\x3e\xdf\xbf\x3a\x49\x70\x0b\x9b\x6b\x63\x75\x6a\x64\x05\xa3\x31\x49\xa9\x7b\x1c\x9e\xa6\xc7\x58\xba\xbf\xa8\x7d\xef\x28\x05\x80\x60\x92\x9e\xc4\xb6\x5d\x7d\x56\x52\x75\x3a\x2e\x9d\x76\x82\xfa\xa4\xdd\x12\x3a\xab\x5b\x0f\xf4\x53\x37\x64\x32\x05\x8d\x84\xad\x58\x90\xf9\x02\x5b\xab\x02\x52\x53\x66\xf7\x2d\xab\x5e\xba\x0c\x16\x4f\xb8\xb9\x6f\x8c\x9e\xfc\x66\xcb\xa4\x79\x56\xc8\x99\x06\x19\x26\xcd\x82\x24\xdb\x22\xc5\x94\xcf\x2a\xdc\xa9\x4c\x7e\x54\x92\xa9\x7c\x1d\x53\x89\xdb\xcd\x25\x91\x6f\x14\x6b\x34\xd1\x60\x12\x3c\x2a\xb3\x04\x24\x2e\x65\x96\x98\xc4\xed\x40\x7d\x49\x29\x0d\xbe\x49\x66\xa9\x07\xa5\x69\x1e\xbd\x2c\x09\xbf\x3e\xb1\x7c\x6f\x0e\x9f\xfc\x68\xdb\xf8\x3d\x16\x27\x50\x17\xbc\xbe\x7a\x6e\xa9\xeb\xed\xb2\x77\x3d\xe2\xcd\x96\x22\x9f\x19\x7b\x41\x7c\xb1\xad\xc8\xa7\xd6\x93\x3e\x46\x02\xa7\xf6\x59\x65\xf6\x74\x49\x80\x8b\x09\x25\x7d\xcb\x22\x52\x07\xe9\x1d\x1c\x56\xad\x59\x3d\x4f\x86\xa1\x3d\xea\x63\xe7\x6f\x67\xff\x04\x2d\xff\xbe\x44\x09\xf0\xba\xfb\x02\x26\xc0\xeb\xf6\x05\x4e\x00\xc4\x3c\x57\x81\xd3\x01\x29\x00\x62\xc0\xcf\xe1\xc2\x15\x58\x01\xfb\x9e\x80\x0a\x38\x38\xc2\x80\x12\xd0\x3b\x14\x18\x01\x87\x9e\xc4\x08\xe8\x77\x15\x46\x80\x2b\x31\x02\xfa\x3d\x4c\x6e\x95\x25\xde\x99\xf4\x56\xb9\xa3\x02\xe5\x86\x7c\x54\x56\x7c\xe7\x70\xd1\xc7\xe4\xa5\xb4\xef\xfb\x2a\xf1\x47\xc8\x17\xfa\x11\x3c\xff\x5f\x3a\x33\xf2\x99\xde\x39\x33\xf2\x8a\x66\x2a\x28\xfb\x7b\x9a\x39\x7f\x3d\xff\xf8\x81\xfc\x8b\xbe\xb7\xed\xf7\x8e\x00\xfb\x0d\x67\xf7\xe4\x03\x9d\x21\xeb\x72\x1e\x4e\xa7\x2c\xb2\x30\x79\xcd\x6f\xab\x01\x74\xde\xd2\x87\xc2\x59\x49\x03\xe8\xb7\xe9\x99\x30\xc7\xbe\x5a\x30\xf2\x8e\xae\x91\x95\x42\x09\x9d\x84\x5d\x87\x69\x96\xdc\x5b\x98\xbc\x29\x93\xb9\xa4\xf3\x07\xbf\x8d\x57\x9d\x32\xe5\x07\xba\x81\x72\xf1\x53\xd3\x81\xfb\x2b\xdb\x6e\xb5\xce\x9d\x19\xf9\x99\x66\xce\xdf\xc5\x37\xe4\x77\xda\xfa\x39\xcf\x5b\x3f\x97\x1f\x57\xef\x20\xd0\xf3\xab\x79\xb8\x98\x92\x5f\x68\x64\xdb\x69\x83\x66\xe6\xa0\x45\xcf\xd0\x27\xf4\x50\xc0\x72\xf9\xd0\x6c\x77\xf5\xa9\x5c\x50\xe5\xa2\x7e\x50\x60\x87\x73\x18\xfe\x17\x57\x54\xd4\xa5\x96\xf9\x0b\xfa\x81\x64\x78\x27\xd2\xfe\x00\x3f\x8c\xb2\x31\xf9\x24\x5f\x22\x91\x6d\xb3\x16\xa5\x3f\xd8\xf6\x27\xfe\x22\x89\x70\xe1\x7f\x22\xbf\x36\xf8\x43\xbf\x19\xb1\x31\x3d\x43\xaf\x0c\x6f\x13\x0d\x3c\xe7\x5c\x7e\xa5\x8c\x64\x05\xf9\x91\xfe\x64\xdb\xb2\xaf\x8d\x7e\x73\x54\xe4\xf9\xe1\xe6\x04\xdb\x78\x9b\x15\x8d\x80\xa6\xa6\x32\xec\x55\x41\xfe\x59\xc5\x3e\x8c\x2a\xbe\x9f\x3f\xd8\xf6\x3f\xd1\x1f\x90\x4c\x6e\x40\xf6\xa2\x97\xc2\x11\x9b\xdc\xa0\x08\x93\x04\xbd\x21\x19\x1e\xa2\xc8\x61\x9a\x7a\x00\xb9\x9c\x7c\xc0\xb6\xcd\x46\x1f\xc6\xa3\x6c\x6c\xdb\x48\x5e\x51\x11\xd6\xf7\x0c\x45\xda\xfa\xff\x6a\xc1\xfc\x5b\xe4\x42\x40\x3f\x8c\x7d\xf9\x6d\x9e\xf3\x8e\xfd\x40\x6e\x91\x47\x1e\x0a\x8c\x89\xce\xc0\xc5\xe4\x17\x59\x51\xec\x7f\x92\x57\x05\xf9\x5b\xdd\xa6\x90\xaf\x31\x1a\xd9\x92\x44\x74\x85\x32\x7a\x05\xe8\xc6\x21\x75\x49\xac\x0f\x3d\x8e\xe3\xd3\xf0\x18\xff\x13\x71\xd1\x31\x1a\x85\x7c\xd7\x92\x8d\x92\x32\xde\x23\x2b\xc8\xdf\x1b\x06\xf1\xad\x79\x38\x41\x2f\x11\x44\xa3\x2b\xfd\x48\xa4\xb7\xe8\x0f\xb6\xcd\x7b\x88\x09\x64\xe1\x3f\x08\xc3\x60\x58\x89\x32\xc0\x9d\x93\x6a\x0d\xb8\x7e\x03\x17\x32\x8d\xf7\x1d\x44\xdb\xfb\x30\x1e\xb1\x31\xce\xf3\x0c\x17\xe4\xbb\x4d\x1c\x0b\x46\xaf\xaa\x63\x02\x14\x28\xf3\xcb\x20\xbf\x3f\x48\x86\x4b\x0a\x66\x86\xaf\x4b\x54\x79\xaf\x32\x60\x79\x5e\x19\x50\xe8\xf4\xa8\x28\xc8\x3f\x9a\x81\x16\x49\x44\x3f\x23\x5e\x13\xac\xf6\x89\xee\x71\x64\x60\x42\x40\x29\x34\x12\xb8\x10\x79\x9e\x51\xfa\x01\xfe\x06\x79\xae\xb6\x77\xa5\x3c\x50\x90\xbf\x6e\x2d\x05\x28\x92\x84\xf4\x33\x8a\x86\x7f\xf8\xa2\xc4\x98\x97\xc8\xb7\xa1\xfa\x28\x2d\x38\xc6\xa2\x61\x34\x14\x71\x29\xf2\x3c\x82\xfe\xff\x01\xda\x1a\x8b\x22\xdf\x8c\xb2\x72\x90\xe3\x62\xe7\xa7\x3c\x47\x31\x42\xaf\x4c\xef\x6a\xe9\x22\x53\x99\x30\x72\x0b\xab\x11\x5f\x90\x25\x38\x71\xb9\x8b\x35\x4c\x32\x5b\x96\x50\xb8\x33\x3a\xd9\x14\x97\x9a\x55\xb0\xc4\xf0\xad\x8f\xc4\xee\x47\x10\x92\x34\x35\xfe\x83\xc0\xb4\xd3\x74\x22\x2e\x47\x1f\xc6\x40\x65\xa8\x24\x1b\x98\x6b\xbf\x28\x39\x8e\x4f\xa4\x08\x6b\x7c\x97\xdd\xc8\xb6\x7f\xb7\xed\x5f\xd0\x0f\x4d\xe6\xaa\x29\xcb\xfc\xac\xc0\xe4\x57\xf0\xf3\xfe\x46\xc8\x22\xe9\x03\xf4\xb5\xc0\xe4\xa3\x33\xa3\xdf\x91\x97\xce\x8c\xfe\x93\x28\x1b\x65\xbe\x70\xd1\x7f\xc0\xed\x21\xbf\xfd\x3b\x39\x77\x66\xf4\xaf\x9c\x6f\xb6\x00\xcb\xc7\xb6\x63\xf4\x03\xb1\x9a\xd6\x23\x8b\xfc\x1d\xc8\x7b\xea\xcc\x9a\x9c\xd4\x7f\x45\x33\xf0\x89\xc1\x24\x44\xa1\xf3\x63\x3b\x74\x7e\x6d\x87\xce\x9b\x17\xad\x9f\xc8\x83\x18\x1c\xff\x55\x51\x72\x83\xff\xa6\x66\x98\x32\x12\xa6\xaf\xe0\x28\xe1\x7c\x95\xb0\x60\x0a\xcb\x9f\x62\xb2\x04\x2c\x31\x89\xb4\x8a\x23\xc2\xd8\x83\x48\x00\x1d\x02\x07\x9c\xc4\x58\x52\x89\x01\x08\x45\xd6\x51\x3a\x89\x57\x3c\xbb\xb4\x82\x40\xce\x18\x75\x8f\xff\x5b\xd1\x00\x63\xc7\x78\x86\xfe\x7b\xc4\x44\x8c\x59\x4d\xec\x8c\x7e\x45\x33\x27\xcd\xe2\x84\x61\x92\xf0\x4f\x32\xb5\x11\x3d\x4d\xd8\x31\x9e\xa3\x8c\x8d\x12\xf1\x11\x38\xea\xa8\x06\x4b\x6a\xb4\x08\x9f\x38\xcd\xda\xd4\x77\x84\xb5\xa9\x65\xe1\xe1\xbb\x11\x1b\xfb\xfc\x0f\x7d\xc5\x07\x9a\x7c\x65\xf7\x6f\x6a\x1f\x85\x33\xd4\xfa\x91\x77\x6e\x9d\xea\x99\xa9\xb7\x11\x0b\x0f\x27\x76\xdd\x80\xdd\x30\xda\x7d\x87\xc3\x19\x7a\xc7\xb9\xb6\x11\x26\x39\x2b\xc8\x3a\x65\xe7\x2c\xcb\x4c\xf0\x6b\xfc\xf0\x3b\x6d\xb9\xe2\x51\xb8\x5c\x99\x5e\x2d\xf0\x08\x1c\xc8\xaa\x0d\xad\x63\x51\x3e\x7e\xb0\x9c\x0d\xcf\x10\xc3\xfe\xdf\xd0\x99\xf0\xf8\x2b\x48\xcd\xcd\xf1\x9f\x64\x03\x7c\xf2\x6f\x64\xab\x8f\xd8\x77\xa4\x01\xcc\xd0\xff\x47\x2d\x55\x8c\x45\xea\xff\xb5\x10\x6c\x20\x62\xb4\x22\xb4\x9c\x3b\x33\xc4\x97\x3d\x63\x08\x23\x66\xb4\xac\x39\xb7\x86\x41\xe5\x19\xdd\x4b\xbf\x30\xf2\xde\xb6\xcb\xfc\x50\xeb\x27\x30\xc7\xaf\x1f\xa8\xbd\x42\xfa\x30\x4d\xb8\xd2\x5a\x2d\xfa\x2f\x24\x56\x1b\xeb\xa1\x80\xbb\x87\xc0\x67\x85\x71\x2f\xea\x25\xa6\x1a\x26\x16\x17\x3b\x61\x1f\x29\x25\xce\x2d\xaa\x43\xbe\xf8\x8e\xd8\x98\x84\xd4\x3b\xde\xe0\x81\xe1\xb1\xf2\x60\x2c\x79\x61\x28\xa8\x7a\x86\x12\xca\x57\x0d\x6f\x4c\xd0\x35\xe2\x9c\x5b\x1f\xe1\xc3\x7a\xfa\xa3\x61\x3a\xb2\x84\xe7\x15\x20\x60\xb9\x44\x36\x59\x7b\x02\x70\x50\x52\xb3\x2e\xc0\xa4\xf5\x23\x17\x0f\x34\x99\x62\xc2\xcb\xa6\x19\xf9\x97\xb4\xc2\x78\x2f\xb0\x2f\x89\x21\xb8\x8d\x5e\x8f\x55\xb8\x49\x23\x95\xbc\x36\xdf\x51\xd1\x17\x30\x59\xa0\x57\x7a\x7e\xf2\x3b\xbe\x93\x56\xa1\x4d\x38\x7b\x5b\x20\x29\xcb\xcb\xae\x95\x60\x6f\xda\x9b\x44\x21\x61\x4a\x6b\x7d\xb7\xef\x7b\x6e\x9f\x94\xf0\x82\x87\xbe\xe7\x1e\x6a\x6f\x93\xd2\x9a\x5f\xa1\x16\xec\xfb\x5e\x77\xdf\x08\x42\x5e\x8d\xc4\xe9\xf5\x0f\x7c\xaf\x7f\x40\xbc\x81\xeb\x7b\x03\x97\x78\x03\xcf\xf7\x06\x5e\x89\x6a\x60\x9e\x69\x7a\xfe\xbe\xd7\xe0\xde\x2c\x23\x16\x74\xfd\x83\x2e\x39\x38\xf2\x0f\x14\x8a\x9f\x44\x35\xe8\xfb\x47\xfd\x7a\x24\x83\x7a\x08\xce\x27\x34\x1f\xfb\x4a\x8b\x35\xa8\xba\xfa\x83\x76\x3c\x50\xca\x91\x54\x6e\xc9\xd6\x32\x72\x01\x04\xa5\xfd\x61\x3d\x9b\xb1\x44\xee\xf9\x0e\xf8\x9e\x2f\xaa\x3c\x98\xd1\xc8\x79\x1d\x64\xc1\x2f\x21\xbb\x25\x53\x9a\x38\x2f\x7f\xf8\xc5\xb6\xd7\x4e\x98\x42\xca\x9c\x4e\x8c\x41\x05\x2d\x05\x78\x3d\xfd\xf2\xf6\xec\x57\x8d\x78\xf7\xab\x50\xb7\xaf\x5b\x94\x4e\x30\x79\x30\xb2\xf7\x27\xca\x05\x56\xe0\x2d\x24\xce\xab\x8f\x1f\xce\xbf\x7c\x96\x31\x7c\xc5\x4b\xe0\xda\xc7\x4b\x6b\x9a\xe4\x53\xdb\x9e\x02\xe6\x59\x0a\xf1\x01\x56\xca\xc7\x90\x28\x8d\xcf\xcf\x8f\x05\x27\x6a\x45\xec\x76\x77\x82\xba\x58\x9b\x78\x4a\x81\xc3\xb9\xba\xcf\xd8\x3b\x1d\xfc\xaa\x5a\x9b\xa6\xe8\xd5\xda\xaa\xab\x45\xe9\xdc\xb6\x4b\x16\xab\xe6\x8e\xb4\x6e\x0d\xa5\xb9\x8b\x29\x88\x53\x99\x68\x14\x4a\x22\x88\x56\x93\xf0\x51\x8b\x51\x2d\xec\x75\x02\x48\x12\xec\x16\xc9\x99\x3a\xc1\x18\x05\x28\xed\x44\x18\x4b\xcf\xa5\x99\x2c\x65\x25\xef\xa4\xbf\x4c\x74\x92\x1e\x63\xf0\xd0\xfa\x39\x8c\xb2\x43\xb4\x6c\xb7\xc9\xd4\xb9\x56\xb7\x51\xbb\x5d\xea\x1a\xd7\x45\x51\x42\xd3\x98\xed\x37\xa2\x18\x1b\xa0\x1f\xd5\x68\xd7\x5e\x7f\xe0\x7b\xfd\x01\xf1\xfa\xfb\xbe\xd7\xdf\xdf\x06\x63\x51\x7a\x98\x3e\x15\xaa\xb5\x24\xa3\x96\x20\x78\x4e\x87\xe4\x41\x51\xa6\x2f\x88\x5f\x53\xaa\xd4\x8e\x56\x2b\xa1\xd5\x99\xf5\x58\xae\xfc\xe3\x3e\x46\x16\x60\x3c\xf6\xba\x16\xe9\x3f\xae\x84\xe6\xdc\xbb\xae\xae\x11\x89\x4a\x2d\xdb\xf7\xbd\x3e\xa8\x6c\xea\xd1\x4f\x2b\x45\xed\xf7\x2d\x72\xf8\xe7\x15\xd5\x6b\x2e\xea\x6d\x94\x79\xfb\x55\x7b\xcb\xff\xc3\x82\x36\x83\x5c\xab\x82\xfe\xe4\xce\x1b\x6c\x2d\xe8\xb0\x6a\x5d\xfc\x7f\x58\xce\x7e\x73\x39\x7c\x56\xfc\xc9\x5d\x77\xb0\xbd\xa4\x3f\xb9\xef\x0e\xb7\x97\xf4\xe7\x76\xde\x26\xae\xf5\x9f\x54\x90\x0e\x24\xab\xcb\xaa\x46\xa1\x6c\x36\x13\x12\x2e\xfc\xae\x58\x08\xfb\x5d\x8c\xdc\x4d\xbd\x27\x2c\x85\x47\x07\x62\x29\x1c\xb8\x42\xe5\xc9\x97\xc6\x89\x34\x2e\x12\x1a\x4f\x7e\x31\xa5\xad\xc8\x79\x39\xe1\x3b\x99\x7f\x08\x51\xcf\xb6\xad\xca\xbd\x15\x46\xbb\x11\x99\xd3\x80\x33\xd2\x5f\x59\xf0\x95\xac\x9a\xfc\xd5\xc9\x92\xae\x9d\xf5\x0c\x76\x2f\xb5\xe8\x64\x7f\x9e\x9d\xd2\x35\xdd\x08\xfe\x1b\xce\xd0\x82\x0b\x85\x92\xa5\xce\xcb\x63\x86\x96\x58\x51\x96\x68\x22\x55\x7f\xbc\xf2\x10\xd3\x17\x22\xca\x83\x9f\xe7\x50\x63\x5a\x8c\x35\x78\xc0\xf6\xf0\xc0\x6b\x30\x87\xda\xc8\x8e\xc8\xd0\xc0\xf7\x74\xc3\x66\x4b\xbd\x43\x6e\xc8\x35\x59\x93\x96\xcb\x07\x7d\x67\x66\xdb\x53\xdb\x46\x29\x42\x89\x00\x38\x78\x55\x6a\x0f\xd0\x4d\xa5\xa2\xa5\x7c\x79\x8d\x49\xe0\x7c\x38\x3b\x7b\x4d\x5b\x2e\x09\xd1\xc8\x12\x1a\x49\x8b\xf0\x8d\xad\x45\xac\x6b\x06\x96\x06\x2c\xb3\xc6\x1b\x3e\x01\x19\xbd\xaf\xc4\x9f\xce\x46\x6c\xbc\x13\xa3\x8c\x30\x62\xd0\x6a\x28\x7b\x33\xe3\x92\xf6\x8a\xcb\xc5\xf2\x1c\x76\xc6\xc5\x6c\x71\x05\x0b\x6e\x22\x76\x36\xb1\x3c\x6c\x9d\x8d\xd8\x18\x3e\x57\x9b\x0b\x5e\x09\x4a\x99\xf0\xa0\x8d\xd5\x91\xbc\x11\xf2\x9c\x64\x80\x1d\x56\xe0\x0a\xb0\xb1\x32\x21\xeb\xfa\xfd\x2e\x19\xb8\xfe\xc0\x15\x86\x64\x55\x18\x1d\x21\x4f\xaa\xf8\x05\xf5\xb8\xaa\x8d\x92\xe4\x40\xa1\xe3\xf7\xc1\x89\x43\x8f\xcc\xff\x0f\x16\x75\x00\xd3\x83\x12\x83\x84\xa4\x55\x9d\xf0\x24\x27\x19\x69\x79\xb5\x08\xd3\x46\x4f\x40\x8b\x9f\x15\x3d\xe3\x40\x89\xce\x5d\x05\x26\x24\xb1\x02\x7a\x32\x96\x61\x7f\xa0\x8f\x4c\x41\x0a\xb2\xc8\xc3\x6c\x11\x64\xef\x83\x55\x43\x58\x98\x14\x20\xbe\x4c\xab\xcc\xdd\x58\x28\x23\x43\xb4\x36\xac\x98\x02\xb4\x26\xbc\xcf\x51\x4a\xd6\x64\x4d\x32\xe2\x12\x8f\x18\xe6\x0d\x23\x6f\x8c\x49\x2a\x24\xb0\xde\x00\x23\x4b\x16\x29\x84\xaf\xba\x17\x8f\x80\x58\x1a\xf8\xbd\x01\xe9\x0f\xfc\xfe\x40\x09\x5a\x07\xfe\xbe\xa0\x81\xe7\x9c\xa3\xf6\x3d\x61\x83\x50\x6b\xf3\x23\x66\x1b\xda\x16\xed\x19\xe6\x19\xaa\x5d\xa5\x95\x47\x41\x1e\x64\x13\x3c\xdf\x3c\xca\x7e\x24\xdc\xab\xc4\xd6\x76\xcb\x0a\x9b\x78\xe7\x2c\xca\x92\x70\x5b\x85\xb5\xdd\x9c\xe7\xfa\x9e\x67\x78\x4b\x1f\x3d\x65\x70\xe4\xa9\x63\xe6\xbe\x5c\x63\xe0\xa0\x8a\x53\xcc\xa0\xb7\x59\x89\x6d\xba\x92\x74\x8b\x5e\x20\x20\x29\x8d\x84\xcf\x51\x08\xe1\x32\x13\x94\xf2\x65\xe9\xa1\x20\x33\xea\x1e\x2f\x54\xc7\xce\x8e\xb1\xde\x6e\xa0\x80\xae\x51\x4a\x32\xba\x18\xcd\xc0\xa0\xc0\xb6\x63\x34\x11\x58\x66\xb2\xc1\x93\x1a\x06\x83\xc4\x29\x51\xbb\xde\x41\xcf\x1f\x18\xc7\xfd\x8f\xc4\xab\x35\xba\xdc\xdb\x6c\x2d\x6c\xea\x9f\xdd\xe3\xcf\x01\x88\x1a\x48\x87\x60\xb5\xc0\xc3\x9e\x35\x96\xa8\xe3\xfa\x94\xff\xb3\x09\x26\x39\x0b\xa3\x60\xb1\xb8\x6f\x38\xcf\x0f\x25\x7a\xab\xc2\xd9\xcc\xf3\x48\x5d\xf2\xb9\xdf\xa0\x25\x61\x3b\xa6\x5a\x17\x20\x15\x83\xf2\xd0\xa9\x04\x46\x82\xa5\x03\xe1\x3a\x5c\x64\xd9\x1d\x05\x2e\x7c\x46\x9e\xf7\xad\xd0\x36\x8a\x4f\x75\x67\x4a\x50\x46\xb9\x0f\x13\x90\x8a\xb5\x00\x82\xf5\x88\xbe\x4f\x58\x72\x69\x97\x6b\x61\xfb\xfe\x8b\x00\x6a\xbf\xd8\xf3\xdc\x0b\xe7\x62\xda\x46\xf0\x17\x0f\xd1\xee\xfb\xf8\x2a\x5c\xb0\x8b\xbd\x8b\xdb\x36\x1e\xee\x9e\x07\xb3\x20\x09\x2f\xf6\xf6\x84\xab\x4c\x64\xda\x83\x85\x86\x85\xc5\x2a\x98\x9e\x45\xcd\xc6\xd4\xcf\x63\x23\x70\x38\x26\x8f\xc8\xbb\xbe\xd7\xeb\x6a\xc8\xc9\x92\xb4\x9e\xa5\x46\xf9\xff\xa0\xe5\xe7\x59\xb0\x2d\x0c\xfd\x33\xdb\xee\x3e\xd1\xf6\x5e\x3d\x7e\xf0\x56\xb3\x84\x77\x6c\xf6\xcc\x55\x9e\xf7\x3b\x81\x6f\xa1\x3d\x56\xd5\x4c\xa1\xf7\x68\x2c\x61\xb3\xe4\xcf\xe1\xf5\xfc\x99\x45\x77\x75\xd1\x67\xd1\x74\xa3\xe0\xcd\xcd\xf6\xc0\xc5\xc8\x0a\xd2\xfb\x68\xf2\x56\x1e\x5f\x88\x8f\x84\x3a\x0f\x3e\xaa\x2d\x8e\xa5\x95\x17\x43\xde\x7e\xbf\x0c\x79\x22\xdd\x5c\x55\xcc\x63\xb9\xad\x38\x90\x00\x33\x87\x87\xd2\x5f\x92\x73\xa8\x35\x4d\x91\x15\xea\x02\xc9\x82\xdf\x57\x02\x63\x90\x09\x0d\x84\x9e\x8d\xcc\xe8\xc3\xab\xf3\xf3\xcf\xeb\x05\x7b\x17\xa6\x99\xdf\x72\xc9\xab\xf3\xf3\xf3\xec\x7e\xc1\x5e\xb3\xc9\x22\x48\x20\x38\x96\xdf\xf2\x78\xf2\x2f\x9c\xc1\x8a\xd7\x3c\xf2\x6a\x11\xb2\x28\xfb\xcc\x26\x99\x4a\x79\xfd\xf1\x7d\xed\x56\x14\x69\x24\x7c\x89\xbf\xb2\x48\x15\xf4\x3a\xc8\x82\x2f\x49\x10\xa5\x33\x96\xbc\xcd\xd8\x52\xbd\xf7\x26\x5c\xe8\x52\x7e\xfa\xf2\xfe\xdd\xcb\xc5\xe2\x55\xbc\x58\x08\xd4\x73\x95\xb8\x99\xf2\x26\x4e\x96\x67\x0b\xc6\x69\x55\x25\x9d\x33\xfe\x8e\x91\xf8\x9e\x4d\xc3\x40\x95\xff\x3e\x5c\xb2\x2f\xf7\x2b\x06\x1d\xc1\x9f\x7e\x08\x96\x6c\xfa\x21\x9e\x32\x2e\x5e\xf1\xfb\x78\xaa\x7b\xe5\x53\x10\xf2\xd6\xfe\xbe\x66\xa9\x6e\xe1\xa7\xc5\xfa\x3a\x8c\xca\x2b\x9d\xd1\xf9\x2f\x3f\x0a\x45\x9a\x7a\xf3\xfc\x97\x1f\x45\x20\x32\x23\xe1\x53\x90\xcd\xcf\xd9\xb5\x99\x12\x87\x51\x66\xdc\x57\xbb\xef\xfc\x97\x1f\x45\x6f\xc5\x89\xee\xaa\x73\x70\xb4\x11\xaa\x31\x9d\xc6\x07\xef\x7c\xce\x58\xa6\xea\xfe\x85\xdd\x65\x5f\x92\x60\xf2\xf5\x55\x39\x7c\x3a\x4d\x27\xc4\xeb\x89\xaa\x6f\x41\xa6\x34\x41\x33\x0c\x80\x1e\xf3\x93\xa9\x3a\x97\x9f\xb7\xdb\xd2\x4d\x96\x2c\xe9\x74\x34\x1f\xf3\xad\xe4\x68\x39\x26\xd7\x34\xe4\x3f\xf7\xf4\xda\xb6\x8d\x38\xd8\x00\xa8\x60\xdb\xe8\x7e\xb4\x1e\xe7\x79\x8c\xee\xc9\x9a\x4c\x30\xb9\x1f\x2d\xe4\xed\x82\x2c\x31\x09\x46\xcb\x31\x9d\x90\x1b\x8c\x39\xf5\x83\x0e\x35\xc3\xf7\xa3\xd5\x38\xcf\x23\x74\x4f\x56\x24\x1b\xad\xc6\x52\x00\x2f\x23\xf7\xd4\xe2\xad\x78\xfb\x7d\xdf\x2b\x95\xde\xa0\xee\x3e\x3c\xf4\x0f\x0f\x61\x96\x3d\x25\xc5\xf5\xf6\x4b\x45\xdf\x0f\x80\xbd\xf5\x76\xb9\xe4\xb4\x92\x31\x1f\x70\xc2\xc8\x64\xc1\x82\xc4\x4c\x84\x04\xc9\x04\x05\xe6\x70\xc9\xfc\xb6\x48\x71\xca\x38\x6a\xbf\xca\xea\x47\x63\xa9\xba\x8e\xe9\xde\xfb\xf3\xb7\x67\xbb\xce\x85\xa3\xb9\xb9\x19\xd4\xa2\x59\x85\xa1\x4c\x09\x36\x78\x77\x97\xc4\xb4\x05\xb0\x4c\x12\xda\x40\xbd\x40\xba\xa5\x29\x05\x8a\x86\x06\xbb\x6b\x3a\x9b\xc9\x86\x99\xff\xa6\x34\x81\x95\xc0\xc5\x82\x21\xc6\xb8\x00\x8d\x70\x51\x00\x98\xe3\x8f\xed\xc4\xf9\x01\x60\x50\x63\xe8\xc4\x2f\xe1\x92\xc5\xeb\xcc\x0f\x50\xe6\x94\xb7\x98\x6f\xe1\xdf\x46\x19\x4b\x6e\x82\x85\x7a\xa6\xee\xa5\x0d\xa8\xb9\x9e\x68\x59\xa2\x57\x8d\xf2\x4b\xc0\x03\xae\xe7\x0e\x40\x9e\x77\xfb\xe2\xa7\x87\x49\x65\x9f\xdf\x05\xd9\xde\xed\xf9\x3d\xb7\x07\x94\xd0\x73\xfb\x30\x44\x3d\x77\x20\x24\x16\xc8\xf9\xa0\x9e\xb3\xd0\x8d\x3f\xbe\x7e\x93\x64\xd3\xb8\x2a\xa2\x89\x33\x0f\x52\x43\xee\x26\x61\x93\x30\x27\x0e\x9d\x86\xf2\x30\xfc\xa1\x20\x31\x0d\xb5\x29\x51\x9e\x5b\xff\xeb\x7f\x69\x16\x4e\x02\x1a\x3a\x95\x65\x04\x9e\x57\x17\x16\x92\xd2\xd0\x31\xb8\x3c\xbc\x62\x72\xfd\x12\x39\x43\x60\x0d\x83\xee\x4b\x40\x12\x40\xf8\x79\xdd\x04\xd3\xb6\x62\x39\xcc\xfc\x25\x89\x55\x33\xc5\xb9\x2e\x0a\x4d\x54\xde\x00\x94\x0e\x5f\x51\x94\xe7\x23\xc3\x7c\xc3\xb9\x0c\xa3\x9b\xf8\x2b\xdb\x08\xe3\x2a\xa8\x75\xb2\x53\x27\xe5\x90\xc4\xa0\xe1\x88\x28\xa5\x53\x79\xb8\xcd\x73\x96\x26\x1d\x3f\xb2\x48\xb4\x74\x37\x4c\x77\x83\x45\xc2\x82\xe9\xfd\x6e\xb2\x8e\x22\x2e\xde\x08\x5f\x54\x4a\xe9\x5c\x9c\x30\xc2\xd7\x16\xa5\x34\x94\x19\xc5\x3b\xda\xd0\x4c\x20\xb3\x24\xce\x92\x65\xf3\x78\x4a\x43\x92\x38\x41\x72\x4d\x63\x85\x0f\x13\xd0\xc4\x99\xb2\x05\xbb\x0e\x32\x60\x60\x1a\x5b\xe4\x23\x0a\x24\xc2\x4d\x0a\xa5\xa4\x94\xd2\x15\x9e\xc4\x51\x16\x46\x6b\x2d\x9b\xa7\x45\xc1\x6b\x10\xb1\xbb\x8c\x57\x40\x95\x83\x39\x1b\x89\x32\x9a\x38\x97\xf2\x37\x48\xae\x77\x54\xd4\xfd\xb2\xc2\xfa\x7d\xd5\x15\x13\xd5\x15\x74\x2e\x6a\xba\x93\x38\xd3\x30\x5d\x05\xd9\x64\x7e\x76\x37\x61\x2b\x21\xc0\xf3\x27\x02\x6f\xc5\x92\x6a\x1e\x23\x33\xdb\x4e\x9c\xe0\x2a\x59\xaf\x20\xb6\x08\x3c\x15\x79\xe1\x9d\x88\x4e\xa5\x5b\xf4\x42\x0e\xd0\x0e\x54\x3f\x4e\x96\xc1\x82\xe7\xb1\x76\x60\x98\x45\x75\x12\x70\xab\x1e\xce\xfd\x19\x59\x43\xaf\x35\xf4\x80\xb4\xdf\x83\xe7\xc2\x30\x5f\x7c\x55\x14\x65\x2b\x45\xa6\xb6\x8d\x44\xab\xe4\x50\xc8\xe7\x72\x40\xd6\xa2\x49\x45\x01\xd8\xc5\x01\x26\x71\xa1\x29\x58\xd5\xf5\xa1\xc4\x73\x7c\xe0\x39\xfa\xaa\xe2\x5c\x92\xf5\x59\x09\xd2\x51\xd4\x01\x1e\xe5\xeb\xb2\x44\xfe\x76\x54\x14\x05\x73\x6e\x93\x60\x45\xd7\x12\x3f\xc3\x4a\xd7\xe9\x8a\x45\x53\x26\x44\x67\x8b\xcc\x8c\xa4\x7f\x86\x6c\x31\xb5\xc8\x94\x5a\xec\x8e\x4d\xd6\x19\x88\xd9\x73\x6a\x4d\xe2\xe5\x6a\xc1\x32\x36\xb5\xc8\x8a\x3e\x14\x26\x60\x0d\x7e\x28\x9b\x70\x53\xb9\xbb\xe6\x77\x02\xa9\xe8\xa1\xd8\xb9\x1f\xc5\x63\xda\x6c\xcd\x53\xec\x08\x0c\x23\x39\x21\xab\xe8\xb4\xe4\x92\x5e\xd9\xf6\x15\xba\x42\x5f\xd0\x68\x8c\x31\xde\xb9\xb4\xed\xcb\x16\xa5\x10\x1a\x07\x3a\xe3\x92\xc4\x98\xaf\xc8\xf4\x52\x68\x09\x6f\xa9\xb1\x5e\xd3\xa5\x71\x5d\x9d\xf2\xf7\xb8\x6c\xc8\x19\xe7\x86\x23\x41\xe2\x44\x75\xa1\x22\xac\xb1\x33\x8b\x93\xb3\x60\x32\x2f\x37\x8f\x9c\x4f\x8f\xb2\x71\xd3\x42\x26\xd5\xbb\xc0\x29\x74\x70\x55\x5d\xd0\x9d\x5e\x3d\x77\xcc\x17\xcb\x8c\x12\x12\x1a\x78\xf0\x31\xaa\x40\x15\xcb\xcd\xb4\x51\x0f\xce\x61\xf4\xed\x6e\xc6\x3f\x37\xc1\x83\x16\x88\x8d\x92\x31\x61\x24\x14\x93\x40\xb4\xac\x45\x69\x2a\xe7\x80\x98\x28\x29\x50\xf6\x84\x4a\x34\x5c\xad\xe5\xb0\x6d\x4b\x44\x88\x2b\x99\xfc\x44\xf7\xfb\x84\x58\x97\x97\xc1\x6d\x10\x66\x16\x1e\xca\x9a\xe9\x00\x09\x13\x47\x3e\x6b\x88\xf0\x90\x49\x5e\x42\x00\x70\xae\x86\x28\x93\xa9\x4a\xaa\xa7\xd8\xdf\xc8\xbb\x29\x6a\x84\x44\xdc\x64\x24\x46\xeb\x5a\x96\x6a\x60\x36\x72\x2e\x02\x94\x8a\x29\x89\xa1\xe3\x78\x6f\x16\xda\xa3\x2b\xa3\xd9\x50\x86\x1c\x8b\x49\x8c\xfd\x18\xe1\xa2\x1c\xc8\x8f\x26\x1e\x09\xd3\xcb\xdc\x48\x4d\xfd\xb1\xe2\xdf\xe2\x2c\xbb\x64\xc0\x00\x1f\x41\xb6\xb0\xc7\x32\x23\x47\xd4\xc2\xb6\x4b\xbe\x5e\x65\x74\x34\x23\xa2\x0e\x4d\x79\xa9\x43\xf2\xd5\xce\x16\x56\xc4\xa9\xc9\xb0\x2e\xfc\x32\x67\xbb\xaa\xe4\xdd\x69\xcc\x84\xcd\xd5\x2a\x89\x6f\xc2\x29\xdb\x0d\x76\xbf\x87\x8f\xbf\xdf\x15\x79\x59\xba\x8f\x56\x85\x58\x6e\x01\x50\x45\xd7\x5d\x71\xe2\xea\xba\x25\x28\x4e\x3b\x7a\x37\x56\x2b\x04\x42\xac\x77\xd6\x4a\x6a\xff\x43\xb1\x58\xc8\xe5\x78\x28\x30\x01\x87\x28\x19\x01\x6d\xac\x17\x19\xdf\xee\x8c\xa9\x44\x07\x24\x89\xc3\xc9\x8c\x32\xf8\x79\x17\x4f\xf4\x84\x6e\x99\xeb\x88\xd1\xbf\x82\x2a\x65\xef\xe2\xcd\x6a\x60\x3f\xf6\xd1\xb7\x75\xa8\xee\x4c\x51\x31\x6d\xc5\x16\xed\xca\x09\xd5\x94\x7d\x49\x5d\xe7\xa5\x90\xcd\x17\x84\x77\xf1\xc4\x67\x23\x77\x5c\xec\x78\x60\x8f\x61\xdb\x28\x13\xb1\x5e\xde\xc5\x13\xca\x40\xbb\xdd\x2d\x9f\x48\x0d\x9d\x78\xd6\x1d\x93\xcc\x09\x66\x19\x4b\xc4\x7d\x6f\x2c\xfd\xce\xb2\xe4\xfe\x4c\xa8\x74\x35\xba\xbb\x2e\xff\xa5\x21\xe4\x3b\x92\xfd\x87\x71\x94\xe7\x0f\xc5\x4e\x06\x03\x49\xf5\xba\x24\x0d\xd5\x33\x18\x3a\xf3\x6d\x9a\x95\x19\x7e\xd5\x4e\x76\x65\xb1\x74\xa4\xda\x66\x25\x71\x9c\x59\xc5\x98\x30\xcd\x6a\xcf\x05\x9e\x94\x0e\x30\xc4\x32\xc4\xf7\x4b\x3a\xc3\x2f\xf2\x2c\x8e\x69\xbc\xab\x51\x0c\x73\x2e\x29\x49\x4c\x62\x2f\xec\x34\x5b\x68\x09\xba\xd0\x88\xc1\x80\x14\x14\xa6\x1f\x82\x0f\x88\x69\x67\x22\x29\x4d\x76\x3c\x63\xd3\xb2\x9b\xc8\xa8\x7d\xc7\xed\x76\x78\xc2\x34\xd4\x08\x9f\xef\x2a\x7e\x43\x88\xcb\x5a\x48\xc6\x34\x0a\xc7\x44\x88\x0d\xb4\xe5\x91\x64\xa7\xf6\x3c\xd3\x0f\x5d\x92\x14\xa5\x83\x1a\x90\x70\xa0\x80\x3d\x1e\xf8\xad\xff\xc9\xe0\x43\x9f\xf4\x0a\x21\xa5\x94\xac\x84\xd2\x57\xe6\x89\xc6\x12\x78\x5b\xc1\x72\xbd\x26\xd7\x95\xfb\x1b\x72\x3d\x4a\xc7\xf4\x06\xc4\xb1\x45\x00\x06\x87\xb4\x94\x53\xd5\x9e\xc9\xe2\x73\x3d\xdd\x48\x6e\x30\x60\x6f\xea\xf6\x1a\xa2\xae\x3a\x3c\x6d\x65\x60\x31\x47\xe9\x4d\x9e\x37\x14\x49\x29\x45\x99\x59\xaf\x3c\xcf\x00\x3c\x03\xe3\x82\x30\x67\x19\x24\x5f\x9b\x56\x63\xb9\xe4\x57\xe1\xb4\x87\x8d\xa9\x88\x91\x6b\xec\x23\xe6\x5c\x5e\x42\x7f\x5d\x5e\xd2\x6b\x92\xc2\xac\xca\x73\xc4\x78\xc7\x34\xd4\x0b\x63\xc2\xb6\x8a\x18\xb7\x98\x30\x5e\xbb\x00\x64\xb0\xcd\xea\x3d\xc8\x45\xd2\x67\x45\x41\xce\xd0\x9d\xb9\x09\x31\x6e\x46\xc1\x56\xd9\x89\x30\xe7\xa5\xb9\x69\xa2\x77\xbc\x38\x9e\x42\xab\x46\x01\x5c\xac\x10\x5c\x94\x73\xaa\x3b\xb4\xd6\xc9\xe5\xce\xb9\x69\x50\x51\x82\x87\xb1\x1f\x03\x1d\xa2\x86\x85\x57\x7f\x0b\xbc\x58\xda\x21\xea\xf7\xf9\xd6\xf7\x8c\x77\xc3\x6d\xb5\xfb\x2c\x72\xfb\x88\x40\x48\x6e\xf5\xb6\x6f\xf3\x15\x1d\xb4\x56\x67\x36\xb6\x78\x37\x7c\x65\xf7\x69\x03\x05\x1a\x20\x41\x89\x08\x66\x91\xa9\x98\x69\xa5\x3f\x4c\xc2\x6e\x58\x92\x32\x84\xc9\xe6\x24\xcf\x4a\x2c\x21\x09\x21\xed\xac\xe2\x15\x12\xfb\x33\x91\x63\x6d\x2a\x47\xe6\x3c\x2f\xf4\xc3\x72\x76\xf3\xea\x8a\xa3\x1d\xfa\x85\x7c\x35\xa8\xe7\xc1\x98\x17\xfe\x57\x02\x6c\xaf\x6e\x7c\x20\x03\xb0\xb1\x1b\x15\xcc\x0e\x38\x84\xbc\x86\x8d\x98\x0c\x05\x07\x97\x22\x59\xd5\x46\xdc\x54\x56\x1d\x48\xaa\x2e\x80\x90\x24\x24\x8c\xfa\x42\xa1\xb8\xf3\x4b\x4c\x5a\x0c\x57\x3a\x16\xd8\xb5\x25\x77\x88\x1a\x52\x52\x4b\x8b\x12\x4d\xd5\xb6\x25\x8f\x6d\x27\x25\xd8\x98\xf2\x28\x48\xc6\x34\xc3\x05\x49\xb3\x78\xe5\x57\xce\x69\x74\x13\x5c\xe9\xe8\x50\xab\xd7\xc8\x1d\x1b\xeb\x4e\x55\xee\x60\x42\xee\x10\x5b\x4e\x66\x4a\x10\x62\x69\xb9\x09\x16\x05\xd9\xd8\x7e\x36\xf6\x3a\x00\x70\xc9\x8c\x24\x86\x0e\x4f\x2f\xb7\x11\x21\x44\x5b\x54\xb4\x9c\xca\x85\x52\xca\x09\xa2\x4f\xb5\x58\x12\x91\xf0\x31\xe1\xa3\xd5\x0a\x35\xde\x6a\x5c\x6f\x6f\x09\x10\x15\x9f\x52\xf7\xb8\xd3\x89\xd5\x46\xbf\xde\x31\xf1\x98\xa4\x10\x58\xb4\xd2\x39\xb0\xdc\x52\x4a\x03\x47\x2c\xc0\x25\x42\xb2\xc5\xa2\xa9\xd0\x3d\xa8\x67\x27\x54\x53\x9c\xda\x2e\x44\x0a\x58\xd4\x52\x32\x08\xe8\xe4\xcb\xe4\x52\x00\x11\x79\xad\x6d\x7b\x51\x25\xde\x93\x40\xcb\x2f\x65\xe1\x65\x1a\x58\xad\xd4\xde\x2f\x33\x35\xbf\x30\x52\x0b\xa5\x7b\x58\x3f\xbb\xac\x42\xa1\x76\xb5\x16\x9b\x7a\x9a\x2c\xb9\xdf\x4d\xb3\x20\x03\x9d\xfb\xee\x6d\x98\xcd\xe3\x75\xb6\x0b\x9f\xef\xc6\xc9\xae\xac\x81\xf5\x1f\x54\xb8\x28\x0a\x22\xb4\x18\x35\xfb\x9f\xd2\x94\x75\xeb\xc8\x27\x62\xe4\x13\xad\xf1\xaa\x8d\x7c\x32\x16\x58\x9c\x1b\xa3\xa8\xa7\x64\x58\x1d\x28\x19\x53\x12\x2a\x1f\x9a\xd5\x94\xeb\x46\x28\x90\x5a\x8b\x22\xb6\x6d\x64\xc1\x35\xcc\xaf\x3c\xb7\x94\xbe\x04\xee\xb1\x6d\xc7\x65\xa9\xb6\x9d\x9d\xd0\xd8\xc8\x0e\x40\x6a\x39\xeb\x51\xc1\xc5\xb8\x20\x5f\xd2\xa7\xff\x60\x08\x3f\x22\x34\x27\x09\x24\x37\x8a\x87\x68\x1b\xbb\x82\x29\x65\x16\xc3\xa5\x75\x78\xa2\x94\x17\x88\xef\x34\xd5\xcd\xa6\xb1\xf1\x37\x30\x0c\xa3\xcd\x8e\x70\x1c\xad\x36\x1c\x12\x87\x65\x75\xe0\x5b\xdf\x50\x5e\xc9\x37\x90\x66\x3c\x54\xb3\x5a\x78\xb7\xca\x8c\xd5\x6e\xaf\xcc\x50\x4c\x4e\xdf\x50\x65\x31\xa9\x75\xca\x24\x0b\x15\xef\x65\x98\xac\x0a\x32\x0b\xa3\x30\x9d\x6f\x41\x5c\xd8\x4a\x56\x99\x20\x2b\xad\x2e\xae\x93\x55\x26\x84\x6c\x73\x8f\x61\xfa\xdd\x54\x7a\x3c\x31\xc6\x95\x73\x36\xb9\x09\xc1\xe4\x25\x4a\x78\x15\x9b\xc2\x92\xfe\x89\x55\x14\x34\x08\xd5\x93\x4b\x77\xb2\x75\x95\x88\x0c\x7d\x48\x48\x23\x18\x75\x5e\x4b\x0d\xef\x52\x14\x1b\x7c\x21\x5c\xf0\x85\x74\x21\x39\x41\x90\x65\x6c\xb9\x82\xc3\x5b\xb5\xc2\x82\x3e\xad\x1a\xda\x2c\xaa\xea\x89\xf4\x5a\xfc\xa0\x36\x8c\xfe\x17\x88\xff\xa4\xb7\xb3\x7e\x42\xe4\xf6\xd5\x8f\x0a\xa2\x95\xb0\x06\xa5\xa8\xa1\x97\x0b\x07\xef\x56\x56\xa0\x0d\xc5\x4d\x36\xd4\x87\x08\xfe\x43\xa1\xe2\xc6\x5c\x2b\x21\xea\xf3\x3a\xca\xc2\x25\xa3\x49\xa9\x56\xd4\x22\xa0\x95\x80\x32\xac\xfe\xee\x2e\xdd\x4d\x2c\x8c\x20\x58\xef\x43\x31\xe6\x7f\x08\x6c\x45\x1f\x31\x29\xdd\xa8\xd6\x32\x9e\xae\x17\xac\x41\xd1\x24\x1e\xa8\x2a\x0f\xab\xb7\x94\xcb\x9b\x13\x38\xfb\x19\x66\xc2\x2d\x76\xc3\xa3\xac\x7c\x65\x93\xa5\xff\xeb\xef\x6b\x96\xdc\xef\x26\xec\xf7\x75\x98\xb0\x74\x37\xd8\xbd\x0d\xa3\x69\x7c\x0b\xdc\x7d\x37\xd8\x55\x5f\x5a\xa5\x90\x88\x18\x2e\x7c\xf8\x8b\xac\x75\x24\xdc\xb8\xa6\x65\x9c\x5f\xf1\xfd\x50\xfc\x88\xe0\xad\x4f\x59\xd6\xd2\xd1\x98\x44\x46\x4b\x48\xb8\x45\x07\x1a\x53\x29\x2c\x91\x00\x48\x38\x9a\x04\x19\x49\xa9\x08\xad\x4a\xd6\x34\x51\x88\x3e\x64\x41\x1f\x0a\x32\xa1\x8b\x12\x5e\x71\x46\x17\xf5\xc3\x9b\x29\x9d\x95\xcf\xe7\x54\x22\xa0\x8a\xa2\x31\x68\x78\xc9\xb2\x61\xb3\xd2\xbc\x97\xb3\x22\x38\x05\x36\x02\x1e\x3b\x51\x3c\x85\x53\xe8\xa2\xd9\x2c\x57\x84\x53\xe0\xdb\x40\x60\x60\xa2\xc7\xc0\xd4\x16\x14\xd8\x2d\x97\xa4\xc9\x84\xff\x44\x71\x34\x61\xe2\xe2\x3d\x8c\x3e\xdf\xd4\x96\xc2\xd6\xbd\x79\xfc\x02\x5a\x4f\x8a\x12\x9a\xe4\x79\x84\xe5\xfe\x4b\x1e\x93\x23\x4b\x58\x89\x69\xb9\x06\x98\x33\xc9\x40\x7e\x0d\xb9\xec\x7a\x8d\x51\x4c\xb3\x51\x38\xe6\x9b\xca\x6b\x96\xbd\xcc\xb2\x24\xbc\x5a\x67\x9c\xb3\x56\xee\x51\xc8\xa5\xd5\x80\xef\x1c\x8d\x34\x12\xe3\x9d\xc4\x99\xb3\x60\xea\x04\xab\x15\x93\xf8\x01\x28\xc0\xce\x2a\x48\x58\x94\x7d\x88\xa7\xcc\x49\xd8\x32\xbe\x61\xea\x49\xb9\x81\xbf\xaa\x75\x0d\xa5\x6c\xc8\xda\x96\xe5\x6f\xcc\x08\xbe\xe0\x34\x8c\xc1\x70\x31\x9a\x28\x55\xc7\x38\xcf\xd5\x67\xbe\xf6\xcf\x17\x00\xa9\x8d\x06\xc6\x7c\x4a\x5c\x3a\xb3\xc8\x09\xa3\x50\x44\x8e\x2a\xc8\x2d\xdd\xfb\x6d\x74\x91\x5e\xac\xdf\x9c\xbd\x79\x73\x71\xf7\xd2\x1d\xb7\xf3\xda\xfd\x77\x7b\xd7\x35\xdd\xb9\x60\xd9\xad\x16\xa7\x08\xc1\xa8\x2d\xa1\x8e\xd2\xc8\x46\x09\xb8\x91\xab\xdd\xfe\x12\xbc\x8b\x5a\x37\xf0\x83\xac\x00\xac\x22\xf9\xd6\x21\xcf\xc1\x8a\x3a\xcf\x15\x61\x55\x42\x65\x9f\xba\xb6\x9d\x75\x84\x12\x0c\x17\xbc\xe6\xf4\xd2\xdc\x3f\xfd\xeb\x77\x3e\xaf\x7d\xab\xe7\xf4\x1d\xcf\x22\xe6\x76\xea\x92\x88\x8a\xf8\x2e\xc9\x62\x61\xd7\xb0\xb9\xfd\x8c\x4d\xcc\x4d\x52\x37\xfd\xae\x8d\x92\xf9\xb2\xcf\x4e\x5c\x58\xfa\x47\xac\x0d\xdc\x58\x14\x36\xf6\x45\xda\xb8\x20\x7c\xae\x9e\x67\xc1\xe4\x6b\x83\xe1\xdc\xa5\xb3\x64\xc9\xb5\x30\xc9\x31\x75\x23\x08\xfc\x9a\xf4\x36\x95\x8b\x66\x62\x9a\x8a\x18\xc6\x59\x41\x58\xd0\x1c\xd6\xfb\xd2\xe1\x4f\x34\xa6\x21\x59\xd6\xcc\x6b\xcd\x45\x48\xd7\x0c\x5d\x3a\xcb\x40\x86\x36\xaf\x9e\xc7\xeb\x5d\xbe\x3a\x7e\xe2\x94\x82\xf9\x5e\xad\xea\xba\xb5\x2d\xe3\xd8\x3c\x62\xd7\xa7\xf6\x80\x26\x1f\x26\x69\x13\x7c\x06\x64\xc0\x7e\x47\x2e\x2e\xc8\x22\x78\xf4\x95\x8e\x87\x0b\xc2\x7e\xdf\x12\xe9\xb9\xa4\xbf\x36\x6b\x23\x18\x26\xbf\x0c\x1b\x50\xab\x27\x17\xaa\x6d\x3b\x39\xc9\x86\x23\xb9\x23\x1d\xfb\xa3\x31\xcf\xde\x34\xb1\xab\xb5\x52\x8f\x4a\x9e\x6f\x0e\xa0\x18\x78\x3f\x25\x69\x9c\x64\x7e\xe2\xf0\x1f\x70\xea\x9e\x80\x1d\x06\x5c\x14\xe4\xd2\x61\x77\x19\x8b\xa6\x14\x26\xa3\xbc\x36\xca\x13\xb0\x63\x52\x63\x03\xac\xce\x34\x03\xcf\xf3\x87\x82\xa4\xd4\x23\xeb\x4d\xc0\xac\x05\x6d\x79\xa0\x01\xb1\xae\xe2\x78\xc1\x02\x83\x73\x04\xb6\x8d\x16\x34\xa8\x64\x96\xca\xcc\xda\x6d\x4c\x36\x18\x50\x90\xe7\x4b\x14\xe0\x3c\x47\x01\x7d\x28\x30\x49\x29\xa5\x6b\xdb\x46\x62\xdb\x49\xd2\x4e\x07\x1f\xa7\x27\xeb\xe3\x54\xa0\x16\x0b\x46\x8f\x18\xad\x82\x6f\x99\x71\x45\x29\x1b\x65\x63\x62\x69\x8d\x9b\xd5\xa2\x7c\xcb\x10\xb4\x28\x8d\x78\xed\x6c\x9b\xff\x5c\x3a\x61\xfa\x69\x11\x84\x91\xf4\x0d\x8e\x78\x15\x42\x0a\x93\xd8\x09\x53\xf8\x45\x11\xc6\x78\x88\x12\x1a\xf0\x1c\x63\x1a\xda\x76\xab\xfa\x42\x82\x87\xa3\xb1\x1f\xe6\x79\x3d\xbb\x04\x0f\x13\xff\xa1\x20\x21\x6d\x79\x84\x7f\x4e\xd5\x70\xa0\x05\x89\x01\x02\xa4\x8c\x93\xc0\x9b\xcb\x5f\x89\x0c\x14\xb1\x72\xfc\xd0\x03\xbb\x5b\x05\xd1\x34\xf6\xa5\x88\x61\xb5\x91\x64\x46\x6d\x80\xb4\x4a\xf8\xc3\x25\xc2\xd8\x91\xfe\xfe\x68\xef\xe2\xf5\xde\x35\xb1\x2c\x4c\xc2\xf4\x33\x0b\xa6\xf7\x7c\xc5\x63\x5c\x4c\xa9\x10\x74\x5d\x84\xe1\x93\x3a\x8a\xab\x8a\x92\x82\x54\x1a\xd6\x60\x4f\xaf\xb5\xad\xa8\xc5\x57\x13\xa5\x4a\x13\xef\x8f\x79\xef\xeb\xa5\x44\x62\x88\xd0\x90\x5f\x37\xad\x3c\x28\xa1\x33\xc5\x0f\x2c\x83\xe6\x61\x27\x69\x4e\x02\x6c\xdb\x52\xc6\x48\x30\x18\x34\xf0\x7a\x9e\x2d\x57\xd9\xfd\xb6\x7a\x9a\xb1\x67\x65\x85\xbd\x32\x54\x1e\x11\xe1\x72\xce\x6e\x82\x45\x6d\x1f\xc7\x45\x82\x07\x21\x36\x80\x01\x08\x5c\x16\x78\x83\x4d\x6a\x6b\x18\x12\x51\x80\x20\xe7\x6b\x18\x10\x66\xa2\xa1\xf8\x8e\xa3\x93\xc4\xb6\x5b\x1e\xa7\x48\xd9\x27\xa3\x68\x4c\x22\xc2\x7f\xf0\x71\xd4\x6e\xe3\x63\x50\x38\xf0\xcf\xa4\x22\x50\xc5\x14\x6c\xf8\x40\x46\xde\x51\x8c\xb4\x20\x59\x12\x2e\x1f\x5b\x5d\x2c\xcb\x47\x5c\x0e\x28\x29\xe5\x16\xe0\xb2\xc8\x32\xf8\xca\x6a\xeb\x97\x61\xde\x93\xe5\xf9\x48\xc3\xd1\x6b\x51\x0b\x9d\x19\x7e\xf5\x43\xb5\xdc\x24\x02\x71\x2c\xba\x36\xa5\x89\x11\x1b\xfb\x0c\xfb\x32\xe4\x40\x42\x18\xc6\x24\x29\x88\xb2\x05\xac\xdb\xbe\x54\x6a\x9d\x0d\x3b\x9e\xbf\x56\x44\xc1\x00\xa9\x19\x8a\xda\xaa\xde\x68\x2b\xf5\x2a\x1f\x09\x12\x56\x7a\x1f\xfa\x98\x81\xa7\x3e\xcd\x46\xd1\xb8\xd4\x53\x4b\x00\xf4\x90\xb0\x82\x5c\x27\x6c\xb5\x51\x2b\x55\x40\xc4\x65\x6c\x01\xc5\xc3\x4a\x08\xc1\x56\x72\x1c\x9e\xc4\xc7\x61\xbb\x8d\x5b\x19\x82\x93\x99\x10\xb7\x28\x0d\x6c\x5b\xe2\x04\xf0\x34\x3d\xbf\xa3\xfa\xf2\x69\x58\xfd\x70\x6e\x4c\x5d\x92\x52\x01\x5c\xaf\xe9\x28\x2a\x5b\x12\x9f\x44\xc7\x71\xbb\x8d\x25\x3b\x0c\x29\x2f\x32\x1e\x93\x98\x24\x7c\x92\xc9\xd3\xb7\x50\x20\xc7\x03\x35\xc5\x92\x3b\x3e\xf5\x81\xd6\x93\x88\xc5\x75\x34\x26\x20\xb5\xac\xc3\xa9\xef\x91\x74\xbd\xe2\x5b\x25\x7f\x55\x60\xb2\xd5\x58\x0b\x98\xeb\x2c\x1a\x89\x3b\x7d\x80\x3b\xa6\xc9\x46\x12\x26\x52\xa6\xb0\x7e\x10\x0b\xc9\xae\xb0\xff\xdc\x15\x1b\x89\xdd\x37\xfa\xec\x90\xd3\xc9\xee\xeb\x20\x63\x12\x05\x5d\xb2\x17\xc1\xb8\x64\xc1\x1a\xad\x64\xd7\xaa\xef\x17\x17\x23\xcd\x97\xac\x76\xd6\xb6\xc6\xd6\x98\x66\x4e\x16\xbf\x8b\x6f\x59\xf2\x2a\x48\x19\xc2\x12\xe9\xe2\x6e\x53\xdf\x5f\xae\x90\x24\x25\x10\x33\x98\xcc\x44\x68\x31\xb2\x04\x9f\xb8\x7b\x72\x45\x2e\xa9\x95\x86\x7f\xfc\xb1\x60\x56\xdb\x7b\xc1\x59\x2a\xaf\x2c\xb9\x35\xb7\x62\x32\xb6\x15\xf9\x48\xd7\x0c\x61\x72\x2e\x7e\x5e\x8a\x9f\xaf\xe2\xe7\x4b\xb3\x4c\xcd\xb7\x35\x99\x6d\xa3\x19\x20\x1a\xb9\x05\xf9\x44\x1f\x8a\xfa\x1e\xec\x33\x27\xcc\x57\xf4\xb3\xb3\x8a\x57\xe4\x3d\xff\xe5\x5b\xb9\x7f\xa9\x8b\x0f\xf4\xb3\xdc\xf1\xbd\xa6\xdb\xa6\x8e\x4b\x0c\x22\x4b\x4e\xa2\xe3\x44\x2c\xbb\x6c\x94\x8c\x4d\x47\x79\xc5\xf3\x3b\x5e\x41\xde\x52\x0b\x42\xc7\xb2\x69\x9e\x82\x25\x31\x9b\xe6\x70\x5a\x94\x07\xeb\x2c\x9e\xc5\x93\x75\x0a\x57\xab\x45\x70\x9f\x4f\xe2\x28\x4b\xe2\x45\x9a\x4f\xd9\x8c\x25\xf9\x34\x4c\x83\xab\x05\x9b\xe6\x02\xed\x2d\x0f\xd3\x65\xb0\xca\x17\x71\xbc\xca\x21\x6c\xc4\x6a\xc1\xf2\x78\xc5\xa2\x3c\x61\xc1\x34\x8e\x16\xf7\xb9\xdc\x5e\x4f\xf3\x74\x12\xaf\xd8\xd4\x22\xef\xa8\x35\xba\xb8\xb8\xeb\xba\x17\x17\xd9\xc5\x45\x72\x71\x11\x5d\x5c\xcc\xc6\x16\x79\x43\x2d\x34\xf4\x2f\x2e\x2e\x2e\x9c\x7c\x74\x71\x71\xdb\x19\xe7\xa3\xdf\x2e\xdc\xce\xc5\xc5\x5d\xe0\x8e\x71\xdb\x22\x7f\x50\xeb\xe2\x62\x64\xb5\xdf\xb5\xad\x17\xc8\x6a\xbf\x69\x5b\x18\x82\x4d\xc0\xfd\xe8\xc5\x6f\xdf\xe5\xad\x7f\x8f\x87\x14\xcb\x94\xa1\xff\x3d\x2a\x73\xfc\x8d\xff\x7e\x3f\xc6\x2f\xf0\xf7\xf9\x85\x55\x7f\x70\x61\xf1\x27\x17\x56\x2e\xf3\xc5\xb9\xcc\xe5\xe2\x62\x6c\x91\x1f\xa8\xe5\x97\x05\x5e\x5c\x20\x84\x9e\x9f\x35\xce\xeb\x4f\x10\x1e\x5d\x5c\x8c\xc7\xb9\xd5\xfe\xa3\x6d\xe1\x17\x38\x77\x5e\xe0\x8b\x0b\x5e\x34\xf9\xc9\x0c\x06\xf3\xae\x6d\xb5\x2d\x02\xa1\x36\x7e\x36\xd3\xad\xdf\xa0\x8e\x6d\xc8\xf8\x37\x99\xe9\x18\xab\x52\xf0\x0b\xd1\x86\xf6\x77\xf2\xe3\xdf\x1b\x3e\x7e\x41\xc4\x8f\x85\xc9\x2f\x4d\x8f\xd1\xe8\xb4\xfd\x6f\x5e\xc5\x77\x6d\x0b\xeb\x57\x7f\xad\x55\x2f\x3f\xb5\x30\xf9\xd1\x4c\xfc\x01\x93\x7f\xd6\xf3\x7b\xd3\xb6\xbe\xb3\x30\xf9\x1b\x7d\x78\xfb\xda\xaf\x3c\xfb\x8b\xec\x5d\x0b\x93\x57\xef\x5e\x9e\x9f\x57\x9f\x5e\x5c\x38\xe5\xf3\x2f\x2f\x7f\xac\x3e\x15\x8f\xf2\xd1\x8b\x31\x7f\xfc\xf2\xcb\x97\xcf\x7e\xad\xdc\x3f\x30\xf9\x74\x7e\xf6\xf3\xeb\x8f\xf5\x07\x3f\x60\xf2\xea\xa7\xb7\xef\x6a\x95\xf1\x11\x10\x2e\x6c\x4a\x72\xbe\xed\xc8\xa3\x6c\xce\xff\x75\xf8\x0d\xee\xa0\x09\xdf\xbf\xe7\xf1\xac\x03\xea\x42\x41\x11\xb2\xb7\xd8\x0d\x8b\xf2\x78\x3a\xcd\x11\x1a\xb5\x3b\xe3\x1c\xa3\x8b\x8b\xe9\x0b\x1c\xe5\x25\x51\xca\x07\xf2\xfe\xe2\x62\xda\xc6\x39\xd6\xd4\x06\xa3\x6f\x85\x16\x26\x5c\x54\xaf\xb5\x94\x13\xfb\xdb\xb6\x85\xbf\x93\xaf\x44\x8c\x4d\xd3\x57\x71\x94\xb1\xbb\xac\xde\x36\x9e\x9d\x18\x3b\xbf\xac\x15\xfb\x3d\xbf\xce\xf2\x85\x68\x51\xd9\xc0\x6a\x1b\xd0\xd0\xef\x5c\x5c\x4c\xf1\x10\xaa\x6e\x54\x0c\x0d\xe9\xe8\xb7\xce\x38\xff\x4e\x56\xb1\x20\x7f\xa7\x7b\x3f\x7d\x79\xff\xee\xbb\xbd\x90\x7c\x47\xf7\x78\x05\xc3\x68\xb5\xce\x24\x5f\xc9\x79\xbd\x82\x84\x05\xf9\xd5\x3a\xcb\xe2\x08\xf3\xf7\xfe\x41\xf7\x7e\x9b\x5f\x4c\xf9\xe5\x5f\xe9\xde\x6f\xa3\xdf\x1e\xc6\xed\x8b\x87\x8b\xf4\xc5\xc5\x28\x0a\xb2\xf0\x86\xed\x5e\xdc\xee\x91\xff\x16\xb9\xfd\x05\x8d\x38\x23\x68\xe3\x1c\x5d\xdc\xb6\x71\x7e\xe1\xa8\x04\xfc\xdd\x1e\x61\x8c\xee\x8d\xda\xff\x1e\xef\x91\x8c\x55\x68\x0d\x26\xd7\xe8\xe2\x62\x1a\x74\x66\xe3\x07\x8f\xec\x17\xd0\x8a\x61\x2e\x9a\x88\x73\x07\x5a\xc0\xe7\x44\xb2\xcd\x92\xd7\x72\xef\xac\x76\xd6\x01\xd0\x6f\x2d\x04\xb4\x68\x94\xe7\xc9\x30\xf3\xa3\x13\x77\xd8\x80\x8f\x8e\xa2\xb6\x40\x09\xf7\x1b\x1f\x9e\x9e\x7a\x6e\x0e\x88\xe2\xc4\x73\xbb\x3d\x3b\xca\x05\x80\x78\x41\x22\x46\xf7\xd0\x88\x73\xbb\x3b\x6f\x76\x71\x77\x30\x1b\xe7\xbf\x75\x86\x17\x53\x9c\xff\xd6\xf9\x4e\xf2\x41\xf9\xa4\x73\xb1\x7e\xf3\xe6\xcd\x1b\xde\x0d\x7b\xd7\x24\x64\xcd\x0b\x50\x36\xb4\x2e\x5c\x38\x1d\x18\x5a\xff\xcf\xff\xfd\x7f\x59\x3e\xd3\x81\x93\x3a\x1e\x6e\x5b\x17\x17\x56\x9b\xc1\x11\x2d\xaf\xda\xcb\x4c\xdb\xbb\x74\x3c\xac\x15\x83\xc8\xdb\xc7\x6d\x6b\xd7\xf2\xc5\xeb\x05\x89\x99\xb9\x21\x9d\xf2\x9d\x6d\xc0\xe8\x25\x6b\xb0\x06\x00\x47\x78\xe6\xa8\x05\xc3\xb6\xad\x59\xc8\x16\x53\xe1\xa5\x4d\x85\x82\xf0\x43\xb0\x64\xb5\x45\x9d\x3c\x4c\xc3\xc4\xb7\x4a\x9d\x99\x05\xaa\x6f\xdf\x5a\xb0\x6b\x16\x4d\x2d\xa9\xb4\x56\x48\x49\x9f\xe9\x07\x21\x69\xde\x3a\x30\x2b\xf9\x17\x29\x26\xd5\xbb\xcf\x23\xf3\x5e\x69\x65\x4a\x15\xa5\x50\x76\x9f\x33\xfc\xf0\x2f\xfa\x00\xf9\xfa\x9f\x9b\x83\x48\xbd\x97\xc5\x32\x22\x8b\xcd\x30\x2e\xb6\xca\xb5\xcc\x10\x6b\x8f\xd9\x28\x91\x32\x6c\xbb\x3d\x3e\xc6\xc7\x5a\x80\x4d\x3a\x5e\x61\xd8\xf2\xa4\x4c\x05\x80\x94\x67\x6e\x24\x95\x12\xcc\x8a\x4b\x2e\xc2\xa8\x3d\xbe\x8d\x58\xf2\xba\x94\x53\xb2\x61\xa6\x9b\xe3\x1f\x09\xab\x43\x30\x5c\xd7\xc2\x7d\xcb\x50\x20\xf2\x6d\x1f\xdf\xd2\x9c\xd9\xf6\x91\xf8\xf1\xe0\x56\x47\x59\x12\x66\x50\xb6\x8d\x10\xcf\xb8\x52\x58\x9e\x67\xfe\x2d\x16\x78\x3c\x53\x94\x61\x92\xf1\xdd\xc6\x9c\x2c\x45\x6c\x74\x4f\xe6\x8b\x66\xf4\xbf\x21\x8e\x32\x97\x85\xb9\x40\x12\xd3\xd9\xc8\x1b\xc3\x3b\x47\x94\x97\x05\xea\x79\xb4\xa0\xa0\x5b\x95\x4a\xda\x1f\xee\xdf\x4e\xcd\x08\xee\x91\x88\xbb\x1a\x4e\x29\xa5\xb1\x4e\x14\xa2\xef\x02\x93\x48\x1f\xf6\xde\x83\x16\xe3\xbe\x21\x2b\xdb\xbe\x42\x19\x59\x60\xdb\x7e\x2a\x1f\x08\xed\x3e\xea\x8e\xd5\x73\x45\x62\x11\x31\xab\x98\xfe\x70\xff\x25\xb8\xe6\x84\x0b\x98\x90\x50\x43\x68\x5c\x6f\x8c\x6d\x3b\xa9\xbe\xf9\x6a\x11\xa4\xe9\x07\x08\xee\x93\x6d\x79\xf2\x64\x69\xfa\x4d\xde\x1a\x12\x15\x70\xaa\xf5\x7b\x1a\xd8\x76\xeb\xeb\x88\xf1\xd9\x39\xe6\x9b\xf4\x9b\x3c\x6f\xdd\x08\xef\x1a\xb1\x6d\x87\x81\x28\x35\xc1\xb0\x83\x6d\x9e\x73\x62\xe4\xae\x29\xe3\xd4\x45\xf8\xd6\xf5\xcc\xb6\x7f\xd5\x79\x01\x41\xa3\x09\xad\x29\xc1\xad\x70\x6a\x61\x3c\x9c\xd0\x89\xde\x9b\x46\x8c\x84\x0c\x80\xb5\xeb\x2f\x92\x09\xbd\xc4\x24\xa5\x68\x45\x03\x9e\xa7\x92\x58\xd3\x4e\xe7\x18\xaf\xc0\x2c\xe8\x2f\x56\x7b\xc2\x5b\xd3\xbe\x62\x88\xa7\xe0\x9d\x6b\xba\x92\xd0\xec\x04\x82\x8c\x31\xa6\xea\x64\xdb\xd7\x0c\x65\x86\x62\x1d\xe7\x79\x56\x94\x46\xf3\x46\x6f\xde\x3b\xa0\x0d\x16\x2e\x73\x71\xf2\x72\xb1\x40\xd7\xd0\x8f\x62\xd2\xdf\xe1\x87\xaf\xe2\xe8\xa8\x90\x87\x99\x0f\x13\x4a\xe9\x25\x1f\x30\xa1\xac\xaf\xb5\xb8\xd0\x16\x75\x6b\xc4\x74\xcb\x7f\x26\xd6\x77\x9e\x85\xe5\xbc\x2d\x27\x33\xdf\x22\x48\x18\xbc\x72\x43\x5e\xb5\xd4\x36\xf4\xaa\xc2\x24\x89\x77\x02\x3e\x8d\x9c\x49\x30\x99\x4b\xe0\x2a\x0d\x04\x9c\x8d\x98\x93\xce\xc3\x59\x86\x30\x80\xc7\xc2\xf0\xd3\xd0\x60\x1f\x0b\x66\x1a\x64\x8d\x2e\xc7\xb4\xe5\x12\x56\x3e\x9f\xb0\x52\x33\x3a\xaf\x1f\x91\x68\x0e\xad\x4e\x06\x85\x51\x1e\x43\x19\x36\x98\xa4\x52\xc6\xe8\x1e\x33\x47\x02\x5c\x6e\x9a\x0f\x3c\x80\x59\xf0\xfd\xac\x51\xdd\x19\xdb\x64\x9a\x72\x53\x98\x5b\x98\x84\x3a\x8e\xc2\x71\xc8\x49\x25\x72\x82\x2c\x4b\x7e\x0a\xa2\xe9\x82\x8d\x92\x51\x38\x1e\x9b\xf6\xa5\x53\x56\x51\x82\xd8\x36\xb8\x2d\xd9\xb6\xa7\x17\x9c\x2f\x70\x50\x2e\xb4\x33\xe5\xbd\x8a\xec\x05\xe1\xdd\x3a\x99\x79\x07\xac\xb4\xc2\x8e\x12\xd8\xda\x1f\x27\x54\x98\xf0\x9c\x87\x57\x8b\x30\xba\x06\xcb\xcf\xc4\xd8\x71\x75\x3c\xad\xa9\x18\x7a\x7e\xc7\x2b\x6b\x39\x67\x8f\x06\x61\xb0\x40\x82\xb2\xe8\xf6\xf9\xca\xbb\x18\x4e\x3a\x28\x65\x46\x57\xae\xb6\xe5\x2b\xbb\x63\x4b\x6e\xb2\x9a\xa8\x2c\x37\xc9\x73\x4b\x08\x6c\x70\xb7\xad\xbc\xe5\x13\xed\x98\xc5\xc9\xd2\x0a\x23\x38\x73\x36\xe9\x43\x2a\xc7\x94\x60\x30\xb4\x16\xc1\x15\x5b\x88\x37\x8d\x6b\xe3\x9b\x4a\x06\xfa\x43\x5e\x1d\x3f\xab\xdf\x86\xe9\x6b\x23\x21\xcf\xcd\x94\x16\xa5\x2d\x66\xdb\x01\xa7\xe7\xa6\xaf\x8d\xd2\x79\x9b\xcd\x67\x46\xbb\x6f\xcc\x76\x2f\x18\xda\x6c\xfa\x6e\x46\xdb\x19\x31\x1f\xc1\x99\xbf\x11\x67\x94\x32\x34\x1a\x13\x45\xdb\x24\xc3\x24\xa0\xb1\xa2\xf4\x80\x53\x7a\x32\x0a\x69\x3c\x0a\xc6\x9c\xb9\x73\x42\xa7\x2d\x14\xf1\x1f\x7e\x8d\x01\xc5\xc6\xf0\xb2\xa9\xcc\x79\x85\x93\xd7\xe2\x44\xdf\xb4\x70\xd9\x36\x2b\xb4\x6e\x35\xa1\x29\x73\xa4\x9a\x88\x82\xbb\x5e\xca\x9c\x30\xfd\xc7\xfb\x77\x0d\x76\x94\x0c\x8c\x6d\xd3\x55\x30\x61\x3f\x7f\x7e\x4b\x12\x8a\x58\x5d\x3a\x60\x58\xeb\x4f\x64\xc1\x4a\x67\xfb\x77\xc1\xbd\xb3\x3c\x4f\xf8\x42\xa9\xa8\x31\xcf\x2d\xbe\x85\x00\x93\x09\xa8\x0b\xcb\x54\x6e\x0d\x9a\x9d\x90\x04\x94\x0d\x37\x4b\xf5\x6f\xb5\x22\x4c\xc8\x26\x47\x60\xd9\x56\xce\xf1\xa0\x5e\xad\x21\x5a\x51\x34\xa7\xc1\x46\x7d\xc9\x92\xb6\x62\x34\xc7\xe4\x56\xe4\x84\x42\x3a\x77\x64\x64\xea\x5f\x42\x76\x8b\x6d\x3b\x74\xb2\x78\xd5\xa2\x94\x8b\x48\xa1\x13\x4c\xa7\x67\x37\x4c\xb8\x38\xb3\x88\x25\xc3\xcd\x24\x64\xad\xa3\x45\x1c\x4c\x2d\x12\x33\xd2\xf2\xb0\x1f\x72\x46\x16\x4c\xe6\xf0\x16\xcf\xd0\xb8\x45\x56\x1c\x95\xaf\x63\x4c\x12\xe0\x7a\xb0\x08\xa5\x74\xd2\x24\x6c\xef\x32\x67\xa2\xe4\x04\x6a\x85\x16\x69\xb1\xda\x6a\xad\x1f\x5b\xb8\xe0\x39\x36\x11\xc6\xd6\xbc\xcd\x03\x6d\xb5\x68\xbc\x8a\x97\x62\xd1\xb0\x30\x96\xc5\x6d\x8a\x48\xd6\x0b\x4b\xad\xf5\x9b\xa5\x6a\xc9\x86\xfe\x55\x90\xc6\x7c\x9b\x8c\x24\xbe\xe4\x22\xdd\x96\x2a\xae\x2a\x55\x64\x98\x8b\x7a\x97\xa4\x55\xcb\x50\x90\x5b\x53\x2a\xba\xac\x57\x93\x17\x36\x44\x91\x33\x0b\x17\x19\x4b\x9c\xb7\xaf\x1b\xa7\x83\x5a\xff\x33\x46\x92\xf2\x90\xb6\xb1\x0f\x37\x85\x27\xce\x06\x8b\x82\x44\x10\x6d\xa0\x5a\x42\x1d\xfc\xb2\x2e\x24\xdb\xf6\xb2\xe4\xeb\x35\xa1\xb7\xac\x47\x32\x1c\x25\x63\x7f\x34\x2e\x0a\xec\xff\x09\x4d\x11\xe5\x55\x99\x8b\x6e\x92\xe0\xed\x9b\x69\xa2\xa9\xba\x46\x7c\xe6\x0b\x03\xe9\x3f\xa3\xf1\x42\xcd\xdb\xd8\x05\x7c\xcb\x01\xd9\xa0\x84\xc6\x5b\x6a\x85\xcd\xda\x28\x49\x7c\x14\x0b\x63\xf1\x90\x66\x0d\x74\xc2\x30\x6c\xe6\x62\x1a\xca\x7d\xdc\x7f\x56\x82\x94\x21\x61\x68\x54\x1f\x7c\x79\xf9\x23\x6d\x9e\x97\x8f\x45\x32\xae\xf5\x8f\xf1\xd1\xd6\x5d\x8b\x0f\xfb\x87\x61\xb6\x29\x19\xeb\x10\xa5\xf5\x3d\xad\x3a\x27\xd3\x07\x29\x5b\x33\x07\x8b\xba\x17\xc2\x06\xf4\x41\x4a\x4a\x31\x1c\xdf\x1c\x63\x0f\xcc\xc2\x4b\x9e\x1c\xd5\x8d\xf0\x23\x25\x5b\xc7\x9a\x32\x40\x1d\x58\xef\x17\x63\x5f\xf5\x6d\x64\x53\xfd\x66\xa9\x2d\x15\xb7\x6d\xb5\x18\x2e\xc8\x35\x6f\xed\x0d\xff\x23\x36\x5c\x25\x97\xaa\xf7\x1b\xec\xb7\x6a\x8c\x69\x93\x23\x45\x11\x4b\xf8\x4a\x47\xad\x93\x60\x37\x9c\xd2\xef\xad\xf6\x65\xdb\xfa\xfe\xf4\x64\x2f\x38\x3d\x11\x0a\xb3\x32\xb9\x73\x91\x5c\x5c\x7c\xbf\xbb\x4c\x83\xc5\x22\xbe\x9d\x04\xab\x6c\x9d\x30\xfa\xfd\xf7\xa7\x27\xf1\x4a\xaa\x09\x84\xe6\x1e\xd2\xf6\x44\xe2\xe9\xc9\x9e\x48\x3e\xb5\x08\xdb\x1c\x5d\x6b\x54\xcd\xee\x37\xfa\xfd\xf7\x63\xcd\x9f\x6d\xfb\x46\xc6\xe0\x1e\xbd\xf8\xed\xbb\x31\x2d\x95\xe8\xdf\xe7\x17\xd6\x05\xe8\x5e\x1b\x33\x55\x35\x29\xb3\xca\x73\x95\x55\xa9\xae\x1f\xfa\x30\x0d\x72\xa1\xc0\xdc\x96\x57\x38\xfd\x37\x15\xed\x6f\xca\xed\xdf\x74\xcb\x77\xbe\x3c\xcf\x68\xf8\xa6\x7c\xd4\xf8\x65\xf0\x17\x28\xae\xfd\xa2\xe1\x53\xe7\x2f\x4e\x7b\xd4\xfe\xf7\x18\x56\xcc\xda\xf0\xb2\xda\x78\xce\x13\x36\xa3\xdf\x7f\xbf\xab\x65\xc6\xef\xd5\x55\x75\x80\x1b\x9f\x8b\xd1\xdb\x33\x86\x6f\x67\xcb\x06\x4d\xc8\xe8\x78\xa7\xbe\xc5\xe6\xe2\xb9\x45\x2c\x1d\x82\xa7\xba\x64\x67\xb8\xf6\xba\x88\x60\x6b\xbd\xde\x36\x0c\xfc\x39\x9d\x36\xd1\x06\x7c\x29\x74\xcb\xfa\xbc\xc5\xc2\xa4\x0b\xeb\x41\xc3\xc0\xb0\x08\x1a\xd9\x90\x93\x7e\x44\x2c\x5f\xf5\x85\x85\xc9\xc6\xbc\xd1\x3d\xd6\x72\xb7\x17\x53\x66\xf0\xad\xe5\x34\x65\xf3\x82\xf8\x77\x16\x26\xea\x4b\xe2\xbc\xf0\x2d\x00\xa0\x47\x89\x03\xf1\x19\x58\xaa\xde\x57\xcc\xe0\x9e\xae\xd4\xa3\x3c\x5f\x39\xb7\xec\xea\x6b\x98\xbd\xaf\xbe\xcb\x1f\x2c\xe3\x3f\x1a\x52\xe3\xa6\x37\xd3\x5a\x22\xe7\x2e\x75\xa9\x87\xf7\xca\x24\x8e\x22\x98\x78\xf0\x3e\xbd\x57\x6e\x87\x70\x40\x53\xde\x8d\xd2\x16\x9f\xe7\xd0\xb2\x6b\xd9\xb2\x16\xb5\xc8\x0f\x9c\xaa\x6f\xe8\x8d\xee\x30\x43\x81\x7e\x23\xf5\x2e\x39\x97\xed\xae\xe9\x75\xd3\x3b\xd7\xe6\x3b\x99\xea\x8f\x15\x18\x57\x07\x09\x53\xb2\xf9\xa7\x38\x0d\x79\xb5\x31\xb9\xa2\x59\x9e\x1b\xaf\x45\x59\x10\x46\x29\x1e\x36\x19\x30\x1c\x55\x76\xec\x43\x56\x97\xd1\x7d\xc0\x13\xad\xea\x1a\x76\x8c\xa3\xd7\x28\xcf\x5b\xa8\x15\x09\x35\x67\xa4\x33\xe2\xa9\x89\x2e\x7a\x58\x5e\xa2\x08\xfb\x6c\x5b\xd5\x6d\xdb\xdb\xb7\xb7\x3e\x05\x9b\xa3\xfa\x7a\x19\xce\x90\xb0\x2c\x3d\xce\xa8\x59\x47\x90\x17\x32\x43\x16\x68\xb9\x3b\x5a\x9d\x42\xbe\xd0\x6c\xb8\x91\x0f\x33\x8f\x71\x67\x7c\x16\x08\xff\xa7\x88\xb6\xb6\xd6\xa9\xd3\xca\xb6\x3d\xd2\x4b\x6d\x9e\x23\xcf\x46\x51\xe3\x16\x4e\xf8\x59\xd6\xf5\xbe\x78\xb8\xbd\x13\x32\xec\x7b\x10\x5e\x08\x6c\xdb\x5e\x33\xbe\x99\x61\x53\x61\x03\xd4\xfc\x05\x94\x12\x0d\x79\xf3\xe6\x79\x5e\xab\x04\xa5\xf4\xd6\xb6\xaf\xd0\x2d\x61\x78\xd8\xf1\xfc\x4c\xbc\x95\x6d\x7b\x2b\xc3\x43\xcf\x9f\x0c\x5f\xa3\x09\x61\xb8\xc3\x7f\x32\xec\xbb\x7e\xdf\x8e\xf8\xd7\x5e\xd3\xf8\x6c\xeb\xd7\x44\x1b\xa1\x94\xc3\x06\x02\x8f\x71\x1b\x40\x98\x89\x94\x4a\x2f\x83\x56\x98\xe7\x2d\xad\x57\x86\x16\xe9\x4a\x0f\x3d\x3f\xe4\x37\x71\x53\x05\xc1\x39\xc7\xd4\x49\x4b\x0d\xd6\x8e\xb4\x42\x02\x2d\x93\x49\x3d\x81\xb3\x8e\x84\xfe\x2f\x51\x2f\x65\x1b\x2f\xa5\xf5\x97\x8e\x83\x51\x34\xa6\x94\xa6\xa3\x68\x7c\x8c\xa3\x76\x5b\x13\xc1\x70\xca\x10\x7f\x48\xf8\x23\xec\xcb\xf7\x6e\x79\x85\x53\x75\xed\xf9\x6e\x41\xe6\xd8\x9f\x17\x24\x65\x8a\xd9\x35\x1f\x3a\xc1\xd9\x05\x78\x14\x0a\xb7\x42\x6c\x7e\xa2\x59\xe7\xc6\x50\x34\x91\xa0\x3a\x61\x80\xcd\x5f\x2d\x07\xdb\x5e\x82\xf6\x3b\xd3\xda\xef\xeb\x3c\x6f\x5d\x4b\xfd\x82\x30\x5a\x33\xf4\xe1\x19\xc6\x38\x4b\xee\xe5\xb9\x9e\xe6\x8c\x99\xf0\xde\xcc\xf3\x06\x6e\xca\x09\x52\xb1\x1c\x79\x3a\x52\x26\x68\x76\xa2\xf5\x82\x86\x72\xf4\xab\x88\x8f\x55\x94\x3d\x92\x91\xb9\xe8\x8e\x11\x1b\x63\x0d\xe1\x0b\x3d\xa3\xd8\x4f\x63\x6f\x3e\xd1\x2b\x57\xd2\x52\x3b\x65\xa0\x1d\xa8\x65\xf1\xf8\xc7\x3b\xda\xc3\xa5\xd4\xa6\xd6\xac\x6b\xa4\xf9\xe4\x27\xd1\x5b\xe6\x9b\xa4\xf6\x26\x1e\x86\x70\x62\xd5\x5a\xaa\xdd\xc3\x4e\x7d\x87\x12\x0f\x63\xdf\x54\x62\xe4\x79\x6b\x39\xac\x6d\x89\x33\xec\xa3\xb8\x61\x53\x29\x06\x34\x76\x20\x16\xd2\x2c\x64\xd3\xa1\x84\x76\xf0\x41\x95\xcc\xdb\xcf\xd2\x49\xb0\x62\x0d\x6e\x06\x35\xdb\x39\x71\x3e\x21\x3e\x49\x92\xb8\x0a\x83\xb5\xe1\x1e\x72\x7e\x1f\x65\xc1\xdd\x2e\xbc\x49\x76\xd7\x51\xc2\x26\xf1\x75\x14\xfe\xc1\xa6\xbb\xec\x6e\x95\xb0\x34\x0d\xe3\xc8\xdf\xb5\xda\x32\xcb\x75\x14\xfe\xbe\x66\xe7\x71\xd2\xa4\xb7\x32\xb6\x4e\x30\xeb\x67\xb4\x95\x38\x53\x96\xb1\x49\xf6\x7a\xbd\x5a\x84\x93\x20\x63\x29\x99\x50\xc9\x40\xcf\x33\x2e\xa7\x80\x66\x5a\x1c\xda\x72\x81\x85\x3f\x40\x5f\x30\x99\x29\xa7\x64\xca\x20\xd0\xd9\x31\x86\x15\x65\x14\x8f\x41\x59\x25\x77\x55\x31\x96\x93\x1f\x14\xe7\x4c\x5a\x19\x83\x12\x91\x78\x9a\x3e\x27\xc2\x01\x98\x15\x24\xa4\x29\x74\xfe\x17\x76\xd7\xd4\x80\x84\x5a\x16\x70\xc6\xd8\x58\x98\xcb\x5d\x36\xdf\xda\xc5\x79\x7e\x24\x7e\x3c\xb8\x15\x2e\x75\x1b\xc6\x85\xe0\x7a\x01\x46\x0b\x51\x09\xbc\x60\x26\x42\xb5\x19\x65\x0e\x18\x28\x80\x20\x78\xcc\x8e\x99\xc4\xf0\x90\x0a\x77\x9c\xb4\xc1\x2a\x55\x1f\x01\xf6\x44\xd1\x7d\x93\x9d\x8a\x9a\x02\xbe\x63\xa1\x0d\xeb\xa0\xdf\xc4\xe6\x1d\xf2\x28\x23\xc2\x25\x05\x41\x91\xd0\x41\x0a\x46\x93\xd2\x07\xe3\x14\xc6\x1f\xb8\x44\xc8\xe3\x9f\x52\xb6\x9e\xc6\xfe\x82\x89\xb0\x5d\xfe\xdf\x48\x39\x3d\xfc\x07\xf0\xba\x9b\xf2\xdf\x84\x2d\xc0\xa4\xc1\x7f\xb0\x4e\x2d\x7f\xf3\x64\x5b\xd8\xbd\xb7\xdc\x82\x58\xbb\x0d\xcf\x0b\x62\xb5\x75\x72\xc2\x6e\xc2\x78\x9d\xca\xe6\x57\xbe\xfd\xf7\xb6\x97\x8a\x82\xac\x12\xf6\x06\xf4\x3e\xfe\x03\x98\xc6\x34\xe9\xa6\x46\xde\x18\xf0\x43\x6a\x3a\x20\xc2\x46\xbd\x31\x45\xfc\x6f\x9e\xb3\x51\x1f\xfe\x0e\xc6\x79\x6e\xce\x29\xf9\x2a\xdf\x9b\x01\x11\x76\x45\x0c\xc6\xde\x98\x5a\x7c\x6a\x8c\x7a\x63\x38\xcf\x22\xa5\xf9\x41\x1f\x17\xd2\xea\xe6\xd1\xba\x54\x78\x0c\xb1\xa2\x6c\x2e\x0a\xf0\xc6\x3a\xa7\x1e\x1e\xca\xda\xa9\x19\x8d\xd8\xc8\x1d\xf3\x8a\xf7\xc7\xb4\x8d\xf8\xcf\x90\x57\x99\x5f\xee\x8f\xf3\xdc\xc3\x7e\xf7\x05\xb2\xd8\x0d\x13\xae\x98\xf0\xad\x15\x4f\xa7\xea\x0e\xc2\x3f\x0e\xc4\xb7\x07\xe3\x36\x1b\x1d\x6e\xbc\xe0\xf3\x1f\xdb\xae\x97\x58\x28\x13\xa3\xa6\xa9\xd3\xe2\xc5\xdb\x36\xef\x1d\x45\x6b\x7f\x73\xa0\x0f\xe4\x89\x26\xcf\x63\xc8\x67\xa2\x0f\x0d\x1a\xf2\x37\x69\xb5\xcb\xfd\xc4\xb6\x7f\x14\xaf\x27\xe0\x2c\x4f\x03\x94\x40\x28\x48\x19\x64\x4a\x05\x74\xb7\xb0\xa5\x4f\x16\x3a\x19\xee\xa8\x6b\x0c\x03\xe3\xf2\x7c\xdd\xb2\x0f\x33\xde\xe2\xee\x58\x39\x97\x41\x8a\x39\x5a\x3d\x8c\x0b\x4e\xd0\x82\x84\xbe\xbc\xfc\xb1\xc1\xc3\xa2\xae\x3c\x6c\x3c\x60\x92\x4a\xa1\xe1\x86\x03\x45\xcb\x6d\x0e\x1e\xaa\x4f\x08\x38\x1b\x6c\x3e\xbb\x92\x4a\x44\x61\x32\xb6\x59\xaf\x8f\xf2\x7c\x5c\xfb\x79\x40\xe0\x2e\xd3\x50\x08\xfd\xa6\x2d\xdb\x58\xdb\x12\xd6\x41\xf9\x77\x18\x14\x77\x1f\x11\x6b\x44\x90\x12\x63\xd0\xc0\xd7\x26\xa5\x86\xc9\xb8\x31\x83\x89\xd5\xdc\xca\x1a\x75\xf4\x16\x86\x09\x56\xe0\x82\xd4\x26\x6c\xc5\xd6\x5a\x27\x6b\xb4\x43\x29\x08\xa0\xc8\x70\x17\x12\x16\xd9\xe1\x90\xef\xf8\x78\x67\xf9\x2d\xde\x07\x61\x9b\x33\x73\x4b\x24\x0d\xb9\x00\x9a\xf8\xea\x8d\x61\xd8\x82\xdb\xdf\xe4\x6d\x62\xdb\x2e\x00\x37\x29\xf2\x4a\xb0\x6f\xbd\x28\x1f\x9a\x0f\x4e\x3b\x9e\x6f\x7d\x67\x3e\x13\x54\x54\x92\xa0\x28\xea\xdf\xf2\x15\xc4\x59\x44\xa8\x89\xe7\x27\xce\x05\xc1\xde\x08\xd7\x33\xcd\xc5\x17\xb0\xbe\xc1\x01\x65\xa8\x09\x54\xe5\xdd\xf6\x20\xf7\xb6\xd5\xb1\x80\x64\xeb\x2c\x86\xd4\x10\x50\x80\xa3\xc0\xa0\x94\xa4\x4e\x02\x6a\x2d\x82\x34\x33\xd3\x3b\x10\xd9\xc4\x92\xd6\x7e\x50\x0d\xd5\xbb\x7c\x95\x8b\x64\xff\x34\x44\xc9\x6d\xb5\xcc\x3d\x84\x41\xe4\xbc\x26\x6b\x51\x8f\x8a\x6d\x32\x8d\x5b\x94\x06\x43\xcb\x58\xe6\xac\x06\xce\x7f\x53\xdd\x8c\x5c\xd3\x54\xb8\x39\x34\xcd\x10\x72\x4f\x5b\x6b\xdb\x6e\xa5\xe4\x8a\xb6\x3c\xbe\x5e\xdf\xc0\xb2\x1c\x4b\x19\x62\x79\x2c\x2e\xa6\x34\x3b\x9e\xd2\xe9\x68\x29\x54\xda\xe9\x70\xba\x7d\xca\x5d\xfb\xbc\xe1\xd3\xba\x18\xdc\xf2\x76\x56\x74\x49\xad\x38\x5a\x80\x17\x1f\xb3\xed\xd6\xca\xb6\x2b\xad\x29\xf4\x94\x0f\x67\x68\x45\x47\xc1\xf0\xc6\x58\xe5\xfd\x1b\x87\xf7\x3e\x5c\x8f\x49\x60\xdb\xf7\xa2\x72\x57\x14\xcd\x29\x5a\x50\x34\xa1\x68\x46\xd1\x94\xde\xe0\xd1\xe5\x38\xcf\xd1\x74\x74\x39\xa6\x0f\x05\xc6\xa3\xa9\x14\xbf\xde\xbe\xe6\xe9\x33\xf3\x5e\xbc\xc0\xc6\x80\xe3\xc9\xf9\x1f\xd8\xb7\x2c\x46\xde\x18\xf3\x9f\xee\x98\x4c\x21\xb8\x98\x61\x22\x36\x9a\x8f\x8f\xa7\xb4\xdd\x9e\x43\xc8\x14\xde\x2b\x79\x8e\xae\xe8\x9c\xba\x38\xcf\x57\x02\xfa\x05\xfa\xa9\xda\x11\xb6\xdd\x6e\x5f\xd9\xf6\x54\x00\xbe\x4d\x46\xec\xff\xe5\xed\xdf\xbb\xdc\xb6\x91\x75\x71\xf8\xff\xfe\x14\x16\xb7\x87\x07\xb0\x4a\x6a\xc9\x99\xd9\x6b\x6f\xb6\x61\x2e\x27\x76\x26\x9e\x49\xc6\x49\xec\x4c\x32\xc3\x66\x7a\xb1\x25\xa8\xc5\x31\x45\x2a\x20\xd4\x97\x34\xf5\x7e\xf6\x77\xa1\x70\x21\x78\x91\x93\x3d\xfb\x9c\x5f\xd6\x8a\x5b\x24\x41\x00\xc4\xa5\x50\x28\x54\x3d\x4f\xca\x92\x37\xb0\x85\xeb\xd4\xa2\x26\xf8\xfe\x4a\x2a\x3f\xff\xa3\xe4\xff\xa5\x8f\x02\x3c\x60\xbf\xd6\xe6\x07\xf2\x5b\x9f\xa1\x56\x85\x4f\x74\xf7\x04\xbb\x7b\xd2\xe9\xee\xa6\x99\x4c\xa7\xd7\x4d\x83\x5f\xa1\xab\xbf\xfe\x37\xaa\xae\xda\xe6\x3a\xa5\xb0\x9e\xa8\xe6\xa2\x17\xf4\xc2\x28\xed\xd7\x33\x96\x53\x6d\xc4\xb9\xfe\x43\xc9\xd8\x22\x0c\xaf\xcf\xcb\x97\x6c\x71\x3c\x8e\xac\xb2\xed\xf1\x04\xaa\xbe\xa8\x99\xd5\xd8\x32\xe5\xbc\xe6\x52\x2b\x3f\x75\xd2\xfb\x2e\x5f\x67\x08\x0e\xa5\x39\x00\xe7\xeb\x27\x3a\x03\xad\xd6\x3b\xa6\xe0\xe4\x2a\x8d\x95\xa2\x18\xe5\x2d\x80\x3c\x11\x2c\xe1\xc0\x21\x08\x40\xa6\xe0\x97\xd5\x73\xf3\x27\x7d\x77\xab\xd8\xf7\x0c\xe0\x9d\x48\x15\xb5\xe9\xc2\x4f\x1a\xf8\x03\xf0\xa4\x64\xaf\x09\x87\x2a\xc9\x52\x9a\xb2\x09\x11\x6a\x7f\x8e\x57\x47\x3a\xb6\x7e\xaa\x7c\x16\x20\xd4\xd3\x5c\xe9\x81\xba\x61\xa2\xc7\xb2\x92\x51\xd1\x35\x27\x5a\x90\x24\x30\xd1\xe8\xf5\xd0\xb3\xa9\x5d\x51\x54\x5b\x74\x3f\x40\x89\xb3\xbc\xfd\x88\x0a\x32\x56\x5a\x3b\x40\x0e\x49\x8a\x18\xee\x1d\x8f\x2f\x52\xb1\x2c\xa9\x53\xad\x91\xd4\xea\x6b\xa4\xfa\x53\xd1\xee\xb7\x00\x62\xe7\xda\x75\x17\x55\x17\x50\xd2\x13\x73\xae\x40\x50\xc0\x9b\x78\x39\x11\x7a\x3c\x1f\x8f\x14\xb6\x59\xdd\xff\xc4\x93\x6e\x2a\xc6\xdf\xd2\xdb\x98\x1f\x29\xd8\x7d\xf9\x89\x5c\xf8\x40\xe3\x81\x61\xc6\x44\xfa\x7b\x9a\xa6\xc9\x11\x64\xda\xae\x6b\x5c\xad\x6b\xaa\xa8\x22\x2b\x6f\x4e\x14\xf3\x0f\xa3\x1c\xa2\x3e\x70\x6a\xbc\xe2\xfb\x38\x5a\x61\x58\xad\xde\x5a\x30\x70\x0a\x3a\x5b\x57\x88\x4b\xc9\x76\xb1\x9c\x63\x4e\x7d\x27\xbf\xfb\x5d\x11\xa9\x07\xaa\x02\xfd\x67\xfa\xbe\x91\xfe\x44\x30\xd1\x1b\xe7\xda\x01\x67\x81\x87\x7e\xee\xbb\x71\x7d\x3e\xde\x6d\xf3\x82\x13\xd2\x35\x8e\xd2\xbe\x67\x16\x6d\x6d\xa3\x47\x0a\x32\x13\x9d\x58\x6c\x67\x2c\xe6\xf3\xa2\x5a\x65\xda\x52\xdb\xfe\x56\xb3\x70\xdb\x39\x77\xb6\x50\x53\x58\x46\xbe\x3e\x82\xa8\xaa\xd1\xd8\x6e\xce\x18\xdb\x1f\x01\x23\x61\x4e\x3d\xdf\xce\x33\xe4\x2b\x33\x06\xe9\x30\x24\x93\xad\x2a\xf2\x4b\x0c\x9f\x69\xda\xdf\x28\x62\x27\x13\x62\xe1\x62\xf8\x7c\x2b\xf8\xa6\x69\xfe\x7f\x7c\x2e\xb3\x6b\x74\x32\xc3\xd0\x62\x3c\x98\x88\x76\x9c\x4c\x96\x14\xec\x41\x05\x5e\x2f\x28\x98\x43\xac\x51\xdd\xfb\x93\x6e\x5d\x9e\x37\x99\xaa\x05\x9f\xdb\xc8\x9f\x26\xd0\xa7\x4e\xde\x23\x7b\x90\x77\x04\xfb\x6b\x5c\x2f\xf7\x9d\xb9\xfc\x2b\x97\x01\x7e\x14\x18\x07\xf0\x36\x57\xbe\xdb\xcb\x21\x75\xef\x6f\x6e\xf4\x11\x11\xd5\x0e\x89\x17\xff\x39\x16\x0b\xaa\xeb\x30\x52\xdb\x89\x5b\x11\xe6\x58\x3a\x1e\xec\x6e\x79\xb6\xe6\xa3\x8c\xd5\x3f\x99\x19\xe7\xda\x94\x1e\x01\x1b\x70\x2c\xf1\xd3\x91\xc4\xda\x6d\xee\x7f\xd9\x4d\x9e\xf3\x9d\xc3\x18\x6a\x6f\xc9\x23\x60\xb8\xc7\x30\x5e\xb6\x9f\xd5\xa9\x32\xc3\x30\x90\x06\x41\x86\x3b\xc0\x6a\xdc\x28\x10\xc9\xfa\x7b\x12\x54\x7a\x31\xf6\xd7\xbe\xd3\x37\xff\xd9\xf0\xfd\x5b\x3e\xe4\xe4\x49\x16\x29\xca\xb8\xde\x63\xcf\xca\x99\xc8\xd9\x52\xa5\xe1\xbf\xf4\x53\xb4\x9b\x9d\x44\xbc\x58\xc4\x62\x2a\x23\x81\x29\x6f\x79\x39\xcc\xcd\x0b\x89\xbb\x10\x2f\xe4\x85\x98\xb2\xe7\x94\xf7\x1d\x0c\xf8\x91\x42\xb5\x5e\x7f\xea\xf5\xe5\x6f\xbc\x5e\x0c\x3e\xa5\x1b\x6b\xea\xea\xfa\x52\xc6\x32\x12\x17\xb3\x99\x52\x5d\x2e\x6c\x66\x65\x27\xb3\x9b\xdf\x9b\xd9\xc5\x74\x5a\xbe\x90\xe3\xb9\x1c\x8f\xd4\x8d\xf2\x52\x6e\x99\x37\xe6\x7f\x81\x47\x91\xad\xf3\x2a\x9a\x2c\xb4\x0c\xb9\xae\xee\xd5\xef\x4d\xae\xe9\xf7\xf7\x59\x5d\xdf\x55\x62\xad\x7e\xe7\xbb\xec\x06\xd1\x55\x68\xab\x46\xc9\x94\x6d\x39\x31\x07\x12\xf2\x49\x5e\x3e\xd6\x87\xeb\x5d\x8e\xf4\x1b\x1a\x98\x70\x90\x7e\xaf\xd3\x5b\xdf\xc4\x07\xde\x01\x04\xbf\xe6\x5d\x7c\xa7\x05\x74\xc2\x24\x82\xe0\x42\xbe\x10\x17\x72\x3a\xa5\xe5\x14\x71\x01\xba\x60\xd4\x65\x9b\xd3\x15\xef\xc6\xeb\xc8\xf9\x3a\x57\x3a\xa0\x44\xe1\xa1\x14\xa9\xa6\x29\x21\x63\x22\x0c\x7d\x9b\x1a\x63\xac\x82\x9a\xdd\xb7\x87\x20\x52\x8b\x9f\xb8\xb3\x3d\xcb\x9d\x8d\x55\xe2\xa1\x89\xd1\xf5\xa5\x77\x94\x98\x39\x2b\xa3\x79\xa3\x5d\xad\x3e\xb5\xd5\x53\x6a\x6f\x8d\xc7\x46\x87\x61\x19\x23\x85\x84\x21\x37\xb9\xb8\x23\xc3\x8e\x2d\xf3\x13\xf5\xcb\x37\x5a\x3b\x97\x5a\x3b\x97\x4e\x3b\x97\x3d\xed\x5c\x76\xb5\x73\xc8\xc3\x30\xff\x84\x03\x32\xd5\xa5\x36\x8d\x3c\xb3\x81\x13\xa4\x60\xab\xa4\xd2\x3b\x2a\x7f\x37\xc2\x18\xab\xdd\xe1\x56\xf2\x3c\x65\x6a\xc3\xa5\x3e\x5e\xa5\x66\x6b\xc0\x7b\xc3\x0f\x6c\xd7\x7d\xd7\xdf\x77\x1d\x27\xd7\x56\x0f\xef\x34\xb5\xef\x65\xdb\xea\x9c\x68\x01\x47\x34\xa8\x24\x4f\x4d\xba\x91\x65\x44\xa3\x2b\xbb\x02\xdf\x70\xdf\x68\xe0\x6b\xb7\x49\x0a\x35\x5b\xc0\xa1\x1d\xb9\x05\xd3\x71\xda\xd2\x41\x5f\x90\x8a\x71\xa3\xe2\x8a\x30\x9c\x08\x52\x61\x3e\x4d\x43\x32\x6b\x9f\x87\x02\x0f\xb0\xd5\x45\x4d\x7d\x24\x09\x57\x85\x7b\xaf\x0a\x9e\x2a\x5c\x86\xe1\x44\xe9\xe1\x48\x34\x70\xcf\x49\x49\xb1\xcb\x26\xb9\xbe\x97\xab\x7b\x2a\x3d\xed\xf8\x20\x9b\x70\xe8\xde\x60\x4c\x61\xab\xfe\xd9\xb3\xcc\x7e\xcb\x8e\x55\x4d\x73\x5a\x24\x2d\x70\x8e\xb9\x00\xfd\x1c\x03\xf4\xb5\x12\x9d\x94\x29\x08\xcf\x9a\x4e\x64\xd3\x04\xcf\x02\xa8\xdb\x93\xfc\xa4\x4e\xa3\x1a\xf7\x04\xb7\x6c\xc2\x9b\x66\x52\x85\xa1\x8c\x77\xd1\x1b\x4e\x76\xb0\x06\x8e\x35\x84\x1b\x26\xe2\xbc\x69\x48\x15\xf3\x68\xdf\x34\x25\x82\x76\x64\xd1\x2d\xfa\xdf\x87\xa1\x20\xb7\x70\xa3\x53\x96\xb8\xcd\x2d\xd8\x1b\x4e\x6e\x60\x4b\xa1\x24\x05\xa8\xee\x51\xcf\x56\xcc\x32\xfb\x5d\xac\x70\xd7\xb1\x61\x45\xb2\xc2\x2e\xb9\x49\xb6\xc9\x2a\x55\x1b\x8f\x5b\xf3\x6b\x43\x3d\x9f\xc1\xbc\x69\x34\x7e\x98\xe9\xf8\x42\x35\xd1\xca\xf9\x41\xb8\xec\x6e\x74\x76\x85\xee\xc4\xdb\x64\xa5\xf2\x39\xcb\x71\x35\xd5\xfe\x63\x05\x1c\x34\x31\xc7\xe9\xb7\x49\xc1\xf2\xf8\x35\xa9\x60\x43\xa3\xb5\xba\xf5\x72\xb6\x0c\x43\x52\x25\x85\xaa\x5f\xa6\xfe\x6c\x28\x35\xb6\x83\x1b\xfc\x52\xc6\x58\x16\xdf\xd8\x23\x9d\x3d\xd8\xac\x69\x74\x43\x21\x8f\x4d\x05\x32\xb8\x81\x03\x8d\x6c\x2c\x4c\x06\x37\x1d\xaf\xf1\x77\x5d\x51\x0c\xc8\x1a\xe0\x23\x24\x94\x73\x7b\x7e\x91\xa0\xc9\x58\xa9\x02\x88\x24\xaa\xb6\xd6\xee\x51\xf0\x24\x48\xe1\xc0\xb2\x78\x19\x2d\x60\x35\x1e\x0b\xa8\xc3\xe1\x8f\x50\x83\x52\x66\x37\x27\x12\xbd\x46\xa6\x04\xb5\x2f\x32\x09\xd7\xcc\x27\xaf\xf1\x88\x5d\x26\x99\x1a\xfa\x4d\x23\x26\x8c\x15\x6a\x4e\x11\xc9\x04\x6d\x47\xd9\xca\x24\x8f\x36\xe6\x47\x0b\xf5\xa3\x77\x8b\xf9\x31\xbd\x38\xbc\xa8\x2e\x0e\x3a\x5a\x5e\x74\xbf\xf5\x60\xbe\x95\xae\x59\x72\xc5\xc9\x1d\x27\x6b\x0a\x82\xa6\xad\xb4\x53\x2f\x68\x9b\xb8\x97\xdc\xc6\x1c\xe1\x81\x9a\xba\x6b\x8e\xad\x29\x4d\xae\x52\xdd\xd2\x39\x9b\x4e\x0f\x17\xf9\x8b\x4a\xcd\x60\xbf\xc8\xdc\xe4\x81\x78\x14\xc6\x10\xa2\xa6\xff\xe1\xe5\x32\x0c\x75\x05\xf0\xa7\x5a\x3f\x9d\xc1\xf2\x30\x5b\x52\x83\x04\x47\x0c\xf0\x77\xf0\x44\x9f\x54\x1c\x66\xcf\x75\x8e\x71\xf0\x2c\x88\x82\xe0\xe8\x81\xcd\xd8\x60\x25\x01\x87\x17\x79\x18\xbe\x6b\xb3\x3c\x40\xae\x44\x89\xaa\x9e\xba\xeb\x6c\xa0\xee\x2e\x2e\xdf\xf4\xb8\xb6\x8a\x91\x3d\x46\xc4\x1a\xda\x8b\x07\x1f\x0b\xdb\xb6\x53\xdd\xaa\x25\x1d\x63\x09\x9a\xe3\x1f\x38\x64\xac\x56\xab\xcc\x47\x5e\xe6\xbf\xf6\x43\x5a\x8d\x79\xc7\x07\x74\x60\xef\xad\x6d\x5f\xad\x25\xce\x9f\x33\x5e\x44\x2b\x77\x64\x8a\x4a\x4b\xcd\x38\x1c\x70\x26\xaa\x0a\xd8\xc3\xb0\x8b\xda\xd8\x3d\x33\x8c\x81\x08\xc3\x09\xc9\xd9\x2f\x3a\x60\xb1\xa6\x88\x2c\x14\x86\xa4\x66\xb5\x6d\x00\x35\xfe\xcd\x1c\x6b\x9a\x9a\xc2\xc1\x08\x71\x96\xa4\x94\x82\x60\x93\x25\x90\x9c\xfd\xdd\xe5\xa0\xc4\x3e\xcb\x6d\xac\x16\x54\x3a\xb9\xe9\x24\x01\x08\x72\x87\x99\x7a\x9d\xf2\x04\x1d\x0d\xdb\x42\x9d\xd5\x5c\xbb\x08\xab\x7a\x53\x55\xcf\xbf\x26\x59\xea\x55\xb5\x48\xb2\x54\x7f\x80\xfa\xa5\xfa\xaa\x69\x7e\xbb\xf0\x0c\xcc\xe8\x8c\xf2\x13\x85\xa2\x67\x8b\xd0\x90\x35\x8e\x0e\x23\xb6\xe1\xb3\x51\x1d\xb7\x47\x60\x34\x7a\x4f\x38\x1c\xa8\x6b\xfa\xa3\xca\x51\x7b\x0b\xe5\xc5\x89\xee\x54\x9d\x52\xe9\xb5\xf4\x95\xd7\x99\x93\x5a\xf7\x8c\x3e\xac\xc1\x68\x41\x10\xed\x8a\x23\x50\x78\xd6\xec\x1d\x27\x32\x11\x29\xce\xad\x38\xb7\xab\x68\x54\xd9\x5f\x17\xa4\x66\xaf\x3a\x27\x38\x5e\x64\x98\x33\xf6\x78\x60\x33\x2f\x17\x50\xb1\xfe\x62\x09\x06\xf8\x76\x03\x7b\xb8\x85\x1b\xb6\x80\x07\x16\x2c\x02\xb8\x66\x55\x18\x26\x29\x5c\xa9\xfa\xdf\xb1\x02\xee\xd5\xa2\x99\x87\x61\xeb\xcb\x4d\xd4\xca\xb7\xa2\xf0\x8e\xbd\x99\x32\xbd\xbd\xba\x8b\x97\x51\x07\x00\xaa\x69\xe6\x4b\x78\xcf\xee\x4d\x15\x70\xc0\xae\x34\x20\x97\x76\x78\xca\x9a\x66\x45\x2f\x1e\x26\x8c\xbd\x0f\x43\x03\x05\xb3\x61\xf7\xc9\x43\x4a\x2f\x1e\xa6\x53\xbd\x46\x85\xa1\xf1\x08\xd8\xb3\x05\x64\x4d\xb3\x19\x78\x49\x6d\x9b\x86\xac\xc9\x46\xf5\xf3\x64\x47\x2f\x6e\x19\x4f\xf6\xd6\x7b\xfd\x96\x6c\xd4\x4b\x5b\xa8\x29\x7d\x34\xc3\x7a\x43\x8d\xc1\x5a\x55\xe6\x0d\x7b\x47\x8f\x22\x0c\x09\xd9\xb0\xc9\xad\x2a\x2c\x0c\x6f\x66\x33\x50\xe2\xc0\x26\xa7\xc7\x7c\x43\x6e\xa6\xec\x01\x44\x18\xaa\xea\xde\xb8\x1a\x5d\xdc\x32\x69\x4a\xbb\x25\xd7\x70\xa5\x1a\xd6\x5b\x6a\x6f\x5e\x2e\xb4\xa5\xfa\x41\x75\xec\x75\xf2\x90\x36\xcd\x15\xfe\x4b\xd4\x1f\xf6\x85\x76\x40\x39\x50\x7a\x76\xa5\xd6\xbe\x2b\x7a\xb4\x0b\xda\x01\xae\x28\xac\xc2\x50\xe9\x10\x57\xae\x17\xc3\xf0\xc6\xe1\x09\x29\x89\xd9\xf1\xcc\x20\x87\xd6\xf3\x41\x7f\x1a\x14\xec\x8e\xc2\xf5\xb1\x8d\x99\x28\x38\xa9\x68\x54\x1d\x49\xa5\xa4\x21\x75\xce\x00\x8c\x3b\xa7\x9e\x23\x1c\x5a\x37\x01\x36\x34\x85\x6a\x45\xd1\x21\xcf\x9c\x62\x40\x80\x2d\x9b\xe4\x61\x98\x11\xce\xd6\xae\x18\xa5\x7a\xa0\x9e\xc3\x04\x06\x70\x2f\xd1\xd8\x64\x26\x25\x2e\x3e\x07\xb6\x55\x3a\xf6\xd6\x3b\xc6\x75\x11\xb5\x2f\x9f\x87\x61\xf0\xf6\x35\x32\x25\x14\xec\x90\x2c\x52\x6a\xb6\xf8\xff\xdd\x0b\x7a\xdc\xa9\xc1\xea\x56\xa0\x03\x1e\xb9\xe3\xa2\xa7\x03\xb3\x25\x23\x2e\x36\x83\x14\x76\x29\xf3\x25\x96\xb1\x7c\x4a\x6a\xcf\x20\x5a\xba\x8b\x33\xc4\xa3\xed\x1a\xf7\xa0\x5d\x4e\x0e\x56\x34\xe9\xcd\x9d\xfd\x38\xd4\x93\x2a\xf6\xd7\xb9\x0f\x6b\x61\x43\x7e\xe3\x45\x74\x70\x60\x4a\xb3\x19\x4e\x92\x43\x52\xa5\xe0\xaf\xa3\x08\x7a\x8a\x1f\xa1\x77\x53\x1b\xa6\xbf\xc1\x28\x5a\x39\xdb\x7c\xf2\x53\x6c\x80\xf1\xc1\x6a\x3b\xe3\x81\xc6\x26\x60\xfa\x60\xf5\xaf\x0a\x96\x14\x26\x84\xb3\xdc\xf9\xc9\x5e\x73\x35\x62\xfb\xb1\xdd\x6a\x6c\x80\xb0\x67\x41\xc6\x6e\xba\x6e\x9a\x9a\x70\xd8\x52\x4a\x72\xf4\xa2\x02\x01\x13\xd9\x34\xbf\x11\xed\x8c\x78\x5c\xbe\xb3\x10\xbb\xb2\x81\xb3\x01\xb5\xae\x42\xc6\x45\x17\x43\x8d\xae\x60\xe8\x70\xc4\x26\x93\x0d\xac\x09\x85\xae\xdb\xe6\x89\x20\xab\xe5\x27\x9c\x60\x3f\x11\x4a\x3c\xe2\x3d\xef\x76\x71\x63\x4e\xf4\xff\xa1\x3d\xe6\x03\x08\xfe\x43\x9b\xa8\x5a\xeb\x60\xcf\x36\xa5\xd2\xab\x35\xb3\x69\x36\xc6\x52\xd5\xa0\x6d\x75\xcb\xf3\x9b\xad\x6c\xee\xf2\xb5\xdc\x06\xd0\xdf\xca\xe8\x65\x6d\x3c\x2e\x4b\x42\xe0\x4e\x79\xbb\x7b\xde\x78\x19\x3d\xd7\x91\x73\xad\x1b\xdb\xd0\x2f\x7b\xec\xbb\xd0\x1e\x77\x8e\x21\x19\xde\x97\x74\x1d\xf2\x71\x1e\x04\x08\x00\x18\xfc\xc6\x47\xeb\xa4\xee\xab\xcd\x9b\xa3\x1f\x19\x86\xbf\x6d\x0c\x6c\x1b\xc2\x86\x38\xa2\xb7\xd4\xa9\x2e\x33\xc0\x74\xbd\x3a\xb5\x7e\xf5\xa6\x5a\x6f\x07\x15\xc2\xcd\xe3\x99\xdf\xf6\xda\x3e\x9c\xc8\x34\xee\x35\x75\x84\xc0\x69\xe3\x7e\x80\xa5\xe7\x07\x58\xfa\x7e\x80\x14\x6a\x7e\x24\x9c\x9e\x5d\xe1\x8c\x67\xf7\x08\xc7\xb8\x17\xec\xbe\xf5\xe6\x32\xb7\x92\x20\x0a\x34\xbc\xe3\x5e\x38\x9d\xf4\xca\xf7\xdf\xb3\x17\xec\xde\xbb\x0b\x57\x1a\x34\xf8\xde\x7a\xc9\xc1\x95\x0e\x94\x7d\x5d\xad\xd8\xbd\xfe\x09\x57\xad\x4f\xe7\xbd\xfb\xa9\xca\x45\x17\x45\xe7\x02\x7b\x6f\x6e\xa0\x23\xe6\xbb\x01\x02\x4d\x0f\xb9\xce\x39\x90\x88\x0b\xa5\x94\x27\x52\x49\xb3\xff\x9e\xf8\x2e\xf2\xce\x02\xd4\xde\xb2\xca\xc1\x15\x46\x1f\xd5\x44\x58\xf8\x41\x0b\x6f\xe7\x96\xc2\xf2\x08\xef\x4f\x22\x8c\x25\xe9\x88\x4d\xbe\x1f\x51\xcf\x35\x64\xa7\xb0\x39\x7b\x1e\x75\xaf\x6c\x4b\xa3\xdc\xed\xc8\xf6\xd6\x4a\xf8\xb1\x0b\x9e\xf6\x3b\x5d\x7f\x7a\xd0\x31\xaa\xbe\x1f\xd8\xf9\xcf\x2f\x48\x92\xcd\x7e\x4d\x93\x9f\x2f\xcf\x2f\x17\x2f\x23\x84\x1a\x93\x97\xe2\xb2\xbc\xdc\xa4\xcf\x68\xd2\xbd\xbe\x3c\x8f\x5f\x92\x38\x7a\x71\x79\x7e\xb9\x7c\xd9\xd0\xa7\xe7\x79\x5b\xab\x6f\x7b\x3e\x37\x3b\x22\x69\x7c\x35\xbf\x11\x7c\xdf\xd5\x2c\xcb\xd6\xe5\xc3\xa2\x3e\x42\x09\xe8\x71\x2b\x8e\x34\x6a\x97\xdd\xb1\xb7\xbb\x9b\x64\xf3\xca\x00\xb6\x45\x7e\xf2\xd5\x16\x6e\x51\xed\x9f\x4d\x1e\x57\x66\xd3\x60\x51\x18\xed\xf5\x09\xc0\x23\x99\x2c\x52\xef\xbc\x8c\x70\x16\x44\x65\x25\x09\xba\x46\xd1\x80\x82\x36\x30\xda\x25\x0e\x9d\x5f\xfc\x0f\x43\x65\xa1\xe7\xa9\x8d\xce\x48\x71\x52\xa6\x51\x92\x46\xdd\x24\x84\x83\xf9\x22\x39\xf6\x45\xdd\x11\x86\x30\xc3\x1e\x2c\x2e\x79\x44\x17\xcb\x11\x5f\x3b\x28\x3b\x80\xbf\x9a\x12\xe3\xcc\x73\x44\x6d\x81\x70\x3a\x7c\x05\x1e\xfe\xb1\x9a\x2f\xa6\xe5\xbc\x03\x0d\xdc\x93\xb0\xc5\x85\x7c\x51\xa2\x7d\x3a\xdf\x90\x76\xb2\x93\x3c\x91\xa9\x26\x2b\x6b\x8d\x98\xd4\xb9\xe8\x77\x0b\x48\x52\x0a\x7e\x4e\xba\x5d\x08\x07\xcc\xc4\x8b\x86\x7c\xb9\x8c\x7d\xb1\x44\x04\x8d\x84\xf3\xc5\x1b\x73\x4d\xeb\x96\xf3\xad\x41\x7e\x46\x35\x72\xb2\xa4\x08\x16\x3b\x7a\x94\xf5\xc9\x17\x17\x14\xb1\x5a\xc7\x4e\xd7\x26\x26\xe5\xd0\x19\x2e\x0c\x5f\x39\xcd\x4d\x35\x68\xe4\x6a\x61\xe3\xac\x0d\x7c\xe3\xf7\xf0\x85\x86\xfa\xba\xac\x9f\x91\x17\xc9\xe5\xdd\xe5\x8f\xe9\xf4\x25\x4d\x7e\x7e\x99\x3e\x6b\xfe\xc3\x43\xfb\xba\x20\x0e\xa3\x7c\x74\x00\xe7\x50\xe1\xf2\xd2\xe9\x56\xa7\x48\x7f\x3f\x52\x47\xa3\xe9\xe6\x2c\x78\xa1\x8d\x26\x8b\x34\x0c\x83\x97\xfa\x77\x0b\x87\x95\xb6\xf8\xe5\x2f\xd9\x67\x71\xa2\xed\x3b\xe8\x84\x90\x46\x5f\x38\x90\xa3\xa6\x99\xe4\x89\x4a\x6c\x9d\x9a\x95\x12\x27\xe7\x1a\x8c\x3c\x46\xd8\x03\x6a\x3a\xda\x91\x92\xb4\x10\xd1\xd2\x3d\xc3\x98\x10\x0b\x95\x24\x99\xf4\x69\x8b\xaf\x62\x35\x49\x23\xb5\xf2\xb4\x58\xe1\x70\xa5\x54\xc3\x9a\x2b\x75\x03\xdf\x04\x69\xfd\xc1\x70\x66\x8e\x00\x38\x95\xd8\xab\xf0\x41\x77\x51\xae\x5d\xa1\xfa\x88\xc8\x92\xb6\xd8\xf8\x92\xee\x34\x3b\x53\x9e\xd2\xd8\xfc\x20\x52\x5d\xe9\x4f\x41\xc7\xc3\x1c\xa4\x8f\x98\x8a\x2c\x5e\x46\xc9\xad\x58\xd9\x8f\xd1\xce\x93\xe7\x69\xcb\xfa\xb4\x48\x59\x05\xde\xc4\x65\x4b\xcd\xfa\x77\xec\x2c\x09\x1f\x1c\x73\x8a\x76\x06\xe9\xbc\xa0\xa7\x5f\xb4\x53\x43\xae\x5d\x31\xe7\xc8\xa8\x1c\x9b\xbf\x38\x12\xc9\x95\x92\x8d\x0e\x41\x97\xe8\x7c\xe8\x91\x7a\x66\x2b\x35\xd6\xe0\x7b\x76\x45\x4a\x3d\x4c\xbf\xd1\x83\x54\xeb\xe0\x75\xb3\x17\xfc\x96\xc4\xd1\x0f\xa5\xcc\x8b\x06\x23\x80\xcf\xe1\x5f\xec\x11\x3d\xc8\x04\x2f\xf1\xb8\x4d\x3b\x7e\xd4\xc8\x5d\xc0\xef\xf1\xc8\x4c\xbd\xd6\xe5\x2f\xf8\x5b\xbb\xdc\x7a\x6b\xfb\xb2\xb7\xb6\x5f\xb8\xc3\xbe\x8e\x0c\xdc\x66\xf5\x18\x8e\xbc\xfd\x20\xcf\x6c\xd2\x41\x3a\x1f\x97\x6d\x1a\xa5\x68\x71\xc1\x5f\x88\x0b\x3e\x90\x6f\x1a\x6a\x3e\xe1\xa9\x2f\xdf\x8e\xb0\x2a\xaa\x9a\xd7\x7d\xe2\x22\x3f\x8c\xca\x17\xc6\x68\xed\xc9\xd8\x50\x12\x6b\x25\x05\xa7\xaf\x13\x1b\xda\x2a\x60\x0f\x18\x5a\x41\x9a\x94\xe9\x85\x08\x43\xa1\x34\x8e\x5e\xe8\x13\x9a\x72\x5b\x57\x81\xe5\x32\x0c\x49\x16\x67\xda\xf9\xc4\xb8\x92\xf6\x63\xd0\x4f\xac\x5b\x08\x79\x4c\x1f\x2b\x77\x02\xdc\x35\x83\xf5\x81\xed\xdd\x69\x54\x47\x5e\x57\x34\xaa\xd0\x83\x60\xcd\xef\x47\x5d\x29\xe2\x11\xe8\x65\xb3\x94\xab\x06\x01\x33\xd2\xa9\x83\x53\x46\xb1\x6c\x65\x8a\x12\x58\x91\x11\x26\x28\xbb\xcc\x8f\x0e\x72\x8e\xee\x70\x51\xab\xdd\xb6\x1a\x7e\xaf\x8a\x82\x58\x19\x1c\xcd\x96\x47\xc8\xd6\xeb\x68\x34\x98\x6b\x40\x0b\xe0\x7d\x59\x87\xab\xe0\x86\x4b\x42\x01\x87\x1d\xa5\x6a\xb1\xc8\xd6\xeb\xcf\xfb\x1c\x07\x7e\xa6\xd9\x7a\x4d\x2c\xc2\x75\x0f\x3d\x3f\xea\x5d\xdb\xc1\xca\x29\x7a\x76\x19\xf4\xe1\xc7\x11\x87\x0f\xeb\x67\x31\x0c\x08\xb5\x11\x5c\xbe\x4c\x34\xc1\x43\x66\x3e\x8f\xd5\xf4\x1d\xe1\xe0\x1f\x1c\x53\x97\x1a\x67\xfd\x29\xbf\xec\xfe\x6b\x08\x7f\x5d\xf6\x1d\x36\x4c\x62\x35\xfb\x3b\xfe\xb1\xf4\xa8\x65\xc4\xa9\xb4\x7d\x5f\x60\x93\xf7\xab\xa2\x38\xf9\x09\x23\xd9\x7f\x2a\xf9\x89\x12\x7e\xfb\x9b\xfd\x72\xf0\xa3\x55\x4e\xbf\xa3\xa9\xfa\xde\xcd\xea\xd5\x5a\x5f\x8c\xf6\xcb\x7b\x42\xfc\x4e\x6e\x9a\xc7\x23\xf5\x76\xcb\x48\x74\xe1\xe4\xf0\xe8\xfb\xfe\xe6\x1a\xe9\xc0\x8c\xa0\x1e\x49\xec\xb9\xee\x9b\x64\x76\x19\x8d\x07\x77\x22\xa2\x76\x31\x81\xe4\xbb\x7d\x91\x49\x1e\xa0\x77\x63\xfb\x62\xd3\x70\xea\xd6\xed\x24\x05\xee\x43\x54\x62\x8c\x45\x67\x12\x22\x22\x37\x4f\x7d\x4e\x70\x77\xfc\xe5\x31\x74\xc8\x56\x5f\x0c\xb0\xb1\x3b\xae\xeb\x7f\xa2\x78\x44\x2c\x28\x94\x61\x38\x90\x35\x25\x9a\xc4\xdc\x2e\x01\x69\x40\xfd\x25\xf5\xa5\x92\x9f\xff\x42\x57\xda\xce\xe4\xcf\x29\x7c\xd3\xda\xa6\xf2\x96\x38\xd3\xbc\xdd\xca\x8c\x9c\x5a\x35\xef\x35\x3b\x4f\x7e\xee\xec\xbc\xa6\x3e\x7d\xcc\x5b\x5f\x2a\xb6\x47\x94\x5f\xb7\x81\x79\xde\xdd\x2f\xed\xa1\xb8\x69\x0f\xc4\xaa\xe3\x61\xb8\x23\x18\xb5\xab\x89\xc2\x69\x9c\x5b\x12\x03\xa4\x6c\x44\x0d\x2b\xcb\x0b\xa5\x44\xbb\xb4\x72\xcb\xcb\x36\x21\x36\x66\x24\x8d\xb1\x4e\x77\x3d\x24\xdc\x1a\x59\x4b\x6a\x41\xf0\x30\x02\xbf\x9f\x8a\x1e\x8f\x57\xf3\x2f\xb2\xa2\xb8\xce\x56\x1f\xbb\x24\xa4\x9c\x8d\xc8\xf9\xa1\xec\x6a\x49\xef\x8c\x98\x33\xa1\xb3\xe4\x35\x9a\x58\xa1\xeb\x33\x2c\x13\x91\x32\xb5\x0a\x83\x3c\x2a\xb5\xa6\x65\x9f\x38\x82\x89\xf0\x74\x9e\x03\x7a\xdd\xc5\xa3\x96\xd9\x12\x0e\xac\xb7\xf4\xe7\x2c\xc7\x08\xec\x72\x85\x61\xf5\x6c\xb2\xb8\xc8\x9c\xbf\x2e\x9b\x2d\xcd\xea\x9b\x59\xb3\xed\xc5\x74\x5a\xbf\x70\xee\xc9\x14\xfd\xcd\xab\xa4\xb6\x07\xa0\x22\x59\xa4\x20\xb4\x52\xc9\xe7\xb5\xac\xf6\xef\xca\x2f\xb3\xa2\xe6\x78\xa4\x56\xb5\x5c\x2c\x93\x25\x3d\xe3\xf3\x1d\xdf\x55\xe2\x01\xcf\xac\x26\x4a\xeb\x63\x93\x25\xb2\x62\x56\x4c\xc4\x49\x1a\x21\xdd\x41\xc1\x1e\x3b\xeb\x54\xcb\xd5\x63\xfc\x2b\x64\x27\xef\xd9\x12\x32\xbb\x72\x7b\x74\xae\x6a\x07\xf5\x68\xda\x56\x40\x77\x66\xed\x48\x49\x63\x7b\x54\x10\x86\xc8\x97\x85\x1c\x23\x95\xf5\xb8\x8a\xca\x30\x2c\xdd\xf6\xb7\x55\x62\xd8\x35\x29\x69\x18\x4a\x52\xd2\x23\x3d\x92\x96\xd8\x06\x4c\xc5\x0e\x76\x66\x1c\x41\xc3\x21\x8e\x7c\x87\xa9\x95\x7b\x19\x4e\x98\x63\x2e\x88\x60\x57\x73\xc3\xc3\x40\xa4\xa6\x03\x78\x39\x5b\x5e\xd0\xca\x9a\xa3\x05\x2c\x29\x88\x17\xac\x0e\xc3\x7a\x36\x3b\xda\xa2\xfb\xca\xa2\xd3\x41\xda\xec\x38\x54\xa8\x23\x55\x5e\x94\x72\xcf\x69\xb3\xd3\xf0\x78\xfa\x69\xb2\x37\x26\xc0\x91\x94\x39\xcb\xf4\x51\x1f\x86\x90\x76\x52\x8f\xf4\xe8\xa4\x3a\x42\x51\xf9\xca\x43\x3f\x23\xd1\x34\xb2\x69\x88\xce\xcf\x16\xaf\x5e\x19\xcd\x6e\x92\xa3\x7f\x22\xff\x31\x97\x1d\xf2\x8f\x76\x19\xca\x71\xe8\x25\x1c\xec\x91\x8b\x39\xc6\x8c\xad\xc7\x30\x8d\x44\xda\x8e\x27\x90\x4d\xe3\xf5\xa8\xca\x7b\xa4\xae\xc5\xdc\x16\xda\xa7\x3b\xf2\xde\x1b\xad\x6f\x79\x74\x62\xa0\xf0\x39\x65\x5e\xf3\x0d\x17\x9d\x77\xdc\x79\x66\x92\x04\x65\x25\xf3\xcd\x43\xa0\xd6\xd3\xea\x46\xf0\xba\x0e\xc0\x93\x46\x24\xd0\x93\x2c\xa0\x27\xee\x3e\x4f\x21\x09\x04\xaf\xab\xe2\x96\x07\x10\x28\x81\xd9\xcb\x40\x09\x87\x27\xe3\xb9\x74\x1f\x2d\xc0\x66\xb4\x0e\x74\xae\x88\x3f\x0b\x81\x92\xbe\xff\x6e\xa6\x4b\x30\xf9\xa8\x4c\x53\x28\x59\xb0\xe7\xe5\x1a\xf5\x85\x9c\x3d\x22\x2f\xeb\x48\x27\x94\x47\xc8\x8a\xbb\xec\xa1\x1e\x25\xf9\xc2\x55\xa1\xed\x17\xbd\x3a\x0c\xfa\x69\x48\x4e\x69\x87\x8d\xa6\xc1\xd6\xd6\x00\xa5\xee\xe4\xfb\x4e\x1d\xf4\x7e\xca\xe5\xd7\x8a\x76\xdb\x91\x1d\xe0\xc8\x13\x52\x49\xaf\xf7\x3b\xc2\x93\x32\xf9\x63\x8a\x02\x55\xff\x3a\xab\x92\x32\x59\xa6\x29\x19\x94\x98\x23\x9a\xe0\x18\xd1\xd6\x19\xae\x7b\xde\x0a\xe9\x7e\xe2\xde\x40\x8f\x1b\xa2\xb4\x64\x35\x96\xec\xb2\x39\x37\xbd\x69\x1a\x48\x5d\x23\x47\x60\x24\x93\x32\x59\xa4\xd3\x40\x0d\xf2\x20\xd5\x85\xe5\xc8\x1c\xd3\x16\x79\xa4\x47\x0a\x9a\x64\x5a\x6f\xaf\x75\x69\x47\x50\x6d\xe7\x7b\x49\x7a\x81\x79\x8b\x56\x2d\xc8\x5a\xda\xf2\x7e\x00\x87\x4e\x5d\x6b\xd2\x29\x8f\xf2\x0a\x8a\x21\x65\x56\x71\xa6\x8f\x34\x5f\x54\xd4\xe0\x4d\xb0\xd2\x34\x51\x0d\x07\x0c\x54\x10\x6d\xe5\x3c\xa2\x48\xb5\x57\x30\x68\x00\x1f\xb6\xda\x45\xff\x49\xcd\x8b\xcd\x0c\xdb\xe4\x80\x27\xba\xf4\xac\x40\x72\x9d\xdf\xcb\xd4\x87\x8b\xa2\xfa\x7c\xd8\x91\x82\xc6\x79\x5c\x58\xf5\x23\x23\x15\x08\x78\x0b\x39\x35\x3f\xbf\x56\x1a\x59\x44\xaa\xe9\x14\x3e\x9d\xc8\xdd\x15\xa6\xf3\x54\x9f\x50\xf5\x6e\x39\x61\xec\x2d\xae\x8d\x46\x53\x39\x30\xa5\xab\x00\xc9\x9b\x46\xd8\xae\xc5\xd4\xba\x29\x8e\x47\x58\xb1\x3c\x2e\x3a\xd4\xdb\xe2\xe1\xb1\x20\x9e\xf2\xd3\x8e\xe1\x39\xb7\x5c\xd9\x5f\x55\xd5\x47\xb5\x9b\x1e\x7f\x42\x38\xac\xe6\xb5\xd2\x09\x3f\x88\x6c\xa5\x76\xb6\xd3\xe5\x4b\xa6\xd6\x10\x55\xc1\xaf\x47\x2a\x28\xcc\x38\x43\x11\x6a\xaa\x76\x26\xe3\x15\xa1\x11\xf1\x4a\xb9\xe1\x12\x55\x4d\x5d\x3c\xf1\x0b\x61\x27\x92\x11\x1d\xdf\xcc\xe5\x87\x7c\xc7\xab\x83\x24\x2b\x95\xf7\x27\xa6\xa7\x9a\xf3\xc9\x22\x4d\x3e\x4b\x71\xe7\x9a\x91\x05\x70\xd8\x91\x9c\xc6\x79\xf4\x16\x78\xa7\xc9\x51\xef\xe9\xa7\x94\x34\x96\xd1\x5b\x7c\xf8\x7c\xf0\xb0\xa4\x71\x19\x7d\x4d\x69\x77\x7e\x98\x9f\xa7\xb8\xa1\x26\x4c\xad\xdb\x66\x69\xe0\x90\xeb\x18\xaf\x6a\xa8\x42\x8a\x11\x07\x98\x8c\xc9\xe4\xb9\xd2\x05\x65\xf2\xa7\xf4\x2c\x4f\xa4\x12\x24\x2c\x53\xb5\x82\x3a\x0c\xf1\x87\x2f\x57\x4a\xa6\x34\x97\xe4\xb3\x19\x4f\x93\xe7\xa9\x05\xe4\xb2\x77\x3e\xf3\xef\x2c\x30\x85\x5a\x8c\xc1\x36\x99\xba\xa0\xa0\x33\x95\xea\x86\x5a\xf9\x28\x54\x89\x4c\x16\xe9\x18\xfb\xbf\x7e\xd2\x91\x2b\x4a\xbf\x34\x36\xbd\x68\x7c\x39\xed\xbe\xc4\x32\xb7\xfc\x1e\x29\xe4\xae\x61\x2b\xaa\x6d\xa3\x38\x97\x2a\xa8\x28\x54\x47\xb8\xdb\xf2\xb1\x88\x8d\x01\x89\x9e\x60\x12\x4a\x66\x69\xe4\x20\x67\x86\xfa\xd1\xab\x4b\xe6\x8d\x39\x42\xa1\x1e\x63\x3e\x6d\x05\x3c\x7d\xc4\x1d\x9e\x16\x9c\xea\x57\xbf\xc8\x97\xcb\x78\x50\x46\x24\x60\x36\x93\x4d\x93\xf9\x93\x17\xf7\x6e\xc7\x23\x72\x8f\xbf\x60\x6a\xdb\xa6\xf6\x48\x99\x96\xe0\x78\xf2\x67\x53\x43\x66\xe6\x15\x4c\x24\x05\xb7\x8a\x22\x58\x2e\x2e\xa3\x84\x36\xcd\x8e\xe4\x89\x48\xc3\x50\xfd\xab\xf7\x48\xee\x98\x38\xd3\xab\x9e\x81\x16\x41\x67\xac\x2f\x31\x35\xa8\x62\x5c\xee\x1e\x2d\x55\x3b\xa8\xcd\x56\xf0\x57\x76\xfe\x33\x79\x73\x9b\x15\xcd\xdb\x52\x72\x51\x66\x45\xf3\x7d\x56\xde\xf0\xe6\x7b\xd5\x72\xbc\x5c\xf1\x46\x43\xaf\x34\xe8\xc7\xfe\xc3\xf7\x6f\x29\xca\xe0\xa7\xe7\x67\xa7\xc4\x0b\xf3\x9d\xc0\xe9\x23\xee\xb9\xeb\x4a\x03\xa8\x98\x9f\xf3\xbb\x4c\x94\xc8\x91\xfd\xab\x41\x05\x42\x2c\x63\xda\x4f\x62\x69\x81\x5d\x49\x4f\x5c\x49\xd1\x93\x60\x2a\xe7\x3b\x5e\xd7\xd9\x0d\x07\xa9\x45\x0d\xda\x2b\xae\xb4\x75\xf9\x8d\x4d\xc9\xfc\xa5\xbd\x23\x6b\x7c\xb1\x8a\xcb\x8c\x3c\xd2\x23\x36\xcb\xe7\x9d\xb1\xd3\xae\x81\x5f\xa9\x19\x68\x70\xd4\x7b\x98\xc2\xaf\xdf\x7d\x63\xc2\x0b\xbf\xae\xb2\x35\x5f\x07\xf0\x95\x12\x6d\xa3\x69\x35\x9c\xf0\x57\xd4\xd6\x95\x68\xe6\x54\x7d\x31\x36\x4e\x3f\xd7\x3d\xcd\xa9\xe6\xc8\xef\x88\xc3\xfe\xf7\x12\x4e\xdd\x3e\xa3\xd5\x58\x1d\x95\xe1\x12\x30\xf9\x8f\x59\x2e\x23\xf3\xbb\x33\xe1\x88\x76\x05\x88\x67\x33\x93\x31\xa6\xbc\x9a\x9b\x0c\x68\xd3\x10\x77\xc1\x26\x0b\x98\xa0\x45\x26\x0c\x3b\xe9\x5f\x2e\x9a\xe6\xf3\xde\xa4\x48\xae\x52\x6b\x37\xc4\x74\xf8\x49\x4c\x7f\x19\x04\x96\xa2\x5c\x53\x7f\x63\x82\xf7\x6a\x0a\x34\x0d\xb6\x96\xd9\xdd\xf9\x4f\xd0\x6b\xb7\x07\x45\x37\x5f\x57\xef\x57\xa2\x2a\x8a\xb8\xd3\xd1\xa6\x44\x04\xde\x1d\xa2\x41\x9f\xe8\xb9\x61\x42\xdb\x6d\x7a\xea\xfc\xd0\xf7\x35\x33\x34\x67\x56\x19\x1a\x89\x49\x60\x4c\xe0\xe9\xa7\xd3\x4e\xd8\xb5\x92\x07\xe8\x1a\xfb\x24\x57\x9b\xaa\xc9\x02\x04\xfd\x01\x33\xac\x41\x24\x75\x0a\x93\x05\x66\x7a\x66\xa3\xd5\x3b\xc4\x97\xf8\xc2\x4e\xd3\x6f\x66\xc8\x6e\x56\xa0\x99\x9d\xb4\x27\xdf\x16\xe7\x9f\x46\xa4\x60\x12\x86\xe7\x75\x6e\x93\xd4\x9a\xba\x05\x02\x2d\x9a\x33\x27\x17\x45\x21\x31\x3e\x18\x04\x64\x71\x19\x95\x96\x50\xb1\x4e\xa1\x06\xfb\xc8\x8b\x9c\xc8\x63\x1e\x15\xb1\xad\x07\x8d\x0e\xb1\x86\x56\x01\x41\xa3\xea\x08\xbf\xb0\xf3\x9f\x67\xbb\x7a\x76\x0e\x7f\x67\xe7\x33\xed\x24\x40\x7d\x2b\xd4\x8f\x5d\xfb\xf7\x5c\x56\x3f\xec\xf7\xce\xbd\xc0\x25\xfb\x73\xc7\xd5\xc7\xfa\x90\xfd\x02\xc1\xae\x9e\x79\xc8\x38\x7f\x87\x1f\xb5\x4f\xc2\x3f\xc6\xa6\x57\xf7\x7c\x5b\x23\x27\xf9\xd7\x93\xa9\x77\xfa\xdd\x56\xf1\xaf\x28\x38\xf2\x7a\x6e\x28\x46\xb5\x73\x85\xfa\x35\xfd\xeb\xfc\x90\xaf\xa7\xd3\x23\xfe\x65\x4b\xf8\xab\xcf\x89\x8c\x30\x46\x63\xf6\xf2\xc4\xcf\xad\x87\x94\xf2\x78\x84\x7f\x68\x6e\x66\x1f\x8b\xb1\xfb\x06\x93\x91\xb1\xd4\x6b\x36\xf4\x36\xea\x1d\xfc\x74\x60\xbc\x8f\x25\xac\xaa\x72\x93\xdf\x1c\x04\x5a\x0b\xf0\x94\x9c\x82\x3c\x42\xcd\xe5\x29\x72\x45\x7d\x86\x84\x5f\x60\x01\x86\xfb\xe6\x34\x49\xf3\xe4\xcf\x44\xd2\x94\x89\xb3\x2e\x1f\xa7\x7e\x52\xd2\x2e\x7b\x64\xde\xe7\x75\x1e\xe0\x2a\x23\x40\x49\xa7\xe0\xa8\xf7\xe5\x6a\x2f\xd6\xb9\xa1\x6b\x70\x84\x6c\xb5\xe2\x75\x7d\xca\xea\xdd\x66\xdf\x34\x72\xc4\x2a\x2b\x2d\x7e\xbf\xda\x95\xc4\xee\x80\x45\xd5\x30\xd2\xe7\x2d\xb5\xbe\x04\x41\xa1\x3d\xe7\x8c\x45\x24\xe9\xd0\xc0\xd4\x39\x8f\xeb\x77\x76\x67\x6a\xf7\xc0\x93\xe9\xa3\x60\x44\xf6\xe8\x75\x95\x22\x8b\xb6\xe7\x3f\xab\xba\x30\xf5\xbd\x34\x2f\x9f\x94\x71\x22\xd3\x48\x76\xac\x95\xd4\xf7\x69\xd6\x8a\x82\xe1\x30\x29\x13\x99\x88\x34\x3d\x12\xbf\x25\x94\x7c\xf7\xd8\x60\x49\x49\x7f\x63\xd8\x19\x6d\xd0\xe4\xd9\x7b\xaa\xb6\x31\xdb\xac\x7e\x9d\xc9\xec\xf7\x8f\xf9\xf6\xdb\xc3\x70\xd2\xaf\x8f\x54\xea\x95\x7a\xfd\x3b\x0c\x58\xf8\x2b\x3c\x35\x7f\x7f\x32\xde\x0b\x8f\xda\x75\xe1\xd9\xe5\xb1\xb9\x4c\xec\xef\x94\x3e\x3d\x87\xbf\xb0\xf3\xe4\xd5\xec\x9f\xa9\x2f\x69\xfe\x39\x70\x8b\x6b\xfb\xbc\xcf\x57\x82\x2c\xca\x2c\x58\x67\x32\x9b\x29\x05\xc4\xca\x97\xbf\x40\x30\x7b\x1a\x06\xfd\x20\xff\xfe\x80\x42\x36\xdb\x8e\xbb\x9e\x52\xe7\x70\x53\x27\xc6\x08\xfe\xa5\x38\xe0\x8a\x88\xdb\xd7\xac\xa8\x79\xa0\x17\x5b\x12\x28\x91\xae\x31\x9c\x10\xa9\x8a\x33\xc6\xa6\x7c\x1a\x04\xf1\x94\x47\x3f\x39\x6f\x8f\xbf\xbc\x7f\xf7\x37\xed\x90\x80\x73\x86\x1e\x89\xb0\x5b\xc7\x9c\x3e\x1e\x9f\x7a\xc3\x57\x87\x34\x59\x48\xf9\xd6\x67\xec\xca\x3f\xe1\x1e\x74\xa2\x0b\xbf\x36\x0f\x09\xa7\x4d\xf3\x9d\x77\x75\x84\x75\xf7\x9d\xce\xfc\x7b\x3a\xd7\xf3\xd3\xd6\xc1\x4c\x99\xd7\xfd\x57\xe8\xe3\x53\xa3\x49\x19\xa0\xc5\xab\x4f\xe5\xfa\x5d\x3f\xd7\xab\x93\xd9\x7e\xd7\xc9\x16\x95\x13\xef\x4c\x7f\x50\x48\x0f\xea\x5e\x1f\xf1\x42\xa6\x36\xcf\x95\xe7\x8b\xda\x19\x43\xda\xb5\xc5\x3b\xca\xc1\x75\xfb\x29\x0a\x92\x4a\x3b\x72\x55\xde\x19\xf8\xe4\x3b\xfd\x04\x02\xd3\x88\x6a\xac\xd4\x01\x35\xdc\x4f\xc2\xc5\x06\xea\x79\x9c\xe1\xe6\x40\x95\x43\x4a\xa6\x2e\xb4\x26\xdd\x02\x90\xe9\xa1\xaa\xcf\x9e\xfe\x4c\x4a\x63\x46\xfd\x13\xa5\xf0\x4f\x1d\x06\x89\x5c\xc8\x67\xdf\xe1\x50\xe8\x97\xea\xa3\x67\xe6\xe6\xc7\xd0\xb6\xa2\x05\x23\x6e\x71\x3d\x95\x5a\x0f\x2e\xcb\x77\x4f\xa3\x1f\xfa\x34\xf6\x16\xf7\x22\xdf\x90\xca\x93\xb3\x0e\x87\xd0\xc9\x00\x22\x6c\x73\x01\xa7\x34\x16\x91\xff\xe4\x9f\xbd\xbb\x67\xbf\x59\x19\x64\xca\x3f\x1a\x54\x54\x18\xee\xf3\xf4\x13\xf5\xe5\xe3\xc3\xb1\x47\x77\x3f\x28\xc9\x8c\x28\xf7\xe5\xe6\xac\xdc\x8c\xa9\x5f\x0e\xfc\xc0\xc7\x57\x57\xd5\x12\xad\xc7\x14\xc3\x88\xcd\xcd\x7d\x40\xa7\x01\xbe\x14\x40\xc9\xbe\x73\xeb\x0f\x88\x30\x44\x54\xe5\x01\xa7\xba\x4a\xe5\x4d\x00\xdf\xbb\x46\x50\x1a\x95\xed\x61\x0c\xb2\xd2\x1d\x61\xcd\x87\x95\xa2\x8f\xc8\x25\xa7\xca\xd7\x48\xbc\xec\x6a\x8e\xa9\x74\xe1\xa5\xe3\x82\x42\x5a\x28\x17\xdd\xc4\xae\xe6\x57\x98\x4c\xed\x04\x6b\x0d\xec\x1a\xe4\xa5\x33\x84\x33\xc3\xd3\xe2\xbd\x53\xce\x66\x18\x31\x4b\x54\x59\xcc\xb8\xae\x5a\xd0\x5c\xff\x5d\x0a\x66\x81\xa9\xf0\x1c\x0b\xdc\x51\xa1\xd7\xfa\x57\x73\xf3\x31\x46\x4e\x54\x94\xc2\xa4\x0c\x43\x9c\xa0\x78\x7c\x82\xc6\x08\xa2\x84\x42\x5b\xcf\x71\xde\x6e\xd3\xec\x98\x22\x38\x73\xb2\x45\x77\x80\x40\x39\xe7\x9a\x59\xc0\xa3\x3e\x9c\x39\x6d\x37\xef\x5b\x72\x3c\xd1\x93\x48\xd7\xc5\x22\xd5\x7c\x42\x7d\x51\x34\xd6\x43\xba\x9e\xcf\xed\x91\xf3\x88\x27\x0f\x91\x8c\x03\x67\xaa\x65\x41\xa8\x76\xee\x8f\xf6\x17\x22\xb6\xfd\x6a\xa5\x99\xe3\x9d\x70\x5a\x57\x34\x3a\xd0\xbb\xa3\xc2\x4d\xad\xb3\xee\x08\x30\xb3\x00\x4c\xe7\x72\xed\x06\x6f\xbb\x54\x29\x4b\xe8\x2d\xd3\xf6\x5b\x3b\x6d\x46\xc6\xe5\xa7\xa7\xde\x68\x26\xab\x82\x67\xe2\xbb\x4f\xe6\x63\x06\x8c\x1e\xed\x90\xa4\xa3\x26\x3f\x5f\x77\x5b\x42\xde\x35\x2e\xe9\xb5\x00\xb2\x8e\x87\x55\xed\xdb\xd3\x66\xb3\xb2\x69\xf2\xce\x96\xb8\x82\x44\x69\x47\xa8\x94\x7d\xa2\xf3\x74\x67\x60\xc8\x8e\xae\xa1\xc6\xa0\x22\xc2\x08\x83\x2a\xc9\x52\xe0\x9d\xc1\xaa\xa9\x4e\x70\x40\x2a\xb9\x3f\x9d\x82\xb9\xc2\x31\x58\xb7\x9b\xb4\x9a\xf8\x16\x39\xe9\xcc\x42\x9a\xcc\x75\x96\xc6\x4a\x9b\x5a\x3f\xbb\x9c\x37\xf4\x72\x3d\x25\x71\x94\xf0\x37\x29\x3e\xb8\x5c\x4f\x1b\x7a\x6e\xd8\xd9\xfa\x94\xaf\x3f\x5b\x66\x5d\xca\x1a\x4a\x82\x29\xe7\xd3\x80\xe2\x1e\xef\x0f\xe9\x33\x47\x98\x2b\x38\x4b\x82\x0f\xd5\x3e\x80\xe0\xfb\xfc\x66\x2b\x03\x08\x3e\xaf\xa4\xac\x76\x01\x04\x5f\xf3\x8d\x0c\x52\x28\x39\x1b\xec\xf1\xbb\x2c\xab\xde\xa1\xad\xf3\x8f\xeb\xc1\x2d\xe3\x89\x50\xa5\xf6\x5d\xd5\x6e\x5f\xd5\x7c\x8d\x5e\x7f\x25\x2a\x62\xdf\x57\x95\x01\xcf\x21\xff\x46\xb6\x4d\xd3\xc9\x84\x54\x88\xa3\xde\x4b\x67\x9a\x34\x1b\xe7\x86\x0d\xca\xaa\x44\x15\x8f\x70\xa6\x19\xbb\x6a\xf9\x50\x20\xb1\x1a\x52\x7e\x37\x26\x04\xa5\x73\x37\x0c\x73\x8e\x7b\x41\xf7\xf6\xd5\x7c\x85\x72\x28\x30\x29\x02\x84\x41\x1e\x58\x28\x9c\x77\x2e\x64\xec\x51\x8f\xbc\x4a\x6f\xcc\xb2\xa4\x4a\x6d\x31\x49\x95\x42\xfb\x93\x49\xcb\xc2\x53\x69\x1b\x85\x70\xbc\xab\xb8\x7e\x50\x90\xd4\x4b\xad\x32\x6a\x77\x76\xad\x96\x7d\xe0\x63\x95\x78\xbe\x80\x9a\x95\x43\x1c\xd2\x27\xe5\x7c\x75\x10\xc4\xc7\x8a\xf7\xbb\xc4\x2c\x6d\xe8\x8e\x70\x60\x6a\x14\x17\x4a\x57\x17\x88\x21\x4b\x30\x81\xe6\xc2\x4f\x64\x1a\x07\x41\x14\xec\xef\x03\x0a\xab\x4e\x98\x44\x2f\x59\xd3\xa8\x44\x13\xc6\x8a\x30\x9c\x1e\x68\x18\x4a\xae\xdd\x89\x5d\x71\x3a\x0a\x77\x15\x86\xab\xe4\xb3\x14\x83\xdd\x51\x23\x3b\x9c\xb3\xe7\x50\xb0\xa2\x69\xd4\x7d\x58\xb1\xe9\xa1\x69\x96\x7a\x92\x5e\xe9\x76\xc1\xca\xae\xa6\x05\x05\xb2\x9c\x55\xf4\x19\x59\xce\x48\xa5\xaa\x7d\x7e\x68\x9a\xf9\x9f\x28\x7d\xc1\x16\x61\x48\x32\xb6\xa0\xb0\x3a\x67\xd5\xd9\xea\x19\x7b\x0e\x83\x97\xcd\x91\xf8\xd1\x8b\x0b\x58\xb1\xe9\xaa\x69\x54\x89\x0b\xb5\x10\x27\xcb\x34\x5e\x4d\x89\xfa\x3b\x5d\xd2\x67\x22\x79\x9e\x46\x53\xf5\x2f\x94\x4a\x10\xcc\x0f\x65\x2e\x59\x01\xe5\xbc\x96\x99\x90\x6c\x05\xe5\x9c\x97\x6b\x86\x21\xe5\x68\x1e\x29\x38\x8e\x0b\xdb\x69\x1e\x41\x25\x62\xc3\x74\x27\x40\xe9\x05\x32\x41\xce\x0a\xee\x6f\xea\xd1\x68\x21\xe6\xd7\xd5\xfa\xa1\xc3\x22\x22\x7a\xc1\x69\x88\x97\x61\xc6\xaf\xf4\xc6\x2f\x7c\x8a\xba\xd2\x8d\x7b\xad\x4c\x04\xd7\x45\xb5\xfa\x18\x50\xc0\x2a\xb0\xbc\x43\xfb\x39\x60\xb5\x54\x4a\xaf\x76\x82\x58\x40\xd6\x02\x93\x54\x2f\xb2\x8b\x6a\x3a\xa5\xa4\x44\xf8\x6e\x33\x11\x31\x76\xbc\xec\x4e\x3f\x90\x31\x71\x35\x50\xbd\x90\xab\x81\xaf\xa5\x71\xe9\x7d\x42\xd3\x68\x7c\x83\xa4\x52\xa3\xb2\x97\x09\x43\xae\xb6\x40\xdb\x3b\x7b\xb3\x3b\xe3\xe8\xc5\xa2\xf3\xd5\xde\x4e\x34\xd2\x25\x4e\xbc\x12\xf5\x1d\xd0\xaa\xbb\x57\xb0\xb6\xc3\xe9\x00\xce\x85\xfb\x2e\x7d\x54\x95\x6b\x64\x72\xf5\x85\xbd\xfa\xa8\x27\x1e\x92\x51\x47\xfb\xa8\xb7\xd5\xdd\xc8\x4c\xdc\x98\x95\x16\x75\xe5\x6d\xbe\x1e\x3b\xf7\x37\x69\xe8\x11\x64\x75\x73\x53\x8c\xad\xc2\xc1\x75\x55\x15\x3c\xf3\x0f\x66\x63\xb3\xa9\x50\x05\x13\xe3\xd7\xae\x0a\xb0\xbf\xfb\x4b\x7f\x66\x4a\x89\xaf\xf4\x5f\xfb\xa2\xbd\xd4\xef\x1e\xdd\x02\xb7\xe6\xda\x54\x60\x71\x98\x1a\x44\x66\x42\x4e\xf4\x2d\x67\xe7\xdd\xa8\xa5\x5e\xd0\xd2\x79\x0e\x7b\xf5\xfa\xd3\xe6\xe7\x5d\xb5\x3e\x14\xfc\x69\x73\x79\x4e\xe2\xe8\x5f\xd9\x6d\xd6\xf0\xd5\x2e\xa3\xf5\x4a\xe4\x7b\x79\x9e\xc3\x8e\xb3\x47\x0d\xed\x16\x25\x4b\x08\x2c\xf1\xd0\xee\x50\xc8\x7c\x5f\x70\xf6\x7f\xec\xaf\xff\xf3\x32\x80\xa0\xa5\x1c\x4a\x41\x6e\x79\xb6\xd6\x2f\x61\x44\xa9\x7e\x6e\x7e\xa6\xb0\xaa\x8a\x28\x79\xee\x1e\xbe\x58\x55\xc5\x8d\xa8\x0e\x7b\x9d\xcc\x5d\x79\x6f\x48\xd1\x79\x41\xaa\x89\x69\x32\xc5\x9f\x7e\xd2\x75\x94\x7c\xd6\x4f\xfa\x42\x0a\x93\x5c\xbc\x1c\x79\xe7\xca\x44\x2c\x46\xc9\x02\x82\x00\x82\x20\xf5\xc4\xc8\xad\xcf\x05\xeb\x4c\x0b\xec\x37\xa8\x31\xe3\x13\x3c\x86\x1a\xc8\x86\x46\xde\xeb\x7d\xfa\xa0\x78\x84\x51\xc8\xbe\x96\xa4\xd0\x33\xfb\xe9\x80\xb7\xd8\xf9\x83\x72\x34\x52\x8b\x2e\xa7\x67\x0f\xd7\x0c\x85\x9f\xdd\x88\xbf\x28\x2f\xc4\x74\x4a\xf5\x44\xe4\x89\x48\x21\xb8\x29\xaa\xeb\xac\x78\x73\x9b\x15\x01\x46\x10\x6b\xe9\x20\xfb\xcf\x28\x3d\xee\xf8\xbc\xda\x4b\xec\x2f\xa6\x7f\xe7\x55\x09\x3b\x3e\xc7\x36\x56\xb7\xe4\xa6\xaa\xa4\xfa\x61\xfb\x15\x7f\x67\xfa\x74\x6b\x87\x0e\x0c\xd9\x1a\xdf\xd8\xe2\xe5\x1a\x87\xf8\x03\x87\x6b\x0e\x57\x6a\x34\x37\xe1\x7f\xc4\x97\x77\xd3\x8b\xf3\xb6\x4b\xee\x4e\x01\x2a\x59\x50\x0f\xd8\x30\x69\x44\xb5\x15\xf8\x5f\x8a\xec\x06\x65\x36\xb5\x60\x45\x0b\xd8\xb7\xcd\xb0\x7d\xb1\xbf\xd8\xea\x60\x05\x04\x5c\xda\xa6\x54\x23\x4e\x56\xb4\x7f\xe8\x51\x51\x6a\x5b\x7b\x0d\x95\x87\x48\x54\xa5\x51\xd5\x9e\x75\x5c\x99\xb0\xeb\xca\x18\x3f\x32\x86\x88\x0a\x1d\x3a\xad\x7e\xac\xf3\x3a\xbf\x55\x82\xb5\x66\x64\x6b\x16\xf0\x8a\x36\x4d\xa2\xc7\x24\x1d\x82\xd9\x1f\xd8\x8e\x27\x75\xda\x34\x3b\x3e\xb7\x83\x18\x32\x2f\x68\xf8\xa0\x16\xd3\xab\xf9\x56\xee\x8a\x6f\x05\x37\xfe\xb9\x15\x9d\x1e\xd4\xb2\xba\xc2\xb0\x7e\x8d\x22\x94\xb1\xac\x85\x4c\x3e\x6b\xbf\x2f\xeb\xf0\xdf\x93\x8c\x6d\x7c\x9f\x67\x1f\x98\x94\x05\x81\x36\xc3\x19\x4c\x17\xfb\x71\x1f\xf8\xbd\x51\x30\x8d\x5c\xdf\xf4\xde\x52\x5d\x71\x51\xb1\x75\xb2\xb5\x48\x12\x25\xc6\x10\x19\x5f\xc2\x0a\x4a\xfa\x72\xb6\xa4\xe8\x8e\x64\x00\xaf\x5c\x23\x17\x2c\xc7\xc3\xf8\x8c\xdd\x72\xd2\x6d\xdc\x8a\x42\xa0\x65\x59\x80\x27\x4b\x37\x9c\x64\x14\x34\xe9\xf2\x0a\x4b\xcc\x92\x15\x96\xb8\xb7\x3d\x65\x31\x12\x03\xea\x22\x50\xab\x96\xc0\xf2\xf8\xa0\x14\xfa\x53\xa3\xaa\x53\x76\x79\xa2\x63\xc9\x75\x9b\x45\x9f\x8a\xad\x4f\xad\x66\x98\xd8\x50\xb6\x07\x14\xae\x79\xef\xb9\xa5\xa3\x83\xa0\x25\xa6\x1b\x24\x32\xfc\x6c\xaa\x09\x1e\xba\x54\x6e\xd7\x9c\xc2\x5e\x83\x78\x7e\x51\x54\x25\x67\x0f\x7c\xbe\x52\x3f\xb0\xaf\x26\x0b\xda\xbb\x72\x83\xc3\x02\x7f\xaa\x0c\xfd\xe8\x74\xd5\xa9\x99\xe0\xd9\xcb\xfb\x17\xe7\xee\x77\x00\xfb\x79\x59\x61\x01\x5f\xe8\xd7\xd8\x64\x32\x28\xa9\xcd\xdb\x0f\x1d\x47\x41\xf0\x46\x2d\x56\x1f\xf9\xc3\x39\xdc\x9b\x55\x6f\x57\x1d\x6a\xde\xec\xab\xbc\x94\x5c\x34\x2b\x1d\x00\xbc\xe3\xe5\xa1\x59\x8b\xec\xa6\x59\x8b\x6a\x4f\x9b\x55\x91\xaf\x3e\x9e\xc3\x3b\x7c\x27\xf9\x79\x9e\x3e\xa3\x6a\x37\x38\x27\xf3\x29\x6d\xa8\x27\x4a\xde\x73\x9f\x3e\xc0\xdd\x7e\xe5\xdd\xf6\x18\xb7\x3f\xf2\x6e\x78\x31\x63\xac\xe7\xde\xe4\x76\x00\x1d\x50\xd7\xd6\xe3\xe9\x78\x24\x94\x31\x12\x20\x24\x2c\x5a\x8c\x3c\x6d\xef\x43\x0f\xa5\x0d\xb7\x5e\x50\x77\x8f\x5d\xdd\x41\xd5\xa3\x3d\x7a\x1d\xec\xbf\x05\x1a\x4c\xcb\xa6\x11\x20\xdc\x16\x5c\x52\xcc\xbe\xc6\xec\x65\x52\xa7\x50\x79\x1a\x93\x9a\x75\x78\xc8\x5b\x6a\x78\x18\xc6\xf2\x98\xe4\x4c\x40\xc9\x5c\x16\x91\x79\x10\x86\xc3\x73\x33\xa1\x52\x97\x50\xba\xb4\xe6\xd2\xab\x81\xc1\x13\xcf\x69\xce\x5e\x71\x37\x83\x27\xb9\x03\x0e\xf0\xd1\xf0\x2b\xdc\x52\xe4\x40\xf2\xd1\x8d\x2d\xa1\xf3\x6a\xb3\x21\x1c\xfd\x81\xc6\x5c\x14\x8f\x74\x7e\x73\xc8\xd7\x2c\xc3\x3f\x08\x96\x87\xd7\x57\xf8\x67\x3a\x45\xd7\xad\xa1\x0d\x86\xdf\xf2\x52\x6a\x0f\x23\x1d\x14\x91\x43\x89\x27\xca\x6d\x27\x7d\xeb\xe0\x22\x45\x4c\xbe\x73\x87\x10\x93\x25\x1a\x4a\xdd\xfb\xea\xde\xa3\x23\xb9\x8e\x26\x4b\xd8\x22\xab\x8b\x18\x9c\x23\x95\xc8\x45\x6d\xd6\x58\x2c\x15\xf7\x6a\xcb\x90\xcf\xf3\xfa\x83\xc8\x6f\x6e\xb8\x30\x21\x59\x52\x07\x73\x5a\x2b\x3a\x25\xb6\x44\xc4\x32\xc8\x0a\xdc\x0a\x3e\x1e\xe9\x7c\xcd\x0b\x7e\xa3\x84\xaf\xa5\xa5\x97\xd5\xfe\x5b\x51\xed\xb3\x9b\x4c\x7f\xab\x6b\xff\x6c\xc4\xfb\xe8\xbb\xd6\xe0\x2c\x21\x43\x83\xa9\xad\x19\x98\x7a\x10\x0a\xd9\x84\x31\x92\x77\x2b\xae\xb6\x0d\x71\xe7\x75\xe4\xa8\x66\x8f\x47\x4c\xde\xf6\x35\xd6\xe8\xed\x6e\xc7\xd7\x79\x26\x79\xa7\x6a\xc0\x31\x6c\x8b\x97\xf2\xb5\x96\x06\x68\xe7\xb9\x6d\xb9\x77\xb2\xf6\x2c\xa2\x53\x94\x39\x19\xb6\x6d\x22\x75\xd3\x11\x67\xbe\xce\x92\x45\x0a\x57\x73\x74\x8c\x68\x8f\xb4\xd5\x10\xb2\x80\xce\x36\x7e\x13\x3e\x55\x3f\xa5\x87\x7b\x66\xc6\xd6\xaa\xad\x56\xad\xee\x00\x78\xcf\xe9\xd1\xdc\x63\x8f\x5a\x73\x8a\x1e\x87\x91\x72\x1d\x3e\x09\x5f\x8b\xb1\x7c\x0e\x70\x6b\x8b\xa1\x9a\x79\x01\x4f\x53\xe6\x66\x44\xe1\x36\x8f\x54\x4c\x50\x7b\x07\x7d\xca\x2c\x5a\x05\x1a\xa8\x4f\x45\xd5\x73\x44\x92\xb1\x93\x44\xf4\x26\x09\x90\x03\xbb\xd5\xf5\xaf\x69\xd3\x78\x57\x88\xee\x49\x32\x76\x6b\x8a\xd4\x4e\x1c\xf6\xaa\xe3\xb6\xd4\x3f\x11\xb9\x6a\xdb\xc9\x74\x11\x12\xea\x4b\x8d\x32\x67\x1f\xa9\x9d\x1d\xe2\x3c\x58\x7b\x8d\xe7\xb9\x66\xa8\x85\x29\x14\x8c\x98\xa3\x86\x80\xfa\x87\xc6\x4a\x5b\xb2\x9a\x5d\xa1\xd4\x9b\x2d\xdb\x31\xc4\xfa\xd2\x5a\x95\x4c\x8a\xd4\xa0\x0d\x2d\x53\xd8\x33\x52\x27\xcf\x0d\x1d\x91\x81\xbe\x99\x5b\xec\x1b\x0a\x6a\x9c\x6d\x58\x7f\xa6\x6d\x71\xa6\xc1\x96\x91\x3c\xde\x74\xe6\x5b\xb4\x99\x5f\xe7\xe5\xda\x30\x1c\x6c\xe1\xe4\xbb\x2b\xd6\x9e\xac\x20\x94\xda\x16\x2a\x91\xdf\x60\x1e\x3b\x7d\xf4\x58\x3a\xa9\x21\x40\xf5\x49\xa4\x7b\x08\x6c\xdf\x46\x39\xf8\x38\x18\x11\xf6\xf4\x09\x90\x0c\x13\xa3\x4d\xa1\x95\x4a\x7b\x83\xeb\x33\x0f\xf0\xb8\x01\xc8\x9a\x1d\xb4\xea\x4b\xcc\x4f\x96\xa4\xad\x34\xf9\xa2\x3a\x94\x92\x2d\x60\xa3\x66\xdd\x61\x1f\x86\x93\xe5\x84\x31\x73\xd5\xc2\x55\xec\x21\x43\xeb\x62\xdf\x09\x49\x09\xa2\x81\x63\xd2\x16\x32\x4a\x61\xa3\x1e\xa8\x76\x56\x7f\x6d\x4e\x2b\x0a\x2b\x3b\xa2\xed\x08\xed\xde\x60\xfa\x0f\xa5\x90\xc7\x6b\x1b\xb6\xb2\xee\xd6\x77\x3a\x85\x05\xac\x68\x64\xd4\xd2\x55\x2b\xa6\xf5\x84\x54\x1f\xe9\x9d\x97\xfd\x1b\x13\xb3\x3d\x30\x0e\xc3\xce\x34\x0d\x43\x7f\xfe\x58\x04\xd0\xdf\x39\x64\xf3\x0d\xf9\x5f\x8d\x5a\x5d\xdc\xc9\xc1\x87\xdd\xcb\x48\xf9\xe9\xc1\x8b\xb4\x20\x50\xb3\x1a\xe9\xb8\x7a\x84\x47\x97\x97\x73\x1a\x4c\xed\x18\xba\xbc\x9c\x93\x38\x9a\x3f\xbb\xbc\x9c\x37\x34\xa0\xd3\x80\xa8\x5f\x4f\x69\x80\x14\x14\x6c\xed\x61\x6e\x5d\xd0\x15\x5b\x23\xe4\x56\x1e\x86\xbb\x09\x63\xab\xb9\x1d\xf8\x4d\x83\x08\xfb\xaa\x57\xf1\xbe\xee\xf6\x3a\x0c\x27\xb5\x1e\xbf\xab\xb9\x1b\xbe\x6a\xb1\x09\xc3\x12\xd3\xd5\x8e\xd1\x91\x04\xcf\x9e\xa1\xbb\x5d\xd3\x4c\xda\xfb\x6a\x48\xaf\x3b\x38\x5b\xfe\x3b\xbd\x21\x33\x9b\xc1\xc6\x58\xed\xc2\xd0\xfe\x6a\x47\x25\x3d\xcb\xc2\x70\xb2\x6e\x57\x21\xb5\xa3\xc9\xc4\xba\xba\x2b\xdd\x94\xb0\x37\xec\x5b\x7b\xf0\x24\xe5\x95\xef\x59\x49\x38\x6c\xdb\x87\xf6\x98\x10\xa7\x61\x0b\xcf\xbc\x7d\x92\x97\x4f\x0e\xd4\xf6\xa5\x3b\x7c\xdb\x4e\xd5\xa0\xc0\x61\x3a\x59\xd0\xb3\xbe\xb3\xc9\x01\x47\xa4\x4b\x1d\xe8\x42\x9e\xe8\x01\x19\xd0\x23\xc6\x4f\xed\x07\x81\x29\x9d\x90\x3f\x35\xec\xdd\x20\xda\xe4\xf7\x4a\xe9\x3a\xe0\x89\x89\xde\x9f\xf5\x4f\xe5\x50\x2a\x7b\x4a\x41\x60\x4b\x43\xcd\x24\xa9\x35\xae\x1a\x8e\xab\xd5\x60\x70\xba\xa7\xc6\xc0\xaf\x36\xa8\xac\x06\xc9\x96\x17\xf2\x45\xbf\x24\xc4\x3c\x39\x24\xd2\xf3\x77\x36\x3c\xaa\x75\x3b\xa6\x91\xeb\x41\x9f\x70\x4d\x56\x4a\xb1\x78\x6d\xbe\xb8\x69\xb0\xab\x3a\xf7\xbc\xe0\xf8\xda\x6d\xdb\x6d\x1d\x8d\xe0\xa9\xfd\x44\x50\x68\x04\x16\x92\xb3\x2c\x91\xd3\x69\x4a\x71\xa4\xe6\xb5\xa7\x31\xbc\x97\xd5\x7e\xcf\xd7\x84\x5e\x68\x67\xc9\xf9\xea\x20\x04\x2f\xa5\xa9\x5a\x3e\xe7\x05\xdf\x81\x50\xb9\x54\x2c\x77\xc5\x24\xc2\xcb\x6e\x4c\x13\xf1\xf2\xad\xe7\xc2\xcd\x0a\x33\x04\xab\xb9\x7f\xc7\x4f\x60\x37\xbb\xfe\x3c\x22\xb5\x29\xf7\xdd\xf5\xbf\x58\x05\xf5\x5c\xad\x3e\xac\xc2\x3f\xad\x6f\x18\x29\x19\x19\xa8\x9c\x95\x9b\xbb\x46\xf7\xd4\x19\x35\x4d\x65\x3f\x85\x9a\x35\xdc\x7c\xe9\x01\x79\x2c\x94\x92\x4f\xea\xb9\xe0\xf5\xa1\x90\x0c\x2d\xc6\xf5\x50\xef\xab\x87\x9a\x6b\x7b\x00\xb8\x9a\xef\xab\x5a\xda\xbe\x0b\xc3\xee\x75\xa7\x2f\xc1\x96\x84\xfe\x5c\xba\x81\x4f\x3b\xc7\xe0\x90\x4f\x52\x38\x30\xd9\x15\x0c\x50\x30\x3e\xd7\xf4\x21\x88\xbb\x1e\x86\x85\xef\xfd\x42\x02\xdc\x77\xfa\x7c\x08\x7c\xae\x09\x17\x5e\xb2\xa5\xf1\x48\x2d\x94\xae\xb3\xcd\xeb\x8b\x82\x15\x9d\xf0\x73\xd4\x3d\x0d\xf8\x96\x9f\xad\xcd\x75\xd2\xb2\x38\xa0\xdf\x72\xe1\x18\xcd\xcd\x50\x35\xd1\xb9\x8f\x47\xd0\xdc\x05\x07\x34\xec\x39\x45\x35\x4b\x72\xd5\x83\x08\x76\xea\x64\x9f\x25\xbe\xcd\x92\x3c\x65\x65\x47\x5f\x88\xaf\x48\xae\x15\x62\x83\x7b\x51\x60\x4c\xa7\x01\x19\xd2\x8f\x0c\x1f\x6d\xe1\xd6\x2e\x0a\x2a\xa7\x30\x74\xc1\xae\x67\x95\x93\x93\xb5\x81\x8f\x55\xa3\x20\x2a\xda\x7e\xa8\x8e\xce\x4f\xa7\x30\x61\x58\x2f\xe4\x6f\xbe\x25\x2d\x06\x24\x62\xdd\xa2\x52\xad\xc6\x49\xaf\x57\xc7\x5d\x4a\x07\x9b\x00\xe0\xf0\xc8\xcb\xc3\x8e\x5b\x6f\xd2\xbe\x77\x29\x7a\x79\x62\x00\x8e\xb7\x5f\xb4\xae\x51\x6a\x02\xe4\x65\x56\x60\xa6\xce\x07\x66\xec\x59\xe7\x48\xf0\xd3\xaf\x0f\x9e\x24\x3c\xed\x79\xb7\x9e\xfc\x3e\xe3\xd0\xf0\x1b\x9f\x74\x27\x72\x69\x7f\x1b\xa7\x5a\x3c\x64\x38\xc2\x26\x1f\x87\x19\x49\x9c\x93\x70\x1a\xf3\x48\xad\x01\xa6\x25\xd1\x59\xce\x48\x84\xe8\xb1\xa8\xb2\x75\xf4\x58\x56\x9f\x1f\xae\x8d\x6f\x2e\xe0\x10\x8e\x1e\x51\x53\x1c\xf1\xa4\x54\x15\x6e\x1a\x67\x01\x58\x73\x1b\x5a\x61\xc0\x33\xe5\x1c\x33\x08\xc3\x8f\x44\x82\xb5\x98\x85\xe1\xb7\x08\xb4\xa8\xa7\x87\xda\x6c\xc1\x64\x79\x04\xb3\xa9\xf8\x7f\x53\x0a\x05\xf5\x35\xee\xc0\x60\xc4\x27\xd4\xca\x87\xff\x61\x21\x66\xc5\x74\xe5\x34\x0d\x3e\xcf\x70\x95\xbe\xe6\x9b\x4a\xf0\x43\xa9\x1b\xd6\x97\x72\xdd\x1a\xb4\x87\x0a\x5a\xda\x29\xf9\xd3\x19\x43\xe8\x0a\xdb\xb9\x33\xd7\xf5\x44\x8b\x9b\x7b\x8f\x1e\x8f\x47\x1d\x8c\xe2\xd4\x94\x81\xeb\xfd\x68\x78\x88\x2a\x70\x2c\x6a\xc4\xb8\x32\xce\x87\x59\x59\x94\xd8\x6d\x5e\x77\x00\xaa\x74\x52\x17\x2e\xd4\x19\x6b\x20\x31\x04\x55\x4b\xc3\x78\x64\x12\x59\x44\x27\x74\x59\xd7\xc9\xf4\x8d\xbc\x36\x6b\xcb\xb7\x7a\xa5\xe1\x6b\xe6\xf0\x2a\xdd\x2d\x4b\xb4\x89\x62\xbc\xff\xd0\x2c\x5d\xdc\x6f\xb7\xf8\x3d\x8f\x5e\xd9\x22\xf5\xaa\x6e\x87\x41\x18\x7e\xa6\x57\x03\xbc\xf2\xbc\x90\xed\x9d\x76\x05\x88\xec\x3d\x9d\x51\x57\x4b\xe0\xdd\x6b\x9d\x04\xe1\x6a\xf9\xda\x25\xe9\x5c\x9b\xc3\x46\xdd\x04\x20\xf5\xc6\x10\x37\x9b\xbe\x29\x67\x2e\xf3\x1d\x7f\x2f\xb3\xdd\x9e\xe9\x16\xb5\x97\x4d\xf3\x3a\x93\x7c\x5e\x56\x77\xc4\x18\x7d\xda\xb9\xcf\x70\x0e\xf4\x65\x28\x7b\xf4\x70\xc8\x22\xf3\x18\x86\x2d\xae\x9a\x6a\x4c\x41\xd2\xf7\x3f\xa1\xe9\xe8\x04\xef\xf3\xdd\x01\x3f\x33\x9a\x2c\xa1\xab\x30\x0c\xa3\xa6\x87\x43\xe3\xec\xd4\x38\x78\xcf\x41\xad\xe1\xe6\xb1\x2b\x05\x99\xa9\x7a\x6a\xc9\x11\x7a\x5a\xc9\xff\xa4\xe0\xe1\x77\x7d\xaa\xe8\x81\xfa\xa3\xcb\x1e\x6b\xa5\xff\x49\x25\x3e\xd1\xca\xbf\x55\x9b\x13\x46\x3b\x7d\xe2\x3d\xa8\xed\xd1\x21\x2d\x65\x85\xfc\x2b\x7f\x50\x6b\xcd\x35\x2e\x0b\x88\x67\xb6\x52\xd3\xbd\x70\x0b\xd4\x36\x2b\x6f\xf8\xfa\x43\x75\x40\x3c\x79\x75\x47\x8a\xc2\xbc\xb5\xe6\x32\xcb\x0b\xf5\x0b\x3b\xe3\xdb\x6d\x56\xe3\x4b\x3b\x2e\x33\x93\x64\x9f\xdd\xf0\x9f\xec\x8f\x7f\xa8\x1f\xe8\x88\x69\x9e\xde\xe6\xfc\xce\x94\x22\xf4\x72\xb8\xb6\xa5\x8a\x2f\xcc\xef\x8f\x3a\xe9\x47\xfe\x60\xef\x18\x22\x2e\xf7\x4b\x57\xab\xc8\x79\x29\x7f\x6a\x7f\x62\x61\xd5\x66\x53\x73\x7d\x57\xff\xc4\xbb\xe6\xa4\xe2\xed\xda\xbb\xc0\x9d\xb6\xaa\xde\x4a\x70\x5e\xfe\xd4\xfe\xc4\x37\xb4\x14\xf0\x5a\x41\x56\xe6\x1c\x41\x5f\xb8\xfb\x77\xdb\x7c\x6c\xe7\xc6\xac\xd2\xd9\x25\xef\xe5\x73\x4c\x1f\x86\x6f\x2c\x20\xb4\x5e\x92\x62\x13\x07\x3c\xb7\x0d\x11\xb7\x3f\x23\x3e\x77\x6d\xe1\xde\xf7\xe3\x1b\xee\x7b\x79\x2d\x43\x19\x2f\xa3\xe7\xa1\x8c\x3f\x8b\xfe\x18\xca\xf8\x79\xb4\x88\xcc\x8b\x7a\x2c\x58\xfb\xa8\x1a\x26\x2d\x0c\x97\x66\xc8\xd3\xa7\x22\x79\x19\xc0\x75\x71\x10\xe6\xb2\x3a\xc8\x60\x88\x69\xd4\xdd\x83\xf0\x94\xf5\x55\x0b\xa7\xb4\x7c\xeb\xfc\x3b\x3f\x9e\x52\x10\x86\x69\xf5\x32\xdf\x31\x8c\x48\x1f\x36\x0c\x0f\xa1\x94\xdc\x10\x51\x80\xbf\xab\x5b\x2e\x02\xc0\x9f\x05\xcf\x6e\xb9\xbd\x7d\x90\x81\xed\x74\x93\xdc\x5c\xe9\x17\xcc\x85\x79\xc5\x3e\xfa\x9d\x5f\xdc\xad\x1e\x58\xbb\x4d\x24\x8d\x92\x3c\x18\x19\x18\xba\xd3\x5d\x25\x90\xb7\xc0\x6d\xfd\xdc\x80\xc1\x03\x24\x66\x14\xa6\x3e\x7a\x5f\x89\xc4\x10\xba\xc7\x59\xee\xb6\x7f\x20\xda\xdd\xeb\xf8\xa1\x0c\x98\x77\x10\x73\x7c\xe0\x25\xdc\xa1\xbb\xb3\xde\x76\xa6\x42\x1f\x5a\x27\x5d\xbc\x7f\x84\xaa\x1c\x9a\xea\x4e\x25\x87\xa5\x7a\x61\xb3\x39\x15\x17\x86\xbe\xeb\x43\x41\xaf\xee\xb8\xa6\x71\x8a\x88\xdf\x5e\x70\x45\x78\xcf\xd4\xa0\x0f\xa6\xca\x76\x77\x1d\x97\xae\x85\xa6\xc1\x3c\x98\x7a\x8f\xa2\xf6\x11\x52\x99\xe8\x2d\x19\x94\x6e\xe3\x8c\x52\x75\xf4\xf8\xcf\x10\xee\x20\xa6\x26\xa7\x5a\xd0\x6f\x36\x08\xfc\xce\x4f\x60\x67\xa2\x59\x40\x86\x61\x8b\x25\xd1\x62\x02\x23\x72\x8d\x04\xe9\x4e\x0b\x51\xc9\xd1\x27\x0b\xaf\x0c\x7e\xe0\xc9\xe3\xb2\x4e\xcc\x00\x08\x1d\xa2\x60\x51\x59\xd1\x21\x29\x9e\x64\x82\x67\xcd\xb5\x68\x56\x55\xd1\xf0\xdd\x35\x5f\x37\x5b\xd1\xe4\xbb\x9b\x06\x15\xe0\xa6\xc8\xcb\x8f\x8d\x92\xe4\xcd\x3e\x13\xd9\x8e\x92\x4f\xf9\x30\x21\xa4\x2b\xbd\x3c\x7f\x79\x7e\x93\xc3\x17\xaa\x00\x7d\xce\xdf\xbc\x40\xa7\xb0\xe6\x85\xca\xed\x3c\x87\x6f\x38\x3b\x37\x87\xd5\x97\xf5\x33\x12\x47\xc9\xcf\x2c\x6d\xd8\x65\xfd\xcc\x9e\x61\xcf\xe9\x79\x0e\xff\xe2\xec\xfc\xe7\xcb\xfa\xd9\x8b\x09\x89\xa3\xcb\xe4\x8b\xd7\xaf\x3e\xbc\xba\x4c\x9a\xd9\x8c\x36\xea\x46\x7a\x99\xaa\xdf\x2f\x2f\xeb\x67\x4f\xfd\xc8\xab\xbf\x75\xcf\x82\x35\x64\x9b\x5a\xc9\x94\x36\xff\x91\x0c\x81\x02\xa5\x0f\x2e\x17\x48\xa1\xd2\x21\x44\xb0\x05\x99\x23\x01\x7a\xcd\x04\x34\x59\xa4\x4d\xe3\xe1\x94\xbd\xee\x32\x96\xe1\x1c\x22\x5a\x6a\x9f\xa2\x59\x9c\x06\xe7\xc1\xd4\x68\xbe\x5e\x4e\x6f\x79\x2f\x40\xeb\x5c\xbb\xef\xb6\x9e\x0f\x8e\x13\xe8\x4f\x34\xe6\xbe\x02\xed\x82\x6f\x22\xab\xe2\x0f\x4a\xf5\x4b\xfa\x9a\x8f\x9a\x55\xe0\xa0\x41\x54\x7a\xfc\xac\x6a\x13\xd0\x35\xa4\x93\xca\x8b\x04\xa1\x78\x40\x8a\x47\x7d\x50\x51\x28\x58\xe5\x8c\xea\x6e\x16\x18\xc3\x69\x66\x26\x0f\x64\xed\x49\x15\x14\x06\x78\x6c\x01\x25\x2b\x92\x3c\xed\x3b\x3f\x75\x0e\x7e\x21\x07\x95\x26\x11\x29\x3d\x7b\xda\xad\x53\xcd\x9e\x7a\x75\x3a\x30\x1f\x2a\xad\xa6\x60\x02\x75\x34\xc6\x88\x6b\x89\x2f\x3d\xe7\x61\xc9\xec\x79\x75\x92\xaa\x5d\x8c\x75\x26\x6e\xfd\x96\x16\xb0\x6e\x23\xaf\xb7\x6c\x3d\x5b\xc2\x2d\x22\x6a\xc3\x0d\xdb\x91\x5b\x3c\x58\xb8\x69\x9a\xf5\xcb\xe5\x48\xc8\xe7\x6d\x18\x4e\x7c\xa7\x8e\x30\xfc\xc6\xac\xcf\xb7\x1e\x3e\x7f\x77\x1e\x3b\xb8\x1c\x3e\xe7\xbf\x90\x9c\x9e\xdd\x84\x21\x41\x3a\xe4\x5b\xcf\x84\x96\x43\x85\x5e\x44\x84\x52\x0a\x5f\x72\x52\x59\x41\x8c\x15\x5a\x63\x7f\x91\x9c\xdd\xa9\xad\x32\x72\x7c\x75\xbd\x6d\x27\x4b\xe0\x6a\xdd\xf0\xa7\x00\x3a\x03\x78\xee\x45\x7e\x84\x59\x45\xa1\x6a\x9a\xd2\x18\xb6\x0e\x8c\xd4\x06\xab\xf0\x96\x93\xdc\xf3\xeb\x79\xcd\x1d\x61\xc9\xc5\xe6\xc5\xfa\x62\x33\x9d\xd2\x82\xe5\xb0\x99\x30\xb6\x45\x6a\x8f\x2b\xed\x6b\x42\x0a\xc0\x78\x7f\x0a\x07\xb5\x13\xd2\xee\x4d\x35\xdc\xaa\x07\x2e\x3b\x4a\x41\xd8\xd0\xf0\x4d\x0a\x05\x6c\xa8\xa6\x57\xd4\x3e\x43\x75\x52\xb7\x58\xce\xbd\x0f\xd4\xb5\xab\xe1\x2d\xa7\xaa\x13\x2f\x36\x2f\x0e\xa6\x32\xb5\xca\xca\xba\x18\x15\xbe\x8b\xd1\xc4\x0d\xf0\xa2\xeb\x57\xa7\x6a\xe8\x96\xdc\x15\x14\xc8\xed\x36\xaf\xc5\x2a\x0c\x03\xed\xb5\x19\x4c\x18\xf3\x33\xeb\x51\x4c\x5c\xcd\xaf\xf8\x6d\x56\xfc\x20\x8a\x30\x9c\x14\xf3\xb2\xfa\x06\xdf\x52\xf9\xda\x07\x3a\x43\x78\x2c\xab\x72\xc5\x23\x95\xa6\x5c\xf1\xa6\x29\x7a\xe2\x04\x6f\x07\xf4\x48\xa3\x07\x55\x5e\xeb\xb8\xe5\xa2\x47\xff\xc5\x91\x6d\xa2\x80\x15\x75\x66\x3c\x4f\x0e\xfc\xca\x07\x5c\x04\x90\x33\x19\xfb\x98\xf2\x34\xe2\x50\xb1\xc5\x85\xe1\x25\x2a\xb5\x3b\x2f\x3a\xfe\x8a\xa6\x59\x4e\x7c\x7c\x78\x54\x47\x0a\x9e\x95\x38\x2b\x6f\x35\x67\x61\xd9\xa1\x12\x26\x02\x63\x0c\x4a\xcd\x77\xa2\x92\x78\x5d\xdc\x49\xdb\x71\xcd\xf6\xc8\xdd\xb8\x1f\x39\xea\xfb\xce\x8d\xf3\x18\xdb\xa6\xf8\x9e\x43\xf0\xe2\xe9\xf2\xe5\x8b\xf3\xa7\xcf\x5f\x06\x1a\xd5\x78\xa0\xa6\xb4\x4e\x1f\x3e\x0b\x59\xcf\x25\x0a\x36\x2c\xb7\x31\xea\x13\xd2\xf7\xa1\xd2\x6d\xe2\xc7\x03\x2c\xbb\x37\x74\x18\xb4\x66\x94\x20\x9c\x6a\x29\x89\x3e\x72\x2b\x6a\xe0\x94\x49\xa5\x2e\xbd\xe9\xe3\x18\x18\x59\x95\x94\x48\xc4\xa7\xfe\x14\x16\x4d\xa9\x25\x00\x21\x05\x3b\x9c\xe2\x00\x09\x43\x6b\xef\xaa\xcd\x86\xe0\x60\xd7\x5a\x56\xdb\x5f\x91\xc9\x4b\xc7\x2b\x04\xd6\x59\x0c\xaf\x9b\x86\x1c\x3a\x5e\x60\xac\xee\x5c\x62\x8b\x48\xc4\x67\xa6\xda\xe6\x5d\x35\x0d\x7e\x08\xa0\x83\xa5\xff\x89\x55\xff\xd3\xbe\xe6\x04\xbf\x4d\x7d\x99\xf1\x80\xc1\x65\x6a\x65\x3b\xde\xb4\x91\x37\x5c\x7c\x36\x28\x4e\x32\x98\x6c\xc2\x50\x9f\xa5\xb5\x23\x6a\xa5\x03\xb5\xca\x41\xa8\xa5\x4f\x89\x58\x62\xa0\x40\x47\x89\xc7\x31\xef\x87\x83\x72\x37\xec\xf3\x0d\xf9\x07\x11\xd4\x40\xb7\x8b\xe4\xbb\x36\x22\x1d\x6f\xd9\xe5\xaf\x45\x27\xb0\x77\xf2\xa4\x4c\xe3\x9e\x66\x86\x0c\x86\xdd\x43\x47\x74\x02\xb3\x87\x8e\x67\x7e\x01\xa6\xc3\x8f\x22\x79\xea\x21\x14\x10\xff\xd2\x6a\x89\x43\x1d\x7e\x8d\xc4\x3f\x63\xb3\xe4\x57\xa7\x20\x8e\x1f\xb6\x0f\x13\xd2\x11\x7e\x6a\x93\xa6\x1f\x8e\xdb\xc7\xd9\xc5\xd8\x72\xcd\xb2\xa2\x7d\xe8\x8d\xe3\x3d\x32\x77\xd3\x81\x22\xbb\x34\x47\x32\xfd\x09\xd5\xbb\xf7\xdf\xfd\x5b\x4d\xa3\x6d\x8f\xbe\x3f\x2b\x6f\xe3\x73\xf9\x20\x62\x91\x1e\x41\xfb\x60\x8e\xec\x3d\xbf\xe4\xbd\xed\x52\xe7\xf3\xfe\xfd\x2a\xfe\xcd\xb5\x67\xc7\xff\x53\xd7\x73\x2f\xf8\xbf\x55\x1d\xab\xc1\x75\x8b\x5a\x8e\xdc\xfb\xef\xfe\x2d\x6b\xa4\x68\xeb\x75\x26\xe7\x79\x59\x73\x21\x3f\x47\x33\xb7\x12\x93\x1d\x60\x65\x55\x51\x6d\x01\xff\x1f\xd7\x13\x4b\xf6\xd7\x86\xde\x8d\x41\xc1\xda\xff\xeb\x08\xd9\x46\x8e\x5a\x08\xfe\xef\x17\xd7\xa1\xc3\x51\x45\x0f\x80\x52\x1d\xa8\x3e\x1e\x35\x9b\x45\x52\x5b\xf7\x12\x99\x52\x3c\x06\xef\xf3\xe8\x90\xde\x2a\xc9\x91\xb7\x43\x6d\xc0\x3b\xbe\xd7\xdd\x7d\xe2\xc8\x7a\xe5\xf9\xba\x1a\x33\x51\x18\x72\x83\xca\xc3\x98\x8c\x79\x64\x6c\xd1\x4a\xfd\x19\x0d\x77\x43\xed\xab\x13\xbc\xae\x56\xd4\xdf\x39\xab\xdb\x73\x1b\xdc\x13\xe9\xa3\xcd\x2e\x33\x4b\x17\xaf\x40\x63\x5e\x78\x3b\x0b\x87\xc1\xe3\x7c\x95\x47\x71\x5f\x78\x18\x4e\xbe\xf0\x88\xd2\x26\x3b\x9e\x38\x27\x7c\xfe\x29\x27\xfc\x94\x3e\x72\xd6\x77\xb1\x57\x83\x5a\x3c\x68\x36\x06\xbb\xc9\xc0\x13\x6f\xf3\x31\xc2\x9c\x95\x9f\xee\x30\xa9\x3b\xcc\xab\x37\x53\x99\xb2\x85\x07\x81\x71\x94\x66\x84\x59\xc1\xa6\x27\x38\x1e\xc6\x9d\x96\x40\x46\x5b\xe9\xe2\xd8\x5a\x93\x71\xe2\x82\xe0\x3e\x31\xd2\xdb\x30\xf3\xee\xf0\x3e\xf3\x00\x85\xf5\xd4\x7e\xb1\x18\xf9\x32\x24\xb7\x01\xf4\xf3\x31\x75\x31\xe1\x10\x86\xf7\xe6\xa8\x64\xbf\x67\x6c\xd3\x5f\xf5\xa1\x8a\x02\xfd\x2b\xb0\x62\x4b\xdd\x32\x3f\x03\xf0\xa7\x56\x14\x68\x79\x61\xef\xbe\xc2\xd9\x1c\xe0\xa4\x0e\x6c\x03\xbc\x2a\x8a\x28\xf0\x1a\x63\xc4\xe6\xd6\x43\x4e\xe7\x9d\x40\x3c\x4d\xa9\x85\x98\x53\x95\x63\xec\x9b\x2d\x21\x63\x8b\x8b\xec\x05\xab\x2e\x32\xa5\xbf\x22\x01\x67\xe5\x85\xa2\xeb\x09\xa1\x74\xbc\x2b\x92\x27\x59\x4a\x13\x99\x12\x41\xa1\xb6\xac\xbf\x20\x34\x11\x42\x67\x6e\x7a\x58\xe8\xa5\x33\xae\x7c\xde\x8f\x5c\xb6\xd1\xca\xf1\x64\x7f\x4f\x75\xc8\xf2\xd4\x46\x2c\x7f\xd5\xf5\xca\xb4\x04\xa6\x9d\x6d\x8c\x53\xb5\x72\x7e\xe7\x31\x38\x89\x79\xb5\xe7\x25\x17\x68\x25\xe2\x54\x57\xf0\x8b\x6a\xb7\x3f\x48\xbe\x7e\x8f\x71\x9e\x92\x1e\xe1\x87\x4e\x75\x04\x37\x8e\x61\x4d\x40\xb1\x06\xad\xe9\xe4\x17\x3e\xaa\x0a\xdb\x10\x5e\xab\x8c\x61\xc8\xe8\x57\xa8\xa4\x86\x21\x09\x70\xcf\x93\x31\x2c\xdc\x9e\x74\xa3\x4e\x48\x24\x6d\x1a\xa1\x44\x61\xd3\xa0\xd6\x8c\xbe\xa8\x5e\x04\x2a\xa5\x30\xd9\xcf\xf7\xf9\x3d\x2f\x3e\xaf\xee\xb1\xc2\x35\xa1\x61\xf8\xb9\x99\xf0\x19\x0d\xc3\x1f\xec\x39\xad\x46\x1b\xa9\xe7\x48\xfa\x07\x39\xab\xe7\xbb\xbc\xfc\x11\x2f\x2a\x75\x91\xdd\xeb\x8b\xf6\xbe\x77\xd7\xbe\xc7\x32\x50\x35\xbd\x33\x29\xf5\xbd\xd2\x7f\x27\x07\xef\xad\x8a\x7a\x08\x4c\x59\x9c\x4d\x83\x20\xf2\xd8\xdb\xff\xde\x31\x35\x3d\x76\x00\xa7\xf4\xf9\x69\xcb\xbf\xe7\x98\x34\x98\xa4\x27\xd0\x7b\x8d\xa5\xc4\x26\x3c\x1e\x8f\x1d\x0a\x17\x5b\xaa\xd4\x79\xaf\xe8\x63\x61\xa2\x2d\x57\x75\xfd\x81\xdf\x4b\x16\xec\x0d\x5b\x63\x94\x5d\x23\x7c\x2d\xbf\x28\xf8\x46\x46\xb3\xa5\xfa\x6f\x7f\x7f\x81\xdf\x1b\xfd\xe7\x62\x7f\x7f\xb1\xcb\xc4\x4d\x5e\xce\x64\xb5\x8f\xd4\x93\x7d\xb6\x5e\xe7\xe5\x4d\xb4\xb8\xb8\xae\xc4\x9a\x8b\x68\x11\x20\xa0\xeb\x78\xf6\x96\x8f\xf3\xc2\xc4\x79\x46\x18\x2b\x7b\x71\x5d\xdd\xcf\xea\xfc\x57\x95\x8f\xce\x65\x76\x5d\xdd\x5f\x54\xb7\x5c\x6c\x8a\xea\x2e\xaa\x11\x45\xcf\x94\x1c\x65\x07\x59\xd9\xc2\xfc\x1a\xf8\xf5\xfc\xc3\x05\xd6\xef\x0f\x01\x94\xdd\x28\x99\xa2\xab\x34\xad\x0c\x1c\xbe\xb6\xba\x75\x67\xc0\x8a\x9e\xe5\x2c\x58\xfe\x21\xd0\xbe\xcc\xd5\x1e\x0e\x6c\xf9\x9c\x31\x26\x88\x9c\xeb\xba\x7c\xcd\x37\x92\xba\xcf\x15\xf9\xcd\x56\xb2\xe0\x3f\x17\x7f\x08\xa0\x66\x9f\xfd\xa7\x49\x8a\xb7\x95\x48\x71\x77\xb0\x96\xed\x7b\xb6\x75\x58\x60\x5b\x3f\x80\xcc\x16\xb5\x9a\xeb\xa3\x27\x1c\x57\xe7\x9f\x51\xf5\x41\xfe\x26\xb7\xa0\xb0\xd2\x28\xca\xed\xf0\x12\xde\x1a\xac\x59\x85\xab\x43\xb9\x26\x08\xbd\xf4\x65\x51\x65\x48\xa2\x73\x74\x71\xef\x7a\xcf\x3a\x8c\x63\xc2\x18\x27\x95\xfb\xe8\x83\xb3\x95\x8b\x49\xb6\x1f\x72\x9d\xad\x3e\xde\x60\x59\x5f\x14\xf9\x9e\x05\x86\xdf\x42\x75\xa6\x1a\x14\xdd\x18\xa1\xf1\x57\x02\xd8\xe3\xe2\x22\x70\x7b\x8c\x1d\xd1\xcd\x87\xa1\x73\xe8\xc8\xbb\x2d\xaa\xcd\x1e\x1e\xaf\xab\xfb\xf7\x38\x9e\xbe\xe7\x45\x7e\x02\x7d\x1e\x21\x62\x8e\xd0\x95\x22\x27\xd2\xd5\x26\x9d\x65\x35\x3d\x91\x2c\x57\x8b\xb1\x2e\xf0\x1b\x37\x40\x4e\xa4\x3d\x1c\x41\x8f\x6b\x5d\xd7\x53\x35\xcc\x8e\x47\x4a\x8f\x94\xe8\x81\xfa\x23\x67\x49\xf0\x23\xbf\xfe\x98\xcb\x00\x82\x6f\xaa\x5f\x03\x08\x76\x75\x90\xc2\x9f\x47\xe2\xd0\xb0\x9b\x74\x5b\xc1\x3f\xba\xa1\xf4\x7f\xe5\x1e\x2b\x94\x9a\xa7\x4a\xfe\xd6\x48\xe8\xf1\x0f\x9e\xf0\x0e\xda\x1f\x57\xdb\xd1\x3f\xf3\x98\x47\xf8\x68\x74\xf5\x94\xc8\x91\xd6\x85\x45\x9c\xf2\x36\x0c\x43\xb0\x1f\x79\x07\x29\x4a\x63\x6d\xff\xc8\x13\x91\x4e\x25\xc5\x02\x9c\x3d\xf3\x88\x12\x9f\xeb\x11\xfa\x1d\x46\x7c\x95\x55\xc9\x1b\x34\xc6\x93\x78\x32\x5b\x25\x3c\x4b\xe9\x7c\x4a\xcf\xe1\xa9\x7a\x3c\x9b\x9d\xc3\x4f\x9c\x3d\x3a\x31\xe3\x4d\xa4\xdb\xbc\xce\xaf\xf3\x22\x97\x0f\x51\xb0\xcd\xd7\x6b\x5e\x06\x60\x85\x8f\x89\xd4\x3f\xc2\x5f\x38\x7b\x2c\xb8\x94\x5c\xbc\xdf\x67\x2b\x25\x4c\x82\x45\x00\x9b\xaa\x94\x3f\x22\x61\x6c\x14\xfc\x71\xb1\x08\xbc\xf6\xfb\x27\xef\x31\x24\x5a\x8f\xee\x96\xa2\x2f\xc6\x99\xb7\xcb\xee\xc9\x02\xca\xe4\x79\x3a\x23\xa2\x69\x16\x94\x4e\x49\x89\xc0\x10\x88\x02\x11\xc9\x76\xd6\x5a\xf0\xb3\x4e\xb0\x18\x0b\x34\x57\x2d\xc2\xdf\x2c\xa3\x05\x68\x28\xcf\x85\xa6\xaf\x63\x8c\x94\x71\xa0\x65\x61\x10\xd9\x79\x12\x38\xd3\xf0\x42\x63\xec\x65\x2f\xfe\x78\x91\x4d\xd9\x73\x1a\x68\xb1\x65\x91\x02\x0e\x53\x07\xd5\x21\xa6\x82\x27\x19\x02\x7c\xe6\x94\x42\x19\x13\x97\x9b\x4d\x3c\x6b\x71\x3d\x8c\xc8\x0d\xba\x2f\xd9\xdc\x27\xc3\x17\x4c\x15\x75\xfa\x69\xf0\xa3\xe6\xdf\xd5\xef\xd1\xc8\xaf\xc8\x68\xde\xed\x5d\x04\x34\xf4\x93\x7f\x22\xe7\xa8\xfe\x7d\xe9\x6c\x9f\x21\x34\xd3\x4b\x04\xbf\x38\x4c\x99\xd7\x7d\xf8\x73\xc5\xf3\x82\xf0\x24\xd0\xe2\x38\x98\xca\xe1\x80\x97\x6e\xc0\xa7\xb3\x6a\x76\x98\xd5\xb3\xf9\x9f\x28\x55\xbd\x0e\x87\xb6\x9f\xa5\xec\x8e\x1d\x54\x88\x20\x67\x64\xb2\x9f\x0f\xe4\x16\x51\x9a\x10\x0d\xc3\xa0\x5d\x17\x3b\x08\x2b\xee\x85\x00\x26\x4b\x28\x51\x73\x85\x8c\x19\x85\xac\xa4\x50\xb3\xdf\x57\x63\x35\xa0\x5a\xf5\xa9\xc7\x85\x9c\x9d\x65\x2c\x50\xeb\x6e\x60\x69\xfb\xc6\xeb\x1a\x86\x79\xd3\xe8\x84\x8c\xb1\xac\x69\x26\xde\x9a\xa3\x94\xb2\x20\x2f\x8b\xfc\x04\x48\x8c\xfe\x00\x84\x5d\x56\x6b\x31\xba\x61\x7c\xcf\x57\xb2\x76\xac\x64\x06\x5e\xe3\x77\xb6\x04\xa9\x58\xad\x4f\x53\x31\xf4\x90\x27\x75\x4a\x31\xc4\xa9\x53\x27\xd5\x3b\x53\x3b\xf5\x9a\x86\xe4\x63\xf3\x09\x2a\x28\x21\xa3\x53\x35\x67\xbd\x65\x56\xfa\x21\x25\x9e\x5f\x9b\xf0\x9c\xa8\x90\x96\xd2\x4b\xe7\x19\xa2\x57\x75\xad\x01\xbf\x1e\x2b\x25\x75\xe4\x43\xf4\x38\x84\x1e\x45\xeb\xa8\x51\xee\xb1\x57\x03\x93\xd8\x6d\xf5\x11\xb5\x43\xc4\xc1\x32\x88\x04\xba\xf9\x39\x20\x99\xe8\x31\x2b\xf3\x1d\x7a\xee\xbc\x95\x5c\xe0\x0f\x74\x7b\xd6\xde\x32\xc5\x61\xd7\x5e\x6e\xf2\xa2\x78\x67\xaa\xa1\x2e\x0b\x7e\xff\x67\x51\xdd\xd9\xdf\xef\xb7\x22\x2f\x3f\xe2\x55\x2b\x15\x27\x0b\xb8\x11\xf9\xfa\x95\xe0\x99\xfd\xfd\x05\xe6\xda\xbd\x7a\x53\xae\xbb\x37\xde\xcb\x4c\xb8\xb7\xbf\xd7\x85\x98\x9f\x5e\xda\xef\xab\x3b\x97\x50\x0d\x9a\xaf\x5c\xa1\x55\x5b\x4f\xad\x06\xe2\x8f\xfd\x36\xd3\xce\x3c\x77\xf9\xba\xba\xc3\x5f\xbf\xbe\x45\x82\x3d\xf5\xab\xaa\x76\xda\x6f\xd5\xac\x75\xd1\xe3\x11\x70\x69\x1c\x71\x3a\xd0\xde\x03\x9f\xf5\x4c\xf2\xff\xd5\xbb\x36\x9b\x1b\x0f\x40\x08\x6a\x04\x3e\x85\x03\x7b\xea\x36\x1f\xe8\x61\xae\x77\x41\xf9\x86\x1c\x10\x88\xe6\xaf\x9c\xa8\x0d\x73\xa6\x07\x2f\x8e\x01\x0c\xf4\xf4\x2e\x6b\x0f\x17\xa2\x9d\x86\x61\x18\xdc\x70\x19\xe4\xf8\xb3\x35\x34\xe7\x2c\x33\x31\x8b\x7a\x0a\xc5\x79\x54\x24\x32\x3d\x6b\x8d\x22\x8c\x54\x2e\xb0\x57\xf3\xdd\xdb\x15\x4b\xa8\x19\xa7\xe9\x49\x89\x60\x06\x17\x29\x57\x72\x24\x28\x71\x10\x05\x14\xb4\xa1\x48\xed\x1b\xb5\x64\xb7\x4f\x26\x8c\x55\x4d\xa3\xbe\x49\x4c\x91\x5d\x64\x88\x78\x54\xb7\x88\x47\x74\xa8\xda\x35\x0d\x6e\x02\xd5\xc2\x88\x4a\xb6\xc3\x89\x6c\x55\xbb\x40\x6d\xfe\xd4\xd7\xb0\x20\x2f\xb7\x5c\xe4\x6a\x3a\xaa\x86\xa8\x7b\x0d\xc1\xd0\xe2\x9e\x99\xf8\x5d\x61\x9c\x5a\x0e\x71\xa1\xee\xb4\x8e\xd4\x20\x28\x36\x0e\x13\x9a\xd2\x62\x00\xc7\xdb\x81\x84\x32\x3d\x6a\x17\xf5\xb6\x5b\xfd\x7e\x24\x9f\xee\x48\xda\xe9\x35\xbf\xb3\x16\x20\xdc\x3e\xd1\xc1\x07\x39\xd1\x8d\xc0\x42\x62\x97\x15\x06\x5a\x48\x2a\x61\xf6\x17\x04\x07\x63\x7f\x41\x3a\x50\x0d\xd8\x23\x9a\x46\xc4\xa4\xf2\xc5\x5a\x4e\x01\x81\xd3\x45\xd3\xe4\xf5\x97\x4a\x02\x71\x52\xd1\xb8\x6a\x9a\x45\xa4\x19\x21\x9c\x31\x26\x09\x34\x27\x7e\x00\x46\xd3\x48\x07\x46\x13\xef\xd3\x58\x5f\x42\xd9\xf9\xe2\xa8\xdb\xbf\x33\x4d\x34\xc4\x00\xb3\x00\x65\xe3\x92\x1d\x1f\x7d\xae\x7a\x3c\x2f\x6f\xda\x24\x84\xea\xdd\x52\x6c\x56\xcd\x92\x46\xb5\x6a\xa0\x9f\x3a\x40\x8b\x56\x5b\xb5\x69\x8e\x74\x00\x1b\xed\xf7\xab\x59\x72\x33\x36\xd9\xcf\x3b\x3a\xb8\x5a\xc1\x5a\xdd\x11\xb1\x50\xad\x4e\x09\x35\x23\x59\xd3\x94\xbf\x7b\x2d\xae\x30\xaa\x2a\x36\x4b\x4b\x09\x35\x54\x34\x72\x50\xb6\x75\x18\x66\x5a\x47\xfa\x77\x94\x0b\xaf\xab\x2b\x35\x10\x66\xa6\x14\xbb\x74\xe9\xf2\x51\xfb\x80\xc3\x70\xba\x1b\x6c\x31\x92\xb7\x8a\x28\xfa\x91\x6b\xd8\x34\x35\x37\x40\x30\x0f\x69\x0c\xfe\xc9\xc9\x02\x04\x1c\xec\x01\x91\x1d\x11\xde\x36\x98\xfd\x9d\x93\xfd\x7c\xb8\xfb\x81\x91\xe5\xcc\xe8\x10\xde\x57\xe8\x95\xad\xcd\xad\x1d\x2d\xa3\x43\xa2\xe0\x1b\x39\xc3\x71\xf0\xd8\xbe\x13\x2d\x8e\x23\x63\xe2\xd3\x99\x1c\xa9\x59\xd4\x3d\x4f\x40\x6d\x65\x50\x3b\x51\x63\x58\x08\x02\x30\xe6\x06\xa3\x36\x0e\xed\x8a\x6e\x8a\xf0\xa9\x9a\x24\xfa\x5c\xad\x1d\x7e\x1d\xe2\xfe\x05\x60\xf8\x7c\x35\xa4\xfe\x13\xb1\xb0\x81\x9f\x4f\x02\x1a\x25\x22\xbd\x28\x5f\xfc\x11\x4f\x3a\xf3\x84\x2b\xd5\xb5\x4c\x55\xfe\x55\x52\xa6\x4d\x53\x25\xe5\xec\x39\xfe\x5d\x78\x18\x77\x47\x5f\x0d\x77\xc0\x72\x6d\xe5\x94\x34\x64\xff\x44\x56\x86\xce\x41\x5f\x5f\x10\x9e\x36\xe2\xf7\x0c\x7d\x08\x05\xa0\x37\x24\x7d\x48\x70\xfd\xd5\xad\x86\x6b\x63\x80\x2e\xb2\x17\x39\x1a\x53\xab\x44\x26\x59\x9a\xb6\x63\x0d\x35\x7e\xb5\x86\xd9\x0f\xaa\x8e\xfd\x68\x73\x11\xfb\x50\x74\x82\x46\xed\x40\x3d\xa2\x7f\xe0\x10\x43\xd7\x18\x9f\x3f\xdc\x71\x5e\x32\x21\x41\x9c\x74\x72\x17\x12\x94\xb4\x1c\x89\x19\x56\x3b\x32\x6d\x9a\x2f\xf8\xce\x86\x23\xec\x45\xb5\x67\xc2\x3a\xd3\xd5\x79\x79\xc3\x72\x25\xfd\xf5\xef\x16\xc1\x47\xbb\xf3\x21\x44\x52\xcd\xa4\x75\xad\xce\x84\xb4\x27\x69\x77\xcc\x86\x08\x58\xcf\x6b\x5e\xae\x59\xa9\x7f\x22\x4e\x5e\xd5\x5b\x58\x45\xbb\xb0\x1e\x61\x75\x10\x43\xcb\xbf\xfe\xca\xbd\x11\xdd\xb6\xba\x6e\xa8\x70\x23\x73\x35\xb0\x95\x39\x55\xf5\xdf\x71\xd5\x6f\x9f\x1f\x41\x1c\x46\x18\x71\x40\xfc\x56\x61\x7e\x03\xcc\xd7\x07\xad\x8a\x1a\x86\xdf\xaa\x66\x92\xd9\x36\x4b\xbc\xb6\x4c\xed\x81\x5a\xff\xc5\x67\x1c\x16\xb0\x1c\x7f\x66\x4e\x86\x75\xae\xf6\x40\xae\xba\x63\xc4\xb6\xea\xac\x6d\x7d\xfa\x4c\x4e\xdb\xab\x6e\x7e\xb5\xe4\x7b\x73\x18\xe3\xdf\x6a\x3d\xa8\x74\xec\xa3\xcd\xdf\xf2\x6a\x87\xa1\x50\x33\x2c\x16\x0e\xc7\xe2\x54\xa3\xba\xe7\x9a\x1d\xe5\x08\x83\x5d\x83\x37\x48\xfd\x67\xe0\xe7\xc7\x1e\x5d\xe8\x52\x6f\x69\x36\x7d\xe3\x30\x58\x50\x7b\x55\x75\xf6\xce\x72\xad\xa3\xb8\xba\x9d\x70\xdd\x65\x16\x2e\xc6\x24\xd6\x6b\x82\x79\x16\x77\x93\x46\x44\xda\xa9\xab\x5b\x43\xdf\x87\x00\x31\x5f\xf5\x3e\x70\x82\xb8\xbd\x4a\x36\xd7\xbd\xea\x5d\xcd\x37\xf7\xd8\xa6\x2e\xf7\xc1\x1d\xc2\x69\x34\x5a\xf1\x89\x2f\xd5\x3e\x51\xef\xbf\x72\xcd\x6a\xb7\xa7\xfd\xba\xa3\x2a\x7f\x17\x39\x59\xd2\xf9\x00\x7c\x36\x45\xce\x4f\x0c\x9d\xea\x34\xb9\x51\x19\x3e\xa8\xa9\x3f\xbc\x8d\x6b\xe1\x63\xff\x5b\x7b\x1f\xa0\xa6\x1e\xde\xe8\x78\x39\x8d\x55\xd0\x06\x5c\xa0\x6c\x79\x54\xdb\xa0\x6c\xdc\x67\xe9\x08\xf5\x9d\x5a\xac\x86\xcf\xe6\x7f\x9a\x69\x1d\xa3\xaa\x09\x7f\x86\x3f\xbf\x7d\x4b\xcf\x9f\x7b\x51\x6f\x01\xbe\x1b\xa8\xa2\x36\xf7\x6c\x30\x10\xc1\x75\x0c\x7b\xd4\x5c\x07\xa5\x84\x5c\x42\x25\x35\x82\x93\xc6\x52\x6c\xea\x6d\x75\xd7\x6c\xf3\x35\xa7\x4f\xcf\x21\x93\xec\xbc\x05\x01\x7e\xea\x21\x34\xd5\x78\x0e\x21\xc3\x90\xa0\x4f\x72\x39\xd7\x66\x39\x1d\x69\xf6\xcb\x81\xd7\xf2\x95\xdd\xb5\x7e\x29\x34\xf2\xde\xe8\x7d\x52\x4b\x1a\x75\x98\x75\x6a\x53\x53\x74\xba\xbf\xcd\x0a\xaa\x2f\x65\xbe\xfa\x48\xa8\x87\xf8\x73\x90\xbe\x7e\x30\xce\xc1\x54\x5a\xd7\xe9\x23\x85\x52\xb2\x36\x76\xaa\xcd\xa6\x90\x43\x52\xfb\x47\xad\x4d\x47\x5c\x87\xbb\x4b\x6d\xb5\x33\xcb\x38\x7b\x3e\x93\x34\x4f\xec\x02\x3d\x25\x82\xe1\x9a\x4e\x53\x96\x27\x9e\xe1\x2b\x65\x3e\x43\x39\xc9\xe7\x66\xc3\xcb\x72\x73\xf0\xa4\x56\xd3\xb6\x1e\x2b\x39\xe6\x91\x47\x36\x72\x2e\xd5\x8a\xc7\x85\xde\x94\x24\x29\x9d\xaf\xaa\x72\x95\xc9\xce\xa3\xe0\x59\x90\x52\x03\x3f\x9a\xf7\xe1\x47\x91\x60\x22\x4f\xaa\x54\xcb\x3d\x01\x12\x78\x1b\xc2\xe7\xc1\x9a\xca\xa1\x5e\xa0\x32\xdc\xa8\xa1\x64\xce\xd0\x3d\x28\x6a\x1f\xae\x7a\xae\x89\x38\xfd\xb6\xb7\x90\x09\x38\x1f\x8e\xb4\x4b\x4b\x9c\x6f\x88\x45\x1d\x9a\x2c\xcf\x5a\x03\x74\x29\x9b\x46\x75\x2c\x08\xdf\x74\x57\x68\xd9\xae\x3a\x78\x5a\xb8\x45\x62\x86\xa0\xf1\xcb\x19\x11\xe7\xed\x4d\xb4\xd3\xe9\x6a\x17\xba\x79\xea\x7e\x73\xd8\xfb\xaa\x41\xc4\xa1\x24\xad\x9e\x52\x7b\x5c\x7f\x84\x43\x52\x40\x09\x22\xa5\x50\xbe\x58\x86\x61\x16\x8b\x48\x6d\x1e\x86\x89\x96\xb0\x48\x4d\x2c\xbb\x43\xe2\xe6\x18\x7e\x0d\x93\x25\xb2\x1b\xd7\x0e\x10\x5b\x07\x4c\x73\xd8\xa3\xf9\xc2\xf7\x54\x96\x14\xaa\xbd\xf4\xee\x4d\x16\xf0\x68\x7c\xd2\xde\xa0\xe8\x88\x1e\x8f\xa0\x85\x48\x34\xd0\x4e\x8e\x20\x28\xd8\xa0\x32\xb3\x51\xce\x79\x1d\x49\x77\xf3\x9d\x5e\x00\x23\x01\xae\x31\x23\xd7\xdc\xb6\xf9\x22\xe1\x5a\x12\x74\x2b\x45\x49\x0a\x06\x32\x50\x5d\xfb\xa4\x9e\xce\xf8\x69\xb4\x32\xc2\xa1\x50\xeb\x2c\xd2\x96\x9b\x9f\xf3\xce\x17\xe0\x10\x36\x0f\xf4\x07\xb8\xb6\x77\xbd\x65\x22\xd4\xa1\xd4\x31\x75\x23\x7c\xb8\xe8\x6a\x12\xf7\xba\x37\x42\xe5\x35\xf7\x03\xb5\xcf\x34\xf9\xf5\x64\xe1\x9c\x3d\x5c\xd7\x0b\xdd\xf5\xcb\xf6\x34\x3f\x26\xbf\xbf\x63\x41\xa6\x94\x46\xb5\x4f\x61\x69\x6f\x1b\x3d\x80\xc2\x8a\x15\xb8\x04\xe8\x5a\x7c\x02\xd4\x00\x9f\x0b\x6d\xe3\x54\x5f\xc0\x64\x52\xb2\x3f\x13\x41\x53\xa8\x18\x22\x7f\x76\x35\xf2\x4a\x9b\x7e\xaa\x64\x69\x13\x30\xb5\x79\xa0\x20\x0c\x83\x17\x02\x16\x57\xe0\xa8\x73\xd4\x08\xee\x5a\x37\x4a\x34\x67\xe8\xfd\x0d\x5a\x34\xa8\xab\x43\xc5\x32\xe3\x50\x48\x2a\xda\xe6\x51\xa6\x50\x51\x5d\xc9\xa6\x21\xa6\x50\x91\x02\xb2\x94\xe7\xc6\x6b\x53\x22\x52\xf2\x91\xac\x46\xfb\x9e\x76\xe5\x51\x47\xa8\x38\xd9\x54\x00\x07\xfb\xba\x13\x51\x3b\x04\x3a\xae\xf6\x14\x37\x42\x3e\x15\x40\xa1\x17\x7c\x53\x1c\x3e\xa0\x98\x94\xe9\x37\x10\x35\x47\xfb\x22\xb7\xc4\x99\xbb\x6c\x4f\x56\xb0\x92\x50\x50\xd8\x11\x5b\x55\x54\x25\xc3\xd0\xbf\xb4\x28\x31\x05\x85\xa2\x25\xd0\x35\x29\xec\xb5\xe1\xd1\x35\x77\xd5\x6f\x5b\x1d\xcb\x3f\x67\x98\x75\xcd\x5d\xf5\xdb\x89\x4b\x73\x4f\x5f\xb9\x85\x6e\xe7\xc3\xa3\x1d\xc0\x8a\x8c\xac\xcc\x77\x51\x01\x9a\xc0\xc0\xff\xe4\x23\xa5\x50\x1c\xaf\xe6\x6e\x65\x6d\x23\x20\x36\x12\x1e\xed\x22\x11\x3d\x06\xcf\x82\x28\x19\x19\x8a\x66\xdf\xd2\xce\x72\x1d\xcc\x6d\x5a\xec\xc0\x89\x30\x8a\x15\xb4\x47\x64\x4a\xde\x88\x63\x7a\x04\x93\x7d\x6f\xdf\xb9\x23\x9c\xc6\x86\x6e\x40\xaf\x4e\x11\x67\x2d\xe1\xfd\x99\xef\xb1\xb3\xc0\x70\xb7\x9e\x57\xb0\x60\x38\xea\xfc\x45\x4e\xa4\xac\x7b\xa9\x69\xf3\x3b\xb7\x1c\xcd\x87\xd4\x7e\x94\x66\x80\x75\x3f\xfb\x84\xbb\x37\x6c\xec\x41\x5d\x8e\x87\xa6\xd6\xa8\xa6\xae\x60\xad\x31\x30\xb6\x6a\xa7\xbc\xb7\xd6\x60\xd8\x75\x8c\xc9\x19\x6e\x91\x1d\x2a\x1c\x04\x9b\x7b\xa5\x4e\x05\xfa\x73\xd1\x23\x58\xe8\x2e\x6b\x1a\x03\xec\x88\x13\xb3\xcb\x6f\x82\x04\x2d\x74\x7e\x28\xf1\xee\x3a\x0c\x49\xe6\x2e\xd8\x02\x6a\x35\x43\x1d\xed\x08\xf8\x17\xfe\x0a\xdb\xbe\xd3\x34\x35\xa1\x47\x0a\xed\x9d\xe9\x14\xd6\x63\x2b\xf6\xc8\xbd\xf6\xa5\xd9\x0c\x5a\xbe\x16\xac\xa3\xe9\xb2\xa6\xc9\xba\x3c\x28\x86\xea\xcf\x0a\xb3\x14\x2a\x87\x72\x86\x2b\xbf\xf5\x74\xc1\x47\x6a\x4f\x1c\x68\xdd\x13\x4d\xa4\x90\x33\xc6\xc8\x2e\x0e\x94\x0e\x1a\x44\x81\x6e\x40\x7c\x4f\xff\x9e\x30\xb5\x3d\x9f\xdc\x7a\x78\x00\xb7\x4a\xa2\xad\xaa\x52\xe6\xe5\x81\x9f\xed\xd8\x64\x71\xdc\x2a\x59\x74\x1b\x86\xb7\x68\x65\x69\x8d\x0d\x25\x3d\xe6\x1b\x42\x0e\x6c\x84\x02\x8c\xe2\x96\xa4\x7b\x77\x4b\x5b\x6f\xee\x4d\x9f\xba\x2b\x0c\x89\x98\x5b\x07\x17\x96\xec\xdd\x6f\x68\x7f\xfe\xe4\xfd\xfe\x47\x0a\xa6\xd7\x0b\xac\x9b\x05\x4a\xc7\x48\x92\x76\xd4\xb4\xc6\xd6\x16\x95\x9e\xac\x46\x08\x19\xf0\xbd\x78\xc5\x8a\x88\x6c\x34\xc8\x34\xf2\x35\xf6\xb9\x1d\x9a\xa6\x80\xb1\xd7\x41\xbf\x44\x29\x05\xe2\x9d\xe9\xad\x9a\xc6\x5c\xcd\xf4\xd1\xba\xba\xa7\x37\x66\x13\x56\x8c\x52\x44\x6c\x8a\x2a\x43\xbc\x0c\x3c\x1b\x59\x6b\x91\xe8\x8d\xa2\xbd\x83\x84\x2f\x8e\xd4\xb4\x41\x81\x5c\x03\xee\x09\x14\xcc\xe5\xbb\x8a\x83\x20\x5a\xe1\x59\x83\x83\xb6\xef\xd4\x08\x43\x82\x6c\xab\x86\x21\x69\x9b\x98\xb5\xfe\x01\x23\xa3\xd9\x4b\xd7\xbe\x9f\x2c\x52\xbf\xbf\xfc\x27\x4b\xff\xc9\x3f\xfc\x27\xcf\x53\x35\xc8\x0f\x6c\xb2\x84\x2d\x55\x1f\x7d\x1b\xdb\x92\xf3\xf2\xc9\x6d\x18\x92\x1d\xbb\x35\x9b\x22\x1a\xdd\xfa\xfc\x49\x56\x2a\xc0\xa3\x75\x61\x50\x8d\x52\x85\x21\xb1\x2f\xb0\xc9\x8e\xc2\x2e\x0c\xbd\x4e\x1d\xb6\xa9\x1b\x96\xbb\xa6\x31\x1d\x09\x3e\xaa\x98\x95\x3d\xb0\xf5\x38\x23\x4a\x50\x13\x83\xea\xba\xaf\x24\xd9\xc5\x6a\x82\x44\x0b\x28\x61\x4d\x01\xb3\xbb\x55\x1f\xa3\x66\xcf\xc1\x58\x54\x76\xaa\x5b\xd1\x94\x65\xef\x98\xbf\x6c\x41\xe9\x31\x6d\xa5\x6c\x9f\xed\x29\xee\x6e\x1c\xac\x64\xe6\x34\xea\x3e\x40\x8d\xcf\x3a\x97\xd6\x7b\xce\xd7\x03\x58\x13\xad\x67\xf2\x30\x1c\xa1\x0a\xf3\x95\x68\x4e\xa3\x47\xbb\xee\x46\xa2\x69\x26\x22\x0c\x65\xd3\xec\xd0\x7b\x98\xb7\x6a\x2e\xb7\x8a\xb4\x7e\x2e\xc3\x70\xb2\x43\x27\x43\xe9\x31\x6c\x6f\xee\xe7\xd5\x66\x13\x97\x4e\x25\x66\x8b\xa8\x3d\x35\x33\xe5\xb7\x4f\x91\x0e\xc3\x5e\xa8\x96\xd4\x1b\x6e\xf5\x3d\xb5\x9f\x89\x77\x3b\x69\x6f\xa7\xd1\x78\x12\xa7\xe1\xdb\x13\xbc\x52\x0b\xe1\x30\x44\xb8\xa9\xb2\x5d\x4f\xf4\x2f\x64\x66\xa2\x50\xce\xab\x62\xcd\x4a\xa7\x84\x40\xfb\xd3\x5f\x25\x94\x6a\x55\x15\x6b\x1a\x86\xf8\xb7\x35\x8c\xa9\x1c\x4c\x39\x3d\x0e\x24\x73\x9f\x1e\x95\x86\xde\xb1\x3e\x6f\xb2\x35\xff\x50\x9d\x8e\xff\x46\x2d\xc3\xb8\x62\x67\x9c\xa2\xf0\x70\x07\xe1\xb0\xb0\x0c\x0b\x6a\xa8\xa9\x1d\x25\x6a\x33\x9c\xb8\x73\x75\x79\x04\x6e\xc2\xcc\xcd\xb3\x53\x87\x7e\xac\x2f\xc5\xb9\xe6\x11\xc3\x16\x25\x3a\xa5\xda\xd7\x76\x8d\xad\x92\x6d\x0c\x38\x5e\x77\x44\x41\x45\x2f\x48\xee\xf0\xf6\x11\x3d\x6f\x93\x97\x79\xbd\x45\x09\x2c\x51\xd3\x24\x93\x05\x3d\xb6\xac\xd8\xfa\x39\xcb\x40\x2d\x55\x9a\x8f\x0f\x5b\xcd\xe3\xb5\xcb\x8c\x91\x53\x37\xad\x79\x0e\x19\xed\x6f\x7b\x3a\x33\x60\x0c\x55\x42\x25\xb7\xde\xa3\xfa\x0a\x24\x11\xae\x36\xa3\x3c\x50\x3a\xac\xdc\xe7\x82\x92\x06\xa1\xce\x86\x47\x0c\x18\xac\xc6\xa3\xcd\x75\x25\x26\x4a\x85\x6b\x23\x11\x3a\xcc\x51\xd8\xf2\xa8\xd4\xd6\x1d\x40\x65\xaa\xf7\x6b\x1a\x98\x4c\xfd\x8b\x55\x0f\xc3\x12\x51\xcf\x68\xcb\xf3\x8a\x71\xc4\xd9\x30\x61\xe6\xb4\x8a\xf6\x25\xbd\xe3\x73\x21\x66\xf9\x6c\x76\x41\x2b\xf5\x8a\xd2\x5f\x27\x16\x3a\xc1\xd5\x14\x1f\x61\x5d\x27\xc8\x88\x49\xf0\x86\x1a\x5d\xba\x53\x05\x05\xa9\x44\x7c\x65\x31\x2a\x73\x58\x52\x7a\x36\x91\x61\x28\x94\x56\x31\x42\x0e\xa6\x7b\x7e\xc4\x82\x67\x5b\x97\x38\xd6\xad\x4f\x35\x29\x08\xbf\xa9\xa0\x64\x22\xb1\xcd\x1a\xa4\xc8\xcb\xd3\x6d\xe5\xb4\xdb\xcc\x65\x5c\xb6\xfb\x62\x0d\x4b\x6c\x86\xe4\x64\x01\x3d\x82\x35\xd5\xb7\x08\xe3\xaf\x9b\x55\xff\xf5\x82\x8c\xd5\xf2\x23\xdb\x36\x95\xba\x4d\xa5\x6e\x53\x13\x47\xa4\x9a\x52\x9a\xa6\xd4\x01\x1f\x78\xa6\xe9\x35\xa5\xca\xc5\x35\xa3\xc4\x66\xd4\xb6\xb5\xc5\x85\x7c\x91\x61\xb4\x4c\x99\xc8\x34\x0c\xd5\xbf\xa6\xb2\x9d\x0b\x4f\x36\xd9\xd1\x6e\x3f\xea\x48\x3b\x67\xe1\x46\x9b\x04\xad\x2f\x82\xd6\x24\xfb\x27\xe2\x96\x6b\x6e\xa3\x8a\x38\x33\x7f\xfd\x75\xa7\xe3\x0f\xa4\x8d\xd2\x4d\x33\xc6\x2b\x73\x02\x56\x43\xcf\x6e\x2b\xc5\x0a\x49\x24\xb6\xa4\xce\xd8\x0f\xa4\xa8\x8b\x7c\xcd\x5f\x57\x77\x65\x54\x48\xa3\xe3\x52\xc0\x9b\x3f\xec\xf1\x16\xd6\xdf\xdc\xfa\xa0\x19\x6f\xd4\x6d\xf3\x99\x14\x94\xdc\x7d\x5b\xb6\x0e\x48\x3a\x8f\x23\xde\x7f\x77\x90\xde\x03\xcc\x49\x3f\x30\x19\xb5\xcf\x4c\x76\xc7\xdf\x8e\xb7\x18\x0a\x75\xfb\x95\xd2\x4a\x68\xfc\x3c\x3d\x1a\x59\x92\xb6\x16\xdc\xbe\xcc\xc5\xe0\x29\x3c\xa7\xd6\x89\xf5\x46\xc9\xb7\xd4\x5e\xc8\x17\xc2\x47\x16\x25\x9c\x61\x50\x01\x31\xd1\x05\x7a\xe2\x0a\x37\xb2\x66\x33\x58\xd2\x33\xe1\xf6\x26\xc6\xea\x5d\xed\x09\x9a\x80\x8d\x39\xd8\xdb\x6a\xb3\xee\x71\x86\xae\x87\xd5\x49\xac\xd1\x3c\x13\x08\x30\xd5\x31\x4c\xb3\xe5\x67\xde\xe3\x8e\x75\x53\x36\x0d\xc9\x51\x2c\xd6\x92\x50\xfb\x22\x1a\x26\x3a\xc9\xb4\xcf\x37\x78\xcb\x3d\x7b\xac\x8b\xea\x2e\xfa\xcf\xc5\x02\x36\x59\x2d\xa3\xe7\x8b\x45\x6b\xe1\xff\xe3\x62\x61\x96\xdc\x35\x57\x4a\x71\xd7\x16\xe7\x58\x3e\x55\x76\x88\x2d\xee\xd4\x0c\x99\x36\x8d\xd4\x64\x5f\x28\xce\x3d\x09\x2f\xda\xee\xf6\x16\xd0\x8e\x41\x5d\x80\xa4\x67\xe5\xa0\xfa\x5c\x3b\x02\xd9\x54\xb9\x01\x29\xec\x9f\x60\x9e\x62\xd6\x00\x39\x7c\xa4\xc1\x56\x82\xdf\xa0\xed\xd0\x47\x79\x01\xa5\x67\x06\x0a\x23\xb0\x9c\x4b\x81\x25\xcf\x78\x57\xb2\x40\x43\x73\x22\x84\xa2\xd2\xe2\xf7\x52\xe3\xab\xf3\x35\x93\x06\xd5\x85\xaf\x81\x7c\x8a\xfa\x03\xdf\x65\x81\x0c\x2c\x44\x8e\xe1\xfd\x80\xfd\x1c\x7f\xfc\xdd\x3e\x67\xae\xa4\xa3\xf1\xf1\x5e\x4b\xd8\x4a\x66\x50\xbf\x33\x29\xc5\x57\x18\xd4\x7b\xd6\x51\x98\xd4\xfd\x4f\x9e\xd7\x5f\xe1\xab\x27\x0f\xc4\xa1\x45\xfc\xf8\x1f\x30\x5a\xb6\x2f\x9d\x22\x94\x1d\xd4\xab\x7b\x26\xd0\x6e\x80\xd5\x12\xfe\xd9\x04\x79\x21\xfe\x4b\xff\x79\xae\xfe\xd0\x41\xd8\x6f\x07\xbf\x20\xbe\x42\xcb\xa8\x3d\xfa\x27\x86\x59\xa2\x13\x1c\xaf\x26\x10\xd3\x9f\x6f\x8e\xa3\x7b\xf1\x7d\x78\x92\xee\x61\xaa\x2b\xc1\x6c\xfd\xba\xe2\xb5\x8c\x1c\xbd\x85\xe7\x73\xa0\xc5\x38\x13\x31\xde\xeb\xb4\x04\xf2\xaf\xe7\xad\x47\x5a\xee\xbb\xe6\x95\x2c\x77\x1e\x69\x92\xd2\xb8\x8c\x48\x8f\xd2\x45\x82\x98\x06\x01\x55\x9f\x93\xb7\x9e\x62\xb9\xdd\x35\xeb\x2c\x2c\x23\x81\xca\xc0\xd8\x01\x50\xd5\xcf\xcb\x35\x7e\xa8\x79\x68\xa8\xcf\x51\xcf\xb5\x9f\x1f\x69\x28\xfa\xc7\x3e\x8d\xbe\x76\xf1\xf5\x87\x63\x18\x9a\x41\xaa\x79\x6f\x11\x00\xc7\x0e\x68\xb3\xe8\x99\xa1\x7a\xe6\x1f\x9e\x0d\x28\x6e\x0c\x1d\xb0\x49\xcb\x94\x26\x84\x7e\xa9\xa3\x43\xae\x7f\x80\x26\x95\x5a\xec\x6c\x7d\x4a\xcf\x1b\xb0\x9e\xeb\x20\x4c\x96\x27\x25\xb2\xfd\x0c\xd1\x6b\x04\x0e\xca\xf5\xe0\x1c\xd6\xe7\xe5\x46\xd5\x5a\xc6\xbd\x9e\x14\xe6\x44\xd1\xcb\x4b\x5b\x2b\x1d\xec\xdd\x70\xe4\x68\xd6\x51\x53\xe7\xf3\xcb\xbb\xe9\xf9\x0d\x1d\xd5\x18\xb6\xd2\x38\x07\xba\x6e\x3b\xc3\x5b\xdd\x2d\x6b\x87\x91\xb2\x37\x74\x5d\x70\x81\xd2\x37\x55\x7e\x59\x0a\xf8\x2f\x1a\xbf\x8c\x9b\xa6\xc9\x25\xce\x70\xa4\x98\xe7\x15\x85\xdc\x46\x19\xee\xcd\xb1\xad\x46\x6a\xd2\xf2\xac\xb1\xa0\x0d\x8d\x46\x9a\x43\xf2\xb9\x9d\x49\x98\x35\xea\x89\xba\xe5\xb1\xa8\xc9\x56\x5c\x10\xde\x23\xf8\xd7\x71\x82\x4f\x02\xef\xb0\xf4\x46\x76\x10\x36\xfc\x49\x6d\x1c\x51\x7c\x2a\xa4\x22\xab\x11\x60\x3c\xf0\xdc\xad\x1f\xfc\x1c\xba\x07\x1b\x9c\xc6\x3c\x1a\x0b\x01\xee\x56\xac\x4b\x23\xb8\x1f\x82\x0b\xf7\x45\xa8\x76\x06\xf8\xb4\x08\xed\x61\x14\x7f\x5a\x84\x7a\x91\x7a\x89\xce\xfe\xcb\xfc\x1e\xc3\x6e\x78\xda\x17\xa5\x83\xfa\xfd\x9b\xa2\xf4\x84\x8c\x54\x4b\x8c\xad\x80\x5e\xe4\x73\x73\xc7\x3a\x7b\x76\x04\xe0\xef\x17\x70\xda\x83\xf0\x77\x0a\x33\x95\x18\x09\x8e\xf7\x56\x58\x65\xd7\xda\x69\x7b\xdc\x9d\xa5\x27\xf4\x02\x99\x5d\xa3\xd3\xb0\x17\xf8\x1e\xa3\x5f\xe1\xdb\x52\xa9\xcd\xcb\x05\x8d\xf6\xd2\x22\x1a\x5a\x8c\x13\xda\x34\xbb\xe1\x4d\x44\x87\x13\x7c\x13\x2f\xa2\xd9\x52\xc9\x2b\xd3\x3a\xd1\xe3\xa6\x12\x51\xb0\x95\xbb\xe2\xcb\x4a\x04\x80\x83\x33\xd2\x63\x54\xbd\x18\xa8\x6e\xeb\x68\x09\xb8\xc0\x78\x8e\x21\x56\x79\x38\xf1\x49\xdc\x8f\xb8\x6e\xcf\xfd\x65\x17\x78\xc0\x47\x1d\xb0\x39\x62\x4b\x81\xd6\x04\xfb\x2e\x27\x23\x79\xcb\x30\x24\xb2\xf7\xf2\xef\x2d\xa5\xb7\x4f\x32\xbd\x14\x40\x20\x78\xb6\x7e\x57\x16\x0f\x01\x04\xbb\xec\xfe\x6b\x9c\x1e\x01\x04\x2b\x5e\x14\x26\x98\xca\x5c\x7d\x6b\xfc\x1b\x20\x10\xd5\xdd\xfb\x7d\x56\xaa\xfb\x55\x61\x7e\x1d\x6a\xfe\x4d\xb6\x0f\x20\xd8\x88\x6c\xc7\x3f\x37\x7e\xac\x36\x04\xe3\xcd\x5a\x23\x5b\xfb\x7b\x31\xa5\x90\xb8\x01\x8c\xa8\x1d\x9d\x55\x1e\x37\x97\x7d\x2f\xc7\x6c\xbd\xfe\x02\xbb\x6f\xc4\x87\xcd\xc7\x34\xd3\xfe\x8c\x3b\xd2\x3a\x3b\x8c\x4c\x67\xb5\xc3\x31\x8c\x9e\x36\x5f\xc2\xbd\xdd\xaf\x84\x1b\xb3\x09\xa7\x06\x56\x8b\x48\x86\x52\xcc\x81\xab\x9b\xa5\x0c\xe5\xc1\xc1\xb2\xe5\xe5\xec\x46\x12\x81\x1e\x0a\x4a\xe5\xf0\xce\x0c\x82\x27\xc1\xf4\x56\xe9\xcb\x53\x25\x5c\x0d\x9d\xc1\xe2\xa2\x62\x32\xc9\xf0\xed\xb2\x75\xa1\x7f\x12\x4c\x2b\x4c\x86\x21\xfb\xe5\x94\xe9\xab\xb3\x5c\x4d\xc3\x9a\xdd\x22\xd9\xad\x71\x57\x1b\x88\x5e\xa8\x1d\xf4\x93\x06\x92\x30\x21\xa7\xff\x2f\xda\xce\xcb\xfa\x37\x9a\x6f\x32\x00\x3f\xe8\xec\x24\x95\x48\xb0\xf5\x0f\x82\xff\x6f\x1a\x1c\xf3\x1b\x6b\xf5\x97\xb3\xe5\x05\x2d\x59\xe9\xb0\xa4\xdc\x23\xf8\x5f\x74\x83\xde\x69\xf7\xbb\xc1\x3b\x8d\x35\x2b\x1f\x94\x9e\x77\xb1\xda\xbb\xf5\xd7\x4b\x6b\xe1\x1b\x18\x25\x64\x18\x96\xb1\x66\xda\xf7\x46\xb5\x31\x49\x74\xba\x8a\x46\x78\x52\x3b\xd2\xb9\xa2\xed\x5c\xaf\xc2\x9d\xce\x15\xae\x73\x11\xb8\x9a\x1e\x4f\x50\xe9\xea\xf1\xa5\xbd\x1d\xf2\x0d\x29\x35\x3c\x20\x5b\x40\xc5\x4c\x11\x90\xe9\x2e\xbe\x90\x2c\x4b\x72\xec\x94\x6a\xbe\xcd\x6a\x5d\xa6\xa4\x71\xd5\xa9\xb6\xa4\x51\xd5\x7e\x98\x34\xc6\xc2\x16\x68\x1d\xdd\xfb\x75\x9b\xe8\xc8\x14\x35\x86\xdc\x40\x0c\x43\x8f\xa0\x2c\xb8\xba\x72\x8b\xc0\xd5\x55\xe0\x10\xb8\xeb\x8e\x6e\x33\xb8\xe5\x3a\x57\x1a\x03\x2f\x8f\x83\x20\xf2\x4d\xc4\xdd\x7c\x51\x0d\xa2\x1a\x68\xc5\x7c\xd6\xf8\x14\x64\x0b\x63\x17\x53\x43\x8d\xab\xa1\x66\x47\x7a\x69\x47\x7a\x7f\x7c\x13\x33\xc0\x71\xfc\xeb\x41\xee\xc6\xb2\x44\x96\x4e\x4b\xa5\x78\xe6\xc8\x13\x8d\x16\x79\x2d\xd9\xf9\xa5\x38\xbf\xe9\xee\x4b\x6f\xb3\xe2\x94\x7c\xb0\xa8\x2f\xce\xd4\xdd\x9b\xcc\x31\x29\x99\x1a\x51\x63\xa6\x4d\xa3\xf9\xe4\x67\x03\x40\x22\x25\xdb\xf4\x86\x28\x67\x65\xdc\x1d\x62\x76\x10\xde\x66\x05\xa1\x34\xe2\x34\xce\x59\x10\xb8\x83\x18\x37\xe6\xf3\x38\x9f\xaa\x07\xdd\x49\x92\x6b\x6f\x19\xed\xf5\x91\x8f\x61\x53\x19\xdb\x9e\xea\x3e\x3e\x0d\x82\x23\xa5\x80\x6a\xd5\x6d\x56\x78\x8e\xd0\x86\x00\xa7\x7f\x7b\x1c\x70\x0d\xdd\x6b\x8c\x9e\x25\x7d\x64\xe6\x76\xd8\xe5\x10\xe0\xc6\x0a\x23\xa3\x30\x2b\xbd\xcf\xca\xd5\x18\xa1\x51\x1e\x77\xeb\x90\x8f\x54\x20\xff\x54\xe9\x37\xc3\xd2\x89\x60\xda\x0b\xbc\x2d\x9b\xc6\x62\xa0\x71\x13\xc1\x0c\xaf\x1f\x8d\x1d\x14\x0c\xb9\x46\x6a\x7c\xb3\x6d\x15\xaa\xb1\x84\x25\x7c\xeb\xe8\xbb\xb6\x76\x91\x25\xa9\xfe\x7d\x1a\xa0\xa9\x8f\x0f\x8d\x3d\x41\x97\xe3\x5b\x49\x0c\x62\x18\xc7\x50\x2f\xad\xce\x9c\xc8\xd5\x0c\x51\xcb\x78\x5c\xa3\x82\xdd\xd5\x94\x32\x66\x8c\x4c\x33\x73\xd6\x6c\xd0\x58\x6b\x96\xa1\x79\x20\x42\x82\x99\x2c\xae\xa6\xcb\xc8\x3a\x52\x6a\xa3\x24\xab\x5e\x2c\xe2\x43\x94\xc5\x15\xba\x82\x1e\x74\x44\xc7\x86\x10\x82\xbb\x58\xc7\xde\xa2\x34\xc7\x12\x29\x8a\xc3\x70\x22\x1c\x1b\x4c\x18\x92\x89\xf0\x15\x33\xfb\xa0\x69\x26\x1f\x89\xff\x04\x02\x4b\xde\x1c\x50\x8b\x35\x77\x45\x84\x99\x01\x90\xb9\xf5\xf2\xcc\x98\x29\xa5\x5b\x5f\xea\x41\xc4\xd4\x80\xa5\xde\x6f\x1c\x35\x2b\x3e\x72\x1b\xe8\xe1\xbb\x8e\x66\xb3\xd9\x05\x25\xe8\x36\x9a\x79\x5f\xc6\x5a\x28\xa1\x76\x20\x9a\x0c\x35\x57\x3d\x85\x0a\x25\x0e\x9e\x31\x4d\x16\xae\x47\x05\x62\x53\x77\xfa\x82\xcd\x96\x14\xaa\xe3\xb1\xa3\x93\x1a\x03\x5b\x6b\xd1\xeb\xe9\x8a\x9d\xe9\x97\x0e\x6d\x03\xd8\x5e\x83\x10\x16\xb7\x63\xb5\xa8\x87\xde\x77\x10\x6e\x5b\x16\x65\xa5\xda\x32\x58\x1b\x22\x6e\x01\xba\x25\x22\x86\xcb\x49\x29\x32\xc0\xfd\x35\xe3\x3a\x0e\xaa\x32\x88\xac\x89\x90\xe2\x56\xc3\xa0\xaa\xb3\xa0\x2a\x2d\xc0\x7a\x5e\x3e\xd1\xfc\xba\x57\x66\xcf\x6e\x1e\xe0\x9f\xc6\xe2\xae\x5f\x17\x07\x41\x9f\x9e\xc3\x5d\xb7\x22\x63\xac\x04\x67\x6e\x62\x1a\xec\x41\x78\x1c\xc0\xac\xab\x59\xe3\xf3\xda\x1a\x5f\x28\x4d\xa5\x77\xc3\x92\xbc\x69\xca\x14\x1e\xd8\xc6\x48\x65\x30\xb0\xc2\xb1\xe6\x4e\x89\x24\x5c\x7b\xcf\x1c\x8a\x36\x26\x68\xd9\xad\x5a\x2a\xbc\x28\xd1\x64\x60\x6c\xcf\x0e\x2c\x67\x2a\x7b\x50\x1b\xdf\xbc\x17\xa5\xeb\x5f\x4f\xae\xcc\x4e\xef\x61\x3a\x20\xa9\x54\x43\xed\xa1\xd5\xdd\xe6\xa8\xb5\x85\x21\xb9\x66\x0f\x5e\xa9\xf0\xc0\xae\xe7\xda\xff\x80\xc2\xb5\xa1\xe3\xa3\xb0\x62\xde\xab\x91\x56\xb3\x55\x5f\x4d\x1f\xd4\x22\x20\x7d\x66\x1d\xd9\x61\xd6\x79\x80\x21\xf7\x6f\x18\x4a\x4a\x5b\x76\x58\x56\xc5\xcf\xa3\xcf\xc0\x6b\x05\x76\xdd\x32\x3b\x82\xf4\xc8\xbf\x98\xf4\x91\xc9\xc7\xf8\xfc\xae\x7f\x93\xcf\x4f\x1b\x8a\xa4\xe5\xee\x32\x00\xa1\xd2\xb0\x97\xa8\x55\xc6\xb2\xa0\xe4\x14\x04\xb3\x92\x3c\x91\x69\xe4\xcb\x01\x01\x68\x34\xd8\x0e\x48\xe0\x1e\x34\xd2\x5b\xd5\x34\x93\xad\x6d\x7d\xc3\xd6\xe6\xae\x2d\xa5\x18\x08\x23\xb9\x26\x55\x18\x4e\xb6\x73\x4b\x3a\x14\x86\x93\x5b\xf4\x02\xd3\x9c\x8b\xdb\x0e\xc9\x61\xd3\x3c\x80\xed\xe7\x62\xfa\x80\xfc\x67\xcc\x07\x32\xa3\x17\xf5\x45\xef\xce\x8d\x96\x80\x35\x85\x03\xab\xcf\x0e\x4c\x69\x10\x5d\xf0\x2c\x1d\xed\x69\xd2\x1d\x7c\x28\xad\xa6\x39\x98\xac\x7e\xcc\xcb\x75\x75\x87\x68\x25\x76\x73\x40\x6a\x76\x83\xbb\x03\x25\xc5\xe5\x49\xea\xb8\x3d\xab\x41\xcf\x03\x96\xbd\x5c\xc6\x45\xb4\x75\x44\x8d\xea\x73\xc8\xda\x92\xee\x0d\x18\xf7\xf4\x5b\xa9\xa5\x18\xaa\x2d\x0d\x20\xfa\x14\xac\x4d\x43\xd6\x20\x90\xfe\x73\x15\x86\x75\xb2\x4a\xdb\x27\x61\xf8\x0f\x52\x53\xb4\x04\x98\xfe\xee\xbc\xa2\xed\xa2\x8e\x6e\x48\x0e\xb8\x52\x5a\x43\x8b\xae\xfc\x83\xea\x57\x39\x42\xc0\x42\x68\xd3\x6c\x9d\x0f\x8a\xf1\x11\x68\x6f\x98\x42\x6f\xe6\x7b\x3c\x60\x13\xb4\x69\x26\xff\x20\x39\x6d\x9a\x55\x18\xee\x48\x9e\x3c\x60\x03\xde\x6a\x3d\x8c\x1c\x58\xae\x3f\x83\xa8\xbf\x38\x06\x5b\xe2\x4f\x37\xa3\xd9\x03\x9c\x6a\xf1\x30\xdc\x0f\xc9\x4a\x1f\xe0\x4e\x52\x50\x65\x11\xfa\xc9\x37\xc7\x38\x90\xf4\xcb\xc3\x3a\x98\xf9\x73\xb0\x75\x3d\x20\xec\x9f\xa3\xab\xab\x0d\x01\xcb\x09\x3f\x0d\x27\x77\x3d\x99\x01\x02\xb4\x15\xbf\xc7\x97\xb3\x38\xd2\xb3\x3e\x3b\x72\xa9\x91\x02\x25\x1d\x60\xb9\x0e\x79\xb4\x3c\x9b\xe7\x89\x13\x9f\x6e\xde\xaa\xa2\xd2\x22\x6a\x9a\x9b\x5f\x0d\x58\xb0\xbb\xce\xc1\x4a\xe3\xf7\x02\xc4\x9f\x8c\xe5\x29\x10\x43\xd6\x5f\xdb\x74\x14\xe5\xbf\xc1\x24\xa2\x0b\xee\x1e\xcc\x1a\x69\x64\xda\x8d\x48\x70\xc4\x4c\x5d\x1a\x4c\xbd\xea\xf5\xf8\xb7\x47\x88\x48\x0c\xe6\x0f\xc6\x06\x76\x05\x86\x56\xd0\x5b\x97\xbd\x12\xb9\xbf\x9b\xa6\x1c\x0e\x3d\xae\xbf\x1a\xfc\xb4\x40\x72\xc4\x23\x59\x22\x54\xae\x26\x1c\xfd\xf7\x0b\x9e\x2d\xcf\xf2\xb8\x93\x7d\x4e\x23\x52\x8e\x8e\xe5\xb6\x36\xc6\x0d\x50\x65\x80\xe1\xde\x9a\xb5\x5f\x32\x3e\x2f\xaa\x95\x0e\xef\xb8\xf7\x4f\xd9\xe1\x9d\xda\x08\xc6\xe7\x67\x57\x73\x34\xbc\xfe\xf4\xcd\xd7\x43\x5c\x42\xb4\xde\xc8\xa6\x19\x78\x14\x39\x7a\x3c\x35\x68\x11\x62\x53\x30\x1c\xf9\x7c\xfe\xfa\xdd\x37\xdf\xaa\x0c\x05\xd5\x19\x7f\x29\xaa\xdd\x7b\x7c\x1d\x35\x09\x7e\x2f\xcf\xef\x77\x45\x40\x0d\x7e\x66\x49\x1f\x85\x83\x3a\x76\x48\x87\x13\x44\x17\x34\xe7\xb3\xf5\xe7\x0f\x1f\xb2\x1b\xb5\xed\x21\x01\x66\x29\xb8\x10\x95\xf0\xdc\x91\xaf\xe6\x78\x87\x04\x6f\xcb\xdb\xac\xc8\xd7\x4f\x7e\xfa\xe6\xeb\xe8\x49\x30\x45\x82\x13\x6c\x89\xf7\xea\x6b\x93\xcb\xf4\xe9\x39\xbc\xc2\x1d\x70\x7c\x59\x9e\xdf\xc0\x47\xa3\x76\xd5\x87\xeb\x5d\x2e\xcd\x21\x4a\x93\xef\xb2\x1b\xde\x08\x5e\x73\xd9\x6c\xf2\x82\xe3\xa9\xca\x87\x4f\x1e\xbf\x7c\xe4\x0f\x37\xbc\xa4\xfe\x51\xcb\xb7\xb2\xe7\xa4\x36\x1a\x6b\x6d\xe6\x8b\x17\x70\x2f\xd1\x0d\xa5\x69\xde\x5b\x5b\x37\x8d\xd5\x24\xc9\x69\xa4\x72\x9c\x06\x49\x30\x1d\xf2\x90\x38\x5b\x7d\x1e\xcb\x28\x50\x6a\x42\x1a\x40\x6e\xa9\x01\x2c\xc9\xbc\x68\x1a\xfb\xe6\x84\xb1\x6b\x55\xbe\xf1\xfc\xef\xfa\x5e\x49\xea\x8a\xca\x31\x27\x99\xe4\xa9\xce\x0c\x87\x4b\xb6\x63\xe3\x47\x81\x08\xc5\x39\x36\xb3\x91\xb2\x51\x12\x1a\xc9\xb3\x32\xb1\x9e\x4a\x29\xe3\xe5\xaa\x5a\xf3\x1f\xbe\x7f\xfb\x45\xb5\xdb\x57\xa5\x66\x30\x9c\x06\x2c\x98\x8e\x3c\xf1\xb7\xa2\xf4\x88\x76\x25\xbd\x93\xa7\x16\x51\x67\xd8\xc2\x08\x49\x36\xff\xd7\x2f\x07\x2e\x1e\x94\x56\xa9\xd6\x8a\x22\xcb\x4b\xe7\x26\x68\x3b\xa0\x03\x4c\x91\xeb\x0d\xba\xd2\xd0\xa0\xdd\xaa\xbb\x96\xf4\xe2\x77\xbe\x95\x44\x00\xc6\xec\xa8\x6e\x73\xbb\x59\xa3\xbb\x85\x01\xed\x79\x4c\xd6\x5c\xe4\x59\x31\x8e\x1b\x67\x9a\x96\x18\xd3\x93\x49\xa8\xbf\x83\x22\x34\x86\x7f\x6b\x0c\x78\x6e\x04\x00\x58\xbb\x64\x98\xf3\x77\x6d\xa7\xe2\x66\x5a\xb5\xbb\x6f\x1e\xfb\x0a\xa1\x31\x1b\x1e\xa9\x75\xdd\x1c\x64\xe7\x0c\x24\x9d\x40\x71\xd5\x5c\xaa\x8d\x8d\xf9\x26\xaf\x49\x10\xd9\x3d\x6f\x40\xc3\xf0\x83\x19\xd0\x1d\x3b\x8a\x52\x16\x3e\xca\x16\xf0\x57\x3f\x5d\x59\x80\xfd\xc9\xda\x81\x01\xd3\x23\xed\x7e\x9c\xef\xd5\xe5\x9b\x8c\xba\x74\x5b\xda\x09\xa0\x67\x24\x12\x34\xd6\x06\x22\x31\x62\x20\x7a\x54\x1f\x12\x69\x05\xdd\x10\x72\xb6\xdc\x02\xaf\x24\x04\x97\xe2\xb2\x0c\xd4\xc2\x17\x8d\x24\x15\xe3\x49\x35\x96\xac\xa3\xe3\x91\xec\xfc\x0f\xcf\x17\xe7\x37\xf0\x85\x64\xe7\xff\x31\x7f\xf6\xf4\x1c\xbe\x91\xec\x9c\x24\x71\x98\xd2\x2b\x96\xfc\x1c\xa6\xcf\xce\xe1\x5f\x28\x73\xe6\xcf\x62\x1a\x25\x4f\x2e\x65\xfa\x8c\x24\x3f\xab\x1c\xd3\x67\xf4\xe9\xf9\xcd\x0e\xfe\x66\x64\xd2\x9f\xdf\x7c\x68\xbe\x7a\xf3\xea\xb5\xda\x24\xbe\x56\xf7\x2e\xcf\x2f\xcf\xcf\xe1\xad\x64\x8f\x47\xf8\x1a\xff\xfd\x52\xb2\xe0\xd9\x79\x60\x43\x49\x83\x67\x01\x85\x5f\x47\x1c\x72\x32\x1f\x20\xf6\x73\xff\xec\xb6\xeb\x7b\x34\x5c\x12\x9c\x93\xa9\xca\xfb\xcc\xc6\xb3\x2e\xa0\xea\x1f\x87\x77\x0e\x77\xf5\xa1\x83\x30\xa4\xbc\x25\xab\x8c\x31\x38\x98\x06\x8c\xb1\x32\x59\xa4\x31\x29\x59\xe9\x50\x54\x9a\x26\x78\x16\x80\x0e\x79\xe3\x18\xea\x91\xa4\xd4\x79\x9a\x0b\x4a\xa3\xfe\x33\xdc\x07\x08\x9f\x09\xe6\xab\xbe\x64\xd6\xc0\x1e\x9c\x31\xf6\xb5\x6c\xbf\x3e\x23\xb5\x7e\x7e\x70\x38\x1d\x49\x9d\x6a\x7f\x4a\x2d\x33\x92\xda\x44\x24\xb5\x43\xd2\xbc\x52\xb0\xda\xb8\x1d\x9f\x72\xca\x2d\x9a\xa6\x6a\x9a\x3c\x29\xd2\xb8\x8a\x27\xe4\xc0\x0a\x6a\xec\x6b\x11\x91\x48\xf8\xac\xf6\x14\xad\x13\x7d\x41\x21\x53\xff\x4c\x96\xf4\x48\xe1\x60\x17\xcb\xcc\x4f\x9c\x2c\x52\xa5\x8f\xe7\x18\x7f\x15\x86\x19\x76\x73\xfb\xdd\x3f\xc8\x5e\x34\x22\xbb\x9a\x67\xff\xca\xee\xdf\x73\x29\xf3\xf2\xa6\x9e\x6f\x8a\x4c\x9a\xa8\x51\x47\xfd\x2d\xf4\x82\xd0\x9a\x34\x13\x91\x2a\xcd\x3e\x4f\x04\x92\xcf\x36\x0d\x29\xd9\xe3\x91\xd2\x44\xa4\x9a\xd4\xd8\x63\x2f\xf3\x43\x5b\x39\x94\x14\xf8\xf1\x57\x89\xc7\xb5\xec\x8d\xfe\xeb\x3b\x21\xad\x64\x7e\xcb\xa3\x05\x14\x59\x2d\xbf\xa9\xd6\xf9\x26\xe7\x6b\x0c\x81\x95\x19\x86\xc2\xfa\x75\x8d\x1e\x0f\xa2\x88\x6c\x26\xa8\x65\x07\x7f\x7e\xf3\x21\x80\xbc\xfe\xba\x5a\x65\x45\xa4\x5d\x20\xae\xab\x83\x6c\xb2\xfd\x5e\xfd\x3f\xab\x65\x25\xd4\xca\x3e\x9f\xce\xb0\xcc\x3a\xaf\x4a\x5c\xe0\xd5\x5a\xdf\xdc\xe5\x6b\xa4\xeb\x7c\x7a\xae\x25\xce\x1b\x13\x4f\xbf\xaa\x0a\x0a\x9a\x16\x06\xa9\x03\x45\xa5\x14\x33\x24\x99\x98\x2c\x20\xab\x1f\xca\x95\x61\xf5\x95\xbc\x94\xc8\xfc\x16\xa8\x4d\x52\xae\xd5\xae\xf3\xfb\xd9\xdd\xdd\xdd\x6c\x53\x89\xdd\xec\x20\x0a\xbd\xae\xad\x2f\x9e\xac\xb6\x4a\x95\x91\xec\x87\x0f\x5f\xce\xfe\x2b\x00\xa5\xee\xed\xa5\x09\xd9\xfb\x52\x6a\xca\x05\xad\x2e\xed\xd5\x82\x15\x68\xb8\x76\x7d\x47\xfd\x0c\xe0\x5e\x5d\x77\x4a\xda\x15\xf0\xc4\x69\x58\xf0\xaf\x1a\x31\x35\xbd\x04\xea\x8e\x49\xf1\xaf\xec\x36\x33\xd4\x19\x47\x5b\xf7\x3a\x7a\x54\x79\x9e\x5f\x5e\xdf\xef\x8a\xcb\xeb\x73\x5d\xe4\xf9\xe5\xb5\xfa\x7b\xae\xf3\x3b\xbf\xbc\x56\x7f\x2f\xaf\xcf\x8f\x20\x78\xbd\xaf\xca\x9a\x7f\x99\xf3\x62\x6d\x5e\x0e\xec\xcd\x9f\xbe\xf9\x3a\x30\x5f\x61\x6f\x7d\xe0\xf7\xd2\x56\xcb\xde\xfb\xcb\xfb\x77\x7f\xd3\x35\xb8\xe5\x42\x9a\xa0\x45\xac\x62\x10\x69\xb5\x51\x2b\x8d\x4f\xf0\x9b\x55\x43\xeb\x4b\x95\x4b\x10\xa9\xb7\xb5\x9a\x69\x6e\xab\x0f\x8f\x5a\x95\xf6\x08\xde\x90\xd6\x43\xc6\x76\xd5\xbd\x54\x1b\x31\x37\xa8\x0e\x27\x9c\x4a\x64\xfc\x83\x24\x38\x71\xba\x73\x85\x82\xa4\xd1\x0f\x92\x74\xef\x22\x5b\x86\xba\xd1\x32\xd5\x7c\x2e\xc9\x5b\x49\xf1\xe6\x07\x91\x95\xf5\xbe\x12\x52\xdd\xfc\xda\xdc\xec\xc5\x57\x8f\x19\x99\x7a\x9c\x70\xe8\xd5\x69\x10\x1d\x7a\xe1\x8c\xda\x88\xd7\x4e\xeb\xc3\x9e\x3c\x62\xa0\xf8\x8e\xed\xe7\xe6\xb3\x9b\x66\x0f\xb7\xed\x65\x18\x12\x1f\xa2\x63\x67\x94\x25\x1a\x5f\x91\x1d\x8d\xac\x15\xf1\xa6\x13\xfc\x0f\x0f\xec\x6a\xfe\x45\x56\x14\xd7\xd9\xea\x63\x4d\x82\xaa\x5c\xf1\x27\x3b\xbe\xab\xc4\x43\x40\xe1\x9a\xed\xe7\xb5\xcc\xe4\xa1\xfe\x02\x09\xd5\x1f\x8f\x70\xa7\x24\xec\x1b\xf5\xcf\x3d\x0b\x34\xd9\x28\x5f\x07\xf0\x8e\x3d\x0a\x9e\xad\x1f\xde\x4b\xb5\xb1\x46\x72\xef\xef\xcd\xb8\xf8\x8a\x67\xeb\x31\xf2\xe8\x33\x0d\x85\xad\x36\x26\x9a\x76\xa5\x66\x8f\xc7\x0b\xc9\xfe\x25\x75\x9c\x6a\x46\x2f\x68\x9d\xc8\x01\x3d\x00\x12\xac\x33\x72\xf2\x51\x07\x68\x41\x26\xcf\x53\x7a\x26\x59\x9d\xf0\x91\xa4\xc7\x8e\x7e\x21\xb5\x7e\x21\x8d\xca\x07\x4f\x94\xce\x77\xc3\xe5\xab\xa2\xe8\x7e\xcb\x18\x48\xf1\xca\xb8\x7b\xa1\x15\xff\x7b\x0d\x97\x31\xf8\x72\x6f\x34\xea\x22\x57\x18\x53\xf0\xa6\x5f\xb9\x74\xe4\x56\xd3\x70\xb8\x4b\x78\xca\xcc\x29\xe7\x11\xaa\x5b\x2e\x44\xbe\xe6\xdf\xe4\x3b\xcd\x58\x79\xd2\xb6\xbd\xc2\x38\xbb\x9d\x49\xc7\xb8\xcd\xa1\xed\xdb\xf1\xee\xc1\xa8\xf6\x15\x7d\x67\xc3\xf1\x78\xf2\xce\x8c\x07\x3f\xc8\x43\x6a\x05\xfa\x5a\xed\xd5\x13\xf5\x2f\xf0\x44\xa6\x69\x97\x08\x23\xbb\x56\xb3\x65\xc4\x3f\xa6\x69\xee\xdd\xa2\x1c\x86\xf9\x1c\x13\x12\x49\xe1\x3d\x59\xd8\x13\xdd\x23\xee\x11\x6e\x1c\x12\xc3\x3b\x0a\xfb\xf9\x41\x14\x8c\x10\x35\x09\xd4\xcf\xa6\x31\x2b\x08\x9d\x06\x01\x75\x9a\xdb\x6b\x09\x9e\xf4\x9f\x06\xe7\xe7\x81\x7a\x57\x63\xfa\xcc\x77\x5c\x6e\xab\x75\xd3\x08\xc3\xfb\xb5\x77\x77\x74\x12\xd8\xb7\x2b\x32\x23\xed\x05\xaa\x2e\xf4\xb4\x2e\x14\x04\x36\x5a\x74\x3f\x5f\x89\xaa\xae\x5f\x57\xbb\x2c\x2f\xe9\xe3\x08\xc8\xb7\x52\xd3\xd4\xb6\xbb\xd0\x8b\x29\x7e\x0c\x98\x0b\xfd\x07\x3a\x99\xb0\x5f\x7b\xdf\x33\x55\xeb\x70\x55\xcb\x89\x46\x2d\xf0\x1e\x14\x78\xdf\x6c\xcf\x5f\xd1\xc7\x6e\x3e\x4a\x66\xe6\x1b\xf3\x55\x61\xb8\x9f\x7b\xeb\x61\xcb\x84\xe7\xb4\x1c\x9b\xce\xbc\xc0\xec\x1e\x47\x5f\xaa\x36\x15\xd9\x1a\x91\xfa\xb2\x82\x52\xf8\x4a\x09\x4b\xd8\x83\x80\x77\x14\x56\xd6\xc8\xf0\x0e\x15\x91\xf5\x93\xbc\x24\x1b\x6b\xa5\x56\x45\xeb\x45\x99\x86\xe1\x82\x29\x91\x87\xea\xc3\x74\x8a\x5a\x47\xc7\x56\x15\xa0\x34\x94\x99\x90\x6d\x37\xea\x3f\x5d\xb0\x3e\xd8\xa3\x07\x82\x61\x65\x99\xfc\xcd\x6c\x4b\x74\x52\x0a\x95\x6e\x66\x37\x4a\xbe\xc0\x13\xd2\xce\x4b\xf1\x89\x76\x41\x98\x4b\x23\x72\xb5\x8e\xa0\xe9\xe2\xdc\x49\xc4\x6f\x2a\x0c\x18\x6b\x6b\x1a\x51\xff\x69\xe9\xce\x24\x04\xd3\x40\x69\xbe\x5b\x53\x43\xad\x2c\xdb\x00\x1e\x0a\x5e\x2f\x78\xd5\x6a\xed\x3a\xac\xdb\x5d\x48\xfb\x38\x65\xe4\x9d\x69\x80\x8a\xc6\x41\x18\x44\x41\x1c\xd0\xa9\xe9\x38\xe3\x11\x69\xd2\x6b\xf3\xf3\x7e\xbe\xca\x56\x5b\x8c\x04\x62\x95\xab\xdd\x37\x12\x82\xa7\xcb\x80\xc2\x76\x3c\xc3\xe0\x8a\x05\xd3\x7b\x39\x9d\x4e\xb7\x76\x7e\x56\xfa\x67\xbe\xb1\x4a\x20\xc2\x40\xf8\x5a\x61\x52\xa5\x61\xf8\x6e\xde\x17\x9a\x24\x78\xbb\x99\xd9\x34\xb3\xf7\x79\xb9\xe2\x01\x0c\xde\x44\xe3\xaf\xcc\x6e\x3e\x95\xc9\xdf\xaa\x92\xcf\xbe\x51\x53\x20\x68\x53\x53\x0a\xde\xc0\x6f\x7b\xdd\x18\xc9\x7b\xfd\x2b\xfc\x4b\x3a\x5e\x92\xc9\x60\xf6\x01\x3d\xb0\x3b\x19\x50\x18\x7b\xe1\x15\xaa\x89\x81\x2f\x62\x92\x45\x8a\x46\x72\xad\x40\x26\xdd\x27\x69\x7c\xf2\xc9\x54\xed\x0e\xb0\xda\xfe\xed\x58\xad\x60\xd3\x2f\xe5\x34\xb8\x78\xf2\x0b\x5b\xcc\x17\xcb\x20\x0a\x02\x1a\xb5\xd9\x68\xe4\xa1\xfd\x7c\xab\x57\x35\x3a\x52\xcd\x75\xfb\x38\x59\xa7\xe8\xd2\xb5\x9f\x6b\x2a\x98\xf7\xbc\x5c\x5b\x0c\x29\xff\x9e\x3e\x4f\xdc\xc1\x3b\xd8\xd3\xa6\x59\xb9\x13\xdc\x77\x46\xb4\x63\x26\xf7\x2c\xc0\xab\x00\x1e\x90\x23\x74\xdf\x42\x6e\xc0\x3b\x1d\x2f\xbd\x9f\xd7\x07\xb4\x9c\xaa\x3b\x08\xc3\xb1\xd7\xc6\x41\x0a\x39\xfb\x4a\xa9\x5d\x46\xbc\xa0\x0e\xf1\x6e\xde\xea\x1f\x6c\x09\x9b\x30\xbc\xed\x49\x0d\xe4\xb4\x49\xde\xc1\x3e\xed\x08\xa4\xfd\x1c\x15\x7f\xd5\xf0\x52\x87\xc3\xbc\x44\x00\x72\x76\x0a\x98\xca\x7e\x47\x60\x92\x2b\x2d\xc1\xbd\x4b\xb5\x30\x5f\xb1\xc9\x12\xf2\x79\xad\x76\x43\x77\xf0\x9e\xb6\x32\x18\x17\x54\xb9\x15\xd5\xdd\x93\x57\x67\xef\xc9\x6c\x09\xaf\xe8\xf1\x88\x6b\x29\x5e\x05\x7f\xab\x9e\x38\xed\xd2\xdf\xc1\xbf\xd7\xbb\x50\xb7\x2d\x45\x05\xf1\x0e\xde\xc0\x3d\x13\x67\xab\xa6\x21\x2b\xb5\x9f\x3d\x84\x61\x2f\xb6\xe7\xa0\x9a\xcb\x9c\x88\x64\xac\x56\xd2\x0a\x3a\x8d\x25\x5f\x2e\xe2\x3f\xaa\xbd\x1a\x93\x2f\xd9\xf3\xc5\x22\x0c\xe5\x8b\xcf\x16\x8b\xa6\xf9\x6c\xf1\x47\xc6\x98\x84\x32\x0c\xc9\xdd\x20\xac\xdb\x83\xba\x72\x64\x33\x76\xf7\x01\xaa\xf5\xdc\x58\xbc\x08\x9e\x05\x8c\xb1\x43\xb2\x48\x2f\xe8\xc1\x9d\xe4\xba\x08\x13\xcd\x8d\xcd\x9d\x7e\xd2\x34\xe8\xeb\xd2\xd5\xb9\x7a\x33\x8c\x52\xcf\x1b\x4d\xe9\x1f\xb5\x52\x55\x6a\x8c\x33\x55\xff\x6a\xe9\x54\x52\xfa\x78\x70\xfb\xee\x9c\x9e\x5d\x0b\x9e\x7d\x54\xab\x9e\xaa\x4c\x5e\x3e\x11\xb4\xc2\x7a\xa1\x32\xd3\xf2\x3f\x0b\xad\x96\x1e\x34\x6d\xf0\xbc\xdd\xd2\x24\xb9\xd2\x1b\xa7\xea\x41\x4a\x1f\x2b\x96\x9b\x1c\x33\x24\xc8\xc9\xe9\x11\x31\x31\x32\x55\x82\x73\xff\xae\x26\xfa\xdb\xc3\xb0\xad\x4a\x45\x41\x24\x55\x7a\x24\x7b\x78\x87\x48\xc3\xfd\xf6\xed\x81\x20\x23\x3f\xc8\xe3\x11\x69\x2d\x5b\x83\x82\x5e\x1c\xb0\x25\x56\xc9\x32\xd5\x9c\x94\xa8\x8c\x79\x55\xa6\x45\x92\xf5\xb5\xcb\xce\x27\x65\xe9\x99\xe6\x7d\x5c\xd9\xae\xb9\xa8\xd0\x57\x8d\xcf\xbb\xdb\xc2\xc4\xd0\x16\x8e\xdc\x47\xad\x74\x72\x08\x43\x44\x91\x53\x35\xfc\x12\xf7\x4c\x61\x48\x24\xf3\x6f\xe0\xd9\x8f\xfd\x02\x44\x32\xa8\xc0\x2b\x59\x15\xab\x47\x4b\xa5\x7a\xc6\x99\xbb\xb5\x7c\x3b\x84\xe1\x01\x1d\xeb\xb1\x77\x48\xc6\x8a\xe4\x80\xfd\x51\xa5\x4d\x53\x24\xc1\x33\xfc\xe9\x31\x18\x17\xe8\xe4\x53\xb3\xdc\x43\x75\xa5\xc9\x32\xd5\x0e\xf9\x5e\x06\x28\x46\x5d\x1e\x78\x45\xe9\x23\x42\x38\x67\x71\x86\x0c\xc7\x11\xc6\xec\x17\x38\xc2\x48\xc5\x54\x1a\x58\xb9\x0e\xad\x55\xfb\x7b\xe3\x0b\x13\x67\xaa\xf8\x4c\xb5\x08\x4e\xf8\x9a\x4a\x96\x39\x8f\x47\x25\x26\xf4\x75\x2b\x1c\x8c\xd5\xb2\xc6\x4d\x54\xe7\x84\x04\xf0\x4f\x94\xc5\xaf\x22\x25\x21\x74\xf7\xd5\x88\xfc\x26\xaa\x9d\x1a\x92\xd3\xe0\x89\xac\x54\x03\x1c\x8f\xc7\x6e\x3e\x46\x8c\x06\xa0\xda\x3d\x92\x47\x35\xea\xee\xe0\x1d\x62\x23\xc5\xa4\xb7\x3a\x93\x37\xec\xdd\xd8\xec\xfb\x3a\xab\xa5\x5b\x90\x35\x7c\xc9\x60\x39\x66\x6f\x28\x9c\x7a\x5f\x2d\xbc\xf6\x35\xb3\x08\xb3\x37\x94\xc2\x73\x2d\x64\x9a\x26\xf8\xea\xcd\xab\xd7\x01\xae\x25\x4a\x85\x89\xef\x59\x50\x56\x96\x00\x20\x32\xb2\x48\xdf\x95\x3b\x5b\x8f\x88\xdc\xb3\x3b\xdc\x92\x70\x58\xb3\x3b\xad\xd1\x14\x6c\x42\xb6\xec\xce\x2c\x16\x5a\x9b\xba\x87\x89\x0c\xc3\xfb\xa6\x51\x2b\x8f\x69\x52\x89\x8e\xd9\x08\x85\x81\x4b\x34\x6e\x6c\x98\x74\x3f\x91\x3a\x89\x88\xa6\xb9\x57\x7b\x0a\x28\xe2\x9b\x0e\x9a\xd8\x0e\x92\x35\xdc\xc3\xbb\x94\x46\x37\x3e\x9c\xd8\x4e\x2d\x32\xf7\xb0\x4d\xdb\x4c\xd5\x0e\x8b\x5c\xab\xfd\xb4\x11\xc4\x9d\xe5\xa9\x88\xf5\x02\x65\xba\x29\xc2\xab\x37\xba\x8e\x6a\xbd\x82\x22\x5e\x47\x2a\x3b\x8d\xd2\xe3\x15\x92\x52\x95\x13\xe9\xad\x74\x5f\x98\x95\xd4\xad\x76\xb3\x99\xd5\xa9\xf1\x80\x6d\x4c\xa3\xae\xd0\x61\xcd\xee\x87\xdf\xe1\xbe\xf7\x2f\xef\xdf\xfd\xed\x44\xf0\xd6\x93\x2b\x1b\x44\x02\x02\x02\xb4\xe0\xe8\xbd\xf2\x7b\x34\x44\x8d\x6f\x79\xed\x3b\xd6\xbd\xa5\x65\x7c\xed\xb8\x91\xdd\x70\x19\x40\xb0\xaf\x6a\x39\x84\x42\xef\x05\x6b\x75\x99\x1f\x76\xc4\x40\xeb\xa3\x5f\x52\x89\x20\xda\xd6\xd2\xa2\xed\x28\x2d\x34\x17\x1a\x90\x38\x18\x2f\x28\x2b\x90\xa2\x5c\xcf\x11\x01\x66\xce\x44\x88\x93\xd1\x3f\x69\x0a\x43\x74\x68\x54\xb9\x5a\xf2\x67\x76\xe2\x8b\xb1\x54\xbf\x30\x6d\xda\x74\x05\xda\x26\x00\x54\xb8\x3d\x33\xe4\xd2\x19\x2a\x97\x5d\x93\x1a\x1a\xc7\xcc\x5b\xbe\x1d\xe2\x78\x84\x56\xcc\xf6\x70\x5e\x5b\x2a\x6c\x0d\xd3\x7c\xec\x1f\x66\xdd\x89\x6c\xff\xaa\x18\xf1\x1c\xf6\x37\xf1\xb8\x86\x11\x8d\xc7\x42\x38\xf3\x5c\x7d\x93\x85\xd2\xa8\x25\xbb\x32\x80\xc1\x03\xba\x72\x3a\xe7\xbf\x90\x05\xf5\xa8\xfa\x6c\xb2\x6e\xf0\x4b\x87\xcd\xd3\xe6\x0c\xb2\x7f\x14\xe6\xf8\x3b\xf1\xfc\xea\x82\x6b\x72\x53\xb3\xa5\xc6\xc8\xe3\x0b\xaa\x2a\x38\xb8\xdd\xd2\x51\x3b\x6a\x47\xed\x57\x6e\x0c\x22\xaa\x1d\xde\x96\xe5\x38\x2d\xf5\x29\x6f\x7b\x2f\x94\xc2\xbd\xdf\x0d\xa4\xa0\x9f\x76\xaf\x77\x9e\xf4\x82\x49\xa7\x43\x91\x36\x12\x3e\x16\x73\xd3\x41\x78\xa2\xe7\x91\x52\x52\x5d\xe5\x11\xbb\xca\xae\x8d\x31\x18\x73\x2d\x11\xdd\x3a\xab\xac\x65\xd7\x79\x9b\x46\x3a\xff\x43\x39\x28\xa1\xc3\xa2\x88\xfd\x47\x38\x9d\x97\x95\x24\xc1\x75\xb5\x7e\x08\x86\x7c\xc0\x6d\xa8\x89\x23\x87\xb4\xc7\x83\x96\xac\x9e\x1e\x5b\x00\x46\x13\xe3\xb9\xaf\xf9\x61\x5d\xd5\x16\x59\x69\x04\x97\xa3\x97\x10\xb9\xa6\x0a\x8e\x74\x9d\xe3\x8f\xc6\x32\x99\x10\xee\x73\xbc\x29\x8d\x4f\x5f\x6a\xc2\x93\x4f\xb0\x26\x60\x31\x9d\x73\x97\xfb\xad\xf0\xe3\xec\xd1\x9f\xa2\xe5\xa5\xe1\xf3\x9f\xbe\xf9\xfa\x2b\x29\xf7\x66\x93\x65\x56\x7e\xa9\x66\x2f\x1a\x81\x7f\x91\xec\x71\x81\xc0\x01\xcb\xe7\xcf\x3f\x8b\x9e\x2f\xfe\x78\x84\xbf\xcb\xfe\xe1\xce\xfd\x56\x10\x7a\xa6\xb6\x4c\xa2\x66\x93\xc9\xdf\x65\x18\x06\x77\xb9\xdc\x7e\x21\xf8\x9a\x97\x32\xcf\x8a\x3a\xc8\xcb\x27\x7f\x97\xb0\xc7\x17\xd9\xdf\x25\x26\x33\x95\x75\xdb\x0b\x32\x70\x13\x81\x52\xef\xf0\x54\xce\x4d\xa3\x32\x9e\xc8\x8e\x05\xcb\x6a\x16\x1d\x8a\x63\xdf\x05\x95\x49\x53\x3d\xa5\x8e\x23\xcb\x25\xd1\x7e\x6a\x20\xd1\xb2\x25\xf5\x76\x4b\x5d\xd5\x5c\xe8\x73\xf9\xf9\x3e\xab\xeb\xbb\x4a\xac\xd5\x54\xbf\xdf\x0a\xad\x56\xb6\xea\xec\xff\x9f\xbc\x7f\xed\x6e\xe3\x56\xf2\xc5\xe1\xf7\xfc\x14\x54\x9f\x2c\xee\xc6\x08\xea\x48\xd9\xfb\x9c\xfd\x1c\x2a\x08\x47\x96\x69\x5b\xb1\x6e\x91\x64\x27\x0e\x87\xc3\xdd\x22\x41\x09\x51\xb3\x9b\x41\x83\xb2\x15\xb1\xbf\xfb\xb3\x50\xb8\xf6\x8d\x92\xed\x64\xe6\xcc\xfa\xbf\x91\xd8\xdd\xb8\xa3\x50\x28\x14\xaa\x7e\xe5\xbf\x94\xf2\x2a\xf1\x5e\x18\xf1\x55\x27\x34\x67\x88\x5e\x2f\x8f\xaa\xfa\xd1\xa6\x77\xa1\xcb\x22\x2b\xf7\xba\xba\x5e\xb3\x51\xf0\xcb\x8e\x9e\x29\x3a\xdb\x81\x88\xa6\xe3\xf5\x3a\x6c\x7c\x4f\x82\xf2\xd4\x06\x08\x33\x94\xd7\x0f\xd4\x31\x06\xb3\xec\x0e\x6f\xb2\x44\xf6\xd5\xca\x70\x59\x90\x92\x3c\xca\xd2\x24\x8b\x67\xf0\x03\x04\x17\xf8\x05\x47\x50\xf8\xa5\x0f\x9e\xf0\x1b\x4e\x75\x20\x0d\x4d\x6f\xe3\xf4\x46\x45\x18\xc6\xfa\xa4\x0d\x8e\x2e\xb9\x39\x84\xf7\xb5\x14\xa4\xdc\x5f\xaa\xc8\x58\xb9\x16\x5c\x06\x59\xb8\x8b\x75\x4a\xd4\xcf\x42\xf3\x1e\xe7\x9e\x8c\x24\x3f\xfc\x2e\x46\xe6\xd5\x78\xbd\x6e\x4c\xa6\xee\x75\x20\xee\x45\x6e\x4f\x10\x5a\x81\x06\x5f\x50\x83\x79\x92\x97\x92\x7e\x12\x83\xc7\x6b\x96\xc6\xfc\xa1\xef\x5e\x17\xfd\x47\xb8\x01\x2a\x27\x2c\x30\x04\xe2\xac\x6b\xee\x43\xa4\x5c\x11\xcc\xa8\xf2\x10\xe1\xb4\x32\xb6\x66\x44\xa5\xd4\xaa\x7a\xee\xfc\x70\xed\xd8\x0f\xdc\x2c\xa4\xfd\xc6\xb1\xf7\x26\x53\xca\xae\xb9\x77\xe6\x86\xd8\x45\x8d\xca\x05\xde\xeb\xa5\x00\xc3\x88\xb9\xac\x5f\xcd\x9c\xd2\x29\xe4\x4a\x9d\x20\x4a\xea\x2a\x75\x65\xac\x60\x91\xcc\x41\x62\xa5\x03\xc2\x28\x2d\xc3\xaa\xa8\x29\xdf\xa1\x1a\x1e\x9a\x60\x22\xa5\x5b\xae\xb0\x6c\x97\xee\x2d\x08\x40\x14\x30\xbb\x53\xa4\x24\x10\xa2\xee\xb0\x4b\xb7\x54\xf6\xfe\x53\x25\xd1\x17\x9d\xee\x96\x12\x77\x4b\x17\x99\x2d\xef\xe9\x74\xd1\xf8\xfe\xd3\x8e\xfb\x52\xba\xef\xd4\xb5\x7d\xfb\x1f\xd7\xe1\xa0\x2f\x4b\x5d\xcb\x84\x48\xbd\x86\x4b\xce\x67\x88\x51\xd4\x17\x56\x3d\xa1\x09\x61\xda\x38\x58\x56\x7c\x2b\x6d\xc0\x0e\x3a\xc3\xa8\x51\xf5\x2f\x39\x5c\xb8\x3e\xa8\x0a\x9f\x44\x0a\x86\x6e\x30\x1d\x93\x6e\xae\x43\xf9\xcc\xc0\x25\x4d\x99\x6b\x51\x3d\x35\x07\x42\xf0\x7c\x03\xbf\x96\x52\x47\xf0\xbd\x4a\xfb\x43\x80\xb4\x3b\x8f\x9f\x59\x05\xd4\x06\x73\xa3\x47\x7d\xc7\xdd\x37\x09\x0e\xd5\x33\xce\xf9\xb4\x4f\x25\x63\x2f\x50\x94\xa5\x61\x20\x17\x55\x57\x9f\xaf\xca\x2c\x4e\x18\xc3\x46\x63\xc1\x8e\x69\xaf\x97\x85\x1e\x1b\x52\xe7\xbe\x7f\xec\xfe\x03\x36\x40\xf5\x28\x07\x24\x05\x0d\x64\x09\x57\x46\x48\xb9\x70\x23\x5d\xab\x68\x9d\x02\xbf\x16\x64\x34\xc6\x1f\x04\xf9\x36\x24\xe8\x3f\x06\xe1\x80\xf4\xd6\xdf\xa0\xf5\x7f\x0c\x94\xc5\xa4\x47\xb7\xf2\x14\xb3\xec\x07\x53\x7d\x19\xaa\xae\xb7\x97\xe6\x6e\xb4\x1e\xde\xe3\xb5\x50\x96\xd3\x70\xa6\x52\x9e\x06\xdb\xc1\x44\x69\xc0\x4b\x62\x33\x05\x4b\x13\xda\x48\x3f\xb2\x0e\xb8\x01\x5f\x06\xb8\xe4\xd6\x51\x09\x82\x05\x6a\x69\x11\x41\xca\x5e\x2f\xfc\x60\x0c\xb0\xe4\xd0\xa3\x41\xb0\xe2\x49\x50\xc7\x5f\x10\x5a\xc3\x0d\x77\x16\xe2\x6b\xef\x2c\x5c\x9d\xfa\x66\x21\x90\xff\x95\x9b\x6f\xbe\x5e\x07\xaa\x17\x60\xbc\x5e\x32\x63\x31\x97\x7b\xa6\xf9\x66\x44\xc9\x22\xac\xbc\x41\x83\xca\x8b\x50\x4a\xbb\xa5\x37\x38\x1f\x88\x51\x3e\x26\xf2\x8f\xbd\x98\xf8\xa0\x2e\x26\xb6\x19\xea\x57\xc6\x09\xc6\xc7\xbb\xff\x30\xe3\x65\xae\x2c\x74\x4a\xb0\x53\x64\x20\x00\x38\xbd\x98\x5e\x77\xca\x3e\x61\x4c\xea\x57\xbe\xb1\x33\x57\x65\xdb\x41\xf7\x63\x9c\x77\xd3\x4c\x74\x25\x01\xc9\x11\xc3\xf1\x68\x77\x5c\xe0\xf2\x68\x10\x75\x58\x06\xf4\x6f\x36\xc6\xf2\x4f\x09\xf9\x97\x58\xa7\xcc\x02\xa7\x0d\x28\xa8\x96\xb7\x64\x03\xf0\x7e\x72\x10\x18\x21\x43\x7d\x28\x2e\x03\x1b\x4f\xe8\x7c\x79\xbc\x79\x65\x28\x25\x01\xaf\xf2\xdb\x90\x21\x08\xe8\xb6\x00\x78\xf2\x2c\x8c\xe1\xcc\x15\x93\xcc\xc5\x5f\x30\x2c\x08\x0c\xc4\xd5\xfd\xe5\x9b\x2b\x80\xb2\x80\xb6\x92\x30\xfc\x59\x90\x34\x62\x8b\xa5\x3a\x6b\x01\x25\x35\x24\x0c\x25\xd5\xc9\x23\x02\xf2\x82\xf0\x07\xdf\x4b\x62\xfb\xe1\xfb\x6f\xd5\x3f\xff\x21\xc0\xdf\x11\x42\x7e\x16\xde\x31\xc1\xde\x84\x69\xd3\x10\x28\xa2\x59\x49\x51\x47\x4f\x1c\x8c\xc6\xfd\xb0\xd1\xe5\x5a\x1b\x66\x48\xfe\x2c\xd6\xeb\xb0\xa9\x97\x83\x30\x64\x24\x7c\x76\x3f\x51\xf5\xa2\xf7\x3a\xce\xa9\x7c\x0d\x37\xbb\xa9\x35\xe6\xd6\x66\x4f\x75\x1e\xc7\x10\xea\x0b\x02\x68\x97\x5b\xbc\xd7\x1b\x8d\x71\x98\x91\x2b\x65\x1b\x41\x11\x1a\x8c\x44\xa5\x86\x6c\xb4\x37\x46\xe3\x7e\x98\x91\x8f\x0a\x7c\x56\xe0\x18\x66\x36\xb6\x41\xde\x26\x61\x8c\x1c\x1f\x9e\x44\x0b\xca\x6f\x68\x38\x1a\xe3\xcc\x3f\x89\x21\xe4\x2c\x52\xb4\xa2\x00\x84\xa5\x56\x2c\x14\x1c\x2b\x84\xed\x9c\x50\xdf\x13\xdf\x05\x67\x50\x6e\x5d\x29\xb9\x17\xa1\x09\x4a\x2c\x0f\xdd\xf2\x8c\xae\x9e\x76\xb1\x7c\x06\xdb\xe2\xb2\x8d\x4c\x5f\x34\x00\xc7\x0a\x15\x88\xf4\xfc\xec\xf2\x4a\xae\x33\x83\x09\xb3\xdb\xeb\x35\x68\x5c\xd8\x7a\x5d\x55\xba\x28\xab\x2b\xad\x0e\x45\x15\x78\x5e\x8a\x1e\x33\xb7\x0c\x71\x1c\xc9\xd4\x61\x3a\x90\xdb\xe5\x8c\xdd\xff\x60\x21\xce\x42\x8f\x04\x01\xe2\x60\xae\x10\xeb\xe1\xe0\x6c\xd6\x2e\xef\xf5\xca\xaa\xa1\xb8\x76\x38\x2e\x81\x10\x66\xeb\xb5\xa7\x60\x07\xb9\x59\x60\x3a\x06\x64\x6e\xad\xa4\xb0\x9a\x32\x77\x19\x8e\x9d\x1a\x0f\x57\x74\x80\xbe\x36\xb1\xa4\x67\xc4\xee\x5a\xac\x1e\x72\xb0\x0a\xa9\x58\x3e\xf4\xc3\x1e\x45\x51\xc3\x51\x5d\xa3\x09\xce\x9a\xb2\x4e\xa2\x1b\x4e\x97\xa1\x85\xba\xf4\x4f\x9f\x46\x2f\x03\xdb\x87\x8a\x3a\xa2\x67\x55\xf6\x57\x1d\xc7\xc1\x11\xe4\x0c\x7e\xb6\xc3\xf2\xd8\xdb\x12\x17\xcf\x58\x07\x10\x84\x50\xea\x92\x69\xe2\x39\x79\x2c\x3a\x81\x94\xd5\xd9\x54\x6e\x58\x89\x0b\xbe\xe7\xc5\x82\x37\xa1\xf2\x03\x84\x73\x62\xa2\xc0\x87\x0a\x8d\x56\x17\x0d\x6a\x53\xbc\x72\x2f\x12\x08\x9d\x87\xc3\x52\x0c\xc3\x64\xbd\x0e\xe6\xec\x13\x9d\xc1\x83\xba\x92\x5f\xf9\xbb\xef\x4a\x64\xe0\xf9\x38\x08\x63\x12\xa6\x64\x6a\x1b\x11\x22\x04\x71\xef\x99\xe4\x17\x74\x2e\x50\xbf\x1c\x3d\x37\x43\xeb\xf5\x2e\x66\xfe\xab\x95\x0a\x77\xac\x10\x91\x43\x41\x6c\x24\x04\x5e\x82\xc6\x95\x8b\x5c\x83\x12\x43\x68\xfd\x5e\x2f\x9c\xcb\xff\xea\x69\x27\x97\x7f\xb7\x63\x97\x44\xd6\x0e\x69\xe4\x0f\xfd\xbc\x93\xc3\x3f\xb9\x71\x06\xab\x5c\x72\x5a\x79\x04\x1f\xc8\x93\x3d\x4b\x6f\x4c\xbd\x73\xd4\x9f\xc2\xf0\xcc\x55\x28\x25\x4f\xeb\x98\x55\xe7\x12\x0e\x2e\x6d\x18\x23\x4e\xac\x06\x25\x5c\x93\x3e\x0d\x48\x57\x95\x1a\x59\x5a\x31\x58\xa9\x02\x69\xa9\x50\x61\x35\x54\xc0\x10\xd2\x41\xda\xa6\xe5\x19\x00\xd3\x6f\x89\x62\x28\x85\xd9\xb2\xae\xd3\xf7\x53\xc4\x8f\x22\x5b\xf6\x61\x4c\xb7\x79\xb4\x8c\x6f\xe8\x07\xd5\x28\x2c\x47\xae\xaf\xc6\x51\x7f\xf9\x45\x7d\x29\x50\x1f\x32\xed\xaa\x24\xbb\x85\xf1\xd5\xc7\xcb\x86\xd8\xf7\x6c\x6e\xd5\xa4\x06\x94\xd3\xef\x1d\x66\xa4\x5c\x98\x14\xd6\x1c\x31\x2a\xba\x4d\xfd\x35\x82\x36\xf4\xd5\xdd\x92\xea\xb8\x79\x76\x4d\xd4\x06\x01\x53\xf9\x06\x3e\x9f\x83\x86\x70\xbd\xe6\xd1\x4c\x7f\xd4\x1b\xd6\xbe\x42\xd4\x25\x84\x83\x4c\xb0\x5e\xab\xdf\x95\x54\x80\xc7\x60\x97\x6a\xc3\xaa\x56\xaa\x5e\x0f\x65\x49\x1e\xaf\x55\x3c\x95\x1a\xe4\x7f\xc8\x80\x03\xd8\x86\xc3\xf2\xaa\x05\x29\xbf\xca\x96\x36\x3c\x39\xc2\x4c\x4d\x52\x35\xd1\x31\x9d\x0b\x97\xca\x5c\x9d\xb8\xf9\xde\x61\xf0\xd7\x0e\xb1\x8a\x39\x75\x25\x39\x34\x20\xfd\xbb\xf9\xdf\x51\x35\x54\x93\x42\x18\x4e\xe5\x97\x57\x60\x7f\x28\x9f\xe9\x2f\x52\x56\x92\x97\x26\x43\x8e\xfc\x73\x06\xd5\xcf\x63\x55\xe7\xeb\x75\x4a\x8b\x32\x0a\xae\x0d\xbc\xd6\x0f\x3c\x4a\x0e\xb0\x0d\xd4\xa6\xde\x6b\xda\x6f\x71\x19\x2c\x25\x91\xfb\x40\xa7\x06\x5f\x9b\x6e\x08\x8a\x09\x37\x41\xb2\xa4\x4c\xd2\xf8\x7d\x48\xd1\x20\x23\xb4\xff\x7f\xab\x24\x90\x11\xea\xaf\x50\x3f\xfc\xaf\xbd\xb1\x1f\x64\x23\x31\xee\xd3\x51\x3a\xee\x64\x83\xcc\xc6\x9b\x0b\xf9\x20\xf3\x97\x6a\x9f\x61\x3e\x60\xfd\xcc\x5f\xd8\x08\xb2\x11\x56\x00\x5a\x70\x8d\x97\x55\xc0\x8e\xe5\x76\x0d\x7b\xc6\xe6\xa0\xbf\x10\xda\x75\xc9\x3e\xd1\xe4\xdc\x44\xc3\xf5\x6f\xc1\x4a\x01\x80\x4d\x98\x72\x81\xb0\x09\x27\xcf\x91\x3a\x2c\xb8\x6d\x65\x24\xc6\x10\x76\xb5\xcf\x0b\xe4\x4d\xa4\x8e\xf0\x6d\x23\x12\x03\x7d\xf7\x75\x60\x95\x3a\xb8\xb0\xca\x64\xa3\xb4\x82\x48\x1f\x6c\x53\xa3\x94\xe9\x0b\x1c\x04\xfd\x20\x5b\x09\x78\x5d\x54\xd0\x6a\x61\x76\x53\x6f\x76\x9d\x1a\x99\x54\xc7\x4d\x0a\xe8\x1e\x82\xb3\x95\xe8\x99\xdc\x9b\xf9\x7a\x1d\xc2\x55\x3d\x5b\xaf\xb7\xd4\xd9\xc8\x44\x78\xeb\x9b\x80\xbc\x56\x14\xad\x12\x0e\x40\x28\x18\xc2\x31\x3b\x8d\x14\x43\xc1\x32\xc5\x6d\xd2\xaa\x17\x68\x20\x46\xb6\x9f\xe3\xbe\xb0\xcc\xaa\xca\xb5\x46\xc1\x14\x18\x27\x24\xfb\xbf\x20\xd5\x18\x1a\x1c\x84\x19\xa9\xa5\xc7\x36\x64\x9a\x00\x66\x08\xa7\xcf\x2c\x49\x64\x7e\x9c\x95\x9e\x4c\x02\x13\xaa\x58\x25\x28\x3f\xb9\xca\x91\xf1\x45\x91\xe3\x33\x50\x2b\x5d\xf6\x39\x47\x36\xf4\xa2\x42\x91\xc8\x51\x21\x0f\x0c\x03\xd6\x37\xc6\x42\x70\x4f\x68\x89\x23\xb8\x4e\x56\xbc\x0b\x6e\xbf\x5d\xed\x0b\xdc\x35\x4e\xc0\x5d\x4e\x73\xf6\x07\xed\xaa\x56\x76\xa7\x09\x9b\xde\x75\x67\xd7\x89\xfa\xb1\xc8\x56\x39\x9d\x65\x1f\x53\xf5\x6b\xb5\x54\xff\xe5\x21\x44\xfd\xca\xee\x29\xd7\xbf\x56\x42\xfd\xa0\xa9\x30\xef\x12\x1a\xdf\xd3\xae\x52\xaa\x76\x95\xb7\x66\x57\x79\x79\x76\xef\xe8\x03\x94\x7b\x47\x1f\x96\x9c\xe6\xb9\xfc\xb1\x5a\x76\xb5\x3d\xfc\x82\xa6\xab\xc0\xb3\xfc\x78\x52\xc8\xf5\xee\xb7\x6b\x78\x93\xbb\x03\x27\xf9\x2a\xed\x15\xe6\xfa\x4e\xcf\x5c\xa5\x37\x78\x7c\xdf\xca\xae\x6d\xf0\xf7\x76\x7d\x95\xeb\xd3\x75\x37\x14\x80\x68\x50\x2d\xee\x9a\xf9\x6a\xbc\xf2\x8d\xbc\x69\x1e\xd5\xee\xe7\x98\xc3\xe5\x5d\x2d\x4b\x25\xc3\x7c\x6e\x73\xa0\x02\x1b\x4c\x87\x27\x02\x41\x28\xf9\x5f\x07\x74\x58\xa5\x2d\xb9\x6c\x1e\xb9\x0d\xd7\xc0\xa6\xbc\xea\x83\x7f\xfb\xb7\x40\x8f\xa5\x7c\x21\x30\x18\x58\xff\x5b\x80\xb9\x1e\x82\x25\xcf\x3e\x3d\x34\x3b\xaa\x62\x70\xc6\xad\xab\xbe\xe0\x48\x4f\x47\x62\xac\x63\x25\x70\x29\x13\x7b\xa1\x13\x49\xa6\x04\x54\x77\xd0\xfb\x0e\xe1\x90\x35\xa8\x79\xa8\x39\x9e\x69\x27\xef\xd4\xf8\x16\x54\x4b\x00\x98\xbc\xe8\x66\xc5\x66\x84\xfa\xff\xd6\xeb\x09\xfc\xdf\xde\xc6\x4c\x4a\xc0\xb7\x59\x32\xbb\xa0\xf1\xec\xa1\x8c\x01\x03\x50\xb8\xf1\xec\xe1\xe7\x98\x89\xed\xed\xbe\x7e\x82\xe0\x14\x60\x83\x00\xfe\x8e\xa4\xe4\xfd\x68\x94\x20\x3f\x5e\x9e\x9d\x12\xcf\x83\x66\x62\x9d\x32\xc9\x1d\xe4\x7d\xa5\x2b\x22\x0b\x78\x54\xa0\x19\xe4\x1e\x4f\xa2\x69\xbc\xa0\xc9\x61\x9c\x53\xf2\x1a\x4f\x94\x26\xfa\x1a\xf2\x7f\xb4\x2e\xe6\x90\xe5\x74\xb5\xa0\x9c\x4d\x1b\xa2\x58\xa8\x5c\xee\xba\x39\x74\xf0\x5e\x44\xf8\x96\xc9\x44\xca\x72\x5b\x2c\x3f\x8d\x4f\x43\xea\x87\x50\xa7\x08\x15\x38\x30\x25\xbb\x49\x9c\xd1\x39\x4b\x69\xaf\xa7\xfe\x47\xf1\x62\x66\x7e\x87\x81\xf2\x6d\x09\xf0\x68\xdc\x10\x73\x7c\xa2\x25\xfd\xb7\x82\xd0\xe8\xb7\x9f\x64\x4a\xfc\x93\xfc\xfd\x8d\x8b\x10\x93\x66\x87\x59\x3a\x4f\xd8\x54\x90\xa6\x83\x68\xf4\x8d\x14\x8c\xe0\x60\xf8\x0d\xf9\x49\x40\x90\x0d\x53\x96\xfd\xa2\x1f\xdf\x0a\x84\x27\x05\x28\x8e\xec\x3b\x99\x6d\x22\x5f\xa3\x1a\xac\xba\x5c\x1b\x9d\x45\xcc\xd2\x43\xc5\xa7\x48\x79\x47\xb2\x87\x59\x67\xfb\x99\x29\xde\xa4\xf6\x46\x8a\x73\x92\x8e\xe2\x71\x27\x07\x94\x95\x74\x14\x6f\x93\xe0\x5b\x05\xc2\x3a\x56\xfd\x5e\x01\xf6\x13\xc8\x41\xe6\xe2\x6a\x65\x28\x7f\xd5\x51\x5f\x89\x3c\x05\xae\xd7\xe5\x45\xa5\xae\x8c\x04\xe0\xd8\x0c\x95\x23\xfe\x61\xb6\x4a\x66\xa0\xd8\x9c\xb3\x74\xd6\x5d\x64\xb3\x55\x42\x35\xbe\x1d\xa7\xbf\xaf\x18\xa7\xb3\xee\xf5\x83\x72\xd2\xef\x3f\x27\x23\x2a\xa0\x3b\x36\x8e\x5c\x42\xf2\x68\x46\x97\x39\x9e\x92\x3c\x32\xea\x77\x3c\x27\xb2\x2c\xe5\xe4\x9b\x58\xad\xdf\x8c\xec\xee\xcf\xbe\x37\xcf\xfb\xb3\xed\x6d\x14\xd0\x4f\xcb\x8c\x8b\x1c\x4e\xd7\xa3\xd9\x78\x30\x1f\xcd\xc6\x64\xd5\x0f\x74\xeb\xca\xef\x45\x1f\xfe\x65\xa1\x7c\x85\x63\x2b\x17\x4c\x7d\x25\xcc\x1c\xe1\x55\x11\x48\xc6\x26\x89\x6d\xe6\x28\xf2\x23\x2c\x9c\x5e\xcf\xfb\xe6\x1c\x24\x94\x3d\x7e\xaf\x17\x8c\x94\xbe\xca\xbc\x19\xcb\x16\x3c\x16\x91\xc8\x94\x1b\x9c\x62\x1b\xfa\x23\x5a\xaf\x43\x1d\xc4\x6f\x28\x57\x8d\xf7\x13\xee\x5f\x9c\x78\xaa\x6e\x84\xcb\xaf\xa2\xc9\x24\xc9\xe2\x19\xe5\x83\x30\x25\xca\x3e\x49\x2b\x05\x43\x05\xd0\xc2\x1a\xdf\xd2\x46\x55\x1e\x23\x8f\x45\x87\x0f\x42\x06\xb3\x41\x04\x66\x76\x36\x08\x47\x7d\xf3\x7e\x34\xf6\x3f\x08\x84\x41\x46\x67\x05\x0e\x1b\xd1\xb5\x32\xbd\xbf\x48\xde\xa8\xe5\x6e\x22\x30\xdc\x62\x36\x25\x7f\xa1\x44\xbc\x50\x16\x8a\xd6\x6b\xef\x71\xdb\x11\x79\x81\x45\x34\xa1\xf1\xdd\x44\x6e\x9e\x24\xc5\x6e\x1c\xc8\xa3\x9a\x97\x3e\xc5\x7a\xfa\xfb\x02\x73\x7a\xc3\x72\xc1\x1f\xfa\x69\x81\xfa\x21\xf5\x86\x2d\x52\xa9\xb1\xf0\xdf\xe9\x8c\xa8\x08\x11\xa6\x61\xf0\xef\x54\x4e\xc6\xb7\x3b\x10\x3b\x22\x8d\x93\xfc\xdb\x6b\x9e\x7d\xcc\x29\xdf\xa1\xe9\x3d\xe3\x59\x2a\x99\xbf\x6e\x1a\x1e\x59\x6a\x1c\x97\xee\xeb\x82\x55\x4e\xbb\x92\x13\x4e\x45\xd0\xd1\x53\xa2\xea\xd6\x01\x5f\x1f\xe4\x3e\x38\x99\xd0\xfc\x04\xd6\x49\x80\x1f\x95\x13\xfa\xd6\x6e\x81\x30\x95\xa3\xf5\xf2\xec\x84\x50\xc9\xcb\x19\xa7\xf3\xec\x13\xfc\x3e\xbc\xe5\xd9\x42\x9e\xd4\x56\x39\xe5\x07\x37\x34\x95\x4c\xee\x96\xe5\x22\x03\x16\x64\x74\xcc\x84\x46\x1f\x35\xcb\x07\xd2\x51\x6a\x10\x52\xd3\xab\xe6\x34\x99\x5b\xa8\x68\xf5\x20\xff\x46\xaa\xc1\x84\x68\x62\x6a\xa6\xff\x9f\xf5\xda\x80\x1c\x5e\x4c\x7f\x42\x88\xf9\x54\xab\xd0\x48\xc1\xb6\x52\xf7\x02\x8a\x31\x8f\xc4\xff\x52\x2b\xc5\x74\xd3\x96\xe2\x5e\x40\x29\x76\x18\xfc\x2f\xb5\x52\xf4\xb0\xd9\x42\xec\x33\x94\x61\x06\xd5\x7b\x5f\x2b\x21\x8d\xef\xd9\x4d\x2c\x32\x6e\xcb\xf0\xde\x40\x29\xf6\x99\x94\xbe\xd5\xc4\x17\xfb\xcd\x4d\x6c\xc7\x12\x81\xe8\x68\x70\x9f\x81\x2c\x13\xbc\x0e\x3b\x76\x82\x79\x47\x63\xd4\x0c\x4a\x5d\x37\xa9\xec\x50\xa4\x4a\xc5\x6f\xd2\xe9\x4e\x99\x64\xa6\xb7\x0c\x52\x65\x26\x55\x43\xb3\xfa\xc1\xf1\x43\xfa\xa9\x1b\x82\xc0\x9d\xcd\x28\x0a\x3a\x3e\x35\x66\x1d\xb5\x69\x6d\x6d\x49\x89\xcc\xac\x66\x1e\x4d\x81\x70\x15\xcc\xa2\xa4\xff\x18\x75\x3c\x7a\x8e\x21\x57\xae\x72\x35\xd1\xda\x51\x9a\x8b\x38\x49\x34\x5a\x5b\xc7\x5f\x16\x79\xd1\xb2\x6a\x25\x49\x66\x09\xad\xaf\x54\x6c\x12\xcf\xe8\xf5\xea\xc6\x7f\x5c\x72\x3a\x8d\x05\x9d\xed\xcc\x69\x2c\x56\x9c\xe6\x95\x73\x3a\xb8\xf9\x7e\xe5\xca\x36\x3c\xd1\x5b\x99\x69\x87\x47\xc7\x67\xaf\x5f\x0f\x2f\xe0\xd2\xe4\x31\xc9\x6e\x6a\xd7\xcf\x46\xd8\xa2\x44\xf7\x0b\x45\x49\x76\xa3\x37\x31\xea\xc5\x32\x2a\xf0\xc7\x98\xd7\x40\x8c\x9a\xf2\xcb\x74\x8d\x05\x28\xdb\xf3\x67\x94\x00\x09\x1b\x8b\x60\xe9\x3c\x7b\x4e\x09\x32\x5d\x63\x01\x30\x37\xb5\x12\xb0\x55\x4b\xe9\x12\x22\x48\x37\x08\x85\x2b\x12\xde\x98\xdd\xdd\x0f\xf2\xf4\xac\x7a\xe3\x3c\xa7\x65\x1b\x83\xb6\xa6\xab\x94\x4d\x85\x68\x69\x94\x91\xb4\xe3\xe6\x9b\x6d\xa0\x53\x11\xb3\x94\xf2\x0d\x94\xea\x25\x07\xb5\x6b\xe3\x97\x95\x60\x49\x3b\x75\x2f\xb3\xe4\x61\xce\x92\xa4\x4e\xd3\x4a\x95\xf6\xb5\x74\xbd\xe4\xec\x3e\x16\xec\x0f\xda\x14\xf8\x6e\xb4\x3b\xc6\x29\x79\x18\x89\xb1\x72\xe3\x31\xa7\x32\xc3\x94\xcc\xa9\xbd\x1f\x20\x9c\x11\x26\x93\xc7\x84\x8d\xf6\xac\xba\x5e\x66\x25\xe1\x2e\xe6\x2a\xa4\x53\x8a\xc2\x6c\x3b\xe8\x07\xdb\xf1\x76\xb0\x13\x6c\x5f\x4b\xa2\x8d\x5e\x1d\x1c\x5e\x9d\x5d\x7c\x98\xbc\x3a\xbb\x20\x34\x3a\x34\xc3\x4a\x68\x74\xa1\x05\x02\x7f\xd1\x65\xfe\xd1\xcf\x4a\xde\x54\x1f\x36\x8d\xc4\x05\x08\xfe\x20\x84\x69\x3c\x6e\x5d\x90\x46\x17\x82\xc9\x20\x42\xfd\x57\x56\x59\xea\x83\x32\xff\x81\x06\xcf\x18\x14\x1d\xf3\x07\x14\x0a\xf5\x41\xdb\x6f\xa9\xa4\xf3\x58\xee\x9a\x0f\x27\x71\x1a\xdf\x50\x7e\xd8\x96\xb1\x21\x59\xa9\x18\x96\xbf\xa4\xb9\xe0\xd9\x03\x9d\x91\xad\xbd\xca\x3b\x96\xde\x90\xad\xbd\x42\x87\xe6\x54\x6e\xc3\x3e\x0a\x50\x1a\x25\x59\x76\xb7\x5a\x56\xce\xdc\xfa\xb6\xc1\x2f\x5b\x5b\x99\xf9\x72\x7f\x9c\x5a\x3b\x88\xee\xbf\x74\x41\xff\xea\xc6\x73\x41\x79\x57\xdc\xd2\x2e\x0c\x4e\xf7\x36\xce\xbb\xd7\x94\xa6\xdd\x99\x29\xca\x29\xe9\x56\xda\x6e\xda\x1f\xe2\x28\xcd\xf8\x02\x40\x93\x00\xa2\x1a\x15\x38\x8d\x74\xd6\x92\xc5\x6d\xbd\x9f\xbb\x58\x5b\x79\xcb\x2c\x73\x96\x42\x21\x2f\xeb\x59\x6f\x0d\x1e\x7a\x6d\xf8\x76\x65\x4e\x40\x11\x2b\x9b\x34\x55\x12\xae\xd7\xa1\x77\x49\x15\xea\x5a\xb1\x2e\x17\x35\x22\xf4\x69\xcb\x30\xb9\x12\x6c\x1c\xc8\x86\xa9\x1d\x89\x31\xc4\xf4\xb1\x69\xa6\xf6\xad\x19\x85\x5e\xcf\xfe\x0c\x11\x2a\x9e\x1a\x42\x04\xc3\x01\x73\x71\x94\xca\xd5\x2d\xa5\x82\x76\x36\xa7\x70\x2f\xcf\x7e\x3e\x1d\x5e\x8c\x3d\x00\x3c\x4c\x61\x50\x55\x83\x5f\x65\xbc\x4e\x30\x6d\x4b\xe7\x73\x68\xc8\x95\xff\x4c\x3a\xf2\x42\xa3\x37\x76\x5e\xc1\xe1\xe9\xc8\x41\x60\xe4\x6c\x31\x5c\xdd\x79\xcc\xe6\x54\xd6\x5d\x00\x46\x73\x0c\xd4\xac\xa2\xa7\x18\xae\x65\xe1\xce\xa9\x64\x3b\x45\x88\x7c\xe0\x21\x4f\xe3\xa6\xa2\x48\xba\x62\x6f\xa8\xc6\x33\x09\x05\x0e\x72\x96\xde\x24\x54\x80\x23\x8d\xcd\x9e\x3f\x3b\x3b\x93\x02\x51\x2a\x58\x2c\xa8\x5f\xc0\xca\x9e\xef\x6a\xa7\x48\x23\x27\xc2\x50\x70\x37\x14\xbc\x34\x14\xa9\x5f\x63\x7d\x1c\x84\x43\x8b\x95\xad\xe3\x91\xed\x86\x8b\x46\xa7\x28\x35\x2d\xab\x23\xec\x5d\x0b\x2b\xaa\xb6\xcf\x15\x40\xa7\x44\x77\xa1\xe3\xd3\x92\xc9\x2e\x5f\x36\x9a\x02\x10\xb9\x31\xd8\x21\xe9\x78\x23\xe8\xb5\x51\x7b\x7b\xa7\xbd\x9e\x9a\xa7\x5e\x4f\x0d\x78\xa1\xe3\x24\xea\x6b\x01\x6f\x8d\x12\x66\x0e\xd2\x0e\x71\xad\xc4\x6d\x7a\xbd\x06\x3d\x56\xe6\x96\x68\xe6\x96\x28\xce\x8a\xe7\xb5\x1e\x33\xbf\xd1\x7e\x5f\x52\xf0\xbf\x56\x51\xd5\x55\x17\xea\x7d\x30\xe3\xec\x1a\xfe\xb5\x63\xe6\x8d\xd7\x56\xb9\xb2\xb2\x3a\xe9\xb3\xba\xa3\xfa\x91\x6a\x54\x62\x66\xaa\x58\xaf\x55\x0d\x4d\xfd\x49\xe2\x3c\xef\xd4\x59\x87\x55\x3b\xa9\x0e\x77\x35\xf3\x08\xa0\x88\x54\x29\xc6\xdd\x0a\x49\x2a\x61\xaa\x5b\x98\x6f\x89\x78\x6b\xf2\x8a\xb7\x46\xb4\x87\x60\x28\x50\x85\xde\x1f\x8d\x98\x21\xdb\xba\x08\x29\x60\x3a\x0a\x8f\x8c\x9a\x2b\x26\x19\xce\xbc\xe6\x4e\xeb\x03\xab\x79\x77\xde\xa9\x38\x54\xfb\xdf\x60\xc1\x1b\x7d\x1b\x23\xbb\xfb\xec\x7b\x61\x03\xed\x6e\x6f\x1b\x42\x07\x70\xc8\x9c\x64\x60\xf4\x2b\x45\x3c\x9c\x90\x4c\x41\xb1\xce\x19\xe5\x78\x2a\x9f\x80\x51\x74\xd2\x51\x3e\x26\xd3\x81\x64\x30\x09\x7e\x54\x2f\xfb\xd3\x02\xf5\xe1\x0d\x92\x82\x59\xfe\xf2\x21\x8d\x17\x6c\x2a\x39\xaa\x7b\x22\x5b\x31\xa4\xf0\x27\x61\x5e\xde\x11\xcd\x60\xe2\xb4\x24\x09\x7a\xd6\x1a\xcd\x64\xf6\xe8\x3a\x6c\x2e\xb1\x6c\xb5\xfd\xad\x3d\x1b\xe3\xd9\x21\xa0\xf5\x7a\x53\x1d\xad\xcd\x0b\xb5\xa5\x5e\x42\xa0\xe9\x14\xc8\x4e\xb2\xda\xab\x87\x25\xb5\xfb\x64\x1e\xa6\x48\xbd\xf6\x5e\x49\x22\xb5\x3d\x9a\x49\xf9\xc0\x0c\xb8\x30\x1c\x04\x73\xa3\x8e\xbb\xa3\x0f\x32\x07\x4e\xc9\xee\x7e\xea\xa2\xa4\xa6\x66\x2e\x18\x11\x23\x3e\x4a\xc7\xe3\x0e\x73\xcc\x83\x39\xe6\xe1\x0d\xde\xad\xb6\xd4\x6f\x16\x14\xb5\xc2\xef\x79\x52\xa5\xd2\xd3\xf9\xb2\xb2\x3a\xbf\x2f\x81\x68\x7f\xa6\xf1\xdd\x49\xbc\xec\x94\x25\xeb\x25\xa4\x58\xb4\x4b\xcf\x8a\x99\x2b\x29\xd8\xc9\xe0\xbe\xbc\x4c\xb5\x2c\xa1\xd2\xc8\x65\x4d\x84\x96\x85\x57\x49\x02\xd7\x18\xfa\xa3\xdd\xc3\x67\xf0\x36\xc5\xda\xf0\x61\x46\xaf\xb4\x72\xd5\x82\xa7\x83\x8c\xe1\x16\x80\x7e\xbd\x74\x61\x3c\x94\x48\x68\x68\xae\x26\x02\x73\xab\xaf\x6d\xb8\x13\x72\x42\x4d\xb5\x7e\x83\x7b\x59\x6a\x53\xb9\xf3\x8e\x59\x2c\xe2\x3b\x9b\x28\x74\xbd\x2f\xf7\x5d\x3b\x27\x96\x4a\x2c\x30\xd7\xfc\x9c\x54\xac\xa7\x2a\x55\x3d\x4f\xca\x52\x8c\x52\x7e\x51\x7c\x7a\x4a\xf3\x67\xc8\x59\xdd\xf0\x21\x5b\x75\x63\x21\xe8\x62\x29\xe8\xac\x2b\x32\x53\x52\xb0\x5d\xea\xc1\x76\x80\xca\x32\x99\xc7\xb4\xfc\x5d\xdd\x85\x4a\xaf\x74\xa3\x69\xf2\xe5\xc1\x30\xf5\x4b\xe2\x24\xc3\x69\x89\xeb\x54\x69\x20\x53\xd3\x1d\x13\x5e\xe2\xcd\x14\xa0\x00\xc2\x5d\xcc\xe4\x19\x9e\xdd\xa4\x08\xa0\xd6\xb0\x1c\xf9\x2d\x37\x2b\x7a\xc0\xeb\xc3\xf8\x2a\x66\x49\xa9\xfb\x71\x6a\xc7\xb1\x9b\xcd\xbb\x7f\xd3\xc3\x51\x6e\xff\x76\xf0\xb7\xa8\x7b\x92\xe5\xa2\x9b\xb0\x3b\x9a\x3c\x40\xae\x85\x62\xbc\xc9\x83\xbe\xfb\x9a\x75\xa1\xea\x6e\xc6\x55\xa1\x0a\x13\x59\x5f\xa5\x28\xad\x40\x14\xa0\x4e\x83\xcc\xe1\xb5\x7b\xc2\x52\x26\x5e\xa9\xf5\x3f\x68\x79\xaf\x8e\x28\xfd\xd2\xa0\xd8\xdf\x0a\xdd\xa2\x3a\x40\x31\x42\x38\xdc\xc5\xca\xd2\x4e\x92\x08\x0a\x63\x6f\x55\x6b\x23\xe2\x9c\xd4\x46\x30\x74\xb7\x2e\x6a\x39\xea\xb5\x88\x73\x25\x3e\xe3\x7b\xf2\xed\x7f\x8e\xfe\xb3\x3f\xde\xee\xc3\xdf\x6f\xbe\xc5\x37\x6d\xec\xc5\xf7\xb6\x01\x6b\x32\x7b\xbe\x98\x9b\x1b\x0a\x6a\x7f\xfa\x07\x72\xbd\x4f\xab\xed\x46\xfd\x2c\x7f\x86\x25\x1a\x2b\xc2\xa9\x31\x4a\x5a\x4e\x50\x3a\x78\x4f\x44\x69\xab\x68\x63\xc9\x2a\x2d\x7b\x66\xba\xc4\x09\xdd\x8a\x77\x37\x5d\xeb\xa8\xa4\x96\xcc\x36\x31\x79\x9d\x56\x77\xfd\x19\x29\xe7\x31\x4b\x2e\xa9\x80\x8d\xe0\x92\x6a\xf6\x3c\xd1\xf1\x68\x36\x67\x95\xe3\x71\xb6\x31\x61\x61\x63\x25\x56\xb9\xb0\xf0\xf6\x8c\x86\xdb\x22\xd9\x9a\xcc\x86\x42\x06\x90\x7f\x39\x2d\x94\xd7\x2f\xb8\x5a\x0f\x40\xa5\xa5\x29\xcf\x86\xa5\x0e\x47\xea\xc4\x2d\x37\xfc\x3a\x61\x8c\xd2\x31\xa9\x0c\x85\x7c\xc5\x65\x4b\x56\x69\x43\x5b\x8c\x02\xac\xad\xd2\x67\x4d\xb3\x17\xc3\xb4\xd2\x1c\x31\x2e\x7d\x2c\x4d\x6f\xed\xa3\x69\xb0\x18\xe3\xc6\x1e\x0b\x3d\xa0\x50\x44\x0b\x4a\x78\xb3\x1c\x26\x4a\xec\x15\x06\x5c\x8b\x8d\xeb\xb5\x77\xbc\x94\xe7\x07\x38\x60\xb6\x9d\x2b\xf5\x19\x4f\xfb\x22\x10\x5a\xe9\x50\xe5\x48\xe9\x00\x77\x94\x57\x9c\xed\xcf\x6d\x2c\xe5\x35\x53\x9a\x5b\xef\xe0\x44\xe0\x1e\xad\xe8\x9e\x4a\xd6\x65\x4f\x9a\x36\x55\x79\xde\xfd\x24\x03\xaf\xb2\x78\xa6\x5c\x00\x6a\x6d\x25\xcc\xc2\x1c\xfa\xba\x99\x8a\x56\xab\x24\xc4\xeb\x4b\xa4\x12\x3b\x03\xd1\xde\x68\x28\xcc\x4b\x64\xda\xae\xb5\xcf\xdc\xd3\x3e\x3b\x10\x5f\xf0\x45\xa2\xf9\x94\xb3\xeb\x26\x3f\xf8\xae\x5f\x9d\x1b\xa3\xd2\xa3\xd6\xe6\xbd\xa4\xca\x21\x88\x65\xe9\xe0\x89\xef\x21\x55\xd1\x6d\xaa\xfd\x18\x94\x9e\x6c\xbb\x64\x72\x2a\x1b\x6a\xc7\xe5\x95\x11\x01\xbf\xb0\xc5\xb6\xa0\x41\xcb\xfb\x67\xb6\xb0\xd6\xa0\x7a\x53\x5b\xfd\x25\x2a\x3c\x19\xe2\x0d\x87\x2d\x5f\x2a\xbc\xc1\xab\x0d\xd6\xa3\x2f\x32\x36\x83\x8e\x3c\x67\x50\xfc\x52\x06\xed\x9f\x54\x68\xf5\x67\x0c\x4e\x3d\x13\xb5\xe2\x73\x08\xed\x2e\x5f\xf7\x9b\xe8\xe7\x5a\x13\xf8\x5e\x8a\x35\x7e\x4f\x8d\xee\xc1\x08\x8d\xbd\x9e\x53\xd6\x55\x96\x8d\xf9\x20\xcf\x52\x90\xce\x53\x5f\x69\xf5\x7e\xab\x86\xa9\x7a\x1e\xa4\xee\xf8\x6e\xcf\xb4\x1c\xdb\x02\xfb\x69\x81\x5a\xd7\xae\x32\x86\x13\x26\x44\xdb\xab\x8c\x03\xd6\x6a\xd5\xbe\xa6\xb2\x21\xc2\x84\xcb\x6c\x56\x9b\xd7\x90\xb3\xb4\x6b\x54\x72\x77\x6a\x27\x92\x56\xbe\x21\xca\x6f\xea\x55\x86\x70\xd6\xf0\x3a\xd1\x18\x00\xa2\x6d\xef\x32\xfb\x09\xaf\xf5\xe8\x39\x1b\x20\xd6\x05\x7b\xdb\x52\xad\x6b\xbc\xb5\x6b\xbc\xb5\x6b\xd0\x27\x5e\x6a\x4f\x7b\xaf\x6c\xe5\x74\x5c\xdd\xc2\xdc\xef\x91\xb0\x3e\xad\xf2\x77\xc7\x28\x8e\x9a\x14\x15\xa6\x61\xa5\x49\x4b\xc7\xa8\x52\xde\x40\xfe\x79\xce\x3a\x73\x3a\x5f\x58\x64\xc6\x33\x44\x21\x6c\x34\xa8\xf1\x8d\x1d\x66\xb9\x71\xfb\x61\x93\xa0\xea\x73\xa5\xda\x17\x32\x1a\x23\x0d\xc0\xff\x68\x94\x43\x7d\x81\xad\x6a\x08\x0c\xc9\xb1\x70\xa7\xad\x36\xd1\xa0\x3c\xef\x4a\xad\xbb\xa3\xfc\x34\xfc\x60\x6e\xa5\xc0\xc2\xa5\xd6\x68\x7d\x8d\xb9\x29\xac\xd2\x91\xe9\x9b\x13\xac\x47\xcc\xf5\xab\xf4\xf6\xc9\x3e\xa5\xaa\x4f\x77\x69\xf6\x31\x6d\x5a\x95\x56\xbf\x83\x53\x9c\xb5\xc9\xc0\x71\x59\xe5\x53\x13\xda\x10\xce\xc9\xee\x7e\xfe\xbd\xf1\x62\xdc\xcf\x8d\x0e\x68\x45\xe2\x51\x3e\xee\xac\xca\x93\xa7\x4f\x3a\xd9\x68\x35\x26\x5b\xbb\xa8\x68\xe0\xfa\x1b\xd6\xbc\xdf\x17\x58\x1a\xcf\xd9\x2d\xfc\x4c\x20\x7f\xb4\x7f\x86\x32\xab\x27\x45\x81\x33\xcd\x1c\x2b\xac\xbe\x69\xc3\xbc\x37\x51\x42\xf4\x9a\xf5\x4e\x52\x6d\x1c\x91\xf9\x94\x6a\xa2\xc9\x54\x07\xa3\xb4\xd0\xfd\x05\xe5\xa9\xf0\xa8\x91\xbf\xb4\xd8\x6a\xac\x32\x00\x7a\x8e\xf7\x85\xb1\xfc\xe5\x0e\x2a\xcd\xb0\xba\xb2\x7e\x70\x23\xf3\x3e\xfa\xaa\xe6\x56\x14\x91\x5f\xda\xe4\x9a\xcc\xfd\xe5\xc2\x44\xad\xa8\x41\xdb\x5d\x0e\xad\x9f\x70\xe0\x7a\x5f\x8c\x3b\xd9\x7a\x1d\xaa\x9f\x4d\x67\x1e\xa4\xcd\x88\xd2\xf5\x9a\xe3\x9c\x64\x55\xeb\x56\x03\x74\xd1\xcd\xb5\xfd\x2b\xdd\xd0\xbc\x72\x38\x8f\xae\x2c\x8c\xac\xda\x65\xf2\x36\x71\xc3\x93\x34\x9e\x25\x23\x35\xdf\x22\x6a\xd0\x78\xb8\x36\xf4\x0c\x13\x6e\xa0\x1f\x0f\x6d\x4c\xe5\x9a\x84\x41\xb0\x0d\x3e\x23\x3c\x4e\x67\xd9\x22\x44\xdb\x2e\x22\x98\x83\x3f\x0f\x22\x88\xc4\xde\x66\x6a\xb2\xd1\x80\xf1\x4f\x34\x8b\xb2\x1a\x1b\x7f\xa1\x03\x0a\x4e\xc5\xb2\x70\x40\xcd\x9e\xf6\x05\x16\x27\x37\x54\x54\x49\xd9\xf9\x73\xe8\x93\x49\x81\x01\x79\xa7\x46\xf2\xe8\xd1\xa4\x20\xb4\x50\x65\x0d\x4f\xdf\x37\x14\x94\xcb\xaf\xf2\x13\x35\x61\x17\x08\xd5\x50\x31\xbe\x35\x89\x3c\xaf\xa6\x61\xc8\xea\x36\x96\x2a\x6d\xaf\x67\x21\xcf\xdd\x39\xd2\xb9\x08\x19\x27\x1c\xb4\x5e\xa7\xf5\x10\x61\xce\x32\xb3\xf9\xbb\xb1\x52\x56\xff\xd1\x7a\xdd\x64\x42\xe7\x19\xa0\xf7\x7a\xde\xc3\x7a\x9d\xd2\x8f\x5d\xe3\x30\x10\x06\xde\x46\x1c\x20\x20\x52\xdd\x5b\x63\xda\xd7\xc8\x37\x3c\x26\xf4\xc8\x16\x40\x50\x7d\x8a\x35\x69\xf5\x29\x56\x63\xdd\xa7\x45\xdf\x7e\x16\x91\xfe\xb5\x5e\xbb\x94\xc0\xa8\xcc\x4b\x9d\x49\xe8\x99\x5a\xaf\x69\x51\x84\x19\xce\x94\xb9\xb4\x6c\x9a\x99\x12\x63\x40\xf8\x38\x3c\x3d\x78\x71\x3c\x9c\x9c\x9d\x5f\x1d\x9d\x9d\x1e\x1c\x4f\x5e\x0d\x0f\xae\xde\x5d\x0c\x2f\xfb\x5b\x7b\x78\xf8\xcb\xd5\xf0\xf4\xe5\xe4\xfc\xe2\xec\xea\xec\xea\xc3\xf9\xf0\xb2\xff\xa8\xe2\x71\x6d\xed\x62\xd3\x7f\xf9\x5b\x1d\x63\x24\x95\xe1\xe3\xb3\xd7\x93\xcb\xab\x83\xc3\xb7\x57\x17\x07\x87\xc3\xc9\xd9\xe9\xe4\xe5\xf0\xfc\x62\x78\x78\x20\x8b\x97\x69\x65\x82\xf7\xc3\x8b\x4b\xfd\x78\x71\x70\x74\x59\x4f\xb6\x87\x2f\xaf\x2e\xde\x1d\xca\x86\x40\xf5\xaf\x8e\x8e\x87\xf2\xed\xe4\xe0\xfc\xfc\xf8\x48\xa5\x9a\x5c\x0d\x4f\xce\x8f\x0f\xae\x86\x93\x9f\x2f\x0e\xce\xcf\x87\x17\xb2\x38\xf7\xf2\xec\xf4\xf8\xc3\xe4\xf5\xf1\xd1\xc9\xc9\xf0\x62\x72\x78\x76\x72\x7e\x76\x3a\x3c\xbd\x82\x6e\x4d\x5e\x0e\x5f\xbc\x7b\x3d\xb9\x18\x9e\xbe\x1c\x5e\x4c\xae\x2e\x86\xaa\xec\x1f\x7f\x7a\x37\xbc\xf8\x30\x39\x3a\xbd\x1a\xbe\xbe\xb0\xed\x9d\xbc\x1c\xbe\x3a\x78\x77\x7c\x35\x39\xb8\xfc\x70\x7a\x38\x39\x7b\x71\x39\xbc\x90\xed\x87\x2c\x17\x43\x5d\xc8\xf1\xd9\xd9\xf9\xe4\xf8\xe8\xe4\xe8\xaa\xbf\x47\xff\x8e\x87\x27\x2f\xe0\xe5\xc1\xcb\xc9\x9b\xb3\xb3\xb7\x97\xfd\xc7\x02\xdb\x81\x7d\x2c\x8a\x8e\x5a\x21\x86\x17\xeb\xf9\x19\x9e\xbe\x77\xda\x8d\x15\x40\x6c\x67\x32\x1d\xc2\x95\x2b\x8c\x1a\x3d\x53\x2b\xf7\xfb\x42\x97\x8a\x3a\x01\xaa\x9e\xdb\x38\x3f\xfb\x98\x5a\x2e\x01\x3e\xc3\xb5\xd9\x0d\xd4\x85\x5f\x50\x6d\x3d\xbc\x37\xf2\x29\x9c\x3b\xc0\x89\x30\x1d\x80\xeb\xa5\xb2\xba\x90\xe2\x39\x00\x9d\xa7\xbd\x5e\xa8\xde\x83\xca\x59\x9e\x05\x0a\xb3\xb7\xd5\x6a\xac\xdc\x00\x37\x75\xcd\x46\xfb\x23\x0c\xe5\xf5\x12\x22\x7d\xd0\x57\x97\xe2\xfa\x09\xf3\xe8\xd5\xbb\xd3\x43\xa0\x12\x9b\x74\x02\x79\x25\xdd\x5d\xca\x26\x36\x14\x65\x7d\x80\x74\x61\xe6\x19\xe1\xa6\xd4\xca\xdb\x48\x27\x85\x07\xe5\xfd\xad\x2e\x8a\xd5\xfb\xce\x86\x16\x67\x5f\xdb\xca\x6c\x53\xbb\x32\x7d\x91\x43\xa3\xea\x6c\x76\x9a\x46\x39\xb6\xa3\x1c\x23\x43\x3f\x2b\x49\x3f\x0a\xa1\xb9\x4a\x3f\x2b\x64\x42\x7f\xc5\xa3\xd5\xb8\x53\x0e\x38\x07\x00\x0e\x79\xad\x5e\x29\x8e\x27\xb5\x30\x7b\x76\xb7\x6b\xb8\xa1\xa1\x05\x52\xb4\x33\x25\x34\x32\xcb\xa7\xb1\xf9\x53\xdb\xfc\xa9\x6d\xfe\x5c\x36\x7f\x8a\xa6\xd5\xb6\xcf\x55\xf3\x4c\x79\xa3\xb9\x26\xd5\xe9\x68\x3e\x46\x9d\xdd\xa2\x08\x57\xed\xe2\x00\xe7\x19\xdf\x81\x58\xc6\x2c\xbd\xf9\x2c\x97\x06\x05\x16\xfb\x65\x9b\xf6\x99\xc6\xde\x6b\x70\x6b\xd7\xdb\x75\x2d\x05\x45\x8f\xc2\x6e\xd4\x2f\x59\xbe\x8c\xc5\xf4\xf6\x4c\x63\x3b\x36\x14\xc4\x75\x41\xed\x49\xe5\x4c\xa9\x12\xb3\x14\xee\xf5\xae\x54\xc0\x6d\x6f\x4f\xe7\x38\x25\x8f\x37\x54\x74\x35\x58\xa0\xdf\x4e\xc9\xf3\xca\x19\xd3\xd6\x51\x36\x01\xcb\x76\xf2\xd5\x52\x0e\xec\xf3\xec\x7c\xeb\xd9\x12\x76\xfd\xed\x2c\x16\xf1\x24\x9e\xc5\x4b\xd1\x62\x04\xdc\x9c\xcd\x5e\xaa\x4c\x40\xb8\xb3\x25\xfc\xd9\xe6\xed\xad\x19\x5e\xc6\x22\x3e\x30\xcd\x7e\xa4\xe9\x6a\x41\x79\x7c\x9d\x00\x02\xf2\x0d\x6d\x84\x38\x30\x96\xd3\xc5\xa6\x72\xad\xe5\xc2\x4b\xd9\xaf\xcf\xab\x81\x7b\x35\x3c\x7f\xf2\x36\x0d\x67\xd3\x94\x6a\x57\x8f\xa6\xb9\xe2\x2b\xc0\x9e\xfc\x2f\x72\x32\x20\x5c\x4b\xdf\xd6\xbd\xd8\x1c\x99\x54\x38\xfa\x69\x9c\x1e\xc6\x22\x4e\xb2\x9b\x61\x2a\x38\xa3\xf9\x8b\x87\x96\x28\x53\xc1\x22\x9b\xd1\x24\x50\xb7\xc6\x81\xa0\x8b\x65\x12\x0b\x0a\xcf\x05\x9e\x3e\x55\x86\x6a\x0c\x1c\x74\x0e\x50\xc8\xa3\x53\x73\xaa\x8a\x4e\x0f\x4e\x86\x97\xe7\x07\x87\xc3\x4b\x84\x99\x4d\x01\x17\xff\x2e\xce\x3e\x5c\x41\xc3\xf5\x32\x9b\x3f\x20\x08\x3a\xfb\x4d\xe0\xc5\x6f\x9d\x67\x7c\x58\x02\x89\xf1\x64\x88\xb4\x5d\x86\x48\x51\xaf\x97\xb9\x28\x12\x7a\xbb\x19\xa5\xe3\x4e\x00\x95\x05\x84\xa8\x16\x81\x66\x6f\x8e\xc2\x18\xf5\x7a\x4c\x69\x93\xa0\x49\xb3\x38\xbf\xa5\x9c\xfd\x41\x11\x44\x7c\x56\xe7\xb1\x4c\x9e\xc6\x14\x76\x38\x2b\x0a\xe4\xb9\x03\x7c\x06\xbb\xa8\xaf\xfb\xcf\xf2\x10\xe0\xab\x34\xc9\x00\x79\xa2\x9e\x74\x41\x45\x9c\x7c\x15\xad\x62\x40\x61\xfa\x4b\x28\x36\x26\x59\x95\x62\x59\xca\x4a\x2b\x59\x29\x59\xf2\xd5\x92\x96\x40\xb5\xdc\x6d\x98\xb9\xc4\x4d\x68\x9c\xd3\x13\x08\xf6\x05\x97\xd2\x19\x50\x96\xc2\x13\xad\xf1\x0f\x8b\x88\x20\x04\x67\xd7\x2b\x41\x8f\xd9\x82\x89\xfe\xdf\x4d\xa8\xc7\x13\x49\xfe\x92\x6c\x25\x6f\x29\x97\xdd\xb7\x65\x4b\xa6\xa3\xc0\xd9\x1b\xc2\xc7\x79\x2d\xf8\x28\xf7\x27\x28\x11\x30\x03\x5b\xc3\xba\x6b\x90\x1f\xb9\x01\xba\xd4\xa1\x5e\x28\xaa\xb0\x0e\x0d\xd3\x4a\xa0\x5d\x67\xe7\x78\x07\x96\x46\x19\x51\xd8\xe2\xb6\x88\x30\xc5\x14\x14\x1b\x76\x09\x69\xa2\xe6\x51\x76\x9d\x53\x7e\x4f\x5d\x52\xaa\xe3\x2a\x23\x84\xb3\xc2\xea\x68\x3c\xf3\x0c\xf4\xc8\x1a\xd7\x9f\xd1\x00\x84\x92\xcf\xf2\xca\x74\x68\x7c\x3a\x8b\xb6\x5f\x94\x60\xcc\x2b\x69\x65\xd3\x74\xca\x18\x01\x5a\x9d\x6c\xd2\x55\x76\x28\x7b\x57\x45\x96\xaa\xb9\xd9\x51\x33\xa0\xb0\x62\x6f\xac\x1d\x0b\x98\xa3\x78\x56\xe7\xa1\xe2\x70\xfd\x60\x9b\xa2\x0e\x25\xbc\xd7\xe3\x8a\xe5\x14\x16\x4f\x5e\xcd\xdb\x05\x9d\x66\x7c\x96\x57\xe1\x13\x98\x07\x8f\x2d\xa7\x6e\xe5\xe6\x08\x27\x5a\x33\xe8\xb5\x3b\xa4\x08\x4f\xed\xec\xea\x32\xc3\x04\x53\xcf\xb2\x7c\x0e\xe3\x18\x8e\xa8\x3e\x80\xcc\xc8\xb4\x36\xd5\xc6\x9b\x42\x4d\x60\x6e\x26\x50\x15\x08\xd0\x5c\x52\xc6\x96\xd3\x6f\x5e\xc9\xf9\xb8\x25\x8f\x33\x36\x3b\x04\xbc\x0d\xbf\x23\x1c\x67\x38\x76\xbc\x33\x21\x7c\x3f\xf9\x9e\x6f\xc7\xfb\x89\x51\x58\x4f\x65\xb7\xd2\x48\x89\xaf\x07\x02\x29\x4b\xd0\x19\x29\xd5\x31\x45\x9d\x96\x06\x4d\xa1\x41\x22\x1c\xcd\xc6\xa8\xc8\x7a\x3d\x16\x72\x9c\xc9\x15\xc1\x92\xa4\xda\x9c\xd2\xfd\x6a\x61\x48\x04\xaa\x8f\x67\x33\x90\xd4\xcf\x54\xe1\x1c\x85\x53\x58\xf5\xf8\x16\xe1\xd8\x97\x0d\x57\x4f\xd3\x26\x14\xa8\xe8\xb1\x56\x26\x14\x58\x23\xc8\x12\xf1\xc6\xa8\xc0\x22\x9c\x35\x72\x9d\x3a\xe9\xca\x7e\x6a\x6b\xbd\xaf\xe6\x69\x4f\x76\xad\xc0\x33\x2a\xe8\xb4\x41\x0e\xda\xda\x93\x6c\x30\x59\x2d\xec\xbd\xe0\x46\x7e\x55\xe5\x0a\x0d\x0c\x4b\x5d\xd3\xe0\xac\x99\xd2\xe3\x1a\xa5\x67\x25\x4a\xcf\xe5\x18\x84\x23\x48\x54\x66\x55\x32\x9d\x26\xff\x55\x0b\xd1\x0a\xe5\xcc\x16\xa6\x3f\xec\xae\xd7\xec\x87\x5d\x79\x3a\x92\xbb\x76\x3e\xbd\xa5\x72\xdb\x39\x4b\xa7\x14\x85\x41\xac\xb4\xe9\x81\x22\x94\xfc\x79\x44\xb7\xdf\x42\x6e\xca\x0a\x0e\xaf\x50\xed\xe2\xd9\x1b\xbe\x16\xb2\x8a\x31\xc3\x2b\x54\xa8\xb0\x0e\x9b\xc6\x94\xd7\x46\x8d\x3a\x6b\x72\x1d\xcc\x1c\x4f\xb3\x55\x2a\xfa\x50\xdb\x0d\x15\x28\xe4\x38\x50\x97\x4c\x01\x32\x53\xdc\xd7\x96\x96\xfe\x7c\xcb\x59\x51\x8b\xb8\x4f\x0b\x08\xeb\xd2\xb4\x1f\x59\x17\x4c\x35\xbb\xae\x41\x61\xd0\xb8\x8b\x7a\x41\xea\x09\x8f\x5a\xa4\x4b\xcd\x69\x03\x34\x90\x49\x36\x7c\x57\xed\x9e\x48\x9e\x0d\x2d\xcd\xcf\x52\x2b\x38\xca\x6d\x90\x5a\x16\x4b\xab\xc1\xe6\x6d\x9c\x25\xd8\x02\xfb\xa2\x46\x91\x30\x7a\x80\xd7\x5c\x2a\xa5\xf5\x70\x0f\x67\x13\x01\xbb\x95\xda\x56\x35\xeb\xd0\x19\x0b\xdc\xd2\xcc\x3a\xa6\xb4\xba\x83\xb0\x95\x66\x2d\xc2\x30\xf7\xf6\x78\xdb\x84\xda\x8a\x17\x15\x41\x57\x48\x41\x57\x34\x09\xba\xd4\xb4\x5f\x8c\xd2\xb1\x75\x7b\x81\x6b\x3c\x5f\x8c\x45\x1d\xae\x38\x77\x06\x12\x2c\x2f\xb0\x23\xbf\xcd\x32\x8d\x65\xff\x0d\x91\x4a\x1e\x2d\xa9\xf9\x46\x7f\x92\x1e\xdf\x4b\x81\x30\xaf\x10\xfa\xa1\xf7\x09\xee\x67\xa2\x9c\xc6\x7c\x7a\xfb\x96\x3e\x7c\x94\x0d\xa9\x24\x37\xaf\x55\x52\x35\x85\x8d\xe5\xbe\xf2\x3e\xa9\xc4\xd3\x2c\xc9\xaa\xcb\xec\x50\xbe\x83\xcf\x5e\xe7\xfd\x26\xd5\xc7\xe1\xb1\xf0\x92\x9a\xe6\x6c\x1c\xae\xc6\x36\x3d\x51\x30\x34\xac\x81\x55\xa9\xeb\xa5\xd2\x46\xdb\x90\xca\x7b\x53\x94\xcf\x25\x71\xdb\xb9\xe4\x26\x61\x8b\x45\xb3\x93\x32\xa4\xdd\xb9\x8e\xaf\x69\xd2\xe4\x6f\xdc\x74\x9c\xb0\x1c\x43\x7e\x35\x45\x67\xcb\x69\x36\xa3\x3b\xd3\x6c\xb1\x64\x49\x8b\x7e\xc3\x9c\x43\x9e\xe1\x00\xed\x1d\x7c\x4c\x0d\x9c\xce\x29\xa7\x10\x5c\xf4\xe9\xd3\x90\xbd\x07\xb3\xb9\x37\xd4\xdd\xee\x96\x7d\xcf\xe8\xc7\xe6\x41\x68\xc0\x15\x71\xe9\x18\x00\x6a\x58\xd4\x69\xef\x90\x46\xf9\x3d\x53\x3d\x30\x0d\x93\x1d\x6f\xd6\x06\x35\x95\xdc\x74\xa1\xd7\x70\x04\x34\x85\x7f\x64\x9c\x02\x3e\x7c\x2c\xcb\xe0\xf9\x7d\x69\x44\xd3\x6c\xd6\x3c\x20\x3c\x5b\x89\xd2\x61\x52\x4e\x6b\x96\xd2\x54\x7c\x6b\x34\x06\x3b\x59\x9a\x3c\xb8\x04\x2a\x32\x40\xf3\x01\xb3\x1e\x2a\x1d\x2f\xf0\x3d\xbe\xc1\x0f\xf8\x1a\x4f\x54\x5c\x4c\x7c\x86\x2f\xf1\x41\x83\xa2\xf2\xce\x09\x17\x57\x96\xf5\xc2\x11\x40\xc4\x37\x37\x74\x76\xa5\xdb\x73\xcc\x04\xe5\x70\x5b\x9b\x53\x14\x8e\x02\xdb\xe2\xfe\x8e\x5e\x1e\xc1\xd8\x32\xe0\xab\x26\xe8\xb0\x02\x53\xe7\xa8\x73\xfe\x39\x75\xd9\x31\x31\xd4\xdf\x5f\xc4\x2c\xf5\xea\x3b\x7f\xb2\xbe\x8b\x3f\xb5\xbe\x8b\x27\xeb\x3b\xfc\x92\xfa\xfa\x76\x50\xf3\x6f\x1b\x46\xf5\xf0\xc9\x5a\x4f\xbe\xa8\xd6\x1d\x9e\x65\x7e\x3d\x27\x4f\xd6\xf3\xdb\x9f\x52\xcf\x6f\x4f\xd6\x73\xfa\xa7\x51\xe4\xe9\x93\x75\xbd\xfc\x0b\x66\xec\xe5\x93\xb5\x1e\xfd\x05\xb5\x1e\x3d\x59\xeb\xf1\x9f\xba\x1a\x8e\x9f\xac\xef\xd5\x13\x97\x3f\x5f\xa0\x13\x33\xad\x22\x6f\x30\x8d\x6e\x69\xb2\xa4\x9c\xbc\xc6\x34\xa2\xf9\x34\x5e\xd2\xe1\x27\xc0\xc0\x2c\xdb\xde\x95\xf4\x1e\x5b\x9e\xde\x83\xcd\x43\x30\xc0\x10\xd9\x9b\xab\x93\x63\x64\xbd\x50\xd5\xb3\xf2\x12\x56\x21\xec\xa9\xfe\x18\x04\xe0\x2a\x6e\x1e\xbb\xc6\xda\x17\x75\x28\xb1\xbf\x21\xf6\x29\x17\xc6\x86\xcb\x96\xeb\xdc\x5c\x8d\x2a\x34\x15\x98\x09\xc0\xe9\xb8\x15\x8b\xe4\x32\x9e\x53\x92\x09\x4c\x23\x96\xcb\x06\xc0\x73\x2c\x9f\x27\x80\xbb\x70\x41\xd3\x19\xe5\x94\xe7\xfe\xb8\x7f\x63\x7c\x58\xc9\xae\x2c\x87\x43\x9a\x4b\x2a\x44\xe2\x03\xd0\xa3\x47\xd5\x0f\xf2\xab\xe8\xf5\xc2\x5f\x05\x19\x1a\xe1\x46\xfe\xa7\x3c\x04\x59\x1d\x64\xbc\xc3\x15\xe7\x34\x15\x17\xab\xf4\x38\xcb\x96\x28\x44\xeb\x75\x1e\x5d\xc7\xd3\xbb\xeb\x15\x4f\xa9\x3b\x35\x7a\x07\x46\x50\x95\xff\x28\x9c\x99\xfd\xaf\x10\x9e\x7f\xc1\x72\x73\x3d\x65\x68\xac\x3a\x2b\x8c\x57\x45\x71\x37\x5e\x8c\x8f\xe8\x58\xdf\x59\x35\xe4\xf7\x0c\x2d\x20\x25\x81\x8b\xb2\xdb\x38\x6f\xac\xcb\xa6\xac\xd7\x57\x69\x62\xde\x40\xd5\x8c\x57\xda\x51\x36\x6e\x63\xfa\xd6\x2c\xa7\x62\xb5\x1c\xa6\x37\x2c\xa5\xd6\x88\xc9\x4f\x47\x2b\x86\xd1\xa1\xbb\x27\xc0\x8f\x9e\x77\x78\x7f\x6b\x0f\x68\xdd\x38\xcf\x84\x81\x94\x97\xfa\x3b\xd9\x4a\x24\x54\x04\xf8\xa7\xb4\xfc\xd5\x71\x5a\x93\xe2\x35\xa4\xb0\x36\x81\xd5\x02\xbc\x7a\xeb\x99\x2b\x39\xb5\x68\xd5\xdf\x99\x65\x8b\x1d\x85\x40\x2b\x45\x23\x03\x45\x16\x60\x3f\x85\x7e\xb7\xa9\x08\xc1\xa9\x64\x29\x1a\x1a\x4d\x49\x71\x4f\x16\x66\xfb\x0a\xe7\x78\x0b\xab\x83\xc2\xc3\x10\x21\xfc\xbe\x32\x1e\xb6\x0c\x2d\x90\x95\x85\xc9\x85\xd8\x58\xe2\x85\x2c\xf1\xf7\xca\xf8\x55\x13\x9d\xcb\x44\x41\x59\x92\xf4\x6b\x51\xac\x52\x96\x51\x9d\x71\xc5\xb2\x9e\x9a\x6f\x95\xaa\x9f\x64\xd3\x00\x2f\x78\xf9\x9b\xb7\xdf\x09\xfa\x49\xec\xcc\x19\x4d\x66\x01\x3e\xa3\xad\xc9\xa6\xb7\x74\x7a\x77\x9d\x7d\x0a\xf0\xb0\x35\x51\xc2\xd2\xbb\x1d\x91\x05\xf8\xbc\x35\x09\x4b\x97\x2b\x11\xe0\x25\x6f\xa1\x3e\x6f\x77\xd2\x49\x7f\x4e\xdb\xca\x92\x2d\x8f\x39\x8d\x03\x7c\x49\x11\x7e\x88\x86\xa7\xef\xa3\x27\x2d\x7b\xd6\xeb\x0d\xf3\x76\x25\xa7\x64\xa2\x96\x33\x2c\xc4\x03\x17\xd0\xa9\x65\x35\x36\x91\x68\x23\xc9\x04\x2a\xd8\xc9\xd9\x92\x6a\x83\xe5\x32\xa1\x36\x11\x75\x65\x09\x70\xcd\xbb\x03\xa0\x1a\x3f\x7b\x53\x85\x2d\xe4\x2c\x6b\xba\x5e\xb1\x64\x06\x04\xa4\x6c\x43\x4b\xca\x84\xfc\x23\x13\xd3\xdb\x90\x46\xd7\x59\x66\x8c\xff\xe5\xe6\x21\xeb\x3e\xc9\x66\x14\x3d\x4e\xe3\x9c\xca\x02\x19\x58\x72\x06\x7d\xcd\xe0\x3e\x45\xf6\xdd\x0b\x55\x41\x74\x0d\x81\x5c\x56\x49\x82\x3a\x90\x89\xd3\xdb\x87\x19\x97\x3c\xc3\x64\x9a\x47\xe6\x1d\xcb\xd2\x86\x6c\x7a\x87\x71\xc9\x15\x22\x77\x3d\x25\x84\x95\x6b\xe7\x18\xb6\xcb\x81\xd7\xad\xd6\x05\xd7\x3c\xe8\xae\x8c\xc6\xa2\x37\x72\x84\xdf\x24\x65\xbd\x6b\x2f\x5b\x8a\xb7\x57\x96\xa1\x56\x73\x9f\x84\x08\x95\xe7\xd3\x64\x85\x26\x04\x38\xe5\x6d\x9f\x59\x4a\xb9\x08\x30\xe7\x08\x2f\x35\xf0\xa1\x14\x57\x9e\x4f\xb6\xab\xe5\x2c\x16\xb4\x9d\x6c\x0d\x3b\x47\x9d\x56\x7a\xb3\x1c\xbf\x89\xde\x8c\xcb\xaa\xe1\xd5\x1d\xcf\x25\x75\x1e\xbd\x3c\x3b\x51\xda\xe3\x5c\xc3\x82\xb7\x56\xd2\xb0\x27\x3c\xa7\x3a\xcc\x89\x19\x97\x01\x54\x77\xc5\x29\x3d\xf4\x8a\xe9\x7f\x8a\x4e\xb3\x19\x6d\xf8\xe2\xb7\x54\xa3\x96\x17\x4a\xd0\x52\x0d\x3c\x89\xa7\x3c\x2b\xef\xf2\x17\xa9\x52\xfc\x29\x16\x03\xc2\xf2\x75\x42\x5f\x65\x9c\xfc\x46\x31\x8d\xa6\xf1\x32\xbe\x66\x09\x13\x8c\xd6\x7c\x86\x6a\xf0\x4f\xda\xa7\x6b\xcb\xfa\x65\x71\x12\xfc\x3d\xda\xfb\x3b\xd8\x0b\x38\xc4\x57\x11\xa9\x19\x7c\x93\x65\x77\x08\x3f\x42\xd4\xd8\x63\x36\xa7\x87\x0f\xd3\x84\x9a\x18\x66\x79\xdf\x25\xb7\x29\xa6\xa5\x14\x08\x03\x60\x01\x40\x91\x7a\xa9\xdd\x4b\x84\x5d\x45\x7d\x5e\x68\x1e\x7a\x68\xd8\xb5\x46\xcc\x68\x72\x1a\xea\x70\x72\x1d\x59\x16\x3d\x39\x39\x38\x3d\x78\x3d\xbc\x98\x5c\x5e\x5d\x1c\x9d\xbe\x9e\x1c\x9f\x9d\xbd\x7d\x77\xde\x00\xee\x49\x07\xbe\x8a\xd6\xea\x3c\x95\x51\xab\xb7\x51\xec\x2c\x54\xd5\x70\xed\x58\xf4\xad\x0c\x3d\xe3\xe1\xa3\xbe\x9b\xec\x73\x6c\x34\x2c\xfd\xad\x3d\x1d\x61\xdc\x16\x10\x14\x58\x18\x11\x6f\x43\x7f\x0c\x71\xdd\x72\x3f\x66\x34\xa0\x62\x99\xc2\x7b\x3d\xaf\x54\x88\x66\x00\xb1\x1a\x2d\x0a\x9d\xf5\x44\x82\xb1\x3b\x51\xe1\xf9\x79\xf3\xd0\x35\xf4\x82\x36\xf4\x42\xc7\xf8\xe7\x7e\x27\xaa\x05\x1f\xa7\x98\x46\x26\xe1\xa1\x4f\x84\x3f\xf2\xca\x34\x6e\x96\xa2\x4f\x53\x85\x0b\x82\x95\x66\xb7\x3c\x62\x36\xeb\x51\xba\xc1\xa0\xc9\x2e\xf8\x67\x5a\x1b\xf9\x3c\x62\xa3\x49\x53\xc3\x0a\xfe\x9c\x2a\xaa\x79\x37\xd6\xc5\xf2\x4b\xbd\x17\x02\xd3\x7c\xc5\x78\x0e\x31\x75\x9e\x5d\x61\x5b\x01\x1b\x6b\x6d\xe1\x53\xcf\xac\xb4\x95\xcf\x29\xb6\x7b\x06\x92\xfd\x7b\x46\x3f\x12\x1a\x1d\x9d\xbe\x3f\x7b\x3b\x24\x34\x7a\x27\x97\xbc\x2c\xf7\xc2\x68\x80\x09\x8d\x0e\xae\x73\xc1\xe3\x69\x7d\xad\xd0\x68\x42\x3f\x2d\x29\x67\xa0\x7e\x4d\x34\x83\xa4\xd1\x91\xa4\x5a\x79\x14\xbc\xa7\xe6\x80\x0a\x6f\x29\x17\xde\xb3\xf7\x53\x1e\x6b\xb5\x81\x2c\x8d\x86\x6e\xbf\x22\x34\x7a\xa3\xce\xf3\x34\xb2\xb5\x13\x1a\x1d\xb3\xf4\xce\x7f\xbe\xa2\x9f\xc4\x01\xa7\xb1\xfe\x09\x21\xb0\x65\x16\x2d\xe4\x12\xa7\x23\x00\xe7\x9a\xc3\x6c\x25\x5b\x28\x9b\x7a\xe1\x6d\xd4\xbe\x51\xcd\x1f\xe4\x11\x90\x83\xde\x30\xd1\xdf\xc5\xf0\xf3\x84\xe5\x79\x7f\xb7\xe8\xb4\x15\xf6\x07\x64\x7c\x41\xaa\xbb\xfd\x71\x88\xbc\x6b\xdb\x37\x8e\xb1\xc0\x45\x92\x29\x4b\x03\x8e\x20\xe5\xf3\xe9\xe1\x0a\xe1\xb4\xc6\x93\x52\x02\x20\x4b\x1a\xb0\xcf\xb9\xc6\xa3\xc7\x3f\x22\xdb\xd4\xed\x6d\x8b\xc2\xa5\x59\xe8\x0b\xd4\x49\x89\x75\x20\x62\xf8\x11\x94\xf1\x7d\x0a\xc6\x26\x72\x9d\x53\x9c\xa2\x82\x26\x39\xed\xea\x72\xde\x30\x2f\x68\x6b\x5a\x38\xeb\xb1\xc9\x84\xcd\x88\x88\xd8\x0c\xcb\xdf\x0b\x2a\x62\x22\x22\xf9\x0f\xa7\x70\xef\xfc\x8e\xbc\x09\x1f\xd9\xac\x1f\xdc\xfe\x76\xfb\xe9\x5d\xc6\x57\x01\xbe\x4e\xb2\xe9\x5d\xff\x6f\x8f\x41\xfe\xb0\xb8\xce\x92\x3c\xe8\x8f\xc6\x18\xa2\x2d\x41\xa4\x17\xf9\x3c\xda\xc3\xa3\xef\xfe\x7f\xd8\xe3\xa9\x78\x34\xfa\xee\xef\x78\x17\x8f\xc6\xe3\x31\xe8\x14\xc6\x78\x1e\x27\x39\x1d\x8f\x71\x70\x1b\xe7\xc3\xfb\x38\x09\xfa\xf0\xa6\xf8\x1b\x96\xf5\xf7\x1f\x15\x0a\x0c\x98\x1d\x05\xcb\x78\x7a\x17\xdf\xd0\xfc\xdb\xf6\x7b\x9a\x84\x5d\x5b\x45\x7b\xfe\xad\x94\xdb\xa2\xdb\xeb\x3c\x50\xb7\x3d\x25\xea\x78\xa7\x42\xd1\xcb\x69\x8b\x23\xd5\x09\x14\x06\x17\x43\xb9\xd3\xbd\xbb\x1a\x4e\xae\x0e\x5e\x6b\x38\x9f\xf7\x24\x8b\x5e\xf1\x78\x41\x3f\x66\xfc\xee\x4f\x31\xcd\x1a\xfd\x0e\xb0\xae\x2b\x3d\x79\x57\xf1\x0d\xdc\x88\x71\x2a\x87\x6a\x25\x68\xf3\x95\xe9\x3e\x28\x70\x7e\xcb\x58\x8a\xc2\xa6\x8b\xb5\x55\x34\x63\x5c\x48\x9a\x1b\xfd\x0e\xa1\x14\xa1\xd3\x7a\xc5\xbd\xc7\xef\x23\x96\xab\x07\x4d\x9c\x64\x6b\x57\xdd\xdf\xe6\x54\xd8\xfe\xc1\xf5\x30\x0a\xdf\xeb\xd0\xc2\xed\x88\x34\xfa\x46\x1d\xda\x6b\x80\xae\xea\x15\x58\xd3\x21\x07\x7a\x52\x83\x74\xb2\x37\x7d\xa6\xf7\x7e\xd1\x45\x15\x6c\xf2\x75\x05\x18\xe5\x67\x29\xae\xd9\xaf\x1f\xdc\x57\xe8\x9a\xb6\x67\x97\xeb\x70\xa0\x7c\xdf\x95\x2e\xcd\xca\x48\x54\x59\x56\xbc\xad\xd0\xc1\xbb\xf3\x97\x07\x57\xc3\x00\xe1\x9f\x2a\x1f\x14\x6f\x05\x79\x5a\xb3\xd9\x9f\x60\xa4\xbe\xa9\xa4\x3b\x00\x9f\x80\x00\xe1\x5f\x5a\x86\x10\x3d\x36\x8d\xcd\x0d\x6d\x0c\x2f\x40\xcd\xa8\x39\x14\x18\xc0\x10\xfa\xb1\xec\xa9\x6b\x4a\xe7\x9a\x6e\x8c\xb8\x1e\x2a\x6c\xb6\x44\x61\x78\x22\x15\xe2\x05\x45\x49\x9c\x8b\x0b\x7a\xcf\x40\x9b\xaa\x50\x81\xe0\x1d\x5c\xc5\xea\x17\x85\x1d\x4c\x29\x27\xdd\x52\xce\x44\xae\x15\xc8\x5c\xca\x11\xdc\x6b\x3c\xa8\x71\x6b\xe8\xaa\xea\x6e\x59\xc4\x37\xda\x86\xa2\x54\xad\x31\xa8\xb0\xd5\x76\x2a\x2e\x99\x60\xc9\xb2\x8a\x00\x12\x2a\x16\x14\x69\xbc\xc4\xb0\x9a\x8f\xf8\x44\x13\x6a\x6b\xa1\x52\x07\x4d\x39\x2b\x59\x88\x72\x97\xe7\x45\xf8\x0b\xc2\xbf\xb6\x0d\xa2\xf3\xe8\x36\xe3\x98\xfa\xe3\x08\x0d\x51\x23\x49\xd3\x7b\xc2\x71\xaa\xc2\xcb\x72\xda\x1c\xa5\x22\x7d\x7a\x2c\x6b\x68\x67\x9e\xf4\xb6\xa4\x21\xc5\x5b\xbb\x20\x27\xf2\x0d\x24\xe3\x39\xe2\x9a\xe6\xb4\x20\x28\x84\xf5\x64\xb0\x55\x69\x32\x53\xd1\x8b\xb1\x5e\xdb\x34\xbd\x57\xb8\x09\xbc\x08\x57\x11\x48\x20\x56\xaa\x40\x98\xd2\x76\x4a\xb4\x64\xde\xc8\x10\xd5\x10\x7e\xd5\xd0\xc0\xcc\xb2\x1c\xda\x04\x2b\x3d\x94\x12\x06\x4c\x75\x08\x80\x19\x78\x4e\x43\x8e\x06\xba\x6f\x1c\xa7\xa8\x3f\xb3\x6f\x56\x34\xe4\xa3\x74\x8c\xfa\xe1\xad\x7c\x87\xe7\xd1\xbb\xd3\x97\xc3\x57\x47\xa7\xc3\x97\x93\x8b\xe1\xab\xe1\xc5\xf0\xf4\x70\x88\x54\xd0\x17\xae\x90\xb2\x8d\xa3\xc4\xe6\x89\xf0\x0f\xa0\xde\xc2\xe5\x45\xf8\x23\xc2\xa2\x75\xc0\x9e\xa0\x3a\x4b\x73\x2a\x16\xa4\x26\x7e\x90\x51\x94\xac\xf9\x96\x3e\x00\x2d\x9a\xe7\xab\xf8\xc6\xdf\x6c\xac\x4c\xa8\x76\x1d\x9c\xca\xa5\x49\x4a\xc9\x71\x5a\xb4\x4d\x84\x35\xaa\x6f\x00\xd3\x36\x9b\x41\x8b\xed\x94\xdf\x60\xb3\xec\xbd\x36\x63\x58\xa1\x49\x24\x65\xd3\xbb\x86\x0d\x4e\x5d\x69\x25\xca\xc4\x4b\xc5\xfd\xda\xda\x43\xce\x24\x32\x81\x68\x1c\xab\x05\x98\xf0\x60\xe8\xb0\x3a\xf1\x2a\x43\xd7\x72\xff\x10\x20\x3a\x8f\xde\x96\x83\xff\x42\x29\x39\x94\x5f\x6d\x6f\xad\xb5\x7a\x26\xa9\x1e\x12\xfe\x8c\xe9\xdc\xdf\x38\x91\x4e\x44\xaf\x4d\xa6\xc5\x8b\x97\x4c\x34\x23\xcf\x9d\x5a\x37\x33\xc2\xa6\xcb\x16\xd7\x2c\xa5\x28\x1c\x31\x9c\x8d\xd1\x9f\x3c\xd1\xfe\x34\xdb\xee\xd8\xd9\xf7\xc6\xbf\x71\xf6\xdd\x8a\x65\x36\x40\x48\x39\xea\x19\x61\xbd\x9e\x31\xed\x03\x20\x45\xdb\x22\xf5\xb2\xec\x56\x46\x9c\xd7\x61\xba\x5e\xfb\xb7\x93\xc4\x84\x42\xc4\x31\x49\x71\xfe\x04\xdd\x65\x1e\xdd\xc5\x1b\xe9\x2e\xaf\xd2\x1d\xce\x11\xce\x8a\xe7\x52\x9a\x1d\x32\x3b\x10\x4f\x51\x5d\xda\x4e\x75\x56\x79\x63\x10\x5a\x9a\x28\x4f\x94\xe9\x47\x73\x04\x1e\x4d\xee\x35\x57\xe1\x5f\x44\x1f\x35\x39\xc0\x37\x6d\x57\x65\x17\x38\xd5\xc3\x54\xd6\xd8\x1b\x74\x01\x95\xaa\xd7\x0b\x7d\xb9\xd6\x08\x12\x06\x72\x4f\xd5\xa3\xc7\xe4\x17\x29\x92\x35\x1c\x78\x53\xaa\x96\xcf\x97\x0d\x95\xb7\xc7\x2b\xc2\x7a\x82\x9b\xf2\xa6\xb5\xa6\x16\x2e\x77\x25\x8c\xa5\xf4\xf1\xf9\x3b\x1e\x5c\xa8\x56\x37\x3b\xa7\x34\xd5\x54\x03\xf7\xd7\x20\x8c\xb2\xfc\x9c\x67\x9f\xe4\xc0\xd9\x2b\xd7\x79\x74\xce\xd9\x82\xa9\xb3\xbc\x21\x37\x2d\xa5\x7c\x00\x70\xdf\x92\xda\x94\x56\x64\x0d\x91\x49\xb9\xb9\x61\x97\x2b\xd7\x27\xb7\xe0\x3a\x07\xb6\xdd\xc7\x6a\xc1\xc5\x37\xaf\x32\x6e\x34\x24\x48\x29\x66\xae\xf8\x4a\xdc\x3e\x04\x08\x61\x23\xa0\xbb\xc5\x57\x4e\x80\xfa\xcf\xad\x42\x89\x7b\x1f\x14\xb6\x18\x2f\xc2\xb9\x94\x5e\x66\x10\x23\x36\x4e\x3c\x19\x26\xfb\x0a\x1e\xae\xed\x14\x24\xeb\x8e\xf9\x4d\x6e\x79\xb6\x65\x96\x5f\xc1\xaa\x81\xa6\x30\x1b\x7f\xb9\x04\x59\x23\x1b\x81\x2c\x54\x91\x8d\x97\x1b\x27\x92\xf1\x82\xb3\xcb\x0c\x76\x19\xc3\x85\x62\xc2\x2c\x6d\x79\xb2\x68\x98\xe1\xb8\x46\x2f\x35\xe9\xf4\x29\xa1\x40\x0d\x9c\xd9\x11\xdc\x60\x19\xc7\x1f\x39\x9a\x10\x19\xde\x6b\xa6\x6c\x9c\x6a\xa6\xd7\x34\x40\xf4\x36\xcd\xb4\x7e\x1a\x4d\x7c\x9d\x12\x11\xc6\x60\xfe\x5e\x62\xe4\x8e\x94\x38\x9e\x82\x80\xa0\x24\xb5\xf8\x2b\xc8\xc2\x00\xe4\xfe\x35\x84\x21\x46\xbf\x8f\xf1\xd7\x53\xc7\x57\xce\xa0\xe9\xe3\x7f\xf5\x1c\xda\xc3\xde\x67\xcc\x65\xfe\xd5\x52\x77\x6d\xa1\x6b\x01\x5a\x4d\xc3\x33\xa6\x60\xe3\xc0\xba\xdc\x6e\x6d\x68\xd6\x26\x6b\xb3\xa7\x87\xd5\x7f\xfd\x71\xab\x72\x0e\xdd\x7b\xe2\x14\xea\x12\xbb\xa3\xe4\x88\x8e\x75\xc6\xa6\x23\x64\xf2\x95\xc2\x0c\x54\x21\x65\x16\x98\x0f\xbd\xe7\xfe\x59\xf2\xad\x2f\xc1\x40\x45\x86\x4c\x0b\xe5\x75\xd2\x0a\x8a\xa9\x12\x2b\xf5\x6e\xa1\x90\xa4\xd5\xd0\x6a\x45\x1b\xc7\xa3\xc7\x3b\xfa\xd0\xff\xa9\xcd\x21\xdc\x8d\xde\x4f\xe3\xa2\x00\xc9\x21\xfc\xd1\xd3\x87\x4d\x75\xf0\x26\xe3\x04\xc1\x09\xd5\x78\xfb\xc2\xc7\xdb\xe7\x5a\xc9\x0c\xbe\x0f\xf6\x4e\xd2\x0b\x4e\x40\xeb\x88\xa3\xb4\x21\xfa\x9f\x67\xfb\x37\xa3\x4f\x18\xff\xd9\x94\xb7\xa0\xee\xb2\x8f\x4b\x5a\x09\x9d\x5c\x51\x4a\x6c\xed\x22\x0c\xed\x19\xa8\x18\xad\xbf\x42\x24\xd5\xbe\x3e\xac\x53\x38\xbc\x53\x7b\x78\xa7\xa8\xbf\x49\xaa\xd1\x0a\xbe\x05\xad\x28\xe8\x5e\x1e\x5d\x5c\x7d\x50\x5a\x5e\x7c\x5f\xfd\x78\x70\xf1\xfa\x32\x40\xf8\xa6\xfa\xfe\xe8\x72\xf2\xf2\xe8\xf2\xfc\xe0\xea\xf0\xcd\xd1\xe9\xeb\xc9\xc1\xd5\xd5\x85\x4c\xf7\x50\x4d\xf7\xe6\xe0\x72\xf2\xe2\xf8\xec\xf0\x6d\x80\xf0\x75\xf5\xe3\x8b\xb3\x77\xa7\x2f\x65\xb6\x09\x25\xb7\xd1\x61\xc6\xe9\x7b\x46\x3f\x1a\x95\xf2\x6d\x74\x78\xcb\x92\x99\x7c\x95\x5f\x2a\x5f\x68\x7c\x1b\xc9\xc7\x4b\x11\x0b\xea\x5e\x01\x01\x81\xe7\x8c\x79\x97\x45\x0a\x95\xe1\x00\x86\xd9\xa5\xac\x3e\xcb\xc2\x4e\xd8\x27\x96\xe2\x30\xbc\x23\x8f\x52\x2a\x30\x56\x3b\x5b\xbb\xf8\x0b\x55\xda\x37\x74\x6c\x22\x70\x8d\x16\xb4\x41\xbf\xad\x3e\x5d\xd3\x31\x51\xde\x1a\x9c\x2a\x3b\x08\xbf\xae\xaa\xb4\x2f\x4b\x32\xd2\x3e\xb4\x20\x44\x45\x81\x46\x49\x74\x7e\x71\x76\x3e\x94\x13\xf8\xf2\xe8\xe5\xe4\xf0\xcd\xc1\xe9\xeb\xe1\xb8\x2a\x29\x6f\x99\x76\xf9\x3a\xb1\xd1\x3d\x1d\x63\x4e\x5c\x70\x8c\x81\x18\xd1\x71\xdf\xdc\x15\x35\x63\x61\xbe\x1d\xf7\x7a\xf2\xaf\x27\x8c\x6a\x75\x0e\x2a\x0a\x0c\x80\x75\x07\x42\x34\x62\x77\x5b\x77\x31\xb9\xfc\xef\x20\xda\xf5\xcb\xb3\x93\x5a\x6a\x7b\x85\x74\x2b\x13\xcb\x09\xd2\x21\xf3\xb5\x9b\x2e\x86\x2d\x87\x78\xb8\xd2\xef\x2e\x8e\x08\x21\xf3\xe8\xf2\xfd\xeb\x89\xf5\x9a\x52\x7e\xd1\x73\x87\xe4\xe6\xc4\x6b\xe0\xeb\x19\x61\x70\xa7\x0d\x9b\xae\x43\xea\xb7\xac\x6f\xbd\x0e\x62\x21\x20\xa8\x75\x36\xe0\xa6\x5f\xe0\x0d\x1e\xc6\xa8\xcf\x47\xf1\x58\xf6\x62\xc6\x66\x17\x74\x4a\xd9\x3d\x95\x9f\x4b\xf6\x94\xf6\xb3\x9c\xda\xea\x87\x8f\x2c\x49\x9a\xbf\xcc\xd8\x0c\x24\x9f\xe6\x02\x65\xbe\x77\x95\xd3\x62\x25\x5f\xe5\x03\x92\xa7\x41\x77\xa7\x38\xa1\x78\x42\x37\x84\xba\xa8\x79\x6b\x04\x85\xcc\xc0\x69\xb6\xa4\xa9\xf2\x98\xf3\x97\x89\xbe\xdf\x90\xab\xc5\x89\x34\xe7\x31\x8f\x17\x79\x7f\x34\x36\x6e\x71\x0d\xd7\x2a\x13\xbd\xf1\x7c\xa4\xf6\x46\xed\x5e\xe4\x7f\xfc\xf3\xe2\xd5\xb3\x6e\xd4\xfe\xa2\x6b\x32\xba\x58\x8a\x07\x73\x4f\x86\x87\x94\x4c\xa8\xbd\xe0\x4a\xe2\x87\x6c\x25\xfa\x1f\x29\x9e\x5a\x7e\xd3\x1f\x69\xe7\x27\x6b\x76\x38\xc6\x22\xbe\x51\xb5\x6b\xc3\x40\x8b\x22\xf0\x82\xa5\x33\x96\xde\xc8\x4c\x92\xf2\x02\x1c\x40\x2e\x3a\x0b\x70\xc0\xd2\x19\x15\x94\x2f\x58\xaa\x2c\x55\x67\x2c\x97\xa2\xaf\xfc\x24\xe2\x6b\xed\x73\x15\x48\x92\x0f\x70\x10\xaf\x44\x36\xcf\xa6\xab\x3c\xc0\x26\xe8\xb5\x4c\x38\xcf\xf8\x42\xd6\xaf\x8c\x42\xac\x1d\xa4\x29\xaa\xbf\xb5\x87\x4b\xd5\xc8\x17\x33\x36\x3b\x4a\x73\xca\x85\x5e\x64\x5f\xe0\x88\x4c\x55\xce\xa8\x54\x36\xb1\x96\x37\x6a\xd7\xf6\x3e\xa1\x02\x4f\x6b\x8e\xb6\x65\x35\x90\x37\x32\xa5\x2a\xf4\x5b\x7d\x9f\x67\x6f\xc1\x87\x14\x0f\x3f\x8b\xa6\xbf\xb5\xa3\x53\x00\x11\x7e\xa2\xce\xb8\xaa\xe1\xbe\x42\x45\xc9\x95\x09\xcf\x7c\x8a\xb8\x85\x3b\x79\xb3\x99\x6c\xa6\x0f\xcf\x7a\xf5\x79\x14\xa2\xa0\x26\xf4\x64\xcb\x86\x27\x54\x98\xb9\xcf\xe3\x7b\x45\x23\x5c\xcf\x7a\x6c\x8c\x8b\xe5\x03\x4d\xa7\x9a\xbc\xe4\xd3\x02\xfc\xc3\xf5\x43\x9a\x99\xdb\x23\xfd\x42\xc0\x2e\x19\xe0\xe0\x96\xb2\x9b\x5b\x01\x84\xb8\x5c\x41\x60\xdf\x00\x07\x49\x0c\xfe\x5b\x09\xcb\xc1\x8e\x5a\x15\xba\x88\x25\x25\x2e\x98\xac\x6e\xb1\x4a\x04\x5b\x26\xd4\x91\xe6\x32\x16\x72\x85\x05\x38\xc8\xd9\x1f\xf2\x45\x2e\xe8\x32\xc0\x01\xc8\x88\x01\x0e\x3e\xb2\x99\xb8\x0d\xc6\x58\xf9\x39\x04\x81\xa2\x56\xad\x3c\x04\x59\x73\x86\xc2\xc7\x46\x01\x30\x90\x63\x18\x14\x38\xf7\x3f\x7a\xfe\xd1\xea\x7b\x1d\xfc\x5b\xed\x80\x66\x7e\x8d\xfa\xc7\xdd\x7a\x42\xf4\x80\x2e\x4b\xbb\x9f\xac\xab\xc3\x27\x3a\xa2\x63\x1d\x34\xdb\x18\xe0\x69\x8a\xd0\xeb\x24\xd4\x73\x87\x3a\x82\x3f\x3c\x2a\xf3\x28\x42\x8b\x69\x2c\xa6\xb7\x21\x77\x37\x9a\x9f\x14\xc4\xbb\xfa\x4e\x08\x2d\x00\xac\x2e\xe4\x44\x48\xf1\xb5\x40\x58\x0e\x93\xc2\xdf\xd1\x43\xa7\x1e\x16\xcc\xfc\x88\x3f\x29\xc8\x50\x49\xf1\xce\x06\xe4\x8c\xe2\xb3\xcf\x23\x79\x8f\x02\x15\xd1\x5f\x6e\xa0\xe5\x36\x0a\x06\x33\xe6\x31\x76\xa4\x6e\x49\xd9\x19\x39\x37\x51\x33\xcf\xc0\x05\x72\x9a\x81\x7f\xa6\xa6\x95\x9c\x26\xca\xb6\x73\x98\xce\xfc\xc7\x4b\x11\xf3\x06\xca\xff\xc8\xe3\xa5\x23\x4a\x45\xfc\x8a\xac\xc6\x58\x96\xaf\x51\x8c\xb2\x24\x2f\x0f\x18\xd8\xcf\x5c\x52\x7c\xf9\x05\xe3\x05\x3d\x52\xc3\x75\x60\x37\xaa\x1b\x76\x75\xfa\x69\x3b\x5b\x36\x6e\x54\x41\xcf\x3a\x2b\x55\x8d\x40\xfe\x81\x03\x36\x07\xcb\x8f\xff\x8d\xf7\xb4\xd9\x07\x7e\xac\x5a\x8a\xfc\x03\xbe\x05\x4b\xb9\x87\x4a\xa6\x09\xbb\x5d\x51\x4f\x87\xb5\x01\x49\x90\xb0\xf4\xee\x8a\x89\x84\x06\x63\xcf\x88\xa4\x92\xff\xaf\xb2\x2b\xd1\xa6\xf4\x76\xcb\xbc\xb3\x21\x4c\xe6\x9c\xd2\x3f\x68\xf8\x68\xc6\xbc\x61\x41\xdb\xdb\x45\xc8\x7a\x55\xcb\x5a\x20\x7c\xde\xb4\x05\x1f\x78\x74\x17\x07\x98\x67\x2b\x41\xfb\x77\x14\x2b\xd0\x16\xf3\x23\x97\xbf\x7e\x5f\x51\xfe\x20\x7f\x04\x53\xe5\xeb\xb3\xf3\xf1\x96\xa6\x81\xa2\x15\x21\x47\x4d\xfd\xe4\x34\xd1\xef\xf4\x6e\x6b\x9e\x24\x7f\x54\xbf\x95\xdd\x97\x02\x9a\x09\xd4\x43\x80\x93\x2c\x96\x34\xae\xdf\xea\x27\xb7\xe7\xea\xf7\x6e\x37\xd7\xde\x50\x72\xeb\x6d\x5a\x27\xb7\x9c\xce\x25\xab\x85\xe9\x94\x9b\x7b\x52\x16\x00\x34\xbf\x1e\xbb\x2d\xa6\xb4\x65\xa8\x36\xb9\x66\x94\xc4\x08\x1e\xa7\x4a\x40\x63\xe9\xcd\x51\x5a\x7d\x73\xb6\x92\xc5\xd2\x7b\x9a\x0a\x35\xb0\xd3\x84\x4d\xef\x82\xcf\x3f\x03\x75\xbc\x0b\x30\x5b\x9c\x0a\x19\xa0\xf8\xb5\x85\x5d\x9e\xb0\xf4\x3e\xbb\x03\xbc\x04\xed\x2c\x2c\x37\x82\x7b\x6d\xf3\x8d\xc2\x60\xc7\xf8\x10\x23\x3c\xd1\xd3\x77\x01\x73\x0d\xfb\x45\x9c\xb0\x38\x47\x61\x60\x32\x47\x7e\x12\x59\x69\x35\x1b\x87\x63\xe3\xe6\xcc\x90\x44\x66\x54\x23\xfd\x74\x3e\x95\xce\x66\xe3\xae\x7d\x6e\x3f\x0b\xe0\x6d\x80\x83\x86\xe6\x04\xb8\xf9\xee\x10\xb2\x38\x00\x0d\x42\xee\x74\x40\x93\xf2\x48\xd0\x02\xe1\x89\x26\xf7\x6a\xad\x0a\x39\x03\xab\xff\x79\x5b\x45\xf0\xd5\x68\x30\x55\x52\x5b\xed\x16\x54\x2b\x4f\x85\x42\xfd\x14\x4a\xa8\x9f\xa8\x65\x55\xad\x10\xde\xb6\xd5\x03\x1f\x2b\x1d\xba\x82\xa1\xe2\x3e\x76\x3c\x40\x12\x59\x91\xf5\x59\x82\xc1\xd6\x5e\x93\x50\x50\xba\x69\x63\xf9\x4b\x5d\x24\x11\x78\x6b\x4b\x68\x48\xf3\xd2\x32\x95\x3c\x48\x2d\xa1\x5a\xc7\xbc\xa5\x2f\x67\xd1\x2c\xb4\x7a\x4b\x54\x80\x13\x9d\x40\x57\xe2\x65\x96\x43\xd7\x52\x45\x23\x69\x28\x32\x83\x1f\x66\x12\x83\x89\x1e\x65\x6f\x95\x97\x58\x5b\xcb\xf0\x37\x94\x6f\x42\xb1\x6e\x99\x96\x4e\x58\x7e\x00\xad\x53\xc0\x50\xf2\xac\xf9\x82\x1e\x7c\x56\x7b\x6b\xcb\xe6\xaf\xee\x04\xb6\x48\xfb\xd5\x9a\x41\xae\x03\xac\xdf\x0a\x29\xe8\x3e\x0a\xd9\x47\xfb\x58\xc5\x0e\x53\x56\x53\xaa\x75\xe5\xf0\x34\x5a\x7b\x52\x6e\x30\xc0\xd3\x07\xd7\x4a\xa8\xf4\xa2\xf2\xd9\xba\xb5\x17\x84\x3d\x16\xa1\x8e\x20\x7c\x60\xc3\x9d\x76\x03\xd4\x57\x90\x47\x6a\xb4\xc6\x36\x7a\xab\xbe\x39\xd0\x63\x87\x75\x08\x0c\x35\x80\x16\x62\x49\x73\x23\x1c\x93\xdd\xfd\xd8\xa9\x3b\xe3\xed\x6d\xc4\xe6\x21\x18\xff\x41\x2f\x5f\x65\x1c\x46\x28\x4c\x31\xc3\x62\x14\x8f\x31\xc5\xdc\x86\xdf\xd9\xed\xb8\x05\x55\xd9\x2e\xea\xf3\x6f\x77\x1b\x9f\x4c\x9a\xd6\x84\x0d\x9b\xe9\x27\xec\xf5\x2a\x4b\xc5\x48\x99\x7e\xb5\x3b\x2c\x0d\x0a\x84\xab\xfb\xd4\x57\xb4\x45\x45\x1d\xae\xb5\x66\xbd\x2e\xb5\x06\xb5\x34\x27\x5b\x89\x00\x68\x06\xf6\xad\x2a\xc5\x6c\x81\xce\x8a\xe5\x97\x4c\x8a\xac\x87\x72\xfb\x44\x5e\x6c\xa3\x5d\x8f\x78\xa2\xeb\xd5\xf5\x75\x42\x73\x67\xfe\x01\x3b\xe5\x4b\x25\x39\x9a\xcb\x22\x73\xea\x55\x94\x8d\x19\xd9\x4a\xd7\xeb\x60\x92\xd3\x64\x1e\x10\x42\xc0\x24\x44\x85\x6b\xee\xf5\x58\xaf\x47\x2b\xc5\x84\x08\x03\x84\xb5\x90\x9f\x72\x91\x2d\xcf\x79\xb6\x8c\x6f\x62\x35\x22\xb8\xca\x18\x1d\x91\xb7\x52\xbf\xac\x8f\x95\x17\x83\x4f\x80\xd4\x40\x7b\x19\x5a\xcd\x4b\xb4\xba\x32\x51\x25\x40\x02\xc2\x09\x79\x84\xf7\x5a\x59\x94\x2b\x31\x0e\x64\x8f\xcc\xc3\x77\x5b\x44\xf3\x04\x5c\xf7\x8f\x2c\x1e\x0a\x92\x87\x2f\x6d\x88\x9f\xa5\x91\xf5\xe6\xd4\xa1\x1c\x27\x37\x34\xa5\x3c\x16\xf4\xca\x4e\x5e\x98\x18\x04\x11\x24\x07\x05\x00\x9a\xaa\x69\xaa\x18\x7e\xa9\x41\xf1\xab\xac\xb1\x06\x90\x2f\x1a\x39\x3a\x21\x99\xf7\x70\x95\x85\xa6\xa8\xa2\xc0\x52\xb8\xfb\x13\xf8\xbe\x16\x7d\x4b\xcc\x53\xff\x7a\x03\xe2\xa3\xd7\x32\xc9\x94\xe2\xc0\x2c\x40\x9d\xb3\x8d\xbf\x75\xfd\x77\xb2\x28\x5f\x94\xd3\x33\x2c\xca\x33\xcc\x4b\x33\x9c\x36\x8f\x54\x1a\x99\xd1\x7e\x77\x71\xac\xef\x3b\xe4\x66\xab\x6b\xaa\x0f\x49\xa5\xf3\x07\x9c\x1e\x67\xf1\x0c\xa4\x58\x5f\xde\x6e\xdd\x25\x94\xec\x64\xe3\x8d\x55\x8b\x51\xd1\x3b\x1d\xd0\x41\xa9\xdf\x76\x9f\xae\x64\xaa\xb7\xb2\x41\xac\x32\x3c\x9b\x96\x47\x49\x90\xdd\x7d\xf1\xbd\x31\xb8\xde\x17\x06\x3f\x91\x13\x13\x6a\x5c\x35\x88\xdb\xb5\x55\x18\xa6\xe1\x86\x49\x4e\x48\x3f\xf8\x5f\xf2\x6c\x51\x52\x39\x37\x5b\xc8\x5b\xd1\xe6\xe7\x5b\x9a\x76\xfc\x28\xaf\xf0\x35\xa7\x22\xf4\x0e\x07\x5a\x17\xeb\xac\x13\xe3\x05\x44\xea\x15\xbd\x1e\xdc\x0c\xe8\x96\xa3\x47\x41\x44\x94\x27\x6c\x6a\x4c\xb2\x46\x0f\x74\xac\x6e\x1d\x55\x91\xee\x2c\x8a\x45\x94\xdf\xb2\xb9\x08\x91\x8d\x04\x3c\x32\xe5\xec\xec\x8d\x3b\x80\xa9\xc9\xf2\x9f\x1c\x0b\x18\xb8\x62\x34\xa9\x8b\x68\x99\x2d\x43\xa4\x2e\x18\x73\x0d\x01\xe7\x27\xb8\xa3\x08\xc3\xf6\xa2\x0b\xf6\x8a\xd0\x34\x74\x47\xfd\x6c\xfa\xa5\x6b\x1a\x76\xdf\xb4\xb4\x7c\x47\x6b\x2f\xf3\x00\x0b\xe5\x3e\xf2\x58\xdf\x90\x61\xf6\x74\xf5\x3f\xec\x1a\xfc\xc3\x74\x94\x7a\x7d\xdd\x14\x05\xa0\xd7\x63\xe5\x61\x30\x01\xa5\xa1\x8b\xc6\x20\x20\xc7\xa9\x1a\x0b\x54\x68\xbc\xae\xb2\xa7\xd0\x39\xc5\xe7\xcf\x51\x6f\xe8\x95\xa9\x8e\xed\xbe\x8a\xff\xbc\xa2\xe2\xaf\x29\xf3\x95\x42\x21\x0f\xb4\x3f\xe7\x45\xf5\x2a\x6f\x78\x70\xf8\x66\x72\x74\x1a\x20\x7c\x48\x9f\x70\x95\x50\xd7\xd3\xda\x92\x54\xc4\x37\x84\x2a\x9b\x78\x49\x4f\x17\x74\x4c\xb6\x76\x37\xc5\x87\xdd\x68\x52\x57\xb9\x90\x16\x9f\x71\x21\x0d\xbe\x15\xb2\xde\x13\x4a\x82\x6b\xfa\xdd\x3f\xff\xf9\xcf\xff\xfd\xcf\x9d\xeb\xeb\x6b\xba\xf3\x8f\xff\xf3\xdd\xee\xce\xff\x9d\x4f\xaf\x77\xbe\xdb\xfb\x3b\x9d\xff\xe3\xef\x7f\x9f\x4e\xe3\xef\xbc\x30\x37\xbf\xd1\xd2\x99\xa3\xc9\xf4\x79\xc3\x3d\x72\xaf\x47\x65\xbf\x0b\x73\x93\xfb\x0e\x4a\x5b\xaf\x83\x7f\xbf\xa3\x0f\x81\xba\xed\xfd\xdd\xbe\x63\x33\x9a\x0a\x26\x1e\x02\x75\x9b\x7b\xda\x3a\xda\x36\xfe\xa0\xc6\x4c\xd1\x03\x7e\x47\x1f\x5e\x65\xdc\x84\xb1\x35\xf3\x4c\x36\x8e\x39\xcb\x87\x8b\xa5\x78\xa8\x8f\x3a\x48\x8a\xd1\x82\x2e\xb2\x57\x59\xe3\xa5\x9f\x0a\x98\x49\x3f\x89\x16\x13\x59\xd5\x36\xb3\xad\xa8\xb6\x59\xa9\x48\xb7\x4d\x2e\x31\xfe\x83\x63\xd7\x56\x1b\xaf\x57\x22\x4c\xf7\xab\x8c\x87\x1c\x19\xf1\x58\xb7\x48\xbe\xc9\x88\x00\x69\x97\xa3\x12\xae\xb0\x29\x7c\x7b\x1b\x83\xd5\x41\xa6\x55\xd2\x29\x96\x79\xfb\x4c\x7b\xdb\xe0\x97\x9b\xec\x64\x6c\xa4\x2b\x23\xaf\xb0\x92\xc5\xa4\xfc\x6e\x6c\x32\x62\x88\x63\x21\x30\x7b\xda\xe0\x64\xce\xb3\x45\x63\xcc\x42\xb3\x83\x98\x8e\x40\x8c\xc4\xc1\x1b\x0a\x14\x22\xab\x01\xd4\x5e\x65\xb5\x24\x0b\x79\xa5\x10\x22\x25\x93\x6f\x2c\x6f\x34\x76\x30\x3d\x1b\xf0\x63\xb9\xf5\x05\x37\xa1\xb6\x79\xb6\x08\x79\xcd\x3c\xca\xcc\x43\xeb\x82\x83\x31\x00\xa0\x1b\x5e\x84\xa7\x14\xe1\xa3\xff\xa1\x83\xfb\xac\x3e\x83\xc0\xe0\xb0\x91\xdd\x08\x18\xdb\x65\x39\x02\xc7\x9b\x47\xc0\xca\xa0\x66\x0c\xb2\xd2\x18\xc8\xef\x66\x0c\xee\xe8\x43\x4e\x04\xd6\x56\x63\x39\xe1\x38\x6b\x35\xf9\xd1\xe3\x70\x94\xce\xe8\xa7\x56\xea\xf0\xc3\x18\x42\xb4\x55\xee\x19\x97\x2b\xb7\x4c\x3d\x54\x6f\xa8\x3d\xad\x32\x32\x1a\xe3\x8c\xec\xee\x67\xdf\xa7\xfb\x99\x11\x74\x72\xbc\x22\x7c\x94\x8d\x3b\x39\xa1\xa3\xd5\x58\x99\xa4\xb2\xfc\x8a\xc7\xd3\x3b\x29\x7f\x86\x48\xd9\x37\x7b\x16\xe4\x2d\x86\xb1\x52\x80\x0f\xcb\x01\x5a\x72\xb4\x5e\x6b\xa3\x5b\x88\x3b\xa4\xdd\xdc\x72\xa4\xb0\x7f\x9f\x2a\x33\xc7\xc1\x68\x1c\x20\x84\xb0\x06\x3e\xcf\x4b\x96\x9c\x30\xf3\x1c\x33\x9c\x7e\xc6\xc2\xb2\xda\x50\x9c\xca\xf1\x30\x83\x82\x63\xb2\xb5\xb7\x69\xc9\xc9\x12\xc2\x98\xc4\xeb\xb5\x19\xeb\x1f\xc8\x77\xa8\xd7\xd3\x68\x0c\xc2\xb6\x91\x22\x9c\x6d\x6f\x17\x4a\xfa\xc9\x24\x95\xc6\x03\xdb\x5a\x05\x98\x28\xd4\xc6\xf1\x92\x86\xea\xa9\x78\xd2\x4e\x7d\xd3\xd2\x55\x44\x05\x6b\x37\xdd\xc4\xef\x0d\x1b\xcf\xfd\x65\xfe\x6a\xc3\x1e\x85\xb9\x91\x0a\x34\xc8\x84\xd9\xa7\x38\xcd\x57\x89\x30\xfb\x94\xde\xb5\x78\x6d\xd7\xa2\x1b\x56\xf4\xe8\x12\xa4\x13\x55\xb4\xc8\xf8\x38\x54\x64\x2c\xf7\x23\x70\xae\xd0\x1d\x77\xe3\x30\xcb\x52\x2a\x47\xb3\x4c\x61\x0c\xf5\x7a\xdf\x41\xc0\x36\x2d\x66\x7a\x84\x91\x9a\x81\xfe\x83\xea\xa7\xa2\xf3\xe5\x3b\xe9\x86\x9d\xd2\x8c\x8f\xd9\x2b\xd5\xf8\x54\xf7\x4a\x73\x06\x53\xe3\x05\x32\x3c\x74\xaa\xb6\x77\xb2\xca\xde\x29\x27\xc2\xa8\x93\xcc\xee\x09\xef\x62\x92\x02\x05\xb5\xef\x9f\xfe\x74\x51\x33\xb8\xb0\xa9\xc6\x7a\x53\x65\x6a\x53\xcd\xcc\xa6\xfa\xc7\xd7\x1a\x6d\x7e\xb1\x2f\x46\x9b\x98\x12\x59\x5f\x8c\x3a\x71\xfb\xda\x64\xa0\xe9\x57\x14\xe1\x17\xff\x8f\x76\x61\xb4\xf7\xd4\x12\x35\x09\x77\xc7\xb6\x33\x6f\x28\x79\xd4\x94\xd9\xa0\x5e\xdf\x2d\xb0\x9c\xd4\x36\xb0\xe1\x02\xbf\x7b\x5a\x06\xe5\x74\xee\x09\xa0\xe7\xb1\xb8\x35\x2b\x1b\x1a\xf3\x84\x2f\x89\x3d\x29\x54\xcc\xbe\xdd\xc1\xc1\x16\xa3\xf1\xe1\xdb\x96\x1f\x70\x82\x76\x0b\x6e\x4e\xe7\x66\x45\x99\x02\xe5\x8a\xf2\xfc\xb1\x4a\xde\x14\xa9\x67\x68\xed\x39\x7d\xa4\x08\xa2\xe6\x82\xe9\xd3\x04\x42\x14\xa6\x42\xa7\xaf\xf8\x45\x71\xcc\x54\x48\x5e\x42\x48\x48\x89\x94\x68\xcc\xf9\x60\xcb\x3b\x1f\x38\x9b\x52\xf7\xb6\xce\xa6\xd2\xe6\x8d\x30\x45\x83\x63\x5a\xde\xef\xc3\xd4\xe7\xaa\xe1\xd6\x2e\x42\xfd\x38\x7a\x73\x70\x39\x39\x3d\xb8\x3a\x7a\x3f\x9c\x5c\x7e\x38\x79\x71\x76\xdc\xeb\xfd\x4c\x65\xf6\x17\x2a\x7b\x25\x17\x42\xfd\xf7\xd4\x2b\xdd\xdb\x14\xeb\x29\x9f\xd1\x02\xc9\xff\x60\x9c\xad\xe1\x6a\x0b\x01\x4b\x6e\x9b\xd2\x50\xd3\x31\xe4\x53\xe3\xf9\xbe\x94\xbb\xb2\x82\xa9\x4e\x14\x0a\x2f\x9f\x5c\x26\xcf\xae\x4e\x26\xf6\x6a\x3b\xf1\xf3\xb6\x57\x66\x73\xe9\x2d\xac\x64\xeb\x68\xac\x7d\x69\xaf\x17\x52\xb2\xb5\x57\xd2\xc3\xe8\x85\xd2\xd1\x48\x67\x42\x23\x9a\xc1\xa9\xd0\x00\x8d\xd1\xc1\x07\xda\xff\x85\x86\x6f\xa9\x86\x2e\xfb\x77\x75\x55\x6c\xbe\xbf\xa6\xe6\xb5\x39\x36\x9a\x2f\xbf\xd0\xf0\x27\x5a\x03\x2e\xfb\x85\x86\xdf\x50\xf0\x7e\xd2\xac\xfa\xf7\xff\xf1\x6b\xdb\xad\x6c\x51\x59\xd9\xbc\xec\x2a\x56\xf1\x58\x6c\x94\x16\xb9\x96\x16\xcd\xa2\xe5\x0d\x0b\x96\x7b\x72\xb1\x77\x4c\x35\x8b\xc1\xb4\xb8\xbc\x78\x39\x1a\xbc\xa4\xe6\x64\x95\xa2\x7e\xc3\x42\xe6\x68\x70\xe4\x27\x69\x5b\xb1\x1c\x0d\xfe\xf0\xd3\xbd\xa7\x5e\xe9\xfe\x2a\x85\xaf\x6f\xe8\xff\xd7\x16\x5e\x89\x2e\x2a\x8b\xcc\xc0\x06\xfe\x29\xcb\x88\xda\x65\xe4\x54\x45\xef\x9f\x70\x15\x30\xa7\x02\xe7\x23\xf0\xf3\x13\x39\x6a\x52\xae\xcb\xfa\xba\xea\x5e\xa0\x71\x7b\xb9\x8f\x13\x42\x2b\x12\x8e\xfd\xf2\xb6\xfc\xe5\x27\xb8\x32\xb5\x5f\x7f\xa2\x1e\x0a\xa3\xc3\x19\x56\xa0\x8b\xca\x4f\xd9\x32\x29\x35\x78\xe9\x4a\x12\xb3\x7d\xeb\xf0\x84\xcb\x83\x07\x94\x7f\xb3\x62\x33\xed\xb0\x58\xb8\x3a\xbf\xf1\x5d\x33\xec\x7c\x8a\x6a\xf7\x7c\xef\x78\x98\x03\x5b\xc0\x2f\xd4\x8b\x43\x51\xd4\xae\x72\x4a\xb7\x3e\x54\x3f\xe2\x98\x08\x79\x76\xad\x7a\x68\xc4\x83\x50\xbe\x27\xbb\x38\x43\x7d\xf5\x73\x7b\x3b\xc6\x41\xb0\x9d\x6d\x9f\xd0\xed\x18\x15\xc0\xad\x7e\x7c\x4a\x1d\x9a\x6b\x7c\xa8\x4d\xbc\x6d\x83\x66\x37\xd8\xf6\x4a\x91\xe4\xae\x10\x9d\xdb\x34\xa4\xa6\xa4\x10\xd9\x20\xe4\x1e\x48\xd5\x8f\x8a\x63\xfd\x4a\x31\x15\x58\x08\xf2\x18\xf4\x82\x7e\xd0\x8b\x17\xcb\xfd\x00\x07\xdf\xcb\xdf\x89\x90\x3f\x7f\x90\x3f\x6f\xe4\xcf\xbf\x05\x7f\xeb\x07\xbd\xdf\x57\x19\xbc\xff\x9b\x7c\xff\xbf\x3e\x7d\xf7\x4f\xf9\xf0\x2f\xf5\xf0\x7f\x76\xe5\x03\x51\x0f\x7f\x7f\xb9\x1f\x14\x98\x0b\xf2\xed\xa8\xf7\xfd\x0f\xc1\xdf\xfe\x45\xc6\xdf\xe2\xb4\xf4\x78\xe3\x56\x0b\x13\xfe\xd9\x52\xc8\x43\xa5\xfd\x96\x89\x8a\x7e\x95\x10\x3a\xa0\x24\x08\xfa\x75\xfc\x6b\xd8\x5e\x2d\xc1\x21\x2c\x59\xcb\x8f\xb4\x84\x97\x13\x57\x8b\x6b\x57\xd7\x36\xae\x5b\x35\xec\xae\xbc\xdc\x2f\x8f\x8a\xf5\x3a\xa4\xed\xc6\xa4\xb1\xdc\x52\xa8\x88\x6e\xd5\x5e\x4a\x85\x22\x82\x69\x96\xb8\x02\x57\xc2\xd1\x2e\x1c\xe3\x34\x01\xd4\xe0\x06\xc1\x73\xe8\x57\x1a\x2d\x63\x9e\xcb\x3e\xda\xb2\xec\xae\x25\x06\x41\x3f\xe8\x0b\xa0\xb8\x44\x90\x5d\x3c\x15\x4f\xe9\xec\x67\x24\x11\xe6\xac\xa7\xbd\xcd\x37\x11\x6c\x49\xef\xde\xa0\x4a\x90\x84\xaa\x23\x58\x91\xaa\x75\xd9\xbd\x05\xdd\x51\xe4\x5c\x27\x7d\xc5\xbf\x83\x0b\x3a\xef\x6a\xf2\x67\x33\x77\x8d\xe6\xed\xf2\x16\x8f\x7c\x3b\xe8\x86\xba\xbe\x19\x0a\xc0\x68\xd7\x7d\xea\x9b\x52\x54\xd3\x94\x11\xaf\xf0\x74\xd8\x5a\x16\x9a\x0b\x4d\x43\x9e\x02\x90\xd3\x25\x8d\xc5\x7a\xdd\xb2\x7f\xa9\xcd\x9d\x6e\xef\x21\x80\xab\x52\x2e\x2c\x85\x23\xf0\x99\x28\xdf\x1c\x08\xa5\xdd\x03\xdf\x53\xd9\xcb\x5b\xf1\x57\xbb\x37\xfa\x2e\xed\x2a\xd8\x72\xcb\xbc\xe5\x22\x9e\xde\xc1\x91\xf1\x26\xba\x94\xbf\x11\x5e\xb6\x91\x8d\x65\x6d\xf1\xf4\x0e\x80\x74\x6e\x85\x51\x13\xcc\xf3\x12\x08\x9c\x7a\x9b\x65\x42\xbd\xbe\xa4\x3a\x61\x9a\xcd\x68\x29\xe5\x26\x6a\xbb\xa6\x37\x2c\xad\xd1\x11\x00\xc9\xab\x6b\xa0\x46\x6f\x5f\x57\x8f\x06\x89\xab\xda\xa2\x09\xfc\x78\x9d\xad\xd2\x59\x6e\x6c\x44\xe7\x79\x5f\x37\xb2\x30\x77\x87\x0a\x2d\x19\x1c\xd5\x42\x73\x75\x48\x53\x41\x15\x62\x80\x68\x82\x76\xa8\xa5\x69\x07\x7d\xb7\x4d\x7c\x05\x51\x88\x5c\x44\x00\x21\xf3\x35\x78\x17\x35\xe6\x52\x9d\x30\x42\x39\xfd\xc4\xf4\xa8\x78\x01\xe8\xaa\x98\x1c\x37\x11\xfd\xb4\x04\x2b\x4c\x3b\x6d\xfa\xa6\x0c\x07\x2f\xde\xbd\xee\x77\x17\x2c\xcf\x59\x7a\xd3\xe5\x74\x1e\x20\xb3\x94\xf5\x60\x67\x8b\x05\x13\x1b\xa7\x23\x5e\x8a\x15\x6f\xbd\xc5\xd3\x9f\x2f\xe8\x3c\x0f\x1d\x7d\x40\xce\x24\xbb\x31\xa0\xfd\x0a\xfd\x1f\x28\xac\x51\xb4\x33\xe2\x3e\x10\xa1\x21\xee\xb0\x12\x1c\xcc\x5b\xe5\x76\xc4\x04\x2a\x36\x04\xff\x0a\x34\x74\x3c\x40\xa8\x49\x32\xec\xf5\x82\x1d\x91\x2d\x77\x12\x7a\xaf\x83\xe2\x82\x6b\x5a\x51\x0d\x43\xe6\x96\x79\x10\x6c\xcf\xc0\xe6\x0b\x7f\xf7\x6f\x02\x6d\x9b\xf4\x8e\x9e\x41\xc7\x5b\x4a\x65\x6e\xe0\x11\x16\x8a\x91\x04\xff\x91\x06\x48\x71\xd1\xbc\xcc\x6b\xd9\x3c\xdc\x35\x46\x4e\xaa\xef\x39\xfb\x83\x42\x20\xf1\xfd\x2d\xef\xad\x56\xf8\x84\x68\x1f\x79\x6f\xe1\x96\x59\x96\x0b\x04\x5a\xa7\x5b\x9d\xca\x80\x03\x0b\x20\xa7\xda\x5c\x57\xca\xd2\x23\xdb\x7c\x49\x52\x21\x35\xb5\x20\x1b\x69\x0d\x62\x0d\x41\x81\xde\xaa\x6b\x43\xfc\x52\x4d\xd0\xd6\x35\x1a\x79\x12\xe2\x8b\x76\x1c\x45\xab\x65\xcf\x11\x16\x83\xd2\x9a\x11\x48\x7d\x8f\x67\xb3\x90\x6b\x03\x02\xa0\x41\xfd\xc6\xa3\x61\x49\xa4\x2d\x4d\xc0\x4f\xdc\xb0\xa5\xd6\x5a\x00\xba\x8b\x3a\x6c\xa0\xaf\xda\x6c\xe9\xa7\xd9\x8c\x1a\x94\xec\x1d\xd9\xba\x7e\xb0\x9d\x46\x6c\x86\x19\x42\x7d\x1a\xcd\x68\x42\x05\x0d\x53\xa4\xa2\xb3\x95\xb2\x35\xaa\xc4\x2b\xbd\x04\x6d\x38\x78\x41\x32\xed\x50\x09\x01\x62\x01\xa5\x20\x26\xdc\x01\x1a\xe4\x84\xc3\x88\x18\x23\x2e\x5d\x8f\xe1\x5a\x21\xb7\x71\x4d\xf5\x97\x17\xc0\x72\xe4\xfb\x29\xa9\xad\xe9\xdc\xc6\x2d\x64\xb3\x3e\x55\x2e\x40\xa9\x8a\xc2\xc7\xe4\x0e\x96\xf7\x33\xa7\x71\xd3\x4d\xe8\xc7\xd8\x82\xef\xaf\xb0\x66\xcb\x09\x36\x80\x6d\xfd\x69\xe1\xf5\xbf\x31\x2c\x86\xd9\x3f\x4c\x31\x1e\xf2\xb1\x5c\x45\x73\xca\x39\xe5\x91\xf3\x86\x50\x66\x42\x5e\xa9\xaa\x4f\xcd\xce\xaa\x8e\x88\xa9\x66\xb7\x15\xda\x55\x2f\x6d\x4c\xc4\x47\x05\x74\x64\xbc\xee\x44\x54\x7a\x96\xb2\x86\x41\xd2\xed\x8b\xc8\xfe\x0e\x11\x4e\x62\xfb\xda\xfc\x0c\xad\xb2\x66\xd1\x2a\x2d\xb4\xc0\x73\x60\xee\x81\x06\x80\x2d\x9c\x32\xaa\x23\xda\xbc\x8f\x11\x3e\x9a\x45\x67\x3f\x9f\x0e\x2f\xc6\x4e\x0d\x0d\xf0\xaa\x84\xe1\x34\x62\xb9\x07\x89\x4b\x98\xc5\xb4\x6e\x80\xab\x2f\xa7\xc5\xa9\x42\xe4\xce\x1e\xe8\xcc\x9a\xb1\xe4\x64\xe4\x47\xff\x32\xc8\x8d\x6c\x1e\x3a\x48\xf8\x50\x90\xdc\x0a\x49\xc1\x3c\xcb\xae\x63\xde\xbf\x8e\xff\x90\x02\xb4\x79\x04\x83\x37\x44\xad\xdc\xfb\x2a\xe3\xef\x2e\x8e\x49\x2e\x3a\x80\x01\x5b\xc2\xc6\xd2\x42\xf3\xbb\x8b\x63\xf4\x2b\x25\xef\x2e\x8e\x71\x2d\xdf\x4a\xe5\x7b\xf4\x21\x69\x75\x36\x45\x2d\x3e\xa6\xd6\x56\xf9\x53\xa4\xfd\x33\x91\xb8\xe5\xd9\x47\x10\x09\x87\x9c\x67\x3c\x0c\x0e\xb3\x55\x32\xeb\xa6\x99\xe8\xce\x59\x3a\xeb\x82\x63\x9e\x6c\x46\x57\x8a\xed\x92\x62\x16\x74\x7a\x1b\xa7\x2c\x5f\x74\xe7\x19\x87\x2f\x97\x71\xca\x84\x46\x5a\x0e\x50\xe7\x57\x4a\xca\x95\x84\xc1\x8a\x27\x80\xef\x5f\xeb\x41\x51\xa8\x28\xe5\x71\x9e\x53\x2e\xae\x6e\xe5\x64\x30\xa1\xa2\x20\xcc\x94\x62\x5a\x07\xa6\x78\x39\x7c\xf1\xee\xf5\xe4\x62\x78\xfa\x72\x78\x31\xb9\xba\x18\x0e\x7b\xbd\x30\x8d\x54\xa0\x7b\xb5\xe7\x5e\x71\x4a\x81\x9d\x2e\xc5\x26\xdc\xb4\x8d\xd0\x19\xee\x52\x7d\xf3\xc5\x64\xa5\x23\xcd\x16\x26\x69\x24\xb2\x26\x20\xa3\xa6\xe4\xcc\x87\x43\x90\x14\xec\x61\xdb\x37\x5e\xf9\x68\xdb\x1e\x99\xd6\x84\x03\x3a\x92\x3c\x29\x49\x0c\x3a\xb9\xcb\xe7\xdd\x66\xfa\xc4\xae\x6c\x73\x8d\x98\xdd\x52\x8a\x8f\xb4\x05\xd8\x6a\xae\x3e\xe5\xd7\xfd\x95\xd5\x95\x0b\x69\xa8\x6d\xc6\x66\x4d\xc2\x20\x35\x0b\x55\x21\x7c\xd4\x44\xed\x76\xb2\x81\x96\x55\xe8\x46\xe5\x37\x6a\xdf\x0a\xcf\xd9\xc5\x7e\xc3\x21\xa5\x87\x6e\x22\x6b\xaf\x8b\x96\xde\x8e\xdf\xc0\x50\x3a\x6d\x1f\xe4\xce\xec\x70\x42\x76\xf7\xb9\x33\x9a\xe7\xdb\xdb\x48\x8c\xf8\xd8\xf5\x1b\x8e\x8b\xb4\x8c\x57\xb3\x60\xc2\x6f\xdb\x9c\xa5\x71\x92\x3c\x3c\x36\x75\x6b\xaf\xf8\xcc\x31\x52\xc5\x87\x1b\x51\x52\x82\x4a\xa6\xa0\x8a\x9a\xc2\xe6\x61\x5b\xb5\x65\x87\x88\x4a\x41\x9d\x3a\xa7\x8a\xd3\xbf\x89\x6e\x3c\x9d\xd2\x3c\xef\x42\xea\xae\x92\x48\xba\x82\x53\xda\xcd\x56\x22\x67\x33\xda\xcd\xe6\x5d\x71\x4b\xbb\x2c\xcd\xe5\x46\x98\xf1\x6e\x58\xaf\xb9\x3b\x4f\xe2\x9b\x2e\xcb\xbb\xc6\xf6\x14\x05\xc8\x40\xb9\xcc\x7d\x80\x74\xd4\x29\xe3\xa5\x2f\x94\x03\xc5\x7d\xfb\x81\x73\xd3\xf9\x70\xc9\xa9\xdc\x5f\x0f\xf8\x4d\x53\xc4\x2b\xb3\xcd\xcf\xd8\xec\xd0\x57\xcb\x94\x81\x14\xbc\xe3\xd6\x31\xb8\x21\x36\x7c\x3e\xac\xe1\x39\x37\x1d\x01\x6d\x72\xb5\x24\x5b\x4b\x6b\x82\x73\x28\x2b\x93\x6f\x3c\x1d\x93\x0d\xab\x0b\x72\xdc\x76\xd0\x0f\xb6\x69\xa4\xce\x2a\x45\xb1\x01\xeb\xfe\x5e\x8d\xec\x83\x20\x8f\xb3\x87\x34\x5e\xb0\xa9\x6a\x10\xa0\x03\xa8\x17\x57\xf1\x8d\x7c\xf2\x46\x51\x3e\x2a\xb2\x84\xa7\x36\x42\x73\x3e\x8e\x10\x6c\x63\x6b\x0f\x6b\x9f\x06\xf3\xa8\x49\x3b\x4e\x12\xca\xbd\x0a\x2f\xa7\xd9\x12\x22\x00\x78\x91\x3a\x5a\xeb\x50\x65\x1c\x19\x39\x71\x6b\xb7\xc0\xd7\x5f\xab\x35\xf9\x22\xac\xa4\xba\x8e\xc1\x33\x62\x23\xa9\x9e\x0c\xe5\xb5\x94\x11\x90\x39\x3b\xa5\xb7\x24\x83\xf2\x63\xf2\x98\xd3\x64\xde\xff\xd5\x22\x5d\x47\xd3\x2c\x15\x3c\x93\xa3\x84\xb0\x2f\x5a\x51\x0c\x8c\x87\xfd\x01\x0e\x5a\x8b\x68\xe2\xa2\xc6\x82\x17\x35\x32\x87\x87\xc8\x84\x43\xbb\x11\x60\xa2\xb2\x89\x3b\x3c\xc6\x3a\x35\xd1\x71\xc5\x0d\x19\x61\x5a\x67\x55\xaa\x85\x26\x07\x7e\x54\xe8\x13\xa6\x36\xc8\x6f\x3e\xaa\x03\x06\xc8\xf7\xf3\x68\x78\x72\x7e\xf5\x61\x72\x70\xf1\xfa\xd2\x89\xf8\x4a\xba\x72\x72\xbe\x0e\x32\xa2\x46\x3d\xf7\xc0\xd1\x56\x24\xef\xf5\x72\x1d\x00\xd0\xfd\x52\x82\x29\x4e\x1c\x74\x5a\xe9\x83\xec\xf4\xaa\xd7\x5b\x6d\x11\x92\xa8\x59\x99\x92\x04\xcf\xc8\x34\x5a\x64\xab\x54\x9c\x67\x2c\x15\x9d\x38\xa2\x10\xd4\x8e\x3c\xba\x97\xfd\xd9\xc6\xae\xab\x0c\xa6\xeb\xea\x49\x77\x7d\xb6\xa9\xbb\xd3\x7a\x4f\x8b\xf6\x6a\x4c\xf9\x60\xc3\xbe\xe3\x82\xda\xe9\x29\x72\x63\xcb\xcd\x79\xc5\x3f\x3d\xf9\x24\xe4\xaa\x15\xf6\x30\x54\x58\xa3\xb7\x58\xe3\x78\x55\xd9\x52\xc3\x09\x2a\x8a\x73\x95\xca\x5e\x6a\x3e\xde\xc6\xe9\x2c\x51\xd5\x41\x20\xcd\x10\x61\x65\x22\x7e\x05\x41\x3d\x44\xe4\x3d\x15\xba\xa6\xc3\xc6\x68\x42\x76\xa5\x3e\x08\x9d\xee\x92\x26\xf3\x66\x83\x16\xb9\x5c\x74\xa2\xab\xb8\xe1\x92\xa4\xdb\x46\xeb\x83\x1a\x36\x53\x7f\x15\x1d\x9e\x9d\x5e\x5e\x1d\x9c\x5e\x4d\xae\x0e\x5e\x6b\xc1\xa8\x99\xef\xeb\x1b\x47\xb3\x04\xc3\x8d\x32\x34\x8d\xbc\x85\x5b\x9b\x65\x5b\x07\x14\x8a\xa9\x26\x2a\x29\xca\x3d\x33\x9b\x21\x43\x9d\xfb\x79\x79\xf4\xaa\x15\x08\xb5\xc0\xd0\x7e\x71\x87\xf4\x35\xac\xa9\xe2\xf9\x5d\xb2\x19\x55\xf2\xa7\x7a\x63\x92\x23\x23\xc3\x36\x6f\xaa\x30\x55\xff\xb3\x67\xe7\x86\x8a\x97\x36\x88\x55\xd3\x3a\x68\x25\xf2\x47\x2d\xc9\xfa\xe2\xe1\xe6\x56\x78\x9a\xe1\x90\x3e\xbf\xc3\xa5\x6c\xcf\x9c\xc0\x72\x1e\x4d\x2d\x45\xd1\xd7\xd0\x68\x45\x78\x2f\x10\x9e\x08\x38\x70\x5e\x0b\xfc\xb1\x3a\xa9\x15\xc4\xbc\x89\x30\xfe\x3b\xb0\xa3\x6a\xbb\x14\x1d\x59\x8b\x08\xef\xea\x65\x28\x8c\xd4\xf8\xa9\xf5\xf6\xcb\x79\x02\x6a\xa5\xbd\x17\xc1\x47\x95\x6c\x9d\x68\x8c\x7a\x5d\x63\x61\x2a\x43\x79\xcd\x19\x38\xd1\xe6\x4e\xb7\x71\xfe\x33\x8f\x97\x4b\x3a\x33\x32\x26\xd3\xc5\x48\xe9\xfe\x82\xce\x75\xac\x89\x96\x57\xb2\xec\x52\x98\x0a\xb0\x51\xdf\xed\xfb\x01\x1d\xb8\x87\x0b\xcd\xb3\x4c\x40\x09\x00\x1d\x28\x30\xdd\x68\x40\x33\xab\x9e\xfe\x4a\x86\x12\xb6\xa3\x46\xaf\xee\x0d\x86\xb2\x33\x2d\x1d\x42\x95\x57\x24\xbb\xb9\xa1\x3c\x0c\xbc\x39\xd6\xfd\x06\x2d\x45\xe9\xfb\x61\x42\x63\xae\xe8\x22\x30\x2e\x63\x8d\x28\x70\x14\x75\xb8\x32\x17\xbf\x8d\xa6\x32\x93\xfe\x22\x13\xa1\x90\x83\x85\x9d\xfe\x52\xc9\x87\x0a\xd1\x74\x16\xf4\xb5\xd9\x66\xc6\xfc\x41\x30\x20\xa4\x76\x36\xad\xd9\x92\x9b\xdf\xa1\xa8\xca\xe6\x67\xe5\x9b\x3d\xaa\x30\x27\xbd\x0b\xe7\xcb\x52\x02\x40\x9b\xcb\x41\x73\x35\xda\x1d\x4b\x52\x36\x4e\x6a\x78\xcf\xf3\x70\x43\x03\x55\xee\x68\x77\x8c\xfa\x1a\xf0\x12\xe6\xf4\x40\xe0\x3b\x81\xaf\x04\x79\x84\x6b\xdf\xc6\x58\x82\x60\xd3\x72\x36\x0f\x83\x7e\x00\x06\x4f\x3b\x50\xb2\x3e\x0d\x8e\x28\xa6\x78\x6b\x77\xdc\x31\xee\x10\xf9\xea\x5a\x5d\x2d\xcb\xfe\x23\x80\xa5\x77\xaf\xc4\xb6\x05\x99\x1d\xc9\x15\xb2\xb5\x37\x2e\x94\xb4\x91\x24\x1b\x3c\x69\xd3\xd1\xee\x18\xc7\x24\x1d\xed\x8d\x3b\xe9\xe8\x3b\xe5\x35\xcf\x66\xb2\xdb\xb1\x76\x15\x28\xc5\x36\xc8\x50\xa7\x74\xc1\x9f\xf7\x7a\x61\x4e\x84\x71\x8d\x3e\x9a\x21\x9c\x93\x4d\x98\x97\x39\xc2\xc0\x20\x58\x94\xfb\x08\x7e\xb2\x4e\x9c\xe3\xad\x5d\xac\x82\x72\xca\x9a\x57\x24\x73\x23\x14\x05\xe8\x87\x9d\x3d\x3c\x25\xab\xc1\xa5\x08\x39\xce\x8c\xa3\x7e\x14\x20\xd4\x3f\x83\x57\xa8\x73\x1d\x0d\x4f\x5e\xf8\x61\x5b\x27\x47\x97\x93\xf7\x47\x97\x47\x2f\x8e\x87\x10\x08\xf0\x21\xa1\xd0\x37\x0f\x43\xf1\x40\xf2\xa9\x29\x2c\xc9\x03\x11\x4e\x31\x94\x15\xb0\xfc\x3d\xcb\xd9\x75\x42\x03\x24\xf9\x3d\xae\xb4\x37\xc6\x53\xbc\xb5\xa7\x1b\x5b\xe0\x73\x41\x32\xe5\xc0\xb9\x4c\xe2\x87\x7e\x37\xcd\x52\xba\x1f\x3c\xd5\x9e\xf0\xa0\xf5\x58\xf4\xa4\xbb\x4d\x0d\x5b\x96\x45\xb6\xc9\x84\x63\xe6\xf1\xc1\x14\xb3\x4d\xd0\xef\x02\x40\xdf\x9f\xe1\xa9\xf3\x34\xee\xb2\x41\x5d\xf6\x7c\xfe\x2c\x14\xb3\x69\x5c\x09\x0b\x7e\xcf\x87\x83\x50\x00\x11\xd6\x59\x60\x3b\xe8\x56\xc6\xd3\x90\x1e\x58\x86\x0c\x32\x11\x72\xd4\x37\x60\xf5\xdd\x73\x1b\xff\x25\x9e\xde\xd2\x99\x43\xef\x45\xf8\x89\x59\xb8\x13\xe4\xb1\x6d\xa5\x98\xc3\xa2\xec\x43\x27\xad\xd0\xac\x22\x27\x65\x40\xbc\x88\x97\x28\xac\x93\x4e\x93\xc2\x53\xa6\xbd\x94\x59\xc1\x4a\x4f\x71\x0c\xe4\xa8\x09\x97\x3e\xf7\xeb\x25\x00\x88\x00\x1d\x9c\x2b\x18\xa4\xc2\x38\x80\x8a\xd6\x93\x2e\x37\x6b\xa5\x1f\x00\xce\xa6\x5a\xf3\x6c\xb4\x37\xc6\x39\x61\x66\xd5\x03\xb2\x26\xaa\xf6\x71\xaa\x1d\xbb\x37\x2c\xe9\x18\xd9\x75\xdb\xb1\x4e\xb9\x2b\x38\xf5\xd5\x97\x6f\x32\xf0\x57\x6e\x7f\x34\xc6\x33\x92\xc8\x25\x2d\xf0\x14\xd6\x31\xf0\x98\x15\xf1\xac\xba\xe4\xca\x3c\x14\xe1\x0c\x27\x83\xe9\x68\xea\xdc\x78\xfb\x99\x72\xf4\x38\x91\xdf\x62\x9c\x23\xdc\xd2\xf8\x95\xbf\x54\x0f\x37\xad\xb9\x67\xe1\x6c\x9b\x15\x97\x46\xcb\x58\xdc\x5a\x98\x6d\xb5\x9e\xd2\xa6\xcf\xb3\x38\x97\x0b\xea\x0f\x3a\x03\x63\x5c\x90\x1f\xbe\x16\x8f\xbb\x6d\xc1\xc1\xba\x02\x13\xe6\x92\x2e\x56\xb6\xa5\xe4\x2f\x52\x6e\xd3\x7a\x1d\x36\xbc\x95\x2c\x63\xe2\xde\x21\x3f\x0a\x03\x5d\xaf\xa1\x96\x81\xb5\xe2\x72\x12\x62\x7d\x11\xe2\x93\xcf\x61\x75\xce\xa6\x8f\x03\x36\x9f\x0a\x52\xe5\xc2\x0f\x82\x35\xbf\x7a\xf9\x24\x57\x14\x10\x95\x01\x58\xe2\x3c\x4e\xf2\x07\xcb\x0e\xd5\x7c\xfd\xd9\x7c\xcf\xf0\x3b\x55\xad\xf1\x5d\x80\x9a\x3b\x65\x7f\x8f\x10\x0d\x44\x9f\xb7\x8c\x97\xe7\xca\x2c\x7c\x89\x01\x30\x76\x71\x39\x86\x54\x53\x40\x2f\xd6\xf4\xb6\x93\x8e\xee\xe9\x98\x30\xab\x68\x57\x7e\x81\x56\xd1\x6e\xdd\x03\x95\x81\x25\xce\x89\x12\x92\x62\x04\xee\x82\xf1\xb8\xd3\x60\x68\xb7\xea\xf5\x56\xa3\x6f\xc6\x03\xf9\x9d\xac\xfa\x39\x20\x12\x87\xf0\x04\xee\x6e\x22\x54\x28\x1f\x4c\xbe\xc9\x71\x0a\xc9\xac\x43\x5f\x04\x52\x96\x5c\x24\xca\x79\x5a\xd4\x82\x1e\xbe\x0a\x10\x7e\xb9\xe1\x3c\xa0\x4e\x02\xa3\xdb\xe8\xe4\xdd\xd5\xc1\x8b\xe3\xe1\xe4\x70\x78\x7c\x3c\x26\x5b\x4a\x46\x1c\x9d\x8a\xb1\x39\x19\xe8\xc8\x31\x4d\xb1\xed\x5a\x8c\x82\x64\xee\xd1\xdb\xb1\x75\x47\xc7\x47\xb5\xc3\x0e\xec\x55\x8f\x85\x43\x07\xea\xb2\xb4\x4b\x91\x1e\x7d\x57\xc3\x6d\x9c\x9f\x7d\x4c\x8d\xdd\xba\xb9\x2f\x4d\x51\xaf\x27\x2c\x97\x4c\xd1\xf7\xbb\x30\x76\xe9\x98\x50\x00\x43\xd7\x26\x74\x5b\xa4\xd9\xc8\x51\xd7\x72\x43\x85\x57\xb6\xb2\x3e\xce\x0d\xf3\xdf\x85\xa6\x59\x2a\x69\x4c\x1b\x52\xb4\xcf\xbe\x37\x08\x09\xfb\x6c\x7b\x1b\x79\xad\x1a\xb1\xb1\x6d\xd8\x88\x8d\xa1\x6d\xf2\xbf\x65\x05\x5c\xdd\x18\x1e\x8b\x5a\x44\xd2\xa3\x10\x21\xfc\x4a\x90\xd1\x78\x3f\xdc\xc5\x53\x75\xd6\x7c\x05\x68\x82\x28\x7c\xa5\xa3\x95\xfd\xd1\xc2\x1a\xd2\xaf\x51\x0e\xa7\x46\x39\xcc\x48\x5a\x3f\x5b\xb1\x16\x85\x5a\x59\x69\x26\x67\x4d\xfe\x28\x69\xcc\x68\x45\x63\xe6\x05\x56\xad\x3a\x93\xc8\x35\x0b\x6b\x55\xc1\x24\x82\xc4\xae\x7e\x9e\xc6\x0b\xaa\x7c\x97\x66\x7a\x46\x28\x98\x56\x97\xa2\xac\x72\x64\x9f\xb6\x20\xe6\xaa\x5a\xb2\xee\x52\xdf\xaa\x0d\x83\xed\x14\x75\x04\xc9\x54\x48\x55\xe1\x92\x1c\x0b\x64\xaf\xca\xb7\x5e\x85\x16\x59\xaa\xcb\x3b\x82\x58\xd1\x49\x84\x0c\xc9\x8e\xdc\x50\xf1\xd2\xbf\x71\x68\xd4\x35\xba\x63\xa7\xe6\x6d\x5e\xf7\x8d\x05\x8b\x3d\x54\x57\xb4\x91\xad\x1a\x91\xa7\xf4\x18\x9e\x41\x9e\xb2\x0f\x32\x53\x94\xb6\xe8\x35\xd3\xda\x2c\x29\x55\xa4\x1c\xf8\xcd\xdd\x72\x5c\xba\xa6\x1b\x18\x80\x65\x8a\x06\xed\x59\xaf\x83\x19\xbb\x0f\xf4\xa6\xc7\xda\xf5\xa6\xbe\x5e\xd4\x8f\xd3\x2e\x33\x35\xde\x83\x99\xb8\x38\x3a\xe0\x8d\x6c\x47\x18\x4c\x40\x57\x3d\x99\x04\x5e\x78\x1c\xf5\xd9\x2a\x97\xa5\x5c\x09\x3e\xb4\x26\x2d\xce\xc8\x91\x08\x53\x3c\x72\xb9\xc7\xce\xde\xc5\x02\x8a\xf4\x5f\x09\x50\x5a\xcf\x6a\xd8\x7f\x19\xb6\x2a\x7e\x6d\x3c\x1f\xc3\xa6\x60\x8f\xea\x70\x07\xaa\x14\x23\x51\x15\xa1\xc4\xd9\xff\xe6\x4a\x54\xf0\xe3\xf9\x98\xd3\xb3\xef\x05\x5b\x0a\xa8\xa6\x39\x9c\x66\x63\xab\xfd\x70\x45\x1e\x0b\x34\xca\xc7\xe5\x62\x9c\x66\x3d\x26\xab\xb2\xbd\x68\x8c\x1b\x47\x48\x03\xc7\x00\x3e\x58\xd5\x6f\xbd\xd7\xcb\x1d\x72\x4c\xcd\x43\x37\x21\x27\xb1\xb8\x8d\x16\x2c\x0d\x1d\x4e\x46\x43\x9f\x3a\x31\x79\x2c\x9e\xd7\x16\xbb\x6d\x4c\xc9\xee\xfe\xf4\xfb\x64\x7f\x6a\xb6\xe0\x39\xc9\x47\xd3\x71\x27\x1e\xcd\x2b\x3d\x8e\x45\x38\x45\x45\x51\x9f\xc5\x1b\x7b\xa7\x71\x71\xf0\x41\x4f\x68\x0c\xa4\xdf\x72\x11\x86\x19\xce\xcc\x7e\x9f\x46\xf7\x8c\x7e\xc4\xf2\x28\x5f\x9e\x5c\xb9\xf3\x57\x9b\x8e\x13\xf2\x9b\x08\x57\x68\x3f\xac\x6a\xde\x3d\x82\x65\xb3\x00\x81\xd6\xc4\xaa\x06\x20\x8c\x33\x2a\xa4\x5c\x95\x20\x9c\x98\x20\x86\x8c\x7e\x24\x31\x4e\x46\x0f\x74\x4c\x32\x9c\x18\xe0\x40\xef\x76\xc9\xdd\x8a\xf4\x7a\x61\xa2\x59\x28\x71\x6f\x4d\x40\x9e\xdc\x48\x3b\x09\xc2\x73\xf2\xc4\xfd\x9b\x17\xfa\xf9\x85\x3c\x7b\x74\xd4\x10\x90\x29\x56\x3b\x6e\x0c\x60\x05\xb7\x51\x3c\x9b\xd9\xa8\x17\x72\x22\xa7\x08\x4f\x9d\xa2\xac\x82\xfd\xa4\x15\x65\x33\x12\x04\x5b\x84\x4c\x0d\xaf\xe8\xcc\xd6\xeb\x90\x56\x8d\x42\xa6\x65\x7d\x9b\x51\xb5\xe1\x69\x34\x29\x21\x96\x01\x4e\xb0\xa7\xa5\xdb\x5c\x4c\x09\x3d\x3e\xd0\x60\x4f\x4b\x90\xc5\x3e\x89\x90\xe2\x29\x5e\xe1\x39\x9e\xb9\x40\x2b\xfe\xa4\xa9\x03\x93\x9c\xb7\xa5\x53\x77\x9a\x14\x52\x14\x34\x29\x1a\xda\x31\x6b\xef\xd1\x26\xb6\xdf\x72\xbd\xb6\x34\xd7\x6b\xde\x3c\x3d\xef\x66\x6d\xda\x7c\x9d\x86\x97\x9a\x4b\xb7\xdf\x5a\x69\xed\xac\x4c\xd7\x6e\x7a\xa0\xfd\xb7\x14\x0f\xf6\xb7\x43\x38\x88\xe8\x31\xc3\x19\x29\x6d\x68\xc0\x35\x75\xf1\xfb\x40\x56\x79\x45\x89\x9a\x62\xa1\x15\xa5\x39\x15\x25\x05\xaa\xc0\xa9\x9a\xc4\x15\x51\xe2\x72\x09\xa3\x18\x27\x24\x8d\x1c\x3a\x38\x9e\xfa\x8f\x26\x91\xb9\x68\x35\x1c\x2a\x6c\x52\x08\xba\x43\xc1\x68\x0c\x8c\xc0\x1c\xb4\xf7\x77\xf6\xb6\x08\xc9\xf7\x35\x2b\x26\x62\x94\x8f\x71\x42\xae\x84\x76\x68\x59\x21\x79\xae\x1f\xed\x8d\xf7\x41\x7f\xe9\x4e\xfd\x53\x49\x48\x99\xd2\xe6\x4e\x11\xbe\x12\x91\x56\xb3\x00\x72\x4b\x8a\x13\xcc\x10\xc2\xf9\xce\x4e\x61\x74\x9f\x9e\xc6\x40\xf2\x0f\x55\xe3\x8c\x70\xc7\x44\x06\xde\xef\x7e\xd9\x33\x8d\xa3\x4e\x93\x56\x71\x93\xea\x62\xe6\xe9\x5d\x36\x6b\x89\xac\x1c\x76\x27\x7a\xbd\x6a\x5b\x95\x22\x08\xf5\x7a\x77\xd5\x2e\x32\xc9\xef\x04\x5e\xe1\x14\xe7\x98\x7b\xfa\x91\x19\x49\xbd\x4e\xa5\xad\x9d\x4a\x51\x87\x7f\x79\xa7\x9e\x50\x7d\x95\x3a\xe5\xb5\x5d\xe8\xe6\xca\x79\xd1\xaa\x62\xc5\x41\x0e\x45\xc8\x40\x6c\xb1\x71\x3f\xeb\xcd\xd3\x4a\x97\xa5\x1b\xd9\xa4\xd7\x33\x9b\xa3\xfc\xd5\x88\x6c\xf4\xf9\x6a\x27\xea\xcd\x1d\xc2\x53\xc9\x7d\x4c\x1d\xd3\xc6\x3a\x2e\x44\x28\x70\x0e\x00\xab\x85\x3c\xd7\x7f\x76\x8d\x1a\x83\x54\x6e\x13\x81\x37\xc6\x41\xcc\x59\x7c\x91\x25\x34\x60\x69\x37\xed\xf5\xaa\x25\x73\xf9\x09\x9f\xc9\x83\xb0\x4b\xea\xe5\x4f\x37\xf2\xfb\xac\xca\x67\xd3\x8d\xfc\x5e\x33\xaf\x8d\xf7\xe3\x96\x67\x41\xc8\x23\x81\x9f\x79\x63\xfe\x39\x57\xb2\x4e\xe2\x6e\x94\xb6\xc1\xa0\x9d\x37\x89\xdd\x62\xd0\xac\xa6\x1e\x2d\xe8\x78\x8c\xfa\xf0\xbf\xc4\xa0\x9f\x90\xe6\xcb\x8d\xae\x0c\x65\x28\xaa\x43\xcf\xd2\x97\x67\x27\x01\x88\x1c\xde\x16\x5f\x19\xe3\xca\x57\xb3\xcd\x41\xa7\x1b\x34\x09\x4d\x27\x27\x3d\x04\xa9\xfe\x61\x63\xce\xb3\xf2\xbe\xb1\xc9\x2c\xa8\xd7\x63\xed\x97\xef\xde\x9c\xf2\xcf\x90\x84\xde\x08\xb9\x0d\xf1\x5e\x6f\xab\x12\xda\x5e\xc7\x10\x44\xe6\x10\xfa\x9b\x90\xec\xb6\xdc\x78\xd2\x74\xeb\xa9\x82\x6f\xed\x2a\xa7\x2a\xad\x76\x60\x34\x0f\x33\xfb\x6d\xaf\x32\x9c\x5e\xb0\xa5\x86\xa1\xf6\x65\xad\x82\x35\x4c\x68\x69\x71\xa8\xb2\xca\xc5\xf8\x92\x89\x59\x2e\x1b\x6c\x14\xfe\xa2\xc5\xd1\x60\x4e\xf8\x45\xf4\x5b\x1f\xb9\xcd\xf4\xf9\xdf\x6a\xb4\xe0\x0c\x97\x8b\x3e\x2d\x70\x0a\xb6\x04\x4e\xd5\xf9\xa2\xe4\xa1\x1b\x39\x82\x7d\x49\x45\xcc\x92\x3c\x7c\x64\xca\x46\x5e\xd5\xd1\xdf\xda\x2d\xbc\xeb\xdb\x37\x9f\x9b\x7b\xaf\x50\xf7\x8c\xef\xea\x96\x96\xbb\x25\x4b\xcb\xdd\xb2\xa5\xe5\xae\x6f\x69\xb9\xb5\x5b\xb5\xa9\xdc\x2d\xdb\x54\xee\x56\x6c\x2a\x77\x37\xd9\x54\xda\xd4\x25\xeb\xc9\xdf\x95\xb1\xc5\x1f\x02\xbf\xaf\x5f\xf2\x58\x5b\x08\x29\x16\x1b\x55\x67\xf9\x0c\x67\x2c\x21\x94\xce\xc4\xd8\x42\x58\xd7\xc5\xb4\x6c\x92\xf1\xbb\xd0\x40\xd2\xa9\xdc\x6b\x9c\x45\x19\x8e\x49\x36\xc8\x7c\xbd\x8a\x09\x4d\xa7\xcc\x3b\xdc\x7b\x12\x37\xd7\x00\x96\x18\xcc\xb7\x06\x51\xf6\x8c\x14\x97\xdb\xdb\x17\x58\xab\x77\x3c\xd3\xb8\x14\xfb\xca\x93\xfe\x3b\x51\xd2\xf7\xc8\x83\xee\xcf\xed\x57\x0c\xcf\x8a\xd2\xe9\x5b\x8e\x7c\x59\x74\xce\x06\xa5\x62\xe9\x86\xa0\xa4\x2a\x2b\xd9\x70\xa0\x56\x9d\x99\x53\x46\x36\x6b\xba\xaa\xfa\xc8\x27\xed\x5e\x2b\xc6\x23\xd9\xe7\x1d\x94\x99\x3d\x28\x33\x6d\x1b\x0b\x47\x5d\x66\x8f\xba\x71\xd3\x51\x97\xb5\x1c\x0c\xd9\xe7\x1d\x75\xd9\x33\x8e\xba\xb9\x3b\xea\x32\x15\xd1\x27\xc3\xf1\xb3\x14\x90\x2d\x27\xd1\xfc\x39\x27\xd1\x66\x83\x52\xd6\x72\x14\xcd\xe1\xd6\xe7\x0f\x81\xf0\xeb\xa7\xac\xbc\x77\x37\x58\x79\xfb\x31\x6b\xfe\x2a\xde\xf3\xe1\x29\x20\x02\xb7\x6a\xa8\xc6\x4a\x02\x1f\x71\xe7\xd8\x69\x4d\xbd\xb4\x21\x4b\x1a\xbd\x3a\x38\xbc\x3a\xbb\xf8\x30\x79\x75\x76\xa1\xfd\x4a\x3b\x35\x9e\xc0\xa3\xf9\x2a\x49\x24\x45\x69\x7c\xeb\xbd\x5d\x54\xe6\x00\xaf\x45\x95\x6d\x70\xc3\x36\xd4\xbd\x78\xc3\x3d\x4f\x83\x48\xea\x74\xb3\x56\x2a\x06\x11\x13\xee\x7b\xde\x3e\x79\xf1\xa4\xd6\x82\x66\xbb\xbe\xe9\xb8\xd8\x64\xd9\x35\x2d\x3b\xca\x96\xbc\xb0\x74\x58\x62\xd0\xc7\x55\x4b\xad\x43\x28\x97\x1d\xb5\xbd\xa4\xda\x8f\xbd\x05\x36\xaf\xd6\x5a\xac\xed\xa5\xf0\x4f\x4f\xda\xde\xc1\x82\xd2\xb6\x41\x60\x17\x61\x00\x29\x7c\xeb\xb0\xa3\x19\xf2\xdc\xef\xef\xcd\x16\xc4\xb3\x4c\x54\x00\x25\x8d\x91\x39\x50\xc0\x6d\xb6\x4a\x66\x17\x74\x9e\xac\xf2\x5b\x13\xb3\xd5\x99\x88\xd9\x37\xbc\x16\xa9\x53\xa1\xc6\xad\xe0\xf2\xc1\xee\x58\x09\x59\x79\x5c\x73\xaa\x02\x90\xaa\xbc\x27\x31\x4b\x51\x68\x3f\x03\x3b\xbf\xe1\xf1\x02\xcb\xb3\x6f\x86\xe3\x50\xe0\x47\xbd\x96\xfa\x0c\xe0\xf6\x2e\xd9\x75\xc2\xd2\x1b\x1d\xcb\x0c\x27\xa8\x33\xcb\x1e\x29\x99\x6a\x80\xc5\xe2\xe3\xad\xac\x66\x8b\x2a\x78\x47\xad\x07\xf4\x70\x18\x15\xb2\x65\x53\xdb\xf5\xa4\xcc\x22\x13\x77\x36\x7c\x8c\x93\x8f\xf1\x83\x94\xac\xb5\x04\xae\xa4\x95\x62\x33\x26\xf4\x26\x08\x50\x18\x78\x42\x80\x2c\x36\xdb\x15\x6a\x1c\x4b\x67\x54\x68\xe3\x4f\x78\xf3\xb0\xeb\x66\xd6\x9f\x3f\xa8\xc5\x99\x47\x36\xcc\xb0\xee\xbd\x7e\x65\xad\x7d\xb6\x44\xd9\x49\xab\xc3\x7b\x3d\x61\x7c\xd3\xb4\xbb\x97\x93\x1e\x8d\x73\x17\x24\xb2\xce\x59\xc6\xe9\xf6\x1b\x01\xce\x64\x86\x72\x7f\xf1\x2e\xd0\xbf\x71\xd7\x9a\x14\x75\xbe\x51\xd1\x5e\xa6\x34\x14\x78\xcf\x93\x24\x7f\xb4\x86\xa8\xbf\x6a\x64\x17\x18\x1e\x4e\x76\x3b\x79\x74\x1d\x4f\xef\xae\x57\x3c\xa5\x3c\xca\xd2\x30\x80\x26\xb6\xc4\x1c\xd8\xdd\xa7\xdf\x7f\x63\x6f\xd7\xe9\xf6\x36\xfa\x46\x8c\xe8\x38\x9a\x18\x17\x40\x37\xbf\x21\x92\xdb\x42\xb5\x70\x9a\xce\x9e\x5d\x34\x9b\x87\x5b\xba\x78\x96\xbf\x97\xc5\x86\x08\xae\x91\x28\xff\x41\xef\x7a\x17\x43\xbd\xe3\x1d\x9f\x9d\x9d\x4f\x8e\x8f\x4e\x8e\xae\xb4\x1b\xac\xec\x1b\x56\xb9\xed\x28\x63\xcf\xe3\x8c\xa5\x73\x29\x3c\x53\xed\x67\xc6\xd2\x9b\x2e\x4b\x75\xdb\x55\xbc\x6d\x41\xa7\x82\xce\xac\x3b\x75\x97\xf2\xed\xed\x72\x87\x00\x25\x01\x68\xe3\x47\x81\x0a\xa8\xb1\xec\x1d\xa7\x31\x7e\x7e\x15\x86\x1c\x7f\x05\x30\x85\x2c\xb9\xa7\x1d\x3d\x11\x6d\x25\x52\x54\x14\x72\x08\xd5\x0e\xc4\x9f\xb6\x1e\xae\xd8\x92\x6c\xed\x79\xe6\x25\xac\xd7\x0b\x19\x99\x47\xd3\x84\xd1\x54\xbc\x58\xb1\x64\x46\xb9\x89\xcf\x22\x29\x5e\xf3\xaf\x89\xa4\x76\xeb\xd9\x2e\x42\xaa\xbc\x5a\x4c\x4a\xc9\xc0\x2f\xe8\x0d\xcb\x05\x7f\x30\x32\xf7\x44\x8e\x2e\x4b\xe9\xec\x55\xc6\x5f\x9e\x9d\x18\xc1\x78\x52\xe7\x70\x13\x05\xc1\x32\x1a\xeb\xc7\x24\xce\x85\x3d\x68\xef\xec\xd9\x68\x31\x17\x66\x42\x2e\x20\xbd\xcb\x4e\x17\xd9\x3d\x9d\x5d\x94\x4b\xb9\x56\x9d\x21\xac\x30\xfa\xeb\x06\x29\x56\x61\x39\x9c\xc1\xee\x00\xb7\x33\xde\x16\x62\xa5\x48\x9f\xcf\x38\x25\xc5\xc1\xf9\xf9\xf1\xd1\xe1\xc1\xd5\xd1\xd9\xe9\xe4\x6a\x78\x72\x7e\x7c\x70\x35\x9c\xfc\x7c\x71\x70\x7e\x3e\xbc\x30\x3a\xf3\xea\x25\xe3\x83\xc0\x8f\x65\x89\xa7\x2c\xc3\x14\x00\x0c\x4c\x3f\x86\x7f\xa1\x07\x19\x6b\x92\xe7\x9b\xef\x8c\xad\x7d\xf0\x8c\xdd\x07\xfa\x44\xfd\x3c\xd7\x9c\xcd\xf2\xfd\x73\x3d\x74\x36\xdc\x34\x3b\x31\xe2\xc9\x2b\x0c\xf4\x28\x9a\xf5\x9f\x65\x1d\x67\x35\x11\x9b\x81\xb9\x63\x09\x0e\x4e\x61\xa7\x5f\x0b\xe4\x4c\x83\xe9\xc7\xee\x47\xb9\x1e\x40\xa0\xc3\xac\x84\xdf\xed\x3e\xa0\xc2\x4a\x7e\x13\x45\x73\x2f\x29\xb0\x19\xd5\x46\xd8\xac\xa7\x2b\xce\x1f\x50\xc8\x10\x4e\xc1\xe7\x42\xa5\xbb\xca\x1a\xcd\x70\x64\xf1\x1f\xc4\xb3\x0b\x95\x2b\x15\x0a\xad\x25\x6c\xb9\xed\xd1\x51\xfd\x85\x26\xc8\xee\x5b\xa1\xb8\xcf\x3c\xb2\x81\x33\x27\x17\xc3\x57\x92\xcb\x1e\x0e\x11\xce\x20\xd1\x4f\x22\xa4\x8e\x77\x34\x70\x0e\x9c\x62\x8e\x59\x79\x81\x9a\x1e\x28\x76\x2b\x17\x71\x98\x41\x53\x8d\x84\x50\x03\x78\x69\xde\x53\x20\x87\x64\x41\xf4\xa9\x98\xee\x4a\x5e\xeb\xd4\x59\xd7\x48\x8c\x09\xb8\xf4\xaf\xd2\xc6\xa2\x14\xe4\x49\xb7\x21\x63\xbd\xf8\xb1\x6a\x90\xe4\x4c\x15\x97\xf6\xca\x31\x50\xf3\x43\x15\x6a\x52\x3b\x5f\xd0\x38\x5d\x2d\xe5\x50\x28\x10\xa5\x46\x86\x2a\x8f\x71\xbe\xea\xab\xea\xe3\x00\xc7\xe3\x52\x49\x55\x46\xb6\x55\x61\xc8\xc8\xec\xb9\x82\x78\x7c\xd9\xc6\x59\x52\x20\x34\xc6\x51\x7d\x67\x67\xdf\x5a\x67\x8c\xf8\xb8\x93\x2a\xa1\x2c\xa4\x80\x3f\xec\x6d\xad\x56\xf0\xe0\x78\x0f\x30\x29\xd3\x26\xa1\xac\xd2\x14\x63\xa3\x39\xa9\xcb\x61\x13\xf0\xae\x38\x48\x12\xe0\xf7\xa1\xf5\x4f\x6a\x45\x48\xa1\xa3\x6b\x3a\xfe\xab\xa0\x4f\xd2\x32\x9a\x5e\xab\x4c\x2a\x17\x04\x04\xf2\x57\x1b\xce\x92\x72\x90\x26\xf2\x10\x55\xe0\xf8\x14\x32\x84\xb7\x1a\x1a\xed\xac\xbc\x19\xe9\xd8\x10\x19\xe0\xac\xc1\xed\xcd\x50\xa8\x91\x80\xbe\x11\x06\xc1\x1f\xe1\xea\x52\xcb\x3d\x39\x34\xac\xd6\x9c\xd7\x0f\x1d\xcd\x94\x21\x17\xbb\x8d\xbf\xe5\x6d\xc6\xf2\xd4\xc0\xcb\x92\xad\xbd\x6b\xf5\xa2\x36\xec\xee\x33\x67\x98\xc9\x8c\x55\x48\x46\xc4\x88\x8d\x3b\x99\x13\xc5\x07\x3a\x14\x41\x86\xfa\xec\x07\x42\xd7\xeb\x4c\x8b\xd8\x21\x2a\x1a\x24\x07\x5f\x45\xbf\x8a\x0e\xdf\x5d\x5c\x0c\x95\x5f\xa5\x27\x54\x7b\x12\xb5\x3a\xd3\x98\x76\xfc\x40\x95\xc1\xca\xbe\xb5\x14\x74\xe6\x23\x00\x2d\x05\xd7\xc6\x46\xc0\x8e\x51\xc7\x92\x79\x2e\xe5\x6b\x1b\x77\xb0\xb4\x6a\x7a\xbd\x5f\x84\xc3\x93\x68\x99\x86\x0a\x9c\xd6\x56\xb3\xf4\x63\x56\x4c\x5d\x2a\xda\xd5\x91\xd3\xb6\xf6\x54\x78\xf0\xea\x8c\x87\x08\x53\xb2\xb5\x6b\xc7\x80\xda\xb5\xf6\xcc\xd1\xc3\x2e\xaa\x22\x50\x75\xe9\x30\x63\xa2\x79\xca\x0f\x66\x6c\x51\xbb\x04\x57\xc0\x12\x2a\x2f\x69\xd2\x78\x0a\xf0\xe9\xae\x29\xa6\x19\x1d\x09\x4f\xa0\x2f\xea\xc4\x68\x42\x11\xed\x56\x85\x4e\xda\x3c\x3b\xf5\x4d\xc6\x6f\x58\x49\x38\x37\x49\xcf\xd2\xa9\x45\xcc\x0a\xfc\x60\xc3\xdc\x96\xa1\xca\xd6\xa7\x96\x36\xd5\x86\xcf\x07\x9b\x29\x09\xc0\xd6\xfd\x4b\xab\xd2\x14\x35\xc8\xd1\x86\xe2\x9a\xfa\x62\x66\x47\x9f\xa4\x74\x4c\xb5\x0d\x5c\x42\x63\xb7\xaa\xd9\xa4\x9c\x08\xae\xf4\x5d\xfc\xaf\xc6\x8b\x7c\x0e\xa6\x8f\x3c\xa8\x63\x65\x81\x62\xc5\x0e\x5a\xde\xae\xf1\xd6\x1e\xa6\x91\x91\x3f\xca\x41\x75\x6e\xac\x49\x4a\x79\x88\x2a\xb8\x24\x07\x80\x48\x22\x0f\x87\xff\x52\xda\x01\x95\xe7\x5f\x5d\x96\x03\xae\x52\x9c\x24\xd9\x47\x3a\xeb\xb2\xb4\x9b\x66\xe9\x0e\x73\xaa\xdd\xae\x77\x8d\x94\x77\xc3\x7c\x35\xbd\xed\xc6\x79\xf7\x55\x9c\x8b\x17\x59\x26\x50\x14\x28\x29\x53\xc0\xa5\xe3\x51\x4a\xb9\xb0\x03\xcd\xd5\x40\xa7\xff\x73\x06\x7a\xf7\xb3\x06\xda\x87\xe6\x6b\x72\xbe\x2c\x0d\x8c\x1d\x51\x3b\x3c\xa9\x1a\x1e\x06\x56\xea\xb0\x87\xf0\x9a\x78\x5b\xd2\xd3\xd2\xd2\x05\x4d\xed\x66\x46\x87\x7c\xe7\x45\x81\xe3\xd6\x21\x7f\xde\x85\x8b\x82\x2d\x13\x98\x7f\x8e\x0f\xc6\xe6\xe3\x96\x6a\xdd\xd7\xe3\x20\x68\x37\xe7\x9c\x7f\x1e\x08\xcb\x13\x57\x83\x4f\xc0\xad\x54\xd5\xf3\x7b\x4f\xab\xe7\x57\xbc\xd9\xb6\x7e\xc5\xd5\xc1\x36\xf9\xda\x55\xf1\x85\xd7\x60\x4f\x1c\x50\x73\x5e\x80\xa3\x40\x9b\xf5\xb3\x06\x47\x6c\xb2\x99\x6d\xb0\x5f\x5e\x71\x6d\xee\xfa\x68\xec\x9c\xfb\xca\xc1\x5a\x9e\xf0\x1e\x96\xe6\xa6\x46\x5b\x30\xca\x37\x01\x2a\x36\x5d\x95\x79\x91\x66\xab\xe6\xb0\xb1\x14\xd6\x94\x39\x7f\x5e\xb6\x8c\x54\xe5\xe2\x15\xc9\xcc\xcd\xd1\xe3\x54\x4d\xac\x67\xc9\x2a\x5b\x93\xdb\x78\x88\x08\x27\xe4\x91\xa6\xf7\x06\x73\x31\x77\x57\x47\xab\xe2\x2b\xae\xac\x92\xb6\x2b\xab\x80\xa5\xcb\x95\x08\x36\x58\x4f\xae\xdc\x95\x55\x2c\xdb\xd7\x06\xf5\x61\x16\x9c\xe4\x77\x9c\x50\x8b\x4c\xe9\xeb\x00\x7e\xd5\x31\xe9\xfe\x7b\x70\x40\x9e\xb0\xd5\x78\xd2\x46\xa3\x11\x7e\x03\x7c\xa1\x73\x0a\xb0\x92\x16\x8c\x53\x4d\x3d\x56\xe8\xb3\xd6\x60\xfe\x29\x63\x91\x76\xe3\x9d\xaf\x01\xce\x78\x6e\xdf\xfe\x02\x3b\x90\xa7\xed\x3f\xcc\x88\x95\x0d\x41\xec\x6b\x60\xbb\x31\x47\x78\xca\x4b\x90\xd4\x73\xee\x79\x2f\x9d\x1b\x7e\x73\x36\xf7\x50\xbb\x79\xe9\x7a\x6b\x0a\x26\x78\x80\xaf\x80\xbd\xf8\x09\xb7\x1c\x78\xa0\x3d\xd0\xd3\x7d\xa5\x72\x16\xfb\x86\xe3\x4c\xb9\x46\x05\xe8\xf8\xae\x37\xdc\xf7\x9a\x99\x03\x1e\xb1\x8f\x54\x06\xe6\x91\x9c\x64\x91\x6e\x24\xfd\x24\x68\x3a\x0b\x1f\x59\x7e\x78\x4b\xa7\x77\xd7\xd9\xa7\x5a\xac\x62\x45\x30\x75\x9d\xe2\x54\x67\x70\x11\xa2\x1f\x96\xb4\x40\x05\xea\xcc\x78\xf8\x38\x8f\xe5\x64\x3d\x34\xb8\x04\xc3\x72\x4b\x14\x7c\x35\x88\x55\x92\x2d\x6e\xed\xe2\x2a\x17\x28\xf0\x92\x23\xbc\xe4\xcf\x88\x4c\x6b\x33\x7d\xab\x78\x86\x12\x1e\x16\x9c\xbc\x6e\x0a\x49\x39\x89\x92\x6c\xaa\x37\x12\xa3\x91\x47\xf8\xbe\x55\x13\xef\x20\xa8\xb3\xe4\x5e\x0a\x1d\x4f\x60\xd7\xb7\xba\xd6\x78\xaa\x19\x53\x98\xf9\x21\x69\x4e\x6e\x22\x5a\xb0\x81\xb8\x51\x20\xd5\x38\xd3\xf7\x4a\xc9\x61\x6a\x2e\x58\x5b\x45\x8c\xcf\xac\x89\xcd\xc3\xa6\x5a\xa2\x92\x50\xd1\x10\x0b\x8e\xbb\x46\x98\xc8\x4c\xa6\x52\x2b\xd2\x68\x49\xa6\x21\x0c\x18\xd3\xa6\x3e\x45\x49\xc6\x61\x15\x19\x47\x68\x2f\xb1\x37\x34\x59\xd6\x20\xcb\x4b\x77\x87\xa6\xbb\x7e\x7a\xcd\x49\x4c\x21\x75\x30\xcc\xa7\x8a\x31\x39\x2a\x05\xd9\xfd\xb6\x45\x1d\xbb\xb1\x4c\x9b\xf9\x0d\xf4\xbf\x52\xf4\x79\xcc\x05\x8b\x93\xe7\x17\xa7\x33\xe8\x62\xe0\x72\xf1\xe6\x33\x25\xc2\xbd\xaf\x92\x08\x37\x02\xf0\x35\x4a\x84\x8e\x27\x3e\xf0\x56\xd7\xb3\x28\xce\x1f\xd2\xe9\x31\x9b\xd3\xc3\x87\x69\x02\xb5\xc9\x93\x7b\xee\x58\xe5\xf5\x86\xcc\xae\x09\x2e\xfd\x64\x43\xfa\x99\xdd\x67\x60\x91\x7f\xe4\xed\xb7\x39\x7f\xa9\xcb\x67\xa3\xb0\xa7\xf5\xb5\x98\x11\x01\xe8\xdd\x37\x0a\x0c\xd0\x97\x8d\x72\x92\x29\x39\x0f\xaf\xc8\x63\x81\xa7\x4d\xbb\xa5\x01\x48\x8f\x44\x7c\x03\x60\x7e\xa5\x58\x50\xe7\x17\x67\xbf\x7c\x30\x7e\x5d\x8f\x25\x5c\x50\xe3\xec\x07\x50\x44\xa1\x40\x66\x27\xca\xcd\x46\x64\x8f\x46\x5e\xdc\x54\x6d\x5c\xeb\x02\x6b\xb3\x79\x28\x08\x21\x49\x74\xf8\xee\xf2\xea\xec\x44\x0a\x48\x93\x57\x67\x17\x86\xb1\x4c\x0b\x7c\x1b\xe7\xfd\x46\xba\x37\x15\x17\x38\xfb\x98\xbe\xa5\x0f\x79\x03\x3f\x51\xc6\x85\x79\x81\xcb\xde\xc3\x2f\x69\x3e\xe5\x6c\x29\x32\x5e\xcf\xf3\x48\xd3\xd5\x42\x21\xf9\x02\xa1\x66\xe9\x9c\xdd\xac\xcc\x73\x51\x14\x9d\x5d\xbc\x82\x5d\x1e\x62\xf4\x85\x2b\x3c\x57\x9e\x79\xc6\xa9\x79\x26\x97\x3f\x35\x55\x85\x2b\x5c\xed\x1c\x7e\x2c\x17\xba\x87\xfd\x2a\xf7\x74\xa4\xcb\x29\xdc\xab\x43\xf3\x1b\x9d\x02\xda\x6a\xa3\x78\x73\x0f\xaa\xe8\xae\x6a\x77\x30\x64\xd0\x38\x6b\x42\x9b\x44\xdb\x59\x83\x8d\x3d\x55\x06\x4f\xb3\xfe\x0a\x7b\x47\x9a\xcc\x77\xf9\x33\xe9\xb5\x4d\x89\xa1\x64\xcb\xec\xc2\xea\x29\x45\x79\x00\xe1\x14\xe1\x5b\xa2\xf4\x33\x21\xc3\x33\x9c\x61\x8a\x57\x5f\x63\x0a\x77\xfb\xc5\x4e\x59\xb3\x16\x4b\xb8\xdb\x16\x9b\xf9\x2f\x96\x9d\x3b\xce\xeb\xda\x2e\xe7\xba\x9f\x96\x6c\x68\x47\x98\x91\xd7\x7e\x8b\x92\x45\x03\x31\xfa\x13\xc1\x9a\x26\x02\x5f\xf3\x90\xa3\x5e\x8f\xeb\x7a\xdd\x4c\xa4\xce\xbc\x7b\x83\x7b\x82\x6d\x59\xd9\x05\xe2\x41\x8a\x96\xbd\x9e\x87\x5c\xeb\x0a\xe6\xcf\xb0\x1a\x6f\x2e\x76\xbf\x49\x5e\x7b\x50\x97\x52\xc0\xe6\x0b\xe4\xaa\x7d\x57\xe9\x0f\x37\x46\xe3\x87\x59\x2a\x4a\xb1\x70\x9f\xee\x8e\xf0\xf2\xb9\x82\x9e\x3c\x49\x36\x4f\x9b\xa1\x5a\x8b\xc1\xca\xfd\xd2\x53\xe4\x7c\x4e\x5a\x8e\x35\xf7\x2e\x4e\x13\x9b\x87\x72\xbf\xb2\x35\x81\x9f\x2a\xa1\xed\x27\x36\xab\x90\x90\x34\xf3\xa5\xc7\x1f\x2e\xe9\xc5\x3b\xf8\x58\xef\xfb\xa7\xbc\xc7\xab\xc3\xec\x98\x4b\xc9\x8e\xe2\x86\xe3\xc7\x67\xc0\xf3\xae\xd7\xa2\x75\x3b\x7f\x8e\xdb\x8e\xab\x7d\x15\xb1\xfc\x30\x4b\x73\x21\xe9\xa7\xe1\xc0\x0e\xfc\xee\x69\x7f\xa4\xaf\x3d\xcb\x3e\xe5\xc0\xf1\xf5\xe5\x3f\x0f\x2b\xa2\x01\x84\xf5\xb9\x26\xdb\xa0\x6c\x44\x78\xf8\x0c\xc3\x25\x6d\x88\xa7\x28\xe1\x59\x98\x87\x34\xbd\x37\x76\x46\x65\x36\x47\x58\x93\x89\xec\x66\xe3\x40\xbb\x38\x45\xc5\x8e\xbc\x33\x51\x1c\xc5\x16\xe0\xed\x4e\x46\x76\xfe\x54\xd5\x3c\xe3\xf4\xd9\xbe\x0b\xb6\xcb\x4f\x78\x2f\x7c\xe4\x56\x04\xf4\xe6\xc1\x1b\xef\xba\xb7\xc2\xf3\x3c\x12\x3c\x47\x84\xd2\xa1\x0a\x9b\x96\x81\x4a\xfc\xec\x6b\x8e\x07\x7f\x11\x6a\xf7\xde\x97\xa2\x76\x5f\x6e\x90\xd4\xff\x6a\x05\xf2\xff\x33\x68\xc7\x67\xbc\x55\x51\x5c\x46\xe2\x80\x23\x84\x8d\x65\xb3\x11\xcf\x5b\xe9\x96\x1f\x4b\xc0\xe1\x85\x03\x1e\x69\x91\xbe\xb2\x36\xe9\x2b\xdd\x20\x78\x29\x63\x5c\x43\xbb\xac\x40\x38\x2b\x29\xaf\x9a\xd4\xbb\x2e\xfa\x5d\x74\xfa\xee\xf8\xd8\xd9\x34\xfd\x75\xaa\xdc\xff\x3e\xb7\x34\x8b\x6c\xfb\x95\xfa\xe4\x67\xfb\xfe\x7d\x26\xac\xf3\x33\xd1\x96\xbf\x5a\x67\xfc\xec\xf6\x73\xbd\x5b\x1d\x6c\xd8\xad\x1a\xd8\xba\x8b\x94\x57\x66\xd8\x97\xa5\xdb\xbf\x52\x68\x0d\x6a\x42\x6b\x00\x6b\xae\x05\xd4\xf0\x14\x37\x10\xb2\x02\xf6\x98\xbb\x36\x0d\x54\x05\x43\x65\xd7\x0f\xfa\x78\xc5\x7d\xfe\xe2\x12\x82\x52\x0f\x12\x83\x4a\x4f\x63\xbe\x30\xe2\xc0\xf6\x34\x22\x23\x98\x0d\x0f\xd2\x1f\xf6\x06\x35\xc4\x3c\x99\x7f\x0f\xd9\x5b\x01\x20\xb6\x3e\x40\x38\xca\x0c\xdf\x35\x67\xf8\xae\x9a\x81\x39\x55\xcb\x79\x4b\x63\x0d\xff\x00\x50\x86\x23\x38\x15\x42\xd3\xed\xe5\xd3\xde\xae\x67\xe3\x7e\xe1\x29\x6c\x4a\x6a\x67\x5a\x1b\x28\x0b\x57\x17\xec\xd8\x84\xfd\x60\x47\x0a\xde\x3b\x73\x46\x93\x59\xe0\x8a\x3d\x7c\x72\x24\x6d\x24\x00\x87\x02\x89\x53\xc2\x47\xdc\x01\x3b\x02\x27\x2d\x0d\x5b\x79\x9c\xab\x43\x96\xa2\x3e\x53\x46\x21\xcc\xa0\x11\x32\xd4\x0f\xbc\x66\x9d\x94\xd4\x53\xee\xfd\x6f\xbc\xe2\x1d\x87\x33\x80\x21\x32\x09\x1c\x10\x11\x1f\xfd\x34\x46\x8c\x70\x9c\x11\xf9\xd3\x01\x39\xc4\x36\x45\xc7\xa1\x17\x91\x78\x10\x32\x22\x20\xaa\x84\x32\x11\xc9\xe5\x01\x4b\xff\x1c\xf1\x31\xea\xfb\x75\x00\xd8\x0c\x23\xa0\x78\xb2\x77\x0b\x8d\x16\x3f\x76\x7b\xb5\x00\x44\xc4\x8b\x6a\x8a\xb0\x0a\x9d\x43\x6d\xcc\x1c\x97\x61\xc4\xc7\x26\x98\x85\x02\xd8\x31\xa1\xdd\x04\x4e\xe2\x6b\x9a\xf4\x83\x7f\xbf\x49\xd8\x62\x41\xf9\xb7\xd3\x24\xcb\x57\x9c\xee\xa8\xe6\x06\x85\x13\xf9\x17\xd1\x3c\x89\x6f\x6e\xe8\xec\xc8\x7a\x0b\xa2\x30\xb0\x86\x1c\x59\x1a\x29\xf3\x61\x9d\x13\xc7\xf5\x3b\x8e\x6e\x0e\x76\xfb\x5a\x66\xd0\x7e\x20\x23\x86\xb3\x71\x34\xcd\xd2\x69\x2c\xc2\x34\x14\x08\xa1\x42\x23\x4e\x9d\x36\x6e\x07\x4d\x57\x20\x2a\xe2\x70\x63\xec\x2f\x6a\x2f\x3c\x8a\x90\xa2\x41\x10\xf4\x2d\x6a\xa5\xc7\x06\x5e\x96\x95\x98\xf5\x83\x3f\x04\x90\x3c\xe5\x3a\x74\x6c\x10\x78\xeb\xe9\x88\x5b\x41\xd9\x8b\x05\xdc\x55\xf7\x1a\xc7\x9c\xc8\xef\xae\xa6\x57\x4f\x2e\x93\x5a\x28\xec\x92\xdd\x97\x87\xfe\x48\x47\xbb\x63\xd0\x69\x68\x37\x39\x84\xb3\x3a\x95\xc4\x1e\x95\x64\x08\xe7\x64\x77\x3f\xff\x3e\xdb\xcf\xb7\xb7\x51\x3c\xca\x7d\x2a\xc9\x8d\x55\x68\xcb\x1a\x18\xc8\x3f\x7a\xf2\x14\xcc\x30\xcc\x59\x2c\x19\x15\x98\x78\x98\x4b\x20\x3c\x3a\xe6\x76\x4a\x19\x8e\x4b\x61\xbf\xff\x28\xdf\xd7\xa9\xa9\x13\xeb\x35\x80\xd0\x8a\x41\x55\xee\xe8\xd7\x70\xc1\x84\x8f\x9b\xa8\xd1\x65\x07\x0a\x7e\xbb\x04\x0c\x6d\x51\xbe\xe5\xc0\xbd\x68\xb7\x57\xc1\x2d\xf1\xf8\xac\xad\x4a\x9e\xad\xf8\xd4\x0b\xa9\x6f\xf0\x5d\xdd\x1b\x8e\x53\x30\x83\xf5\x20\x5e\x15\x24\xa8\x17\xfe\xac\xd2\x2f\x7b\x54\x81\x74\x57\x16\xa3\x19\x36\x41\xd8\xca\xa5\xa0\xaa\x84\x26\x27\x1d\x6f\xc6\x72\xc6\x6c\xfc\xb9\x41\xe0\xdc\x4c\xd4\x4e\xf5\x6a\xa2\xbc\xcd\x88\x7e\xec\x6a\x41\x60\x63\xe8\x9d\x8d\x40\xa9\x66\x94\x2c\x36\x74\x69\x94\x8c\x05\xad\x19\x13\x63\x45\x5b\x1a\xed\xca\xc6\xd0\x4d\x55\x70\xf0\x50\x90\x3f\xb4\x6b\x75\x65\xc2\x70\x8a\x14\x50\xb3\x92\x98\xe4\x60\x08\x0f\x98\xbf\x32\x51\x5a\x46\x71\xd3\xe9\xab\x6d\x71\x3a\x7a\x3b\x6e\xb1\x0a\x68\xaa\xda\x59\x7f\xb4\x76\x03\x6b\x33\xae\x1f\xd5\xb1\xe8\xcd\x26\x42\x7d\x26\x2e\xf8\x35\x8f\xd3\xe9\xed\x66\x9a\xda\x04\x0c\xce\x5c\x09\x63\xa4\x16\xfa\xac\x15\x50\xf7\x0b\x8c\xe7\xb0\x70\xce\x44\x7e\x0c\xc0\x46\xfd\x12\x43\x03\xe6\xa1\xe6\xa6\x9a\x0e\x19\x14\x52\x7c\x06\x46\xaf\xec\x85\x2b\xe8\xd6\x02\xf5\xaa\x90\xb2\x3e\x4c\x6f\x89\x58\xe0\xab\x1d\x0f\x4c\x15\xe5\x50\x47\x12\x6a\xee\xec\x44\xbd\xe3\x65\x00\x50\xc7\xe1\xf7\x43\x41\xa6\x59\x9a\x67\x09\x45\x51\x92\xdd\x98\xb3\xb3\xbb\xcc\x51\xbc\xea\x77\x5e\x41\xc2\x3d\x79\x77\x15\x20\xfc\xbe\xfa\xfa\xf2\xec\xdd\xc5\xe1\x30\xf0\xea\xfe\x99\x2b\x97\x0a\x4f\x32\xbc\xf7\xd0\x83\x67\xbe\x85\xce\x59\xf4\xd3\x8a\xf2\x07\x05\xd8\x18\xd6\xc2\x6d\xdb\x26\xa9\x36\xbd\xe6\x64\x14\xc4\x89\x08\x70\x00\xa1\x10\x02\x1c\x2c\xa8\x88\x03\x1c\x4c\x05\x4f\x82\x31\xfe\xc0\xc9\xb7\xff\x39\x4d\xd8\xf4\x6e\xbd\xc8\x56\x39\x5d\x8b\x6c\x35\xbd\xfd\xb6\x73\x1b\x1d\x40\xdb\x74\x88\x33\xeb\x93\x42\x67\xea\x7d\x0e\x2d\x7c\xdb\xa4\xb0\xa5\x5a\x68\x3a\xb2\xed\x7e\xb2\xb0\x91\x82\xfc\x2d\xf0\x4f\x4f\x14\xa8\x5d\x57\x9e\x53\x60\x81\xbf\x79\x52\x39\x87\x33\x1c\xe3\x1c\xaf\x4c\x6c\x12\x6d\xc8\xa9\xcf\x3f\xa6\x56\xab\xa2\x83\x67\xf0\x2d\xe3\xfe\x1b\xb0\x86\xab\xea\xeb\x8c\x8e\xca\xcd\x29\xc9\x34\xe3\x5a\x2c\x13\x36\x65\xe2\x4a\x81\x26\x6a\xe4\x8d\x59\xb6\x20\xda\xce\x9a\xde\xd3\x14\xf0\x66\xd5\x02\xb8\xa1\x62\x68\xde\x18\x96\x24\x79\xc0\xea\x09\x03\x0c\x9b\xa9\xcd\x3e\xdb\xb6\x55\x59\xc3\x65\x69\x60\xa5\xf7\xf5\x3a\x00\xa2\x08\xb4\x71\xc5\x81\xeb\x68\xa3\x78\xe3\x64\x95\xca\xb8\x18\xfc\x3a\x6d\xec\xde\xfc\x15\x4c\xdf\xa9\x24\x82\xca\xf7\x91\x18\x57\xb7\x0d\xaa\x5b\xa4\x47\xaf\x99\x67\x94\x87\xd8\x6c\x5a\xb6\xbf\x6e\x98\x00\x42\x51\x09\xd7\x01\x1a\x08\x6d\x16\xa8\x9f\x4d\xd5\x7d\x8f\x6b\x08\x6d\xa7\xd1\x44\xa7\x42\x05\xac\xae\xd0\x8a\xd9\x0c\x6d\xed\xd8\x44\xab\x0e\xae\x57\xd7\xd7\x09\xcd\x01\xe2\x5f\xbf\x5a\x72\x98\xfd\x97\x74\x1e\xaf\x12\x11\x20\x29\x07\xaa\x2f\xda\x14\xfb\x2d\x7d\xc8\xc1\x66\xd1\xd0\x86\xea\x23\xb8\xce\x43\x70\x06\x56\x3d\x81\xd5\x2e\xae\xb5\xec\x06\xbf\x3f\xf0\x48\xd0\x5c\x84\xca\x12\xce\x20\xa8\x82\xdd\x32\xcb\x2f\xe5\x38\xd2\x43\x49\x08\xca\xd5\x8c\x04\x41\xa1\xe2\xd4\x18\x39\x2e\x4e\x1f\x02\xf4\x03\xd9\x45\xe6\xb8\x57\x09\x09\xfa\x9a\xfb\x31\x41\xd9\x3c\xa4\xa3\xd7\x7c\xc4\xc7\xdb\xc1\x5b\xfa\x10\x8c\x35\x30\x9f\x2b\x10\x3e\x9a\x66\x6c\xed\xd9\x53\x64\x11\x52\x1c\x5b\xe6\xb6\x5e\xab\x40\x14\x36\x48\x9d\x8a\xd7\xea\x0f\x9d\x1c\x90\xf5\x9a\x46\xb9\xc8\x96\xe7\x3c\x5b\xc6\x37\xb1\xa2\x13\x29\x53\xa8\x03\x8d\x07\xaa\x68\xa9\xa7\x4c\xec\x20\xae\x3f\xc2\x99\x8b\x62\x7d\x06\x5b\x69\x0d\xde\x2a\x49\x8a\x4e\xc3\xc1\x05\x44\xee\xa6\xf7\x83\x30\x55\xea\x15\x8e\x57\x51\x4e\xd3\xd9\xe0\x0b\x8e\x67\xa9\x7f\x3c\x53\xc5\xe8\xfd\x68\x85\x47\x4e\x7a\xa7\xf2\x34\xd6\xff\xea\xf2\x65\x89\xa6\x74\x8a\x0a\xf4\xf5\x45\xf2\x52\x79\x5f\x5f\x9c\x7f\xb4\x91\x25\x02\xcc\x43\x0b\x62\xc2\x4f\xdc\xf8\xc5\x80\xde\xe9\x97\xb6\xed\x61\x73\x20\xd4\xa7\x0c\x90\xe5\x7e\x82\x93\x92\x39\xca\x94\x24\xda\x1c\x65\x4e\x12\xff\xec\x38\x23\x89\x64\xe5\x1d\x36\x0f\xe7\xc6\x63\x6b\x4f\xae\x92\x8c\xcc\xb5\x16\x2b\x5c\xa9\x9f\x7b\x08\x8d\x7e\x1a\xa3\x9c\xac\x94\x22\x63\xe5\x43\x3a\x76\x72\xb2\xb2\x3c\xca\x2c\xc0\x5b\x32\x1a\xe3\x25\xf9\x6e\x7f\xf9\xbd\x29\x7c\x7f\xb9\xbd\x8d\x6e\x95\xfb\x19\x94\xba\xd4\x10\x3c\x0b\x25\xa3\xac\x56\x6c\x26\x85\xcc\x7b\x60\xe8\xdf\xc8\x63\xc3\x02\xe7\xf8\x16\x4f\xf1\x1c\x67\x98\x79\x20\xb4\xf7\x05\xb6\xe8\x93\xcd\x77\x9f\xd9\x02\x04\x29\xbd\xa9\x2a\xe0\x3c\xb3\x8f\xbf\x55\xfe\xa0\x65\x5f\x65\x8e\x03\x29\xeb\xee\x94\xe7\x3b\xa8\x3b\x35\x37\x25\xdc\x09\xb6\x53\xac\x8c\x01\x37\x00\xfa\x95\x15\x65\x7b\xa8\x23\x46\x3f\x8d\x01\xfe\xc8\xdb\xdc\x9d\x10\x85\xa9\xb7\x19\xd3\xca\x4e\x6c\x37\xa2\x16\x74\x1a\xb8\x4a\x15\x4f\xeb\xc9\x69\x35\xec\xd5\x8f\xe5\xa3\x76\x25\x3a\xdb\x63\x81\x70\xf0\xf7\x68\xef\xef\x81\x3e\x40\x51\xa2\x1e\x11\x7e\xd4\x21\x81\x0f\x56\x22\xbb\xe2\xf1\xf4\x8e\xa5\x37\xfd\x17\x59\x96\xd0\x38\x0d\x45\xd4\xf0\x55\x6b\x6c\x7e\x7d\xd6\x35\x9f\x31\xff\xdb\x78\xcb\xa7\xef\xe4\x4a\x69\xfb\x0a\xad\xbc\x4f\xfd\x9b\xb7\xb2\x4e\x39\x1d\xa4\x69\x3f\x4b\x0b\x4c\xd3\xcd\x42\x5b\xb3\xa8\x66\x5b\x61\x54\xd5\xc6\xb6\x91\x7b\xb7\xab\xa9\x93\x9d\xda\x0f\x58\x5f\x7f\xc1\x6a\xea\xb6\xa2\x80\x94\x38\x6c\x21\xd6\x86\xb2\x74\x7e\x50\x1c\x49\xb4\xf5\xfd\x0b\x38\x92\xbb\xe9\xb2\xed\x63\x44\x94\xe7\xb0\x62\x35\x17\x7b\x89\x75\xa1\xb6\xb5\x0c\xdb\xbd\x16\xd5\x42\xbe\xa4\x25\xf3\x04\x70\x9c\xf6\x5f\x90\x1f\x79\xa8\x49\x54\x41\x94\x50\xc0\xa5\xc0\x31\xce\xda\x16\xd1\x7d\x15\x75\x54\x72\x49\xef\x94\xe7\x8e\xbe\x5a\x29\x30\x46\x4f\xf1\x23\xc3\x87\x4a\x48\x9e\xde\xd8\xfc\xff\xa9\xfb\xd7\xee\xb6\x8d\x6c\x5d\x14\xfe\xce\x5f\x21\x61\x65\xa0\x51\x9b\x25\x9a\x4a\xfa\x5d\xef\x3a\xb0\xab\xb9\x14\x5b\xee\xb8\xe3\x5b\x2c\x27\xe9\x34\x17\x37\x07\x44\x16\xc5\x6a\x83\x05\xa6\x00\x48\x56\x44\xfc\xf7\x33\x6a\xd6\x15\x40\x91\x92\x9c\x64\xef\x71\xfc\xc1\x22\x80\xba\x5f\x66\xcd\x9a\x97\x67\x52\x37\x71\x85\xae\xd0\xc4\xe5\xe1\x1d\xeb\xc8\xc0\x3e\x02\x79\x42\xcd\x2b\xf9\xdc\xe2\x2b\xac\x80\x85\xb5\x63\xd5\xc3\x4d\xd8\x5b\x01\xc8\x97\x4f\x43\x69\x5f\x5e\x16\x3e\x3e\x45\x4f\x5b\xb7\xe1\x02\x67\xa8\xb9\x87\x36\xda\xb1\x6e\x99\xf3\xd8\x41\x61\x9d\x41\x11\xbf\x7f\x50\x8c\x31\x96\xed\x07\xf7\x2e\xb0\xfe\x88\x14\xf7\x8c\xc8\xe1\x82\xfa\xc3\xc1\xe4\xca\x7b\x0c\x71\xc6\xe2\x8f\xd9\x9a\xbd\x80\xe9\x7b\x75\xb3\x5d\x85\x6b\x60\x71\x1f\x0a\x8d\xbe\xa7\x63\x9d\xfa\xa1\x6b\x5c\xc1\x64\x54\x1c\x17\xea\x97\xe0\x38\xe3\x20\xfe\xc6\x65\xab\xdb\x95\xb8\xb5\x0e\xf4\xcb\x62\x01\xbc\x5a\xc7\xef\x1f\x30\x56\x40\xa9\xe1\x06\x21\x5b\x2e\xe1\xd8\x7c\x2d\xef\xe8\x9c\x8a\x44\xdf\x2d\x03\x9a\x06\x31\x1c\x36\xf8\xae\xd0\xe6\x0c\x08\x07\x44\xda\x50\xd4\x44\x5d\x39\xe1\xb7\x29\x0e\xa5\x09\xed\x35\x4b\x25\x80\x3f\x11\x42\x23\xc6\x59\xd5\xca\x84\x8f\xc7\xf8\x78\x8c\x20\x5a\x7c\xb9\xcd\xaa\xc5\x5a\x7d\xa6\xc1\x57\x80\x4c\xd0\x2c\xe4\xbb\x84\xbb\xe0\x6e\x8d\x1c\xc6\xfa\xc0\xc1\xa5\x0f\x2d\x85\x95\xa6\xcd\x01\x2d\x20\x57\x47\xe8\x20\x4f\xaa\xca\x9d\x54\xca\x24\xeb\xc0\x12\x53\xf3\xff\x52\x14\x9b\xee\xf5\xbc\x85\x75\xa0\x77\xb7\xf1\xab\x73\xda\x08\x31\x92\xc3\x0d\x2a\xd2\x6d\x56\x96\xec\xba\x65\x4c\x3d\xe0\xc7\xda\xaf\x45\xa6\x92\x0c\x88\xf9\x6d\x8e\xd3\x4e\xa7\x10\x66\x26\x87\x2e\xce\x64\xd2\x8f\xd6\x78\xa7\x9b\xaf\x30\xf9\x74\xd5\x26\x9f\x7e\x34\xe2\x93\x5e\x3e\xbe\xdb\xb1\xdd\xae\x98\xe8\xe3\xb8\xd8\x82\x04\x88\xa8\x55\xc4\xb1\xae\x36\x65\x58\x17\x94\x16\x4d\xda\x4a\xa9\x31\x51\xb5\x6a\x70\xaf\x32\x75\x90\x99\x06\x5a\x9e\xd0\x34\xd1\x31\x89\x59\xb8\x91\x1a\xe7\xb2\x5b\xb8\xa7\x2e\x2d\x4d\xe1\x75\x49\xc5\x7b\x51\x5c\xb3\x25\x5d\x1a\x33\x7f\x53\x4f\xe8\x9b\x91\x1a\x05\xab\xac\x09\xe8\xad\x4b\x1e\xc7\x7c\xb7\x3b\x3e\xb5\xc0\x70\x7e\x6a\x79\xe1\xa8\x11\xf8\x9e\x9a\x09\xd0\x45\xdb\xc5\x64\xb9\xd1\x63\x28\x2a\x8e\x57\x5c\x1b\x0f\xe1\x1c\x53\x84\x55\x9e\x24\x03\x63\xda\x81\x8a\x69\xd4\x2a\xa9\xdc\x73\x27\xd3\xe5\xd8\xd3\xb9\x3d\x9c\xb8\x55\x08\xf6\x67\xcd\xf0\x4c\x39\x27\x63\xbc\xe0\x64\xec\xf8\xe7\x95\xc7\xc4\x2e\xf8\x70\x88\x4b\x3e\xa1\x1a\xc4\xa6\x4d\x88\x54\xa2\xd4\x45\x6c\x8a\x63\x6e\xd6\xdb\x81\x2c\xc7\x63\x94\xee\xfd\xea\x69\x18\x97\x5e\x43\x72\xdb\x90\x1e\x39\xbc\xa7\x15\xc1\xf4\xaa\x09\xa1\x4f\x4a\xf0\xbb\xde\x4b\x8d\x34\x2d\xba\xf8\xf1\xfd\xfb\x77\x1f\x3e\x5e\xcc\xcf\x7f\x3a\x7f\xfb\x71\xfe\xee\xfd\xc7\x57\xef\xde\x5e\x90\x52\xef\xea\x16\x8c\xab\xf6\xf5\x12\x21\x02\x14\xd6\x13\x08\x0f\xf4\xa3\x1d\xd3\xb8\xeb\x38\xc5\x7d\x16\xd4\x17\x74\xd7\x0a\xbc\xac\xc1\xe2\xc0\x2d\x4b\x07\x70\xa6\x93\xf6\x71\x99\xea\xdb\x97\x08\x72\x84\x1a\xb5\x0e\xee\x4e\x1d\xf2\x99\x20\x2c\x27\xcd\x2e\x47\xef\xfe\x87\xa9\x5b\x88\xd4\xae\x42\x4c\x3b\x1b\xef\x14\x5a\x1c\x60\xb3\x1c\x5c\xde\x1e\xa6\xd4\xd5\x64\xf4\x99\x50\x97\xe4\xbb\x74\x6d\x83\x40\x73\xdb\xf5\xc7\x71\x22\x77\x94\x16\x48\xfc\x01\x7d\xd1\xc3\x7f\x2f\x93\x74\xc0\x14\x68\x51\xd4\x72\xfe\xcb\x3d\xd6\x40\x77\xd9\x72\x59\xa6\x39\xc7\x6a\x3f\x95\xe9\x82\x37\xd6\x38\xc8\x6d\xea\x6d\x4b\xd2\xe2\x4d\xff\xb1\x0a\x39\x69\xc6\x76\x92\x30\x63\x4a\xa8\x75\x24\x14\x61\x36\x62\xfc\xba\xf8\x44\x2f\xaa\xac\x62\x8b\x6f\xf3\x62\xf1\x29\x11\x16\x31\x05\xa1\xb4\x9d\x20\x11\x08\xe1\xe3\x31\x2c\xfa\x0d\xbf\x07\x6a\xfc\x0f\xf5\x1e\xfb\x02\xb8\xdf\x6b\x4e\xa2\x4d\xb1\xa4\x79\x84\xaf\xf8\xff\x3d\xeb\xcf\xfb\xc3\xd0\xa9\x58\xf6\xfd\x50\x78\xb2\x31\x6c\x01\xd2\xd9\x08\x79\x31\xef\xc1\xb0\xa2\x6b\x2f\xfa\xc7\xc4\xa3\x1b\x2d\x0a\x5e\x89\x42\x8e\x39\xae\x5c\x68\x3a\xb1\xc7\x08\x55\x7c\x81\x11\xea\x86\x3f\xdc\x08\x55\xc3\x50\x2a\x84\x11\x08\x5d\x75\x0e\x63\x60\xe6\x39\xe1\x68\xc0\x46\x97\x45\x21\xc7\x41\x09\x19\x41\x6d\x45\xd8\x48\x3b\x18\xbf\x2c\x24\x57\x6d\x3b\xd5\x1e\x53\x40\xd9\x79\x37\xba\x92\x27\x04\xb8\x8a\x98\x64\x2f\x55\x66\x79\x1f\x8a\x5a\x39\x94\x13\xac\x8b\x32\x75\xcd\x11\x44\x0d\xf7\xd1\x13\xae\x39\xf2\x10\x38\x4b\x94\x91\x3b\x35\x73\x92\xd3\x72\x2d\x29\x88\x11\xb4\xc8\x41\xa5\xf9\x4a\x03\x3d\x14\x92\x6d\xe8\x98\xd3\xda\xfb\x5e\x4e\x4a\xc7\x75\xdd\x5b\xee\x1d\x2c\xff\x34\x6f\xfa\x15\xc0\x97\x0f\x74\x95\x96\x9d\xba\x9a\x7b\x97\x53\xb2\xd7\xaa\x37\x33\x56\xbd\xaa\x5d\x0f\x30\xe9\xf5\x50\xc5\xd5\x88\x35\x2a\xb6\xc2\x61\xa3\x61\x51\xd4\x15\x3d\x31\x39\x0d\x1e\x84\x3f\x51\x07\xaa\x2c\xfa\x55\x22\x9c\xed\xc3\x86\xb0\x94\x41\x0e\x60\xc8\x66\xd8\xee\xe3\xf6\x41\xeb\x2c\xa0\xcd\x48\x2b\xc7\x1c\xfb\xa8\xd4\xee\x07\x46\xd9\x33\x1a\x00\x01\x5c\xa5\x5c\x7b\x7a\x16\xc8\x08\x57\x87\xad\x8e\xdb\x64\x46\x9d\xa8\x5e\x38\x2f\xe5\x9a\x64\x96\xcf\x7d\xd4\x24\x68\xa3\x2c\x0e\xda\x25\x73\x84\x0f\x27\x50\x57\x4a\x0f\x46\xa1\xfa\x3d\x16\xcc\xc9\x83\x4d\x80\x3b\xc4\xee\x31\xa6\xc3\xfb\x6c\x9f\xaf\x6d\xd0\x13\x5b\x72\x68\xbc\xcd\x22\x18\xf8\xac\x2d\xc8\xf2\x13\x73\x64\xf1\x87\x80\x6f\x24\xfd\x81\x75\x61\x73\xf6\x7f\xf3\x9a\x87\x7e\x97\xb5\xf5\xff\xa9\xb1\x36\x76\xda\xb7\xbc\x35\xda\x2d\x41\xf9\x15\x0f\xf8\xbe\x34\x9e\x49\xe4\x65\x2f\x7c\xc4\xf4\x66\xf4\x6e\x5b\x8e\x14\x08\x00\x8e\x4e\x36\x92\x21\x8b\x70\xb5\xdb\x4d\x67\x58\xcc\xdc\x31\xae\x79\x0f\xe7\x07\xa4\xc3\x31\x4c\x67\xea\xaf\x8e\x7f\xa5\x83\x60\x69\x06\x69\x7e\x50\x60\xef\xa9\x11\x3e\xd0\x95\x11\x72\x78\xf0\xf2\xbe\xdf\x13\x40\xbd\xc1\x35\xda\x01\x92\xc3\xbb\x17\x74\xe5\xbd\xaa\xb2\x2b\x25\x8b\x3c\x24\x16\x51\xa1\xa3\xc3\x12\x7b\x40\x75\x25\x7e\xc3\x7c\x59\x3d\x18\x8e\xb7\x75\xe8\x3d\x63\x46\x3e\xe9\x34\x98\x10\xff\xd5\x0b\xba\x4a\xcd\xa1\xbe\xce\x4a\x8d\x23\xa6\x14\xd0\xfa\xd4\x80\x08\xc0\x93\xa4\xdb\xef\x4e\xa7\x7d\xf0\x5b\x79\xac\xdd\x72\xa0\x33\xa8\x9d\x4c\x5b\x9c\x27\xfb\x06\xac\x33\xae\x2a\x00\xdb\xde\xb0\x04\x41\x6c\x5c\x7d\xdb\xbe\xb9\xef\x5a\xe9\x47\x28\xa0\x41\x7d\x8b\x56\xb3\x1c\xb6\x5d\xd9\x07\xd9\xf6\x59\x8b\x1d\x54\x58\x85\xde\x1c\xfb\xd6\x2d\x9d\xc0\x0a\x7b\xe2\x85\xfb\xc9\xf4\x6f\xb9\xd7\x18\x27\x54\x19\x1f\x2e\x99\xa8\x6e\xb5\x39\x99\x3c\xcb\xf4\x40\x9c\xdf\x2f\xed\x53\x98\xac\x50\xb2\xb7\xf4\x55\x1d\x6f\xf5\x7e\xa8\xba\x43\x64\xf5\x1a\xb0\xc0\xad\x6e\xe3\x0b\x17\x7a\xbb\x09\xce\xaa\x91\x58\xbe\x8d\x4e\xd4\xcf\xd4\xf6\xbe\xa7\xdd\xa9\x4c\x92\x6a\xda\xef\x81\x29\x73\xd6\x5b\x4f\xfb\x27\x4e\x79\x16\x3e\x74\x00\xcd\xc0\x7d\xa2\xb7\xfe\x70\xdd\x4b\x00\x5a\x8d\xa9\x02\xf1\x3a\x34\xd0\xc8\xfd\xe3\xd7\x33\x41\x8a\x63\x3a\x35\x6d\x9a\x75\xb5\xb7\xef\xee\xa5\xbf\x6a\x00\xff\x30\x02\x7c\xf1\xd8\x91\xf4\xa8\xef\xef\x26\xa5\x9d\x11\xf2\x31\x98\x3c\x3e\x41\x61\x70\xb6\xbe\x5a\x08\x9d\x4a\xb1\x09\xcd\x81\x05\xe4\x78\xe3\xd6\x1a\x82\xab\xd0\xd9\xfd\xbd\x57\xe3\xed\xed\x41\xa5\x0d\xb6\xe4\x71\xe9\x60\x6b\xdc\x4b\x49\x32\x15\x19\xb3\xa2\x2a\x13\x3d\xdd\x8c\x19\x56\xea\x92\x0b\xc5\x3f\xa8\xe0\xf0\x57\xa3\x25\x5b\x54\x48\x0e\x85\xea\x57\x2b\x92\xd6\x5d\x95\x5d\xa5\xc2\x07\x2b\xf0\xa3\x10\xf9\x96\x21\x1a\x1d\x4f\xa5\xdf\x64\xdb\x94\xc1\xab\x32\x9d\x6a\xce\x69\x86\x85\x31\x49\x2e\xd3\x29\x9f\x61\x25\xcb\x48\x4f\x3b\xb8\x21\xd6\x63\x48\x65\x53\x01\x45\xda\x78\x26\x81\x24\x13\x9e\xee\x39\x06\x14\x46\x47\x5f\x8a\xa3\xee\x60\xdc\x21\x65\x34\xae\x45\xfb\xf2\xa8\x4e\x3a\xeb\x38\x4b\xa0\xbc\x01\xea\x18\x51\x7a\xe5\x7f\xc1\x92\x0d\xf1\xb0\xbd\xa5\x4b\xbc\xc5\xe9\xcf\x7d\x6f\x15\x13\x0f\x67\xac\x25\xcf\xf4\x5d\x4a\x9d\x92\xbc\x95\xf4\x65\x02\x57\x6a\x4e\x78\x22\x74\x10\x0a\xeb\x12\x2b\x24\xf7\x80\x75\x4c\x25\x10\x11\xa8\x15\x9c\x0a\xbd\x94\x5b\x21\xd6\xdc\x95\x58\xf8\xdc\xa7\x9a\x0f\x61\x36\x57\xd2\xde\x09\xd0\xdd\x3d\x86\x81\xa4\x25\xa4\x95\xa3\xe1\xe2\xc2\xdb\x91\xb1\xa6\x79\x47\xce\xbb\x17\x0c\xf9\x5c\xdc\x6f\x9f\x19\x86\x4f\xee\xb1\x31\x00\xfb\x76\x97\xd9\xd8\xed\x9d\x1d\x39\xe8\x6c\x46\x1b\xb1\xca\xf3\xd8\xf1\xe4\xb9\x55\x8f\x63\xba\xa9\x2c\xf2\xbc\xdc\x82\x06\xc5\xd9\xdb\xf3\xd5\x17\xb1\x42\x8e\xe0\x7f\x0a\x0a\xa4\x81\x23\x9b\xd2\xe9\x78\x06\x2e\x48\x81\xdd\xf6\xdf\xd1\x90\x36\x08\xd3\xe9\xe9\x6c\xe6\x74\x06\x1f\x7b\xc7\x07\x77\x11\x8f\xf6\x61\x67\xb5\x02\x26\xf0\x11\x50\x06\xe1\x70\xc7\xcc\x08\x31\x65\x9a\x61\x72\xc1\x1d\x82\x2d\x12\x86\xa7\x66\x76\x27\xd3\x59\x5a\xe1\x4f\x3c\x11\xc8\x9d\x34\x33\x79\xd4\x78\x6a\x8d\xf7\xc1\x78\xf4\xc5\x23\x9b\x59\xec\x6d\x66\x16\xc7\xc9\x7d\x92\xf3\xe9\x78\x26\xaf\x9c\xd3\xd3\x19\x56\x54\x1b\x5a\x7f\x72\x9a\x7a\xb6\xa9\x3a\xf0\xf9\x00\x42\x55\xcb\xcb\xa7\x19\x51\x31\xe5\x33\xb0\x63\x00\x93\xe5\x11\x2b\x95\xe9\x32\x33\x8b\x50\x47\x53\x64\xd3\x31\x24\x2b\x08\x21\xea\x08\xff\x3b\xad\x76\x3b\xf7\xf8\x26\xbb\xbd\xa4\xaf\x8b\x45\x96\x9b\x41\x60\x53\xe6\x39\x45\x96\x24\x9b\x66\xee\x79\x20\xeb\xed\x71\x03\x3a\x8a\xc7\x94\xe1\x52\x9d\xf2\x33\x49\xdb\xe4\x04\x14\xfd\xa9\xca\xf0\xd4\x4e\x0f\xb8\x0d\xc9\x89\x91\x55\x7f\xe0\x64\x3a\x1b\xd0\xd1\x9c\x7e\xde\x52\xc1\xe4\x7d\x33\xcb\xdf\x64\x0b\x51\x94\xe4\x83\xea\xd0\x73\x8e\xdf\x70\xfc\x6f\x8e\xdf\xf2\x16\x56\xe3\x0b\x7e\x1f\x56\xe3\x2b\x7e\x1f\x0a\xe3\x5b\x7e\x2f\x0a\xe3\x0b\xde\x45\x61\xb4\xe5\xbf\xf6\x08\x32\x20\x3e\x5a\x42\x1e\xc7\x10\x66\x4a\xc1\x23\xc6\x71\x64\xac\x51\x22\x45\x6b\x6e\xb7\x74\x52\x19\x19\xa8\x91\x73\xd9\x62\x5f\xfa\xa0\x1f\x05\x74\xd1\xf3\xc4\x4f\xe5\xf6\xf3\xfc\xdb\x5a\x5e\x55\x77\xca\x21\xc8\xe9\xe4\xe8\xc4\x09\xac\xa3\xa1\xf9\xa0\xce\xe4\x6d\xb6\xa0\x69\xe5\x95\xf5\x6d\x47\xd0\x1b\x16\xff\xb6\x9b\xe2\xce\x2e\x4f\xa4\xcb\xb1\x40\xbb\x1d\x0c\x56\x52\x41\x18\xec\x81\xdb\x0c\xdc\x8b\x06\xae\x23\xc8\x9b\x05\xfe\x8a\x27\xe6\x8d\x97\x81\xe9\xe9\xb8\x73\x15\x73\x03\x0e\xcd\xd4\x71\x5a\xec\x6b\xab\xed\xbc\xcd\x5b\x3e\x69\xb5\x5a\x8b\xf5\x03\x2d\x6e\x53\x46\x1e\xc7\xfa\x57\xa1\x68\x64\xa8\x35\x45\xd3\x5c\x8e\xde\x9f\x7d\xf8\xf8\xea\xec\xf5\x45\x1c\x27\xcf\xbb\x80\x82\x3d\x92\x20\xc8\x1b\x9e\x54\xf8\xdf\x1c\x60\x4b\x6d\xa5\xa2\x69\xf0\x9b\xfe\x04\xb0\x55\xe2\xca\x57\xaa\x4a\xb3\x56\x81\x2e\x50\xe4\x90\xd2\xcf\xe4\x59\x01\x16\xe5\xd1\xf3\x82\x57\x19\xe3\x54\x1c\xdd\x64\x0a\x1f\x7d\x55\xd4\x7c\x79\x74\xb3\xa6\xfc\x48\x0e\x00\xe3\x57\x47\xf5\xf6\x28\x3b\xba\x66\xf4\xa6\x3c\xb2\xb0\x17\x47\x1f\xd7\xac\x3c\x62\xe5\xd1\xa6\x28\xab\xa3\x9c\x7d\xa2\xf9\xed\xd1\xb2\xa6\x47\x55\x71\xb4\xc9\x78\x9d\xe5\xf9\xed\x91\x12\xdd\x56\x2c\xab\x64\x31\x19\x3f\x3a\xdf\x5c\x52\x31\xfa\x89\xd1\x9b\xd1\xd1\x05\xa5\xe9\xd1\xba\xaa\xb6\xe9\x93\x27\x57\xac\x1a\xb1\xe2\xc9\xf9\xf7\xef\xb7\xfc\xcc\x8b\xdf\xd5\x57\xad\x44\xc3\x0a\xed\x76\xc1\x0f\x02\x35\x0d\xfe\x37\x0f\xb2\x44\xda\x1d\xf3\x09\x18\xf2\x54\xd3\xca\x27\x61\x7a\xbe\xfd\x97\x24\x9a\x47\x43\x81\x2b\xed\x63\xfb\x24\x32\x61\xbd\xbe\xe3\xe4\x8e\xad\x3a\x20\x76\x86\x9b\xea\xbb\xc1\x7f\x27\x1c\x52\x94\x32\x7e\x16\xca\x48\x42\xfd\xfd\x1a\xa1\x06\x2b\x33\xdd\x50\x91\xd8\x28\x54\x96\x60\xe8\xe8\xb1\x8c\x0e\x8c\xda\xb1\xcc\x58\x91\x77\x2c\x49\x36\x50\x6a\xa6\xbd\x71\xbf\x86\xa8\x83\x99\x6f\x5d\x8d\x79\xc7\x4f\x84\xb7\xfd\x44\xd2\x02\xe1\x15\x49\x96\x44\xa7\x03\x8e\x32\x42\x71\xac\xd3\xe9\x67\xbc\x26\x25\x5e\x1b\x33\xef\x71\x1c\x27\xdb\xd0\x65\x67\xbd\x87\x5f\x38\x72\x5e\x28\xc8\x99\xf9\x37\x08\x2f\xe3\x38\xd9\x04\xe6\x71\xd9\xbd\xb7\x56\x92\x27\xf3\xaa\x97\x87\xa8\x32\xac\xbb\x02\x78\x64\x39\x1e\x15\x42\x58\x72\x25\xdb\x38\xde\x4c\x02\x8d\xd8\x24\x5b\x70\x2e\x48\xb7\xbb\xdd\x66\xb7\x7b\xa3\x41\xcb\x97\x78\x8d\xb7\x78\xe3\xc0\xe3\x03\x86\x5b\xd9\xf4\x87\xd9\xe4\xdf\x22\xc9\x70\x86\xe5\x6f\xbc\x02\xfb\x7f\xcf\x67\x70\x81\xda\x0a\x01\x94\x64\x48\xe6\xb0\xa6\xa7\x78\x61\x7f\x59\x67\x10\x59\x4c\xdf\x78\xb9\xef\x8b\xad\xdf\xfc\xbb\xe5\x1e\xeb\xac\x26\x31\x47\x6d\x07\x77\xa7\x18\x6d\x1a\xbf\x05\x38\xc3\x2b\x84\xa6\x5f\x41\x8c\x74\x1d\x5f\x4a\xc8\x95\x29\x79\x88\x30\x60\x63\x78\x35\x36\x58\xcd\x62\x38\x8f\x2c\xb9\xa4\xc9\x0b\xb9\xaf\x6c\x16\xd4\xe0\x55\x77\xf1\xb7\xd3\xbf\xec\xa6\xef\x43\x57\xea\x0c\xdf\xda\xdd\xd6\x37\x79\xc2\x7d\x43\x25\x04\x80\x94\xeb\x7d\x1d\xec\xc0\xbe\x37\x38\x2f\xae\x0e\x36\xf4\xc7\x6e\x43\x37\x75\xb7\xa1\x6e\x5b\x77\xdb\x27\x89\x74\x22\x88\xbc\x42\x89\xe9\xaf\x62\x66\x2f\x2c\xda\x3d\x5b\xf3\x33\xba\x7f\xdc\xee\x00\x36\xfd\x49\xcc\x08\xc7\x6c\xfa\xc3\x8c\xf0\xe9\xf7\x33\xcc\x64\x76\x39\x93\xac\xc1\xd1\xaf\x35\x15\xb7\x27\x5b\x30\x1b\x88\x0e\xb6\xfe\xe7\x6e\xeb\x05\xcd\x96\x05\xcf\xbb\x0b\x40\x11\xbb\xd0\x66\x96\x2d\xd9\xed\x68\x13\x18\xfd\x96\x19\x4c\xae\x56\x57\xcd\x2f\xe5\x51\x13\x6e\x54\x4d\xf7\x4f\xa5\x67\x06\x5b\xf3\x9c\x96\x5d\x4c\xd1\x47\x93\xe3\xaf\x2d\x59\x46\x8d\x65\x5f\x0f\x0e\xd6\xc7\xee\x60\x45\x27\x34\x5b\xac\x4f\x18\x3f\x90\xef\x79\xa8\x33\x90\x97\x1d\xae\xed\x7d\xbf\x36\x80\xc3\x3e\x01\x04\xef\x83\x59\x3f\xf4\xb3\xf2\x42\x6c\xb2\x9c\xfd\x46\x1f\xd2\xd1\xe7\xfd\xfc\x57\xb4\x3a\xd1\x52\xbd\x93\xeb\x4c\x44\xe9\xca\x33\x96\xf8\x29\x73\xea\x98\xe0\xb4\x28\x88\xc5\xd0\x0e\xc0\xcc\x02\x23\x56\x9e\xa2\x5e\x8b\x70\x90\x0b\x86\xd0\xd9\x98\x03\xa6\x84\x50\x05\x08\xb0\x1e\x2c\x88\x2a\xfe\x74\x61\x8e\x37\x92\x73\x9e\x40\x80\x3d\x18\x40\x2d\x2c\xdd\x43\x1a\xe8\xc8\xb7\x97\x71\x47\x9d\x20\x20\xc6\xf1\xeb\x52\x1d\x98\x00\xc5\x1e\xc1\xf1\x62\x7d\xfa\x93\x68\x93\x31\x1e\xa1\x34\x30\xce\xc0\x02\x72\x10\x25\x9c\x4b\xae\xda\xd3\x17\x60\xa1\x35\x7c\xd0\xd0\xac\x2c\xa9\xa8\x4e\x8c\xeb\xe9\x89\x65\x6b\x4f\xd6\x70\xd5\x3b\x31\x07\x4a\x94\x7e\x12\x0d\xfe\xf1\x3e\x4d\x8a\xb2\x49\x29\xc9\x54\x9d\x47\x3a\x1e\x68\x71\xf9\xef\x8f\x85\x82\xca\x6e\x5d\xe2\xe0\xe3\x65\xcd\xf2\xea\x15\x57\x57\xcb\x92\x7c\xc7\x3b\x58\x83\xee\xfe\xfd\x3c\x5b\xac\x55\x01\x36\x73\x28\x95\x5c\x99\x26\xd2\x94\xea\x45\xef\xa3\x17\x41\x9c\x8d\xd4\x85\xb3\x0d\x5f\x6a\x98\x4a\xc6\x73\xc6\xa9\xf2\x30\xb8\xcc\x8b\xc5\xa7\x72\x00\xa6\xe1\x49\x64\xe4\xe1\xef\x00\xb3\x01\x5e\x69\x15\xe5\xa5\x79\xf3\x86\x41\x94\xa2\xe4\x23\x68\xd9\x21\x09\x64\xd9\x9a\x67\x93\xe0\x3d\x47\xd6\x03\x95\x93\xf1\x53\xfe\xec\x83\x0d\x7d\xc6\x87\x43\x94\x8c\xf1\x07\x3e\xe5\x33\xa4\x02\x5d\xa0\xa4\x42\xae\xfb\x2c\xa7\x42\xf7\xe4\x75\xf6\x1b\xe0\x21\xca\x57\x30\xf9\xd7\xda\x79\x50\xc7\xc3\x42\x41\x33\xc9\xd6\x34\x18\x67\x84\x92\xdc\x69\xae\xf5\x4e\x2b\x71\xc1\x42\xe5\x9f\x02\x83\x0e\x57\x63\x99\x75\x3f\xaf\xe1\x26\xe3\xa5\x38\x28\xef\x7c\x28\x10\xbb\x27\xc6\xde\x0f\xbf\xde\xb9\xb1\x09\x75\x4f\x83\x4c\x06\x3d\x5f\x84\xe0\xdf\xf5\xb2\xdc\x5b\xa3\x5e\xd1\x06\xe1\x86\xfb\x6f\x8d\xee\xf2\x80\xc0\xc8\x0b\x57\x2a\xd4\x45\xf2\xe0\xba\x1d\x0e\x31\x97\x8d\xd4\x4d\x0e\x1d\xc2\x7e\xab\xa6\x74\x76\x0f\xbe\xfe\xbd\x3d\x99\xf7\xc0\xf6\xfd\xdb\xba\xb9\x9b\xfb\x9d\xe6\xad\x1e\x31\xdd\xa3\xe0\x4e\x1b\x0e\x2d\x66\x87\x75\x1e\x79\x30\x8e\x7f\x60\x8c\x5b\x58\xfe\xf7\x22\xee\x77\x2e\xcc\xde\x50\xcc\xfb\xb8\xfb\x83\x40\xd5\x02\x75\x1b\xbf\xee\xae\x16\x4f\x04\xdd\x37\x13\xd6\xea\x7a\x8f\xfc\xb5\x71\xbb\xbb\x5e\x92\xad\x69\xd2\x81\x25\x4d\x0c\x66\xbf\x90\x92\x56\x6a\x04\x30\x88\x81\xe7\x0f\x9b\xff\x36\xa1\x9d\xd2\xd9\x3e\xb1\xd7\xb5\x45\xaa\x07\x19\x3f\x2e\x08\xc5\x19\xf9\x8d\x27\xa0\xf5\xaa\x73\x0a\xd6\xb8\x2a\x27\x82\x5b\xa8\x6f\xd0\xa7\x16\x42\x1a\x0d\x0b\x9c\xa1\xdd\x6e\xdf\x47\x6b\xa5\xa0\x64\x5c\xf6\xc6\x95\x70\x52\x22\x25\x6e\xb1\x56\xe5\x92\x89\xb1\x3f\x46\xac\x54\x5d\xd0\x86\x80\x93\x50\x87\x4b\x6b\xbe\xd7\x1b\x6a\x0b\x8e\x3c\x29\xa8\xe3\x15\x35\x9c\x4b\x8b\x15\x4a\x13\x3a\xe2\xf4\x46\x9b\x42\x65\x97\xb0\x22\x70\xe6\x72\xb5\x52\x23\x03\xf0\x58\x75\x96\x57\x70\x46\x9e\xc3\x93\x56\xa2\x24\xe6\x87\xcf\x43\xb3\x91\xce\xdf\xa2\x27\x8a\x86\xcd\x0f\x6e\xa2\xfe\x9c\x5b\xaa\xde\x9a\x75\x50\x05\x59\xb3\x4e\x35\xd7\x8c\xf0\xd6\x84\x19\xd9\x65\x1a\x0d\x69\x5b\x4e\x6a\x63\x57\xbd\xe6\x09\xd3\x72\x3b\x8f\x36\x80\x3d\xa3\xdc\xa8\x0c\x17\x81\x63\x07\x59\xe6\x49\x40\x87\x00\x4d\x50\xae\xab\x97\x85\x78\x6b\xe4\x93\x21\x39\x0f\xb6\x41\xfd\x39\x9c\xcf\x5a\x6c\x9e\xa6\x56\xa6\xa4\xc4\xe6\xda\xa4\x4f\xc9\x47\xf8\x50\x5e\x00\xec\xe3\x18\x73\x84\xb0\x32\x43\xaa\x3c\x71\xa8\x68\xbc\xc1\x7d\xf0\xb9\xe4\x6f\x8a\xee\xa6\x09\xc8\xf0\x84\xc6\x6d\xda\xed\x94\x9e\x0c\xaa\x36\xd3\x60\x85\xb0\x2d\x22\x6c\x86\xd4\x0c\x99\x4a\x85\x9a\x44\x8e\xed\x6f\x3c\x11\x66\x33\x22\x4f\xe9\x95\xf5\xc8\x51\x89\x6b\xc5\x7f\x97\x46\xf9\x90\xb9\x83\x68\x52\x93\x4c\x47\x1c\x4b\x18\x4a\xbd\x2f\x03\xdf\xc9\x66\x0f\x57\x06\x74\xad\x6c\x2f\x90\xdc\x34\x20\x1f\xe8\xea\x6a\xbb\xaf\x4d\x55\x71\x9c\xb4\xea\x55\x82\x99\x05\x01\x88\x85\x39\xb3\xe0\x0a\x17\x55\x26\x2a\x64\xe2\x7b\x2a\x48\xf6\x5e\x4b\x22\xfc\x92\x63\x10\x6b\x99\x5b\x46\xa0\x9b\xda\x60\xce\x46\x8d\x7f\xf7\xf6\xf5\x2f\xf3\xbf\xbf\x7e\xf5\xe6\xcd\xf9\x87\xf9\xf3\x77\x6f\xde\xbf\x7b\x7b\xfe\xf6\xe3\x45\x1c\x27\x2b\x0d\x10\x93\x14\xb8\x56\x20\x12\x17\x23\x56\x1a\x7b\xec\x77\x3c\x77\xd8\xd3\x28\xf1\xaa\xd0\x7b\xa1\x57\x02\xb6\x7d\xb7\x49\xd5\xb4\x2f\x49\x2f\x37\x5e\x93\xb5\x48\x96\xfe\x32\x58\xc7\xb1\x87\xc8\x4b\x08\x59\x2b\xf4\x13\x28\x62\x4b\xd6\x66\xdb\x0e\x56\x64\x6d\xb5\x0f\x70\x73\x28\x44\xb2\x4d\x18\xc2\x4b\x5c\x2b\x64\xb5\xcf\xb2\x45\x5e\x9d\x18\x3e\xeb\x7a\xea\x49\x9d\x32\x23\x7c\x95\x5b\x65\xb4\x15\xec\x3a\xab\x00\x02\xf3\x85\x24\x74\x72\x9e\x9a\xa6\xcd\x6f\xad\x6c\x77\x7f\xaa\xda\x85\x77\x8e\x80\x6e\x89\x6f\x65\x89\x4a\x6d\x27\xc7\x68\x91\xa0\xc3\xfc\x3f\x1c\x7e\x25\x5e\x21\xbc\xd2\x46\x39\xbf\x72\x72\xa7\x28\x72\x1a\x36\xad\xb5\xc6\x8c\x3e\x6d\xfa\x51\x1e\x67\x6d\x92\x64\xd9\xe9\xa6\xc1\x3f\x71\xf2\x5d\x72\xc7\x96\x69\xb4\x58\xaf\x7e\x58\x7c\xf7\x5f\xdf\x44\x18\x2e\x00\xe9\x5f\xee\x22\x65\x58\x5f\x46\xe9\x34\x8a\xb5\x9c\x3d\x9a\x61\x05\x1f\x0b\xd2\xb7\x28\x9d\x4e\x4f\xff\x8a\x4f\x67\x33\x1c\xad\xb3\xf2\xfc\x3a\xcb\xa3\x74\x95\xe5\x25\x6d\xfe\x82\x37\xb4\xca\xd2\x3b\x47\x34\xd2\x68\x9b\x2d\x3e\x65\x57\xb4\x7c\xa2\x63\x62\x9d\x98\xe9\x2b\x9f\x18\xac\xcc\x9c\x5d\x3e\x31\x82\xf0\xd2\x05\xcd\x1a\xad\x2f\xcb\xa8\x69\x10\xfe\xd9\xb6\xf7\xed\xcf\xff\xfa\xed\xf5\xc5\xab\x57\xe1\xf6\x9a\x50\x61\x11\x8e\x3e\xd2\xcf\xd5\x4b\xc0\x55\xc5\xd1\x7f\x9b\x88\x86\x11\x8e\xe2\xac\xaa\x44\xd9\xef\xd0\x5f\xb1\xba\xbe\x4c\xa7\x5f\xff\x17\xf6\xc1\xa1\xa7\x1e\x60\xab\xd6\x06\xe2\x40\x1a\x0f\xc8\x55\xa7\xd2\x06\x42\x77\xfd\x8a\xd8\x0a\xea\xf9\x06\x8f\xf1\x34\x72\x01\xce\xa2\xd9\xbe\x3c\xff\x89\x65\xea\x53\x3c\x9d\xcd\xf0\x74\x7a\xfa\x0d\xfe\x2b\xfc\x88\xfe\x5b\xcb\xbb\xfd\x2e\xce\x5c\xd1\x2a\x72\x62\x24\xd3\x7e\xfd\x0d\xfe\x46\x66\x97\xff\x70\x04\xf2\x34\x0a\x1e\x40\xe9\x74\xd6\xec\xa9\xef\xeb\x3f\xab\xbe\xde\xab\x53\xfc\xf5\xac\x31\xa3\xf6\xa7\xac\x29\x90\x37\xd9\xf5\xf4\x77\xbb\x9e\x56\xab\xb3\xd7\xff\xf9\xdd\x8b\x3c\xb8\x9e\xfa\xab\x1e\x4f\xbf\xfe\x1a\x9b\xdb\xf1\x0c\x43\x03\xff\xac\x26\xab\x5a\x6c\x9b\x7f\xe1\x24\x3a\xa9\x8a\xed\x49\x4e\xaf\x69\x1e\xe1\xef\x39\x51\x32\x12\xfc\xc3\xc3\xf0\x39\xe6\x1e\xad\x30\xf7\x62\x61\x03\x2d\x6b\x3e\x1c\x82\xc9\xf6\xa2\x03\x0c\xbc\x7b\x92\xa0\x8a\x12\xde\xf0\xe4\x4e\xdb\x27\xca\x6b\x32\xe3\x46\xd9\x8b\x55\xa1\xe9\x1d\x14\x96\x0a\xcc\x78\x55\x18\xed\xac\x36\x9b\xf9\x9e\x2b\x63\x9a\x5f\x5a\xd6\x32\x3a\x8d\xb2\x93\xd1\x0f\xce\xae\xa6\x69\xd0\xc0\xb7\xb3\x16\x74\xa5\x4d\xb0\x64\x31\xae\xe0\xb0\x25\x4e\xa0\xec\xa6\xa1\x3a\xcc\xa0\x1b\xbf\x80\x9e\xc2\x77\xd9\x62\xbf\x3f\x0e\x32\xc3\xe0\xfd\xd6\x75\x43\xf2\xae\x87\x13\xc3\x83\x3b\x40\x4a\xdc\x45\x15\xe4\xf2\x82\x94\x06\x12\x72\xd4\x60\xd6\x00\x96\x39\x1d\x09\x5a\x6c\x29\x57\xe0\x30\x7e\x7f\x5a\xa5\x39\x03\xbe\x50\xa3\x0c\x1b\x38\x6f\x7b\x12\x54\x76\xe9\xb4\x10\xfb\x71\x41\xaa\xe9\x72\xf4\xee\xe7\xb7\xe7\x1f\x66\x83\x96\x7d\xa7\xc0\x1c\x17\x98\x25\x05\xb2\xa8\xa7\x01\xb9\x09\x40\x1a\x53\xbe\xfc\x58\xf4\xd9\xe3\x41\x45\x7a\x0b\x79\xb4\xce\xca\x17\xef\xde\xc4\x71\xcf\x1e\x9c\x4e\x2c\xf0\x00\x28\x11\x2e\x68\x4e\xe5\x39\x9d\x50\x94\x52\x85\x38\x66\xa2\xab\xa3\x76\x68\x75\xd7\xb5\x48\x35\xe6\x1d\xac\xad\x9f\x18\xbd\x31\xb1\xd7\xc1\x77\x41\x50\x95\xb0\x0d\xf4\xc0\xe5\x19\xfe\xce\xb3\xb9\xee\xd9\x37\x0b\xba\xea\x40\xce\xf7\x9d\xb0\x6d\x28\x74\x57\x37\xf9\x81\x37\x08\xd3\x24\xea\x13\x10\x49\x6d\x9e\xc0\x6d\x41\x9e\x45\xf4\xf3\xb6\x10\x55\x29\xa9\x74\x38\xa5\xa4\x33\x80\x39\x39\xc3\x6d\x9e\x3f\xaa\x4b\x7a\x24\x07\x72\x51\x45\x83\x70\x50\x2f\x8a\xa3\xf9\x9c\x96\x6f\x80\xb2\x45\xf8\x4e\xc9\x9e\x01\x19\x62\x6f\x06\xe7\x6e\xda\x09\x07\xb6\x07\x8b\x7e\x64\x32\x34\x87\x4a\x55\xc0\x93\x6f\x00\x3b\xf3\x81\xe5\xba\x2c\x07\x4b\x7e\x54\x99\xf7\x96\xb6\x79\x4c\x69\x9b\xfb\x4a\xdb\x52\xfa\xe9\x51\xed\x33\x19\x0e\x96\x5a\xd2\xea\x51\x85\xea\xf4\x07\xcb\xb4\x76\x7a\x0f\x2e\xd5\xe6\x80\xa0\x6e\x07\x96\xba\x5d\xc0\xad\xd5\xae\xb0\xc7\x2e\xb3\x4b\x79\x3c\x06\xb2\xd6\x15\xcb\xbd\x5d\x01\xbe\x3f\xf2\xd1\x1c\xbf\xd6\x14\xa1\xb3\x2f\x8c\x87\xf3\xef\xdb\x1d\xd4\x0c\x1a\x59\x62\x6a\x67\x85\xac\x31\xf5\x96\x65\x8b\x58\x18\x41\xfe\x3a\xa1\x68\xa0\xef\x2f\x00\xd9\xed\x3c\xd6\x24\xcd\xd6\x7b\x85\x50\x58\x3c\x84\xc2\x8a\x24\xd4\x8d\xa6\x8f\xa6\x51\xe0\xcc\xa8\x62\x1d\xed\xf5\x0a\x29\x34\x2c\x06\x9c\x10\x16\x1f\xb7\xe6\xaa\x9f\xcb\x48\x92\x24\x57\x70\xa9\x11\x2d\x4e\x71\x7e\x8f\xea\x64\x9e\x6b\x3c\x84\xf2\x27\x2a\x4a\x56\x70\xa2\x25\x7f\x73\x7d\x3c\xd2\xe5\x39\x5f\x12\x23\x0f\x9c\xaf\xf2\xac\x92\xe9\x97\x26\xb9\x56\x79\xcc\xb5\xdd\xbc\xe1\x0e\xe0\xdd\xd2\x86\x50\x2c\xdb\x1f\x36\xec\x33\xe3\x9d\x77\x55\x76\xd5\x7b\xd1\x49\xb2\xca\xe5\x2b\xfd\xa4\xe4\x19\x86\x61\x82\x41\xf3\x7c\x35\x20\x30\xa1\xf6\x7d\x74\x7e\x1b\xde\x4b\x37\xcc\xb8\x33\x10\xba\x94\x43\x38\x0e\x25\xad\x5e\xc9\xdb\x61\x96\xb3\xdf\x3a\x71\x86\xbd\x96\xee\xc8\x7f\x01\xc0\x01\x7f\x58\xf2\xff\xad\x92\xcb\xdb\x61\x38\xad\x2f\x2b\x9e\xaf\xb3\xf2\x65\x9e\x5d\x25\xff\x85\x54\x26\x6b\x8d\xd8\x5b\xae\x7e\x36\x35\x4c\x1a\x3e\x45\x8d\xa0\x96\xa4\xeb\xe1\x04\x9b\x77\x11\x3a\xf9\xb4\x34\x4d\x16\xaf\x65\x93\x74\x99\x68\xb6\xca\x6c\x21\xef\x83\x6a\xd5\x05\x94\xaa\x5f\x3f\xa4\x3b\x0a\x13\xa2\xa4\xd5\xa1\x9c\xad\x31\x3e\x0d\xd4\x44\x97\xf7\x56\xf4\x75\xb0\xa2\x76\xc6\x56\x3d\x5f\xab\x7a\x5a\xdd\xbc\xb7\x96\xbf\x9a\x5a\xf6\x66\x6b\xd5\xf1\x57\x99\xda\x64\x0e\x4c\x62\xe2\xa5\x8e\x29\x32\xb3\x35\xbf\xa2\xd5\x3b\xa1\x82\x2a\xbe\xbb\xe1\x6f\xb2\xa0\xb5\x94\xcc\x3b\xa5\xb3\xdd\x2e\xd1\xbf\xba\xb6\x1f\x75\x9e\x83\x7d\x46\xb7\xbc\x8b\xb0\xab\x49\xbf\x3c\x70\xf1\xa0\x95\x2a\x63\xc5\xf8\xf2\x95\xa1\x21\xed\x26\x49\x96\xc6\x61\xdf\xca\xdc\x4f\x0d\x3c\xc5\x53\x23\x93\x14\x5d\x55\x81\x67\xe4\x1d\xb0\x9f\x35\x06\x9b\x47\xac\x11\x00\xcf\x24\xa9\x51\x63\x86\xf3\x15\xb7\x2d\x69\x77\xe6\xcb\x5a\x12\xc7\xdc\x04\xb4\xd5\x26\xfe\xe3\x81\x57\xab\x31\xfb\x97\xb5\xdf\x08\x66\x10\x13\x43\xd0\x07\x6a\x3e\x7b\xd3\x97\x44\x40\xfd\x22\x18\x49\x41\xb3\xe5\xbd\x45\xc8\xe4\x9d\xfa\xf6\xb8\x21\xcd\x1d\x3e\xa0\x53\x4f\x28\x70\x4c\x47\x88\x93\xb1\xbd\x0a\x75\x40\x1f\x11\xa6\x9d\x46\x1d\x6a\x93\xdf\x24\xd0\x13\xaf\x33\xc6\xcb\x97\x41\x7f\xf4\xfd\x63\x91\xdb\x9c\x9e\x09\xe7\x11\xe3\x47\x95\x5c\x7c\xfb\x56\x32\xae\x40\x51\xe9\xda\xfa\xb0\x06\xb8\xca\xf6\x38\x61\xe9\x52\x41\x93\xfe\x99\x05\xfc\x8f\xfb\xdb\x27\x89\xf4\x91\x17\x21\xd0\xc8\x43\x40\x04\xb9\x84\xfa\x25\x74\xc9\x48\x7b\xe9\xba\x82\x54\x50\x05\x13\xf5\xf7\x8d\x3a\x50\x5b\x77\x63\x63\x83\x8e\xf7\x2e\x6c\x73\x10\xb7\x9c\xce\x13\xcf\xe5\xb1\x9a\xe8\x2d\x9d\x56\x98\xf7\x23\x0c\x0b\x74\xa7\x70\xc1\x05\x92\x13\x01\x5d\x13\x92\x3f\x14\x08\x35\x08\xe1\xce\x4e\x94\x0b\x81\xbe\xf0\x78\x82\xf6\x3e\x4c\x7a\x4c\x83\x26\x2d\x6d\x46\x42\x5b\x62\x20\x64\x15\x92\x10\x22\x81\xd2\x4f\xe1\xa2\xdb\xb3\xdb\xa5\x4a\x49\xe4\x17\x1e\x79\xf6\xd0\x15\x21\xa4\xb4\xfe\x9c\x6a\x1d\x6d\x8a\xeb\x3d\x1d\xd0\x53\xdf\xed\x62\x42\x71\xe9\xcf\xd3\xbe\xcc\x0f\x9a\x2c\xaf\xa1\x5f\x3c\x63\x20\x75\x82\x39\xe3\x6e\xce\x38\xc2\xe2\x98\x90\x32\x8e\x29\x58\xa5\x87\x26\x2f\x5b\x2e\x3f\x16\xaf\x2d\x8f\x14\xe2\xc3\x15\x87\x51\x97\x6b\x8b\xb1\xa5\x3f\x4e\x4e\xd3\x31\xd8\x28\x99\x31\x7c\x29\x8a\xcd\xbe\xb2\xf6\x97\xa3\x8e\x6c\xff\x43\x18\x5a\xda\x8c\x05\x83\xb8\x53\xc7\xa7\x1a\x08\x86\xd8\x19\x02\x62\x60\xaa\x07\x34\xd7\x4d\x52\x60\xa7\x02\x03\x5d\x5e\x16\xc7\xd9\xb3\x3e\x2b\x1c\xc7\x49\x01\x56\xdf\x0b\x9a\x64\xf8\x14\x05\xb8\xe5\x93\x13\x9c\x91\x93\x53\x84\x01\xb0\x3d\x43\x85\xd2\xaa\xdf\x01\xa6\x94\x43\x47\xaf\xf0\x86\x56\xeb\x62\x99\x0a\xfc\x89\xf1\x25\x84\xde\xe4\x8b\x94\xf9\x68\x9e\x25\x29\xa6\xd9\x6c\xf0\xb5\x32\xe2\xf8\x5a\x4e\xd2\x48\x26\x9e\xb4\xda\x90\x26\xea\x2d\xe1\xb8\x1c\xc9\x42\x08\x43\x4d\x8b\xf4\xf6\xc7\xba\x43\x69\xba\x7c\xfd\x31\x21\xb5\xe1\xed\x80\x41\xb2\x48\x85\x92\x83\x8c\x63\x18\xa2\x7e\xd7\x77\xbb\x7a\x38\x54\xfd\x0e\x0e\x5d\xe0\x6a\x31\xee\xf1\xdf\xd3\x19\xea\xbe\x83\x2d\x64\x9a\x18\xec\x8d\x41\xeb\xeb\xf5\xe4\x59\x6d\x6e\x6c\x2d\x3f\xdc\x41\x10\x64\xac\x5f\x47\xc7\x53\xb7\x42\x2d\xe7\xc7\x76\x2b\x51\xb7\x27\x95\x9b\x49\xd1\x4d\x3c\xe8\x8f\x05\x98\x9a\x0b\x33\xb3\xe3\xc0\xd2\x0a\x2d\x37\x32\xee\xda\x71\x55\xbe\x19\x97\xb1\xa5\x99\xf2\xd9\x53\x98\x98\x0d\x84\xb6\x82\xc5\x08\x21\x72\x20\xee\x03\x1b\xa9\xc5\x88\xa0\x05\x35\x87\x10\x28\x09\x0b\xd5\x37\x1c\xa2\xa6\x69\xf6\x5c\x07\xeb\xa6\xb5\xac\x5a\x13\xb8\xc9\xaa\xc5\x9a\xf1\xab\xd0\xce\x77\xf1\x64\x20\xe3\xbd\xf3\x20\x50\xbb\xcb\x22\xd0\x65\xe5\xbb\xa6\x7a\x7a\x0c\xc1\xd3\x80\x53\x84\xad\x12\xc7\xa7\xf6\xf7\x6e\x97\x74\x4c\x62\x60\x05\xaa\x5d\xdb\x1b\x21\x40\x36\x55\x19\x11\xf2\xc2\x5c\x8b\x51\x71\x59\x52\x71\x4d\x05\xe0\x0c\xee\x87\x17\x7d\xc0\x1a\x6b\x07\x86\xa8\xfc\xb8\x10\xc6\x72\x62\x2a\x66\x03\xe5\xce\xe4\xba\xc3\x75\x77\x60\x9a\xb9\xea\xb8\x67\xac\xb0\x58\x67\xfc\x8a\x02\xc8\x55\x87\xf1\x93\xfd\xa5\xaa\xbf\xdc\x75\xea\x30\x56\x9d\xda\x46\x3d\xa4\x3a\x9f\xd3\x74\x3b\xcd\xd5\x67\xf6\xda\xc2\x8f\x26\xa5\x15\x08\x46\x88\x40\xad\x9b\xe2\x6e\x57\x41\xbc\x41\x30\xab\xdb\x7a\x5e\x71\xd4\xe1\xde\x69\xc1\x4a\xae\x95\xf8\x41\x07\x3d\xbc\xf2\x4d\x40\x9d\xbb\xde\x52\x5f\x01\x1c\x2f\x61\x3f\xad\x1d\xeb\xb0\x32\x06\x54\x61\x86\xd0\x8b\xe3\xb1\x48\x28\xf2\xcf\x6e\x3f\x43\x62\x0a\x12\xc8\xb9\xf0\x2a\x7a\xaa\x81\xf9\xf4\x13\x11\x08\x57\x03\x59\x58\xc7\x14\x4c\xe9\xdc\xfb\xac\xcd\x5a\xb7\xcd\x97\x45\xb9\xfb\xbc\x6b\xa7\x6a\x23\x98\xca\x7b\xe6\x60\x4b\x30\xf0\xc1\xc2\x03\xc6\xd9\x38\x15\x95\xe9\x1b\x23\xd4\xba\x31\x3d\x65\x7f\x23\xe3\xa7\xec\xe4\xc4\x18\xe3\xd0\x29\x53\xee\x9f\x6a\xcd\xa9\x7d\x54\xe8\x9d\x43\xa0\x73\x85\xde\x3e\xbe\x7b\xb7\xb1\xd2\x3b\x39\x6d\xb4\x90\x6c\x7b\x48\xbc\x98\x87\x44\xe9\xf7\x09\x17\x75\x0c\xa7\x87\x4b\x1d\x7b\x09\x3d\xad\x86\xfb\x2e\x6a\x9e\x17\xc5\x36\x2c\xa6\xb4\xa9\xb6\x45\x7e\xbb\x62\xb9\x5f\x0f\x15\xa2\x10\xa6\xdd\x4f\xae\x15\xd9\xf4\x9b\xb1\x15\x74\x91\x55\x74\x79\xb2\xa2\x59\x55\x0b\x1a\xd6\x17\x80\x0e\x2f\x28\x0f\x35\x81\x9a\x70\x0e\xa1\x28\x96\xbf\x5f\x3e\xaa\xad\xd4\x96\xe4\x2d\xc5\x14\x1c\x8e\xf4\x73\xd8\x59\x46\x07\x51\x78\x61\xcc\x25\xa9\x82\x00\x5c\xac\xa9\xbc\x76\x6d\xbc\xe7\xe5\x4f\xb2\x1a\xf9\xf6\x5a\x8b\x5e\x6d\xb2\x4b\x4c\x47\x59\xce\xb2\x32\x74\x39\xfa\x09\xcc\x8c\x5f\x03\xa6\xd5\x2b\xa5\x21\xb3\xe3\x66\xba\xd4\xe3\x2a\xed\xe2\x06\x35\xce\xbe\x61\xa8\xf0\xdd\xa2\xe0\x2b\x76\x55\x5b\xa9\xb8\x2f\x23\x3f\xc5\x65\x07\x0f\x82\x27\x08\x7f\xd0\x68\x1b\x10\x57\x65\x8f\x14\x5d\xa6\xfb\x68\xd2\xa1\xa6\x81\x56\xcb\x9b\x22\x84\xe0\x7b\x4f\xd5\xb0\x90\x8f\xfa\xc7\xcf\xac\x5a\xeb\xf0\x3c\x7b\xfc\x4c\x3f\x52\x6b\x37\xdb\x07\x4e\xb0\xa8\x6d\xbc\x51\x02\x6e\xf2\x41\x16\x5c\x89\xdb\xae\xfc\x43\x16\xa8\xd3\x7e\x30\x9a\xe9\xe3\x31\xb4\x4e\xd9\x48\x9e\x55\x04\x50\x50\x05\xdd\xe6\x6d\xeb\x38\xeb\x7b\x6f\xab\x07\x98\x86\x2d\x45\x83\xb6\xb7\x38\x45\x93\x2b\xa7\xf5\x4e\x6d\x59\x1a\xce\xb7\x71\xa5\xbf\xe2\x6f\xb3\x8a\x5d\x53\xc8\x47\xae\x64\xbd\xd9\x72\x09\x4f\xef\xf4\xe9\xba\xaf\xf5\xb7\xa6\x86\x39\x06\x64\x59\x83\x3a\xfc\xb8\xcc\x37\xa6\xf3\xe0\xa3\xf6\xbc\xe0\x15\xe5\xd5\xcf\x2c\xcf\x9f\xc3\xe1\x49\x96\xb4\xf3\xed\x05\x5b\xea\x4f\x6b\xf9\x89\x66\x8b\xf5\x7b\x51\x7c\xbe\x85\x6a\xbd\x8c\x81\x61\x03\xaa\xfa\xad\xb5\xce\x75\xb2\xac\x38\x66\xaa\x0e\x97\xdf\x66\x6b\x7a\x95\xb8\x16\x7c\x51\x1d\x36\x7b\xab\x8a\x6c\x69\xd9\x13\x32\xc7\x54\xde\x18\xc3\x17\x36\xb3\x1c\x41\x31\x61\xb4\x27\xc8\x3b\x90\xbc\x65\x79\x7c\x6a\x63\x82\xf6\x78\xc1\xa4\xea\x18\xcd\x9a\x46\x1a\x2f\x4c\x58\x91\x6d\x8b\x8a\x3f\x30\x70\xb0\xf2\x83\xdd\x26\x08\x17\xa4\x72\xe1\x33\x40\x69\x6c\xdb\xa8\xa2\x21\x60\xe6\x16\x97\x1d\xa3\x1b\xd8\x66\x5c\x61\x4c\x93\x73\xa0\x93\x6f\x0b\x1e\xb4\xa5\xd7\x86\xdb\x0d\x24\x3a\xdf\x6c\xab\x5b\xf2\x9d\xa2\xac\xdf\xe6\x19\xff\x44\x7e\xa4\x03\x0a\x12\x7d\x5a\xca\xc2\xfa\x25\x1c\xff\x48\xb5\x21\xc1\x25\xbd\x62\xdc\x90\x2f\x35\x8d\x25\xc9\x01\xb4\x18\x1e\xf4\x27\xc0\x5d\x85\xe5\xc9\x97\xdd\xd4\x0b\xf9\x9e\x17\x15\x5b\xdd\xb6\x3f\x91\x9a\x02\x61\xf5\x29\x24\x79\xa7\x1a\xaa\x63\x18\x38\x71\x06\xf9\x4d\x96\x02\x7b\x57\xbe\x7c\x41\x17\x85\xc8\xe4\xfb\x6f\xa1\x0c\x93\xec\x65\x21\xdc\xa7\x57\xdd\x4f\xb6\x96\x17\xea\x9c\x91\x1c\x27\xf3\xca\x7a\xad\x68\x59\xef\xfd\x4b\x7d\xa6\xac\x33\xc6\x3f\x66\x57\xe5\xcb\x42\x7c\x4f\x6f\xc9\x8d\xa6\xa5\xfe\x20\x04\x4c\x69\xef\x1a\xcc\xdd\x82\xc0\x8c\x9c\xc2\x7d\xbb\xbb\xa6\xe2\xb8\x4d\xd4\x00\x7d\x93\x91\xb1\x9f\x79\x7a\x3a\x53\x77\xb1\xa7\xec\x99\xf5\xa5\x61\xc3\x21\x12\x53\x3e\x65\xb3\x99\x22\xda\xf2\xa7\xe7\x76\xaf\x3a\xb5\xb7\x91\x1e\xa0\xcc\x6e\x67\xec\xd6\x6d\xa8\x34\x8f\x0b\x35\xf6\x31\x34\x09\xec\x11\x81\x2d\x74\xc5\x27\x7a\x2b\x77\x1b\x66\x92\x87\xeb\x34\x93\xc8\xb6\x61\x38\x08\x04\x96\x3b\x05\x35\x60\xee\x4f\x47\xf4\xf3\x36\xb3\x8b\x47\xb6\xf2\xb3\x26\xce\x96\xb4\x7e\xc4\x2a\x34\xd4\x75\x56\x51\xfb\xf2\x83\xdd\x2a\xf6\xd5\x7b\x2c\xef\xd9\x75\xb9\x3e\x2b\x6f\xf9\xc2\xbc\xee\x5c\x06\xdb\xf7\x93\x63\xe5\xc7\xfa\x9c\x10\x02\x06\x22\xc0\x9e\xa0\xa4\x1c\x3d\xff\xf1\xc3\x87\x73\x85\xaf\x6a\x11\x49\x9e\x1f\x48\x83\x3f\xf5\x65\x62\x5e\xa8\xd6\x0e\x11\xe3\x68\x00\x32\xa4\x80\x22\x2b\x01\x27\x83\x9e\x3a\x0c\x4d\x3e\x69\xad\x71\xc2\x51\x5a\x85\x2a\xd3\x78\xef\xa6\x8d\x4c\xc7\x60\xd5\x18\x76\x79\x56\x56\x1f\xe8\x35\x93\x5c\x21\x32\xcd\xf2\xd5\x45\xe2\xf6\xee\x1c\x7c\xfe\xa6\x5c\x5e\x51\xb3\x6a\x3d\x43\xcd\x8a\xf1\x2c\xcf\x6f\xef\x2a\x03\x8f\x57\x3a\x78\xbc\x1b\x9a\x98\x94\x08\x75\x6a\x68\x8d\x94\x8a\x18\xdc\x34\x03\x3a\x51\x51\x58\x9d\x15\x8e\x0e\xed\x1e\x61\x86\x52\x96\x00\xf7\x02\xe4\x67\xd3\x13\x5f\x3b\xe4\x93\x1e\x4d\x16\x7e\xe8\xcb\xbf\x9d\x4e\xaa\x93\xd3\x74\x8c\x30\x27\xa7\x4f\xf9\xb3\x0a\x2e\xee\x62\xca\x4f\x4e\x7d\xea\xcc\xad\xb1\xd2\xb2\x52\xd7\x14\xaa\x38\x93\xee\x71\xfe\x07\x9f\x06\x1a\x34\x5a\x9f\x09\x83\x80\x8b\x7e\x3d\x49\x18\xa9\x71\x46\x2a\x5c\x92\xe3\xc2\x00\xa2\xbe\x3c\xfb\xf1\xf5\xc7\xf9\xd9\xc5\x2f\x6f\x9f\xcf\xdf\x7d\x7b\x71\xfe\xe1\xa7\xf3\x0f\x17\x28\x95\x69\x47\x2b\x8e\x33\x52\x4b\x56\x95\xf2\x25\xe5\xd5\xf7\xf4\xb6\xc4\x25\xa9\x41\x64\xe7\x64\x38\x39\x99\xce\xf0\x22\x74\x70\xe4\xc6\x3d\xa7\xc1\x2b\x32\x7e\xba\x7a\x66\x10\x73\x9e\x0e\x87\x2b\xf4\x99\x26\xd9\x74\x35\xc3\x0b\xd4\x39\xbf\xec\x16\x93\xe7\xd7\x9d\x5c\x08\x65\x9a\x2b\x61\x63\xd9\xe8\xe3\x0c\x6c\xe6\x94\x36\x62\x59\x49\xea\xcb\x25\xad\xf8\x93\xa7\x56\xad\xee\xdf\x00\xc0\x87\x30\x23\x6b\x17\x0a\x6c\x22\x61\xbb\x9d\x98\x9e\x7a\x57\x1c\x4b\xb1\x93\x31\x06\x60\xed\x77\xda\x8f\xc5\x45\x86\x06\xe0\x2c\xc0\x1d\x71\xca\x7a\x6d\x54\x4e\x87\x51\x1a\x0d\x93\x62\xb7\xab\x10\x6e\x83\xd6\x78\xce\x18\x06\x00\xba\x41\x83\xb1\x36\xb9\x78\x4b\x93\x3b\xc9\xd3\x67\x1d\xde\x5f\x12\xe7\x77\x06\x67\x4f\xd9\x07\x57\x72\x6b\x58\x0f\xfa\x49\x99\x40\x5f\xa0\x17\x62\xfa\xf5\x0c\xa5\x65\xa3\xc2\x2b\xfb\x87\x1d\xa7\xd6\xc2\xef\x63\xfb\x0b\xa3\x36\x75\xff\x50\xe8\xba\x30\x1d\x51\xeb\xe7\x60\x1d\x3b\x3c\xb5\x00\x90\xb6\x8d\xe6\xcd\x52\x10\xca\x1c\xf3\x00\x01\xb3\xf6\x7e\x9e\x26\xd1\x85\x7a\x2b\x3b\xa1\x96\xe8\x68\x93\x89\x4f\xea\x60\x39\x2b\x5f\x30\xd9\xea\x02\xfa\x53\xf0\xb2\xde\x50\xf2\x0f\xb8\x75\x64\x8b\x4f\x74\x49\xbe\x1f\xe8\xdf\xe4\x9f\x98\x9a\x60\x57\x84\x2a\x8e\xc2\x44\xc2\x22\xff\x52\xc7\x4a\xd8\x1d\xe7\x17\x99\x6f\x2b\x8a\x05\x2d\x4b\xea\xd2\x94\xe4\x78\x8c\x7f\xa0\x6e\x7b\x50\xe5\xd0\xf0\xb1\xb8\x00\xeb\x43\x42\xe5\x9a\x5e\x31\xbe\xa7\xd8\xbf\xd3\xdd\xee\x5f\x9e\xdb\xd6\x57\x14\x94\x7c\x9d\x2c\x25\xf9\xa7\x6c\xab\xae\xde\x95\xf4\x0f\xef\xed\x59\x9e\x7b\xe9\xff\x45\xed\xf1\x77\xc8\xbd\x08\x36\xea\x95\x02\x0a\x05\xd6\x59\xc7\x6e\xfe\x8a\x4e\xab\x99\xec\x97\x96\x08\xff\xe0\x5c\x8f\x28\x02\xdd\xc3\x11\xe3\x47\x05\x2c\x7a\xfa\xd9\xb8\x25\xc6\x31\x25\x84\x74\xdf\x4e\xab\x19\xa8\x2e\x7a\x6f\xf5\x22\x41\x8a\x1d\xb5\xcd\xbc\xa0\x99\x58\xac\x5f\xa8\x50\x65\x21\x43\x87\xbf\x53\xcd\xb9\xdc\x9b\x05\x06\x98\x18\xb9\x80\x9a\x9e\xb7\x67\x6f\xce\x2f\xde\x9f\x3d\x3f\xbf\x98\x7f\xfb\xcb\xfc\xd5\x0b\xe2\xbf\x22\xde\x7d\xfe\x4d\x5d\x01\x18\x70\xf9\x8a\x9f\xd5\x55\x51\xe9\x65\xf2\x51\x64\xbc\x54\xc7\x12\xa1\x23\x51\xf3\x43\x9f\x61\x6d\x51\x41\xe8\xe8\xf9\x8f\x17\x1f\xdf\xbd\x91\x6b\x77\xfe\xf2\xdd\x07\x42\x47\x0a\xc2\xfa\xd5\xdb\x7f\x9c\x3f\xff\xf8\xea\xdd\xdb\xf9\xcb\x1f\xdf\x3e\x57\xe1\x5d\xb4\xfc\xe1\x8d\x92\x5a\xd1\x91\x22\x8e\x74\xf4\x9a\x5d\x8a\x4c\x48\x0e\x88\x8e\x72\xef\xf7\xfb\x0f\xef\xde\x9f\x7f\xf8\xf8\xcb\xfc\xc5\xab\x17\xf3\xe7\xdf\x9d\xbd\xfd\xfb\xb9\x7a\xfb\xcf\x5f\xe6\xcf\xdf\xbd\xfd\x78\xfe\xf6\xa3\x6c\x80\x96\x9d\xd8\x3d\x4e\x47\xf3\xab\xbc\xb8\xcc\x72\x27\x56\xf1\xcc\xc2\xd6\x2d\xcf\xf5\x6d\x58\x88\xb9\xf1\x24\x81\x87\x5d\x3d\x8d\x17\xfb\xba\xe5\xcc\x69\x0b\xba\xf6\xd9\xe2\x75\x48\xe8\xe9\xfc\x35\xb5\x11\x86\xcb\x7c\xd5\x16\x4f\x6c\xdb\x57\x4e\x2b\x1d\x30\x4d\xd8\xea\x26\x70\x84\xd4\x29\xd5\x09\x08\x74\xeb\xb7\x65\xdb\x6b\x8b\x0f\x28\x39\xb6\x68\x92\xda\x30\xa4\xdb\x79\x3e\x19\xa7\xdc\x15\x7d\xd9\x82\x10\x52\x25\xbb\xaf\x73\x15\xbd\x5f\x09\xd2\x3c\x4e\x34\x8b\xe3\x24\x53\x51\xbb\x76\xbb\x40\xd0\x62\xbe\xdb\x25\x8c\x70\x8d\xb1\x87\x70\x8b\xe0\x76\xd4\xa7\x89\xaa\x00\x82\x03\x42\xbc\x41\x5b\xfb\x8d\xa9\xdd\x84\xc8\xcd\x06\x3d\x42\xcf\x27\x49\x41\x24\x2f\xc1\x50\x2a\x7f\xc9\x93\x27\x23\xbc\x5b\x65\x40\xd5\x9a\x54\xb8\x5d\xdd\xb9\xeb\xac\x27\xac\x26\xd6\xcf\x32\x73\x47\x48\x31\xe9\x5d\xf1\xd3\x62\xc0\x48\xaf\x79\x99\xf3\xb7\x9b\x64\xc1\x8b\xbe\x39\x65\x5b\x15\xee\x76\xf0\xc7\x04\x9a\xb1\x12\x03\xc3\x76\x94\xf6\xdb\xc9\x37\x4f\xcb\xbf\x91\xf1\xd3\xf2\x84\x7c\xa3\x9a\x59\x13\x36\x2d\x67\x38\x97\x7f\x86\xa7\x92\x7b\x92\x3f\xbe\x9e\x0d\xf2\x38\x4e\x16\x71\xac\x46\xb5\xc6\x39\xc2\xf5\x6e\x97\xd4\x84\x22\xdc\x33\x4c\x97\x69\x73\x52\x4f\xf3\x19\xc2\xb9\x8d\xbd\xec\xf4\x21\x1a\x43\xf8\x33\xb1\x9a\x14\x0f\xc9\xd8\xc7\xab\x19\x7e\x56\x60\xc3\xf7\xb1\x85\xf8\xcc\xee\x86\x4f\xe6\x97\x2b\xf2\xa3\x3f\x35\x6e\x16\x24\x11\x27\x17\x48\x87\x60\x7b\x27\x97\xbb\x5c\xb1\x99\x5a\x50\xa7\xb8\x40\xbe\xa5\x68\x4b\x20\xa3\x67\xa5\x8c\xe3\xa4\xec\x5a\x0c\x26\x14\xed\x76\x65\xc7\xf8\x10\xc2\x87\x7f\x80\xd2\x0b\x1f\xd4\xf2\xa1\x2d\xc3\x7f\x5c\x2b\x7a\x32\x50\x4b\x05\xe2\x38\x11\x56\xc9\xcf\x89\x0a\xb8\x39\x39\x4b\x3f\xd9\xe0\xf1\xfb\x5c\x88\x99\xa1\x17\x85\xb2\xb3\x3d\x39\xc1\x63\x7d\x72\xd6\xbc\x82\x8b\x9f\xbe\xcb\x55\x08\xab\xc5\x59\xb2\xdf\x24\x9b\x65\xde\x53\x84\x9a\x46\x8f\x0f\xbe\x31\xd3\xe0\x0d\xd5\x87\x7b\xdb\x1b\x92\x48\x1c\x2b\x96\xed\x2c\xfd\xe4\xb8\xd8\x75\x56\xc2\xe8\x08\x43\x37\xb5\x19\x8c\x0a\x3a\x25\x29\x58\x62\x41\x0f\x8d\x71\x9a\xb1\x94\x53\x1d\x1a\x0e\x9d\x36\x9a\x91\xca\x40\xd7\xa5\x11\x92\x4c\x6a\xd1\xbf\x36\x52\xcc\x10\x1a\x18\xe2\x7c\x07\x85\xa4\xa7\x58\x5e\x20\x52\x86\x01\x1a\x07\xfb\xb7\xc9\xd4\xbf\x4d\x16\x08\x97\x75\x09\x37\x9d\x65\x7a\x7c\xda\xe8\xf0\xc9\xcf\xfd\xe8\x73\x6f\x12\x74\x77\xd6\xbf\x23\xef\x97\x2a\x56\x68\x00\xa7\xc8\x9e\x0b\x79\x88\x9f\x9d\x9c\xb9\x49\x4c\x69\xa8\x32\x7d\x21\xa7\x23\xdb\xde\x38\xee\x5e\xcf\x15\x88\x35\xed\x5c\xcf\xe5\x65\xdc\xcb\x26\x99\xd0\x73\x90\x69\x4f\x25\xbb\xd9\xb9\x9b\xd3\xf0\xdd\xdc\xa4\x84\x08\xda\x7b\xef\xe6\x54\x05\x87\x69\x55\x76\xaa\xae\xe1\x76\x34\xff\xdd\x3e\x80\xcf\xbc\xb5\xdf\xb1\x9d\x94\x7b\xd3\x88\x36\x5c\x81\x42\x4f\xd1\xdb\x30\x97\xf1\x42\xed\x7a\x53\x92\x77\xb8\xf6\xcf\x05\x1e\x80\xd2\x3c\x62\x5d\x23\xad\x16\xfb\xf0\xca\xa3\xa0\x6f\x7b\x87\xf2\xeb\x8e\xf8\xf4\x98\xd0\x38\x7e\xab\x37\x85\x07\x63\xaa\xd7\x4e\x9b\xeb\x91\x67\xf6\xdb\x80\x86\xf7\xb7\x64\x0f\x48\x2e\x9d\x7e\x6d\xe5\x0e\xdf\x80\x35\xb9\x11\x01\x26\x01\x49\x80\x27\x96\x73\xef\xec\x19\x58\xa1\x80\x0f\x94\x24\x02\xfd\x63\xdd\xc7\x9f\x88\x9c\xd6\x29\x62\x5c\x7e\x8b\x7c\xbd\x14\xbc\xdb\xed\x3c\xc5\x8f\x07\xa9\xea\x29\xae\x7b\x5c\x3b\x6d\x4c\xc7\x5e\x02\x9e\x0f\xcc\xf8\x77\x7b\x9c\x04\x4c\x00\x71\xdb\x14\x1b\x89\xd5\x6f\x8b\x7d\x39\x6f\x49\x36\x3a\x16\xff\xb4\xca\x7c\xc3\xfa\x3d\xe0\x3c\x25\xad\xea\x6d\x40\x8f\xc1\xfb\x96\x75\xca\x33\x12\x80\x29\x2a\x9a\x89\x65\x71\xd3\x07\x2f\x0d\xd8\xec\xc9\x45\xd7\x41\xa5\xfe\x31\x08\x40\x27\xda\x6e\x35\xe6\x9e\x2f\x90\x1d\xc1\x5f\x8d\xc1\xa3\x80\x2e\xfd\x4a\x14\x60\xd6\x5c\x6e\x9d\x0b\x5a\xb9\x0a\x7e\xf2\x49\x9a\x2f\x77\xf4\x40\xa1\x41\xde\xf4\x4d\x40\xee\xec\xdf\xdc\x2b\xc9\x72\x59\x3f\x47\x18\x2c\x5d\x4c\x8d\x5a\xce\x3c\xd4\x9b\x34\xdc\x52\x68\xd2\xd6\xdc\x81\xb2\x32\xc9\x08\xc7\x25\xa1\x81\x20\xc3\xa5\x3a\x41\xc0\x95\x12\x41\xd0\xb0\x2a\xfd\x31\xe1\x98\xa2\xc6\x5b\x48\xf2\xd9\xf8\x1b\x95\x2d\xbb\x0b\x25\x7a\x34\xcf\x08\x73\x18\xa9\x9f\xf1\xdf\x07\xf7\x5c\xda\x7e\xc6\x8f\xbb\x03\xfe\x1d\x8e\xd3\x5f\x0e\x2f\x64\xf0\x28\xd1\xf6\x91\x0e\x54\x9d\x58\xdb\x8a\x3d\xde\x1e\xd9\x72\xd9\xb7\xf4\x94\x65\x69\x5b\x5e\xaf\x28\xb0\x8d\xd6\xe4\xbd\x63\x9d\x66\xed\xc5\x20\xa7\x64\x24\x50\x50\xa8\x22\x49\xe7\xe9\xde\xb4\xb6\x2a\x6d\xd1\x36\x9d\xb5\x20\x84\x20\x7d\x5f\xe8\xec\x39\xc7\x82\x88\xa4\x92\x73\xd9\x3e\x8a\xe4\xb5\xfc\x80\xb5\x8f\x6c\xc3\x9e\xa8\x94\x47\xed\x96\x06\x02\x52\x7e\xff\x07\x8a\x67\xe5\x51\xfd\x9b\x3c\xbf\xac\x21\xd4\x78\x26\x39\xbd\x09\x87\x88\xd5\xc0\x34\x3a\xb7\xe2\x02\x3e\x28\x6b\x06\x03\x56\x1a\x36\x5b\xf8\x21\x99\x82\xf6\xdf\x2f\x84\x79\x7c\xa7\x4d\x58\xc8\x0e\x7a\x8b\x3f\x43\x38\x6b\x6c\x21\xfe\xf9\xf2\x83\x5c\x2c\xf2\x64\x19\x98\x43\xe6\x54\x1d\x32\x5f\xcb\x16\x8b\x89\xd8\xd3\x62\xef\xc6\x9f\x85\xd0\x61\x99\x89\x7e\xd0\xf6\xde\xeb\xda\x2d\x84\x0c\xb3\x40\x52\x6b\x42\xba\x98\x3e\xfc\x03\x00\x86\xe2\xf8\xb8\x50\x8c\xa3\x24\xab\x93\x84\x12\xe6\xdc\x97\x11\x2e\x3c\x22\x88\x50\x4a\x49\x61\x49\x03\xc2\x49\x57\xdf\x0f\x71\x14\x39\xa8\x37\x2f\xa9\x80\xb7\x72\x89\x29\xd0\xda\xd2\x06\x97\x17\x98\x4b\x36\x33\x9a\xce\x22\xe5\x58\xd0\xb5\xae\x28\x6c\x63\xdb\x0d\x30\xb0\x21\x15\x8d\xe3\x4a\xc1\x22\x3a\x31\xcf\x2f\x30\xde\x5f\x29\x3c\x16\x3b\x1b\xff\x74\xc7\xe2\x57\x5a\x60\xfd\xcb\xe0\x2b\x22\x06\xc0\xc5\x25\x8e\x51\x1b\xe3\xaf\x48\x65\x71\x82\xcc\x0e\x49\xbc\x89\xfd\x87\x17\x1a\xf7\xab\x38\xfe\xca\xd8\xf4\xdb\x04\xff\x4a\xba\x71\x57\xbf\x72\x1f\x29\xf5\x5a\x32\xd0\xcd\xec\x36\x42\x36\x41\x1d\x94\x3a\x12\x95\xa0\x4a\x4c\x68\x7d\xff\xda\xa2\xac\xc8\xdb\x6e\x9c\xb6\x90\x82\xb4\x74\xd8\x20\x5f\x79\xeb\x89\x08\x9f\x75\x91\x57\x13\x1b\x1a\x36\xb0\xec\xe8\x54\xd0\xd9\x04\xfe\x97\x07\x11\x53\xb5\xa4\x1d\x91\xb0\x6d\x85\xfa\xee\xe9\xd6\xba\x1c\xa3\x15\x46\x73\xd4\x72\x93\x01\x1d\x3c\x9b\x56\xca\xa2\xcc\x10\xbe\x42\xdf\x2b\x15\xd5\x0a\x79\xa6\x38\xe4\xda\x6a\x46\x32\xd7\x90\x82\x1e\xe6\x5c\x5d\x3b\x64\xbd\xbe\x67\x4b\xe2\x19\x4c\x14\x7a\xe9\xea\x20\x57\x85\x09\x1a\xde\xca\x20\xdb\x9e\x13\x9b\xa7\x9e\xd4\xd3\x6a\x96\x1a\x79\x9e\x85\x28\x6a\x17\x95\x7b\xb1\x41\x0b\x03\x54\x4f\x08\xc9\x77\xbb\x6c\x74\x99\x2d\x3e\x5d\xd6\x82\x53\x31\xa2\xbc\xac\x85\x0b\x74\x8a\x9a\x9e\x38\x53\xa8\x90\x1f\x59\x77\xa9\x04\x44\x93\xe0\x30\x1a\x12\x59\x66\xaa\x8c\x92\xfa\x17\xb5\xfa\x9e\x21\xec\x30\xff\x5e\x0c\x0d\xd6\xbb\xcc\x2b\xbd\x69\xf7\xda\x2f\x29\x86\xcb\xa6\xa7\x8c\x49\x86\xe3\x19\x19\xc7\xf1\x9b\x04\xe1\x0c\x5c\x7e\x20\xa2\x54\x06\x4b\xd0\xdb\x70\xb9\x3c\xe3\x4b\x3a\x1c\xba\x57\x72\x88\xee\x4e\x4e\x5c\x01\xee\xd3\x0a\x76\xa0\xcc\xd3\xdb\x77\x30\xb0\x5e\x58\x72\xda\xc3\xc9\xf6\x75\x2a\x15\x19\x4b\x52\x42\x4e\x4e\x51\x9a\x74\xae\xf8\x27\xa7\xde\xbc\x2a\xd9\xe7\xc9\x29\x42\xf8\x5c\x12\xbc\xff\x56\x10\xd8\x97\x74\x55\x08\x1a\xe1\xa9\xae\x04\x4e\x4e\x67\x81\x4a\x0f\x08\x5a\xe4\xa5\xa6\xdb\x14\x4e\x58\xa7\x29\xb6\x5e\xdc\xf1\x8a\x90\x4d\x71\x3b\xaa\x23\xa2\x91\x35\x24\xec\xd9\x78\xb7\xe3\xf2\x3f\x76\xc2\x8f\xc9\x18\xc5\x31\x2c\x83\x48\x9d\xda\x11\xce\x10\xae\x0d\xf5\xc6\x59\xa7\x67\x5a\x42\xa6\x7a\x06\xf1\x37\xb4\x58\xea\xb2\x2b\x8e\x29\x8d\x08\x4f\x59\x2d\x4f\xc6\x29\xc7\xb9\x33\x36\x4d\x12\x78\xcf\x26\xe3\x94\xa1\x93\x1a\xe1\x05\xa9\x9e\x8d\x27\xf9\xb0\x52\x4a\xac\x52\x81\xf9\xae\x98\x28\x2b\xc5\x82\x46\x28\x8e\x65\x47\x17\xa6\xc1\xfe\x37\xd9\x6a\x9d\x45\x72\x51\x26\x07\xca\x4f\x4e\x9f\x2d\x86\xb5\xed\x63\xe6\xe7\x70\x46\xc7\x60\x81\x4b\x8d\x25\xc5\x4a\x50\xfa\x1b\x4d\xa6\x33\x8f\xf8\x6e\x68\x8b\xad\xe8\x19\xc2\x51\x49\x11\x9c\x6d\x9d\x64\x18\x64\xa1\xd7\x94\xfc\x27\xfd\xab\x2b\xc6\x33\xc7\x92\xcc\xa3\x5b\x87\x46\x3e\x6a\x7f\x3d\x23\xd7\x14\x19\x15\x91\x16\x5b\x52\x3c\xad\xb0\x98\x19\xec\x7b\x8e\xb4\x4b\x89\xd5\x24\x81\xa7\x8b\x33\xed\xed\x18\x82\xc8\x12\xb5\x8c\x8c\x6b\xf0\x3a\x86\xd9\xf0\x9a\x4a\xa2\xd1\xab\x68\xc8\xf0\xd8\x56\x55\x20\xd4\x34\xeb\x5e\x6b\x3d\xb9\x3e\x6d\xf9\xea\x40\x25\x22\x8e\x05\xc4\x7f\x55\x86\x47\xbb\x5d\xd4\xb1\x7e\x8b\x70\xa6\x12\x2d\x8d\xb1\x9a\x49\x63\xad\xd7\x22\x79\x83\x91\x13\xdb\xb2\xf7\xb3\x21\xfa\x78\x60\xd7\x55\xb8\x40\x98\x07\x16\x6d\x05\xab\x44\xed\x15\xb5\x1e\x7a\xe5\x46\xad\x9d\x7a\xd9\x3d\xeb\xba\x5b\x0a\x2b\x31\xbd\xa4\x6e\x13\x16\x76\x48\x74\x72\xf1\xd6\xf6\x28\x90\x67\x47\x17\x30\x00\xe2\x71\x1c\x52\x46\x58\x17\x82\x0c\x54\x84\x48\x6b\x14\xc1\x9b\x48\x2e\x85\x23\xf3\xbd\x56\xdf\x75\x2c\xe9\x62\x5a\xcf\x9e\xb6\x58\xb4\x1c\x07\xcc\x49\x6a\x84\x10\xb6\x45\xd6\x33\x8f\x62\xce\x69\xd7\xab\x76\x3a\xc3\x01\xb7\x14\xe5\xc8\xa5\x97\x91\xc0\x20\x6e\xac\xa6\x7c\xe6\x21\xd7\x7a\x5a\x91\x4e\xa1\x40\x12\x65\xc1\x19\xa1\x60\xa6\xa1\x6f\x12\x39\x39\x39\x7d\xaa\x5d\xe6\x16\x56\x1f\xe1\x63\xf2\xf9\x23\x28\x29\x84\x3f\x76\x64\x81\x2e\x05\xcd\x3e\x01\xa5\x5a\x91\x7c\x78\xaa\x9c\xc1\x08\x21\x49\x4e\x3c\x4f\x8a\x51\x84\x57\xc0\xcb\xe6\xa4\x46\x38\xfa\x6f\x9a\x2d\xd6\x92\x81\x4a\x38\xa9\xf4\x7e\x59\xe1\x5c\xa6\x00\x68\x3b\x74\x07\x85\xe1\x7e\x19\x2a\x20\x04\x31\x66\x1c\xb2\xba\x88\xd7\x92\x65\x76\x53\xb9\xdc\xed\x8e\x3b\xfc\x75\x86\x6c\x37\xce\xaa\x88\xf1\xa3\x0c\xe9\x96\xeb\x7b\xe6\x12\xdd\x69\xa7\x33\x4e\x93\x4c\xf3\xd7\x03\x48\xd2\x70\x45\x68\xf3\x89\x6d\x2a\x4a\xfd\x56\x5b\xb2\xb0\x26\xe3\xa7\xeb\x67\xcb\xa7\x6b\xe3\x75\xb2\x25\x1b\x59\xda\x1a\x0d\xb6\x71\xec\xca\xdf\x82\x8e\x64\x6f\x7d\x32\xe7\x86\xc0\x7b\x0e\x94\x9f\x91\x17\xf0\x1b\xeb\x2c\x1b\xff\x70\xda\xed\x8c\xb0\xcc\x0e\x00\x1b\x65\x79\xf5\x3d\xbd\x05\x42\x08\x80\x8e\xae\xb3\x9e\xbe\x2a\x23\x5c\x2e\xe5\x2c\xa8\x9c\xcb\x46\x35\xff\xc4\x8b\x1b\x6b\x2b\x39\xc9\xa6\x7c\x96\xf6\x5e\x27\xdc\x73\xbe\xbb\x26\xb7\xb6\xd1\x5d\x81\xf0\x06\x5f\xeb\x2b\xe8\x15\xf1\xb8\xc8\x0c\x85\xdd\x9d\x13\x8e\xf0\x5c\x2e\x8e\xfa\xb2\xac\x44\x92\x0f\x4f\x11\xbe\x21\x57\xd3\xf9\xcc\xe9\x47\x6f\xe2\x38\x51\xef\x0e\x30\xb9\x76\xd4\x6e\xcc\xf8\x66\xe4\x52\x56\x2b\x2f\x63\x1c\x35\x0d\x6c\x6e\xb6\x4a\x32\x92\x41\xa8\x43\x37\x5e\x8d\xbd\xc0\xca\x66\x9f\x53\xf2\xe4\x7f\x46\xb0\x74\xbf\x7a\xe2\xce\x9d\xcf\xb4\x0d\xaa\x6f\xd7\xeb\x5d\x84\x06\xe2\xd9\x78\x52\x25\xce\x7c\xfb\x9c\xe2\x68\x04\x73\x9d\x7a\xc2\x96\x36\x71\xc7\x19\x2e\x89\x70\xe5\x34\x11\xc2\xb5\xc6\x42\xcf\x89\xd0\x23\x22\x39\x43\x3e\x3c\xc5\x25\x32\x6a\x09\x1c\x19\x54\x4e\x3f\x4d\x39\x3c\x45\x83\x6a\xd8\x7a\x37\x96\x53\x94\x11\x03\x5b\xaf\xec\x2f\xeb\x67\xd9\x53\x94\x14\x64\xd1\xea\x01\x7a\x36\x9e\xb0\x24\xa9\x86\xf9\xb4\x1e\x0e\x67\xc3\x05\x0a\xf5\x85\xda\x04\x78\x81\x0b\xcc\x50\x93\x44\x11\x06\x8b\x48\xef\x20\x7b\x77\x88\x3b\x6b\x5d\x2c\x0c\xa3\xa5\x24\xe8\x85\xec\xbf\x25\xef\xd9\xa0\x8e\xe3\xcc\x4a\x30\x75\x0a\x35\x3a\xca\x7f\x83\x1c\x8f\x9f\x26\x94\x10\xa2\x68\x80\x95\x4f\xc5\x71\xb2\x24\xc7\xa7\x08\xbf\x96\xe7\xfb\x24\x59\x10\x95\xdb\xc8\x11\xf6\x23\x00\x55\x78\x21\xaf\x29\x5c\xc5\x42\x06\x26\x3e\x27\x0c\xd7\xbb\xdd\xb1\xa4\x0c\xcb\xc9\x97\x39\x47\x2c\xb1\x59\xfa\xf2\x83\x92\xb9\xe4\x0d\x4a\x25\xc7\x03\xaa\xea\x9c\xf0\x03\x6d\x92\x4c\x4a\x11\x54\x08\x26\x2b\x42\xf1\x27\x60\xda\x56\x28\x8e\x3f\xc1\x5a\x5f\xa1\x80\x2e\x07\xed\xd3\xb2\xac\x1e\xa1\x65\x69\x10\x3e\xb3\x95\x9d\xfd\xe9\x95\x21\x1c\xba\x6b\x4b\x4e\xe7\x45\x6b\x90\xe2\x38\xf0\x12\x46\x2e\x57\x2c\xe4\x85\x8a\x52\xc0\x47\xe0\x44\x93\x9c\xd2\x6f\x70\xc0\x86\x90\xfa\x47\x10\x6a\x3c\xce\xf5\x8c\x7a\x11\x17\x7b\xa8\x6d\xda\xe5\xf7\xc2\xb8\x12\x40\x95\x9f\x02\x37\x4d\x67\xee\xe2\xcb\x24\x3e\xfa\x74\x05\x33\x5b\x2c\x2e\x3c\x03\x02\xc2\x70\x46\x0a\x9f\x80\xcb\x77\x86\x1f\x38\xa3\x49\x85\x26\xd9\xe4\xbd\x16\x3c\x68\x73\x41\x77\x06\x24\x82\xc8\xb5\x26\x0f\xe6\xe3\x62\xb7\x03\xe3\x28\x1a\x3c\x0e\x68\x97\xee\xef\x76\x32\x73\xef\x34\xa8\x24\x9f\x93\xc5\xf1\xbf\x12\x59\xe8\x3f\x12\x2d\x59\xe9\x09\xbc\x44\x58\xe0\x25\x24\x0b\x00\xb9\x84\x91\x71\xe9\x54\xe0\xbd\x21\x13\xb8\xef\x0b\xe5\x4f\x12\xc9\x2a\x7d\x43\x98\xf7\x3d\x86\x8a\x62\x4e\x7a\x13\x54\x4d\xac\x46\x77\x14\xa1\xb4\x0a\x99\x77\x3b\x5b\x72\xb1\xdb\x89\x11\x2b\xad\xa2\xd4\xd8\x4e\x0b\xf2\x11\x10\x01\xa7\x6c\x86\x9a\x3e\x1f\x66\x3d\x84\x98\xd1\x99\xfa\x65\xc8\x57\x30\x49\xa8\x07\xd5\xd8\xf6\x47\xf1\x5b\x0a\x32\x17\x65\x65\xab\xa8\xe4\x7b\xa5\x78\x76\x1a\x44\x0b\x29\xfd\x41\xf2\x10\x85\x56\x72\x1f\x73\x2f\xf0\x5c\x6e\x03\xcf\xfd\xc5\xcc\xdd\x51\x49\xab\xa3\x55\xc6\x72\xba\x4c\x8f\xd4\x0a\x93\xeb\x41\xee\xcb\xa3\xe8\x2f\x43\xa6\x23\xb0\x8d\x22\x34\xfc\x4b\x74\xb4\x28\xea\x7c\x09\x61\xea\x2e\xa9\x8a\x54\x37\xfa\x0b\x68\xd4\x55\x67\x2d\x44\x17\x4c\x9f\x32\x9d\x73\x3a\x25\x04\x13\x84\x1d\xbe\xb5\xb1\x64\xcd\x46\x25\xad\x7a\x5e\x2d\x65\x1c\xff\x0a\xf4\x05\xa4\xac\x92\x38\x0a\x2c\xec\xa5\xfd\x98\x90\xa4\x50\xeb\x38\xc0\xed\xd3\x7b\x96\x75\x49\xab\x1f\x3b\x8c\x8e\xa9\x42\x3b\x99\xd6\x7a\x09\xa7\xa1\xc4\x70\x2f\x04\xf7\xb4\xae\xe5\xda\x27\xea\xf6\xf2\x73\x9a\xa0\x3b\xd8\xff\x6f\xda\xd6\x8c\x4e\xf6\x67\x6d\x75\x9f\xc2\xbe\x72\x72\x64\x65\xa6\x8b\x46\xf3\xeb\x22\xcf\x2a\x96\x53\x72\x7c\x8a\xc5\x68\x2e\xaf\x44\xef\x78\x7e\xab\x1f\x9d\x56\x5a\x1f\x67\x0a\xc7\xe7\x39\x9c\x3e\x3a\xcd\x15\xad\x2a\x2a\xbc\x04\xa5\xff\xc2\xc5\x13\x68\x05\xe5\x93\x1c\x76\x40\xa2\xae\xe2\x30\x2a\xe1\x53\x4f\x31\xcb\xd0\x5d\xbb\xfa\xb1\x01\x94\xd0\x0b\x37\x5c\x68\x81\x5c\x23\x0b\xc7\x55\x66\xa4\x18\xb8\x0f\x99\x24\xa7\xbb\xdd\x73\xea\x75\x00\x96\x4d\xd3\x54\x7e\x00\x3a\x4e\x04\x1a\xcd\x4d\xa4\x3d\x7d\x6d\xe2\x9e\x10\x5f\x34\xfb\x40\x4d\x4d\x88\xd6\xbe\x6a\xab\xe8\xea\x5b\x2d\xeb\xc6\x56\x89\xa7\x0a\x53\xc9\x3c\x30\x53\x93\x0e\x1f\x3b\xa4\x07\x3b\x3e\x4e\x74\x70\x45\x2b\x9c\x11\x30\x20\x69\x0b\x52\x2d\x4c\x0e\x8c\x8d\xe1\xff\x75\x3c\x5b\xf5\x51\x8f\x45\xc8\x3c\x26\xf3\x5b\xd2\xf7\x1a\xf3\x65\xa8\x62\x52\x78\x8b\x2f\x15\x0d\x6a\x1a\x5c\x8c\xec\xe2\xf3\x3d\x2b\xa0\x5a\xb7\x2c\xc7\x0d\xc4\xdd\xd5\xcb\xb2\x97\xd0\x2d\x58\x48\xb8\xed\xb9\x9d\x9a\x84\x9d\x39\xeb\xc0\xd2\xca\xbc\xf3\x50\x66\xab\xde\xb3\x9b\xaa\x92\x9b\xca\x29\xf0\xda\x18\x01\x5d\xa5\x1a\x68\xcf\x3e\xd3\x44\x3c\x1b\xef\x76\xdd\x8f\xcf\x88\xc5\xc4\xf3\x75\x6b\x72\x30\x43\x8a\x7c\x2a\x1b\x79\xd5\xc3\xcd\xba\xb6\xa8\x16\x03\x0b\xbe\x61\x86\x0f\x75\xf1\xad\x2a\x2a\xd4\x44\x80\xcf\xaa\xf2\xb1\x28\xc8\x26\xa1\x48\xae\x10\xe7\xca\xaa\x55\x50\x46\x51\xe4\x2e\x5c\x19\x56\x16\xa1\x08\x31\xa3\x7a\xf2\xae\x6a\x86\xa3\x86\x93\xc1\x21\x73\x64\x75\x55\x4c\x6a\xf2\x4f\xdf\x23\x8a\x11\xd1\x6f\x91\x64\x53\xe9\x03\x52\xb9\x95\x1a\x18\x28\x23\x44\x69\x33\x84\x4a\x20\x12\x48\x8d\x06\xb5\x13\xa4\xd7\x93\x3c\x6d\xe7\x9b\xd6\x38\x9f\xa1\xc6\x29\x13\x3a\xba\xb3\x0c\xd7\x08\x2b\xa3\x5b\x9f\xad\xcc\x90\x55\x95\xc9\x0d\x7a\x69\x24\xe9\x8d\x55\xf6\x65\x3d\xf6\x85\x85\xd9\x17\x66\xd9\x17\x66\xd8\x17\xd6\xa8\xc2\x43\x21\x26\xda\xfb\x42\xc3\x0a\xce\xe1\x90\xfe\xa0\x5f\x9e\x0b\x51\xa8\x30\x3a\xf8\xd8\xdf\xe6\xad\xe5\xb2\xc8\x8b\xcb\x4b\x2a\x2e\x94\xbd\x8e\x3e\xee\x0f\x2c\x2f\xf3\xd2\xcb\x00\xb4\x1f\x64\xfb\x39\x4d\xec\x20\x98\xd8\x43\xa5\x4d\x88\x8c\x3f\xaa\x5e\x80\x87\x66\xb7\x33\xfc\x0c\x3f\x74\x9a\x43\xb3\xc4\x50\x47\xe5\xe0\xdc\xb5\x8b\xd0\x98\x75\xb6\x5e\x90\xf3\x79\x9e\x71\xc9\xc0\x48\xbe\x47\x4e\xc2\x49\xc1\xf3\xdb\x23\x43\x5a\x24\xcf\x53\x49\x4e\xa7\xe0\x9a\x1b\x4a\x8f\xfe\x32\x54\x93\xce\xcb\x2d\x5d\x54\x70\x53\x95\xd5\xbb\xf1\xdf\xe7\x2d\x6d\xae\xbe\x75\x9e\xe3\x6b\xcd\x11\x1b\xd6\x10\x61\xe1\x53\xd8\x03\xa5\xf8\x0b\xc0\xee\x31\x08\x35\x03\x4b\xec\x67\x56\xad\x2f\x14\x1b\xb0\xc7\x03\x5e\x17\x60\x58\x85\x41\xe7\x99\x50\x58\x01\xdd\xda\x4c\x2d\xd6\x67\xae\x93\x8b\xc3\x09\x31\xef\x2d\x72\xc3\xbd\x3a\xb2\x65\x68\x15\x2e\x1d\x45\x52\x46\x78\xc7\x63\xa5\x59\x62\x24\xdc\x49\x8e\x4b\xd7\x00\x9d\xe5\x14\x35\x6c\x95\x64\x71\x0c\x82\x67\x6b\x34\xa7\xd5\x8c\x2d\x81\x42\xeb\xfc\x56\xfb\x5c\x6b\xe8\x6a\xbd\x45\xfb\x16\x51\x4e\x97\x70\xdc\xd9\x4b\x9a\x29\xbf\x4c\xaa\xae\x7f\xb8\x36\x9c\x14\xa8\xf1\x99\x01\x53\x76\x97\x1f\x80\x89\x93\x14\xb7\x7f\x06\xc2\x5b\x79\x50\xb2\x26\xf9\x0e\x0d\x02\x6e\x10\x6f\x94\xda\xf1\xdf\x7b\x18\x4a\xf1\x50\x7c\xf7\x10\x13\x24\x0c\x13\xc4\x89\x08\x21\x9b\x87\x0e\x79\xfd\xf1\x95\x62\x1c\x6c\x12\x1d\x27\xa4\xc1\x3c\xc8\x43\x74\x72\x99\x24\x5e\xae\xbd\x47\xbd\xf1\xd9\xa3\x44\xe7\x46\xa3\x0e\xe7\x40\xbd\xde\xda\xf2\x36\x5d\xb4\x57\x65\x57\xa0\xcb\x30\x7d\x1c\x87\xec\xca\x2a\x65\x95\xb7\xdb\xdd\x35\x69\xa2\x1f\x34\x9c\x6e\xd0\x16\x48\x18\x5b\x20\x7d\x2e\xee\x33\x07\x32\xbd\xd7\xc9\x9a\x06\xab\x6c\x9e\x45\x63\xcf\xce\xc3\xe4\xf1\x4c\x0d\x95\x21\x91\x68\x12\x68\xc9\x8d\xc8\xb6\x0a\x1a\xe2\xa2\xde\x52\x81\x92\x97\x3a\x37\xf2\x84\x0c\x6f\xe9\x1f\x68\x68\xa4\x7b\xf3\x5b\x52\xa1\x89\x02\x1c\x79\x03\xaa\x3e\xfc\x6f\x8a\x12\xb0\x3a\xaa\xa6\xa7\xf2\xbf\xaf\x67\x28\xb5\x09\x2a\xf8\x0e\x97\xa3\x17\x94\xbc\xa5\xa3\x4b\xc6\x97\x0a\x90\x72\x10\x70\xf5\x79\xa1\x96\xfd\xab\xff\xef\x2c\xfb\x82\xd3\x9f\xb3\x43\x79\x54\x82\xe4\xc1\x4b\x54\xab\x2c\xba\x93\xe5\x10\x92\xec\x2a\x1d\xd8\x45\xda\x3c\x64\x5d\xe0\xd7\x7b\x47\xd5\x70\xaf\x2e\x08\x77\xe8\x8e\xaa\xd4\x0e\xa4\xc2\xe1\xbb\xd5\x7d\xe3\xbb\xef\x6e\xf5\x90\x8b\x95\x1c\xb7\xbd\x34\xfc\x81\xc4\x98\xef\xe3\xd9\x35\x23\x84\x1d\xdf\xd3\xe6\x7d\x85\x86\x29\x30\x7a\x97\xc6\x5c\x21\x15\x07\xee\xbc\x8b\x7d\xfe\x9c\xe1\x42\x72\x91\x07\x79\xa4\x1b\xcb\x23\xe9\x92\xf7\xf1\x46\x86\x63\x13\x08\xe1\x7f\x24\x0c\x78\x0a\x1e\xe4\x3b\x5b\xd0\x35\xae\x64\x60\x23\xc2\x4b\xbc\xd2\x78\xd5\xe4\x25\x0d\xaf\x67\x9b\xe0\x37\xb5\xce\xbe\xf3\x28\xcc\x4b\xba\x9f\x01\x8b\x0e\x33\x60\x7f\x89\x86\xd5\x30\xfa\x8b\xcf\x80\x45\x01\x06\xcc\x59\xa7\xd3\xfd\x5c\x97\xc7\x6e\x01\xa9\xf9\x96\x86\x6d\xf6\xbf\xf3\x4c\xcd\x34\xea\x08\x30\xd3\x0e\x34\xc2\xd3\x38\x7a\xc2\x67\xcf\xe2\xf4\x58\x3d\x0d\x3a\xc6\x64\x2d\x07\x64\xd2\x06\x25\x52\xc6\xa2\x28\x58\xb6\x85\x82\xe1\x4d\xb8\x6a\x63\x69\xdf\x52\xcc\x0a\xd7\x18\x4f\x53\xda\xab\x9f\xe9\xfa\xb5\x85\x4a\xb8\x05\x86\xb5\x3a\x66\x0e\xa8\xd9\x99\x82\x7b\x32\x70\x35\x7a\x4e\x21\xe9\xcb\xc2\x41\xee\xf1\xe4\x7f\x2e\x9e\x8c\x2a\x5a\x5a\x71\xf8\xaf\xf4\xb0\xfd\xf1\x5c\xd0\x2b\x56\x56\xe2\x96\x4c\x75\x8c\xe2\xf9\xa2\x10\xf4\x35\xbb\x7c\xc5\x97\xf4\x33\x39\x68\x1a\x2f\x8f\x53\xe5\x7b\x7a\xfb\xed\xed\xdb\x6c\x43\xf7\x38\xe7\xb7\x6b\xc2\xc2\x69\xc7\x35\x52\x22\xa8\xdf\xe5\x2a\x98\xf2\x19\xc4\x02\x6c\x81\xc4\x4d\xf9\x4c\x85\x82\x95\xf9\x03\x80\x49\x3e\xeb\x6d\x2a\x31\x93\x62\x6f\xfb\xad\x76\x2a\x1d\x8e\x00\x21\x56\xbf\xd3\xc3\xa1\xc1\x98\xb4\xa5\x69\x1b\x15\x8e\xc7\x3a\x5a\x22\xc5\x1a\x27\x2d\xad\x1a\x15\x80\xd5\x34\xef\xb9\x2a\x49\x56\xd6\xbb\x22\x41\x44\x17\x95\xcc\x30\xe5\x32\xeb\x92\x7e\xe8\xf7\xad\x03\x3f\x19\xea\xc3\x40\xb8\x68\xa9\xae\xad\x46\x99\x22\xf6\xf5\xa2\xc2\x10\xfd\x5d\x23\x15\x3a\xe7\xe1\x5f\xd5\x96\xfa\x49\xed\xdc\x5f\xe9\xc0\xf7\x26\xfe\x89\xe2\x9f\x68\xa8\x93\x49\x04\x17\xf4\x08\x2f\x0c\xd9\x51\xb4\xf9\x67\xda\x8b\x1e\x21\x2f\x27\xef\x9c\x68\x17\xff\x1d\x44\xad\xbf\x50\x72\x27\xaf\x23\xe9\x18\xcf\x83\x9e\xf4\xe9\xf1\xa9\xe4\xeb\x8e\x82\x1f\xbb\xa8\xb1\xc1\x44\x60\xc5\xbb\x27\xbf\x85\xc8\x2e\x69\x35\x1c\xe2\x03\xa5\x48\xfe\x0f\x7f\x0f\x6d\xfe\x01\xe4\x60\x2d\x07\xf1\x1f\xd4\xe8\x7d\x45\x43\xc8\xdf\x9e\xcd\x2f\x55\xb6\xf7\xfb\x60\x03\xac\x95\x0c\xc5\x55\xcf\x63\x1e\x8b\x30\x62\x8e\x68\xa9\x54\x94\x48\x57\x68\x00\xc4\x84\x92\x6c\xb4\x58\x67\xe2\x79\xb1\xa4\x67\x10\x87\xff\x6f\xe4\x3f\xff\x7f\x71\x4c\x9f\x91\xff\x67\x8c\x34\xa6\x6f\x25\x2f\x6d\x19\x1a\x28\x99\x02\x37\x4e\xf4\x28\x01\x2f\x0b\xcf\x98\xe6\x1f\x40\x8e\x92\x8e\x72\x9d\xb9\x90\xf5\x7a\xe3\xa9\x46\x54\x4e\xa7\x31\xf8\x8a\x4e\xb3\x19\x11\x4f\xdb\xe5\x0b\x59\xab\x75\xa8\x3d\x62\xfc\x48\x48\x4a\xf0\xb3\xe6\x7e\x04\x2e\x91\xb1\xc6\x13\xd3\x12\x7a\x54\x4d\x8b\x19\x29\x71\x1d\xc7\xf5\xa8\x32\x70\x0a\x84\xd0\xca\x93\xb2\xb6\xf1\x0b\x6a\x84\xda\xb5\xd6\xd8\x6b\x99\x12\xda\x1d\xb1\x55\x02\x45\x7a\x88\x03\x30\x53\x0c\xee\xd4\x35\x42\x72\x2e\x18\xaf\xe9\x80\x81\x75\x75\x8d\xb0\xec\x7c\x2d\x79\x23\x2b\x19\x27\x45\x83\x92\x29\xb5\xed\x4a\xd0\x0c\x2b\xcf\x48\x88\x42\xe0\xcc\xb1\xa9\x15\xa8\xee\x5b\x09\xb2\xab\x34\x8e\x13\xb9\x62\xf0\x7e\x94\x89\x53\x84\xe9\x6e\xf7\x7d\x8b\xe0\xfe\x40\x71\x00\xa7\xf5\x1f\x34\x01\xfc\xa4\x01\xac\x61\x6f\x4e\x69\x65\x1b\xd3\x1e\xb7\xd6\x8d\xcd\x5e\xc4\xe9\x84\xa6\x49\x00\x34\x02\x24\x9d\x7f\x57\x83\x26\xfb\x87\x7d\x9c\xd1\x2e\xa0\x04\xea\x62\x80\xd2\xc1\xb2\x90\x39\x13\x11\xc6\x4b\x4d\x04\x42\x84\x10\xc3\x4c\x3b\xaa\xb2\xdb\x09\x42\x7a\xb4\xa6\x6b\x90\xb3\xaf\x15\x77\x15\x89\x92\xb2\xbe\x04\x70\x8e\xa3\x62\x75\x04\x3c\x11\x8a\xb4\x29\x4b\x73\xb3\x96\xb7\x65\x67\xd6\xea\xf0\x75\x77\xbb\x28\xd1\xda\x59\x14\x35\xc6\xed\xa0\xb5\xcc\x8c\x6b\x80\x6f\x88\x5f\x55\xfa\x34\x10\xb7\xc6\xa4\x65\x5a\x99\xbb\x9d\x31\x38\x16\x01\x9d\x8f\x68\x6b\xa1\xcd\x5b\x14\xc7\xc2\x5f\xb3\x71\x2c\x9a\x45\x56\x2d\xd6\x09\x47\x77\x4d\x13\xc0\xb5\xf8\x4a\xb3\x4e\x55\xd7\x7e\x43\x5b\x4c\xb6\xa1\x12\x3d\x23\xfe\xca\xd3\xc6\x07\x0c\x04\x24\x0f\x22\x97\x87\x72\x79\x5d\x17\xcb\x38\xa6\xc7\xc4\xa0\x6c\xa8\x07\x35\x4d\xea\xf7\x5b\x60\x83\xd4\x6f\xa8\x4a\xfd\x7c\x91\x55\x54\xfd\x52\x5b\xc8\xb3\xdf\xbf\xa7\x01\x4a\x71\x15\xfc\x52\x52\xe5\x57\x58\x54\x38\xab\xc8\x9d\x07\x2c\x5b\x56\x5d\x5d\xb0\x80\x10\x22\x7c\x4a\x9d\x23\xd3\x94\xce\xc0\x46\x99\x4d\x44\xa5\x08\x13\x83\x58\x0e\x28\x85\xff\x31\x73\x8d\xac\x4d\x79\x6d\x00\x83\x63\x42\x8a\x69\x35\x6b\x07\x17\xcf\x94\x53\x41\xd7\x8c\x3b\xf3\x08\x99\xc2\x2c\x05\xa0\x07\xd0\xc0\x86\x4c\x33\xb2\x09\x2c\x3b\x79\xf1\x54\x04\x35\xf5\x14\xe4\xb9\xd7\x1e\xc0\x90\xca\xd1\xdd\xeb\x44\xa0\x49\x22\xdb\xd3\x75\x6c\x34\x10\x13\x3a\x4a\xf2\xab\x44\xab\xb6\x93\xfa\x88\x69\x33\xff\x62\x75\xf4\x46\xf2\x4f\x4e\x51\x60\xe4\x2a\xae\x73\x2d\x3b\x38\x85\xf3\x52\x92\x57\x50\x23\x42\xb8\xdc\xed\x92\x12\x4c\xee\x2a\x4c\x91\x67\x6b\x57\xee\x76\xc7\x49\xd9\xa9\xa9\x3d\x64\x39\x5e\x10\xaf\xb7\xb6\x6e\x6c\x95\x3a\xd0\xe0\x9c\x58\x19\xe7\xa4\xb6\xbf\xda\x19\x4b\x9b\x51\x8b\xfc\x53\xfb\x33\x75\x9f\x17\xc7\x5e\x0f\x77\xbb\x5c\x3d\xea\x1c\x77\xca\x2e\xb3\x7d\xe2\xd7\x96\x64\xae\xac\x46\x71\x81\x57\x56\x81\x98\xe3\x9f\x92\x15\x7e\x43\x3d\x73\x06\xb9\x9c\xb0\xc0\x19\x2e\x24\xb9\xc8\x3c\x0c\x9c\x34\x29\xe3\xb8\xb4\x4c\x5d\x85\xfe\x46\xc6\xbb\x5d\xa4\x76\x2a\xe5\x99\x93\x58\x32\x5a\x46\x1a\x92\x6f\x43\xc5\x55\xef\xfd\xa4\x17\x9b\xc0\xc1\x0e\x4c\xab\xd9\x6e\x07\xd0\x3e\xda\xa0\x60\x93\x7d\xa2\x5a\xe7\x52\x20\x63\x49\xdd\xfd\x22\x9c\x65\x6c\x66\x2c\x13\x32\x94\xe6\x71\x9c\xfb\x0d\x3e\x39\x7d\x50\xd5\xb0\xce\x8a\xee\x06\x49\xc6\xb8\xf6\xa3\x59\x16\x08\xcb\x43\xcf\x41\x93\x59\x96\x41\x74\xd8\xcb\x24\x47\xc6\xec\x56\x4c\xf3\xd9\x80\x57\xc9\x02\x4d\x12\x00\x66\xca\xa6\xf9\x8c\xc0\x4e\xcd\xc1\xa0\xee\xae\x41\x28\x85\x97\x0b\x8b\x2b\x25\xf7\xdc\x68\x5e\xd6\x5b\x2a\x08\x1f\x7d\x78\xf7\xee\x23\xc2\x7e\x37\x79\x05\xc6\x32\x89\x20\x76\xcb\x67\xb8\x40\x08\x17\x6e\xfa\xd4\x54\xfa\xb6\x33\x8b\xaa\x3b\x02\xe6\x4c\xf2\x30\xd1\x04\x32\xf3\x70\xd5\xc2\xfa\x14\xa8\x63\x88\xed\x21\x91\x4c\x3e\xa6\xef\x71\x4d\xc6\x4f\xeb\x67\x05\xd8\x7a\x59\xbd\x6b\x3d\x1c\xa2\x32\xa1\x58\xbf\x9e\xd6\x3a\x74\x70\x85\x0b\x8d\xf3\xe6\x17\x9a\x21\x87\xfa\xc6\x26\xf3\xf4\x06\x2f\xc8\xf8\xe9\xc2\x01\xbb\x2d\x86\x43\x94\x27\x14\x67\xd3\xc5\xcc\x62\x8c\x39\x47\x16\x8f\x9c\x86\x8e\xab\x38\xb6\x23\x20\x59\x97\x40\x12\x6e\x93\x70\xb8\x20\x39\xcf\x97\xca\x49\x8c\x34\x31\x23\x77\x0d\xae\xe5\x7f\x79\x5b\x1d\x81\x17\x8a\x3f\x6f\x4d\x1f\xee\x5b\x84\xb6\xa8\x9d\x81\xa7\xc6\x6b\x77\x3a\x6c\xe5\x89\xa3\xcd\xca\xe5\x89\x60\x4c\xcc\xd9\x94\xce\xac\xbe\x7b\x43\xc6\x4f\x37\x8e\xd7\xda\xa8\xcb\x6c\x49\xaa\xe9\x66\x86\x97\x44\xe0\xa4\x26\xc9\x9a\x94\xc8\x23\x6c\xd7\xd5\x64\x69\xc3\xed\x24\x6b\x34\xc9\xaa\x34\x59\xda\x10\x3e\xc9\x1a\xe1\xb5\x11\xb7\x33\x5a\xa2\x74\x8d\xe4\xe4\x40\xb0\x87\x5a\xf1\x7a\xb9\x82\xda\xba\x61\x79\xfe\x46\x6e\x78\xc8\x18\xc7\xdd\x37\x09\x78\xa8\x94\x55\xb2\x8f\x68\x48\x16\x56\x85\x8b\x97\x89\x7a\xb4\xc3\x7c\xae\x51\xdd\xdf\x61\xb0\x49\x40\xff\x9f\x23\x9c\x57\x49\x81\x73\x5c\x4f\xf3\x99\x1e\xde\x05\x5e\x21\x34\xe8\xe5\x8b\x0c\x7b\x1c\x21\x40\x00\xb3\x5c\xbc\x63\xe8\x91\x32\x1b\x2e\x15\xa0\xa3\xdc\x8c\x34\x31\x0f\xde\xdc\x49\xea\x7d\xc3\xaa\x35\x84\xd0\x77\xbf\xad\x6d\xe4\x16\xa1\x26\xa9\x70\x0e\xf0\xe3\x14\x7b\x98\x86\x4b\x32\x7e\xba\x7c\xb6\x30\x93\xb6\x54\x93\x16\x79\xf1\xf8\x22\xc9\x33\x32\xb2\x98\x2e\x67\x48\x5e\x0c\x3a\x9d\x60\x08\x8e\xf7\x8c\x94\x53\x36\xc3\x05\xa9\xe5\x9f\xd5\xe8\xec\xf5\xab\xb3\x8b\xf9\x9b\xf3\x8f\xdf\xbd\x7b\x01\x5b\xe9\x69\x11\xc7\x85\x7f\xa6\xad\x2b\xed\x0f\xb0\x26\x85\x5c\xd2\x85\x6c\x1c\x1a\x64\x64\x0d\xd8\xb3\xb8\x20\x6b\x25\x78\x6c\x82\x1c\x41\x61\x83\x25\x1c\x2b\xf6\x80\xa1\x09\xec\x3a\xa6\x76\x63\x81\x52\xfd\x48\xa1\x61\x08\x83\x98\x8e\xc1\xe9\x92\xfb\xb1\x14\xda\x8d\x95\x33\xd1\x95\x66\xfa\x2a\xc6\x4a\xc3\xe5\x4b\x4e\x13\xcb\xfb\x65\x31\xc3\x25\xe1\xd3\x62\xd6\xbb\x21\x64\x86\x3b\x38\x86\x33\xdd\x63\xc1\x19\xb4\xb8\x40\x68\x92\x64\x84\xe1\xd2\x1d\x73\x06\x8b\x01\x97\x84\x4e\x0b\xc9\x26\xdc\xc9\xd1\x48\x33\x6d\xb7\x5b\x36\x5a\xe8\xbb\xae\xf0\xb6\xc2\x9b\x0a\x5f\x57\xfb\x22\x49\x5a\x69\xcb\x36\x04\x61\xdb\xe6\xca\x7a\x90\x77\xde\x1c\x7b\x20\x0d\x48\xa9\x67\xda\xd7\xef\x01\x1c\x3b\x65\xb1\xa1\x49\xc0\xae\x95\x55\x10\x09\x0c\x35\x16\x35\xf5\xae\x71\x2e\xfc\xa1\xd0\x55\xd7\x2e\x90\x06\xab\x12\x8e\x26\x6c\x2a\x66\xe4\xdb\x84\xa3\x14\x7e\xd1\xa9\x98\x01\x3c\xa6\x9b\x43\x80\xcc\x90\x5d\xd5\x01\x2c\xaf\x2a\xeb\xfe\x0f\x80\xfc\xcf\xdd\x7a\x6e\xc3\x5f\xe8\x9d\x62\x10\x30\xfa\x11\x9d\xd1\x9d\xbc\x27\x8e\x07\x7f\xb0\xf6\x4a\xe6\x90\x2d\x48\x8c\x5d\xb8\x83\x6d\x0d\xc5\xc8\xea\xfb\x2d\x71\x0f\x61\xc0\xc0\x10\x4f\x78\x9a\x54\xed\xc8\x63\x1d\xb3\x68\xb7\x12\x76\x3b\x6e\x51\x19\x11\xe6\x3a\xc4\xf4\x1e\x11\xa7\x0a\x8b\x1d\x02\x75\xbd\x0f\x73\x14\x19\x17\x23\x83\x35\xda\x41\x1a\x65\xab\x04\xe0\xeb\x8c\x72\xc9\xda\xab\x78\x44\xdf\x40\xe4\x40\x54\x6c\x7f\xf6\xbc\x34\x83\xee\x42\xf7\xd3\xe9\x61\x9d\xb2\x99\x22\xa7\xde\x4b\x13\xc9\xcc\x24\x71\xf8\xcf\xfe\x6b\xef\xb7\xe1\x02\xaf\x20\x5c\x88\xd2\xa5\x35\xb8\x52\x4a\xc0\x10\x36\x2c\x9c\xd7\x53\x99\x6e\x86\x6c\xc2\xf7\x99\xa8\x58\x96\x3f\x24\xfd\x92\x56\x2d\xc0\xd7\x36\xc8\xe8\xb1\x07\x76\x63\x96\x81\x83\x68\x93\x83\xe9\xd3\x5c\xda\x35\x00\x36\x3c\x40\x2f\x56\x80\x91\xd5\xb4\x60\xab\x6c\xb9\x1c\x44\x3f\xea\x6b\xe5\x21\xfe\x69\x03\x4c\x26\xa9\xa4\x0a\x60\xc7\x56\x89\x87\x33\xd4\xa6\x11\x1e\xfa\x85\x09\x38\x60\x46\xff\xf8\xb4\x31\x38\x32\x5a\x93\xd7\x07\x9c\x6a\xfb\xf1\x9b\xd8\x8f\xea\xb0\xb7\x08\x34\x66\x7f\x07\x97\xae\x5a\x51\x7a\xac\xb1\xe8\x2f\x65\xee\x2d\x65\x61\xc5\x8c\x20\x5f\xe4\x53\xe6\x2f\x65\x36\xf3\x14\x02\xa6\x52\x8e\x2b\xd9\x06\x49\x26\x03\x7a\xd9\x03\x73\xa0\x1c\x95\xed\x1c\x3c\x7c\x6e\xda\x33\xe3\x6f\x10\xe7\x53\xda\x22\xde\x7e\x12\x5c\x90\xf1\xd3\xe2\x99\x41\xf3\x7b\x5a\x80\x37\xa0\x2c\x8f\xc9\xa3\x48\xc9\x07\x2b\xcb\x8a\x98\x5f\x07\x61\x4d\xba\x13\x2b\x6f\x79\x0e\x1e\xc8\x30\x3c\xbd\xc1\xb1\x32\xa5\x23\xa8\x03\x45\x5d\x68\x20\x20\xf0\x06\x23\x2a\x8e\x8d\xfa\x69\xb7\x1b\x63\xe1\x99\x1c\x56\x7f\x1b\xa3\xbb\x36\x41\xea\x86\xe4\xf2\x03\x53\x51\xc0\xb5\x96\x44\x8a\x1d\xb5\xb9\x54\x96\xca\x32\xae\x2b\x43\x7f\x18\x6a\xdc\xbd\xd5\x60\x90\x5e\xcb\xd3\xd8\xd7\x01\x7b\x28\xb7\x3d\x2e\x63\x5d\xf5\xb1\x6b\x1c\x6b\x41\x28\x44\x78\xf1\x91\x4e\xb7\x81\x42\xba\x29\x82\x51\x0d\xe8\xcd\xd1\xba\x52\x74\xfe\x10\xae\xea\xa6\xda\x17\xe3\x07\x8e\xd0\x87\x85\xcb\x57\xc1\x7b\xfe\xd8\x30\xf9\xd4\x42\x4a\x87\xba\x07\xdc\x80\x02\xbc\xed\xa6\x91\x55\xcb\xcf\x04\x80\xf2\xdf\xfd\xfc\xf6\xfc\x83\x6f\x84\x0e\x78\xd5\x95\xf3\x91\x81\x04\x80\xbf\xa0\x92\x8a\x7d\xe3\x21\x8a\xba\x62\xfc\xea\x61\x23\x62\x12\xe7\xec\xf2\x09\xfd\x5c\x3d\x59\x14\xbc\x12\x45\x9e\x53\x71\x6f\xf2\xbc\x58\x00\xbc\xd2\x93\x6c\xcb\x1e\x9e\x98\x17\x9c\xce\xcd\xd3\xc3\xb3\xad\xb3\x72\xfd\x25\xd9\x58\x59\x15\xe2\xf6\x0b\x72\x66\x75\x55\x3c\x3c\x5b\x79\x5b\x56\x74\xf3\xe4\x8a\x72\x2a\xb2\x8a\xce\x1f\x31\x8c\x3a\xab\xcb\x31\x5f\x15\x0f\xce\xb5\x2c\xc3\xe1\xab\x02\x49\xe5\xab\x87\x37\x07\x52\x3f\x34\xf1\xaf\x35\x15\xb7\xf3\x6d\x26\xb2\xcd\xfd\xab\xac\xa4\xe2\x9a\x2d\xa8\x7d\xf9\xb8\x0c\x8f\x18\xd0\x6c\xb1\x0e\x87\xfe\xef\x86\xba\xc2\x6b\xbc\xc5\x9b\xdf\x4b\x07\xf6\x66\x78\x6d\x17\x51\x07\x79\x29\x6c\x07\x27\x8c\x8a\xb6\x39\x54\xe8\xdb\x82\xd3\x47\x16\xcc\x1f\x54\xf0\x77\x59\xb9\x7e\x64\xc1\xec\x61\x05\xab\xad\xf8\xc8\xb2\x8b\x07\x95\x7d\x56\x57\xc5\x23\x0b\xce\x1e\x54\xb0\xd9\xd0\xcf\xbd\xfd\xfc\xa0\xe2\xcb\x2f\x2c\xfe\x65\x26\x6f\x81\xb7\x0f\xae\x65\x6f\x09\x07\xeb\x75\xc4\xe6\x65\xf1\xd0\x1e\xd5\x0f\xea\xd1\x07\xd8\xa3\x2f\x2e\x5e\x3f\xb0\xd4\xfc\x11\xa5\x3e\xb0\xc8\xc5\xc3\x8b\x7c\x60\x89\xab\x07\x95\xf8\x83\xa4\x82\xef\x35\x11\x7c\x50\xb9\xcb\x07\xb7\x94\xf1\xab\x0b\x45\x06\x1f\x58\xf4\xfa\x11\xe3\xfa\xb8\x92\xb7\x0f\x2a\xf9\xdb\x7a\xf1\x49\x87\xeb\x7b\x60\xb9\x1b\xaf\xdc\xfb\x58\x9b\x10\xb7\x72\x98\xcf\x81\x40\x90\xee\x8b\xcb\x08\x65\x79\x87\x2f\x70\xf4\xf7\x9e\x31\x21\x46\x52\xcb\xd3\x7f\x27\x33\xa9\x07\xc1\xf9\x27\xea\x17\x5a\xca\x91\xdc\x85\x05\xc4\xe9\x34\xfa\xd5\x5b\x7f\x33\xec\x3d\x81\xbf\x3e\x9e\xff\xba\x7d\x41\x73\x7a\x95\x55\xd4\xbe\x50\x18\x38\x4b\x3f\x3a\x89\x70\x91\xc3\x9d\xc7\xf7\x74\x16\xc9\xfb\xa5\x86\x5a\x12\xa9\xd0\xc0\x1f\x63\xcc\xd1\xd3\x64\x8c\xe9\xc8\x2b\x5d\x1b\x70\x82\x6d\x00\x52\x68\xd0\x0d\xae\x44\xc6\x4b\x26\xeb\xf8\x58\xc0\xaa\x4b\x03\x77\x5e\x4a\x5c\x3e\x50\xcb\x47\x2a\x14\x68\x24\xaf\xbf\x10\x04\xa4\x5d\xc6\x6e\xd7\x7e\x89\x59\xff\x92\x5c\x78\xd7\x2b\x86\x70\x46\xc6\x4f\xb3\x67\xec\x69\x36\x1c\xa2\x62\x9a\xf9\x97\xe4\x6c\xe6\x61\x77\x6a\xd3\x79\x90\x37\x6e\x05\x5d\xb1\xcf\x50\xa3\xbc\xfc\x9c\x89\x2b\xdd\xbc\x42\xf6\x4c\x23\x41\x7c\x69\xa7\xfc\xec\xb2\x3f\xfa\xf9\x67\x56\xad\xff\x6f\x74\xa7\x31\xbe\x4d\x76\xe1\x0d\xdc\x9a\x64\x0f\xd9\x97\xed\x6b\x41\x60\x57\xaa\x90\xa9\xb3\x16\xca\xc0\x1f\xbb\x6b\xb4\xb0\xf0\x4e\x49\x4b\xd3\xbe\xc0\x12\xee\xe4\x6c\xb3\x55\xe1\xe8\xa0\xb9\xc6\x86\xaf\xfd\xb6\xf4\x54\xff\x42\x4b\x5f\x2d\xf8\x90\xef\x8e\xd9\xc9\x96\xde\x35\x8d\x37\x70\x7b\xef\xae\x0f\xb9\x7a\x3c\x26\x6c\xed\xa5\x28\x6e\x4a\x2a\x4e\x82\xc1\x67\xf7\x93\xc3\x5e\x84\xd8\x20\xfd\xab\x79\xc5\x36\xe1\x4b\xc1\x83\xa3\xe2\x06\x3b\x2c\x73\x1f\xe4\xd4\xff\x90\x3b\xba\x66\x40\x21\x70\xea\x4a\xbf\xca\xca\x35\x3c\x2f\xc3\x6b\x28\xdf\xef\x5f\xa1\xac\xa9\xb4\x45\x50\x45\x0e\xfa\x59\xa0\xce\xaa\x22\x91\x9c\xe2\x08\x57\x87\x1d\x04\x8a\x90\x83\x40\xd1\x13\xb9\xb6\x82\x67\x8b\xa2\xa8\x7e\xfc\xf0\x1a\x57\x01\x31\x3d\x1d\x99\x11\x07\xca\x53\x97\x54\x9c\x5d\x51\x5e\x61\x4e\xe8\x48\xdf\x94\x31\x23\x74\xb4\x2c\x16\xd0\xfe\x37\xc5\x92\xe2\x82\xd0\x91\xf2\x3f\xc1\x99\xa4\x57\xba\x82\x92\x44\xf2\x2a\x1f\xe1\x9c\x1c\x9f\x2a\x7b\x8f\x5a\x0e\xe9\xcb\x3a\xcf\xe5\x90\x22\x2d\xe6\x83\xf7\x65\xbd\x85\x15\xac\xa7\x00\x10\x5c\x91\xd1\xaf\xad\x92\x0c\x57\x68\xb0\x20\x84\xac\x27\x25\x89\x74\x4b\xa2\x34\x7a\xf2\x1f\x11\x21\x64\x61\xe0\x8f\xc6\xf8\x6b\x34\x49\xb8\x21\x91\x17\x55\x56\xd1\x04\x02\x93\xa5\xeb\x06\x47\x11\x5e\x23\xec\xe5\x07\xe8\x98\xe3\x31\x86\x16\xe8\x3c\xba\x65\x78\x8d\x90\x85\x3c\x6a\xb7\x30\x2b\xd7\xea\x54\x54\xbe\x09\x06\xc2\x6a\xe9\x1a\xb9\xdd\xed\xa2\x27\x91\x42\x0a\x8c\x9e\xfc\x07\xfc\xdc\x42\xc3\xb3\x72\x1d\x1d\xa8\x74\x8b\xc0\x57\x2f\x77\x92\x6a\xc3\xc6\x37\xc9\x9d\x99\x9a\x54\x41\x35\x9b\x89\xd2\x9d\x51\x6f\xcd\x1c\xd9\x99\x53\xaf\xdd\x44\xea\xc9\x49\x29\xf6\xa7\x50\xa5\x6a\x4d\xaa\x9a\x50\xf5\x41\xfd\x6e\xd0\x40\x79\xe5\xc7\x71\x62\x0c\xe4\xcc\x81\xb5\xc8\xf8\x82\xe6\x86\x59\xac\xea\x6d\x84\x8f\xc7\x08\x57\x7a\x09\x20\x27\xaf\x62\xdd\xf8\x6a\x26\x8c\x5a\x64\xfb\x17\x0d\x2b\xf4\xd4\xd5\x20\x70\xa4\x5b\x1d\x61\xea\x6c\xf3\x6c\xd5\x05\x5f\x08\x5a\xd1\x57\xad\x0d\x14\x69\x7f\xcf\x1b\x96\xe7\x1a\x48\x64\xcf\x7e\x08\xe7\x1f\xc0\x01\xb0\x54\x39\x13\x04\xfe\x1a\xc5\x48\x91\x15\x4f\x8c\xbb\xf0\x04\x79\x41\x11\xfd\x81\x2a\xfe\x20\x81\x3d\x84\x54\xac\xc4\xed\x2b\x7e\x5d\x7c\xa2\x72\x15\x51\xcc\x7d\xa8\xd1\x55\xcb\x43\x07\x33\xbb\x11\xcd\x26\x54\x21\x3a\x6a\x43\xee\xe0\x55\x66\x5f\xc1\xa5\x45\xed\x55\x2f\x48\x98\x01\xfd\x55\x8b\xbb\x68\x6f\x40\x41\x12\xee\xde\x9d\x5a\xe8\xad\xff\x88\x10\x1a\x95\x6b\xb6\xaa\x12\x84\xd5\x0e\x61\x60\xd4\x7c\x56\x25\x36\x06\xcf\xa9\xb2\xc6\x11\x2e\x3b\xc2\x6c\x48\xc4\x30\xb3\xa8\x8f\x71\x9c\xb0\x21\x89\xfe\x23\x1a\x72\x6d\xff\x2b\x4b\x46\x29\x1b\x92\x6c\x58\xf8\x66\x7c\xcb\x16\xe8\x18\xe6\x44\x0d\x86\x29\xdb\x88\xdd\x6d\x77\x22\xa5\x89\x49\xa2\x27\xf0\x6b\x3a\x9e\x81\xc6\x22\x7a\x12\x0d\x39\xc2\x42\x57\x8a\xb0\x68\xdc\x69\x90\xe3\xdc\xb2\xde\x66\x7b\x45\x4f\x22\xcc\x38\xab\x80\x02\xa5\x8b\x24\xb2\x0f\x11\x92\xb7\x1b\x99\x66\x91\x44\xea\x57\x04\xf0\xf7\xfa\x55\x69\x5e\x69\xd2\xa0\x5f\xbb\xa7\x08\xe1\x82\x03\x78\x9b\xf9\xe6\x3d\x46\x08\xaf\x0a\xb1\xc9\x4c\x69\xf6\x21\x42\xd8\xee\x2f\xd1\x27\x1e\xc2\x52\x0e\xbd\xef\xc5\xe8\x86\xf1\x65\x71\xe3\x51\x12\xe1\x91\x91\xde\x7e\x57\x91\x58\x1e\xc3\xc3\x74\xe4\xb5\x8f\x0d\xbd\xbf\x47\xaa\xd9\xe5\x40\xbc\x70\xfa\xbf\x9b\xd3\xf8\x53\x98\xd0\x2c\xcc\x40\xf0\xdf\xcd\x40\xc0\x59\xb3\x87\x81\xe0\x86\x81\xc8\x08\xef\x33\x10\x19\xc0\xc7\xfb\xe4\x12\x94\x97\x1e\xcd\x75\xd3\xa6\xac\x10\xcc\xf3\x6e\xa7\x56\x8d\x5d\x60\xc6\x79\x45\x36\x46\x81\xa0\x7e\x97\xf1\x65\x6e\xc1\x74\x1a\x9c\x19\xb2\xd3\x57\xa2\x25\x63\x05\x0f\xa2\x89\x92\x7f\xea\x21\x9d\xf1\xc7\x0f\xaf\xf7\x90\x75\x9d\x2f\x41\x8e\x8e\xe0\x8a\x58\xb0\x72\xd8\xdf\x95\xda\xdf\x95\xdc\xdf\x98\xca\x5f\x6a\x83\x53\x88\x5e\x87\x01\x2e\xa7\x55\x83\xd1\x73\x99\x66\x8c\x64\xbf\x08\xc5\xbd\xf1\xc9\xca\xea\x82\x9a\x23\x4b\x96\xe4\xf6\xef\x81\xd2\x0c\x64\xa0\x6a\xc3\x03\x4a\xf5\x76\x7e\xbf\xd8\xb9\x0a\x51\x02\x81\xc3\x8d\xf5\x61\xb2\x7f\x42\xe0\x6c\xbe\x64\x7c\xa9\xab\xeb\x0c\x6b\x65\x87\xf5\xc7\x0f\xaf\x13\x6d\xaf\xe0\x5a\x74\x6c\xf9\x82\xbd\x4d\x56\xfe\x85\x00\xe3\xd5\x20\xac\x17\x4a\xb6\x5c\xb6\x1b\x18\xb9\x96\x45\xfb\xda\x0a\x7d\xb7\xa4\x2d\xa0\x54\x83\x01\x94\x89\xf6\x1c\xff\x07\xc6\x47\xe6\x0a\x7d\xe9\x67\xef\x35\x2b\x8e\x75\xa7\x42\x05\x3f\xb0\x5f\xbc\x49\xb8\x65\x33\x1c\xc1\xc8\x1e\x47\x5a\x7b\x3a\xad\x3f\x89\xba\x7e\x31\x31\xfd\x53\x48\x69\x01\x16\xc5\x86\x82\x66\x4e\x19\xff\x59\xff\x3b\x81\xff\xfe\x2a\xff\xbb\x35\x8f\xe6\x5f\x64\x77\xdf\x93\xe9\xe7\xdb\xd9\x93\x2b\xdc\xf7\x8c\x31\x16\x12\xe4\xf4\x3f\xff\xd7\x9b\xac\x5a\x8f\x44\xc6\x97\xc5\x26\x41\xbb\x31\x4e\xa2\xcf\x92\x9f\xa1\x93\x2a\xfd\x26\xae\x76\xff\x85\x9c\xf3\xd0\xe9\x7f\xa2\x46\xf9\x71\x96\x7f\x1a\xb1\xd7\x37\x1a\x5c\x99\xeb\x17\xd0\xb4\x7b\xa8\x7f\x19\xa2\xfe\xe5\x41\x82\xcc\xf6\x13\xe4\xb2\x77\x6c\x18\x04\x94\x2d\x15\xe1\xee\xe8\x58\x33\xe6\xe2\x31\x02\x91\xe4\x05\xcd\xe9\xa2\x2a\x44\x12\x5d\x66\xa5\xe4\x97\x2a\x12\x45\x03\x20\xcf\x04\xee\xe4\x67\x55\x25\xd8\x65\x5d\xd1\x24\x5a\x0b\xba\xd2\xe8\x87\x2d\xba\x23\x73\x02\xd1\xa9\x02\x64\xb4\x7d\x78\xdd\x7b\x76\x6d\x8b\x6d\x29\x39\xb7\xee\xc9\xa5\xfa\x0b\x4c\xdd\x9e\x33\x48\xcf\x8a\x2d\x59\x3f\x3f\xed\xb6\xc8\xce\x9e\x9e\x17\xd9\x4f\xa8\xd2\x20\x0b\x59\x5a\x97\xb4\x88\x30\x1a\x54\x71\xac\x22\xb0\x83\xd8\x55\xb7\x57\xd0\x6b\x56\xd4\xa5\x5c\x04\xad\xe4\xa9\x76\x5d\xf5\xee\xc6\x6a\xde\x0e\x1e\xa4\x96\x57\xac\xda\xf2\x03\x2d\x0d\xd3\x23\x0d\x12\x02\xd9\x10\x9e\x6d\xe8\xa0\x22\x95\xdb\x4e\xff\xf3\xe4\xab\x27\x38\x02\x61\xa6\xe8\xbf\x35\x40\x49\xf6\x8b\xbc\x00\x7d\xa0\x57\xe7\x9f\xb7\x49\xf4\xbf\xa3\xa1\x18\x46\xc9\x84\x3c\xd9\x7d\x85\x22\x24\xd3\xef\x4b\x57\xed\x4b\xf7\xe4\x7f\x9e\xfc\xcf\x93\x27\x57\xf2\xbe\xe1\x22\x79\x0c\x49\x42\x47\x25\x84\x15\xde\xed\xa2\x08\x0d\xdb\x3c\x83\x1c\x94\xc0\xd9\xef\x9d\x83\x7a\xca\xd4\x34\x0d\x68\x77\x9a\x28\xc2\xfe\xd4\x50\x1d\x44\x7c\x5b\x97\x6b\x35\xf0\x14\xea\xd8\xc3\x15\xfc\xee\x7a\x5a\x73\xac\xaa\xb2\x55\x07\x6a\x52\x12\x12\x8a\xeb\x9a\x2d\xd3\x2c\x41\xcd\xa0\x55\xb7\x6b\xb5\x86\x66\xa2\x76\x6b\xec\x5b\x6a\x5e\xe7\xbe\xb0\xd2\x56\x17\x1e\x55\xef\x3e\xa6\xc8\x8d\xea\xe0\x7e\xfe\xa8\xbb\xe9\x7d\x66\xb8\xd8\xed\x20\x4e\x86\x92\xd9\x43\xbd\x92\xfd\x69\x35\x0b\xa1\x38\xa6\x89\x4b\x80\x9a\xfd\x1c\x8f\xa9\x2b\x0a\xd7\x0d\x9d\x0a\x73\x3b\xde\x42\x09\x6f\x4b\xff\x5e\x4b\x27\xc9\x23\xf6\x25\x4a\xd5\x05\x5d\x00\x8f\xac\x7e\x6b\x7e\x39\x9c\x1e\x8b\x61\x25\x99\xae\xf2\x8b\x98\xae\xf0\x97\x00\xe8\x61\x7b\x6c\x0e\xb3\x5c\xf7\x0f\xec\x1e\x76\xab\x7c\x14\xbb\xd5\x31\x58\xfa\x93\x78\xad\xbe\x52\xe4\xcf\x51\x28\x6a\x82\xfc\x27\x31\x2a\x4a\x22\x7c\x0f\x5f\xc2\x42\x7c\x09\x0b\x88\xb5\xfd\x95\xdf\x28\xde\x64\xff\x41\x26\xe9\x4d\xe7\x10\x73\x1c\x5d\x68\x5f\xd0\x87\x9e\x35\xb2\xea\xc0\x71\xd1\x3d\xe6\x65\x03\xd4\xcd\x8d\x1d\xbe\xb9\x29\x98\x9b\xe7\x59\x9e\x5f\x66\x8b\x4f\x84\xca\x0c\x6b\x58\xb3\x0f\xad\x02\x07\xca\x49\x54\xcd\x0f\xa5\x24\x2d\xd2\xa1\x10\x2a\x42\xbb\x1e\xf6\xfc\x9e\x6d\xc4\x30\xb3\x92\x31\xa0\xf6\x51\x84\x3d\x09\xd9\x23\x05\x46\x70\x99\xf0\x76\xd7\x01\xfd\xa0\x73\xd3\xf6\x75\x1b\x96\x3d\xd9\x27\x03\x18\x56\xad\xa8\xf5\xa2\x85\x6e\xae\xb8\x85\xc6\xdb\x0b\xb4\x13\xba\x09\xbc\xa6\xe5\xa5\x6e\xa2\xfe\x58\xa1\x28\x4a\xa3\xc8\xf3\x7f\xf6\xdb\x54\x08\x76\xc5\xf8\xc0\x79\xa3\x27\xd6\x85\x61\x51\xe4\xc3\xe8\xc9\x93\x68\x48\x47\xeb\xa2\xac\x64\xcb\x31\x1d\xc9\xbe\x6b\x49\x45\x2a\x3f\xc9\x67\x10\x57\x7c\x99\xca\x0b\x74\x5b\x95\xfa\x0d\x92\x5e\x22\x9c\xe2\x8b\x70\xf5\xdb\x68\x6c\x42\xe6\xab\x72\x84\x87\x72\xa4\x86\x1c\x16\x98\x32\x76\x85\x5e\x11\x06\x71\x85\xbb\x6a\x93\x70\x98\xc4\x2a\x8e\xa3\x82\x7b\x97\x64\x06\xef\x9c\x03\x32\xdd\xed\xe8\xdf\xfe\xff\x50\x43\x47\x59\xd4\x29\x90\xad\x92\xe4\x44\xbb\xb0\x1b\xfb\x84\x33\xbe\x14\xb2\xa0\xaf\x47\x11\xda\xed\xf6\x7d\xfd\xeb\x68\x1c\xc9\x83\xbb\xfb\xfd\x4d\x71\xc9\x72\x7a\x74\x91\xad\x32\xc1\x22\x48\x40\x5a\x09\x9e\xaf\x45\xb1\xa1\xa1\x2f\x3f\xc3\xf1\x54\x1e\xbd\x5f\x83\x1e\xa4\xa7\xd8\xd1\x6e\xf5\x89\xec\xbe\xe5\xb3\xa0\xef\xd0\x53\x4f\x3f\xd4\xb5\x0b\xb6\x9b\x51\xae\xa7\x61\x85\x9a\x87\x6c\xa6\x9e\xa5\xe4\x63\x0e\xab\x3d\x47\x92\x7d\x54\x2e\x1d\x4f\x16\x1a\x83\xce\x7d\x28\x8d\xf9\xd0\x17\xda\xcc\x18\x0f\xcf\xf0\x1e\x2f\xfd\x75\xa4\x19\x95\x09\x4d\xa9\xd9\x7e\x16\xa6\xc8\x4a\xfb\xbf\x64\xaf\x04\x0e\xc9\xfa\xff\x02\xb6\x5e\xf7\x8a\xed\x31\xb5\x3e\x7a\x9b\x4c\x16\xae\xdb\xa0\x09\xc1\xfc\x8f\x0a\x9e\x44\xf0\xd3\x0f\x89\xd5\x3a\x8f\x46\x95\x60\x57\x57\x92\x9b\xea\xa5\x03\x8b\xfc\x70\x71\x5e\xf4\xac\x43\xa5\x79\xc9\x64\x61\x00\x4e\xe7\x59\xeb\x84\xbc\x5e\xfe\x80\x30\xaf\xa0\x31\x13\xb4\xa4\x9b\xcb\x9c\x02\xb3\x0e\xb0\x8b\xa8\x8d\x2d\xad\xbb\x34\x5f\x16\x3f\x7e\x78\xfd\xd1\xb6\x2a\x89\xfc\x16\x46\x18\x72\x3a\x1f\x9f\x6c\x44\x3f\x57\x22\x5b\x54\xa0\x1b\x39\x13\x57\x25\x52\x00\x3f\x7c\x24\x8c\x3d\x0d\x2e\x08\x1f\x6d\x8a\x25\xcd\x4b\x5c\x12\x3e\xf2\x0c\xb1\x70\x4d\xba\xb5\x7b\x55\x33\x70\x32\x3d\x1e\xdb\x7b\x6c\x3d\x9a\x7f\xa2\x74\xfb\x42\xad\x4d\x67\x5e\xf8\x93\x5c\xb9\xe0\x22\x5f\x2b\xb4\x3a\x6b\x31\x14\xf0\xe3\x81\x0a\xfd\x4e\x85\x17\x8e\x76\xee\xb0\xaa\xa8\x08\xa6\xab\x16\xf9\xcb\x42\x84\x11\xc3\xee\x55\x70\xfe\xed\x74\x22\x4e\x4e\xd3\xb1\x1c\x9f\x53\x5f\xd1\x79\x72\x1a\x56\x75\x56\xad\xd1\x41\xd6\xb6\xd5\xb4\x18\x4f\xa9\x1f\x9b\xae\x01\xe4\xe9\xb3\x45\xc5\xae\xe9\x9f\xb1\x96\xfe\xb4\x59\x57\x7f\xdf\xb0\x85\x28\x72\x76\x69\x7c\xca\x8e\x6b\xdb\x9b\x57\x10\xd2\x03\xec\x0f\xe2\x38\x39\x4e\x7c\x9f\xa8\x12\x59\x7c\x7f\x64\xdc\x03\x6d\xc9\x5b\x41\xb7\x99\xa0\x9e\x25\xaa\x5b\x55\x18\x7a\x52\xae\xb3\x3c\x2f\x6e\xce\x7f\xad\xb3\x1c\x25\x25\xae\x95\xec\xc1\x6f\x2f\x42\x1a\x04\x71\x51\x5c\x71\xf6\x5b\xe8\x76\x5f\x1a\xd8\x44\xcd\xef\xb5\xdd\x12\xf7\x74\xd4\x95\x08\xc1\xd4\xbd\x1a\xce\xf8\xf2\x75\x91\x2d\xff\xf8\x8a\x74\xc1\x50\x1f\xa8\xf8\x2d\xfa\x99\x23\xf9\x35\x18\x6a\x00\x1b\x2b\x46\x70\xc5\xa4\x4b\x7c\xb7\xa8\x85\xa0\xbc\xb2\x56\x72\x29\x48\x47\x0d\x30\x24\x4a\x22\x53\x77\x37\x61\x84\xb0\x7e\x25\xf9\xe0\x7b\x72\x75\x54\xb7\xfb\x52\xdb\xdb\x27\xb2\x0c\xf6\xbe\xa4\xc6\x96\xc2\xb6\x42\xd9\x25\x3e\xa4\xf5\x11\x7a\x18\xcb\xde\x77\xe0\xb8\x97\xcd\xd8\xcb\x3b\x6c\x8b\xfc\x76\xc5\x72\xdf\x76\xcc\xb0\x13\xff\x07\x15\x0b\x7f\xe2\x41\xcf\x42\x07\x3d\xa0\x95\xc1\x98\x07\x79\x6e\xb5\xde\x61\x7e\x4c\x3a\x7d\xbb\x0b\x1f\x9f\xdd\x30\x39\x5e\xfe\xf6\x09\xa3\x61\xee\x0d\xbb\x11\xc7\xac\x4f\xf6\x31\x93\x15\x71\x79\x8d\xcc\xd9\x6f\x3e\x29\xe9\x61\x3a\xb6\x2a\x0a\x90\x1e\x83\xcb\xce\x2c\x25\x6f\xdf\x4b\x1d\x32\x64\xab\xd1\xe0\x95\xdb\xdd\xd3\x06\x88\xc5\xf3\xce\x37\x86\x4a\x06\x78\xa6\xc0\x06\x4d\x31\xd4\x7a\x1d\x22\x0d\x79\xad\xd1\xb3\xca\xfc\x73\xa5\xc2\xd3\x3b\xdf\x74\xba\x68\x66\x08\x35\xb2\x0f\x86\x38\xbf\x2c\x44\x77\xea\xba\x81\x49\x5b\x03\xb3\x8f\x36\x09\x7d\xe9\x17\x10\xe8\x0f\xd0\x64\x8a\x69\xe1\x62\xce\x98\xcf\xb8\xec\xdc\x0d\xbc\x08\x1e\x9d\x08\x99\x71\x9c\x88\x21\xb1\x00\x9d\xee\xd8\x93\x6f\x74\x71\x80\xa6\x00\x5e\xa5\x4f\x9d\xcf\xab\xc0\x85\x5d\x16\x86\x8f\xfe\x5b\x09\xc2\xc0\x0c\x79\xc7\xac\x3e\x98\x04\x06\x60\x4c\xa6\xa8\x2a\x0b\x51\xd5\x02\xa2\xa0\x28\xe1\x80\xb2\x77\x56\xc6\x32\x20\xd2\xf0\x08\x91\x1e\x25\x2f\x89\x23\x5d\x07\x73\xf8\x69\x3a\xd4\xce\xd0\xeb\x03\xd9\x02\xe4\x5a\xde\xc2\xee\xc9\x25\x93\x3c\x98\x4a\xfa\x5e\x68\x0f\x93\x6b\xfc\x51\x76\xcf\x3e\x2f\xe4\xbc\xb8\xf5\x7e\x85\x06\x01\x1b\xf4\x26\xdb\x1e\x02\x8e\x5d\x67\xe5\x5e\xea\x04\x85\x80\x6f\x37\x05\x57\xe9\xb2\x6a\x69\x14\xfb\x98\xaf\x2a\x83\x0a\x01\x17\x72\x18\x7f\x93\x6d\xb1\x97\x50\xc5\x5b\xe0\x08\x29\x63\xc0\x44\xd1\x11\x83\xb0\x19\x8a\x22\xa2\xa2\x13\xa8\x16\xb5\xe1\xa9\x42\x2d\xb0\x17\x2e\xe5\x9e\x3e\xe1\x3a\x0e\x43\x2a\x2c\xe4\xea\xa3\x4c\xb7\xf7\xf8\x70\xfe\xd9\xb3\xde\x1d\x07\xb7\x83\xb5\xd1\xa5\x6b\x50\x1a\x0d\x61\x10\x1f\xd1\x1b\xf0\x2d\xdd\x6b\xbf\x1f\x38\xc2\xbb\x27\xf6\x9f\xb2\xbc\xb9\x1f\x60\x9e\x1d\xc6\x1a\x6c\x3a\xc7\x7b\x1f\x80\xc6\xc9\x9f\xe2\x38\xa1\x44\x19\xb1\xc0\x7a\xa1\x9f\xb7\x39\x5b\xb0\x4a\x41\x2c\x1f\x9f\x6a\x4c\x8f\x4c\xd2\x01\x1d\xee\x60\x44\x39\x44\x6c\x2d\xb2\x25\xe3\x57\x17\xf5\x25\xb0\xd2\x25\xf1\xa4\x3e\xd5\x9e\x34\x06\x0f\x26\xab\x16\x6b\x5a\x5a\x5c\xe7\x62\x2b\x1b\x57\x92\xea\xd0\xc6\x14\xed\xd3\xc7\x3b\xfb\x0b\x5c\x43\x17\x70\x4e\xa2\x27\xf3\x9a\xd7\x25\x5d\xce\x97\xf5\x66\x73\x3b\xa7\x42\x14\x62\xbe\xcd\xaa\xb5\x3a\x90\xe6\x20\xe7\x7e\x92\xc2\xfb\x08\x8e\x5c\x85\x37\xa8\xd0\xba\x04\x4a\x59\xc2\xe1\x59\xc8\x42\x51\x5a\x10\xb1\xdb\xdd\x35\x87\x3a\x1e\xc7\x49\xa9\xb1\xe4\x87\xd1\x3c\x57\x5f\x23\x7c\x27\x2f\xe3\x95\xc5\xbe\x4c\x8b\x51\xfb\x45\x83\xb0\x97\x4d\x35\xe8\xde\x4c\x18\x24\xce\x79\x83\x10\xae\x0d\x82\x9c\x02\xcc\xc8\x0c\x9c\x7d\x37\x0b\x6a\x8d\x31\x1a\x94\xc9\x02\x47\xa6\x95\xb2\x0d\x0b\x1c\x99\xda\x4d\xe9\xb8\x56\x48\x92\x0b\xd7\x46\x5c\xe0\x85\x65\x21\x12\x63\x47\xee\xbe\x02\xa1\xda\xd6\x5d\x7a\xe8\xb3\x07\x5e\x1c\x43\x1b\xa4\x48\x37\x6b\x44\xf9\x15\xe3\xf4\x15\x5f\x15\x06\x24\xd8\x44\x59\xde\x93\x6c\xb4\xaa\xf3\x5c\x76\x52\x9f\xdb\xc3\x53\x84\x4b\x05\x48\x62\x21\xf9\xe4\x05\x22\x7f\xa9\xd3\xa5\x59\x83\xf7\x55\x39\x60\x72\x12\x47\x25\x15\x0c\x18\x28\x0d\xdd\xc0\xda\x63\x37\xca\x96\x4b\x38\x41\x5f\x16\xe2\x1c\x32\x27\x15\x2e\x9d\x45\x3d\xf3\x62\x2c\xaa\xd8\x4d\x11\xc4\x1f\x65\xfc\xea\x28\x3b\x82\xf5\x77\x64\xab\x10\x47\x92\xd9\x86\x77\x16\xeb\xbe\xae\x4a\xb6\xa4\x47\x19\x3f\x52\xc5\x1f\xb1\x12\xa2\x2c\xc2\xdd\x95\x2e\xe5\xb8\x19\xcd\x85\x92\xf3\xcb\x1f\x0a\xef\x00\x30\x3c\x3d\x36\xca\xdc\x91\x3b\xfb\x79\xdc\xde\x81\x1a\x6c\x08\xe2\xf5\x34\xa0\xf9\x55\xf3\xbb\x47\xd9\xa4\x73\xb5\x2e\xa3\xad\x0a\x8c\xa6\x1e\x78\x77\xdd\x32\xbd\xaa\x40\x35\x82\x7d\x34\x92\x76\x48\x36\xea\xe0\x80\xc9\x37\xa8\x4a\xe8\x54\xcc\xd0\xa8\x2a\xe4\x8f\xe1\xe9\x0c\xcb\x3f\x5f\xcf\x10\xc0\xfa\x6c\x8a\x9a\xfb\xe0\x3b\xb0\xc6\x2c\xa6\x27\xa0\xa1\xde\xd9\x30\x0c\xad\x19\x14\xb4\x2c\xf2\x6b\xe5\x76\xf6\x26\xdb\x26\x15\xc2\x35\xa9\x06\x6c\x94\xc9\x6d\x5c\x13\xf9\xc3\xc6\x13\x26\x7a\x4f\xd5\x70\x89\x6c\xef\xa9\x15\x51\x60\xeb\x15\x36\x90\x24\xaf\x96\x29\x1f\x0e\x31\xb4\xed\x7d\xc1\x78\x95\x2e\xb0\x59\xa3\xe9\xa2\xc1\x4b\xc2\x40\x59\x33\xe8\x85\xec\x5e\x42\x70\xe2\xe8\x49\x34\xac\x35\x8c\xd8\x43\xe8\x58\xdd\xa6\x63\x85\x71\xd9\x38\x3e\xc5\x1b\xb2\x67\xa1\x0f\x36\x71\x9c\x6c\x41\xcb\x1f\x4e\x40\x74\x94\xf5\x6b\x4d\x55\x16\xb8\xbd\xa3\x5c\xca\x74\xd5\xde\x4e\x48\x52\x96\xeb\x36\x65\xb9\xee\x50\x96\x75\x83\x20\x62\x56\x56\x96\x8a\xbe\x5c\x23\x9c\x93\x6b\x8f\xac\xe0\xad\x09\x69\x18\x68\xdb\x46\xd9\x9b\x5d\x1d\xdc\xe5\x91\xbc\xdd\x30\x2d\x38\x68\xf0\xca\x91\x9a\x3d\x47\x12\x0c\xdb\x2d\xa9\x7d\xda\x7d\x49\xfc\x62\xdc\xfb\xf9\xc1\xaa\x2f\xa1\x3a\x4d\x12\x6f\x7b\xb4\xbc\xbb\x88\x9a\x7b\xa9\xcb\x2d\x9e\x23\xac\x9a\xa6\xc7\xb1\xd3\x30\xfd\xf6\x01\xcd\xc2\x0f\x6e\x16\xb6\x53\xf5\x80\xd6\x35\xf7\xa4\x59\xe0\x2b\x5d\x0e\x50\x9a\x25\x5e\xe0\x1c\x75\x61\x83\xb2\x0e\x23\x17\x30\x7d\xf5\x27\x15\xd4\x58\x8a\x23\x69\x12\x8a\xe2\xf8\x18\xc0\xca\x26\xe6\xe5\x30\x1a\x45\xc3\x2a\xf5\x74\x9e\xa5\x27\x2b\x68\xa3\x39\xdd\x59\xc7\x4f\xdd\x88\xee\x46\xef\xef\x56\x01\xbb\x58\xe6\x56\x06\x4a\x5a\xc5\xaa\x43\x4d\xaa\x97\x98\x61\x0e\x3a\x6c\x4d\xec\x91\xe7\x59\x51\x3c\x82\x17\x55\x8b\xbf\x8c\xf0\x74\xe6\x9b\x2e\x3f\xa2\x84\x20\x34\xcb\xa3\x7c\xc6\xef\xf5\x5b\xf5\xf5\xd2\x7e\x30\xfc\x95\x42\x64\x90\xd7\x7c\x9f\x23\xbf\xcc\x4a\xb6\x88\x90\x22\x03\x03\x41\xc4\x88\x7e\xae\x28\x5f\x26\x77\xc6\xb6\xb4\xef\x25\x1f\x25\xa6\x1f\x4b\x05\x82\x7e\xe4\x0a\x44\x91\xf1\xde\xe5\xa4\xc3\xf9\xbb\xbb\xbd\x0d\x6d\xc1\xb1\x90\x73\xe5\xb5\x8d\x7f\x91\xe6\x6c\x2f\x00\x05\xe8\x9d\x03\x37\x15\x81\xee\x2a\xf8\x13\x6c\xaa\x00\x07\x44\x7d\x7f\xe1\x68\x30\xb6\x32\x33\xd9\xb9\x87\x4e\x76\x1b\x90\xe6\xff\xd0\xe5\x3b\xd4\xdb\x43\x37\x0c\x56\xfa\xc2\x35\x73\x14\x5d\x2b\xe5\x0e\x7d\xcc\x4d\x0d\x4e\xc2\x13\xc6\x57\xc5\xef\xd8\x20\x1a\xf1\x27\xb0\x25\x7c\x21\xed\x97\x9b\x3c\xfd\x19\x8e\xc5\x4b\xba\x15\x74\x21\x77\xc3\xc9\x8a\x66\x55\x2d\x68\x19\x14\x3a\x67\xd5\x01\x9f\x21\x4d\xd7\xb0\x16\xf6\xcc\xff\x7d\x3f\x86\x51\xa7\x55\x8f\xa7\x3c\x0f\x85\x25\xfa\xc3\x16\xe9\x85\xa1\xc0\xe4\x1a\x83\xe4\xe6\x45\xf7\x7d\x40\xd6\x43\x1d\xe1\x26\x84\x5c\x37\xde\x9a\xa7\xa3\x0f\xef\x7e\xfc\x78\xfe\x61\x7e\xfe\xd3\xf9\xdb\x8f\xf3\x17\xe7\xef\x3f\x9c\x3f\x3f\x53\x50\x6d\xfa\xdb\xfc\xf9\xbb\xb7\x6f\xcf\x35\x7c\x9b\x77\x83\xdf\x84\x83\x4e\x5d\x5b\xfb\x8e\x63\xab\xd4\x7f\x76\x8a\xe2\x98\x1a\x4a\x7a\xd7\x48\x16\x06\x9c\x54\x2d\x20\xa7\x96\x1e\x4f\xc7\xb3\x01\x83\x08\xe7\x13\x31\x65\x33\x8b\x13\xab\xf0\x27\xd2\x27\x73\xb6\xfc\x4a\x07\x5d\x62\xe0\x81\xd8\x4d\x14\xb1\x65\x64\xee\x72\xc2\x7e\x71\xf8\x1a\xc8\x8f\x61\x76\x24\x9a\x26\xd4\xc9\x0d\xf4\xef\x0a\xdf\x86\x35\x0a\xc5\xa3\xed\xeb\x74\x64\x19\x79\x27\x07\xa3\x3a\xd1\xd5\x33\x14\xce\xd8\xbf\x08\x19\xfb\xcf\x4b\xea\x64\x9d\x7d\x53\x34\xab\xbe\x34\x12\x0d\xc9\xa7\xbb\xf4\xe7\x49\xc8\xa5\x17\x2b\x93\xe3\x39\x08\xfd\x80\x41\xe8\x9b\xe8\xe8\x60\xa1\x20\x85\xf6\x43\x3e\xeb\x57\x84\xea\x1f\x03\x61\xa1\x11\x13\x41\x12\x4a\x2a\x39\xe1\xfa\xe3\x6e\x37\x9d\x39\x40\x44\xe6\xcd\x97\x32\x87\x9b\xff\xba\x1d\xfd\xba\x2d\x23\xd4\x42\xc5\xb0\x60\xad\x1a\x1c\xc3\xc6\xdd\x19\x0e\x33\x85\x91\x41\x41\x3a\x0e\xdc\x91\x98\x66\x33\x17\xd9\x86\x8c\x9f\x96\x0e\x60\x72\x38\x2c\x4d\x54\x1b\x36\x2d\x67\x83\x08\xd4\xbb\x11\x04\x53\x28\x17\xc5\x56\x12\xf4\x5a\xb2\x5a\x55\x49\x0a\xd4\x34\x30\x28\x19\xc8\xc9\x7f\x78\xaf\x91\x55\x42\xd1\xa5\xac\xd6\xb2\x93\x36\xa1\xaa\x58\x1b\xdd\x14\xf4\xca\x95\x1a\x6c\x30\xf6\x63\xfc\x2a\x54\x72\xb7\xdc\x5e\xda\x84\x8e\x6a\x91\x43\x4c\x3e\x0c\x32\xac\x6c\x53\x76\xf5\xfa\x0f\x70\xe1\x86\xf2\xd3\x68\x48\x51\x2b\x76\x84\x81\x57\xbd\x6b\x7c\x79\xeb\x3e\xdd\xac\xea\xb4\x53\x4a\xc9\xb9\x9b\xf0\xe9\x72\x74\xf1\xf1\xec\xe3\xf9\xfc\xe2\x97\x37\xdf\xbe\x7b\x3d\x4b\x0f\x96\xa1\xbc\x27\x32\x22\xda\xeb\x55\x89\x3d\xaa\x56\x24\x02\xdd\xdb\x69\x36\x93\x17\xdc\x79\x4b\xd3\xe1\xab\xd5\x6b\x34\x12\x74\x59\x2f\x7c\x90\x68\xcf\x7e\x8d\x4e\xab\x19\xa9\xa7\xd5\x0c\xd3\x06\x97\xda\x83\x40\x93\x46\x77\x8a\x7f\x4f\x83\x18\xbb\x74\x4f\xf2\xc3\x11\x8e\x4d\xdf\x03\x19\x81\x7d\x92\x85\x2e\xe9\x17\x17\x1b\xcc\x6a\x0b\x9e\xeb\x9b\xcc\xcb\x42\x04\x0b\xf6\x7c\x86\x5a\x5b\xd2\x53\x9d\x8d\xa2\xa1\x5d\x76\x3a\x4e\xf8\x81\x84\x5b\x51\x6c\xd1\x6e\x77\xd7\x28\xdf\x82\x92\x56\x8e\xa1\xdc\x63\xd5\x22\x53\xd2\xcf\x01\x9f\xa4\x25\x85\x45\xa6\xee\xd1\xda\xfe\x45\xdb\x25\xb9\x4f\x91\xf9\xa4\x23\x61\xfe\xc4\xe8\x4d\xa9\x6d\xd5\xcd\x71\xfe\x81\x76\x63\x47\xb6\x68\x99\x3b\xcf\x07\xc2\x07\x40\x0a\x12\x2a\x75\xc9\x1e\x31\xae\x36\x80\xa9\xbe\xd3\x55\xa5\x5a\x83\x56\x50\x5e\xb5\xbb\xbe\x51\xaa\x10\x59\xe2\x74\xa6\xb3\xef\xed\xa8\xeb\xa6\x5a\x27\xe6\xd9\x2f\x50\x7e\xd9\xf7\xfe\x5e\x43\x2d\xfc\x7b\xb1\xb5\xf5\x02\xa2\x1d\xa3\x9f\x80\xa9\x12\x78\xe0\xae\xf7\xe3\x16\x09\xa4\xfd\xd3\x2a\x2a\x36\x74\xc9\xb2\xca\xa3\x2f\x7f\x56\xf3\xed\x91\x74\xb0\x61\xb8\x20\x6c\x3a\x9e\xe1\x8c\x30\x2d\xc5\x3d\x45\x4f\x7b\x7d\xde\xd7\x72\xdb\xff\x69\x61\x15\xd4\x19\xd2\xee\x37\x2b\x41\x43\x5e\x7c\xf7\x59\xc6\x40\x36\x03\x72\x5c\xee\x33\x1e\xfb\xd3\xa7\xd9\xab\xf7\x71\xb3\xdc\x09\x8f\xeb\x81\x5f\xb0\xee\xae\x94\xf9\x7d\x41\xac\xb6\xd3\xea\xa4\x92\x57\x5f\x06\x66\x77\x6c\x95\x08\x52\xe8\x1c\xfd\x7b\x6d\xc2\x10\x3e\xee\x64\x36\xa1\xf9\x02\x3b\x3e\x92\x07\x8e\x8b\xb0\x30\x71\x49\x4a\x1c\x6d\xbd\x23\xbe\x8c\x50\x3a\x9d\x3d\xed\x1c\x3c\x55\x10\xb8\xda\x3f\x77\xa1\xc0\xa5\x8d\x7e\xf0\xb2\x10\x86\x71\x50\xcc\xaa\x77\xa6\x67\xfa\x0c\x77\xb1\x12\x34\x3f\xab\x41\xd9\x5b\x61\xcb\x3c\x01\xcf\x15\xad\xda\x21\x55\xed\x97\x92\x56\x9a\xa8\xb7\x2f\x23\xc8\xc4\xe5\xcd\x47\x4b\x0a\xa1\xf1\x79\xf5\x3d\xbd\x7d\x0e\x97\x30\x94\xdc\x5d\xd1\x2a\x85\x72\x21\x96\x37\x94\xd3\x20\xd4\x28\x43\x8e\xe5\xd2\xc4\xd7\x81\x62\x86\x00\x3c\x87\xa9\x82\x97\xd3\xbc\x0c\x44\xbc\x47\x0d\x4a\x04\xae\x35\xd1\x73\xd3\x41\x44\xa3\x54\x41\xe1\xf9\x58\x91\x85\xa6\xc3\x2a\x28\x84\x4f\xb3\x57\x23\x50\x2e\xbc\xbb\xa6\x42\xb0\x25\x2d\xe5\x1c\xc0\x82\x04\x36\x17\x4e\x2a\x98\x2c\xd4\x32\xb9\xc3\x55\x97\x73\x51\x4b\xed\x15\x5f\x15\x5a\x7e\xbe\xd5\x2b\xff\xd2\x21\x22\xe2\x0d\x91\xf9\xde\x9f\x7d\x38\x7b\x73\x61\x32\x0e\x16\xa3\xd6\xaa\xe8\xcf\xbf\xb5\x8a\x5b\x8c\x36\xd9\x76\x4a\x67\x83\xca\x88\x0b\x36\x3e\x3d\x5a\x64\xf9\xa2\xce\xc1\x37\x64\xb1\xa6\xf2\xfc\x4d\xb4\xd6\xb0\xc3\x2f\x55\x8a\x7b\xc5\xa6\x18\x49\xae\xb6\x86\xdd\x63\xf2\x24\x1a\xd5\x7c\x49\x17\x05\x08\x9c\xf4\x8d\x11\xac\x4f\xdb\x08\x3e\x14\x17\x26\xda\xf3\x35\x99\x6b\x4d\x58\x77\x60\x5c\x16\xff\x56\x25\xf0\xb5\x96\x9d\xc2\xc6\xee\x9d\x84\xda\x02\xd9\xc3\x33\xb3\x42\xd6\x72\x5d\xd4\xf9\xf2\x83\x5c\x63\x22\x8e\xf5\x69\x2a\x1f\x3e\xd2\xcd\x56\x76\x1f\xac\xb0\x14\xa2\xd0\x2a\xaf\xcb\xf5\x59\x79\xcb\x17\x5e\x04\x27\xb9\x92\xe4\x71\x6f\xd7\x56\xc8\xb0\xa0\x13\xbb\xd6\x9f\xc5\xfd\xc3\x2d\x82\xc3\x2d\xf4\x70\x0b\x33\xdc\x03\xae\x56\x97\x1a\x6b\x04\xbc\xcf\x25\x5d\x15\x82\xbe\x91\x57\x8d\xde\x59\xbd\x92\xa4\x3c\xf4\x45\xd0\x25\x13\x1d\xef\xa9\x06\x97\xe6\xfe\x68\x0d\xb1\x7b\xac\x92\x36\x6c\x51\x85\xda\xcd\x44\x3f\x57\x32\xf7\xa6\x5d\x95\xc5\x86\x34\x71\x9d\x42\x6c\xce\x26\xdb\x46\xee\xce\x56\xc3\x95\x1c\xc1\x9d\xbe\x85\x4f\x29\x2f\x51\xbb\x5d\x19\xc7\x90\xc2\x84\x0f\xcd\x49\xad\x54\x6b\xc9\x93\xff\x9d\x8c\xfe\x17\x82\x5b\xbb\x22\x52\xc7\x84\xe4\xa0\xcf\xca\xa7\xa7\xf2\x38\xa5\xd3\x7a\x26\x97\xeb\xf1\xb8\x91\xa5\x33\x98\x2b\x13\x98\xac\x7b\x0b\xa0\x3a\x08\x8c\x56\x7a\x81\x86\xee\xd9\xa9\x09\x4a\x60\xee\xf4\x07\x76\xf2\xb4\x9d\xf7\xe4\x74\x66\xc7\xc9\x3f\x75\x57\x8c\x2f\x61\x28\x13\x86\xb3\x2e\x83\xbe\xc7\x31\x06\xd4\x89\x90\x47\x2d\x30\x7b\x3b\x4b\x3a\x07\x17\x45\x9a\x31\xb4\xb5\xf4\x94\x93\xee\xb0\xed\x4e\x4d\x59\x15\x82\x46\x08\x41\x66\x7b\xe0\xfa\x00\x86\xbd\x0d\xd8\xf5\x48\x31\xd1\x8d\x34\x16\x88\xdd\xfe\x14\xeb\x8b\xb1\x6e\x5e\xeb\x64\x0d\x07\x8b\xe9\x8b\x14\x20\xdc\x74\xff\x9a\x29\xe2\x58\x74\x0e\x74\x90\xa2\x76\x5f\x1a\x59\x72\x15\xb6\x7c\xf1\x2c\x7e\x94\x43\x7c\xf7\x68\x7f\x60\x33\x1d\x26\x97\x05\xc1\x05\x44\x2e\x64\x77\x4b\xb0\xcb\x38\x7c\xaf\xc6\xed\x9b\xb2\x26\x61\x7b\x38\xb7\xc9\xa3\x2e\xd5\xa9\x16\xb7\x55\x44\x51\xa2\xec\x32\xf7\xe7\x8f\x4f\xce\x81\x36\xa6\xd4\xe2\x0c\x76\x07\x5f\xc7\xef\x80\x9d\xc7\x8d\x25\x42\x11\xc7\x85\x5b\x91\xbb\x5d\xa5\x62\x7c\xe8\xad\xa1\x16\x65\xd9\x0d\xc1\x95\x59\x7b\xac\x6e\xca\x69\x36\x33\xdb\x07\x4a\xf6\x89\x91\xa2\x6a\x3e\x35\xef\x7b\x86\xc2\x67\xe3\x8d\x2e\x7f\x07\xd9\x42\x4e\x20\x38\x57\x87\x89\x1d\xf0\xdd\xae\x1f\xa6\x46\xf6\x69\x22\x08\x4d\x13\x7d\xc5\xab\x74\xe5\x41\x56\xb2\x22\x14\xa1\x9e\x09\x31\x6e\x19\xe4\x58\x89\x6e\x77\x09\x80\xea\x5c\x4f\x13\x87\xd0\x9b\x5c\xde\x03\x8a\x38\x56\x7f\x7d\x6f\xcc\x27\x57\x38\x1a\x01\x3f\xc9\x47\x45\x5d\xe5\xb4\xc2\x2b\xc2\xbd\x3d\x80\x73\xe3\x7d\x80\x06\xb5\xa4\xac\xd1\x26\x63\x3c\xc2\xd5\x24\x29\x00\xb3\xd1\x34\x39\x23\xb4\xd3\xa7\x02\xa5\x49\xd1\x76\xf9\x36\xd5\x65\xa4\xf0\x8c\xf5\x56\x71\x9c\xac\x48\x35\xa1\x3d\x0e\x7b\x11\xde\x75\x05\x4a\xf7\x7e\xd9\xed\xfa\xc5\x78\xed\x54\x21\xf8\xbb\x01\xf4\x57\x6a\x50\x97\x64\x35\x90\x9c\x5c\xb0\xe8\x25\x72\x01\xd9\xf2\x49\x4e\x68\x6b\x55\xa5\x2b\xb8\x43\x1b\x82\x95\x6b\x2b\x03\xbc\xf5\x8a\x33\xc3\x93\x46\x43\x1d\x6b\x7b\x4d\x2e\x13\x8a\x50\x1c\x97\x84\x90\xb5\x6b\x25\xcc\x9a\x8e\x8f\xa5\x25\xdb\x77\xa0\xe5\x48\x17\x58\x4e\x61\x5a\x62\x35\x5b\x69\x8d\xc1\x46\xa2\xc0\x5e\x5b\x57\x18\x5a\x91\xe6\xd8\xd6\x68\x37\xe8\x76\xb2\x4d\x16\x28\xa5\xa3\x79\x55\x6c\x5f\xd3\x6b\x9a\xff\xc4\xe8\x8d\xe5\x6b\x16\xc8\x5a\x41\x6f\x54\xc0\x1a\xcc\xb1\x90\xfc\xfc\x46\x19\x32\x82\xd8\x0e\xd4\xb0\x05\x30\x40\x8b\x51\xc1\x17\xb4\xc3\xba\x46\xf3\x92\x56\xef\xa0\x81\xa5\x16\x13\xb0\x72\x51\x70\x4e\x17\xfa\x75\x88\x94\x01\x54\x4b\x6f\x6a\xe8\xa4\x92\xbb\x06\x7c\x5e\xd5\x02\x15\x56\x37\x2d\x9b\x3e\xf1\x1f\x02\x6b\x4d\x77\x1d\x21\x5c\xa9\xe0\xa8\x6a\xf9\x42\x73\xbb\xad\x02\x6b\x50\x2f\x4e\xce\x41\xca\xe8\xdb\xfb\xc2\x51\xae\x51\x17\xb9\x1f\x8d\x9d\x4f\x99\x3e\xed\xf7\xd4\x06\x6c\xe2\x81\xd1\x71\x82\xa1\x4b\x73\x52\xc4\x31\x84\x9e\x6a\xad\x96\xca\xae\x16\xd7\x7a\x6f\xc6\x42\x4d\xd3\x26\x63\xb2\x85\x83\x42\x8f\xad\x52\x26\x16\x40\x26\x34\x62\x27\xc0\x47\xea\xc5\x57\xa8\xa0\x72\x6a\x09\xaa\x54\x66\x1d\x9a\x12\xf4\x72\x04\x39\xb8\xbf\x26\x4d\x58\xb2\xf6\x82\xd4\x0b\xd5\x20\xe3\x3c\x6c\x3d\xa1\xc6\x93\x57\x29\x20\x9a\x43\xc8\x11\x01\x31\x5c\xeb\x55\xdf\x10\xcb\x1b\xb8\x81\xf3\xd0\x76\xc1\x96\xfe\x36\x8e\xe3\xa4\x23\x33\x7b\x68\xd3\x25\x1f\x5e\xb3\x7c\x69\x97\xcd\x1b\x5a\x65\xcb\xac\xca\xda\x0c\x76\x11\x44\x0d\xbd\x74\x4c\x44\xcf\x22\xba\x6d\x74\xa1\x64\x0e\xc7\x26\x24\x5a\x37\xf6\x93\x59\x07\x5c\x85\xbd\x04\x2b\x7e\x65\xfc\x49\x88\x8d\x95\x56\x4d\xf9\xd0\x06\xee\x6b\x12\xb8\x2c\x1f\x12\x9b\x7b\x5c\x2d\x3e\x39\x75\xfe\x54\x71\xac\xef\x88\xce\x5a\x64\xae\x58\x7e\xe1\x3b\x87\x49\x06\xa7\xfb\x62\xb7\xd3\xa2\x7f\x46\x3a\x57\x1e\xc5\x76\xb7\x53\x4f\x99\x0b\xb0\xdd\xff\x64\xc7\xa0\xe8\x5c\x3c\x6c\x16\x59\x81\xa7\x38\x9f\xf4\xde\xa4\x49\xef\x15\xb9\x6b\x70\xeb\x52\xd0\x4b\x81\x5b\x6d\x41\x72\x14\x83\x12\xf2\xd2\xdc\xed\xd4\x08\xf6\xca\x41\x81\x57\x4d\x62\xe7\x04\x83\x9f\x47\xa0\xdf\xb2\x85\x65\x5b\x23\xe9\xd4\x5b\x2a\x62\x70\xe9\x14\x53\xb5\xb9\x2f\x41\xa0\xe0\x05\xc9\x41\x74\x00\xa1\x66\x07\xd9\x54\x3d\xcd\xc8\x62\x52\x98\xdf\xe9\x4d\x62\x23\x6d\xa8\x0b\xbc\xe1\xbc\x32\x37\xdf\x37\x9e\xce\xa2\x15\x5e\x3e\xa1\x68\x02\x70\x8d\x67\x28\xa1\x5a\x8e\x89\x50\xea\x2d\x95\x73\xab\xf9\xa3\x96\xe1\x74\x06\x30\xce\x14\x70\x10\x30\x63\x52\x71\xaf\x53\xa1\xcc\x95\xec\x85\xaa\xb9\xd5\x0e\x24\xcf\xf3\xac\x2c\x93\x3b\xa6\x3c\xa1\xb4\x75\x89\x52\x6f\xfb\x71\xf1\x4b\x4f\xc3\x6d\xb2\x26\xc5\xe8\x0c\x1a\xa8\x31\x61\x70\xe1\x3c\xfc\xba\x31\x74\x0f\x46\x50\xb8\x6b\xb0\xcf\x36\xe9\x00\x0a\xa0\xa5\x54\xbf\xdb\xcc\x8c\x7a\x07\x97\xae\x14\xe6\xd4\x78\xbe\x69\x09\x58\x8f\x98\x05\x6f\x1b\x1d\x76\xb3\x77\xdd\xd6\xdb\x9c\x1b\x1b\x2d\x8b\x80\x75\x27\x6f\x79\xa9\x6f\x21\x6e\x84\x18\x6d\x63\x24\x45\xd7\x2d\xb3\x6f\x6e\xcf\x5c\xf2\x96\x72\xd0\xd5\x75\x31\x11\x4a\xb9\xe9\xb7\x9b\x6a\xf1\x58\x5f\xfc\x07\x6d\xa3\x36\xe6\x74\x83\xf0\xfc\xd7\x6d\x77\x10\xba\xfd\xd7\xb8\x46\x38\x7b\x90\x08\xb7\x0c\x5f\xa7\x6a\x52\x86\x79\xc2\x0c\xa9\xd0\xd3\xfb\x14\x50\x11\xc2\x8b\x56\xdc\xc1\xdc\xf9\xd8\x0e\x54\x28\xe7\x6b\x08\x21\xef\xca\xa8\x3b\x05\x00\x09\xa4\x01\x59\x09\x97\x1b\x9b\x91\x3b\x7f\xef\xa5\xc7\x63\x2c\x97\xac\xfc\x0b\x1a\x5f\xf9\x23\x2b\xe5\x92\x76\xe4\xcf\x4a\x4e\x68\xf7\x42\x65\x40\xc9\x33\x72\xd7\x3c\x6d\x51\xb5\x0c\xd3\x69\x31\xc3\x62\x5a\xcc\x10\xe6\xd3\x62\x46\x32\xcc\xe4\x9f\xe3\xb1\x8d\x83\x5d\xee\x8f\xc5\x5e\xa2\x38\x3e\x66\xd3\x72\x66\xd4\xde\xdd\xf2\x6b\x2c\xa6\xe5\x0c\x53\x99\x04\xf3\x69\x39\x23\x75\x63\x2f\xd6\x09\x08\xc3\xac\xeb\x9d\xbb\x5c\xfb\xa4\x30\x59\x21\x9c\x6b\x33\x8b\x05\x18\x1a\xb7\x2f\xd3\x25\xce\x10\xa6\x44\x33\xe6\x4b\x32\x9d\xe1\x8d\x1c\xc1\x6b\x32\x75\x47\xc3\xd5\xfe\xb1\xb9\x42\x71\x1c\xe9\xe0\x8c\xe6\x65\x74\x4c\xc8\x55\x1c\x47\x0a\xaa\x10\x9e\x8c\xad\x2b\x9d\x5e\xcd\xf0\x25\xb9\x55\x8a\x77\xc9\x77\xaa\x8b\xc1\xdc\xdc\xcc\xbc\x85\x24\xe9\xd4\x65\x1c\x27\x73\x08\xc3\x2a\xf3\x9f\x93\xdb\x51\x56\xea\xe5\x19\x56\x07\x27\x57\x08\x7f\x6e\xad\x9b\x2b\x34\xf8\x4c\x6e\x92\xcf\xaa\x88\x77\xe4\x76\x24\x97\x02\xc8\xd2\x0b\xf8\xf9\x6e\x85\x92\xcf\x08\x5f\x90\x7d\xc5\x26\x9f\xf1\x39\x7e\x87\xf0\x19\xc9\x86\x51\x1a\x0d\xaf\xf0\x27\x72\xb7\x47\x4e\x9b\xb6\xab\xc6\xad\x65\xf8\x19\xdb\xd2\xdb\x99\x2e\xbc\x0f\xe6\x0d\x2c\xd8\x77\x58\x29\x74\xd3\x73\x2c\x8f\x95\xf4\x0a\xf7\x2d\x16\xd2\xb3\x2e\x31\xcc\xb0\x92\x2a\xc0\xc6\x03\x11\x68\x3a\x57\x01\xa3\x35\xf1\x54\x9b\xe0\xb2\x19\x6c\xa6\x57\x33\xb2\x99\x9e\xcb\xff\xce\x66\xe4\x13\x5e\xaa\x5b\xcc\x27\x84\xaf\xd5\xaf\x2b\x73\x70\xdd\xfd\xba\x2d\xd3\x25\xde\x64\xdb\x74\x83\x5b\x82\xf3\xf4\x1a\x2b\x21\x7f\x7a\x67\xb4\xad\x69\x9f\x55\xe7\x64\x33\xa5\x33\xa5\xb8\xb5\x66\x12\xda\xfe\xff\xde\x4c\x86\x17\xe9\xe5\xc5\x01\xb3\x0e\x0e\x82\xb1\xb6\x76\xe1\x4b\xcb\xee\x9b\x76\x70\x49\x9c\x1b\x84\x4b\xea\x93\xfc\x3f\x14\x51\xe3\xe1\x52\xaa\xdd\xee\x38\x19\xe3\x72\xc4\xca\x8f\xb4\x94\xed\x44\x89\x26\x56\xfc\x69\xc2\x3b\x2a\x40\xd9\x62\x2d\x8a\x84\x21\x92\x44\xc1\xd8\x73\x59\x1c\x79\xad\xae\xcb\xa0\x5b\x00\x16\xe1\xc9\x79\x8f\x5a\x60\x16\x20\x40\xd7\x09\x53\xdf\x89\xd7\x8a\xbf\xd3\x2e\x3f\x7e\xd0\xb6\x28\x42\xa3\x4d\xb6\xc5\x45\xeb\x68\xa0\xc8\x28\x62\xfd\xb7\x02\x19\x6b\xa3\xc2\xb7\x36\xd2\xca\x41\x36\x2d\xa6\xd9\x0c\x5a\x5e\x6a\xc9\xa9\xad\x29\x6c\x69\x91\x94\x08\x47\x5a\x57\x0b\x82\x8b\x08\x75\x06\xde\x77\x7f\xb5\xf2\x30\xa5\xdb\x45\x83\x4b\x41\xb3\x4f\x26\x02\xec\xf1\xb8\xc1\x2b\xc6\x3b\x44\x64\xcf\x80\xb0\x55\xd2\x35\x31\xef\xdb\x85\xb9\x70\xca\x4e\x3f\xc2\x70\x41\x0e\x49\xd0\xcd\xd1\x6e\xf8\xe0\x92\x64\xa3\x79\x9b\x0b\x4e\x0a\x79\x86\xcb\xd7\x5b\x85\x9e\x56\x42\x6c\x91\xa7\x61\x2d\x5c\x86\x0b\x77\x8d\x5e\x90\xf1\xd3\xc5\xb3\x52\xb2\xcb\x6e\xfc\x17\xe6\xd8\x86\xf7\xd3\xc5\x0c\x6f\xc9\x4a\x35\x09\x6f\xc8\xd6\x17\x9f\x5d\x93\x95\x36\x55\x81\xa3\x25\x8e\xcd\x23\xbe\x32\x81\xb8\x6e\xbd\xb8\xbd\x35\xf8\x8d\x9a\x34\x68\x92\x5c\x79\xeb\x67\x83\x57\xca\x9a\x05\xdf\x92\x6d\x90\x7e\x5f\x61\x5b\xfc\x0a\x48\x3e\x42\xe9\xf5\xc4\xc5\xdf\x97\xe7\xd2\xf5\x0c\xc5\x71\x72\x45\xb6\x61\x1b\x9f\xe4\x36\x50\x46\x72\x4b\x56\xa3\x30\x49\xc7\x57\xe4\x26\x59\xb5\x6f\x00\x08\x6f\xf6\x58\xad\x6c\xf7\x99\xac\xdc\x1e\x93\x56\x15\xaa\xa0\xbb\xee\x2d\xef\x1d\xcf\x6f\xe3\xf8\xf8\xf4\x98\x10\xed\xf4\x76\x49\xb6\x7b\x56\xfa\x0a\x29\xaf\x0d\x5d\xf5\x25\x76\x50\x04\x83\xf9\x84\x91\xe3\x71\x0a\x71\x49\xe6\xa0\xfd\x39\x3e\xd5\xba\xe2\xd2\x1f\x6a\x79\xb2\xe5\xc0\xe4\x74\xdb\x46\xe4\xf0\x84\x87\x84\x10\x22\x1b\x29\x0e\x82\xec\xec\x76\xca\x97\x2f\xd1\x46\xb5\xb7\xf8\x9a\x95\x4c\xc7\xb1\xfb\x44\x6f\xd3\xeb\xdd\xce\x4c\x44\x83\x9a\x63\x10\x3b\xea\x3d\xbe\x4f\xe7\x88\x59\x1c\x8b\x00\xf0\x82\x5a\xbe\xfb\xb5\xbe\xde\xe5\x50\xaf\x62\x45\xa5\x06\xfa\xd1\x5b\xd0\xfb\xac\x91\x70\xa4\xe7\xd4\xcc\x68\x83\xb0\xbf\xe1\x46\x8b\x9c\x66\x22\xd1\x47\xca\x21\x1b\xdf\x2b\x5c\xb7\xbe\x5e\x40\xb8\xe7\x03\xe9\xc9\x5d\xc1\xd3\xae\xd4\xe7\x10\x7a\x74\xd3\xb8\x6b\xdc\x15\xbe\x73\x8a\xb1\x34\xa8\x48\x73\xca\xa9\xc7\x28\x4a\x94\x5a\xc5\xe9\xdc\x28\x4a\xab\xa6\x51\x90\xd3\x85\x5c\x64\x2f\x45\xb6\xa1\x37\x85\xf8\x04\xb7\x50\x94\xdc\x2a\xbe\xed\x33\xb9\xf5\xec\xfd\x3f\x3f\xd6\xcc\xfe\x91\xd0\x6c\x7f\x88\x51\xfd\x63\x4c\xe7\xb5\x3b\xd5\x01\x94\x96\x47\x47\xde\x78\x48\x90\xe8\x47\x99\xd5\x3f\x36\xf4\xf1\xe3\xe2\x24\xcf\x35\xb4\xac\xe7\x14\xf0\xc5\xa1\x84\x3d\x13\x77\x74\xf7\x51\xdf\x56\xd5\x32\x55\x91\x56\x2e\xf2\xe2\xc6\xb3\xfb\x62\x1b\x07\x55\xcc\x8b\x8a\xad\x6e\x0d\x7f\xad\x4e\xed\x24\xaa\x45\x6e\x0c\x08\x41\x9f\xd1\x02\xc3\xd0\x96\x80\x0e\x51\x03\x29\x7b\x1c\x27\xf7\x6c\xd9\x0a\xe2\x68\xc9\x96\xae\xf6\x08\x39\xa9\xce\x95\x61\x0b\x0e\xe7\xbf\x61\x79\xee\x15\x80\x85\x57\xc4\x6d\xc7\x66\xf3\x0b\x3c\x18\x74\x3d\x20\xb8\x21\x67\x61\x54\x80\x4b\xa2\x04\x56\x9e\x38\x28\x67\x0b\x8a\xe7\x7f\x98\x25\xbe\x05\x6c\x52\x1e\xf6\x55\x0f\x49\xa4\xf3\x1e\x40\x1d\x03\x49\xcd\x3b\xc9\xde\x03\x14\x87\x1e\x11\x15\x5b\x30\xd1\xfe\x41\x1e\x4d\x06\x66\xfd\x82\x56\xf2\xa5\xc2\x70\x59\x82\x4f\x75\xeb\x83\x71\x0e\x55\x1e\xb8\xe5\xbe\x42\x9d\x0f\xe9\xb7\xb7\xaa\x35\xe1\x84\xfe\x7a\x32\x0d\xf6\x16\x94\xed\x03\x58\xaf\xfe\x50\xd3\x9a\x2e\xdd\xc9\x49\x2b\x2a\xd4\x42\x2d\xe5\x2a\x0e\xe2\x23\xdd\xeb\xb7\xc0\x38\x53\xe3\x25\xfe\x11\x90\xfd\x83\x2b\xc4\x55\x00\xf4\x1f\x69\x2b\x40\x15\xf4\x8a\xf7\x64\x44\xe1\x91\xf1\xa0\x1e\xb9\xb7\x4a\x6a\x3f\x76\xf6\x63\x11\xa0\x6a\xcc\x55\x0f\x17\xa4\xee\xf7\x70\x21\x5b\xd6\x47\x80\xd2\xa8\x0f\x58\x90\x02\x73\xc2\x02\x13\x36\xad\x66\xa0\x2e\x16\xf2\xeb\x15\xad\xce\x5b\x13\x9f\x70\x24\x6f\x77\xa3\x96\xdf\xab\x89\x05\xe4\x74\xfb\xb8\x76\x1a\xff\x0c\x64\x7f\xe5\x94\x5a\xa9\x7c\x6d\x5e\x90\xe3\x31\x3e\xb6\xa2\x66\xd1\x12\x1d\xaa\xb2\x3a\x2e\x8c\xce\xbb\x30\xc3\xb9\xf1\x66\x44\xa8\x5d\x5d\x03\x0c\x74\xcb\x31\x05\xac\x48\xe3\xf8\x18\x38\xfd\x80\x6f\x12\x4a\x6a\x74\x10\x52\x60\x51\x97\x55\xb1\x71\x98\x02\x47\x8a\xbb\x3a\x2a\xb8\x87\x21\xa0\x30\x06\x34\x92\x80\x06\x99\x55\x58\x02\xa6\xe3\x0d\x20\x3b\xb8\x7a\x43\x76\x21\xc1\x49\xa1\xea\x9e\x6c\x75\x32\x5d\x00\x85\xdd\x6e\xdd\x73\xc4\x92\x95\xd5\x7d\x94\xe8\xaa\x45\x6d\xbd\x95\x4f\x35\x08\x75\xd2\x0a\x7a\xc1\x70\xe4\x61\xc9\xc9\x3b\x30\x92\x05\xb7\x48\x7a\xab\x17\x59\x97\x6d\x63\xed\xc4\xb8\xf3\x0c\x08\x3f\x8b\x51\x9b\xc6\xf7\x14\x5b\x81\x52\xdb\x39\x70\xf7\x85\x45\x07\x5b\xb4\x09\x7c\xdf\x90\xc2\x68\x24\x20\x7c\x51\xc2\x90\xfd\x22\xf3\xc2\xa4\x3a\xd8\xd2\x56\x57\xd9\x61\x74\x53\x93\x3b\x60\x1d\x07\x99\xfd\x93\x55\x47\x0b\xa7\xa3\xaa\x68\x9d\xa6\xde\xfc\x74\x6b\xeb\xa1\x9f\x2e\x3c\xdb\xf6\x17\x4c\x11\xf1\xb0\x51\x18\x1d\xdd\x64\xe5\xd9\x25\xac\x4f\x79\x03\x61\xe6\x61\x92\x8c\xf1\x66\x94\x17\x57\xf0\x8c\x92\x0a\xa5\x89\x43\x5d\x3d\x3e\xb5\x30\x03\x74\x04\x3f\x70\x85\xf5\xe5\x00\x61\x36\x9a\xb3\x12\x2a\x55\xca\x90\x65\xa2\x13\xa1\x09\x98\x87\x6a\x18\x71\xe3\x97\xd0\xea\x42\x02\x7e\xdd\x2a\xb5\xac\x31\x93\xd5\x27\xee\x1d\xf4\x6e\xae\xdb\xe1\x86\xf9\xb9\x76\x5f\xeb\x1b\xa9\xb3\x6e\x86\xd7\x34\x6b\xa3\x78\xfa\x09\x43\x81\x34\xac\xb6\xc9\x7e\xdb\xbf\x71\x5c\x9a\xfb\x37\x0f\x88\xa6\x61\x08\xec\xe6\x04\xf8\xc8\xba\x49\x6c\x84\x72\x84\x17\xad\x6b\x86\xb9\x5e\xc0\x89\x5c\xe3\x95\xd5\x62\x94\x95\xa8\x25\xcd\x1c\x2d\xcb\xdc\x00\xb5\x97\xbb\xdd\xf4\x76\x86\x97\xd6\xa0\x94\xe5\xcb\x17\x17\xaf\x13\x34\x58\x1a\xbc\x10\x5f\x02\xe3\x50\x43\x70\x07\xaf\xe0\x78\x8c\x0b\x2d\x4f\x04\x4b\xf9\xb2\xa4\x02\x8c\xbf\x40\xe2\x13\x92\x04\x8e\x9f\xd2\x67\x2b\x23\x20\xa1\xc3\x21\x5a\x01\xf2\x5d\x96\xe7\xda\x21\x00\x61\x30\x2d\x4e\x96\x2d\x80\x1b\xec\x35\x73\x0f\x20\xca\x7c\x9d\x69\xee\xed\xdb\xac\xa4\xcb\x0f\xca\xce\x0b\xb8\x58\x75\x1e\x8b\xf0\x79\xcc\xc8\x5d\x18\x8d\x22\xa5\xb8\x03\x51\x92\x06\x3c\xab\x02\x67\xd2\xc9\x26\xdb\x82\xc9\x5f\x83\x7b\x28\x0c\x9d\x38\xe7\x21\x86\x68\x4a\x01\x31\x26\xfc\x85\x08\xd4\x58\xcb\x1b\x39\xd7\x36\x80\x3f\x30\x12\x98\x99\x50\x17\x87\xb9\xa2\x7e\xdc\x8b\x5f\x55\xe2\xf7\x26\x81\x72\x83\xda\x33\xa8\x41\x76\xa8\x37\xb4\x60\x59\x40\x1d\x22\xb9\x95\x21\x08\xab\x60\xf6\x96\xd9\x68\x3e\x57\x67\xb7\xb8\x9d\xcf\x8d\x99\x9e\x18\x6d\xfa\xb5\xbb\xe3\xd2\xc2\x5c\x29\xeb\xd1\x2a\x13\x40\x26\x19\xbf\xba\x9f\x61\x93\xec\x1d\xcb\x72\x40\x2a\xb5\x22\x66\x30\x40\x55\x4c\x1f\x88\x8d\xdb\x9e\xf3\xfb\x79\x3e\x2f\x62\xd2\xb5\x17\x5b\xc7\x84\x54\x48\x94\x39\x99\x42\xe3\x02\x72\xa5\x58\x09\xfd\xd4\x58\xdb\x57\x55\x75\x78\x85\xeb\xa0\x32\x90\xee\xb5\xae\x39\x41\xbd\x51\xed\x36\xcd\x80\xfb\x7a\x29\x42\xe1\x74\x91\x01\x7b\x69\xf1\xbd\x72\xf7\xf8\xa1\x24\x5a\x9e\x20\xd4\xeb\xa0\x24\x5c\xf8\x78\xac\xdd\x72\xad\x25\x8b\xdf\x13\xeb\x93\xcb\x4a\x6d\x82\xc3\xf8\x55\x1c\x77\xde\xd1\xa5\x51\xc8\x56\x26\xd4\xcc\x43\x0c\xaa\xe4\xe2\xd7\xb2\x60\x67\xbe\x31\x7e\x5a\x38\xdf\xdb\x62\x38\x44\x77\x94\x88\x69\xa1\x85\xc2\x56\x74\x9b\x91\x75\xdf\x93\x5a\xe3\xf4\x61\x63\x5e\xa7\x2d\x20\x32\x53\x5c\x6d\x2c\xa3\x72\xf2\x26\x61\xb8\xc2\xd9\xb4\x9e\xa1\x01\x23\xf9\x28\x67\x9a\x64\x94\xf2\x2c\xb8\xe1\x17\xca\xe8\x05\xec\x43\x41\x55\x0e\xa8\x29\x9e\x55\x96\xb2\x35\x3b\x26\xa4\x9f\x5c\x19\x4b\xed\x76\x49\xe9\x7d\x44\x0d\xd8\x93\x3a\xc8\xcd\x92\xfc\x1b\xda\x00\x71\x25\x49\xd9\x00\x00\x96\x55\x9b\x54\xc5\x36\x37\x06\x7c\xa8\xff\x6a\x64\xa7\x4b\xc5\x42\x62\x68\x60\xf5\x20\x8b\x30\xcd\x5c\x91\x45\x8b\xec\x5d\x33\x7a\x93\x9e\xa8\xb6\x46\xda\x6a\xa0\x55\x07\x59\x99\xeb\x8e\x11\x3b\x1c\x6e\x01\x76\xc6\x90\x27\x1e\x8d\x38\x31\x00\x4f\x29\x8c\x18\x92\x7c\xe2\x73\x28\xf7\xc3\xff\x4b\xdd\xbb\x7f\xb7\xad\x1b\xff\xa2\xbf\xeb\xaf\x90\x79\xba\xb4\x89\x1a\x66\xec\xef\x39\xf7\x9e\x7b\xe5\x70\xfb\x7a\x27\xce\xde\x6e\xe3\x47\x6d\x67\xb7\x7b\xa9\xfa\xaa\xb4\x04\x59\x68\x28\x52\x25\x21\x27\xae\xcd\xff\xfd\x2e\x0c\xde\x24\x28\x51\x79\xb4\x3d\x6b\x65\xc5\x14\x09\x0c\xde\xc0\xcc\x60\xe6\x33\x79\x0e\x86\x7d\xbe\x26\x57\xc2\x31\xda\x1f\xe0\x44\xa1\xdc\x09\x3c\xb4\x57\xff\x23\x8c\xf6\xd1\xc9\x2b\x34\x3a\x1c\xbb\x38\xcf\x0d\x94\x76\x4d\x4e\x59\x9d\xd7\x93\xb4\x7b\x6d\xd6\x26\xf4\x88\x8c\x43\x06\x11\xbd\xf5\xc6\x76\x1d\x16\x58\x9a\xa5\x77\x72\x85\xfc\x26\x98\xf5\xf3\xed\x98\xf5\xbb\x61\xd5\xcf\x77\x44\x2d\x4f\x5c\xd4\xf2\xfa\x00\xd4\x80\xea\x93\x8e\x2e\x97\xdf\x07\x31\xfe\xb8\x86\x15\xaf\x51\x82\xb7\xb9\x52\xd6\x31\xe4\xf1\xdd\x56\x57\xc8\xaf\xc7\xd1\x2f\x3d\x70\x72\xdf\x09\x49\x5f\x6c\xbd\xad\xbd\xb3\x05\x51\xdf\x19\x73\x1d\xb7\xd6\xc4\xa3\xcb\xc5\xa0\x37\x30\xf7\x89\xd7\xf9\x54\x1f\x19\x2a\x83\x8c\x55\xe7\x82\x09\x6f\xf4\x56\xb7\xf5\x50\x75\x10\x62\x25\x3f\x96\x70\x91\xfc\xef\x9b\x71\x52\x88\x69\x0d\x52\x50\x6e\x07\xfb\xae\x77\x98\x83\xfa\x2d\x7d\xc4\x3d\xb1\xd6\x9c\x4c\xee\xfd\xb0\xe5\xf0\xcb\xc5\xd8\xad\xe6\xb7\xce\x9e\xad\x99\x11\xe7\x98\xd0\xd1\xf2\x3d\x67\x88\x0d\x6b\xb4\xe9\x4e\xc7\xf2\x79\x0f\x55\x78\x50\xe5\xe0\xe7\x28\x30\x35\x7b\xc0\x84\xad\x8f\x86\x48\x84\x9f\x23\x36\x46\x20\xeb\x15\xeb\x0c\x85\xfc\xe7\xa8\x18\xe3\x40\xd6\x50\x2c\xb9\x4e\x48\x1c\x35\xbe\x9b\xb3\xf8\xcc\xaf\x2c\x9f\xcc\xa9\x0d\x6e\x6e\xb6\x96\xee\xf0\x1c\xe6\x96\x2d\x99\xcd\xe4\xd0\xb6\x92\x6d\x1a\x48\x5b\x5b\x4f\xe8\x40\x94\x7b\x9b\x62\x62\xb7\x6c\x55\xd1\x2a\xae\xd1\x30\xb6\x2d\x42\x5e\x5b\xac\x50\xda\x2a\x80\x34\xfd\x04\x06\x03\x0d\x83\x4a\x35\x97\xa1\x03\x20\xb8\xd8\x22\x7b\x71\x9c\x23\xc9\xf8\x7b\x23\xbc\xe6\x16\xb3\x94\xc4\xcf\x6e\x34\xba\x21\xa9\x7a\x9b\x32\x4f\x95\xec\xa6\x98\xa3\x04\xa1\xaa\x92\xbe\x86\x9c\x2f\x94\xce\x41\x76\xdd\x43\xe1\xf9\x56\x68\xcf\x37\x15\x6e\x01\x33\x84\x7d\x08\xc4\x32\xaa\xdd\x60\xa0\x9e\xc2\x96\x74\x3a\xd8\x2c\x4f\xaa\x7f\x28\xe9\xdb\x67\x88\xdc\xca\xe1\xf4\x6e\x94\x11\x26\xb3\x6f\xac\x32\x9c\x4b\x27\xc9\x19\x49\x09\x23\x7d\x36\x22\x63\xcc\x46\xb9\xbc\xbe\x1e\xc7\xd2\xb7\xcb\x6b\xb3\x90\x61\x95\x4e\x9a\xa9\xc9\xae\xb7\x1d\xd2\x95\x01\x69\x8f\x81\xac\xec\x87\x2e\xc9\x30\x18\x6f\x2a\x4b\x37\xbe\x45\x56\xad\x8d\xf4\xab\xc7\x84\xd3\x3a\x39\x21\xc3\x20\xe1\xdb\xb8\xb0\x20\xfe\xc3\xed\xd5\x65\x24\xe6\x1b\x9d\x73\xb6\x6b\x18\x04\x22\x62\x65\x8b\x25\x77\x8d\xb8\xbf\xd7\x40\x03\x99\x0d\x06\xa1\xdb\x69\x99\x34\xb1\x96\xbc\x54\x8b\x91\x46\x21\x42\xe8\xf0\x4e\xcb\xa4\x91\x86\x6c\xeb\x76\xe0\x16\x5f\x6b\xef\x85\xc4\x2d\xda\x1b\xb0\x62\x4d\x20\x28\xf5\x30\xc8\xd6\xcb\x7b\x61\xa1\xc8\x4e\x2e\xe1\x39\x24\x48\x78\x19\x5f\xcd\x43\xe4\xf4\x13\x74\xff\x29\x0a\xa1\xbf\x56\x49\x51\xf2\x63\x06\x0d\x45\x4f\xad\x8a\x75\x46\xda\x02\x0e\xb5\xb3\xd4\x35\x43\x1e\x62\x39\xb8\xf4\x21\xda\x99\xb4\xeb\x2a\xc0\x71\x3d\x1b\xf7\xe8\x60\x40\xdb\xed\x32\xd8\x28\x1b\x0f\x06\xba\xc7\xb3\x71\x25\x59\xfc\x56\x0d\xb4\x8e\x7e\x81\xf3\x58\x18\x53\xce\x21\x96\xb4\xb8\xee\x87\x9b\x2b\xb8\x0a\x09\xbd\x67\x38\x4e\xe2\x67\x19\xa0\x76\xb2\x2a\xf2\x29\x29\x25\xab\x61\xca\xb3\x3d\x00\x72\x2e\x70\xe2\x02\x34\x89\x6b\xcb\xf8\xb6\xb0\x02\xd8\xd6\x63\x61\x88\x3c\x4a\x65\x92\x21\x75\xfb\x15\xd2\x56\xb6\xa2\xc1\x6a\x52\x1b\x07\xa4\x1e\xa8\x22\xa9\xc6\xc8\x92\x60\x4a\x29\xc1\x94\x72\x58\xb7\x35\xca\xd3\x9f\x35\xcb\xbf\x56\x1b\x0a\x35\xb8\xcf\x95\xb2\xd6\xb3\x2c\xb8\x12\xbf\x16\xa1\x4e\x63\xb4\x8c\xfe\xf4\xe1\xec\xe6\xb7\x49\x0d\x13\xc1\xb1\x5a\x4e\x50\x0e\x86\x57\x25\x7a\x79\x09\xe9\xa8\x1c\xc7\xc9\xa8\x1c\x2b\x89\x77\xbe\x4e\xd3\xa7\xdb\x69\xbe\x6a\x44\xfd\xd0\xb1\xbe\xdb\x93\xd0\xda\x60\x16\x98\x0a\x77\x7c\xcf\x58\xb6\x06\x5e\xf9\xa8\x77\x10\x55\xa7\xc5\xd3\x0c\xc2\x9e\x64\xe5\x9a\xcb\xd1\xf6\x11\x5c\x86\x14\x17\xf6\x84\x50\xdc\x93\xcf\xe7\x84\x3a\x3e\x27\x08\x67\xd2\xe8\x78\xe3\x7a\xad\xe7\x82\xe6\x3c\x10\xf6\xa7\xeb\x0b\x62\x7b\x32\x59\x72\xb8\x50\xcd\x18\x97\x20\x47\x6d\x05\xc6\x46\x02\x30\xc1\xf5\x07\xf2\x51\xd2\x50\x31\x64\xc4\x0e\x8e\x44\x3c\x12\xed\xf0\x2c\xaf\xbe\xa5\xf0\x6b\xdc\x92\xb5\xa3\xb0\x01\x7d\xe3\xa2\x66\xbc\x77\x88\xc1\x85\x27\x8d\x47\x63\x2c\x6c\xfd\x18\x18\xf8\xd1\xb9\x5e\x3f\xba\x61\x21\x19\x4d\xc7\xc8\x08\x01\xf3\xf8\xf0\x78\xfe\x9a\xda\xb6\x81\xf3\xfd\x7d\xc4\xf9\x8f\x7f\xac\xca\xd1\x7c\x8c\x53\xe5\x2a\x79\xec\xcc\x81\x12\x53\xbe\x5d\xc9\x2b\x81\x24\x96\x4a\xd4\x59\x0c\xa6\xc7\x29\x98\x1e\x97\x5a\x1d\x9c\x68\xae\xd9\xb4\x2e\x9e\x21\x3c\x13\x6c\x9e\x6f\xe6\x35\x44\x1f\xbd\x69\x62\x67\x32\xd9\xc3\x98\xc7\x87\x00\x26\xa4\xf4\x6a\xaf\x93\xe3\xfd\xfd\x9c\x77\x44\xd6\xe8\x08\x3a\xca\xc7\x08\x19\x74\x3b\xad\x4b\x93\x0f\x69\x7c\x88\xa7\x5c\xea\x37\x3d\x93\xbe\x9e\x1e\xef\xef\xa7\x28\x5c\xc7\xe0\x91\xcc\x7b\x28\x1d\x23\xed\x5e\x54\x0c\x06\x25\xfc\x78\x79\x29\x3d\x68\x75\x3a\x49\xf3\x13\xcf\x60\x4c\x2c\x21\x91\x34\x9f\x1c\x0c\xd6\x7b\x71\xec\xcb\x03\x40\x8d\xbe\x0f\xe3\xb8\x18\xad\xc7\x58\x9e\x10\xfc\x59\x4c\xcc\x4d\xeb\xad\x2d\x8a\x8e\x30\xe3\x89\x89\xcf\x58\xd5\x46\xfb\x10\xe8\x80\xb9\x8d\x0e\x08\x80\x41\xf5\x5e\xcf\xf9\x9e\xa4\x7b\x7d\x1d\xf3\x7e\x2e\xec\x3e\x5e\xbf\x4e\xc1\x85\x0b\xc6\x0c\xbe\xf0\xb6\xc8\xa8\xc8\xd0\xcb\x6c\x30\xc8\x64\x2f\x67\x2d\xbd\x0c\x49\x7c\xbd\x9c\x59\xbd\x0c\x89\x64\x2f\x53\xbe\xc0\xfc\x7d\xcc\xd9\x19\x5f\x1f\xb3\x11\xd5\x7d\xcc\x9f\xeb\xaa\xc9\xb9\x0f\xfa\x24\xf3\x42\x9f\x64\x12\xfa\x84\x48\x5b\x3b\xd4\x6b\x2b\x54\x41\x15\x85\x53\x2c\xfa\x40\xf8\x18\x59\x8e\x6b\x82\x59\x9c\x2e\xc8\x6c\xad\xef\x8d\x9a\x77\xc7\x4a\xea\xda\x6a\x61\x35\x29\x9b\xdf\x62\x90\x01\x55\x19\x57\x20\x0b\x4a\x4b\x30\x93\xb2\x14\x96\x56\x38\x90\x66\x39\x6e\x19\x81\x06\x72\xf3\x7e\x6e\x42\x66\xee\x70\xd6\x0a\x00\x2e\xed\x36\x63\x8b\xa9\x6e\x7e\xef\x4b\xdf\xe1\xeb\x22\xf5\xf4\x8c\x65\x99\x1d\x98\x49\x20\x46\xeb\xdb\xe6\x43\x83\x71\x6f\xe0\x6b\xda\xfb\xbb\xa9\x73\xf0\x74\x3c\x1c\x39\x69\x24\x88\x28\x6e\xcd\x93\x6e\xd3\xd8\x71\x86\x19\xaa\xb2\x4c\x8a\x8f\x70\xe1\x7d\x5a\xca\x2b\x6f\x8f\x54\xee\x98\x54\xd9\x92\xb9\x7b\x59\xde\xae\xbb\x71\x09\xa8\x98\x48\xbc\x27\x52\x92\xa8\xec\xf5\xcb\x7e\x7f\xe9\x62\xad\xa9\xfc\x0d\xeb\x1e\xef\x41\x0b\x07\x6b\x01\x41\x89\x55\xf8\x05\x80\xd0\x36\x3e\x97\x9a\x2b\xab\xeb\x58\xf2\x11\x1b\xbf\xbc\x84\xfc\x8f\xcf\x2c\x4a\xd9\x0d\xe5\x42\xbf\x02\x17\x8a\x49\x1d\xf0\xcc\x96\xf8\x8f\xc3\x24\x96\x8e\xd3\x6f\x16\x34\x9d\xd5\x6c\x93\x18\x7e\x56\xae\xa1\xc3\xbd\x43\x3b\x3e\x04\xad\x10\x8a\xee\xf3\x1c\x1c\x3e\x44\x69\x71\x62\x1c\x54\x71\x5e\x85\xb4\xe9\x67\xfd\xa9\x1e\x0e\x8d\xe8\xa8\x1f\xc7\xc5\x8f\xf1\xe1\xf1\xc1\x81\xf1\x7b\x1c\x15\x63\xa3\xfa\x76\xb8\x0e\x2a\x71\xf3\x59\x48\x71\xa6\x34\xee\x55\x25\x1c\xbc\x9e\x3f\xd1\x34\x95\x57\x9f\x12\x41\xa2\x76\x66\xcb\x79\xe8\xd9\x8e\x24\x72\x00\x5c\x32\x36\xb2\x19\xe8\x02\x3e\x5a\x23\x53\xf5\x71\x8f\xb7\xcb\xbd\xa8\xe6\xe7\x8c\xb1\xa5\xcf\xe3\xab\x90\x28\x4b\x0f\xe4\xf8\xc3\x64\xbe\x49\x0f\xd6\x55\xad\x8a\x71\x2e\x99\x20\xbc\x77\x54\x89\xc1\xfe\x6c\x93\x96\x97\x97\xc9\xcb\x4b\xf8\x25\x94\x13\x41\x19\xd9\xe1\x4e\x6c\x60\x16\x4c\xe3\xd1\xb8\x97\xb5\x29\x5b\x9a\xef\xc4\x85\xed\xdd\xa2\xc8\x3f\x65\x27\xce\xaf\x21\xe9\x31\x2e\x52\x02\x23\xc7\x10\x98\xc8\x65\xd1\x92\x94\x65\xf2\x40\xf4\x07\xfd\x06\xe2\x8a\xb1\x64\xfa\xd1\xfa\x04\xbf\x11\x6e\xa8\xac\x32\x93\x06\xa1\xe3\xb0\x88\xa7\x79\x56\xe6\x29\x41\xa2\x7c\x29\x9b\x81\xc0\xc0\xb9\x64\xe8\xa1\xfe\xa7\x05\x4d\x49\x5f\x8a\x5d\x34\x7b\x10\xc6\x67\xc3\x7e\xb0\xaf\x62\xdd\x81\x38\x5a\x61\xb9\x83\x7a\xfc\xc1\xa4\x4b\x6c\xb6\x79\x76\x08\xe0\x2b\x38\xdc\x9d\xd9\xa1\xa3\x8f\x38\xf3\xa3\xd8\x30\x0d\xea\x93\xc0\x50\x50\x0b\xf1\x24\xdc\x90\x3f\x81\xa1\x1e\xb2\x68\x45\x1f\x73\xf6\x8b\x09\x36\x58\xa1\xaa\x32\x8b\xf6\xb3\xdd\xc0\xda\x26\x42\x10\xec\x5c\xf6\xed\x54\x8d\x8f\xd8\x0f\x26\x56\x34\x83\xdb\xb0\x30\x68\x07\x98\x8a\x8f\x38\x47\x27\xb9\x13\x91\xff\xea\xab\x8a\xc4\x49\x5c\xf7\x56\xcf\x4f\xd8\x30\x17\xde\xea\xfe\xaa\xd4\x33\xd0\x13\x36\xa4\x22\x03\x4e\xd0\x49\xe2\x54\xef\xb6\x11\xbf\xd3\xe8\xff\x33\x04\x15\xe2\xbf\x85\x75\x46\x22\x2f\xfe\x0c\x46\x4d\x01\x58\x3a\x8d\x14\xca\xd6\xd3\x84\xfb\xa4\x83\x41\x6e\x4a\x3d\x75\xe4\xfc\x3d\xe1\xc4\xa3\x81\x28\x8c\xad\x65\xa9\x99\x8c\xe0\x4d\x92\xfd\xc0\xfa\xf2\xf8\xef\x0b\x47\xbb\xfe\x0f\xc1\x7e\xb1\x1f\xfc\xd0\xbf\x27\xd3\x64\x5d\x92\xfe\x53\xbe\x2e\xfa\xc9\x6a\xd5\x5f\x24\x25\x4f\x3e\xa7\x19\x2d\x17\x64\xd6\x37\xfa\x0c\xbe\x1c\x68\xc6\xf2\x3e\x65\x65\x7f\x4e\x8b\x92\x89\xd5\x11\xf5\xef\x72\x43\x3e\x53\x25\xe4\x59\x7f\x06\xce\x84\xd0\x32\x91\xb4\xec\xcf\xd6\x85\x30\xfd\x34\x74\x31\x2f\xbc\x3f\x4d\xb2\xfe\x34\x49\xd3\xfe\xdf\xe0\x5e\x28\x44\x7f\xe3\x14\xd8\x82\xf4\xff\x66\xe6\xeb\xdf\xfa\x62\x6f\xe9\xaf\x92\xb2\xe4\x95\xcb\x45\x0a\xb8\x0a\x7d\x65\x41\xf0\xbd\x32\x98\x7b\x7f\xeb\x2f\xf2\xfc\x63\x19\x05\xa8\xaa\x49\xa7\x47\x78\x6d\x9f\x3d\x6b\x7e\xf6\xac\x0f\x0e\x38\x83\x9f\xc7\x21\x05\xac\x3a\x69\x85\xc7\xf7\x12\xe9\xa2\x68\x3d\x8e\x8a\xb1\x18\x06\x50\x79\x6b\x6d\x8f\x3e\x8d\xc0\xb9\x25\x94\xdb\xb2\x40\x0f\xa1\xc6\xc5\xc5\xb3\x2f\x67\x70\x79\xdc\xe3\x92\x73\x25\xcc\x24\xce\xe4\x09\x9e\xa2\xd4\xbe\x9a\xa9\xdd\xff\xa9\x00\x5e\x7b\xc9\x60\xb0\xc7\x90\x77\x1a\x5c\xe6\x6c\xc1\xbb\x5e\xb2\x2e\xd0\x71\xee\x64\x88\xfa\xe7\x73\x18\x8b\x19\x9d\xc9\x64\x56\x2a\x0c\x7c\x53\x1f\x1a\x03\xa3\x75\x4f\xfa\x30\x77\x66\xfd\xfb\xa7\xbe\x68\x30\xa7\xcf\x8a\x35\xe9\xcf\x8b\x7c\x69\xcd\x05\x19\xc3\x14\x94\x41\x56\xe4\x13\x0c\x04\x20\x93\xa9\x0c\xcb\xfb\xf7\xeb\xfb\xfb\x94\x44\xb6\x4b\xc3\xc7\x86\xac\x1d\x93\x26\x83\xcc\x3b\x48\x5e\x33\xf2\xc4\x86\x73\x50\x42\x78\x26\xe5\x18\xe9\xf5\x49\xbd\x5e\x9f\xc9\xb8\x57\x46\xb4\x94\xec\xc3\xec\x24\x1f\x95\xc0\xae\x8d\x63\xe5\x72\x34\xb4\x5f\x69\xcd\x4f\xa8\x51\x18\x91\x71\xaf\xd7\x2d\xb8\xb3\xb9\xbf\xad\xd6\x39\x7c\xcc\x81\xbb\xa9\x45\x4c\x98\xc8\xac\xd7\x09\xe3\x07\x26\xe7\x11\x47\xcc\x0a\x3e\x9b\x09\xa0\x05\x11\x31\xd3\x67\x6b\x75\xec\xdc\x83\xd8\x01\x52\xa5\x32\xad\xf1\xd1\xc4\x5c\xc5\xb9\x3f\x05\xdc\xa4\x48\xd8\xd4\x75\x73\xab\xf6\xa1\x3b\xd8\x3b\x2d\xea\xad\x07\x83\x24\x3a\xbd\xbe\x9e\xbc\xb9\xbb\x79\x3f\x91\x26\xc9\xd7\x37\x57\xd7\xb7\x83\x41\xe8\x54\x92\x66\xfd\xf5\xcb\x8b\xdf\x1b\x65\x5d\x6b\x4f\x1d\xb2\x43\xa3\x00\x1a\x53\x3a\x37\x40\x6c\x25\x9b\xe7\x73\xde\x41\x75\xf2\xc8\xd3\x41\xdd\x6a\x67\x75\x68\xf7\x2a\x5a\x91\x6f\x3b\xd7\xd3\xca\x83\x2a\x33\x13\xaf\xed\x83\xb5\x26\x91\x82\x77\x88\x2b\x8b\x12\x8f\x9c\xe9\xdc\xf0\xbf\xbc\x30\x9f\x3b\x13\x17\xf6\xda\x84\xd1\x55\x91\x2f\x69\x49\x62\x12\x4d\x01\x37\xd4\xb1\xe0\x9e\x87\x7b\xac\x69\xf4\xac\x3c\x09\x48\x8f\x79\x64\x34\x10\xbe\x02\x73\x52\x08\x67\x03\x7b\x07\xb9\xa9\x9f\xd7\xa4\x71\xff\xc1\x90\x8b\xe3\x21\x59\x78\x0f\x90\x47\x16\xe6\x00\xd7\x21\x54\x8d\xa3\x7c\x6c\xf7\xef\x1b\x03\xaa\x63\x2e\xc0\xe3\x11\x19\x1f\x17\x1a\x9f\xe4\x58\x89\x12\x85\x72\x99\x57\x98\x8c\xda\xe0\x2d\x8e\x63\x66\x34\xab\xa2\xce\x0a\x47\xb0\x74\x2b\x4a\x51\x21\x58\x5d\x5a\xab\xca\x85\x54\xa4\xeb\x4b\x96\x67\x51\xc0\x30\x93\xd0\x62\xe5\xd0\xe7\x58\xf3\x29\x29\x3f\x94\x64\x36\xdc\x3b\x52\x7a\xd2\x90\x4a\x9c\xc3\x13\xde\x3a\xf1\x88\x86\x0c\xf0\x85\x94\x55\xb6\xaa\x1b\xd6\x68\x87\x39\x1a\x92\x38\xc7\xcf\xc6\xb8\x6f\x48\xb0\x32\xc8\x1b\xe6\x56\x45\xff\xee\x0a\x58\xbc\x90\xc2\xc6\x15\x54\xfd\x00\x46\xbe\xb2\x9c\x68\x99\xd0\x4c\xb7\x48\x84\x33\x2c\x6c\x9e\x50\x80\xa7\x09\x43\xc1\x4a\x37\xf8\xb9\xaa\x30\x43\xd5\xc4\x85\x29\x5a\xfa\x2d\x95\x41\x4c\x74\xad\xc0\xc3\xc6\x3b\x1d\x07\xd6\xa1\x68\xa7\x18\x36\xf2\x54\xea\xe6\xc0\x7e\x29\xc3\x59\x8a\x2f\x15\x36\x5b\xfd\xd0\x83\xe8\x87\x33\x00\x57\x51\x3d\x48\x1b\x51\xc6\xed\xa0\x94\xfb\xfb\x80\x1d\xc3\xe5\x69\x7e\xaa\x70\xce\x45\x9b\x18\x6b\xbc\x01\x63\x04\x7a\x74\x9c\x9b\xbc\x60\x04\xca\xbf\xb1\x98\x8c\x72\x71\xc6\x58\xa1\x50\x71\x11\xdf\x0b\x63\xf4\x0c\xe9\x19\x3e\x18\xec\xd1\xb0\xc0\x0c\x1d\x23\x33\xc3\x33\x68\x9f\xc1\x8e\x90\x90\x54\x3a\xf2\x8b\x39\x36\xa3\xbf\xe7\x34\x03\xea\x80\x44\xa4\xfc\x89\xa9\x81\x81\x72\x9c\x5d\x86\x8f\xd8\xf5\x52\x19\x3e\x60\x79\xc5\x0f\x16\xf8\xc6\x50\x61\x91\x94\x8b\x00\xaf\x8b\x54\x84\x0c\x6f\x87\x36\xda\x64\x1c\x6c\x59\x48\x18\x08\x52\xa4\x9d\x40\xd4\x51\x5b\x09\x37\xed\x9a\x87\x8d\x6e\xcc\xa2\xdd\xed\x5a\x1c\xa5\x97\xf1\xc4\x72\x56\xbe\xdc\xd9\x59\x59\xf9\xc2\x6e\x09\x0d\xd6\xc5\xb7\xf7\x5f\x14\x22\xda\xb6\xd2\x54\xf3\x9a\x38\x1a\x1b\xa8\xab\x34\xf8\x26\x96\xcb\x4b\x11\x33\xfb\xd7\x1f\x4a\xe1\xf0\x58\x54\x7a\x54\x8c\x8b\x69\xbb\x21\x1b\x5c\x29\xe8\xf8\xbd\x0d\x72\x3d\x6d\x8d\x2d\x79\xf8\x86\x69\x5b\x86\xe5\x1d\x8d\x46\xcf\xdd\x3b\x02\x49\x7e\x30\xb0\x71\x47\xa8\x01\xaa\xb2\x14\x73\x0e\xf6\x35\x75\xad\xfa\xac\x76\x7b\xef\xa9\x79\xd1\xa5\xe2\xce\x16\x00\x5a\x73\xf6\x8f\x75\x92\x02\x34\x93\x03\x91\x67\xc1\x8b\xd4\x42\xa6\x67\x3b\xcc\x30\x66\x29\xcc\x77\x0f\x5d\x27\x1d\xc6\x77\x0a\xe3\xd8\xee\x3d\xbf\xc1\xeb\x7d\x9b\x17\xf8\xd7\xcf\xe3\xba\xb1\xae\x1f\x46\x9a\x73\x3a\x0a\x7f\xcf\x51\x0b\xb1\x18\xb0\xb2\x6b\x1c\x86\x0b\x52\x76\x42\xa2\x55\xbe\x0a\x51\xe4\x22\xdb\x29\xd0\x38\x7d\xe0\x0d\x89\x86\xdf\x11\xb6\xc1\x43\xe2\x80\xe1\xb1\xaa\x82\xc0\x8f\x0d\xf3\x0a\xaf\x82\xba\x01\xb9\xd0\x7c\x35\xca\x5b\x71\x63\x78\x5d\x6a\xb0\x95\x7a\x3e\x37\x04\x16\x5e\xad\x1a\x50\x8c\xe7\x9e\x45\x46\x17\xbb\xe5\x09\xc9\xac\x8e\xbd\xc9\x8f\x43\x8f\x28\x44\x3d\xc2\x56\x41\xa6\xf9\x43\x46\xff\x49\x0a\x69\xde\x5e\x94\x22\x8e\x26\x16\xde\x0f\xcc\x1c\x9a\x66\x33\xe0\xcc\x1e\x40\x02\x09\xc2\x65\xaf\x34\x9e\x04\x45\x9c\x00\x1e\x87\x88\x91\x56\x4a\x39\x28\x91\x4a\xeb\xb5\x1d\x72\x0d\xcc\x4d\xaa\x5a\x5b\x62\x58\x8c\xcd\x5b\xb9\xb8\x6e\xd0\x54\xc3\x21\x75\xc3\xac\x05\x01\xae\x79\x6f\xe8\xfa\xaf\xc1\x83\x03\xa7\x31\xdf\x28\xd6\x08\x4f\x2d\x50\x9c\x8c\xf3\x05\xe9\x60\x90\x72\x46\x32\x53\xd8\x3b\x87\x10\x2e\x0d\x02\x60\x5f\xcd\xc3\x14\x9d\xac\xa3\x72\x7d\x5f\xb2\x22\x4c\x4d\xbc\xf2\xe1\xba\x37\x15\x1b\x17\x9c\x93\xd9\x28\x1d\xe3\xb9\x42\x89\xb3\x3f\xe0\x35\xea\xd1\xfd\x38\x18\x0e\x21\xec\xf3\x30\xd8\x9f\xea\x8d\x79\x9f\x6a\x5c\xe1\x04\x07\x07\x01\xe2\x5d\xb1\x19\x8e\xce\x6f\x34\x1c\x3f\x57\xd8\xc3\xf5\xac\x81\xe9\xb1\x82\x00\x32\x5e\x80\x6d\xb4\x1f\xa7\x20\x91\xd4\xe3\xd7\x78\xec\xa6\x44\xc4\x42\xe1\xa4\x5e\xb8\xea\xc8\x24\xce\x6d\xbc\x4c\xbe\xe7\x5b\x10\xee\x0d\xed\xb4\xd0\xff\xa6\x21\xb5\x1d\xa4\x33\xa3\xad\xb9\x2e\xf2\x87\x22\x59\x2e\x13\x46\xa7\x96\xae\xac\xec\xdf\x3f\xf5\x3f\xdc\xbc\xef\x4f\x93\x2c\xcb\x59\xff\x9e\xf4\x41\x03\xf3\x89\xb2\x05\xb5\x9c\xa6\xa3\xfe\x75\x4a\x92\x12\xbe\x82\x72\x45\x38\x51\x67\xe2\x16\xba\x64\x24\x01\x07\x6a\x1a\x27\xa0\xde\xa4\xe0\x84\x10\xd3\xca\xee\x22\xfb\x18\x69\x43\x68\xc7\x34\x3e\x84\x29\x58\xb4\x63\xfb\x15\x48\xc8\x42\x3e\xd6\x33\xdb\xdf\xaf\x74\x76\x86\x58\x33\xef\x60\x40\xf7\xf7\x35\xfb\x1f\xc7\x31\xad\xe4\xfd\xd6\xab\xbf\x46\xaf\x1e\x0c\xff\x5b\x36\xaf\x95\x2c\x1e\x35\xe3\xcb\x43\xe0\x34\x17\x1e\x9c\xe6\x42\xee\xce\x87\x98\xee\x1f\x21\xc3\x7d\x1a\x35\x8c\x5a\x0a\x39\x42\x00\xd3\xd5\xcb\xe2\xdc\xa3\xe5\x59\xbb\x1d\x44\x1c\x39\xcd\x77\x47\x11\x8a\x20\xce\xa3\x6c\x1c\x3f\x27\x02\x57\xaf\xc2\x59\x5c\x20\xa5\xe2\xcd\x3c\xe2\xa7\xdc\xfb\x44\x3f\x64\xa3\x7c\xdc\x6b\x90\x4e\x06\x83\x30\x01\x92\x49\x05\x71\x1a\x46\xf9\xf8\xe5\x45\x15\x21\xa1\xfb\x24\x6e\x62\x25\x6c\x3b\x8d\x11\x55\x82\x30\x4f\x1f\x17\x96\x84\x96\x5a\xd1\xac\x3d\xe6\xc1\x61\x00\x36\x8d\xe0\x91\xc3\x1f\x46\x87\x63\xd4\x1e\x0b\x57\x80\xdc\xbc\x92\x01\xf6\x37\xf3\x01\x2a\xb1\xc5\x7d\xc8\x1b\xa6\x6d\xa9\x97\xf4\x33\xcd\xca\x57\xda\x43\x72\x55\xe4\x9f\x9f\xba\xe6\x9a\xe6\x19\x4b\x68\x46\x8a\x8e\xd9\xa6\xf9\xaa\x4b\xa2\x25\xe7\xdc\xb6\xa6\xa3\xe5\x01\xe1\xeb\xae\x6b\x65\x85\x9d\x68\xe7\x96\xf1\x4a\xf0\x8d\xa9\x6b\x7f\x1b\xa8\xda\x8e\x19\xa0\x3e\x1d\x3b\xce\x19\xd3\xdd\xf2\x4c\xf3\x82\x4c\x76\x9b\x0c\x42\xcb\x2c\x2f\xf0\x37\x42\x30\xb9\x5d\xb6\x7a\xea\xd4\x61\x32\x3d\xc9\xd6\x4b\xd2\xad\x8b\x65\x8e\x83\x9d\x26\x67\x0e\xc8\x64\xbb\xd0\x5f\x8a\xa3\x68\xb2\x7b\xcd\x84\xf6\x6e\x22\x3b\x4e\x02\x70\x74\xee\x08\x21\xaf\x77\x4d\x2e\xf5\x82\x1d\x67\x01\xf9\xcc\x5e\x15\xe5\x63\x0b\x9a\x95\x95\x90\x6f\x53\x07\xf9\xbc\x13\x41\x6d\xe5\xdf\x1d\x37\x0a\x3f\xe2\x07\xfc\x84\xef\xf1\x04\x7f\xc2\x67\xf8\xf3\xd7\x4a\x15\xad\x19\xae\xe4\x54\x7f\x36\xa3\x38\xdc\x3b\xc4\x5e\x25\x72\x9f\x29\x6e\xa2\xda\x44\x52\x03\xa5\xed\x48\xbb\x96\x6f\x63\x19\xf2\x8a\xf3\xe9\x9a\x8f\xea\x05\x1f\xe9\x8e\xc5\x14\x9d\x9a\xf0\x46\xed\xd4\x3b\xd3\xcf\x3a\xd1\x17\x3b\x7b\x27\x82\xb4\x23\x41\x79\x0a\x74\xa2\x99\x77\xa2\x49\xcb\x33\x71\x60\x74\xa2\x99\x74\xa2\x79\x2a\x4e\x95\x4e\x14\xcb\x4e\x14\x2f\x13\x2e\x41\xee\x46\xd7\xca\xb3\xb9\xb6\x9d\x29\x9e\x6e\xa4\x73\x21\x76\xca\xdd\x2a\x69\x67\xda\x48\xbd\x20\xcb\xfc\x91\x9c\x76\x5d\x68\x65\xa4\x32\x6c\xa4\xba\xce\xe8\x3f\x7e\xea\x5e\x5b\x91\x7c\xcb\x7c\xda\xad\x03\x64\xfa\x2d\x0b\xd5\x30\x1e\x9d\xc8\xae\x3b\x4e\x2a\xcd\x9d\x74\xa2\x9a\x76\x9f\xfc\xd7\xe2\x1c\xea\x44\x76\xda\x89\xac\xf8\xb0\x0b\xdd\x79\xc7\x4d\xb0\x20\x3b\x6d\xe1\xb3\x4e\x64\x1b\x50\x9a\x9d\xa9\x37\x72\x6e\xee\x6d\xc8\xff\x8b\xe2\xca\x3a\x95\xb1\xe8\xd8\x31\x8a\x75\xeb\x44\x74\xd5\x89\xe8\x99\xc5\x45\x75\x22\xbb\xec\x44\x76\xb2\xf3\x09\xf6\xd8\x8d\x2e\xd8\x25\x64\xec\x5d\xde\xb5\x6f\x1f\x23\x93\x65\xcb\x7c\x36\x9c\x68\x27\xca\x0f\x9d\x6a\x2c\xf7\xd3\x9d\xfb\xf9\xa9\x13\x75\xa1\xfa\x14\x73\xee\x56\x31\xb4\x9d\xe8\xdf\x77\x9b\x1e\x8a\xeb\xed\x44\x73\x62\xd1\x6c\x67\x16\xaf\x05\x6b\xbc\xf3\x0c\xf9\xd4\xa9\xc6\x37\xb7\xbf\x5e\x77\x24\x78\xd6\x89\x60\x9e\x81\x5a\x5e\xfa\x38\x75\x26\xed\x66\xdb\x58\x82\x70\x45\xed\x48\xf9\xb3\xf4\x5c\xad\xe0\x52\x6e\xa3\x52\xc2\x91\xd3\xbb\xab\x26\xba\xca\x18\x4d\x21\xfc\xfb\x5d\xae\x59\x97\x68\x39\x4e\x84\x1b\x71\x1c\xc7\x89\xba\xab\x3c\xec\x59\x97\x4f\xca\xb5\x37\xb7\x0c\x79\xcc\x5b\x81\x37\x19\x28\x6b\xf5\x20\x8e\xe3\x72\x30\xd0\x0c\xba\x72\x93\xce\x11\x44\x84\xb4\x20\xd4\x64\x57\x1a\xe8\x7f\xcf\x47\xa8\x5d\x83\xfe\xda\x43\x3f\x41\x83\x41\xb2\x81\xfe\xc1\xd1\xef\xbd\x9f\x05\xee\xbc\xb0\xa9\xa3\x61\x36\x2a\xc7\x38\x13\xd8\x43\x42\xc1\x97\xaa\xfa\xa5\xbd\xf2\x13\x65\xd3\x45\x58\xa2\xe7\x69\x52\x12\xed\xbc\x3b\x84\x5f\xd2\x63\x77\xa8\xf8\x7d\x51\x73\xf8\x24\x95\x62\xd6\x27\x81\xe7\x49\xde\xa8\x2a\x20\x7c\x28\xd3\x0a\x7d\xcd\xd0\xe0\xe0\x2b\xff\x24\x3c\xd7\x10\x45\x78\x16\x5f\x24\x6c\x11\x2d\x69\x16\x4e\xf1\x1c\xe1\x45\x7c\x78\xbc\x78\x3d\x3b\x5e\x28\xbd\xe5\x2a\x26\x61\x3e\x5a\x8c\x71\x32\x5a\x98\xa6\xac\x54\x53\x56\x95\xae\x0a\xcf\x2f\x4a\xd6\x1d\x3c\xac\xcb\x58\x66\x08\x4f\x72\x67\x60\x86\x87\x22\xeb\x2c\x61\xc4\x69\xde\x03\x61\x77\x74\x49\x42\x84\x13\xf3\x8c\x7a\x92\x9e\x4a\x79\x58\x55\xf2\x7a\x17\xa2\x9d\xf0\x59\x3c\x1b\x1e\x42\xa4\xa1\xe1\x11\x96\xdd\x3b\xfc\x2f\x2c\xba\x76\xf8\x3f\xb1\xe8\xc8\xe1\xff\xc2\xd0\x4b\xc3\xff\x0b\x0b\x0d\xcf\xf0\xff\xc6\x1a\xc9\xe8\x7f\xeb\x25\x33\xfc\x7f\x30\xa0\x98\x0e\xff\x5f\xcc\xeb\x37\x3c\x3a\xac\x1a\x36\x11\x52\x1f\x7c\xa0\x61\x83\x8b\x1f\x0f\xd1\x41\x58\xbc\x3e\xdc\xae\xa2\x34\xaa\x3d\xcf\x56\x50\xc3\xe6\xfe\x96\x4a\x4b\xad\x71\x6a\xaa\x21\xbe\xfd\xfe\xa0\x2f\xd9\x7c\x91\x55\x65\xac\x79\x63\xe0\x00\xd7\xe0\xf5\x40\x63\x83\x41\x56\x9f\x48\x04\x19\x9b\x08\xde\x9c\xd0\xdc\xc1\x58\x1b\x13\x6f\x12\x95\x18\x07\x8d\xe2\x99\x2e\xde\x80\xb4\x0a\xb5\x37\x16\xb1\xe0\x01\xc7\x8b\x6a\xed\x3c\x43\xe8\xc7\xf8\x50\xef\x35\xa3\x72\xdc\x2b\x6c\xff\x02\x3a\x0f\xdd\x8a\x33\x71\x39\x91\xc4\xca\x18\x05\xe1\x02\x8c\xb6\x72\x91\x27\x41\x10\xf2\x42\xde\x18\x1c\x1c\x94\x3f\xc6\x87\xc7\x28\x19\x95\xe3\x98\x84\xfc\x8f\xac\x7d\xa5\x4c\x70\x1b\xbd\xc0\x10\xe2\xd4\xa1\x03\x44\x5a\x5c\xf0\x3d\x52\x92\xd7\xb6\xbb\xac\xaf\x66\x77\x3e\xef\xbf\x4d\x18\x41\x09\x18\xe7\xf1\xc7\x90\x59\xeb\xab\x99\x5d\xdc\xf1\xc1\x55\x03\xc4\xe5\x4e\xe0\x2a\xcc\x4a\x85\x19\x92\xb3\xc4\x58\x41\xb8\xb7\x0a\x12\x4d\x12\xaf\xd1\x60\x10\x4c\x26\xc1\x5e\x1c\xab\x1b\x3f\x9a\x3d\x84\x87\xf8\xbf\xd0\x60\x10\x26\xa3\xf5\x38\x2e\x4e\x48\xc8\x46\x6b\xd5\xf2\x21\x03\x37\x4e\xed\xf5\x03\xb3\x94\x9d\x8c\xc6\xe2\xa2\x41\x3f\x75\x5b\x6a\x8e\x06\x0e\x8f\x3c\xa9\xad\x90\xf2\x5d\xcc\x06\x3a\xc0\xe7\x6f\x5d\x61\x59\xf4\xee\xc3\x25\x20\xdc\x4d\xae\x6f\xae\xee\xae\xee\x7e\xbb\x3e\x9b\x9c\xfd\xe5\xee\xec\xf2\xf6\xfc\xea\xf2\x76\x30\x20\xd1\xd9\xe5\xaf\x11\xbc\x79\x6b\x92\xdc\x46\xef\x24\x5d\x6d\xfd\xe1\x2c\x52\x4a\xca\x50\xa5\x30\x03\x83\x9f\x55\x54\xa4\xe1\xf3\x34\xcf\xe6\xf4\x61\xad\x79\x1b\x9b\xd3\x39\xc2\x9f\x0a\xaa\xbd\xb2\xc4\xf2\xf6\x29\xea\x94\x89\x93\x34\xbb\x92\xf6\x29\x5e\xd8\x75\x31\x09\x2c\x50\x2c\x69\x62\x3e\x62\x0b\x5a\x8e\x11\xaa\x2a\x2c\x14\xcf\xa4\xfc\x36\x75\x93\xd4\x8a\x6f\x54\xb7\xec\x1b\xd5\x2a\xfb\x26\xf5\xe9\xc6\x69\x1a\x1d\xb6\x7d\xbe\xb8\x5a\xed\x4d\x41\x1b\x80\x5d\x3e\x80\xeb\x0c\xf0\xe8\x74\xe7\xfd\xd6\xa9\x6d\x1f\x95\xcd\xe8\xa7\xca\xc9\x44\xde\x37\xc2\xed\xae\xe5\xbd\x85\x6a\xbb\xb9\x6d\x3e\x62\x25\x6b\x5e\x4e\x32\x08\xaa\x6b\x30\xc1\x99\x81\xc0\xf0\x9f\x66\x8c\x9f\x66\x05\x49\xca\x3c\x9b\x7c\xa2\x6c\x31\x01\xf2\x13\xb8\x3a\xcf\x26\x13\x7d\xbe\x11\x77\xc0\x2b\xc0\xb1\x97\x61\xa9\x3f\x64\xda\xf0\x63\xf6\xe1\xe6\xfd\x99\xf2\xca\x10\xbe\x98\x56\x1b\x2d\x33\x62\x89\xdf\xdc\x4c\xa6\x0e\x36\x45\xbd\xe1\xa8\xf4\x96\x96\xab\x84\x4d\x17\x2a\x74\x18\x12\x16\xbe\x7b\x1a\xc5\xb4\xc7\x9b\x5d\x7d\x49\x60\x05\x57\x46\x8a\x69\xc3\x9a\x0e\xf3\x55\x2f\xd6\x01\x09\x83\xa4\x7c\xca\xa6\x41\xcd\x95\xaf\x88\xee\x93\xe9\xc7\xfb\x75\x91\x91\x42\x3b\x4c\x87\x81\x74\x6c\x09\x44\x1c\x48\xf0\x0e\x46\x35\x6a\x73\x08\x83\xe2\x98\xca\x7a\x69\x15\xd1\x84\xcf\x62\xe8\x66\xc0\xb1\x92\x34\x05\xc5\x3c\x53\x7e\x31\x98\xaa\x58\xec\xcc\xb2\x45\xcb\xbb\xac\x1d\x73\x4b\x6a\xd6\xce\xd8\xa9\xda\x77\x63\x94\xc8\x60\xe0\xc7\x83\x12\x6a\x78\xc3\xf8\xc8\x17\x92\xf9\x20\xf5\x43\x7e\x30\x68\x9e\xfb\xb6\x21\xa9\x38\xf3\x39\xff\x63\x7e\xe9\xc9\xc7\x5f\x77\x3a\x55\x6b\x77\x8c\xdb\xed\xee\x76\x34\xc8\xab\x05\x80\xd1\x67\xee\x43\x4a\x97\x4b\xbe\x81\x91\x39\x29\x08\x97\x3a\x3a\x99\xe1\x01\x83\xe7\x5a\x76\x68\xab\x7d\xd7\x37\x42\xe8\xa8\x20\xe6\xbd\x85\x67\x75\x02\x92\x2b\xaf\x2e\x0a\x09\x1a\x66\x28\x2a\x48\x32\xe3\x7b\xc2\x5d\xf2\x60\xfa\x4f\xbb\x12\x27\xe0\xbe\x9e\x4b\xe4\x70\x14\x26\xc2\x8e\x92\x25\x0f\xef\xf2\x02\x85\x14\x21\x4c\xbf\x64\xa1\x1a\x15\x5a\x5c\xfa\x4d\x5e\xd7\x71\x11\x81\x32\x47\xd9\xdf\x87\x61\x12\x3f\xcb\x7c\x82\x81\xa2\x19\x65\x3b\x05\x60\xc2\x2a\xd0\x16\xa8\x8a\x14\xfa\xac\xd5\x25\xf0\x22\x52\x67\x21\x74\x49\x85\x2d\x94\xc1\x46\x69\xc2\xb9\x43\xf6\x35\xee\x88\x19\x58\x61\x5a\xde\x15\x6b\xb6\x78\xaa\x9b\x5a\x1b\x52\xcd\xd3\x57\x01\xeb\xd4\xad\xaf\xf5\x48\x83\x55\xf5\xa8\x88\xde\x7c\xb8\xbd\xbb\xba\x98\xdc\x9d\xfe\x3c\x79\x77\x75\x33\xf6\x98\x30\x8a\x52\xa1\x5b\xef\x60\x24\xeb\xc1\x6e\xcd\x42\x02\xeb\xa3\x05\x2d\x4f\xd8\x10\x26\xc2\x34\x5f\xde\xd3\x8c\xa0\x70\xc4\xb4\x9f\x9d\xaa\xd1\x9b\x45\x42\xb3\xbb\xe4\xa1\x7c\x97\x17\x80\x9c\xe1\x54\x30\x0a\xf6\x09\x42\xa8\xc2\x49\x54\x0b\x67\xea\xa9\x61\x69\x10\xf7\x94\x78\x63\x23\xf7\x00\x16\x3a\x44\x8f\x68\xa5\xe4\xac\x0b\x67\x7c\x39\x51\x1a\xd1\xf2\x5c\x20\x76\xd3\x7f\x72\x36\x1e\xbd\xbc\xf0\x77\xd7\x8a\x95\x01\xe0\x13\x48\x6e\x17\xbf\x29\x34\x70\x86\x70\x26\xb7\x6b\x51\x7b\x63\xa8\x6c\x3c\x41\x72\x9e\x9a\x57\x1e\xd9\xe6\xc5\xeb\x1d\x76\xaa\xba\x95\xc6\x4e\x96\xc2\x3e\xd6\xe7\xbb\x18\xac\x17\x31\x73\x57\xaf\x2f\x38\xb5\x3a\x52\xc7\xb5\x50\x9f\xc4\xb6\x55\xfb\x56\x38\xb2\x0a\x8f\x44\xfb\xaa\xda\xbf\x46\x64\x3c\x18\xec\x85\x10\xec\xae\xf6\xde\x5e\xc2\x19\x72\x0c\xcc\x72\xcb\x90\x53\x4c\x75\x61\x10\x12\xa0\x5e\xce\x45\x4c\x2b\x1c\x68\xee\x84\x81\xb3\xc7\xbe\xd8\x65\xec\xc5\xbd\xe3\x97\x1a\x87\xb7\x9d\x45\xdf\xd8\x6c\x67\x93\x25\xd7\x36\x11\xf5\xdf\x65\xd0\xa3\x54\xd4\x9b\x2d\x5b\x3c\x87\xf1\x14\xcf\xbf\x64\xc9\x88\x6b\xe6\x78\x05\xf6\xb6\xe2\x16\x3b\xfe\x84\x89\x52\xbe\xc4\x9f\xad\x65\x45\x9c\x2b\xf4\x98\xd8\xd7\xfe\x31\x89\x4e\xed\x75\x37\x53\xb0\x27\xf3\x82\x90\x7f\x92\x70\x34\x46\x78\xe1\x43\x7a\x21\x96\x2e\x70\x25\x83\x7b\xbb\x26\xd4\x0b\x85\xbc\x7d\x1d\x82\xbb\xb0\x0c\xcd\x95\xc7\x1e\xee\xae\x38\x29\x3c\x2e\x62\x66\x75\x70\xfa\x1a\x57\x8c\x6c\x88\x08\x99\x83\xd0\x00\x98\x33\x0c\x30\xf1\x00\xbf\x06\x40\x39\xa4\x03\x18\x67\x92\x2d\xab\xd2\xa5\xa8\xbb\x24\xfd\x5f\x71\xdc\xd8\x30\x4e\x74\x29\x26\xf2\x4e\x11\xc7\x8e\x11\x36\x41\x95\xa9\x7f\xe1\x3b\x72\x65\xd2\x02\x13\xc7\x61\xf4\x51\xd9\x9f\x1b\x63\x73\x8d\x14\x97\xc7\xd9\x71\xfe\x9a\x0a\x27\x31\x3a\x0f\x0b\x41\x47\x28\xf2\x4e\xa1\x57\x72\x84\x73\x6c\x94\x81\xca\x6c\xf6\xe0\xc8\x8d\x58\x67\xb9\x66\x42\x81\x22\x6e\x50\x06\x4a\x73\x95\x03\x40\x19\xc4\x10\x0e\x1b\xe5\x50\x27\x7e\x9d\x03\x4b\x7d\x70\xb4\x17\x03\x55\x26\xa8\x16\x9c\xaa\x49\x7d\x5f\x83\x77\x51\x89\xec\x72\x1f\x5d\x00\x0f\x8b\xf8\x9e\x09\x8a\x64\x13\x9d\x58\x0e\xa7\xee\xa4\x3b\x44\x3d\xb7\x17\x75\xf4\xe8\xd7\x87\x3c\xc1\x7e\x4c\x11\xe6\xe5\x65\x83\x01\xdb\x8b\xd9\x89\x6f\x6a\xef\xc5\xa4\xf2\x79\x2c\x0a\xa9\xc0\x09\xe6\xf7\x49\xf5\xae\xc3\xf8\x72\x4e\x79\x30\x08\xb3\xf8\x48\x72\x87\xd2\x0c\x1f\x89\xd4\x78\x86\x30\x31\x34\xce\x5c\x1a\xcd\x0c\x87\x78\x94\x8d\x9d\x59\xfb\xd9\xd2\x07\x08\xd7\x29\xe9\x29\x7c\xce\x77\xa7\x47\x2d\x25\x09\x17\xa9\xba\x5e\xf6\xe5\xe5\xd4\x52\xa1\x2a\xa7\xa5\x9e\x96\xb2\x53\x7d\x35\x25\x44\x2b\x83\x95\x5a\xb8\xa9\x33\xed\x44\x2f\xbb\xd9\xc0\xae\x1a\x33\xec\x0c\x3a\xc3\x40\xd7\xc4\x85\x0d\x44\xa2\xe1\x94\x5b\xb4\x69\xe6\xd8\x33\xcb\xdf\xec\xcb\xf1\xde\x91\xdd\x93\xb7\x75\xf7\xd2\x65\xb2\x0a\x9b\xeb\xd2\x5d\x8e\x15\x02\x40\x88\xd3\x3a\xc7\xa1\x0d\xce\x70\x18\x4e\xc1\x90\xbc\x88\xce\x2e\x7e\x3a\xbb\x99\x9c\xde\xdc\x9c\xfe\x06\xb1\xe0\xa6\x72\x95\x94\xa7\xac\xc1\x84\x4a\xe8\x61\x5d\x6b\xa7\x2e\xee\x1e\x67\x96\x5a\xa1\x22\x63\x8d\x82\xd1\x38\x18\xc7\x57\xa1\xdf\x8f\x5d\x84\x8e\xc4\xa5\xfd\xcd\x86\xc8\x95\x3e\xb3\xc2\xf9\xe3\x50\x88\x14\x2a\x12\x83\xf4\x81\x85\xd0\x46\x00\x36\x22\xb6\xfc\xf8\x2a\xf4\xb9\xcb\xdb\xb5\x03\x26\xe5\x10\x55\x42\xea\xbb\xca\xd2\xa7\x10\x42\x63\x24\xbb\xd2\xb0\xea\x73\x70\xd4\xa0\x07\x5a\x40\xc7\x43\xa7\x11\xfa\xe6\xd0\x3d\x5c\x2c\x7a\xa0\xab\x27\xb0\xda\x49\x4c\xf7\x09\xc2\x66\x8b\x78\x79\x29\x7e\xa4\x27\x45\x4c\x87\x72\x3b\x88\xe9\x7e\x81\x8e\xc9\xeb\xe2\x18\x65\xa3\x4c\x52\x18\xc7\xbe\x2a\x93\xfd\x7d\xe3\x2b\x5d\xe1\xa9\xba\x18\xf1\x43\x14\x4f\x0c\x74\xf2\xde\x11\xc4\x02\xe3\x9d\x74\xde\xcc\xe2\x00\x5f\xa9\xcb\x90\xd0\xad\x72\x9c\x21\xa8\x6c\x76\x70\x84\xb0\xde\xc8\x32\xdb\x43\xa9\x38\xa6\x3f\xc6\x87\xc7\x54\x60\xac\xf8\xea\x4f\x91\x7d\xd3\x44\xf5\xfe\xcb\xeb\x96\xcc\x66\xb0\x37\xa8\xa8\xcc\xb5\x0a\x5a\xe3\x58\x4f\xa9\x45\x18\x11\xb7\x4e\xf2\x22\xdd\x68\x79\x12\xd7\xc8\x2d\x92\xd2\xf9\x2c\xaf\xd3\x33\xe0\x5f\xde\x92\x72\xfa\x96\x4c\xf3\x22\x61\x79\x81\xc2\x2d\xfa\xe9\xda\x2a\x02\x3a\x8b\xa4\x7c\x4f\x4b\x46\x32\x88\x43\x2d\x38\xf0\xff\x4f\xdc\x8c\x4e\x45\x9c\x3a\x04\xc0\xc9\x1b\x53\x0a\x68\x1c\xe1\x4d\x3d\x8d\xe0\xdd\x1b\x21\xb0\x7a\x63\xf0\x35\x76\x7a\x7f\x0e\xd3\x11\x32\xaa\x9f\x9d\xcc\x17\x9e\x6f\x23\x5d\x9d\xa1\x41\x56\x72\x52\x75\x27\x24\x35\xfd\xa4\x36\x79\x9d\xa6\x66\xb2\x15\xf6\x54\xc5\x59\x7c\x78\x9c\xbd\x2e\x8e\x33\x75\x73\x2e\x17\xa3\x9a\x7d\x61\xc6\x85\x15\x79\x05\x46\x71\x26\x40\x98\x2b\x67\x17\x83\x10\x93\x50\x8d\x5b\xbe\xfa\xe5\xb3\x6f\xde\x88\x7d\xad\xc1\xfe\xb9\x2d\x2f\x25\x4f\xc6\x27\x11\x34\x72\x99\xac\xba\x34\x50\x34\xee\x3a\x74\xdd\x83\x9b\x85\x09\xb5\x9a\xe2\x2b\x46\x74\x1c\xeb\x06\x8a\x6f\x15\x84\xc9\x81\x72\x7f\x7a\x82\x36\xcd\x69\xca\x48\x3d\xb4\xe1\x37\xa8\x44\xad\xe0\xc1\xa0\x50\xb8\x6c\xaa\x0e\x05\x81\x7d\xd9\xbb\x49\xf9\x2a\x20\xb6\x66\x51\xdf\xe6\x5e\xbe\x67\xe2\xa4\x58\xf2\xa8\x98\x49\x90\xe5\xa7\xa7\xb6\x40\x31\x92\xe4\xb2\xed\x78\x47\xa6\xb6\xed\x44\xc4\xf7\x2d\x44\xe6\x34\xab\xc7\xb6\xd8\xd4\xe0\x07\x03\x2b\xac\x72\x7b\x2b\x20\xd3\x6d\x2e\x9b\x3c\x92\xe2\x69\x87\xc2\xef\xdd\xc2\x69\x79\xe6\x12\x30\xd6\x71\x5d\x4a\x4f\xb2\x5d\xca\x7e\xaa\x97\x7d\x9a\xf9\x4a\x7e\xea\x52\x72\x41\x66\x6b\xf7\xcc\x36\x98\x7d\x9b\x67\x32\x60\xa8\x14\x31\x09\x0b\xcc\xf4\xf6\x60\x82\x4d\xf1\x73\xf6\x31\xff\xd8\x12\x27\x68\xb3\x76\x87\xfd\x78\x74\xc2\x6c\xed\x0e\xdb\x12\x25\x68\xeb\xb2\x63\x96\xeb\x00\x2c\x34\xa1\xcd\x2e\x9e\xce\xa1\x92\xa0\x5a\xc4\x19\xc8\x98\x39\x84\x37\xcd\x85\x94\xdd\x32\x9d\xfd\x2c\x61\x9f\x88\x15\x05\x7a\x90\xa9\x2f\x56\xa8\x77\x8d\x12\x27\x3e\xc2\x5e\x2c\xa9\xd0\x6c\x9a\xae\x67\x0d\xb7\x6f\x4b\x78\xb3\x79\x95\x43\xc8\x53\xe6\x45\x6d\x11\x3e\xba\x51\xbd\x9c\x5e\x92\x8d\x0c\x11\xe4\xb3\xf8\x6d\x57\xae\x3d\x3c\xa6\xc6\x7d\x58\x3b\x88\x26\x31\x19\xd1\x31\x2e\x63\x9b\x29\x4f\x10\x5e\x3b\xf2\x75\x82\x70\x1a\x83\xfe\x58\xc5\x1b\x0d\x4b\xf0\x7c\x9e\x87\xc6\xbc\xac\xd2\x56\x51\xd0\x88\x75\x46\xff\xe1\xe9\xbb\x95\x0a\x6f\x35\x55\x4a\x14\x4f\x0f\xae\x94\x1e\x5b\x04\xfa\x65\x8b\x7c\xdd\xbc\xbc\x85\xc6\xab\xee\xb5\x4c\x72\x80\xed\x97\xc2\x59\x1c\x93\x13\xcf\xec\x61\x00\x03\xd9\x22\x63\x92\xaa\xe7\x19\x67\x58\xa4\x08\xe1\x8f\x75\x39\xe5\x14\x6b\x5b\x7e\xfc\x0c\xe8\x4d\xc3\xc6\xc0\xd9\xfc\xb1\xea\x25\xce\x0e\x9e\xf0\x0f\xc3\xb0\x26\x2d\x10\x2e\xa0\xca\x5e\xa2\x59\x49\x0a\x76\xda\x22\x66\x9c\x99\x2d\x44\x02\xeb\x28\x6d\x94\x3f\xfd\x27\x7b\xcb\xe1\x0b\x48\x88\x0d\xbe\x8e\x38\x6b\x48\x0a\x30\x1c\x26\x53\xd9\x0a\x2a\xa4\x5a\x62\xe7\x3d\xc4\x1a\xfb\x67\x95\xaf\xea\xc5\xfa\xfa\x89\xce\xc3\x43\x9b\x65\x86\x90\x8e\x5a\x46\x6e\xca\x07\x07\x47\xee\xe6\xa1\x7a\x22\x24\x07\x47\xf8\x48\x44\xce\x5b\xd0\x39\x6b\x96\x2d\x4b\xb2\x0a\x6f\x94\x49\xbc\x65\x1e\xb6\x94\x78\x88\x30\xa9\xf0\x3a\xf3\x96\xd7\xe8\xe2\x43\xe8\x58\x27\xf5\xf6\xbe\x3d\xb4\x7b\xb4\xe0\xc7\x5e\x49\x1a\x79\xbb\x74\xab\xb5\x5a\x6a\xbb\x89\xa4\x1a\xd6\x1b\x69\xa6\xa9\x9e\x75\x25\xf1\x56\x5c\x95\x55\xeb\x55\xa0\x03\x2b\x25\x74\xe2\xa3\xba\x0b\xa4\x2e\x42\xdb\xcd\xe5\xfd\xec\xe9\x57\x2f\x8b\xfc\xf2\x02\xb8\xcb\x60\xdd\xf6\xec\x1b\xc5\x02\x09\xb1\xd6\x1d\xc3\xa2\xc6\x24\xdb\x85\xba\xad\x04\x9a\xf7\xe4\x81\x66\x2e\x5e\x5d\x89\x42\x9b\x6b\xaf\x63\x41\x17\x07\x07\xc8\x2a\x52\x50\x06\x2c\x01\xeb\xda\x89\x45\x24\x9b\x35\xc9\xca\x8e\x48\x66\xb3\xf6\xd9\x55\xdf\x1e\x65\x80\x0e\xb3\x80\x0d\x1a\x97\xa6\x53\x36\xd0\xb8\x1c\x2d\xca\xa6\x96\x62\xbf\x5a\x58\x9b\xe2\xea\x32\x42\xb0\x93\xd8\xd6\x36\xb8\x63\x71\xf4\xe6\x1f\x61\xaa\xdc\xd5\xb7\xdf\x8f\xb8\x34\xdb\xaf\x1a\xd9\xb6\xfe\x18\x91\x31\x1f\x49\x98\x53\x43\xbf\xf0\x56\x57\x21\xce\x5c\x15\xe2\x79\x66\x69\xef\x1d\x71\xce\xaa\xb7\xad\xe0\xbf\x83\x6a\x5f\xe3\x9b\x78\x14\x88\x09\x10\x8c\x7b\x77\x02\x2c\x09\x79\xbb\xac\x66\x94\x05\x77\x5b\x37\x4a\x7d\x0e\xb7\x0f\x0e\xfd\x38\x9c\xc7\x77\x48\x9d\x92\x92\x4b\x9c\xe3\x1b\x9e\xf0\x34\xbe\xc6\x49\x8b\x05\x1f\x64\x3f\x09\xef\x64\x8e\x5a\xa9\x32\xb7\xf7\xea\xe1\xe5\x65\x34\xae\xd0\x70\x53\x82\x90\xc4\xa3\x31\xc2\xa7\xc6\x60\xf6\x84\x0c\x55\x51\x04\x09\xb3\xe9\x37\xf1\xa9\x75\x91\xf6\x66\x87\x8b\x34\xdb\xcf\xbf\xcb\x6d\xda\xbf\xe5\xc6\x54\xde\xa3\x09\xe0\x8b\x2f\xbd\x32\x6c\x60\x35\x78\x9a\xbb\xc9\x88\xce\xd7\xfe\xef\x06\x72\xf6\x3c\x99\x98\xfa\x4e\x84\x91\x07\x20\x5a\x9d\x67\xbc\x00\x9a\x67\x2d\x9a\xd4\xc8\xc9\x18\xb9\x79\x42\x00\x25\xcf\x3f\xae\x57\x1b\x74\xad\x2e\x01\x09\xcb\x2a\xf8\x9c\x59\xd3\xf6\xc3\x3a\x16\x9d\x8c\x3d\x02\xf6\x32\x0c\x60\x52\x6a\x21\xfb\x4d\xb4\x49\xa1\xe5\x90\xd6\x60\x28\xd4\x51\x1e\x31\xc1\xc1\x9c\x66\x49\x4a\xff\x49\xde\xea\xc8\x8f\x8e\x41\x09\x6f\x8b\x89\x94\xec\x6f\x4f\x4d\x58\x7c\xd6\x14\x9c\x26\x5a\xf1\x96\x65\xa8\x0b\x5a\xb7\xb8\xc9\xec\x49\x47\x77\x9a\x74\xca\xb1\xf0\x3f\x78\x71\xad\x9e\xbe\x6e\x65\xd9\xb7\xcb\xff\xa9\xcd\xfc\xe2\xb6\x29\x2f\xbd\xff\xd4\x86\x3d\xdb\x5b\x81\x47\x79\x3a\x9b\x29\x7d\xaf\xe7\x8c\xc5\x79\xd6\x76\x7a\x6f\xca\xcd\xa5\x6b\x49\x40\x62\xba\x7f\x5f\x93\x95\x63\xa9\x0d\xcd\x66\xe0\x34\x69\xac\x8d\x50\x85\xf3\xf9\x7c\x53\x0b\x04\x4b\xb8\xa9\x0b\x16\x89\x4f\x46\x68\x53\x96\x93\xaf\x30\x5a\xf1\x59\x63\x74\xf7\x1d\xec\x66\x7e\xf2\x2f\x3d\xa5\x6a\xbb\xa4\x06\x13\xe9\x06\x18\xb9\xd9\xc0\xe5\xff\x14\x6b\x2e\xe7\x3a\xc6\x63\xf0\xa1\xd5\x2f\x0f\x60\x6c\xa9\x6c\xbe\xac\x03\x71\x43\xac\xf9\xc2\x8d\x35\x2f\xae\x28\x08\x5c\x51\x14\xa3\xcc\x5e\x24\x99\x89\xaa\x1f\x39\x25\xb9\xca\x4e\xe1\x79\xa0\xcc\x15\x0b\x08\x41\xeb\xde\xbc\x16\xcd\x1b\x08\xeb\x26\xab\xf4\x37\x82\xd4\x33\x99\x44\x56\x0f\xf8\xe4\x1d\x2f\xb0\x79\xbb\x68\x24\x96\x6c\x53\xda\x69\x21\xb3\x49\xe4\xf3\x01\xa3\xb7\xb5\xc8\x0f\xa2\x2e\x1b\x66\x8b\x7e\xe2\x76\xaf\xb6\x21\x61\x5a\xdf\x54\x9b\xb7\x84\x90\xaa\x26\x95\x77\x21\xe6\xa6\xf5\xd3\x5b\x24\xa5\x4a\xe0\xb2\x4a\x5b\x37\xbb\xfd\x40\xdf\x1f\xc2\x04\xfe\x33\x65\x0b\xe9\x52\xd0\x3e\x67\xdc\x74\xce\xf4\xa1\xd9\xb4\x80\x28\xce\xaa\x2b\xbd\x54\xfa\x35\x53\x18\x65\x7b\x62\x4f\xc6\x10\xa2\xdb\xbe\x4b\x73\x61\x75\xeb\x2e\x36\xf4\xf2\x72\x88\xf6\x0b\xe0\x58\xbf\x59\x81\x8d\x52\x78\x21\x07\xbc\x10\x96\x3f\x3c\xa4\xc4\x53\x42\xeb\x52\xda\x6b\x56\xb9\xc2\xd3\x64\xba\x20\x1b\x06\xe8\x41\x46\x2b\x9c\x41\xac\x3c\xb0\x3a\xff\xea\x23\xa9\x86\xa5\xb5\xd3\xa6\x2b\x5c\x33\xfe\x45\x47\x4d\x7d\xdb\x15\x7e\x3e\xd2\xfa\xbd\xbc\x26\x19\x44\x5a\x0a\x85\x5b\x8b\x36\x22\xa7\xe5\x2d\x61\x2c\xe5\xfc\x5b\xf3\x06\xb0\x6e\xb2\x6a\x12\xd7\xec\x38\xf4\x07\x0f\xfd\x1b\xb8\xc7\x03\xf0\x32\x5a\xbe\x5b\xa7\x73\x9a\xfa\x8b\x6b\x96\xa6\xb3\xaa\xbb\x79\xe7\xab\xa1\xd5\xa8\x8d\xca\x38\xdc\x3b\xc2\x56\x42\xfe\x53\x8e\x67\xbd\xa2\x75\xd3\x1b\x03\x27\x5a\x38\x70\xa2\x1a\x3c\xe2\x87\xb2\x2f\x49\xf5\x97\xeb\x12\x30\x44\x4b\xc2\x82\x0d\xc7\x45\x7f\xd3\x19\x62\x1f\x07\x04\x3f\xd7\x2a\xed\xb4\xa8\x42\xb8\x88\xd8\x82\x64\x1e\x73\x27\x70\x95\x91\xf2\x20\x99\xbd\xbc\x58\x3f\x69\xf6\x20\x7b\xb1\x59\x9c\x72\x95\x28\xdc\xde\x3a\x14\x37\xcb\x76\x31\x32\x7a\xc4\x17\x95\x22\x67\x64\xe1\x34\x47\x96\x11\x9c\x81\xdb\x7a\xdf\xee\xe2\x00\x55\x4a\x6b\x5a\x81\x60\x4a\xb2\x21\x0d\x03\xfe\x37\x40\x18\x42\x5e\xf0\xdf\xf0\x10\x20\x0c\xe2\x70\xfa\xc4\x5f\xc9\x47\x3e\x31\x6a\xbe\x79\xf5\xa1\xb0\x1c\xce\x9c\xe9\x25\xc7\xd6\xc4\xff\x2a\x8c\x7d\x77\xe1\x18\x68\x7f\x19\x23\x57\x47\xd3\xdc\xc9\x2d\xfe\xdf\xc9\xc2\x3e\x4f\x26\xba\xee\x52\xed\x52\x88\x10\x3f\x76\x08\xae\x8d\xda\x13\x93\x3f\x92\x59\xa5\xf6\x44\x7c\x20\x05\x1f\x42\xf5\x1c\x20\xbc\xce\xec\x0f\xe6\x57\x80\x70\x2d\xf2\x17\xff\xbe\x48\xca\x00\x69\x52\x64\x76\xb5\x52\x5f\x1e\x08\x13\x3f\xac\xef\xe2\x45\xc9\x3f\xe7\xe2\xd1\x93\xb9\x74\x72\x97\xcd\xec\xef\xf2\xe2\xee\x69\x45\x2c\x2a\xf2\x8d\x8f\x98\x95\xd8\xd0\x34\xe9\x29\xe8\xa2\xf8\x57\xaa\xb4\x52\x9d\xe7\xb1\x86\x66\x60\x71\xa3\xaf\x91\xe5\xa0\xf0\x0d\x26\x70\x0b\x9e\xe5\xe6\xf3\xf1\x8b\xbc\xce\xff\x4d\xf3\x5c\x34\x50\xcc\x70\xd1\x4a\xfb\xf9\x8d\x08\x51\xe5\x79\x25\x6f\x49\xea\xde\x5a\x4e\x1a\xe7\xf4\xf3\x07\xca\x70\xd3\x3b\xd1\x32\x8c\xa3\xa4\x32\x28\xac\x65\x26\x35\xe7\x3c\x7d\xc1\x60\xa5\x53\x41\xb6\xa4\xfe\x92\x33\x58\x38\xab\x8c\x55\x82\xd2\x5b\x9c\xd6\x74\xa9\xa4\x61\x9f\xf9\x5c\x29\x03\x4d\x02\xa1\xc2\x64\xa0\xb3\x3c\xce\x64\xb0\x47\x9c\xe8\xb7\xb2\x3d\xe0\x56\x15\x53\x38\x29\x3c\xad\x0e\x10\xce\xe3\xfc\xe5\xa5\x7e\x41\x94\xb9\x7e\x8b\xda\x83\x06\xf0\xd7\x9f\x7d\x3d\xe4\x75\x78\xcc\x9a\xdd\x43\x07\x83\x90\x6e\xea\x9e\x0c\xbc\x17\xb5\x4d\x28\xf8\x70\x4f\x44\x05\x8c\xa7\xa9\x7c\xd1\xb3\x6e\x74\x2b\xe9\x38\xa8\x4b\x12\x88\xd2\x1b\x47\x5b\x02\xd0\xc9\x5b\x34\x84\xf3\xc1\x40\x06\x3f\x05\xcf\x12\x81\x8a\x5e\x92\x6c\x86\xca\x38\x5c\xc7\x39\xb2\xbd\x87\xd6\x78\x44\xb5\xf8\x9a\xa8\xa8\x76\x65\x1c\xa6\x71\x8e\xf8\x27\x91\x2c\xc5\x23\x27\x15\x9d\x87\x7b\x47\x7b\x71\x5c\x6a\xab\x6f\x15\xe1\xe2\xc8\xe5\x9d\x3b\xed\x11\x3e\xfc\x62\x7b\x67\x80\xcc\x07\xf7\xc9\x3d\xf1\x7b\x1f\xb5\xfb\x25\x7d\x35\x22\x4c\x0d\xe3\x79\x67\x27\x5b\x9c\x7c\x97\xfd\xa7\x14\xc1\x76\xa5\x90\x1d\x4c\x78\x35\xb3\x07\x32\x93\x56\x9d\xa0\xe0\x30\x26\xa3\x01\x9e\x29\x33\xcf\x96\xb4\xda\x0c\x34\xa8\xf0\xda\x35\xa8\x52\xe7\x88\x75\x2f\x42\xfc\xce\xa7\x62\x02\x56\xc0\x1b\xd1\x6c\x41\x0a\xca\xca\xf7\x79\x5e\x12\xe1\x07\xa3\xa3\x69\xe9\x9b\x3c\x1d\x6d\x33\xa2\x19\x75\xac\x99\x9c\xc8\x31\x19\x65\x2d\x4e\xb7\xe2\xd4\x92\x86\xf6\x6f\x69\xc1\x9e\xc0\x8e\x3a\x3e\x74\xbf\xc4\x02\x14\x05\x5e\x09\x45\x10\xa4\x8d\xf7\x0e\x9d\x97\x3a\x5b\xad\x87\xec\xec\xb5\x4f\xe7\xe5\x87\xd5\x2c\x61\x34\x7b\x88\xf7\x8e\xfc\x49\xee\x92\x07\xbe\x7e\x13\xe3\xdf\xba\xc5\xa9\xb5\x96\x3f\x50\x31\xab\xea\x84\x6f\xc8\x23\x2d\x69\x9e\x09\xea\x30\x63\x54\x10\xf0\x66\x15\x34\x0d\x61\xa5\x5d\x1f\x7f\xa5\xce\x10\x57\x48\x89\x76\xca\xb6\x5c\xb2\x6b\xae\xa9\xc1\x68\x1c\xc8\xc4\x5f\xd8\xb0\x88\x53\x40\xdd\x0b\x94\x57\xd4\x5f\x59\xa8\xa2\x82\x50\x85\x69\x64\x39\x60\x37\x43\xae\x1b\x2b\xf4\xf6\xee\xe2\x44\xd4\xd5\xbe\x9a\x2e\x5e\x75\x43\x61\xd9\x76\x34\xb6\xf3\xfa\x88\x83\x76\x4f\x87\xe8\x88\xeb\x0c\x8d\x6d\x7f\x22\xf3\x68\x67\x28\x5a\xfb\xe0\x66\xce\xc0\x26\xc4\xef\xe4\xad\x2d\x5a\x44\x42\xbb\x65\x75\x03\x37\xd5\x3f\x8f\x49\x4a\x67\x70\x1b\x84\x15\x62\x94\xbd\xee\x06\x83\xd0\x5d\x87\xa3\x31\xc2\x60\x58\xd8\xb2\x70\x07\x03\xf2\x63\xdb\x37\xc7\xc3\x7c\x53\xe7\x09\xcf\x6e\x13\xb2\xd4\xa1\x27\xc7\xdf\xa6\x62\xcd\x2c\xda\x56\xf8\x31\x7d\x9d\xc1\x65\x8a\xf3\x7d\x44\xc7\xae\x49\xbb\x1a\x0c\x2a\xcf\x51\x6f\xd1\x87\xbd\xb6\x6d\xeb\xe0\xa8\x72\x44\x1f\x55\x0c\x19\x57\x98\x8e\x8a\xe8\xfa\xe6\xea\xfa\xec\xe6\xee\xb7\xc9\xdb\xf3\xb7\x93\x37\xbf\x9c\x5e\xfe\x7c\x36\xf6\x4d\x5b\x33\x2c\x7c\x10\x27\x62\x6d\xf9\xe6\x71\xd3\x8e\xd3\x37\x8c\x27\x87\x43\x5f\x43\x70\x87\xb1\xc0\x59\xcc\x4e\xbc\x7d\x3d\x54\xdd\xd0\x65\x95\x89\xcd\xcb\xef\x0f\x01\xe6\x5e\x99\xda\xdf\x68\x66\xcd\xc9\x46\x2e\x7d\xcc\xb9\x99\xb6\x6e\x8a\xd0\x8d\x5b\x52\x35\xfb\x72\xfb\x4c\x25\x83\xc1\x9e\xa3\x1c\x19\x0c\xc4\xe6\xd0\x74\xa6\x11\x71\xd7\x70\xd9\x72\x18\xc4\x62\xc7\xe8\xd0\x9b\xcd\x09\x53\x23\x05\x76\x06\x45\xbb\x0f\x4e\x23\x83\xaa\x99\xe8\xa5\x8d\x9c\x88\x5d\x78\x6b\x72\xaf\x13\x0b\x13\x9a\xfa\x4d\x13\x41\x24\xd1\xb8\x36\x39\xb8\x43\xe5\xfb\xb5\x71\x68\x56\x5f\xcf\xc9\xfd\xec\x80\xa2\xe3\x10\x3c\x4f\x5b\xd6\xa8\x34\x55\x6b\x7e\xf8\x31\x47\xf5\xed\xce\x5a\xd9\x39\xda\xc0\x7e\xf8\x67\xa8\x68\x0d\x74\x92\x99\xd4\xcd\xc1\x6b\x67\x7e\xdc\xa2\xe4\xec\x68\x27\xd4\xca\xd9\x80\xd8\x05\x0c\x06\x15\x67\x74\x1b\x8f\xb1\x99\x4d\x41\x2a\x88\xe7\x26\x1e\x4a\xd5\xbd\x7d\xcb\x0a\x5b\x16\xc0\xff\x39\x9c\x18\xaa\xc4\x65\x88\xd0\x1c\x00\x4a\x37\x67\x90\x47\xcf\x1f\xc9\xd3\x50\xcd\xc5\xba\x57\x9a\xff\xd0\x6d\x0c\x74\xf7\xad\xc7\x61\x7c\xc9\x89\x23\x29\x9b\x3d\xda\x37\x95\x6a\x87\x94\xf8\x56\xd7\x63\xab\x30\x7c\x8e\xf7\xe2\x01\x51\x70\xa9\x19\x7a\xce\x60\x79\x32\xeb\x42\xf6\x20\x83\x1b\x59\x25\x28\xb4\x32\x2a\x3d\xaa\xb6\x49\xed\x0b\x4d\xf9\x76\xae\x8c\x7e\xdd\x53\x00\x55\x55\x05\x2e\xd2\x06\x25\xd2\x01\x48\xc1\x6b\x13\xe8\xd4\xb6\xea\xc4\xcf\xb5\x4e\x13\x3a\x9a\x24\xa5\x49\x69\xc1\xe9\x20\xec\xdf\x8d\x86\x75\xbe\xcb\xe2\x04\xb7\x38\xf6\xf1\x95\x0f\xae\xa1\xde\x8d\xa1\x2b\xe1\xa6\x67\x9f\xa2\xdb\x0d\x23\xcf\x17\xed\x67\x17\xa1\x5c\x5b\x84\x75\x89\x26\xb9\x39\x34\x6a\x0d\x5d\x64\x9b\x51\xe1\x57\xe8\x08\xb6\xc4\x2b\x6a\xc3\xf7\x33\x48\x1e\x5f\x2f\xed\x37\x20\xfc\x1d\xe6\x9b\x8c\x56\x63\x19\xb9\xd0\xa3\x16\x48\xe3\xb5\x54\x4b\x1a\xf1\x59\x4c\x6e\x3c\x85\x85\x46\xa3\xc9\x9f\x49\xf2\xf1\x96\x30\x3c\x87\x17\xfc\xd7\x45\xb2\xc2\x33\xe7\xd7\x42\x61\xda\xad\x84\x6b\x4d\xf9\xb4\xbc\xcf\x53\x14\x06\xef\x6e\x4e\x2f\xce\xfe\x7c\x75\xf3\xc7\xc9\x9b\xf7\xa7\xb7\xb7\x81\xa5\x67\x5e\xda\x9e\x5d\xe1\x21\x2e\x35\x16\x18\x5f\xf4\x1a\xf6\xcb\xe6\xcc\x89\x54\x29\x91\x2c\x61\x36\x80\x0f\x4e\x62\x12\xd5\x51\x7d\x70\x1a\x6b\x22\xd9\x60\x90\xe9\x60\xae\x3a\xb0\xa2\x00\x15\x4b\xcc\x87\x79\x6c\xc7\x7f\x65\x08\xcf\xe2\xc3\xe3\xd9\xeb\xb9\x72\x35\x9a\x29\x57\xa3\x45\x3c\x1f\xcd\xc6\x78\x15\xb3\xd1\x62\x8c\x97\xbc\xfa\xeb\x68\x46\xca\x69\x41\x57\x2c\x2f\x1c\x61\x94\xe0\x05\x2e\x10\x7e\x34\x85\x2e\x41\x1d\xf6\x28\x48\x3d\xc4\x64\xb4\x18\xf7\x52\x5e\x43\x05\x90\xbb\x40\x3f\x1e\x1c\x0d\x06\xe1\x2a\x7e\x38\x81\xfe\x5c\x26\x1f\x95\x99\xf6\x83\x06\xb1\x5c\xa1\x61\xfd\xe3\x0a\x21\x3c\xe5\x4d\x6a\x52\x72\x82\xc7\x3d\x57\xf8\x01\xaf\x10\xaa\x1e\x4f\x96\x00\x1c\xc6\x2b\xb9\x42\x43\x83\xa7\x62\xb0\x85\x3d\xd8\x56\x2f\x2f\x0b\x88\x24\x78\xc2\xab\x1e\xaf\x86\xbe\x34\x21\x27\x58\x09\x6d\x0c\xef\xca\x22\x5a\x67\x80\x2a\x61\x23\x5d\xc1\x24\x7c\x8a\x0b\x8d\x31\x0a\xe6\x65\x65\xe8\x4e\x81\x27\x3d\x05\xee\xe3\xc3\xe3\xfb\xd7\x4f\x6a\x3c\xee\xf7\xf7\x11\x74\x3d\xc4\x3c\x4d\x18\xb1\xd9\xdf\xa7\xd1\xfd\x38\x02\xeb\x41\xf1\x58\x3e\x65\x53\x74\x0c\xc9\x2d\x43\x36\x82\x03\x5e\xc3\x40\x85\x04\x76\xff\x14\x02\xd0\xe1\xb1\x25\xe6\xb1\x3a\x3d\xe7\xfc\xd8\x11\xe7\xad\x85\x6a\x8e\x7a\xba\x05\x64\x30\x08\xe7\xd1\x8c\xa4\x84\x91\x66\x3a\x5c\x44\xef\x4e\xdf\xdc\x5d\xdd\xfc\x36\x79\x77\x75\x03\xe3\xa1\x8c\x12\x70\x3d\xb1\x58\xa8\x8e\xb3\xc9\xb1\xb5\x78\x18\x8a\x1a\x9d\x5c\x11\x7e\xc0\x51\xf6\x4e\x98\xd9\xba\xda\x3a\xbb\x34\x61\xca\xfe\x18\x93\xa6\xc6\xed\x51\x6e\x0b\x71\x37\xb3\x29\xe6\x9a\x4d\xc9\x80\x9f\xc7\x05\x17\x88\x47\x85\x6d\x36\x55\x8c\x8d\x43\xc6\x5a\x68\xed\x60\x43\x52\xe8\x0e\xca\x84\xe6\xb1\xa1\xf2\xe3\xef\x66\x4d\x55\x8c\xe6\x67\xca\x68\x45\xc8\xc7\x0b\x17\x6c\x0d\xa4\xa7\xdb\x7c\x5d\x4c\x89\xb9\x51\x0e\x2d\x08\xec\x92\xb0\xe6\x67\xa1\x41\xb2\xcc\xa4\x35\x02\x27\xd3\x8e\x65\x96\x66\xa8\x99\x5e\x9b\x55\x9b\xf4\x13\xf5\x79\x26\x73\x19\x43\xa6\xc7\x36\x35\x13\xff\xd4\xc8\xe7\x6e\xf7\xf5\xe6\x91\x59\xc8\x19\x69\xe8\x0f\x31\xff\xac\x1e\xc1\xcd\xf6\xf2\xf4\x88\x97\xc3\xf2\x5b\xb8\xec\x68\xf6\xad\x07\x74\x89\x09\x77\x2b\x91\xe3\xec\x33\x23\x19\x67\x6f\x4f\x82\x61\xb0\xef\xff\x14\xa2\x61\x10\x28\xa4\x97\xd7\xc1\x7e\x08\x3b\x99\x8c\x74\x2c\x6b\xf7\xf2\xe2\xae\x0b\xb5\xc6\x94\xfb\x8f\xbd\x2a\x54\x01\x21\x42\x10\xb9\x56\x90\x5b\xd3\x99\xb6\xd2\x41\xfb\x64\x3f\xf8\x31\xa8\x44\x34\x68\x62\xfb\x75\xeb\x65\xec\x53\x63\x17\x5d\xd5\xd8\x96\xc1\x45\x4d\x99\x5d\xf0\xa1\x2d\xe4\x55\x8d\x5a\x51\xa9\xf2\x20\x89\x0c\xd0\x1f\x9f\xf8\xb6\xba\x1a\x62\x2e\x0b\xb6\xdf\x1b\xdb\x55\x84\x3f\x57\x78\x72\xa3\xd5\x58\x5f\xe3\x58\x5b\x92\xb5\x0d\xad\x4f\xca\x78\x2d\x5c\x12\x86\xce\xde\x54\x6a\x44\x5c\x1d\x2b\xd7\xba\x53\x2a\x21\xc5\x02\x49\x6b\xc8\x24\x2c\x25\x92\xba\xfc\xad\x9a\xb4\x0c\x0b\x93\x89\x9d\x10\xbf\x8d\xa5\x1a\x3b\xdf\x39\x2e\xef\x95\x1b\x47\x79\x11\xdb\xd5\x25\xe6\xc4\xce\xcc\x07\x36\x18\x30\xf3\x01\xd0\xd5\xcb\xf8\xf0\xb8\x7c\x5d\xdf\x9d\x8e\xcb\xfd\x7d\x7d\xa2\xac\xe3\xf2\xf5\xe1\xcb\x4b\x3d\xcd\xeb\xb8\x54\x08\x56\x66\xaf\x2a\xc7\x38\x75\x38\x04\x08\xd2\xcc\xd9\x06\x15\x6e\xf9\x78\xfa\x7a\x7e\x3c\x55\x5c\xc2\x2c\x4e\x47\xd3\x31\x5e\xc4\xeb\xd1\x6c\x2c\x81\xf0\x89\x3e\x9a\x67\xfc\x68\x56\x21\x22\x12\x9e\x62\x11\xaf\x1a\xc7\xfd\x4a\x1f\xf7\x8b\xe6\x71\xbf\x40\x15\x9d\x87\x19\x6f\xb8\x87\xea\x52\x51\xad\x1f\xfd\x4b\xbc\x40\x15\xff\x16\x2f\x0c\x22\xbc\x7f\x6e\x83\xf1\x0c\xf1\x6c\xfe\xb6\x48\xc7\x77\xab\x1b\x21\x12\x21\x9c\x5a\x84\x36\x4c\x6d\xb1\xd3\x11\x2b\x6f\x73\x3d\x02\x09\x73\x14\x01\x88\x0b\x04\x31\x08\xa7\xea\x2c\x25\x08\xcf\x04\x44\x1b\x9f\xe9\x83\xc1\xcc\x9c\x67\xeb\x9a\x6d\x74\xb3\x3e\xa0\xd3\x57\x8d\xab\xb1\xce\x96\x98\xe4\x39\x96\x3c\x0d\x11\xde\x61\x75\xc5\xb7\x8f\xa1\x32\x80\x5a\x7c\x12\x1e\x93\x63\x81\x55\x2c\x75\x48\x06\x16\x0b\xc2\xd1\xaf\x57\xa4\x80\xd0\x19\xe6\xbe\x54\x17\x76\x2e\x21\x89\xbd\x8e\x6b\x36\x60\xb1\xaa\x23\xe7\x11\x2c\xde\xd4\x03\x76\x6a\xba\x3c\xe4\xcb\x7d\x13\x5f\xcb\x2c\x3b\x80\x22\x9a\x70\xda\x2f\x2f\xcf\x10\xbd\x9e\x24\xd3\xc5\x1b\x69\x9b\xe0\xc3\x43\x6d\x22\x96\x88\xe3\xc8\x2e\x5d\x5a\x7b\x3f\x57\x0e\x7b\xe3\xcc\x08\xed\x73\xf8\x56\xd7\xb0\x74\x70\x4d\xa0\x63\xa9\x05\xf2\xa5\x22\x49\x53\x55\xdf\xa2\x67\xe1\x9e\xe4\x20\xea\x62\xc9\xfe\x6c\x9d\x8f\x9c\x9d\x50\x73\x12\x3d\x03\xf4\x51\x48\x1c\x2f\x60\x33\x7a\x3d\xd8\x9d\x54\xc7\x3a\x53\xd6\x33\x31\x8d\x73\xa1\x36\x98\xf0\xa8\x80\x88\x52\x01\x59\xfa\xe0\x86\x1e\x48\xcf\xe2\x06\x3b\xe4\xe3\x14\x6a\x5a\x19\xc4\x87\xb3\x56\x06\xe0\xd7\x7f\x71\x21\x82\x21\x6d\x96\x32\x56\x6d\x71\x3b\xa2\x51\x92\x18\x88\x99\x75\xb8\xd5\x4d\x2d\xf8\x71\x16\x92\xb8\xb6\xfa\x11\x12\xc7\xde\x1b\xc3\x33\xc0\x10\xe1\x99\xcb\x6e\x13\xdd\x60\x33\x76\x2d\x95\x90\x07\x81\xb0\xf5\x17\x75\xbe\x9a\xbb\x95\x22\x7b\x71\xdc\x8c\x1d\x71\x42\xe4\xe1\x0b\x7a\x26\x52\xf1\xb9\x6e\xd8\xad\x75\x04\x85\xde\xc9\xdf\x58\xc8\xd3\x8a\x31\x7a\x94\x96\x8c\x91\x15\x49\x10\x71\xe6\xb8\x14\xfb\xd7\xde\x21\xfc\xb8\x20\x6c\x91\xcf\xe2\xbd\xa3\x9e\x10\x31\x1f\x2d\x05\xd6\xc3\x0e\xca\x1c\x2b\xa4\xf4\xb7\xb1\xaf\xa8\x69\x66\x3a\x59\x5e\xf8\xd4\x27\xdf\xc5\x48\x22\xf7\x73\x80\xf4\x6b\x0c\x19\xa8\x32\x64\xe0\x9b\x4e\x43\xac\xca\x1b\x52\x8d\xba\xcd\xd1\xe1\x32\x91\x02\x19\xc9\x37\xb0\xe4\x75\xd5\x27\x1f\x37\x69\xd5\xec\xbc\x5f\x42\x57\x5c\x17\x64\x4e\x3f\x1b\xdb\x53\x22\x04\x84\x02\x00\x8b\x74\xc1\xe0\xa9\xa1\x97\x55\x48\x34\x8b\x68\xb1\xe8\x08\x2c\xb4\xc4\x07\x87\xd9\xd6\xf0\xe6\x26\xb1\x58\x5f\xd0\x10\x5e\x3d\x98\xaf\xa4\x6c\xb4\x7d\x55\xe4\x53\x52\x96\xbe\xf6\x7b\xa4\x3d\xeb\xe6\xa9\x9e\x03\xdb\x36\x21\x32\xab\xdc\xeb\x25\x1e\x49\x65\x80\x19\x6d\x0d\x6f\x8e\x73\xdb\x9a\xc4\x54\x85\xaf\xae\x3c\xba\x3c\xbd\x38\xbb\xbd\x3e\x7d\x73\x76\x1b\x17\xd6\x0f\xe7\xcb\xe4\xa7\xdf\x26\xe7\x6f\x9d\xef\xe2\x95\x20\xcd\x1b\x78\x9a\xa6\x71\x61\xfd\x30\xfd\x8e\xf3\xe8\xfe\x89\xff\x8c\x6b\x23\xb2\xc3\xc2\xfd\xee\x0a\xd8\x4e\x6b\x7a\x27\x3b\xab\x2f\x08\x13\xef\xc3\x63\xde\xa6\x72\xfd\xfa\x9d\xa3\x16\x54\x3b\xf6\xc7\x0c\xc0\xa9\xa3\x21\x9d\x7e\xe5\xde\xd2\x2e\x5d\xf2\x1d\xc6\xc3\x1d\x50\x75\xa2\x4e\xa0\x47\x74\xf8\xed\x3f\x92\xa7\x96\x03\xad\x45\xda\x6e\x04\x62\x00\x09\x6c\xbe\x16\x53\x56\x9d\x97\x59\x74\xf5\xe7\xcb\xb3\x1b\x3f\xe5\xd4\xa2\x66\x2b\xf6\xac\x68\x65\x82\x6b\xea\x5a\x05\xe0\xa6\x60\x46\x36\xef\x91\x52\x47\xa5\xc5\x8f\x58\x5a\x85\x89\x6f\xa1\x4f\x31\x48\x46\x7a\x97\x9a\xaa\xc3\x55\x1f\xac\x1a\x8f\x43\x8e\xcd\xd4\x45\x95\xa8\xcf\x84\xb5\xef\x5d\xdb\xc0\x4b\xb8\x4e\xaa\x8d\xda\x34\xf6\x9f\xd1\x71\xe8\x6d\x54\x8a\xe5\xc2\x7d\xad\x2c\x49\xc1\xee\x16\x56\xd8\x00\x32\x43\x21\x45\xb8\x30\x46\xa4\xff\x89\x33\xa5\x3e\x14\x8d\xee\x5d\x5b\xdd\x5b\xa1\xde\x6e\x9b\xdd\x97\x18\x82\x7e\xb5\xb9\xa7\x0c\xd6\xf2\x3d\xc3\xff\x59\x9b\x0a\xfd\xee\x2a\xaa\xc2\xb7\x4e\x28\xa6\x75\x01\x45\xde\x80\x9a\x1b\xd2\x2e\x67\x93\x0e\xbe\xda\xdd\xe7\xda\x73\x36\x7c\x6b\x27\x63\xc1\xb8\xd7\x05\xf7\x5a\x3c\xc5\x80\xff\x0e\xcc\xe6\x65\x7f\xd2\xf1\x32\x03\x39\x48\xc5\x28\x13\x2b\x99\xa0\xf1\xcb\x8b\x82\xab\xee\xd9\x7a\xd3\x98\x9e\xb0\x66\x24\x46\xb0\x12\x0f\x84\xd0\x81\x86\x16\xce\x35\xe5\x7c\x96\x2d\xd1\x43\xc0\xa6\x13\x1a\xcb\xf0\x4c\x43\x57\xdc\x57\x94\x79\x02\x13\x4a\xd4\x13\xd6\x88\x17\x07\x01\x43\x4d\x68\x2f\x5a\x29\xc9\x3b\x18\x89\x0a\x28\xec\xf9\x71\x30\xd4\x71\x56\xb1\xfe\x78\x09\x30\xdd\xfc\x9b\x04\xec\x36\x9f\x04\xb7\xca\x3f\x49\xbb\x79\xf3\x49\x49\x45\xfc\xa3\xee\x16\xf3\xf9\xb4\x7c\xca\xa6\xdb\xd2\x14\x45\xf2\xc4\xbf\x29\x93\x6b\xf5\x81\x37\x8d\xbf\x87\x86\x99\xd7\x37\xe4\xe1\xec\xf3\x8a\x7f\x28\xc8\x03\xf9\xbc\xb2\x3e\x89\x59\xc3\x3f\xe9\xd5\xaf\x2b\x4a\x53\x00\x2f\x80\x4a\xd0\x94\xa4\xb4\x64\x41\x85\xb3\xb8\x11\xaa\x51\x71\xe7\x6d\x2b\x01\xd8\xa4\x57\xa0\xa7\xf3\xae\x00\xcf\x95\x76\x07\xaf\x7a\x6b\x13\xd0\x4a\x9c\xe7\xca\x60\x75\x41\xd0\x9c\x11\x19\xc7\x47\x98\x21\x3a\x0f\x0b\x1b\x30\xad\x30\x11\xd2\x2c\xb3\xed\x3a\xfa\x23\x88\xd4\x66\x32\x9a\x98\xa3\xbe\xd8\x5a\xe8\x4b\x42\x30\x89\xeb\xe2\x78\x06\x51\x27\xce\x65\x8f\xdd\x8a\x97\x4d\xdd\x16\x18\x84\xce\xb5\xc6\x93\x80\xca\x66\x46\x21\x55\x52\xf8\xb4\x5a\xb2\x4a\x52\x17\x60\xd4\x56\x2c\x9a\xf0\x7c\xc2\x5e\x5b\x68\x14\xd5\x3b\xcc\x38\xd5\xf5\x9a\xce\xe2\x1c\x93\xe8\x81\x64\xa4\x48\x18\xf9\x99\xbf\xd8\xa8\xc9\x4a\x94\xe6\x8a\xed\xe7\x21\xea\x65\xb0\xac\x4b\x79\xc9\x5a\x18\x8d\x19\x27\x2f\x65\xa6\x66\x8d\xc1\xe5\x24\x24\x08\x19\xf9\x8b\xc5\x25\x9c\xb4\x04\x84\x2e\x16\x27\x9c\x3c\x56\x84\x19\x32\x31\x4a\xed\x3c\x6b\x95\x47\x43\xa0\xc9\x71\xea\xb1\xd8\x78\xb3\xc4\xc5\x49\x50\xb2\x80\x53\x1c\x1a\xdc\x7d\xfe\x36\x5b\xcb\xb7\x62\x88\x54\xda\x27\xf9\x36\x0c\xf6\xc9\x7e\x80\x02\xb8\x53\x15\xf5\xd0\xc6\x3e\xbc\x81\x62\xf6\xc7\x05\x26\xd1\xa7\xa2\x01\x9d\x4c\xe7\xe1\xde\xc4\x0e\x40\x0b\x2a\xb5\x8f\x32\xe4\xc6\x60\x30\x31\x31\x05\xfa\x77\x21\xc1\x77\x21\xc3\xf7\x66\xa7\xba\x93\x6e\x7d\x10\x82\xcd\xe0\x7a\x7f\x16\x2f\xb4\x2b\x7d\x7c\x2a\xae\xb9\x4c\x8a\x33\xf1\xc2\xa4\xb8\x85\xaa\x96\x2b\x9f\x02\xb7\x1e\x86\x80\x0c\x06\xbe\xd0\x1e\x0e\x06\xa1\x7c\x7e\x1f\x12\x7c\x08\x15\x14\x5e\x3e\x46\x4d\x19\xff\x13\x73\x66\x2f\x13\x58\xaf\xf1\x4f\xfc\x18\x52\xc8\xaf\x0d\xeb\x6d\x3a\x0f\x7f\x12\x43\x2c\xbd\x94\xc8\x88\x69\xb0\x09\xad\x2b\x04\x2f\x56\x4c\xcc\xf5\x80\xff\x44\x53\x6b\x7f\xa4\x29\xfc\x22\x10\xcd\xc0\x68\x98\x28\xf9\xde\xa7\x52\xfe\x20\xe7\x52\x25\xba\xaf\x96\x8c\x0f\xa8\x98\xec\x1f\xcc\x5c\xc0\xa4\xa9\xb4\xe8\x93\x90\xf9\xbd\xa9\xac\xe8\xc1\xe6\x04\x66\xed\x27\x30\xf3\x9c\xc0\xde\xd8\xc1\x06\x0f\x27\x08\x24\x86\x87\xba\x2a\x02\x28\x8f\xec\x47\x09\x84\x1f\xe0\x00\xe1\x5f\x43\x36\xca\xc6\xe8\xe5\x85\xbf\x21\xe2\x87\xb5\x6e\x1d\xad\xbe\xa9\xbb\x6e\xa8\x6e\x84\x75\x29\xa9\x72\xff\x43\x72\xf8\xd0\x33\x10\xe2\xeb\x73\x73\x9c\xac\x15\xf1\x9b\x54\x2f\xf7\x6c\xe5\xbf\x0a\x1a\xe7\x64\x14\x5d\xff\x9b\x54\x42\x0b\xf2\x20\xcc\x34\xe7\x82\x5a\x6d\x83\x01\x19\xfd\x61\x2c\x29\xfe\x99\xb2\xc5\x45\x92\xcd\x12\x96\x17\x4f\xb7\x84\x31\x52\xc4\x24\x62\x24\x29\x66\xf9\xa7\xac\xf9\xa5\x24\x6c\xbd\x6a\xbe\xb6\xa2\x5a\xc4\x24\x02\xb4\x84\x98\x44\xbf\x9c\xde\x4e\x2e\x4f\xef\xce\x7f\x3d\x9b\x5c\xdf\x5c\xfd\xe5\x37\xf7\xd5\xed\x6f\x17\x3f\x5d\xbd\x8f\x49\x74\x73\x75\x75\xc7\x85\xa0\x05\x99\x7e\xfc\x25\x29\x6f\xd7\x2b\xa0\xf9\xf3\x87\xf3\xb7\x93\x3f\x9e\xf1\x5c\xe2\x82\x52\x1d\x2a\x96\xda\x5f\x7c\x7b\xcb\xcf\x4b\x98\x97\x0e\xd3\x7c\x68\x4e\xc9\x5c\xb3\xca\xfb\xfb\xb4\x12\xa8\xc1\x42\x4a\x08\x70\xe9\x08\xec\x6b\xf8\xc5\x9f\xd2\xb8\x08\xf9\xe1\x05\xa9\xf6\x39\x77\x11\x65\xf9\xa7\x10\xc2\xa6\xe9\xba\xa5\x2a\x04\x53\x3c\x1a\x9b\xe2\x66\xe6\x0c\x02\x1a\x7c\xbb\x0c\xd3\x7d\x88\x18\x3f\x4f\xf3\xbc\x08\xe1\xb1\x48\xb2\x59\xbe\x0c\xd1\xef\x2d\xe2\x68\x9f\xa7\x37\xb1\xb8\x55\x74\x6c\xcc\x2a\x61\x81\x34\xed\xd5\xda\xbc\xe8\x89\xbb\x44\x2d\x7e\x19\x0d\xb5\xbf\xd3\x4e\xb6\x25\x68\xda\x67\x72\xde\x42\xd6\xc8\xbe\x08\x25\x1e\xf8\xc7\x02\x3d\x83\xad\xc7\x96\x42\xc4\xce\xc5\x9b\xd5\xdb\x34\xbe\xab\x9e\xb8\xd2\x7c\xf5\xd7\x28\x14\xf8\x73\x2f\x7c\x29\xfd\x15\x24\x9d\x17\xd8\x03\xc5\x33\x7a\x85\x1f\x3d\x4a\x77\xbd\x18\xf1\x43\xfc\x28\x56\xa1\xff\x36\xb3\x42\x9a\xb3\x08\xac\xd7\x01\xfa\xf1\xe0\xc8\x17\xe2\x67\x19\x31\x52\xb2\xf0\x51\x71\xfc\x76\xf8\x26\x8d\x74\x71\xc8\x1b\xe7\xce\xeb\x07\x69\xfb\x64\xcf\xb9\xfb\x5a\xc8\x2c\xfb\x8a\xc4\xb2\x9c\x9b\x98\xe1\x78\x92\x7b\x72\xe3\x1a\x44\x30\x23\x0f\x21\x41\xf8\xc9\xf0\x08\x98\x55\x72\x99\xdd\xcb\xd7\xf7\x78\xef\x48\x70\x2c\x9f\xec\xaa\x98\xc2\xce\xc4\xd6\xfe\xc9\x6c\xea\xfa\xd3\x67\xab\x1b\x3e\xa9\xc3\x81\x93\xba\xf2\x93\xba\x15\xa4\xd8\x60\x70\xe5\xa1\x76\x6a\x51\xbb\xb2\xa9\x7d\x04\x6a\x4c\x5b\x22\x1a\x82\x82\x03\x70\x05\x61\x0b\x34\x57\xcc\x93\x9e\xf5\x1c\x33\xe5\x4a\xec\x97\x93\x1d\xc0\x5e\x99\xa5\x30\x7e\xcb\x1f\x61\x7b\x2d\x10\x3e\x0b\x0b\xfc\x19\x8c\x24\x6e\xc3\x02\x9f\xc2\x53\x01\x95\xbd\x6e\x17\x0c\xf0\xcd\xc6\x79\xf9\x26\x76\x0e\x2e\x7c\x61\x9b\x1a\xe0\xbf\xc7\x7f\xb8\xbd\xba\x8c\xc4\x91\x49\xe7\x4f\xf8\x32\x3e\x3a\x3c\xc4\x6f\xe3\xff\x85\xcf\xe3\x57\xff\x3d\xfa\xeb\xa7\xdf\x8d\xf7\x7f\xf7\xca\xf4\xcd\x7b\x37\x58\xd7\xde\x51\xaf\xfc\x44\xd9\x74\x11\x1a\xe7\xee\x69\x52\x12\xeb\xec\x1c\x36\x4f\x53\x48\x21\x39\xff\xe1\x26\xa9\xf8\x0d\xdc\x81\xd2\x78\xef\xb0\x77\x5f\x90\xe4\xa3\xf0\x60\xd6\x67\x7f\x1c\x5f\xbf\xbc\x18\xc9\xd9\x9c\x95\x90\xd8\x04\x36\xb2\x4e\x4c\x28\x5a\x9f\xb3\xc3\x46\x92\x38\x8e\x6f\x4e\x44\xb8\xe7\x93\x60\xa4\x3a\x76\x18\xec\x8b\x77\xfb\x01\x97\xd8\x46\x96\x0c\xd9\xa4\x2e\xf9\x0f\x45\xfb\xef\x7c\x1d\x89\x0f\x82\xd9\x1d\xc2\x0f\x25\xf2\x8a\x5f\x92\x1d\x1c\x4a\x09\xbb\x59\xaf\x10\x6c\x32\x8c\x63\x3c\xca\xea\xd3\x57\xf1\xe9\x99\xba\x3b\x96\x9d\x39\x7a\x43\x8b\xe9\x3a\x4d\x8a\x71\x60\x71\x77\x70\x9e\x63\x7a\xe2\xe1\x0a\xd9\x8f\x6f\x75\x5e\x29\x0d\xf7\x8c\xb1\x6c\x30\x0a\xb0\x0f\x2a\x9f\x97\xbc\x1f\x83\x57\xfa\x49\xd0\x0f\x86\x01\xee\x07\x98\xfe\x18\x5f\xa2\xe7\x6c\x3f\x0e\xa2\x28\xea\x07\xfb\xa1\x86\x78\xbe\x44\xfb\x41\x7f\x99\x17\xa4\x4f\x19\x59\x96\x81\x1c\xdf\x6c\x3f\x7e\x1f\x02\xde\x3e\xb8\x11\xaa\xfa\xee\xc7\x41\x7f\x1c\x54\x7c\xee\xed\x1f\xe1\x0c\x0d\xb7\x54\x5b\x49\xde\x76\xbd\x9f\x79\xbd\x2f\x78\xab\xf3\xf8\xf0\x38\x7f\x4d\x55\xf5\x73\xb7\xfa\xb9\xa9\x7e\x5e\xaf\x3e\x6d\x56\x9f\x2f\x23\x55\x7b\x71\xf0\xd3\x51\x3e\xee\x65\xfb\xf1\xbb\x30\x41\xfb\xc1\xb0\x1f\xec\xf3\x26\x25\x9e\x26\x55\x56\x93\xcc\x8e\xf5\xce\xda\xb1\xce\xc5\x31\x00\xac\x34\x9f\x48\x26\xd5\x3f\x6d\x3b\x67\xd2\x9b\xe5\x92\x8b\xdf\x76\x2e\x16\x98\xb9\xda\x72\x1d\xc9\x3d\xeb\x15\x2d\xb7\xcf\x05\xaa\x3e\x2d\x68\x4a\x42\x29\xb9\x1b\x79\x13\xc0\x02\x74\x9d\x7e\x72\x70\x53\x64\x90\x07\x7f\xb0\xec\x11\x1b\x43\x77\xfd\xe2\x6e\x4f\xb0\x8f\x7e\x70\xf6\x79\xfe\xe6\x1f\xed\xdb\x9f\xd9\x9a\x7e\xad\xa9\x18\xe2\x98\x40\x11\x7f\xf6\x99\x16\x0a\x35\xc0\x60\x60\x24\x50\xe7\x03\xe0\x8a\x36\x99\xc9\x3f\x43\x6d\x7e\xf6\x11\x04\xde\xb9\xe7\x61\x4a\x7f\x86\x3c\xbf\xd5\x97\x2b\x7f\xf9\xc7\x16\x03\x60\xdb\xbf\x36\xa5\x4b\xca\x62\x22\xa3\xde\xac\xb3\x69\x2c\x1c\xdd\xa2\x92\xe5\x05\x89\x0b\xf9\x83\xfe\x93\x28\x8f\xab\x25\x85\x1b\x50\xf9\x6b\x41\x99\x7e\x96\x59\x5e\x5e\x24\x0f\x5a\xc9\x18\x10\xcd\x1b\x64\x98\x02\x3e\xf6\xde\xd0\x91\xdb\xcc\x49\xa8\x8b\xd9\xdf\xb7\x8a\x51\x1a\x02\x19\xbb\x41\x54\x4a\xa7\x10\xc7\xb4\x6a\x52\x28\xc2\x26\x03\xfa\x92\x3f\x3c\x8c\xe9\x8a\x1f\x75\x7b\x95\x9f\x1b\x7f\x76\x8b\xb6\x19\x13\xcc\xa2\xd5\xba\x78\x68\x7a\x9a\x89\xa4\x12\x64\xbf\xd9\x8b\x76\xbf\xa9\x1e\xad\x84\x59\x85\x92\x40\xfe\x08\x83\xf8\x27\xfc\x3b\xfc\x17\xfc\x87\x78\x16\x06\x96\x98\x12\xf0\x64\xb6\xd8\xf2\x07\xdc\x22\xdd\xfc\x09\xb7\x0b\x44\xbf\x6b\x97\xa2\xfe\xd2\xa6\x10\x7c\xa4\xe4\xd3\x26\x85\x60\x23\xa9\xa5\x10\xff\xfb\x3f\xd6\xa4\x78\xea\x96\xb6\xfd\x7e\xb6\x91\x14\xcc\xe5\x27\x33\x5a\xae\x12\x36\x5d\xb4\xdc\xf7\x9a\x5c\xd3\x7c\xb9\xca\x33\x9e\x45\x28\x38\xb6\x24\x57\xd0\x3e\xe4\x33\x33\x88\x3e\x1b\x73\x88\x27\xd0\xfe\xf3\xc7\x6e\xf4\x41\x7f\x3e\x01\xd3\x95\x8e\xc5\xa8\x8c\x0b\x9a\xce\xa0\xa0\x1d\x33\xf2\x17\x93\x92\x25\x8c\x7c\x49\xbe\x5d\x72\xd4\xf1\x90\xb6\x0e\x4f\xc2\x5e\x25\x8c\x15\x1d\xc7\x5f\x92\x5f\x26\x59\xf2\x40\x9a\xd0\x82\x6e\x08\x62\x3c\xc5\x73\x3c\xc3\x8b\xaf\xbd\x82\x69\xcd\xf0\xf7\x3f\x89\x49\xfe\x6c\xc7\xdf\x3b\xf4\x1b\x9f\xf5\x59\x24\x92\x57\xdb\x29\xbe\xa5\x25\xa7\x35\xdb\x91\xb2\xca\xb6\xb1\x84\x64\x36\x7b\xc3\xa7\xd1\xaf\x30\x5d\x3b\xd1\x07\x7b\x1f\x9d\x69\x23\x75\x5a\xde\xd2\xe5\x2a\x25\x6f\x52\x3a\xfd\xd8\x99\xbc\x93\x6b\x23\xfd\x07\xc2\x78\x1d\x7e\xca\xd7\xd9\xac\xec\x4c\xdf\xc9\xd5\x85\xfe\x9b\x94\x82\x17\xec\x94\xed\x5c\x88\x95\xb5\x73\x4b\x68\xf6\x60\xb2\x7d\x51\xab\x1c\x0a\xdb\xca\xbd\xc9\x73\xc8\xb9\x53\xdb\x74\xa6\x6d\xd4\xf5\x44\xd9\x89\xbc\xc9\xd5\xa5\xd7\xce\xbb\x2e\x0d\xdd\x4b\xe7\x9b\x57\xc5\x03\x61\x67\x29\xc0\xc0\xee\xb4\x2e\xdc\x6c\x5d\x6a\x2e\x93\xef\x5a\x7d\x99\x6d\x63\x09\xe5\x97\xb5\xa1\xec\xde\x86\xf2\xcb\xda\x50\x76\x6f\x03\x30\x51\x5f\xd2\x8a\x7a\xc6\xed\xa5\x7c\x49\x4b\xea\x19\x37\x97\xa2\x4c\x79\x6f\xd9\x53\x4a\xde\x92\x55\x41\xa6\x80\xd2\x78\x41\xca\x32\x79\x20\xdd\x4b\xdd\x42\x68\x63\x2d\xc0\x8d\xf0\xad\xc5\x30\x75\x2a\x54\xdb\x4d\x6c\xa4\xfd\x46\xb1\x57\xef\x25\x77\xd5\x89\x36\xed\x44\xfb\x8e\x7c\x66\xb7\x8a\x8b\xe8\x44\x37\xef\x58\xe7\x82\xec\x30\xb3\x92\x6e\x44\x39\x47\x07\x66\x90\xbb\x55\xb9\xec\x46\x5d\xef\x8d\xbb\x51\x5f\x77\xa2\xce\x09\xdf\x72\xd6\x70\x37\xe2\x69\x67\xe2\xd2\x50\xbe\x13\xd5\x69\x27\xaa\x02\x93\x71\xb7\xfa\xce\x3b\x51\xbe\xf8\x70\x77\xfa\xd3\xfb\xb3\xc9\x9b\xb3\xf7\xef\x3b\x12\x9e\x45\x76\xa6\x0e\xf5\xbe\x90\xcc\x6b\x37\xf2\x0b\xab\xde\x9b\x05\xb5\x26\x47\xbd\x59\x66\x13\x62\xd7\xb7\xb6\x56\xb2\x3b\xc3\x8d\x8b\x20\x50\x91\x95\xe3\xbd\xd3\xd3\x10\x80\xcc\xce\xd8\x8a\x50\xde\x68\xea\x3c\x49\xd3\xfb\x64\xfa\xf1\x80\x7f\x39\x50\x70\xaf\xff\x9e\xb6\x7b\xc3\x41\x40\xb3\x8d\xf5\x07\x0a\x45\xf0\xe3\x0e\x68\xec\x9b\xe4\xd8\x4e\x16\x6a\xff\xaa\x78\x17\x92\x92\x70\x5b\x15\xc1\xb8\xa0\xb6\xf5\xb0\x4b\x26\x02\x7c\xa0\xd3\x0c\x83\x7d\x4b\x57\x64\x45\x5a\xca\x00\xfd\x2d\x4d\x9e\xf2\xf5\x26\x42\x8c\x2c\x57\x69\xc2\xc8\x50\x53\x2c\x5f\x39\x24\x65\x7c\xaa\x4c\xa0\x68\xef\xd6\xef\x2d\x42\x6d\x97\xb9\xd5\x19\xde\xf7\x4b\x44\xe4\x99\xe4\x01\xc8\xec\x60\x4e\x12\xb6\x2e\x48\x7d\x32\x2b\x59\xf8\xbb\x8c\x79\x12\x3f\x97\x24\x9b\x79\x43\xfa\x7c\xeb\x38\xc5\xa0\x36\x93\xee\xec\xd2\x17\x4d\xfe\x1a\x11\xf0\x59\xcd\x07\x83\xbd\x70\x0f\xf4\xed\xf6\x9d\x59\x86\xd4\xbd\x85\xac\x72\xdd\xd5\x44\xa3\xe7\x02\xc4\x86\x85\x20\x9b\x38\xe8\xd0\x02\x6d\xf6\xf6\xec\xf2\xed\xe4\xf4\xcd\xdd\xf9\xd5\xa5\x74\x61\x6e\xd1\x2e\x0e\x06\x6c\x44\x9d\xbd\x6c\x2c\xfc\x07\x25\x8a\x12\x66\x55\x4f\x94\x26\x0e\x03\xbf\x69\x55\x0d\x61\xd8\xc0\x02\x7b\x10\xea\xf8\xcc\x88\x82\x7d\xd2\xf4\xa6\x21\xca\x3d\x66\x4f\x98\x67\x29\xc4\x02\xcb\xe0\x24\x6b\x8e\x16\xb5\x46\x2b\xfb\xf1\xe8\x24\x13\xa3\x95\xc7\x47\xc7\xf9\xeb\x0c\xee\x38\xe8\x28\x77\x47\x2b\x1f\xf7\x7c\x26\x27\x27\xcc\x8d\x2d\x43\x91\xc0\xdd\x73\xa0\x95\xc3\x67\x89\x2e\xcd\x6a\xd0\xd2\xb4\x42\x55\x55\x09\x1f\xe8\x1a\x38\x75\xe2\x00\x1e\x75\x5e\xc7\x5e\xfd\xd9\x4e\x11\x2d\xb6\xab\x31\xff\x4d\xd1\x2e\xa6\x9a\x47\x14\x91\x1d\x32\x08\x5b\xf9\x96\x94\xd3\xb7\x64\x9a\x17\x09\xcb\x0b\xc4\x77\xe6\x6c\x4e\x1f\xd6\x92\xe5\x38\xc2\x36\x03\x72\xd4\xea\x34\x59\x13\xd0\x95\xc3\x53\x85\x70\xb2\x5a\x91\x4c\xa8\x86\xea\x61\x5a\x5d\xa5\x51\x4b\x20\x92\x56\x30\xe5\x6e\x3a\xd3\xff\xd4\x08\x50\xae\x91\xc4\x68\x0c\xa8\x91\x8d\xa0\x7a\x3e\x80\x81\xe1\x48\x58\x57\x83\x2c\x11\x60\xf3\xe3\x27\x0a\x4a\x1e\x3e\xbf\x68\x46\x6b\xa1\x3a\xb4\x2d\x80\xdf\x68\xa0\xc2\x86\xe6\xb0\xc0\x0d\x9a\xc3\xe2\x0b\x07\xc5\x55\x94\x7f\xe9\x42\x52\xcc\x4a\xdb\xb9\xd8\xf5\xb0\xfb\x4e\x2e\x97\xcf\x47\xff\x73\x18\x88\xd0\xe0\x97\xe4\x53\x4a\x33\x12\xe0\xff\xfa\xdf\xc3\x60\x9a\x64\x53\x92\x06\x15\x4e\xea\x63\x5b\x44\x77\x70\xb6\x38\x62\x8a\x2a\x2a\x08\x30\xdf\xb2\xe9\xfd\x9a\x99\x01\x18\x05\xc9\x9a\xe5\xd3\x64\x45\x19\x78\xcb\x04\x58\xbc\xc8\x8b\x42\x58\x7b\xf3\x5f\xf3\x7c\xba\xe6\x7d\x3b\xd3\xda\xe1\x60\x9e\x17\xcb\x00\x07\xcb\xe4\xb3\x42\xd9\x0b\x96\x34\xd3\xcf\x80\x25\xb7\xc8\xd3\x19\x5c\x94\x14\x24\x99\xe5\x59\xfa\x04\x8f\xff\x58\xd3\x02\x48\x94\x24\x15\x41\x16\xde\xd2\x82\x28\x13\xf6\x72\x45\xd2\x14\xcc\x81\x02\x7e\x50\xde\xcb\x3b\xa0\x80\x51\x96\x72\xae\xd2\x22\x2c\x22\x00\xa8\x3a\xf1\x6d\x44\xd7\x46\xc6\xde\xd9\x75\xba\x8a\x9b\xb2\x3c\x0b\x83\x55\x52\x32\xe2\x60\xd2\x10\xa9\xe1\xe1\x5d\x69\xf0\xe0\x4c\x8e\xe9\x9a\xed\x94\x9e\x66\xab\x4e\x39\x2a\x7c\xbf\xbe\xbf\x4f\x49\x09\xd1\x68\xf8\xd4\x5d\x15\x84\xfd\x91\x3c\x09\x3c\x28\x8f\x1d\x5a\x3e\x22\xd1\x47\xf2\xf4\x26\x9f\x09\x36\x65\x03\xf5\x10\x61\x66\x9b\xe7\x8e\xd8\x18\x4c\x24\xfd\xa9\x87\xae\x77\xa9\x1d\x36\x2a\x80\x29\x26\x9a\x13\xc9\xcc\x92\xef\xa8\xf0\xb4\x19\xbf\x6c\x53\x9d\x88\x0e\x88\x2f\x67\xbd\x93\xb3\x0c\x03\xc2\x7b\x41\x76\x1d\x41\xb8\x0c\xe5\x22\x39\xc8\xd4\x2a\x51\x5b\x3e\x16\x4b\xa5\x41\xa0\x9c\x26\x2b\x72\xb0\x2a\x48\x59\x5a\x89\x61\x9a\x9f\x67\xf5\xd4\xf0\xfa\x80\x66\xf5\x94\x57\x6b\xb6\x43\x9b\xb0\xa6\x94\xeb\x71\xe7\xa4\x3e\x92\xa7\x6b\x5e\x8f\x7a\xa9\x1f\xc9\x53\xa3\x82\x1f\xc9\xd3\x87\x55\xb3\xcc\xe6\xac\x90\xe5\x71\x1a\x5c\x64\xb3\x09\xbc\xcd\x3f\x35\x5a\xc8\xd3\xcd\xf2\x4f\x56\x0b\x6d\x9b\xba\xd2\x36\x97\xca\xad\x78\x3d\x45\x83\x07\xd4\x1f\x08\xc2\x89\x9b\x52\x4c\x10\x30\xdb\xa0\x36\x53\x3b\x18\x34\x8c\x9d\x73\xf4\x5c\xb4\x70\x6a\x79\x8d\x53\x1b\x25\x38\x1b\x57\x02\x73\xc7\xc3\x07\xe6\x83\x41\x1e\x26\x38\x43\x3d\xe0\xd5\xed\xfa\xc8\x55\x15\xa0\xc1\x20\x8b\x4a\x96\xaf\xf8\x46\x9d\x3c\x24\x62\x7e\x5b\xa1\x59\x92\xce\x87\x92\xef\xae\xf3\x3f\x36\x34\xeb\x84\x15\x49\x56\x52\x5e\xea\x5d\xee\xd9\x45\xc4\x6c\x9e\xae\x8b\x82\x64\x0c\xb4\x74\xb8\xf0\xbc\x54\xe6\x84\xfc\x19\xe4\x22\xeb\x77\x4c\x30\x78\xa3\x92\xcf\x54\xff\x95\x0e\xe8\x45\x04\x8b\x78\x30\x90\x0f\x9a\xb1\xfb\x22\x29\xd9\xbd\x2c\xfe\xee\x32\xf2\x7d\x91\x7f\x2a\x49\x71\xb0\x2d\xa6\xce\xd7\x98\x1b\xd4\xad\x18\xba\xcb\xdd\x1e\x4f\x6e\xbd\x94\xd7\x35\x83\xde\x6f\x33\xb9\xd2\xb8\x9d\xa7\x6c\x70\x1c\xc1\x18\x67\x24\x29\x48\xc9\xae\xe6\x10\x8c\xc9\x2f\xca\x0b\x40\x99\xa4\x90\x97\x2a\x38\x8b\x1d\x1f\x3d\x29\x95\x19\xd3\x3f\x66\xf9\x79\x4a\xa7\x41\x66\xdb\x1b\xfb\xbe\x3b\x48\x83\xd5\x31\x3b\x96\x4e\x06\xc6\xb5\x86\xf5\xb8\xfc\x6c\xaa\x51\x55\xaa\xf2\x7f\xa6\x6c\xe1\x8d\xaa\xd8\xda\x04\x45\x9f\x80\xdf\xd9\x86\x12\x0a\x52\x90\x6c\x66\x07\xd7\xac\x85\xf1\xb2\xd7\x5f\xa4\x52\x2b\xe8\x06\x79\xfe\x08\x84\xdd\x6f\x26\x8b\x89\x92\x45\x49\xc4\xbe\x7d\xac\x4b\x64\xbe\xbd\x44\x6b\xc4\x62\x1a\x2d\x92\xf2\xed\xd5\x85\x67\xd3\x27\x27\xb3\x7c\x0a\x7c\x58\x04\x53\xff\x16\xb8\xc3\xbc\x08\x09\x1a\x4a\x33\x2b\x5d\xbc\x2a\xaa\x06\x84\x28\x5e\xb7\x55\x5e\x67\xd2\xe5\xdc\xe7\xb3\x27\xd3\x63\xe7\x33\xc1\x35\x7e\xa2\x69\x7a\x0e\xfc\x84\x6c\xe2\x70\x8d\x67\x74\x56\x7f\x05\x31\x63\x52\x92\x14\x37\x62\xb0\xd6\xbe\x08\xf4\x1d\x39\x4e\x77\x44\x55\x08\x7a\x39\xa0\x16\xe0\xa1\x53\xa1\xc6\x3b\x33\x89\x0c\xc7\xb6\xc6\x2c\x01\x17\x88\xaf\xe2\x88\x75\x0f\xbd\xbc\x04\x81\x02\x74\x97\x84\x15\x14\xb9\x4e\x23\x8f\x7d\x07\xf3\x04\x55\x58\x00\x00\x03\x7b\xb2\x29\x44\x9d\xd3\x13\x56\x1e\x0d\xbc\x8c\xaa\xaa\x57\x46\x7f\xf8\xd3\x87\xb3\x9b\xdf\x26\xe7\x97\x77\x67\x3f\xdf\x9c\x0a\x3e\x22\x4c\xa3\xdf\x79\xa3\x6b\xc8\xaa\x69\x5f\xba\x13\xc0\xa0\x14\x96\x2b\x2a\x1a\x80\x4e\x34\x74\x3e\x3a\x9f\x64\xb4\xad\x69\x5d\x27\xe4\xe8\xd4\xa7\xdb\x4f\x2d\xbf\x45\x91\x75\x6e\xd9\x1b\x7b\xdb\x56\xce\x42\xf4\xfc\x35\xfb\x37\x83\x00\xbd\x2a\x40\x9e\x60\xb3\xca\xf8\xb9\xea\x5c\xfd\xa6\x41\xdc\xe6\x83\x77\x3b\x4c\xf5\xb6\xb0\x8b\x9d\x44\xf8\x7a\x95\xbf\xbd\xd1\x60\x7d\xdc\xba\xd3\x9f\xc8\x3e\x33\xf7\xe8\x5f\xc4\x37\xec\xc6\x0b\x28\x7b\xb4\xef\xc2\x57\xce\xe2\xe7\x65\xbe\x2e\x09\x30\x71\xc3\x00\x9e\xf3\x47\xde\x2b\xf0\x98\x92\xe4\x91\xa8\xd7\x6b\x16\x54\x78\x11\xe7\xf5\x4b\x1b\x22\x04\x59\xa1\xb9\x53\x50\x8c\x2c\x5f\x4f\x17\x25\x4b\x0a\x36\x0c\xe0\xf9\x96\x3f\x07\x18\x9e\x97\x39\xa7\x0a\x8f\x17\xf9\x23\x91\x6f\xf9\xde\x2f\x5e\x9e\x65\x33\xf9\x4e\xca\x7f\xe2\xf5\x1b\xa1\x37\xe1\x52\x10\x97\x76\x86\x81\x14\x87\xe0\xcd\x7a\x05\xbf\x3f\xac\xe0\x17\x48\x5e\xf0\xe2\x5a\xc8\x60\xd0\x04\x91\x0b\x1e\x45\x3e\x78\xe4\x39\xe1\x81\xe7\x95\xc1\xeb\x96\x24\x5b\x0f\x03\xf9\xe3\x82\x64\xeb\x00\x4f\x53\x3a\xfd\x38\x0c\xa6\xc2\x3e\x6d\x76\x9f\xca\x17\xb3\x7c\x7d\xaf\xcd\xd6\x40\x42\xa4\xd9\x30\x90\xb2\xa8\x7c\x93\xaf\x99\x7c\x75\xc5\x85\xc7\x72\x7d\xbf\xa4\x6c\x18\x88\xbf\x01\x06\x5d\xc2\x50\xa9\x14\xa4\xb8\x1d\x4c\x55\xc0\xb2\x22\x79\x90\x3d\xc9\x1f\x65\x47\xf2\x47\xf1\x42\x3c\xcb\x11\xe4\x8f\x67\x42\xbe\xe6\x8f\x72\x00\xf9\xe3\x7b\xfe\x28\xde\xf2\x11\x16\x2f\xaf\x1e\x45\xca\x7c\xc5\x7f\xe7\x2b\x45\x6b\xa6\x28\xcd\x82\x0a\xcf\xa3\x8b\xab\x0f\xb7\x67\x93\xb3\xcb\xbb\xb3\x9b\xc9\xfb\xb3\xd3\x5f\xcf\x26\x17\x57\xbf\x9e\x4d\xce\x7e\x3d\xbb\xbc\xbb\x3d\x69\x4e\x21\x59\x83\xc6\x1c\x92\x75\x80\x67\x31\x09\xe0\x11\x26\x41\x35\x7c\xae\x10\x2e\xf2\x5c\x1f\xd2\x01\x3f\xe0\x83\x4d\x87\x9e\x8e\xfb\x00\x73\xf0\x17\x81\x51\x5f\xd6\x9c\xe2\xe1\xd6\x14\xc0\x74\xd6\xab\xda\xd1\x65\x47\x45\x82\xc8\xb7\x42\xfc\x8e\xdd\xb9\x5c\x09\x30\x1d\xeb\xea\x44\x4c\x79\x08\x4e\xd5\x13\x2e\x06\x22\x54\x0c\xb5\x55\x2a\x56\x53\x02\xcc\x24\x54\x9a\x10\xab\x1d\x62\x76\x3a\x81\xe4\x3c\xf7\x9c\x8f\x2f\x2f\x65\xcd\x58\x13\x85\xb9\x76\x74\xd7\x10\x9c\xc9\x49\x32\x6c\x61\xc4\x12\x84\x04\x00\xdf\x7b\x5a\x42\xa4\xf8\x50\x82\xc8\x70\xce\x81\xca\xfd\xcc\xf8\xda\x87\xb9\x80\x9a\x56\x47\x29\xcf\x9e\xcc\x66\x60\xb0\xe2\xcd\x89\xf7\xf2\x88\x96\x61\x10\x79\xbe\x21\x13\x15\x9a\x0b\x0d\x80\xf1\x11\x06\x1f\x32\xde\x90\x3e\xcb\xfb\xc9\x6c\xd6\xff\xa1\x91\xef\x87\x3e\xd4\x97\x27\xe0\x9d\xd4\x97\x07\x79\x3f\x0c\xf6\x21\x8e\xa3\x68\xd8\xcb\x4b\x3e\x3a\x1c\x2b\x7e\x06\xed\x07\x28\xea\x5f\x24\x1f\x49\xbf\x5c\x17\xa4\xff\x94\xaf\xfb\x25\x61\x7d\xab\x97\x39\x3d\xb6\x20\x7d\x3e\xbd\xfa\x79\xd1\x4f\x32\x4d\x99\xb3\xf6\xf2\x4b\x14\x20\xed\xba\xb3\xe6\x1f\x32\x04\x6e\x4d\x96\x4b\x4b\xb8\x56\x20\x97\x30\xb9\xe4\xfc\x0b\x73\xbc\xc6\xd9\x68\x3d\x56\x93\x4e\xbe\xf7\x39\x0c\x69\x67\x96\x1d\x86\x5d\xce\x5a\xdf\x4c\x06\xde\xc7\x35\x2d\x44\xe0\x63\x15\xef\x1d\x6a\x77\x19\xc0\x46\xc9\x1c\xe6\xac\x00\x47\x05\x5a\x61\xea\x25\x0b\x8e\x14\xa7\x4a\x12\x0c\x83\x59\xc2\x92\x03\x39\x5a\xea\x7e\x91\xc6\xda\x68\xa8\xc9\x97\x8c\x32\xd0\x64\x02\xf3\xa9\x15\x51\x24\xd2\xc2\x65\x89\x93\x38\x97\xd7\x88\x3d\x0a\x7e\xc6\xb2\xe7\x25\xce\x31\x00\x1b\x3f\x0b\x61\x35\x8f\x28\x23\xcb\xb0\x44\xbd\xc3\x38\x8e\x53\xf0\x89\x33\x8e\xad\x8d\xba\x1d\x04\x02\x7c\x86\x2a\xb4\xe1\x4d\xf5\x4c\x85\xd2\x73\x8c\x50\x55\xd1\x79\x48\x8d\x3c\x38\x8d\xf7\x0e\xf1\x3c\x3e\x3c\x9e\x1b\xaf\xad\xb9\x81\x43\xa6\xa3\xf9\xb8\x37\x1b\x0c\x66\x02\x97\x1f\xbc\x96\x45\xc8\xff\x69\x3c\x93\x7d\x5d\x00\xf4\xc3\x54\xfb\x5f\x4d\xc5\x1d\xf1\x96\xed\x75\x30\xd0\x57\xb1\xb3\x11\x1b\xab\xde\xe3\xcf\x78\x11\x33\x5c\x87\x9e\x10\xea\x22\xbd\x07\x88\x4d\x50\x0c\x73\x70\x01\x9b\xf3\xa3\xd8\x69\x8c\x11\x75\x46\x99\xf9\x12\x12\xbc\x77\xc4\xff\xb1\x88\x33\x32\x18\x40\x7c\x12\x9a\x62\x16\x95\xd3\x82\x90\xec\x2f\xfa\xe9\x37\xcc\xa2\x29\x18\x0f\xff\x45\x3f\xc1\x3b\x56\xa4\x7f\x24\x4f\x98\x45\x49\xca\xc4\x43\xb9\xa0\x73\xf9\xc8\x99\x41\xf1\x74\xbf\x66\x2c\xcf\x80\x91\x4d\x39\x3b\x24\x2e\x3f\xda\xcc\xa0\x0a\x7d\xf3\xae\xf8\x1a\xa6\xc2\xe4\x3a\xe6\x50\x22\x2c\xfa\x32\xf6\x9c\x0c\xa3\x7c\x1c\xfb\x85\x7d\xa2\x48\x15\x31\x71\xab\x73\xcc\x06\x03\x88\x82\x15\x65\xf9\x8c\xf0\xdd\x6b\x30\x50\xde\xa2\xc5\xcb\x4b\x21\x30\xdb\xf6\xc2\x43\x3c\x8d\x24\xce\x60\x89\x42\xbe\xc0\xd1\x31\xf2\x2e\x48\x86\x4e\xb2\x90\xe1\x55\xb8\xc0\x04\xa1\x21\xe3\xbb\xca\xe6\xd5\x35\x18\x50\x93\x01\x1b\x8d\xc3\x65\x3e\x23\x55\x8f\xf0\x7d\x19\xc6\x4e\xe1\x7e\x84\x39\x5e\x0a\xa5\xea\xb3\x88\x7b\xe0\xeb\x0b\x36\xf6\xe0\xc9\xa8\x7e\xe8\xcd\x72\xbe\x3f\xb5\xd4\x5f\x00\x9c\xf0\x5e\xc9\x00\x2c\x59\x44\x29\x05\xf2\x6f\x65\xc8\x7f\x00\xbf\xa9\xab\x65\x8d\x07\xed\x9e\xf0\x96\x15\xfc\xdd\x4f\xa0\xcb\x15\x1e\xb3\x95\x3a\x7f\xbc\x48\x14\x76\x4f\x0d\x06\x9d\x7a\x0e\xaa\x49\x45\x35\x85\x4f\x6e\xad\xff\x84\x5b\x61\x63\x94\x91\xb7\x63\x19\x7e\x44\x95\xa8\x23\x89\xf2\x2c\x64\xfb\xf2\xbc\x0b\xb0\x3a\xf8\x84\x3b\x4f\xb3\x6b\xfd\x7d\x09\xea\xd4\xcc\xda\x9f\x19\xc4\x9b\x66\xb5\xfd\x39\x3c\xc4\xda\x6e\x12\x30\xec\x11\x86\xdb\xd6\x7a\x1d\x46\x8d\x3e\x18\xfb\xea\x42\x22\x29\xa8\x8b\x39\x6e\xef\xc4\x19\xdf\x7e\x01\xf9\xd4\x29\x50\xef\xc8\xc2\xf1\x96\x39\x8e\xb7\xd2\xe0\x46\x6c\xcc\x14\x98\x18\x80\x32\x12\x78\xa8\x51\x9a\x94\xec\x7c\xc3\x06\x8d\x0f\x25\x00\x4c\xb2\xf1\x10\xc9\xe5\xe6\x2c\xec\x6e\x6a\xfb\x2c\x44\xaa\x33\x71\x66\x12\xbe\xe9\x27\x7a\xe3\x25\x08\x67\x02\x66\x22\x81\x28\x58\xa8\xf2\xa9\x7b\x00\x02\x50\x58\xca\x6c\xe6\xd0\x88\x35\x4f\x4e\x58\x1b\xc3\xa5\xd6\x49\xc7\x73\xdd\x05\xb6\x6a\x2e\x58\x44\x24\x1c\xac\x3b\x23\x0b\x1f\x0b\x3c\x2a\xc6\x82\x93\x73\x58\x38\x86\xa2\x7c\x3e\x0f\xcd\x6c\xf9\xfd\xef\x2d\xa8\x5c\x8b\x39\x14\xe5\xf8\xb9\xbc\xed\x46\x03\x15\x56\x8e\xb1\x4d\x5d\x5e\x10\xd6\xcc\xca\x51\xe0\xde\x1a\x2c\x3a\x2b\x30\x94\xcc\xff\x75\x81\xf3\x37\x5e\x06\x74\x93\xd4\x6b\x92\xb9\x80\xbe\xfc\x02\xf9\xdc\x9d\x0f\xb1\x7a\xa1\x02\x50\xe9\xdf\x54\xda\x17\xec\x65\xde\x89\xb5\x27\xf6\xb1\xb3\xcb\x5f\xa3\x49\xf3\x7b\xaf\x51\x4e\x8e\x7d\x74\x06\x83\x42\x2b\x7b\x43\x53\x74\x6c\xe2\xbb\xd3\x25\xf4\xba\xfc\x84\xf7\xf2\xc1\x80\x9e\x50\xb1\x2e\xf9\xc6\xc9\x1b\x5d\xff\x2d\x96\xff\x5d\x91\x64\xe5\x9c\x14\x01\x1a\x8e\x02\x2d\xde\x06\x58\x8a\xb3\x81\x96\x67\xe5\x73\x2a\xc4\xc6\x40\xc9\xae\xf0\x08\x51\xcf\xa4\xb4\x1a\x8c\x9b\x20\x2d\x04\x3d\xab\xc2\xe7\xf4\xf3\x2f\x79\xfe\xb1\x1c\x91\x71\xfc\xbc\x2a\xf2\x55\xc9\xcb\xb5\x2b\x32\xae\x2a\x34\xb4\x9b\x59\xeb\x73\xd3\x59\xf1\xde\x21\xea\x60\x4e\xbd\x55\x6f\xe4\x99\xb5\xed\xfa\xb3\x6d\x93\x78\x47\x05\xd3\xb7\x53\x25\xf9\xc0\x97\xba\xab\x20\x65\xb5\x77\xd2\x3b\x6e\x6a\xb5\x0f\x1e\xb9\x4d\xff\x6a\x55\x39\x08\xf6\x00\xb9\x43\x08\x90\x83\x01\x31\xca\xf0\x13\xeb\x59\x68\xb8\xb4\x62\xfc\xcb\xf0\x00\x1d\x87\x45\x2f\xff\xa5\x38\xe5\x97\x17\xa2\x58\x65\xfe\x28\x38\x69\xfe\xa4\xb8\x6b\xce\xa9\x7e\x5a\xd0\xe9\xe2\xc7\x23\x05\xa2\xc5\x19\x51\x80\xdf\xdb\xe6\xf8\xe3\x19\xb8\x1f\xe4\x0d\x5f\xbf\xe4\x59\xfa\x86\x23\xe8\x2f\x93\xa7\x3e\xcd\x58\x91\xcf\xd6\x53\xd2\x9f\x16\x79\x59\x1e\x94\x94\x91\xbe\x00\x74\xe0\x79\x1e\xd7\x69\xc6\x19\x70\x9a\x52\x46\x49\x79\xdc\x5f\xa5\x24\xe1\x3c\x52\x06\x42\x38\x5b\x24\xac\x0f\xfd\x50\xf6\xef\x09\xcf\x70\x9f\xaf\xb3\x59\x3f\x29\x48\x7f\x05\xfd\x96\x3e\xf5\x85\x55\xc7\x2c\xea\xbf\xcb\x0b\x09\xcb\x91\xcd\xf3\x62\x09\xf5\xc6\x7d\x9a\x4d\xd3\x35\x54\x70\x91\x7f\xe2\x22\xbc\xb4\x1c\x82\xa3\xb2\xff\x29\x29\x32\x9a\x3d\xe0\x7e\x49\x48\x7f\xc1\xd8\xaa\x1c\xbe\x7a\x05\xf3\xe2\xef\x65\x34\xcd\x97\xaf\xac\xc5\x57\xbe\x7a\x3c\x8a\x3e\xbf\xfa\x1f\x2c\x9f\x4e\xee\x45\xa3\x0f\xa0\xd1\x07\xa6\xd1\x51\xff\x56\x74\xc3\x7c\x4e\xa6\x8c\xcc\x86\xfd\xe0\x87\x7d\xb2\xff\x43\xf0\x83\x84\x92\xd3\x5e\x8d\xde\x41\x94\xa6\xe3\x81\xeb\x5b\x30\x5c\x26\x94\x1f\xa1\x45\x6c\x30\xea\xdc\xb0\x7c\xde\x6d\x4c\x6a\xa9\x46\x64\xdc\x93\x72\x47\x66\xdd\x38\xf2\x8d\x1a\x38\x9b\x0c\x55\x32\xa6\x8d\xf6\x5c\x8c\x33\xf1\xcb\x62\x39\x7d\x4b\x96\x4a\xa0\x84\x97\x17\xc0\xd2\x30\x14\x64\x3e\x5f\x9e\xbc\x91\xa7\x6c\x2b\x07\x00\x11\x1d\xe4\xbc\xb2\x8d\x3c\x4f\x9a\x3b\x49\xeb\xee\x79\xee\x0d\x91\x09\x96\xa3\xd3\xb6\xd5\x3b\x77\xd3\x3a\x86\xa9\x8d\x31\x2c\xb4\xf1\x8b\x8e\x1a\xb5\x79\x4c\xd5\x70\xae\x05\xe8\x17\x16\xd1\x01\xad\x12\x4a\x4c\x1c\xbb\x56\xaf\xd4\x9e\x28\xcc\x2b\x6d\xc6\x5d\x0c\x06\x61\x11\x03\x96\x4e\x0f\x0c\x63\xc5\xfd\xb6\x58\xe3\x29\x67\x34\xad\x32\xd6\x66\xe4\x84\xc7\x72\x9c\x9a\x37\x37\x10\x46\x7a\x6a\x5e\x58\xfe\xc6\xbe\x01\x9e\xf2\x36\xf3\x5e\x32\xc9\x42\x54\xd5\x4a\x70\xbc\x87\x37\x51\x69\xa6\x16\xc4\x96\xc0\x05\xb6\xd8\xc4\xcf\x25\xf2\x98\x9a\x0a\x52\xba\x6e\x62\x6d\x1a\x58\x6e\x23\x82\x1b\xb6\x56\xbe\x09\x99\xc6\x2f\xb5\xc4\x3f\x11\xa9\x48\x74\x73\x61\xbd\x47\xc7\x75\x4c\x59\x2d\xa2\x09\xac\x42\x92\x5e\xc8\xba\x3b\x88\x7c\x36\xe8\x59\xde\x00\x91\x49\xfc\xf0\x61\xa5\xd9\x3b\xf8\xf7\x5b\xa2\xef\xdc\x13\xbd\x18\x30\xab\x2c\x3b\x10\x6b\xd2\x8c\xc6\x38\x33\x33\xc7\x41\x4b\x53\xf1\x41\xb7\xec\x2a\x7b\xd9\xcb\x4b\x16\xd9\x71\x70\x9c\xdf\x64\xf6\xf2\xe2\xee\x31\xba\x22\xa9\x7d\xf0\x3b\xf6\x05\x62\x02\x3a\x70\x41\x53\xd3\xca\x54\xc4\x4e\xac\x69\xa9\x6e\x84\x4d\x63\xcf\xf6\xff\x85\xeb\x8e\x9f\xc8\x3c\x2f\x48\xc8\x39\xb9\xa2\x14\xc3\x83\x85\xff\x71\x36\x3b\x9d\x83\xfd\x11\x08\x99\xf2\x0b\x98\xfe\xcf\x63\x0b\xee\x4b\xeb\xc7\xe5\xce\x70\x22\xff\x5a\x60\x3e\x72\x26\xbe\xbc\xb4\x7e\xba\xd5\x0a\x67\x4f\x92\xfc\x9f\x17\x1d\x52\x95\x1d\x12\xe5\x1d\xd2\x7c\x22\xf7\x1f\x29\xab\x25\x94\xb1\x77\x7a\xf6\xdc\x9c\x6f\x67\xc6\x1a\x48\x24\xdd\x3c\xc4\xba\xc0\x9b\x08\xb3\xb2\x7f\x9d\x67\x43\x2d\x42\x81\xba\xa2\x64\x11\x08\x9d\x64\x86\x59\x24\x94\x09\x52\x4e\xc6\xcf\xb4\xe4\x7b\xd9\x70\xef\x10\x4b\x1b\xb8\xa1\xc6\x89\x6f\x5c\x3c\x69\x5b\xdc\xed\x06\x21\xc2\x7e\x2e\x58\x15\x44\x98\x97\x04\x1e\x43\x11\xc7\xf4\x2e\xd2\x49\xf1\x9e\x63\x2c\x63\xdd\x9c\xc8\x5b\x93\x37\x49\x96\xe5\x4c\x5a\x53\x31\x9a\x30\xd2\x4f\xfa\xda\x87\xad\xff\x89\xb2\x45\xbe\x66\xfd\xa4\xaf\x97\x63\xff\xba\xc9\x8d\x3d\xe5\x6b\x60\xbf\x60\xe5\x71\xae\x4a\xc4\xb3\xdc\x0f\x80\x40\x3f\x91\x7c\x59\x5f\x87\x4e\x79\xa5\x4e\xbc\x28\x40\x95\x65\xac\xa2\x2c\x53\x38\xbf\xb9\x04\x05\x20\x4b\x68\xea\xda\xc3\xea\x1d\x42\x00\xee\x49\x03\x14\x0d\x2b\x67\xf6\x76\x08\xcd\x20\x3b\xa6\x11\xb2\x01\x13\xd0\x48\x8b\xe8\x56\xa4\xc2\xd2\xc4\xb4\xab\x33\x59\xe1\x77\x26\xcb\xe2\xa3\xe3\xec\x35\x03\xb4\xdc\x62\x94\xb9\xee\x49\xd9\xb8\xb7\x75\xc8\xe5\xc6\x0f\xf6\xd7\xc2\x62\xdb\xa3\xba\xa4\x48\xf3\x5a\x16\x91\x02\x0c\x6b\x7c\x7d\xd5\x12\x89\x74\x44\xc6\x32\x44\xa8\xbc\x00\x15\xb6\xbe\x99\x1d\xe9\x2f\x94\x93\x5a\x06\xc5\x85\x25\xa3\x0e\x27\x3b\xf4\x41\xd7\x9d\x41\x2e\xe2\xce\x38\x4e\x76\xae\x57\xab\x82\x4c\x0a\xb9\x04\xba\xe7\x5a\x24\xa5\x32\xc4\xde\x25\x1b\xcd\x26\xb3\x7c\xb9\x4b\x8e\x99\x89\xfc\xf6\x2f\x74\x0c\x71\xbd\x7c\x9e\xf5\xd2\x1f\x32\x6b\xef\x79\x7b\x75\x31\xd4\x60\x0a\x7c\x96\xa8\x6b\x71\xb3\x41\x99\xda\x0f\x0d\x34\x82\x13\xef\x69\xb7\x31\x7e\x25\xf3\x79\xc7\x5a\x84\x63\xf8\x97\xd8\x3a\x3f\x7b\xbd\xc3\xd0\xb3\xd9\x0a\x75\x47\x85\xc1\x6f\xf9\xba\x3f\x4d\xb2\x1f\x58\x9f\x57\xc5\xca\xd9\xcf\xd7\xac\xa4\x33\xd2\x87\xb5\x43\xe4\x76\xc8\xb7\x3a\x19\x9a\x2a\x68\x33\x6b\xb3\xc0\x6d\xbd\xd6\x9c\x5e\xe5\x71\x65\x85\x4e\x90\x23\x5b\xec\xe8\x1c\xd5\x36\x35\x3b\xc6\x54\x10\x23\xb4\xd3\xec\x17\xc3\xfd\x2f\x8b\xf1\xa2\x82\xfc\x28\xbb\x0a\x33\xbf\xb7\x0f\x79\xe1\x1b\x72\x2e\x1f\xb8\x63\x9e\xf5\x93\x3e\x6f\xa4\xd4\x33\xcc\x74\xf8\x48\xe4\x1f\xcb\x2e\x05\xa8\x7c\x1b\xa9\x57\x08\xd7\x57\x36\xfd\x9a\xb5\xe8\xec\x81\xdd\x26\xc0\x0e\x0b\x5c\x65\x29\xd6\x59\x9a\xe7\x16\xbc\x9d\x39\xc8\x85\xa2\xf2\x5f\xb8\x2d\xd6\x67\x87\xd9\xe8\x9e\x9b\x23\x07\x11\xc1\x35\x87\xa3\xad\xa8\x89\xef\x66\xa7\x9e\x16\x2e\x37\xc8\x06\xa3\x56\xce\xa2\xca\x2d\x80\xc8\x98\x0d\xe0\x1f\x43\xa3\x79\x9a\x3c\x3c\x90\xd9\xb9\xee\x25\x14\x06\xd0\xeb\xe2\x2e\x2b\x0a\xf6\x19\x16\x16\x71\xc3\x02\xf3\xae\x1f\x92\x0a\xfb\x5c\x63\xb3\xe8\xef\x39\xcd\x50\x48\x20\x40\x02\x30\x32\x02\x9c\x55\x18\x63\xd7\x66\x52\x6e\xcf\xa4\x0e\x1e\x2d\xde\x63\x71\x27\xc7\x8a\x6f\xb1\xbf\xd8\x53\xf8\x5f\x3b\x8f\x1c\xeb\x2d\x6a\xe6\x91\x30\x52\x6b\x9d\x18\xe2\xc6\x51\x68\x88\x3e\x53\xd6\x96\x70\x9d\xd9\x49\xbf\xf5\x70\xd9\x2c\xd3\x17\xf1\x5c\x8d\x45\x6e\xc6\xf2\x5f\x24\x89\xd5\x47\x80\x99\xc0\x68\xb4\xd6\x55\x19\x6a\xe5\x49\xad\x7b\xc7\x57\x0f\x69\x7e\x9f\xa4\xe5\x41\x41\xca\x3c\x7d\xac\x77\xcd\xb6\x60\x68\x5f\xea\x34\xa4\x83\x3b\xed\x26\x06\x3f\xa4\x74\xb9\xb4\x39\xde\x5d\x2d\x7e\x3d\x37\x8a\xe9\xd7\x0f\x0e\x5e\x47\x3f\xbf\xbf\xfa\xe9\xf4\xfd\xed\xe4\xe6\xec\xf6\xea\xfd\xaf\x67\x37\x83\x41\x98\x7e\xa7\xd0\xb0\x98\x36\xe2\xfb\xdb\x4e\x3c\xe2\x9b\x09\x0b\x88\x19\xaa\xa4\x8a\xcc\x13\x4d\x36\x69\x44\x93\x15\x42\xd0\x2a\x29\x4a\x08\x8f\x2a\xd0\x70\x61\xde\x35\x10\x73\x2a\x9c\x44\x59\x5e\x2c\xc1\x41\xda\x7f\xe7\xb2\x4a\x29\x0b\x83\x21\xe8\xe6\xd9\xe8\x70\x8c\xb3\x98\x8d\x8e\x94\x92\x5e\x43\xc5\x04\x7b\x71\x5c\x9c\x14\xfb\xc1\x30\xd8\xe7\x32\x17\x78\x33\x87\xaf\xc2\xbf\x46\x2f\x93\x97\x03\x14\xbd\x7a\xc0\x5e\xb1\x77\xba\x48\x8a\x53\x16\x1e\xa1\x88\xe5\x1f\x56\x2b\x52\xbc\x49\x4a\x12\xa2\x0a\xf1\xd3\x21\x89\xe4\xa4\x6e\x56\x4d\xb9\xec\xe9\x66\x82\x21\x43\x5c\xa8\x1c\x22\x18\x32\xff\x60\xc3\xfb\x8f\xb2\xb1\x8e\x3c\x3e\xca\xc6\x61\x21\x6c\x86\xa4\xe0\x28\xb3\x5e\xb1\x05\x29\xc2\x02\x3a\x47\x93\x6f\x45\x5b\xae\x75\x34\x88\xa1\x61\xcb\x97\xb8\xf6\x1e\x22\x47\xe0\xc4\x7a\xd3\x71\x0c\x28\x8c\x01\x4e\x62\x8a\x4b\x1d\xa2\xd7\x8e\x03\x2c\xe2\x37\x23\xbc\x8e\x13\xd7\xc6\xe4\x55\x80\x70\x1a\x83\x09\xca\xfa\x24\x89\xca\x94\x4e\x49\x78\x88\xd7\x08\x94\x15\x20\xa2\x3b\x43\x3a\x18\x88\xb4\xa2\x36\xd3\x38\x51\xb5\x79\x15\xa0\x5e\x12\x4f\x47\x53\x05\xba\x7e\x24\xd0\x65\xe6\x31\x04\xaf\x36\x7e\xf7\x28\x9c\xea\x62\x0e\x8e\x10\x1c\xee\x61\x10\x05\x08\xf5\x64\xdd\x9d\x78\xb7\x28\x9c\x8b\x08\x10\xb3\x38\x80\x0b\x04\x81\x59\x7f\xc1\x1f\x87\x82\x34\x17\xe5\xe9\xfc\x09\x71\x29\x82\xce\xc3\xbd\xe4\xe5\x65\xaf\xf0\xdb\xd1\x9e\x67\x8f\x49\x4a\x67\x7d\x15\x8f\x72\xd8\xff\x1b\x44\xaf\xfa\x1b\xee\x2f\xd7\x25\xeb\xdf\x6b\x19\x68\x9e\x17\xcb\xfe\xdf\xf8\xca\x1a\xf2\x0e\xfc\x5b\x5f\xdf\x5c\x3c\xeb\xcc\x04\xc3\xf7\x02\xab\x37\x7f\x16\x1a\x25\xf0\xf6\xa3\x78\x46\x0b\x9e\x75\x98\x62\xf8\x93\x80\xc9\xf6\xb0\xc4\x8d\x29\x39\x0c\xe4\xab\x60\x7f\x56\xf1\x09\xe0\x86\x8a\xf2\x42\xd8\xf8\x26\x7c\x63\x11\xc6\x71\x5c\x40\x6c\xc3\x13\xfd\xae\x9f\xb0\x7e\xb0\x5f\x44\x9e\x2a\x9b\x65\xfa\x57\xbe\x3e\xf9\x90\x0e\x43\xc6\xd7\x50\x9e\xb3\xfd\x20\x0a\xf6\xeb\xfd\x0d\x46\x4b\xa8\x9e\x2f\x40\x10\x64\x9a\xa4\x30\x63\xa0\x7c\xbe\xca\xf6\xe3\x46\x76\x08\xf2\x89\xe0\xd2\x22\x81\xa0\x55\x77\x8d\xe8\xd6\xf6\xe6\x60\x85\x57\xc0\x49\xb4\x2e\xc9\x4d\xbe\x66\xa4\xb8\x4c\x96\xf5\x2c\xc1\x7d\x52\xd2\x69\x00\x96\x73\x10\x1d\x42\xfc\x89\x83\x60\x28\x9f\xc4\x9f\x7a\xd5\x27\x01\xb2\xb6\x99\x3b\xd9\x67\xde\x55\xd8\xad\x03\x7b\x9a\x8d\x85\xc8\x6d\x8a\x22\x52\x7c\x72\xed\x2d\xf4\xd0\x8c\x4c\x93\x25\x11\x6b\x85\x21\xbb\x42\x6d\xd7\x92\x30\x13\x6a\xfd\x11\x2a\x0c\x06\x67\x1b\x23\x36\xb9\x37\x79\xc6\x8a\x3c\x4d\x49\xf1\x0d\x89\x42\xf2\x6f\x48\xef\x82\xcf\x24\xcf\x08\xd4\x26\x93\x18\x4f\xab\xbf\xe5\x1e\x48\x60\xf6\xca\x29\x26\x49\xfe\x42\xd2\xd5\x86\x36\xb7\xd7\x05\x5e\x75\xae\x4b\x7d\xb9\x88\x30\xa3\xdd\xaa\xc8\xf7\xb7\x2e\x05\x75\xa0\xf8\x31\xcb\x3f\x65\xef\xf2\x82\xcf\xd0\x16\x9b\xde\x4d\x47\x06\x6d\x14\xca\xb9\x78\xbe\xaf\x8a\x60\x9a\x21\xdd\x0f\x7e\x17\x20\x5c\xb6\xf0\x14\x78\x1d\xbb\x37\xf7\x38\x8d\x0f\x8f\xd3\xd7\x6b\x65\x17\x99\x2a\xbb\xc8\x69\xbc\x1e\xa5\xa0\x16\x4e\x44\x20\x8d\x29\x42\xe5\x48\xa2\x59\x25\x59\xc9\x97\xc8\x5d\xae\xf5\xdc\xef\xd6\x69\x9a\xc1\xc6\x87\xa7\x68\x1c\xef\x1d\x2a\x6b\xf1\x92\xb7\x7a\x53\x0e\xef\x8d\x72\xb3\x95\x59\xcc\xac\x93\xea\xf7\x85\x8a\xf2\xa7\xed\x00\x81\xbb\x11\x4b\x36\x29\x39\x5b\xc7\x57\x6c\x26\xa2\xca\x27\xd2\xf9\x0b\x29\x57\xca\xb4\xd5\x75\xd2\xe6\xde\x3b\x45\x02\xa8\x19\xfa\xd8\xf9\xb9\x88\x93\x26\xff\x7c\x9a\xa4\x79\x32\x6b\x4f\x62\x1b\x2a\x7e\x7b\x9d\xd6\x26\x80\xe6\x2b\x51\xf7\x8e\xa0\xeb\x2a\xc3\x36\xc8\xe4\xdd\xa8\x96\x5d\xa8\xe6\xd9\x7b\xe8\xc2\x8e\x00\xc2\x22\xf9\x46\x8a\xc5\x1a\xd2\x80\x81\x5d\x67\xba\x76\xa6\x8d\xd4\x61\xc4\x3b\xe3\xd9\x17\x91\x4c\xbf\x91\xa6\x96\x8f\x77\x06\x34\xde\x30\xc1\x65\x28\xe2\xdd\x35\x75\xed\xbe\xb1\x3b\xe1\x54\x58\x6a\x9a\xec\x81\x66\xc4\xaa\xd2\x06\x09\xb5\x4d\x08\xfd\x2e\x7a\x81\x32\xd6\x40\xcb\xda\x79\xd4\xea\x44\x71\x91\x38\x5d\x97\x2c\x5f\x4a\x70\x24\x78\x63\xbb\x04\x7e\x8d\x17\xbc\x55\x54\x34\xf9\x94\xb0\xe9\xe2\x5c\x76\x91\xb4\xc2\x97\xc7\xa4\xd4\xec\x04\xb6\xdd\xf3\x81\xea\x4d\x61\xee\x23\x70\x76\x9e\xad\x2b\xd8\xe1\xde\x51\x85\x2a\x3c\xb9\xcf\x73\x76\xfb\x94\x4d\x7d\xd7\x9f\xa2\x9e\x3c\x05\x99\x9d\xf0\x1f\xc3\x90\xc0\x91\xb3\xd6\x0c\x03\xf8\x8b\xdd\xc8\x8b\xd6\x10\x22\xf1\x5b\xcd\x3f\x11\x35\x34\x2f\x62\xe7\xf3\xb0\xf1\xb9\xd1\x6e\xeb\x23\xc4\x6e\x15\xaf\xc1\x77\xb1\x30\xbe\x8b\x51\x01\xcc\x0c\x0e\x54\x82\xc0\x4a\xec\xe9\xcd\x62\x9d\xa9\xae\x34\x71\xfb\x8b\x52\x76\xab\x8e\x7c\x9c\x4c\x19\x7d\x24\xb6\xc7\x5c\xcd\x16\x5c\xbb\x73\x8a\x3e\x8a\xf7\x44\xec\x1b\xe5\x47\xa7\xfa\xa5\x89\xa0\x64\x01\x81\xd4\xba\x50\xd0\x9b\xa8\xbb\xeb\xc9\x04\x70\x94\x44\xfb\x84\x41\xe7\x34\x5f\xae\xd6\x8c\xcc\x50\x4b\xd4\x44\x6d\xf7\x25\x33\x09\x7b\xaf\x8a\xcb\x07\xc9\xec\x2a\x4b\x9f\x42\x84\x67\x74\xf6\x46\x58\xb0\x48\xab\xc0\x9a\xe6\xd0\x01\xbc\xb0\x07\x81\x37\x8d\x25\x05\xe3\xdc\x63\xcd\x5e\xde\x1a\x88\xc8\x4e\xa3\x3b\x69\x46\x67\xb7\xd0\x56\x48\xc3\x39\x05\xd9\x4d\xa2\x9e\x8d\x05\xe2\xa6\xd7\xf2\x7b\x83\x0c\x76\x4a\x36\x9f\x42\x03\x03\xf1\xe1\xe6\x7d\xeb\x04\x77\x72\x38\xb4\x74\x5e\x60\x3f\x7d\x13\xa0\xe1\x8c\x11\x3b\x23\x50\x87\x2c\x50\xf6\x94\x59\x0d\xdb\xd4\x9e\x9c\x38\xb0\x77\x14\xc5\xf9\x39\x40\xa8\xb5\x04\xcd\x8b\x88\x0c\x53\xcb\x4d\x02\x2a\x1e\xe6\xb8\x31\x96\x98\x54\xfc\x0c\x71\x3a\xa7\xc6\x83\x8b\x8e\x58\x17\x69\x85\x1f\x69\x59\xd3\x30\x1b\xd8\x99\x5e\xb3\x27\x7b\xb6\xaf\xf2\x44\x9b\x4b\x4c\x26\xc6\x2e\xd1\x3a\x27\x54\xcf\x08\xb3\x04\xb5\x9e\xf3\xd8\x77\xbc\xe5\x20\x8b\x97\x51\xb9\xc8\xd7\xe9\x4c\xdc\x44\x0b\x88\x0d\xa1\x85\xbe\x25\x8c\x81\xbb\x31\x8a\xd8\x82\x64\xbe\x65\x52\xa1\x21\xab\x14\xaf\x0c\x3d\x4b\xad\xcd\x43\xf7\x1d\x34\x49\x8c\x3f\xa6\xd6\x74\x00\x71\x91\x3f\x20\x59\x44\xae\x8f\x25\x1d\x52\x99\x45\x70\xfd\x20\x15\x20\xf2\x17\x68\x72\xee\x34\x10\xd6\xe9\x7d\x5e\x30\x32\x0b\x84\x1f\x17\xd8\x72\xd3\x68\x22\x1a\x7f\x41\xa7\x45\x9e\xd2\xfb\x48\xec\x42\x26\x93\x31\xcc\xd8\x96\x52\xd5\x8d\xa0\x1e\xd4\x62\x53\xc9\x27\xc6\x60\x87\x45\x4b\x61\x74\xcd\x3b\xc9\x05\x84\xf9\xda\x53\x6c\x9d\x79\xce\xb1\xaa\x42\xbd\xd2\x35\x08\x69\xdb\x3e\x3d\x41\xde\x9f\x2b\x84\x59\xc4\xf2\x33\x33\x99\xf8\x56\x21\xcf\x29\x86\xe0\x48\x32\x67\x64\x63\xce\xd5\x33\x87\xa8\x79\x4e\x3a\x24\x4a\x52\x3c\xd2\x29\x19\x1e\x28\x63\x40\x4e\x42\x3d\x7b\xf2\x3a\xd6\x2f\x80\x27\x23\xd6\xc6\xba\x2d\x90\x9d\xd5\x44\x01\x8a\xfc\xac\xa8\x28\x6f\x0f\xe5\xc2\x02\x2f\x9d\xc3\x0a\xfc\xa4\xcb\xb7\x57\x17\xb2\x58\xb1\x22\xb8\xf0\x1e\x13\xfb\x17\xb6\x2c\x50\x69\xf9\x93\x60\xdc\x4e\x24\x3d\xf9\x33\xfe\x49\x84\xdb\x0c\xad\x24\x12\xd6\xd8\xa4\x71\xcb\xd3\xef\xd5\x6e\x2d\x6b\x0c\x6c\x90\xa7\xb6\x7b\x47\x58\x6e\x98\x62\x86\xc4\x41\x96\x67\x5c\xdc\xb5\xaa\xe7\x2c\x73\xb1\xcf\x58\x6f\xac\x4a\xda\xaf\x65\x3d\x9d\x94\xea\xa4\xb0\x5f\x76\xae\x27\xb0\x88\x72\x90\x45\x2d\xd4\xaf\xd8\x7c\x18\xba\x1f\x7c\xf6\x9c\x9a\x86\xce\x03\x65\x3a\x7c\x91\x0a\xd2\xd7\xca\x38\x39\xfd\x63\x31\x45\x6e\x5f\xda\x2c\x90\x95\x5e\x34\x55\xa5\x96\x0d\x57\xaf\x91\x3b\x31\x1c\x36\x28\xf4\x74\x8c\x3d\x45\xac\xf7\x48\xfb\x8c\x13\x27\xfc\xa4\xb5\xce\xe2\xc6\xd1\xd9\x38\xc5\xac\x33\x4c\x4c\xb2\xd8\x9d\x64\x75\x4e\x2d\x6e\x56\x10\x3b\xb3\x3e\xae\x2f\x0a\x4c\xd4\x69\xa2\x8d\xf4\x48\x15\x22\x9c\xc6\xa5\xa5\x27\x48\x5b\xc5\xa8\xba\x10\xff\x8d\x2e\xf9\xbe\xd2\x07\xd0\xb9\x12\x6c\x18\x4c\xb4\x8b\x72\x1d\x34\x18\x5f\x8d\x84\x54\x08\xa6\xd0\x5f\x68\x53\x04\x14\xb2\xa1\x97\x92\x66\x29\xbe\xcf\x95\xa6\x09\xaa\x87\x57\x78\x89\x1f\xdb\xfc\xb2\x1e\xdc\xf9\xcb\xc0\xdc\x42\xa9\x92\xdf\x53\x3e\x13\x53\x79\xcb\x38\x0a\x0e\xee\xd7\xd3\x8f\x84\x1d\x4c\x93\xe9\x42\x8a\x66\x63\x3d\xcb\x1f\x3c\xdc\x0e\x4c\xc8\x6f\x23\xcd\x3e\xf1\xdd\xf6\x3e\x5e\x34\x44\x5a\x0f\x84\x0d\xa9\xb1\xb9\x2d\x92\x6e\xb2\x66\x39\x17\x7d\xc0\x1c\x59\xde\x78\xf3\x65\x05\xbf\xad\x81\x55\xe7\x7d\xf9\x55\xf2\xf0\xef\xd4\x66\xfd\xbb\x78\xaa\xb7\xab\xa7\x97\x97\xf0\x89\x6f\xed\x8f\x5e\x9f\x50\x03\x00\xb8\x37\xad\xb9\x46\x0e\x06\x65\x94\xd2\xfb\x22\x29\x28\x31\x62\xf4\x9b\xbc\x20\xef\xe1\xed\x53\xa8\xa3\x1e\x02\x56\x82\x72\x4a\x46\x91\x70\x92\x44\x48\x9f\xb1\xc9\x8c\x66\xa4\x2c\xdf\x92\x39\x29\x8a\x24\x2d\xe3\xa3\x9a\x5c\xa8\x7e\xfb\xfa\x44\x79\x50\x48\x76\x49\x76\xa9\xdc\xaa\xac\x4e\xd5\x7b\xad\x93\x4e\x55\xc2\x4a\x28\x05\xd6\xc9\xaa\x20\xab\xa4\x20\xef\xf2\xe2\x67\xf3\x51\x89\x38\x2a\xbf\x4c\xfc\x29\xa1\xec\x5d\x5e\xbc\xbd\xba\xb8\x21\xc9\xec\x29\x04\x18\x68\x9a\xce\x54\x2d\x7d\xd2\x93\x87\x4b\x21\xd1\x7d\x52\x12\xb9\x97\xda\xac\x9f\x78\x35\xd3\x73\x4f\x42\x1d\x01\xf6\xb3\xc3\x12\x7a\x10\x8e\x7d\x9d\x26\x83\x71\x57\xb8\xce\x52\xb6\xeb\x31\xbc\x64\x2c\x17\x2b\x7f\x7f\x35\xe6\xa9\x14\x3b\x43\xeb\xc7\xcb\xcb\x5c\x3e\x21\xb5\xa8\xb4\x62\x80\x77\xe2\x5b\xbd\xf5\x68\xc6\x17\x54\x2f\xfe\x6f\x2d\x32\xa5\x33\x1c\x21\x92\x66\xde\x93\x59\x23\xff\x64\xa2\x22\x1f\x3b\x62\x17\xe7\xff\xec\xdf\x15\xae\x8d\xb9\x5d\xee\x9e\x5a\x70\xe2\x6f\x44\x4b\x48\x22\xa4\xac\x72\xba\x20\x7c\xcf\x41\xa1\x8c\xd6\xa1\x20\xa3\x83\x59\xbe\x84\x74\x81\x64\xbf\x7e\x17\x0a\xad\xc3\x93\xc0\xe5\xb8\xa7\xd9\x4c\xc9\xb0\x26\x29\xaa\xb0\xfa\xd1\xe8\x6c\xc7\xa5\xc7\x2c\xa9\xdb\xa7\x6c\x1a\x82\xe1\xdc\x9c\x14\x37\x6a\xf9\x35\xb7\x94\xe6\xca\xdc\xdf\xaf\x70\x32\x7b\xe4\xfd\xb4\x53\xbe\x83\x03\x7c\xa8\x80\x28\x3d\x9f\x41\x21\x95\x44\x79\x36\x25\xb2\x81\x82\x13\xa4\xb3\x9f\xc8\x34\x5f\x42\x59\x4f\x7c\x4d\xf1\xcd\xd2\xe7\xa1\xc1\x3f\x5c\x17\xf9\x92\x96\x04\x35\xb4\x6f\xf2\x43\x8f\x15\x4f\xcf\x8d\x4e\x98\xf2\xd9\xcf\x27\x7b\xd5\x96\xcf\xab\xe5\x13\x48\x0f\xf6\x2e\xe5\xcc\x36\x78\x77\x23\x6d\x97\xe2\x34\xba\xb9\xfd\xf5\x3a\x82\xee\xd6\x53\xcf\x2a\x41\x44\xc3\x76\xeb\x08\x3a\x36\x4b\xb7\x86\xf8\x2e\xba\x76\x14\xe9\x7c\x02\xd9\xcc\x93\xa5\xd5\xac\x8f\x91\x6e\x28\x53\x16\xb0\x5c\x24\xfb\xbb\x80\xdd\xc5\xac\x02\x18\xdb\xd2\xd5\x87\xdb\xcd\xf1\xae\x93\x5e\xa7\xfd\x5b\xb5\xd1\xc8\x06\x6e\xe7\xd4\xde\x8b\xed\x5e\x80\x7a\x82\xc1\x24\x4c\x07\xab\x5a\x42\x53\xb1\x06\x53\xca\x40\x9a\x7e\x06\x5b\xf7\x0b\xbc\x65\xe9\xe9\x21\x0e\x10\x80\x85\x38\x33\xcf\x99\xe1\xc5\x93\xe8\x99\x9e\x80\xcb\xc9\x23\x5a\xde\x91\x92\x33\x65\x28\x44\x2f\x2f\x21\x5c\x87\x4b\x8b\xf3\x53\x71\xb9\x0e\x97\x90\x25\x12\xb5\x00\xa5\x88\x7e\x7b\x4b\x92\x62\xba\x30\x10\x6f\x7b\x87\xa8\x76\xc2\xa0\x90\x34\x0f\xb3\x93\x0d\xc3\x32\xf4\xed\x77\xc8\x9e\xf4\x4a\xf3\x0d\x27\x15\xe0\xf6\xd8\xea\xc6\x5e\x73\x90\xd4\x7d\xae\xad\x38\x37\x4a\xdb\xfa\xd4\xf2\xe6\xb7\xe6\x1a\x2e\xea\x9d\x6a\x63\x5c\x7f\xb9\xbe\x64\x7b\xe7\x1e\xd5\xeb\xbe\xf3\x44\x5d\xab\x1b\x27\xe7\x74\x16\x3b\xdb\x60\x10\xfa\x3f\x8b\x93\x1e\x6d\x60\x62\x9c\xe0\xf2\xfe\x14\x3e\x9f\x4e\x0b\x22\x5b\x60\x10\xa3\x6a\x63\x29\x32\xf2\x3c\x6a\x6a\x23\xcd\x0d\x32\xe8\x23\xed\xbd\x90\x77\x82\x47\x17\x28\xf4\x93\x45\xe3\x60\xd5\x7a\x46\xc8\xc7\x5a\x95\x88\x59\x04\x75\xe0\xbc\x03\x8a\xc4\x0c\x72\x79\x97\x22\xff\x64\xd6\x7a\x66\xaf\x75\x52\x09\xb3\xe9\xde\xbd\xab\xf6\x82\xaa\x34\xd5\x5e\xee\x56\xb6\xc9\xb3\x4b\xf9\x21\xd7\xcc\x80\x95\xea\xca\xbe\x11\xc0\x8a\x67\xd1\x2c\x4b\x4d\x53\xe6\xf1\x1a\xc7\xcf\x82\x6f\x6b\x89\x9d\xd4\x34\x64\xac\xa9\xce\xa0\xfc\xa1\x30\x0a\x52\xe5\xbb\x29\xfc\x1a\x73\x3c\x8d\xea\x28\x3c\xe0\xb0\xfe\x77\x11\xc6\xa5\xd6\x30\xcb\x6e\x02\xdb\x07\x8c\xd2\x31\xdb\xe5\x29\x0d\xc9\x90\xef\x56\xbc\x4e\xa7\x6b\x96\xbf\xd7\x6a\x13\x6f\xd2\x45\x52\x2e\x78\xd2\x5f\x92\x72\xb1\x2d\x29\x2d\x59\xce\x25\x88\x79\xf4\x8b\x78\xdc\x92\x01\xd4\x5f\x78\x1e\x5d\xe6\x19\xf1\x26\x0d\x0f\xf1\x2a\x5a\x15\xf4\x31\x61\x60\xe7\xf0\xc0\xc7\xad\x75\x58\xc0\xf0\x6e\x1e\xfd\x04\x52\x27\xd8\x3b\xd6\x87\x44\x69\x33\x45\x0f\x9a\x59\x71\x2b\xde\xd7\xfa\xb9\x9e\x3a\x98\xe8\x27\xf7\xb6\x29\x24\xb0\x9d\x2d\xc5\x9d\xc0\xa9\x19\x04\x35\xbb\xc1\xb4\x83\x28\x5d\xe8\x24\xbe\xb7\xf4\x2d\x93\x8d\xfa\x16\x4b\x2b\xf1\xed\x91\x94\xbe\xbd\xbd\xb9\xb0\x48\xf0\xda\xba\x50\x40\xc8\x18\x91\x71\x9c\x81\x81\xea\x68\x8c\xf9\x83\xf0\x5c\x67\x08\x17\x83\x01\x0b\x05\x38\x83\xcd\x36\x35\xe1\x04\x28\x58\xb1\xe2\x22\xfa\x44\xb3\x59\xfe\x69\x30\xf0\x78\x63\xbe\x31\xd2\xbb\xc2\x3f\xe3\x93\xc3\x7a\x1d\x12\xfc\x2c\xa0\x13\x87\x4c\xd8\x4a\x92\x0a\xf5\x14\xd1\x48\x2d\x4a\x91\x36\x47\x15\xaf\xeb\x60\x00\x35\xde\xb4\xb7\x87\x0c\x38\x12\xa2\x4e\x96\xba\x0f\xf4\xd9\xe5\xaf\xd1\xd9\xc5\x4f\x67\x37\x93\xf7\x57\xa7\x6f\x27\xbf\x5c\x5d\xfd\xf1\xf6\xe5\xe5\xb9\xc2\x34\x7e\xae\x70\x1e\xd3\x9e\xc9\x9a\x57\xa8\x67\x66\xc6\x34\xe1\x7b\x8d\x56\xe7\x74\xb3\xda\xf1\xce\x8a\xef\xe9\x70\x40\xcb\xb3\x4c\x60\x31\x35\x41\x3b\x60\x06\x28\xdf\x3d\x81\xcf\x08\x68\x58\xc5\x49\x31\xdc\xdb\x93\x7d\x73\x09\x01\x16\xaf\xae\xef\xce\xaf\x2e\x4f\xdf\x4f\xde\x9d\x9d\xde\x7d\xb8\x39\xbb\xe5\x5d\x2a\xfa\xed\xe6\xea\xc3\xdd\xf9\xe5\xcf\x93\x8b\xab\xb7\x67\xef\x27\xa7\x37\x3f\xc7\xea\xcb\xcf\xef\xcf\x2f\x2e\xce\x6e\x26\xb7\x67\x77\x93\x37\x57\x17\xd7\x57\x97\x67\x97\x77\x93\xbb\xb3\x8b\xeb\xf7\xa7\x77\x67\x3a\xd9\x9b\x0f\xb7\x77\x57\x17\x56\x8a\xd3\x9b\x9f\x27\xd7\x37\x57\x7f\xf9\x4d\x27\xb9\xb8\x7a\xfb\xe1\xfd\xd9\xe4\xc3\xe5\xf9\xbb\xf3\x37\xa0\x5c\xd1\x9f\xce\x2f\xae\x6f\xae\x7e\x3d\x7b\x3b\x39\xbf\xbc\xbd\xbb\xf9\x70\x71\x76\x79\xe7\x26\x78\x7f\xfe\xd3\xcd\xe9\xcd\xf9\xd9\xed\xe4\xfc\xf6\xe6\xec\xe7\xf3\xdb\xbb\xb3\x9b\xb3\xb7\x31\x89\x54\x53\x62\x12\xbd\x3d\x7b\x77\xfa\xe1\xfd\x9d\x6e\x9d\x3b\x4b\x9e\x37\x11\x1a\xee\x1d\xe1\xcd\x35\x31\x29\x9a\xcd\x30\xdf\xda\x7b\x61\xb8\x77\x88\xbb\x74\xa8\x49\xd7\x18\x12\x3e\x1b\x7a\x9e\x66\x66\xc6\xd3\xd0\x78\xa0\x64\x58\x0c\xbd\x4a\x65\x05\x47\xca\xcd\xd2\xda\x0b\xb7\xcc\x10\x01\x75\xb3\x17\xc7\x04\xbd\xbc\x90\xca\xea\x6f\x2a\x3d\x17\xf2\x90\x6e\x1c\x23\xd4\xdb\x32\x86\x89\x32\x94\xd1\x84\xda\xc6\xc0\x90\x6a\x9d\x2f\xa5\xbc\x17\x33\xc4\x9a\xc3\x65\xc8\x78\x66\xe4\x5a\x86\x87\x31\x04\xda\xc7\xd4\x10\xda\x30\xfb\x53\x69\x35\x68\x08\x6e\x9e\x00\x86\xe8\x96\x95\x37\x95\x56\xf9\x86\x70\x63\xc6\x18\x5a\xcd\xf5\xed\xa2\x64\x68\x2c\x85\x6e\x3b\xa0\xdf\x96\xea\xbb\x59\x1b\xea\xd0\xf9\x9d\x0d\x03\x75\x8e\xba\x05\x9b\x69\xa8\xb2\xa3\x3f\x10\x61\xfe\x3a\x85\xb2\xf8\xb6\xb0\x71\xe0\xd5\x2d\xb1\x99\xb8\x04\x2d\xea\x73\x95\xa5\x4f\xba\xfa\x5e\xf3\x79\x3b\xaa\x10\xe3\x99\xfd\x59\xad\xed\x8f\x75\xbe\x28\xde\xd6\x4f\x52\xb6\x5a\x42\x5b\xc1\xb1\x85\xf8\xef\xe9\xea\xe6\xff\xae\x2a\xd5\xe4\x17\xd7\x65\xbd\xb6\x46\xb0\xda\xe8\x29\x3b\xf7\x6e\xf3\x74\xd3\x05\x53\xed\xe6\xca\x22\x2d\x42\x49\xab\x9f\x13\x88\xd8\xf5\x5d\x1c\xc6\x05\x5b\xec\xe9\xa3\x42\x7e\x72\x23\x02\x8f\x02\x53\xab\x60\xac\xb0\xbd\x01\xdd\xc3\xea\x7a\x30\x74\x16\x4e\x66\x46\xac\x13\xf0\x59\x5e\x07\xf5\x56\x08\x19\x6d\x05\x8a\x8e\x55\xe8\x44\x9d\x12\xa4\x4d\x14\x52\x09\xf1\x0f\x1c\x96\xdf\xeb\x7b\x5b\xbf\x7e\xbb\x48\xa8\x5b\x22\xd6\x7f\x5f\x1f\xff\xcc\x0a\xd6\xcf\xf7\x58\x30\xaa\x6a\x84\x3a\x6d\x20\xf1\x18\xc7\x0d\xbe\x9b\x09\x1c\x6a\x71\xc3\xc5\x45\x3d\x19\x02\x09\x5c\x70\x44\xa4\x62\x63\xb9\xf7\xdc\x1e\xf4\x6a\x44\xc7\x60\x6b\xd6\x1e\xb4\x68\x44\xc7\xb1\xd8\x1a\x5b\xc7\x0d\xee\x80\xbb\xad\xb2\x8d\x77\xc9\x35\x0f\x6a\x41\x96\xcf\x04\xad\xb7\xf3\x7d\x64\x42\x9d\xe8\xfb\xf4\x29\x29\x32\xdf\xfb\x69\xb2\xe2\x3c\xfc\x81\xb8\x9a\x3f\x60\x05\xa9\x87\xf4\xff\x76\xb6\xbe\xed\x96\xe1\x52\x2a\xb6\xe0\x27\xe5\x68\x77\x36\xbd\x56\x24\x64\xbe\x8d\x66\xdd\x5a\xef\xda\x91\x3a\x35\x9a\xda\x6d\x86\xf8\xbb\x12\x36\x59\x36\x9b\xce\xcb\xd6\xfd\x39\x29\x76\xec\x99\x7c\xa7\x9e\x91\xb3\x41\x98\xe8\xdc\xf1\xb9\xd0\xad\x94\xc4\x32\x7d\xe7\x02\x27\x9f\x6d\xe7\xf3\x0f\x25\xcd\x1e\xf8\x89\xb6\x5a\x91\xd9\x3b\x21\x2c\xbe\x4b\x93\x87\x52\xc4\x89\x78\xcb\x27\xe1\x3b\x49\x2b\x06\x73\xc9\xfa\x2b\x3d\xdb\xf9\xbb\x98\x88\xbb\x0d\x48\x04\x1f\x79\x62\x70\x0e\x57\xbf\x6e\x49\x92\xda\xd9\xd4\xfb\x98\x44\xbc\x4a\x31\x3f\x3c\xe6\x10\x50\xa2\x2c\x49\x51\xb3\x39\x77\x70\x5b\xd6\x60\x88\x22\x93\x29\xf6\x96\xbf\x02\x02\x8a\x3d\xe5\x2f\x80\xb0\x62\x2b\x85\xf5\x0a\x2f\x71\x2e\xc3\x26\x89\x37\xaa\x3e\x33\x78\xbb\x30\xe9\xa0\xc6\x0b\x78\xbb\x32\x6f\x65\xab\x04\x14\xe0\x12\xde\x5b\x4d\x5f\xf6\x04\x56\x3f\x7f\xdd\xe8\xb4\x47\xf8\xf8\x00\x1f\x1b\x9d\xfc\x20\x0d\x12\x3c\x23\xa8\x91\xac\xea\x70\x58\x07\x47\xe3\xaa\x57\x1f\x8a\xa7\x2e\xa3\x2c\x7a\xd7\xb3\x3f\xb6\x6d\x3c\xee\x8e\x29\xd9\x65\x38\x96\xbe\x1b\x9c\x50\x93\x53\x84\x13\x83\x7c\x5e\x91\x29\x78\x92\x29\xa3\x59\x6d\x7d\x28\xab\xe5\xec\xdb\x08\x07\x3f\x7d\xf8\x79\xd8\x07\xcf\xa4\x3e\x2d\xfb\x4b\x5a\x96\x00\x91\xbb\x31\x97\x18\x6c\xb3\xda\x22\xd9\x29\x21\xaa\x5a\x7a\xcd\xda\xfe\xbf\x40\xdb\xe2\x9c\x4e\x4d\xe2\x12\x03\xff\x5b\xf3\xf2\xb2\x2f\xae\x84\xbd\xd7\x87\x8c\xd1\xd4\xda\xe8\xe3\x7a\x82\xf3\xd9\xa6\xaf\xee\xb7\xda\xde\x16\x7b\x39\x0d\x79\x82\x39\xeb\xbb\xd7\xcc\x4b\x1b\x55\xb5\xcb\x62\x8d\xaf\x6e\x3d\x8b\xed\x0d\xcd\x24\xd7\xe7\xec\x33\x49\x9c\xb7\x22\x80\x78\x46\xe6\xbb\x09\x5c\x34\x7b\xcc\x3f\x12\x6f\x97\xfe\x72\x7a\xf9\xf6\xfd\xd9\xcd\xad\x2b\x1a\x41\x1f\xea\x4f\x4c\x02\x72\x6d\xe9\xe3\xa2\x57\x0b\x49\x24\x92\xc9\xc2\xb3\x96\xd6\x6b\xb6\xe6\xbb\x35\x5e\x1d\xef\x3e\xc1\x4b\xc2\x10\x37\x52\x10\xf4\xcc\x8c\x19\xa6\xc4\xa4\x60\xb1\x30\x5b\xf6\xb4\x42\x70\x60\x6d\x68\xee\xff\xe6\x55\xb9\xcb\x82\xec\xb6\xe8\xb6\x4d\x05\x39\x63\x7c\x2b\xb3\xbd\x6a\xcd\x55\xe6\x56\x2e\xdb\x2a\x58\x79\xac\x11\x9b\xec\xfa\xb7\xed\xe9\x3a\x94\x4a\x4c\xa2\xeb\xd3\x9b\xbb\xf3\xd3\xf7\xb7\x46\x11\xac\x35\x55\xe7\xb7\x93\x5f\xcf\x6f\xcf\x7f\x7a\x7f\x16\x93\xcd\xf1\x9e\x62\x12\xbd\xfb\x70\x09\xb1\xd5\x27\xd7\x37\x57\x77\x57\x77\xbf\x5d\x9f\x4d\xce\xfe\x72\x77\x76\x79\x7b\x7e\x75\xc9\xbf\x9f\x5e\x5f\x4f\xde\xdc\xdd\xbc\x07\x4d\xd6\xd9\x0d\x4f\x76\x0d\xef\xdf\x9f\x9f\xde\x4e\x2e\xce\xee\x7e\xb9\x7a\x1b\x13\x8f\x01\x5f\x4c\x22\x53\xa5\x8b\xd3\xcb\xd3\x9f\xcf\x6e\x26\xb7\x77\x37\xe7\x97\x3f\x4f\xde\x5f\x5d\xfd\xf1\xc3\x75\x4c\x22\x49\x54\xd7\xe6\xe2\xec\xe6\x67\x5e\xeb\xf7\x57\x3f\xff\x0c\xcd\x14\x6d\x83\x1a\xbd\x35\x55\xe4\x49\xad\xb8\xf0\xb1\x06\xa3\xb5\x5f\xee\x1d\xf6\xda\xf3\xc3\x47\x59\x0a\x3c\x8b\x92\xe1\xd1\xad\x14\xbc\xda\xd6\x12\x48\xe4\xe9\x03\x78\xef\x74\x95\x78\xe3\xed\x54\xf8\xb4\x79\x3c\x44\x55\x37\x0e\xa9\xd5\x6c\xef\x94\x80\xef\x7a\xf6\xc0\xaf\xc6\xf4\xda\x73\x59\x2e\xed\xe5\xd9\x90\x49\xbd\x76\xd2\x32\x39\xdf\x79\xc4\xe3\x81\x40\x70\xed\x62\x49\x6d\x29\x5a\x76\xd5\x3d\xd8\x46\xc5\xb3\xe4\xe1\x60\x99\xac\xbe\x20\x5e\xec\x66\x20\xa8\x5d\xfc\x5e\x1b\xe6\xd2\x36\x6f\xf5\x99\x91\xac\xa4\x79\x76\xa0\x43\xd1\xef\x64\x8a\xbd\xcd\xa7\xb6\x69\x05\xdd\x66\x03\xfd\xf8\xcd\x6c\xa0\x1f\xdb\x6c\xa0\xff\xa3\xed\xad\x37\x79\xda\x9f\xc1\x28\x5f\xcb\xc9\xdb\xd1\x2b\xbc\x96\x6f\x9b\xb8\xff\x45\x65\x94\xcd\x32\x5a\xec\xc6\xf3\x48\x5b\x24\x29\xf5\x62\x1e\xa9\x8b\xfc\xeb\x22\xff\xfc\x04\x9a\x32\xfc\xfc\x85\x86\xdd\x8e\xd9\x0b\x98\xc6\x52\xcb\x72\xf0\x26\xc9\x44\xd0\xf8\x72\x5d\x38\xee\xba\xcd\x92\x6a\xd9\x94\xbd\x78\xd3\x14\xd1\x9b\x3c\xde\x3b\xfc\x42\xb3\x67\x20\xd7\xac\x60\xe8\x1a\x44\xcf\x7d\xd6\xcf\xad\x26\x3f\x8e\x35\xa7\xe5\x0f\x2c\xac\x80\x6c\x07\x62\xb7\xfb\x84\x4b\x1d\xb6\xda\xb6\xd9\xfd\xd8\x4a\x08\x15\xa2\x4d\xc7\xe8\x6d\x04\x1a\x19\x80\x50\xad\xd7\xfd\xe6\x4c\xca\x04\xd3\x49\x1b\x06\xf6\xc8\x58\xe1\xe0\x04\xce\xa5\x55\x65\x30\xbe\x92\x45\x35\xfd\xb9\x3d\xb6\xe4\xcd\x82\x9a\xd9\x3a\x14\x58\xa3\x53\xd3\xd5\xea\xc0\x68\xc2\xd1\x37\xb5\x1c\x7d\xad\x8e\x03\xc8\x39\x0f\xb8\x8c\x15\x4c\x14\x22\xab\x11\xc4\x84\x45\x48\xa1\x77\x2e\x56\x85\x19\x92\xd1\x1a\x4a\x0d\x16\x99\xc4\x87\xc7\x89\x09\xf6\x99\xec\xef\xa3\x22\xce\x46\x74\x94\x8c\xc7\x38\x07\x8b\x79\x01\x15\x85\x0b\x5c\x44\xf7\x10\xa2\x00\x17\x51\x32\x67\xa4\x40\xbd\x3c\x62\xf9\xaa\xcc\x0b\x16\x0a\x17\x45\xbd\xe1\xde\x9b\xaa\x3d\x6b\xcb\xaa\x21\xa9\x14\xdc\x8d\x69\x21\xc1\x81\x32\x36\x0c\xd0\xcb\xcb\x54\x5f\x41\xa8\x09\xcf\xac\xe0\x0a\x13\x6b\x49\x99\xfe\x76\xa3\x63\x08\x77\x3d\xbe\x7d\x00\x22\x0c\xd8\x9b\x34\xdf\x49\xeb\xc5\x11\x19\x2b\xb3\x8a\xe7\xaa\x57\xf0\x0f\x6e\x5c\x65\x95\x48\x59\x8f\x1a\xc3\xbb\x02\x55\xf2\xe3\x48\x78\xc3\x82\x82\xfd\xa9\x06\x52\x6e\xcf\x2c\x4f\xc4\x66\xdf\xca\x69\x4b\x68\x66\xce\xa4\x3e\xd9\xed\x9f\x81\x97\xa8\xc8\xe3\x9b\xb7\xfa\x75\xdf\x25\xd2\xb2\xc9\x38\x31\x3c\x12\xbd\xa3\x87\xcf\x8a\x57\x19\xde\xc3\x7c\xef\xd9\x90\x2d\x71\xca\xff\xb7\x82\xf9\x87\x4d\x1b\x3b\x4c\x3c\x7e\xb0\xae\x51\xa2\x74\xbb\x93\x80\x48\x61\x30\xb5\x6e\x89\xb9\x5c\x95\x12\x96\x67\xca\xf9\xb6\x9e\x58\x84\x7d\x68\xa6\x33\x55\x32\x2c\xa0\x32\x37\xb4\x40\x55\x3d\xee\xbd\x96\x8d\x9b\x20\x1e\x40\x6c\x09\xd5\x25\x01\x6e\x89\x8c\xe4\x5a\x21\x4a\xbc\xd5\x2f\xcc\x9d\xaf\xe1\x3a\x65\xc2\xf2\xd5\x7b\xf2\x48\xd2\x5f\x29\xf9\xa4\x18\x9b\x00\x6b\xe8\xb8\xe1\x41\xbe\x66\x29\x61\xf5\xfc\x00\xde\xab\xbe\x75\x30\x82\xb4\xb2\x3a\x0c\xb3\x8a\x59\xeb\x5a\xf4\x6d\xc8\xb0\x4b\x49\xc6\x70\xf0\xde\xd8\x24\x06\xc2\xb8\xbd\x66\xd5\xd8\xd6\x3d\x1b\x33\x3e\x6e\xc8\xe8\x37\x55\xf4\xfb\x76\x6b\xbe\x7b\x16\x49\xbb\xf2\xcd\x06\x91\x26\x43\xd0\xa1\x18\xb5\xbe\x0e\xe6\x79\x71\x00\x52\xc5\x03\xcd\x1e\xd4\xda\x51\xc6\xea\xc5\xb6\x99\xaa\x85\x15\x41\xe3\x20\x99\x25\x2b\xcb\x0c\xd6\x92\x38\x36\x15\x58\x23\x0a\xe1\x4e\x6b\x94\x74\x41\xa0\xc6\x3f\x15\x1f\xed\xf7\xbe\x0a\x34\x17\x64\x7b\x5d\x17\xd1\x1b\x5f\x11\x75\x12\x72\x8b\x38\x10\xca\x70\x99\x77\x65\xec\x45\xde\xc3\x7b\x54\x85\xcc\xb6\x3e\x15\x5c\xae\x31\x3c\x05\x23\x7e\xac\xf7\x38\xb8\xa5\xbd\xb1\x7f\x49\xa3\xd4\x4f\xf1\x93\xa5\xbf\xf9\xe4\x97\x66\x7d\x30\x4a\x5f\xee\xf8\xdb\x10\x4d\x6b\x22\x67\x3b\xa2\xb5\xc7\x1b\xb6\x55\x84\x6e\x17\xf8\xda\x04\xbc\xf5\x2e\x42\x97\xb6\x39\xe1\x03\x46\x53\x35\xc8\x46\xf0\x5a\x6f\x15\xf2\xd2\x6f\x26\xe4\xa5\xdf\xd7\xa9\x76\x1a\x67\x51\xdd\xf0\xc2\x23\x19\x65\x66\x7e\xdb\xf2\x12\x97\x0d\xbe\xd4\x25\xd6\x0d\xee\x08\x5c\x7f\xcf\x76\x17\x4c\x4a\xd2\x23\x2f\x2f\xca\xf9\xc6\x46\x98\xd1\x09\x62\x82\x7a\x06\xc4\xc5\x15\x33\xea\x3c\xc1\x3c\x49\xd3\xfb\x64\xfa\x71\x48\x9c\x74\x95\xf6\x44\xb4\x7d\x0d\x99\x89\x8f\x13\x3e\xc3\x6d\x14\x38\xf5\x54\x0d\xf7\x95\xba\x4b\x9c\x8b\x2a\xd3\xe6\xd1\x76\xd2\x78\x33\x6c\xfa\xd1\x41\x0b\x32\xe1\xb9\x26\x5f\x19\xfb\xe4\xc2\x08\xc2\x21\xb3\x5c\x8b\x08\x42\x4e\x25\x95\x4f\xde\xee\x48\x59\x82\xdd\x4f\x73\x25\x5f\xbf\x25\x2b\xce\x1e\x64\x53\x4a\xb4\x04\xda\x40\xcf\xd2\x23\xb3\x05\xa2\xaa\xe6\xc0\xb4\x1d\x75\xaa\x26\xb4\x36\x87\x6c\x13\x2a\x8f\x2c\x6f\x57\xd0\x2a\x83\x3a\xef\x11\xc4\x9c\xb2\xc1\x75\x4f\xb7\x7f\x63\xac\x66\xc1\xcb\x42\xec\x0c\xb1\xaf\x7b\x44\x75\x3f\x4a\x4c\xcf\xb8\x07\x19\x80\x26\x20\x31\x0c\xf6\x89\xc0\x2c\xb6\xf1\x8a\x73\x37\xbc\x46\xc2\xf8\xbe\xc6\xc8\xac\xcf\xf2\xfe\x32\x5f\x67\x0c\x00\x8a\x05\x85\xfe\x0f\x80\x5f\xfc\x03\xee\xdf\xaf\x59\x9f\xb2\x3e\x2d\xfb\x59\xce\xfa\x26\x26\xb8\x88\x52\x45\x59\xd9\x17\x9b\x70\x14\x28\x84\xa4\xba\x07\x12\x73\xd0\x6a\x6b\x5a\x1a\xb0\x0d\x16\x21\xd8\x2b\xdc\x32\xbb\xfc\x92\xb6\x08\x13\x5e\xd6\x55\x4b\x72\xeb\x38\x1e\xb9\xce\x39\x3e\xc6\x66\xe3\x25\xb2\xc7\x07\xa0\x70\x22\xed\xc9\x53\xbc\x00\xc9\x41\x40\xd4\x8a\xe9\x92\xc8\xc4\xc8\x0c\xd1\xa6\xc9\xd8\x93\xd2\xdb\x06\x44\x1f\x0f\xe3\x24\xfb\x7a\xe4\x7a\x0a\xd5\xb9\xc7\x34\x44\xc8\xcf\xab\x63\xcd\xdc\x0f\x0f\x82\xfd\xb0\x70\x51\x46\x4e\x82\x59\xbe\x0c\x86\x01\x9f\xce\x70\x0b\xef\xc1\x08\xaa\x97\xb5\x0e\x11\x1a\xf7\x8a\x3a\xc8\x8a\x8c\xfa\xde\x0e\x1d\xb6\x43\x3f\xcb\x5e\x2c\x3c\x88\x46\x6a\x93\x13\x8c\x9f\x11\x7a\xdc\xfb\x7a\x1f\x42\x97\x93\x4d\xf3\xd6\x5b\xf3\x55\x15\xea\x4d\xbb\x83\x3c\x31\x08\xe2\xed\x91\xca\xb6\x57\xd0\xcf\xfc\x77\x68\x58\x6d\x4c\xbd\xe5\x5b\x22\x9e\x99\x10\x7c\xf0\x1b\xac\xb9\x16\x67\x37\xe4\x81\x10\xde\x1d\x0b\x51\x73\x6b\xb7\x62\x64\x2e\xa4\x51\xa7\xe6\xf1\xd4\x62\x6a\xe7\x3e\xa6\xd6\x73\xe7\xd2\x25\x12\xcb\xb7\x36\x8d\xa9\x6d\x54\x5e\x63\xea\x51\x31\x56\x91\x7c\xfd\x49\x79\x45\x78\xaa\x98\x55\x3d\x2b\x4e\xae\x36\xf7\x3c\xbb\xfc\xf9\xfc\xf2\x6c\x72\x7d\x7a\x73\x76\x79\x17\xb8\xd6\xe6\xc0\x6c\x7f\xef\x5b\x59\xef\x9d\x35\xe0\xb0\x59\xc3\xe4\xda\x51\xd7\x22\x1e\xed\xee\xf6\xf4\xad\x47\xca\x54\x08\x22\xfa\x4e\xcc\x6f\x08\x86\x0a\x31\x7c\xcb\xf5\x7d\x39\x2d\xe8\x7d\x1d\xf5\x59\xa9\x3a\x29\xce\x4d\x4c\x85\x28\x40\x38\x89\x47\x63\x5c\xc6\x87\xc7\xe5\xeb\x5c\xa9\x34\xcb\xfd\x7d\x14\xfc\x3e\x88\xe3\x38\xa4\x71\x3e\x2a\xc7\xe8\x24\x91\xfb\xe5\xe8\xbf\xff\xfa\xd7\x68\xfc\xfb\x00\x0d\xe5\x1b\xaa\x50\xd6\x12\x19\xdb\xe0\xaf\x7f\xe5\x67\xee\x7a\x3f\x0e\xc2\xbf\xfe\x35\x8a\x7e\x8f\x4e\x64\xa0\x92\xf8\x79\xc5\x0f\xf7\x22\x1b\x12\x5c\x90\x07\xf2\x79\x68\xc1\x6a\x07\xff\x1d\xec\xaf\x05\xb4\xb6\x88\x05\x39\x64\x95\x89\xf7\x0a\x25\xa5\x08\x67\xf1\x73\x85\x21\xa8\xf4\x3a\xf3\xb5\xd4\x46\xf9\x3e\xc4\x34\x3e\x3c\xa6\xaf\x15\x90\xf5\x31\x85\x40\x8e\x74\x2c\xb9\x33\x16\x53\xd4\x2b\xa0\x2b\x38\x37\x80\x8f\x04\xf9\x4a\x28\x06\x88\x6b\x71\x2e\x69\xc4\x87\x3a\x4d\x23\xe0\x53\x6c\x75\x7e\x51\xba\x81\xeb\x46\xe3\x9e\xfb\x55\x59\xc6\x3c\x8b\xe5\x22\xc5\x42\xde\xdd\x3e\x30\x33\xe5\x6e\x28\x3d\x04\x57\xa4\x80\xf8\xe7\xd9\x94\x80\x03\x5f\x98\xc7\x34\xca\xf2\x4f\x2f\x2f\x34\x5a\xe6\xff\xbc\x14\x4f\x22\x14\xac\xfc\xb1\x2c\xe5\x43\x7e\x99\x7f\x42\x27\x39\x60\x84\x84\x14\x0d\xdf\x26\x8c\xf0\xbc\xc8\x16\x42\xb9\xb4\x0a\x61\x98\xc0\xbc\x82\xd7\x0c\x60\xca\x6b\x96\x82\xaf\xe3\xff\xe9\xf5\x80\x64\x27\x61\x12\x33\x5c\xc6\x19\x1a\x86\x79\xcc\x70\x12\x67\xb8\x8c\x29\x02\x68\x0f\x8d\x2b\xae\x6d\x49\xc1\x0a\xbf\x54\xd3\x28\x87\x26\xcd\xe3\x69\x48\x9a\xf1\xb1\xfa\x6b\xa3\x25\x9d\xc7\x71\x9c\x9e\xe8\xec\xc3\xa6\x19\x3b\x2b\x9e\xac\x50\x2b\x3c\x59\xa6\xe0\x2d\xa8\xc2\x20\x28\x22\xf2\x79\x4a\x44\xd4\x09\x8a\x69\x35\xa7\x59\x92\xa6\x4f\xcf\x2c\x44\x55\x15\x26\x78\x8e\xd7\xb8\x44\xae\xc4\xec\x44\x2e\xe6\x22\x3d\x68\xd3\x7d\x8d\x4b\x55\x70\x67\x19\x00\x34\x79\x79\x09\x13\xff\x7c\xc5\x94\x2f\xc4\x3c\x3e\x3c\xce\xcd\x94\xcd\xf7\xf7\x51\xc8\xe2\x62\x94\x8f\x51\x04\x6b\x46\x40\xc5\x13\x34\x18\x50\xe9\xbf\x2a\x63\xa7\x1a\x87\xfa\x11\x19\x43\x53\xb8\x90\x05\x5d\x9e\x78\x6b\xb5\xc6\xd3\x98\x86\x39\xc2\x73\xe9\x1c\x7a\x7b\x77\xf3\xe1\xcd\xdd\x87\x9b\x33\x30\xbe\x78\x77\xfe\xfe\xac\x37\x1f\x0c\xc2\x75\x4c\xf6\x83\x61\x3f\xd8\x9f\xca\x92\x30\x17\x50\xf2\x94\x44\x8c\x2e\x49\xb8\x46\x48\xdf\xa3\xcc\x78\x13\x16\x31\x97\xbb\x56\xf1\xe1\xf1\xea\xb5\x2a\xf9\x78\xa5\x50\xef\x97\x71\x32\x5a\x8d\x7b\x33\x51\xf9\xa5\xbc\x1e\x09\x09\x5e\xe0\xa9\x41\xb3\xb3\x1d\x71\xf4\x82\xe6\x64\x8b\xf8\xf0\xb8\x30\x64\x0b\x45\x36\x8b\x93\x51\x31\xee\x79\x66\x63\x26\x2e\x5e\x38\xc7\x07\x0f\x30\x3d\xa6\x78\x36\x2a\xc6\xa8\x9a\x0f\x06\x76\x63\xce\xb2\x59\xb8\x46\x55\xe5\x5b\xdd\x89\x77\xcd\x27\x71\xdd\x8d\x55\x8b\xbb\x35\xa3\xce\x65\x3e\xa3\x73\xda\xd5\x27\xe7\x5f\xec\x3b\x56\x12\x76\x21\xeb\x77\x91\x64\xc9\xc3\x6e\xe8\xf2\xb5\xac\xdb\x4c\xce\x93\x7b\x9a\x32\x4a\xba\x82\xc2\xb3\x48\x75\xdd\x1b\x91\x97\xf2\xcc\x75\x97\x35\x31\x35\xc1\x23\x2b\xd9\xca\x48\xb5\x05\xf7\x52\x26\xc8\x05\x99\x93\x82\x64\x53\x9f\x6f\xc4\xb7\x60\x45\x84\x0c\xc9\xfe\x48\xc0\x87\x2b\x61\x71\x2e\x7d\x64\xac\xc2\x0a\xbd\xff\xc6\x94\xf3\x68\x8d\x00\xee\xf9\x60\x10\xc2\x97\x06\xc2\xa3\x44\xf7\xc5\x89\xd6\xea\xbd\xcb\x0b\x55\x37\xa4\x22\x0c\x0b\x58\x5e\x16\xb1\x22\x99\x7e\x74\x40\xae\x49\x9c\x8b\xed\x92\x9a\x4b\x29\xf0\xde\x59\xaf\x66\x10\xb7\x25\xc1\x42\x31\x06\xea\xa7\x72\xbd\x24\x28\x2c\x01\x6d\x03\xd3\xca\x71\xa1\x15\x1d\xc6\x25\x7e\x11\x0d\x4c\xc5\xaa\x55\xb1\x7e\xf2\x02\x85\x23\x48\x35\x46\xe8\x39\x8b\x49\xdd\x66\xd6\xf6\xc9\xa1\xe2\x5c\x42\x55\xcf\xb2\xdc\x2e\x09\x03\x31\x87\x4e\xdf\x92\x69\x5e\x24\x40\x32\x47\x38\xaf\xac\x5c\xbc\x16\xd5\xa6\xe4\x6d\x53\x69\xcd\x88\x1f\xfe\x40\xa6\x11\xce\x5a\x22\x9d\x7e\x98\x2c\x93\x69\x91\x6f\x49\x5c\x90\xd9\x7a\x4a\x26\xf5\x3c\xdf\xda\x2d\xbe\x35\x03\x59\xae\xd8\x53\xe7\x15\x08\xa9\x37\xae\xeb\x2c\x67\x67\x3b\x91\x54\x19\xb6\x50\xcd\xba\xfa\xa4\x70\x8a\x19\xd9\x56\xc7\x5d\xaa\xb7\x91\xd6\x7d\x9e\xa7\x9d\x89\xf1\xc4\x1b\xa9\x2d\x39\x53\xd2\x7d\x3f\xe4\xa9\x37\xd2\x23\xff\x58\x27\xdd\xab\x07\xa9\x37\xd2\x7b\xe8\xde\x71\x0f\x9b\xfb\xed\x81\x75\x1f\xd0\x07\xb6\x79\x3c\x3b\x87\xea\x60\x51\xba\xb9\x56\xe9\x0e\xb5\x4a\xb7\xd4\x2a\xcf\xc8\x9f\x93\xee\xeb\x40\x24\xdf\xe2\x0e\x26\x02\x0a\x74\xa6\xa9\x32\x6c\x89\x76\x22\x0d\xa9\xb3\x87\xd3\x94\x26\xdd\x8f\xe3\x7a\xc6\x8d\xa5\x24\x59\xd7\x18\x2d\x2c\x4a\xb2\xcd\xf1\x59\xf2\xee\x5c\x49\xbe\x25\x86\xce\x7a\xd9\xdd\x7e\x6f\xfd\xff\xb3\xf7\xaf\xdd\x6d\xe3\xd8\x82\x30\xfc\x5d\xbf\xc2\xe2\x74\x6b\x91\xc7\xb0\x22\xd9\xce\x4d\x0e\xa2\xe3\x24\x4e\x75\xa6\x1d\x3b\x13\x3b\x5d\xd3\xa3\xd2\xf8\xd0\x12\x64\xa3\x42\x93\x6a\x10\xb2\xe3\x8a\xf4\xdf\xdf\x85\x8d\x3b\x09\xca\xca\xa5\xce\xf4\x7a\xd7\xf3\x21\x8e\x48\x02\x1b\xc0\xc6\x6d\xdf\xf7\xcd\xfa\xbd\x0b\x01\x9b\x36\x83\x75\x43\xf3\x07\xce\x81\x2f\x9b\xc3\x4a\xbf\x3c\x00\x6b\xfe\x0d\xb0\xe6\xeb\xf1\x05\x56\xaf\x9b\x22\xac\x60\x0f\x5a\x52\xbe\xa1\xb3\xd9\xb7\x58\x50\x8a\xf2\x0f\x8d\xf6\xd5\xa6\x1b\x04\xc6\xfb\x6a\xfd\xee\x98\xd1\x8c\x6f\x4c\x05\xb3\xae\x2c\xbe\x01\xc4\x6f\xe8\xa4\xae\xb0\x16\xea\x22\xa7\xff\xda\x18\xa2\x28\xfc\x20\xb4\x6f\xe8\xa1\x2c\xfe\x10\xc4\x62\xf3\xfd\x01\xa5\xd7\x3b\xf3\x0a\x22\xbe\x24\x93\xcd\x97\xa3\xa9\xb1\x5a\x25\xcd\x04\xd4\xa4\xc8\xb2\x6f\x81\xaa\xca\x37\xb0\x21\xcd\x3c\x5e\xc5\xd0\x60\x93\x14\x50\x7f\x06\x0f\x22\xa3\x5a\xaa\xb0\x32\x14\x54\xb8\xbf\x92\xf4\xf3\xfb\x74\xee\xd3\xef\x5c\xd1\xef\x4e\xb4\x7a\x47\x3d\x19\x14\xff\x78\x25\x64\xc8\x85\x4e\x27\xf0\x32\x4e\x90\x4c\xa2\x7e\x7a\x97\x9b\x4e\x9b\x70\x9b\x89\x66\x7e\x74\x5f\xc1\x3f\x57\xfe\xc2\xc5\xb0\x9a\x48\xba\x48\x06\x5f\x57\x36\xc6\x86\x2a\x38\xe2\x63\x9c\xa3\x6a\x10\x00\xa9\xab\x03\xd6\x49\xeb\xf3\x7d\xad\xad\xc0\xc6\xfb\x74\x8e\xc0\x5f\x5b\xb2\x4b\x24\xd1\x1a\x7c\x10\x98\xc7\x36\x66\x7e\x45\x01\x9a\x4b\xc9\x1a\x57\x19\x8e\x04\x80\x1c\xf1\x44\xc6\x4e\x35\xa8\x4d\x35\x75\x0f\xe8\x6f\x29\x06\x29\x6f\x64\x90\x38\x62\x82\x41\xa2\x8a\x41\x4a\xc3\x0c\x92\x9c\x30\xea\x32\x48\x79\x98\xe3\x49\x13\x94\xae\xfc\x5a\x98\x75\x61\x85\x00\xa3\xd4\x58\x2d\xb4\xd8\xd7\x33\x41\xdf\xc1\x89\xaf\x15\x7a\x18\x1c\x32\xc1\xd8\xd5\x4d\x5b\xad\xc4\x88\xe0\xaa\xc4\x12\xe5\x30\xb7\x10\x0c\x04\x72\xcd\x80\x80\x98\x80\x64\x38\x1f\xd1\xb1\xad\x30\xa2\xe3\x3a\x2b\xca\xb4\xac\x69\x34\xb6\xdd\xa0\x31\x49\xbe\x2a\x6d\x22\x49\x56\xba\xf1\x80\x20\xef\xab\x9c\x3a\x36\x2a\xc6\x07\xda\xeb\x38\xcd\xa7\x6a\xed\x53\x52\x0a\xc6\x9a\x1a\x19\x58\x0e\x13\xe1\x18\x85\x6a\xd4\xfa\xf1\x4e\x0a\x1d\xe2\x64\x14\x44\x41\x61\xdc\xba\x51\x8e\x7b\x07\xf9\x0b\x72\x90\xeb\xbe\x50\x29\x00\xb0\x19\x8f\x8a\x51\x3e\x56\x0a\xfa\x98\x26\x26\x01\xce\xca\xe1\xb7\xdd\xc2\x64\x9c\xac\xc6\x49\xb2\xfa\x1e\x1b\x1f\xe0\x28\x9b\xdc\xb1\x6d\x00\x0f\xb2\x1d\xa9\x01\x44\x75\x69\xb0\x96\x29\x08\x50\x90\x4c\xd6\xed\x1e\x58\x98\xac\x10\x31\x8c\xe6\x0f\x36\xd6\xde\xb4\xb5\x3c\x94\x0e\xb6\xda\x52\xe3\x60\x4e\x8a\x9c\xac\x1d\xcb\x77\x01\x6f\xd7\x00\x4a\x78\x82\x31\xfd\x2e\x80\x5b\xda\x13\xb6\xa9\xa7\xc0\xa3\x56\x36\xcf\xc3\xc0\xe5\xf6\xaa\xc1\xb4\x8a\x20\x90\x7e\xe7\xaa\x0d\xe0\x5b\xbf\xb9\x8d\xe0\x62\x26\x09\xc6\x98\x49\xb0\x57\xfc\x67\xc1\x7c\x69\x20\x92\x9f\x06\x52\xf7\x32\xfb\x69\xbd\x7c\x61\x20\xfe\xb4\x5e\xbe\xd0\xbd\x94\xdc\x6d\xd3\x12\x4b\x05\xfb\x98\xc4\x24\x51\xe5\x62\x19\x83\x53\x71\xaf\x0f\xd7\xb2\x99\xf6\x64\xe0\x26\x9f\x2f\xdd\x64\x61\x87\x03\x04\xd5\x77\x8b\x1f\x29\x08\x48\x30\x5f\x08\xa9\x8b\xa2\x3c\x41\x82\x82\x85\xc1\x33\x41\xbd\xe4\x95\x48\x9c\x2c\xee\xa1\x90\x8e\x1d\xc2\x0c\x89\xd2\x3a\x54\x61\xb8\x60\x5b\x16\x2c\x18\xa6\x0f\x5e\xc6\x0d\x42\xc6\x0d\xe8\xd2\x6f\x0a\x2e\xf5\x20\x81\xea\x5e\x96\x92\xa4\x34\xc8\x63\x95\xf3\x77\x34\x8e\xaa\x07\x42\x2d\x31\x9f\x3d\x10\xf2\x45\x96\x61\x8c\xe9\x72\x19\xc9\xf1\x5b\x9d\x29\x1d\xe6\x03\xda\x95\x18\x88\x39\x52\xe6\x5c\x5e\x7a\xc6\x55\x85\xd4\xd5\x02\x77\x05\xfd\xd1\x7f\x92\x74\x72\xfd\x48\x6b\xdc\x86\x05\xf6\x52\x9e\xc3\xd7\xee\x7f\xfc\xe5\x11\x8a\x22\x50\x74\x12\x44\xb6\x31\x8c\x20\x71\x86\x55\x89\x4e\x46\x4c\x48\x32\x8e\x46\x35\xa2\xb4\x32\xd0\xc2\x93\xbe\xd3\x12\x08\x17\xb1\xf2\x87\xf0\xe2\x30\x89\xa9\x14\xd4\xeb\xb3\x77\xa0\xdf\xc3\xc5\x1c\x1c\x6a\x6a\x23\xe3\x52\x2c\xce\xe9\x79\x30\x9a\xac\x9c\x8a\x95\x73\xf4\x86\x07\x44\x43\xe4\x87\xd3\xe9\xc3\x24\xe6\x7e\x1f\x1b\x7b\x56\x56\x54\x68\x86\xb2\x0e\xf3\x19\x82\xde\x66\x98\x23\x8e\x47\xe3\x04\xc9\x19\x0c\x8d\x04\x86\xc8\xf4\xf4\xaf\x2a\x6a\xee\x9f\xdf\x9c\x64\xdb\x43\x2d\x66\xeb\x89\x53\xde\x4c\x9c\xf2\x1a\x71\xaa\xb5\xe7\xb1\xdf\x0b\x6b\xd4\x8b\x54\xc4\x35\xb1\x18\x94\x0b\xdb\x99\xd5\x22\x91\x60\x28\x61\x49\xa0\x3a\x8b\x10\x11\x08\x6b\xe7\xac\xbd\x34\xe9\x74\xd2\x60\xe5\x42\xf0\x72\x31\x49\x96\xcb\xb8\x50\x69\x63\x10\xd5\x74\x71\x02\x7c\x32\x5d\x25\xdf\x43\x2b\x96\x8b\x9b\x90\x55\x12\x75\xaf\x22\x97\x0f\x22\xdb\x7c\x85\x7a\x52\xca\xa7\x88\x91\x2f\xdf\x04\xe0\x7d\xca\xaf\x45\x25\x99\x47\x10\xed\xf4\x1f\xf5\xa4\x6c\x4e\x42\xab\xe4\xaa\xdf\x0c\x1a\xcd\x15\x34\x09\x0c\x6c\xf5\xa0\x6b\x73\x5c\xca\xff\x5f\xdd\x87\xd9\xba\x12\x0e\x46\x79\xdc\x44\xdb\xa1\x55\x67\x67\x0c\x9a\x00\xc0\x72\x19\x82\xa1\x90\x16\x24\xf9\xba\xea\xdc\x70\x9f\x78\x17\xe3\xda\x72\x1c\x3e\xd8\x4c\xc0\x40\xdb\x2f\x81\x31\xce\x8d\x11\xcf\xa2\x32\x0a\x9a\x48\x33\x1e\xfa\x2f\x9c\xa9\x1f\x0d\x08\xf8\xd1\x5b\xc2\x5f\xc0\x54\x1d\x9e\xb2\xc1\x24\xa6\x88\xbb\xc7\x66\x95\xa8\x30\xd2\x23\xbc\x19\x87\xf9\xd3\x37\x71\xfd\x88\xae\x8d\x76\xcd\x50\xe9\x60\x34\x5e\x89\xfd\x4f\xbb\xf3\x62\x1e\x27\xfa\x74\x6a\x30\x99\x3a\xe0\xd6\xaf\x95\x0b\x36\xd1\x78\xc8\xe2\xb6\x60\x20\xe9\x88\x6b\x1b\x95\xdc\x65\x6d\xe9\x2c\xce\x47\x05\x58\x56\x25\x5f\x19\x6e\xf7\x5a\x97\x8c\xa4\x9f\x57\x82\x95\x84\x38\xdb\x8a\x97\x6c\xf7\x15\x2f\x29\x76\x76\xcb\xbf\x26\x8a\x64\xe5\x8a\xf7\x12\x65\x70\xf8\x86\xce\x66\xdf\xb2\x2c\x78\x78\x79\x28\x83\xf4\x2b\x69\xff\x4e\xed\x13\x0f\xe3\x8e\xa9\x65\xe2\x22\x93\x85\xb0\x27\x2b\xef\x88\x51\xd2\x2e\xc8\xfd\x4e\x67\xe0\xcd\x69\x16\x15\x5b\xb7\xbe\x94\x1c\xf1\xbf\x6b\x75\x79\x96\xea\x14\x73\x7f\x71\x71\x87\x03\x73\xf6\x71\x4d\xd4\x95\x0f\x05\xe1\x35\xc8\x6b\x73\x28\x36\xb5\x11\xa5\xca\x19\x2c\x98\x6f\x27\x0a\x54\x96\x96\x26\xd2\xe5\x52\x46\x66\x55\x68\x8e\xb9\xb8\x3e\xa8\xbe\x66\x15\xf4\xc0\x6d\x4c\x87\x0d\x76\x37\xf5\x8b\xb9\xee\xe7\xa2\xc2\xbf\xc6\x09\xf4\xce\x99\x4d\x4b\x99\x0a\x7a\x07\x88\x16\xa0\xe8\x21\x8d\x88\xea\x7c\x20\x17\x8a\xda\x8c\x1b\xaf\xc5\xda\x51\xc5\xc5\x0e\x8d\xfe\x53\xfc\x8e\xc4\x1e\x42\x69\xd0\x0a\x37\x78\x12\x70\x6b\xce\x39\x10\x84\x27\xe6\xa3\xde\x18\xe5\x98\x8f\xfa\x7a\x09\x8c\x18\xca\x71\xbe\x5c\x46\x69\x39\x89\xc6\x62\x28\x34\x41\x25\x2e\x94\x07\xcd\x46\xc7\x66\x99\x0c\x5d\x53\x32\x43\x80\x96\x1a\x97\x55\xc4\xf8\x0b\xa3\x19\xe5\xd4\x2e\x78\x79\xb0\xf0\x80\xcc\x8c\x8f\x8a\x31\x2a\x71\x2a\x86\xb6\xc0\xe9\xa8\x3f\x46\x99\x24\x6f\xc0\xe0\x87\x49\x91\x89\x59\xb2\xc6\x6d\x4b\x66\x9c\x2e\x13\x10\x6a\x89\x05\x97\xa9\x83\x28\x9a\x92\x72\x22\x70\xbd\x18\xee\xf4\xff\x23\x1b\x64\x5a\xea\xd6\x5b\x25\xc9\x2a\x2e\x51\xda\xb4\x69\x5b\xce\xe9\x33\x35\x52\xda\xb7\x05\x73\xe4\xa4\x34\x81\xac\x4c\x71\x02\x56\x78\xf6\xaa\x33\x29\x7e\x94\x4f\x5b\xd6\xd2\xaf\x27\x1e\x2f\x67\xb4\x02\x6b\x15\x09\xf5\x3c\x9b\x75\xb5\x02\xf0\x83\x37\x84\x5d\x91\xa6\x8f\x52\x88\xde\xf4\xf5\x8e\xa4\x9f\x2f\x4a\x12\xf6\x65\xfc\xd3\x8c\x53\x74\x9f\x36\x0c\x06\xeb\x04\x23\x7d\x00\xe4\x07\x35\xb8\x8d\x41\xcb\x6a\x6b\x21\x5f\xfc\x4a\xd2\xcf\x67\x64\x53\xd5\x11\xf5\x63\xa7\xc2\xdc\xb8\xab\x02\x02\x22\x1f\x7d\xfc\xe5\x68\xc8\x74\xc9\x81\x09\x99\x25\x4b\x17\x0d\x8b\xc5\x9d\xce\x8d\xec\xe8\x0d\x67\xc2\x7d\x3a\xa0\x7f\xc0\x5f\x54\xef\x1e\x49\x0f\xc8\xab\xd4\x5e\x33\x1c\xcc\x5a\x59\xa2\xeb\xe6\x3a\x16\xc4\x67\x72\x5f\xc6\x4c\x5f\x51\xb9\x6b\x83\xad\xb3\xa2\x88\x3b\x8a\x08\xaa\x81\x8d\x8a\xb1\x55\xde\x7c\x0f\x87\x20\x47\x0d\x51\x1b\x03\x86\xfe\x4c\x77\x4a\x16\x5b\x2e\xb9\x63\xf3\xcf\xd6\x20\x53\x6d\x9c\x46\x71\xc9\x9f\x1d\x04\x5f\xa5\x9d\x51\x52\x0e\x1e\x90\x72\x70\x2d\xa4\x27\x2d\x37\x1a\x8a\x3b\x09\x3c\x38\x09\x10\xb1\x64\x8c\xa4\xcf\xc6\x88\x19\x6a\x81\xac\xd6\xe0\xc3\x9c\x06\xff\xbd\x6e\x1a\x81\xfb\x5f\xed\xb9\xa1\xfa\xdf\xdd\x67\x66\x51\x13\xe3\xdf\x2b\x98\x2c\x47\xc5\xb9\xd2\xf7\xa6\x89\x07\x6f\x95\x2c\xe9\x74\x1a\xba\x7b\x0d\x1c\xd0\xe8\x11\xd4\x56\x59\xda\x56\x88\xab\xdc\xa6\xeb\x6b\x39\xf9\x4f\xb9\xe0\x93\xd7\x97\x96\x8c\xb4\x09\xfa\x1f\x76\x4f\x51\x09\xa7\x37\xd7\x35\xbb\x5e\x2a\x8c\x15\x6c\x07\x42\x4d\x36\x45\x3d\xd3\x62\xbf\xcb\x74\xf2\xf9\x72\xc1\xf2\x86\x00\x66\x3f\xc5\xff\xe8\xf5\x82\x31\x92\xf3\x8f\x8b\xfc\xb8\x28\xe6\x01\x4f\xf2\x42\xe5\x66\x02\x56\xf1\xf7\x42\x30\xe0\x88\x74\x2f\xc9\x15\xf5\x82\x8b\x2e\xe4\x2b\x49\x59\x93\x7c\xea\x7f\x83\xe4\x6b\x40\x93\xaa\xec\x8e\x81\x86\x16\xe6\xa3\x12\x73\x2d\x3c\xa7\x58\xd0\x57\x9f\xa9\x12\xd3\x73\x7a\x43\x58\x19\x84\x72\x9d\x96\xf2\xab\xa2\xf2\xd3\x7c\x42\xb2\x7a\xf9\x85\xf7\x45\x96\xcd\x52\xc1\xb7\x87\x80\xc2\x97\x86\x7e\x15\xf9\x84\x7c\x1f\x13\x21\x4d\xea\x09\xd8\xd2\x8b\x93\xc0\x39\xdd\xed\xb1\xc0\xbb\x8b\xbc\xbc\xa6\x33\xee\x68\xe8\x91\x45\xd6\x69\x3e\xb1\x08\xe3\x1e\x92\x4f\x2b\x1d\xab\x21\xda\xab\xeb\x0f\x2a\x27\x5f\xbe\x93\x33\xda\x70\x50\x20\x9d\xea\x8b\x91\xf8\xb8\xe5\xce\xac\x85\xb6\xaa\x9e\x37\x95\x97\x64\x4a\x2e\x8b\x45\xd3\x38\xf5\xc7\x86\x31\xf2\x6b\x56\x70\xde\xb0\x18\xf5\xc7\x86\xba\x97\x34\x9f\x62\x62\x12\x7e\x7e\x5c\xe4\x98\x74\xed\x86\xc5\xa4\xfb\xaf\x05\x59\x90\x52\x94\x61\xe5\xed\x1c\xfc\xdd\xfe\x97\x78\xe5\x53\x1c\xe2\x82\x51\x86\x05\x71\x14\x6d\x83\xc0\x8a\xa5\xf9\xb4\xb8\x89\x93\x6d\xed\x21\x14\x83\xd8\x56\x8a\xbf\xa3\x6e\x84\xa2\x48\x9c\x4d\x55\xb8\x3a\x51\xd1\xc8\x26\x4e\x55\xbe\xc0\xe7\x2c\xcd\x4b\x6a\xde\x81\xeb\x64\x84\x22\x70\xca\xf8\xa8\x9f\x74\xee\x46\x94\x8e\x5b\xa6\xf7\x3a\x5f\x91\x98\x61\x43\x3e\xc5\x25\xfa\xaa\x7e\x42\xcb\x03\xdb\x60\x91\xbf\x12\xc7\x80\x27\x9f\x2a\x30\x59\xa1\x22\x3f\xca\xa7\x15\x3e\xa5\xc0\x1c\x01\xa5\x3f\xcb\x16\xe5\xf5\x61\x79\x9f\x4f\x4e\x2f\x4b\xc2\x6e\x09\x2b\x05\xed\x2f\x2a\x89\xe1\x9d\xcb\xb4\x13\xac\xeb\x3d\xeb\xaf\xef\x09\xbf\x2e\xa6\x83\xa8\xc8\x55\xe8\x10\x80\x56\x69\x4a\x0f\xba\x0d\x86\x26\xa4\x8d\x71\xba\x5c\xae\x69\x1b\x81\x13\x92\xe3\x99\x95\xb9\x6b\x83\x2d\xf2\xd0\xb2\xf0\x16\xc0\x42\x33\x1a\xd2\x2a\x05\xc2\x62\x59\x70\x33\x17\x9c\x38\x55\xc3\xf0\xdc\xe5\x35\x69\xa9\x55\xf7\xe7\xed\xca\xcd\x20\x33\x1f\xb2\x6b\xdb\xc0\x46\xb9\x0b\x39\xb7\x90\x7d\xd5\x05\xd7\xaa\x0b\x96\x24\x2b\x9f\xec\x51\x7e\xe5\x3f\x2b\x7f\xce\x9f\x90\xec\xee\x5b\x93\xe2\xa8\x11\xfd\xac\x8c\x38\x79\x73\x46\x9c\xa4\x95\x57\x02\xba\x95\x2a\xa6\xd3\xdb\x74\xc2\x0b\x76\x2f\xc7\xd0\x94\x2d\x27\x4f\xb4\x4d\x9a\x43\xf9\xf8\xaa\xce\x12\xb2\x26\xad\x99\x1c\x55\x40\x90\xac\xf2\xa7\x09\x99\xf1\x5d\x09\x2c\xff\xbc\x44\x39\x59\x31\xc1\x17\x88\x74\xef\xf0\x1d\xe0\x79\x92\xde\x90\x8c\xfe\x41\xf0\x91\x78\x4c\xcb\x6b\xc2\xc4\xd3\x17\xb8\x8c\xd4\xa7\x53\xf1\x00\xa6\x59\xb3\x7b\x7c\x06\x82\x85\x29\x61\xe5\xa4\x60\x04\x1f\x42\xc1\x39\xe5\x29\x14\xfd\xbc\x86\x6b\xbd\x22\x5c\x66\x9f\xda\xdc\xf0\xdb\x56\x59\xcf\x10\x97\xdf\x0e\xba\x74\x41\xab\x05\xf0\x68\xb4\x75\x31\x7e\x74\xa5\x94\x57\x79\x17\x42\x91\xc5\x7d\xb2\x17\xd2\xbb\x1d\x49\x7b\x00\x79\x3d\x51\x14\xed\x80\x93\x79\x8a\x1f\xc5\xbf\xed\x2c\x7f\xbb\x58\xfe\xd6\x5d\xfe\x56\x26\xdb\x71\x37\x19\x3e\xba\x42\x25\x7e\x14\xff\xdf\xe5\x6f\x8f\x92\x78\x74\xb8\xf3\x7f\xc6\xc9\xa3\x2b\xb4\xd8\xa4\x15\xab\x00\x4e\x6b\x5b\x5a\x6f\xc0\x21\xeb\xf2\xe2\xd3\x7c\x4e\xd8\xeb\xb4\x24\x71\x32\x88\xa2\x95\xed\x5a\x19\x06\xcb\x8b\xe3\xe2\x4e\xd7\x00\x5d\x59\x86\x1f\xfd\x5f\xd1\xf7\x0b\xd5\x69\x34\xc1\x8f\xe2\x6e\x12\x1c\xce\x4c\x0d\x67\xf9\x5b\x37\x89\x47\xe9\xce\x1f\x30\xa2\xe9\xda\x11\x59\x6e\xbf\x71\x20\xd1\x45\xb4\x1d\x18\x0c\x62\xb8\xbe\x13\xf4\x4c\x6e\xc7\xf9\x30\xaf\xd5\x49\x56\x28\xb7\x72\xca\x47\x51\x90\x25\x05\x0b\x3c\xf1\xc7\x20\x2b\x43\xdc\x62\x6e\x82\x98\x93\x34\x5a\xfa\x9a\x3f\x8a\xec\xf7\x59\x13\x66\x9d\xae\x00\x66\xaf\xf1\x23\x40\xd2\x6f\xd3\xb1\x9a\xff\x6d\x81\xae\x39\x7e\x24\x70\x5b\x6e\x3f\xba\x42\x37\xdf\xb6\x18\xae\x51\xf4\x97\xfe\xc5\x5f\x76\x9d\xde\xcc\x51\x74\x11\x25\xd5\x79\x45\xb7\x76\xe1\x89\x1e\x2c\x7a\xbd\xd7\xbd\x9d\xdf\x16\xbd\xdd\xfd\xb7\x30\x67\x57\xdf\xd6\xf0\xed\xa6\x63\xbe\xaf\x8d\x59\xb4\x76\xf9\x6d\xad\xdd\xdb\x61\x56\xc6\x65\x69\x8a\x0b\xcf\x72\xa8\xed\x4b\xf7\x59\xb2\x5c\x56\x6f\xf2\x97\xbb\x09\x68\xd6\x37\xb9\x8f\x50\x3f\x49\x50\x5d\xfe\xce\x70\xaf\x55\xeb\xec\xa3\xbf\xfe\x67\x3c\xea\xed\x3c\x1f\x6f\xcb\x2d\xe2\x09\xf9\xd5\x0d\x33\x9c\xa7\xac\x24\xef\x72\x1e\xe7\xa8\xdf\x4b\x76\xfa\x03\xb6\xbd\x8d\x0a\x4c\x8d\x10\x7a\xc8\x47\x74\xac\xe5\x6f\x4a\x74\x2c\xaf\x14\x2b\x8b\x28\x86\xc5\x40\x89\x68\x8a\x61\x24\x89\xac\x68\x60\x94\x25\xc5\x30\x8a\x06\xf2\x70\x03\x4f\xc3\x55\x4c\x8c\x85\x9b\x7c\x9d\x80\xd6\x5c\xe0\xcd\xda\x0a\xdc\x79\x33\x20\x37\xce\x23\xb1\x38\x9d\x32\x47\x4e\x99\x4b\xa5\xda\xb2\x5f\xbf\x38\x5f\x8b\xda\xd7\x53\x8f\x9b\xa9\x7e\x3d\x73\xbe\x4e\x6b\x5f\x0f\x9d\xaf\x37\xb5\xaf\x9f\x9d\xaf\x57\xfa\x2b\x93\x09\x54\xab\xa1\xfd\xbb\x12\x01\x9d\x4e\xe8\x32\xa1\xa4\x8c\xe5\x77\xbb\x2c\xd0\xd7\xbb\xc1\xd7\x49\x91\xcf\xe8\xd5\xc2\x5c\x2a\xee\x15\xd3\x47\x77\x8c\x72\xa2\x3f\xc9\xdb\xb6\x7e\xe3\xdc\xa9\xf8\xcd\x2b\x94\x15\x93\x1f\x83\xf8\x93\xc9\xdf\x0b\xad\x12\x5a\xad\x90\xbe\xf3\x7f\xca\x90\x4f\xcd\x90\x2d\x9d\xf1\x53\x00\x1f\x59\xc0\x9a\x62\xf9\x29\x70\xbf\x18\xb8\x96\xc2\xf9\x29\x80\x0f\x0d\x60\x4d\x47\xfd\x14\xb0\x67\x16\xac\x21\xc1\x7e\x0a\xe0\xcf\x1a\xb0\xcc\x45\x58\xa5\x83\x83\x64\xee\x9f\x25\xa0\xb5\x84\x5a\x25\x35\x0e\x59\x49\x59\x5e\xed\xab\xa5\x0d\xbc\x12\x41\x09\xe8\x88\x8c\x57\x26\xe1\x90\xa2\xf9\xb5\x53\x3e\xc9\x27\x05\x08\x09\xfe\xac\xa1\xbd\x53\x0e\x2a\xb4\xc8\x8f\x64\x5b\x1b\x66\x87\x55\xc1\xf5\x67\x33\xc2\x30\x91\x81\xbb\xc4\x59\xf5\xa1\x28\x71\x4f\x05\x20\x14\xd4\x78\x6f\x9d\xdc\x59\x8e\xae\x2e\xfb\x27\x2f\x77\x1f\x3f\x76\xa2\xe5\x81\xb4\x21\x8e\x4e\xe7\xa2\xf8\x96\x80\xb1\x55\xdc\x12\xb6\xf5\x6c\xe7\x92\xf2\xb2\xbb\xf5\x4b\xc1\xb7\x20\x46\x5e\x57\x87\x70\x93\x1d\x53\x86\x58\x4b\x5e\xbb\x80\x77\x76\x5f\xbc\x78\x96\xf8\xdd\x76\x2b\x6a\xff\x01\xab\x60\xc0\xbb\x07\xac\xae\x1f\x72\x63\x71\xb8\xe7\x1a\x9d\xc5\x51\xbe\x10\x0b\xd6\x09\xca\xd1\xe9\xe4\x2f\xf7\x77\x9f\xef\x3f\x7f\xf2\x74\xf7\x79\x70\x7c\x84\xa5\xf9\x54\x8e\x6d\x6f\xd7\x1b\x5c\xde\x30\xb8\x5c\x46\x17\x97\xc8\xae\x8f\x60\x85\x78\x77\x5e\xb5\x4a\x97\x48\xde\xe9\xeb\x20\xe8\xb2\xc6\x88\x6c\xf7\xc7\xf5\x4e\x9d\xb3\x7b\x9a\x5f\x6d\xf1\x62\x0b\xe0\x6c\x15\xaa\x93\x34\xdf\x9a\x17\xf3\x45\x96\x72\x32\xdd\x2a\xb3\x82\x43\xee\x61\x92\x4e\xb7\x8a\xd9\x56\xba\xc5\x08\x88\x74\xe4\xa7\x4a\xcf\xa1\x25\xcc\x4d\xdf\x7e\xa5\xfc\xba\x46\x90\xff\x3b\xf4\x10\xf9\xaf\x76\xc7\x98\x19\xfd\x44\x60\xe3\xf0\xca\xe6\xcd\x8a\xbb\x9d\x8c\xdc\x92\xec\xcf\xdb\xbe\x67\x3c\x9d\x7c\xc6\xe2\xff\x82\xa5\xbe\x4e\xb5\x69\xef\xaa\xad\x9b\x8a\x0b\x1a\x8f\xc6\x72\x8c\x20\x74\x5e\xbb\x57\xab\x3a\x22\x27\xb4\xab\xa8\x8c\x94\xad\x11\x80\x15\xcb\x9f\xbb\x91\x81\x4c\xb1\xed\xed\x16\xc9\x4a\xa2\xb6\x0c\x1b\xf1\x71\xcb\xb6\x9f\xaf\x5c\xa5\x10\x40\x1a\xf1\xb1\x38\x5d\xa4\xc6\x89\x91\x59\xa3\x0a\x49\x96\x26\x63\x28\xc9\x5c\x7d\x0a\x71\x07\x3c\x22\x63\xa7\xcf\xb6\x69\x9b\x6c\x5a\x63\x32\x90\xed\xcd\x3f\x00\x2b\xfe\x73\x23\x1d\xfb\xff\x96\x4c\x30\x59\x87\x49\x88\xac\x19\xb8\x2a\xc4\x92\x96\x89\x04\x04\x0c\x63\x62\x22\x46\x04\xbf\xdf\xb2\xc2\x31\x09\xe5\xeb\xeb\x71\xa7\xa2\x53\xc9\x61\x75\xc3\xd5\x10\x93\x15\x27\xc5\xbc\x6a\x98\xa8\x8b\x8a\x39\x31\xbf\x25\xc6\xe1\x46\xff\x98\xde\x35\xd5\x20\x6a\xbb\x5f\x11\xee\x97\xf2\x27\xd1\x02\xac\x05\x23\x33\xfd\xd4\x31\xc9\x44\xa9\x8c\xe4\x4d\x69\xc4\x6d\x51\x67\x66\xc5\x5e\x61\x95\x4d\x9a\x17\xd3\xf5\x11\xb6\x4d\x7c\x9c\x06\xc3\xff\x9f\x41\x5e\x30\x19\x82\xf7\xd5\x82\x66\x53\xc2\x1a\x22\xc1\x74\x67\x05\x53\xe1\x7a\xa5\xea\x40\xd9\xd6\x92\xee\x49\x31\x25\x6f\x4e\xdf\x9f\x33\x42\x5e\x17\xf6\x5c\xf2\x65\x97\x9e\x1c\x44\xaf\x64\xe6\xac\x23\xe2\x98\xac\xf3\x64\xb9\x04\x55\xaf\xf4\xd0\xca\x05\x85\xcb\x4b\x15\x15\x9b\x21\x62\xe3\xcb\xd6\x16\x78\x2e\xe3\xf7\x7e\x2a\x49\x46\x4a\xed\xda\xe9\x27\x84\xd4\x79\xaf\x6b\x1f\x2b\xeb\x41\x07\x38\xf5\x8b\x83\xfe\x09\x5a\x39\xe4\x9c\xd1\xcb\x85\xef\xc2\x03\x53\x42\xbc\xcf\xb0\xac\x57\x88\xad\x62\xd6\x0d\xe0\x49\x2c\x8e\x26\x14\xe6\xb5\x20\x45\x0e\xf6\xb4\x6d\x9b\xb6\x30\x8f\xc5\x8e\x0f\x86\x16\x96\xd8\x4c\x9c\xa9\xce\x8a\xc9\xe7\x37\x64\x0e\xe1\xf5\x78\x10\xcd\xb9\x46\x33\xc5\x79\x1d\xcd\xb4\x7b\x71\x51\xcc\x49\x0e\x80\xaa\xd1\x90\xd4\xc1\x4c\x24\xc2\xba\x3c\xbd\x3a\x49\x6f\x08\x50\x25\xe7\xef\xce\x8f\x8f\xa2\x36\xb8\xee\x46\x67\xaf\x3f\xbe\xfb\x70\x6e\x9e\xce\xff\xa9\x3e\x79\xe6\xa3\x81\x3e\x6f\x6f\xeb\xc0\xdc\xe9\x7c\x4e\xf2\xe9\xeb\xe2\x06\x66\x26\xfa\xeb\xf6\xe5\x20\xda\x66\xdb\xd1\x5f\xa3\x64\xe5\xa6\xfd\x77\x3a\x6b\x97\x59\xb2\x42\x62\x18\x93\xac\x28\xc9\x37\x8e\xc3\x87\x6d\x21\x38\xc0\xd1\xb7\x8d\x75\x67\xa7\x69\xb4\x4d\x63\xdd\x71\xc6\x2a\x47\x22\x4b\xfc\xed\xfc\xfd\x31\xae\xdb\x97\x3e\x30\x25\x18\x83\xb9\xa2\xea\xa6\x7e\x82\x6e\x8a\x07\x63\xf3\xe2\x0d\xdc\x36\xe8\x6d\x5e\x9d\xc0\x3f\xdc\xef\xab\xec\x86\xfd\x35\x4a\x64\xdb\x87\xaf\x74\x03\x5f\xb5\x25\x96\x36\xe8\x8d\x5e\xc8\x42\xc5\xcb\x9d\x7e\x12\x71\x41\xca\x62\x75\xa5\xc4\xc5\x76\x1f\x15\xdb\x7b\x09\xf8\x7f\x47\x2f\xf8\x65\x31\xbd\x7f\x19\x6d\xf3\xed\xe8\xc5\x23\xf5\x90\xac\x22\xa8\x31\x6c\xe8\xc6\xd6\x5f\xa3\x64\xb0\xf9\x70\xd2\x87\x86\xe3\xdc\x6b\xac\xfb\xba\xc8\x27\x8c\x70\xf2\xaa\x58\xe4\x53\x19\xd9\x5c\xe3\x1e\x51\x94\x26\xee\x7c\x9d\x7b\x1a\x77\xbd\x20\x64\xe2\x82\xe0\xac\xa1\x14\xc7\x39\x8e\xe5\xfe\x48\x0c\x5c\x25\x0f\x8b\x29\x66\x40\x55\x9c\xd1\xcb\x8c\xe6\x57\xc9\x30\xef\x66\x69\xc9\x21\xae\xf8\x80\x76\xe7\x8c\xdc\xd2\x62\x51\xea\xcf\x5a\xc4\x66\x96\x41\xe1\x2d\x83\xc2\x5d\x06\xc5\x30\x84\x30\x31\x00\x0f\x61\x83\x0d\x30\x1f\xa7\x9d\xce\x1e\x58\xb7\x8a\x2b\xf0\xfc\x7e\x4e\x54\xfe\xa3\x7a\xf9\xe5\x5f\x21\x36\xf0\x06\x0d\x03\x5e\x61\x37\x06\x0e\x7e\x6d\x05\xaf\x72\x2a\x19\xac\xe6\x84\x4c\xcb\xa3\x2f\x9c\xa5\xaf\x45\x4d\xb1\xa4\xd6\x7c\xc6\xed\xbe\xd7\x17\xb7\x35\x67\xf7\x27\x9b\x14\x12\xbd\x15\xe7\x52\xad\xb3\xe6\x56\xd4\xcb\xbe\xd3\x89\xce\x5f\x9d\xbe\xf9\x67\xd4\xc6\xc1\x25\x21\xbe\xff\xed\xe8\xf0\xcd\xba\xef\x6f\x4f\x4f\xcf\x9b\xbf\xcb\x41\x3b\xbd\x89\x23\xd8\x48\x51\x35\x42\x3e\xcd\xaf\xea\x38\x51\x3c\x37\xe8\xd4\x75\x7d\x10\xca\xfa\x78\x70\xc0\x7b\xf3\xb6\x52\x5e\x4b\x1f\xc9\x4d\x11\xb8\x97\x95\xbe\xc3\xda\xc2\x77\x3a\x71\x8e\xa5\x66\xdd\x39\x6a\xa6\xc5\x0d\x78\x5d\xf8\xd7\x75\x24\xed\x85\xa3\xa4\x55\xf8\xb7\x72\x24\x76\x6e\x84\x58\x82\x68\x97\xe6\x25\x61\xfc\x95\x0c\x8c\xc9\x51\x81\x72\xbf\xe3\xb5\xce\xb9\xdd\x97\xb1\xee\x50\x2e\xee\xf7\x13\x72\xa7\x4a\x28\x6a\x2a\xa9\x10\x7c\x05\x48\x11\x4c\xfe\x90\xa0\x2e\xd5\x8d\x50\xd2\x40\x0e\x42\xc6\x76\xe7\xf9\xf6\xc6\x7d\xba\xa3\x8c\xec\x40\xbc\x5a\xee\xbe\x36\xe2\x1c\xfb\x6a\xce\x8a\x2b\x96\xde\x6c\x9e\x37\xe5\x3b\x08\x4c\x35\x56\xd0\xb7\xea\x04\x2a\x4a\x2f\x5d\xe7\xe9\x10\xc3\xa4\x4b\xa7\xd2\x0b\x87\xf0\x14\x62\x27\x5f\x8a\xcb\x10\xa5\x98\x2d\x97\xd1\x24\xa3\x24\xe7\x3b\xd1\xf6\xef\xdb\xdb\xea\xec\xfa\x4a\xa7\x83\x14\x89\xd2\x03\x8a\xe4\xec\xbb\x66\x20\x2a\x86\x44\x89\x99\x34\xa1\x77\x62\x98\x30\x44\x93\x01\x35\xcc\xd1\x72\x19\x73\xfc\x3f\xcf\x4e\x4f\xba\xa0\xa5\x88\x8b\x24\x41\xe2\x40\x3f\x89\x09\x92\x8d\x40\x4f\x06\x1c\x41\xb8\x4a\x46\xd8\xa0\x5c\x25\xab\x95\x32\x48\x5a\x5c\xd5\x28\x41\x6b\x67\x5f\x93\x54\xa7\x8e\xa4\xba\x78\xb9\x37\x2c\x76\xf6\x06\xbd\x04\x95\x78\xef\xa0\x7c\x51\x40\x40\xe8\x74\x54\xee\xec\xb9\x32\xeb\x52\x30\xac\xac\xb8\x53\xee\x54\x8c\xa4\x93\xeb\xf4\x32\x23\x49\x1c\xbd\x57\xf9\xf0\x95\x98\xea\x3d\xe1\xe9\x34\xe5\xe9\xd6\xac\x60\x5b\xd1\x36\xd3\xb1\x7e\xa1\xe6\x94\x4e\x78\x12\x7b\x2e\xbd\xdd\x62\x5e\x06\xe2\xef\xa3\x42\x23\x2f\x1d\x15\xe3\x56\x79\x47\xf9\xe4\x3a\x66\x20\xb5\x4a\xbe\x4e\xd2\x92\x44\xbc\x88\x06\x8b\x11\x53\xc9\xe5\xc8\x76\x29\x1d\x91\x5a\xf0\x91\xee\xed\x46\x03\xf8\x25\xe3\x92\xab\x07\x40\xa3\x5b\xcd\xab\x24\xf3\x71\xbb\x9f\x4d\x62\x05\x99\xdb\x3a\x2e\x13\xb7\x7c\xc9\x99\x5f\xd8\x48\x3c\x2b\x05\x65\xb2\xb5\x9d\x4a\xf9\x72\xe8\xd7\x00\xcd\x52\x05\xfe\x0e\xf0\xef\x0d\xad\xc8\x39\xf4\x9b\x0a\x97\x0f\x95\x84\xb0\x86\x4e\xc1\x76\xdb\x43\xc6\x9c\xd1\x1b\xca\xe9\xad\x87\x8f\x90\x42\x8e\xbc\x7c\xb9\xa7\x27\xe8\x69\x47\xcd\xce\x56\x6f\xa0\x75\xcb\x00\x6e\xab\x3f\x70\x6d\x0b\x4e\x40\x48\x18\xb3\x44\x7e\xdc\x1d\xd4\x0d\x0f\xcc\xc7\xbd\x81\x9e\xfd\x0a\xe8\x76\xdf\x07\xdd\xee\x55\xa0\x01\x3e\x15\x0c\xf9\x6a\x05\x4f\xfb\xb0\x18\xb6\x1e\x37\x74\x49\x9b\xe2\x37\xac\xf8\x64\xb5\x8a\x81\x3c\x73\x90\xa5\x73\x44\xb8\xb8\xa2\x2a\xd3\x0f\x61\x62\xfb\xb8\xd3\xaa\x68\x6d\x01\xae\x3e\xb3\xce\xc7\xca\x84\x65\xe9\x1f\xf7\x3b\x70\x1f\xa6\x39\xaf\x55\x3c\xe5\xd7\x84\xc5\x25\x84\x22\x1e\xc1\xce\x82\xbc\x94\x8b\xb1\x39\x24\xce\x7c\xa9\x88\x60\x49\x49\x37\x2b\xae\xe4\xce\x0d\xcf\x2d\xc8\xb4\x34\x29\xef\x9b\x9a\x37\xf8\x93\x47\x52\x26\x8d\xa3\x6d\xb8\x37\x41\xce\x9f\x28\x1d\xbe\x20\x57\xb7\x8d\xc0\x2b\x8a\x81\x8f\x48\x22\xd1\x8f\x0f\xc7\x87\xaf\x8f\xfe\x76\x7a\xfc\xe6\xe8\xe3\xc5\xdf\x0e\x4f\xde\x40\x92\xf4\x5f\x99\x20\xb8\xa6\x5a\x40\x40\xba\x1f\x52\xc6\x69\x9a\xbd\x11\xb7\x00\xd8\x17\x82\x10\x70\x2a\x47\x60\x8b\x55\x9f\x8f\xd2\x2b\xc2\xaa\x2f\x8f\xd3\x3f\xee\xab\xef\x5e\xc3\x95\x21\x70\xff\x41\x5e\x50\xde\x3b\xc9\xac\x29\x6c\xbe\x56\x37\x29\x26\xdd\xc3\xcb\x92\xb3\x74\xc2\x9d\x57\x02\xb8\xf3\xf8\x1e\xa2\x31\x88\xa2\xe7\xe7\x1f\xcf\x2e\x5e\x1d\x9f\xbe\xfe\xbb\x2b\xa7\x58\xa0\xac\x15\xc4\xc1\x4e\x1f\xc5\x19\x5e\x2c\x97\xf1\x02\x7f\x5d\x25\xc9\x28\xeb\x9e\xce\x49\x6e\xd2\xb3\x69\x9a\xa5\x37\xc6\x51\xe8\x43\x84\xb2\x51\xd6\x7d\x43\xa7\xaf\x3d\xd1\x43\x7f\x8c\xa3\xea\x4b\x53\x54\x8a\x59\x8e\xd3\xfb\x62\xc1\xf1\xae\x2c\xe9\xbe\x53\x05\x21\xe5\x1d\x61\x78\x4f\x94\x50\x0f\x91\x32\x42\x2c\xba\xa7\xf3\x12\xcd\x70\xd4\x49\x39\x67\x65\xd4\xf2\x47\x3e\x83\x62\x90\x01\x7b\x63\x49\xa3\xb2\xc2\xef\x16\xb3\x59\x49\xb8\x56\xbe\x40\xa2\x44\xef\x72\x51\x14\xe1\x22\x9f\x94\x78\x34\xde\x5c\xb6\x6b\x24\x77\x50\x55\x05\x5c\x4f\x9c\x56\x8c\x10\x55\x16\xd0\xba\x92\x95\x0a\x33\x42\xb3\x86\x2d\x34\x72\xba\x0d\xde\x7a\x16\x22\x93\xd1\xa1\x0c\xd0\x51\x3e\x4e\xb4\x78\x6b\x15\x3b\xa6\x16\x37\x6e\x10\xb1\x1c\x93\x51\x7f\x2c\x28\x95\xd1\xee\x58\xd0\x29\xa3\xbd\x71\x8b\x75\xc9\x97\x39\x8b\x69\x82\x8a\xa1\xf4\x4f\x84\x65\x20\xc8\xce\x38\x47\x85\xe0\x8e\xea\xaf\x21\x4f\x9a\x9b\x41\xf6\xf6\x1b\xdb\x99\xde\xe7\xe9\x0d\x9d\xf8\xad\xf8\x2f\x75\x1b\x66\x13\x54\x84\x1d\x55\xac\x55\x1d\x50\x6d\x9c\xb6\xab\x04\x55\x23\xb0\x91\xbb\xad\x7b\x70\x0a\x9a\x4e\xe3\x88\xce\xa2\xa0\xd7\x02\x9d\xc5\x6d\xb2\x5c\xf6\x21\xa4\x9d\x11\xcd\x57\xd4\x29\x67\xff\x3c\x39\x3f\xfc\xdf\x5b\x47\x1f\x3f\x9e\x7e\x1c\x6c\xfd\x0f\x3a\xdb\x62\xe4\x5f\x0b\xca\x48\xb9\x95\x6e\xc9\xac\xa8\x5b\x9a\x1e\x8a\x92\x16\x95\xc6\x27\xf7\xe2\x58\x78\x37\x8b\xbf\xa6\xec\xaa\x0c\x7a\x80\x01\xb6\xc8\xa8\x37\x16\xe4\x3e\x2f\x74\x2c\xa5\x04\xf5\x57\x88\xce\xce\x99\xaf\x05\x16\x1c\xc1\x6d\xf1\x99\x9c\xf1\x94\xd3\x09\x9c\x37\x31\x13\x6c\xca\xec\x6d\x9a\x95\x5e\xd1\xbc\xd3\x09\x95\xce\x13\x15\xa7\x50\xe2\x64\x91\x67\xa4\x2c\x7f\x1e\x5e\x24\xbc\xff\x27\xb8\x69\x1e\x70\x08\x3d\x0d\x98\x74\x71\x73\x47\xbd\xe8\x5f\x3f\x88\x19\x48\x46\xf6\x27\xe0\x65\xba\x98\xc7\x55\xfc\xec\x6e\xbc\x76\x50\xff\x47\x56\x8f\x20\x7a\x02\x18\x2a\x92\xaf\x85\x33\x96\xc6\x91\xf0\x4e\x27\xfa\x4c\xee\x41\x92\x30\xea\x8d\x47\xbd\xf1\xb0\x90\x83\xe3\xa3\xbe\x78\x4c\x06\x05\x1c\xb4\x1f\x34\xad\xf9\x51\x47\xe3\x57\x69\x9d\x0b\x17\x17\xbb\x2b\x74\x59\x4c\xbd\x8c\xee\xa2\x3a\x7f\xc7\x09\x38\xe3\xc6\xa2\xfc\xef\x8b\x9b\xf9\x27\x58\xa4\x71\x74\x74\x7c\x76\x14\x89\x97\xa2\x0d\x30\x3e\x86\x22\x02\xa3\x96\x38\xeb\xce\xe6\xa8\x2f\x5e\xcb\x4e\x9f\x17\x71\xf4\xee\xfc\xe8\x23\xd4\x23\x39\x27\xec\x98\x96\x3c\x8e\x40\x0a\x22\xde\x65\x82\x25\x76\xca\x40\xe6\x4c\xc1\xd6\xbf\xfa\x78\x74\xf8\x77\xb7\x88\xa9\x12\x9a\x97\x5d\xe8\x57\x31\x8f\x77\x75\xaf\xe3\xe8\xed\xbb\x93\xc3\xe3\x63\xaf\x19\x0b\x94\x7c\xa1\x1c\xba\xa2\x2a\xda\xf1\x34\x56\x56\xe3\xcf\x3b\x9d\x50\x1f\x2a\x73\x4d\xf3\x1d\xa2\x09\x81\x9f\x76\x8a\x1a\x98\x3f\xb6\x33\xac\x39\x82\xe3\xf1\x1e\x4a\xa0\xe2\xc4\x5d\x94\xc6\x08\x56\x1e\x19\xb5\x31\x4e\x3b\x9d\xe8\x6a\x41\xa7\xf0\xfb\x5b\x7a\x3f\x2d\x88\xcc\x3e\xc8\xd3\xcf\x64\x2b\xdd\xfa\xaf\x68\x9b\x8d\x7a\xe3\xed\xe8\xbf\xb6\x24\x6f\x07\x83\x80\xb5\x9a\x8f\x8a\xb1\x09\xec\x18\xdc\xcb\xfb\xe1\xdd\x5b\x93\xf5\xc4\x52\x42\x54\x3f\xc5\x10\x44\xf8\xa8\x94\xf5\x26\x73\x47\x9c\x46\x3b\xea\x22\xde\xb9\x4d\x59\xf3\x15\xc0\x8d\x04\x5c\xa0\x36\x95\xc1\x04\xa8\x26\x69\x3e\xa4\x2c\xbd\x29\xe3\x54\xc7\xf7\x79\x23\x41\x9e\x4d\x8a\x39\x81\xfe\x5d\xd2\x7c\xea\xbd\x2c\xd6\xf7\xda\x07\xb0\x22\x59\x49\xb6\x1a\xce\x6a\x33\x1a\x27\x25\x5b\xc3\x20\xb4\xa1\xa6\x71\x96\x15\x18\x5f\x2e\xdb\xb4\x5b\x02\x4c\x43\x16\xff\x8d\x64\x73\x22\x27\x04\x08\x1d\x13\x7a\x56\x0e\x5e\xc7\x2e\xe8\x8b\xe9\x54\xe8\x33\x75\xe3\x42\x12\x33\x29\xe2\xa8\xdd\x93\xd2\xb7\x55\x82\xf8\x83\x9d\xd4\x46\xa8\xbc\xd3\x11\x48\x6e\x39\x1d\xb6\x51\x2e\x3a\x9d\xbc\xa1\xb3\x54\xc0\x00\xa1\xa6\xe1\x73\xfd\x19\xb3\x9d\xb6\x7e\xf2\x8d\x7d\x67\xa2\xef\xf0\x5b\x1e\xb1\x20\x2c\xfb\x0a\x82\x91\x72\x40\x10\xcd\x33\x9a\x93\x72\xc0\x57\x2b\x41\x4b\x6b\x21\x58\x29\xe5\x63\xf2\xa3\xb2\x19\x81\xf7\xda\x5c\x44\x7d\xc2\x4c\x1a\x75\x5d\xad\x37\xc3\xf8\xf7\x20\xdb\xd3\xe9\x54\x49\xaf\xea\x76\x13\x37\xea\x03\x69\xa2\xef\xb5\xac\xd2\xc4\xad\x70\x5b\xb4\x61\x86\xd3\xa1\xa6\xf0\x15\xc4\xc4\xab\x3c\xf0\xe9\xff\x74\x9c\xc4\xf6\xa3\xe4\x02\xd0\xfd\xff\xdf\xe3\xd2\xd7\x3d\x11\x38\x81\x66\x55\x8b\xf2\x42\xaf\x7f\x90\x5c\xb3\x08\xc9\x33\xbe\x18\xf5\xc6\x18\xe3\x49\x57\xee\x96\x84\xe1\x42\x5c\x0e\x39\x2e\x04\xd7\x42\x71\x21\xb8\x16\xb0\xbe\x51\x85\xdb\xa2\xf0\xa7\xfc\x73\x5e\xdc\xe5\x75\x88\xa6\x3a\x05\x41\xff\xaa\x36\xb9\xd2\xcc\xcd\xce\xaf\x52\x1f\xe9\xd9\x55\x52\xcb\xda\xa4\xcb\xc1\x99\x00\x3b\x10\x2a\xa9\x1c\xda\x86\x07\xe5\xca\x8d\xbd\x9d\x4a\x40\x0b\x5c\x5f\x1f\x21\x48\x0b\x17\xd2\x62\x55\x1d\x95\x62\x27\x05\xc4\xcb\x26\x86\xdb\x4c\xfe\xc4\x88\x2d\x64\xcb\x99\x14\x04\x70\xe4\x7e\x9d\x4a\xec\x04\xb4\xb3\xb5\xf9\x35\x71\x0d\xb4\x0e\x48\x83\x48\x5c\xa3\x07\xfd\xb2\xe5\xb7\xb2\xd3\x77\x33\x70\xcb\xae\xc8\x93\x07\x0e\x4b\xb8\xfb\xfc\xa4\xd6\xa6\xaa\x37\x18\x19\xa5\xce\x1d\x50\xb2\x92\x81\x63\xa4\xdc\x5e\x79\xa4\x11\x34\xfa\xfa\x99\xdc\x0f\x94\xd4\xf8\x1c\x44\x74\x4d\x9e\x4c\xd5\x1e\xad\x56\xe3\x44\x5b\xdd\xd4\x05\x49\x97\x30\x90\x8b\x6f\x46\x3f\x68\x04\xa6\xff\x16\xe8\x97\x5d\xb1\x97\x82\x33\x05\x70\x3d\xa8\xfc\xd3\x34\xbf\x92\x82\xa2\x4d\xe7\x45\xda\xa9\xfc\x84\xd9\x90\x1d\xac\xce\x86\xeb\x68\xe1\xe6\xc7\x64\x15\x24\x19\x8c\x4c\xd5\xa0\xa5\x57\xd5\xbc\x25\xc9\x90\x49\xf7\x9c\x7c\xe1\x15\x9f\x14\xde\xe5\xe4\x0b\x8f\xc5\x91\x65\x09\x96\x49\x57\x29\x91\x6b\x85\x27\x4a\xb9\x5c\x2b\xef\x28\x6a\xeb\x95\x9c\x8f\xb1\x5b\xeb\xad\xa3\xf6\xac\xd5\xf2\x74\xa2\x6e\x2d\x9d\xc2\x2d\xe8\x5d\xc3\xbb\x5a\xc3\x84\x42\xe2\x1f\xa0\x36\xcc\xdc\x29\xdd\x88\x06\x18\xe7\x88\x81\xe5\x84\xb2\x08\x08\x50\xd8\x4a\x24\x2a\x1f\xa5\x7d\xaf\xce\xeb\x9d\x6e\xe9\xdc\x6f\x83\x2d\x79\x94\x97\x5b\x37\xe9\x3d\x7c\xbb\x24\x5b\x8b\x92\x80\x6d\x2b\x24\x08\x57\x54\xf9\xac\x60\x37\x60\xc2\x6a\xd2\xc6\xc5\xa9\xbc\x38\xed\x68\x25\x4d\x79\xc8\x79\x78\xbc\x44\x1e\xf6\x44\xde\x15\x20\xe1\xe2\x8a\x0c\x03\xf9\x15\x43\x14\x82\x82\x19\x78\x6f\xac\x70\xab\x0a\x30\x26\xa8\xdd\x87\xa0\x8c\xee\x3a\xb0\x02\xb7\x4a\xf9\x9b\x40\xf9\x73\xb6\x28\x21\xa8\x71\x03\xf8\x5e\xb8\xf8\x83\xcd\x54\xea\x9d\x5a\x7d\x78\x23\x56\x5a\x02\x27\xcb\x25\x17\x1c\xb6\x81\x0f\xb6\xda\xa2\x34\xe4\xdb\x07\xbd\xba\xe1\xdd\xf5\x5a\x63\x01\x74\x19\x00\xcd\x93\x50\x5d\x67\x64\xb4\x3f\x46\x25\xe6\x46\x75\x2b\x98\x90\x85\x8c\x5f\xa0\x03\x17\xbe\xec\x41\xd2\x4a\xae\xa8\x4f\xc9\x39\x7c\xb5\xa7\xd2\x80\xa2\xb9\x60\x60\x08\x27\xac\x1c\xe4\xdd\xa3\xf7\x1f\xce\xff\x79\x71\xf8\xf1\xe3\xe1\x3f\x57\x89\x18\x40\x8d\x4c\x66\x68\x21\x89\xe3\x42\xcc\x4d\x29\x69\xe4\xd0\x84\x7e\xc7\x40\xcc\xce\x5a\x04\x36\x91\x3c\x31\xdf\x16\xec\x3c\xbd\x8a\x19\x2a\x13\x94\xe1\x45\x57\x6a\x24\xd1\x04\x2f\xba\x13\x27\x23\x22\x9a\x89\x17\xe6\x8a\x71\xf6\x5c\xb6\x5c\xaa\x5f\x93\x07\x76\xdf\x60\xeb\x75\x9a\x8b\xcd\x35\xa3\xf9\x74\xcb\x70\x2f\x56\x67\x3b\x0d\xe0\x7a\xfa\xbd\xb8\x06\x88\xd7\xfe\x6c\xb6\x66\xc3\x58\xc6\xe5\x30\x58\xb5\x8a\x9d\x38\x83\xf4\xe1\x0e\x5f\x68\x27\x69\x82\x66\x68\xea\x4c\xd3\x75\xa7\x73\x9d\x24\x83\xcd\x80\xb9\x60\xea\x40\x9c\xa9\x56\xba\xa6\x0d\x8e\x0d\x3b\xb5\x2d\xbe\x99\x8c\x8f\x4b\xb9\x00\x83\x35\x08\x42\x81\xa0\x48\x4f\xf7\x59\x75\x25\xa6\x88\x77\xc9\x6d\x9a\x9d\xc1\x7d\x28\xf6\x60\x2e\x20\xcc\x8b\xb9\x66\xc8\xb9\x23\x1a\x72\x25\x02\x93\xee\x3f\x29\xc9\xa6\x0f\x0d\xa6\xc5\xbb\xf7\xa2\x1c\x84\x3d\x77\x2a\x8b\x73\xe5\x4c\xcc\x5b\xf3\x71\x61\x6b\x8e\xbc\xab\x4d\xab\x86\xd6\xd5\x9c\xaa\x32\x71\x75\x78\xcc\xbf\x24\x29\xc9\xf9\x19\x9d\xc2\x82\xa8\x9d\x5e\x4c\x5d\xb0\x62\x89\xc3\xa3\xdb\x7f\xb0\xdb\x7a\x70\xf4\x6d\x41\x7a\xc7\x06\xca\x3b\x58\xe9\xe0\xb1\xc9\x92\x4e\x87\x77\xaf\x16\x29\x9b\x92\xa9\x84\x56\xc5\x11\xec\x88\x0d\x2f\x19\x38\x1d\xf6\xe5\xe9\xf0\xb8\x72\xcc\x15\x09\x1c\x10\xee\xb1\x97\xe1\xb2\xd3\x29\xc5\x31\xd0\xe9\x2c\x5a\xa6\x7f\x5a\x96\x28\xf8\x81\x0c\x4d\x92\x95\x4e\x5c\x03\x64\x8b\x23\x0f\x90\x22\x8a\x45\x50\x75\x58\x23\x1c\xbe\xf5\xbc\x17\xc3\x4a\x8c\x1c\x64\x51\x53\x36\xd6\x1a\x98\x56\x0a\xb8\xc2\xd8\xb2\xe7\x81\xaa\xad\x9d\xe4\xab\xdf\x92\xab\x97\x0c\x35\xe4\x7e\xaf\xb7\x03\xec\xb5\x14\x23\x12\x57\x8c\xc8\xec\x3a\x1a\x15\x63\x27\x2c\xaa\xa4\xe0\xa8\x20\xa8\xea\x8a\xe1\x0b\xc0\xfe\x51\x33\x85\x0f\x4b\x14\xb8\xc2\x94\xe6\xc6\x7d\x4c\xdd\xe1\xbf\xb8\x6b\xcb\x90\xfb\xe9\x82\xd3\x62\x51\xfa\x1f\x99\x25\xfc\x6b\xe4\x7e\xd0\x41\xa2\xe4\xd3\xb8\x31\x62\x3a\x04\xd1\x52\x5c\xfe\x9a\x82\x25\xd7\xeb\xbe\xdd\xfb\xc6\xf2\xfd\x64\x25\xa3\x8b\x94\xbc\x2a\x6e\xd0\x6e\x8f\xdd\xcb\x05\xcd\xa6\xc6\xb4\xdf\xf2\x33\x57\x84\xab\x51\x87\x5a\x19\x36\xa3\x70\xd0\x8c\x40\x25\x57\xf9\xb2\xd1\x4c\x49\xc5\xbd\xe2\xc5\x14\x2f\xa7\x66\x47\x5d\xdd\x0c\x33\x2d\x03\x03\x37\x05\xfa\x87\x38\x7c\xd7\x48\x5d\x6c\xb9\x9a\xaf\x47\xc9\xa7\xc7\xf4\x12\x1f\x99\x05\xa8\x0c\x36\x2b\x67\x52\x18\x8b\x4e\x8f\xb5\x3c\xce\x39\x10\xb9\x0b\xa6\x62\x77\xee\xc9\xb3\x5c\x30\x52\xc8\xe7\x42\x71\xa4\x53\x21\xf9\x91\x71\xba\x26\xda\x8d\x0c\x6c\x2b\xde\x16\x4c\x3b\xe7\xc8\x1d\x54\xa9\xe6\x48\xf8\x1d\x44\x77\xaf\x49\x3a\x47\x39\x66\xdd\x9b\x34\xcb\x8a\x49\xac\x83\x49\xf0\x40\x90\x49\x3e\xa2\xc1\xac\xe0\xc5\x50\x3a\x0d\x7e\xc8\xd2\x09\xb9\x2e\x44\x6f\xe2\x22\x19\x28\x4f\xc2\xc2\xc8\xea\x59\x57\x90\x0b\xe5\xf5\x7b\xd9\x54\x8e\x48\x82\x72\xe5\x95\x53\xa5\xd0\x82\x9a\x7e\x6f\x4d\x74\xb3\xa2\xf8\xbc\x98\x87\x88\x11\x37\xce\xb2\x22\xd6\xd8\xf0\xab\x24\xf5\xc0\x06\x0c\xb9\xb4\x9e\x7a\x63\xce\x1a\x78\x5e\x0d\xdc\xc6\x4c\xcf\x94\x95\x1a\x4b\x42\xdd\x96\x1f\x9b\xbc\xd9\x74\xbf\x11\x93\xe6\x44\x6e\x02\x6e\x19\x75\x09\xa8\x41\x83\x2b\x45\x39\x4b\xe8\xcb\x65\x9c\xcb\x6a\xea\xa4\x25\x49\x82\xf4\x88\x88\x3f\x1c\xe6\x8d\x65\xe5\xf4\x54\xf3\x91\x6b\x16\x77\x05\xbb\x86\xf3\xd4\xab\x5b\x5b\xeb\x01\xff\xb8\x39\x1c\xad\x15\x40\x0f\x48\x85\xb4\xf1\x55\xb9\x5e\x0a\xa1\x16\xaf\x29\xed\x0a\x86\x6a\xb6\x42\x5f\x50\xd5\xa0\xc8\xb1\x0b\x3a\xfd\x99\xd2\xba\x96\x66\xf1\xa5\x59\xab\xd8\x56\x52\xb0\x62\x02\x3b\x23\x8a\x73\xe3\x07\x31\x53\xbe\xa1\x60\xc1\x03\xe7\x85\x34\x91\xc3\x32\x00\xfa\x50\x25\x42\x9b\x25\x03\xba\xdd\x57\xd7\x81\x95\xd3\xe0\xaf\xd7\x69\x79\x74\x9b\x66\x03\xd6\x55\xbf\x90\x6a\x4d\xcc\xfa\x9f\x20\xb9\x72\x04\x55\x1a\x29\x88\xbb\x72\x43\x90\x51\x79\xe7\x51\x8b\x09\x5e\x9f\xf1\xe3\xf4\x92\x48\x7a\xb3\x3b\x23\x7c\x72\xed\x51\x0a\xfd\x44\x86\x97\x36\x5b\xf9\x5c\xda\xae\x57\xc8\x09\xc4\xba\xf3\xba\x1a\x5b\xbc\x96\x04\xbe\x58\x6b\xe9\xb4\x0e\xd9\x55\x58\x2b\x8d\x71\x63\x2f\x1a\x49\x33\x06\xa4\x99\x62\xb6\xad\xfa\x90\x3d\x44\x6b\x21\xa6\xa8\xf6\xe0\x4c\x0b\x4a\x5e\x74\xc6\x93\x24\x89\x81\x78\xfa\x6d\x16\xd0\xde\x05\x77\x9e\x20\x48\x2e\x62\xae\x94\x4d\x03\x97\x77\x0c\x08\x14\x1b\x99\x49\x54\x15\x33\x0e\xc8\x2a\x59\x41\x6a\x84\x35\xa8\xf3\xec\x02\x4e\xde\xc8\xbc\x3d\x9e\x60\xcd\x0e\x4c\x7f\x0f\x4f\x58\xc9\x8b\xb9\x5e\x30\x4a\x11\xc7\x0c\x59\x18\x16\x79\x16\xc6\x1b\xb3\x62\xd1\x78\x0a\x00\xce\x1e\x8c\x37\xa0\xec\x13\x43\xdb\x46\x0a\xab\xc2\x17\x92\xa3\x2c\xa7\x98\x4b\xa9\x04\x57\x62\x3c\x07\x70\xcb\xee\x33\x62\xcc\xae\x9b\x25\x14\xea\x96\x21\x82\x4f\x29\x7d\xb9\x44\x86\x4b\x57\x2e\x91\x0d\xe3\xb4\x91\x27\x27\x09\x4a\x1b\x18\xfc\x05\x92\xda\x49\xa0\x35\xda\x7d\x20\x37\x92\xc1\x66\xb0\x5c\x28\x35\x18\x2b\x45\xfa\x1d\xae\x57\xa9\xc1\x3a\x08\xe9\xd4\x38\x44\x82\x7c\x48\xab\x06\xd5\x43\x7a\x35\x09\xd7\xf8\x05\x4b\x68\xa1\x82\xaa\x1d\x79\xc2\x7e\x4d\xf9\x80\x20\xf9\x6a\xc0\x57\x49\x28\xba\x81\x1b\xe4\xcb\x85\xa0\x1d\xd4\x65\xcb\x2a\x76\xa2\xa1\x9e\x9c\xf4\x90\x7c\x94\x8f\xc1\x8b\x25\xe5\x28\xc5\x6c\x44\x15\x84\xf1\x4e\xd1\x22\xb2\xb9\xb8\x40\xa9\xc1\xe0\xe7\x75\x37\x53\xc5\x4c\x4f\x9b\x6e\xca\x68\x0d\xf2\xb7\xf2\x09\x01\x56\x35\x0d\x84\x15\x88\x8d\x67\xb9\xec\xba\x74\x63\x96\x31\xac\xe0\x37\xaa\x5c\x7f\x2b\x75\xb6\x57\xdc\xbe\xa5\x21\xa3\xe2\x85\x6c\x8a\xab\x38\x4f\x64\x46\x01\xc9\xcc\xb5\xd6\xcc\xa6\x98\x03\x0f\xd3\xca\x1c\xbd\xea\x58\xa1\xac\xd3\xad\xa1\xbb\x33\x4c\xf5\x7f\x4c\x50\xaf\x66\xf2\x1e\x2e\x66\xbd\x68\x47\xfd\x71\xe2\x5b\xb1\x6f\x54\xc7\x79\xd8\x1d\x5b\xa3\xf6\xef\x85\xe0\x3c\xec\x8d\x13\x20\xdb\x04\x62\xde\xa7\x93\x6b\x5a\x49\x83\xf9\x43\xf8\xe9\xf7\x76\xf7\x37\x43\x91\x28\xf9\x1d\x58\xaa\x55\xfb\x1e\x44\xad\x07\x12\xc0\x55\x95\xe9\xa9\x50\x8c\x16\x93\xf1\xee\x7e\xe2\x2f\x6d\xbd\x4a\xcd\x16\xf2\x36\x90\x8a\xd3\xa1\xa9\x5f\xc2\x6e\x49\x5d\x01\x1f\x98\xe8\x9d\xbe\x5b\xe5\x57\xca\xaf\x55\x1c\x96\xd0\x71\x14\xac\x6f\x49\x6e\x01\x21\xb4\x10\xd6\xe0\x4e\x35\x0f\x82\x90\x2a\x0f\x0c\x87\xde\x93\x67\xa8\x42\xaa\x28\x16\x1b\xe4\xa1\x8c\xcc\x53\x46\xa6\xf6\xac\x6f\xf7\xc5\x19\xdf\xee\x49\xae\x34\xe0\x8f\xec\xc2\xde\x7d\xe6\x14\x3b\x4b\x67\x64\x4d\xd1\xe7\x4e\xd1\x37\xca\x31\xff\x2d\x4b\xaf\xaa\x5e\x9e\xb6\xca\x9e\xdb\x89\x13\xcf\xb3\xc2\x2b\xd6\x77\x8a\x9d\x57\xa2\x5f\x3b\xc5\x76\xa1\x18\x04\x3b\xb7\x14\x28\x4b\xf3\x52\xe5\xf5\x0e\xd6\x7a\xde\x77\x58\xed\x6f\xa8\x26\x1b\xab\x1a\x7a\x85\x0b\xef\xef\xcb\xc2\xbe\x4d\x57\x43\xd9\xc7\x06\x70\x83\xaf\xa5\x57\xba\xaf\x21\x6f\x52\xd8\xf6\xf9\x63\x51\xf0\x4a\x27\xec\x1a\x96\xd3\xd9\x43\x04\xf1\x61\x7f\xd0\x33\x95\xfe\x41\x19\x5f\xa4\x59\xa8\xae\x57\xb3\x8f\x88\xa9\x03\x3e\xcd\x6b\x86\xbb\xbb\xab\x07\xb0\xae\xd0\x9e\x2c\x24\xd7\xf2\x21\xab\x86\xd9\x32\x05\x9f\x3e\x57\x4d\x2b\xa6\x54\x4f\x67\x90\xe6\xeb\x2d\x79\xcb\x56\x7d\xd6\x47\x4c\x55\xd6\x2e\x4a\x0e\xf9\xa4\x93\xb4\x37\xb4\xfb\x6c\xd7\x0c\x39\xc4\x76\x84\x47\xf5\x4c\x8e\xca\xe5\x97\xce\x48\x36\x6b\x6a\x62\x5f\x35\x11\xe0\xaf\x9a\xaa\x3c\x0e\x54\x51\xce\x2a\x0d\x35\x9e\xa8\x1a\x10\xa1\xe3\x6d\xc1\x04\x33\xda\x54\xf6\xa9\x2a\x5b\x21\x26\xd7\x36\xf0\xbc\xa7\x2a\x55\xb9\xad\xa6\xf2\x7b\xb6\xbc\xe7\x6c\xd3\x50\x7c\xdf\x59\x7a\xa0\xdb\x09\xa2\x5e\x5f\x20\x8f\x9f\xea\xc5\xb7\x41\xd9\x67\x06\xf0\xd9\x4d\x9a\x65\x1b\xd4\x78\x6e\x96\xf6\x66\x15\x9e\xf4\x1c\x7c\xaa\xcd\xb6\xb6\xc2\xfe\x73\xa7\x02\x68\xad\xc2\x2b\xed\xb1\x3c\x25\x8c\x5d\x7c\xc3\x3d\xb2\xe7\x40\xab\xdd\x1b\x81\xe8\xb6\x21\x6f\x6f\x25\xca\x6c\x3a\x83\x35\x77\x10\x30\x90\x95\x37\xb9\xbf\x6f\x7d\x1e\x1c\xc4\x8c\x9d\x8e\x01\xb2\x66\x9f\x56\x99\x77\x28\x5f\xdd\x69\xc1\x42\xa1\x83\x2e\x58\xb0\x24\xfc\x1f\x29\xa3\x60\xd6\xef\xbc\x33\xdb\xa6\x26\x3f\x50\xe6\x6f\x25\xe1\x62\xcf\x4e\x75\xe5\xb2\x06\xdd\x16\x04\x11\x41\xbd\x00\xf4\xb3\x98\xc7\xde\x4d\x5f\xd9\x80\xc1\x4a\xeb\xd5\x3c\x06\xb0\x36\x98\xd7\xcf\xde\x14\xd5\x2c\x93\x0d\x0d\xd6\x70\x81\xc6\x6b\x85\xf2\x3e\x79\xe7\x52\x72\xae\x5e\x11\x55\x85\xfb\x4d\x52\xf9\x8a\xac\xcf\xd7\xff\x59\x99\xbc\x01\x57\x65\x40\x3d\xf6\x53\x49\x39\x88\x8d\x03\xf6\xa1\x90\xd5\x1c\x59\x58\x6d\x33\x39\x5c\x98\x0a\xc1\x47\xee\xb6\x0e\x55\x35\x2d\x10\x59\x5f\x0b\x92\x52\x4a\x4e\xd2\xa5\x0c\xed\xad\xba\x60\x8c\x06\x37\xa7\x77\x1b\xee\x57\x69\x14\x53\xe1\x1d\xc8\x5b\x27\x0d\xf7\xed\x53\x79\x12\xd4\x05\x65\x0d\x84\x97\x6c\xc7\x15\x7e\x35\x14\x94\x67\x68\x53\xf8\x0f\xa7\xe0\x73\x7d\x9b\x6a\x8f\x95\x86\x23\xeb\x09\x94\x33\xce\x27\xf5\x89\x54\x34\x77\xfc\x64\xdf\xe3\x91\x15\xcb\x1e\xab\x15\x5d\xaa\x6b\x43\x7b\x8e\x34\xb4\x26\x49\x33\xe5\xc6\xb2\xa6\xad\xa7\x9b\xb4\x55\x3b\x07\x9a\xc8\x29\x5b\x5e\x1e\x07\x0d\xe5\xf6\x6c\x39\x0d\xb2\xa1\xe4\x7e\x05\x62\x43\x31\x87\x7a\x78\x00\xe0\x13\x5b\x72\x1d\xc0\x67\xc8\x64\x7a\x5a\x57\xcc\xd0\x70\x90\x92\xa1\xa1\x50\x5f\x13\x99\x59\x91\x4e\x9b\xca\xe8\x06\x41\xd0\xd9\x54\x48\x37\x37\x5d\xcc\x37\xf2\xaf\x74\xcf\xcc\x79\xcd\xcf\xd2\xbd\x46\xe2\xfe\x13\xa4\xd5\x2d\xf3\x4a\xc4\xc1\x30\xec\xbe\x57\xfb\xa9\xa1\x47\xa5\xbb\x55\xe3\x8a\x33\x0c\xf1\xe3\x4d\x16\x5e\x5d\xf6\x1e\x5e\xee\xfd\x7d\xd5\x3a\x9d\xdd\x7f\xda\xdb\x6d\x28\xf4\xd8\xee\xc0\xa6\xd5\xd1\x77\x76\x57\xc3\xce\xda\x75\x06\xba\x96\xe4\xd9\x95\x9d\xfa\x7d\x71\x13\x88\xe0\x58\x41\xc7\xe3\xdd\x4d\xd0\x21\x40\xbd\x0b\x50\xdd\x7a\x37\x3f\xde\xdb\x14\x8a\x14\x9a\xaf\x81\xb4\xd1\x19\x24\x20\x1d\xfd\x2b\xc4\x97\xd5\x25\x10\xf1\x63\xb1\x49\xd7\x02\x95\xcb\x2f\x2d\x4b\xc2\xf8\x59\x13\x05\x1a\x3f\x7e\x62\xae\x8a\xa3\x9b\x39\xbf\xf7\x79\x2c\xef\x6e\x90\x34\xb3\x94\x5c\x35\x2a\x77\x51\x8e\x47\x63\x44\x71\xaf\xc5\x2b\x1a\x0e\xa5\x0b\xfb\x7a\x23\x6e\x37\xd0\x78\x66\xd9\x65\x0a\x11\x5b\x60\x04\x83\xe8\xf5\xf1\xe1\xa7\xb3\xa3\x68\x9b\x6e\x6f\xaf\x8c\xf9\x04\x2c\xb0\x58\x4f\xa8\x1d\x8e\xa5\x05\xe5\x2a\x8d\x8d\xb9\x85\xab\xac\xca\x95\xda\x0e\x84\x39\xc1\x3c\xed\x46\x5b\x2b\xd1\x1f\x93\x2e\x74\x10\x32\x8f\x5d\x92\x0c\xa2\xf9\x9b\x40\x31\xb9\xf1\xe7\x38\x28\x5e\xe2\xde\x41\xb1\xb3\xa3\x7d\x5b\xf2\x51\xa1\x22\x96\x4a\xda\x21\x55\xf5\x2d\xd1\xb6\x9b\xa0\xb4\xab\x47\x1d\x27\xa8\xd7\xc6\xb8\x50\x24\x9f\xf4\x4f\x04\xa5\xca\xca\x01\xa2\xd4\x2c\x6a\x60\x56\xa7\xa2\x50\xf3\x05\x04\xb3\x40\x5e\x4c\x03\x16\x20\x56\xd4\x2d\x3b\xa6\x84\x8e\x8a\x4e\xca\xb9\xa0\xd6\xee\x81\x90\x33\xb5\x58\xf2\x95\xc5\x7d\xd7\x96\x88\x0c\x63\x5e\x41\xbb\x23\x3c\x8a\x93\x64\xe0\x0a\x68\xc0\x4c\x86\xc5\x3d\x17\x42\x98\x72\x91\x86\x78\x6b\x28\x94\xd8\xda\x23\xbe\x4a\x99\xc3\x1a\xc8\x26\xf6\xfc\x26\x82\x3d\xd4\x72\x2b\x55\x65\x7f\x83\x2a\x55\xf9\x95\xaa\xfa\x78\x83\xaa\x27\xc5\x54\xe5\x97\x50\xe7\x3e\x04\x18\x5e\xcf\x76\x3f\xf7\x58\x69\x6f\x9c\xf5\x20\x00\x76\x26\xeb\x0a\x3c\x43\xe8\xfb\x8e\xbb\x25\x38\xee\xca\x15\x55\xd5\xd4\xb9\x37\x96\x4f\xf8\xbb\x87\x81\x79\x69\x65\x30\x41\x28\x0f\x49\x1d\xbd\x35\x15\x10\x4c\x54\x81\x92\x0a\x06\x03\x16\x70\x0d\xa3\x02\x7c\x96\x0f\x90\xc8\x4f\x9e\x6b\x52\x43\x6f\x83\x86\x53\xcf\x4a\xc1\x80\x74\x59\x27\xc0\x7b\xba\xde\x32\x62\x5e\xac\xb7\x89\xd0\x52\x60\x15\x75\x7c\xb5\x42\xb2\x9e\x62\x3f\x36\xaa\x5b\xd2\x3f\x88\xa9\x28\x2f\x86\x07\x7c\x73\x2c\xf3\x31\x91\x69\x27\x5d\x4b\x8c\x5a\xdc\x98\xcf\xa0\x05\x3a\xf7\xb5\x6a\x5a\xb3\xc5\x63\x6e\x1c\x39\x75\xdc\x53\x8a\xbd\xe0\xb1\x28\x1f\xe6\x5a\x8f\xad\xec\x2a\xe4\x89\x3a\xe8\x99\x48\xa8\x55\xdd\x35\xce\x11\xb5\x61\x39\x40\x4f\x75\x26\xf3\x5b\xcb\x6d\x78\x7e\x4d\xcb\x77\xc6\x5c\x6c\x9a\xc4\x34\x49\x90\xf4\x2a\x26\x65\x49\x8b\xdc\x58\x8d\xf8\x66\x13\xd7\xda\x46\xe2\x5a\xd9\x45\x5c\x2b\x5f\x16\xa3\x41\x96\x46\xab\xca\x0f\xae\xc1\x17\xc4\xd8\x51\xe4\xae\xf9\x3a\xc5\xbc\x36\x8e\x6e\x5a\x6a\x7b\x69\xe9\xc0\x87\x52\xcc\x7c\x73\x9c\xb8\x40\x79\xd2\x52\x7a\xe6\x74\xc8\xbb\xd7\xf2\x75\xea\x78\xa3\x0e\xe8\xd0\x9a\x03\xa5\xf7\x97\xe4\xb8\x98\xa4\x59\x5c\x80\x71\xf7\x55\x45\x36\x21\x5e\x98\x48\x70\x45\xe2\x9b\xe9\x0b\x2a\x1b\x35\xd9\x98\x29\x83\xdc\xde\x41\x6e\xdd\xc7\xf3\xed\xed\x44\x9b\x65\x8f\xf2\x71\xd2\xb2\x39\xe3\xb4\x02\xcb\x69\x40\x0e\xe9\x1b\xd1\x46\xa4\xd7\x3a\xd8\x01\xa7\xd2\xd9\x84\xce\x5c\xcf\xe1\x36\xc6\xd4\x04\x8d\xab\x60\x8f\x0a\xec\x59\x43\xff\xf2\x41\xf3\x7e\x41\x6b\x38\xde\x35\x12\xdb\xe0\x2d\xa3\x10\x5f\x22\x50\xe8\x9a\xc8\xe4\x0b\x5c\x8c\x7a\x63\x94\xe1\xc2\x3a\x14\x73\xd8\x39\xf7\xbe\x6a\x3e\x05\x45\x8b\x83\x8d\x5f\xc8\x1a\x7f\x08\x63\x59\xee\xce\x1f\xb3\x94\x47\x20\x3d\x94\x3f\xb5\xf9\x88\x7a\x16\xe5\x76\x61\x34\xdb\x94\xd3\x59\xbc\x6e\x91\x26\x26\x14\x7b\x6f\xdc\x62\x98\x99\x01\xa3\xd0\xf2\xcb\x95\x9f\x7a\x75\x09\x56\x86\xc0\x9a\x87\xc0\x2a\x43\xf8\x94\xcb\x40\x86\x55\x93\x74\x4f\xe9\x1c\x88\x8a\x21\x39\x2b\x6f\x21\x2a\xb6\xb3\x66\xfc\xac\xf9\xd1\x9a\xaf\x99\xae\x21\x5d\xfb\x1b\xeb\x29\xcf\x7f\x53\x7b\x05\xee\xfe\xc6\xa6\x4d\x9e\x01\xf2\x37\xa2\xda\x6e\x95\xab\x1f\x88\xae\xe0\x10\xab\xc4\x76\xe6\x3a\xb6\x73\x81\x79\x5d\xd5\x2e\x83\x7d\x78\xc7\xaf\xef\x01\x4c\x92\xa1\xa2\x0d\xab\xa7\x9f\x6b\xa0\x2a\xce\xd9\x81\xb9\xb9\x02\x48\x14\x54\x89\x8c\x09\x52\x51\xba\x54\x4c\x39\xcd\xf8\xba\xa5\x13\x6e\x8f\x24\x8e\x7e\xe5\xe9\x13\xc4\x80\x19\x91\xf0\x40\x5a\x6d\x0d\xc2\x83\x74\xd1\x99\xb5\x91\x8b\x49\xa7\x43\x5c\xa3\x39\x87\x46\xb1\x17\x72\x5c\x7d\xab\x06\xe0\x6f\xcc\x90\x24\x5b\x22\x5a\x53\xc4\xde\x4e\xb0\x0e\x2b\x41\x2a\x49\xa1\x13\x08\x22\xae\xc2\x0f\x80\xaf\x89\xa5\xee\x7a\x86\x50\x9f\xb3\xd8\xed\x79\xfc\xb4\x8f\xaa\xf8\x73\x83\xda\x15\x49\x83\x4c\xb6\x46\xf8\xdd\xf6\x0c\x66\x1d\xac\x79\x68\xa5\xb3\x8a\x1d\x6b\x43\xa3\xde\xac\xed\x3f\x83\x80\x54\xb0\xa5\x25\xf9\xa7\xd6\x88\x8c\x3a\xb3\x32\x21\x5b\x9a\xb1\x2b\x63\x94\xa2\x85\x6c\x3b\x93\xe4\xab\x91\x7b\x94\x9d\x4e\x5c\xba\xaa\x83\x3f\x8b\xa6\x55\xe1\xd6\xda\xed\x38\x5d\x2e\xcb\xe5\x92\x27\x68\x86\x21\xd4\x30\x59\x2e\x89\x4b\xd7\x2e\x97\xed\xb8\x9d\x2f\x97\xa0\xd9\x18\xf5\xc6\xfa\x4e\x43\x53\xfc\xf5\x26\xa5\xf9\x20\x45\x02\x21\x83\x12\x81\x15\xe0\x80\xaf\x5a\xb5\x95\x20\xc6\x3d\x45\xc5\x0f\x12\xcd\x9a\x02\x40\x13\x34\x73\x09\xe7\xc5\x30\xce\x6a\x3b\x64\xe1\x6f\x0f\x59\x40\x11\xcd\x0b\xf1\xec\x19\xa7\x09\x8e\x2d\xdb\x80\xfe\xce\x7e\x80\xfe\x2e\xc2\x36\x6b\xd5\x15\xa2\xd6\x07\xca\x1c\x8d\x52\xd6\xe9\xc4\x99\x13\x3f\x78\x22\xce\x4b\x3b\x3c\x71\x69\x4d\xb4\xb1\x6c\x65\xfa\x92\x90\x4e\x24\x26\x6e\x43\x88\x27\x32\xce\xc1\xcf\x5c\x71\xca\x13\x70\xa2\x29\xda\x16\x51\x0c\x80\xe8\x94\x8e\xde\xbc\xf6\xf8\x10\xfd\x83\xe3\xa3\x4c\x36\xd0\xa3\x11\x6d\x58\x0e\x47\x9f\x12\x20\x04\xf4\x6a\xba\x1b\x9a\xa1\x56\x25\xd7\x6b\xda\xd4\xca\x5b\xd8\xea\x72\x14\xc1\xd3\xa8\x36\xa8\xcd\x15\x73\xca\xd9\x71\xa4\x64\x26\x0f\x69\xe8\xae\x95\xf0\x48\xa2\x78\xd0\x43\x54\xde\xc0\x83\x76\xdf\x11\xd0\xcc\x71\xef\x60\xfe\x62\xaa\x69\x8c\xb9\x36\xdd\xbb\xc1\xd3\xd1\xdc\x44\xc8\xbd\xe9\x4e\xae\x53\x76\xc8\xe3\x5e\xa2\xc2\xe4\x76\xa2\x81\x28\x76\xab\xbc\x39\x67\x71\xd4\x51\x26\x4e\x11\xc6\xf8\x26\xb9\xc5\x8b\x96\x8c\xc2\x23\x3e\xd1\xfc\x96\xb0\x92\xe8\x4f\x99\x89\x9c\x71\xd3\xc6\x78\x96\x34\x85\x44\x6d\xdd\x62\xb6\xba\x1d\xda\xe5\xe0\xdf\x84\xf1\x6d\x6d\x94\xf3\xed\xbe\x1d\x67\x6f\x05\xee\x9b\x0d\x95\xe5\x39\xfa\x50\x7d\x37\x52\xea\x7f\x46\x03\x3a\x8b\xdb\x69\x22\xdf\xc9\x80\x34\xa9\x20\x6e\xef\x71\x2a\x68\xd2\x4b\x7c\xd3\x12\xcb\xf7\x12\xdf\x18\xd2\x2f\x51\x01\x1a\xae\x8c\x05\xfc\x65\x72\x00\xc9\x98\x2e\x4c\x6c\x76\x71\xd7\xdd\x8f\x2e\xc6\xeb\xbb\xd3\x5f\x25\xc9\x6a\x65\x86\x63\x35\xae\x7a\xf6\xb6\xfb\xa8\xdd\x8e\x17\xcb\x65\xb6\x5c\xb2\xc4\xce\xf1\x1d\xbe\xb6\x42\xb8\xbb\x97\xb8\x77\x70\xa7\x85\x70\x47\xf8\x7a\x74\x37\x46\x5f\xf0\x91\xda\x8a\xad\xa3\xae\x6a\x50\x12\x45\x5a\xef\x11\x7f\x51\xd4\x8f\xab\xca\xfd\xa2\x24\x6f\xee\xd1\x15\xf3\xc6\x6d\xf4\x83\x1a\xd5\xf0\x26\xfe\x76\x0d\x6b\xf3\x29\x2c\x8e\xe1\xaa\xef\x76\xd0\x9b\x09\xa5\x9a\x9f\xf2\x6f\xe8\xb4\xd3\x89\x53\xf7\x86\xde\x20\x9c\x9d\xa5\x75\x4a\xeb\xb4\x5b\x8d\x48\x57\x86\x22\xd0\x19\x87\x93\xaa\x3c\x30\x5e\x43\x9a\x89\x6a\x0f\xc8\x10\xeb\x37\x42\xbb\xe7\x8d\x1d\x95\x7e\x2c\xb8\xd5\x0a\x6e\xb0\x7b\xdf\xaa\xa2\xe6\x4d\xa2\xe8\x3e\xc3\x97\xa3\x76\xdf\x5a\x1b\x68\x1a\xd4\xf3\x81\x93\x2f\xbd\x9b\x1f\x76\xf1\x1a\x7d\xbb\xf6\x52\x46\x85\xef\x57\xdb\x64\xbc\xe5\xad\xb6\x1a\xd5\x69\xd4\x23\x3d\xe3\x99\x78\x4c\x2f\xad\xfb\x60\xcc\xeb\x64\x67\xf5\x32\xaf\xab\xdf\x03\xa6\xcc\xca\x8b\xc6\xa3\xdb\xbb\xd6\x59\x01\xdc\x6a\x54\xa4\xf5\x02\xbf\x4f\xf9\x75\xf7\x86\xe6\x20\x3c\x02\xa6\xb4\x3a\x9a\xc2\x19\xa1\x35\x2b\x8b\xed\x99\x90\xe2\xde\x41\xfa\xa2\x38\x48\x05\x53\x19\xb8\xbf\x67\x73\xc4\x77\xd2\x80\xf9\x06\x1b\xa5\xe3\x64\x55\x63\x1d\x1e\x9a\x36\x65\x26\x22\xba\x66\x77\xee\x9a\xb9\x2b\x9b\x53\x3c\x86\x98\x28\xc5\xbc\xc8\xa0\x55\x61\xfb\xf5\xd1\x58\xa7\x4f\x0d\xe4\x1b\x24\x23\x36\x6e\x41\x46\xd5\x30\xf8\x3c\x59\x85\x9b\x87\xc0\xe8\xb1\xe4\xd5\x14\x31\xb3\x41\xa7\x53\xc5\xf3\x01\x1f\xa2\xd9\x84\xba\x22\x42\x74\x58\x5f\xc1\x3a\x02\x9d\xba\x7f\x55\x3e\xc4\x01\xf9\x6b\x1f\xe3\xde\x90\xbc\xdc\xe9\x0f\x39\x26\x83\xb8\xc6\xb0\xc8\x92\x32\x7b\xec\x7e\xf2\x40\x81\x7e\x35\x12\x3d\xcd\xaf\xa2\x81\xaa\x62\x50\x8d\x18\xde\xad\xc6\x7c\x27\x69\x2e\x0a\xf6\x96\x04\x31\xbc\xe7\x85\xa9\x87\xf8\xde\xe2\xe3\x6e\xf5\xd3\x42\x0b\x2c\xc4\xd7\x3d\xe7\xab\x17\x2c\xdd\x95\x46\xbd\xcb\x6f\xd3\x8c\x4e\xb7\x0c\xd6\xb6\xe6\x69\x59\x92\x29\x64\x2c\x74\x19\xf3\x48\xfa\xca\xaa\xc0\xc8\x25\xfd\x83\xbc\xbb\xb9\x21\x53\x9a\x72\x12\xf3\x17\x2f\xf6\x96\x82\xc3\x76\xb8\xb7\xfe\x1e\xa4\xbd\x28\xfc\xa2\x61\x2d\x37\x79\x89\x6d\xea\xc9\xe5\x92\xbc\xe8\x0d\xc3\x38\xe5\x89\x68\xe9\xf1\x80\x68\x86\xb3\x2e\x37\x08\xb0\xf3\x86\x6f\x34\x27\x51\xc0\x03\x4c\x43\x0c\xf8\xad\x34\x19\x7c\xee\x56\x19\xe8\x6b\xed\x72\x03\xd0\x1a\x2e\x93\x26\x68\x8f\xd7\xb2\xe3\x0a\x66\x30\xf4\x60\xe5\x4a\xf5\x52\x3a\xad\x0d\x60\x42\xf4\x29\xa3\xaf\x32\x8a\x73\x1d\xcc\xa4\xc0\xb9\xef\x34\x94\xe2\x3c\x10\xcc\xa4\x8d\x31\xed\x74\xd4\xaf\xa2\xd3\x49\x55\xb4\x4a\x7d\x4e\x94\xb8\x77\x50\x5a\x57\x96\x72\x1b\xef\x26\x7c\x54\x8e\x47\xbd\x31\x8e\xfe\x33\xda\x56\xbf\x5b\x55\x3b\xfb\x90\xfb\x10\xf5\x4e\xc0\xaa\x37\x92\xe1\x60\x64\x28\x6b\xd4\xee\x23\xd6\xe9\x30\x08\x9d\xa8\x63\xb0\xd9\xab\x44\x49\x18\xd7\xa3\xae\x61\x26\x10\x5d\x27\x79\xe2\x09\x2a\xaa\xdf\x53\x95\x6c\xdd\xd9\x1f\xcf\x1f\x1b\x07\xed\xa2\x2e\xcc\x6c\x32\x4f\x79\x82\xfc\x93\x03\x6a\xeb\xb8\x1c\x8d\xf6\xd4\xcf\x9f\xd6\xd6\x96\x27\x2a\xab\x7e\xd5\x87\x30\x40\xe7\x9e\xd1\xbb\x6f\x1e\xf4\x24\x0c\x57\x77\x2c\x14\x88\xa2\xc9\x82\x68\x6f\x3d\xa8\x9b\x90\xd7\xb1\xf1\xff\xdf\x4c\x32\xd6\xf6\x0c\x64\xf6\x7b\xcd\xdb\x37\x74\x83\xaa\xa0\x60\x4d\x9e\xd9\x81\x8e\x3b\xb3\xbd\xfb\x54\xc9\x1f\x9d\xa8\xeb\x1b\xae\x3d\x73\x49\x50\x9d\x33\xab\xf6\x91\x27\x83\x9e\xd3\xd8\xde\x13\x94\x23\x10\x2f\xb1\x61\x5f\x30\xaa\xba\xff\x36\xfa\xd4\x9f\xd7\xf6\xd3\x50\xdb\x36\x54\xd7\xcf\x6d\xb8\xbe\xd3\x4a\x93\x95\xc4\xe9\xd3\x63\x90\x04\xca\xae\xf8\x82\xf3\xfa\x6a\xdc\x88\x74\x96\x37\x9c\x94\x33\x39\x0a\x84\xa6\xa3\x3d\xb4\x69\xaf\xc3\x47\xf7\x77\x2f\xe7\x9a\x34\xb7\x79\x35\xaf\x97\xe3\x56\x43\x05\x37\x19\xf2\xa9\x0d\x0b\x24\xa2\xbd\xf2\x34\x7b\x16\xd8\x26\xa4\x2b\x38\x36\xe9\xde\x5d\x4c\xef\x95\x41\x88\x67\x2b\xd3\x24\xd2\xd1\x21\xbf\x8f\x4e\xde\xbc\x3b\x79\x77\xfe\xee\xf0\x38\xd2\x49\x3e\x79\xac\xa6\x5a\x5a\xe9\xe4\x09\x62\xb1\x6b\x95\xe4\x86\xdc\x56\x3c\x09\xe5\x3e\xe4\x4a\x79\xb7\x91\x30\xea\x5c\x3b\x18\x7f\xd8\x15\x63\x2e\x7b\x3e\xc0\xb0\x61\xfc\x39\x26\x5d\x19\x43\x0a\xb2\x58\xa9\xa8\xef\xad\x30\x7b\xcb\x6a\x9c\x2b\x0f\x71\xae\x30\x84\x5a\x84\x71\x5e\x89\x30\x4e\x3b\x1d\x1a\x6b\xe6\xd2\x89\x0f\x16\x22\xb0\x95\x17\xb8\x4b\x42\x68\x8f\x70\x52\x77\xed\xd6\x4b\xcf\x7b\x2b\xdb\x71\x22\x45\x85\xcd\x49\xea\xac\x35\x34\x63\x55\xe0\x4a\xd4\x3a\xd4\xbc\x9c\x8c\xb5\xa1\x8f\x34\x13\xfd\xba\xaa\x70\x68\x13\xad\x5c\xef\xb5\x2c\xd7\xd2\x3b\xe0\x96\x61\xe1\x9a\x59\x53\xe1\xbf\xf9\x38\xb1\xcd\xea\x04\xbd\x85\xbb\xfb\xaa\xd2\x0b\x9a\x7c\x65\xae\x7c\xb5\x22\x13\x63\xe0\x3a\xe7\xac\xeb\xda\x77\x92\x95\x64\xdd\x77\x10\xf3\x27\x46\x1d\xe7\xcc\x87\xd6\xfc\x25\x2f\x5e\xec\xb7\x68\xa7\x13\x17\x4b\xfc\x0c\x4c\xfd\xc5\xaf\xa7\x3a\x2f\xa5\xe7\x95\xaf\xf2\x04\xa5\xe0\x73\xde\xb2\x34\x1a\xf8\x9e\x2f\x70\xef\x60\xf1\xc2\x64\x8f\x5f\x78\xc8\x29\x47\x0b\x97\x4d\x85\x93\x28\x55\xd4\x8b\x8e\x81\x15\x5a\x47\x2a\xf6\x8f\x1b\x8d\x8e\x24\x6a\x02\xeb\x86\x2a\x5c\x1b\xaa\x68\x92\x74\xad\xe5\x48\x75\xe1\x68\xe9\x72\x93\xa8\x06\xcc\x4a\xf8\x2a\xfe\x9c\xb4\xaa\xc9\x87\xce\x01\x5b\x1f\x9a\x8c\x4a\x9c\x80\x49\x6b\x32\xe8\xae\x57\xa6\xe6\x21\x65\x6a\x6e\x99\x7e\xaf\x6d\x85\x36\xf1\x51\x66\x8c\x22\x5a\x59\x5a\x55\x82\xe5\xde\x05\xd5\x60\x16\xf4\x04\x0a\x5a\xa5\xcc\x8f\xb6\x55\x85\x12\x68\xcc\x25\xd2\xc3\x57\x88\x6e\x0c\x79\x75\xeb\xb2\x22\xf0\x34\xca\x6d\x95\x26\x63\x6a\xc5\x8e\x15\x0a\x2c\x54\x2a\x6a\x15\xc2\x02\x04\x5d\x69\x25\xd6\xc7\xb9\x58\x1f\xf5\xbc\x53\x1f\x60\x1a\x3f\xfe\xdb\xac\x11\x75\xab\x0e\x4d\x4c\x96\x58\xe5\xa6\xab\x4c\x1e\x5f\xbb\x4a\x36\x58\x18\x96\x7f\xb6\x2d\x7d\xc7\x12\x59\xbb\x2a\x34\x89\x60\x1a\x38\x80\xf8\x35\x7c\x18\x12\x1d\xd6\xcf\x03\xa7\xe2\xca\x31\x2b\x70\xc5\x8d\xce\xdc\x06\x12\x8d\x7d\x04\xfc\xbf\x6e\xb6\x2a\x73\x12\x04\x88\xbb\xb1\x54\xb9\xc3\xd4\x02\x8a\x99\xe0\xfa\xe4\x07\x15\x4a\x3a\xa6\xce\x65\x62\xed\xcf\x64\xfe\x25\xb5\x18\x14\xfd\xd1\xb0\x24\x90\xb3\x18\x9c\x88\x38\x4d\xd7\xf5\x07\xd9\x80\x5a\xc4\x5f\xf4\x22\x36\xa6\x67\xaf\x61\x88\xef\xdd\x29\x31\x23\x74\x63\x15\x09\x8a\xce\x84\xbd\xd3\x47\x3b\x0f\x05\x35\x11\xa4\x6f\x95\x8f\xf6\xae\x76\x5d\xdd\x9a\xf4\xa8\x6c\x05\x66\xb6\x74\x8e\x4e\x47\x4c\x3b\xf0\x84\xb6\x48\xc5\xa7\xe2\x2b\x13\x9d\xa5\x9e\x5e\xee\x3d\x0c\xed\x77\x2c\xc3\x31\x9d\x3c\x38\xc4\x70\xf4\xee\x63\x2f\x28\x93\x0a\xd1\x24\xa5\x09\xaa\x10\x0c\xd5\xbe\xb9\x93\x61\x62\x8e\x6d\x49\x3f\x78\x93\x22\x71\x15\xf5\x63\xe2\x38\xc9\xca\x8a\xac\xc1\x36\xf0\x92\x27\x8c\x71\x6d\xd2\xe4\x15\x0a\x51\x5d\xa7\x95\x1c\xa7\x2b\x2d\xe7\xae\x1d\x1b\xac\x9b\x96\xf5\x4d\x58\x8f\x8a\x3e\x74\x7e\x0f\xbc\x91\x93\xbb\xad\xcb\x0a\x09\x08\xa9\xe0\x9d\x0c\xa9\x35\xec\xa1\xaf\x66\xaa\x95\x86\x0d\x8c\x24\x03\xcb\xa4\x12\x11\x5c\x7c\x1e\xba\x0f\x3f\xb9\x2f\x3d\xd3\x97\x5f\xbd\x59\x6b\xe8\x91\x37\xb5\xc3\xfa\xab\x41\x68\x01\x90\xbb\xad\xd3\x9f\x80\x30\xb1\xcc\x2b\x79\x81\x75\x22\x5e\x2f\x1f\xf0\xba\xe4\xbf\xe3\x8a\xc5\xd8\x8f\x66\xe9\x55\xd9\x27\x49\xd7\x66\x5c\xfc\xb8\xc8\x39\xbd\x71\x52\x30\xfe\xca\x28\x27\xa7\x79\x76\x6f\x5f\xfd\x8d\xa4\x73\x93\x67\x51\xdb\xa4\x91\xae\xfb\x5b\x81\x71\x5f\x19\x40\xde\xcb\xa3\xe3\xe3\x8b\xbf\x9f\x9c\xfe\x7a\x72\xe1\x50\xb4\x17\x1f\x4e\xcf\xde\x9d\xbf\x3b\x3d\x71\xe3\xb1\x31\xfc\x75\xd5\x7a\xb8\x46\x4f\xdd\xb9\x0a\x1d\x33\x46\xc8\x1f\x04\x22\xda\xd0\x86\x13\xc4\x84\x7f\x14\x9c\x7c\x89\x47\x63\xe5\x12\xc2\x58\x7a\x5f\xe2\x51\xae\x9e\xb9\xf4\xa9\xd3\x9f\xe5\x09\x66\x9f\xd5\x0d\x39\x35\x2f\xa4\x74\xfb\xa1\x78\x45\x01\x15\x8e\x23\x7f\x52\x7d\x32\x5a\x71\x62\x83\x5c\x81\x2e\x63\xe0\x95\x02\x8a\x89\x24\x32\x29\x88\x23\x0c\x6c\xd0\xf5\xd8\x54\xc4\x26\xa9\x54\x48\xf9\x63\x15\x3e\x5a\xd6\x31\x62\x63\x3f\xd8\x96\xd5\xef\x70\xf9\xbb\xca\xb6\x81\x55\x94\x6e\xc4\x30\x70\xce\x40\x25\xb2\x1f\x18\xa7\x2a\xe4\x0d\xf3\x7a\x6d\x64\x45\x35\x49\xcd\x70\x63\x6f\xee\x24\x68\x96\x78\x33\x6c\xdb\x53\x3e\x8e\x56\x6c\x1c\x68\x16\x32\x49\x4b\x44\xd1\xd9\xbd\x54\x03\x05\xa7\xd2\x09\x88\x24\xba\xc2\x02\x53\xc9\xd5\x18\xe5\x4a\x6a\x1a\xa3\x5a\x67\x0f\xe0\x4e\x97\xf2\x90\xc7\x8b\x0f\x45\x11\x38\xbf\xbf\xaa\x6e\x78\x7d\x42\x12\xfd\xee\x54\xa8\x6b\x5c\xbd\x53\x0f\x48\x35\xe5\xb5\xbb\x72\xa2\xb0\xd5\x8e\x01\xaa\x18\xe1\x87\x2e\x78\x13\xf3\x95\x20\x6f\xc7\x72\xd3\x45\x77\xe3\x72\xdd\x49\x6f\xbb\x72\xd3\x4d\x7f\xd7\x7a\x33\xee\x65\xd7\xb5\xae\x5c\xda\x36\x4d\xef\x6c\x6e\x46\xb7\x66\x83\x9b\xa4\xca\x8d\x0c\x8b\xea\xfc\x88\x8c\x95\xcb\xeb\x49\x7d\xbe\xdd\xf2\xaa\x51\x5b\xfe\xec\xc1\xad\xae\x85\xa0\x46\x37\xc0\x9c\xdd\xcf\xcd\xee\x5f\x1f\xa2\xac\xc5\x46\xf9\xd8\x80\x52\x99\xa2\xa9\x8d\xe1\xaa\x7a\x53\xef\x47\xed\xa8\xd0\x7d\xf7\x12\x7c\x37\xad\x6f\x3d\x45\x23\x22\x4d\xcb\x31\xc6\xbe\x84\x59\xcd\x9a\xf8\x5e\xaf\x52\x89\x0c\xab\x7e\xb8\xaa\x6a\x8d\xc4\xa6\x7d\xad\xca\x39\x29\xe2\x2b\xb3\x96\x98\xb5\x5d\xbb\xf5\x0a\x25\xaf\x09\x32\x20\xf9\x43\x6e\x2d\xc6\x73\xc5\x2c\x7c\x8e\xf2\x4e\x27\xa6\x66\xe5\xe7\x66\xe5\x53\xbd\xec\x73\xbd\xec\xa9\x59\xf3\xb9\x59\xf3\xd4\x2e\x78\xba\xc1\x6a\xa7\x66\xa9\xe7\xfa\x57\x22\xcd\xcb\x79\x95\xb5\xc9\x35\xb7\x4b\x71\x5e\xdf\x06\xf4\x1b\x97\x35\xfd\xc6\x6d\x43\xff\xad\xb6\x01\xfd\xa6\x6d\x40\xff\x5d\xb6\x01\xfd\xe1\x6d\x90\xaf\x04\x7f\xec\x52\x82\x69\x4b\xca\x22\x83\x1b\x80\x29\xbe\x52\x27\x2b\x8a\x41\x9d\xd0\x2c\x66\x49\xa4\x44\x47\xd2\x5c\xde\x45\x2c\x5f\x05\x17\x26\xb3\x62\x18\x16\x12\xc3\x3c\x70\x9f\xcb\x41\xba\x4d\x3d\x44\x8c\x79\x65\x9d\xeb\x36\xdf\x04\xbd\x75\x10\xb0\x46\x72\x93\x65\xbe\xb1\x92\x44\xcd\x88\xec\xf4\xc7\x0f\xcb\xc8\x64\x61\xdd\xbb\x15\x62\xab\x38\xb5\xa2\x05\x3d\x79\xa5\xcc\x8f\xde\x74\x2f\xab\x5b\xf9\x1a\xb8\x01\x25\xa6\x93\x09\xc2\x7b\x56\x06\xc2\x9b\xd2\x4a\xd1\x3f\x1a\xf3\x49\xf5\xb7\xe3\xf8\xe9\x93\x67\x1d\x03\x5e\x8c\xfe\xf2\x3e\x9d\x4e\x59\xec\x34\x93\x24\x2f\x5f\x3e\x4b\x8c\x57\x22\x2d\x95\x60\xa8\x11\x6c\x6f\x77\xff\x41\x98\x06\x9c\x58\x25\x4d\x90\x76\x1f\x3f\xde\x1c\x50\x31\xef\xaf\x15\x78\x37\xc3\xd8\xee\xbb\x50\x76\xbf\x17\xca\xae\x0b\x65\xef\x7b\xa1\xec\x25\x81\xac\x5e\x99\xef\x3a\xb5\x24\x2f\x5e\xec\xae\x0c\x5f\xb9\x50\x96\xf6\xfd\xde\xfe\xb3\xc7\x4f\x9f\xa0\x59\xf3\x4a\x32\xe6\x79\x36\x50\xbc\x65\xad\xf4\xaa\x72\x29\x39\xfd\x34\x49\xe7\xe9\x84\xf2\x7b\x3c\x41\x8e\xc0\x51\x06\x66\x04\xf5\x1c\xb0\x6d\xa0\x9f\x93\x15\x5b\x76\xd1\x8a\xb3\xff\x13\xcd\xf9\xde\xae\x31\xf2\xb0\x9c\x9e\x4e\x2c\xa0\x1a\xb7\xe8\x51\x06\x86\x6e\x5f\xf2\x4a\x5f\x7a\x8e\x83\x4b\xb0\xa5\x89\xd7\xd2\x7a\x0e\x71\x5e\x8d\x81\x2a\xcf\x08\xfa\x07\x79\x7d\x4d\xac\xf6\x5a\xb4\xe3\xa6\xbb\xdf\xde\x1e\xcb\xa4\x8f\xa6\x64\xc5\x4d\x15\x0c\x2b\xdd\x6e\x6b\x21\xdf\x4d\x6c\x00\xa2\x9e\x8b\x84\x64\x0d\xee\x34\x77\xb7\x3d\x71\xfa\xd3\x2d\x09\x87\xb8\xab\xd5\xb9\x5a\x79\xcf\x3b\x3b\x8a\x06\x93\xcb\xae\xf1\xd4\x82\x21\x4a\xca\xb1\x0c\x14\x36\x7c\x82\x2a\x27\x03\xfd\xca\xec\x05\x35\xad\x06\x97\xb6\xa3\xc0\x66\xd9\x11\xa2\x1e\x52\x56\xa6\xc4\xbd\x54\x3d\x66\x57\xbe\xda\xc6\x7b\x08\xd0\xeb\x26\x2e\x08\x75\x06\x1a\x1a\x91\xed\xfe\x18\x67\x31\x47\xd2\xed\xbb\xac\xe4\x9f\xf0\xce\x66\xe8\x89\xc2\xc8\x5a\x7c\x28\xd0\x9a\x0d\x08\xb0\xc2\xd5\xa1\x12\x94\xc5\x3d\xb4\x97\xe8\x51\xf2\x0d\x46\xc9\x75\x87\x8b\x59\xbd\xcb\x4a\xd6\x30\x29\xe6\xa4\x5a\x24\xdc\xd9\xed\xfe\xf8\xe5\xcb\x5d\x40\x1c\x23\x8d\x17\xae\x2d\xdc\xaa\x22\x31\x6c\x6b\xb8\xe4\x2f\x5e\xec\xf5\x56\x31\x47\x7d\xe3\x57\xef\x24\x9d\x58\xbb\x7f\x5c\x4c\xe8\xbd\xd3\x72\xf6\xd4\x18\xef\xf6\xf7\x9f\xee\x3f\xdb\x7b\xb2\xaf\x8c\x3e\xdc\x53\x4a\x22\x76\xc4\x11\x50\x40\x2a\x3a\xf4\x07\xf7\x18\x73\x0f\x3d\x45\x8a\xea\xa4\x8e\x4e\x31\x14\x50\x63\x1b\xaf\x5a\x3e\x46\xd2\x61\x16\x51\xcc\x46\x1a\x2b\x66\x13\xc4\x39\xa2\x71\xa2\xa2\xdd\xa6\x73\xbe\x60\x15\xcc\xfa\x41\x81\xdc\x2d\xad\x65\x97\x95\x4e\x1b\xac\xf8\x87\x01\x49\xd4\xd1\xaa\x25\xfc\x5a\x8e\x6f\x97\x0c\x82\xb9\x1a\xd8\x69\x43\xb2\x86\x2b\xeb\x07\x01\xe2\x4c\xf9\x37\xad\xe1\xfa\x2b\xfd\x16\x67\x0e\xad\x05\x48\x12\x6f\x67\x55\x6b\x37\x4d\x90\xc0\x59\xa5\x64\xff\x17\x85\xbc\x96\x44\x85\x85\x1d\x56\x12\x52\x82\xa8\xa2\x4d\x8b\x59\x81\xd2\x97\x03\xf1\x1a\xa8\x8b\x3a\xb4\xe8\x74\xaa\xbc\x93\x1e\xd6\x64\xfc\xd0\x30\xae\xef\xa7\x7e\x3c\xb1\x9a\xa2\xcb\x15\x3f\xc9\xf8\xdc\xe2\x6f\x01\x59\x24\xc1\xa4\xea\xa7\xe3\xa2\x22\x57\x96\xa1\x11\xe6\xcd\x7c\xc1\x46\x6a\x57\x87\xca\x0c\x50\xfd\x82\xaa\x9d\x3a\xc4\xca\x8d\x36\xc7\x72\x93\xfd\xaa\xac\xe3\x89\x69\x4f\xba\x24\x89\x72\xc6\x94\x22\xaf\xdd\x76\x2c\x39\xe0\x2f\x18\xec\xd1\x5c\x1c\x10\x62\x87\x1a\x7c\xae\xac\x3c\x7d\x5e\x91\xf8\x33\x6d\x9a\xfc\xbd\x32\x7f\xd1\xfd\x1f\x95\xfa\xdf\xa4\x0d\x71\xc9\xc4\x28\xef\x4d\x1e\x28\x5a\xaa\x14\x2f\xe1\xf4\x4f\x6d\x8c\x2f\x44\xb1\x4b\x2f\x70\x56\xf2\xb5\xd8\xde\x16\xaf\xa1\x45\x5c\xca\x5f\x74\x2a\x96\xe3\xc2\xb8\x3c\x79\x59\x7c\xbc\xe6\x27\x71\x0f\x1a\x97\xe5\x3e\xcd\xa7\x29\x9c\x21\xeb\x2a\xf4\x55\x6f\x81\x6f\x09\x76\xb5\xcb\xd3\x2b\x8c\xf1\xb5\x53\xce\xcf\x23\x64\x8b\xea\x62\x93\xe2\xe6\x92\xe6\xa2\xdd\xab\xca\xf8\xab\xbe\x12\x40\x5a\x6a\x71\xf9\x8b\xdc\xfa\x4b\x50\xf0\x97\x10\x6d\xb7\x68\x1b\xe3\xeb\x4e\x47\x5e\x4b\x8e\xac\xe0\x36\x96\xa8\x56\xad\x9d\x89\xa5\x17\xb8\x12\xa1\x21\x22\x76\xf9\x54\x39\xa7\x1c\x28\xdb\x6c\x76\x60\xa2\x29\x40\x43\xb9\xd7\x50\x9e\x40\xbd\x9c\x7c\xe1\x10\x43\x88\x35\x35\xfc\x23\x03\x7c\x70\x70\xaf\x3f\x7d\xfc\x78\x74\x72\x7e\x71\x7e\xf8\x0b\x26\xdd\x7f\x9c\x1e\x1f\x9e\xbf\x3b\x3e\x52\x8f\xaf\x4f\x4f\xce\xce\x0f\xcd\xd7\xc5\x1c\x56\x0a\xe9\x4e\x29\xe3\xf7\x98\x74\xdf\x17\x79\x71\x53\xb0\xf9\x35\x9d\x9c\xa7\x57\xef\x6e\xe6\x19\x26\xdd\xc3\xe3\xe3\xd3\x5f\x2f\x5e\xff\xf3\xf5\xf1\xd1\x19\xc0\x78\xff\xe1\xd3\xf9\x91\x03\x1c\x93\xae\x32\xf6\x73\x9a\x10\x2f\x55\xec\xc7\xb3\xfb\x7c\x72\xcd\x8a\x9c\xfe\x41\x04\x82\x8c\xc3\x80\x89\x0d\xa9\x8b\xd2\x22\x3f\x64\x9c\xce\xd2\x09\x68\xab\x8e\x69\xc9\xdf\x71\x72\xa3\x95\x5d\xd6\x3f\xc1\x01\xf2\x3a\x9d\x5c\x8b\x17\xf0\xff\xd4\x16\x71\x54\x59\x39\x76\x9c\x3a\xda\x3a\x59\x96\x34\xa8\x1b\xca\xff\x06\xf5\xd5\x19\x5d\x5c\x44\xdb\x64\x1b\xfc\x9a\x66\x59\x51\xb0\x18\x7e\xb2\x34\x9f\x16\x37\x71\xf2\x1f\x6f\x52\x4e\xba\x79\x71\x17\x27\xc9\xb6\x28\xbb\x6a\x39\x83\xef\x29\xe1\x5c\xbf\x65\x71\x43\x5b\x0e\xca\x9e\xf7\x7a\x4f\xfb\xcf\x9f\xef\x3e\xde\x7f\xba\xdf\x7b\xfe\xbc\xaf\x64\xf2\x54\x5b\x9c\xc5\xd1\xf9\xe1\x2f\x17\x0a\xd7\x91\x73\xac\x96\x76\x43\x16\x2b\xf3\x76\xe1\x73\x86\x2f\x31\x19\xa5\x63\x99\xba\x4f\x4d\x97\x14\x0d\x65\x1a\xf2\xf9\x3f\x3f\x08\xb0\x95\xd9\x75\x90\x36\x79\x40\x0e\xc1\xc8\x2d\x2d\x69\x91\x63\xaa\x55\xfd\x25\x07\x0a\x8f\x4c\xdd\x57\xff\x80\x83\x49\xbd\xa0\x25\x1c\x31\x34\xbf\xc2\x6d\x9d\x47\x69\x71\xc9\xd3\xab\xd2\x31\x08\x90\x6f\x6a\x2f\x5e\x01\x59\x23\x67\xdb\x7c\x1b\x65\xe3\x60\xaa\x98\x51\x3a\xae\xb0\x5f\xd5\x3e\xb6\x31\xd6\xfe\x68\x6e\xaf\x7a\xf5\xc1\x14\x2d\xce\xee\x5d\x83\x0c\xd5\x65\x9d\x71\x49\x3e\x1a\xbd\x53\xb5\xb3\x28\xc7\x3e\x32\xb4\xe7\x83\x46\xa0\xe3\x05\xc2\x8d\x07\x27\xcc\x5e\xab\x04\x13\x70\xaa\x7c\xeb\xd2\x2f\x10\x19\x47\x29\xd1\x1a\xb0\xe2\x15\x2e\x93\x64\xe5\x26\xbc\xd1\x67\x8d\xb4\x52\x24\xae\x95\xa2\x0a\xee\x40\x46\x8b\xb1\x6c\xdb\x01\x94\x09\x1a\xa5\x3a\xa3\xab\x19\xcd\xd3\x2c\xbb\xaf\xe3\xb0\xaf\x73\x5e\xb5\x0d\xcf\x6b\x3f\x6b\x43\x4f\x17\xc3\xdb\xdb\x45\x52\x59\x31\xe2\x24\x53\xa7\x93\x7f\x77\x2a\x12\x5d\x60\xb5\x95\x8b\xeb\x63\xc8\xdc\x15\x33\x88\x59\x08\x33\x30\x24\x64\x4b\xc2\x49\x29\x0f\x3d\xcf\x58\xcb\xae\xea\xed\x6d\x9b\xc9\x28\x70\x2a\x4e\x60\x8f\xcc\xf0\x44\x42\x69\x19\x68\x26\x8a\x80\xec\x7d\xcb\x0c\x43\x13\xa3\xf2\x16\xdd\x4b\x5a\x95\xd3\x58\x93\x68\x39\xb9\x8b\x9b\x14\xe7\x0f\xaf\x74\x55\xa0\x7a\xba\xc8\xa1\x24\xad\xca\x85\x30\x6f\x49\xb7\xfa\x9f\xd2\x66\xa1\x1b\x31\xd5\x6f\x9d\x14\x29\xc4\x4f\x8d\xd2\x1b\x98\xa0\x5d\x7e\xaa\x14\x32\xea\x8d\x8d\xa7\x9d\x55\x9c\x4f\xe2\x5d\x27\x33\xa9\x3e\x34\x08\xe2\xab\x95\x7f\xe5\xdd\x28\x17\xf8\xb5\xb6\x07\x62\x99\x7d\xd4\x33\x6d\x0f\x1a\xbb\xba\xc1\xb6\x76\x8d\x90\x48\x92\x5b\x0d\xf6\x5a\xe9\x95\x4d\xc6\x66\xdb\xb1\xe9\x89\x54\x23\x6e\x5e\xc4\x36\x70\x57\xf2\x10\x5f\x2e\xe3\x6a\x51\x6b\xb3\xbc\xe0\x24\x76\xf6\x8a\x19\x44\x19\x27\x82\x00\x97\x21\x08\x35\x05\x58\x15\xc2\xd4\x86\x6d\x56\x78\xf5\xf2\xbc\x02\x2c\xde\x37\xf1\x0b\xd6\xe9\x44\xab\x12\xf2\xa0\x22\x4d\xec\x35\x0e\x08\xc9\xbb\x86\x16\xc7\x1c\xe5\x82\x28\x9e\x43\x36\xd1\xfc\x41\xae\xa2\x92\x37\x6f\xc1\x9b\x10\x6f\x5a\x68\x59\x90\xd7\x90\xdf\x53\xb4\x95\xc4\x8a\x4a\x8e\x13\x29\x81\xbf\x92\x3c\xf7\xe5\x03\xf7\x9c\xbf\x28\x02\xa8\xb7\xaf\x6d\xb2\xd3\xa9\xb9\xdf\x04\x0a\x88\x5c\x13\x5e\x1f\x31\x59\x2b\x84\x24\xe4\x73\x93\xc0\xca\x69\x65\xe8\xf7\x70\x50\xf9\x1e\xab\xa0\xbc\xa1\x05\x41\x67\x71\xbb\x0a\x2e\x09\x37\x13\x7b\x22\x3a\x33\x82\x86\x45\x4e\x24\x09\x3e\x8b\x17\x31\x43\x3c\xd1\x30\x2f\x5a\xc1\x45\xdb\x72\x34\x6a\xee\x0d\x69\xe6\xca\xa8\x34\x31\xc6\xf9\xf0\x62\x10\xd7\x28\x0b\xaa\x22\x6f\x86\x12\xcd\x3e\xd4\x6f\x09\xa3\xd6\x58\xa8\xab\x30\xae\x24\x30\xd1\x3d\xc4\x2d\xdb\xed\x53\xa5\x97\x2a\xce\x46\x94\x4e\x2f\xf7\x2e\x9f\x3e\x23\x3b\x7b\xd3\xdd\xdd\x9d\x7d\xb2\x7f\xb9\xf3\xec\xe9\xd3\x74\xe7\xc9\x5e\xff\xe9\x64\x77\xf2\x78\xd2\xdf\x7f\x1c\xb5\x64\x5c\x8c\xf5\xcb\x91\xe6\xb9\xb5\xc8\x10\x8b\xeb\x3a\x24\x4f\xa9\x9d\x4f\xfe\xcc\xe6\x84\xd9\xad\xef\x53\xd6\x77\xd5\xcc\xce\xdf\xb4\xf3\x91\x3a\x1a\x0d\xbc\xb7\x05\x8b\x59\xe2\x68\xd6\x79\x2a\xa8\x70\xb1\x3d\xf2\x6e\x49\x48\x2e\x7f\x7d\x26\xf7\x98\x89\xbf\x28\x97\xe1\xd9\x2f\x33\x75\x4e\x90\x9b\x02\x73\xf8\xaf\x02\x13\xe5\xdf\xa5\x7f\xac\x11\x15\x86\x9c\xd5\x3d\x53\xa7\x86\xee\x86\xaa\xf1\x0f\x6f\x58\x72\x15\xc2\x50\x4d\xfc\xe6\x4a\x85\xf7\x6e\x97\x65\x79\x31\x0a\x30\x2d\xce\xbb\xe5\x75\xb1\xc8\xa6\x1f\xc9\x4d\x71\x1b\x98\xa7\xb6\xd7\x25\x65\x10\x4e\xea\xbe\x02\x2e\x3a\x95\x88\x12\x30\x0a\xe7\x1b\x03\xfe\x49\x70\xa2\xa0\x6a\xd4\xbc\xd4\x11\x60\xa7\x31\x21\xb4\x5e\x66\x9a\x35\xb3\xa7\xdb\x4d\x3a\xc7\x60\x65\xed\xa5\x09\xcc\x68\x29\x6f\x68\xd1\x5c\xfe\x99\x4c\x45\x43\xc1\xa3\xcf\xcc\xeb\xda\x93\x8f\x96\x10\xb2\xb6\x8e\x93\xd8\xef\x97\x8f\x72\x15\xd2\x3f\x4e\x12\x0d\x20\x0e\x87\xfa\x57\x47\x82\x31\x2a\xc7\x2a\xc6\xa4\x07\x7c\xd8\x00\x7c\xe0\x95\x42\x01\x44\x11\x15\x1e\x3f\x20\xec\x68\xb7\x35\x16\xad\x0a\xa1\x51\xc8\x67\x4b\xdd\xa5\xe5\x99\x98\xd4\x06\xc9\xbd\x2c\xa8\x87\x63\xc4\x6c\xbc\xd3\xe1\xb0\x18\x6c\xde\xad\x35\x10\x0c\x69\x22\xa6\x2e\xf7\x51\x0b\xd9\x34\x89\xd8\x9a\x63\x98\xe6\x23\x69\x7a\x62\xed\xa3\x65\xc8\x11\x9a\x20\x2a\x8f\xe1\x92\x30\xfe\x8a\xcc\x0a\x16\xa6\xdc\x4d\x9b\xb9\xd3\x26\xad\xb4\x59\x60\xe6\xb7\x49\x9d\x36\x0b\x6f\xaf\xe6\x5e\x93\x71\x81\x78\x82\x0a\x50\x44\x79\x3b\xab\xda\x03\xd1\x6c\x8b\x78\x90\x58\x97\xc1\x76\x04\x43\x15\x1f\xaa\xcd\xb9\x5c\x81\xaa\x69\x04\x5a\x72\xa7\xf6\x94\x64\x84\x13\x67\x26\x61\x28\x60\x5a\xa8\x64\x43\x8d\x13\x0f\x90\x8c\x04\x49\xa5\x5b\x20\xe9\xb4\xd1\xfc\x5c\x94\x97\x92\x2a\x73\xa2\x07\x64\x29\x5f\x64\x8a\x65\xf4\x50\xfa\x55\x6f\x35\xb7\x2c\xf9\xfd\xc5\x78\x62\xa7\x06\x66\xd0\x9b\x21\xaf\x64\x77\x73\x2e\x60\x53\x13\x71\xdc\xb8\x99\x79\xc1\x96\x4b\x6f\x3f\xe7\x10\x8e\xbc\x92\x44\x9c\x0f\x81\xd9\x23\x7a\xf9\xf1\xa4\x7e\x05\x1b\xe9\xd2\x99\x97\xb5\x9f\x8c\x48\x57\x45\xdf\xe9\x8d\x71\x24\x7f\x46\x48\xbc\xfe\xc0\x16\x39\xc1\xfd\x31\x8e\xe0\x97\x7c\xf9\xa6\xc8\x09\xde\x1d\xe3\x48\xfc\x88\x56\xf1\xe9\x72\x19\x9f\xe2\xaf\x2b\xe5\x4f\xd8\x94\x5e\xd5\xd1\x8e\xcb\x88\xfe\xca\x79\x55\xe1\x40\xeb\xd9\x20\x2b\x2a\x47\x15\xd4\x56\xcf\x16\x66\x11\xa2\x14\x2f\x32\xc6\x33\x66\x7a\xee\xd7\x99\x3c\xdf\xe7\x93\xb0\x52\xec\x54\x21\xe2\xe0\x20\xd1\x5c\x9a\x62\xcf\xf4\x97\x81\x9a\x3b\x31\x09\x2a\xb8\x90\x1b\x8c\x65\xeb\x54\xe2\xcc\x2d\x06\x2f\xaa\xa5\x04\xee\x06\xee\x21\x65\x8a\x8b\x2f\xb1\x54\xa5\xa5\xd3\xdb\x34\x9f\x90\xf3\xe2\xef\x64\xad\x45\x99\x1a\xbc\x3e\xb5\xec\xba\xca\x31\xd7\x92\xda\xbc\xd3\x01\xaa\xa2\x8d\x31\x39\x48\x34\xa9\xd1\x83\x90\x45\x66\x7b\xd9\x18\xcd\xb9\x16\x4b\x58\xc4\x3a\xa5\x12\xbd\x75\xab\x51\x9b\xbc\xf5\x6d\xef\x85\x07\xbb\x49\xf4\xaa\xb6\x41\x8e\xf3\xc4\x37\xb6\x4b\x99\xc1\xa4\x36\xf3\xfb\x4c\xee\xeb\x3c\x23\x07\xda\x09\x63\x3a\x34\x28\xfd\x08\x87\x5a\x9c\x27\x32\x1f\x79\x4c\x13\xfb\xed\x7d\x01\x66\x68\x03\xf3\xe2\x1d\x9c\x73\x71\x9e\x20\x3d\xe7\x7a\xb0\x12\x4c\xd3\xb5\x61\x87\xc3\xbc\xe1\x1e\xc4\x0c\xb3\x44\xd1\x40\x36\x2c\x86\x42\x2b\x77\xa5\xe3\xc8\xd9\x03\xea\x24\x8e\xe1\xa8\x44\x4c\x91\x56\x0c\x48\x26\x83\xfe\xf7\xd5\xc3\x77\xc3\x45\x61\x9b\x01\xce\x42\xb4\x50\x60\x48\x74\x2e\xdb\x4b\x5a\x85\xd3\x61\xa6\xef\x5c\xf5\x71\x18\x33\xb8\x4c\xe4\xdd\x92\xab\xdf\x12\x8a\xea\x67\x21\x49\x3b\x3e\x84\xd9\x00\x07\x42\xed\xdc\xe7\x2e\xea\x98\x9a\xa1\x48\xb4\x6f\x8c\x5c\xd5\xfb\xdc\x1f\x2b\xc5\xbc\x7a\x4f\xe5\x49\x4b\xdf\x5d\x31\x85\x3e\x52\xd5\x47\x2a\xfb\x98\x0f\x73\xdb\x47\x93\x09\x4b\x9e\x7c\x0d\x77\x8c\x99\x3c\xaf\x6b\xea\xe4\x41\xea\x08\xd0\x03\xab\x41\x6a\xb8\x01\xdc\x61\xf9\x2b\xc8\xd9\x14\x4c\x6f\x0a\x79\x82\x68\xba\xbe\x15\xea\x1d\x71\x77\x6c\x85\xc2\x8e\x93\x61\x4c\xf4\x05\x9d\x27\x88\x77\xe5\x15\x1d\x03\x2e\x92\x64\xa0\x08\xec\xfa\x70\xe0\xf4\xaf\x1b\xb3\xc0\x92\x9d\xca\xa3\xcb\xbf\x76\x2b\xda\x8e\xc3\xaa\x46\x52\xea\x65\x37\xd7\x47\xa2\xa0\x36\xd3\xbe\xbc\xbd\x71\x9f\xb2\xe2\x6e\x27\x23\xb7\xa4\xae\xc7\x54\x81\x72\x7e\x58\x9b\xc9\x20\x58\xe2\x7b\xff\x64\x70\x1b\x90\xfa\x8b\xb9\xe1\xc8\xbd\xaf\xae\x12\xfc\x86\xc7\x29\xc8\x61\x25\xc8\xf5\xc1\x0d\x1d\xe3\x84\xa2\xd3\x89\x0b\x71\x01\x4b\x55\x09\x2a\x45\x63\x04\x68\x7e\x1d\x0f\x5a\x66\x6b\x37\x8e\xc9\xda\x0e\x17\x65\xf8\x4d\xbc\x40\x54\x06\xe0\x47\x13\x9c\x75\x6f\xd2\x3c\xbd\x22\x0c\xcd\x70\x26\x33\xf2\x8b\xd5\xd7\xfe\x5b\xfc\x36\x9e\x40\x30\x53\x27\x78\x53\x3c\x4b\x12\x34\x49\x02\xc1\xe8\xd3\x3c\x2f\xf8\x96\x74\xcb\xdd\x32\x21\x62\xca\xad\x3b\xca\xaf\xb7\x54\xb0\x9a\x2d\xe9\x84\x57\x6e\xa5\xe5\x56\xba\xc5\x8a\x82\xdb\x92\xdd\x28\x69\xa5\x18\x1a\x54\x51\x28\x67\x68\xa1\xe3\xd1\xaa\x39\xfa\x4c\xee\xcb\xb8\x48\x7c\xeb\x71\x43\x3c\x8e\x08\x2a\x46\x64\x3c\x5e\x25\xe8\x1a\x8f\xa2\x9b\x94\xe6\x62\x5d\x65\xa5\x58\x2b\x10\xfe\x20\x1a\xa3\x39\x9e\xd6\xaa\x2b\xba\xc1\x46\x8f\x82\x78\x52\xab\xa4\xe5\xc7\x5e\xd6\x37\xf0\x0d\xee\x1d\xdc\xbc\xd8\xfb\x0f\x1d\xbb\xf3\xe0\x66\x7b\x3b\x81\xeb\xca\xe4\xca\x83\x90\xbf\x6a\x9a\xeb\x5f\xd0\x34\x98\xbd\x47\x77\xa3\x3f\x6e\x79\x75\x78\xb2\x4a\x50\x09\x31\x3f\x64\x6e\xc6\x58\x7d\x46\x73\x74\x8d\x7a\x10\xac\xd1\xab\x20\xcb\x56\x5e\xa6\x95\xe7\x2c\x41\x6a\x01\x96\xb0\x00\x4b\xc2\xdf\xa8\xf0\x4f\xaf\x55\x5e\x1f\xef\x64\xfe\x05\x13\xb9\x4e\xd7\x16\x14\xe5\x7e\x15\xe5\xae\x08\x57\xb1\x5f\xfe\x91\x56\x0d\xe6\xb4\xa7\xe9\xd4\x8f\x0f\x0a\x3e\xeb\x45\x09\x8e\xb8\x69\xd6\x4d\x79\xdc\xf3\xf6\xca\x2d\x8f\x19\xca\xb5\xe6\xbd\x92\x82\xc7\xf1\xe1\xbd\x44\x44\x06\x4b\xaf\x36\x5b\xb1\xe1\x71\x27\x49\x46\x29\xb1\x66\x08\xbf\x5e\x53\x4e\xca\x79\x3a\x09\x72\x29\x05\xe9\x72\x52\x72\x60\x4d\x48\x37\x2f\xd8\x0d\xc8\xc1\x4c\xf4\x9e\x2f\x44\x74\x01\x9c\x6b\xb5\x5b\x78\xd0\xf8\xe1\x13\x11\x0b\x41\xe5\xfb\x90\x11\x58\x4d\x1f\x18\x91\x26\x35\xb4\xc8\xd7\xc2\xb8\xe0\xcd\x30\x68\x69\x6c\xbf\x45\xbd\xb7\x94\x49\x59\x08\xbe\xe7\xa2\x83\x7a\x5f\xdf\xbf\xcd\xd2\xab\xf2\x2d\x2b\x6e\xf0\x5b\x04\x61\x52\xcc\x96\xbf\xc7\x7f\x20\xd2\x7d\xbd\x60\x25\x68\xa8\x5f\x17\xf9\x84\x11\x4e\x5e\x15\x8b\x7c\x5a\x62\xd2\x3d\x3b\xfa\xf8\xee\xf0\xf8\xdd\xff\x39\x3c\x7f\x77\x7a\x72\xf1\xf6\xdd\xc7\xb3\xf3\x8b\x93\xd3\x37\x47\x17\x67\xe7\x1f\xdf\x9d\xfc\x02\x3a\x6a\x65\x1a\xa4\x47\x41\xba\x27\xe4\x4e\xc5\xf0\xb2\xef\xde\x9c\xbe\x3f\x67\x44\xba\xb1\xb0\x05\x0c\x13\x93\xee\xbb\x37\xa7\xef\x5f\x5f\xa7\xf9\x15\x81\xc6\xfe\xf1\xcb\xc5\xc9\xe1\xfb\xa3\xb3\x0f\x87\xaf\x8f\x64\x1d\xfb\x71\xcd\x82\x20\xdd\xf7\xef\x4e\xde\xbd\x3f\x3c\xbe\x78\x7d\xf8\xe1\xf0\xd5\xbb\xe3\x77\xe7\xef\x40\x8b\xff\xe6\xe8\xed\xe1\xa7\xe3\xf3\xda\x6b\xa9\x79\x39\xca\x6f\x29\x2b\xf2\x1b\x79\xb1\xfa\x4f\x32\xa0\x11\x31\x21\x51\x7e\x81\x7a\x36\x24\x17\xbd\x5c\x80\x4d\xc1\x19\xbd\x99\x67\x24\xf0\x41\xce\xd4\x47\x52\x2e\x32\x01\x4f\x6b\x06\xff\xf1\x1e\x93\xee\x71\x71\x77\x2c\xee\x2f\x78\x78\x5d\xe4\x53\xb5\x25\x5c\xd5\x7f\x20\x5e\x21\xe9\x7e\x3a\x79\x73\xf4\xf6\xdd\xc9\xd1\x9b\x8b\x8f\x47\x6f\x8f\x3e\x1e\x9d\x00\x9a\x4e\x3e\x1d\x1f\x3b\x2f\x1c\xf5\x76\xba\x56\xe9\x05\xd7\x3c\x11\x17\x5f\xca\x89\x32\xaf\x06\xd9\xd7\x8c\x66\xd9\xc9\x22\xcb\xca\x24\x7e\xfe\x2c\x51\xd6\x4b\x6b\xd9\xaf\x74\x3a\xc5\x55\x93\x22\xb3\x1d\x59\xa7\x13\x33\x1c\x95\xf7\xe5\x24\xcd\x32\x13\x5d\xc9\x6b\x78\x44\xc6\xf8\xab\x2a\x31\x30\x45\x45\x65\xa4\x0b\x82\xb1\x1f\x97\x31\xec\xaa\xb2\x17\xeb\x64\x38\x1f\xc8\x76\x11\x5c\x74\xea\xc1\x56\x3c\x9c\xf1\x5a\x2c\x2d\x94\x27\x5f\xf3\x6e\x39\x17\xf4\x94\xa8\x04\x59\x00\x55\xa3\xf5\x51\x59\x51\x7e\x65\x04\x6c\xdc\xca\xbb\xaa\xe7\xc3\xdc\x7c\x85\xcd\x3a\x70\x9f\xa5\x6c\x1a\x69\x76\x3e\x41\x3f\xcd\x95\x05\x04\x13\x52\x98\xd9\x9d\x33\x72\xab\x7e\x6f\x60\xd3\xe6\x60\x52\x05\x99\xd0\xc2\xff\x5f\x16\x74\x9a\x48\x8d\xd7\x4a\xd0\x1c\x4d\x32\x73\x37\xc2\x86\x95\x94\x6f\x6a\x55\xa7\x8c\xb3\x42\x87\xb1\x35\xd8\x1c\xce\x06\x8a\x66\x26\xc3\xe9\x40\xa6\x45\x18\x5e\x0f\xda\x7d\xf8\x31\x1f\xe8\xd8\xac\x58\x5b\xbf\x90\xa1\x54\xab\x92\x64\x20\x7e\x64\xd2\x2f\xc5\x8f\x4b\x11\x60\x08\x66\x20\x5a\xce\x2b\x5a\x03\x08\x28\x51\xdf\x95\x0b\x65\x72\xf2\x93\xa6\x50\x92\x1c\x16\xfc\x86\x33\xd8\x34\x26\x0e\x4a\xb0\x48\x42\x15\xfb\xa9\x22\x21\xf4\x5b\xab\x08\xa0\xe4\xc6\x0d\x15\x54\xea\x6a\xab\x69\xd1\x8a\x6f\xb1\x98\x02\x12\x33\xc1\x49\xb8\xab\x02\x10\xbc\x10\xd4\xe9\x9f\xb3\x9c\x00\xf8\x4c\xf5\x52\x25\xd9\x69\x85\xcf\x4f\x6d\xcc\x20\xcb\x4a\xa2\xa1\x76\xa6\xfa\x76\x0d\xed\x5e\x82\xe6\xfa\x77\x3f\x41\x37\xdf\xaa\xce\x02\x85\xc1\x37\xa9\xde\x3d\xab\x77\xc8\x90\xee\x22\xdf\xaa\x7c\x75\xfe\xf4\xa0\x6c\x9e\xb8\xfa\xb0\xfa\xa5\x23\xad\x0a\x6e\xd7\x4c\x09\xac\x1c\xbd\x94\x59\x50\x1b\x3e\x4f\x19\x2f\x31\x47\x60\x3b\x88\x21\xb5\x80\x67\xf7\x98\xc4\xdc\xae\x91\xef\xd5\x87\x5b\xe9\x9e\x71\xb5\x54\xa6\xee\x80\x14\xe8\x43\xc0\xe6\xdd\x7e\x1c\xf1\xb1\x51\x87\x4a\x31\x93\x58\xeb\x64\xc4\xc7\xf8\x2a\x66\x89\x63\xf7\x2c\xa1\xbc\xec\x0d\x49\xf7\xf7\x82\xe6\x71\x14\xe9\xa0\x64\xf2\x88\xf0\x6d\x0a\x1c\xbb\x90\x2b\xc7\xc8\x4e\xbf\xb4\x76\x79\xa4\xcb\x0b\xe9\xe6\x39\x8c\xa2\xc1\x99\x09\xa5\x9d\x42\x52\xa7\x7e\x43\x22\xb2\x62\xde\x07\xc1\x9a\xe4\x0e\x0a\x08\x8f\x53\xe1\xff\xa4\xc3\x67\xcc\x92\x98\xa0\x5c\xe6\xe8\x16\x13\x9e\x15\xe9\x14\xb4\x7b\x7e\x1c\x47\x54\x88\x43\x5d\x36\xfa\xe4\x81\x46\x99\xa3\x9a\x94\xf6\x84\x31\x13\xa0\x5d\xee\xc7\x42\xdb\xdf\x64\x08\xb2\x7f\x02\x86\x64\x11\x20\xa4\xa4\x86\x8d\x1c\x68\x8f\x37\x87\x06\xd2\x2f\xf7\xb9\xa8\x3c\xa7\xb8\x18\x8e\x80\xdf\x1e\xcb\x28\x58\x7e\xf3\x2a\x9e\x1e\x4a\x6d\xeb\xcf\x1f\x42\x8d\x9d\x05\xeb\xbd\xcb\x54\x4f\x14\x68\x1b\x01\xe9\x7d\x3a\x8f\x93\x51\x3e\xb6\xc9\x0b\x68\xa7\x03\x4e\xda\xe0\xcb\x99\xcd\x64\xe9\x38\x4f\x12\xe4\x61\x97\xda\x1e\xed\xf6\xd6\xf6\x48\xfc\xbf\xdb\x22\x95\x6c\x15\x0c\xb5\xdb\x0e\x4e\x9f\xfe\xc0\xa0\xfc\xc9\x73\xba\xa8\x7b\x6e\x5a\x79\xb6\xd1\x52\xae\x60\x4a\xcd\x41\xd2\xa2\xc3\x58\xa5\xe2\xa5\xa3\xdd\x71\x82\xcc\x43\xdf\x7d\xe8\x8d\x93\x64\xa0\x0b\x4a\x0e\xbc\xf1\xc1\x99\xd5\xb5\x3d\x6b\xb7\xc3\x3d\xf2\xd7\xfb\xf0\x7a\x30\xb7\x10\xfb\x3d\x5f\x09\xe3\x2d\x3b\x1f\x6b\xfa\xec\x77\x4b\x30\x29\xea\xb6\xb9\x07\xd4\xe1\xe3\xb7\xc9\x2a\x6d\x56\xcf\x0a\x9b\x15\x51\x0f\xc5\xba\xa3\xc3\xf4\xb1\x03\xfa\xb2\x77\x40\x77\x76\x92\xaf\xf9\x88\xee\xf4\xc7\x7e\x37\x56\xfe\x08\x05\x5f\x2e\x27\x54\x59\x4b\x45\xaf\x3f\x7d\xfc\xf8\xee\xe8\xcd\xd6\xeb\xd3\xf7\x1f\x4e\x4f\x8e\x4e\xce\xb7\xe0\x52\x85\x48\x39\x5b\x23\x3a\xc5\x4f\x66\xbd\xde\x8c\x5c\x3e\xdf\x49\x7b\x64\xb6\xb3\xff\x78\xff\xe9\xce\xf3\xe7\x24\xdd\x49\x27\x7b\xbb\xcf\x66\xcf\x7a\xe9\x84\xa4\xe3\xc8\x9e\x94\x97\xce\x1d\x15\xb7\xc9\x72\xd9\x26\xa3\xfb\xb1\xe4\x37\x2e\x1e\xf4\x6b\xf1\x2e\xd7\x94\x5d\x95\x4a\xd3\x34\xba\x1f\x63\x13\xd0\xdb\x23\x46\x16\xf9\x1d\x4b\xe7\x35\x9b\x48\xf0\xb6\xf3\xdc\x6d\x5b\xbe\x4e\xe6\xe0\xc0\x2c\x12\x50\xb1\x40\x90\x56\x8a\x99\xec\x02\x48\x74\xc5\x25\xe2\xca\x38\xe6\x8c\x80\x3e\x29\x77\x5e\x8a\xa5\x90\xa7\x37\x64\xda\xbd\x21\xec\x8a\xc4\xb9\x7c\x4a\x12\xd4\xbe\x8c\xa9\xb1\x25\xa2\x2d\x8e\xe9\x6a\x85\xd6\xf8\x3b\xcb\x6e\xd6\x9c\x6f\x5d\x75\x8d\xe4\x34\xb0\x41\x8e\x58\x64\x43\x4f\x0c\xa3\x53\x9a\x6a\xe2\x43\xcc\xc6\x90\x6d\x6b\xdf\x9b\x01\x0b\xb8\xe8\xde\x39\xe4\xf9\x91\x28\xef\xdd\x61\xa6\xd8\x91\x1b\x77\x0e\x48\x4a\xb2\x5c\xae\xbd\x0c\x6d\xdd\x2f\xce\xf5\xa9\xf2\x18\x58\xb2\xde\xc4\x91\x27\x9d\x8e\x85\x87\x5d\x78\x7f\x3b\x7f\x7f\x6c\xa1\x9d\x6e\x0c\xad\xc6\x42\x74\xf3\x62\x4a\xce\xef\xe7\xc4\x42\x3b\x73\xa0\xa9\x4c\x0d\xb6\xfc\x6a\xad\xa8\xe2\xa2\xaa\x4f\xad\x59\x1e\x21\x95\x31\xb4\xd0\x74\x56\x11\xa4\xb3\x44\xaf\x30\x87\x90\xc2\x9a\x7e\x63\xa8\xf0\x6c\xc6\x0a\xc8\xce\x8b\x23\x25\x86\xdb\xe1\xe4\x0b\x8f\xc4\xdb\xf4\x4a\xba\x76\xa8\xf2\xc6\xfe\x0b\xa8\x35\x20\x8b\x92\xb8\x90\x96\x60\xc5\x7a\xfb\x23\x1a\xb2\x3f\xa2\x01\xee\x79\xbd\x95\x1a\x4f\xaf\x0e\x74\xe3\x60\xc4\x97\xc4\xbc\x6e\x84\x98\x2c\x97\x71\xdd\x68\xcd\xed\xb4\x76\x3d\xd4\x7a\x2e\x43\x18\x27\x2b\x44\x43\x56\x51\xb7\x2a\xd9\x87\x6f\x2b\xd7\x22\x6d\xc9\xfc\xc4\x1c\x9b\xe5\x2d\xfe\x27\x76\x95\x27\xaa\x88\xd4\x31\x16\x53\xb9\x4e\x1c\x43\x56\xc7\xae\x55\xd9\x62\x96\x09\xfa\xfc\x27\x3b\xa7\xad\x61\xa3\xc1\x7c\xa9\xc6\x00\x37\x72\x0b\x70\x0e\x40\xb7\x6f\x12\x74\xfe\x7d\x0c\xce\x26\x36\x7b\xb0\x2c\xf4\x3a\xf0\xb8\x19\xbd\x9c\x02\x7d\x13\x93\xb1\x5c\x1e\xc1\x5f\x93\x03\xc5\x6e\xc1\xe5\xb2\xbe\x8d\x57\x31\x4f\x86\xfd\x41\x2c\xa6\xa3\xd3\x11\x17\xcc\xb0\x37\xf8\x22\x5e\xee\x05\xdc\x62\xe0\xc0\xe8\x74\xfa\x20\x59\xb0\x27\x80\x28\xbe\x3f\x38\x15\xff\x3d\x1e\x28\x7b\xf3\x96\xa2\xc8\x9e\xa1\x80\xac\xdf\xbd\x58\xf5\xb8\x10\xc3\x47\x02\x82\x3d\x33\xb9\x20\x2b\x88\x94\x98\x96\x71\xa2\xb3\xbb\xcb\x6d\x0b\x39\xe1\x99\x43\xfa\x3d\xdf\xb4\x21\x75\x0a\x7a\x2d\xf2\x6f\x68\x69\x6f\xf7\xa1\x96\xc4\xce\x31\xc3\xa2\xf8\x28\x66\xee\xb0\x98\xa4\xbd\x9b\x9a\x83\x14\xfc\x34\x91\x1b\x5f\xb9\xd0\x89\x2d\xbc\x5c\x6a\xeb\xc2\x5f\x29\x97\x14\xc8\x61\x5c\x20\x8e\xa8\x43\xbc\xed\xf5\x36\xc5\xc2\x9a\x01\x9b\xbc\xf9\xdc\x01\xdc\xff\x09\x80\x41\x41\xeb\x00\xdd\xf5\x31\x69\xf7\x45\x25\x49\x94\xad\xb0\xd7\x50\xc1\xa4\x6e\xb2\x8c\xd6\x7e\x33\x6c\x3f\x41\x9b\xad\xf2\xb8\x11\x7a\x43\x8d\xfe\x6e\x33\xb1\xec\x93\xa7\x15\xbe\x41\x86\x6e\x66\xce\xcc\xf5\xf7\x36\xe4\x08\xd8\xcb\x97\x7b\x3a\x07\xd3\xd3\x0e\x33\x3e\x15\x9a\xec\xf7\xac\x6f\xfa\xfa\x75\xa5\x7d\x19\x1f\x4a\x90\x55\x6e\xe9\xdd\x86\xd2\x26\xf0\x92\x57\x7a\x4f\x95\x3e\x82\xbc\xf5\x53\x9b\xcd\x88\x79\xc5\xf6\x07\xf0\xdf\xe3\x07\x7b\xb2\xb2\xb8\xd8\x6f\x5e\x6c\x2d\xe5\xfc\xb8\x50\x67\x7a\xcc\x15\x37\xef\xa0\xf2\xf1\xc3\xd5\xa5\x99\xbd\x5d\xb5\x4e\xed\xf5\x5c\x2d\xf0\x90\xc0\x98\x41\xfe\x07\x29\x3c\x60\xc9\x4e\x6e\xe6\x1b\x12\x97\x39\xf0\xd6\x30\x94\x2d\x77\x07\x39\x47\x4c\x7f\x0d\x7b\xa8\xa4\x16\x5e\xf1\x35\x3c\x5b\x4b\x75\xd4\x2d\xbf\xff\xd0\x5a\xf3\x66\x48\xf3\x48\x2d\x52\x4b\x6d\xe1\x4a\x36\x9e\xac\x91\xce\x88\x33\x01\xb2\x4b\x38\x9d\x78\xb2\x5b\xe1\x0a\x65\x5e\x09\xdb\xc9\xf5\x38\x68\xde\x5b\x6e\xdc\x27\x6f\x8b\xed\x3f\x0d\xf3\xa1\x12\x86\xe2\x6a\x9d\xe2\x4f\x9a\x97\x11\x9c\xf0\x92\x65\x65\x43\xb5\xa4\x98\x17\xdc\x1b\xde\x9d\x2c\xb2\xcc\x19\xd2\xe3\x35\x87\xa8\x85\xa8\x14\xc2\x52\x66\xc3\x8d\xb4\x46\xb7\x67\x2d\x64\x68\xe2\x9d\x6a\x3a\xc3\x06\xc8\x4f\xe4\x2b\x3d\x49\x5a\xeb\x85\x4a\x4c\xdd\x24\x7e\x0b\x6c\x98\x69\x3a\x8b\x17\x2f\x7b\xc9\xd7\x14\xa7\xdd\x89\x38\x7b\x1d\xcd\x7f\x86\x7b\x07\xd9\x8b\xc5\x41\xb6\xbd\x9d\xa4\xae\x30\xaa\x1c\x65\x63\x54\x74\x53\x1e\x67\x89\xe0\x90\xdd\x6e\xb8\x3d\x48\x21\x05\xa7\x20\xd6\x9d\x05\xf0\x78\xdd\x2a\xac\x8a\x53\xe8\x2c\xf6\x2f\x44\x9a\x24\x54\x6f\xde\x4e\x87\x74\xaf\x0a\x5e\xc0\x22\xd5\x69\xfe\x65\x34\xf1\xbc\xe2\x96\x21\xce\xc7\x42\xed\x7d\xa7\x1a\xaa\xdd\xad\x1f\xe2\xc2\x3d\x92\x1e\xaf\x13\xdc\x7d\x53\x67\xc5\x3d\xfe\x1d\x9d\x75\xaa\x3d\xdc\xd9\xf5\x72\x41\x2d\x06\x53\x5d\x06\xf0\x18\xec\x20\x4d\x13\x16\xd4\x9a\x4d\xa0\xaa\x3e\x44\xa9\x7c\x70\xdd\x89\x82\xc3\xe4\xee\xe9\xfd\x64\x2f\xd8\x22\xc9\x6f\xc1\x8a\x56\x9e\xe2\x4c\x9f\xe2\xbc\x08\xc9\xec\x63\x66\x2f\x85\x75\x89\x29\x36\x95\xde\x4b\x86\x31\x2d\x4b\xc2\x78\xa4\x64\xf8\xd2\xb7\x8d\x75\x27\xe0\xed\xc3\x37\x11\xde\x87\xfc\x94\xcc\x10\x35\x23\x62\x63\xde\x4b\xf4\x22\xee\xb3\x26\x01\x15\xac\x6f\x0c\x29\xfa\xa3\xe7\x44\x87\x95\x48\x62\xd7\x17\x2c\x4e\x60\xed\xcb\x2c\xc7\x86\x09\x6b\x48\xcc\xe0\xf8\xfd\x3c\x10\x3a\x53\x59\x34\x33\x44\x15\xc2\x7e\x5f\xdc\xcc\x77\xe8\x6c\x27\x2f\xf8\x8e\xca\x3f\x36\x8d\xc4\x57\x81\x3e\x44\xd7\x32\xac\xe1\xd0\x97\xdf\xce\x61\x57\x83\x1d\x5d\x55\xcc\x2a\x69\xdd\x91\xad\xd5\x26\xdd\x34\xbb\x4b\xef\xcb\x8f\x06\x65\x9d\x4e\x8d\x11\xa7\xee\x01\x22\x18\xe9\x29\x9d\x02\xbe\xef\xd7\x3b\x5f\x7a\x03\x55\x9d\x32\x93\xd0\x90\x40\x61\xe3\x85\xaa\x8d\xca\x99\x16\x72\xd0\xa9\x44\xfd\xbd\x5e\xb7\xb9\xe7\x7a\xfc\x6d\x3a\xa7\x90\x00\xc3\xb3\x8a\xd4\x18\xb0\xab\xaa\x31\x5d\x82\xa9\x59\xeb\x92\x7c\x0f\xdd\xcf\xa4\x5d\xa4\x42\xe2\x25\x71\x93\x07\x38\x9a\x7c\x6d\xd0\x2c\x1f\x9b\x35\xf5\x2e\xa0\xb5\x9e\x48\xa1\x81\x2a\x17\x97\x39\x99\xac\x49\x08\x70\x49\xb2\xed\x68\x6b\x14\x6d\xc3\xf3\xc5\xd5\x82\x4e\xb7\xa3\x71\xe4\xf3\xc4\x6b\x28\xcc\x10\xf7\x04\x1c\x61\x93\xe2\xc1\x61\x8e\xd6\x13\x9a\x35\xb0\xaf\x65\x3e\xbe\x0d\x20\xef\xad\xb9\xa9\x7d\xc8\xc5\x9c\xe4\xca\xc6\x69\x13\xb8\x6b\xe8\xfc\x75\x4c\xa5\xdb\x8a\xc3\x4e\xee\x07\xc8\x2b\xc4\x36\x50\x7c\x85\x9b\x0c\xdd\xe2\x1c\x53\xdb\x25\x7d\x79\x97\x8d\x97\x37\xc7\xa5\x3e\xc5\x03\x77\xb6\x8a\xd0\xe0\x37\x52\x24\x09\xc3\x45\xbd\x91\x45\xb8\x91\x22\x69\x31\xbc\x58\xd3\xc8\x02\x08\x33\x07\x79\xa0\xfc\x22\x37\x05\x27\x06\x85\x28\x45\x2e\x77\x50\x23\xcc\x9d\xca\xc5\xdc\xaf\xeb\x4c\x66\x58\xd2\xe3\x70\x49\x8e\x8a\x95\xf7\x20\x20\x30\x24\xdb\x91\xd6\x14\xdd\x59\x26\x23\xa4\xa2\x06\xad\x2c\xef\x49\xd3\x5d\x51\xc0\xe9\x11\x54\xd3\xbd\x71\xa5\x34\x61\x79\x90\x53\x73\x92\x15\xa5\x1d\x47\x0b\x94\x4c\x35\xfb\x54\xbb\xd8\x47\xbd\xb1\xa0\x9d\x46\xfd\x31\x70\x33\xb7\xdd\x72\x72\x4d\xa6\x8b\x4c\x26\x95\xcf\x32\x75\xd5\x32\x08\xec\x65\xee\xa8\x2b\xc2\xdf\x10\x69\xda\x57\x30\x41\x89\x53\x71\x69\xe4\xe4\x0e\xde\x16\x32\x55\x9d\xe0\x16\x2d\xfa\xd7\xe9\x30\xd7\xeb\xb6\x51\x8a\x0b\x63\xd5\x5c\x62\x99\x36\x92\xa0\x45\x65\xc1\x67\x1e\x1e\xc0\x14\x7a\x62\xec\x0f\xf3\x2b\xb0\x87\x96\xeb\xe8\x74\xae\xbc\xc9\x4a\x34\xad\x1b\xae\x5e\x0b\x56\x41\x32\xe1\x13\x54\xa2\x05\x9a\xa2\x59\xd2\x5a\x33\xe5\x62\x7c\x06\x4d\x29\xba\x4e\x54\xd8\x8b\x54\xa0\xe9\x3c\xbd\x8a\xaf\x7d\x62\xf2\x3c\xbd\x4a\xe2\x79\x48\xf2\xf5\x7b\x3c\x47\x02\x80\xa6\xef\x7e\xff\x71\xcd\x81\x24\x4a\x0c\xfe\x40\x6d\x60\x92\xa6\x5a\xad\x81\xec\x88\x26\x67\x58\xa4\x94\x05\x60\xc8\x48\xa6\x55\x2a\xa6\xf8\xb1\xdb\xb5\xea\xad\x29\x67\x56\x3b\x52\xaa\x2e\x68\x12\x06\x34\x17\x96\x9a\x51\x3d\xaa\x2a\x10\x28\x2a\x92\xe5\x32\xf6\x97\xb0\x2c\x6b\xa6\x86\x21\xee\xc4\x99\x08\x0d\x8d\x1a\xd9\xbd\xba\xd3\xf6\x36\x60\x39\x80\x9d\x2d\xe6\x7b\x95\x55\xec\xa9\xd1\xd3\x86\x4f\x79\x22\x78\xd7\x61\x93\x60\x4a\x5b\x2c\x38\xdb\xbb\x14\x9f\x75\xd6\x54\x30\x3f\x85\x0c\xc7\xa5\x73\x44\xac\x93\xf4\x50\xd5\xe7\x42\xf5\xb9\xa9\x63\x4c\x74\xcc\xdf\x5f\x82\xab\xd6\xd2\xdf\x0c\x17\x0d\x9d\x2e\x64\xa7\xd1\x04\x57\xbb\x5d\x35\x9b\x8d\x53\xb4\x40\xed\x36\x45\x59\x95\xd7\x2a\x43\x7b\xe3\x24\x2e\xd1\xc4\xec\x8c\x93\x87\xa9\xfa\x83\xc6\x50\xf8\x36\x6a\x07\x85\x44\x8a\xd2\x8a\xd7\x12\xf8\x10\xcb\x72\x47\xf5\x3e\xd2\x39\x16\x21\x08\x84\x21\xc9\xc5\xbe\x2a\xd6\x11\xfb\x85\x20\xf6\x7f\xe2\x36\x31\x1d\xd5\x1b\xc5\xea\xd5\x68\xa3\x5e\x8d\x7e\x8f\x5e\x8d\x26\x88\x6b\xa5\x9a\xd1\xcf\x20\xd8\x5a\x76\x7f\x18\x94\xbf\xd1\xb6\xb2\xd6\x88\xaa\x28\x3e\x2f\xe6\xa1\x4c\xdd\xa2\x1c\xd0\xa7\xef\x9a\x15\xfd\xd2\x42\xb7\xae\x68\x72\x32\x18\xc8\x73\x82\xf0\x54\x7b\x95\x82\x21\x40\x1e\x74\xd1\x6f\x8a\x75\xe2\x68\x69\x7f\x24\x32\x8e\xa7\x72\xb7\xd1\x3e\x98\x13\x80\x83\xce\x62\x06\xa6\x98\xd5\x48\x1c\xb6\x0b\xca\x0b\x0c\x76\x3b\x9d\xc5\x97\x82\x9c\xcc\x31\x03\x32\x69\x8b\xce\xe2\x9a\xde\x19\x32\x98\x7f\xcd\xf1\x1b\x2f\xfb\x0c\x43\xcc\xe2\xc6\x58\xb5\x39\x1e\x76\xf7\x71\x5e\x8d\x4a\xa5\x51\x58\xc5\x09\xca\x6b\x0e\xfd\xae\xc5\x2c\xaf\xf9\x64\x54\xbc\xfd\xae\xca\x96\x0e\xfc\xd0\xe9\x5c\x4a\x75\xaa\x34\xd0\xbd\x50\x36\xd2\x26\x58\x0f\x3a\x7e\x28\x5e\x0d\x2d\xb9\xab\x6f\x0c\xd9\x19\x12\x37\x78\x43\x28\x7e\x5a\x7d\x1a\xad\x5d\xe1\x68\x6c\xa6\x90\x96\x5c\xa5\x30\xe2\x6e\x0a\x23\x65\x09\x7e\x17\xf3\x11\x33\xc6\x84\x49\x0b\x84\x4b\xda\x18\x4e\xb5\xe9\x66\x2a\xd2\x3e\xdd\xd2\x98\x70\x2b\xd2\xae\x75\x66\x90\x6f\x1d\x95\x4c\x4f\xdc\x5f\x8a\x18\x51\x09\xc6\xfa\x83\x5e\xe2\xbc\x3d\x4f\xaf\x86\xbb\xea\xd5\x9c\x91\x79\xca\x20\xfb\xec\x70\x5f\xbd\x93\x64\x0b\xbc\x7a\xa6\x5e\x99\x63\xe3\x6f\x45\xf1\x79\xd8\x7f\xa2\x5e\xab\xc3\x0d\x5e\xee\xed\xfa\xad\x00\x21\x34\x7c\xe2\x03\x7d\x9d\x66\x19\x61\xc3\xfe\xae\x06\x2c\x0f\x08\x00\xb0\xfb\xf8\x89\x57\x16\x48\xc7\x7c\x42\x86\x8f\xfb\x02\xb4\x35\xa5\xf8\xc3\xf5\x75\x69\xb7\x63\xd2\xe1\xda\x08\xf2\xc9\x1a\x45\xa7\x23\x96\x56\x42\xe9\xcf\x9a\x42\x73\xf9\xae\xa7\x6b\xb4\x84\x12\x04\xb0\x13\x1a\x86\x58\x8b\xe7\x3e\x80\x4d\x2d\x31\x73\xc3\x63\xe9\x5f\x65\xed\x1e\xf5\xc5\xf5\x40\xad\xd6\xdd\xf7\xd6\xd8\x6a\x8a\xee\xbd\x8b\x0b\xb4\x40\x25\x4a\xdd\x4e\xae\x51\xce\x55\xb4\x1c\x35\x42\x9a\xe2\xdc\x90\x5b\x05\x7e\x2b\x0d\xf8\x3c\x87\x40\xe5\x14\x91\x88\xb1\x7d\x9d\x9a\xf3\x60\x90\x23\x55\x6f\x40\xd1\xc4\xa9\x30\x28\x94\xeb\x05\x9c\xae\x2a\x96\xb3\x3c\x69\x21\x88\x33\xfc\x94\x17\x82\xdc\xf1\xbe\x8e\xc3\x31\xbb\x7c\x1a\x22\xb5\x72\x45\xa8\xf4\x2d\x3b\x8b\x4a\x9c\x56\x54\xec\x8b\xb5\xc8\x2f\xe0\x08\x6e\x62\xbf\xfa\xca\x73\xb2\x76\xc4\x96\xf2\x7c\x0d\xcd\x9a\xe0\x0a\x12\x08\xd0\x0f\x31\xa7\x2e\x05\xcb\x2b\xa5\x8e\x3d\xc4\xba\x8b\x9c\x91\x74\x72\x2d\xda\x4e\xe2\xa4\x95\xe3\x72\x95\xd6\x0c\x66\x9f\x06\xc4\xc1\xe2\xe6\x73\x34\xa2\x6a\x69\xb5\x2e\x63\x9a\x0c\x19\x96\x52\xa0\x01\xc7\x6f\xe3\x98\x61\xaa\xe7\x31\xa9\x4d\x21\x35\x53\xa8\x54\x93\xee\x3c\x56\x66\x8f\x9b\x69\x65\x0f\xcf\xa3\xc3\xcd\x3d\xf5\xf4\x06\x39\xb8\x91\xf0\xae\xb4\xb5\xd2\x8c\xe1\x42\xe0\x13\x02\xd7\x24\x5a\x57\x43\xad\x94\x02\x98\xba\x9a\x64\xa2\x7d\x19\xa7\x6b\x70\x49\x71\x8a\x8a\x9a\x79\xec\xd3\x4d\x55\x9b\x21\x43\x6a\x3f\xeb\x8f\xa4\xd5\xf3\x97\x2f\xf7\x51\x89\x9f\x75\x72\xb4\xc0\xa3\x71\x6b\xbf\x93\x77\x3a\x0b\xd9\xae\x74\x44\x4d\xd0\xae\xfb\x0e\xbc\x52\x13\xd4\x77\xdf\x49\x17\x55\x41\x37\x39\xae\x9e\x14\x89\x0d\x9d\xa2\x76\xbb\x4c\x10\xd5\x3a\x3a\xf0\xef\xb4\xc3\x79\xfa\xb0\x9e\x57\x01\x95\x2e\xc2\xdc\x35\xc0\x7d\xf0\x0c\x04\x94\xab\x10\xef\xf6\x30\x74\x44\x0c\x4f\xd7\x9b\xca\xba\x46\xbc\x9e\xae\xd8\x3b\x17\x69\xd7\x2e\xba\x96\x98\xd4\x4e\x27\x4e\x1b\xdc\xab\x88\x53\x16\x73\x65\xb0\x59\x3f\xae\xd4\xd1\x64\x15\x09\x9a\xa5\xa5\xae\xf7\x23\x25\x65\xf0\x60\x2b\x12\x08\xaf\x45\x51\x8a\x0a\x15\xe7\xa4\xc4\x29\x30\x35\xba\x89\x0c\x97\x8e\xc3\xb4\xb8\xc6\xff\x88\xa9\x07\x19\xed\x27\xb2\xd3\x13\x5c\xc8\x54\xae\x8a\x25\x2a\xd1\xcc\xbe\xc9\xd3\x1b\x52\xa2\x29\x5e\xb8\x77\x74\x9c\x21\x79\x10\x4d\x93\xaf\x45\x77\x92\x91\x94\x39\xaa\xc8\x6b\xdc\x3b\xb8\x7e\x31\xd1\x14\xc7\xf5\xf6\x76\xa2\x36\xef\x64\x74\x3d\xb6\xe5\xe6\x78\xea\x58\x73\xa2\x1b\x3c\x95\xe6\xa4\xe8\x16\x9b\xb4\x22\x57\xb8\x77\x70\xf5\xe2\xf6\xe0\xca\x02\x99\x8f\xae\x1c\x20\xf7\x9e\x03\xf6\x4d\x82\x2e\x70\xef\xe0\xe2\xc5\xbd\x6e\xfd\xc2\x56\xbc\x19\xdd\x8f\x2e\xc6\xe3\xa4\x55\xa8\x05\x9c\xa3\x7b\x34\x43\xb7\xa8\xdd\x4b\x56\xaa\x4c\x21\x8f\xc2\x2d\xfb\x68\x16\xe3\xba\xfb\xd4\x72\xa2\xbe\x68\x45\x8a\x7b\xec\x8a\x00\x89\x8f\x9e\xa2\x05\x2e\xaa\x53\x5d\xd6\xa6\x3a\x35\x07\xa0\x94\xab\xb7\xfe\x88\x17\xe8\xc9\xbe\x58\x82\x59\x4d\xdc\x93\xe8\x0c\x33\x1d\x86\x66\xb6\xf8\x33\x51\x7a\x56\x51\x09\x6a\xff\x75\x53\xaa\xbf\x0b\xe5\xa6\xae\x35\x7f\xa2\x9c\x87\x4a\x4d\xa2\x48\x25\x9f\xea\x14\x9a\xa1\x0c\x4d\x51\xbb\x3d\x01\x9c\x8a\x57\x26\x4c\x6a\x69\xe5\x45\x00\x7d\xf7\xf1\x93\xa4\xd3\x69\x07\x44\x47\x82\xea\xac\xb0\xc7\xff\x8a\xe7\xe8\x1a\x95\xc8\xb5\x79\x7f\xf6\x10\xa9\xe0\xef\xdf\xe0\x76\x83\xbd\xec\x8b\xfb\x8a\xa4\x95\x06\xc4\x7d\xae\x0b\x45\xbf\x22\x6b\xbd\x24\x57\x34\x07\xd1\xee\x2f\xac\x58\x48\x03\xf9\x8a\xf0\x56\xfa\xd6\x4a\xcb\x7b\x67\x08\x7b\x15\x48\x8d\x42\x54\x72\xb7\xf5\xca\x11\x82\xac\xf7\x77\xf8\x01\x21\xc8\x03\x82\x8f\xb5\x82\xc2\x92\x70\x57\xfc\x51\xa2\x76\x3b\x17\xa4\x84\x5c\x33\xaf\xd6\x47\x78\x35\x94\x7c\x19\x88\x59\x37\xc9\xd2\xb2\x74\x72\xc9\x6a\x29\xda\x83\xc9\x63\x9d\x1e\x05\x1c\x65\xa5\xbc\x57\x85\xcb\xe0\x08\x4e\xb6\x79\x3a\x21\x83\x1c\x71\xb6\x28\x39\xcd\xaf\x06\x6c\xd5\x8a\xa0\xf9\x48\xa6\xd9\x70\xfb\xa3\x43\x1e\xa0\xca\x08\x46\x64\x8c\xa9\x0c\x90\x64\x44\xa7\x15\x87\x78\x7f\x18\x2a\x47\x0a\x41\x5c\xe6\x48\x01\xf9\x78\x38\xa2\xd2\x16\xd5\x19\xf2\x4c\x73\x9e\x4b\x98\xd3\x0b\x0e\xd9\x50\x74\xc4\x1b\xcc\xba\x66\x80\x28\xc5\xac\xab\x87\x28\x8e\x6d\x3b\x44\x0e\xfe\x3b\x62\xbd\x1d\xc7\xee\x58\x93\x04\xc9\x94\x5f\x6e\xd4\xeb\x07\x85\x60\x1c\x19\xd5\x0b\x5c\x4d\x07\x55\xe5\x4c\x50\x14\x26\xe3\x60\xaf\x44\xbf\xa0\xc9\xa6\x21\x2f\xaa\x43\x06\x09\x17\xca\xf0\x42\x0d\x7a\x82\x17\xce\xa0\x67\x78\x61\x06\x0d\xa2\xf1\x07\x3a\xaf\x52\x9c\x65\x66\x04\x33\x34\xa9\x8e\x20\x0b\x8f\x20\x43\x53\xeb\x78\xe7\xcf\x75\x95\x47\xfe\x9b\xe3\x31\xd2\x87\x5b\x99\xa0\xbe\xc3\x55\x7e\xb2\x51\x55\x94\x48\x1c\x0c\xde\x2f\x33\x9d\x30\xde\x4d\xb8\x07\x3c\xdb\x15\xe1\x31\x4f\x0e\x76\xfa\x6d\x88\xbd\x42\x03\x2e\x61\xc5\x76\x1f\xa5\x09\x62\x4a\x9a\xd5\xe9\xc4\xfa\xa7\x58\xbb\xa9\x66\x5b\x9f\x3f\x64\x73\x56\x27\x91\x9c\xab\x2d\x35\xa7\xac\x7f\xc9\xad\x39\x43\x5a\x65\x77\x4a\xa7\xaf\xe1\x6a\xd1\x5a\x9e\xd4\x3f\x4d\xc9\x97\x39\x99\xf0\xd7\x8e\xee\x23\x8e\xde\x54\xea\x48\x2f\xf6\xff\xa1\x85\x8e\x51\x02\xc7\x90\x3e\x74\x1f\x72\xe7\xab\xdf\x1b\xce\xa0\xfc\xab\x43\x0d\xaa\xc2\xf6\x99\xeb\xb2\x70\xaf\xab\x87\xfc\xfe\x7e\x4a\xb3\xe7\xe9\xd5\x49\x7a\x43\xfc\x96\x43\x1c\x44\xae\x48\x94\x7e\x03\x89\xe2\x6a\xa4\x9c\x7e\x84\x19\x7d\xd0\x4e\x49\xc2\x79\x62\x34\x58\xb3\x0a\x35\x83\xa6\x2e\x05\xfa\xb7\x78\x26\x18\xff\x5c\xea\x91\x54\x14\x9d\x29\x5a\x28\xed\xa9\xa0\x51\xeb\x76\xbd\x8a\x6c\x85\x0d\x12\xcf\xd6\xb2\xa5\xa9\x13\xd5\x45\x41\x9f\x88\x55\x90\x29\x66\x55\x6d\x9e\x73\xa8\x81\xcc\x5b\xc9\x1b\x3a\x86\x4d\x1b\xf9\xfc\x35\x7a\x6b\x5a\x92\x23\xc5\x6f\xe3\x62\x8d\x40\xa2\x6c\x10\x48\x14\x3e\x4b\x9b\x06\x18\x59\xea\x67\x96\xa2\xee\xd0\xaa\xd2\x09\x4b\x60\x30\x57\xab\xf2\x6c\x53\xae\x28\x77\x86\x66\x35\xf1\xde\xd2\x6d\xa5\x3a\xed\x1f\x45\xa9\xca\xe0\x57\x58\x83\x87\x87\xa4\x50\x1e\x2c\xff\xa0\xab\x79\x81\xe6\x3a\xa9\x5e\x1f\x48\x76\x33\x9a\x10\x79\x94\x3b\x76\x7f\x4e\x1b\x39\xb0\x2d\x54\x35\x74\x9d\x96\x47\xb7\x69\xa6\x0f\x5a\xaa\x0e\x45\x8f\x24\xa9\xf8\xd8\x8a\xf2\xb2\x37\x85\x63\xcd\x57\xa5\x4d\xeb\x9e\x8c\xf5\x0d\x6f\xe0\xba\xd6\x0e\xd2\x46\x40\xec\x48\xe9\x67\x97\xf2\x13\x60\xc0\x4a\x9c\xaa\xc1\xef\xf4\x0f\xca\x97\xb8\x77\x50\xee\xec\xe8\x6b\x31\x1d\x95\x63\xc1\x1e\x34\xdc\x13\xe2\x73\x02\x3b\x55\xc2\x14\x17\xc6\x02\xb5\xfb\xea\xce\xc8\xc4\x9d\xe1\x18\x8c\x66\xdb\x7d\x34\x49\x50\x6e\x2f\x0b\xfd\x73\xb4\x18\xe3\x89\x33\xea\x6f\xbb\x2e\x68\x65\x94\x8a\xc3\x6c\x7d\x8a\xa3\x8e\x94\x2f\xe8\x50\x58\x10\x52\x8c\x24\x48\x7c\xa1\xf9\x2d\x61\x10\x26\x4b\x46\xcb\x72\x3e\xa9\x2c\x04\x11\x52\xf1\xb4\xe4\x27\x4b\xb7\xaf\x77\x34\xae\x2e\x63\xa5\x5d\xab\x9f\x09\xcf\xbf\xfd\x02\x09\x31\x1e\x55\x1b\x0d\xc5\x1c\xb4\xc0\x26\x4d\x86\xdc\x51\x07\x57\x81\x52\xa5\xa1\xb2\xb7\x63\x5c\x20\x1a\xb0\x1d\xf9\x07\x08\x61\x5c\x89\xea\xf3\xaa\x65\xc8\xa4\xb8\xb9\xa1\xdc\x65\x57\x14\x85\xfe\xaf\x75\xfa\xf8\xfc\x1b\x35\xf2\x26\x56\x9a\xd4\xc9\x2b\x61\x46\x8e\x0a\x8f\x43\xad\xeb\xe8\x4d\xbd\xe8\x47\xf5\xf0\x9e\x26\xcb\x80\x45\x61\xbd\xbc\xdb\xa9\x96\xd1\x0f\x12\xc4\x8c\x4d\xdc\x3f\x7e\xdc\x5a\x41\x63\xa1\x8e\x9f\x4b\x19\xa3\xca\xf1\x73\xa4\xd3\x1d\x85\x11\x19\x87\x4e\x3b\x3b\x56\xcc\xee\xfe\x4c\x5b\x05\x8b\x33\xa5\x64\x93\xbd\x6c\x81\xc9\xa0\x34\x30\x50\x0b\x14\x42\xf8\x99\x05\xfa\x49\x29\x57\x75\x6c\x14\x57\x9f\xfa\xab\xdc\x31\x82\x84\x28\x32\xd2\xa5\xf9\xac\x88\xa3\x4f\x25\xd9\xfa\xaf\x49\x91\x73\xf2\x85\xff\x17\xda\x4a\xf3\xe9\xd6\x7f\x89\x33\xe9\xc5\x3c\xe5\xd7\x2f\x93\xff\xda\xe2\xc5\x16\x44\x3c\x02\x52\x7a\x8b\x93\x9b\x79\x96\x72\xd2\x8d\x12\xc4\xe3\x48\xbc\x8b\xa4\xe2\xf5\x17\xfc\x2b\xac\xe4\x7f\xae\x51\xc0\x6a\xf5\x6b\x29\xa3\x62\x29\xbd\x5a\x31\x49\x33\x9f\xf3\x34\x02\x25\x8a\x7b\x07\xf4\x85\xbe\x6a\x0e\xa8\xd6\x97\x15\x38\x1f\xd1\x31\x4a\x31\x1f\x15\x3b\xfd\x31\x30\xd3\x82\xf0\x93\x87\x66\xa1\xc2\x2f\x4b\xc8\xa3\x74\x8c\xcb\x55\x43\x34\x99\x66\x2f\x4e\xe8\xa3\x09\xbc\x0d\x90\xe4\xa9\x39\xcf\x28\x8f\x23\x81\x80\xc2\x7f\x4c\x71\x31\xea\x8d\xa5\x1d\x11\x84\xba\xea\x0b\xae\x1e\x4c\x9a\xec\x45\xa5\xcd\x95\x25\xea\x30\xc6\xe9\x90\xcb\x32\x52\xc8\x33\xc8\x47\xe9\x78\xc8\x21\x0b\xcf\x40\x90\x5c\xa9\xb9\x3a\xa2\xff\x8c\x92\x4e\x67\x21\xbf\x8b\xff\x06\x31\x77\xfa\x6a\x61\xa0\x12\xd3\x04\x09\x12\x71\xba\x98\x90\xd8\x3f\x30\x0d\x1e\x24\xab\xb2\x32\xf1\xa3\x94\x61\xca\xf3\x4d\xe4\x1b\xf4\x01\x49\x77\x4d\x12\x2e\xbf\xe4\xc0\x24\x91\xbb\xad\x7f\x5a\xff\x11\x19\xea\xf2\x97\xd8\x0d\x5b\x61\x98\xbe\xba\x77\x59\x2a\x23\xd1\x9a\x32\x8e\xea\xe0\xf9\x77\x9b\xd4\x54\xe4\x34\x56\x1b\xd3\xe0\x79\xb9\xc0\x45\x48\x13\x97\xa9\xd7\x0e\x2e\x72\x79\xd7\x1b\x0c\xd0\x04\xcd\x04\xf5\x00\x57\xb8\x0a\xe4\x11\x97\x68\x91\xa0\x29\x4e\x4d\xea\xfb\x99\x1b\xe7\x03\x0c\xc7\xa6\x1e\x61\x39\xc7\x53\x4d\x77\xde\xe0\x6b\x4d\x63\xa0\x5b\x87\x8c\xb9\xc2\x55\x82\xed\x46\x8b\x71\xdb\xfd\x04\xdd\xe3\xdb\xea\xba\xbc\x02\xba\x43\x6a\x63\xe5\xbb\x5b\x49\x33\xdb\x17\x49\x82\xae\x2a\x84\xd7\xbd\x7e\x05\x53\x77\xeb\x4a\x2b\xf5\x26\xbe\xd4\x52\x61\x25\xb6\xbc\xad\x06\x31\xd1\x72\xe2\x89\x2b\x27\x86\xd9\xbb\xc3\x93\xd1\xc5\x18\x1d\xe1\x6c\x74\x27\xf6\xf9\x17\xd9\x6d\xb5\xcf\xef\x92\xd6\xe5\xe8\x68\x8c\xbf\xac\xe8\x2c\xbe\x37\x09\xbb\x4e\x71\xef\xe0\xf4\x85\x1e\xee\xc1\xa9\x06\x76\x86\x4f\xb7\xfb\xe8\x10\xdf\x8f\x6e\x46\xa7\x63\x1d\x37\xa5\x8d\xf1\x61\xa7\x23\xc7\x10\x9f\xa1\xc3\x64\x25\x7f\x3b\x1d\xbc\xd4\xce\x39\xd6\x55\x07\x2e\x98\xb9\xbe\xbd\xff\xbe\x81\xcd\xb6\x63\x39\x62\x63\x97\x6f\x66\x4e\xe0\xe6\xb9\xb0\x21\x85\x9d\xdc\x0d\xce\xf6\x7d\xb2\x91\x13\x96\xe7\x28\x25\x2f\x0f\x9d\x4f\x00\x12\x86\x58\xd1\x91\xde\xb1\x79\x3d\x56\x3c\x9c\xb3\x26\x68\xa8\xa3\xfb\xfe\x7b\x9c\xda\x7e\xba\x9e\x2a\x6b\x88\x37\xed\xf1\x76\x4c\x4b\xcf\x2c\xf5\xc9\xe3\x80\xd7\x1b\x14\x72\xca\x3c\x14\x82\xc6\xa3\x74\x9d\x68\xe2\x5a\x0c\x69\x63\xe8\xe7\x2a\xf0\xb3\xb2\x58\xd2\xbd\x7a\xc7\xc9\x8d\x8c\x7f\x8c\xa8\x52\x4a\x38\xae\x3f\xb0\x06\xfe\x57\x48\xca\xa8\xa8\x4c\x7d\xd5\x89\xa6\xcf\xe8\x65\x46\xf3\x2b\xcc\x21\x05\xa2\x0c\x98\xf9\xbf\x00\xc2\x5f\xd6\x99\x2e\x29\x80\xf3\x94\x91\x5c\xc6\xe6\x54\x30\x67\x94\x95\x26\x2a\x7e\x96\x96\x1c\xb3\xb5\xc9\x92\x00\x80\x92\xd5\x34\x99\xe5\xdb\x56\x64\x16\x71\x1d\x0e\xb4\xa1\x38\x14\x10\x25\x45\xf3\xeb\x0a\x8a\xef\x6e\xec\x30\x37\x46\xe8\x5f\x00\x07\xff\xfb\xc1\x38\x2d\x75\x0c\xc8\x10\x16\xff\xdd\x83\xce\x55\xc1\x87\xc6\x9c\xdb\x4c\xc3\x66\x3c\xff\xb3\xca\x98\x12\xbf\x8b\xe0\xd3\x48\x6c\x1f\x94\x7c\x43\x37\x25\x65\x00\x3a\x8c\x0c\xf0\xa7\x76\x61\x81\x55\x58\x28\xcf\x87\xeb\x00\x99\xb6\x0a\x9c\xae\xac\xa0\xf3\xff\xf8\x99\x03\xea\xdd\x61\x95\xee\xe4\x7e\x77\x28\x66\xba\x3b\x82\x73\xaf\x74\x47\xa7\xfb\x00\x17\x75\xc8\x7e\xe2\xc6\xf0\x2f\x5a\x14\x17\x4e\x5f\x08\xd0\xfe\x82\x56\xa4\xb3\xb8\x6d\xb2\x1f\x43\x60\x9c\x76\x68\x9f\x6b\xe3\x20\xd5\xdb\x93\xb3\x98\xa3\xa8\xbc\xbd\x8a\x12\x48\x46\xa9\x91\x71\x38\xfd\x3d\x9d\x90\x9c\x43\x78\x82\xe8\x12\x50\x03\xd9\x2c\xa2\x17\x13\xca\x26\x19\x79\xf9\xe2\x91\xfa\x11\x25\xab\x49\xca\x27\xd7\xe2\x84\x30\xa9\x1b\x55\x3f\x04\x97\xce\xa4\xc7\xa7\x18\xbc\xf6\x07\x5d\x2e\x99\x44\x10\x0c\xd2\x4a\xbe\x3f\x7d\x7c\x27\x2a\x90\xd5\x0a\xcc\x19\xec\x68\xf4\xc9\xe3\xf5\x3d\x8e\xa6\xf4\x36\x0a\x86\xac\x70\xb8\x9e\x9f\x15\xe4\xc3\x5e\x39\x12\x43\x02\x33\xd5\x88\xa8\x82\xc3\x2a\x4c\x94\x1a\x41\xb0\x16\x43\xb2\xa6\xa6\x1b\x65\x11\xaa\x0e\x78\x15\x19\xf9\x37\x02\x68\x50\x1e\x81\xee\xe4\xed\xe9\xc7\xa3\x77\xbf\x9c\x9c\xbe\xfa\x9f\x47\xaf\xcf\x41\x4d\x24\xae\xd9\x93\xf4\x86\x74\x79\xf1\x69\x3e\x27\xec\x75\x5a\x8a\x6b\x4c\xad\xcd\xe8\x45\x79\x7b\xf5\xf2\x85\x68\x88\x5e\xe5\x92\x2e\x79\x19\x6d\xb3\xed\xe8\xc5\x23\xff\xe5\x8b\x47\xa2\x64\xd4\xe2\xd2\x12\x53\x74\x10\x17\x70\x6f\x3a\xd3\x6c\x7f\xae\x8c\xe3\x49\xaa\x1a\x51\x50\xeb\x50\xd2\x0a\x94\x55\x6d\xb6\x7d\x1b\x06\x5b\x12\x51\x0c\xe2\x68\x99\x67\xb9\x68\x38\x00\x78\x75\xf7\x83\x20\xa4\x40\x62\xcb\x3b\x41\x5c\xfe\x12\x73\x90\x2c\xac\x62\x8a\xc4\xd2\x5c\xc5\x5c\xd0\xe2\x9a\xed\x66\x8e\x1e\x44\xb1\xe3\x66\xd9\x75\x3a\x21\x1a\x23\xb8\x92\x61\xfb\xdb\xb1\x47\x30\x98\xc8\x24\x3f\x6a\xde\x94\x25\x99\x14\xf9\x34\x4a\xd0\x2e\xc6\x98\xd7\x37\x5c\xa2\xf5\x36\xda\x1a\xb4\xb7\x8a\x49\x32\xfc\x1e\x6f\x40\x13\x0f\x34\xe9\x2e\x4a\x92\x91\xb2\x54\xae\x5e\xd8\x44\xcc\x52\xae\x5f\x51\xf4\x8d\x41\x27\xd7\x6f\x2c\x79\xc6\xc1\xae\xca\x93\x00\x25\xf8\xc0\xde\xd0\xb6\x4f\xb8\xdd\x47\x05\x66\x43\x06\x2e\x7e\xb4\x58\x94\x6a\x29\x0c\xb8\x4a\x1d\x4b\xb3\x69\xab\xe8\x74\x8a\x2d\xaa\x0c\x28\x8b\xd9\xd6\x39\xf9\x22\x15\x8e\xed\x5e\x25\x17\x95\x54\x3e\xfa\xa8\x40\x2c\xd1\x5e\xf1\xdf\xd6\x43\x6d\xd7\xde\xe9\xf8\xd7\x40\xa0\x8d\x04\xa5\x6a\xe9\x0d\x24\x0d\xc3\x08\x8e\xae\x39\x9f\x0f\x1e\x3d\xba\xbb\xbb\xeb\xde\xed\x75\x0b\x76\xf5\x68\xb7\xd7\xeb\x89\x6d\x15\xb5\xaa\xa1\xbe\x99\xca\x7a\x41\xf0\x57\x6f\x33\x0f\xfa\x68\x4a\xca\xc9\xa0\x8f\x38\xe5\x19\x19\xf4\x57\x88\x92\x0a\x57\x02\xc6\x7a\x07\xa3\xe8\x32\x42\xd1\x25\xbd\x12\x7f\xb3\x62\xf2\xf9\x5f\x8b\x82\x13\xf1\x50\x4c\xef\xc5\x7f\x2c\x42\xd1\x04\x68\x42\xf1\xa3\x98\x8a\x6f\x53\xb1\x5e\xc5\x72\x47\xd1\x34\x13\x7f\x38\xe4\xa9\x50\xc9\x2a\xc4\xc7\xeb\xbe\xf8\xb3\x2b\xfe\xec\x89\x3f\xfb\xe2\xcf\x63\xf1\xe7\x89\xf8\x43\x52\x28\x24\x40\x52\xf1\xef\x46\x34\x9f\x51\xf8\x03\x2a\x53\x23\x56\x8d\x6e\x08\x4f\x23\x14\xe5\x05\xf4\xa4\x10\xcd\xcd\xc5\x3f\x26\x3a\xc2\x16\x97\xa2\x93\xa5\xf8\x77\x93\x66\xe2\x63\x39\x4f\x45\xb5\x92\xb3\x02\xc0\x94\x9c\xd1\xcf\xa2\x6c\xb9\xb8\x84\xbf\xa2\x36\x88\xaa\xc5\xff\xa2\xe3\x0b\xf1\x4f\x54\xbd\x4d\x59\x34\x0e\x66\x20\xd0\x73\x0a\xe1\xb6\xfb\x8a\x00\x2e\x08\x7e\x34\xfa\x8d\xef\xfc\xc6\xb6\x7e\xfb\x72\xd8\xfb\x6d\xd1\x7f\xf2\x4c\xfc\x7d\xd6\x3b\xfa\x6d\x21\xe6\x6c\x07\xfe\x3b\x14\x7f\x77\x9f\xc1\xdf\xe7\xf0\xf7\xad\xf8\xfb\xf8\xed\x6f\x8b\xbd\x5e\xaf\xf7\xdb\xe2\xed\xd1\xdb\xb7\xe3\x47\x28\x25\x6e\x22\x72\x63\x3c\x39\x2d\x26\x70\xcb\x49\xfb\x67\xfd\x24\xad\xae\x08\xaa\x98\x61\xd7\x39\x31\x5d\x41\xd3\x8e\x60\x7b\xf4\x49\xae\x42\xeb\xa2\xb7\xde\xac\xa1\x5a\xa1\xe6\xdc\xbb\xf0\x3f\x7b\x0d\x07\x4f\xc9\x15\xaa\xbc\x0f\x25\x42\x40\x90\xfc\x9a\x0f\xc1\xf9\xcf\xbd\x52\xb1\xa0\x2f\x96\x4b\x20\x79\xc4\x0d\x08\xa1\x1a\x47\x5c\x5f\x84\xe3\x64\x00\x61\xd3\xed\xd7\x76\x3f\x41\xac\xd3\x69\xcb\xe3\x07\x66\xb1\x31\x51\x87\xec\xd6\x56\xba\x15\x6d\x93\xed\x48\x9c\x1f\x74\x4a\xb6\xd2\x7c\xeb\xec\x1f\xbf\x6c\x29\xb9\x61\xe4\xe7\x02\x0d\x0f\xf5\xe4\x2c\x66\x04\x11\x5f\x33\xdf\x80\x15\x92\xac\x4d\x8f\x27\xae\x22\x52\x39\xb1\xe0\xda\xe2\x6b\xce\x5b\x55\x4f\x9f\xb7\x7e\x08\xf6\xda\x29\x6f\x6d\x01\xbd\x66\x72\xc8\x6a\x04\x97\x27\x41\xb9\xb8\x34\xb5\xf1\x29\x44\x43\xac\x9c\xbe\xc4\x39\x7d\x6d\x14\x12\x9e\x90\x87\x2e\x3f\x66\xe9\x7d\x59\x5b\xbb\x6b\x70\xf7\x00\x17\xd5\x14\xc6\x92\x75\xf7\x29\x98\x48\x29\xa0\xb5\x4e\xb6\x1c\xba\x25\xb0\x78\x5b\x15\x04\xa4\x02\x01\xe9\x86\x8d\xa5\xd5\xc6\x10\xf1\xae\x80\x54\xa2\xaf\xc4\xc5\xd0\xa3\x60\x06\x2e\xcd\xd3\xf2\x48\x16\x82\x4a\x95\xc3\x56\x4e\xd9\xf9\x43\x39\x02\x2b\x2b\xec\xdc\xcf\x16\xe8\xcd\xfb\xa6\x30\x8c\x1f\xb8\x92\xbc\x1c\xd4\xb2\xb3\xb0\x1f\x0c\xcf\xf7\x3d\xb9\x5a\x2b\x9b\x2d\x9c\x04\x64\xfd\xfe\x94\xe9\x40\xf2\x07\x4d\xb7\x74\xbc\xe1\xbc\xd3\x89\xa5\x6f\x51\x82\x04\x51\xef\xd6\x3b\x39\x13\x9b\x05\xb1\x64\xe0\xbf\x57\x3b\x95\xad\x62\x29\x5e\xa9\x25\xf3\x60\x26\x71\x55\x8e\x39\x89\x53\x41\x9a\x0a\x76\x53\xfe\x44\x0c\x1c\x9e\x43\x59\x40\xf2\x55\x12\x97\x64\xb9\x8c\x4b\x62\x33\x0e\x66\xe4\xbb\xe2\x43\x38\x14\xa1\xb9\x31\x38\x72\xac\xb8\xa4\xcf\x17\xfb\xae\x99\x5a\x83\x5e\x08\xb2\x54\xc7\x56\xae\xb6\x4d\xb8\x9a\x0c\x3b\xeb\x7d\x8f\xe5\x44\xaa\x6d\x1a\xc8\x55\x61\xfc\xe0\xfc\xc4\x9d\x88\xb9\xfb\xd0\x9d\x27\x37\xc3\x4a\x26\xc9\xac\x09\x11\xbf\x26\x44\x4d\xd3\x44\x8d\x7a\x46\xf0\x84\xa8\xf9\x9a\x10\x31\x61\x2d\x2f\x05\xcb\x4c\xd6\x9e\x12\x5c\x06\x27\xb2\x15\x9e\xde\xa9\xac\x76\x4d\xf0\x28\xfa\x3d\xbd\x4d\xcb\x09\xa3\x73\x3e\x10\x74\xca\xa5\xfe\x3d\x46\x73\xf1\xf9\x30\x42\xd1\xab\xd3\x37\xff\x8c\x50\x74\xfc\xee\xe4\xef\x11\x8a\xde\xbd\xff\x45\xfc\x7d\xfb\xf1\xf0\xfd\x91\xf8\x78\x78\x26\xfe\x7b\x7b\xfa\xf1\x7d\x34\x46\x37\xa2\xce\xd1\xfb\x57\x47\x6f\xa2\x31\xba\x15\x0f\xd7\x8c\xcc\x04\x71\xc4\x26\x82\xe4\x4b\x27\x9f\xaf\x58\xb1\x00\xae\x24\x85\xce\x44\x63\x74\x25\xca\x89\x02\x63\x2b\xd6\xb9\x27\xee\x66\x03\x7d\x3e\x31\xda\x1b\xee\xf0\x53\x97\x5e\x41\x7d\x31\x90\xe5\xf2\x9e\xc4\x73\x71\x49\x26\x9d\xce\x3d\x89\x6f\x61\x43\x9a\x5a\x17\x5e\xad\x2d\x1b\x6c\x36\xbe\x27\xf1\x8d\xa8\x06\xb5\xae\x44\x21\xa7\xda\x9d\x5f\x4d\xb5\xbd\x5c\x2a\x70\x4e\x98\x5d\x52\x35\xcf\xd4\x6e\x83\xb2\x83\x86\x45\x01\x42\xe4\x4b\x6c\xa5\x19\xb9\x09\x11\xd9\xa2\x70\x13\x06\x79\xf0\x81\xc9\x93\x5a\xe0\x3b\x65\xfc\x71\x49\x62\x2a\x58\x8b\xaf\x1e\x6b\x31\x29\xb2\xb7\x05\xfb\xf4\xf1\x58\xb9\xd8\xdc\x93\xf8\x9a\xa0\x54\xb7\x17\x2d\xf2\x32\x9d\x91\x41\xb4\xad\x55\xb0\x02\x37\x02\xce\xd0\xf9\x34\x28\x9c\x28\xc0\xc4\x23\xa4\x80\xcf\x4d\x5b\xea\x42\xdd\x22\x49\x2e\x76\x37\x8e\xe6\xac\x98\x47\x6e\x9c\x0a\xde\xe5\xc5\x71\x71\xa7\x47\xd0\x2a\xa1\xb8\x20\xc1\x64\x59\x94\xe3\x52\x92\x57\x29\xe7\x4c\x3c\x72\x4d\xe0\xc8\x02\x2a\xfb\x45\x54\xf2\xfb\x8c\x00\x9f\xe7\x43\x5c\x2e\xc1\x97\x58\xe1\x4b\xf0\xf6\x28\x4e\xf1\x29\x19\x51\x1f\x77\xe3\xa4\xd3\x49\x47\x85\x5f\x79\x2c\xd6\x89\x69\x3c\x41\x5f\x4d\x86\xa9\xe9\x20\x47\xe2\xd0\x19\xb0\x15\x5c\xb1\xa7\x04\x7f\x7d\x77\xf2\xe1\xd3\xf9\x40\x30\x46\x37\x83\x76\x0f\xa5\x0b\x81\x67\xc6\x04\x7b\xd4\xee\x21\xc1\x68\x0c\xda\xbd\x15\x3a\x3b\x3a\x3e\x7a\x6d\xcb\xad\xd0\xe9\x87\xf3\x77\xa7\x27\xce\x8b\xf3\xa3\xff\x7d\x7e\xf8\xf1\xe8\xd0\x79\x75\x7c\xf8\xea\xe8\xd8\x79\x7e\xfb\xee\xe8\xf8\xcd\xd9\x91\x0b\xe6\xf8\xe8\x97\xa3\x93\x37\x2e\x5c\x90\xd9\x38\x2f\x5e\x7d\x3a\x3f\x77\x1b\x5a\xd9\x9d\x75\x46\xaa\x42\x11\x8d\x31\x8a\xbf\x2a\x21\xfb\x80\x80\x15\xb1\x67\x4c\xcc\x56\xd2\x43\xab\x46\x2e\xeb\x95\x7b\x08\x34\x1d\xa2\x8a\x85\xc1\x6a\xa1\x80\xd1\x0f\x18\xb4\x96\xb8\xb0\x89\xbb\x34\x31\x22\x11\x0e\xca\x5b\x00\x20\x68\x92\x41\x80\xd2\x54\x5b\x2f\x71\x48\x98\x8f\xf2\x4c\x17\xdd\x0a\xdd\xd0\x71\x04\xd3\x14\xc9\xe3\x20\xd2\xa8\x86\xe7\xa4\xd3\x89\x40\x2d\x01\xb6\xc2\xab\x1a\xe8\xf7\xeb\x41\x47\x72\x22\x95\x2d\x75\x24\xc8\xbc\x09\x07\xd6\x2a\x04\xec\x77\x05\xcc\x79\xf5\x41\x5d\x47\x6a\xc0\x76\x77\x1d\x92\x8a\xa7\xb6\x1a\x37\x38\xe5\xbe\x26\x82\x9f\x07\x97\x48\xf1\x0b\x96\xe3\xe7\x40\x5a\x68\xeb\x2e\x4f\x56\xad\x40\x8e\xac\xcf\xf2\xfc\x3f\x6f\xbc\xd0\xff\x44\xda\xca\x4b\x27\xef\x48\x9e\x4f\xc4\x45\xab\x0f\xc8\x76\x95\xa9\xb0\x7e\xf5\x14\xcb\xe0\xec\x60\x83\x64\xd6\x62\x8b\x74\x2f\x2e\xbc\xdb\x9e\x82\xc0\x73\x25\xae\xee\xa6\x20\xd3\xa2\x4d\x92\xa0\xaa\xc5\x39\x04\x92\x57\x1b\x01\x2c\xcf\x45\x2b\x2d\x9b\x00\xba\x46\x20\xd0\x64\xe0\x53\x22\x31\xd5\x36\x23\x9f\xe1\xc6\x6e\xc8\x48\x76\x2e\xa7\xe1\x43\x33\x5d\x65\x76\xa9\xa6\xac\x72\x8f\xb2\x62\x4e\xe8\x71\xbd\xad\xc4\x4e\xc6\x1c\xe5\x3f\x69\x72\xe4\x6c\x70\x1d\x55\x5b\xea\x53\x39\x52\xe8\x36\xa9\x3b\x95\x7a\xc6\xed\x04\xdc\x9c\xeb\xb0\xef\x63\x5d\x63\xbc\x65\xdb\x51\x37\x32\x1f\x05\xa0\x8f\xb1\xd3\x1f\x82\x54\x28\x7b\xe5\xd7\x50\x9d\xa0\x64\x3d\xdd\xe7\x59\x58\xd9\x65\xe0\x84\xec\x01\x9d\x8d\x5d\x6c\x6c\xc8\xab\xd0\x04\x4b\x8e\x02\xfd\x4c\x06\xb5\xa2\x21\x64\x99\xd5\x82\x3e\xfe\x3f\xdf\x94\x1e\xd9\x52\xc1\x49\x81\x8f\xc4\x21\x4d\xed\xfe\x90\x9b\x11\xec\x0c\xad\x28\xb3\xf4\x73\x4b\xa1\x02\x72\x48\xd6\xd7\x42\x35\x7d\x9b\xbb\xcd\x8f\x48\xcc\x50\x6e\x1a\x52\xbb\x9e\xfb\x0d\x49\x80\x4e\x5b\x54\xb3\x44\x1f\x48\x82\x5e\xff\x7f\xb8\xfc\x29\xb8\x3c\x27\x09\x7a\xff\xff\x1c\x97\x8a\x3d\xf3\x0f\x1e\x75\x8b\xa3\xbb\xf8\xfb\x8e\x1b\x1b\x2e\x1d\xe5\xf8\x0e\x42\x60\xea\xb4\xec\xea\x70\xc9\xed\x7a\xfa\xfd\xdf\x03\x07\xe6\x4c\x6e\xf7\x65\x2e\xf6\x1a\x52\x0c\x41\x02\xf6\xe4\xdf\x73\x08\x77\x35\x08\x0c\x39\xca\x24\x02\x2c\x11\x09\x37\xa7\xeb\xee\x43\x96\x4b\x93\x4e\xc4\x66\x07\xb4\x19\xb5\x40\xc4\xac\xd2\x03\x46\xd1\x20\x94\x21\x44\x96\xb1\x39\x4b\x44\x07\xdf\x34\x0a\xa1\xbd\x18\x34\x65\x56\xf0\x52\xcb\xa1\x27\xd6\xca\x4a\xdb\x72\x10\x6d\x63\xa5\x03\xa9\xcc\x8d\x45\x12\xce\x57\xa4\xcb\x8a\x82\x57\x77\x92\x9f\x2a\xb3\x67\x6d\xb0\xbc\xec\x3d\xdb\xfd\x04\x49\xcb\x4a\xcc\xc0\xa6\x32\x1f\xd1\x31\x9e\xb9\xb4\x9e\xd8\xe4\x20\xe2\x30\x7f\x12\x88\x10\x19\x7f\x2d\x49\x36\x1b\xf0\x95\xcc\x05\x2c\xae\x02\x2f\x49\x60\x25\x77\xae\xd3\x03\xe6\xf4\x80\x8b\x1e\xe4\xb8\x77\x90\xbf\xc0\xfc\x20\xdf\xde\x4e\xd8\x28\xaf\xf5\x80\x55\x7b\xb0\x6a\xad\x11\xcc\x8b\xde\x05\xd6\x8a\x38\x8b\xb2\x99\x27\x9f\x06\xc4\x8f\x7a\x63\x85\x68\x15\x8d\xe6\x8c\x64\xb3\x26\x1b\x8e\x2b\xc2\xe3\x5e\xa2\x0b\x82\xf1\x59\xa3\xb0\x50\x9a\x27\xaa\xb2\x60\x57\xde\xb4\x82\x65\x49\xd3\x35\x8c\xf1\x4c\x2e\x27\xae\x6a\x1b\x2b\xbb\xa6\x7e\x99\x25\xa2\x2a\x58\x9b\xb5\x35\x46\x2e\xaa\x84\xa8\x72\x49\xf3\x69\xc8\x6c\xa9\x14\x3d\x03\x72\x90\x1b\xdb\xbe\x3a\xc5\x2e\x4a\xf5\x10\xb1\xa5\xaa\x88\x69\x84\x57\x45\x4b\x63\xc1\x00\x06\x88\x93\x70\x56\x65\xd7\xd5\xa5\x43\xc3\x27\xd6\x6c\x48\x7f\x33\xe5\x1d\xd3\xc6\x7a\x05\x77\x47\x6a\xfc\x06\x2b\x54\xf2\xff\xdb\x22\x20\x60\xbe\xa6\xd9\x34\x50\x56\xae\x70\xbb\x1c\x75\x72\xdc\xda\x69\x50\x39\x0b\xaa\x27\x41\x52\x8b\xa5\x44\x80\xf3\x24\x2f\xb1\x03\x5c\x69\xcc\xad\x8e\xe7\x63\x9a\x5f\x11\xa5\xe8\x79\xf5\xe9\x97\xc1\xd6\x44\x6a\x7b\xae\x08\xdf\xfa\x8b\xd4\xf4\xcc\x58\x71\xb3\x05\xd6\xa4\x07\x5b\xb2\x3e\x56\x41\x5a\x3d\x98\x81\x9d\x45\xc6\xa2\x53\xf5\x2b\xe0\xbf\xb5\x5b\x5e\x7f\xb0\xb5\x3a\x93\x93\xf7\x46\x72\x31\xef\x9a\x4e\x6a\x63\xa7\x2e\xc3\xfd\x4d\x75\xc8\x4a\x69\xa4\x6f\x9d\xa1\x6b\x05\x1c\xe7\xe8\x4a\x09\x3f\x64\x60\x33\x24\xbf\xdc\xff\x8f\xbb\x3f\x6d\x6b\x23\xc9\x12\xc5\xf1\xf7\xfa\x14\x42\xb7\x4b\x9d\xd9\x0a\x64\x09\xbb\x7a\x11\x0e\x73\xb1\x0d\x55\x9e\x6b\x1b\x37\x50\xd5\x53\xa3\xd2\xd0\x89\x14\x82\x28\x52\x99\xaa\xc8\x10\x18\x23\xcd\x67\xff\x3f\x71\x4e\xac\xb9\x08\x5c\x5d\x3d\xff\xe7\xf9\xbd\x01\x65\xec\xeb\xd9\xe2\x2c\xae\x00\x0a\xeb\x5d\x30\xa8\x4a\x4e\xa5\x49\xc4\x9f\x75\x35\x74\x4e\xa5\xc6\xcc\x9a\xe2\x3f\x66\xdd\x6d\x6d\x61\xea\x6e\x71\x65\xa8\xda\xb5\x48\x5c\x3b\x5e\x1b\xbc\x9e\x78\xc6\x0d\x75\xcd\x56\xe6\x13\x36\x5b\x9a\x94\xdf\x6c\x83\xe7\xd1\x5a\x08\xd4\xb4\xa3\x61\x67\x4d\x27\xa3\xae\xd7\x70\x47\xb7\x76\x5a\xda\xfc\x86\x3e\xeb\x8f\x52\x69\x1d\xb5\x03\x85\x2a\x60\xf3\x36\xd9\xb4\x0f\x90\x0a\x4c\x93\xea\xbd\x98\xd5\xef\xaa\x31\xe7\x29\xed\xa7\x76\x72\xc6\x6a\x9c\x9c\x41\x70\x6b\xf0\x73\xe6\x6c\xa9\xb2\x78\xe3\xac\x3d\xea\xf7\xd9\x78\xe9\x2c\xed\x30\x49\xe8\x60\x3f\x79\xc9\x4d\x47\x89\xe9\xa8\xa0\x7c\x9c\x4c\x5a\xf9\x38\x99\x78\x36\x31\x85\xeb\x48\x1b\xaf\x7b\x2b\x41\x74\xc8\x06\xd3\x56\xda\xeb\xc5\xab\x71\x3a\xc1\x32\xf9\xbd\x67\x93\x32\xa5\x5b\x4f\x00\x99\x37\xe4\x9b\x4d\x25\x33\x3a\xd8\x9f\x39\x65\xf7\x99\x19\xf6\x35\x9d\x8f\x67\x93\xd6\x74\x3c\x9b\xf4\x39\x56\x8a\xae\xdd\xa0\x97\xf4\x29\xa7\x80\x2c\xb6\x16\x2b\xc8\x2d\x1d\xec\xdf\xbe\x34\x3e\x5d\xf6\x6f\x4d\xef\x57\x74\x31\xbe\x9d\xb4\x96\xe3\xdb\x89\x31\xc1\xba\x8a\x37\xc6\x8f\xde\x16\xbd\x0a\x03\x25\xd0\x49\xb6\xe7\x01\x57\x50\x56\x71\x8b\x8b\x70\xf9\x42\x8a\x24\x2b\x12\xfd\x6e\x67\xbd\x27\x96\x5b\x30\x94\x70\xb9\x11\xad\xe1\x2c\xea\x40\x93\x68\x88\x70\xd0\x14\xca\x6c\xa1\x43\x99\x5d\x31\x79\x58\xee\xbe\x01\xc5\x97\x87\xa9\xab\xbf\x3d\xf9\xd0\x54\xa3\x3c\x01\x55\x03\x1e\xca\x2b\xaa\x23\xe1\xca\xb0\xbb\xf6\x3b\xc5\xc8\x6c\x07\xb7\x5e\x15\xef\x5e\x21\x19\x25\xb6\x83\xd4\x52\xd5\x1f\x8c\xe9\x1d\x56\xfd\x0a\xb0\xe9\x37\xd4\xe4\xe7\xb9\xdc\xec\xe3\x70\xb1\xae\xd5\x92\xeb\x5d\x6f\x9a\x8d\x10\xaf\x34\x4b\x5d\x4e\x6f\x7c\x15\xee\x79\x30\xcf\xab\xd9\x74\x72\x8d\x51\x27\x78\xf0\x77\x5c\xe9\x71\x5e\x7e\x72\x55\x8c\x9f\x3e\x14\xb5\x2f\xe8\x67\xc6\x46\x6e\x6b\xac\x4e\xaf\xff\x4a\xc0\x4e\xff\xc8\xf9\x03\x75\x91\x37\x59\xff\x28\xbb\xe5\x22\xcf\xe0\x45\xfb\x3d\x52\x41\xc7\xdb\xde\xc8\xf9\x3c\xda\xb1\xf2\xee\x3b\x9e\xcd\xf2\x3b\xfb\x24\xde\x92\xf4\xa1\x7c\x19\x40\xd2\x3f\x43\xc7\x84\xa5\x53\x8f\xb1\xf3\xe1\x11\xc0\x99\xbd\xfc\xa6\xa0\xec\xef\xf1\x4d\x19\x4d\x8e\xfd\x19\x1d\xe3\x8c\xbe\x3c\xc2\x81\x83\xcd\xd9\x43\x29\x6e\xf2\xee\x50\x87\x02\x52\x49\x79\xb7\x1b\xe5\x90\x84\xd0\x54\x26\xd3\x1b\xc3\xab\x5f\xb3\x64\x69\x40\xd3\x52\xe4\x57\x22\x59\x18\x16\x9d\x7d\x96\x4c\x64\xd6\x63\xec\x72\x4a\xb5\x9f\x5c\x91\xd0\x5c\x53\x3f\x2b\x21\xc0\x4d\xc6\x19\xff\xc2\xe8\x60\xab\xd9\x82\x31\x39\xaa\x80\x09\xcf\xf5\x84\x6e\xde\x1f\xa8\x97\x81\xdf\xf3\x65\x90\x3d\x37\xa8\x04\xbe\x8a\xe5\xee\x50\x11\x00\xcb\x7c\xb9\xad\xb3\x22\xa8\x34\x5f\xee\x0e\xed\xcc\xbc\x74\xe4\x94\x9b\x3b\x53\xf9\x43\xa0\x37\xc0\x33\xd3\x22\x49\xd3\x27\xcf\x50\x0f\x72\x4b\xa5\x70\x2c\x50\x96\x47\xc8\x22\xe5\x32\x6f\xe2\xc3\x97\xd3\x1e\xdb\xad\xee\x4d\xcb\x6c\x21\xb0\xe3\xea\x9c\x56\x21\x8b\xe9\x70\x39\xb5\x1b\x6e\x8f\x88\x9a\x6b\x32\x9b\x09\x4d\x5f\xe1\xae\x9e\xff\xb6\x51\xa8\x7e\x5c\x23\x95\x79\x9b\x6e\x45\xa2\x0a\x81\x06\x87\x4c\x64\x45\x39\xd1\x03\x6c\x6a\xc0\xd4\x3f\xc1\x2d\x3e\x8f\x76\x41\x28\x16\x7b\xfa\x05\xad\x5b\x2f\xe0\x3d\x16\xec\xe7\xe0\xe0\x25\x62\x31\x88\x7f\x88\xe7\x04\xd8\x1d\x6b\x11\xb0\x85\xcb\x69\x4f\xdd\x08\x57\x53\x8d\xd2\x18\x44\x9f\xac\xca\xda\x29\x1e\x83\xbf\x02\x9f\xaf\x99\x85\xf3\x32\x4c\xad\xc8\x59\x79\xf1\x21\x99\x5e\xf3\x8c\x1d\x04\x4d\xe8\xc4\x88\xc5\xa3\x20\xfd\xec\xbe\x00\xf8\x53\x6e\x5c\x97\x0f\xb6\x4a\x47\x10\x64\xf0\x2c\xac\x83\x08\x7e\xfb\x97\x51\x30\x4f\x67\x22\x88\xa1\xfc\xbe\xfd\x6b\x98\xaf\x6f\x98\xcd\xfe\x5b\xa5\xba\x3b\xdc\xa6\xd0\x9f\x07\xe5\x36\xaa\x65\xbe\x0d\xcb\xe0\x9c\xfa\xf9\x72\xa8\xf3\x5f\xfc\xad\x9a\x5f\x73\x51\x4c\x6b\x7b\x41\x69\x30\x73\xf3\x5b\xdb\x7b\x11\xe4\x6b\x70\x6d\x32\xbf\xad\xc9\x3c\x37\x0d\x6c\xfc\x55\xd6\xab\x5f\xda\xc4\xc4\xe6\x47\x92\x30\xa2\xd7\x5b\xd3\xa1\xaf\x1f\xd3\xef\x05\x5b\xb0\x5a\xab\xca\x27\x1a\x74\x41\x37\xdf\xff\xf6\x6e\x9e\x6e\x0e\x46\x7e\xd8\x86\xa5\x8c\x94\xd8\x0f\x34\xe1\x91\xca\xb9\xa3\x52\x5d\xe2\x14\xac\x09\xcf\x00\x57\x41\x74\xac\x3e\xfc\x0e\xfd\xb6\x35\x64\x83\xb2\x7b\x43\xde\xd2\x8b\x18\xa2\x46\xa6\x71\x5d\x76\x6b\x30\xe2\x2c\x5f\xa0\x01\x7e\x99\x84\x8e\xe2\x06\x0a\x9e\x69\x8a\x19\xe2\xc4\xcf\x73\xf1\x0e\xa3\x0f\xa1\xeb\x8d\xda\xb7\x76\x35\x2a\xd5\x96\x4a\xb3\x0f\x21\x32\x50\x57\x73\x3c\x40\xc5\xed\x1f\x11\x1b\x50\x3e\x2d\x56\x8b\xaa\xce\x9d\x13\x90\xdb\x0e\x2a\xf6\x6f\x4e\x13\xa2\xa6\x71\x4c\x83\xaf\x73\x91\x4c\x6f\x98\x22\x9d\x48\xb6\x69\x19\x6d\x95\x9a\x27\x92\xaa\x2f\xad\x46\x91\xa2\x57\x66\x43\x32\xdc\xaa\xa6\xc2\x6e\x1f\x0d\x48\x56\x55\x96\xf9\xb2\x49\x59\xdd\x3b\x34\xda\x22\xb8\x92\xec\x37\x14\xce\xbd\x51\xcc\x5c\x5e\x0e\x70\x24\xa9\x05\x9e\x7a\xf3\xf0\xe9\x4b\x95\x04\x92\x3e\xb9\xfc\x2d\x6d\xfe\xa3\xa9\x4d\x28\xf9\x9e\x17\xcd\x5a\xbd\xb5\xed\x7d\x17\xb6\x47\x58\xa9\x45\x5d\xb6\x7c\x42\xc3\x57\x8f\x9d\x61\xec\x23\xce\xea\x96\xb4\x42\x15\x3e\x78\xad\x29\x3b\xbd\x64\x31\x91\xeb\x35\x30\x36\x78\xab\xd0\x4e\x36\x62\xb1\xde\xa1\x8b\x8b\x7c\xc9\x32\x73\x04\xcb\x3d\x19\xc9\x11\xd3\xdb\xbf\x75\x69\x2f\xb1\x91\x3e\x98\x3a\xf2\x2f\xcc\x0f\xfe\x75\x71\x01\x71\x7f\x1a\xfb\x51\x47\x46\xf5\xe1\x0d\xc7\xef\x06\xb3\x5c\x13\xe5\x3c\x2f\x34\x55\x13\x65\x84\x2d\x3b\xdb\x80\x56\xd3\xe5\x50\x44\xb9\x1b\x4a\x5d\xab\xa1\x1a\xf4\xa2\x6c\x76\x40\x82\xb3\xa4\x9a\xf2\xa3\x25\x35\x8d\xcf\x7b\x95\x2d\x8f\x48\x33\x8d\x17\x41\xd0\x25\x05\x73\xc8\x57\x03\x77\xb5\xa1\x56\x8a\x63\x65\x82\x3e\x68\x16\xda\xe1\x38\xce\x8e\x2b\x30\x9c\x79\x81\x9e\x60\x61\x1a\xe6\x63\x89\x2e\xb5\x28\x15\xa5\x60\x44\x5c\x81\x5e\x70\x16\x44\x83\x6a\x3a\x57\x77\x3c\x4d\xdf\x04\x51\xa3\x88\x21\x62\xaa\x29\x6e\x72\xf6\xca\x05\xa1\xb3\xaa\x60\x3b\x7c\xed\xf4\x26\x7f\x71\x51\x0d\xda\x85\x95\x70\x15\x1e\x6f\xbb\xb2\xb8\xcc\x04\xa9\x42\x44\xf1\xa3\xba\xa0\xad\x06\x38\x62\x1e\xb0\xcb\xc1\xbf\xaa\x74\xbb\xf5\x3c\x55\x5d\x17\xb3\x06\x5b\x36\x2b\x00\xdd\xc6\xf9\xc2\xdf\x23\xab\xc5\x14\x1c\x99\x2a\xf3\x12\x50\x04\x4e\x14\x9c\x05\x9b\xd1\xb4\xb5\xa5\xca\x06\x0a\x28\x68\x35\x9b\x79\x70\xac\xda\xad\x01\x36\x15\x78\x67\xea\x7b\xd0\xae\xf1\xf2\x9a\x46\xaa\xd0\x11\x21\x9e\x4d\xdf\x6a\x1c\x52\x69\x45\x9b\x86\xd8\x36\x4e\x9e\x00\x47\x4c\x23\x21\x90\xc2\x26\xca\x17\xa0\x72\x02\x4c\xe5\x30\xb6\x9a\xaa\xea\x42\x19\x36\x43\xb0\x60\xd8\xfa\xe4\xfb\x21\x10\x63\x7d\xde\x1b\xda\xf2\x60\xd8\x2c\x5f\x18\xf8\x65\x15\x6e\x68\xf9\xde\x83\xfd\x50\xc5\x8e\xc6\x7f\x82\xf7\x00\x87\x20\x5c\x91\x8a\xdc\x1f\xc1\x23\x96\x3a\x8b\x1a\x2b\x54\x8b\x88\xab\x50\x08\x97\xd8\xb4\x6d\x82\xf0\xd7\xea\x00\x78\xe6\x44\x7c\x1e\x05\x34\xe5\x1f\xc2\x7e\x24\xf1\xec\xae\xca\x76\x6d\x5f\x3b\x40\xe1\xdb\x5b\xff\x67\xa9\x23\x7f\xbb\x3c\xcb\xb3\x60\xcb\xc0\x66\xfa\xf1\x05\x73\xf6\x6e\x35\x7d\xf8\x1b\xc8\xbc\xa3\xa5\x55\x3b\x2b\x5d\x78\xa7\x02\x3c\xf6\xb2\xd9\x9b\x3c\x93\x1a\xf5\x86\xe7\x4e\x5f\x3a\x59\x6d\x75\xdb\x59\x5b\x65\xd5\x76\xb7\x1c\xeb\x18\x91\x7a\xd0\xfc\x96\xcd\x0e\xd6\xd5\x94\xfb\x9a\xa1\x57\x0e\x69\x4d\xbb\x06\x4e\xe0\x11\x2a\xef\x6c\x43\x5f\x88\x7d\xc2\xb9\x37\x6e\xae\x7f\x02\x34\x6c\x2c\xaf\xdb\xa3\x75\x35\x10\x70\x33\x7c\xd4\xd0\xad\x19\xa0\x38\xa3\xb7\xe0\x80\xd6\xb5\xf8\x2f\x80\x15\xd7\xcb\x93\xa0\xca\x56\x4b\x2a\x7b\x47\x42\x83\xaa\x32\xdd\x45\x7c\xc2\xc0\x53\x48\xab\x45\xb8\x5e\x3d\xad\x56\x90\xd5\xc4\xcd\xab\x1f\x4a\x49\xd7\xdb\x75\x5b\xe3\xff\xba\xce\xea\xce\x3d\x90\x06\xc3\xd7\x6f\xa3\x2c\xbb\x0d\x1e\x1f\xc0\xa9\x83\x6f\x80\x0f\x71\x16\x8c\x3e\xa6\xa9\x12\x93\x7c\xeb\x6b\x83\x89\x54\xb7\xed\xa5\xa1\x86\x53\x34\x9b\xbd\xd9\x10\x6c\xc7\xdb\xed\xaf\x6e\xcb\xab\xeb\x3f\x64\x7c\x64\x77\x1a\x5f\xbe\x5e\xf1\x74\xc6\x04\xfd\x01\x85\xff\xbf\x3e\x26\xbc\x41\xde\x3e\xf4\x9f\x14\x86\x70\xf3\x3e\x67\x8e\x44\x29\x82\xe0\xc9\x60\x97\xbf\x5d\x7e\x3f\x2b\x3f\x48\x05\x22\x58\xbf\x65\xb0\x52\xe9\x76\xcd\x9b\x79\xec\x5c\xf1\x0c\xf6\xa5\x7b\x4a\x97\xbd\x5e\xcc\xc6\xd2\x7b\x95\xde\x94\x65\x15\x5b\x14\xbf\x80\x85\x7f\xaa\x3b\x27\xdf\xdb\xcf\x53\x5d\x3b\x79\x1e\x81\x36\x20\xee\xad\x27\x9e\x6a\x40\x8d\x61\x67\xf4\xb2\xf6\x7a\x20\x72\xdf\x46\x38\xe9\x92\xbb\xbb\x5a\xdd\xa1\x81\xda\x03\xa6\xdc\x2b\x6f\x6c\x02\x60\x76\x26\x5e\xa1\x3e\x02\xec\xae\xfd\x9a\x39\xfe\x1a\x0f\x02\xbb\x6b\x7f\xcf\x10\xea\xc9\xad\xd4\xe9\x57\xf4\xc4\xfc\x1e\x50\x1a\x1e\x12\xc3\x0d\x4a\x1b\xe6\x18\x56\x52\xd6\xeb\x40\x83\x47\xa7\xfa\xda\x1d\x86\xb3\x0f\x5a\x36\xe6\x21\x76\x64\xea\x04\x56\x08\x12\x2d\xad\xfc\xf1\x5f\xd5\x23\xfe\x0a\xaf\x29\x35\x17\x87\x55\xb3\x3d\x2f\xaf\xe4\xbf\xf0\x3f\x28\xfd\xfe\xca\x62\xf2\x8f\xff\xc5\xd1\x0a\x56\xd4\x39\x12\xad\xbf\xe5\x10\x35\xb9\x74\xcb\x6b\xa2\x02\x32\xff\xa1\x5a\x8e\xc5\xc4\x30\x9f\x7a\xa2\xad\xca\x85\xfd\xed\x20\x8c\x64\x76\xd9\xbe\xdb\x22\x92\xae\x85\x9e\xe0\x96\x16\xc4\x6c\x92\x6c\xcf\xfe\x4a\x40\x19\x56\x37\x5e\x48\x00\x58\xd4\x50\x2f\xcc\x83\x88\xff\x16\x98\xe8\x46\x72\xcd\x92\x19\x88\xca\xbe\x0a\x3c\xba\xfa\x32\xe1\x69\x14\x3f\x05\x54\x62\x04\xfd\x26\x28\xb8\x05\xee\x95\x32\xcb\xc0\x0a\xb3\x9b\x20\x0e\xe6\x56\xe1\x85\x4a\x07\xd4\xab\xf6\xf1\x27\x46\xf7\xfe\xfc\xd7\x17\xcf\xbf\x7d\xf1\xed\xb7\xe4\xff\x6d\x3d\x34\x4e\xb1\xbe\xdb\x8d\x18\x00\xd4\x1c\x1f\x17\xbc\xe7\x76\x94\x9b\x8e\x27\x1a\x30\x06\xe1\x59\x7f\x29\xf4\xe1\x69\x10\xa4\x83\xe6\xac\x1b\x81\x6f\x87\x88\x5a\xb6\x9d\x6c\xb5\xb8\x64\xc2\x69\xed\xcb\x6e\xb7\x92\x26\x0e\x5c\xcf\x5a\x19\x17\xbc\x17\xd4\x55\x76\x82\xa7\x4a\xa5\x63\x91\x2f\x22\xa9\x9f\x19\x31\x7d\x9a\xe6\x99\xd5\xec\xfd\xa5\xf0\x1a\x47\xea\x4f\x7d\xd6\xbd\x66\x3a\xe8\x30\x9e\x90\x8c\xb2\xfd\xec\xa5\xd6\x95\xf7\x9e\xc5\xaf\x98\x8c\xb2\xd8\xbd\x7c\x80\x64\x2e\x5f\xd6\x52\xaf\x7a\x38\xf9\xf2\xde\x7a\x7a\xb8\x13\xbc\xa2\x18\x14\x98\x8f\x5a\x58\xa6\xed\x1d\x9c\x35\xb8\x79\x27\xde\x19\xb4\xf4\xd3\xa8\xc4\x57\xd1\xce\x65\x9e\xa7\x2c\xc9\x3a\x23\xf8\x72\x3e\x7c\x46\xb6\x02\x64\xe8\x85\x1d\x29\xd2\xe7\x9b\xe1\x0e\x1d\x38\x8f\x5e\x38\xed\x0f\x89\xbc\xee\x27\x97\x85\xe3\x06\x76\x22\xf1\xea\x27\x16\xb7\xb4\xb3\x79\xd3\xe0\x70\xb3\x89\x64\x1c\x7b\x93\x84\x79\x9d\x26\x77\x11\x23\x35\x6f\xb8\x66\x32\x7a\xbc\x66\x20\x7a\x0d\xfd\x0a\x6a\x6c\x2f\x07\x66\x11\xfc\x01\x29\x50\xae\xc6\x52\xf1\x9b\x93\xe5\xb2\x5d\x2c\xb8\x73\x21\xe3\xd5\x7a\xf9\xf2\xf9\xfa\xc5\x06\xf4\xa0\x9f\x54\x95\xa9\x0a\xe0\xd7\xac\x15\xae\xac\xc9\x3f\x18\x0e\x47\xcf\x31\x0f\x43\x24\xda\xac\xe1\xdf\x5a\xf5\xcb\xdf\xde\xfb\x8b\x5d\xbf\xa6\x18\x1e\xb8\x9e\xce\x10\x5e\xf3\x6c\xbf\x18\xf5\xea\x96\xf9\x0c\x82\x30\x55\x96\xfe\x7f\x32\xb4\x65\x35\x49\xcd\x87\xd2\xab\x84\x07\xb3\xd6\x35\xb7\x17\x18\x59\x15\x80\xf2\x0e\x13\xbe\x1c\x1c\xe8\x61\x8d\xff\x47\x4e\x46\x75\x6f\xf7\xfa\xd9\xfe\xb9\x3d\x38\xf8\x66\x3d\x1c\x86\x47\xb3\x3d\xb4\xef\xe5\xa0\x04\x81\x0f\xdb\xe6\xad\xbf\x74\xfa\xda\x35\x1d\xfd\xa5\x6b\xba\xb2\x0f\xf3\xec\xd5\xab\xe7\xfa\x31\x5e\x27\xed\x46\x2a\x2d\x7e\xca\x66\x30\xdc\x11\x34\x08\x2d\x58\x95\x1a\xc6\x35\x81\x3c\x0f\xd2\x68\xfd\xf8\xc1\x56\x16\x0f\x0b\x6d\xe5\xca\xb0\xf5\x94\x65\x6a\x30\x9a\x03\x23\x7f\xdf\xaa\x63\xe5\x6b\xf1\x58\x4e\xcb\x6a\x4d\x15\x4b\x2a\x36\x0c\x83\x4c\x36\x18\x47\xa8\x72\xe8\x4c\x98\x91\x01\xd9\x1d\xc6\xfa\xfd\x56\x86\x4e\x9d\x7c\xaf\xa5\xba\x74\x8d\xfa\xb1\xc4\x03\xa6\x48\x37\x20\xa5\xca\xfd\x48\x32\x20\xcc\x86\xf4\xd8\x6e\x67\xb4\x2c\x87\x07\x73\x13\xd5\xbd\xf4\xb4\x3d\xc2\x52\xdb\xc6\x80\x14\x3f\x9b\xe6\x33\x36\x7b\xb7\x58\xb0\x19\x2f\x5b\xb5\x95\x5b\x50\x07\xbb\xae\x91\x8f\x2b\x5f\x5b\x62\x6b\xcf\x68\x2f\xa5\xa8\x80\x55\x68\x0c\x53\x42\xc7\xba\x7c\xa0\xb1\xa5\x31\x84\x6d\x4c\xab\x87\xd7\x23\x95\xa0\x8a\x34\x3a\x5a\xdb\xba\xd4\x8f\xa3\xb2\xac\x16\x66\x7a\x0b\x2d\x4a\x96\xbb\xea\xf8\x58\xd5\x2f\xde\x44\x60\x55\xda\xd9\xdd\xc5\xc1\x30\x76\x53\x27\xef\x2a\x0d\x2a\xd4\x59\xf3\x9b\x61\x35\x26\x36\x9e\x3b\x95\x12\x09\xa3\x0f\x7a\xb5\xb5\x1e\xb6\x53\xb6\x8a\xa9\x79\xc7\xaa\x6b\x42\x1f\xdf\x9e\xd4\xa7\xa1\x44\xf3\x54\x5c\x3c\x69\x95\x3d\xa0\x34\xcc\xb6\xc0\x17\xd8\xdf\x3d\xad\x62\xa8\x77\xa5\xe3\xba\x36\x01\xe5\x62\xd9\x1b\x12\x41\xe5\x2e\x6b\x6d\x6d\x4e\xe8\xe6\xea\xc1\x18\x16\xd7\x60\x4c\x15\x93\x79\x69\xc0\x8f\x8c\x56\xaf\x1d\xb1\x63\x8a\x3d\xa2\xf5\x0f\x8f\xe8\xdb\x68\x9f\x37\xfd\x24\xbd\x4b\xee\x8b\x53\x76\x9b\xa4\x7c\x96\x80\xd1\xb3\x75\x15\xcf\xbb\x5d\x8e\xd8\x6f\x2e\x92\x05\x6b\x50\x98\xf1\x54\x63\x6c\x54\x01\x2a\xbd\x78\x03\x46\x36\xe9\xe9\xc1\x68\x15\xf8\x52\xdf\x34\xdf\x46\xfa\xb2\xcf\x6c\x5a\xf5\x06\xe5\xa9\x1e\xb8\x41\x82\xf9\x82\x16\xea\xe3\x55\xdd\xdf\x11\xce\x87\xfc\x7e\x60\x86\x0d\xd5\x42\x3d\xc2\x28\x6e\x69\x6d\x85\xec\x20\xf3\x54\xb4\x14\x33\x3a\x2a\xf5\xa5\x9f\x03\x01\x8f\x97\xf5\x2e\xbd\xf6\x51\xb1\x4c\x0b\xc5\x6b\x81\x8b\xdf\xa4\x79\xdf\x94\xd2\x3d\x70\x02\xca\xac\x9c\x22\x6c\x1d\xe3\x23\x1c\x7d\x9e\xb2\x25\x66\x92\xfa\x51\x6e\xc3\x8d\x50\x78\x2b\x6a\xf4\x9a\x33\x5a\x32\x9e\x8c\x12\x14\x5b\x78\x76\xf5\xe3\x07\xfa\x07\x14\x4e\xfe\xe7\x36\xbf\x19\x56\x31\x39\x11\xed\xc4\x78\xcf\x48\x6a\xc3\xd9\x14\x32\x11\x8a\xe7\xd6\xc1\x5f\xa9\x20\x49\x5f\xac\x32\xc9\x17\x8c\x66\x24\xd1\x91\x6c\xe0\x75\xb1\x43\x12\xd8\x4a\x64\xfd\xd1\x27\x9f\xf9\x0d\xe6\x89\x82\x65\x34\x27\x89\x0b\x84\x93\xfc\x26\x9b\xef\x27\xb1\xdc\xd8\x47\x59\xbd\x0a\x34\x2d\x9e\xc4\x82\x17\x21\xe3\x9d\x3d\x8d\xf1\x2e\x02\x76\x3b\xab\x0f\xc6\xc3\xe0\x66\xe0\xa5\xd5\xcb\x62\xd0\x68\xb6\x5d\x42\x51\xf8\xf2\xd8\xac\xd6\x14\xc1\xe8\x0b\xe3\x16\x99\x68\x3d\x56\xc0\xe3\x9a\xb2\x31\x8f\xfe\xa3\xe1\xa4\x70\x0c\x7a\x04\x91\xa6\xd0\xda\xc9\x9c\x94\x82\x96\xdd\xef\x62\x29\x1b\x1e\x0a\xce\x84\x14\xf7\x1d\x82\x21\x29\x8a\xfe\x85\xfa\x07\x51\x35\xf1\x02\x58\x4d\x2c\x08\x07\x1c\x93\x7a\xeb\x7f\x6e\x4e\x42\x4e\x79\xf5\x24\xe4\x6a\x66\x5a\x9f\x8f\x7f\x41\x57\x8f\xea\x88\x79\x6b\x01\x3d\xa2\x4e\x60\xac\x9f\x99\x64\x72\x45\x70\x20\xf9\xe2\x92\x67\xec\x4c\x01\xf5\x38\xdc\x0e\x75\xe9\xf3\xa7\x6f\x9e\x96\x08\xe6\x65\x50\x50\x2f\x8f\x27\x8e\x20\x91\x2c\x8c\xba\x44\xcc\xbb\x8b\x69\x39\xb7\x45\x85\x24\x46\x05\x5c\xb0\x5b\x52\xb8\xc7\x2d\xa2\x8d\xcc\xf4\x96\xb7\xb8\x0d\xcd\x0d\x7e\x09\xe9\x0f\x46\x1d\x31\x5a\x41\x18\xe7\xcc\x10\xf7\xf8\x1d\xc7\x64\x4a\x97\xd2\x94\x91\x64\x45\xd2\x98\xcc\x35\xae\x79\xcf\xb3\x1b\x06\xf2\xa4\xd6\xd4\x60\x81\x28\x77\xbc\xae\x88\x1f\x84\x26\xbe\xff\x6e\xc9\xe6\x48\x62\x52\xac\x58\x0c\x0d\x99\x30\x5a\xa7\x07\x62\xe7\x36\x17\x03\x9b\xb1\xad\xa5\x21\x56\xbe\x9d\x3e\x4d\xdc\x8b\x33\x2d\x36\x84\x6f\xa2\xff\x64\x31\xf9\xaf\xc7\x85\x8a\xa8\x19\x6e\x70\xe6\x22\x11\x37\x10\xaa\x4b\xea\x97\x82\x77\xf0\x04\x48\x77\x86\x36\xe5\x2d\x4b\x99\x64\x36\x65\x91\x2c\x29\x53\x7f\x3d\x75\x53\x9e\x5d\xa9\x0b\xa1\xf7\x6c\x9b\xf8\x11\x5f\x18\x43\xba\xcc\x0b\xf9\x6a\x7a\x30\x3b\x8d\x83\x35\x7b\x6d\xfa\x22\x2b\x04\xaa\x3a\x32\xf8\x8a\x82\xab\xe5\xec\xca\x49\x8e\xf8\x41\x94\xd2\x7c\xcc\x27\x71\x0d\x2c\x1b\x79\x33\xd7\x81\xc3\x93\xfe\xed\xe2\x38\x17\x38\x79\x35\xae\x55\xac\x03\x89\x43\xb0\x20\x38\x7d\xde\xf6\xcf\xdc\xf6\xf3\xf8\x21\x1f\xb3\x09\x9d\x53\xee\x22\x9b\x10\x19\x13\xde\xbc\x95\xe5\x83\x65\x0b\xe3\x39\x98\x6f\xad\x3c\x77\x77\x74\x13\x93\x92\x5f\xc9\x39\xf1\x94\xd2\xcc\x56\x0e\xb4\x39\x43\x12\x1a\xc1\xa9\xd4\x45\x7e\xfb\xc8\x03\xa8\xda\x8c\xbc\xb4\xfc\x09\xe5\x63\x36\x21\x05\xe5\xe3\x6c\x82\x8e\x3d\x5a\xff\x11\x25\xa4\xb2\x0d\xd9\x41\xe3\xc2\xc7\x24\xd7\x8e\x8f\xa2\x44\xfd\x2e\xb9\xbe\x2d\x90\xa3\xc2\xa3\xd7\x40\x08\xab\xa1\x09\x2a\xc7\x6c\xd2\xf2\x8d\xd2\xa2\x98\xfc\x57\x24\xe2\xf0\x78\x9a\xbe\x44\x4c\xb0\xd1\xb6\xaa\x57\x39\xe3\xb0\x54\xb3\x3c\xab\xda\xbb\xe0\x49\xac\x87\xb7\x51\xb8\xe2\x88\x04\x5c\xb3\xe6\x59\xa7\x24\x67\x09\xd0\x0c\xa0\x0f\x52\x90\x15\xce\x30\xdd\x87\x28\xf7\x3e\x8a\xd1\x25\x4a\x28\x26\xe5\x85\xdc\xd5\xb4\x47\x0a\x77\x33\x08\x2b\x9e\x02\x36\xc6\x28\x42\x6c\x46\xb3\xfe\xbb\x8f\xef\xce\xdf\x1d\xbe\x27\xa9\x17\x19\x69\xa5\x2f\x41\xfa\x18\x8e\x32\xd7\x38\xed\xbb\x72\x88\x42\xe2\x68\xbc\x82\xa0\x4b\xd3\x49\x4c\xd2\x7f\x07\x26\xab\x32\xb7\x3b\x03\xef\x6d\xcf\x4e\x11\x46\x85\x11\x85\x70\x5b\x5c\x14\x27\x99\x5c\xc5\x44\xd5\xfd\x7d\x51\x62\xc8\x06\xd8\xee\x0c\x26\xf3\x47\x07\x71\x55\xcc\x08\x39\x0e\x40\xc0\xba\xf1\x38\x00\x81\x1a\x19\x26\x54\x82\x5e\x47\x41\x93\x1a\xbf\xd9\x89\xef\x74\x36\xca\x2b\x8a\xf4\x05\xc9\x3d\x62\x0c\x17\x7f\x05\x58\xed\xbf\x90\x9b\x20\x45\xdc\xc2\x80\x53\x26\xce\xd4\xd9\x7d\x36\xbd\x16\x79\xc6\xbf\x30\x11\x3d\xc8\x44\x28\x7a\x7c\x45\xec\xa4\x46\x62\x13\xf7\x8b\xfb\x6c\x6a\xd5\x28\xc3\x3e\x03\x9f\xd3\x45\xbc\x61\x35\x61\x19\x03\x3b\x44\xb5\xa4\x21\xe8\x6d\xba\xed\x7a\x49\x44\x0d\xe9\xa0\xf1\x3e\xe1\x0a\xd3\x97\x2d\x1c\xa2\x0c\x70\xbe\x75\x5d\x59\x35\x38\x08\xdc\x61\x6f\xec\x29\x77\x14\x01\x86\x05\xb5\x48\x56\xca\x27\x20\x59\xeb\x6e\x88\x19\x5a\xe8\x7b\x20\x8d\x2c\xae\xd5\x3c\x0c\x65\xfa\x99\x6b\x1b\xd6\xac\x67\xed\x6c\x0b\x4f\xb5\x44\xd3\x15\x0c\xf9\x95\x2f\x0b\x2b\xfd\x36\x4f\xe8\xa6\x4d\x6c\x50\x2b\x0c\x80\xfa\x9f\xdc\x46\xdb\xd5\xce\x54\x7b\xdb\x2b\x27\x57\xd9\x45\x0d\x1f\xc5\x96\x75\xf5\x9c\x39\x79\x1c\xbf\x31\x09\x95\x25\x5a\x44\x78\x4f\xa2\x05\xdd\x4a\x90\x08\x26\xca\x86\x30\xe6\xd8\x45\x0e\xe0\x1c\x3c\x94\xa5\x05\xa3\x9d\xe1\x66\xc4\xe2\xaa\x04\x43\x38\x09\x86\xec\x76\xad\x12\x96\x3a\x83\x3c\xb0\xee\x2b\xa3\x55\xb8\x8a\x7f\x00\x97\x6f\xa4\xda\x9d\xba\x78\x8e\xfa\xd4\xf4\xf6\x13\x1f\x5f\x9b\x38\xc1\xa7\x3e\xc6\x16\xbf\xe9\x09\xb6\x28\x3d\xbc\x6e\x3d\x3e\x22\xbf\x83\x30\x9d\xed\xe2\x3a\x5f\xa5\xb3\x76\xc6\x6e\x99\x68\x5f\x83\x86\x44\x07\x49\x81\xa7\x71\x85\x5a\x3d\xc1\xb1\x78\x5a\x3e\x80\xc0\xe0\x94\x15\xab\x54\x52\x81\x51\x2c\xb2\xa6\x03\x17\x88\xd4\x3d\xbb\x80\xbc\xd0\xbe\x0e\xf0\x6d\xd5\x68\x7d\x26\x0b\x85\x5b\xd9\x5d\xbb\x90\x9e\xd1\x46\x01\x49\xa9\xdc\xe6\x40\xa1\x24\x96\xf7\x5d\x69\x2d\x7b\xc3\x40\xbe\x87\x31\xac\xa1\x02\xfa\xcd\x2d\x0d\xa9\x92\x85\x83\x28\x27\x83\x57\x00\x26\x03\x51\x35\xb1\x91\x8f\xbd\x69\xb3\x96\x87\x8f\xa0\x73\x40\x47\x3a\xb0\x25\x84\xeb\x5c\xee\x26\xbd\x61\x2b\xc7\xf6\x20\x5e\x40\xe2\x1c\xfc\xae\x68\xb1\xab\x2d\xf9\xbd\x41\x9a\xa2\x2b\x13\x51\x27\xf5\x0c\x77\x0a\x32\xa5\xc2\xf4\x30\xa7\xab\xdd\xe7\x7f\x9a\xb6\x5c\x9d\x39\x99\xa2\xc7\xc1\x7e\xb2\xc5\xd4\xc8\xf5\x95\x48\xed\x77\x40\xb0\x24\x4d\xf3\x69\xa3\x40\x15\x84\x76\xf0\x54\x38\xe8\x76\xb5\xe8\x2d\x0c\x66\x1e\xb6\x6c\x15\x2b\x61\x55\x38\x15\xfd\xcb\xa4\x60\x3d\x46\x72\x3b\xfc\x5e\xe6\xc2\x96\xe7\xaf\xe8\x60\x3f\xdf\xdd\x8d\x51\xb4\x1f\xe5\x3d\xac\x40\xf2\x1e\x8f\x5b\xba\x32\x65\x24\xb3\xbf\xa4\xda\x7e\xca\x36\xe0\x34\xa1\x2c\x0d\x36\x20\xdd\x6a\x41\x79\x53\xc6\x3e\x0f\x66\x72\x54\xce\xd1\xcd\x28\xbc\xed\x6a\xe2\x99\xd2\x95\xe6\xba\x12\x26\xda\xf2\xfe\x0b\x0e\xd7\xb2\x7a\x45\xb1\x58\x6b\x15\xad\x61\x03\x63\x55\x6c\x77\x03\xf2\xc1\xb0\x98\x7a\xc9\xcd\xdb\xa6\xb7\xe0\xa0\x93\xb7\xcc\x97\xf0\xf8\xb6\xcd\x2b\x43\xd2\xa4\xd7\xe8\x13\x70\xe7\xc9\xd5\x15\x9b\xc5\xd1\xb8\xbc\x75\x6e\x8a\x93\xd8\xea\x4c\xaa\x75\xdf\x2a\x7b\xd4\x77\x49\x95\xb3\x95\x9e\xf0\x9a\x57\xd9\x99\x5e\x65\xd9\x7b\xcf\xff\xe4\xf7\x80\x89\xee\xe9\x8f\x3f\x0d\x27\x42\xd4\xd3\x0a\x90\x0a\xe0\x93\xf0\x77\x8b\x66\x5f\x11\x0d\xf5\x01\x1a\xf0\x0f\x87\x09\xce\xeb\xfa\xaa\x9c\x37\x13\x33\x58\xe3\xf6\xfc\x11\x50\xab\x56\x96\x0e\x82\x21\x0e\x48\x2d\x10\x06\x1e\xc5\xfb\x14\xc6\xed\x0c\x2a\x5c\x61\x94\x98\x3a\x68\xcb\x2b\xd0\x36\x7c\x59\xb3\x8a\x54\x6a\x28\xb2\x6e\x28\x17\x35\x91\xc9\x2b\x83\x10\xfd\xa3\x0f\x9f\xce\x7f\xba\x38\x3c\x3d\x3d\xfc\x69\x43\x78\x1d\xb4\xe5\x4f\xec\x97\x13\xf0\x99\x71\x10\xfd\xc6\xee\xe3\x51\xf4\x94\x35\x53\xa4\x6d\x19\xa6\xfa\x94\xb7\x82\x55\xc2\xbf\xb8\x06\x00\x22\xe4\xb4\x1a\x14\x83\xf5\x9a\xbd\xa2\xe2\x60\x3e\xca\xd0\xe3\x22\x10\xf8\xbc\x0e\x84\x79\x40\x25\xf1\x80\x0a\x92\xf3\x76\x74\x50\x7b\x29\xd8\x92\x05\xce\x13\x1d\x96\xd4\x70\x04\x34\x44\x06\x01\x1f\x06\x83\xce\x82\x41\x73\x7f\xd0\x6e\xc9\xc5\x6e\x69\xd5\xb3\x9e\xb4\x1e\xa8\x72\x05\xba\x5f\xca\xfd\xbc\xd7\x8b\x39\xfa\x4c\x54\x78\x25\x8f\x21\x7a\x5f\xeb\x49\x27\xf2\xab\xc1\x99\x07\x35\x55\xdb\x76\x81\xd7\xeb\xc8\x4b\xa6\x75\xf0\xae\xbc\x80\x0a\x8c\x18\x80\xe5\x92\xb7\xf6\xe8\x8a\xb5\x30\x2a\x68\x05\x57\x92\xc6\x35\x6e\x55\x1b\xa1\xfe\x73\x68\x24\x88\xe8\x65\x36\x30\x15\x73\x80\x2e\xd9\x0a\xe8\xaa\x2f\xb7\x06\xed\x90\x32\xfc\xf3\x7b\x0e\xb6\xf5\x31\x35\x08\x16\x95\xee\x56\x70\x95\xc8\x60\xbb\xae\xc2\x16\x92\xc4\x8d\x48\xfb\x6b\x6c\x80\xb3\xe5\xd2\xfd\x45\xb2\xf4\xdc\xaa\x9f\xcc\x6b\x3d\x50\x7a\x9b\xe3\xaa\x86\xd7\x15\xc2\x77\x6a\x74\xe5\xbb\x1d\x59\x99\x80\x7c\xd6\xde\x72\x99\x88\x82\xbd\x03\x1b\xcc\xe1\xc0\xa1\x7e\x75\xb3\x33\xbc\xd9\x72\x9c\xb9\x39\x9c\xcc\xeb\x26\xcd\x2c\xf0\xc7\xad\x2d\x7e\x33\xec\x2f\x5f\x25\x9d\x0a\x9e\xd6\x43\x48\xa7\x73\x12\xf9\xb1\x9a\xf7\x6f\x45\x09\x4d\xa0\xf7\x37\x0e\xb5\x1e\x5f\xe8\xc7\xca\x27\x0d\x2c\x03\x9c\x91\x19\x9c\xf1\xfb\x8e\xcf\x22\x94\xf2\xc6\xe4\xa6\x3f\x6c\x90\x97\x1a\x01\x2c\x33\x0a\x8a\x78\xfb\x69\x4a\xf1\x18\x00\xfe\x75\x52\x67\x8c\x0a\x31\x7e\x2c\x0d\x52\xd8\x60\x3f\x0c\xea\x54\x95\x46\xca\x8e\x02\x06\xa1\xa3\x00\x0f\x74\x21\x4c\xe3\x34\x92\x07\xae\x7d\x24\x68\xf4\xc8\x62\xaf\xb7\x96\x19\x0e\x60\x66\x83\xea\xd0\x17\xfa\x63\xa8\x6e\x55\x46\x75\xd0\x55\x2d\xd6\x5b\x30\x71\x55\x27\xf9\xde\x86\xf3\xb0\xb5\x66\xa4\x07\x01\xe8\xa1\x50\x4b\x07\xe4\xe4\xc5\xb1\xc8\xbf\xb0\x2c\x12\x71\xb7\x0b\xd0\x55\xd7\x03\x20\x3b\x9e\x38\x57\x8c\xe8\x00\x52\xfa\x9e\x1f\xf3\x71\x32\xd9\x87\x75\x10\x76\x7d\x8a\x18\xdc\xac\x69\xbd\xd9\x22\x56\xf8\x1b\x4c\x23\x7c\x28\x98\x4c\xe2\x78\x13\x9e\xd9\x27\x5c\xf7\x9a\x23\xb5\x51\x2b\x25\xf3\xb3\xfb\x4c\x5e\x33\xc9\xa7\x1f\x03\x4f\x55\x3e\x44\x42\xfd\x9c\x61\x8c\x15\x0e\x65\x43\xc9\xce\xff\xed\xf4\xd8\xef\xc8\x7e\x54\x76\xd6\x5a\x69\xa9\x39\x6c\x45\xc3\xb8\x4f\x35\xa8\x1f\x97\x23\x58\x0c\x87\x29\x4a\x8b\x11\xe0\x7f\x5d\x78\x6b\xaf\xba\x4c\x5d\xbf\x66\xe1\xbd\x51\xf8\xfd\xe2\x9a\xfe\xee\x04\xc7\x63\xc4\x67\x0d\xc1\x91\xf9\x04\x87\x24\xb2\x27\xea\x08\x8e\xd5\x23\x04\x47\x99\xae\xd0\xcb\x5e\x21\x32\x42\xbe\xca\x0a\x48\x70\x54\x8b\x64\xe9\xb8\x92\x06\xcd\xa2\xaf\x07\x77\x5b\x75\x76\x11\x08\x88\x0a\x45\x90\x51\xd9\x00\xc5\xb2\x83\xf9\x48\x00\x5a\xcf\xaa\xa4\x49\xc9\x33\xad\x06\x58\x35\xad\x07\xef\x4e\xe8\xf2\xde\x2a\x86\x72\x05\x34\xb2\x31\x1b\xf3\xc9\x84\xca\x31\x9f\x58\x0a\xc1\xac\xc2\xd6\x3b\xb7\x48\x96\x5b\x0f\xd0\x22\x59\xd6\x9c\x9c\x00\x1a\x7a\x67\xcc\xab\x15\x0c\xba\xe5\x7c\xe3\xaa\xc1\xcb\x60\xf0\x6c\x2c\x61\xf0\xd9\x98\x4f\x36\x35\xa7\x29\x7d\x84\xc6\xe1\x99\x64\x22\x4b\xd2\x1f\xd5\xbc\x7d\xe8\x66\x32\xce\x03\x1e\xa2\x11\x2d\x87\xd4\x07\x52\x4e\xff\x3a\x7d\xd3\xd8\x5d\x33\xe1\x13\x8c\xbb\x86\x27\x2d\x4d\xf8\x49\x5c\x71\x3d\x8d\x83\x83\xcb\x9f\xc8\x24\xff\x2b\xe3\x32\x14\x4a\xfd\x9e\xd4\x6c\xe1\xef\x44\xae\x34\x02\x3c\xc4\xda\x99\x7f\x9e\x39\xcd\xfc\x6b\x6c\x5c\x09\xfa\x89\x15\xaf\x82\x39\x05\x25\xfe\xe8\xf9\x9f\x38\x06\x5c\xb3\x9f\xbd\xa1\x4a\x28\xbc\x84\x3d\x22\x63\xdf\x67\x12\xa5\xb4\xc0\x50\x09\xe3\x82\x24\x24\x9f\x3c\x4e\xe5\x4c\x35\x95\xe3\x11\x37\x70\xdd\x8b\xed\x82\x3d\x2c\xb3\xed\xa2\x87\x3b\xf0\xdb\x91\x45\x79\x27\xcb\xf8\xe2\xf9\x9f\x6a\x31\xc6\xf4\xf1\x77\x3f\x3c\xab\xcc\x9f\x74\xe9\xb4\x1a\x98\xb8\xed\x4d\xea\xeb\x4f\xd4\x56\xb6\xb0\x5c\xdc\x87\xfd\x3a\xb8\xf7\xd8\x1b\xf0\xf8\xf9\x9f\x64\x6f\x6f\x42\xca\x49\xc3\x4a\xd2\x64\xa2\x39\xbc\x39\x5a\x04\xac\xe4\x76\x16\x3a\xbc\x6c\x64\x86\xb5\x92\xed\xb5\x62\x72\x8d\xe5\x78\xa5\xdc\x4c\x92\xb9\x24\x03\xf0\xb5\xab\x2b\x7c\x77\x46\xaf\xf1\x71\x67\xb9\x0d\xbf\x97\x54\x8e\xb4\xe7\x4f\xad\xd4\x19\xfa\xa6\x42\xbd\x63\xcd\xd0\xcc\xd0\x79\x00\x44\x36\x68\x50\x48\x2e\xb6\xe4\xd5\x28\xf5\x54\x0b\x4d\x93\xe9\x35\xfb\x4e\xe4\xab\x65\x51\xcd\x4c\x79\x81\x91\x4e\x9a\x7a\x1f\x78\x10\xab\x18\x7a\x1f\xd2\xcf\x91\x7e\xce\xad\x9f\x83\x1e\x77\xaf\x3d\x27\xa4\x2a\xa5\xa2\x60\xed\x17\x28\xe9\x5a\xd7\xad\x9b\x5b\x94\xd0\x8e\xa9\xb2\x9e\x5a\x41\xca\xa8\x68\x8b\x2b\x5c\x03\xe3\x60\x05\xad\x15\x55\xca\x17\x16\xfd\x5d\xcb\x73\x8c\x2e\x02\x0c\x94\xd9\xe7\xd5\x87\x19\xbb\x5c\x5d\xa1\x46\xd1\xa8\x86\x29\x48\xfa\x5e\x81\x28\xf7\x1d\x60\x42\x06\xa8\x55\x8c\x42\xd4\xa9\xeb\x68\x8d\x0b\x5b\x85\xc8\x78\xb3\xc1\x17\xfc\xbc\xee\x4a\xe7\xfd\x39\x93\xd3\x46\x5b\x16\x6b\x63\x38\xe6\xfd\x53\x76\xc5\x0b\xc9\xc4\x98\x4d\x26\xa0\x1d\x91\xe6\xc9\xac\x52\xb1\x54\xd0\xb7\xef\xd0\xaa\xd6\xba\xcb\x1f\x43\x7a\x2e\x94\x4c\x95\x5a\x31\xbd\x95\xeb\x18\xe8\x56\xe9\x54\x55\x68\x76\x9c\x8c\xa6\x4c\x9e\xa3\x56\x28\xde\xe4\xf9\x58\x97\xb6\x6e\x5b\x55\xe1\x7a\xb5\x07\x6d\x94\x66\x34\xda\xf3\x06\x7f\xc1\xda\x04\x13\xfc\xb3\x42\x31\x9c\xf8\x79\x63\x8b\x26\x3f\x28\xde\x68\xfe\x05\x1c\x1f\x58\x4a\x71\xd4\x36\xf1\xcd\x62\x33\xab\xad\xf5\xa0\x63\x20\xa0\x9b\x62\xb8\x06\x05\xff\xc2\x72\xc5\x29\x13\x7c\x46\x66\xd1\x83\x3e\xb2\x23\x49\x58\x76\x3b\xca\x36\xe4\x2d\xc6\x9c\x8a\x38\x59\xc5\xa0\x58\xec\x54\xaf\x96\x53\x9a\x86\x4e\x8f\x55\x4b\x5f\xa3\x6c\x98\xaa\x51\x97\x08\x43\x19\x28\xc4\xd3\x87\xfa\x47\xad\xf9\x86\x14\x4d\x19\xa0\x26\x55\x93\x95\x6c\x36\xa4\x78\x74\xa2\x73\x32\x88\x49\x42\xb8\x9d\x68\x2d\xb0\x6c\x9a\x11\xb8\x65\x2e\xb9\x82\xce\x63\x52\xd4\x39\x22\x0d\xdd\xc3\x9b\xf0\x57\x12\xf7\x86\xc8\x00\x24\x81\x87\xf8\xbc\xd6\x20\x47\x3f\x8d\xf9\xa5\x47\x15\x90\x16\xc5\xa4\x70\x39\x85\x49\x52\x53\x19\x79\x57\xd6\xbc\xb5\xb2\x78\xa3\xba\x83\x70\x05\x6f\x2c\x16\xa8\x1c\x41\x0f\x41\x78\xe6\xc9\x66\xb9\xa2\x58\xdb\xbd\xe3\xd0\xc1\x61\x7e\x7d\x63\x48\x59\x41\x38\xdb\xa8\x73\xf4\xf1\x6d\x27\x36\x8c\x9d\x6b\xcb\xea\x63\xfb\x7d\x82\xeb\xd2\x9c\xf2\x03\x4f\x4b\x88\xc7\x23\x63\xb0\x0f\x7a\x02\x38\x06\x52\xd0\x1a\xb5\x3a\xb3\x81\x85\x84\x84\x48\x1d\xf0\x98\xa0\x6a\xda\x69\x54\x10\x16\xb7\x4a\xbe\x88\x56\x24\x8f\x89\xd4\x0e\x33\xa0\xfe\x9b\x68\x15\x7b\x49\x78\x67\x59\x26\x6b\x35\x79\xca\x27\xc6\x7a\xd2\xb6\x0b\x6f\xe6\xa9\x91\x57\x11\xc5\x35\xee\x52\x61\xd6\xaa\xad\xff\xd0\xce\x8d\xcc\x81\x43\xd5\x16\x4c\x5b\x4e\x63\xa2\xe5\x59\x56\x2f\xcd\xf7\x53\x75\x94\x01\xee\x80\xf1\x6a\x85\xe1\x1a\xa3\xa2\x80\x6c\xcd\x2c\xd2\xcc\x8c\xa3\x91\x96\xef\xa3\x48\xcf\x62\x2f\xb6\x1e\x8a\xb6\xcf\xc2\x7f\xd2\x7f\x6c\x2a\x3c\x9c\x4a\x4e\x2a\xb7\xcf\x2e\xfc\x3b\xc9\x16\x75\xac\xa6\xa5\x59\xa2\xb8\xbf\x48\x96\xe0\xcd\x89\x84\xcb\xe1\xb5\x52\x71\x24\xfb\xb4\x2d\x1c\x34\x6d\xa1\xf5\x4e\xab\xd6\x2f\x0f\x30\x25\x63\x6a\x48\x4e\x63\xd3\x7a\x98\xaf\x75\x0f\x6f\xb4\xd0\x4b\x2b\x95\x98\x93\xcb\x64\x54\xd4\xec\x3c\xc9\xf5\xde\x87\xa4\x1b\x6e\xe4\x2a\x2e\x2d\xc4\x0a\x16\xc2\x7c\x56\x51\x55\x68\x2e\xd0\x44\x54\x1a\x99\xab\xd3\x14\x57\xab\xfb\x99\x57\xcd\x00\xfd\xc5\x2a\x79\xc8\xac\x6d\xd7\x79\x2d\xae\xc0\x9b\x06\xdd\x68\xdb\x77\xb8\xb1\x56\x67\x90\x5b\x33\xea\xf2\x02\x19\x42\xc6\xcd\xb9\x61\x3d\x70\x14\x01\x24\xb0\x6d\x35\x3d\xb3\x95\x3a\xb3\x7e\x97\x73\xa7\x45\xd8\x50\xb3\x6e\x5d\xbc\xea\x66\x45\x9b\xaa\xfb\xe4\xb1\x2a\x5f\x6c\x0b\x71\xe7\xd1\xcd\x5e\x17\x3e\x8a\x69\xaa\x59\xa5\xac\xbd\x06\xd4\xf1\x80\x0d\xaa\x34\x51\x4f\xad\x7b\xd8\x0b\xcf\x94\xc6\x2e\x2a\xf7\x6d\xc3\x60\x7c\xf7\x5b\x01\x4a\x34\x2d\xb4\xb6\x0f\xd7\xf3\xaa\x8c\x1d\x9d\xe6\xb9\x2c\x07\x10\x74\x36\x98\x6f\x75\x88\x4c\xdf\x4d\x41\xb7\x2b\xca\xc1\x07\x83\xb9\xc4\xf5\xcc\x89\x00\x17\xe6\xd8\x69\x43\xc4\xc2\x72\x15\x66\x88\xdb\xc7\x17\xd4\x9c\xea\x65\xbe\x6c\x5a\xba\xa6\x15\x31\x55\x1f\xf3\x60\xe5\x5d\xea\x8a\x93\x58\x3d\xd4\x47\xa2\x70\x9a\xcd\xd6\xc5\x22\x4d\x11\x6b\x19\xea\x71\x2e\x1e\x89\xcc\xe9\xd7\x87\x92\x06\x41\x37\x5b\xd1\x3a\xab\xd9\x86\xc8\x1e\x44\x76\xbb\x28\x59\x8a\xf7\x77\x8c\xf1\xb6\xa2\x3f\xa2\x38\x06\x9b\x8d\xfd\x78\xdf\x2a\x56\x82\x90\x02\xd7\xea\x73\x55\x1d\xda\xd0\x39\x2c\xbb\x25\x61\xc8\x0d\x83\x56\x6a\x2e\x79\x09\xbf\x9c\xe9\x17\x35\x8f\x2b\x28\x5b\xf1\x7a\x62\xb4\x1d\x4a\x73\x2b\xa1\x54\x65\x83\x98\x1c\x46\xa3\x97\x30\xfa\xa0\x66\x32\xda\x19\x12\x98\xc1\x08\x1e\x0f\x8c\x5c\x32\xb0\xd9\x76\x65\x07\xa6\xac\x42\x91\x12\x09\x5c\x0d\xa9\xb9\x07\xd5\xe3\x8d\xbe\x4c\xea\x4a\xd4\x1f\xbd\xc0\xc7\x43\x1d\x35\x2b\xa8\xf3\xdd\xb0\x2f\x5e\xd1\xc1\xbe\xd8\xdd\x0d\x28\x16\x2b\x0c\x80\xbd\xd7\xc1\x7a\xc1\x13\x04\x58\xe4\x47\x19\x29\xf3\xaa\xf1\x76\x05\x19\x28\xf9\x04\x9f\x19\x05\x02\xd4\x80\x3f\x09\x19\x3c\x2d\x55\xb6\xcf\x53\x01\x76\xef\x6c\xab\x19\x46\x5c\x61\x9b\xc7\x47\x13\xd4\xb0\x3d\x2e\xa7\x4f\x98\xc8\x72\xba\x75\x16\xcb\xa9\x37\x05\x91\x3c\xa1\x41\x91\x6c\x6d\x50\x24\x5e\x83\xf3\xea\x4b\x4b\xd5\x0b\xc0\x7c\xd9\xd0\xa0\x0d\x43\xe4\x1a\x2c\x9e\xd2\x60\xb1\xbd\xc1\xc2\x6f\x50\x5f\xd4\xad\xad\x1a\xdb\x5f\x5d\xd6\xd6\x65\xd9\xed\x93\xea\xb1\xec\xd6\xb7\x2d\x7f\x9f\xdf\xbd\x67\xb7\x2c\xfd\xf1\x03\x5d\xa2\x70\x71\xd1\x28\x5c\xd4\x03\xbf\x5d\xd4\xc7\x2c\x29\x83\x23\xbf\xf7\xdb\x85\x06\x67\x9e\x23\x85\xdb\xc7\x65\xce\x48\x40\x78\x8f\x25\xa7\x6c\x4e\xa5\xaf\xec\x70\x9b\x88\xf3\xed\x86\x5d\x28\x14\xac\x1a\x75\x49\x50\x55\x10\x93\xad\xd6\x29\x5b\xd5\x99\xae\x98\xfc\x31\x11\x51\xec\x74\x82\xaa\xb2\xea\xda\xf2\x41\x70\xe7\x1f\xeb\xd4\x8a\x35\x74\xf1\xe7\x6d\x7a\xb1\x9c\x2c\x2c\x4e\x18\xfe\xb9\x6a\xfe\x85\xeb\x43\x24\x5a\x88\xb9\x00\xb6\x6f\x8f\x8e\x0f\x7f\x78\x7f\x7e\xf1\xe6\xf0\xd3\xe1\xeb\x77\xef\xdf\x9d\xbf\x3b\x3a\xa3\x86\xe5\x7f\x9f\xdc\xe7\x2b\xa9\xa0\xaf\x4e\x38\x4f\xae\xd4\xd7\x52\xb0\x65\x22\xd8\xa1\xb8\x2a\xd4\x27\xae\xb7\xf9\xb2\x6e\x63\xbf\xcf\xf3\x1b\x05\xe5\x35\x32\x31\x9f\x81\x38\xc1\xd6\x46\xfa\x45\xe5\xe3\xb0\xb1\xb4\xc9\x85\xd8\x7f\xd9\x54\x95\xdf\xb4\x58\xff\xc3\xbb\x8f\xef\x3e\x1c\xbe\xdf\x3e\xe8\x61\x30\xe8\x61\x38\xe8\x61\x30\xe8\xe1\x57\x0e\x7a\xb8\x75\xd0\xc3\xca\xa0\x87\xa8\x56\x77\x25\x69\xe7\x9b\xde\xe5\x68\xf0\x4d\xc7\x85\x91\xbf\x97\x81\x12\x47\x96\xcf\x18\x0a\x27\x29\xbd\x92\x1b\xd6\x3f\x3b\x3a\x7d\x77\xf8\xfe\xdd\x7f\x1d\x9e\xbf\x3b\xf9\x78\x71\xfc\xee\xf4\xec\xfc\xe2\xe3\xc9\xdb\xa3\x8b\xb3\xf3\xd3\x77\x1f\xbf\xa3\x57\x78\x0d\x2e\x1b\x0c\x2f\x45\xe4\xdb\xbb\x9a\xe3\xc1\xcb\xb6\xfd\xa1\x27\x08\x9e\x5d\x01\x42\x7d\xcb\x96\xa0\xb9\xc2\xfb\xd3\x24\x9b\xa1\x07\x11\x10\xa3\xf3\x3e\xcf\x7e\x81\xd8\xf8\x27\x0b\x2e\x25\x43\x8f\x81\x3b\x43\xc2\xfb\x36\x6c\x87\xae\xbc\x3b\x24\xfc\x09\x31\xf8\xfe\x1e\x93\x8b\xa7\x4d\x81\xcf\xa3\xea\xf8\x49\x66\x67\xb0\xca\x16\x89\x9c\x5e\xb3\x99\x75\x7f\x5c\x98\x41\x5f\xba\x71\x0d\x48\x56\xf5\x98\x76\xca\xae\xef\x67\x18\x2b\xa3\x7d\xc7\xe5\x75\xdb\x33\x9b\x6b\x83\x3b\xb5\xd5\x72\x99\x0b\xc9\x66\x9d\xd8\x53\x9f\xe5\x06\x15\xbe\x01\x7f\xc3\x86\x7a\xf2\xdc\xc4\xef\xef\x68\x37\x77\x34\x5f\xaf\xef\x64\x94\xc7\xdd\xee\xbd\xfa\x17\xef\xc7\x39\xcd\x7d\xa7\xc4\xee\x5d\xdb\xad\x79\x4e\xf8\x6f\xf3\xa1\xd1\x18\xf0\xe1\xb6\x14\x4f\x06\x16\x85\x60\x30\x8a\x4b\x8c\x6e\xe1\xb9\x25\x1c\x8c\x84\x93\x92\xf9\x53\x6d\xf1\x6e\xd7\x1b\x68\xb7\x1b\x65\xde\xb0\x7d\x47\xf9\xc1\x19\x62\xa1\x5f\x7b\xd3\x6e\x29\xfa\x84\x8e\x0b\xc2\x12\xf1\x81\x17\xb0\xa7\x75\xba\x62\x36\x4e\x4a\x38\x2e\xf4\x2b\xb8\x43\xa9\x0d\xc8\x24\x4a\x47\x13\xca\xbc\xa2\xa2\xe6\xc8\x83\x2b\xd5\x7d\xd9\xed\x46\x3b\x77\x32\x92\xf1\x7a\x7d\xa4\xfe\xed\x50\x9a\xc5\xfb\xb1\xd5\x0c\x01\x6b\x6b\x89\x8e\xed\xda\x50\xc5\x18\xd6\xd4\x14\x12\xfe\x9c\xa9\x04\xab\x17\xff\x4e\x6d\xb6\x44\xbd\xa9\xda\x37\x56\xa6\x59\x7a\x24\x76\xb3\x2c\x7d\xf7\x7a\x2d\x63\xab\x65\xfb\xaf\x59\x2d\xa2\x6e\x98\x39\xc7\x32\xb9\xfa\x98\x2c\x58\xeb\x4e\x82\x0e\x5d\x04\xca\x6f\x16\x50\xf5\x61\x6b\xa2\x67\xff\xfd\xcd\xcf\xbd\xcb\x51\xf4\xf3\xac\x17\x7f\xf3\x87\x67\x71\xdc\xed\x66\xe3\xe1\xe4\xe0\x23\xb8\x43\x8c\xd4\xef\x18\x48\xfd\x18\x9e\x64\x23\xaf\xff\x60\xa9\x44\x4c\x58\x19\x88\xc8\x78\xd4\x39\x7f\x77\xfe\xfe\xa8\x83\x3e\x93\x3a\x67\x6f\x4e\xdf\x7d\x3a\xb7\x5f\xe7\x3f\xd9\x2c\x5c\x24\xff\xd0\x40\x80\xd0\x6d\x71\x83\xbe\x66\x75\xcb\x43\x2b\x2f\xef\xee\x6e\xcd\xf2\x7a\x71\x99\xf4\x12\x1e\xa9\x7f\x5f\xbd\x0e\xbb\xbb\xda\xbd\x40\x79\x7e\x35\x4b\x46\xcb\x07\xa1\xdb\x6d\xec\xaa\x74\x1d\x6b\xba\xdd\x34\x87\xdd\x08\x81\x89\x9b\xb4\x61\x53\xd7\x6b\x9f\x36\xf4\xdb\x28\x19\x49\x37\x85\xa9\x08\x3b\x40\xcf\x0a\x3a\x04\x02\xe8\x86\x78\x17\xdc\x33\xe1\x04\x93\x35\x67\x9c\xa9\x85\xda\xa5\xe8\x1c\x59\x18\x37\x00\xbc\x8e\xf0\x7c\x55\xd8\xa5\x48\x82\x75\xca\x42\x79\x8e\x4e\xe5\x31\xd1\x1b\x9c\x74\xbb\x67\x32\x4a\x62\x6b\x68\x5c\xbb\xda\x89\x2d\x1f\x16\xaa\x3d\xbb\x61\x91\x38\x26\x79\x1d\xc5\xed\x2f\x5c\x65\x55\xb1\xdb\x5a\x35\x5b\xb4\x96\x55\x2b\x04\x5c\x6f\x0d\x16\x92\x81\xb5\x3b\xa0\x6a\x92\x05\x9b\xd0\x74\x93\x7c\xe0\xc2\xba\xdd\x13\x88\xf5\xe0\xb1\xde\x00\xb8\xfd\x2e\xf7\x45\xb7\xbb\x73\xa2\x2e\xc6\x7e\x2c\xa8\xa8\x1b\x4d\x6d\x80\x15\xa7\xc7\x02\x60\xb4\x31\x42\x4d\xd3\x41\xc5\x23\xc4\xe7\xd1\x73\xd0\xf2\x55\x70\xed\xfc\x7e\x69\x0d\x08\x3c\x48\x87\xe6\xce\x91\x97\x42\xcd\x23\xbf\xdb\xea\x60\xe0\x04\x80\x88\xba\xf8\x35\xbc\xc0\x5f\x29\xa5\xcc\xf6\xd7\xed\x76\xbe\x59\x7f\xd3\xb1\x69\xd0\xfe\x26\x52\x94\xd9\x99\x5a\x14\xab\xf2\xb4\xb5\xbf\x12\x04\x81\xcf\x20\x7e\x87\x84\x3b\x83\x2d\xfa\x32\x0d\x5b\xa7\x55\x6a\x3f\xf3\x9f\x61\x5c\x90\x33\x1b\xb1\x47\x7e\x4d\x54\x1b\x1d\x6d\x23\x98\x49\x09\x96\x91\xba\x83\xad\x7a\x0b\x0f\xf6\x96\x5b\x50\x2d\xbc\x2d\xc2\xc8\x63\xf0\xab\xdb\x05\x98\x7d\x10\xfd\x8b\x07\x21\x1e\x45\xa2\x01\x3d\xd5\x4e\x59\x0f\x34\x98\x48\xbc\x25\x1c\xdd\xb6\xe3\xdd\xed\x7e\x46\xbc\x13\x12\x81\xea\x66\xa2\xe6\xd4\x32\x99\xb2\x1f\x4e\xdf\xa9\x0b\x60\x0f\x3e\x33\x78\x5f\xe1\x92\x56\x5d\x62\x5f\xe6\x3f\x2c\x97\x4c\xbc\x49\x0a\xc5\xf5\x82\x37\xc6\xe0\x94\xd6\x91\xe2\xe3\x09\xaa\xa2\xe1\xc4\xbc\x10\xe7\x45\xac\x6f\x0b\x0c\x4c\x0f\xb8\x73\xfe\xfa\xe4\xed\x4f\x1d\xb8\x99\xba\xe7\xa0\x87\xc6\x80\x75\x21\x45\x5e\xcb\xad\x18\xf3\x96\x20\x1e\xa0\x79\xc5\xac\x90\x10\xb5\x07\xce\xab\x59\x73\xe2\xea\xe3\xc9\x54\xfd\x0f\xd5\x2c\x93\x5a\x08\xab\xbe\x75\x28\x23\x78\x5e\xe5\xf3\x28\x8f\xad\xba\xcd\xad\x3e\x89\x0a\xba\xe8\x2f\x2a\xb4\x13\x74\xde\x2f\x96\xf0\xec\xcc\xad\x4e\x5c\x1e\x93\x61\xc3\x2c\xfc\x71\x56\xd8\xaa\x2d\x91\x6c\xbc\x68\xa7\xdb\xe6\x61\x27\x7b\x08\xa2\xd1\x18\xe7\x66\xd9\x1c\x7f\x1e\xbc\x34\x8f\xcc\xcc\xc3\xe9\x7e\xf2\xad\xf3\x30\x83\x2c\x71\xb7\xdb\xa2\x15\x3e\x7d\x16\xa1\xf2\x74\xe6\x2b\x4f\x3b\xb9\xb0\x0e\xa4\xa3\x01\xaa\x0b\xd0\x93\x8d\xf9\x04\x2e\x9b\x3e\x60\x4d\x6c\xea\x06\xb8\x89\x70\x62\xfe\xc0\x6b\x66\xb6\x2d\x2c\x9c\xc7\x14\x58\x98\x50\xcf\x32\x19\xa2\xa4\x9e\x0e\x89\x89\xe8\x76\x6b\x2f\x92\x2e\x1f\x04\x61\xf4\x87\x5f\x1e\x9d\xe7\x7e\x52\xab\xf9\x7f\x40\x07\x6d\x75\x1c\x2a\xeb\xff\xba\x62\xe2\xfe\x8c\xa5\x6c\x2a\x73\x11\xfd\xb1\x98\x0a\xbe\x94\xe3\xab\x74\x21\x68\xe7\x8f\x3d\xd9\xfb\x63\x67\xf2\x47\x4d\x07\x1a\x90\xdd\xaa\x30\xf6\x6f\x92\x4c\xb1\xef\x73\x9e\xcd\xda\x05\x13\xf8\x7c\x3b\x6b\x23\xcf\xa9\x58\xb7\xf6\x3f\x79\xb6\xab\xb1\xd4\x3f\x3b\x4f\x8e\xeb\x58\x17\x33\xb2\xe5\x9d\x25\x3b\x39\x98\x13\x1c\x23\x8f\xe8\xa2\x96\xb1\xa8\xe3\xad\x09\x08\x16\x2c\x1c\xaf\x80\x3b\x46\x14\x53\x1e\x48\x09\xb6\x50\x9d\xda\x15\x45\xf2\x68\xb8\xc9\x04\xc2\x4d\x6e\x0d\x9e\x68\x50\x87\x17\x42\x25\x2c\x1a\xc0\xc2\xd2\xa8\x2c\x9a\xf2\xa8\xf3\x32\xcd\x01\x47\xcd\x0f\xd4\x64\x40\x7e\xdd\x2b\x8a\x30\xaf\x28\xc1\xea\x7d\x6d\x5c\x28\xf7\x62\x62\x46\xf1\x58\x0b\xae\xaf\x83\x1a\x8c\x63\x9b\xc1\xe7\xad\x7a\xd1\x7f\x43\x15\x8a\x0a\xd9\x62\x13\xfd\xc0\x62\x27\x29\xbc\x93\x8d\xc4\xe3\xc6\x16\x3a\x92\x3e\x81\x5f\xc7\xa4\xef\x7a\x4c\xba\xf7\x8c\x2c\x3d\x66\x5d\x5a\x66\xdd\x35\xfc\xd9\xef\x7d\xd8\xd0\xfb\x49\xf3\x10\x15\x7d\xab\x6e\x6d\x85\xc4\xb5\x95\xcf\xb6\x57\x6e\x37\xd7\x3c\x94\xe5\x18\x17\x15\x9f\xed\x1a\xc2\xb3\xb1\x98\xe0\x35\xcc\x34\x11\x63\x2d\x09\x36\x1b\xd6\x37\x02\x40\x66\x82\x80\x5d\xc8\x4d\x4c\x58\xd4\xf9\xbf\x57\x29\x5f\x2c\x98\x78\xb6\x92\x3c\xed\x90\x71\x87\x7d\x5e\xe6\x42\x16\x1d\xd2\x61\x6a\xc9\x76\x2f\x93\x4b\x96\x76\x26\x24\x04\x62\x9d\x55\xc1\xda\x85\x14\x7c\x2a\x3b\xc6\x1e\x11\x03\x28\x18\x44\x15\x31\xd2\xb9\xb8\x60\xc5\x87\x7c\xb6\x4a\x59\x87\x3c\xe0\x3b\xe7\xce\x40\xf5\xdb\x4f\x8a\x8a\x2b\x49\xb8\x7b\x3b\xd5\x70\x0f\x72\xbd\xee\x60\x71\xb5\x22\xf3\x84\xa7\x2b\xc1\x20\xdc\x92\x6a\x85\x5f\x65\x0d\x4f\xa0\xc3\x7d\xf9\xd2\x86\x2b\xf2\x23\x83\xe9\x15\xb3\x79\x63\x39\xf1\x24\x22\x59\xb7\x6b\x62\x44\x38\x57\x88\xb1\xc3\x90\x22\xca\x14\xd3\x3d\xd8\xcf\x5f\x72\xd3\x6a\x6e\x5a\x4d\x28\x1f\xe7\x93\x16\x1b\x27\x13\x9a\x8d\x13\xdf\xda\x88\xb0\xfe\x9c\xa7\xe9\xc7\x55\x9a\x16\x0d\x23\x56\x73\x46\x43\x06\x08\x99\x08\x5b\x8d\x7e\xf9\xc7\x62\x82\xee\x32\x1d\xbc\x60\x7d\x96\x15\x2b\xc1\xbe\x5b\xf1\x19\xcd\x9d\x2a\x2b\xff\x82\x49\x9c\x30\x30\x8e\xa2\x09\x61\xfd\x55\x76\x27\x92\xd0\xdb\xbc\x17\xa0\xa4\x82\x55\x8e\x20\xe6\x3a\x9b\xb5\x61\xcf\xda\x32\x6f\x5f\xb2\xf6\x52\xb0\x82\x65\xd2\x8b\xba\x01\x83\x80\xa2\xd5\x8d\x6c\x6a\x5b\x86\xd5\xbd\x10\x0e\x21\x23\x1f\xba\x0b\xec\x78\xe5\x3a\x81\x0a\x1c\xb6\x0a\x6e\x1a\x7d\xc3\x03\xca\x9c\x8a\xa2\xfe\x0d\x88\x89\x79\x5a\x68\xd4\xd4\x38\x7b\xff\xee\xcd\x11\x65\xfd\xb7\x7c\x2a\xcf\x98\x4a\x47\xfd\x77\x1c\x84\x96\x7b\xe9\x43\x7e\xc3\xee\x0b\x8d\x08\x07\x0e\x82\xf1\xe0\xa9\xe3\xe2\x4a\x6d\x40\xaf\x97\xb9\x8b\x9c\x57\x0b\xac\xd7\xaa\x96\x2b\x92\x38\x48\xac\xfb\xd2\x06\xfe\x68\xac\x84\x66\xbb\x5b\xed\xd4\x70\xbb\xb7\x7b\xa3\x4b\x66\xb3\x3a\xd3\xd9\xb2\xf3\x4f\x76\x60\x5b\x1c\xb3\x09\x35\xea\xb1\xea\x53\x4d\x65\xa2\x9f\x2c\x1b\xfc\x7c\xd6\x34\x67\x1c\x77\x7a\xad\x8e\xf4\x42\x74\xbb\xd5\x4c\xcc\x99\xb8\xd7\x3c\xbd\x35\x85\x76\x4f\xb5\x75\x1d\x50\x57\xc0\x84\x7a\x33\x5e\xf1\xac\x29\x67\x83\x3b\xaf\xfa\x80\x15\xd6\x4f\x5f\xa0\xfa\x60\xd4\x86\x44\x18\xc4\xa1\xea\x33\xc9\x28\xdd\xf9\x49\xda\x06\xbc\x06\xeb\xa2\x73\x27\xb4\xea\x71\x15\xc6\x72\x77\x38\x21\x9e\x3f\x3b\xc8\x67\xaa\x77\xed\x97\xbe\xe6\xfd\xd6\xba\x89\xf2\xfb\xdc\xae\xab\x01\x8a\x14\x8f\x3e\xf7\x97\x9c\x1c\xb5\xcc\x65\x59\xb5\xbc\x6b\x56\x59\x46\xe7\x58\x1d\x89\x33\xeb\x5b\x5d\xbf\xe1\x2a\xde\x88\x6d\xb4\x53\xb1\xad\x9b\xab\xbd\x43\x6f\x35\xc1\x62\xbe\xd5\x45\x29\xe6\xab\xca\x84\x90\x09\x09\x4f\x1b\x0b\xa9\x4c\x0c\x2a\x56\xf2\x89\xe5\xda\xa0\xae\x24\x1e\xad\xfa\x30\x0c\x78\x20\xc6\x93\x30\x10\x5d\x5d\x94\x36\xe9\x01\x08\xad\x32\xbc\xd1\xce\x1b\x8d\xa2\x76\xbd\x79\xbc\xca\x05\x7f\x80\xae\xd5\x6d\x5a\x41\x30\x7a\xef\x41\x07\x43\x07\x6b\x91\xe5\x86\x84\xca\xdb\x25\xc0\xae\xfb\x2c\xb9\x67\x40\xe9\x84\x89\x92\x88\x90\xc3\x2a\x74\x8e\x22\x09\xdb\x7d\x80\xff\xf0\x24\x68\x78\x82\x0b\xc9\x80\xab\x62\xb7\x14\x4b\x10\xad\x68\x21\x09\x7e\xab\x7c\x50\x25\xc0\x26\x9b\x0c\xe5\x60\x27\xec\x2a\x1f\x44\x52\xf7\x64\x1b\x37\xed\xa2\x3b\x8b\xa0\x7f\x6f\x2b\x19\xfa\x5b\xae\x48\x96\x3d\xbe\x9c\xdd\x1e\x30\x7f\x2e\xf0\x2f\x68\x10\x1d\x9b\xe3\xbf\x03\xfc\xa7\xa7\x02\xff\x46\x7e\x7f\x7a\xce\x16\xd2\x79\xf8\x29\xd5\xbe\x7d\x1f\x53\x22\xa9\x99\xc6\xd6\x30\x82\xff\xe2\x41\x31\xf7\x59\x4b\x49\xc1\x3d\xe4\xef\x76\xe3\xfe\xff\x72\x85\x0c\xac\x84\x51\x68\xf0\xaa\xaf\x83\xdd\x15\x43\x4c\x4c\x61\x53\xd0\xc1\xfc\x14\x70\x33\x4a\xe7\x5a\x21\x35\x31\x87\x62\x33\x43\x36\xcc\x05\x63\x5f\x58\x34\x9e\xf8\xf6\x8e\x8a\x4e\x99\x95\xc8\xf0\xdb\x85\x4f\x84\x4f\x82\xb0\x6c\x01\xd1\x0d\x1b\xf5\x5b\x48\x6f\x63\x06\xa6\xc9\x1b\x3f\x45\x06\xdd\xb1\x31\xeb\x2f\xa7\x74\x30\xa1\xa0\xfb\xa6\x3e\x45\x42\x87\x13\x0a\x9a\x6b\xea\x73\xbe\xa4\x7b\x13\x0a\x7a\x67\xea\xb3\x58\xd2\xe7\x13\x0a\x5a\x63\xf0\x39\xa0\x2f\xd4\xe7\x40\x7f\x0e\xe9\xb7\xea\x73\x88\x9f\x72\x40\xff\x3c\xa1\x1d\xa9\x73\xe5\x90\xfe\x45\x7d\xea\xdc\xdb\x01\xfd\xeb\x84\x76\x6e\x07\x9d\x8d\x62\x00\x22\x7f\x90\xf4\x61\x83\xfa\x90\xde\xb2\xdd\x71\xc1\x76\xe7\xb9\x58\x24\xf2\xab\xd6\xcf\xd3\xc5\x70\xe7\xa1\xe6\x3c\xc1\xa1\xec\xf3\x42\xdb\x19\xc7\x8a\xad\x1c\x4c\x14\x36\xde\x6c\x7e\xc3\x1e\xf0\x82\x0a\xf8\x57\x17\xc9\xda\x9d\x4b\xec\x42\xf6\x5d\xdc\xec\xf5\xda\x26\x7a\xb1\xb0\xbd\xd4\x37\xf9\x62\x99\x67\x2c\x93\xa5\xf4\x73\xb1\x82\x30\xa6\x0d\xc9\x4d\xd5\xd4\xe7\xd9\x32\x4d\xa4\x97\xf6\x21\x9f\xf1\x39\x67\x62\x83\x33\xd0\x6c\xd4\x53\x26\x20\xae\x6a\xc6\x2f\xae\xb0\xa1\x0f\xc9\xfd\x25\x7b\x9f\x4f\x13\x05\x14\x79\xf1\x1d\x10\xe2\xbc\x38\xf6\x65\x9b\xac\x7f\xb2\x2c\xdc\xc1\x55\x1f\xd5\x33\x0b\xaf\x63\xea\xd4\xaa\x1f\x78\x9c\x50\x86\x03\x67\x17\x7f\x62\xb2\x79\x33\x51\x87\x58\xff\xc6\x0c\x33\x45\x38\xcf\xe6\x03\xb3\xf0\x95\x5d\x1d\xec\xd7\xe8\xb9\x5d\x37\x84\xcb\x07\x47\xdc\x7e\x61\xa6\x9e\xa8\x2b\xa3\xce\x7d\x39\x11\x8b\x9e\x78\x0f\x20\xea\x3a\x78\xdf\x58\x20\x58\x0d\x75\x43\xfc\x04\x3d\x16\x5f\x60\xfa\x37\x35\x1c\x2f\x01\x8b\xb8\xf3\x44\x87\x6a\xa1\xdc\x77\x30\x62\x2c\x30\x74\xa3\x75\x25\x82\xf3\x42\x87\x7b\xfe\xac\x5d\x29\x7b\x7a\xe8\x50\x2d\xa4\xfd\xc4\xdc\x9f\x38\x4b\x67\x74\xa8\x96\x12\x7e\x62\xea\xa7\x44\x80\x45\xe6\x50\xad\xa4\xfe\x08\x47\x25\xae\xe8\xd0\x5b\xc2\x43\x71\x15\xcc\x4a\x65\xff\xc5\x4d\xca\xe4\xfa\x17\x80\x0e\xd5\xd2\xf9\x29\x61\x99\xd2\xec\xfe\xe6\x15\xae\x99\xe5\x5b\x76\xb9\xba\xba\x62\x82\xee\xa9\xb5\x34\x5f\x66\x33\x38\xcb\xe4\x19\x07\x35\x74\xed\xdf\x7b\x6f\x08\x9b\x52\xc9\xc0\x1a\x3f\x64\x37\x59\x7e\x97\xd1\x3d\xb5\xa6\xfa\x03\x73\xd4\x8d\xd8\x53\xeb\xf8\x1d\x33\xc7\xd4\x5d\x99\x3d\xb5\x8c\xee\x1b\xf3\xbf\x4f\x0a\x3c\xae\x7b\x6a\x31\xcd\x57\x98\xf7\x29\x11\xc9\xa2\xa0\x7b\x7f\xf6\x4a\x60\x9a\x19\x8f\x0e\x8c\x49\xf7\xfe\x02\x23\x32\x71\x32\xb1\x15\x96\x2e\xd5\xcc\xd5\x7a\xe2\x6f\x73\x3e\xb2\x69\x22\xe9\x1e\x9c\x3f\xf8\xdd\x69\x85\xeb\x71\xf4\x79\x29\x58\x51\xf0\x3c\xa3\xcf\x07\xc1\x82\xb8\x1c\x0b\xfc\xe1\xa2\x03\xdc\x37\x5a\x61\x91\x0c\xee\x82\x42\xab\x25\x58\x61\xde\x77\x55\xd1\xef\x98\x2e\xa1\xd6\x90\x1b\xbf\x1a\x91\xf4\x56\x10\xf3\xbd\x15\xcd\x11\xc5\x5c\x26\xd3\x9b\xcb\x95\xc8\xd4\xcc\xfe\xb7\xa4\x63\x97\x2b\x9e\xce\x3e\xa5\x89\x54\x18\x0d\x84\x3b\x3a\xf8\x65\x28\x92\x28\x98\x3c\xe7\x0b\x96\xaf\x24\x09\x83\x83\x94\x04\x13\x7c\x1e\x75\x4c\x8a\xe3\xc9\x3f\x89\x7c\xc1\x0b\x4b\x44\xeb\xcf\xbe\x60\x45\x9e\xde\x7a\xbe\x83\x6b\x28\xb6\xbe\xbc\x66\x19\x58\xbc\xd6\x37\xfd\x61\x25\x41\xd7\xf0\xe4\xb2\x60\xe2\x96\xd9\x67\xa8\x01\xe1\x68\xb2\x5a\xca\x8f\x58\x4c\x72\x3a\xcb\xa7\x2b\x7c\x47\x09\x1f\xe2\x3b\x4e\xe2\xc3\xfb\x39\x56\x89\x72\xf2\x30\xbd\x4e\x44\x32\x95\x4c\xbc\x4d\x64\x82\x4b\x57\x1d\x6b\x46\x7b\xbd\xec\x9b\x3d\x92\xf7\x67\x89\x4c\x68\xa7\xd3\xcb\x48\x66\xc5\x72\xd5\xf2\x22\x62\x64\x10\x6f\x4a\x92\x1b\x2d\x9f\xd3\xc3\x78\x70\x0b\x3f\xaa\x55\xec\x94\x41\x74\xe5\x86\x00\xea\x1b\xb7\x9a\x39\x6a\x43\xd7\x10\xc7\xcc\x66\x82\xf6\xf5\x26\xaa\xe5\xc7\xdc\x78\xd0\x6d\x6b\x4c\x80\x71\x7d\x6c\x8c\xff\xee\x11\xda\x32\xfe\x68\xd4\xb1\x89\x49\x96\xdf\xd5\x88\x19\xde\x26\x92\xf5\xb3\xfc\x0e\xe2\x83\x29\xa6\x4a\x1d\x5f\x9c\xcb\x47\xe0\xb1\x36\x1b\x94\xb2\x3e\xfb\x79\xd6\x7b\x46\x0a\xfa\x67\x77\xd2\x57\x35\x41\x98\xb5\x70\xcb\x86\xa6\x56\xfc\x2a\xa3\x94\xad\xd7\x4e\x42\xa5\xd2\x92\xbe\x64\x85\x0c\xa4\x71\x69\xc0\xf4\xe5\x19\xc8\x19\xd7\x6b\xfb\xf3\x1c\xc2\x6b\x74\xbb\xa5\x84\xb1\xfd\xfe\xc0\xe4\x75\x3e\x9b\xb8\x16\xa7\xe6\x6d\xcd\xb0\x59\x19\xdd\x1d\x12\x4e\x07\x9e\xe7\xf1\x7d\xfe\x32\xdf\xe7\x3d\xfa\x22\xe6\xf3\x48\x8c\xf9\x04\x25\xa0\x62\xcc\x7b\x43\xa0\x9a\xe2\x87\x8c\xf2\xd6\xa5\x60\xc9\x8d\x73\xbf\x65\xbb\x98\x37\x74\xb1\x57\xd3\xc5\x9f\xb7\x76\xb1\xbb\xd7\xd8\xc9\xac\xe1\x8d\x70\xe0\x34\x87\x33\x3a\x9e\x54\xdd\x88\x51\x69\xde\xfd\xd9\x98\xf7\x9e\xf7\xc4\x84\x24\xd4\xc4\x29\x51\x49\x03\x95\xb4\x80\x75\x83\xef\x21\x14\x11\x57\x05\x7c\xed\xa9\x2f\x34\xbf\xb7\x41\x1a\xf2\x6e\x57\xdb\x18\xf1\xac\x9d\x1f\xe4\x28\xa3\x1a\x75\x3a\x1b\x63\x77\x9d\xc4\x35\x53\xb8\x2e\xbd\xaa\x90\x4c\xef\x83\xf1\x1b\xb6\x5b\xc0\x32\xc5\xec\x15\x95\x63\x41\x79\x2f\xca\x68\x94\xef\xf2\xf8\x59\x11\xef\x66\xdf\x14\x93\x03\x4e\x45\xaf\x18\xe5\x54\x58\x71\xf6\x2b\x70\x8e\x76\xc0\x7b\xc5\x88\xc3\x31\x5d\x6e\xf7\x51\x57\x12\xa2\x3c\x6c\xbc\x38\xef\xb8\xa2\x0f\x26\x68\xd8\xc5\xaf\x2b\xb6\x62\xaf\x19\xcf\xae\x00\xc5\xb1\x99\x95\x6e\xe2\xf2\xfd\x5d\xe5\xa3\xa3\x86\x0f\xc6\xe1\x0b\xe8\x15\x58\x57\xa7\xd0\x82\xad\x05\x6f\x44\x5a\x60\x90\x43\x44\x07\xeb\xea\xe8\x2a\xcd\x2f\x93\xf4\x44\x27\x8a\x6d\x72\x04\x58\xec\xe3\x5c\x94\xdf\x15\xd8\x4b\xaf\x4f\xe3\xeb\x37\x90\xd5\x40\xce\xf8\xf9\x9f\x58\xef\x85\x63\xeb\x0f\x74\x8b\x23\xad\x35\x2c\xfb\xa0\x1e\x50\x15\xf8\x10\x61\x2c\xfd\xf4\xd8\xc1\xb1\xd6\x25\x08\xac\x48\x4e\xb3\x7e\x32\x97\x4c\xb4\x2a\xeb\x63\x64\x87\xc4\x0a\x47\xab\x0b\xeb\x5c\x68\x36\xad\xbc\x97\x5e\x5a\x5b\xb3\x81\x3a\xfe\x69\x64\x5e\xa6\x1b\x5a\x6a\xf1\x79\x94\xe8\xfe\x8c\x33\xd0\x82\xa6\x51\x75\x1b\xe2\x96\xa0\x85\x89\xa1\x7f\x9b\xdf\x80\x3d\xf5\x09\xc2\x99\x91\x97\x6c\x2f\xe0\x8a\xba\x23\xb0\xbf\x7a\x69\x7a\xd9\x5f\x69\xd0\xe2\x72\x7b\xf4\x85\xd1\xda\x8c\x24\x4d\xc6\xab\xde\x70\x12\x77\xbb\x22\x4a\xc6\xab\x09\x91\x44\xa5\xec\x4d\x48\x01\x3f\x9e\x4f\x62\xef\x6c\xed\x3c\xbe\x88\xd5\xa9\xf4\x17\xab\x42\x02\xb9\xbf\x3d\x37\xb2\x0a\x57\xc3\x8d\x7f\xdd\xf3\xa8\xf1\x4e\x54\x9c\xdc\xe1\xf9\xdf\x19\x62\x80\x82\xea\x99\x7c\x35\xd0\xa9\x70\xce\xa2\x9d\x81\x0e\x75\x52\xfc\x23\x17\x8d\xb6\xe7\x8d\xfd\xbe\x1a\xe8\xd8\x61\xa5\x3e\x30\x2a\x70\x36\x65\x69\xad\xaa\x2a\x1e\x50\x50\x53\x45\xd0\x67\xce\xb6\x3e\x62\x5a\x83\x22\x38\xc7\x10\x29\x39\x6e\x05\xa7\x4d\xbf\xc3\x18\x77\xd0\x39\x9d\x6a\x85\x2c\xeb\xc7\xe8\xd5\xee\xf0\x20\xb2\x8a\x47\x39\x79\x11\x93\x9d\x41\x3c\x8a\x6c\xd1\xa6\xed\x8c\xe3\x57\xbb\xc3\x6e\x37\xca\xc6\xb9\xc2\x11\x20\xf3\xd2\x8b\x55\x7a\x34\x21\xa1\x83\x16\x7f\x39\xf0\xcd\x44\x17\x20\x0f\x90\x38\x42\x4d\x0a\x8d\x01\x0c\xe8\x97\x1b\xd3\xf2\x0f\x19\xff\x75\xf5\x48\x8c\xbb\xca\xc2\x30\xb3\x30\x14\x16\x26\xe2\x21\x58\x0c\xca\x83\x4f\x78\xc2\x63\x17\xdc\x4c\x2f\x2d\x9f\xbb\x00\x42\xd6\xb1\x4e\xe3\x74\x76\x5f\xb4\xd0\xbf\xbc\x24\x49\x0c\x7a\x4e\xfa\x32\x7b\x35\x5a\xc5\x38\xef\xed\x4d\xa8\x20\xea\xc7\xf3\x89\x8d\xe2\xf0\xf8\x52\x5c\x5c\x31\x09\x6c\xe5\xbb\x6c\x9e\x57\x80\xad\xb9\x27\x33\x1f\x62\x91\x17\x31\x8a\xf2\x15\x58\xd8\xa2\xdd\x73\x20\x8d\x97\xa5\x91\xd4\x44\x20\x03\xe5\x2b\x59\x85\x34\x95\x7d\x80\x50\x08\xe2\xfe\x09\xcd\x4d\x41\x49\x23\x8f\x1f\xb2\x28\x27\xdc\x06\x96\x58\x6c\x13\x6d\x97\x9e\x80\xc7\x06\xf6\xfc\x8a\xb8\xee\x61\xe3\x7d\x7e\x4c\x16\xec\x9d\x8f\xef\x6c\x6a\x01\x2f\x00\x82\xcd\x56\x53\xe6\x13\xcf\x1e\x79\x0e\x8f\xeb\xec\xae\xbd\x8c\x04\x91\x63\x31\x21\x12\x65\xc6\xae\xb3\xad\xaf\x4d\xc5\xf4\x9a\x29\x26\xae\x66\x79\x48\x78\x74\xb0\xb1\x31\x9b\x04\xc7\x2b\xa9\xbe\xbf\xff\x94\xaf\xda\x89\x94\x6c\xb1\x94\x6c\xd6\x96\x79\xdb\xf4\xd1\x4e\xb2\x76\xa2\x39\xbb\xac\x9d\xb4\xa1\xc5\x76\xd4\xe9\xb1\x5e\x27\x6e\xcb\xeb\x44\xb6\x67\x39\x2b\xb2\x3f\xca\x36\xfb\xcc\x0b\xd9\x89\x5b\xf6\x2d\x5e\xfc\x6e\xfd\xcc\x73\xd1\x4e\xda\x78\x44\xeb\x3b\xf5\xef\x7f\x65\x83\xf8\x41\xe2\xdd\x6e\x1d\xd0\x39\x8f\x47\x89\x96\xd9\xeb\xef\xad\x04\x40\xab\x1c\x4f\x70\xe8\x53\x9f\xa5\x23\x60\x95\x3f\xaa\xc3\x79\x99\xed\x03\x1d\x5c\xae\x32\xae\x29\x3b\x21\x3b\x43\x0a\x68\xd2\xdf\x4d\x31\x89\x0d\xca\x88\x62\xb8\x91\x35\x55\x7b\x3d\x62\x30\x50\xb9\x7f\x87\xe6\x40\x3f\x92\xcf\x23\x70\xed\x68\x70\xd2\xd0\xc3\x83\x8f\x83\x02\xf7\x84\x03\xf0\xfc\x61\x63\xd0\x47\x65\x31\x8c\x0a\xcb\x7e\x5c\x9d\x7b\x3e\x21\xe5\x39\x92\x4c\xdd\x92\x52\xff\xc0\xb6\xf7\x7a\x2d\xa7\x68\x84\xcf\x25\xf6\x26\xdf\x86\xaf\x4a\xe8\x84\x40\x6a\x43\xe9\xfd\x1d\xf4\x3e\x8e\xde\x1f\x84\x8d\x4b\xe3\x4a\xc0\xad\x0b\x78\xce\x0d\xb9\xaf\x79\x51\xb1\xfd\x5d\x3a\x1f\x11\x30\xff\xb2\xfa\x8f\xba\x0c\xe0\x60\x3f\xde\xf7\x17\x3b\x8b\x85\x7e\x8c\xf6\x94\x82\x06\x93\x96\x05\xe4\xc8\x41\xf9\x79\x24\xf1\x3e\x87\x13\x52\x18\xa6\x33\x69\x95\x44\x22\xb4\x38\x88\x04\xcd\x55\xdb\xa8\x79\x66\xd9\x16\xc3\x80\x16\xdd\x6e\xd2\x06\xfe\x45\x52\x55\x34\x1e\x27\x93\x51\x8d\x54\x25\x07\x64\x36\x24\x76\xb0\x79\x4c\xb2\x57\xdc\xb8\xa9\xcb\x76\x79\x8b\x79\x3a\x44\x2b\x77\x23\x52\x3a\xd8\x4f\x5f\xae\xf6\xd3\x5e\x2f\x66\xe3\x74\xe2\x8d\x3d\xed\x39\x9f\xc8\x63\x41\x24\x61\x1e\xcb\x7a\x11\xae\x27\x01\x1b\xd5\x3d\x05\xb3\x4a\x0b\x1b\x87\x2b\x47\x78\xb8\x3a\x68\x08\xe8\xd6\x33\xa7\x97\x1a\x3b\x68\x51\xbe\x93\x39\xb4\x18\xcd\x55\x0b\x92\xe6\x63\x5f\xeb\x21\xca\x68\x3e\xde\x9b\xc4\x07\x9c\x0e\x46\x2b\x85\xd4\xb5\x03\x8a\xf5\x3a\x12\x74\x07\x90\x3d\x71\xa9\x66\x46\xda\x5f\xa8\x8b\x8d\xc1\xc9\x70\x10\x13\x31\x81\xb3\x75\x47\x07\xe4\x88\x0e\x88\x82\x4a\x27\x74\x40\xce\xe8\x80\x1c\xd2\x01\xb9\xa1\x03\x72\x4e\x07\xe4\x13\x1d\x90\x53\x3a\x20\x6f\xe8\x80\x7c\xa0\x03\xf2\x0b\x1d\x90\x8f\x74\x40\xde\xd2\x01\x79\x47\x07\xe4\x3d\x1d\x90\x63\x3a\x20\x5f\xe8\x80\xbc\xa6\x03\xf2\x3d\x1d\x90\x1f\xb6\xe2\x34\x6b\xc8\x80\xdc\xc9\xdb\xa3\xd7\x3f\x7c\x67\xa3\x33\x6b\x2d\x10\x63\x5e\x1d\xb8\x2f\xc6\xa4\xb3\x40\xb3\xe5\x82\xdd\xb2\x4c\xbe\x49\xd2\xf4\x32\x99\xde\x14\xf4\x81\x65\xb3\xd1\x78\x42\xc0\x07\xdd\x68\x3c\xd9\x98\x17\x61\xbe\x60\x46\xfc\xf2\x6e\x16\x84\x63\x52\x39\x85\x6b\x30\x59\xc9\x5c\xac\x32\x3b\x22\x93\x70\x56\x8a\xe3\x14\xa0\xd7\x90\x8b\x5c\xaf\x1f\x36\xd5\x60\xc2\x7e\x19\x23\xcc\x04\x1a\x0c\xb9\x9a\x0b\x3f\x89\x36\x16\x1e\x35\x15\xf6\x80\xd7\xc0\xcc\x25\xcf\x5e\xab\x75\x08\x5b\xd3\x89\xeb\xf5\x95\x2d\x75\x94\xcd\xca\x65\x8e\xb2\x99\x2b\x01\xc1\x08\x4f\x57\xd9\xd1\xe7\x25\x17\x6c\x76\x8e\x4b\x86\x79\xa2\x94\x0c\xee\x59\x50\x05\xdc\xaf\x7d\x88\xab\x78\x94\x05\x8f\xe4\x5f\x7a\x3d\x64\x4e\x84\x5d\x67\xb0\xbd\xf1\x77\x41\xd4\x6d\x81\xe8\x5f\xb0\x6c\xa6\xf8\x15\x1d\xd6\xa6\x34\xc9\x8b\x40\x7e\xbc\x5e\xe7\x3a\xd4\xd1\xd2\x48\x94\x75\xd0\xe3\xf2\xe0\xe2\x6d\xea\x51\x70\xa8\xfc\xe1\x1f\x69\x8b\x5b\xe6\x42\x92\x22\x33\x1e\x2a\xe1\x9b\xd3\xac\x5b\xda\xb1\x8e\x90\xcd\xc4\x0e\x22\x66\xe3\x43\x20\x9f\xa4\x47\x14\xc5\xf1\x28\xf2\x4c\x4c\xbf\xef\xf5\x6a\x6e\x83\x71\xfb\x14\x93\xd7\x0a\xcb\xd6\xf6\x0d\x50\x71\x51\x42\xcc\xa0\xc2\x7d\x62\xda\xbc\x90\x82\x5f\x5d\x31\x11\x75\x60\xa2\x1d\xa2\x48\xc4\x38\x3c\x4a\xa8\x99\x0e\x8a\x57\x2c\xdc\xca\xcf\xb6\x19\xd8\x98\x21\xa8\x86\x05\xe1\x70\xb5\x5a\xa4\x03\xeb\x3b\xf6\x6a\x78\x74\xd9\xf9\xfd\x92\x59\xcd\x7e\xbc\xd6\x6d\xc5\x12\xb7\x2f\x59\x3b\xb1\xd2\xea\x4e\x10\x0d\xa5\x04\x05\xca\xe4\xa5\x68\x6a\x1e\x0c\x07\xd4\xe8\xdb\xd0\x40\x1b\x88\xbb\xf6\x25\x9b\x26\x2b\x85\x1a\x91\xa8\x03\xe7\x00\x96\xaa\xb3\x4a\x15\x6a\x76\xf3\x79\xb3\xe9\x7d\xfd\x98\x76\xd8\x7a\xfd\xd4\x71\xcd\xe7\x5f\x31\x30\xbc\x03\x3b\x43\x88\xab\x12\x87\xd6\x2c\xc2\xb7\x66\xd1\xf2\x4e\x09\x71\x4e\x76\x06\x44\x58\x73\x22\x32\x8c\x09\xdf\xdd\x05\x7a\x79\x27\x7b\xc2\xd8\xa6\x66\x7f\x2c\x01\xec\x0f\x09\x22\x57\xae\x82\xfb\x72\x66\xee\x4b\x33\xf2\x23\x92\x32\x05\xc0\x04\x65\x0a\xf9\x65\x94\x8d\xf7\x42\xb5\x17\x05\x71\x22\x63\xbf\x24\xfa\xbf\xe4\xe1\x9d\x3c\xfc\x5d\xfa\x50\xad\x7a\x9d\xcc\xd8\x9c\x95\x99\xbf\xf8\xe1\xa6\xd7\xf3\x28\xee\x32\x41\xa0\x1f\x7a\x90\x12\xc9\x5e\x3d\x3f\xc8\x76\x9f\x8f\x06\x31\xc9\xe9\xf3\xfd\xfc\x65\x86\x21\xd9\xc6\xf9\xee\x73\x9f\x16\xc9\xc3\x71\x18\x66\xc4\x7f\x9c\x00\x84\x2e\x26\xfd\x29\xbc\x29\x46\x10\x74\x48\xd4\xb1\x60\xf1\xc3\xb9\x37\x40\x59\x1d\xa0\xf0\x06\x28\x5f\x0d\x0f\xe4\xee\x50\x0d\x30\xa3\xc3\xfd\xec\xa5\xdc\xcf\xe0\xb4\x64\xbb\x43\x7f\x80\xd9\x44\xbf\x29\x96\x56\x57\x80\x47\x55\x24\x0b\x39\x92\x83\x7c\xbc\x37\x21\x5a\x0c\x07\x58\xfe\xc0\xf2\x5d\x5a\x7c\x1d\xae\x39\x2a\x73\x1b\x80\x15\xc5\x76\x4e\x11\xd3\xd1\xe5\x77\x86\x64\x15\xcc\x16\xe2\x7e\x5f\xa6\x65\x1d\xbd\x4f\xd6\x13\xc2\xef\xd2\x39\x60\x9c\x5b\x32\x96\x8a\xfd\xd1\x21\x5c\xe1\x44\x9c\x28\xc0\x5a\x3e\x15\xa7\xff\x6b\xa7\x42\x75\xff\xf4\x93\x51\x1a\x6c\xfc\xf0\xe6\xff\x6b\xa7\x63\x60\x4e\x87\x7d\x0b\xac\x91\x60\x7e\x30\x78\x2a\x4d\x24\x13\x0d\xaf\x7e\x44\x60\xb6\x5f\xff\x17\x0b\x58\x2a\x8a\x79\x5f\x07\x69\xf4\x43\x8b\x15\x5d\x66\x07\xc6\xdc\x70\x34\x70\x92\xca\x41\xb7\xbb\x8a\xb2\x71\xbe\x0b\xc2\xe8\xc8\xa3\xdf\x8d\x73\xbc\xe1\x20\x8e\xc9\x58\xb3\x25\x93\xcd\xd7\x8e\x81\x8d\x9f\x97\x80\x1e\x4c\x39\x32\x72\x2d\xb5\x08\x0a\x07\x48\x99\x06\x53\xfe\xe8\x11\x3d\x17\x8d\x9d\x0a\x2a\x55\xa7\x19\x95\xaa\x53\x4e\xa5\xea\x34\xa7\x72\xfc\x5c\x9d\x01\x39\x7e\xa1\xce\x80\x13\x00\xad\xd7\x09\x59\xd1\x39\x84\xaa\xf7\xe9\x72\x17\x21\x64\x15\x9b\xc0\x37\x38\x4c\x55\xb2\x38\xb8\x1f\x71\x92\xc7\xa4\x30\xb2\x6d\x80\xdb\x38\x7e\xe4\xb5\x6c\xc0\x49\x68\x0e\x64\xfb\x5a\xc5\x7a\xd5\x7b\xd1\x0a\xf2\xd2\xc9\x0e\xa5\xf7\xf6\xd9\xc3\xa6\x52\xee\x45\xd3\x80\xab\xaf\x88\xc6\x69\xb0\x28\x6f\x7f\xaf\x45\x59\xb9\x73\x91\x74\xbb\x09\x49\x83\xf1\x93\xa9\x5e\xa3\xd4\x2d\xcc\xb4\x66\x61\x56\x66\x61\x56\x8d\x0b\x83\xba\x99\x21\x55\x8c\x0f\xcf\xbd\x9c\x2c\xe9\xb4\xf7\xa2\x95\x8e\x97\x8a\x54\xb8\x87\xe3\x77\x1f\x13\x46\xd3\xf1\xd4\x2c\xe0\x82\x5e\x47\x33\x3d\x8e\x69\xaf\xa0\x94\x2e\xe2\x74\x3c\x9d\xd0\x19\x81\x7a\xdc\x75\x73\x1b\xee\xc1\xb4\xf7\xed\x24\x58\x79\x43\x81\x2c\xc8\x80\xcc\x14\xd5\x09\x82\xc3\xdb\x98\xd4\x15\x9a\x92\x22\xde\xa8\x33\x33\x35\x53\x13\x0c\xa8\xe1\x34\x3d\xf7\x98\xbc\x28\xdc\x33\xa4\xaa\x35\xe3\xe2\xed\xdb\x3b\x4b\xb5\xda\x07\x7a\xd7\x42\x03\x87\x58\xa2\xd0\x55\xf3\xd7\x49\x51\x6d\x3b\x54\xee\xc5\x49\x94\xdf\x49\x34\x03\xe0\x86\x58\x16\x68\xbd\xef\xf5\x88\x31\x24\x32\xec\x43\xeb\xd1\x37\xfe\x03\x7f\xa4\xef\xd5\xb1\x80\xe1\x45\x2c\x1e\xed\x44\xc6\xb6\x4b\x71\x21\xeb\xf5\x0e\x43\x7e\x00\x7e\xa1\x40\x33\xee\x76\x75\xa2\x1e\x94\x36\xf4\x08\x41\x70\xd5\x26\xa0\x0c\xa2\x55\x9d\x7a\x61\x9d\x6f\x25\xd2\x32\xf2\x42\xc0\x02\x7a\x92\x0f\x7a\x61\x46\x55\x1e\x9c\x4c\xf3\x55\x26\x99\xd0\x21\x0e\xcd\x17\xc1\x15\x1e\xcd\x82\xeb\x4b\x0a\xb2\x17\x93\x80\x5b\xd2\xc1\x62\x4a\xfc\x91\xc5\x9a\x55\xf6\x0a\xbc\x7e\xd7\x69\x58\xcb\x6e\xb7\x22\x0e\xd4\xb3\xd8\xc4\x10\xfc\xfc\x62\x8b\xb6\x7e\x69\x00\x5a\xa6\xe5\x84\xd5\x54\x56\xa5\xd5\x2c\x9b\x01\xd5\xcd\x66\xe0\xc3\x2c\x5f\x29\xb6\x48\xf1\x6a\x9a\x01\x20\x5c\xb1\x00\x52\xdc\x3f\x64\x56\x7e\xca\xe2\xcd\x9c\x67\x49\x9a\xde\x83\x75\x21\x8f\xf9\x3c\xe2\x8a\xf2\x47\xb9\x9f\x17\x46\x26\x10\xfe\x96\x25\xbf\xfa\xc6\x1a\xac\x6b\x8e\x7f\x8e\x8f\x3d\xed\xaf\x91\xde\x78\x6f\x8f\x46\xec\x5c\xe2\x67\x9d\x9b\xee\x72\x93\xd6\xf1\x89\x65\x56\x41\x95\x55\x51\x5e\xbe\x38\x03\xb4\x8f\x70\x0b\x42\x06\x41\x13\x69\x9e\x57\x19\xf3\x10\x5e\xea\xe9\xc0\x31\x1b\x58\x67\xe4\xcb\xdb\xfd\xf7\x9e\xa8\xfc\x70\x24\xa0\x5a\xf5\xc9\x09\x08\x42\xfd\xb8\x9d\x9b\x67\x6d\x73\xfa\x61\x1f\xa3\x98\x64\xb1\xda\x3e\x67\xac\x56\x7e\x41\xe2\xf1\x43\x16\x71\xb7\xa7\x50\x59\xb1\xdc\x66\x23\x1a\x6a\xd7\x94\x87\x91\x06\xd0\xac\x7a\xa7\x9d\x54\xa6\x84\x2a\xac\x4a\x92\x85\x93\x8f\x4b\xce\x70\x6d\x4a\x94\x55\xdd\x8b\x66\x3d\x41\x68\xbc\x15\x97\xf1\x55\x46\x12\x7a\xd7\xeb\x19\xd1\x76\x0d\xc0\x8d\x83\x34\x60\xe1\x15\xcd\x88\x5d\x73\x33\x81\x5a\x34\xd2\xf2\xde\x32\xaf\xb5\xa3\x63\x47\x9d\xd4\x61\xa8\x82\x0c\x48\x4d\xeb\x8f\xa0\xa9\xc4\xdb\x0d\x07\xb1\xb7\x18\xf6\xd6\x4c\x73\x5f\xf6\x68\x61\x95\x1b\x0c\xbe\x95\x13\x3f\x68\x72\xdd\x88\xe5\xee\x90\x14\x31\x00\x04\xf9\x08\x56\x25\x3b\x03\x2b\xc6\x82\x11\xeb\x7b\xd8\x70\xda\x1f\x15\xcf\x80\xdf\xbd\x2d\xce\x37\xb2\x31\x9f\xe0\x65\xd6\xd7\x2a\x94\x41\x56\xce\xeb\x63\x82\x5e\x1f\xf6\x04\xf7\x2e\x04\x6f\x41\x2f\x26\x17\x6e\x0d\x0e\xa4\xb6\x5c\x20\xf6\x0e\xe3\x4e\x1a\x74\x24\xe9\xc0\x73\x42\x6d\xf5\x0d\x7c\x71\xae\x79\xaf\x2a\x9d\xf2\x7d\xf9\x52\xe0\xfe\xc2\x3b\xd7\x58\x4e\x5e\xf1\x18\x14\xd4\x5a\x46\xa3\x4c\xf6\x5e\xc0\xca\xe6\x8a\x8e\x35\xcf\xae\x2a\x19\x38\x2d\xf5\xe3\xf9\x84\xa4\xf0\xc3\x50\x60\x25\xa0\xe7\x98\xaa\x8c\x24\x64\x45\x72\xc5\xf0\xa6\xf1\x66\xc3\xcc\x51\x19\x58\xaf\x0f\xf5\xd7\x05\xb7\xa9\xee\xec\x54\xf7\xaa\x99\xe4\x6a\x6e\xba\x52\xc7\x6f\xd6\xf7\xbd\x56\x3a\x09\x0d\x00\xcc\x34\x5e\x57\x25\x6e\x7e\x3b\xc0\xb1\x3c\x32\x49\x05\x8e\x76\xea\xc1\xd1\x43\xf5\x68\xe0\x8b\x4f\xdd\xce\x13\x41\x3f\x24\xf2\xba\xbf\x48\x3e\x47\x03\xc2\x76\x65\x00\x76\xdc\xc0\x4a\x75\x3d\x8d\xd8\x2d\x52\x7c\x8b\x26\x9b\x89\xbb\xdb\x8a\x0f\xc5\x92\x40\xdb\xa0\x51\x66\x17\x39\x80\xfc\xdb\x20\xba\x6e\xb7\xfe\x12\x1a\x1a\xa3\xfa\xbe\x11\x6b\x19\x74\xb9\x68\x00\x2e\x8f\x35\x4f\x56\x5d\x55\xf6\x59\x1a\x11\xbd\x79\x30\x00\x5a\xa9\x25\x0e\xd0\x9b\xcb\xa8\x06\xab\x0d\xb6\x9a\x0e\x1b\x32\xb4\xc1\x7c\xf8\x01\x1f\xa4\x8e\x08\xcb\x66\xa3\xcf\x04\x00\x62\x31\xd2\xa9\x27\x90\x3a\xd8\x10\xdd\x57\x31\x7a\xc0\x4e\x66\xa3\x63\x32\xcd\x17\xcb\x94\xa9\xdf\x5f\x36\x44\x51\xc4\x67\x44\x51\x34\xa3\x43\x02\x22\xa8\xd1\x0d\x31\x6b\x30\x3a\x27\x65\xb9\xd8\xe8\x13\xb1\x82\xaa\xd1\x29\xf1\x45\x41\xa3\x37\xc4\xd3\xe1\xfe\x40\x00\x2b\x8f\x7e\x21\x86\xe5\x1f\x7d\x24\x86\xd1\x1d\xbd\x25\x3e\xff\x34\x7a\xa7\x3f\x47\xef\x49\x9a\xe7\xcb\x62\xf4\x20\x73\x99\xa4\xa3\xd7\x24\x63\x85\x1a\xe9\xf7\x9b\x8d\xf5\xb9\xe2\x83\xb6\xad\xb6\xd5\x01\x10\x74\xc6\xd5\x3f\xf4\xf1\x91\x6b\x49\x7e\xa8\x18\x05\xe8\x14\x45\x85\x68\x93\x86\x5f\xe9\x0f\x2d\x67\x2a\xf0\x2b\xda\x2f\xcc\x92\xab\x5d\x88\xc1\xfb\x24\xab\xb8\xdf\x60\xac\x50\x63\x9a\xf0\x48\x3c\xdd\x8b\x5b\x26\x24\x9f\x6a\x85\x55\x51\xe7\xf3\x2a\x74\x53\x60\x88\xa4\x7a\x07\x21\x1d\x23\x64\x68\xff\xf3\x86\xdd\xff\xb3\xcd\x8b\xb6\x60\xbf\xae\xd4\x35\xef\x04\xb1\x96\x6c\xbf\xe0\x81\x28\x99\xcd\x74\x10\x56\x70\x32\x46\x15\x9e\xe5\xf3\xa8\xf2\x74\x29\x62\x28\x7b\x34\xbb\x62\x51\x4e\xb0\x9e\x88\x3d\xe7\xb8\xb7\x36\xc2\xba\x7d\x6b\x48\x7a\xbd\xba\x5a\x10\x3c\x1d\x7d\x6e\xd5\xf5\x94\x79\x75\xb0\x46\x16\x93\xdc\xeb\x09\x7b\xc9\xea\x7b\xd1\x35\x54\x1f\xa0\x3d\x53\x5a\x4e\x55\xa6\xa8\x59\x53\x58\x19\x58\x0b\xeb\x17\xcd\xaf\xc9\x92\xba\xd0\x87\x76\x25\xfb\x77\x49\x7a\xa3\xdd\x6f\xb8\x4a\x32\x5f\x16\xb9\x90\x35\xc1\x4d\x92\x29\x3a\x4e\xd0\x66\xb5\xe6\xec\x18\x8f\xf7\x5b\x8f\x4d\xa8\xde\x59\xd8\x18\x9a\x5a\x68\xb6\x4c\xe4\xb5\xff\x2d\x58\xa1\x9a\x86\x94\xc7\x8f\x58\xe3\xe1\x5a\xf0\xa2\xe0\xd9\x55\xfb\x86\xdd\x7b\xbe\xb1\x15\x08\x1d\xac\xbd\x61\x91\x8c\x0e\xf6\xb3\x97\x02\x44\xc3\x7c\x1e\x69\x2d\xa1\x71\x36\x89\xfb\x37\xec\x3e\x20\x42\x03\xc1\xa3\x9e\x95\xe8\x21\xe3\x30\x16\x13\xfa\xc0\x67\x9f\x47\x82\x28\x08\xc2\xc8\x6d\x92\x5a\x0e\x00\xbd\xbf\xcf\x53\xf4\xfb\x6e\xc4\xa6\x9b\xda\xbd\x2e\xbd\x0a\x20\x06\xbb\x66\xd3\x1b\xf5\xad\x86\xe4\x26\x03\x53\x69\x98\x87\x1c\x67\x40\x41\xf7\xf9\xec\xb3\x9e\x40\x4b\x06\x83\x56\x23\x86\x6c\xc2\xfa\x8a\x08\x50\xb8\x22\x70\x93\x96\xa4\x37\xd5\x93\xa0\x03\xa1\x78\x32\xf8\x81\x21\xeb\xcb\xae\x7a\x10\x59\x8d\xe5\xa4\x25\x54\x07\x5a\x7a\x74\xcb\x0b\x2e\x23\x41\x3a\x9d\x78\xe3\xce\x96\xb7\xf3\xa4\x7c\x2a\x61\xf6\xd5\x27\x59\xa6\xf7\xa7\x46\xe2\x30\xbd\x9f\xa6\xac\x3d\x63\x12\xbc\xe1\x8c\xda\x9d\x9e\xec\x75\xda\x2f\x77\xd5\x0f\xb8\xc7\x8a\xc4\x71\x1a\xee\xdb\xbc\x34\x69\xbe\x64\xcc\xc6\x62\x32\xf9\x4d\x3d\xc2\x38\x5d\xf7\x1b\xc3\xe9\x98\x90\x32\xde\xaa\x30\x4b\xa7\xaa\x4b\x51\x52\x31\xcf\x68\x5d\x2f\xda\xb5\x5c\x69\x25\x55\xf5\x00\x59\x64\x3d\x6a\x86\xb3\x89\x89\x1b\x78\x06\xae\xa8\xfd\xd5\x86\x61\x55\xc8\x5e\xdf\x87\x88\xb9\xc9\xde\x18\x4d\x12\xee\xa0\x4d\x6c\x39\x86\x62\x60\xe8\x44\xbd\xb8\xec\xa5\xdc\x67\xda\x4f\xe1\x98\x4d\xfa\xea\x72\x50\xc5\x9d\xf9\x63\x81\x55\x69\x7e\xad\x0e\x22\x75\xc3\x94\x39\xf5\x86\x01\xbd\x0b\x13\x96\x4d\xdd\x83\x7d\x0b\xe8\x8d\x04\x69\xb0\x16\x28\xb8\x01\x7c\xf2\x8a\x0e\x7c\xc5\xcf\x71\x3e\x41\x5d\x7f\x35\xb8\x78\x9a\x67\x92\x67\x2b\xe6\x92\xe8\xce\xc0\x04\x07\xcc\x63\x22\x29\xa5\x09\x5c\x50\x64\x70\x74\xcf\xff\x93\x9b\x2d\x5d\x15\xd7\xef\xb2\x69\xbe\xe0\xd9\x55\xa4\xd5\x8d\xdb\x5e\xcc\x20\x5d\xb8\xb4\x1d\x7e\xad\x6d\x4e\x1f\x70\x2d\xb6\x86\x0a\x02\x57\x63\x1a\xb8\xc1\xf8\xd7\x6b\x69\x3d\xdb\x6f\xc5\x1e\x25\x57\x66\x24\xa3\xee\x92\xbc\xcc\x9c\x3b\x33\x5c\x7e\xbc\x2b\x2d\x19\x71\xb5\x1a\x04\x5c\x68\x5a\xd5\xe1\xec\x69\xb8\xa2\x0e\xf0\xd7\x3a\xfa\x19\x7b\xd5\x7a\xbd\x09\x1d\xac\x59\x69\x01\x43\x47\x3f\xc6\xcd\x0e\x00\xa3\xf1\xee\xae\x57\x5d\x7b\x2d\x42\xf2\xcb\x37\x13\xfd\xb7\x91\x60\x77\x22\x59\x7e\x4c\x24\xbf\x65\x67\xab\x25\xab\xd8\xe3\x80\x88\xde\x8b\x2d\x2f\x8c\x9e\xbc\x5d\x37\xd0\xad\x34\xfc\x8c\x9b\x34\x0d\x1d\x51\x79\xcb\x41\x1e\xac\x4f\xd0\x5c\x8c\xf4\x68\x32\xc2\xb2\xd5\x42\x13\xdf\x3b\x43\x72\x27\xb8\xc4\xdf\x03\x32\xcd\xb3\x39\xbf\x5a\xe9\xbc\xc1\x66\x13\xe3\x5b\x65\xc4\x48\x16\x13\x19\x65\x1a\x5c\x4f\x15\x6b\xf1\x26\x49\xd3\x37\x21\xb4\x8e\x1f\x06\x18\xaf\xd7\x8b\x13\x41\x43\x7d\xee\x41\x8b\x35\x0e\x5d\x33\x69\x02\x9d\x7b\x88\x47\x26\xc2\x1e\x1b\xba\xd3\x4a\x92\x5a\xec\x09\xfe\x83\xaf\xd8\xec\x9c\x2d\x14\xab\xc5\xde\x43\x78\xd0\xb4\x32\x4e\x85\x8a\xd7\xeb\x48\x52\x86\xde\x82\xa3\x41\xec\x3c\xa2\xf5\x45\x72\x47\x25\x38\x83\xf1\x39\xad\x8a\x78\x09\xbb\x97\xdd\x6e\x16\xec\x89\x8c\xb5\xaf\x53\x01\x39\x44\x84\xbe\xd6\xd0\x89\xde\xf9\x35\x2f\x5c\xa4\x47\xf4\x13\xb7\xcc\x8b\x82\x5f\xa6\xec\x8d\x5b\x8a\x53\xa8\x58\xa3\xc0\x54\xf6\x8d\xa7\x46\xa1\x25\x0f\xeb\x75\x8d\xd6\xaa\xac\x90\x3d\x5c\xd3\x8b\xd8\x12\x84\xb7\x5b\x4d\xe5\x4a\xd1\xc2\x15\x6f\x56\x83\x8d\x66\x28\xf4\x76\xa2\x27\x5c\x9c\xef\xc9\x5c\x3f\xd3\x7f\x48\x96\xfe\x51\xae\xf1\x98\x28\x6b\x3c\x26\x2a\xc2\xa5\x95\xf5\xdd\x91\xa5\xfe\xc7\x7a\xbd\x33\x84\x68\x4a\x6e\xef\x15\x98\xee\xc0\x01\xe9\xf0\xac\x9d\x41\x4c\x10\x73\x4e\xe8\xce\x20\x26\x4d\x37\x37\x03\xf8\x95\xf9\x56\xc5\x81\xc3\xb8\x8d\x07\x2a\x9e\x81\xd9\x52\x68\x6a\xae\xb9\x99\x0e\xe9\xfc\x5f\x2c\xb3\xcb\x15\xbb\x9d\x25\x69\xf1\x8c\x65\xb7\x5c\xe4\x19\xfa\x0f\xe8\x64\xf9\x8c\xed\x2e\x34\x8c\xa8\x29\xbd\x92\x3c\x2d\x6a\x73\x14\x56\x4a\x38\x58\xb9\x9b\x5c\x0e\x87\x41\xb5\x0c\xc6\xda\xb5\xd5\x16\x4c\x26\x8d\x19\xa9\xcb\x99\x26\x59\x22\xee\x77\xe7\x2c\x91\x2b\xc1\xbc\x21\x40\x48\xf6\x0e\x09\xcc\xec\xeb\x87\x57\xe4\xfe\xa4\xd4\x78\x45\x9e\xa6\x7e\x79\x97\xf6\x2c\xe5\x97\xde\xe7\xc5\x82\x7f\xe6\xde\x04\x34\xe3\xe5\xbe\x99\xb8\xe5\x53\xaf\x75\x7d\xc8\x4b\xdf\xcf\xa6\xf9\x62\x99\xd4\x27\xaf\x24\x9b\xd5\x8e\x5c\x87\x25\xab\xcd\xd3\xde\x6b\x8c\x37\x81\x67\xb7\x4c\x14\x4d\x2b\x7d\xcb\xd9\x5d\xfd\xd6\x89\x7c\x25\x83\xe9\xf8\xc7\xe3\xb3\x64\x99\x6a\x73\x57\x47\xf8\x71\xa5\x98\x22\xdc\xdc\xa7\x58\x65\x69\x9e\x2f\xeb\x5b\x51\x45\x77\x21\x66\x6e\x53\x47\xf9\x5d\xb0\x75\xc9\x72\x99\xf2\x69\xe9\xdc\x78\x89\xcf\xd0\xec\xaf\xd8\xd5\xee\x06\xea\xab\x3e\x33\x2f\x63\xde\xa8\xb3\x2b\x9e\x55\xbe\x6b\x0a\x2e\xf3\xf4\x7e\xce\xd3\x34\x38\x6b\x4b\xc1\xa6\x89\x64\xb3\x9a\x83\x38\x35\x8e\x3d\x9e\x49\x0d\xc2\x77\xf3\x2c\xbd\x2f\xf9\x76\x30\x76\x3d\xa0\x73\xb3\x22\x29\x99\x92\x39\x99\x91\x6b\xb2\x24\x0b\x72\x4b\xae\xc8\x3d\xb9\x24\x17\xe4\x8e\x1c\x91\xcf\xe4\x84\x9c\x91\x43\x72\x43\xce\xc9\x27\x72\x4a\xde\x90\x0f\xe4\x17\xf2\x91\xbc\x25\xef\xc8\xfb\x7f\x8b\xd8\xe5\x98\x56\xa0\xb3\x50\x10\x4c\xb2\xcf\xb2\xcf\x17\x00\x4e\xfa\x47\x6a\xb6\xdd\x6e\x43\xc6\x7a\xfd\xb0\x69\x1d\xf7\x79\xf1\xd1\x78\xcf\x57\x50\xef\x78\x8b\x03\x80\x0e\xd4\xeb\x6c\x1a\xa0\xdf\x31\xe9\x1c\x7d\xfc\xb1\x43\x20\x28\x3d\x10\x1e\x47\x1f\x7f\x0c\xe9\x84\x4d\x13\xe4\x3c\x26\x9d\x34\xcf\x6f\x56\x4b\xbf\xfa\x7b\x48\x01\xb7\xc3\x40\x40\xe8\xef\x72\x8b\xef\xfa\x47\x1f\x5e\x1f\x9d\x5e\x1c\xfd\xe7\xf9\xd1\xc7\xb7\x17\x9f\x4e\x4f\xce\x4f\xce\x7f\xfa\x74\x74\xd6\xed\x36\x0f\xb4\x5c\xb6\x43\x1e\x42\x8a\xa6\x5e\x82\x27\xfa\x47\x1f\x7f\xec\x57\x6a\x2b\xb0\x7e\xac\x86\x7c\xa2\xee\x06\xfd\x64\x7f\x92\x63\x35\x70\x93\x5a\xb8\xd4\x43\x77\xf4\xe9\xa9\xd9\xe1\x30\xdd\xca\xa8\x3f\xd8\xfc\xc6\xf9\x9c\xda\xbb\xf5\x50\x3f\xf0\x37\xa6\x8d\xcd\xb6\x3d\x78\x8b\x65\x1e\x6d\xed\xb8\x6f\x8a\xe0\xcc\x8f\xe0\x6a\xd2\x5f\xbc\x89\x60\x92\x9d\xc3\x47\x2f\x4b\xfb\xf2\x7d\xab\x7f\x90\xe3\xfe\x82\x89\x2b\x46\xdf\xe2\x7f\x58\xc9\x0c\x22\xae\xa3\x7b\xdb\xe0\x93\x1c\xf7\xbf\xfb\xe1\xdd\xdb\x8b\xff\x77\xf4\x13\xe5\xf6\xa7\xaa\xb3\xe2\xb3\xe3\x5c\xa8\xe2\xf8\x8b\x1c\xf7\x79\x56\x80\xcf\x5a\x6e\x7e\xa9\xbe\x92\x1b\x86\x8e\xe7\xb8\xfb\x4d\x8e\xfb\xd3\x24\x7b\x87\x36\x94\xdc\xfd\x56\xf7\x41\xdc\xdb\x74\xfb\x9b\x1c\x03\x25\x4e\x39\xfc\x23\xc7\xfd\x15\x8e\x74\x85\x23\x7c\x63\x50\x2c\xcd\xdd\x6f\x72\xac\x3d\x9b\x89\x7b\x9a\xdb\x9f\xb8\x1e\x4c\x48\x3a\xd5\x3f\x54\xdb\x89\xc8\xe8\x14\xfe\x91\xe3\x3e\x20\x4e\x3a\xc5\xff\xf0\xad\x81\x1b\xa4\xe9\xdf\x2d\x2f\xfd\x78\x95\x4d\xfd\x3c\xf5\x4d\x8e\xfb\x62\x95\xbd\xcb\xde\xea\xc6\xdc\x87\xda\x2c\x30\xfa\x3c\xf4\xf6\x08\x8b\x3d\x08\xed\x8a\xed\xad\x6e\x8a\xe7\xd9\xf7\x10\x4f\x5d\x8c\xa6\xfd\xe6\x4c\x62\xb2\xfe\x91\x88\x9a\x0a\x5e\x2a\xe1\xc5\x1b\x8d\x53\x47\xab\xbe\xfb\xd8\xe0\xee\x69\xaa\x84\x26\xde\x87\xba\x53\xab\xcb\x62\x2a\xf8\x25\xa3\x89\xfb\x4d\x8e\xfb\xef\x42\x3a\x86\x3e\xb8\x5a\xa3\xa0\x09\x5b\x69\xe4\x37\xb0\xca\xfc\x74\xef\x8b\x80\x88\x63\x94\xa0\xa8\x63\x83\x6b\x49\x6f\xfa\x17\x1a\xb7\x9d\xae\x32\x4c\xeb\x3b\xe2\x86\xde\x78\x1f\x26\x17\x2c\x2b\x6e\xf0\xbf\x49\xe3\xd9\x4c\x25\xf1\x6c\xa6\x53\xb4\x86\xd4\x8d\xfe\xa1\x53\xad\x3a\xde\x8d\xfd\xa9\x73\x18\x34\xc0\x6c\xfd\xeb\xa4\x38\xd3\x2f\x20\xe6\xc5\xf6\xa6\x26\x51\x97\x06\xbd\x91\x1b\xf8\xa7\x53\x50\x71\xe1\x06\xff\xeb\x34\xf0\x7f\x79\x83\x4f\x4a\x98\x92\xe3\x58\x72\x37\x0e\xab\x9b\x7d\x63\x7f\x96\x72\x4e\xb0\x8e\xff\xa9\x4b\x58\x0d\xcc\x1b\xfb\x33\x58\x0d\x3b\x0f\xff\xb3\x09\x90\xa9\x7a\xc4\xf8\xd2\x3f\x5d\x65\xef\x81\xda\x01\x58\x76\xa3\x40\xf3\x9b\x20\xa7\x8c\x50\x00\xc1\x7e\xa1\x2b\xbb\xbb\xe6\x4c\xb6\xf8\x3c\x3a\xee\x1b\x12\x90\x7e\x21\xc7\xfd\x8b\x19\xc3\x68\x0e\xb9\xa0\xab\x7e\x06\x8c\xf9\x5b\x56\x4c\xdf\xb2\x69\x2e\x12\x09\x40\xe8\x42\x42\x58\x82\x19\x5d\xf5\xf5\x2f\xf2\xa5\x9f\xa4\x3c\x29\xe8\x0a\xff\x03\xf4\x99\x5e\xb3\x63\x68\x45\x0d\x50\x7d\xcd\xc0\x43\x3c\x02\x32\x33\x04\x1b\xc0\x64\x55\x49\x6a\x86\xea\x17\x05\x93\xa6\xb4\x1d\x58\x23\x6c\x5f\x29\x34\x05\xcc\x28\x77\xd3\x40\x30\x7f\x51\x93\x43\x6b\xcb\x03\x4c\x97\x09\x2d\xe0\x1f\xe2\x46\x9c\x1a\xfe\xfe\x07\x97\xd7\x1a\xd9\x60\xb2\x97\xa0\x3a\xba\x62\xf2\x53\x22\xaf\x61\x13\xf0\x27\x62\x52\xec\x0d\xa1\xf2\x19\x7c\xe2\x0f\x72\xdc\x3f\x3e\x3a\x3c\xff\xe1\xf4\xe8\x8c\x46\x03\x62\x50\x4b\x1c\x3d\xf0\xe2\x28\x53\x5b\x3b\x1b\xa5\x7d\xfb\x7b\x43\x52\x5b\x1e\x26\x06\x0b\x4e\x79\x1f\xfe\x93\xe3\x7e\x9e\xd1\x55\x3f\x57\x17\x22\x99\x81\x87\x56\x85\x81\xd4\x76\xb9\x2f\x75\x3c\xc1\x79\xac\x97\x1d\x26\xc0\x90\xb3\xd9\xd1\xad\x82\x60\x2b\xf7\x9b\x1c\xab\xdb\x68\x4a\xa9\x53\xe0\x7f\x12\xa0\xc9\xf2\x8c\xd1\x95\xfe\x01\x29\xc8\x2f\xaf\xcc\x2f\x48\x7b\x9d\x26\xd9\x0d\xa4\xc1\x2f\x48\xfb\x84\xbe\xdb\x21\x55\xff\x26\xc7\xfd\x2c\x97\x7c\x7e\x6f\x0e\xc5\x9b\xeb\x24\xbb\x52\xed\xd7\x25\x93\x63\x04\x4f\x61\xaa\x1a\x65\x5d\x32\x39\x56\x80\xa7\x5a\xb6\x9a\xa8\x0e\x39\xfc\xd2\xe9\x1c\xca\x95\x93\xc8\x71\xdf\xda\xae\x3d\x84\x47\x79\xb4\x33\x20\xd7\x49\x61\x3e\x0f\xa7\x53\x56\x14\xb9\x28\x14\x99\x0c\x58\xd1\x2f\x4c\x57\xa5\x04\x28\x01\xe1\xf5\x69\xa1\x1d\x68\x7c\xc0\xa3\x99\xf2\x4b\x91\x08\x1c\x8e\xfd\x8d\xc7\x34\x18\x6a\xf0\x8d\xc7\x31\xc8\x2f\x4a\xf9\xec\xf3\x32\xb1\xab\x80\x45\xca\x49\x78\xbe\x8c\x6f\x34\x3c\x5f\xe6\xcb\x9e\x2f\x2f\x3b\x4c\x50\xb5\x15\xf8\x40\xff\x53\x06\x98\xe0\x97\x3a\xc3\xae\x5e\xee\x6a\x00\x7f\x4c\x57\xf8\x9f\x1c\xf7\x3f\xe8\x6f\xf8\xdf\x0c\x43\xf2\x4c\x33\x91\x00\x35\xce\x81\xc0\xc5\x24\xa0\xcf\xcf\x81\xb6\xd5\x09\x4f\x26\xf9\x25\x2b\x90\x9d\x85\x46\xa7\x7d\x5e\x9c\x63\x0a\xb4\x39\x05\xd5\x0e\x9d\x50\x6e\xf3\xb8\x7f\xf1\xda\xa1\xda\xb9\xa5\x5c\xde\xf5\xdf\x9f\x7c\xf7\xdd\xd1\x69\xb7\x1b\x1d\xf7\xdf\xe7\xa0\xb2\x35\x33\xb9\xaa\xda\x21\xbd\xe8\x1f\x92\xe3\xbe\x66\x72\x1e\xd2\x7c\x3a\x5a\xf4\xd3\x7c\x4a\xee\x46\x8b\xfe\x1d\x99\x25\xc5\x35\x13\xfc\x0b\x1b\x2d\xfa\xf6\x37\x99\xb1\x69\xb2\x60\xa9\x4e\xb6\x1f\xc4\x4b\x75\x69\x00\x0b\xe7\xf7\x2a\x4d\xff\x24\xab\x6c\xc6\x44\x31\xcd\x85\x2a\xe9\x3e\xc8\x34\x59\x72\x99\xd8\x16\xcc\x87\x3a\xcf\xb8\x6a\xf4\x42\xff\x50\x33\x36\x34\xe3\x27\x91\x7f\xbe\xc7\x8d\xbb\xe8\x57\x13\x01\xa0\x19\xaa\x33\x28\x5b\x93\x4a\x10\xa3\x25\x82\xd1\x0b\xf3\x0b\xd2\x96\xf7\x90\xb0\x44\x50\x73\xf4\xeb\x2a\x49\xe9\x85\xf9\xa5\x91\xc1\xb1\x48\x16\xec\x2e\x17\x37\x28\xbc\xbc\xe8\x57\xd2\x80\x8c\xfb\x25\x88\x1b\x11\x3f\x6c\x6c\x6a\x5f\xcb\x63\xe8\xad\x4e\x70\x39\x4e\xa6\x43\xaf\x5d\x26\x52\xee\x17\x7d\x43\xb5\xbf\x81\x11\x83\x5c\xee\xc2\xfb\x00\x06\xc4\x4a\xfb\x2e\xbc\x0f\xd3\x06\xac\x80\x69\x08\x3e\xec\x9a\x9b\x2c\xef\x4b\xd5\x9a\x7a\x04\xae\xaa\xe8\x7f\xc3\x48\x04\xb3\x7b\xe6\x3e\xc8\x71\x1f\xe5\xf5\x66\xe4\xde\x17\xd4\x5a\xde\xdb\xd1\xe3\x4f\x75\x29\x57\x20\x6a\x0c\xa6\x50\x49\x73\xe5\x4c\xd3\xfe\x27\x39\xee\xa3\x9f\x3a\x1c\xe7\x19\xca\x84\xe8\x45\x5d\xaa\x5a\x2d\x85\x98\xd8\x4c\x2d\x15\xfe\x22\xc7\x7d\xed\x27\x32\x38\x41\x95\x34\x58\x35\xb5\x8b\x7a\x98\xee\x43\x61\x69\x90\xdd\xd2\x0b\xfd\x03\x4e\x92\x19\xac\xfe\x55\x7b\xd2\xf3\xec\x7d\x9e\xcc\xe8\xa9\xfe\x81\x94\xa0\xfa\xf5\x7d\x9e\xdf\x14\xf4\x34\xf8\xd4\xfc\x96\x3d\x2b\x8e\x89\x71\xc9\x38\xfc\xa5\x97\x77\x66\x0f\x9e\x4b\xbb\x08\xa6\x7a\x11\x4c\xf2\xf4\xec\xc7\x4f\xea\xb6\x9d\xfd\xf8\x09\xb6\xd4\xc8\x4c\x2e\xdc\x6f\xd5\x02\xba\x52\xa1\x57\x7d\xfc\x81\x24\xe2\x92\x65\x33\x96\xc9\xff\xc7\xee\xe1\x84\x4a\x7a\xdf\xaf\x26\x92\x2f\x7d\x06\x38\xfe\x12\xff\x93\x2f\x0a\x3d\x1f\xe9\x24\xf3\x13\x52\x33\x06\x29\x19\xc3\x32\x98\x4d\xbe\xf4\x2f\xf3\x3c\xa5\x97\xf0\x8f\x7c\xc1\x70\x49\xf4\x12\xff\xab\xd6\xe1\x0a\x5f\xe2\x7f\xf2\xa5\x7f\xa5\x2a\x5e\x49\xf8\xc5\xe0\xa7\x6a\x2f\x55\xa9\xa9\x84\x5f\x0c\x7e\xaa\xd4\x3c\x63\xff\x48\xd4\x38\xf0\x07\xf9\xd2\x17\x2c\x99\x15\xe5\x84\x93\x2c\x55\x85\xcc\x4f\xf2\xc5\xf2\xa0\x3c\xbb\x3a\x04\x92\xf7\xb2\x92\xa4\xa8\xe1\x6c\x46\x2f\xd5\x5f\xd5\x95\x50\xad\x0a\xf2\xa5\x5f\xac\x16\xf4\x52\xfd\x55\x93\xe1\x99\x9a\x0a\xcf\x60\x62\x9f\x61\x5a\x9f\xe1\xf7\x12\x7e\x2f\x55\x79\x75\xc0\x2f\xe1\x9f\xfa\x62\xf2\x2d\x9f\xcf\x55\x02\xfe\xc2\xd2\xaf\xef\xb1\xfc\x6b\x35\xba\x39\x4f\x15\xab\x73\xa9\x7f\xd8\x14\x28\x64\x7e\x92\x2f\xfd\x55\xc6\x7f\xa5\x97\xf0\x4f\x7f\x41\x09\xfc\x81\x29\x79\x86\x09\xb9\x1a\x21\x08\x4b\x0b\x75\xa8\x2f\xdd\x6f\xf2\xa5\x3f\x55\x87\x11\x52\xf5\xaf\x66\xdc\x88\xa1\xf1\xcf\x3a\xf0\x6a\xe5\x3d\x4a\xa1\x64\x6a\x01\x74\x31\xe2\xb0\x02\xb0\xe5\x02\x00\xb2\x4e\xd9\x86\x74\x5f\x9f\x9c\x9c\x1f\xbd\xad\x69\xb7\x2a\xff\x5a\xf9\xd2\xc1\x33\x96\x88\xe9\xf5\x5b\x5e\x00\x05\x0d\x7d\x02\xcd\xd3\x50\x00\x70\xb4\x73\x84\x7d\xe7\x7e\x93\x3b\xed\x4b\xb8\x7f\x8d\x2e\x85\xef\xf4\x0f\x72\x6c\x9c\x0c\x9b\x12\xaa\x89\x6b\x36\xbd\xb9\xcc\x3f\xab\x16\xf4\x4f\x05\xda\xd8\x67\x79\x0c\x4e\xa5\xef\xdc\x6f\x9d\x7e\x28\x58\xa2\x93\xd5\x4f\x72\x0c\x81\x16\xfc\xa1\x04\xdf\x86\xaf\x31\xdf\x1f\x92\x2c\xb9\x82\x31\xd4\xa4\xaa\xc2\xd3\x52\xda\x9b\x64\x99\x5c\xf2\x94\x03\x8d\x77\xa7\xb0\xb8\xfd\xd4\x6d\x1b\xb7\xe2\x41\xd3\xa5\x44\x55\x74\x11\x26\x95\x1a\x36\xb9\x6f\x4a\x1d\x5c\x79\xc3\x34\x6f\x92\xf4\xae\x5f\x97\x5c\x9e\xab\x57\xbc\x2e\x19\x98\x57\xfd\x5b\xdd\x67\xb7\x86\xef\x7d\xa8\x39\x4d\x96\x72\x25\xd8\xa9\x02\x68\xe2\x5c\x30\x46\xa7\xfd\x4a\x9a\xda\x5c\xc0\x95\x97\x89\x28\xe8\x83\x69\x76\x74\xd7\x37\x3f\xc9\x0f\x92\xa7\xc5\xe8\x81\x15\xd3\x64\xe9\xb9\x86\x1e\xdd\xf5\xcb\x49\x1b\x45\x41\x7c\x7f\xfe\xe1\xfd\xeb\xa6\xc6\x36\xa4\x41\x54\xab\x09\xbf\x6e\x37\xc2\x1f\xde\xbb\xff\xb5\x5c\xa4\x67\xc9\x9c\x55\x25\xdf\xd1\x80\xdc\xd9\xec\x58\x07\x7e\x8c\x2d\x15\xe9\x6a\xba\x52\x2e\x93\x17\x6a\xa4\x3a\xdb\x7d\x34\xdf\xd0\xf3\xa3\x0f\x9f\xde\x1f\x9e\x83\x50\x5a\x5d\x43\xd8\x4b\xb3\x27\x78\xdb\xef\x90\x36\x36\x49\x5b\xaf\x32\x0c\xf4\xc7\xa3\xd3\xb3\x77\x27\x1f\xe9\x91\x47\x29\xff\xc7\xdf\x7f\x38\x3a\xfd\xe9\xe2\xdd\xc7\xf3\xa3\xef\x4e\x0f\xcf\xdf\x9d\x7c\xec\x76\x77\x3e\xf7\x7f\xf9\xfb\x8a\x89\x7b\x73\x8f\xb7\x08\xd1\xff\xd0\x28\x43\x30\x8d\x6c\xca\x2f\xea\xc1\xc8\x06\x38\x32\xce\xee\x60\xe7\xe9\x03\x2f\xce\xf8\x62\x99\xb2\x37\x29\x9f\xde\x8c\x3e\xf7\x83\x6f\x05\x91\xb4\xc3\x6f\x55\x65\xf4\xb9\x1f\x26\xa8\x7c\xf5\x5f\x27\x61\xbe\x97\x60\xf2\x31\xbc\xa3\xcb\xc6\x6f\x93\x8b\xbe\xc9\x4f\xd9\x54\x7a\x45\xbc\xc4\xa0\x15\x9e\x5d\xb9\xac\x52\x8b\x41\x9e\xaa\x75\x9a\xe7\x90\xab\xdb\xb5\x9f\x2a\x0f\x42\x93\x7b\x99\xee\x9b\xf0\xe2\x4c\x07\xfb\x04\x91\xe6\xb1\x09\x0f\x3f\x52\x67\xa9\x3e\x6b\xa3\x01\xa1\xa1\xf9\x3e\xfb\x5f\x3e\x54\xc6\x07\x15\xfa\xb9\x9c\x62\xe8\xc1\xb7\xbc\x58\x42\x80\x57\x41\x3f\x97\x53\x14\x58\xcd\xf5\x03\xc6\x89\xfd\xa9\xe8\xe4\x95\xcc\xbd\x1c\xff\x13\x60\x40\x71\xed\xe5\xfa\x9f\x2a\x97\x17\x32\x17\xf7\x7e\x81\x30\x45\x91\x5e\x79\xc6\xbc\x02\xfe\x27\xf0\x2d\x86\xe4\x3b\xce\x05\x3d\x09\xbf\xbd\x97\x05\x47\x1a\x1e\x27\x53\xd5\x03\x3d\x69\xce\xab\xad\x57\x5b\x41\x11\x8a\xf9\x4a\x32\xf1\xf6\xec\x3d\x3d\x71\xbf\x6d\xba\x4d\x34\x29\x26\x81\x44\x03\x12\xd2\xb5\x71\x84\x0f\x6e\xfe\x9b\x50\x87\x9c\xfa\xcc\xec\xdb\x44\x26\x87\xb3\x64\xa9\x1a\x3e\xf3\xbf\xfc\x37\x08\x10\xe5\xbb\x52\xb5\xe9\xa8\xf2\x7f\x9d\xa8\x4e\x51\x8f\xc9\x3e\x8d\x2a\x74\xc7\x53\x26\x3a\x71\xb7\x0b\xa5\x4c\xff\x5b\x4a\xd6\x35\x87\xac\xbe\x8e\xd8\xfe\x9a\x36\x34\xa5\x4b\xb5\xd4\x09\x2e\x24\x7d\x0d\xff\x08\x7e\xf5\xcd\x24\x5e\xf7\xdd\x34\x21\xe3\xef\x3f\x64\x5c\xba\x5c\xff\x13\x05\x35\xab\xe5\x71\x2e\xb4\x2c\x81\xbe\x2e\xa7\x6c\x1a\xd7\x5e\x6b\x95\x7f\x4f\x8f\x3d\x15\xe6\xef\x49\xd6\x7f\x77\x76\xf1\xf1\xe4\xed\xd1\x41\xd6\x47\x1d\x8c\xbe\xd6\xe1\xa0\xc7\x23\xf7\xde\xaa\xd3\xf0\xbd\x95\xd6\xa5\xd3\x63\x5f\x21\xc4\x2a\x05\xfc\x2f\x29\xf0\xbb\x84\xce\xf3\xfe\xf0\xcf\xfd\xe7\x1d\x1c\x8d\xa7\x5b\x52\x55\x52\xf9\x7d\x47\xa4\x15\x5e\x28\xd3\xeb\x48\x99\x59\xda\xc0\xca\x00\x7c\xfc\x55\x9e\xbc\xb1\x4a\xb7\x5b\xa3\x8b\xa4\x77\x45\x37\xdf\x72\xad\x66\xc4\x76\x25\xbd\xfe\x05\xc9\x0e\x22\x97\x43\xf1\x87\x5f\x80\x86\x4d\xc6\x23\xbf\x38\xd8\xdf\xf9\x85\xd1\x7a\x0a\x56\x53\xa8\xeb\xbd\x2b\xd8\x34\xbf\xca\xf8\x97\x30\xb8\xc4\xff\x82\x7d\x46\xa0\x1d\xe7\x47\x41\xb2\x16\x4f\x18\x76\xd2\xa9\xa6\x5d\x5c\x98\xb8\x3b\x3a\x5a\xa3\x4a\x22\x6c\x83\xca\x54\x65\x0d\x35\xa7\x91\xaf\xfd\xc3\x2d\x34\xca\xd0\x5e\xc6\x55\x1b\x57\x10\x11\x19\x3c\xb5\x7b\x96\x03\xcd\x6a\xba\xa6\x8e\x8e\xfc\x2f\x20\x00\xf7\xe1\x6c\x06\x90\x12\xbc\x80\x86\x49\x91\xdf\xb1\xf1\xb3\xcc\x8c\x53\x2f\x93\x9e\xcc\x66\x9e\xae\x33\x8b\xb5\x9e\x1b\xd8\xd2\x3a\x03\xda\x1a\xc7\xa9\xe0\x97\xeb\x3a\xb9\x45\x67\xa9\xc6\x04\x85\x67\x6d\x79\xcd\xac\xab\xae\xf6\x32\x29\x0a\xf4\xad\xfa\x4f\x99\xff\xb3\xa3\xad\xd7\xbc\xce\x01\xab\xfb\x23\x20\xa5\x25\x8a\x37\x1b\x6d\xc4\x52\x55\xa2\xcf\x21\xba\xba\xb0\xf6\xe2\xaa\x2d\xc1\x32\x97\x82\xb3\xa6\xcc\x0b\x09\x92\x97\xcc\xc0\x6d\xab\x9c\x24\xc6\x09\x39\xeb\x81\xab\xc7\x9d\x24\xf6\x42\xad\x66\x11\x46\x66\x6f\x25\x51\xae\x7f\xfa\x2a\x6d\x49\x35\xf8\xc0\xa0\x1a\x04\xa0\x17\x67\x3d\xca\xc6\x7c\xe2\xab\x7d\x6b\x23\xce\x07\x95\x34\x92\x54\xc2\xeb\xab\x84\x48\xbb\xd7\xfa\x9d\x58\x6c\x5a\xcc\xa8\x48\x6f\xf8\x16\x4b\xa1\x60\x69\xc6\x6c\x42\xe5\x86\x94\xca\xc3\x92\x37\xd8\x60\x63\x1c\x71\x1e\x19\x3b\x43\xb3\xa4\xaa\xa5\xa4\x85\xab\xa3\x56\x30\x21\x59\xdc\xca\xba\xdd\xcc\xc0\xef\x23\xc5\xd1\x2b\xca\xb8\x9c\x12\x49\x52\xc4\x44\x44\x45\xec\x6d\x42\x11\x84\x97\x28\x96\x29\x97\x51\xe7\x59\x07\xbd\x2d\xa4\x31\x3c\xbc\x42\xc2\x06\x9d\x7b\x3e\xfb\x66\xfd\xf3\xb3\x67\x57\xae\x81\x30\x3e\x05\x2e\xe3\xcb\xe7\xeb\xf5\x2e\x46\xb0\x06\x00\x7d\x32\x8f\x3a\xdf\x74\xe2\x03\x36\x9a\xb1\x69\x3e\x63\x3f\x9c\xbe\xb3\x34\x5d\xc4\xe2\xbe\x60\xcb\x34\x99\xb2\x68\x45\x58\x56\xce\xc7\x8e\xa7\xf4\xd9\x37\xd1\xc1\x68\x2f\x3a\x18\xbd\x58\xff\x79\xfd\x7a\xfd\x26\x5e\x3f\x8f\x0e\x46\xaf\xd7\x6f\xd7\x87\xf1\xfa\xc5\x20\xf6\xc7\x34\xf7\xc7\x54\x69\xd1\xef\x71\x4a\xaa\x23\xc2\x1e\x67\xf4\x59\xf4\xf3\xb3\xf5\xcf\xfd\xf5\xcf\x7f\x5a\xff\xdc\x5b\xff\x7c\xb0\xfe\x79\xbd\xfe\x39\x5a\xff\x1c\xaf\x7f\x1e\xaf\x7f\x9e\xac\x7f\x7e\x58\xff\xbc\x59\xff\xfc\x73\xfc\xec\x8a\x5c\xd3\x20\x30\x1b\x59\x1a\xc0\xe6\xf1\x6f\x49\x71\x72\x67\x1f\xa8\xdc\x60\x17\x15\x95\x56\xeb\x91\x8f\xad\xd7\xc6\xa8\x73\xcb\xd5\x57\x37\x5b\x5d\x7d\xac\xdd\x4e\x0a\xb8\xf8\x05\x9b\xe6\xd9\xcc\xc1\x03\x75\xf1\x0d\x45\xf8\xcf\x3e\xfa\x63\xde\x59\x6a\x2f\xd9\x44\xc6\xdb\x3a\x10\xf9\x2d\x9f\xb1\xf6\x32\x11\xc9\xa2\xfd\x4f\x30\x05\xf9\x67\xb5\x41\xed\xb3\x71\x2c\x27\x0a\x1b\x56\xac\xd7\x0e\xc4\xa8\xd3\xe9\x09\xeb\xfa\xf6\x71\x98\x66\xfa\x4d\xc2\x9e\xfb\x5e\xe0\xe5\x0d\x7a\xb6\x19\x4f\x5a\xb7\xe3\xc1\xa4\x51\xc3\x5f\x82\x86\x3f\x60\x23\x52\x63\xde\xae\x6d\x27\xb2\xfe\xf4\x3a\x11\x6f\xf2\x19\x3b\x94\x11\x8f\x5b\x8a\x28\x5a\xae\x64\x04\xf6\xd7\x3b\x43\xeb\x24\x40\x6c\xc8\xed\x78\x58\xee\xcd\xba\x7b\x50\x55\x5e\xfc\x85\xec\x0c\xd0\x37\xfd\xed\x78\x6f\x6b\xd1\xdd\x21\x34\x8f\x45\x5f\x34\x15\x45\xd0\x7b\xa5\x66\x7a\x15\xce\xd4\xbb\x7d\x30\x41\x7b\xb6\x67\xa4\xf3\xf3\xcf\x7f\x18\x76\xe2\x0d\xb9\x0a\x86\x6b\x35\xe6\xa2\xf1\x7f\x3f\x9b\xf4\xe2\x8e\x2a\xb0\x57\x5b\xa0\xaf\x73\x5f\xd4\xe5\x76\x70\x50\xf7\x6a\x50\xf7\xdb\x07\xb5\x21\xf7\xd5\x15\xc3\xbd\x59\x44\x8a\xd2\x81\x52\x76\x5f\xcf\xfb\x47\x1f\xdf\x9c\xbc\x3d\xba\x38\xfc\xf8\xf6\xe2\xed\x11\xfc\xfc\x74\x78\xfe\xfd\xc5\xd9\xd1\x77\x1f\x8e\x3e\x9e\x9f\x1d\xcc\x23\x11\x8f\x84\x6a\xb6\x69\x75\xfd\x76\x55\xb9\x6d\x53\xb8\x2c\x39\x73\x7e\xd8\xc4\xe4\x62\x9b\x83\xe7\x3b\x4b\x5f\x78\xae\x0c\x5e\xfc\x05\x70\xb5\x77\x88\x06\x31\x84\x54\xb1\x78\x64\x18\x07\xde\xc1\x3d\x78\x4b\x38\xb5\xee\x35\x8c\xcb\xaa\xaa\x91\x25\x62\x45\xb2\x82\x98\xee\x64\x4a\x07\xad\xe1\x5e\x37\x2a\xe8\xde\xcb\x97\xd1\x94\x76\x3a\x94\xd2\xd5\xc1\x8b\xd1\xb7\x7f\x55\x3f\xc2\x81\x1c\x0c\x47\x2f\xf6\x6a\x92\xf7\x46\x83\x58\x8d\x72\x45\x57\xda\x10\x60\x18\x93\x88\x53\xbe\x5e\x8f\x27\x31\x62\xba\x55\x4c\xa2\x9c\xe6\x5e\xca\x60\x87\x46\x2f\xba\x45\x1c\xc7\x64\xf8\xa2\x5b\x74\xbb\x62\x3c\x9d\xf4\x7a\x44\xa3\xc6\x07\x75\xe9\x47\x53\x82\xf4\x5f\x1a\xad\xe2\x8d\xb9\x3d\x0f\x59\xb2\x60\xc5\x88\xaf\xd7\x17\xa4\xb8\xce\x57\x29\x28\x7d\xcc\x58\x31\xca\xd7\xeb\x0b\x0f\x8d\x1f\x95\xc8\x03\x06\x03\xd7\xb1\x93\xfa\x19\x52\x6d\x54\x07\x86\xf9\x5c\x1f\x13\x40\x1b\x12\x49\xe7\x1e\x98\xcf\x0c\xe5\x07\xad\x69\x7f\xaf\xba\xb5\xcc\x7c\x7d\x96\x67\x58\x8b\x1f\xc8\x91\x17\x2d\x3a\x91\x92\x89\x8c\x76\x3a\xd6\x9b\xc8\x15\xfb\x6c\xf6\x0b\x92\x34\x99\x50\x04\x89\x6a\x35\x4c\x8a\x87\x7b\x4f\x82\xf3\x6a\xe6\x74\x80\x13\xdd\x81\x89\xee\x42\xcc\x10\x48\x18\xb9\x05\xb0\xd8\x55\x25\xb8\x15\x3b\x2b\x83\xbd\xb1\x82\xc4\x8a\xf6\xb1\x74\x4f\xf6\x92\x83\x41\xa5\x8d\x7f\x94\x4d\x5a\x9a\xf7\x9b\x26\x32\xca\x91\x20\x8c\x64\xec\x01\xbb\xcf\x81\x31\x9d\x9a\x70\x93\xed\x38\xe4\xae\xd7\x91\xbf\x38\x0a\xb0\x9f\xb2\xab\xa3\xcf\xcb\xc8\x5f\xc3\x38\xf6\x97\x70\x43\xfc\x4e\xae\xd8\x16\x1b\x39\xb7\x39\xc6\x49\xd3\x0e\xa5\x60\x30\x0d\xce\x77\x3d\x9a\x6f\x3f\x73\x76\xd0\x59\x68\xd1\xa5\x0f\xc5\x58\x8c\xb3\x09\x98\xc4\x1d\x45\x9c\x00\x16\x34\xa6\x21\x1b\xcf\x47\x78\x50\x43\x17\xcf\x83\xe2\xf9\x26\x9c\xc1\x72\x25\xeb\x5d\xb1\xc0\x98\xb1\x41\x30\x7d\xf2\xda\xc8\x5a\x95\xf1\x59\x34\x07\xab\xf8\x39\xe2\x84\x1b\xeb\x58\x6c\x94\xf0\xb1\x49\x99\xd0\x4c\xbb\x28\x2b\x2d\xd3\x41\xf9\x4c\x67\x7d\x3e\x1b\x69\xbb\x4a\x97\x1c\x97\xcb\x69\x4b\xba\x3e\x9f\xe9\x20\xd5\x5e\x13\xe3\x52\x02\x51\xc5\x26\x24\x0b\x57\x01\x9f\xf8\x1a\x1c\x6f\x85\xfb\xb8\x63\xac\x73\xc6\x93\x96\x39\xbb\x2d\xd8\x53\x59\xde\x53\xf9\xc8\x9e\x4a\xd8\xd3\x13\xb5\xa1\xb1\x62\xce\x60\x1a\x3c\x6e\xda\x50\xa9\xca\xe6\x7e\xd9\xdc\x3b\xfb\x30\x98\xc3\x2a\xc3\x13\x5a\x89\xfe\xba\x62\xe2\x5e\xc7\xaf\x64\xeb\xf5\xc3\xc6\xbb\xe4\x37\x76\xde\x2d\x46\x1d\x72\x7e\xf6\x73\xef\xd9\xd5\x82\x74\xbe\xd9\x1b\x28\x5e\x4c\xdc\x3f\x48\x5a\x4b\x1c\x6b\x87\x53\x0a\xd5\xd0\x4e\xc7\x46\xc2\xdb\x1c\x7a\x0b\x8d\x5e\x61\x34\x09\x5a\x4e\x26\x41\xc9\xfa\x82\x95\x72\x60\x9a\x58\x2e\xa6\x12\x61\x41\xce\x2b\xe6\xb4\x00\xd4\x15\xb7\xa7\x9d\x73\x8e\x27\x44\xea\x43\xcb\xc8\x80\x28\x1a\x67\xa0\x48\xa8\x16\x44\xdd\x95\xa4\x06\x32\x8b\x3c\xc7\x03\x41\xe5\xa6\x75\xbe\x95\xb1\xf2\xe2\xa5\xd1\xb0\x2e\xe1\xb4\xf3\xdf\x1d\x92\xd3\xf1\x80\x0c\x08\x78\x3a\x75\xfe\x53\xad\x81\x34\x01\x3f\x82\x2b\xba\x33\x20\x29\x1d\x28\x3c\xba\x3f\x75\xbc\xe1\x54\x9d\x2b\xd3\xc5\x9c\xb2\xf1\x74\x42\x66\xf4\x2e\x2a\xc8\x1c\x39\xe3\x3c\x26\xd7\x74\x86\x73\x26\x4b\x3a\xeb\x07\x78\x6c\x3f\x7d\x69\x8d\x82\x53\x73\x44\x17\xb4\x18\xa7\x93\xd6\x8b\x1d\x4a\x17\x80\x0e\x00\xe3\xee\x0c\x49\x46\x33\x4b\x30\x02\x91\x49\x78\x8f\x76\x9e\x75\x48\x46\x6f\xc7\x58\x74\x12\x2d\x48\x06\xe9\x57\x2e\x25\x8e\x37\xc9\x78\x3a\xa1\x0f\x86\x2f\x9d\x1b\xd4\x43\x10\xc1\x5e\x97\xb0\xeb\x72\xb3\x59\x81\xb7\xe9\xfa\xfe\x62\x92\x39\xdc\x95\x90\xcc\xe2\x3a\xde\xeb\xfc\xa1\x43\x32\x8d\xc3\x72\xb2\xcd\xee\xae\xdb\x95\xfd\xa4\x40\x7f\x72\xfd\x44\x31\x9b\xc6\x17\x0d\x8c\x09\x5c\x0a\x14\xec\x0a\xfc\x70\x8e\x0a\xc3\x52\x17\xa3\x64\x13\x6f\xc8\x79\xc0\x2b\x61\x4e\x39\xa6\x9b\x0f\x3f\xa0\x45\xed\xcf\xbb\xc6\x80\xfd\xfc\x9a\x09\xd6\xe6\x45\x3b\xcb\xdb\xc0\x83\xb7\x55\x8d\x59\xbb\xd3\x63\xbe\xc3\x01\xcf\xbb\xae\xed\xd5\x1e\x13\x03\x70\x4a\x19\x01\xe4\xb1\x99\x80\x4a\xc7\xd9\x84\x72\x8f\x4f\x08\x27\x55\xa0\x4c\xbd\x4a\x26\xef\xec\x04\x73\x0a\xeb\x19\x26\x6b\x0b\x4e\xd4\xf5\x14\xdf\xd5\x81\x05\xa9\x89\xb1\xf3\xa4\x05\xe1\x54\xf4\xcd\x0e\x99\xc8\x2c\x66\xd6\xb9\x99\x75\x42\xf9\x38\xc7\xc3\x9c\x98\xc3\x9c\xe9\x53\xdb\xa3\xf7\xe3\x44\x1f\xd2\x84\x38\x3a\xa2\xf3\xac\xb3\x43\x35\x87\x65\x08\xe3\x4c\x55\xe9\x65\x31\x81\x83\xe3\x01\x51\x6c\x4f\x63\x49\x9c\x3c\x3c\xd8\xe9\xf0\x9e\x41\xd9\x38\x56\x68\xa7\x6e\xbd\xbc\x2a\x35\x87\x68\x3c\x21\xc2\x50\xf8\x37\xec\xbe\x88\x14\xf7\x01\xda\x19\x91\x4f\xa3\x37\x51\x11\x6a\xa7\x09\x04\x90\x9c\x38\x3a\xc4\x46\x59\xaa\x11\x3a\xf0\x18\xf1\x59\xee\xf0\x59\x41\x07\xfb\xc5\xcb\xdc\xb4\x5e\x98\xd6\x57\xea\xd2\x8d\x27\xb4\xd3\xab\x69\x27\x1f\x17\x93\xb8\x25\x0d\x61\x8e\x56\xf7\x49\x8f\x76\x1a\x8a\xc7\x3a\x84\x59\x94\xc4\x36\xda\xac\x2f\x53\x3c\xe8\x74\x46\x9d\x83\x4e\x4f\x6a\x51\x4f\xb7\x53\xba\x8b\xe0\xf1\xb8\x69\x2d\xbd\x98\x3a\x86\x99\xe9\x76\x62\x22\xe8\xc3\x86\x6c\x41\xd7\xe3\x6c\x62\x8a\xd3\x4e\x4c\x72\x7a\x13\xf1\xf1\x60\x12\x93\x84\x9a\xe5\x20\x85\x02\x8f\xc6\x11\x6f\x4b\xd1\xbb\xe6\x24\x1e\xac\x68\x47\x8a\x15\xeb\x8c\xa2\xe4\xd5\x5e\xb7\xdb\x19\x4f\x14\xe7\x93\x6b\xfe\x25\xd9\xdd\x53\xa7\xab\x00\xbf\xfa\xe3\xdc\xa6\x0f\x88\xca\x99\xac\xd7\x91\x18\xe7\x13\x3a\x9e\xc4\x31\x59\x81\x23\xec\x03\xd5\xfd\x70\x12\x8f\x3a\x9d\x98\x14\x07\x2a\xdb\xac\xef\x08\xca\xae\x1a\xae\xb4\x15\x9b\xd7\x85\x86\xd2\x54\x92\xc5\x4d\x13\x13\x08\x69\x67\xa8\x4e\x8e\x13\x8d\xfd\x9f\x4e\xbc\x0f\x84\x7e\x0e\xc2\x63\x66\xb8\xc5\x01\xc9\x63\x13\xba\xd1\x2b\x7e\xd0\xd1\x6e\x87\xd5\xfd\x33\x27\xc6\x56\x4a\x7a\x43\x62\x11\x5d\x2b\x68\x2d\x89\x9d\x6f\x89\x70\x4f\xd5\x41\xc2\x1b\xca\x82\x1b\xca\xe0\x86\xb2\x58\x3b\x6b\x66\xad\xc7\x19\x73\x46\xd5\x55\x1a\x45\xcc\x91\x33\x11\x8b\x49\xea\x7d\xa6\x7a\x56\x53\xcb\x97\xb4\xa6\xaf\x86\xdd\x6e\xe7\x59\x87\x7a\x23\x98\xee\x0e\xe3\xf2\x82\xa8\x34\x92\xd2\xd4\xa5\xa4\xd6\x3f\x84\xe2\xa1\x77\xbc\xe0\xaf\x73\x3a\xd8\x9f\x5b\xb4\x0e\x58\xe9\x2c\x12\x84\xf9\x0c\xf0\x3c\x8e\x63\x73\x40\xe7\xbd\x5e\xbc\x6f\x2a\x43\x60\xd3\x6b\x3a\xd8\xbf\x76\xd7\xff\x1a\x9c\xad\x5f\x4f\x2c\xc8\xef\x76\x67\x3a\xea\xc7\xf8\x7a\x12\xb7\x44\xbd\x00\x04\x60\x4a\x1d\xec\x66\x88\x54\xd7\x6b\x43\xac\x64\x54\x60\xd0\x22\x31\x1e\x2a\xe8\x22\xc6\x7b\xe0\x92\xba\x5c\xae\xa0\x89\x2a\xb7\xa2\x89\x2a\x97\xd2\x64\xbc\x67\x5d\x0e\xa6\x96\x27\xd9\x05\x37\xb6\x39\x88\x16\xb3\x1d\x4a\x0b\x93\x53\xec\x02\x1f\xc2\x77\x28\x5d\x99\xb4\xd5\xae\x45\x5b\x90\x7e\xc0\x77\x57\x23\xa8\x75\x50\xec\x66\xa3\xc1\x26\xde\x44\x33\xdc\xb6\x25\x9d\x8d\x07\xd6\x69\xf9\xb2\xdb\x5d\x7a\x0b\x12\x71\xf5\xad\x89\x87\x6e\x17\x24\x48\x7f\x50\xdb\x6a\x13\xf5\x6d\xdc\xfd\x56\x6d\x6e\xaa\x89\x8f\x06\x76\x89\x3a\x52\x00\xb8\x58\x60\x16\xd1\xb7\xc9\x0e\x5f\xaf\x83\xf8\x18\x1a\xcd\x01\x51\x09\x11\x30\xb8\x73\x2e\xd0\x31\x71\x15\xa5\x66\x70\xb9\x02\x35\x43\x82\x8e\xbf\x0e\x23\x11\xb7\x2c\x4d\x6f\x04\x2e\x5e\x0c\xd3\xc1\xfe\xca\xc9\x61\x56\x06\x8e\xa5\x34\x1b\xaf\x26\x64\x4a\x53\x4d\x0a\xce\xd5\xb9\xf4\x89\x2e\x32\xa3\x97\xe4\x5a\xc7\x03\x99\xee\x50\x7a\xd1\xed\xce\xd5\x3f\x8b\x02\x96\x74\xb0\xbf\x7c\x39\x35\x6d\x2f\x55\xdb\xd7\x74\x67\xa0\x9d\x7b\x4f\xc7\xcb\x09\xb9\x85\x70\xa3\xe3\xa4\xd7\x9b\xb4\x66\x94\xd2\xcb\x6e\x37\x9a\x41\x4c\xde\x47\x6f\x63\xb7\x3b\x1f\x2f\x27\x07\xb3\xf1\x62\x42\x6f\xbb\xdd\x1a\x06\xe3\x36\x1e\x61\xee\xa6\x18\xaf\x3c\x72\x32\xb5\xe4\x24\xc8\x5e\x8b\xd1\x8c\xf0\xe2\xed\x7d\x96\x2c\xf8\x74\x74\x6d\x31\x49\xb1\x89\x96\x24\x25\xc0\xce\x2b\xd0\x68\x14\x79\x3a\x83\xfe\xf3\xfe\x8b\xce\xe3\x23\x54\x40\xfa\xbc\xff\x31\x17\x0b\xd8\x29\x41\x1f\x32\xf3\xfb\x0c\xe9\x90\x51\x4a\x6c\xd2\xa7\x44\x5e\x8f\x0a\xfd\x4a\xa0\x3e\x4c\x99\x79\x08\x97\x17\xc9\xb2\x96\x5a\x82\x27\x95\x16\x8b\xf2\xa8\xd3\x21\xa2\xf4\xbc\xe5\xa2\xb6\xb7\x99\xf5\xbf\x6f\x31\x5c\x4e\x85\x7e\xcb\x21\x45\x40\x37\xe4\x0a\x8b\xa8\x13\x52\xd4\x9c\x90\x02\x4f\x88\xd4\x87\x3e\x6e\x25\xd1\x94\xa4\x24\x1f\xa7\x13\x3c\x92\x73\x2a\xdc\xd3\x4e\x3a\x69\xcd\x0f\x58\x34\x25\x73\xe8\x7b\x94\xa1\x78\x9e\x93\x69\xbc\xd9\x44\x8a\x62\x09\x1e\x64\xe5\x01\x3a\x95\x24\x4c\x73\xe8\xe8\x49\x0e\xa3\x6d\xe9\x88\x4c\x9f\xe8\xb9\xf7\x90\xfe\xc9\x7b\xf3\x15\x17\xbf\x14\xa1\x7b\x87\x1a\x83\xf5\xc0\x6b\x4c\x47\x14\xb7\x4b\xf5\xaf\xfc\x64\x5c\x67\x9a\xfe\xaf\xbf\x17\xa7\xf9\xd5\xe1\x65\x2e\x24\xbd\x23\xac\xff\x4e\x1b\xf8\x03\x05\x0d\x6e\xcc\x59\xff\x5c\x24\x59\xc1\x55\xb7\x68\x21\xea\xa7\x20\x27\xc9\xfa\xa8\x44\xf6\xe9\xf0\xf4\xf0\xc3\xd9\xc5\xd9\x4f\x1f\x5e\x9f\xbc\xa7\xac\x5f\xfe\x3e\x3b\x3f\x3c\x3f\x72\x9f\xa6\x33\xd7\x1c\xad\x7d\xbe\xce\x1b\x7c\xff\xd8\xf3\x06\xe3\xc2\x4d\x84\x8d\x32\x8f\x79\x10\xf6\xba\xe3\x9a\x87\x79\xb2\x99\x16\x2b\x2e\x58\x51\x24\x57\x0c\xfc\x98\xd4\x94\x31\x8d\x82\x0a\x23\x38\xf7\x3c\x17\xc9\x94\x1d\x34\xa4\x87\x47\x04\xbd\xd5\x09\xfc\x5f\xe3\x94\xa8\xe4\xae\x06\xdb\xb4\xb9\x71\xe8\xc7\xcc\x79\x69\xa1\x0c\xbd\x21\x25\x0d\xb2\x85\xe2\xe9\xef\x61\xab\x12\x8f\x0f\x2f\xd9\x71\xa1\x57\x91\x08\xa0\x09\x20\x08\xe4\x58\x4c\xca\x81\xf2\x0d\xe9\xc5\xba\x5d\xe6\xc5\x5a\x14\xdd\xae\x70\x6e\xc7\xd8\x58\xec\x0e\x01\x61\xd6\xe1\xeb\x6e\xb7\x30\xaf\x62\x1d\x8f\xcf\xe8\xc4\x9b\x28\xb3\xc2\x3a\x49\x33\x9f\x09\x21\xe3\xc4\xd4\x19\x10\xa1\x48\x11\x39\x71\x91\xff\x14\x73\x10\xc6\xdf\xf7\x08\x67\x35\x3d\x66\x29\x82\xb1\x84\x71\xb9\x28\x02\xd6\xf7\xa3\xca\xa2\xf0\x80\x66\x22\x46\x06\x2f\x8e\x25\xd9\xa7\xa2\x21\xca\x32\x5f\x60\x4e\x55\x0b\xe3\x6c\xb2\xd9\x84\x8f\xa5\xe0\x7e\x2e\xcd\xaf\x7c\x8a\xfe\xf7\x8a\x45\xa3\x43\x35\x8a\xc0\xed\x2e\x47\x52\x27\x07\x52\xa7\x05\x7d\x47\xde\x61\x6f\xff\x9f\x4e\x8f\xf7\x3a\xa3\x76\xa7\x97\x7b\xa2\xbb\x04\x6a\xe9\xe2\x8a\xa1\x71\xd3\x98\xb9\x3d\xac\xbc\x3d\xb2\xf5\x9a\xb5\x8d\x67\x8e\x7c\xde\x46\xa2\x77\xbd\xae\x2c\x73\xb9\xe0\x47\xc8\x6f\x8e\xd7\x5f\x71\x1d\xd6\xed\x62\x5c\x39\x38\xa1\x31\x78\xf9\xd9\x77\xd5\x97\x1e\x2e\x52\xcc\x40\x92\xa6\xa3\x87\x0d\x41\x2b\xc3\x99\xfa\x89\x26\x74\xea\xe7\xa6\xb5\x8a\xb2\x7e\x92\xa6\x0a\x68\xe0\x8a\xed\x0c\xd1\x03\x9c\x3a\x32\xea\x10\x91\x69\x24\x63\xc2\x62\x7b\x5e\xe1\x6e\x78\x37\x65\xbd\xc6\x18\x03\x99\x36\xcd\x9b\x81\x8b\x44\x35\xb2\xd8\xb5\x24\x63\x3e\xf7\x2b\xb9\xb7\x01\x81\xf1\x50\x50\xe4\xbd\x88\xf2\xb8\xdb\x5d\x44\x49\x1c\x83\xa7\x52\x9c\x33\x88\x00\xf4\xbe\x66\xda\x5c\x72\x66\x2e\x27\xd0\xe3\xa1\x7b\xd2\x94\x0e\xc8\xdc\xf2\x78\xfb\xe9\xcb\x39\xc8\xc8\x72\x0c\xfb\x92\x8c\xd3\x09\x78\x33\xaa\x6b\x48\xbb\x1f\x55\xc3\x52\x2b\x3c\x16\x5b\x8a\x5a\x52\xf6\x20\xd3\x3e\x2b\x37\xfe\x7b\xbb\xbd\xec\xe1\x15\x62\x1e\x34\xb9\xf5\x8e\x13\xaa\x44\x8e\xc0\xd7\x20\xbe\xc2\x76\x2e\x2e\x10\x65\x5c\xec\xee\xfd\x79\xf8\xb7\xbf\xfe\x79\x30\x18\x0c\x9f\xbf\xf8\xf6\x6f\x7b\x83\xdd\xe7\xcf\xf7\xf6\xee\x9e\x77\x5a\x25\xac\x72\xa5\xdf\x4a\x3b\x17\x06\x1b\x99\xba\x7b\xcf\xf7\xfe\xf6\xb7\xbd\xbf\x3e\x1f\xec\x0d\x9e\xef\xee\x3d\x7f\xbe\x07\x95\x43\x14\x75\xaf\x9f\x29\x3b\x17\x17\x7f\xff\xe4\xaa\x3e\xff\xdb\xde\xdf\xfe\xba\xf7\xe2\xaf\x2f\x5e\xec\x3e\xdf\xd3\x15\xeb\x30\xde\x25\x54\xbf\x68\x8e\x08\x4a\x44\x39\x48\x74\x10\xbb\x0f\xc3\x97\xe3\x67\xec\x62\xa1\x2a\x7e\x35\xb7\xc9\x80\x5f\xe6\x22\x5f\x78\xfe\xde\x65\x1e\x3c\x84\xf1\x42\x63\x31\x1b\x9e\x80\x17\x87\x53\xc9\x6f\xc1\xbb\x0b\x24\xac\x44\xaa\x2d\x46\x3b\xab\xe5\x2c\x91\xac\x63\x3d\x31\xe6\xe9\x6d\x25\xb8\xb6\x81\xc0\x60\xdb\xe3\x1a\xf5\x30\xf7\x8e\xed\xfb\x4d\xb2\x2a\xd8\xec\xf5\x3d\x8c\x81\x67\x57\x7e\xa1\x61\xb9\x90\x76\x4d\xb6\xb5\x8c\x69\xe8\x14\x85\xfa\x35\x65\x2f\x6e\x39\x38\x34\xfb\xbb\xf7\x42\xa0\x03\x86\x8f\xaf\x26\x54\xac\xd7\x0c\xc5\xe0\x26\x40\x87\x64\x99\x34\xf2\x71\x24\xd3\x8c\x7c\x7c\x96\xc8\x04\x45\xac\xea\x17\x44\x37\xf5\x17\x66\xf6\x21\x9f\xb1\xd4\xb5\x7e\x39\xb1\x91\xc9\x97\x68\x15\x17\xec\x04\xd8\xc2\xfa\x29\xe3\x7b\x57\x41\x18\x22\xcb\xc5\xdb\x41\xfd\xad\x8f\x8a\x6e\xf1\x9b\x59\xf2\xdb\x5c\x1a\xab\x43\x3f\xa3\x60\xbf\xae\x58\x36\x65\x74\x77\x48\x78\x10\xf5\xc0\x8c\x26\x33\xd6\x7a\x7d\xc1\x14\x69\xa0\x78\x32\xd5\x42\xe4\x8d\x8f\xbb\xc8\x1c\xdb\xb7\x6f\x27\x7f\xc2\xfe\xed\xc0\x79\xdd\x56\x66\xbd\x1e\xa0\x20\x49\x8f\x3e\xfe\x8a\x1d\x57\xad\x77\xf4\xf3\x0e\x8a\xa3\xec\x51\xee\x76\xa3\x9d\x7c\xeb\x0c\xd6\xeb\xba\xfc\x4a\x2f\xb1\x51\x69\x54\xbb\x25\xfa\xc8\x9a\xd9\xfd\x16\x01\x49\x52\xde\x49\xe1\x7d\x68\xfd\x31\x3f\xc9\x50\x4b\x85\x11\xd9\x7b\x3b\xee\x97\x1b\x17\xbb\xc3\x09\x10\xb0\x71\x89\x43\x2e\xf6\x7b\xbd\x95\x61\x7c\x82\x2a\x2b\x94\xd2\xa7\x7d\x5e\x68\xcf\x3c\x33\xed\x53\xb4\x7a\x88\x52\xac\xb8\x09\x4f\x11\x33\x4e\xef\xcf\x74\x8a\x89\x18\x65\x4e\x93\x30\xf7\x20\xaa\x3e\x4e\x27\x0e\xee\x1c\x54\x4e\xdd\xce\x90\xdc\x06\x94\x47\x82\x25\xdb\xbb\x6d\x2c\xd1\x89\x15\x23\xe6\x6a\x61\x2f\xa0\xaf\x03\x7c\x56\x1f\x1f\xe8\x6a\x48\xc9\x4a\x5f\x89\xbe\xd2\x7d\x69\xbb\x7b\xcb\x67\x28\xb8\x60\x24\x89\xe3\x8d\x1a\x0b\xae\x44\x1b\x46\xdc\x89\xfd\xc8\x3e\x75\x57\x07\x87\xa3\x01\x4a\xec\x5d\xe5\x8d\x91\xcb\x56\x62\xe8\xca\xbe\xbc\x66\x8d\xd1\x78\xfc\x9e\xa0\xa0\xce\xdf\x10\x89\x53\x6d\xd0\x50\xf2\xab\xe1\x92\xa8\x6c\x08\x9e\x8f\x41\x6f\x9e\x50\x4f\x97\xb4\x35\x61\x2f\x2a\x8f\x8d\x22\xc7\x18\x26\xfa\xb5\x11\x1f\x1a\xb5\x96\x2d\x2e\xb0\x46\x51\xe1\xbf\xd8\x9b\xbf\x7e\x03\x56\xd8\x4a\x0d\x50\x21\x2d\x3f\xc1\xc3\x53\x03\x1f\x16\xe3\xbf\x7f\xf0\x34\x45\xb7\x11\x91\x71\x6f\xec\x67\xbf\xe5\xb3\x30\x57\xcd\xc4\x8c\xb9\x32\x19\xdb\xd5\x7a\x1d\xcd\x83\x39\x04\x37\xa0\x0c\x85\x15\x6d\xec\x4e\x51\xfb\x2e\x29\xcc\xc1\xed\x18\x04\x6d\xa2\x5e\x20\x52\x71\xaf\x74\x7e\x5a\xe4\x7d\xf5\x97\x82\x95\x19\x68\x7f\x72\x80\xa7\xe2\x0a\x22\x1f\x94\x11\xf9\x30\x58\x92\x04\x52\x3d\x40\xa9\x37\x03\x16\x85\xcd\xb8\x08\xac\xef\x59\x65\x8b\xb7\x2e\x3f\xd3\xcd\x48\x71\x5f\x59\x58\x58\x0e\xfb\x20\xed\xb7\xe2\xd6\x4d\xa1\x00\x35\x75\x7f\x19\xe0\x99\xda\x0b\xa9\x61\x96\xcc\x83\xe6\x26\x44\x5b\x14\x66\x40\x38\x0c\xa9\xf3\xea\x64\xc1\x25\x02\x87\xd9\xd3\x51\x84\x11\xca\x9c\x0c\xc5\x8f\x76\x15\xa9\xb5\x35\xea\xd4\x3a\xee\x96\x2b\xaa\x9a\xa9\x8b\x02\x54\xdb\x46\x95\x43\x02\x3d\x35\x46\x20\xdb\x7b\x1e\xad\xf0\x80\x99\xc7\x03\x8a\x57\x7b\x07\x62\x77\x4f\xf1\x80\x9c\xee\xed\xf3\x97\xc2\x04\x0b\xda\xdd\xf3\x79\x40\xae\xc3\xdc\xd8\xe5\x87\x51\x82\xc5\x96\x01\x5c\x3e\x22\x32\xaf\x35\x15\xb2\xaf\x37\x8c\x41\xef\x25\x43\xa8\x92\xa7\x69\x7e\x77\xaa\x8f\x50\xd1\x10\x2b\x05\xfb\x6c\x35\x03\x29\x5b\xcd\xd7\xc4\x2a\x1f\xda\x83\x6a\x52\xb9\xff\x28\xc4\x12\x00\xef\x65\xbc\xc1\x7d\x69\x76\x5a\xe8\x21\x9e\xc8\xdc\xf5\x76\xa7\x17\xdc\xfd\x5e\x27\xee\xa8\x66\xd2\xbc\xf4\xf8\xb6\x05\x5c\xd8\xd8\x06\xbe\xca\xa2\x53\xb5\x8f\x98\xa9\xc6\x5c\x9d\x8e\x71\xc4\x8e\xa0\xa4\xdf\x41\xc7\xea\x79\xa0\x93\x67\x47\x5e\xd6\x03\x60\xdd\x6e\xc0\x3b\x5f\xa8\x7b\xe2\x53\xe2\x9b\x5a\xc1\xda\x45\x0b\xf5\xf7\x54\x4f\xff\x60\xc9\x4d\xe0\x43\xf7\x24\x62\xa8\x11\xaf\xc7\xed\x02\xbe\xc1\x73\xce\xc3\xc6\x63\x46\x32\x8c\xa5\xad\xce\x48\x18\x2a\xd0\x63\x6c\x38\x10\x2e\xa4\xa0\xdc\xd0\x4e\x2b\xf3\x13\x23\xb1\xa7\x94\x1b\xad\x79\x32\xa5\x1c\x17\x49\x11\x2f\x9f\xc1\x75\x35\x8f\xbb\x5d\xad\x9f\x3f\xa7\x60\x0b\xa9\xa8\xd6\x19\x3d\x8b\xe6\x25\x1f\xd0\x28\x87\x79\xb8\x62\xb2\xbd\x60\x32\x51\x24\xbb\x23\x48\x0e\x23\x30\xa6\xe0\xf3\x48\x4b\xc5\x78\x71\x2c\xf2\x2f\x2c\x8b\x14\xcf\x2e\x4a\xa2\xb1\xa8\x63\x5a\xe8\x58\xf9\x53\xa8\x9a\x0a\xd6\x6a\xd6\xa7\xd4\x06\x96\xcc\xc0\xb0\x20\x0f\xc2\x6a\x44\x53\x32\x8f\x89\x33\xa9\xf9\x0c\xee\xaf\x39\x99\xc5\x64\x06\x44\xc3\x35\x7d\x98\xf3\x6c\xe6\x2c\x67\xdd\x83\x0c\xe1\x74\x3c\x69\x3d\xf7\xde\x8f\x81\x33\x2c\xad\x38\xf3\x4c\x6d\xd1\xc3\xf7\xc6\x53\x7c\xcd\xe9\x60\xdf\xc8\x4c\x5e\xe5\x18\x6b\x79\x1e\x65\x7a\x3d\xd9\x38\x57\x64\x0c\xca\x23\x14\x68\xcb\x09\x77\x3a\x72\x1b\xa2\x56\x54\x6d\xa2\x47\xde\x61\xa2\xdb\x45\xcf\x5b\x18\x66\xd5\xed\x80\xde\xdb\xd8\x56\x56\xd0\xc8\x28\x07\x30\x88\xf8\xdb\x2a\x9f\x3a\x89\x5e\xbb\x71\xa0\x52\x57\x05\xe9\xbd\x5f\xb3\xf7\xd4\x9a\x69\x3e\x4d\xd2\x8f\x38\x17\x0f\x64\xa9\xd9\x99\xd7\x71\x4f\xd7\x9d\x8d\x9d\x2b\xfc\x89\x37\x65\x6f\xba\x05\x26\x7b\x5c\x80\xe7\x1b\x74\xb3\xb1\x58\xad\xdb\x8d\xae\xe9\x59\x74\x4d\xd2\x38\x26\x66\xfb\xaf\x63\x72\xbd\x89\x43\x6d\xd2\xf0\x20\x27\x52\x0a\x7e\xb9\x92\xac\xbe\xd9\xf2\x59\x66\xb1\xe2\x6e\xcb\x67\xd9\x35\xd2\x89\x0f\xb6\x1f\x63\xa6\x8e\xf1\x28\x48\x55\x49\x6e\x88\x87\x3e\xb1\x0d\xa8\xda\x06\x85\x84\xa7\x6c\x88\x4b\x64\x5f\x0c\x3e\xe8\x53\x70\xd0\x94\xa1\x40\xf8\x2a\x4d\xe1\x0e\xdc\x6c\x95\x95\x98\x70\x35\x17\x70\x86\x3e\xd5\xf0\xd7\x98\x43\x7d\xdd\x61\x9f\xf9\xf7\x38\x21\x4b\x30\xc1\xa3\x80\xf4\x4a\x7f\x44\xa5\xba\x92\x30\x20\x33\xb1\x01\x97\x22\x9f\xb2\x02\x75\x8a\xa2\x2c\xde\x46\xef\x5f\x81\x43\x07\x3f\xae\x6d\x2d\x93\xe2\x78\x09\x03\x04\x63\xa4\x4e\xd0\x8e\xbb\xc6\xf5\x40\xdb\x9b\x1b\x28\x3e\x02\x39\x06\xed\x34\xaa\x2b\xb5\xb6\xf7\xec\x2f\x69\x8c\x0c\x48\x0d\x8e\x16\x18\x45\xe5\x38\x17\x40\x88\x22\xc7\x50\x2e\xee\x95\x16\xab\xec\x35\x9b\xe7\x82\xc1\x3a\x7c\x9f\xe7\x37\xd1\xf6\x0a\xe5\xe6\xb5\xc9\x64\x73\x05\xb3\xc6\x75\xed\x7e\xe5\xb8\x59\x38\xf0\xc3\xb9\x64\xc2\x1b\xb7\x42\xee\xdb\xaa\x5c\xb2\x69\xbe\x60\xe6\x7c\xe9\xf2\x6a\x67\xc2\x8c\xba\x0d\x32\x0a\x22\x76\xcb\x23\x19\xb7\x6c\x44\xb9\x42\x26\xc5\xf5\xa9\x2f\x6f\xc2\x08\x2f\x4c\x71\x9c\xea\x0f\x48\xa5\xd4\x8f\xb1\x3d\xd1\x13\x9a\xd9\xd8\x57\x36\xc8\x2b\x1e\xae\xfd\xa8\xa3\x7f\x75\x38\x9e\xa4\xf5\x7a\x47\xa1\xd8\x48\x50\x69\x5e\xec\x35\xc8\x54\x9c\xb6\x56\xe6\x3c\xaf\x92\x3d\x80\xd5\x4b\x17\xc7\xc4\x30\x87\x72\x5e\x08\x02\x0b\x1f\xf2\x6e\x17\x61\x5f\x42\xf2\x98\x24\x70\xd2\xe1\xf5\x1e\x62\x57\x4c\xd9\x8c\xd5\x84\x65\xd2\xfa\x7a\xc6\x7c\x95\x99\xb9\x94\xa6\xe6\xcc\x55\xd5\xd0\x0c\x0b\xa1\x7e\xaf\xd7\xe5\x49\x77\xbb\x3b\x26\x96\x50\x19\x58\x2e\xf5\xd3\x53\xb7\xbb\x53\x09\x80\xb0\xc3\x76\xa8\x55\x9b\x46\x15\x03\x7f\x7c\xc1\xfb\x19\x8b\xe1\x81\xa7\xd4\xbc\x88\xbb\x5d\x4f\x9c\xee\x9a\x32\x8d\x6c\x22\xef\x7a\x13\xa6\x7f\xc4\x55\x5a\x54\x0d\x09\x1e\x65\xe0\xd9\x2d\xbf\x72\x4a\x9f\xf8\x86\x83\x70\x04\xe5\xb9\x4d\x3a\x90\x6d\xd6\xbf\x30\x6e\xdc\x41\xea\x54\xda\x59\x04\xa8\xc0\x61\x55\x2f\x73\x55\xff\xca\xed\x80\xe6\x37\xd4\xd0\x0c\xdb\xb4\x33\x20\x9d\x3b\x9e\xa6\xfa\x2c\x43\x33\x1d\xe2\x77\xe4\xf3\x9d\x1e\x4e\x71\x89\xfd\x4b\x37\x02\x34\xf2\xa9\xcd\x8a\x58\x1c\x93\xa3\x48\xa2\x21\x10\x00\x11\x52\x03\xf8\x62\x3d\xad\xf0\xaa\xd7\xde\x50\x6e\x02\xf0\xaa\xa5\x09\x18\x9b\xa6\xeb\x59\x33\xfa\xfa\x29\x25\xb6\x77\x17\x13\xba\x9c\x13\xa1\xe9\xb2\xa0\x47\x11\xa7\x22\x46\xba\x86\xd7\xcc\x49\x34\xc2\x4a\x56\x92\x59\x8f\xf3\x09\xc2\xa7\x00\x34\xd6\x8b\x8b\xaa\xfd\xb0\x28\x6e\xec\x49\x6e\x34\xdc\x56\x77\xbb\xb2\x3a\x95\x03\x5c\x12\xa5\x97\x13\x10\xba\x95\x07\xef\x41\x3a\x09\x7c\x29\x93\xd3\xeb\xd2\x21\xaf\x61\x49\xd1\xcb\x8a\xb5\x0e\x47\x81\x6a\x60\x4d\x13\xe0\x77\x94\x74\x04\x69\xb5\x3a\x87\x3e\x82\xad\xa0\xd3\x1a\xc1\x21\xb3\x31\x64\x14\xff\x1f\x77\xbb\x75\xfa\xdd\x75\xd1\x54\x60\xc9\x0f\xaa\x28\x9b\x56\x52\xb6\x60\x2a\x0f\x22\x00\x93\xe0\xdf\x74\x2d\x27\x1a\xe9\x18\xe0\x61\x51\xf3\xaa\x47\xa2\x01\x11\x0d\xc1\x40\xa1\x99\xa6\x60\x97\x41\x90\x5a\x28\x79\xe0\xfd\x46\x5d\x09\xb7\x93\x51\xbc\x01\xc7\x46\x15\x39\xd5\x85\x81\x4a\x26\xd0\xa6\x3f\xf1\xed\x81\x36\xfd\x92\x07\xd5\xa4\x51\x54\x19\x03\xa9\x96\xda\x3e\x2e\xb3\x25\x5e\x20\xcf\x3a\x4d\x9a\x9b\xb2\x51\x07\xf3\x48\x5e\x19\x79\xb1\x26\xb4\x01\xa2\x61\x2d\xd5\x15\xf1\x94\x5b\xa0\x5c\x1e\x23\x2e\x8b\x0d\xc5\xcb\x49\x48\xed\x0e\x88\xc5\x92\x34\x21\xc5\xc6\xb2\xa9\x22\x0c\xaa\x14\x03\xa4\x21\x32\x0c\xe5\x56\x43\x59\x9a\x55\xed\x76\x65\xe9\x6e\x2a\x98\xbb\xed\xba\xfa\x84\x6e\x1d\x54\x06\x35\x2a\x22\x37\xd1\x4d\x4c\x3e\x3d\xba\x3c\x5a\xc8\x60\x16\x27\x79\xca\xe2\x3c\x6c\x48\xe2\x16\x2a\xf9\x9a\xc5\xa8\xd2\xf4\xa1\x81\x04\xb6\xaa\x88\x37\x36\xbe\x9c\x74\xbb\xd1\x2a\x92\xee\x49\x10\x31\x39\x91\xa1\xed\xd2\xf8\x72\x62\xec\xb8\x3d\xda\xc9\xbc\xfc\xb6\xec\xbd\x9d\x31\x4b\x20\x1e\x70\x1a\x7c\xc3\x40\x47\xa2\xbf\xd0\x68\x44\x65\x2f\x3c\xc4\xc1\xbb\xdd\x23\x90\xa3\x78\x0f\xca\xd5\xa5\xe7\x76\xdd\x4f\x1f\x59\x77\xad\xae\x60\x56\x3d\xaf\xae\xba\x5d\x73\x73\xea\x38\xc9\x1d\x81\x2b\x68\xee\x41\xe4\x33\x9b\x1c\x89\x98\xe4\x9b\xa6\x9d\x68\x19\x0b\xde\x0a\xb3\x95\xd5\x6c\x8c\x2c\x09\xb0\x02\xac\x2b\x90\x6e\x2a\x25\x84\x14\x14\x2e\x0b\xcf\xae\x8c\x4d\xfc\xac\x0d\x6b\xda\x09\x15\xb2\x4c\xcf\x81\xc6\xd9\x86\x64\x75\x1c\x5c\xcd\x61\x41\xb2\x59\x84\x84\x2c\x5b\xaf\x23\x46\x85\x99\xf1\x03\x88\xad\x66\x5e\x10\xb7\x6c\x2c\xc7\x83\xc9\x44\x71\xa6\xf6\xb1\xd6\xad\x6e\xf0\xf4\xeb\x92\x71\x84\xe8\x97\x86\x60\x08\xcb\x5a\x2a\xc5\x23\x41\x6c\xe5\xb8\x82\xde\x3c\x76\xc5\xb4\x36\xf4\xdd\xa6\x58\xb3\x03\xab\xb6\xfc\xec\x82\xcf\xfe\xf0\xac\x2f\x59\x21\x23\x1e\x1f\x64\x63\x8e\xb1\x43\x47\xf8\x8b\x64\x1b\x7d\xfe\x60\xda\x6f\x9a\x24\xea\xf0\x82\x02\x62\x48\xd9\xf4\x60\xbf\x21\x1f\xb6\x47\x08\xac\x79\x6c\xff\xb5\xaa\x2d\xe0\x00\xc6\x36\x3e\x5f\x8b\xb6\xdf\x27\x97\xb5\x70\xa1\xd3\x31\x45\xaf\xa3\x52\xdf\xa4\x8a\x9f\x3b\x9d\x1d\x3d\xc3\x1e\xed\xf4\x3b\x31\x91\x3d\x8a\xfc\x0c\x01\x0d\xcd\xdb\xa8\xf3\x47\xf0\xc8\xf0\x47\x50\x8d\x89\x9f\xc2\xfb\x1b\xa8\xf4\x94\xfe\xdb\x62\xcc\x34\xa4\x66\x9e\x88\x01\x3b\x97\x25\x85\x10\xcf\x78\x96\xe4\xd4\xf2\x30\x35\xf4\xa2\x27\x92\xf1\x56\x2b\xea\x9c\xc9\x44\x48\xef\x4d\xad\x63\xc8\xca\x15\x69\xaa\xa2\x91\x1a\x9a\x53\xa9\xf2\xd5\xa7\x60\x9c\x3a\xf7\x67\x9a\xd0\x70\xf0\xaf\xac\x6a\xdc\x81\xb0\x12\xbe\x51\x58\xa6\x6e\x3a\xf0\xc4\xa0\x18\xe2\x5f\x22\x46\xfc\x1e\xc6\x89\x7e\x4f\x41\xd9\xe9\xa6\x6e\xe8\xfa\x91\x19\xdd\xa6\xc7\xde\x33\x41\xb2\x4d\x34\xc4\x30\xb2\x67\xd0\x12\xf8\x3d\x6d\xf3\x79\x1b\x99\xe7\xb6\x09\x2b\x5a\xbf\x1e\xc6\x38\x01\xd5\xd2\x4a\x93\x51\x67\xa8\xdc\xbc\x1e\x68\x62\x5e\xc3\xed\x40\x8b\xfa\xe5\x1d\x87\x0b\x37\xf1\x68\x0f\x30\x7a\x68\x2e\xda\xeb\xa9\x9b\xbf\xe3\xd9\x1e\xa0\xf4\xdf\x02\x26\xf0\xb2\x63\xde\x2c\xfd\xdf\x91\x15\x03\x28\x78\x6b\xc4\xd2\x51\x78\x7e\xca\x13\x2b\x1f\x9e\x8d\xa7\x01\xeb\xb9\x08\x09\x8e\x39\x0d\xa6\x6a\x4e\x0d\x1f\x6d\x5d\x00\xb3\x79\x09\x91\x7a\x44\x45\xfd\x88\x3e\x29\xe6\x82\xcd\xd4\x58\x6c\x60\xec\xf2\x83\xf0\x07\xb8\x68\xbf\x34\xc5\xef\x46\xb5\x9d\x80\x63\xd7\x12\xcd\xbb\xc4\x3e\x19\x0b\xcf\xfc\x97\x66\x9b\x56\x55\x93\xfb\x17\xe8\xe5\xe3\x57\x53\xa4\xed\x92\xc6\xda\x78\x52\xd1\x56\x53\xc0\xba\x42\xb8\x26\x8e\x2e\xab\xbe\x81\x6b\xb1\xae\x16\xd0\x0a\x52\x52\x58\xc9\x1c\x3d\x8b\xc4\xae\x0f\xbd\x73\x52\xfc\x26\x1a\x22\x59\x2e\xd3\xfb\xf3\x1c\x07\x50\x07\x4c\xd3\xc8\xa3\x64\x8d\xfb\x06\x1f\x71\x17\x71\x3c\x06\x93\xa2\xe0\xfd\xdc\xea\xec\xfb\x26\xb6\x91\x00\xdb\x3b\x4e\xb3\x71\xe6\x9e\x18\x4c\x89\x80\x9b\xd4\xe3\xd2\x73\x2f\x22\x06\xfb\x00\x6f\xe6\xff\x3f\xe6\xde\x74\xcd\x6d\xdc\x5c\x18\xfc\xaf\xab\x90\x38\x1d\x86\x68\x41\xb2\xca\x9d\x9c\x2f\x1f\xab\x60\x3d\x5e\xbb\xdd\xf1\x16\xbb\xdc\x4b\x64\x1d\x1f\x96\x08\x95\xd0\xa6\x08\x05\x84\xaa\x5c\x5d\xd4\x5c\xcb\x5c\xcb\x5c\xd9\x3c\x78\xb1\x10\x20\xa9\xb2\x73\x92\xf3\x3d\xe3\x1f\x2e\x91\xc4\xbe\xbc\xfb\xa2\xe8\x8c\xd6\xe7\x7e\x95\xb6\x22\xd7\x70\x66\x7c\x6f\x5e\xe2\x22\xa0\x37\x9c\xfa\x17\x81\xdb\x44\x63\xc2\xad\x61\x98\xb7\xf0\x60\xee\xcc\xc9\x0c\xe0\xa9\x75\x51\x3d\xcb\x4e\xc7\x63\xae\xf3\x85\x73\x37\x05\x2b\x9c\xf3\xab\x87\xc2\x26\x74\xbb\x22\x7c\x00\x36\x49\x07\xdd\xae\x6c\xf2\x0e\xf3\x07\x64\x76\x3a\x99\x70\xab\xf8\x53\x4d\xe3\x9c\x34\x1e\xd7\x1b\x0b\x2b\xf4\x05\xe4\x4b\xbc\x03\x51\x8f\x1a\xf7\x8e\xac\xb5\x7b\x90\x0b\x14\x33\xe7\x0f\xc8\x4a\x73\x7c\x9a\x71\x85\xb3\x62\x86\xa5\x5a\x48\x72\x6c\xea\xe0\x02\x6f\x8c\xe1\xfe\x25\x95\x5e\x91\x67\x5c\x18\x67\x1c\xe3\x01\x13\xd6\xc1\x02\x73\x53\xef\xab\xba\x50\xfb\xb2\x23\xbb\xb6\xe4\x18\xa0\xc4\xce\xb1\x48\xc6\x29\x69\x13\xc7\x1b\x47\x1e\xb6\x27\xe7\x09\x96\x5c\xa1\x38\xde\x79\x62\xd2\x6d\x1c\x27\x3b\x4b\xce\x40\x5b\x96\x19\x69\x4a\x6d\x4d\x5c\xa7\xcd\x69\xa2\x16\xab\xae\x77\x6d\xd1\x6c\xb2\x81\xa8\x35\x2b\xf2\x32\x93\x9b\xe9\x96\x95\x09\xc7\x2b\x84\xaf\xc8\x0e\xe1\x32\x8e\x47\xea\xfe\x5f\x91\xab\xde\x19\x5d\xb9\x19\x21\xec\xd3\x20\xd3\x7d\x59\x6d\xd8\x5a\x26\x57\x90\xd4\xbc\x68\xf2\x95\x77\xbc\xcc\x5e\x72\x41\x87\xa6\x15\x13\x78\xab\x1a\x5e\x53\x41\x5d\x9c\xbd\x4d\x06\x01\xf8\x04\x1d\x66\x82\x0e\x73\xbd\x59\x43\xeb\x5b\x3d\x5c\x73\x01\x61\xba\xb4\xb8\x61\x18\x8d\x1b\x01\x75\x69\x84\xc1\xac\xbc\xca\x0a\x96\x67\x92\x3e\x36\x0e\x42\x49\x40\x31\xad\x10\xde\x27\x55\xd7\xe6\xcf\x7b\xa1\xe8\x25\x84\x2b\x75\x35\xbb\xad\x7d\x21\x5a\x96\x97\x0f\x7b\x3c\x16\xda\x45\x60\x21\x7c\x7c\x6a\xe9\x6a\xb0\x14\xe7\x56\xb9\x9e\x35\xca\xf5\xca\xa2\xab\x96\x9a\x7d\x00\xfe\x1b\x6a\x39\xdf\x04\xb2\x7c\x8e\xf7\x0a\x30\x40\x0a\xf7\xf2\x4b\x27\xbe\x07\xb8\x34\x3c\x38\x24\x9b\x6e\xd2\xcd\x03\xcb\x92\x11\xb1\x68\x08\xac\x25\x0a\xf8\x88\x23\xd7\xc4\x62\xb7\x81\xc9\xaa\xae\x5d\x11\xd8\x3a\x01\x5a\x00\x10\x02\x21\xb4\x09\xe1\x02\xc1\x08\x34\xb5\xd5\xc6\x23\x61\x9c\x97\x8a\x1c\x29\x16\x02\x92\x41\x46\x2a\x70\x48\xd1\x47\xcd\xa5\xc6\xa6\xd7\xc3\xb7\xc1\xd2\x51\xc0\x62\x6a\xd9\xfa\x67\xd2\x83\xb0\x1b\x9f\xff\xdb\x03\x6e\x00\x1e\xce\xc8\x62\x79\xca\x27\x93\x53\x1b\x84\xb1\x8c\x63\x0a\x11\xdb\xd4\x7c\xd5\xbc\x3d\x62\x7c\x1f\x2e\xaa\x82\xe6\x6a\xd8\x79\xb2\x47\x73\xb6\x28\xb4\xc3\x89\x5e\xbb\xb4\xa3\xdf\x28\x4c\x99\x6a\x51\x2c\xd3\x4c\xbb\xd2\x16\x70\xf7\xb2\x3b\xee\xde\xaf\x7c\x3f\xcc\x59\x5e\xfe\xb1\x89\x10\x47\x4b\xbe\xbf\xdc\x0c\xb5\x55\xd3\x3d\x08\xe2\xcd\x56\x5a\x3d\x4e\x25\x15\xd5\x50\xf2\x61\x95\x49\x56\xad\x6f\x86\x59\x51\x0c\xf9\x1a\x2e\x5f\xef\xad\xd4\xb1\x11\xa2\x31\x1d\x47\xd3\xe1\x4b\x56\x55\xc0\x76\x6b\x27\xc8\x61\x34\xce\x9a\x7b\xda\x39\xbf\x6a\x69\x8d\xe4\xe2\x31\xc2\x4f\xfe\x35\xef\xb0\xf7\xa5\xc3\xd6\xf9\xfb\xb7\x2f\x9e\xea\x04\x47\x50\xc0\x77\x10\x6b\x15\xfb\xff\xb7\x7b\xd8\xf3\x3b\x29\x3a\x03\x4f\xac\x28\x87\xb5\x88\xb4\x46\x90\xb3\x17\x05\x11\x40\xbe\x1e\x23\xd6\xd8\x3f\x23\x49\x3b\x42\x6c\x39\xa1\xba\x31\x7a\x7b\x89\xd9\x31\x62\xca\xfd\x74\x16\x81\xc6\x47\xd9\x3b\xbd\x4f\xbc\x6f\x5a\xb5\x39\x3a\xc1\x99\xb3\x2d\x6c\x85\xe4\x54\xd0\x16\x0c\xa8\xca\x0c\x32\x89\xb1\x8b\x82\x3e\xba\x79\xff\xf6\x45\xd0\x62\xe6\x25\x56\x57\xd7\x59\x92\x19\x16\x2e\x4e\xc2\xa9\x3c\x13\xa7\xe3\xb1\xb4\x36\xd9\x6c\x21\xb5\xbb\xb2\xa5\x5b\xd6\x64\x11\x9a\xe6\x05\xf4\xa1\xd1\x3c\xac\x14\x9e\x5d\x7f\x0d\x19\xb9\x42\x0b\xa9\x4d\xc3\x2b\x3d\xc5\xbc\x07\xc6\xaf\xf0\x1a\x17\x0e\xe5\x6f\x48\x6e\xb8\xac\xcd\xbc\x4a\x36\x28\xcd\x43\x65\x42\xde\xa3\x49\xa8\xac\x1b\x7a\x00\x2b\xe5\x72\xc0\xeb\x3a\xef\xd0\x09\x3b\x34\x4f\x0c\xb7\x19\x94\x26\x39\x4a\xdb\xaf\x76\xf6\xc4\xef\x93\xd0\xbd\x8f\x05\x11\x47\x70\x69\xae\x78\xb3\x67\x2f\x9c\x5a\x96\x36\x9e\x51\x4e\xfe\xe4\x14\xab\xc7\x1d\xc7\x00\xc7\x1a\x14\x7b\x5c\x1f\xeb\xfa\x7b\xe6\xa9\x81\xe3\xb8\x51\x03\xcf\x06\xe6\x95\xac\xeb\xe0\xc3\x89\x11\xeb\x86\x11\x4f\x70\x19\xbc\xd0\xa2\x33\xd1\xcc\xa0\x3c\x3a\x03\x46\x66\x98\x37\x3e\x86\xec\x8c\x9f\x8e\xc7\x0c\x39\x2f\x3d\x1d\x16\x85\x2e\x32\x3d\x9b\xac\x99\xcd\xc1\xcd\xe6\x0a\x32\x59\x1e\xb1\xb3\xb1\x8a\x8c\x22\xab\x64\x8f\xf7\x8c\xe1\x1e\x7d\x93\x1b\x5e\xe4\xef\x3a\x2f\x8f\x98\x1f\x9b\x10\x80\x26\xd3\x66\x23\x81\x0b\x4c\x78\x8c\x6b\x99\xdf\x7b\x4f\x6d\xeb\x91\x60\x9d\x92\x0a\x7e\xe9\x18\x60\x77\x4f\xb4\xe7\xb9\xcb\x6e\x61\xbe\x56\x54\x26\xda\x6e\x47\xf4\xc9\xf3\x44\xcb\x8f\xdd\x0a\x0c\x9b\xdb\xb7\xcd\x76\x09\xc5\x47\xe9\x38\x87\x97\x71\x49\x46\xb3\x53\xf1\x80\xcc\xe2\xb8\x3c\x9d\x4c\x44\x23\x12\x35\xa4\x9b\x65\xf6\xa8\x8e\x43\x8d\x6f\xb3\x2a\xe5\x07\x75\x40\x74\x54\x0e\x06\xa1\xaf\xea\x3a\x0a\x1e\x74\x50\x12\x3f\xf8\xca\xe4\x3f\xd0\xe1\x80\x0e\x58\xdc\x15\xee\x68\xd8\x9e\x87\x03\x36\x14\xaa\x7a\x97\xcd\xdb\xb9\x2e\x05\xd3\xc8\xfc\x1c\x87\xb8\x66\xc2\x73\xb6\x6a\x4c\xf1\x4b\x05\xf4\x47\xd2\x48\x94\xdb\xa7\x22\x20\x05\xdb\x1f\x0d\xb4\x56\x3b\xf8\x51\xe3\xa2\x7e\xb7\x02\xde\xf5\x47\x9b\x85\x93\x31\x3e\x06\xac\x04\x59\x75\x33\x4c\x3b\x46\x9f\xba\x0f\x01\x10\x47\x98\x2f\x2e\x96\x2d\xaf\x63\x68\x4e\xf2\xb7\x26\xa1\x15\x54\x4c\x38\x2e\x7d\x71\xb4\x67\x2d\xaf\x1a\x71\x3e\x24\x3c\xf4\xf1\xe8\xd9\x24\x36\xfd\xa8\x95\xae\xef\xdf\xbe\x48\x38\x44\x1b\x9c\xe6\x2c\x6f\x16\x26\x61\xdd\x1b\xa4\x0a\x49\xee\x46\xe2\xcf\x68\x34\x43\x56\x4c\xd9\xec\x0b\x07\xa3\x79\xcd\x96\x05\x6e\x38\x2b\xbe\xdd\x15\x14\x24\x63\x98\xab\x43\xd1\xb5\xda\x6f\x87\xdb\x16\x37\xc1\xf9\xba\xa4\xf2\xbc\x6b\xe9\x0f\x06\x57\x2e\xa6\x9e\x47\xca\x99\xbd\xa5\x76\x77\xad\x13\x09\x3a\xa8\xde\xef\x88\xf4\x03\x27\xe3\xb9\xa5\xa3\xac\xfe\xc4\x46\xa1\x7a\x45\xaf\x01\x2a\x19\xe0\x6a\xe2\x39\x3b\xbd\x88\x30\x52\xa0\xd7\x89\xef\x31\x15\x1e\x9b\x86\xe2\xf4\xe5\x33\xc1\xa8\x1e\x96\x39\xe4\xa4\xfb\xf7\x0e\xae\x23\xa0\x8d\xde\xbf\x7d\xa1\x49\x63\xf0\x38\x29\xb9\x1c\x36\xd4\x67\x64\xed\xbc\xbc\xd5\x94\xcd\x32\x0e\xdc\xb1\x6a\x1b\x6b\x68\xdb\x88\xd6\x0a\xb0\xc5\xc5\x52\x1d\x99\x7e\xf3\x57\x00\x13\xed\x59\x84\xa0\xb2\x39\x0d\x21\x85\x97\x34\xe8\x03\xc4\x56\x2b\x13\xf1\xd4\xb7\x0c\x38\xe8\xe6\x7b\xce\xcf\x1d\x46\x73\x98\x11\x13\xc7\xad\x0d\x41\x14\x84\x9d\xf7\x7e\x59\x5c\x2e\x53\x6f\x3c\x19\x69\x8d\x95\x63\x89\x70\x45\x76\x49\x00\x5c\x70\x16\x1e\x0f\xb6\x4e\x5e\x58\xe7\x32\xbd\x7a\xdc\x7b\x40\x40\x27\x54\x36\x52\x54\x5b\x46\xe0\xdd\xe7\xca\xc8\x54\xed\x9a\xef\xfb\x20\x9a\x8b\x85\xd5\x3b\xa1\xba\x3e\x0a\x27\x15\x5f\xe7\x68\xd1\x2f\x42\xd3\x5e\xd8\x56\xe0\x0c\x59\x47\x07\xb9\xdf\x3d\x36\x32\xc3\x24\x3b\x02\xf1\x0a\xd4\x4f\x05\xb8\x70\x5e\x24\xb8\xf9\x19\xbe\x8b\x74\x40\xb8\x63\x83\xf7\xaf\x10\x7b\x4e\xa0\x62\x2d\x04\xed\xef\xd0\xa4\xef\x99\x2e\x64\x5d\x3d\x9b\xdf\xa8\x87\xa2\xba\xe3\x10\xc4\x71\x22\x7a\xb6\x13\xf5\x23\x11\xe1\x16\xba\xbd\x0a\x47\x30\x68\xa3\x0b\x11\x47\x2a\x12\x81\x85\xe7\xae\xf9\x25\xec\x53\x3a\x3c\xe9\x1d\x50\x01\x7e\x2d\x16\x5b\xbc\xa3\x52\x16\xd4\x77\x83\x33\x8d\x0e\xaf\x37\xb4\xf4\xdf\xb3\x6a\x68\x5b\xcb\x15\x42\x61\x46\xc4\xa6\x33\x4c\x3f\xfd\xcc\x20\xd1\x8e\x93\x6a\x67\xd8\x4e\xe2\x18\x39\x91\x41\x2a\x05\x05\x25\x72\x7e\x94\x44\xe9\x28\x8a\x03\x75\x84\x76\x61\x19\x9d\x18\x3d\x80\x62\x2e\x17\xd2\x93\xa4\x70\xa3\x6b\x77\xf2\x54\x16\xc7\xac\x63\x21\x1a\x44\x28\x01\x05\x87\xd4\xd2\x96\x90\x63\x69\x7c\xc0\xac\xdb\x10\x8e\xde\x2b\xe4\xce\xca\x4b\xed\x2f\x30\xb4\xb6\xa6\x83\x26\x06\x80\x86\x4a\xbe\xdf\xb0\xe6\x84\x5f\xe9\x16\xb2\x45\xe6\xa9\x0b\x40\xf8\x67\xee\xcf\x62\x89\x4d\xd8\x8e\x56\x4c\xb7\x19\x9a\x27\xb6\xff\x87\x52\xd2\xed\x0e\x46\xa0\xd0\x8a\xb7\x5d\x92\x83\x42\xd9\xf0\xdd\x0e\x7b\xa1\xb4\xaf\xee\xd1\x7a\xaf\x5a\x08\x5d\x42\x38\xbd\x00\xbc\x74\xc9\x83\x12\x3c\x5d\x45\xcf\xe1\xeb\xa1\x36\x8e\xb8\x51\x59\xf9\x28\x88\x9a\xc0\x4e\xa3\x1a\xf2\x72\x98\x43\x3a\x27\x48\x94\xa5\x85\x4c\xa7\xf6\x50\x86\xd3\x68\x72\x29\x48\x7f\xe9\x43\x43\x0a\x1f\xfa\x81\x40\x83\x7a\x4e\xce\x49\xef\xe6\x91\x7e\x9e\xa7\xab\x86\xbd\x4e\x28\x52\x8b\xad\xb9\xa0\x86\x06\xd4\xb6\xde\x5d\x4f\xcf\x3b\x79\xac\x8e\xb7\x5f\xcf\x08\x46\x33\x1c\x05\x94\x65\x84\x17\xc6\x97\xb9\x45\x71\xf6\x37\xe0\x80\x98\x06\x5e\x14\xcb\x36\xdd\xd9\x60\x87\xe6\x0e\x53\x84\xcd\x71\xf2\x37\xef\xfc\xed\xc3\x57\xef\x9e\x9f\x3f\x7f\xfd\x6a\xf8\xf8\xf5\xcb\x37\x2f\x9e\x9e\x3f\x9d\x46\x08\x07\x52\x4e\xeb\x3a\xa4\x49\x87\x4c\xf3\xe1\x49\xe6\x7b\xbf\x71\xd4\x48\xc7\x03\xf7\xc6\x41\x68\x85\x6c\xf2\x96\x67\x98\x7a\xb1\xbc\x9b\x2e\x30\xb5\x7e\xac\x07\x2d\xf7\xc9\x80\x34\x09\xf6\xbf\x9f\x24\x69\xec\x84\x77\x99\x90\xb0\x7a\xb0\x60\x95\x4f\xff\x18\x1f\x7e\x8d\xa1\xf8\x94\x7e\x66\x92\xe6\x3e\xa2\x12\xe3\x31\xd2\x69\x96\x12\xe6\x0a\x28\x1c\xa4\x87\xe7\xd4\xde\x3e\x90\xf2\x20\x56\xa3\x64\x7b\xab\x98\x5d\x05\xc0\xc2\x37\x6a\x0d\x7c\x0b\x65\x06\x5d\xa8\x72\xea\x6f\x22\x51\x00\x8e\x1c\x87\xdf\x4c\x61\xe0\x09\x03\xa8\x2f\x59\xef\xf2\xf6\x7c\xba\x2f\x0d\x4b\xef\xc2\xb1\xc1\x2d\xf6\x56\x00\x78\xf2\xf6\x02\xb8\xd1\xc1\x1a\x40\x91\x66\x09\x3c\x85\xd7\xd7\x4c\xf7\x04\xcb\x70\xcd\xf5\xf5\xca\xcd\x66\xb6\xbb\x6e\xce\xad\x49\xe2\xf3\x5a\xbc\xd7\x15\x12\x85\xdf\xc3\xca\x8a\x97\xef\x76\x40\x75\xc5\x7f\xb2\x65\x53\x0b\x9a\x9c\x35\x2c\xd3\x1e\xdd\xea\x73\xe8\x2d\x7b\x76\x4c\x98\x12\x10\x23\xfb\x83\x07\x94\xbe\x9e\x27\x56\x97\x33\x60\x79\x0d\x74\xee\x45\xcb\x6d\x10\x6d\xfd\x56\xfa\x24\x39\x52\xc7\x56\xea\x80\x28\x1a\x82\x8e\x20\x06\x98\xeb\x28\xc2\x0b\x69\x23\x0f\x61\xd3\x92\x8d\xb1\x64\x01\xd7\x71\xf1\x11\x4c\xa1\x77\xe9\x8f\xcb\x38\x8c\x1e\x2d\x23\xb2\x51\xbd\x36\x02\x63\x06\x20\x48\x04\x67\x11\x76\x10\x6e\x92\xfa\x91\x94\xa0\x17\x2d\x1b\x2c\xe1\x09\x92\xb9\xb6\x8c\x69\xac\x72\xbd\x66\xcc\x4b\x37\x75\xd5\x62\xfb\x5d\x12\xdc\x60\x00\x4e\xaa\x18\xfc\x48\x32\x7c\x77\xd7\x8d\x92\x61\x5f\x29\x3e\xcc\xc9\xee\x3d\x63\x8e\xb9\x6c\xd9\x98\xf7\x8a\x85\x53\xb5\x10\x78\x34\x53\xcb\xdb\x02\x7a\x77\xc0\x48\xda\xb1\xcd\x6a\x1e\x2b\x72\x1b\x5e\xb1\x74\xb1\xc4\x1a\x08\xc2\x2f\xbd\x7d\xea\xa7\x03\x2d\xea\x01\x40\x44\xba\x58\x1e\xf0\xde\x06\xed\xd2\x31\xd9\xb2\xde\x3c\x1c\x05\xe1\x8b\x72\x89\x57\x24\x5b\x94\xcb\x41\x11\xc7\x26\x06\x0a\x21\x64\xa5\x7f\xd5\xb5\x22\x15\x67\x08\x8b\x79\x52\xb9\x1b\x0d\x0b\xb6\x42\xb8\x88\xe3\xca\xc2\x6e\xab\xc2\x2e\x10\x4a\xf7\x75\x5d\xd8\xbd\x1a\xa9\xb6\xcc\xef\x79\xb2\xd7\x66\xd8\x2d\xd8\x63\xda\x43\x69\xe5\x41\x4a\xab\x94\xd3\x93\xb0\x13\xc0\xac\x09\xe2\x65\xe7\xd2\x19\x83\x9a\x95\x23\xb8\x8c\xbc\x93\x74\x7a\x35\xa0\x18\x9b\x02\x53\x41\xaf\xa8\xa8\xe0\x8d\xda\xc8\x86\xfe\xe8\xb5\x83\xa1\x4d\x3c\x05\x90\x5d\xfb\x59\xdf\x82\xad\x6c\x5b\xb7\x00\xb9\xca\xc1\x00\x9b\x34\xef\x4f\x33\x6d\xeb\xe1\x12\xd0\x95\x8b\x6c\x39\xd8\x27\x1c\x37\x36\xd3\xd6\xe8\xb4\xa3\x9a\x01\x82\x5e\xfb\x9b\xe8\xa1\xf0\xd0\xba\xba\x2f\x1a\x54\x5d\x07\x26\xd8\x26\xd0\x72\x5b\x3e\x6a\x25\x1d\xe0\xcb\x8e\x57\x84\xde\x15\xc4\x08\xaf\x89\x1f\x87\x48\xc4\xf1\x88\xde\x19\x7c\x08\xe7\x84\xb6\x59\xc3\x30\x96\x91\xc0\x9b\x76\x9b\x7d\x4d\x76\xe2\x15\x0d\x56\x75\xbd\xae\xeb\xbc\xae\x37\x73\x33\x27\x28\xa1\xa8\xc9\xc2\xa8\x1c\x1b\xfa\xb2\x00\xc5\xbf\x38\x8a\x0c\x3a\xec\x95\xdb\x6a\x1d\xc7\x4e\xb6\xb9\xa3\x12\xe9\xa8\x27\x8a\x01\x5b\x94\xcb\x38\x36\x19\x23\xd5\x83\x91\x55\x59\x05\x58\x88\x03\x00\xf0\x1f\x1b\x86\x02\xfe\x98\x61\xb1\xd4\xf9\x0d\xc4\x91\x20\x5f\xbe\xc3\x3b\x9c\xb2\x19\xd8\x43\xd8\x6c\x4e\x10\x2e\xc9\x85\xef\x66\xea\x98\xf1\xc5\x7e\xfa\x89\xde\x2c\xc9\xde\xa4\x2a\x13\x26\x9c\xe0\x7e\x6a\x7a\x38\xd6\x5d\xab\xa2\xb3\x41\xd4\x82\xd3\x90\xb7\x3f\x6e\x9b\xdb\xe1\xf6\x34\x6a\x16\x7c\x6b\xe9\x6a\x71\x27\xa5\x6d\x11\x5f\x5b\x65\x13\x9c\x70\xd8\x60\xdb\x64\x2b\x68\x82\xcf\xed\xd2\x38\xf6\x2d\x38\x9c\x94\x14\xb7\xbd\xc4\x7b\xfb\x44\x20\x3a\xa4\x26\x1c\x9d\x7f\xf1\x75\x4a\xbd\x83\x5e\x98\xee\x20\x14\xca\xf5\x23\xdf\x35\x51\x25\xee\x1a\x19\xeb\x1d\x19\xb8\x53\xe0\x52\x8d\x43\x72\x12\x90\xf7\xde\x28\xfa\x65\x10\xc7\x11\x16\x3e\xc6\x9b\xb7\x20\xb4\x20\x33\x1d\x91\x32\x61\x24\x53\x74\x5c\x12\xe2\xba\x85\x58\x22\x85\xa5\x8d\x11\x0b\xd7\xb2\x27\xa0\x0d\xb9\x6f\x34\xdb\xbd\x1e\x19\xb6\xfe\x93\x01\xc7\x26\x97\x47\xa4\x70\x36\x48\x52\x58\x23\xc9\x70\x80\x7a\x35\x65\xa7\x91\x44\x3b\x96\x0f\xcc\x35\x8e\x37\xfd\x8c\xad\x45\x21\x1e\xea\xe8\xca\xc1\xad\x35\x6f\xc7\x11\xc3\x77\x85\x34\xdc\x87\xfe\x9b\x20\x63\x6a\x7e\x54\xb9\x68\x2c\x58\xc1\x36\xe0\x4e\x85\xa2\xd6\x87\xa9\x9d\x0d\xf1\x98\x33\xb5\xbf\x23\xf6\xbe\x61\x83\x3d\x31\x53\x42\x91\x0d\x40\x64\xbc\x1b\x7d\xed\xc8\x39\x3f\x92\xa1\xe1\xdf\x15\xcf\xf5\x58\xfc\x97\x79\x62\x12\x28\xf5\x8e\xd9\x69\x55\x46\x27\xc8\x40\xfe\x70\x4e\x46\xf0\x02\xfc\xd2\x96\xe6\x2c\x93\x1e\x22\xf9\x3f\x34\xa9\x61\xef\xb8\x74\x72\x46\x75\x36\xd7\x82\x56\x47\x33\x5a\x75\xa4\xfe\x82\xc8\xb9\x6c\x49\xf8\xcb\x56\x1c\xbe\x30\x36\x53\xb9\x98\x39\xce\xdf\x8a\xba\xc0\x2f\x81\x95\x97\xc3\x6c\x68\x06\x10\x38\x29\x58\x9d\x4b\x1f\x71\xe3\x49\xc1\x18\xa6\xd8\xba\x97\xf4\x70\x26\x75\x1d\x6a\x9c\x2c\x90\xe9\x91\x90\x71\x3f\x40\x96\x0c\xe9\x04\xe9\x47\xc9\xca\x5c\x94\x2c\x3f\x44\x56\xa6\x57\x12\xaa\xfc\xcc\xe4\xe6\xa8\x7a\xf8\xc8\x89\x77\xdd\x05\x2a\xa0\xff\xe1\xd3\xd1\x58\x3d\x14\xe0\x17\x46\xd8\x02\x72\x4b\xb1\xc5\xc9\xd2\x18\x32\xb7\xa5\x8d\x1c\xdd\xa5\x75\xc2\x2b\x45\x13\xac\xc9\x0c\xe7\xa4\xea\x9a\xf4\x9f\xae\xcf\xf2\xd3\xf1\x78\x8d\x6e\xf7\xc9\x2a\xb0\x51\x5d\xac\x97\x9e\xb7\x53\x93\xa6\x6f\x15\x90\x9a\x59\xdb\xfe\xa0\xa1\x20\x29\x5e\xc1\xca\xc1\xe0\x8e\xeb\xb4\xfa\x25\xa8\x2e\x81\xc8\x57\x6a\x05\x16\x97\x4b\x23\x69\xd7\xc2\x1a\x67\xd8\x10\x2c\x4d\xa9\xcd\xc7\x85\x93\x2c\xf6\x0c\xcb\x63\x86\xd5\xc1\xf6\x5b\x85\xa4\x31\xde\x9d\x82\x7c\xd1\x1d\x6d\x8c\x26\xe7\x7b\x44\xd6\x5d\x6a\xdb\xb7\x69\xaa\x10\xa4\xd9\x54\x07\x80\x91\xc2\xa5\x08\x3b\x63\x71\x9c\x2d\x56\x4e\x79\x43\x4f\xc7\xe3\x15\x3a\x65\xeb\x64\x45\x88\x2b\x17\xf6\xbe\xd6\x98\x62\xb0\xf6\x65\xb2\x99\x0b\x77\xb6\x1a\xdb\xd4\x26\xde\x0b\x63\x46\xf5\x22\xf1\xb6\xa3\x6a\xb6\xa3\x63\x8f\xbf\xc6\x05\xae\x4c\xea\xd9\xc0\xbb\xca\x27\xd3\x74\x86\xa8\xba\x1e\xe5\x56\xd1\x9b\x0f\x4c\xdc\xa7\xc3\x60\x9f\x6c\xb0\xb0\xa6\xde\x01\x03\xe3\x6e\xc1\x95\x22\xb7\xb7\x68\xdb\x26\xb7\xaf\x50\x1c\x6f\xfa\x5e\x26\x9b\xc5\xd5\x92\x6c\x17\x57\x0d\x3b\x98\xc7\xf1\x68\x07\x5d\xf9\x1b\xff\x3f\x7c\x8d\x9b\x2b\x1c\xc0\xfb\xf0\xd8\x25\x14\xc3\xed\x86\x8c\x40\x1a\xb5\xb6\xa3\xea\xfd\x4f\x8c\xed\xeb\x85\xe5\x27\x58\xe3\x4a\xe3\xa1\x63\xf3\x12\xfc\x6e\x72\x3b\x40\x8e\x06\x3f\xad\x83\x9f\xc3\x21\xc8\xd4\x20\x5a\x39\x1a\x9c\x40\x29\x20\x9b\x3e\x1a\xa5\xda\xe3\x4c\x87\x64\x6c\x34\x11\x75\x9d\xf4\x16\xd0\x0e\x91\x87\xff\x46\xca\x87\xac\xca\x76\xe4\x1b\xf5\xa3\x28\xc8\x63\xfd\x57\x6b\xf9\x72\xf2\x9b\x22\x17\xb3\x15\x25\xaf\x30\x44\x32\xd9\x90\xe7\xe6\x87\x2d\xf1\x0c\x82\x33\x80\x6c\x89\xfc\x8e\x61\x65\xa8\x20\x8f\xe0\x57\xc9\x73\xca\xd6\x37\xe4\x0d\x06\xc3\xd4\x35\xbb\xdc\x0b\x4a\x14\x09\xca\x4b\xb2\xa3\xea\xef\x7a\x4d\xb6\xb4\x89\xef\x40\xfe\x81\xad\x46\x84\xfc\xa4\x63\xca\x91\xf7\x98\x4e\xd7\xac\x90\x54\x90\x5f\x61\xb8\x37\xa5\x62\xc6\x61\xbf\xce\x4d\x86\xfb\xa9\xf3\xba\x9f\xae\xb2\x4a\xf6\x67\x8e\x60\xe4\x76\xcb\x3e\xb3\x32\xed\x8d\x83\xc2\x0d\x94\xe5\xa5\x19\x97\x7e\x5a\xaf\xb1\x53\x1e\x10\xff\xbc\xe0\xbe\x4d\x30\x40\x82\x1e\x30\xf7\xbb\xb1\xb9\xc6\x5d\x48\x07\x97\x6d\xdc\x4f\xa2\x77\x7e\xb3\xa3\xc6\xdc\xda\xb6\xa8\x73\x72\x5f\xd0\x61\xe6\x32\xf5\x3b\x45\x55\x69\x02\xf4\x30\x22\x20\x25\x1f\x04\x9e\x57\x3f\x41\xe5\x39\xd1\xc9\xbb\x6c\x02\x2b\x09\x6c\x87\x91\xf6\x1d\x30\x5f\xaf\xd3\x5e\x04\xa4\xdb\x1c\x34\x56\x03\xba\x49\x30\x57\x6b\xda\x72\x99\xb3\x98\xc9\x77\x99\x70\x7c\x62\x82\xe6\x9a\x11\x1c\xb0\x59\xa7\xb4\xa3\x9f\xd5\xb4\x93\xee\xc9\x24\x13\x64\xc8\x0f\x54\xd7\xca\x7f\x97\xcc\x30\x5b\xf0\x25\x82\x90\x78\x87\xc3\x20\xdc\x7b\x66\x4c\xc5\x6e\x19\x58\x3e\x43\x66\x9a\xd1\xc9\xc1\x77\xae\xb4\xeb\x7f\x7f\x44\x3a\xa0\xc3\x65\x6e\x52\x23\x51\xff\x11\x79\x60\x53\x38\x27\x09\x47\x06\x83\x2d\x96\xad\x54\x19\x6a\x1e\x6a\x81\x4d\xc2\x56\xc8\xaf\x9c\x52\xbc\xcb\x6e\x0a\x9e\xe5\x29\x84\xa5\x90\xd3\x8f\x97\x7b\x96\xff\x95\xde\x60\x96\xab\x27\x96\x63\xaa\x06\xfe\x4a\x17\xce\xa9\xcc\x58\xa1\x3e\x08\x5a\xed\x0b\x89\x21\xa8\xdd\xf3\x3c\x15\x8a\xd7\x55\xa5\x0b\x05\x3e\x54\x01\xf8\x81\x25\xdb\xd2\x77\x32\xdb\xee\xd2\x27\x8a\x17\x2b\xf9\x75\x82\x30\xe8\xb2\x52\xbe\x88\x9a\xe9\x4f\xae\x99\xdc\x4c\xc0\x9a\x3c\x5a\xce\x1b\x23\x7e\xdb\x90\x89\xb8\x76\x40\x71\x5c\x51\x79\xce\xb6\x94\xef\xa5\x6f\x1b\x64\xf7\x82\x92\xd9\x29\x6d\x52\xec\x50\x2b\x3b\x95\x04\x12\x1f\x0a\x22\xa7\x66\xc6\x03\x31\x55\x73\x25\x62\xfa\x89\xde\x8c\xc5\x94\xe5\xd8\xa4\xd8\xf9\xde\x7f\x6d\x66\x88\x85\xf6\x59\x04\xc9\x8a\xb5\x7e\x87\x37\xfa\x09\x61\xee\xf4\x75\xd2\x44\x23\xb2\x3d\xa1\x43\x93\x08\xf6\x80\xff\x3c\x0b\x93\x91\x58\x13\x91\x9e\x90\x2a\x60\xd9\xed\x9b\xc7\x6b\xff\x34\xbb\xff\x74\xd0\x90\x60\xea\x7d\xb2\xc2\xd2\x61\xac\x2d\x18\x41\x60\xe1\xe7\x13\x41\xb7\x07\x4d\x60\x98\x3b\x9f\x93\x13\xbc\x21\xf7\x9b\x83\xb2\x6b\xd2\x95\x87\xdd\x06\xc3\x88\x63\xf5\xea\x69\x6b\x70\x0e\x1e\x12\x52\xcc\x5b\x0a\x96\xe9\x47\xcd\x02\x13\x92\xcf\x2f\x41\x1a\x64\x0e\x10\x4a\xbd\x6f\x9b\xb9\xda\x6f\xeb\xdb\x09\xd6\x1b\x37\x41\x61\x94\x5e\x24\x56\x87\xd8\x20\x28\x48\x79\x4b\x88\x80\x96\x05\x4a\xb7\x86\x47\xec\x09\xab\x60\x22\x46\xa3\x03\xfc\x4d\x7b\xe2\xd5\x88\x79\xfb\xee\x73\x0d\xbe\x3b\xde\xda\x10\xbc\x9f\xf5\x39\xb8\x8a\x9b\x5b\xea\xf2\x64\xe0\xd2\xea\xc4\x58\x63\x31\x79\x38\x24\x02\xcb\x60\x0a\x65\x5d\x27\x3a\x09\x41\x77\x2e\xad\xc9\xb8\xa2\x7a\x3a\x0a\xc5\xdb\x6b\x32\x18\x95\x71\xcc\xb4\x2c\x4a\x7f\x07\xc7\x6e\xaa\x67\xac\x5a\xbc\xd4\x4b\xe0\xb6\x7c\xdb\x9c\x40\x75\xbc\x90\xfe\xee\x92\xc7\x30\xb3\x30\x49\x49\x24\x32\x89\xa3\x15\x59\x6d\xcf\xaa\x56\xe5\xfa\x58\x82\x30\xbf\x0d\x0d\xa4\x41\x7f\xaa\xee\x9e\xdc\xd0\xd2\x2c\x07\x0f\x83\x5d\xa8\xb1\x72\x74\xb0\x27\xf0\x60\x8c\x5d\x5a\x99\x36\xa8\x3b\x1f\xea\xf4\xd9\xdf\x09\x75\x47\x04\x7f\x0c\xd2\x73\x5c\xda\x90\x4d\xee\x90\xad\x15\x03\x6d\x8b\x13\x89\xdd\xa7\x1c\x03\x7f\x3d\xfd\x58\xed\x2f\xaa\x95\x60\x17\x4d\x22\xd7\x39\x9f\x36\xa0\x2a\x8e\xf7\x0a\x2b\x16\x6b\x56\x14\x34\x8f\x30\x45\xa9\x3d\x22\x1f\x31\xf5\xfd\xb3\x6f\x8e\x75\xae\x1f\x37\xd8\x1f\x87\x6d\xe3\x2a\x6c\xe3\xa2\xad\xe1\x0b\x07\x08\x5e\x74\xc6\xf9\x95\xb6\xee\x0e\x5b\x64\x4b\x22\xd5\x9f\x71\xbe\x24\x02\x7e\x40\xfa\x6f\x35\xcf\x0c\xd6\xcf\xc8\xcb\xfc\xf1\x37\x5d\x7f\x0c\xa8\x3b\xbf\x53\x41\x6c\x5d\xc8\x1c\xd8\x5a\x1c\x01\xd7\xdc\x5b\xa2\x34\xd2\xe4\x91\x5e\x2d\x3c\xf3\xad\xe0\x1a\xd9\x3c\x66\x60\xd6\x68\x31\x8b\x4e\x7a\x2a\x9b\xa4\xa7\xe4\x3b\x54\x12\xb9\xa8\x96\x60\x01\x55\x8d\xc5\x12\x97\xf3\xeb\x44\x4b\x3b\x33\x94\xb2\x24\x53\x64\x6e\xcf\xf6\x91\x99\x97\xff\xe7\xba\xc3\x25\xe2\x8c\xf4\x01\x02\x5c\x11\xed\x26\x91\x21\x75\x7a\x19\x11\x49\xe9\xa9\xb7\x2b\x9d\x9e\x73\xaf\x29\x08\x46\xca\x81\x85\x64\x23\x42\xd6\x40\xd8\x10\x22\xe7\x37\x89\xc4\x2d\x42\xe9\xa1\x35\x3f\xab\x86\x2b\x4b\x33\xad\xb2\x52\x1b\xc9\x1a\x6e\x23\x93\xc3\x2a\xdb\x52\x5b\x72\x1a\x21\x94\x8e\x00\x7b\x43\x8b\x1c\xa5\xd9\x7c\x9b\x48\xcc\x50\x6a\xa1\xaa\x7b\xd8\xc4\xf1\x0d\x3c\xa1\x20\x20\xb3\x9f\x2e\x51\x8b\x77\xdc\x0e\x96\xaa\x89\x38\x1e\xd1\xba\x2e\x75\x03\xce\x21\x64\xd8\x39\xfa\xab\x4d\xc6\x4a\x9b\x83\x4c\xa7\x36\x80\xff\x35\x67\x12\x1c\x41\xcf\xce\x57\x33\x29\x0d\xb6\x48\x56\x58\x38\xe9\x91\xd9\xf3\xbe\xc3\xd4\xea\x8e\x29\x06\x89\x90\x35\xba\x68\xc4\x55\x3e\xa4\xa9\x08\xcc\x65\x4e\x53\x39\xe8\x00\x6e\x07\x70\xae\x13\x75\x66\x2a\x9c\x29\x54\xe0\x60\xf2\x15\xc4\x97\x3e\xe2\x66\x12\x86\x73\xb5\x06\x3c\x8f\x03\xd7\x35\x6d\x45\x63\x43\xa8\x41\xae\x81\x95\x33\xb2\xff\x08\xf6\x39\xaf\xcb\xb7\x9a\x53\x30\xb1\x0d\x3e\xb2\xea\x7d\xc5\xca\x4b\xcd\x09\x6b\x76\x80\x10\xf2\xa9\xf3\xd5\x88\xd9\x9b\x58\x73\x0a\xcd\xda\x52\x25\x93\x9a\xc3\x37\xf6\x76\x96\x5e\xbc\x33\xd6\x2b\x54\xeb\x57\xf2\x98\x7b\x53\xd7\x33\xbd\xa9\xe6\x1a\xd9\x31\x0b\xba\xcd\x58\xc9\xca\x4b\xef\x0d\x40\x31\x2f\xe4\xbb\x9d\x35\x05\x27\x4b\x6d\x3a\x0e\x91\xe9\xdc\x8b\x23\x7c\xb2\xd7\xa1\xb5\x42\x37\x4b\x0a\x89\x82\x45\x00\x4c\x2d\xa3\x6c\xfa\xca\x56\x9b\xa7\xa5\x14\x37\x09\x5d\x94\x4b\x5c\x82\x6e\xc7\x4a\x32\xe9\xea\xd3\xb3\x7d\x01\x20\x09\xfc\xe0\xf5\x68\x3a\xef\xfd\xfd\x67\xeb\x64\x46\x5c\xec\x37\x3b\xe9\x20\x46\x9f\x3d\xb9\x26\x0e\x93\x1d\x29\x45\xad\x85\xd1\x4a\x1c\x05\x21\x80\x07\x7d\x99\xdd\x5c\xd0\xf3\x0d\x2d\xb3\x8b\xa2\xab\xae\xf4\xef\x68\xcf\x49\x73\x3e\x2c\xdd\xe3\xe1\xc3\xb4\xd1\x6c\xa0\xe1\x16\xf5\xb1\xee\x1e\xdd\x66\x16\x72\x01\x7a\x37\x84\x5c\x03\xba\x50\x1b\x8f\x18\x60\xa1\x99\xe7\x87\xd2\x21\x30\x2c\x1b\x04\x86\x45\x43\x32\xf4\xb0\x8c\x0c\xb5\x1b\xc9\x55\x6d\xbf\xd6\x91\xeb\xe0\xf4\xeb\xf4\x7a\x58\x26\x2b\x34\x00\x28\x98\xcd\x6f\x92\x4a\x41\xc1\x64\x97\x54\x58\x11\x39\x66\x94\xd7\xcc\x0a\x02\x1e\xca\x04\xdc\x0a\x82\xc4\x28\xe1\x77\xdd\x66\x0f\x99\x28\x4d\x90\x41\x45\x87\x1c\xad\xec\x87\x46\xb4\x79\x4f\x9a\x23\xd8\xd9\x54\x13\x48\xb0\x97\xcc\x9f\xfb\xab\x13\x9c\x0d\x4b\xb5\xb9\x02\x6f\x61\xb9\xbd\x05\xf4\x4e\x55\xfe\xf0\xa8\x2c\x34\xb8\x48\x03\x16\x52\x24\x3d\xf0\x49\x7b\x72\x6f\xe6\x37\x09\x53\xdd\x27\xdd\xfe\x6d\xfb\xf8\xe8\x05\x43\x6e\x6c\xb6\x52\x67\x51\x5a\x57\x6b\x32\x09\xae\xcd\x42\x2e\x89\x80\x36\xfc\x95\xbf\xe3\xba\x0c\x14\xb5\xd4\x66\x0f\x7c\x53\xf1\x9e\x03\x78\xf8\x62\xc9\x8d\x2d\xd9\x49\x95\xf0\xfa\xeb\xe7\xa1\xb1\xf4\x2d\x2c\x7b\xea\x93\x8f\x5a\xae\x25\x0e\xa9\xfd\xd6\xd0\x4a\x82\x66\x15\x2f\x53\xa1\x43\x79\xbd\x23\x20\xb3\xfb\x18\x8d\x1b\x56\x7a\x1c\x4d\x22\xfc\xd0\x44\xb5\x3a\x16\x8a\xdc\x1b\x21\xcb\xc9\x43\x9b\x11\x49\x73\x0c\x0e\x84\x77\xfd\x24\x2d\xf0\x0a\xde\x79\xd4\x15\x59\x2c\x71\x17\x5d\x83\xc3\xb7\x41\xd7\x08\xaf\x4c\x68\xb0\x3e\x31\x52\x1c\x07\xea\xdb\x1e\x91\xd2\xaf\x7c\xaf\xa5\x49\xbb\xac\xaa\x40\xaf\x05\x37\x4e\x0c\x1b\x41\x49\x05\x0e\xfa\x6b\x26\x2a\x39\xb4\x78\x6f\x28\x39\xbc\xb5\x56\xfe\x1e\xd9\x11\xa1\x83\x89\x8f\xe9\x1b\xe1\xd2\x79\x1f\x1a\x1c\x9d\x00\x00\x95\x21\x84\x30\x26\x56\x78\x6b\x79\xaf\xde\xaf\x96\x33\xb3\x04\x63\x89\x6e\x6f\x74\x50\xfa\x83\xf5\xe1\x4f\xbf\x34\xfb\x67\x19\x2b\x68\xae\x26\xe3\x26\x30\xfc\xa3\x01\x8b\x7f\x4c\x87\x6f\x0a\x9a\x55\x74\xb8\x07\xf0\x44\x87\x7f\x2c\xe9\xf5\x1f\x87\x7c\xa7\x70\x2b\x17\x18\x40\x96\x89\x38\xe2\x2f\x80\xa5\x34\x2f\x28\x10\x9f\x34\x57\x4b\xd8\x48\xea\xa6\xb0\x40\x77\xd3\x0d\x16\x39\xf4\xab\x37\x15\xd9\xb5\x96\x54\xf8\x64\x97\xf4\xb8\xb6\x46\x4c\x62\x6d\x9a\x81\xc3\xd7\xec\xeb\xe1\xab\xb2\x47\x81\x19\x9f\x15\x5b\x1e\xcd\x1d\x15\xe8\x5c\xbd\x15\xb0\x7a\xe9\x2e\xc9\x6f\xe0\x70\xe8\x69\x22\xba\x31\xb6\xee\x0c\x25\x2c\x0e\xfe\x99\xf8\xea\xda\xfa\x04\xa8\xca\x06\xd8\x9b\x8c\x5a\xdd\xfc\x2c\xe7\xfe\x82\xdc\xaa\x62\xcd\x49\xf2\x73\xa0\x84\x22\x08\x8f\x03\x7a\xe3\x1f\xf2\x1e\x11\xda\x97\xb2\xf9\x8c\x75\x06\x7d\x45\x43\xcc\x4e\x39\x84\x0e\x70\x89\x53\x1a\x55\x05\x5f\x9a\xc8\x06\xb7\xc6\x61\x70\x04\x4c\x67\x07\xf9\x65\x08\xc2\x78\x84\xe2\xa6\x4f\xa8\x49\x09\xaa\x89\x98\xcc\x27\x62\x0a\x9f\x2a\xf8\xa4\xa8\x02\x27\xdf\xa9\x70\x81\x70\x65\x99\xb2\xd1\xc9\x80\xc5\xf1\xc8\x1a\x9c\x67\xe4\x3c\x61\x90\x3f\xad\x5c\xf0\x25\xc9\x0e\xda\xa8\xaa\xdd\x4a\xb9\x10\xcb\x96\xc5\x11\x9d\xdf\x24\x7b\xec\xe2\x09\x03\x6b\xb7\x4d\xf6\x0a\x37\x8e\x9a\xa7\x7e\x8a\x96\xf6\x6a\x7c\x26\x27\xbd\xba\x1e\xea\x19\x19\x88\x43\xd2\x90\xf2\x28\x0d\x93\x90\x4a\xd4\xea\x32\xf4\xe9\xbe\x3d\x78\xbe\x64\x98\x79\x3d\x97\xc8\x6c\x5c\xa9\x53\xaa\xa8\x95\xa0\x6a\xbb\x6c\xe5\x8c\xcc\x4e\xb3\x86\xf3\xce\x60\x70\x72\x91\x2d\x97\x84\x2d\x32\x2f\x6b\x89\x3f\x3e\x05\xed\x52\xbd\x22\x07\xcc\xe6\x5d\x32\xc4\xd4\xf9\x34\x85\x43\x79\x3c\xf1\xc1\x5b\x57\xe5\x80\x0e\xc9\x1e\x97\x26\xdc\x3a\x4a\xdf\xfa\x4f\x87\x46\x47\xfc\xf1\x23\x40\xa9\x8f\x1f\x09\xf5\xc5\x9d\x6f\x43\x89\x9c\xd1\x25\x27\x65\x63\xa4\xce\x34\x50\x66\x8e\x07\xa4\x4d\xed\xc7\x01\xd8\xd1\xa3\x06\x58\xd3\xe8\x6d\x3e\xe1\x4f\x5a\x73\x53\x60\xf8\xde\x0f\xb1\xda\xa9\x63\x41\xb8\xfd\xd9\x2a\xcc\xc1\x66\xde\xd2\x65\xa9\x51\x30\xbb\x80\x8d\x1e\x32\xb0\x26\xcc\xe0\x2a\x64\x14\x2c\x06\x80\x5f\x33\xb9\x19\x66\xe5\x30\x53\x3d\x44\x08\x00\xe2\x27\xad\x02\x3b\xa6\xb0\x6f\xa4\xc5\xea\x8e\xb6\x87\x88\xdc\x6d\x12\x6d\xd9\x85\xf3\x00\xca\x56\xf4\x0b\xe3\x40\x58\x0c\xbc\x4c\xd3\x1d\xce\xcd\x39\x3a\xaa\xd3\x7f\x61\x62\x7f\x58\x10\xb9\x28\x9d\x0b\x5c\x1f\x7d\xb6\x35\x1e\x7e\x3d\x9f\x6e\xf4\x27\xd4\x1c\x52\xb5\x18\x86\x67\x2e\xe0\xf7\x6f\x61\x2a\xb9\x63\x4b\x13\x34\x88\xa1\x9d\x26\x16\x8c\xd5\x93\x90\x77\xc1\x6b\x48\x98\xf8\x14\xc8\xb1\x97\x5f\x88\x61\xd3\x02\xd3\xd6\x0b\x7a\x74\xe2\x02\xd8\x7c\x31\x36\xcd\x21\xf9\xec\x21\x86\xdf\xbe\x7c\xee\x5e\x26\x9f\x00\x63\xba\x13\xf7\xe9\xcb\xc7\xcd\x68\x4d\xbf\xe2\xd4\xb9\x91\xbc\x6a\x5d\x1e\x88\x1f\x04\xb7\xe7\xa5\xbf\x84\x3e\x67\xf0\x1a\xd6\xec\xc9\x17\x83\x38\xb7\x4d\xfe\x8d\xdd\xe5\x0c\xe1\x6e\x14\x6d\x66\xd7\xf1\xbf\x13\x59\xb1\x4f\x3c\x12\x90\xc5\xce\xa4\x34\x14\x71\x94\xc7\x44\x1c\x4d\x90\xa0\x56\x6c\x15\xe6\xec\xca\x9d\x27\x96\xe1\xd3\xda\xe2\x16\x16\xc0\x68\x1e\x5c\xa8\xec\x8c\x69\x50\x4d\xe8\x42\x82\x39\xba\xb5\xe2\x6a\xc4\x22\x02\xcb\x2f\xca\x44\xc2\x33\xf5\xbc\xbd\x93\xf6\x82\xe2\x0e\x08\xa7\x0e\xd3\x13\x42\xa8\xaf\x21\xb0\xe4\x55\xbf\xde\xd8\x1e\xb5\x4d\x56\x6d\x8e\x1d\x32\xd3\x54\x10\x52\xeb\x49\xeb\x2c\x1f\x34\xd5\xfa\xe2\xff\xc4\xb5\x7b\xe2\x2d\xd1\xb3\xff\xf9\x25\xf2\x8c\x17\xfe\x99\x15\x7a\x01\x2b\x04\x9e\x5e\xde\x22\xb9\x81\xff\xae\x23\xc5\xa8\xfe\xfa\x75\xaa\xfa\x1b\x3d\x20\xec\x21\xc6\x47\x0d\x65\x7d\x6b\xa6\x9a\x5a\x9b\x4d\x00\x25\x36\xe5\x42\x27\xda\xb4\xa1\xb3\x42\xc2\xaa\x09\x05\x0d\x36\xe2\x46\x38\x7a\xd0\xeb\xfc\xe2\x6e\x68\xf1\xc3\xd7\x42\x8b\xce\x66\xcf\x30\x6b\xb6\xfb\xdf\x03\x1d\x82\xb0\xa5\x47\x45\xa8\xbc\x23\x42\xe5\xc7\x44\xa8\xdc\x8a\x56\xb6\xd9\xee\x59\x49\xd8\x31\x68\x73\x5c\xbe\x62\x6c\xd4\x4b\xd0\x5f\xb4\x61\x81\xd7\xb6\x82\x0b\xc8\x04\x67\x75\x94\x51\x5b\x60\xb7\xc1\x12\x33\x28\xe2\x49\xc4\xbe\x24\xb9\x09\x81\xc9\xfb\x30\x83\x70\x9f\x4c\x60\x7e\x0c\x21\x6d\xb3\xdd\x90\x7e\xde\x41\xfc\xcc\x2c\xe0\xff\xb3\x61\x45\x57\xbc\xcc\x1d\xfb\x1f\x21\x45\x96\xfb\x17\xb1\x93\x62\xc6\xa4\x69\xea\x10\x3e\xbd\xb7\x4f\x75\x7d\x37\xf2\xf3\x2f\xdd\x0f\x1a\x2c\xa9\x3e\x7b\xee\xdc\x3f\xee\x00\x16\x4d\xa9\x9f\x3a\xa5\x74\xd8\x6b\x55\x48\x9d\xaf\x9f\x15\xf2\xf9\xfe\xd8\xe9\x47\xad\x78\x26\x6d\xa5\xc0\xbf\x72\xec\xff\x1b\xf2\xf2\x30\xa1\xb0\xd5\xd3\xf6\x08\xd1\x8d\xc5\x54\x5f\x90\x07\x3a\x22\xe4\xe7\x03\xfa\x4a\x31\xfb\xd7\x5d\x8a\xdb\xce\x81\x1d\x58\xb3\x51\x27\x3a\x6f\x5f\x92\xc6\x93\x9b\x37\xa9\xfb\xc3\x3b\x92\xc1\x1d\xe1\x36\xf9\x5e\x73\xe1\x6c\xf8\xe3\x23\xd7\x47\xd4\x75\xd2\x1e\xd1\xcf\x1a\x21\xff\xe0\xdd\xa1\x5f\xff\x85\x3b\xa4\xd7\xd7\x5d\xa3\xff\xa3\x97\xc8\xf4\xfd\xf5\xf7\xe8\xfb\xbe\x7b\xa4\x36\xe8\xaf\xf8\x6f\x64\xd6\x2c\xc8\x37\xfa\xae\xac\xe8\xe2\x6f\x4b\x42\xb1\xfa\x3b\x3e\x59\x12\x89\xef\x13\x42\x92\xbf\x8d\xc9\x7d\x14\xc7\x25\x35\xf1\xd3\x7e\x21\xd1\xbe\xd4\x96\x86\x79\xb3\x64\xd7\xac\xcc\xf9\xf5\x5c\xff\xb1\xd8\xec\x47\xf2\x0b\x44\x2e\xfd\x3b\xf9\x71\xfa\x72\x2f\x21\x1e\xc3\xeb\x8b\x8a\x8a\x2b\x2a\xea\xfa\xc7\xe9\xcf\xf4\xe2\xaf\x4c\xb6\xbf\x60\x4a\xfd\x2e\x9c\x98\xa3\xa2\xc5\x3a\x8e\xfb\x3a\x37\xa9\x9a\xe2\x38\x5a\x18\x71\x9d\x79\xb3\x8c\x08\x21\xb7\x07\x97\x15\x58\x23\x31\xf3\x11\x61\x49\x7b\xe7\xf2\x9e\x95\xf2\x2f\x8f\x8b\x6c\xbb\xa3\x39\x6c\x49\x7f\xaf\x6c\xbb\xe3\x42\xbe\x5b\x09\xb6\x93\x55\x7f\x91\x97\x3a\x7a\xe8\xe3\x4d\x56\x96\xd4\x8b\x3b\x29\xbc\x9c\xaa\x5d\xf9\x97\x4f\x4a\x50\x7c\x82\xb4\xf0\xba\xa4\x98\x51\xcc\x29\xce\x28\xae\x28\xde\x53\x5c\xa8\xbd\xf2\xd0\xdd\x09\xfd\xce\x3b\xe6\x6b\xda\xb1\xe9\xfa\xdb\x29\x55\x9b\x79\x9b\xcc\xd4\x26\xd3\x25\x4a\xd4\x9f\xf1\xc9\x12\xe9\x67\x2b\xa7\x36\x6f\xad\x47\xcd\xdf\xc8\xec\x40\xe9\x3c\xd9\x53\x62\x96\x6e\x5a\xd2\xcf\xf2\x9c\xad\x3e\xe1\xa2\x79\x77\x45\x45\xc5\x78\x59\x4d\x4b\x9e\xd3\xe9\x16\xae\xf9\xbd\xff\x4c\xe6\x69\xf2\x21\x1f\xa3\x0f\x53\x34\x0f\x7e\x7f\xf8\xb6\x56\xbf\xbf\xb9\x87\x70\x78\xfe\x0b\xc8\x8d\x35\x53\x5b\x57\xd0\xc5\xc9\x32\x8e\xa3\x13\xfb\x74\x1f\xb2\xeb\x50\x52\x51\xf9\x7c\x6b\x5c\x57\x10\x2e\xfb\xd2\x65\xee\x69\xb2\x56\x5c\x6c\xfa\xf7\x79\xc2\x29\x99\xe1\x4c\xaf\xd5\xdf\xd5\x6b\x5c\x51\x92\xf3\x15\xdc\x53\x13\x61\xf5\x9c\x7e\x96\xaf\x78\x4e\x93\x28\x42\x38\xa3\x53\xae\x8f\x63\x52\x51\x7c\xbb\xda\x64\x22\x5b\x49\x2a\x9e\x64\x32\xd3\x16\xb4\xbd\x7d\x56\x54\xa7\x22\xe1\x94\x8c\xc7\x9c\xfe\xe1\xfe\x01\xa5\x92\xce\x93\x84\x19\xdf\xa5\xe0\x3c\xa0\xa9\x3a\x40\x27\x53\x5e\xda\x28\xb3\x6b\xda\xdf\x2e\xa3\x50\xf4\xfe\x74\xc7\x2b\x69\x1a\x49\x66\x6a\x72\xa5\x55\x38\x10\x42\x7e\xe9\x4f\x1f\x36\xf7\xe9\x51\x71\x63\xd0\xc6\x33\xfb\x32\xf2\xe4\xc2\x11\x02\xd7\xae\x7f\xec\x99\xa0\x49\x74\x45\x85\xfc\x1c\x75\xb3\x39\x26\x7f\x25\x74\x2a\xf6\xe5\xeb\xf2\x05\xe7\xbb\xba\x36\x0f\xc6\xcb\x18\xf9\xfd\xfd\x15\xf6\x20\x55\xe7\xbd\x13\xfd\x0b\x5e\x1e\x12\x04\x5f\xad\xf1\x0e\xf9\x06\x1b\xe9\x77\x9f\xb7\x8a\x77\x33\x28\x9e\xa1\x83\xb6\xd9\xa7\xe4\x1f\x03\x63\x01\x9c\x6b\x83\xbe\xcd\x91\xc4\x55\xd6\x9e\x01\xc8\x00\xcf\x66\x4f\x5d\x15\x3e\xe5\x26\xaa\x7e\xc2\x7d\xfd\x7f\x63\xe6\x65\x4a\xad\xd7\x7d\xc5\x20\x44\x95\x9e\xc2\x86\xe2\xe3\x20\xb2\x47\x7e\xab\x3f\x4c\x3f\x7e\x7c\xf3\xf6\xf5\xcb\xe7\xef\x9e\x7e\x7c\xfe\xea\xdd\xf9\xdb\xf7\x2f\x9f\xbe\x3a\x7f\x78\xfe\xfc\xf5\xab\x8f\x1f\x35\xae\xbf\xa2\xe4\xcb\x45\x1d\x7f\x7b\x49\x87\xac\x1c\x66\x89\x67\x22\x1a\x41\x80\x96\x2b\x8a\xae\x3a\x09\x2a\x2f\xd5\xa5\xdb\xd1\xe4\x92\xe2\x2b\xba\xb8\xa4\x4b\x0d\xec\x6f\x28\xb9\xcd\xaa\x6c\x97\x7e\x83\xd5\xfa\xa6\x39\xc5\x36\x69\xda\x27\xec\xd9\xe3\xa6\x0c\x67\x45\x91\x3e\xc6\x8d\xb4\x23\xfd\x0d\x8b\x6c\x45\xd3\x57\x58\xf1\x5e\xe9\x73\xec\xb1\x60\xe9\x33\x6c\xac\xc7\xd3\xdf\x31\xd8\x8e\xa7\x8f\xb0\xb3\x1c\x4f\xdf\x60\x67\x37\x9e\x66\x98\x97\xe9\x8e\x82\xed\xf2\x96\x62\xcb\x2f\xfd\xc3\xb2\x4a\x3f\xe1\x6d\xb6\x4b\xdf\x63\x58\xfa\x74\x43\xb1\x46\x93\xe9\xaf\x07\xcf\x60\xff\x46\x71\x60\x32\xd1\xf6\xf9\x5a\x81\xe5\x1d\x52\xbd\x53\x49\xf4\x1b\x78\x60\x44\x78\xb1\xf4\xbf\x06\x76\xfb\x46\x65\x60\xda\x4d\x15\x4a\x9a\xfe\x06\xce\x5d\xb8\x31\xb5\x57\x00\xe2\x00\x9d\xf4\xa1\xb1\x67\x59\x25\x1f\x71\x6e\xe8\xb7\x9d\x50\xb3\x7f\x95\x99\x28\x3f\xcd\x99\xfc\x68\x8c\x06\xdd\xe1\x4f\xcc\x9b\x3e\x4b\xab\x77\x37\xdb\x0b\x5e\xc4\x71\x54\xc1\x8f\xf6\x87\x29\x93\x5a\xa7\x35\xef\xb9\x53\x96\x6f\x3e\xf4\x1a\xc8\xf7\x82\x14\xdb\x5d\xdb\xb2\xd6\xbd\x1f\xd9\xdf\x0d\x05\x3c\xb7\x63\x4b\x5d\x87\x28\xb0\x33\xfc\xb8\xe3\xda\xc1\xdf\xb3\xd3\x78\xab\x67\xee\x5d\xe1\x91\x0c\x0c\x27\xed\x2a\x49\x14\x5a\x50\x3a\xd8\xf7\x31\xab\x2a\x2a\xe4\xf9\x86\x55\xc6\x7b\x9f\xfd\x4e\xf3\x84\xa2\x54\x7a\x5d\x1f\x2b\x14\xf8\x27\xfb\x92\x85\xb7\x6a\xd7\x68\xb9\xb2\xb4\x19\xa8\x0a\x37\x59\x55\xfe\x51\xd1\x66\xb4\x1c\x32\xd3\x4e\x45\xf3\xe1\x64\x58\xed\x77\x54\x24\x28\x28\xa1\xe9\xb7\xc8\x0f\x2b\xed\xc6\x03\xd9\xd9\x7d\x22\x35\x51\xaf\x7a\x89\x95\xb7\x74\x5d\x80\xb5\x81\xf9\x31\xbd\xa4\x72\xee\xfd\xee\x35\xc4\x2f\xc9\x47\x18\x92\xba\xfe\x8f\xb2\xaa\xc9\xe5\xe5\x8c\x1d\x8c\x80\xed\x92\x4a\x0f\x4a\x3c\xa1\x15\x50\x3b\x5c\x80\x0e\xa0\x09\x33\xa9\xfa\x84\xff\x4d\x2e\x79\x94\x32\xed\x1e\x7f\x50\x9b\xac\xfa\xad\xeb\x60\xaf\xbb\xbd\x03\xa9\x72\x3a\x32\xfd\x36\x42\x8b\x10\x4e\xe9\xf6\x55\x79\xc7\x13\x25\x94\xa8\xc5\x79\x63\x6b\xbc\x56\x77\x06\x9d\xa2\xd3\xfe\x75\x0d\xcb\xf9\xcb\xeb\x7d\xb1\xd3\xaf\x82\xb7\xf3\x66\x51\xbc\xb7\xfd\x7e\x25\x4e\xa3\x52\xd7\xbd\xb5\xc0\x3c\x26\x3c\xff\x96\x91\xbc\xd3\x71\xa4\x61\x05\xfb\x99\x04\x88\xc6\xad\xf8\x13\x41\xab\x0a\xb0\x96\x62\x17\x28\x93\x1b\x2a\x14\xd7\xa0\x6a\x0f\xb9\x08\x3d\x4b\x8e\x47\x9d\x07\x0f\x6d\xf7\x11\xdf\x7a\xf7\x3d\x35\xfe\x44\x14\x5f\x0b\x26\xb3\x0b\x80\x7b\x0e\x70\x9b\xe7\x83\x82\xbb\x71\xfc\xb1\x6a\x4d\x3e\xe0\xd5\xfb\xbe\xba\x8d\xa9\xbe\x62\x63\xea\xba\x17\xdb\x7b\xbb\x40\x24\xa6\xfa\x28\xfa\xfd\xae\x8a\xac\xaa\x1e\x67\x45\x01\x89\xb5\x9a\x38\xdf\x09\xf5\x4d\x1b\xe4\x11\x7e\xec\xb1\x36\x03\x50\x27\x72\x98\x0d\xa1\xad\xd0\x12\x20\xf2\xfb\x0a\x7c\xb3\x18\xad\xda\xda\xc6\xd9\xa9\x68\x14\x86\xc2\xfa\x5c\x94\x10\xab\x72\x50\x4e\x8d\xcc\xea\xa2\xa0\xc4\x7f\xa8\xeb\xd1\x09\x2e\xa7\xfe\xaa\x93\xd1\x0c\x47\xb0\x35\x11\x2b\x87\x20\xdc\x9f\xda\x1d\x02\x29\xff\x31\x67\xb1\x72\xfa\x89\xde\x80\xa2\xdb\x5b\xa1\x26\xdd\x6b\x08\x90\xd4\x49\xec\x99\x93\x77\x56\x24\xc4\xec\xe8\x9b\xb7\x80\x04\xa9\xfe\xb5\xb1\x18\x18\x52\xb0\xfa\x2e\x75\xcb\xc0\x36\x24\x40\xc5\x36\x28\xcd\x53\x85\xd3\xa7\x6f\xdf\xfd\xf4\xc6\xaa\x15\x71\x49\x16\xd1\x33\x2e\xb6\x8a\x5a\x8f\x70\xf4\x8c\x15\xf4\x2d\xcd\x72\x2a\x22\x1c\x3d\x2a\xf8\x45\x84\xa3\xf7\x6f\x5f\xbc\xa3\x99\x58\x6d\x4c\x40\x47\x1c\x69\x84\x15\xe1\x08\xb8\x90\x47\xfb\xf5\x9a\x8a\x68\x89\x19\x29\x07\x3e\x92\x86\x20\x0f\xa5\x4d\x03\xb5\xb0\x43\x8e\x7e\x80\x0e\x54\x43\x6f\xe9\x3f\xf6\xb4\x92\xf0\xab\xda\xf1\xb2\xa2\xaa\xd1\x0b\x2e\xa4\xa2\x90\x05\x2f\x0a\xd5\x30\x42\x98\x4d\xd7\x5c\x3c\xcd\xfc\xb4\x6d\x02\xdd\xd2\x85\x58\xc6\x71\xff\x26\x49\x2c\xe0\x0e\xfa\x57\xec\x48\xe6\x5b\xd5\x4c\x2b\x63\xad\xd4\x8d\x13\xa9\xa8\x93\x80\x02\xea\x1a\x32\x34\xb6\x4f\xe8\xb6\x7d\x4f\xa4\x89\x70\x7c\x64\x8c\xe0\x4a\x5f\xb0\x4a\xd2\x12\x16\xc4\xc0\x89\xdb\xc3\x9d\x80\xc2\x69\x90\x5b\x67\xce\x64\x18\xce\xf2\x1c\xc8\xcd\x17\xa6\x5d\x6b\xf5\x15\x5e\x7c\x20\x79\xb5\xb0\xd8\xf6\x6f\x65\x42\xee\x85\x75\x95\xeb\xbc\x75\x7e\x72\x2e\xc1\x30\x44\x19\xfb\x8a\x6e\x15\xed\xdf\xed\x19\x79\xe1\xe1\xdb\x7d\x61\x1d\xa4\x4a\xb4\x03\x3b\xb1\x75\x22\x16\xe5\x12\xdc\x48\x7c\xb6\x4b\x58\x8f\xbb\x12\xe4\x01\x66\x80\x39\xab\x76\x8a\xa9\x82\x21\x76\x87\x16\xd8\x14\x01\x7f\xa2\x2e\x66\xcf\x40\x3d\x30\xe4\x9f\xc4\x7e\x95\x86\x33\x1a\x30\xb6\x31\x14\x4c\x8e\xca\xce\x1c\xa1\x33\x75\x7f\x66\x98\x3b\xf5\x1c\x64\x2f\x60\xe3\x31\x12\x49\xb9\x60\xce\x47\x79\xe4\x48\xf5\x37\x02\x9c\xe5\x68\x7e\x70\x89\x94\x71\x79\xf4\x64\x5e\xf9\xe9\xe7\x8f\x1d\xd3\x44\x92\x3b\x68\x4b\x28\xd5\x25\x0c\x1a\x75\x07\x42\xc8\x3f\x4d\x66\xde\x47\x48\x46\x89\x8e\x5d\x8b\xa3\x15\x70\x94\xe9\x50\x6d\x8d\x87\xee\xc9\xdd\x37\xe5\x9f\xef\x81\x97\x3a\xa9\xa3\xed\x01\x8c\x92\xef\xee\xc3\x25\x40\xf2\xe9\x12\x81\x70\xff\xf5\xb4\x02\xb6\xce\x21\x74\x52\x56\x2b\x99\x03\x40\xf8\x8e\x5d\x96\x59\xb1\x8c\xbe\xf2\x24\x2b\xd0\xaf\x27\x00\x81\x2f\xd4\x26\x59\x9b\x5b\xb3\x76\x80\xf4\x7a\x64\x1f\xda\xb5\x17\x0a\x19\x71\xb2\x79\x0a\x72\x01\x21\x38\x00\x6d\x22\xd0\xc7\x66\x08\xb7\x87\x28\x75\x9e\x63\x3f\xfb\xaf\x3b\xb0\xec\xdf\x0a\x4a\x2b\x58\xac\x66\xef\xe8\xf5\xb0\xfc\x97\x40\xa9\x3e\x0a\x9d\x8d\x02\xb9\x10\x48\xed\xb5\xb0\x4a\xbb\xc6\x9b\xe2\x9e\xf8\xa6\x8f\x0b\xb1\xb2\xb4\x79\x4b\xa8\x06\x6d\xcc\x93\x8e\xb0\xcd\xb4\xad\xd7\x12\xa1\xa9\x62\x97\x82\xfe\xf0\xe8\x04\x8f\x4e\x50\x7a\xa4\xaa\x5e\x2f\xb0\x02\x54\x44\xab\xa9\x94\x52\x72\xab\x9e\xdd\x1c\x2f\xf6\x17\x17\x05\xad\xd4\x8d\x5a\x29\x6a\xae\xd0\x4b\x74\x72\x30\x11\x32\x61\x65\xa7\xc1\xce\x2a\x9a\xdc\x9e\xca\x7f\xf2\x54\x37\xe8\x5d\x9d\x6c\x9b\x06\xbe\x6f\xb9\x2c\xa3\x6c\x98\x64\xdb\xcf\x79\x76\xa9\xc8\x8b\xe6\xd8\x2d\xba\x05\x96\xa4\x43\x4b\xe0\xf2\xab\x6a\xe8\x4b\x17\x85\x11\x9b\x7a\x55\x45\xd3\x8f\x1f\x9f\xbd\x7e\xfb\x58\x4b\x97\x1e\xbe\x78\xf1\xf1\xe1\xa3\xd7\x6f\xcf\x1f\xbf\x7e\x75\xfe\xf6\xf5\x8b\x17\x4f\xdf\x7e\x7c\xf3\xfa\xc5\xaf\xcf\x9e\xbf\x78\x31\x4f\x14\x43\xc0\x0b\x0a\x79\xb4\xa3\xaf\xad\x46\xa4\xd8\xd3\x21\xab\x86\x15\x95\x78\x78\xcd\x8a\x62\xb8\xe6\x62\x65\xa8\xee\xa2\x18\xee\x78\x71\xb3\x66\x85\x1a\xec\x68\xd6\xeb\x64\x4a\xa7\x86\xcc\x82\x90\x7b\xe6\xf7\x51\xb6\x31\xb1\x97\x08\xd5\xf5\x88\x4e\x5b\x0b\x08\x8c\x18\xb8\x15\xb6\x3e\x10\x86\xcd\x3b\xbd\x76\xa4\x44\x07\x2f\x79\xf6\x5c\xa6\x14\x1d\x12\x74\xda\xe3\xd8\x7a\x5b\x79\xd4\x65\xda\x21\x37\x15\x0e\xc6\x20\x95\x51\x07\xd2\xd2\x9e\x4c\x47\xf9\xb1\xd2\x1a\xf5\xac\xbf\xe0\x8b\x82\x5f\xa4\x3e\x21\x6b\x8a\x02\x35\xab\x7f\xb7\xa4\xbc\x9e\x1e\x48\x15\xc2\xa3\x99\xb9\xc1\x6e\x9f\xd5\x35\x48\x10\x5e\x1b\x42\x39\x6d\x48\x66\x18\x5d\xd6\x90\xc1\x69\x40\x13\xab\xaf\x10\x2e\xbd\x9c\x7a\x65\x90\x09\xf2\xe7\xae\xc4\xf3\x52\xfe\x05\xaa\x2d\x23\xec\x5e\x82\x6a\xa5\xff\xad\xaf\x70\xf1\x3f\x3e\x2f\xe5\xc9\x7f\xf4\x56\xe9\x79\xfd\xbc\x94\xdf\xdd\xef\x2d\xdc\xf3\xfa\x59\xc1\xb3\xa3\xef\xff\xe3\x4f\xe6\xfd\x12\x73\xe2\x4d\x7f\xca\xaa\x9f\x18\xbd\xf6\x59\x4e\x5f\x5a\xd6\xc4\x4b\xe8\x48\x32\x42\x25\x14\x45\xe8\xc1\xa4\x15\xb0\x40\x73\xfd\x3a\xb5\x9e\x67\xd1\x02\xf1\xaa\x74\x5d\x55\x0d\xdf\x5b\xfc\x67\x36\xf9\x7d\x36\xf9\xdf\x1f\x26\xff\xd7\x37\x7f\x88\xff\xf8\xed\x78\xfa\x9f\x1f\xff\xab\xfe\xbf\x97\xf7\x98\x4e\xb3\x7e\x4c\x83\xf8\x5c\x27\xa6\x1c\x3a\x75\x86\xa2\x05\x37\x70\xa0\x86\x6b\x46\x8b\x7c\x58\x66\x5b\xea\x89\xa4\xa6\x92\xbf\xe0\xd7\x54\x3c\xce\x2a\x9a\xb4\x13\x42\x1b\x10\xf8\xc5\xe1\x52\x3f\xdd\x72\x63\xf9\x52\xd2\xcf\xb2\x8d\x7e\x24\xa1\x53\x1d\xd0\x14\x39\x51\x2b\x2f\xa9\x67\x32\x6c\x20\xb1\x3c\x1c\x0e\x8d\x4e\xdd\x5e\x24\x45\x14\x2c\x5a\x22\xcf\x65\x8f\x3a\x45\x02\x7d\xe3\x46\x55\xb8\x7c\x4f\xdb\x6c\x47\x6e\x0f\x38\x60\xff\x8b\x39\xed\xf2\x69\x8d\x2d\x5b\xb6\xdb\xd1\x32\xd7\x74\xb0\xb1\xb2\xed\xd8\x0d\xf6\x35\x10\x56\xa7\x8b\xd9\x12\x53\x1d\x06\x47\x37\x42\x1d\x0f\x18\xca\xe0\x20\xab\xa7\x22\x50\x3b\x4d\x76\x47\xb4\x90\xae\x3d\x3f\x86\x81\xc9\x79\x37\xbd\xe0\xf9\xcd\xfb\x8a\xba\xd0\x44\xe2\x88\xd2\xfb\x61\x21\x68\x96\xdf\x0c\xd5\xff\x11\x42\x83\xa6\x26\xf1\x13\xa5\xad\x7d\xef\x1f\x7a\x3d\xf4\xcc\x10\x40\x70\x40\xa7\xbc\x2c\x82\xcc\x39\xe8\x16\x82\x40\x6b\x73\x86\x03\x04\x88\xa1\xa1\x5f\x04\xba\x15\x09\xd5\x41\x22\x20\xd9\x95\xeb\x2c\x0f\xd3\xee\x34\x90\x11\x0b\xb2\x4e\x1a\xd9\xa4\x9c\xaa\x51\x3f\xac\xbc\x1b\x9c\x84\x31\x1d\x36\x6e\x3d\x20\x1a\x94\x8b\x0c\xe1\xb2\x23\x0f\x9a\x6e\x1a\xf0\xa5\x96\xef\x46\xd2\x17\xda\x05\xbb\xe9\xad\xa2\x7a\xf9\xfc\x92\x08\x61\x39\xbd\x80\xbe\x9b\x6e\x77\x49\xe8\x91\xd1\x2c\xe9\x89\xe7\x93\xfa\x88\xe7\x3d\x0e\x19\xc6\xfa\x50\x55\x51\x94\x3e\xa1\x98\xce\xed\x3d\xec\xb8\xc4\xa9\x52\xe7\xf4\xb3\x24\x34\x2d\xa7\x0a\x8f\xc4\xb1\x42\x08\x1e\x60\x62\x55\xc8\xfb\x78\x15\x55\x49\xa8\x68\xb1\x44\x1c\x5b\x2c\xf1\x75\x0d\xd8\xd2\xd0\x88\x8f\x13\xe3\xb8\x85\x13\xbf\xae\x3d\x3d\x13\x07\x4b\x13\x94\x06\x58\x28\x8e\xed\x1c\x93\x44\x12\x85\xd5\x55\xe7\x0a\x60\x1f\x6d\x5e\x22\x64\xb2\x38\x40\x07\xde\x41\x21\x1b\xb5\xcb\x1a\xbb\xe1\xd6\x92\x5b\xbc\x6a\x72\x83\xb7\xab\x2e\x51\x67\x60\x89\x8f\x44\x8e\xcf\xb5\xae\xb9\x3a\x31\xf3\xa3\x23\xb2\x9e\x8c\xcd\x6a\x90\x2f\xa2\x9a\x76\x95\xc8\x64\x37\xd5\xb0\x1f\xf2\x77\x25\x11\x84\xac\x2e\xe5\x44\xb5\xa0\x08\xa5\xe4\xd8\x91\xb2\xb5\xaa\x4e\x2d\x1c\x49\xfa\x59\xde\xdb\x15\x19\x2b\x4f\x15\x96\xa9\xa8\x24\xef\xcf\x9f\x4d\xfe\x12\xf9\x63\x78\x04\x3b\x14\x3e\x03\x21\xff\xc5\xf6\x7b\xea\xa0\x7f\xe1\x60\x99\x41\xdc\x35\xa1\x6c\xb7\x2b\xd8\x0a\x0c\x54\xee\x7d\x9e\x5c\x5f\x5f\x4f\xd4\x55\x98\xec\x45\x41\xcb\x15\xcf\x69\xde\x9e\x27\x98\x14\x9a\x33\xa8\x6f\xb6\xba\x43\x6d\x3e\x8b\xac\x9a\x98\x4b\x0d\xcc\x69\xfc\x92\xed\x14\x7d\xd8\xac\xcd\x88\x5a\xdf\xc3\x2a\xde\x59\xe9\xd6\xfc\xf2\x99\x0d\x1b\xb3\x77\xb7\x9b\x17\x78\xc5\xf7\x8a\x58\x80\x70\x0b\x59\x3e\xb4\x05\x87\xaa\xd6\x30\xab\x86\x6a\xca\x0d\x19\x71\xf7\x08\xd4\x81\x5c\x22\x83\xa7\xfc\x2b\xd3\x87\xb8\xfb\xc6\x3d\x37\x4b\x59\xd7\x7d\x8b\xe4\xaf\x48\xea\xf6\x23\x31\x96\x58\x39\xb2\x51\x67\x21\x1c\x7f\x7b\x97\xb0\xc4\x25\x66\xfe\x5e\x31\xbb\xac\xec\xf8\x5e\x59\x9b\x3c\xfb\x1e\x77\x70\x54\x09\x38\x0a\x5b\xe4\xa4\x96\x00\x52\x84\xfe\x13\x9b\x19\x58\x2e\x3a\x47\xa9\x0e\xea\x09\x3d\xa6\x6c\xc8\x10\x88\x03\x50\x36\xfa\x06\xe3\x3d\xb5\x34\x64\x1b\xc4\x72\x7e\xbc\xc9\xc4\x63\x9e\xd3\x44\xfa\xb1\xe5\xc5\xf4\x37\xce\xca\x24\x8a\xd0\xe1\xc8\x48\xff\x6d\x87\x48\xed\x48\xdf\x21\x0a\x8f\x0e\x5c\xb7\x06\x3b\x99\xd4\x94\x16\xeb\x1c\x39\x42\xaa\x69\x7b\x04\x2e\xdd\x11\xf8\xad\xe2\xe5\xd7\xd4\xf8\xf1\xdd\xeb\x57\xd3\x9d\xba\xf4\xe6\xd4\x1e\x8a\x30\xc5\x31\x2d\xf3\x96\xfd\x09\x25\x19\x38\xb9\x13\xc8\xfc\xea\x09\x85\xb7\xd9\x6e\x41\x4d\x48\x42\xfd\x9b\x88\xb9\x18\x47\x78\x18\x8d\x65\x2a\x0f\xd8\x6f\x5a\xc7\x54\x27\xa1\xe6\x44\x87\x59\xb7\xf5\x55\x37\xcb\xb0\xd6\xa5\x1f\xe5\xd9\x63\x56\xcc\x90\x00\x00\x66\x95\x43\xb3\x7a\x14\x3a\x58\x58\xd0\xce\x26\xab\x8e\x46\x90\xdd\x66\xbb\x36\xcb\xad\x5a\x47\x61\x0b\x41\xbc\xe9\x86\x84\x76\xe3\x86\xd5\x09\xab\x18\x2a\xf7\x58\x02\x7d\x27\xcc\xde\x66\x3b\x74\x6c\x24\x02\x81\xa9\x82\x16\x57\xbb\x1e\xc5\x12\x0b\x43\x1b\x07\x3d\x7e\xa2\x37\x55\x17\x5c\x2f\xc2\xb8\xc5\x5d\xe2\x5b\x53\xb8\xa0\x42\x10\xea\x44\xed\x21\xc1\xaa\xdf\x30\x70\x2e\xff\x9d\xa6\x5d\xc3\xb2\xbf\x61\x5a\x4a\xc1\xfe\x5b\x2d\x7b\x83\x5e\x08\xac\xb8\x05\xdb\x7e\xc0\x54\x15\x5d\xf9\x52\xc3\x5e\xf5\x8c\xc4\xc6\x34\x5d\x44\x4f\x9e\xbe\x78\x7a\xfe\x34\xc2\xd1\xf7\x4f\xcf\x23\x1c\xfd\xf0\xf4\xe1\x93\x08\x47\xaf\xdf\x9c\x3f\x7f\xfd\xea\x5d\x84\xa3\x37\xaf\xdf\xa9\xf7\x6f\xde\x9f\x47\x5e\xb0\xbd\xab\x56\x24\x76\x92\x48\x22\xeb\xfa\xf6\x80\x80\x4c\x1e\x18\x7d\x8b\x63\xd1\xae\xda\x0c\x4d\x2f\xf7\x1b\xb2\x31\xfa\xca\xed\x45\xa1\xf3\x5a\x98\xa0\xe2\x82\xe6\xb4\x94\x2c\x2b\x2a\x42\xfd\x27\x2c\x2d\x91\x60\xf5\x49\xe6\x11\xa0\x6b\x91\x50\xfb\x8c\x90\xcd\x1b\x2f\x37\x3c\x27\xd4\xfc\x30\x2f\x79\x4e\xd5\x2b\x9e\x9b\x48\x37\x5a\x2a\xa5\x98\x5e\xf8\x81\x99\x0e\x56\x0f\x31\xb4\x2c\xa9\x09\x71\x90\xbc\x67\x1c\xb0\x5f\xbe\x31\xb4\x9a\x8c\xe3\xbb\x1d\x14\xf6\xe7\x24\xfd\x27\x13\xd8\x37\x78\x13\x55\xd9\x96\x4e\xb8\x60\x97\xac\x8c\xf0\xc8\xcd\x3a\x24\x94\xfa\xd7\x40\x1e\x59\x83\x44\x10\x69\x7e\x9b\x2e\xed\x83\x3e\x15\x25\x11\x53\xc9\xdf\xef\x76\x56\xce\x80\xb7\x4e\x88\x52\xa2\x07\x93\x93\x79\x99\x5a\x02\x1c\x56\x50\xc2\x1f\xdb\x16\xfc\x6c\xa2\xac\x98\x25\x95\xe6\x87\x8d\x5e\xac\xd7\x57\x6a\x0f\xc9\x35\x15\x82\x9a\xd0\x2c\x09\x0c\xc2\xda\xdc\xbb\x91\xc1\x49\x0d\xdf\xa2\x38\x66\xfd\x27\x4b\x71\x69\x80\xc8\xb2\xa2\xe0\xd7\x34\x1f\xae\xb9\x18\x7e\xff\xf4\x7c\xc8\xc5\x50\x35\x34\x14\x5a\x3e\x59\xd9\x63\xe7\x78\xbb\x84\x85\x91\xd6\x02\x9e\xd6\x20\x31\x4f\x1a\x23\xd8\x36\x41\xa0\x0a\x94\x49\x14\x47\x3d\x42\x00\xc3\xcb\x36\x39\x5b\x4c\x61\x12\x21\x58\x68\x23\x5d\xb1\x61\xc1\x93\x7b\x1f\xc6\xf7\x2e\x71\x34\x8c\x20\xa2\xa8\x41\xee\x24\xea\x2b\x30\x90\x56\xb4\x90\x53\x45\xf9\xbe\x7f\xfb\xfc\x31\xdf\xee\x78\x09\xc9\xfc\x10\xee\x79\xcb\x10\x3a\x84\xb2\x16\x13\xd0\x4d\x07\xb4\xbd\x75\xc4\x17\x08\xf1\x8d\x0a\x30\x6a\x22\xfe\xef\xab\xc6\xba\x55\x9a\x37\xf3\xfb\xb3\x59\x6a\x1f\x4c\xc6\x80\x4f\xc4\xab\xf2\x80\xdc\x9f\xcd\xcc\x81\xd5\x6f\xce\xbe\x9b\xcd\xfc\x46\x35\x0f\xd4\xfc\x06\x91\xe6\x5c\x7a\x5f\xd3\xe8\xf5\x5f\x43\x1e\xa9\x73\xc8\xb1\xbb\x73\x10\x74\xbd\xae\x2d\x53\xd5\x6c\x2e\x45\x87\x2b\x0f\x3a\xae\x0a\xde\x6b\xdd\xab\x5a\xbe\xd2\xca\x9e\x5b\x75\xb5\xd3\x90\xd7\x3c\xa0\x03\xde\x69\xf4\x75\xe5\x6b\xa4\xcc\xbb\x1b\xff\xdd\xcd\x57\x76\x77\x93\x84\x7d\xe0\x5b\x3d\xf7\xd4\x5b\x25\xec\x2d\x47\x6b\xf1\xb0\x59\x84\xd4\x2c\x8a\xb7\x4e\x08\xef\x45\x91\xda\xb5\x51\x63\xbf\x99\x76\x84\x3a\x1a\x3d\xe9\x81\xc0\x2d\xb4\xdd\xcf\xfc\x4e\xa3\xe8\xe0\x8b\x22\xe1\x8c\xd8\x80\x17\xda\xf4\xf7\x82\x2c\xbe\x9b\x9d\xe0\xef\x66\xf7\xf1\x77\xb3\xef\xf0\x77\xb3\xff\x85\xbf\x9b\xfd\x65\x39\xb8\x71\x39\x52\x49\x47\x53\x0f\x21\x72\x2f\xbc\xb0\xb6\xbe\x59\x5f\x56\x5e\xb6\x85\xa5\x7a\x40\x43\x75\xb6\x43\xf7\x8a\xd6\xd0\x9b\x45\xb9\x2d\xb8\x66\x18\x53\x0a\x09\xda\xe9\xf4\xc9\xeb\x97\x4f\x3f\xaf\xe8\x4e\xbd\x24\x32\x78\x04\x85\x1b\x44\x3a\x0b\x5e\x1b\x61\xfd\xb5\xc2\xcf\x41\xed\x3e\xfa\xc9\x58\x8f\x1b\xa4\x02\x59\x46\xa4\x21\x32\x4d\x70\x47\xe4\x92\xf7\x41\xd4\x55\xf8\xdb\x1e\xd8\x51\x23\x30\x68\xc3\x3f\x65\xc7\xea\x05\xe6\xa0\xad\xf9\x34\x36\x45\x10\x58\xef\x88\xa0\x50\x60\x17\x07\xc3\xdc\x0a\xcc\x00\x95\x65\x06\x84\xc7\xb1\xfd\x65\x55\xbf\x2e\xca\x5e\xd2\x5d\xc5\x24\x7a\x68\x75\xeb\xfa\x17\x4c\x25\x42\x36\xc2\xaf\xaa\xf1\xcb\xcb\x17\x3f\x48\xb9\x33\x2a\x24\x3f\xe2\x2f\xba\xad\x5c\x4a\xc8\xaa\x47\x78\xe9\x58\x44\x62\xcf\x40\xdf\xd5\xe9\xbd\x37\x09\x25\x20\x75\x79\x58\x14\xd6\x48\xc8\x18\x10\x25\x48\x43\x12\x0d\x6f\x20\x2e\xb6\x05\xc4\x62\xfe\xa1\x5c\x7c\x90\xc3\xa5\x85\xc8\x06\xb8\xeb\x2f\xf7\xfa\xb1\x41\x0b\x0f\xa4\x2d\x3c\xa0\x51\x4a\x60\xfa\x69\xb1\x40\x1a\xb9\xcf\x0e\xf2\x97\x98\x69\x88\x8e\x0e\x83\x12\x80\x5f\x24\xcc\xf8\xdf\xbf\x7d\xa1\xe0\x68\x35\x87\x18\x04\xf6\x55\x5a\x86\x42\xa6\x5f\x26\x66\xa1\x27\xaa\xbc\x4d\xa9\xe1\x1a\x69\xb7\x90\x36\x3f\xd5\xfa\x0d\x44\xa2\x6f\x1e\xc3\xa5\x62\x2e\xaa\x3e\x89\x31\x6f\xcb\xaf\x5f\x51\x79\xcd\xc5\x27\x8b\x85\x87\x6b\x88\x0a\x14\xd9\x06\xa4\xb6\x71\xf9\x57\x9a\x80\x53\xd2\x6d\xe0\x2b\x0f\x23\xb4\xb1\xa3\x65\x62\xd3\x78\xe0\x0c\x48\xd2\xd1\x0c\xe1\x88\x95\xab\x62\x9f\x43\xca\x8f\xcc\xa7\xd5\xe6\xd5\xf4\x9a\xc9\xcd\x63\x8f\xba\x1b\xcd\xd2\x88\x6f\x99\xec\x94\x8d\xe3\xa4\xa7\xf4\x09\xc2\x6e\xdd\xd5\x54\x61\xed\x3d\x01\xaa\xb7\xf4\x00\x7a\xb5\x50\x07\x67\x6e\x43\xfb\xb5\x22\x20\x46\x33\x9b\xac\xcf\xb4\x31\x12\xc2\xcd\x1d\x4e\x9a\x4b\xdc\xb2\xeb\x72\xfa\xff\x3d\x82\x95\x05\x92\x1d\x7c\xf4\x57\xad\xc4\x64\xe8\xf6\x4f\x10\x8a\x1b\x4a\xbc\xd3\x51\x58\x5d\xb3\x3d\xa6\x5b\x5e\xcb\x07\xd5\x76\xa5\xce\xb3\xa3\x2e\xb2\x06\x17\xce\x15\x58\x4f\xbd\x17\xe8\x80\x0e\x1f\xa7\x56\x27\x0d\x01\x86\xa7\x60\xf6\xa7\x88\x18\xfd\x8b\x7c\xc4\x72\x6a\x6e\x30\x29\xb0\xb4\x1a\x69\x72\x05\xbf\xf5\x32\x92\x1b\x05\x3a\x9b\x52\xd4\x2b\x45\xbd\x52\x98\xda\x46\x0f\x28\xb9\x3d\xe8\x08\x23\xa6\xa3\xae\x18\x05\x5e\x0f\x59\x05\x04\xa8\xb1\x34\x18\x4e\x86\xdb\xec\xe6\x82\x0e\x6f\xf8\x5e\x0c\x2f\x04\xbf\xae\xa8\x18\x4a\x70\xd5\xa8\x86\x99\xa0\x50\x78\xc5\xaf\xa8\xe2\x16\x86\xf4\x8a\x8a\x1b\xb9\x51\x3f\x6f\xf8\x7e\x58\x52\x9a\xcf\xcd\xdd\xe4\xbe\xa3\x60\xe6\xb1\xfd\x7c\x32\xc1\xf4\x60\xcd\x2f\xcf\x69\x25\xe7\x89\xff\x34\x15\xf4\x52\xad\xbc\xf8\x39\x63\xad\x58\x56\xa6\x05\xb5\xec\x5c\xc1\x12\xe7\xa6\xd1\x2d\xc3\xc7\x63\xbb\xd8\xc6\xe9\x86\x7a\x4e\x37\x47\x33\x9a\x1b\xe2\x27\x41\x81\xb0\x2f\xc3\x19\xc2\x34\x0c\x79\x62\x52\xfd\x26\x0a\xab\xe9\xc8\x51\x6e\x34\xa6\x5f\x2d\x5e\xea\xc0\x55\x97\xdf\x8e\x2e\xc1\x9a\x32\x30\x61\xbd\x97\xfd\x96\x7d\x3e\x62\xc7\xea\x87\x2a\xf3\x82\xb4\x99\x7b\x9e\x0f\xff\xab\x69\xe1\xbf\x86\x17\x7b\x39\x64\x72\x78\x9d\x55\x43\x41\x15\x62\x87\x60\x66\xff\xa5\xf3\x4c\x78\x05\x23\x75\x46\x51\xf2\x65\xcf\xcc\xbe\x12\x97\x05\xbf\xc8\x8a\xb9\xfe\xd3\x5b\xa2\xa2\xc5\x7a\xae\xfe\x4b\xb5\xc0\xa4\xcd\x6f\x74\xe3\x31\xea\x79\xf7\x38\x3b\x6d\xc1\x45\x06\xe9\x3f\x53\x53\x8e\xd0\xc4\x44\xa0\x0d\xcc\xde\x5d\x25\x3d\xa0\x38\xd6\x7f\xa7\xd9\xb6\x49\xa7\xa2\x97\x7d\xb1\xc4\x14\x9d\x02\x21\x5a\xd7\x7a\xaa\x68\xfa\x98\xe7\xf4\x25\x03\xf4\x00\xae\x66\x28\x39\xe6\xd6\x63\xe8\xd1\xec\x8a\x5d\x66\x92\x8b\xe9\xbe\xa2\xe2\xe1\x25\x2d\xa5\xc2\xc3\xee\xed\xae\xc8\xe4\x9a\x8b\x2d\x16\xe4\xde\x25\x5d\x7d\xe2\x1f\xee\x7d\xc8\x1b\x9d\x3b\x2e\xc9\xbd\x97\xef\x9e\x3f\x1d\x7e\xc8\xef\xb9\x77\x8c\xdc\x3b\x17\x4c\x01\xdd\x0f\xf7\x92\x79\xba\xf8\x5f\x93\xff\xbd\xac\x3f\xe4\xb7\xf7\xf1\x01\x7d\x98\x4e\xbf\x15\x57\xda\x25\xf2\xde\x94\x7e\xa6\x2b\x55\x03\x52\xee\x30\x9c\x11\x1e\xc7\x49\xd9\x18\x54\xd9\x1f\x2f\x81\xe1\xfd\x8f\x14\x92\xa6\xe0\x8a\xdc\xd3\x5e\xb4\x1f\xee\x35\x9d\xee\x49\x15\xc7\xf7\xfe\x26\xd5\xf8\xc6\x1f\xa6\x1f\xf2\x71\xf3\xad\x20\xf7\x1e\x6f\x04\xdf\x52\xbf\xc2\x8a\xdc\x7b\xbd\xa3\x22\xf3\xdf\xad\xc9\xbd\x87\xbb\x5d\x41\x87\x8a\x9d\xdb\x4b\x2a\xcc\xa7\x66\x3d\xae\x68\x99\x73\x81\x70\x4e\xee\xbd\xcc\x56\xc3\xd7\xef\x86\xbf\x0c\x4f\x3e\xe4\x1f\x9e\x24\x8b\xbf\xe8\x69\x7e\xc8\xd1\x87\x27\x4d\x93\x1b\x72\xef\xcd\x26\x2b\x25\xdf\xfe\xf8\xae\x79\xbb\x33\x1d\xe9\x79\xb8\xf7\x71\x7c\xef\x25\xbf\x60\x05\xfd\x70\xef\xc3\xb5\x37\x81\x2d\xd9\xd5\xf5\xbd\x87\x65\x2e\x38\xcb\xeb\x6b\x7a\xf1\xfa\x5d\xfd\xa8\xc8\x56\x9f\x1e\x51\x21\x6e\x6a\x98\xc7\xf0\x25\x2b\x99\xfd\xc9\x2f\x58\xfd\xfc\xa9\x6e\xcb\xdb\xad\x2b\x68\xe7\x65\xb6\x32\x4d\x4b\x84\x2f\xc9\xbd\x0f\x17\x8f\xc5\xeb\x77\x1f\x2e\x9a\xfe\x6e\xc8\xbd\x6b\x56\xda\x8a\x12\xe1\x0b\xb2\x8a\x63\xe7\xe0\xfa\x93\xf6\x7a\xfd\x70\x2f\xf9\x90\x7f\xab\xd6\xfa\x5b\x74\x0f\x0d\x14\xfe\xbc\x20\xaf\xf6\xea\x9e\x26\x17\x6a\xa7\x10\xbe\x88\xe3\x8b\x07\xe4\xe4\xcf\x71\x9c\xac\xc8\xe8\x04\x82\x63\x6b\x20\xfb\x91\x5c\xc5\x71\xb2\xaf\xeb\x95\xda\x72\x10\x00\x5d\xd4\xf5\xc5\xd9\xc9\xfd\xe9\xc9\x09\x42\xf8\x9a\x88\xba\xe6\x71\x9c\x3d\x20\xff\x1b\x3f\x55\x75\x3f\x07\xbe\x62\xaf\x3d\xd7\x05\xd9\x0a\xcc\xf8\xda\xc5\xa2\x52\x00\x47\x97\xd4\xcc\x00\x07\xaa\xa4\x22\x92\xc8\xf9\x35\x4f\x24\x02\x13\x6d\x9e\xfc\x22\xb4\x9b\x3d\x7e\xee\xc9\xaa\xb5\xf4\x72\xd0\x51\x09\x0a\x9d\x89\x55\xd1\xea\x2c\x11\x58\x8b\x66\xb0\x16\xc7\x4c\x0b\x56\xd2\x77\x74\x97\x81\xa4\x10\xb9\x54\x75\x2b\x13\x27\x40\x87\xc4\x7b\x3d\x65\xe5\x6e\x2f\xdf\xc9\x9b\x82\x56\x0b\xe9\x3d\x2d\x5d\xaa\x13\x5d\x91\x55\xbb\x22\xbb\x81\x4a\xef\x4c\x02\xc9\x01\x9b\x5e\x0b\x45\x9b\x0a\xff\xb6\x03\x2b\xfd\xd2\xd4\x7e\x6b\xfe\xea\xe1\xfc\xac\x4a\x43\x48\x85\xc4\x6f\xd4\xb5\x02\xf6\x99\xaf\xb2\x2d\x1d\x93\x68\xd8\x34\x39\x51\xdf\x23\xd5\x48\xb6\x97\x7c\xcd\x57\xfb\x2a\x8e\x47\x5b\x6d\xef\xb3\xdb\xcb\x29\xbc\x4a\x10\x7e\x64\x7b\xdb\xb8\xa4\x85\xb7\x9f\xe8\xcd\xcb\x6c\x57\xa5\x8b\x25\x56\x18\xb7\xc8\x6e\xe0\xb7\x5a\xa9\xef\x69\x99\xce\xe0\xed\xb5\x60\x12\x4c\x7f\x73\x5a\x64\x37\xac\xbc\x7c\x54\xec\x75\x76\x22\xf5\x12\x9a\xa7\xb9\xfa\x59\xed\x77\xe0\xdc\xf3\x34\x67\x12\x2c\x1b\x77\x59\x25\xe9\xf3\x72\xc5\xb7\xac\xbc\x04\x53\xc7\xbd\xf4\x1f\x2b\x5a\xd0\x15\xa4\xa1\x55\xec\x88\xea\x41\x64\x97\x97\xde\xf3\x86\x5d\x6e\x0a\x76\xb9\x91\x9a\x9d\xe7\xf8\x13\xbd\x79\x47\xff\xa1\xad\x84\xab\x1d\x5d\xb1\xac\x78\xbc\xc9\x14\xbb\xbf\x2f\x0a\xcd\x79\xef\xb5\x55\xb9\x15\xc4\x17\x43\x56\x0e\xd5\x09\x3d\x3b\x39\x39\x96\x5f\x64\xef\x16\x5b\x2f\x99\x30\x59\xe9\xd1\x01\xdf\x9f\xf5\xe7\x91\x34\x15\x06\xdf\xb3\x44\x4e\xab\x95\xb6\xca\xc3\xd1\x96\xab\xc5\xe0\xd7\x65\x84\xff\x2a\x13\x8a\xf7\xea\x70\xb5\xca\xe4\x17\xc5\xaa\x60\xab\x4f\x11\x36\xc3\x9a\x43\x51\x5f\xaa\xae\xee\x0b\xe5\x3a\xcc\xa8\xe1\x93\x2a\xe1\x5c\xe1\x44\x1c\x8f\x56\xc2\xf8\x9a\x8d\x32\x91\xb8\xe1\x40\xf9\x47\xcc\xde\x8e\x92\xd0\xe9\x9a\x95\xf9\xcf\x5c\xe4\x0f\x65\x22\xd0\xe0\x07\xaa\x0a\xf3\x15\x2e\xa7\x59\xb9\xda\x70\x81\x35\x17\x84\x0e\x87\x03\x0a\xfd\x31\x74\xf7\x75\x0d\xcd\x1d\xd0\xe0\xba\xae\x5b\x13\x31\x99\xa4\xb7\xb4\xdc\x47\xc1\xf0\xdf\x0a\x93\x8a\x63\x60\x04\xe5\xe4\x96\x96\x79\x3a\xf3\x6c\xca\x18\x44\x0e\x35\xa9\xe2\xf8\x7e\xb5\x81\xdb\x7a\x24\x54\x91\x5f\x4e\xc7\x01\xc1\x27\xf4\x3b\x84\x93\x92\x04\xdf\xd0\x94\x96\x39\x19\x43\x00\xa9\x4c\xd2\xd0\x2c\xcc\xc0\x21\x0d\xc4\xe4\xb4\xa0\x6b\xeb\xc8\x30\x9a\x0d\x9a\xd8\xe8\x6b\x39\xa1\xf0\x07\xab\xc6\x25\xdf\x4d\xa8\xfa\xdf\x29\xfb\xbe\x15\xe3\xf2\xdb\xf2\xc1\x9f\x66\xb3\x43\x6b\x39\xa4\x1a\x42\x25\x33\x45\xc9\xbb\xd1\x33\x6f\x33\x99\xda\xae\x16\x7d\x72\x32\x02\x9b\x91\xfd\x6a\x43\xab\xde\x84\x71\xb2\xf9\xbe\x98\x2d\x3d\xe3\xa1\x2c\x67\xfb\xea\x97\x33\x72\x12\xc7\xf6\xe9\xd7\x33\x72\x72\x48\x18\x42\xb7\xab\x82\x66\xc2\x2e\xa5\xb0\x04\xb3\x5b\x99\x41\xb8\xa4\xb7\x30\xea\x94\x63\xc8\x5d\x0f\x37\x57\xd0\xab\x94\x4f\x4a\xb5\xa0\x67\xe4\xbb\xd9\x6c\x5e\x1a\xbd\xdb\x09\x21\xac\x35\x60\x05\xb1\xfc\xf6\x60\xf9\x9a\x52\x8b\xd9\x72\xba\xcb\x2e\xe9\x2f\x38\x2c\x25\xf9\xae\x5b\xe8\x57\x60\xe2\xfb\x56\x56\x8d\x2d\xc2\xc7\x8e\x45\x67\x0c\x30\x15\x50\x43\xf4\x37\x47\xcb\x3c\x0a\x42\xb9\xda\xc8\x38\x5e\x23\x20\x7c\xd0\x57\x4c\x62\xe1\x1c\x3b\x4b\x98\x60\x1c\x8f\x4a\xdd\x4b\x1c\xdb\x75\x9d\x94\x53\x58\xca\xb3\xef\x66\x26\x29\x30\x87\xbc\x17\x2b\xce\x45\x5e\x29\x48\x15\x8e\x12\x47\x6a\xce\x11\x1a\x70\x32\x2a\xa7\x6a\xd1\xeb\xba\x4a\x4a\xac\x7f\xeb\xb0\x7e\xbf\x51\x60\x0f\x52\x53\xa0\x53\xca\x14\x0d\x6e\x7a\x86\x52\x53\x75\x43\x93\x0c\xd0\x0b\x9e\x21\xfc\xc2\xde\x7e\xf7\x76\x7c\x82\x67\x08\x29\xe6\xaf\xa2\xf2\x9d\x06\xc7\xbc\x4c\xb8\x85\x0e\x5c\x43\x07\xc5\xf7\x59\x34\xc2\x12\x81\x0e\x2c\x39\xb6\xae\xda\x9a\x3d\xc2\xac\xf3\x59\xff\x6a\x6d\xa1\xfd\x3c\x5d\x15\x8c\x96\xf2\x07\xaa\xa0\x7d\x1c\x27\x3b\x00\x21\xcd\x67\xfd\xe3\x9c\xef\x10\xde\xf6\x7e\x7a\xa1\xae\xec\x68\x86\xf0\x37\x2c\xa1\x4d\x67\x14\xf5\x0c\x14\xa0\xf4\xf5\x86\xd2\x22\x84\x5b\x17\x16\x6e\xb5\x2b\x3c\x79\xfd\xf2\xa5\xaa\xf3\xae\x3d\x85\x6e\x25\x83\xae\x8f\x4c\xd7\x22\x73\x37\x1d\xd2\x7e\xa7\xe6\x41\x66\x9a\xf9\x14\xd9\xa5\x0d\x86\x51\x29\x10\x2a\xfd\xec\x65\x3e\x8c\xfe\x07\xd3\x59\xd4\xae\x8e\x15\x68\x49\x42\x3a\x28\x65\x64\xed\x38\x0c\xde\x68\x79\x36\x3c\x31\x8f\xcf\x44\x76\xa9\x83\x09\x0e\x84\x34\x84\x0e\x76\xd8\x07\x06\xfc\x78\x2f\x2a\x2e\xea\x3a\xe9\x7b\x4d\xde\xf2\x24\xca\xd9\x55\xa4\xe9\xb0\xc8\x23\x63\x56\x50\xa0\xf2\x29\x1b\x55\xcf\xbc\x8e\xfc\x6e\x80\x78\xdb\x65\x2b\x3a\x65\x65\x45\x85\x7c\x44\xd7\x5c\xd0\xde\x0e\xbd\x5a\xba\xa5\x27\xec\x0a\xa1\xc1\x4b\xde\x5f\xba\x34\xc9\xa3\x30\x2c\x28\x3a\x60\x0d\x18\xfd\x25\x4d\x3a\x62\x7b\xc5\x0d\x8d\xa8\x49\x48\xed\x53\x30\x75\xed\x00\xee\x64\x2d\xce\x4e\x66\x33\x14\xb8\xce\x41\x27\xa0\x32\xb6\xdb\xd4\xc6\xe5\x66\x4f\xd8\x3a\x91\x10\xbe\x05\x92\xaa\xae\xd5\x59\xa1\xf2\x49\x26\xb3\x24\x02\x25\x11\x06\x53\x8a\xe6\xfa\x82\x59\x67\x50\x9e\xae\xd7\x74\x25\x1f\x6a\x25\x20\x89\x56\x7c\x77\xf3\x12\xe0\x69\x4f\xbb\x22\xbb\x7c\xbe\xcd\x2e\xa9\x42\x56\xf6\xa8\xa8\x7d\x63\xdb\x4b\xb3\x6f\x7a\xf3\x76\x5c\xe7\x77\x4d\x87\x6b\xf6\x99\xe6\xa7\x43\x05\x15\xd3\xe1\xec\x74\x28\xf9\x4e\xfd\x8d\xd0\x40\x4c\x2b\xb1\x22\x91\xea\x23\x65\xaa\xd1\x7b\x97\x6c\x7d\x7a\x91\x55\xf4\x3f\xfe\x84\xdf\xce\x8a\xef\x5f\x3f\x29\x36\x0f\xff\xf6\xf0\xd1\x43\xf5\xef\xf1\x0f\x7f\x7e\xf4\xf0\xe9\x5f\x1f\x3e\x7c\xfa\xf0\x05\xbc\x50\xef\x9f\x3e\x7c\xf8\xf0\xf9\xe3\xf3\x87\x4f\x1f\xbe\xbe\x26\x24\xc2\x2b\xc8\xd2\x76\xcd\x72\xb9\x21\x62\xba\x01\x80\x41\x4e\xbc\x8d\xb6\xf7\x49\x0b\x86\x1f\x6f\x58\x91\x27\x02\x61\x31\xfd\xa8\x30\x8e\x98\xf2\xf5\x5a\xd1\x19\x0a\x94\xdc\x31\xfb\x44\xe0\x99\x82\x99\xab\x38\x16\xd3\x5d\x26\x68\x09\x31\x78\x8c\xfc\xce\xb6\x7a\xb0\xae\xdb\x38\x17\x7c\x97\x02\x21\x97\x0b\x84\x0b\x9a\x5d\xd1\xfe\xab\xb8\x11\xe0\xc8\x63\x69\x55\x43\x72\x5e\x52\xf9\x8c\xd1\x22\x4f\x90\x22\x29\xf7\x38\xfa\x44\x6f\xf6\xbb\x10\xd2\x3c\x14\x4d\x90\x01\x0d\x6e\x74\x39\x8f\xde\x7c\x67\xe8\x4d\xfd\x01\xa8\x71\xf3\xe5\x53\xf3\x05\x40\x79\x84\x9f\xf2\xe4\x5c\x28\x00\x69\x5e\x5f\x14\x7b\x01\x6f\xdf\xc0\xdb\x83\xe1\x17\x3c\xf8\xc5\xd6\xc9\x23\x6e\x0f\xe5\xf7\x2c\xd1\xe2\x0c\x90\xd5\xb2\xdf\x43\xe4\x6c\x8c\x05\xc0\xe2\xbe\x9f\xaa\xa3\x5a\xcb\xfd\x3b\x4f\xb8\x40\x07\x0c\xb7\x43\xcf\xca\x36\xab\x07\xe4\x55\xf9\x5d\x8d\x4d\x15\x7a\x04\x61\xdc\x40\x36\x72\x48\x10\xfe\x41\xfa\xbc\xcd\x6a\x2f\x5e\xef\xa6\xe0\xb6\xf3\x7e\x97\x2b\x3e\x67\x34\xc3\x1f\x99\x56\x63\x8a\x0e\xa7\x54\xd7\xfb\xe9\x26\xab\x9e\x69\xfc\x36\xf7\x06\xab\x17\x48\xb7\x7c\x7f\x86\xd2\x37\xc2\x74\xf3\xa3\x40\x3f\x8a\xb6\x2d\x4f\x81\xe2\xf8\x47\xb1\x28\x96\xc6\xeb\x6e\x51\x2c\x31\x2d\xd1\xe0\x67\xc7\xe5\xad\x59\xc9\xaa\xcd\xf3\x52\x67\x97\x6f\x9e\x8c\x0d\x9f\xe5\x58\x72\x32\x3b\xcd\xcf\xb8\x73\x4c\x1d\x8f\x73\xc4\xcb\x45\x6e\x98\xce\xc1\x7b\x3b\xdb\x4a\x35\x13\xb2\x8e\x91\x62\x9d\xb7\xec\x77\x5a\xd0\x4b\x76\xc1\x0a\x26\x6f\x22\x42\x2e\xa9\x34\xa2\x92\x1c\xd8\xd7\x84\x41\x35\x05\x0b\xc1\x7c\xec\x2d\x2d\x73\x90\xb7\x82\x8f\x97\xf9\x34\xad\x54\xd1\xf0\x3b\x89\xd4\xd2\xf9\xd1\x03\xde\x81\xf3\x7d\x90\x89\x44\xf3\xf0\x70\xac\x49\x89\x99\xc1\x6b\x17\x99\x78\xc6\xc0\x75\xe9\x38\x0e\x70\x25\x27\x90\x40\x43\x44\xa8\x5b\x5d\x5d\xd2\x87\x52\x0a\x76\xb1\x97\x34\x89\x56\xdb\x49\xc9\xe5\xc4\x98\xc6\x46\x38\x92\x62\x4f\xa1\xde\xe5\x5e\x4a\xfa\xe5\x3e\x75\x31\xbf\x43\xbf\xe2\x57\xf7\x66\x16\xed\x2e\x04\x07\x6a\x5a\x35\x21\x0b\xa7\xbb\xe5\xdb\x80\x55\xd0\x02\x5c\xfb\x4f\x87\xbf\x4f\x40\x2d\x9c\x0e\x4f\xa0\x0d\x87\xcc\xbe\x8c\x51\xa1\xfc\x96\x66\xd5\x5e\xd0\x3b\x4a\x9b\x12\x6e\x32\x2f\xff\xe9\x1a\x80\x92\x9b\xf2\x0b\xd7\x6b\xd8\x62\x6b\x05\xfc\xc9\x34\xeb\xb8\xbc\x63\x29\xf8\x5e\xaa\x52\xe9\xb0\xe4\xa5\xee\x5d\x41\x64\x6f\x8f\x17\xfe\x18\xdc\xc8\x96\xc1\xe0\xd5\xeb\x2a\x42\xc7\xfb\xd1\x5b\xc5\x7e\x0f\x1a\x36\x5d\x85\x4d\x41\xa1\xa6\xf8\xcf\x80\x99\x74\x92\x3e\x83\x9e\x9e\x29\x58\xd4\x3e\x84\xed\x8e\xb3\x8b\x8a\x17\x7b\x49\x4f\x87\xba\x52\x3a\x8c\xc6\x8c\x8f\xa3\xdd\xe7\xd3\x21\x60\xbb\x74\x78\xb2\xfb\x7c\xea\x1d\xd1\xea\x8b\xc7\xba\x72\x9b\xf3\x3d\x3c\xdb\x61\x59\xca\x36\x98\x1a\x8c\xbe\x35\xe6\xa6\xaf\x65\xcf\x4d\xf5\xee\x67\xe7\xaa\xc8\xec\xe2\xb9\x3a\xb1\x11\x8e\x26\xfa\xcc\x1a\xbc\x1c\xf6\x19\x5e\xee\xd6\xed\xf3\x5a\x0f\xba\x8f\x90\x16\x9d\xfc\x05\xe0\x95\x19\xa0\x81\x57\xbf\x43\xaf\x64\x72\x12\x0c\x0d\x3e\xed\xb2\x3c\x67\xe5\xe5\x5b\xa0\x18\x66\x08\x57\x75\x2d\xe2\x78\x5b\xd7\x89\x57\x14\x08\x38\x17\x91\x04\x10\x98\x4f\x49\xcc\x83\xa7\xc4\xcd\x0a\xa5\xd4\x7b\x50\xd3\xbd\x62\xf4\xfa\x99\xe0\x5b\xa2\x7f\x9e\x73\xa2\x60\xbe\xa8\x24\x66\x53\x41\x77\xa0\x6f\xfd\xa9\x29\xe3\xbf\x0a\xca\xaa\xca\x64\xb1\x84\x5a\x0a\x0c\xeb\x22\x76\x27\xe9\x67\x49\x45\x99\x15\xe6\x72\xe5\xf6\xbd\xaa\xf5\x1a\x08\x1d\x32\x53\x47\x20\xab\xa4\xc2\x12\x9a\xbf\x22\xcd\x0b\x7d\x5a\x67\x03\x36\xdd\x03\xae\x7c\xc1\x4a\xaa\x85\xc3\x95\x6d\xaa\x84\xfb\xf0\x28\x33\x27\x9b\x4d\x2f\x32\xe1\xda\xb9\xb0\xaf\x67\x3e\xa8\xae\x1e\x17\x6c\xb7\xd3\x2e\x43\xfa\xfc\xbd\xda\x6f\x6d\x75\xf3\xf8\xbc\x2c\xa9\x68\xbd\x03\x59\x9e\xed\x37\x2b\xd8\x65\xf9\x33\xcb\x2f\xa9\xac\x74\x43\xab\x6c\xb5\xa1\xb9\x2a\x64\xeb\xe9\x37\x8a\x08\x76\x23\xd2\xaf\xde\xe8\xbd\xfe\xc1\x36\xb6\xcd\x3e\xab\xa9\xb5\x1e\x5f\x98\x14\x92\xcd\x9b\xc7\xa0\xcb\x35\x03\x07\x16\xf1\xc9\x2f\xc4\xfe\xfa\xd5\xfe\x7a\xa7\xd8\x82\x5f\x82\xa7\x5f\xdd\xdd\xda\xb0\xb5\xd4\xf5\x2b\x5a\x3c\xe3\xc2\x44\x1f\x7c\x49\xcb\xbd\x9b\x5a\x4b\x9e\x85\x4b\xf0\x33\x0f\x6c\xee\x1e\xea\x94\xa8\x39\x5f\x69\xdb\xc2\xd7\x8a\x46\x7c\xc9\x73\xc5\xe8\x18\x01\x39\x6e\x3e\xbf\x86\x37\x08\x7f\x0a\x22\x37\x7d\x6a\xda\x60\xed\xe8\xbb\x86\x63\x79\xb8\x96\xe0\x03\xe4\x3f\xc2\x98\x40\x28\x00\xa2\x6f\xf3\x55\xfd\xd4\x5f\x20\x4d\xbb\x6a\x74\x2d\x78\x29\x19\x15\xc4\x3c\xc2\x91\xe5\x8a\xdc\x54\xe4\x1c\xb6\x4c\x91\x91\x27\x8f\xc7\x98\x6a\xea\x2c\x8e\xff\x2e\x83\x81\x9e\x37\xb2\xd5\x27\xb2\xe1\x81\x10\x64\x23\x35\xb3\x0d\x48\x1d\x5c\x12\x11\xc7\x2f\x33\xb9\x51\x3b\x97\xfc\xd9\xa3\xff\x5b\x22\x05\x38\x2a\xf7\x9e\xfb\xad\x4e\xbe\x73\xe6\x52\x2d\x41\xdd\x0f\xa5\x91\x90\x30\xc7\xaa\xcd\x9c\xb6\x99\xad\xd5\x15\xd7\x07\x12\x85\x09\x55\xdc\x7b\x3f\xb1\x8a\x7b\xb9\xc8\x96\x06\xaa\xc6\x71\xc2\xc7\xa4\xe7\x43\xe3\x4d\x30\xe7\xe3\x04\xe6\xb5\xa2\xac\x48\x18\x10\x60\xa6\xd5\x7b\x25\xaa\xeb\x13\xf4\xad\x4c\xf9\x58\x86\x49\x7f\x3c\xc9\x34\x5f\x61\x41\xce\xc1\xb2\xaa\xbb\xeb\xba\x94\xb6\xbb\x1a\x11\xea\x86\xf5\x9a\xd9\xec\xc9\xae\xd5\xb7\xe6\xf0\x1c\xd3\x43\x90\x3b\xbe\x79\xb6\x41\xd5\xb7\xab\xed\xa4\x9a\x7c\x78\x07\xb6\x41\x11\x1a\x37\x1b\x2a\x37\xd4\x2f\x9a\xfc\x67\xfd\xa1\x42\x1f\xaa\x6f\xc1\x88\x08\x6a\x45\x08\xbf\x0e\x4f\xca\x63\x35\xaa\x97\x09\x45\x18\x8e\x10\xee\x67\x2e\x7e\x02\x53\xf1\xfb\x7e\x36\xee\x97\x3d\xe2\x7b\x8b\x3b\x82\x63\x66\xde\x0d\x1e\x73\xc5\x9e\xfb\x59\x4e\xca\x33\xd1\x10\xe5\x8d\x55\xd2\xa2\x5c\x62\x05\xb1\x7d\xc4\xf0\x25\xcc\xac\x90\x3b\x42\x83\x36\x49\x52\x6a\xd0\x1b\xe9\x94\x46\xa1\xc8\xc3\xa0\x70\x8e\xb9\xc1\x67\x9a\x07\x6e\x95\xb2\x80\x56\x1d\x14\x45\x3c\x44\xe8\x20\x4d\x79\xa7\xa6\x9a\x47\x51\x1a\x01\xf5\x84\x7f\x0b\x16\xf7\xb7\x3b\xd6\xc8\xf0\xcd\xd0\xf8\xc0\xbb\x6d\x8a\x6a\x30\x1d\x6c\x33\x71\xc9\x4a\x90\x60\x49\xe8\x3b\xc8\x1a\x62\x63\x88\xdb\x43\xd7\x5c\x30\xe7\x25\x04\xfb\xe0\x1d\x78\x5c\x12\x7a\x2a\xc9\x93\x32\x29\xd1\x29\xba\x2d\x49\xc2\x00\x33\x96\x79\x32\xc3\xa3\x19\x42\xe0\x0f\xa4\xe5\x9b\x42\xdd\x2b\x78\x5c\x6d\x26\x6c\x2a\xf9\x74\xb5\x39\xa8\x96\x75\x1b\xcf\x4d\x1b\x86\x4f\xf1\x1a\x19\x88\x09\x29\xfd\x5e\x27\xae\x1d\xd5\x68\x52\x82\x94\x1a\x3a\x41\xad\x62\xba\x13\x97\x8c\xc6\xcd\xf6\x49\xcf\x3a\x62\x03\x25\x07\xd2\x21\xa3\x6b\x96\x08\x2c\x34\xd8\x54\x0c\x62\x88\x95\x5e\x25\xee\x8d\xf7\xd1\x21\x28\x88\xf0\xde\x77\xbd\x05\x51\x8b\x3d\x10\x0f\x5a\x0d\x82\x88\x3c\xec\x42\x34\xed\x12\x1a\x5c\xfe\xe7\xcd\x0c\x2e\x79\x42\xdd\x45\x39\x76\x60\xd1\xe9\xe4\x04\xb2\x01\x52\x7b\x0a\xd5\xeb\xb9\xab\x48\xdc\xaf\x26\x40\xd9\x91\xa6\x96\x28\x95\x0f\x26\x27\x10\x3e\xc3\x6b\x0b\xee\x43\xb7\x35\xeb\x0b\x8d\xbd\x57\x3a\x20\x95\xc4\x27\x7e\x96\xe4\x17\xfd\x7b\x22\xfb\xce\x37\x2e\x09\x80\x60\xc1\xf7\x65\xae\x31\x82\x39\xb4\xe3\xc2\x47\x24\x2e\x16\x80\x2f\xbd\x4e\x8f\x48\xb5\xb1\xa2\xc9\x5c\x91\x06\x64\x7a\x25\x74\x3d\x18\x42\xda\x91\x70\xeb\x91\x79\x48\xad\xdb\x91\x2e\xa2\xfa\xb1\x05\xc2\x6e\xf4\xf7\x8b\x4c\xa8\x3b\x9a\x36\x20\x0f\x04\x78\x1a\xbe\xcc\x45\x3a\xc3\x39\x5f\x99\x81\x96\x66\x4c\xf6\x71\xbc\x56\x50\x77\x2c\x1b\x22\x10\x87\xf4\x61\x2a\x5b\x04\x23\xd6\xeb\xab\x3f\x0a\x0f\x6b\x3d\x0b\x12\x6c\xae\xb6\x4e\xf7\x0e\xcf\x57\x54\xc8\x3e\x96\xce\xe3\x9d\xb6\xac\x9c\x34\x9c\x91\x62\xe6\xfc\x23\x75\xe5\xa8\xd1\xc8\x29\xea\x37\x5c\xb0\xdf\xbf\xd0\xaa\xe5\xbe\x4e\x66\xb3\x3f\x9c\x0e\x55\x1f\xee\x4d\xb7\x93\x8d\xd7\xc9\x80\x26\x25\xc2\x34\xd1\x9a\x8f\xb2\x57\x03\x50\xb6\xf4\x1c\x32\x29\x1b\x5d\x00\x86\xb8\xd6\x6c\x95\x15\x91\x91\x84\xb1\xde\x46\x98\xbf\x9b\xaa\x0d\xe6\xeb\x40\x22\x98\x24\x2f\xa5\x69\x46\xaf\xee\x86\xae\x3e\xd1\xfc\xef\x54\x70\x4d\x3a\x8f\x4e\x1a\x16\xaa\x59\x1a\x0b\xc7\x59\x69\xc8\x69\xb7\x15\xcd\x17\x5d\x3f\x3a\xf9\x0b\xe0\x16\xb7\x9b\xbf\x27\xe8\xb6\x95\x48\xa6\x4d\x92\x29\xc6\x20\xc0\x6a\xcd\xeb\x29\x28\x2c\x13\xd4\x21\xe3\xe0\x63\x96\xe7\x10\x29\x2a\x8e\x9f\xfb\x82\x7b\xab\x6a\xb9\xb3\x0e\xea\x6f\xd3\x18\x78\xb8\x17\x8a\xb0\x2e\x16\xcd\x8d\x70\x1f\x8c\xbd\x47\xe8\xf3\xd6\xa6\x7b\x02\x3d\x84\xec\xeb\x50\x33\xb4\x5a\x47\x14\x98\x09\xf8\x12\x51\x43\x2e\x1b\x93\x8a\x63\xd6\x0a\xb4\x65\xad\x60\x34\x73\x07\x0c\xba\x4e\xf9\x75\x22\x2b\x3f\xb5\xa9\xba\x83\xfe\xa9\x21\x44\xcc\xb5\x92\x0d\xa5\x3b\xa3\xdd\xc2\xf4\x8b\x7b\xf3\xe2\x9f\xdf\x9b\xe6\xc0\xfc\xe0\x7b\xdf\x28\x50\x8d\x5c\x18\x4d\xdb\x80\x65\x35\x21\xf7\xa1\xf7\x52\x1f\xd5\xc1\x7b\xad\xcc\xb2\xb4\x04\x23\xb3\x53\x76\xf6\xa7\x38\x16\xa3\x9e\x36\xea\xba\x1c\xf5\xb5\xa2\x23\x00\xf6\xd5\x50\x98\xad\x8f\x11\x89\xe3\xbf\x2b\x32\x54\xf5\x0e\xc3\xc6\x5f\x3f\xe4\x66\xf6\xef\x7d\xb5\x5c\x83\x9d\xc0\x1c\xbe\x59\x36\xcd\xa1\x43\x08\x91\x80\xec\x0a\xe4\x1a\x89\x68\x78\xf2\x72\x2a\x80\xd0\x02\x5a\x0c\xf7\x56\x7a\xc4\xa5\xe4\x5b\x53\xcb\x5c\xfa\x72\x7a\x01\x6f\x5d\x3d\x5f\x22\x64\xaa\x5f\x70\x91\x53\x61\x6a\xdb\x0a\xaa\xfc\xb0\xe2\x05\xcb\x87\x52\x64\x65\xa5\xd5\x26\x11\x36\xe3\x00\x0b\x6e\x28\x38\x4f\x44\x57\xae\x1b\xd0\xa8\xd1\x45\xc1\x57\x9f\x60\xd0\xbd\xe5\x36\xe1\x50\xdd\x0c\x7b\x0b\x5f\xfb\xab\xa1\x89\xe2\xf4\x8b\x03\x50\xc3\xd6\x8d\xfb\x5b\x0f\x96\xc9\x1a\x53\xbe\xa2\x9f\xe5\x39\x7f\x67\x5b\xf1\x4b\xf9\xf8\x34\x11\x2d\x89\xf2\x91\x79\xf6\x14\x3a\x32\xc9\x9e\x92\x7a\x86\x96\x96\x81\xdd\x77\xf3\xbc\xab\xf7\xa8\x95\xbd\xa8\x09\xc3\x2d\xac\xb5\x83\x98\x4a\xbe\x9b\x3b\x4e\x5b\x91\x9d\x92\xef\x50\x4a\x7b\x94\xf3\x03\x43\x37\xad\x0b\xae\x08\xef\xc9\x5e\xba\x9b\xcc\xfc\x16\xcd\x29\xb0\x3f\xd2\x72\x4c\xfb\x09\x22\x4e\x1e\x2a\x80\x59\x22\x9c\xe9\x5f\xcc\x5a\x40\x89\x29\x2d\xab\xbd\x70\x39\xe4\xed\xb3\xc7\x11\xec\x9b\x97\x86\x7e\x1f\x54\x67\x7c\x9e\x70\x52\xd9\xe6\x3e\xb1\xe4\x5a\xfd\xad\x10\x3a\x32\x04\x84\x52\x3d\x77\x56\x26\x7b\x2c\x41\x70\xa6\xe8\xe5\x04\xa1\x07\x24\x53\xfc\x7c\xd8\xd2\x1e\xa1\xc9\x91\x96\x70\x46\xf6\x36\x02\xe2\xad\x1a\x66\xca\xb1\xe4\xa9\x5b\xda\x0c\xf3\xf1\x89\x1f\xe4\xf8\xa7\x63\x24\xab\xa2\xf0\xb4\x56\xd8\x17\x92\xd5\x75\x43\xcc\x02\x4f\x01\xac\xe8\x91\x73\xd9\xb8\xaa\x97\xe4\xd7\x44\xa2\x49\xaf\x45\xc5\x58\xd3\xbe\x1e\x79\xc1\x8e\x50\xcc\x9c\x94\xfa\x7c\x6a\x81\x88\x08\x04\x21\xeb\x64\x24\x40\xd6\xc1\xf2\x9c\x96\x10\x70\xa9\x3b\xa2\x38\x86\x32\x97\xe6\x21\xf1\x9e\xcc\xb1\x05\xbb\x22\x6e\x5d\xa4\xe0\x3b\xcc\x3f\xbb\x28\x20\x40\x49\x23\x95\xd9\x93\xd9\xe9\xfe\xcc\x49\x63\xf6\xe3\x31\xaa\x16\xfb\x65\xd0\xce\xe1\xc8\x28\x12\xd9\x12\x29\x43\xf1\x72\xcc\x0c\x3b\xdd\xec\xcf\xcf\x36\x4d\x52\x88\x1a\x0c\xc3\xd2\xb5\xe3\xd2\xa2\x99\xef\x3d\x01\x9e\x11\xf3\x8e\x25\xc0\x66\x9d\x36\xb8\x31\x2e\x54\x27\xdd\x4c\x01\xac\x8e\x3c\x21\xa9\x65\x64\x4b\xab\x64\xe9\x97\x3e\x34\x14\xae\x40\x5d\x05\x88\xe6\xb8\x86\x5d\x6d\x18\x2d\x64\x84\x10\xe6\x8a\xa3\x76\x07\x29\xd8\xee\x8c\x30\xff\x79\xc2\x9b\x98\x67\x8d\xac\x22\x00\x4e\x00\x50\xbb\xb2\x5f\x77\xfa\x39\x0e\xaa\xfa\x8d\x67\x68\x7c\xd2\x54\xb6\xb8\xad\xd3\xd6\x38\xc3\x65\x4b\x92\xdc\x2d\x34\xb7\x2b\x9a\x4e\x4e\xf0\xd1\xc1\x86\x9d\xe9\x83\xfd\x9b\xc2\xf3\xa3\xd9\xc1\xc5\x28\x74\xe7\xe0\xfb\x20\xb8\xbb\x75\x74\xf7\xce\xc2\x33\x2e\xb6\x99\xea\x24\x51\x37\x0a\x96\xb4\x11\xb4\xfb\x4c\xea\xaf\x81\xab\x88\xbb\x90\x97\x54\x3e\x52\xac\x28\x2b\x2f\x1f\x03\x44\x79\x0b\x31\x46\xad\xb9\xa2\xc6\xeb\x77\x15\x6a\x7a\xf8\x6b\x08\xe6\x9b\xc3\xa6\x49\x7d\x46\xaf\x77\x5c\x48\x62\xc2\x51\x5c\x31\x08\x4e\x4c\xfe\x91\x94\x5a\xe4\x0b\xc9\x04\xd5\x17\x9a\x33\xc9\xc5\xf3\xea\x07\xb8\xd2\x64\x54\x3a\x98\xe7\x1f\x13\x28\x6a\x3e\x38\xea\xa2\x17\xd2\xfb\x25\xed\x0e\xf7\x31\xaf\xda\x40\xbc\xc8\x9f\xe8\x61\xeb\xa2\xb9\x74\x01\x43\x40\xef\x4f\x84\xb1\xe8\x66\xdb\x8a\x48\xea\x3e\x42\x04\xe7\x8a\x2c\x96\xcd\x7a\xfc\xed\x18\xe9\xa5\x85\x35\x00\x64\xc3\xb9\x5a\xb9\x95\x84\x78\x6d\xa3\x13\xeb\x04\xa5\x3a\x8e\x63\x69\xd7\x0c\x10\xd1\x03\x22\x9c\x22\xc8\xff\x26\xf9\x99\xf9\x72\xce\x9d\x65\xbd\xe8\xea\x60\xea\xba\xe7\xe5\x03\x57\x15\x29\x3c\x18\xa8\x85\xcc\xa7\x38\x9e\x11\xc2\x44\x93\xef\x79\x74\x32\xf8\x59\xc7\x12\xd5\xc3\x96\xde\xda\x58\x04\x5d\x1a\x60\x54\xc2\x81\xc2\xbc\xb9\x9b\xe1\xa4\x26\x0d\xb8\xb3\xe7\xe5\x25\x48\xfe\x70\x69\x65\x59\x19\x71\x48\x93\x61\x7f\xda\xe3\x63\x75\x15\x51\x6b\x57\xea\x8c\xc7\x31\x9f\x78\xcf\xf7\x67\x80\x68\xdd\x78\x4c\x3f\xb8\x29\xa2\x08\x6f\xb3\x28\x0f\x32\xb5\x2a\xfa\xf7\x24\xd3\x75\x83\xf1\xb8\xd5\x43\xf8\x33\xb4\xfb\xbb\x95\xfa\x73\x35\xf2\x47\xf6\x29\x33\x2b\xb3\x27\x7c\xe4\xed\x63\x5d\x67\x23\xb7\x03\x6a\x83\x42\xe5\xda\xa8\x31\xe9\xd3\x2f\xfc\x22\x70\x5c\xbd\x12\xf0\x7c\x1a\xd8\x94\xf5\xdd\xcd\x19\x21\x25\x74\xe8\x32\x8f\xca\x07\xe6\x0d\x0c\xe1\xcc\x3c\xa8\xe1\xcd\x13\xfd\x9b\xfc\x68\x33\xb5\xe0\xe6\x23\x91\x28\x4d\x9a\xc7\x07\x72\x1e\x16\x6e\x3e\x21\x2b\xa7\xd3\xaf\x50\xda\x7c\x3a\x93\x90\xba\x01\xea\x99\x61\x69\x29\x9c\xd0\xcc\x22\x0a\x7b\xc4\x76\xa0\x67\x62\x1e\xd6\x32\x3d\x40\xdf\xb6\x10\x16\xc8\xf6\x75\xce\x1f\x88\x23\x3d\xcd\x30\xf4\x25\x10\x42\x68\x60\x4b\x13\x88\x97\x8b\x39\xce\xec\x61\x30\x1a\x50\x4d\x9b\x19\xfc\xeb\x1f\x99\x86\x29\x03\xbd\xbe\x35\x79\x01\x33\xb1\xa6\x3e\x80\x7f\x38\x09\x85\xbe\x53\x70\xe3\xf7\x70\xc7\x8a\x38\x6e\xee\xfe\xb1\xbb\xf8\xdf\xbf\xdf\x21\x0d\xb1\x22\xaf\xb8\x8b\x3f\x3a\x2c\x1e\xfc\x09\x4c\xe1\x42\x7b\x1d\x47\xda\x1b\xeb\x88\x2f\x1c\x2d\xcc\x48\x2f\xf1\xa2\x23\xe3\xeb\x96\x71\x46\xb8\x47\x07\xf8\x8e\xe8\x0e\x72\x4a\x48\xbc\xf7\x8e\x5d\x14\xac\xbc\xb4\x23\xac\xe2\xf8\x4a\x91\x9f\x9e\x09\xa6\x62\x08\x7f\xde\x50\x5a\xe8\xec\x5c\x10\xab\xb8\x77\xe4\xa9\x3c\x66\x75\x27\x21\x48\xa6\x75\xef\x30\xe7\x02\xaf\xbc\x2b\x80\xd7\x64\x76\xba\x3e\x2b\x2c\xf9\xb7\xb6\x49\x4b\x72\x52\x2c\xd6\x4b\xb5\x7d\xb9\xa5\x45\x4f\x21\x4a\x0d\xbc\x29\x79\x4e\xe3\x58\xff\xf5\x3a\x27\x84\x9b\x1c\x40\xd9\x88\xe8\xaf\xa7\x28\x23\xfb\x24\xd3\xe0\x61\x43\x98\xe5\x6c\x64\x1c\xcb\x33\xb2\x52\x8d\x34\x6b\x39\xc8\xa7\xda\x43\xb8\x8a\xe3\xe4\x92\x27\xee\x11\x47\x9a\xdc\x8a\x10\x88\xbb\x93\x0d\x78\x3e\x0b\x9a\x50\x9c\xe3\x95\x3a\xdc\x78\x13\xc7\xc9\x63\x55\xa5\x69\x0e\x61\xff\x29\x20\xfb\x8e\xe5\x0d\xf4\x29\xce\x95\xba\x32\x38\x33\x13\xf1\x77\x0d\xe2\xf5\xe8\xd4\x5f\xa4\x68\x06\x31\xe0\xa1\x78\x6b\x87\x33\x74\x58\x8d\x49\x0e\x58\xe2\xa0\x17\xc6\x2e\xc8\x41\x5d\xca\xee\x89\x36\xe8\x06\xe1\x2f\x9c\xd9\x48\x5d\xdc\xe0\x0e\x09\xb3\xbb\x71\xac\x8e\xfe\x48\xad\xed\xca\x50\x18\x56\x86\xba\x72\xb6\xe9\x8f\x79\x22\x3c\x3b\x5f\xfd\xec\x1b\x1b\x21\xc7\x3d\x57\x21\x8b\x1d\xca\x46\x1a\xf9\xe7\x0c\xef\xf5\x78\x43\xfb\x89\x16\x84\xc7\x2d\x00\xdf\x82\xef\x5a\x23\xfe\xa7\xd9\x0c\x90\xd4\x11\x3b\x0b\x3f\x5e\xed\x37\xed\x14\x3c\xd2\x21\x4b\x5c\x92\xd1\xec\x34\x29\x8f\x8b\xa3\x64\x9b\x3a\x1a\x69\xf2\xa8\xae\x93\x90\xa7\x07\x8f\x9b\x5b\xc9\x77\x0d\x83\x7b\x5c\xd3\x31\xd9\x00\x89\xa5\x79\x7f\x10\x33\x36\xa4\x61\x03\x4c\x0c\x88\x45\x78\x94\xb4\xe9\xa0\x06\x0a\x1c\xa3\x87\xc2\x12\x0a\xf8\xa1\x38\xd6\xe4\xd9\x69\xa9\xae\xc6\xed\xdf\x13\x6a\x69\x95\x17\xea\x27\x85\x31\xfd\x00\xae\x35\xf8\x47\xf8\x73\xb0\xe1\x95\x12\x8a\x23\xbd\xd4\x51\x28\xbb\x74\x88\xc9\xeb\xb0\x6d\x8f\xe3\x03\x2d\x83\x5b\x8e\x94\x56\xe8\x37\xf1\xfb\xb4\x1b\xa5\xf5\x74\x11\xa6\x3d\x5d\xe3\xce\x54\xf1\xf1\xb1\xf4\xac\xdc\x91\xd2\xe7\xbc\xbb\x86\xcd\xa1\xfa\xc5\x27\x74\x4b\x7a\xad\x39\x01\xc0\x65\x7f\xd3\xa8\x14\xd6\x17\x7f\x03\x0f\x46\x15\xd3\x5a\xe6\x52\x2f\x73\x89\x40\x6b\x59\xb2\x6a\x93\xf8\xfc\xf0\x8f\x26\xa4\x60\xbf\x72\xb8\x51\x2a\x4c\x9d\x7e\x49\x73\x56\x4d\x85\x1e\x49\xa3\x04\x27\x89\xa3\x35\x7a\xaf\xb3\x5f\xbe\x47\xf0\x6a\x94\x58\xa1\x86\xfa\xef\x61\xbc\xca\x50\xe0\x62\xe1\x95\xb3\x1d\x77\x71\x2a\x3d\xaa\x0c\x82\x55\x6a\xbe\x1c\x57\xe6\xce\x2e\x4a\x40\x37\xa3\xca\xc9\x3e\xb4\xc7\x40\x76\xf6\x17\x5d\x74\x4f\x4c\x5a\x5a\xd7\xf4\x38\x78\x61\xa4\xdb\x8c\xec\x27\x02\x0b\xb2\x6f\xa0\x74\x61\x6b\x1e\x61\xfc\x06\x8c\x14\x46\xc0\x36\x29\xd4\x32\x1e\x34\x0d\xa1\x01\x86\x59\xaa\x09\x44\x0b\x65\x67\xf7\x21\x7b\xd4\x13\x09\x79\x62\x92\xd5\x83\xe9\x6c\x76\x52\xd7\xab\xb3\x89\xfa\xa1\xd8\x86\xd7\x2c\xd1\x15\xd5\x5d\xa3\xd4\x3c\x20\x0c\xb1\x38\x24\x72\x92\x17\x8d\x7a\xf5\x5b\x1f\xff\x42\x15\xf5\x72\xb1\x5e\xa2\x83\x77\x68\x28\x75\x61\xae\xdb\xb6\x35\x92\xcc\x4e\xe5\x19\x6d\xdb\xd6\x8c\xc7\x12\xb9\x97\x0b\x69\x4d\x68\x48\xf0\xae\x85\xc4\x83\xd5\x6c\x3a\x07\xfe\xe7\xc8\xae\xdf\x1e\x70\xa9\xfe\xf3\x25\x5e\x9a\x13\x05\x41\x18\x27\x7d\xd2\x36\x10\x7f\xf1\x53\x4e\xb8\x8f\x5a\xf1\x78\x9c\x21\xb1\xe8\xd8\x98\x2c\xb2\xe5\x92\x70\x33\x36\x90\xb7\x71\xaf\x8b\x31\xc3\xe5\xd1\x3a\x1e\x4f\x6c\x95\xd0\x20\xc5\x7a\xc3\xab\xf4\x57\x70\x19\x87\xe2\xe7\x5c\x66\x4e\xa1\xdc\x27\xb7\xd3\xef\x40\x1f\x2c\x02\x55\x6d\x89\x7d\x1c\xd6\xaf\x4a\xf6\xb6\x11\xc8\x16\x93\x82\x3d\xd4\xc1\x48\x4b\xef\xb8\x4c\x4b\xf6\x9a\xa8\x25\x34\xdf\x16\x6c\x39\x80\x10\xcd\x11\x21\x7c\xce\x75\xe6\xc5\xd4\x12\x48\xea\x5d\xd5\x74\x90\x46\x60\x68\x04\xaf\x33\x9a\xa8\x82\x7a\xe7\xd5\x9b\x38\xde\x53\x63\x94\x7e\x70\xcd\x6b\xaf\x51\x37\xd8\x92\x06\x72\x96\x12\xa8\x3c\x6d\x79\x02\x0a\x4a\x78\xf1\x75\xa6\xd9\xe0\x99\x04\x56\x21\xcd\x61\x53\xe8\xa3\xf5\xca\x5a\x39\x69\x42\x4d\xf7\x60\x2a\xaa\x06\xe0\xb4\xfa\xa4\x9c\xfd\xe4\x94\xb4\xa6\x4c\x60\xe4\x7a\x1f\xd9\xba\xcd\xd4\x18\xed\x15\x68\x74\x0c\x45\x9d\xbd\x99\x62\x5b\xd4\x55\x26\x06\xcc\xcd\x93\xe3\x95\x88\x71\x9f\xb7\xe6\xe4\xc2\x99\x78\x8b\xe9\xc5\x9e\x15\x12\xa5\x9c\xb5\x72\x19\xf2\x60\x40\x52\x2f\x8c\x33\x14\xc3\x25\x31\x23\x1e\xe8\x4f\x6a\x18\x9a\x10\x4f\xf4\x0f\x02\x6e\x8e\x8a\xe2\xb8\x73\x49\xa1\x94\x29\x64\x0b\xeb\xaa\xb8\x9c\x5e\x5c\x82\xbe\x51\x31\xde\xe6\x67\x5d\x6b\x93\x1f\xf7\xde\x3d\xcc\x13\x57\x88\xb8\x9a\xd8\x2b\x40\xbc\x9a\x18\x8e\x1f\x4a\xb5\xd8\x38\x9c\x1a\x11\xde\x2a\x64\xb4\x93\xd3\xc6\x42\x1c\xd3\xc5\xdc\xfd\x1a\x47\xc3\x68\x6c\xe4\x87\xcd\x78\xa3\x08\xa5\xe1\x3b\x10\x4e\xa9\x8e\x5b\x11\x01\x54\x99\x8b\x6c\xf5\xe9\x12\xcc\x57\xe0\x80\x36\x8f\x48\xce\xfd\x47\x6f\xb8\x32\x4d\x82\x2f\x47\xd8\xaf\xa0\xb1\xa0\x69\x6d\x1c\x3a\xb0\x0c\x95\x47\x6c\x00\x15\xe1\x97\x6c\xa9\xcc\xc3\xab\x26\x91\x35\x8a\x82\x1e\xb5\x93\x95\xea\x0a\x26\xaf\xc0\x90\x5e\x30\x68\x37\xb0\x47\x0c\x0b\xa4\xfa\x6e\x8c\xda\x37\xdb\xab\x12\x45\xa8\xf1\xb2\x76\x27\xc0\xfb\x1d\xec\x85\x7b\x1b\xec\x86\x7b\x3b\xa0\xed\x13\x20\x55\x41\xcf\x0b\xdd\x83\x91\x20\x58\xbc\x6c\x54\x0e\x65\x87\xcd\x35\x5f\xd5\x61\xbe\x6c\xac\xf7\x9b\xc7\x47\x6e\x39\xef\x6e\xe0\x91\xb7\x5d\xdd\x77\xae\x51\x98\x8b\xfe\xaa\x95\xf3\x56\xc3\x00\x1a\xe7\x9e\x8a\x5f\xf4\xa9\x69\xf6\x7b\x18\x8d\xbb\x1d\xe0\x48\x3b\x0c\xc2\xfa\xf6\x69\x4e\xcb\xa9\xc3\x68\x93\x72\xda\xc6\x67\x28\x70\x8d\x88\xc6\xdd\x12\x5a\x5f\x83\x59\xcb\x3c\xa3\x33\x13\x0b\x35\x0e\x16\x27\x79\x23\x7d\x99\x89\x4f\x54\x98\x24\x85\x3d\x72\x92\xba\xe6\xe8\xd6\x2e\x92\xb6\x07\x76\xdb\xf5\xc5\x05\x32\x18\x35\xfa\x77\xac\x44\xa4\x3d\x49\x5b\xb6\x21\x15\x95\xef\x4b\x9a\xeb\x8c\x6c\x49\xd6\x59\x8c\xcc\x83\x98\xed\xfd\x81\x60\x68\x41\xd4\x91\xbe\x5d\x44\xb8\x5f\xfb\x05\x61\x61\xf8\x71\x23\x3f\x60\x9b\x9a\xf2\x24\xeb\x57\x60\xf9\xa2\x0b\x81\xfe\x39\x0d\x56\xb3\xac\x76\xcd\x14\x99\x73\x7c\x48\xad\x03\xd5\xb1\xab\xf5\x34\x4d\xb0\xe0\x08\x61\xee\x68\xd5\x8a\xcc\x4e\xab\xb3\x0e\xb5\xd6\xd0\xac\x95\xa5\xf7\xbb\x14\x5d\xb5\xc4\x05\xe1\x6d\x87\xc2\x3d\x52\x0b\xb8\x5f\x0e\x20\xb4\x64\xbf\x7a\xaf\x58\xf6\x9d\xab\x3b\x26\xbf\x6f\xcf\xb2\xf4\x6d\x06\xcc\xe7\x08\x05\x14\xba\xa1\xa7\x04\x84\x5c\xb0\xfa\x56\x1d\x70\xc1\x3e\x19\xd0\xdf\xa8\x94\x0d\x3c\x6a\xa0\xf8\x69\x79\x5a\x12\xd6\xa8\x2d\x7d\x71\x61\x7b\x47\x1c\x31\x57\x36\xe7\x2f\x8e\x7b\x40\x5c\x89\x0e\x2b\x3b\x38\x2f\x6b\x92\x07\x66\x75\x77\x96\xc4\x70\xd1\x33\x80\x3a\x30\xf4\x05\x03\x22\x81\x59\xac\x0a\x13\xb3\x04\x80\x7b\xab\x6e\x8e\x03\xf4\x0e\xd9\xdb\x42\xee\x37\xd2\x04\x01\xf6\x20\x3d\x5e\x59\x72\x14\xcb\x16\xad\xe6\xc6\xae\xb0\xc1\x1a\x1e\x34\x8b\xa5\x6a\x8e\x66\x3a\x0d\x43\x25\x51\x68\x83\x2e\x03\xde\x4a\xf1\x9c\xa6\x2a\x70\x57\xe5\x52\xd7\x3e\xf1\x16\x64\xed\x46\x83\x99\xc1\x3c\x6d\x56\x8b\x2b\x10\x26\x90\x62\x5f\x80\x77\x35\xdf\x4f\xb3\x33\xef\x08\x67\x8e\x65\x5d\x64\xea\xc8\x36\xe7\x70\x0f\x33\xeb\x6a\x98\xcd\x4e\xa2\xc1\x7e\xba\xc9\xca\xbc\xa0\x10\x46\x01\x82\x07\x55\x75\x5d\x74\x6d\xd5\xd8\x65\xc9\x05\x9d\x68\x45\x5d\xe3\x60\x99\xd3\x64\x8f\x8b\x76\xbc\x81\x3e\x18\x57\x20\xcc\xe2\x78\x3f\xcd\x2e\xf8\x15\x9d\xb7\x64\x97\x85\x93\xff\xd5\xb5\xd0\x80\x2f\xe5\xc1\xd5\x2a\x10\xfe\x11\xbc\xa1\x05\xcd\x45\x76\x1d\xa8\xfb\xf3\x10\x7d\x2b\x62\xe2\x07\x6d\xfe\x83\x6e\x13\xd1\x5c\x86\xba\xf6\x9f\xc8\x62\x89\x90\x8d\x92\xef\x34\x6d\x3e\x6f\x35\x90\x81\xa1\x81\x83\xf5\x56\xd4\xe1\xd9\x1c\xd5\x75\xc2\x26\xa4\x8b\x02\xb0\x0c\xcd\xba\x5e\xe8\x96\x8e\x60\x44\x19\xe8\xba\xb5\x5d\xc3\x21\xe8\x07\x4e\x78\xc0\x6b\xfc\xb9\xe9\xc2\xf0\x40\x24\x72\x3c\x10\xf6\xd6\x42\xcb\xc3\xda\xfe\x00\x3d\x68\xcb\x42\x9a\x67\x5e\x78\xdf\x6b\x9e\xdc\x6a\xa9\x5d\x4f\xb6\x60\xea\x1b\x42\x3f\xa0\x3e\x23\x3a\x3e\x01\xbb\x3b\xdf\x56\xd9\x15\x30\x32\x9f\x13\xd0\xe9\x86\xb6\xc9\x60\x61\x61\x0c\x90\x3d\x2b\xd7\xb6\x71\x56\xfb\xbb\x16\xaa\x10\x39\xd7\x26\x2f\x69\x34\x8b\xcc\xc6\xd2\x69\x63\xe4\x3d\x49\xe4\xbc\x4c\x67\x26\xa6\x19\x54\xf7\x8c\x29\x02\x79\x95\x67\x5d\x15\x4e\x62\xd2\x9a\x04\x33\x52\xab\x26\xb4\x7e\xdf\xb0\xfd\x11\x1f\xeb\x52\x8d\x59\x13\xe9\x1d\xf3\xdf\xde\xe9\xfb\x05\x84\x96\x99\x7b\xd3\xef\x96\x81\xb3\xac\x68\x7e\xc0\x3b\x8d\x0a\x8d\x9b\x35\xd2\x96\x1d\xae\xc0\x24\x11\xde\x62\xe9\x86\x3a\x43\xd7\xe7\x35\x38\x06\x93\xf0\x18\xf0\xf6\xf2\xf4\xce\x2b\x18\xee\x91\x5e\xd4\xfa\x18\xe5\x5b\xaf\x05\x35\x24\xee\xf0\xb6\xe6\xc1\x2c\x8e\x93\x19\x21\xa5\x89\xef\xfe\xbb\x2d\xf8\x43\xb6\xfa\x94\x1c\x35\xc3\x9e\x21\x7c\x0b\xcb\x99\xc2\xfc\xb1\x31\x88\x83\x93\x73\x80\x2c\xe9\xef\x9c\xed\x55\x1a\x86\x07\x6d\x66\xe7\x4a\x8c\x08\x6d\xd9\x73\x37\x31\x65\xac\x0d\x44\xce\x2a\x05\x96\x7e\x50\xdf\xcd\x58\x29\x00\x2a\x37\xaa\x47\x99\xf0\xda\xe8\xd6\x42\xde\xb8\xce\xf9\xae\x3b\x2c\x7d\x26\xed\x77\x6f\x50\xe1\x87\xf6\x90\x7e\xa2\x2e\x17\xf2\xb1\x11\xa9\x06\x3a\x75\xd0\x01\x07\xab\xdd\x49\x1d\x4c\xae\xe2\x78\x94\xcf\xa3\x93\xfb\x70\x5c\xc1\x74\x7d\xd0\x39\x1e\x9b\x7e\x93\x77\x73\xe8\xba\x27\x7c\xc7\x59\x29\xa9\x8e\x84\x57\x75\xaa\x85\x5f\x8d\xb7\x55\x67\x29\x89\x89\x6b\xd7\x9e\x92\x79\x7f\xc0\xdd\x85\x68\x27\x96\xef\xef\x0f\xe2\x34\x68\x63\xf0\xe4\x84\x7e\x87\x1b\x39\x5d\xd2\xe8\x80\x8f\x09\x8e\x9d\x1e\x91\x16\x54\x87\xfd\xe1\xdb\x37\xaa\xfd\x44\x87\xbe\x02\x6b\x2c\x23\x59\x3e\x41\x23\x42\xe7\x47\x46\x61\x35\xb9\x76\x14\x02\x32\xb2\x83\xad\x7f\x77\x93\xbc\x05\x6e\x44\x0f\x83\x16\x4f\xeb\xca\x20\xdc\xf3\xe5\x0a\x4e\xc3\x01\x3f\xf3\x63\xc2\xff\xfe\x05\xfc\x62\x05\x81\xb7\xe6\xee\xcd\xb0\xbe\x90\x77\xdc\x3f\x74\x7b\xec\x0a\xa8\x2f\x9d\xf9\x1d\x0e\xfe\x20\x10\x6e\xfb\x1d\x90\x5b\x8d\x96\xd2\x67\xc0\x2a\xa6\xbf\x1f\xf0\x5f\xfd\xe4\x44\x3a\x71\x48\xb8\xef\x82\x9b\x00\x80\x9e\x61\x93\xa6\x32\x9a\x28\xc4\x61\x33\x5a\x61\x13\x24\x00\x37\xc4\x1f\x25\xb3\x53\x7a\xe6\x37\x64\x48\x3e\x3a\x1e\xa3\x6f\x98\x89\x6f\xdc\x64\x32\xd1\x85\x16\x74\x89\x74\x18\x9b\x0d\x25\xaf\xa7\x6f\x78\xd5\x4d\x69\xd0\x8d\xfa\xb9\xa1\x41\xd8\xcf\x0d\xf5\xe2\x7e\x82\x18\x92\x5a\x50\x49\xe4\x01\xef\x54\xcb\xab\xed\xae\xdb\xb8\x13\xde\xaa\x4a\x13\x4d\x37\xd7\x35\x9d\xae\x36\x13\x39\x5d\x6d\xbc\x50\x83\x5b\x5f\xd8\xab\xfa\xd3\x34\xb6\x2a\xea\xd1\xc8\x57\x34\x68\x77\xa7\x1f\xcf\x66\x73\x99\x7a\x14\xfb\xe5\xb1\x52\x34\xf5\x53\x89\x50\xcf\xc1\xda\xba\x73\x04\x21\xb1\xc2\xd0\x9c\xe7\x60\xa8\x05\xe2\x87\x0b\xcd\x4a\x35\xa3\xff\x18\xd0\xee\x16\x83\xe6\x7c\xe5\xfb\x60\x5a\x97\xf3\xb2\xae\x93\x92\xf0\x69\x45\x0b\x2b\x8d\xb0\xa3\x08\x62\x71\xd6\x75\x04\xcf\x11\x21\x0c\x57\xaa\xc2\xae\x60\x60\x92\x58\x29\xee\x45\xfb\xa9\x43\x72\x83\x38\x2e\xa7\xc2\x97\xde\x3f\x38\x41\x6c\x9d\x5c\xd0\x38\xbe\x30\xe2\x2e\x1d\x93\xff\x43\x19\x21\x42\x4c\x8c\xc5\xb0\xca\x1f\x2e\x02\xa7\x4e\x42\x66\xe8\x76\x4f\x16\xcb\x26\x46\x27\x99\x9d\x16\x67\x61\xa9\xd3\x62\x3c\x46\x7b\x7d\xa2\x83\xf1\x99\x62\x8b\x62\xa9\xb8\x54\xc0\xf4\x95\x6b\xb9\xd5\x73\x1c\x27\x7b\x72\xc3\x93\x0a\x77\x43\x71\x43\x78\x6c\xcd\xb2\x16\xed\x7a\x93\x93\xd3\xe2\x81\x1a\xd4\x64\xa2\xd7\x7c\xe5\x4a\x28\x96\x7b\x4d\xc0\xf5\x7d\x9b\x20\x9c\x93\xd5\x54\xf2\x04\x0d\x56\x53\xba\xdd\xc9\x9b\x04\xc5\x31\x98\xa7\x3f\x98\xcd\xd7\x64\x43\x93\xb5\x3e\x6d\x6b\x75\x30\x05\x58\xcd\xc3\x76\xb8\xc0\xaa\x71\x3c\xca\xe6\xb9\x2a\xa9\xcd\x3a\xb0\x53\xc6\x5f\xb3\x84\x1b\x5b\x8f\xc0\xef\x14\xe7\xd3\xd5\x66\xbc\xe5\x49\x85\x6c\xc4\x48\x94\x9a\x0d\x01\x53\x00\x56\x1d\xdb\x9d\x38\x4e\xd6\x24\xf7\x86\x35\x43\xc8\x1a\xb1\x18\xd7\x7c\x63\x9f\xf0\x5c\x1d\x50\xbc\x23\xda\x4e\x7d\x8d\x25\x4f\x73\xac\x1a\x4c\xf7\xf3\xfd\xa2\xf8\xc3\xde\x74\xbd\x4c\x2b\xac\x93\x32\xa5\xac\xae\x93\x6c\x6e\x0e\x96\x9b\xa8\x17\xf2\x75\x1e\xad\xf6\x32\x4a\xa3\x31\x9c\xfe\x08\x1d\x06\xcf\x85\xb1\xca\xda\x01\xdb\x45\x71\x04\x9f\xde\xd2\x2c\x8f\x30\xc5\x3b\x74\x90\x6a\x7d\xe2\xf8\xa9\xbe\x68\xf8\x27\xa1\x25\xc1\x9d\xa1\x92\x8d\x7b\x2b\x6f\x76\xac\xbc\x24\xa3\x19\xee\x3d\xfb\xa4\x67\x64\xc4\xb7\xe6\xbd\x6e\x69\x50\x56\x05\xdb\x5d\xf0\x4c\xe4\x3a\x8f\x5f\xeb\x85\x42\xa2\x3a\x14\x5b\x93\x60\x54\xcb\xe2\x44\x93\xb0\x77\x27\x00\x64\x3e\xd1\xf1\xdb\x15\x35\x38\x65\x95\x9a\xe5\xeb\xb2\xb8\x49\x50\x5d\x4b\x27\x13\x32\x44\x00\x4c\xaa\xae\x7f\x95\x89\xf4\x5d\xc4\x3e\xd2\x44\xc1\x82\x99\x55\x47\xc1\x5a\xa3\x03\x0a\xcc\x47\xcc\x62\xdd\x06\x32\x4b\xb0\x82\x11\x6c\x05\x86\xd1\xbe\xf5\x48\xb5\xcd\x84\x54\x3c\x5e\xd9\x08\x1a\x6c\x40\x87\x8a\x16\xe0\x84\xd4\xbe\x1c\xa5\xba\x1c\xa5\xbd\x1c\xcc\x95\xb0\xda\xee\x84\x41\xdc\xc8\xe9\x6a\xf3\xe0\x64\x36\xab\xeb\x12\x6c\xe3\x4c\x91\xc9\xc9\x52\x7f\xd5\x5a\x27\xd6\x3c\xa0\x06\xc0\x99\x58\x17\x0f\xa5\x69\x0a\xe1\x8c\x68\x53\x5b\x1e\x4e\xa5\xc1\x62\x5a\x02\xd7\xfa\x6c\xa1\x49\xa5\xdd\x10\xa4\xcb\xae\xd3\x2e\xb7\xda\x64\xe2\xa1\x4c\x2a\x48\x7e\x8e\x6e\x33\xf2\xbd\x48\x28\xf6\x06\x87\x23\x58\xa9\x08\x0d\x2e\x04\xcd\x3e\x19\xd0\xd3\x34\x03\x3b\x16\xc7\xad\x17\x3a\x36\xb7\xb3\x3e\xf4\x27\xab\xef\xa7\xb5\x67\x74\x2b\x86\x10\xd8\xab\x1e\xed\x1e\x0d\xb2\x38\xd6\x97\x25\xe8\x49\x5d\x18\xbf\x79\x5f\x82\xf7\xb9\xa5\xe6\x5e\x2c\xb1\x50\xff\x69\x81\x92\xdb\xeb\x70\x9f\x3d\x73\x06\xd2\x2e\xb2\x28\xbd\x3d\xc4\x9c\xdc\xea\x78\xa1\xe9\x86\x26\x0c\xcf\x10\x64\x93\x81\x07\x08\x30\x7a\x18\x08\x03\xc8\xd5\xc9\x87\x5f\xb0\xc3\x90\xd4\xa8\x13\x6c\xd4\xb9\xc8\x00\xb8\x91\x58\xf7\x18\xb8\x0e\xbf\xb6\x08\x36\x10\x1f\x29\x9a\x77\xc5\x85\xa0\x2b\x19\xe1\x88\xaf\xd7\x91\x09\x6c\xda\x2e\x93\xed\x98\xcc\x0a\x08\x59\x77\xa4\x58\xb5\xa3\x45\x01\xdc\x5a\x84\xa3\x75\x56\x54\x34\x08\x7a\x46\x1d\xab\xb3\xda\x5a\x82\x45\xdd\x71\x0d\x8a\x2c\x7f\xb9\xe3\x45\xc1\xca\xcb\x67\x59\x25\x5d\xee\x6c\xf3\x2e\xa0\xfb\x59\x99\xad\x56\x7b\x91\x49\xea\x42\x38\xba\xf2\x9b\xac\xea\xbe\x5c\xf1\xed\x8e\x57\xd0\x4c\xa0\xd6\x7e\x48\x1d\x31\xfd\x96\x6b\x80\x94\x09\x9a\x7d\x31\xe0\x94\x11\x1a\x41\xec\x46\x2f\xd4\x94\x0b\x44\x75\x42\xb7\xdd\xb0\x5b\xbe\x77\x36\xb5\x71\xb4\x14\x5a\x5b\x17\xfc\x3a\x1d\x6a\x73\x97\xd3\x61\x5f\x04\x2f\xd3\xc7\x77\x7e\x1f\x33\x88\x6d\xe5\x2c\x47\x1d\x47\x61\xb8\xf1\x93\xd9\x6c\xa6\x98\xb7\xf6\x46\x41\xf4\x73\xbb\x8b\xbb\x26\x52\x8d\x71\x50\x24\xd1\x89\x73\x49\xbc\x28\xb2\xd5\xa7\x08\xe1\xd7\xda\x1f\xc0\x8b\x92\xd3\xb7\x9d\x45\x56\xc9\x87\x70\x2e\xc1\x06\xb4\xf5\xce\x18\x16\xbb\xb7\x10\x3d\x30\x2c\x08\xaf\x4c\xb9\x86\x74\xee\xdb\xff\x4b\x91\xad\xe8\x1b\x2a\x18\xcf\x03\x44\x74\x1e\x20\xa2\x2b\xe9\xe4\xc3\x26\x64\x6b\x5d\x0b\x6b\x55\x64\x29\x6a\x45\xb6\x69\xee\xce\x81\x1c\x53\x05\x33\xb2\x93\x89\x22\x23\xed\x0b\x4e\xce\x59\x02\x9e\x75\xa0\x2a\x88\x06\x1c\x00\x4f\x96\x25\x1c\x2b\x12\x1a\xfd\xe1\xfe\x3c\x02\x56\x28\x4a\x75\x09\xeb\x79\x75\xad\xa0\xf2\x36\xdb\x41\x31\x9c\x35\xbb\x66\x2c\x4b\x88\xa9\x46\x88\x3a\xab\x45\x91\xed\x2a\x3a\x57\x4c\x7d\xae\x73\x4e\x09\x89\x2b\x2f\x7a\x4d\x48\x53\x6b\x3d\xed\x45\x96\xeb\x00\x5c\x5e\x3c\x1a\x1a\xd8\x30\x83\xf4\xca\x37\xcb\xb3\x21\x0d\x35\xdf\x51\x76\xbf\x4c\x57\x8a\x53\x54\xbb\x54\x2d\xc4\xd2\xb1\x21\xaa\x7f\xc0\xe9\x6f\x78\x95\x6c\xfc\x38\xb2\xc6\x87\xe0\x04\x21\x88\x13\x62\xf6\x51\x90\x99\x86\xfd\x3a\xb8\x88\x3c\x3d\x2d\x49\xe9\xb1\xac\x7a\x00\x65\x5d\x97\x7d\xa3\xf3\x77\x0a\x48\x65\xdf\x6c\xa4\x0c\xcc\x8e\xbb\x95\x35\xe6\x09\xcd\x6b\xc2\xe1\xf6\xd8\xd8\x84\x05\x16\x6c\xa9\xb1\xa8\x36\x7a\x71\x47\xe7\x31\x55\xdb\xae\x38\x74\x2f\xd6\x0e\x6d\x5b\x8d\x03\xca\xf2\xac\x9d\x18\xb1\xfe\x2f\x75\x3d\xfa\x8d\x27\x65\x13\xb5\x56\xad\xeb\x86\x26\xef\x98\x61\xb8\x90\xc2\x0b\x6a\x19\xf5\xbe\x95\x60\x70\x36\x9a\x61\x49\xca\x70\x63\xd4\x02\xe3\x91\xf4\x88\x01\x41\x2b\x39\xdf\xf2\x44\xff\xb2\x8a\xf7\x41\xbb\x1f\x8e\x30\xf7\x09\x65\x84\x99\x66\xaa\x32\xf2\x9d\x35\x2b\x39\x87\x5c\xee\x26\x81\x00\x91\x40\xfe\x67\x75\x7d\x32\x02\x53\x24\x3b\x0a\xe7\x66\xf1\xdd\x88\x04\x22\x54\xdb\x84\x22\x75\x83\x2f\x58\xa7\x9b\xc8\xa0\xc4\x4f\x59\xb1\xa7\x8e\x36\x3f\xad\xbc\x5d\x1d\x91\xf2\x14\x55\xc4\x7f\x35\xb0\x6a\x41\x6b\x4b\x53\x90\xbd\xba\x5d\x55\xc3\x04\xae\x92\x8e\x65\xd5\xe4\xe4\x94\x9d\x25\xc5\xdc\x1a\xb9\xa7\x33\x04\x9b\xde\x28\x74\xd8\xd9\x6c\x0e\x0d\xa5\xc5\x82\x2d\x8d\x5f\x26\x6f\xfc\x32\xc9\x77\xd6\x77\x96\x2f\xb2\xf1\x7d\x38\x16\x15\x21\xb2\xae\x2b\x42\x84\xe5\x7b\xde\xb1\x44\x35\xa4\x97\x3c\xd5\x3b\xb0\x60\x4b\x84\xd7\xaa\xda\x72\x5c\x9a\x6d\x48\xca\xb3\x59\x5d\x57\x23\x22\x11\x70\x19\xaa\xcd\xa4\x9c\x9f\xa4\x33\xb4\x54\xf4\x40\xb2\xc2\x6b\x45\x93\x68\x1b\xc1\x55\x92\xe1\x0a\x0b\x38\x0c\x6b\xef\xc0\xac\x31\xf3\x03\xa1\x56\x81\x11\xdd\x86\x64\xf3\xee\x02\x4f\x44\x3a\x3b\xcd\x4f\x73\x92\xfb\x85\xb5\x4a\x8d\xac\x92\x1c\xe7\xfe\x36\xcd\x5a\xc7\xd3\x67\xcf\xe0\xc0\x0c\x36\x63\x92\x6b\x85\x9e\x0e\x99\x60\xba\x39\x68\xc3\x78\x8d\xe7\x19\xdf\x57\x56\x79\xa9\x46\xbb\x21\xe2\x74\x77\xba\x23\xbb\xf6\x57\x37\x8c\x1d\xde\xf9\xc3\x50\x30\xe5\xd8\x38\xc6\x77\x8f\xc3\x8b\x68\x45\xbd\x54\x8b\x9a\x4a\x6a\x88\x11\xb6\xd5\x7a\x1b\x0f\xcf\xfd\xe6\x97\xd7\x34\x97\x93\x6b\xd2\x2c\xf7\x8b\xbe\x0a\x79\xa0\x85\x5c\x0e\xe8\xb4\xe2\x42\x26\xbd\x52\x98\x9d\x82\x9a\x86\x23\x96\xe6\x07\x58\x89\x43\xf0\x20\xb5\xcf\x8d\x0a\xf3\x04\x28\xce\x1e\x12\x53\x87\xd1\xa2\xc0\x20\xa8\x73\xb1\x53\xa4\xa1\xe2\xad\x31\xb3\x4d\x3e\x20\x33\x9b\x84\x11\x08\x47\xd3\xa5\xfb\x8e\x2b\x72\xe5\xd5\x52\x7f\x10\xde\x13\x6e\x79\xf3\xb9\x2d\x69\xd9\x8e\x94\xbb\x17\x9a\xfa\x1c\x94\x67\x8a\x4d\x9e\x4c\x24\xa6\x36\x90\xd0\x64\x52\xe2\xfb\xd8\x04\xd4\xdf\xcf\xab\x34\xc3\xfb\x79\x96\x56\x08\x1d\x0e\x9e\x28\xcb\x6c\x87\x17\x05\x2a\x44\x6c\xa6\xcc\xc2\x34\x44\xb1\xac\x6b\x8a\x96\xd8\x0f\x52\xf6\x3c\xac\xe2\xf4\x42\x46\x93\xde\x08\x07\xd4\xf0\xb4\xb7\x1e\xb5\xae\xc3\x7e\xac\xa3\x86\x03\xd4\xd8\xfe\xcc\x94\x46\xbe\x18\x4c\x37\x39\x6b\x22\x6d\x84\x0d\x36\xda\x72\xd5\xc2\x03\x31\xdf\xd0\x44\x60\x45\x57\x60\x11\x08\x24\x50\xda\x17\x5d\x9e\x4e\x57\x9b\x81\x87\xed\x08\x51\x04\xcb\x03\x39\x6f\x44\x70\x12\xa5\xe2\x6c\xe6\xbd\x98\xa1\x94\x1e\x12\xa9\x3b\x91\x5d\xd1\x87\x37\xc5\x67\x2d\xaa\xe1\x81\x1d\x7f\x1c\xcb\xb3\x70\x2a\x5e\x90\x1a\xda\xf6\xac\x70\x4c\x50\xa0\x50\x17\x8b\x72\x49\xf4\x22\x2e\xca\x65\x13\x9b\xcf\x0b\x70\xd3\xd6\x05\xaf\xc0\x69\x60\xb5\x0d\x85\x72\x75\x4d\xc1\x88\xb2\xcc\x9b\xc8\x63\xfa\xe6\x79\x89\x2d\x39\xd9\xa9\x95\x65\xe8\x6c\x36\xe0\x23\xf5\x50\xc2\xc3\x3c\x61\x44\x60\x41\x4a\x94\xea\xd7\xaa\xb7\xb3\x99\xce\x6b\x84\xfc\xa3\xf7\x9b\x62\xbb\x44\xfb\x55\x59\xd7\x22\x30\x8c\xf8\xc1\x1b\xf4\xf7\xea\xb7\x3d\x92\x30\x1b\x0a\xfc\x9d\x82\x1c\x99\xb8\x51\x17\x19\x7c\xc6\x67\x08\x97\x5e\x13\xef\x1d\x49\xd0\xdc\xe8\xc5\x12\x5b\x52\xa4\xcb\x44\x2a\x9c\x54\x2e\xd8\x92\x78\x7d\x08\x6b\xf2\x8b\x15\x2a\xc1\xda\x76\x04\x06\xf4\x8a\x82\xa3\xb1\x1d\x08\x80\x30\x14\xcc\xe1\x1f\x1d\xe3\x8e\xa0\x57\x1b\x0e\x6c\xc0\x16\x72\x49\x04\xb6\xad\xb2\x6e\xab\xfe\xb4\x7e\x6a\xaf\xcc\x13\x10\xb4\x84\x85\x7e\xee\x90\x43\x1b\x56\x49\x2e\x6e\xa6\x39\x2f\x29\x66\x64\xcb\x93\x12\x0d\x58\x1c\x33\x33\x9c\x79\x52\x2e\x4a\x27\x36\x59\x12\x89\x7f\xb5\x6d\xa0\xf4\xfb\xae\xe5\x8a\x7b\x75\xeb\xca\xb5\x1c\xf8\xfc\x69\x9b\xde\x31\x57\xc4\x54\x39\xd5\x62\xb8\x81\x20\x26\xbc\xeb\x3b\x5a\xbc\xde\x81\x19\x56\xf3\x0c\x45\xc0\x48\x3a\xd1\x2f\x5f\xf2\xfc\x9c\x6d\xa9\x57\x47\x3d\xda\x2a\xae\x7c\x5d\x1f\x1b\x86\xb4\x92\x93\x99\xbd\x26\xd1\xb7\x11\x21\xac\xae\xa3\xb1\x0e\x63\xd8\x12\x1f\xf5\x08\x69\xc5\xb4\xe2\x5b\x0a\x69\x1e\x35\xb3\x4b\x73\x05\x91\xcb\xbe\xd7\x5e\xb2\x95\x66\xfd\xbd\xa1\x9f\x11\xb8\x8c\x73\xb8\x8b\x56\xc6\x65\xca\x3d\xd5\x42\xb8\x22\xbb\x49\xff\x3c\x9b\x81\xb3\x1a\xc7\x5b\x9e\x30\xd8\x40\xa4\x68\xd7\xb9\xfe\xbd\xd0\x7f\xfc\xad\x4b\x7f\x83\xf8\x23\xba\xe8\x20\x58\xae\x26\xb1\x0e\x6e\x2f\x35\xf7\xde\xec\x88\xc0\x65\x1c\x8f\x4e\x46\xda\xb2\x89\x66\xe2\x2d\xcd\x79\x1c\x3f\x66\x09\x9b\xee\x4b\x68\xf9\x60\x6f\x09\x6e\xa6\xa1\xe5\x9a\x2c\x4f\x5f\x65\xaf\x82\xf3\xe2\x4e\xc9\x6d\x02\xfa\xa0\xe8\x02\xec\x5c\x9c\xc4\xc0\x38\x21\x21\x50\x8c\x6c\xe3\x58\x15\x9a\xae\xb6\x47\xcb\x81\x7f\x38\xe9\x77\x19\xbd\x35\x72\x18\x69\x76\x0f\xb7\xf5\x68\x2d\x4a\xc4\x93\xef\x0b\x32\x3b\x15\x0d\x84\x15\xe3\x31\xf2\x4a\x2e\xc4\x92\x18\x88\x65\x40\xae\x58\x1a\x20\xa9\x53\xd6\xe8\x37\x46\x36\x64\xa5\xcd\x60\xb7\xae\x7f\x1f\x2c\x7c\xd6\xa9\x5f\xfa\xe7\x86\xa9\xb6\x1d\x52\xcb\xa0\xca\xdd\xb1\x0c\x50\x4a\x95\xb6\x07\x55\x31\x01\xe6\x42\x2b\x00\x65\x17\xa0\xa3\x34\x40\xa9\x3c\xd8\xeb\x3d\x70\x61\x74\xc4\xf4\x82\x65\x55\x5d\x2b\x82\x46\x36\xf0\x15\x26\xd4\x06\xba\x7a\x96\x67\xb3\xf9\xe4\x24\x3d\x41\x83\xbf\xaa\xd9\x7f\x63\xec\xc7\x20\xe0\xa5\xe2\x33\x46\x27\x84\xb8\xc8\x50\x75\x3d\x52\xc3\xad\xeb\x9f\x04\x4c\xca\x3b\x1d\x7f\xb5\xf4\xde\x94\xfe\x63\x9f\x15\x55\x02\x9d\x21\x50\x44\x55\xb4\x20\xd2\x2c\x47\xe2\x1d\x32\x5f\xa4\xee\xbd\xae\xc2\x25\x82\xf0\x93\x52\x1f\x26\x64\x45\xf7\xda\xf1\xf2\xe1\x4a\xb2\x2b\x26\x6f\x74\xea\x9d\x26\xcc\x02\xc8\x58\x9a\xf9\xe8\x23\xae\x3d\x1f\x03\xd2\xe5\x9b\x3e\x3f\x12\xcc\xc9\xec\x94\x9f\xc9\x16\x6e\xe1\x96\x7a\xcc\xdc\x06\x2d\xf8\x12\xec\xd7\x5a\x20\xa7\x07\x33\x29\x74\xed\x21\x23\xbe\xc4\x7b\xf2\xa3\xea\x3c\xb3\xf2\xc8\x2a\x8e\x2d\x9d\xac\x2d\xcf\x0a\x5b\x00\xb6\x0e\x3e\xc3\x2f\xf5\xf1\x34\x61\x75\xbd\x1f\x11\x5b\xbb\xae\x0b\xf5\x00\xfb\xa9\xa0\x6d\x5d\x43\xec\xd2\x10\x4d\x61\x8e\x10\x66\x0b\xee\x2e\xc0\x1e\x17\x4e\xfe\x39\x64\x73\x40\x5c\xd2\x43\x5a\xbe\x96\xf1\x97\x1e\xcd\xa0\x4f\x38\x69\x36\x7f\x9b\x89\x4f\x34\x7f\xb7\xcb\xca\x76\xcc\xe2\xe0\x5b\xc7\xc8\xaf\x22\xc1\xf7\x45\xa6\xd6\xa7\xd2\xaf\x80\x78\x31\x4e\xed\x15\x10\xd0\x75\x9d\xec\xa7\x90\x28\xb6\x62\x57\xf4\x05\x5d\xcb\xb9\xfe\x70\x06\x08\x22\x35\x0f\xd2\xca\xb7\x6d\x5d\xc9\xc3\x9a\x10\xc3\x6c\xae\xde\x3f\xb0\x15\x25\x7f\xa0\xab\x01\xa1\xc5\xe2\x38\xf9\x46\xa7\x2b\x81\xbb\xab\x13\xf7\x3c\x2d\xc1\x8d\x1a\xef\xa7\xf4\xb3\xa2\xd9\x99\x2c\x6e\x1e\x2b\xf8\x4a\x73\x5d\x2d\x5c\x87\xdb\xc9\x24\x1b\xac\x78\x29\x59\xb9\xa7\x07\x2d\x54\x01\x97\xfe\x69\x26\xf9\x96\xad\x90\xfd\x66\xec\xc3\x40\x47\x89\x57\x64\xaf\xa3\xc6\x96\x67\xb3\xf9\x49\x3a\x39\x41\x7a\x19\x80\xcd\x0e\x67\x90\xb6\x16\x03\x41\x66\xcd\xbf\xab\x0d\x5b\xe1\x49\x89\xc1\x8b\x39\x70\xba\xe1\x20\x92\x40\xa8\xfb\x29\x8e\x93\x42\x11\x7f\xe0\x10\xae\x96\xee\x6c\x36\x2f\xce\x66\x69\xf1\xa0\xe1\x65\x7f\xd1\x2d\x4b\x38\x0a\x86\xc5\xf6\x06\xab\x81\x49\xc3\xa7\xcf\x5b\xc3\x4b\xdb\xe3\xd7\x2c\x3c\x8c\x77\x8d\x4b\xbc\x3e\x32\xd6\xf5\xfc\x17\x5d\x44\x77\xac\x33\xc4\xd9\xd3\xeb\x9d\xd4\x1f\x7b\x4e\x6a\x59\xd7\x27\x38\x23\xee\x10\x73\xcc\x50\x5d\x8f\x58\x1c\x7b\xaf\x46\x33\x54\xd7\xee\x79\xd2\x53\x66\xc2\x75\x08\x5f\xdd\x67\x06\xb0\x6d\x95\x95\xf2\x69\xce\xa4\x02\x52\x01\xa3\xe3\x81\x99\xbf\x7b\x60\xc6\x52\xf7\x8a\xb4\x9e\x11\x38\x77\x73\xc3\xf4\x98\xba\x73\x40\x43\x1b\x6a\xb8\x29\xc5\x6c\xc1\x64\x53\xf1\x60\x16\xc7\xaa\x02\x21\x8a\xdc\xf6\xaf\x5f\xc0\xb8\xcc\x43\x36\xcc\xf1\x58\x73\xd7\x26\x28\x4a\x74\xa3\xc6\x2e\xc2\xda\x02\x4f\x57\x9b\xb1\x8f\xf4\xc1\x1d\xb7\x13\x05\xb2\xda\xf0\xeb\x26\x03\x54\xfb\xeb\x4e\xd0\x5d\xe6\x61\xba\xc4\x5f\x0b\x29\xdb\x5c\x91\xc9\x11\xa9\xbd\x1f\x4b\xe3\x52\x5f\x7d\x39\x2b\x18\x44\x8d\x70\xb8\xe2\x2b\xca\xdb\x60\x61\x5d\xbe\xc1\xc6\x0d\x53\xc4\x92\x34\x21\x57\x42\x02\xde\x05\x7e\xf3\xa0\x78\x66\xf4\x8f\x95\x61\xeb\xf5\x2e\x76\xdc\xa2\xeb\xba\x02\xe1\x80\xdd\x94\xb6\x83\x35\x6a\x7c\x73\x8d\xe4\xe0\x34\xd9\x2b\x22\xca\x29\x4d\x37\xfc\x5a\x83\x9e\x9f\x37\xb4\x7c\x67\xf3\x98\xa2\x38\x86\xbc\x68\x06\x2f\x30\x84\xf7\x75\x5d\xc2\x1b\xcc\x3d\x69\x81\xe7\x36\x29\x43\x2a\xeb\xad\x7e\x6e\x3b\x1e\x7a\x3e\x16\x15\x2b\x2f\x0b\x03\xf7\xb4\xe9\xe1\x1b\x2a\x5e\x18\x11\xbf\xe8\xf7\x13\x88\xfe\xdf\xff\x27\xea\xc9\x0d\x13\x21\xa4\x83\xda\x07\xe6\xc7\x85\xb5\xd7\xc4\xcc\x73\xc1\x2e\xd5\xff\xe1\xeb\xae\xf1\xaa\xb3\x0a\x83\xd2\xe8\x5b\x2f\x6e\xa2\x37\x5e\xdd\x4a\x39\xe5\x72\x43\x85\x85\x07\xff\xdc\xc8\x7d\x8f\x8f\x8a\xae\x78\x99\x67\xe2\xa6\x99\x14\xef\x5a\x7c\xf2\x70\x92\xd0\xb7\x37\x55\x1e\x4c\x55\x7f\x75\x13\xe6\xe1\x84\xa7\x7f\xf9\xf3\xb7\x89\x2d\xe4\x26\xec\xea\x18\x13\x5d\xcf\xdb\x54\xde\x15\x7c\x05\xe2\x0e\x7d\xd5\x55\x59\x05\x99\x11\x2a\x92\xe9\x3c\xa5\x7b\x3f\x2e\x52\x93\x82\x06\x43\xd4\x87\x89\x79\xe5\xf9\x18\xa3\x49\xa6\x2d\x78\x1b\xf9\x72\xd1\x00\x43\x09\x02\x06\xc8\x8f\x22\xfd\x20\xd8\x12\x85\x41\xb1\x4b\x84\xf9\x57\x46\xbc\xaf\x0c\xf3\x16\xf5\x6b\x1f\xad\x9f\x0a\xd5\x9e\x29\x90\x3c\x2e\x1a\xcb\x96\x9f\x8a\x8d\xa1\x33\xdf\x4f\x68\x2a\x8c\xf3\x57\x93\x29\x27\x29\x27\x26\xce\xa9\x0f\xd9\x9c\xdc\xfc\x4a\xa7\xe2\xc4\x2b\x45\x21\x31\x2c\x11\xd8\xf0\x78\x00\xba\x59\x8b\x3c\xf1\x91\xc2\x1b\x69\x00\x3f\x78\x1f\xc1\xfc\x56\xb8\x11\xbe\x74\xb9\x62\x08\x07\xe8\xb4\x3c\xd0\x7f\x54\x48\x11\xf9\x91\x69\x47\x27\x86\xa0\xa5\x0d\xd9\xc5\x2d\x25\x4b\x17\x7c\x79\x9a\x64\x9a\x60\x12\x71\x9c\x01\x05\x54\xd7\x92\x10\xf3\x44\xb4\x8c\xbd\x4c\x9a\xc8\x91\x50\x5a\x4d\xcb\x09\x08\x55\x41\x35\xe6\x13\x02\xe7\xe4\x8a\x16\xf3\x48\xc8\x22\x4a\xf5\x68\x30\x83\xdc\xa8\xac\xae\xfd\x31\x1e\x92\x73\x96\xac\x10\x16\x75\xad\x4d\x4c\x08\x29\xe7\xeb\xb4\x0c\x85\x10\x06\x87\xaf\xf0\x06\xef\xf0\x96\xe4\x8a\xf8\x37\xfa\x41\xb6\x4e\x14\x9d\x80\x56\x64\x8b\x37\x64\x47\xb6\x70\x44\x5d\x02\xfd\x15\xc9\x13\x39\x39\xc1\x46\x3f\x88\x30\x0c\x89\x58\xbf\xa0\x2b\xb2\x1d\x6c\xc9\x0a\xaf\xc8\xd5\x61\x63\xea\xe2\x1d\x59\xe9\xe3\x7a\x30\x27\x00\x90\x34\x85\x78\x39\x15\xc2\x2b\xc8\xd1\xbb\x55\xff\x3f\xf8\x4e\xd1\x4a\xc9\x06\xc3\x93\x3e\x87\x5b\x1b\xcb\x16\x6f\x48\xe5\x9e\xce\x56\x3a\x00\x8a\x2e\xac\xdf\xe9\xf2\xf0\x01\x21\x3b\xf9\x38\x96\x84\xac\xe3\x38\xd9\x91\x3d\xc2\xc9\x88\xd7\x35\x34\x7e\xc6\xd5\xff\xe6\x81\x10\xae\x9b\xd3\x23\x06\x1d\x8b\xa6\xf9\x38\xd9\xaa\x5a\x59\x5d\xaf\x4c\x2f\x0f\x32\xf3\xa3\x79\xa5\x36\xc8\x06\x9a\x35\x53\x7d\x60\x6e\xa8\x36\x05\x59\x21\xbc\x39\xab\xc6\x27\x76\xca\x6a\xd4\x30\x4e\xbc\x9b\xa8\x5f\x66\x86\x07\x84\x5d\x22\x5f\x5a\xe6\x69\x66\x95\x2d\xb2\x31\x56\x93\xda\x58\x8d\xad\x13\x4b\xd3\x19\x6b\x91\x95\xaf\x81\x00\x0b\x33\xed\xc8\x7b\xab\x8d\xc3\xe0\xd6\xac\x8d\x1e\x6f\xa7\x1f\x4d\x4d\xbc\x25\xcf\xca\x64\x83\x88\xfa\xb3\x43\xf8\x8a\x84\x6d\x6d\xe7\x1b\xff\xa2\x8d\x4f\x34\xf5\x38\xa5\x65\x8e\x2f\xc9\xca\x9a\xbd\x6d\xe7\x33\xad\x95\x83\xbe\xb5\x96\x78\xa0\x98\xd3\x2b\x58\xef\x4b\xd8\xe6\xfb\xf3\xa4\x48\xae\xf4\xda\xe0\xab\x66\x97\xaf\xdc\x2e\x17\x49\x85\xa1\x2c\xbe\xd4\xc7\xe7\xd2\x7e\x42\x69\xbb\xaa\x2e\x31\x69\x5e\xda\x92\xee\xa7\xee\x56\x9d\x93\xca\xbd\xd3\x3d\x5e\xea\x40\x38\x21\xd6\xf2\xc3\xad\x30\xe9\xc2\x5a\x04\x66\xa0\xdd\x14\xe2\x20\x08\x7a\xae\x38\x98\xab\xac\x48\xe4\xf4\xa2\x60\xe5\x27\x2a\xac\x58\x7e\x34\x1b\xc8\x26\xa8\x91\xc1\x44\x10\x37\x07\xd2\xfb\x29\xdc\xd6\x46\xb3\x8f\x54\x0b\x6f\x33\x49\x1f\xcc\xe6\xae\x3d\x52\x51\xe9\x7a\xf1\x4c\xca\xee\x6c\x3c\x11\x64\x24\x10\xe4\x0b\xd1\x96\x06\xd1\xe1\x78\x6f\x28\x3d\xfa\x49\x23\x95\x3b\xa7\x61\xda\xf7\xf5\xcf\x5c\xba\x80\x32\x26\xcd\x91\x3e\x17\xef\xd4\x82\x42\x8c\x1e\x2f\x07\xd1\x59\x9b\xc8\x03\x06\x1f\x96\xde\xa5\x91\x07\x43\x74\x89\x9f\xf2\x24\x93\xa1\x7c\x22\x93\xad\x1c\x3a\x3a\xf2\xa3\x6b\x5c\x5a\xe5\x82\xf7\xd2\x2a\x80\x75\xb8\x23\xfb\xb6\x4b\x6d\xba\x1c\xee\x4e\x4c\xe8\x45\x41\xbc\xe6\xe2\xd3\x39\x83\x40\x08\x55\x99\x48\x98\x25\xae\xb4\xad\x87\x6d\x12\x29\x70\xbd\x58\xda\x7c\x3e\xcd\x07\x4f\x1f\x14\x04\x92\xed\x04\x18\x1a\xff\x79\xe6\x27\xb2\xe7\x46\x35\x74\x6c\xcc\x40\x03\x1b\x7c\x64\x88\x9f\x0a\xec\x84\xbd\x8b\xfc\xa0\x99\xc3\x36\xfb\xfc\x83\x5d\x62\x9d\x59\x04\xef\xc9\xdf\x4b\x10\xaf\x56\xf3\x66\x5a\x25\x4a\x41\x8a\x65\xe9\xb3\x8a\xec\xcd\x0f\x13\x5d\xcf\xbc\x07\x57\x4a\x5a\x01\xc7\xbd\xd2\xbf\x07\xab\x79\xf8\x91\xac\xd2\x42\x41\xd8\xf0\x65\xe8\x86\xba\x26\x0a\xf4\x66\x2e\x84\xae\xed\xd6\xa9\xf7\x0b\x08\x28\x96\x8c\x8a\xba\x1e\xad\xea\xba\x68\x02\x45\xac\x9a\xc0\x0b\x85\x1f\x28\x62\xe5\xfb\x7a\xe6\x64\x76\x3a\x5a\xc7\x71\x7e\x96\xf9\xc9\x3a\xd7\x24\x5b\xe4\xcb\xa6\xbb\x45\xbe\x1c\xac\xe3\x98\x19\x27\xc0\x66\x5b\x81\xb0\x74\x49\xb7\xaa\x79\x99\xfa\x6b\x65\x0d\x0c\xbd\x35\x3f\x23\x77\x2d\x7a\x1c\x4b\xc5\x7f\xea\x1a\xb8\x6c\x35\xdf\xf4\xfb\x87\x3f\x13\x32\x6b\x6d\x8b\x31\x47\x19\x8f\xbd\xc3\xe5\x8e\xeb\x03\x67\xca\x0a\x37\x32\x3c\xbc\x20\x4f\x07\x03\x54\xc8\x35\x68\x46\xf2\xab\x2a\xd8\xe3\x6a\xa0\x43\xfa\xd8\x72\xa7\x72\x3c\x46\x14\x2c\x1d\x17\x72\x89\x75\x00\x18\x74\xf0\x61\x40\xd5\x25\x9e\xf9\x4a\x13\xce\x4d\x94\x64\xc8\xc4\x1e\x40\x87\x30\xb5\x3f\xef\xc8\xb4\x9d\xf6\x0a\xb3\xff\x8f\xb6\x77\xdb\x72\xdb\xc6\xfe\x06\xef\xf5\x14\x16\x57\x7f\xfc\x88\x08\x92\x25\xa7\xd3\xff\xfe\xb3\x0a\xa5\xe5\xd8\x8e\xe3\x4e\x1c\xbb\x63\xe7\x28\xab\xbd\x58\x12\x54\x62\x9b\x22\xd5\x20\x54\xe5\x4a\x51\x6b\xcd\xdd\x5c\xcc\x1b\xcc\xe5\x3c\xda\xf7\x24\xb3\xb0\x37\x8e\x24\x55\x76\xf7\x37\x93\x8b\x58\x05\x80\x38\x63\x63\x63\x1f\x7e\x9b\x6a\x83\x7a\x9a\x31\x31\x1f\xcf\x52\x39\x4e\x3c\x82\x93\x97\x25\x07\x2f\x8d\xf9\x8c\x7f\x99\x42\x58\xb3\x9a\xc9\xb3\xfa\x22\x3b\x1b\x8f\x6b\x38\x47\xf5\xb9\xc1\x47\xb4\xd3\x84\x7f\x6a\xcb\x0e\x30\xe4\xae\xb5\xbc\xe8\x10\x86\x5d\x1b\x8a\xa6\xc1\xef\xed\x59\x37\xc6\x54\xfa\x4c\xac\xaa\xe4\xa0\x57\x54\x5d\x3c\x5e\xf4\xac\xec\xf2\x4d\xfe\x07\x27\x67\x9a\x35\x56\xbc\xdc\x45\x01\xc2\x46\x56\x8f\x67\xb4\x64\x85\x13\x25\x1a\xb9\x34\xcd\x58\x75\x51\x1a\x62\x76\x93\x27\x25\xad\xc6\x33\xe2\x75\xca\xca\x52\x58\xa6\xf6\x08\xce\x2c\xcd\x48\x7a\x30\x7f\x10\x5a\x22\x21\xaa\xa8\x0c\x42\xe8\xc3\xf6\x43\xbf\x5a\x9a\x19\x63\x31\xc5\xae\x8e\x67\x4d\x53\xc1\xb6\x6b\x9a\xea\x82\xe5\x1e\x06\x5c\x75\x6e\xe2\x23\x0e\x44\x78\x1a\x82\xc6\x61\xec\xa3\x51\x75\x04\x09\x78\x52\x3a\x22\x5c\x11\x9a\x79\xbe\xea\x32\x40\xf6\xb1\xd1\x3f\x1d\xbc\x96\xe7\x27\x1e\x96\x45\x08\x50\x1f\x27\x6a\xdc\xad\xa0\x0d\x20\xb5\x72\xd7\x7c\x18\x78\xd0\x19\x7f\x87\xe9\x1a\x6e\x04\x22\x90\x1b\x83\x1f\xf5\x74\xda\x0b\x1e\xd1\x48\x3d\x5f\xa8\x60\x18\x01\x79\xd2\x8e\xdb\x3b\x3f\x91\x9e\x48\x92\x4a\x83\xae\x09\x29\xb4\x64\x77\xf0\xae\xda\x67\xa2\xe6\x2f\x4a\x99\x08\xdf\x35\x98\x68\x17\xa7\x6e\x2e\x8a\xff\xac\x46\x25\xaf\x7f\xc8\x7e\xd0\x5e\x5f\xa4\x69\xcc\x9f\xc8\x9c\x6a\x61\x5b\x18\x6e\x91\x50\x4f\xba\xb1\xf1\x67\x38\xaf\xc6\xee\x96\x09\xfd\x70\x3d\x1f\xeb\x70\x4d\xee\x8b\xe9\x37\x86\xda\xc7\xdd\x68\x1b\xae\xb6\xed\x67\xd5\xa6\x17\xbb\xa7\xba\xf6\x6a\xef\xa5\xe7\xb0\xcf\x8d\x54\x54\x2f\xf5\xdd\x2e\xdb\xa7\x76\x51\xc1\x3e\x12\x26\xc7\x4b\x83\xbf\x8f\xad\x98\x72\xbc\xe3\xcf\x0f\x95\x6b\x6f\xfe\xfb\xea\xaf\x17\xe5\xb2\xbf\x0d\x95\x83\xed\xdc\xd3\x06\x98\xe6\xe9\x66\x88\xa5\xf1\xff\x6e\x33\x14\x05\xf1\xe9\x70\xea\x51\xed\x9d\xec\x88\x57\x6f\x55\xd2\x15\x72\x74\x90\xe1\xf9\x5e\x49\x67\xae\x72\x02\x29\xb2\xc3\xdd\x91\xce\xaa\x82\x75\xa3\x86\x20\x5e\x76\xa2\xc7\xdc\x83\x7f\x25\x2f\x18\x42\x60\xfd\xa0\x1a\xd2\x3f\x47\x08\x09\x3a\x17\x29\xc4\xea\xf7\xdc\x2b\xf4\x18\x34\x4f\xf7\x26\x47\xd1\x08\x8c\x41\x90\x41\x19\xc7\x43\x04\x88\x9a\x97\x0c\xc5\xb9\x71\x5c\x7a\x08\xb0\x00\x94\x56\x52\x41\x11\x7b\xdb\xba\xad\x84\x01\xcb\x89\xf6\xe5\xea\xb3\xac\x51\x4d\xaa\xc7\x96\x24\x41\xb8\x80\x1e\xb4\x2e\x7e\xf3\xe0\x57\x69\xec\x80\xa1\x77\x38\x38\x1d\x6a\x2b\x67\x25\xc2\x76\x31\x40\xed\x2a\x89\x03\xf1\x07\x80\x0c\x44\xc6\x78\x59\xb5\x42\x0c\xba\x40\xce\x00\xcc\x55\x1e\x11\xf5\x59\x57\xb9\x97\x49\x89\x8d\xe9\xfd\x04\x86\x83\x18\xfd\x2c\x2d\xa9\xe0\x2b\x6d\x7e\xa9\xf6\x59\xee\x1d\x13\x1d\xba\xd5\xec\xa7\x7c\x82\x3f\xe8\x36\xab\xf1\x1c\xd6\xe9\x70\xe6\xed\xb1\x5b\xe9\x6b\x15\xa4\x2e\x0e\xd6\x31\xea\xae\x85\xdb\x87\x1e\x98\x18\x25\x25\xe0\x35\x39\x7b\x26\x68\xa7\x0b\xb7\x32\xaf\x99\xce\x5b\x1c\x96\x69\x22\x27\xaa\xaf\x00\x67\xa0\x7e\x68\x40\x47\x64\xc7\x4e\x78\xce\x12\x2a\x27\xae\xbb\x4d\x73\x12\xd8\xbb\x37\xa4\x69\xce\xca\x38\x06\x02\xa8\x21\xe5\xcd\x59\xdb\x9a\xfa\xca\x38\x76\xa9\x37\x08\xee\x9a\x3b\x2c\xbd\x56\x79\xf5\x64\x40\x2b\xa3\xd6\x47\x2c\x1f\x38\x55\xa0\x6c\x1b\xf5\xc2\xf5\x62\x07\x55\x27\x8a\xe1\x99\x9e\xd5\x96\xc7\x1d\xcf\xc0\x9b\x46\x4b\xc8\x33\x44\xaf\xc9\x16\xf5\x68\xb6\x1c\xc0\x7b\x24\xbb\xac\x93\x83\x43\x9e\xd4\xaf\xea\x8b\x47\x71\x5c\x21\x0b\x6c\x73\x47\x80\x4b\x49\x1e\x3e\x1a\x6b\x60\xd9\xa3\x2e\x61\xe5\xaa\x26\x1d\xde\x43\x00\x05\x8c\xab\x11\xce\x34\x1c\x98\xa4\x66\x27\x8c\x54\x28\x98\xac\x4b\xd8\x6b\xa0\xc8\x35\xa0\x9b\xb4\x60\xc6\x20\x7d\xc5\xc0\x40\x9d\x6e\x3c\x9b\x75\x35\x7b\x5f\x32\x76\xb0\x66\xbf\x8e\x6f\xc4\x20\xfd\x7f\x3e\x5b\xab\x99\x00\x0c\xe4\x22\x8e\x5f\x57\x5a\x69\xa3\x71\xc0\xb4\x4b\x11\x02\x6b\x40\x94\xe0\x51\x41\xc8\x19\x19\x8f\x0b\x58\x80\xb3\x20\x6b\x75\xae\xff\x7c\x56\xae\x3f\xab\xae\x95\xaa\x6b\x34\x82\xa7\x2a\xe0\x04\xfe\xb7\x81\x24\x5f\xa1\xe5\x3d\xd6\x35\xf6\x3f\x22\x39\x3b\xf8\xc8\x6e\xa7\x5c\xc0\x0d\x88\x5b\x75\x0a\x68\x98\x68\xc9\xd0\x87\x0a\x90\x59\x56\xa4\xb3\x6d\x06\x39\xdb\x1a\xf5\xd7\x76\x61\x5d\x02\xca\xf9\xd6\x6e\xa4\x74\xba\x4c\xdf\x4b\x7c\xe8\xe4\x61\x55\x7d\xbd\x6a\x9a\xf7\x12\x15\x16\x8a\x1f\x69\x9a\x1c\x19\x91\xa6\x51\xa3\x46\xe3\xf8\xc1\x8a\x15\xb4\x18\xb3\x19\xdd\x18\x2f\x84\x23\xcc\xcd\x6c\x06\x8c\x71\xd7\x43\x59\xf3\x54\xf5\x4a\x70\x5e\x36\x8d\xd6\x4c\xc3\x5f\x93\xa2\xba\xca\x57\x59\xf1\xeb\xd3\xd7\x2f\x9a\xa6\x9b\x66\xcb\xad\xf9\x75\xbe\xe2\x58\x6c\xe8\xbb\x9a\xaa\xe3\x07\x88\xcb\x7f\xb2\x17\xd6\x9f\x2a\x8f\x05\x04\xd6\xaf\xde\x67\xa5\xe3\xfd\x4e\x12\x17\x5a\xaa\x19\x92\x74\x4a\x67\x27\x67\xc8\x5a\xc2\xe8\x60\x09\xea\x28\xa2\x9a\x63\xac\x99\xb8\x8b\xd9\xd1\x45\x85\x78\x20\xf5\x3d\xd9\x1d\xdb\xc3\xce\xd0\x68\xd9\x2a\xf6\x5b\xa7\x98\x4a\xb1\x64\x5f\xb1\x9f\x12\x1a\xfd\x42\x68\x7e\x53\xe2\x82\x7d\x21\xa8\xac\xf6\xa9\x54\x67\xfb\x8b\xd2\x62\x5e\xe8\x33\xff\x45\xa9\x8e\xbb\x43\xe6\x37\xb7\x0d\xc1\x17\xf1\x5d\x01\x50\x1b\x1b\x56\x32\x2b\x46\x6e\x83\xd8\x3b\x34\xec\x64\xcb\x0e\x9d\x9d\x49\xac\x2f\xf3\x7d\x1b\xf3\x70\x6a\x92\x8f\xde\x79\x1b\x16\xea\x11\x97\x37\xcd\x10\x37\x65\x1c\x0f\xf5\xae\xd4\x52\x9f\x7d\xe7\xbc\x05\x5d\x59\x4c\x97\x83\x9c\xed\xe7\x9a\x5b\x47\x99\xa5\x66\xce\x51\x3d\x15\x44\xae\x86\x79\xdb\x83\xf4\x52\xcf\xda\x5e\xcf\xda\x51\x1d\x24\x43\x9d\x76\x10\xb2\x76\x3f\x46\x5a\x09\xc5\xaf\x59\x6e\x68\xaa\x97\x7a\xc5\x92\xdd\xe8\x9a\x3c\x7c\x44\x6f\xcd\xfd\xd6\xba\x44\x28\x52\xba\x5b\x3b\x35\x71\x3c\x4c\xae\xce\x6f\x17\xeb\x25\x01\xea\x77\x06\x6e\xeb\x6c\x3d\xbf\x5d\xac\xc7\xb3\x65\x3a\xa5\xef\x99\xca\xa5\x37\xfa\x09\x92\xd8\x19\xde\xcc\xf5\xdc\xa4\x38\x59\xc4\x74\xc5\x1b\x75\x82\xaa\x04\x2c\x0c\xdf\x9b\xf9\x0c\x0a\xab\x79\xb8\x34\x73\xf0\xfe\x38\xe8\x90\x84\xe4\x66\x72\x59\x5d\x1d\xe0\x6a\x18\x7c\x86\xf6\x14\xbe\x10\xb2\xda\xb3\x1d\xbd\x99\x08\x2d\x9a\xbf\xb6\x27\xea\xe6\x68\x2f\x15\x82\x35\x03\x67\x60\xd8\x05\x56\x13\x42\x71\xbc\xb5\x3f\x9c\x5a\x0b\x97\x55\x7f\xf3\x79\x0d\x2d\x80\x51\x8b\x5d\x40\x48\xd5\xbf\x6b\xb3\x98\xc7\x37\xbc\x85\x5a\x91\x97\xb9\xec\xc1\x44\x92\xdb\xbc\x56\x44\x03\x9d\xd7\xa8\x0e\x9e\xaa\xd1\xa5\xd8\x63\x9e\xd8\xd8\xa7\xc6\x1b\xd0\x84\x79\x69\xc5\x72\xa8\x6d\x2c\xab\x2a\x11\x94\xa3\xd9\x4c\xaf\x61\x26\xb9\xe4\xec\xce\x38\x9a\xa7\xc3\x19\xba\x85\x43\xfc\x21\x6b\x5f\x00\xf1\x28\x65\x9f\x67\x23\x48\x50\x43\x5f\xc9\x53\x0e\x90\xf9\xe4\x3a\x2b\x0e\x9c\x75\x5d\xd9\xe9\x75\x95\xe4\x84\x58\xbd\xd2\x50\x84\xc7\x3f\xaf\xf9\x93\x6a\x7f\xfb\xe4\x60\xde\x4e\xda\x1a\xef\x23\x4f\x04\x19\x84\xfd\x9f\x62\xff\x91\xe5\x3d\x52\xf0\x51\x07\x30\xe0\xdb\x3d\x9f\x8b\x49\x1d\x8c\xca\xd9\xfe\x29\x0e\x36\xab\x48\xda\x1e\x8d\xe9\x74\x79\xa2\xcf\xc7\xa0\x01\x08\x2e\xd0\xe3\x8e\x3e\x25\xc7\x23\xef\x0f\x2f\x5a\x52\x97\xe1\x81\xa4\x82\xf3\x63\xde\x82\x30\x02\xb4\x2f\x8c\x23\x8b\x3e\xf7\xbe\x48\x4e\x91\xb0\x0b\xf6\xdf\x8a\xa5\xf4\xbd\x4c\x61\x81\x02\xb7\x53\x83\x10\xba\xaf\x8a\x22\x71\x91\x69\xd1\xf9\x3c\x40\x56\xd0\x7b\xa7\x69\xc0\x87\x5e\x40\xcc\x81\x5e\x1f\x7c\x35\xeb\x93\x4d\x56\xcb\xd7\x50\xa7\xab\x54\x4d\x0e\xad\xed\x5f\xd5\xfe\xd6\xfc\xe9\xc2\x61\x75\x9b\x2e\xc9\x5d\x26\xe0\x05\xd3\x34\xd0\x87\xf2\x53\x4d\x23\xf2\x86\x6e\xd7\x13\xf3\xd0\x08\xb5\xd5\xc0\x14\x7a\x2d\x48\xdd\x82\x24\x4d\xf3\xb5\x7a\xf2\xb9\x1e\xa3\x33\x2e\xec\x8f\xd6\x47\xc6\x19\x17\xce\x06\xd2\x9c\x24\xda\x88\x6a\x17\x91\x81\x74\x5e\xbc\x60\x41\x64\xfe\xc0\x0d\x66\xe3\xe1\x7a\x39\x4c\x6b\xf7\x38\x7a\x44\xa7\x02\x6c\xda\xde\xf2\x8f\xf0\xf2\xf4\x9b\x90\x55\x44\xe8\x9d\x85\x4e\x4c\x03\xfb\x09\x53\x5d\x74\x24\xc7\xbe\x41\xf0\x72\x1d\x0c\x21\xe8\x68\x62\x76\x01\xfd\xbc\x2e\xc3\xd6\x39\x92\x23\x6d\x1b\x20\x9d\x80\xff\x59\xed\x68\x4f\xc8\x74\x45\xd6\xcc\xb3\xc8\x13\x80\x57\xd7\x68\xa8\xfa\x4b\x2e\xb7\x38\x74\x63\x94\xfe\x23\x4e\x49\xd7\xb4\x16\x55\xf8\x04\xc0\xdb\xcd\x21\x3a\xc5\x6e\x65\x1e\xee\xff\x29\x76\x4b\x9d\xf2\xb7\xd5\xde\xb7\x81\xf1\x54\x32\x7d\x81\xce\xc6\xb3\x29\x78\x26\xed\x47\x19\x5c\xd1\x95\x51\x38\x4f\x24\xd8\xe2\x7d\x56\x55\x28\xff\x82\x9a\x80\x47\x40\x4b\x90\xb1\x56\x3c\x3b\x3f\x90\x23\x0d\xcc\xc2\x4e\xdc\x1f\x9e\xd7\xca\xe0\x65\xe5\xab\xe9\x50\x38\x51\x57\xa2\x26\x14\x72\xfc\x60\x2a\x68\xc3\x8b\x7f\xa2\xc2\x1c\x91\x96\xdf\x42\x68\x11\xff\x1e\xf2\x6c\x6b\x74\x01\xb4\xab\xe9\x29\xa3\x61\xe3\x70\x2e\x74\xc0\x45\x2a\x78\xcd\xc3\xcb\x0f\xde\xc7\xe8\x0a\x5f\x2a\x3a\xfb\x92\x97\x87\xd7\x1c\xd6\x47\x8f\x4c\xdd\xd4\x76\x4f\xe5\xac\x34\x3a\xbd\x5e\xa7\x02\x6d\xb9\xee\x13\x72\x2d\xbd\xce\x5b\x4e\x31\x07\x96\x48\xf6\xf7\x2a\x8e\x13\xcf\x82\x6c\x1c\x9a\x9b\x01\xe4\x45\x22\x58\x19\x5c\x89\x3e\xdb\xc9\xbf\x24\x64\x1e\x8d\xa3\x54\x34\x4d\xbb\xd4\x20\xb8\xad\xf5\x6d\x72\xa0\x65\x3b\x38\xf4\x75\x95\x04\x25\x11\x2b\x1e\x08\x7a\xd2\x85\x0e\x38\x68\x75\x92\xe2\x73\x5a\x63\xed\x6b\x2f\x8a\xee\xad\x0d\xed\x3f\x07\x27\xd1\x0b\xe4\xf1\x48\xaf\xb8\xfc\x26\xe7\xc5\xba\x0b\xb4\xf5\x20\x68\xf1\x48\xeb\xc3\x7e\x5f\x09\x59\xbf\xad\x0e\xab\x6d\xb7\xf8\x70\x76\xa4\x30\x6a\x3f\x2b\xdf\x24\x51\x59\x69\x8b\xaf\xa1\xdd\xc6\x86\x36\x08\x8d\xad\xa2\x98\xf3\x5d\xd3\x60\xec\xa0\x70\xba\x88\x14\xb7\x77\xe1\xd8\x4d\x24\xed\x55\x26\x57\xdb\xe4\x79\x05\xc8\x5d\x97\xc5\x21\x00\xf3\x0a\x3f\x51\xb9\x89\xd9\xa2\xaf\x8d\x75\x53\xbb\x78\xf7\x1c\x9c\xda\xfa\x53\x55\xd5\x8a\xe7\xd7\x7c\xfd\x4d\x7b\xcc\xf0\x4d\x5d\x54\x37\x78\x69\x1e\xa9\xf9\xdd\x4f\x4c\x07\xdc\x47\xa0\x68\x1a\xfb\x27\x6a\xc1\x5b\x33\xa6\xf2\x8c\x79\x40\x18\x94\x5c\x13\x7c\xf0\x06\x68\xed\x41\xee\x77\x87\x1c\xa9\xb9\xd1\xbb\x1d\x52\x6c\x22\xf6\x4a\x86\xb8\x18\x53\x2a\x83\x7e\x3d\x9a\x86\x58\x75\xe6\xc2\x69\x1a\x3e\x4f\x64\x07\x53\xc3\xeb\x00\x49\x13\xde\xad\xef\x2f\x53\x2a\x08\x5e\x41\x27\x67\x0a\xaf\x9d\x60\x61\x0d\x4f\x6d\x8f\x09\xd8\x03\xf4\x53\x1c\x70\xc1\x68\x61\x7d\x7d\x57\x25\x92\xc4\xf1\x50\xc4\xf1\x30\xc4\xec\x50\x0b\x11\x82\xff\xf0\x13\xe0\x3f\xa6\xd2\x0f\xfc\xf6\x0d\xff\x57\x18\x0a\xae\x54\xcf\x35\x75\x54\x81\xa6\x81\x55\x94\xea\x44\x0f\x69\xb3\x9f\xe9\x57\x2b\xb2\x7c\x9d\x23\xcd\x58\xd9\x34\xd7\x71\xfc\x70\xf1\xee\xb0\xf9\xaf\xe9\x74\xac\xfe\xd9\x6c\x96\x0f\x11\xc1\xa6\x24\x5d\x81\x3b\x9a\x16\xc3\xce\x4f\x4c\x20\x4c\x0b\x14\xe3\xc3\x17\xd4\xbc\xf8\xa6\x12\x4f\xdc\xc4\x39\x18\xe8\xd5\x36\x13\x4f\x10\xe8\x07\xa1\x01\xfe\xfa\x68\xfa\xe5\x90\xe5\x4d\x23\x80\x86\x46\xff\xeb\xff\xf8\xbf\x22\x42\xff\xfa\x97\xbf\xfc\x85\xb1\x9c\xf8\x04\xc4\x34\x6c\x76\x32\xff\xc8\x57\x4f\xaa\xdd\x2e\x2b\xd7\x49\x74\x28\xd7\x55\x44\x8e\x1e\x36\x90\xb5\x93\xcc\x4b\x1b\x55\x97\x1a\xe7\x3c\x72\x56\x9f\x1f\xe2\x58\xf8\xfd\xa9\xc1\x05\x2d\x48\x38\x23\xa3\x91\xd1\xcb\xc2\x66\xd6\xfd\x69\x6b\xbb\x01\xb4\xad\xd4\x5e\x1e\x35\xa1\xa6\xbd\xb1\x7e\x38\x14\x6e\x3b\xcc\xa3\x2f\xf0\x37\x8f\xd0\x30\xca\xf6\x49\x5d\x13\xea\x7a\x30\x88\x45\xf0\x8a\xb8\x18\xcf\xe6\x7a\xe5\x59\x11\x5c\x58\xa9\xff\x67\xe9\x37\x11\xc7\x49\x71\x92\x5b\xeb\xe4\x30\xee\xf8\x4a\x3f\x13\xc5\xa4\xfc\x3f\xe1\x33\x35\x40\x15\xc5\x60\xdc\xea\xb4\xf2\x75\x87\xb0\x79\x27\x5b\xef\x4f\x3c\xf8\xe6\x02\x0a\x4f\x3e\x39\xd2\xaa\xfc\x8e\xdf\xbe\x16\xbc\x0e\x88\xe4\x27\xaf\x2d\x1d\x26\xd6\xbe\x3d\x54\x45\xde\xd6\xbc\xe7\x8d\x8d\x0f\x6c\xe1\x59\xef\x4a\x47\x2f\x0e\xac\x16\xf0\xf8\xa1\x05\x2b\xfb\x42\xa3\xe7\x9b\xe4\x10\xc7\xc3\x15\xb9\x13\xde\x35\xe5\x3f\x2f\x5f\xf9\xfd\x88\xe3\xf1\x8c\xa9\xc6\x34\xee\x92\x22\x3b\x59\x5e\xd6\x00\x0b\xff\x9d\x4c\x04\x7d\xce\x49\x02\xf9\xf4\x29\x4f\x0e\x44\xbd\x46\x07\x68\xf5\x62\x9e\x81\xab\xba\x56\xcb\x08\x76\x7f\xe1\x5d\xa3\x73\x06\x27\xd2\x59\x8f\xa1\x6e\xa4\x71\xe2\x3e\xc9\x38\xfb\x26\xe5\xf7\xd4\xe7\x60\x80\xa6\xbe\x29\x2f\xfe\xa5\x8d\x80\x13\x83\xb1\xfb\xdb\x78\x0b\xdc\xf2\x57\xda\xf0\xd7\x8b\x97\x80\x05\x7e\x1d\x6f\x91\x07\x36\x25\xfe\x18\xc3\xb9\x49\x1f\xcc\xa6\xd3\xe9\xd9\x03\x17\x8b\x02\x3e\xab\xe6\x91\xb8\xba\xcc\x92\x47\x5f\x7d\x45\x1f\xb8\xff\x4d\xa6\x5f\x91\x28\x8d\xa4\xc8\xca\x1a\x85\x76\x11\x19\x45\x2d\xec\xa3\xb3\x07\x88\x2d\x34\xd6\xfd\x9f\x76\xf2\xbb\x28\x48\xd5\x3e\x5b\xe5\xf2\x36\x55\x2d\x9c\x3d\xd8\xe4\x85\xe4\x22\x7d\x90\x15\xfb\x6d\x96\xe8\x3c\xf6\x15\x39\x53\x6f\x5d\x14\x1a\x3a\xa9\x74\x55\x14\xbf\x21\xe3\x1a\x82\x46\xd6\x71\x1c\x14\x7a\x5b\x21\x42\xe7\x1e\xcc\x33\x02\xd2\xdc\x2b\xc6\x69\x9a\xc4\xc8\x2a\x02\x11\xc6\x83\x08\x9f\x70\xed\x5b\x4e\x5d\xad\x65\x97\x94\xbb\x2d\x8a\xb8\xa7\x6f\xf3\x1d\xaf\x0e\x32\x29\x27\x6b\x2e\xd1\x2b\x02\xdb\x7c\xac\xce\x9e\x3d\x9d\xd7\x09\xa1\x37\xe4\xee\x5f\xb9\x09\xe9\xb7\xf3\x81\x49\xff\x9e\x27\x38\x36\x1a\xed\xaa\x43\xcd\x0f\xfb\x88\xee\x08\xad\xb9\x34\xd5\x5f\xd1\x47\x53\x72\x1c\x3c\xef\x2d\xa8\x51\x21\xfd\xd2\x5f\xf9\x28\x0b\xd7\x89\x27\x99\xcf\xdd\x2b\x06\x35\x24\xf6\xd1\xde\x33\x69\xb4\xc2\x1b\x69\x94\xf0\xb9\x9e\xbd\x34\x8a\xc8\xc0\xcc\x64\xf4\xbf\xfe\xcf\xff\xdb\xc9\x80\x2a\xea\xcf\x2c\x07\x33\x4a\xf5\x35\x6d\xb7\xc9\x66\x7e\xd2\xb3\x72\xcd\x2a\x77\x43\xdd\x33\xe5\x9e\x36\xf4\x2a\xd1\x36\x7d\x7d\x2b\xa7\x18\xa5\xfe\x83\xbe\xa6\xed\xa3\xba\xa1\x46\xb6\x5d\x3a\x98\xda\x7a\xe2\xc3\xdd\x26\x7d\x04\x8e\x15\xe6\x11\xd8\x9d\x51\x30\x9c\xc6\x6a\x09\xac\xfd\x40\xc3\xce\xd2\xda\x5f\xf6\xbe\xb1\xba\xc1\x62\x4c\xeb\x56\xdd\x71\x1c\x4e\xdc\xc5\x34\x8e\x61\x8e\x99\xbf\xab\xe7\x40\x30\x0b\xe3\x9b\xa4\xb6\x62\x22\x48\xca\x47\xa3\xf3\xd9\x74\xde\xb7\x55\x99\xb7\x7b\x6a\xfa\xd5\x74\x4a\xd2\xd6\xa9\x3a\x0e\x3e\xfd\xdd\xa3\xe9\x94\x1c\x8f\x8a\xa5\x47\x6e\x4f\x7b\xcf\x06\x77\x0c\x6f\x1a\x9f\x9d\x01\x60\x61\x17\xcf\x20\xbd\xac\x68\xc9\xf9\xba\xd6\x28\x30\x16\xfa\x2c\x55\xcf\x22\x5f\x4a\x4c\xe8\x87\x7f\x53\x66\xac\x05\xc6\x93\x75\x7e\xad\x63\x27\x3d\xcd\xaf\x9d\x44\x38\xff\xff\x5e\x22\xdc\x92\x7d\x0a\x13\xc2\xcb\x3d\x7f\x23\xe3\x3f\xa2\x4a\xfe\xbb\x02\x5e\x79\x9f\x80\x57\xf6\x09\x78\xc1\x89\x7c\xcf\x45\x06\x8d\xfb\x4f\xcf\x96\xe0\xd7\x7a\xbd\x4f\xd5\x3d\x4b\x3f\xd9\xf3\x23\x68\x89\x3a\xe0\xa1\xc3\x3d\xe9\x41\x03\x6d\x43\x8a\x02\x21\x05\x50\xd1\x6e\x5e\xdd\x03\x37\x4a\xbb\x12\x72\xcf\x7a\xbf\x34\x6a\x80\x40\xf0\x2f\x02\x93\x0e\x34\x71\x6b\xc9\x99\xfb\x8a\xf8\x12\xe7\xd3\xf2\x79\x6d\x74\x69\x9d\x9a\xb2\x95\xcc\xaf\xf9\x33\x44\x13\x1f\x80\x20\xdc\x27\xe6\xc1\xbc\x77\xdb\x0c\x23\xbe\xd0\xca\xbe\xd3\x81\xaa\x1f\x8f\xaf\xb8\x4a\x7e\x9e\x27\xe5\x67\x09\xa5\x8f\xa6\xec\x3d\x92\x5b\xee\x99\x9b\x66\x32\x1b\x68\xca\xea\x24\xb1\xbc\x48\xdd\xc5\xa7\x8a\xa4\x25\x85\x4a\x9e\xc2\xef\xa3\x03\xc8\x70\x2c\x9c\x93\x22\x55\x28\x12\xfe\x3e\x2f\x79\x12\x40\x82\x1a\x5e\xbf\xa4\x9e\x18\xd0\x42\x83\x8e\xed\x73\x85\x0c\x2a\x88\x19\x5d\x9d\x33\x9b\x8b\x16\xf6\x8e\x5f\xe7\x05\x7b\x0a\xd8\x52\x3e\x8a\x68\x05\x58\x5c\x41\xca\xc8\xd5\x6a\x24\xc2\xe1\xe4\x98\x30\xba\xfe\xec\xf8\x2d\xa9\xe1\xeb\x89\xea\xfb\x3c\x14\x28\x73\x17\x09\xd0\xd6\x30\x10\x00\x42\x00\xf5\x30\x31\xb1\xf3\xd8\x34\x0f\xdf\x1d\x1e\x4d\xa7\x97\xfa\x11\x8a\x45\x50\xb4\xef\x35\x7a\x7a\x2f\x61\xcc\x99\x75\xd3\x48\xc4\x30\x7f\xe2\x7a\x95\x88\x50\x52\xcd\x44\x38\x7f\x5a\x74\xad\xb6\x98\xdb\x31\xb2\x3a\xac\xb6\x5d\x29\xbf\x0e\x00\xef\xd5\xfe\xac\x5c\x27\xee\xb3\xae\xee\x45\xfa\xf2\x80\xa1\x08\x04\x02\x71\x8c\x12\x0c\x4d\xf1\x15\xa7\xf6\x9b\x4c\x80\x5a\x7b\x35\xfc\x2e\x13\x40\xd3\x77\x13\xbe\xbf\x8d\x68\x6e\xff\x54\x0d\xe6\x9f\x27\x78\xb7\xc2\x20\x3a\xb4\x6e\xe2\x0f\xb4\x2c\xc3\x4a\xd6\x02\xf9\x06\xe5\xa7\x25\xcb\xe0\xb0\xa1\x5f\x70\x1e\x1c\x92\x07\x4e\x18\xc7\x49\xa2\xab\x6a\x1a\x0b\x61\xaf\xea\x7b\x8d\x27\xc4\x93\x86\x52\x9b\xf7\xf2\x50\xc8\x7c\x5f\x70\x8f\x28\x73\x42\xb0\x1f\xed\xef\xba\x83\x74\x96\xb3\x41\xe5\x4e\xfe\xdd\x39\xa3\x25\xfb\x91\xdb\x89\xe1\x1a\xd5\xe1\x07\x0c\xdb\x99\x79\x20\xa0\x8a\xb2\x06\x25\x37\x06\x0b\xd4\xfc\xd6\xe5\x06\x06\x16\x72\x72\x99\xad\x9b\x66\x98\x37\x4d\x8e\x3f\xa7\x80\xee\x74\x85\xb8\x4f\x0e\x40\xcd\x64\x5c\xdb\x0c\x00\x34\x33\xf6\x5e\x6f\x5d\xa3\xf6\x13\x9a\x85\xc9\xf0\x01\x48\x7e\x9a\xc6\x02\x3b\xf4\x2d\x0d\x3d\x30\x8e\x57\xdc\x93\xea\x50\xca\x38\x76\x00\xbd\x56\x34\x83\x5e\x23\x43\x5d\x4f\xc1\xea\x85\x83\x3e\x59\x5a\x3b\x8d\x15\x2b\xc0\x68\x74\x8e\xff\x2c\xf0\x1f\x57\x30\x85\x84\x41\xc6\xee\xca\x6a\xcd\xd3\xd5\x62\xe5\xf2\x28\x1a\x59\xfb\x89\x8f\x96\x63\xef\xaf\x2f\x97\x47\x03\xbc\xac\xbf\xaf\x17\xd3\xa5\x6f\xac\xba\x78\x64\x6b\x99\x1e\x07\x52\xdc\xde\xe1\x9b\xf8\x43\xa5\x31\x2f\xa9\x89\xb7\x4b\x33\xf7\x43\x65\x04\x72\xdf\x0d\xd8\xe6\xbb\x6d\x1c\x6c\xff\xb9\xba\xd8\xb5\x8d\x58\xbb\x56\x42\x37\x36\x6f\xdd\x34\x7c\x92\xad\xd7\x88\x73\xbc\x01\x09\xa5\xbe\xcd\x1e\x17\x05\xa4\xd6\x70\xc5\xfb\x65\xe8\x01\xa3\xb4\x2b\x16\xc5\x6d\xba\xb9\x57\xe8\x00\xf1\x46\xf1\x60\x28\x5a\xf4\xdc\xe1\xc7\x82\x09\x22\x72\x93\x3b\xbe\xbb\xe4\xc2\xdb\xed\x8a\x11\x6d\x97\x3f\x21\x39\x0e\x5e\x72\x6d\x8c\x5a\xd2\x45\xad\xed\xa7\xbf\xbc\x85\x6c\xeb\x2b\x8c\x34\x27\xac\xa8\x9d\x46\x6a\xea\x61\xc2\xee\x07\xa0\x39\x92\x23\x3c\x02\x69\x3f\x75\x08\x18\xdf\x97\x55\xd2\xde\xf5\x27\x95\x5c\xad\x72\x27\x55\x5e\x8a\xad\x6f\x4d\xf2\x67\xd2\x9d\x41\x1f\xc2\x70\x40\x62\xfa\xe1\x86\x43\xc2\x43\x7b\xd0\x87\x7d\xea\xd3\x8b\x44\x1c\x90\x24\xf5\xd6\xd0\x9d\x7a\x51\x3e\x5b\xe7\xb2\xea\x09\xcb\xd2\x3f\x02\x78\x17\x78\x04\x23\x94\x4e\x4b\xd6\x22\x1f\xea\xba\xdb\x55\xe5\xe3\x72\xc5\x6b\x89\x0f\xbc\x2c\x2f\x9d\xb3\xc9\x3f\xf5\xbc\xaf\xf3\x6b\x2a\x49\x8f\xbe\xe7\xf3\x94\x3d\xa6\x0e\xc7\x21\xf6\x6a\x6f\x54\x09\xa3\xb8\xf9\x94\x9a\x6a\x9d\x5f\x7f\x5a\x43\x75\x9f\xd6\xc6\x3b\x56\x78\x64\xdb\x53\x9e\x90\xb9\x15\x70\x7a\x53\x9c\xfe\xe6\xee\xe5\x7f\xe3\x4c\x04\x30\xd3\x9f\xaf\xe9\x79\x20\x4d\xdd\x2d\x15\x4f\xc2\xdb\x1d\xa3\xa1\x22\x89\x9f\xac\x5b\xa2\xde\xa5\xdd\xcd\xcf\xdd\x62\x96\x11\x71\xe7\x62\xd8\xc6\xe1\x56\x89\x40\x64\xbd\x73\xd1\x29\x84\xc9\xaa\x98\x3d\x1c\xc3\x1e\xe8\x6e\x5b\xa0\x53\xcd\x37\xfe\x91\x09\x66\xa3\xa5\x92\x6c\xa9\x7a\x8c\xee\xc7\x23\x83\x86\x6e\x77\xe8\xe0\x67\x32\x2a\x83\x53\xd4\x5d\x1b\x72\x2a\x4e\xe4\x7e\x6e\xa5\x34\x65\x4e\xf2\x29\x22\x8e\x4b\xf0\xe0\x0b\x42\x4f\x3c\xe7\x89\x34\xd2\x66\x30\xa2\x56\xef\xe0\x44\x20\x07\x03\x3c\x0d\x31\x3e\xbe\xfd\x7b\x13\xfc\xfa\xa8\xc7\xd9\x76\x36\x82\x1b\x26\x88\x27\x8c\x9c\x1d\x64\x14\x1d\xfe\x0c\xde\xb3\xe8\xd7\x5e\x01\x3a\x89\x91\x3c\x03\xa6\x8b\xb0\xce\x23\x4d\x53\x69\x00\x53\x87\xe7\xed\xeb\xc4\x72\xed\xc6\xe3\x7f\x31\x65\x2c\xe1\x4c\x08\x00\xfc\x43\x34\x1f\x82\xd6\xf2\x6f\xf2\x04\x0b\x2a\xb6\x03\xfd\xdf\x6b\xe6\x52\x4a\x08\x59\xa5\xf8\x13\xbf\x28\xef\x14\xe5\x8a\x63\x82\x70\xa6\x7e\x1c\x54\xb4\xa8\x87\x66\x2b\x87\xe1\x75\x30\x7d\x73\x38\x73\xc8\x7f\xb9\x01\xd1\x95\xf6\x60\x79\x9a\x5f\xc3\x8e\xc5\x37\x3e\x74\xa4\xf0\x3a\x72\x18\xcd\x74\x57\xf4\x37\x2e\x15\x3a\xd3\x87\x6d\x6c\x30\x04\x60\x05\x5c\x18\x9e\xb6\xa9\xbd\x43\x76\x8a\x22\x88\xd5\x41\x6b\x1d\x35\x02\x1e\xf2\xea\x11\x92\x01\xb1\x73\x02\xa6\x43\x82\x26\xd8\x33\x1f\x9c\xdb\x3d\x0f\xaf\xda\xb1\x41\xd1\x3b\x74\x60\x25\xb7\xc6\x63\x29\x8a\xf0\xf5\x66\xa2\xcb\x1b\xc0\x64\x2d\xa2\x49\xcc\x23\xf2\x8a\x46\x11\x21\xf4\xba\xca\xd7\x49\x35\x62\xda\xc3\xbe\xa0\xab\xbe\xc6\x10\xe8\x0c\x9b\x5b\x11\xcd\x44\x42\x10\xad\xf5\xcb\x4c\x7c\x00\xa4\xf8\x12\x43\x5d\xe8\x28\x17\x34\xd9\xb3\xd1\xaa\x27\xd2\xd0\x03\x3e\xc9\xd7\x8c\xed\x8f\xc4\x12\x35\xe8\xc3\xc6\xbd\x87\x0a\xb6\x51\xdb\x07\x10\xbb\x00\xe5\xab\x1a\xb1\x67\x06\xc1\xbf\x40\x74\x8f\x62\x22\x2b\x82\x42\x96\x5a\x3d\xd5\xf3\x4d\xa2\x43\x53\xb0\xee\x00\x70\x0a\x8c\x14\x31\x32\xda\xdb\x41\xe8\xbf\xd0\x83\x79\x0e\x36\xbd\x87\xc4\xcf\x01\x53\xdf\x87\xff\x48\xf6\x82\x37\xeb\xfc\xba\xd9\x93\x3f\x3d\xcc\xf1\x45\x8e\xeb\xf6\x43\xb6\xe3\x08\x55\xa1\x4e\xb9\x71\x1d\xf8\xb2\xbb\xac\x5b\x9d\xf2\xb3\xd1\x5c\x0f\xb7\xa6\x63\x19\x0e\xba\x86\xbd\x43\x68\x35\x62\x1a\x72\x1b\x74\xb8\x67\x6a\xaf\x50\x39\x64\xe2\x8c\x40\xe0\x5e\xef\xd4\x18\x9f\xdb\x63\x22\x69\x4d\x57\x34\xa3\x05\x21\x74\xad\xe6\x0f\x09\xd6\x96\x27\x99\x5e\xa9\x82\xde\x98\xd4\x22\x44\x16\x26\x67\x1b\xab\x77\x8d\xe3\xb5\xfd\x7d\x46\xf2\x4d\xb2\xab\x92\x0d\x61\x6c\x57\x25\x6b\x42\x36\x93\x7d\xb5\x4f\x08\x5d\xeb\x7f\x8b\xf1\xd8\xca\x29\xd5\x2a\x0e\xd9\x7a\x31\x5d\x6a\x77\x84\x0d\xe2\x00\x43\x71\xf3\x2b\x1b\x8d\xac\x62\x7a\xcb\xa6\x74\xcf\xa6\x74\x07\x1b\x80\x5e\xc3\xb7\xf4\xca\xa9\xaa\x77\x46\x11\x70\x6d\x55\xd5\xdb\xf3\xab\x38\xde\xf9\x9a\xe9\x2d\x61\xec\x3a\x4c\x38\x23\xa3\xd1\xd6\x2e\xf7\x2d\x83\x21\xd0\x4b\x1c\x03\x7d\xef\x1a\xb0\x96\xdd\xea\x1c\x6e\xac\xc3\x46\x3a\x25\xf4\xd2\xcf\x5a\xfb\x59\xe4\x6c\x7f\xfe\x3e\x8e\x6f\xfd\x36\x6d\x45\xfb\xf1\x8c\x30\x76\xe9\xe7\x5d\xfa\x79\xaa\x6b\xfb\xc1\x66\xb1\xf1\xe0\x55\x6f\x2d\x24\xa2\xab\x86\x50\x35\x27\x78\x32\x30\x77\x8b\x47\xf6\x86\xc1\x92\x6e\x09\x7d\xc6\x60\x51\x6d\xdf\x60\x74\xb6\x82\xd4\x21\xc3\xb9\xc5\x6d\x1a\x55\x61\xd3\xec\x79\x72\x43\x9f\x91\x79\xf2\xad\xd0\x3b\x62\x43\x6f\xe8\x33\x6a\xc3\x53\xd1\xe1\x94\x18\xe7\xbf\xfb\x55\xd7\xfd\xd2\x9f\xb6\xd9\xda\xfd\x85\x7b\x92\x3b\x9f\x76\x18\x0b\x27\x83\xd3\x92\x2e\xa3\xf6\xee\x48\xbb\xc2\xe2\x84\xf6\x7f\x0e\xe6\x33\x21\x87\x4c\xdb\x3c\x35\x39\xd2\x76\xed\xdd\x08\xa0\xab\x5d\x20\xd2\x9a\x7f\xe7\x78\xd9\xdf\x25\x31\xbf\x49\x8a\x02\x3c\x80\xf2\xc8\x64\x36\x64\xdc\x09\xff\x40\xcb\x6d\x3e\x7a\xcf\x89\x27\x61\x51\x65\xe9\x14\x1f\x63\x1d\x85\x49\x20\xfa\x9d\x68\x42\xf8\x4c\xe7\x32\x4d\x31\xfb\xad\x07\xe0\x8b\x6e\xac\xae\x9e\x01\x35\xcd\x89\xce\xbd\x91\x42\xcd\xa7\x22\xd8\x4f\xf4\xf6\x4f\xcc\x6b\xde\x9c\x87\x39\x98\xf4\xa8\x5f\xa9\x4b\x24\x74\x4a\xee\x57\x14\xd9\x85\x68\x8f\x09\xdb\x0c\xec\xe1\x78\xc7\xac\xe1\xb2\x6a\xd9\xa8\x9d\x56\x2c\x4d\x8f\x81\x2a\x89\xd0\x57\xa8\xf9\x7a\x83\x98\x1d\x77\xc6\xe6\x21\x7d\xc3\x69\xeb\xa2\x49\x3f\xf0\x23\x7d\xe9\xeb\xa1\xee\x34\xc7\x76\xea\x7d\xa5\x81\xfb\xc2\xa8\x05\xcb\x23\x45\xc8\xda\xb6\xd1\x27\x67\xc0\x21\x3a\x74\x07\x50\xb2\xd8\xef\x86\x2c\xac\x47\xb1\xf4\x01\xac\xa0\x2e\x10\xa4\x39\x6e\x30\x04\xa9\xe8\x96\x04\xb8\x0a\xc3\x9f\xf8\x9d\x5f\x82\x1f\xae\xfd\x4b\xf5\x0a\x45\x77\xc2\xe0\xc7\x96\x06\xd1\xd8\x08\xf5\x04\xda\x23\x97\x1a\xd7\xd8\x9a\x3a\xba\x17\xe5\x9a\xf3\xfd\x93\x6a\x1f\xcc\x9c\x8b\xd8\xb9\x58\xd2\x7b\xbb\xc9\x17\xd2\xa2\xca\xee\xb4\x48\xd0\x76\xd0\xc2\x2b\x77\x73\xb0\x3b\x83\x4e\x5c\x83\x60\x5e\xd5\xa1\x6b\xab\x01\xfb\xbb\x69\x03\x8b\x86\x3d\xe4\x1a\xdd\xd1\x6f\x9c\x2f\x0d\xd8\xa2\x5b\x5e\x67\x01\x6a\xec\x5f\x5a\x92\x66\xf0\xcf\x65\x9c\xb4\xb1\xa6\xbb\x4d\x0a\xb3\x76\x25\x0b\xc1\xa7\x75\xac\x09\x49\x4b\x2f\xcc\x44\x1c\xef\xd1\x86\x0b\x24\xa8\xe7\x6c\x4a\x6c\x0c\x00\xfc\x31\x9e\x1d\x8f\xf4\x9f\xc1\x4e\xc7\x50\x89\x9d\x6d\x7e\xa5\xe7\x58\xef\x04\x1b\x6f\x83\x1c\xa9\xac\x7a\xca\x5f\x9f\x2e\x0f\xf3\x73\xea\x24\x79\x31\xf5\xbc\xef\x35\x86\xac\x2b\xb1\xda\x86\xf9\xab\xed\x11\xa3\xb8\x5e\x4a\xfa\x5e\x6a\x9f\x2d\x1b\x03\x17\x1c\x97\x6c\x58\xea\xa9\x17\x56\xf5\x46\xf6\x62\xa9\xd0\x4c\xbb\x0b\x73\x17\x7a\xcf\x44\x9a\x39\x30\x8e\xde\xc2\x1c\xbd\x85\xf3\x4d\x22\xcf\x0f\xf3\x24\x67\x53\x5a\xb1\x99\x8d\x44\x45\x52\x79\x5e\xcc\x2b\x96\xe4\x4c\x8e\x0f\x64\x34\x4b\x93\x5a\x11\x50\x23\x04\x06\x30\xbc\x22\x8e\x55\x35\x5f\x2e\x2f\x24\x62\x9e\x24\x15\x2b\xc6\x07\xf5\xb2\x91\x17\x2a\x37\xc9\xac\x83\xa0\xb5\x4c\x40\xbb\x0f\x68\xff\xd1\x92\x1e\xa0\x16\xc1\x18\x18\xd7\xd4\x5c\x00\x3e\xe2\x1c\x3b\x91\x9a\x8f\xa1\x26\x41\xa8\x71\x4c\x43\x00\xba\x9c\xa0\x07\x2f\xf4\x62\xfc\x68\xc9\x54\xa5\xe3\x2f\x97\xf8\xf7\x6c\xe9\x55\x78\x46\x54\x8b\x8f\x46\x49\x3d\x66\x5f\x92\xa5\x0b\xb8\xa5\x38\x78\xe3\x1b\x27\xe2\x38\x67\x30\x00\xac\xf7\xdc\x0d\xd7\x0c\x14\x9a\x18\xfd\x79\x19\xc7\x43\xf5\xe3\xab\x6e\x1b\x09\xcc\xb5\x1a\x9a\x1d\xbb\x89\x56\xa8\xbd\x32\x41\x66\xae\x55\x95\x69\x0e\x38\x71\x15\x35\xf2\xea\x34\xa3\xce\x53\x38\x3d\x50\xe3\x41\x9c\xfa\x86\x26\xcf\x1c\xe2\x89\x16\xbb\x83\x90\x28\xc0\x85\x60\x77\x47\xca\x3b\xee\xe8\x1a\xbf\x06\x62\x38\x91\x90\xd6\x86\xf8\x14\x40\xbf\xda\x48\x13\x72\xc9\xee\xfc\x90\x86\x2d\x14\xdc\x16\xf8\x01\x36\xf6\xe4\x04\x74\x01\x19\xb4\x9b\xef\x8b\xa1\xa5\xba\xf1\x4c\xb6\xe2\x81\x2d\xe4\xd2\xb3\x24\x7a\x05\xbd\x80\xbe\x78\x98\x5b\x88\x89\xa2\xee\xff\x5f\x74\xc4\xfa\x30\xe7\x2d\xff\xa8\xbd\x41\x3a\x59\x0e\x48\x25\x04\xfb\xf1\xbd\x5a\x83\x48\xc2\xbb\xec\xa3\x7a\x90\x7b\x62\x16\x1a\x0e\xf9\x87\x03\x70\x22\x75\x2b\x56\xe0\x1b\xe9\xc8\x87\x96\x39\xed\xb3\x2b\xfe\xab\x11\x96\x25\x56\x79\x6f\x7e\x68\xf5\x7d\xd3\xd8\x9c\xcb\x6a\x7d\x4b\xbc\x18\xf3\x5e\x24\xc2\xfe\xda\x7f\xfb\x4f\x6b\x0f\x70\x7b\x3e\xc8\x00\x6e\x53\x4e\x6e\xf2\xf5\x15\x97\x0e\xdf\x1c\xa3\x91\xd8\x74\x87\xcd\x95\x13\xbf\xfc\x22\x5f\x4e\xb2\xcb\xea\x9a\x1b\xc9\xc5\x2f\x65\x90\x49\x06\x88\x01\xcb\x2a\x6a\xf0\x08\x46\xac\x82\x77\xb7\x9a\xd8\xc8\x8b\x9e\x26\x06\x08\xd7\x11\x15\xd5\x2a\x2b\x22\x13\x7c\xf9\x43\x9e\xa0\xde\x4f\xa7\x33\x56\xce\xb3\x11\x3b\xf8\x2e\xbd\x69\x36\x6e\x41\x9e\x68\xf1\x7e\xa4\x66\x2c\x02\xbb\xec\x08\xe7\x10\x5a\xd4\x4a\x3c\xde\x63\x28\x71\xca\x20\x33\x1b\x01\xd4\xfa\x7e\x94\x78\x15\xcd\xa7\xa9\x5a\x25\x32\x30\x48\xc7\xe0\x49\xd4\x2a\xf1\x06\x4a\x68\xa0\x5c\x76\xa0\x02\xdd\x59\x47\xec\x60\x7c\x8c\xf4\x14\x65\xde\x14\x65\xd4\x0b\x94\xf3\xd6\x87\xcc\x01\xef\x2b\x66\x05\x37\xda\xfd\xbc\x64\xda\xa9\x17\x0c\x6a\xd1\x54\xd6\x0c\x5e\x90\x72\xcc\x54\x2f\x68\x3e\x66\x8f\x7d\x64\x02\x3b\xa5\xa2\x69\x86\xa2\x1b\xec\x0e\x61\x6f\x4f\x3a\x6e\x8d\x58\xa5\x1b\x1d\x21\x7c\xa7\x8e\x14\xf7\xef\xcc\xab\xef\xe9\x5e\x8e\x33\xe7\x99\x9c\x8f\xc1\xb9\xcb\x23\x57\xaf\x03\xb0\x12\xc3\x5d\xc1\x9e\x69\x47\x6a\x24\x14\x36\x78\x49\x77\xf8\x0f\x04\x59\xcc\xc3\x28\x38\x3f\x7a\xd5\xd1\x8a\xdc\x39\x1c\xc3\x44\x52\xab\xe8\x05\x84\x94\x9c\x4a\x9a\xb5\x02\x39\xd2\xca\x41\xa6\xcf\x71\xe5\x99\xf6\x54\x36\x1e\xcb\x7a\x43\x98\xbe\xd4\x41\xf3\xb5\x0f\x47\x73\x40\xfe\x57\x20\xca\xec\xff\x78\x64\x05\xf7\x8c\xfd\x5e\x25\x82\xc4\xb1\x8c\x63\x9d\x7b\x7e\x58\x48\x75\x39\x22\x20\x6d\xc2\x19\xcf\x12\x55\xc3\x78\x2c\x97\x64\x9c\xd8\x3a\xe6\xd3\x74\x46\x68\xa9\xc8\x59\xca\x19\x94\x52\xf5\x9c\x1f\x3c\x37\x74\xaf\xca\x91\xa9\x52\x5d\x45\xd0\x2a\x3b\x2c\x46\x23\x55\xa7\xad\x52\xd5\xa6\xea\x8c\x63\x10\xf6\xca\x2a\x8e\xf9\x85\x00\x96\x6f\x9e\x25\x7c\x3c\x23\x69\x06\x2e\xa4\xc7\x92\x69\x28\xf7\x30\x7e\x26\x44\x70\x00\xf0\x9f\xd2\x9e\x1a\x8c\xa0\x59\x00\x66\x3c\xc8\xb3\x0e\x66\x6b\x67\x89\x0e\xc1\xbe\x62\x75\x52\xd0\x2c\xc3\xd8\x0e\x7e\x44\xac\x21\xfb\xb5\x8a\xe3\x64\x85\xd0\xd1\x50\xec\xd7\x8a\x10\xba\xf2\x22\x30\x06\x58\x43\xd3\x81\x84\xa8\x54\xd8\x2f\xdf\xad\xbd\x75\x3d\x08\x16\xa0\x06\x7c\x01\x01\x14\x4e\x07\x06\xfd\xa0\x46\x31\x0a\xa8\x52\xb0\xb7\x0d\x7c\x03\xc2\x36\xe4\xd6\x73\x7d\x54\xea\xbb\xdd\x0f\x4a\x27\xdb\x11\x82\x4c\x88\x7f\x03\x03\x36\xf9\xf8\x23\x2f\x58\x09\x38\x6e\xf9\xa4\x3a\xc8\x3a\x5f\x23\xe4\x51\xee\xc5\xaa\xeb\x83\xfd\x83\x78\x0b\x62\xd4\x4b\x2e\xc9\xb9\x65\xd1\x5f\xca\xa4\x34\x98\xff\x74\x38\xa5\x06\x0d\x28\x67\x8f\xf3\xa4\xa4\x02\x15\x06\x88\x97\x59\x9a\x60\x67\xf9\x26\xc9\x2f\xaa\x6e\x15\xb6\x04\x45\xb0\xbc\x30\x14\xfb\x70\x4a\x67\x64\xe0\x30\xb3\x3d\x5c\x1d\x28\x9e\x93\xb3\x33\x73\x1a\x7f\x50\x43\xca\xe0\x3c\x0a\x42\x0f\xec\x45\x99\x64\x6a\xef\x1c\xe2\x58\xc7\x6a\x98\x9a\xf8\x98\xc3\x43\xd3\x0c\x93\x7a\xb2\xda\x5e\xa0\xf0\x77\xb2\xda\x36\x4d\x0d\xbc\xbb\x4d\x88\xe3\x1a\xa6\xd2\x8b\x03\x51\x0f\x72\xf6\x26\x4f\x32\x56\x4c\x64\x65\xc2\x40\xdb\x39\xfd\x41\x76\x85\xf5\xf9\x18\xee\x28\x23\xb1\x7f\xf4\x85\x9b\xdb\x1e\x97\x53\x7a\x60\x1a\xfd\xca\xc7\x0e\x2f\x03\xb7\xdb\xad\x56\x0f\xe1\x1d\x49\x25\x3d\x38\x5a\xc3\x86\x53\x5a\x5d\x18\x20\x0a\x0d\xf0\x30\xae\xd3\xea\x1c\x5c\x62\x75\xc2\xa8\x4e\x93\x0c\x01\x00\xc0\x9f\xf5\x88\xc7\xe8\x2d\x74\x74\x63\x00\x8b\x4c\x30\x7c\x26\x33\x95\xbe\x65\x02\xfe\xdd\xb3\x22\x59\x13\xba\x63\x19\xbd\x66\x45\xb2\x25\xf4\x8a\x81\xfd\x5e\x79\x71\xed\xad\xae\xa0\x5b\x7a\xa5\xd6\x0e\xb8\xed\x33\xb8\x9d\x56\xf3\x2d\x63\xeb\xa6\xd9\x32\x76\x50\x74\x74\x4d\x67\x24\xdd\x8e\xd7\xe7\x6c\xe6\x1e\x39\xb7\xac\x3c\xdf\x37\x4d\x39\xde\x9f\xb3\xeb\x71\x39\x5f\xa7\x5b\x7a\xc9\xca\x71\x72\xcb\xd8\x7a\xbe\x4f\xaf\xc9\x19\x40\xf7\xf8\xa8\x3d\xb7\x08\xd4\x73\x3b\xf0\xdb\xbf\xa5\xf0\xc5\x2e\xbd\xa2\x97\xe7\xe3\xd9\x7c\x3c\x4b\x2f\x2f\x66\x10\x30\x13\x06\xac\x45\xb4\x2b\x9e\x17\xc9\xe6\xe1\x23\x42\x6f\xd8\x7a\xf4\x5e\xab\x23\x6e\xd8\xda\x6e\xb5\x67\x6c\x7a\xf6\xec\xfc\xfd\xd9\x68\xf4\x8c\xdc\x60\xcf\x6f\xe8\x0c\x2b\xf9\xc8\x8a\xe4\x86\x0c\x3e\x5e\x94\xf3\x64\xcb\x6e\xe8\x35\xfb\x48\x93\x2b\x96\xa9\x47\xcd\xf5\x88\xcd\xf8\x97\x6a\x46\xdf\x93\x34\x59\xb3\x1b\xba\x67\x1f\x61\xe2\x36\x63\xf6\xde\xdf\x38\x4f\x65\x80\x65\xc3\x3b\x6c\x6c\x1b\xec\xd0\xe5\x18\x6d\x0d\x63\x97\x92\xdc\x5d\x62\xd0\xe8\xbd\xe0\x51\x9b\x05\xff\xf3\x7f\x9f\x8d\x46\x92\x5c\xca\x00\x51\xb9\x05\x8b\xaf\xea\xfd\xa1\x5a\xf3\x04\xc1\x72\x5a\x85\x55\xd5\x97\x80\xff\xff\xef\xd4\x72\x0c\xa0\x18\x2f\xa5\xd1\xa4\x5e\xca\x00\xf2\xf1\xe1\x57\x53\x0b\x19\x07\x40\xe3\xdd\xb1\xaa\x47\xe2\x13\xaf\x32\xc0\x51\xf7\xe2\x39\xbf\xe8\x9f\x46\xfb\x4e\x68\xcf\xa2\xcd\xd0\x36\x15\x3e\x56\x90\xfd\x2f\x22\x54\xd8\x49\xa5\xea\x75\x32\x08\x06\x24\x88\xe5\xb1\x4e\x39\xba\xe7\xcc\x40\x3a\x1a\x90\xa0\x87\x33\x3b\xd8\xfc\xe2\x91\x37\x58\xf7\xa6\xc9\xe1\x46\x9c\x4d\x61\x9b\x7d\x2f\xe9\x37\x92\xfe\xa1\x03\x24\x7f\x2d\xd9\xd4\xd1\x87\x6f\xf5\x43\x0d\xf4\xc2\xec\x6e\xb5\x4b\x39\x60\xc1\x19\x11\xa7\xa2\x3b\xea\xbd\x89\x73\x98\xa2\xce\x10\xaf\x15\xea\x61\xe2\xa9\x72\x5e\x70\x2a\x84\x90\x93\xb7\xea\xc2\x53\x59\x88\xaf\xf7\xea\xf2\x9f\x35\xe6\x84\xc1\xa8\xbe\x05\xf1\xb6\xe8\xcd\x7b\x92\x81\x4c\x7f\xda\xb5\x53\xb0\x2d\xbe\xc4\x37\x16\x74\xd5\x3e\x76\x74\x0c\x61\xf3\x3c\x09\xff\x7c\x5d\xe9\xb6\xd0\x90\x45\xd1\xb2\x75\x3a\x1a\x7d\x2d\x8f\xf4\x0f\x39\xff\x43\x4e\xaa\x7d\x6d\x02\xe1\xc3\xc4\x90\xd4\xe0\x00\x56\x37\x65\xfd\x5c\x54\x87\x3d\xfb\x43\xb2\xbb\x6a\x5f\xa7\x0b\x9d\xb5\xa4\x6b\x5e\x64\xb7\x7c\xad\xba\x7c\x99\xad\x3e\xd4\xe9\x62\xe9\x1d\xd3\x9f\x02\x0c\xeb\x56\x6d\x20\x6c\x01\x9f\xe7\xa4\xeb\x11\xc0\x27\xed\x9a\xa9\xe2\x36\xd6\x15\x42\x9b\xb5\x63\xb7\x2d\xc4\x72\xb2\xca\x8a\x22\x09\xe1\x96\x0d\xd4\x64\x65\xcd\xfd\x82\xf8\xae\x2a\x7d\x51\x2e\x51\xe7\xde\xbf\x3e\x28\xfb\x68\xe7\xe2\x0a\x9d\x9f\xfa\xc8\xb4\x45\x4e\x15\x58\xf4\x57\x38\x1a\x79\xa3\xa0\x39\xc4\x4e\x3b\xde\x6c\xf3\x82\x27\x6e\xc0\xe4\x48\x12\x49\x8e\x9b\xbc\xcc\x8a\xe2\xf6\x4e\x6f\xf1\x4e\x64\x3b\x6f\xc8\x30\x43\x30\x56\x35\x4b\xda\x56\x07\xbe\x3a\x0b\x66\xde\x91\x3f\x98\x19\xda\x13\x24\xef\x5f\x32\x51\x73\xdd\x11\x6e\xfa\x65\x4a\xa6\x8a\xd0\x52\x47\x6e\x5b\x3f\xd5\x21\x4f\xca\xc9\xee\x50\x4b\x3c\x3b\x71\xfc\xf7\xa4\x04\x6f\x0f\x5d\x4a\xd3\x84\xfb\xea\xfd\xf9\x33\xda\xfe\xe5\x33\xca\x3c\xd7\x65\x70\x1e\xbd\x38\x9e\xe1\x66\x0d\x2c\x3e\xce\xfa\xb7\xa8\x86\xa8\x18\x4a\xcf\x2f\xe9\x49\x91\xef\xf7\x7c\x1d\xc7\xd2\xb9\x24\x21\xd9\x06\x32\x05\x16\x29\x21\xd6\x2c\xeb\x2f\x39\x96\xbd\x20\xb3\x54\x6a\x5a\xf4\x8d\x22\x45\x22\x0c\x04\x03\x88\xb1\x1a\xca\x42\xbf\x37\x31\x7f\x97\x89\xab\xbc\xfc\x1a\x31\xa4\xc6\xed\x1e\xf4\x7d\x81\x2e\x85\x80\xbe\x8b\xbd\x0c\xeb\x6e\x8f\x17\xcd\x69\x14\xbf\xc3\x27\x01\x8d\x8a\xe3\xa7\x98\xea\x56\x9f\xf1\x89\x47\x6f\xd1\xca\xc9\x92\x55\x04\xbc\x03\xc5\x9b\xa1\x64\xe0\x78\xee\xe8\x18\x50\x7f\xef\x6f\x64\x3f\x3b\x46\x36\x61\x19\xcd\x7d\x5e\x58\x1b\x15\xd2\x34\xa2\x25\xab\x52\x6b\xd6\x8b\x83\x69\x86\xc4\x78\xb0\x87\x4b\x7e\xf3\xe0\x3b\xb0\x5c\xf2\x53\xef\xd4\x93\xc4\xeb\xbd\xd6\xd4\xa6\x41\x7f\x8e\x34\x18\xb4\x1f\xf8\xf5\x9e\x6d\x38\xe0\xad\x43\x15\xc7\xbf\xe3\xe4\x5e\x66\xc2\xc8\x19\xbf\x57\x29\xdd\xa1\x0d\xfb\xc7\x06\x93\x99\xad\xff\x79\xa8\x71\x99\xdf\x56\x6c\x27\x13\xe9\x2a\x70\xbf\x02\xeb\x04\xe4\x8b\xbf\xa4\x32\x14\x6f\x18\xf1\x62\x50\x63\xd0\x3f\x3d\x0b\x58\xd0\xfa\x94\x88\xfe\xbd\x2e\x3a\xb1\x82\x46\xad\xba\x47\x1b\x99\x48\x32\x92\x1d\xcc\x65\xd8\x72\xd9\xc7\x37\xf6\x7a\xf4\x71\x6c\x3e\x5d\xef\x78\xad\xea\x25\x84\x26\xed\x39\x87\x9d\xd5\xba\x99\x09\x9a\x25\xa2\x67\xc3\xda\xf9\x77\x8b\x53\xd1\xce\xb4\x81\x9b\x1f\xf0\xe1\x97\xd6\xc2\x0f\xcc\x39\x08\xfa\x05\xf4\x23\x94\x28\xe9\x13\x9e\x97\xbd\x93\x8f\x27\xb6\x35\x17\xe7\xda\x7a\xca\x26\xc4\xf1\x4e\x24\x7e\x34\xef\x2e\x34\xb5\x2b\xdc\xae\x0d\x0c\x13\xbc\x9d\xd0\x96\x00\xcf\xbc\x80\xde\x6a\xd4\x71\x6c\x7c\x39\xd8\x0f\x15\xf8\xd3\x0f\x2d\x43\xbc\xcd\xea\x6f\xd0\x0f\xa3\x93\x94\x10\x32\xe8\x99\x64\x75\x6a\xef\x8f\x3c\xd7\xf9\x44\x3d\x77\xfb\xd7\xd5\xf1\x7d\x43\x6d\x61\x86\x94\x95\xc4\xf1\xb7\x70\xd2\xdd\x46\x76\x94\xce\x9d\xc6\xbf\xf5\x94\x69\xef\x95\x38\xce\x25\xd8\x0e\x75\xb1\x4b\x3c\x76\xb2\x3b\x2a\x74\xc7\x04\x2f\x41\x30\x98\x10\x71\x7c\xcb\xdb\x11\x56\x9f\xdf\x43\x3d\x8c\xd9\x22\xaa\xa8\xdb\x5d\xff\x13\x74\x5d\xdf\xc6\x3a\xda\x90\x98\xdc\x6c\x39\x2f\x40\xfb\xf2\xab\x41\x22\xf5\x48\x9b\xf3\x0b\xf0\x77\xd2\x30\xa0\x74\xe0\x1b\xe5\x55\x13\x54\xfa\x9b\x46\x40\xe8\xd4\xac\x88\x73\x8f\x47\x6f\xd8\xf8\x50\xd3\xd0\x37\x3a\xee\xac\xf5\x02\x3e\x05\x80\xd5\xa9\x53\x23\x60\x75\xa8\x0f\xa6\x53\xaf\x35\x02\x4e\xeb\x9f\xf0\x3e\x56\xe5\x68\x6f\xc7\x83\x12\xdd\x49\xeb\x19\x2e\x90\xac\xee\xcc\xf6\x0f\xf8\x24\x4e\x57\xa7\x5a\x64\x2d\x4e\x90\x5b\xbf\xb5\x93\x03\x56\x99\x41\xc3\x3d\x43\xfe\x1e\x63\xda\x79\x24\xe3\x67\x00\x07\x0f\x76\x86\xe1\xc3\xbb\x18\xc9\x36\xd6\x55\x52\xfa\x22\x2c\xd4\xa2\x7c\x05\x11\xdc\xb5\xb4\x68\x38\xa3\x99\x0e\x51\x08\xc6\xac\x71\x2c\x86\x4c\xce\x11\x6e\x8d\xa4\x19\x3d\xb0\x9f\x44\xc2\xfd\x28\x64\x20\x44\x46\x59\x72\x2b\x3a\xd9\x9e\x82\x52\x82\x8c\x3d\x67\xc7\xde\xf2\x90\xae\x83\x2f\x19\x84\x4c\x32\x02\xb9\x2b\xf7\x08\xab\xba\xfc\x57\x41\x8a\x9a\x0a\x67\x2e\x7a\xf0\x37\x73\xb2\x57\xfd\x3c\xf8\xfb\xc4\x02\xe6\xb6\x2a\x1d\x17\xe4\x62\x06\xc1\xbc\x20\x00\x73\x58\x19\xee\x94\x64\xe7\xd7\xf6\xbd\xeb\x7b\xbb\x3a\x95\x35\x5e\x05\xf5\x0d\x2b\x34\x15\x34\x0a\x95\xec\x98\x48\xfa\xbd\x8e\x83\xdf\x62\xbb\x48\x5f\x86\xac\x5a\x2b\xad\xd9\x4f\x45\xbe\xfd\xd4\xbc\x46\xdc\x16\xe0\x95\x43\x5a\xd8\x41\x45\xe6\x10\x4d\x1c\xbf\xc6\xaf\x5e\x94\xb2\xfa\x39\xe7\x37\xce\x94\xf4\x3a\x44\xd8\x07\x15\xc0\xbd\x4a\x17\x9a\xe3\xe3\x09\x94\x3c\x23\x08\x11\x79\x3e\x9d\xe7\x6c\x38\xb5\xd8\xbf\x98\x7a\xa1\x41\x1d\x30\xf8\x0a\x52\x07\xef\x86\x6a\xa9\x0c\x03\x22\x82\xa6\x00\xc3\x99\x67\x26\x9c\xc7\xf1\x70\x6b\x76\xb0\x0b\x2c\x09\x40\x0c\xe8\xb1\xdd\x07\x4e\x62\x10\x48\xa0\xb3\x63\xe1\x49\x9a\xc7\x81\xa0\xbc\x1b\x89\x50\x3a\x9c\x5d\x35\x4e\x64\xe4\x85\x0b\x27\xd1\x82\x30\x91\x36\x0a\xa5\x45\x44\x79\xb4\xff\x78\x16\xa9\xe5\xeb\xaa\xa2\xc2\x70\x63\xb4\xd2\x2b\x6c\x56\x27\xc9\xdb\xea\xdf\xae\x0b\x75\x45\x8e\x6a\x8b\xe9\x40\xc1\x15\xe0\xfd\xdc\x5e\xf2\x6f\x01\xaa\xe4\x25\x98\x3d\xd7\x34\x33\xc9\x3f\x95\x5b\x3f\x03\xfd\x00\x3d\x58\xa5\xb3\xfa\xbc\x72\x0a\xd6\x9a\x54\x8b\x1a\x4d\xcc\x5d\x94\xa5\x3f\xe5\x89\x4a\xa5\xd1\x36\x5f\x73\xb4\xa8\xce\xa0\x8a\x10\x57\x1e\x3e\xcf\xda\x9f\x43\xb4\x76\x00\x99\x8f\x0e\xa5\xae\x40\x58\xd9\xb4\x2f\xa1\x83\xb0\x30\xee\x0e\x38\xc9\x53\xc1\x61\xe7\x13\x27\x31\x82\x26\x24\x8d\x74\x8c\x86\x88\xca\x20\xdb\x71\x1e\x8e\x69\x98\x6c\xf2\x32\xaf\xb7\x89\x1f\x8b\xdf\x05\xb1\x30\x32\x1d\xa3\xe5\x4c\xc8\x00\xa4\x60\xe0\x8e\xe8\x12\xad\x54\x01\x04\x37\xde\xdb\xf8\x3b\x5d\x55\x3b\xc8\x64\x6f\xe5\x68\xeb\x99\x70\x9a\x89\x2b\x38\x16\x75\x5f\x6b\x3d\xa5\xda\xcd\x7b\xc1\xda\xfd\xb0\x29\x61\xeb\x68\xe7\xe8\x77\x80\xeb\xaa\x01\x55\x22\xec\x03\x98\xea\xf9\xdd\x38\x51\xd6\xef\x09\x7c\xe3\x77\xe6\x4f\x27\x3a\x13\xe0\x57\x62\xc0\x84\xa6\x91\x9f\xdf\xb7\x7f\xbb\x63\x41\xaf\x7e\xb5\xfa\x29\xf4\x12\xca\x4b\xce\xa4\x71\xbd\xac\x25\xeb\x08\x30\xa8\x40\x55\x83\x64\x2f\x54\xe2\x19\xe1\x10\x3e\xae\x5c\x27\x33\xc5\xcf\xa3\x2f\x7e\x82\xa0\x67\x8b\x25\x21\x5a\x3a\x68\x75\x27\xe2\x08\x5c\x2c\x38\x0f\xe5\x7f\x68\xdc\x3a\xd5\xd4\xfc\x4d\x9e\xec\xb4\xfb\x1c\x9a\xd6\x8c\xc5\x68\x96\xce\xb0\x6c\x59\xad\xb9\x43\xb6\x43\xf9\x2c\xda\x82\xc1\xa9\x66\xdf\x22\xcd\xf7\x62\x75\xf7\x99\x75\xb1\xc5\x92\x56\x4c\x9e\x55\xe7\xe2\xac\x32\x36\x08\x59\x18\x5f\xc4\xea\x15\x15\x59\x22\x83\x92\x55\xa3\x0c\x83\xd1\xe9\xc0\x67\x99\x17\x8d\xca\x36\xf7\xbb\x6c\xf3\x21\x10\x63\x4f\x5f\xe3\x3a\xbc\x9e\x0d\xfc\x99\x08\x3f\x63\xa4\x6f\xd6\xfc\x0f\x6e\xc2\xa5\x4c\x8d\xa6\x2f\x08\x0f\x56\xc6\xb1\xb0\x61\xa6\x6c\xf4\xf9\x5c\x9f\xe5\xef\xd1\x48\xe6\x92\x8b\xba\x69\x7a\x12\xb5\x7d\x59\x37\x83\x49\x17\xbd\xc5\x93\xb0\x80\x11\xb5\x09\x72\xf5\xb6\x22\x1f\xe3\xf8\x8f\xd2\x2a\x6d\xbd\x7e\x48\xa1\xd6\xd7\xd8\x33\x88\x73\x2f\x2e\x96\xfa\xe8\x6b\xf3\x91\x18\x95\xe4\xc2\xe5\xcd\xe1\xbb\x34\x71\x29\x23\x56\x52\x53\xed\x88\x95\xae\x4e\x79\x1e\xc4\xda\x12\x5e\xaf\xc2\xc6\x83\x82\xe4\x2e\xa9\x58\xa9\x38\x1a\xa1\xda\xa6\x33\x42\xe6\xba\x35\x5d\x4a\x9b\xe3\x57\x88\x57\x41\xa8\xfb\x96\xa1\xe0\xe7\x87\xa0\x3f\x29\x34\x66\x1d\x43\xfc\x6e\xe0\xb5\x7c\x66\x1a\x94\x54\xd2\xf1\xc9\xf6\xa6\xb4\xd5\xe2\xdb\xca\xb4\xe7\xb7\x61\x76\xa7\x57\x21\xad\xc3\x01\x0d\xb2\x38\xae\x4f\x35\x92\xe9\x46\x26\xab\xaa\x5c\x65\x32\x81\x23\x91\xe9\x71\xd5\xba\x3d\x9b\x1b\x7c\x5c\xeb\x4f\x49\xdf\xf8\xd1\x64\x20\xef\x86\x22\x3a\xa8\x9d\x7d\x7e\xc0\x9a\xe7\xfa\xdf\x11\x2b\x53\x69\x12\x47\x07\xd8\xe6\xb0\x0f\xbb\x61\x7e\x00\x8d\xd5\x0b\x10\x2f\xcc\x11\xee\xdf\x9d\x83\xeb\xbe\x30\xd4\xa7\xe2\x24\xe5\x9b\x24\x87\x18\x49\xb9\x8b\x91\xa4\x7f\x8e\x72\xd3\xab\xf2\x44\xaf\xe8\x30\x91\xe7\xa5\x27\x26\x94\x17\xac\x0c\xc3\x62\x56\x3a\xc1\x85\x6e\xb2\x9c\x1b\xba\xd6\xbb\x40\x94\xfa\x82\x6e\x9a\xc4\xfe\x56\xb4\xf2\x6c\x3c\x63\xec\xaa\x4a\x32\x2a\x48\x1c\x67\x3a\x82\x4c\x40\xae\x61\x01\xee\xba\x91\xa5\x3a\xb1\x3a\x7d\xfa\xd2\x8a\xa2\xa9\x88\x60\x9f\xe5\x01\xf3\x62\x43\xe9\x31\xf4\x46\xb2\x72\x31\xab\x4c\xb4\xc5\x44\xb6\x4d\xbf\xe0\xf8\x39\x4b\x86\x96\xae\x21\x2c\x4b\x51\xdf\x22\x5a\x51\xbd\x54\xa5\x62\x51\x2e\x91\x2e\x7a\x75\x79\x01\xc9\x45\x3b\x40\x4e\xc5\x74\xcf\x69\xd6\x6a\x05\x6e\xd6\x8f\x4d\x23\xd8\x29\xd2\xab\x2d\x45\x10\x6e\xaf\xa2\xb0\x33\x52\xe1\xa2\x9c\x21\xf6\x66\x77\x9c\x8a\x73\x84\x48\x42\x87\x11\x44\x11\x82\xda\xc0\xe1\x71\xc8\x70\x0a\xcb\x8b\x29\xfc\x5b\x61\x0c\x6b\xed\xfc\x18\x4c\x22\x3b\x8c\xb2\x45\x85\xdf\x8e\x25\xad\x46\x23\x13\x4d\xe6\x30\x96\x03\x39\x62\x39\x15\x23\x96\xa3\x13\x99\x25\xc3\x82\x80\x27\x99\xae\x3b\x29\xcf\xa7\xf3\x69\xea\x35\x11\xb4\x21\x46\xac\xfc\x22\x5b\x54\x63\x28\x37\x4b\xa7\x04\x9b\xa3\xea\x6c\x1f\x4f\x8c\xde\x0b\x04\x2c\xda\xda\x9e\x60\x11\x05\x9b\xea\x85\x94\x3d\x4a\x33\x09\x0a\x33\x7d\x59\xab\xdb\x49\x1d\x08\x88\x31\x62\xcf\xc2\x68\x24\xac\x2d\x9e\x17\x3a\x57\xf4\xa9\x4e\x24\x38\x87\xfe\x22\xb2\xbd\xd6\x58\xb3\x7e\x90\x72\xf5\x44\x34\x25\x51\xcc\xd9\x29\x08\xc9\x2e\x04\x86\xa7\x19\x96\x5d\xc5\xb8\xec\xb5\x6e\xed\xd5\x6b\x20\x4a\x84\x7c\x93\xff\xc1\x93\x20\x40\xaf\x3e\x59\xee\x34\xfc\x9c\x27\x92\x9c\x89\x21\xb3\xf1\x10\xce\x04\x13\x5e\xb0\x15\xf0\x30\x10\x4d\x03\x38\x9a\xc6\x11\x31\x8e\x23\x29\x0e\x60\x5a\xd8\x75\xfa\xcc\xaf\xca\x4a\xf0\x31\x38\x00\xd5\x11\xe8\x2c\x5c\x75\x20\x1e\x52\xef\x5b\x90\x7a\xe8\x78\x91\xd6\x55\xc1\x33\x8e\x6b\x9f\xae\x56\xac\x52\xe1\xba\x00\x43\xe8\x76\xa3\xac\xe4\x58\x3b\xd6\x44\xe1\x5e\xbc\xd6\x71\xec\x6b\x4d\x8d\xef\xb7\x4f\x54\x0c\x6e\xc5\xa4\x85\xc8\xd4\x26\x7d\x99\x4d\xfa\x6d\x0c\x22\x18\x0d\x7c\xe2\x5e\x1c\x60\x2a\x0c\xd7\x15\x2d\x18\x98\x62\x55\x34\x23\x9a\x95\x9a\x31\x56\x80\xe1\x51\x1c\x27\x07\x67\x4e\x56\x68\x08\x2b\xc5\x67\x1a\x17\x3c\x55\x72\xa5\xdf\xde\x2b\x88\x64\x4a\x8d\x05\x5f\x4f\x20\xd3\xb1\xc9\x1b\x14\xe0\xd6\x87\x3c\x71\x5b\xce\x06\x20\x9e\x49\x52\x8d\x57\xfe\x33\x5c\xdb\x2d\x04\x66\x6f\x64\xbc\x72\x58\xf8\x9e\xe9\xf3\x41\xf4\x60\xe1\xf9\x2b\x94\xf0\x2a\x91\x00\x19\x26\x34\x74\x19\x00\x3f\xc4\xb1\x51\x30\x04\x78\x10\x09\x21\x04\x91\xf1\xb6\x39\x80\xd7\xc3\xbf\xdf\xf1\x5b\x9a\x21\x22\x2c\x41\xa9\xac\x7d\x86\xae\x45\x76\x75\x05\x9e\x5b\xc3\xd9\x49\xe8\xaa\xbe\xd2\xd3\x23\x9d\x4d\xa7\xc4\xb1\x6d\xc3\x95\x80\x8e\x1a\x2b\xb9\x1a\xff\x1c\xd4\x37\xb9\x5a\x50\x2d\x45\x31\x88\xa1\xbf\xe4\x89\x2a\xba\xca\x6a\xfe\x60\x96\x1a\x21\x90\x16\x98\x97\x57\xea\xbc\xce\x7b\x53\x15\xbb\x59\xce\x43\xc1\x21\xb9\xab\xe6\x5e\xdf\x9f\x55\xc9\x2d\xa7\xe0\xc5\x96\xba\x88\x86\xab\x43\x0d\x3a\x87\x81\x79\x47\xd8\x90\xc2\x83\x6f\x64\x1c\x7f\x23\x27\x32\xdf\xf1\x8b\x7c\xfc\xe7\xe9\x14\xbc\x2a\xf6\x3c\xf9\x46\x4e\xf6\x55\x4d\x05\x99\x97\x2c\x92\x22\xdf\x17\x3c\x4a\xbf\x97\x71\xfc\x7d\x5f\xe9\xef\x6d\xe9\xa4\x64\xd1\xba\x3a\x5c\x16\x3c\xa2\xdf\x48\x76\xa7\xca\xa6\x39\xdd\x57\x75\x2a\x8e\x24\x55\xd9\x18\xfc\x27\xa2\xdf\x77\xb2\x07\x66\xb3\x73\x87\x66\xca\xae\xe7\x72\xb2\xe3\x32\xfb\x8e\xdf\xa6\x72\xb2\x92\xa2\xf8\x8e\xdf\x7a\x46\x97\x6a\x65\x9e\x8a\x6a\x1f\xc7\xff\xaa\x40\x5a\x1c\xa2\x78\x99\xe6\x50\xb4\x7a\x60\x1e\x86\xaf\x20\x04\xe0\xdb\x92\x3d\x4f\x20\x47\x3b\x23\x1d\x96\xc4\x60\x1a\x08\x72\x3e\x55\xfb\x4f\x5b\xf8\x61\xd9\x03\xb8\x23\x51\x41\x2e\x6c\xde\xf9\x94\xcc\xbb\x22\xdd\x16\xdd\xa1\x07\x37\xf3\xb4\x60\xdf\x05\x70\xd5\x2b\x72\x57\x63\xec\x98\xbe\x0d\x0a\xb2\x45\xd8\x12\x90\xaa\x77\x84\xda\xb9\x7f\xcf\xad\x61\x95\x87\xbe\x5a\x10\x95\x91\x7b\xc1\x5a\xd6\xa2\xc2\x74\x2b\x11\x75\x14\x69\x65\x7e\x91\x51\x27\xf7\x37\x9b\xfb\x1b\x39\x9f\x4d\xe3\x38\xf9\x3a\x4f\x56\x84\x0e\xcb\x38\xb6\xa3\x19\x3f\x9a\x4e\xcf\x0f\x71\xfc\x2d\xb7\x57\x3b\xad\x01\x6b\xf4\xbf\x19\xcb\xe6\xfd\xa7\x2b\x70\x31\xb0\xc7\x23\x0f\x01\x76\x01\x5c\x28\x6d\x25\x92\x23\x19\x9c\x9e\x2c\x88\x34\xd5\x33\x59\x05\x6d\x95\xc7\x5d\xd3\x93\x98\x90\xc1\xf3\x53\xd3\xfa\xbc\x7f\x5a\x4d\x5c\xaa\x15\x49\x4f\x63\x32\xb8\x9d\x90\x69\x53\x5a\x08\x62\x63\x82\x64\xd2\x82\x65\x7a\xd3\x9b\xbd\x38\xc8\x41\x89\x6d\x68\xd9\x3c\x39\x60\x11\x7f\x13\xd3\x9a\x1d\x2e\xc6\xb3\xf9\x6a\x71\x58\xa6\xda\xd7\x50\x50\x41\x48\x9a\xd4\xba\xb4\x1f\x39\xc3\xa5\xa0\x13\xa1\xa2\xb5\x57\x73\xd7\x06\x06\xb7\x34\xe7\x2d\x2b\x54\x1a\x29\x59\x24\xf8\x4a\x46\x60\x7f\x5d\x33\xbf\x15\x2a\x98\xbe\x6b\x87\x60\x39\x4b\x0f\x6c\x3c\x73\xfe\x01\x9a\x18\x58\x9f\x09\x03\xdf\xf0\x4b\x25\xd6\x8f\x65\x22\xc8\xc0\xf7\xa2\x80\x4e\x34\x4d\x06\x0f\x99\x72\x3d\xff\x9a\x27\x19\xad\xe9\xc6\xb8\xe1\x6d\xd0\x07\x2f\xdd\xd8\x67\xac\x21\x4e\xb6\x81\xb5\xe9\xdd\x96\x27\xe8\x77\x47\xa7\x20\xb1\xcf\xa8\x4d\x01\xa4\x08\xf2\x59\x4d\xaf\x4d\xd3\x6b\xdd\xf4\x5a\xe3\x1a\x33\x5d\x40\x90\x41\x3e\x57\x6f\x9f\x83\x5a\x1d\x83\x91\x46\x9f\xab\xdc\x1f\x78\xb2\x32\x2f\xd4\x45\xbd\x24\xf4\x40\xe8\x1d\x6e\x9e\x74\x38\xa3\x95\xc8\xaf\xf2\x32\x8d\xbe\x80\x0d\x16\x1d\x09\x49\x57\x1e\xfc\x81\x5a\x50\xe3\x8c\xd9\x22\x64\xc1\x9e\x70\x4d\x99\xb7\xf3\xc1\xbe\x8b\x4d\xda\x61\x34\x23\xea\x5a\xb8\xb7\x79\xb3\x01\x49\xfa\x2f\x55\xe5\x81\xd6\xb4\xae\x48\x9a\x1c\xd8\x14\xc7\xa3\x1d\x51\x17\xf5\x52\x55\x55\x57\xee\x0b\x0d\x4b\x8e\x11\x6d\xf7\xac\xfa\x64\x5c\x9f\x9d\x6f\x9d\x78\x9d\x48\x43\x2d\x47\xa3\x1d\x5d\x79\x3b\x0a\xf7\x9d\x5a\x5d\x34\xba\xb5\x4e\xbd\x2b\xba\x25\xee\x6d\xed\x6e\xb9\x20\x5a\x94\x2a\x0d\x37\xd4\x96\x4a\xab\x32\xc9\x37\xc9\x96\x49\xaf\xe6\x3b\xa7\x6c\x03\x11\x5b\x87\x29\xa2\xc0\x36\xdd\xe4\xea\x71\xeb\x31\x58\x54\x4c\x56\x5b\x5a\x11\xba\xb1\xd9\xd2\xcf\x96\x3a\x7b\xed\x70\x1e\x56\x74\x43\xa8\xa7\xa8\x85\xbf\x77\x41\x4c\x04\xb5\x63\x8d\x57\xc0\xb5\xcb\xe1\xf0\x16\x00\xb0\x52\x4f\x25\x17\x96\x27\x67\xbb\x73\x76\x7d\xb6\x33\x4f\x97\x2b\x06\x9d\xda\xe9\xfe\xdc\xb2\x4d\x95\x5c\xd1\x35\xad\xc8\x60\xcd\xd8\x7e\xae\x65\x82\xee\xc0\xec\xe8\x2d\x20\x74\xa8\x7f\x09\x49\xaf\xcc\x6e\xbc\x55\x74\xf2\x64\x59\xa8\x75\x4f\x2b\x02\x80\x28\x56\xe3\x10\x7e\x81\xc4\xc2\xec\x55\x43\xe0\x7a\xb6\x6c\x8e\xc7\xa4\xb5\x3b\xa9\xdd\xb7\x47\xa7\x68\xb3\x0a\x17\xe9\xc9\x9c\x2e\x59\x4d\xdf\xb3\x4b\x73\x6e\x6f\x18\x68\x1f\xcd\xf1\x19\xb2\x52\x3b\x41\x39\xc2\x84\xf6\xdb\x01\x5d\x92\x9a\xbd\xc3\x2c\x37\x68\xd9\xa1\x28\x32\xa0\x28\x7b\x9e\x3c\x33\x2d\xbf\x27\x17\xd3\x79\x72\xc3\x9e\xa1\x93\xf9\x7b\x76\xc5\x93\x4b\xc3\x59\x98\x52\x8a\x4c\xab\x22\xe6\x1b\x76\xad\x0a\x01\x83\xf1\x4c\xbb\x81\x1f\x71\x6b\xb6\xa7\x8c\x0c\xf2\xc5\xc1\x7a\x97\x43\x77\xde\x13\x7a\xe3\xe6\x38\x57\xf3\x58\x83\xa2\x69\x65\x82\x12\xfc\x2b\x51\x6f\x88\xb3\x64\xa5\x2d\xc3\x36\x13\x59\x35\x0d\xfe\x75\xbe\x41\xf5\x66\x1c\x7b\x17\xf6\x77\xad\xa0\x1a\x3b\xc6\xf2\x38\xbe\xc6\xd8\x6b\xb3\xaf\xa6\xde\xc4\xaf\xdd\x8b\xe6\x1c\xa2\x63\xce\xc7\x8f\xa6\xa9\x4d\xbb\x30\x41\x32\xe7\x8f\xa6\xe9\x74\xb0\xfe\x8c\x66\x92\xaa\x47\x6d\x34\x62\x6b\xaa\xda\x57\x1d\x00\xe8\x61\x4b\x46\x6e\xd5\x91\xe7\x7d\xbc\xb3\xe2\x94\x76\x6c\xf6\x70\x4a\xe1\xc6\x05\x09\xa6\x0f\xe3\xdf\xe5\xa2\xd4\xbb\x32\xa2\x97\x7d\x59\x8a\x13\x78\x4f\x68\x36\xd9\xe6\xb5\xac\xc4\x2d\x1c\xcc\x37\xbc\x78\x05\x3b\x96\xd9\x67\xdb\x65\x8b\xc5\xe3\xe4\x0e\x98\xff\xf9\xb5\x62\xe5\x6f\x13\xae\x46\xf0\x1e\x0b\xdd\x3a\xa6\x25\xec\xf8\x7b\xda\x65\x45\x6c\xdf\xfa\xb9\x94\xf7\x96\x1b\x29\xe9\x8a\x1c\xd5\x63\x84\x96\x24\xfd\x59\xb5\x0d\xc8\xbe\x7a\x4a\xe3\xf8\x6b\x00\xfe\xd7\x21\x7b\xd5\x83\xe4\x51\x5a\x83\xb1\x15\xf6\x44\x8d\xeb\x65\xbe\x5e\x17\xfc\x69\x75\x53\x3a\xe6\x15\xfc\xb7\xbe\x35\x48\x64\xe5\x69\xe4\xdf\x2e\x2b\x47\x3b\x4d\x7e\x99\xde\xcc\x7f\xc4\x17\x53\x0b\x03\x44\xf3\x70\xbc\xc8\x6e\xf3\xf2\xea\xeb\xe2\x20\x9e\x5d\xf3\x12\xa2\x15\x9d\x82\xba\x3c\xf1\x09\x5a\x4f\x9e\xaa\x6e\x46\x5f\x0b\x44\xb1\x55\xef\xba\x63\x4b\xc7\x54\x78\x82\x04\x03\x64\x9a\xbb\xe7\x3c\x75\x4f\xfb\xdf\xda\x2f\xf8\xe1\xec\x08\x0e\x4d\x48\xc4\x37\x45\x55\x09\xcf\x67\xf8\xea\x20\x25\x17\xf5\xa9\x1b\xd2\xc4\xaf\xb5\xb8\x18\x25\xac\x97\x34\x5e\xad\x8e\x99\x54\x5c\xde\xa7\x42\xe4\xe5\x9b\xa4\xba\x30\x66\x1b\x4d\x33\x14\x15\x18\x8b\x18\xb1\xc6\x4f\x50\x71\x35\x46\x0f\xd5\x71\xe6\x09\x56\xad\x04\xf1\xc0\xa6\x67\x87\x73\x77\x37\x9a\xfe\x5b\xbd\xf1\xc1\x40\xd2\x66\x36\xcf\x83\xaf\x3a\x80\x48\xb9\x88\xe3\xe2\xfe\x11\x5f\x98\x58\xea\x2b\xf6\xd8\x53\x66\x6d\x58\xa7\x65\x55\xa5\x89\xb4\x9c\x83\x5a\x81\xd3\x15\xdd\x50\x49\x28\x8c\xc7\x5f\xc5\x95\x08\x94\xb9\x7a\x51\x23\xac\xe9\x49\x91\xaf\x3e\x44\x8a\x79\x85\x73\xbb\x11\x3e\x6f\xb2\x6e\xc9\x29\x80\x7d\x10\x8a\x88\x0c\xb5\x80\x22\x8e\x87\x99\x70\xd6\x83\x20\x09\x80\x6d\x4e\xab\x38\x4e\x36\xc2\x3b\x38\x26\xd0\x33\xec\x77\xe0\x96\x0d\xb8\xf9\x5b\x91\x95\xf5\x06\xa2\x89\x16\x1c\x1a\x81\xa0\x55\xc1\x6b\x96\xa0\xe8\xa7\xb4\x4a\x79\x2d\x5a\xf8\x26\x2f\xb8\x2a\xa5\x8e\xb4\x97\xe4\x79\x62\x9b\x4f\x68\xc6\x1e\x0b\x91\xdd\x02\xf4\x3b\x48\x84\xbd\xd7\x4a\xa9\xd1\x13\xed\x3c\x67\x45\x51\xdd\xa8\x07\x91\xaa\xed\xed\xed\x9e\xd7\x4d\x33\x9e\x0d\xd9\x55\x95\xdc\x57\x88\x22\xaa\xbf\xd3\x2c\xf0\x9b\x07\xae\x8b\x83\x6a\x52\x95\x45\x95\xad\x15\xe1\x93\xdd\x30\x9d\xd5\x44\xf0\xfa\x50\xc0\xa5\xfd\x70\xf1\xee\xe3\x74\x3a\x7e\xf7\x71\xfa\xd7\x77\x1f\xa7\x7c\xfc\xee\xe3\x6c\xb3\xbc\x7b\x74\x34\x48\xe4\x60\x82\xca\xa2\x88\xd0\x6c\x51\x2e\x19\xa7\xa3\x51\xcd\xcc\xfe\x39\x68\x2c\x10\xc1\xbe\x37\xa4\x4a\x10\x2a\xab\x54\x98\x50\x04\x2d\x30\xbd\x0c\x61\xdd\x64\x1f\x5e\x1e\x21\x96\x5d\x46\x70\xfb\xe3\xe0\x85\x41\xac\x3a\x10\xfa\x4b\x00\xcb\xf8\x44\x24\x07\x0d\xe3\x5e\x01\x2e\xea\xe3\x5a\x0b\x70\x8e\x47\x5a\xb0\xe9\x59\x71\x9e\x9f\x8d\x46\x05\x39\x24\xe5\xa2\x58\xd2\xc2\x85\x58\x90\x3d\x2f\x57\x30\x8b\x6c\x07\x20\x12\xe4\xc2\x49\xe1\xfb\xbe\x52\xfb\x0f\x70\xb3\xfa\x69\x65\xdb\xd2\xd2\x27\xd2\x20\xb2\xcc\x37\x49\xd6\xde\x9b\x57\x26\xec\xc1\x5b\x00\x01\x24\xa7\x7b\x3c\x4c\xae\xe7\x5c\xbf\x1e\x53\x6e\xc4\x36\x88\xdf\xb8\x82\x90\x9e\x75\x10\x95\x42\xad\xf6\x6f\xc1\x24\x2a\x6e\x71\x05\x5b\x18\x67\x6c\xe5\x08\x4d\x41\x2c\x5a\x58\x14\xd1\xd5\xa2\x30\x50\x3a\xf8\x5b\x87\x18\x15\xd9\x15\x44\x78\xed\xc4\x88\xc8\x68\x94\x81\xfc\x32\x32\x91\x0a\x7c\x43\xde\x70\x3a\x34\x49\xe7\xe4\xee\xe8\x93\x93\x6d\x4b\x93\xa5\x1a\x33\x76\x5d\xc9\xa7\x4c\x7f\xfa\x3e\xf3\x0d\x86\x5c\xaa\x86\xbf\xb7\xcd\xee\x35\x15\x3b\x69\x24\x27\xc9\xf9\x23\x04\xa6\xf0\x93\x99\xa4\xa2\x69\x7e\x4d\x38\x05\x3b\x7d\x79\xf4\x5b\xeb\x32\x58\x43\x26\x83\x51\xf4\x98\x76\xca\x6e\x0d\x5d\x0b\x51\x09\xf6\xba\xbf\x02\x21\x54\x3c\x0e\x48\x4d\xdd\x60\x76\x56\x41\x9a\x88\xb9\x64\x1d\x9b\xc1\xf4\xb4\xed\x9e\x1a\x26\x01\xcc\x21\x67\xbc\x7d\x7a\x48\x68\xfe\xd9\x93\xed\xe9\x50\x60\x3c\x41\x23\x4c\xd2\x9f\x43\x40\x91\x1e\x7b\xcf\x4f\x4c\x15\xd6\xf3\xa9\xb9\x02\xe3\x52\xa9\xf9\xfc\x6b\xc1\xa6\xf4\x0a\x57\x7e\x50\xcd\xaf\x04\x1b\x4f\xbe\xfa\x32\x15\xea\xd7\xec\xab\xb4\xc0\x94\xff\x4a\x37\x71\x9c\xa8\x9f\xb3\x87\x5f\xe2\xad\x72\x2b\xba\xe6\x2e\x8c\xa3\xdd\xf1\x53\x5e\xc8\xec\x57\x08\xe4\xeb\xfe\xfe\xcd\xf7\x82\x07\x8b\x0f\xc5\x1d\xc9\x2c\x2f\xd4\xaf\xec\x63\x0e\x68\x3f\xdf\xbe\xfa\xf1\xc5\xef\xaf\x7e\x78\xfb\xf8\xfb\xf7\x8f\x7f\x7d\xf1\xc6\x98\x85\x40\x39\xcf\x26\xa4\xef\xd3\x9f\x9f\xfd\xf8\xf6\xc5\x13\xfd\xe1\x5c\xd8\xcf\xd2\xd0\x92\xc4\xf5\x88\xd0\xbb\x8f\xa9\xa4\xb7\xa9\x38\x7a\x10\x47\x97\xc2\x79\xdf\x97\xec\x16\xae\x5e\x75\xa3\x7d\x04\x07\xf2\x5b\x5f\x57\x8a\xe2\x2d\x23\x9c\x2b\xac\x7d\x28\x2c\xf1\xc5\x21\xb0\xfb\xdd\xd8\x5c\x54\x8f\xd9\x6c\xe7\x32\x9b\xc7\x71\x01\x52\xcc\x0d\x2a\x29\xe3\xf8\x3a\x8e\x6b\xc2\x53\x87\xdf\x29\x27\x32\x13\x57\x5c\xd2\x2d\x43\xa6\xe9\x6c\x3d\x64\x87\xb3\x35\x5b\xfb\x2a\x30\x53\x7e\xcf\xa6\x67\xfb\xf3\xad\xa1\x64\x7b\xd4\x15\x6f\x17\x7b\x44\x7e\x65\x6c\xed\x13\x95\xd5\x41\xa8\x1a\x7e\x51\xf3\xf3\x16\x5a\x61\x6b\xe4\x9c\x1f\xf0\x23\x76\x0f\x22\x5b\xae\xd0\x24\x7d\xc8\xae\x2c\xa4\x87\xea\x73\x1c\xef\x9d\x15\x70\x68\x21\xed\x59\xdc\x8e\xaa\x2f\xae\x04\x0d\xa7\x62\x1c\x4e\x85\xba\xfc\x76\x9f\xaa\x0a\xfc\x49\x72\xbf\x2e\x3c\x76\xc1\xa4\x83\x6f\x89\x8e\x42\xb5\x21\x9a\x9f\x45\x28\xd8\x2c\xb0\x97\x47\x97\x46\x9c\x73\x3b\x36\xd8\x01\x3b\x06\x1d\xbe\xea\x18\x1d\xdf\xb2\xab\x51\xd6\xab\x47\x1d\xec\xce\xa7\xf3\x2b\xdf\x54\xfc\x6a\xb4\x1b\x7f\x35\x25\xe9\xad\x2f\x5e\xf1\x3c\x5e\x6f\x47\xbb\xd1\x57\x53\x42\x2d\xc9\xbc\x32\x68\x0b\xb7\x47\x72\xbc\x16\xe7\x8f\xa6\xd6\x80\x29\xe8\xf8\xbc\x35\x0e\x7f\x76\x68\x16\x38\x01\x78\x6b\x60\x72\x9e\xfe\xca\x72\xfb\xfb\x37\x56\x9d\x78\xe6\x58\xcb\x8c\xa0\x2d\xc3\x3f\xf9\x4d\x8e\x83\x12\x54\xfa\x8d\x06\x79\xbf\x51\xa1\x08\x80\x6d\x3b\x8e\xe5\x43\xfb\x47\xd3\x70\x97\xf5\x6b\x1c\x73\x9b\xf5\xeb\x20\x1c\x6e\xd6\x71\x73\x00\x7c\x89\x2b\xc1\x92\x2b\xf1\xc5\xb5\x18\x09\xf2\x30\xb9\x16\xa3\x19\xa1\xa3\xd1\xb5\x50\xec\xd0\x23\x75\x29\xa4\x89\xad\x71\xe4\x4f\xc1\x88\x55\xc4\x7f\xe0\xbf\x17\x3e\x8c\x4d\x0d\x88\x8b\x11\x63\x8a\xdb\xac\x36\x0f\x80\xed\x90\xac\x28\x17\x72\xe9\xbd\x9b\xda\xa1\x52\x7d\x10\x51\xa3\x14\x6b\xcb\x81\x69\xce\x86\x33\x60\x83\xda\xfa\x24\xfb\x90\xac\x0f\xfb\xbd\xe0\x75\xfd\x6c\x9d\xcb\x1a\x80\x33\xc2\xbb\x1f\xf5\x90\xc3\x99\x22\x56\x8a\x19\x1b\xb2\xaa\xb2\x96\x8c\xed\x62\x25\x3d\x51\xed\xcc\x59\xeb\xbd\xc2\x59\x81\x47\xeb\xeb\xfc\x23\x2f\xea\x1e\x82\x7f\x2b\x3c\x6b\x45\x39\xf9\xf8\x05\xbb\x12\x54\x4e\x6e\xf1\x5f\x84\x98\xbb\x11\xc0\x92\x17\x95\xa3\xb1\xcf\x7a\xb4\xe5\x7e\xd8\x5b\xa0\x86\x30\xeb\xdb\x32\xb1\x8f\xd2\x48\x03\x96\x46\x83\x1b\x88\xd4\x95\x7c\x35\xa5\x3d\xcf\x71\xac\x02\x05\x3a\xad\x34\x8d\xaf\xd5\x1b\xcb\x96\x1c\x09\x95\x2c\x1f\x45\x0f\xa2\x91\xd4\x56\xd2\x6d\xed\x67\xdb\xe9\xd9\x56\xfe\x32\xeb\x75\x7f\x5e\x23\xa3\x10\x14\x5b\x94\x4b\xf5\x74\x44\xdc\x72\x62\xa7\xdb\xda\xa4\x9a\x87\x0e\xff\x28\x45\xf6\x1d\xbf\xad\xe3\x58\x57\xd3\xc9\xa1\x18\xe2\xaa\x95\x8d\xed\x40\x1e\x0a\x66\x4a\xb3\x42\xd1\xee\x50\xc8\x3c\x62\xac\xea\x4e\x8d\x24\xd4\xce\x2f\x14\xf8\x9b\x7a\xe3\x46\x1f\xb8\xf6\xa8\x5e\x47\x14\x27\xc1\x15\x1b\xaa\x62\xba\xce\x21\xab\x9a\x26\xf9\x3a\x4f\x04\xa1\xb9\xda\x7f\x84\xaa\xfb\xa2\x8a\xe3\x87\xef\xfe\xe7\x9f\xf4\x03\x4a\x92\xb9\x2e\x32\x9c\x92\x74\x38\xac\x3c\x64\x37\xe1\x63\xde\xec\xd5\x88\x86\x16\xc8\x77\x38\xc4\x38\x4d\x4e\x67\x34\x0c\x7b\x3f\x87\x0d\x15\xbd\x51\xf9\xe3\x68\x24\xa8\x0c\xc4\xf2\x7a\x6e\xdf\x1b\x29\x3f\x39\x92\xa6\x79\x86\xa6\x81\xb2\x2d\xc0\xef\x9e\xf3\xf9\xc3\x7f\x5c\x55\x8b\xc7\xe3\xdf\x97\x76\x1c\xa9\x9c\xec\x2a\xf5\x11\x09\xea\x26\x47\x92\xf6\xd6\xdb\x2e\x85\xcc\xd7\x2b\xcd\x77\x39\x7c\xb6\x9e\xc7\xbf\xec\xaa\x1c\x8c\x24\x00\x03\xdf\x9e\xcf\x66\x71\xfc\xe8\xbf\x14\x0b\xa4\x11\x66\x61\x75\xb1\x49\x00\xdd\x0e\xdc\x03\x75\x99\x81\x6c\xd1\x84\xd9\x5f\x00\x55\xcb\x59\x32\x68\x52\xf5\x51\x9b\x17\xac\xe2\x38\x51\x1d\x9e\x0b\x04\x39\x18\x96\x71\xfc\xd7\xbf\x62\x10\x6a\x88\x8d\xaf\x5e\x60\x46\x93\xe7\x9e\x60\xea\x35\xf9\x89\xb0\x79\x84\xce\xfe\x3a\x54\x6d\x3f\x7c\x77\xe9\x07\x13\x16\x55\x5d\x6f\xb3\x5c\xbc\x33\xa1\xc0\x64\xf0\xd2\x79\x9a\x5f\x4f\x6c\x18\x62\xd2\x34\xf7\xb8\x8f\x77\xe3\x1c\xc2\x44\xab\x66\xbd\x49\x33\x0f\xc8\xa6\x49\x5e\xa8\x09\x8e\xfa\x3a\x13\xb5\x44\xb4\x1f\xf8\xed\x61\x1f\xa9\x73\xd1\x95\xdc\x56\xd7\x5c\x44\x10\x89\xfc\xfb\xfb\xea\x7b\xde\x5f\x5f\x57\xda\x6a\xea\x3b\x86\x5e\xf5\x8f\x71\x30\x7f\x09\x77\x00\x22\x07\xeb\x77\xbc\xbb\x1d\x38\x5a\x8d\x53\xdf\x1f\xfa\x43\xcf\xb6\x1b\x26\x2d\x21\x53\xd3\x58\x03\x19\xbb\xba\x70\x10\xcd\xa4\x5d\xab\x19\xd4\x1b\x80\x98\x93\x6c\x7b\x04\x92\x27\x83\x7b\x0c\xba\x35\x00\xe1\x7c\x65\x79\x48\x7d\x18\x50\x88\x80\x62\x5b\x30\x76\x51\xcd\xdd\x6c\xf3\xd5\x56\x5d\xb7\xfa\xe7\xf9\x6c\x4a\x9a\x66\xa8\xb7\x26\x49\xda\x74\x5a\x57\x89\x54\xe1\x7f\x46\x23\x31\x8a\xfe\x67\xf4\x69\xa2\x70\x24\x20\x27\x3b\x0d\xe7\x0c\x9b\x9f\x90\xa6\x69\xbf\xdf\x1d\xb0\x74\xe8\xd4\xf1\x56\xdc\x2b\x5b\xfe\x84\xa0\x98\xd0\x00\xde\xb9\x27\xf6\x4d\xd2\x89\x41\x9f\x80\x6c\x32\x82\xbf\x23\xca\x9d\x25\x87\x2e\xc1\x86\x53\xfa\xbd\x8f\x90\xa9\x59\xd8\x60\x77\xea\xb2\x91\x35\x75\x57\x8b\x70\x32\xb0\x3b\x73\x06\x34\x01\x4a\x65\x18\x8f\xb8\x0e\x14\x30\xc1\xbd\xdd\xf7\x81\x5a\x10\xfa\x68\x4a\x48\xcf\x7d\xed\x05\xdd\x49\x88\xb9\x6f\x3c\xd8\xbd\xfb\x27\x1d\xfa\xd8\x0e\x78\x83\xb3\x76\x59\x1c\x44\xff\xa4\xcd\xe8\x8b\xcf\x9e\x34\x82\x41\x91\x4d\x48\x1c\xef\xb3\xcb\x22\x2f\x3f\x70\x71\x4a\x83\xd1\x5d\xcc\x1e\xfe\xee\x08\x6a\x30\x1f\x16\x50\x5f\x9d\x99\x27\xed\xa7\x32\x20\x88\x4e\x14\x3d\x44\x51\xbc\x91\x44\xbb\x45\x8c\x48\x1c\xb7\xc4\xd4\x5e\x26\x55\x0d\x43\x3d\x40\x06\xa0\x94\x8e\x39\xbc\x83\x8f\xfd\x0d\x62\x8e\x84\x57\x41\xa2\x01\xbd\x9e\x08\xf6\x4a\x5b\xb1\x3e\x2b\xd7\xac\x37\x6c\x86\xfa\x66\xbe\xe5\x09\x77\xa0\x13\xa3\x00\x18\x61\x3c\xa3\x3b\xb5\x18\xbe\xd1\xe1\x28\x99\x41\x78\x57\x57\x6a\xce\x0d\x66\x5a\xaa\x58\x7e\x3e\x91\x95\xf7\xca\x7f\xe9\x6c\xb6\x01\xf3\x19\x83\xe9\x79\x96\xd3\x7c\xe0\xb2\x64\xe5\x83\x41\x3f\x11\x89\x74\xd7\x29\x74\x2f\x40\x27\x1b\x83\xfb\x20\x64\x8c\xa5\x1b\x03\x19\xcf\x34\x0d\x74\x41\x8e\x34\x70\xb3\x29\xae\x1e\x79\x23\x06\xf5\x4f\x56\x5b\x70\x25\x9c\xac\xb6\xc4\xa0\xab\x79\x40\x79\x1d\xbb\xd8\xc5\x92\x5a\xa6\x94\x17\x2d\x14\xec\x00\x90\xc7\x65\x2f\xca\xe5\x40\x04\x4a\xf3\x97\x22\xc9\x2d\x04\x35\xa1\xf0\x27\x88\x37\xd5\xa3\xdc\xb0\xa8\x3f\xa8\xde\xf0\x96\x59\x8f\x07\x38\x27\x5a\x54\xd8\x0d\x53\xfd\x3b\x77\x76\x32\x1c\x07\xb9\xda\x8e\x84\x1a\x66\xea\xec\x65\x12\x6e\xa6\x0f\xed\x12\x54\x49\xaf\x89\xa7\x22\xc4\x09\xbc\x5b\x65\xe5\x8a\x17\x88\xde\x04\x42\x78\x9c\x77\x2a\xab\x54\x4d\xa2\x1f\x0b\xd8\xc8\xd5\xe5\x04\x7f\x50\xfc\xb6\x1b\x76\x41\x57\xc9\x86\xd3\xe3\xd1\xfa\x63\x81\xd7\x83\x06\x2a\x71\x97\x89\x31\xbb\x92\xe6\xda\x55\x8d\x03\x68\x23\x05\x1f\x6f\x93\x2c\x2b\x4c\x14\x04\x54\x9a\x89\xe7\xa2\xa5\x85\xe7\xd3\x21\xbe\x5b\x20\x07\x3b\xc8\x72\xf5\x32\xd1\xf4\x09\xa2\xf4\xa2\x53\x47\x04\x6a\x56\x35\x35\x3b\xf0\x65\x04\x28\x82\x76\x09\xc0\xff\x21\xb4\xb4\xc3\x99\xab\x8b\x2c\x45\x4d\x45\x69\x27\xa9\xb4\x93\x54\x06\x93\x54\xea\x3e\x78\x37\xda\x0b\xff\x4d\x0c\xc8\x08\x18\x2e\xda\xa2\x1e\x99\x63\xf2\x1d\x46\x09\xa3\x2f\x04\xd1\x5f\x0c\xf4\x17\x7d\x4f\x4f\xfd\xd5\x11\x38\x0f\x24\x51\xc1\x50\x90\xeb\xd8\xc5\xb1\xca\xeb\x8e\x94\xa0\x78\xf6\xa9\xbd\xcc\xad\x75\xec\x33\x94\x5a\xb5\x39\x04\xcc\x34\x3e\x19\x7c\x92\x4b\x2e\x8c\xb5\x85\x35\xda\x6a\xc7\x21\x98\x40\x7c\xa0\xf5\x9b\x7d\x56\xd6\x1d\x2c\x6b\x2f\xcf\xa9\x0e\xa4\xe3\x83\xbc\xfc\x85\x5c\xe2\x9f\x62\x30\x14\xf6\x36\x6f\x9a\x32\x8e\xb5\xbe\xab\xa4\x42\x8d\x08\xfd\xdb\x9c\x67\xa0\x00\x25\xcf\xb0\xec\x75\x15\xc9\xd9\x02\xd7\x55\x82\xd6\xe9\xb8\xa4\x15\x9b\x9e\x55\xe7\xa5\xeb\x8e\x73\xe2\xcd\x58\xb9\xa8\x96\xa0\xcb\x45\x14\x4a\x42\x51\xe1\x9a\xf7\x28\x58\x73\xad\x4d\x1d\x2a\x82\x58\xa8\xbd\x52\x1b\x72\x09\x21\x55\x74\xac\x22\xf0\x4a\xbf\x98\x12\xa3\x4f\x5d\x1c\xe8\x6c\x49\x37\xcc\x2f\x81\x0e\xed\x6b\xe6\x2a\x92\x15\x39\x4b\x36\xaa\xa6\x61\x36\xc9\xcb\x55\x71\xa8\xf3\x6b\xae\xc1\x18\x36\x24\x8e\x57\x38\x76\x1c\x5b\x61\xf7\x2c\xd6\x75\x24\x34\x59\x5f\xb4\x3e\xfe\x11\xdd\x19\x86\xeb\xf6\xd7\x35\xec\xf3\x2a\x55\x4d\x1f\x09\xcd\x41\x1d\xb7\x32\x7e\xa0\x39\x5d\x11\x7a\x18\x31\x17\x9b\xf4\xe8\xc4\x21\xf6\x8e\xc0\xfb\x00\xcc\xe2\x7b\x34\x9e\xe3\xd9\x59\x7e\xc1\xa6\x67\xe3\x71\x4e\xbe\x57\xbb\x51\x1f\xb5\x45\xbe\x74\xa7\x4d\xfd\x61\x0e\x5c\x3e\x5f\x44\xd1\xd2\x04\x2a\xd7\x66\x40\xdf\xeb\x77\xa2\x3b\x76\xdf\xbb\xfb\x6a\x36\x0c\xd1\x30\x9b\x26\x8a\x4c\x12\x04\xb9\x41\x83\x35\xbf\xb7\x66\x17\xea\x7b\x63\xf0\x32\xd7\xf2\x17\x75\x94\xe6\x5e\x74\xc1\x7c\x9d\xfe\x90\xfd\x40\xe8\xd7\x46\x40\xf3\x18\xb9\x07\x23\xb7\x5a\x2c\x07\x97\x79\x60\x64\x02\x84\xde\xea\x69\x4b\xca\x8d\x99\x8a\xda\xbf\x7f\x28\xb2\xa4\xff\x56\x17\x4a\x69\xe0\xef\x4c\x19\xdb\x12\xb0\xfe\xa6\xb1\xa3\x3f\xf2\x6f\x7c\x82\x03\x74\xa6\x69\x86\x27\xc9\x48\xe0\xc0\xea\xda\xae\xf0\xe2\xa3\x19\x8b\x0e\xe5\xba\x52\x8f\xfb\x79\x3e\x59\x57\x25\x4f\xf3\x89\x4a\x29\x39\xad\x83\x3c\x4c\x4c\xb1\x90\x3e\x1b\x99\x8b\xdd\x55\xb2\x6c\x71\x58\x52\x31\x1f\x96\xfa\x36\x6d\x9a\x72\x82\xf1\x4b\x12\x8c\x51\x93\x9a\x1c\x72\x76\x18\x8d\xc8\x19\x3a\x39\x99\x3a\xb0\xa7\x39\x18\xbd\x68\x4b\x9e\xbc\xc7\xb2\xe7\x4c\xb5\x84\x31\xa7\x88\xae\x0e\x5d\x98\xfe\x99\x27\x25\xad\xe1\x72\x19\xb6\x1a\x26\x5e\xbc\xb1\x07\xcf\x21\xa2\x05\xbd\x03\x96\xf4\x47\xbe\xae\xc0\xa4\x6d\x50\xb1\xf2\x88\x87\x7b\xb1\x1c\xfc\x33\x4f\x2a\x55\x97\x46\x27\xbc\xd3\x6e\x46\x69\x41\xaf\x78\xa9\x43\xb4\xa6\xf9\xc4\xfd\x01\x67\xc7\xfd\xc9\x4a\xef\x8f\xa6\x19\x8d\xf2\xc9\x2e\xfb\xf8\xdc\x26\x69\x48\xe4\xff\x80\xac\x03\x71\x3b\xb0\xd2\x78\x3e\xb9\x53\x76\xc0\x53\x76\x30\x66\xbe\xb6\x88\xa6\x55\x1b\x73\x7d\x4a\xba\x8a\xe3\x21\xdc\x0c\x1b\xc5\xc6\xfa\xb3\x93\x98\xd5\x60\x53\x32\x28\x70\xf4\x3f\xc2\xfe\xd6\x3b\x7e\xcd\x0e\x73\x38\x34\x1b\x92\xee\xaa\x24\x23\x83\xaf\xb1\xa2\x35\x7d\x5b\x62\x39\x3a\x3c\x60\x38\x5b\x1d\xd4\xb6\x65\x2a\xa8\x03\x84\xd8\xc3\xff\x44\x24\x1b\x72\x34\x06\xac\x3d\xe7\x09\xe3\x9b\xe8\xf3\xb4\xbd\xe7\x3c\x6d\x08\xdd\x9e\x38\x4f\x1b\x3c\x4f\xa6\x8b\xea\x3c\x79\x27\xea\x0f\x47\x4b\xa6\x46\xa3\x88\x0e\x7e\x4c\x22\x63\xc7\xb4\xe5\xed\x6d\x95\xf8\x0c\x63\x5f\x98\x3b\x67\xab\xc8\xfd\xe0\x23\x23\x17\x90\xd2\xb0\xb0\xdc\x05\x2b\x81\x5c\x1d\x98\x04\x04\xaf\x6d\x76\x12\x08\x13\x81\x80\xe7\x5c\x07\xd8\xd6\xce\x99\xf0\xef\x58\x02\x1a\xb1\xe7\x23\xe9\x62\xf7\x02\x24\x89\x75\x37\x2c\xcf\x0d\x18\x1d\x70\xc1\x5c\x60\x7d\xa5\x79\xe4\x44\x3e\xa9\xf9\x5a\x04\x31\x06\x70\x51\xef\x61\x6d\xbe\x36\xac\x0d\x45\x73\x61\xcb\xc8\x9f\xeb\x7e\x12\x9c\xea\xf0\xf1\x72\xea\x7d\xe0\x79\xf8\x24\x5e\xfa\x85\x6f\x89\x6b\x6c\x20\x1c\x1c\x9f\x69\xc9\x1a\x8a\xb5\xda\xb2\x33\xe6\xb5\x34\x80\x6e\xe5\x84\x4a\x6d\xb3\x82\xaf\x2d\x04\xcf\x06\x9b\x15\x30\x34\xd5\x9d\x1c\xe5\xd4\xbe\x44\xe0\xca\x5a\xec\x0c\xd6\x31\x59\xb6\xd9\xe9\xa3\xc5\x17\x71\x9d\x1e\xd8\xaa\x2e\x00\x5b\x4d\x37\xea\x78\xf4\x2d\x4f\x2a\x80\x12\x68\x21\x6d\x9b\xf6\xec\xdd\xd6\x6d\x8e\x50\xa9\x8d\x1d\x20\xf6\x5f\x78\x49\x53\x44\x56\xd0\xb7\x1e\x6e\xaa\x8e\x47\xd3\xb5\x83\x1a\xf7\x7d\xa2\xc1\xd0\x0e\xaa\xca\xe0\x81\x46\x6b\x36\x9c\xd1\x83\x76\x3d\x3f\x8d\xc2\x7e\x60\x6f\xf2\xe4\x9b\x32\x41\xe0\x70\x13\x47\x94\x96\xc8\x61\x1e\xb4\x4b\x79\x0f\x73\xc9\x58\x6e\x50\xdd\x2c\xb2\x37\x03\x1f\x87\x23\x21\x83\x32\x34\xc7\xf1\x47\x09\x4e\x45\xb2\x4a\x38\x19\xac\x55\xa3\x6a\x3f\xbe\x05\x09\xfc\xc9\x4e\xda\xde\x54\x3d\xef\x57\xda\x15\xa4\xfe\x00\xc8\x22\x17\xb6\x83\xdf\x9b\x6b\xd0\xa6\x30\x4e\x5b\xb9\x4c\xba\x14\x0f\x24\xa1\x06\x19\x06\x88\x83\x0c\xaa\x49\x08\x66\x09\x00\x49\x03\x78\x9b\x94\x32\xe7\xc2\xe9\x4c\x5d\x9a\x99\x58\x34\xf4\xf8\xf3\x54\x23\x40\x14\xad\xed\x9f\xe0\x64\x8f\x2b\xf3\x00\x1f\xc8\xc9\xe6\x50\x14\xf3\xdf\xc1\xbb\x0d\x93\x87\xda\x9c\xb1\x69\xba\x8c\xd5\xc6\xc2\xe6\x13\xf8\x46\xb7\xeb\x16\xb1\x20\x29\x38\xde\xeb\xf4\x48\x47\x2b\xf5\xef\x3b\x03\x30\x43\xe8\x26\x48\x41\x4c\x9c\x4d\xd3\xac\x8c\x23\x09\x1e\x0b\x60\x50\xb3\xe0\xc9\xaa\x37\x78\x6a\xb7\x7a\xe7\x18\x0c\x36\x46\x61\xb3\xb2\x8f\xc3\x35\x51\x37\x9f\x9d\x64\x87\x6d\x03\x72\xa5\x76\xa2\xf7\xca\x58\x93\xe3\x7d\xd2\x3e\x30\x38\x46\x02\x28\x69\x49\xd2\x75\xae\xb5\x4c\xf4\x37\x78\xdc\xd2\xac\xf2\x89\xea\xb7\xc2\xf7\x4c\x52\x6c\x33\x3c\x6a\x04\xa1\x7b\x0e\xef\x9c\xf3\xa9\xb5\xdc\x1b\x94\x4c\x50\xc1\xaa\x63\x9f\xb2\x15\x2c\x41\x3c\xfb\x39\x75\xa2\x5f\x38\x16\x5b\x00\x6b\xad\xe7\xcd\x4c\x50\x7e\xf4\xc4\x06\x3f\x89\xfb\x7d\xa4\x9e\x86\xb1\x10\x00\xdf\x5f\x18\x74\x91\xda\xa0\x2b\x1b\x0b\x01\x33\x85\x56\xc3\x3d\xef\xa4\xa4\x7d\xf6\xe4\xf4\xc0\xb6\x60\x2d\x57\xb0\xbb\xe3\x20\x1f\x8b\x8b\x03\xc0\x57\x89\xd1\xc1\x6c\x1c\xdf\x38\x60\x54\xc8\x04\xec\x51\xc5\x79\x46\xd7\x2c\xbf\x58\x8d\x01\xd9\x5e\x9c\xd7\xa4\xf0\x4c\xa4\x36\xf3\x69\x2a\xec\x0d\x92\x5f\xd4\xe6\xf9\xb6\xf5\xbc\x3d\x68\xb2\x9e\xaf\xd2\x9c\x8c\x0f\x64\xb0\x1d\x32\x75\x06\xfd\x3a\xb6\x28\xa4\xdb\xdf\x3f\x54\x08\x97\xd5\x4d\xea\x0e\x16\xac\x10\x76\x6c\xad\x46\xab\x2e\x22\x43\x8c\x36\xf9\x47\xbe\x7e\x0e\xd7\xef\xbc\xb2\xb6\xbb\x1e\x2c\x6f\x3a\x25\xf4\x9a\x95\x63\x79\xb1\xb3\xb1\x73\x81\xe7\x96\xa3\x1d\xa1\xf2\x7c\x36\x9d\x17\xbe\xc9\xd3\x34\x95\xe7\xfb\x30\xc9\xb3\xbe\x90\xe3\xe4\x7a\x3e\x4d\x67\x53\x42\xd2\xf2\x62\x37\xda\x8f\xbf\xf4\xc6\x8d\x30\x7a\x23\x53\x64\xbc\x23\xd4\xf3\x1a\xfe\x97\x7d\x7c\x58\xab\x25\x6d\x4d\xd4\x34\xbf\x88\x84\x1b\x64\x38\xe9\x1d\x34\xaf\x5e\x17\x05\xb2\x3b\x7f\x2d\xeb\xb3\x6e\x19\x32\x92\xa6\x7a\xd1\xa9\x5e\x2d\x57\x6f\xed\xb8\x11\x03\x5b\x95\xb4\x53\x82\x8c\xfc\xc0\x2e\x3f\x83\xbc\x1c\x86\xe3\x07\xf2\x47\x9b\xc0\x84\x50\xc1\x24\x2d\x99\xbc\x2f\xf2\x88\x9c\xac\xb6\x73\xe7\xaf\xa2\xfe\x1c\xcf\x48\xaa\xbe\x0b\x53\xc1\x2f\xac\xdd\x9f\xd7\x55\xcd\x82\x43\x8c\x58\x76\xa9\x6b\x10\x95\x20\x68\xbf\xf6\x12\x32\xa9\x41\xb6\x4b\x87\x53\x8f\xda\xfc\x22\xba\x70\xe8\x5e\x33\x08\x88\x7e\xd7\xd7\x01\xeb\x6a\x2f\x18\x06\x60\xd1\xb2\x8a\xd2\xfc\xa9\x18\x8a\xbc\x05\x75\x88\x41\x92\x68\xd9\x86\x3a\x84\x00\x49\x10\x48\x70\x4f\xc6\x52\x63\xf3\xf9\x6e\x54\x60\x7b\x4e\x35\x02\x7f\xe0\x60\xa5\x31\x0f\x4b\x8b\x79\x28\x7b\xa0\xfd\xac\x53\x28\x9c\xb1\xdc\x5b\x59\x6f\x2e\x9e\xf7\x20\x7e\xa0\x1f\xa8\x6f\x11\x17\x65\xeb\x75\x44\x68\x54\xef\x32\xa1\x63\xd2\x25\xd5\x64\x57\xad\x39\xc0\xda\x94\x72\x9e\xb3\x1a\xb1\xc9\x52\xc1\xa2\xbd\xe0\xd7\x91\x73\x0a\x68\x7b\xae\xd5\xec\x46\x3d\x26\x25\xa1\x07\xb6\xaa\x12\x14\x6f\xe2\x6b\x24\x23\x83\x1a\xdf\xec\x8f\x37\x92\xab\x66\xfc\x3f\xb5\x0d\xd6\xb5\x0e\xce\x8d\x1f\x4e\x76\x60\x0e\xfb\xf0\x1f\xef\xea\x2f\x1e\x92\xc5\x14\x61\x62\x9a\xe6\xe1\xbb\x37\x5a\x25\x8c\xe5\x88\xd6\xdc\x7b\x43\x48\x0a\x16\x8c\x22\xc9\xa9\xae\x13\xfd\x99\x56\x96\xc7\x34\x55\x30\x56\x55\x4d\x53\x5c\x80\x7a\x05\x84\x0d\x46\xce\x36\x30\xe3\x3e\x1e\x75\x74\xf5\x29\x15\x2c\x2a\x2b\x19\x0d\x30\x83\x31\x31\x2f\x98\xbc\xa8\x90\x8b\x9e\xa3\x7f\x5e\x45\xe5\x78\x46\x82\x29\x48\xa7\x29\x4c\x38\x7e\x70\x18\xb9\x19\xc4\x6e\xfe\x54\xe6\x32\x8d\xea\xc3\xa5\x14\x19\xb8\x0b\x42\xb1\x71\x7f\xb1\x12\x20\xa9\xdc\x25\x29\x20\xa8\xf8\x61\x24\xd4\xe5\xe2\x51\xc0\xc2\xb8\x63\x45\x11\x5d\x33\x1d\x3f\x35\xac\xf0\x97\x5c\x6e\xdf\x66\x97\x4e\xac\xb9\xf5\xbd\x48\x8a\x87\x19\x39\xdb\x9e\x8d\xc7\x5b\xb2\x1e\xb1\x8c\x6e\x46\x2c\x7a\x87\xb1\x0c\xd7\xe7\x45\x1c\x27\x9b\x11\xdb\x57\x49\x31\x5e\x13\x42\x37\x43\xb6\x32\x1c\xec\xb7\x22\xa9\xe8\x06\xfc\xd6\x74\x30\x6e\x49\xdd\xcc\xbb\xa8\xcb\x9d\x9d\x40\x87\x53\x78\xdf\x6d\xd9\xf4\x6c\x7b\x5e\xf5\x28\x35\xb6\x46\xa9\xb1\x67\x7e\xf6\x62\x8b\xb1\x3d\x83\xc8\x98\x71\xbc\x37\xcf\x4d\x6b\xd8\x4d\xee\xfe\xa5\x9e\x1d\x5b\xaa\x5f\xb0\x6b\xd6\xea\xdd\x9a\x10\x13\x47\xd1\x03\xfc\xeb\x58\x2e\x49\xf5\x52\x30\x06\x36\xed\x15\x91\xf3\x0a\xc0\x32\xe8\x0b\xad\x0c\x48\x21\x56\x8f\x85\x37\xcb\x51\x1e\x9f\x94\x49\x45\x73\x62\xe5\x08\xfa\x95\x9a\x43\xd8\x22\x8f\x52\x7f\xd7\xd1\xfb\x58\xcd\xab\x79\xa2\x97\x6c\xb1\xa4\x88\xe2\x6a\x41\x82\x00\xcc\xd5\x7c\x53\x31\x99\x88\x45\xbe\x24\x67\xce\xb1\x63\xcf\x93\x0a\x5f\x14\xbb\x2a\x29\x89\x56\x78\x9d\x59\xc8\x37\x14\x40\x69\x8d\x58\x86\x25\x2b\xab\x31\xbb\xc3\x9f\x0c\x33\xcc\x9c\x69\x59\x5f\x45\x8e\xbf\xb5\x9c\xed\x9c\xe4\xdc\x93\x9a\xca\x0b\x36\x3d\x93\xe3\x31\xf9\x56\x68\x9e\x3b\x8a\x68\xb9\x90\x5a\x6c\x0a\xbf\x64\x45\xa3\xd1\x9a\x17\x5c\x2a\xee\x19\xae\x2d\x9f\xbf\xfb\x7b\x0f\x7f\xa7\xaf\x1e\x40\x3f\xd9\xd2\x9a\x09\x8a\xe8\x25\xb4\x0a\xa2\x19\x19\x7b\x5f\x5a\xb3\x24\x9f\x1f\xb2\xb4\xc8\x88\x7a\xac\x51\x61\xa2\x33\xe1\x7a\xd5\xf8\xfe\x06\x0e\xb6\x1a\x09\x62\x9e\xdf\x4d\x53\x5e\x30\x6e\x61\x92\xea\xfc\x0f\xde\x34\x49\xc5\x4a\x3a\xd4\x70\x29\xb4\x24\xc4\xb3\x12\xcc\x58\x3e\x4f\xc4\xf9\x74\x2e\xb2\x54\xaa\xb6\x48\xaa\xfe\x3a\xf8\xef\x8f\x74\x8a\xe4\x26\x63\xf5\xc0\x22\xce\x28\x3a\xb7\xda\x66\x02\x3c\x49\x0b\x3f\x34\xde\xaa\x2a\x0e\xbb\x52\xa7\x03\x2c\x81\xc9\xb9\xa9\xc4\x5a\xc7\x14\xbc\x12\xd5\x61\x0f\x65\xcc\x2a\xac\xf0\xbc\x6d\x98\xcb\xa3\x6b\xe6\x09\xb4\xae\xb8\xfc\x96\x17\x7b\x2e\x12\x49\xa1\x2a\x88\x2c\x19\x11\xba\x65\xc3\xe9\xd9\x50\x8d\x82\x34\x4d\x91\x0c\xb7\xe4\x6c\xab\x5e\x77\xfa\x54\x1e\x82\x70\x48\x19\x69\x9a\xe8\x5d\x19\xd1\x1d\x7b\x53\x25\x7b\xba\x26\xf3\xe8\x26\x4a\x37\x71\xac\x52\x19\xdb\xcf\xa3\x32\x4a\x87\x1b\x45\xdc\x6b\x4d\xdc\xf7\x04\x8f\x47\xb4\x07\x52\xa3\x32\xb7\x4d\xb3\x6b\x9a\x64\xc7\x22\xd5\x83\x55\x1c\xaf\x86\x6c\x47\xee\x0c\xb3\x3e\xa3\x45\x62\x8f\x6d\xbe\x49\x76\x71\x9c\xac\xd8\x8e\x50\x71\x31\x8d\xe3\x21\x74\x52\x23\xef\x82\xf5\x3b\xfb\x1b\xc7\xe8\x55\x15\xcd\x08\x95\xb4\xf6\xac\xce\x1e\x40\x7c\xe0\x6b\xd2\x34\xc9\xf5\x64\x9b\xcb\x37\x26\x62\xd9\xb5\x87\x53\x79\xea\x8a\x85\x1d\x57\x68\x28\x62\x1b\xd4\xd1\x44\x05\xf3\xcd\x80\x7b\x03\x6f\x69\x70\xec\xff\x1c\x11\x77\xa0\xc3\x2a\x8e\xc4\x17\x49\x3d\x86\x9d\x36\x9b\x7c\x95\x4e\xbe\x22\x5f\x04\xcf\x1c\xf4\xa7\xb5\xa1\x2d\xf1\x25\x72\x31\x9d\x5b\x6c\xde\x2f\x53\x04\xc3\xfd\xd2\x45\xcd\x42\x6f\xa7\x7f\xea\xc8\x66\x3a\x76\x99\x89\xe9\x86\xb3\x8b\x2f\x94\xe9\x3c\x3f\x67\xd3\x34\xbf\x60\x95\xc1\x78\xbf\x3b\x78\x53\x69\xd6\x69\xc4\xbe\xfa\xc2\xe2\x59\x1d\x8e\xaf\xfc\xf8\xca\xab\xaa\xac\xa5\x38\xac\x64\x25\xd2\x57\x3a\xb2\x8e\x47\x4b\x5a\x68\x37\x3a\x5c\x7a\xaf\xa7\x51\xcd\xe5\x2b\xb8\xf3\x5a\xd1\xa4\xaf\x5d\x68\x6f\x7d\x27\xd2\x92\x89\x05\x5f\x0e\xd4\xff\xe0\xf6\x88\x14\x23\x11\x0d\x99\x3a\xd4\x90\x28\xe9\xdf\xc4\x64\x9b\xd5\xaf\x6e\xca\xd7\xa2\xda\x73\x21\x6f\xc1\x3d\x4c\x07\x88\xa7\x7f\x53\xa5\x30\x40\x3c\x3c\x8d\xc9\x91\x5e\xf5\x34\x1f\xc6\x72\xd6\xad\x2f\xf8\x12\x4a\x3f\xad\x56\xa7\xa2\x3e\xaf\xab\xd5\x91\x66\xeb\xf5\x77\x60\xea\xd9\x8e\x8e\x0d\x70\xa1\x81\xc9\xa9\x9c\x47\x8a\x18\x47\x69\x74\x28\xc1\x90\x24\x5a\x26\xbb\x12\x9d\x50\x51\xa4\xd0\xa9\xc9\x27\xd3\xdd\x1a\xdb\x81\x6b\x46\x23\x01\x51\x56\x17\x62\xc9\xd4\x2c\x41\xb4\xa0\x32\xdb\x71\xc6\xb8\xe7\x35\x06\xda\xb6\x44\xd0\x19\xa1\xc3\x29\x8c\xe0\xd5\x35\x17\x45\x76\x9b\xfe\x5d\x26\x7d\xab\xc2\x27\xb2\xfa\xc0\xcb\x39\x4f\x5f\x29\x3a\xf4\xb2\x5a\xeb\x38\xd9\x66\xa5\xd0\x4a\x4c\x60\x54\x81\x37\xaa\x8b\x44\x6e\x45\x75\x03\x72\xe9\x67\x42\x54\x22\x89\x74\x1b\xf5\x83\x5d\x76\xfb\xa0\xac\xe4\x83\x4b\xfe\x00\x46\xb3\x39\x14\x93\x88\x0c\xbc\xe1\x55\xba\xa8\x56\x84\xa8\x65\x4f\x05\x55\xff\xbc\xd9\xf3\x55\xca\x69\xb5\xcf\xfe\x75\xe0\xa9\xc4\x38\x26\xea\xf7\xd1\x00\xb4\x42\x05\xaa\xe8\x73\x5e\x8e\x46\xf4\x77\x03\x6b\x4b\xf4\x14\xf7\x0e\xf5\xc4\x34\x9b\x7e\xf4\xcd\xb3\x89\x67\xae\xa6\xd8\xf4\x0c\x6e\x28\x98\xf9\x8e\xe4\x84\xc7\x71\x79\xff\x52\xf4\x76\x1f\x94\x47\x76\x0c\x47\x42\x91\x4f\x84\x90\x58\xad\xc5\x52\xcf\x63\xd3\xec\xd0\x13\xd8\x18\x6e\x68\x18\x0a\x71\xf4\x4b\x7a\xee\xaf\xe3\x04\x58\xf7\x17\xf8\xde\xd0\x7c\x7c\x8a\xac\x75\x2a\xe7\xc0\x31\x7b\x5c\x31\xa1\xdf\x70\x6b\xdf\x08\x1e\xb1\xcf\x85\xb6\x6a\x84\xde\xd8\xde\x5a\x8b\xd3\x4f\x4c\x7a\x8b\x87\x12\x0c\x6c\x75\xee\xc7\xe7\xdb\x24\xb9\x0d\x5d\x9f\x3b\x6e\xf3\x42\x31\xe1\xa6\x3b\x5e\xba\xf6\xbf\x15\xcc\x4f\x2b\x59\xd8\xbe\x55\x80\xc4\xf1\xcf\x58\x85\xd6\x0a\x98\xc0\x8d\x06\xce\x21\x63\x39\x82\x36\xd4\x5e\x7c\x17\x23\x15\x1d\x78\x32\x53\x04\x2a\x76\x48\x1e\x5a\x22\x9a\x64\xea\xc1\x3e\x4d\x67\x84\x8c\x66\x9e\xcb\x75\x7d\x76\x38\x17\xa0\xfa\x37\x43\x38\x50\x6e\x85\xab\xdd\xa9\x1a\x4c\x19\x40\x74\x02\x76\xa0\x45\x7f\x33\x6c\x65\xb1\x28\x97\xba\xc7\x93\xd5\x56\xdd\xc0\xff\xf2\xd6\xad\x34\x9c\x77\x45\xa1\x20\x04\xdd\x47\xe1\xe1\x91\x28\x02\xf8\x56\x1d\xfd\xc7\x32\xed\xb3\x63\x7b\xf0\x6b\x69\x57\x1c\x89\xab\x1a\x20\x7c\x51\xdf\xff\xc1\x96\x27\x9c\x68\x8b\x4f\xdb\xca\xdb\xdb\x3d\x0f\x5a\x22\x77\x1c\xfc\x78\xdd\x26\x43\xd1\x08\x15\x8c\xe7\x58\xd1\x4d\xee\x65\x9b\x28\xbe\x25\x9b\xd2\x9c\x25\xc2\xc1\x4a\x3e\x7c\x04\x3c\x01\x86\x8a\x55\xd3\x45\x24\x13\x8b\x47\x4b\x64\xcf\xfc\x3b\x35\x63\xe5\x28\xbf\xb8\x80\xb0\xa4\x49\x36\x17\x8b\x47\x5f\x64\xe3\xd9\x32\x9d\x92\x0b\x56\x91\x9c\x65\xd6\x6d\x77\x98\x40\xe6\x68\xb6\x3c\xaf\x08\xb9\x83\x0a\xbf\xc8\x46\x8f\x96\xfa\x46\x2d\x59\x36\x9a\xa1\x2a\xa6\x56\x27\x0d\x01\x6a\x5f\x6d\x00\x68\x50\xd3\x96\x07\x11\x49\xc7\x33\xc3\xeb\xd4\xe7\xd3\xb9\x4c\xa7\x8c\xd5\xc8\x72\x49\x8b\x94\x52\x8f\x67\x38\x51\x8a\xf8\xb6\xe6\xa8\x75\x84\x14\xf5\x70\xce\x20\xc0\xb5\xa8\x8f\xe6\xaf\xdc\xef\x44\xe3\x65\xbb\xe5\x4d\x38\x41\xe2\x43\xe0\xfb\x54\x42\x63\xc8\x71\xf6\xaf\xa4\xa9\x00\xcb\x60\x58\xe2\xc5\x74\xe9\x7d\xd7\xde\x02\xc6\x46\x0e\x58\x95\xac\x6c\xdf\xdc\xd6\xc3\xe4\x81\xd0\x76\x0e\x99\x7a\x6f\xd0\x9c\x99\xa6\x70\xec\xda\x26\xb9\x43\x62\xf3\x85\x5c\x92\x72\xa1\xfe\x59\xc6\xb1\x31\xa9\xc3\xbf\x1d\x1b\x0e\xa5\xdc\x2b\x6c\x7a\x56\x9d\xab\x24\x43\x60\x2a\x43\x60\x32\x86\x9f\x2e\xaa\xe5\x72\x90\xd9\xfa\x32\x83\xa5\x3c\xd9\xc2\x18\x11\xd7\xb2\x5c\xf8\x7f\x2f\xe7\xae\x71\x3f\x99\xa4\x2a\x41\x5d\x02\x41\xff\x30\x05\x19\x3b\x63\x2b\xf4\xfe\xaa\xa8\x2e\xb3\xa2\xd3\xab\x9a\xd9\xbc\x45\xb5\x1c\xd4\x93\xbd\xe0\xeb\x24\x87\xd5\x24\x71\xac\xd1\x78\x05\xad\x27\xd7\x59\x41\x6c\x2b\xf8\xa7\xc3\x2a\x55\x6b\xf4\xc6\x3e\xf5\x4f\x73\x62\xeb\x6a\x65\xb7\xa6\xe6\xa9\x12\xce\x5e\x80\x21\x24\x4a\x3d\xe7\x42\x3f\xb7\x84\x8e\xd5\x9b\x72\x45\xcc\x80\x1c\xa0\xb8\xf0\x49\x55\x89\x75\xff\x56\xe8\x50\x5d\x80\x2b\x33\x2d\xfe\xa8\x5b\x74\x2d\x29\x92\x9d\x46\xd5\xe5\x3f\x11\xc3\xc9\x5c\xad\xf3\x90\x44\xa4\xd0\x29\xa0\x77\xa9\x40\xfa\x2c\x9b\x06\xb9\x7f\xd5\x2b\x30\x26\xef\xe9\x93\x6e\xf6\xb5\x6e\x36\xac\x34\xac\x02\x3e\x57\x0f\xb0\xfe\x2a\xfe\xe9\xe6\xea\xad\xb4\x04\xd2\x56\x80\x88\x99\x94\x83\x5c\xf2\x08\xb8\xb5\x8f\x4d\x0c\xce\xde\xfa\x5c\x35\x18\x72\x8d\x42\x00\x8b\xe9\xd1\xab\x13\x24\x9d\x8f\x7d\x5a\x38\x0a\xb8\x70\x2f\x5a\xf3\x91\xe2\x2b\xe0\x31\xb2\x11\x3d\x0b\x03\xf1\xba\xe1\x8c\xb5\x25\x29\xdc\xde\xbe\x66\xe9\x70\xf5\xdd\x4a\x62\x48\x67\x7e\x1e\x16\x98\xf3\xd6\x17\x29\xbf\x00\xcf\x30\x96\x63\xa8\x71\x2a\x58\x40\xc9\xf5\x31\x13\xcc\x92\xb2\x0f\x7a\x0a\x04\x4e\xc2\xf4\xc4\x24\x8c\x92\x72\x6e\x9b\xc2\x81\x8e\x3f\xe4\x89\x20\xa9\xba\x69\xd6\x7c\x93\x1d\x0a\xe9\xf0\x71\x7b\x78\xfb\xa7\x32\xf1\xa7\xce\x7d\x65\x71\x76\x7b\x3e\x7a\xd1\xf9\xa8\xe6\x12\xb5\x2b\x18\xbe\xa3\x8f\x5d\xd3\xdf\xfe\x26\xbc\x81\x5b\x93\x88\x8e\x02\xb8\x64\x5c\xab\x69\x74\x40\x10\xd0\x20\x06\x29\xec\xee\xe8\xc2\x9c\x2f\xe4\x92\x09\x3a\x14\x71\xfc\xb8\x4a\x4a\xf4\x62\x0c\x4b\x6b\x9c\xf0\xe9\x51\xf1\x6a\x60\x9a\x84\x3d\x6e\xf3\x69\xd7\x2d\xbc\x56\xc5\x36\x30\x7d\xf0\x07\x02\xb5\xd8\xb6\xbc\x1a\x57\xd8\x8e\x22\x43\x41\xc2\x42\x11\xc0\xa4\x9b\xa8\x3d\x03\x45\x22\x7d\xd3\x10\xfa\xb8\x6a\x97\x25\xdd\xcf\x35\x14\x3b\x1d\x8d\x4a\x18\x8e\x3a\x55\x2f\xca\x4d\x95\xb6\x34\xfc\x7d\x5b\x5a\xdd\x47\x21\x2f\xdb\x41\xfe\x95\x8c\x6b\x7c\xda\xd6\x3e\x0d\x8a\x1e\x0d\x6b\x80\x34\x2b\x91\xec\x0d\x00\xbf\x06\x65\x4c\x78\x77\x75\xf8\x24\x45\x37\xbe\x94\xa3\xca\x14\x6d\xe7\x69\x30\xb2\xb4\xb5\x6c\x50\xf2\x49\x91\xd5\xb5\x2e\x0e\xbf\xe9\xe5\x95\x49\xd3\xbf\xe8\x8d\xc8\xf6\x26\xcd\xfe\xa6\x37\xf9\xfa\x8a\x4b\x48\xc3\x5f\x47\xb8\x0e\x7e\xce\xf9\xcd\xbe\x12\x3d\x07\x42\xdb\x89\xb4\xa9\xc9\x37\xc6\xb4\xbb\x9d\xf1\xb6\x3a\xc2\xa3\xf2\x17\xa8\xfe\x34\x32\x26\xcd\x28\xe0\x5f\xd2\x15\xdd\x30\xbf\x16\xba\x66\x09\x67\x3f\xf6\xd2\x61\x42\x8c\x6a\x66\xcb\xb8\x15\xed\x48\x1d\x1a\xd0\x44\x13\x62\x91\x89\x26\x04\x21\x3c\xef\xc7\x9a\xa6\x08\x09\xdd\x2b\xb6\xa8\xb9\xfc\xa9\xe4\xeb\x5c\x66\x97\x05\x87\x18\xe8\x3a\xce\x92\x1f\x0c\x48\x12\x1a\x81\x53\x18\x63\x25\x59\xc3\x6b\x79\xef\xc4\x7e\xd9\x65\x75\xcd\xb5\xdc\xaf\xe4\x5a\x64\xa8\x85\x73\xf6\xd5\xb0\xe9\x97\x3c\xb5\x08\x99\x03\x0d\x84\x4f\xb0\x27\x01\xbc\x81\x07\x3e\xe2\x7b\xe0\x9f\x05\xdd\xe0\x46\xaa\x14\x86\xd9\xbe\xd8\x83\xe8\x5b\x56\xfb\x8b\x30\x63\xae\xc7\x34\x0e\x93\xd3\x13\xf5\x9c\xb3\x7d\x1c\x27\xea\x1b\xad\x3b\xa3\x5b\x5b\x02\x31\x19\x76\x71\x9c\x6c\xd9\x6e\x1c\xa4\x92\xa3\x59\x45\x59\xed\xd9\xda\xc6\x5f\x85\xa4\x02\x30\x35\xf4\x1f\xa0\xad\x63\x51\x44\x23\xf8\x15\x31\x96\xcf\x93\x2d\xeb\x99\x90\xb0\x05\xda\xaa\x60\xba\xff\x18\x91\x34\x89\x54\xe5\x50\xc9\x96\x4d\xd3\x68\x07\xd8\x67\x11\x7a\x00\x6c\x59\xdf\x3c\xb7\x3a\xfe\xf0\x11\x09\x3b\x8a\x61\x66\xd1\xe5\xa0\x42\xba\x99\xb1\x2d\xad\xd9\x9a\x1e\x58\x6b\x32\x68\xc1\xd6\xad\x09\xd4\xea\xe6\x64\xc5\x7e\x12\x89\x3d\x26\x84\xf8\x41\xd4\xf6\x2a\x67\xd5\x8e\xb5\x37\x64\x9d\x50\x97\xae\x14\xc6\xba\x3b\x52\x29\xf2\xab\x2b\x2e\x5e\x95\xdf\xf1\xdb\xa7\xd5\x0d\xbc\xca\xdf\x08\x12\xa4\x83\x13\x9d\xca\xf8\xd0\xca\xf8\x69\x9f\x3e\x16\x94\x7f\xe4\xab\x27\xd5\x6e\x97\x95\xeb\x36\x7d\x2d\x3a\x7c\xbd\xa3\xa6\x45\xb9\xe0\x7e\xe0\x67\x94\x6a\x98\xfa\x9f\x15\x7c\x25\x45\xbe\x6a\xdf\x3e\xcf\xb8\xf5\x95\x24\x74\x93\x97\xeb\xd7\x55\xfd\x6d\x87\xac\x18\xc6\x64\x36\x90\x20\x85\xce\xd9\x78\x46\x25\x1b\x7b\x16\x8a\x15\x9b\xd2\xac\xf5\x9e\x3c\xab\xce\x01\x41\x20\x63\x7f\xf7\x6e\xe1\x8c\xe6\x50\x27\x31\x62\x52\xb0\xda\x3f\xb3\x61\xe2\xe8\xae\xba\xe6\xdf\x9e\x12\x97\x81\xf3\xa6\xd0\x90\xb2\x0e\xef\xe8\xeb\x5b\x57\xba\xb4\x97\xbf\x68\x63\xd1\x0a\x38\xf0\xf8\x31\x58\x33\xa3\x74\x63\xfe\x77\x91\x08\xbc\x7a\xd1\x19\x08\xc6\xed\x9c\x11\x65\xf1\xb2\xba\xe6\x3f\xe7\xf5\x21\x2b\x8a\x5b\x92\xf2\xf3\xe9\xbc\x34\x6c\x70\x09\x6c\xf0\x91\x1e\x2a\x35\x87\xa8\xbb\xb9\xb7\xfb\x16\x8a\xbb\xf4\x1e\x02\x93\xba\xda\x71\xb9\xcd\xcb\x2b\x1c\x14\x5f\x27\x64\x5e\xde\xe3\x57\x6c\xb5\x44\xe9\x77\x5a\x8e\xe1\x73\x09\xb8\x5e\x7f\x17\x49\x49\x85\x1b\xd2\x70\x66\x39\x18\x35\x04\xbc\x7c\x72\xf0\xa5\x80\x42\x47\xed\x36\xa3\x3f\x91\x55\x9a\x1f\x8f\xde\xce\xf8\xf9\xf4\xce\xa0\x15\x2b\x4f\xef\x8e\x8c\x4d\x69\xdd\xde\x1d\xd9\xb9\x3c\x1b\x8d\x32\x23\x6d\x37\x77\x52\x4d\x21\x92\x9d\xa7\x92\xaa\xe6\x15\x3b\xc0\xe9\x4f\xf1\x1f\x56\xd1\xa4\x66\x7f\xb2\xf2\x9b\x9c\x0a\xb7\x9d\xc2\xb0\x83\x35\xee\xa7\x9f\xef\x5b\x10\x6f\x21\x4c\x4c\xa8\x61\x6b\xeb\xa0\x09\x3a\xec\x9b\x38\x46\x4b\xc5\x9e\x05\x83\x2e\xdf\xbb\x37\x33\xc4\xbd\x21\xde\x2a\x64\x66\x23\x65\xb0\x91\xb4\x29\xd6\x8f\x32\x11\x34\x33\xc8\x5b\x30\x1f\x06\xa2\xe4\xaa\xca\x8a\x27\xa0\x09\x03\x03\x03\x98\x10\x3f\x95\x98\xc8\x54\x3a\xdc\x24\x82\xc0\xab\xe9\x12\x14\xa5\x49\x46\x97\xab\x95\x36\x32\x8e\x33\xc6\xca\xf0\xa5\x18\xc7\xff\x12\xfa\x29\x4a\x5f\xab\xce\x1c\x74\x3f\xe0\xb6\xc2\x10\x97\xf4\x00\xdb\x9e\x1a\x8f\x1a\xcf\xf7\x66\x7a\x96\x9d\x97\x3d\x3a\xed\x6c\x34\x22\x7e\xfa\x22\x5b\x7a\x5d\x67\xf9\x22\x5b\xea\xfd\x86\xb8\xb1\x3d\xc2\x98\x1e\xa9\x94\x36\x22\x04\x21\x94\x71\x41\x44\x3b\x18\xef\x45\xe5\xb4\x7c\x3c\xd0\xf2\x9d\x25\x5c\x43\xce\x37\x4d\x09\x4e\x7c\x38\x98\x38\x16\xf3\xf1\x58\xa4\xa3\x51\xe9\x91\x39\xab\xee\x13\x84\x66\xec\x4d\x05\x6a\xed\x79\x8f\xc2\xe3\x4d\x05\x16\xc8\xc7\xd4\x69\xfb\xaa\xbe\x82\x2e\x9b\x93\x63\x8f\xe6\x64\xe8\x17\x88\xe3\xa1\xaa\x97\x1c\xcf\x40\xdd\x97\x25\xae\x3b\xe3\x19\x21\x67\x64\x3c\xd6\x01\xd9\x9c\x60\x37\x28\x56\xaa\x42\x8a\x8f\xef\x31\x6e\x47\xd7\x30\x6d\xc9\x8e\xd2\x5b\xb8\xd3\xaa\xab\xab\x02\x64\xfb\x37\x22\x97\x3c\xe8\xa2\xb6\x9e\x8b\x63\xce\xda\xc2\x7d\x28\xdc\x34\x49\xd2\x97\xce\x86\x7d\xa9\x64\xfe\x7d\x15\x3c\xf5\xb4\x55\xd4\xd3\xfc\x3a\xf0\x43\xb6\x1f\x44\x24\x7d\xf1\xef\x7e\x41\xff\xa4\xa5\x9b\x91\x4d\x7c\x0b\x23\x8c\x28\x2a\xb3\xfa\x3a\xa6\x1e\xf6\x3a\x80\xf4\x49\x8d\x55\xc0\xdc\x5e\x71\xf9\x4d\xce\x8b\x75\x42\x30\x3c\xf5\x91\x3a\xd4\x9b\x6e\x0d\xc3\x64\x18\xe8\x0a\x9c\xfb\xfb\xd0\xde\x18\xab\xac\x94\xcf\xd6\xb9\x54\xcf\x5f\xcd\x99\x74\x89\x9a\x96\xe7\x18\x1b\x3e\x09\x36\x7c\xc0\x0a\x50\xbb\x54\x5e\xb0\x43\xdf\x92\x2f\xb0\xf4\xeb\x14\x41\x8c\x3a\x94\x5a\xbf\xd1\xfe\x1f\xfe\x03\xd0\x80\x25\x05\x53\x61\xac\x25\x07\xe6\x59\x86\x66\x80\x9e\x5d\x57\x3b\xca\xfd\xd6\x70\xbf\x01\x7a\xd6\x46\x2b\x69\xc6\x41\xed\x36\xf2\x28\xc5\xf8\xa2\x41\x50\xf8\xd3\xdf\x20\x67\xe8\x3f\x05\xd2\xad\x2e\x4b\x3d\x3e\x34\x5d\x5b\xcd\x10\x0d\x1d\x5e\xba\xb3\x6e\x6f\x2a\x3e\x4f\x38\xf3\xdf\x74\x6d\xf9\x9b\xbd\x58\xe1\xb5\x4a\xfd\xd0\x80\xc1\x06\xe8\x5a\x03\x12\xd2\xb5\x86\xe2\x73\xee\xb9\x37\x68\xc7\x06\xa8\x39\x35\x86\x93\x1b\x88\x90\x67\x7b\xc5\x6d\x09\x02\x32\x32\x10\x73\xc8\x4a\x17\xc4\x68\xf7\x02\x7c\x8a\x9a\x66\x6a\xb6\x8c\xe7\x57\x61\x77\x53\xcf\x06\x79\x5d\xd5\x8c\x3b\x5d\x8e\x50\x1c\x36\x9c\x28\xcf\x16\x00\x6b\x32\x12\xba\xb6\x4d\xa1\xce\x97\xd5\x1e\xb3\xc1\xb6\x90\x77\x6c\x0b\x75\x31\xa1\xa3\x6b\xcb\xaa\x63\x63\xa8\x4b\xe8\xd7\x2c\x14\x31\xb6\x86\xdc\xda\x1a\xe2\x41\x37\xe6\x86\x81\x49\xaf\x08\xcc\x0d\x01\xcc\xe0\x4d\xfe\x47\x47\x2d\x18\x30\xa5\xd6\x62\xc2\xa3\xdd\xdd\x15\x6b\x9a\x87\xff\x78\xb7\x1e\x19\xbc\x20\x04\xe2\x50\x6c\xfc\x9c\xc3\xc3\x26\xe5\x47\x77\x50\x45\xc7\x76\x02\x1f\x42\xb0\xdf\x19\x68\xb7\xbd\x33\x7b\xaa\x34\x9e\x29\x06\x30\x53\x1e\x57\xeb\x5b\xb8\xc6\xf1\x47\x13\xd6\x14\x2f\x4c\xd1\x11\x47\x0c\x90\x77\x06\x79\x54\x4e\x45\x4b\x2a\xd1\x75\x24\xd6\x02\x90\x8e\x13\xb1\x4e\x37\xfc\x80\x44\xc4\x3e\x9b\xbe\x90\xcb\x49\x59\x7d\x8b\x3b\x9f\xdc\x71\xc5\x83\xe4\x34\xc2\xdc\xc8\xd8\xbd\x8c\x46\xf9\x51\x8d\xc5\xe0\x06\x89\x15\xff\x09\x5d\xd6\x87\x53\x45\xdf\x05\x8d\x04\xdf\x08\x5e\x6f\x23\x6a\x54\xd4\xea\xc5\x94\x9d\xb2\x4e\xf8\x4d\xda\x77\x10\xd5\x5f\x06\x8b\xdd\x4b\xde\xda\xf1\xc0\x06\x46\x99\xec\x9f\x8e\x56\xe7\x5e\x05\x45\xec\xee\x73\xd4\xc2\xa3\x8d\x61\x1a\x3c\x44\xff\xa9\xbf\x36\xf4\xa6\x69\x1c\xa6\xe7\xb8\x2d\x5c\x25\x17\x93\xaf\x48\x1c\xbf\xd6\xdf\xd8\x7b\xaf\x33\x35\xf5\x4d\xb6\x7f\x5a\x75\x1e\x87\xa1\xee\xcb\xa9\xbd\x56\x3b\x14\x26\xbe\xcf\xcd\xa4\xb5\x86\xd5\x0f\x8f\x12\x8e\x38\xb8\x06\xfc\x10\xf9\x9d\xc9\xc3\xbd\xa0\x26\xef\x6f\x66\x04\xba\xc3\xe6\xc6\x26\x54\xe2\xcd\xf4\x42\x35\x08\xf7\xee\xbf\x7b\x4b\x83\x9c\xee\x17\x3c\x37\xda\xdc\xe8\x53\x55\xe8\x53\x76\x74\x57\xe2\x67\x7f\x6a\x2e\x46\xf8\x16\xe5\xc2\x9f\xf9\xa5\xf6\x25\x38\x1e\x69\x59\x25\xaf\xf0\xb8\xfe\x2a\xd8\xab\x89\x96\xa3\xd7\xec\xee\x48\xff\xa6\x12\xf0\x9c\x23\xb4\x19\x48\xaf\x1d\x85\xfa\xdd\xb3\xe9\x72\x5f\xa2\xd5\x8f\x88\xe3\x04\x6c\x7b\x58\x2b\x34\x56\x49\xee\xca\x21\xe3\x65\x1c\x6b\x7f\x66\x72\x4c\x05\xba\x53\xf0\x92\xbd\x9a\xbc\x28\x73\xc9\xee\x64\x85\x24\xad\x3b\x0e\x8f\x1d\x83\xb2\xd1\xf1\x38\xf8\x5d\x24\xd1\x75\x56\x1c\x78\x44\xa3\xa8\xe5\x22\x0a\xf1\xf2\x00\xdc\x2b\x51\x3c\xcf\x70\x4a\xa8\x2a\x0e\x76\x4a\xf8\x2c\x69\x97\x37\x0a\x5a\x34\x42\x62\x92\x3e\x56\x9c\xb2\xfd\xd2\xd9\x15\x47\xf4\x11\x7d\xdc\x4a\x37\xe6\xc1\x00\x04\x03\xe9\x9e\xc1\x46\x64\x0b\x6b\x2b\xf0\x88\xfe\x39\x20\x79\x1f\x12\x3c\x04\x9c\x50\xf0\xbc\x72\xad\x06\xb0\xd7\xbd\x1d\x07\xf2\xe7\x21\x64\x33\xe9\x2b\x74\x69\xe9\x07\xa8\x1c\x70\x47\x85\xfb\xac\x3d\x72\x36\x35\xba\xf6\xca\x80\xc5\x18\xcd\xb8\xd4\x96\x6c\xe3\x19\x63\x95\x31\x62\x63\xd5\xc8\x7a\xc5\x69\x85\xe6\x96\x27\x25\xad\x08\x39\x96\xa3\xd1\x91\x78\xe0\x0b\xa2\x85\x00\x90\xfb\xb6\xac\x92\x8a\x45\xbe\x04\x20\x97\x45\xbe\xd4\x6f\x09\xf5\x6b\xb5\xb5\x2d\x20\x82\x37\xcc\xed\x9e\xaf\xf2\xac\xc0\x17\x18\x7d\xb8\x78\x77\x98\x4e\xa7\xd3\xb1\xfa\x67\xb6\x51\xff\xff\x2f\xf8\x7f\xb6\x7e\x77\x78\x34\x9d\x5e\x8e\xe1\x9f\x8d\xfa\xff\xa3\xbf\xc2\xff\xff\xfb\xdd\x61\xc3\x37\x9b\xe5\xc3\x2b\xda\xd6\xfc\x58\xe0\x47\xaf\x0d\x70\xf7\xfd\x91\x5f\x3d\xfb\xb8\x4f\xe4\xa4\xae\x0e\x62\xc5\x21\x08\xbe\xba\x84\xa3\x77\x32\x22\xf3\x28\x4a\xa3\x46\xfd\xa2\xd1\x55\x44\xa8\x18\xea\x3d\x1d\xc7\x7c\xa2\x29\x66\x42\xba\xdd\x7f\x5d\x64\x2b\xbe\xad\x8a\x75\x9f\x5a\x49\x42\x60\xfe\x7a\x9f\x95\x10\x99\xff\xff\x89\x28\x88\xc8\xcb\xeb\xac\xc8\xd7\x60\xe3\xea\x41\x4b\xca\x5c\x16\x9c\x45\xef\xde\x1d\xa2\x91\x03\x12\x7b\x2c\x93\xa9\x7a\x73\x6b\x4e\x61\xf6\x17\xd2\x91\xba\x67\x22\xcf\xc6\x45\x76\xc9\x8b\x88\xea\x6a\x14\x45\x0c\x7a\xe3\x8f\xc1\xee\x4d\xae\xa5\x82\x7a\x19\xdc\x81\xd8\x1f\xe4\x1b\xc5\x3b\x44\x74\x37\x8f\x74\xc8\x46\x23\xa9\x8f\x52\xf0\x01\xcc\x04\xcf\x22\x1a\x60\xca\xb4\x8c\xd2\x5c\x35\x0f\x56\x59\x09\x66\x69\xc9\x2d\x97\xe4\xc1\x25\x7f\x80\x5e\x79\xeb\x07\x79\xf9\x20\x7b\x20\x0e\x65\x99\x97\x57\x0f\x54\x0b\x95\x88\xbc\x0e\xb6\x24\x6f\x11\x1d\xde\x62\xc6\xcd\xb6\x2a\x20\x66\x35\xde\xac\x5f\x83\x4b\xbd\x77\x4a\xb7\x7c\xa7\x68\x8a\x26\x6d\xe1\xc2\xfc\xa8\x4e\xe9\x93\xe0\x90\xa2\xcd\x5f\xff\x07\xbe\x0f\xed\xae\x44\xac\x64\x6f\x73\xec\xca\x44\x90\x41\x1e\xc7\x39\x80\x31\xaf\xb6\xee\x17\x98\x44\xd3\x72\x92\x49\x4c\x37\xbf\x12\x4e\xf3\xa6\x41\x24\x72\xbd\x10\x06\xef\x12\x09\x84\xa3\x1c\x86\x41\x53\x54\xa9\xb5\x9e\x7d\x7c\xdc\x3c\xf9\x24\xf0\x99\x4a\x8b\x02\x00\x6d\x90\xc0\x23\xab\xb8\xcb\x4b\x0c\x76\x1a\x45\xed\x12\x98\x0e\xbd\x4b\x93\x4f\x22\x85\xe9\x56\x9e\x02\x8b\xfa\xda\x92\x45\x4d\x22\xfb\xb1\xc1\xbe\x85\x25\x81\x88\x21\x76\x61\xf4\x75\x17\xd1\xc5\x32\x18\xfe\x0b\xe7\xde\xd1\x5e\x4b\xcf\xf7\x4e\x6d\x88\xee\x2d\xd1\x8a\x16\xe2\x2b\x41\xe6\xbf\x79\x86\xc3\xc8\x8f\x47\x53\x35\x15\x3d\x87\x67\x55\x5d\x73\xad\xd3\xfd\x81\x7f\x94\x6f\xab\x37\x06\x89\xbc\xb3\x58\xdf\x06\x1d\xb4\x88\xe5\xfa\x88\x45\x65\x26\xf3\x6b\x1e\x6e\xd2\xaf\xd5\x3c\x7d\xdb\x07\x97\xde\x85\x85\xe7\x6d\x2e\xf1\x33\xd0\xd1\xdb\xde\x79\xad\x1b\x4b\x87\x82\xef\x8c\xe4\xde\x79\x17\x68\x83\x87\xdf\x46\x74\x46\x9f\xf4\xd4\xf9\x4d\x25\x76\x59\x57\x09\x6f\x04\xa2\x47\xef\xa3\x7a\x5b\xdd\xa0\x07\xdc\x2f\x5b\x5e\xbe\x31\x51\x7c\xa0\x53\x5c\x3a\x22\xa1\xf8\x4b\x2b\x6e\x7d\x55\x86\xa8\x6e\x5e\x07\x7e\xc9\x6b\xfe\xa4\xda\xdf\x3e\x39\x78\x17\xba\x11\xb5\xb4\x86\xaa\xf6\x8a\x83\x26\x64\x4c\xce\x13\x00\xdd\xeb\x60\xf5\x5d\x16\x07\x91\x04\xc1\x06\xf2\x5a\x91\xc9\x35\x1b\x42\xcc\xd0\x6e\xf2\xac\x07\xef\x0f\xfb\xa0\x9d\xc8\x31\x14\x94\xea\x9c\xfe\x08\xd8\xda\x9e\x0e\xca\x2e\x26\x9d\x66\xb6\xdd\xb2\x98\x10\x8c\x9d\xb3\x60\xf0\x66\xe4\x90\x0d\x13\x0c\xfe\x8b\x34\x8d\x78\x88\x01\x5e\x00\x85\x6f\xf4\xb7\x35\xcd\x99\x9c\x3f\xcf\xd3\xbf\xe7\x83\xbc\x07\xa9\x1f\x03\x45\x80\xb5\x72\x44\x4b\x34\x5b\x26\xf4\x74\x49\x75\xb5\x28\xc6\x68\x02\x3f\xee\x2b\x89\xe0\xa0\x25\x88\xe5\xee\x2b\x57\xf0\x4c\x1d\xa7\x72\x02\x3f\x4e\x97\x54\x93\x52\x4e\xd4\xbf\x8a\x2f\x01\x66\xb4\x1b\x7b\xc5\xa7\xc8\xb8\x1b\xbe\x2e\xf2\xf2\xc3\x8f\x99\xe4\x11\xfd\xea\xcb\xa9\x9f\xe3\xcb\x6b\x22\x1a\x64\xe1\x0b\x51\x1d\x0a\x6f\xe7\x62\x04\xb5\x27\x5e\x81\xd7\x5c\xa8\x23\x04\x8b\xe5\x15\xbc\xa9\xc4\x07\x45\x31\x23\x20\x8f\x36\xe9\x29\x2f\xb2\x5b\x2f\x6d\x53\xa8\x93\x55\x02\x02\x17\x54\xf1\xc1\xd6\x90\xad\xd7\x2f\xab\x35\x07\x33\x05\xd8\x49\x2e\x6b\x8f\xb2\x2d\x40\x72\xf4\x2a\x3b\x94\xeb\xea\x29\xdf\xcb\x6d\x44\x1f\x4d\x7b\xc8\x68\xb5\xb2\xe1\xba\x6c\x51\x26\xf5\xc6\xd5\x39\x80\x46\x69\x7a\xf9\xe8\x2b\x5d\xf3\xb5\x36\x87\x30\x13\x35\x9b\x7e\x9a\x55\xd9\x65\x1f\xbf\xcd\xaf\xb6\x85\x9a\x24\x44\x5f\x88\xe8\x8c\xff\xd9\x1b\xc6\xae\xba\xc6\x83\xa2\x38\x79\x9c\xd3\x1e\xfa\x7f\xea\xc8\xbc\xd6\xd6\x0d\x96\xc5\x93\xd9\x25\x30\xce\xa7\xde\x1a\x27\xde\x91\x13\x99\x5d\x82\x7d\x33\x93\x4d\x13\x45\xba\xb2\xec\x20\x2b\x8d\x57\xea\x9c\x40\xa5\x7a\x35\xa9\xf7\x0a\xbc\xd9\x04\xfc\x95\xef\xf8\x4b\x9d\x32\x80\x97\x59\x5e\x42\x02\x0b\xdb\x77\x8f\x36\xa8\xa0\x69\x22\x55\x6d\x04\x02\x81\xa4\x95\xc9\x38\xa1\x99\xb8\x02\x47\x1a\x23\x76\xb9\x78\x04\x68\xd3\x6b\xbe\xe7\xea\x7d\xb3\xca\x79\x8d\x61\x8c\x9c\x5f\x0a\x5a\xc7\xa2\x42\xd9\x7e\x4e\x1f\x11\x42\x65\x09\x2f\xc5\x23\xb5\x1d\x7c\xf1\xf2\x59\xab\x83\xc2\x95\x11\xbc\xae\x8a\xeb\xf6\x28\xfa\x81\xa8\x79\x1c\x8b\x3e\x1d\x37\x67\x50\xa1\x35\xfc\xe0\x71\xdc\xfd\x16\x6c\x3d\x7b\x2b\x80\x1c\x62\x58\x72\x55\x15\xda\x85\x0e\x4e\x80\x30\xdc\xa9\x5c\x88\xea\x92\x70\xf6\x5e\x23\x51\xa3\x87\x81\x84\x7f\x5c\xb0\xd4\x9e\x11\x3c\xfc\xc7\xe2\xdd\xcd\xbb\xf1\x72\xf4\xee\xa1\xf9\x31\xfa\xb8\x2b\xfe\x64\x95\x38\x16\x0f\xd8\x9f\x9b\x24\xca\xf6\xfb\x22\x5f\x81\x88\xea\xe1\xc7\x5d\x61\x9f\x06\xdd\x36\xe6\xd8\x41\x7e\x4c\x79\xd3\xe0\x6f\xdc\x00\x47\x35\xe1\xda\x98\xb7\xb5\x22\x92\x85\xcd\x59\x80\x4f\x59\x2e\xa4\x9e\x0e\x08\xe3\xee\x7a\x67\xdc\x51\x34\xea\xc7\xc3\x7d\x91\xe5\x65\x64\x80\xd2\x34\xd0\x5a\xbe\x49\xca\xae\xb9\xb1\x3f\xe3\x39\x2b\x5d\x13\x56\x91\xa6\x58\xff\x9c\xe4\xed\x2f\x2b\x02\x00\x94\xbd\xa9\x8b\xe8\x7d\x34\xaa\x96\x80\xeb\x47\xa8\xfa\x3f\xcb\xd5\xcf\x23\xa8\x5d\xbd\xe5\xa1\x32\xb0\x20\x56\xf5\xd9\x3f\x99\x9f\xa7\xde\x52\xea\x8c\xa8\x86\x9c\xa8\x12\xfa\xe6\x67\x40\x53\x5e\xc2\xa2\xb2\x71\xd2\x4a\xef\x18\xc0\x2a\xc2\x3a\xd0\xae\xa1\x17\x78\xf9\xb4\xe3\xf1\x7d\xc8\xf7\x6f\xab\x67\xe5\x3a\x41\x8f\x00\xff\x40\x25\xfe\x9c\x53\xac\x56\x4f\xbd\xa1\x1b\xcf\x3e\x4a\x5e\xd6\xea\x4a\x46\x72\x81\x8a\xe7\x9e\xb5\xbf\x51\x5b\xb8\xbb\x4a\x9c\xcc\x4b\x75\xac\x52\xf8\x3f\xbb\x3b\x12\x37\x18\x5b\x77\x87\xf2\x58\x0a\xd1\xa2\x02\x4f\xab\xd5\xa9\x8f\xae\xf3\x93\x5f\x69\x59\xcd\xef\x68\x96\x5e\x01\xfe\x9e\xc9\x53\xcc\xc8\xb7\x55\xf5\x21\x20\x1b\x95\x41\xd8\x23\x18\x7b\x21\x53\xb3\x81\x2b\xaa\xa7\x41\xf0\xab\xbc\x96\x5c\xa0\xb2\xb7\x13\xe1\xa0\x6b\x1c\xcf\x49\xd3\x24\x19\xcc\xc1\x2b\x98\x08\x6d\x05\x9e\x2e\x96\x47\x42\x21\x03\xec\x3d\x91\x9a\x61\xe5\xcf\xa1\x44\x6f\x13\x28\x55\x0b\x7b\x61\xf0\x63\xa0\x32\x6b\x81\x8e\x2e\x58\x7b\xc1\xd7\xa9\xa0\xd7\x59\x91\x96\x47\x3d\xaa\x5a\x8d\x6a\x55\xed\x6f\xc1\x92\x9c\x75\x04\x46\xc3\x29\x63\x4c\x5a\x67\x27\x8d\x3b\x6a\xca\x5b\xf3\x02\x97\xe4\xce\xfb\xdd\xd1\x1e\xc2\x12\x36\x7a\xe8\xf4\xf3\x20\x2f\x6b\x99\x95\x2b\x45\x68\xe0\x4a\x00\x8b\x8e\xdc\x06\x5d\x5e\x12\x42\xc5\xa2\x5c\xb2\xdc\x33\x79\x3f\xa8\xee\x3a\x07\xb5\xce\x9c\x6b\x2d\x27\xf7\xca\x00\x0e\xbf\xfd\x2b\x01\xa7\xa6\x81\xe7\x46\xd1\x1a\x33\xe8\xb4\xb9\xcb\x3e\x73\xfe\x73\x9e\xe7\x05\x7a\x6a\x8a\xa6\x11\x78\xf5\x31\xe3\xac\x29\x99\x40\xa9\x10\xe5\x0c\xf3\x6c\xef\x9b\x06\x9d\xe0\x38\x85\x02\xa9\x3c\xe2\x12\x14\xb8\x04\x60\x88\x55\xb3\x3b\x0c\x22\xfa\xb8\x28\xda\x67\xd8\x7b\x7b\x24\x0e\x65\x4c\x3b\x23\x4d\x8d\x36\xdd\xe1\x9b\x81\xff\x0f\x45\xd6\xcf\x79\x6f\xdd\x53\xa9\x0f\x55\x12\x21\xe0\x1c\x3c\xe0\xbd\xd4\x2d\xcf\xd6\x91\xae\xf9\x43\x5e\x14\x2d\xe3\x73\x72\x07\x6e\xf5\x36\x41\x6a\x8c\x35\xe3\xdc\xa5\xa7\xf2\xc6\x62\x41\x39\x07\xae\x00\xad\xcc\xc9\xaa\x34\xd4\x00\x00\x51\x78\xa5\xcf\xfd\x91\xce\x0d\x08\x9a\xd1\x79\x02\x4e\x8a\x43\xc8\x9b\xd1\x29\x31\x16\x47\xa7\x0a\xa9\x5d\x71\x0c\x4c\x65\x8d\x7f\x98\x06\x3e\x56\x94\x13\xac\xc8\x0b\x2e\xf9\xa7\x87\xed\x57\xb5\x35\x08\xa2\x09\xb1\x31\x88\x65\x95\x7e\x6f\x42\xee\x6b\x84\x38\x9d\x8b\xf1\x88\x4d\x63\x08\x02\xb6\x91\xf7\xb4\xc6\x3b\xad\xf1\x9e\xd6\x4c\x9a\xa9\x18\x55\x10\xeb\xcf\xa8\xdf\xf3\x20\x75\x6e\x17\x7a\xee\x3c\x53\x9d\xd1\x57\x03\xbf\x1b\x8a\x24\x18\x07\x8b\x04\x15\xf2\x53\xd0\xc2\x8b\xa3\xfe\x08\x67\xf6\x64\xaf\x7e\x6c\xb9\x52\xfc\xc7\xdd\x42\x3b\x9d\x76\x67\x3a\x01\x2d\x7c\x7b\xce\xd1\x6c\xda\xea\xec\xe0\xd4\xde\x28\xa1\xeb\xea\x61\xd2\x3a\x5a\x2a\x29\x01\x2d\x5f\x27\x4b\x25\x25\xfa\xab\x53\x27\x33\xc8\x33\xf5\x9c\x2a\x1c\xe4\x81\x8e\xa9\x7a\x5a\xad\x20\x98\x53\xab\x64\xcb\x66\xac\x8f\x90\x98\xcf\x9f\xb5\xec\x42\x4f\x7c\xec\x23\x2a\xaa\x2f\xd5\xef\xcf\x68\x39\xb0\x56\x73\x5e\x32\x65\x96\xf0\x80\x2c\x1c\x5d\x3c\xf1\x91\x8e\x9e\x9c\x67\x75\x3a\x3b\x86\x8d\xbd\xd9\xfd\xa7\x2d\xe6\xae\xc5\xcf\x68\xec\x93\x93\x72\xa2\x95\x7e\x07\x1d\x47\x08\x35\x24\x80\x60\x2f\xca\xa4\x24\x67\x04\x5d\x33\xca\x75\x32\x53\xef\x4e\x0d\xfa\xe4\x80\x95\x72\xf6\x36\x4f\x4a\x42\x2b\x96\xcf\xf3\xc5\x74\x39\x29\xf8\x35\x2f\xfe\xc7\xa3\xb9\xcc\x92\x92\xa4\x02\xfe\x5f\xf6\x91\xd4\xad\x09\xc0\x21\xe7\x6f\x54\x15\xa9\xa4\x15\xc6\x23\xf8\xf4\xa4\x8f\xbd\x89\xe8\x1e\xcf\x4f\x4e\xc5\xbf\x45\x45\x1e\xfc\xef\x9f\x59\x34\x95\xd5\xfd\xed\x10\xb9\xff\xff\xbb\xfb\xa9\xee\xfc\x07\x7b\xf6\x7f\x87\xe2\xf5\x53\xb4\x07\xe5\x64\xb5\x3d\x87\x4b\x1e\x4e\x71\xa9\x6f\xe3\x9a\x67\x62\xb5\x4d\x1e\xbe\x7b\xf3\x90\xcc\xfd\x33\x92\x96\xc1\x40\x7e\xda\xb7\x46\x00\x56\xb0\xc9\x78\x46\x11\x09\xc3\x16\x04\x2b\xf5\xbe\xa2\x41\xc9\xd7\xd9\xd5\x7d\x55\x1a\xe7\x3d\x2c\x78\x5f\x95\xae\xa4\x9a\x82\x9e\xd5\x07\xeb\x6f\xa8\x14\xf5\x63\xa6\x68\xdf\xc6\xc6\xb2\x61\x51\xb0\x23\xbd\xbf\x5e\x44\x91\xf1\x8a\xdf\x5f\xb7\x57\xfc\x97\x4a\xac\xef\xad\x1b\x70\x68\xa0\xe8\x73\x51\x1d\xf6\xf7\x56\x8c\x60\x34\xae\xf0\xbd\x15\x7b\x85\x55\x27\xee\xad\xd8\x74\x62\xcd\x41\x43\x89\xca\xb1\x56\x61\x6d\xa7\x1e\x4c\xb4\x2e\xdf\xf6\x5b\xf5\x8b\x87\xa5\x55\x4f\x3e\x59\xbb\xd7\x1b\x30\xe9\xbd\xbf\x76\xaf\x34\x4c\xca\x27\xab\xb7\x13\x63\xbe\xf8\x44\x03\xb6\x3c\xaa\xfd\x1f\x1f\x64\x9b\x0d\x68\x01\x2b\x18\xd0\x35\xfb\xc9\xcb\x6e\x87\x3a\x9f\x00\xe2\x9c\xf9\xe0\x7b\x5e\xd7\x9f\x6c\xc3\x22\x3f\xa8\xaf\x6a\x2e\xe4\xdb\xec\xb2\xc3\x4e\xb4\x9d\x01\xde\x79\xe5\xdf\x54\x9b\xce\x37\xce\xf8\x6a\xb1\xa4\x18\xcb\x25\x8c\x12\x0d\x24\xa9\x8d\x70\xd7\x87\xad\x85\x16\x05\xc2\x80\xfc\x03\x40\xc3\xaa\x4a\x1c\x81\xb2\x78\xb5\x60\x82\x4d\x06\x12\x5f\xb7\xfb\x2a\x29\xc7\xd9\xff\x28\x09\x39\x76\x07\x50\x83\x65\x87\xf1\x1b\xed\x8c\xb7\xcf\x25\xe2\xd4\x5c\xa7\x8a\x46\x5b\xc7\x99\x24\xb2\x73\x18\x81\x13\x4c\x56\xd6\xfb\xaa\xe6\xa0\xe8\x0e\x5a\x39\x8d\xdc\xd5\x33\x59\x5e\x10\x9a\x53\xa8\x19\x48\xf5\x2b\xc7\x42\xe4\xde\x33\x0a\xe2\xaf\x12\xc0\xd5\x50\x6f\xa7\xca\x81\xed\xe7\x60\xa0\xb0\xe5\x09\x16\xa7\x39\xc2\x4b\x12\xf8\x71\x31\x25\x7d\xf9\xa3\x19\xa1\x76\x4e\x7f\xcc\xca\x2b\xb5\x08\xda\xcc\x5b\x7f\x3f\x0a\x13\x1e\xc1\x6b\xd4\x6f\xe2\x11\xa1\x39\x8d\x46\x76\x82\x22\xcf\x99\xdf\x60\x73\x5b\xe3\x13\xe3\xbc\xdf\x1a\x9b\x01\x00\x1c\x64\x68\x2a\xd1\xd7\x9f\x29\x19\xf1\xbe\x28\xf0\xa3\xcc\xa2\x67\x39\x3c\x09\xd7\xc9\xf1\x8c\xf6\xa6\xd3\x19\x09\x7b\x7d\x0c\xa3\xfc\xe4\x34\x87\x0d\xe7\xbf\xa3\xeb\x44\x10\xc5\x27\x95\xfc\x06\xbc\xc2\xcb\x35\xda\xf6\xfc\xc7\xdb\xc1\x9a\xcd\x20\x80\xcd\x99\x30\x3b\xa1\xec\x29\xbc\x10\xcb\x41\x6b\x72\x7a\x27\x84\x96\x26\x3a\x91\x76\x45\x72\x08\x82\x66\xeb\x6b\x7e\xc0\x7b\x4b\x8e\x66\x54\x23\x0a\x92\xa3\xc1\x8c\xa3\xd5\x9e\x97\x9d\x07\x71\x2f\x11\x29\x23\x1a\xa1\xbe\xee\x13\xd6\xfe\x7c\xd2\xca\x55\x2f\x44\xba\x2a\xd9\x2b\x8d\x9a\x14\x58\x99\x6d\x42\x12\x84\xfe\xa9\x18\xa7\x62\x5f\xe4\x32\x79\x38\x4e\xe6\xc3\x3f\x91\x87\x8a\x94\x24\x9c\x55\x8b\xca\x2e\xf5\x92\x4e\xc9\x59\x76\xee\x12\xc0\x6f\x44\xa3\x34\x54\x8b\x0c\x44\xd5\x0f\xff\x91\xac\x76\xeb\x66\xc7\x65\xd6\xec\xc8\x9f\x1e\xe6\x1a\x2f\x93\x90\x9c\x0d\xa7\x76\x1f\x3f\xfc\x47\x96\x14\x92\xcc\xfd\x02\x32\x2c\x90\xac\x9a\x95\x14\x45\xb3\xaa\x4a\x29\xaa\x22\xa8\x4b\x98\xa2\x20\x76\x7b\xf8\x8f\x3a\xd9\xe6\x1b\x19\x14\xe9\x58\xbe\xfc\x54\x0a\xbe\xaa\xae\xca\xfc\x0f\xbe\x7e\xb0\xab\xd6\xf9\x26\xe7\xe2\x01\xc8\xe9\x1f\x44\xa3\x9a\x0c\x4a\x88\xb9\x64\xa4\x29\x60\x9f\x1d\x3d\x2e\xe4\x38\x1a\x71\x1d\xf5\x96\x45\x4f\xa4\x28\x30\x21\xd7\x09\xbb\x35\xfe\x5d\xe2\xdf\x26\x16\x28\x27\x94\x1f\x57\xe5\xe4\x32\xab\xf3\x15\xbb\x03\x36\x22\x72\xfc\x55\x44\x91\x59\x88\x3c\x3e\x2a\xa2\x3f\xed\x55\x02\x72\x8a\x11\x05\x8e\x2d\x72\x0c\x61\x44\xd5\x83\x2a\xb2\x6f\xab\x88\x7e\x5b\xed\xb8\x49\x70\x2f\xbb\x88\x6a\xc6\x30\x32\x2c\x22\xa6\x98\xfa\xcc\xef\x88\x3e\x85\x1b\x38\x8d\x7c\x1e\x23\xa2\x5f\x67\xab\x0f\xf5\x3e\x5b\xb9\x0c\x63\xc9\xa3\x47\x67\x0b\x44\x9d\x12\xea\xbe\x88\xdc\xdd\x61\x3f\x51\xbf\xd3\xc8\xdd\xee\x6a\x2c\x8a\x23\x88\xda\x07\x3f\xa2\x2f\xe0\x92\x48\xa3\xd6\xae\x8e\xe8\xb3\x7a\x95\x46\x2d\x11\x5d\xa4\x76\xfa\x64\xbf\x7a\x8a\x4d\xb2\x3b\x5c\xa1\xc7\x51\x1a\x59\xd9\x60\x44\x31\xf1\x29\x76\x57\x8b\xa4\x4c\xea\xef\x80\x4e\xb6\xae\x6c\x57\x6d\xaa\xe0\x90\x0a\x7f\xff\xd6\xfa\x5b\xcd\x7c\xa4\x26\xd3\x88\x0e\x4c\x86\x5a\x17\x9d\x0e\x4b\x84\xa9\x3f\xed\x23\x7f\x65\x75\x7f\xd4\x1a\x84\x0b\x8c\x19\xb0\x41\x54\x86\xe5\x40\x4d\x0e\xee\x13\x9b\xa5\xb7\x0d\xec\x52\xfb\x91\xdd\x0c\x3a\xc3\x7d\x63\xf7\x0d\x56\xd6\x5a\x46\x8f\xb3\xb3\x3d\x44\x6f\x46\x97\xad\x77\x08\xe6\xbe\x51\x93\x0c\x4a\x7d\xfc\xfb\x9b\x28\x8d\xd4\x33\xdc\xfc\xfd\x5c\xff\xfd\x03\xff\x28\xc3\xd9\x35\x39\xaf\x05\xbf\x0e\x73\xbe\x81\x79\x06\x62\x18\x66\xfc\xe8\x32\xbc\x25\x5d\xd8\x4d\xa5\xd8\x39\x93\xba\xb4\xa9\x2f\xbd\xc1\xfc\xa4\x17\xda\xed\x9d\xa0\x81\x9f\xf4\x0a\xfb\xd9\x6a\xfa\x7a\xd2\x37\x59\x51\x28\xf2\x72\xb8\xda\xa6\x11\x1c\x70\xdc\x86\x7c\x97\xad\xea\x5b\xb3\x07\xbf\x89\x5a\xa7\x5b\xcf\x7a\x14\xd2\x01\x4c\x7d\xdd\xb3\x3f\x7e\x68\x6f\x0e\xd5\x1d\xac\xd5\xbe\x36\x74\xea\xd7\x36\xd5\xaf\xf4\x71\x67\x3f\xe0\x16\xed\xdb\x0c\x3f\x47\x21\x69\xf0\xa7\xc6\xe5\x79\x9b\x37\x6a\x93\x0d\x7d\x30\xba\x34\x01\x7a\xa8\xcb\xdb\xc7\x86\xe9\x78\xb8\x07\xdd\xdb\xc5\xd4\xf7\x5d\x94\x46\x46\x78\x6e\xd2\xde\x46\x69\x14\x72\x8f\x26\xe7\x55\x94\x46\xe6\x8a\xc5\x35\xd9\x65\x3e\x6d\xd8\xad\xbb\xa4\x61\xb7\xee\xa1\x0c\xbb\x75\x0f\x61\xd0\x89\x86\x0e\xec\xd6\x01\x59\xd8\xad\xfb\xa9\xc2\x6e\x6d\x8e\x7f\x2b\xb5\x4b\x2a\x54\x57\x0c\x51\xb0\xa9\xc1\xe1\xf6\x29\x42\x78\xb8\x03\x82\xa0\x6a\x0a\x08\x82\xd9\x16\xbb\x75\x8b\x1e\x04\xbb\xe8\x93\x04\xe1\x54\x29\x7f\x49\x4f\x13\x8d\xdd\x3a\xa0\x19\xbb\x75\x40\x32\x76\xeb\x13\x14\xc3\xcb\xd0\x04\x03\xd6\x51\x1f\x86\x0e\xb5\xe8\xe6\xb9\x85\xee\xd2\x8b\xdd\xba\x87\x5c\xec\xd6\x9d\x8d\x19\x6a\x00\xcc\x62\x79\x43\x6d\x4b\xe3\xcd\xd2\x9f\xa6\x3a\x3a\xb7\x4d\x74\xfc\x0b\xa3\x7d\xbb\x74\x76\x87\x4f\x8a\x16\x9a\x16\xd1\x08\x09\x51\xb4\x84\x13\xa0\x6f\x63\x76\x3d\x0f\x8e\x43\xea\xdf\x9b\xf4\xd5\xa4\xac\xc4\x2e\x2b\xf2\x3f\x34\x24\x67\x4f\xd0\x7d\x4f\x47\x29\x1e\xe4\xe5\x03\x8e\x3e\x42\x2d\xbd\xad\x70\x96\x6a\x8a\xbd\x46\x56\x4e\x71\x59\x8d\xd7\xd7\x26\x59\xf3\x26\x93\x44\x66\xab\x2d\x31\x36\x18\x82\x10\xc5\xeb\xe5\xe5\x01\x90\x67\xa2\xc9\x64\x82\xd0\x21\x78\x34\x1f\x40\x7d\xa6\xc4\xd1\x59\xc0\xdf\x82\x9f\x18\x70\xaf\xd1\x83\x88\xd0\x0d\xc8\x7a\x01\xe7\xac\x0b\x72\x46\xeb\x41\xc5\x58\x6e\x79\xd8\x79\x52\xb3\x7c\xf2\xcf\x2a\x2f\xf1\xe3\x8c\x95\x24\x85\x34\x03\x44\x57\x8d\x66\x24\x28\x00\x1d\x33\x0e\xdc\x72\x51\xc3\x20\x0f\xa0\xbd\x3b\x0c\x59\xd6\xe5\x3c\x5f\x94\xab\xaa\xac\xf3\x5a\xf2\x52\x3e\xb8\xcc\xcb\x75\x5e\x5e\xd5\x0f\x36\x95\x00\xbe\x13\xcd\x56\x54\x3d\x2c\x3b\x7a\x43\xb5\x23\x2c\x50\x21\xcc\x17\xc5\x92\xc9\x45\x61\xad\x1c\x38\xaa\x44\xd7\x8a\xd3\x2f\xaa\xea\xc3\x61\xff\x1d\xbf\xed\x51\x7b\xe3\x2c\x25\x12\x0d\xa5\x09\x58\x0f\xcd\x25\x1a\x11\x71\x5a\x92\x54\x2e\xb4\x99\xc9\x8c\x31\x96\x13\xe3\x25\x57\xc1\x33\x3f\xf2\xd6\xc2\x65\x62\xf4\x7d\x83\x06\x30\x64\x79\x1c\x8b\x24\x37\x46\x34\x36\x54\x3f\x42\xd5\x78\x0b\x8f\x16\x46\x0b\x44\x34\x43\x55\xf6\x32\x1a\xb2\x57\xf0\xb7\x67\xe7\x64\x4c\xeb\xb1\x97\x61\x15\x46\x91\xbe\x2e\x31\x5c\x82\xcb\xc2\x88\x58\x21\xd6\x5d\x50\xa0\x07\xf4\xae\x5b\xcb\xa2\x5a\xda\xd0\x5a\x19\xb1\x10\x18\xc7\x23\xdd\xaa\xa9\xce\xeb\x97\xfa\xf1\x10\x4e\xb7\x39\x26\x3d\x96\x41\x3c\xfd\x5b\xb5\xb0\x21\xc9\xcd\x02\xc2\x91\x8e\xc0\x1f\x58\x11\x4e\xfd\x0b\x88\x83\xfe\xfd\xb2\x5a\xab\x5f\x47\xba\xd7\xaf\xb9\x1f\xb2\x5d\x8f\xdd\xc1\x2a\x8e\xbf\xfc\x33\x0b\x43\xca\xab\x07\xbc\x83\xfd\x46\x51\x78\xd0\x09\x5a\x32\x31\xf0\x50\x9a\x86\xac\x34\x61\xd5\x9f\x8b\x6c\xbf\x85\x30\xeb\x89\x09\xb3\x1e\xc7\xd0\x45\x0c\x09\x52\x9a\x77\x51\x49\x68\xf2\xfe\x44\xf8\x7d\x1c\x9d\xfd\xe0\xff\x25\xef\xef\x96\xdc\xc6\xb1\x7d\x41\xfc\x5e\x4f\x91\x62\x74\xf1\x4f\x6c\x42\xb2\x94\x69\x3b\x9d\x54\x22\x15\x55\x2e\xd7\x47\xb7\xcb\xae\x2e\xbb\xba\xba\x5a\xa9\xed\x3f\x45\x42\x29\xb6\x29\x42\xcd\x8f\xb4\xb3\x53\x8c\x38\xf7\x13\x13\x71\x1e\xe1\x5c\xcc\xf5\x3c\xc4\x7e\x8a\xb9\xde\x4f\x32\x81\xb5\x00\x10\xa0\x94\x2e\x77\x9f\x3e\x13\x31\x7b\xf2\x82\x29\x82\xf8\xfe\x58\x58\xc0\x5a\xeb\xb7\xd4\xc1\x49\xa7\x50\xf1\xa2\xce\x73\xbb\x4c\xb1\x4d\xad\x04\x70\xb0\x2a\x08\x1d\x82\xb1\x07\x00\x3e\x60\x45\xb0\x87\x4c\x44\x7d\xe2\x2a\x08\x2d\x88\x75\xd2\xdd\xda\x26\x9f\x87\x63\x92\x80\x92\x0d\x6f\x5f\xc3\x99\xfd\x2d\xff\x58\x7f\x59\xf2\xf8\xb0\x73\x83\x9a\xd5\xf3\x0f\x22\xa8\x49\x74\xdf\x92\x31\x18\x46\x31\x8e\xff\xe9\xb0\x1e\x6b\x95\x44\x40\x12\x52\x6a\x86\xa0\xc7\xa7\x3f\xb0\x2e\x5c\x36\x66\xbc\xeb\x6c\x53\x64\x1a\xe7\x35\x70\x3e\x33\xe7\xab\xc6\xee\xaf\xc7\x46\x71\x51\xcb\x38\x5e\x09\xf0\x76\x66\xc2\x59\x09\x4a\x87\xda\x52\xf8\xc6\x35\x4c\x31\x6a\x8f\xc4\xf7\x4b\xc6\x0c\xb0\xf7\x4a\xa4\x77\xad\x65\x30\x4b\xee\x55\x33\x19\xc0\x34\xa0\xd5\x17\xe8\x75\xf1\xf1\x5a\x94\x5b\xdf\x0f\xbe\xcd\xd4\x6f\xea\x55\xcd\x6a\x9b\xd5\x1e\x85\x11\x43\x25\xdf\x37\x10\xf4\x03\xaf\x37\x22\xfd\x32\x17\x45\xa7\x7b\xa6\x12\x09\x49\x66\x21\xd2\xa0\x2e\xef\xd4\x82\xd4\x41\xcc\xba\xf1\x29\x02\xf0\x9a\x8a\xe1\xc2\xfc\xb4\x43\xe3\xb6\x4d\xc0\x6b\xc7\xb7\x82\xdc\xb7\x6d\x3d\x5e\x67\x45\x56\x6d\xc0\x00\xce\x96\x0a\xd5\x63\xc9\x7f\xb0\x82\x82\x82\xe8\xe1\xb8\xdb\x5a\xef\xf5\xb8\x16\xc7\x62\x38\xe1\x59\xf5\x2a\x7e\x45\x0b\x50\x37\xdf\xc5\x25\x2f\xea\x57\x22\xe5\xca\x65\x96\xc2\xcb\x1a\x1f\xd8\x31\x06\x04\xbd\xbd\xdf\xe5\x46\x50\x87\xf6\x1d\xaa\x67\xff\x78\xb4\x67\x3d\x5d\x09\x5b\xc3\x52\xc6\x52\xbd\x80\x3e\x15\xbb\x77\x26\x08\x69\xdb\xc3\x82\x0a\x51\x70\x4f\x81\x9a\xbc\x76\x84\x66\x4e\x1b\xf0\xbe\x16\x59\xc0\xa0\xa6\x7c\x5c\xf0\x8f\xf5\x9b\x6c\x95\x67\xc5\x0d\x69\x3b\xcc\x92\x93\x0a\xb7\xa2\x5b\x49\xa6\x90\x70\xbf\xa9\x4b\x1e\x6f\xfb\xea\x8e\x9b\xac\x1a\xef\x44\x65\x50\x29\xca\x9a\x4d\x34\xb6\x83\x4c\xc5\x38\xbe\xa9\x4b\x6f\x49\x04\x9f\x51\x83\x25\x8c\x72\xa1\x1f\x75\xfa\x2e\x08\xa6\xa6\xce\x29\xd7\xe7\x1d\x36\x69\x07\xb7\x85\x0d\xea\xce\x45\xfe\x90\x29\xe7\x4e\x54\x57\xcc\xaa\x89\xda\x29\x5a\x5a\x7d\x32\x8d\x02\xd8\x30\x65\xb6\x74\xc7\xf9\xfb\x87\x12\xa8\xac\xd5\xe5\xaa\xce\x83\xec\xf7\xe8\x84\xbb\xa5\xb2\x7f\xed\xc4\x72\xfb\x54\xb1\x2e\x0f\x2b\x47\x7e\x3b\xef\x30\x24\x2d\xe5\xf1\x83\xf0\xb9\x0f\xd4\xe8\x28\xdc\x2c\x27\x4a\x37\x95\x29\x44\x01\xf9\x1b\x66\x9c\x64\xdf\xe6\xf8\x4f\xd2\x49\x2e\xd9\x0c\xc0\x47\x57\x35\x0c\x43\x9d\x33\xad\xa1\x3a\xbf\x6c\xb2\x9c\x7f\x0a\xf5\x7d\x27\xaa\x19\xfc\xe0\x71\x1d\x70\x32\x33\x50\x54\x66\xb0\x30\x23\x40\x7e\x8b\x8e\xdc\x0d\xf3\x2e\x9f\x47\x8b\xeb\x0a\xec\x16\x27\x4b\xc5\x69\x7e\xaa\xe9\x80\xc4\xa2\xdf\x06\xfd\x52\x79\x4b\x8d\x7e\xe8\x81\xef\x76\x6b\x66\xbb\x53\x08\x52\xfc\xc6\x10\x68\x83\x50\xb5\x02\xf4\x28\xd4\x57\xa3\x29\xe9\x4f\xba\x1a\x60\xec\x57\x71\xf2\xbe\x27\xfe\xd5\x31\x46\x8c\xb7\x14\x65\xa4\x0f\xcd\x45\x67\x41\x5d\x76\x0b\x52\xe3\x8c\xf4\x57\x57\x22\xec\x6e\xa3\x5d\x02\x67\xc5\x1e\x59\xac\xfd\x20\xc8\x8e\x3c\xb8\xaa\x95\x69\xca\xb1\x44\xa3\xc0\x5d\x6c\xf3\x63\x75\x32\x5f\x9d\x7a\x21\x18\x2a\x9e\xf2\x7a\x78\x03\xa6\x5b\x7a\xb9\x19\xc0\x36\x93\xc7\xff\x74\xf9\xe0\x56\x2a\x3a\x62\xef\x73\x00\x63\x6f\x10\x50\xed\x29\x82\x27\x12\x33\x3d\x94\x97\x2a\xde\x69\x27\xf8\x7e\x81\xf3\xe8\x6a\xa2\x1d\xfc\xf8\xfe\x70\x3a\x64\x1d\x7c\x8c\xa4\x09\xac\x40\x2d\x18\xf4\x37\x54\xa0\xb9\x78\xc6\x8e\x58\x7e\x95\x72\x55\x8b\x97\xe2\x03\x2f\x9f\xc7\x15\x0f\x48\xc4\x5b\x80\xa0\x77\x96\x50\xd5\xac\xaa\xba\x34\xf9\x53\x6e\x2c\x8b\x19\xcb\x3a\xd5\xfa\x23\x15\x31\x31\x61\x42\x27\x4d\x59\x7e\xc2\xda\xfe\xb0\x17\xac\xf9\x27\x3b\xa4\xa5\x9b\x2c\xe5\xdf\x64\x65\x55\xf7\x65\x8a\x66\xf7\x31\xc3\x13\x32\x0e\x4c\x87\x2e\x21\x20\xed\x3a\x2b\xe2\x3c\xbf\xeb\x45\x94\x6b\x49\x69\x9f\xde\x14\x6c\x42\xef\xe4\x26\x27\x77\x7f\x44\x27\x3d\xb6\xc5\xc9\xb4\x15\x5b\x2c\xd5\x14\x00\x05\x77\x83\x1c\xa1\xf7\xb8\x2c\x65\x61\x78\x53\xb4\x83\x42\x04\x77\x05\xa1\x77\xd6\x56\x35\x06\x6c\x5a\xe6\xee\x04\x88\x3a\xc4\x3f\xee\xf2\x2c\xc9\xea\xfc\xee\xb9\x8c\xc3\x53\x17\x05\x43\x24\xe0\x20\x93\x71\xf4\x20\xdc\x94\xaf\x77\x40\x46\x7c\xff\x3b\xb0\xf2\x2c\x85\x42\x6b\x80\x12\x3c\xe2\x60\xe0\x81\x12\x15\x19\x94\xe0\xd4\xd3\x8e\x46\x11\x5f\x9a\x96\xe3\x5a\x10\x73\x30\x45\x57\xe1\x34\xc3\x7f\xea\xb8\x65\xda\x6f\xbb\xff\x57\xac\x5d\xf7\x51\x9e\xb1\x2a\xf6\xba\x08\xe2\xf1\x56\x76\x63\x0a\xe6\x51\x88\x7d\x31\xe0\x1a\x61\x29\x11\x79\x1e\xef\x2a\x9e\xce\x41\x59\xfb\x4d\x16\xc4\x44\x3b\x3b\x8d\xc0\x86\x00\x38\xdc\x6a\x5c\x0b\x10\xd7\x42\x04\x8d\xbe\x52\x69\x98\x9d\x42\x85\x13\xea\x14\xc6\xde\xf4\x4b\xaf\x34\x8b\xad\x93\xba\x95\xf0\xfd\xe1\x77\x85\x05\x99\x48\x7c\x9f\xfb\xfe\xeb\x2c\x88\x69\xcf\xb7\x0d\x1a\xc3\x1c\xa4\x3e\x6e\x1e\x4c\x3a\x18\xf4\x4f\x74\x5e\xc3\xbe\x29\x02\xa7\xff\x08\xcd\xd9\xab\xa0\x21\x83\xfc\xaa\xd3\xf5\xea\x3b\xca\x3d\xf8\xc2\x1a\xfa\x40\x6c\x96\x1f\x7e\xe9\x1c\xe8\x92\xd6\x1c\x12\x8f\x34\x0d\x9c\xd4\x16\x34\x0b\xb5\x5b\x0f\xbb\x11\x9a\x31\x3b\x98\xb9\x6c\xa8\xbe\xc4\xb5\xd8\x66\x89\xca\xd6\x86\xd5\xd2\xc4\xc2\x0e\x03\x5b\x4d\xdf\xff\xa3\x92\xd5\x4a\x3e\x5a\x3b\xa1\x85\xc1\x2c\x55\xee\x1e\xc5\x85\x46\x68\xed\xfb\x3f\xc3\xe4\x47\x4a\x01\xfc\xad\x2a\x0c\x5f\x70\xb9\x81\xdc\xd4\x59\x85\x72\x3d\xf4\xad\x26\x50\x1b\x71\x60\x30\xbd\xbc\x95\x10\xef\x65\xc1\x9e\xe2\x05\x6b\x34\x6f\xe1\x6c\x6a\xc3\x34\x4c\x66\xd9\xd1\xe1\xed\x3c\x86\x75\x63\x9b\x2d\x69\x2c\xd7\x86\x38\xb2\x36\xcc\x8d\x4b\xac\xa7\x77\x09\x0e\xe4\xe6\x22\x7a\x93\x05\x42\xce\x71\x04\x8d\x1a\x4d\x19\xe3\x96\x83\x01\x2b\x21\xac\x96\xa2\x9f\xac\x16\x84\x3a\x69\x0c\x1c\x5d\xe9\xfb\xb6\x9b\xcc\x7e\x2f\x29\xd8\x00\x9b\x5a\x59\x14\x09\x68\xca\x08\x34\x33\x69\x07\xa9\xdd\xd1\x2a\xb9\xda\x4b\xdf\xff\xb5\x0e\x4a\xda\xcb\x01\x45\xf6\x05\xa7\xb0\xb2\xb9\xd6\x65\x61\xb7\x32\x2e\xc2\x66\xc8\x96\xbc\x00\x4f\xb5\x1a\x77\xa8\xd2\x57\xa9\x7a\xee\x1e\x07\x24\xea\x12\xf4\xbd\x40\x53\x58\xe5\x08\x3c\x4a\xb4\x2b\xda\xda\x38\x92\x52\x94\x4c\xbd\x0f\x6a\x83\xe4\xa4\xd5\x4d\x2b\xf6\x8b\x3c\x49\x8d\xe2\x41\x05\xd4\xa1\x00\xa5\x01\xf0\xa9\x5b\xa1\xee\xb6\xd3\x7b\x88\x3e\x00\x65\xf7\x0c\xf1\x86\x07\xf3\xc5\x5e\x21\xdb\x03\x37\x18\xda\x5d\xfc\xa0\x1e\x6f\xe3\xbb\x15\xff\x2e\x4b\x53\x5e\x18\x48\x72\xe5\xda\xff\xd8\x47\x9c\x5b\xfb\xbd\xfe\xf8\x73\xb1\xb1\x3f\x3f\xf8\xc1\x72\xde\x8c\xa8\x45\x56\x8d\xb5\x3d\x90\xdb\x5a\xc4\x60\x38\xd6\x5a\x2b\xa9\x72\x12\x74\x23\xac\x40\xca\x09\xb8\x6f\xfa\x27\xfb\x64\x76\xb4\xdd\x5d\xc3\xbe\xfb\x64\xb3\xda\x81\xdc\xf9\xbb\xab\xa5\x55\xd1\xf7\x2d\x0d\xf8\xa3\x1b\xd8\x8e\x8f\x28\x31\xeb\x98\x41\xc1\x3e\x88\xa0\x20\x44\xc5\x65\xea\x6a\x4e\xb0\x85\x93\xa5\x5c\xff\x62\x31\x91\x5b\x64\xa1\x30\xb8\x5e\x59\x3e\x4e\x56\x59\xcf\xa4\xa1\x02\x73\xba\x2e\x22\xab\xc6\x49\x2e\x0a\x2e\x7f\x07\xc3\x09\x21\x54\x60\x73\xa0\x94\x97\xe8\x13\x12\xff\x97\x04\x4a\x24\x96\x33\x9e\xc9\xac\xb9\x84\xc5\xf6\x9e\xa7\x1d\xa1\x6a\xf0\xb6\x1f\x83\x17\xcd\x72\x9c\x55\x3f\x02\xf1\xd4\xce\x4a\x63\xb6\x15\x01\xc0\xed\x16\xfc\xc3\xc9\xbb\x02\x7c\xdb\xb5\x56\xab\x94\x3d\xd4\x16\x39\x13\x35\x30\xba\xbb\xfe\x50\xa3\xef\xc9\x55\x41\xec\x24\xd8\x3b\x32\xc3\xbb\x02\x90\x3b\x69\xcc\x76\x68\x98\x34\xc0\x7e\x97\x1d\x4a\x05\xe0\x03\xc5\x57\x93\xfd\x7e\xc2\x58\xac\x98\x5e\x81\x74\xfd\x97\x0d\x2f\x5e\x6c\x77\xf5\x9d\x2e\x4b\x00\xe5\xd0\x4a\x37\xe9\x2f\x19\x6c\x95\xa2\xdb\xd0\x24\x15\x10\x76\x7f\x76\x80\x31\x0b\x37\xdd\xd2\x05\xd8\x50\x80\x68\x72\xc5\xc3\x0d\xf8\x0f\xa2\xa9\x38\xd8\x5b\x57\xfb\xbd\x9d\xe3\x67\x43\xb4\x17\xea\x12\x06\xe1\xad\x03\x27\x8f\xee\x0b\x53\x83\x6c\x5a\x00\xb3\xf2\x25\x5e\x6d\xa3\x3e\x3c\x2d\xa9\x20\xfb\x7d\xad\x9c\xcf\x97\xf0\xdf\xf7\x21\x4e\x69\xc7\x39\x26\xbf\x90\xe5\x64\xc5\xcd\x89\xc9\xff\x04\xb7\xda\x93\x5d\x5c\xd6\x99\x64\x9a\x4f\xd0\xbd\x0f\x70\x34\x27\x71\x71\xc2\x3f\x66\x15\x24\x11\x05\xf7\xc8\xe0\x23\x1b\x4e\x5a\x31\x8e\xd3\xf4\xad\xf8\x0e\xcd\xd0\x7d\xff\x87\xcc\x78\x51\xaf\x01\xef\x58\xbb\x4f\x87\x8d\x5c\xb2\xd8\x1e\xdc\x5d\xf1\x9c\xbe\x8a\x5f\x29\x10\x5e\xda\x68\xe7\x9a\x39\x78\x8b\xc4\x59\x05\xd8\x4b\x8d\x6a\x48\xe8\xc2\x63\xe4\xbe\x2f\x1c\x3e\x2c\x7f\x00\x6e\xef\x1b\x19\x9d\xb1\xbc\xcf\x05\xf9\x7e\x50\xc1\x96\xe1\x64\xd3\x0c\x55\x45\x80\xca\x83\xe9\x50\xdf\x1e\xdd\xe6\x36\x9d\xb7\xb9\xf3\x66\xcc\xf8\xea\x25\x89\x16\xf5\x92\xd6\xf8\xb5\xb4\x36\x07\x49\x4a\x25\x8f\xc5\x3f\x9c\x7c\x94\x4b\xab\x61\xaa\xf4\x79\x3d\x4e\x36\x80\x1e\x29\xc3\xb0\x03\xe6\xa5\x0e\x03\xff\x10\x4d\xdb\xab\xba\xea\x2f\xd5\x8f\x87\x9d\x56\x93\xfb\xef\xb0\x11\xd0\xb6\x9a\x4e\x08\x66\x21\x97\xd3\xeb\x02\x54\x77\x7c\xff\xdb\x2c\x10\xd4\x5b\xc1\xed\x20\xda\xbc\xbd\x28\x5c\x08\x11\x72\x2f\x0c\x6b\x25\xd3\x77\x08\xaa\xc1\x0b\xb9\xc6\x02\x6e\xd0\x0a\x52\x51\xe8\xc3\xe0\x7e\xcf\x1d\x10\x03\xf3\x01\x1d\xd5\xca\xfc\xd4\x14\x0a\x48\xaf\x61\x81\xd0\xc7\x2a\x2a\x14\x57\x09\x03\x97\xc3\x7a\x40\xbf\xf3\xc7\x77\x7d\x77\xf5\xfc\xa5\x0e\x72\xda\xeb\x9e\x4e\x09\x53\x36\x2a\xae\xaa\x57\xf1\x96\xcb\x55\x0d\xd8\x4e\xf2\x87\xb2\x9c\xbc\xc3\x37\x5e\xa4\xe6\x77\x52\x55\x96\xe3\x53\xcc\x78\x96\x5c\xaa\xe1\x9a\x25\x61\x48\x78\x19\xe4\x34\xd1\xa7\x9b\x81\x30\x4c\xf1\x1f\x79\x90\x03\xa3\x4b\x7f\x9f\x05\xb9\x66\x72\xbf\x4c\x53\xc9\xe2\xe6\x54\x18\x2f\x47\x02\xce\xf1\xef\xe0\x0e\x16\xb6\x97\x4f\x1f\x52\xb7\x6a\xb3\xd3\x17\x4e\x88\x86\xca\xea\x4e\xc8\x0b\x2a\x94\xdc\xf6\x01\xc8\x17\xe5\x52\xf1\xcc\xb0\xc7\x5a\xe2\x96\x0f\x0e\x62\x0c\xb0\x7d\xb2\xec\xca\xb2\x9a\x92\x4b\x04\xdc\x34\xec\x7e\x14\xd5\xa1\x41\xd4\x51\xe8\x19\x55\x9a\xed\x6f\xf7\x45\xef\xc2\x10\x21\x2c\x2d\xe8\x4a\x6d\xf9\x21\x97\x52\xc1\x16\xa5\x6e\x9b\xec\xc5\xe5\x60\x95\x05\x4e\x88\x53\x6c\x67\xc7\xdc\x67\xde\x4b\xdd\x61\xc7\x34\xb0\xf5\xb7\x45\xb6\x9c\x29\x97\x54\x72\x06\xca\x51\x83\x49\xa9\xba\x0c\x56\x69\x97\x91\xe2\x73\xb2\xd1\x88\x4e\x09\xb1\xdd\x3d\x7f\x34\x97\x43\xd6\x50\xe9\x91\x02\xa7\xc7\xfa\x7a\x49\xb0\xb2\x4b\xf6\xda\x02\xaf\x23\x9f\x18\xc6\x9e\x80\xbe\xd0\x05\x74\xc6\xcb\x85\x55\x99\x37\x45\xcf\xfb\xb3\xd2\xb6\xb6\xb2\x2c\x08\x5f\x14\x4b\x85\x78\x0a\x9e\xf9\x3b\x16\x4a\x7e\x31\x57\x54\x56\x65\xbf\xec\x2a\x5b\x8f\xd7\x92\x56\xf5\x5d\xd0\x94\xec\x1b\x6e\x3c\xe2\x23\xf7\xef\xfb\xe0\xd4\xd8\x0e\x72\x0e\x49\x85\x4e\x52\x8b\x5e\x02\x1d\x60\x47\x47\xc3\x64\xdf\x37\x1e\xd7\x4f\x2c\xa3\x31\x55\x46\xb2\xa1\x02\x7c\xda\xca\x5f\x31\x9b\x30\xe0\x3f\xf0\x3a\x04\x9d\xf3\x57\x07\x96\xd5\x4e\xff\x17\x4a\x75\x9f\x1f\x39\xf4\x71\x3c\xeb\xa9\x83\x5e\x69\xa1\xeb\x43\x01\xfb\x7d\x10\x8f\xb3\x22\xc9\x9b\x2a\xbb\x05\xc5\x93\x39\x7e\xb8\x64\x75\xa4\x7e\xd5\x44\x12\x18\x98\x13\xe0\x32\xd6\x3a\x8e\xc6\xfa\x2c\x3a\x2c\xf7\xfb\xa1\x2e\xc4\x62\x1b\x88\xf1\xb1\xa6\x0a\x05\xec\x61\xab\x48\xd0\x64\x99\xcb\xf0\x2b\x28\xb1\x16\x57\x35\x99\x05\x05\x38\xa2\xee\x86\x58\xed\x4a\xb1\x72\xce\x4d\x95\x33\x3f\x19\x9f\x18\x53\xe1\x93\xa2\x05\xd8\xd8\x98\xd0\xe6\x7f\x49\x8f\x7d\x56\xe5\x3f\xaf\xb3\x3e\xa7\xaf\x3e\x7f\x80\x3e\xd1\x61\xa6\xa7\x64\xd4\x51\x4d\xbb\xb6\x74\x5d\x38\xaa\xdd\x4e\x94\xec\x6e\x4c\x68\xce\xa6\x92\x07\xb0\xcc\x16\x69\x22\x59\x70\x0c\xd2\x8a\xf0\x61\x90\xcf\xb3\x08\x7d\x89\x77\x7b\xd0\x9a\x4d\x66\xeb\x4b\xeb\x1a\x62\x6d\xe1\x65\x07\x29\xab\x16\xeb\x25\xb8\x63\x0f\x36\xec\x75\x11\x34\x34\x55\x1d\x42\xc8\x3c\xf7\xfd\x20\x95\x84\x07\x63\x6f\x4c\x5d\xe5\xaf\x30\x21\x11\x7c\xcc\x5a\x50\x8a\x91\x05\x62\x61\x8d\x53\x18\x28\xae\xd0\x4d\x77\x2b\x11\xa4\xac\x51\x85\xaa\xfc\x43\x96\xe8\xfb\xb8\x14\xef\x34\xb0\x32\x95\x55\x99\xfd\x3e\xc0\x6f\x2c\xa1\xb2\x5e\xf2\x44\x67\x1f\xdf\x52\xe5\xc7\xf4\x04\x63\x85\x0f\x46\x6b\x2b\x60\xf2\xde\x17\x41\x45\x08\x6d\x80\xbb\x93\x41\x8d\x0c\x6a\x08\xf2\x9e\x3b\xa6\x94\x7d\x86\x39\xb6\x60\x4b\x6f\xdd\x11\x18\x9d\xca\xcf\xb7\x57\x13\xdf\xaf\xac\xb6\x3b\x1d\xad\xae\x18\x17\xeb\x25\xb6\x15\xfd\x8a\x1f\xcc\x0d\x88\x80\xed\x44\x51\x04\xb2\x73\x83\x2e\xd7\x5b\xc8\x6e\x87\xa9\xb6\x64\xa0\x7e\x35\x86\x21\xd8\x75\xc4\xf6\xfd\xa7\xf6\xcc\x30\xac\xed\x3d\x53\xf9\xb4\x28\xd5\x05\x53\xa9\xd6\x4b\x09\xd5\x85\x83\x95\xde\xc2\x7a\xe7\x2b\xd0\xd3\xc0\x3d\xad\x86\x3d\xad\x35\xbb\x38\x96\x34\xe7\x08\x73\x6e\xaa\xf5\xd6\x41\xec\x3e\x72\xd3\xc6\xea\x05\x1c\xbc\xaa\x77\x5e\xc8\xc7\x59\xda\x83\xc3\x01\x72\xdd\x5d\x47\x4f\xc0\x53\x08\x18\x02\x59\x83\x02\xfb\x93\xf2\xbe\xf1\x75\x16\x94\x72\x3f\x32\x1b\x52\xd6\xe2\x61\xb8\x60\x6a\x3f\xea\x15\x00\xaf\x45\x77\x8d\xd6\x67\x0a\x0e\x29\x54\x89\x14\xaa\x58\x64\x4b\x75\x43\x15\x13\x1e\xe9\x74\x15\x9b\xcc\xaa\xcb\xb8\x4b\x57\x75\xc3\xd2\xb0\x78\x51\x2d\x69\xce\x26\xb3\xdc\x98\x59\xcc\xc2\x30\x97\x47\x6f\xb1\xc8\x97\x66\x9f\x6e\xf4\x0a\xd0\xea\x70\x27\x7c\x20\xcc\xf0\xa3\xf7\x7e\xb9\x15\x2f\xb2\x25\x8b\x2d\x37\x98\xa6\xe3\x7f\xb4\xa4\x90\xbc\xbf\x25\xda\x7b\xfd\xa1\x1f\x68\x74\x00\x8d\xe3\xdf\x5d\xe7\x04\x9c\x0c\xdc\x03\x0f\x8c\x74\x57\xe2\x4f\xd6\x76\xff\xd9\xf9\x3b\xe7\x9f\x5e\xfe\xb5\x95\xf9\x73\x97\x67\x74\x29\xf2\x68\x1a\x4d\xba\xa8\x3f\x3c\x10\x15\x77\x0b\x27\xea\x5f\x7b\x3e\xc1\xed\x6b\xa7\x51\xed\xbc\x82\x93\xdd\x21\x2b\xfb\x0e\x5d\xb9\x92\xa9\x50\xe0\x27\xf0\xa7\x90\x1c\x04\x9a\x0a\x51\xf4\xac\x4c\xf6\x7b\x68\xc1\xe8\x79\xa1\xe0\x52\xb4\x33\x9a\x91\x40\x3c\x1d\x4c\x52\x0b\x9a\x49\xaa\xbc\xdf\x43\x2b\x46\x3f\x40\x74\xad\xa1\x26\x0f\xf7\x59\x3a\x92\xcb\xa4\x6b\xc3\xab\x9e\x15\x3d\xe8\x29\xf5\xc6\xbb\x30\xfb\x42\x46\xb5\x3f\x56\x4b\xfe\x10\x64\x08\xee\x64\x16\x7d\x77\xde\xd2\x5e\xff\xe6\xd8\x8e\x08\x6a\xa7\xf6\xd0\xbf\x16\x72\xbb\xd7\x13\xf5\x72\x02\x2e\x0c\x99\x09\x38\xc2\x11\x7e\x6d\x0f\x0d\x54\x7c\x38\xb1\xf8\xfe\xef\x0f\x3f\x4f\xad\xcf\x2f\x0f\x1d\xee\x31\xe4\xfd\x08\x8d\x65\xbb\x45\xbf\xdd\x31\xf9\xd4\xaa\xec\x56\x24\xe8\x77\x1e\xb4\x1e\x63\xe4\x66\x2d\xe2\xf0\x4e\x08\x4d\xe4\x60\xe5\x4a\x60\x86\x43\x6b\xd6\xab\x1c\xe1\x8c\xd0\x35\x46\xa9\x05\x2d\x70\x30\xbb\x08\x3f\xc8\x08\xe8\x79\x31\xb9\x62\x13\xdf\x5f\x5f\xb2\xc9\x7e\x9f\x5c\xc2\xef\x2b\x06\xfd\x88\x6f\x5d\xa5\xdc\x59\xec\xfb\x59\x6f\x09\xe8\xd2\x4a\x72\xc5\x26\x91\xf5\x36\x21\xfb\x3d\x16\xf3\x0f\x66\x06\xad\x2b\xc8\xa5\xce\x4e\xbf\x4f\x8c\xef\xc7\xe1\xc4\x3e\xd1\x7c\xe3\x6e\x40\xb3\x9a\xc1\x68\xcf\x08\xd7\x0b\x63\xd4\xa1\x37\x74\x1a\xae\x26\xfd\xdf\x9d\xb5\xa8\xc7\xb5\x60\xdf\x00\xd2\xaf\x9e\x4b\x8c\x15\xf3\x3a\x02\xac\x86\x2e\xe9\x57\x16\xe5\xb9\x72\x8e\x9c\x06\xa9\xc9\xc6\x98\xd0\x7b\x00\xdc\x80\x14\x56\xa4\xdf\x04\x9d\xd0\xd5\x80\xf2\xc3\x69\x57\x83\xef\x9c\xca\x7f\xf4\xfd\xba\x3f\x15\xcb\x03\xe6\xd7\xd9\x5a\xb2\x75\x10\x14\xb0\xb3\x1c\xae\x42\x8b\x73\x43\xa2\x62\xfa\x1f\xf7\x2e\x9d\xa0\xbb\x38\xf4\xfd\x89\x8e\xeb\xfb\xc5\xc1\xb0\xe3\x55\xe3\xcf\x1a\x60\xde\x1a\x4e\xd3\xa0\x9f\x6d\xc6\x1d\xcb\x06\xd1\xb0\x3a\x58\x96\xce\x92\x80\x0e\xd2\x7d\x03\x29\x11\x37\x81\xbe\x2e\x14\x82\x82\x73\x84\x2b\x0d\x77\x27\x59\xc8\xf2\xa1\x59\x29\xcb\xeb\xf1\xbf\x5d\xc3\xfb\xf4\xcc\xe9\x6f\x9b\xb6\xc9\x8e\x95\xa4\xd9\xfa\xfc\x00\xa9\x1b\x66\xc7\x3a\x32\x73\x98\x23\xd5\x15\x19\x1c\x45\xe4\x53\x73\x51\x72\xcd\x66\x47\x3b\x1a\x50\xb1\x8e\xb5\x90\x98\x21\xc8\xac\x21\x28\x44\xf0\xae\x20\xf4\xdd\x3f\xad\x2b\xf0\xa0\x24\x76\xd0\x69\x4e\x4d\x66\xca\x9b\x71\xef\xc6\x23\x0c\x39\xb1\xc3\xc1\xb7\x21\x5e\xef\x0d\x7a\x0a\x03\xa4\x6d\xdd\x4a\x1e\x11\xa5\x3a\x5a\x4d\xea\x3e\x06\x26\x0c\xf8\xd6\x87\x35\xf9\xb7\x82\xbd\x1e\xbf\x04\x94\x60\xd9\xe7\xc7\x8e\x8d\xd6\xca\x39\xc9\x8a\x93\x92\x94\x7d\x8b\x04\xf0\x04\x2c\x4b\x59\x14\x4b\x06\xdc\xdf\xa0\xaf\x8b\x51\x88\x94\xb3\xda\xba\xcd\xfa\x93\x29\xe2\x7d\x16\xd4\xe4\x32\x50\xba\x14\x70\x03\xe9\x7a\x60\x02\xec\x52\x07\xea\x19\xbc\xb4\x71\xe4\xda\x4b\x8b\x10\xfd\xa2\x65\x5d\x5a\x31\x57\xc9\x14\x0d\x33\xa2\x64\x8a\x9a\x2d\x53\x02\x52\x18\x4e\x1d\x09\x17\xf5\x5f\x45\xe0\xa8\xed\x52\x0e\x4d\x30\xda\x1c\x9e\xf6\x0b\x1b\x9d\x94\x3c\x07\x24\xeb\x99\x37\xe0\x63\x0b\x1e\x5b\xee\xc6\x21\xf3\xd0\xef\xce\x08\x40\x4f\x4e\x46\x5e\x58\x1f\x40\x71\xdb\xb0\x31\xde\xee\xe3\x0c\x8c\x9e\x8d\x37\x18\x95\x0d\x3a\x7b\x3a\xb1\xd3\xbb\xfe\x5d\x9d\xf4\x3f\xc8\x53\xaa\xb9\x64\xe7\x71\xd5\x94\x9c\xfe\x24\x02\x00\x5b\xa1\x0b\x6c\xcc\x52\x77\xa0\x75\x8c\x50\xb2\x56\x8c\x60\x6b\xaa\xda\xde\x44\xe5\x22\xf9\x5b\x41\xe8\xdf\x3e\xb9\x48\x8e\x29\xcd\x18\xe1\xa2\x76\x7c\xa3\x45\xd5\xe8\x77\x8d\xbd\xc9\x82\xd2\x12\xc1\x17\xbe\x5f\xbb\x5e\x1e\x32\x9b\x95\xcd\x48\x2d\xf9\x6f\xc8\x41\x92\x7c\xe7\xba\x6f\x50\x9b\xdb\xee\x40\x93\x14\xe5\xd2\x59\x09\xbd\x7e\x29\x94\xf3\x9f\xd7\x59\x50\x76\x5e\x94\x26\xe0\x3b\x12\x3c\x70\x09\xd4\x7d\xe8\x9b\xc7\xc3\xdc\x2d\xe9\x48\x10\x0a\x6a\x33\x45\xe7\xa9\xa7\x95\xeb\xf2\x6f\x9f\x2f\xbc\xdf\x28\xaf\xbc\x4e\x3f\x59\x7d\x32\xb0\x62\x75\x12\xf0\xc2\xd4\x7d\xc4\x07\x85\xef\x07\xd0\x02\x5d\xed\xb0\x00\x8d\x8c\x5f\xeb\xa0\x76\x3c\x15\x1c\x77\xcd\xf3\xa7\x22\x40\x33\x96\x96\x28\x9a\xf0\xad\xa6\x09\x07\xd4\x00\x6f\x44\xf9\xc7\x9a\x71\xfa\x13\xd6\x80\x6a\x55\x42\x55\xc7\x72\xae\x7c\x65\x45\x53\x6b\xb5\xff\xaa\x0c\xe9\xed\x6b\x5a\x38\x21\x75\x6b\xf7\x0f\xfd\xab\xd5\x99\x05\x76\x88\x8a\x78\x8f\x82\x79\xf4\xef\xfb\xeb\x2a\x24\x80\x92\x10\xac\xe2\xe4\xfd\x4d\x29\x9a\x22\x1d\x91\x79\x70\xfd\x26\x24\x8f\xf4\xe9\x12\xf1\x0f\x39\xe3\xc6\xca\xa8\x44\xc5\x3d\x12\xea\x20\x15\x10\x96\x96\xae\x9e\x06\x79\x5d\x4c\x97\x73\x4f\x39\xbd\x56\x9e\x1f\xf0\xb7\x52\x4b\xa9\x17\xc5\x72\x5e\x23\xb9\x3b\x5d\x46\x96\x9b\x0d\x0f\xea\x58\x11\x2f\x94\x5f\x42\xf9\xfa\x3b\xf9\x4a\x94\x62\xac\xa4\x8e\xfb\x3d\xfc\x0f\x99\x77\x82\xd1\xba\x05\xd8\xf5\xc7\x1f\x6d\x3f\x29\xab\x3c\x2e\xde\xcb\x21\xe9\x48\x99\x09\x52\x07\x1a\x0b\x11\x52\xf7\x9b\x85\x2b\x19\x58\x0e\x30\x4f\x10\x0a\xb2\xcb\x61\xde\x0f\x08\x14\x6c\x24\x89\x94\xde\x74\x57\xad\xdf\x59\x76\x4f\xee\xc2\x9c\x4e\xf0\xc6\xbe\x00\xd0\xda\xc9\xb2\x57\x7c\x49\xa0\x10\xbd\xf8\xf8\x18\xa0\x61\x8d\xa0\xb9\x46\x9d\x63\xa5\x9d\x6a\x04\x2e\x07\xa2\x52\x99\xdb\x89\x17\x22\x94\x71\xe8\x9d\xac\xe3\x2c\xe7\xe9\x49\x2d\x4e\xe2\xf4\x36\x2e\x12\x7e\x52\x81\x62\xfc\xd8\xb3\xe6\xd6\x9f\xed\x4a\xeb\xc0\xcc\xc2\x2a\xac\x10\x22\x4e\xe9\x3b\xf2\x22\x8d\xd6\xa0\x68\x59\x29\xaf\x3e\x63\xa5\x39\x19\x10\x2a\x17\x75\x24\xd0\xf6\x43\x61\x67\xf2\x79\x05\x9a\x6e\x22\xe5\x34\x21\x51\xd2\x82\x9c\x48\xd0\x18\xb7\x18\x5a\x31\xfc\x38\xa8\xd9\x4b\x1e\xc4\x54\x3b\x27\xa5\xb9\xe4\x87\x63\x25\x07\x93\xe7\x9a\xaa\xee\x04\xca\xa5\x3c\xc5\xc8\x96\xdf\x16\xf2\x34\xc1\x3f\xd6\xf4\x00\xb4\x06\x6f\xab\x0a\xb8\x47\x5b\x2c\xf1\x1e\x74\x8d\xca\xec\xe3\x64\x43\x7c\x7f\xb8\x1e\x73\x91\x07\x64\x46\x54\xe3\x18\x36\x4c\xb0\xdf\x15\x41\x45\xd7\x34\x01\x60\x85\x06\xaf\x36\x32\xd0\x65\x30\xda\xae\xf3\x26\xca\x02\xab\x1b\x7f\x6f\x1d\x00\xe1\x8a\x54\x5d\xd8\x96\x63\x1b\x82\x5d\x2d\x11\xbc\xef\xeb\x6a\x6c\x47\xe9\xda\x3f\xa1\x09\x52\x03\xd3\xd4\x63\xad\xa4\xa9\x95\x91\x8d\xe9\xee\xfb\x0b\x99\x1a\x01\x96\x3d\x74\xea\xfa\x87\x22\xf8\xa3\x3c\x19\x17\x84\x0a\x32\xeb\x3a\x40\xae\xa4\x35\xea\x98\x9b\xbc\x0e\xf1\xd5\xe7\x41\xc5\x86\x53\x1a\xfb\x7e\x9d\x21\x7f\x4e\x21\x11\xc1\x7f\xc6\x4f\x2a\x6d\x94\x57\x90\x86\xfd\xa1\x08\x7e\x27\x0b\x5c\xd3\x82\xa6\xb2\x50\xaa\x8e\xae\x1b\x96\x4a\xda\x22\x67\xea\x60\x03\x63\xe4\x6d\x47\x5e\x18\x34\xf3\x4d\x28\x97\x7e\x13\x6d\x90\x07\x1f\x56\xfb\x7d\x32\x64\x8d\x02\x7c\xcd\x2f\xd5\x60\xcd\x48\x16\xe4\xcc\x38\x0a\xd4\xf3\x33\x0f\x9f\xf0\xc7\x84\x26\x64\x90\xb0\xa6\x75\x06\xb6\x35\x19\xec\x44\x35\x73\x9d\xc2\x43\x0e\x72\xf0\x31\xfd\x20\x0b\x76\x72\xf8\x73\xb6\xb3\xd6\xf7\x5f\x0e\xec\x1a\x17\xda\xb3\x90\x9c\xc2\xdf\xf2\x62\x49\x05\xbb\x6f\x07\x38\x19\xf4\xbc\xd4\x4e\xa8\x68\xd9\x77\xf3\xa4\x64\x54\x92\xe3\xa4\xc2\xb6\x1e\x44\x6f\xb9\xdc\x72\x3a\x9a\xc7\x77\x16\x2b\x6c\xa6\x57\x3f\xca\x22\x5e\xd2\x86\x4d\xe5\xec\x71\x6a\x81\xc0\xef\x87\xe0\xf7\xdd\x55\x58\x33\xcb\x2f\x35\x86\x6e\xc1\xb2\x45\xb3\x1c\x14\x57\x70\xc8\x50\xac\x43\x43\xa7\x94\xd3\x6c\xd1\x84\xd3\xa5\x9c\x40\x4d\xc8\x4e\xa9\x35\x02\xf2\xbc\xda\xc2\x05\x5b\xb6\x0e\xaa\xb1\xd8\xc5\x7f\x6b\x38\x31\xc9\x4b\xda\x8c\x4a\xca\xc1\xdd\x91\xaa\xad\xe4\xd8\x08\x6d\x58\x19\x9e\xe2\x45\x39\x1e\x72\x2f\x9b\x59\x19\xb2\x53\x7d\x8d\x92\x2d\xca\x70\xba\x1c\xe0\x3f\x16\x88\xb9\x90\x13\x24\xf2\x3c\x12\xf6\xf2\x6a\xdb\x4e\x20\x7d\x0f\x46\x47\x55\x94\x51\x10\x97\xf3\x2a\x12\x63\xb5\x69\x81\xd8\x5c\xef\x5a\x73\xe5\xfc\xb2\x1b\x65\x9e\x39\xbe\x30\xd0\x7a\xa9\xda\xef\xf5\xaf\xc5\x64\x39\x64\xbd\x71\xd7\xdd\x06\x34\xea\x4d\x06\x7e\x15\x33\xa6\xe6\x8b\x73\x4c\xfc\xf4\x02\xab\x8a\xc0\x9a\x2f\x05\x89\x00\x36\x0b\x8a\x02\x43\x76\xb0\x1c\xc3\x6a\xb0\x4c\xfd\xa0\xd9\x58\x35\x71\xae\xbe\x3d\xc7\x57\x66\x3e\x44\xee\x07\x30\xf5\x73\x62\xa2\x43\x8b\x92\x31\xed\x59\xac\x14\x45\x9d\xa1\x8d\xa0\xfd\x1e\x86\x06\xa2\x46\x95\xde\xf5\x9b\xa2\x09\xd6\xea\xb0\x9a\x22\x3e\x45\xc2\x60\xda\x2b\x0d\x06\x26\x80\x94\x14\xfb\xfd\x84\x2a\xa2\xf5\xc7\x22\xc8\x68\x49\x66\x43\xa1\xc9\xd5\xef\x64\x88\x90\xbb\x80\x93\x4a\xf2\xde\xdf\x16\x84\x7e\x6b\xf3\x98\xe0\x67\x46\x1c\x31\xb1\x7b\x93\x29\x05\x3b\xbc\x80\xc9\xd8\x7d\x4b\x8b\xcc\xc1\x2b\xca\xb2\x0e\x5e\x1b\xfd\x74\x56\xff\x76\x08\xda\x6f\x89\x8c\x6b\x87\x02\xcf\x8b\x2c\x2a\x33\xc3\x59\x2c\xf8\x52\xf2\xdb\x0b\xbe\x64\x06\x74\x29\x78\x74\xfd\x26\x7c\x74\x03\xab\xe2\x77\xbe\x47\xac\x1d\x45\x64\xf6\xbd\x4d\xa7\x04\x66\xe4\x31\xb4\x9a\x7b\xbb\x38\x4d\xb3\xe2\x66\x04\xee\x4e\xa3\x93\xf1\x74\xf7\xd1\x43\xdd\x1b\x5a\xb0\xfb\x5d\xc9\x23\x99\x70\x57\x72\x8f\x2e\x4a\x57\x5f\x0c\xa1\x1c\xa9\xf2\xe5\x15\x95\x34\x11\x79\x34\xa1\x3b\x51\x45\x13\x9a\x6c\x23\x4e\xc1\xac\x1d\x8c\x9c\xaa\x28\x10\xfb\x7d\x05\x3a\x30\x37\xbc\x46\x88\xf6\x9e\x3f\x2a\xd2\x0e\x6a\x7d\x9e\xb2\xcd\xf5\x91\x03\x62\x01\xb8\xd5\xa8\xe7\xf8\x4f\xad\x86\x68\x42\x3a\x55\x86\x98\x36\x2c\x53\xdf\x17\xd9\x68\xba\x8c\x70\xb7\x1f\x14\x30\x25\x26\xb4\x40\x15\xae\xf7\xbc\x60\x71\x46\x7f\xb1\x3d\x4e\xa9\x72\xe5\x61\x3b\x66\x6f\xb3\xa0\x21\xe8\x35\xc0\x24\x68\x32\xeb\x8d\x82\xa2\xfe\x78\x1b\xef\xd8\x62\x49\x93\x2c\x68\x68\x41\x61\xdd\x37\xb4\x1e\x5a\x5e\x6e\xf8\xc7\x9a\x97\x45\x9c\xff\x80\xd9\xa7\xbe\xff\x06\xf2\x26\xb4\xe9\xaf\x28\x37\x40\xd3\x1a\xa8\x84\xfa\xcd\xbe\x11\x0f\xc4\xa2\x45\x47\x9b\x3c\xef\x20\xf7\x8e\x5a\x41\x76\xe6\xed\x48\x86\xe6\x1b\xb5\xe2\x61\xa6\x84\xc2\xc5\xdb\x36\xde\x19\xe5\x55\x7c\x83\x4d\x68\x42\x65\xff\xaa\xc9\x30\x96\x87\xe7\x22\x45\xfb\xd1\x3f\x1d\xeb\x67\xcc\x2d\x9b\x07\x66\xc8\xa1\x37\x21\x43\xda\x85\x81\x3f\x54\x76\xdf\x92\x28\x70\x63\x2a\xed\x57\x2b\xc0\x16\x42\xca\x00\x42\x83\x5e\x3e\x6e\x1a\x0c\xb2\x52\xdd\xb7\xc8\x30\x54\xfa\x6e\xbc\x6b\x0e\x98\x72\xc9\xc6\xcc\x82\x47\xd7\xab\x64\x3b\xaa\xe3\xd5\xf5\x4a\x2d\xe4\xbc\x53\xa8\x22\xfb\x7d\x3e\xfe\x5b\xc3\xcb\x3b\xc4\xc4\x10\xa5\xef\xf7\x02\x02\x6f\x8c\xe9\x3d\x35\xc3\x74\x19\x26\x13\xe6\x61\x04\xf0\x78\x36\xda\xc4\xc9\x7b\xcf\x9c\x61\x7e\x07\x96\x02\x25\x2f\x52\xed\xd5\xc7\xb0\xb4\x92\x66\x71\x82\xff\xba\xcc\x0e\x07\xbc\x17\xe1\x70\x9c\x69\xd1\xd1\x90\x38\xb3\xb8\xd2\x8a\x36\x5a\x02\x86\x1d\xa4\x60\xd7\x70\x85\xc3\xc2\x53\x34\xe9\xe4\xfe\x8c\xb6\x8f\x6e\x68\x95\x91\xa8\xa6\x09\xa8\x3a\x1e\x71\xa1\x48\xd7\x6c\x38\x95\x07\x94\x44\x5b\x5f\x92\xfb\xbb\xce\xa4\x3b\x29\x79\x5c\xf3\xaf\xd5\xeb\x37\x65\x7c\x83\xb6\xc7\x86\x32\xa4\xe8\x9a\x32\x81\xf1\x41\x17\x39\xe9\x00\x99\xc3\x04\xb0\x1b\x83\x9a\xd0\x1d\xdb\xcc\x37\x78\x1c\x1d\xa5\x91\x91\x75\xa7\xb2\xdc\x9d\x92\x84\xf7\xcb\x7c\xcb\x3f\xc2\xcd\x4c\x90\xab\xf3\x6c\x4a\xd3\x70\x47\xc8\x40\xf8\x7e\x7c\x79\x31\xbf\x73\x26\xb8\xa5\x5f\xbb\x5d\x12\x12\xb9\x5f\x95\x0b\x6c\xb5\x4c\xb8\xb2\x31\xdb\x89\x2a\xdc\x51\xf8\x96\x88\x3c\x64\x3b\x15\xc6\x76\xc0\xb3\x6e\xb4\x33\xcd\x75\x90\x86\x6c\x17\x4e\xa9\x77\x5d\x7b\x8c\x6d\x16\x93\x25\xd6\xf9\x16\x3b\xb5\x0f\xb4\x79\xc3\x6e\x47\x90\xe5\x17\xb7\xb3\x60\xcb\x1e\xaa\xe8\x4e\x04\x37\x84\x7a\x66\x26\x92\x9e\x4a\x6f\x29\xc0\x8d\xdc\xae\xe4\x95\xb6\x39\xf4\x08\xdd\x1e\x2a\xfe\xd6\x08\x76\x73\x8d\x68\x82\xd0\x94\x9b\xce\x95\xcd\x75\xa9\xea\xbc\xdf\x7b\xd7\x85\xa9\xff\x27\x2a\xd6\x25\x99\x7b\xff\xf9\xdf\xff\x77\x2f\xf2\xfe\xf3\xbf\xff\x1f\x47\x7c\x5c\x1e\xd4\xd8\xd4\x05\x8a\xd0\x75\x99\x42\x5d\x64\x81\x4e\x6f\x1d\x77\xb6\x19\x40\xd2\xdf\xc8\xf8\x9f\x9d\x01\xba\x3a\xc7\xa7\xc2\x14\xa7\x02\xd8\x3c\xb7\x58\x67\x95\xc4\xa0\x7a\xcb\x41\x3f\x58\x1c\xdd\x44\x45\x01\xf3\x91\xac\xcd\xa1\xea\x4e\x57\xde\xf7\x83\x35\x28\x8d\xaa\x29\xa7\x63\x80\xc4\x62\xbf\x2f\xf6\xfb\x6c\xbf\x5f\xef\xf7\x0d\xce\xb4\x15\x2b\x25\x61\x80\xbb\xb0\x55\xc8\x0a\x44\x0f\x5c\x85\x4c\x69\xb8\xbf\xb3\x15\xcc\xef\x96\x74\x45\x9b\xce\xb4\xde\xf7\x83\x77\xca\x0d\x69\x85\xdd\x70\xb8\x41\xbc\x23\xed\xf1\x0f\x77\xc4\x62\xab\xab\xcc\x55\x02\xf1\x4e\x3c\xea\x6a\x07\x8e\x4e\x51\x04\x1f\xb2\xf2\x8b\xd3\x39\xf0\xf8\xff\xf1\x3f\x3c\x63\x05\x0d\x57\x42\x5d\x7e\x4d\xe6\x5c\xe4\x1b\xfe\xce\x9c\xc0\x15\xbd\x63\xd9\x3c\x0b\xbd\x93\x64\x3b\x82\xcb\xbd\xd1\x4a\x94\x29\x2f\xbd\xc8\xeb\x87\x18\xb2\x94\xb3\x12\xfa\x3f\x61\x79\x68\x64\xd1\xb3\xae\xee\xa8\x00\x63\xee\x5a\xd7\x9a\x7f\x49\x59\xbd\x58\x83\xbc\x36\x1d\xd7\xe2\x2a\xf7\xfd\x54\xa9\x63\xe5\x48\x0e\x5a\xfd\x89\x25\xe6\xae\xaa\x57\xdf\x01\x04\x98\x8b\x39\x19\x7b\x94\x13\x88\x80\x2c\x1f\x6d\x08\x45\xed\x27\x5a\x30\x1d\x51\x47\xcb\x99\xfc\x65\x4b\x3e\xf3\x03\xa6\x7c\x58\xf8\xbe\x2d\x46\x1a\x64\x28\x94\x3f\x36\xf5\x68\x46\xa8\x8c\x0f\x8b\xcf\xf5\x6f\x56\x70\x9e\x56\xcf\x71\xd0\xcd\x6a\xf3\xfd\x20\xdb\xef\x83\x8c\x1d\x9f\x0f\xbd\xc9\xaf\xc1\x28\x70\xee\x11\x80\xb6\x3d\x58\xbb\x28\xed\xf1\x68\x39\xce\x52\xa2\x80\x2f\x0f\x6b\x53\xf1\xfa\xe7\x42\xbb\xa3\x0d\xb2\x87\x66\x6a\x46\xba\x45\xd3\xf5\x51\x92\xb9\x2e\x5d\x5d\x89\x60\xa6\x9c\x26\x53\xc1\x26\xae\xbe\x02\x8c\x18\xcd\x69\x42\xd7\x34\xa5\x1b\x83\xeb\x44\x77\x6c\x42\xb7\x2c\x78\xc3\xa6\xd4\xf3\x08\xbd\xc5\x6d\x2e\x5b\x07\xb7\x8c\xed\xc8\x7d\xc3\x72\x96\xb0\x35\xab\x98\xe7\xd1\x14\xc7\xf2\x96\x4d\x1f\x75\x52\xb0\x1b\x7a\x27\x19\xd3\x15\x9b\xcc\x56\xb6\x3a\xc4\x0a\xab\xf8\x8e\x15\x8b\xd5\x92\x7e\x60\xef\xb4\x22\xa2\xad\x4b\xf8\x41\xe9\x12\xbe\x53\xd2\xc1\x9d\xef\x7f\xb0\xc6\x7b\x7e\x87\x03\xfd\x81\x44\xef\xd4\xf4\xdc\x19\xe1\xe1\x3b\x10\x1e\xca\xe7\xd5\x6e\xbf\xff\x60\x8b\x20\xdf\x81\xc8\x73\x67\xe5\x4b\xe6\x4a\x14\xf1\x0e\xe4\x8f\xef\x40\xe4\xb8\xf3\xfd\xdb\x2b\x0c\x08\x6e\xe1\x0b\xcd\x99\xec\x85\x0f\x0e\x53\xd3\xe0\x05\xaf\x15\x08\x31\x2a\xbc\x19\x0b\xaa\x79\x15\x7a\x33\x3c\xe4\x43\xb0\xfc\xda\x69\xb8\x3b\x8d\x0b\x12\x9d\x57\x17\x41\x46\xd7\x2a\xf0\xba\xea\xb7\xbe\x1f\xdc\xec\xf7\xc1\x8d\xc5\x33\x76\xb1\xe8\x3b\x50\xa7\xfd\x80\xc4\xce\xf7\x87\x6b\x20\xb3\x1f\xb4\xf3\x64\xa7\x2f\x82\x61\x0a\x2a\x26\x5a\x17\x90\x7e\x50\x2a\x26\x29\x7b\x47\x74\xbf\x5e\xa9\xae\x50\x96\x92\xb2\x33\x40\x1a\x2b\xa9\x00\xda\xdd\xe2\xf8\x6a\xa8\x86\xd9\x2a\x64\xa7\xe4\x66\xb1\x0a\xa7\x4b\xac\x6d\x8e\x0d\xbb\x59\xac\x96\x78\x77\x9f\xee\xf7\xa9\xe9\xfd\x2e\x87\x3b\x7b\x86\xe4\x60\x32\x41\xef\x74\xa2\x14\x34\x1a\x51\x5f\x74\x42\x60\x02\x66\xeb\x00\x62\x05\x5a\xc1\xb1\x16\xf3\x4d\x38\x05\xdd\x49\x32\xda\x19\x15\x47\x57\x01\x92\x76\xb1\xb5\xd5\x55\xaa\xe7\x44\x90\xb2\xe1\x94\xb4\xb2\x69\xbb\x2b\xa6\xb9\x1f\x3d\x9d\x5f\x74\x97\x44\x1b\x7a\x4b\xd4\x62\x50\xf6\x72\x1f\xd9\x2e\xdc\x5a\x8a\x4c\x43\x75\x41\xf8\x9a\x7d\xbc\x7a\x31\xdf\x1a\x52\xf8\x62\xb4\x23\xd1\x76\x50\x9b\x43\x5c\x50\xd3\xd7\x34\x9e\xc7\x61\x13\x35\x34\xa1\xbb\xf0\xb5\x36\xf9\x65\xb7\xf3\x3c\xf2\x3c\xba\xa6\x15\xf4\xf6\xc7\x2b\xf6\x82\xdc\x6f\x99\xce\x4c\x66\x45\x77\xec\xc5\x00\xa9\xf2\x8e\x7d\xa4\x09\xf3\xbc\x76\x6b\x80\xd7\x04\x15\xac\x5c\xbc\x09\xc3\x25\xa1\x31\xcb\xb2\x00\x5f\x68\x6d\x71\x21\x04\x37\xfa\x13\xdd\xca\x37\x6c\x3a\x7b\xd3\x69\x4e\xbc\x91\xa3\xe9\xd4\xb6\x97\xf9\x92\x50\x95\xf1\xb4\x97\xb1\x75\x09\xb0\x76\x77\xb9\x09\xeb\x34\xc3\x41\x91\x42\xe9\x86\xfb\xbe\xe7\x31\x4b\xff\x56\x4e\x51\x49\x26\xf7\x7b\x87\x6f\x3a\xea\x23\xdb\x2a\x2d\xcd\x3e\x2d\x0b\x38\x29\xe7\x25\x78\x87\x73\xf4\x28\x05\x48\xfc\x32\x72\x1f\x1c\xc2\xbf\x21\xed\x64\x35\xe5\xd6\x2d\x16\xd0\x70\xfb\x52\x0b\xee\x2b\x14\x4e\x50\xa5\xbe\xc2\x1d\x97\xba\xc9\x50\x12\x6b\xd8\xa7\xe1\x33\xfc\x52\x5f\x41\x56\x46\x41\xc3\xaf\x24\x4a\x7d\xbe\x98\xcb\xc0\x68\x3a\xc8\x3a\x49\xb7\xb2\x94\xca\x48\x4b\xb0\xc2\xb4\x00\xab\x16\x0e\x0e\x0c\x8a\x1b\x3c\x8c\x59\xbd\x11\xf7\xaf\x48\x39\x15\x6c\xb1\x04\x64\x6f\xc9\xa8\x88\x4e\x65\xf6\xdb\x22\xc8\x17\xe5\x92\x66\x41\x49\x68\xd1\x89\x09\xd0\x2a\xa6\x52\x83\x06\xd6\x63\x40\x10\xd5\xad\x6c\x82\x3a\x3f\x95\x92\x71\xac\xf1\xb5\x51\xaf\xa9\x1c\xd0\x9c\xc8\x9d\x25\xc8\x2d\xcc\xf3\x1d\xc3\x18\x23\x25\x06\xed\x6c\x18\xb4\x55\x5e\x30\xa1\x71\x30\xa1\xb9\x81\xc2\xa0\x1a\x12\xca\x64\x24\xbb\x3b\xfb\x3b\x1f\x99\x38\xc6\xc0\x48\x4d\x39\x7d\xb4\xb2\x33\x1a\x4d\xc9\x40\x04\x6b\xba\xc6\xea\x6f\x08\xdd\x21\xc0\x3b\x64\xad\x24\xd5\x3b\x79\xd0\xd0\x37\x0c\xa6\x46\xea\xe3\x96\x98\xd3\x45\xc2\x18\x2a\x7e\x4f\x19\x33\xb5\x10\x41\x42\x13\xbc\x2f\xd5\x0b\xbf\x1a\x27\x1b\x12\xa6\xa1\x13\xdc\xc8\x40\xaa\x6a\x1d\xc8\x5a\x4e\xed\x5a\x12\x67\x68\x8e\xa7\x95\xe3\x44\x1f\x2c\x2f\x5f\x4c\xe4\x70\x4e\x08\xa2\xac\x5b\x6d\x00\x66\xdf\xb4\xe2\xb3\x2a\x2f\x33\x0b\xd7\x87\x75\xd0\xf9\x3b\x1d\x18\x4e\xe9\x0e\xdb\x75\xff\x39\xb5\x93\xe3\x91\x1e\xcb\x7c\x43\x06\x07\xfd\x32\xd8\x5d\x4d\x0f\x46\x4c\x16\x38\x9a\x3e\xd0\xce\x4f\x2d\x90\x4d\x66\x60\x7f\x10\x74\x84\xdb\x20\x07\xcc\xd1\x8f\xae\xd9\x04\xd8\xfd\x9e\xe6\x37\x5f\xd4\x8e\x4d\x17\x2d\x43\x50\x03\x37\x16\xee\xb6\xf8\xbc\x2b\x79\xd7\x95\x9c\x48\xce\xae\xe4\x05\xe3\xfd\xb2\x8e\x59\x0a\xe9\x9b\xe9\x45\xb1\x1c\xd4\x21\xcb\xc6\xc9\xa6\x29\xde\xcb\xa3\x77\x40\x64\xd9\x99\xd6\x3a\xc8\x1c\x4b\x33\x04\x7c\x01\x50\x30\x57\xa2\x7f\xd0\xe0\x76\x93\xd9\xa0\x5f\x26\xfb\x07\x91\x90\x2c\x3d\xde\x96\xe2\xb8\x7c\x5f\x14\x8e\xbf\x92\x3e\x15\x2a\x18\x0f\xeb\x59\x79\x59\x74\xf6\x54\x99\x0d\xe1\x50\x2e\xed\x7e\x1b\x75\x8d\xfa\x15\xf4\x3f\x7f\x9f\x05\x19\x55\x90\xc3\x9e\x63\x36\xaf\x44\x35\x28\x90\xd2\xfc\x4e\x0f\xef\x5f\x2e\x2c\xc9\x54\xe7\x77\x1a\x2d\x0a\xd2\x1a\xa7\x23\x87\x95\x37\xda\x11\x4a\x05\x43\xf7\x1a\xce\x19\xbb\x78\x35\xc7\x39\xd1\x46\xa9\x75\xf7\xab\x1f\x8d\x5b\x66\xe3\x3d\x07\x1c\x72\xa0\xc1\xf3\x86\x3d\x84\x34\xab\x79\xf9\xea\xa0\x62\x5d\x16\xb2\x4f\x39\xf4\x29\x60\xcb\x96\x36\xe0\x09\x5f\xda\x9a\x88\x74\xf7\x8f\x8d\xb1\x9c\x38\x9f\x1a\x5b\x13\x69\x74\x60\x00\xe9\x4c\xf1\x23\x56\x74\xce\x77\xd8\x81\x58\x61\xcf\x69\xd0\x7e\xb8\x34\x2a\xc9\x86\x0f\xab\x69\x36\xe2\x00\x38\xab\x57\x1a\x98\xe2\x59\x75\x0c\x38\x15\x8e\xfa\xca\x88\xc5\xa3\xc2\x2c\x0f\xc6\x84\xc6\x47\x31\xd5\xd3\x92\x3e\xd0\x31\xa2\x85\xbd\x2c\xe0\xba\x38\xa8\x47\x4c\x10\xa3\x7f\x32\x41\x22\xca\x47\x68\xaf\xd3\xf5\x42\x7d\x79\xfa\xe4\x20\x73\x25\x3e\x9b\xee\xf7\x43\xf7\xcb\x62\xb2\xb4\x1c\x94\x6e\x32\x62\x8c\xa5\x16\x6a\x1d\xe8\x99\x1c\x54\xaa\x41\x86\x66\x2c\xc0\x87\x4a\x16\x54\x64\x49\xfb\x99\x3a\xb3\xe7\x81\xe5\xe0\xda\xb4\x3c\x30\x58\x35\x71\xb3\xae\x97\x5d\x8d\xf8\xe7\xac\x1b\xd9\x29\xdd\x35\x0f\x75\xd7\x52\x7f\x11\x1c\xaf\x43\xe1\x90\x09\x53\x15\x10\x58\x67\x87\x13\x86\x09\xd8\x99\xb3\xb1\x55\x37\x55\x25\xe5\xe2\xa5\xf2\xfd\xcc\x21\x5e\x57\x4f\x26\x5d\x7f\xc4\xcc\xfd\xf8\xc5\xe9\x93\xf0\xf4\x09\xad\x58\x3c\xab\x2e\xdd\x4f\x33\xad\xec\xae\x86\x22\x73\x56\x79\x45\xab\x90\x9d\x3e\x21\x64\x90\x99\x69\xd8\x18\xcd\xb0\x63\xb3\x2f\x0c\x0b\x3a\xa1\x0d\xa1\x8d\x33\x80\x2a\x5b\x96\xf5\x68\x4d\xac\xa6\x04\x00\x71\xbc\xd9\x65\x79\x1e\x90\x16\xcf\x05\x7c\xc4\x44\xdb\xd2\xee\x4b\x0f\x1c\x71\x78\x74\x86\x5e\xb2\xe9\x84\xd8\x7a\x6c\x83\x54\x28\x5b\x17\xd9\x42\xb9\x73\x1d\xd4\x99\xf7\x33\x19\x3d\xa1\x4f\x88\x52\x5d\xc2\x56\x80\xf7\x23\x24\x11\xf0\x9f\x72\xd3\x1f\xb5\xad\xba\x59\xb2\x1b\x61\x12\x99\x6c\x29\x18\xb0\xf4\x02\xcd\x7a\x0d\xa7\x74\x22\x49\x3e\xf0\x1c\x38\x95\x0e\xaa\x4a\x06\x66\x3d\xcb\xb2\xad\x15\x44\xeb\x25\xe5\xac\x68\x6b\xf3\x5d\x9b\x4d\x7f\xd8\x64\xf9\x91\xc6\x5d\x4d\x27\x56\x6d\x9c\x8e\xff\x6d\x2a\xfd\xaf\x9b\xe3\x06\x18\xcc\x22\x8a\x62\xc4\xe1\x6b\x06\x18\x05\xaf\x02\x4e\x63\x5a\x12\x47\xa7\x5d\xd1\xb1\xf8\x18\x1d\x13\x1a\xab\x6d\x9b\xb1\x09\xbd\xcd\xd8\xeb\xf1\xd7\x22\x39\x82\x8a\x6d\x66\x8f\xed\x5b\xf9\x36\xeb\x44\xca\xfc\xc3\xc9\x6d\x77\x18\x53\x6a\x43\xa0\x36\xcb\x26\x44\xee\x3f\x08\x4d\x2d\x39\x26\x4d\xc3\x16\x8a\xdb\xf5\x50\x44\x4c\x96\x64\xa9\xe6\x36\xd8\xbf\xeb\x5d\xd7\x68\x0a\x33\xeb\x15\x60\x3c\x14\x1e\x96\x0d\x75\x85\x01\x39\x8f\x8b\x6f\x79\xc1\x4b\x10\x24\xb0\xa9\xb1\x04\x07\x9d\x00\x56\xaa\x43\xd7\x86\x07\x25\x9d\x28\xfd\xe6\x8a\xe7\xec\x6b\xb8\x8a\x43\x72\x85\x98\x09\x30\xaf\x7e\xcc\x02\xdc\x12\x6a\x83\x44\xb7\xcd\xd4\x2a\x14\xa9\xf6\xff\x5d\x5b\x88\x86\x7c\xc7\x0a\x0d\xe3\x55\xf3\x22\x95\x55\x3b\xe6\x67\x3f\x50\x9a\xa3\x20\xd6\x92\xe7\xdc\x4a\xb2\x09\x34\x55\xea\xe1\x88\xf6\x91\xd1\x5a\xc8\x07\xff\x58\x47\xbc\x25\xf4\x5b\xc4\xf3\xa3\x58\xdb\x58\x90\x76\x60\x7b\x27\x67\xef\x44\x60\xef\xf7\xf4\x3e\x11\x45\x55\x97\x4d\x52\x8b\x32\xba\xcd\x60\xc6\x1e\x4c\xd8\x72\x8e\x8d\xc3\x59\x34\xea\x86\x81\xd6\x23\x79\x4e\x8d\xac\xcf\xf6\x47\xf3\x33\x34\x94\x9f\x76\x7b\xc4\x83\x3c\xe1\xa4\xef\x83\x4c\xae\x86\x32\xd4\xfe\xc7\x3a\x56\xda\xa1\xe7\x4e\xb5\x68\x49\x34\x8f\x72\x8c\x3d\x71\x38\x03\x27\x21\x69\xa9\x06\x68\x3e\x82\x32\xfa\x51\xf5\xfd\x6f\x34\x52\x9f\x98\x01\x05\x9e\xcf\xeb\xa8\x46\xd4\x7b\xbe\xdf\xdb\xd3\x40\xfb\xc4\x22\x2d\xad\x74\x99\xbf\xab\x83\xc3\x62\x37\xdc\xee\xd6\x09\xa1\x06\x64\xd0\x29\x76\x34\x1d\x7c\x5f\xda\x93\xa3\x56\x0e\xa7\x4b\xfa\x41\x55\xbc\x74\xfc\x5d\x13\x9c\x37\x87\xb3\xcc\xa0\xc7\xe8\x7a\x79\x54\x1e\xc9\xa3\xe1\xa4\x05\xf4\x31\x6b\x96\xd5\x84\xb4\x84\xda\x8e\xbf\xa2\x43\x0a\xf1\x9d\xaa\x16\xa7\xa0\x18\xa9\xd5\x89\x4b\x56\xce\xf5\xab\x9c\x45\xb4\xc0\xee\x3f\x96\x8d\xe6\x11\x5f\xa8\x96\xe8\x74\x9c\xd0\x2e\x47\xa7\xe3\xcb\x79\x11\x15\xd8\xf1\xe5\x83\x1d\xaf\xdc\xfb\x3d\x84\x28\xab\x3e\x7f\x07\x10\x44\x16\x3e\x68\xed\xfb\x78\xeb\x61\x72\xc0\x28\x51\x0f\x8a\xeb\x1b\x53\x4b\x4d\x0c\xf5\x48\xf0\xae\xf0\x57\xcd\x76\xd5\x73\xe9\xd8\x69\xf5\x58\xf1\xb0\x88\x3f\x65\x55\x13\xe7\x87\xae\x8e\xb5\xaf\x01\xc8\xac\x4f\x48\xba\x52\x09\x05\xfb\xb1\x96\xca\xbe\x78\x2e\x9a\x4f\x80\x84\x02\xa3\x6f\x9c\x34\x3f\x14\x0d\x22\xb4\x54\xdb\x82\x7d\x32\x9a\x3d\x57\x5b\xaa\xe0\x4b\x8e\x35\xbc\x1b\x5d\x68\x3d\x62\xe2\x3c\x08\xfb\xcb\x73\x6d\xf5\x12\x10\x1b\x88\x1f\xa0\xdb\xd1\x79\x3c\xac\x43\xf0\x38\x17\x69\x1f\xf3\x18\x84\x2f\x91\xc7\x0b\x88\xb4\xdf\x7b\xb5\xc0\x1f\x7a\xf5\x82\x8f\xf4\xce\x65\x38\x75\x5d\xdf\x3d\xd8\x7b\x3c\x1f\x97\x72\x1e\x57\x2d\x3d\x70\xf4\xf8\xa9\x44\x47\xbc\x42\x02\x7d\x50\x7d\xe0\x10\x08\x5c\x18\x7f\xe2\xee\x92\x38\x9c\x03\xf3\x0d\x9c\x83\xf7\xfb\x09\x89\x38\x31\xe6\x34\x84\xda\x0e\x04\x3f\x27\x6b\x7b\xb5\xed\xf7\x9c\x60\x2e\x3d\xef\xc1\xc7\x32\xfa\xee\x30\xa3\xda\xf7\x6d\x5a\x70\x24\xa3\xaa\x9f\x13\xb9\xff\x59\xa5\xf8\xbb\x95\xcf\xb1\x94\x5f\xdd\xfd\x76\xda\x3b\x8d\x39\x6c\x86\x0a\xd6\x47\xdd\xef\x98\x83\x6a\x68\x98\x0d\x4d\x46\xef\x8f\xd8\xcd\x73\xdb\x81\x66\xb6\x28\x96\x4c\xf9\x6e\x34\x3d\x20\x77\x33\x9c\x7d\x5d\xa7\x72\xed\x62\x93\x68\x36\x09\x80\x3b\x2d\xbd\x54\x73\xfd\x45\x9d\xb9\x8f\x4e\x11\x3a\xca\xfc\x8a\x07\x99\xea\xd6\x96\xd0\x38\xfd\xf4\xe8\x58\xc7\xef\xae\x33\xf4\xa9\x02\x98\x65\xcb\xf9\xe4\x43\x73\xc1\x2d\xbd\xa0\x85\x75\xcb\x0b\xa3\x7b\x63\x4f\xb6\xa3\x07\x4f\xbd\xb1\x59\x23\x82\xac\x40\x79\xc4\x1d\xa9\xde\x09\x4a\xd9\x67\xca\x69\x2b\xfc\x96\xeb\x95\x0c\x6a\x56\xcf\x6b\x7d\xe1\x92\x91\x28\x6b\xff\xd1\x4d\xf9\x86\x1f\x5d\xe7\x87\x7e\x67\xff\x65\x75\x06\x48\x08\x10\x3c\x6b\x4f\x3a\x0f\xd5\x8e\x50\x30\x4a\xc9\x8c\x06\x6b\x4b\xfb\x9e\x2f\x3f\x71\xee\x58\x2c\xa9\x85\xa3\x6a\x0d\xb9\x05\xc8\x54\x2c\xb2\x25\x53\x66\x49\x87\x8e\x6d\x0b\x99\xe5\x7e\x6f\xbc\x77\x1e\x16\x7f\x74\xd5\xf4\xaa\xa0\x8b\x37\x4e\x86\xdc\x6a\x58\xbe\x65\xf4\xa7\x85\x58\x0e\x8a\x85\x58\x32\xe4\x70\x62\xdd\x89\xb5\x88\x62\xe8\xc4\x07\x58\x1a\x40\xf9\x55\x5c\x4d\xd9\x6a\x41\x86\xef\x03\xdd\x07\xb4\xa5\xdf\xa8\xaa\x8b\xbd\x25\x58\x46\x51\xad\xdd\x30\xa9\x96\x07\xcf\x1a\x15\xd7\x5f\x95\x41\xa5\xb0\x09\xa8\x00\x8c\xe1\x32\x78\x5e\x06\x15\x68\x40\xe0\xc9\x0c\x00\x97\xa9\x60\x39\xf5\x62\xb0\x6f\xf2\x18\x53\xeb\x31\x61\xdc\x1a\x19\x99\x23\x98\xba\x27\xe8\x36\x35\xd1\xa4\xe3\x72\x32\x28\x16\xb1\xa1\x2e\xeb\x79\x1e\x35\x74\x3d\x6f\xa2\x5c\x5d\xeb\xdb\x5f\x1b\xda\x41\x9a\xc8\xa0\x1f\xe4\x3a\xe5\x3d\x22\xd2\xe2\x14\x2d\x68\xad\x74\x99\x59\xb7\x92\x67\xe2\x4a\x8e\xd4\x68\x44\x34\xa7\x09\x78\x06\x83\x6a\xfe\x8b\x5a\xfa\x95\x3a\x0d\x24\x5b\xdf\xff\x93\xba\x76\x4c\xb6\x72\xf9\x37\x45\x2a\x9c\x39\x41\xee\xbf\x51\x99\xa0\x77\x38\x64\x24\x1f\x8e\x04\xee\xe1\x74\x4e\xc7\xe9\x59\x3f\x4b\x80\x3d\xc0\x5c\x7f\x33\x01\x7a\x9f\xc3\x04\x15\xaf\x5f\xc0\x8e\x02\x46\x41\xd6\xca\xb7\xcf\x6d\x1c\x48\xc4\x91\x78\xee\xa6\x8e\xb1\x5b\xaa\x4e\x8d\xfd\xbb\xd5\x9e\x9b\x05\x15\x8b\xf6\xaf\xfd\x2d\xf0\x3e\x20\x28\x18\x22\x49\x07\x4e\x90\xfd\x3e\x0c\xf1\xbe\x55\xa7\x70\x00\xff\x54\x1a\x0c\x73\x53\x69\xdf\x45\xf7\x30\x40\x35\x0e\x41\xd9\x4a\xfe\xac\xc3\x07\x3c\xf0\xd0\xd0\x3b\x03\xdb\x61\xe3\x6d\xfc\xb1\x3b\x61\x03\x58\x7f\xf9\xfe\xb9\x3c\x77\x1f\xe4\xd2\x3f\x8d\xab\xcb\x0e\x59\xb7\x2e\x34\x90\x63\x42\xfb\xa1\xc7\xd8\x46\xae\x2f\x5a\x75\x4d\x24\x57\xfa\x7a\xc7\x0e\xc2\xde\xf0\xfc\x58\xf0\x6b\x20\x10\xcc\x3a\xd0\xeb\xaf\x37\xa6\xdc\x96\x66\x55\xaf\x31\xdc\x1d\xf0\xc3\x34\x8c\x19\x42\xde\x6b\x31\x6e\x33\x47\x3a\x59\x8d\x89\x1c\xae\xe8\xfb\x5e\xff\xca\x40\x5c\x05\x47\x3e\x62\x30\x69\x81\x69\x3c\xc8\xd8\xe5\x9c\x3f\x7f\x10\x07\x35\x94\xca\xbe\x47\xdf\xd8\x85\x31\xb7\x24\xc6\x35\x33\xad\x55\xd9\x18\x49\x4d\xbf\x83\x68\xad\xe4\x46\x00\x11\x3d\x8f\xab\xa3\x9b\x84\xea\xcb\x5f\xcd\xa1\xd1\x43\x03\x6a\xc9\xd0\xce\xf5\xef\xc8\x03\x65\x1b\x8f\xf6\x9b\x56\x30\x04\x7e\x84\xc8\x9d\x3d\x67\xe4\x75\x46\xa4\xf8\xad\xb3\xfa\x3c\xcc\x5e\x7f\xf9\x50\xc6\x3b\x65\x0f\x2a\x19\xbe\x45\xb1\x04\xce\xef\x6b\x11\x94\xca\xce\x13\xc2\x3a\xf7\x60\xbc\x33\xf7\x54\x17\x69\x60\x3b\x3a\x30\xf2\x16\x24\x47\x5b\x71\xcb\xff\xdf\xd7\x07\x54\xc9\x1a\xb3\x75\x30\xcc\xba\x36\x77\xc0\x15\x80\x5d\x88\xa2\x52\x73\xfd\x2a\x00\xa8\xa6\x4e\x36\xd8\x6b\xa8\xfb\x23\x5c\x87\x6a\x31\x13\xca\x46\x57\x74\x36\xba\xd0\x97\xb6\xf7\x40\x6d\xd7\x1b\xa8\x5f\xbe\x1f\x0f\x8d\x9e\xda\x5c\x9b\x51\xe9\x04\x31\x41\xd3\xcd\xd6\xe9\x7a\x35\xf7\x10\x04\xe1\x13\x1d\x7f\x78\x87\xa1\x74\x31\xf8\x87\x93\xbf\xa1\x55\x38\xf8\x46\x04\xdc\x5c\xad\x1f\xe1\xfb\x99\x63\xce\x2f\x8c\x62\x5f\x9c\x67\x37\xc5\x2f\xca\x34\x5d\xae\x95\x5f\x51\x02\xa1\xcd\xc9\x1d\xc0\x58\x6d\x7d\xa3\x4c\xd9\xc1\x50\x40\x9b\xb5\x2f\x96\xa4\xeb\x6f\x2d\xd1\xf8\xb2\x9e\x2b\xff\xf0\x19\x89\x4a\x7d\x13\x6e\xce\x0c\x65\x77\x66\xb0\x6c\xdf\xbb\xc4\x84\xd0\x09\xcd\xb4\x2c\x84\xd5\x54\xa0\x7f\x86\x4e\x71\xa2\x60\x88\xdd\xc0\xbb\x0b\xd7\x01\xa0\xd9\xea\xdb\xfa\xf0\x97\x02\xf4\x11\x0b\x00\x6c\x50\xea\x9d\x5a\xc8\x01\x80\xb0\x47\x2c\xd2\xad\x91\xa1\x59\x6b\x6e\x88\xf0\xb0\xd0\xad\x11\x35\x56\xae\xe0\x56\x63\xe1\x52\x8d\x6f\x7c\x78\x69\xa9\x10\xbe\x8b\x4f\xdc\x17\xd1\x92\x96\x80\x7f\x72\xb7\x93\x27\x7f\xd8\x13\x3d\x3c\x6e\x7f\xa5\x74\x10\xa3\x63\x50\x6a\xf7\x36\x70\x75\x54\x1b\x8d\xc3\x1a\xd0\x14\xde\xde\xed\xf8\x5c\x0f\x59\x54\x13\xda\x41\x1f\x46\x70\x71\xd4\xbd\x53\x17\xf6\x2d\x1a\x4e\x29\xe2\x99\x63\x44\xfc\x4d\x0f\x10\xb0\xf1\xeb\x41\x70\x3b\xe8\x35\x9a\x33\xab\xd9\x72\xce\x76\xaa\x95\xa4\xa5\x06\x58\xf6\xcb\x63\x4e\xad\xe0\x64\xa3\xef\x8d\x02\x3b\x27\x72\x1c\xfe\xd3\x82\x0f\x71\xcf\x3f\x96\x30\x43\x9e\x75\x66\x66\xf6\xa2\x1e\x5f\xa6\x14\x37\x39\x1a\x32\x1f\x20\xbf\x5c\xe9\x2f\xb5\x9a\xe3\x1a\xe5\x05\x65\x2e\x32\x92\x82\xb9\xb1\x0e\x43\xa6\x6d\x07\xf3\xc2\xe9\x13\xfb\x3a\x72\x60\x71\xfb\xdc\x41\x21\x32\xd7\xdb\xca\x73\x82\xb2\x72\xb1\x71\x9e\x8d\xfc\xe5\xf3\xa1\xb1\x2a\x7d\x60\x50\xd0\x58\xa8\x18\xd6\x80\xb6\x69\xc6\x54\x15\xd0\x01\xe5\x15\x04\x23\x3d\x63\xac\x51\x5a\x98\xa0\x0e\x26\x23\x69\xff\x84\xe6\x03\x33\x78\xda\x18\x74\xc5\xea\x71\xb2\xd9\xef\x4b\xdf\x1f\x96\x1d\x42\xd6\x7e\xaf\x4e\xf6\x4d\xbf\x4b\x4d\x94\x36\x0c\xb3\x96\xd0\x02\xd8\x94\x2f\xf3\xbc\xd7\xa7\x5a\x34\xb8\x58\x1e\xf6\xd5\x31\x92\xf6\x8f\x4c\x19\x85\x9d\xa8\x4f\xca\xe0\xe1\x51\x56\x16\x42\x74\xf5\x08\xe5\x2d\xdd\x89\xea\x9b\x52\xe0\xf1\xe5\x70\x26\x3b\xb7\xe5\xb4\x60\xc7\xce\xd3\x7a\xcb\x79\xb8\x11\x46\xeb\x20\xb3\x6f\xd0\x43\x40\x35\x14\x57\x06\xae\xa1\x66\x9c\x0e\x27\x03\x3e\x62\x82\x86\x61\xd9\x76\xd4\x06\xee\xe1\x6b\xa2\x7c\x67\x7d\x94\x15\xee\x5f\x7e\xe2\xc2\xeb\xad\xb5\x64\x33\xd0\xee\x02\x14\x96\x10\x34\x04\x94\x21\x37\x97\x93\x0e\xcd\xe6\xb6\xf3\x3e\xf4\xb9\xad\xb3\xfa\x45\xcd\x6c\xe7\xac\x13\x2a\x6d\x71\xdd\x58\xd9\x9c\xba\xa5\x89\xd8\x1d\xe3\x28\x95\x98\xef\x73\x65\x24\x7d\x19\xd9\x41\x02\xd5\x88\xee\xce\xfd\xb8\xb4\xef\xad\xd8\xd1\xda\x96\xfc\xd5\xae\x24\x50\x7e\xe4\x79\x77\xd5\x50\x5b\x62\x37\x38\x2f\x38\x9c\xf3\xd7\x7c\x57\x6f\xd8\x01\x43\x0d\xc1\x90\x93\x66\xa9\x03\x2d\x1f\xe8\x00\xd4\xa1\x73\xd0\xab\xc3\xd7\x22\x71\x37\xac\xfd\x3e\x00\xd3\xc1\x81\xc5\x7d\x63\x5b\x8f\xcb\x72\x06\x5a\x4d\x54\x4f\x7d\x58\xc6\x78\x19\xc8\x2d\x15\xe6\x21\xe0\x6b\x80\xc7\x54\x71\x89\x22\x55\xf9\x53\x13\xb3\xfe\x98\xd0\x12\x0c\xc0\x44\xaa\x8f\x23\x76\xff\x1f\xef\x76\xae\x76\x21\xd9\x4e\x30\xe0\xd3\x87\x06\xbb\x93\x08\x35\x0a\x46\xef\x79\x2a\x39\x96\xee\xcd\xb6\x6a\x4c\x45\x12\x15\xb4\xcb\x30\xb2\x73\x97\x74\xc6\xa4\x81\xa8\x50\x69\xed\x1d\x23\x1a\x4e\x1e\x4c\xb9\x7c\x10\x09\xc0\x01\xc5\x2c\x35\xc9\x2d\x58\xad\xf5\x8b\x0c\x94\x64\x87\xa7\xae\xa0\x24\x01\xd6\xa3\x0b\xab\xf1\xce\x66\xc7\xc1\x1d\x87\xbe\xeb\x01\x3f\x20\x82\xc6\x60\xeb\x08\x32\x88\xee\x17\xf0\x15\x64\x50\x18\xf4\x2f\xe8\x84\x8a\xd0\x4e\xc9\xae\x6d\xdb\xa0\xa0\x1f\x14\xc8\x0f\x10\xda\xa6\x90\x7d\xd0\x9f\x41\x92\x06\xd8\xf2\xf5\xd7\x20\xd7\x41\xbf\x4d\xd4\xea\x6d\x72\x44\x8b\xa7\xef\x80\xa4\x76\xdc\xc4\xbc\xe7\xe9\xa2\x5e\x02\x86\x17\xb3\x34\x20\x65\x0a\x0d\x41\x4b\x41\xa1\xd2\x54\x0c\x2b\x4b\x5f\x14\x81\xa9\xb8\xd2\x3e\x47\x97\xb6\x7a\x86\xb8\x53\x44\x6d\x02\x0b\x04\x9f\x3d\xf0\xbc\x52\x6a\x93\x9d\x2c\x25\x28\x65\xe4\xc7\x05\xed\xae\xa7\x03\x76\xec\x70\x8c\xd3\xdc\x3d\x11\x1f\x44\xc4\x60\xb8\x21\x07\xb1\xf7\x4b\xbd\x72\x5d\xa2\xbc\x72\x05\x76\x3f\x88\xf4\x41\x19\x97\x5c\x4c\x78\x27\x94\x66\xb5\x2d\xaf\x72\xa3\x25\xdb\x96\x76\x77\x93\x0f\x5e\x23\xa8\x85\x38\x57\x86\xad\x81\xb3\x3a\xa3\x5f\x85\x91\xe2\x19\x4a\xff\x29\xb5\xcc\x37\x7c\x87\x76\x8f\x6d\x4b\xa8\xad\x12\x30\xe6\xda\x8d\x90\x13\x2a\x7b\x04\x3d\xf5\x65\xcc\x93\x2f\x27\xc8\xb5\x9e\x20\x63\x7e\x22\x37\x81\x13\xd3\xd4\x13\x4b\x8d\xc0\xb3\x3c\xc8\x1b\x7d\xae\xbb\xec\x24\x2b\x4e\xec\x12\x88\x53\x5c\x0f\x68\xee\x2e\x23\xbe\x7f\x23\x82\x9b\x8c\xde\x65\xe4\x72\xe2\xfb\xc1\xeb\x2e\xf6\xe2\x2e\x5b\x1e\xf3\xb1\x78\xd8\x7c\xae\x94\x3b\xa1\x1b\xc0\xd5\x5c\x79\x03\x56\x5b\x15\x69\xdb\xc0\xae\x81\xcc\x93\x10\xcb\x31\x91\xb1\xa3\x0a\x3a\x30\x8d\x00\xac\xdb\x10\x78\xae\xbf\xde\xf0\x3a\xb8\x38\x58\x6c\x06\xdd\x44\x7f\x5a\xc4\x70\x82\x86\xfa\x0c\x59\xa6\x79\x40\xe1\xfb\x95\x45\xd2\x06\x92\x57\x6b\x24\x25\xc5\x98\xb4\x21\x94\xab\x9f\x05\x6d\xc0\xc9\x01\xd1\xd0\x78\x0e\xb8\xeb\xbb\xcc\xf2\x06\x90\x6c\x0f\x9d\xd0\xbc\xdd\x64\xd5\x89\x36\x5f\x3b\xc9\xaa\x93\x38\x2f\x79\x9c\xde\xc9\x11\x6a\x2a\x3e\xf6\xc8\x00\xe8\x0a\xab\xc1\x92\x83\x71\xfa\x63\xc0\x09\xfd\x52\x3e\x8e\x3b\xde\xdb\xef\xbf\x76\x3f\x6e\x01\x05\xd0\xde\x5d\xfe\x52\x3b\x20\x60\x1f\x32\xcb\x2d\xf8\x88\xa9\xab\x75\x72\x39\xd9\xef\x6b\xc9\xf0\x03\x8b\x70\xa4\xe6\xbc\xe4\xb2\xc6\x85\x38\x91\xe5\x9f\x78\x61\x50\x87\x3a\x71\xe8\x81\x7b\xff\x0d\x37\x8d\x1b\x5b\x33\xb0\x64\x7c\x36\x44\x2f\x21\xd5\xcc\xe1\x3b\x9d\x03\xca\x6f\xa9\x5a\xd5\x97\x82\xdc\x97\x2c\x53\x04\xaf\x1e\x31\x61\x40\xa1\x95\x7e\x6d\xbd\xb4\x3c\x6c\xf4\xcc\xf1\x50\xec\xe1\x42\xb3\xfe\x86\x0b\x19\x6e\x00\xfb\x81\x19\x1b\x64\xcc\xb8\x1c\x0a\x04\x13\x16\xee\x59\xb2\x01\xa4\x16\xc3\xfc\x5b\x9f\x6b\xfc\xa8\xf8\x7d\x41\xa8\xe6\xeb\x4d\x4d\x3f\x1e\xd4\xb4\x5f\x41\x07\xf2\xa7\x73\xf0\x81\x46\x3a\x6e\x66\xaf\x1d\xb8\x8f\x7a\xc4\x2d\xc5\x5c\x9b\xe9\xe7\xb3\x62\x56\x30\xad\x8c\x47\x8a\x4e\x13\xd4\x72\x9a\x91\x59\x58\x8f\xcc\x28\xe4\x1d\x05\x2e\xef\xf4\xf5\x68\x89\x2e\xda\x8c\xcb\xb3\x82\x69\x9d\xbe\x59\x31\xab\x59\x41\xad\x72\x6d\x74\x8f\xa2\x9b\x01\xd9\x72\xc8\x6a\x80\x1f\x2c\x43\xe6\x84\x3b\xb3\x42\x0f\x7f\x58\x2b\x65\x08\x53\xf5\x2f\x33\x17\xf6\x1a\x3e\x0f\x78\x94\x8a\x9e\x12\xe0\x81\x5a\xa1\xa3\xdf\x7f\x30\x27\xbb\xce\x84\xe9\xc8\x59\x36\xe8\xe0\xcb\x61\x4e\xa2\xfa\xbf\x55\xcb\x0e\xb9\x1c\x15\x19\x87\x0a\x84\x9b\x38\x32\x83\x9e\x4b\xc5\x42\x9f\x6a\xd5\x17\x4b\x01\x0b\xca\x8e\x95\xda\x60\x3d\x62\xb1\x29\x20\xb4\xe6\xc1\xfb\x9e\x9d\xf4\x84\x96\xf2\x7c\x03\x2a\x28\x44\x8f\x94\x39\xfb\x1d\x2d\x3c\x63\xa5\x29\x1c\x65\x66\x8c\xeb\x62\x3b\x13\x07\xe3\x49\x55\x30\x7d\x8a\x9d\x89\x99\x60\x41\xc9\x04\xb1\x87\x19\x0b\x13\x0f\xf7\xb7\x3c\xc2\x5b\xfd\x0d\x47\x78\xc6\xca\xae\xc8\x58\x17\x69\x6e\x1b\x4c\x73\xdf\x66\x36\x16\x3c\xd8\x75\xb9\xfa\x28\x9a\x81\x47\x93\xaf\x24\xd6\xab\x47\x1e\x1d\x4c\x2e\x3f\x76\xf6\x20\xc0\xb8\x68\xef\xb7\x8a\x8f\xb1\x5f\xf1\xb8\x32\x7d\x34\xe9\xbc\x3c\xff\x20\xd2\xb7\xd9\x96\x77\x8e\xdd\xdf\xf0\x1c\x02\xac\x38\x5a\xf6\xd1\x89\x42\x3a\x17\xcd\x96\x1c\xc4\x89\xd3\x89\x46\xa8\x3a\xfa\xb8\x52\x1b\x47\x5e\xc0\xf8\x7e\x6f\xa1\x36\xff\xe4\xac\x03\x14\xdd\x6e\xb5\xef\x17\x10\xde\x3e\x2f\x83\x5a\xc9\x6e\x5f\x74\x6e\x69\xd0\x2d\x8c\xb9\xd6\x7a\x95\xc1\xc5\xab\xe5\xb2\xa6\xf3\x46\x13\x4e\x09\x3d\xe0\x29\x7f\x23\x01\xb2\x99\x16\xa9\x79\x6e\xa6\xeb\x8c\x77\x1a\xdd\xd9\x3a\x18\x6e\x25\xbb\xa5\x84\x66\x5a\x57\x76\xbc\x13\xbb\xc0\x46\x05\xf8\xe1\x08\x68\x94\xe2\x36\x07\x99\x2b\x8f\x63\x78\x5e\x17\x34\x66\xa1\xdc\xe0\xbe\x8e\x6b\xb0\x7d\x0b\x32\x3d\x40\xac\xd8\xef\x33\x7b\x34\x58\x3d\x46\x01\xb6\xef\x77\xbf\x02\x2f\xf4\xba\x2f\xda\x05\xfb\x04\xfd\x7b\x6d\x41\xad\xbd\x9b\x13\x57\xf1\xc8\xb1\xa0\x54\x75\x83\xcb\xc3\xaf\x79\x1e\xdf\xed\xf7\xde\xbf\x1d\xcd\x0e\xe0\x61\xc4\x03\xa8\xc3\xf3\xe0\xb9\x96\x0a\x11\xba\x15\xfa\x27\x89\x1c\xa9\xa5\xef\x0f\xbb\x6f\xaa\x27\xe7\x5d\x88\x1b\xf9\x6a\x0a\xae\x0d\x41\x58\xe9\x7c\x18\x9d\x6a\xd1\xe5\x5c\x0b\xa2\x60\x14\x9c\x72\x15\x96\x65\x90\x51\xab\x37\x3b\x4b\x8a\xad\x08\x84\x12\x32\x56\x64\x70\xe8\x86\x08\x6c\x51\xbb\xb0\x4a\x86\xcd\xc1\x41\x14\xcc\xd2\xc8\x24\xc6\x0d\x50\x4d\x6e\x4b\xe3\xbc\x91\x45\x64\x58\x1b\x20\xaf\x8d\xef\x37\x46\xe2\xfa\x57\xd9\x59\x15\xcf\xa9\x8a\x41\x05\xbb\x57\x19\x46\x0b\x95\xd9\x92\x76\xcb\x2b\xca\x5c\xe9\xa3\x6a\x35\xee\xe3\xb3\xcc\xe9\xb6\xac\xa3\x0a\x33\xa2\x3e\x55\x9b\x6c\x5d\x07\x44\x25\x5c\x4c\x3a\xd9\xaf\x1b\xa1\xb5\x73\x06\xd3\x08\x6b\x89\x87\x61\xe6\xae\x70\xea\xcc\x2c\x96\x39\xa4\x26\xee\x3a\x3e\xb3\x89\x0c\x75\x26\x74\xd6\xa3\x2d\x7a\xda\xd1\x6a\xbf\x47\x6c\x21\x35\x41\xd1\x43\x9b\xc5\x3d\xfe\xd5\xa1\x27\x5b\x01\xbe\x1b\x7c\xbf\x54\x2d\x93\xbf\xf8\xdf\x9a\x38\xaf\x02\x0e\x8e\x1a\xb5\x27\x32\x93\xc1\xab\x83\x95\xda\xf7\x8e\x02\x08\x09\x8a\xf3\x31\x52\x13\xad\x01\x52\x12\x6a\x69\x64\xe1\xd5\x0d\xf2\xac\xb4\xb0\x9c\xaf\x95\xf2\x54\x6b\x5d\x79\xfa\x7e\xa0\x20\x25\xfa\xa5\xb1\xfb\x96\x90\x85\x58\x32\x27\xbe\xe4\xd2\x84\xed\xaf\xed\x6b\xcd\x0a\x0d\xf9\x71\xf6\x87\x3e\xe4\x69\x4e\xdd\xef\x1e\xc0\x95\xcf\x6b\x79\xc4\xb0\xd1\x73\x09\x41\xe9\x82\xf2\x38\x56\x76\x1e\xc7\xea\xb9\xbe\x48\x99\xd7\x60\x35\x1d\x59\x28\xb6\xdf\x67\x47\xcc\x1b\x0e\x94\xe1\xcc\x2e\x2b\x8c\x24\x51\x68\xaa\xaa\x00\x24\xcb\xf9\x0f\xdc\x71\x73\xcb\x77\xcf\xc5\xee\x0e\x6d\x04\x04\x89\x04\xe9\x64\x8b\xb8\x57\xa3\xd2\x15\x58\x48\xa9\x3c\xcc\x7a\xaa\xda\xbe\x3b\xd6\xd8\xf6\xc3\x8a\xd0\x51\x34\x61\xf1\xa2\x51\x87\x32\x4c\x0f\x3b\x54\xa2\x68\x82\x88\x92\x71\x2d\x70\x73\x42\x03\xd6\x96\xd0\x8e\x69\x5c\xcb\x53\x47\x42\x82\x9c\xad\x35\x7c\xf1\xbf\xe3\xe0\x06\xd7\x69\x48\x7e\xf7\x88\xe0\x59\xb6\xa6\xa8\xe8\x1b\xe4\x8b\xe9\x92\x90\xab\xd1\xd4\xf7\x83\xad\x08\x2a\xb2\x58\x2f\x59\xb2\x58\x2f\x29\x9a\x31\x9e\xc8\xdf\xf2\x7c\x67\x1c\xeb\x98\x5e\x7e\x69\xcd\xdb\x52\xf1\x6b\x73\xfc\x17\xb2\x22\xaa\x2f\xb5\xd4\x40\x5d\x18\x83\xad\x7a\xb2\x61\xf6\xf9\xf0\x9b\xec\x21\x60\xdf\x4f\x78\x09\x43\x73\x11\x33\x56\xf7\x62\x9c\x88\x5d\x06\x57\x7d\x01\x46\x62\xc2\x8c\x55\x40\x88\xfa\xcc\x86\x93\x6e\x00\x50\xfe\x21\x7a\x4a\x5e\x55\x18\x92\x97\x99\xc9\x7a\x51\x69\xad\x48\x55\x47\xda\xfb\x08\xea\x4f\x0a\xc8\x1a\x26\x82\xcc\x5e\x67\xad\x09\xf3\xa1\xf7\x11\xf3\x4d\x79\x21\x29\x2f\x1b\xcb\xf3\x1d\xfe\x66\x1b\x1e\x58\xa1\x61\x41\x1b\x8d\x4f\x40\x68\x23\x37\x00\x88\xa0\x19\x88\x02\xc2\xe4\x47\x63\x6e\x5e\x5f\x32\xf3\x9d\xdc\xc7\x6c\x38\xd5\x17\x63\xf1\x7e\x1f\x18\x9f\x4e\x13\xf4\xef\x9e\xc9\x71\xb1\xf8\x87\xbf\xbb\xa7\x26\x8b\x6b\x29\x98\xe1\x5b\xe0\xfc\x68\x3b\xca\x0a\x8a\x51\x49\x46\xd3\xc1\x37\x7a\x13\x56\x8e\x5b\xe8\x37\x9d\x1a\x86\x0a\x6a\x0b\x11\xdc\x2a\xa4\xa4\xaf\x32\xf6\x7a\xcc\xdf\xed\x4a\x8e\xdb\xff\x3a\x6e\xf2\x9a\xf5\xcc\x63\x9d\x8f\xf3\x7e\x40\x20\x77\x6d\x9c\xa4\x60\x25\xc0\x86\xd3\x96\x7e\x87\xf9\x56\xb5\xd8\xfd\x58\x8a\x5d\x7c\x83\x1b\x88\x9b\x71\xef\xeb\xfc\x20\x04\xb2\x4e\xe2\x22\xe1\xf9\x57\xcd\x6a\x95\x83\xbc\xb8\xbb\x9d\xf9\xd9\xc6\x71\xd0\xf7\xe0\x29\xd6\xea\x47\xac\x23\x4f\xe7\x87\x41\xd1\x84\x31\xa7\xca\xa0\x09\xf8\xb7\xae\xca\x4e\x3d\xbf\x92\xa5\xd0\xef\x40\x09\xdf\x72\x68\x90\x39\x6e\x8f\xea\xb8\xbc\xe1\x20\x8e\xa9\xca\x44\xa1\x00\x59\x8e\x0a\x9c\x13\xc1\x87\x4d\x96\x6c\x0e\x4f\x04\x53\x9f\x8f\x57\x4d\x5d\x8b\x62\x5e\xb3\x69\x74\x6a\xbf\x9e\x45\x8f\xcd\x2b\x1c\x1e\x4e\x09\xa1\xb7\xc0\xde\xd5\x65\xfe\x07\x7e\xe7\xfb\x53\x7d\xae\x38\x93\xc7\x08\x59\xd6\xb7\xb2\x41\x4e\xa7\x5b\x4a\xcb\x71\x9a\x02\xc7\xf7\x32\xab\x6a\xb9\x9d\x93\xc3\x20\x38\xeb\x0f\x2d\x3f\xad\xda\xb9\x3a\xc4\x22\xce\x5b\xe0\x89\xc2\x0b\x01\xdd\xdb\x32\xb9\xe3\xe3\x77\x28\x9e\x06\xd7\xe0\xd6\x9b\xdc\xe9\x66\x41\xb1\xa8\x97\xfb\x3d\xfc\xb3\xc4\x03\x70\x15\xfb\xab\xdc\x33\xba\xde\xfe\xc3\x01\x9e\x91\xc9\x4a\x76\x82\x79\x59\xd4\xe6\xbe\xa2\x9c\x83\x13\x71\xc5\x12\x4d\xe6\x1a\x58\x8a\x44\xbf\x66\x51\xb1\xdf\xff\x9a\x41\x27\xfd\x11\x3a\x69\xbd\x3e\xde\x4b\x78\xcd\xd9\xef\xa8\x23\xa1\x47\xfa\x0a\x7d\x79\xe9\xbe\xb2\xde\x7a\x7d\x75\xd2\x6d\x95\xaa\x99\x43\xa4\x0a\xb3\xcc\x06\x4a\x02\xa7\x35\xa0\x8e\xcb\x4a\x72\x6f\x2c\x1d\x33\x3a\x35\xd7\xee\xf4\x77\xb2\x31\x55\x76\x53\xc4\xf9\x51\xe7\x6f\x3a\x7f\x74\x5f\xa8\xe5\xac\xd6\x4d\xcc\x97\x65\x19\xdf\x59\xfb\x2e\x74\x19\x6e\xba\xe6\xce\x94\x9e\x92\x63\x2e\x75\xca\x45\xb6\x54\xf7\xac\x08\xe5\x45\x5a\xfa\xe7\x4c\x21\x26\xe8\x71\xfc\x7d\x76\xac\x3a\x53\xb7\x3a\x38\xc6\x34\xfb\xdc\xda\x0c\xfe\x5e\xcf\x0b\xf6\xf7\x7a\x9c\xca\xd3\x0b\x4f\x9f\xc7\x79\xbe\x8a\x93\xf7\x55\xf4\xe7\x6c\x5e\xb0\x3f\x67\x51\x20\x9f\xf2\xc8\x5c\xf1\x5a\xb2\xa6\xa2\xa9\x83\xbf\x64\x74\x62\xd9\xdb\xa3\xee\x71\x69\xfb\xb2\x51\x57\x5b\x71\x50\x2e\xc4\x92\xb8\x28\x2a\xc7\x6e\x9b\xb9\xdd\xfc\xcc\xa1\xe9\x7f\xc9\x8c\x90\xfc\xcf\xd9\xc0\x74\xcb\xc3\xee\x03\xf9\xa2\x5e\xda\x58\xec\x5c\xb8\x1a\x2d\x07\xa6\x82\xb8\xf6\xef\x01\xae\xbe\xa6\x2e\x85\x3e\x50\xb8\xec\x13\x44\x49\x56\x5b\x42\x81\xdd\x2e\x25\xab\x0c\x56\x81\xe0\x11\xea\xe7\x2c\xa8\x81\x7b\x4e\x44\xca\xb7\x00\xb3\xfb\x3d\x78\x56\xb7\x50\x92\x85\x4d\xdd\x8e\x2f\xcc\x71\x02\x86\x2b\x5f\x26\x75\x76\x9b\xd5\x77\xe8\x15\xcf\xba\x94\x55\xaa\x41\x6e\xac\xef\x6c\xda\xf1\xa9\x08\x92\x7a\x1c\x33\x17\x54\xae\x83\x4b\x50\x93\x27\xf2\x40\x00\x23\x0a\x6f\x5d\xfd\x4b\xe1\x9c\x64\x71\x56\x12\x43\x39\xba\x88\x85\xd0\x1b\xa2\x9e\x91\x3d\xea\x4a\xee\xbf\xcd\x8c\x06\x13\x69\xa9\x13\xb5\x47\x63\xc8\xfd\x1f\xed\xb8\x40\x8c\x32\xc1\xce\x26\x54\x08\xf6\x7a\xfc\x63\x5c\x55\xec\xbe\x16\x6f\x94\x4b\x82\xbe\x50\xc3\x82\x3d\x86\xb8\x5e\xdb\xd2\x58\xb0\x7b\x14\x79\x47\x72\x0f\xae\x04\xbb\xd7\x26\x7c\xff\xb6\x15\x4d\xc5\xbd\x96\x36\x56\x60\x28\xc9\x98\x67\x6d\x6a\xb9\xd0\x33\x24\x43\x10\xb7\x36\x17\xf6\xfa\xeb\x79\x0c\x22\xf7\xa0\xb8\xa4\x57\x94\x4a\xd8\x19\xc1\x5a\xab\xad\xa6\x5c\xa1\x52\x27\xb2\x75\x89\x68\x8a\xfa\xb9\xc8\x9b\x6d\x7f\x7b\x42\x6f\x73\x66\x57\x94\x23\x88\x27\x13\x1e\x97\x92\xa9\x5e\xfc\xfb\x75\x75\xdd\x4c\x26\xf1\x64\x09\x2c\x35\x7c\xd4\x78\x3f\xdd\x62\x06\xb0\xed\x98\x65\xfb\xfd\x44\x3b\x16\xa9\x18\x47\x8d\xc1\xd7\xeb\xc0\xbb\xae\x3d\xa5\x7d\x5f\x5d\x4e\xf6\xfb\xea\xaa\x73\xd5\x1c\x87\x41\x3d\x12\x64\x10\x87\xac\x1a\x09\x1a\x87\xac\x1c\xc5\x5f\x94\x54\xb0\x2a\x9c\xb6\x2d\x5d\xcb\x06\xac\xb3\x22\x3d\x5a\xff\xfe\xc9\xc7\x14\x2f\xfa\xc5\x17\x04\x5c\x5b\x0b\xb8\x53\xe1\x8e\x4b\x92\x98\x89\x11\xea\x94\x30\xd6\x79\x71\xcf\xc2\xd8\xaa\x66\x11\x9a\xc3\x67\x4c\xeb\x11\xfa\xb8\xcb\x42\x99\x92\x16\x4c\x84\x53\x2a\xdf\xca\x51\xf6\x45\x49\xae\x1c\x47\xd4\x74\x23\xd8\xc2\xf3\xac\xed\x75\x27\xcc\x8d\xd7\x46\x18\xa3\x7f\x3e\x23\x1b\x05\x08\xb5\x15\xc1\x46\x90\x10\x84\x79\x2a\xa3\x8d\x58\x70\x4b\xc4\x01\x57\x63\x86\x1f\x5a\x74\x16\x4a\x4b\x98\xd9\xb7\xa2\xcf\xfb\x81\x22\x7e\x60\xb3\x54\x37\xe2\x98\xd8\xde\x39\xc5\x82\xfa\x6d\xb9\xb4\x1c\x6b\xeb\xab\xd5\x91\x75\xd1\x78\x77\x90\xd1\x62\xd9\x47\xce\x29\xc2\x90\x94\x8b\x62\xc9\x50\x79\x97\x16\xc7\x1c\x28\xae\xe4\x7a\xb0\x64\x6a\xc2\xda\xbd\x74\xf4\xd7\xab\xbf\xf2\x44\xe3\x3f\xce\x4b\xe6\xbc\x07\x9c\x44\xc1\xca\x5a\x43\x8c\xd3\x12\x04\xd9\x2b\x01\xb6\x6f\x1f\x04\xb8\x44\xb1\xaf\x1f\x3f\x88\x83\x99\x04\x12\x2d\x38\xa2\xdf\xb7\x84\x72\x32\x3c\x10\x95\x16\x44\x99\x2a\x96\xa8\x13\x78\xf0\x11\x88\x1e\x73\x7c\x87\x5b\x0c\xea\x0b\x8b\x84\x7f\xd6\xae\x3b\x35\xb9\x3c\x2c\x6e\xc5\x5b\x62\xd2\xb6\xbb\xf9\x03\xc3\x9f\x89\x02\x4c\x58\xd9\x84\x5a\x41\x2f\x8a\x94\xf1\xf1\xad\x64\xcc\x35\x8a\x50\x04\xd8\x8b\x6e\x26\x75\x79\x67\xcf\xa3\x04\x0e\xdd\x35\xb9\x6f\x95\x7e\xcd\x47\xc1\x1e\x2d\x24\xa9\x48\xd7\xd7\xcd\xe4\xc9\xb3\x73\xf9\xbc\x98\x8c\xe4\xbf\xf5\xe3\xeb\x66\xf2\x74\x02\x2f\x4f\xd7\xeb\xeb\xe6\x6c\xf2\x58\xbe\x9c\x4d\x2e\xe0\x25\xc6\x17\xf8\xf2\x18\xa2\x3d\x4e\x57\x4f\xae\x9b\xc7\x1c\x5e\x2e\xd6\x49\x72\xdd\xc4\x09\xbc\xa4\xe7\xf1\x7a\xf9\x88\xbe\x96\x64\x21\xab\x7e\x11\x65\xfa\x7c\x63\xbb\xc6\x32\xcb\xe2\xd1\xf5\x07\x03\xb4\xbf\xdf\xf3\x2b\xef\x3f\xfe\x9b\x07\x67\xf4\x5a\xfc\xbc\xdb\xf1\xf2\x79\x5c\xf1\x80\xa0\x2e\xcf\x4b\xf1\x41\x07\xec\xf7\x1f\x85\xc1\xe7\xb7\x96\xcb\x1b\xd1\xbb\x80\x1d\x0e\x83\x7a\x5c\x89\xa6\x4c\x6c\x4a\x73\xfd\xc1\xc3\x5b\x86\xd7\x72\x8c\x61\x2b\x57\x99\x45\x10\x62\xc9\xa9\x84\x23\xa6\x91\x93\x0e\x60\x83\x0e\x26\x5b\x4d\x7c\x5f\x32\x28\x9d\xfa\xb6\xd1\xe1\x95\x29\xdf\x0b\xfa\x56\xf5\xfd\x19\x76\xf1\xd9\x53\x39\x04\x8f\x9f\x9d\x8d\xe0\xdf\x05\x8c\xc4\x14\x46\x62\x95\xc2\x13\x86\x28\x99\xc2\xf3\x14\x9e\x8f\xe1\xf9\x04\x9e\x72\xe8\x9e\x4e\x71\xb4\xa6\xb1\x7c\x3e\x5e\xc1\xcb\x13\x2e\x9f\xe7\x13\xf9\x4c\x9f\x42\x50\x9a\xc0\x93\xc3\x0b\x87\x71\xe6\x90\x9e\x3f\x83\x67\x8c\x1f\x64\xb1\xe7\x53\x59\xe0\xf9\x19\x64\x7c\xfe\x58\x66\x7c\x1e\x43\x2e\xe7\x2b\x99\xe5\x39\x87\x52\xce\xd7\x67\xd7\xcd\xe4\xd9\x14\xbe\x3c\x9b\x5e\xc0\x13\xbe\x3c\x3b\x85\x2f\xa7\x4f\xf0\xe5\x1c\x9e\x17\xf8\x22\x0b\xb8\xc0\xe6\x5f\x4c\x64\x93\x2e\xce\x64\xcd\x2e\x1e\x43\xbb\x2f\x1e\x3f\x83\x27\xc4\x7a\x82\x41\x4f\x64\x63\x2f\x9e\x42\xdc\xa7\x32\xe3\x8b\x67\xb2\x7e\x17\x2b\x48\xb7\x92\x4d\xbd\x48\x30\x2a\xf4\xce\x45\x02\xa9\x53\x59\xec\x05\x87\x64\x5c\x26\x8b\x27\x53\x78\xca\x90\x18\x0a\x8d\x1f\x43\xc8\x63\x08\x79\x7c\x0e\xcf\x67\xf0\x84\x66\xc4\x50\x8d\xf8\x09\x44\x82\xce\x8c\xcf\xf1\xb7\xac\x51\x0c\xb5\x88\x9f\x41\x62\xa8\x4b\x8c\xb5\x88\x61\x74\x62\x18\x9d\x38\x81\xfc\xa0\x46\x31\xd4\x25\x86\xba\xac\xa0\x2e\x2b\xa8\xc5\xea\x8c\xc3\x53\x8e\xf5\x0a\xbb\x61\xf5\xf8\x31\x3c\x65\xb2\xd5\x93\xa7\xf0\x94\xd9\xad\xa0\x17\x56\xd0\x0b\x2b\x28\x79\x05\xed\x5f\x25\x13\x78\x42\x7c\x68\x78\x72\x06\x23\x9d\x3c\x9e\xc0\xf3\x29\xbe\x3c\x83\x67\x8c\x2f\x32\x72\x02\x9d\x9b\x40\x11\x09\x64\x9e\x40\xe6\x09\x34\x28\x81\xf9\x97\xc0\xcc\x4b\x12\x88\x93\x40\x38\x14\x94\xa4\x90\x36\x85\x70\x68\x5b\x02\x6d\x4b\xa1\x3d\x29\xb6\x24\x85\x96\xa4\x50\x58\x0a\x6d\x48\xa1\x98\x14\x8a\x49\x93\x18\x9e\xb2\x98\x34\x3d\x85\x04\x29\x24\x80\x5c\x53\x20\x51\xfc\x6c\x0a\xcf\xc7\x23\xf8\x27\x53\xf0\xc7\xe7\xf0\xf2\x58\x96\xc4\x57\xf0\x7d\x85\xdf\x57\x17\xf0\x5c\xc1\x53\x56\x96\x27\xcf\xe0\x03\xd4\x79\x3d\x7d\x06\x4f\x19\x69\x7d\xf6\x04\x9e\xe7\xf0\x84\x90\x73\xa8\xf3\xfa\x5c\x66\xbb\x7e\x06\x93\x74\xfd\xec\x31\x3c\x9f\xc2\x13\xe2\x22\xb1\x5c\x5f\xe0\x0b\xcc\xeb\x35\x14\xb5\x96\x7d\x34\x9d\x9c\xa6\x23\xf9\xef\x6c\x02\xcf\x53\x7c\x39\x87\xe7\x05\x3c\x63\x78\xa6\xf0\xe4\xf2\xf9\xe4\x19\x3c\xe1\xeb\x13\x0e\x09\x9e\x42\x6a\xa8\xd0\x74\x72\xfe\x58\x3e\xe5\x80\x4f\x27\xcf\x9e\xc0\x13\x4a\x7a\x06\x79\x5c\xc8\xe7\xd9\x93\xf5\x75\x33\x3d\x9f\x42\x71\xe7\x53\x99\xe0\x1c\xcb\x3e\x3f\x83\x97\x27\xa7\xf0\x3c\x93\xcf\x73\xf8\x7d\x0e\xbf\x57\xe7\x10\x49\x12\x9c\xe9\x39\x34\xe0\x3c\xb9\x80\xa0\x14\xbe\xa7\xf2\xc3\xb3\x89\x5c\x11\xd3\x67\x13\x78\x89\x65\x45\x2f\x4e\x65\x37\x4c\x2f\x4e\x4f\xe1\x79\x0e\x4f\xd9\x8e\x8b\x33\x08\x39\x83\x4c\x2e\xce\x56\xd7\xcd\x34\x9e\x9e\xc3\x53\x7e\x8e\xe5\x64\x9b\xc6\x4f\xe4\xa8\x4c\x63\x49\xa9\xa6\x31\x34\x36\x96\x13\x63\x1a\x3f\x7d\x02\x1f\x9e\x26\xf2\x79\x7e\x06\x2f\xe7\xf8\x22\x5b\xb8\x02\xda\x31\x5d\x4d\x64\xe5\x56\xd0\xb4\xd5\xd9\x53\x08\x82\x7e\x85\x35\x35\x5d\xc9\x35\x3d\x5d\x3d\x85\x5a\xaf\xa0\xa1\xab\x67\x13\x78\x4e\xe5\x33\x86\x9e\x59\xc5\x4f\xe0\xf9\x0c\x9e\xb2\x51\xc9\x69\x22\x3f\x24\x67\x67\xf0\x7c\x0a\x4f\x59\xf7\x24\x85\x62\x93\xf4\x14\x9e\x8f\xe1\x85\x4f\xe0\x79\x8a\x2f\xcf\xe0\x29\x3b\x28\x4d\x20\x72\xca\x65\xfa\x74\x0d\xd3\x21\x95\x9b\xe6\xe9\x64\x92\xc0\x33\x95\x4f\xc8\xf2\x74\xb2\x9e\x5c\x37\xa7\x09\x5f\xcb\x97\x64\x3d\xbd\x6e\x4e\x53\x0e\x5f\x52\xdc\x81\x4f\x63\xd8\x74\x4f\xe1\xe5\xe2\x02\x9e\xf1\x75\x13\x3f\x7d\x2a\x93\xc4\x4f\xe5\x60\xc6\x4f\x65\x17\xc5\x4f\xcf\x53\xf9\x94\x39\xc6\x4f\x65\x56\xf1\x33\x49\xee\xe2\x67\x93\xa7\xf0\x5c\xc9\xe7\xe9\x13\x78\x42\x88\x24\x98\xf1\x33\x28\x2e\x7e\x06\x09\x2e\x4e\x65\x67\xc6\x17\x92\x50\xc7\x17\xb0\xce\xe2\x8b\x27\xf0\x05\x16\x44\x7c\x21\xa7\x61\x7c\xb1\x3a\x83\x27\x46\x96\x8b\x2e\x06\x82\x1c\xc7\x40\xe8\xe3\xf8\x94\xcb\xa7\x5c\xba\x71\x2c\x27\x44\x1c\xcb\xe5\x16\xc7\xb2\x4f\xe3\xf8\xf1\x19\x3c\x21\x81\xdc\x53\xe2\x78\x75\x0a\xc9\x56\x8f\xe1\x79\x0e\xcf\x67\xf0\x84\x8c\x24\x25\x8a\x63\xb9\x13\xc6\x2b\xfe\x04\x9e\xcf\xe0\x99\x5e\x37\xa9\x62\x38\xd6\xb2\xbf\xd6\xab\x29\xbf\x6e\xd6\xc8\x90\xac\xf9\x44\x06\xf1\x53\x7c\x91\x6d\x5e\xaf\x2f\x38\x3c\xd7\xcb\x47\x1d\xd3\xf0\xa3\xc3\xa6\x83\x68\x57\x1e\x24\x41\xbc\x7b\xc5\xce\x9f\x3e\xf3\xfd\xb7\x86\xdb\xb0\x44\xf7\xa2\x2f\x29\x7b\x00\xf8\x1c\xb1\xa6\x4a\x70\xcf\xdb\xb9\x0f\x29\xc1\x26\x28\x50\xee\x9d\xc6\x49\x55\xbd\xe5\x1f\x6b\x56\x90\x43\xc8\xa3\x9a\x64\x9f\x02\x58\x37\xde\x05\x6a\x62\xdd\xb7\x13\xf7\x16\xa7\x76\x3c\x12\x3b\xd9\xd5\x60\xa8\x7c\x28\x52\x79\xee\xf2\x3e\x5a\xdb\x46\x16\x65\xe4\x08\xf5\xd5\x64\x36\x1a\xd5\xe6\x02\x10\x73\x54\x92\x3f\x78\x21\x47\x1c\x6d\xff\xe0\xb2\x69\x50\x90\x5b\x25\xd2\xbe\x17\xfd\xfe\x04\xf0\x9b\xf9\x43\xf6\x67\xc7\x22\x77\x2a\x48\x00\x39\xff\xa2\x48\x83\x62\xbf\xe7\x08\x6f\x57\xf1\x1a\x18\x6d\xf4\xf2\x9d\xb5\x0f\xc0\xea\x38\x3e\x70\xad\x1e\xd7\x05\x48\x96\xbb\x18\xcb\xb6\xbf\x15\x6a\xc4\xe5\xe7\xc0\x76\x1d\xab\x39\xf1\x6f\x45\x77\x35\x6f\xac\xcd\x3b\x94\xc0\xe1\x04\xdc\x15\x89\x5b\x2e\x6b\xea\xc9\x89\x18\x27\x35\xc0\xe2\xeb\x0f\x58\x63\xfb\x53\x4d\x68\x81\xb7\x08\x7f\xc5\x5b\x84\xa2\x8e\xb3\xa2\xea\x5d\x4a\x64\xeb\xe0\xcc\xb6\xc2\x82\x4b\x82\xda\xae\xa2\xc2\xd2\x97\x69\x3b\x0f\x9b\x3a\x24\xa8\xc9\x20\x15\x80\xe2\x3b\x3d\x92\xcd\x46\x54\x35\xa1\x35\x63\xbc\x83\xcf\x44\x65\xaa\x5e\x21\x16\xab\xfe\x4a\x38\x26\xde\xa6\x9b\xe3\xa4\xce\x6e\xf5\xda\x99\x81\x99\x4f\x29\x44\xad\xff\xf7\xbe\x13\xce\x8e\x85\x1f\x99\x73\x5f\xdb\xab\xdc\xf1\x56\xfa\xef\xfb\xeb\xeb\x8a\x78\x21\x57\xae\x4a\xe5\xdb\xf5\x75\xf5\x6f\x1e\x69\xc1\x13\xc7\x74\xea\xfb\x81\xeb\x5b\x4c\x0e\xba\xca\xea\x78\xc5\x0f\x07\xdc\x99\x47\xfa\x3c\xf6\xbd\x1c\xb2\x72\x8b\x5e\x7f\x8e\xdd\x4e\x3b\x2e\x80\xd8\xd7\x22\xa8\x09\xba\xcc\x51\x3e\x82\x3b\x4d\x30\xbc\xc9\x2f\x94\xb5\x68\x61\x7b\x74\xe5\x36\xd9\x31\xf2\xec\xc2\x58\x8d\x66\xf3\x62\x31\x5d\x86\x59\xe4\x81\x4f\xed\x97\xb2\x52\x71\x9a\x7e\x56\xad\x06\x58\x27\xa0\x8e\x25\xc1\x5b\x49\xfd\x2d\x64\x41\x69\xac\x4f\x6b\x7b\xf0\xbf\x39\xb8\x8d\xe0\x96\x6e\xf4\x31\x98\x90\x72\x51\x2c\x7d\x7f\xf8\xb5\x00\x2b\x27\xed\x4a\x16\x2e\xbb\xb4\x13\xd9\xe3\xc7\xf8\xbf\x0b\xa5\x19\xe0\x2e\xe4\x1b\x5e\xab\xa1\xaa\xbe\xba\x7b\x6e\xbc\x13\x74\xd4\xee\x73\xa2\x07\xd6\x8d\xa3\x47\xe8\xa7\x6d\x2a\xc6\x5d\xdc\x41\xe1\xfb\x3c\x28\xd4\x0d\xe7\x57\x82\x29\x6b\xdf\xef\x04\xfd\x59\xd0\xbf\x89\x9e\xa3\x75\xf4\x07\xe3\x1a\x06\x73\xa6\x7d\x59\xeb\x46\x7b\x69\x19\xdf\xdc\xc4\xab\x9c\x7b\xf2\x94\xba\xdf\x43\xc0\xd7\xa5\xd8\xc1\x7b\x1b\x58\x3a\xdc\x7f\x12\x8e\xe6\xe8\x77\x42\x5f\x74\x58\x2e\x7e\xfe\xf3\xbf\xfd\x6f\x1e\x19\x00\xa9\xb6\x3c\xc7\xd4\xf4\xa1\xdd\xc7\xfb\xe8\x91\x25\x21\x74\x32\x64\x36\xfd\x77\xdc\x66\xfb\x7e\xf0\x9d\x60\xb5\xed\xef\xfb\x92\x4d\x41\x6d\xcb\x8a\x75\x75\xea\xfb\x43\x6c\xf5\x33\x42\x5a\x9c\x20\xdf\x89\x79\xbf\x72\x91\x15\xf0\x1f\xff\x43\xb9\xcc\xf3\x94\x65\x71\x74\x92\x15\x00\x9f\xbe\xca\x45\xf2\x7e\x76\xa2\xbc\x87\x4f\x77\x1f\x67\x27\xca\x21\xb9\xf2\xa6\x37\x9a\xee\x3e\x7a\x96\x67\xe0\x87\xbc\x27\x79\xce\x95\xd4\x2f\xc2\x71\xb4\xfe\xb3\x36\xdc\x3e\xf9\x59\x28\x53\x26\xe8\xba\x07\x7b\xeb\xcb\xff\xeb\xff\xfc\xd2\x23\x72\xd2\xbc\x17\xe0\xca\x61\x4a\xe4\x2c\xfb\x4a\x34\x80\x99\xf1\x1c\x3c\x9a\xff\x04\xf7\x38\xe8\xd0\x79\xbf\x97\x0b\x62\x5d\x33\x56\x8e\x4b\xcb\xa7\xbb\x9a\x10\x05\xe6\x33\xa5\xa7\x0f\xe7\x63\x6a\xc8\x0a\xcc\x62\xa4\xb2\xba\x3c\x43\xe9\xa8\xa0\xbf\xca\xc5\xdf\xd9\x60\xb0\xb3\x21\xf3\xae\x8b\xeb\x62\xa5\x8d\x17\x1e\x5d\x17\x8f\xb4\x20\x60\x6e\x5f\xe8\xb8\xba\xac\x70\xbb\x68\x6e\x16\xeb\x4b\x56\xcc\x3a\xd5\xbf\xee\x26\xa6\x90\x1b\x18\xdc\xf9\x66\x00\xee\xe3\xde\xf9\x0a\xa3\x7e\x53\x2b\x97\x53\x5c\x6b\xde\x65\xa3\x29\x99\x67\xa3\x69\x94\x11\x6a\x8c\xe4\x5f\xa3\x33\x2b\x99\xe1\x90\xc5\xf3\x40\xc9\x36\x84\x05\x03\x4b\x68\x1d\xb2\x38\x9c\x92\xc8\x7c\x95\x3b\x57\x16\x4e\x2d\x45\xe0\xa3\x08\x1a\xa6\xfd\xe5\x75\x31\xdf\xcb\x5e\x68\xe9\x1f\x04\xfb\x90\x15\xa9\xf8\x30\xb6\x21\x91\xe6\xfd\x2b\xb9\x2e\x0b\xe7\x8a\x6f\xc8\xdc\x1b\xbe\x83\x4d\x63\x38\x6d\xdd\xba\xc8\xcc\x8c\x12\xed\x87\x82\x97\xda\xed\x5a\x97\x8f\xcb\xff\x58\x59\x6a\xa3\xf2\x60\x58\x83\xe6\x17\xec\xca\x9a\x47\x25\x43\xc6\x89\xef\x4f\x86\xac\x1e\x27\x62\x2b\x3f\xbe\x28\xd2\x1f\x45\x56\xd4\x55\xe0\x41\x6d\xdf\x8a\x17\x45\xea\x81\x0c\xe7\x8f\x82\x79\xa2\x48\xc4\xee\xce\xcb\x8a\xe0\x5b\xd1\xd1\x22\xb9\x03\x7c\x2b\x7a\x4b\x48\x45\xa5\x1e\xd6\x60\xe6\x11\xea\xe9\x56\x75\x5c\xee\xb7\x62\x8c\x11\x09\xfd\x9d\xe8\x1c\xbd\xff\x59\xd0\xdf\xcb\x39\xf9\x9e\xdf\x49\x92\x5b\xb1\xfb\xb3\xc8\x7b\x51\x00\xef\xf3\x2c\xf2\xbe\x8a\x93\xf7\xd5\x2e\x4e\xb8\x47\x2f\x22\xef\x6d\xbc\xf2\xe8\xb4\x8b\x30\x7d\x1a\x79\x6f\x36\xd9\xba\xf6\xe8\xf4\x3c\xf2\x9e\xd7\x65\xee\xd1\xe9\xb3\xc8\xfb\x32\x97\x41\x17\x91\xf7\x63\xdc\x54\xdc\xa3\xa7\x93\xc8\x7b\x1e\xef\xaa\x97\x22\x79\xef\xd1\xd3\xf3\xc8\x7b\x51\x25\x1e\x3d\x3b\x8d\xbc\x37\x98\xfb\xd9\x99\x8c\x7c\xc3\x7f\xde\x79\xf4\xec\x31\xfe\xfe\x5a\x7c\x28\x3c\x7a\xf6\x44\x96\x97\x7a\xf4\xec\x69\xe4\x7d\x27\xb6\x32\xf2\x79\xe4\xbd\xe4\xb2\xd8\xb3\x67\x91\x07\x49\x2e\x22\xef\x27\xb9\xd4\x3c\xfa\x78\x12\x79\x98\xf2\xb1\xcc\xa7\xcc\x8a\xfa\x4d\x52\xca\xd7\x27\x91\xf7\x3d\xd8\x12\x79\xf4\xf1\xd3\xc8\xfb\x1a\xb1\xdb\xe9\x93\x8b\xc8\x9b\x79\xf4\xe9\x34\xf2\x98\x47\x2f\xa6\x91\xf7\x83\x48\x3d\x7a\x71\xaa\x7f\x9c\xa9\x1f\xd3\xc9\xd3\xc8\xfb\x37\xf9\xff\x1c\xa2\x4e\x27\x17\x91\x37\xf2\xe8\x74\x3a\x89\xbc\xb1\xfc\x3f\x8d\xbc\x47\x1e\x9d\xca\x06\xea\xdc\xa7\xe7\x67\x18\xe9\xd9\x53\x28\x66\xfa\x4c\x25\x7e\xf6\x2c\xf2\xa8\xfc\xaf\x32\xb9\x50\x99\x5c\xa8\x4c\x64\xf9\xff\x7f\x8f\x9e\xca\x6e\x5c\x78\xf4\x54\xf6\xe1\xf5\xb5\xfc\x31\x8d\xbc\xa5\xfc\x7f\x1a\x79\xff\x3f\x8f\x3e\x3d\x3b\x95\xfd\x28\x7b\x41\xfe\x3c\xd3\xad\x97\x2f\x8f\x75\x3f\xc9\x97\x27\xa6\x8b\x9e\x9e\x9d\x9e\x9f\x76\x55\x94\xaf\x67\xba\x6f\xe5\x8b\xee\x71\xf9\xfb\x69\x37\x2e\xf2\xf5\xdc\x1e\x9a\xa7\x67\x67\x93\x53\xd3\xa9\x16\x03\xf2\x17\xf7\xcc\x97\xf3\x5b\x9e\x7f\x71\x3a\xe7\xe3\x5a\x44\x68\x45\x6a\xc9\x99\xe3\x07\xe2\x82\x2e\x9c\x4c\x62\xc9\x7d\xe3\x4e\x68\x00\x3a\xef\x9d\x8a\xe0\x5f\x44\x50\x2f\x26\x4b\x12\x59\xd2\xd3\xf2\xe1\xe8\x3c\x0e\x40\x7d\x93\x44\x8e\xa9\xb1\x25\x79\x8d\x6d\x96\xec\x03\xea\x38\x25\x70\x1e\x60\xdf\x14\x92\x41\x2c\x86\x80\x25\x5c\xb3\x37\x59\x50\x10\xed\x34\xe5\xad\x7c\xa1\x82\x65\xf3\x0c\x99\x44\x6c\x4e\x19\x07\x05\x89\x6a\x78\x4e\x8c\x40\x4b\x52\x5e\x61\x1d\x7a\x33\xa7\x50\xac\x82\xf2\x63\x52\x74\x75\x28\x55\x90\x2a\x0c\x61\x51\xf6\xfb\x09\x63\x5d\x91\x2e\x56\x3d\x00\x6f\x14\xca\xbb\x85\x12\x6b\x5e\xbf\x79\x44\x24\x71\xc7\x02\x3a\xdb\x9e\x7a\x9c\x6c\x2e\x99\xc0\x1f\x56\x4d\xf1\x3b\x8d\xe7\x93\x48\x58\xc4\xdc\xd4\x5d\xc4\x3d\x85\x19\x53\x17\xd3\xeb\xa0\x5b\x5e\x0e\x59\xe1\xfb\xf5\xa5\x95\x34\x56\xcd\xfe\xb3\x70\xb5\x14\xca\xdf\x72\x3e\x01\x20\xd3\x80\xe2\x50\xfb\x3e\x60\x36\x74\x52\xc7\xee\x23\x63\x35\x22\x3a\x30\x56\x5b\x3c\x45\xa9\xa3\x42\xcd\x33\xac\x2b\x05\xad\x55\xec\xc2\xb9\x4a\x3f\x04\x50\x08\xdf\x0f\xfe\x2c\xe0\x5e\x81\x44\x47\x3e\x14\x84\x96\x64\x50\xb2\xa2\x3d\xd2\x37\x55\xec\xa2\x56\x17\xc6\x6c\x3f\x2c\xe5\xc9\x0f\x0c\x8f\xd4\x91\xee\x6a\xe2\xfb\x3f\x0a\x65\xa0\xa1\xf7\xe3\x9a\x90\x63\xdc\x77\x13\xf7\xcf\xe9\x38\xcd\x6d\xa0\x9c\x93\xbc\x8b\x64\x89\xab\xe3\x18\x81\x1a\x63\x96\x2d\xc4\x92\x56\x4c\xd5\x31\x36\x53\x76\x54\x46\x32\x8d\x72\x34\x55\x5d\xc5\xca\x26\xbc\xba\x8c\x3b\xef\x55\x27\x80\xa7\x50\x31\x16\x2b\x54\x0d\xf8\xd9\x7d\x86\x62\x2a\xc2\x98\x98\x57\x51\x79\x35\x61\x2c\x80\x12\x43\x56\x2e\x89\x29\x4a\xa6\x50\x98\x7a\x50\x77\x2b\x8e\xa3\x6f\x5c\x31\xc8\xa2\xab\x23\x54\x5a\xa6\xa6\xa3\xa9\x1c\x18\xf5\x0e\xfa\xb3\x32\xc0\x76\xe2\x77\xd0\x57\xb2\xf3\x8d\x2f\xba\x59\x76\xb4\xe3\x33\x42\x66\x24\x0b\x0d\x92\xd2\x49\x76\x39\xd9\xef\xb3\x2b\x87\x6a\xcc\x41\x29\x39\x6b\x6d\x78\xb7\xee\xec\x3d\x99\xf1\xcb\xe9\x64\xc6\xc3\x90\xfc\x5e\x2c\x78\xf8\xf8\xd9\x92\xc1\x8f\x8b\xa7\x4b\x86\xca\x16\x81\xd2\xd7\xe7\xec\xe9\x93\x19\xbf\x64\x17\x5d\x74\x1d\x05\xda\xf4\x5c\x5d\x9e\x75\xf1\xa7\x32\xfa\xf4\xb4\xcb\x7d\x3a\x9d\xaa\xec\x81\xe6\x2f\x99\xf7\x8d\x17\xf2\x96\x04\x48\xa0\x92\x98\x1d\x80\x68\x78\x2b\xfd\x57\x57\xf5\x87\x6a\xe5\xfc\x55\x55\x55\x7f\x78\xf5\xea\x8b\x2f\xbe\x78\x05\x7f\xf4\x15\x7d\x35\x35\x7f\x18\xf6\xea\xe5\x83\x7f\x9f\xf3\x5d\x15\xb4\x7a\xf0\x8f\xca\xe2\xa1\x7c\xcc\xef\x8b\x2f\xa6\x53\xf8\x39\x7d\xf9\xa9\xec\x3f\x51\x2c\x7e\xf7\x68\xcd\xbc\xd2\xfa\xa3\xe5\xab\x57\x5b\xf8\x2b\xff\x99\xbf\xad\xf3\xa7\x02\x0b\xf3\xf7\x45\x51\xc8\x48\xff\x54\xd6\xff\x73\x55\x81\x3f\x68\x99\xa7\xe0\x3a\x40\x56\xfa\xa0\x6c\x7a\x72\x8e\x2f\xcf\xe2\x64\xf9\x88\x16\xec\xd1\x42\x4e\x82\xe5\x23\x9a\xb1\x47\x8b\x97\x3f\x95\xcb\x47\x54\xc8\x5f\xab\x69\xb1\x7c\x44\x63\xf6\x68\x21\x7f\x74\xfb\x7f\xe5\x78\xde\x80\xc5\xaa\xdd\x1a\x01\x41\x56\x90\x0f\xb5\x60\x65\xdb\x17\xea\xa3\x7b\xe5\x61\x89\x77\x10\x8d\x85\x71\x66\x5c\x8b\xd2\x84\x35\xda\x8f\xc7\x5a\x9e\x85\x52\x36\x99\xa5\x97\xc9\x2c\x0c\x53\xb2\xc6\x73\xc7\x1d\x0b\x72\xd6\xd8\xd7\xcd\x29\x21\x97\xec\xf4\xf1\xf9\xdc\x9c\x72\x72\x12\x4d\x1f\x9f\x3e\xbe\x64\xb9\xef\xe7\x97\x6c\xfa\xe4\xf4\xf1\xdc\xfb\xc9\x8b\xa6\x4f\xce\x9e\x9a\xc0\xf3\xf3\xb3\xb9\x21\x07\xf9\x48\x7e\x23\xd1\xf4\xfc\xdc\x24\x3b\x3d\x3d\x9d\xcc\xbd\xd2\x8b\x9e\x4d\x2f\x4e\x75\xe0\xb3\xd3\xc9\xd9\xdc\xfb\xe0\x45\xcf\x4e\x27\x8f\x19\xcb\xe7\xde\xca\x8b\xbc\x97\x1e\x19\xa4\xac\x73\x51\xb9\x61\xde\x4b\xcf\xd4\xfc\xde\xdb\x7a\x8c\x05\x77\x6c\xbd\x48\x97\x64\x2e\x9f\x6c\x13\x6d\xd8\x5d\x6b\xa7\xd9\xf5\xd2\x4c\xad\x34\xbe\xef\xc9\x63\xdc\x0e\xd3\x7a\x85\x17\x65\xd8\x8d\x77\xc4\xf7\x83\x1d\xbb\xa3\xf0\xfd\xce\xf7\x03\x8c\xf1\x13\x38\xcb\x17\x65\x90\xb2\x29\xdd\xb0\xf5\x62\xb2\x94\x59\x8f\xa6\x2a\xf3\xd0\xcd\x5c\x96\xb5\x51\xff\xd7\x8b\x34\x9c\x2e\x55\x49\x53\x4f\x32\xb3\x43\x76\xb7\xdf\x6f\x86\xea\xd3\x7e\xef\x4d\xbd\x21\xc4\x2f\xe4\xff\xfd\x1e\x0b\xdd\x10\x2a\xdb\x84\xa5\x76\xe3\x26\x47\xdd\xa3\x56\x79\x04\xb3\x7e\xe5\x99\x5b\x77\xef\x0b\x59\xf9\x8e\xb6\x6e\x59\x1a\x4e\x67\xdb\xcb\xc4\xf7\xe1\xd3\x7a\xb1\x5d\xce\xc2\x70\x4b\x66\x3a\xc6\x2d\x4b\x7d\xdf\x1b\x62\x75\x47\xb2\x4e\x18\x7b\xaa\x62\xcf\xa1\xe6\xaf\x3c\x7a\xc3\xd2\xd9\xcd\xe5\x76\x16\x86\x37\x64\xbd\xb8\x59\xb2\xdb\x41\xca\xb6\xa3\x69\xab\xeb\x49\x7b\xfd\x0e\xe0\x02\x50\xd1\x81\xf7\xd2\x03\xff\x8d\x90\xeb\x9d\xea\x91\x97\x07\x7d\x4f\x0e\x9a\x0c\xe6\xfc\x10\x07\x1b\x0c\x0d\xb3\x1a\x65\x3e\x6e\x97\x04\xdb\x75\x0b\xae\x88\xa1\xc0\x20\x9d\x63\x9b\x60\x5a\xd1\x77\x2a\x74\x7b\x99\xcc\x65\x02\x9c\x6c\xd0\x0f\x6c\xb5\xdf\xbf\x9b\xcb\x1a\x79\x3f\x7d\xa2\xa5\x32\xef\x0f\xf4\x05\x68\x41\x5b\x15\x25\x60\x7f\x61\xd7\x12\x54\x5d\x58\x0a\xb1\xc2\x30\x95\xb1\x7c\xdf\x8e\x02\x8d\x9b\xbd\xe8\xd0\x9b\xab\x60\x42\x3f\xd2\xd4\xb6\x55\x7b\xcd\x52\xfa\x86\xbd\xd0\x10\x41\x4e\x5e\xde\x4b\x0f\x26\xd1\x12\x33\x92\xdf\x6e\xd8\xeb\xd9\xcd\x65\x0a\xb5\x89\x75\x51\x37\xb2\x36\xaf\x2f\x6f\x7c\xff\x85\x56\x4e\x7e\x43\x27\x14\x4b\x9c\xd2\xd7\xf4\x46\xb1\xe5\x5f\xb2\x1b\x55\xc2\x8d\xcc\xc5\xf7\xed\x2c\xa0\x27\x66\x47\x72\x38\xa5\x5f\xca\x1c\xe8\x6b\xe5\xcd\x3b\x0c\x6f\x06\xaf\x65\xea\x07\x4a\x93\xed\x53\xd4\x6c\xca\xd8\x0b\xc3\xff\xfa\x7e\xf0\x81\x35\xc6\x46\xe7\xba\x0a\x51\x8f\x10\x62\x00\x3d\xfc\xd0\xdd\x27\xd3\x17\xe3\xa6\x40\xcb\x38\xdd\x73\x13\x6a\x7d\x27\x84\xd0\x29\x78\xa9\x7c\x41\x8e\x65\x7f\x5d\x85\x68\xf9\x13\x60\x94\x5a\x8c\x7a\xd9\x3b\xa3\x92\x8c\xec\x8f\x89\xcc\xfd\xd4\xad\x7b\xbf\x3e\x53\x0a\x5f\x6b\xa1\xff\x13\x42\xbb\xf8\x43\xb7\x66\x4e\x69\x5d\x2c\x9a\xc8\xa2\xe8\x8b\xb6\xed\xae\xcd\x5e\x8f\x6f\x79\x59\x65\xa2\x60\xde\x93\xf1\xf4\xc9\xf8\xd4\xa3\xaf\x5b\xe2\x98\xd5\x7a\x02\x34\xdd\x2c\x80\xf9\x8f\x3b\x51\xd6\x95\xef\x1f\x7c\xd9\x8a\xb4\xc9\xf9\x9c\x07\x25\xff\x5b\x93\x95\x3c\xf0\xc6\xe3\x47\xe3\xf1\xa3\x3c\x5b\x3d\xea\xf4\x8a\x3d\x42\xa2\x23\x77\x25\x29\x5f\xc3\x51\x08\xff\x8f\xe3\x6d\x3a\xc7\x9f\xc1\xe2\x78\x36\x4b\xca\x49\xc4\x83\xee\x0a\x9a\xb4\x8e\x3b\x0d\xaf\xa9\xf8\x49\x55\x97\x59\x52\x7b\xea\xfa\xd2\xba\xdb\x1e\xe5\x59\x51\x2b\x1f\xcd\x95\xd7\xed\xa2\xa5\xd2\xfd\x35\x02\x1e\x80\x22\x33\x6f\xae\x4c\xd0\x3a\x45\x16\x41\x8d\x3a\xad\xc8\xe9\x77\x78\x68\x47\xc4\x6e\x3d\x27\xd2\x78\xe3\xdd\x9d\x47\x83\x5a\x1d\x58\x6c\x31\x93\x39\xab\x8b\x75\x77\xef\x4f\x3d\xd0\xf7\x05\xfd\x5e\x9a\x91\x41\xa1\x24\xaf\xb5\xd8\xd9\x87\xd0\x7a\x9c\xc0\x95\xe9\xaf\xa3\xc2\xb9\x94\x1e\x3d\x21\xa1\xb7\xfb\xe8\x51\x9d\x0e\xee\x62\x75\xec\x3f\x87\x4f\xe0\xab\x25\xd5\x33\x22\x97\x83\x8e\xac\x85\xc8\xeb\x6c\x27\xb3\xb2\x85\x9e\xe5\x38\xc9\x45\xc1\xe1\x7a\x78\x38\x21\x84\xba\x22\x08\x3b\x6a\x01\x90\x22\xc5\x43\x6d\xa3\xb2\x5b\x14\x0a\x96\xae\xae\xd8\xc5\x49\x56\xdf\x01\x50\x95\x13\xc2\xa6\x84\x16\xad\x1c\x11\xab\x5f\x63\xc5\x7b\xd7\x03\xec\xc4\x4c\x95\x20\x9a\xda\xa3\x31\xb8\xa8\x0f\x82\xba\x43\x10\xc0\xc1\x37\x60\x8f\xbd\x22\xd1\x84\xbd\x57\xec\xc4\xb6\x3c\xb0\x35\x26\x83\x9a\xb4\xf4\xe9\x04\xbc\x5e\x22\xe2\xb0\x42\x25\xaf\x78\xfd\x7d\x51\xf3\xf2\x36\xce\x83\x9e\x84\x84\x74\xa7\x99\x6c\x36\xe3\xcc\x91\xbe\x82\xdd\x8a\xef\x4f\xa7\x8c\x71\x5b\x74\x29\xa3\xa1\xe8\x92\x33\x57\xde\xa3\x3d\x1f\xa3\x41\xe9\x7d\x1c\xd8\x30\x4e\x06\xa3\xf5\x04\x54\xbd\x4d\x95\x2a\xd2\xd2\xc7\x13\x70\x7a\x25\x8a\x7e\x8f\x59\x57\x28\x0e\xeb\x89\x46\xad\x06\xba\x40\x19\xa0\x1b\xfe\x13\xbb\xc7\x02\x17\xd8\xc4\xd5\xb7\x00\x42\xab\x1d\x3d\x89\x02\x70\x2e\x5f\xdf\x72\x4b\xbf\xb2\xee\x79\xe9\xed\x2c\xe7\xb4\x51\x56\x6d\x19\x65\x41\x33\x1f\x5d\xaf\x8e\x2d\xf8\x91\x52\xcf\x2c\x2d\x17\xde\xba\x77\x3a\x1b\xc9\xf2\x21\x91\x03\x15\x2c\xc8\x60\xa9\x84\x99\x92\x5a\x3c\x3a\xa5\x31\x03\xd4\xb0\x5d\x98\x8d\x57\xa2\xae\xc5\x56\x06\x36\x20\x36\x32\xc0\x9b\x01\x1f\x27\x42\x94\x69\x25\x8f\x94\xc1\xbd\xcc\x22\x12\xb4\x16\xbb\x28\x6e\xa9\x87\xab\xce\x23\x84\xe6\xb2\xef\x12\x36\x99\x25\x97\x4d\x77\x0b\x93\x60\x8b\xd7\xac\x59\x24\xcb\xf1\xbb\x77\x71\x51\x88\x1a\xec\xe7\x06\x6b\xdf\xcf\x91\xe8\xaf\x49\x9b\x1b\x1b\xfc\x87\x60\xd2\x8e\x77\x19\x3d\x50\x38\xd0\x37\xf1\xdf\x94\xf1\x0d\x5e\xa9\x2b\xec\x7e\x7e\x04\xb4\x9f\x2f\xc4\x72\xe0\x6a\x61\x54\x41\x4c\x48\x0b\x2e\x1b\xa9\xa4\xce\xa0\x26\x4c\x94\x93\x4e\x18\xe9\x0f\x71\x56\x67\xc5\xcd\x37\xa2\x64\x13\xc7\x2d\x73\x27\x96\x05\x6f\xcb\x63\x39\x78\x83\xb2\x9b\x2a\x60\x13\x27\xa7\x2a\xbe\x06\x75\xdf\xa5\xa6\xb6\xad\x76\xdc\x4a\xa9\xb0\x45\xb1\xd4\x98\xb2\x83\x5e\x3c\xbb\x1a\x31\x58\x7b\x01\x06\x14\x36\xf1\x93\x04\x9c\x56\x2c\xd6\xdb\x6a\xfc\x29\x52\x89\x7b\xce\xc8\x0b\x4b\x9a\x49\x92\x53\xb1\xf8\x53\xaa\x30\x6e\x29\x84\x7c\x46\xd6\xdb\x46\xd2\xe2\x9c\x7b\x20\xb9\x04\xc0\x40\x51\x04\x95\x5e\xbd\xb7\xbc\x74\x51\xa4\x51\x3d\xa4\x02\xc8\xe4\xd6\x3e\x4f\x76\xe6\x3e\x15\xbf\xe5\x65\x56\xdf\x0d\x50\x3f\xdd\xe3\xb8\x93\xab\x83\xed\xa7\x77\x36\x23\x85\xfc\x54\xcd\x79\x55\xc5\x37\x7c\x04\x06\x73\x9f\xa5\x19\xc4\xc7\x2a\x0d\x71\x64\x98\x8d\x8d\x40\xda\xcd\x1d\x4d\x85\x68\xc1\x4a\xfd\x7b\xbf\x2f\xa9\x5a\xe7\x5f\x9a\xb5\x54\xc9\x45\x71\x23\x77\xc8\x7c\x07\x18\xb0\x3f\x0a\x60\x07\x09\xf5\x64\x3e\x1e\x19\xc8\x41\x2b\xc7\x71\x75\x57\x24\xfb\x7d\x86\x3f\xe6\xf6\x7e\x6f\x5d\x76\x59\x35\xa0\x02\x70\x15\xba\x19\xef\xee\x4c\x82\x8d\xa6\x14\x64\xc6\x81\xf1\x59\x1c\x93\xb6\x96\x23\x67\x05\xd0\x32\x80\xea\x81\x3d\x6b\x60\xc3\x0f\xc8\x52\x0f\xd2\x53\xbb\x40\x34\x42\x29\x7c\xbf\xb4\xb1\x05\x39\xe0\x48\x16\x84\xe6\xc0\xab\x90\x16\x9c\x41\xb4\xb0\x68\x0b\x12\xc9\xd0\xcc\x2d\x53\x7e\xb7\xed\xe4\x72\xf0\x5f\x7e\x2f\xf4\x05\x99\xb2\xeb\x03\xea\x67\xb5\x3f\x67\x8d\x19\x85\x84\x1d\x17\xb3\x02\x0e\xf1\x81\x39\x88\xb9\xdc\xd6\x28\x8e\xda\x54\x7a\x16\xd4\x8b\x6c\x09\x56\x0f\x99\x6d\x5b\x5a\x58\xe8\xc0\x41\x49\xe8\x9a\x4d\x66\xeb\xcb\xa4\xcb\x73\x8d\x79\xa6\x60\x89\x2f\xf7\x8a\xb4\xab\xc5\x06\xb7\xa6\x1d\x6b\x6c\x72\xf3\xdb\xa4\x71\xcb\x26\xb3\xed\xa5\x45\x70\xb6\x58\xc8\x2d\x4b\x17\xdb\x25\xbd\x61\xb7\xdd\x2a\xba\xd9\xef\x83\x1b\xb3\x8a\x68\xc6\x6e\xe8\x46\xbf\x32\x16\x14\x6c\x43\xe6\x45\x94\xd1\x7c\xbc\x16\xe5\x36\xb6\xe6\xa7\xef\x07\xb7\xec\x30\x38\xb8\x25\x84\x3a\x15\xde\xf5\x48\xb1\x8c\x70\x0b\x37\xe7\x8d\x26\x79\x0a\xd2\x4b\xa3\x6a\x07\xb7\x78\x87\x2b\x63\xd1\x7b\xb3\x58\xa3\xa3\x64\x66\xe4\x85\x37\xd4\xde\x84\xa2\xdb\x96\x90\xb6\x71\x49\x74\xc5\x6b\x7c\xf9\x01\x28\x53\xb0\xa6\x35\x8d\x83\x1d\xdd\xd0\xd4\x80\xbf\x50\x33\x2d\xc6\x8a\x8b\xac\x08\x69\xdb\x7c\x2c\x0a\x44\x0f\x7f\x99\x15\x72\x06\xcb\x3d\xae\x17\x14\x94\x34\xa1\x36\x17\x9e\x38\x34\xab\xdb\x39\x6a\xdf\x0f\x5c\x23\x36\xcd\x87\x48\x26\x4e\xb3\x24\xc7\x99\xb7\x06\xb0\x17\x0d\x05\x41\xf3\xd3\xfd\xfe\x89\xe4\xe6\x5a\xb0\x3a\xcf\x0a\x05\x7c\x17\x20\x8d\xa0\xc3\xa9\xb3\x30\x69\x0c\xfc\x5a\x0c\x18\xf6\x7c\xfc\x7d\x91\xc9\xfa\x08\x39\x33\xc1\x09\x50\x79\x84\x50\xc1\xcb\xeb\xe2\x39\x2c\x65\xdf\x2f\xdd\x95\x9d\x00\xb3\xbc\x5e\x07\x40\xbd\x00\x99\x8f\x97\x46\xf0\xed\x10\x7a\x37\xf3\x8e\xb3\x22\xd4\xe9\x10\x27\x9a\xe9\x1b\x85\x51\x61\x7f\x24\x36\x94\x44\x85\xe4\x53\xb7\x1e\x7d\x09\x54\x9e\x64\x61\x64\x1f\xc0\xb2\xab\xec\x65\x57\x2d\xd6\x4b\xb4\x60\xcf\x01\x2e\x02\x57\xa1\x9d\x3f\x98\x4d\x65\x41\x49\x83\x0d\x2b\x88\x45\xa8\xbe\x51\x3d\x3a\xbf\x77\x09\x76\xb4\x69\xa3\x60\xe3\xfb\xc3\xc9\x90\xc1\x85\xd7\x06\xcc\xa7\x36\x84\xe6\xca\xc9\x52\xfa\x70\xa7\x16\x4e\x9f\x4e\x86\x56\x5c\x3d\x19\xd5\xf6\xf9\xdb\x3d\x9d\xba\xdd\xdb\x04\x25\x72\xf9\x9b\x56\x8e\x16\xce\x13\x70\x20\x53\x41\x67\xed\x78\x29\x57\xf1\x4b\x98\x31\x7d\xd3\xdd\xae\x3f\x7c\xbf\x41\xd8\x55\x70\x69\xf0\x5f\xef\x64\x2e\x8f\xd4\x37\x59\x55\xf3\x52\x6d\xb9\x6a\x0d\x79\x7f\xad\x44\x71\xcc\x57\xc2\x62\x39\x90\x9f\x60\xa2\xee\xe2\xb2\xe2\x80\x17\x69\x9f\xb8\x3b\x07\x0e\xe3\x5c\x24\x83\xd2\xc6\x79\xc1\x0d\x3d\x43\x6d\xae\x77\xa0\x4d\x35\xa5\xfa\x35\x01\x53\x4f\xc0\x28\xd3\xf1\xf2\xd8\x8e\x06\x6f\x3a\x96\xe2\x3f\xa2\xba\x25\x2d\xe8\xcc\xba\xd5\x92\x67\x3e\x54\x55\x29\x8c\xa6\xca\x49\xf9\xff\xb5\x51\xbc\x8b\xb7\xf9\x03\xa3\x88\x5d\x26\x23\x8c\x73\x11\xa7\x5d\x7f\x65\x7a\xc7\x47\xb0\xff\x63\x03\x58\x28\xa8\x94\xf1\xc1\x90\x1d\x7c\xd1\xc3\x94\x69\x86\xb1\x25\xff\x8f\x8e\x06\xf5\x92\xbf\x56\xde\xbf\x6a\x4c\xec\x9e\x04\x1d\xb2\x78\x9b\x7a\xa4\x75\x47\x8a\x7a\xbb\x3c\xce\x0a\xcf\x19\x31\x0a\x9e\xb8\xb7\x22\xe5\x3f\xff\xf4\x12\xb4\x5a\xd5\x6f\x26\xcb\x92\xbf\x1f\x7d\xf1\xea\xd1\x17\xaf\xc6\xb2\xb6\x8a\xb1\xbf\xb7\xf4\x4b\x9c\xbb\x2c\x4c\x5c\x01\x96\x34\x97\x6c\x06\x2f\x92\x8c\x83\x5c\xba\x13\xb4\xcb\xf3\x55\x77\xa0\x5e\x2c\xd5\xe9\xb1\xb0\xf5\xf6\x55\x46\x07\xb6\xac\x0b\xb1\x24\x92\xbd\x46\x7e\x0e\xd4\xf9\x41\xc0\xae\x6f\x64\xad\x22\xf0\x70\x76\xf4\x6e\xe0\x88\xf5\xea\x84\xb1\xd1\x48\x32\x27\x01\x69\xdb\xa0\xa4\x99\x63\x56\xae\x7d\xd3\x39\x35\x54\x03\xfc\x83\x3c\x76\x80\xe0\x3e\x96\x1b\xbf\x15\xda\x15\xae\x11\x83\xb5\xc1\xc3\x50\x0f\x75\xa6\x1c\xfd\x15\xf1\x96\x6b\x58\xf6\x83\x56\x5b\x6e\xb4\x03\xed\x36\xae\x7c\x38\x12\x60\x71\x28\x85\x3f\xd5\x0b\x66\x50\xb5\x1b\xbf\x40\x0e\xea\x0d\x45\xbb\x71\x35\x2d\x40\x25\x03\xb7\xef\x87\x4e\x6e\x55\x52\x66\x3b\x79\xda\xa9\xc6\x55\x99\xb0\x78\x80\xc0\x4a\x26\xba\xa3\x3c\xfc\x36\xbe\x41\xd5\x61\x9d\x6a\x31\x59\xd2\x9c\x95\xc0\x94\x8b\xe5\x40\x1f\x3f\xe5\x2a\x77\xb6\x3a\xd9\xca\x07\xc5\xf7\x79\x37\x08\x9c\xe4\x0b\xbe\x0c\x70\x0b\x6c\xec\xeb\x58\xc4\xa9\xfe\x8a\xaf\x45\xc9\x83\x8a\x36\x28\xec\x80\x15\xc7\x58\x3d\x37\x6b\x33\x26\x54\x04\x92\x30\xca\xe5\x02\x0c\x88\xfa\xf2\xd7\x2a\x58\xc4\x4b\x2a\x00\xc6\x21\x6e\x6a\xf1\x52\xc4\xa9\x3b\xa6\xe8\x49\xe4\xf8\x88\x95\x64\xbf\x77\x27\x48\xe9\xec\xe5\x92\x03\xd6\xdc\x91\xcc\xc0\xa3\xb5\xcd\x30\x41\x10\x91\xed\xfa\x2f\xb9\x2b\x74\x3a\x64\xc6\x64\xe3\xd0\xa6\xbd\x26\x87\xd8\xcf\x3f\x17\x58\x8b\xf4\x04\x18\xa1\x13\x2f\xac\x11\xf0\xb9\xca\xb6\xbb\x9c\x9f\x60\xbf\xb5\xf6\xad\xbd\xc9\x5f\xad\x8e\x47\xc1\x3c\x22\x8f\x14\x1d\xf3\x3c\x63\x3e\x61\x9f\x7d\xd1\x5e\x62\x1e\xf0\x71\x06\x60\x27\xcf\xe3\x0a\x8f\xc3\x5e\xe6\x11\xca\xe5\x19\x02\xec\xac\x49\xc4\x3b\xa5\x11\x6a\x59\x5a\x04\x60\x8c\x5f\xcf\x3d\x2f\xf2\xfe\xdd\x23\x60\x6d\x01\x56\x17\xc4\xa3\xa5\x23\x1d\xe0\x92\x2b\x09\xf8\xb8\xe0\x1f\x01\x3f\x4a\x2e\x5b\xe2\xfb\x35\xf8\x64\x74\x02\xa9\xf2\xc2\x79\xc3\x3f\xb2\x12\xc0\x89\x6e\xf8\x47\xa2\x85\xf7\xef\xb9\x0b\xaf\x75\x88\x0f\x68\x51\x9f\x6e\xf6\x74\xf2\x03\x43\x17\xae\xc7\x8f\x6e\xa8\x83\xdb\x7e\xec\xfc\x5d\x86\x21\xb1\xf0\x01\x7d\x1f\x74\xb5\x0e\x33\xb1\x34\xa5\xc0\xd4\xfd\x3d\x2f\x54\x9d\xd3\xb8\x8e\x19\xef\x5d\x16\x1f\x02\xeb\x68\x3d\xad\x62\xbc\x43\x17\x8b\x1d\x13\xa7\x02\x34\x76\xa5\x2e\x69\xc2\xac\x6f\xfa\xce\xb3\x4b\xaf\x3c\xfb\x95\xe3\x9d\xa8\x42\xd7\x93\x0b\xcd\xb0\x86\x2d\x62\xbb\x8b\x24\xce\x35\xce\xbb\xfc\x3d\xe6\x45\x2a\x4f\x07\x28\xdd\xb3\x02\x89\x16\xef\x58\x61\x6f\x65\x46\xe8\x94\xc7\x80\x7d\xe1\x57\x1d\xeb\x8d\x9c\xc2\x78\xa9\x20\xf0\xda\x7f\xd0\xe5\x20\x67\x32\x56\x46\xf6\x80\x95\x80\xf4\x72\x93\x65\xbd\x49\xe2\xc2\xf7\x83\x8a\xf5\xc2\x94\xfd\xcc\x38\x69\xca\x12\xce\x25\x20\x8b\x84\x96\xe3\xd9\xaa\xac\xc3\x4a\xd9\xc6\x50\xd1\x76\x20\x89\x7c\x51\xe0\x51\x43\xd2\xeb\xc9\x2c\xef\xee\x9b\x73\x7d\xb3\x9b\xb0\x66\x91\x2f\xe9\x9a\x05\xc3\x04\xc6\x72\x5c\x89\x7c\xbf\x2f\xe5\xbf\x80\x90\xae\x9f\x12\x35\x53\xe5\x04\x5c\x43\x77\xaa\xf8\x72\x76\xcf\x55\x39\xcc\x0a\x8b\xd4\x6f\x39\xb9\xe6\x01\xc8\x70\xe2\xe4\xfd\x7e\xaf\x7f\xd9\x17\x3a\x98\x9a\xd0\x5e\x36\xb0\x60\x4c\x3e\x62\xe7\xfb\x2a\xad\xf9\x61\x4f\x0c\x4c\xaa\x3f\x00\x94\x2c\xa1\x2a\xf1\x16\xa4\x3d\x31\x48\xf1\xac\x20\x9a\xe8\xb9\xac\x02\x65\x27\xca\x43\x59\xa1\x7e\x29\x30\x33\xf5\xa6\xe0\xec\xc2\x5a\xbd\xff\x5c\x64\xb5\x49\x9a\xf2\x7e\x52\x00\xb3\x5d\xeb\x9b\x90\x53\x80\x59\x57\x93\x57\x29\x04\xe0\xf9\xf8\x74\x96\x5e\xea\x68\xb3\x34\x0c\x41\x4b\x43\x66\xa4\x67\x3f\xf2\xc7\x00\x5a\x29\x3f\x51\xa8\x73\xa4\xea\x0e\x0a\x0b\xad\x75\x0f\xbb\x8a\x93\xf7\x3f\xef\x82\x75\x27\x84\x1e\x05\xeb\x05\xe8\x95\x4c\x75\x48\x34\x81\xbe\xc1\x0c\x26\x4b\xcd\x31\xab\x10\xdf\x57\x3f\xc0\x71\xf1\xbc\x8b\xa7\xcb\xec\x14\x32\x61\xa8\x03\x14\xdd\xb5\xce\x1d\xbf\xa2\xd8\x9c\x75\x38\x2f\x88\x3c\x39\xe4\xfb\xbd\xde\xe6\x0c\x03\xc5\xf7\xfb\x61\x7d\x24\xbc\x67\x33\x52\x5a\x5a\x3b\xc5\xc3\xd8\x16\x05\x41\xd2\x79\x14\x44\x65\x28\x10\x2c\xa6\x76\xdd\x3d\x96\x61\xd8\xba\x58\x2d\xe4\x48\x72\xdf\x2f\x47\x23\x8b\x44\x95\xae\x40\xa1\xa0\x19\xd5\x5e\x22\x50\x5b\x76\xc7\xcb\x0a\xe0\xe5\x3a\xfb\xd6\x06\x08\x9b\x0e\x06\x72\x50\xcd\x1a\xdf\x1f\x56\xb3\x86\x35\xd0\xa3\x24\xc8\xc6\xd5\x8e\x27\x73\xa1\x7e\xd0\x06\xfe\x11\x79\xce\x91\xec\x0b\x6b\xe0\x3f\x01\x7a\xd1\x20\x7f\x98\xb3\x6a\x8e\xfe\x1a\x54\x2c\xb9\xe9\x28\x3f\x27\x41\x4d\x31\x23\x42\x13\x88\x06\xab\x25\xe2\x48\x3e\xa0\x0e\x41\x4e\x06\x76\x7d\x65\x85\x14\xc5\x75\xeb\xca\xee\xa1\x8c\x9c\xca\xfc\x22\x55\x3f\xcc\x2f\xa1\xb0\xf4\x0f\xd3\xa0\x43\xa0\x8e\x5e\x26\xfa\xd5\x64\xc6\x8b\x34\xca\x14\x6d\x0e\xe0\x07\xa1\x8a\x00\xea\x70\xb8\xee\xc9\xd0\xf5\xe0\x0b\x2b\x22\x60\xed\x69\x62\x1d\xc5\xbe\x1f\xe3\xc4\x8d\x17\x71\x87\x60\x14\xc5\xad\x2d\xfd\x38\xea\x21\xd2\xf1\x09\x22\x6b\x07\xe0\x83\x1d\x25\xc7\x95\x4d\x7a\xa4\xdb\xfa\x14\xd8\x8d\x34\xbe\xa1\x51\xc8\xac\x09\xc3\x7e\xaf\x22\x49\x32\x9b\x8a\xa2\xfe\x1e\x82\xb1\x9f\x1e\x16\xeb\x1d\x58\xea\x65\xeb\xa0\x06\x18\x25\xdb\x88\x55\xd3\x41\x7a\x98\x35\xb9\x1a\x4d\x3b\x46\xe1\xc7\xb8\xaa\xd4\xa9\xc2\x50\x2c\xe3\x5b\xb2\x62\xb5\xd9\x3a\x06\x3c\x02\x65\xde\x59\x57\x19\x84\xdf\x35\x37\x7f\x8d\xde\x4c\x72\x56\x29\xf0\xdd\xdc\xa5\x89\x30\x70\x4e\xd8\xf7\xeb\x97\x59\x81\xc6\xc1\x7a\x23\xca\x71\x87\xc1\xdd\x0e\x4f\x34\x89\xef\x27\x8b\xc9\x92\xdc\xc7\xa3\x11\x0d\x72\xc5\x49\xe5\x9a\xbd\x0a\x64\x3d\xdd\xd0\x25\xa1\x99\x71\x34\x9a\xd8\x36\xa5\x96\x57\x85\xb6\x45\xd9\xb8\x96\xe7\x5d\x4e\xe6\x93\x48\xf7\xc2\x22\x5e\xb6\xe6\xe2\xf7\x0d\x30\xa4\x47\x0f\x0c\x18\x41\xad\x2d\xfb\xdc\xde\xd9\x4e\x99\xc4\x01\x7a\xc2\x94\x87\x90\xea\x48\x8e\xa5\x9c\x74\x75\x20\xa8\x07\xab\xd1\xd3\xc7\xbd\xfb\x96\x36\x4c\x8c\xb7\xbc\x8e\xf7\xfb\xfb\x16\xae\x5d\x0d\xf9\x4b\x24\x8d\x12\x72\x16\x24\x43\xd6\xf8\xbe\xe8\x13\xab\x84\x74\xb8\xc6\x2c\x5e\x24\x4b\x54\xeb\x14\x8b\x64\x49\x37\x6c\x32\xdb\x74\xd2\x8c\x8d\x1e\xc1\x1d\x4b\x17\x9b\xe5\x60\xdd\xe9\x18\x15\xc1\x8e\x0a\x42\x68\xb0\x33\xd3\x77\xa7\xc6\x90\xe8\x7b\xde\x16\x35\x07\xef\x3b\x5a\x72\xc4\xfd\x31\x12\x08\xd5\x42\xaa\xb6\x36\xc0\x9e\xa6\xb0\x1a\xac\x9f\x98\x05\x22\x30\x42\x99\x51\x3e\x5f\x2c\x23\xdc\x63\xc0\x67\x5d\xaf\x90\xce\x1f\x01\x96\xa2\x24\x73\xa6\x94\x5a\x6f\xa5\xaa\xa8\x1a\x17\xe0\x43\xa5\xd5\x86\x0f\xd0\xbf\x8c\xef\xe3\x76\x50\x5b\x2b\x1c\xd8\x30\x8b\xaa\xf1\xb1\xa9\x5c\x50\x5b\xd4\x81\xda\x89\x08\x6a\x96\x00\x1b\x83\x17\xf3\xc9\x7b\xa6\x42\x4c\x39\xb6\xc0\xbb\x3e\xdc\x2d\xd0\xd5\x0a\xec\x14\xe5\x43\xf4\xb9\xc0\xa2\x81\x48\x17\x36\x91\xd6\xac\x12\xb3\x6b\x35\xb7\x1b\x12\xd9\x0d\x51\xf9\x74\x4c\x9a\xa4\xf0\x87\xa5\xb6\x1d\xf4\x9a\x62\x50\xb2\x20\x06\xe0\x82\xa2\xe0\xa5\xeb\x6b\xcb\xb1\x4e\x42\x3a\x8b\x75\xe6\x76\xa7\xe9\x2d\xaa\xab\x57\xdb\xea\x21\xaa\x82\x98\x36\xa4\x95\x44\xa2\x31\xd3\xfc\x16\xdc\x1e\x91\xa6\xbf\x12\x6e\x41\x77\x6f\x71\xbb\x64\xcd\xe2\xb6\xb3\xb9\xde\xfe\xd7\x3c\x96\xf3\xb1\xd6\x10\xf8\x98\x15\x37\x3d\xda\xa5\x17\xca\xe7\xe2\xc3\x39\x67\xdc\xce\xdc\xe6\x08\xe2\xc7\x81\xad\x2c\x60\xe3\xea\xad\xd2\xf7\xb3\xab\xd1\x74\x9e\x85\x7a\x97\x89\x10\xb9\x57\xb0\x5a\x1d\x6f\xe6\xda\x72\xb6\x24\x51\x77\x3c\x12\x73\xed\x4e\xba\x0c\x83\x62\x6e\xf9\x94\x8e\x26\x24\x1a\x4d\xdb\x8e\xba\x3c\x4c\x7a\x44\x53\xf3\xd2\xe5\x75\x6a\x35\x2f\x01\x84\xd4\xac\xfe\x82\x97\x9f\xa0\x32\xe5\x41\x86\xd6\x6a\xa7\xe5\x18\x42\xdd\x7c\xe5\xc9\xc1\xbc\xa9\x02\x9c\x30\xd0\x74\x31\xb9\x38\x9f\x70\x11\xa8\x20\xd2\xea\x55\x75\x70\x19\x29\xec\x44\x9d\xe3\x1b\x2b\x70\x90\xcb\x2d\x11\x46\x0c\x18\xf0\x78\x9c\xe4\xa2\xe2\xbe\x9f\xa9\x63\x9e\xee\x6c\x3b\x91\xce\xc2\x52\xe5\xc2\x83\xac\xe6\x6a\x82\x35\x53\x19\xcd\x8b\x20\xa7\xea\x37\xcd\xe4\xb9\x94\xc6\x28\x25\xf9\x9a\xe7\xd9\x36\xab\x79\x59\xc9\xc1\x22\x92\x7b\xdb\x89\xca\xf7\x87\x87\xdf\x0d\xee\x09\x9e\x37\x55\x76\x84\x7e\xa2\x52\x92\x99\xc8\xb3\xed\x9b\xfa\x2e\x97\xa7\x3b\xeb\x2d\xf4\x4e\xbc\xd0\x0d\x18\x41\x7e\xde\x60\x8d\x68\xfd\xba\x43\x58\x6e\x6c\xad\xd7\x4a\xb5\xb9\x62\xb1\x7d\x70\xcf\x74\x15\x3a\xb4\xc4\x7e\x16\x84\xae\x4d\xd3\x0e\x5a\x06\xde\xc3\x1f\x6a\x03\xa1\x31\xbe\xa9\x46\x04\x95\xe4\xce\x55\xf5\xbb\x0f\x91\xfd\x42\x68\x65\x1d\xf2\xa7\x8f\x26\xb4\x1b\x5f\xa5\x58\x56\x1e\x2a\x96\xd1\x94\x95\x8b\x64\xa9\x46\x4e\x8e\x58\x3a\x16\x3b\x5e\xe0\x80\x11\x3d\x36\x7a\x1c\xd2\x7e\x33\xd0\x39\xb3\x1c\x1a\x4c\xd7\x1f\x99\x54\xbf\x33\x67\xa1\xa5\x7a\x03\x44\xc2\x3d\xd7\x3f\x02\x81\xeb\x85\x7a\x1e\x89\x26\x84\xa6\xce\x58\xa6\xfd\xb1\x74\x03\x46\xb2\x02\x1e\x18\xcd\xaf\x7d\x7f\x7d\xd9\xf8\x7e\xd0\xb0\x35\x69\x9b\xa1\xec\x8f\xe3\xc3\xdb\xa8\xe1\xdd\x00\x00\xbf\x1e\x59\x5c\xb4\x7a\x64\x8f\xa4\x27\x74\x63\x76\x1d\xf7\x3a\x4b\x6b\x12\x5a\xbd\x30\x3f\x5c\xc1\x51\xdd\x41\xfa\xa8\x3e\xd0\x3f\x82\xa3\x69\x23\x45\x49\x68\x41\x22\xe4\xd3\x5b\xba\xca\xe3\xe2\xbd\xe4\x98\xbb\x2a\x58\x62\x50\x3b\x93\xe2\x58\x05\xe0\x24\x6a\xf2\x90\xeb\xde\xbc\x04\x47\x93\x47\x85\xa6\x66\xce\x67\xe2\x5d\xcb\x6d\xcc\x2d\x52\x13\x13\x37\x27\x1d\x07\x67\xb9\x8b\x91\x7e\x04\xa6\x5b\x91\xad\x72\x21\x96\x03\x55\x48\x0c\xd3\xec\x20\xdf\x58\x57\xc9\x9d\x67\xea\x42\xe7\xb0\x8f\x0b\x67\x9e\x49\x3a\x0a\xc0\x03\x65\x96\x3c\xdf\xc4\x65\x15\xd5\x63\xe7\xfd\xb7\xd8\x15\xf8\x3c\xbf\xd7\xbc\x09\xbc\x52\xc5\xbb\xf4\x7b\xbe\x8d\x4c\x3c\xac\x03\x0e\x47\x2b\xff\xfe\x85\x9c\xc7\x4a\x7c\xe0\xe5\xbb\x44\x6c\x77\xa2\x90\xfb\xb6\xc5\x39\x1c\x8a\x2b\x3f\x2b\x55\x9c\xa6\xa2\x40\xa1\x21\x9e\x57\xfe\x09\x46\xe6\x1f\xa8\x15\xfd\x07\x2b\xf3\x0f\xb2\x43\xd6\x49\xcd\xdb\xd4\xdb\x1c\xe1\xcc\x57\x71\x59\x79\xc7\x0f\x6e\x7d\xfe\x29\xb0\xaf\x51\xbc\x9a\x7f\xac\x1f\xc9\x7c\x3c\x42\xef\xe5\x14\x8d\xbc\xfb\x7b\x8f\xc2\x2a\x88\xbc\xb6\xf5\xf4\x74\xb0\xd2\x58\x45\x12\xda\x23\xac\xd1\x70\x02\x92\x2f\x53\xd1\xef\x7f\x78\x11\x60\x29\x1f\x47\x5d\xc2\x51\xcd\xb7\xbb\x3c\xae\xb9\x47\xfb\xad\xf8\x57\x8b\xb9\x1f\x9e\x34\xe3\xb1\x1a\x0e\x34\x79\x57\xff\x10\xcf\xfd\x68\x3c\x9e\x66\xf5\x23\xd8\x36\x56\x65\x9c\xbc\xe7\x75\xf5\xcf\xf1\xc4\x07\x33\xe6\x93\x35\xa1\x9f\xac\xc0\x3f\x61\x5a\xc2\xc7\xef\xf9\xdd\x0f\xf1\x6e\x5c\x35\xab\x3c\xdb\x72\x76\xbf\x8e\xf3\xbc\xde\x94\xa2\xb9\xd9\x44\x9e\x82\xe2\xf7\x5a\x0a\x50\x53\x62\xbb\x8d\x8b\xb4\x02\x3c\x99\x1f\x45\x45\xb3\x2e\xbd\x8a\xc9\xba\x90\x6d\x9c\x28\x84\x7f\x80\x38\xf0\x9e\x6f\xd3\x91\x87\xc8\x1f\x23\x6f\xe0\xaa\x2b\x93\x7b\xed\xf2\xdc\x40\xb7\x54\x5f\xdd\x39\x9e\xed\xb5\x9c\x66\xac\x50\x85\x50\xac\xb2\xdf\xd7\xe3\x54\x24\x2a\xb1\xdc\xca\xf9\x76\x57\xdf\x05\xc4\x55\x6d\xcd\x80\xa1\xcc\x2e\x27\xe0\x37\x0d\xbc\x90\x9a\xfc\xb4\xf7\xec\x42\xc1\x16\x8c\xa6\x44\x63\xde\x80\xd0\x13\x36\x13\x85\xa3\x00\x1b\xce\xd5\xc4\xf7\x65\x16\x57\x4c\xf4\xc4\xfa\x87\x99\x85\x53\xc7\x8f\x43\x4c\x2b\xa6\x6f\x0a\x1a\xa8\x87\x64\x71\xe0\x9a\x46\x18\xc3\x2a\x36\x99\x35\x43\x96\xcf\x9a\x90\x65\x34\xd1\x37\x18\x6b\x74\x0f\x04\x86\xe6\x97\x93\x79\x33\x9a\x46\x0d\xa1\x29\xf3\xde\x79\xc0\x2c\x70\x0b\xde\x39\x58\x13\x30\x28\xf5\x84\x07\x72\xb5\x0f\x1e\x63\xa9\xef\xaf\x5d\x2c\x67\x26\x93\x05\x29\xf3\x7e\xf1\x88\xbe\xa1\x61\xac\x22\x9e\xf0\x86\x32\x7a\x50\x31\x2f\x2b\x3c\x1a\xb3\xb4\x43\x33\xf4\x40\x10\x5f\x81\x4e\xa0\x32\xc4\x94\xb9\xc7\xbe\xef\xfd\x82\xa5\x40\x2f\x37\xa3\x11\x85\x00\xf9\x41\x15\x9f\x5d\x4d\xc8\x7d\xcc\xbc\x0f\x9e\xb9\xb3\x52\xf7\x55\xc6\x56\x47\x23\x47\x34\xa4\x0d\x60\x60\x69\x86\xce\x94\x4a\x12\x95\x97\x93\x39\x62\x29\x04\x24\xca\xc6\xb5\x00\xc1\x7a\xb9\xa8\x17\xde\x97\x79\x3d\x02\xf0\x92\x25\xf3\x6e\xc4\x9b\x66\xf5\x41\x94\xa9\x0a\xb0\x17\x40\x1c\x70\x3a\x9a\x92\x96\x9a\x54\x88\x72\x62\x27\xd3\x21\xfd\x74\x32\x59\xe6\xfb\x41\xbd\x80\x99\xdc\x15\x67\xee\xfb\xde\x6c\xbb\x3b\xae\x0a\x66\xbc\x9c\xea\xb2\x94\x23\xd3\xbe\x09\xb4\x1f\x97\x7a\x9c\x55\x3f\xf1\x38\x7d\x5d\xe4\x77\xdd\x91\x45\x5d\x64\xd6\x92\x57\x40\x6f\x76\xc7\x11\x03\xea\x71\x9e\x55\x1d\xe0\x51\x15\x10\x23\x2c\x44\xd5\x95\xd1\x94\xa2\xdb\x67\x3e\x8b\xf5\x5c\xaa\x8e\x24\x5b\xc4\xe8\xb7\x0a\x41\x15\xd0\x77\xf2\x25\x13\x44\x3b\xa7\x2a\x54\x58\x18\x94\xf3\x49\x34\x25\x74\x42\x06\xb5\x96\xa8\x22\xc6\x11\x80\x48\x35\x0a\xfc\x2b\x44\x1d\x07\xd9\x3b\x1e\x31\x6c\x32\x2c\xa6\x46\xe9\x3a\x29\xb7\xd0\x54\x7b\x44\x93\xc5\x47\x0d\x45\xd7\x5a\x51\xd3\x12\x2a\x98\x2a\x74\xda\xb6\xa0\x94\x60\xd5\x38\x93\xbb\x03\x1e\xb2\x9f\x23\x61\x92\x93\x53\x16\xf2\x65\x53\x0b\xcf\xd1\xf4\x76\x00\xeb\xd1\x83\xb2\x24\x4a\x00\x69\xd2\x5b\xe2\xb3\xac\xb7\x96\x62\x1b\xe8\x8a\xcc\xc8\x68\x94\xc1\x7a\x9e\x09\xe3\xa8\xed\xa1\x14\x42\xc6\x0f\x43\xa1\x18\x65\xd4\x04\x33\x93\x3c\x03\xf5\x2f\xf3\x2a\x08\x95\xf3\x2f\x8a\x15\x63\x2f\x8f\xa3\x2d\xcc\xef\x2a\xf4\x7e\xde\xc9\xc9\x86\xee\x33\x64\x6d\xe1\xdd\x9e\xa2\x9a\x9c\xdf\xf0\xfa\x0d\xc4\xfa\xbe\x58\x0b\x05\x58\xc6\xc7\x95\xd8\xf2\x7a\x93\x15\x37\xd8\x7f\x3c\x0d\x48\x67\xaa\x22\x4b\xff\x52\xd9\xd6\x05\x35\x58\x03\x69\x63\x3a\x0c\xa4\x1e\xdc\x54\x81\xcf\xed\x1b\x5e\x3f\x87\xbd\x48\x4e\xb4\xac\xe0\x57\x0c\x34\xa6\x9d\x51\xc0\x35\xf1\xf3\xce\x23\x2d\x1f\x63\x9d\xdf\x0a\x05\xb8\x2f\xb3\x1f\x19\xa7\x57\x6f\xf9\x47\x5d\x30\x51\xcb\xb2\x0a\x11\x94\xc8\x69\xae\x0a\xf9\x5f\xd6\x60\xd3\xc2\x70\x7a\xa4\x8d\x97\x0f\xb6\x11\xea\xf5\x40\x2b\xc3\x4f\xb5\x12\xb1\xb0\x46\x5e\x28\x42\xef\x25\xb4\x75\x97\x67\xdd\xec\xfe\xea\x0e\xd6\xcd\xf2\x01\x7b\x03\x7e\xb0\x7a\x11\xe7\x0d\x1d\x1f\x19\x61\x4a\x16\x86\x16\xf6\x6c\xbd\xc8\x96\x8a\x7c\xca\x79\x2f\xdf\x24\x0d\xa5\x15\x43\xa7\x6d\xb3\xea\x92\xc5\xf8\x2b\x0c\x2b\x82\x3f\xaf\x84\x82\xfa\x01\xac\x16\xfc\x09\xa8\x2a\xc9\x66\xbf\xd7\x0a\x8e\x6a\xc1\x56\x4c\xe5\x34\x97\xb3\xba\xa2\x13\x42\x61\x45\x9b\xa4\xf3\x58\x86\x93\x56\xce\x23\x77\x2d\x97\x74\x42\x5a\x6a\xba\xe5\x6d\xbc\x92\x7d\xa2\x48\x06\xaf\x2a\x4f\x76\xda\xf8\x45\x95\x30\xaf\xca\x8a\x9b\x9c\x9b\xb4\x6f\xc5\x43\x2b\xe1\x80\xc0\x4d\x96\xbd\x72\x83\xda\xb8\xf1\xc3\x5d\xc6\xf2\x4f\xa3\xc6\xc9\x0c\x0f\xa4\xf9\x57\x0d\xca\x7d\x37\x22\x83\x5e\x27\x16\x81\x50\x83\x84\x54\x41\x77\xa2\x0c\x97\xc3\xd5\x71\x15\x2d\xcc\x3b\xb7\x1b\xed\x4e\x84\x1d\xe7\x0f\xb2\xf2\xa8\x0e\x0f\x95\xd7\x8d\x42\x54\x36\xe8\x63\x4d\xa5\xbf\x5c\x63\xd0\x91\xd3\x61\x13\x70\x3a\x9c\x1e\x99\xba\x47\xb2\x41\xa5\xb6\x4f\xe4\x33\xe9\xba\xf6\xeb\xae\x6b\x5f\xf1\x8f\xf5\xeb\x04\x35\x41\x12\x27\xb9\x65\x18\xd5\x2d\x4c\x4f\xf6\x11\x98\xa0\x38\xa1\x92\xee\x53\x61\x0c\x98\x14\x53\xfb\x4d\x56\xa4\xdf\x34\x79\x2e\x09\x34\x63\xc8\x30\x56\x1c\x54\x8e\xc0\xd7\x5e\xb2\x05\x9e\x4d\xb2\x89\xfa\xbc\x8e\x5b\x86\xba\x54\x94\x64\x59\x5b\x5a\xba\xbb\x50\xa0\xf0\x83\x00\xc6\x88\x0a\x36\x9c\x74\xa8\x05\x15\x56\x0d\xb7\x46\x99\x37\x6d\x98\x98\xdb\x78\xb7\xd7\xd7\x2b\x2f\xac\x42\xf8\x4f\xa2\x8a\x26\x98\xe2\x0d\x70\xfc\xaa\x49\x0d\xcd\xc8\x20\x01\x73\xcc\x57\xa0\x91\x30\xaf\xc7\x71\xda\xb1\xc9\x41\xa2\xd7\x74\x02\xf3\x83\x44\xc1\xf1\x6c\xe4\x6c\x07\x75\x71\xd8\xec\xe4\xf6\x4d\x88\x95\xad\xef\xff\x46\xbe\xad\x90\xcc\xcf\x27\x3a\xd6\xf4\xab\x76\xa5\xc4\xbc\x80\xdc\xb7\x8b\xa5\xc5\xf5\xac\x7b\x94\x5b\x93\x59\x38\x5e\x54\x49\x5c\x7c\x23\xca\xaf\xf0\x38\x13\xd4\x92\x55\xeb\x9c\xf1\xcf\x2c\xd4\xca\x83\x98\x53\x17\xc7\x0a\xef\x85\x92\x0d\x63\x89\xde\x8a\x13\x73\x7d\x0f\xdc\x7f\x38\xb5\x38\x2d\x67\x44\x0b\x54\x40\xc2\xd5\x87\x3f\x93\x0d\x78\xc2\x84\xfb\xdf\xe1\x94\xd0\xe1\x64\x50\xb3\x22\xc8\xba\x78\x59\x17\x0f\xb7\x6c\x7b\x91\x20\x6c\xa1\x99\xe9\x6f\x12\xb1\x3b\xa0\x22\xe8\x74\xc5\xdd\x62\x30\xfa\x97\x79\xee\x1d\x59\x79\x3f\x74\x19\x7e\xc5\xeb\x0f\x9c\x17\x5f\x99\x63\xa0\xb3\x76\x64\xbf\xac\x83\xba\xc7\x58\x9a\x25\xf8\x03\x32\xb1\x6f\x85\x4a\xde\x4b\xfd\xe9\x63\x59\x69\x59\x0c\xba\x43\x52\x22\x41\xc5\x71\xc9\x00\xce\xd2\xac\x33\xec\x48\x8c\x41\xba\xeb\xf1\x9d\xa8\xcc\xb1\xeb\x78\x6e\xa3\xce\xaf\x8f\xf0\x7d\x49\x11\xcd\x00\x88\x6e\x00\xe4\xbe\x24\xa3\xb7\x6a\x1e\xa6\xfa\xf0\x89\x2c\x78\x64\x93\x47\x6b\x6a\x6e\x3e\x8f\x21\x37\x4c\x24\x90\x99\x03\x8a\x1f\x83\x1f\x3f\xe5\xe9\xd5\xf2\x1e\xab\x3d\xbc\x2a\xcf\xae\xc3\x46\x9f\x53\xbb\x1d\x24\x67\x8d\x43\xf9\x13\x70\xd3\xaa\xde\xac\xfc\x46\x53\xdf\x17\x8b\x2a\x9c\x2e\xed\xe8\x8c\x25\x33\x92\xb0\x66\x11\x86\xd5\xb2\x4b\x37\x40\x65\xb3\x20\xa7\x09\x69\x5b\xcd\xaf\xce\x33\x36\x9c\x44\xea\x93\x4b\x16\x6a\x30\x16\xc1\x17\x42\x7f\xf3\xf8\x61\xb4\xe3\xe3\xce\xb6\x9a\x9d\xea\x53\x46\xbc\x10\x4b\xda\xc8\x7f\xe1\x74\x49\x73\xa6\xb8\x82\x84\x15\x41\x43\xe8\xda\x26\x90\x39\x4d\xc0\xd5\x62\x39\x5f\x8f\x2b\x51\xd6\xff\x37\x75\xef\xde\xe7\xb6\x8d\x24\x8a\xfe\xaf\x4f\xa1\xe6\x39\x47\x43\x6c\xc3\x72\x77\x66\x32\x77\x56\x36\xd2\xd7\xf1\x63\xe3\x4d\x1c\x67\x62\x67\x72\xe6\xa7\xd1\xf6\xd2\x22\xd4\x8d\x31\x05\x6a\x41\xc8\x9d\xde\x16\xbf\xfb\xfd\xa1\xf0\x26\x41\xaa\xed\x38\x33\x7b\xff\xb1\x5b\x24\x88\x47\xa1\x50\xa8\x77\xe5\x68\x61\xfe\x48\x79\xc8\x77\xaa\x12\x99\xda\xb3\xc1\x13\x67\xb3\x85\x0c\x82\x39\x25\x02\x43\x46\x7f\xfa\x58\x5e\x3c\x38\x5f\x50\x42\xa4\x92\x62\x40\x82\x88\x64\x98\x0d\x56\xa0\xc2\x20\x04\x44\x17\x73\xa5\xef\xe1\x75\x8b\x5a\xa6\x88\x65\x7c\xf3\x52\x7d\x21\xab\x43\x55\x3a\x6e\xfd\xa6\xd8\xf5\x79\x75\x79\x7f\x1c\x13\x29\x0c\x33\x62\x5d\xb4\x6b\x20\xe3\x39\xc4\x13\x09\xc4\x13\xcb\x66\x85\x3b\x18\xf6\xe0\x3c\xc6\x31\x8b\x2b\x9e\x15\xd9\x1b\xfe\xc8\x36\x77\xbf\xd7\xd7\x8e\x2d\xd9\xc3\x61\xf3\x2d\xe0\xd7\xfa\x5a\x09\x67\x67\x27\xb6\x7b\xc5\x2d\x3a\x94\x3f\x1c\x1e\x3c\x58\xe3\xea\xab\xfa\x82\x79\xe4\x5c\x30\xef\xf2\xc8\x96\xcc\xbb\x37\x91\xb5\xba\x58\xd7\xed\x51\x54\x3c\x7b\x44\x7d\x04\x04\x75\x58\x28\x08\x5b\x52\x05\x31\xb6\xa4\x0a\x0b\x9b\x50\xe4\xeb\x8b\xb0\x19\xe6\xc0\x8d\xaa\xff\x80\xcd\xc2\xd9\xa9\xdd\x48\xc5\x5b\x7c\x15\x1e\x90\x8b\x84\x00\x7c\xda\xc0\x55\x1b\x9e\x22\x23\x10\xfb\x6e\x16\x9d\xef\x14\x0f\xc0\xd5\xc8\x35\x8c\xdc\x6d\xde\x13\x7d\x0b\xf0\xb4\x30\x52\x8f\xac\xff\xc2\xe8\x0d\x28\x43\xb0\xc1\x3f\x27\x40\x99\x2e\xba\xe2\xd3\x67\xc3\x41\xbf\xca\x53\x85\x82\xc2\x6d\xdb\xa3\xe2\x2b\x72\xf6\xa8\x78\xf0\xc0\x92\x02\xb1\x2c\x14\x29\x68\x22\x26\xb6\x22\x4d\x88\x90\x93\xb3\x13\xdb\x40\x21\x4c\xe3\x11\x66\xff\xe0\x01\xde\x3f\x76\x08\xb3\xc7\xd5\x08\xc2\x54\x0a\x61\xaa\xe3\x08\xe3\xbe\xf9\xe2\x11\x55\xb3\xa5\x0f\x86\x70\xa6\x88\x71\x46\x10\x32\x8a\x05\x80\x43\x0f\xce\x01\x87\xd0\xe8\xc6\x1f\x43\xb7\x4e\xf3\xe2\x38\x9e\x0c\x20\x45\x7d\x9a\x3d\x54\x18\x21\xeb\xab\xab\x8a\x2a\x16\x83\x5a\x27\x3a\x5a\x76\x98\x11\x45\x5c\x83\x56\xf9\x9d\x31\x12\x82\x3a\xdf\xf6\xf6\xef\xaa\xb7\xbf\xd7\x8c\x43\x72\xf2\xcf\x22\x14\xc5\xa2\x2a\xe4\x12\x37\x2c\x68\x63\x04\x48\xf0\x1a\xf3\x77\xa2\xef\x40\xdd\x89\x72\xc9\x7a\x77\xe2\xfe\x11\xda\x13\xb9\x3c\x3d\x65\xe1\x9d\x68\x45\x2e\x50\x79\x2e\x1a\xf0\xd0\x74\x6a\xa7\x93\xda\xa2\xdd\x6c\x56\x80\x8c\x35\x8a\x46\x12\xea\x68\xba\x6b\x50\x44\x29\x46\x42\xb5\xaf\xd0\x77\x61\x63\x48\xa8\xe2\x5f\x9a\x88\xbc\x4a\xdc\x84\xe4\x55\x9d\x0d\x98\xe0\xa3\xea\x31\x69\xe6\x94\x97\xa1\x73\x7b\xf5\x40\x4e\x2a\xa2\x9f\xcf\x66\x79\x41\x78\xbe\xc6\xd4\x21\xe9\xda\x6a\x01\x15\x9f\x8b\xd7\x8f\x69\x80\xae\x50\xd4\x2f\xc6\xc2\xa9\xc2\xa9\xb5\x42\xc2\xf5\xe9\x39\x7e\xf8\x1f\x7f\x6b\xfe\xe5\xa1\xf6\x5e\x09\xba\x54\x5d\x85\xb9\xc5\xf0\xe9\xa9\x44\x2d\x8b\xef\x8c\xfd\xe1\x50\xe8\x9b\xa1\x48\xc8\xa7\x4c\xdf\x92\x3d\x66\x16\xe4\xc0\x72\xbf\xab\xd8\xba\x30\x82\x6a\x17\x25\x8f\x6c\x42\x1f\xcf\xac\x1a\xd4\x38\x98\xfa\x1a\x10\x2c\xa5\x1b\x10\xab\x89\x37\x1d\x74\xc0\xe3\x61\xc0\xfc\x5d\x87\xec\x51\x0c\x9e\x29\x99\x6a\x91\xfa\x58\xff\x69\x95\xd7\x58\x2b\xaf\xd5\xff\xfa\x81\x57\x20\xc5\x07\x17\x0e\xda\x5b\x38\xb6\xa2\xe0\xcd\xae\x6e\x28\x98\x72\xb5\x36\xe4\xc5\xbf\x92\x4c\x31\x48\xa9\x03\x78\xdd\x11\xb4\x5f\xfc\x2b\x5c\x07\xb6\xf5\x4b\xde\x50\xde\x30\xc9\x3e\x74\x01\x7d\x1d\x48\xfa\xf3\x17\x5f\x90\x8c\xd3\x5f\xe4\xd7\x75\xfd\x7e\x5b\x88\xf7\x03\x8a\x96\x48\x24\xb4\x6d\x1b\x5f\x44\xf9\x91\x3b\xe6\x41\x8a\x13\x1d\x13\x03\x79\x4d\x94\x10\x9a\x9b\x22\x2a\xce\x90\x62\x8a\xad\xe3\xae\x74\xa6\xe5\x6d\xae\xe4\xed\x36\x42\xa4\x17\x5f\xa8\x25\xee\x04\xfd\xf0\x19\xa7\x2b\x5d\x42\x3b\x13\xf6\x60\x23\x4c\xe5\xd2\x93\x9e\x55\xb0\x02\x31\x20\x55\x0a\x3d\x6f\xa1\xe6\x3d\x31\x7d\xb5\x7e\x7b\xbe\xf0\xb4\x79\x60\xf6\x47\x48\xea\xd0\xb2\x20\x60\x36\xfd\x2a\x55\x96\x9a\x87\x54\x8b\x11\xb9\xe4\x4e\x65\x58\xeb\x5f\xa0\x32\x2c\xc2\x04\x51\xa0\xa8\x36\xac\x67\x11\xb2\x9e\x6c\x93\x17\xcb\x66\xd5\x1d\x18\xdd\xc1\x53\x9b\xc9\x28\xf6\xbd\x16\xa1\xef\xb5\x58\xee\x57\x84\xa8\xd6\xb3\x99\xb0\x79\x14\x15\x2b\xe0\x8a\xca\x6b\xd5\xa2\x61\x03\x44\x2f\x33\x08\xc3\x35\xbe\xeb\x0c\xbf\x38\x39\xd3\x29\x24\x7e\xbe\xa6\xfc\xb9\x3a\xf1\xa0\xee\xeb\x60\x13\x90\x25\xbd\x2d\xd0\xd8\x41\xed\x13\x91\x6a\xc0\xd5\x1d\xaa\xd1\x58\x48\x48\x9f\xcc\xc9\x1b\xa8\xf4\x1c\x8c\xa0\xff\x49\x93\x80\x0b\x37\x9e\x49\x6a\xd7\xc3\x1d\x37\xe8\x7c\xd1\xd1\x4d\x6a\x7a\xa5\xc9\xbb\xa2\x61\xad\xe2\x67\xcc\xb6\xf0\x07\x0f\x14\x71\x17\x81\x45\x64\x40\xc5\xab\x56\xf5\x67\xb5\xa8\x1b\xa1\x19\x97\x46\x1b\xa3\x77\xa4\x3e\xcd\xbe\x9d\x06\x22\xf9\xd6\x9a\x86\x47\x89\x3f\x1f\xe1\x50\x97\x2b\x63\xfc\x72\xc1\xdb\x60\x03\xcb\xf7\x84\x2f\x8b\x15\x72\x14\x3f\x37\xd7\x58\x81\xb0\xa9\x29\x9d\x65\x08\x2d\xcc\xdf\x26\x79\x91\xa6\xe2\x56\x84\xc2\x5a\xb4\x41\x48\xb1\x5d\x86\xe4\x07\x53\xa8\x71\x56\x88\x7a\xcf\xcb\x0c\x67\xeb\xa2\xa1\xd6\x2e\x08\xf8\x5e\x78\xde\xb3\xcb\x29\xab\x99\xb1\x65\xb1\x5a\x19\x3b\x1c\xf8\x51\x6a\xbd\x89\x96\xad\x70\x83\xbe\x3a\x43\x8e\x0f\xc8\xa5\x91\xb9\xd0\xa4\x21\x5a\x67\xd7\xe5\x1a\x45\xbe\xd6\x2a\x4c\x6c\xde\xaf\x35\xf5\x6c\x03\x13\xd9\x87\x71\x35\x2b\xef\xab\x59\xfb\xda\x53\x8e\x2c\x16\x05\xda\x53\x16\x69\x4f\x05\x31\x38\xc4\x21\x1d\x7e\x1b\xda\xc5\x04\x58\xc3\xf0\x7f\xed\xa9\xb8\x5d\x44\xaa\x53\x6e\x2c\x63\x2c\x08\x74\xb9\x0a\xd5\x01\x1f\x6c\x65\x3f\xef\xbb\x06\xdd\xe0\xda\x18\x88\x42\x55\x28\xc3\xf2\x42\xd1\xe1\x85\xa6\xc9\xe8\x51\x2e\x2f\xea\x40\x13\xba\xd0\x3f\x7e\x10\xf4\x03\xab\xf7\x4d\x8e\x14\x43\x10\x11\x73\xc7\x97\xd6\x56\xe5\x3a\x34\x0e\xb7\x05\xf8\x9c\xd2\x75\x41\x03\x1f\x81\x90\x2d\x43\x08\xe1\x5f\x3f\x13\x01\xe0\xee\x9e\xbe\xe8\xfa\x41\x6d\x2b\x97\x3b\x45\xdf\x7c\xc5\x16\x6d\x24\x50\x13\xd1\x35\x40\x14\xf9\x81\x26\xdf\x06\xaf\x52\x96\xf1\x4f\x60\xcc\x30\x88\x94\x16\xfb\x85\xc2\x7e\xf1\xe0\x01\xea\xf2\xa4\x19\x06\xe2\x68\x0c\x34\x1c\x42\x82\x3c\x0f\xaf\xe4\x24\x6d\xd6\x00\xab\xe4\x90\xd8\x03\x6b\xf8\x49\xad\x61\xbf\x53\xa7\xf0\x89\x41\xe1\xce\x2a\xb6\x39\xc5\x49\xa7\xb8\x48\xa7\x14\x75\x0a\x56\xa1\xb2\xbe\xe1\x9f\xd6\x6d\x50\x41\x3b\xea\x36\xd0\x15\xcb\x37\x9a\x90\xbf\xea\x33\x03\x1d\x52\xaf\x5a\xc0\x96\x77\x1f\xda\xab\x05\x27\xde\x41\x76\x3c\x77\xa5\xe4\x91\x3a\x3e\x9c\xd1\x13\x7f\xff\xbc\xad\x87\xa7\x94\xbc\x83\x86\x27\x66\xae\x18\xd9\xc3\xd4\xd8\x2c\x20\xc3\x99\xfc\xec\x6d\x59\x83\x33\xe9\x65\xd1\x8b\x66\x92\x78\x18\xf1\x6e\xb6\x46\x5c\x34\x07\x46\xa0\xf4\x83\x23\x74\x1c\x33\x45\x81\x8d\x0d\x8f\x4d\x18\xe1\x98\x93\xba\xed\x74\xfe\x2d\xab\x2a\x5a\x86\x2a\x4e\x0e\x16\xff\xbe\x02\x00\x33\xcb\x7c\xc0\x32\xff\xaf\xd5\xdc\xfc\xcc\xe4\xf5\x6f\x00\xf0\x2e\x43\xf8\xab\x10\x45\xf3\xe7\xe6\xa7\x8c\x10\xe7\xaf\xb0\x0e\xdd\xcf\x5f\x0b\xde\x9d\xbf\xce\x89\x4b\x53\x40\x83\x0a\x93\x9d\x1b\xb5\x3b\x6b\xdd\xd2\xe8\x40\x76\x45\xa3\x08\x81\x62\x2f\x60\xe8\x7f\x4b\xf0\x6d\x7e\x62\x4f\x61\x62\xd7\xf5\xcd\x4b\xfe\x94\xf2\xbe\xd1\xd3\x42\x56\xfb\xdc\x3d\x85\xd4\xa7\xda\xae\x1f\xf8\x41\xc4\x06\x7f\xe7\x36\xe1\x92\xa8\x3e\xe8\x79\x26\x44\x2e\x15\x0f\xbf\x88\xc5\x60\xc5\x14\x19\xad\xb1\xb3\x34\x37\x3f\xed\x6e\x0a\xd1\xd7\xce\x7c\x0a\xc5\x4d\x97\x43\x64\x50\x0e\x71\x12\x88\xb0\x5f\x45\xf7\x95\xda\x88\xc8\x28\x18\x89\xbb\x90\x5a\xca\xaa\x7b\x51\xdb\xf6\x57\xe4\xf4\x90\x7e\x4d\xea\xd1\x3f\x7c\x55\x1d\xfd\xc7\xd8\xa2\x4e\xd3\x8b\x52\xd2\xc0\xef\xd5\x52\xd4\x39\xfa\x89\x97\x3d\xa4\xb9\x0a\x25\xee\x48\x88\x88\x3f\xb3\x97\x79\xea\xf3\xc8\x33\xcd\x7f\xf7\xa4\xaa\x52\x23\x6a\xb8\x58\xd6\xa7\x53\xc2\xb3\xcb\x8c\x48\xcd\x10\x29\x4e\x0e\xb4\x6f\xea\xe6\x0d\x38\x8d\x47\x88\xc7\xac\xbe\xb0\x8c\x05\x30\xfb\xc2\x78\xdb\x61\x11\xaa\xd7\x1e\x13\xe9\x73\x5a\x2a\xf1\xcb\xbc\x5b\x5f\xbb\x37\xeb\xeb\xd9\x8c\x9d\x9e\xf6\xfc\x3d\x0c\xcd\x8b\x21\xb5\x84\x05\xd7\x55\x99\x75\x5e\xac\xe0\x02\xe7\xf6\x15\x1c\xe2\xb3\x6c\x45\xcc\x9f\x7f\xf7\xaf\x9f\x54\x55\xa6\xd5\x26\x2f\x2d\xf4\x5e\xf2\xb5\x80\x8c\x3f\x45\xd5\xed\x37\xd5\xe6\x47\xfa\x81\x8a\x86\x9a\x5e\xbe\x51\x2d\x0c\x29\xca\xb0\x9c\xbf\xf8\xbd\xfe\xe0\x7b\xa8\x43\xe9\x75\x0f\x6e\xaf\xd4\xf6\x66\x98\xce\x79\x2d\xb6\x45\xc5\xfe\x9b\x7e\x0b\xce\xb0\xb9\x54\xd0\x33\x7e\xbf\x59\xe8\xef\xbb\x5c\x85\x89\x77\x22\x0f\x5d\xc3\x1c\x1b\x27\xa2\x85\x77\xeb\x6d\x83\xbe\xfe\x5f\xba\x7d\x47\xc5\x83\xb2\x90\xc5\xc3\xa2\x2c\x76\x92\x8a\x87\x0f\x76\x82\x7d\x00\x87\xea\x65\x66\x3c\xa4\xa1\xe4\x1f\xf8\x30\x67\x38\xd3\x9f\x30\xbe\x51\xfb\x11\xa7\xe7\x32\x09\xb1\x7b\x9e\xc2\x9c\x38\x5f\x60\xc6\xa7\xf2\x42\x5a\xdf\xa6\x85\xc4\x8c\x3c\xfc\x9b\xb8\xf8\x1b\x7f\x68\xcc\xb7\x0f\xff\xb6\xfc\xdb\xea\x7f\x3f\x0c\x5d\x7c\x6d\xb5\xaf\x9a\x95\xd3\xb3\x13\x02\xc5\xd0\x74\xf0\x38\xfc\x29\x08\x94\xf4\x24\x09\xf7\x69\x71\x21\x72\xb4\x10\x98\x2e\x6d\x6e\x97\x15\xa1\x7c\x0d\xd9\xa2\x5e\x3e\xb5\x7e\xf5\xb9\x44\xa7\x19\xc9\x4e\x13\x6f\x04\xb2\x49\xcb\x5d\x21\xc3\x3d\x79\xae\x20\x30\x7f\xc5\x7e\x61\xb6\x4a\x63\x7e\xf7\x6e\xcf\xaa\xf2\xa7\x1f\xbf\xeb\x54\x9f\xd6\xe9\xf1\x9b\x1b\x66\x52\xe2\x81\x30\xa7\xb6\xfa\x47\xba\xae\x45\x99\x2d\xac\xca\xea\x9a\x35\xf3\xbd\xa8\x5e\xd4\xe2\x85\x7b\x9b\x4b\x4c\x95\x24\xe4\x3e\x52\x08\x3a\xf0\xc5\x93\x4a\x67\xa4\xd5\x8d\xe1\xb8\xa6\x9a\xfe\x59\xbd\xc8\x19\xa6\x61\xc3\xe1\xb9\xfc\xd9\xbf\x0e\x3e\xd2\xca\x1b\x9e\x1c\xe0\x85\x79\xd7\x9b\xfb\x37\x45\x33\xf6\x8d\x79\xdd\xfb\xec\x6b\x5a\xd5\xfc\xaa\x79\x5b\x0f\x7d\xe8\x1a\x44\x9f\x9a\xe2\x99\x83\x0b\x7b\x1a\xbc\x0f\xe0\xb6\x87\x44\xab\xc3\x9f\xfd\x14\xbc\x8f\xc6\xd3\x8c\xe5\xf0\x87\xcf\x82\xf7\xf6\x43\x7b\x06\xc2\xd6\x97\x16\x8f\x74\xc2\xf0\x16\x5f\x26\x11\xcb\xf0\xa9\x96\x1e\x6b\x84\xbc\xa2\x12\x92\x66\xe2\xec\xba\x6e\xa4\x76\x65\x32\x33\xf8\x41\xd0\x0d\xfb\xc5\x1b\xb6\x75\xc2\x27\x78\xbb\x2b\xe4\xf5\x8b\x5a\xbc\xbd\xdd\xd1\x9c\x22\x04\x09\x56\x8c\xf6\x54\xba\x1f\xc9\x33\x03\xd5\x03\xb8\xd3\x71\xd6\xea\x7a\xd0\xb9\x51\xf2\xec\x61\x86\xf0\x09\x9b\xcd\xf8\x6c\x96\x3d\xcc\x4e\x08\xe1\xd6\x95\xe6\x0c\xa9\xd3\x4b\xb2\x87\xd9\x29\x47\x98\xb7\xb8\x8b\xf5\x9d\x85\xa6\xa1\x23\x31\x45\xe1\xa7\x4f\xaa\x2a\x15\x98\xd4\x85\xa9\xfb\x06\x10\xfb\x7e\x23\xc5\xdf\x7c\xcc\x1c\xa3\x19\x2a\xec\xfe\x84\xcf\xcc\xb9\xf8\x24\xa0\xb8\xa3\xf1\xd1\x5f\x87\xc7\xe3\xa3\xe0\x1a\x1e\x90\x8f\x1e\x35\x3c\x24\x1f\xf7\xb1\xc6\xef\xd4\x11\x19\x3a\x1b\xbc\xf7\x82\x17\x5b\xaa\xf5\x19\x5a\x9e\xb3\x98\x2b\x0e\x07\x73\xc5\xb8\x2c\x6b\xff\xf1\xb7\x87\x7f\x7b\x68\x0a\x2a\x50\x74\x38\x3c\xbc\x96\x72\x97\x37\xe8\x62\x11\xbd\xb8\xa0\x8b\xec\x61\x46\x82\x6a\xc7\x67\xe8\x22\xcb\x4e\xc5\x29\x5d\xc8\x53\x75\x02\xa8\xa9\xe5\xb9\x5c\x39\x97\x93\xd9\x8c\xb9\x03\xc8\xdd\x0f\x8e\x30\xf3\x47\xab\xc5\xc1\xa9\x5d\xf4\xd9\x3a\xbd\x34\x53\xce\x6f\x5d\x6c\xa9\xe2\x25\x82\xaa\xa4\x62\xbe\xab\xf6\x02\x38\x0c\x85\x6e\xe0\x52\xfb\xb5\x01\x2a\x5c\x6b\x64\x0f\x71\x57\x92\x8a\x2d\xe3\xf4\xeb\xba\xbc\xfd\x41\xd4\x5b\xd6\x50\x92\xda\x96\x1c\x5c\x6a\x74\xc6\x23\x3d\xf4\x8f\x6f\xfe\xf2\xc3\x5c\xd0\xa6\xae\x3e\xd0\x5c\xa0\xb9\x4e\x71\x9a\xd2\x66\xb4\x08\xcd\xe5\x35\xe5\x79\x3f\x9e\x7c\xda\xe5\x2b\x3e\xe8\x1c\xeb\x5a\xa2\x3e\xa1\xf3\xfa\xbd\x4b\x0a\x09\x79\x55\x19\xf9\xf7\x37\xaf\xbf\x37\x89\x68\x85\x4d\xac\xaa\xf3\x50\x9f\xe4\x45\x98\x04\xef\xcd\x2d\x97\xc5\x2f\x90\x78\xcf\xf9\x2e\x14\x93\x62\xbe\x2b\x6e\xab\xba\x28\x89\x22\xad\x85\x09\xc5\xd7\xb2\xe3\xbe\x31\xd0\x83\x81\x0f\x87\x2f\xce\xfe\x70\x02\xc9\xe5\xbf\x38\xfb\x52\xff\x91\x7d\xf3\xfc\xc9\x33\x85\x31\x72\xbe\xa5\xf2\xba\x2e\x2f\xf8\xe1\xc0\x16\x9a\x6d\x69\xcd\x22\x5a\x63\x03\x6a\x31\x9d\x6f\xa8\x5c\x5f\x77\x6a\xc4\x6b\xc1\x96\xb8\x80\xe3\x46\x6b\x17\x20\xe7\x52\x9e\xc1\x17\x19\xb2\xf5\x14\xb9\x7b\x62\x19\xaa\x49\x43\x7a\x81\xfe\x53\xda\x6a\xbf\x52\xb6\xc9\x3d\x8f\xe4\x72\x49\x41\x0f\xfd\x6c\x84\x6b\xc8\x72\x3e\x55\x77\xf0\x54\x5e\xd3\xe9\x7f\x42\xbb\xff\x34\xa1\x71\xd3\x5a\x44\x4f\xaf\xaa\xfa\x5d\x51\xcd\xa7\xcf\x58\x39\xbd\xad\xf7\xd3\x2d\x2d\xf8\x54\xd6\x1a\xe4\x55\xa5\xdb\x6a\xce\xd1\x7c\x01\x71\x68\x17\x19\x4a\xce\x18\xda\xb8\xc0\x9e\x26\x87\x1c\x31\xb0\xaf\x3f\xd2\x66\x57\xf3\x86\x7e\x43\x8b\x92\x8a\x26\x21\xd3\xbc\x86\x58\x3e\xcb\x98\xe9\x38\xdb\x28\x61\xa0\x9c\x84\xb2\x8e\xae\x06\xce\xac\x31\x4b\x24\x8d\x59\x35\x11\x4b\x0e\xd6\x00\xdc\x90\x93\xf3\x47\x85\xf7\xcf\x2b\xb4\xad\xea\xcb\x3f\x11\x62\x62\xac\x4c\x15\xc0\x02\xa1\xbb\x86\x9c\x9c\x19\x63\x93\x9a\xc2\x39\xec\xac\xf5\xe6\x9b\x37\xfb\x77\x3a\x9c\x1a\x2a\x9a\xcf\xa5\x60\x4a\x66\xaa\xa2\x37\xc5\xe9\x39\x76\x81\x62\xa6\xc9\xa4\x82\x48\xa2\x7d\xac\x09\x5c\x91\x0a\xcb\xe5\x7e\x45\x2a\xd4\xfa\x4a\x00\xa0\x62\x11\x0c\xce\xfa\x4b\x2e\xeb\x6f\x8a\xe6\x9a\x74\x79\x54\xcb\x5b\x13\x02\xfe\x6e\x9c\xdc\x31\xbe\xae\xf6\x25\x7d\x59\x82\xdf\xc6\xc4\xb9\xce\xda\xae\xc4\x0b\x10\x0b\xb7\x75\x49\x2b\xa8\x25\x33\x89\x90\xcb\x31\xe0\xac\x3f\xba\xd5\x7d\xdd\xb5\x3e\x02\xbc\xd7\x28\xaf\xcd\xcc\xb0\x55\xf3\x87\xad\x40\xab\x1f\x2d\x0d\xee\xe6\x1f\x0a\x51\x6c\x53\x28\xe1\xc9\xab\x93\x2a\x68\x10\xac\x8e\x1b\xbc\xd7\x2a\x3c\xb6\xc9\x75\x0a\x10\xd6\xc0\xff\x39\xd7\xd9\x82\x18\x6c\xbc\x33\x03\xb1\xc7\x0d\x38\x9d\x98\x52\x74\x02\x5d\xe8\xb2\x29\x7c\xc9\x56\x68\x41\x73\xa1\xc4\xd1\xd3\xbc\x17\x56\xaa\xde\x5f\xb0\x45\x96\x21\x25\x96\xea\xe6\x2e\x36\xae\x4f\x1d\xb3\xa5\xee\x60\xaa\x51\x7a\xa5\xae\x12\x83\xdd\x3e\x45\x89\xac\x1d\x9d\x57\x22\x00\x6a\xed\x9c\xf7\x53\xc6\xa7\x1c\xd9\xd9\xec\xcd\x90\x7b\x3b\xa4\x99\xb2\x9f\xc0\xc7\xac\x1c\xb2\xba\x2d\xd9\x0a\x52\xfb\xea\xbf\x3e\x14\xd5\x9e\x06\x21\xed\x6e\xfc\xbd\x19\xd5\xe7\xca\xcc\x32\x4c\x91\xb9\xce\x66\x19\x0a\xd2\xf6\x7e\x71\xf6\xf0\x0a\x67\xa7\xea\x8a\x33\x2b\xd5\xa2\xaa\x4b\x5a\x43\x71\x76\x79\x49\x9b\x57\x40\x85\x32\x7c\x07\xa3\xda\x58\xe1\x31\xb1\x96\x1a\x89\x39\x90\x69\xc3\x66\x8d\xac\x05\xf5\xb2\x6f\x2c\xd4\x0e\x65\x78\x35\x19\x58\xdd\xe1\x91\x50\xa5\x3b\x7b\xa2\x87\x9c\x3a\xa5\xd4\x74\x53\xb0\x8a\x96\x99\x49\x0e\xca\x1a\xd3\x42\x27\x71\x3f\x39\x9b\x84\xac\x0a\x3c\xd4\xbb\x09\x8c\x89\x44\x13\xa8\xfe\x6d\x32\xe4\xaf\xdf\x13\x93\x1d\xc9\x64\x1a\xa5\x3a\x01\x31\xab\x39\x11\xe1\x2f\x53\x05\x95\x55\x14\xaa\xcf\x08\xf7\xa7\x7e\x51\x31\x4e\xbf\xdf\xab\x11\x4d\x41\x6e\xfd\x43\xbf\x34\x49\xc3\x89\xb0\x7f\xe9\xc7\x5c\x77\xc4\x5d\x27\xdc\x76\xa0\xff\x30\xeb\x03\x50\x37\x84\x1e\x0e\xcb\x3b\xc9\x64\x45\x17\x0e\x24\xcf\xf5\x2e\x94\x54\x16\xac\x5a\xc8\x76\xd5\x7e\xec\x36\x0f\xe3\x85\x1e\x56\x51\x8f\xb7\x35\xe0\x70\x86\xef\x28\xdf\x6f\xa9\x28\xde\x55\xea\x63\x7c\x45\x65\x3f\x0f\xce\x54\xce\x7b\x5f\xb6\xc7\xc7\x81\x76\x6f\x81\x58\x7d\xe4\x38\xc1\x97\x2d\x04\xb8\xbf\xa1\xe2\x83\x45\x06\x3a\x7f\x5a\xf3\x4d\xc5\xd6\xd2\xfe\xfe\xbe\x96\x2f\xea\x3d\x2f\xed\xef\x17\xb5\x78\xc7\xca\x92\x72\xfb\xe0\x27\x5e\xec\xe5\x75\x2d\xd8\x7f\x53\xd7\xe8\xc9\xbb\x5a\xb8\x1e\x4c\xb9\x0b\xfb\xf3\x25\xff\x50\x54\xcc\x35\xb5\xb1\xd7\x1a\x8b\x8d\xbe\x46\x84\xa5\xf9\x68\x9f\x23\x73\xec\x75\xee\x91\xff\xe2\xae\x5d\x48\x64\x31\xc6\xf9\xda\x83\x78\xdd\x4f\x82\xa9\x3f\x8f\x53\x87\xd0\x00\xed\x05\xe6\x87\x83\x44\x6d\xc0\xb3\x5a\x9a\xd7\xb9\xe2\xa9\x7f\x83\xb0\x30\x21\x07\x84\x29\x06\x5a\xb4\x7e\x7d\x1c\x0f\x77\x11\x9e\xbc\xa8\x33\x4f\x67\x95\x00\xec\x8e\xb6\x41\xe3\x68\x30\x93\x9d\xae\xce\x05\xce\xde\x5e\xd3\xa9\x21\x3c\x53\x41\xff\x0e\x31\x84\xc0\x03\xad\xeb\xed\x96\xc9\xe9\x3b\xba\x2e\x14\x45\x61\x72\x7a\x53\x34\x53\xa6\x77\x04\x4c\x03\xd1\xee\x14\xb8\xe8\x4d\x21\x6c\x90\x99\x70\xe1\xde\xa0\x9e\xf4\x48\xb6\xa5\xe5\xb4\xde\x4b\xe8\x3d\x42\x85\x06\x37\xbd\xde\xc3\x06\x99\xd1\x77\x8d\xf4\xae\x66\x5f\x28\x5c\xa3\x7a\xf6\x01\xde\xed\xf1\xbe\x0f\x3e\xf7\x3a\x33\xb9\x39\x47\xfa\x66\xcd\x74\x1f\xa0\x36\xf4\xdf\xc7\xf5\x0a\x57\xbd\x61\x7a\xad\x32\x13\x53\x34\x3e\xda\xc6\x9e\x2c\x18\xaa\x73\xce\xd6\x78\xdd\x1b\x27\x6e\xa2\x07\xd9\xf4\x07\x59\xd7\xfb\xaa\x9c\x46\xdc\xb4\x92\x8d\xf6\x62\xad\xed\xcf\xf1\x09\xdf\xe0\x4d\x6f\xa0\xa8\x45\x66\x02\x53\x46\x16\xa3\xef\x9b\x69\xb9\xa7\x8a\x09\x2f\xa6\x6b\x43\x53\x60\xb8\x98\xc0\x94\xb8\xec\x0d\x17\xb5\xc8\x4c\x7a\xa0\x8f\x18\xae\x01\x82\x36\xb5\xf5\xd2\x62\x0a\x77\x8d\xaf\x7b\x03\x06\xef\xb3\x23\xf7\x38\x04\x62\x0d\xdf\xe3\x3d\x2d\xf6\xe8\x4d\xfe\xf9\x2e\x9f\x48\x7c\xbe\xf7\x85\x10\x7d\xd5\xda\x6c\x27\x5d\x72\x6c\x39\x03\x33\xb8\xa6\x39\xb9\x55\xed\xbf\x71\x3c\xf9\x22\x7b\x60\xd5\xec\xd8\xeb\x98\x75\x16\x37\xa3\x3e\xd6\x3f\xb4\x97\x8c\xff\x33\x6c\x78\x45\xb9\xda\x56\xfa\xb2\x7c\x51\x8b\xf0\x85\xe3\xb5\xd3\xaa\x99\x80\x19\x07\x15\x56\xa8\x81\xd5\x1d\x84\xca\x55\xfd\x24\xd4\x9a\xea\x27\xeb\xba\xa8\x68\xb3\xa6\x5a\x1d\xf8\x5f\x7b\xda\xc8\x46\x01\xd0\xaa\x9c\xcd\x1c\x45\xbd\xdf\xe9\xcf\x9a\x63\xea\xb5\xa5\x5c\xb5\xb8\xb9\x56\x47\xf0\x47\xaa\x64\xfb\xae\x7e\xc9\x36\x3c\x39\x8f\xdb\xc5\x2a\x45\xdf\xe1\x89\xb5\x19\xda\xe6\x5f\x17\xeb\xf7\x57\xe0\xad\x75\x64\x80\xb3\xa1\x2f\xa2\xa1\x82\xe6\xa0\x98\xb1\x08\x21\x8e\x1c\x8c\xbf\x37\x35\x7f\x50\xec\x58\x7c\x36\xba\xd6\x9a\x23\xa7\x25\xfd\x5a\xd0\x46\xf6\xec\x3c\xea\xc2\xfe\x75\x87\x29\x89\xec\x8c\x70\xfb\x78\x14\xd3\xfd\x72\x2f\xcd\xeb\xa7\x35\x97\x94\x4b\xd0\x89\x65\xc5\x4e\xfb\x83\xb3\x9a\x3f\xfc\xc0\xcb\x79\xb1\x63\xa7\xba\xb8\x52\xf1\xf7\xe2\x17\x5d\x8a\xa2\x59\xf4\x34\x4c\x96\x99\xd1\x76\xa5\x3b\x23\xfa\x72\xad\x2a\xbf\x6c\xf6\x50\x1e\x11\x47\x39\x1c\xc1\xde\x4b\x45\x33\x7f\xb2\x5e\xd3\x9d\x24\xdd\x07\x87\xc3\xc8\x64\x78\x3b\x80\xf2\xe7\x1e\xe5\x13\xd2\xba\xb6\x53\xab\x39\x79\x5d\xa8\x17\xc6\xc1\xec\xe4\xad\x34\x5e\xf2\x52\x1f\xa8\xe5\xe7\x0c\x67\xff\xf6\xfc\x6d\x86\xef\xd4\x36\x2f\xee\x36\xac\x92\x54\x2c\xee\x58\xb9\x10\x46\x2c\xc3\x99\xf6\xf1\x1b\xd5\x34\x8a\x58\xd3\x58\x16\xcd\x35\x15\x91\xaa\x11\x0a\x31\x3b\x65\x23\x82\x18\xf3\xfd\x90\x8e\xd8\x2f\x2d\x3f\xc3\x22\xa1\x39\x30\x8d\xac\x61\x23\xb9\x76\x3e\x67\xa5\x5a\x7e\x64\xca\x49\x80\xa0\xc6\xd9\x0f\x4f\xde\x3e\xfd\xc6\x02\x81\xb5\x28\x3e\x6f\xec\xc8\x79\x83\x43\x71\xec\x1e\x1a\x38\x50\x46\x18\xfd\x98\x9b\xeb\xf3\x1c\x38\x50\xac\x19\xec\x27\x9b\xa1\x13\x98\xed\x6d\x29\x12\xaf\x26\xfc\xfb\x9f\x8d\x4f\x64\xea\x25\x57\x20\xed\x99\x6c\xdd\x7e\x1a\xed\x2c\x9d\xeb\xec\x5c\x56\x87\x67\xb2\x72\xef\x1b\xec\xce\x8c\xd6\x91\x6a\xc5\x6d\xed\xee\x96\x40\xa9\x6c\xf4\xd0\x73\xcd\x55\xe7\xb5\x2b\x6b\xc5\x66\x33\xd6\x91\xac\x2f\x86\xbf\x63\x68\xc1\xa2\xaa\xaf\x38\xac\x64\xae\x23\xc0\x61\x93\xde\x5e\x8b\xfa\x86\x87\xaa\x63\xe8\x7a\x36\xcb\x40\xd3\x8b\x6a\x12\x35\xf4\x99\x8e\x4c\x39\xc1\x8c\x10\x53\x86\xe3\x0d\x2c\x15\xd5\x50\xeb\x4f\x44\x9c\xb8\xff\x0a\x78\xe9\xee\x37\x87\xc3\x19\x3c\x69\x6c\x0f\x7d\x3b\x07\x14\xa7\x02\xa5\x33\xa4\xd5\xda\x8b\x0a\xbc\x57\x83\x99\x41\x18\x9a\x01\x77\x43\x8e\x08\xe6\x79\x66\x28\x91\x61\xed\x16\xd3\xec\x94\x43\xc6\x49\x06\xff\xe6\xf5\xe1\x90\x65\xc8\xe9\x2c\x75\xbf\x8b\xa2\x75\x8a\x36\xbd\x48\xcf\xef\xe7\x0d\x6a\xc1\x71\x43\xaf\x55\x21\x44\xdd\x47\x08\xbb\x46\xe3\x45\x03\x08\x01\x69\xb9\x82\x75\xf0\x40\xb1\x5f\x93\xc2\xee\x7f\x1d\x96\xc3\xa5\x51\x7e\xed\x7d\xb3\xb0\x3a\x7c\xec\xa1\xba\xa0\x01\x88\xb1\x19\x6e\xb1\xce\xa9\x1d\x3a\x14\x5a\xab\xfb\x76\xa9\x9f\xbd\xa5\xbf\x48\xd7\x65\x7e\x86\x79\x52\x79\x8d\xb4\x3b\xdc\x93\xaa\xea\xbc\xc8\x51\x38\x76\x50\xdf\xd3\xeb\x4c\x21\x45\xee\xa6\x16\xcf\x8b\xc8\xb0\x12\xa4\xef\x87\x2c\xf8\xb4\x45\x58\xb6\x71\x06\x05\xed\x8e\x28\x20\x59\x39\x2b\xaa\x86\x64\x4d\xb1\xa5\x0f\x6a\xc1\xae\x14\xeb\x4a\x21\x21\x3d\x52\xd8\xa8\xee\x08\x30\x5f\x69\xd4\x3a\x1c\xb4\x89\x23\x78\x04\xbd\x19\x3a\xf4\x9e\xde\x36\xb9\xf9\xda\x6a\xac\x9d\x3b\xdc\x5e\x54\x2e\x87\x42\x76\x91\xa1\xaf\x1e\x9c\x5f\x64\xb3\x6c\x91\x5d\x64\x13\x78\x7b\x4a\xb2\xec\x54\x9e\x02\xb0\x52\x6a\x5d\x64\xbb\xd6\xc6\x8c\x4f\xd1\x8d\xea\xef\x2f\x28\x94\x86\xd7\xb6\x22\xad\x65\x67\x9b\x5b\xfb\x76\x61\xde\xea\x9f\x0e\xda\xad\x16\xb9\x64\x97\x35\xe9\xb0\xf0\x38\xc9\xaa\xe8\x9b\xe2\x28\x9b\xa2\x38\x82\x47\xd3\xf5\xb5\xc2\x14\x49\xf6\x72\xf3\xe0\x4f\x19\xde\x14\x8d\x7c\x57\xd7\x72\xa1\x69\xd9\xba\xde\xee\xf6\x92\x96\xf9\xdd\x80\x48\x01\x7c\x8a\xfd\xe8\x22\xfe\xb9\x88\x7f\x7a\x0b\xe8\xeb\x1b\x4e\x85\x2e\xb8\x39\xaf\xea\xfa\xfd\x7e\x97\x67\x4a\x86\x63\x6b\xba\xb0\xad\x33\xd4\xe2\x26\x1c\xb3\x6f\x97\x75\x1d\x4b\x25\xca\xec\x1b\xfa\x42\xdd\x36\xdd\x99\x07\x93\xd6\x56\xac\xe4\x34\x8c\xf1\xf0\x47\x28\xb0\x68\x5c\xfb\x32\x25\xc6\xb2\xab\x05\xe5\x1f\x98\xa8\xf9\x16\x2a\xc7\x5b\xab\xdc\x49\x0e\x47\x02\x3a\x7b\xfe\xfd\x5f\x66\x33\xa8\x52\xe5\x1f\xcc\x2f\xff\xfd\xcf\x3f\x3d\xff\xf1\xaf\x97\x2f\xbf\x7f\xfb\xfc\xdf\x7e\x7c\xf2\xf6\xe5\xeb\xef\xa1\xec\xc9\x6c\x76\xa2\xae\xfa\xa6\x16\x32\x40\xb7\x84\x55\x35\x42\xf3\xd0\x11\x1d\x6c\x07\x8f\xbf\x70\xc1\x5b\x41\x92\xfa\xbb\x16\x92\xcc\xe8\x9c\x04\x36\xca\x13\xc2\x3b\xf9\x92\x2d\xeb\xd5\x8a\x50\xfd\xbf\xa3\x9b\xe3\x0c\x61\x8a\x6b\xfa\x38\x96\xd0\x72\x44\x11\x13\xa5\xdd\x82\xf8\x51\x4e\xb1\x56\x1c\xe1\xa6\xe7\x6f\x31\x34\x09\xdb\xed\x38\xc3\xa6\x24\x3a\x33\x39\x48\x57\x12\x98\xc2\xd5\x85\xc0\xf8\x9a\x12\xab\x5a\xb6\xac\x5b\x30\x27\xc5\xb8\x19\x89\x36\x69\x30\x3e\x3a\x34\xf8\xe6\x6a\x8f\xa9\x80\xaf\xd7\xfa\xf6\x18\x29\xbc\xd7\x4c\xe7\x45\x2e\x50\x38\x41\x1e\x4d\x50\xb8\x09\x26\x77\xef\xe3\xa7\x69\xb6\xf0\xb7\x9b\xec\x3f\x50\xf4\x60\x65\xb3\x10\xad\x1d\x34\xe5\xed\x12\x40\x48\xb1\xf6\xea\x38\xb9\xe1\x1c\xaa\x74\x3d\x9d\x8c\x1d\xc3\x4d\x91\x61\x8e\x25\x8e\x1c\xd1\x22\x20\x08\x3d\x2b\x33\x8d\xb4\xe3\xcc\xe7\x9e\x88\x77\x6d\x1b\x98\xca\x3a\xed\x85\xe3\x67\x32\xb6\x11\x80\x2f\x02\xc7\x9e\x70\xea\x24\xc6\x37\x6c\x2c\x5b\x89\xf4\x86\xfd\xf0\xfa\x4d\x4c\x02\x86\x45\x38\x11\x88\x70\xc3\xc3\xe0\x3b\x48\xcf\x28\x14\x1c\x8b\x91\x45\xd4\x6a\x05\xc7\x24\xb9\x02\x67\x3f\xfc\x14\x93\x83\x72\xc8\x93\xc8\xef\xa1\x1a\xbb\xdf\xd7\x08\x3c\xd5\x54\x22\x37\x3f\x84\xb3\x67\xcf\xbf\x7b\xfe\xf6\xb9\xda\xab\x4b\xc5\x49\xec\x5e\x3e\x7b\x21\xea\xed\xa0\xb7\x1e\x1e\xdb\x30\x40\x2a\x89\x8c\x43\x02\x78\xd0\xd5\x24\xca\x4d\x01\x2c\xbc\x9f\x75\x49\x7b\x4e\x79\x35\x22\x84\x14\x17\x71\x46\x8b\x2c\x5b\xe4\x82\xd4\x98\x93\xec\x82\x95\x24\x3b\x2d\x70\xca\x0f\xc4\xb0\x4a\x9e\x7b\xa2\xbc\x6c\x7e\x66\xf2\xfa\xe2\x81\xae\xd7\x6e\xd9\x37\x8e\x5d\xa6\x0e\x6b\x17\x46\x0b\xe1\x9a\xe7\x1c\x0a\xf1\xc5\x73\x88\x9d\x1d\x5c\x32\x22\x5f\x88\x0a\xa1\x8e\x87\xd3\xb6\xf8\xe5\xa7\x1f\xbf\xfb\x4e\x17\xb5\xf8\xe2\xec\x0f\x7f\xba\xa7\xd6\x4f\xeb\x25\x94\xf8\xf1\xaa\xd8\x61\x4d\x56\x2d\xdc\xc3\x3e\x27\xb2\xcf\x3e\x4b\x9f\x3c\xbe\xb3\x9f\xd0\xf7\x04\xca\xd2\xe6\x0c\x92\x44\x35\x54\xe6\x0c\x2f\x57\x08\x6b\x27\x32\x66\xaa\xf6\x49\xeb\xe2\x53\x87\x5e\x5d\xc9\xb1\x82\x1f\x3a\xcb\xb0\xfe\xec\x0c\x17\xe9\x09\x2c\xcf\x56\x48\xc9\x6e\x4b\xcf\x2e\x24\x16\xe1\x63\x50\xfa\x4e\x9b\x74\xce\x4a\x97\xdc\x81\x4d\x2c\xf8\x4f\xeb\x53\x09\xa9\x38\x73\x35\x7a\xa3\x17\xb2\x5c\x21\x84\xeb\x53\x22\x8d\x0a\xac\x71\x7b\x35\x69\x96\xdc\xd4\xe0\xa5\x48\xb1\x4e\x2d\xca\x25\x66\x38\x9b\xb1\xb2\xf9\x3f\x5f\x7e\xfd\x7f\xbe\x7c\x46\x32\xe7\xb3\x92\x9a\xa0\xab\xac\xe1\x3a\x51\xf4\xa0\xc5\xb1\x38\xd8\x51\x0e\x99\x3c\xcc\xc6\x84\xfe\x66\xbf\x5e\xd3\xc6\x48\xee\xbe\x84\xf0\xc4\xb7\x30\x86\xb2\x6e\x0b\x10\x4c\x43\x23\x5a\xce\x8d\x61\xd6\x25\x6e\x06\xd3\xb6\xf5\xc1\x87\x36\x4e\x42\x35\x1a\x28\x43\xb4\xac\xb2\xbc\x7c\x06\x72\x33\x2d\x5f\x69\xe3\xa7\x9b\xf0\xc4\xb8\x7e\x53\xed\xfa\x3d\xfd\xc3\xd9\xf9\x22\x9a\x48\xcf\x54\x95\xd7\xb8\xd0\x4e\xc5\xd3\x3f\x9c\xfd\x3e\x6e\x1c\xdb\x9b\xa2\x96\x7f\x88\x5b\x46\x06\xa3\xa8\xe1\xbf\xc6\x0d\x23\x53\x8f\x6e\x68\xfd\x92\x95\x9c\xf8\x15\xf9\xf2\xec\x2c\x06\x5d\x60\xab\x81\xf6\x6d\xf4\xd6\x7c\xac\xdf\x60\xb7\x4d\xc9\xaa\x01\x5f\x91\x2f\xce\xce\x66\x33\xfa\xf8\xf7\x67\x67\x87\xc3\xef\xcf\xfe\xa0\x18\x76\xf5\x91\xd9\x9d\xd4\x47\x7f\xf8\xe2\x0b\xdd\x4a\x91\xeb\xf4\xd5\x63\xb8\x4d\xbc\xee\xb9\x78\x5a\x91\x24\x43\x78\x43\xee\xf6\xa2\x5a\x50\xac\xe5\xd8\x85\x6c\x71\x49\xea\x79\xa0\x1c\xee\x5c\x88\x6b\x2b\x4c\xa9\x0e\x0c\x5b\x9e\x97\x5d\xe7\x45\x3f\x51\x46\x28\x86\x3b\x30\xe5\x46\xa9\xae\xc1\x0d\x6a\x13\x5f\xeb\xa8\xe7\xfa\xfd\xe1\x40\x7b\x4a\x27\xe3\xa4\x97\x8a\x30\xd0\x88\xbb\xcf\x05\x9a\x7c\x71\x76\x06\xae\x68\x5a\x13\x31\x9b\xc9\x5e\x3f\x17\x79\x1d\x6a\x54\x88\xc4\x92\x44\x4f\xac\x1b\x24\x5a\xc4\x0d\xf9\xc4\x79\xe4\xa9\xb1\x21\xc7\x70\x5e\x63\x8a\x99\x66\x37\x36\xa8\x57\x7b\xbc\xc3\x38\xc2\x0c\xad\xbf\xa5\x3b\x25\xb6\x13\x05\x92\x05\xf8\x20\xf6\x14\x77\x9d\x44\x6e\xe5\xbc\xd1\x88\x15\x15\xa0\xf3\xe3\x0c\x8d\x5f\x0d\x8e\xaf\xfe\xda\xa0\x89\x1e\x59\xec\x8d\x23\x3b\x2c\x8b\xaa\x26\xb8\xd4\xa0\x08\xbb\xbe\xd7\x80\x12\x4d\x22\x05\x16\x11\x13\xeb\x57\x0a\x4a\xa1\x98\xbe\x48\x25\xf9\xc2\x9f\x6f\xe9\x2f\x12\x85\x00\xaf\x03\x58\x0d\xce\x55\xc2\x5c\xeb\xf9\x25\xb0\x33\x25\x6a\x71\xf6\xec\xcd\x62\xfa\xe3\xf3\x37\x6f\x8d\xaa\xef\x7f\xa9\x37\xa6\xb8\xb4\xac\xa7\xd9\x29\x55\xec\x8b\x7a\x68\xb0\x3a\x3a\x76\x5a\xed\xab\x99\x23\x68\xc8\x87\x5a\x2a\xcc\xad\xfb\x7e\xa4\xd0\x7e\x5a\xd6\xb4\x01\x0b\x78\x43\xe9\x56\x0d\xfb\x8e\x4e\x6d\xb5\x6b\xc6\xa7\xb7\xf5\x5e\x4c\x8b\xdd\xce\x3b\x90\xd6\x1f\xa8\x10\xac\x04\x17\x89\x0f\xac\x98\xfe\x67\x51\x96\xaf\xc5\x6b\xf3\xf4\x4d\xc1\xcb\x77\xf5\x2f\xff\x06\x5e\xa7\xcd\x7f\x42\x5d\xd2\x6b\x3a\xb5\x0a\x08\x63\x80\xbe\xc8\xd0\x84\xfb\x99\x87\x27\x37\x21\xde\xc3\x61\xd5\xce\xb0\xc6\xe7\xd6\x39\x8c\xe6\x5a\xa3\x4a\xd1\xe4\x9f\xe6\x26\x6b\xb6\x28\x9a\xf7\x30\x79\x4b\xd1\x2a\x8a\x16\xdd\x0f\x2c\xbc\xe6\xac\x79\x51\x34\xf2\x6b\x50\xf3\x98\x6f\xc3\x7d\x56\xdf\xea\xa7\xf1\xc3\x76\xd4\x98\x66\xad\x43\x45\xd3\xb0\x2b\x9e\x77\xe8\x2d\x56\x3c\xa6\x22\xbb\xc2\xda\xd8\x7a\x9e\xfa\x5a\x19\x9a\xa1\x89\x8b\xfc\xe2\x17\xc2\x6a\x67\x3b\x9d\xb7\x8a\x41\x77\x9a\xdb\x85\xfb\xf3\x70\xc8\xfd\x27\x77\xce\x95\x55\xcc\xd7\x5e\x0d\x77\x38\xe8\xc5\xf5\x15\x74\x93\xc8\x00\x91\x84\x74\x2e\x40\x53\x38\x9b\x81\xd4\x06\x8c\xb2\x5a\x19\x14\x31\x34\xe3\x2e\x33\xd3\xe5\x03\xd5\x67\xb6\xb2\x39\x46\xe1\x95\x99\xc7\x03\x69\x5e\xe5\x83\xef\x08\x43\x08\x0b\xb2\x31\x32\x25\x42\x8b\x91\xb1\x63\xf0\x08\x7c\x17\xac\x57\xc9\x48\xd0\x53\x44\x52\xb5\xc6\x53\xbd\x27\x99\x36\x4e\x52\x0d\xa4\x5f\x24\x91\x46\x2b\xec\x47\xa2\x76\x24\xfd\x62\x40\x9b\xea\x03\x8e\xe6\xef\x20\xb3\xf3\x1b\xca\xcb\x28\xde\x3e\xd6\x1d\xdb\xfd\xeb\x33\x8d\x81\x5e\x5b\xb1\xde\x06\x07\xb5\xbe\x3c\x17\xd8\x7d\xba\x14\x2b\x5d\x52\xb4\x75\x60\xc2\x42\x9d\x5e\xe2\x11\x58\xb1\xd3\xf0\x0c\x61\x61\xce\x55\x2c\xb2\x01\x31\xbb\xd7\x61\x89\x23\x2e\x12\x8d\x85\x9e\xa8\x16\xab\xd6\x75\x05\x91\x8a\x47\x5b\xeb\x20\x15\x45\x84\x3a\xb1\x26\x86\x24\x81\xaa\x9c\x82\x5b\xfb\xc3\xff\xb8\x96\x72\xd7\x74\x42\x4f\x90\x14\xb7\x0e\x60\xa7\xd9\xc3\x87\x10\x75\x62\x0c\x27\x1c\xdd\xf5\xe8\xd8\x5f\xeb\xfd\xb4\x10\x74\xba\x6f\x18\xbf\xd2\xf8\x3e\x7d\x56\xc8\x62\x7a\xc3\xe4\xf5\x94\xd7\x53\x35\xa5\x3e\xc9\xd6\x57\xca\x7c\xfa\xf6\x9a\x35\xd3\x1b\x56\x55\xd3\x42\x4a\xba\xdd\x49\x45\xd5\xf6\x0d\x05\x8a\x06\x9f\xd6\x1b\xf8\xdb\x82\x6e\x6a\x96\x8a\xa7\x37\xd7\x6c\x7d\x3d\x65\xfa\x7a\xd0\x1a\xde\xbd\xa0\xe5\x74\x63\x68\xa7\xa9\xef\x1e\xf4\xc2\x1a\xfb\xf5\x7c\xfa\x43\x45\x15\x5f\xdb\x50\xe9\x86\xfa\xf9\x9a\x49\x5a\xb1\x46\x4e\x77\xc6\x26\x0a\x7d\xd9\x39\x07\xda\xe3\xf9\xdf\x9b\xb9\x9f\x11\x40\x02\x2c\x5d\xd6\x87\xd1\x3b\xd2\xd3\x16\xf7\x2f\xeb\xc4\x25\x42\xc1\xd4\x29\xc3\x40\x14\x6a\xed\x55\x02\xdd\x05\x7e\xf9\x69\xf9\xa2\x4f\x44\x9d\x2e\xb4\xe7\x4d\x2e\x66\x33\x61\x24\x97\x0b\xfb\xc7\x62\x69\xcd\x53\x59\x76\x4a\xb1\x31\xf2\xbd\xbd\xa6\xd3\x77\xc5\xfa\x3d\xe5\xe5\x54\xb3\x17\x25\x2d\xf5\xce\x16\xdc\xb8\x69\x59\xd3\x5f\x96\x9d\x8a\x76\xd5\xe2\x21\xd1\x66\x48\x27\x08\x29\xbe\x7a\xd4\x2c\x83\x1c\x59\xd3\x88\xfe\x39\xb7\x7f\x12\x14\x8d\x22\x10\x42\x23\x5c\x59\xf8\x2f\xcf\x2e\xb2\xe5\xeb\x2d\x93\x92\x96\x53\x2d\xb1\xdf\x4e\xbf\x79\xfb\xea\xbb\x55\xb6\x10\x78\x99\x05\x18\x6a\x4d\x95\xd9\x69\xce\x8d\x59\x0a\x8c\x94\x1c\x8e\xf8\x69\x36\xd5\xe3\xd1\x72\x5a\x28\x6e\x07\x67\x3f\x68\xee\x76\x9a\x43\x1c\x37\xca\x30\x5b\x19\xcd\xc3\xdf\xb8\xba\x69\xbd\xee\x3a\xb1\xc3\x77\x50\x5d\x95\xfa\x5c\xc2\x26\x54\x42\x3b\x69\xdb\x5f\x44\x20\xbf\xd7\x91\x5b\x41\x39\xe0\x56\x50\xd2\x77\xfb\xab\x63\xde\x6d\xba\x51\x43\xe5\x7e\xf7\x99\x1d\xdb\x46\x1d\xcf\x14\x98\x0d\xf7\xe8\x7c\x72\xc0\x61\xde\x70\x14\x8c\xc3\x68\xc6\x64\x94\x67\xf0\x2e\x43\xf8\x8a\xca\x17\xe0\x5a\xd2\xf4\x4d\x55\xcb\x3b\x5e\x6c\xe9\x22\x63\xcd\xf7\xf4\x46\x61\x5f\xb3\x5e\x64\xea\xcf\x16\xbb\x37\xaf\xea\x92\x6d\x18\x2d\xed\x6b\xf7\x3b\x68\xf3\xb4\xa2\x05\xb7\x0d\xf4\x0f\x85\xbe\x97\xea\xfd\xdb\xfa\x69\x55\xa4\x85\xcf\x2e\x09\x36\x53\xd6\xfa\xb8\x17\xb5\x00\xee\xe6\x46\x9d\xdb\x57\xea\x89\x42\xdc\x88\xc3\x89\xd4\xf6\x89\x10\x5c\x0b\x82\x9a\xb0\xf9\x65\xa8\x83\x55\xb0\xb4\xf9\x96\xc1\x3b\x46\x1d\x95\xe6\x55\xb1\x7b\x51\x0b\x94\x33\x34\x69\x12\xba\x22\x5c\xa3\x3b\x3e\x87\xe9\xa8\x99\xbc\xdc\xfc\xc4\x1b\x0a\xa5\x1a\x1b\xac\xc4\x01\xa1\xa4\x6d\x84\x13\x43\x45\x97\xad\x73\x59\x4a\xf7\xa4\xe7\x62\xba\xc3\xb5\xb6\x9a\x32\x2c\x4d\x2a\xf4\x3d\x09\xa2\x67\xd0\x5d\x31\xa6\xd9\x81\xcc\x44\xc9\xf9\xd4\x38\xb1\x40\x40\xe0\x06\x74\x6a\x12\x32\x59\x20\xcc\xe7\x82\x02\x6d\x7f\x05\x27\xba\x99\x0b\xba\xad\x3f\x50\x8d\xd8\x6a\x77\x22\xe5\x6d\xa7\xed\x6e\xdf\x5c\x9b\x96\x7b\x84\xf7\x66\x27\xc3\x05\x27\xe2\xf4\x4d\xe1\xd8\x93\x33\x08\xe1\x53\x5b\x29\x5c\x45\x07\xea\x11\x43\x20\xdc\x68\x66\xe2\x46\x14\x3b\x87\x1d\x50\xd5\x79\x62\x34\x5a\xf0\xba\x7e\x07\x62\x88\x6f\x01\x25\x22\x30\xcf\x97\xcd\x0a\x52\x30\xab\x11\x20\xed\x47\x8b\xd7\x75\xb5\xdf\xf2\xef\x01\x67\x9f\x29\x54\x1e\x44\x59\x67\xd1\xde\x31\xa9\xbd\x2d\xa3\xe7\x7b\xae\xb8\xa0\x75\x2d\xd4\xc5\xe3\x03\x6b\x2e\x1f\x5e\xe1\x6c\x9a\x59\x87\x0d\x64\x47\x6c\x86\x83\x48\xb5\x17\x3e\x71\xe7\xd4\x9d\xc2\x97\x65\xd6\xae\x30\x87\xd4\xb5\xaa\x51\x9f\x49\xa6\x38\x2b\xa4\x14\xec\xdd\x5e\xd2\x26\x4b\xa9\x00\x0d\xac\xf9\xe9\xe9\x57\x6c\xee\xda\x7e\xc7\xb6\xcc\x4a\x5d\x27\xe7\xc6\xa1\x5e\xce\xbb\xc0\xc9\x6b\xe4\xb2\xf0\xc2\xe4\x6a\x3d\xb3\x02\xd4\x88\x42\xdd\x5d\xd2\xe8\x89\x3b\xca\x61\xb6\xf1\x75\x9c\xcd\x55\xf3\xf8\x0b\x4f\xca\x2f\x81\xbe\xaa\xcb\xaa\x60\x9c\x8a\x6f\xe9\x6d\x94\xd9\x49\x98\x4a\xaf\x50\x75\xb1\x5a\xe4\xf3\x7f\x41\x0f\xd1\xc4\x44\x6c\x72\x88\xfd\xe1\xcb\xf3\x55\x10\x7e\xa7\x75\x84\xd2\x51\xc4\xf9\x8e\xd2\xf7\x4f\xaa\x0a\x3c\x64\xdd\x2c\x9f\xc2\xfa\xfe\xa2\x88\x71\xca\xee\x6c\x36\xe2\x0c\x73\x72\xc7\xca\x45\x04\x66\x56\x66\xfe\x24\xd0\x39\x2d\xd6\xd7\x4f\x2c\x34\xa3\x02\x78\x6a\x1d\xa7\xa7\x5f\xc9\x41\x60\xf3\x25\x5b\x91\xb0\x6f\xa8\x90\xc5\x83\x69\x7e\x4b\x6f\x6f\x3a\x30\xf5\x01\x76\x8e\xab\x7d\x92\x2f\xd5\xac\x56\xe8\xe8\xac\x3c\x66\x8b\x40\x99\x9c\x50\x95\x87\xbc\x3f\x34\x0c\xa7\x29\x10\x54\xf2\x0a\xe6\xa9\xaf\x9c\x04\x38\x8d\xff\x0e\xdc\x38\xba\x10\x65\x6e\xae\x1f\x84\xfd\x65\x63\xdf\x5c\x17\xcd\x33\x26\xe4\xed\x93\x00\x93\x67\xb3\x93\xde\x77\x70\xe7\x2c\x4e\x46\xbe\x6a\xe3\xbd\xae\x45\x02\x82\xd9\xbb\xaa\x58\xbf\xcf\x3c\xd0\xc2\x51\x2e\x24\xc9\xae\x04\xa5\x3c\x1b\x9f\x5c\x0e\xfd\xec\x21\xf7\x77\x8b\x0d\xfd\x49\xc6\xd3\x87\xb7\xfb\x93\xdc\x87\xc3\x9b\xdd\xc3\xf6\x5a\x4e\x0d\xb4\x52\xec\xcc\xd1\x3d\xe5\x7e\x4f\x27\xde\x56\x39\xe1\xfd\xed\xe5\x56\x7d\x19\xf0\x08\x32\x67\x40\x5e\x6d\x86\x0e\x84\x5a\xa3\xee\x2a\xca\xf2\xb5\x5e\x98\xc8\x29\xe6\xb8\x86\x30\x1d\x35\x54\xf0\xb9\xd1\x8c\x99\x1b\x23\x6a\xad\x68\x44\x4f\x4b\x89\xee\x12\x68\xd7\xb9\xcd\xda\xfb\xb9\x63\x87\x2c\xda\x78\xb4\xe1\x67\xe7\xe0\x02\x4e\x82\xf0\x21\x8e\x4e\xc9\x7c\x3f\xd3\xe2\xfd\xab\x62\x17\x95\xb1\xb7\x88\x68\xce\x95\x83\x51\x27\xb8\xd1\x1a\xd6\xb4\x01\x4c\x4d\x5b\xe1\x9a\xd9\x60\xe7\x1d\xe5\x8d\x88\x3d\x06\x60\x72\xaf\x56\x89\x20\x5e\xae\x3d\x83\xbc\xe5\xeb\xba\x68\x72\xbd\x68\x74\x38\xe8\xeb\x54\xff\x84\x32\x3b\x2c\x88\x25\x53\xdc\x82\x07\x87\xb9\xd0\xa2\x4d\x2b\x64\xf1\xc0\xb9\xec\x32\xce\x64\x37\xd4\x01\xdd\xb5\x43\x89\x93\xe0\x36\x18\x48\x9b\x34\x12\x62\x7a\x1c\x23\x7a\xb9\x94\xe2\xfd\xea\x23\xb1\x4f\x78\xd6\xbd\xe5\xb0\xde\x78\x1d\xda\x2b\x5d\xe6\x66\x88\x72\x17\x4b\xbe\xf2\x1f\x2c\x79\x2f\x58\x3a\x10\x6f\x97\x67\x8a\xd2\xd3\xe5\xb9\x62\x00\xe8\xf2\x0b\xd7\xf6\xf7\xe0\x6c\xe5\x6a\x2a\x24\x42\xc1\xe5\xe1\xd0\x13\x61\xe5\x6c\x66\xae\x4f\x89\x66\xb3\x4c\xeb\x8f\x22\x09\x37\x11\x44\xed\xbe\xe1\xb3\x59\xe6\xe3\x6c\x32\xc6\xd5\xbb\xcc\xaa\x10\xdc\xb3\xc3\xc1\x47\xb7\xa3\x36\x17\xe8\x82\xe6\x68\x5e\xec\x76\xd5\xad\x89\x5e\xc4\x02\x2d\x68\xf7\x49\x6b\xb0\x9a\x77\xdc\x2b\xfb\x65\x84\x2f\x72\x41\x28\xa6\xe6\x9c\xa1\x85\x20\xe2\x70\xb8\x6b\x8d\x5a\xf3\x0e\x14\x9d\x14\xb3\xc6\xd1\xcb\xc5\xc9\x19\x7e\xcf\x78\xb9\xf0\x6c\x52\x86\x6b\xa3\x46\x15\x6d\xcc\x50\x0d\xb8\xfc\xd1\xc8\x6f\xe8\x92\x71\x49\x05\x2f\x2a\xe0\x36\x13\x56\x98\xf0\x0e\x15\xee\x98\x69\x41\x47\x9d\x24\x35\xb7\x5c\x80\x8f\x2e\x45\x17\x1c\xfc\x52\xed\xdc\xe0\x2a\xcd\x29\x1a\x50\x4e\xa4\xf6\xda\x1e\x36\xf8\xf4\x22\xfe\x69\x00\x0d\xe6\x0a\x87\x76\x68\x11\x37\x6a\x6d\x14\x28\x3d\xee\x77\x18\xad\x5d\xd1\x81\xf8\xc6\x32\xa9\x94\xd0\x7c\x4b\x65\x91\x73\x6f\x9f\xe7\x89\xea\x40\x1c\xb3\x49\x6a\x87\x39\xa1\x98\xb9\x1d\xce\x39\x91\x98\x11\x0a\x95\x6f\x63\x9c\x65\xb3\x59\xce\x88\xf0\xf6\xe3\x57\xd6\xc3\x23\x67\xae\x34\xb0\xc6\x09\x86\x59\xf3\x23\xad\xc0\xb9\xb1\xb9\x66\x3b\x85\x16\x16\x0b\x38\xe1\x0a\x87\x0c\x9a\xbc\x73\xae\x42\x58\x13\x2f\xe3\x3b\x34\x55\x4f\xde\x53\x1d\x16\x75\x6f\xbc\x19\x01\xde\x15\x95\x3e\xa1\xd6\x27\x83\x3e\xe8\x02\x4b\xe3\xdb\x74\x64\x20\xbb\x3d\xb5\xdd\x9e\xa2\xb7\x3d\xfd\x6d\x81\x1b\x29\x38\x79\x58\x12\x09\x50\xeb\xed\x0a\xd5\x65\x9c\x52\xbb\x42\x11\xea\x9c\x54\xbb\x07\x32\xb1\x3f\x7a\x3f\xae\x8d\x0f\x99\xd9\x8d\x6f\x8a\x66\xaa\x7f\x7f\xe6\xbd\xb0\x59\xd1\xd2\x3b\x61\x72\xd5\x0e\x9f\x7f\xe1\x76\xc4\x75\xa4\xf6\x43\x74\xba\x0e\x8f\x06\xb6\x86\x15\xb8\x2a\x7e\x10\xf5\x2f\xb7\xde\xd7\xf9\x19\xdd\x09\xba\x2e\x24\x2d\x9f\x7f\x80\xda\x2f\xf8\xee\x52\x80\x87\x2e\x15\xdf\x80\xeb\x86\xe8\x4a\x5c\x7a\x76\xb6\x11\x2d\x6d\x33\x72\xf7\x8e\xae\x8b\x2d\xb5\xa6\x7e\x8a\xf5\xef\xbf\xc0\x2f\xd9\xb6\x58\x2b\x34\xbf\xf6\xe7\x58\xed\xd6\x88\x33\x71\xe0\x86\xf0\xaa\xd8\x29\x86\x08\x3a\x78\x91\x64\xb7\xbb\xea\x9a\xe4\x60\x59\x97\xd9\xf0\x7c\x06\x76\xac\xb3\x92\xe4\x35\xc7\xd4\x62\xa3\x36\x6e\x3a\xb3\x9c\x6f\x8b\xdd\xd7\xb7\xb9\x55\x8e\x66\x38\x33\x0d\x33\x84\xcd\xb3\xe3\xeb\x72\x03\xb6\x08\xef\xf9\x7b\x5e\xdf\x70\xcb\x15\x0e\xc8\x8c\x73\x07\x00\x93\xe5\x53\x2b\x36\x3a\x45\xc7\x5b\xcc\x1a\x5d\xc8\xa0\x33\x69\x5e\xcb\x3c\xd3\x8d\x21\x45\x87\x2d\xf5\x84\x8b\x72\x4c\x9a\xf0\x30\x35\xfd\x66\x68\x62\x4c\x2f\x65\x69\xf0\x6f\x36\x3b\x19\x6c\x3c\x9b\x0d\xa1\xcc\xf0\x9b\x79\x84\x4b\x39\x18\x4b\x7b\x93\x34\x40\xb9\xdc\x30\x5e\xbe\x36\x19\xce\x8c\x4e\xbb\x09\xe8\x14\xc8\x17\x8a\xce\x34\xb9\x8c\xf2\x59\x98\xbb\x32\xf1\x9e\xd7\x92\x6d\x6e\xed\x6e\x3c\xbd\xd6\xa5\x5b\xc0\xe4\x9c\x18\xab\x33\xad\xa0\x54\x56\x77\x2c\x27\x95\x6d\x8b\xf7\xd4\xb1\x6e\x2c\xe0\xe4\x9c\xff\x9d\x71\x2d\xe7\x51\x01\x21\x43\x46\x97\xf5\x0a\x37\xa6\x52\x8a\x42\x43\x8b\x7c\xb8\x40\x13\xb6\xac\x57\xa4\x39\x1c\xee\x1c\x23\x02\x26\x5a\xad\xe9\x2f\x9c\x22\x83\xb5\x58\x0b\x53\xa3\xf6\x67\xb7\x87\x87\x43\x6e\xb7\x4a\x7d\xa4\x96\xf2\x5b\xec\xf7\x5f\xf4\x6e\x2b\x40\x27\x66\xc7\x36\xf9\x30\x96\x45\xe7\x44\xc7\x84\x29\xd0\x04\xec\x18\xb5\xfe\x15\xfe\x6b\x7b\x7e\x91\xa2\x01\x01\x12\xdc\x93\x98\xcc\xb5\xf7\xa8\x82\xc6\x18\xda\x8c\xbc\x74\xc7\xb1\x6d\x75\x15\x92\x45\x4f\xe6\x1d\xdb\x0d\x9b\xa6\xfb\x73\x00\xbc\x37\xbc\x8e\xe5\x00\x19\xff\x5e\x90\xbf\x27\xd0\x74\xfd\x91\x94\x9b\x23\xf0\x22\xde\xe7\x12\x4b\x97\x86\x3c\xed\x6d\x49\xd3\x30\x85\x6f\x7b\x57\x5e\x90\xa0\x40\x75\xea\x65\x49\x05\xfa\xeb\x22\x69\x52\xe8\xd3\x0a\x63\xcc\x3a\x83\x70\x18\x72\x2c\x0e\xc6\xdc\x5c\x43\x3e\x07\x22\xe0\x44\x9a\xaf\x6f\x0d\x4e\x0d\xf9\xb0\x0a\xa2\xb5\xf9\x13\x0a\x57\x97\x80\x02\xb1\x5a\xe3\xbc\x5c\x21\x5d\xec\x2b\x17\x81\xcf\x2a\xa6\x6d\x44\xe5\xab\x91\xf9\x6a\x67\x5a\xe7\xfb\x1e\x86\xf1\x3c\xc9\x63\x0f\x6d\x5a\xac\xaf\x9f\x9a\x2e\x9c\x16\xc3\x6b\xf6\x30\xd7\x7a\xe0\x79\xcc\x69\xa1\x3b\x3e\x7f\x4f\x6f\x8d\xab\x14\x33\x6b\x81\x84\x04\xbe\xd1\x2b\xcd\xb3\x4c\x9c\x09\x4e\xbb\xe6\x9a\xca\x9b\x0c\xb5\xfd\x45\xad\x8f\x6e\x42\x22\x7b\x1c\x36\xa4\xb9\xe7\xec\x7f\x8f\x05\x6a\xa7\xd5\xce\xea\x20\xae\x45\x2d\x8f\x63\xa6\x73\x2a\xa9\x3f\x76\x85\xa0\x5c\x3a\xbe\x94\x08\x4c\x95\x60\xae\xc4\x35\xff\xe9\x0b\x51\x6f\x61\xdd\x0c\x99\x3d\xc3\x9b\x91\x35\xf9\x72\x85\x56\x6f\xd3\x3f\x78\x11\x5e\xe9\xe5\xc3\xb1\x0b\x3d\x33\x64\x3a\x3d\x9e\xcb\x97\xbe\xe4\x2b\x53\x1e\x5d\xaf\x0c\x33\xe4\x2d\xe7\xd1\x0e\x94\x76\xb6\x70\xfa\x0c\xc0\x18\xd5\xc5\x7b\xaf\xf1\x0e\x6f\xbb\xcb\xc9\x8c\x03\xc0\x1b\x09\x5a\x93\xa3\xb6\xbc\x2e\x1b\x1d\x7e\xae\xa4\xc9\x68\x3a\x1f\x48\xde\x1d\x4e\x9f\x60\xb3\xce\x0c\xf7\x38\xb1\x93\xdc\xab\xf5\xe3\xb6\xe8\xab\xb3\x4e\xf7\x5b\x34\xb9\x26\x5b\xbc\x23\x5b\x58\xdf\x55\x32\x91\x47\x92\xaf\x66\x9c\x45\xf1\x7d\x41\x02\x02\x23\x3f\xc3\xee\x79\xf9\xb9\xc5\x97\x9a\xbe\x7d\x4f\xe5\x4d\x2d\xde\x6b\xf2\xd6\xa4\x49\xf4\xa3\x65\xc6\x1a\xa0\xe6\xd9\x2a\x49\x42\x9c\x1a\x7a\x90\x66\x7a\xbe\x71\x8b\x59\xf3\x5d\x5d\x94\x8c\x5f\xb9\xbf\x69\xb9\xd8\xe2\xbe\xee\xb8\xcb\xe6\x46\x7b\x3b\x67\xba\x79\x02\xe6\x81\x25\x25\xf9\x05\x18\x1b\x9b\x37\xc5\x07\x3b\x07\x9d\x4a\xb6\x5c\x5c\x63\xad\xed\xdf\x61\xb3\xde\xc5\x07\x7c\xb9\x2d\xc4\x7b\xc3\x2b\x1a\xdf\x81\x27\x46\x8b\x1f\xaa\xfb\x70\xa9\xba\x06\xe3\x98\xea\x51\x7b\x87\x9c\x9c\xeb\xcf\x8d\xd3\xc6\xd0\xc7\x7a\xb7\x68\xd0\xa8\x21\xcb\x95\xb9\x78\xab\xa2\x31\xb9\x77\xb4\xc7\xa6\x76\xb7\x4b\xec\x5d\x0e\x40\xd6\x29\x42\xd4\xc2\x4e\xce\x71\xb8\xfa\x85\x9c\xff\x58\xd7\x06\x12\x50\x8b\x0a\xc7\xa8\x6f\xf2\xb6\x80\xa1\x5e\x3b\xb2\x6a\x1f\x91\x63\x34\x10\x30\x4b\x92\xc6\x52\xc1\x40\x0c\xea\x89\x7b\xe1\xd7\x8a\x00\xf0\x32\xcf\x22\x6e\x1c\x62\xaa\x86\xda\xfc\xc5\xb4\x40\x58\xc6\x07\x87\x05\xfe\xf9\x8d\x06\x47\x19\xef\x8e\xe2\xf0\xe1\xb5\xe1\xab\xdf\xd6\x5e\xbd\x96\x10\x41\x83\xe3\x9a\x21\x2f\x8b\x58\x4e\x26\xec\xa9\xe9\xed\x64\xe7\x63\xc3\x67\xb4\xb8\x08\x92\x0d\x0c\x27\xc9\x19\x15\xf2\x35\x88\xdf\xf0\x62\xd7\x5c\xd7\x32\x47\x41\x16\x1d\x25\x41\x28\x90\x98\xa4\x37\x25\x2b\xd5\xc9\x72\x3f\x74\xaa\x65\xf7\x53\x0b\x19\xee\xa7\x3e\x00\xfa\x67\x2c\x69\x07\x8f\x82\x89\x8b\xba\xaa\x28\x24\xa6\xb1\x0b\xe1\xa3\x39\x98\xbb\x8a\x1f\x6e\xe1\x09\xc5\x26\x99\xfa\x2a\x0a\x9f\x1b\xfd\x3c\xfc\x06\x96\x9d\x8e\xdf\xb2\xe7\x2a\xfe\x38\x6c\x9b\xc3\xb7\x8d\x14\x75\x3f\xd6\x32\x9e\x41\xfc\x95\x3e\x84\x4d\xf1\x41\x43\x7d\xcf\xd3\x79\x7c\x4c\x60\xc9\x33\x3d\x02\x2d\xad\xe3\x68\x3c\xa1\xf0\xeb\xdc\xd3\x65\x7f\xd7\x0d\xc8\xeb\x93\xe4\xd5\x2d\x8c\xa5\x9d\xba\x9b\xf7\x31\xd3\x6a\x7b\xa2\xf8\x03\x2c\xd3\x24\x5a\x00\x89\xd6\xb7\x6c\x19\x10\xe0\x01\xd2\xda\xc5\xca\xee\x77\x6a\x1d\x0a\x45\xde\x15\xeb\xf7\xe9\xde\x52\xdd\xf4\xbf\x00\x78\xc4\x38\x7f\xdf\x29\x75\x0e\x4a\x8b\x6d\x74\xff\x73\x75\x8d\x36\xac\xe6\xf7\xeb\xc9\x4a\x39\x71\xf7\xac\x6c\xb1\xda\xff\x44\x8e\x9b\xd0\xc7\x41\xda\x78\x84\x98\x4f\xbc\xdb\xe9\xa7\x8b\xe4\xe1\xd0\x68\xd5\x89\xf5\xf0\xc6\xef\x56\x17\xf1\x02\x32\xdf\x1f\xde\x84\xb0\x99\x09\xa4\x74\xa0\xc6\x1a\x42\x75\x69\x1a\xa0\x48\xc6\x25\x5b\x27\x31\x8a\x9f\x2d\xba\x8d\x40\x74\xfa\xf8\x55\xe9\xf9\x2a\x11\x62\x60\x5d\x5c\xaf\x4b\x89\xd4\x31\xe5\x7e\x97\x88\xae\x1d\xdd\x7a\x41\x37\x54\x50\xbe\x56\x02\x40\x1e\xea\xc2\xd5\x59\xbd\xee\x85\x0c\x7f\x44\x5f\x4e\x8f\x0b\xda\x1a\x30\xdd\xbe\xe4\x9b\xba\xcf\x34\x69\x9f\x06\x2c\xc9\x5d\x6b\x24\x52\xcb\xfb\x27\x8c\xe0\x21\xff\x14\xc7\x04\x72\xe7\x4e\x13\xd8\xd3\xf1\xce\x53\x06\x8a\xe9\x2f\xbb\x82\x43\xda\xe5\x55\x4f\xce\x08\x85\x88\x50\x12\x76\x01\x40\x72\xc9\xe6\xef\x19\x2f\x57\x13\x67\xf2\xaa\x21\xaa\xcf\xbd\x50\x6c\x08\x0f\x7d\x67\xf4\xf3\x70\x0e\x75\x30\x07\xe4\x4a\x5a\x52\x67\x67\xa7\xda\x3d\x2b\xe8\x23\x7b\x51\x15\x57\xf1\x42\x14\x83\xa9\x19\xc1\xb4\x13\x01\xce\x2c\xbf\x06\x7f\x1a\x7e\x0d\xfe\x36\xa9\x68\x9c\x0b\x82\xe3\x54\x5b\x84\xef\xac\x4b\x2f\x6c\x93\x4d\x53\xfd\x5a\x5e\x53\x11\xd0\xd7\x93\x33\x1d\x2c\xda\x2c\xb8\x5a\x8b\xa2\x0e\x1f\x02\x59\x63\x21\xda\xb6\xc5\x9a\x6c\x3a\x23\x84\xa6\x9b\x11\x1a\x8d\x2b\xf7\xba\x1b\x92\xe2\x3a\xd6\x35\x6f\xa4\xd8\xaf\x65\x2d\xfa\x1b\xa8\xef\xcb\x48\xba\xeb\xe8\xaa\xd3\xf2\x4d\xd0\xe9\x90\x56\xc0\x2a\xa4\x19\x87\x7a\x44\x03\xfd\xf6\xa6\xe8\x9b\xe7\x34\x69\xb5\x01\x5e\x12\x59\xd8\x19\x13\xc2\x93\xb2\xa4\xe5\x47\x02\x6e\x94\x57\xeb\x42\xad\x67\xc9\x9b\x5c\xcd\x05\xad\x77\x94\xe7\x77\x52\xb0\xab\x2b\x9a\x52\xf1\xab\xae\x96\x74\x35\x90\x98\x3c\xd2\xbc\xf6\xac\xe5\x3c\xd0\xb1\x42\x2d\x7e\x46\xce\x1f\xb1\xc7\x02\x72\x5f\xf3\x25\x7b\x70\x1e\x5a\xcc\xd9\x6a\x22\x43\xa1\x8c\xa3\x16\xd6\xa1\x6d\x06\xf6\xbe\x19\x93\xdd\x06\x33\x4b\x06\xf1\xd8\x38\x2b\x0b\x59\x64\x10\xc9\xe1\x0c\xdc\x4a\x26\x18\x4a\x2e\x19\x9b\x79\x41\x79\x35\xbf\x54\x7d\xa8\xe1\x02\x08\xd6\xff\xfe\xe6\xf5\xf7\x43\x36\x84\x14\x02\x74\xd2\xc0\xfb\xac\x93\x4e\x55\x72\xe4\xee\x9e\x04\xa1\x1c\x3e\xa5\x3b\x58\xa2\x80\x4c\xde\x92\xde\x22\x9b\x84\xed\x5b\x80\x6f\x20\x15\x6b\xfa\xb2\xcc\xa9\xf3\xc4\x13\xe9\x1b\xbe\xa1\xf2\x65\x09\x09\xe8\xd2\x00\x1b\xd5\x22\xe0\xec\x52\x16\x57\x59\xda\x96\xc9\xca\xb6\x1d\xf0\xd7\x89\xf6\x8f\x95\x19\xbe\xf5\xa0\x07\xdf\xe4\xfc\x0e\x3c\xcf\x68\xa5\x88\x96\xd3\x30\x69\x1e\x3c\xa1\xf3\xba\x97\xe1\x65\x8c\x26\x04\xc9\x55\x64\xe0\xd3\xaa\xdd\x68\x1c\xc1\x78\x55\xec\x8e\x5b\xa4\x12\xaa\xb2\x16\xa5\x49\xce\x88\x91\xc8\x0d\x68\xca\xae\x2c\xe9\xca\x55\xf5\x50\xc7\x37\x74\x72\xd0\xd5\xd6\x42\x1a\xe5\xd7\xb3\xa4\x2b\xc2\x31\x37\x46\x97\x97\xe3\xb3\x80\xee\x12\xe0\xd5\x5d\xb2\x4d\x7e\xe2\x4a\xb1\xbb\xba\x5f\xe0\x21\x8c\x0b\xeb\xfc\xbb\xa5\x70\xae\xbc\x67\x16\xc2\x7b\xd2\xcc\x8d\xed\x78\x62\x4a\x79\x10\x42\xf6\x96\xac\x46\x3d\xb2\x4d\xee\x5f\x70\xdf\x08\x33\x92\xd7\x01\x94\x46\x49\x3c\x47\x48\xdf\xde\x05\xa9\xdd\xc8\x50\xea\x43\xaf\x0e\x37\x5d\xad\xa2\xc9\xba\x1c\x38\x72\x77\x42\x88\xd9\xe1\x00\x65\xaf\x87\x67\xa0\xf7\xe9\xa4\xb0\xcb\xa9\x4d\x0e\xea\x42\xef\x6a\x50\x13\x02\xef\x49\x5c\x53\xa0\x41\x17\x90\x91\x5e\x52\x91\xc8\x57\x20\xfa\x30\x05\xed\x28\x72\x4b\x33\x0a\x38\x69\x81\xe5\xbd\x87\xec\x93\xc3\x81\x93\xe0\x67\x8b\xe0\x24\x59\x24\xd9\xcf\x66\x9a\x9b\x31\x64\xb8\xc6\x7b\x70\xc4\x56\x94\x79\xad\x4e\xe3\x6c\x46\xf3\xf0\x37\xc0\xa6\x46\xb8\x0e\xdc\x51\x4c\xe9\x6a\x52\x75\x2c\xa9\x0e\x51\xd6\xa4\xea\x2d\x52\x06\x3e\xc4\x9d\x45\xca\xe4\x22\xa7\x94\x10\xc2\xfd\x3a\x26\xe7\x84\x90\xb5\x77\xb0\xaa\xc8\x1a\x61\x4e\xaa\xe5\x99\xa9\xc1\xc0\xf4\xdf\x06\x1d\xe0\x6f\xd3\xa3\xad\x93\x0d\xde\x0d\x42\xbb\x2c\x70\xed\xc8\xc0\x9c\xaf\x43\xd1\xc6\xac\x48\xb3\xd8\x47\xbf\xd5\x86\x1e\xd7\x1c\xdd\x59\x6e\x7c\xb9\x0a\xd8\xfc\xe5\xaa\xfd\x08\x95\xb9\xf6\x2c\xea\xa9\xcc\xe9\x52\x68\x0e\x36\x36\x59\xe8\x49\xd2\x52\x07\x68\x54\x38\x71\x58\x16\x1b\x9c\xd0\x71\x2f\xd6\x78\xc3\x68\x55\x1e\x5f\x54\xc7\x2e\xf3\xa9\x4b\xd0\xd5\xb7\xd5\x3b\x58\x07\x5a\xa8\x06\x8e\xb5\x31\xa5\x8c\x73\x19\xb8\xce\x67\x09\xb3\xcc\x11\xae\xf3\x13\x8d\x46\x51\xf6\x7d\xcc\xb1\xd6\x1e\xb8\xb1\x34\x78\x07\x0d\xd7\xc9\x41\xcd\x96\x64\x63\x96\x03\xb1\xe4\xab\x89\x1b\x16\x8a\x7a\xba\x6c\x09\xe1\x22\x13\xa3\x5b\x97\xfd\xf7\xf4\x16\x73\xf5\xbf\xc2\x7b\x93\xe6\x25\x60\x63\x45\x70\x45\xb0\x8b\x40\x76\x84\x84\x9a\xea\xa3\xce\x43\x7e\x91\xd5\x9c\xbe\xad\x5f\x73\x9a\x2d\xb2\x6d\xc1\x6f\xed\xdf\xc9\x66\xba\xa4\xa1\x69\x67\x7e\x24\x1b\x7e\x5f\x07\x1d\xc2\x0f\x2d\x1a\xa7\xf5\xe2\x9f\x13\x07\x03\x14\xcb\x75\xed\x0e\x08\xe7\x35\xb8\x88\x12\x38\x06\xea\xb8\x4d\x2d\xb6\x91\xe6\xe8\x53\xa7\x98\x12\x90\xf5\xdc\x74\x04\xb1\x3f\x16\x9a\x07\x49\xa2\xfc\x90\xbc\xd0\x45\xbd\xf1\xb0\x93\x61\x34\x7f\x9b\x58\xf2\x91\xa1\x92\x50\xba\xff\xa8\x56\x7b\xd5\xe7\x44\x33\x1d\x5e\x92\x9d\x76\x47\x74\x37\x6b\xe6\x38\xe5\x77\x49\x8b\x92\x29\x50\xba\x97\x8a\x7b\x86\xab\x17\xa7\x9d\xb7\xcc\x49\x79\xd9\x3c\x69\x6e\xf9\x5a\xf1\xd9\xce\x7c\xa3\xfe\xfe\x58\x1b\x94\x2d\x6f\xa3\xbb\x20\xd1\xaf\xc3\xe1\xe4\xdc\x54\x9e\x01\x3a\x40\xce\xf4\x2f\xa3\x63\x0a\x6c\x21\xea\x82\xf4\x3c\xd6\xe1\xe0\xdf\xb0\xe6\x87\xba\xba\xdd\xd6\x62\x77\xcd\xd6\xa4\xff\xc8\x8f\x11\xda\x49\x9c\xe5\x65\x53\xed\x9b\xeb\xa7\x05\xaf\x39\x5b\x17\x95\x49\x13\xa4\x7d\xbd\xb5\x75\x10\x6a\x28\x17\xfc\xf6\x27\xd0\xe0\xd2\x54\x0e\xf7\x93\x5e\xf7\x29\x86\xc6\xa9\x7f\x2e\x59\xf3\x8c\x6e\x0b\x69\xc4\x1c\xc6\xaf\x0e\x87\x13\xea\x80\x92\xa3\x16\x2d\xcf\x56\xd6\xbb\xc6\x8e\xfb\x32\xb2\xe2\x24\xed\xb9\x67\x8f\xe8\xe3\xfe\x54\x0c\x89\x3d\x3d\x8d\x85\xb8\xb0\x8d\x11\x89\x65\x7a\x6a\x32\x98\x1a\x8a\xb2\xa3\x29\x2c\x32\x61\xbc\x3f\xb3\xaa\xb2\xf2\x3c\x3e\xc7\x67\xa8\x0f\x73\xc8\x62\xb6\x86\xf7\x56\xb9\x4e\xbd\x3b\x59\xa2\xbd\xf5\x63\xea\x0d\xf6\x8c\x95\xf1\x58\x27\x67\xad\x0d\x5a\x6a\xb1\x56\x87\x3e\x49\xe5\xf3\x18\x5a\xb9\x4b\x26\xe1\xf3\x7b\xcc\x5d\x78\x4e\x8e\x5a\x1c\xa3\x49\x27\xe8\xd3\x75\xe0\x92\xc4\x9f\xa8\xf5\xcf\x2f\xf5\x4c\x5e\x36\x4f\x2a\xf6\x81\x6a\x69\xdb\xa7\x0b\x2c\xd9\x66\x63\x1c\xb8\xba\xb3\xc2\x5e\x70\xe5\xba\x7a\xba\x5e\xee\x4b\x5e\xd2\x5f\x6c\xdd\xa7\x01\xe8\xf7\x3f\x80\xb0\x49\x85\x4a\xe5\xd3\x7a\xcf\x25\xe6\xf3\xa2\x2c\xcd\x8f\xd4\x46\x74\x00\x1f\x1d\x1b\x3a\x6f\x60\x0f\x47\x37\xe5\x63\xa7\x20\x66\xb3\xf0\xc1\x57\x67\x46\x58\x8f\x25\x6a\x75\x4d\x02\xbc\xf4\xae\x80\x86\x29\x30\xbb\xbf\xa7\xb7\x19\x42\x08\x58\x56\x08\x70\x8c\x36\xc9\xa7\x1d\x17\xaa\xfb\x9c\xf5\x51\xc1\xac\x8c\x62\x7a\x6a\x33\x8b\x42\xc7\x5e\x65\x02\x2e\x8f\x6a\x15\x2f\x44\xbd\x75\xc5\x89\xe3\x19\x60\x36\xdf\x16\xbb\xd4\xc1\xef\xfb\xd8\xb7\x08\x41\x3d\xcf\x81\xb1\x8a\xb2\x84\x8a\x50\xc9\x61\xf8\xc7\x0c\x83\xad\x07\x99\xa0\x52\x30\xfa\x81\x7e\x57\x40\x4e\x08\x50\x35\x86\x4f\xd2\x9e\x01\x89\xb9\x05\xce\xc2\xdd\x2d\xc0\xe6\x98\x69\xb5\xd0\xa5\x6f\xf9\xf5\xed\xbf\x37\x35\x7f\xb2\x63\x3f\x9a\x42\x37\x39\x45\x13\x48\x1a\x5d\x18\x18\x00\x1a\xaa\xdf\x0a\x09\xd5\xff\x28\x4d\xa4\x4d\x5d\xfc\xbe\x75\x64\x30\xc6\x52\xb7\x7d\x65\x51\xc8\x54\x51\x73\xcd\x22\x4c\xcb\xc2\xdd\xd7\xd0\x06\x5f\xeb\xc8\x12\x14\xd9\xc5\x05\x81\x84\x4a\xae\xfb\xff\xa5\xda\x4e\xfb\x97\x35\x64\x40\xf0\x2e\x9c\x90\xcb\xca\x3a\x91\x29\x0e\xb5\x7e\x4f\xf3\x4c\x7d\x9b\x21\x3c\x6c\x44\xa1\xad\x49\xfc\x9a\x18\xd3\x34\x71\x4f\x43\x77\x65\x63\xcf\xd1\xe2\x77\xd7\x9c\xc3\xdb\xe1\xe4\xa2\x43\xee\x79\x36\x9e\xbd\xcf\xed\xbb\x85\x5a\x55\x90\xa1\xa4\x22\xc8\x6d\x49\x63\xa7\xb0\x20\x3c\x1b\x6a\x40\xb7\x08\x5f\x92\xae\x11\xca\x26\x1a\x50\xb8\x31\xc2\x7c\x6a\x11\x30\x65\x3a\x73\x91\xb3\x9a\x6f\x71\x6c\xb9\x26\xbb\x4a\x14\x07\x4f\x25\x28\xa7\x57\x0b\x0a\xf9\x48\x75\x12\xf4\x42\x32\x7e\xf5\x32\xe5\x51\xcf\x0c\x76\x05\x55\xc7\xd5\x18\x35\xe6\x78\xd8\xc2\x27\xa1\xb4\x04\xbe\x21\x9d\x7d\xb1\x2b\xac\x18\x7f\xdf\x2c\x6c\xe0\xd1\x38\xa6\xc3\xb1\x31\x1b\x99\x05\xb8\xeb\x7d\x53\x8d\x61\x8e\x9a\xa4\xb2\x9d\x9d\x7e\x9e\xf7\x32\xc2\x72\xf5\xb0\xe6\xf0\x27\xd5\x7f\x43\x04\xa9\xd1\xac\x3f\xcf\x33\xf3\xa7\x6a\xb1\xd9\x40\x8b\xcd\x26\x43\xe0\x07\xf9\x1c\x8c\x68\x4a\x52\xf5\xd1\x69\xcf\xd3\xd1\x69\xb0\x27\xb6\x2e\x48\x1f\xc3\xdc\x0a\xd0\x92\xae\x2c\x7f\x19\x29\xc9\xa9\xae\xd0\xd6\x90\x06\xd3\xb9\x43\x7b\xf2\x4e\xfd\x52\x9b\x44\xae\x30\xb5\x10\x76\x1b\x44\x2e\xfd\x43\xff\xcd\x0d\xa6\xf3\x4b\xab\xfe\xd4\x25\x8f\x47\xb5\x95\x3a\x35\x39\xb8\x64\x8b\xf9\xa6\x58\xcb\x5a\xdc\x82\xee\x7b\xab\xbe\x5d\x64\xa7\xda\x31\x5b\x5d\x6e\xa0\x38\x82\x0a\x12\x56\xa7\x76\x65\x77\x9a\xa1\x49\x1d\x2b\x7f\x2f\x2f\x59\x03\xc3\x2f\x4e\xce\xf0\xe5\xa5\xee\x8d\x41\x18\xb4\xf5\xb4\xc9\x9d\x3c\x20\xb1\x2f\x77\xd1\x99\x85\x6d\x01\x55\x51\x95\x10\x44\x18\xa6\x73\x87\xf2\xa4\xc6\xe0\x07\xaa\x00\x40\x8a\xcf\x55\x5a\x53\x07\x3e\x1e\x49\x59\xd2\x89\x8e\xfc\x07\x95\xe3\x72\x75\xb0\xee\x59\x88\x0b\xf0\x67\xb4\xea\xa3\x02\xea\xbd\xbb\x53\x8d\x47\x7b\x0b\x8c\xd8\xf7\xec\xd2\x7d\x31\xda\xaf\x33\x68\xdf\xb3\x57\xd3\xbe\x1d\xdc\x63\xcd\x09\xe8\xbf\x3f\x39\xc4\xf5\x61\x2d\x4a\x2a\x68\xf9\xa0\xa1\xfd\x3a\x52\xf7\x89\x71\xd5\xaa\x74\x7a\x38\x64\x50\x7c\xe2\x42\xfd\x5e\xf4\x83\xbc\x2e\xe8\x22\x6b\x6e\xb7\xef\xea\x2a\x7a\xe8\xea\x40\xe4\x08\xd2\x22\xf9\x7a\x18\x50\xdb\xd2\xa4\x68\xb5\xed\x75\xa6\x56\xeb\x68\x61\xb3\xa5\x52\xc8\x9f\x6a\x87\x34\x4f\xef\xae\x05\xdd\x2c\xa8\x0b\x93\x80\xc8\xaf\x4e\x2c\xbb\xbd\x8c\xb0\x08\x97\x16\x88\x88\x49\x49\x5a\x7b\x16\xb9\xc3\x4e\x28\xce\x25\xe1\x68\xb0\x80\x65\x54\xb6\x52\x46\xf5\xf5\x9c\x2d\x95\x48\x25\xa7\x5c\xc2\xbb\xcb\x4b\x22\x30\x37\x5f\x27\x0a\x70\x73\x7a\x33\xd5\xb7\x07\x0f\x3a\x2b\xca\xf2\x67\x26\xaf\x81\xcd\x1f\xa3\x97\x7b\x56\xba\x08\x16\x23\xe4\xd3\x86\xf2\x35\x7d\x43\xa5\x55\xd2\x55\xac\x91\x13\x9b\x6e\x85\x2f\x85\xb3\xfa\xa8\xbf\xc9\xc9\x19\xd6\x7b\x2e\x2f\x98\xf5\x3a\x58\x30\x2b\x55\x4a\x7c\xe6\xd8\xdc\x86\xfd\x37\x3d\x25\xe7\xe6\xae\xe3\x6d\x2e\x08\x24\xc6\xba\x2e\x9a\xd7\x3e\x44\x2a\x77\x14\x01\x5d\xb8\x24\xb5\x0b\x81\xa2\x9a\x45\xae\x9e\x7d\x9f\xaf\x3e\x1c\x28\x9a\x5f\x46\xda\xd4\x4e\xf9\x20\x07\x3a\xd5\x91\xbe\xd6\x50\x54\x92\x06\xa7\x0a\xdb\x1f\x1d\x92\x6d\xd5\x92\x99\xfc\x31\x1a\x3a\xa7\x68\x29\x56\x51\x79\x9a\x58\x25\x7b\xf6\x48\x3c\xb6\xa1\x5e\x8f\x84\xd5\xb8\x72\x22\x97\x62\x35\xe1\x73\x4f\x1c\x48\xf8\x03\xf4\x27\x7c\x1e\xda\x5e\xd5\x4e\x64\x40\x71\x4d\x7c\x75\xce\xe7\x37\x82\x49\xf3\x6e\x98\x14\x71\xad\x9a\x35\x61\xd4\xeb\x10\xc7\x02\xeb\x53\x90\xc2\x36\x54\xdd\x1a\x85\x94\x89\xeb\xd4\x1b\xfd\x9e\xf1\x32\x7a\xe0\x01\x16\x3d\xde\x02\xc9\x69\xa2\x67\x6b\x2b\x4f\xbc\x4a\xbc\x04\xa2\x15\x0f\x45\x6f\xa3\xdf\x66\x56\xdf\x76\x1f\x27\x66\x19\xab\xa8\xe2\xe9\xc6\xa1\x0b\x03\x23\xbc\xa8\xc5\x4b\xb3\xe7\x9d\x65\x75\x3e\xb9\xb4\xda\xbb\x5e\x67\x97\x92\x6e\x77\x3e\x90\x20\x5a\x2b\xd4\x1f\x7c\x51\x8b\x35\xd5\x7e\xc5\xc4\x6a\xcc\xc2\xe9\xbd\x6c\xde\xc8\xa2\x8a\xbf\xbc\x2e\x22\x75\x11\xb5\x26\xd6\x6e\xa3\x27\xfc\x36\xc4\xd5\xde\xf6\xc4\xe3\x80\x07\x79\xb7\x8b\x17\x90\x6f\xee\xbb\xba\x28\x9f\xe8\x64\x82\x6e\x92\xc0\x29\x47\xcd\x6f\x58\x55\xbd\xe9\x6d\x42\x8c\x45\x2c\x40\x20\x6d\x7c\x31\x11\xc6\xc2\x9a\xc8\xe6\x85\x6a\x08\x51\x72\xf6\xc9\xce\x6f\xe3\xa4\x8b\x6e\x3c\xc6\x34\x45\x2c\xeb\x01\x44\x0b\xde\x69\x3c\xa3\x1e\xc5\x40\x00\x89\xf4\x9b\x1e\xcf\x64\x0a\xc5\x08\x21\xc5\xe1\x50\x0c\x63\xda\x09\x21\xcd\x6c\xd6\x0c\x20\x9c\x18\xc3\xb5\x04\xe6\x9c\xda\x99\x06\x18\x18\xb8\xac\x0f\xe2\x5f\x0a\x95\xec\x0e\x0e\xa2\x51\xd0\x20\x85\x42\x69\x34\xd5\xe8\x73\x72\xd6\x9a\x2b\x16\x73\x5c\x90\xa0\x1e\xb4\x4b\xf5\x3c\xef\xa8\xba\xfb\x57\x9e\xd1\xec\xc6\xcd\x5a\x1c\x7e\xf9\x26\xfd\x61\x7e\xd2\x01\xab\x71\x0b\x8e\xbb\x42\xd0\xd7\x75\xd1\xbc\xd9\xef\x14\xeb\x14\xc0\x3e\xa2\xed\x24\x21\xf9\xb9\xcd\xa5\x03\x17\x82\x77\x02\x1d\xba\x31\x7a\x83\x7f\xd4\xa0\x62\x68\x30\xd1\x1d\xc4\x9f\x92\x67\xac\x8c\x76\x9a\x0c\xc5\x19\x74\xa0\x37\x91\x46\x43\xb4\xa9\xc5\x93\xca\x1e\xa4\x28\x1b\x14\x54\x30\x1b\x59\x8e\x4b\xdc\xc6\x49\x03\x26\x40\x90\xf2\xa3\x94\x03\xb2\x73\x9d\x4f\x74\xfd\x40\x3d\x0b\x9f\x87\x66\x36\xa3\xc1\x92\x4e\x08\x49\xb4\x39\x1c\x9c\x9d\xbe\xbb\xe6\x3c\xfc\x1a\x41\x99\x9b\x22\x5e\x57\x04\x79\x9f\xbf\x25\x1d\x86\x06\xb7\x7a\x40\x79\x80\x89\x4a\xdd\xf2\xdd\x36\x4b\xb1\xf2\x39\x0a\x0d\x77\xc6\xd1\x44\x2e\xd9\xea\x70\xc8\xd5\x7f\xea\x9e\xa7\x39\x47\xa8\xb5\x93\xd0\x11\xc5\x49\xaa\x16\x8d\x1b\x84\x1a\x0f\x37\xd6\x31\xc8\xf1\x04\x0a\x35\x81\x46\x4f\xa0\x31\x13\x28\x40\xab\x5b\x0c\xc1\x33\x82\xd6\x49\x48\x21\x0f\x07\x30\x25\x82\xcf\x68\x8e\x2e\x72\x43\x2c\xb6\xf5\x87\x60\xa7\x5e\x88\x7a\xfb\xfa\x86\xe7\x5e\x45\xaa\xde\x3b\x65\xe3\x70\x43\xc8\x38\xdc\x23\x3c\xf9\xc9\x19\x32\x89\xb1\x1b\xd0\x7c\x26\x29\x5b\x0e\x0a\xcc\x62\xae\xcb\xd8\x00\xb1\xec\xf9\x4a\x02\x69\xa5\xaa\x15\xc4\x96\x90\xa4\xc9\xa7\xb7\xab\x8f\xa8\x8b\x30\x7d\x14\x66\xe8\x99\x24\x17\x0f\xfc\x68\x1c\x6c\x9e\xdc\xaa\x47\xa2\xdb\x2b\x27\xa2\xd3\x6b\x02\x64\x39\xd7\x3b\xa7\x1b\x40\x4d\x43\xfb\xaa\x31\xe0\x24\x5d\x5b\x62\x0f\xac\x70\x57\xe4\x27\xd6\xa2\x64\x17\xeb\x03\x6e\x7c\xf7\x89\x29\x0c\x8e\xd3\x5b\x67\x14\x09\x1d\x6b\x9c\xbf\x53\x3b\x18\x8e\x15\xf4\x9f\xc8\x4a\xa5\x7a\x98\xa4\x2a\x31\x46\x4a\xfa\xce\x4e\x50\xed\x19\xaf\xe4\xa9\x74\xef\xb1\xa7\xda\x50\xff\xf1\xf7\x3a\x87\x81\xb7\x6e\xcd\x66\xf2\xf4\xd4\x8d\x93\x02\x17\x19\x72\xe8\x50\x74\x86\x86\x74\xc5\xf7\xaa\xb3\xc3\xa7\x3b\xcc\xa9\xa2\x33\xe2\x54\x9a\x43\x31\xd2\x6a\x64\x5a\xfd\xd3\xd1\xdb\x3e\x9b\x8c\x23\x4f\xbf\x86\xe0\x2e\x7f\x72\xf7\xbb\x97\x96\x64\x87\x9e\x7e\x68\x6c\xfb\x71\x70\xaa\x13\xec\x88\x3d\xd3\x43\xbd\x47\x59\x57\x5d\x45\x1a\x77\xc5\xe9\xe4\x04\x9a\x8b\x1a\xb9\xc5\xa4\x35\xc1\x4e\x9a\x5c\x76\x79\x37\x34\x04\xde\x0e\xb3\x8a\xa0\x5c\xe6\xd0\x80\x49\x16\x24\x18\xd8\xba\xd9\xa6\xb9\x0a\xac\x28\xc3\x30\x4f\xb9\x9a\xf0\xc3\x21\x3f\xd2\x06\x38\x64\x6d\x30\x35\x7a\x78\xc7\x75\xde\x59\xe7\xb4\x3b\x60\xcf\x17\x21\xbd\x6f\x5b\x48\x3d\xc7\xef\x0d\x05\x7f\xa0\x3f\xef\x51\x18\x26\x88\x9d\xd3\x30\xde\x10\x8d\xce\xef\xde\x67\xc2\x1a\x8c\xef\x7d\xb3\xf9\x4d\x39\xb2\x1c\xf5\xa1\xbd\xd1\x5c\x39\x88\x7b\xe0\x92\x9a\xd3\x10\x57\x3a\x86\x17\x9f\xf6\xd5\x08\x94\xbb\x18\x71\x8c\xfa\x47\xc4\x95\xc4\xbe\x4b\xd1\xed\xa4\x20\x2f\x1d\x35\xda\x7a\x22\xe4\x74\x65\xf0\x51\x98\xd7\x43\x77\x1c\xae\xca\x98\xb8\x5d\xbb\x71\xba\xe0\x8c\xe6\x6e\xf3\x86\x28\xc4\x08\x00\xee\xbf\x87\x12\xf0\xea\x13\xb6\x43\x01\xe5\x13\x3e\xfb\x15\x34\x21\x12\x9b\x21\x39\xd3\x27\x20\xd1\x38\xdc\xd0\x7d\x6f\x87\xee\xbd\x9f\xe2\xfb\x86\x0f\xef\xc7\x9e\xd9\xff\x9f\x1e\xd5\x31\x40\xa7\x80\x18\x2c\x2e\x82\xa7\xbd\x65\xc7\x0e\x0e\xed\x1f\x1c\xcb\xc7\x35\x36\xe2\x29\x78\x05\x92\xe8\xe0\x6e\x8c\xdc\x30\xbd\xc6\xc3\x3b\xef\x72\x02\x8d\xd2\xff\x7f\xd2\xa2\x47\xee\x8f\x8f\xbb\x5f\x07\xc1\xd0\xbb\xc6\x3a\x39\x92\x8e\xf0\xe6\x4f\xeb\xed\x4e\xb5\xaf\x6e\x93\x10\xea\x66\x25\x1a\xd5\xd3\xc4\xe8\xe9\xac\x36\x49\x51\x9c\x93\xce\xfa\x27\x3d\x35\xc6\x45\xd7\xf7\xbf\x2b\x7f\xeb\x40\x93\x71\x3d\x86\x22\xbc\xde\xdd\x6c\xc9\x56\x46\xf7\x11\xec\x97\x22\xfc\xd1\x83\x24\x68\xd4\x96\x71\x34\x11\x5a\xd2\x6f\xdb\xc5\x3d\x66\xd7\x9d\xda\xf0\xdd\x10\x4d\x71\x36\xcb\xf7\x9d\x39\x85\x70\x1d\x99\x1e\x36\xd3\x43\x6d\x2c\xfe\x59\xe1\xc7\x7a\xb0\xf5\x90\xa6\xdb\xc0\xe9\x04\x74\x73\x23\x3d\x0e\xa1\xcd\x27\x21\x66\xf2\xfc\xc6\xd8\x9a\xc6\xc3\x48\x82\x9f\xc4\x3a\xec\x93\xf3\x89\x57\x01\x41\x4e\xf5\x1e\xfb\xa9\x78\x45\xab\xe5\x50\x07\x55\xdb\xc6\x14\x03\x39\x89\x74\xd2\x03\x72\x6f\xbd\xbb\xcd\x51\x50\x9f\x1c\xb2\x00\x87\x9e\xf9\x5d\x1e\x26\x97\x4b\xbe\x4a\x2c\x0e\x8e\x62\x4f\xd0\xb6\x2b\xb1\xcc\x90\x5f\x59\x68\x6b\x99\x5f\xda\x92\xbe\x1e\x91\xc0\x29\xc7\xb8\x4d\x7a\x6d\xc9\x77\xa0\xef\xef\x6d\x8e\x36\x03\x50\xdf\xae\xa3\x03\x30\xb5\x4a\xfa\x1f\x8e\x5e\xd9\x06\xb9\xb4\x8f\x91\x4d\xc1\xa2\x37\x36\x7e\x48\xa2\x70\xf6\x62\x9c\xa7\xeb\x36\x1e\x9c\x42\x7f\xb6\x03\xaa\x70\xea\xbb\x49\xab\xd2\x53\x1d\xa5\x5b\xda\xae\x12\x5a\x98\x7e\x2f\x29\xb5\x7e\xba\x03\xad\x96\x3f\xd2\x81\x6e\x64\x3b\x78\xd3\x33\x4c\xf5\x37\xaf\xd7\x24\x80\x44\xdf\x66\x94\x82\x42\xbf\x15\x74\xa1\x0e\x51\x52\xfb\x72\x72\x8e\xb9\x3a\x95\x40\x74\x03\xe7\x45\xaf\xcb\xcb\xad\xf3\x62\xa0\x2e\x87\xd2\x67\xc2\xe1\xbc\x6e\xac\x25\x3d\x78\x87\x15\x71\xad\x1a\x3a\x55\x42\xf9\x39\x21\x24\x24\x5a\xb3\xd9\xc9\xc8\xe6\xa3\x3b\xd5\xaf\xc9\x22\xec\xbc\x3d\x6c\x17\x10\xcf\xb2\x5c\xe9\x98\xb7\xee\xd8\x35\x96\xa8\x85\x85\xc0\xf1\x89\x74\xb6\xf0\xc4\xdd\x90\xc1\xd9\x73\xad\xb1\xf9\x63\x6e\x82\x7b\xf4\xe7\x0d\x61\x79\xf7\x05\xde\x93\x62\x36\x2b\xec\xef\x0b\x96\xbb\xbf\x75\x34\x1e\xae\xc8\xfe\x62\x3f\x07\xdf\x09\x98\x69\x33\x9b\x35\xf0\xd3\xfe\x7f\x42\x48\x35\x9b\xe5\x1c\xee\x82\xd6\x4e\x6b\x60\xa3\xf3\x93\x73\x64\xcb\xf1\xac\x89\x09\xba\xd4\x80\x3e\x1c\xe2\xf8\x43\xb3\x35\xb3\xd9\x99\x6b\x62\x68\xdf\xe4\xbe\xe4\x61\x48\x65\x79\x1e\x09\x05\x03\x8a\xe0\xf3\x71\x75\xf2\x5a\xeb\x6a\x14\x5a\x70\x2b\x0b\x8c\xa8\x48\x4f\xa4\xb1\x72\x6c\xfa\xdc\x48\xfc\x5b\x93\xdd\x9f\x45\xb1\xdb\x51\x91\x0e\xcc\xdf\x04\xde\x9a\x9b\x39\x2b\xf1\x66\xbe\xae\x18\xe5\xf2\x65\xe9\x84\x2f\x7d\x85\x56\xf5\xda\xc4\x4b\xf4\x0e\xba\xa6\x70\x1e\xe7\xba\x6f\x4c\x6a\x9e\xf8\xb1\x24\x14\xe7\x82\x2c\xef\xde\xd3\x5b\x57\x0e\x6a\xc0\x5f\xa9\xb3\x2c\x73\x0f\xb6\x2d\xd6\x1f\x87\x16\xc9\x5e\x1f\xa1\xe7\xbe\x66\x9a\xc3\xe6\x2e\x8a\xc9\x04\xe7\x0e\x70\xcc\x3d\x3a\xa6\xbe\xd5\xb1\xb6\x22\x74\x85\x76\x91\xd5\xea\xa8\xdf\x37\x9c\xb7\x3b\x66\xdb\x9f\x26\xa1\x51\x6d\x99\xe8\x5d\xdb\xae\xd0\x6c\x56\xe5\x81\xfb\x0f\x16\xe0\x74\x0e\x71\x47\x08\xd3\x36\xd7\x51\x43\x9b\x63\xee\x49\x41\x45\x24\xa0\x12\xd6\x6b\xb3\x20\x34\x28\xab\xe0\x5b\x69\x4e\x0b\xf5\x6d\x63\xd6\x2e\x5c\x78\x5e\x44\x07\x17\xb8\xe7\x81\xaf\x85\xfe\xa1\x1d\x47\x8a\x44\x5f\x3a\x63\x7c\xb7\x27\xf3\x34\xf8\xb4\xfd\x6d\xfc\xa5\x4c\x2e\x4a\xde\x37\x2f\x33\x7d\x4c\x93\x72\x3e\x75\x1a\xf3\xc8\x00\xb0\x08\x37\x3b\xb4\x37\x26\x25\xfa\x3c\xdd\xfa\x3e\x8a\x88\x7b\x93\xad\xa4\x81\xeb\x1c\xb5\x18\x56\x77\x4c\x29\x49\xc7\x0d\x03\x66\xbd\xf1\xd6\x45\x8b\x1d\x54\xd9\xc5\xdf\x8c\xcb\x85\x30\xd5\x97\x3a\xa4\xeb\xe8\x8c\x2d\x89\x1d\xb5\x1f\x6c\x13\xcf\xfa\x98\x99\x98\xa8\x75\xf4\x18\x33\x40\xa8\x09\x1f\x33\x82\xc8\x31\x85\xaf\xec\x1b\x41\x7e\x2d\x64\x3b\xab\x50\x82\x5c\xe4\x00\x98\xe8\x2d\x24\x09\xbf\x02\x25\x1d\xca\x01\x5c\x8e\x5a\x80\xd1\x5d\x38\xb3\x81\xe6\xe1\xd4\xc6\x8e\x50\x32\x19\x90\xc6\xa8\xa3\x22\xa3\x8c\x67\x32\xd0\x3e\x01\xa4\x0e\xa8\x4d\x89\x9d\xc4\x1b\xad\x74\x18\xc0\xbd\xe0\xb3\x01\x92\x39\xb6\xc2\xc1\x25\x26\x94\x29\xc7\x56\x69\x3e\x09\x92\x25\x0f\xcd\x19\x1c\x65\x31\x1b\x11\x98\x47\xc9\x63\xef\xb9\x97\x88\x4f\x12\xf0\xbb\xe8\x4a\xd9\x8b\x01\x70\x9d\x90\xd4\x49\x1e\x86\x6e\xa2\xf1\x38\xb0\xa3\xc3\x14\x2f\x3e\x80\x9a\xa5\x0b\x63\xe4\x20\x6d\x7c\xf8\x3c\xf7\x49\x62\xa1\x5d\x2a\x30\x7a\xf8\x8f\xa3\xda\x88\x66\x30\xbd\xc0\x23\x18\xde\xc7\xcc\xde\x08\x9f\x34\xcf\xa3\x6e\x0c\xfd\x81\x93\x9f\xdc\xf3\x48\x1c\xa5\x45\xc9\x57\x03\x7a\xa6\x8f\x13\x07\xba\xc3\xd1\x30\x7a\x4b\xc9\x03\x34\x25\x0f\x78\xda\x71\x0f\x9d\xef\x91\x9b\x6c\x84\xf6\xfd\xea\x3b\xe5\x0c\x25\x50\x64\x78\xce\x11\xae\xc4\xe8\x70\x4f\xb7\x93\x24\x5e\x8c\x7c\xdb\x43\x90\x04\x14\xd4\x3c\xae\xa8\xec\x0a\x56\xb0\xe5\x90\x99\x30\x8a\xb1\x4b\x90\x82\x9c\x92\x01\xf2\x09\xf1\xcf\x3a\x50\xf3\x65\x49\xb9\x64\x1b\xa6\x18\x2a\x64\x9c\xf0\x07\x3e\x33\xc4\x25\xad\xa9\x80\xe1\x82\x8b\x0b\x94\x04\x60\x46\xd4\xda\x3b\xff\x30\xd4\x9d\x40\x03\x28\x28\xef\x19\x30\xe8\x4b\x76\xd2\x02\x80\x65\x2f\x14\xa5\x8c\x37\xa1\x02\x52\x4a\x00\xf5\x4a\x1d\x53\xd6\x81\x35\xdf\xd7\x9c\x6a\xab\x9b\x30\x13\xf5\x09\xc4\x72\xd1\x3d\x44\xf1\xa1\xe9\x38\xeb\x9b\xc2\xb9\x73\x56\x22\x84\x8d\x63\xc0\x28\x27\x9a\x0b\xef\x38\x96\x7e\x0d\xb1\x0c\x6b\x2d\xaf\x95\xbf\x95\xbc\x36\x24\x94\x45\x71\xe0\xee\xe9\xa5\xba\x42\x75\xda\x61\x1f\x49\xe7\xdf\xee\x28\x2f\x19\xbf\x72\xaf\x74\xcb\x66\x40\xd4\xeb\x0c\xbd\x5c\x75\x87\x85\x27\xc9\x21\x4f\xce\xc7\x86\xfb\x1f\x21\x0f\x1e\xe5\xea\x9d\x17\xc1\x30\x5f\xef\x4e\x85\xb8\x48\x90\x04\x1b\x0b\x23\xf0\x19\x96\x49\xf1\xca\x26\x4a\xfa\x48\x0e\x1e\x72\xc2\xdc\x87\x01\x97\x1f\xcd\x81\xc7\xe6\x19\x43\x3e\xf4\xfd\xe3\xb6\xd1\x8a\xa6\xa3\x4c\xd0\xb0\x0f\xc6\xbd\xf8\x14\x2c\x2c\xcd\x21\xd1\x69\x1f\xce\x48\x91\xca\x6d\xa1\x21\x1f\xde\xd9\x26\xf8\x3d\xc5\x5b\xdf\xe7\x7e\xf4\x45\xc5\xc5\xe4\xc8\x4d\xe9\x2b\x1a\x82\x9e\x34\xb5\xfb\x10\x97\xf9\x7a\x93\x83\x9b\xd4\x57\x0f\xce\x0d\xb8\xd3\x58\xc4\xf1\xf9\xa7\x5f\x91\x16\x63\xfe\x79\x97\x64\xd2\xaf\x33\xbd\xd2\x6e\x44\x50\xbc\xd9\xbf\x62\x4a\xbf\x95\xac\x38\x49\x39\xec\x76\xb7\xf8\xd1\x83\xf3\x20\xf3\xe5\x10\xa5\x38\x8f\xfc\x9e\x13\x46\x7d\x34\x2e\x94\x85\x89\x55\x62\xa9\x27\x75\x80\xc6\xf2\xe2\x38\x79\xed\xc1\xb9\xc9\xd7\xa7\x57\x02\xe5\x82\x25\xe4\xf5\xe4\xeb\x42\xe6\x22\x95\x98\x44\xde\x4f\x8c\x1a\x39\x99\xf7\x93\x44\xd4\x79\xfc\x48\xc9\x02\x0b\x9b\xe8\x59\x58\xeb\x73\x54\xaf\xa2\xb3\x61\x4e\xcd\x9f\xa2\x2f\xdc\xed\xd7\x30\x75\xb9\xb7\xe9\x71\x1c\x16\x43\xf6\x4d\xc5\x6d\x58\x4a\xa3\x4b\x28\x2e\x57\x7a\x81\x5d\x34\x30\x27\x10\x92\x63\x63\x9e\x2a\xdf\x4b\x6f\xa6\x35\x18\xd2\x50\xe0\x5d\x09\xb9\xdb\xac\x79\xfb\x31\x07\x13\xb7\xd4\xca\x36\xb0\x69\xbb\x0c\x0a\x39\x45\xc9\x2a\x50\xe8\x8e\x3b\x77\xe0\x30\x3f\xf5\xb8\xfe\xab\xc9\x85\xb7\x82\x33\x72\x06\x51\x43\x66\x1a\xec\x71\x01\x69\x7e\x8d\x81\x8b\x42\x7a\xdf\x71\x6d\x5a\xe3\x6b\xc7\x25\x5f\xeb\xd4\x76\xa1\x72\x72\xc8\xa9\x1c\x2c\x82\x27\xa4\x93\x37\x13\x1c\xb3\x66\x33\x6d\x5d\x34\xa4\x2a\x08\x16\x39\x7b\x24\xbd\x93\x80\xb4\x53\x17\x84\x2e\xe5\x6a\xe4\x22\x11\xe3\x1e\xd4\x22\xa1\x01\x15\xc7\xbc\xaa\xd5\x4d\x90\x54\x23\x26\x87\x91\xb5\x5e\x9f\x86\x4e\x9a\x11\x38\x2e\xdd\xd2\x7b\x98\xb7\xee\x2d\xce\x26\x8e\xc8\x27\xce\x20\x3e\x66\xf7\x9e\xc0\x90\x84\xd7\x95\xef\x86\xa5\x2e\x2d\x3f\xf5\xc9\xca\x40\x12\x21\x3a\x24\xfd\xb5\xa8\x23\xba\xd1\x84\xe8\x16\xca\x68\xb4\x27\xa3\xd1\x94\x8c\x46\xef\x21\xa3\xb1\x4d\xde\x11\xd3\x90\xb0\x75\xcc\xc1\x9f\x3d\xac\x67\xed\xce\x44\xc7\xb1\x85\x86\x8e\x2d\x50\xe5\xfa\x63\x64\xba\x25\x5f\x19\xb1\x4e\xfd\xc5\x4a\xd4\xf6\x04\xbb\x98\xa0\x68\x1e\x7c\xcc\x21\xa5\x23\xd6\x5d\x0f\x05\x45\x3b\x7f\x09\xc7\xfa\xda\x74\xec\xfd\x58\xe5\xcb\x70\x0d\x9d\x28\x58\x5b\xc6\xbc\x8c\x83\xfd\xee\xd5\x28\xe5\xf6\x96\x18\x50\xce\xf7\xbb\x2b\x51\x94\xf4\x45\x2d\x6c\xc6\x9c\x3c\x3e\x0f\xd1\x77\xa4\xdf\x87\xf9\xd5\xda\x94\x9e\x3d\x71\x0a\x82\xf9\x13\x21\x8a\x2e\x64\x33\xbd\x84\x25\x5d\xb5\xbe\x16\xe0\x40\xec\xce\xe0\xd7\x93\xb8\xfe\x59\x22\xad\x23\xba\x53\x3c\x95\x04\xe7\x7d\xd4\xea\xaa\xba\x1f\x3b\x8a\x62\x9c\x4c\x5e\xba\x13\x11\x85\xef\xf9\xcd\xb7\x19\x13\x86\xf1\x36\xe8\xf0\x19\xdd\xc0\x58\x35\xb7\x49\xdf\xc3\xef\x7c\x6e\x66\x18\x54\x4b\x3e\x4b\xba\x22\x71\x4a\x0e\x97\x41\xcd\xe6\x46\xb2\x43\xf9\xcc\xaa\x31\xd5\x0f\x88\x1b\x47\x90\x48\x29\xf5\x99\x89\x84\x1d\xff\xda\x16\x3a\x09\x7c\x5b\x74\x76\xd7\x0b\x75\xe0\xcb\x5c\x62\x86\x29\x16\xb8\x46\x0b\xf5\x60\x13\x3c\x68\x73\x16\xa2\x1a\xe4\x64\xf2\x09\x73\x5a\x6d\xff\x76\xe7\x6c\xf7\x3f\x3d\x67\xc2\x96\x9c\xe3\x0f\xc3\x79\x13\xa2\x2a\x63\x4d\x27\x35\x80\x18\x3c\xf0\x97\x69\x4f\xed\x38\xd7\x40\x32\x77\x80\xbd\xaf\x62\xfa\xd1\xf9\xe9\x8b\x23\xc5\xa3\x02\xc3\x1f\x3f\x7a\xb7\x69\x3a\x9d\x5d\x5e\xfa\xfc\xad\xbd\x5c\x07\x2f\x2a\x76\x75\xed\x8b\xd2\x77\x1b\x94\xdd\x44\x03\x97\xcd\xfa\x9a\x96\xfb\x8a\x96\x66\x4a\xdd\x09\x99\x9a\x23\xc9\xc7\xac\xe6\x4f\xeb\xed\x96\x75\xdf\x33\x77\x3f\xf6\x53\x48\xc4\x34\x78\xd2\x29\x2d\xb1\x3c\x53\x7c\xb1\xff\x79\x6e\x58\xb3\xa0\x47\xd1\x85\xbe\x4e\x89\xdb\x81\xbe\x98\x57\xac\x74\xc0\x17\x73\xfb\x23\x9a\x03\x4f\x23\x42\x14\xbd\x9f\x44\x83\x30\xd9\xaa\xdf\x4a\x1b\x7d\x6f\xb6\x31\xf8\x69\x81\xe8\x1e\xe9\x5d\x75\x99\x00\x1a\x2a\x73\xe4\xc2\xf3\x19\xae\x53\x04\xbe\x4e\xb3\x20\x89\xbc\x34\x1d\x90\xb5\xa6\x3a\xcd\x20\x1f\x11\x57\x02\x52\x93\xb7\x12\x57\x67\x29\x9a\x67\x03\x46\xc9\x5b\xeb\xa4\x57\x0d\x5d\x9a\x92\x58\xdf\xaa\xeb\x40\xa7\xd8\xd2\x68\x88\x6c\xf5\xd8\xa2\x69\xd8\x95\x71\x8c\x07\x6c\xc4\x51\xb3\x3e\x86\xdb\x32\x15\x9a\x63\x78\xda\x2f\xb9\x85\xe9\xbc\x13\x78\x6f\x10\x5b\x71\xdf\x5d\x27\x7f\xe0\x2a\x9d\x99\xac\x24\x3c\x37\xea\x68\x00\xd2\x0d\xab\x2a\x8d\xd0\x3d\xa1\x30\x75\xb4\xf4\x0b\x3f\x55\xdc\x7d\x60\x0c\x12\xb5\xba\x99\x7b\x33\x4f\xe5\x13\x32\x79\xfa\xfb\x30\x88\xae\xd9\xee\xeb\xa0\x84\x2e\xae\xe7\x41\xa9\xbe\x8e\x0f\x2e\x20\x50\xff\x85\x1e\x7c\xb9\x52\x0d\x58\xdf\x59\x2d\x4a\x2e\x95\x9a\x5b\xfc\xa6\x0f\xa7\x6e\x0b\x28\xae\x82\xeb\xa8\xb8\x5c\x02\xde\xfe\xd0\x9c\x0d\x22\x9f\x9e\xb2\x6d\x38\x70\x10\x7c\x57\xaa\xb9\xe2\x4b\xfb\x5f\xd0\xfe\xb0\x14\x47\xe7\xc1\x60\xac\x23\x7b\x7c\xc3\xc4\x96\xba\xaa\x78\xe3\x93\x73\x84\xf2\x1e\xd3\x0c\x88\xaa\xea\x01\x88\x43\x1f\x3c\x5d\x2c\x1b\xb9\x01\xc2\xd7\x65\x6c\x44\x8d\xaf\x45\xc0\x9e\xfe\xb1\x19\x48\xbe\xd0\x23\xa7\x47\x59\xac\xa0\xe6\xc5\x47\x14\xce\x85\xf4\xf7\xe0\x91\x1b\xf5\x0f\x61\x1e\xda\xc3\xb7\xff\xc6\xd4\xd2\x8f\x1e\x83\xf3\x20\x33\xb5\x9c\x6b\xd4\xb6\xb0\xdc\x01\xb2\x32\x92\x5b\x20\x51\xf5\x0f\xcb\x68\x39\xd4\x57\xf8\x09\x88\x83\x2e\x50\x28\xbb\x05\x0a\x5d\x4d\x32\xbe\xc2\x05\xa1\xcb\x7a\x35\x29\x96\x67\x2b\x42\x48\xb1\x3c\x5f\xcd\x66\xfa\x94\x4c\xc5\xb2\x5e\xc1\x8c\x7b\xc3\x8f\x4c\x55\x13\x58\xd9\x9f\x8b\x2f\x40\xd4\xc5\x16\x97\x8a\xd5\x10\xea\xbb\x16\x9b\xd4\x20\x29\x51\xa7\x8e\xd6\xcd\x11\x2e\xc8\x19\x6e\x48\x6d\x17\x59\x3c\x6e\x1e\x15\x76\x91\x7b\x52\x2f\x8b\xd5\x84\x2d\xf7\x2b\xb2\xa4\xcb\xfd\x0a\xf3\xe5\x7e\xb5\x0a\xaa\xe7\xd7\x5a\xe3\x39\x72\x42\xbe\xa7\x37\x70\x28\x7a\x25\x13\x7b\x9a\x80\xee\xa5\xd6\xbd\x82\x53\x24\x39\x47\xa0\xbd\xeb\x13\xdb\xfe\x0d\xd5\x39\x7e\xce\x66\x63\x14\xb6\x61\x88\x62\xe0\xf4\x13\x5f\x47\xce\x20\x9f\x20\x76\xee\xe2\xf5\xc5\x94\xc6\x0e\x76\x40\xf3\x47\x28\x12\xa6\x80\xf3\x3d\x22\xd6\x23\x2f\x47\x26\x0e\xa4\xad\x64\x65\xf7\xae\xec\x53\x51\xc7\x47\x0c\x12\xce\x14\x2f\x19\x02\x46\x43\xc1\x68\x53\xc1\xef\x18\x54\xac\x9f\x7a\xe7\x47\x04\xcb\xf9\xa3\xbe\x2c\x3b\x14\x4a\x6b\x9f\x22\x96\x12\xe1\x1e\xd3\x20\x49\xc8\xbc\xe8\x1c\x55\x91\x25\x22\xe2\x87\x7c\x8d\x8d\x21\x56\x68\x90\x86\x3b\x0b\xda\x11\x34\x18\x66\x92\x3e\x0a\x4d\x80\x19\xea\xbd\x48\x30\x13\x46\x7b\x97\x4a\x8c\x34\x44\x81\x75\xda\x3f\xd0\xf8\x22\x73\x1f\x43\xd5\xc3\x7e\x57\x9d\x42\x54\xc9\xbe\x26\xc2\x59\xb3\x3a\x89\x3e\x1a\xb0\xd3\xd4\x51\xce\xf0\x8e\x00\x6f\xb1\x35\x39\xc9\x6e\x67\x58\x20\x7d\x1d\x77\xd2\x9d\x77\x26\x3c\xd2\x63\x2f\x51\x8a\x99\xe1\x1a\xd0\xfe\xe7\xa2\xf9\x91\x2a\xba\x13\x1f\xc7\x0f\x61\xbd\xfd\x80\x22\xf5\xf1\xc0\x04\x4a\x5a\x56\x10\x75\x6e\xea\x98\xfc\x0f\x24\x6c\x50\x4c\xda\x92\x2e\xc5\x6a\xa5\xce\x8b\xfe\x6b\xf0\xaa\xd0\xaf\x4d\x44\xdd\x10\x62\x1a\x44\xf1\x89\x86\x3f\x03\xaa\xa4\x3a\x3b\x02\xfb\xc8\xf3\xdc\xc0\xdd\x76\xe7\x66\x9c\xec\xae\x08\xd6\xbb\x22\x12\x4b\x42\x48\x4e\xa7\xcc\x17\x4e\xed\xae\xfb\x62\x18\x60\xab\x85\x3f\xed\x4b\xba\x42\xee\x7a\x4f\x8c\x05\xa4\xfa\x12\xea\xf1\xf5\x29\x2c\x2b\xad\x1f\x90\xa1\x49\x14\x19\x48\xab\xe1\x52\x40\x0e\xa6\x5c\x74\xa7\x1a\x8d\xbb\xf8\x4c\x8b\x33\x72\xcf\x47\xcd\xe7\x70\x18\x1d\x3c\x7a\x6d\xc5\x88\xb0\x90\x74\xdf\x37\x36\x2c\x43\xed\xae\x22\x53\xfa\x3a\xba\xd2\x22\x51\x7c\x40\x37\xe2\xba\xe8\x29\x4d\x34\x45\x17\x7b\x3e\x57\x6c\xc9\xbb\xbd\xe0\xea\x7a\x31\xad\xf2\xcc\x0c\xa9\x53\x91\xe3\x0c\xe8\x30\xdf\xef\x5e\x8b\xdd\x75\xc1\x69\x48\x68\xa0\x62\x83\x95\xe2\xd2\x4d\x06\x2c\x2d\x97\x45\x55\x99\x3a\x54\x21\x8d\x01\xb2\x90\xe6\xe0\x23\x8b\xd8\xe9\xa9\x44\x8a\x80\x2c\xe5\x0a\x4a\x72\xc1\xb5\xc8\x7f\x6a\xa8\x2b\x71\x72\x72\x6e\x4b\xcb\x9d\xb5\x39\x45\x68\xa4\xa3\xd0\xb4\x26\xe2\x4d\x10\x36\xbe\x29\xb7\x91\x3b\x3d\x60\x5a\xba\x91\x08\x84\x4a\x1d\xf1\xbe\xb9\x33\xac\xc3\x1e\x0c\x87\x12\x2a\x9b\x84\x6a\x6a\x5e\xb2\x66\x5d\x73\x4e\xd7\xb6\xdc\x49\x87\x37\x30\x67\xae\xc3\x1e\x68\xf6\x35\x00\xdc\x10\x1b\x1b\x2b\x7d\x23\x50\xdf\x7b\xa0\xcb\x92\x09\xba\x96\xd5\x6d\x7f\xc7\xfb\xe8\xb1\x8c\x6b\x24\x1f\x03\x5f\xe8\x61\x13\xc5\x61\x43\x7e\xc0\x64\x36\xb4\x09\x25\xd4\x3a\x23\x70\xcc\x74\x79\x2a\x35\xcd\x24\x4e\xf6\x9d\x25\x20\x8a\x1b\x4c\xe2\xdb\xd3\x53\xb0\x4f\x19\x2b\xb5\xf4\x2e\x0a\x46\x67\xc6\xfb\x99\xd7\x40\x01\x7f\xcd\x36\x32\x47\x13\x13\xeb\xcd\xbc\x95\xab\x26\x6c\x0c\x5c\x39\x08\x2d\x8f\x8a\xc7\xb5\x47\xe0\xc2\x9a\xb5\x41\x60\x69\xa6\x8c\x37\xb2\xe0\x6b\x53\x49\xdc\x4e\xe5\x31\x87\x5a\x61\x30\x5e\x83\xb0\x9f\x21\x72\xa9\xae\xa5\x46\x0a\x45\xc1\xe0\xaa\x19\xcd\x20\x99\xa0\xc5\xce\x87\xc9\xbd\x4e\x12\xde\x8f\xb8\x71\xd2\xe3\xc0\x5e\x29\x71\x5d\x03\xe6\x29\xc8\x78\xa6\xf2\x79\xc2\x58\x73\xd7\x46\x25\x82\x42\x5f\x85\x0e\x06\xf3\xbe\x9a\x00\x33\xc2\x03\xae\x39\xd6\x13\x08\x25\x53\xf2\x31\x4d\x82\x50\xfb\x95\xc0\x63\xdc\x74\x65\xf0\x3d\x39\x7b\xb4\x7f\x6c\x2b\x69\x3d\xda\x5b\x39\xb4\x22\x8d\x12\x3e\xd7\x84\x2e\x2b\x5d\xf8\x98\x95\xd9\x09\x21\x95\x8d\x13\xad\x97\xd5\xea\x70\x60\xcb\x6a\x85\xad\x5e\x7b\x62\xd2\x9f\xbb\x35\x6f\x2e\x36\x60\x6f\x81\xd8\x5c\x93\x0c\xdd\x97\x24\x74\x5e\xab\x31\x83\x91\x57\x78\x8d\x26\xef\x04\x2d\xde\xeb\x44\xe9\x3e\xc1\x7d\xfc\x85\xcf\xc0\xa9\xbe\xc0\x79\x69\xea\x86\x56\x08\x1d\x71\xf0\x2e\x47\x22\x86\xc2\x91\xad\xe1\x28\x1e\xd7\x56\xb0\xf9\x0d\x46\xb5\xd9\xc4\xe5\xb2\x5a\x91\x75\xab\x63\x78\x2d\xf7\xb2\x8e\x0e\xcc\xb8\xf4\x39\xe6\x77\xe3\xc5\xe5\xfb\xd0\x38\x31\x16\x9f\x93\x23\x7c\x62\x3a\x76\x32\x46\x1b\x79\xf5\xa4\x6d\x03\x13\x2b\xc4\x0d\x1b\x0e\xee\x61\x33\x8d\x6c\x6a\xf7\x9b\x25\xf7\xb3\x34\x52\x7e\x9f\xcd\xf9\x55\x57\xe9\x95\xaf\xd0\x4f\x3f\x23\x04\x68\x02\x02\x12\xdd\x5d\x01\x2b\x62\x16\xa3\xef\xbe\x67\xcc\x50\xa6\x94\xb6\x18\xf4\x04\x46\x01\xee\x85\xee\x04\xf1\x5a\x6a\x6d\xa2\xe1\x51\xb0\x2f\x58\xdc\x23\x1f\xae\xd0\x79\x45\x46\x54\x46\x70\xd1\x54\xb3\x59\x5e\xf4\x28\xab\x2f\x04\x64\x64\xfd\x61\x77\x81\x71\xf9\xdf\xea\x47\xf7\xa0\x32\x64\x84\x2e\x6b\xd2\x2c\xf9\x6a\xa5\x77\xbf\xb2\xc9\x65\x4e\x08\x29\x96\xf5\xea\x70\xb0\x6e\x21\xcf\xff\x6b\x5f\x54\xb9\x58\xd6\x2b\xcc\xd0\xe1\x20\x9d\xf6\x33\x3c\x6f\xb6\xf0\x43\x9f\x61\xc9\x1e\x67\xa7\x31\x45\x3f\xcd\x16\xe6\x11\x2b\x4f\xb3\xaf\xb2\x6e\x64\x7a\xb0\xfa\xa1\xf8\xf4\x61\x4b\x42\xdf\xb4\x91\xd2\x3a\x26\x8c\x44\x6d\xaf\xf2\x79\xbf\x27\xea\x03\xe0\xe3\x4a\xcd\xf7\x9a\x66\x47\xdd\x94\xa7\x1e\x83\xb3\x8d\xe1\x59\x50\xd2\xb4\xe8\xa7\xa0\xab\xd4\xdf\x67\xe4\x52\x3b\x2c\x85\x0a\xfc\x31\xa0\x68\xb1\x68\x00\x1c\x3a\x66\x24\xc8\x04\x90\x3a\xa2\xa9\x9c\x00\x1d\x1b\x4f\xea\xb3\x8e\xae\x22\x9c\xdc\xa4\x13\x8d\x9f\x24\x0c\x14\xf7\xa2\xf6\x93\x39\xba\x83\x34\x06\xdd\x63\x72\x3f\x80\xa6\x2c\x54\xf9\xb0\xf9\x64\x0c\xd8\xfd\xe6\x83\xa0\x4f\xf4\x4c\x75\x2e\x82\x5d\x37\x17\x01\x83\x67\x98\xa1\x8e\x2f\xc6\x15\x04\x64\x8f\x24\x0f\x07\x63\x68\x9c\x89\x5d\xab\xb4\xc7\xa2\xee\x8c\x05\xf5\xb8\x17\x77\x8e\x50\x4b\xe7\x8e\x35\x89\x33\xb9\x9a\x5a\x53\xd1\xc3\x12\xd3\x79\x98\xe4\x00\x7e\x06\xef\xd7\x1d\xd3\x2d\xe8\x1a\x5f\xd4\x02\x2a\x57\x45\xe7\x46\x3d\xfc\x6c\x05\x99\x1a\x0b\x2e\x91\xac\xd5\x13\x56\xde\xe9\x54\xdd\x09\x8b\xbe\x41\x3d\x2a\x57\x34\x8e\xd7\x62\x0b\x7d\x2e\xba\x2a\xc6\xc0\x59\x49\x17\x85\x35\x2f\xe2\x33\x41\x7f\x91\xa2\x58\x4b\xd5\x75\x59\x5a\xf9\xa4\x09\x42\xb2\xb5\xaf\x0e\xc5\x1c\xb5\xf8\x3d\xe4\x0a\x1b\xac\x6f\xed\x4b\xa8\x64\x6e\xa9\x19\xf1\x7e\xef\xd7\x45\xf3\xc6\x3e\x37\x03\x69\x56\x1f\xdc\x83\xb3\x92\x0e\x7d\xf5\xcc\xbf\xe9\x7e\xa7\x25\x10\x3d\x31\xcf\xee\x2a\x6c\x5e\xf4\x97\x7e\x38\x50\x75\x4c\x4c\x57\x0e\xa1\x06\x40\x07\xf5\x1f\x5c\xb2\x11\x5e\xbb\xb9\xeb\xc1\xdf\xec\xe8\x9a\x6d\x18\x2d\x73\x8e\x50\x02\xcc\xe0\x07\xa9\xa5\xc4\xde\xea\x5f\xba\x15\x80\x3f\xd6\x11\xe8\x80\x79\x2b\x28\x17\x96\x73\x14\x14\x30\xb3\xee\x00\x57\x54\xbe\x52\x72\x8e\x62\x3f\x72\x5d\x3c\x4f\x07\xbe\xa1\x49\xa3\xc0\xa9\x9e\x18\x90\xf6\xf7\x71\x36\xcb\x4d\x3f\xfd\x77\xa6\x33\x5d\x9a\x03\x07\x5b\x8b\x10\x2e\x2e\x74\x76\xf8\x62\xce\x4a\x9c\xac\xce\xe1\xea\x49\x9a\xaf\x82\xaa\x18\x6f\x6f\x77\xa6\xc4\x0c\x42\x0b\xe8\x06\x14\x30\xc0\xa0\xd7\xde\xb2\x62\x3e\xb4\x28\xea\x45\x14\xfd\x69\xdb\xe2\x91\x46\x03\x7b\x1b\x42\x13\x96\x87\xac\x1b\xdf\x18\x1c\xd9\x7d\xe0\xc8\x3e\x05\x8e\xfc\x42\xa7\xf9\xe7\x1e\x50\xf9\x1d\xe3\xeb\x6a\x5f\xd2\x97\xa5\xae\xa6\x16\x18\xc8\xec\x32\x5f\xd4\x82\xb2\x2b\xae\x66\x4a\x31\xc7\x02\xab\x4e\xd0\xaf\xdd\x08\x66\x36\xc2\x1f\x15\x23\x9e\xfd\x76\x07\x65\x6a\xbf\x1e\x3a\x25\x28\x3c\x4a\xff\x9c\x3d\x02\xc0\xb8\x3a\x7d\x39\xc7\x77\xac\x6c\x34\xbd\xf7\x32\xe5\xd8\x29\xbe\x18\xc0\x68\x2b\xfc\x6a\x78\x2c\x52\x70\x78\xc2\x75\xbd\x7e\xd7\x57\xef\x78\x98\x4e\x9e\x34\x41\x6b\x7b\x42\xf0\x78\xb3\xb1\xab\xa3\x4b\x59\x35\x7c\x42\xc0\x60\x16\x00\x45\x9f\xa5\x89\x5c\xf2\x95\xb9\xae\x9e\xe4\x0c\x0d\xf8\xb6\xdf\xb1\x72\xa1\xcd\x9d\xb7\x3b\xba\x08\x5c\xf0\xa1\x12\xc7\x20\x9c\x46\x6f\xba\x11\xcc\xe0\xf7\xc1\x0c\xfe\x69\x98\x61\x9d\xd7\x2f\xaf\x28\xa7\xa2\x90\xd4\x6d\x5e\xb0\xbb\xb0\x13\x83\x0d\x3a\xf5\xec\xbd\x66\xcb\x43\x57\x6a\x4a\xc5\x1d\x68\x05\x94\xb5\x74\x9e\xf6\xdc\x05\xca\xe9\xea\x20\x3c\x51\x04\x84\xeb\x5a\x1f\xc5\x30\xa1\x99\x1c\x23\x34\x05\x96\xb8\x41\x98\x2d\xeb\x15\x69\x02\x2f\x8a\xa1\x4f\x16\x7d\xf7\x65\xb6\xc9\x03\x1d\x94\xde\x18\xc6\x4b\x7b\xca\xf5\x96\x05\xfe\xcc\x06\xfa\x9e\x23\x41\x51\x09\x4f\x36\xe7\xc5\x96\x5a\xfd\x9c\xce\xf1\xe5\xb9\x2d\xf0\x03\x0a\x9c\x80\x52\xbb\x5b\x63\x66\x76\x36\x64\x43\xd0\xa4\x70\x96\x32\xbe\x2c\x56\x6d\xdb\xe2\xeb\xa2\xb1\x4b\x7c\x52\xdd\x14\xb7\xe6\x4c\x0e\x95\x38\x57\x82\xa0\x67\x57\x1c\xf3\x35\x9b\x65\x05\x7c\x0d\xd9\x01\xe7\xd4\xf4\x08\xdd\xa7\x09\xc8\xd0\x00\x03\xf3\x09\x9c\x81\x06\xa6\x70\x38\x88\xd9\xcc\xd4\x92\x6e\xf4\x1e\xb8\x95\xc7\xf3\x78\x79\x6c\x0e\x83\x8b\xcc\x33\x56\x9a\x25\xba\xbe\x0f\x87\x8c\x95\x9d\x67\xa8\x37\x60\x4c\xf1\x3e\x6d\xe0\x07\x05\x2f\x1f\x28\x4c\x4a\x4e\xc1\xbd\xed\xcf\x65\xf8\x0e\xfb\xa8\x89\x9c\xe4\x90\xfb\x27\x1c\xd7\x6f\x35\xd2\x6b\x1e\xe2\x6d\xff\x11\xdb\x1d\xa0\x7a\x8b\x83\xcf\x86\xc6\x86\x52\xc6\xd0\x2e\x8b\x60\x2d\x97\x9a\x20\x69\x6d\xce\x7c\x5d\x6c\xa9\x2e\xaf\x84\x56\x87\x83\x5c\xd2\x95\x22\x7c\x69\x49\x23\x41\x1b\xfc\x45\xef\x23\x4c\x68\xb1\xbe\x8e\xce\xab\xd7\x59\xe2\x5a\xc9\xa6\x63\x52\x82\x50\xa2\x68\x18\xb1\x50\xc3\x51\x9f\xcd\x58\x4f\xfe\x71\x95\xd4\x21\x17\x43\x8d\x70\x4c\xa5\x86\x3f\x0c\x4a\x57\x99\x4f\x95\x14\xc8\xfb\xeb\x4e\x5f\x62\x7e\xdd\x51\x32\x42\x48\x81\x19\x6b\x4a\xb3\x53\x79\x9a\x41\x0c\x59\x66\x69\xa0\x37\x38\xf9\xab\x80\xb9\xab\x40\x1b\x99\x98\xf3\x8c\x73\xb1\x93\x78\x4f\xd8\xb2\x58\x59\x25\xe3\xa5\x13\x25\xfd\x16\x85\xf9\xd0\x30\xc7\x7b\x84\xd7\xa4\xd2\x49\x52\x37\xa4\x9a\x9b\x7b\xa3\x54\xf3\x10\xee\x17\xf1\x7f\x1e\x0e\xcb\x15\xf6\x3f\xb5\x12\x70\x8d\xf0\x06\xe5\x4d\xd0\x4c\xfb\x46\x9a\x52\xab\x0d\xde\xa0\x49\xbd\x2c\x56\x44\xf1\x07\x6b\xc7\x1f\xac\xe1\x4e\xd0\xb1\x17\x25\xb9\x53\x93\x58\xd4\xad\x49\x17\xd2\x8c\xc1\x0b\x97\x20\x24\x0c\xed\xd8\xe7\xdc\x0a\xd8\x06\x67\x27\x3a\x0e\x51\x86\xe0\x2e\x06\x88\xee\x95\x14\xf5\x49\x10\x6d\x10\xde\xa3\xbc\x1e\x82\x68\x8d\xf7\x5a\x7b\x5e\x19\xb0\x29\xc0\x36\x0e\xb0\x8d\x01\xec\xbd\x40\x59\x01\x28\x47\x17\x36\xc4\x9f\xc1\x30\x13\x99\x96\x4d\x72\x6e\xc2\x29\xd0\xc4\xb2\x00\x2e\x49\xa7\x8b\x3a\x9a\x76\x6f\x75\x8e\xe6\x6e\x2a\x39\x53\x7b\xb7\xaf\x2a\xd4\x62\xd6\x74\xc8\x8c\x2d\xe2\xdd\x5a\x2f\x39\xbd\xd6\x4e\x2d\x7b\xd7\xb9\x4e\x84\x1b\x90\x47\x78\xd0\xea\xfa\xe2\xb6\x75\xf8\x3a\xe6\xdd\xfa\xe1\x91\xb3\x19\xe8\xcb\xe5\xbc\xa8\xaa\xfa\xe6\x7b\x35\xcb\x40\x45\x68\x3d\xf7\x4c\x89\x63\x1b\x63\xf5\xae\xae\x2b\x5a\x70\xa0\xd5\x50\x3b\xd9\x16\x54\x26\xe2\xe2\xe1\x7f\xe4\x52\xec\xe9\x41\x1e\xce\xd1\xff\x7e\xc8\xe6\x92\x36\x32\xa7\x68\x91\xf1\xbd\x1a\xd9\x28\x50\xce\x09\x21\xa1\xca\x63\x91\xb4\xaf\x1c\x9d\xab\x2e\xe8\xfc\xb5\x9e\x4e\x4e\xa1\x5c\x3e\x3b\x0a\x09\x77\x75\xd8\x65\x29\xa6\xcf\xaf\xc1\x3b\x6b\xb8\xb8\xfb\xec\xd4\xdd\x2b\x36\x61\x82\xf5\xee\x78\xf0\x25\x2c\x3b\x17\xa7\xe4\xf7\x58\x91\xb9\x67\x85\xa4\x39\x9d\x37\x26\x6b\x84\x40\x60\x20\xb0\x0f\x04\x42\x3a\x00\x4d\x37\xb3\x66\x87\x00\x3a\xf2\x22\x78\xbd\x30\x15\xac\x2f\xcc\x46\x27\x21\x16\x79\x10\x39\xbb\xfc\x33\x48\x41\x77\xc2\x9a\xef\x8b\xef\x73\x8a\xa0\x9c\xf5\xcb\x37\xaf\x5d\x45\x6b\xe8\x2f\x2c\xbf\x5f\x87\x3d\x81\x01\x8d\x9e\x10\x72\xfe\xf0\x4c\xff\xf1\xe0\xfc\xa1\xae\x97\x59\xdc\x17\xc0\x16\x5d\x20\x16\x4f\xfb\x82\xba\x22\xdc\x75\x2e\xc9\xf7\xb0\xe6\x9c\x22\x74\x21\x47\x97\xf7\x89\xbd\xb5\x08\x2a\xb3\x1e\x9b\x6b\x1a\xd9\x74\xc7\x06\x5a\x8a\xf5\xfa\x35\x1f\xb7\x68\x42\xe7\x06\x4d\xdf\x8a\x82\x37\x9b\x5a\x6c\x09\xc7\x74\xae\x76\xc9\x3f\x61\x98\xce\x53\x04\x02\x52\x57\xe8\x05\xfa\xc6\x05\xa6\x86\xb1\xf1\xcf\x1a\x4c\xe7\xfe\x97\xc0\x86\x58\x7d\xa3\xbd\xce\x40\x52\x7e\x1d\xc9\x17\x4a\xee\x00\x7e\x36\xe5\x88\xe1\xef\x19\x53\xc8\xde\x18\x15\x10\xe4\x01\xc8\x80\x45\x45\xd6\xb4\x66\x9a\xa5\xd3\x14\x07\xed\xdb\xdf\x40\x6b\x0d\xe7\xf4\x9e\x2a\xeb\x8f\x1d\x1d\x53\x5b\xf7\x3b\x8c\xd0\x93\x69\x42\xed\x88\xfe\x8f\xb4\xd9\xd5\xbc\x31\x04\xbb\x43\xbf\xd3\xba\x71\xef\x13\xa5\xf1\xc5\x8e\x2a\x8f\xaf\xff\xef\x4d\xcd\x1f\x14\x3b\x16\x57\xd8\xd7\x6d\x19\xdf\x54\x74\x2d\x6b\xd1\xad\xb9\x1f\x7f\x9e\xaa\xc8\xdf\xab\xb9\xaf\x58\x90\xdf\x00\x98\x8c\xb8\xda\xea\x0e\x92\xfe\x2a\x7f\x56\xaf\x21\xf6\xf1\x1b\x5a\xed\xa8\x58\x74\xd2\x5e\xd8\x82\xfb\x84\x98\x1d\x51\x58\xf6\x7a\x63\x73\xb6\xa3\x30\xad\xc1\x65\xb8\x3d\x10\x34\xa8\xfb\xb4\x8d\x9d\xc6\x2f\x99\xfe\x3d\x74\x14\x0c\x93\x08\x04\xe9\xe0\x91\x73\x24\x0e\x1e\x86\x31\xc1\xfa\xc5\x52\xac\x26\x72\x29\x56\x47\x66\xc5\x51\x6b\x67\xdf\x26\x26\xe5\x58\x2a\x3f\xb1\x40\xe7\x62\x34\x2d\xbe\x59\x42\xe5\xe2\x5f\x6a\xdd\xcb\xf8\x74\x0a\x34\x31\xe1\x78\x8d\x12\x34\x0c\x83\xd7\xfa\x4e\x08\xb3\x3a\x17\x1a\xb2\x62\x5d\xff\x98\xc4\x3e\x3a\x2e\x0a\x52\xac\xc5\xf6\xf5\x17\xa2\xde\xfe\x50\xdc\x56\x75\x01\xaa\x33\xa3\x34\xc3\x9d\x21\xc2\x99\x26\xee\x0e\xb6\xc9\xe5\xfd\xfa\xcd\x06\x1a\x64\xf8\x24\xd0\xe1\x5c\x2a\xa1\xcd\xe7\x6a\x4f\xf1\x4c\xd7\xc9\xa4\xee\x3d\xb7\xc7\xae\x3a\x28\x64\x1c\x05\xa6\x68\xae\xcd\xd7\x0a\xda\x66\x32\x8b\xe1\x80\x80\x81\x33\xa3\xab\xf2\xc0\x86\x81\xaa\xaf\x4f\xa5\xd2\xd6\xb2\xe9\x78\xaf\x90\x95\xc2\xbe\xfb\xf3\x9e\x0a\x97\x50\xa8\xdb\x6b\xec\x96\x0b\x4a\x76\x23\x02\x80\x3d\xcf\x45\x37\x7b\x7e\xba\xc5\x46\x2a\xf2\xd6\xe1\xc1\x75\x63\x1e\x26\x39\x99\x87\xfe\x13\x14\x04\x74\xaf\x25\xee\x62\x06\xd3\x8a\xd7\x8e\x8d\xae\xa3\x6a\xf3\x0e\x87\x41\xdf\xba\x62\x11\x07\x17\xf8\xf8\xb1\x91\xaf\xcd\xfc\x07\x04\x90\xfb\xd0\xae\x4e\x52\x96\x63\x27\xca\xd1\x29\xfc\x4f\x23\x5f\xc9\x69\x85\x64\xac\xb7\xbd\x91\x27\xc3\x7d\x77\xb8\xe3\x7a\x42\x47\xb4\x30\x14\x3b\x5d\xac\x48\xa9\x57\xe9\x80\x7a\x35\xf4\xe6\xec\x0c\xb8\xac\x57\xae\x08\x4a\xef\xcd\x04\x30\x02\x98\xce\xee\xf2\x72\xa8\xe4\x1d\xaa\x5e\x14\xdf\x35\xc0\x02\x8c\x91\x2a\x2d\xb0\xa2\x16\x0f\x34\x48\x90\xd6\xfc\x0c\xcb\x79\xc3\xf8\xd5\xbe\x2a\x04\xfb\x6f\x8a\xf2\xfc\x0c\x73\x4f\x6a\x5c\xed\x7e\xa4\xf3\xcb\xef\x5c\x67\xaa\x6b\xf7\x76\xa8\xe7\x5d\xb5\x17\x5a\x45\x99\xd3\x90\x28\x74\x16\x17\x9f\x4d\x63\x94\x33\x4d\x7f\x52\xb3\x7b\x46\xd7\x55\x21\x68\xf9\xaa\xd8\xed\x80\x75\xc6\x32\x8e\x85\x4f\x06\xb9\x1d\xef\x23\xfa\xca\x4a\xda\x77\xac\xd4\x26\x2d\xb3\x1b\x2f\x4b\x5d\x0a\x19\x74\x0f\x91\x13\x82\x35\x43\x22\xec\x27\x13\x7d\x1a\x78\xbf\x41\xb3\x68\xbc\xa8\x65\x27\x14\x0f\x4b\x14\xa7\x67\x02\xaa\xe8\x38\x78\xd5\x42\x44\x10\xd0\x7a\x12\xd1\x5a\x9f\x07\x37\xf2\xb0\x54\x62\x94\x9f\x65\xd1\x5c\x53\xa1\xb5\x9f\x47\x3c\x26\xee\xd3\xc1\xa8\x60\x7d\x5f\x32\x2f\x83\x0b\x7f\x00\xe5\xc2\x0c\x58\x76\xf9\xb2\x0d\xc6\x4f\x41\x20\x56\x97\x71\xad\xe0\x71\x45\x0f\xd7\x05\x77\x5a\x74\x28\xf9\x1f\x22\x59\x44\xcd\x0f\x87\xbb\x76\x62\x43\xaa\xd5\xe3\x5c\x18\x85\x9a\xf1\x8d\x90\x76\xa7\xd4\xdd\xcd\x50\x60\xbb\xaa\x31\xb7\x0a\x25\x8d\x70\x45\xd2\x10\xe8\x8c\x80\x85\x49\x29\x5a\x0c\x98\x37\xbb\x96\xbd\xf0\xce\x29\x56\xa4\x6e\x3f\xd9\x81\x24\x86\x87\xb3\x68\x43\xca\x8d\x9e\x6b\x07\xa9\x67\xb3\xda\x38\x5c\xcd\x66\x27\xf6\x4f\xad\x81\xd7\x45\x78\x5c\xf6\xe7\xfa\x70\x60\x0a\xb8\xb1\x4b\x60\xe7\xb7\x03\x71\x12\x3e\x3c\x82\x0f\xef\xc2\x27\x22\xaf\x3c\xd4\x89\xc7\xe0\x9a\x68\x7f\x14\x5b\xa4\xa7\x46\x0d\xb9\xf3\xc7\x7c\x08\xf3\xea\x10\xf3\x58\xb9\xa8\xe7\xac\x6c\x27\x5d\x9a\x5f\xac\x8c\xf2\xb2\x69\xdb\xf6\x13\x5d\x13\x74\x89\xb2\x37\x9d\x4f\xb5\xeb\x04\xf2\xb6\x47\x67\xe1\x8f\xef\xa7\x8f\x00\x72\x3d\x0e\xe4\x5a\x03\x79\xd8\x0a\x5d\x8f\x41\xdf\x1a\x32\x3a\xb0\xb7\x6c\x47\x41\xd8\x68\x6e\x4f\x87\x54\x34\x85\x54\xa0\xcc\xf1\x7c\x8b\x67\x59\x74\x50\x43\x91\x08\x6a\x60\x3a\xa8\x61\x74\x8f\xab\x60\x8f\x27\xcd\x72\xbf\x32\x88\xb1\x56\x1b\x5e\xa9\x0d\x6f\xfb\x97\x7c\xb8\xe1\x46\x71\x5b\x13\x16\x88\xec\xf5\xfd\x44\xf6\x58\x5c\x4f\x37\x4c\xca\xe5\x89\x67\x81\xe7\xde\x51\xdf\xbe\xbe\x58\xaf\xb8\xa4\xdf\x40\xb0\xaf\x89\xec\x09\xf6\x3b\xc1\xb6\x85\xb8\xfd\x16\xaa\x76\x95\x19\xde\x52\x71\x45\x4b\x33\x04\xa3\xcd\x62\x69\x2c\x79\x2b\xdc\xb9\x0c\xc7\xd8\xc3\x41\x55\x95\xd7\xd0\x2b\x26\xd1\x75\x16\x78\xac\x77\x98\xc5\x88\xf3\x5b\xd2\x95\x67\x1f\x3b\xc4\x1e\x17\x84\xdb\xa0\x6b\x48\x86\x56\x87\x76\xcb\x5c\x3d\xc2\x85\xbb\x03\x14\xeb\x27\x03\xd6\x68\x40\xf4\xd2\x5b\x61\x62\x6b\x98\x09\xa3\xd9\x30\x6e\xd4\x81\xd9\x22\x64\x16\x5c\x67\x2f\x5c\x03\xdb\xed\xc0\xbd\x0b\xdd\xfd\x97\x17\xd5\x06\xfa\x4b\x08\x73\x63\x1d\xaa\xf9\x3d\xa9\xaa\x91\xc9\x81\x9f\xed\xfd\x3a\xfa\xda\x47\x00\x0d\x76\x17\xb8\xdc\xde\xaf\xd3\x6f\x6c\x70\xcf\x60\x97\xa6\xc5\x7d\x3b\x3c\xd2\xdb\x7d\xbb\x82\xad\x18\xdf\x84\xe3\x9d\x68\x97\xdb\xd1\x0d\x7d\x1a\x34\xb9\x4f\x97\x61\x26\xa2\x81\x2e\x9f\x05\x4d\xee\xd3\x65\x98\xe0\x72\xa0\xcb\x9f\x82\x26\xe3\x5d\xb6\xc1\x49\xea\x23\xff\x50\x09\x40\xf7\xc9\x1b\xc6\xaf\x2a\x7a\x64\x88\x7b\xeb\x36\x3e\xc7\x10\x9d\x43\x72\xb4\x7b\xb8\x05\x3f\xaa\xf7\xde\x99\xf9\x2d\x96\xd0\x39\x45\xbf\xc1\x32\x7e\xc3\xee\xa3\x03\xf7\x99\xfb\x4e\x1d\xc0\xe3\x1b\x50\x7c\xb8\x3f\xf8\x53\xe7\xf1\xf3\x8e\x90\x3a\x9e\x9f\x77\x84\xb0\xf1\xe7\x46\xcf\xb8\x79\xf2\xda\x4d\x6b\x3d\xed\x27\xbe\x25\x86\x5a\xe3\x69\x4c\xf8\x95\x1d\x9f\xdf\x47\x3f\x1b\xd5\x6c\x31\xcc\x28\x18\x96\xac\x26\x7e\xb1\x5c\xb5\x56\x9f\x6f\x14\x0f\xba\xe8\xb0\x76\x6c\x66\x9b\xbc\x51\xa2\x94\xce\xbb\xdc\x20\xdb\xd7\x9e\xc4\x10\x86\xa0\x50\x5c\x91\xbd\xf6\x03\x59\x93\xbd\xf7\x03\xd1\xbe\x21\xa4\xc2\x6b\xe8\xc9\xd9\x00\x4c\x31\x5a\xa7\x6c\xdc\x04\x4c\xbb\x70\x4c\x7b\x49\xce\xf0\x35\x71\xc9\xcd\xca\xc7\xd7\x8f\x4a\xcb\xb8\xef\xf0\x96\x88\x65\xb9\xc2\x1f\xfa\xd3\xd9\x22\x7c\x45\x3e\xe8\xe9\xdc\x92\x0f\x91\x5b\xca\x2d\xca\x77\x81\xa7\x4a\xe4\x69\xb2\xc3\xb7\x68\xb2\x59\x96\x2b\x72\xd5\x9a\x99\x6f\xac\x32\xb2\x18\x56\x58\x69\x16\x13\xc4\xc6\xd0\xab\xec\x5e\x4a\x27\x84\x87\xd4\xbb\xa6\x94\x11\xba\xb7\xfa\xca\xe4\xcc\x3e\xa2\xb2\x0a\x53\x85\xff\x16\x7a\x2a\x7c\x1f\x05\x55\xa8\xa1\x72\x93\x4c\x33\xee\x4b\xcf\xb3\xc3\xa9\xcd\xbc\x64\x90\x21\x9b\xa0\x01\xd4\x94\xeb\x9a\x42\x82\x4f\x04\x26\x87\x7b\x19\x06\x4c\x9c\x3d\x66\x81\xe2\x78\xcc\x18\x20\x74\xd1\x9f\x51\x43\x00\x0e\xe4\x02\xb1\x9a\xcd\x72\x06\xda\x7f\x9d\xc8\x19\xb3\x63\x2a\xff\x94\x03\x4e\xc7\x74\x34\x62\x13\x90\xa0\xa7\xd2\x69\xbb\xe6\xac\x24\x1d\xc0\x48\xc8\xbf\x35\x62\x7b\xa2\x1d\xa5\xdb\x6c\x76\x92\x9f\x61\x76\x6f\xff\x00\xa4\xbd\x15\xe5\x3d\x4c\x74\x46\x3f\xad\xe4\x1d\xef\x4f\xdf\x9d\xaf\x45\x5a\x8f\x27\x41\xdc\xc7\x08\x04\x43\x52\x9a\x52\xb2\x6b\x54\xfd\x74\xeb\xc2\x3d\x8d\x09\xba\x5a\xd4\xaf\xb0\x29\x2c\x8b\x95\x0d\x93\x82\xbe\xf6\xf0\x68\xd2\xf3\x3f\xd7\x5d\xa1\x86\xb0\x94\x7f\xda\x85\xb3\x34\x0c\x40\x2f\x67\x3a\x17\xf0\x5e\xc7\x88\x52\x2c\xac\xa9\xb4\x68\xae\x17\x12\x77\x6b\x52\x2f\x58\x8b\x16\x69\xf3\x85\xed\xc9\x9b\xc9\x43\xd7\x55\x66\x3c\x50\x4f\x22\xfc\xde\x23\xa4\x2e\x9b\xe0\x0e\xd8\xbb\x3b\x20\xb9\x20\x97\x38\xa3\x22\x67\x70\xe1\x98\x1b\xa2\x7a\xbc\x7e\x54\xd9\x1b\x62\x43\xf6\xcb\x6a\x35\x69\x96\x55\x60\x6a\x39\x02\x80\xcd\x47\x00\x40\x87\xcd\xd8\x99\xe8\xbb\x6a\x9f\xbe\xab\xc8\x7e\x59\xaa\x99\x94\x43\x46\x1f\x33\xfc\x0e\xb5\xb5\x57\x1b\xe9\x34\xdd\x16\x79\xbe\x63\xfc\xbd\x43\x1a\x40\x13\x69\x6b\x27\x04\x36\x28\x78\xb2\xdc\x1a\xac\xf9\x10\x3c\x79\x94\xd7\xa4\x3e\x1c\xee\x5a\x64\x0a\x2d\xdc\x99\xba\xf9\x8b\x0f\x6d\x5b\x5b\x2b\x65\x6d\xec\x92\x1f\x65\x34\x12\x03\x26\xa2\x48\x91\x71\xe4\x8c\x19\x52\x3c\x19\xd4\x2a\x1e\x3d\x72\xf4\x84\x90\xdc\x53\xe8\xfb\x1c\x36\x14\xc2\x4e\x53\x6b\x69\xa9\x35\xb6\x29\xc6\x6c\x0a\xfe\xd1\x1b\x38\xbd\x24\x1c\x7a\xe1\xea\xeb\xcb\xfa\x9f\x83\x7d\xc0\xb9\x3e\x4f\x19\x9f\x32\x24\x48\x32\x0e\xa8\xc6\x34\xba\x55\xb8\x9a\xe7\xb8\xd7\x55\x8d\x7c\x72\xe9\xee\x85\x55\xbb\xa4\xd2\x47\x9d\xb1\xfa\xdd\xc4\x51\x27\x08\x61\x6e\x4a\x1a\x6a\x53\xef\x92\x07\x70\xe3\x2b\xa4\x43\x86\xfc\x5a\xfa\x66\x20\x97\xea\xa1\x0f\x22\xeb\x3e\x3f\x9b\x09\x9d\xd3\x27\x97\x44\xfd\x85\x74\x14\x54\x2e\x89\x89\x28\xf2\x6e\x99\xc6\x59\x53\xea\x72\x94\x48\x3b\x80\x84\x96\x8b\x84\x1d\x6a\x7c\xf8\x13\x79\x38\x9c\x28\xa4\x38\x1c\xa0\x76\x8e\xfa\x33\x0c\x34\xb9\xdc\xee\x1b\xf9\xe9\xdd\xab\xa9\x4a\x58\xdd\x89\xc9\x22\x18\xf5\x9e\x56\xf9\x0f\x46\x85\x42\xd8\x51\x49\x25\x15\x5b\xc6\xa3\x33\x07\xc6\x49\x11\x45\x20\x45\x65\x2e\xe2\x65\x40\xb5\xbb\x84\xd9\x07\xaa\xc3\x65\xdb\x82\xdf\xbe\xad\x15\xe5\x56\x24\x9d\x1f\x0e\xe6\x89\x25\xf2\x7c\xc0\xf0\x97\xba\x4f\x15\x19\x9b\xcd\xe4\xdc\xc5\x70\x79\x3b\x06\x2b\xa1\x86\x04\x1f\xe7\x00\x09\x73\x49\x39\x06\x39\x37\x09\xd2\xd5\xbc\x6f\x0c\x04\xdb\x89\x34\x89\xb7\x46\xe8\x0b\x74\x90\xba\x71\x2f\x82\x5e\xc3\xc8\x5e\x25\xcf\x2d\x52\x17\x5f\xd0\x3e\xb4\xdf\x30\x43\x76\xdd\xcb\x97\x5c\xd6\x70\xf7\xf4\xcd\x95\x51\x66\x14\x57\x07\xde\x59\x2a\x31\x47\xe8\x9e\x86\xcf\x61\x5b\x67\x68\x12\xc5\xff\x30\xb3\x66\x8a\x5c\x7d\x84\xb1\xf3\xb7\xb1\x70\xc6\xf6\x4d\xac\xb8\x54\x30\x65\xfc\xa6\x46\xb2\x21\x13\x25\x8e\xf8\x26\x86\x2e\xe4\xb2\xd6\xe1\xce\x0b\xf8\x8b\xfd\x9a\xe0\xe9\x7f\x94\x5d\xd2\x47\x1e\x77\x0d\x94\xff\x24\xe3\x23\xd6\xb0\x8b\x0c\xb3\x1d\x10\x85\x7a\x26\x27\x38\x00\x27\xd8\x85\x10\xdb\xe4\x22\x60\x2b\x84\x2e\x56\x15\x24\x06\x94\xb6\x80\xee\xd4\xe6\x28\x87\x87\x98\x7b\x21\x47\xa7\x1a\x4e\x02\xbf\x13\x5a\x36\x9b\x79\x51\xd0\x5c\x7e\xea\xbe\x9c\xeb\x04\xf5\x70\x7b\x83\x4c\xa5\x7f\x03\x73\x0d\x69\x7d\xaf\x51\x6e\x1b\xb9\x84\xc6\x63\x0a\x06\xd0\xf1\xc8\x23\x7e\x72\x52\x91\xb9\x63\x7e\x72\x52\x67\x60\xf5\x00\x5a\x4a\x75\xb7\x0b\xf0\x88\x5a\x4a\xc7\x3f\x08\x9d\xc6\xca\x0c\x3a\xc0\xf7\x75\xc7\xed\x30\x7d\xbf\x6e\x68\x48\xe8\x7c\x0f\x07\x1a\x7a\x5f\x47\x19\xd7\x50\xf1\xf2\x03\x0d\x42\xa2\x3a\xc6\x4d\xbc\xbe\xe1\x54\xd7\x07\x40\xf3\xaa\xae\xdf\xef\x77\x79\xe6\xbe\x5d\x64\xa7\x81\x24\x1f\x3b\x8a\xdf\xc3\xea\x2c\x68\x23\x3f\xb7\x93\xf8\x6f\x60\x8c\xc6\xf5\xaf\x35\x47\x0f\x7e\x90\x0a\xaf\xc8\xf0\x9d\x2f\xcc\xb4\x38\x39\x1b\x48\x9a\x54\x27\x63\x33\xda\x21\xe3\x77\x91\xf0\x6a\xd7\x48\x32\x48\x81\x3a\x19\xa0\x53\x98\x8f\x4e\x33\xf5\x4d\x16\xaa\x89\xe1\xf0\x8f\x06\xac\x62\x2b\x7c\x2e\x57\xb1\x92\xb8\x20\x91\x7f\x32\x6e\x48\xdf\x23\x39\x4e\xd2\xbe\x2d\xde\x53\xa3\xce\x4d\xe7\xa9\xd3\x12\xd2\x9e\xb0\x40\xd5\x1d\x09\xe7\x90\x41\x56\x4d\x92\xe3\x02\x37\x03\x0a\xe6\x47\x79\xad\xbd\x50\xc1\x6d\xb9\x42\x78\xad\x25\x96\x3a\xad\xe0\x15\x78\xad\x48\x4a\x1d\x82\xa5\x37\x68\x52\x37\x6f\x5c\x53\x70\x43\x38\x94\x53\xcb\xcf\x70\xfd\x11\x5a\x31\xc8\x78\xa1\x6f\xb0\x50\x87\x7e\x44\x37\x36\xe9\xb8\x90\xef\x11\x70\x43\x5d\xd8\xef\xf5\x86\x6c\x7d\x33\xc7\x12\x17\x81\x5e\xbc\xb1\xd9\x34\xee\x61\x38\xa8\xb1\xcb\xe5\x3a\x64\x38\xd8\x0f\x1a\x0e\xf6\xb3\x59\xae\x6b\x34\x92\xbd\x77\xec\xa9\xa2\x44\x81\x02\xe1\x35\x39\x83\x30\x5c\xa3\x31\x59\x3f\xde\x3c\x5a\x5b\x8d\x49\x49\xaa\xe5\x7a\x85\xaf\x49\x89\x77\xe4\xe4\x7c\x92\x5d\x2a\x26\xba\x9c\xaf\xaf\x0b\xf1\x44\xe6\x67\x0a\x10\x3b\x72\x72\xa6\x5a\xcc\x9b\xfd\xbb\x46\x8a\xfc\xdc\x68\x36\xb7\xe3\xb0\xbd\x36\x09\xdf\x23\xc8\x6e\x91\x55\x98\x9c\xec\x0c\x73\xc1\x9a\x1f\xb4\x9c\x61\x38\xa4\x2d\x96\x08\x5f\x81\xcd\x61\x62\x32\xbb\x9d\x10\x72\x85\x14\x36\x7c\x38\x1c\x62\x6f\xea\x2b\xd3\xdf\x2d\x7e\x87\x2f\xbb\x1e\xd0\xc6\xa7\x1a\x6f\xf1\x15\x2e\x11\xbe\x21\x97\x1a\xb1\x9f\x93\xcb\xc8\x54\xf1\x1c\xe5\xb7\xa4\x49\x63\xf2\x2d\x7e\x0e\xeb\x28\xd0\x4d\xb2\x6e\xad\xbe\x2d\x3e\xcc\x66\xa0\xbe\xf5\x1a\x55\xa8\xc0\xa0\x58\xa8\xc9\x87\xd9\xec\x84\xcf\x66\x27\x0d\x0c\x7e\x38\xc8\x0b\xfd\x17\xa1\x8b\xa6\x13\xa0\x0b\x75\x93\xad\x3a\xef\x03\x32\xed\x6e\xdc\xa3\x1b\x94\xbf\x1b\x9a\xe8\x3b\x7c\x63\x6c\x3d\x6a\x4a\xbf\xe0\xd7\x5d\x68\xa4\x0e\xfd\x15\x2e\xb1\x04\xb6\x04\xe1\x37\xe4\xb5\x06\xcf\x13\xf2\xda\x83\xc7\xcc\xe1\x0d\x7e\x32\x9b\xe5\xbf\x0c\x0d\xfe\x0b\x7e\x82\x5a\x97\x55\xb8\x69\x71\xb4\xa9\x03\xf1\x0c\x83\x3e\xcf\x12\x41\xda\x01\x9f\xe7\xe5\x68\xbc\x45\x92\x9a\xfa\x3a\xa2\x90\x94\x3d\x4a\x0d\x34\x84\xb4\x3c\x85\xb4\x0c\xf9\x4a\x3e\x5b\xff\x10\xf7\x29\x44\xe8\xa3\x38\xe9\x12\x68\x50\xd4\x0c\x23\x11\x66\x24\xa4\x22\x35\x24\x53\xc3\x0d\x61\x36\xec\x9b\x05\xd4\x58\x04\xd4\x18\xc2\xba\x41\x4d\x33\x10\xd8\x2d\xf1\x1e\xb5\xa8\x6d\x83\xa0\x93\xdf\xce\x57\x3d\xa1\x90\xe8\x58\x5c\x47\x3c\x91\xef\x27\x98\xd3\xe5\xa8\x13\x61\x98\xc3\xc5\x44\x45\xc4\x62\xfb\xc7\x38\xd4\x4f\x87\x52\x56\xdc\x47\x84\xe9\xcb\x72\x38\x4a\x29\xd5\x15\x0f\x39\x36\xb5\x02\xa3\xc4\x49\x3d\xcf\xdf\x48\x36\xad\x95\x6c\xca\x9c\x6c\xca\x6c\x42\xa5\xee\x8c\x43\xd4\xfc\x28\x23\x4f\x7f\x05\x62\x1e\x6a\xed\xa1\x50\x68\x57\x6f\x9f\x12\x8e\x71\x31\xbe\xf6\x9e\x18\x61\x19\xbd\x40\x92\x60\xcb\x62\xe5\x45\xb1\x13\xa7\x87\xbc\x00\x5b\x6c\x10\x2c\x30\x74\xc0\x55\x07\xa8\x5d\x1c\xc7\xc4\xd6\xba\x29\x17\x01\x4f\xdf\x1c\xe7\xe9\x9d\x6c\x70\x1f\x77\xd2\x21\xbe\xfb\x37\x71\xff\x14\x44\xfa\x68\xe4\x60\x51\x62\x68\x51\x1d\xd9\x21\x5c\x8e\xa0\xff\xb5\x67\x20\x6d\x74\x25\x96\xae\x00\xd1\x59\x8a\x8b\x6f\x0f\xcf\x98\x89\x1e\x3f\x1c\x74\x38\xb9\x8e\xd7\xee\x29\x9b\x29\x24\x37\xb8\xdd\xbe\xab\xab\xe8\xa1\xcb\x0f\x9c\xa3\x45\x96\x9d\xd2\xd6\x8d\xc1\x82\xc2\xf5\xde\x6b\x20\xd1\xb1\x24\xbe\x30\x8d\x09\xee\x77\x29\x12\x1c\x92\xd1\xc3\xc1\x86\xef\x1f\x0e\xb9\x24\x6a\x2c\x84\x65\x9b\x0c\xd9\x1f\x8e\xd5\x90\x04\x14\xb1\xd7\x45\xf3\xfa\x86\xbb\xcd\xcc\xcc\x6e\x64\xe8\xc2\x39\xe9\x2e\xa4\x91\x5c\xb2\x3d\xd7\x1b\x54\xfa\xd9\xbc\x01\x40\x5c\xe8\xff\x12\x84\x2b\xbb\xbc\xcc\x4e\xe9\xe9\xab\x42\x5e\xcf\x37\x55\x5d\x8b\x1c\xfe\x14\x05\x2f\xeb\x6d\x8e\xfe\xe5\x59\x21\xe9\x9c\xd7\x37\x39\x42\xa7\xaa\x6d\xeb\xb7\xa6\x09\x7a\xe9\xc1\xca\xe7\x5a\xf8\x4a\x27\x20\xd8\x83\x39\xf1\x67\x5a\xbc\x7f\x55\xec\x4c\xfe\x90\x5e\xa8\x61\x6a\x05\x37\x8c\x97\xf5\x0d\xd8\x58\x13\x6f\x5f\x14\x8d\xfc\xba\xae\xa5\xb1\xc8\xdf\x5d\x51\xf9\x23\xcc\xfd\x2f\x0a\xcd\x9b\x38\x85\xad\xb8\xb5\x70\xb7\x9f\xcd\x0d\x86\xe6\xd9\x5a\xdc\xee\x64\x9d\x21\xb3\xf4\x17\xac\xaa\x20\xf1\x2c\x45\xed\xba\x90\xeb\xeb\x1c\x4a\xe9\x88\xfa\x66\xaa\xd6\x01\x1a\xa1\xfc\x77\xa0\x9b\x99\x86\xae\x9c\x8a\x87\x50\x9d\xbf\xab\x6b\x39\x35\x9d\x37\xd3\xdb\x7a\x3f\x95\xf5\xb4\x28\xcb\xa9\xbc\xa6\x53\x3b\xd8\x74\x57\xac\xdf\x17\x57\x54\xbd\xcb\x36\xe6\xab\x67\x74\x47\x79\x49\xf9\x9a\xd1\x26\x53\xdd\xdd\xd6\x7b\x61\x5b\xce\x95\x40\xff\x3b\xc5\x44\x01\x03\x12\x90\x3c\x0d\xa6\xb9\xee\xd9\xfa\x27\x44\x0f\x07\xbe\xd8\x36\x4f\xe1\xf5\x6c\x96\x59\x60\xf9\x7d\xec\xb4\x99\x77\xc0\xdb\x19\xc7\x36\x9b\x74\x01\x95\x79\x7a\xb1\x98\x3e\x2d\x38\xaf\xe5\x74\xc3\x78\x39\x2d\xa6\x1f\x8a\x8a\x95\xd3\x9b\xe2\x56\x01\xc1\xa6\xb3\x9b\x56\xf5\xba\xa8\xa6\xbe\xf6\x6b\x93\xa1\x36\xf7\xc2\xcb\x1a\x6f\x70\x89\xaf\xf1\x8e\x2c\x57\x78\x4b\xce\x1e\x6d\x1f\x7f\xf1\xe5\x1f\x1f\x9d\x9e\x6e\xd1\x6e\xb9\x5d\x91\x7c\x7b\xfa\xc5\x97\x7f\x44\xfe\xc8\x9f\xff\x11\x79\xb9\xc4\xa3\xf0\x07\x8b\x79\x9a\x67\x20\x39\x05\x2c\xfd\x89\x71\xf9\x27\xcd\x8d\x9d\xff\x11\xe1\xaa\xbb\x6c\xc5\xc2\xd8\x6b\x87\x2f\xff\xb8\x22\xe7\x5f\xce\xd4\xff\x87\x3f\xfe\x01\xf3\xe5\x9f\x56\xe4\x8f\xbf\x9f\xa9\xff\x0f\xe7\x5f\xfc\x09\x2f\x73\x41\x76\x68\x99\x4b\xc2\xd1\xf2\x6c\xb5\xc2\x62\x29\x97\xe7\xe6\xff\x2f\xcc\xff\xbf\x5f\xad\x70\xf6\x20\x83\xbf\xff\x60\x9e\x7d\x19\x3c\xfb\xa3\x79\xf6\xff\x04\xcf\xfe\x64\x9e\xfd\x6b\xf0\xec\xdc\x0d\x60\x47\x38\xb7\x43\x9c\xff\xde\xfe\x61\x07\x38\xff\x72\xb5\x5a\xcd\xff\x5e\x33\x9e\x67\x19\xf2\x04\xea\xca\x44\xba\x36\x39\x9d\x57\xac\x74\xde\x2e\xf0\xcb\x24\x52\xd0\xfa\x5f\x2c\xb4\x61\xc8\x72\xf4\xb9\x40\x17\xe1\xe5\xb0\xa8\x58\xf9\x20\x3b\xad\x73\x89\x4e\xb3\x07\xd9\xa9\x58\x7c\x30\x05\x82\x6f\x23\x72\xe0\x86\x7e\xe7\x49\xf1\xad\xab\x8d\x16\x16\x18\x21\x84\x80\x37\x17\x7c\x7e\x83\x6f\x21\xc1\x90\xba\x0a\x23\x12\x7b\x99\xa3\x3b\x18\xe6\x66\xa0\xa4\xb6\xcd\x67\xbd\x2e\xd6\xd7\x94\xdc\x55\xac\x6c\x16\xc9\xac\xf6\x90\xd1\x32\xf1\xc6\x38\x56\xb9\x04\x8c\x71\x61\x69\xed\x36\x1d\x3f\xdb\xd4\xe2\x8a\xca\xf8\x99\xae\x8a\x1a\x3d\x82\xc8\x8a\xf8\x91\x1b\x63\x73\x38\x5c\xc5\x23\x5c\x1f\x0e\x97\x71\xff\x6b\xff\x44\xf7\x5e\xfa\x07\xba\xef\xcb\xd6\x6e\x61\xaf\x36\xb3\x9c\x5f\x5e\xda\xe2\xe6\xf4\x15\xb4\x8e\x08\x68\xd0\x0b\x3d\x1c\x2e\x5b\x2c\xc1\x30\x60\xab\x0f\xf6\x6b\x39\x5b\xff\xa9\xce\xe6\x9d\x9c\x23\x9c\x60\xa2\xf7\x60\xe5\xa6\x08\xea\x32\x59\xa4\xd3\x4c\x09\x66\xa4\x76\xe1\xfe\x05\x79\x9e\x07\xfb\x07\x4f\x1b\x9d\xfd\x8a\x1b\x9c\xc5\x95\xad\x6f\x18\x68\x07\xb4\x02\xbe\x50\x0d\x96\xcd\xca\x1a\xf1\xb5\xb1\xcb\x34\xa9\x4c\x13\x56\x2e\xab\xa8\x85\x46\xcb\x75\x27\x31\xa7\xb6\xd7\x83\x77\x7c\x67\xa0\xb5\xfa\x0f\xf5\x08\xe1\x5f\xeb\xfd\x54\x1b\x68\xa6\x8a\x08\xea\x1a\x0f\x70\x29\x3c\xae\x58\xf9\xd5\xb4\xde\x4c\x8b\x69\x17\x9e\x99\x4e\xe2\x40\xe2\x15\xac\x57\xa6\x6a\x86\x74\xf5\x75\x4c\x38\xa2\x20\xbf\xe4\x15\x66\x78\xed\x0a\x26\x02\x98\x14\x96\x2f\xa1\xa2\xf8\x8a\x08\xac\x3b\x09\x7e\x5e\x16\x55\xe5\xc7\x6c\xac\x14\xa8\x23\x03\xc1\x74\x02\x8e\x6c\x00\x1b\xf5\xf7\x8a\x88\xa8\xe2\xbe\x9c\xef\x28\x7d\x3f\x82\x0b\x1d\x01\x2f\x81\x38\x39\xd5\xce\xb4\x12\x54\xea\x22\xf4\xbf\xfe\x15\x3d\x9e\x41\x8f\xfa\xf4\xfa\x37\x2f\x6a\xf1\x3d\xbd\xe9\x16\x5c\xeb\x84\xc3\xa6\xf6\x19\x2b\xf0\x2a\xd4\xd2\xf9\x8c\x8c\x29\x0c\x43\xf5\xdf\x14\x5e\x5a\x53\x59\x34\xd5\xd4\x8e\x70\xd8\x11\xa9\xff\x1c\xd8\x0d\x0c\x80\x0e\xc3\x32\x06\x8f\x5d\xe0\x56\x38\x02\xcd\x9c\xea\xec\x5b\xac\xc4\x05\xe1\xda\x25\x11\x37\xc9\x85\x98\x94\x6a\x78\x4f\x86\x55\xb2\xea\x7b\xdc\x98\xf4\x6c\x78\x0f\x0e\x4f\x65\x70\x32\x8a\xd9\xac\x38\x01\x93\xa1\x79\xc0\x6d\xe0\x9f\x82\xe8\x92\xaf\x62\x72\xaf\x4f\x64\xd5\xea\xb3\x57\xe7\x36\xab\x5b\xdc\xa1\xb6\x41\xae\xf5\xf9\x00\x70\x9a\xff\x4e\x08\xd9\x5b\xef\x33\x66\x00\xdd\x1b\x60\x33\x9b\x59\xb7\xe2\x93\xf3\x36\x6f\xb0\xc0\x12\x17\xbd\x93\x03\x83\xee\x83\x22\xf1\x40\x07\xbb\xe0\x6c\xe0\xfb\xbd\xea\x01\x39\xc0\x0e\x18\x0e\xd5\xcd\x09\xf0\xc1\xb5\x53\x31\xeb\x3c\xd6\x1e\xd7\xbc\x48\x0b\x89\x25\xa0\x6c\x2b\x43\xa8\xcd\x85\xd1\xc8\xd9\xab\x00\x61\x76\x42\x48\x5e\xc0\x88\xc8\x81\xb7\xb0\xe0\x1d\xd9\xd0\x49\xa5\x40\x5f\x00\xde\xe9\xaf\x98\xcb\x53\x0b\xaf\xd8\x2a\x3a\xe6\x03\x2b\x1f\xc4\x8a\x3a\x04\x98\xce\x68\xa9\x68\x78\x0d\x79\xd3\xc4\x42\x46\x27\x43\x5f\x63\x3d\x2c\x2d\x74\xfd\xdb\x25\x5b\x91\x1a\x8f\xac\xc5\xb5\x81\xc3\x44\x6a\x0d\x5e\x35\xeb\x74\xc7\x43\x27\xff\xc8\x89\x11\x49\x78\xda\x4d\xb4\x05\xf0\x81\x60\x3a\xab\xb2\x3a\xdb\x8a\x6c\xe2\xa8\x58\x66\x40\x08\x00\x17\xbc\xd5\x53\x53\x03\x8d\xb3\x56\xb3\xd2\xa5\x0a\x36\xd7\x9d\x44\x93\xfe\xcb\x66\x07\xd9\xeb\x38\xee\xdc\xb6\x7b\x53\xb3\xde\xdc\xb4\x11\xff\x90\x07\xc8\xa7\xa0\x36\x52\xbc\x10\x4a\x4c\xb6\x9d\xe2\x1e\xcf\x43\xda\xa3\x0b\x27\x76\xd8\x37\x7d\x41\x29\x96\x2b\xc9\x71\x0d\x3c\xee\xac\x0d\x4c\x1e\x14\x68\xa5\x22\x89\x6e\xf8\x5f\x22\x55\x14\x66\x7a\x1c\xa1\x7a\xa5\x46\xed\xe3\x9c\x86\x39\x61\x78\x0f\xfc\x23\xc7\x19\x6b\x1e\xb0\xe0\xbe\xc5\xcc\xf7\xf9\x3a\x3e\xb6\x5c\x01\x9b\x6d\xf2\x93\x06\x34\xbe\xc0\x27\x0b\xcb\xae\xe8\x38\x64\xaa\xc6\x63\x18\x86\x6e\xfb\xc2\xd0\xf3\x5f\x76\x50\x20\x77\x4a\x99\xbc\xa6\x62\xca\xca\x69\x2d\xa6\x4a\x0c\x92\xf5\xf4\x1d\x75\x42\x91\x11\xaa\xdd\x1d\x0b\xec\x75\x62\x84\x45\xf8\x4c\xfb\xa9\xbe\xb1\x49\xbd\x95\x10\xf3\x83\xa8\x7f\xb9\xb5\xd6\x4c\xfd\xfc\x07\x51\x6f\x59\x43\xe1\x0d\x18\x44\xf1\xdd\x96\xca\x62\xa1\xdf\xae\xeb\xed\x6e\x2f\x69\x39\x17\xb4\x28\x9b\x3c\x5b\xd7\x5c\x52\x2e\xc1\x86\x04\x41\xdd\x4f\xa2\x44\x6a\xf7\xe9\x3f\x40\x91\xf7\x91\x4f\xf8\x13\x57\x7c\x64\xa7\xbf\x31\x73\xf8\xf1\xcd\x5f\x7e\xb0\xdd\x80\x22\xb1\xfa\xa0\xd3\x79\xb4\x81\xa4\xf2\x36\xea\xea\xcd\xaf\xe9\xea\x87\xa8\xab\xf7\x8a\xd7\xbc\xa6\x3c\x1d\xf4\xee\xe8\x88\xae\xc6\xa9\x25\x9a\x1f\xf1\x53\x10\x4a\xf4\x98\x97\x5f\xbb\x02\xaa\xf9\x32\x4b\xfb\xdd\x66\x38\x6b\x6e\xf9\xba\xfb\x6c\xc3\x38\x6b\xae\x69\x99\xad\x10\x7e\x45\x1e\xfe\xc7\xdf\x1e\x5e\x28\x59\xea\x6f\x0f\xf3\x20\xc7\x45\x9c\x1c\xe5\x6f\x0f\xf3\xf9\xbf\xa0\x87\xf8\xef\xbe\xf9\x43\xfc\x3d\xc9\xde\x15\x0d\x0d\x94\x69\xcf\xa2\xda\x87\x9d\x2c\x88\x3f\xa8\x13\xcd\x25\xa4\xec\xa4\x49\xfb\x03\x98\x3c\xb4\x46\x57\x35\xd1\x7f\xcd\x77\x35\xe3\x92\x0a\x9f\x7f\x33\x7e\x3e\xdf\x82\xf6\xe4\x15\x9a\x88\x0b\x41\xc4\xf2\x8b\xd5\x02\xb2\x71\xf6\xda\x35\xb4\x10\xeb\xeb\xfc\xef\xda\x62\xfc\x3d\xc2\x81\x1b\xab\x58\x41\xa6\x5a\xf5\x87\x31\x81\xcd\x4b\x2a\x0b\x56\x1d\x0e\x74\x2e\x99\xac\x28\x32\xb1\xda\x6e\xad\x2f\x03\xdb\x04\x54\x13\x92\x54\xf0\xa2\x02\x25\xbe\xfa\xaa\xfb\x00\x29\x92\x66\x8b\xfc\x68\xce\xce\x77\xf6\x5d\x37\x8b\xfe\xd9\x23\xf1\x58\x26\x72\x2d\x99\x52\x77\xde\x31\x81\x84\x3f\x0e\x87\x93\x73\x08\xa8\xd0\x12\x16\xbc\x3f\x39\xc3\x19\xa8\x64\x33\xc6\xa7\x7c\x36\xcb\xf9\xfc\x46\x30\x69\xde\x0d\xfb\x44\x80\x5f\x35\xe6\xa8\xf5\xb3\x7c\x11\xa1\x70\x12\x73\x63\x38\x84\x4b\xee\xd4\xd0\x6b\x4d\xd9\xea\x5c\xa2\x36\x42\x02\x3a\xdf\x51\x5e\x32\x7e\x45\x32\xf3\x47\x86\xe9\x7c\xb3\xaf\x36\xac\xaa\x68\x49\x32\xf7\x67\x06\xe5\x8f\x4c\x2d\xf0\xcc\xfe\x95\xb5\x28\xff\xf1\x70\xc8\x7f\x24\x77\xad\xb1\x10\xff\xf7\x80\x90\x1e\x55\x37\x07\x35\x33\x11\xfd\xa2\x69\x61\xe1\xf8\x77\xa9\xaa\x4e\xc9\xda\x57\xdd\x0f\x5e\x96\x63\xcd\xae\x6d\x84\xec\xfd\x7a\x35\xcd\xc7\xfb\x8c\x76\x22\x16\xf8\xd7\xdd\xf2\x7c\xd1\x6b\x7f\x4f\x45\x8f\x9d\x29\xa3\xd3\x38\xfe\xa9\x0d\x7f\xd1\xb3\xa2\x2c\x76\x92\x0a\x5b\x27\x35\x30\x05\x70\x92\x9a\xaa\xe8\x3c\x00\x6f\x17\x7d\x98\xd5\xd5\xd8\x99\x8c\x91\x04\xb8\x12\xed\x7f\x34\xc9\x42\x74\xaf\x41\x25\x77\x3b\x55\xe9\xca\x04\x77\x26\x45\x3b\x0f\xe2\xd5\xb8\x6c\x86\x5d\x48\xf0\xb0\x86\x6b\x38\x83\x7c\x08\xd0\x2f\x73\x8e\xe6\xbd\xc7\x39\xd2\x34\xde\xb0\xb5\x29\xd5\x09\x03\x9f\x5c\xd2\xa5\x97\xa9\xf2\xe0\x28\x92\x04\x3b\x15\x6c\x59\x98\xd6\xa8\x6f\x1b\x8d\xbc\x8d\xef\xac\x16\x2a\xe8\x5b\xf5\xd0\x5f\x56\x78\xc0\x0c\x11\x4b\x96\xb8\xc3\x32\x51\xa4\xbf\xd7\x1d\xa4\x9c\xc3\x9c\x78\x0a\xf8\x98\x7b\x2a\xc8\x34\x15\xa4\x8a\x0f\x1f\xe8\x60\xc9\x56\x26\xb5\x32\x0a\xb2\xcb\x31\x6f\xbf\x4c\x89\xb2\x00\xf9\x93\x5c\x47\x00\x80\x98\x5a\xa7\xf0\x53\xfb\xd3\x03\x87\xa6\xd8\x4d\x36\x9b\x05\x9b\x10\x9e\xf7\x78\x1b\xc2\x37\x4b\x0a\x3e\x25\x27\xe7\xc3\xdf\xc7\x35\x03\xd3\x3d\x45\x6d\x54\x9f\x75\x4c\x64\x5f\x51\x59\x80\xb3\xd6\x75\x5c\x6c\x18\x94\x0a\xd6\x51\xfb\x85\x36\x39\x6a\x6a\x0c\x95\x6a\x21\xc9\xfb\x6c\xa6\x23\x62\x9d\xe7\x29\x69\x2e\xea\x91\x83\xd9\xe8\xdc\xd1\xb8\x08\x6b\x6c\xce\x4d\x51\x46\xae\x98\xf2\x13\x5d\xe1\x5c\x09\x06\x65\x8e\x2e\xd8\x85\x92\x58\x16\xc2\xa0\xc7\x1b\x5e\xec\x9a\xeb\x5a\x9a\x1c\xd4\x08\xb3\x8b\x24\xdc\x08\x5f\x1c\x81\x02\xe1\x98\xab\xbd\x36\x44\x32\xbd\xd3\xe1\x3e\x37\xbe\x9a\x96\x27\xac\x4b\xba\x72\xdb\x9f\xa2\xce\x76\x0b\xcf\xb4\x6e\x20\xd8\x42\xdf\x87\xdd\x36\xe6\x36\x3b\xd9\x32\xb9\xd5\x75\xe4\x47\x9f\x40\x40\xdc\x90\xbc\xf8\x98\xfd\xc6\x89\x9d\x76\x4a\xa3\xc6\x6e\x15\xd4\x17\xd7\xbf\x46\x1c\x8d\x8a\x11\x4c\xa0\x68\x22\xc3\x9d\x3e\x1c\x72\x7e\x21\x2c\x5b\xc5\x4a\xb4\xb0\x45\xcb\x7b\x5b\x8f\xc0\x0b\x97\x5f\x24\x36\x83\x88\xc5\xe8\x66\x10\x81\x85\xda\xf5\xc8\x63\xb9\xb3\xf7\xd0\x81\xc9\x22\x15\x7b\x36\xeb\xf8\x50\xd6\x73\x3d\x3e\xd2\x41\x22\xc6\x94\x79\x27\x8f\x61\x3d\x62\x32\xc7\x6b\xb4\x69\x61\x74\x85\xd9\xb5\x6e\x09\x59\x23\x45\x0f\xb8\xa5\xa6\xf0\x26\x14\x2b\x5c\x79\xd0\x91\x42\xb4\x5e\x09\xd6\x63\x8a\x62\x8a\x14\xbc\x08\xeb\x1e\xeb\x19\x62\xd9\xff\x7c\xac\xfa\x69\xff\x7e\x30\xd9\x75\x87\x8a\xa1\x77\x20\x67\x43\x7b\x12\x7e\xeb\x41\x0e\x5b\xc5\xf7\x87\x51\x71\x02\x24\x2d\x07\x16\xc8\x4a\xfe\x11\xa0\x85\xe1\x9f\x56\x45\xe3\x0b\xaf\xea\x14\x65\xdd\x3e\x7a\xc2\x3a\x34\x9b\xb2\x66\x5a\xf3\xea\x76\x5a\x7c\x28\x58\xa5\x78\xf3\xe9\xcd\x35\xe5\xd3\xf5\xbe\x91\xf5\x76\x0a\xbd\x4f\xd7\xaa\xfb\xe9\x66\xa3\x1b\x67\x48\x97\x45\xfd\xae\x5b\x16\x95\xc3\x33\xcc\xbb\x65\x51\xbf\x56\x68\xe8\xb3\xbd\x3a\x1f\x13\x5b\xbd\x59\x04\xf1\xb8\xf2\xab\xf3\x0b\xf9\xe0\x7c\x71\x86\x30\x27\xe7\x8f\xf8\x63\x09\x15\x95\xc5\x92\x3f\x38\x5f\xf9\x4f\x03\x75\x6a\x1f\x4c\x36\xf9\x86\x61\x05\x45\x28\x49\x7c\x13\x69\x71\xe6\x1b\xc6\x8b\xaa\xba\xcd\x43\x38\x01\xe1\x10\xf3\xcb\x66\xff\xae\x59\x0b\xf6\x8e\x0a\x3b\x53\x72\x86\x5a\x1f\x2d\xe8\x3b\xfd\xc9\x9f\xb3\x93\x38\x5e\x52\x51\x23\x50\x33\xd1\xb2\x97\x9a\xde\xbd\x03\x55\x48\x20\xb0\xff\x57\x27\xed\xf1\x37\x79\x20\xed\x7b\x29\x5f\xa0\x8e\x20\x1f\x78\xf7\x07\x6a\x31\xf7\xf4\xa7\x3c\xd6\x0b\xfc\x25\x76\x70\x77\xc0\xeb\x27\x04\xf1\xad\x5a\x3d\x13\xb1\xe7\xf3\x77\x4e\x0d\xe0\x77\xfa\xe7\xff\xc9\xd2\xa4\x1a\xf9\xdf\x86\x04\x32\x43\x62\x3d\x83\x4d\xad\x30\x53\xbe\xad\xb5\x74\x30\x2c\xf0\xc0\x57\x8d\xba\xbf\xac\x3a\x58\x16\xe0\x35\x0a\xb2\xf6\x51\xf6\xfa\x8a\xca\x61\x8a\xed\xc6\x87\xc8\x50\x5d\x96\x02\x58\x8c\xc4\x27\x36\xc4\x32\xfc\x46\x5f\x0c\x32\x75\x9f\x44\xed\x88\x04\x0e\xbd\x2c\xbb\x2d\x9d\x48\xe1\x5b\xcb\x15\xa1\xf1\xda\x9d\xfb\x2e\x66\xa6\x22\x5e\xa7\x9b\x48\x33\x1c\xf6\x14\xe6\x88\xb0\x9d\x59\xdd\x2f\x45\x8f\x6c\x7d\x93\xe8\xbd\x51\xff\x0a\x7c\xae\x85\x82\x9a\xcb\x82\xf1\x14\x44\xe0\xf3\x81\xbe\xe1\xd3\x8a\x16\xa2\xef\xad\x13\x7e\x31\xe9\xec\xf1\xc4\x53\xb2\xb3\x47\xf2\xb1\x75\x06\x7a\x24\x15\x76\xd3\xa5\x5c\xcd\xf7\xbc\xaa\x8b\xd2\x5d\x78\x29\x9c\xe8\xdc\xa8\xba\x8b\x71\xb2\x6f\xe6\xaf\x9b\x3a\x5a\xaf\x9f\xde\xe7\x4b\xff\x89\x99\xc9\x91\x8f\x4c\xab\xc3\x21\xef\x2c\x20\x55\x6f\x5b\xdf\x08\x3f\x27\x6e\x84\x9f\xfd\x8d\x80\xff\x7a\xc4\x67\x61\x5b\xec\x52\xbd\x8f\x59\xf5\x05\x95\x82\xd1\x0f\x74\xd0\xce\xb9\x2d\x76\x8a\x63\x4e\xbb\x5a\x84\x4d\xe0\x12\xfa\xb7\x5c\x27\x0a\xc1\xb2\x8f\x1a\x5e\xbc\x74\x9f\x75\x84\x4a\x6a\x33\x96\xc7\x24\x8f\x2e\x15\xb9\x5b\xe9\x1e\x81\x03\x02\x68\x7c\x1b\x3a\x8a\xe0\x3f\xa7\xdd\x46\xfe\xb7\x5f\xcf\xb7\xc7\xdd\x46\xfe\xaf\x9a\xc2\xb7\x91\xe7\x88\xfa\xf6\xff\x0e\x53\x3d\x0f\x2a\x8d\xe7\x5a\x19\xe5\x89\x1f\xe5\x92\xc9\xdb\x57\xc5\x2e\xd6\xe3\x70\x7a\x53\xdd\x6a\x23\x52\x39\xa0\xc2\x79\x0a\x0e\x28\x63\xef\xde\x39\x13\x4d\xe7\x4d\xcf\x57\x23\x4c\xc0\x10\x84\x12\x81\xd5\x90\x10\x3e\x67\xe5\x05\x5d\x08\x70\x14\xf6\x4f\xc4\x02\x2a\x5d\x6a\x9a\xfe\xaa\xd8\x41\xda\x19\x63\xe8\x6d\x48\x01\xd0\x64\xda\xa5\x62\x6f\x7e\x82\x51\xcd\x26\xa4\xda\xcf\x66\x4d\xa8\x59\xd9\xfb\x1f\x7d\xef\x87\x17\x05\xab\x28\x98\x39\xb4\xd1\x12\x1c\x1f\x7e\xc7\xca\xdf\x4d\x37\xb5\x80\x1f\x5d\x63\xdb\xf4\x77\xd9\x29\x3d\xcd\x7e\xa7\xbe\xf9\x5d\x76\xaa\xa6\x7c\x9a\xfd\x0e\x4f\xdf\xd1\x75\xb1\x87\x32\xb9\x85\x9c\xb2\x52\xf1\x5c\x45\x25\x68\x51\xde\x2a\xf9\x4d\xbd\x79\x77\xab\x3e\x10\xa7\xd9\xef\xbc\x8f\xf0\x5e\x89\xcd\x9a\xf2\xe6\x7b\xac\xd7\x81\xbd\x6b\x85\xf9\x6b\x7f\xc1\x16\x79\x1e\x3f\x3e\x21\x64\x7f\x38\x34\x10\xa0\x11\xae\x36\x5e\xf0\x6c\xa6\x40\xe2\x86\x68\xb0\x81\x5c\xde\x90\x3d\x52\x88\x42\x18\x18\xda\xd5\x0d\xe2\xde\x22\x1d\x6e\xde\xc7\x25\x05\xb8\xbf\x8e\x1d\x6b\x1d\x68\xd8\x95\xa0\x5d\x66\x0a\x1b\x39\xd3\x41\x9b\x31\xd3\xa6\x8c\xb2\x11\x7d\xcc\x97\x14\x99\x94\x21\xe0\x05\x92\xfb\xca\xf0\xfc\x22\x07\xd5\xdb\x9b\xf5\x35\x2d\xf7\x15\x2d\x0d\x3f\x97\xa3\xd9\x8c\xcf\xd7\x05\x5f\xd3\xca\x3d\xc2\xdc\x56\x5a\x7f\xb7\x67\x55\x99\x0b\xeb\x0f\xa2\x3a\x1d\xbc\xfe\x13\xb8\xab\xa9\x00\xc0\xd7\xb8\x93\x7c\x7d\x6b\x45\xe0\x04\x15\x7c\x6d\xbe\x03\x23\x33\xd6\xdf\x45\x66\x69\x13\xd3\x09\x19\xb5\x14\xe5\xb0\xeb\x27\x69\x1f\xf8\xc0\x22\x07\xe2\xbd\x36\xd4\x59\x3d\xc6\xc7\xc0\xd5\x97\x74\x07\xb8\x32\xe7\xfb\x40\x08\xa9\xfb\x27\xcc\x38\x57\x36\x54\xc2\x71\x62\xe5\x14\xea\x0a\x4e\x6b\x0e\xbf\xb5\xc8\x37\x85\x33\xb5\x80\xd3\x31\x2d\x1a\xf5\x46\x50\x75\x84\x78\xfd\xff\xb1\xf7\xee\xed\x8d\xdb\x56\xfe\xf8\xff\x7a\x15\x12\x77\x7f\x0c\xf1\x18\x56\xec\xa4\xdb\x6e\x35\x61\xdc\xc9\x5c\x9a\x69\x93\x4c\x9a\x99\xb4\xdb\x6a\xf5\xf8\x4b\x8b\x90\x8d\x0e\x0d\x2a\x20\x64\x8f\x6b\xe9\xbd\xff\x1e\x1c\xdc\x49\x90\x92\x67\x26\x97\x76\xbb\xcf\x36\x63\x91\xb8\x11\x38\x38\x38\xe7\xe0\x9c\xcf\x19\x37\x9b\xe5\x95\x29\x46\x55\x25\x75\x45\x9d\x18\x8b\x54\xad\x5c\x3c\xbc\x48\x01\x6f\x48\xfa\xea\x64\x02\x19\xd9\xec\xb0\xbf\xb8\x7b\x21\xe9\x5d\x58\x3f\x26\x0a\x57\xe3\xd1\xc9\x88\xfb\xb6\x64\x14\x7b\x73\x2a\x76\x08\xd7\x72\x19\x5e\x94\x72\x49\x0c\x81\xc8\x6e\x7a\xec\x49\xd1\xae\x62\xfe\x4a\x59\xd8\x8d\x41\x34\xe3\xb9\x36\x7b\x04\xb4\xa6\xc8\x0c\x5c\x0d\xb4\x5d\x2c\x4d\x79\x1f\xb1\x67\xdc\xdc\xa6\x83\x63\xb1\x3c\x05\x95\x78\x0c\x4e\x15\x40\xef\xfd\x02\xae\xda\x0e\xd6\x99\xe9\xbc\x5d\xbc\xdf\xcf\xce\xb8\x88\x81\x6d\x27\x5c\x11\x8f\xe6\xf5\xbe\xef\x99\xa9\x11\xcf\x55\x33\x67\x6c\xd0\x8f\x2a\x23\x68\x46\x74\x76\x28\x49\x94\xaf\x48\xe6\xce\x4b\xcc\xc3\x2d\x15\xdb\xb5\x92\x2f\x52\xcc\x15\xd7\xa4\x3b\xc8\x02\xd1\x92\x93\x03\xc1\x25\x6c\xc3\x43\x7e\x57\x8e\xa9\x66\x8c\xe0\x84\x64\xda\x02\xa5\x70\x64\x30\x5a\x5c\xa1\x51\x94\x46\x7a\xfc\x51\x18\x2c\x83\xd7\xfd\x90\x6e\x62\x59\xba\x15\xc4\x40\xb0\x16\xa1\x84\x00\xb2\x7e\x33\xd8\x94\x5f\xbc\xdd\x56\x4b\x12\x23\xe6\x24\x80\x50\x89\xee\x48\xb4\x98\x35\x8b\x11\xb5\x11\xc1\x5a\x16\x8a\x3f\xf8\x57\x89\xe0\xe0\xaf\xf0\xae\xf4\x1f\x53\x0d\x60\x05\x27\xd6\xdf\xfa\xef\xf4\x34\x5f\x08\x64\xa8\xf0\x86\x49\x7b\x36\xb9\xcb\xc9\x40\x40\xf2\x1e\xbf\x50\x11\xf7\x83\x0e\xad\xbc\xc3\xf5\xd1\xbd\x21\x2c\x41\xc2\x2c\x7a\xf6\xf3\xfe\x90\x59\x2f\x17\x65\x35\x45\xe8\x2c\x91\x5f\x99\x00\xfe\xf9\x4e\xe3\x3b\x76\x74\x22\x6b\x4c\x73\x15\x47\xae\x49\x88\x3a\xd6\x93\x96\x11\x03\x06\x66\xe6\x0d\x93\x9c\xa4\xa9\x09\xa5\x98\xf8\xa1\x2b\x57\x9c\xac\x66\x04\x61\x62\x74\x5b\xe5\x8b\xd1\x55\xc9\xd4\x5d\x68\xef\x18\x20\xa4\x44\xd6\x8c\xe0\x54\x98\x17\x30\x30\x00\xc9\xc0\x44\x53\x00\xb4\x1d\xd9\x83\x98\xfb\x81\x3a\xa1\xcf\x97\x61\x9c\x52\xda\x5c\x16\x55\xa5\xcc\xa4\xf2\x88\x54\x50\x46\x80\x1a\x95\x53\x5c\x4f\xa3\x37\x05\x39\xc3\xb5\x42\x2d\x64\xdd\xa8\x31\x05\x83\x33\x5d\x17\x9c\x30\x01\x61\x65\x0a\xdd\x76\x45\x38\x61\x4b\xf7\xea\x45\x78\x6f\x89\xeb\x1d\x97\x0a\xa5\xc8\x19\x72\xa4\xd2\xd2\xa5\xb8\x7b\x83\xb0\xa7\xa8\x49\xfd\xb9\x11\x7c\xb3\x14\x35\x97\x04\x3a\x3d\x3f\x87\x77\xe7\xe7\x39\x37\x1c\x2f\x66\xb6\xa0\xe5\xbb\xad\x92\xb2\xf7\xab\x7f\x95\xe3\xad\x5c\x17\xfd\x0b\x96\x86\xc6\x69\xdb\x67\x18\xde\xf5\xbe\x94\x80\x5c\x56\xe9\x2b\x15\x60\x07\xda\xfd\x7a\xd3\x5c\xf5\xf0\xd7\xd0\x47\x24\xb4\xac\xb5\xed\x6a\xba\x22\x77\x37\x52\x11\x36\xf6\x27\xad\x9d\xed\x20\xb9\xe9\x4c\x68\xc0\x4b\x6d\x17\x91\xc7\x60\x8c\x18\xe4\x49\xff\xa4\x60\x35\xa3\xcb\xa2\xfa\xce\x7e\x53\xf6\x02\xdc\x93\xf9\x0e\x3e\x03\xcc\x5e\x3d\x46\x8a\x08\x39\xe8\x33\x29\xb2\x0a\x06\x03\x0b\x12\x70\x59\x1b\xe8\xc0\x9d\xb7\xce\x43\xa8\x90\x66\xf8\x94\x36\x5f\xd5\x45\x49\xca\xcc\xfa\xb0\xf3\xc0\xb4\xef\x45\xb3\xc9\x71\x57\x75\xd1\x7f\xee\xc7\x06\x1e\x5d\x49\x6c\xac\x4a\x9d\xe6\xba\xab\xd9\xdb\xb2\xaa\x1d\x6d\xbc\xcf\x88\x2a\xd4\xbc\x67\x0a\x92\x6f\x97\xfd\x4d\x71\x0b\xf1\xa3\x71\x8b\xc8\xfd\xd2\xbf\x0c\xaf\x78\xe0\x7e\xb6\xe9\xe5\xfd\xdd\x1c\x3f\xd6\x7c\x8b\x4c\x97\xe1\x0c\x1c\xe6\xde\xa9\xd7\x24\xb2\x7d\x5a\x36\xfb\x1b\xc6\x22\x9f\x2f\x1c\x38\xab\xbe\xbb\x14\x3a\x15\xdd\xf4\xba\x58\xc7\x1d\xeb\x68\xb9\x53\x86\xa5\x0f\xce\x95\x72\x32\xea\x9c\x78\xf0\xd9\xf6\x5e\xd5\xa4\x13\xb5\xc8\x50\xf1\x41\xbe\xc8\x5a\x4c\xcb\xbb\xec\x10\x31\xea\x34\xde\x94\x4f\xc0\x09\xa2\x91\x0a\x9d\x98\x76\x2e\xfe\xec\x5a\x46\x9b\x80\xc5\x85\xe5\x3d\x37\xdc\x25\xbe\x08\x16\x45\x30\x04\xe9\x8b\x35\x0a\xe8\x5b\x8f\xc3\x67\x4f\x21\xfb\xbc\x56\xcc\x62\x03\xb9\x86\xd8\xae\x66\x2a\x6a\x75\x11\x85\xa6\xe4\x86\xf0\xbb\x00\x4a\x46\x0f\x01\x04\xcf\x7e\xce\x3b\xc8\x50\x81\x5d\xaa\x5f\x9e\xcc\x8d\x90\xc7\x5b\x7b\x98\x7e\x28\x79\xdb\xd2\x67\x5d\x29\x73\x0a\x88\x66\xec\x4e\xdf\xa8\x99\x3d\x34\x3b\x88\x2f\xf7\xaf\xdf\x5e\x7e\xdc\xdf\x8c\x2a\x1c\x6d\x49\x71\x56\xcb\x3e\x39\xf9\xa5\x5f\x21\xb1\xbd\x07\x80\x77\xd9\x89\x79\xf7\xba\x93\xf9\x10\xf4\x08\xd3\xfc\xe4\x11\xfd\x8c\x3f\xa2\x47\x47\x88\xcd\xa9\x7f\xc9\x49\x2d\xec\xb8\xd0\xa7\x87\xbe\xd9\x24\x18\x10\x20\x16\xf2\xfb\x96\x85\xc8\x18\xb2\xa7\x89\xc2\xc3\x9e\x46\x2e\x89\xc1\x25\x43\xfc\xa8\xcc\x1f\xd7\xb8\xc0\x4d\xec\x08\x68\x5a\xe2\x62\x4b\x8f\xdc\xe1\x66\x50\x6d\x49\x8c\x82\x97\xc8\x92\x1f\x8e\x83\x5a\xf6\x16\x30\x3e\xb9\x03\x9b\xe1\x1d\x18\xce\xaf\xb5\x93\xf6\xec\x46\x23\x21\x99\xb4\xf2\xad\x2d\xd8\x75\x78\xa0\x65\xe0\xe7\xa0\x46\xe7\xf2\x2e\xa9\x2d\xa4\x82\xb3\x4c\xf9\xae\x37\xfe\xf7\x0c\xee\xf3\x45\x3d\x5e\x11\xe1\x6c\x5f\x52\x23\xba\x5b\x93\x71\x72\x64\x5b\x39\x4a\xc6\xb7\x54\x5c\xd5\x1b\x31\x2e\xd8\x98\x42\x84\x44\xd3\xd9\xe2\xc1\x99\xa8\x85\x23\x7b\x14\x9e\x11\x5d\xde\x68\xde\xea\xef\x1d\xa6\x39\xc3\x59\x6d\x6e\xba\xce\xe9\xb0\xe3\x48\x38\x75\xb4\x54\x17\x4b\x9c\x64\xd4\xbb\x59\xaa\x11\x2e\xd4\x43\x5c\xa0\x36\x07\xa1\x46\x15\x9f\xd2\xe6\x29\xe5\xe2\xee\x8c\x4c\x1b\xc2\xca\x2c\xb9\x20\xcb\xfa\x9a\xc0\xb3\x04\xcd\xcc\xd3\xb5\xde\xe8\x7f\x91\x6b\xd8\x10\x91\x28\xa5\xbb\x26\xf9\x3d\xb8\x7a\x14\xd5\x2b\x51\x08\x32\x4b\x36\x6c\x59\x5f\x5f\x53\x21\x48\x99\x60\xdd\xf6\x6c\x72\x82\xbd\xe7\xb3\xfb\x92\x96\xaf\x88\x30\xcc\x63\x46\x09\x96\xf3\x40\xd9\xa5\x3c\x80\x42\x6c\xc7\x76\xc7\xb3\xd0\x19\xf9\xaa\x68\x9e\x74\xbd\x35\xb7\x5b\x33\x6e\x5e\x57\x15\x29\xbf\x28\x96\x6f\xe4\x6a\x49\xca\x25\x65\xd8\xc9\x9e\x66\x00\xa8\x03\x7c\x59\x5e\xd7\x59\x52\xc1\x79\x32\x6d\x8a\x1b\x02\xcb\xef\x4d\x56\x38\xec\x5b\x5a\x55\x4f\xe0\x83\x5b\x3d\x85\xed\x51\xf6\xbc\xa2\x97\x57\x72\x3a\xb1\x22\x8c\x08\xe8\x99\x0d\xe5\x33\x9b\x14\x5c\x2f\x35\x74\xca\x88\x67\xc4\x9c\xa8\x7e\x0b\x92\x23\x23\xd9\xaa\x9d\x80\xc1\x81\x84\x1f\x86\xe5\x6b\x7a\x79\x49\xf8\x57\x85\x20\xbc\x3d\x8d\x17\x64\x59\x5c\x93\x17\x0c\xc2\x54\xf6\x7c\x1f\x94\x49\xf4\x40\x2e\xba\xc3\x30\x8f\xfd\x79\xef\x76\x4f\x8a\xf2\x2e\x41\xbb\x1d\x36\x13\x36\xbb\xa7\xcd\xab\xe2\x86\xb2\x4b\x49\x5c\x5d\x7a\xea\x5d\x98\x18\x09\xc8\xe7\xfe\x75\xf4\x6c\x45\xa2\x0b\x28\xcb\x95\xb4\x3c\x60\x5d\xdd\x3c\x2a\x32\xa4\xec\xa6\x7e\x43\xbe\xa2\x2b\xb2\xbc\x5b\x56\xe4\x49\xa1\x3e\xba\x49\x14\x67\x2a\xe5\x38\x5f\xab\xfc\xc0\x03\x0b\xf6\x41\x57\x64\xff\xd8\x6c\xbb\xc0\x29\x07\x5b\xf5\x77\x7d\x77\xf9\xbc\x56\x12\x29\xce\xc8\x65\x54\x23\xbd\xa7\xcd\x9f\xe1\x8f\xc9\x29\xf6\xd3\x97\x0d\x76\xa6\x0a\x96\xd3\xa0\xd3\x5d\x9b\x08\xc2\x1d\x44\xb4\xf1\x17\x06\xf1\x35\x69\x9a\xe2\x12\x30\x7f\x9c\x17\x9a\x98\x32\x95\x33\x54\x67\x0d\x06\xa6\xa0\x90\x5f\x33\x03\xbf\xad\x3e\x04\x46\x0c\x56\xd7\x9e\x69\x97\x74\xf2\x60\x02\xec\xe5\x18\x60\x8d\xf5\xc7\x6d\x76\x48\x2f\x23\xe9\xa3\xa0\x83\x5a\xda\xc7\x09\xf4\x56\xc4\xde\x5c\x1c\x4e\x1a\xb0\xf2\x51\x6a\x1b\x24\xf6\x60\x9e\x15\x09\x79\x40\x34\x45\x5b\x1a\x56\x40\x6e\xc4\xc4\x0e\xb9\xfc\xf4\xb6\x4a\x43\x3c\xb9\xa6\x70\x37\xe7\x63\x92\x79\x97\x46\xf7\x0e\x1c\x8e\xaa\x36\x79\x2e\xe6\x74\x81\x41\x02\x8d\x82\xfd\x9e\x91\x8c\xa3\x99\x35\x82\xb1\x5d\x56\x13\x24\x07\x0c\x18\x38\x24\x6f\x48\x76\x6f\x77\xfb\x4c\x67\x01\x84\x93\xf2\x1b\x72\x2b\x59\x59\x43\xc4\x66\xdd\x9a\x0c\xff\x4a\x0c\x24\xe2\x26\x03\xe4\xa9\x0d\x99\xea\x8d\x34\x75\x6b\x9e\x1f\xb2\x75\x0e\xe3\xf3\x1b\xe2\xef\xb1\x1f\xa5\x0f\x85\x04\xd4\x99\x17\xf5\xc5\x65\xb2\xf3\x44\x16\xf0\x5d\x3e\xa0\xb7\xbd\x5c\xcd\xb6\xb8\x22\x72\xe7\xb5\xbe\xd2\x67\x43\xf9\x92\x60\x6f\x92\x23\xaf\xda\xf3\x73\xd1\x9e\x9d\x3a\x5e\x26\x0e\x27\xd6\xd9\x8c\xad\xaf\xeb\x2c\x89\x63\x26\x83\x4b\xa2\xf7\xb4\x9e\xd5\xe9\x30\xb7\x2e\x69\x29\xd5\xe6\x58\x6f\x2d\x59\x2c\xbc\x52\xa9\xdc\x44\x79\xbc\xe1\x90\x71\xd9\xaf\x83\x26\x14\x23\x0b\xfc\xc3\xf2\x15\x91\xef\x7a\x97\xe9\x1d\x4e\x8b\xea\x80\xbd\xf3\x41\xf8\x65\x87\xda\x4b\xa7\x2e\x8d\x4d\x38\xfc\xbd\xcf\x67\x32\x91\x17\x24\xe3\x67\x2d\x7d\x13\xcd\xee\x77\x58\x20\xa4\x6d\x2a\x20\x6f\xe7\x1c\x4b\xad\xac\x10\x44\xc5\x3b\x61\x81\x74\x2d\xa7\x8f\x86\x10\x62\xda\xbc\x8a\x29\x4a\xd3\xc4\x6b\x29\x51\x61\xff\x89\x6d\xcc\x3c\xe8\xdc\x13\xcd\xa9\x4a\xcc\x42\x17\x39\x81\x7f\xb0\xc0\xec\x28\x99\x26\x47\x14\x79\x28\xd7\xd9\x3d\x6d\x9e\x5d\xaf\xa5\xf4\x7f\x8a\x95\x25\x06\xa4\x35\xf3\x83\x94\xea\x6f\xad\x21\xc8\x3f\x8d\x40\x07\x8f\xd5\xb2\xa9\x1f\xc0\x1b\xe5\x1f\x5a\x58\x38\x89\x9e\x71\x5d\x31\xee\x30\x45\x02\x20\xe4\x61\xa4\x6e\xc8\x27\x71\x8d\x44\xcb\x12\xe7\x6b\x2f\xbe\x39\x17\x51\x9a\x50\xa1\xdb\x58\x91\x47\x44\xe5\x88\x52\x91\x3e\x0f\xf6\xec\x50\x7b\x06\xf7\xea\x33\x0f\x22\x51\xbb\xe1\xfb\x3b\x62\xb5\x78\x5e\x6f\x58\x38\xa5\x3b\x33\x47\x72\xde\xec\xfa\x9e\x60\xf2\xb6\x23\xc3\x84\x13\xa6\xf4\xfb\x7e\x95\xef\xa7\xf9\x2a\x4c\xa6\x52\x98\xaf\x48\xc1\x94\x29\x60\x8f\xbc\x3b\x24\xd1\x46\x26\x28\x32\x62\x20\x32\x50\x63\xd4\xd8\x67\x2d\xdd\x59\x7d\x8a\xb7\x3f\x7a\xa8\x50\x4e\x12\x94\x9d\xdd\xc7\xc4\x85\xb8\x32\x9b\xa6\x36\x88\xf2\x29\x2d\x61\xd7\x65\x5d\xa9\x99\x92\x5e\x01\x35\x2a\xd1\xc6\x04\xbe\xd8\x29\x73\xb0\x46\x6c\x6a\xff\xf8\x9a\xf1\xfb\xea\x1b\xfd\xac\x26\xa2\x23\xca\xc7\x3d\x9b\x48\xef\xf9\xd9\x86\x60\xfd\xf1\xb3\x8a\x98\xe1\x75\x68\x24\xb0\xaf\x78\x12\x93\x2e\x9e\xf8\xac\xf3\x24\x20\x25\xcf\x18\x73\xb0\x90\x19\x9a\x6d\xde\xc5\xa8\xf1\x01\xb4\xfe\x87\x51\x24\x2c\x40\x74\x69\xe5\x9b\x0f\x64\x0e\xb1\x1c\x64\xe0\xb0\xef\x33\x56\xfc\x4c\x96\x86\x1f\x4d\x9b\x7f\x47\xe3\xc3\x5e\x0d\xcf\xb0\x38\x4f\x44\x88\xd1\xad\xd2\xeb\xa5\x2e\xff\x82\xdd\x10\xde\x84\x18\x1b\xd9\xbb\xaa\x9c\x25\x2d\xd5\x3e\x92\x83\x89\x1d\x2e\x6a\x6d\xd4\x0c\x3c\x60\x09\x07\x4c\x00\x3d\x66\x91\x7f\x0e\xb3\x46\xff\x96\xeb\x9b\x9c\x5f\xb2\x99\x62\x77\x10\xd5\x00\x02\xb3\x51\xe1\xc1\x3d\x32\x46\x27\xf0\x5e\xd2\xc9\x2c\xf2\x56\xa5\xe7\x3e\x80\xc6\x76\x2a\x4e\x38\xe1\x75\x2d\x12\x4f\x2b\xbe\xfa\x45\x5f\x05\xda\x61\xae\xc9\x3e\x70\x92\x17\x99\xc2\x60\xe9\x01\x21\x91\xdf\x70\x4d\xf0\x0d\xc1\x97\x04\xdf\x11\x7c\x61\xef\xe3\xfa\x34\x1d\x7c\x4e\xf2\xc9\xe9\xe8\x8e\xb4\xae\x90\x26\xe7\xc4\xdc\xd1\x58\xf4\x5f\x1f\xd0\x1a\xae\x01\x1d\xa0\x35\x1a\x5d\x93\x9c\x4c\xed\x55\x31\xbe\x91\x3f\x35\x9c\x90\xf5\x95\xc1\x97\xde\x53\x57\xf6\x9a\xa4\xe9\x0d\x49\xd3\x4b\x92\xa6\xd9\x39\xcc\x9a\xf1\xff\x39\x27\x4a\x1d\xbc\x8d\x03\x31\x3c\x8b\x3f\x7e\x1b\x7d\xec\xc8\xe1\xa5\x6f\xd8\x7a\x4b\x20\x1c\x2e\x83\x7f\x73\x02\x11\x61\x22\x4b\xa6\x89\x86\xb3\x78\x45\x1e\xe8\xa5\xe9\x90\x47\x84\xbd\x52\x0b\x43\x5e\x44\x71\x99\x0f\x02\x92\x2c\x2b\x4a\x98\x78\xd1\xaa\x76\xde\xe3\xeb\x79\xee\x85\x86\x86\x51\x32\x8a\x87\x85\x85\x35\x20\x8d\x27\xc3\x7c\x5d\xb0\xe2\x92\xf0\xe7\xd5\xa6\xb9\xea\x36\x7c\x2d\x37\x1a\x44\x71\x53\x76\xd9\x6a\xfe\x3b\xa2\x45\xef\xb0\x5a\x59\x7f\x53\x0b\x3d\xa4\x56\x0d\x17\xa7\xda\x1a\x95\xaf\xfa\xb4\xe0\x5f\xc1\x7a\x11\x3c\x6b\x5a\x9e\xe3\x2d\x74\x58\x1b\xc7\xdc\x9a\xbf\x92\xac\x08\xe7\xa4\x7c\xad\x58\x48\xfb\x35\xf7\xc4\xba\xf6\x18\xb4\x27\x54\xe7\x79\xe0\x27\xd5\x1a\x86\x21\x70\x15\xa2\xd4\x1f\xf3\xc9\x89\x28\x28\x23\xe5\xd7\x87\x57\x70\xfb\x5f\xef\xa6\xe6\x81\x75\xde\xee\xeb\x64\xb9\xe1\xce\x80\xe2\x7f\x17\xf1\x49\xea\x0e\xfc\x98\x0c\x91\x2b\xb0\xc6\xab\x18\xb4\x4d\x48\xd6\x0a\xd0\xb1\x4b\xd5\x16\xa5\x48\xe7\xcf\xfc\xfd\xf7\x2f\x9e\x9e\xff\xf1\xd9\x5f\x17\x41\x8d\x8e\x9a\x1c\x52\x8a\xf7\xc4\xdf\x18\x93\xd3\x70\x53\x98\xdf\xfb\x36\x84\x2d\xd7\xdd\x0c\xf6\x55\x87\x1e\xdd\x18\x00\x02\xd0\x5c\xda\x77\x09\xd4\x1b\x6c\x97\x3c\xfd\x97\x01\x71\x06\x1f\x6d\x49\xb3\x33\x15\x8e\x30\x83\xe8\x61\x0a\xd1\x6d\x1d\xbf\x8a\x7a\x4a\x9b\x2f\x69\x59\x12\x26\x85\x23\x5f\xc7\xe9\x7a\x2e\xe8\xf0\x60\x6d\x09\x82\x30\x77\x92\xc3\xb1\x3b\x0d\xad\xb1\xb9\x76\x43\xf0\xc9\xc9\xd9\xe2\xfa\x66\x56\x8b\x5c\xd1\x18\x11\xfd\xce\x5b\xda\xed\x56\x03\xc1\x90\x1d\xae\x65\x6b\x6a\xec\xcf\x37\x55\x75\xa7\xd5\xbc\xc8\x17\x9c\xca\xc2\xa6\xec\x0b\xf6\x7d\x33\xe0\x0b\x28\x8b\x78\x7e\x80\x93\x0c\xc2\x91\xb2\x76\x4c\x7e\xfb\xa9\x8e\xc6\x87\x7e\x60\xa2\xfa\x5c\x40\x82\xd9\xd1\x65\x55\x35\x6d\x31\x3a\xb0\xa2\x2e\xed\xaa\xc6\xbe\xbc\xb7\x26\x29\x77\xca\x77\x14\x24\xd7\x38\x30\x52\x6f\x13\xdd\x6a\x6a\x14\x4a\xa5\x3b\x70\x14\xaa\xb0\xaa\xd8\xbb\x72\xd1\x9a\xba\xb4\xaa\xfa\x0d\xb9\x3d\xb0\xda\x37\xe4\x56\x55\x69\x99\xe1\x07\x2b\x41\x59\x59\xcd\x5a\x16\x0e\xaa\x68\x4b\xcb\xaa\xd6\x93\xa7\x0d\x86\x35\xf1\x69\x2e\x4d\x27\x3d\x3b\x24\x08\xf0\xd1\x91\x43\xf9\x3d\xfc\x31\x13\x38\x74\x1b\x04\x27\x1a\xec\x8f\x65\xd6\x19\x1d\xa4\x4a\xe0\x96\x39\xfa\x9c\x12\x73\x63\x12\xf3\xde\xc1\x29\xe0\x80\x77\xd5\xd8\x13\x5a\x4a\x21\x98\x38\x14\x50\x15\x35\xe5\x00\x73\xd5\x70\x21\x24\x8d\x6a\xe7\x98\x5c\xb4\x04\xda\x41\x60\x14\x0f\xd4\xb8\xb6\xa9\xc8\x0b\xdc\xb4\x83\xa7\x37\xf9\xc9\xa3\xcd\x67\xc6\x51\xee\xd1\xc6\x48\xf8\x55\xde\xcc\x37\x0b\xbc\xcc\xeb\x79\xb5\x18\xd9\xf1\x2f\x21\x49\x9d\x9f\xfc\x78\xa9\x72\x25\xbf\x21\x19\x99\x57\x0b\x34\x7b\xad\xff\xc0\xf2\xbf\x79\xa1\x3d\xf8\x56\x01\x8b\x50\x10\x81\x72\xf0\x6a\x6d\x95\x56\xa3\xd1\xd8\x32\x9b\xc6\x4a\x03\x93\x71\xbc\x32\xb9\x71\x1b\x93\x1b\x93\xe3\x76\xb2\x4c\x84\xc2\xd3\x4d\xe8\xe3\xe3\x79\xb1\x14\x35\xbf\x8b\xa1\xee\xd8\xbb\x10\x5c\x06\xc3\xc3\x57\xed\xb8\x35\xfc\x27\x08\xf0\x2e\xf1\x95\xe9\x45\x6b\x57\x4f\x5b\x47\x91\x4e\x48\x50\xe2\xab\x10\xa1\x5b\x35\x2c\x09\xda\x3b\xe7\x62\x38\xb8\xad\x93\xd9\x17\x1d\xcd\x29\xaa\x04\x0b\x57\x26\x90\x40\x4a\x32\x25\x86\x2b\x96\xde\x56\xe8\x5c\x6e\x05\x8e\xbe\xbd\x07\x77\x54\x52\xb5\xc7\x39\x0f\x01\xf0\x34\x58\x52\x69\xe3\x6f\xbb\xe8\x3e\x71\xe9\x2a\x9e\x45\x92\xf4\x15\x9f\x8b\x85\xe9\x24\x4d\x0f\x29\x95\x21\x83\x83\x3c\x54\x7a\x17\x1b\x70\x28\x9c\x0e\xa4\xbb\xcc\x49\x9f\x80\x0a\xd8\x1d\xed\x96\xe6\x62\x31\x72\x63\xea\xbc\xc3\x0a\x43\xed\x9c\x2a\x2b\xd4\x8b\xe6\x71\x73\xc7\x96\x69\xca\x6d\x38\x5d\x8b\xde\x61\x4b\x85\x28\x18\xbd\x72\x55\xdc\x38\x5b\xf7\xdc\x82\x1a\xdd\x0d\x0c\x82\x7e\x91\x04\x2a\x49\xf1\x25\xe2\x18\x9a\x3c\x7d\x35\x1b\x03\x57\xfd\x0f\x59\x42\x7b\x3e\x62\x9e\x7b\x5e\xa2\x20\xc7\x79\xd9\x45\x3d\xbf\x4b\x23\x28\xbe\x2a\x6e\x34\x26\x16\xc7\x04\x61\x70\x93\x95\x32\x2d\xf4\x2c\x0a\x2e\x48\xe9\x36\x48\x7b\xc8\xc1\xe6\xd1\x94\xec\x85\xdb\x5b\x96\x12\x90\x2f\x4e\xbc\x6a\x89\x0a\x91\xad\xa7\x06\x46\xf7\xc0\xce\x4e\xdf\xb1\xb3\x53\xa4\x58\x44\xc7\xcf\x5b\x4f\x4d\xf8\xc1\x3a\x98\x4e\x1d\x6e\x98\xfb\x73\xae\x9a\x18\xd7\x2b\x3d\xf1\xd6\x85\xc4\x62\x0a\xfb\x38\xc6\x01\x68\x96\x30\xce\x8e\xde\x2d\x47\x82\xef\xf5\x9d\xc8\x8c\x63\x7d\x23\x32\x23\x3b\xb4\x1b\x40\x44\x12\xed\x0b\x31\x2c\x76\x38\xfc\x26\x5e\xdf\xaa\x62\xaa\x04\x81\x48\xb4\xee\x57\x2c\xeb\xeb\xb5\x24\x3b\x6c\x80\x1e\x56\x55\x71\xd9\x24\x28\x0a\x25\xd5\x5d\x2a\xe5\xde\x5f\xb7\x7c\x00\x3a\xcb\xe7\x89\xc9\x99\x47\xf1\x7e\xad\x44\x6f\xa0\x08\x63\xcd\x2c\xf4\x43\x5c\xd3\xb1\x4c\xb2\xa3\x02\xc5\xe0\x9d\x2c\xfd\xcb\x1d\x07\xc5\x94\x6f\x1f\x4e\xce\x97\x57\x64\xf9\xe6\x79\xcd\x5f\xf2\xf5\x55\xc1\x48\x19\x44\x43\x34\x09\x52\x72\x74\x44\x23\xe8\x55\x4e\x3a\x43\x92\x0d\x04\x50\x0a\xdd\x83\x2a\x3c\x0f\xfa\xcd\x20\x93\x53\xec\xbe\x4f\xb5\xd9\x33\x0f\x68\x48\x45\x54\xdc\xc9\x86\xbb\x77\xc7\xd3\xe9\x59\x8b\x50\x6d\x44\x08\x55\x7a\x78\x0e\x4d\xb1\x80\x24\x3a\x66\x19\xfd\xc8\x9e\x30\xa0\x52\x0d\x37\x7c\xc0\xb0\x0f\x52\x95\xbd\x81\xc9\x5e\xf7\xe0\x18\x76\xa2\xe4\x41\xa1\xee\x83\x34\xac\xa7\xe7\x2b\xca\x5c\xd8\x5e\x27\x0f\x43\x2c\x53\xbd\xc7\xb8\xc3\xda\x5f\xdc\xfd\xa1\xa9\xd9\xe3\x35\x75\xe1\x38\x58\x73\x73\xd6\x66\x1c\x0e\x7c\xed\x31\xc9\x28\x26\xb8\x25\xef\x62\x95\x50\x02\x79\x4c\x64\x6f\x15\x98\x33\xae\xf7\xbf\x1f\xea\xd8\x9f\xdd\xe4\xbc\x2f\xcc\x15\x30\x49\x20\x26\xb3\x2c\x44\x71\x76\xe1\x81\x11\xa0\x41\xd0\x0d\x55\x41\x43\xa6\xd2\xdc\x9f\xac\x07\x00\x7a\xd6\xbe\x0a\x53\xe4\xd4\x66\xbb\x2c\xa4\x64\x80\x8d\xc1\x4d\xa1\x66\x14\x78\x93\x83\xf3\x3f\xc1\x4a\xd5\xa9\x71\xcd\xe9\x25\x65\x85\xa0\xec\xf2\x45\x57\xe9\xb1\xfd\xcd\x28\xd8\xa1\x40\xcd\x69\x8c\x2a\x60\xb2\xab\x0c\x82\xc2\x32\xf5\x85\x4a\x3f\x0a\xbe\x4c\x72\x23\x05\xd6\x23\xb5\xe7\xc7\x42\x48\x09\x15\xb5\xe4\xe3\xa8\x50\x46\x14\x56\x99\x49\x94\x14\xd0\x16\xe0\x12\x51\xdc\x12\x1f\x74\x02\x13\x3f\x65\x80\x9c\xd4\xc4\x86\x02\x27\x98\x60\x0b\xe9\xbf\xc4\x3a\x1b\xc1\xac\x3a\xeb\x46\x8d\x60\x87\x3b\xab\xb4\xc1\xcd\x2e\x08\xb8\xcd\xe5\x94\x40\xde\xc6\xe1\x79\x09\x02\x76\x15\x21\x5a\x09\x31\x8a\xb7\xe3\x43\x6e\xf8\x10\x3a\x0f\xa7\x1a\x16\x25\x6a\x13\x15\x46\x1c\x18\x6e\x4b\x02\xd5\x80\xb7\x61\xce\x15\xdd\xbd\x6b\xa0\xbb\xbd\x21\x17\xcb\x64\xc2\xc2\x41\xa6\x69\xeb\x41\x5b\xb0\xcd\xd0\x88\xe6\xd7\xc4\xa6\x5c\xd0\xfa\xb9\x23\x78\x97\x64\x55\x0d\xc2\xa6\x44\x36\x69\x84\xdc\x07\xce\xda\x5f\x8c\x21\x19\x05\x03\x18\x02\x0c\xf1\xa8\x33\x6d\x95\x55\x3b\x84\x36\x5e\x5e\xd8\x19\x8f\xa6\x91\x0d\xdc\x26\x6a\x03\x37\x8d\x5b\x9f\x31\x2b\x70\xc4\xa0\xe0\xdc\x26\x84\x45\x66\xea\x4c\x77\x4e\x77\xad\x0d\x11\x55\x25\xc8\xc2\xd3\xb6\x7a\x4a\x74\xb5\x9e\x3d\x15\x00\x1c\xa5\x9e\x42\xc4\x12\x7c\xc7\x97\x11\x34\xe5\x6e\x0e\x1e\x93\x5b\xb7\xdf\xcc\xee\xa1\xc0\x15\xdb\x6d\x56\xe4\xed\x83\xa2\x97\x8e\x14\x34\x3f\x16\x98\xf6\xca\x97\xcc\x62\x96\x7c\x55\x08\xd2\x08\x29\x81\x81\x80\x9d\x98\x09\x07\xe9\x1d\xb3\x5d\xbb\x09\xe1\x1f\x1b\x35\x26\xb8\xc5\xaf\xb0\xe8\x9c\x34\x7b\xab\xa8\xd3\xd9\x41\x6f\x0d\xcd\x49\x5e\xe0\xc2\x30\x82\xd8\x54\x0f\x9d\x47\xde\xd6\x65\xef\xca\x14\x68\xce\x5a\xa7\x47\xed\x4e\x0f\xba\xdd\x52\xb3\xb2\x41\x50\x2b\xc1\x35\x58\x95\x6a\x30\x61\x7d\x68\x16\xdf\xa8\x1e\x3b\x34\x98\x11\xcc\x30\xc7\xc5\xa1\x7c\xde\x58\xa6\x7c\x2e\xdf\x58\x2e\x5f\x38\x06\x5e\x80\xac\x13\x6d\xa5\x07\x86\x6b\xf0\x33\x04\x30\x4c\x86\xac\xa5\x8c\x4f\x75\xa7\x92\xf9\x01\x59\xea\xdf\x09\xb6\xaf\x2c\xc5\xea\x91\x26\x4e\xc1\x55\x39\xf9\xb5\xac\xe5\xdb\xdb\xc8\xd9\x25\x99\xdd\x90\xd1\x9e\xd1\xe4\xd4\x99\xb7\xda\x9c\xa5\xcf\xfe\x61\x55\xcf\x43\x88\x72\x60\xcb\x4b\xf2\xb0\x68\x15\xa3\x70\xf2\xe2\xb4\x3c\xea\x1c\x18\x59\xfb\xc4\x68\xa0\x7c\x87\xc6\xb2\xc9\xa9\x9c\xc5\x4e\xd9\x57\x90\x16\xf1\x79\xcd\x97\x44\x29\x82\xd9\xe4\x44\x67\x08\x79\x5f\x11\x2c\xdc\x15\xc8\x6c\x96\x18\xe9\x52\xcc\x70\xdd\x21\xdd\xde\x9d\x70\xf6\x60\xd2\x2e\x76\x68\x56\xb8\x85\x3b\x4c\xbe\xfd\x00\x4b\xe7\x8b\xc5\xff\x54\x8b\xd7\x91\x21\x59\x44\x86\x7c\xc7\x05\x8a\xcb\x98\xf5\x0e\xcd\x6a\x4f\x81\x75\x97\x86\x61\xa4\x45\x4c\xb5\x3e\x8b\x5a\x5f\x67\x5d\xcd\x33\x92\x59\xad\x6d\xde\x0d\x7c\x0a\x26\x27\x51\xe3\x6c\x4c\x40\x18\x30\xce\xf6\x58\x3b\x7b\xcc\xae\x3d\xa5\x77\x08\xff\x67\xa0\x4b\x69\x60\x35\xf9\x08\xc5\xee\xa7\x4f\x8c\xd2\xdb\x07\xfd\x3f\xa0\xf1\xb6\xb3\x00\xd4\x53\x2d\xc1\x0d\x21\xa5\x79\x6d\xb8\xd2\xe0\xdb\x06\xb0\x81\x9b\x75\x27\x64\xc6\x47\xc3\xf5\x36\xce\x7a\xd3\x5c\x01\xd6\x10\x69\xd9\x07\x75\xa2\x9b\x4e\x56\x1b\x6d\x51\x3f\x67\xb5\xa0\xab\x3b\xed\x8b\x44\x49\x93\x09\x3d\x33\xce\xf9\xcf\xaa\x16\xf6\x13\xff\x1c\x06\xd3\xb7\xe1\xdf\xc2\x0d\x2d\x6b\xb9\x4f\x82\x1b\xca\xf8\x29\xd0\xd7\x46\xab\x56\x46\xf0\x1b\x92\x09\x14\xb4\xd8\xc7\x9e\xf6\xb5\xe9\xef\xd7\xd7\x9d\x56\xfb\xc8\x80\xae\x32\x4b\xf8\x3a\x3d\x85\x0f\x71\x09\x66\x29\x1d\xb6\xaf\xf9\x91\x42\x93\x6d\x88\x68\x01\xc5\x0a\xf9\xa7\x06\xbd\xd4\xd7\xf6\x0e\xfc\x12\xe8\x74\x64\x3a\xeb\x2c\x40\x46\x90\x87\x5f\x19\xfb\xba\x90\x26\x47\x3d\xb2\x1f\x6d\x64\x39\xe5\x69\x4f\x34\xbd\x68\x9b\x7c\xe0\xd3\x99\xe0\x7b\x26\xf5\x78\x62\x5d\xb4\xb9\x13\x7a\x04\x98\xf6\x82\x44\x1c\x31\x02\x91\xf3\xf3\x8f\x8c\x6c\xb7\x26\x27\x90\x77\x13\xe6\xed\x54\xd9\x98\x17\x52\x10\x31\x58\xc3\xf8\xbc\x22\xca\xc1\x55\xd5\x6a\x47\x9a\x75\xea\xa8\x02\xea\x96\xc1\x78\xbb\xf7\x14\x37\xaf\x55\xe1\x58\x1c\x5b\x50\xdc\x15\x48\x8c\xb5\xb4\x13\xe3\x10\x31\x97\x1a\x72\xfa\xca\xd8\x95\xcd\xb5\xb3\x67\xc4\x47\xe1\xd6\x85\xa5\x8b\x87\x50\xc0\x52\xec\xef\x75\x7c\x40\xa7\x67\xf7\xbb\x8e\xd6\x1b\xcb\x3b\x25\xbb\xd4\x57\xd4\x7f\xb1\x7e\xb4\x7d\xb7\x90\xd0\x88\x73\xb7\x35\x56\x51\x35\x83\xee\x79\xe2\xb7\x6a\x62\x41\x7a\xe6\x3d\x40\x83\x50\x5b\x98\x45\x31\x56\xbb\xbe\x30\x16\x08\x0e\x9c\x10\xf5\x31\xcc\xae\x0a\x56\x56\xa4\x7c\x76\x43\x98\xc8\x38\x06\x9f\x64\x59\x42\x23\x7e\x41\x1f\x56\xd5\xd6\x17\x5e\x65\xe0\xec\x61\x48\xb5\x8f\xf5\x2a\xce\xab\x99\x1a\xd4\xd5\x5c\x32\x78\xa1\x96\xb7\xed\xa2\xd0\xe2\xf1\x2d\x8c\xf4\xb6\xbd\x05\x60\xe2\xda\x2a\xed\xce\x75\x65\x99\x60\xa4\xb3\x03\x3e\xa1\x55\xdd\x1c\x41\xba\x90\xd9\x06\x0a\xa3\xe9\xba\xbe\x29\xaa\x27\x57\xa4\x15\xc3\x38\x38\x7e\xb3\x28\xbd\x56\x06\xcc\xf3\xc9\xa9\x87\x4a\x98\xa9\x48\x1b\x79\xd6\x7f\xcf\xd4\x7e\x0f\x0c\x93\x59\xaf\xad\x24\x4d\xf9\x7e\x2b\x48\xdf\x38\x43\x9b\x48\xe7\x35\x40\x00\xda\x39\x37\x4c\xf5\xdd\xa6\x3c\xac\x9d\x11\xff\xba\xee\x5d\x66\x10\x0e\x19\x3f\x4a\x69\x60\xee\x46\x3f\xc7\xdc\x79\xd4\x0a\x9b\xf6\x80\x69\xcb\x48\x9a\xea\xec\x39\x93\x3c\x27\x7a\x0e\x3c\x83\x69\x7c\x2e\x75\x15\x84\x55\x75\x7d\xc0\x3f\xb4\x09\x53\x0d\x05\xed\xd0\x9a\x3d\xb1\xde\xfb\x5e\x8b\xbd\xd7\xe6\xc6\x2d\x7f\xd8\xab\x43\x31\x65\xf0\xec\x7c\x6a\x6a\xa8\x06\xba\xf1\x4b\xc3\x1e\x76\xd0\x52\x2c\xe8\x69\x14\x02\xb5\xe1\x44\x7b\x26\x59\x14\xb6\xce\x8d\xac\xe3\xcd\x7e\xb4\x51\xcb\xbd\x43\x21\xfa\x81\x83\xd0\xe7\x27\x7b\x45\x53\xc5\x1e\xfd\x78\x88\x18\x78\x97\x4a\x6e\x13\x13\x3e\x9e\x69\x3f\x73\xf8\x37\x07\x17\xf4\xf9\xc9\x42\x25\x97\x2e\xba\x07\x03\xe4\x15\xb0\x8e\x92\x47\xc9\xf1\xe7\xc9\x11\x19\x95\xf5\x7d\x31\x25\x6f\xa9\x48\x53\xf5\xaf\x56\x27\x8a\xbc\xf0\x23\x9e\x77\xb7\x57\xb4\x22\xd9\xa4\x98\xd7\x0b\xb5\x3b\x37\xf9\x2d\x99\x37\xb0\xd5\x36\x48\xe4\x1b\x25\xe0\x37\x98\xe7\x9b\x29\x91\x5b\xac\xc1\x85\x7c\x0a\x67\x12\x98\x68\x44\x3e\x97\xbc\x6d\xae\xec\x58\x95\x1a\x31\x40\x3d\xb0\xfc\x04\xd3\xbc\x32\xbe\x55\xec\x33\x0a\x89\x95\xb2\x22\x2f\xe6\xd5\x9c\x2d\x16\x48\x35\x99\xa6\x3a\x49\x5a\x81\x70\xa1\x3a\x94\x67\x81\x7e\x34\x82\x01\xe5\x2a\x38\xb3\x99\x09\xac\x86\x31\xe3\x18\x06\x31\x2b\x76\x3b\xd7\x19\x6f\x77\xc6\xe7\x6c\xa1\x7a\x51\x33\x00\x03\xeb\x4c\x62\x5e\x1c\xec\xb0\xe0\x57\x4b\x00\x0b\x0a\x3a\x16\xed\x8e\x85\xec\x18\xc6\xac\x61\x95\xc1\xdc\x16\x9c\xd8\x3d\x76\xb6\x50\x1a\x57\x15\xc6\x44\x56\x18\xff\x3f\x90\xc5\xff\xdf\x38\x31\xc8\x5b\x47\x79\x52\xb3\x71\x72\xf4\x0a\x70\x8e\x55\x4f\x47\xc9\x18\x96\x75\x4c\xd9\x18\xa6\x68\x9c\x60\x76\x94\x13\x9f\x4a\xa6\xe3\xc4\x39\xe5\x49\x8e\x28\x5b\x7a\x52\xc8\x2d\x00\xb0\x5c\xe3\xe4\x48\xa7\x32\x66\xcd\x9a\x2c\x45\xc6\xd1\x51\x32\x4d\x10\x6e\xab\x0e\x4c\x53\xbb\x8b\xb5\x89\xe7\x2f\xe9\x40\xd2\x09\x0f\x92\xce\x26\x31\x21\x10\x62\x03\xf9\xca\x1c\x24\x1d\x5f\x8c\x4e\xad\x5f\x41\xdb\xf7\x59\x67\xd7\x33\x1b\x5c\xdb\x45\x14\xab\x0a\x8f\x04\xb7\x0a\x3d\xbe\x6b\xad\xc8\x96\x98\xf4\x42\x7a\x46\x81\x43\x65\x17\xcb\xe3\x49\xf7\xa2\x91\x6c\x13\xd3\xb8\x07\x6f\x62\xfd\x12\x15\x09\x91\x36\x09\xe9\xbb\x06\x02\x99\xc7\x0c\xc6\x05\xae\xd1\x8e\xd8\xe4\x60\x3b\x65\xfb\x1a\x0a\xda\xeb\x41\x31\x07\x0c\xe4\xc9\x69\xc4\x8b\x6a\x4f\x0c\xa0\xe2\x6f\x6b\x65\x70\x1b\xd0\xfc\x31\xcf\xef\x77\xa3\xd0\xdd\xb2\x6b\x4a\xb1\xf7\xe9\x7e\x9e\x32\x86\x46\xc2\xb7\x3a\x5c\x2b\xd3\x96\x0d\x8a\x62\x48\x49\xff\x76\x54\x67\x19\x0f\xc0\x6a\x1b\x48\xa7\x16\x3c\xc9\xef\x77\x08\xb7\x9e\xcd\xd9\x22\x17\xd3\xf3\xb5\x71\xf5\xf1\xbc\x01\x18\xa6\x08\xcd\x32\xee\x25\x90\x85\x36\xbd\xb4\x7e\xaa\x41\x2f\xe3\x2c\x5b\xe4\xd4\xbf\x01\xe9\xda\x3d\xb8\x22\xc0\x48\x87\xbd\x5a\x80\xb9\xe6\x18\x98\x0e\x7d\xa5\xe1\xf9\xe8\xdf\x97\x85\x28\x66\xbe\xd9\x9c\x29\x37\x55\xd1\x87\xc4\xca\xa7\xe7\xcb\x5a\x2e\xb7\xf8\xb6\x3b\xb8\xd7\xf5\x1f\x5e\xbd\xfc\x26\x23\x90\x5b\x45\x6b\x5a\x7b\x4b\x0b\x59\x5a\x79\x85\xec\x29\x1a\xb5\x86\x18\xe8\x76\x07\x30\xbb\xdd\x26\x6c\x23\xa9\xc4\x7b\xa6\x33\xf8\x0b\x4c\xcb\x19\x31\xb9\xfb\xb3\x2e\xc4\xf4\x59\xfb\xc1\x8c\x20\xcf\x48\x0a\xb9\x59\x69\xa9\x62\xc8\x40\xfe\xed\x0a\x3b\x5d\x9d\x0e\x78\x0d\xef\x84\x83\x18\x60\x61\x5a\x6a\x49\xcb\x72\x1e\x70\x68\x8e\x6c\x17\xe2\x81\x30\x1a\x5f\xd4\x32\x27\x38\x3c\x83\x70\x72\x2e\x8a\xcb\xc4\xc5\x86\x1d\xc9\xdd\x6b\x33\xea\x10\x23\xd7\x9a\x84\x9b\x36\xcf\x42\xdb\x24\xdc\x8a\xb2\x89\x10\xec\xf9\x39\x0c\x35\xa2\xcb\xeb\x37\x2a\x67\x95\xc3\xb6\x0d\xb4\x80\x1e\x71\x53\x5b\x27\x8c\xbb\x5b\x57\x2c\x56\x8e\xbd\xa4\x15\x7e\xd3\x75\x5c\x0c\x04\xb0\xc6\x9a\x7e\xa4\xf0\x75\xaf\xab\xcd\x26\x27\xd8\x77\x46\x57\xce\x7a\x75\x28\x00\x76\x56\xb4\xed\x59\xdc\x0e\x01\x7a\xe8\x18\x4e\xc3\x31\x80\x27\x57\xcb\x5c\xd0\xb6\x41\x98\xb9\x68\x49\xaa\xa3\x1e\x8b\xaa\x0d\x6b\xed\xda\xc4\x8c\x79\xa2\xdf\xe7\x55\x0a\xfd\x7b\xed\xac\x6a\xb8\xa5\x1f\x41\xfc\xba\xee\x33\x39\xb6\x80\x92\x3d\x1d\x04\x27\x30\xb9\x4d\x82\xa6\xe7\x45\x59\x5a\xf3\xf3\x9e\x88\xeb\x60\x62\x0e\x6b\xdd\xe4\x25\x51\x06\xa6\x4e\xf4\xb3\xbf\xe8\x87\x35\x68\x13\x78\xd4\x2e\xda\x3b\x62\xa7\x3a\xa8\x31\x88\xfb\xd1\xa9\xf7\xd0\xe7\x27\x21\x2d\xe8\x18\xf1\x22\x86\xf7\xae\xe4\xd6\x31\x44\x4d\x5c\x68\x58\x77\x39\x87\x7a\x05\xfb\x57\x28\x13\x98\xcc\xc5\x22\xa0\x8e\x10\x1f\x20\xb2\xff\x55\xf4\x36\x80\xfb\xc8\xe3\x9b\x68\xc7\x1d\x45\x1e\x6a\x06\xda\xba\xad\x16\x90\x46\x31\xe3\xba\xaa\xa1\xb2\x2e\xf4\xbe\xce\x5a\x96\x56\xb4\xdd\x9a\xec\x96\xaa\x5f\x3d\x5e\xbf\x7b\x40\x0c\xb7\x03\x8b\x14\xe8\x6e\x2c\x5f\x2f\xa6\xdd\x0a\xc6\xbc\xe5\x56\xa5\x87\x59\xf9\x33\xa9\x95\x4c\x03\x3f\xe9\xdc\x79\x0f\x9d\x58\x51\x2b\x01\x3e\x82\x42\xfc\x99\xc6\xcc\xb5\xec\x1b\x72\x4d\xe9\xb9\x3a\x4a\x3e\x4f\xd4\x2e\xd2\x01\x7c\xed\xdb\xfb\xc0\x9e\xe8\x42\x00\xf5\x75\xfd\xc4\xea\x1c\x6b\x62\x4c\x86\x20\x4a\x74\x80\xff\xa5\xf0\x30\xf2\x2e\xf8\xf2\x3c\xa7\x67\x2a\x89\x2e\x09\xd2\x12\x29\x91\x05\x0b\x14\x48\x1f\x14\xcc\x5d\xb2\xb4\x88\x97\xb6\xce\xfa\xde\x08\x73\x6e\xcc\xf6\xbc\x9d\xbc\x72\x1f\xa2\xaf\xcb\x55\x04\x38\xcf\x2d\xa0\x5b\xba\xca\xfc\x13\xd7\x9c\xc2\xf7\xce\xc9\xca\x6b\x00\xa2\x52\x2b\x5a\x76\x5e\x54\xb4\x54\x52\xc7\x28\x74\x85\xec\x49\xb9\xd5\xb9\x47\x40\x07\x1c\xef\xbb\x30\xe9\x26\x88\x7f\xb1\xcc\xd5\xde\xb9\x6f\x3c\xc3\x50\x37\x1f\x27\x54\x77\xc9\x35\x5d\x70\x69\xa4\x7a\x27\xd1\xf4\xe1\xd9\xa2\x23\xe9\xa1\x5b\x61\xa6\x7d\xd5\x03\x0f\xf2\x56\x9d\x56\x94\x8d\x17\xb2\x4a\x6e\xc7\xac\x43\x55\xad\xf0\x10\x5b\xdc\xe5\x02\x77\xbb\xb2\x2f\x17\xb8\x1d\x8a\x57\x36\xd0\x03\xb5\xb6\xb9\xf4\xac\x5f\x20\xe6\xb7\x39\x59\x2c\x16\x0a\x34\x27\x82\x49\xe8\x9c\xe2\xbd\xec\xd2\x6d\xa7\x48\xde\xf9\x1c\x75\xb4\x1f\x34\xbf\x41\x0d\x3b\xbb\xad\xf8\x61\x48\x3b\x66\x2e\x5b\xc3\x97\xde\xe2\x9a\x4d\x7b\xe0\xba\x9a\xe2\xde\x92\xda\xd8\xe4\x58\xa6\xd7\x4e\x04\xb3\xfb\xea\xb6\x22\x7e\xd8\x97\xb7\x6b\xb9\xaf\xef\x84\x56\xcf\x17\xa8\x2f\xec\xda\x4b\x7e\xee\xa2\x7b\x87\xd3\xa8\x7b\x8e\xeb\xa6\xb2\x95\x29\x7b\xaa\x4e\x82\x40\x4f\x85\x4d\x7e\x45\xda\x59\x6f\xa9\x7a\x88\x69\x3b\x11\xfa\x63\xe2\x3b\x2f\xd2\x55\xd6\x1b\x08\xe6\x39\xc2\x88\x05\xe6\x3d\x7e\x28\xa7\x48\xb6\xc3\xfb\x3d\x5a\x4e\x94\xac\x5a\xe7\x43\xa1\x66\xda\x7c\x55\xa7\x69\x78\xa6\x70\x38\x68\xd2\xb4\x76\xce\x63\xf6\xcf\xc0\x81\x43\x3e\x0f\x9d\xca\x14\x24\x81\xf5\x22\x1d\x18\xe1\x29\x52\x5f\xe7\x2b\xa2\x2f\x9a\x57\xa2\xa8\x88\x72\xc8\x71\x40\x2b\x6f\x48\x90\x51\x45\xea\xce\xaf\x89\x87\x79\xfa\x9a\x98\x68\x5c\x82\x3c\x4a\x93\x67\x2b\x01\xa7\x4b\xab\xe1\x49\xb9\x23\x4d\x75\xe0\xb7\x19\xb4\x63\x0c\x67\x2f\x32\xa1\xa1\xfa\x3d\x04\x17\xd7\xd1\xb7\xbf\x68\x60\x1a\xd9\xf3\x77\x24\xc8\x26\x2c\x1f\x3d\xd9\x8f\x88\x72\x7e\x1e\x60\xa2\x78\x70\x10\xfb\x73\x98\x0f\xb9\xc0\xf8\x4e\x04\xe7\x9a\x4d\x3b\x4b\xcd\x70\xe4\xb0\x6f\xb2\xe2\x71\x93\x95\xc9\xab\x84\x19\xe6\x73\xb6\xd0\xf9\x53\xf6\x04\xa2\xc4\xc6\xf4\x80\x80\xe6\xf7\x1a\xd6\x6b\x5e\xb0\x66\x55\xf3\x6b\xef\x42\xfc\x27\x1f\x1e\xd8\xe2\xe5\x1a\xca\x8d\xd0\x1d\x69\x28\xe2\xad\x28\xa9\xca\x2e\x3f\xf7\xad\xb0\x0f\x5c\x58\x6b\xa4\x7d\xf8\xd7\x61\x25\xbc\x4a\xc2\xd6\xe4\xb7\xcf\xae\xe9\x5b\xd6\x54\x6e\xec\xc4\x0e\x33\x41\xed\x50\xdb\x83\x1a\x10\x73\xb2\x00\xfe\x28\xab\x73\x7b\x80\xb8\xaf\xff\x90\x93\xe5\x07\x4c\x7e\x5d\xac\x33\x3d\x5c\xc2\x04\x57\x97\x5c\xc8\x3b\xff\xbd\x69\xfc\xe2\x0e\xe0\x6e\x0f\x19\xc9\x03\x88\xeb\x80\xc1\xc8\x73\xf1\xdb\xce\xb9\xc8\xd4\x43\x9b\x0e\xfe\x6b\xa2\x0d\xcd\x70\x01\x43\x4a\x77\x50\xfe\xfd\x17\xcf\x61\xbf\x19\x60\xa7\x70\x7b\x64\x6c\xfb\x1c\xb4\xad\x7b\x6b\x89\x6e\xb4\xab\x53\x14\x94\x48\x45\xe1\x84\xb0\x53\x77\xeb\x10\xca\x47\xdf\x36\xf8\x8f\x20\x63\xa6\xff\x40\x2b\xcc\x1a\xc4\x20\x44\x73\x62\xcb\x6a\x53\xb6\x50\x8f\xdc\xa0\x3a\x70\x34\x6a\x48\x24\xe8\x9b\x84\xa6\x13\x7f\xa4\xae\x3e\x0c\x4a\x44\xc7\xc3\x5b\x0f\xc2\x91\x71\xf3\x97\x3b\x75\x5c\xc2\x35\x07\x89\xe6\xc6\x1c\x97\x30\xad\x52\x69\x0b\x9e\xb5\x7e\xcf\xb2\xf6\xd7\x77\x3e\x5c\xea\x7e\x6f\xac\x7b\x5a\xd6\x59\xc4\x0e\xa7\xdc\xab\x90\xc1\x34\x59\xbd\x4f\x65\x6b\xea\xf4\x0a\xd3\x0b\x4d\x79\x5b\xdb\x6e\xc1\xe1\xf6\xfd\x76\x6c\x15\xb5\x25\xff\x1e\xdb\x92\x7f\xf7\xb7\xe4\x53\xb3\x25\xa1\x3e\x88\x89\x53\xf2\x56\x10\x56\x66\x5f\x13\x0c\x80\xad\xb3\x8e\x4b\x41\xb3\x59\x13\xde\x03\xfb\xae\xcd\x33\xbe\x70\xa8\xec\xdd\xea\x97\xca\xfa\x6a\x63\x5c\x35\xfa\x4d\xf0\x0b\xf6\xb0\x7e\x02\x98\x82\x7e\x64\xaa\x12\x58\xdc\x9f\xaa\x3d\xbd\x4a\x1b\x5d\x5a\xcb\xd3\x3a\x78\x97\x93\x75\x55\x2c\x49\xf8\x19\xad\xcc\x49\xaf\x21\xa1\x78\xb3\xa9\xc4\xb8\x5e\x8d\x8b\x71\x43\xf8\x0d\xe1\xe3\x1f\x36\x84\xdf\x8d\xb3\x55\xcd\xc7\x45\x55\x8d\xbb\xc6\x20\x48\xac\xd4\xa0\x31\x6d\xc6\xf4\xfa\x7a\x03\x4c\x65\x3a\x7e\x5d\x8f\xaf\xeb\x92\xae\xee\xc6\xfa\xab\x1b\x0c\x79\xfc\x6d\xaa\xb9\x44\x92\xd1\xdd\x9a\xcc\xd4\xdc\xeb\xb4\x7a\x65\xe6\x2f\xf9\x90\x7e\x2f\x4b\x9c\x1d\x60\x37\xd0\x46\xef\x29\x27\x45\xf9\x92\x55\x77\x19\xc2\x0a\x03\xfd\xb1\x78\xa2\x83\x52\xba\xf7\x21\x6d\x37\x0e\x2b\x2f\x4f\x4d\xdd\x8c\x84\x09\x5e\x83\x08\x43\x65\x81\x89\x1f\x3f\x52\x34\xef\x7a\x89\x98\x45\x4e\x10\xea\x06\xd9\xb8\xe5\x1c\x39\xd2\xf2\xea\x60\xa3\xf3\x18\xf9\x42\xf5\x9f\x45\xe3\xf3\x49\x9c\x46\x70\x14\x12\xaa\x8b\x14\x65\xf0\xa3\xba\x63\x38\xf5\x53\x27\x46\x69\x51\x60\xb1\xc3\xe7\xdd\xc9\x89\x67\xfd\x7a\xac\xf3\x86\x7a\xf7\x46\xf7\xea\x02\x6f\x36\x39\x91\xe2\xda\xf9\x7a\xd3\x5c\x85\x01\xde\xb3\x7e\x6b\xbd\xbf\x88\xb2\xa2\x3a\xf2\xd4\x6d\xb2\x36\xd9\xbf\x53\x5b\xaa\xaa\xdf\x5a\x53\xdc\xf4\xac\x3d\xd6\xb0\x1c\xde\x2d\x88\x0f\xce\xe1\x7d\x69\x00\xd3\xa1\xe7\x6f\x6a\x32\xa9\x4e\x15\x98\xa9\x42\x0b\x96\x47\x51\x6f\x88\x1e\x31\x38\xa3\xd1\x5e\x75\x21\xef\xb9\x53\x08\x5f\xd9\x50\x50\x13\x46\x01\x89\x79\xcf\x4b\xda\x34\xf5\x92\x16\x02\xae\x49\x5e\xde\x32\x55\xbb\xe9\x21\x76\x63\xf1\xf6\x54\xce\x01\x04\x17\xd1\xb2\xf0\x8c\x54\xb4\x37\x18\x0c\x74\x8a\xba\xf3\x0d\xe3\xe4\x92\x36\x82\x70\x39\x00\x7d\xe3\xd9\xe1\xcf\xd7\xfa\x26\xd4\x95\xf6\xbe\xd2\xdc\x87\xde\xd2\xca\x20\x13\x74\x19\x7c\xb4\x1f\x7b\x18\xf6\x4d\x43\xd6\x35\xaa\xb6\x0c\x04\xed\xd7\x5a\xa0\xc0\x27\xf6\x9c\xed\x3f\x59\x76\xf8\x3c\xf4\x1d\x9f\xf5\xf8\x8e\x7f\x63\xac\xe9\x76\xfa\xa5\x64\x92\x40\xea\x1a\x1c\x1c\xef\x91\x7d\xd8\x4f\xeb\xbd\x99\x5e\xc3\x51\x01\xde\xc7\x0e\xe1\x17\x24\x7f\x4a\xcc\x51\x1a\x3f\x47\x23\xa7\x64\x48\x2d\xdb\xad\x3e\x9b\x33\x74\xc0\x04\xa9\x12\x70\x64\xe5\xee\x4f\xff\x80\x84\xf0\xe3\xdc\xfd\x69\x52\xb0\xbf\xff\x09\x09\x6e\x50\xed\xc3\xb1\x75\x2c\x26\x28\xca\x00\xd5\x86\x69\xcf\x3b\xb0\x42\xb9\xbd\x3b\x6f\xa0\x47\xb7\x57\xc9\xf4\x1c\x9e\xb4\xd9\xa5\x12\x44\x65\x97\x0d\x11\xbd\xcc\xcd\x9a\x42\x5a\xdb\xb4\x21\xc2\x71\x35\x2b\xd3\x84\xd7\xcc\x3e\x1c\xbd\x39\x0a\x66\x93\x53\x15\xf0\x1d\x60\x88\xdd\x9b\x2c\xf7\x48\x47\x80\x77\xdf\xc2\x73\xeb\xbe\x62\x76\xf0\x79\x61\x76\xda\x5f\xa8\xb8\xf2\x77\xb1\xb6\xb3\xdb\x9b\x71\x2f\x49\x84\xf1\x9e\xe3\x1b\x36\xad\xd9\x52\xef\x86\x44\x7b\x44\x25\xd8\xcb\x8a\xb3\x43\xf8\x2b\x12\xc5\x80\xc1\xcf\x7b\xf5\x9d\x10\x4e\xd7\xb3\xfa\xb7\x82\xbc\x4e\x3b\x78\x21\x0e\x5f\xa4\xa2\x37\xa1\x7b\x47\x3f\x24\xaa\x06\xfe\x1c\x28\xa1\x75\x8b\x6f\xeb\xf5\x06\x12\x3d\x07\x0d\xcf\x17\x3b\x63\x04\xec\x58\xb1\x44\xdb\x59\x24\xe6\x1d\xe2\x68\x0a\x2e\xed\xc8\x3e\x28\x52\x95\x23\x64\x0f\x5a\xe9\x49\x10\x68\xa3\x4b\x83\xa3\x5d\xc6\xe1\xf2\x6d\x2e\x16\xdb\xed\x7c\x81\x4c\x86\xd2\x34\xfd\x8a\x78\xb8\x3c\x05\x8c\x52\xe7\xdc\xd3\xd3\xb0\x82\xde\x77\x92\x9a\xd4\xdf\xdf\xaa\x66\x43\xe2\x7f\x5e\xf3\xaf\xad\x9d\x2f\xdc\x08\x4e\xf9\x9e\x2f\x30\xcb\x4f\x1e\x31\xa7\x81\x5b\x8f\x38\x9a\x8b\x39\x5b\x8c\xe8\x21\x88\xac\xb4\x17\xab\x34\x43\xd6\xed\xd4\x21\x0c\x46\x29\x63\x4e\x16\xa3\x3a\x4d\x07\x47\x3a\x5f\xe8\xa4\xba\x76\xb8\xd4\x39\xf0\x41\x5a\x9f\x22\xef\xc7\x4d\xcd\x10\x6e\xf2\x7a\x1a\x1e\xbe\xc5\x76\x5b\xfb\xc0\xa9\x6a\x93\x11\x04\x6e\x68\x30\xee\x1a\x61\xb8\xf9\x07\x67\x9c\x02\xcc\x0a\xee\xb9\x3d\xb6\xd1\x8e\x7b\xce\xcb\x92\x32\x3a\x72\x5b\xc6\xd1\x88\x85\x85\x62\x22\x59\xc6\xd0\x2e\xab\x21\xc6\xc4\x2b\xec\x13\xac\x4d\x42\x9c\x9f\x3c\x12\x9f\x59\x87\x46\x71\x74\x84\xbe\x20\x19\xf8\x21\xec\xc0\x09\xce\x10\x48\x9f\xa3\xb7\xa1\x47\xdb\x20\x64\x8c\xdb\xbb\x1b\x09\xf2\x08\x71\x2f\xf1\x19\xd7\x08\x18\x4e\x73\xc7\x96\x5f\x85\x2b\x3f\x60\x20\xd5\x83\x98\x0b\xb9\xf8\x4a\xf1\xa5\x8d\x97\x5f\x79\xc2\xb6\x5b\x30\xc5\x18\x77\xd7\x3a\x0f\x83\x3c\x61\x4b\x7f\x5d\xac\x41\x65\x42\xb8\xf0\x0e\x99\xda\x4a\x25\x28\xcf\x03\xbf\x48\xfb\x5c\x81\x93\x6c\xb7\x93\x02\xdd\x33\x7b\x7b\x75\xf0\x57\xf3\x16\x32\x86\xfb\x1a\x64\x67\xdc\x58\x26\x6e\x68\x43\x2f\xaa\x16\x25\x7c\x01\xf8\xa4\x72\xe0\x1b\x49\xfa\x55\x7e\xf2\xa8\x72\x20\x9a\x95\x21\xfd\x65\xde\xcc\xab\x05\x5e\xe5\xcb\x16\x6d\x4f\x24\x9f\x59\x69\x82\x4e\xd3\x6c\xa5\xc9\x18\x6f\x14\x05\x2f\x11\xda\x6d\x74\x73\x7d\x34\xbb\xd1\x8c\xc6\xe2\xfe\x3f\xae\xaa\xde\x70\x9d\xd8\x9e\x16\x81\x93\x37\xee\xa8\x53\x70\x26\x06\xd5\xda\x41\xb2\xfb\x7a\x80\x78\x15\x2d\x35\x75\xc9\x4b\x92\x9f\x07\x73\xc0\x0f\x98\x70\x82\x46\xba\x3f\xff\xce\xd9\x9c\xc7\x1c\xf5\x9c\x6d\x10\xd2\xe2\xc5\x40\x8a\xc1\x5e\xf2\xf8\x8e\xee\xa7\x5f\x82\xb4\x37\x41\x83\x0f\x61\xdc\xb0\xf8\x87\x32\x66\xcf\x03\xa4\xfb\xcd\xd1\x0d\xfa\xd4\xc1\xe8\x38\x54\x27\x62\x21\x30\x8c\x3c\x2b\xe0\x70\xc3\x1d\xa4\x1d\x5f\xaa\xd2\x42\x10\xbc\x76\xda\x75\xb8\xdd\x05\x4a\xd3\x2f\xf5\xa6\xf2\x46\xf9\xb8\x5f\x22\xe8\x83\x14\x8b\xb7\xcf\xd1\xd9\x97\x24\xe3\x98\xe6\x2f\xe2\x1f\x06\xb2\xe7\x4c\x74\x3e\x90\x47\x3e\xce\xff\x20\xfc\x40\xf9\x91\x0d\xca\x8f\xcc\xca\x8f\x68\xf6\xe0\xa1\xee\x19\xe9\xee\x10\x31\xcb\x50\x0c\xa6\x72\x11\xa2\x8a\xe7\x01\xb2\x55\x8c\xa0\xc8\x94\xb2\x92\xbc\x7d\x29\x37\xb3\x2c\x74\x7c\x3a\xc9\x73\xeb\x5f\xa3\x12\x41\x00\x64\xcf\x29\xc2\x93\x93\x91\x85\x0d\xcf\xf6\x0f\x1a\x13\x14\x9e\x2b\x9d\x9d\x2b\x16\x52\x0b\x27\xca\xaa\x1f\x30\xed\x48\x51\xc5\x10\xfb\x24\xf6\xd6\x6e\xf9\xd2\x60\x00\x88\xa9\xa7\x89\xf7\x20\x28\x74\xc1\x12\xda\xdd\xc7\x0d\x0b\x4e\x45\x8a\x0c\xd7\x83\x70\x38\x68\x85\x4d\x07\xff\x20\x5d\x84\x42\x80\x45\x10\x31\x1c\x88\x88\x5e\x70\x82\xf7\x89\xb2\xde\x8c\xa0\x5d\xcb\xa5\xe2\x1f\x3a\x75\xaa\x1b\xbd\x7d\xf5\x05\xf1\x49\x2b\x3c\xf3\x44\x74\x82\x44\x8f\xa8\x05\xe1\x84\x48\xb2\x13\xed\x7d\x6a\xfb\xf8\xb2\x7b\x51\x85\x99\x0b\x1e\xe1\x9f\x31\x75\x59\x45\xe6\x7c\x11\x0e\x01\x0e\x59\xe1\x27\x92\xf9\xde\xf3\x0e\xc1\xb5\x1a\xb9\x11\x45\x1e\x67\xf4\x60\x8b\x43\xad\x04\x14\x04\xb0\xbc\x4d\x2e\x3c\x7c\x32\x29\x22\x28\x8b\x22\xc0\x22\x08\xdc\x60\x86\x25\x1b\x51\xb6\xb8\x2f\x55\x78\x93\x66\x97\xff\x61\xca\x49\x0d\xff\xa3\xe4\x88\x1f\x25\x1f\x25\x72\xcf\xd9\xbb\xad\x0d\xea\xd8\x05\x34\xcd\xd8\x3e\xb4\x61\x8d\x94\xe3\x0d\x53\x57\x6a\x25\x86\x3d\x33\xbe\x2d\x9a\xf1\x0d\xe1\x77\xe3\x8a\xbe\x21\xd5\xdd\xb8\x18\x5f\xd3\x46\x14\x6f\x88\x55\xe6\xb3\x4d\xfe\x43\xb6\xc1\x02\x57\xa8\x6d\xd5\x23\xe6\xfe\xef\xcf\x99\x98\x36\x06\xfd\x94\xeb\x8f\x94\xdf\xa5\xc1\x56\x12\x33\x10\xcf\xbf\x43\x49\x30\x10\x2d\xe5\x2c\x82\xcf\xde\x0a\x5e\x2c\xc5\x78\x5d\xdc\x39\xb4\x5a\xee\x2d\xf5\x0f\xa4\x75\x44\xe0\x1a\x17\xb8\xc9\xb3\x3a\x17\x00\xaa\x88\xbd\xe0\x1b\x61\x0f\xd9\x29\x2d\x71\xad\x13\x6a\x8c\x3a\x39\x82\x4c\x83\x64\x4a\x4b\x0d\x29\x43\x54\x51\xd2\x89\xa1\x21\xdd\x18\x1a\xeb\xdd\x13\xbc\xf1\x07\x62\x7b\xe8\xed\xda\xf4\xaa\x6e\x82\xff\xc2\x8b\xf5\x9a\x70\x5c\xe7\x1c\xd2\x6b\xe1\xc2\x10\x10\x98\x51\x1a\x29\x2b\x58\xd8\x91\x20\x48\xa7\xd0\x90\x5c\x1a\xa8\x71\x93\xd3\xe9\xc0\xa5\x32\x43\xf3\x66\x01\x87\x98\x72\x67\xd5\xa1\x32\xba\xed\x3f\x92\xbb\x59\x83\xe5\x8b\xd9\x66\xb7\xdb\xd9\xc1\xee\x32\x8e\x05\x78\x4f\xc9\x9e\xb4\xff\x5f\x93\x17\x53\x57\x0f\x6f\x72\xd5\x24\xae\xf2\x7a\xde\x2c\xd2\x54\xfe\x17\x16\x68\xe4\x7b\xc1\x6e\xd2\xd4\xd2\x71\xb5\xdd\x66\xb2\x14\x54\x00\xa0\x09\x5b\x27\x1e\x16\x08\xc1\x8d\xb0\xb0\xdc\x9b\x9c\x22\xbf\xa7\xe5\x8c\xaa\xab\x9c\x7a\x17\x74\x27\xce\x32\x96\x13\x4f\x87\x2f\xd0\x4c\x3d\xb9\xdf\xe1\xe0\xfc\x96\x1b\x12\x79\x59\xb6\x2b\xbc\xc1\x02\xa1\xdd\x0e\x12\xea\x12\xcc\x10\x0e\xba\xd9\xe1\x50\x46\xa9\xd1\x59\x0d\xbc\xa2\x40\xb3\x22\xab\x91\xdc\xf3\xf7\x3a\xa6\x46\xd5\xf1\xc7\x1c\x2c\xd1\x2c\xa3\xf9\xfd\x0e\xd3\x39\xdc\x75\x2f\xf2\x7b\x90\x3d\x84\x0f\x56\xa8\x4d\x53\x18\x62\x9a\x9a\x1d\xa6\x68\xd7\x23\x8a\x99\x5b\xdc\x52\x2a\xc9\xee\x97\x72\xe2\xb3\x3f\xd5\x64\x6c\x10\x16\x6e\xa7\xfd\xb9\xbd\xd3\x5a\x3c\x4c\x6e\xa7\x35\x21\x6f\x1e\x57\x95\xfc\x29\x95\xf9\x96\x2d\x38\x63\x92\xf3\x45\xae\x0d\x34\x70\x74\xd6\x7f\x4b\xe0\xee\x5b\x30\x55\xec\xa1\x70\x97\x39\x59\x93\xff\x90\x35\x58\xe0\x3e\x76\xf9\xb8\xaa\x14\xe7\xa0\x0f\x66\x59\x34\x60\x59\x8f\xab\x2a\xc6\xb1\xda\x3a\x16\x4c\xc7\x1e\x36\x66\xc6\xf5\x9f\x4e\xfc\xdb\x25\xca\xca\xf2\x17\x92\x17\x59\xf2\xf4\xd9\x17\xdf\xff\xfe\x58\x34\xc7\x17\xbc\x60\xa5\x9f\x82\xed\xf7\x81\xcb\x9d\x5b\xa1\xbf\xfe\xe2\xfd\x33\xfe\x48\xf0\x9f\xf6\x99\x2c\x03\x77\xb7\xf9\x5f\xc8\x22\x74\x8a\x90\x62\x87\x9a\x68\x8b\x49\xd0\x44\xb3\x72\xd9\xd7\xaa\x74\x73\x40\x33\xed\x3c\x46\x9d\x26\x8c\x9d\x72\xc8\xe7\xee\x5c\xf2\x17\xbd\x2f\xfa\xa1\x95\xb4\x83\x8f\x57\x16\x6e\xe6\xa8\x43\x75\x6e\x75\xde\x6b\x69\x91\x3c\x37\x1b\x1e\xf6\xe0\x5b\xdf\x82\x89\x85\x94\xcf\xad\x8f\x46\x6c\x92\xcc\x2a\xc5\x27\xf0\x24\x00\x84\xd3\x1f\xe9\x0c\xd6\x23\x36\xfd\x7b\x4d\x83\x1d\xce\x3c\x29\xb3\xb9\x63\xcb\x20\x92\x36\xc1\x1c\xf3\xd0\x6a\xd3\x1e\x3e\xdc\xe4\x60\x3a\x18\x78\x13\xc4\x8e\xbf\xd4\x3f\x31\xcd\x2f\x32\x6f\x9c\xc3\x08\xcd\x0c\x39\xfb\x94\x29\x2f\xb9\x5d\x46\xd1\xa8\x4e\xd3\x58\xe0\x4f\xa6\xd6\x73\x68\xf0\xed\x4c\x81\xa7\x7b\xa6\x3e\x62\xff\x6b\x37\x39\xda\x47\xc1\xc3\x1b\x60\xd4\xb1\x66\xe8\xaf\x35\xe1\xe7\x8e\x9b\xe4\x9f\x98\x29\x95\x72\xb4\xdc\x0e\x73\x7e\x74\xba\xb0\x07\x41\xc6\x82\xa9\x09\x70\x70\x32\xaa\x72\x5e\x4e\x7b\x7c\xed\xf6\x6e\x9c\x3e\x1f\x3d\xb5\x89\xfa\x45\x9c\xbd\x0d\x0f\x48\x47\xaa\xed\xb8\xa0\x35\x60\x08\x6d\x79\x7f\x38\xb7\x8c\xdf\xeb\x90\x8c\xc1\x2e\xe7\x62\x81\x2c\x16\xf2\x1f\xc9\x9d\xbf\x28\x98\xfb\x23\xd2\x08\xc3\x3f\xcb\xc0\x0c\x48\x73\x77\x70\x7b\x50\x72\x42\x89\xc2\xee\xcd\xfa\x21\x7b\x93\x4a\x69\x23\xb6\x37\x6b\x34\x2a\xd2\xb4\x88\x47\xdb\x32\x6f\x78\x7d\x18\x4d\x1f\x66\x74\x7a\x4b\xf6\x30\xf6\xac\xc6\xfe\x50\xfa\x31\x9c\x7e\xc2\xa9\x6a\x23\x41\xf9\x03\x8c\xc3\xf6\xfc\x84\x83\xf3\x06\xa0\x07\xe6\xc2\x7d\x7a\xa1\x79\x31\x95\xcc\x8d\xae\x32\xb1\xdd\x72\x73\xeb\x64\x86\x39\x62\x0f\x19\x66\x8d\x76\xa4\x6a\xc8\x98\x4a\xa1\x88\xe9\x98\x38\xb2\x1b\x45\xb8\x49\x30\x30\x00\x4c\x90\xc3\xf5\xe2\xce\x3b\x83\xf5\x6b\xfb\xf1\xe9\xea\x35\xec\xf6\x78\x9e\xbd\x1f\xf9\x8c\x33\x91\x36\xc0\xd0\x83\x21\xa8\x63\xae\xa4\xcd\xb2\x66\x8c\x2c\xbb\xb9\xd8\x7e\x82\xc3\x37\x8a\x9b\x9a\x75\xdc\x40\x5d\xbc\x19\x44\xd9\xf4\x79\x6c\x86\x23\x53\x4e\x9a\x7f\x8d\x39\x69\xfe\xd5\x73\xd2\x74\xe2\xf9\x7f\xfe\xa2\xc5\x70\x3b\xcc\xff\x31\x81\x39\x0e\xf0\xc4\x33\x1c\xd9\x68\x40\x6d\x41\x02\xe3\xd0\x55\xd1\xb0\x8f\xc4\xf8\x82\x10\x36\xd6\x70\xf7\xb4\x21\xe5\xf8\x78\x0c\x1e\x2f\x19\x0a\x4a\x2c\x01\x2b\xc7\x73\x02\x01\xd9\xf9\x0f\x04\xff\x8d\x60\x22\xe2\x0e\x0d\x42\xe4\xda\xf7\xf0\xd9\x37\x7f\xc6\x6d\x2d\x8d\xe3\xc2\x4d\x73\x93\x99\xb8\x6f\xad\x05\x8a\x9c\xc4\x7d\x6e\x14\x38\x17\xf2\x05\xd1\xfc\x09\x16\x11\x5c\x0a\x08\x61\x78\x6e\xb3\x0b\xfc\x0f\xc9\x14\x5e\xbb\x0e\xfb\xa7\x4b\x38\x0e\x4d\x61\xa3\x50\x58\x9b\xec\x40\x1e\xd8\xe9\xb9\x53\x2e\x87\x8b\x79\xf6\x1e\x18\xce\x9f\x48\x06\xe3\x80\xb7\x5a\xac\x7b\x55\xdc\x10\x10\xe5\x8c\x27\x65\x19\xe2\xd9\x04\xaf\x5a\x19\x66\xd4\x3b\xdd\xd0\x73\x22\x96\x57\x26\x70\x03\xae\x9c\xe5\x83\xee\x07\xca\xb3\xeb\xba\x70\x22\xc0\x2b\xc2\x6f\xa8\x97\xa5\x77\x7a\x2e\x15\xdc\x37\xa4\x7c\xac\x64\xf8\x1f\x36\xa4\xf1\x9c\xe9\xa7\x0d\x84\xc9\x3d\x6e\x1a\xc2\xc5\xd7\x44\x5c\xd5\xe5\x93\xa2\xaa\x9a\x97\xcc\x5a\xa7\x5f\x81\xd6\x27\x35\x30\x5d\xf8\xb5\x6c\x30\x6c\x0e\xde\x5e\x12\x46\x78\x21\xc8\x2b\x51\x2c\xdf\xc8\x42\xa4\x79\x5e\xf3\xd7\xaa\xfb\xb0\xa8\x1a\x94\xdf\xc6\x2b\x51\x70\xd1\x1e\xb5\x5f\xe0\x19\x2b\xbd\xd7\xe7\x80\x7d\xff\x97\x82\x0a\x6f\x36\x76\x85\x62\x2a\x0d\x72\x0c\xa1\xb5\x9a\x85\x7b\xa3\x33\x92\x69\xf7\xf8\x65\xcd\x1a\xc1\x37\x4b\x51\xf3\x1c\x54\x9b\x73\x78\x77\x7e\x9e\x17\x0a\x5b\x0c\x57\x78\x89\x57\x79\xd3\xd5\x2c\x57\xca\x83\xd7\x7c\x86\x20\x66\x0d\x3c\x06\xb6\xc3\x2b\x29\x92\x35\xa2\x60\x82\x46\xe1\xe6\x74\x09\x45\x11\x4f\xa3\xd9\xdc\xb4\xe5\xde\xbd\x92\x8c\x74\xd5\x2b\x72\xf7\x00\xf5\x9e\x19\x8f\xad\x57\x71\xd2\xc9\x50\x9f\xec\x9f\x09\x0d\xa0\xf3\x4e\x95\x89\x1a\xec\x41\x1a\xc0\x03\xc7\x3b\x14\x8d\x73\xc8\x90\xf7\xa8\x16\xab\xa9\xb9\x90\xeb\x69\xa2\x8b\xb0\xd0\xbb\x2f\x89\x6c\xae\x7f\x30\x1d\x8a\x88\xa0\xa4\x77\x4e\xf0\x5e\xfc\xf3\xae\x6a\xc0\x17\xb2\xd5\xeb\x01\x2b\x48\x4c\x2b\xf9\x8e\xe8\x3b\x92\x51\x2b\x4e\x27\xc6\x2a\xbf\x23\x3a\xe6\x8b\x6b\xd8\x77\x06\xfe\x58\x66\xb7\xd8\x16\xe0\x90\x84\x57\xc0\xe6\x9e\xa8\xc3\x19\x61\xa6\x2e\x1f\xb1\xa6\x97\x43\x8c\x36\x83\x8b\x5b\xd6\xa4\x79\x7d\xb7\x26\xcf\xde\xd2\x46\xe8\xf5\x5c\x46\x31\x1f\xdb\xf6\x1b\x73\x3c\x8a\x8e\x6d\xc4\x01\x4f\x79\x79\xdf\xda\x85\x94\xc4\x5d\x2b\xec\xc3\x8e\xcf\xa2\x01\x7c\xa4\xcd\x37\x35\x93\x8c\x89\x96\x28\x4d\xe1\xdf\x9c\x4f\xcf\x0d\x33\x7d\x51\x66\x14\x17\x08\x61\x78\xc1\x54\x39\x9d\x75\xe3\x3f\x33\x8e\xa6\x17\x1b\x5a\x95\x99\x92\x75\x29\xa6\xe5\x4c\x96\x70\x17\xfe\x8d\x87\xd7\x9c\x81\x6f\x55\x88\x78\x09\xcf\x5c\x04\x42\x81\x76\xe0\x2b\xbd\xf2\x47\xd0\xaf\xa9\xea\xe3\x35\x54\x52\xc1\xf3\xda\xd5\x06\xb5\x57\x36\x7e\x16\x7d\xaa\x17\x1b\x9b\x10\x62\xbc\xea\xc9\x65\xd9\xc3\xfd\xe2\x99\x01\xa1\x70\x98\x52\x53\x16\x5e\xd1\x0e\x66\xb1\x4f\x47\xf2\xb5\x2e\xae\xae\x97\x57\xde\xa3\x1e\xc1\x59\xaf\x2f\xcd\x04\xc2\x4d\xfe\x12\xee\x23\xf0\x46\x0b\xc5\x68\x5a\xd5\xf5\x9b\xcd\x3a\x6b\xdc\xec\xe4\xdc\x61\x73\xdb\x00\xfa\xe7\x35\x7f\x51\x42\xdd\xb3\x6f\x8d\x47\x94\x1b\xcc\x46\x8a\xb5\x60\xaf\x86\xc3\xf8\x3f\xdc\xab\x71\x72\xc4\x8e\x12\x05\x7b\x48\xcb\xd9\x38\x39\x32\x0c\x4f\x25\x4b\xb8\x0b\x71\x04\x37\xa0\xaa\xac\xfc\xc6\x23\xc0\xeb\x3a\x21\x45\x18\x4e\x62\x94\x64\x10\x4c\x7c\xb4\xf3\xce\x85\xaa\xb0\xe9\x6d\x7c\xf2\x88\x84\x44\xba\x84\x59\xba\x47\x48\xb7\x02\x32\xc6\x77\x5e\x02\xcb\xf8\x53\x9d\x59\x14\x9d\xf5\x0d\x6f\x06\xbe\x3a\x02\x84\xd8\x4b\x5e\x6f\x98\xae\x7e\x36\x70\xcf\x41\xd0\x2c\xcb\xba\x55\xb6\xdb\x89\x19\xc2\x17\xad\x57\x6a\x30\xdb\xed\xf0\x7b\x33\x58\x8b\x30\xde\x1d\x2e\x1e\x1c\x96\x5b\xb5\xd6\x92\xc6\xa9\xb9\x95\x8a\x0c\xc2\x29\x0d\xec\x61\x9a\x12\x1f\x01\x31\xb3\x2f\x10\xf6\x49\x0f\x7c\x37\x43\xea\x81\x61\xf6\x91\x21\x09\x02\xbb\x3c\x82\x84\xf4\xd8\x76\xf8\xdd\x66\xe3\x5f\x40\x9c\xfb\x68\xff\x0a\x13\x1f\x5b\xfd\x8c\x4c\xcf\xd7\x5e\x5a\x8f\xd9\xe0\x84\x9a\xbd\xfd\xc5\xdd\x8b\xb2\xe9\xf5\xe4\x75\x30\x9f\x46\x4b\x94\xb4\x5d\x2b\xd4\xc2\x8e\xcb\x2c\x9f\x53\x0d\xbf\xec\xed\x5d\x86\xc5\x9c\x2e\x2c\xcd\xbf\xce\xbc\x61\x15\x70\x23\xa5\x2e\xbe\xb4\xe3\x82\x77\x37\xe5\x26\x19\x06\xa9\x2e\xca\xe4\x6e\x37\x39\x55\x13\x43\x16\x72\x46\x06\x0e\x33\xdf\x51\xa8\xe7\x5e\xdb\x77\xa1\xa0\x1d\x0f\x09\x04\x17\xd9\xee\x16\x74\xf3\x1e\x77\x85\x66\x43\x40\xaf\xf2\xb8\x19\xf0\xa6\xd0\xc4\xa5\xfc\x29\x9a\xa3\xe4\x23\x47\x57\x1f\xc1\x54\x7c\x94\xe0\x65\x4e\x3d\xb8\x9a\x83\x5d\x21\x68\xe4\x5e\xb1\x41\x58\xdf\x19\xab\x4b\x45\x93\x38\xd6\x5d\x21\x95\x85\x28\xa6\x15\x2d\xf3\x25\x40\x28\x99\x8b\x46\x8a\x62\xd9\x71\xa9\xcd\x7c\x90\x21\x30\x0f\x69\x7a\x4e\x53\xda\xce\xf6\x6c\x52\xe7\x46\xae\x23\xf5\x97\x27\x48\xfb\x64\x79\x3c\x55\xfb\x4c\x62\xe5\x02\x81\xe5\x46\xc3\xe6\xdc\x0a\xb7\x4b\x24\x17\x48\x8c\xc8\x89\x47\xe4\x27\x8f\x98\xbb\x53\x30\x68\xc4\x79\x74\x2b\xce\xd9\xc2\x4b\xc3\xd3\x13\x7d\xc6\x23\xc3\x7a\x7d\xc5\xeb\xcd\xe5\xd5\x73\x5f\xb5\xed\x95\xc6\xba\x3c\xcd\xbf\xd2\x3a\x48\xf9\x1c\x11\x3f\xe7\x45\x86\xac\x0b\x49\x87\x80\xc6\xa1\x24\x41\xcb\x5d\x46\x8d\x9f\x97\xaf\x89\x4f\xc3\xa9\xa0\x58\x74\x93\xa3\x82\xa7\x94\xa4\x9c\x34\x9d\xb4\x2f\xfd\x21\xbb\xa8\xfc\x1e\x47\x5a\x54\xfe\xd7\x4a\xce\x9a\xc2\xdc\xf4\xb2\x4e\x2b\x0c\x9d\xb1\x19\x09\x13\xde\x29\x0a\x24\x3e\x05\x12\x9f\x02\xdb\xc2\x11\x16\xbb\xc8\xfa\x74\x65\x83\x16\x8f\x75\x8e\x84\xc1\x63\x2b\x19\xd0\x12\xdc\xbb\x3c\xb0\xd2\x6e\x0e\xf1\x04\xba\xa2\xec\x52\x71\xb7\x8f\xfc\xb3\x03\x0c\xd5\xf7\x2d\xf0\x53\xac\x39\x0d\x9f\x51\x9b\xcf\x5a\xec\x20\xaf\xaa\x1e\x44\x6b\x9d\x0b\x84\x4f\x2c\x80\x92\x6f\x5f\x99\x36\xf4\x1f\x24\x4d\x89\x18\x76\xa8\x83\x8b\xc2\xc7\x55\xf5\xad\x57\x95\x34\xc8\xcf\x7d\x17\x34\x8b\x37\xb9\x0a\x89\x62\x5d\x51\x67\x93\xa6\x19\xf8\x9d\xab\x00\x36\x86\x37\xc8\x7a\x8e\xd7\x08\x17\x70\x2e\x45\xfb\xeb\xf7\x0b\xec\xc9\x71\x9c\x45\x3e\xd8\xb8\xf1\x75\x9d\xee\xe1\xbd\xdc\x32\x92\x95\x08\x2f\x7f\x53\x50\x5f\x7b\xf4\xe9\x73\xa7\xa7\x7a\x2f\xa7\x11\x0a\x13\x98\xfb\x4c\x0c\x50\xfb\x26\x13\x66\x5d\xe0\xa4\xb8\xb7\xac\x8b\x8a\x34\x4b\xf2\x1c\xb8\xb0\xda\xbc\xb8\xb6\x8e\x82\xb8\xf0\x98\x16\x9c\x4e\x31\x45\x74\xe3\x83\xfa\x68\x3f\xff\xda\x77\xf0\x27\xc6\xc1\x3f\x20\xb0\x51\x31\xaf\x16\xf9\x0a\x03\x7c\x7c\xb6\xc2\x4b\x93\x6f\x11\xe1\x66\xbe\x9a\xd2\x72\x91\x2f\x9d\xb1\xb6\x74\x4e\x93\x3c\x38\x89\x33\x12\x36\x8b\x89\x6d\x67\x64\x0f\x4b\x6e\x4f\x4d\xe1\xb9\xce\x5d\xb5\xe7\x2d\xf6\x75\xfb\x71\xb7\x71\x91\x37\xf3\x5a\x0e\x18\x70\xbc\xd5\x9f\x79\x8d\x0b\x54\x74\xfb\xaf\xd1\xce\xf4\x67\xc2\x22\xf0\xd2\x21\xc3\x57\x9f\x2d\xdd\xcc\xad\x72\x31\xaf\x16\x23\xae\x66\x63\xbb\xd5\xe4\xbb\xf2\xe3\x1e\xd6\xd9\xc6\xfb\xa2\xf5\x61\x6e\x9f\x9a\x1d\xcf\xf9\x02\xd7\x79\x33\xa7\x30\x76\xb8\x47\xf0\xc6\x2b\xa7\x22\x13\xdb\xad\xe7\x45\xf9\xec\xed\x1a\x00\x29\x41\x2c\xa0\x3a\xf7\xd3\x05\x19\xaf\x39\x69\x08\xd3\xf1\x37\x64\xac\xa9\x6e\xbc\xe6\xf5\x0d\x2d\x49\x69\x8e\x59\x3c\xbe\xd8\x88\x31\x15\xe0\x63\xc9\x6a\x31\x5e\x49\x96\x39\x05\x30\x09\xba\xca\xa8\x1b\xf8\x75\x48\x77\x37\xf9\xc9\xa3\x9b\xcf\xea\x47\x37\x47\x47\xe8\x7a\x7e\xb3\xc8\x8b\xf9\xcd\xa2\x2d\x3d\x6d\x80\x15\xbc\x42\x2e\x3c\xe5\x32\x67\x53\xa9\x23\xac\x75\xe4\xef\xf3\x9a\x3f\xb7\x3e\xa6\x90\xd1\x19\xe1\xbb\xfc\x04\x5f\xe4\x97\x66\x8a\xee\x3e\xbb\x78\x74\x27\xa7\xc8\xb4\x71\x9e\x5f\xce\xef\x16\xf8\x16\xfe\x31\xdb\xe2\x99\x37\xbc\x5b\x84\xdf\x86\x3f\x5f\xe6\x27\x8f\x5e\x7e\x76\xfb\xe8\xa5\x99\xea\x57\xf9\xf9\xfc\xe5\xa2\x05\x2e\x3d\x7a\x3b\x7f\xb9\xc8\x5f\xe1\x67\xf0\x8f\x3c\xf9\xe8\x2a\xbb\xfd\xfc\x14\x05\x22\xd4\xf7\x24\x63\x98\x63\x81\x9f\x61\x82\x37\x91\x13\xef\x0a\x22\x44\x76\x68\xba\x2c\x44\xcb\x6d\x58\xa7\x2b\x47\x3b\x94\xbd\x55\x31\x24\x63\xba\xca\xa4\xb2\xf6\xcc\xc8\x1f\xf7\x65\xd6\xcc\xdf\xce\x4f\x16\x92\x02\xd0\x6e\xa7\xee\xf5\xcc\xb7\x3f\xce\x4f\x1e\x3d\xfe\xac\x7e\xf4\xf8\xe8\x08\x95\x19\x99\x3f\x5e\x20\x6d\x55\x73\xc8\x8a\x31\x31\xe2\x65\xa6\x24\xf7\x4c\x38\x8f\xc1\x96\x9e\xce\xd1\xb4\x0d\xba\x88\x57\x70\xa5\x35\x20\x5f\xeb\xfc\xe2\x54\xfb\xd8\xc7\x34\x7b\x8e\x19\x32\xf2\xf5\x4b\xf8\xd5\x33\x80\x22\xcc\x38\xed\x01\xb4\x18\x73\x60\xcc\xda\x81\x85\xe7\x13\x1b\x0a\xfc\x5d\xa1\x71\xb4\x47\xaf\x97\x1d\x85\xc3\x8f\x7e\xb5\x32\x39\xa9\x19\x2d\x67\x14\xe0\x96\xcd\x75\x2d\xf2\xa6\xcc\xcf\xa6\x8e\x24\xe7\x4e\xd3\xff\xf4\x0a\xb9\x43\x72\x32\x81\xbb\x64\x13\xda\x91\x69\xcb\xeb\xf0\x28\x5e\x66\x64\xdf\x82\x06\xf8\x1a\x2b\x7b\xce\x7c\x40\x79\xb8\x4f\x5f\x7e\x80\x60\xec\x65\x54\x3e\xdc\x1b\xd9\xd7\xda\x78\x54\x6b\xf3\x3c\x41\xa9\xce\xb6\xbd\x91\x2b\x60\x10\xea\x27\x06\x8d\x9e\x9d\xb1\xe9\x15\x27\xab\x19\xc3\x95\xf6\x79\x37\xd9\x00\x05\x2e\xf0\x06\x53\x84\x97\xbd\x8a\x9a\x2e\x6a\x3c\xdf\x7d\x53\xc0\x47\x63\xc5\x95\xa1\x77\x70\x89\xd7\x2a\x5a\x95\x7f\x99\x55\xf9\x0f\x59\x85\x05\x5e\x22\xfc\x45\xf6\x3d\xe6\xe8\x21\x6e\xa0\xe6\x83\xda\xee\xeb\x7a\x30\x4e\x6f\x63\xf9\x0f\x44\xc1\xb5\xc9\xaf\x38\xd8\x9f\x3d\xf6\x25\xda\x45\x39\xfc\xa2\x88\x6a\x46\x02\xec\x36\x6d\xe1\x54\x3e\xd9\xc6\x12\xd2\x97\x3f\xbb\xd7\x77\xc3\xf8\x14\x3a\xbc\x46\x8f\xa2\xcc\x39\x3e\x5f\x18\x2f\xf7\xce\xc6\xd7\xd3\x55\xb4\xd1\x2d\x21\x0b\x0f\xef\x02\x4a\x82\x6b\xf8\x55\xd1\x3c\x25\xd7\x85\x30\x33\x5f\xea\xbc\x1a\xb8\x52\x2f\x1f\xb3\x3b\xff\x86\x13\x72\xb6\x2f\x3b\xed\xc1\xe6\xc0\xab\xbc\xd0\x56\x32\x0f\x96\x13\x97\x39\x13\xc6\xe2\xaf\xc0\x27\xc1\x65\x1a\xf2\x16\xc9\x3f\x54\x53\xa4\x4c\xd3\x2c\x92\x88\xa4\xf6\x49\x75\xbb\x75\x57\xe6\x56\xb5\x5a\x6d\xb7\x9b\xed\xb6\xd9\x6e\x27\x65\x9a\x4e\x96\x21\x4a\x4e\x48\xe7\xad\x1e\x61\xf2\x61\x36\xaf\xf2\x4a\xd6\xc5\xeb\x7c\xb3\xdd\x2e\xd3\x34\x54\xc0\x6c\x5f\x44\x6b\x71\x3a\xbe\x58\x45\x65\xa5\xe9\xa4\x49\xd3\xec\x6a\xbb\x5d\xeb\x23\xe0\x5a\x8f\xae\x2f\x44\x85\xb6\x8e\x64\xb0\x95\xeb\xe4\xea\xa4\x0d\x95\x63\xa3\x53\xae\x25\x71\xd1\x55\x06\x23\x95\x9d\x41\x5f\x37\x1f\xb2\xaf\xae\x51\x21\xbb\x91\xbd\x0e\x92\xa3\xbe\x4c\x10\x07\xd0\x7b\x2b\x05\xcb\xdc\x5e\x1a\x11\x33\xb7\x70\xeb\x34\xfc\x45\x62\xcf\x17\x41\xa8\xa3\x36\xfe\x45\x73\x9a\xfe\x8c\x2c\xd7\x25\x4b\x3d\x80\xe9\xda\xc2\x3a\xf8\x26\x30\xc0\x4a\xed\x99\xfa\x51\x34\x3f\x1e\xbf\xb5\xe3\xf0\x38\x2e\xac\xd0\x59\xd6\xc7\x79\xcd\x5d\xcf\xbe\x78\xa2\x9e\x4f\x7a\x07\x86\x2b\x09\xd6\x0e\xf4\x2b\xca\xde\x28\x97\xa4\x5e\x96\xeb\x13\x5e\x9c\x1f\x9d\xd9\xed\xe7\xaf\x5a\x8c\x85\x74\xa7\xd8\xb4\x7e\x46\x7c\xe9\x44\xe3\x8d\xcd\x22\xfb\x08\x74\x3e\x77\x07\x60\x3a\x3c\xe4\xf0\xd8\x77\x62\x40\xd3\xd6\x12\x06\xeb\xa6\x36\x7b\xff\x2e\x52\xfc\x0e\x86\x8b\x3b\x60\xc9\x10\x60\x12\x3b\x4e\x9a\xbc\xee\x3f\x4e\x36\xea\x65\xec\x38\xa9\x3a\xed\xa9\xe3\x64\x99\xd7\x91\xe3\x64\xe5\x1d\x27\xb8\xcc\x07\x4e\x93\x25\x9c\x0a\xc5\x76\x0b\x3c\xba\x82\xc3\x87\xa6\x29\xf5\x2f\x15\x90\x63\x93\xbe\x81\xab\xcf\xc4\x4d\x03\x61\x13\x5a\x6c\x5d\xa3\x0d\x13\xa2\x5d\x35\x7d\xea\x6c\xd2\x14\xc6\x86\xd7\x79\xb3\xdd\x56\x86\x0b\xe2\xeb\xbc\x75\xd0\x29\x2c\x22\xfb\x13\x4e\x9e\x65\x9a\x4a\x89\x5a\x9f\x3c\x7a\x14\xd7\x67\x7d\x24\x30\x70\x6d\x48\xcd\x88\x6e\xf2\xc9\xb5\x4a\xda\x63\xbb\x92\x5a\x87\xf9\xfa\x34\xbd\x89\x35\x1f\xcc\x0a\x9a\xd1\x34\x9d\x5c\x47\x2f\x75\x68\x77\xb3\xf4\x4d\xed\xe0\x26\x51\x28\x4e\xf1\xfb\xda\xfb\x9d\x82\x06\x0b\x21\x35\xc1\x61\x6f\x0f\xec\xa6\xd9\x24\xb5\x0f\xe0\x07\x5f\xa1\x20\x94\xc0\xf8\x2b\xb7\x84\xe6\x39\xb1\x51\x78\xac\xe5\x75\x36\x74\xb6\x04\x21\x5c\x23\x9a\xd3\xed\x36\xe6\x17\xb7\x3f\x62\x3f\xb3\xe4\xf4\xae\x11\x5e\x1a\x20\x0a\x17\x7a\x84\x87\x85\x77\x29\x68\x2b\x1d\x16\xda\x73\xca\xd4\x7d\xc1\x5d\x85\x3d\x60\x34\x5e\x15\x9c\xab\xe7\xda\x4a\x6a\xe9\xed\x8c\x4e\xbb\xf8\x54\x59\x83\x6b\x34\xa3\xf9\xbb\x4f\x17\x96\x2d\x60\xba\xe7\x78\x52\x1f\x08\x41\xaf\xdd\xd3\xa8\x75\x06\x39\xaa\xdc\xef\x4b\x40\x3b\x92\x3b\x93\x42\xfb\xfd\x2e\xf0\xaf\xe8\x90\x6f\xb1\x97\x7c\xf1\x9b\x08\xc5\x59\x9c\x9f\x20\x64\xb0\x78\x1f\x52\xb1\x37\x7c\x35\x74\xe0\xc8\xa5\xc8\x7f\xc8\x8a\x21\x72\x71\xf7\x7d\x03\x44\xd3\x1b\x11\x58\x87\x44\xd3\xbe\xbd\x3b\x58\xef\xf3\x87\xa2\x96\x97\xda\x64\x2f\xb8\x78\xe8\x69\x6e\xb5\xfb\x10\xe2\x25\xb4\x1e\x8d\xba\x67\x04\x44\x2b\x2a\x13\xbc\x17\xbc\x29\x3c\x71\xa6\xdd\x60\x1c\x47\xd9\xbf\x24\x0b\xdd\x75\xe8\x4a\xe5\x19\xf4\x5c\x3d\xfa\x31\x65\x4e\x10\x7e\x9d\xfd\x99\x64\xcc\x10\xb6\xf1\xee\x92\x1b\xad\x1d\x4e\x6a\x6d\x4c\x10\x37\xc5\xad\x77\x47\x16\x3a\x72\x3c\xae\xaa\xb6\x6f\x87\x41\xee\xc4\x14\x79\x4e\x17\x5e\xf1\x13\xc0\x5f\xd1\x66\x99\xb3\xec\x61\x03\xd6\x3e\x21\xbc\xeb\x13\x12\x5c\xcb\xb7\x09\x5e\x20\x34\xcb\xb2\x6e\xad\x01\xb7\x90\xc7\x55\xd5\xef\x13\xe2\x7d\xa4\x54\x50\x07\xbf\xa1\xf5\x05\x78\xdf\x40\x15\x7d\xf4\xe2\x0a\xe9\xe8\xa1\x0e\x5f\x0c\xa3\x64\x95\x7b\x84\x26\xbb\x88\x7e\xd6\x21\xd9\x48\x8b\x5d\xf8\xa1\x4c\x78\x0e\x5b\xf1\x86\xb5\xf1\x6e\xd4\x72\x7e\x37\xd7\x4e\x3e\xe0\x10\x8c\xc1\xbc\xe1\x68\xa7\xb6\x59\xd5\x4a\xe2\x2a\x9f\x1a\x19\x03\x7c\xb3\xe3\x8c\xb7\xe3\xc3\xc4\xb5\x29\xe2\xdc\x44\x54\x3c\xdf\x54\xd5\x9d\xce\x39\xed\xc4\x42\xe1\x98\x22\x38\xd8\x98\xdb\xc7\x4e\xa2\xfe\xac\x75\x9b\x26\xc7\xa2\x6e\x4d\xee\x0d\x38\xf6\x8c\xb9\x8b\x4d\xb1\x43\xd8\xbb\x95\x7c\xc9\x96\x03\x37\x93\xdf\xba\x26\x91\xbd\x3e\xf4\x1e\xee\xc1\x29\x83\xa1\x34\x00\x03\x83\x46\x9d\x37\x52\x09\xf7\x90\xd1\x30\x77\xd7\x36\xe2\x33\x0e\xe8\x68\x36\xd6\x50\x2c\x20\x01\x97\xf9\x20\x5c\x43\x36\x2e\xf5\x49\x70\x3d\x1b\xaa\x14\xb8\xe9\x70\xa5\xc2\xd7\xe2\x36\x5a\xc8\x1d\x25\xbc\xae\x85\x76\xfd\x2b\xa7\x4d\x71\xa3\x72\x7b\x17\x41\x1a\x64\x97\x21\xf8\x2c\xdb\xe4\xc5\x14\x92\x8c\x67\xe8\x2c\xf1\x7d\x3d\x93\x59\x31\xb5\xa9\xc3\xe5\x4b\xdf\x9f\x30\x99\x25\x7e\xfe\xab\x04\xdb\x6b\xa7\x8c\x8b\x4c\xcd\x38\xe8\xe4\x08\xcd\xdc\x2b\x45\x79\x25\x2d\xe5\x6c\x0d\x9d\xee\x23\x01\x0e\xaf\xfa\xce\x5f\xf3\x4e\x6d\x2e\x07\x2d\xca\x73\x42\x08\xc7\xa5\xd2\x1c\x33\xf0\x1b\x89\x27\xe8\xaa\x21\xd8\xa5\x93\x9a\x31\x63\x9e\x0d\xfd\x2f\x45\xa3\x93\xcc\x75\x2e\x0e\x62\x69\xfc\xf4\x6e\xb5\x75\xdb\xa9\xe4\xda\x35\xd5\x55\x9c\xaa\x34\x14\x47\x65\xec\xf3\xb1\x18\xaa\xd5\xf4\x5c\xf2\x86\x08\x63\x80\xab\x1b\x6d\x7f\xa0\x19\xb8\x94\x61\x06\xa6\xc2\x12\x21\xcc\xdb\xee\x96\x02\x83\xa1\x53\x11\x8e\x76\x05\x50\x39\x7a\xe2\x24\x83\x9b\x5c\x9f\x0c\xc1\x7b\xed\x30\x21\xf5\x28\x80\xea\xd8\x6e\x0b\x83\xd6\xc1\xfd\x7c\x68\x95\xbd\xf6\xe8\x59\x9f\x0d\x26\x68\x54\x4d\xcc\xf5\x7f\xd5\x1d\xf1\x06\xa1\x20\xfd\xcf\x06\x74\x5f\x29\x0f\x36\xfa\x72\xff\x80\x64\xad\x5c\xdb\xb6\xd6\x01\x3a\x61\x0b\xec\x4d\x43\x62\xf6\x21\x82\xf5\xa7\xd9\x25\x2d\x0d\xcc\xe4\xa5\x3a\x93\x7f\xcc\x44\xfb\x9e\xe5\x7c\x60\x14\xa1\xbc\xb3\xc7\x87\xda\x84\xf4\x1b\x0c\x0c\xd0\xd3\x21\xff\xb4\xba\x47\xa6\xed\x7b\x64\x11\xc1\xdc\xcb\xe8\x9c\x2f\x80\xa9\x47\x6d\xb7\xe8\x9e\xe5\x81\xf5\x56\x1b\xd1\xdd\x5d\x10\x53\xf7\xb7\x2a\x66\x4c\xf5\x53\xcf\xf9\x22\x8f\x76\xa6\x9a\x82\x1e\xf5\x97\xd6\xfe\x55\x9e\x55\x9e\xcd\xd4\xf5\x36\x61\x9c\xb1\x3b\xef\x5b\xae\xce\x01\x2e\xab\xc2\xb8\xaa\x8b\xd2\x1c\xe4\xf2\x3c\x50\xf2\x6d\x4c\x02\xc5\x4c\x81\xfd\xdd\xb3\x5c\x04\x2a\xae\x4e\x14\x10\x1a\x01\x75\x8c\x25\xcb\x09\x8e\x16\x48\x8a\xf5\xba\xd2\xf1\x58\x52\xf8\xf6\x7b\x57\x52\x8f\x61\x4a\xf2\x89\x0d\xb9\xed\xd7\x93\x8d\x73\xb0\x31\xd3\xf3\xa0\x81\x03\x4c\xb8\xa2\x5d\xd4\x36\xd1\x6b\xe2\x8a\x45\x1a\x98\x0d\x7b\x49\xc4\x17\x77\xbe\x45\x39\xd6\x50\x84\xf1\x85\x71\x96\x3d\xd7\x95\x4c\xf3\x4f\x3d\xa3\xf1\x30\xa1\x26\x72\xd2\xa8\x37\xbe\x99\xec\xbb\x68\x5e\x4d\x1d\x56\xd2\x4e\xfb\xd7\x1b\x5a\xd1\x2e\xa8\x6c\xad\x9e\xbf\xa1\x72\x84\x74\x61\x99\x3a\x42\xae\x13\x66\x11\x09\x02\x36\x0a\xa8\x91\xf4\xfe\x48\xd2\x34\xfb\x23\xc9\x45\x96\xfc\x8e\x48\x29\xf7\x58\x6e\x81\x8f\x15\x97\x53\x7f\x1f\xaf\x39\xbd\x29\x04\x49\xd0\xd4\x35\x6b\x6e\xbc\x2e\xdc\x0a\xf5\x46\xac\xea\xa0\x60\xc8\x9a\x0d\xa9\x31\xd9\x2e\x48\xd1\xf3\x47\x92\xd5\x10\x0d\xbc\x0a\xb2\x15\xc6\xd1\x33\x0f\xe9\x30\x2a\x29\x9b\x99\x14\x0a\xac\x73\x35\x10\x28\xad\x37\xa9\x51\xa8\x4e\x14\x38\x52\xe6\x0e\x10\x3f\x00\x44\xaf\x8c\xfc\x2c\xa5\x7c\x86\xd1\x1f\xbc\x1b\xfd\x81\x66\x9d\xa3\x88\x20\xfc\x42\xdf\x4a\xb3\x9a\x5f\x03\x21\x0e\xf9\x3d\x44\x98\x00\xb7\x66\x0c\xdf\x8a\x65\x2f\x07\x6c\xb3\x52\xb3\x56\x1d\x91\xdb\x27\x3a\xa5\x77\x6f\x50\x9c\x85\x83\x1d\xda\x9d\x21\xb6\xa7\xac\xef\xc4\xcb\x1e\x4d\xc6\xf0\xb1\x20\x58\x14\xeb\xa8\x25\xba\xca\x98\x4d\x8f\xa7\xb9\xa3\x85\xb5\x7d\x79\xcb\x74\x76\x54\x4f\x65\x99\xe4\x79\x06\x87\x92\x9a\x4d\x03\xf1\x36\x4b\x8e\xa4\x7a\xd6\x51\xb4\x99\x41\x6b\xd7\x4e\x77\x2a\x20\x4a\xf1\x64\xbf\x41\x05\x5b\xaf\x19\xeb\x76\xdb\x6d\x3f\xe0\xbb\x87\x77\x14\xb4\x0b\x1d\x6b\x03\xa4\x27\x9a\x6f\xb7\xc9\xf1\xdf\x9b\x9a\x1d\x17\x6b\x9a\x84\x2e\x8d\x6a\x70\xc5\x19\x9f\x17\x8b\xd8\xa8\x92\xa3\x02\xcd\x54\xd1\x40\x5d\xef\x1b\xcd\xbc\x80\xaf\x07\xb4\x2f\x3e\xf7\xba\x8d\xb6\xee\x5e\xfb\xd9\x11\x7a\xdb\xf6\x9b\x83\x5e\x02\x66\x7b\x08\x89\xb4\x62\x85\x07\xa8\xc4\x87\x45\x1e\xa0\x93\xc2\x7e\x93\x6b\xfa\x03\x93\x4a\xb4\x8b\x0f\x4a\x2d\x5d\x45\xae\x1d\xe4\xa3\x06\x96\x79\x7b\x27\x6b\x70\x52\x92\x55\xb1\xa9\xc4\x2b\x3b\xac\x04\xa1\x33\x3e\xa7\x8b\x9e\x41\x27\x47\xf4\x61\xc4\x44\x43\x62\xd2\xfd\x25\x7d\xed\xdb\x02\x07\x52\x93\x6d\xcf\x12\x53\x0f\x1a\xa9\x9f\x88\xcb\x2b\xa2\x13\x09\x3a\x67\xdb\x88\x8c\x6f\x91\x3a\xb1\x39\x6d\xdc\x13\xa8\x63\xed\x29\x5a\xec\x36\x2a\x88\x93\x04\x40\x99\xe9\x93\xc4\x4f\xad\x67\x74\x2c\x60\xdd\x01\xe8\xef\x15\xd5\x45\xf0\x76\x10\x3b\x4a\x58\x0c\xf5\xef\x23\x7d\x1a\x99\xb7\xb7\x40\x80\x53\xa6\x6d\x13\x64\xe0\x23\x70\x8f\xe1\x82\xcc\xc5\x42\x59\x4b\x9e\x14\xac\x66\x74\x59\x54\x19\x1a\x99\x62\xf9\x89\x37\x9d\xfd\xb2\x77\x67\xfe\xc2\xdb\x08\x37\x81\xfb\xbc\xcc\x83\xef\x0d\x1b\xe9\xce\x47\x0b\x3a\x60\xff\x84\x84\x15\x06\x67\xe4\x5c\xe7\xba\x78\xda\xca\x19\xdc\x9a\x9b\x4d\xde\xe0\xac\x7a\x27\x04\x0f\x0d\xdd\xf1\x9f\x24\xdb\x78\xd0\x1d\x15\xc2\x4b\xf5\x10\x2f\x11\x6e\x76\x7a\x83\xeb\x48\x5e\xe4\x01\x79\x70\xd1\xf6\x8d\x62\x6d\xdb\x52\x9d\xb3\x00\x6a\xd2\xbb\xdf\xa8\xdf\x19\xec\x70\xce\x17\xea\x1e\x0c\xed\x10\xde\xe4\xed\x5b\x88\xda\xc6\x32\x99\x5b\x85\x82\x95\x63\x85\x8d\x33\x2e\x2e\xea\x8d\x18\x03\x2c\xac\x09\xe0\x92\x9f\xa2\xd0\x0f\xdd\x85\xda\x97\xf6\x52\xad\x52\x3e\x1a\x34\xea\xa3\xe1\xee\x34\xf6\x28\xcf\x35\x6e\x70\x35\x92\x82\x75\x56\xe7\x7f\x86\x98\x28\xb8\x5c\x93\xb2\x3b\x47\xc8\x2a\xd5\x69\x9a\x55\x79\xed\x40\x28\xe1\xb6\x1e\x34\x50\x2c\x42\xeb\x56\x46\xf1\xbd\x81\xb3\xe4\x08\x57\x69\x6a\x6e\x56\xd4\x63\xb8\x5b\x31\xed\xcc\xaa\x9d\x9c\x2b\xba\xeb\x42\x86\xc8\x41\x4d\xd4\x0d\x36\x6d\xf4\x35\x10\x18\x91\xd2\x34\xd1\x66\x28\xf8\x99\x40\x91\x65\x5d\x92\xb3\x8c\xe7\x11\x17\xb0\xcd\x94\xa8\xe9\x56\x18\x6f\x67\xad\xdf\x99\xfb\x62\x34\x7b\x9a\x91\x29\x81\xc7\xc8\xe2\x8c\x38\xc3\x58\x46\x31\xc7\x04\xa1\x99\x68\xd9\xbd\x32\x8a\x09\xd2\x89\x9f\xc9\x0e\x57\x9e\x6b\x3b\x13\xbe\x48\x7c\xd1\x6f\x59\x51\xb3\x79\x36\xd1\xa1\x3e\x9c\x94\x9b\x25\xf1\x1c\xa3\x7d\x8d\x75\xbb\xa5\x42\x29\x48\xc8\x45\xed\xec\xa4\xb2\x30\xd3\xf5\xb7\xdb\x89\x2e\xa2\x1b\xf6\xca\xd9\xb1\x51\x11\x2a\x9f\x62\x50\x53\xe1\x7e\x56\xa0\x5e\xe7\x0f\xe6\xb5\x5f\xb7\xdb\x9f\x73\x90\x85\x26\xca\xed\x24\x63\xf1\xd8\xce\x96\x5c\x44\xd0\x74\x55\x2c\x45\xcd\xe1\x92\x40\x25\xf1\x03\x11\x68\xa7\x40\x04\xb6\xdb\x8c\xe5\x7f\x20\xea\x07\x9e\xb0\x20\x5b\xb5\xd9\xfe\xcb\xaa\x68\xc0\x3b\x92\x4e\xa9\x02\x0c\x40\x5e\xc4\x62\x9a\xea\x10\x0a\x77\x0c\x5f\x15\xcd\xcb\x5b\x66\x90\x78\xd4\x49\x4c\xb1\x97\x42\x10\x6d\xb7\x71\xd0\x9e\xa0\x14\xbe\x07\xd4\x9f\x19\xdf\xa1\x91\xfc\xfc\x9c\x59\x43\xcf\x4e\x7d\x67\xab\xb6\xf0\xd1\x8a\x8c\x04\xa4\xc9\x3f\xc1\xed\x8c\x86\x85\x79\x11\xb7\xe1\x0f\xc9\xe7\x5d\x91\x6c\x87\x10\xfe\x03\x89\xe4\xff\xfc\x1b\xd9\x6e\xb3\xbf\x75\x14\x6f\xf8\x4a\x5f\xe5\x3e\x37\x3c\xf4\x6b\xfa\x96\x32\x84\xff\x66\x70\x7d\x34\x02\x8b\x97\x6e\x4c\x69\x11\xa2\x2b\x75\x60\xee\xf8\xb8\x7f\x5e\x09\xcc\x73\x5b\xdf\x04\x34\x30\xcf\x00\xc7\x4d\xcc\x2d\x87\x60\x5b\x26\x85\x3b\x5b\x61\x4e\x17\x3e\xda\x90\x5c\x4d\x3d\x34\x82\xe7\x72\x26\x16\xd3\x65\xcd\x96\x85\xc8\x18\x72\xb0\x43\xea\x73\x14\xed\x0d\x62\xff\xb4\x41\x35\x06\x0b\x07\x00\x28\x03\x25\x77\x3c\x27\x38\x13\x39\xeb\x87\xab\xe1\x3e\x5c\x8d\xe8\x81\xab\x01\x69\xca\xc2\xd5\x70\xbb\x25\x22\x10\xa8\x03\x08\x34\x11\x67\x63\xb8\x95\x00\x3a\xd5\xea\xe0\x90\x63\x25\x6e\xf2\x7b\x97\x09\x01\x87\x45\x67\x05\xf6\x0d\xeb\xb3\xf0\xea\x06\x72\x2a\x14\x94\x11\xae\xcc\x16\xa3\x00\x2c\xa3\x71\xc1\xf1\x8d\x61\x19\x0d\x8e\xe9\x56\x36\x33\x8c\xca\x97\x0a\x2d\x2a\xf0\x1e\x3d\x7c\x7f\xbd\xd5\x81\x6d\x26\xba\xf1\xac\x13\xcd\xe6\xa2\x59\x72\x7a\x21\x39\x4e\x94\x7f\x45\x7d\xec\xfc\x5c\xd6\x52\x24\x44\x3c\x4c\xf2\x1e\x84\xc0\xe8\x6d\x2e\x69\x03\x6c\x23\x58\xa0\x49\xde\x11\x62\xc2\x09\x9e\x7a\xe6\x28\xf9\xe1\xb2\x65\xc8\xe0\xc1\xe3\x30\x8a\x02\xed\x5c\x74\x4d\x98\xe8\xda\x1f\x60\x00\x4a\xee\x9d\x46\xd6\x33\x64\x78\x54\xa3\xe4\xc2\xba\x7f\xc2\xd5\xfc\x1b\xca\xca\xb3\xde\x21\xcd\x7c\x90\x6f\x55\x38\x4d\x33\x6a\x42\xe3\xa6\x00\xeb\x94\xa6\x59\x6f\x03\x18\xdc\x04\x65\x0b\xdf\x91\xeb\xfa\xa6\xa8\x9e\x5c\x91\xe5\x1b\x40\xe1\xaa\xa7\xe7\xd7\xc6\x9c\x0c\xdb\x6e\x2e\x16\x69\x1a\x7b\x3a\xe5\x44\x70\x4a\x6e\xc8\x57\x85\x20\x8d\xc8\x50\x30\x55\x4a\x3e\x50\x73\xd4\x23\x5e\x0e\xaf\x8c\x96\x3b\xa4\x24\x30\xa5\x9e\x24\xa3\xe1\x67\x4b\x63\x44\x4f\xe0\xfe\x49\xc3\x9d\xf7\x7c\x71\x02\xf7\x98\x09\xc2\xfd\xef\xf5\x75\x66\x82\x90\x11\xc3\x85\xc2\x50\xef\x25\x8d\x84\x96\x09\x52\x30\xf1\x1b\xf0\xd0\xc1\x9b\x1d\xa6\x53\x41\x0a\x5e\xd6\x26\x21\x65\x07\x79\xc5\x64\x8c\xc0\x34\x0e\x20\xe4\x5f\x32\xb5\x77\x9a\x32\xa1\x48\x51\x11\x0e\xea\x33\xfd\xef\x4c\x80\x17\x8a\x1c\xa8\x39\xb5\xcd\x25\xd8\xc8\xcb\x95\xa0\x70\xe7\x54\xac\xdf\x37\x90\x1d\x98\x54\x10\xac\x07\x81\x7a\xe3\x55\xcd\xc7\x1f\x25\x47\x10\xa2\xa1\x24\xee\xb1\x82\x5f\x1a\x5f\x81\x93\x51\x03\xd1\x7f\x2a\x3f\x34\x20\xff\xb6\x46\xb7\xc7\xc3\xa1\x16\x5e\x46\xcc\xee\x99\x01\x16\xcc\x01\x74\xe9\x6e\x83\x3a\xdd\xf6\x81\xed\x1e\x82\x00\xe5\xf9\xf8\x44\x50\x63\x9d\xcd\x85\xe1\x68\xc6\x7b\xb0\x60\x67\x0a\xc5\xf2\x00\x34\xb1\x70\xa9\xbb\xc7\x9d\x4e\x1f\xe5\x02\xf6\x03\xcc\x20\x6f\x80\x98\x79\xf6\x20\x8e\x7d\x16\x8a\x46\x22\x1e\xf6\xda\xcd\x44\x42\x7c\x0c\x2c\x29\x82\x11\x97\x92\x25\x36\xb6\x20\x9d\x14\x3d\x10\x91\x2c\xfc\xe6\xa8\x3c\x70\xf0\x67\x8f\x44\xf8\xd9\x41\x6b\xea\xa3\xa5\xf4\x19\xe4\x96\x8f\xf7\xd7\xfa\x94\xc3\x70\xc5\x60\x63\x25\x7a\x87\x34\xea\xfd\x98\x36\xe3\x9a\x55\x77\xe3\xe2\xa6\xa0\x55\x71\x51\x91\xf1\xed\x15\x61\xe3\xe5\xa6\x11\xf5\xb5\xde\x71\xb0\x65\xc7\x2b\x52\x88\x0d\x27\xe3\x55\x55\x5c\xaa\x6a\xc9\x0e\x40\xbb\x84\xa7\xa1\x37\xe2\x9f\x02\x6a\x73\x23\xec\xca\x5a\xb1\x39\xaf\x41\x84\x54\x79\xe7\x89\xac\x83\xb0\x7f\x6a\x11\x73\x6a\x89\x9c\x4f\x1b\xca\x2e\x37\x55\xc1\xe9\x3f\x34\x12\x24\x40\x69\x56\x62\x0f\x94\x3e\x24\xfb\xef\x03\xd2\x07\x39\x30\xd1\x29\x6d\xcf\x3d\x84\xe9\xee\x43\x8d\xee\x2c\xa7\x44\xbf\xb8\x2a\x9a\x27\x45\xb5\x54\x7e\xad\xda\xb9\xde\xc2\xe7\xaf\x0b\x29\x73\xb9\x04\x96\x7e\xb7\xba\xc5\xd8\x33\xd3\x8b\xff\xaa\xdd\x14\x69\x3f\x39\x00\x8f\xdf\xfb\xb2\x98\x9c\x35\x71\xa6\xb5\xe8\x67\x19\x9b\xe4\xd2\xbc\xd0\xcf\x15\x4e\x51\x67\xf6\x60\xaf\xb7\xbe\xe8\xc7\xee\x56\xf7\x03\x5d\xb7\xcb\xf7\x5c\xc5\x0f\xae\xe3\x89\xbe\x5b\x80\x54\x3a\x78\x03\xe9\xd7\x47\xe6\xa6\x8d\x88\x02\x67\x75\x6e\x85\x29\x64\x3d\xf5\x6b\xb3\x92\xdb\x6d\xb6\xc9\x85\x87\x94\xae\x3c\x97\xe5\xbe\x20\x08\xe1\xcd\x59\xc6\xf3\x8d\x4a\x64\xc3\x5c\x88\x41\xd6\xe4\x59\x91\x6f\x90\x69\x38\x4d\x8b\x50\x60\x43\xdb\x6d\x83\x66\x19\x57\xe9\xe0\x59\x3e\x39\x8d\xcc\x7f\xce\x7b\x88\x97\xb5\xd1\x80\xdf\x90\xbb\x3e\xfb\xa1\xfd\x52\x39\xe6\xdd\x0e\xeb\x0a\x94\x95\x07\xd4\xa0\xac\xb4\x55\x40\x1a\x18\xaa\x02\xdb\xf0\xcc\xfd\x39\xcb\xbc\xdd\xb9\x11\x99\x6d\x17\x79\xdb\x16\xd9\xf6\xf5\xfc\xec\x1f\x95\x2e\x68\x2b\x32\xb0\x2a\xec\xab\x25\x4b\x29\x23\x6a\x23\x22\xf8\xc7\xf2\xa1\xc5\x3f\x26\xd3\xa1\x84\x7e\x2f\x08\x26\xd3\xa7\x64\xcd\xc9\x52\xbe\x7a\x76\x43\x98\x20\x65\xfe\xb5\x7c\x1c\x5a\xbd\x5f\xc9\x47\xda\x58\xaa\xea\xbe\x72\x0f\x14\xd3\xcd\x1f\x63\x32\xf5\x5b\x7f\x4a\xc2\x07\x06\xe5\xe7\xb9\x7b\x2e\xa5\xe6\x57\x3e\xb6\xee\x9f\xe0\x5d\x5d\x2b\xe5\x30\x2f\xe5\x4f\xe3\x98\x99\xff\xc3\xfb\xe1\x77\xf4\x0d\x94\x02\xa8\xda\x42\x60\x32\x3d\xbf\xa0\xac\xcc\xbf\x90\x7f\x5d\x6e\x0a\x5e\xe6\x5f\xca\x3f\x6b\x18\xe5\x8b\xe6\x71\x45\x6f\x48\xfe\x3d\x96\x8a\x34\xe1\x4b\xf2\xa2\xcc\x19\x26\xd3\x92\xae\x56\xb1\x74\x73\xee\x14\x23\xce\x32\x61\x0e\x33\x4c\xf3\xaf\x0b\x71\x35\xbd\xa6\x0c\x1c\x4b\x70\xad\xb6\x41\x91\x9f\x3c\x2a\x3e\xa3\x8f\x8a\xa3\x23\x44\x57\x19\x99\x17\x8b\x49\x9e\x8b\x79\xb1\x40\xf7\x75\x5e\x8c\x2e\x38\x29\xde\xec\xcc\x0e\x4d\x53\xa6\xdc\xfc\xe4\x0e\x36\xf1\x1a\x27\x78\x93\x43\x14\xa9\x91\x18\xdd\x50\xaa\x9c\x1e\xd7\x78\x99\x9f\x3e\x5a\x7e\x96\xd3\x47\x4b\xd3\x09\x3f\x5e\xaa\x6e\xd8\xf1\x72\x81\xee\xab\x7c\x79\x7c\xaa\xbb\x6a\x72\x76\x5c\x1d\xd7\x78\x93\x73\xf9\xaf\x96\x1c\xee\x57\x94\x37\x42\x29\x06\x2f\x58\x49\xde\xce\x6a\x5c\x94\x25\x29\x9f\xd4\x1b\x26\x66\x0d\x56\x29\xde\xf4\xcf\xcd\x6e\x87\x8d\x05\x15\x66\xea\x75\xfd\x65\xd1\x5c\xe5\x4f\xed\x53\xf9\xf3\x75\xdd\x97\xb3\xd0\x85\x74\x1a\xf4\xcb\x6f\x15\x46\x07\x5c\x91\xf8\x99\xfa\x48\x24\x29\x1f\x77\xdf\x6f\x24\xc7\xeb\xe2\x0d\xd1\x9e\x5c\x73\xbe\x30\x26\x22\x16\xc9\x64\x6c\x8c\xca\x63\xab\x92\x27\xb8\xc8\x93\x8f\xc1\xd4\xe5\x04\xc5\x8f\x93\x23\x3e\xe2\x79\x9e\x7f\x03\x6b\x61\x6b\x3d\xad\x97\x60\x6a\x72\x95\x12\x30\xc9\x80\xe1\x5b\x50\x51\x91\x59\x8d\x4b\x22\x0a\x5a\xcd\xd8\x9c\x2e\xb0\x52\x0f\x67\xf7\xeb\x1a\x54\xc7\x59\xb1\x53\xa9\xed\x85\x9c\x41\xa0\xc9\x16\xc4\xf2\x0f\xd8\xf7\x01\x7d\xa2\x8d\x03\xf9\x05\x26\xce\x61\xc2\x1d\xb8\x35\x6e\xa1\xd8\xe7\x2f\xec\x13\x67\xd4\xed\xf1\x96\xf8\x93\xc6\x73\xdd\xe1\x30\x17\xda\x73\x5e\x5f\x4b\x1d\x23\x56\x47\x6a\x62\x95\xa9\xd4\x10\x11\x74\x72\x49\x34\x7a\x74\x50\x73\x99\x93\x4e\xe1\xdf\x2b\xa0\x2e\x5a\xb3\x48\x85\x55\xa4\xc2\x77\xa4\x89\x36\x5e\x46\xca\xea\xbc\x29\xdd\xc2\x57\xaa\xb0\x64\x91\xad\x34\x1c\xf0\xb9\x1b\x31\x22\xd3\xcd\xfa\x92\x17\xa5\x7c\x6f\xf8\x5e\xfe\x7b\xd2\x2b\x4d\x26\xe7\xe7\x44\x2a\x7c\x9b\xca\x19\x81\x27\x27\x70\xdb\xa1\xca\x86\xb6\x54\x30\x8d\x7d\x0c\xc9\x38\x13\x3c\x4f\xc8\xdb\x75\xcd\x45\x93\xe0\x48\x21\x6b\x70\x5d\xb4\xcc\x4f\xc9\xa6\x21\xe3\x46\x70\xba\x14\xc9\xe8\xa1\xe3\xea\xff\x10\x73\x8b\x8d\xef\x9d\xdc\x3d\x9b\x9c\xf4\x9d\x41\x8a\xcb\xee\x86\x5a\xec\x92\xeb\xc1\x8d\x77\xab\x0e\xf6\x34\x48\x5a\x07\x77\x3a\xd8\xca\xe1\xfd\xfb\xd4\xf7\x6e\x7d\xfb\x2d\x1c\xde\xaf\xbf\xff\xde\xad\x5f\xbf\x85\xc3\xfb\xf5\x76\xe6\xbb\x75\xeb\x35\x30\xd8\x6b\x84\xab\x1d\xdc\x61\xa4\xee\x2e\xba\x4b\x65\xb9\x42\xd4\xbc\xf9\x78\x59\x5f\xaf\x6b\x46\x98\x18\xda\xaf\xae\xf8\x46\xd0\x4a\x56\xaa\xaa\x62\xdd\x90\x63\x90\xc5\x06\x0a\xda\x07\xad\xfd\x8d\x79\x6b\x87\x7b\xd7\x24\x71\xeb\x33\xd8\x9d\x5b\xee\xcc\xd6\x95\x87\xec\x20\xdf\x7e\xc8\x41\xe8\x2a\x9b\x64\xaf\xee\xae\x2f\xea\x6a\x4a\x05\x81\x61\x8c\x29\x1b\xab\x99\x87\x0a\xc9\x5c\x09\x49\xe3\xc7\xe6\x6e\x65\x21\xb5\xde\xce\xfd\x99\xa8\x5f\x01\x9e\x81\xba\x39\x23\xd6\x87\x48\x43\x10\x41\x2a\xed\xc9\x09\x64\x77\xc1\xb5\x89\xe4\x10\xfc\xce\x9e\xe0\x05\x6e\x72\x32\x6f\x0d\x66\x91\xa1\x47\x93\x8c\x49\x7d\xa3\x99\x32\xf2\x56\x64\x08\x4d\xcb\x9a\x41\xa6\x75\x9d\x59\xbb\x98\x02\x57\x43\x78\x22\xb6\x5b\x93\xa4\x5e\xca\x3c\xe8\x91\xec\x12\x3d\xda\x29\xcc\xa9\x0d\xba\x87\x4c\x30\x75\xbe\xd9\xad\x28\x2b\xaa\xea\xee\x5e\x0e\x80\x99\x60\xe9\x66\xaa\x86\xbc\xdd\x9a\xbf\x32\x64\x4b\x82\x93\xb9\xb2\x41\xd6\x3b\x97\xca\x1b\xe6\xd1\x9b\x56\x03\xb5\x28\x4f\x47\x40\x19\x57\x56\x4a\x23\x35\x14\x42\x90\xeb\xb5\x18\x8b\x7a\x0c\x06\xd4\xcd\x12\x6c\x27\xac\x66\xc7\xf0\xc9\x17\x15\x19\xab\x4b\x99\x25\x49\xd0\x2e\xb8\xbc\x8d\x82\xb2\xc7\xd7\xfc\x3e\x0c\xd1\x89\x20\x18\x3d\x12\x0e\xbd\x48\x00\x7a\x91\x58\x40\xc8\x8e\x8d\x2a\xdd\xb5\x09\x06\xba\xfa\x91\x88\x25\xb8\x22\x5f\xf1\xfa\x5a\xca\x15\x61\xff\x87\xcf\x6c\xb3\xe6\xa4\x28\x87\x26\xf5\xc1\x87\x25\x99\x56\xc5\x5d\xbd\x01\x43\x50\x71\xa9\x2d\x1c\x56\x48\xfc\x82\x42\x7c\x54\x93\x13\x65\xc6\x96\xef\x63\xcf\x82\x1f\x7e\x03\x66\x3f\x28\xc9\x34\x3b\xc1\x7c\x6a\xd9\xc2\x5f\xa8\xb8\xfa\xb6\xe0\xc5\x75\x83\xb2\xd0\x59\xda\xdc\x46\xb4\xaf\x49\x3f\xff\xd4\x24\x67\x9d\xe4\xde\x95\xe8\xa7\x8b\x33\xff\xc7\x6c\x0e\xe6\xc9\xec\x04\x52\x4d\xc3\x91\x8f\x32\xb9\x8b\xda\x77\xe1\xde\x55\x96\xf9\xa8\x04\x59\x60\xc1\xee\x2c\x8c\x62\x33\x13\x49\xb2\xaa\x63\xcc\x66\x3a\x57\x63\x91\xd3\xf9\xc9\xe2\x2c\x49\xcc\xcd\x2c\xc7\xc9\x2c\x41\xe6\x97\x7c\x89\x66\xdc\xb9\x24\x74\xfa\x30\x89\x61\xb1\xb2\x01\xb6\x6c\x84\x08\xb3\x1d\xf2\x87\x96\xd7\xda\xb3\xf5\x17\x37\xdd\x1d\x1a\xf2\xa7\xbb\xf3\x72\x14\x23\xba\x83\xa6\xdb\x02\x13\xf5\x4f\xba\xf2\x21\x92\x8f\x82\xb9\xef\x74\x78\xc8\xdc\x3b\x63\xb0\xe3\x64\xdd\xb9\xff\x8e\xfc\xb0\xa1\x9c\x94\x9d\x35\x30\x17\xab\xe1\x0c\x06\x37\xe2\x72\x9b\x8f\xfd\x27\x7a\xd6\xbc\x47\x73\xb2\x18\xb1\xe9\x46\x8a\xfa\x2b\xa1\x5d\x02\x18\xa6\x59\xed\xc7\x5b\xf9\xa5\x73\x86\xf9\x0e\x13\xb4\xf3\xb7\xae\xce\x01\x93\x37\xde\x62\x35\x09\x1a\x05\x7b\x7d\x33\x52\x8a\x79\x13\x5d\xd1\xe8\xb2\x29\xff\x95\xa5\xac\x12\xd9\x73\xd1\x8d\xb5\x1c\x29\x08\xce\x07\xcc\xa4\xe7\x9f\xc4\x32\x81\x4f\xd1\xfc\xc4\x21\x2b\xf9\x5c\x5a\x73\x3a\x0e\x78\xd4\xfa\x17\x0c\xc3\xbc\x59\x8d\x2c\x63\x8c\xba\x1c\x76\x1c\x38\x84\x7f\x16\xd9\x54\x95\x2a\x4a\x6b\xce\x7d\x07\x0e\xbe\x88\x41\x2f\xeb\x0b\x94\x9e\x01\xeb\xa1\xc8\xf1\xee\x06\x25\x3a\x25\x79\x19\xc5\xea\x63\x58\x88\xe3\x15\x25\x55\x79\x5c\x92\x66\xc9\xe9\x5a\xca\x63\x9e\x9c\xb7\x08\xfc\xd5\xe2\x62\x99\xf0\xc8\x5a\xc4\x1c\xd3\xd4\xd9\x99\xa6\x49\x03\x7f\xb4\x5f\xd8\x43\xf5\x2c\xe6\xd9\xa7\x4a\x92\xdd\x2c\x16\x89\x97\xa6\x03\xdd\x85\xde\x21\x79\x6e\x9f\x4f\xcc\xdf\x6e\x0a\xcf\xcc\xd8\x66\xb6\x43\xc9\xa5\x9c\x14\xc2\xff\x2d\x7b\xfe\x1f\x94\x3d\x3d\xb0\x0d\x49\x00\x9f\x22\x4c\x73\x36\x3f\x59\xe0\x3a\x67\xf3\xd3\x05\x2e\x72\x36\xff\xc4\x6e\xc9\x4f\xe1\x56\xcc\x20\xff\x26\x6a\x0d\xc1\x03\x21\xa3\xfa\x12\x62\x92\xe7\xd4\x41\xa0\x39\xf4\xbe\x34\xcd\x82\xf2\x85\x2b\x5f\xa4\x69\xe2\x54\xbc\x84\xb2\xb1\x7c\xe2\x9f\x34\xf0\xcc\xc3\xfc\x2b\xde\x49\xd0\xa3\xcd\x73\xc9\x08\x9e\x5a\x3e\x00\xa6\x60\x80\xd2\x36\x0f\x62\xd6\xb0\x8e\xb0\xac\xc4\x6f\x39\x5d\x01\x83\x3d\x0d\x27\xa7\xbb\x6d\x45\x9a\x26\x96\xb4\xe5\x27\x89\x34\x9d\x88\xe9\xf9\x39\x6d\x9e\x68\x3f\xc0\xa7\x86\x93\xc9\x7d\xb5\xdb\xa1\xd1\x3e\x4e\xd7\x56\x46\x0f\x62\x6c\xef\x30\x77\xfa\x58\x0e\x26\x28\xf2\x89\x01\x47\x52\xfb\xb8\xc5\xa6\xd4\xc3\x0c\x1d\xc2\xc6\x9d\x02\x7d\x90\x62\xbe\x8f\xeb\x7f\x58\x2b\x1b\x89\x49\x96\x83\x79\xb6\xfc\xeb\x85\x0f\xe2\x00\x29\xe5\x25\x9f\x7c\x51\xc6\xd0\x59\xcb\x53\x93\xa1\x59\x64\x00\xa2\x3b\x80\x20\x07\x8a\xcd\x7a\xe2\xd2\x9d\x44\x06\x30\x6e\xf5\xc5\x8d\x74\x39\x67\x0b\x04\xd9\xa5\xc9\x90\xe0\x72\xe0\x64\xed\x1f\xab\xc2\xec\x15\x0e\xac\xd7\x8d\x95\x75\x85\x8d\xc1\x96\x59\xff\x2c\xf4\x2d\x43\x7b\x16\x98\x9d\x05\xae\x66\xa1\x43\xe9\x1f\xd7\xbc\x24\x9c\x94\xc7\x0d\x89\x58\x9e\x3e\xe0\xc6\x1d\xa9\xaf\x34\xe7\x62\x8f\xaf\x02\xba\xcf\x22\x07\xb8\x3b\x32\x24\xeb\x42\x28\x7a\x02\x3d\x29\x18\xab\x05\xe4\x19\x1d\x17\xda\x6d\xa4\x68\xc6\x85\x9d\xed\x04\xed\x90\x05\xe9\x53\x71\xc6\x0a\xe1\x65\xe7\x54\x0e\xf0\xfa\x89\x38\x2b\xcb\xbe\x64\x15\x49\x46\x9e\x43\xac\xac\xdf\x49\x91\xa0\x00\xe0\x97\xe4\x15\x89\x7b\x13\x41\xa1\x8a\x36\xc2\xa6\x5f\x6f\xe8\x3f\x48\x7e\x12\xb6\x5d\x94\x3d\x29\xd0\xb6\x5b\xed\xc7\xb3\xa1\xa5\xf5\x68\x6a\x77\x6c\x22\x61\x65\x37\x36\x8a\x77\x92\xe7\x6c\xce\x17\x52\x79\x92\x62\xb0\xf1\xdf\x80\xde\xa9\x89\x19\x52\xe3\x0b\xc7\xa2\x3c\x5c\x3f\xd4\x70\xe4\x92\x42\x2e\x3e\x49\x94\xf7\xda\x7b\x56\xfe\xd0\x96\x09\x3a\x05\x3a\x7c\xb9\xf2\xdd\xe1\x3e\x3f\x3e\x4d\x53\x3a\x6d\xd6\xa0\x60\xd6\xd8\x5c\xf6\xeb\xc1\xeb\x2d\x33\x39\xd9\x19\x7f\x8a\xf0\x0b\x74\x9c\x42\x64\x65\x6d\x92\x0e\xd9\x52\x58\xe9\xaa\x08\xf9\x02\x5d\x65\x41\x69\x64\xfa\xd2\xb4\xdd\x9e\x88\x20\x7c\xba\x35\x23\x73\xb1\x08\x3b\xd3\xf7\x8e\x9d\x0e\x27\x7e\x87\xbe\x3f\x98\x99\xcb\x4f\xf2\xbc\xc3\x3b\xd0\x80\x0b\x94\x72\x54\xcf\x1c\xf7\x38\x5d\x60\x01\xa8\x11\x01\xde\xbd\x66\x64\x3e\xf8\x38\xc9\x84\xe4\xa6\xbb\x70\xe0\xa2\x7d\xef\x1a\x7a\x0e\xc8\x61\x1a\xb3\x40\x6b\xf7\xd4\xeb\xbb\x2e\x4c\x10\x23\xb7\x99\x26\x4c\xef\xa8\x76\x79\x0c\x20\xb1\x02\x39\x6c\x93\x79\x85\x10\x69\xcd\x7e\x6c\x45\x1c\x17\x85\xed\x09\x25\xf4\xe7\x41\x2e\x1b\x20\x36\xbb\x1a\x52\x61\x25\xbb\xcc\x17\x49\x44\x97\xbf\x72\xc2\x4a\xc2\x8f\xaf\xeb\x12\x6e\x02\x9a\x8f\xdd\x5f\x25\x2d\x8f\x29\x6b\x08\x17\xef\xa1\x05\xbe\xb3\x7a\xf4\x4f\x63\x69\x3d\x50\x8f\x78\x0f\x49\xd2\x33\x8c\x72\xbd\x8b\xcf\x1b\x22\xbe\xd6\x2b\xa5\xfd\x47\xba\xc1\x79\xf7\xcb\x62\x5d\x5c\xd0\x8a\x0a\x4a\x1a\x0d\x0e\x7a\x7e\x1d\xd6\x7a\xe2\x15\xc9\x92\x4f\xa7\xa7\x9f\x26\xf8\xbe\xa4\x8d\xfc\x82\xc7\x1b\x51\x43\xb6\x28\xca\x2e\xd5\x98\x14\x0d\x9b\x8e\x7d\x71\x69\x87\xe1\x73\xab\xaa\xfb\x32\x30\x1c\x8a\x8c\x4d\xd7\x75\x03\x7e\x98\x45\x85\x1e\x65\x27\x18\xac\x9a\x19\xc7\x54\xef\xc3\x53\x84\x19\x38\xf3\x94\x68\x87\x55\xa8\x66\xbc\x47\xed\x7e\x1d\x7d\xb9\x73\xd1\x75\x3f\xe1\xb9\x0d\xd6\x55\xb3\x6c\xfc\xc1\xbb\x4d\x7d\xec\xbf\x77\xdb\xbf\x77\xdb\x9e\xdd\xa6\x7b\x24\x15\x91\x0b\xa1\x22\x84\x06\x77\x20\x00\x93\xe9\xe2\xb9\xe8\xdf\x56\xc4\xc7\xff\xd3\xe5\xa5\x74\x94\xf1\xf8\xae\x65\xfe\xae\xe5\x76\xd7\xfe\x4b\xed\xcc\x5b\x5a\x55\xc7\xfa\x8b\xfe\xbd\x37\xff\xbd\x37\x7f\xae\xbd\x39\x78\xe4\x7d\x98\x8d\xfb\x4b\xdb\x9b\x97\x15\xbd\xbe\x26\xdc\xf3\x3e\xb1\x96\xab\x8b\xa2\x21\xc7\xf6\xf9\xf1\xb5\x5a\xc4\x96\xf9\x6b\xa0\xbe\x7d\x74\xe8\x3e\xfe\x27\x08\xdd\xe0\x46\xd6\x32\xe6\xf1\x34\x15\x19\xe9\x78\x42\xcb\x8f\x01\x47\xe8\x0f\x62\xdd\xc4\x22\x96\x1a\xc4\x33\x9b\xd0\x4c\xfc\x34\x94\x64\xb2\x91\xfa\x9b\x3d\x67\x98\xe8\x90\x32\x77\xb9\x99\x51\x85\x76\xad\x7d\xeb\xd5\x5e\x4e\xb0\xfa\xd0\xc8\x55\x9b\x1f\xa7\xa6\x2d\x2d\x00\xaf\xbb\x40\x58\xb6\x15\x34\xf3\xc4\xd2\x55\xa7\x3d\x2f\x26\x4b\x36\x43\x32\xa1\x71\x6e\xdc\xfe\xd3\x0e\xef\x97\x44\x3c\xa9\x99\x20\x6f\x23\xad\xb8\x1b\x2f\x18\x00\xdd\xb5\x2c\xc4\x07\xd1\xfc\xc1\xdb\xa4\xbe\x65\x64\x8f\x3d\xb8\x7d\x2f\xf6\xcb\xdc\x24\xef\x40\xeb\x0d\x11\x2e\x77\x68\x68\xf9\x00\x14\x24\x82\x27\x27\xc6\xf3\xd7\xfa\x2d\x07\xe5\xea\xb0\x9c\xd9\x3c\x64\xfa\xf8\xbb\xdf\xbf\x3a\x7f\xf5\xec\xb5\x7f\xa2\x31\x4c\x83\xec\x9c\xb5\xff\x6b\xe4\xd5\x31\x70\x64\x71\x1b\x25\x30\x80\x9f\xd2\x4c\x59\xf0\xcb\x26\x88\x83\x82\x07\x0c\x83\xd1\xdd\x84\xa7\x23\x93\xee\x1d\xab\xb9\x83\x5f\x93\x53\x84\xeb\xe0\xe7\x4e\x4d\x44\x81\x1b\x97\xa8\x8c\xe0\xac\x30\x61\x30\x1e\x50\x54\x67\x67\x48\xd9\x52\xef\x1f\x3f\xe9\x6b\x5f\xe0\x08\x84\x06\x1a\xe8\x9d\x76\x3d\xd2\x1b\x3b\x53\xfb\xd5\x16\x28\x4d\x79\xe6\xc1\x0a\xe0\x02\xe1\x06\x9e\xe1\xc6\x86\x9a\x98\x65\x2f\x0e\xdc\xa6\xea\xd2\xe6\x3d\xce\xb6\xbe\xb3\xf1\x1d\x0e\xc4\x3d\x3e\x98\xf6\xb2\x9f\xfd\xab\x5e\xf6\xd3\x5f\x32\x53\xb3\xa3\xac\x83\x68\x3d\xb1\xdd\x9a\x1b\xe4\x49\x9e\x33\x40\x44\x70\xf3\x65\x93\x6d\x89\xb3\x96\x92\xe1\xe3\xcb\x5b\xe6\x60\x31\x53\x35\x87\x90\xa4\x3f\xbe\x2a\x1a\xf6\x91\x18\x5f\x10\xc2\xc6\x10\x55\x5b\x54\xb4\x21\xe5\xf8\x78\xdc\x6c\xd6\x84\x67\x28\x28\x21\xb9\x09\xf1\xd2\x4e\x80\x8a\x33\x13\x6e\xf8\x85\x47\x49\x85\x51\x5b\x1a\x22\xbe\x35\xcb\xf4\x72\x75\xa6\x9f\x5e\x06\x4f\xa3\xc4\xe1\x90\x3f\x2c\x5c\x4d\x58\x0b\x70\x5f\x82\x55\x6e\xfc\xf9\xcb\x9a\xf8\x10\xda\xde\x1b\xdd\xfe\x72\x81\x81\x7e\xa4\xb0\xf1\x61\xd4\x9c\x8d\x51\x73\xec\xf6\x1c\x54\x57\x88\x21\xfb\xd9\xe4\x04\x43\x1c\xe2\x57\x74\x45\x96\x77\xcb\x8a\x3c\x29\xaa\xea\xa2\x58\xbe\x69\x66\x93\x53\xad\x63\x7c\x59\xd7\x6f\x66\x93\xd3\x1d\xc2\x55\xef\x85\x57\x04\xdf\xe3\x43\x9f\x27\xf6\x38\xa9\xd5\x5f\x92\x1a\xf4\x45\xa1\xfa\x6d\x21\x74\xcc\xf9\x50\xe1\x55\xd7\x33\x4a\x0f\x2c\x46\xe8\xd6\x81\x42\xc4\x47\xf9\x4a\x12\xed\x98\xbc\x5d\x73\xd2\x34\xf2\xcb\xaf\x37\x8d\x18\x13\x2a\xae\x08\x1f\x5f\x10\x40\x27\x18\xd7\x3c\x18\xf6\x88\xf4\x42\xd4\x00\xa8\x83\x3b\x13\xee\x3d\x76\x34\xd3\x2b\x4e\xb0\xd9\xea\x72\xa5\x7c\xb6\x20\x89\x61\x87\xb0\x48\x53\x45\x94\xbb\x8c\xe0\xd0\xdf\x2f\x04\x7e\x69\xc1\xbe\x40\xf2\x74\x38\x34\x2d\x0e\x9d\x56\x1a\x07\x24\x53\x9d\x11\x2d\x48\x96\x6e\x6e\x73\x74\x4c\x19\x01\xe4\xf5\x11\xec\x89\x57\x10\xc6\xe5\x8a\x66\x08\x83\xeb\x5d\x20\x30\x81\x67\xa7\xaa\xcc\x37\x2c\x86\xf3\x47\x70\x80\xfc\x18\x2f\x6d\x0d\x2f\x40\x0a\x4b\x0c\x53\xa2\x4e\x5e\x1a\x9c\xbc\x15\xc2\x2b\x78\x86\x57\xfa\xe4\xb5\x74\xbc\xb4\xd9\x80\xfd\xf4\xf0\x99\xc1\xa2\x52\x20\x1e\x80\x26\xd4\xfe\x38\x52\x76\xbf\x8d\x94\xf2\xd3\x14\x29\xae\xf2\xca\x3b\xe0\x57\x07\x1e\xf0\x4a\xa8\xfe\xd1\x3c\x50\x0c\x65\xf8\x7c\xc4\xac\xa3\x79\x37\xf2\x8a\x89\xe1\x61\xc7\x02\x3e\xde\x45\x7a\xf9\x30\xd2\xc7\x87\x61\xab\x2c\xe7\xe6\xf1\xc8\xd9\x91\x9e\xb4\x78\x6c\x0c\x5e\x10\x14\x40\x53\x17\x22\xff\x98\x49\x5c\xc1\x3c\x52\xa0\xde\x9c\x5e\x54\xf5\xf2\xcd\x71\x53\xd5\xc2\x8b\xa3\x69\x3e\x76\x8f\xc3\xc9\xf5\x8b\x0b\x72\xbd\xae\x0a\x41\x7a\x2b\x06\xa5\xaf\xe9\x5b\xca\x9a\x8f\xe1\x47\xeb\x95\x57\xfd\x0e\xbc\x7d\xa0\x7a\x7b\xae\xa5\xea\xf0\x23\xcc\xb6\x81\xb8\xb5\xf3\x3b\x25\x6f\x05\x61\x65\x76\xaf\xbc\x55\x67\x76\x42\xb1\xf6\xaa\x9d\x25\x09\x3e\x97\x4a\xf1\xac\x8d\xfe\xa6\x62\xc1\x7b\x6e\x73\x21\x04\x1c\xe1\x92\x96\x2f\xe0\xe2\xf2\x99\x36\xc2\x75\xae\x71\x95\x45\x40\x5d\x96\x32\x52\x70\xd2\x88\x97\x2b\x79\x20\x64\x96\x2e\x00\x96\x78\x22\x54\xba\x9b\x4b\xda\x08\xc2\x49\xa9\x03\xde\x65\x3f\x5e\xc2\x9b\x73\xc9\xd2\x24\x19\xbf\xaa\x34\x80\x8d\x2e\x82\x61\x12\xbc\x64\x46\xb2\xdb\x44\x4e\xbd\x20\xa5\xc7\x8f\x85\xcd\x1b\xd5\x1d\x10\x0b\x06\x44\x0d\x50\x96\x6b\xee\x1c\x16\xf4\x15\x90\x03\x35\xb8\xef\x0e\x4c\x85\xe2\x04\x06\x93\x20\x8b\xe1\x20\x7f\x8e\xda\xcd\xd0\xe6\x75\xc1\x2f\x89\x90\x0d\xfd\x55\xb6\x08\xba\x53\x8d\xb4\xb2\x19\x36\x08\xa4\xa5\x7c\x93\x12\x34\xaa\xd3\xb4\x1d\xba\x5c\xa0\x34\x2d\xba\xd1\xca\xb0\x9f\xa3\x18\x80\x04\x27\x6b\xe7\x81\x8f\x5a\xa8\x7f\x53\x4e\x8a\xf2\x25\xab\xee\x32\xef\x73\xa7\xfe\x30\xa6\x5e\x65\x84\x76\x52\xa7\xf3\xce\x96\x08\x21\xa8\x8b\xf2\xd6\x52\x68\x20\x8b\xf6\xe3\xe9\x79\x49\xfa\xd6\x78\x17\x98\x2f\x0f\xd8\xf7\xde\xfe\x7b\xd8\xbe\xf7\x2b\xf6\xef\xfb\x9f\x88\x7f\xfe\xb4\x3b\xda\x5f\xe9\x4e\x03\x6b\x45\x87\x7d\x4d\xa8\xd7\xb2\x11\x05\xc7\xf2\x67\x4a\x6e\xdb\x6d\xf4\xf5\xde\xc3\x1a\x76\x08\xd3\xe6\xb1\x24\x88\xee\xe7\x78\xbd\x4c\xcf\x61\x49\xa6\xf3\x45\x62\x36\x61\x64\x90\x6e\x67\xe9\xfd\xdc\x69\x20\xb1\x98\xb4\x4d\xd6\x29\xad\xf6\xb6\xa4\x78\x9f\x0e\x59\x0f\x1d\x5e\x91\x6a\x4d\xb8\x39\x43\xcc\xcc\xbd\xfb\xa5\x96\x1a\xce\xe3\xcc\xa6\xcb\x7a\x27\xc5\xc7\x5b\x5d\xa9\x42\x0d\xdd\xf7\x7c\x09\x1f\x30\x55\xdf\x91\x89\xbe\xab\x03\xff\x9b\x23\x02\xcc\x81\xbb\xe7\x47\xd9\x3b\x3c\xb7\x9b\xe3\x80\xc1\x87\x67\xfa\x8f\xed\xb4\x1c\x91\x18\x01\xd7\xd4\x68\x36\xf7\x8a\x20\xf7\x6f\x1f\x43\x17\x72\xab\x04\xc7\x63\xa0\x75\x74\x88\xd9\x90\x7b\x51\x96\xf6\x7a\x73\x87\x5b\xdc\xf7\xb0\x26\x14\x46\x87\xdf\x8a\x7f\x90\xc7\x0c\x07\xbd\x4d\xd9\xcd\xd7\xe6\xf6\xa2\x67\xd1\xf6\x8a\x6d\x3f\xc3\x3a\x7e\xf9\xfa\xeb\xaf\xbe\x28\x78\x33\x35\x83\xcb\xee\x69\x39\x4b\x9e\x7d\xf1\xeb\x9b\xbf\xac\xff\xd1\x24\x18\xc6\x37\xfb\xe8\x5e\x5b\xc4\x9a\x64\x36\x4f\x52\x0b\xe7\x8f\x15\x32\x23\xe8\xe1\xc9\x6c\x3e\xff\x15\x4e\xe8\x2a\xc1\xf3\xf9\x27\xbf\xc2\xf3\xb8\xf0\xb0\x58\x2c\xd4\x3d\xcb\x7d\xab\xee\x09\x4e\xc6\xe3\x64\x81\xe7\xa7\xbf\xc2\xa7\xa6\x89\xf5\x49\xb2\x58\x60\xfd\xf7\xa9\xf7\xf7\x27\xde\xdf\x9f\x7a\x7f\xff\xca\xfb\xfb\xbf\xbc\xbf\x7f\xed\xfd\xfd\x1b\xef\xef\xff\xf6\xfe\xfe\xad\x1c\xdc\x02\xcb\x91\xfc\xef\xff\x32\xf9\x42\x9d\x22\x44\x10\x2e\x87\xb8\x50\xf9\x50\xe5\xf3\xab\xa2\x79\x76\x53\x54\xc9\x6c\x55\x54\x0d\xd9\x7d\x84\xa5\x2a\x3c\xbb\xbf\x86\xf9\x57\x27\xdb\x03\x96\x7e\x7a\x75\xd1\x24\xef\x41\x44\x71\xe1\xe1\xe7\x26\xa2\x4f\x7f\xf3\x5a\x90\x3f\xac\xab\x1e\x22\xd2\xe0\x56\x09\x7e\x00\x3d\xa9\xd3\xf5\x30\x1a\xfa\x64\x78\x25\x07\xc9\x6f\xb0\xea\x87\x5a\x7f\xb7\x6a\x7b\xd6\x5f\x29\xcf\x17\x45\x43\x97\xc7\x25\xaf\xd7\x65\x7d\xcb\x02\x42\x0a\xde\x1c\x2f\x6b\x26\xba\xd7\x79\xfd\xe0\x0d\x09\x8e\xf7\x10\x27\xda\x9e\xbe\xe2\x4d\xe8\x20\x1b\x83\xcf\x76\x6c\xbc\x0e\x86\xcb\x37\x4b\x5e\x57\xd5\xb1\x96\x4a\x22\xfa\x28\xa6\x2d\x7a\x56\x00\xfe\x00\xf5\x86\x2b\xbc\x74\x52\xc9\xca\xb3\x21\xaf\xfe\x55\x6f\x23\xca\x7f\x03\x20\x7c\x30\x00\x04\x3b\xa9\x57\xff\x14\x57\x3c\xeb\x81\x2b\x9e\xd5\x2f\xff\x8a\xe7\xda\x68\xa3\x7a\x8b\x5e\xe7\xc9\x86\xa9\xef\x2e\xdd\x78\xbf\x23\xab\x8a\x2c\x45\x9a\xea\x3f\xa4\x34\x76\xe6\xfd\x3d\x6b\xeb\xb6\x6a\x61\x42\x99\x5d\x2e\xe4\xa3\xc9\x41\xd9\x0d\x64\x79\x7b\x39\x90\x91\xfc\x46\xd2\xe1\x23\xf4\xc8\xfb\x0a\xac\x0c\x2f\xd6\x83\xd9\xdd\x28\x79\xad\xb9\xc8\xb2\x8c\xc9\x0a\xfe\x1d\xf3\x19\xfc\x57\xf5\xc7\xd1\x8c\xaa\x70\xd9\x9d\xba\x27\xc2\x7c\xbb\xf5\x37\xf8\x8d\xc7\xc5\x6e\x7e\x8e\x9b\xb0\xcb\xe0\x26\xec\xf2\x43\xdc\x84\xd9\xb6\xef\xba\x39\xf6\x5d\x0a\x7f\x1f\xe8\x8e\x45\x80\xee\x08\xba\xaf\x01\x8b\x60\x4e\x16\x3b\x84\x6b\x7f\x1b\x4e\x26\xfe\x4f\x5c\xb7\x36\xe1\x24\x7c\x80\x33\xb7\x27\xeb\xed\xb6\x9e\x1a\xf2\xfe\x07\xe1\x28\x4d\xb3\x3a\xdc\xa3\x75\xce\x8d\x72\x3b\xe5\x44\xe1\x9a\xa2\x4e\xae\x12\xdf\xef\xca\x50\xe7\x76\xcb\x77\xb8\x46\x98\x7a\xe0\x18\x41\x6f\xd0\x19\x8c\x25\x7c\x7e\x16\xfc\xd2\x89\x38\x4c\x9a\x2f\x1c\xbc\xd4\x52\x9a\x36\x35\x9e\xe4\xdd\x1e\xfa\x78\x8c\x90\x43\x53\xc0\x8c\x08\xd7\x6e\x95\x2e\x00\x75\x4e\xee\x21\x92\xa6\xd9\x44\x63\x34\x7c\x45\x1b\xb1\xdd\xfa\xbf\x4c\x42\x81\x26\x2e\xb6\x58\x81\x41\x6e\x28\x07\x86\xab\x2d\x71\x8e\x4f\xd8\x7e\xcf\x15\x2d\xdd\x52\x56\xd6\xb7\x53\x4e\x7e\xd8\x90\x46\x3c\x66\xf4\x1a\x80\xc7\x9e\x4b\xc1\xac\x93\x06\x37\xd7\xa5\x2f\x95\xf1\x5e\x2a\xa3\xaf\xc4\x5d\x45\x74\x2e\xff\x84\xd5\x8c\x40\xae\xe8\x69\x61\x1a\x52\xb9\x4f\x12\xbe\x61\xcc\x66\x40\xb6\x2f\xbf\xad\x8a\x3b\x80\xd8\x54\x89\x9c\x15\xf4\xa7\xfc\x58\xc2\x08\xcf\x12\x5b\x8e\xb0\xd2\x99\x72\xc6\x1c\xd2\x99\x29\x85\x73\xb0\x06\x47\x58\x48\x95\x58\xe5\x8b\x55\x7f\x7e\x18\x01\xfd\x36\xcf\x00\x34\x47\x68\x00\x08\xe4\x59\xab\x70\xa1\xde\x68\x4b\x1c\xca\x92\xc4\xa5\x7b\x72\x86\xab\x92\x34\x82\x32\x9d\xfe\x0e\x6f\x3a\xef\x45\xbd\x4e\x70\x52\x91\x95\x94\x01\x39\xbd\xbc\x92\xff\xde\xd2\x52\x5c\x25\x38\xb9\x22\xfa\x41\x2d\xae\x08\x87\x35\x68\x12\x84\xeb\xac\xca\x8b\x2c\xbb\xcb\xb2\x65\xef\x0d\xb3\x06\x45\x7e\xf4\xd3\xf8\x2c\x8d\x5c\x04\x59\x27\xa4\x95\x06\xb9\x8d\x71\x9d\x9f\x3c\xaa\x3f\x63\x8f\xea\xa3\x23\x44\xe7\xb5\x1f\xd2\x5a\xdb\xc8\x62\x9e\xaf\x55\xd3\x99\x50\xa7\x87\x9f\x68\x45\xb4\x12\xad\x50\x84\x10\x9a\xd2\xe6\x75\xbd\x59\x5e\x3d\x25\x80\x42\xfe\x45\x5d\x57\xa4\x60\xd9\x64\xa2\x68\x39\x4d\x93\x9a\x09\x59\xa0\x11\x05\x17\x92\x49\xa9\x17\x08\x73\xc8\xf3\x50\xdf\x90\x32\x9f\x9c\x62\x8f\x6c\x9f\xc8\x6f\xce\x93\x04\xf3\xa9\xe0\x05\x53\x92\x37\x65\x97\x2f\xcc\x9b\xe8\x06\x3d\x0e\xca\x1e\x53\x16\xd6\x27\xe5\xc1\xd5\x49\xd9\xa9\x4d\xd9\xe5\xcb\x8d\x78\x40\xf7\xf5\x46\xc8\x16\x94\x46\x00\x4e\xd7\x6c\x49\x1a\xa9\xbf\xe4\xf3\x05\xe6\x16\x3b\xbb\xfe\x3f\x70\xf3\x7f\x69\x6f\xfe\x5b\x66\x76\xd4\x82\x85\x96\x9c\x3e\xe2\x08\x77\x9d\xdd\xf8\x7e\xbf\x08\xeb\x82\x2a\xc7\x4f\xd4\xb5\x42\xb9\xee\x99\xc5\x79\x51\xf6\x2c\x9a\x66\xea\xc7\xf6\xb6\x25\xa8\x36\xdd\x30\xfa\xc3\x86\xbc\x28\x8d\x6b\xa0\x21\xd0\x67\x4c\x7e\x60\x69\xae\x57\x88\xf0\x38\x23\xd0\x88\x46\x71\x8f\x51\xaf\x73\xcf\x83\x1c\xf0\x7d\x7e\xba\xea\x36\x0f\xf3\xbc\xd4\xa8\xb4\xd3\x1f\x36\x84\xdf\xbd\x22\x52\x76\x94\x4b\x3d\x2f\x0b\x51\x1c\x93\x8b\xf2\x98\x96\xf9\x9e\xf1\xe3\xe4\x58\x67\xfc\x5b\x24\x08\x29\x00\x72\x95\x38\xe3\xbb\xba\x16\x5f\xd7\x9b\x86\x3c\xad\x6f\x3d\xc1\x93\xa1\x7b\x61\x77\xe7\x76\x4b\xdc\xe1\xc8\xa6\x02\x4c\x63\x52\x1a\x48\x53\x1e\x79\x71\x26\xd4\x8c\x98\xea\x89\x4a\x6a\xe6\x31\x49\x4f\xd4\xbd\xc8\x5a\xf2\xe8\x45\xd6\xfb\xc1\x05\xa7\xc5\x71\x7d\xcb\x1a\xf7\xb9\xcc\xc1\x27\x35\x53\x5a\x2a\xe1\x03\x27\xf2\x2b\x9d\xd4\x9a\xa6\x34\x56\x4c\x1e\x95\xdb\x2d\xc9\x28\xe6\xc8\x05\x32\xdb\xef\xc0\xc2\x23\x1f\xf9\x51\x76\x56\xb5\xc7\xc7\x74\x59\xd5\x0d\xc9\x18\x9e\x9c\xa0\x59\xec\x9b\x77\xd8\x7e\x4a\xe7\xec\x85\x25\xe0\x75\x2d\xe0\xb1\xdc\xc1\xb8\x6f\x55\x64\xfb\x58\x0b\x06\xdd\x33\x9c\x93\x86\xfe\x43\x67\x2e\x9d\xf2\x0d\xab\xea\x7a\xfd\xf8\xb6\xe0\xe4\x3b\x62\x6c\x16\x03\xb5\x6b\x4e\x09\x13\x40\xb7\x4b\xc0\x87\xde\xd3\x90\xca\x19\xe0\x33\xfc\x34\xcd\xfa\xbf\x32\xf1\x18\xbf\xde\x11\xf2\xc1\x2b\xf9\xe0\x4b\xf8\x52\x0e\x5f\xb7\xaf\x05\x90\x36\x86\xe6\xc7\xc4\xa7\xcb\x35\x88\xb0\x5c\x5d\x19\x92\x67\x74\x5e\x66\xdc\x54\x2f\xca\x52\xbd\x87\xb1\x51\x76\x99\x79\x70\xef\x26\x75\x4e\x84\x3f\xa9\x29\x03\x79\xe9\xf7\x55\x7d\x51\x54\xf0\x0d\x4d\x66\x53\xbe\xca\x37\xad\x96\xcd\x88\xe3\xe7\x83\x9d\x90\x98\x14\xf6\x50\xda\x19\x5e\xb4\xa8\x9c\xf7\xd0\x75\xeb\x6f\x64\xff\xd2\xd9\x19\x56\x2c\x94\xbc\xe8\x4e\x71\x98\xcf\xb6\x87\x17\x9f\xfb\xc9\xbc\x24\xff\x8a\xf3\xe5\x98\x48\xa0\x2e\xd8\x83\x51\xbc\xdc\x44\x1d\xcb\x4c\x82\x3b\xba\xca\xa2\xc3\x08\x12\xf5\xa8\x28\xbc\x17\x52\x0c\x5f\x92\xb3\x96\xca\x10\xfe\x9a\xb5\xde\x42\x46\x8d\x65\x55\x33\xf2\x4d\x5d\x92\x6c\x72\x82\x46\x74\x2a\x19\x7d\xe2\x80\xfc\xa8\xe4\xeb\xc7\x50\x28\x41\x52\x60\xa3\x4e\x9b\x31\x17\x46\x56\x72\xd3\xbe\x1e\xb1\x13\x09\x70\x1e\x44\x96\x8c\x25\xd7\x94\xa7\x71\xd0\x4e\x51\x96\xba\x11\x1e\x6d\xc4\x88\x45\x61\x2b\x4c\xd6\x21\xac\x7c\x72\x45\xab\x32\xa3\xfe\xfe\x3c\xfc\xa4\xc4\xe7\x19\xf5\x97\x94\xe9\x8f\x32\x8d\xee\x20\xc4\xcb\x3b\x4c\xbf\xde\x28\x5e\xf6\xf2\xa2\x21\xfc\x86\xf0\x43\x08\xe9\xba\x55\x07\x84\xe6\x76\x43\x59\x37\x8c\x66\x72\xfa\x28\xe3\x79\xc6\x35\x30\xa3\x33\xcc\x80\x72\xad\xed\x31\xf3\x93\xc5\x14\xa0\xf6\xe5\x2a\x36\x68\xda\xd4\xbe\xd6\x67\x4d\x1b\xc9\x7f\x2c\xeb\x6b\x80\x9e\x9f\xe4\x39\x99\xb2\xba\x24\x4a\xaf\x9b\x64\xc9\x7f\x40\xdc\x4c\x1e\x3e\x4f\xdc\x83\x3f\x03\x5a\xd9\x0e\xa1\xed\x76\xdf\x48\x34\xce\xff\x4f\x30\x16\x29\x37\x36\x57\xf5\xa6\x2a\xdd\xe9\x91\xa6\x19\xcf\xbb\x8f\xa5\x6c\x68\xcf\x56\x84\x30\x97\x75\xe3\xe7\x0f\x5c\xbf\x46\x17\x6d\x5a\xab\x3f\x32\x29\xa4\x4a\xea\x90\xb4\x2b\x05\xd2\x66\x73\x21\x38\xd1\xb8\xed\x6d\x56\xbe\x97\x5c\x4c\x2e\x9f\x76\x6f\x25\x6d\x96\x35\x63\x64\x29\xb2\x9e\x01\xe5\x3a\x50\x52\x77\xd8\xe6\x9e\x91\x9e\xf6\x9d\x81\x72\xe9\x7c\x66\x2c\xe5\x0c\x8f\x17\x87\x7d\x79\x2f\xfb\x3e\xca\xe9\x5e\x27\x87\xf0\xf1\x43\xbb\x8f\xaf\x5c\x64\x10\xce\x3b\x16\x00\x49\x43\xc1\xd5\x88\x58\xdc\xc9\x1e\xae\x87\xce\x41\x1b\x69\xdd\x9a\x5d\x22\xdf\xf3\x10\x91\x29\xda\xc0\x03\xa5\x26\x3f\x0e\x2e\x22\x7f\xf4\x33\x29\x85\x2f\x4b\x3c\x7c\x99\xec\x04\x33\x27\xc6\x7c\x0b\x27\x06\xca\xcc\xd9\x21\x37\x36\x7a\xc4\xd3\x34\xf9\xe2\xe5\xd3\xbf\x2a\x43\x91\xb6\x92\x4c\x45\xfd\xfd\x7a\x4d\xf8\x93\xa2\x21\x19\x4a\xd3\xe4\xcb\xd7\x5f\x7f\x35\x50\xe2\x11\xd2\x89\x2f\x38\xc2\x7d\xdd\x72\xbf\x5b\x9b\x5c\xcb\x1d\xa4\x6d\x69\xaa\xcf\x51\xdb\x47\xec\x91\x13\xad\x6a\x99\x49\x70\xce\x76\x50\xda\x53\x45\x84\x53\x45\xa4\x30\x6f\x7f\xde\xdb\xb9\x02\x53\xf5\x63\x93\xef\x4c\xb7\x6b\xeb\x61\x40\x4f\x32\xc5\xd4\xdb\xa7\xa4\x12\x45\x83\x20\x0d\x65\xce\xa6\xa5\xfc\xf9\x3f\xb8\x30\x7f\xfe\x75\x54\x7f\xc6\xf5\xd3\x6f\xc8\x65\x21\xe8\x0d\x39\xcb\xea\xbc\xfd\x0c\x32\xb9\xc2\xc7\x3c\xd5\xae\xb5\x08\xcd\xea\xcf\x4d\xb1\x6f\x81\x34\xc2\xaa\xe6\x59\xb4\x6a\x61\x7a\xfd\xab\xeb\xb5\xc8\xdb\xcf\xe2\x55\x4d\xaf\x7f\x35\x3d\xa4\xa9\x57\x77\xa8\x5b\xe7\xa5\xff\xad\x7a\x05\x49\xc4\xeb\xed\xb6\x40\x69\x0a\xf3\x56\xd2\x46\xeb\x55\x66\x72\x6b\x5c\x60\x6f\x82\xb5\x69\xb0\xd3\xf6\x6e\x34\xc0\xef\x6e\xaf\x08\xa9\x12\x2c\xf0\xfd\xb2\x58\x8b\x0d\x07\xd3\xc2\xba\x68\x1a\x7a\x43\x54\x80\x47\xaf\x5c\x9d\xc7\x38\x6a\x74\x13\xef\xed\x64\xa7\xc7\x1e\x68\x06\xfb\x25\xfb\xbc\xf3\x46\xd5\x69\xf1\xaf\x3d\x5b\xc3\x8b\xfe\x6b\xf5\x1d\x29\xea\x9c\x80\x47\xbd\x9a\x9e\x52\x34\x0e\x51\xef\x22\x2a\x49\xc4\xf3\x55\x0a\xd8\xfd\xbd\x90\x5e\x5e\xd8\xe6\xe3\x0f\xfe\xb4\xe8\x62\xfe\x18\x5f\x37\xd8\xd1\x21\x1f\xd8\xd6\x0d\x86\x93\x91\xb5\x4b\x9f\xc5\x1f\x4b\xe9\xa5\x01\xd9\x2c\x96\x1f\x79\xca\x49\x53\x57\x37\x44\x79\x86\xa9\x1c\x27\x99\x46\x54\x9d\x11\x76\x43\x79\xcd\x40\xb6\x43\x53\xef\xd7\x0e\x37\x24\x74\x43\x8b\xf7\x9d\x13\xfb\x6d\x9e\x75\x5d\x6b\x2c\x7d\x5f\x67\x77\xe1\x25\x31\xca\xcd\x17\x77\x2f\xb4\x26\xe1\x35\xe3\xd9\xc5\xc4\x5d\xd5\x4d\x90\xa6\x28\x21\x49\xb0\x85\x0a\x5b\x63\x9d\x78\xb3\x22\x2b\x61\x70\xf0\xc0\x92\x6f\x10\xf0\xc0\x9c\x8f\x6b\xf5\x43\xd9\xf4\x4d\xa2\x6b\xcf\xb0\x6f\x8e\xae\x22\x4c\x4f\x55\x44\x6e\xed\x04\xba\x27\x47\x9e\x12\x26\x70\x32\x1b\x3b\x70\xf5\x62\x2e\x16\x38\x79\x94\x20\x65\xf7\xcc\x64\x59\x51\xaf\x67\x63\xbf\xc2\xa3\x44\x49\xb9\xf0\x56\x0e\xdd\x7b\xcd\xf5\x6b\xa6\x5f\xc3\xd7\x78\xef\x99\x7e\x4f\xf5\x7b\xf8\x40\xef\x3d\xd5\xef\x6b\xfd\x5e\x7d\xb3\x57\xa0\x46\xc6\x17\x5d\x7b\x2b\x5c\x89\xeb\xea\x55\xb1\x22\x60\xea\x58\xa0\x34\xbd\x6a\x27\x9b\xab\xe1\x19\xae\x55\x18\x12\xf2\x73\xdb\x77\x29\x7c\x1e\x5e\xb3\x2c\xf0\xbe\xfb\xe5\xe5\x60\x7b\x08\x2f\x7d\xbb\xef\x5d\x58\x3c\x46\x84\xf3\xe6\x81\x7d\x46\x1a\x19\xee\x55\x93\xe7\x7c\xf3\xc0\x8e\x54\xbd\x3d\x6d\x2b\x93\xb0\x9e\xc5\x73\x25\x06\x3f\xb4\x1f\x68\x63\xb8\x1f\x67\xcc\x7a\xaf\xae\x6c\x33\xc3\xbd\x79\x86\x9d\xf7\xea\xce\xb5\x73\x50\x7f\x60\xc2\xf9\x10\x1d\xca\x86\x0e\x58\xb7\xae\x3a\xf9\xfe\xeb\xd8\x69\xf3\xb0\x75\xfd\xc0\x43\xe9\x6d\x76\xcf\x68\xba\x6a\xef\xfb\x0d\xa3\xd3\xde\x01\xfd\x07\xaa\xf0\xfb\x77\xef\x37\x37\xdc\x7b\x9f\x26\xfc\x5e\x63\xe8\x69\xb4\x35\x92\x2a\x5f\x22\xb4\xdd\x56\xf0\x3f\xcf\x37\xf3\xf6\xdd\x7d\x33\xf5\xfd\xd1\x4f\xe2\x9b\x69\xfa\xda\x13\xfb\xa3\x51\x46\x46\x3e\x6c\x80\x75\xf5\xa9\xff\x55\x7d\x26\x8b\x7f\x0a\xf7\xbe\x66\xc0\xbd\xaf\xfe\xe5\xbb\xf7\x6d\x3c\x4a\xda\xfc\x1c\x7e\x6b\x55\xe0\xb7\x56\x7d\x50\xbf\xb5\xe5\xbf\xfd\xd6\x7e\xb9\x7e\x6b\x1f\xc6\x7f\x6a\xd5\xe7\x3c\x95\xb1\xae\xf3\x54\x96\x2d\xb3\x8c\xfe\xcb\x3a\x34\x35\xd6\xa1\x69\x73\x98\x43\x13\x31\xd7\xaa\x79\xb2\xac\xe8\xf2\x0d\xf8\xf1\x88\x7a\x2d\x57\xa3\xb8\x04\x01\x08\x1c\x96\x5c\xfe\xfb\xff\x03\x3e\x3c\xd5\xa1\x3e\x3c\xea\x9a\xd7\x5e\xf1\xc6\x8c\xbe\xa1\xad\x5f\x83\x52\x96\xdb\x6d\x72\x2d\x6b\x81\x42\x61\x4c\xc2\x76\x2d\xd2\x14\xce\x81\xe9\xc5\x46\x08\xb8\x4b\x52\xd6\x9c\x70\x59\xe4\x51\xdb\x7a\x64\x4c\x75\xe7\xf2\xf9\x6b\xf2\x56\x28\x87\x12\x5a\xb3\xef\x99\xa0\x15\x8c\x73\xb3\x36\xa5\x44\x7d\x79\x59\x91\x17\xcd\x17\x84\xb2\x4b\x25\xe6\x95\x5f\xdc\xc1\xcd\xb9\x32\x51\x9d\x1d\x56\x2c\x9f\x9c\xce\xe2\x37\x1a\xaa\x2a\x20\x6e\x18\x7b\x87\x9a\xb1\x27\x8a\xd4\xba\xb3\x15\x73\x2c\x37\x46\x15\x33\x0f\x01\x12\xc8\x24\xe8\x79\xbb\xed\x9d\x6e\x45\xdd\x1f\x7c\xaa\x7f\xca\x49\x6c\xcf\xe2\x1f\xc9\xdd\x43\xa9\x2e\x3b\x55\xd9\x8d\xde\x90\xbb\x27\x75\x49\xce\xf6\x74\x39\xfb\xf4\x93\xa0\x38\x78\xa6\x85\xc6\x6d\xbc\x6f\xd4\xb3\x4f\x7e\xe3\xb7\xa1\xfd\xc8\x7a\x1c\x8c\xba\xa4\xf2\xda\xea\x41\xef\x77\x8f\x78\xde\xd6\x68\xa2\x1d\x3d\x63\x65\xef\x74\x1e\xb0\x86\x27\x98\x48\x5a\x69\x5f\x24\xf4\x93\x65\x16\x5c\x4f\xb6\xcb\x75\x26\x13\xb7\x6e\x33\x4f\x1f\x78\x9b\xd9\x9d\x04\x4c\xf4\xfd\xc5\x74\x55\x2f\x37\x4d\x86\x70\x43\xc4\x6b\x7a\x4d\xea\x8d\x68\xbb\x6c\x43\x52\x08\x53\x1e\x09\x7e\x77\x9f\x09\xe7\xb2\xa7\x58\x30\x0c\x20\x4b\x80\xd5\x68\x43\x37\x42\x20\x1d\xb8\x47\x99\x39\x6a\x26\x27\xf2\xff\xb5\x8b\xac\x4e\x35\x26\x67\x1b\x8e\xbe\xa0\xa8\x4b\x26\x66\xc7\x5b\xd2\x66\x2d\x6b\xa8\x72\x42\x2e\xe7\x09\xc2\x5d\x02\x8d\x5f\xa6\xea\xef\x8f\x99\xe1\xf7\xf0\xa0\xf7\x9e\xf1\xe1\x06\xae\x15\x93\x36\xd5\xf5\x4f\xef\xf6\xd9\x7d\x4f\xeb\xe5\xd0\xfe\x78\xb7\xae\xdc\x50\x2f\xea\xf2\xce\x0b\x1f\x50\xcd\xf5\x04\x0f\x08\xf2\x56\x1c\x37\x70\xf2\x1c\x1b\x4a\x4f\xbc\x51\xff\xf8\x97\xf6\x03\x7b\x7d\xf8\x68\x7c\x18\x8b\x79\xf7\xf9\x2b\xca\xf2\x81\x93\xb7\x40\x69\x5a\xb4\xad\xd5\x0c\x9e\x29\x40\xe0\x96\xb5\xba\x23\x99\x3c\xd4\x12\x43\x87\x5a\x43\x98\xfa\x26\x98\x65\xac\xb4\x3e\xe3\x3f\x40\xbf\xaa\xa5\x43\xfa\xb4\x27\xe2\x07\xe8\xd5\xb4\x75\x48\xbf\xfe\x21\xf5\x01\xba\xf6\x9a\x3b\xb8\x77\x38\xb9\x3e\x54\xdf\xb2\xb1\xe1\x9e\xe3\xbc\xf4\xbd\xfa\x8f\x36\x39\x3c\x8a\x0e\x07\x7c\xaf\x01\xb4\x5b\xdb\xd3\xf7\xfb\x5b\x5c\xf7\xb4\xd7\xea\x9f\xe5\x14\xa1\xed\x96\xc9\xff\xf5\x20\xd7\x3d\xcc\xce\xf9\x53\xd8\x37\xdf\x21\xe6\x9c\xab\xfc\x79\xfb\x11\xce\xc0\x89\x1e\xd7\x23\xdf\x5c\xe8\x61\x91\xfe\x8b\xda\x44\x9b\x7f\x0a\x9b\xe8\x66\xc0\x26\x5a\xfc\xf2\x6d\xa2\x55\x2b\xe4\xb9\xfa\x45\x86\x3c\x2f\x7f\xee\x90\xe7\xa5\xb7\xe1\x96\x3f\x87\xe9\x78\x15\x98\x8e\x57\xbf\x1c\xf0\xdf\x12\x5f\xe1\x35\xbe\xc6\x37\xf8\x12\xdf\xe5\xf3\x83\x22\x30\x17\xf8\xa2\xd7\x94\x49\x63\xa6\xcc\x32\xcf\xea\x7f\x59\x53\xe6\xc6\x9a\x32\x97\x87\x99\x32\x45\xbd\x06\xcb\x32\xe6\xe0\x24\x63\xfe\x86\xc9\x36\x3f\x60\xc6\xcd\x0f\x35\xed\xe6\x97\xe7\x24\x93\xdf\xef\x30\x9f\xae\x37\x17\x15\x5d\x3e\xfe\xf6\x85\xfa\x19\x04\x38\xa8\x20\xce\x1b\xc2\x05\x5d\x16\xd5\xb7\xfa\xf0\xca\x93\x62\x23\xea\x44\x36\x5d\x73\xfa\x8f\x9a\x89\xd8\xbb\x6b\xa9\xb5\xbe\x56\xd7\x7e\x7f\x81\xf1\x04\x06\x56\xfa\x7f\xc0\xc0\xba\x7a\xcf\x20\xc9\x2a\x5b\x3e\x34\x48\x72\xe4\x25\xb8\x54\x10\xda\x10\x2c\x9e\xdd\x9b\xb8\xc1\x59\x98\x64\x13\x9a\xc2\xb4\x79\xb9\x26\x4c\x59\xe6\xf4\xb1\x52\xdd\xc9\x47\x60\x7b\x3c\xc5\x46\x45\xd3\xb6\x3b\x6b\xd7\x99\x9c\x62\x6d\xbc\x99\xdd\xd7\xb6\x05\xf9\xd7\xf4\x82\xb2\x52\xb7\x0e\x36\x2f\xf5\x0a\xfe\xf4\xdf\x29\x9b\xcf\xcc\xb3\x3c\xf9\x6f\x9d\xaf\xf8\x4c\xbb\x60\x9a\xdf\x5e\xa9\xdd\x4e\x87\x3f\x7a\xa1\xa1\xad\xdf\xdb\xed\xa1\xb1\xa2\xed\xf8\xd0\x9a\xbd\x60\xd4\x80\x6e\xaa\x1f\xca\x08\xa3\x7d\xe6\x68\xf9\x1d\x59\x12\x7a\x43\x1e\x0b\x11\x35\xb3\x74\xd7\xb0\x53\x67\xff\x72\x4e\x94\xfd\xf7\xbc\xae\xca\xa7\x7a\xf2\x31\x37\x4f\xcd\x72\x8c\x3a\x65\x72\x8e\x79\x9a\x4e\xc4\x59\xc4\x31\x1f\xfb\x75\xd1\x6c\xc2\xd3\x54\x18\x90\xd4\x48\x41\x02\xde\x5b\xee\xc3\x87\xd3\x5c\x74\x3f\x3a\x28\x3f\xf0\xc1\xc6\x09\x57\xa1\xe0\x3d\xfe\xf6\x85\x9e\x7a\xef\x89\x4a\x50\x6a\x47\x22\xa9\xad\xd7\x98\x19\x18\xd1\x95\x43\xba\x61\x77\x1e\x19\xb7\x5e\xa8\xdd\xa0\x1f\xd7\x4c\xfe\x48\xd3\xc9\xa9\x31\xaa\xab\x27\x59\x58\x09\x13\xa4\x2b\x04\xbb\x4e\x6f\xac\x20\x54\x05\xf6\x40\x24\xf7\x8e\x3e\xb5\xda\xe3\x96\x0b\x18\x1f\xb8\x9e\x9a\xf6\xc0\xd3\x74\x92\xe9\x81\x3e\x91\x5d\x85\x63\x87\x47\xbd\x83\x0f\xe1\xc7\x4d\x80\x97\x16\x0f\x28\x69\xb2\xfb\x2b\xc3\xe9\x21\x6f\x18\xbe\x09\x7f\x8a\x7a\xad\xfe\x00\x27\x48\x75\xe4\x80\xbb\x22\xfc\xa9\x5c\x1b\xe1\x4f\xed\xc5\x08\x7f\xaf\x39\xb9\xa1\xf5\xa6\xf9\x73\xeb\x9c\x09\xdf\x7e\xd9\x39\x6b\xd4\x7b\xef\x40\x9b\xdd\xef\x8c\x23\x79\x74\x15\xc0\xcd\x1c\x21\x13\x4d\xf0\x0e\x61\xd8\x6e\xae\x7b\xe2\xb0\x21\x80\x5a\x14\x17\x2f\x58\x49\xde\x42\xce\x65\x6e\x4c\xce\x3b\x2f\x9e\x47\x32\xba\x5e\xa2\x6d\x2f\xe8\x99\x63\x9d\x20\xbf\x1b\x1e\xeb\x87\xb2\xf2\xa1\xb8\x1c\x13\xd9\xd8\x6e\xd8\x78\xe0\x0e\xfb\xf3\xba\x88\x69\x2c\x7e\x94\x39\xa3\xab\x8c\xa4\xa9\x30\xd7\x39\x1d\xe7\xcd\xbc\xe7\xf9\x76\x7b\xb0\x23\xb2\x81\x35\xd5\x21\xc3\x1e\x41\x27\x5d\x19\x26\xc1\x49\x5b\xe4\x49\x70\xd2\x91\x67\x12\x9c\xf4\xd3\xa6\xf7\xb2\x4d\xd6\xa0\xfb\x7b\x42\x96\xd4\xcf\xec\x2c\x2b\xbf\x78\xa5\xd4\xa8\xcf\xb0\xc6\x03\x53\x7f\xbb\x75\x80\xdb\x99\xc0\x3a\x52\xb8\x3b\x3d\x98\xbb\x08\x1e\x08\x78\x90\xfc\xd6\x8b\xbc\x93\x55\x29\xe4\xb4\x37\xce\xed\x61\x81\x18\x8b\x72\xda\x9d\xc7\x08\x62\x72\xa0\xc7\x18\xba\x02\x64\xb0\x67\xb5\xe4\x55\x34\x0d\xbd\x64\xd9\xfd\x0e\xb7\x7d\xb9\xd1\x4e\x52\x08\x9f\x82\xb3\x6d\x9a\x66\xd6\xe1\x43\x3f\x92\x12\x31\x28\xf1\x52\x32\x76\x7e\xdc\xde\x5b\x9c\xac\xdf\x26\xc8\x38\x72\x78\x35\x25\x97\x3a\xcb\x98\x12\xa4\xbb\x55\xc1\x09\x1d\xea\x62\xe6\x0b\xd8\x9d\x76\xe0\x5d\x9a\x66\xc1\x6f\xe3\x3f\x62\xbc\x4b\x22\xe5\x4d\xab\xdd\xae\x95\xcf\xbb\xe9\xdb\x0a\xfa\x91\x6f\x00\xa6\xaa\x8c\x18\x20\x65\x77\xdb\x52\x2e\xf3\x7d\x73\xa0\x38\x31\x34\xa0\x35\x85\x6e\x0b\xda\xcf\x5e\x37\xe1\xfb\x13\xe9\x12\x71\xaf\xa2\x63\x79\xee\xdc\x79\xd9\xe8\xd3\x94\xcd\xc9\xc2\x75\x3e\x27\x90\x4c\xdf\x5f\xed\x39\x59\x78\x6f\xd1\x0e\x01\xb8\xa6\x39\xbf\x44\xbd\x46\x46\xe7\x9f\x2f\xac\x36\x56\x8f\x29\x1b\x9b\xa1\xb4\xbf\x70\x5e\xcb\x4e\x12\xb6\x91\xb2\x8d\xb3\x5a\xb9\xb7\x67\x3a\x77\xbf\xfb\xee\x3a\x8c\x01\x70\x45\xf5\x14\xcc\x0e\xaf\x81\x90\x4e\x49\xf2\xd8\xc0\x55\x64\xc6\xdd\x9c\x2a\x21\x0b\xdc\xfb\x77\xfe\x4e\x0d\x8f\x5c\xe6\x47\x5a\x0f\x71\x9c\xd8\x3e\x8c\xd5\xed\x32\xa4\xee\x16\x45\x98\x79\x42\x2e\xc8\x1b\x7d\x17\x58\x5d\xf9\xa3\xf5\x38\xbc\xfb\x8e\x1d\xd0\x56\xbf\x08\x04\x25\x25\x73\xf6\x75\xdb\xd3\xc0\xa9\xd7\x80\x57\xa4\x3f\x22\xb3\x9d\x65\xc0\x8e\x3b\xd1\x5a\x5b\x8b\x33\xf9\x52\x53\xc8\x60\x87\xa5\x56\xa9\xf4\xb9\xfb\xb9\x4b\x95\xac\x45\x73\xec\x17\xdd\xeb\x78\x73\x36\xbf\x5f\x48\x10\x40\x8c\x41\x74\x11\x38\x27\x78\xef\xd2\xd4\x33\xf5\xd9\x4d\xf1\xbc\x68\xc4\x17\x75\x2d\x9c\xb1\x6d\x1e\xd5\x9c\x92\x45\x9a\xf6\xbe\xf2\xcf\xa2\x3e\xcd\xeb\xb6\xe6\xd7\x57\x75\x45\x92\x58\xf8\xd1\x70\x54\x55\x7b\xea\x32\xd4\x0d\x76\xd2\x15\x9c\x61\xf5\xac\xaf\xee\x8c\xa8\x5b\xc7\xa6\x7d\xeb\x48\xe1\x19\xa6\xdd\x5b\xc7\xab\x3c\x1c\xec\x3a\xef\x84\xc8\x5c\xef\xb5\x48\xd6\x3d\x01\x2b\x09\xc2\x37\xb9\xff\xf2\x32\xbf\xdf\x05\x2c\xf7\x3a\xce\x6c\x2f\x25\xe7\xbc\x56\x2e\x9c\x97\xa1\x0b\xa7\xff\x13\x5f\xb6\x5d\x38\x2f\x7b\x5d\x38\x2f\xb7\xdb\xcb\xb6\x0b\xe7\x65\x68\x2b\xbf\xcc\xd7\x07\xb8\x70\xfa\xf6\x48\x91\x95\xf8\x0a\x34\x0e\xb2\xc3\x97\x08\xdf\x78\x2e\x9c\x97\x2d\x07\xcb\x4b\xed\xc2\x19\x3c\x3f\xbb\xec\xba\x70\xde\x58\x17\xce\xcb\x61\x17\xce\x76\x0f\x71\x33\xa8\x1c\xe1\xa5\xfc\x38\x75\xe6\xd2\xbc\x46\x68\xbb\xa5\xf2\x7f\xde\x95\xd4\xc5\xbe\x2b\xa9\x07\x81\x16\xff\x72\xb0\xb2\xaf\x7e\xdb\x9c\x16\x7f\xf8\x3b\x8d\x63\x65\xdb\xb0\x2c\xef\xaf\xdf\xe9\x4e\x34\xfc\x47\xf2\xbb\x50\xc0\xc5\xc9\xef\x6e\x3c\xe9\xf7\x77\x57\xfe\x8f\x92\xf2\x04\x27\x69\xa1\x6c\x21\xc9\xef\xbc\x2b\x35\x8b\xc5\x2d\xeb\x88\xeb\xea\x75\x71\x39\x04\xcb\xfd\x29\xfe\x2d\x00\x73\xcb\x43\xe8\x00\x58\xee\xdf\xe0\xa4\xa4\x37\x09\x16\x7c\x43\x16\x78\x7e\x7a\x82\x93\xa5\x1e\xff\xa0\xb1\xc8\xb0\xae\xe3\x9a\xd3\x4b\xca\x64\x53\xff\xed\x61\x74\xe3\x60\x44\xbf\xc2\xf3\xde\x91\x84\x80\xe2\xf5\x0d\xe1\x55\x71\xb7\x67\xe0\xea\xff\xde\x65\xf8\xb6\x7d\x35\xdc\xdf\x1e\x80\x2d\x0f\x9f\x52\x11\x01\x63\xfc\x6f\x9c\xf8\xd9\x79\xe1\xc1\x31\xb1\x31\x7a\xf0\xbb\xe6\xfa\xb3\x4f\x4f\xe5\x77\xab\x11\x2e\x0c\x50\xbd\xfe\x67\x3e\x4f\xb4\x7d\x5f\x8e\x65\x7f\xbd\x43\x27\xe4\xd7\x58\xb6\xf0\x09\x34\x30\x9f\x9f\x7e\x82\x13\x5a\x26\xf0\xec\x04\xcf\x13\xa7\xc6\xc2\x0c\xc3\x7b\x3d\x5f\xf3\x4f\x24\xdd\x0c\xad\xf9\x78\x90\x20\x8e\x55\x2f\xbf\x56\x43\x3f\xa8\xec\x7f\xe9\xb2\x6e\x7c\x2d\x08\x1d\x48\x04\xf0\xdf\x6d\x42\xda\xdb\x3a\x65\xc7\x6b\xd8\x72\x7a\xf2\x6c\x17\x9f\x02\x1d\x9a\x0f\x37\xf1\x8e\xba\x6f\xf5\xd3\xbe\x85\x1d\x29\xdf\xfd\x46\x11\xef\xfc\xf4\x53\x2c\x49\xe6\x53\xb0\x5d\x1e\x53\x48\x5c\xa5\x87\x05\xd5\x21\x3a\x51\xb5\x1e\x2b\x23\x67\xd7\xa6\xd4\xf3\x2d\x15\xfd\x55\x6c\xb3\x9d\xf0\xb4\xe1\x3a\x2e\x9c\xd0\x96\xbb\xa5\x55\x75\x6c\x73\xf4\xd9\x92\xbd\xf1\x6f\xfb\x2a\x7a\x01\x84\x87\xf6\x91\xe8\xa9\x9f\x2f\x60\x11\x23\x74\xfc\xbf\xff\xcb\xc6\x63\x9f\x98\x4f\x7f\x85\x4f\x4f\xec\x16\x75\x6f\x22\x19\x00\xfa\xf7\xf1\x27\x5e\x92\x88\x7d\x29\x07\x24\x33\x62\xc1\x7e\xd6\xfb\xa6\x1b\x4b\xab\xbe\x25\xb9\xdc\xc8\xfd\x95\x30\xf2\x56\xbc\xa2\x17\x00\x79\xb0\xc0\xf3\xe4\xff\x5b\x6e\x78\x53\xf3\xd9\xc9\xff\x97\x98\xce\xff\xcd\xf8\x7e\x02\xc6\x77\xfa\x6f\xc6\xf7\x6f\xc6\xf7\x6f\xc6\x07\x2f\x4f\x07\x18\x5f\xcf\x73\xd5\x9a\x1a\xc3\x1e\x16\x71\xb0\x44\x79\x6a\x76\xa2\xa4\x2d\x7f\x1b\x3e\x40\xda\x04\xaa\xbe\xaa\xab\x12\x82\x67\xa1\x9e\x26\xe2\xa4\xa4\xcd\xba\x2a\xee\x66\x63\x56\x33\xf2\xe8\x30\xfe\x76\x60\xbe\x98\xf7\x55\x67\xde\x25\x89\xcc\x43\xc2\x88\x7f\x41\xda\xd2\xed\xab\x97\xbf\xad\xfe\xba\x66\xfb\xb4\xa5\x8e\x8e\xd4\xaf\x12\x75\xb4\x27\x5f\x27\x32\x8a\xd2\xa1\xca\xd1\x3b\x1d\x63\xbf\x7d\xb7\x53\x2c\x52\x6d\xbf\x1e\xd6\x3d\xbe\xf6\x1f\x4f\x8e\x0e\x82\xb3\xe2\xbf\x86\xce\x0a\x5d\x27\x72\x56\xc4\x0e\x1c\x3d\x61\x6c\x59\x80\x6e\xbe\xa7\x49\x75\x6c\x78\xca\xde\x22\xde\xf6\xa7\xef\xdc\xf6\xa7\x91\xb6\xcd\x19\xf7\x49\x70\xc6\xf1\x1a\xb8\x83\x0a\xf5\x4a\xf4\x43\x51\x5c\x98\x24\x83\xb2\xf3\x0d\xab\x08\x4c\xb1\x3e\xbf\x13\xeb\x84\x2f\xe7\xef\xc4\x2d\xba\x3a\x17\xdd\xdd\x9e\x5e\x15\x53\xcd\xdc\xe8\x41\x35\x17\xe4\x6f\x2a\x5a\x78\xe7\x43\x64\x0d\x27\x4d\xf8\xcd\x86\x6d\x91\xb7\xeb\x82\x95\x80\x4a\x13\xcc\xeb\xaf\x7d\xc5\x1f\x27\x92\x01\xb7\xbe\x01\xaa\xdb\xaf\x8c\x54\x0f\x66\xa0\xdd\xc0\xa7\xf8\x37\x83\x07\x5e\xd4\xa9\xdb\x9e\x92\x00\x11\xe1\x45\x42\x5a\xf9\xa3\x1d\x70\xd0\xaa\xa1\xe3\x87\xc2\xd2\x2a\x4c\xa0\x55\xf2\x0d\xb9\x8b\xb5\x6c\x9c\xfb\x5b\xa5\x7d\x28\xe0\xb0\x82\xe7\x92\x1f\xab\x03\xc8\xbf\x91\x1a\xcf\x58\x79\xf0\x51\xaf\x0f\xf9\xff\xf6\xce\xf8\xf7\x38\xdd\x7f\xcc\xb3\x4c\x93\xf3\x8f\x74\x96\xfd\x92\xce\xb0\xbf\x3d\xfd\xe3\xb2\xfc\xf8\xba\xe7\x0c\x2b\xd6\x34\x3c\x6f\x9c\xb1\x2e\x80\xac\x96\x0f\x02\xbc\x47\xf9\x40\x6f\x6e\x2f\x95\x74\xf2\x3b\x3d\xb1\x4f\xbc\x8c\xea\xdd\x73\xeb\x96\x8a\x2b\x73\x2e\x5d\x15\xcd\x95\xd2\x26\xe5\xf1\x63\xb9\x03\x36\x7b\x1e\xbb\xdd\x8b\x3d\x89\xfb\xb5\x39\x25\x92\x27\xda\xca\xba\x70\x5b\xd6\xbb\xe7\x09\xd8\x58\xec\xbd\x63\x2d\xb1\xb7\x3e\xe7\x88\xbd\x37\x03\x72\x9c\xbf\x75\x0c\xdb\xf3\xf3\x37\xea\xfc\xea\xc5\x4e\x71\x47\xb0\x27\x11\x5c\xf5\x3a\x16\xe0\xc4\xc9\x18\xe6\xac\xe6\xa4\x28\x6b\x56\xf9\xcc\xcb\x8d\x75\x11\x1e\x5b\x91\xb2\xae\xb3\xfd\x65\xc3\xc1\xec\x2f\x7f\xd3\x6d\x7b\xb1\x7f\xce\x7e\x1d\x9d\xb3\xa5\x5d\xf0\x07\xcf\x59\x9b\x84\xdb\x34\xee\xcb\x6d\xc1\x3d\xd0\x3b\xe4\x9f\xf9\x85\xaf\xca\x7f\x79\x42\x07\x0e\xa7\x5d\xab\xe5\xea\x88\x7a\x87\x95\xed\x2d\xeb\x4f\xe9\xfe\xd2\x72\xca\xf7\x97\x82\x25\x39\x60\x6a\x94\x7f\xfa\xde\x72\x6a\x49\x0f\x58\x16\x72\x60\x83\x01\x49\x78\xb4\xdf\x2f\x3d\xfb\x77\x0c\xfd\xab\xda\x67\x39\xf2\x95\x55\x38\x38\x43\xbb\x50\xcf\xbd\x2e\xc8\x41\x9f\x6a\x35\xf3\xf4\x57\x52\xec\xb4\x92\xfb\xe2\x1d\xd5\x66\x97\x21\xb5\xd5\xd8\xb0\x0a\xfb\x73\xc8\x03\xef\x22\x07\xf4\xc7\x7f\x3d\x38\xa1\xb9\x89\x0d\x33\x3e\x2f\x34\x67\x31\xbf\xab\x3a\x67\x5d\x7f\xab\x22\x67\x5d\x7f\x7c\xdc\xe4\x6c\xda\xef\x4f\x82\x37\xde\xeb\xb6\xcb\x08\xae\x4c\x5e\xb3\x75\x71\x49\xfe\xe7\xe5\x6a\xd5\x10\x81\x97\xfe\xc3\xbf\xea\x87\xab\x9c\x4c\x2f\x89\xf8\xa2\xde\xb0\x92\xb2\xcb\x27\x15\x25\x4c\x7c\xa7\x70\xd6\xcb\x7c\xa5\x9c\xac\xae\xf2\x15\x38\x6a\xad\xf3\x95\x76\x57\xba\xce\x57\xc6\xed\xe8\x26\x17\xbd\x2d\x5c\xe6\x37\xa6\xd8\x5d\x7e\xa3\xeb\x5e\xe4\xed\x88\x64\x59\x03\x3e\x7a\xbb\xd5\x43\xa4\x8c\x99\x79\x38\xcf\xef\x77\xf8\x36\xf7\xb1\xaf\xf1\xb3\xde\xbc\x6d\xb7\x68\x6a\x56\xf1\x51\xc2\x49\x05\x30\xcd\x00\xde\x9a\xa6\x49\x71\xd1\xd4\xd5\x46\xd8\xdf\x06\xb4\xfb\xb6\x0f\x92\xfb\x36\xbf\x7d\x70\xb7\xe0\xd4\x61\x7b\xce\xf3\xfc\xd9\x76\xeb\x7a\x96\xbf\x95\xf3\xc8\xdb\xfc\xb6\x6f\xde\x46\xe5\x71\xfe\x56\x4f\xbd\xfc\x4b\xce\xfd\xed\xb4\x86\x15\x53\x58\xe0\x69\x9a\x95\xc7\x79\xf8\x4c\x23\xed\x7e\xa5\xab\x45\x5f\xbe\xae\xd7\x68\x77\x97\x17\x67\xeb\xd9\x1d\x2e\xd2\x34\x3b\xd7\x7e\x69\x77\xca\x09\xf3\x65\x5e\x1e\x55\xf0\x05\x10\x28\x92\xe7\x39\x95\xa3\xdf\x88\xfa\x18\xb8\xb4\x7c\xa0\x86\xff\x2a\xff\xba\x10\x57\xd3\x6b\xca\xb2\x0b\x5c\x1e\xdd\xa1\x63\xf5\xbb\x78\x9b\x9d\xe0\x12\xe1\xc7\xe1\xfb\x75\xf8\xfe\x68\x7d\x7c\x87\x46\x34\xbf\xfb\xfc\x55\x9a\x3e\xfe\xfc\xd5\x99\xe6\xee\xb3\xbb\xcf\x1f\xa7\xe9\xab\xcf\x1f\x9f\xa9\x53\x61\xd6\x6c\xb7\xea\x2f\x85\x0d\x6d\x46\x76\xac\x8a\xbb\xe1\xbc\xd9\x33\x9c\xd7\x07\x0e\xe7\x75\x9a\xbe\xf9\xfc\xb5\xe9\xfd\xee\xf3\x37\x69\xfa\xfa\xf3\x37\x76\x78\x72\x38\xea\xcf\x5d\xe2\x86\x70\x76\xae\x3d\x05\x2f\x8e\xb3\x97\x47\x6b\x34\x3b\xd7\x3e\x8b\x4b\xc2\x04\x78\xb5\xe5\xf4\xec\xe5\x51\x26\x7b\xf9\xf8\x93\xd9\x4b\x98\xea\x6f\xf3\xab\x0e\xa9\xf4\x91\x57\xb0\x61\x90\xe7\x23\x7b\x07\x09\x20\xb2\xc4\xe1\x12\x6e\xb7\xd9\xb7\x47\xf9\x12\xe1\xa4\xb8\xa8\x55\xab\x35\x3a\x07\xef\xcb\x6f\x8f\x2f\x47\x76\x16\x2f\x48\x55\xdf\x06\x6f\x8f\xae\xe1\x2d\x4c\xe7\x77\xf2\xe7\xd1\xe5\x67\xcb\x23\x7f\x43\x7e\xa9\xb6\xf2\x93\xfc\xea\xf3\xcb\x51\x9d\xbb\x36\x36\x69\x3a\xf9\x2e\x4d\x9f\x9c\xe9\x4e\x67\xae\x73\xf9\xea\x49\x9a\x7e\x77\xa6\x4b\xcf\x36\xdb\x6d\xe6\x7e\xe9\x82\x08\x9b\x41\xf8\x23\x3b\xbb\x9e\x1d\x5f\x1a\xe7\xbb\xfb\x2e\x3b\x9d\x51\xdc\x66\xa6\xb3\x1a\x83\x01\x76\x76\xee\xc5\x81\x72\xc7\x9f\x75\xb8\x6e\x9c\x3b\x17\x31\xee\xdc\xe4\xf7\xbb\x60\x47\xd4\xaa\x95\x4d\x3f\xe7\x1c\xd1\x7e\x9e\x08\x6b\x1f\xe3\xcf\x47\x1d\xd6\x37\x6a\x62\x21\x5c\x1b\xa0\xad\x23\xaa\x36\xee\xe7\x95\xa5\xcd\xf6\x3e\x71\xc4\xa7\x47\xbc\xec\x1f\xb1\x66\xcd\xab\xfe\x71\xab\x12\xa3\x46\xb9\x4e\xe6\xf7\x10\x42\x90\x2d\x8f\x57\xe8\xe3\x4f\x76\x7d\x9b\x53\x77\x5c\x0e\x1c\x32\x57\x03\x53\x15\xfd\xfe\x52\xed\xb5\xcf\xaf\xd4\x88\x62\x9f\xef\xb6\x66\x9d\xa6\x59\xb4\x15\x5d\xc4\xb8\x08\x3a\x7a\x2d\xce\xb2\xa6\x1b\x53\x57\x60\x2a\x39\x61\xff\x49\x67\xe7\x45\xd4\xeb\xd9\x31\xd5\xa7\xde\x0e\xcd\x22\x8d\x69\x0a\xc7\xcd\xfb\x84\x79\x7a\xde\x5b\x0c\xd3\xff\x9f\xbd\xb7\xff\x6e\x1b\xb7\x16\x45\x7f\xf7\x5f\x21\xf1\xbd\xab\x21\x2a\x48\x91\x93\xde\x77\xcf\xa5\xc3\xd1\xca\x24\x4e\x9b\xdb\x4c\x92\x93\x64\x3a\x67\x9e\xaa\xe7\xc2\x12\x64\xe1\x84\x02\x54\x10\x8c\xe3\xb1\xf8\xbf\xbf\x85\x4f\x82\x24\x24\x4b\x8e\x9d\x76\x3a\x5e\x6b\xd6\xc4\x22\xbe\x81\x8d\x8d\xfd\xbd\x21\x73\x16\x5c\xac\x91\x05\x89\x1b\x57\x1e\x63\x81\x55\x39\xf3\x24\x62\x5b\x49\x09\x71\x65\xd8\xfe\xb3\x31\xa8\x99\xbb\xf9\x0b\xbf\xd8\x0c\xe3\x0a\x39\xc4\xcd\xc4\x15\x69\xdb\xac\x73\x7b\xda\x55\xc8\xd3\xda\x6b\x29\xdc\xc3\x0a\x69\xfa\x28\x96\xf0\xb5\xd1\x6f\x19\x78\xa4\xae\xe5\x82\x7c\x51\x36\x92\x5e\x4d\xd0\x8c\x84\x2e\xd1\xe6\x51\x45\x9a\xe1\x13\x92\x92\x7a\xfa\xa7\x13\x40\x16\xf1\xf6\x79\x11\x00\xe3\x2e\xdf\x6c\x14\x91\x4c\x66\x92\x68\xf0\x86\xeb\xf5\xe8\x50\xe0\x5c\xc4\x62\xc8\x3e\x63\xbe\xc8\xd8\x65\xbf\xfa\xf3\x17\xef\xef\xff\x72\x59\xca\x9d\x87\x65\x6d\x92\xe5\x7e\x24\x6b\x23\xed\xfd\xbd\xc9\xaa\x1a\x59\x3a\x5a\x07\x49\x52\x5c\x65\xec\x70\x56\x7c\x64\x3c\x4a\x08\xcc\x6d\xd9\x2f\xb0\xa8\xca\xf2\xf1\x28\xc9\x61\x66\xcb\x7e\x94\x64\xd5\xac\x2a\xce\xc6\x22\x51\xf4\xc7\x4c\x79\x93\x5e\xcf\xd2\x34\xe5\xbd\x5e\x8c\xfe\x90\x52\x58\xfc\x21\x35\xbe\x22\x8b\x94\xc5\xe0\x08\xfd\x21\x5d\xc8\x8f\x0b\xfb\x42\xe8\xa9\x24\x08\xea\x71\x93\xa2\x2c\xfd\x45\xbc\x26\x14\xeb\x27\x2c\x65\xfa\x7b\x23\x53\x49\xc3\x29\x5e\x79\xa5\xc8\xdb\x95\x5e\xd7\x93\x8d\x24\x23\x58\x4f\x21\x62\x3f\xfc\xd2\xac\xf1\x4b\x55\xa3\x54\x00\x78\xe2\xa5\x3d\x56\x7e\x5d\x69\x9a\xe2\x13\xc0\x53\x6c\x28\x34\x85\xf9\x07\xd8\xa7\x8a\x21\x75\xa5\x7a\xfa\xae\xd8\x3c\xc8\xa4\x91\x0c\xa5\x9f\x0e\xb0\x4f\x0d\x92\x46\xc6\x93\x7e\xca\x83\x15\x7e\x09\x74\xf0\x91\xad\x5d\x71\xd5\x9e\xd6\xca\xab\xec\xcc\x92\x4c\x76\x9e\xfc\x72\xf3\x9b\xf9\x4a\xd2\x76\x38\x0d\x77\x2f\x61\xe5\x47\xae\x73\x56\xfa\x01\x53\x9b\x0e\xdd\xdf\xff\xd1\xb3\x4c\xad\x9c\xb7\xff\x38\x1d\xfb\x3f\x92\xc9\x54\x01\x0c\x4a\xaf\x8d\x32\x2d\xa1\xb0\x5a\x78\x32\x82\x6e\x15\xf2\x84\x64\x55\xc9\x77\xf9\x47\x41\xfd\xa3\x38\xd2\x2f\x3f\xad\x1f\x07\xad\x1d\x87\x79\xe1\x9b\x30\x33\xa0\xfe\x8e\x37\xe0\x27\x0f\x94\xfe\xd2\x6e\x2a\x37\xbb\x01\x57\x85\x5f\xa8\x57\x30\xdb\x8a\xc6\x28\x38\x8a\x96\x64\x3e\xc7\x54\x62\xb0\x59\x85\x96\xe4\x15\xf3\x26\x90\xfa\xb3\xe9\x0b\x28\xbe\xcf\x9a\x89\x74\xc4\x20\x6d\x7e\x4b\xc4\xd3\xac\x99\xaa\xc7\xab\xe6\x96\x23\xd2\xd1\x96\x79\xfc\xe2\xcd\xe3\x23\x5b\xa7\xde\xd2\xfa\x1c\x72\x3b\x0b\xb7\xfa\x31\x77\xdd\x57\x3b\xc2\xed\x2c\xaa\xd4\x3d\x5e\x35\x37\x0b\x2e\x67\x41\x16\x31\xed\xa6\x29\xe9\xf5\x62\xb1\xd9\x70\x87\x9d\x0d\xf8\xf9\xcc\x1f\xd1\xe1\x75\x67\x48\xc4\x13\x34\xad\x9c\x0b\x6a\x5f\x4b\x07\xd6\x10\xa5\xa3\x13\xf4\x94\xd9\x98\x28\xa8\xdf\x07\x31\x49\x99\xac\x35\x34\xb0\xe8\xef\x38\xa9\xdf\xc7\x7a\x0d\xb9\x17\xc4\x3b\x66\x88\x87\xaf\x5f\xbd\x39\xfd\x70\xf6\xee\xf4\xfd\xd9\xbb\x67\x7f\x3a\x4d\xf1\xf0\xc5\xdb\x1f\xcf\x5e\x9c\xbe\xfe\xf8\xac\xfd\x41\xd6\xad\xd7\x78\xf5\x5f\xa7\xaf\xeb\x1a\x88\xd1\x51\xbb\x82\x38\x6a\xf5\x72\x6c\x7c\xf5\x1e\x1f\xb5\x46\xe4\x3a\x3e\x78\xfa\xe4\xa8\x35\x3b\x6a\x7c\xe6\x68\x91\x65\x7e\xf4\x70\xed\x53\x4b\x5a\x9e\x8e\x26\x8c\x9f\xde\x83\x38\x22\x0b\x8e\x56\x58\xc5\x04\xc8\xf9\x2c\x8d\xfe\xaf\x08\x62\xe3\xfb\xb4\xae\x22\x1b\x58\xa2\xc1\x95\x7d\x26\x39\x39\x27\x19\x11\x57\xa9\x85\x36\x57\x66\xbc\xb1\x46\xeb\x2f\xd5\x37\xeb\x60\x55\xfb\x78\xce\xf8\x1c\xf3\x54\x67\x82\x6f\xc4\x52\xf3\x33\x2e\x62\xeb\x0d\xae\xf3\x65\x29\x84\xa1\x2e\xa1\x6d\x72\x24\xb4\x5b\x28\x80\x42\x19\xe9\xe3\x38\x7a\xda\x9d\xb3\x99\xb8\x5a\xe3\xce\x52\xac\xb2\xef\x9f\x9a\xff\x63\x34\xff\xfe\xe9\x23\xfd\x8f\x1c\xe7\xfb\xa7\xf9\x1a\xd1\xef\xff\xeb\xe9\x23\xf5\xef\xd3\x47\xfa\xe3\x23\x55\x3d\x92\xfd\x59\xdf\x1d\xc9\x77\xa8\x99\x2d\x08\xcf\x2d\x69\xa3\xe6\x67\x84\x01\xe6\xc1\xa8\x2f\xc3\xcf\xf1\x88\x9d\xaf\x13\x69\xd3\x22\x3a\xf7\x5a\x8e\xc5\xe0\x33\xca\xc8\x5c\x49\x81\xf3\x47\x86\x0a\x79\xe4\x4a\xeb\x21\x9d\x1a\x4d\x03\xd5\xeb\x31\x96\xb6\x09\xd9\x78\xcd\x4f\xa1\x11\xa3\x47\x27\x62\x24\xb9\x8e\xef\x81\xab\x7b\x5c\xaa\x57\x36\x10\x7d\xa4\x11\x6c\xa9\x43\x6c\x24\x6e\xd5\x20\x9a\xe8\x48\x41\x9d\x67\xf6\x31\x99\x4a\x12\xb3\x15\x20\x47\x30\x93\xd5\x45\x87\xc6\x01\x76\x60\x73\x4b\x26\x53\x48\xd3\xee\x08\x92\xb4\x7b\x0c\x99\xbd\x70\x82\x5f\xb9\x47\x0f\x49\x3a\x69\xd2\x98\xcc\x34\x06\x27\xdd\x98\xa6\x31\x4a\xf3\x21\xc5\x5f\x44\x0c\xc0\x70\xce\x28\x06\xca\x8b\x51\x39\xb7\x21\xed\x7c\x01\x60\x57\x22\x2e\x83\x65\x14\xd1\x74\x22\x87\x04\x27\x26\x94\x65\x01\xae\x89\x9c\x02\x4b\x0b\x17\xbe\x52\x4e\x80\x6e\x36\xda\x75\x2f\x1f\xea\x29\x6f\x36\xf6\xaf\xb8\x0a\x74\x49\x16\x31\x31\x31\x3d\x58\x69\x21\x83\xeb\x10\x3f\xde\xb6\x82\xeb\x60\xdc\x8f\x57\x54\xc1\x49\x07\x09\x81\x57\x6b\xd1\x11\xac\xa3\x94\xf3\xc5\x4c\x14\x1c\x77\x28\xa3\x03\xb5\xe4\xf3\xac\x8a\x05\x13\x81\x32\xf6\x62\xeb\x28\xfe\xc6\x12\x9b\x12\x04\x1e\x03\xc8\x52\x32\x19\x4d\x21\x4a\xc9\xe4\xd8\xc5\x6a\x19\xc9\x6b\x60\x41\x0a\xc4\x13\x06\xd1\x14\xd2\x5b\x45\xd2\x71\xdd\xa4\x34\xac\xaf\x25\x56\x5f\xab\x40\x79\xa8\x21\x5a\x3e\xae\x55\x6d\xb2\xe7\xe5\xb1\x66\x1f\xdb\x2f\x4c\xad\xba\x26\xff\x2f\x39\x5a\xef\x55\x51\x1b\x01\x0c\x56\x45\x26\xc8\x3a\xc3\x7e\x8d\x48\x45\xd9\x92\xbf\xf0\x7c\xb0\xed\x2e\x06\xe2\x9d\xdd\x05\xcb\x6a\xf1\x7d\x8b\xa6\x1b\x05\x69\xba\x91\x4f\xd3\x8d\xa6\x49\x15\x3b\xdf\xf5\xe8\xc8\x44\xa2\xa2\x80\xa1\x94\x0c\x29\xbe\x54\xc2\x31\x98\xa7\x64\xc8\xb2\xb9\xfe\x51\xa4\xc4\x9e\x2f\xcc\xe4\xdf\x1a\x57\xc3\x59\x8a\x27\x4c\x65\x7f\xd4\x47\x4b\xf2\xd3\xd5\x5a\x5c\xc5\x33\x7b\xa3\xbb\x23\xbf\x50\xe3\x19\x57\x18\x8f\xa0\x17\x26\x69\xa6\x7d\xe6\x18\xb4\x53\x48\x10\xb4\x13\x48\x72\x68\x86\x4f\x0a\x68\x06\x4f\xb2\xd2\xb2\x35\x33\x95\xce\x2f\x87\x05\xcc\x40\x05\xd9\x74\x48\xf2\x77\x9c\xad\x48\x8e\x41\xbc\x00\xe3\xc5\x50\x2c\x31\x8d\x5d\xb2\x40\x90\x4c\x16\xd3\x72\x5f\x7c\xad\x41\xe3\x02\x8b\xc1\x0a\xe7\x39\xba\xc0\x79\x08\xfe\x64\xb9\xf6\x3c\xdb\x0b\xd2\xaa\xae\xf6\x81\x5f\x22\x96\x03\x33\xf7\xfc\x37\x01\x72\x26\x1c\xe0\x7f\xe7\x43\x4c\x05\x27\x38\x87\x22\xed\xc6\xad\xce\x8e\x83\x9d\x1d\x4f\xc1\x66\xe3\xff\x84\x79\xea\xc0\x45\x25\xb6\xb6\xa1\x5d\xe4\x31\xe3\x5c\xd2\x3c\xc8\x3d\x61\xc8\xf0\x1c\xba\xc6\xb3\x98\xa8\x40\x54\x0b\x42\xe7\x81\x5c\xc2\x1d\x9c\xa6\x29\x2b\xc1\x51\xb3\xbf\x42\x3e\x1d\xb9\xce\x2b\xea\x00\xd5\xac\x4a\x6f\x61\x5c\x00\x5b\x02\xf3\x8a\xbc\x45\x69\x0e\xf3\xf2\xa8\x16\xc8\xed\x13\xbe\xca\x21\xf3\xb3\xb2\xd9\x96\x43\xad\xca\x7b\xc7\xf1\x82\x7c\x81\xd1\x23\xff\xec\x1d\x88\x48\xda\x58\x65\xeb\x3d\x04\x5e\x77\xa2\x32\x1f\x7c\x6f\xc6\x6a\xdb\x29\x8c\xaf\x84\x92\xc9\x14\x0a\x77\x4e\x18\x0c\x39\x56\x04\x45\x20\xe5\xf3\x39\x63\x19\x46\x2a\xea\xbe\xae\xef\x62\xcb\xf5\x7a\xb8\x74\x9b\x3f\x4a\xbd\xac\x83\xb1\x80\x91\x9e\x4e\x04\x36\x1b\x71\x57\xc2\x43\xfb\xb8\xea\xf8\x89\x2c\xa5\x15\xe6\x44\x29\xad\x30\xa7\xe4\x8b\x2d\xe6\x94\x1c\xb0\xc5\x9c\x59\xb5\xe2\xe1\x0a\xad\x83\x40\x19\x13\x68\xf0\x1a\x28\x75\x48\x11\xdb\x26\x03\x43\x44\xaf\x62\xe1\x61\x38\x0b\xf8\xba\xca\xfb\x0f\x7f\x7d\x37\x94\xc4\x55\x06\x34\xd6\xab\xe2\x66\xf0\x38\x53\xe1\xa5\xf6\x07\xa2\x5d\x08\xcf\xd4\x66\xdc\xab\xb6\x13\x6e\xee\xc6\xf6\x8b\xa7\x2d\x3f\x76\x77\x41\x21\xad\x17\x72\x78\x7d\x9e\x21\xfa\x29\xa9\xee\xdb\x5a\xdf\x6f\x68\xfe\xf5\x4a\x54\x4d\xa8\x5d\xaa\x95\x5b\x33\x61\xf4\x25\xe3\x6d\x1f\xf6\x5b\x02\x7b\x14\x1d\xd5\x0e\xca\x11\xc2\x6b\x22\x94\x03\x6f\x5c\xfb\x3e\x47\xf9\x12\x73\xf9\x19\x03\x93\xb9\xfe\xd1\xe4\x6c\x30\x7d\x74\x01\x4c\xa0\x85\x4e\x04\x40\x5d\x81\x4f\x0f\xc2\x10\x82\x0d\xe6\x2a\x96\xc0\xc1\xca\x7b\x17\xbb\x51\xfc\x9b\xc5\x6b\xbd\x13\x14\x61\x03\x32\xdd\xc8\xfc\xb8\x40\xa6\x7e\x60\xc7\x17\x48\xe0\x2a\xf0\x6a\x9a\xa6\x42\x21\x39\xc7\x60\xc9\x72\xc5\x5b\xf1\x31\x4e\x5a\x61\x40\xb0\xc7\x8a\xbd\x51\x65\xa6\xae\xe4\x34\x64\xd3\x18\x83\x24\x8e\x72\x35\x8f\x2a\x22\x21\xf6\x06\xd0\x73\x9c\xaa\xd4\xdb\x9b\x4d\x28\xac\x82\xdc\x67\x96\xe1\xcd\x26\x36\x7f\x0d\x2f\x11\xa7\x71\xf4\x2e\xc3\x28\xc7\x1d\x09\x35\x7f\x97\x63\x0d\xd7\x88\xe7\xf8\xef\x92\x8d\x51\x7f\x75\xf4\xb0\xf9\x30\x02\xb0\xd6\x32\x56\xa9\x03\x24\x0f\x04\x86\xb9\x40\xb3\x4f\x00\x40\x37\xe1\x37\xe8\x8d\x82\xf3\x03\x20\xbb\xfa\x32\xc0\xb2\xd7\xbb\x20\xd8\x6a\xf4\xdf\x0d\x79\xdf\xee\xf8\xa5\xf1\x5e\x34\x47\x71\x44\xc1\xb9\x0e\x39\xba\x7c\x5b\x88\x75\x21\xe4\x93\xa7\x78\xe8\x3a\xa9\x2d\x49\x09\x36\x6c\x21\x39\x09\x8c\x64\x11\xd3\xa1\x59\xa1\x7d\x52\xdc\x07\x27\xe9\x55\x41\x1c\xe4\x73\xa6\x66\x0f\x33\xfb\xb0\x7d\x11\x75\xb5\xc4\x75\x69\xf4\x12\xae\xcb\x6b\x43\xb1\xbb\x2e\x6b\xc1\x31\x1d\x70\x2d\xac\x0a\x74\x11\x63\x45\xd8\xcf\xdc\x3d\x99\x97\x4e\x84\xb8\x60\x7c\x85\xc4\x8f\xba\xa7\x78\xd1\x88\x6d\x32\xaf\x16\x97\xa0\x12\xce\x00\x50\x81\x3a\x97\xde\x4e\x32\x98\x57\x21\x74\xc7\xf1\xac\xf5\xaa\xcc\x60\xa3\x1b\x60\x4f\xac\x80\x72\xaa\x49\x0e\xcd\x42\x92\x25\x34\x5b\x90\xcc\x4a\x90\x34\x27\xb7\xbc\x79\x72\x07\x01\x77\x9d\x19\xb8\x77\xb3\xeb\xbb\x63\x42\xa1\x68\xb7\xdd\xc6\x00\x8c\xfd\x1f\x1e\x03\x5b\xdb\xca\x16\x21\x00\x20\x3e\x74\x33\x95\x64\xe0\x9b\xed\xa1\x16\xbe\xd5\x99\xe2\x26\x01\xf7\xcc\x7b\x19\xec\x17\x15\x3b\x6a\xcf\x85\x79\x74\x99\x42\x6f\x7c\x85\x9a\x36\x7a\xfb\xe0\xbb\x00\x0e\x6d\x11\x7e\xdf\x02\x0f\xde\xbd\xec\x43\xa9\xff\x21\xd2\x1d\xe7\xb7\x55\x94\x5d\x97\xb0\x68\x21\x8d\x1c\x22\x00\x33\x8d\x73\x2d\x5f\x05\x4c\x2c\x23\x77\x0e\x04\x62\x58\x40\x6a\x0f\xb9\xab\x10\xe6\x66\xa3\x24\x72\x55\x16\x3c\x28\x69\xf5\xc3\x8f\xbc\x49\xd1\x7d\xdd\x51\x1f\x80\x87\x0e\x20\x38\x7f\x0b\x02\x8c\x0a\x6e\x70\xe3\x09\xc5\xf0\x1a\x65\x19\xbb\xfc\x41\x71\x16\xdd\x63\xa8\xf6\xec\xa5\xc2\xf9\x09\x29\x01\xf4\x52\x3d\x3a\x31\x1b\x1e\x56\x6d\x20\x4a\x25\x77\x88\x86\xe7\x78\xc1\xb8\x7c\x4d\xd1\x90\xd1\xb7\xfc\x07\xfd\x33\x4b\xd1\x10\x2d\x04\xe6\x70\x66\x0a\x9e\xc9\x5f\xf2\xb9\x64\x3a\x70\x74\x9a\x92\x4a\xc8\xa6\x5e\x55\x38\x6f\x48\x2a\x88\x93\x86\x2d\xd2\x39\x68\x90\x97\xbd\x5e\x97\xe4\x6f\xd0\x9b\x78\x01\xc6\x79\xaf\x37\xff\x3e\x6d\x49\x3a\x72\x00\xc6\x75\x80\xe4\x76\xc3\x89\x7b\xf7\xa2\xc9\x0f\xa7\x2f\xdf\xbe\x3f\x9d\x76\xe4\xb1\x76\x48\xde\x79\xf3\xf6\x63\x47\xaf\xca\xcb\xf8\x0e\x4a\x90\x14\x72\x98\xb8\x68\x8c\x52\xec\x37\xca\xdb\x37\x9d\xb7\xef\x3b\xa1\xb1\x18\xed\x30\x1e\x1e\x31\xeb\xf5\xe6\x4f\xd3\x38\x6b\x0c\x99\xed\x37\xe4\xb3\x97\x1f\x4f\xdf\xd7\xc7\x52\x67\xd2\x18\xa4\x1b\xcf\xe4\x30\xf1\xac\x31\xca\x0c\x00\xd0\xbc\xd1\x3b\x96\x16\x18\x4d\xaf\x2c\x34\x66\xab\x57\x45\x8d\x44\x73\x2f\x2c\x5c\x44\x99\xe8\x20\xd5\x5f\xa4\x02\xc8\xe1\xa1\x07\xa4\x75\xc9\x7c\xf4\xe3\x8f\x3f\x76\x5e\x30\xd8\xf9\xe5\x97\x5f\x7e\x89\x8e\xea\x35\xf7\x95\xca\x7b\x08\x08\x7f\x99\x65\x45\xfe\xbb\x7e\x70\xf0\x30\x23\xb9\xe8\xf5\x62\x3c\x24\x34\xd5\xbf\x40\xe8\x19\xb2\xd8\xa1\xf9\x5e\x78\x7b\x28\x1f\x0b\xe5\xfb\x50\x7f\x2f\x58\xfb\xbd\x60\xb7\x7a\x2f\x34\xad\xfa\xbb\x3d\x2b\x48\xd3\x6e\x5d\x81\xe1\xc7\xa6\xf3\x42\x22\x56\x9a\x13\xc8\xb4\x46\x94\xd6\x71\x30\x6a\x9d\xa2\xdd\x5a\x66\x8f\x90\xd4\x8e\x10\x35\x8f\x90\x40\x74\xab\x23\x24\xf4\xe1\xc6\x7d\xed\x8d\xf3\xf6\xf0\xbe\x6f\xdc\x81\x1a\x4c\xaf\xa5\x96\x59\x2a\xaf\xbe\x3d\x5b\x18\xf1\xf7\xde\xf5\x8d\x38\x69\xef\xfa\x16\xc4\x6f\x01\xaa\xb7\x78\x4f\x6e\xc5\xf6\xb4\x89\x4d\x68\x84\xeb\x5f\x0b\xc9\x5b\x1b\x58\xb8\x7a\xe7\xce\xeb\xba\x8a\x58\x99\x74\x47\xdb\xe2\x81\x5a\xd8\x2a\xf7\xe9\xfc\xb5\x39\xda\xbd\xba\xe6\x07\x75\xfd\xc6\x40\xc1\x5e\x5d\xd3\x83\xba\x7e\x69\x00\x66\xaf\xae\xc9\x41\x5d\xbf\xaa\x60\x6b\xaf\xde\xd9\x41\xbd\x9f\x7e\x39\xac\x77\x74\x50\xef\xcf\x6b\x0c\xe2\x5e\x03\xe4\xde\x00\x87\x23\x21\x8b\x18\xfe\x79\x8c\xe2\x8e\x27\xe6\x37\xc7\x0f\x16\x39\xfe\x01\x8b\x4b\x8c\xa9\x11\xfa\xe9\x59\x84\x18\x41\xc5\x27\x78\x0f\x8f\x3d\x08\xf7\xea\xf0\xdd\xaf\x0e\xbf\xe5\xab\x63\x31\xfb\xc3\x81\xef\x7d\xe0\x27\xf1\x36\xd6\x5f\xab\x48\xe4\xdd\x54\x3f\xdf\x30\x8a\x55\xa8\x6e\xe0\x71\xf9\x8a\x18\x71\xc5\x69\x77\xd4\xa6\x47\x76\x80\x85\x3d\xae\xfb\x06\x8b\x8a\xa4\xf8\x6d\x92\x8e\x46\xad\x40\x8f\x3c\x0b\x01\xab\xd3\x1a\xe3\xf4\xda\xae\x2f\xc1\x65\x82\xbd\x73\xc7\x43\x95\x37\xde\x2a\xc2\xaa\x46\x43\x46\xc7\x34\x9d\xc8\x7f\xa7\x49\xc3\x4a\x72\xa8\x5c\x57\x62\xaa\x5a\xcb\xad\xce\xb0\xc0\xaa\x49\x90\x4d\x30\x0a\x7c\xc9\x2c\xd0\x5e\xaf\x4b\x87\x39\x5b\xe1\x90\xba\x3f\x9f\xe0\xe9\x66\x53\xb9\x7c\xa8\x3c\x02\x85\x8a\x7d\x5d\xe7\x31\xda\x92\xc5\xea\xfc\xda\x5c\x46\x7b\x4b\x32\xe5\x90\x53\x5f\x71\x36\xce\x12\xdb\x8f\xd2\x37\x66\x4a\xc7\x33\xd6\xff\xa4\x91\x52\x8b\x47\x89\xf9\xd7\x95\xf7\x7a\xb1\xad\x61\xdb\x02\xd8\xe4\x67\x32\xb0\x13\x28\xdb\xa6\xad\x83\x0b\xbc\x6f\xec\xe8\xba\x33\xf9\x83\x9d\xeb\xef\xcc\xce\x95\x57\x7a\x76\xa1\xad\x5c\x69\xca\x27\xa3\x29\x24\x29\xaf\xac\x5c\x3b\x54\x29\xfb\xc8\xd7\x99\xb5\xfe\x09\x0b\xe5\xa6\x17\xb0\x46\xa1\x41\xcb\x56\xbe\xa7\x51\x46\xe0\x02\xb4\xcc\xc1\xbf\xc6\x3c\xeb\xe1\x62\xfc\xfe\x2e\x46\xf5\x26\x5a\xf3\x6f\x92\x52\x79\x31\x58\x4a\xe5\xc5\x20\x8b\x58\xa1\x69\x92\x3f\xaf\xac\xbf\x89\x3b\xff\xc0\xf3\x44\x54\x3a\x11\xa6\x74\xab\x5f\x73\x8d\x3e\xdc\x97\x81\xf8\x81\x1e\x15\x7b\x5a\x72\x6f\xbb\x56\xf4\xe1\x5a\xfd\x0e\xaf\x15\xa9\x5c\x78\x69\xc0\xab\x02\x06\xf4\xc8\x07\xda\x36\x28\xd2\xae\x76\x2b\x19\x18\xb3\xc4\x7c\xd6\x27\x0e\x62\xa4\xd4\x57\xdc\x37\x70\x97\xd5\xb4\xa9\x67\xe0\xf2\xca\x9d\x70\x34\x59\x8c\xa1\x6a\x9c\x31\xf6\xa9\x58\xff\xd5\x52\xea\xb2\x57\x25\x10\x2b\x41\x52\xaf\xcf\x76\xd7\x4f\x02\x53\x31\x7f\xdb\xa4\x3e\x31\x03\x7b\xcf\x0d\xc1\xeb\x32\x3c\x0b\x5b\xf2\x55\xce\x29\x24\x8c\x7b\x58\x10\xf7\x10\x1f\xf7\xb0\x1d\xb8\x27\x20\xce\x0d\x61\x97\xb6\x5f\x97\xb5\xb0\xe5\x17\x78\x30\xc7\x38\xe0\xa0\x62\xaa\x90\x7c\x60\xac\x01\xf7\x4d\xae\x2f\x0f\xa7\x42\x58\x85\x67\xb0\x59\xfc\x9b\x19\x6c\xba\x45\x66\xde\xb0\xb7\xc5\xc9\xaa\xf6\x3d\xe1\x63\x33\xa6\x9e\xcb\x82\xb3\x95\x9c\x7d\x7d\xfc\xfb\x43\x5e\xb3\x0a\x5c\x78\xaf\xb7\xed\x12\x89\x9a\xe0\x91\xfb\x59\x96\x6a\x09\xa1\x79\x3d\xc3\x92\x4b\x1c\xcd\x5d\x2e\x25\xa3\x86\xe6\xb5\x3c\x47\xbc\x9d\xe7\x88\xda\x3c\x47\x65\x3b\x3b\xfc\xdd\xa6\x3c\x77\xbd\xcf\xab\xfc\xfd\xfa\x69\x1c\x9d\xf0\xa7\xc2\x3a\x1d\xf3\x7e\xdf\x12\x4f\x62\xc2\xa7\x47\xd4\xcf\x3c\xe5\xff\x50\xc6\x95\xb4\x91\x7b\x6a\x04\xab\x64\x53\x54\xe7\x30\xf4\x93\x4b\x6d\xdb\x77\xed\x48\x40\x81\x17\x80\x67\x69\x80\xb1\xca\xf8\xe5\x2d\xfd\x3d\x5e\x60\x2e\x99\x7e\xb3\x7e\xb1\x24\x79\x67\x89\x72\xfa\x9d\xe8\x9c\x63\x4c\x3b\x76\x9f\x73\x3c\xef\x0c\x3a\x79\x21\xf1\x19\xa8\xd5\x90\x7b\x85\xe7\x51\x65\x81\x5c\x0d\xbd\xb6\xd4\x8f\xc1\x18\xeb\xd4\x33\x01\x76\x06\xc3\xef\xf1\x22\xc3\x33\xd1\xeb\x99\x3f\x24\x9b\x35\xf6\xfe\xde\x92\x66\xb3\x4e\xff\xa8\xf8\x0e\xdd\xd6\xdd\x59\xa2\xdc\x4b\x32\x66\x6e\x10\x14\xc0\x65\x4d\x8f\x71\x2a\xaf\x0f\x38\xa9\xf2\xba\x69\x4a\x40\xd9\xb0\xda\x67\xfa\xa6\x94\x65\x14\x56\x2a\x42\xa2\xe6\xaf\xfe\xaf\xc7\xe3\x20\x21\x9a\xb0\x29\x25\xa2\x91\x6b\xd8\x6c\x7c\x7c\xb3\xf2\x90\xaa\x4b\x8f\xa6\x33\x1d\xea\x65\xbc\x5d\x8c\xab\x19\x78\x5f\x83\x78\x72\x78\x76\xa6\xd6\x7f\x76\xb6\xd9\x04\x5b\x49\x6c\x51\x47\x78\x9f\x7d\x32\x34\xfe\x1c\x9e\x42\x93\xe2\x6c\x8f\x97\x0a\x88\xf5\x0a\xbd\xbe\x2f\x2a\x55\x99\x15\x50\x56\xf2\x6f\x5f\x41\x4e\xc3\xc9\xdb\xd8\x04\x4f\x53\xaa\x93\xb7\xb1\x7a\xf2\x36\xff\xa7\x0e\x10\xe0\x27\x6f\x63\x5b\x93\xb7\xb1\xcd\x86\x35\x93\xb7\xb1\xfa\xfd\x62\x29\xdf\x23\x79\x9b\xc6\x82\x86\x00\x31\xd0\xb9\xd9\xf0\x12\x32\x95\x24\xcf\x51\x6c\xac\x91\x5a\x8d\x99\xe4\x6d\xb5\xef\x63\xd6\x46\x6a\xc4\x25\x6f\x63\xbb\x93\xb7\x35\x47\xd8\x8e\x97\x99\x5c\x9c\x4e\xde\xc6\xbe\x8e\x06\x3a\x83\x78\xe8\x28\xcc\x40\x9c\xa1\x5b\x12\xb1\x57\x90\xb7\x9b\x3e\x0e\x36\x7d\xec\x37\x7d\x6c\x6c\x30\x5a\x6d\x9f\x04\xdb\x3e\xf1\xdb\x3e\x51\x6d\x49\x7a\xe6\x1e\xb7\x23\x8f\xae\x7c\xc7\xd9\x97\xab\x98\xc0\xeb\x26\x32\xb2\x52\x23\x6c\x0c\xea\xed\x4b\x1d\x57\xb6\x1e\xbc\x99\x81\xd1\x47\x88\x1d\xac\xb3\x6b\x7a\x0d\x21\x07\xb0\x3b\x2a\x4b\x15\x07\xca\xd2\x8c\x78\xa8\xc8\xca\x6a\xb3\x3d\x92\xf3\x2a\x6d\xe9\xf3\xba\xa3\x12\x9e\xa7\x31\x4b\x2f\xe2\x98\xf8\xc5\x5e\x84\x17\x73\x48\x46\x87\x9d\xc1\x39\x5c\x1f\xe9\x5c\xd8\x10\x03\x17\xae\xe9\x73\x6b\x37\xe1\x45\x2a\xb7\x44\xd3\x3f\x9f\x01\xbc\x4a\x47\x27\x57\x4f\x3f\x9f\x5c\xf5\xfb\xe0\x62\x72\x35\xf5\x76\xf8\xaa\x92\x9c\xa9\x14\xb5\x90\xa7\xdd\x98\xa4\xb1\xd0\x18\x57\x41\xb8\x4d\x75\x0f\x27\xb2\xc6\xd4\x1a\xa7\x5d\x28\x9b\x37\xeb\xb8\xd2\x4d\xd3\x22\x26\xc0\x27\x00\xdd\xe3\x41\xc6\x4b\xf9\xf4\x13\x38\x8b\x97\x31\x07\x30\x3a\x33\x00\x1a\x41\x06\xe5\x17\x50\x95\x58\xed\x02\x6a\x16\xb8\x4c\x83\xb9\x29\xc9\x52\x55\x32\x4f\x23\xe5\xde\x20\x09\xea\x75\x65\xf0\x0f\xe7\x92\x92\xcb\xc6\xe1\xdb\x23\xf7\xd2\x5c\x99\x35\xac\x6b\x5f\x6b\xa4\x4f\x77\x54\x91\x3b\xf2\x6e\x25\xd9\x64\x3e\x4d\xd7\x90\x97\x9a\xf2\xbe\x80\x57\x2d\x4d\x80\xa5\x66\x02\x1b\x21\xdc\x93\x26\xc2\xa4\xcd\x07\xf9\x76\x77\xf0\x97\x35\xc7\x79\xae\x9e\x9d\x22\x17\x1d\x4c\xc4\x12\xf3\xce\x39\xee\xc8\xd6\xca\x4e\xd0\xa3\x75\x8e\x70\xf5\x96\xda\x57\x41\xc7\x07\x89\x45\xaf\xe7\xa7\x05\xbd\xf6\xe8\xef\xc4\x2c\x1f\xfb\x0b\x6c\x2e\x5e\xe5\xa3\xef\xf5\xf4\xd3\xa3\x9e\xdc\xe1\x0f\xc5\x42\x52\x23\xf3\x8a\x6d\x85\x24\xc5\x30\xbe\x48\x27\x3a\x11\x6a\x8e\x16\xf8\x4f\x92\x01\x6a\xa7\xdf\x76\x57\xaa\x72\xcb\x50\x1d\xbb\x0c\xde\xf3\xb9\xda\x87\x56\x5b\xff\x3a\xae\xe3\x55\xec\xad\x18\x40\xaf\x99\x4e\x2f\xab\xb0\xb2\x02\x66\xd9\xce\x78\x63\x50\x26\xc8\xe2\xca\x02\x80\x9e\xbd\x49\x99\x6b\x61\xee\xe6\xaa\x02\x40\xee\x66\xbb\x2e\xf2\xe5\xa9\x81\xd6\xe6\x7c\x3d\x82\x33\x80\xed\x20\xf1\xee\x27\xfd\xfe\x78\x4c\x07\xc7\x89\x7a\xd0\x8e\x4f\xd8\x53\x7a\xc2\xfa\x7d\x40\x26\x6c\x70\xec\xdf\x54\x66\x03\x35\xc5\x3c\x6d\xef\x81\x3f\x19\xb5\x0b\xb5\xab\xcb\xf5\xd5\x85\x62\x5a\x59\x96\x02\x65\x92\xfc\xd9\x38\xfd\xa3\x61\xa5\xe1\xab\x3b\x23\xdc\xd5\xc6\x19\x78\xcb\x61\x35\x50\x52\x54\xd9\xdb\xcf\xaa\xac\xd1\x57\xa1\xfd\x34\xa2\x7f\x4d\x3a\xa7\xc2\x4c\x9c\xa4\xc2\x39\xe0\x1e\xb5\x77\xa5\xde\x69\x13\x3a\xd4\xc0\xdc\x8c\x45\xab\x08\x04\xa4\xdc\x07\x68\x2c\x0a\xbb\xb9\x2e\xaf\x20\xfc\x4c\xd7\xfa\x2b\xe1\xa2\x40\x59\x95\x25\x7b\xc7\x8a\x97\x24\x3f\x89\x63\x11\x38\xf3\xed\x9d\xb5\xee\x81\xc4\xd4\x93\x69\x98\x78\xbb\xf9\xb4\x39\x94\xd4\x68\xb5\x08\xad\x08\xfd\x0b\xde\x71\x50\xb7\xa4\x2b\xa2\x08\xd2\xd0\x4a\xbd\x11\x43\x77\x7c\x6f\x88\xad\x1c\xf2\x61\x34\xf4\xf2\x9d\x83\xbd\x40\xb8\xca\x29\x8e\xbf\xe0\x59\x11\x48\xcb\xad\x10\xbf\xca\xd5\x4c\x72\x25\x3e\x33\x99\xb4\x49\xfe\x82\x70\x71\x65\x4d\x14\x74\x36\x67\xeb\x20\x2e\xec\x6f\x0d\x51\x47\xb5\xd2\x96\x45\x82\x80\xd7\x06\xc5\x26\xd5\x63\x27\xbf\x7c\x70\x5f\x72\x2c\xca\x5a\x4a\x76\x37\xef\x8b\x10\x62\xb6\x81\xfc\x88\xa6\x00\x58\x9a\xc5\xd8\x78\x20\xcb\x4d\x52\x2e\x84\x93\xd1\x14\xe6\x29\x33\xf4\xf6\xb1\xe2\xbc\xf6\x62\xe4\x6a\x4b\x83\xc8\xa4\xbf\x2f\xe0\xac\xb1\x68\xb2\x88\x2b\x83\x0d\xe7\x3b\x38\x41\x4a\x81\xe1\x20\x27\x2e\x74\x33\xf3\xe2\x6b\xcd\x06\x65\x7c\xa5\x88\x6a\x2b\x33\x5d\x00\x98\x1b\x9f\x69\x39\x7f\x27\x8c\x29\x74\x18\xd6\xc2\xf5\xab\x1f\xe3\xa2\xd7\x6b\xb9\x29\x5c\x2b\xd7\x85\x40\xdf\x85\x8e\x44\x32\xaf\x9f\xa1\xec\xac\x5b\x97\x3b\xa9\x80\x12\xb5\x6e\xe7\x13\x34\x95\x1f\xbb\x31\x4f\xd5\xdf\x9b\x4d\x37\xe6\x8d\x5d\x53\xce\x43\x8a\xd0\x01\xbd\x5e\xbb\x90\xe4\x2f\x8b\x6c\x41\x34\x37\x1f\xae\xf0\x5e\x05\x55\x90\xe5\x9b\x4d\x44\xf2\xd7\x0c\xcd\x09\xbd\x90\x3c\x15\xef\xf5\xcc\x07\x3c\xaf\x7e\xbf\xc1\x97\xf6\xc7\x12\x69\x38\x75\xc9\xfe\x73\x55\x02\xcc\xa9\x2d\xb7\x70\x85\x6a\x31\x41\xdc\xb2\x94\x8c\x21\x71\xc7\x35\xf7\x6e\x20\xaa\xdd\x40\x0c\x40\x69\xec\x09\xd6\x05\xc7\xcf\x94\x87\x15\x88\x97\xb0\x70\x80\x5c\x94\x64\x11\x17\xee\x2c\x0d\xb7\x6e\xee\xdb\x04\x4f\x81\x07\xf0\x13\xac\xce\x57\xfd\x89\xa6\x7a\xf6\xeb\xd4\xfc\x34\x2a\x31\xef\x64\xd6\xc0\x6f\xec\xa6\xbb\xae\x81\x51\x19\xaa\x52\xbf\xc9\x18\xe8\x6c\xec\xf3\x98\xf8\x29\xd0\x01\xbc\x52\xdf\xe0\x55\x3b\x1b\xbb\x47\x0b\x9b\x34\xec\x67\x82\xa3\xd9\x27\x3c\x9f\x2a\x7a\xad\x46\x8b\xd6\x29\x55\x9f\x70\xf3\x38\xcb\xc4\x84\x0e\x41\xe9\x45\x6d\x1a\x15\x6d\x7d\xc7\x03\xe5\xad\x81\xaa\xac\xe0\x77\x3b\x12\x01\x95\x94\xfb\xec\xb7\xcb\xc4\x56\xc6\x0a\x8e\x51\x57\xfe\xfa\xde\x6f\xc7\xe3\x2a\xd5\xc8\xb9\xfb\x59\xb6\xd8\xcc\xf3\xa3\xb6\x99\x54\x07\x7f\xf5\x4b\x7c\x15\x5a\xe0\xde\x9b\x43\xbe\x62\x73\x2a\x0e\x57\x4b\xa2\xce\x5c\xa4\xd3\x36\xbf\xcf\x42\xfc\xbe\xe3\xdb\x5b\x0c\xff\xad\xf9\xfc\x1d\xfa\xa0\xa6\xce\xe6\x21\xba\xc6\x5d\x47\xd7\xb0\xa7\xae\x39\x67\xdc\xeb\xc5\x8d\x68\x19\xf2\x9d\xb3\x8a\x90\x76\xc0\xa0\x3d\x4e\xcf\x57\xca\xdd\x99\x2d\xce\xde\xea\x29\xc7\x2b\x8a\x74\x04\xb9\xc7\x1a\x62\x73\x77\xc0\x89\x78\x6a\xff\x3e\x11\xfd\x3e\xe0\x13\x31\x4d\xf1\x44\x4c\x2b\x09\xd6\x6f\x56\xb7\x95\xaf\x39\x46\xf3\xfd\x4d\x5d\xcc\x5d\xa1\xff\x66\x77\xa5\x6e\x78\xb0\xd5\x38\xa7\xdb\x95\x53\xa9\xc0\x9f\x9a\xad\xef\xf5\xba\x6d\xe1\xee\xbe\x01\x69\x1c\x20\xbc\xc7\x17\xa7\x5f\xd6\x0a\x0a\x84\x07\x1f\x2e\x04\x8d\x28\x6b\x53\x65\xde\x54\xeb\x6e\x74\x96\xac\x0b\x6c\x65\x50\x4d\xa3\x77\x29\x1f\xef\x2a\x94\xdd\x2e\x48\x26\x30\x8f\x7d\x7e\xd3\x61\xef\xb5\xa9\xfe\x2a\x3f\x75\x34\x45\x2c\x40\x09\x92\xc9\xb4\x54\x78\xc0\x4d\x1c\xe9\xab\x2b\xf8\x95\x3b\x7d\x79\x37\xb0\x31\x5d\x71\x6f\x42\xf7\xd8\xd3\xd1\xe5\xf5\xf7\xa2\x1b\xd6\x78\xf1\xa1\xe1\xce\x24\x9e\xf3\xc0\x62\xb8\x20\x38\x9b\xe7\x95\x0a\x8e\xfa\xaa\xce\x1f\xd1\xba\xd7\xa3\x92\x98\x8f\x85\x8d\x91\x2c\x59\x05\x64\x14\x61\x5d\xcb\x6c\x6d\xd7\x95\x55\x87\xdd\xda\x85\xaa\x9a\xbf\x09\x45\x8c\x55\xb4\x15\xe7\x1f\x13\x17\x01\x22\x5e\x3b\x3f\xca\xb5\x33\x38\x03\xea\xc7\x6c\x68\xd8\x4d\xcb\xa6\xf9\x64\x87\x8d\xb5\x10\x00\x0b\x11\xe8\x3e\xb7\xb9\x42\xc4\x24\x9f\x1e\x15\xbd\x5e\xd1\xe2\x68\xb4\x4a\x08\x8c\xd9\x64\xe2\xc4\x57\x3c\x46\x00\x4e\xf2\x29\xa8\xe8\xf3\x69\x6a\x58\x82\xa4\x76\x3d\x24\x1b\x86\xe3\x42\x4d\x2b\xd0\x5e\x72\x1d\xac\x8c\x0b\x38\x83\xd7\x25\x9c\x4c\x7d\xc6\x56\x4d\x7a\x01\x2a\xae\x54\xe2\x69\x26\x01\xa5\x8a\x59\x33\x61\xd3\x23\xb7\x1f\x6a\x93\xe6\xa0\xd4\xe9\x3e\x94\x46\x5b\x1e\x20\x93\x8c\x1e\x89\x8b\x09\x93\x2c\x9f\xfc\x67\xdb\x1a\x2d\x9b\x25\xeb\x58\x38\x59\xf6\x7a\xcb\x9a\x56\xdc\xe8\x73\xc6\xf5\x61\x97\xc6\x2c\x2b\x69\x7c\x06\x65\xfd\x43\x66\x8e\x4f\x43\x28\x03\xb0\xfa\x59\xa8\x9f\xfa\xbd\xc4\x35\x4b\x0b\xb8\x9d\x9a\xdc\x97\x24\x3c\x72\x17\xa3\xba\x22\xdb\xb4\x95\x13\x31\x2d\x21\xb7\xd3\x4e\xdd\x5f\xf5\xfa\x3e\xe9\x26\xdf\x43\x5e\x1a\x0b\xdd\xfa\x03\x5b\x29\x7d\x69\x9a\xa6\xcd\xc7\x77\x4c\xc7\x22\x29\x4c\x77\xc9\x57\xc5\x0c\x0c\x84\x6b\xcc\xc8\x00\xad\xd7\x83\xcf\x98\xe7\x84\xd1\x47\x1e\x47\x33\x58\x20\x89\x15\xae\xbe\x65\x2c\x9a\x0a\x49\x75\x8f\x5b\x5a\x0b\xe3\xe3\xdc\xeb\xe1\x5e\x8f\xd7\x03\x51\xd9\x37\x23\x43\x79\x4e\x16\x72\xd7\x8e\xc4\x90\xe3\x0b\x92\x4b\x5c\x4c\x24\x95\x4c\x53\x49\x27\x97\xb5\x64\xad\x19\x39\xe7\x88\x13\x9c\xdf\xb8\x2f\x9a\x08\xe3\xf8\x02\x7f\xb9\xaf\xe0\x3c\x47\x78\x68\x46\xd3\x6f\x5c\xfa\xe8\x6f\xf3\xfe\x64\x38\x75\xff\x7f\x04\x5d\x8d\xd3\x2f\x02\xd3\x39\x9e\x6f\xa9\x39\x98\xa0\xc1\xaf\xd3\x3f\xc4\xfa\x17\x18\xcb\x96\xf9\x12\xd9\xda\xb2\xf4\x6f\xf3\xe9\xf5\x7f\x94\xff\xf7\xa3\xe0\xca\x17\x19\xca\x97\x7e\x9e\x3e\xf5\xc1\xc6\x1a\x0b\x5a\xb2\xba\x56\xc1\x3c\x7f\xf5\xf6\x77\x1a\x92\xb1\x16\x81\x71\x66\x52\x25\x0c\x11\x9d\xbb\xc8\x8b\xee\xe3\x39\x63\x19\x24\xcd\xaf\x92\xb6\x7b\x4b\xb3\x2b\xc8\x9a\x25\x94\x09\x88\xcc\x47\x5e\x50\x65\x6e\x0a\x73\xef\xc3\x4c\x22\xbc\xcc\xe3\x6e\x75\x91\x4b\xbb\x3b\xc4\xea\x9c\xe2\xeb\x0c\x5d\xb1\xc2\x8b\xec\x08\xd1\x4c\x25\x30\xe8\x1e\xdb\xc0\x1b\x2a\xb9\x43\x12\x9d\x33\x26\x72\xa1\x22\x40\x29\x60\x7e\x83\x56\x38\x4f\x26\x51\x73\x03\x5d\xe1\x0f\x44\x25\x32\x92\x75\x50\x86\xb9\x4d\xa1\xaa\xfb\x97\xc7\xf3\x85\x08\x42\x2f\xa2\x29\x44\x56\x62\xe6\x37\xe1\x04\x0d\x32\x74\x8e\xb3\xc8\x26\xf0\x56\xd6\x28\xe7\x78\x7e\x7e\x15\x99\x4c\xe7\x53\x98\x2f\xd9\xe5\x3b\xce\x2e\x38\xce\xf3\x84\xc4\x7a\x36\x43\xff\x6b\x04\x20\x65\xe2\x54\x0f\x96\xb0\xd8\x8d\x0b\x6a\x8d\x7f\x40\x3c\xe1\x71\x54\x6b\x09\xa3\xaa\x65\x04\xa0\x69\x58\x0d\x53\xf5\xb4\x44\xf9\x0f\x2a\x7b\x32\x8d\x23\x0b\x66\x11\x70\x07\x18\x03\xe8\xb6\x20\xa9\x1f\xa5\xed\x4b\xa8\xdd\xb9\x6e\xb8\xaf\x6a\x89\xb7\x13\x55\xff\x4c\xc4\xf2\x85\xb1\xf3\xd4\x32\x79\xbf\x71\x14\x01\x28\x52\xbd\xd9\x1d\xf5\xff\x81\x8d\xa2\x19\x2d\x58\x41\xb5\xde\x28\xf2\xa3\xbe\xb6\x3b\xf4\x0f\x5d\x75\xd9\xeb\xc5\xb6\xd3\xc1\x39\xfb\xd2\x89\x00\x8c\xa2\xbe\xe8\x63\xf9\xd2\xa9\xe1\xef\x7d\x55\xe1\x50\xa0\x15\x46\x55\x3c\x2a\x99\xbf\xa2\x39\xe6\x36\x2f\x41\x7b\x3c\xd9\xb5\x51\x0f\x28\x2b\x2f\xab\x99\x97\x23\x56\xd9\xa9\x0c\x16\x46\xfa\xbb\xd7\x89\xd3\x0e\xc8\x1b\x6f\x81\xb8\x3b\x02\x2e\x1c\xb2\x12\x80\xa8\xe9\xaf\xb1\x02\xe3\x0f\x58\x44\x50\x80\x12\xae\x0d\x40\xbd\x28\xb8\x56\xdd\x85\x37\xab\x0e\x7b\xcd\x4d\x93\x2f\x8c\x17\xdb\xd0\xdb\xa7\x3a\xb4\x5b\x27\x38\x9d\x4b\x63\x9f\x6d\x26\x2b\xcc\x0a\x11\xc1\x51\x78\xa3\x97\x62\x95\x7d\x40\x0b\x1c\x47\x82\x23\xaa\x13\x62\x0c\xe6\x76\x29\x9d\xa8\x8f\xfb\xd1\x2a\x8f\xd4\x29\xa8\x94\xc0\x49\x6b\xd7\x76\x8c\x6e\xf2\xe9\xbf\xa5\x3a\xb7\xbd\xdc\x51\xa3\xf6\x39\x33\x45\x2f\x65\x3d\x1b\x1f\x10\x94\x50\xe5\xd2\x3f\xa5\x02\x07\xa2\xcd\x06\x37\x28\x6a\x07\xac\x56\x91\x90\x87\x26\xdb\xb3\xbc\xe1\xae\xe3\xd7\x18\x7d\xc6\x5f\xd7\x71\xd7\xd7\xd0\x57\xe8\x46\x8e\xa8\x5c\x5c\xed\x78\x97\x24\xcb\x5e\xe8\x35\x26\x35\xde\xff\x06\x10\x85\x3b\xb6\x07\xe6\x71\x73\xaa\x1e\x34\x02\x50\xc2\x50\xbb\xc3\x2f\x67\x04\xbb\xc7\xe0\x08\xcb\x35\x99\xfe\xbc\x13\x32\x49\xcf\x93\x6b\x95\x39\xa4\xbd\xb6\xf0\xc1\x06\x5d\xf3\xdd\xe3\xad\xff\xdf\x16\x13\xb6\x9f\x79\x93\x77\xd7\x5c\xae\x7b\x8b\xb2\xac\x77\xc8\x74\x60\x5e\x53\xfd\x4d\x25\x0c\xc7\x73\x78\x2d\x8f\xfe\x23\x59\x19\x11\xbc\x7b\x3f\xba\xc7\x90\xe4\x12\x08\xda\xc2\xfa\xb9\xac\xae\x6b\x9f\x5d\x14\x64\xae\xe3\x57\xc9\xbf\x5e\x32\x0e\x62\x8b\x9d\xeb\x4f\x8b\x6c\x7e\x18\x00\x35\x41\x24\x17\x64\xf6\xe9\x4a\xa5\xf7\x54\x8d\x25\x4a\xe0\x1f\x51\xfe\x29\xb6\xc0\x96\x63\xf1\xaa\x3e\x4b\x25\x11\xae\x9f\x7d\x7b\x12\x9a\x0c\x51\x7b\x60\x92\x53\xb6\xaf\x92\xda\x25\x94\x7f\x7a\xe5\xe4\x56\x47\x78\x1c\x37\x49\x99\x18\xdb\xa9\x08\x8c\xf8\x9c\x5d\xd2\x18\x80\x44\x7d\x71\xdb\xac\x67\x5c\xaa\x8d\x0e\x4c\xa9\x39\x70\x75\x08\xfa\x95\x0b\xf4\xa5\x87\x34\x49\xf8\xe3\x68\x4e\xe6\xa7\x55\xdf\xea\x3a\x6d\xb9\xc4\xe1\xa5\x32\x6a\xaa\x46\xfa\xee\xb8\xed\xad\xed\x53\xe0\x5b\x60\x93\xe0\x8d\xc7\x2c\x1f\x1e\x87\xe0\xda\x1b\x91\x87\x36\x42\x5e\xeb\x12\x3a\x34\xb5\x77\xab\x91\x9b\xf5\x12\xcf\x3e\xbd\x5a\x7c\x58\xb2\x22\x9b\x5b\x4c\xe7\xe0\x29\xfc\x2a\xbb\xb8\xf6\xd5\x4e\xd9\x47\x49\x89\x14\x1c\x03\x5d\x01\x85\x24\xb0\x3c\x51\x16\xb8\xc6\x43\xef\xd4\xd5\x98\xed\x77\xd9\x4d\xc3\xed\xa2\x36\x2f\xa9\x1d\xfa\x16\xc2\x21\xf4\xfc\x92\xdc\x1c\x27\x9e\x47\xa0\xbd\x41\x16\xf3\xcb\xdd\xa9\x31\x77\x3e\xec\x6b\x6e\xe9\xe3\xe1\xcb\xf5\xee\x41\x70\xb1\x2d\x88\x91\x6b\x55\x2a\xfc\xe6\x35\x2a\x4b\x18\xb8\xdf\xed\x7d\x88\x6d\x94\x69\x95\x23\x58\xe3\x80\xd6\xb0\x0d\x5c\x16\x41\x2c\xdf\x9c\x0b\x2c\x4e\x33\xb4\xce\xdb\x5d\x5b\x89\x74\xbb\xeb\x41\x6b\xbb\x1b\x5d\xcb\x8e\xbd\x4b\x72\x77\xb1\xe7\x03\x70\xd2\x3a\x3a\xc9\xc7\xdb\xc4\x1a\x1e\x96\x12\x6a\x52\xcd\x3b\xd0\x46\x8c\xf5\x0d\x89\xc1\xf7\xdb\x6f\x40\x8d\xa0\xa8\xe3\x6b\x8b\xb5\x42\xf8\xa3\x76\x1d\xe4\xac\xec\x81\xef\x49\xdc\x7c\xc0\xfc\x33\x99\xe1\xe1\x3f\x0a\x5c\x60\x83\xaf\x4c\x32\x2f\xa3\x06\x51\xc6\x44\x7a\x30\xf3\x0e\x84\x10\xe6\x8b\xda\x13\xa1\xc8\xc4\x1d\xcf\x7c\xae\x47\x6d\xf0\xe5\xc1\x90\xe4\xdb\x68\x83\x2d\x04\x81\x2e\x1e\x5c\x12\xb1\x54\xd4\xee\x96\x6a\xb5\x71\x07\x4c\x45\x9e\xbe\xdf\x18\x2c\x86\xd8\x36\xdb\x6d\xf9\x72\x13\x61\xaf\xc1\x2a\x0c\xf1\x3f\x0a\x94\xc5\x91\x3a\x94\xa1\x0d\x87\x33\xaa\x91\x03\x8a\x70\xc8\x9b\x0d\x57\x68\xfd\xc3\x95\x69\x18\xc1\x48\x55\x6a\x70\xa8\x9c\x23\x7a\x81\xe7\xff\x29\xab\x34\x9b\xe7\x8c\x0b\xd7\x7a\x8b\xc6\x78\xcd\x09\xe3\x44\x5c\x3d\x15\xee\xcf\xf1\x71\x52\x7d\xff\xde\xfb\x3e\x38\x4e\x46\xe5\x57\x52\x31\x8e\x32\x31\xf4\x69\x6e\xc1\x4f\x4d\xd3\x25\x0e\x91\xef\xd9\x7c\x7e\x67\xd8\xa1\xb2\x40\xd0\xe3\x63\xaa\x86\x33\x17\x91\xe2\xcb\x1a\x59\x8b\x81\x9e\x53\x09\x67\x19\x46\xdc\x7c\xce\x6f\xbe\x83\xf6\xda\x55\xef\x0e\xc9\xdf\x30\x8a\x7d\x97\xbc\xa1\xea\x33\xb6\x23\x58\xa9\xa2\xe4\xc7\x03\x23\xa8\x67\xcc\xa0\xdb\x5b\xae\xdd\x6d\x69\x40\x19\x51\x73\x98\xf1\xa7\xa2\xd4\x48\x66\x8a\x6b\x8c\x3f\xbd\x24\x3c\x0f\xc5\xe8\x0a\xee\x80\xce\x35\xa8\x6f\x97\x44\xf8\xb2\x83\xd7\xe8\x80\xf6\x19\xf2\x9b\x5f\x60\xa1\x8e\x47\x7f\x09\x85\x95\x93\xa7\x68\x07\x91\xa0\xd3\x3c\xd1\x3b\x84\x23\x27\x06\xdc\xce\x66\x99\x41\x5f\xb8\xf0\x50\xd7\x25\x80\xa4\x61\xd6\x48\xe1\x24\x12\xf2\xcc\x23\xf9\x46\xca\x85\x11\x46\x5f\x2a\x11\xb9\x32\x68\x8d\x0c\x19\xf8\xa2\x58\x67\x64\x86\x04\xce\xa3\x29\x70\x32\xc5\x2a\x1e\x37\x81\xd7\x3e\xe6\x57\xc4\x75\x59\xb9\x4a\x20\xa5\xe5\xb3\x81\xc0\x7d\x1e\x17\x01\x68\x4c\x0b\xe5\xbb\xf6\x56\xe1\xcc\xb7\xdc\x2e\x07\xc1\xdc\x27\x13\x18\x44\x9e\x5d\x5a\x95\x51\xc6\x58\xdd\x33\x43\x2e\x34\x7a\x09\x7a\xa5\xdc\x6a\xf7\xbc\x4d\x57\xb6\xb9\x56\x42\xe6\xa7\xee\xa8\x5b\x41\x08\x30\xa6\x89\x28\x61\xa8\xcf\xa6\x28\x67\xfb\xbd\x7e\x7b\x49\x31\xd7\x6f\xa6\x75\xf7\x7e\xaf\x6e\x89\x16\xa4\x98\xb8\xe7\x17\x09\xa6\x9f\x09\x67\x74\xa5\x83\x04\x89\xf0\x22\xf1\x8e\x15\xfa\x99\xdd\x1c\x8c\xa8\x3b\xe8\xe3\xca\xc3\x59\xfe\xe0\x58\xce\xfa\xc2\x03\x0e\x9e\x46\x66\xdc\xa8\x1f\x16\xd9\xb5\xc9\x55\x0e\xf1\x44\x4c\x41\xa9\xa0\xa8\x86\xc8\xe2\x1d\xf3\x32\xc3\x7c\xd4\xc0\x5f\x61\x27\x09\x43\x7e\x27\x2d\x7b\x5d\x51\x49\x03\x27\x78\x5a\xa9\x79\x9c\x92\xe7\xd6\xf1\x09\x9c\x14\xbf\xba\x57\xb4\x21\x57\xab\xec\xea\x09\xce\x63\x02\xaf\x6d\x84\x6b\xae\x73\x65\x60\x89\x2e\x87\x68\x3e\x8f\x89\xa2\xcd\x97\x28\x77\x57\x37\x64\x5f\xd1\x44\x7c\x9a\x00\x88\xc0\x50\x05\x10\x9d\xe3\x3c\x56\x34\xb8\x79\xa8\x92\x86\x99\x4b\xb3\xb5\xd9\xd3\x77\x2d\x9c\x01\xec\xd6\xd5\xc4\x5b\x86\x90\xb0\x06\xa3\xc3\xda\x6c\x63\x61\x1f\xab\x72\x17\x92\x8e\x80\x8a\x8e\xe1\xac\x6b\x76\x93\x88\x7b\xa8\x71\xee\x5d\x2f\x68\x82\x20\x7c\xfc\xf1\xf5\x0f\x88\xe7\x43\x3b\xa5\xf8\x9a\xcc\x93\xe8\xdd\x5f\xd6\x8b\xff\xf7\xc9\x6c\x15\xc1\x73\xa5\x13\xf8\xee\xda\x98\xad\xe4\x51\x32\x89\x7a\xf6\x6e\x4c\xa1\xca\xf7\xaf\xa4\xd5\xb2\x64\xf2\x47\x18\x91\x45\x04\x27\x93\xc7\xff\x13\x1e\x4f\xa7\x3a\x40\xd9\x75\xa3\xd2\x08\x46\x9d\x4e\x34\x85\x93\xe3\x3f\xc2\x63\x59\xf7\x09\x1c\xc1\xc9\x74\x0a\x27\x8f\xff\x08\x8d\x36\x26\x52\x3f\xff\x43\x8b\xa9\x55\xa4\xe3\xaa\x5a\xa4\x64\x72\x91\xee\x7d\x2a\x2b\x8e\x60\xf4\xb7\xbf\x51\xd9\x26\x5a\x23\x8e\x56\x58\x60\x2e\x87\x9a\x96\x3b\x06\xaf\x0d\xe7\xb4\x06\xb2\x93\x05\xca\x72\xec\x75\x0b\xbd\x75\xc9\x26\x0d\xa5\x4b\x34\xdd\xb9\x52\x3d\xdc\xff\x82\xd1\x9c\x7c\x8e\xa0\xe0\x85\xec\xfa\x78\x24\x97\x81\x94\x86\x46\x2b\x26\xac\x84\x5d\x56\xfe\x0f\x37\x78\xa7\x73\x70\x07\x6a\x46\x70\x72\x7c\x2c\x0f\x47\xa9\x40\x26\x8f\x1f\xcb\x17\xb4\x2e\xc1\x57\x3b\x2c\x07\xfa\xdf\xb5\xc1\xa2\xda\x97\xe0\x96\xea\x6d\x6f\x7d\x97\x9f\x96\x28\x3f\xfd\x8c\xb2\x28\x51\x5b\x58\x7e\x07\x57\x58\xa0\xe4\x5a\x27\x3d\x7c\x83\x56\x38\xb9\xc5\x5d\x18\x2e\xcf\xf3\x68\xf7\x85\x6a\x08\x4c\xef\xed\xf2\xa0\xf9\xbc\xe6\xab\x69\x9e\x8e\x36\x05\x05\x45\x6a\x4d\x0c\xa0\x8e\x39\x80\x55\xb0\x01\x31\xe1\xbe\x53\x17\x9f\xd6\xa2\x8a\xb9\x37\x38\xac\x6e\xd2\xcf\x4c\x2a\xea\x69\x04\xdb\xb4\x84\xf3\x8d\xaf\xd2\x85\xd5\xc9\x81\x2a\x8f\x3b\x2f\x5b\xb9\x67\x38\x50\xf3\x40\x33\x11\xf0\xa6\xae\xb1\x4b\x7d\xa1\x4c\x63\x2b\x73\x66\x6b\x7c\x64\xb8\x1d\xaa\x54\x47\xd8\x0a\x7f\x43\x46\x9d\x8d\x75\xe3\xa0\xa2\x2d\x24\xb9\xa8\x23\x63\x3d\x40\xc3\xd8\x37\x68\xb7\xbb\x17\xaf\xfc\x4d\x13\x04\x59\x32\x32\xbe\x36\xf2\x92\xe4\x09\x7e\x02\x1b\x62\xb5\x64\x04\x2d\xe3\x99\x1c\x8f\x46\x50\x8b\x4f\x92\xee\x71\x5d\x7d\xdc\x3d\xd6\xef\x6f\x44\xe8\x82\x45\xea\xef\x3c\x99\x44\x79\x31\x9b\x69\x6d\xb0\xfe\x1e\x5d\x22\x4e\x95\x5c\x2f\x9a\x4b\x86\x99\x5b\x24\x12\xc1\x28\xc7\x33\x46\xe7\x88\x5f\x45\x53\xd8\x26\xc5\x93\x49\xc4\x99\xf2\x7c\x52\x7e\x2a\x9c\x65\x99\x6a\xfd\x99\xe0\x4b\xf5\xcd\x5c\xe1\x68\x0a\x5b\x24\x7b\xd2\x3d\x2e\x21\x06\x75\x2b\x11\x4d\x63\x6c\x36\xfa\x97\x32\xc4\xbd\xf1\xd0\x8c\x1c\xc4\x40\xe9\xb7\x3d\x2d\x3d\xf7\xeb\xd2\x91\x8d\xdc\x23\x1b\x69\x8a\xe5\x95\x6e\x6a\xd4\x54\x14\x51\x75\xf3\x69\xc5\x35\xdc\x0c\x9b\x66\x99\x8c\x66\xdf\xd2\x4c\xe8\x9f\x98\xf6\x6b\x32\x85\xdc\xdf\x5a\xaa\xb7\x76\x70\xdc\x4d\x53\x31\x54\x81\x97\xde\x2e\xf4\x6e\xf2\x09\x9d\xa6\x78\x42\xa7\x9e\x13\x7f\x3b\xd3\xe9\x0d\xf2\xb3\xdf\xf5\x9e\xa6\x7b\xee\x69\x00\x48\x97\x18\xcd\xfd\xd7\x5a\xfe\x1e\x68\x2b\x9c\x6d\x52\x4e\xd5\x24\xf8\xd4\xfb\x8d\xef\x57\xd1\xd9\xb6\x1c\x12\xe8\x42\x13\x25\x11\x6c\x19\x11\xe5\x4a\xf4\xfd\x11\x23\xfe\x82\x5d\xd2\xb7\xf4\x15\x25\x22\xe9\x8e\xa0\x9c\xaf\x35\xd0\xd8\xce\x39\x37\x79\x05\x9f\x75\xd6\xd1\xd5\xe2\xc8\x08\x8a\x93\xc1\x9c\xcd\x0a\xcd\x2c\x0f\x65\xef\xe5\x9d\xe8\x43\x03\xd3\x8f\x9c\x5d\x82\x30\xdf\xff\x8c\xd1\x3c\xb6\x92\x75\xfb\xa1\x69\xb2\xa1\x9b\x90\xfc\x25\xca\xc5\x39\x63\x22\x06\x16\x9e\xed\xc4\x87\xff\x28\x30\xbf\xfa\x80\x33\x2c\x9f\x89\xf8\x3b\x49\xf5\x4d\x28\x5a\xe1\xb4\x01\x02\x83\x5c\x20\x2e\xa2\xe9\x77\x00\x8a\x5b\xb4\xc6\x74\x2e\xdb\x4a\xd2\x06\xf7\x7a\xb5\xb0\x4e\x58\x19\x90\x7d\x20\xe7\x19\xa1\x17\x27\xbc\xd7\xe3\x12\x69\x9c\x00\x37\x88\xec\xc0\x08\xff\x9f\x2f\x49\x36\x8f\xb9\xa4\xcc\x6a\xcd\x8e\xb6\x57\xc6\x00\x6e\x2f\x14\xa0\x94\x4c\x6e\xb5\x43\x6d\xa9\x5c\x28\xa6\x92\xac\xfd\x03\x63\xe1\x80\xfe\xf6\xce\x38\x6d\x82\xda\x80\x39\x12\xe8\x5b\xb1\x86\x4d\x71\xfe\xae\x59\xde\x78\xb3\xff\xb9\xec\x6c\x9f\xf5\xd9\xe5\xc7\xd5\x22\xc8\xce\x06\x99\x58\x3a\xc0\xfa\x8e\x3b\xa6\xcf\xbb\xf7\x8a\xe1\x9b\x4c\x22\x25\x37\x80\x91\x07\x41\x92\x7b\x8a\xfe\xc7\xac\xe0\x39\xe3\xc9\xe8\x7f\x44\x96\x57\xda\xca\x85\xfe\x2f\xc9\x78\xca\x33\xf5\xd8\x3a\x09\xfa\x2d\xe4\x69\x6f\x8e\xe1\xfc\xac\x83\x65\x14\x79\x5c\xdc\xb1\xe6\xf4\x54\x75\x5b\xa3\xe2\x66\xf7\x1f\x4a\x5d\xb3\x5d\x03\xed\xc1\x1c\x1e\xc4\x09\xee\x05\x43\x3b\xd9\x40\x1d\xe5\x7c\x60\x03\xc3\x0e\xd6\x9c\x7c\x46\x02\x3f\xd2\x22\xd9\x7a\xf1\x3f\x85\xbc\x6f\xb1\x6b\x90\x42\x92\xc6\x34\x3d\x86\x37\xf9\x87\x55\x31\xcf\x78\x2a\x42\x41\x65\xef\xc9\xcd\xeb\xfa\xdf\x3b\x96\x6c\xa9\x42\x83\xdd\x63\x3c\x46\x1b\x32\x36\x68\x92\x48\x72\x89\xab\x94\x51\x22\x53\xb1\xcd\x52\x36\xd4\x50\x0a\x20\x96\xbf\x36\x9b\x28\x0a\x46\xd3\x6f\x43\xbb\x0b\x87\xec\x52\xcb\x6f\x23\xc3\x0e\xba\x26\xf7\x45\x8d\x61\x2f\x07\x7e\x3d\xd3\x7f\x3d\x9f\x40\x5d\xf0\xee\x9a\x80\xa3\x5a\x07\xfc\x2b\xe2\xb2\x6f\xdf\xca\x65\xb1\x42\xb4\xb1\x91\x0f\xc9\x09\x7e\x5b\x17\xfc\xde\x83\x45\xdf\xe2\x0e\x58\xb8\xda\x16\x9c\x98\xa7\x8f\xce\xfa\x9b\x41\xff\xd1\x05\xa4\x69\xd4\xf1\x20\xcb\x0b\x48\x2d\x81\xec\x18\x48\xcc\xe2\x94\x1f\x6d\xac\x42\xe4\x31\x90\x94\x38\xac\x52\xcf\x24\x1b\x45\xc6\xbd\x9e\x0c\x05\x7b\xcd\x2e\x31\x7f\x8e\x4c\xfc\xc4\x75\x86\x66\x38\xf6\x03\xec\xb1\xe1\x6c\x89\xf8\x33\x11\x8f\xc0\x50\xb0\x9f\xd6\x6b\x5b\xbb\x5f\x45\x84\x29\x6f\x1f\x5b\x79\xfb\x35\xcc\xe4\xc4\x66\x28\xdf\x17\xa1\x69\x3e\xdf\x6b\x75\x37\xb8\xef\x2e\x53\xd9\xe0\xa1\x9b\x5e\x3d\xb1\x44\x5d\x23\x5e\xe1\xc1\x23\xbf\x05\xfd\x8a\xf0\xf9\xdb\xb7\x59\x10\x91\xe1\xfd\x9f\x0d\x93\xdd\xd9\x35\xfa\x57\xdc\x64\x3b\xbb\xbd\xf7\xd8\x35\xb8\xa7\x2d\xe6\x05\x9d\x35\x72\x75\x3f\x3c\x28\x0f\x0f\xca\x5e\xd9\x6e\x9e\x34\xb2\xdd\xb8\x4d\x4d\xd3\x94\x8c\x8f\xff\x38\x4a\x08\x44\x29\x9f\x3c\x9e\xc2\xbc\x2a\x41\x9b\x0d\x82\x45\x9a\x8f\xd9\xe0\x49\xc2\x6e\xa2\x42\x4d\xaa\x2b\x5a\xbd\x17\xbd\x1e\xb5\xb2\xc6\x62\x9c\x8f\xab\xd0\x4d\x74\x98\x17\xe7\xba\x5a\x3c\x82\x05\x80\xd1\x70\x38\x8c\x40\xd2\xfc\x9e\xd0\xdb\x3c\x91\xf6\xa6\xdc\x6d\x0a\x9e\xed\x37\xb3\x90\xcf\xd9\xc1\x6f\x8c\xd7\xea\x5f\x11\xfd\xb9\xe9\xed\x8d\xff\xaa\x16\x77\x8b\x00\x5b\x4f\xf2\x43\x7c\x9c\xbb\x8c\x8f\xf3\xb5\x86\xe2\x91\xd2\x13\x9b\x24\x71\x4e\x34\x89\xc3\xe1\x69\x4f\xbf\xac\x55\x68\xb9\x0e\xea\xe8\x16\xb0\x73\xa1\x32\xcf\x57\x71\x15\xd5\x6b\xe0\xc2\xcc\xd7\x69\xcb\xbd\x98\xd9\x26\x71\xf1\x00\x2e\xbf\x57\x70\x71\xac\xc8\xa3\x78\x9c\xfc\x7f\x9b\xbf\xe5\x9b\xc1\xe6\x6f\x8f\xc0\xdf\x3e\x3c\xba\x80\xa1\x03\xa8\xb3\x26\xdb\xb4\xff\x61\x70\xe3\x64\xf5\x00\x6a\xbf\x2f\x50\xe3\x64\x75\x10\x4a\x0a\xd2\x09\x0f\x80\xf2\xef\x0f\x28\x35\xac\xd2\x86\x17\x96\x65\xda\x48\xc6\xd7\x5b\x34\xcb\x82\xb4\xe5\x5e\x2d\x9d\x5e\x24\xd4\xce\x04\x1f\x9c\x63\x2a\x88\xb8\xda\x5e\x83\x62\x3c\xcf\x07\x1c\xdb\x80\x76\x77\xef\x0d\x64\x68\x46\x07\xf4\xd8\x45\x6d\xbc\x8e\x03\x7c\xe8\x9d\x25\xfa\x01\xd6\x22\x4c\xfb\xcd\x7c\xc2\x57\xa9\xd0\x7f\x2e\xc9\x7c\x8e\xa9\x64\x41\x75\x08\x66\x81\x57\x29\x37\x7f\xd3\x39\xfe\x92\x52\xfd\x43\x19\x49\xa6\xa4\xac\x2e\x2c\x8b\xc1\x75\x79\x8b\xb8\x23\x61\xad\xfd\xb9\x8a\x98\x6f\xe8\x70\xeb\x62\x8a\xb3\xec\xb5\x6a\x5e\xff\xce\xd1\xe5\x2b\x81\x57\x79\xfd\x2b\x69\x7f\xca\x67\x9c\x65\xd9\x6b\xbc\x10\xa1\xef\x1f\xd9\xba\x31\x5e\x46\x30\x15\x3f\x93\xb9\x58\x86\x0a\xfe\x8c\xc9\xc5\xb2\xd1\x93\xd1\xfc\x7d\xa8\x64\x28\xba\xc0\x7c\x37\xaa\xd0\xf6\xb2\xf2\xca\x6b\xc9\xfb\xfa\x23\x5a\x37\x72\x13\xe8\xf4\x26\x9e\x61\x83\xf3\xae\xb6\x01\x76\x9f\x09\xc1\xe3\x48\x6f\x5f\x04\x8e\x6a\xbb\x59\x59\x36\x56\xd9\x9f\x93\xff\xd9\xde\x9c\xd1\xa6\xde\x9b\x2e\x1a\x64\x78\x21\x2a\xff\x63\xb7\x67\x5b\x6a\x0b\xb6\x76\x95\xfd\x9d\x6c\x56\xc7\xb9\x20\x2b\x15\x2e\xf2\x52\x96\x37\xda\x98\x4d\xde\xde\x68\xa9\x2a\x34\xa6\xa5\x83\x7d\xa5\xc1\x79\xe9\xa0\x94\x91\x76\xf1\xc1\xf3\xfc\xbd\xbb\xdf\x6d\x28\x24\xf9\x9f\x32\xb2\x5a\x61\xfe\x38\x06\x63\xe3\xa2\xc0\x31\x9d\xcb\x7d\x4f\x1a\x8e\x16\x4b\x92\x83\x12\xce\xc9\xfc\x3d\x9e\x61\xf2\x19\xcb\x41\xf3\x2d\xe6\x28\xf6\x94\x8b\xb5\x1c\x57\x01\x6f\xfd\xd3\x07\x35\xd7\x77\x4c\x47\xdd\x68\x04\x8d\x08\x44\x3a\xf1\x40\xde\x5a\xab\xa8\x1f\xc6\xe2\x42\x89\xba\xde\x9e\xe7\x98\x7f\xc6\xfc\xc6\x0a\x26\xd0\xbf\x1c\x51\x6f\x64\xc2\xe4\xba\xcc\xdf\x51\x73\xdb\xa2\x12\x94\xd0\x5b\x49\x20\x1a\x40\x75\x71\xeb\x47\x22\x0b\xac\xb1\x43\x18\x90\xd5\x24\x7d\x37\x03\x7b\xd9\xbb\x69\x8a\xff\xe9\xeb\x6e\x22\x20\x5c\xb3\xd2\x7c\xa6\x82\x7e\x29\x6c\x89\x45\x1c\xe9\x81\x23\x28\x54\x7a\x10\xe5\xe8\xd1\x9c\x5f\xeb\xdb\x2d\x8e\xc2\x9e\x45\x1d\x84\x42\xd1\xf6\x6b\x97\xa5\x16\x65\x3f\x7c\xf3\x8f\xaa\xc4\xf0\xbd\x5e\x8c\xd3\x35\xe2\x39\x7e\x45\x95\x62\x65\x04\x5a\x68\x44\xd7\xf3\xd6\x5f\x15\x45\x10\x03\xeb\x1a\xbf\x1d\x79\x54\xe3\x09\x15\x8c\xc8\x8d\x27\x5a\xe3\x7d\x64\x6b\x5d\xad\x35\xdc\x47\xb6\x96\x5b\x5e\xed\xcb\xf3\x0a\x45\x87\x8d\xc5\x7d\x78\x1d\x7a\x08\x3d\x6e\xe1\xb2\x00\xa6\xf2\x27\xdd\x7c\x11\x24\xf1\xa8\x70\x5c\x1a\x28\xd4\x25\xb2\x8a\xc6\x68\xc1\x3a\xba\x68\xb3\xf1\x56\xe9\x15\x6b\x9f\x7b\x09\x2b\xef\x15\x8e\x6a\x5d\x44\xb3\x01\xf2\xbd\xa9\xa3\x1b\x6f\x4f\x62\x77\x99\x55\xbd\x20\xdc\x28\x40\x0e\x3b\xb0\x9a\x42\x18\x19\x1f\x65\xfb\x02\x79\x5b\xea\xc4\xcf\xb8\x72\x63\x6f\x96\xa6\x26\x90\xb5\x80\x54\x27\xea\x74\x8e\x86\xe6\x5d\x84\x59\xf0\x65\x9c\xb5\x4f\x50\x91\x2d\xcf\x44\xdc\x04\xcf\x26\xfc\xb4\x9f\xaa\xd0\xf1\xc2\x45\x08\x46\x0a\x7a\x67\xfd\xdb\x1c\x09\x7a\x1b\x97\xe9\x8f\x48\x2c\x87\x2b\x42\xe3\x19\xf4\xdf\x72\x70\x34\x1b\xa4\x4b\xb8\xe8\xcb\xff\x55\x95\x16\x7d\xbf\x92\x67\xdf\x38\xaf\x4e\x64\x30\xd3\x7b\xbb\x4e\x27\x53\x65\xe1\x2a\xd2\xd1\x89\x78\xba\x50\x41\x92\x59\x3a\xeb\x0b\x88\x1a\x32\xcf\xf9\x50\xab\x38\x9e\x89\x98\x01\x00\x8b\x5e\x2f\xce\xd3\x62\x82\xa6\x00\xe6\xe3\x98\xb6\xb7\x64\xc1\xf8\x0a\x09\x89\x14\x55\x40\xb1\x98\xed\xb9\xfa\xca\x3b\x30\x77\x8e\x38\xb4\xf1\x59\x93\xa8\x2a\x62\x49\xbd\xe0\x13\xbe\x8a\x20\x6a\x7c\x34\x99\x67\x19\x80\xd9\x04\x4d\xd3\x1c\x24\x6b\xad\x14\x61\xc0\x5b\xbc\x47\x89\xf9\x21\xa3\x25\xd5\x9d\x4d\xe2\xdc\x5b\x60\x3e\x11\x53\x20\x29\xe6\xa9\x2c\x5d\xdb\x60\xd3\xd7\x2c\x5d\x0f\xd7\x6c\x6d\xe8\xb1\x55\x5a\xdb\xb2\xa3\xe6\x86\xae\x00\xfc\xc6\xbb\x76\xc3\xe6\xd4\x3f\x0b\xbc\x8a\xe0\x6a\xc7\xbe\xeb\xbd\xd4\x61\x45\xc2\x95\x46\xe1\x69\x45\x1a\x85\x25\x9d\xd1\x49\x67\x4e\xf2\x75\x86\xae\x92\x0e\x65\x14\x9f\x44\xfe\x79\xac\xfd\x53\x90\x7b\x3b\x11\xda\xe9\xe7\xf3\x0d\x1b\xfb\xf9\x4e\x37\x36\x57\x71\xc5\x49\x8c\xe0\x67\xc8\xe4\x96\xea\x75\xfb\x84\xbb\xef\xc1\x98\x1b\x3f\x56\x47\xbc\x67\xda\xc2\xd5\x12\x91\x6d\x0b\x57\x63\x26\xac\x69\xca\x37\x6c\x8e\xbd\x20\x5a\xfe\xeb\xdc\x70\x83\x6e\x3f\xdf\x63\xf3\x24\xd0\xf9\x33\x5d\xaf\x41\xee\x42\xd9\x2e\xc1\xee\x55\xa9\xf0\x54\xaf\x27\x1a\x5f\x3f\xb2\xf5\x66\x13\x37\x03\xbc\x34\x9e\x6f\xb8\xa5\xdc\xbc\xb7\x66\x8b\x1a\xf4\x89\x0a\x48\xa2\xb7\x58\xbe\x35\x3b\xd6\xe6\x73\x0c\x15\x1d\x51\x67\x0a\x54\xbc\xed\xf6\x3c\xbd\xa6\xe1\x89\xfa\x9d\xec\x9e\x6b\xd0\x70\xf2\x50\x01\xc4\x3f\xd5\x88\x77\xfd\x9f\xef\x7f\x9e\xfd\x27\x22\x61\x9f\x54\x09\xa7\x11\xdc\xed\x9a\xaa\x57\x46\x91\x20\x9f\xf1\x40\x9f\xb1\x8e\xfd\xa4\x9c\x37\x27\x13\x6b\xed\x3a\xc8\xb5\x59\x83\x4f\x32\x42\x9f\x9e\xb3\x3f\x9e\x1b\x88\x8c\x9a\x80\x10\x4d\xad\xd9\x70\x8d\xaa\x71\x3e\xae\x3e\x04\x36\x3f\x4a\xb0\xdb\xe5\xfd\x5a\x1b\xda\x38\xc1\xee\xf2\x95\x6d\xcd\xcc\xba\xcd\xee\x32\x4a\xf6\x5d\x4d\xff\x43\x3b\xc0\x62\x34\x5b\x46\xd5\xb2\x24\xc6\xd8\xee\xf9\xda\xf4\x56\xfd\x0f\xcf\x19\xf5\x09\x3c\x86\x13\xf3\x73\x6a\xbd\x50\x8f\xff\x08\x1f\xeb\x89\xcb\x42\x85\xb6\xd5\x26\x98\xdf\x0a\xbb\x4f\x55\xed\xff\xdd\x32\x3b\x3e\xb6\x76\xc7\xf7\x60\x9d\x7c\xd8\x15\xd9\x6e\xa3\xbc\xa3\x9f\x00\x40\xee\x14\x16\x5a\x95\x05\xa2\xf9\x6e\xb9\xa0\xda\xe2\xc1\xba\x4a\x0c\x77\xc7\x1a\x67\x5f\xa9\xac\xc6\xb2\x6d\x40\x1c\xb1\xcf\x98\x2f\x32\x76\xa9\x79\x37\x15\x3d\x72\x8f\x50\xbe\x61\x09\x5a\x4d\xe6\x12\x94\xa9\x04\x04\x3f\x6d\xe1\x8e\xf9\x82\x28\x59\x29\x0f\xe8\x97\x12\x36\x1a\xe2\x33\x2d\xd2\xd8\x43\xf8\xe1\x8b\xc7\x1a\x92\x00\x1f\x89\xb4\x79\xc9\x5d\x6c\x69\x6b\xce\xdb\x39\xca\x72\x67\xb8\xd8\x90\xa4\x4e\x7d\x33\x5e\x0d\x3a\x26\x8d\x29\x51\x4e\x2c\x7a\x68\xe5\x5b\xa4\x09\x0b\xe0\x7d\xa9\x31\x55\x46\x6a\x7a\x45\x67\xfa\x6c\x5f\x72\xb6\x52\xf3\xb3\x25\x02\x71\xf1\xc1\x20\x29\x3c\xfb\x64\xb6\xf3\xa7\x75\x50\x30\x75\x48\xff\x7b\x89\x8e\x74\x1c\xb1\xda\xf8\x3b\x04\x97\x25\xac\x96\xec\x77\x45\xc7\x71\x6d\xbf\x14\x78\x0f\x2d\x50\xa7\xe6\x28\x22\xd8\xae\x34\xa1\xd3\x34\x12\xac\x98\x2d\x23\x1b\xdc\x71\x4b\x1f\xa8\x10\x2c\xd2\x39\xcf\xdc\x65\x06\xb5\x61\xe1\x08\x5a\xe9\x40\xbd\x93\xb5\x91\x85\xa4\x11\x3a\xcf\x59\xa6\x1c\x72\x03\xd5\x32\xef\x26\xd4\x4b\x44\x75\x21\xea\x05\xe7\x4c\x08\xb6\x0a\x97\x71\x7d\xd9\xcc\x9e\x6d\x91\x3e\x04\xf6\xba\x35\x69\x8e\x33\xa4\xa3\x0f\x6f\xaf\xad\xc5\x0b\x5b\x84\x0b\xfd\x68\xfd\x65\x57\x63\x23\x78\xd8\x26\x76\x50\xcd\x4b\xd8\x86\xb1\xf6\x3d\x97\x4b\x25\x78\xfe\xc1\x97\xcd\xd4\x2f\xa9\x63\xfd\x9b\x55\x9b\x15\x9b\xb7\xfb\xfb\x74\xe4\x62\x76\xda\xd9\x6f\x6b\x0b\x2c\x6e\xa8\x0d\x62\x64\x53\x6d\x3a\x38\x34\xa3\x0a\xf9\x6c\x63\xed\xe5\x87\xad\x93\x0a\x36\x57\x29\xb5\x1a\xf7\x7d\x4b\xd8\x2e\x4f\x1d\x0a\xae\xf1\x30\xaf\x5d\x50\x5e\x37\x7e\x03\xd7\x97\x84\xce\xd9\xe5\x90\xe3\x7f\x14\x38\x17\xcf\x6a\x28\x7b\x8c\x5b\x48\x3c\x58\x2f\x96\x6c\x42\xab\x6a\xae\x83\x33\xb2\x42\x09\xdf\xfe\x1f\x50\x2a\xc4\xd2\xc2\x1a\x01\x48\xa8\xf5\xd3\xeb\xc5\x3b\xe7\xa8\x3b\x6c\x4e\x28\xd0\x11\x48\x54\x08\x34\x37\xa7\x50\x95\x5d\x2f\x97\x3c\x81\x9b\x36\xdf\xe1\x13\x91\x62\xef\x38\x95\xff\x63\x05\x9e\x2a\x2f\x44\xc5\x41\xb5\x80\xa7\xd7\xe3\xe1\x42\xcd\x65\x29\x93\xcf\xad\x70\x17\x2a\x91\x70\xce\xad\xe6\x10\x0f\x7d\x16\x96\xb9\xdf\xfa\x89\x87\x48\x4e\x8e\x54\xa2\xc4\xaa\x6e\xaf\xc7\x1a\x9f\xff\x6c\x64\x8b\x31\xaa\xa6\xe4\xd3\x10\x24\x44\x43\x30\x00\x63\xba\xd9\x20\xe0\x87\xc4\x54\xd9\x65\x44\x23\x8c\x3a\x75\xb2\xd9\x26\x8b\x6a\xf9\x01\x95\x77\x1a\x05\xaa\xb5\xa8\x71\x48\x20\xd3\xa6\x2a\xbb\x48\x46\xad\x57\xc8\x1f\x5d\x70\x32\xaf\x13\x87\xba\x64\x70\x4e\xe8\x60\x8d\x66\x9f\x30\x7f\xb4\x20\x5f\xf0\x7c\xa0\x6b\xee\x26\x0c\x2f\x30\xd5\x76\x05\xf7\x45\x18\xfa\x91\x52\x2a\xbd\xb0\x62\x8d\x2b\xc7\xdd\xd1\x09\x7f\x6a\x65\xa5\x2a\x44\x8a\x89\xa4\x20\x26\x7c\x7a\x44\x87\x55\x7e\xc8\xd4\xff\xb1\xd9\x74\x8f\x21\x1d\xfa\xd9\x24\xe5\x59\x9b\x44\x3a\x84\x76\x68\xaf\x17\xd3\xa1\xcd\x27\x99\x76\x47\x00\x6e\x5b\x05\xd5\x49\xa5\x81\xb3\xf4\xad\x7c\xf5\xb4\x62\xdc\x1a\x00\xf7\x7a\x38\xf6\xf3\xa9\x73\x65\x24\x8b\x63\x01\x29\x80\xa2\x2c\x63\x00\xb7\xa5\xf2\x57\xfd\x7c\x4b\x45\xb8\x11\x3e\x1b\xf0\x3f\x27\x54\xc9\x7f\x9c\xae\xda\x86\x2c\xab\x02\x52\xc8\x49\x99\x14\xee\x35\x41\x7c\x3b\x5b\xb0\x6e\x70\xad\x1e\xe2\x04\x43\x23\x06\xb3\xe3\x98\x27\x56\xc5\xc0\xb2\x69\x87\x8d\xe0\x3a\x94\x13\xbe\xb6\xc3\xae\x8f\xcf\x24\x27\xe7\x19\xfe\x20\x9f\x16\x42\x2f\x5e\xc9\xf6\xe6\x34\xaa\xfc\xeb\x86\x9c\x08\xf7\xdb\xee\xd3\xd6\xaf\xe7\x9c\x57\xab\x08\x75\xd1\xee\xc0\x54\xd5\x93\xc1\x55\x17\x7a\xc1\xfb\xf5\x61\xeb\xb6\x3a\x51\x92\xf7\xfd\x37\x48\xab\xbf\xff\xaa\xb7\xe9\x67\x22\x96\xc4\x40\xab\xca\xe7\x60\x3b\x6d\x08\x0b\x83\xdd\x53\xe7\x55\x24\xfb\xae\x36\xd5\x14\x42\xa6\x0b\xcc\xe2\xed\x57\xa4\xbf\xda\xe5\x98\xcf\x55\xdc\x3e\x6e\x04\x95\xef\xc8\x17\x9c\xa9\xc1\x41\xac\x33\x83\x95\xe5\x54\x67\xc1\xdd\x6d\x48\xdc\x46\x7e\x2b\x0f\xb1\xed\x46\x81\xf9\x12\x67\x8b\x81\x62\x71\x1e\x70\xe0\xef\x18\x07\xda\x14\xea\x7c\x1b\x12\xfc\x37\xc6\x7f\x5e\x76\xb4\x20\x06\xd4\x61\xe3\x1f\x70\xe0\x6f\x0b\x07\xae\x31\x9f\x61\x2a\xd0\x05\x96\xa5\xc5\x8a\xe6\x0f\xb8\xf0\xb7\x8a\x0b\xbf\x9d\x69\xe4\x11\xbd\x39\x8e\x9f\x0b\x10\xc5\xd2\xc9\x14\xa2\x74\x04\xf3\x74\x74\x92\x3f\xe5\x27\x79\xbf\x0f\x98\x56\x34\x1b\x9c\x47\x27\x68\x6a\xd1\x1e\x81\x06\x26\xd5\xd7\x12\xc0\x7e\x1f\x7d\x9f\x5a\xc7\xb1\x5e\x2f\x46\xe9\xc8\x58\x4e\xd8\x7b\x95\xa7\x6c\x1b\x42\x66\xf0\x78\x34\xba\x37\x94\xac\xfa\xbe\x73\xa4\x7c\x3c\x1a\xdd\x19\x5a\x96\x7d\xfd\xbb\x22\x66\xb5\x4f\x77\x89\x9a\xf5\xc6\x5b\xe4\xec\xa0\x6b\x82\xa7\x43\x03\x93\x01\x14\x6d\x1a\xe5\xda\xd0\x64\x91\x31\xc6\x63\x32\xfc\xf2\xe8\x78\x34\xfa\x83\x08\x21\x6f\x87\x71\x0d\x06\xbf\xfe\x92\xe4\xf0\x2a\x21\xc3\xab\xf2\x76\xb8\xbc\x69\xb3\xfd\xad\xa3\x17\x3a\x53\x64\x5a\xb9\x8a\xe2\xb1\x17\xa0\x2a\x11\x2a\x35\x74\x6a\x4d\xea\xd3\x34\xa5\x9b\x8d\x17\x4b\x94\x8e\x6d\x72\x05\x1b\x78\x13\x7b\x21\xe3\x8c\x31\xdc\xbf\x8d\x9f\xc3\xcd\x67\xd9\xb2\xae\xff\xa6\x67\x8a\x7d\xa3\x8b\x21\xc9\x5f\x10\x2e\xae\xe4\xe3\x57\x2f\x60\x97\xd4\xfc\x85\xf5\xed\xc4\x97\xc3\x7c\xb6\xc4\x72\x18\xcf\x54\xa0\xd6\x08\x62\x2f\xa0\x2a\x8c\xac\xc5\x30\xa1\x17\x9d\xcf\x04\x75\x9a\x26\x9b\xbb\xbd\x23\xb6\x90\x1a\x87\xe9\x3a\xef\x3a\x26\x4d\x93\x42\xab\xa5\xcb\xad\x90\x8f\xc3\xea\x89\xd5\xb7\x9c\x08\xb6\x4e\x46\x27\x19\x5e\x88\x64\x74\x62\x93\x54\x76\x48\x3f\xad\x2b\x74\x9e\x7f\xf8\x00\x62\x3c\xfc\x02\xf1\xf0\x0a\x40\xd2\x4f\x35\x52\x4f\xa2\x3e\xef\x47\xeb\x2f\x27\xe6\xa9\x8a\xfa\x54\xfd\x8c\xca\x6a\x52\x75\xcc\xf3\x6d\x67\xf6\x3f\xda\x13\xdb\xf7\x6c\x3d\x7d\xf3\xbd\xdd\x83\x9a\xb6\x39\x14\x6e\x8b\xc4\x58\xe7\x01\xc3\xc3\x59\x9e\xdf\x58\x73\xe4\xa2\xd2\x4e\xa2\x4b\x7c\xfe\x89\x48\x62\xf9\x67\xfb\xc7\x4a\x82\xe6\x8f\xec\xd7\x08\x46\x6f\xa3\x29\xe4\xe9\x24\x1a\xe8\x5a\x83\x08\x46\x83\x55\xae\xff\x61\xbf\xaa\x7f\xd9\x20\x9a\x42\x9a\x86\x22\xfe\xd9\x10\x82\xbd\x9e\x0b\x26\x68\xff\x30\xfa\xab\xed\x25\x7a\xcd\xb5\x78\x30\x92\x82\x34\x41\x5c\xc6\x8d\x60\x49\x2b\x9c\x91\x5f\x71\x8c\x41\x82\x8f\xc8\x42\x67\x2d\xa7\x2e\x3c\x44\x95\x10\x23\xdd\x12\x64\x29\x66\xc0\x10\x80\x8e\x16\xcf\x2d\x2d\xae\x93\xb5\xf7\x91\xec\xb8\xa8\x75\x4c\xc6\x5c\x96\xe0\xa4\x08\x05\xae\xda\x61\xc1\xb0\x07\x0e\xb8\xc1\x98\xe1\xeb\x61\xca\xbf\x18\xa9\xf7\x33\xc5\xc3\xbc\x58\xab\xd9\x3d\x7e\xe1\xfd\x78\xf2\xc2\x3e\xa4\x5e\x65\x6b\xa4\x9e\x22\xff\xeb\x47\xf9\x87\xbc\xd5\x8f\x5f\xa4\x79\xb0\xe0\xc9\x8b\xb4\x08\xf5\x23\xe7\x92\x6d\xe9\x4a\x96\xcd\xb6\xf4\x26\xcb\x16\x7e\x54\x2d\xef\x16\x00\x93\x06\x55\xd6\x8c\x00\xa4\xba\x42\xd3\x80\xc3\xaf\x42\xea\xcb\xee\x76\x83\x2d\xd6\x98\xe7\x6b\xac\xd2\xca\xbe\xe5\xe4\x82\xd0\x08\x28\x3d\x8e\xb7\x7b\xdd\x2e\xad\x20\x18\x59\x82\x18\xfb\xea\x6a\xad\x9c\xb5\x77\x5c\x29\xaa\xb9\xd6\xd7\xba\x86\x79\xa3\xe1\x84\x4e\xd3\x79\xac\x44\x1a\xae\x4e\x11\xa8\xb3\x6c\xd4\xc9\x7c\x36\x28\x52\x08\x53\xa5\x82\x5d\x7f\x51\x38\x34\xea\x0b\x83\xfa\x5c\x8b\x59\x8d\x71\xe2\xfd\x28\x89\xfa\x73\xf5\xad\x1f\xf9\xf5\x16\x81\x7a\xcb\x40\xbd\x79\x6d\x06\x2b\x24\x38\xf9\x12\x1f\xc3\xce\x48\xfd\x77\x0c\x75\x6a\x5a\xf9\x8f\xe8\x47\xc0\x6b\xb8\x0c\x34\x7c\x32\xaf\x9a\xba\x0e\xda\x3f\xfd\x2e\xf5\x67\x10\x95\x3e\xbc\x93\x71\x91\xb0\x71\x9e\xa0\xe6\xa5\x20\xe3\x45\xc2\xc6\xb3\x24\x90\xe9\x9e\xad\xd6\x2c\x97\x9c\x75\x20\xf6\x45\xc6\xf2\x82\xe3\x81\xb3\x4e\xbb\x67\xda\xc8\x0b\x78\x61\x0d\x8d\xce\xce\x32\x86\xe6\x98\x43\x9e\x5e\x3f\x7b\xfe\xf1\xd5\xdb\x37\x2a\x41\x69\x79\x64\xa6\xbf\x14\xab\xec\x1c\xf1\xfc\xd1\x27\x7c\x75\xc9\xf8\x3c\x6f\x4e\x9a\xd0\x8e\x4d\x79\xcf\xaf\xc6\x3c\x15\x4a\xeb\x4b\xb8\xdb\x80\x1b\x7b\x00\xd6\xa2\x8c\xb3\x42\x28\xe7\xe2\x83\xc6\xec\xf5\xe2\xc0\xa8\x7b\xf7\x05\xac\x08\x86\x0f\xf5\xfa\x77\x07\x4b\xd9\x71\x9a\x17\x58\x0c\xd4\xb6\x0f\x10\xe7\xe8\x6a\x80\xe8\x7c\x50\xe4\x78\x30\xc7\x78\x3d\x50\xa9\xdd\x06\x0b\xce\x56\x03\x65\x79\xf7\x8d\x23\xe9\x6b\x37\x0b\x9e\xe2\xc9\x68\xaa\xb5\xd9\x8f\x25\x6f\x63\x1e\xb0\xb1\x48\xf1\xe4\x78\x9a\xc4\x54\xfd\x0b\xe5\xcf\xc7\x2e\xd6\xf5\xf5\xac\xe0\x1c\x53\xf1\x57\x35\x08\x57\xa9\xe4\xae\x12\x01\x8b\x1c\xbf\xc0\x78\x7d\x2a\x57\x96\xd0\xe0\xb3\xd6\xda\x2c\xfb\x2f\x5a\xaf\x31\xdd\x37\x1b\x45\xc8\x5d\xfc\xc6\x78\x4f\x4e\x6e\x26\xd2\x11\xe4\x4a\x98\x62\xca\xac\x35\xff\x89\x78\x8a\x7d\x0b\x74\x3e\x11\xd3\x14\x4f\xc4\xd4\x8b\xf1\xad\x62\x3f\xd1\x7a\xc8\xa8\xfd\x63\x1b\xe5\x6b\x8e\xd1\x7c\xff\xb0\x46\xb7\x0a\x65\x75\xeb\xd9\x1d\x1a\x79\xc9\xce\xe7\x9e\x02\x65\x99\x55\xe9\xd5\xca\x8b\x12\x63\x6f\x70\x17\xe3\x8f\x42\x92\xca\xcd\x32\xd1\xf5\x5c\x5a\xf3\x98\xa6\x93\x29\x30\x9e\xea\x55\x96\x8d\x98\x80\x5b\xb9\xe2\x6b\x00\xdd\x16\x8b\xf0\x76\xc1\xfc\xb6\x5f\x87\xd9\xb2\xa0\x9f\x1e\xe2\x9f\x3d\xc4\x3f\xbb\xcb\x80\x9a\x0a\xa8\xb6\x47\xd3\xd4\xee\x64\xe8\x0b\xa4\xfa\xcf\x19\x26\x59\x9d\x87\x12\x96\x93\x6e\xf8\x80\xb2\x94\xc7\x04\x8e\x00\x44\xe9\xa8\x8a\xb3\x69\x61\x4d\x00\x25\xda\xb6\xcc\x11\x80\x5d\xb4\xd9\xb0\xa7\xc7\x06\x10\x8c\x3b\x9a\xce\x33\x38\x82\x45\x3a\x38\x86\x99\x87\x9e\x69\x8c\x1e\x31\x00\x4e\xf2\xa7\xe8\x04\x64\x93\x7e\xbf\x98\xa6\xc2\x5c\xf6\x1c\xe6\xfd\x94\x39\x81\x5a\xb6\x23\xb0\x66\x5b\xb4\x27\x67\xff\xd8\xb5\x25\xb1\x0a\x1a\xc7\x27\xc7\x53\x50\x36\xee\x6d\x33\x57\xc6\x8e\x7b\x7b\x50\x9e\x95\x87\x9b\xfb\x7b\xbc\xb9\xf5\x27\xbe\x82\x45\x1d\xa6\xd6\x4c\xb3\x7e\xe8\x1c\x8c\x79\x32\xe1\x53\x30\x5c\x90\x4c\x34\xa0\xb9\x16\xac\xb0\xca\xa4\x83\x41\x79\x3b\x2c\xa1\x41\xf8\x6e\x43\x0a\xee\xbe\x31\xc5\xad\x62\x7d\x3e\x50\x7e\xbf\x77\xca\x4f\xd1\x7d\x90\xa4\x54\x62\x6e\x96\x52\x17\x60\xd9\x21\x75\x43\xf7\x59\xc7\x95\x98\xdd\x8e\xf8\x33\x40\xfa\xcd\xa8\x3f\x46\x05\x22\x4d\x83\x85\xad\xcd\x8c\x96\xcc\xa4\xff\xdc\x2d\xec\xf3\xa1\xec\xe1\xc9\xf9\xdd\x3d\x39\x4a\x23\xe2\x22\xac\x05\x52\x08\x3c\x8b\x39\x80\x8d\xdb\x56\xc1\x49\xb7\x1b\x20\xed\xea\x9f\x30\x18\xe3\x80\x09\x05\xf7\x15\x90\x34\xe6\x2a\xdd\x61\x77\x04\x12\x0d\x44\xb7\xbc\x95\xfa\x9a\x1c\x76\x2d\x5b\x52\x10\x89\x45\x6a\x84\xa0\x90\xe8\x44\x84\x08\xc1\xfd\xaf\xf0\x1c\xcf\x1e\x88\xc0\x87\x1b\x79\x30\x11\xf8\xb8\x11\xbe\xda\x67\xa7\x4e\x57\x6b\x71\x65\x93\x15\x50\x67\x93\x20\x5f\xc0\x37\xca\xe0\x20\x26\x00\x76\x49\xfe\x06\xbd\x89\x89\x83\x10\x67\xb8\xa0\xcc\xba\xd2\x63\x00\xc9\xe0\x56\xc1\xa6\xe7\x78\xf6\xad\x88\xc2\x39\x67\xeb\x87\xeb\xf3\x70\x7d\xbe\xfe\xfa\x58\xa4\xbe\xd9\xc4\x24\x9d\x4c\x01\x24\x86\x48\xa4\xb7\x0b\xc8\xc9\xd9\xfa\x5b\x5d\x02\xcd\xea\x0d\xce\xaf\x0e\x23\x03\x73\xad\x5a\x78\x20\x03\x1f\x6e\xcd\x6e\xfe\xcd\x13\x9e\xc3\x27\x36\x01\x17\x44\x29\x99\x1c\x4f\x61\x9e\x92\xc9\x63\x7b\x7d\x1a\x54\x5f\xee\xfc\xfe\xec\x17\x04\x54\x6c\x28\x04\x91\x7b\x93\xea\x8f\x16\x03\x36\x6d\xb1\xfd\x92\x83\xf1\x44\x29\x98\x9a\x72\x0b\x04\xc6\x01\x03\x35\x14\x32\x74\x43\xb1\x9f\xc7\x5b\xf2\x76\x01\x8b\xb7\x10\x95\x6b\x1b\x40\x14\x6c\x62\xc9\x5c\x5b\xad\x84\xb9\x15\xbc\xd0\xdb\x91\xaa\xba\xf5\x0f\x57\x29\x0d\xe3\x8e\xdb\x65\x10\xb8\x09\x77\x3c\x3c\xa1\x0f\xc8\xe0\xce\x9e\xd0\xfa\xf5\xa5\x60\xb3\xe9\x12\x79\x85\x49\x75\x35\x6e\x7f\x33\xbe\xdd\x9b\x4a\xe7\x8d\x17\xf5\xe1\x62\x3c\x5c\x8c\xdb\x66\x16\xe2\xd5\x1b\xd9\xba\x1f\xf2\x6e\x58\x99\x0a\x03\x43\x09\x79\x3f\x5c\xc5\x14\x92\x5b\x5e\x13\xd9\xfc\x9b\x5d\x93\x4c\x6e\xdb\xbe\x06\x48\x0f\xd7\xe4\xe1\x9a\x34\x2e\xc1\x4e\x59\xa0\xe7\x4e\x65\x13\x09\xf0\x58\xc5\x47\x99\x4c\x41\x82\x6f\x75\x3d\x34\xc0\x1e\x76\x3f\x02\x14\x25\x8f\x9d\x26\xae\x2e\xfc\x3b\xe8\xfa\x5c\x70\x56\xac\x1f\x9e\x99\x87\xfb\x73\x17\xf4\x17\x64\xe9\x75\x59\x29\xb4\x16\x8c\x9f\xa2\xd9\x32\x20\xc6\xf6\x79\x16\x0a\x20\x4f\xd9\x44\x4c\x8f\x9a\x8a\xe4\xcd\x26\x56\x87\x26\x0b\x53\x0e\xa0\xd9\x6b\x0c\x4a\x00\xd9\x6d\xae\x9e\x02\xf6\x6f\xf7\x34\x2d\x51\x3e\x90\xf0\xb2\xa7\x50\xc4\xfe\xab\x9b\xec\x2d\x3c\xd9\x51\xf3\xb6\xe6\x9d\x37\xa6\x11\xa9\xa9\x5c\x9c\xd3\x4a\x2b\xd3\xcb\xe3\x60\xa6\x97\xc7\xd3\x5e\xcf\xff\x75\x44\x55\x98\xa1\xc9\x14\x18\x55\x88\x62\x83\xe5\x2e\x00\xd9\x3b\x24\x56\xdf\xd1\xad\x47\xd2\x65\x10\x43\xe2\xf1\xf7\x96\x2b\x67\xb7\x4b\xe1\x8b\xf2\x37\xf8\x8b\xf8\x5a\x05\x4d\x3d\xe7\x02\xf6\x55\x35\x43\xdf\x16\x15\x8a\xa1\x3a\x0a\x28\x86\xbe\x2d\xea\x57\xa8\x71\x24\xb4\xad\x39\xfe\x4c\x58\xb1\xaf\x36\xd6\xfe\x5b\x35\xfb\xbd\x43\x9d\xdd\x89\x6f\x0c\x79\xef\xcc\xb0\xbf\x5d\xe8\x23\xf4\x41\x89\xf8\x40\x42\xfc\x8b\x2a\x11\xfb\xb7\x52\x22\x12\xfa\xcd\x94\x88\x84\x0a\xcc\x73\x7c\x2b\x6b\xcc\xaf\xbe\x41\xdf\xdc\x3c\xea\x5b\x99\x7e\xd5\x41\xad\x65\x75\xdf\xe1\xc3\x15\x5a\xef\xb2\x4f\xac\x58\xc3\x64\x32\x2d\x81\x4e\x9f\x10\xb2\x6b\xf4\xac\xf6\x4e\xc4\x53\x5e\xcb\x0d\x60\xcb\x54\xce\x32\x09\xe4\x42\xd2\xc9\xa3\x13\xf6\x94\xd8\x7a\x4c\x67\x72\x20\x13\x36\x4d\x55\xd6\x20\x79\xe1\x8f\xce\x39\x46\x9f\x4a\x89\xdb\x8e\x25\x34\x9b\xbd\xec\x1e\x9b\x5b\x2b\xa1\xf4\x76\x60\x6d\x60\xed\xdb\x01\xf7\x67\xf6\xe9\x5e\xad\x26\x7f\x2f\x90\x7d\xab\xd3\x96\x9b\xbf\x4d\x97\xc3\xcd\x51\xbf\xff\xf0\xd7\x77\x43\x94\x79\x36\xf4\x95\xda\x4d\xdd\x9d\x90\xe5\x22\x44\x29\x33\x19\x45\x82\xf7\x06\x81\xb1\xb7\x15\x26\x19\xe4\xee\x2b\x27\xf8\xd5\x2b\x35\xe1\x18\x9b\x10\x9a\xee\xae\xca\xed\x6d\xa7\xa7\x68\xb5\x43\xba\x5d\x79\x1f\x9a\xaa\xff\x66\xe4\x41\xce\xf8\x40\xe4\xdc\x87\xa9\x47\xfd\xe6\xd0\x8a\xe4\x89\x60\x04\x20\xd1\x11\x6b\x6f\xa7\xb5\x92\x4d\xbf\x15\xaa\x5f\xa1\x07\x59\xe2\xc3\x1d\xb9\x57\x5d\xae\x32\xc5\xf0\x6d\xa4\x76\x3e\x28\x56\xc4\x58\xde\xce\x16\x62\x85\xbe\xa1\xb8\x70\x85\x1e\x0c\x09\x1f\x6e\xce\xfd\xde\x1c\x7d\x5d\x6e\xf7\x90\xac\xd0\x37\xb3\x27\x3c\x40\x6a\xae\xe5\x92\x17\x58\x0c\x4c\xae\xb8\xfb\x17\x4c\x6e\xbb\x8d\xc6\x79\x40\x6f\xc8\x6d\xc5\x92\xdc\x68\x3d\x6c\x00\xfd\xba\x4d\x18\x87\x58\x07\xc7\xb3\xd0\x3d\x38\x3e\x92\x57\xb7\x29\x32\x71\xa1\x7b\xd2\x34\x65\x2e\xae\xdb\xb3\x98\x83\x2a\x39\x1d\xe9\x1f\xdf\x0a\x0e\xe4\xe1\x1c\x66\x1c\x16\x14\x54\xf2\x90\xa0\x92\xde\x46\x50\x79\x10\x11\x4f\xd9\x6d\xec\xb5\xdb\x38\x16\x5c\x97\xb7\xda\x3c\xc6\xd6\xa9\xd8\xcd\x8d\xd5\x37\x4f\xf8\x4b\xe5\x87\x2c\x55\x9f\xf4\x00\x3d\xf8\xf8\x3e\x3c\x2b\xfb\x3d\x2b\xe6\xc8\x9a\x9e\x53\xee\x88\x9b\xde\xf4\x16\xad\x08\x0f\xad\xe0\x5b\x21\x15\xdb\xfc\xf6\x66\x11\x4e\x58\xe1\x39\x48\xf1\x58\x49\x2d\x68\xcb\x41\xea\xa0\xd7\x88\xad\xe5\x18\x28\x7b\xb8\x46\x0f\xd7\xe8\xab\x5c\xe5\x03\xc6\xe2\x7c\xcc\x83\xa1\x4f\x6f\xf5\xb8\x58\x40\xfd\x56\x64\xda\x9a\xac\x43\x01\xc0\xf6\xd1\x38\x93\x35\xde\x8b\x54\x6b\x44\xbc\xba\xe3\x08\xe6\xdb\xb6\x49\x0c\xe5\x04\x8f\x1c\x89\xd2\xeb\xc5\x74\xe2\x7e\x4d\x25\xb4\xde\x8b\x2d\xbc\xde\x96\xc3\x5c\x68\xd6\x9c\xad\x48\x7e\x43\x0c\xd5\x1a\x92\xdf\xe2\x55\xab\x4c\xe0\xc4\x12\xd3\x98\x83\x84\xd7\xfc\xd8\x3d\x01\x6e\x93\xac\x1d\x05\xc9\xda\xd1\x74\xec\xff\x48\x26\x8e\x2b\xf1\x6e\x60\xa5\x35\x69\xf6\x0a\xa9\x17\xfa\x40\x00\x48\xd2\xd1\x09\x79\x2a\x4e\x48\xbf\x0f\xe8\x84\x4c\xbd\x91\x88\xeb\x39\x68\xbf\x07\x89\xbb\x53\xa3\x34\x4d\xc9\x58\xd4\xfd\xec\xa9\x5a\xaa\x72\xf1\xb5\x89\xb7\x6e\x2f\x66\x7f\x69\x06\x56\xf7\x4f\x9e\xe5\xb7\xf2\xa1\x38\xd0\xee\xe3\xdf\x8c\x67\x82\x61\x2e\x69\x27\x63\xa4\x81\x61\x0b\x63\x34\xb8\x1d\x63\x64\x4f\xe1\xb7\xcb\x1c\xfd\xa3\xc0\xc5\xbd\x23\xa0\xfb\x44\x25\x7c\x37\x2a\xe1\x16\x95\xf0\xc3\x51\x09\x6f\xa1\x12\xde\x42\x25\x7e\xf5\x9b\x90\x6c\x5b\x97\xd5\xea\xaf\x04\x49\xfb\x9b\xea\xfb\xeb\xb0\x95\x3a\xe6\x6f\x45\x24\x70\x9d\x11\xef\x00\x98\x52\x61\x7d\x38\xc9\x5b\xef\xfd\x83\x67\xe8\x03\xa1\x1d\xf2\x0c\xb5\x7e\xa1\x95\x92\x7a\x72\x3c\x85\x28\xa5\x93\xc7\xd3\x23\x94\x46\xe7\x8c\x65\x18\x49\xaa\xdb\xc0\xb6\x3c\xa0\xb7\x0b\xe5\x0b\x8a\x8e\x74\x38\xb7\x89\x32\x3d\x22\x4f\x19\xb0\xfb\x5f\xa4\x68\x2c\x86\x99\xc0\x89\xfc\x3f\xcc\x52\x72\x52\xc4\x19\x64\xe0\x24\xeb\xf7\x41\xae\xf7\x3a\x53\xcf\x0c\xf9\xbe\x6a\x36\x53\xcd\x2e\x54\xb3\x0b\x01\x17\x29\x39\x99\xc5\x0b\xd9\x6c\x31\x18\xd8\x66\x8b\xca\x34\x2f\x4d\x53\xd6\xeb\xa1\x5e\xcf\x14\x31\x00\xf3\xdb\x5c\x6a\x75\xcf\xbe\x15\xc1\xa1\xd1\xe3\x03\x43\xfc\x70\x4f\xbf\x85\x6f\x1a\xb3\xcf\xf1\x6d\x5d\xd2\x74\xf3\x6f\xf6\xe2\x61\x25\x77\x7d\x88\x86\xf0\x70\x97\x7e\x83\xd1\x10\xf2\xcd\x26\xce\x95\x6e\xfd\x6b\x02\x1e\x74\xf7\x0a\x78\xd0\xbd\x4d\xc4\x83\x1d\x01\x0f\x6e\x87\x1b\x64\x93\x6f\x17\xef\x80\xe3\x35\x7e\x50\xc9\x3c\x5c\xf7\xbb\xd3\xf4\xdb\x1c\x5e\xdd\x06\x79\x2b\x1f\x4f\x32\x4d\x34\x74\x98\xa8\xe2\x45\x96\xc1\x6b\xbd\x5d\x09\x2d\x41\xdd\x7a\xa6\xca\x9e\x73\x3b\xd3\x62\x0d\xda\x5f\xf7\xcc\xee\x1f\xc0\x98\xe3\xcf\x98\xe7\x0f\x44\xe8\xc3\x4d\xfa\x3a\xad\x4c\xc3\x6c\x99\x83\xb1\x27\x14\xb4\x3e\x03\x43\x03\x6d\x31\x48\x26\x7c\x7a\xbb\xcb\xa1\x3a\xf8\x56\x44\x68\xbe\x2c\x16\x8b\xec\xe1\x76\x3c\xdc\x8e\xfd\x55\xff\x6a\x3b\xa1\x24\x2d\x63\x95\x1f\xcb\xc0\x3e\x30\xeb\x56\xc1\xef\xeb\x29\x20\xeb\x0f\x8e\x00\xbd\x9e\xd8\x6c\x54\x48\x7e\x8e\xe8\x9c\xad\x4e\xc8\xf7\xc7\x27\x80\xfb\x69\x39\x45\x0c\xfe\x40\x06\x03\xf9\x94\xe1\x09\x99\x42\xf9\xbf\x14\x4f\xb8\xfc\x8b\x4f\x53\xea\x64\xb0\xb7\xb9\x64\x06\xea\xef\xc6\x8a\xa0\x2e\x4f\x3a\x6a\xfa\x97\xb1\x5e\x2f\x66\x29\x81\xa4\x15\x48\x4c\xdf\x0f\x06\xc6\x3c\x66\x90\x80\x64\xc2\xa6\xb7\xb7\x3e\x50\xa7\xf0\x10\x73\xbc\x8e\xc9\x6f\x85\x9f\x7e\x6f\x31\xc7\x9b\xd9\x66\x24\xa7\x58\x77\xd8\x61\x9b\x4d\xcc\x14\xaf\x17\xd3\x94\x99\x9a\x5f\x9f\x80\x46\x75\xf3\xad\x22\x90\xe7\x8c\x37\x65\x2d\x0f\x0f\xdd\xc3\x43\xf7\xb5\x8e\x73\x37\xdb\x67\xe2\x2f\x02\xd3\x79\x7c\x6d\x22\xee\x27\xcd\x67\x84\xbb\x27\x54\xb1\x6d\xfa\xe6\x41\x92\x8a\x98\xd7\x13\x68\x6c\x7f\x50\x89\x17\x8b\x52\xc3\x22\x01\xea\xd0\x52\x62\x5f\x9b\x1c\x0b\x9d\x10\x3e\x52\xba\xe0\x08\xd2\x76\x89\xbc\x22\x72\xd5\x79\x04\x79\x33\xdc\x25\x77\x32\xa1\xc6\xee\xe8\xa6\x26\x43\x7b\x04\x25\x92\x08\xda\x2f\xed\xd3\x58\xd7\x31\x1b\x35\x1f\xca\xf9\xc4\x76\xbe\x1c\x80\xe4\x6b\xfb\xf0\x56\x08\x80\xce\x42\x6f\xda\x95\xe5\xad\xcd\x67\x05\xba\x95\xd7\xea\x03\x56\xf9\xbd\x60\x95\xdb\xbb\xfb\xd9\xc8\xce\x4a\xa1\x7f\x9b\xa4\xb6\xe8\xd3\x37\x63\x24\x05\xbb\xb8\xc8\x6e\x69\xe6\xa7\xdb\xfe\x4b\x1b\xfa\xe9\x29\x7e\x7b\x53\x3f\xbb\x35\x0f\x5e\xf1\xf7\x15\xef\xa1\xad\x66\x34\xb7\xae\xb2\x0f\xf7\x26\xa5\x6d\x92\x2a\xdd\x02\x31\x16\x64\xed\x18\x3f\xd6\x4c\x8b\x0d\x95\xf5\xdc\xdb\x85\x1c\x8b\xa7\x75\xf4\xad\x07\x18\x1c\xa7\x69\x2a\x36\x1b\xd1\x97\x7f\xe0\xf1\x28\x11\xfd\xe3\x32\x66\xd6\x36\x49\x34\x5c\xe7\x73\x3d\x30\x64\x13\x3e\x05\x65\xb0\xa8\x8b\x6f\x67\xf3\xa3\xe1\xed\x5b\x21\x8d\x82\xee\x9f\x14\xf8\x81\x69\x7d\x60\x5a\xbf\x26\x45\x6a\x3b\x20\x8b\x7e\x30\x9c\x55\x5d\x75\x4d\xe5\x6d\xbc\x9d\x6a\x43\x01\xf4\xb7\x62\x69\x2f\x89\x58\xb2\xe2\x30\x0f\xc8\x87\x9c\x5a\x0f\x84\xea\x61\x39\xb5\x9a\x19\xb2\x78\x28\x43\x56\xaf\xe7\x12\x6d\xf3\x96\x51\xac\x0a\xd1\xd7\x02\xa1\xfd\xb2\x76\xc5\x14\x62\x30\xe6\x09\xb7\x71\x75\xa9\x09\xaa\xeb\x29\x5f\xcc\x3d\x90\x90\x70\x9b\x3b\x6b\x9a\x7f\xad\x39\x76\x3d\xe7\x16\xdd\x96\x73\x6b\x2f\xea\xcf\xd8\xdb\x1f\x44\x44\xdb\x7c\xe3\x7b\xa7\x62\x3e\x20\xf7\xeb\x01\x49\x2f\x0f\xc9\x05\xb8\x67\xd2\xb1\x7d\xb3\x2b\x1d\x94\x80\x66\xff\x8c\x13\x07\xc4\xe0\x3f\x20\x0e\xf9\x21\x31\x97\x0f\x89\x21\x7b\x68\x04\xd0\x3d\x63\x36\x1e\x14\x9c\x6e\xff\x60\x5f\xfb\x46\x53\xda\x3f\xa6\xcc\x9e\x01\x34\xbe\x3e\xbe\x6e\xc0\x7d\xfa\x10\x1f\xd1\x03\xdd\xe6\xbe\xde\x57\xae\xed\x04\xb4\xb7\xa3\xc7\xde\xd6\xfb\xfb\x5b\x04\x1f\x64\x1e\xb9\xbf\xb5\xd4\x01\xe6\x20\x07\xe8\xc6\xf7\xd6\xbe\x1d\xa0\x86\xd8\x57\xb0\x78\xb0\xe4\xe5\x2e\xc4\x2d\x0d\xfe\x6c\x7f\x52\xb4\x1d\x9c\x17\x12\xc8\x20\x82\x39\x2c\x60\x06\x67\x70\x01\xe7\x70\x09\xd7\x70\x05\x3f\xc3\x0b\x78\x05\xcf\xe1\x19\xbc\x84\xa7\xf0\x0b\x7c\x0b\x3f\xc0\x67\xf0\x13\xfc\x08\xdf\xc1\xf7\xf0\x39\xfc\x11\xfe\x37\x7c\x03\x5f\xc0\x57\xf0\x35\x7c\x09\x7f\x85\x3f\x7c\xad\x6c\x67\x6b\x83\x67\xea\xe5\xd4\xef\x7b\x04\xaf\x31\x2d\x56\x9a\x3e\x4a\xba\x23\x78\x81\x45\x20\x9e\x9c\xa3\x57\xca\x5d\x1d\x3f\x97\x0f\xed\x41\xfd\xf2\xfd\xfa\xd5\xef\xf2\x41\x3d\xd3\xbd\x7b\x2e\x04\x3e\xa8\x67\xb2\x67\xcf\xfa\xd5\x3f\xa8\x6b\xb6\x57\xd7\x2f\xf0\xec\xa0\x5e\xd1\x7e\xbd\x72\xb6\x3e\xa8\xdb\x7c\xaf\x6e\x5f\x9a\xbc\x59\x07\x75\x5d\x1c\xd0\xf5\x41\x1d\x67\x7b\x76\x4c\xe7\x07\xce\x78\xb6\x5f\xc7\x9a\x1a\x3a\xa8\xe7\xc5\x5e\x3d\xff\x49\xc7\xf0\x3f\xa8\xe7\xf9\x5e\x3d\xff\x59\x47\x80\x3f\xa8\xe7\xe5\xbe\x3d\xdb\x08\xdf\x07\xf5\xbe\xde\xab\xf7\x57\xf4\xb0\x5b\xb2\xda\xb3\x57\x43\xf5\x1d\xd4\xf7\xe7\x3d\xfb\x96\x44\xe2\x41\x1d\x5f\xec\xd5\xf1\xff\x61\xe4\x30\x98\xbb\xda\xab\xdb\x1f\xd1\xa1\x10\x77\xbe\x6f\xbf\x07\xf5\x7a\xb6\x57\xaf\x07\x03\xf1\xe5\x5e\xdd\xbe\x35\xee\xd1\x07\x75\x7d\xba\x5f\xd7\x86\x78\x3e\xa8\xeb\x2f\x7b\x75\xfd\x8e\xac\xf1\x33\xd5\xf2\xa0\xce\xdf\xee\xdd\xf9\x41\xdd\x7e\xd8\xaf\xdb\xdb\xe0\x8a\x67\x7b\x75\xfd\x9f\x92\xee\x3f\xa8\xdf\x4f\x7b\xf5\xfb\x5e\xb2\x09\x07\xf5\xfb\x71\xbf\x7e\x15\x57\x71\x50\xc7\xef\xbc\x8e\xb7\xd3\x92\xef\x8d\xd7\xc7\x41\x5d\xbf\xdf\x73\xce\x92\x65\x39\xa8\xe3\xe7\x7b\x76\xac\x38\x9c\x83\x7a\xfe\x71\xaf\x9e\x3f\x68\x86\xe8\xa0\x9e\xff\x7b\xbf\x9e\x25\xff\x74\x50\xbf\x6f\xf6\xeb\x97\xf1\x43\x4f\xef\xc5\x5e\x1d\x7f\x44\x07\xbe\x4c\xaf\xf6\xeb\x56\xb1\x66\xb7\xc0\x44\xaf\x0f\xe8\xfe\xa0\x8e\x5f\xee\xd5\xf1\x4f\xf4\xd0\x09\xff\xba\x57\xbf\x3f\x6b\xbe\xf2\xa0\x9e\x7f\xf0\x7a\xde\x47\xd8\xda\x8a\x26\xb0\x9f\x3e\xf2\x16\x92\xe6\x4c\xe0\xa0\xfe\xb7\x83\x9f\xa6\xa2\x54\x15\xb6\x95\xab\xe2\x8b\xad\xed\xbf\x4f\x4d\x85\x6d\xe5\x6a\x9b\xf7\xdc\x0a\x2f\xe2\xcb\x9d\x3b\xa6\x7e\x85\x45\x86\xaf\x3a\xa8\xf2\xfa\xf0\x23\xaa\xa2\x60\x5b\x7d\x00\xd6\x89\x29\x03\xb1\x7e\x1b\x11\x36\x54\x27\x25\x00\x35\xd5\x9c\x6a\x6f\x15\x81\xa4\x32\x80\xfd\x3e\x1d\x8d\x59\x42\x8b\x2c\x3b\x60\x1f\x9d\xae\xed\xde\x00\xaa\xbd\x35\xbe\xc6\x5b\xe5\x26\x51\x33\xd8\x6c\x54\x5e\x42\xc5\x80\xc3\x9b\x82\x9f\x7c\x7f\x3c\xe6\x83\xe3\x44\x25\x50\x39\xf6\x83\xa0\x0c\x8e\xc3\x61\x50\xac\xa2\x55\x45\x50\x3e\x60\x7b\x5c\x92\xa8\x6f\xb7\x3d\xde\x9d\xb8\x65\x14\xa1\xf1\xff\xf9\xf0\xf6\xcd\x30\x57\x0a\x48\xb2\xb8\xd2\xda\xe2\xc6\x37\x61\xd5\x53\x24\x57\xa1\x76\x8c\xe6\xae\xfe\x4d\x40\x7c\xe0\x6e\x69\x49\xf3\xb7\x85\x26\xe3\x3a\x68\x86\x6e\x1a\x9e\x2a\xad\xad\x53\x22\xb6\x4b\x0f\x5b\x9f\x8d\x10\x74\x20\xd6\x31\x73\xbb\x7f\xb4\xb3\x2d\x54\x4f\xaf\xd7\x32\x10\xba\x65\xd0\x22\x97\x16\x71\xbb\xad\xaf\x0e\x0b\x04\x7a\xbd\x5d\x55\x94\x16\x5a\x59\x54\x85\x4f\xa0\x10\x78\x3e\xc8\xc5\x55\x86\x1f\xd5\x7f\xde\x13\x70\x1d\x69\x84\x64\x9a\x7d\xc2\x57\x79\xcb\xc4\xa0\x0a\xcd\x74\x5d\x42\x9a\x8e\x4e\xe8\x53\x61\xed\x72\xa8\xb6\xcb\x99\xd0\xe9\xb4\x96\x13\x52\x7e\xa9\x82\x78\x96\xda\x42\xe9\x1a\x51\xb2\x42\xb2\xeb\x57\x4a\xb3\x4f\x18\x7d\xce\x0a\x2a\x24\xc1\x70\xce\xbe\xbc\xcc\xf0\x17\xef\x4f\x25\x27\x32\xbf\xdf\xf2\x39\xa1\x28\x73\x9f\x66\x2c\x2b\x56\x55\xe3\x85\x69\xb9\xd0\xcd\x2e\xed\xdf\xef\x58\x4e\x04\xf9\x8c\xed\xef\x0f\x4b\x4e\xe8\x27\xfb\xeb\x0d\xbe\x40\x7e\xe9\x5b\x3e\xc7\x5c\x11\x2f\x9c\xcc\xdf\xeb\x5e\xe4\x9f\xcf\xd5\x60\xaa\x16\xa3\xe2\x67\x4c\x2e\x96\x6a\xd4\x8c\x50\xfc\x3c\x43\xab\xb5\xfd\xf1\x67\x57\xc4\xd6\x68\x46\xc4\x95\xfa\xd3\xf6\xca\xf8\x7a\x89\x68\x2e\xff\x14\xe8\xfc\x03\xf9\x55\x0d\x7c\x49\xe6\xec\x52\x7d\xfc\xf5\x95\x7c\xdc\xd4\x5f\x8c\xad\xd4\x70\x24\xcb\xde\x56\x3d\xe5\x82\xad\x6b\x3f\x39\xfb\x84\x5f\xa0\x7c\xc9\x16\x8b\x1c\x8b\xea\x5b\xab\xd2\xcf\x64\x2e\x96\xf2\xb8\x8d\xda\x7c\x12\xfd\x8c\xcf\x3f\x11\x11\xc1\x68\x25\x6f\xf2\x8f\xec\xd7\x08\x46\x6f\xa3\x69\x75\xf6\xcc\xb3\x77\x52\xb9\x97\x6a\x7e\xc6\xd6\xd5\x2c\x6d\x59\x92\xd4\x6d\xd3\x5d\xe4\xd9\x28\x32\x26\x20\xc2\xd9\xd2\xaa\xac\x5f\x12\xf9\x8e\xb4\x89\x1d\x1d\x2e\x51\xfe\xf6\x92\x56\x40\x0b\x7a\x3d\x3a\xc1\xd3\x71\x14\xf5\x45\x12\x47\x1a\x8b\x57\x96\xeb\x42\xd9\xd1\x8b\xa1\xe0\x64\x15\x03\x00\x79\x3f\x5a\x7f\x89\x40\x29\xf1\xf7\x44\x4c\x5b\x49\x6d\xac\xb9\xfc\x58\x12\x0b\xe6\x19\x30\xe6\x2a\x73\x94\x2f\x31\x27\xbf\xe2\x58\x80\x7e\x94\x44\x7d\x5e\x06\xd3\x44\x59\x89\x7d\x91\x65\xdd\x34\xc5\x25\xd0\x79\x3d\xa2\x93\x08\x94\x22\xa6\x20\x98\x31\x35\x90\x47\x55\x80\x6b\x3a\x09\xd3\x83\x7d\x31\x9c\x2d\x11\x7f\x26\xe2\x11\x18\x0a\xf6\xd3\x7a\x8d\xf9\x73\x94\xe3\x18\xf4\xc5\x30\x2f\xce\xf5\x2e\xc4\xc7\x7a\x9d\x60\x9a\xca\x2d\x92\xe4\xb4\xda\x60\x74\x84\x9d\x85\xfd\x07\x89\x36\xd2\x18\xa5\x6d\xbf\x86\xc9\xf4\x48\x1d\x6a\x68\x62\xc6\xa0\x86\xc5\x6a\x13\x6d\xc7\x34\xe5\xd5\x5a\x9d\x29\x85\xc5\xa1\xc7\xbd\x5e\x74\x12\x75\xd3\x94\xda\xc9\x53\x17\xde\x1c\xf4\x7a\x31\xed\xa7\xb2\x1d\xac\x6d\xfa\x52\xac\xb2\x0f\x68\x81\x95\xe1\x88\x87\xa7\x2d\xbe\x69\xe3\x6a\x28\x52\x6b\xd6\x62\x10\x11\x56\x18\x48\x62\x1b\x0f\x77\xd3\x69\xcd\x3c\xc4\xee\x47\xc0\x4d\x1e\x19\xfa\x48\x79\x2a\x4c\xb8\xfe\x57\x80\xa9\x97\xb7\x88\x0c\xd7\x06\x20\x4d\x5d\x02\x05\xd8\xc2\xbe\x78\xc8\x7b\x27\x95\xbe\x1d\xc9\xdf\xd7\x53\x29\xea\x50\x11\x98\x3d\xd5\x81\x09\x67\x57\x8f\x06\xe7\xc5\x62\x81\xf9\x60\xcd\x32\x32\xdb\xd7\x2d\xeb\x96\xef\x4e\x93\x3c\x3e\xc1\x43\x34\x93\x48\xf9\x23\xca\x3f\xbd\x32\xe4\x8b\x3d\xfe\xa7\x78\xb8\x42\x5f\x9e\x57\x53\x3d\xb1\x16\x3e\x26\x22\xde\xbc\xde\x2a\x5f\x92\x85\x88\x75\x18\x49\x01\x54\x36\xb6\xa3\x70\xff\x0a\xe2\x05\x28\xcb\xa3\xa0\xc1\x67\x73\xdc\x41\x78\x3c\x03\xf1\xbb\x96\x50\xe2\x21\xa6\xaa\xad\x2c\xcd\xdf\xa9\x2d\x4e\xaf\x39\xfe\x47\x41\x38\xce\x7f\xa2\xe7\xac\xa0\x73\x3c\xf7\x06\x53\x68\x7c\xb6\xc4\x72\x0b\x6b\x2e\x4a\x2a\x52\xb7\xe4\xb4\xdf\xe0\x2f\xe2\x1d\xe6\x0b\xc6\x57\x1f\x04\x12\x45\x1e\x0a\x48\x2c\xd7\xf3\xfd\x68\x1c\xe5\xc5\x6c\x86\xf1\x3c\x4a\x22\x33\x91\xa8\x94\xfc\xe9\x9c\xb3\xf5\x7f\xba\x35\xb9\x89\xcd\xe4\xe4\xb3\xf7\x18\xe5\x8c\x26\x11\x11\x9d\x73\x9c\x31\x7a\x91\x77\x04\xeb\xa0\xce\x77\xb2\xd5\x77\x1d\xd9\xa2\x23\x96\x48\x74\x2e\x51\xde\x41\x19\xc7\x68\x7e\xd5\xe1\x05\xa5\x12\x5f\x6f\x9f\x3c\xc4\xc3\x7c\x9d\x91\x59\x7d\xa7\x62\xed\xfd\xe3\x0d\x0c\x83\xdb\x0d\x47\xe1\xef\xd6\x7c\xf8\x6b\xb6\x46\x59\x2d\xa9\x7d\xd1\xf3\x78\x4b\x2f\x18\xa1\x17\x87\x6c\x0d\xc7\xb9\x40\x5c\x48\xc2\xb8\xb9\x43\xc3\xb5\x9e\x51\x0c\xf0\xbc\x83\x2e\x10\xa1\x5b\x36\xc9\x02\x77\x00\x9e\x20\x0f\x03\xfd\x91\x50\xc0\x6c\xf1\x1a\x3c\xd0\x0c\xfb\x70\x13\xec\xb0\xc3\x00\x97\xef\xb1\x69\x99\x5a\x0b\x75\xe5\x43\xbe\x42\x5f\x14\x95\xee\x2e\x4b\xfd\x6a\x81\xa3\x7d\x81\x42\x40\xe5\x7c\xf3\x15\xa7\xac\xbb\x3b\x73\x66\x37\xee\x22\xfc\x50\x88\xbf\x60\xbc\x7e\x8d\x04\xce\xc5\x9e\xe7\xfd\xc9\x35\xf8\x17\xbd\x10\x83\x63\x50\x86\x78\x0e\x0f\xf1\xeb\x31\x14\x2f\x67\x38\x3e\xcb\xd3\x85\x5f\x32\xaf\xa9\x40\xf9\xa7\x81\xe3\x37\x43\x55\x14\x57\x78\x0f\x6e\x41\x4b\x94\x2f\x53\x3c\xe4\x68\x86\xe5\x55\xc9\xb2\x0f\x58\x88\x0c\xcf\xf5\x8f\xba\x8f\x04\xc7\x17\x98\x6a\xa3\xe2\xf7\x05\x15\x64\x25\xc1\x8f\x7f\x8a\x19\x80\x24\xcd\x63\x2f\x97\xe2\x3b\xbd\x7e\x18\xa1\x2c\x8b\x20\x02\x61\xca\x38\xd0\xdf\x25\x6f\x10\xca\xea\x59\x3b\x01\xf9\x25\x11\xb3\x65\xac\x33\x54\xa7\x26\x3d\xfa\xf5\x0c\xe5\xb8\x33\x4a\x2a\x71\xcd\x39\x2f\xd6\x22\x8e\x0c\xd5\x0c\x31\x38\x52\x55\x8e\x13\xf9\x4f\x84\xe9\x3c\xaa\x2a\x4b\x86\x20\x06\x65\x09\xa9\xf2\x98\x04\xa5\x5e\x71\xe3\xca\x4b\xf2\xda\x5d\x68\xfb\xa0\x1d\x55\x49\x4d\x15\x19\x65\x2f\x79\xbf\x6f\xc4\x77\x28\xc5\x92\x8e\x92\x4f\x27\xda\x6c\xba\x68\xc2\x87\x57\x04\x67\x73\x09\x1c\xda\x3c\x7b\xea\x52\xd4\xc8\x1b\xaf\x63\x70\x76\x8f\x61\x91\xe2\x56\x46\x2f\x43\xfa\x5b\x6a\x64\x38\xe3\x18\x09\x1c\x5f\x2f\x68\xc2\x20\xe2\x17\x79\xa2\x68\xd8\xe1\x99\x42\x99\x95\x77\xfb\x71\x37\x4d\xf9\xf0\x4c\x92\x2e\x19\x96\x9d\xc9\xdb\x8d\x55\xc0\xb3\xee\x08\x40\x5e\x51\x69\xf9\x98\xc4\x05\x48\x8a\x6d\xc9\xc4\xb0\x36\x0f\x2f\x81\xbc\xe2\x1e\x8c\xf8\x67\xae\xce\xda\x14\xc8\x23\x87\x06\xa8\xc2\x70\x21\x8b\x4c\x2d\x05\x81\xf5\x9e\xe4\xa7\x08\x06\x26\xe2\x31\xda\x21\xae\xca\x4e\x77\x22\x34\x4d\xef\xa0\x0e\xd5\x72\x0b\xb8\xcf\xb9\x15\xb9\x36\x8d\xb8\x89\xde\x75\x96\xca\x3f\x21\xf2\xd3\x84\xce\xf1\x02\xf3\x18\x1c\xe1\x09\x9f\xc6\x04\xe8\x60\xc6\x68\xc8\x71\xce\xb2\xcf\x18\x22\x13\x50\x0d\x1c\x79\x67\xea\x91\xce\x3a\xbc\x9c\x64\x68\x83\xdc\x8e\x3c\x9e\xca\x7c\x5d\xb2\x69\xf6\xd8\xc7\xf6\x35\x8d\x41\x12\x70\x44\xc6\xc3\xb3\x33\x3c\x3b\x33\x48\xf9\xac\xd7\x6b\x7c\x88\x81\x4a\x02\x07\xb3\x14\x0d\x0d\x76\x1a\x1a\xbb\xfc\xb8\x70\x80\x90\xd5\x1b\xa5\x05\xcc\x6e\xc2\x7a\x98\xce\xd0\x3a\x2f\x32\x24\xc9\x70\x89\xc7\x0e\x44\x76\xf7\x47\xb3\xdb\xfb\x62\x1d\xd5\xcf\x56\xe8\x13\x7e\x65\xbc\x22\x92\x96\x68\x4b\xbd\x13\x17\x58\xc4\x91\x21\x30\x2a\x4e\x0d\xfb\x8c\x8e\xaa\x27\xaf\x1d\x28\xa1\xa9\xa9\x05\xe8\x21\xae\xc6\x5b\x76\xe0\x2d\xb8\x5b\x31\xa7\xdc\x57\xad\x50\x7a\xae\x9d\x49\xd3\xa6\xcd\xa2\xd3\x2d\xe8\xb0\x2e\xdc\xe5\xb2\xad\x33\xfb\xbc\xa0\xc3\x73\x42\xe7\x3a\x5c\x9a\xb7\x51\x64\x11\x93\xba\x80\xce\x40\x1f\x91\xcc\xee\x2e\xd6\x93\x57\xac\x27\x4a\x47\x27\xe8\x29\x3e\x41\x8a\x22\x42\x3e\xeb\x89\x14\xca\xa4\xbd\x1e\x35\xfe\x28\xd7\xfa\x12\x71\x1b\xb6\x43\xb3\x1a\x95\xa8\x2c\x87\xb6\xa6\x73\x17\x94\x53\x71\xbc\xe6\x3f\x89\x7e\x63\xd6\x53\x4b\x52\x72\x65\x19\x14\x56\x7a\x90\x61\x59\xe4\xc1\x8a\xcd\xc9\x82\x60\x9e\x0f\x56\xe4\x0b\xd9\xe2\x6d\xec\x35\xb4\xa4\x10\x0f\x17\xd7\x39\xd1\xbb\xa7\x1d\xec\xbc\x7f\xb4\xd3\x36\xe4\x82\x8a\xf6\xa5\xd0\xe1\x07\x3b\xc1\xb4\xee\x1f\x43\x16\x31\x1e\x9e\x49\x80\x55\x42\xc9\x77\x48\x2c\x5d\x2c\x6b\x2d\x03\x6d\x96\x56\x42\x93\x33\xb7\xea\xb2\x69\xb4\xea\x9e\x46\xbd\x72\x4d\x7b\x26\x78\x78\xe6\xff\x86\x75\x92\x59\x16\xd7\xbf\x94\xa0\x3c\x0a\x2d\xee\xba\xd6\x4d\xc2\x03\xbc\x28\x6c\x74\x95\x1c\x3f\x1a\xc1\xfa\x4a\x14\xae\x80\x67\x4b\x94\xff\x94\xe3\xb9\xed\x3d\xe9\x1e\xab\x6f\x1f\xb0\xf8\xc1\x1f\xc4\x7c\x3e\xa5\x92\x72\x98\x9f\x7e\x96\xd7\x44\x7e\xf4\xf8\xa3\x90\x4d\xac\xc6\x54\x7c\x2b\xff\x25\x1f\x72\x3d\xf9\x5d\xad\xdb\xeb\x03\x25\x94\x14\xfe\xae\x46\x41\x56\x18\x94\xb0\xa2\xf0\x6f\x6a\x1d\xe0\x1f\x40\xd9\x3c\xb5\x00\x71\xa0\x10\x73\x73\x63\xe5\x53\xab\x0b\xea\x1d\xa4\x18\x12\x35\xa8\x8e\x97\x51\x42\xe5\x95\xb2\xbd\xdb\xda\x19\xb6\x1a\x63\x79\x30\x78\x1e\x32\xa8\xb6\x93\xaa\x1d\xa1\x9d\x55\x09\xe7\xf8\xbc\xb8\xd8\xda\x4e\x95\xba\xca\x65\x3d\x6f\x88\x47\xf0\x0c\x03\xb0\x23\x9b\xe1\xe0\x7e\x34\x2e\x44\x2a\x20\xd1\xec\x53\x73\x8f\xd2\xf4\xf8\xd1\x48\x52\x24\xad\x92\x63\x00\xb1\xef\xbe\x0a\xae\x6f\xc0\x71\x1e\xaa\xba\x4f\x89\x98\xc4\xe2\xfa\x79\x30\x1d\xd8\xc7\x3f\x43\xb9\x65\x72\xf1\x5c\xdf\x41\xf9\xe9\x83\xbc\x45\xfe\x87\xf7\x9a\xcd\xf4\x6a\x48\x86\x37\xcf\x17\x45\x56\x7d\x7b\xae\x49\x6a\x5c\x7d\x51\x3e\x8a\x7e\x3f\xcf\xd5\xcd\xf3\xbf\xbc\xa2\xb3\x5a\x33\x43\x3b\x68\x35\xcc\x08\x2a\xd1\xd5\x9f\x11\x9d\x67\xf8\x65\x91\x2d\x48\x66\xc6\xf3\xbe\x6b\xa3\x2d\xfd\x99\x50\x52\xbb\x48\x1a\x5e\xf2\x62\x8d\xb9\x4f\xac\xb8\xb7\xd5\x84\x85\x09\xc8\x42\xd2\xc9\x54\x97\x05\x98\xdf\x74\x32\x2d\xa1\x46\x22\xcf\xb2\x2c\x20\x5d\x99\x4c\x8f\x54\xdb\x10\xe3\x8d\xb7\x0e\x09\x47\x5b\x8b\xaa\xd0\x00\xf0\xa6\x8e\xc3\x4c\xfc\xb6\x22\xaf\x63\xc9\x2b\x94\x30\xd0\x73\xd2\x76\xf2\xa8\x48\x04\x96\xf2\x13\xf6\x94\xf7\xe9\x49\xbf\xcf\x2c\x9b\x27\x26\x6c\x7a\x84\x24\x0f\x63\x20\x69\xb3\x41\x8a\x10\x1b\xce\xf1\x8c\x63\xb9\xf5\x0e\x78\x23\x5a\xac\x34\x66\x8c\x00\x44\x96\x9a\xc7\x00\x92\x5e\x8f\x58\x3f\x5c\xd9\x16\x94\xc2\xac\x5b\xb9\x98\x96\x61\x91\x47\x33\xca\x51\x0d\xc2\x25\xef\xab\xb7\x82\xd0\xd6\x3c\x7c\xc8\x8b\x2c\xe5\x18\xaa\xe8\x4f\x78\xeb\xbe\xaa\x89\xdb\xd1\xce\x16\x59\x91\x2f\x55\xa3\x3c\x06\x25\xf4\x7f\x27\x41\x2d\x85\x84\xbe\x74\x74\x22\x9e\xde\x00\x11\x27\xfd\xbe\x00\xd8\xc8\x9a\xb7\x54\x95\xa4\x9f\xda\xc0\xa3\xad\xc0\x1e\xb6\x28\x99\x4c\x21\x4f\x47\x90\x3a\x56\xff\x84\x3f\x95\xe7\xcc\x2d\xc5\x2c\xb9\xbd\xa3\xee\xb1\xd3\x48\xeb\x10\x19\x11\xc9\x5f\x12\x4a\xf2\xa5\xdc\xa1\x5e\x4f\x0b\x0f\x63\xe2\x68\x51\x51\x6e\x9d\xaa\xd9\x2f\x1f\x0f\x0f\xed\x31\xeb\xa7\xe5\xa8\xd2\x1c\xeb\x1b\xaf\x93\x80\xdd\xb8\x4b\x8e\x77\xdd\xba\x4b\x64\x7a\xc4\x6a\x20\x1b\x1b\xec\x21\x7f\xfb\x55\x63\x06\x20\x4f\x99\xa2\xf5\x94\x56\xcb\x80\x27\xb7\x31\xb3\xea\xd0\x67\xfa\xf3\xa2\x6c\xd5\xcb\xdf\x5b\x11\x1e\xaf\x16\xa7\xb9\x81\x1b\x2e\xed\x49\xbf\x8f\x6a\x67\x1f\xa8\x3a\x41\xf6\xec\xe5\xd9\xb6\xc6\xf7\x1e\xa3\xe8\x26\xe4\x23\xe1\xb6\xb5\x17\x01\xe4\xa7\x69\x96\x54\xdf\x1f\x15\x42\x67\xe7\x0d\xe2\x5b\xae\x98\xdd\x16\xf5\x02\x1b\x19\xce\xf0\x8c\xd1\x97\x92\x3d\x27\xbf\xe2\x9a\xe6\x6d\xcb\x20\xae\x0f\x23\xaa\xc3\x2d\xb9\xcf\x91\xb7\x23\xfa\x38\xec\x2b\xa6\x70\x85\x04\x6d\x3a\x6e\xd5\xa9\x5e\x3f\x59\x2b\x89\x1f\x87\xab\x99\xe7\x4f\xd5\x79\x22\xab\xd4\x00\xc4\x0c\x67\x5e\x44\x35\x5c\xab\xb4\x7a\x1d\x65\xb9\xad\x20\x39\x51\x26\x01\x51\x40\x51\xc3\x2d\x40\x31\x55\x35\x7a\x08\x5c\x8b\x7e\xdf\xbb\x34\xdb\xaf\x33\xd3\xd7\x99\x0d\xcf\x72\x8c\xa9\x32\x1c\x78\x2a\x7a\xbd\xd8\xff\xa0\x88\x22\x26\xb9\x37\x8f\xca\x69\x58\xa1\x55\xfb\xae\xa0\xc0\x9d\xb5\x1a\x58\x49\x12\x14\x51\x19\x81\x13\x7a\x02\xaa\x15\x53\xe8\x9f\x98\x7c\x90\x9a\x65\x06\x64\xe4\x3d\xa2\x29\xad\x75\x55\xee\x8e\xe6\xd6\x14\xb3\xe8\x56\x37\xf0\x91\x5a\xb6\xbc\x5d\x56\x93\x4b\xf8\xb1\x2c\xe9\x41\x0c\x6c\xdb\x6d\x72\x5b\x40\x0e\xe2\x45\xd3\xa8\x0b\xc0\x00\x08\x86\x83\x78\x8e\x28\x65\xa2\x33\x43\x59\xd6\x41\x9d\x59\x86\xf2\xbc\x83\xf2\x0e\x72\x42\xbc\xe8\x56\x41\x13\x3e\x3a\x3a\xdf\x54\x4f\xbd\x6f\x56\x1c\xee\x7f\x0a\x51\x9b\xce\xdb\x11\x5e\x93\xdc\x55\x55\xb6\x2b\x26\xc4\x47\x9b\xe2\x8f\x9e\x56\x15\xa3\xbe\x46\xc8\x76\x5f\xdf\xa0\x15\xee\x47\xdf\x47\x25\x3c\xab\x20\xe7\x2d\x7f\x63\x21\x25\x69\x04\x07\x94\xfb\xe3\x83\x58\x0d\x0d\x91\xdc\xd2\xb8\x8d\x56\xe7\x8c\x65\x71\x14\x1e\x41\xb5\x33\x83\x75\x8f\x4b\x6b\x5c\x1a\xda\xaf\xf6\x1e\xb9\x22\xe6\x9e\xdf\x0e\x8e\xc1\xb5\xe6\xa1\x20\x06\x25\x54\x4a\x2d\x93\x81\x30\xcf\xc9\x05\x05\x31\xab\x22\xa3\x40\xda\x66\xc7\x6f\x90\xb6\x35\x34\x2a\xfb\x5c\x80\xbb\x96\x44\xbe\x3b\x7d\xff\xf2\xed\xfb\x1f\xcf\x3e\xfe\xf2\xee\xf4\xec\xf5\xab\x37\x7f\x39\x7d\x91\x36\xbe\xfe\xf4\x26\xfc\xfd\xc5\xe9\xcb\x67\x3f\xbd\xfe\x58\xc9\x53\x2e\xb0\x7d\x3d\xed\x7b\x94\x06\xec\x31\x26\xc8\x69\xab\xa6\x4a\x1b\x47\xe6\x1a\xeb\xa6\xb9\xec\x83\xa5\x0b\xa8\x55\x2c\x2d\xa3\x96\x76\x0e\xd2\xef\x8f\x83\x96\x7d\xc7\xbe\x65\xdf\xb1\x67\xd9\xb7\x77\x3a\xc2\xc3\x52\x11\x2e\x74\x30\x1c\x05\x28\x14\xaa\x4c\xa5\xa5\x31\x86\x8a\x24\x80\xe9\xf5\x29\x6b\xb8\x48\xe1\xdd\xe0\x3e\x46\xa1\xaf\x11\x24\x5b\xcf\x23\x0a\x7e\x8e\x20\x6b\xb6\x08\xd6\xb7\xb5\x91\xe4\x8f\x7c\x6d\x43\xc5\xb1\xf7\x7a\x78\x48\xd1\x0a\xa7\x69\xca\xab\x27\xa6\x08\xc5\xc9\x32\x27\x74\xd4\x94\x28\x7c\x28\xce\xf3\x19\x27\xe7\x78\x2e\x99\xfa\x58\x78\x12\xec\x33\x6b\x72\x0a\xc0\x04\x4f\x9d\x3a\xbb\xe2\x06\x4b\xa5\x72\xca\xd2\x6b\x1b\x25\xc8\x88\xa5\xe6\x24\x5f\xb3\x1c\xdb\x9f\x0d\x1a\x22\x19\x41\x79\xaf\x74\xa1\xd6\x3c\x4d\x61\x7d\x2a\x4a\x62\xc5\x0b\xfa\x9a\x31\x85\xf0\xb4\x08\x63\xab\x1c\xab\xa6\x16\xd6\x63\x1a\xee\x44\xa2\xfa\x84\xc2\x33\xfc\x65\x8d\x67\x22\x7f\x4d\xe8\x27\x3c\xff\x85\xe0\x4c\x0d\xa1\x2f\x9a\x6a\x80\xe5\x7b\x60\x98\xe2\xdc\xe3\xd6\xbb\xc7\x90\xe4\xea\xb1\xd0\x7f\x3a\x8e\xbc\x81\xf6\x10\x9d\xc7\x91\x2d\xd6\xe8\xd2\x27\xeb\xa1\x57\x24\x3b\xaa\xe8\x66\xdd\xad\xad\xa9\x7f\x6d\x41\xad\x94\x89\xb8\xde\xab\x7a\x53\x1b\xd5\x64\x95\x17\x9c\xad\xd7\xf2\xed\x6f\x4c\xa9\x1a\xb6\x3e\x3f\x18\x70\x3a\x74\x1c\x8a\x26\x7d\xab\x4e\xc1\x58\xd9\x66\xc8\x3f\x93\x76\xad\x6a\x38\x30\x36\xda\xfd\x70\xc5\x6a\x19\xe3\x68\x61\xff\x6e\xd5\xf3\x66\x0c\xc6\x91\x55\xdf\x27\xd1\x25\x22\x42\xfe\x55\xca\xad\x35\x33\x0b\x6c\xc4\xb6\xc5\xef\xb3\x5e\x6f\x25\xbd\x5e\x77\xd7\xc4\x4a\x00\xcf\x94\xb1\x59\x72\x6c\x68\xfe\x6d\xb2\x38\x9f\x5f\xd2\x8c\x75\x35\xcc\x58\x7e\x48\xe2\x26\xcf\xe1\x4f\xbb\x3b\xb2\x1c\xb2\xe5\xf2\xde\x71\x36\xc3\x78\x1e\x8b\xe1\x2f\xaf\x4e\x5f\xbf\x78\xf6\xc3\xeb\xd3\xb3\xe7\x6f\xdf\x7c\x7c\xf5\xe6\xa7\x53\x9b\xde\xd4\x34\x11\x9c\x5c\x5c\x60\xae\xae\x4d\x1c\xe5\xb6\xcf\x4a\x02\x09\xca\x20\x65\xa1\x38\x6c\x2b\xc9\x48\x23\x43\x56\x68\x6e\xc5\x68\x30\x14\x99\x1c\x55\x36\x35\x11\x8c\x71\x4a\x5c\xfc\x39\x28\xd2\xc1\x31\xe8\xc7\x74\xb3\x89\x22\xd0\xb7\x11\x9d\x45\x9f\x03\x2b\x18\x6a\x6b\xd2\x6e\x69\x24\x1e\x39\x05\xa7\x32\xfc\xc0\x5f\xd6\x19\x99\x11\x91\x5d\x29\x22\x0f\xcf\x23\x6d\x8a\xd6\xd8\xfb\xc0\x01\xfb\x10\xda\x96\x93\xd4\x40\xcb\x86\x37\xe5\x69\xb3\x13\x25\x13\xa9\x51\x60\x11\xd8\x6c\xa2\xa7\x05\xfd\x44\xd9\x25\xfd\x3e\x3a\x6a\xb1\x98\x1e\x2e\x8b\x60\xe4\x33\x8f\x9d\xef\xa2\x3e\xef\x47\xdf\xa9\x85\xd9\xab\xd5\x39\xc7\x33\x24\x69\x8c\xa8\x8f\xfb\xd1\xb0\xf3\x92\xf1\xce\x8a\x71\x49\xfd\xca\xb3\x50\x6f\x1a\xec\xe4\x18\x27\x9d\xa5\x10\xeb\xe4\xd1\xa3\x16\xe5\x22\x6f\xcc\xa3\x39\x9b\xe5\x8f\x14\xbd\x33\xab\x1e\x43\xa5\x6e\xb4\x62\x9b\x0a\x10\xc7\x8e\xb0\x94\xb0\xf7\x81\x31\x5a\x87\xbf\x67\x6f\x9e\x9f\xbe\x86\x12\x99\x82\xc4\x08\x74\x2c\x17\xaa\x30\xec\x13\x50\x96\x12\xa7\x2f\xdc\x13\x61\x5e\x9a\xe6\x0d\xde\x2e\xd1\x5e\x60\x1e\xd0\xa7\x3b\x21\xfd\xd5\x39\x7e\xaf\x95\x47\x2f\x6a\x25\xaa\x9e\x55\x5d\xcb\x6b\xdb\xaa\xda\x16\x87\xaa\x36\xbd\x9e\xfe\xd1\xb6\x83\x50\xd1\x49\x43\x65\x63\x7f\x48\xa3\xca\xd2\x82\x07\xad\x6c\x4c\xea\xe5\x2a\xd0\x9f\xfa\xa4\xde\x22\x20\x6f\xe3\x12\xd3\xa4\x88\x23\xf9\x6f\x04\xa0\xf2\x5b\x90\xbf\xd5\x1f\x11\x80\x46\xf5\x2e\x3f\x99\x3f\x23\x00\xdd\x5e\x27\x75\x42\xd4\xc4\xea\x95\xe4\x8a\x16\x6c\x69\x94\xd5\xef\xc3\xf6\x65\x88\x69\xfa\x04\x12\xe5\xf6\xa4\x19\xa5\x96\xf9\x13\x80\xb1\xa7\x5c\xb0\xde\x3b\xa7\x6f\xfe\x3a\x7c\x71\xfa\xc3\x4f\x7f\x3a\xfb\xf8\xec\xc3\x5f\x3e\x80\x5e\x6f\xc6\x68\xce\x32\x3c\xcc\xd8\x45\xa8\x13\xa2\xc9\x17\x0e\x89\x42\x28\x8e\x2c\xd5\x48\xa9\x79\x37\x9a\x3b\x1c\x8c\xd3\x7e\xc6\x71\x5e\x64\x22\x82\xc4\xca\x23\x5a\x28\xd5\x7f\xe1\x35\x52\x6d\xd6\x50\x27\x24\xbb\x00\xc9\xe3\x6d\x7d\xa8\x9d\x09\x37\xc7\xba\x48\x36\x6f\x0b\x32\xea\x35\x5a\x6d\xfd\x67\xb9\xc2\xf7\x86\xa4\x72\x80\xcc\x0b\x27\xd9\x79\x8e\xb2\xec\x1c\xcd\x3e\xe5\xb1\x5f\x59\x82\x88\xad\xa1\x29\x25\x2d\x49\x6d\x36\x32\x17\xb0\x12\x14\xd5\x2d\xe2\x6a\xb7\xd7\x35\x72\xc2\xbe\x56\x89\x8a\xcc\xbd\xa5\xac\x21\xe4\x6d\x5d\xa5\x5d\x2b\x2b\x61\xb0\x20\xa9\xdb\x15\xdc\x74\xfd\x5b\x53\xf2\x65\xc8\xf2\x99\xda\x36\x73\x23\x00\xc2\x4f\xc5\x49\xbf\x8f\xc1\x96\x6a\x13\x3c\x8d\x8d\xd4\x38\xb0\x33\xca\xbc\xc3\x9b\xe1\xc7\x25\x67\x97\x3f\xd1\xa5\xd2\xca\x28\x31\xa4\x82\xa8\xd7\x48\xc8\x19\x97\xf0\xe6\x5a\x61\xf3\x93\xa3\x00\x6d\xbf\xd9\x3c\xee\x6e\x41\x53\xf6\xee\xf2\x82\x56\xb2\x63\xcf\x84\x03\xcd\x3e\x9d\x17\x9c\x62\xae\xe5\xa5\xf2\x0d\xcb\x27\x37\x94\x57\x0c\xa4\x4f\x69\xe1\xd6\xa4\xf2\x18\x1b\x6c\x67\x67\xa1\xb0\xb9\x41\x86\xb6\xac\x94\x9b\x11\x86\x69\x7f\x07\xac\x75\x5f\x68\x91\xc6\xca\xef\x38\x09\x92\x42\xda\x1a\xd5\x11\x43\x47\xda\x4c\x5d\xb5\x78\x1c\x6c\x81\xad\xa4\x52\x5d\xd9\xe6\xa3\xaf\xef\x36\xa8\xf5\xf3\x24\xd8\x8f\xa3\x8f\xc3\x1d\xd5\x68\x01\xa0\x1f\x4d\x8d\x07\x82\x70\x6f\xd9\xae\x9a\x2d\x92\xfb\x7a\x54\xff\xa9\xd5\x01\x58\xd9\x2e\x9e\x91\xfc\x4f\xd6\x86\xf2\x05\xa3\x78\x8b\x59\xd3\x99\x33\xb4\xd4\xb2\x60\x23\x72\x7a\xf1\xf6\xcd\x69\x94\xa6\x29\xde\x6c\xa2\xd3\xf7\xef\xdf\xbe\x3f\x7d\xa1\x7e\xca\x2b\x8b\xf3\x62\x85\x5d\xdf\x8d\x17\x49\xf0\xab\x6b\x54\xc9\xe3\x2d\x0d\x65\xc7\x12\xd6\xca\x2a\x06\x13\x31\x8d\xb1\xbd\x59\x6e\x16\x7f\x95\x48\x3a\xe5\xfa\x39\x85\x5c\x85\xa3\x1d\x87\x66\x9a\xea\x39\x26\xe1\xb2\x3f\x3f\xfb\x70\xf6\xe3\xdb\xf7\xa7\x67\x7f\x7d\xf6\xfa\xa7\xd3\x0f\x91\x89\x52\x4b\x2d\xf6\x6b\x8c\x47\x61\xb8\x1b\xbb\xf4\x2a\xa4\xad\xaa\xd6\xe6\x3c\x7b\xbd\x38\xd4\xb1\xc5\x7f\xf5\xaf\x43\x9f\x93\x4d\xd3\x94\x6d\x36\xf6\x49\xbd\x44\x9c\xc6\xd1\x2f\xac\xe8\xac\xad\xc2\xae\x83\x3a\xc3\x4c\x8d\x14\x83\x8e\x7c\x50\x3b\x26\xf4\x5c\x87\xac\x56\x78\x4e\x90\xc0\xd9\x55\x47\x19\x91\x12\x7a\xf1\x48\x1f\x20\xa1\x17\x1d\x22\x86\x9d\x8f\x4b\x92\x77\x48\xde\xd1\x64\xa1\xa4\x98\x0b\x9a\x17\xeb\x35\x93\x24\x5f\x27\x3e\x2f\x44\x67\x45\x2e\x96\xa2\x73\x8e\x3b\xd5\x77\x42\x3b\x8b\x42\xc5\xce\xfd\x8c\x79\xae\x8c\x73\x17\x9d\x16\x89\x09\x86\x96\x8a\x0c\x6c\x48\xda\x3d\x06\x10\x69\xeb\x2c\x09\x8d\xde\xd1\x6f\xe3\xa3\xac\xc0\xc1\x3e\x44\xf6\x77\x6a\xf1\x6b\x65\xa3\x17\xdb\x64\x26\xb6\x8e\xc2\xac\x61\x1b\x3e\x7f\x88\x05\xf5\x54\xe0\x3a\x13\xca\x17\x51\xb3\xdb\x3b\x43\xf3\xcf\xf2\x86\x6a\xa7\xc1\x86\x95\x98\x47\x62\xc9\xcb\x60\x0c\x75\xfb\x7d\xef\x7b\x09\x7d\x12\x3a\x40\xae\x71\x1f\x9f\xfb\x83\xf9\xbd\x7b\x14\xc1\x6b\xc6\xd6\xe3\x0a\x35\x2b\x5f\x31\x6f\x75\x01\x3c\x1f\xe9\xb8\x88\x79\x04\x39\xe4\x8e\xa2\xd7\x12\x32\x90\xe4\x58\x7c\x24\x2b\xcc\x0a\x11\xa0\xc4\xab\xea\x6a\xc2\x25\x3c\x06\x25\x34\x5f\x92\xa6\x91\xd8\x96\x97\x27\xb0\x32\x0c\xec\x45\xa8\xb1\x17\x90\x2b\x7d\x5a\x9d\xeb\xbd\x69\xcb\x5a\xe3\x19\xc6\xcf\xee\x95\xff\xf4\x19\xa8\x7f\x6f\x76\xb1\x51\xaf\x7b\x43\x45\x7f\x27\x0e\xde\xb6\xc4\x75\xee\xd9\x86\xd6\xce\x02\x54\xa0\xd2\xc4\xa1\x5b\x16\xea\xb0\x72\x08\x59\x8d\x2d\x85\xa0\xed\x41\x14\xa1\x34\x7f\xaf\xe6\x87\xe7\x0a\xed\xe8\x85\x84\xaa\x3d\x67\x54\x10\x5a\xe0\xaa\x9a\x9c\xdc\x8e\xae\x92\xba\xd1\x9e\x79\xa5\xed\x8b\x1c\x92\x5b\x24\xad\x92\xf7\xa7\x1f\x7f\x7a\xff\xa6\xc9\x4b\x72\x78\x5c\x7b\x63\xfd\x16\x1f\xff\xfc\xfe\xed\xcf\xed\x06\x8f\xb7\x36\xd0\x4c\x6b\x72\x13\x9f\x0f\xb7\xf3\xb3\xf5\x3d\x4e\xa2\x1f\x4e\x5f\xca\x57\xe5\xf9\xfb\xd3\x67\x1f\x4f\x23\xd8\x40\xec\xce\x82\x6f\xeb\xe6\x36\x36\xce\xa8\x64\x8f\xa8\x3c\xd4\xd6\xc4\x5d\xd4\xf1\x1d\x53\xa7\x69\x7b\x4f\x5b\xfc\x85\x71\xdb\xf4\x10\x8c\xb9\x4c\x8d\xb7\x5c\x19\x95\xc0\xc0\x05\x26\xa0\xd7\x8b\xdd\x6b\xd8\xdd\x03\x02\xd5\x23\x60\x01\xaf\x25\x31\x08\xbd\x8a\xf0\xb1\x07\x75\x7e\xf3\xb6\xdc\x4a\x4b\xad\x42\x9d\x1c\x91\x31\xa9\x1b\xc9\xbf\x47\x97\xaa\xa4\x7e\xa9\x7f\x26\x62\xf9\x81\xc8\x0b\xa6\x67\x48\x2c\xff\x1e\xdb\xd5\xcf\x5f\x18\xa2\x2a\x26\x75\xd3\x77\x00\xc9\x44\xb4\x9c\x36\xc6\x76\x73\x3f\xb3\x4f\x7a\xf6\xb2\x30\x26\x41\x93\x7c\xa2\x7c\x03\xc6\x31\x4e\x09\xd4\xc8\x4d\x9e\x63\x75\x3a\x50\x87\x3c\xa8\x3b\x5c\x0c\x2d\x8a\xa1\x30\x28\x18\xc4\xbe\xb7\xef\x8e\x06\xea\x16\xc9\xda\xc0\x1e\xcb\xb6\x3d\xb9\xb9\x42\x85\xc2\x1a\x65\x6d\x86\xd3\x4e\xc6\x5f\xe6\xd6\x75\xf8\xfb\xdf\x7c\x84\x43\x2e\x0e\xbe\xdd\xc5\x76\xea\x58\x8c\x7d\x39\x50\x0c\x14\xa5\x9c\x60\x45\x2c\xd7\xcf\xad\x3e\x7d\x7e\x65\xd3\xd6\x05\x0e\xde\x47\xef\xfa\xed\x3e\x6a\x83\x10\x07\x15\x01\x2a\x87\xf3\x39\x86\x30\x91\xd1\x54\x89\xd8\x15\x06\x85\x91\x86\x90\x89\x00\xdc\x4f\x5a\x79\x24\x87\xe9\xf5\x94\x8b\xbf\x9c\x47\xaf\xc7\x2b\xa6\x99\xb6\x55\x73\xc4\xa8\xe6\xe8\xf7\xc7\x63\xaa\x03\xe5\xb0\xf4\xf8\x84\x3d\xa5\x27\xac\xdf\x07\x64\xc2\xea\x81\x72\xd8\xf4\xc8\xf5\xed\x54\x4c\x13\xae\x22\x00\xe0\xa9\xb5\x80\xff\x27\x99\xe0\x13\x20\xb9\xae\xb2\x3c\xca\x02\xa7\x99\xb6\xf1\xb3\x36\x97\x72\x71\x91\x02\x0a\x36\xb6\xcd\x26\x47\x6f\x27\x6b\x5b\xdc\x68\x19\x16\x76\x97\x82\x87\xaf\x02\xb3\x58\xe9\xf1\xce\xfa\xfa\x46\x33\xc3\x59\x5b\xe9\xd4\xd6\xde\x3d\x49\x6e\x09\x1a\x4e\x1c\xac\xc6\x9b\x74\xd3\x94\x04\x3e\xcb\xfe\xdb\xf0\x88\x77\x02\x23\x6b\x96\x1a\x18\xe4\xbd\x9e\xe8\xa6\xa9\xfc\x67\x48\xf2\x17\x38\x17\x9c\x5d\x29\x79\x65\xad\xad\xd3\x9f\x45\xc0\x1a\x58\x46\x7f\x8f\xfa\xc6\x40\xb1\x61\x0e\xf1\xf7\x08\xe6\xaa\x98\x6d\x29\x3e\xaa\xb1\x5b\xdf\xb5\x38\x9b\xce\x1c\x0b\x3c\x13\x8a\xf7\x5a\x33\x81\xa9\x20\x92\xfb\xeb\x2c\xd1\xaf\x88\xcf\x59\x91\x77\xa2\x1c\x67\x0b\x23\x55\xef\x64\x8c\xad\xa3\xce\x39\x16\x97\x18\xd3\xce\x1a\x49\x52\x52\x73\x6a\xdf\xf5\x51\x3f\xea\x20\x3a\xef\xcc\x96\x24\x9b\xeb\x8f\x51\x3f\xef\x47\xc3\xce\xab\x45\xe7\x8a\x15\x9d\x4b\x44\x45\xab\xb4\x23\x98\xe4\xc8\x9c\x3e\xe0\x72\xd9\xe8\x38\x52\x1d\x93\x4a\x65\x00\x3b\xeb\x0c\x4b\xfa\x67\xb6\x44\xf4\x02\x77\xfe\x5e\x29\x6e\xfe\x2e\x7b\xfb\xbb\xe3\x21\xbd\x82\x9b\x27\xf1\x09\xe3\xb5\x75\xb0\xed\xa0\x85\xc0\xfc\xa6\x69\x98\xf1\x89\xd0\xa3\x16\x34\x30\x6e\x04\xca\x92\x39\x9d\x4e\x69\xf4\xf6\xb3\xa0\xc5\x4c\xe6\xd9\x72\x2d\x7c\x9e\x60\xef\x68\x56\x63\xff\x87\x67\x96\x30\xb3\x4e\x21\x66\x40\xa4\xcc\x4b\xe2\x6b\xa5\xbe\xc6\x70\x41\x13\x01\x0d\xb8\xaa\x77\xb0\x84\x1c\x54\xbe\x94\x9e\xb9\xd5\x6c\x0f\x83\x13\x0b\x82\x77\xe0\xf0\xfb\xb5\xa6\x57\x07\x1a\x7a\xb5\xdd\xf8\xc2\x21\xef\xbf\xde\x2c\xe6\x23\xca\x3f\x35\x8c\xab\x8c\x9d\xcb\x89\x8f\x55\x3d\x4b\xa1\x46\x1c\xa5\xd1\x09\xaf\x42\x28\xf1\x7e\xdf\x29\x48\x26\x7c\x7a\x44\x87\x55\x28\xc5\xd4\xff\xb1\xd9\x74\x8f\x21\x95\x98\x69\x41\x2e\x0a\x5d\xde\x1d\x59\x7d\x01\xa1\x1d\xda\xeb\xc5\x74\x78\xc9\x89\x30\x65\xdb\xc3\x37\xd2\xe1\x27\x7c\xa5\x82\xc2\x95\x20\xae\xbb\x99\xde\xbd\x11\x5b\xdd\x7e\xe4\xdb\x3d\xa1\xb2\x43\x93\xdb\x20\x0d\x50\x63\xfa\x29\xed\xf5\xa2\x5c\xfd\xd1\x2c\x70\x32\x9b\x71\xc8\xa5\xc6\x10\x74\x65\xc8\xdf\x06\x07\x3d\x0c\xed\x70\x2a\xde\x9f\xce\xfa\xc4\x78\x9a\xa6\xee\x7b\xd7\xfe\x5d\x99\x8d\x8d\xed\xdc\x12\x37\x20\x9c\x87\xdd\x43\xce\x2a\xbb\x96\xba\x01\x8a\xfa\xa2\x91\x9b\x6e\x52\x73\xde\x08\x9b\xb4\xef\x0a\xbc\xa3\xc1\x17\x2b\xb8\x95\x00\xeb\xe1\x30\x3e\x3d\x6a\xb9\x1c\xb9\x17\xf9\xc3\x12\x71\x49\x57\x5b\x11\x43\x35\x47\xf3\xc5\x9f\xa3\x72\x38\x5c\xda\xcb\xb5\xdb\x42\x31\x2e\xd2\xeb\x85\xb1\xbd\xb1\x78\xd0\x28\x96\xce\x73\xcc\x3f\x63\xab\x67\x92\xb8\xe2\xea\x99\xc4\x9a\xed\x4d\xc9\xc3\x4e\x29\x8e\xce\xdd\xe5\x97\xe2\xc5\xe0\x33\xd5\x17\x14\xb4\x12\x52\xbe\xbd\xa4\x98\xd7\x04\x7a\x00\x8a\x14\x8f\xf1\x90\xc9\x92\x57\x54\xf6\xa1\x46\x95\xb8\xbf\xda\x40\xab\x97\x7c\x89\x24\xc0\x5c\xa5\xac\xe9\x16\x6c\x76\x74\x41\x41\x19\x8f\x20\x19\x9e\xcd\x32\x8c\x68\xb1\x7e\x4b\x0d\x99\x02\xda\x62\x44\x2b\xdf\x7f\x96\x65\x11\xbc\xe6\x26\xa8\x85\x58\xe2\x8e\x49\xf4\x46\x44\x27\x23\x9f\x71\xde\x61\x54\xa9\xfc\xe7\xba\x2b\x3c\xef\x30\xde\x29\x28\xc7\x74\x8e\x39\x9e\x47\x4a\x3f\xa2\x36\x36\x0c\x49\x46\x46\x94\x31\xaa\xf4\x87\xdb\xfd\x6a\x85\x0d\xe9\x24\x4c\x50\xb9\x66\x48\xa7\xca\x53\xcc\x9d\x63\x3a\x71\x44\x7a\x6e\x75\x2f\xb6\x6c\xb3\x99\x4c\x01\xcc\x55\x24\x12\x5c\x42\x7d\xd6\x6d\xe5\x82\x32\xdb\x6c\xdb\x26\x02\x13\x36\x08\x7b\x58\xcf\x60\xbc\x5f\x58\x21\xc9\x88\x0e\xa3\xc6\xae\xc3\x13\x7b\x4b\xcc\xa3\xc4\xde\x84\x76\x90\x22\x3d\x86\x95\x0f\xf6\xdc\x39\x77\xea\xbb\xaa\xce\xa1\x76\x57\x45\xc8\x32\xaf\x71\x79\x55\x0c\x03\x4b\xad\x04\x53\x25\x1c\x38\x8a\x35\x0d\xd4\x27\x99\x35\x54\x30\x2e\x4d\x82\x17\xb3\xc1\x80\x5b\x8d\xe8\x70\xd0\x75\xc6\x38\xb9\x20\xa6\x92\xf9\xd1\x74\x20\xad\x80\xdb\x7d\xab\xe4\xab\xdc\x14\xbb\xdf\xb0\x46\x17\x57\xac\xbe\xfb\x54\x6e\x31\x1e\xf2\xcd\x92\x77\x59\x24\x07\x6e\x59\xe2\x3c\x72\x0f\x44\x94\x3c\x1c\xa1\x6c\x2b\x38\xd7\x90\xa1\x41\x91\x92\x0f\x0a\x99\x7b\x1a\x5e\x08\xd6\xab\xd7\x44\x75\x95\x87\x7c\xe3\x3a\x8c\x77\x5c\x15\x79\x4d\x30\x00\x09\x86\xc6\xe5\x26\xb4\x23\x21\x00\x50\x14\x28\x09\xc3\x81\x42\x6a\xf5\x4f\x1e\x3c\x6a\x9b\x4a\x51\x59\x71\x04\x8c\x2b\xc3\x02\x86\x1a\x80\xd5\x01\xdb\x8b\x07\xc2\x95\xa0\x32\x70\x9b\x14\x89\x14\xd4\x03\x8d\xfc\xbc\xf3\x5f\x9a\x5c\x5e\xc5\x06\x34\x8c\xe0\x78\xa5\xd0\x60\x00\xb2\xb2\x84\x59\x4a\x86\xaf\xde\xfc\xf5\xed\x5f\x4e\xe1\x2c\x60\xe3\xac\xa5\x4c\x7a\xda\xe1\x07\xa5\x84\x59\x87\xd0\x4e\x31\x0e\x53\x6f\x92\xa4\x31\x04\xe9\x0c\xd6\xc3\x6e\xfb\xb4\xa1\x8a\x2e\x69\x68\x41\x45\xb9\x26\xc5\x24\x9b\xa6\x33\x58\x00\x00\xd7\x69\x83\x8c\x35\x36\xef\x8e\x54\x5b\xd5\x49\x66\xb2\x88\x39\xa8\x7b\x3c\x71\xdf\xb5\xc9\x86\x39\x98\xa0\x29\x2c\x52\x49\x3b\xcb\x67\xef\xcc\x23\xd0\x8d\xc0\x94\x9f\x45\xfd\x8b\x7e\xff\x48\x4c\x8a\x69\xfa\x39\xd6\xdd\x43\x1c\x0b\x98\x2b\xf0\x86\x85\xef\xb0\xf2\xb9\x91\x0a\xb6\x25\xb3\x50\x9b\xa9\xb8\x7a\x70\xc4\xc7\x6d\x25\xd3\x5b\x3a\xb3\xa1\x2f\x8c\x25\xfa\xa4\x52\x3b\x51\x28\xdc\xa5\xd0\x94\x63\x95\xc9\x54\x59\x09\x6a\xcb\xed\xea\x60\x00\x48\x68\x15\x9c\x81\xd6\xac\x91\x1b\xfb\xb9\xae\x3b\x0a\xa0\x9a\xa3\x00\x69\x38\x0a\xac\x3d\x47\x81\xeb\x1c\x8b\x9a\x1b\xb7\xd3\xb4\xc8\xc9\x7c\x90\x64\xc8\x07\x59\xc3\x68\xaa\xea\x1f\x77\x39\xce\x06\x5d\xa3\xad\x1a\xac\xed\x7c\xdd\xd4\xf5\x7e\x5c\xe2\x8e\xe4\x9b\xd8\xa2\x53\xef\x28\x06\x4e\xd1\x8b\x3a\xf9\x1a\xcf\x24\x13\x67\xf8\x73\xcb\xd2\x49\xd6\x7b\x8e\xd7\x1c\xcf\x90\x92\x56\xd0\x79\xe7\x92\xd1\xef\x6e\x52\xe7\xe6\x41\x7d\xee\xb0\xf3\x4e\x8b\x10\xf4\x60\x57\xe6\xa5\xf5\x06\xa3\xb9\xc0\x68\x0e\x3b\x78\x78\x31\xec\xfc\x3d\xea\x8b\x7e\x94\xa8\x3a\xf1\x70\x38\x04\x36\x2a\x40\x0c\x1a\xb1\xc7\x62\xfb\x46\xd4\x3f\xf7\x23\xf0\xf7\x08\xc0\x95\x51\x72\xa0\xf9\xfc\x35\xc9\x05\xa6\x98\x43\x43\xba\x2a\xe7\x79\x65\x7c\x02\x05\x74\xc1\x57\x60\xf7\x78\x67\x2b\x8d\x50\x4e\x6b\x6d\x3d\xaa\xac\xd1\xfa\xad\xa6\x65\x5d\x6b\x47\xdc\xd6\x87\x1c\x81\x12\xfa\xfa\xdc\x3a\xda\xa9\x26\x9a\x36\x7e\x4b\x72\xa9\xb9\x98\x5a\x24\xb9\xc6\x3a\x1b\xd0\x65\x4d\x69\xdf\x6e\x1d\xba\xb9\xda\x34\xf8\xb5\x9a\x46\xb3\xa4\x35\x99\xd6\xf6\xb5\xa6\xe4\xc8\xff\xfb\xe4\x71\xec\x20\xa9\x30\xa3\x06\xe8\x85\x16\x0d\xf9\x8c\xb6\xc1\x5a\x03\xb1\x25\x4f\x14\xd1\x2d\x39\xeb\x1c\x0b\x49\x83\x13\x91\x5b\xd2\xfc\x33\x41\x9d\xef\xea\x6f\xc2\x77\xc3\xce\x07\x8c\xdd\x15\x23\x8a\x68\xd7\xd6\x15\x0b\xc6\x3b\x73\x2c\x10\xc9\xf2\x61\xa4\xd8\xaa\x1b\x10\x50\xc8\x53\x49\xc9\xbd\x2e\xd2\xd1\x1e\x02\xa4\x9a\xbc\xe7\x3e\x03\x25\x34\x9d\x20\x32\x82\x72\x2f\x9b\xaf\x2e\xfe\x51\xce\xc3\x91\x2e\x5b\xbd\x1b\x2e\x44\xdd\xdd\x6c\xe4\x39\x8b\x85\xab\x5a\x07\x47\x55\xf3\xd5\x3c\x0b\x79\x42\x54\xde\x6b\xb6\xb3\x80\xf1\x7f\xd7\x3d\x61\xbe\xf0\xb8\xd7\xab\x7d\xb7\x2e\x6c\xe5\x76\xb7\x8b\xbd\x06\xeb\x04\x07\xf3\x7c\x1b\x42\x83\x8e\x23\xed\xac\x1c\x25\x11\x99\x67\x38\x2a\x41\x83\x22\x37\xcc\xb6\x26\xcb\xd4\x0f\xaa\x08\x75\xed\xc5\xe3\xe9\x73\xa0\x07\x2e\x89\x68\xb8\x0e\x67\x28\x17\xaa\x4d\x45\x59\xf9\x2e\xd9\xa0\x16\xdc\xa2\x5d\xaf\xde\x51\x15\x28\xa3\x5d\xb3\x0a\x31\x00\x9a\xf1\x31\x02\xc3\x57\xc6\xba\xa0\x1e\x39\xa3\x5d\xd7\xb9\x23\x83\x5a\x44\x8d\x76\x45\xeb\x6c\x0c\xea\x81\x36\x02\x3d\x5a\x1b\x3d\xd0\x0c\xc0\xd1\xae\xeb\xf9\x1f\x83\x7a\x68\x8e\x7a\xdd\x46\xec\x84\xea\x0c\x92\x11\x74\x80\x9d\x8c\x60\xe5\x49\x9c\x8c\x76\x46\xd0\xc0\x9b\xcd\x75\x09\x79\x2a\x86\x5a\x8e\xa0\x74\xfd\x1c\xe7\x58\x18\x53\xbd\x94\x6f\x36\xd6\x35\xe2\x59\xb6\xd5\x3b\x42\xa2\x39\xb1\xc4\x2a\x7a\x66\xd4\xa2\xb2\xab\xe6\x1c\x40\xea\x0c\x76\xdd\x30\x31\xb0\x11\x70\xf6\xb4\xe3\xaf\xb1\x9f\x96\x9a\x32\xb4\xbf\x55\x4b\x36\x63\x38\x49\xd0\xaf\xf8\x54\x0d\xf7\xd5\x14\x5a\xe6\xfb\x39\xb6\x3e\xee\x04\xe7\x3a\x82\xcb\xae\x38\x2d\xcd\x48\x2e\xa1\x68\x2f\xdf\x26\x96\x8b\xf2\x4d\xdf\x8d\xec\x2f\x11\x11\x83\x05\xe3\x77\xe0\x99\xea\x28\x65\x5e\x49\x9f\x7d\xc1\xcb\x7b\xbc\xc0\xb2\x33\x2b\x73\x96\x7b\xdb\x59\xa2\x5c\x13\x90\x98\x76\x08\x25\x82\xa0\x8c\xe4\x78\xde\x19\x74\x94\xa8\x2e\x06\xb5\x1a\xc6\xff\xc6\xf2\x87\x5d\xb1\xd9\x58\xa9\x5d\xd7\x8b\x27\x5f\x89\x6d\xab\xaf\x63\x9c\x88\xb2\x19\xb6\xa8\xa6\xdf\xf7\x7b\x30\xa1\xe1\x45\x58\x5a\xae\x28\x75\x09\xf9\x1c\xe7\xca\x5e\x71\x55\xe4\xa2\x83\x89\x58\x62\x2e\x69\x61\xd9\xba\xc3\xb8\x27\x3e\x87\x8a\x08\x88\xfa\x76\x04\xa0\x03\x7b\xe9\xb7\xda\xa6\x6d\x30\xef\x9b\x52\x95\x7b\x9c\x84\x27\x67\x4e\xcc\xfb\x89\x6b\x0c\xe3\xb1\xcf\x20\x36\x99\x47\x49\x2a\x88\x5e\xcf\x6a\x9d\x34\x2c\xeb\xae\xdf\x2e\xc6\xc1\xaf\xda\x72\x0b\x0f\xcf\xce\xd4\x2c\xce\xce\x52\x01\xca\x7f\x39\x07\x79\x09\xb9\x2f\x19\x57\x88\x2e\x90\x43\x44\xcd\x22\x57\xb1\xb5\x5d\x5d\x45\x65\x86\x93\xd5\xc8\xda\x85\x31\xa7\x73\xf5\x1d\x1b\xd8\xb4\x45\xf4\x1a\x65\xe6\x5b\x69\x3c\xd1\x7f\x73\x9a\xa3\x26\x4f\x2e\x6a\x91\x48\x79\xaf\x87\x63\x1f\x1c\x35\xda\x96\x9c\x3e\x05\x50\x94\x65\x0c\x20\xda\xb2\x68\xdf\xb1\xde\xda\x33\xc4\x18\x4e\xae\x3f\xe1\xab\x44\x7b\x24\x19\xff\xd9\xa6\x3c\xd7\xdc\xef\xd8\x08\x76\x9d\xd9\xc4\x47\x66\x02\xb7\x6a\x59\x38\xd0\x51\x4f\x5d\x76\x24\x9f\x91\x9f\x02\x88\xe5\xe4\xf2\x2d\x93\x13\xde\xec\x6c\x58\x61\xfd\x3b\xf6\x20\x7f\xb3\x31\x1b\x78\xd1\xb8\x21\x00\x54\xfe\xe0\xc0\x0b\x0a\xe8\x1c\x18\x52\x01\x69\xe9\xa2\xca\x61\x88\x00\xac\x16\xdf\xb2\x04\x69\xee\x83\x32\x07\x09\x18\xdb\xaa\xf7\xc8\x8d\x51\xf7\x8c\xb8\xc1\xba\xc3\x58\x60\x54\x3b\x53\x6c\xdb\x19\x79\xfc\xf5\xbd\x61\x77\xb0\x37\xcc\x30\x2b\xa9\x80\xac\x62\x41\x53\x0a\xd9\x57\x6e\x53\x25\x42\x82\xc4\x5f\x52\x09\x59\xda\x3d\xf6\xa1\x93\x82\x6b\x26\x6f\x0c\x89\x4d\xd4\xc8\x9d\xfb\x05\x42\xb9\x82\x2c\x02\x97\xe7\xc0\x8c\x22\x7f\xae\x65\x9a\x56\x30\x30\x8e\x77\x95\x36\x58\x70\xb9\xe0\xda\xac\xa9\x6d\xc8\xf1\x8a\x7d\xc6\xf5\xb6\xb4\xd6\xb0\xb4\xf6\x83\xa6\x05\xa3\x38\xd0\xbb\xd7\x37\xdb\x6c\x5c\xf7\x6c\xb1\x68\x75\x57\xc1\x46\xb6\x0b\x36\x34\x44\xdc\xd2\x20\xe2\x07\xc6\x32\x8c\xe8\x51\x1d\xc0\xd0\x1d\x00\x18\xaa\x00\x0c\x49\xec\x96\x52\x88\x86\x6b\x8e\xe7\x64\x86\x84\x73\xa2\x0a\xa9\x90\xd9\x98\x05\x15\xc0\x69\x9a\xb2\x12\xa2\x7b\x82\x4f\x3f\xb9\x89\xa4\x54\xed\xd1\x68\xdc\xac\x14\x57\xb4\x3d\xff\x98\x00\x17\xfe\xfb\x26\x10\x26\x00\x76\x47\xa5\xd2\x80\x91\xd8\x35\x6b\x40\xa7\x95\x48\x69\xd0\x51\xaf\x82\x52\xa1\xd6\x20\xa7\x01\x95\xae\x0d\xf5\x1b\x94\x0e\x7e\x76\xd2\x9c\x36\xbf\x98\x66\x05\x06\x2a\x32\xfb\x0d\x56\x2a\x36\x64\xf1\x5d\x47\x46\xd1\x53\xd0\xb1\x8a\x53\x6a\xc3\x79\x48\xee\xe5\xbb\x6a\x76\xdf\x75\x04\x5e\xad\x33\x24\x70\x47\xcf\x43\xf1\x3d\xda\x84\x73\x1e\x35\x42\x3f\x19\x13\xeb\xc9\xc8\xca\x97\xba\x54\x5e\x3a\xc7\xf6\xe8\x00\x33\xad\x08\xc9\xc0\x3a\x72\xe9\xed\xf0\x05\x88\x13\xea\x34\xbb\xbc\x9c\xfa\x86\x40\x1a\x74\x74\x3f\x43\x3d\xb5\x98\x82\x12\x1c\xdd\xbc\xf7\x4e\xd2\x78\x17\x1b\x5f\x23\xfc\x79\x2d\x89\x5b\x68\xa1\x6e\xec\xea\x2f\xd9\xec\x36\x34\xa0\xe9\xc0\x1c\x20\x87\xbb\xf7\x86\xef\x07\x97\xcd\xd8\xe1\xf7\x93\x03\x30\x34\xc1\x16\x53\x0e\x79\x1a\x8b\x14\xc3\xba\xa5\x8d\x00\x63\x91\x78\x36\x32\x02\x00\x48\x75\x2c\x6d\x12\x88\xa5\x4d\x8d\x8e\xd0\xe9\x3b\xfe\x79\x96\xb0\x37\x70\xa3\x3b\xb2\x2d\xed\x1f\x24\xac\x32\x7d\xfb\x1a\x7b\x37\x13\xaf\xec\xd0\xf4\x1a\xbb\x59\xec\xaf\x0c\x59\x06\x09\x64\x10\xc1\xfc\xeb\x81\x70\xc1\x38\xfe\x8c\x79\xda\xe6\x74\x1a\xbc\x52\x83\xcd\xc2\x43\xa1\xbd\x92\xaa\x4c\x1d\x26\x6f\x47\x15\xe1\x69\x6b\xf2\x0e\x13\xdf\x33\x10\xf2\x29\x0b\xe5\x7a\xd0\xc8\xe3\x25\x1d\xce\x49\xbe\xce\x90\x92\x3d\xa6\xb8\x1f\x75\x62\x15\x5d\x31\x82\x5c\xa9\xea\x6a\x0a\x6d\xd3\xa4\xa6\xca\x6e\x68\x9a\x1b\x26\x0c\x3b\xec\x17\xe2\x11\xcc\x5b\xf1\xc3\x81\xb1\xd3\x81\xa4\x0a\x2b\xd6\x14\xa4\x62\xa7\x18\xdf\xa1\x15\x6f\xab\xc4\x4b\x2f\x5d\x99\x5d\x49\x8a\x61\x98\x45\x17\x66\xf9\xf6\xe0\x2a\x0e\x4d\x72\x65\x66\xab\x75\x60\xb8\x3d\xf7\xdb\x5b\xd0\xbf\xe2\x9e\x1e\xb8\x3b\xa4\x1d\xf5\xad\xbe\x45\xea\xb1\x2f\x0c\x1a\x3e\xcb\xb1\x78\x9e\xa1\x3c\x27\xb3\x17\x78\xc6\x8c\x5f\xa8\x57\x66\xa4\x90\xae\xb0\x7a\xf3\xb2\x6a\x5b\xdd\x37\x11\xfb\x2c\xb4\x23\x8a\xd5\x34\x95\xca\x57\xff\xa1\xfd\x9f\x1a\x72\x4e\x0c\xea\x8a\x6e\x8f\xa7\xb5\xcb\x2f\x62\x21\x57\xa0\xef\x16\x93\xff\xaf\x67\x43\x61\xde\x8f\x5a\xf0\x35\x5a\xfd\x6d\xf3\x9d\xa8\xf8\xab\x4b\x9b\x23\x85\xa9\x7f\x60\x75\xcd\x85\xfd\xab\x29\x70\x41\xb5\x9f\x4d\x11\x0b\xaa\xfd\x0c\x08\x54\x50\xf3\x8b\x87\x94\x84\xfd\xeb\x86\xb7\x42\x0b\x0b\x7f\x95\x4f\x76\xab\xf8\x86\x47\xe4\x9e\xde\xf4\x6b\xa5\x30\x09\x0c\x07\xab\xd9\xfa\xb2\x8e\x1b\x52\x9a\x98\x97\x6e\x2f\x4a\xc4\x83\xbd\xba\x8c\x4a\x74\x08\xed\xe0\x2d\x36\x28\xb2\xaa\x59\x0a\x3f\xc8\x06\x45\xbe\xf7\x92\xde\x2a\x9b\x42\x5f\x61\x9d\x9b\x53\xa3\xe0\xd6\x71\x76\xc4\x6d\xa8\x3b\x92\x9f\xea\x70\xf6\xba\x6d\x48\xc8\x87\x7b\xbd\xa0\x87\x96\xe4\x85\x83\xe6\xbb\x58\x32\xbe\x9b\x4d\xb0\xa4\xc9\xaa\x6f\xe9\x20\xc0\x98\x2b\xa1\xe1\x33\x7b\x53\x15\x21\xda\x32\xdf\x6c\x09\x11\xf7\xf2\x80\x7a\x32\xa6\x83\x27\xda\x03\xea\x49\xcd\x03\xea\x49\xc3\x03\x4a\x49\xdb\x87\x97\x24\xcb\xac\xb9\xa8\xde\xa2\x76\xc1\xd0\x9a\xf5\x28\xee\x31\xcf\x71\x7e\x66\xcd\x42\x79\x7e\x76\xe6\x12\x47\xf9\x6d\x60\x9e\x4e\xa6\x47\xb5\x4f\x69\x40\x1d\xaf\x09\x46\x17\xeb\x44\x3c\xe5\x8a\x44\xcc\x27\x62\x1a\x83\x23\x14\x12\xd4\xc1\x43\xe6\x96\xe6\xe5\x21\xd5\x75\x60\x08\x5f\x9d\x33\xe1\x55\x10\x42\x02\x74\x1e\x29\x8b\xeb\xda\xef\xa4\x41\xc1\x5c\x47\x31\x5a\x35\xb3\x47\x55\x3d\x73\x70\x6d\x29\x7a\x5e\xd0\x61\xa6\xe2\xaf\x70\xe5\xf5\x78\x54\x39\x6d\xd7\x32\x1a\x05\x9d\xea\x8d\x71\x9a\x00\x25\xe4\x72\x6a\xd6\x9b\x34\x2d\x14\x86\xbe\xdc\x26\xe7\x2e\x8c\x9c\x9b\xa3\xcb\x8f\x81\xd5\xb8\x04\xc0\xd7\x25\x64\xd0\x97\xf4\x36\xa4\x13\x61\xb7\x73\xe1\xc9\x19\x10\xa4\x43\x13\x1e\x49\x8e\x08\x02\x41\x37\x2f\x09\x9d\xb3\xcb\xa1\x84\x7f\xfe\x8a\x0a\xcc\x3f\xa3\x2c\x26\x4a\x15\x05\x71\x40\x96\x1b\xd8\xf8\x40\x9a\x2b\xf7\xf4\xdb\xa4\x51\xf5\xed\xc4\x13\x36\x8d\xaf\x03\x0e\xee\xfa\x25\x4e\x53\xb4\xd9\xf0\x34\xcd\xc7\xc2\xc5\xd1\xa2\x20\x11\x36\x4e\x0c\x05\x65\x09\x47\x00\xba\xee\x4b\xc8\x3d\x33\x32\xd3\x24\x6d\xb9\x99\xfa\x81\xbd\xea\x51\xba\xb0\x4a\xde\xe2\xdb\x67\xa4\x35\xc7\x9f\xcd\xa6\xc1\x86\xd1\x22\xcb\xd2\x14\xef\xd6\xa1\x30\xfa\x19\x73\xd1\x29\xa8\xc6\xa3\xca\x8c\x5b\x69\x9b\x04\x33\x76\x25\x11\x38\xb2\x0a\xa5\x18\x57\xe1\xcd\x45\x7a\x7c\x22\x9e\x36\x11\x8d\xba\x9d\x4d\x07\x27\xc9\xca\x99\xf9\x74\xd3\xca\x5c\x90\xca\x87\x84\x03\xb3\x88\x6a\x6f\xea\xe9\x9e\xb5\x60\x4e\x6e\x7a\xaf\x17\xe3\x09\x9d\xa6\x7c\x42\xa7\x4e\xfe\x8f\xe5\xa6\x68\xab\xca\x34\x3a\x33\x7e\xb0\x67\xda\x3b\xe2\xec\x2c\xf2\xf2\xd9\x4d\xcc\x83\x78\x91\x91\xd5\x0a\x73\xc7\x9d\x6b\xb3\x3f\xf7\xa8\x73\x56\x08\x42\x2f\x06\x4b\xb1\xca\xce\x11\xcf\x1f\x7d\xc2\x57\x97\x8c\xcf\xf3\x47\x33\x2d\x70\x18\x84\x1b\x6c\xad\x37\x35\xe1\x60\x6d\xe6\x63\x15\x15\x56\x6e\xc7\x84\x4c\x89\x8d\xf1\x78\x76\x96\x31\x34\x57\xa7\x7d\x41\xfe\x7f\xf6\xfe\xf5\xbb\x91\xe3\x4a\x10\xc4\xbf\xf3\xaf\x20\xf3\xe7\x86\x33\xcc\x00\x0a\x20\xa9\x17\x58\x29\xd6\xdb\x2a\x5b\xf5\x70\x15\xe5\x17\x04\xb3\x93\x40\x80\x08\x55\x22\x12\xca\x8c\x64\x91\x22\x70\x4e\x4f\x8f\xc7\xe3\xf1\x78\xfa\xe7\x91\x7b\x7b\x7c\xfa\xd8\x5a\xaf\xc7\xeb\xf1\x78\x7b\x3d\xf6\x6c\x6f\xaf\x6c\xf7\x78\x3e\x58\x96\xd5\x7f\x86\xf4\x51\x5f\xf6\x5f\xd8\x13\xef\x88\x7c\x00\xe0\x53\x0f\x53\xe7\xa8\x78\x11\x19\x8f\x1b\x37\x6e\xdc\xb8\x71\xe3\xc6\x8d\x94\x26\x87\xe0\x48\x77\xab\x90\x83\xbf\x09\xcb\xcb\x03\x99\x47\x04\x10\x98\xaa\xd0\xc5\x39\x23\x22\xf7\xbb\xec\xed\xe8\xd4\x9d\x1d\x0f\x32\x71\x5c\x34\xf0\x05\x1e\x41\x07\xd4\x83\x69\xe0\xa3\xfc\x05\xcd\xc0\xe3\x8c\xe4\x41\x54\xb8\xb0\x1f\xa8\x77\x09\xc1\x12\x2a\xdc\xd4\x0c\xa4\xed\x89\x15\xdc\x51\x7a\xaf\xd6\xdb\x44\xe7\xf2\xc9\x4b\x96\xf2\x96\x93\x31\xe0\xc8\x8e\x8e\x9e\xe9\x89\xc3\x17\xfa\x00\x95\x29\x40\xe3\xc3\x2b\xec\x9f\x72\x15\x4e\x7e\x64\x74\x39\xb7\x17\xdb\xac\x5a\x89\x38\x23\xd6\x67\xcc\x81\x54\xcb\x83\x20\x40\x5b\x9e\x9e\x86\x5e\x3b\xf1\x11\x00\x93\x89\x98\xc4\x3a\x56\xcb\x32\xe2\xcb\x6f\xde\xc2\xc2\x76\x00\xea\xf6\x87\xb8\xfb\xc9\x4a\x6b\xab\x2e\xeb\xa0\x4f\x0a\xa2\x75\x19\xf9\xd2\x04\x50\x8d\x14\xc9\x21\x45\x2c\xa4\x88\x6a\x81\xc8\x27\x01\xe5\xf2\x96\x29\xaf\x61\xf1\xaa\x9a\x9f\x05\x71\x83\x5b\x62\x1e\x0c\x58\xf9\x17\x83\x26\xd0\x71\x9d\x33\x2e\x1a\xdc\xfe\x10\xc0\xf1\x49\x03\x22\x4d\x4f\x00\x62\x2e\x35\x32\xa3\x09\xd4\xeb\xd9\x8b\x41\x73\x13\xa4\x9d\xac\x1b\x20\x9f\xfd\x91\x5d\x99\xa2\x28\x45\xcb\x78\xe0\x17\x48\x42\x00\x60\x75\x72\x6a\x88\xbc\x4b\x2a\x2f\xb1\xcf\x9d\x6f\x85\x14\xb1\x9c\xe8\x29\x07\x7d\x1e\xa7\x9e\x2d\x63\x3e\x10\x25\x8e\xd2\xe0\x48\xec\xf7\xf4\x3b\xa2\x0c\x3d\xee\x9d\x4d\x16\x13\x68\x04\x46\xa0\x56\xf3\x76\x76\x18\xb9\x23\xeb\x01\xf7\x26\x5c\x63\x92\x2e\xed\x44\xdd\x00\x6f\xb1\x69\x1e\xa9\x9e\xb5\x19\x0c\xa6\x98\x07\xf4\xe7\x9a\x08\xe1\x31\x8a\x18\x64\x1d\x5b\xa4\x53\xc6\x67\x90\x6c\x75\xba\xd2\xeb\x4a\x41\x40\x07\x98\xfe\xb4\xdc\x7a\xab\x9e\xed\x7c\x42\x5f\x90\xd1\xd5\xf5\x26\x64\xad\x57\xbf\x9b\x38\x9e\x69\x95\xd4\xa2\x6a\x01\xf9\x74\xfa\x87\xee\x2a\x0b\x08\x1c\x8e\xdc\x0d\xdc\x1e\x2a\x0d\x21\xac\x68\x31\x9d\x55\xe1\x4d\x3d\x22\x0b\x55\x9a\x58\x95\x16\x68\xd8\x0f\x69\x78\xa5\x3e\x4e\xf0\x3e\x0f\xb7\x69\x93\xf1\x9a\x95\x23\xa5\x71\x62\x0c\xb2\x3c\x49\xba\x8f\xe7\x32\x8e\xe2\x3e\x8a\xac\x0a\x8b\xb5\x54\x7d\x4c\x50\x2f\x4e\xfa\x39\x84\x16\xba\x5d\x4c\x03\xee\x94\xe3\x4a\x06\xdf\x93\xbd\xf6\xc0\x96\x26\x6b\x9b\xc2\x24\x48\x6a\xb5\x64\x46\x66\x4d\xae\x76\x22\x0f\x3f\x05\x5f\x72\xff\xe7\x71\xd8\x43\x9a\x37\xbf\x7c\xfb\xd1\xe3\xbb\x0f\xee\xb7\x13\xe1\x8a\xe9\xdd\x7a\xec\x4d\x81\x8c\xf7\x1b\xe1\xdd\x24\x4c\x30\x4a\x55\xec\x02\x9d\x20\xb5\x12\x94\xdc\x8c\x13\xf4\x32\x4f\x3d\xf4\x3d\x9e\x89\x49\xc8\x90\xbf\xe7\x81\x1a\x8f\x19\xad\x02\x5a\xcd\x05\x5c\xf7\x4c\x17\xe4\x01\xd2\x10\xd9\x67\xf2\xd5\xbd\x90\x1c\xf2\x45\x63\xe1\x4a\x75\x89\x99\xf5\xca\x9d\xc4\xf1\xab\xcf\x17\x9c\xd9\xca\xf5\x7e\x38\xa6\x28\x79\x18\x8f\xc5\xf5\xf4\x47\x9c\x9f\x8e\xd3\x20\x6e\xcc\xa8\x63\x66\xdb\x7c\x23\x45\xc2\xe8\x1e\xe3\xfe\x85\x5b\x73\x4a\x2d\x42\xc1\xe3\x75\xc6\x2e\xb4\x48\xed\xe2\xfb\x71\xab\x17\xa5\x66\xd6\x7f\x92\x91\x58\x94\xf2\x56\xbe\x7b\x21\x09\xf7\x50\x72\x92\x26\x64\xd1\xd9\x2d\xc5\x31\x95\x41\x89\x17\x6d\x40\x95\x98\x59\xef\x63\x12\x8e\xd3\x61\xbc\x38\xe1\x55\x81\x85\x6a\x3d\x09\xed\x4b\xca\xce\x6c\xab\x17\xa3\xa4\x87\xee\xf6\x17\x6e\x40\x15\x98\x59\x2b\x89\x93\x11\xb7\xc9\xf2\xe9\xc1\x7d\xdb\x17\xad\xbf\x58\x74\x01\x1e\x12\xb2\x77\xa1\x16\xe2\x86\x29\x32\xa7\x66\x11\x66\x3d\x1d\xe2\xf1\x31\xea\x36\x85\xa6\x5c\x41\xba\xf5\x38\x08\xab\x1b\xa9\x50\x48\xca\x97\xfa\x50\x48\xb8\xea\x95\x5e\x65\x38\xdb\xed\x5b\x65\x01\xb5\xee\x1e\x5f\x3f\x9a\xd9\xbf\xf4\x0a\x92\xcb\xe3\x9c\x7e\x8a\x7c\x17\xd5\xdb\xeb\xbb\x71\x42\x65\x58\xf1\x05\x3b\x6c\x8a\x2c\xb2\xfa\x1d\xaf\xee\xc5\x94\x4d\x32\x88\x70\xef\x98\x58\x3b\xa5\x66\xd6\x7f\x27\x4e\x76\x71\xbf\x8f\xc8\xf1\x1a\x70\x8b\xcd\x59\x9c\xf7\xc3\x08\xf7\x8f\x57\xbf\x5d\x68\x66\xed\xf7\x63\x7a\x27\xce\xc8\x31\xab\x77\x4a\xcd\x16\xe4\xdc\x95\xeb\x78\xb5\x5b\x65\x66\xd6\x2d\xad\xc9\xc7\xab\xdc\x2e\x34\xb3\xf6\x57\x48\x98\xd1\x61\x9c\xe0\x37\xd0\x31\xa9\x53\x28\x39\xb3\x1d\x31\xd3\xf9\x32\xb5\x1d\xbf\x14\xa6\xc3\x85\xdb\x29\x94\x5c\xa0\x1d\x96\x6d\x3b\x3e\xce\x82\xaa\xda\xb1\x4a\xce\x17\x5f\xaf\xa5\x31\xa9\x87\x63\x3c\x5f\x80\xe9\x9c\x9f\x74\x89\x9d\xa0\x94\xce\xef\x2e\xcf\xf5\x49\xed\x2a\xa5\x33\x56\x5e\xbe\x75\xfe\xb8\x76\x8d\xa1\x5e\xd9\xaf\x4a\x1b\x0c\x26\x83\x08\xf5\x28\xf7\xae\x2a\x53\x32\x66\x2d\xc9\x73\xb8\x7d\x06\x77\xb8\x9f\xb8\x8f\x4f\x29\xa9\x73\xc6\x09\x94\x48\x8f\x85\xca\x0f\x95\x76\x0d\x93\xe3\xb5\xb4\x60\x12\xc9\x7d\x2d\xc1\xde\xca\x51\xd2\x01\xeb\x2b\x4d\x42\x92\x4a\xf7\xcc\x39\xe6\x19\x0b\x55\x67\xa4\x94\xa7\x43\x9d\x97\xa9\xa7\x28\xd9\xc7\xbd\x5c\x2e\xee\xff\x52\xef\xc5\x84\x86\x98\x14\x74\x41\xdb\xd9\x0d\xca\xd0\x5f\xb0\x0f\x87\x70\x0c\x47\x70\x1f\xee\xe5\x78\x16\x0f\xfc\x53\xd8\x04\xa5\x15\x5c\xd8\x50\xa4\xc1\xa5\x31\xe2\xe1\x53\xaf\x7c\xa3\xf5\x6a\xc3\xef\x34\xeb\x2f\x74\x27\xad\x4e\xb3\xbe\xd6\x05\xaf\x36\xae\xd8\xd7\x9c\xe4\x9b\x35\xe2\x90\xce\x58\x58\x96\xe5\xa9\x4f\xba\x1c\xd2\xe5\x08\x85\x29\x15\x39\x97\x5b\x8d\xd6\x7a\xa3\x09\x97\x77\x33\xca\x23\x21\x0e\xc3\x7d\xb4\xec\xad\x3a\x8d\xaf\x7a\x3a\x34\x42\x36\xde\x4b\xc2\x3e\x62\x59\x13\x3b\x38\x3e\xcf\x0f\x97\xe9\x10\x11\x9d\xc7\xb4\xde\xf0\xc0\xd2\xa8\x71\xeb\xb1\xb4\xf0\x8c\x75\x0c\x1c\x9e\x68\x6f\xda\x83\x91\xf3\xd3\xc9\x20\x9d\x2e\x46\xee\x6f\x27\x8b\x36\x9b\x98\x5c\x3a\x49\x64\xe4\xdb\xa3\x20\x75\x31\xd0\xbb\xd6\x60\x64\x60\xf1\x89\x09\x81\x20\xe5\x7f\x44\x82\x30\x2a\x05\x23\x09\x88\x44\xc7\xac\x11\x8c\xdc\xdf\x22\x8b\xda\x61\x06\x23\x0d\x8a\x0f\x52\x8d\x0d\x12\x17\x27\x5b\xbb\x0d\x88\xfb\xcd\xd6\xd4\x02\xe2\xfc\x14\x19\x6c\x85\x25\x20\xce\x4f\x59\xbb\x56\xb1\x03\x62\xfd\x10\x1f\x0b\xba\x48\x40\x8a\x69\x22\xab\xab\x93\x06\x24\x97\x20\x32\x39\x9a\x5f\x40\xdc\xdf\x22\x8b\xa3\x3c\x07\xc4\xfd\x2d\x09\x68\x34\xbc\x80\xd8\xbf\xc4\xe7\x82\xc2\x11\x90\x62\x9a\x9d\xd5\xd2\x81\x74\x56\x2b\x4d\x37\x2a\x05\x51\x90\xb9\x63\x70\x8b\xc9\x58\x35\x76\x61\x8e\x9f\x8c\x15\x81\x71\x94\xf9\xe5\x0c\x6d\x99\xc9\x2d\x18\xcd\xfa\x2a\x59\xd8\x62\xf2\x1c\x77\x17\xed\x3b\x6e\xfb\x32\x51\x66\xbe\xfd\x78\x5b\x75\x20\x76\x3b\x70\x23\xc3\x51\xff\x95\x47\x2f\xf3\x83\x89\x20\x71\x7f\x2f\xe9\xd2\x16\x75\xfa\x6e\x05\x5f\x78\xfc\xe0\xbe\xf5\xb5\x57\xfc\x7a\xfd\xe1\x5d\xd5\x38\x2e\xfd\x6a\x15\x1f\xb8\x19\xb6\xd5\x92\x10\x0c\x73\x63\x12\x52\x64\x3e\x46\xee\x6f\x39\xa0\xfc\x94\xcc\xce\x94\x4b\x91\x2c\x9b\x31\xe1\x65\x67\xcb\xa5\x48\x3a\x89\xbb\x43\x76\xbe\x7c\x92\x94\x1a\xa3\x5d\xd4\xef\xab\xc1\x4c\x05\x5d\xfb\xa5\xc9\xa2\xc0\x2e\x8a\x62\xb2\x97\x6e\xc7\x41\x6a\x60\xf1\x69\x18\xa6\x6c\xd8\x83\x54\x41\x6a\xec\x8d\x0d\x85\x8f\xba\xf9\x29\x32\xec\xf0\x35\xee\xa6\x5a\xe2\x82\x3d\x97\x78\x3b\x66\xa1\xe4\x62\xfa\xb1\x58\x26\x83\x7d\x9d\xad\x7c\x4d\x63\x85\x17\x32\x5d\x19\x87\xbd\x56\xce\x99\x4f\xbd\x5a\x3a\x2e\x33\x63\x89\xfb\x58\x8c\xd9\x6f\x3d\xb6\xe2\x70\x1c\x56\xe9\x65\x55\xab\xfd\x79\x1f\xe5\xd9\x75\xfa\xa8\x11\xc5\xf1\x93\x6c\xbc\x85\xda\xfc\x84\x52\x90\x1c\xc8\x54\xdf\x93\x58\xb5\x85\x16\x03\x8a\xe7\x90\xb6\xce\xf6\x89\xd4\x9e\xe7\x6d\x0c\x12\x8b\x3f\x67\xd8\xac\x2e\xb4\x8f\x7a\xa2\x2d\xdc\x4b\x5d\x62\xe6\x36\x5a\xce\xd3\x85\x6b\x95\xf9\x2b\x69\x67\xeb\xed\x95\xc7\x97\x26\xcf\x27\x94\x43\x4c\x0f\x84\x3f\x35\x13\x94\x75\x71\x64\x9a\x16\x03\x01\xcd\xde\x5e\x7c\x4c\x49\x50\x26\xff\x17\xa2\xc7\x7c\x5b\x49\xd9\x16\xec\x63\x4a\x85\xe3\x30\x82\xd8\x6c\x2e\xd8\xe9\x4f\x43\x87\x67\x9b\x88\x3e\x21\x7c\x3e\xbf\xc3\xee\xee\x7b\x8e\x53\xc6\xf9\xfb\xd9\x81\xa3\xe2\xdd\xc7\x00\x35\x30\x0f\xa6\x3c\x99\x28\x08\xc7\x64\x89\x0a\x87\x2c\x7e\x28\x48\x68\x12\x47\x11\x37\xa7\x28\xfb\x44\x6e\xa5\x87\x26\x7b\x12\x67\xdc\x56\x51\x91\x73\x0a\x7c\x04\x1c\x4d\xa5\xb9\x84\xb4\x27\xc5\x83\x31\x5f\x3c\xef\xc4\xc9\xf6\xe1\x18\x71\x85\x42\x2f\x09\x47\x29\x26\x7b\x11\xa2\x31\x69\xaf\xb4\x78\x07\xab\x4a\x69\xa3\x54\xb1\xc8\x30\x4c\x1f\x09\x5f\x52\xbe\x4c\x17\x54\x16\x46\x04\x55\x6d\xfe\x23\xd4\x23\x0e\xa6\x3e\xaa\xd2\x6e\x64\xde\x8b\x1c\xea\x0b\x63\x68\xcb\x6a\xb5\xc0\xd4\x35\xb9\x3f\xa1\xdd\xd5\x8e\x51\xe7\xad\x64\x4b\x6f\x49\x93\xe0\xad\x37\x5a\xcf\x36\x9a\x5e\x01\x2f\x14\xa1\x11\x22\x54\xde\x84\xd5\xde\xda\x2a\xfd\x7c\x63\x08\x16\x69\xe8\x0e\x6b\xd9\x25\x67\xdb\x41\x37\xe7\x33\xb9\x8c\xc9\xb2\xf6\xa0\x07\xa5\x35\x0a\xbf\xcc\x4e\x17\x12\x1e\x4f\x24\x58\x69\xc1\x58\x51\x8b\x26\x87\xfa\x42\x4c\x08\xd3\x00\x75\x72\xf5\x77\x7d\xb0\xb9\xe2\x93\xc0\x0f\x83\xb4\x41\xd0\x01\xf5\x01\xe0\x2f\x8f\x82\x5a\xcd\x4f\x84\x83\x68\x28\xdf\xe2\x81\x2b\x74\x32\x51\x31\x7a\x79\x44\xaa\x4d\xd6\x24\xd8\x94\x2f\x3c\x65\xe0\x08\xf3\x47\x81\x82\xcc\xbc\x1a\x9a\x1c\x1e\xad\x90\x5a\x2d\x6d\x08\xdc\x0d\xe4\x03\x9d\x09\x0f\x7c\x2c\x0d\x99\xb1\x0e\x02\x94\x4c\x79\xf7\x96\x4a\xef\x20\x48\xbb\xd7\x72\x48\x29\x1a\x8d\xf9\x83\x2b\xfc\xb2\x4d\xd6\xe3\xc1\x5e\x49\x4c\xea\xbc\x87\xbb\x91\x09\x0b\xc5\xf6\x5a\xf6\xc3\x14\x89\x0f\x8e\xaa\x22\x18\xa8\x27\x10\xf2\xc1\xfb\xe7\x47\xee\xe7\x39\x68\xb8\x77\x5f\x3c\x04\x2e\x63\xc0\x8d\xc6\x31\x51\x51\x66\x92\x29\x94\x37\x2c\x0b\x91\xef\x92\x80\xfa\x08\xb6\x40\xa7\xc9\x7d\x9b\x13\xf5\xe0\xa1\xac\xcf\x89\x9a\xe1\x54\xca\x72\x7b\xc2\x0d\xd8\xc4\x0e\xd3\x37\x6a\x78\x14\x09\x85\xe3\xf2\x38\x4c\x53\xd4\x67\x24\x63\xc9\x7f\x29\x67\xc5\x5f\xaa\x80\x12\x3c\x7e\xd8\x2e\x5a\x0e\x97\x65\x7d\x9c\x89\xc8\x6a\xe0\x2d\xfb\x87\x71\xa6\x8a\xff\x25\x7f\xbc\xff\x2f\x81\x7a\x5f\x16\x83\xa3\x69\x3e\x28\x29\xd1\x77\x2d\x72\x54\xf1\xea\xfd\x43\x12\x8e\x70\x4f\xcf\x49\xd5\x53\xa7\x57\x5b\x25\xd4\x2b\x14\xad\x87\x11\xf5\xda\x8b\xe4\xf4\xca\x84\xd8\x00\xd1\xde\xf0\x4a\xf8\x5a\x98\x3b\xd2\xe1\xe9\x17\xe1\xd6\xef\x06\xa9\x50\x8b\x27\xff\x50\x7c\x0a\x0f\x0f\x7c\xd4\x88\x9f\x18\xff\x7c\xa6\xeb\xfa\x6a\x92\xa0\x69\xc9\x82\x2b\x3a\x58\x74\x10\x39\x5b\x29\x8d\x53\xdb\x4c\xfc\x08\xa5\xe3\x98\xa4\xa5\xb1\xd0\x36\x9a\xad\x20\x08\x50\x23\xa5\x21\xcd\xd2\x29\x2f\xab\x4d\xc7\xb3\x0b\xae\x17\x0a\x4a\x39\x30\xb3\xd8\xda\x5a\xa1\xd8\x8d\xb0\xff\x08\xbd\x9e\xa1\x94\xce\x6e\xb0\x59\x28\xa9\x0c\xd8\xb3\xcb\x6d\x14\xca\x7d\x3e\x26\x68\x66\x99\x56\xb1\x2d\xcb\x52\x5f\x2c\x61\x7b\xd7\xb0\x82\x24\x1c\x21\x51\x4c\x19\xd0\x67\xa3\xf8\x42\xa1\x39\xcb\xae\x3e\xab\xa8\x2a\xf4\x62\xf0\x4c\xb3\x59\xab\xa9\x9f\x57\x9f\x6d\x36\xa7\x85\x78\x2f\x82\xf9\xf8\x8e\x3d\x55\xc7\x96\x22\xb1\x6c\xb6\x41\xa7\x14\xbf\x72\x7c\x65\x94\x91\xbd\x7a\x2c\x94\xd7\xfa\x20\xd6\xa5\x4b\xb2\xf6\x11\x45\xc9\x08\x13\x54\xdf\x8d\xfb\x87\x2a\x20\x46\xc9\x79\x5e\xd5\x7d\x65\x6c\x14\x7e\xf3\x56\x16\x62\x7d\x1c\xc4\xc9\xed\xb0\x67\xdd\xdf\x44\xf6\xb5\xe6\x4e\xd2\x0d\xd0\x14\xc0\x13\xdd\x2c\x1e\xa2\xb0\x8f\x92\x74\x3b\x96\x87\x5c\xb8\xa8\xf3\x88\xcb\x59\x65\x17\x06\x64\xe1\xb6\x3c\x38\x3c\xf6\x72\x35\x85\x4c\xf2\xc9\xbd\x81\xfb\xcc\xb1\x7e\xf6\x81\x4c\x26\x47\xd3\x25\xdc\xc8\x92\x28\x40\x10\x37\x78\x98\x48\xea\x20\x65\xde\x5c\x94\x08\x79\x60\x29\xae\xd5\x7c\xac\x7a\x27\xf3\xc9\x77\xc6\x74\x32\x0f\xf3\x1a\x03\x15\x77\xcb\x6f\xc2\xc4\x48\x40\xac\xae\xa5\x78\x9f\xbf\xbd\xcd\x16\x88\xb0\x31\x42\x74\x18\xf7\x27\x93\x95\xb0\xc1\x86\x78\x32\x31\x41\xbe\x54\x95\xb5\x9a\xaf\xe1\x8e\x77\x33\x26\x94\xad\x11\x4c\x75\xf0\xba\x93\x89\xf5\xa9\x27\x3f\x51\xfe\x09\x4c\x26\xa6\x9c\xa9\x8d\x23\x58\x59\x5f\xe0\x31\xa2\x62\x11\x1e\x9b\x9b\x1d\x36\x97\x7b\xc3\x30\x49\x11\x0d\x32\x3a\xa8\x3f\xef\x01\x18\x0a\x12\x17\x9e\x90\x36\x4f\x6a\xc0\x38\x38\xca\x92\xa8\x8d\xa0\xe8\x5e\x9b\x4e\x61\x28\x56\x43\x6b\x70\x64\x39\x37\x52\x38\xfb\x2e\x05\x99\x1f\x82\x86\x58\x89\xf3\x2d\x89\xb5\x01\xf3\xca\xc4\xba\x8c\xd9\xf0\x66\x51\x04\xc5\xb5\xe0\x92\x17\x57\x45\x23\xd6\xd5\xd7\x61\x98\x0e\xfd\xa3\x44\xca\x85\x36\x82\xe3\xf0\x30\x8a\xc3\x7e\xdb\x6f\x42\x62\xaf\x5a\x31\x0f\xac\x53\xac\x52\xed\xa3\x55\x15\x30\x09\x50\x43\x56\xc2\x1f\x44\xb4\x96\x35\x81\xab\x0c\x4c\xcb\xb1\x4d\x60\xac\x16\xb9\x7c\x47\x12\xd1\x24\xb4\x89\x51\x76\x99\x48\x50\x8c\xcb\x0b\x45\x32\xc4\x78\x5a\xbc\xba\x6a\xa7\xb7\x17\x5b\x9d\xc5\xc0\x4a\x2c\xdb\x45\x19\xa3\xae\x54\xea\x37\x91\x79\xbf\x7d\x2a\x05\x26\xc4\x3e\x55\x8c\x05\x78\x09\x1d\x9d\xb0\x56\x8b\x99\xf8\xb7\x8e\x81\xb7\xac\xa1\x90\xd7\x84\x63\xd0\x8e\xa7\x70\xcc\xb8\xed\x8e\x40\x5e\x34\x70\x27\x16\x45\x72\xef\x3d\x28\x2a\xb0\xcd\xbb\x40\x60\x1b\x1d\x50\xd1\x87\x62\x7e\xee\xf5\x20\x1e\xe9\x88\xd5\xa8\xc4\x4b\xea\x32\x7e\x75\xa3\xbe\xcd\xa3\x0b\x76\x5d\xd6\xe7\x2c\x3c\x7e\x08\x26\x93\x84\xc7\x04\x05\xd6\x96\x2f\xae\xd0\x6e\xd8\x1c\x3e\x57\xe5\xe6\x61\x14\x62\x52\x19\xfa\xc1\xeb\xc8\x38\xfa\x22\x47\x97\x09\xab\xc2\x55\x3e\xf5\x9c\x90\x34\x02\x55\x6a\x6a\x33\xd7\xb2\x0b\x3c\xca\xb2\x98\x06\x35\x28\xdf\x19\xe6\x66\xb5\xde\x5f\x24\x62\x8b\x10\x7c\xe1\xf1\x83\xfb\x62\x30\xcd\xb3\xbf\xb1\x0c\xcf\x1b\xdb\xd7\x24\x1f\x1f\x12\x2a\xd9\x4e\x79\xb0\xc4\xf2\xa5\x6e\xc5\x9d\x4b\x2b\x4c\xd1\x9d\x4c\xd6\x9a\x1b\x2b\x41\x80\x6b\xb5\xb5\xe6\x33\x02\xf0\x5e\xba\x7d\x5d\xbc\xc4\x2d\xd7\x83\xad\xfc\xb3\x22\x38\x5d\x56\x62\x86\xc7\xc7\xcb\x78\x68\x23\xf9\xb2\x28\xc7\xaf\xbf\x1c\xa6\xcb\x4c\x60\x37\x3c\x98\x80\x36\x91\x2b\xad\x8e\xae\x58\xad\x48\xcf\xd6\x4a\x8a\x4e\x61\x76\x29\x6d\xf7\xa9\xbf\x9e\xa1\xe4\xb0\x3e\x0e\x93\x70\x94\xcf\x2a\x78\xf9\xac\xef\xeb\x95\x5b\x3a\xc5\xf0\x39\x6b\xf3\x51\x2f\x41\x7d\xf1\xec\x6b\xda\xf6\xd2\x70\x84\xea\x22\xbe\x92\xc7\x43\x2c\xf0\x40\x90\x82\xec\x81\x86\x26\x13\xc2\xb5\x82\xc9\x84\x2f\xd5\xa0\x41\xe3\x57\xc6\x63\x94\xdc\x0c\x53\xe4\x03\xb6\x3e\x84\x34\x04\x6c\x8b\x2a\x57\x72\x53\x50\x0c\xa6\x95\xc4\xd9\x45\x76\xef\x09\x3a\x4c\x7d\x59\x5a\x85\x7c\x53\x4a\x09\x13\xdd\xfa\x6a\xb0\xb7\xe5\x81\x17\xeb\xad\x2d\xaf\xe6\xb5\xbd\x2d\x6f\x89\x7f\x5d\x0d\x3c\x4f\xbd\xc5\x83\x81\x82\xb8\x1c\xd7\x03\xf1\x25\x36\x0e\x0f\xf9\x30\x00\xd5\x12\x98\xf2\x7b\xc0\x5c\x19\x71\x66\xbe\xce\xb1\x45\xb8\xfa\x21\xf8\x5d\xec\x92\xf1\xe0\x50\x7d\x6d\xcb\xaf\xe2\xa7\x8e\x7c\x37\x9b\xa1\xaa\x58\xa3\x8a\xa1\xca\xb8\x64\x46\x28\x44\xbd\x8a\x7d\x8a\x2e\xf0\x02\x26\x44\x4f\x30\x11\xca\x06\xbf\x4a\xeb\x26\xc1\x95\x57\x3b\xaf\x76\x3f\x73\xa5\x64\x93\x80\x83\x4e\xb7\xe4\x5e\x3c\x0f\x8a\xa7\xdf\x09\x65\x13\x86\xb3\xbe\x6b\xf4\x4b\x81\xbc\x95\xde\x84\x91\xb9\x99\x9e\x5d\x8d\x36\xb3\xd5\x55\x40\x1a\x54\x68\x74\x5b\xb1\x8f\x61\x08\xd3\x4e\xd6\x05\x6d\xe4\x87\xab\x5e\xc7\x5b\xf5\xad\xc7\x21\x13\x7e\x7d\x1d\x6c\x65\x6d\xcf\x03\xab\x5e\xd7\x13\x79\xf5\xe5\x74\xce\xed\x39\x26\x96\x6d\xf7\x96\x31\x59\x4e\x81\xaa\xb5\x27\x4b\xf7\x54\x69\xd9\xb4\xa9\xeb\x38\x3d\x60\x85\x19\x26\x7c\x5b\x2a\x20\x61\x43\x14\xb5\x39\xed\xf7\x64\xab\x4a\xf9\x9b\xfa\x9e\x07\x11\x68\xbc\x16\x63\xe2\x7b\x35\x0f\x34\x12\x34\x8e\xc2\x1e\xf2\xaf\xfc\xc5\x5a\xf3\xca\x1e\xf4\x56\xed\x17\x60\x63\xad\x51\xab\xbd\x40\x52\xab\xc9\x08\x26\x1c\x4c\x02\x8f\xbf\xc8\x5d\xc2\x89\xc9\x56\xe2\x83\x76\x02\x51\x47\x85\x91\xec\x5a\x42\x03\x91\x5e\xdc\x47\xaf\x3c\xba\x7b\x53\xd9\x95\x7c\x0a\xa0\x17\x78\x60\x46\x8e\x04\x00\xf1\x4c\x6c\x18\x60\x4b\x73\x09\x0b\xb3\x7f\x0f\xd1\xba\xf0\x85\x29\xf3\x28\x66\x33\x23\x8b\xea\x19\xbe\x22\xf3\x20\xb2\x8f\x93\x98\x70\x3b\xd6\x27\xef\xa8\x60\x98\xa0\x41\x9d\xc6\xda\x16\x2f\x7f\x9f\x20\xa0\x58\x89\x59\x7d\xa1\xc8\xa1\x04\x3d\x5d\x3e\x7e\xf4\xd0\xa9\x8f\x40\x21\x3a\xce\x2c\x13\xfd\x64\xa2\x95\x41\x1d\x83\x6b\x31\x7d\x10\x94\x47\x2a\x75\xda\xb7\xdf\x7d\x9a\x6d\x0d\x4f\xc7\x09\x0a\xfb\x95\x86\x70\x1f\xb8\xd1\xd2\x12\x57\x17\xd0\x6f\xcb\xa2\xa2\xdf\x92\x8a\x5a\xe3\x59\x41\x5d\xf7\x10\x61\xb4\x40\xaf\x3c\x7a\x59\x47\x76\xa5\xe5\x21\x64\x51\x80\x54\x68\x0e\xd0\x48\x87\x78\x40\x99\x86\x10\x98\x19\x58\x6f\x75\x97\x68\x40\x6a\x35\xd2\xe0\x0f\x06\x29\x11\xbd\x85\x1a\xe3\x78\xec\x03\x21\x48\x52\xf3\x9a\x79\x87\x3f\x60\xd6\x9d\x8a\xa9\x77\x12\x0b\x4c\x82\x06\xdb\xb1\x13\xb2\xd7\x59\x02\x4a\x4f\x06\x8a\x26\x7c\x7b\x97\xd5\x10\xeb\xf7\x96\x8c\x24\xae\x7e\x83\x76\xa2\x5f\x21\x70\x36\x36\xa4\x7a\xc6\x9c\x78\xa6\x7c\x7c\x9f\x79\x38\xfd\x29\xa0\xe8\x93\x35\x2f\xac\x05\xd8\x0a\x25\x76\xc2\xb8\xf0\x49\x83\x86\xc9\x1e\xa2\x9b\x7e\xe1\xec\xee\x0c\xdf\x19\x01\x8a\x15\xc4\x21\x91\x65\x4a\x52\xef\xa4\xca\x07\xe0\x44\x64\x7c\x75\x98\x24\x50\x93\x11\xc2\x71\x60\xa5\x71\x57\x75\xbc\x9b\x51\x94\x72\x9e\x16\x2f\x3e\x67\x49\xc4\x76\x4d\x58\xcc\x1b\xbe\x34\xf1\x2b\x0d\xe6\x5d\x53\x04\x7d\x12\xc8\x97\x30\x46\xe1\xe1\x2e\x7a\x89\x6f\xdb\x4b\x1e\xc4\x10\x4f\x10\x0d\xe3\x2c\xea\x8b\x3c\x3e\x90\x01\xc7\x86\xf2\xe7\x74\x0a\x45\x45\x76\xae\x92\x9a\x6c\xa3\x0c\x4e\x5f\x21\x32\xe2\x70\xff\x65\x34\xa0\x37\x23\xdc\x7b\xa2\x6b\xe6\x36\xf7\xbb\x7b\x24\x4e\x50\xdf\x6a\x2e\xbd\x1f\x6f\xf3\x5e\xdf\x88\x42\xf2\xc4\xfd\x70\x9d\xb7\x22\x26\xac\xfb\xe5\x56\xfc\x94\x44\x71\xd8\x77\x6b\x7f\x19\x93\x27\x66\x05\x57\x9f\x12\xd4\x8b\xf7\x08\x7e\x03\xbd\x92\x44\x56\xc7\x86\x33\x89\xb3\xb3\x87\xe8\xa3\x38\xa3\xac\xe1\x06\x3f\xdc\xc7\xec\xf3\x76\xec\xab\x77\xd0\x5e\x49\xa2\xaf\x88\xc7\x2d\x1f\xc5\x31\xf5\x01\xb0\xc6\xb8\x31\x4e\xf8\xdf\x5b\x82\xdb\xad\x56\x4b\x69\x54\xf5\x64\x89\xf5\x12\xa3\x8a\xfc\xee\x6b\xb6\x47\x8d\xa7\x43\xdc\x1b\xd6\x6a\x2d\xf3\x63\x32\x41\x8d\x1e\x4d\xa2\x2f\xa2\x43\x06\x8e\x10\x0d\xbf\x88\x0e\xed\x3e\xbb\xe4\x9e\xdd\x70\x91\x1b\x45\x8a\xc2\x85\xed\x13\x77\x76\x79\x3d\x1c\x05\xc1\x98\xa6\xa7\x66\xbc\x2b\x19\x67\xa5\xbc\xa1\x8e\xc7\xb6\x5c\x4a\x76\xd6\x31\xaf\xc5\xeb\xba\xfd\xb0\xb9\xe3\x84\x0d\x08\x11\xad\xa2\xb4\xb9\xd5\x2b\x16\x3b\x6e\xd5\x8d\xbe\x2c\xe8\x52\xc2\xe1\xcd\x4a\xba\xaf\xb4\x20\x75\x88\x8f\x85\x51\x55\x1f\x2b\x57\x48\x18\xbd\xba\xd7\xf7\x31\x7a\x5a\x57\x21\xe4\xda\xa3\x10\x13\x0f\x30\x55\x08\xf1\x08\x32\xb6\xcc\x13\xcb\xa1\x83\xd7\x54\x8d\xac\xc6\xdd\x9e\x3c\xb3\xb9\x25\x4b\x22\x48\x83\x95\x16\xc3\x17\x39\xf8\xda\x73\x09\x12\x3b\x2d\xa6\x7c\x4e\x42\x1c\x88\x53\x33\x13\x22\x4c\xbd\x37\x5d\x32\xd1\x60\x18\x24\x8d\x1d\xee\x7a\xa5\xff\xde\xc3\xbd\x24\x8e\xf0\xee\x64\x62\x3e\x89\x3f\x4b\x94\x49\xcd\xd0\x48\x81\xc4\x80\x7e\x6c\x0e\xb6\x75\x8f\x0b\x2d\x2e\xd2\xed\x62\x9f\x8c\xf1\x54\x04\xf6\xf2\xa9\xd6\x8b\xcc\x7c\x34\x94\x99\x23\x5a\x67\x0d\xb9\x52\xe8\x44\x7f\xbd\x7c\xed\x1c\x9f\xd9\x7d\x70\x84\x1d\x7f\xe2\x31\x61\xc5\x1e\xbd\xac\x75\x43\xef\x8a\x98\xe2\xbd\x61\x98\x5c\xa7\xbe\xd1\xf1\x78\x48\xc6\xd5\xc0\xbb\xe2\x01\x88\xa6\xd3\x2e\x13\xba\x7e\x62\xbf\x19\x0a\x20\xe6\x69\x10\x8b\x77\x3c\x2c\x6d\xa9\x18\x8d\x59\x5f\xbd\x5c\xe0\x76\xe6\x95\x08\xef\x5e\x49\x0f\x53\x8a\x46\x15\x1f\xd1\x01\xbd\x22\x9d\x1f\xce\xc9\x01\xe0\x51\x16\xa1\x94\x69\xc2\x98\xec\x65\x51\x98\xe0\x37\x98\x5e\x3c\x8e\xb2\x84\x5b\x26\xd4\x45\x40\xda\xb8\xab\x10\x73\x4b\x52\xe7\x67\x85\xca\x25\x6e\xe6\x79\x77\xcd\xb5\xd4\xa3\xf2\xad\x9b\x98\xd1\xfa\x35\x65\x79\x7b\xd0\xb4\xed\xbe\xb5\xac\x6f\x04\x9a\xe7\x16\xdb\xcb\x78\xc4\xa8\xbd\x6c\x8a\xb0\x0d\xcc\xf2\x67\x73\xd4\xfd\xec\xa6\x07\x57\x5a\xf0\x08\xf7\xdb\x79\xc2\x37\xf6\xa2\x78\x37\x8c\x52\x0f\x66\x84\xe2\xa8\xed\xad\x37\x9a\xc2\xb9\xcb\x22\x02\x63\xd1\xfc\x9b\x72\x55\x0a\xa7\xe8\x83\xd8\x63\x41\xcf\x22\xf4\x71\xc9\x20\xb7\x69\x56\x0d\x3e\x58\x9c\x22\x47\xcb\x56\xc1\xe5\xe9\x99\xd2\xc5\xaa\xf9\xe4\x94\xd1\x4c\x77\x42\xba\xe8\xf2\xc7\xa3\x8a\x2e\x76\xc6\x34\xd1\xf5\x96\x53\xc4\x08\x11\x8b\xad\xa0\x3d\xf5\xac\x2a\xa0\x3b\x41\x1d\x82\xe7\xe7\xb2\x3b\x23\x67\x08\xa8\x9c\x80\x81\x9d\x19\xf2\xa9\x4c\x0a\xb9\x32\x68\xd3\x5f\x61\x4b\xa0\xbc\xfb\x7b\xff\xcb\x8d\xdb\x5f\xdd\xbe\x7d\xff\xd6\xce\xc3\x47\x0f\xb6\x1f\x6c\x7f\xed\xe1\xed\xc7\xea\xed\x80\xd2\x8f\x72\x10\x81\x79\x94\x31\xc7\x2b\x6a\x90\xb5\x5c\x3e\x09\xbf\xe4\x2b\xf9\x78\xf1\x4c\xa1\x03\x7e\xd3\x66\x08\xf9\xbc\xdf\xf4\x38\x33\xac\x48\xb5\x13\xc9\x9f\x02\xdd\x3e\x76\x32\xa8\x9c\x76\x56\x6b\x33\xa9\x57\xb4\x13\xba\x93\x40\xbf\x10\x65\x58\x6e\x76\xd4\x85\xb2\x4a\xe4\x81\x5d\xf8\x44\x3d\x8d\x33\xef\x6c\x4d\x9b\x12\x2e\xf8\x51\xa2\x53\x58\x45\x5c\xc7\x19\xd7\x7d\x41\x9e\x97\xa1\xa7\xfe\x1d\x99\x6e\x31\xd4\x2e\x26\x7d\x69\xb1\x13\x77\x89\x3b\x24\x8b\xa2\xae\xb2\x6f\x33\x0a\x00\x13\x1e\x76\x2d\x08\x02\x2c\xbb\x56\xab\x61\xe1\x1d\x7c\xf4\x54\xa8\xbc\xe2\x9d\xdf\xa4\xe3\xc9\xdf\xf5\x1e\x7f\x0e\xba\xeb\x4a\x65\xf7\x41\x11\x52\xf1\x10\x53\x39\x1b\x38\x73\xe8\x02\x18\xe1\x1c\x06\xc4\xf1\x26\x71\xa6\x09\xea\x34\xbb\xf3\x49\xa1\xd4\xd6\xc5\xd4\xdb\x2b\xf3\x48\xe2\xae\x32\x8b\x54\x85\x63\x52\x3c\x9c\x2e\x78\xd4\x9d\x5e\x31\x36\xeb\x71\x5e\x49\xd6\xab\xb6\x51\x92\x55\xb0\x66\x8d\x38\xb7\xf6\xeb\x74\xdf\x38\x28\x41\xbb\xbc\xce\x90\x5b\xe7\x93\xdc\x3a\x6f\x70\x49\x1c\xdd\xc0\x41\x59\xb7\xb1\xd0\x08\x3a\xe4\x3c\x77\xa7\x8e\x23\x81\x75\xda\xee\x74\xae\x7c\xe6\x0a\xf4\x58\x3b\x9d\x2b\xe9\x67\xae\x60\x05\x7f\xc3\x0f\x0f\x26\x14\xa5\x14\x60\x91\xfc\x99\x16\x12\x5f\xfc\xb8\x47\xe3\xf1\x64\x1f\x27\x20\x53\x9f\x70\xfe\x0b\x76\x3f\x84\x11\x0e\xd3\x89\xf0\xe3\x98\xec\xc6\x24\x4b\x41\xae\xd2\xdd\x0c\xa8\xca\x52\x93\x36\x18\x84\xd1\x84\xc6\xa3\x90\x82\x58\x7e\x8d\xd5\xd7\x0e\xc5\x5d\x90\x8d\x64\x72\x68\x25\x86\x4e\x5a\x2a\x3b\xa0\xab\xdd\x6a\xfb\x9d\x6f\x0c\xba\x60\x80\x26\x7e\x27\x4a\xba\x60\xa0\x90\xf9\xcc\xda\xbe\xca\x34\xc4\xfb\x48\x25\xab\x06\xbf\x11\x22\x1c\x67\x87\xdd\xc9\xeb\x19\x38\x54\x1d\x54\x05\x0e\x26\xbd\xe1\x24\x4d\x27\xe9\x30\xdf\xb5\x51\x48\x93\xc9\x3e\x4a\xe8\x04\x93\x3e\xf0\xb7\xda\xf8\x60\x82\x0e\x54\x2e\xdc\x43\x8a\xe2\xa3\x49\x04\xe2\x2c\x45\xe6\x8b\xf5\x01\xf7\x8a\xe9\xb1\xae\x05\x11\x9d\x84\x88\x4a\x14\xcd\xbf\x9e\xe1\x37\x54\xca\x1b\xac\xad\x2e\x54\xdc\xcc\x86\x5f\x10\x47\x64\x4d\x53\xb7\x28\x01\xe8\xa9\x1e\xfd\xa7\x69\x09\x89\xb3\x91\x48\xf4\x43\x40\xc2\xe8\x70\xe2\xef\x82\x70\xe2\xf7\x01\x0e\xf7\x48\x3c\xf1\xc7\x20\x4c\x10\xa1\x43\xc4\xc0\x24\xe6\x69\x29\x38\x24\xf1\x78\xe2\x53\x30\x44\xc0\x4f\x71\x3a\x49\x91\x6e\x37\xc5\xb2\x95\x6f\x84\xac\xbe\xea\xef\x7c\x04\xf7\x91\xc2\x6e\x80\xac\x61\x4b\x9d\x4e\xd0\x62\x12\x1f\x75\xab\x70\xc9\xf8\x62\xfd\xf5\x50\xd2\x06\xa0\xc4\x24\x72\x58\x0e\x2f\x88\xf7\xcd\x07\x06\x17\x18\x02\x39\xcd\xe7\xc7\x93\x0d\xb9\x62\xf8\x14\xf8\x28\x05\x5b\x0e\xb6\x71\xae\xbc\x9f\x0e\xe3\x7c\x8f\x7a\x09\x4e\xc5\x74\xf5\x71\x3a\x31\xf4\xc2\x7a\x36\x83\x83\x0e\x46\x5d\x55\xea\x00\x17\x26\xb3\x9f\xa5\x13\xac\xca\x65\x69\xe5\xc4\x2d\x20\xc8\xf9\x10\x11\x1b\x1d\xcd\xed\x8c\xbb\x15\xc9\x0e\xcc\x74\xb0\xd3\xf1\x81\xc5\xa7\x6f\xe4\xba\xda\x0f\x69\xb8\x1b\xa6\x76\x77\xbb\x10\x27\x09\xe2\xfc\xfb\x30\xc4\x09\x93\x61\x1e\xd3\x06\x78\xe0\xa9\x31\x8a\xc7\x3c\xb8\x79\xc7\x1b\x85\x2c\x61\x24\x66\x86\xd7\x1b\xe2\xa8\xef\x41\xf1\x37\x91\x89\x29\x3a\xe0\x77\x2d\x0f\xc4\x58\x7a\xa3\x78\x1f\xb1\x32\xb1\x14\x03\x5e\x2f\x7e\xea\x41\xef\x09\x26\xa2\xca\x37\xe2\xd1\x2e\x66\x39\x04\xc0\xe7\x52\x46\xb8\x5a\xc3\x55\xd8\x8e\x87\x5e\xcf\xf0\x58\xdc\x29\xf3\x30\x19\xc4\xc9\x88\x9b\xda\x3c\xe8\x25\x22\xcc\xd4\x28\x26\xe8\x90\x35\x3a\x46\x3d\x56\x03\xbf\xea\x29\x80\x01\x4e\x87\xec\xf7\x10\xa1\xb1\x07\xbd\xd7\x50\xc8\x96\x02\x6f\x1c\x47\x7c\xc6\x17\xdd\x85\xe6\xad\xf0\xe7\x79\xab\xed\xca\x37\x5e\x4d\x3f\xf7\x99\x2b\x30\x09\xae\xf8\x9d\x57\x9f\x5e\xa9\x77\x57\x3b\x3b\x57\x5e\x4d\xeb\x5d\xe0\x77\xc2\xfa\x1b\xaf\xf6\xbb\xab\x9f\x01\x57\x20\x91\xdf\xd9\x97\x55\xe0\x77\xae\xd7\xbf\xde\x95\xdf\x3f\xc7\xbe\xe3\xe0\x8a\x9b\x66\x39\xd6\xc4\x85\x23\x4b\x48\x02\x73\x64\x79\x95\xf0\x63\x4b\xd4\xb0\x86\xa0\xc3\x1f\x51\xa2\xf1\xcb\xf1\x53\xe5\x6d\xd6\x0d\x56\x9a\xe6\x6c\x3b\xcc\xd7\xa9\x14\xcf\xa0\x09\xb1\xa9\x9c\x5c\xc5\x9b\x84\xa9\xea\x01\xed\x90\x2e\x44\x0d\xcd\x73\x9d\xa4\xd3\x2c\xb4\x90\x74\x5a\xf9\x4c\xad\xb9\x99\xee\x92\x7d\x94\xa4\xa8\x22\x6f\xb3\x22\x6f\x59\xe3\xcd\xae\xe9\x60\x2a\x62\x8e\x04\x68\x32\x39\x9a\x02\x9b\x36\x81\x43\xa9\xc9\x24\xe3\x0f\x8d\xbb\x93\x29\xc8\x27\xf0\x6c\x72\xcc\xc5\x21\x18\x57\x6e\xb4\x02\xa1\x94\xa1\x74\x32\xe9\x58\x0b\x8b\xd1\x9f\x78\xba\xae\xb3\xcd\x1a\xcd\xf7\x8a\x27\xda\xf3\x28\xf3\xc1\x74\x29\xf6\x99\x1a\x66\x25\x03\x18\xf2\x24\x17\x41\x75\x5a\xc6\x3d\x3a\x6f\x86\xbd\x21\xf2\xc1\x14\x0f\xfc\x15\xc9\xd8\xe2\x62\x44\xad\xe6\xfe\xe6\xee\x40\x20\x17\x06\x1f\xe4\xaf\xab\x09\xcf\xd1\xdd\x24\x7e\x9a\xa2\x64\xb9\x1f\xa3\x74\x99\xc4\x74\x39\xcd\xc6\x7c\x17\x5d\x52\x23\x5c\x1e\x8b\x4d\xf7\x38\x8e\x0e\x07\x38\x5a\x66\x7b\x9f\x65\x94\x3e\x53\x4f\x87\xe1\xa8\xbd\x3c\xa4\x74\xdc\xbe\x72\x65\x0f\xd3\x06\x8e\xaf\x1c\xde\x78\x65\x2d\xd9\xf3\x9c\x37\x68\x94\x3d\xbd\xa4\x72\x73\x12\xb0\xd3\xc7\x3d\x1a\x70\x8f\xfd\x3e\x8a\x10\x45\x2a\x0d\xa2\x69\x6a\x76\x73\xc1\x91\x45\x96\xc2\xc9\xe4\x38\x4b\xf6\x14\xc5\x04\x11\x6d\x9d\xb7\xd2\x61\xbe\xc7\x4a\xbc\x92\xa2\x7e\xb0\xd2\x84\xf2\x3e\x09\xaf\xa5\x83\xba\x93\x89\x9f\x4b\x91\xe7\x02\xb6\x9d\x02\x01\x30\x15\x05\x8d\x1e\x5d\x76\x81\xf5\x84\x67\xf5\x47\xd3\xa5\x22\xa2\xd2\x71\xa3\xc3\x77\x27\x0d\x7b\x83\xda\x75\x2f\x50\x8c\x05\xe2\xc4\x74\x45\xa7\xc8\xae\x18\x53\x95\xd8\x22\x82\xe9\x14\x1a\x52\x16\xcf\x7f\x2d\x34\x5a\x0e\xbd\x82\x4c\xd1\x5d\xb6\xc1\x12\xa6\xb0\x8f\xd3\xea\x31\x53\x45\xf9\xd0\x3b\x65\x4d\xca\x42\xa3\xe8\x0e\x48\xf5\x78\xe4\x8a\xe5\xb7\xed\xf9\xdb\x43\x53\x28\x72\xe4\xbc\x60\x72\x94\x90\xe7\xe9\x45\x06\xe4\xc2\x45\x49\x14\x61\x4d\x60\x43\x96\x93\x78\x60\x6a\x04\xcd\x69\xda\x51\x95\xcc\x6a\xc8\x16\x4b\x36\x31\x17\x68\x49\x9e\xf0\xf3\xb6\x60\x07\x15\xeb\x36\x52\xf1\xd8\xbd\x08\x9d\xba\x19\xea\x5d\x56\xa3\x1e\x9e\xaa\xe3\xbf\xb9\x03\x08\x77\x4a\xea\x38\x93\x49\x29\xd1\xd0\xaf\x41\x51\x71\x99\x57\xea\x2b\x3e\x2a\xe1\x00\x3b\x49\x13\x0b\xb4\xfd\xd6\x4a\x10\x88\x2b\x27\x51\x1c\x52\xfe\x66\x95\x2f\x97\x27\x55\x1d\x5d\xb8\x3a\x90\x13\x08\x5b\xb4\x8d\x56\xbd\x65\x6f\x95\x5a\x7c\xe6\x92\x63\xce\x5c\xda\x59\xa4\x54\x69\xbf\x55\xc1\x52\x4c\xe5\x6a\xc9\x18\x47\x94\xb5\x07\x88\x3f\xbc\xc5\x5f\xce\x82\x19\xd4\x8f\x5a\xf7\x14\x30\x50\x40\x5f\x01\x43\x05\x8c\xad\x17\xb6\xd2\x60\x05\x4d\x26\x54\x78\x1b\x23\x00\xb3\x00\x6b\x38\x75\xa2\x12\x0c\x82\x1c\x43\x43\xbf\x1f\x24\x0d\x74\x80\x7a\xdc\x43\x91\x28\x90\x8d\xcd\x30\xe8\x77\xd6\x72\x7a\x8b\x33\x13\x6d\x0d\x6e\xd0\x9d\x4c\x2a\x3e\x0d\xbb\x06\x07\xa6\xc1\x8d\x97\x31\x59\xe6\xce\xd4\x03\x19\x14\x75\xbc\xea\x7d\xc6\xd3\x9e\x93\xbd\x20\xec\x8c\xbb\x30\xab\xd5\xc2\xce\xb0\x5b\xab\xf9\xbd\xc0\x39\xa9\xea\x85\x63\x4c\x85\x2c\xef\x01\x38\xae\xfc\x38\x06\x22\x70\x8a\x70\x3a\x66\xfa\xc1\x23\xb4\x77\xfb\x60\xec\x8f\xa1\x87\x3d\x00\x7b\xe6\x29\xc3\x51\x10\x2b\x1d\x72\xf4\x62\xb3\x56\x5b\xf1\xc7\x81\x1f\x05\x71\x67\x54\x6f\x75\x41\xa7\xd9\x05\x8a\xa0\x9b\xa3\x7a\x1d\x6c\x4a\x4c\x79\xa6\x88\xe9\x4a\x2c\x0f\xec\x05\x91\x50\x16\x55\x9b\x63\xd8\x63\xc2\xd5\x58\x70\xe6\x1d\x28\xe5\x0c\x79\xc7\x36\x0f\x9e\xf5\x31\xf7\x9c\x73\x6d\x54\xbe\xf6\x70\x55\x48\x4a\x0e\x1f\x05\x25\x86\x3d\x50\xb0\x24\xe7\x1f\x70\x9d\xb7\x1c\x16\xeb\x6c\xe4\x26\xf4\x1c\x52\x17\xcd\xc8\x17\x1a\x5f\x10\x0f\x7c\xdb\x1f\x15\x38\x67\x47\xd2\x47\x55\xe0\xe5\x8b\xeb\x3a\xf2\xcb\xf6\xbd\x97\x6f\x84\x49\x9a\xcb\x2f\x53\x1b\xac\x3b\x37\xe2\x8c\xf4\x5f\xd2\x45\xdd\x8c\xdc\xe9\x6d\xb7\x3c\x6b\x91\x62\x51\x1c\xf6\xeb\xce\xab\xd8\x25\x6e\x19\x32\x2e\xf1\x71\x2e\xb1\x88\x45\x29\x7f\x15\x53\xbc\x54\xc7\xfe\x59\x69\xf2\x2e\xaf\x24\x05\xdd\x9e\xc9\x78\x1e\xd9\x42\xb4\xbf\x1c\x92\x65\x0b\xbf\x86\x07\xa4\xca\xa8\xad\xf6\xc6\xb9\x99\x84\x23\x34\x99\xf8\x02\xd0\xde\xcb\xa8\x11\x85\x29\xbd\xab\x2e\x20\x5d\xf1\xc0\x6a\x0b\x00\x48\xa6\xf6\xf1\x91\x71\x09\xae\x0b\x6f\x3b\xe5\xa8\xc4\x36\x36\xd2\x15\x46\x6d\x42\x4f\x75\x00\xe4\x52\x50\x49\x27\x1c\xd0\x55\xcf\x7d\x9d\xdc\x83\xb1\x4c\x14\xde\x40\xf5\xdc\xd7\x30\x60\xfb\x3a\xf6\x4f\x16\xd8\xb7\xb0\xe4\x60\xbd\x96\x36\x76\x50\xf8\x64\x27\x45\x88\x00\x18\x05\xcd\xcd\xe8\x6a\xa6\x24\x60\xa4\xbc\x8a\x7b\x41\xd6\x89\xba\x4b\x6c\xd9\xef\x39\x64\xc2\xb0\x09\xb6\x88\xdf\x83\x5e\x9d\x89\x45\x0f\x4c\x26\xf2\x11\xc2\x1e\x68\x17\xb3\xc7\xb0\xc9\xd6\x13\xb7\x40\xaa\x0a\x80\xa9\x5f\xde\x6d\x12\x34\x37\x89\x71\x76\x26\xdc\x6a\x60\xf5\xd3\x4f\x7c\xb6\xcd\x07\x3c\xce\x16\x0c\x01\x3c\x56\x35\x82\x6e\x77\xcb\xaa\xf3\x11\x4c\x4b\x66\xc3\x28\xa4\xc3\xba\xbe\xf9\xa0\xde\x8e\xdd\x3d\xd9\x73\xea\x0b\xdf\x7f\x50\x4b\x67\xfe\x0a\x83\x76\x64\x3e\xa7\x6b\x0c\xea\xad\xef\x8f\x7d\x58\x22\xa2\x5e\x23\x55\x11\x89\x18\x6f\x1d\x2b\x36\xd1\x89\x6e\x66\x2c\x12\xa7\x28\x77\x3d\xa3\x18\x1c\x48\xe2\x71\x2f\xa4\xc3\x46\xb8\x9b\xfa\xc9\x89\xa4\x47\xb8\x9b\x2e\x78\xeb\x41\xae\x28\xc9\xec\x3b\x0b\xe5\x8c\xde\x8b\x2f\x39\xfd\x92\xd3\xcf\x84\xd3\x7b\xf1\x89\x59\xbd\x17\x5f\x10\xaf\x0f\x2f\x99\xfd\x92\xd9\xcf\x88\xd9\x87\xa7\xe0\xf6\xe1\x05\xb0\x7b\xbf\x7f\x9a\x1b\x9c\x6c\xbf\xdb\xcf\x7a\xc8\x2f\xbd\x43\x27\xa2\xee\xfb\x08\xac\x4a\x88\x82\xe9\xc9\x88\xd1\xef\x07\xb4\xea\x0a\x59\x19\x29\xe8\x6c\x5f\xf3\x72\x52\xa4\x78\xd1\x18\x98\x97\x13\xff\x72\xe2\xcf\x9c\xf8\x29\x26\x27\x9d\xf7\x29\x26\x17\x30\xed\x53\x4c\x2e\x57\xb9\x4b\x66\x3f\x2b\x66\x3f\xf1\x2a\xc7\xca\x5e\x00\xbb\xd3\xf0\x52\xb4\x5f\x72\xfb\x99\x70\x3b\x0d\x4f\x2c\xda\x69\x78\x11\xa2\x9d\x86\x64\xed\x92\xd9\x2f\x99\xfd\xd8\xcc\xbe\x06\x20\x11\x7e\x4c\x98\xbb\x3e\x15\xf8\x7e\xcd\x27\x10\x9f\x98\xf5\xd7\x2e\x86\xf7\x2f\xd5\x9a\x4b\xde\x3f\x2b\x41\x7f\x62\xb5\x86\x95\x3d\x7f\x76\xef\xed\x26\x8b\x3e\x85\x70\xc9\xed\x97\xdc\x3e\x8b\xdb\x19\x2b\x9d\x90\xd9\x59\xd1\x0b\xe0\x75\x84\xa3\x4b\x5e\xbf\xe4\xf5\xb3\xe0\x75\x84\xa3\x93\xf2\x3a\xc2\xd1\x05\xf0\x7a\xf4\xc6\xfa\xa5\x0a\x7f\xc9\xec\x67\xc2\xec\x8c\x97\x4e\xca\xed\xac\xec\xe9\xd8\x7d\x69\x11\x76\xbf\x3c\x5d\xbe\x64\xf6\xb3\x61\xf6\x13\x1f\x2e\x5f\xc8\xd9\xf2\xe5\xd1\xf2\x25\xa7\x9f\x1d\xa7\x9f\x74\x73\x7a\x31\x07\xcb\x7d\xbc\x7f\x01\x07\xcb\x57\x4e\x79\xb0\xdc\xc7\xfb\xe7\x7f\xb0\x8c\x0e\xc6\x97\xb3\xfe\x72\xd6\x9f\xc1\xac\x47\x07\xe3\x13\x4e\x7a\x74\x30\x3e\xff\x39\x8f\x0e\xc6\xa3\xd6\x25\xab\x5f\xb2\xfa\xd9\xb0\xfa\xa8\x75\x72\x66\x1f\xb5\xce\x9f\xdd\x07\x51\xbc\xf0\xa5\xfd\x4b\x76\xbf\x64\xf7\x59\xec\xce\x79\xe9\x84\xec\xce\xcb\x5e\x00\xbb\x27\x71\x46\x4e\xe2\x2d\x78\xc9\xef\x97\xfc\x5e\xe0\x77\xce\x4c\x27\x65\x78\x5e\xf8\xfc\x39\x7e\xaf\x77\xc9\xee\x97\xec\x7e\x1c\x76\x27\xca\x91\x02\x07\xa4\xd3\xec\x6a\x6a\x06\x41\x80\xb7\x9a\x6d\x0c\xc3\x80\x74\x5a\x5d\x98\x9a\xf4\x70\xab\xd9\x0e\x61\x16\xe8\x8b\x40\x31\x80\x91\xf9\x95\xea\x6b\x9c\x2c\x73\xb6\x15\xf1\x4b\x76\xd1\x56\xd6\x4e\xfc\x4e\x04\xb3\xbf\x88\xba\x27\x9a\x43\x7b\xbd\x0b\x98\x40\xc3\xc3\x71\x7c\x92\x13\xea\xcb\x17\x82\xce\xe1\x85\x20\x4d\x54\xce\x5b\x7c\x68\xe4\x05\x6c\x96\x00\x29\x0f\xf3\x72\x92\xb7\x77\x58\x4d\xe7\xcf\x4b\x78\x94\x5d\x1e\x00\x5f\x4a\xe3\x33\x76\x6b\x63\x5c\x75\x62\xaf\x36\x56\xf8\xfc\x19\x3f\xea\x95\x46\x8b\xad\xd4\x58\x16\xbe\x8c\x7f\x39\x35\xfe\xec\xa6\x86\xf5\x64\x6c\x72\x22\x45\xc5\x56\x46\xe2\xc9\x84\xfd\x49\xb7\x9a\x6d\xa3\xbc\x7c\x2e\x05\x57\x78\x74\x87\xbd\x5e\x1f\xf8\x9d\x18\xa6\x27\xd3\x4f\xa2\xde\x28\x20\xe5\x53\x0b\x97\x4e\x2d\x62\x4f\x2d\xbc\xe0\xd4\x8a\xf7\xea\x8b\xbe\xc8\x7c\xb9\xa8\xfc\x59\xcf\x9c\xb9\x3b\xda\x28\xde\x3b\xe1\x76\x36\x8a\xf7\x6e\x5f\xc0\x32\x12\xef\xb5\x9a\x97\xbc\x7e\xc9\xeb\x67\xc3\xeb\xad\xe6\xc9\xb9\xbd\xd5\xbc\x18\x76\xbf\x3c\x76\xbd\x64\xf7\xb3\x62\xf7\x93\x1e\xbc\xf2\xb2\x17\xc2\xee\x97\x1e\xa3\x97\xdc\x7e\x46\xdc\x7e\x52\x87\x51\x56\xf4\xfc\x79\x7d\x14\x1e\x5c\xda\x14\x3f\x8e\x36\xc5\x51\x78\x70\x26\x16\xc5\x51\x78\x70\x01\x5c\x74\xa2\x68\x1f\x97\x5c\x74\xfe\x5c\x84\xc9\xd9\x70\xd1\x45\x04\xd2\x18\xc5\x17\x11\x3f\xe7\x2f\x4e\xe9\xe6\x38\x8a\x2f\x20\x7e\xce\x28\x8b\x4e\x75\xd6\xb3\x20\x2d\x3e\x77\x5a\x5a\xf0\x97\x23\xcf\x9b\x18\xe3\xf8\xe9\xf9\xd1\x82\x4f\x93\x71\xfc\x94\x27\x9e\x8c\x0a\xe3\xf8\xe9\xf9\x13\x21\x09\x49\x3f\x1e\x5d\xaa\xa5\x97\x6a\xe9\xb1\x96\x01\x3f\x09\x3c\x95\xee\x05\x01\xa3\x7f\x3c\x58\x16\xa4\xab\xd5\xbc\x94\x03\xf9\x0f\x9a\xa6\x5b\x36\xc7\xc8\x8e\xc8\x9c\x68\x5a\x16\xdc\x1d\xd5\x6a\x33\x9a\x43\x8d\x5e\x4c\x44\x57\xe2\x24\x08\x02\x9d\xbe\xa2\x60\xc3\x25\x5b\x0a\xb7\xb6\x6e\x10\x9c\xf0\x59\x48\x31\x75\x82\xb4\x6a\xfd\x52\x2b\x25\xc4\x81\x52\xbd\x60\x1c\xac\x35\x61\x18\x1c\xf5\x51\x0f\x8f\xc2\x28\x6d\x37\xa7\x66\x56\xa5\x4a\xed\x4f\x03\xbf\xf0\x24\x40\xab\xf4\x49\x80\x96\xfd\x24\x40\xab\xdb\x0e\x41\x43\x55\xbd\x84\x07\xbe\x27\x66\x0e\x9b\x2e\x09\x8f\xe8\xbf\x22\xe4\x46\x71\x72\xaa\x43\x04\x1e\x3f\x59\x55\xb1\x65\xc0\x76\xa8\x41\xb8\xca\xbb\x23\xba\xef\x83\x06\x8d\xef\xe0\x03\xd4\xf7\xb1\xdf\x84\xc4\x8f\x61\x0a\x00\x8f\x0f\x8d\x6a\xb5\x16\x7f\x37\x5e\x2a\x53\xbc\x6b\x59\x61\x47\xb3\xea\x3b\xd5\x7d\x2e\x2b\xaf\x71\x2a\x6a\x5c\x2b\xd4\x18\xa9\x13\xc4\x5e\x10\x75\x9a\x5d\x38\xe0\x61\xde\x79\x38\xfd\xab\x3d\x91\xa5\x1f\x74\x06\xb0\xd7\x5d\xea\x05\x7d\x91\xa3\xdf\x69\x75\xa7\xaa\xf9\x9e\xdb\x9f\xcf\xf9\x83\x7a\x0f\x54\x20\x21\xcb\xcc\x27\xc0\x54\x74\xb6\x4c\x4c\xa7\xb6\x98\xce\x16\x14\xd3\x27\xf5\xeb\x4b\xf4\x1c\xd2\x87\x44\x09\x3f\x13\x5a\x4d\xb6\x44\x2f\xb8\x93\x17\x02\x6d\x3f\x09\x56\x13\x28\xe4\x50\xe0\xa3\x60\x95\xc9\x5e\x9c\xde\x0f\xef\x0b\x29\x4c\xf8\x9a\xee\xad\xa8\xd9\x97\x4c\x26\xc9\x5f\xb4\x56\x82\xe6\xd6\xfd\xf0\x7e\x1b\x5d\x6d\x6e\xd5\xa9\x5f\x67\x2d\xb6\x7d\x14\x18\x71\xec\x83\x46\x3a\x8e\x30\xf5\x3d\xe4\x01\x88\x58\xd5\x56\xc3\xab\x9e\xa7\x9e\x41\x45\x6c\x6c\x58\x26\x93\xd0\xea\x6e\xad\xb2\x7f\xeb\x49\xbb\x9e\x00\x3e\x28\x65\x95\x2e\x56\xc9\x6a\xd2\x66\x75\x38\xf2\x8c\xd1\x07\x0f\x7c\xf9\xaf\x66\x71\x35\x2b\x64\x7d\x75\xeb\xcb\x12\xcf\x88\x0e\xc6\xb9\x3c\x22\x6d\x6a\x2f\xff\x92\xb4\xfc\xc9\xd1\x93\xc8\x97\x8b\xf1\xa0\x4b\xf1\xde\x65\xe0\xad\xcb\xf5\xff\x2c\xcc\x52\x8c\x95\x4e\x68\x96\x62\x45\x2f\x82\xd7\x2f\x59\xfd\x92\xd5\xcf\x86\xd5\x4f\xce\xe9\x17\xc1\xe8\xaf\x5f\x86\x1d\xba\xe4\xf4\xb3\xe1\xf4\xd7\x4f\x1c\x76\x88\x15\xbd\x00\x5e\xcf\x76\x2f\xc0\xa6\x55\x3f\xa5\x4d\x2b\xcd\x76\xcf\xdf\x9a\x73\x19\x43\xf5\x72\xd6\x9f\xcd\xac\x3f\x79\x08\xd5\x0b\x89\xa0\x7a\x19\x44\xf2\x92\xd3\xcf\x8e\xd3\x4f\x1a\xa6\xe3\x62\x42\x48\xd2\x24\x23\xbd\x4b\x66\xbf\x64\xf6\xb3\x60\x76\xc6\x4b\x27\xe5\x76\x56\xf6\x4c\xd9\x7d\x1c\xee\xa1\x3a\xc5\x34\x42\xe6\x50\x4e\x27\x9d\x48\xa7\x13\x48\xa4\x88\x8a\x37\x78\x3d\x59\x93\x6d\x8d\x3c\xd5\x0b\x80\xd5\x5a\x1b\x3a\xa0\x88\xf4\xfd\x23\xd6\x81\x6d\xd6\xea\xcb\x38\xa5\x6d\x69\x6e\x27\xbc\xc1\x14\x25\xfb\xb8\x87\x7c\x00\x87\x28\xec\xdf\x0a\x69\x58\xf5\x1d\x13\x4c\x4b\x9e\xa9\xce\x18\x4d\x01\x14\x85\xf6\x74\x27\x9d\x26\x3d\x20\x38\xfe\x08\xf7\x65\xed\x7b\x19\xee\xdf\x89\x13\x9e\x99\x29\xaf\xb0\x17\x8f\xc6\x19\x75\x9e\x22\x4e\xd4\x95\x83\x39\x75\x43\xe5\xd8\x1f\xa6\xdc\xd8\x73\x34\x85\x89\xbe\xfd\x88\x1b\xb8\x1f\x94\xb4\x09\x71\x83\x8f\x43\x80\x1a\xaf\xc5\x98\xf8\x9e\x07\x20\x11\x58\x62\xd5\x9b\x24\x23\x8d\xb4\x37\x44\x8c\xf8\x0f\x48\x0f\xf9\x5e\x38\xa0\x28\x79\x84\x48\x1f\x25\x5e\xa1\xcb\x8a\x80\x1e\x80\x14\x12\x00\x3d\x6f\x0a\xf9\x64\x89\x0f\x6d\xba\xed\xf3\x57\xdf\xe7\xf5\x29\x29\x43\x7a\x89\xed\x0b\x46\xf1\x3e\x62\x4c\x9c\xa3\xcd\x83\xa7\x04\xc9\x6c\x8d\x28\x8e\x9f\x64\x63\xdf\x4b\xe2\x8c\xa2\xa4\x3d\x0a\x31\xe1\x64\xf2\x49\x63\x47\xa4\xdd\xc3\xbd\x24\x8e\xf0\xee\x64\x42\x1a\x22\x65\x32\x39\x9a\x82\x46\xd8\xa3\x78\x1f\x6d\x27\x21\x49\x31\xc3\x17\xc6\x05\x4c\x4d\x37\x97\xf0\x16\x66\x92\x74\x84\x53\xd4\x90\xf2\xc6\xb7\x7a\x1a\x37\x70\x7a\x4b\x10\x00\xf5\x27\x93\x85\x88\x1a\x43\x0a\x11\x98\x82\xf6\x71\x72\x4f\x73\xdb\x92\xa5\xca\x29\x2d\xd9\xd9\x9e\xd3\xf5\x88\x51\xbc\xe4\xa6\x54\x2f\x1e\x1f\x9e\xf9\xf3\xb8\x33\x26\xed\x63\x81\x9b\x9e\xb5\x8b\x4c\x38\x4b\xaa\xc4\x4f\x10\x49\x15\x57\x5e\xf7\x41\x31\x8b\x58\x61\x3c\xd8\x54\xaf\xd1\x0b\x66\xba\x7d\x80\x53\x8a\xc9\x1e\x67\xbf\xed\x70\x8f\xbf\x4d\x2f\xd0\x7c\x8c\xc6\x21\x5f\xcf\xda\xde\xf2\x64\xd9\x53\xc9\x0f\x13\x34\x46\xa4\xdf\x5e\x69\xaa\x94\x47\xe2\xf9\xe2\xb6\x78\x9c\x9e\xa3\x22\x60\xee\x91\xb3\xcd\x12\x6e\x89\x9c\xa9\x73\x96\x2a\x3c\x9d\xf2\x2c\x96\x6f\xdd\x9e\x0f\xf9\x4c\x12\x17\x36\x7d\xab\xb2\x48\xe4\x3c\xb0\x24\xd6\x4b\xd4\x48\x55\xcd\xb5\x9a\x6f\xfd\x0a\x28\x80\x2a\xcb\x58\xd4\x5b\xab\xb1\x84\x95\x40\xe4\x94\x89\x41\x62\xf2\xc9\x87\x9b\x55\x3e\xc2\xf3\xc9\xc4\x80\xf0\x37\xbc\x87\x28\xc1\xf4\x4e\x12\x8f\x1e\x26\x68\x1f\xc7\x59\x19\x09\x78\xdd\xfc\xe3\x12\xad\xd5\xfc\xb9\x88\x1a\xb8\x04\x65\x0b\x53\xaa\x20\x00\xa6\x90\x89\xb7\x42\xdb\x89\x78\x4f\x5d\x0c\x1a\x9b\xc6\xfd\x1b\x87\xbe\x87\xfb\x6c\x85\xc2\x7d\x71\xb6\xa4\x6f\xa9\x5b\x39\xd5\x83\xb6\x09\x97\x2c\x4d\x48\x1b\x6c\xc2\x00\xdf\xca\x03\x60\x1c\x24\xa6\x63\xda\xb8\xa1\x52\x82\x18\x22\xae\x1d\x05\x09\xff\x03\xe5\x83\xe9\x05\x82\xf9\x48\xb2\x6c\x91\x9d\xd8\x27\xcc\x0f\xde\x7a\xc8\x27\xb0\x05\x11\x80\x7c\x72\xcd\x9b\x20\x58\x1e\x88\x86\x4e\xaf\xc4\x13\xbf\x75\xa1\xa5\x84\x8a\x94\x02\xdb\x10\x86\x02\x5b\x34\x0b\xd1\x59\x98\x2e\xc9\x93\xf4\x72\x6a\x2d\xc9\x07\x6e\xd1\xfc\xd9\x9d\xce\x98\xde\xf9\x59\x20\xd3\xc1\x6a\x0b\x4c\xa1\x98\xf2\xc7\x61\x02\x7e\x0d\x56\x0c\x0f\xb6\x47\x93\x71\x3a\x31\xc4\xc1\x00\xe2\x5a\xcd\xc7\x82\x42\x04\x40\x93\x55\x16\x0f\x18\x9f\x72\x0a\xa8\x45\xe5\xba\x5f\x41\x09\xb0\x14\xcb\x95\x4e\x6a\xf4\xc9\x7c\x92\xc4\x27\x20\x49\x9d\x91\x64\x1f\xa7\x78\x37\x42\xdb\x42\x6a\x89\xac\x52\x1d\xe9\xfb\xba\x99\xa3\x3d\xe4\x48\x63\xa5\xfe\x17\x97\x72\x59\x02\x40\x1a\xa0\x2d\xe5\x17\xd0\x6e\x42\xb6\x99\xd8\xa4\xf5\xfa\xa6\x9a\x4d\xdc\x69\x13\x0f\x7c\xa2\xe4\x05\x38\x4a\x1a\x19\x49\x87\x78\x40\x7d\x02\x96\x76\x13\x14\x3e\x99\xda\x49\x46\x7f\x9f\x02\x98\xc6\x09\x45\xfd\x0a\xb4\x9d\x4e\x15\xb1\x2f\xc7\xdc\x2d\xc4\x84\xee\x4a\x13\x12\xb6\x07\xc2\x7a\xc4\x3a\xa4\xcb\xa6\x75\xa7\x6b\xa6\xf3\x20\x4e\x6e\x87\xbd\xa1\x9f\xdb\xd1\xf1\x80\x2b\x84\x82\x58\x77\x00\x81\x25\x14\xa5\x68\x99\x7f\x54\x72\xe9\x88\xc9\xb6\x84\x6d\xaf\x44\x4b\x62\x0e\x10\x20\x26\x4b\xc8\xef\x99\xf2\x99\xe8\x23\x7b\xe2\x20\x00\x2c\x79\x18\x3a\xf2\xd0\x6a\x70\xca\x1b\x4c\x26\x13\xdf\xea\x8c\x6e\x42\xa9\x7c\x4c\xe3\x80\xb1\x3a\x9e\xc7\x33\xad\xaf\x48\x65\xa3\x60\x0a\x3b\x5d\xc0\x9f\x7d\x56\xaa\xfc\x62\x1c\x62\x8f\x1c\xe7\x93\x4e\x17\x26\x01\xc3\x4e\x7b\xf6\x26\x57\xc9\x66\xa2\x5e\xd5\xc6\x01\xea\x24\xdd\x25\xa9\xb2\xd6\x6a\x3e\x95\x9a\xaa\x48\x00\x30\x59\x6d\x5d\x25\xb5\x9a\x4e\x36\xc4\xd0\x2c\x43\xb5\x9e\x3b\x85\x15\x0b\xbf\x8d\x3c\xdb\x61\x0b\x25\x61\x18\xa6\x77\xc2\x94\xee\xc6\x31\xdb\xc4\x9a\x4e\xf5\xe3\x1e\xdf\x57\xb3\x7e\xdd\x8e\x10\xdf\x62\xdf\x38\xdc\x0e\xf7\xee\x87\x23\xe4\xcb\x5d\x0e\xeb\x5c\x33\xef\xb1\x2c\x25\x8e\xf0\x59\x6e\x8c\xc3\x04\x11\x7a\x3f\xee\x2b\xe5\xf6\xe6\x10\x47\x3c\xc4\xcf\x14\xda\x8d\xdb\xd8\x89\x3e\xad\xac\xcc\xd4\x7e\xa5\xae\xd7\x1e\xc8\x0a\xbc\xa2\xa2\x98\xdf\xfb\xc5\x4f\x51\x52\x4f\x51\x84\x7a\xb4\xfe\x14\xd3\x61\xbd\x97\xa0\x90\xa2\x2b\x6c\x5e\xc5\x84\xf5\xf0\x8a\x93\x67\x94\x45\x14\x8f\x23\x64\x67\x2e\x53\x25\x8f\x5d\xb1\x53\xdf\xbc\x4a\xd8\xd6\x3c\x0a\x29\x4a\x17\xaa\xce\xd5\x68\xd9\x2e\xeb\x1c\x74\x5a\x12\xe8\x77\xfa\xb5\x3e\x1b\x85\x87\x71\x46\xdb\xfa\x9d\x7d\xc8\x51\x7c\xcc\x31\xbc\xa9\x10\x67\xcc\xd3\xf6\x4a\x89\xec\xc1\x90\xa3\x9d\xb6\x8f\xc4\x97\x07\xc9\x4d\xde\xa5\xb6\x3b\x4f\x25\x77\x35\x06\x38\xa2\x28\xf1\xcb\x5c\xf7\x1a\x3b\x3b\x38\x7d\x9c\xed\xed\xa1\x94\x7d\xda\xd9\x99\x0a\xab\xc4\x16\x67\xf9\x98\x88\x7a\xfd\xa4\xb1\xb3\xc3\x7b\xba\xb3\x03\x29\x68\xab\x8f\xc3\x90\xec\x21\xe1\x44\xeb\x72\x54\x89\x35\xe1\x54\x03\x7f\x0c\x46\x3a\x1e\x0f\x94\x55\x77\x25\xa3\x38\x4a\xaf\xec\x25\x71\x36\xae\x73\xf8\xa2\x58\x45\xcc\x62\xcd\x02\x9a\x61\xa8\x90\x25\x6d\xcf\x83\x92\x77\x34\x53\xc1\x51\x48\x7b\x43\x94\x18\x6e\xba\x27\x12\x60\x2a\x46\x15\xf5\x1f\x8c\x19\xe2\xba\xd6\x1c\x53\xd9\xb4\xd3\x45\xea\x31\x2f\xe3\x2d\xc8\x99\x1e\x4c\x51\x98\xf4\x86\xb7\x49\xb8\x1b\x21\xbe\x1d\x9a\xb1\x67\x93\x97\x13\xf8\x0a\xa0\xfd\x23\xc1\x14\x8a\x36\x85\xdd\xb3\xb0\x8c\xcb\x8f\x8d\x4e\xd7\x83\x85\xe5\x9b\x57\xce\x56\x15\x95\xcd\xd3\x66\x0f\xa6\x78\xd0\x21\x22\xf2\x4f\xd9\x24\x50\x0b\x3a\x02\x0d\x1a\x0b\xab\xab\xd9\x77\xbb\xc9\x3a\x91\x2d\x93\xe9\x30\xce\xa2\xfe\xe3\x61\xfc\x54\xcc\x12\x41\xe7\x76\xd9\x5a\xb9\x62\x30\x4c\x75\xfe\xaf\x0c\x11\xf1\xc0\x64\x52\xfd\x4d\x4c\x2d\x18\xf6\xfb\x33\x5a\xe0\xc5\xcb\x71\xe1\x19\x6a\x35\xdf\xdb\x8d\x29\x8d\x47\x5e\x10\x04\x65\x8d\x3d\x8c\x85\x8d\xc3\x03\x5b\x72\xe1\xe4\xb9\x76\x33\x1c\xf5\x8d\x6c\xb8\x13\x27\xdb\x28\x19\x31\x7d\xa3\x4d\xb5\x62\x31\x27\x27\xc3\xde\xc8\x2a\xc6\x23\xd7\x89\xca\x59\x2a\xad\x58\x7d\x4b\xce\xc0\x3c\x7a\xfc\xe5\x87\x8d\x04\xa5\x71\xb4\x8f\xfc\xc2\x48\xf3\x81\xf1\x00\xc8\x8d\x2e\xe1\x0b\x77\xd3\xf6\x47\x95\x95\x12\x19\x02\x23\x91\x54\xe0\x48\x19\x7e\xc1\x5b\x25\xad\x62\x8e\x61\xbe\x0d\xa3\x09\x51\xc5\x21\x4c\x23\x09\xa8\xe1\x17\xa6\xfc\xe7\x46\x8f\x57\x05\xe9\x14\xb4\x7d\xb6\x9d\x90\xb2\x59\xf1\x15\x01\x6c\x9f\x51\x56\x88\x00\x48\xb8\x81\x70\x86\xc8\x67\x82\x09\xd5\x6a\x45\xa9\x9e\x13\xe7\xc8\x16\xe7\x30\x29\x11\xe8\x90\x6b\x1d\x02\xb9\x92\x71\x22\x10\x3b\x23\x25\x37\xc4\x82\x98\x77\x30\x8a\xfa\x5b\xa5\x2a\x23\x6e\x48\x71\xe5\x1b\x4d\x10\xb1\x5d\xab\x29\x08\x18\xcb\x97\x4e\x22\xab\xb4\x98\x17\x7e\x13\x2a\x02\x0a\x32\xa5\xc0\x47\x93\x49\xa7\xcb\xcd\x8e\x53\x58\xce\x96\x25\x2e\xec\x47\x79\x7a\x31\x09\xa6\x49\xd4\x46\x90\xa2\x03\xda\x2e\x63\xf5\x97\xc3\x5d\x14\x31\xad\xb9\xd0\x1a\xff\x52\xe6\x2e\x5f\x56\xcd\x56\x59\xa2\x8f\x40\xfb\xb3\xd7\xfb\xfd\x65\xef\xb3\xda\x5f\x16\x7e\xd6\x6b\x34\x1a\x9f\x05\xe7\xb9\xdc\x96\x2c\x03\xe7\xb5\xfe\x16\x9b\xba\x40\x33\xe3\xb1\xd6\xd9\x93\x2a\xcc\xc7\x54\x47\x16\x3a\x55\x39\x1b\x32\x28\x6b\xe3\x4b\xdb\xf7\x5e\xbe\x11\x26\x69\x43\xa1\xca\x4f\x27\xbc\xf5\xd5\xe7\xbe\x70\xe7\xe6\x17\x9f\xf1\xe0\x6e\x14\xf7\x9e\xb4\x3f\x7b\x24\x2f\x67\xa4\x5e\xbb\xe3\x3d\x96\xeb\xbe\xa7\x38\xc4\xa3\x28\x19\x79\xd0\xab\xc9\x96\x3c\xe8\x5d\xe3\x16\x6a\x39\x33\x35\xb1\xf9\x87\x28\x8a\x9f\xde\x8c\x50\x98\xf0\x5f\x09\x0e\x6f\xa1\xb4\x97\xe0\x5d\xd4\xbf\x71\xa8\x92\xe4\x89\x9b\xfa\xc9\xe7\x93\xf3\x23\x52\xb9\xc5\xbc\xe1\x18\x09\x5c\xae\xf5\xc2\xa8\x97\x45\xf6\xd2\xc6\x12\xa3\x30\x4d\x05\x10\xa7\xe8\x01\xd1\x7d\xb8\x26\x71\x7e\x09\xef\x0d\x23\xbc\x37\xa4\xa8\x2f\x52\xd9\xa6\x30\x54\xc5\xfb\x38\x11\x7f\x52\xae\xe4\x70\x38\x89\xc7\xfd\xf8\x29\xb9\xa9\x6a\x46\x07\x34\x09\x19\xc0\x95\x47\xa7\xcf\x43\x55\xf9\x03\xf2\x52\xbc\x8f\x78\x5d\xc3\x38\xc1\x6f\xc4\x84\x86\x91\x8d\x27\x53\x9d\x70\x18\x45\x87\x0f\xc6\x88\x88\x86\xa2\x38\xec\x63\xb2\x77\x0f\xa5\x69\xb8\xc7\xb4\xd6\x6b\x5c\x12\x6e\x27\x78\x6f\x0f\x25\x5f\xc1\x7d\x3a\x64\x89\x24\x16\xca\x5f\x6a\x65\x8c\xc9\x8d\x28\x4b\x04\x74\x93\x75\x5c\x80\x77\xe2\x5e\x96\x0a\xf0\x2e\x19\x67\x54\x80\x5f\x44\x87\xac\x3f\xe2\x07\x6b\x9e\x43\x25\x23\xc8\xad\x34\xc3\x38\xea\x8b\x8e\x58\x3f\xdd\x6c\x09\xda\x47\x84\x3e\xee\x25\x71\xc4\x07\x2f\x41\x7b\x38\xa5\x28\xb9\xfe\xf0\xae\xf8\x49\xfa\x28\xb9\x4b\x1e\x72\xb3\x34\xf4\xae\xa5\x3c\xe7\x76\xcc\x61\xb3\x28\x98\x9f\x56\xcf\x9c\x04\xa7\x59\xf1\xe5\xa1\x8b\xa3\x98\x6e\xa8\x6f\xc3\x77\x29\x1a\x39\x25\x69\xb8\xcb\xcd\xb9\x1c\x16\xd4\xd5\x83\x2b\x7f\xdf\xed\x5b\x3f\x1e\xc5\x11\xc7\x85\x1e\x8e\xd1\xf5\x21\x0a\xfb\x52\xfb\x66\x69\xfb\x28\xa1\xb8\xe7\x8c\x6d\x2d\xa4\x34\x61\x73\xdb\x4b\x69\x48\x85\xa9\xc0\x6b\x77\x3a\x1b\xd0\x8b\x10\xf5\x60\xa7\xb3\xf6\x3c\xf4\x7a\x06\xa3\x4e\x67\x6d\x1d\x36\x61\xc7\xab\x52\xc4\xbd\x6e\xb7\xcb\xed\xde\xf2\x0f\x3c\xca\x55\xdd\x84\xde\xf2\xb2\xd7\x85\x9d\x67\x21\xab\xab\x05\x3b\xdd\x2e\xec\x74\x5a\xeb\xf0\x99\x75\x0e\x5d\xe0\x3c\x45\x83\x38\x41\x65\x0d\x5d\xce\x60\x39\x83\x47\x86\x7d\xe6\x4e\x66\xae\xac\x9d\xc1\xc4\xfe\xe8\xe7\xb8\x81\xe4\x0e\xf2\x63\x3c\xfd\xdd\xfc\xa7\x15\x09\x5d\x31\xc3\x9f\x11\xb3\x72\x6d\x1d\x3e\xab\xa1\xe7\x34\xf4\xbc\x86\x5e\xd0\x50\xab\xa9\x41\x26\x1e\x2a\xa6\x96\xca\xdc\x32\xe5\xd6\x0c\xb8\x6e\xc0\x0d\x03\x1a\x5c\x5a\x06\x99\x96\xc1\xa6\x65\xd0\x69\x19\x7c\xd6\x0c\x3e\x6b\xa6\xb5\x35\xd3\xda\x9a\x69\x6d\xcd\xb4\xb6\x66\x5a\x5b\x7b\xd6\xe9\x91\x9a\x09\xea\xab\x41\x60\x4d\x21\xf0\x3c\xf4\x42\x29\x30\x94\x9c\xec\x32\xd1\xea\x6c\x90\x3c\x29\x1e\x45\x51\x83\xf0\xba\x41\x78\xdd\x20\xbc\x6e\x10\x5e\x5f\x77\xf0\x71\xf6\x9b\x2a\x8b\xe9\xc8\xba\xe9\xc8\xba\xe9\xc8\xba\xc1\x7a\xdd\x90\x6d\xdd\x60\xb1\xd1\x9c\xd7\x17\x77\xcf\xec\xf4\x86\xa1\xe5\x4e\x1b\x55\xab\xe9\xd0\x86\xe9\xd0\x86\xe9\xd0\x86\x41\x7c\xc3\x20\xbe\x61\x10\xdf\x30\x88\x6f\x3c\xef\xd0\xa1\x30\x0d\x54\x36\xd3\xa9\x67\x0c\x69\x9f\x31\x98\x3c\xc3\x31\xe9\x76\xcb\x56\xa8\x57\x5f\xe5\x53\x61\x03\x7a\x78\x20\x09\xb0\x06\x3b\x5e\x7e\x5b\xa6\x17\xbb\xf2\x55\x8e\xfd\xc7\xaa\x69\xc1\xca\x65\xb4\xca\x28\xc6\x6b\xee\x74\x72\xea\x6c\x57\xa3\xa2\x46\x4e\x74\xa1\x0b\x07\x61\x94\xa2\x2e\xd4\xb8\x77\xa1\x37\x0e\x93\x70\x84\x28\x4a\x18\x42\xdd\xe9\x1c\x14\x37\xe0\x46\x45\xe5\xb3\x2a\x15\x1f\x59\x15\xf9\x6f\x6b\x70\x5d\x7d\x2e\x2d\xdb\xea\x4e\x95\x9a\xe0\x0d\xc3\xf4\xf6\x7e\x18\x79\x6d\xde\x8b\xe9\x67\xe1\x08\xd1\xb0\x7d\x34\xe2\x3b\x07\xb1\x01\x3a\xcb\x5d\x4d\x63\xb8\x9b\x7a\xee\x86\x95\x9e\xd3\x06\x6a\xe6\xd6\xf5\xa3\xde\x51\x3d\x8c\x9e\xb4\x9e\xbc\x74\xe7\x7a\xe9\x8e\xaa\xa0\x12\x32\x26\xde\x80\x0e\x47\x1e\xf0\xc9\x56\xc2\x7a\x17\x3c\xa0\x05\x2a\x1f\x7b\x84\xe7\x9e\x23\xb9\x26\x87\x6b\xa2\x86\x3e\xea\xc5\xfc\x30\xcf\xc2\xb2\xdc\x82\x3f\xbf\x3b\xa6\xa1\xea\x13\x00\x65\x7d\xae\x0f\xc2\x28\xda\x0d\x7b\x4f\xea\x78\x50\xcf\x88\xe8\x56\x3e\x4e\x34\x4c\x20\xc9\x71\x15\x37\x34\xc2\x18\x86\x30\x85\x19\x8c\x60\x0f\x0e\x60\x1f\x0e\xe1\x18\x8e\x8c\x67\xe4\xbe\x15\xb7\x61\xff\x53\x16\xb7\x41\x77\x72\xcf\x50\x28\xa9\xd5\xaa\x66\x1b\x85\x47\x88\x64\x23\xe1\x45\xdb\x4e\x1a\xe6\x07\xec\xc5\x64\x80\xf7\x32\xf5\xc5\xfe\x09\x9f\x26\x98\xca\x74\x05\x42\x31\x55\x93\x86\xd4\xc4\xf1\x1b\x28\xd9\x72\x7e\x09\x2f\x67\x02\xda\x62\xfe\x4e\x2d\x64\x0f\x85\xe5\x49\x1d\xf0\x26\x41\x73\x33\xb9\x4a\xf5\x79\xb4\x3a\xb7\x25\x01\xed\x24\xdd\x25\x62\xa1\x19\xd8\x3f\x26\x93\x95\x16\x24\x0e\xaa\xc1\x4a\x13\x7a\x1c\x35\x0f\x93\x65\xe1\x37\xa2\x50\x0e\x56\x9a\x00\x56\x51\x86\x34\x9e\xa0\x43\x48\xc0\xd4\x60\xb9\x6b\xf1\xcd\xae\xf2\xe6\x4e\x11\x7d\xa8\x06\xe5\xc1\x60\x4b\xa6\xee\x39\xa9\xa5\xac\xd0\xd8\xd9\xe1\xa3\xb9\xb3\x33\x99\x94\x96\xe2\x9e\x01\xce\x98\xee\x48\xef\x06\x1d\xba\x00\x01\xe3\x39\xfd\x08\x0d\x50\x82\x48\x4f\xb9\x4f\xd3\x21\x4e\x97\x87\x61\x4a\x3e\x4b\x97\x77\x11\x22\xcb\x6a\x28\x52\xd4\x5f\xae\x2f\x4b\x5f\x3e\x27\x07\x1b\x20\xd4\xb7\x4e\x72\x4c\xd3\x4f\x6d\xb3\xb0\xff\xb4\xbc\xf7\x79\x57\xf9\x62\x57\x03\x0a\x39\xa3\x42\x6a\x75\xeb\xb6\x62\x55\x88\xc5\x38\xc7\xc1\xd1\x54\xe1\x20\x1b\x7a\x82\x0e\x53\x9f\x80\x52\x7f\x8f\xb8\x83\xba\x01\xe9\xa0\x2e\x77\xa4\xb0\x78\x63\x65\xc5\xfe\x29\x9c\x2c\x2c\xce\x58\x71\x13\xa0\x6f\x18\x25\x9e\x4c\x62\x9b\x77\x41\xad\xe6\xc7\x2e\xe3\xc4\x41\x22\x3d\xb6\x40\x83\xed\xc7\x92\x54\x40\xae\xf7\x86\x98\x80\xd2\x64\x2f\xcd\xfc\x93\x49\x32\x85\x31\xf7\x59\xd2\x41\x46\x9c\xd6\x78\x63\x1c\x17\x37\x7d\x2b\x2e\xce\x27\xac\xe6\x13\x74\x3e\xca\x45\x52\xfa\xa3\xf1\xd0\xe7\xb9\x16\xaa\x45\x42\xcc\x3a\xc7\x34\x17\x00\xe3\x33\x72\x0e\x3f\x08\x7c\xe9\xa8\x27\x0d\xbe\x80\x7b\x3d\xc7\x22\x4d\x58\x7e\x81\xaf\x0f\x54\x01\x0c\xd9\x17\xa2\x7f\xfb\xe5\xc7\xf2\x57\xa4\x6a\xec\x01\x98\xe6\x0a\x08\xfc\x55\xc4\x11\xcb\xa7\xca\xde\x63\x02\x18\x15\x33\x98\x0d\x69\x7e\x83\x5c\x50\xc4\x01\xec\xe5\x9a\x75\x27\x80\x11\x68\x3e\x9b\x2b\x62\x0b\x3c\x99\x74\xba\x40\xb2\x4e\x13\x40\x12\xd4\x5b\x10\x07\xcd\x4d\x7c\x55\x5d\xc4\xd8\xc4\xab\xab\x00\x0f\x7c\x15\x9c\xe6\xf6\xeb\x59\x18\xf9\x49\x07\x77\x21\x02\xe0\x88\x04\x58\xf9\x67\x49\xc6\x7a\xb1\xde\xda\x4a\x2c\x47\x44\xd0\x4e\xb4\x3b\x5f\x32\x05\x10\xfb\x83\x20\xf6\xfd\x61\x70\xdb\xf7\xfb\x81\xed\x27\xa4\xe6\x20\x92\x27\xbb\x72\x1e\x6e\xfa\x25\x97\x5e\xcc\x35\x8b\x78\xb0\x4c\x01\x28\xbd\xb5\x71\x33\x24\x24\xa6\x5c\x94\x2c\x87\xcb\xdc\x7c\xb4\x1c\xa6\xcb\xa1\xbe\x73\xe3\x31\xa9\xc6\x4f\xa2\x11\x58\x52\x04\x8a\x83\x7c\x80\x1f\x18\x5a\x01\x08\x63\x36\xbe\xcd\xcd\xf4\x6a\xbc\x99\xae\xae\x82\xb0\x93\x76\xad\xa0\x3f\x69\xd7\x3d\x14\x83\x7b\x7e\x12\xac\x30\x86\xa3\xc1\x2e\x77\xd6\x62\xd8\xa8\x33\x70\xd8\x61\x79\xba\xea\x7c\x27\x04\x00\x4c\x26\x2a\x30\xd0\x4a\x10\xec\xfb\x18\xd8\xcb\xb4\x0e\xf0\x82\xb7\x76\xd8\xea\x85\x4b\xf8\x00\x0e\xe1\x8e\x9f\x00\xc0\x5a\x86\x55\x96\x01\x38\x76\x32\xe5\xec\x6f\x23\xf9\x31\x99\xea\x61\x58\x2a\xdc\x56\x92\x43\x51\x82\x1c\x55\x4e\xc0\x01\x2d\x1f\x97\xc7\x4c\xde\x2f\xa3\x83\x71\x82\xd2\x94\x8d\xf8\x28\x4b\xe9\x32\xc2\x74\x88\x92\xe5\x5d\xb4\xcc\x4a\x2f\xc7\x89\x33\x50\x4b\xc8\x28\x1c\x4a\xe2\x0b\x7d\xd4\xa7\xdc\xe3\x4b\x7d\x84\x47\x96\xe6\xd2\x96\xd2\xc0\x52\x13\x56\x9a\xae\x3a\xb1\xd2\xe4\x8e\x6b\xb5\x9a\x8c\x07\xe7\x23\x98\x3b\x20\xe2\x1e\x8c\xd0\x4f\x82\xce\xd1\x13\x74\xd8\xf6\x86\x21\xe9\x47\x48\x98\xd1\x44\xf5\x05\xaa\xc8\x13\x55\x96\xa7\x56\x5b\x69\xa9\x93\x77\x91\x22\x8e\x93\xa5\x6b\x40\x6b\x89\x7f\x19\xc4\xbd\x2c\xe5\x16\x3b\x71\x9c\x68\xb7\x24\x6d\x7a\x65\x4d\xc9\x5a\x79\x8e\x5a\xcd\xfe\x25\x0f\x9a\xe7\xd5\xad\x2d\x83\x65\xb5\xdb\x47\x96\xda\x88\xe8\xf6\x47\x26\xf2\xfc\x5b\x4c\xb0\xd0\x78\xcc\x24\x73\xb8\x17\x8a\x69\x0d\x57\x5a\xa0\xdd\x5a\x67\x25\xd8\xc2\x79\x33\xee\xf3\x23\x6a\x9c\x32\x4a\x94\x97\xb0\xa2\x5d\x0d\x8d\x45\x77\x0b\x69\xa9\x55\xab\xd5\x5b\x2b\xc2\x2d\x5c\x24\x68\x27\x6c\xa7\x04\xd8\xf2\x51\x43\xfa\x1f\x34\xb8\xcd\xd8\xa7\x02\x1f\x3b\x7d\x18\xb3\x0f\x4e\x41\x58\x92\xcd\x2a\xae\xb5\x46\x45\x4a\x43\xe0\x22\x1d\x85\x0b\xa8\x72\x6f\xd7\xce\x82\xaf\x67\x28\x39\x14\x53\x8e\xcd\x88\xff\x5f\xc9\x06\x4d\xce\x6c\xe3\x5c\x87\x59\x0b\x75\x13\x4e\xa9\x91\x11\xfc\x7a\x86\xee\xf6\x01\x58\xe2\x73\x80\xe3\xe1\x83\xa9\x46\x4c\xe4\x44\x24\xa4\xa8\xbf\xed\x18\x34\x4b\xfd\x60\x3b\x65\xfb\x44\xdd\xbc\x5a\xdf\xb4\x84\x13\x9e\xca\x56\xb5\x6c\x60\x8d\x03\x89\xfd\x85\x2d\xc5\xc2\xef\x72\xd9\x33\x2c\x68\x8c\xb2\x39\x74\x44\x03\x9d\xee\x14\xa6\xf6\x07\xa3\xb1\x4a\x57\xff\xad\x4e\xb7\x8d\xac\xde\x8a\x75\x73\x3b\xdc\xbd\x2b\x56\xcd\xd2\x6a\xe7\x2c\xdf\x8a\xb7\xf3\x82\x55\x4e\x2f\x67\x1d\xde\xf2\xea\x2d\x4f\x78\x06\xa8\xa5\x7a\x32\xf1\x9a\xde\x74\xda\x05\xb5\xda\xa1\x6f\x8b\xa5\x04\x40\xc2\xd3\x20\x01\x10\x4d\x7d\x00\xac\x8f\x25\x62\xbc\x13\x76\xb9\x28\xb3\x25\x15\xb4\x36\x48\x2b\x4d\x47\xa6\x59\x0a\x15\xbf\x71\x32\x05\x70\x1c\xdc\xf6\xfb\x76\x23\x55\x8b\x41\x27\x3d\x6d\x53\xb9\x86\xaa\xf9\xae\x93\x75\xa1\xd9\x61\x3c\x78\x4a\x94\x1a\x27\x8e\x96\xc6\x6c\x36\x2c\x56\x15\x80\x56\xbe\x02\x06\x86\xb5\x3a\xae\x52\x75\xcc\xe6\x75\x3d\xb3\x9b\x2b\xb2\x5e\x27\x3a\x76\x47\x73\x55\xcc\x6e\xd1\x5e\x84\x64\x17\x77\x84\xb0\x3a\x66\xbb\x56\x45\x8b\xb4\x28\x17\xa3\x33\x68\x52\xd4\xb4\x48\x9b\x7a\x91\x3a\x83\x56\x55\x5d\xb9\x76\x47\x85\xb9\x92\xd3\x89\x3a\xbd\xd3\xce\x91\x41\xd0\x67\xea\xdd\x80\xff\x6f\xd9\xca\x0e\x4e\x67\x2b\xd3\x82\xeb\xa2\x6c\x66\xba\xc1\x39\x6e\xb1\xd2\x53\xcc\x58\xc0\x8c\xd5\xab\x67\x59\x2f\x7a\x9f\x56\xab\xd7\xe0\x13\x61\x48\xea\x5b\x43\xd1\xff\x28\x0c\x49\xc3\x8f\xce\x90\x34\x76\x0c\x49\xe3\x33\x35\x24\x8d\x2e\x0d\x49\x9f\x76\x43\xd2\x7e\xf0\x14\x93\x7e\xfc\xb4\x56\x13\x7f\x1b\x24\xdc\xc7\x7b\x5c\x2c\xe5\x13\x1a\x59\x8a\x92\xeb\x7b\xdc\xff\xde\x83\x7b\xc1\xbe\xde\xb1\x78\xf7\x1e\xdf\xbd\xbd\xec\x81\x17\xeb\xad\xc9\xc4\x4a\xde\x4e\x70\x1f\x11\x7a\x85\x7f\x81\x87\x81\x4f\x4a\x6c\x56\xb8\xd2\x66\x15\x17\x6c\x49\x42\x8a\x37\xa4\x1f\xf6\x36\x3a\x50\xa2\x08\xea\x5d\x94\xf8\x3d\xf5\x00\x0c\x0b\xc5\x5d\x77\x10\x59\x59\xae\xa4\x07\x20\xf1\xd3\x00\xfb\x7e\x14\x8c\x7c\x3f\x5b\xc4\xba\xa3\x96\x87\x8b\xb6\xf2\x0c\x8a\x56\x9e\xb1\x65\xe5\x19\x30\x95\xa0\xb9\x39\xba\x3a\xd8\x1c\xad\xae\x82\x71\x67\x64\x5b\x79\x46\x79\x2b\x8f\xb6\xf1\xf4\xe7\xd9\x78\xc6\x79\x1b\x4f\xaf\xda\xc6\x33\x14\x36\x9e\x38\x48\x60\x18\xf0\x13\xc0\x7b\x28\x4c\xb3\x84\x0d\x41\x1a\x44\x30\x0b\x86\x7e\x02\x60\x5a\x75\xa6\xc2\x48\x6b\x9f\xa9\xa4\x95\x67\x2a\x69\xc5\x99\x4a\x9a\x3f\x53\x49\x9d\xa9\x9b\x16\xa7\x6e\x66\xce\x54\x60\xd2\xd8\x89\xc2\x94\xde\xe5\x7b\xfd\x60\xa5\xf5\x67\x66\x50\x1a\x2f\x6a\x50\xea\xe3\xfe\x23\xd4\x43\x78\x1f\x5d\xe7\x0e\x82\x79\x23\x82\x73\xd1\x25\x56\x6a\xe9\x64\x72\x34\x5d\x92\x7b\x52\xea\x7b\x3a\xdd\x83\x32\x91\xfd\xe0\xef\xec\xa6\xd2\x0e\x65\xa5\xeb\xc4\xca\xf8\x12\x3d\xe9\x1d\x26\x42\x19\x58\x25\x95\x49\x44\x08\x12\xe8\xd9\x1b\x7a\x1a\x27\x88\x1b\x42\x1e\xd3\xc3\x08\x95\x18\xad\x94\x21\x44\x0a\xc8\x3d\xc4\xfd\x19\x99\x88\xe1\x25\xb8\x91\x38\xa0\x8d\x41\x4c\x44\x15\x90\xc8\x5f\x5f\x0e\x13\x1c\x12\x0a\xb1\xfc\xfd\x15\x84\xf7\x86\x14\xc6\x2a\x33\x7e\x03\xc1\x30\xa0\x8d\x08\x13\xf4\x92\xf8\x96\xca\x6f\x77\xc2\x11\x8e\x0e\x97\xe4\x5d\xf5\x71\x46\xef\xc4\x84\x06\x26\x2e\x75\x02\xbd\x65\x13\x94\x9a\x38\xbf\xb0\xf3\x2b\x86\xde\x15\xf3\x2b\x74\xbe\xa5\x86\x0c\xc2\xa6\xf4\x40\x1e\xdd\x57\x91\x00\x35\x68\x98\xec\x21\xae\x21\xb1\x71\xc7\xbb\x19\x45\xbe\xd7\x0f\x69\x58\x57\x82\xb5\x2e\xcc\xff\x3c\xfa\x00\x05\x47\xa8\xc4\x5a\x26\x2e\xe6\x23\x42\xe5\xfd\x7a\x1f\x2c\x59\x37\xd9\x55\x45\xf2\xfe\xb8\x3d\x8e\xea\x13\xa4\x60\xa9\x6c\x7c\xa5\x65\x2c\xb1\xec\x49\x62\x0b\x55\x69\xe9\x92\x36\x41\xfe\xdd\x35\x13\x2a\xeb\xa3\xbc\xee\x94\x6b\x29\xe6\x46\xd1\x85\x4d\x93\xb6\x85\x75\xb6\x51\xd2\x44\xcf\x2a\x35\x4c\x32\xaa\x3e\xcf\x2f\x09\x49\xcb\xa4\xbc\xaf\x5d\xcc\xab\x4e\x3f\x6e\x44\x21\x79\xe2\xeb\x91\x13\x81\xab\xd4\x80\x96\x11\xb7\x53\x96\x28\x17\x9c\x7a\xab\xcb\x83\x5c\x94\x4f\xae\x48\x8f\x97\xbb\x15\xf5\x69\x6e\x7e\x03\xe8\xa5\xfc\xd2\xb5\xd9\xcf\xd0\xad\xea\x09\xeb\xab\x1b\x9c\xe5\x5f\xad\x3b\xda\x30\x7f\xab\x47\xc5\x74\x28\x1f\x3e\x30\xe5\x97\xcc\x7d\x4d\xcd\x17\x83\x8d\xe7\xd9\x9e\x4a\xfe\xbc\x1a\xbc\xd0\x9c\x4c\xd6\xd7\x1c\x82\xb3\xef\x05\x72\x17\x0c\x84\x82\x7b\x67\x1a\xa9\x51\x43\x2c\xa9\xd7\xe9\x96\x01\x59\x5f\xed\xab\x46\xd4\x54\x2d\x37\xb1\xf7\xe4\xa6\xd6\x08\xad\x82\xd5\x50\x1f\x7e\xcd\x10\x92\x65\x64\x49\xd0\x58\xfa\x79\xba\x64\x33\x56\x6c\xa6\x23\xbb\x77\xe2\x0b\x73\x53\x87\x68\x50\x6b\x40\xd3\xb1\xbe\x6a\x71\x56\xab\xf9\x72\x7d\xb0\xd5\x84\xc6\x53\xdc\xa7\xc3\x5c\xcd\x4a\xfd\x83\x6e\x0d\x3a\x6c\x84\x8c\x03\x37\xa4\xa3\xe8\x71\x38\x40\xbe\xc7\x2b\x69\x2f\x1b\xc3\xf3\xea\xda\x33\xd0\x1b\x1f\x78\xe6\x56\xfd\xec\x92\xad\x66\xf3\x2f\x36\xad\x65\x62\x14\x1e\xee\x22\xc7\x41\xb7\x48\xf2\x95\x3d\x60\x77\xf4\x54\xb4\xdb\xf2\xa4\x91\xd6\x52\x62\x27\x13\x4f\x9a\x69\x07\x25\x66\xda\x41\x95\x99\xd6\xd1\xc1\x3a\x65\x21\xc2\x4e\x6b\x26\x1a\xf9\x59\x89\x61\xb8\x8c\x4f\x3b\xf1\x7c\x0b\xd8\x82\x75\x01\x98\x39\xd6\x30\xb7\x5c\x71\xbc\x3a\xe1\x31\x9b\x2e\x54\x31\xbb\xc5\xa2\x22\x71\x5c\xd3\xdf\xec\xea\x66\xb7\xee\xae\xdf\xa7\x6a\xd9\xa9\x6a\x76\xab\xce\xe2\x7a\xaa\x46\xed\x9a\x16\x69\xf3\xc4\xf6\xd5\x19\x75\xe5\xda\x4d\x83\x8c\xed\x7b\x52\xfe\xbf\x65\xfc\x3c\x3c\x91\xf1\xf3\xbc\x6d\x9d\xa7\x70\x0b\x5c\xa4\xa4\x74\x26\xaf\x9b\xeb\x1e\x0b\x85\x21\x30\x01\xd9\x48\x2f\x4b\x12\x44\x7a\xf9\xb8\x6c\x66\x4b\x5d\x62\x8b\x2d\x78\x21\xc2\x7d\xb8\x07\x0f\xe1\x2e\xdc\x81\x4f\xe1\x6d\x78\x00\x1f\xc0\xc7\xf0\x3a\x7c\x02\xb7\xe1\x43\xf8\x08\xde\x84\xf7\xe0\x6b\xf0\x3e\xbc\x05\xef\xc2\x97\xe1\x1d\xf8\x06\xbc\x01\x5f\x82\xaf\xc0\xd7\xe1\x97\xe1\x57\xe0\xe7\xe1\xd7\xe0\x17\xe1\x97\xe0\x67\xe0\x57\xe1\x17\xe0\xd7\x21\x42\x90\x22\x98\x20\x48\x10\xc4\x08\xc6\x08\x86\x08\xa6\x08\x66\x08\xb2\xcd\x26\x82\x03\x04\xfb\xc8\x98\x80\x87\xc8\x32\x3c\x0e\xd1\xa7\xd5\x08\x3c\x46\x9f\x24\xdf\xc7\x11\xfa\x44\xd8\xac\xf7\xd1\x47\x67\x33\xd6\x17\xe4\x15\xef\xee\xa1\xc0\x33\xd3\x5f\xdb\x2c\x1e\xa1\x01\x9b\xc6\xb5\x9a\x04\x98\x10\xdd\xb2\xe0\xc2\xcd\x7d\x41\xd7\xa2\xcf\xd6\xe6\x4a\x21\x56\xef\x30\x4c\x2d\x79\x2c\x23\xf6\xf2\x58\x0f\xd2\x4c\xe2\xa3\xe0\x90\xd1\x08\x6c\x82\x4d\x2b\x7e\x30\xdb\xe9\xe1\x81\x4f\x54\x34\xa5\x79\xe2\x9d\xb0\x02\xfa\xf6\x3d\xeb\x00\xff\x57\x34\x98\x80\x36\x16\x1b\xa0\xa9\x30\x7e\xc3\x64\x32\xb1\x59\xff\xd0\x9e\xe1\x87\xe8\xa3\x38\x5b\xd8\x45\x8e\x85\x7f\xb7\x02\x89\x13\x9a\xf8\x77\xd0\xa5\x8d\xff\xe3\x6b\xe3\x37\xee\xc2\xc8\xf5\x66\x32\x5e\x2a\xae\x57\x8a\xf1\x01\x46\x0e\xdb\xc9\x70\x1e\x5b\xc8\x0a\x04\x83\xce\xca\x17\x15\x05\x47\x52\x1b\x68\x77\xba\x30\x41\x29\x0f\x0d\x6a\xc0\x9b\x71\x46\x68\xbb\xa9\x6d\xf4\x8a\x66\x96\xb7\x92\x4a\x32\x3b\x3b\x11\xc1\x20\xa5\x8f\x79\x0a\xea\xeb\x34\x71\x0b\xb5\xbd\xd2\x82\x38\xbd\xce\x43\xdc\x32\x78\x07\x1d\x8c\x31\xe7\xa4\xc7\x4e\x15\x3b\x09\x1a\xa3\x90\x62\xb2\x77\x73\x18\x26\x6d\xcf\x9b\xc2\x07\x28\xf0\xd3\x92\x83\x88\xac\xf2\x20\x22\xca\x39\xa5\x32\x0e\xcc\x3b\xaa\xae\xb4\x00\x1c\xe4\xd2\xe2\x5c\x40\x23\x00\xfb\x79\x37\xdc\x97\x45\x77\x96\x55\x70\xa0\x46\xc3\x03\x70\x98\xcf\x75\x3f\x5e\x96\xb4\x5c\x1e\xf0\x97\xfa\x00\x1c\xe7\xf3\x6c\x1f\x8e\x11\x7f\x77\x59\x86\x83\x81\xa3\x12\xac\xf7\xab\x30\xb4\xae\x1d\x03\xb8\x57\x95\x6b\x3b\x77\x21\x14\xc0\xc3\x92\x46\x76\x4b\x5d\x87\x77\x66\x79\x20\x5f\x11\x6e\x3d\x75\x1d\xfc\x08\x3e\x9d\x99\xdd\xe4\xbb\x3d\x33\x9f\x73\xf8\xcf\xf5\x50\x0f\xc0\x83\x99\x45\x8c\x0b\xf4\x83\x99\xf9\x04\x9d\xeb\x23\x79\x9d\x17\xc0\xc7\x33\xb3\x93\x58\xaa\xca\xa9\x55\xe4\xfa\x6c\xe4\x9d\xad\xe6\x93\x4a\xcf\x68\x33\xcf\xa7\x00\x6e\xe7\xab\xdc\xcd\x28\xe5\xfb\xb6\x87\xec\x0b\xb6\xbe\x68\xd5\xbd\xc8\xa7\x8f\xf2\x79\x8b\x57\x81\x67\x30\xc5\xcd\xd9\x5e\xe2\xd0\x1b\x67\xbb\x11\xee\x5d\x7f\x78\xb7\xa1\xe6\xb0\x07\xe0\xbd\x42\xa9\xfc\xd5\xf6\xd2\x62\xaf\x15\x8f\xf9\x74\xb6\x23\x29\x2d\x2c\xb9\xe2\x08\xa5\xa9\x76\x4a\xd7\xc0\x3d\x3d\x38\xf7\x4b\x8e\x1f\x65\x56\xbb\x85\x9c\x8c\x72\xea\x57\xd2\x6a\xea\x01\x78\x8b\x91\x34\x6c\xd0\x30\x7d\x02\xfc\x04\xed\x21\x22\x34\xff\x47\x19\xa1\x78\x84\x1a\xa3\x30\x79\xe2\x5b\x27\x8c\x2a\x9e\x14\xdf\x0d\x09\xdf\x13\x15\x31\xb4\x58\xf8\x69\x12\x8e\x1d\x8e\xe0\x5a\xd7\x26\x48\x9f\x62\xda\x1b\xca\xc0\xb7\x81\x08\xd0\x0b\x8e\x7a\x61\x8a\x96\x9b\x6d\x55\x5d\xd0\x82\x32\xfa\x91\xe9\x97\x2b\x37\xf9\x89\x85\x34\x77\xca\x78\xd3\x38\xbd\x9f\x8d\xc6\x61\xff\x8b\xe8\xf0\xf6\x3e\x22\xd4\xe7\x61\xba\x70\x3d\xd8\x78\x9e\x89\x52\x69\x46\x1b\x24\xf1\x88\x55\xc0\x0a\xfa\x18\x40\x3f\x0d\x32\x65\xe3\xae\x6a\x6c\x2b\x6b\xe7\xbf\x97\x08\xf7\xd5\x0c\xe8\xa7\x6b\xb7\x7c\x11\x71\xd3\xf3\x40\x9b\x04\x19\xcc\x15\x57\xc7\x44\xb9\x64\xdb\x2f\x37\x59\x65\xa3\x13\xab\xa3\x6b\x61\xeb\x90\x71\x6c\x4d\x09\x29\x75\xf2\xf5\xdb\xee\xba\xed\x95\xc5\x1a\x57\x6b\xe1\xe9\x5a\x56\xb5\x80\x36\x23\x00\xff\x98\x8d\xfb\x21\x45\x8f\x29\xbf\xb3\x59\xba\x2a\x2e\x44\xdc\xfc\xc2\x49\xa6\x96\x4f\xb3\x1f\x89\x11\x1c\x60\xd2\xff\x0a\xa6\xc3\x07\x83\x81\x8a\xd3\x5b\x82\x73\x0a\x13\xb8\xd2\x04\x40\x9d\x12\xe4\x69\xb3\x95\x4f\x56\xc6\x67\x4d\x57\x3f\xd2\x7e\xe0\xc5\x5c\x2a\x16\x03\xcf\x04\xf2\xbd\xcb\x9d\x45\xf0\x3c\x2a\x50\x75\x6b\x1d\x8a\x29\x89\x47\x88\x2f\xf9\x2d\xb4\x0e\x96\xf8\xe4\x68\xad\xb7\x17\xa4\x66\xa9\x8e\xa1\x6a\xd9\x68\xb3\xbf\x1e\x22\x7d\xaf\xed\x9c\xe2\xf0\xf3\x01\x31\x95\xc0\x14\x30\xcd\x35\xa5\x61\xc2\xf5\x5b\x1f\xc0\xbb\x27\x14\x15\xe7\x24\x20\x24\xb9\xd6\x20\x15\xdd\x5a\x6b\x27\xdc\x6f\x9d\x50\x87\xe5\xf4\xe1\x4e\x22\xbb\x7f\xc2\xde\xbf\xfc\xf1\xea\x3d\xb5\xfd\x37\x64\x90\x3b\xa6\x41\x3f\x4c\xe2\x83\x43\x39\xaf\x05\x05\xa4\x53\xb2\x4f\x45\x5c\xbe\x5e\x4c\x28\xbf\xd4\x04\x4a\x66\xa6\x56\x63\xe5\x5b\xfc\xac\xfd\x35\xc5\x98\xcf\x28\x4a\x3f\x53\x4a\x69\xd5\x8e\xa2\xf3\x73\x6d\x27\x1a\x7b\xf0\xdc\xac\xf6\x5a\xbc\xbd\x01\x26\x38\x1d\xfa\xcf\x29\x46\x6d\x2e\x30\x54\xb0\xd3\x59\x83\xf0\x39\xd8\x6a\x76\xbb\x25\xc3\x76\xe7\xb8\xc3\xa6\x0d\x06\x10\x9f\x1b\xe3\xf2\x8f\x65\x92\x31\x47\x7f\x4e\xf6\x0d\x98\x28\xc6\x25\x8a\xec\x38\xb8\x8d\x7c\x52\x36\x82\x6a\x9f\x83\xe1\x4e\x12\x3e\x15\x12\xe1\x91\x4c\x23\xc5\xad\x8b\xab\x18\xb4\xb9\xcc\xef\x31\x50\xc7\xfd\x23\x00\x3a\xa3\x44\xe5\xbb\x0e\x29\xb2\xb5\x73\xdf\x12\x5f\xe2\xd6\x9a\x1e\x42\xd9\xdd\x56\x13\xa2\x06\x6d\x06\xa8\x21\xde\x1c\x6a\x96\xf2\x5f\x11\x3f\xbb\x71\x2d\x05\x5d\x4a\xb6\xd6\x61\x89\xd1\x91\x6d\x86\x49\x0f\x45\xb5\x9a\x82\x7c\x8b\xc7\x5a\x5a\xa6\x3e\xbb\x18\x93\x35\x61\xab\x09\x5b\xeb\xb0\xf5\x6c\x29\x9f\xa5\xfe\x1b\x41\xe6\xfb\x2f\x05\x3b\xc8\xf7\x6f\x7c\xfa\x2f\xdf\x8d\x91\xb9\x7d\x27\x0c\x62\xc7\xba\x7e\x37\x44\xd5\xbe\x59\xfb\x48\x5e\xc0\x2b\x09\xe4\xf4\x12\xe4\x4f\xd3\x00\xde\x3e\xf4\x72\x21\x92\x5e\x71\xbf\xea\x9d\xc4\xeb\x6e\x7a\x3e\x64\xd4\x97\xdd\xcf\xc5\xf8\x50\x5f\x71\x33\xe4\x22\x26\x7d\xde\xfd\x9a\x0b\xa1\xf5\x35\xf7\x6b\x59\x3c\xad\x2f\xba\x59\x8a\x9b\x9a\x2f\xb9\x19\x8a\xf1\xb2\x3e\xe3\x66\xa8\x88\x3b\xf6\x55\x37\x57\xd5\x9d\x95\x2f\xb8\xd9\x8a\x11\xac\xbe\xee\x66\xc8\x07\xf4\x42\x28\xd7\x9f\xc2\x05\x1c\x8a\x66\x10\xd4\xca\x97\xa0\xd9\x23\x63\x65\x25\xb9\xac\xe5\x41\xb5\x70\x2e\x57\xfe\x2a\x42\x5c\x8e\xba\x88\x3c\x15\xea\x8f\x89\x51\xe5\x82\x03\xe4\xd0\x49\x8f\x59\x9a\xaf\x4a\x8d\xea\x03\x37\x5f\x56\xde\xe4\xf6\xe1\x18\x93\xbd\xed\x30\x7d\xe2\xc1\x28\x97\x65\xc7\x56\x6d\x50\x5f\x64\xea\x95\x67\x92\xc3\x2b\xf2\x0c\x72\x79\xc4\xb9\xe2\xf5\xf4\x90\xf4\xa4\xee\xc8\xb3\xf5\x4d\x47\xff\xac\xbc\x0a\xa5\x4d\x7b\x01\xb7\x42\x4c\x70\xd1\x67\x06\x1c\xed\x21\x9f\xc9\x42\xfb\x74\x56\x66\x15\xef\x06\x94\xc6\xe7\x96\x2b\xaa\xe6\xa8\xeb\x62\x6f\x10\x48\x77\xe2\xb6\x0c\xf0\x2d\x5c\x02\xf5\xd4\x97\xc9\xfa\xb7\x34\x63\xea\xdc\xec\x07\x14\x47\xe4\x32\x4d\xfc\x80\x6a\x63\xa2\x72\xca\x9f\xc6\x13\xed\x29\x8e\x22\xf9\xa6\xd6\x82\x5d\x74\x4a\xcc\xef\xa9\x7a\x76\x25\x45\xc9\x3e\x4a\xd2\xbb\x44\x69\x8e\x95\x19\x14\xa7\xab\x1c\x56\x20\x3c\xa9\xea\x5a\x29\xc2\xb0\xa7\xbb\xb3\xe3\x44\xcd\x9b\x7d\x87\x34\xff\xc8\x9b\xbb\x6b\x63\x8b\xa9\xf6\x41\x2a\xe4\xd5\x17\x5a\x2b\xc6\x53\x7b\x2a\x51\x69\xd2\xc6\x28\xf5\x8f\x74\xae\x36\x55\x61\xda\xef\xf6\x4b\x83\x0a\xa9\x93\x6d\xed\x2b\x44\xcd\x25\xd5\xe9\x42\x74\xa1\x05\x77\xc3\x53\x5c\xb4\xce\x91\xc6\xb9\x75\x6d\x1c\xef\x78\x38\x71\x44\x30\xd9\xe3\xd6\x18\x8f\x6d\x98\xbd\x27\xd2\x8f\x81\x89\x87\x06\x63\xa1\xc9\x64\xfd\xf9\x15\xe7\x16\xf3\x46\xd3\xfe\x3d\x99\xd0\x82\x27\x66\xb5\x22\x9a\xeb\xa3\x8c\xe0\x38\xbb\x93\x3c\x93\xdb\xcb\x9b\xe2\x5a\xf2\xcc\x6e\x56\xf5\x52\x98\x96\x8b\xea\x6d\xf1\x68\x61\x9a\x47\xb7\xd2\x03\x54\x0a\xe2\xc0\xf5\x90\x5c\x2a\x71\x0c\xf5\xa9\xeb\x1b\x9a\x14\xf9\x58\x79\x8b\x96\x59\x24\xb8\xaf\x62\x99\xdf\x63\x3b\xb1\x66\x95\xee\x4a\x19\xae\x48\x39\x3f\x0b\xdf\x40\x4f\x07\x06\x55\xed\x56\x52\x05\x59\x04\xd9\x51\x1e\x23\x65\x63\xe7\x06\xcd\xa8\x30\x40\x41\xed\x16\x6b\x87\x60\xcf\x0f\xa9\xdd\xa0\xb0\xa4\x56\xf8\xdf\xea\xb7\x06\x31\xd9\x9b\x4c\xfc\x9c\xe7\x2a\xd8\xb2\x38\x52\x2c\xa7\xbe\xf6\x07\x65\xbf\xe4\xf7\x31\x4a\x06\x71\x32\x92\x39\x90\xcc\xa2\x92\xef\x88\xb0\xf5\xdc\xe7\x53\xa1\x25\x24\x77\x25\x0f\xaf\xc8\x77\x74\x30\xd9\xe6\x61\x59\xf7\x6a\x35\xbe\x20\xf6\x22\x8c\x08\xfd\x9a\x0a\x5e\x60\x71\x68\x49\x92\xc9\xcd\x5f\x4c\x0d\x77\x53\xbf\x32\x4f\x5d\x43\xe0\xea\x1a\x70\x9c\x09\x2b\x4d\x5c\x65\xee\xb6\xf9\xb1\x00\xda\x9e\xe6\xe8\xd0\x95\x96\x38\x27\xf0\x40\x2e\x70\x80\x98\x4d\x72\xf3\x70\x7a\x7f\xe7\xe2\x0c\x12\x7b\xc4\xbb\xa3\x11\xea\xe3\x90\x22\xc7\xcb\xd6\x7a\x83\xaa\x47\x93\xe8\x8b\xe8\x70\x32\x41\x8d\x11\xa2\xe1\x17\xd1\xe1\xa2\x25\x67\xb9\xfa\x56\x18\xbb\x11\xdb\x30\x9a\x0b\xf6\x46\x87\x6c\x48\xee\x52\xef\x63\xb1\x6e\xaf\xaf\xad\xd8\xee\xc2\xf6\x28\x8a\x27\x3c\x8d\xaf\xf7\x92\x54\x36\x94\x1b\xda\xe3\x71\xd8\x43\xdc\xad\x7c\x61\xbf\x72\xe9\x27\xb0\xe2\xd2\x75\x32\x59\x69\xad\x2c\x40\x6c\xc9\xb0\x79\xbc\xac\x99\xab\x43\xdf\x96\x0e\xb1\x0a\x0e\x51\xab\x59\x43\xae\xca\x18\xa7\x1c\x5a\xdc\x22\x27\xd6\x16\x99\xbe\xd8\xda\xa2\xf5\x56\x9b\x87\xf3\x69\x6d\x92\xab\x74\x93\xac\xae\x82\xa4\x43\xea\x2d\x7b\xb3\x4c\xdc\x38\x0e\xaa\x1d\x5b\x29\xea\xe4\x79\x5f\x6f\x95\x13\xf9\x68\x20\x2e\x7b\xfe\xea\xc6\xe1\xdd\x7e\x69\x60\xc7\xa2\x76\xe0\x4e\x19\x2b\x9e\x05\x7f\xae\xf9\x48\xbc\x7c\xb6\x80\x8d\x5f\xda\x87\x98\xf2\x83\x07\x3e\x8f\x0e\x12\x8a\xe2\x69\x80\xdd\x60\x1b\xd7\xa3\xc8\xf7\x3a\xfc\x96\x85\xc0\x47\xdc\xb1\xe8\x7a\xa0\x81\x29\x1a\xf9\x21\xaf\x22\x15\xa5\xb3\x20\x6d\xc4\xdc\x42\xbf\x1d\x8f\xeb\xd8\xc0\x30\x0a\xb2\x55\xf5\x4d\xdc\x37\x59\x8a\x5e\xc4\x4e\xc2\x2a\xd6\x54\x1d\x6f\x59\x70\x10\xd5\xdd\x8c\xed\xec\xaa\xf5\x99\xbf\x1e\x68\x32\x67\x8c\x81\xf3\x3c\x2c\x45\x46\x45\x64\x98\xd2\x95\x40\xf0\x26\x7f\xd8\x96\x2d\x68\x52\x86\x95\xc7\x8e\x29\xf0\x76\x79\xf3\x22\x1a\xf5\x31\x5a\xef\xa3\x62\xfb\xac\x12\xdd\x3c\xfb\x31\xb7\xf5\xd9\xbd\x3e\xa3\x2e\x5e\x78\xdf\x34\xde\x25\xfb\x99\x85\xee\x1f\x40\x2f\x45\xf4\xae\x3a\xdc\x85\x2b\x4d\xab\x6e\x83\xdc\x59\xd5\xde\xb2\x6f\x69\x58\x1f\x2a\x28\xe6\xe8\x52\xda\xf9\xc4\x56\xa4\xc4\x4b\x2e\xe5\xfa\x83\xf0\x45\xcc\x8b\xbd\x17\xd7\x2c\x3f\x24\x23\xd8\xd6\xba\xb5\x9a\xfd\x4b\x8a\x39\x2e\x45\x2a\x9e\x8b\x91\x4a\x84\x65\xf2\x80\x89\x8d\x99\x7d\x54\x57\x86\xa1\xf1\xdf\x2b\xe0\xb8\x5e\x8a\xe3\xba\x83\xe3\x7a\x0e\x47\x22\xcd\x2f\xa6\xd1\x1c\xaa\xe5\x66\x1a\xee\x65\xaa\xb1\x76\x2c\x2b\xd5\xb3\x65\xc6\x3e\x17\xd5\x6a\x3e\x0f\xd6\x14\xf6\xfb\x2a\x03\x7f\x09\xd6\xfa\xed\x7b\x9d\xae\x64\x10\x51\x9f\xd3\xec\x75\xd2\x97\x66\x7d\xb5\x13\x8a\x45\x39\x89\x78\x1a\xa8\x07\x6d\xab\xca\x39\x3a\x66\xee\xb0\xec\x18\x9d\xb2\xf6\xe6\x4a\x21\x16\xab\x25\x02\x5b\x27\xed\xa3\xaa\x93\x57\x94\xef\x9f\xfa\x98\xef\xa0\x53\x88\x3f\xa6\x85\x56\x0a\x67\xfa\xe6\x96\x4b\x71\xee\x68\x47\x30\x04\x2b\xb7\x24\xf9\xed\x66\xd5\x85\xd2\xa5\x52\xb7\x6b\xde\x66\xd1\x02\xbc\x55\x91\x9e\x13\x69\x72\xa7\x50\xcc\x37\x67\xa7\xe9\x74\xa0\x82\x19\x2a\xf4\xa6\x95\xfc\xbb\xa2\xb6\x78\x56\x37\xa7\xd8\xae\x94\x3b\xf6\x2d\x69\xcd\x8a\xef\x6d\x80\xdc\x87\x3a\x88\x29\x97\xbc\x44\x7b\xe4\x25\x73\x8f\xa0\x12\xf7\x08\x4a\x68\xb0\x34\x37\xb4\xce\x4b\x7f\x6a\x53\x66\x5f\xca\x02\x5b\x89\x20\xa0\x7c\x19\x2c\x81\xce\xd7\xa5\x32\x6c\x13\x7d\x72\x56\xc0\x7b\xd1\x03\xb3\x29\x75\x9d\x2d\x4a\x2d\x16\xb9\xe1\x71\x58\xb9\x6c\x68\x2a\x87\xa5\x6a\x8f\xad\x79\x9b\x0f\x54\x81\xa3\x1f\x97\x6f\x7c\x9d\xdb\xd1\x05\x17\x0a\xb1\x2b\x28\xb5\x21\xcb\x03\x37\xa6\x10\xce\x3a\xa4\x44\x0b\x78\x56\xce\x23\x37\xca\x91\x5b\x77\xcc\xd9\x50\x57\xdf\x15\xb6\x59\xa2\xbc\x9f\x50\x6d\x80\x4a\xfb\x40\xed\x3e\xa0\x62\x17\xd0\xdc\x1e\x50\x30\xe3\x58\xb5\xd0\x9f\x8a\xa1\x42\xb9\xab\xb2\xdc\x5a\x9c\x94\xb0\xb4\x8d\xed\x94\x6d\x64\xa8\x8f\x60\x22\xbd\xd7\xf5\x85\x4c\xc6\x5a\x04\x7a\x94\xbf\x96\x08\x66\x0c\xb4\xde\x58\x42\x22\x27\xa6\xd8\xbc\xf0\xf3\xe9\x19\x64\xc3\x27\xa1\x14\x9e\x49\x29\xf1\x0e\x73\x49\x97\x8b\x2d\x39\x13\xc0\xda\x53\x56\xef\x5c\x97\xd7\x9d\xeb\xcc\x93\xc9\x46\xd3\xfe\xbd\x95\xdb\x21\xbf\x32\xbe\x25\xb6\xa8\x22\x40\x63\x65\xbe\xdb\x44\x58\x7b\xda\x2f\xcc\xca\xb5\x1d\xee\xb2\x3c\x6b\xcf\xcd\xac\xea\xf1\x4d\x96\x29\x67\x07\xc9\xa3\x34\xcb\x06\x92\x77\x81\x02\x47\xc5\x1b\xf0\xb0\xe4\x52\xb1\x8c\xd1\x9f\xa3\x48\xab\x5d\x6f\xc1\x44\x6c\x31\xc3\xfe\x3e\x13\x08\x42\xae\x85\xbb\x11\x9a\xb3\xd9\xcc\x25\xbb\x01\x24\x97\x2a\xcc\x41\xc6\x31\x2b\x81\x68\xbe\x63\x56\x22\x39\xa6\x22\x5f\xfe\xe6\x7c\x6e\xcc\x8e\x43\x47\x4b\x4f\xad\xee\xd8\x1c\x33\x9a\x0c\x19\x30\x83\x30\x48\x8d\x4d\xb9\x65\x09\xae\xb4\x4a\xfa\xc2\x2d\x39\x65\x7d\xe9\x78\xdb\xb7\xbf\xba\x7d\xfd\xd1\xed\xeb\x1e\xf4\xee\xde\x7f\xf8\xca\xb6\xd7\x6d\x60\xd2\x8b\xb2\x3e\x4a\xcd\x35\x7d\x12\xf7\xf9\x3b\x08\x60\x6b\x56\xdb\x79\xf7\xb7\x63\x90\x85\x6b\x8c\x33\x7a\x55\xc2\xa1\xa7\xa0\x60\xd9\x70\x6f\x87\xbb\x95\xea\x70\x95\x4d\xb2\x9c\x6f\x1e\xdf\x3c\x55\x45\x55\xfb\x89\x92\x65\xbb\x74\x47\xa0\x8e\x65\xf2\xe9\x0d\xb7\xe2\xd3\xee\x3b\xe4\x2d\x93\x19\x78\x3f\xd6\x11\x24\xe7\x20\xfe\x58\x6b\xeb\x7e\xf9\x87\xc5\x50\x5f\x6c\x3b\x51\xc0\x3b\x6f\x5e\x9d\xb1\x38\x58\xd6\xda\x17\x9e\x75\xac\xb5\xad\xe6\x33\xf9\x4d\x16\x2d\xb3\x15\xe4\xce\x20\x53\xad\xda\x69\xce\xf0\xe0\xdc\xe3\x49\xe0\xd8\x1d\xe7\x9d\x06\x42\xaa\x31\xd3\x47\x07\x55\x81\x5d\x29\x4a\xa9\x17\x58\x71\x01\xec\xe7\xf0\xe5\x6b\xbe\x8f\x78\xed\x89\x98\x99\x9e\x38\x62\x6f\x23\xb2\x8f\x93\x98\x8c\xb8\xcb\x61\xc3\xfa\xb5\x68\xa8\x5a\xee\x0b\x50\x15\xad\x76\x05\x4d\x26\xa8\xe8\x09\x29\xbc\x03\xb8\x2b\xe4\x64\xb2\xe2\x1c\x45\x09\x8d\x66\x6b\x31\xc3\x8c\xad\x4a\xa8\xad\x31\xd4\x27\x36\x45\x2f\x0c\xcb\xcc\x0e\x4d\xf0\x5c\xfd\x1a\xdc\xc2\xa1\x78\x2d\x4d\x2e\x8e\xd4\xc4\x72\xc6\xd6\x24\x07\x08\xa2\x20\x08\xe8\x16\x6a\xfb\xf9\x73\x37\xd9\xd9\x92\x69\x9c\xc3\xb6\x7d\x6c\x7a\x3c\xd0\xba\xb1\x6d\x69\xab\x0a\x29\x8b\x8e\x15\x17\xb9\x3c\x1c\x72\xf1\x9a\x85\xbe\x6e\x36\xa3\x92\x7a\x3d\x54\x57\x32\x9e\xea\xd3\x3f\x27\x7e\x72\x29\xf2\xb7\xec\x3b\x1e\xc7\xc3\x5e\x5d\x0f\x39\x1d\xfa\xaa\x96\x52\xfc\x9d\x1b\x28\x56\xf0\x8f\x2c\xa5\x8f\x87\xb1\xf4\xfa\xd4\xfe\x69\xa5\x6c\x97\xbf\x10\x20\xf7\x50\xb5\x5a\xb3\x78\x11\xa2\x10\xd7\xae\x56\x5b\x59\xb1\xf6\x19\xb9\x9f\xb2\xe1\xd2\xaa\x9c\x6b\x2e\x79\xbc\xef\xc7\xb2\x68\xd5\x5c\x39\x0e\xd2\x76\x4b\xb5\x9a\x6f\x23\x58\x38\xfc\xce\x6f\x10\x94\x85\x91\xad\x06\x5d\x50\xab\x8d\x50\x49\x20\x13\x96\x58\x1a\xc9\xa4\xc4\x6d\xb1\x13\x9d\x36\x76\xc9\x2b\xc1\x0e\xf2\x6f\xd8\xcd\xe4\x7c\x1f\x4f\x1f\x45\xf7\xf5\x42\x13\xda\x81\xb2\x33\x38\x6d\xe5\x5f\x2e\x54\x9e\xf7\xc2\xec\xf4\x4f\xdb\xc6\x57\x0a\x6d\x14\x5d\x39\x3b\xc3\xd3\xb6\xf2\xf9\x42\x2b\x39\x7f\xd0\xce\xf8\xb4\x4d\x7c\xad\xd0\x44\xce\xa9\xb4\x33\x3a\x6d\x13\x5f\x2c\x34\x51\xe6\x99\xda\xd9\x3f\x6d\x3b\x5f\x2a\xb4\x53\x74\x6f\xed\xec\x9d\xb6\x95\xcf\x14\x5a\x29\xfa\xc8\x76\x0e\x4f\xdb\xca\x57\x0b\xad\x54\x38\xda\x76\x76\x4f\xdb\xd4\x17\x0a\x4d\x55\x46\x98\xdf\x39\x6d\x5b\x5f\x2f\xb4\x55\x74\xf9\xed\x3c\x3d\x6d\x2b\x08\x15\x9a\xc9\x3b\x0e\x77\x6e\x9f\xb6\x11\x5a\x6c\xa4\x24\xfc\xff\xc1\x69\x9b\x49\x8a\xcd\x54\xb9\x30\x77\x1e\x9c\xb6\x31\x52\x6c\x6c\x86\x1f\x74\xe7\xf1\x69\xdb\xc3\xc5\xf6\xca\x9d\xa9\x3b\xd7\x4f\xdb\x54\x5c\x6c\xaa\x10\x1c\xfe\xc9\x69\x1b\x09\x2b\x79\x42\xb8\x75\x77\xb6\x4f\xdb\x42\xbe\x7a\x6b\x37\x75\xec\x27\x12\x2a\x2a\x02\xf0\x86\xed\x72\x5b\xe4\xbe\x13\xbf\xc9\x50\x5e\xcf\x9c\xf6\xf4\x96\xe6\x74\xcd\x99\xfb\xf2\x4e\x6b\x69\x71\xc4\x72\xce\xf5\x9d\x87\xa7\x1d\xb3\xac\x84\x2b\x2a\x3c\xf4\x3b\x8f\xce\x9a\x41\x66\x6d\x93\x3a\x37\x8f\x49\xc4\x19\x95\xcd\x19\xc5\x99\x1b\x9e\xce\xbd\x53\xe0\x91\xaf\x6d\x0e\x22\x15\x1b\x97\xce\x6b\xc7\x44\xa1\xbc\x9e\x05\x1b\xb7\x77\x1f\x9d\xfb\x27\x6c\xd9\xaa\x64\x4e\xb3\xae\x5f\xfa\x71\xc3\xc3\x55\x57\x35\xa7\xd9\xd3\x3c\x6e\x52\x55\xd1\x42\x4d\x4a\x3f\xec\x33\x68\x53\xd4\xb4\x50\xa3\x27\x0c\xf9\x57\x59\xd3\xbc\x31\xb5\xbc\xa2\x4f\x37\xa2\xa6\xa2\x79\x4d\xea\xb0\x7d\xa7\x6a\x4f\xd6\x32\xbf\x31\x71\xf8\x78\xda\xc6\x64\x2c\x98\xd9\x8d\x29\xb7\xe7\xd3\x35\x26\x6b\x59\x88\x5d\xf2\xee\xc2\x67\xc0\x37\xb9\x2a\x17\x42\xe3\x2c\xdb\x5f\xb0\x61\xcb\x81\xf6\x94\x63\xab\xea\x39\x0e\xc1\x4f\xf8\xf2\xd1\xbc\x0a\x8f\x83\x82\x70\x4a\x3c\x3b\x0c\x78\x7d\x0b\x21\x70\x76\x9d\x3f\x46\xaf\xcf\xac\xbb\x65\xfd\x8c\x2a\x35\x6e\xfb\x56\x63\xe7\xd6\x69\xd5\xaa\x5e\xb1\x9d\xd2\xab\x91\x9d\xbb\xa7\x7e\x60\xaa\xb2\x25\xe7\x7e\x65\xe7\xe5\xd3\x36\xd4\x2f\x36\x54\x71\x49\xb3\x73\xe7\xb4\x6d\xbd\x11\xdc\x00\x60\x32\x79\x83\xff\x6f\x05\x8e\x7d\x80\x4e\x14\x39\x36\x1f\x2c\xeb\x9c\x03\xc9\xe6\x9b\x5b\xec\xc9\x2c\x13\x25\x35\xb6\x6e\x25\xc4\x9f\xd6\x18\xa9\xe1\x27\x22\xe8\x68\x6a\x47\x11\x5c\xa1\x4e\xa0\x80\x98\x47\x70\x2a\xbb\x63\xbc\x95\x73\xbd\xb8\xb8\x88\xa5\xfc\xd2\x96\x41\x3f\xb3\x38\x29\xfb\x28\x62\x71\x46\x4e\x28\xce\xe8\x4c\x23\x71\xf6\x2e\x03\x71\x7e\x7c\x03\x71\x9e\x4d\xa4\xcc\x41\x31\xea\xa4\x7a\x12\xab\x18\x75\xd2\xf7\x7b\xbe\x8f\xe7\xc5\x37\xb9\xe8\xd8\x26\xc5\xdb\x01\x10\x5b\x17\xb7\x08\x23\x5a\x73\x33\xbe\x4a\x36\xe3\xd5\x55\x80\x3b\xb1\x7d\x5d\x2b\xd6\x77\x04\x92\x40\xdc\x5e\x81\x3e\x0d\xb2\x79\x31\x4d\x30\x00\x00\x34\xc2\x8c\xc6\xfc\x71\x60\x26\x10\xff\xbc\xc2\x25\x44\x8b\x46\x4b\xb0\xe2\x03\xc8\x7b\x6c\x95\x9e\x3f\x5c\x00\xcf\x8a\x1e\xe0\x3c\x12\xbc\xc0\x1b\x4b\xc6\x6f\x61\xfe\x1b\x4b\x8b\x3c\x8e\x33\xf3\x31\x9c\x95\xd6\x92\xeb\xee\xa9\xaf\x88\xbb\xcf\xff\xe4\x5d\xbb\x66\xbf\x72\x6d\xbc\x41\x96\x4c\x77\x99\x6e\x94\xf8\x36\xfd\x0c\x2b\x32\x25\x42\x3d\x58\x0d\xd5\x19\x76\x58\x72\x84\x1d\x56\x9c\x60\x9f\x72\x1b\x8a\x67\x6d\x43\xb1\xbd\x53\xe8\xb9\x79\x6d\x3a\x9c\xaa\x51\xab\xa2\x5c\x8b\x24\xc0\x4c\xe9\x25\xec\x7f\x4b\xe7\x1d\x9c\x4c\xe5\x2d\x09\x9f\x7a\xde\x6a\x6f\x49\x93\x8b\xa8\xbe\x46\xf1\xc5\x96\xba\x82\x3f\xad\x8a\x6f\x3c\x43\xa5\xc4\x1f\x7f\x95\x32\xb4\xc6\x28\xfc\x28\x54\x4a\x47\x25\xf7\xd3\xb3\x50\x29\xcf\x46\x59\xc9\x8e\xa5\xac\x90\x4a\x45\xa5\x6a\x79\x3e\x43\x35\x45\x69\x29\x30\x96\x4b\x99\x8f\x2a\x02\xe3\xe8\xc7\x9e\x3e\xc5\xda\x42\x5a\xad\x2d\xf0\xf5\xa7\x28\x93\xb3\x93\xc9\xe4\x8b\xb2\x3f\x5c\x1a\x1e\x2e\x0d\x0f\x97\x86\x87\xb3\x36\x3c\x9c\xcd\x2a\xd1\x83\x83\x60\x65\x45\xbd\x21\xed\xc5\x84\xc6\x59\x6f\xc8\xe3\x75\x32\xae\x11\x1f\x96\xac\xc7\x65\xf4\x6c\xb8\x13\xa6\xf4\x46\x1c\xd3\x5a\xad\x44\xf6\xfa\x3d\xf5\xba\xaa\xdc\xc7\x58\x9a\x65\x43\x6a\x65\xb5\x9a\xdf\x53\x70\xd0\x6b\x8c\x52\xe9\xaa\xa3\x82\x64\x4c\x26\xbd\xc6\x28\x7e\xa3\x24\xf5\x29\xda\x7d\x82\x69\xee\x03\x80\x25\x2c\xd8\x13\x5b\x88\x94\xf2\xc6\x24\x1c\xe4\xc3\xd1\x9a\x7d\xc3\x26\xad\xd5\xf8\xbe\x85\xdf\xd7\x61\x4b\xc5\xa6\xb8\xad\xa4\x10\xb5\xde\xf3\xa4\x4b\x34\xa0\x8d\x71\x98\x20\x42\xef\xc7\x7d\x34\xb5\xdd\xf0\x81\xb8\xeb\xe5\xbc\x72\x75\x3c\xeb\x41\x3f\xb8\xb4\x1e\x18\xeb\x01\x4e\xb7\x19\x63\xde\x42\xfb\xb8\x87\x82\xc1\xa5\x01\xa1\xdc\x80\x10\xf6\xfb\x2f\xf1\x6d\x64\xc9\x0b\xce\xce\x06\x99\xc7\x47\x73\x1f\xfd\x4d\xe2\x08\x89\x57\x7e\x85\xbf\x21\x93\xed\x65\x6f\x42\xe9\xb4\x44\xdd\x6d\x93\xf3\xaa\x22\xa4\x0d\xbf\x30\x5b\xab\xad\x10\x2b\x5f\x98\xe0\xb0\xae\x82\x9d\x05\x34\xc9\x50\x57\x5d\x92\xc7\x01\x29\x7b\x8d\xd8\xae\x94\x91\xdc\xa7\x8d\x1d\x91\x76\x27\x89\x47\x77\x59\xb2\x8f\x01\x0f\x99\xb1\xc4\xa3\x42\x85\xfd\x3e\xbf\x8c\xf4\x32\x4e\x29\x22\x28\xf1\xbd\x51\x9c\xa5\x28\x1b\x7b\xb0\x44\xa8\x13\x9f\x96\xbf\x3d\x0c\x91\xbe\x4a\x9b\xf7\x94\x95\x21\x1b\xca\x5a\x11\x8e\xb4\x8b\xb5\x63\x22\x53\x9a\xa6\x1c\x76\x57\x74\xd1\x12\x20\xe1\x56\x8c\x61\x98\xde\x8b\xf7\x51\x9f\xad\xf3\xfc\x8a\x84\xb8\xe2\x95\x43\x87\xcb\x73\x96\xee\x31\xda\x2c\x95\x61\x6c\x89\x7c\x68\x09\x9c\xca\xac\xa2\x36\x7e\xc5\xb8\x32\x0f\x22\x7d\xb7\xff\x42\xb9\x41\x8b\xb3\x4c\x02\xf8\x30\x16\x2f\x2d\xea\x8e\x03\x9b\x06\x2d\x1d\x10\x6c\x25\x59\x8c\xd1\x18\x03\xcf\x67\xb4\x0a\xb6\x28\x63\x3f\x22\x6e\xf8\x80\xa9\x35\x7f\xca\xed\x5a\xfa\x6a\xad\xfd\xd1\xbe\xe2\x6a\x05\x3a\xc8\xb5\x52\x36\xad\xcd\x1a\x86\x1a\xe9\x38\xc2\xd4\xf7\x1a\x1e\x50\x97\xda\xa5\xfa\xdd\x19\x87\x49\x8a\xee\x12\xea\xd3\x4e\xb3\x0b\x5b\x4d\xd0\x55\xc1\xb9\x94\xb6\xc9\x63\x74\x05\x49\x59\x09\x22\x4a\xe8\x40\xef\xc7\x36\x95\x0d\x03\x57\x38\x8d\x83\xbc\xdd\x6a\x34\xf7\x2d\x38\xc7\x72\x65\xd7\x06\xe0\x7e\x60\x7f\xdc\x0b\x8e\xa6\xd0\x3e\x73\x19\x95\x9f\xb9\xec\x75\x50\x37\x18\x89\x33\x97\x3d\xf7\xcc\xc5\xfe\x09\xf7\xf2\x67\x2e\x7b\x95\x67\x2e\x7b\x93\xc9\x5e\xfe\xcc\x65\xcf\xd5\xbb\xf7\x82\xf1\x02\x67\x2e\xce\x7b\x61\x3e\x53\x24\x10\x98\x4c\xd0\x14\xee\x01\xb8\x6f\x9d\xb9\xec\xe5\x4e\x44\xf6\xe4\x99\x8b\x93\xbe\xb5\x57\x3c\x73\xd9\xd7\x67\x2e\x7b\xb3\xcf\x5c\xf2\x2d\x94\x6b\x9e\x0c\xc3\x3d\xd6\x39\x71\xe6\x52\x61\x3e\x3c\xd9\x5b\xab\xce\x53\x4a\xe7\xbd\x5d\xb5\xdb\xba\x34\x18\x5e\x1a\x0c\x2f\x0d\x86\x97\x06\xc3\x8f\xf5\xee\xe0\xc2\x0c\x86\x25\xaf\xf1\x9d\xbb\x30\x2e\x36\x79\x29\x93\x2f\x65\xf2\xa5\x4c\xbe\x94\xc9\x97\x32\xb9\xe4\x19\xd3\xf3\x96\xc7\xb9\xe6\x2e\x65\xf1\xa5\x2c\xbe\x94\xc5\x97\xb2\xf8\x52\x16\xdb\x4f\x4f\x9f\xb7\x10\xd6\x61\x7f\x2e\x0f\xd4\x2f\x0f\xd4\x2f\x0f\xd4\x3f\x6e\x07\xea\x50\x9f\xfa\x1e\xd3\x5f\x7c\xd6\x89\xef\x45\xae\x1a\xf2\x74\x36\x9b\xb1\x6a\x5c\x9e\xbe\x96\x9c\xbe\xf6\x22\x14\x56\xc5\x3b\x2d\x89\x06\x5b\xe1\x6d\xcd\x5f\x01\x12\x46\x74\xfb\x68\x8e\x7b\x4b\x73\x07\x0a\xe5\x42\x7d\xec\x33\x98\x41\xa0\x50\xec\x17\x4e\x5f\x86\xc7\x3b\x7d\x11\xf5\x00\x38\x76\xce\x5d\x46\xf9\x73\x97\x61\xf9\xb9\xcb\xa8\x83\xba\xc1\x50\x9c\xbb\x8c\xdc\x73\x17\xfb\x27\x1c\xe5\xcf\x5d\x46\x95\xe7\x2e\xa3\xc9\x64\x94\x3f\x77\x19\xb9\xe2\x79\x14\xf4\x8f\x7d\xee\xc2\xa6\xb3\x3c\x77\x19\x01\x38\xb6\xce\x5d\x46\xb9\x53\x91\x91\x3c\x77\x71\xd2\xb7\x46\xc5\x73\x97\xb1\x3e\x77\x19\xcd\x3e\x77\xc9\xb7\x50\x2e\xa0\x18\x86\x23\xd6\xb9\x99\xe7\x2e\xfb\xb3\x35\x9a\x21\x8a\xc6\x28\x49\xaf\x94\xc4\xd7\xc3\x69\x99\xa9\xaf\xa4\x8e\x8c\xe2\x28\xbd\xc2\xf3\xd6\x39\x9c\xd3\x4f\x72\xda\x89\x75\x9a\x6d\x93\x3c\x37\x6d\xb8\x63\x89\xf5\x52\x02\xb0\x57\xa4\xbc\x7c\xe7\xe2\x30\xa7\xaa\x2c\x63\x75\xfb\x8a\x17\xf0\x3a\x62\x9d\x5d\xbe\xae\x84\x59\x97\xcd\x2c\x49\x5a\xcd\xc9\x0d\x1a\x3f\xe6\xef\xba\x89\x21\x43\x40\x35\xbc\x24\x74\x8a\x4e\x17\x12\xa6\x0e\xe0\x60\xa5\x05\x63\x25\xff\x69\x72\xa8\xf5\x8e\x10\xa6\x01\xea\xe4\x90\xe9\xfa\x60\x73\x85\x2d\x01\x61\x90\xf2\x47\xa0\xd9\xfc\xec\xc7\x04\x31\x6e\x4d\x44\x8c\xc3\x50\xf0\x11\x80\x4c\x2b\x48\xa4\xde\xc2\x45\xe6\x26\x6b\x12\x6c\x4e\xc5\xb3\xd0\x19\x38\xc2\x0c\x85\x38\xc8\xa6\x03\x4c\xc2\x28\x3a\x3c\x62\x08\x90\xc9\x84\x71\x42\x10\xa4\x0d\x81\xf2\x64\xa2\x20\x1f\xe8\x9c\xfc\x6d\x23\x21\x83\xe3\xe9\x54\x9f\xea\x72\x3a\x5a\x64\x05\x47\xa5\x72\xfa\x2e\xd9\x0f\x23\xdc\x5f\x0e\x29\x53\x56\xe9\x32\x8d\x97\xfb\x48\x88\xd6\x2c\x41\xcb\x24\x26\x75\xde\xe5\xdd\xc8\x2c\x4e\x6c\x81\xb1\x16\x70\xed\x14\x40\x02\xc6\x00\x2d\xd0\x69\x5a\x2f\x90\xd0\x06\x4e\x3f\xcf\x38\x09\xf8\xe4\x44\x2b\x33\xe7\xcf\x87\x8c\x3d\x85\x7f\xd8\x5d\x51\x5d\x40\xca\x57\x6d\x2c\xe3\xb5\xbe\xc4\xe7\x41\x43\x4c\x07\x9f\xd8\x97\x7d\xf1\x69\x66\x90\x15\x76\x48\x4f\xa2\xae\xe3\x1f\x51\x3e\x37\xe8\xe5\xdc\xf8\x33\x9c\x1b\x89\x71\x98\x61\x0c\xb0\xc6\xa4\x7a\xd2\x69\x76\x21\x0e\x92\x4e\xab\xcb\x1d\xaa\x78\x37\xb0\xb9\x4e\xa5\x1f\x24\x50\xfc\x80\x81\xd9\x04\x09\xaf\x3c\xac\x36\x41\xdc\x39\xcf\xe4\x17\x2f\x43\xe2\x4e\xdc\x85\x44\x5f\xd0\x6a\x2e\x69\x35\x43\x52\xc0\xcd\x4e\x20\x3e\xa3\x89\xa9\xe3\x4a\x27\xe5\x73\x93\x94\xce\xcd\xc4\x9e\x9b\x64\xf6\xdc\x9c\xbb\xa3\xae\x8f\xb2\x88\xe2\x71\x84\x16\x9c\x9f\x67\xb3\x55\x50\x21\xac\x5f\xda\xbe\xf7\xf2\x8d\x30\x49\x1b\x0a\x4f\xff\x08\xf7\xdb\xde\xfe\x97\x5e\xa1\x77\x36\xe8\xc8\x83\xbb\x51\xdc\x7b\xd2\xfe\xec\x91\xdc\xfa\xa6\x5e\xbb\x23\xe3\x7c\x79\x2a\x12\x99\x07\xbd\x6b\x4e\xb0\x36\xef\x5a\x98\xe0\x50\xa8\x6f\xbb\xa8\x7f\xe3\x50\x25\x49\xfe\x54\x3f\x5f\x0e\x77\x51\xe4\xfc\x88\x74\xee\xf2\x98\x8d\xde\xb5\x30\x8a\xe2\xa7\x37\x85\x26\xe9\x5d\xeb\x85\x51\x2f\x63\x68\x3f\x8c\x53\x2c\x91\xba\x96\x0b\xc3\xe9\x5d\x2b\x0b\x9a\xe9\x5d\xd3\xef\x9d\x32\xd8\x0e\x85\xc5\x0d\x27\x07\x34\x09\x19\x90\x0f\x7f\xe8\x5d\x1b\xc6\x09\x7e\x23\x26\x34\x8c\xec\x46\xa5\xba\x14\x1d\x3e\x18\x23\x22\x2a\xcd\xc7\x4e\xf5\xae\xe9\x50\xad\x12\x74\xe3\xcf\x7a\xd7\x8a\x91\x50\xbd\x6b\xe2\xe1\x34\x01\x89\xe7\x51\x25\x2c\x42\x35\x31\x50\x5e\xc6\xf3\xae\xe9\x5b\x15\x1a\x74\x30\x77\x3c\x59\x9c\x9f\x6e\x36\x37\x66\xad\x77\xcd\x09\x82\xc5\x7e\x92\x3e\x4a\xee\x92\x87\x11\x7f\x96\xc0\xbb\x66\xc2\xd2\x78\xd7\x54\xf0\x21\x05\xc9\x4b\xa0\x26\xe1\x0e\x46\x91\xf5\xd3\xea\xa9\x48\x78\xe8\x22\x69\x56\x2f\x03\xdf\xa5\x68\xe4\x60\xcc\xf1\x65\x72\x90\xb3\x22\xa6\x82\x09\x69\xb8\x2b\x3c\xe9\x0c\x7f\xde\xe5\xf5\xec\xa3\x84\xe2\x9e\x33\x7e\xb5\x90\xd2\x84\x11\xae\x26\x99\xc5\xeb\x42\x2f\xa5\x21\xe5\x1e\xe4\x8c\xeb\x3b\xcf\x40\xcf\x9e\xb7\x1e\xec\x74\x5a\xeb\x70\xe3\xb9\x6e\x17\x76\x3a\x1f\xd9\x0c\xa8\x8a\x38\xea\x5d\xcb\x07\x69\x3c\xe5\x6c\xe1\x31\x0e\x43\x55\xea\xd3\x33\x79\x64\x64\x1f\x77\x1e\x11\x7d\xad\x96\xfd\x10\x81\xd8\x3e\xb2\xe9\x95\xa0\xd7\x33\x9c\xc8\x29\xf0\x31\x9d\x6a\x56\x48\x43\xfb\xb7\x5d\x72\xde\x14\x34\xf3\x95\x4d\xa8\xb5\x75\xb8\x0e\x3b\x6c\x6e\xad\xad\xc3\x0d\x0d\x3d\xa3\xa1\x67\x35\xf4\x9c\x86\x9e\xd7\xd0\x0b\x1a\x6a\xc2\x4e\x55\x58\x5e\x3b\x87\x3b\x59\xe4\x97\x56\x53\x57\xd3\x6a\x19\x70\x4d\x82\x6b\xd0\xb3\xa7\x85\xfc\x6a\xd0\x6e\x19\xbc\x5b\x06\xf1\x96\xc1\xbc\x65\x50\x6f\x19\xdc\x5b\x06\xf9\x35\x83\xc0\x9a\x41\x60\x6d\xcd\x80\xa6\xb5\x35\xd3\xda\xda\x33\x4e\xf7\xed\xc0\x53\x2a\xc7\xb3\x25\x39\x14\xd3\x17\x3e\xf0\x09\xa0\x4a\x1a\x9c\xd7\x0c\xce\x6b\x06\xe7\x75\x83\xf3\xba\xc1\x79\xdd\xe0\xbc\xbe\x6e\xe8\xa7\x79\x5b\x7e\x32\x7d\x58\x37\x7d\x58\x37\xc8\xae\x9b\xd6\xd7\x4d\xeb\xeb\xa6\xf5\x0d\xd3\xfa\x86\x69\x7d\xc3\xb4\xbe\xb1\xee\xf4\xbc\x2a\x30\xa7\xe8\xee\xf3\xd0\xb3\x4e\x4c\x3a\xaa\x50\x81\xbd\xbb\x62\x11\xc8\x73\xf0\x06\xef\x4e\x57\xb5\x6c\x7a\xb4\xf1\x6c\x0e\x09\x11\x99\x75\x3b\xdc\x15\x8e\xd6\xbc\xcc\x51\x6e\x01\x6a\x42\xef\xd5\x57\xc9\xf2\x32\xab\xbd\xb5\x01\x37\x9e\x17\x8d\x58\x7c\x21\x5a\x83\x32\x27\xeb\x82\x37\x0e\x93\x70\x84\x28\x4a\x58\x15\x2d\xb8\xd6\x9d\xba\xdf\x87\x61\x7a\x7b\x3f\x8c\xbc\xf6\x20\x8c\x52\x34\xfd\x2c\x1c\x21\x1a\xb6\x8f\x46\x5c\x91\xbc\x1f\x8e\x50\xfb\x74\x5a\x6d\x63\xb8\x9b\x7a\xd3\xa9\xad\x31\xd3\xb3\xd2\x98\xcb\x0e\xbd\x3e\x6a\xcd\xb9\xb7\x4e\xb2\x97\xee\xee\xad\x57\x6a\xce\x1e\xf4\x70\xff\xc0\xc8\x58\xbe\xd8\xe1\x94\xee\xc6\x07\x42\x34\xda\x6a\x8b\xb3\x3c\xc9\xa5\x4c\x6b\x28\x96\xd6\x92\x5b\x01\x0a\xba\xcb\x73\xd0\xcb\x22\x0f\xf2\x31\x66\xdc\xb3\xc6\x90\xf0\x60\x87\x4d\xdb\xb2\x87\x2d\x14\x85\xcd\x93\xd5\x50\x4a\x64\x4f\x3d\x52\xed\x49\xc6\x66\x75\xf5\xa4\xdc\x5f\xa0\x26\xce\xbc\xeb\xf0\x85\x2e\xec\xac\x43\x8f\x07\x8f\x76\x2e\x81\xe8\x29\xc1\xaf\x3a\x08\x91\x2d\xa6\x83\xc9\xcf\xaf\xb9\xc8\xa8\x17\xd5\xd9\x9f\xb7\x18\x1d\x76\x36\xa0\x87\x42\x1e\x15\x53\x75\x44\x2f\x77\x2c\x37\xdb\xd3\x96\x4d\xb8\xe5\x65\x31\xdf\x9e\x83\x5e\x84\x3d\xc8\x2f\x71\xc0\x4e\xab\xa5\xfb\xbc\x28\x09\x97\x3d\x21\x4e\xf0\xc0\xd3\xd3\xd6\xd3\x5a\x14\x9b\x89\xf3\xeb\xa8\xd7\x4d\x01\x8e\x71\x45\x47\x33\x12\x21\x8e\x9b\xea\xaa\xd5\xce\xec\xae\x5a\xdd\x4d\xc7\x21\x31\x1d\x6e\x42\x71\x47\x0b\x7a\xbb\x19\xa5\x62\xb1\x63\x89\xfc\x8e\x4b\x24\xb5\x58\x71\x09\x68\x19\xc9\xf0\x31\x32\xcb\x22\xcc\x21\x4a\xd6\x77\xa9\xa8\xb8\x05\xc5\x7d\x18\x35\x44\xf2\x46\x8c\x25\xe4\xec\x5e\x2f\xeb\xff\xfe\xf0\x9f\xac\x9f\xac\xa6\x17\x66\x08\xc3\xee\x54\xd0\x90\x93\x4c\x0e\xcb\x86\xc5\x17\xae\xea\xb3\x28\xe5\x5a\x65\xab\xc6\xec\x6a\x3b\x4c\x7a\x09\x8d\x39\xbf\xb3\xe6\xeb\xc8\xf3\x8c\xb2\x61\x3f\x26\xd1\xa1\xae\x4d\x14\x50\x48\xc9\xa5\xca\xc9\x25\x17\x86\xea\x0c\x06\x29\x53\x0f\x03\x94\x90\x98\x41\xb7\x79\x34\xd8\x80\xb9\xb5\xc9\x6d\x6b\x66\xe5\xe2\xe3\x22\x03\xc8\x57\xb3\x02\x2e\x66\x30\x9f\x87\x5e\x48\xfa\xba\xaf\xce\xdd\x0a\x49\x10\x12\xdb\x03\xe4\x88\x50\x4d\x12\xfb\x4f\x75\xcf\xab\x66\xcd\x0c\xee\x77\x2f\x7b\x70\x86\x6e\x09\xad\x28\x77\x0d\x44\x0e\xc8\x22\xcc\x5c\x4a\xcf\x0d\x5b\xec\x34\x0d\x57\xcc\x11\x78\x58\x6c\x87\xec\x45\x63\x46\x6f\xd4\x53\x4e\x7a\x4e\x8b\xe2\xb2\x60\x98\xd1\x98\xcd\x89\x08\x51\x26\x44\xe2\xc1\xc0\xfd\x92\x24\x62\x29\xcc\x7f\x08\xc7\x98\xf2\x43\x28\xf7\x5b\x3a\x46\x51\xd4\x1b\xa2\xde\x13\x0f\x7a\x1c\x41\x6f\x91\x65\xad\x1c\xc7\x39\x8b\x9b\x38\xe6\x83\x66\xd9\x50\xef\x2c\x79\x3a\x0b\x97\x82\xbd\x98\xd0\x84\xad\xf3\x66\xcb\xa2\xb0\xa5\x87\x11\x32\x6b\x95\xc4\xe2\x9e\x44\x82\xef\x3a\x1f\xf3\x2c\xba\x84\x7b\xe7\x48\x96\x1b\x85\x87\xbb\xe8\xa1\xc3\xc5\x32\xbb\xd9\x8d\x97\x4a\x7c\x9e\xc7\xa8\x15\x7a\x1f\xa5\xbe\x88\xdd\x9c\xdc\x4e\xda\x0b\xed\x40\x46\xbd\x55\xdb\x2d\x67\x15\xde\x15\xd1\x69\xd5\x06\xcc\xf9\x26\x59\xc7\xdd\x45\x88\xed\x75\x2e\xe7\x13\x1d\xbf\xaa\x62\x2b\x22\x73\xf7\x31\x5b\x05\x52\x94\xd8\x7a\x78\x4a\xe3\xc4\xa2\x5f\x6a\xad\xfc\x8b\x49\xfe\x17\x9c\xa5\xf3\x98\xf3\x97\xcd\x9d\x2c\xad\xe3\x9e\x58\x0e\x4b\x5a\x3d\x6f\xe5\x5a\x29\xc0\xe7\xa0\x64\x7f\x9c\x74\xea\xe7\x1e\xf7\x9e\x7d\xad\x19\xbf\x5c\xae\x53\xeb\xa7\xdc\xa0\x77\xdd\xb2\x99\x79\xd0\x33\x90\x5e\x57\x29\x4a\x46\x1e\xf4\xee\x17\x6d\x45\xb9\x67\x0d\xbc\x1b\xb6\xcd\xc0\x83\xde\xb6\xda\x6b\x48\x25\x5e\xd6\xa4\x8d\x5d\xb6\x5a\x8e\x09\x3f\xe1\x9f\x61\x9a\xa9\x30\xbd\x14\xcc\x2d\x39\x63\x5f\xc1\xa4\x37\xce\xd7\xe3\xd8\x7d\xca\xad\x6d\x39\x53\x5e\x89\xf1\xad\x60\x82\x2a\x33\xd7\x58\x26\x40\xb3\x0f\x71\xcd\x43\xb6\xc5\xe7\xd4\x06\x51\xdb\x0c\x56\x6a\xe3\x0d\x09\x1e\xf1\x5e\x55\x6e\x83\x9e\x81\xde\x6e\x98\xe2\x9e\x79\xfe\x4f\x18\x71\xd7\x9e\x97\x46\xdc\x93\x12\xac\xd4\x20\x59\x30\xf4\x39\x76\x47\x65\x54\x9c\x67\xfd\x9b\x43\xfa\x72\xa3\x6e\x99\xfd\x8d\xad\x4f\x88\x50\x4b\xf7\x14\x82\x74\xae\x35\x49\xac\x3d\xf9\x0e\x5a\x1f\xdd\x8e\x16\xac\x47\xa2\xd3\x33\x8d\x4a\x2c\xd5\x79\x20\xa3\x68\xc8\xb2\x2c\x56\x96\x09\x8a\xef\xfd\x0a\x14\xb0\x6b\x45\xbb\xda\xae\x53\x66\xf8\x63\xdf\x6f\x16\x28\x33\xcf\xfc\xf2\x2c\x54\x5b\x38\x25\x16\x38\x03\x59\x2a\xd2\x3c\xfb\x92\x58\xac\x6c\x9d\x45\x59\xce\x64\xa2\xd8\x6e\xe5\x74\x06\x7e\xba\xe0\xaa\x1d\x7d\x35\xa7\x76\x0f\x3d\xcb\xe8\x66\x67\xc1\x6a\x8e\x19\x43\x9c\xfd\x59\x6e\xdf\x8c\x69\xae\xf0\x31\xb2\x6a\xdf\xc8\xe7\x30\xf3\xd2\x98\xed\x94\x66\x21\xa6\xa9\xb1\xe1\x95\xe8\x22\x96\x96\x6e\x29\xe4\x6a\x90\x9d\xed\x4b\x9c\xa8\x3d\xad\x60\x00\xaf\xe9\xe5\x95\xf4\xb9\x8a\x45\xee\xa9\x87\x9c\x36\x62\x29\x3c\x85\x22\xca\x7e\x5a\xa1\x04\x15\xf2\x73\x73\x8d\xd4\x23\x99\x68\xa1\xa3\x68\x3b\xdc\x73\x85\x64\xd7\xe8\x32\x16\xa3\x6e\x0b\xa7\x4d\xbd\x4b\xd1\xfd\x96\x56\x56\xcb\x00\xa2\xf7\x6d\x15\xec\x2a\x2d\x02\x11\xa2\x8a\xc2\x0b\xdb\x33\x17\xde\xf6\x3c\x6b\x5b\xdc\x0b\x9d\x9d\xb7\x82\xe9\xc3\x22\xc7\x08\x56\x3c\xfe\x29\x33\x85\xd9\x67\x36\x0b\x9e\xbe\x38\x47\x3b\xf3\xcf\x4d\x94\x85\xae\x62\xf7\x6e\x0d\x1f\x2d\x19\xbb\x2a\xb3\x7e\x6b\xcd\x11\x60\xd2\x34\xc6\xb7\x1d\x3a\x31\x47\x81\xd9\xe6\x7c\x93\x2c\xb9\xae\x42\xf5\xce\x1f\x2a\x34\xdd\x7d\x71\xa9\x84\x2c\x3d\x1b\xb0\xce\x33\xac\x83\x09\x5e\x9d\x7e\x0a\xdb\x39\xe4\x98\x21\x50\x1d\xc3\x41\x6b\xdd\xde\xa7\x5a\x47\x2f\xdd\x9c\xbd\xa7\xc4\x1e\xd0\x84\xad\x56\xde\xbe\xed\xe4\x78\xc1\x68\xfe\x9c\x83\xab\xed\x0f\x25\x92\x5e\xae\x12\x0b\x49\xfa\xfc\xd3\x5a\x65\x52\xa0\x44\x5d\xe9\x94\xac\x4a\x39\x86\x12\xa7\x1e\xa7\x9c\xef\x95\xe7\x61\xc7\x9e\xf5\xcf\xdb\xb3\xde\x9e\x2e\x8b\x68\xbd\xce\x8c\xaf\x3e\x7e\x2d\x99\xf7\x5a\x68\x2c\x38\xeb\xe7\x4e\xdf\x22\xd7\x96\x1e\xd8\x55\xce\xd6\x92\x69\xb6\xc0\xb9\xda\x02\x73\xd8\x3e\x6c\xcc\x19\x8c\x16\x98\xbf\x6a\xee\xcd\x98\x13\xcf\x97\xd9\x41\xa5\xd2\x57\xfa\x52\x5b\xa5\xf5\x68\x3e\xdf\x55\xbc\xbf\xb9\x30\xdf\xd9\x9c\xf7\x9c\xcb\x79\x85\x03\x6e\x63\x3f\x2d\x69\xdb\xab\x10\x58\x33\x29\xf5\x5c\xb5\x91\x6d\x86\x15\x72\xc3\x22\xa4\xf5\xf0\xdc\x2c\x2a\xca\x92\xcf\xc0\xd6\xc6\xa2\x56\xe7\x0d\x96\xf7\x58\x36\x5b\x17\xc3\x82\xf3\xc4\x29\x46\xb9\xfa\xe1\xd3\x63\x0c\xb4\x3d\xd4\xcf\xda\x43\x5d\xe6\xe6\x51\x1c\xed\x92\xfe\x1c\x7f\xc0\x9f\xcd\x2d\x17\xe5\xcb\xce\x0c\xd3\xeb\x62\xc3\x30\x87\x9c\x05\x57\x93\x13\x4d\x17\xb9\xb3\x73\xf6\x1b\x79\x69\x36\xdf\xc8\xab\x0f\xf1\xc4\x58\x14\xb5\x34\xee\xf1\x73\x57\xed\xc8\xb5\x98\x36\x2b\xc3\x1c\x1f\x9a\xe2\x8b\xd0\x05\x2f\x22\x6b\x94\x8b\x3a\x92\xe7\x95\x29\x58\x05\xe9\xee\x26\x42\x4f\xbe\x43\xaf\x17\x59\xd7\x39\x22\x8f\x93\xf5\x2d\x8f\xdb\x7c\x3d\xa7\xa0\xe9\xe4\x9c\x5b\xf2\x7a\x4e\x19\xcb\x6d\xc0\x67\x66\xea\x39\xeb\x05\xc6\x2d\xd5\x74\xaa\x0e\x0b\xe6\x30\x64\xb9\x67\xda\x09\x94\x87\xb5\x72\xe5\x41\x9e\x6d\xcd\x5a\x9c\xd7\xe6\x2e\x6b\x6b\xc7\x51\xf5\x4a\x74\xc9\x0b\xf2\x93\x38\x07\xcb\xed\x8c\x27\xbe\x3e\x6a\x43\xee\xad\x87\x4f\x3e\xff\x04\xd3\x97\xca\x0d\xb9\x55\x0e\x11\xa5\xba\xa3\xa3\x2e\x96\x68\x88\x73\x1c\x22\x6c\x55\xe7\xb9\x79\x27\x62\xf2\x6c\xa0\x8f\xf7\x17\x3e\x1a\xd0\x67\x29\xee\x31\x75\xf5\xc9\xda\x85\x1d\x90\xc9\x63\xfc\x5e\x3c\xda\x8d\x77\xe3\x03\x6f\xbe\xd0\x97\x71\x37\x9c\xf3\x3c\xeb\x50\xac\xb5\xf8\xa1\x98\x6d\x7a\x2a\x1c\x71\xad\x2f\x74\x24\x65\x9d\x2c\x6d\x14\x8e\x9d\x2c\xf3\xcd\x33\x33\xce\xab\x8a\x67\x59\xa7\x3a\x85\xb2\xde\x31\x29\x3b\x7f\x5a\xdc\x13\xe1\xfc\xc4\x4c\x4e\x26\x9c\x87\xd4\x99\xfd\xca\xca\x47\x2d\x79\x1e\xbf\x70\x3b\xde\x78\xd2\xdc\xae\x90\x3c\x45\x75\xb1\xc2\x83\x6a\xb1\xe9\x6f\xfb\x3a\x19\xcf\x19\x29\xd4\xf2\x52\xa1\xc4\xbd\x68\x91\xda\x97\x2b\xbf\xd4\xeb\xa5\xcf\xcf\xd8\xa8\xc8\xf3\xb0\x52\xf9\xd4\x82\xc6\x73\xc3\xf5\x05\x29\x72\x32\xfb\x75\x8e\x5c\x5b\xec\xc7\x79\x70\xee\xc7\x70\xa1\x7c\x65\xfb\x4b\x5f\x7b\x3a\xfc\xca\xad\x72\x76\xfd\xbc\xb8\x13\xeb\x9e\x6f\x7a\x6c\x59\x11\x7a\xb7\x3e\xed\xb4\x56\x54\x47\x31\xb7\xce\x2a\x8d\x8e\x5e\xa6\x8e\x17\x1d\xf8\x2d\xfd\xbd\xa0\xfd\xcb\x63\xc0\x45\xbc\x0f\x8b\x53\xa2\x74\xc9\x98\xe3\xc7\xa1\xc5\x79\xd1\x71\x63\x5d\x6c\x88\xab\x64\xb6\x1d\xc1\xb7\xc2\x8b\x4e\xeb\x07\xcf\x9a\x9d\xc6\x22\xdb\x76\xe5\x02\xbe\xa0\xc7\xd0\x59\xce\x7b\x89\xe5\x42\x93\x5e\x4e\xf3\x75\x67\x9e\x9f\xcc\xc5\xc8\xb2\x1f\xcd\xd8\x3a\xb4\x8a\xfe\x68\x85\x2c\x96\x73\xd2\x0c\x42\x5b\x8e\x9c\x72\x27\x30\x6f\x4c\x9e\x2f\x25\xa8\x75\xbd\xdc\x52\x40\x8e\xbd\xb5\x6e\xd9\xdb\x18\x59\x61\xe5\x7e\x66\xbd\xe4\x02\xc3\x0b\x0b\x19\xc8\x4b\x76\x4e\xf6\x54\x52\x01\x2a\x8f\xb9\x85\xb7\xe6\x73\x85\xb0\x58\x50\x30\xe4\x7b\xe9\xd9\x0d\x59\xdd\x7d\xc1\x52\xba\x8d\x1a\x07\xbd\xc6\xec\x4b\x17\x8b\xd2\x28\xef\x81\x98\xbb\x30\x52\xdc\x5d\x97\x6d\x0d\x9f\x71\x8e\x01\xaa\x0d\x3f\xa7\xf2\x92\x3c\xc1\xdc\x57\xce\xb1\x5c\x4e\x5a\xf7\xba\x05\x51\x2b\x99\xdc\xca\x59\x60\xc1\xa2\x1b\xb4\x14\xa0\xaa\x19\xdb\xb7\xcc\xf6\x5f\x5e\xcf\xfb\x2f\xb3\x8e\x98\xf3\x58\x53\x41\x2f\x4b\x12\x31\xc5\x0d\x9a\xaf\x97\xa2\x62\x45\xa1\x2f\xc1\xa6\x18\x21\xbf\x92\x9b\x44\x99\xf9\xea\x4e\x19\xc3\xac\xcf\x63\x98\xf9\xda\x7c\xd1\x1e\x03\x37\xaa\xa4\xa7\x70\x62\xd5\xee\x68\xe7\xa8\x4c\x9d\xa3\xee\x5f\x11\x22\xfd\xa3\xd6\xa2\xf6\x1f\x3d\xf8\xea\x57\x3f\x1f\xbf\x50\xae\x45\x19\xa7\x25\xf7\x5c\x65\xc6\xc2\x3e\x6b\xb1\xb1\x2d\x05\xc2\x8b\x70\x41\xc7\xd9\xdc\xa9\x0e\xd3\x5c\x9c\x25\x7a\xed\x24\x2b\xf4\x79\x31\x91\x85\xec\xb9\x30\xd2\xcc\x28\xcf\x1f\x35\x3f\x91\xeb\x83\xed\x67\x6e\xaf\xdd\xa9\xd8\x44\xaa\xa5\xbf\xfa\x0a\xf1\xb1\x44\xbe\x59\xd0\xe7\x89\xe2\xc2\x55\x92\xbc\x28\x9e\x27\x09\x4f\xe0\xfc\x2a\x62\xed\x10\x7e\x32\xed\x28\x94\xca\x28\xae\x0e\xad\x8b\x8c\xab\x25\xee\xda\xc5\xed\x24\x8b\xb8\x9f\x07\xfb\x56\x07\xc4\xfd\xa8\x59\xf7\xe9\x9d\x7b\xcf\x5d\xdf\xbf\xfb\xb5\x4a\xcb\xab\x73\x38\xfa\x89\x36\x7e\x14\xc2\x04\x7f\x02\x0d\x1f\x6e\x1f\xce\x83\x55\x3f\x86\x57\x27\x6f\x3e\x17\xbe\xd0\xbb\x35\xcc\x2a\x78\xf4\x58\xae\x1e\x55\x46\x8e\x45\x1c\xad\x67\xaa\x00\x8b\xdd\x1c\xcc\x99\x0f\x16\xb9\x70\x53\x7a\x71\x4c\x97\x3e\xee\x1d\x31\x7d\xc3\xa3\xfa\x7a\x58\x69\x4f\x2a\xb3\x9e\xd1\x15\xb1\x93\x5c\xb3\xd0\x97\x00\x29\x1a\xe9\xc5\x66\x83\x69\xfa\x25\xdd\x28\xbb\x6c\x36\x47\x5b\x87\xe5\x77\xc6\xcc\xae\xc2\xf1\x4b\x2d\xbd\x4f\xb9\x98\xd9\xe0\x24\xda\x21\x0f\x76\xa8\x2e\x46\xce\xbc\x01\x2b\x78\xd7\x3d\xd7\x28\xbd\x59\x6b\x65\x94\x42\xf0\x0f\xff\xe9\x18\x47\x14\x0b\x8d\xf4\x0c\x8e\x5e\xd3\x1c\x9d\xd3\x7c\xb5\xf4\x5d\x8c\xc5\x3e\x41\x17\x76\x4e\x7e\x4f\x47\x04\x36\x54\xf1\x01\xea\x83\x30\x8a\x76\xc3\xde\x93\x3a\x1e\xd4\xcd\xbb\xa8\xe7\x2e\xc3\x4b\x02\xe7\x0a\x49\xae\x10\xf3\x8f\xf6\x10\x6d\x5b\xe1\xc9\x74\x38\x38\x98\xda\x1f\x78\xa0\x68\xf9\x4d\xc7\x9a\x4c\xb6\x50\x3b\x99\x4e\xc1\xf4\x58\xa4\x50\x37\xd3\x75\x58\x98\x8b\x23\x82\x15\x16\x2f\x47\x06\xcf\x71\x20\x46\xf6\x93\x86\x32\xa6\xda\x10\xa7\x32\xc0\x30\x6b\x1a\xa3\x94\x35\x6e\x97\x12\x01\xd7\x10\x0f\xb8\xd6\xb0\x3e\xa8\x60\xb7\xb8\x56\x23\x41\x10\xd8\xf1\x98\x2d\x7c\x88\x8c\xac\xb6\x87\xa8\x8f\x20\x06\x90\x02\x3b\x28\xb6\x93\x93\x47\x96\xe5\x64\x5f\x9a\x4b\x76\x3b\xb4\xe6\xf1\xe3\x08\xea\x60\xd3\x2b\xa8\x56\x5b\x59\xb1\x51\xb4\x36\x0b\xa0\xf0\x4d\xa9\x92\xe5\xf1\xe9\x9a\xf9\xf8\xbf\xcb\xc8\x27\x22\xda\x20\x01\xd6\x83\xb8\xfa\x09\x59\x1c\x34\x37\xf1\x55\xd3\x02\x81\x9e\x88\x4a\xe7\x81\x4d\xac\x82\x73\xc7\x01\x69\x88\x58\x84\xd7\xe9\x96\x01\x7d\x0c\xda\xa4\x83\xbb\x4b\xd4\x8f\xc1\x16\xb2\xc8\x1c\x5b\x78\x82\x76\xb2\xba\x3a\x9d\xfa\x08\xc0\xc4\x89\x37\x69\x5e\x2e\x2d\xc3\x1a\x0b\xac\x71\x29\xd6\x22\x80\x9e\x69\x0f\x5b\x58\xc7\x0a\xeb\x30\xc0\x06\x6b\x03\xfa\x31\x68\xe3\x4e\xcc\xc3\xf6\x51\x3f\x94\xaf\x4f\xa6\x81\x8d\x7f\x68\xe3\xcf\x32\xa6\x2f\xd6\x5b\x0a\x93\x74\x8a\xa2\x14\x31\xec\x42\x36\x53\x35\x82\x4b\x84\xf5\x53\xfc\xaa\xb7\xa6\x4e\x7c\x6c\x3c\xb7\xbb\x30\x96\x1d\x9e\x4c\x92\xab\x4d\x59\xe9\x91\x5a\x55\xdb\x2b\x2d\x28\x30\x92\xc1\x6a\xa7\x9a\x16\x61\xd0\x84\x69\x50\x4e\x0b\x72\x35\x48\x6a\xb5\xf0\x6a\xba\x29\xda\xce\x2a\x48\x12\x32\x92\x84\x92\x24\x99\x24\x49\xe4\x90\x24\xb3\x48\x02\xe3\xc9\xc4\x66\xcb\xcc\xba\x6e\x2b\xe8\x15\x29\xaa\x44\x9a\x58\xc4\x22\x96\xe9\xd7\xac\x9a\x54\x8f\xb3\x29\x27\x6d\x28\xd8\x08\xae\xb4\xc0\x64\x32\x83\x32\x85\xb7\x3f\xc4\xd4\x38\xd2\xb3\xaa\x8d\x1a\x1a\x96\x65\xd3\x36\x9d\xea\xe8\xea\x8d\x61\x98\x5a\x31\x97\x7d\x0b\x25\x1e\xfb\x52\xbf\x5f\x8a\x34\xe8\xf0\x36\x0f\x79\xcf\xc6\xd3\x0c\x11\x9b\xa2\x30\x0d\xee\x85\x74\xd8\x18\x61\xe2\x0b\x20\x3c\xf0\x85\xc8\x59\x8d\x61\x13\xc0\xb0\xde\x02\x30\x0b\x18\xaf\xa4\x00\x46\x41\xa6\xab\x87\xbd\x20\x93\xcf\x80\x6e\xf6\x6a\xb5\x48\x0e\xe7\x40\xe4\x5d\x0d\x62\xb0\x14\x05\x03\x3b\xfb\x40\x66\x57\xd1\x22\x7b\x27\x09\x0e\x29\x83\xbe\x06\x14\xa2\x46\x2f\xce\x08\x95\xa7\xab\x3c\x34\x24\xb7\x37\x3f\x18\x88\x24\x1e\xc8\x55\xb4\x78\x9d\xf2\x53\x92\x00\x43\xd4\x18\x60\xd2\x17\x19\xbe\x82\xe9\xf0\xc1\x60\x90\x22\x67\xd1\x48\x20\x81\x58\xca\x18\x18\xc2\xb4\xf0\x9e\xf5\x8b\x1b\x56\x88\x67\xf3\x76\xf5\x46\xb7\x56\xb3\x7f\xc1\x2c\x68\xc2\x28\x28\x2c\xb6\x2b\x2b\xe1\xb4\x64\xb2\xf5\xe0\xc0\x0c\x4e\xdf\x9a\x3b\x3d\x33\x77\xe0\x30\x68\x6e\x0e\xaf\xf6\x37\x87\x4a\x9e\x8c\x83\x9e\x99\x3c\x06\xf4\x87\xa0\xdd\xeb\x0c\xbb\x70\x14\xd8\x9c\x3c\xb6\x39\x99\x4d\x89\x95\x74\x32\x59\x19\x89\xe7\xcb\xfd\x31\x10\x51\xc8\x7d\xa7\x80\x99\x60\x83\xc9\x64\x04\x60\xe4\xab\xf8\x9f\x7c\x16\x2d\x13\x7f\x0c\x13\xf0\x62\xd0\xdc\xf2\xb3\xab\x78\x2b\x9e\x4c\xfc\x38\x18\x83\x76\x18\x8c\x61\xb6\xba\x0a\xda\xd9\xea\x2a\x9f\x7d\xa6\x9c\x9a\x31\x30\x9c\x4c\xe2\x29\x1f\x92\xc8\xb8\x2a\x06\x16\x51\xac\xb1\x08\x8b\xe3\xb0\x5e\x3a\x0e\xeb\xce\x38\xac\x77\x97\x84\x28\x15\x9d\xba\xee\x03\xf9\x50\x8b\xe9\x64\x62\x08\xac\x05\x58\x14\x34\x37\xa3\xab\xd9\x66\xa4\x08\xdd\x0b\x12\x43\x68\x03\xfa\x11\x68\x27\x9d\x88\x4b\xa9\x95\x70\x32\x59\x71\xc6\xcd\x12\x40\x9c\xc2\x3d\xa0\xe6\x88\x4d\xe4\x9e\x4d\x64\x02\x31\x0c\xc1\x92\xf9\x3a\x30\xd8\xbd\xd8\xac\xd5\x52\x11\xe5\x36\xe6\xfc\x02\xc4\x10\x60\xbf\x07\x09\x1b\x02\xfd\xb9\xa7\xdf\x6c\x49\xa7\x46\x35\xb2\x42\x05\x3a\xaa\xa2\x7a\x17\x58\x7a\xd7\xf2\x77\xbf\xad\x33\x1e\x88\x03\xd4\x50\x5b\x37\x18\x07\xc9\x64\x82\x97\xec\x97\x25\xe2\xc9\xa4\xde\x0a\x82\x80\xe9\x8d\xb1\x0e\x31\x1c\xb2\x5f\xb0\xa5\x1f\x88\xe0\x23\x1d\xf6\xf7\x43\xd2\x43\xe2\x66\x19\xa3\x8d\x9c\xaa\x21\x44\x0d\xa6\x91\x8c\x6f\xe1\xb0\x97\x60\x8a\x7b\x69\x90\x19\xcc\x85\xd7\x4f\x52\xae\xdb\xf1\x37\x08\x68\xfc\xca\x78\x8c\x92\x9b\x21\x0f\xd8\x2e\xe5\x80\x9f\xf9\x34\xf7\x09\x58\xf4\xd8\x3e\x1c\xa3\xeb\x43\x14\xf6\x8f\x5b\x3d\xdf\xa9\xa5\x4c\x7c\x94\xb5\xb0\xd5\x6a\xd7\x5b\x53\xc9\x76\x47\xde\x07\x6f\xfe\x93\xd7\xf6\xae\x7b\xd0\xfb\x7f\xff\xf9\x7f\x93\xd0\x1f\xfe\x4a\x01\xff\x4a\x01\x7f\x2d\x81\xf7\x7f\xfb\x33\x0d\xfd\x54\x43\xbf\xd0\xd0\xcf\x55\x81\x7f\x2d\x81\x77\x54\x5d\xef\x98\x2a\x7e\xa5\xa1\x5f\x6a\xe8\x1f\x35\xf4\xdf\x25\xf4\x9e\x6a\xe9\x4f\x3f\x56\x95\x7e\x53\xa5\xbc\xa5\x73\xff\x44\x7d\xfb\x37\xea\xdb\x6f\x15\xf0\x1f\x54\x45\x0a\x85\xf7\x0c\x0a\x3f\xd6\xd0\x3f\x68\x48\x11\xe2\xfd\xb7\x35\xce\xaa\xc1\xf7\x54\xa5\x1f\xfc\xfa\xbf\x49\xe8\xc3\x1f\x72\x44\x79\xdb\xdf\x62\xd0\x6d\xd6\xe6\x3f\x6b\xe8\x27\x0a\xfa\xf0\x87\xbc\x6f\x0f\x38\xc8\xdb\x78\x85\x83\x6f\x33\xf0\xcb\x1c\xfc\xad\x01\x79\x05\x5f\x63\x2d\xbd\xf9\xff\x78\x6d\xef\x06\x1f\x98\x9f\x48\xe8\xfd\xb7\xff\x5a\x43\xdf\xd4\xd0\xb7\x24\xf4\x2f\xff\x5a\x02\xef\xaa\x5c\xef\xfe\x2b\x09\x7c\xf0\x26\x6b\xed\x26\xaf\xec\x3f\x4b\xe8\x9d\x6f\x29\xe0\xdb\x0a\xf8\x8e\x02\xbe\x2b\x81\x3f\xfc\x5b\x09\xbc\xff\xb6\xca\xf4\xae\x4a\x7a\xef\x77\x12\xf8\xf0\x87\xbf\x97\xd0\x07\x6f\xfe\xc6\x6b\x7b\xb7\x78\x33\x3f\x95\xd0\xfb\x6f\x7f\x47\x42\xef\xfc\x8d\x4e\xfa\xae\x86\xbe\xa7\xa1\x37\x35\xa4\xf2\xbd\xa3\x3e\xbe\xfb\xef\x15\xa0\xea\x7a\xf7\xdf\x49\xe0\xc3\x1f\xa9\x26\xff\xf4\x6b\x06\x7c\x9d\x41\xdf\xd4\x10\x1b\xa3\x5b\x6f\x30\xe8\xdf\x28\xe8\x83\x37\x19\xb9\x6f\x73\x24\xff\x77\x09\xfd\xe1\xdb\x0a\xf8\x77\x0a\xf8\x8e\x04\xde\xff\xdd\x5f\x29\xe8\xb7\xbf\xd7\x69\xdf\xd4\xd0\x5f\xeb\xaf\xff\x2c\xa1\x77\xde\x54\x49\x6f\xff\xad\x86\xfe\x4e\x7d\x54\x49\xef\xa8\x94\x3f\xfc\x7b\x5d\x83\x42\xec\x9d\xbf\x97\xc0\x7b\xaa\x9d\xf7\xbe\xa5\x33\xbd\xad\x9b\x56\x69\xef\xfd\x5c\x37\xf3\x43\x55\xc3\x0f\x74\x92\x81\x54\xad\xef\x7e\x4f\x01\x7f\x23\x81\x0f\xde\x64\x83\x79\x87\xd3\xe4\x67\x12\x7a\xff\xed\xb7\x24\xf4\xee\x7f\x94\xc0\x87\x3f\x52\xd9\x3e\x78\x93\xf5\xf6\xf3\xbc\xc0\x7f\x91\xd0\x9f\xfe\x51\x02\xef\xfc\x50\x02\xef\xbf\xfd\x63\x95\xf4\x96\x02\x54\xca\x9f\x7e\xa6\x52\x7e\xa2\x52\x7e\x2a\x81\x77\xbf\x2f\x81\x0f\xdf\x52\xb9\x3f\xfc\xd1\xff\xd0\xd0\xef\x25\xf4\xc1\x9b\x2c\xed\x25\x8e\xc3\xcf\x25\xf4\xce\x4f\x25\xf0\xfe\xdb\x3f\xd1\xd0\xcf\x24\xf4\xde\x5b\x3a\xc9\x64\xfb\xb9\x86\x7e\xa1\xea\x50\xf9\x3f\xf8\xf5\x7f\xd1\xd0\xff\x2d\xa1\x0f\xdf\xfa\x0f\x2a\xed\x4d\x86\xc8\x5d\xde\xfc\x7f\x95\xd0\x1f\xbe\xab\x80\xff\xa0\x80\xbf\x91\xc0\x3b\x3f\x57\xc0\x2f\x14\xf0\x0f\x0a\xf8\x95\xca\xfc\xff\x97\xc0\xfb\x6f\xff\x52\x41\xbf\xfb\xb6\x84\xfe\xa4\x3e\xbe\xa7\x52\xde\xfb\x8e\xce\xa4\xa0\x77\x74\xb9\xb7\x55\xed\xef\xfe\x27\x09\x7c\xf0\xe6\xff\xf4\xda\xde\x17\x38\xc2\xbf\x90\xd0\x3b\xff\x28\x81\x7f\xf9\xb6\x04\x3e\xf8\x3e\xe3\xf7\x2f\xf2\x5c\xff\x87\x84\xde\x7f\xfb\x57\x12\xfa\xd3\xcf\x75\xd2\x7f\x97\xd0\x3b\xff\xa4\x93\xfe\x51\x42\xef\xfe\x40\x02\x1f\xfc\xfa\xbf\x4a\xe8\xc3\x1f\xfd\x95\x86\xfe\x5a\x43\xdf\x54\xd0\x5b\x3f\x51\x25\xbe\xcf\x64\xd6\xcb\xbc\xf9\x7f\x90\xd0\x3b\xff\x53\x01\xbf\x51\xc0\xff\x90\xc0\xfb\x6f\xff\x93\x86\xde\x56\x1f\x7f\xa7\x93\xfe\x59\x43\xbf\x95\xd0\x1f\x55\xf5\xef\xa9\x2a\x3e\xf8\xf5\x4f\x34\xf4\x63\x09\x7d\xf8\xa3\x6f\x6b\xe8\x5b\x0a\x7a\xeb\xaf\x24\xf4\x27\x26\x02\x5f\x66\xc4\xfa\x13\xcf\xf6\x1a\xc7\x9b\xf5\xea\x1e\xc7\xfb\xff\x94\xd0\xfb\x6f\xff\x5e\x41\xbf\xf9\x2b\x0d\xa9\x7c\x1f\xfc\xfa\x97\x12\x7a\xf7\x87\x2a\xe9\xfb\x4c\x84\xdf\xe7\x95\xfc\x52\x42\x7f\x7a\x5b\x02\x7f\x54\xdf\xfe\xf0\x1f\x25\xf0\xfe\x6f\xbe\xa9\xbe\xfd\x5b\x9d\xf4\x2d\x95\xf4\x6f\x74\xd2\x77\x34\xf4\x6d\x09\xbd\xf7\x63\x09\xbc\xfb\x23\x09\x7c\xf8\xd6\xf7\x34\xf4\x53\xd5\x34\x2f\xc8\xfb\xc9\x64\xd4\x7d\xd1\x4f\xd6\xe6\x03\x8e\xe2\x7f\x93\xd0\x1f\xde\x54\xc0\xf7\x15\xf0\xb7\x12\x78\xff\x77\x6f\x6a\xe8\x7b\x1a\xfa\x3b\x0d\xa9\x7c\x7f\xf8\x5f\x54\xd2\x6f\xbe\x2b\xa1\xf7\xfe\x41\x27\xfd\x8d\x84\xfe\xf8\x5d\x9d\xa4\x2b\xfb\x8d\x6a\xe0\x8f\x2a\xd7\x7b\xbf\x54\xc0\xaf\x54\xed\xaa\xc1\xf7\x7e\xa1\x5b\xd6\x75\xaa\x9a\xfe\xf4\x1f\x55\x26\x8d\x81\xca\xf3\xee\x8f\x75\xb1\x1f\x6a\xe8\xef\x35\x64\xbe\xbe\xa5\xa1\x9f\x68\x48\xe3\xfc\xbb\x1f\xa8\x96\x14\x16\x7f\x52\x5d\xfc\x83\xfe\xf4\x7b\xd5\xe4\xb7\x14\xf0\xbf\x4a\xe0\xc3\x1f\x7d\x47\x43\xaa\xce\x77\x79\x33\x77\x79\x1a\x47\x96\xa3\xcd\x13\x5f\xe1\x83\xc5\x98\xe0\x21\x1f\xac\x5f\x49\xe8\xfd\xdf\xfc\xad\x86\xfe\x4e\x42\xef\xfe\x54\x02\x1f\xfc\xfa\x3f\x4b\xe8\xc3\x1f\x7d\x4f\x43\x6f\x6a\x48\x15\xfd\xe0\xfb\x0c\xbd\x2f\xf1\x8a\x7f\x2d\xa1\x0f\x7f\xf4\x77\x1a\xfa\x81\x84\xfe\xe5\x3b\x12\xf8\xe0\xfb\x8c\x43\x1f\xf1\x02\xff\x5d\x42\x7f\xfc\x5b\x09\xbc\xff\x9b\x1f\xa8\x24\x05\xbc\xf7\x3d\x05\xbc\xa9\x33\xfd\xbd\x86\x7e\xa8\xb2\xff\x9d\x4e\x7a\x4b\x42\xff\xf2\x5d\x09\x7c\xf0\xeb\x9f\x4a\xe8\xc3\x1f\xa9\x92\x1f\xbe\xf5\x33\x0d\xfd\xb5\xca\xf7\x7d\x36\x29\x1e\x73\xcc\xfe\x2f\x09\xbd\xff\xdb\xb7\x24\xf4\xc7\xbf\x57\x49\xbf\xf9\xa9\x4a\xfa\xa1\x4e\xfa\xb1\x4a\xfa\xb1\x4e\xfa\x99\x86\x7e\xa2\xa1\x9f\x4b\xe8\xbd\x1f\xa8\xfc\xaa\xfa\x0f\x7e\xfd\x7b\x09\x7d\xf8\xd6\xcf\x35\xf4\x4d\xf5\xf5\xfb\x4c\x1b\xd9\xe6\xa8\xfd\xa3\x84\xde\xff\xcd\x2f\x24\xf4\xc7\x9f\xea\xa4\x7f\x90\xd0\x7b\x7f\xaf\xbe\xfd\x44\x7f\xfb\x95\x86\x7e\xa9\x3e\xfe\x4c\x02\xef\xaa\x72\xef\xaa\x4f\xef\xfd\x5e\x02\x1f\xbe\xf5\x2d\x05\xfd\x90\x21\xb6\xfd\xf5\xff\x8f\xbd\xb7\xed\x93\xe3\xa8\x0e\xc5\xdf\xef\xa7\xe8\xed\x90\x51\x97\xa7\xa6\x67\x56\xe6\x29\xb3\x2a\x2d\xc2\x96\xc1\xc1\xb2\x7d\x25\xd9\x84\x8c\xc6\x4b\xef\x74\xcd\x4e\xa1\x9e\xea\xa1\xba\x46\xab\x65\xa7\xff\xbf\x70\x09\x21\x5c\xc2\x4d\x88\x42\x08\x01\xc3\xe5\x12\x2e\x21\x84\x10\x43\x0c\x7e\x80\xf0\xc2\xcf\x79\xe1\x7c\x06\xe9\xa5\x3f\xc5\xff\x57\x8f\x5d\xfd\x34\xbb\x92\x25\x63\x12\xeb\x85\xf6\x4c\xf5\xa9\xe7\x53\xa7\x4e\x9d\x3a\x75\x8e\x6c\x8f\x98\xce\x27\x64\x7b\x9e\xd5\xd0\x4b\xdf\x34\xc0\xdf\x1b\xe0\x5b\x1a\x78\xe5\x1f\x35\x70\xf3\xf9\xe7\x4c\xd2\x3f\xd9\xa4\x17\x4c\xd2\x3f\x9b\x7c\xdf\xd6\xc0\x6b\xa6\x80\xd7\xbe\x61\x80\xaf\x1b\xc0\xd4\x76\xf3\xc5\xff\x67\xf2\xff\x8b\x01\xfe\xd5\x20\xdd\xd0\xc0\xeb\x7f\x63\x80\xbf\xd5\xc0\xab\x3f\xb5\xf9\x6d\x4b\x5e\xb4\xcd\x7c\xf1\x5f\x2c\xf4\xcf\x16\xfa\x57\x0b\xfd\x83\x6d\xfb\xcf\x4c\x95\x3f\xb3\x49\xbf\xb0\xd0\xbf\x69\xe8\x8d\x3f\xd5\xc0\xad\x1b\x82\x7b\x3e\x29\x87\xed\x17\x1a\xba\xf9\xfc\xaf\x2c\xf4\xef\x1a\x7a\xf5\x67\x1a\x78\xeb\xe9\xef\x68\xe8\x8d\x2f\xda\x24\x41\x62\x4f\xca\x83\xc1\x0d\x41\xe2\x9f\x94\xc5\xfd\x52\x43\x37\x5f\xf8\x13\x0b\xfd\x4f\x0d\xbd\xf2\x6f\x36\xe9\xcf\x2c\xf4\xa7\x16\xfa\x73\x0d\xdd\x7a\xe6\x67\x06\xba\x21\x84\x96\x3f\x92\x05\x3f\xa7\xa1\x9b\x2f\xfc\x2f\x0b\xfd\x85\x86\x6e\xdd\x10\xac\xe6\x53\x12\xef\x79\x0d\xdd\x7c\xf1\x67\x1a\x7a\xe9\x69\x0d\xbc\xf2\x0b\xfb\xed\x39\x0d\xbd\x6e\x90\x6e\xbe\x60\x8a\x78\xe5\x39\x8b\x55\xe0\xff\x9b\x86\x5e\xfd\xb9\x06\xde\xf8\xdf\xf6\xdb\xbf\x6b\xe8\xd6\x0d\x21\x0f\xfd\xb1\x6c\xc5\x0b\x1a\x7a\xe5\x79\x0d\xdc\x7c\xe1\xaf\x4c\xd2\x8b\x06\xf8\xb5\xfd\xf6\xd7\x16\xfa\x1b\x0d\xbd\xfa\xac\x06\x5e\xff\x07\x0d\xdc\x7a\xe6\x37\x16\xfa\xb1\x86\xde\x7a\xfa\xff\x9a\xb4\x1b\xa2\xfc\x48\x54\xfe\xeb\xcf\x6b\xe8\xe6\x0b\x7f\xaf\xa1\x97\xfe\x8f\x01\xbe\x67\x80\xff\x6b\x91\x7e\x68\xa1\x1f\x58\xe8\xc7\x16\xfa\x91\xc9\xf0\x7d\x0d\xbc\x6c\x8a\x7f\xf9\x0b\x16\xe9\x19\x0b\xfd\xd4\x42\xcf\x5a\xe8\xe7\x1a\x7a\xdd\xd4\xf4\x9a\x6d\xc5\x3f\x98\x94\xef\x5a\x6c\x53\xcf\x4b\xa6\x35\xaf\xbd\x68\x80\xff\x6d\x0a\x32\x4d\x78\xbd\x68\xc2\xf7\x2c\xf4\x13\x0b\xfd\xd2\x40\xcf\xd9\x36\x7f\x51\x03\xb7\x9e\x31\xc5\xbf\x61\x06\xee\xad\x6f\xcb\x86\xca\xba\xc5\x5a\x8e\xb0\xa8\xf3\xd7\x16\xfa\xbe\x81\xde\xfa\xb6\xec\x5b\x2a\x41\x59\xc7\x52\x82\x62\xae\xa3\x6b\x12\x7c\xb1\x00\x65\x01\x87\x72\x8a\xc4\x7e\xbe\x27\xa7\xe8\x7f\x6a\xe8\xe6\x73\x5f\xb0\xd0\x17\x2d\xf4\x25\x0d\xbd\xfa\x27\x06\x30\x58\x6f\xdc\xd0\xc0\xad\x1b\x82\x66\x26\xb2\xb0\x2f\x68\xe8\xe5\x2f\x19\xe0\xcb\x06\xf8\x8a\x01\xbe\xaa\x81\x97\x7e\xa8\x81\x9b\xcf\x19\xa4\x57\xff\x5c\x03\xaf\xff\x4a\x03\x6f\x7d\xfb\x37\x1a\xba\xf5\x67\x7f\x6a\xa0\x1b\xa2\xea\x58\x56\xf8\xa7\x1a\xba\xf9\xdc\x57\x34\xf4\xf2\x5f\xda\xa4\xaf\x5a\xe8\x6b\x16\xba\x61\x21\x83\xf7\xb2\xf9\xf8\xea\x5f\x68\xe0\x8d\xbf\x35\xc0\x37\x34\xf0\xd6\xd3\x2f\x68\xe8\x35\x31\x33\xb1\x3c\x35\xff\x99\x81\x6e\xdd\x10\x6b\x05\xcb\x06\x7d\x51\x43\x2f\xfd\xa3\x01\x7e\x64\x80\x7f\xd2\xc0\xcd\x17\x3f\x6f\xa0\x17\x7e\x63\xd3\xbe\x68\xa1\x2f\xd8\xaf\xbf\xd6\xd0\xcb\x37\x4c\xd2\x73\x5f\xb7\xd0\x37\xcc\x47\x93\xf4\xb2\x49\x79\xe9\xc7\xb6\x84\x17\xcd\xb7\x6f\x69\xe0\x75\x53\xcf\xeb\x5f\xb2\x48\xcf\xdb\xaa\x4d\xda\xeb\x3f\xb2\xd5\x3c\x6d\x4a\xf8\xa6\x4d\x2a\x20\x53\xea\x1b\x26\xe3\x1b\x26\xe5\x35\x93\xef\xd6\x0d\xd1\xbe\xa9\x1c\x9c\x3f\xd3\xd0\xcd\xe7\xbe\xab\xa1\x57\xff\x5a\x03\x6f\x3d\xfd\x2b\x0d\xdd\xba\x21\x86\x7f\x5f\x66\xf8\x92\x86\x5e\x7b\x56\x03\x2f\x3f\xad\x81\x9b\xcf\x7d\xcf\x24\x7d\xd7\x00\x26\xe5\xb5\x1f\x9a\x94\xef\x9b\x94\x1f\x68\xe0\x8d\xff\xa3\x81\xb7\xbe\x63\xb0\x6f\x3e\xfb\xbc\x49\x7b\xfa\x37\x1a\xba\x75\x43\x8c\xe5\x4c\xb6\xe1\xcf\x35\xf4\xf2\x0f\x34\x70\xf3\xb9\xef\x5b\xe8\x87\x1a\x7a\xfd\xbb\x36\xa9\x40\xfb\x91\x85\x7e\x6c\xa0\x17\xfe\xd6\x94\x66\x72\xde\x7a\xe6\x1f\x2d\xf4\x0b\x0d\xbd\x61\xca\x78\x55\x8c\xdd\xec\x9a\x6c\x91\x10\x90\x88\x6c\xd1\x97\x35\xf4\xd2\x3f\x1b\xe0\x27\x06\xf8\x17\x0d\xbc\xfc\x23\x03\xfc\xd8\x00\x16\xe7\xa7\x1a\xb8\xf9\x9c\x85\x5e\x34\x45\xbe\xf6\x57\x1a\x78\xdd\xa4\xbc\xfe\x15\x8b\x64\xa0\x97\x8b\x12\x4c\xa1\x6f\xfc\xa3\xf9\xf6\x8c\x06\x6e\xdd\x10\x64\xf2\x19\xd9\xe0\xff\xa5\xa1\x97\x9f\xd5\xc0\x6b\xff\xaa\x81\x37\xbe\xac\x81\x5b\x37\xc4\x0e\x71\x55\xa2\x7f\x45\x43\x37\x9f\x7b\x46\x43\xaf\xfd\xc8\x26\xfd\x5c\x43\x2f\xff\xd2\x26\x3d\xab\xa1\x57\xbf\xa9\x81\x5b\xcf\xfc\x93\x86\xde\x7a\xfa\xf3\x16\xfa\x82\x85\xbe\x68\xa0\xef\x7c\xdf\xe4\xb8\x21\x08\x37\x91\xd5\xff\x85\x86\x5e\xf9\x13\x0d\xbc\xfc\x82\x01\xfe\x5d\x03\x37\x9f\xfb\xa5\x85\x9e\x37\x1f\x7f\x65\x93\x7e\x6d\xa1\x17\x4d\x59\xbf\x31\xc0\xff\xd4\xc0\xab\x7f\xaf\x81\x37\x7e\xac\x81\x5b\xcf\x7c\x4f\x43\x6f\x3d\xfd\x65\x03\x7d\xe7\xf3\x36\xed\x4b\x1a\x7a\x4d\x7e\x54\x83\x26\xe4\xc2\xb9\x6c\xf5\x57\x35\x74\xf3\xb9\xdf\x18\xe8\xf9\xcf\x5b\xe8\x0b\x1a\x7a\xe3\x19\x03\xfc\x54\x03\xb7\x6e\x88\x25\x45\x65\x19\xff\x5b\x43\xaf\x3d\xaf\x81\x57\xfe\x54\x03\x2f\x3d\xa3\x81\x9b\xcf\x7f\xd1\x7c\xfb\x73\x9b\xf4\x25\x93\xf4\x67\x36\xe9\x2b\x16\xfa\xb2\x86\x5e\xfd\x8e\x06\xde\xf8\x99\x41\x37\x9f\xde\xfa\xce\xd7\x2c\xf4\x03\xd3\x06\x31\x0d\x54\xf5\x52\xe4\x4c\x65\x0b\xff\x52\x43\x2f\xfd\xcc\x00\x3f\x37\xc0\xbf\x69\xe0\xe6\x8b\x37\x2c\xf4\x35\x0b\x7d\xc3\x42\x5f\x37\x19\x9e\x35\x49\xcf\x7f\x55\x43\xaf\xff\xc4\x26\x99\x8a\x5e\xf9\xaa\x4d\xb2\x85\x3d\x6f\x2a\x78\xc5\x60\xbd\xfe\x53\x03\x3c\x63\x4a\xff\x85\x49\xf9\xb1\xad\xd9\x96\x69\x4a\x7a\xed\xaf\x0d\x92\x6d\x81\xc1\x79\xf5\x7b\x36\xdb\xd3\x16\xfa\x96\x85\x8a\xaf\xdf\xb5\xd0\xf7\x2d\x64\xdb\xfc\xe2\x37\x4d\x4d\xa6\x15\xaf\x99\x2e\xbe\xf4\x9c\x49\xf9\x8d\x06\xde\xf8\x1b\x0d\xbc\xf5\xf4\x57\x2c\x64\x8a\x7a\xc3\x8c\xd6\xab\xb2\x1a\xc9\x19\x24\x24\x05\x8e\xa7\x65\xb3\x53\x39\x59\xa2\x41\x0b\x39\x59\x7f\xa5\xa1\x9b\xcf\x7f\xdd\x42\xdf\xd0\xd0\xab\x3f\x30\x49\xcf\xfe\x5a\x43\x6f\x3d\xfd\x35\x0b\xdd\xb0\x90\xc9\x7a\xeb\x86\x60\xdd\x9f\x95\x05\x7f\x4d\x43\x6f\x7c\x45\x03\x6f\x3d\xfd\x0d\x0b\x7d\x53\x43\xb7\x6e\x88\x41\x62\x32\xc3\x5f\x6b\xe8\x95\xaf\x6b\xe0\xe6\xf3\xdf\x34\x49\x06\x78\xfd\x6b\x06\xb8\x61\x91\xbe\x65\xa1\xa7\x0d\xfa\x37\x6c\xd2\x77\x35\xf4\xc6\x57\x0d\xf0\x6b\x0d\xbc\xf5\xb4\xc9\xf8\xd6\x77\x7e\x68\xa1\x2f\x68\xe8\xd6\x0d\x21\xf1\x66\xb2\x61\x37\x34\xf4\xd2\x77\x35\xf0\xca\xb7\x34\x70\xf3\xf9\x1f\x98\xa4\xa7\x6d\xd2\xf7\x4c\xd2\xf7\x6c\xd2\x0f\x2d\xf4\x7d\x0b\xfd\x48\x43\xaf\x7f\xd3\xe0\x9b\xe2\x5f\xff\x8d\x06\xde\xfa\xce\x8f\x2c\xf4\x45\x93\xf1\x05\x53\xf9\xad\x1b\xa2\x30\x2e\x9b\xf8\x37\x1a\xba\xf9\xfc\x8f\x0d\xf4\xc2\x37\x34\xf4\xca\x0f\xec\xc7\x9f\x68\xe8\xf5\x6f\x99\x6f\xdf\xb7\xdf\x9e\xb1\xd0\x4f\xcd\xc7\x1f\x6a\xe0\x55\x93\xef\x3f\xfe\x5c\x03\xb7\x9e\xf9\x7f\x1a\x7a\xeb\x3b\x5f\x32\xd0\xb7\x45\x6b\xb9\x12\xb6\x84\xa4\xbe\x94\x4d\xfb\xba\x86\x5e\x7a\xde\x00\x2f\x18\xe0\x45\x0d\xbc\xf2\x23\x0d\xdc\x7c\xde\x20\xbd\xf2\x63\x9b\x64\xb1\x7e\x62\xf2\xfd\x4a\x03\xaf\x7d\xdb\x00\x7f\x67\x80\xbf\x35\xc0\xdf\x9b\xfc\x2f\xfe\xd0\xe4\xff\xa9\x01\x9e\x31\x48\x7f\xa3\x81\xd7\x4d\x23\x5f\xff\x86\x06\x5e\xfd\x57\x9b\xdf\xb6\xe4\x45\xdb\xcc\x17\x7f\x6a\xa1\x9f\x58\xe8\x19\x0b\xfd\xc0\xb6\xfd\xe7\xa6\xca\x9f\xdb\xa4\x5f\x5a\xe8\x59\x0d\xfd\xc7\x97\x35\x70\xeb\x86\xc8\x79\x4d\x0e\xdb\xdf\x6a\xe8\xe6\xf3\xbf\xb6\xd0\x6f\x34\xf4\x1f\x5f\xd1\xc0\x5b\x4f\x7f\xd7\x24\xfd\x85\x4d\x12\x64\x77\x4d\x9d\x20\xc4\x24\x1d\xc8\xe2\xbe\xa1\xa1\x9b\x2f\x7c\xde\x42\x5f\xd0\xd0\x2b\xcf\xda\xa4\x2f\x59\xe8\x8b\x16\xfa\x3b\x0b\x7d\x59\x43\xb7\x9e\xf9\xb9\x81\x6e\x88\xd1\xbd\x2e\xab\xf8\x3b\x0d\xdd\x7c\xe1\x2b\x16\xfa\xaa\x86\x6e\xdd\x10\xb2\xc7\xa1\xc4\xfb\xa6\x86\x6e\xbe\xf8\x73\x0d\xbd\xf4\x6b\x0d\xbc\xf2\x4b\xfb\xed\x79\x0d\xbd\x6e\x90\x6e\xbe\xf0\x97\x06\xfd\x37\x16\xcb\xe2\xbf\x50\x94\xfa\xac\x86\x5e\xfd\x37\x0d\xbc\xf1\x97\xf6\x9b\xc9\x79\xeb\x86\x98\xcb\xcf\xc9\xf6\xfc\xbd\x86\x5e\x79\x41\x03\x37\x5f\xf8\x9a\x49\xfa\x95\x01\xfe\xdd\x7e\xbb\x61\xa1\xaf\x6b\xe8\xd5\x5f\x68\xe0\xf5\x1f\x68\xe0\x8d\x3f\xd1\xc0\xad\x67\xfe\x59\x43\x6f\x3d\xfd\x7d\x0d\xbd\x29\x36\xe0\x37\xbf\x26\x20\xb1\x9c\xde\xfc\xba\x80\xc4\xd0\xbe\xf9\x0d\x01\x09\x39\xec\xcd\x6f\x0a\xe8\x9f\x2c\x24\x26\xf7\xcd\xef\x0a\x48\xec\xfe\x6f\xfe\x40\x40\x3f\xb6\x90\xe8\xde\x9b\x3f\x12\x90\xa8\xec\xcd\x67\x04\x24\xc8\xf2\xcd\x67\x05\x24\xa4\xcd\x37\x7f\x29\x20\x41\xb4\x6f\x3e\xef\x43\xff\x3f\xff\x97\x81\xde\xfc\x2b\x9b\x26\xeb\xf8\x8d\x80\xc4\xa4\xfd\xe7\x17\x05\xf4\x15\x03\xbd\xf9\xaf\x36\x4d\xb4\xf4\x3f\xbf\x2c\x20\x21\x25\xfd\xe7\x17\xfc\xbc\x30\x72\x5c\x16\x46\x8e\xbe\x1f\x2a\x57\xa0\x01\x06\x21\xc3\xd2\xc8\x39\xe8\x8f\x9e\xba\xb2\x1c\x0c\x06\x83\x9e\xf8\xf3\xa1\xf3\xe3\xfe\x3e\x6c\xb0\xaa\xcd\x46\x78\xbc\x5a\xe1\x26\x5b\x58\x86\xa7\xbd\x79\x1a\x93\x29\xc1\xac\x6f\x80\xac\xcf\xf0\xf4\xbd\xc0\xce\xef\x05\x76\x3e\x61\x60\x67\xdd\x2c\x86\x7c\x93\xee\x23\x24\xc6\x3f\x9d\x7a\x6a\xe8\x3a\x1d\xfd\xe8\xa6\xfa\xc1\x8e\xe9\x4e\x03\xdd\x6a\x4c\xec\xda\x1a\x17\x46\xe0\x9d\xce\x9a\xea\xb0\x58\x2d\xaa\x2b\x29\x43\x08\xd9\xf4\x4d\x03\x17\x54\xb2\x63\xda\x36\xb4\x15\x82\x92\xe9\xa9\x53\xad\xaf\xe8\x4e\x10\x9b\xe8\x7a\xa7\x23\x26\x69\x13\x21\xdc\xe9\x6c\x56\x89\xbc\x64\xbb\x6a\x0b\xc8\x24\x41\x16\x2d\xc6\x25\x63\xcb\xb5\x51\xb2\x75\x09\xf5\x5e\xd3\x9d\xa3\xc9\xde\x90\xe6\xc3\x23\x1e\xb1\x7d\xcc\x87\x14\x2e\x58\xaa\x2c\x35\x49\x7e\x27\x76\x8b\x0d\xef\xac\x22\x6d\x84\xb6\x9b\x61\x7e\x41\x73\x8a\x0b\x11\x8d\xf6\x31\x0b\x6a\x66\x83\x47\x93\x68\x11\xed\x91\x84\x70\x82\xb3\xa1\xce\x38\x2f\xe7\x7a\xc0\x41\xd9\x39\x1e\x25\xf0\xef\x0f\xb7\xee\xf7\x81\x36\x52\x85\x13\x86\x23\x8e\x4d\x4b\xea\xcf\x04\x8e\x74\xc4\x30\x83\x6f\x47\xc4\xe4\xdf\x33\x90\x1e\x34\x63\xfc\x0a\x25\xad\x27\x49\xbd\x68\x0c\xb9\xb1\x41\x8e\x50\x2a\x96\xba\x8e\x0d\x10\x25\x00\x66\x28\x0a\x4d\x1d\x70\x89\xa2\x50\x15\x0b\x13\x14\x85\x93\xbd\x92\x49\x2f\x0e\x27\x7b\x28\x81\xb2\x42\x69\xbb\xbf\xcb\x96\xf4\x61\x2a\x7d\x33\x5f\xe7\x41\x02\x39\xd8\x20\x41\x26\xc8\x2b\x58\x0a\xa6\xa2\x90\x32\xcc\x0b\xa4\x25\xcc\x20\x17\x53\x65\xea\x44\x19\xc4\xba\x4e\xb4\x94\x81\xc9\x55\xff\x11\xcf\xe1\x72\x11\x37\x8e\x95\x63\xdc\x9b\x06\xbc\xd4\x9d\x08\xb1\xa2\x3b\x19\x62\xa6\x3b\x4b\xc4\x74\x77\x96\xa5\xee\x2c\x5b\xbb\xb3\x2c\xda\x22\xba\x15\xc9\x6e\x89\xce\x05\x24\x28\x9a\x2f\x53\x4d\x07\x40\xa7\x53\xd8\x14\x66\x30\x02\x9b\xc8\x31\x81\x34\x58\xb0\x94\xbb\x61\x8c\x1a\x10\xe5\x83\x23\x00\x1b\x90\x33\x18\x39\x0d\x75\x07\x36\x2a\x06\x36\x03\x39\x2c\x65\xab\x11\x87\x6a\x26\x5b\x52\xb5\x33\x88\x8a\xa0\x2f\xb2\x3c\x29\xd6\x57\xe6\x43\x85\x97\xc3\xd2\x20\x55\xa6\xa4\xb9\x10\xb6\xa4\x0f\xec\xc9\x02\x74\xf6\x07\xf6\x2a\xf9\x70\xc0\x75\x03\x55\x6d\xb5\xd6\xe1\x90\x64\x0f\x0a\x1e\x9f\x1e\xe2\x78\xb5\x72\x7e\x12\xba\xbf\x5a\xa9\x7a\x33\xf9\x4e\x42\xb5\x32\x56\x5f\x1b\x48\xa7\xb0\xc4\xd4\x83\xcc\x50\x31\x66\x1b\x82\x26\x56\x2b\x12\x30\x39\xaf\xbc\x79\x7e\x38\x64\x6a\x3e\xf2\x3c\x87\x8e\x21\x2d\x38\x0a\x1a\x44\x82\x62\x13\x4a\xa7\x1e\x07\xa0\x71\x4f\x7b\x20\xa2\x34\xe5\x9e\xd8\xef\xbd\xc8\x93\xcf\xb6\xbc\x28\xf3\x22\x2b\x91\xf8\x20\x07\x6a\x40\x31\x28\xbd\x99\x8a\x1a\x84\x23\x19\x83\xa2\xa7\x1e\x6a\xf5\x8d\x7b\x10\x2b\x16\xd9\x40\xb3\x25\x01\x49\xb4\xf7\x5e\x3c\x91\x52\xcb\xb4\x66\x56\xbc\xd5\x68\x56\xbc\x35\xde\x71\x7f\x0c\x7d\xf3\x6c\x55\x3e\x50\x30\xe5\x87\xb3\x28\x2b\xa4\xb1\x60\x00\xed\x17\xb1\x01\x8e\xd8\xb8\x49\x60\xcc\xd2\xe4\x1a\x66\xfd\x29\x8e\x84\x94\x90\xf9\x70\x34\x76\x5f\x24\xb5\xe7\x68\x18\xbf\x0a\x86\x01\xb2\xbe\x9c\x38\x32\xb9\xcb\x03\xdb\x9a\xc1\x3e\xea\x3d\xc2\x74\x39\x57\x22\xcf\x70\x73\x00\x9b\xdf\x9f\xd9\x51\xca\x73\xd0\xde\x5d\x03\xfc\xf7\xeb\xb1\xed\x4c\x7f\x92\x52\x1e\x11\x8a\x59\x2f\xc6\x7b\xcb\xfd\x5e\x14\x47\x0b\x7e\xbb\x43\xd2\x37\xd1\x8f\xd7\x0c\x8c\x2b\x90\x16\x9b\x34\x45\x3c\x94\x2f\xf9\x02\xc1\x25\x2e\xe2\xfd\xf3\xd7\x17\x81\xff\x54\x7f\xc7\xef\xb2\xae\xdf\x0f\xc2\x2e\xe8\xfb\x5d\xdc\xf5\xdf\xa7\x1f\xdd\x68\x69\xae\x78\xe8\x35\xda\x1a\xdf\x25\xf1\x89\xea\x0d\xec\x01\x33\x24\x0f\x8a\x11\x39\xa7\x06\x24\xc4\xd7\x39\xa6\x71\x70\xb4\xab\x78\xcd\x45\x19\xb4\x88\x1d\x0e\xe5\xc3\x5f\x42\x49\x69\x52\x34\x27\x5d\x2e\x30\x0b\xa3\xc5\x22\x39\x54\xfc\xcc\x2e\x78\xb3\xbd\x95\xcb\x5a\xad\x82\xa6\x64\x24\x86\x86\x87\x17\x4a\x89\x20\x87\x93\x88\x3e\x10\xf1\x28\x49\xf7\xcf\x53\xce\x08\xce\x3e\x7a\x28\xd8\x6c\x83\x28\xee\xcf\xd3\x18\x0b\xc9\x1e\xe1\xd5\xea\xd8\xb6\x89\x92\x8f\x29\xd6\x1c\xbe\x38\x6a\x6a\x70\x58\xbc\x9b\xcd\x02\x21\x22\xdb\xb7\x12\x90\xa8\x0c\x54\x7c\x5a\x44\x13\xac\x51\x1f\x67\x78\x4a\xae\xc3\x14\x0d\x60\x84\xb8\x66\x9c\xdb\xe9\x99\xa8\x78\xe9\x96\x21\xae\x1f\xb4\xf5\xb6\x36\xc5\xa1\xcb\xd8\xe4\x63\x60\xde\x7d\x09\xca\xca\x60\xa5\x82\x45\x1a\x5f\x70\xea\x58\xad\x08\xd8\x58\xae\x56\xc1\x12\x65\x61\xb6\x48\x08\x0f\x70\xd7\xcf\xfa\x3e\x08\x17\xe9\x22\x00\x00\xd2\x30\x8a\x63\x7d\x92\x5d\x02\x7b\x66\xa3\xe5\xf7\xbb\xf4\x76\x16\xd9\xf1\x7c\x55\x3f\x72\x15\xf8\xbd\x69\x24\x8e\x44\x87\xb7\xb3\x9c\x8a\x19\x61\x68\xb0\xcd\xce\xd8\x21\x64\x66\xf8\x28\xe2\x23\x36\xde\xa0\x61\xc1\x4c\x90\xfb\x63\xb5\xda\xdc\x82\x54\x9c\xc9\xa6\x64\x7f\xa9\xbe\x6f\x0e\x8c\xc3\x5f\x42\x3d\xda\xe9\x04\x34\x3c\x60\x84\xeb\x6f\xed\xac\x8b\x86\x57\xf1\x21\xa4\xe0\x6d\x9d\x6b\x70\x85\xe0\xf5\x4a\x85\xc5\xf3\x61\xb5\xb3\x7f\x26\x0b\xb1\xa2\x53\x71\xb4\xaf\xa6\x39\x58\xbb\x38\xba\xba\x9b\x61\x4c\x81\x5e\xed\xce\x7a\x75\x24\x1b\xfe\x4e\x89\x36\x9a\x05\x98\x86\xf2\xd5\xaa\xd6\xfa\x5c\xae\x31\x48\x21\x31\x8f\x5e\x38\xc2\x30\xa0\x68\x74\x74\x15\x1f\x0e\x7d\x67\x9d\xf9\x50\x8d\x62\x7d\x67\xd0\x73\x70\x15\x1f\x66\x41\xa9\x4a\x90\xe7\x50\x95\x33\x8b\xea\xf9\x9d\x73\xbc\x47\xa8\x57\xca\x69\x33\xee\x63\xbe\x26\xa3\xee\x8f\x38\x68\xe7\x63\xd0\xe9\xb0\xc0\xd1\xfc\x40\x0a\x20\x91\x69\x90\x00\x88\xf3\x40\xac\xae\xca\x94\x2b\x2d\x10\xd1\xfc\x43\x77\xc4\x30\x62\xbd\x76\x1e\xe3\xb3\x06\xa1\x57\xbf\xb8\x9e\x12\xaa\x57\xbf\x18\xa4\x00\xcb\x2d\xa4\xd8\x7a\x54\x9f\xae\x73\x16\x4d\xf8\x83\x8a\xee\xce\xcb\x15\x1a\x30\xa8\x70\x2d\xb5\x51\x67\xc6\xf5\x6c\x7b\xe7\xaf\x2f\xe4\x1b\x26\x8f\xa7\x9e\xa8\x69\xe8\x9d\x2a\x74\x80\xe1\x74\x99\x24\xf2\x3c\xe3\x9f\xf2\x0e\x08\x9f\x11\xea\x9d\xf2\x81\xf9\xce\x44\xf2\xde\x92\x7b\xfb\x29\xf7\x4e\xd9\x37\xfd\xa7\x42\xef\x41\x12\x7b\x87\xe9\xd2\x9b\xa6\x42\x66\x17\x65\x9f\x52\x6c\xc3\xd3\x4b\xa3\xad\xb8\x1d\xb1\x45\x1a\x3a\x11\x5d\xcb\x66\xe9\x32\x89\x3f\xc9\xa2\xc5\xc3\x2a\x22\xd1\x43\x8a\xb3\x04\x14\x4a\x45\x18\x45\x65\x81\x92\x0a\xee\x97\xe7\x70\x11\xb1\x4c\x79\x3d\xa8\x28\x09\x37\xc5\x48\xe0\x50\x7e\x8f\xe5\xa1\xce\x90\x88\xf2\xf3\xa2\xde\x3a\x22\xac\x19\xab\xff\x11\xf5\x2a\xf0\x34\x42\x88\x68\x8e\x64\x1e\x5b\x93\xd1\x60\x6c\xd0\x86\x05\x5a\x6a\xd0\xe4\x3b\xb0\xd1\xd6\x58\xff\xde\x09\x18\x4a\x47\x83\x31\xa4\xc8\xff\x88\x1d\x64\x32\xda\x1a\x03\x30\x0c\xb8\x44\x85\x16\x45\xa6\x6f\xc8\x47\xb9\xfa\x91\xb4\x28\xc9\xa9\x8d\xcb\xfa\x21\x43\x91\xca\x10\x09\x29\xc2\x37\xfe\x1c\xa4\xee\xa8\xd3\x11\x4d\xe0\x61\x12\x65\xea\xb1\xe7\x63\xd3\xc0\x77\xfc\x3c\xf8\x70\xa0\xc6\xb0\x94\x68\x5a\x46\x01\xe4\x88\x87\x59\x42\x26\x38\xd8\xda\x32\x2f\xeb\x18\x0a\x9c\xe1\x19\xfa\x00\x14\x0d\xd6\x0f\xbc\x28\x74\xdf\x12\xaa\x73\xa5\xdd\xcd\x7c\x33\xc1\x47\xc5\x1c\x08\x99\xd0\xd0\xda\x10\xc3\x85\xdc\xe6\x86\x5c\x6f\xf4\xea\x67\x70\x24\x96\xdc\x90\xe5\x00\x2a\xc0\xe6\xf8\x24\xe1\xb3\x74\x29\x9f\xae\x0d\x33\x28\x2a\x1a\x52\xc8\xd2\x94\x0f\x97\x50\xaf\xb0\x0b\x98\xcf\x52\x55\x95\xaf\x93\xfc\xae\x6a\xa2\xd1\xdd\xca\x7d\x6e\x7a\x18\x30\xc1\x53\x16\xc9\x92\x49\xd7\xf4\xb1\x28\x35\x53\x12\x52\x93\xd4\x34\x8f\xae\xe2\xcb\x5a\xff\xdb\xec\xac\x60\x8d\xb0\xd0\xf5\x3f\xe2\x77\x79\xd7\x1f\xfa\x39\x6c\x23\xf4\x3a\x37\xdc\xdc\xca\xd7\x09\x6b\x81\xe6\xca\xaa\xa2\x8f\x46\x19\x8e\x2f\xea\x2d\x5a\xec\x86\xb7\x2b\xb4\x51\xc3\xe4\x69\xca\xe6\x72\x48\x1e\x88\x26\x33\x6c\xb4\xe0\x4a\x3f\x16\x38\xfa\x8e\xca\xd0\xa1\xa6\xc4\xd5\xea\xa4\xd9\xf5\x6e\x6e\x5a\xd8\xfc\x55\xd0\xaf\xf8\xeb\x9b\xb6\xc6\x78\xc1\xf0\x24\xe2\x38\x7e\xbc\x2c\x3a\x21\x31\x78\xb6\x27\x4d\x0c\xbf\xa9\xb3\xf2\x66\x23\x68\xf9\x82\x2a\xe9\x42\x98\xcb\x0d\xdd\xd5\x35\x19\x50\xb3\x75\xcb\xa0\x02\x2c\x35\xb0\x61\x8d\x52\xdb\x35\xb1\xa2\x80\x11\x1d\x77\x3a\x81\x12\x5e\x47\x74\x1c\x30\xc1\xf8\xa4\x2e\x9f\xdb\xf4\xd0\xdd\x5f\x24\x06\xcf\xe1\x6e\x73\xf7\x8d\x9a\xa5\xcc\xcf\xb8\x55\x00\xd8\x3d\x69\x34\xb0\x3a\xe2\xc2\x3d\x8e\xe0\x36\xab\x95\x3f\xc3\xc9\x02\x33\xf3\xab\x89\x17\x09\x26\x46\x9a\x58\x11\xd8\x61\x62\x21\x74\x25\x86\xbd\x7a\xda\xed\xef\x43\xbf\xe7\x83\xa1\xfa\x58\x5a\xb1\x71\x94\xcd\x30\x13\x23\x5e\xce\x73\x25\x14\x99\xfa\x3e\xb0\x0f\x7e\xb1\xb3\xa0\x5b\xe7\xbc\x42\x5a\xce\x9c\xd7\xbf\x20\x21\x6f\xfb\x20\x87\x8b\x34\x96\x2b\xec\x91\x34\xbd\xba\x5c\x08\x46\xa4\xe8\xac\x51\xf9\xc9\xc3\x06\x8e\x65\xc6\xd2\x1d\x2c\x1e\x8a\x89\x16\xb2\xa0\xa4\x0b\xdd\xaf\xa7\x8a\xe1\xba\xd2\xef\x43\xdf\x07\x00\xe2\xae\xdf\x57\xc7\x4c\xbf\xab\x72\x15\x6d\x2a\x84\x86\x86\x89\x3e\xee\x84\xb1\x86\x6b\x95\xf6\xe7\xb6\x01\x08\x38\xc4\xce\xf8\x58\x7f\x65\xd9\xc3\xf4\xd2\x72\x2f\x26\x4d\x3a\xbe\xb7\xd3\x26\x41\xab\x5d\xe4\x3b\x5e\x8c\x7c\x58\xa6\x4f\x2c\x87\x67\xb5\x72\xc7\xb1\x1f\x72\x9c\xb9\x82\x8e\x33\x31\xf6\xfa\xf0\x24\xfd\xd4\x0b\xed\x3c\xdd\x27\xb4\x79\x5d\x35\xd4\xd0\xf5\xfb\x58\x66\x50\xfa\xb2\xa6\x53\xe8\x2c\xca\x02\x5e\x6e\x49\xb3\xb0\xc7\x8b\x46\x5c\x4c\x97\x1c\x5f\x88\x16\x27\x6d\x86\xe0\x48\x5d\xbf\xcf\x44\xb6\x6c\x7d\x53\x18\x38\x89\xdc\x69\x25\x38\x21\x88\xe9\x46\x5d\xd6\xe4\xdd\x36\xed\x25\x4e\x85\x8b\x12\x1c\x8e\xa6\x16\xff\xe5\xf3\x17\x1e\x7f\xe4\xdc\xe5\xf3\x97\x46\x8d\x9d\x19\x4b\x1e\x37\x8f\x08\x6d\x21\x7f\x32\x0d\x7c\xf1\x59\x91\x44\xd3\xbc\xdb\xfb\x86\x85\xde\xa4\xfb\x7e\x17\xeb\xb5\x65\xde\xde\x37\x97\xdd\x94\xb3\xcc\x41\x02\x55\x10\xd0\x85\x36\x54\x9f\x43\x8a\x33\x2e\x56\x4c\x92\x4e\x64\x8c\x4d\xbb\x76\xd6\xf4\xa8\x81\xd2\x1b\xfb\x71\xbb\xad\xe9\xfa\xfa\xe0\x9f\x1b\xa1\xec\xd8\x65\xdb\xca\x2a\x2c\xca\x48\x55\xdb\xf5\x15\x92\x5f\x6c\x64\x6b\x70\xd4\xbc\xda\x11\x50\xeb\xf0\xf1\x88\x73\xcc\xa8\xb9\xfb\xb3\xbe\xac\x6a\x32\xd3\xa8\xb4\x88\x8b\x81\x84\xa5\xf4\x3a\x97\xd2\xa2\x54\x89\x9c\x54\x5a\x8d\x12\xb4\xd2\xe6\xf8\xc9\x1b\xe7\x20\x64\x38\x8a\x1f\xa3\xc9\x61\x00\x60\xf9\x7c\x57\xd9\x38\xac\x4a\x04\x52\xeb\x7f\x2b\xf0\xdb\x86\xc1\x07\x90\xa0\x01\x4c\x11\x35\xba\x13\x72\x26\x2d\xdc\x43\x45\x88\x8e\xc8\x58\x59\x29\xe8\x03\xbc\x58\xed\x51\xa7\x13\x44\xaa\xf4\xc9\x2c\x4d\x33\xec\x9c\x36\x23\x88\x01\x80\x91\xb9\x57\x69\x60\x09\x91\x34\x47\x40\x11\x80\x46\x5c\xdf\x4d\xd2\x7d\xd5\x2e\x71\x04\x85\x11\x80\xd6\xf7\x12\xcb\x73\x58\xad\xa3\x81\xa2\x4a\xdb\xbc\x38\x57\xb2\x6c\x92\x32\x73\xf6\xc5\x9b\x92\x23\xb4\xb6\xa8\xb8\xa6\x6b\x66\xa6\x8d\x6a\x8f\x73\xf3\x3d\xb2\xbf\x4c\x97\x99\xa7\x32\x79\x92\x12\x4b\xa7\x61\x71\xda\x8d\x68\xec\x1e\x59\x39\xf4\x4f\x69\xa5\xee\x9a\xe6\x14\x27\xcc\x13\xb2\x79\x6d\x38\x82\x1d\x99\xa6\xdf\x0b\x46\x4f\xf5\xc7\xf7\x81\xf7\xf5\xa1\xdf\xdf\x7d\xdf\x96\x5f\x3e\x27\x37\x73\xeb\x1d\x66\xee\x9b\x61\x22\x67\xe4\x41\x19\x71\x5d\xb9\x61\x6a\x59\xc9\xae\x60\x5a\xaa\xa2\xa2\x88\xe0\x70\x73\x00\x72\x58\xcc\x76\xed\x1a\x90\x4c\xb5\x47\x97\xf3\x8f\x3e\x19\x3e\xf2\xd8\xc7\x76\x2f\x3c\xf6\xe0\x13\x8f\x9c\xdf\xbd\x78\xfe\xd2\x63\x8f\x3c\x79\xfe\xe2\x6a\xc5\x43\x71\x4c\x93\xdf\x4c\xa2\xde\x60\xc4\x11\x7c\xc7\x1f\xdd\xfa\xf6\x8d\xb1\x3f\xf4\x47\xde\xd8\xdf\xa0\x8e\x00\x65\xc4\xd2\x0f\x0e\x76\xfc\xd0\x1f\x8a\xc9\x54\x06\x11\x1f\x1c\xf4\x6a\x58\x20\xfc\x4c\x4a\x68\xe0\x87\x3e\x80\x6c\xb5\x0a\xb4\x04\x5e\x1b\x11\x31\x05\x70\x92\xd2\x2c\x4d\x70\xa7\xa3\x81\x90\xd0\x69\x5a\xfe\x15\x10\x58\xd4\x01\x29\x94\x27\xc6\xab\x34\x3d\xa0\x0f\xa5\xec\xed\xe9\x99\x59\xe3\xb9\x8a\xa2\x01\x24\x85\x4e\x99\x9e\x21\xdb\xb4\xf0\xf9\xc6\x47\x74\x0c\xf5\x02\xe6\x2c\xa2\x99\xd8\x67\x2f\xa7\xf6\x0a\xe0\xa1\x65\x92\x50\x39\x9f\x30\x05\x1b\x62\xb5\xb3\x51\x34\x46\x62\xf6\xec\xb2\x84\xeb\x32\x36\x0b\xb3\xb5\x93\x39\xce\xe5\x41\x46\x6c\x26\x90\x20\xb9\xa5\xc0\x14\x71\x2b\xee\x53\x20\x15\xe3\xe6\x27\x91\xcb\x46\xea\x48\x3a\x9d\x48\xe9\x29\x64\xff\x7a\x46\xcf\xd2\xe9\xd8\xe3\x87\x61\x68\x5d\xab\x83\x31\x6b\x4a\x1d\x1a\xb4\x96\x22\xed\x1a\x44\x18\x01\xad\x8c\x60\x8d\x1b\x9f\xdc\xf3\x0c\x79\x2b\x2d\x89\x69\x58\x06\x9c\x8a\xcd\x0d\xe8\x4e\xb9\x22\x93\x0c\xec\xfa\x6a\x94\x85\x1a\xd6\x98\x55\x28\x2a\x77\xab\xf2\xbf\xcd\x41\xb1\xd2\x44\xdd\x7a\x6f\x51\xdb\xa2\xd5\x6d\x41\x9e\xe7\x60\x83\x84\x0c\xa7\x0b\xac\x74\x04\xc1\x51\xc3\x29\x5f\x6a\xa1\x37\xb4\x8a\xca\x51\xf7\xa7\xed\xea\xfe\x26\xd5\xfd\x6f\xc1\x33\xe7\x91\xa2\x7a\xc7\xe7\xa6\xbd\xfd\xa9\x1f\x82\xb1\xd6\xa2\xee\x18\x20\xe0\x60\x88\xf3\xbc\x7e\x9b\x2c\x64\xfc\xde\x41\x44\x38\x66\x59\x5f\x46\xf1\xd7\xbf\x9a\xae\x33\x5c\xe4\xc6\xc4\x3e\x4d\xd3\x85\x9b\x52\xb9\xe4\x10\x9c\xef\x5e\x0c\x91\xf5\x46\x28\x98\x1d\x33\x28\x52\x31\xbd\xb6\xc3\xad\x17\x37\x25\x2c\xf5\xb7\x37\x57\x16\x51\xcd\x38\x6e\x9f\x1b\x11\xca\x63\xdb\x56\x4d\x6f\x9a\xb2\xde\x82\xa5\x73\x92\x55\x6d\x1a\x8c\xa3\xb9\x7b\x74\x1d\xcd\x24\xd3\x15\x6d\x3b\xe1\x7d\xb4\xc9\x90\xaf\x2b\x75\x49\x6f\xbb\xdc\x22\xcb\xda\x92\xf7\x31\xff\xa4\xa1\xc4\x13\x96\x5c\x64\x59\x5b\xf2\x2e\xc3\x19\x3e\xf9\xbd\xbc\x42\x3f\xae\xad\x8f\x63\x1a\x13\xba\xaf\xea\xbf\xc4\x23\x8e\x6f\xa7\xd9\xf5\xdc\x6b\xeb\x9b\x45\x59\x29\xc7\xc9\x87\xa8\x96\x73\x6d\x3d\x97\x71\xa6\x47\xf4\x84\x15\x30\xc7\x8a\xa1\xbd\x58\xb9\x54\x6e\xab\x5c\x7a\xa2\x72\xc5\x02\x7b\x28\x65\x8f\xeb\xe5\x75\xb2\xa2\xc9\x3a\xc3\x8b\xf5\xbc\xef\xce\xec\xb7\xff\xcb\xdd\xf4\x3a\x26\x18\xec\xdd\x71\x29\x2b\x04\x37\xc4\x73\x7d\x78\x2c\x6e\x5f\x59\xe9\xf6\x75\x0f\xef\x13\x7a\x2e\x3b\xa4\x93\xf6\xcb\x57\x51\x9c\xbd\x2d\xc5\x34\x6e\x43\xb7\x38\x82\x34\x9e\xa0\x9c\x24\xad\x65\x6e\x0e\x2c\xb2\x34\xd9\x79\x98\x4e\xd3\x56\xe4\xd1\xd8\x22\x6b\xae\xd5\x50\xf5\x58\x08\x6d\x01\xab\xdd\xcd\xf2\x80\x39\x77\xb3\x66\xba\xd8\x7a\x2a\x6f\x21\xf0\x93\x6c\x9c\x27\x36\x78\x38\xf1\x23\x06\xe7\x00\x31\x80\x0c\x15\x47\x1d\x7b\xbc\xd9\xe6\x67\x0c\xbc\xcd\xbb\x5d\xc0\x46\x7c\x8c\xf0\x88\x8f\x37\x8a\x63\x77\xe5\x05\x84\xac\xea\x1e\xbd\x7e\xd0\x95\xaa\x8e\x4c\x59\x3a\x17\x32\x4a\xb9\xfe\x93\x3f\x15\xc8\x16\x0c\x47\xf1\x89\x5e\x09\x54\x55\x26\xff\x05\x79\x0b\x41\x83\x0d\xc7\x90\xbf\x60\xe0\xdd\x6e\xae\x34\x3c\x2d\xbc\x47\x08\xa5\xef\x24\xf7\x21\xd9\x45\x2d\xe0\xe0\x18\x6d\x6e\xe9\x44\x8e\xe7\x99\x24\xe0\x0b\xd1\xc2\xe5\x52\x46\x75\x76\x9d\x5f\x4e\xaf\x62\x8a\xd8\x6a\x95\xca\xfe\x10\x18\xc1\xcc\x7a\x8f\x17\x9c\x2b\x32\x9c\xab\x90\xb9\x6a\xdc\xa0\xd6\x82\xd5\x2a\x90\x56\x02\x26\x8f\x6a\x6c\x63\x53\x07\x85\x45\xc9\x5a\xde\x28\x5a\x87\xeb\x76\xb2\x83\x46\x3b\xd9\x81\x6b\x27\x3b\x18\x0f\xcb\xdd\x0d\x00\xe4\x0d\x16\xb7\x65\xd3\x5a\x4d\x04\x46\x81\x64\x7a\x62\x2e\x7b\xe5\xd0\x1a\x75\x53\xcd\xca\xa3\xe8\x89\x9c\x44\x1c\x7b\xd3\x94\x79\xae\x66\x4b\x9a\x71\x10\xee\x91\xcc\x8b\x12\xb1\xe2\x0e\xbd\x85\x92\x91\x42\x1f\x00\xbd\xaf\xd9\x12\x4b\x6a\x21\x55\xb5\xb2\xe6\x3e\xda\xc7\xdc\xcb\x78\x34\xb9\xea\xca\x43\x32\x21\x87\x49\xb4\x87\x93\x21\x17\xb4\x7d\xfc\x76\xa2\x8d\x35\x4e\xd0\x39\x53\xc4\x09\xba\x26\xa9\x58\x85\x74\x4c\xca\x1d\x74\xea\x89\x71\x82\xb9\x32\xf8\x39\xf1\x7e\xa6\x34\x08\xce\x68\x90\xcf\xe1\xdb\xd8\xe1\x3c\x16\x38\x99\x25\x52\x16\x00\x70\xec\xb6\xe7\x64\x92\x91\x51\x02\x6d\xa4\x44\x03\xe2\x6c\x84\x11\x80\x99\x4c\x83\x59\x6d\x23\xac\x9b\xa3\x97\x37\xc2\xc3\x05\x2e\x4e\x90\xeb\x2d\xb0\xd7\x9f\xf3\x8e\xdb\x46\xdb\xcf\xd3\xf7\xce\xce\x9d\x23\xbc\x61\x4f\xd5\x3c\xdf\x50\x36\xaa\xe6\x60\xed\xeb\xa6\x9b\x56\x1d\x23\x19\x57\x0f\xd0\xf7\x4a\x7b\x62\x56\x7e\xa9\x37\x5c\xad\x3f\xc9\x4e\xe5\x7d\x24\x76\x8e\x98\x15\x4c\x43\xdf\x12\x59\xa2\x16\x67\xc6\xba\x67\x76\x0f\x23\x6e\x29\x12\xbe\x27\xab\xbc\x2d\x59\x45\xf2\x51\x2c\x86\x5c\x1d\xa8\xdd\xe1\xe6\x76\x09\xab\x19\xa9\x1f\x87\xa5\x37\xff\xda\xe1\x55\x1b\x18\x72\xb3\xaf\xba\x42\xa6\xd9\xa6\x8e\x34\xab\x1b\x0e\xa0\x26\xd7\xe1\x51\x6e\x1d\xee\xf3\x70\x9a\xb2\xf3\xd1\x64\x16\xb8\x7a\x37\xc9\x7d\x43\xcb\xfa\x02\x00\x8e\x70\xa8\xcb\xe9\x76\x37\x8c\x45\x83\x65\x6e\x92\xad\xe8\xd2\x47\x5c\x12\xd7\x58\x6c\xe4\x42\xd4\x17\x6c\xc7\x11\xd3\x1c\xb6\x07\x4c\x91\x67\x07\xb9\xbe\xdf\xc5\x19\x37\xef\xb2\x04\x6c\x09\x5e\xf5\xb7\x7e\xb5\xb7\x49\x03\xd0\x78\x6c\xbd\xce\x7b\x73\x1c\x65\x4b\x86\x59\x3f\xc3\xec\x1a\x99\x60\xc1\x67\x9c\xe4\xdf\x4a\x04\xb9\x4b\xaa\x29\xd6\x06\xf4\x0e\xed\xee\x27\x11\xbd\x16\x65\x28\x4e\x27\x32\x59\x5f\x18\x9c\x57\x0f\xcb\x02\x5f\x7d\x36\x06\x51\x13\x7e\x1d\x39\xb9\x04\x7d\x99\xd7\x51\xfe\xe9\xd8\x07\x39\x3c\x20\x31\x9f\x35\xa8\xab\xef\xf0\x25\x90\x8c\x02\x53\xa8\xb4\x03\xd3\x8a\x70\x9a\x52\x8e\x78\xd1\xac\x50\xcf\xc5\x65\xf9\x92\x0e\x84\xb2\x1d\x39\x4c\x08\xad\xbc\x2b\x6b\x7d\x9a\x74\xba\xb1\x41\xa7\xdd\x06\x9d\x36\x0d\xaa\xb5\x84\x15\xe1\x0d\xa8\x35\x7e\xea\x5f\xa1\x7d\x00\x89\xbd\x45\x85\x2a\x8c\x8d\xbd\x54\x4d\xdd\x0b\x55\x65\xcf\xef\xfb\xa2\xf6\x82\xff\x65\x28\x32\x96\x54\x9e\x0f\x74\xd8\x8b\xc1\x76\x72\xc6\x34\xbb\xb7\xe5\xc6\x51\x68\x1c\x8d\x6c\x94\x8c\xbb\x22\xbb\x1a\x94\xed\x60\xd9\x45\x13\x70\x56\x0c\x27\xe9\x76\xe1\x12\x4d\x40\xae\x22\x27\xb4\x66\x77\xb3\x4e\xdd\xac\xd3\xe2\x51\x00\xc9\xe1\x94\x70\x91\xe5\x52\xd9\x3c\xea\xae\x8c\xb9\xb9\xb7\x96\xed\x90\xc1\x75\xcc\xfb\x09\x33\x07\xfa\xed\x4c\xff\x4a\xdc\xed\x83\xc2\xb8\xcc\x93\xa1\x57\xa6\x49\x9a\xb2\x40\x5e\x49\x3e\x94\xa4\x11\x0f\x08\xb8\x8f\xf7\x29\x38\x2e\x10\x19\x67\x4b\x3e\xeb\x29\x73\xb4\xac\x6f\xfe\xaa\xf0\x78\x75\x41\xa4\x84\xac\xee\x42\x54\xda\x24\xa5\xd7\x30\xe3\xb7\x73\xaa\x77\x8e\x9f\x50\x90\x94\x39\x7e\x9e\xa1\xf2\x08\x2a\xd8\xea\x16\x42\x15\xab\x65\x3c\x62\xe3\xe2\x9a\x58\x1c\x4f\x2d\x8c\x2d\xc1\xdc\xd1\x1b\xa1\x88\xc6\x72\xdf\x30\x43\xa5\xa3\x58\xca\xbe\x86\xaa\xcb\x01\x6b\xe0\x9e\x8d\xe3\x87\x3f\xbb\x8c\x92\xb7\x11\x43\xcb\xc3\xa3\xc1\x18\x21\x84\xef\xf0\xc1\x93\xac\x5f\x46\xb9\x59\xd7\x1d\x7e\xd2\xee\xec\xf3\x7b\xb7\x01\xec\x73\xc4\x34\xdb\xaf\xcb\x54\xb5\x83\x78\xab\xe7\x8a\x8d\x63\x44\x1f\xd0\x58\xe2\xbb\xde\xef\xc4\x26\xed\x74\x8c\xa3\x89\x02\x3a\xa1\xcb\x89\x8d\xbb\xe9\x66\x42\x48\x65\xa5\x77\x48\xc5\xcb\x0a\xe5\x1c\x81\x20\x3a\x1a\x8c\x61\x8a\x68\xe1\x1c\xc1\x63\x42\x64\x9a\xe0\x47\x97\x82\xba\x3a\x9d\xc0\xa7\x12\xf2\x37\xcd\xe5\x24\x11\x9c\x16\xa9\xef\x01\x01\x00\xd6\x30\xd2\x4e\x27\x48\x0d\x46\x0a\x00\x80\xe4\x6c\x9a\xdf\xa5\x85\xba\xcf\xef\x61\x04\xe7\x7d\x21\x8a\xbe\x47\xdb\xef\xd1\xf6\x6d\xd1\x36\xba\x6b\xc4\x4d\xb2\x5e\x24\x68\xe9\x8e\x36\xa2\xf2\x01\xb5\x38\x8a\x9e\x61\xf2\x38\x6a\xb6\x67\xd5\x40\x4b\xb4\x23\x6e\xb7\xe7\xcd\xad\x0d\x7b\x87\x71\x47\xa1\xda\x64\x91\x77\x6f\x13\x23\x59\x4f\xd0\xc4\xbd\xb2\xd7\x78\x6f\x9d\xff\x6e\xac\xf3\xf5\xd4\xd4\xf0\xb4\x30\xc0\x70\xcb\x15\xb7\x0d\xc5\x9f\x17\xc4\x24\x17\xe3\x6d\x10\xe0\x6d\xc8\x85\x77\xb4\x66\xce\x4b\xc1\xef\xbd\x4d\xe7\x77\x84\x18\xcb\x27\xa2\x63\x7d\x4d\x15\xb4\x27\xa6\x39\xa0\x90\x80\xbb\xb5\x57\x24\xf7\x50\xc4\x4f\xde\x13\xf1\x7f\x27\x29\xf2\xb7\x29\x06\x9d\xb9\x6b\x52\x50\x72\x2f\x45\xfc\xe4\x3d\x11\xff\x3d\xda\xbe\x6d\xda\xbe\x7b\x22\x3e\x4d\xf9\x6d\x09\x15\xad\xca\xa6\xcd\x3b\x57\x36\xd1\x94\xcb\xfd\x48\x75\xe1\xee\x09\xec\x34\xe5\xef\x06\x25\xe4\x60\xad\x12\xf2\x6d\x9e\x72\x68\xca\xef\x9e\xd6\x31\x6d\x36\xc2\x7a\x57\x8d\xd7\xdd\x55\xda\xa6\xec\xee\x8d\xde\xf5\x77\x60\xf8\x1a\x3d\xbb\x8d\x06\x63\xb0\x59\x1f\xb3\xad\x31\xb8\x93\x21\xb9\x7e\xc2\x31\xd9\x58\x37\x26\x4d\xdd\x7c\x47\x9f\x39\x68\xab\x03\xd7\xef\x24\x86\x3e\xc9\x2e\x8b\x26\x1d\xaa\x27\xf7\xfe\x5e\x9a\x26\x38\x72\x9f\xfb\x17\x0f\xc3\x2a\x02\xb3\xd9\x70\x77\x06\x65\xd7\x95\x45\x7c\xec\xe1\xe6\x26\xae\x3f\x10\x90\x7b\x8d\xd8\x2d\xb3\xfe\x24\x4d\x12\xac\xac\xb8\x1a\xc8\xc4\x41\x54\x83\xa7\x13\x48\x4a\x7b\x58\xec\x5c\xef\x80\xb1\x46\xb1\xa7\x95\xe2\x93\x3b\x0d\x57\x71\xdb\xa5\x8b\x9b\x4e\x67\xb3\x3a\x38\x8d\x8e\x07\xdd\xec\x50\x54\xb1\x61\x54\x3f\xd4\xcc\xce\x71\x25\x64\x84\xee\x2f\x93\x88\xe9\xfc\x85\x65\xeb\xda\xd1\xa6\x53\xc2\xe6\xd1\xbb\x7b\xbc\x21\x55\x23\x4e\xca\x23\x6e\x46\xba\x94\x18\x25\x49\x7a\xf0\xd1\x24\xa2\x57\x7d\x50\x8c\x9c\xd2\x22\xd8\x91\xdb\x94\x96\x6b\x9b\xe5\x73\x1e\x86\x45\x41\xe2\xcc\xd7\x3a\x51\xee\x90\x9d\x7c\xa8\xe3\x88\x37\x9a\x1d\x1d\x3f\xc4\xb0\xd1\x33\xe7\x3b\xf2\xcc\x47\x3f\x9b\xdc\x6c\x70\xd5\x74\x21\x9d\x63\xca\xff\xf0\x92\x47\x32\xe3\x95\x4a\x7a\x6d\x12\x6d\xe0\x33\xec\x3d\x18\x71\xec\xd9\xce\x85\xbe\x79\x02\x66\x07\xf9\x93\x84\xcf\xf4\xeb\x34\x31\x71\xb2\xaf\x0f\xa5\x62\x64\x7d\xe8\x5f\xb8\x70\xc1\x7b\x30\x85\xde\xa7\x3e\xf5\xa9\x4f\xf9\x00\x46\x45\x36\xdd\x15\x82\xb3\x80\xc1\x91\x3f\x35\x39\x16\x0c\x4f\x48\x26\x27\xc5\x25\x82\xb1\xf2\x51\xac\xd0\xa4\x87\x62\x8b\x28\x9d\x14\x17\xa8\x70\xd2\x5a\xc9\x1e\x9e\xa6\x0c\xfb\x82\xe4\x1e\x63\x1f\x35\x3f\xa2\xa9\x7a\x57\x24\x12\xcf\x49\x78\x0c\xe0\x14\x4d\x42\x85\x0e\x63\x34\x09\x8b\x0c\x70\x86\x26\xa1\xcc\x02\x17\xfa\x83\xcc\x04\xe7\xa8\x30\xa6\x4c\x8e\x21\xd9\x0c\x1c\xcd\x11\x91\x3e\xf9\x36\x07\x6a\x44\xaf\xa9\xdf\x20\x24\xd9\x93\x62\xb4\x03\xc5\x3a\xae\x35\x53\xaf\xa2\x42\xcb\x60\xe6\x45\xae\x66\xfc\x03\x96\xd2\x7d\x31\x95\x66\x66\x44\x56\xe5\x78\x49\x1a\xec\xca\xd6\x00\x70\x5c\x31\xe5\x6a\xa7\x9d\x4e\x30\x45\x24\x98\xc2\x0c\x40\xd9\x06\x35\x44\xc1\x14\x2e\xed\xb2\xf3\x0a\xb7\xbc\x0c\xda\x19\x98\xea\x99\x14\x32\x3e\xac\x54\x62\x70\x4c\x35\x71\xa7\x13\xc4\x88\x04\xb1\xad\xe6\x52\x34\xc7\x66\x3e\x82\xb8\xb5\x32\x77\x96\xe3\x35\x15\xba\x78\xa6\xd2\x59\xa7\x13\xcc\x10\x09\x66\xb6\x52\x39\xcb\xc1\xac\xb5\x36\x4d\x46\xb3\x35\x15\x69\x14\x53\xc7\xa2\xd3\x09\x16\x88\x04\x8b\x4a\xc7\x54\x4d\x8b\xb5\xfd\x52\x84\x0a\x17\xc7\x74\xeb\x9c\x53\xa3\x65\x6f\x50\xfb\x29\x13\xf4\x80\x88\x76\xf9\x17\x0c\x20\x73\x32\xcf\x25\x5b\xf0\x9d\x63\x20\xb9\x23\xd3\x8d\x4e\xc7\xfd\x65\xbc\xd2\xd0\xf4\x40\xbb\xdc\xac\x2e\x93\x1d\x1a\x80\xa1\x49\x7c\x34\xa5\x38\xe0\x22\x4d\x30\x2c\xd1\x5c\x41\xa4\x43\xc3\x28\xd7\xf3\xe9\xcc\xb0\xdd\x26\xdf\x92\x25\x0e\x7c\xa7\xbb\xe4\x3d\xe2\xd5\x1c\xa6\x30\x6a\xe5\xd7\x72\x6c\x7a\x0f\x46\x3c\x6a\xe5\xd8\x97\x14\x6e\x9d\x6b\x67\x88\x04\x11\x80\x4b\x94\x85\x8b\x88\xcf\x60\x82\x32\xf9\x92\xc0\xe1\x98\x41\x0a\x97\xa0\xb4\xab\xca\x49\x98\x80\x4e\x67\xe2\x1a\xf5\xd3\x50\xd6\x91\x75\x3a\x13\x69\x42\x9d\x38\x1c\xc3\xa5\xa3\x38\xf3\xd5\x63\x64\xee\x6c\xcb\x93\x50\x0e\x67\xf6\x50\xca\x82\x04\x40\x3f\x89\x32\xae\xc7\x6e\x8e\xb3\x2c\xda\xc7\x85\xbf\x3e\x45\xaf\x82\x97\x47\x7c\x76\x8e\xc6\x9f\xc0\x87\x2e\xcd\xba\x04\xaf\x66\x31\x8e\x78\x54\xa1\xdb\x9a\x1b\x2a\xf9\x64\x1f\x71\xe5\xd7\xb4\x30\x58\x94\x5a\x1c\xb5\x83\x65\x3e\x80\x47\x62\x90\x86\xdc\x79\xe6\x7f\x15\x1f\x0e\x59\xc3\x53\x60\x87\x72\xf0\xf5\x49\xb2\xcc\xde\xcd\x72\x58\x83\x14\x46\xa1\x4f\xa8\x0f\x60\xda\xb8\x75\x52\x38\xf2\x59\x44\xf7\x71\x6d\x4b\x8e\x50\x1a\xca\x2f\x82\x62\x52\x67\x13\x3e\x66\xff\x23\x9d\x8e\x74\x55\x4b\x5c\x57\xb5\x8d\x3b\x8e\x33\x9c\xa2\xe5\xda\xb1\xc8\x69\x84\x50\x54\x72\x9b\x98\x21\x16\x44\xf0\xb4\x24\xee\xd1\x60\x2c\x48\x7b\xb4\x35\xb6\x94\x2d\x8e\x3c\xb2\x16\x7b\x09\xab\x53\x96\x56\xba\x6c\x45\x49\x64\xad\x93\x4e\x67\x79\x46\x9c\xb1\xf0\x19\x94\x9c\xa8\xad\xb9\x25\xe0\xfa\x03\xbe\xf7\x54\x9e\xef\x42\x95\xe7\xba\x65\x6d\xe4\xd3\x77\xc3\x9a\x66\x58\x1e\x10\xcf\x5f\x5f\x30\x9c\x09\x7a\xcb\x8c\x07\xe0\xc6\xf5\x4e\x8c\x47\x8f\xa6\xb5\x4d\xc4\xda\xc6\xfb\xf8\xba\x0f\x7d\x41\xef\xbe\xe0\x04\xd7\x30\xcb\x5a\x16\xbb\x40\x85\x19\x4a\xe5\xe2\x80\x4b\x94\x86\x1a\x1d\x26\xc8\x0a\x00\xcb\x4e\x67\x79\x3b\x1c\x21\xeb\x74\x36\xa3\x4e\x87\x8e\xb2\xb1\x74\x1a\x24\x00\xb0\xe1\xe3\x79\x44\xa4\x6b\xee\x4c\xa6\x22\x44\x43\x99\x24\x7f\xd5\xf5\x1f\xfa\x6b\x98\xa5\x4b\x36\xc1\x90\x35\xf6\x17\xc3\x91\xea\xd6\xa3\x29\xbd\x9c\xc4\x3e\xf4\xe7\x44\x00\x8f\x28\xc5\xc6\x18\x40\x82\x58\xe8\x60\xc0\x14\xb1\xd0\xc5\xd9\x28\x6d\x8c\x29\x58\xad\xea\x5a\xec\xd5\x4a\xba\xd8\x30\x7e\x76\xfc\x51\xd4\xfb\xdc\xa0\xf7\x07\xe3\x60\x67\xa8\xc1\xde\xf8\x3e\x93\x08\x76\xde\xe7\x43\x8b\x72\xe4\x77\xd3\xae\x0f\xf3\x56\x54\x00\x36\x88\x76\xe1\x61\xcb\xff\x48\x81\xdd\x56\xc7\x95\x2b\x21\xf0\xe1\x09\x31\x77\x80\xe3\x30\xd7\x71\x3f\xcf\xa1\x4f\x7c\x90\x4b\xdd\x7d\x21\x92\x12\x68\x48\x28\x52\x4e\x8b\x36\x99\x20\x60\x69\x80\xeb\x83\xd5\x2a\xaa\xcd\xbd\x36\xce\x8d\x00\xd8\x44\x2d\xdc\x34\x5b\xad\x04\x25\x8a\xb5\x24\xd8\x29\x71\xe4\x01\xcd\x4e\xb5\x73\xae\x88\x3e\x4c\xaf\xa5\x57\xb1\xd4\xb0\x36\x2c\x8d\x23\x49\x15\xc3\xfe\x53\xba\x87\x9b\xbf\xf7\xbe\xdf\xef\x9c\xba\xaf\x7b\xa5\x8f\x76\x9e\xda\xfd\xf4\xd1\x2a\xff\xff\x7a\xe3\x6e\xb0\x33\xbc\x12\xae\xc5\x00\xf7\x9d\x64\xec\x42\xd0\x3d\x6e\xb2\xfb\x04\x2e\x66\x29\xc5\xc3\xfe\x53\xc1\xe8\x4a\x77\xbc\xb3\x75\x25\xbb\x6f\xd4\xbb\xd2\xbf\x12\x8e\x77\xae\x64\xf7\x81\x9d\xe0\x4a\x10\x5c\x89\x8f\xee\xcf\xc1\x15\xb0\xd2\x10\x28\x23\x99\xef\xb5\xc4\xf7\xcb\xc4\x20\x18\x5d\xff\xa3\xf1\x6a\x84\xcf\x8f\x05\x30\xe2\x97\xc7\x3b\x23\x81\xb5\x92\xef\x03\xc4\xc8\x48\xb4\xd1\xef\xdd\x77\x25\x1e\x77\x01\xb8\xef\x7d\x7d\xb8\x64\xc9\xb0\x1f\xec\x0c\x83\xd1\xb9\xde\x1f\x47\xbd\xcf\x8d\xbb\x60\x28\x1a\xd3\x3f\x1a\xc0\xfb\x73\x20\xba\x70\xae\xf7\xc7\xa2\x17\x1a\xec\x09\xf8\xbe\xe0\x4a\x38\xba\x72\x20\x46\xa8\x1b\x8c\xae\x1c\x84\xf0\x23\x3b\x4f\xa1\xdf\xef\x44\xf3\xc5\xf6\xf0\x4a\xff\xff\xeb\xfe\x5e\xef\x28\x1f\xdf\x37\xba\x72\x50\xa4\xdb\x64\xb0\xb3\xd3\x5f\x2b\x4e\x11\xfa\x9e\x38\x75\x32\x71\x0a\x9d\x44\x9c\x72\x86\xf3\xb7\x2b\x4e\x6d\x4e\x56\xab\xe5\x59\xbc\x5a\xe1\xb3\x2d\xd2\x54\xa5\xa9\xef\x49\x53\xff\x85\xa4\xa9\x35\x51\x1f\xd6\xe8\x46\xdf\xfe\xf2\xd5\x4d\xc0\x0d\xb1\x89\x1a\xcf\x92\x4e\x93\xfd\x2e\x76\x1f\xf5\x54\x15\x20\x90\x20\x45\x65\xf4\xec\xd6\x0e\xed\x6d\x0d\x07\x62\xf9\x6f\x6d\xa7\x67\xa8\x7c\xd8\x43\x46\x69\x6f\x6b\xec\xa8\x46\x52\xe7\xda\x5c\xbd\xc7\xd2\x32\x1c\x59\xaf\xd7\xd0\x37\x30\xef\x56\x6e\x58\xbf\x54\xa9\xe8\x60\x8d\x68\x55\xe1\x7e\x50\xb4\xe5\xa3\x98\x1f\x60\x4c\x2f\x68\x1d\x00\xf4\x49\xa6\x04\x34\xf1\x7f\x74\x5d\x49\x67\xd4\x4a\x67\xd8\x2e\x3f\xc1\xfb\x56\x2b\x02\x23\xf3\x55\x69\x82\x33\x44\xc3\x5a\xb1\x70\x89\x68\x48\x32\x98\x20\x2a\xe4\x3a\x38\x11\x7f\xa3\xeb\xc5\x0d\x84\x96\xec\x0a\x1e\xbb\x29\xe4\xb9\x2a\x73\xb2\x92\x09\x33\x5c\xb4\x9d\x45\xab\xe7\x54\x8d\x17\x69\x75\x55\x8b\x60\xa1\xcb\x4d\x84\xa6\x6b\x34\xb9\x5a\x5a\xb5\xb5\x67\xce\xfd\x94\x2c\x24\x01\xd5\x94\x89\xe0\x33\xd3\x33\xc9\x6a\x35\x3d\x3b\x69\xd9\x1d\xf6\xd4\x40\x39\x8a\xe5\x5a\xa1\xc9\xd9\x96\x76\xf1\x34\xbd\x34\x4b\x19\x6f\xcb\x2c\x35\x48\x67\xda\x33\x3f\x92\xd2\xfd\xdb\xb9\x87\xd1\x8a\xa2\xec\xde\xdf\xb4\x1e\xed\x4a\xe9\x76\xd8\xbf\x72\x14\x5c\x39\xe8\x82\x2b\x79\x7f\xdf\x78\xec\x75\x1d\x5f\xfa\x97\x67\x24\xf3\xa6\x04\x8b\x63\xc5\x3e\x76\xbf\x3d\x94\xb2\x13\x78\x79\x38\xd9\x1b\xc8\xa3\xbc\x7c\x5d\xab\x09\x2a\x2e\x6a\x13\x32\x77\x35\x4e\x42\xbd\xbd\x3e\xc8\x45\x2b\xf5\xaa\x28\xb5\xf0\xed\x3e\xd3\x2c\x9a\xa8\x3c\x7c\xca\xb3\xb3\xae\x28\xa8\xb4\x0c\x03\x19\x11\xb0\x84\x73\x37\x5b\x02\x19\x32\xce\xd0\xcb\xeb\x9b\x89\x93\x9b\x0e\x68\x6a\x4f\x6e\x4c\xb9\x9d\xad\x8e\x9e\x59\xee\x00\xc0\xc2\x73\x7a\x15\x49\x91\x89\xef\x3e\x67\x17\xec\xb0\x36\x59\x52\x75\x0d\x72\x18\x4d\x26\x78\xc1\x71\x3c\xf4\x8f\x9c\xc9\xcb\xbd\xf9\x32\xe3\xde\x1e\xf6\xcc\x77\x1f\xca\x7b\x83\x56\x34\xf1\xd1\x3b\x92\x7f\x72\x1f\xaa\xdb\x93\x36\x64\xf5\xd5\x3b\x52\x7f\x05\xba\x60\x94\x55\xec\x49\x44\x4f\x29\x74\xc5\x9b\x8b\x4b\xed\xd6\x46\x78\xee\xc5\xb7\x7b\xb7\x5a\xcd\x11\xa7\x38\x13\xa5\xcb\x13\xa0\x77\x94\xd2\xdc\x87\x62\x4b\x6e\x2f\x59\x09\x20\xfa\xea\x49\x9e\xe5\x8e\x41\x95\x48\x5e\x14\xc7\xe2\x0c\x28\xf2\x2c\xf8\x61\x6b\x17\xf5\x2b\x07\x69\x16\x76\x39\x6d\x2b\x5a\x7e\x16\xc2\xcf\x11\xc9\x72\x1f\xe2\x6b\xb8\x75\x28\xc4\x37\x1f\x5a\x5d\x60\x15\x4d\x2a\xed\x33\xcc\xae\x89\x89\xdd\x97\xaf\xab\xd9\xe5\x59\xd4\x5a\x9c\x46\xf1\xf8\x2c\xa2\xde\xd1\x3e\xcf\x4b\xb9\x1e\x63\xe7\xd7\x37\xbc\x94\x3d\x65\x4e\x47\xf6\xb9\x98\x7f\x2b\x65\x37\xb4\x93\xa6\xdc\x93\xdf\x63\x1c\xab\x40\x47\xd8\x4b\x48\xc6\x45\x2e\x39\xd2\x0d\x79\xec\xc6\x98\xe0\x2c\x5b\xd7\x2f\xf1\x5d\x77\x2a\x11\x9d\x32\xf8\xc7\xf6\xa8\xc8\x58\xea\x4e\x22\xbb\x43\x53\x7e\x8e\x3e\x4c\x39\xde\x5f\xb3\x60\xa8\x47\x14\x86\xc2\x57\xd6\x86\xed\x44\xa5\xb5\x3b\x30\x8d\x5b\x97\x6a\x1a\xc7\x3e\xb4\xf7\x6d\xad\x58\xb2\xc9\x7a\xbd\x5a\xec\x5c\xe5\xfc\xe8\xda\x75\xab\xb2\x9a\xd5\x5b\xe0\x8b\xcc\x7c\xb6\x9e\x82\x24\x82\x1e\x6a\xb9\xc1\xe5\xbe\x56\x40\x1c\xb3\x8e\x24\x92\xed\xbe\x8a\xaf\x7b\xad\x35\x97\xf9\xee\xc3\xf9\x32\xe1\x64\x91\xe0\xc7\xa6\xed\x35\x18\x1c\x2f\x9d\x7a\x47\x45\x06\xd1\x34\xb1\x3c\x28\x6f\xe5\x60\x8a\x25\x19\x2b\x99\xd6\x75\x5d\xe6\x48\x5a\xc0\x68\x20\x58\x9e\xa6\x5e\x92\xd2\x7d\x2f\x98\x47\xd7\xc9\x7c\x39\x17\x89\x47\xf3\xe8\x7a\xee\x4d\x66\x11\x8b\x26\x1c\xb3\x0c\xc8\x12\xa4\x7c\xd3\x52\x44\x26\xbe\x79\xc1\x9c\xd0\xa2\x0c\x42\x2b\x65\x68\xf9\xaa\x9d\x39\xcb\xcf\x3a\x67\x44\xe3\x5a\x3b\x7c\xa9\xa3\x39\x66\xda\x96\x2c\xf1\x61\xe5\xc2\xbf\x2d\x8f\x5e\xd5\x6a\xf7\x95\x73\xa1\xc0\x5c\x97\xa0\x04\xcd\xa6\x3e\xcf\xb0\x27\x31\x3c\xb5\x1f\x7b\x81\x8a\x34\x24\x0a\x15\x3c\xb2\xd4\xf1\xb5\x82\x9c\xa1\xaf\xbb\x7e\xa0\x29\x1b\x30\x37\xa8\xc1\x65\x28\x33\x18\x21\xe3\xc4\x50\x1c\x37\x90\x0c\x87\x1e\x6d\x22\x94\xee\x54\x8f\x84\x8a\x2f\xf9\x90\x40\x06\x86\x7e\xc2\x0d\xf2\xd9\x3a\xae\xe1\x66\x05\x32\xb6\xd8\xad\xc8\x96\xf5\x99\x5c\xfb\xb6\x8a\x33\xf5\x2a\x9c\x5d\xa0\xc0\xb7\xb5\x9c\x59\x87\x5f\xab\xc8\xae\x5d\x93\x7b\x50\xcd\x5d\xac\x6e\x95\x43\x70\x3c\x8d\xfc\xfb\xa7\x11\xaa\xe1\x4b\x8e\xa8\x50\xe5\x86\x68\x71\x37\xeb\xb8\x6a\xc7\x94\xc8\x9b\x81\x5f\x30\x03\x9d\x69\x93\x06\x51\x3f\x05\xa0\x76\x08\x73\x30\x65\xee\xe6\xa0\xf7\x9a\xbe\x0a\x07\xcf\x9d\x0e\xc9\x1e\x22\x94\x48\x6b\x82\x4e\xc7\x71\x08\x21\x95\x55\xf8\xed\x38\xd5\x6b\xba\x76\xd1\xd6\xec\x92\xd4\xdc\x88\x83\x04\xc0\xac\xf5\x4e\xa6\x74\x34\xae\x9d\x99\x95\xbb\x21\x79\x57\xa3\x36\xb2\xb1\xba\xd5\x77\xce\xbe\x89\xf9\x29\x0f\xca\x93\xe2\xa0\x9c\xac\x56\x09\x9c\x9a\xaf\xaa\x24\x18\xcb\xa8\xa1\xb2\x2c\x7d\xd9\xd9\x72\x16\x96\xfa\xc6\xe5\x31\xfa\xc8\x96\x8f\x95\xe9\x2b\xf6\x5e\xad\xe0\x27\xd3\xc0\x08\xe4\xee\x6c\x6d\xb6\x1c\x1a\x9b\xf2\x6f\xba\x27\x87\x76\x02\xd8\x24\xd9\xa3\xd1\xa3\xd2\x29\x53\x7a\x1b\xad\x8b\x25\x31\xae\xcb\x61\x64\x0f\x9d\xc7\xe8\x8b\x66\x68\xb0\x3d\x3b\x63\x54\xac\xdb\x33\xe3\xa2\x65\x81\xa2\xd1\x6c\x0c\xe7\x88\x05\x0b\x48\x60\x5a\xb6\xd4\xb5\xa7\x92\xb9\xd1\x47\xce\xf3\x13\x9d\x8d\xd5\x16\x3a\x79\x9b\x76\x8a\x35\xcc\x25\x3d\x60\xd1\xa2\xb7\x60\xe9\xf5\x6a\x08\xd6\x7b\x64\x0a\x53\xd7\xad\x57\xf4\xe8\x45\x4f\x7d\xb2\x4f\x53\x86\xad\x2e\x3d\x45\x24\x34\x5f\x05\x8f\x0f\x9d\xef\x30\xab\x98\x3b\x61\xb1\x7c\xa2\x1d\x43\xb7\x8f\x2b\x11\x24\xc8\xc0\x70\xb3\x4c\xcb\x59\x61\x13\x9c\x76\x3a\x9b\xcb\x16\x3d\x8a\x5a\xb7\x46\xc3\x2e\xed\x7f\xd3\x4e\xa7\x05\x5b\x0b\x3c\x1a\xff\x44\x13\xac\xe6\x83\x64\x4d\x7e\xf0\xde\x29\xaf\xfa\x9b\xc1\x26\x5e\xad\x36\xa5\xf2\x81\xcf\x30\xf5\x01\xc8\x4b\x1e\xa9\xec\xcd\xdc\xf1\x3d\x29\x51\xd6\x9d\xbf\xcd\xd1\x4d\x2a\xbb\x1f\x75\x23\xa4\x3e\x2e\x2a\x58\xad\x1a\xbe\x4b\xe5\xad\xfc\x0c\xee\xe8\x21\x41\x75\x9c\x3c\x1c\x14\x67\x7f\x1e\x30\xb0\x83\x83\x8a\x9d\x39\xe5\xd2\xc2\x0e\x0c\x59\x2e\x5f\x23\xcb\xda\x1b\x9c\x0e\x9d\x60\xc5\xbe\x73\xb3\xaf\x9c\xe9\xdb\xc8\x0a\x2a\x42\x87\x76\x21\xc9\xe1\x44\x79\xff\x1a\x32\xa8\xd5\x73\x43\x5a\xb2\x96\x22\xd7\x0e\x7b\x93\x34\xc6\x73\x22\xda\xed\x44\x55\xeb\x97\xbf\xdc\xfb\x1e\x99\x78\xe6\xba\x01\xd6\x6d\x1a\x8f\xf6\x55\x38\x4f\xd1\x8f\x88\xe1\xc8\x87\xa2\x59\x17\x64\xb3\x8c\x61\x22\x95\xd5\x6a\xe7\x6f\x01\x80\x31\x89\x1f\xa6\x19\x66\x5c\xfb\x49\xbb\x93\x78\xe7\x45\x2d\x4e\x44\xa6\x22\xd1\x07\xd2\x8f\xe0\x65\x7c\x9d\x9f\x63\x38\x0a\x0a\x1c\xac\xea\x7c\x38\x36\x5e\xd9\xdc\x54\x1f\xe8\xc4\x0c\xf3\xe5\xe2\x01\x5b\xdc\xf9\x6b\x98\xf2\x8f\x47\x34\x4e\x30\x0b\xfc\xc9\x4c\x5d\x47\xca\x96\x29\xf4\xc9\x0c\x8b\xe1\x7b\x52\x8c\xdd\x13\x8b\x38\xe2\x38\x3e\x27\xbb\x04\x72\xd1\xdd\x8b\x98\xc6\x98\xdd\x41\x3f\x97\xb2\xac\xa2\x21\x8f\xc9\x23\x45\x16\xb4\x7c\x96\xf5\x07\x20\x87\x24\x7b\x92\x64\x64\x2f\xc1\x0f\x92\xf8\x01\xd9\x5c\x3d\x19\xe9\x9e\x54\xa6\xb0\xc0\xb7\x28\x3e\xac\xb5\xeb\x20\x32\x1f\x37\x91\x33\xbe\x45\x16\x7b\x6f\xc9\x96\xd4\xf6\xfe\x31\x3a\xc1\x81\xcf\x64\x5f\xdd\xd1\xe1\xe9\xfe\x7e\x82\x65\x56\x92\x10\x7e\x08\x72\x00\xdb\x47\xac\xe2\xfb\xac\xa8\x26\x15\xc5\x3b\x63\x8e\x69\x5c\xcf\xad\x8c\x1f\xf5\x38\x40\x2c\x95\xa5\x6b\x26\xb3\x16\x2d\xc9\xbd\x8d\x11\x95\xee\x11\x1a\x4b\x15\xe4\x46\x95\xee\x42\xbd\xe5\xaa\xd6\x08\xb1\xcf\x3f\x20\x49\xf2\x20\xce\x38\x4b\x0f\x35\x69\xeb\x61\xa8\x0d\xb0\x5b\xcc\x74\x2a\xcb\xc9\x65\x4b\x9b\xfa\xe4\xd2\x8d\x11\x91\xea\xfa\x70\xc8\x91\xb9\xb8\x85\xca\xeb\x36\x96\xcf\xe6\xf8\x88\xb9\x17\x69\x6c\xbc\x61\x87\x4f\x15\xef\xd2\xdf\x48\x39\xd8\xd6\xd5\xfb\x63\xe3\xc1\xf7\x36\x5d\x8e\xde\xbe\xbb\x51\x0d\x54\x5c\x80\x72\x00\x40\x0e\xab\xf4\x53\xbf\x1b\x68\x24\xd1\x8d\x06\x5a\xc6\xc6\xf7\xa0\x93\x8c\x30\xc4\x26\x56\x99\x33\x2f\x0c\x4f\x19\xce\x66\x81\x68\x41\xf3\x32\xac\x50\x6a\xad\x84\x7d\xcc\x15\x62\x80\x81\x1b\x2d\xcd\x41\xc9\x0a\x14\x49\xaa\x2d\xeb\x7d\x5d\x8f\x53\x85\xe2\x83\x0d\xdc\xe9\xb8\x07\x26\x0c\x1a\x5d\x8a\xae\xe1\x2b\x01\x87\xd2\xc9\x4e\x2e\xa9\xb6\xa1\x39\x4f\x36\x3b\xe0\x2e\x1a\xa3\xdc\xb3\x83\x0d\xcb\x37\x2a\xe3\xa1\x17\x66\xf3\x48\xa8\x8f\x78\xb5\xf2\x95\x2f\xcc\xea\x62\x7a\x7b\xfb\x44\xc8\x53\xbb\x1d\xb8\xac\xbf\xb4\x69\x14\xfe\x7a\x1f\xd6\x22\x4f\xf3\xd6\x21\xf6\xe8\x04\x73\xec\x55\x6b\x29\xc7\xee\xa8\x6c\xe0\xd6\xff\xa9\x48\xeb\xd5\xf7\x6e\xe8\x3b\x7b\xfa\xbd\xba\x7d\xbe\xab\xfe\x4f\x77\x8d\x64\x98\x35\x85\x4c\xcb\xa1\xbb\x09\x0f\x1b\x2f\x7a\x4a\x8e\xd4\xed\xa0\xe3\x42\xe4\x2f\x6f\xe4\x4c\x2c\x47\x53\x69\xf5\x16\xce\x2d\xb2\x68\xd9\x08\x8f\x73\x58\xad\x61\x4d\x94\xf0\x52\x4e\xc4\x21\xcf\x61\x46\xf6\x69\x94\x54\x3a\x70\x22\xeb\x86\xd3\x3b\xb4\x77\x5a\x59\x37\x9c\x2e\x59\x37\x9c\xae\x58\x37\x14\xfd\x55\x95\x99\x51\x37\xc9\x70\x84\x21\xfb\x6d\xf3\x63\x22\xf9\x71\x7d\x91\x94\x66\xa1\xb4\x32\x4a\xb3\x50\x5a\x1b\x49\x74\x98\x2e\x79\x6f\x8f\xd0\xde\x22\x9a\x5c\xc5\xac\xbf\x47\x2a\x66\x6b\x75\x14\x4c\x39\x3b\xbc\x9d\x18\x37\x85\xdb\x53\xc4\x57\x2b\x1d\x78\x5d\x1f\x26\x90\xe3\x0f\xb9\x31\x16\x48\x8b\xd3\xe9\x0b\xcb\x8c\x3f\x3c\x5f\x68\xa6\xe4\xf9\x5d\xfc\xf6\x42\x4b\x70\x88\x95\x1d\x9b\x2c\x1f\x55\x77\x15\xd3\x82\x8b\x16\x25\xf0\x1f\x8f\x58\x34\xc7\x1c\x33\xab\x9a\x3e\x20\x7c\x46\xe8\xd0\x1b\x0d\xa4\x2a\xdc\xef\xe2\xae\x0f\xa4\xd7\xfd\x83\x28\x13\x8d\x14\xdb\x8b\xeb\x85\x5b\xf9\xea\x3e\xc7\x51\xe3\x4a\x10\xd4\x50\xc6\x57\x2a\xcd\x94\x22\x66\xd4\x9b\x29\x15\x32\xb4\x83\x32\x4d\x96\xd9\x4c\x7c\x97\x40\xe5\xe3\x0c\x93\xfd\x19\x17\x5f\x15\x54\xf9\x4c\xb2\x8f\x31\x12\x23\x29\x98\x0a\xa8\xf2\x59\x51\x6b\x83\x15\x9b\x3b\xa1\x1a\xab\xdc\xee\x79\x74\xfd\x01\xf5\xf9\xb1\xe9\xb4\xe4\xee\xbb\x1a\x47\x51\xb5\xcb\x09\xb8\x29\x75\x9d\xf3\xe8\x7a\xc0\x7a\x1c\x0e\x2a\xe3\x77\x4d\x49\x0f\x97\x78\xc4\x38\xa1\xfb\x0f\xd3\x18\x5f\x17\xcd\x6f\x4a\xaf\x74\x46\xa9\xd8\xb4\xf8\xf1\x49\x39\x71\x22\x67\x43\x72\xe3\x18\x9e\xe3\xaa\xb2\x36\xd6\xa7\x47\x63\x84\xc7\x3a\x43\xb9\xe1\x72\x35\xdc\x46\x19\xca\x19\xf4\xda\x95\xab\x96\xe5\x6f\xe1\x5c\xed\xcc\x1b\xd2\xb1\x7f\xf5\x62\x37\x31\x85\x35\xd1\x1e\x5d\x1f\x32\x78\x58\x39\x5f\xd7\x3b\x32\x25\xd7\x71\xdc\xdb\x17\xf4\x77\x0c\x27\x12\xcc\xea\xe4\xf7\x29\xf2\x6c\xa1\xa3\x75\x2b\xbe\xf1\x49\xb7\x99\x26\xf1\xe3\x7a\x8d\x40\x67\xfb\x7d\xdf\x24\xa5\xca\x82\x50\xaa\xdc\xdf\x0e\xa3\x61\xd0\x09\xcd\x54\xd9\xb0\x8b\xfd\xc7\x62\x00\x17\xbd\xa1\x35\x45\x54\xcc\x12\xa2\xe2\x02\xce\x4a\xcd\x4b\x9f\xf5\x42\xaf\x13\x5e\xe0\x5e\x2d\xf4\x8b\xb9\xd4\xa4\x1a\x0c\x00\x58\xad\xb6\xc0\xd9\xad\x72\x79\x8d\xeb\xb0\x7a\xac\xc3\x48\xad\x65\x22\x53\x54\x34\xe9\x32\x5b\x90\x87\x3c\xa0\x5f\xca\x39\x2d\xe1\xad\x2d\x69\x70\x91\xad\x9b\x5d\x5a\xa6\x02\xfb\x3e\x5a\x6e\x73\x13\x03\xa8\x13\xb7\xd2\xe5\xca\x12\x9b\x3a\xa9\xfb\x06\xd3\x93\x35\xd7\x04\xa7\x55\x3c\x32\x00\x30\x43\x8d\x8d\x85\x4b\x55\xde\x04\x93\x24\x60\xfd\x0c\xdc\x97\x6e\xd0\x4e\x27\x58\x76\x51\xaa\xc6\x27\x41\x51\x8f\xd4\x78\xa4\x1d\xe0\x25\x4c\x80\xe4\x96\xec\x58\xa6\x53\x11\xbc\xdc\xa5\x51\xce\xde\xc2\xf8\x9a\xf3\x7f\x5c\x33\x3d\xd6\xb4\x7b\xb5\x72\x7f\x33\x2e\xdb\x32\x1a\x2e\x5b\xad\xf0\x59\x06\x3a\x9d\x62\x63\x96\xf7\x9f\x27\x23\x10\xec\x12\xc8\xd1\xf5\x21\xfe\x7d\x7a\x5f\x13\xd6\x6a\x00\x0f\x87\x25\xfa\xa1\xe0\xbe\x86\x59\x91\x61\x70\xea\xe3\x81\x2a\x62\x60\xed\x65\x0d\x6e\x0e\x25\xa5\x72\x7b\x31\x5e\x60\x1a\x67\x5e\xaa\x6f\xb5\x09\xcb\xb8\x67\x84\x52\x2f\x9d\x7a\xd7\x0c\x81\xc6\x7c\x16\xa8\xb2\x81\x6f\x9c\x91\x96\x06\xcd\x04\x11\xb6\x4e\x52\x4c\x14\xbe\x32\x79\xac\x5b\xdc\x70\xab\x78\x43\xc3\x10\x3b\x3b\xd8\x61\xc3\x2d\x58\x90\x22\xef\xb3\xc6\xb1\x19\x80\xf5\x2c\x3d\x9b\xe1\x64\xda\x93\x9d\x3b\x09\x4f\x3f\x99\xd4\xd9\x70\x85\xe3\xde\xa6\x16\xea\x80\x06\x16\x0e\x4d\xe0\x85\x5d\x43\x94\xe7\x29\x67\x04\x67\x68\x74\x47\x7e\x8a\x0c\x77\xa7\x90\xde\x1e\x77\xa7\x27\xe5\xee\x74\x3d\xfb\x16\x67\xbd\x4d\xf9\xd6\xd3\x9c\xfa\xe5\xd4\x1a\x55\x8b\xdc\x0f\xc4\x04\x3b\xdb\xb3\x63\x1c\x5e\xa1\x24\xad\xbb\xe2\xc6\xe5\x93\x5e\xd9\x62\x06\xce\xf1\x80\x01\xbb\x92\xc3\xeb\x67\x07\xc5\x35\xaa\x71\x98\x95\x97\x1a\xdb\xb0\x4c\xee\xac\xb1\x27\x23\x79\xeb\xc0\x4a\xc7\x0a\x1f\xc0\x14\xf1\xde\xd6\x76\x7a\x16\x0d\x3a\x9d\xcd\x80\x9c\x35\x51\xcf\x6d\x87\x52\xe0\xf4\xe8\x10\x6c\xa7\xbd\x1e\xa0\x67\x98\x6e\x79\xa7\x13\x50\x64\x7e\xa8\xb7\x76\x05\xb2\x8d\xc8\xd6\xa5\xe5\x5e\x57\x36\xe0\x72\x60\xf9\x2a\xd1\x6d\xd8\x20\xdb\x52\x37\x66\x04\x6d\x0c\xca\x65\x9e\x6c\xc7\xe2\x27\x1e\x53\x0e\x36\x4e\xb6\xbd\x95\xe3\xeb\x37\x34\x23\x20\xb2\xee\x72\x73\xcd\xf8\xd6\x46\x81\x9a\xc0\x17\x96\xde\x52\xa7\xc5\x1b\xf8\x2c\x22\x9d\x8e\x0a\x53\x67\x19\x3f\x08\x88\xe1\xfc\x11\xcc\xe0\x12\x26\x70\xd2\x3c\x98\xe6\xfc\x3f\x45\x03\x18\x23\x79\xb9\x8f\xcf\x4c\x40\xa9\x0b\x95\x2c\x23\x3c\x96\x74\x23\x48\x69\xb2\x13\x44\x68\x00\x33\x34\x00\xc3\x20\x42\x93\xde\x16\x8c\x51\x40\x9b\xeb\x1a\x45\x63\x77\x31\x74\xa9\xea\x02\x9c\x22\xaa\x09\x46\x1a\xf4\x17\xf4\x02\xa3\x6e\x17\xc0\x04\x45\xdb\xc9\x19\xdc\x75\x22\x9f\xcc\x9a\x04\x81\x04\xc0\x05\xaa\xf3\xe9\x04\x08\x61\x60\xd1\x8d\xcf\xa6\x3b\x41\xb9\xfc\xae\xad\x77\xa9\xba\x0f\xa7\x68\x06\x86\x4b\x14\xc3\xd9\x59\xe5\xfc\x64\x06\x60\x5b\x6f\x92\x31\x2a\x87\xd4\x9e\xc2\x05\x5c\xc2\x0c\xc0\x18\x2d\xbb\x0b\xa3\x90\xa8\x90\x7a\x13\x41\xd4\x84\x3f\x3d\xef\x30\x85\x6a\x74\xcb\xf3\xaf\xa3\xc2\x6c\x24\x08\x9f\x1d\x74\x3a\xf8\x4c\xb6\x53\x5e\xa2\xd8\x5d\xa1\xc3\x62\x95\x4f\x10\xde\x9e\x9c\xc9\xb6\x27\x8a\x51\x2d\x11\x42\x01\x29\xa6\xcb\x64\x9f\x38\x2b\x1c\x84\x87\xab\x55\xb0\x44\x24\x3c\xec\x25\x90\x75\x3a\x9b\xca\x83\xa3\x19\x39\x00\xe0\xf2\x0c\x07\x51\xb7\xbb\x81\x93\x0c\x4b\xa7\x16\x0c\xec\x31\x1c\x5d\xdd\x60\x32\x82\x63\xb7\xd8\x51\x53\x68\xb3\x75\xb7\xc4\xe4\x9a\x31\x8a\xca\x63\xd4\x24\xfa\x14\x0e\x2a\x4b\x2c\xcd\x5c\xb8\x23\x84\xa8\x10\x80\x28\x68\x58\x0c\x14\x8a\x93\xc1\x89\x57\x3a\x33\xbb\x5d\xc3\x78\x96\x1b\x7a\x22\x49\x5e\x2e\x29\x34\x28\x98\xae\x62\xe8\xbc\xd3\xb9\x1d\xe6\x03\x4f\x7c\x20\xb0\x5a\x3e\xc3\x38\xb4\x96\xc0\x32\x0e\x4b\x48\x11\x4a\x61\x86\xc8\xf6\xb6\x1a\xdb\x25\xca\xfa\x91\xe0\x00\x54\x10\x46\x54\xd4\x57\x92\x84\x96\x00\xa6\xbd\xad\xc2\x73\x4d\xa4\x25\xec\xf2\x90\x45\x00\x4e\x50\x62\x87\x4d\x95\x1a\xc1\x20\x43\x93\xf0\xb0\x9b\x18\x32\x38\xab\x9d\x28\x6e\x67\x67\xe5\x4d\x87\xc0\xe9\x6d\x6d\xa2\x5e\x2f\x02\xdb\x20\x43\xc1\x04\x05\xf5\xa2\x4b\xe4\x69\x0b\xb3\xcf\x99\x73\x31\xe2\x08\xa1\xcc\x94\x7d\x06\xe1\x6d\x41\xa2\xf0\xce\x0a\x8c\xcc\x4b\xba\xde\x96\x2b\xb8\xf1\x94\x11\xd2\x8f\xe2\x68\x21\x03\xf9\x45\x8b\x45\x42\x26\x35\x0f\x6d\x77\xdf\xa7\xbe\x6b\xef\x60\xb5\xe1\xe9\x02\xd3\xa6\xe0\xdf\xf8\x40\xdb\x3f\x5c\xbc\xf4\xe4\xe3\xa1\x0e\xef\x1d\x34\xea\x0b\xb5\xa8\x7d\x79\x86\xbd\xcb\xa2\x6b\x9e\xee\x9a\x52\xd8\x11\xa3\x3e\xf4\x3e\x2d\xea\xfa\xb4\x8c\x97\x19\x79\x99\x7a\x85\xed\xf1\x54\x5a\x22\x2f\x30\xc5\xb1\x2f\x6f\x06\xa7\x98\x4f\x66\xef\x54\x93\x64\x65\xcd\x6d\x92\x9f\x4c\xa3\x26\x49\x9a\x35\x05\xd2\xbc\x27\x8d\x92\x95\x35\x37\x4a\x7e\x52\x6d\x6a\x8d\x48\xa5\xe8\x6b\x2f\x4d\x79\xc6\x59\xb4\xe8\xb3\x74\xc9\xa5\x51\xa0\x7b\x24\x50\x48\xfa\x93\x4b\x83\x3d\x91\x86\x7b\x73\x72\x5d\x1e\x11\x2a\x78\x4b\x3e\xc3\x94\x0b\x54\x1c\x37\x62\x26\x64\xaf\x3f\x49\x29\x8f\x08\xc5\xac\x27\xcd\x52\x6a\xc7\x09\x21\x3f\xdd\x1b\x9b\xb0\x54\x64\x92\xcd\x1a\x96\x96\x55\x61\x55\x65\xb9\x1c\x41\x83\x6d\x52\xc4\x58\x23\x6e\x8c\x35\x32\x86\x19\xd2\xe5\xf8\xdd\x68\x23\x95\x0e\xd9\x0a\xb3\xb0\x3c\xd7\x22\x9d\x8c\xf2\x66\x8f\x43\xa9\xf2\xd1\xa4\xcb\x51\xb6\x64\x34\x4c\xd2\xf4\xea\x72\x01\xd4\x53\xda\x6c\x27\x0b\x19\x16\xe4\x1e\xa4\x52\xf2\x71\x50\x1e\x8a\xc4\x61\xe4\x10\x14\x7d\xd8\x8b\x32\x32\xf1\x01\x24\xab\x55\x40\x50\x64\x16\x6d\xd1\x10\xe9\xda\x8b\x3a\x71\x86\x45\x03\x08\x00\x75\x76\x53\x90\x83\x26\xa8\x26\x72\x28\xa2\x16\x8a\x9f\x3d\x83\xf9\x4e\xbe\x0e\xf5\x75\x1b\x86\x7e\x97\x6d\x14\xd1\x47\x03\xea\xcc\x21\xc4\xda\xd2\x26\xa0\xba\xe5\x3e\xb4\xf9\xd4\x6f\x07\x47\x8d\xa5\x2f\xc9\xce\x49\x15\x44\xca\xd2\x24\xc1\x4c\x7d\x5a\x37\x64\xba\x8e\xfa\x80\x2d\x58\x7a\x8d\xc4\xd2\x3d\x3a\xa1\x57\x71\xdc\x23\xb4\x97\x8a\x45\x72\xba\x01\x65\x3f\x4d\xf7\x13\x7c\xc2\xef\xbd\x3d\x1c\xc9\x88\x91\x27\x42\xeb\x5d\x6b\x2a\x70\x1a\x4d\xf0\x5e\x9a\x5e\xed\x4d\x52\x4a\xf1\x84\xaf\x43\xa9\xb4\xaa\x79\x77\xaa\x65\xe7\x07\x84\x73\xcc\x54\xee\xad\xa6\xc6\x12\x3e\x5b\xee\xb5\xf7\x39\xfa\xdc\x92\xe1\x5e\x14\xb7\x63\x08\x3a\x5b\xe0\x35\x5d\xc0\xf1\x3c\x8d\xd3\x1a\x42\x99\x96\xeb\xc9\x8b\x74\xb1\x5c\xd4\x93\xc9\x94\x45\xf3\xba\xef\x4d\xa8\xa5\x6a\x73\x28\x82\x53\x18\xc3\x19\x5c\xc0\xf9\xbd\xb1\xa4\x74\x28\xbf\x42\xd9\x70\xe6\xae\x83\x02\x4b\x2d\x59\x33\x2c\xc3\x3a\x3d\xf2\x13\xe5\xab\x10\x29\xbb\xfd\x4c\x96\x72\xe9\x1d\xe7\x95\xe4\x4c\x4e\x94\xbd\x4e\xe3\xe9\xed\xe5\x33\x3d\x8d\x4e\x94\x4d\x13\xbc\x0f\x97\x27\xeb\x5c\x99\xfc\x93\x13\x65\xaa\xad\x89\xc9\x89\xb2\x55\x17\xca\xf4\x44\xb9\xaa\xab\x27\x5e\x97\x4b\x73\x85\xf2\xde\x9a\xad\xcb\x61\x68\x57\x2f\x2b\x38\x3f\x09\xb2\x5e\x9a\x0b\x67\xbf\xad\xf2\xe6\x49\x3a\x5f\x44\xbc\xbf\x8f\xb9\x92\x42\x58\xcf\xfa\x98\xf8\x2d\x58\x3c\x7b\x58\x99\xcd\xa8\xa6\xf8\x60\xb5\xc2\x7a\x4f\x37\x69\xc3\x79\x44\xa8\x7f\xa2\x8e\x24\x64\xef\xb7\xd4\x87\x5d\xd5\x82\x0b\x64\xc2\xd2\x84\xec\x89\x5e\xa8\x94\xe6\x66\x6b\x03\x5d\x35\x77\x6a\x82\x7b\xf2\x01\xf4\x2c\x4d\xe2\x77\x22\xd8\x71\x9b\xa9\xee\x24\x89\xb2\xec\xd1\x68\x8e\xb3\xe1\xc8\x6f\x6d\xde\xb8\x64\xa3\x61\xba\x45\xa7\x64\x7f\xc9\xde\x81\xd3\x98\x6f\x77\x30\x1f\x32\x74\x94\xbb\x5a\xf5\x22\x60\x75\x8e\x43\xdb\xa6\xbd\x04\xa3\x35\x2f\xc8\xc5\x94\x2c\x39\x8e\x83\x66\xdb\x26\xe4\xc0\x2d\xd1\xc6\xf5\x01\x45\xbf\xd7\x8b\x92\x83\xe8\x30\xf3\x66\xd1\x35\xec\xa9\x6c\x45\x4c\x71\x82\x78\xd7\x0f\xfd\x6e\x61\x31\x46\xc5\xf2\x06\x32\x11\xc3\x14\xd1\xa0\xe4\xd3\x39\x48\xf5\x43\x19\xfb\xd8\x48\xf9\x31\xb5\x0f\xf5\x99\xd6\x0a\xf8\xa6\x61\xc5\xab\x1c\xb6\xc3\x54\xf8\x74\x69\xa9\x37\x64\x1b\x75\xcf\xa7\xd7\x17\x78\xc2\x71\xec\x95\xa6\xcf\x93\x43\xae\xcc\x43\xf4\xe9\x49\xcd\x51\x2c\x4f\x56\x66\xf8\x3d\xd1\xf2\xd8\xab\xf7\x05\x14\x4a\x26\x19\x23\xdd\x14\x5e\xf6\x11\xc3\x10\xd6\x6e\x48\x1f\x70\x2b\x47\xd4\xf5\x13\x91\x3b\x71\x02\x8a\x63\x52\x94\x65\xef\x70\x40\x00\x79\x59\xb3\x5a\x4d\x52\x9a\xa5\x09\x56\xbe\x56\xe5\x8d\x5b\x75\x1d\x34\x9d\xe2\xee\x59\x3b\x67\x51\x76\x51\xee\x04\x7a\xe8\x9a\xad\x74\x3a\x9d\x1a\xe6\x4e\x2d\x25\xe0\x60\x68\xf6\x15\x76\x28\xfd\xcf\x72\x39\x79\x66\xab\xa9\x29\xd9\xdc\xe2\x9d\x6d\x6d\xa7\xf4\xab\xd8\xa9\x44\x1e\xb7\x86\xd2\x07\x51\x51\xe9\x28\xb7\xa6\x2b\x25\xbc\x9d\xca\x6f\xd9\x0d\x81\xc5\x70\x96\x26\xd7\x70\xa5\xd3\x0d\xa9\x36\x47\x7b\x1f\x76\x77\xed\x8c\xee\xee\x36\xd4\x17\xda\xcf\xb5\x8f\x45\xc7\x8e\xed\x91\xed\xca\x1d\xb6\xa8\xb9\x29\xba\x0d\xfb\x98\x3f\x76\x40\x4b\xb3\x58\x77\xa3\x21\x31\x76\xca\x3f\x03\x5c\x2a\xb5\x99\xe0\x93\x34\x12\x02\x33\xe1\x24\x4a\xc8\xe7\xde\x89\x0d\xcc\x2d\x53\x3f\x5a\xa0\x8f\xa4\x51\xac\x9d\x39\x87\xe7\x5c\x39\xab\x64\xd9\x1c\x3a\xed\x14\x2b\xb8\x65\x0d\xeb\x2e\x29\xc9\xe8\x77\xa8\x6f\xaa\xc1\x0f\x9f\xa8\x8f\xd2\x63\x79\xef\xb3\x4b\xcc\x0e\x7b\xfa\x91\xe8\x3b\x24\x79\x54\x54\xa9\x8d\x86\xc5\xf2\x49\xd6\x27\xf0\xa1\xbe\x8b\xb9\x8a\x0f\xb3\x1c\xca\x26\x37\xbf\x75\x50\x36\xeb\x2c\x81\xfa\x12\xd3\xe6\x97\x42\x02\xa4\x68\xb0\x4d\xcf\x98\xbb\xcb\x6d\x6a\xb4\x56\x04\xf1\x11\x95\x61\xb7\x0a\x9f\x9c\xa4\xeb\xa3\x60\xf4\x54\xe7\xf7\xc6\xf7\x01\x1f\x84\xf8\x3a\x9e\x04\x18\x6c\xa4\x9d\x4e\xc0\x46\x64\x8c\x52\x19\x1b\xc7\x4a\x1a\x0d\xe2\x90\x1c\x5e\x21\x8c\xf7\x48\x2c\xa4\xf3\x7b\x4b\x3c\x8e\x3a\xf3\xc8\x56\xd6\x60\xf5\x6c\x8e\x30\xa2\x61\x43\xbf\x8b\x73\x18\xe3\x66\x7c\x32\x0d\x36\xb1\xb9\x6f\x90\xba\x3a\xe3\xee\x5b\xb9\x19\xed\x3f\x15\xb8\x65\x81\x20\xbc\x0f\xf4\x8b\x7b\xd8\x1d\x3e\x3a\x3d\x1e\x8a\x7c\x79\x33\xe9\xdd\x01\xd1\x35\xbd\x4e\xf4\xf0\x6a\x25\x9f\x82\x96\xad\x74\xeb\x71\x51\xd4\x9b\xec\x70\x12\xcd\xb1\xe8\x6b\xc0\x4a\x9e\x24\x03\xfb\xd6\x99\xaa\xae\xf3\x20\x05\x9d\x0e\x0f\x5c\x0c\x06\x40\xcd\x75\xfc\xa9\x27\x32\xec\x99\x42\x63\xef\x1a\x66\xd2\x41\xaa\x97\x4e\xbd\x25\x4b\xbc\x45\xc4\xa2\x79\x16\x7a\xc1\x83\x24\x96\xae\x5f\xa6\x84\xc6\x9e\x7f\xaa\x4b\xba\xa7\x7c\x21\x47\xc9\x89\x95\x06\xb8\x31\x89\xed\x57\xd6\x3d\xe5\x87\xa7\x54\x83\xe4\xed\x7f\xad\xda\x0b\x24\xcb\x08\xdd\x2f\x2a\x19\xda\x7c\x5e\xf0\x48\x9a\x5e\x55\xa2\xda\xb0\xa8\x43\xcb\x6a\xaa\xea\xf0\x94\xa5\x5e\x51\xfe\x0e\xa6\x93\x34\xc6\x4f\x5c\x7c\xd8\x9e\x08\x82\x14\x0c\x95\x88\xf9\x76\xac\x4d\x4e\xbe\xd8\xd3\xbd\xcf\xa8\x55\x6b\x84\x4b\x68\x96\xb3\xb4\x62\x36\x8f\xfa\xcf\x05\xfa\x29\x80\x72\xd1\xaf\xbe\x85\x59\x22\xdf\x0c\x82\x70\x49\xc9\x67\xcd\xbb\x0d\xf5\xe4\x25\x4a\x9e\x68\x2e\xc2\x7c\x56\xdf\x76\x1a\xd2\x4c\xb1\xc3\xd1\xf8\x98\x92\xeb\x4f\x68\xd4\x0a\x2a\x77\xc1\x71\x24\x7a\xb6\xb7\x55\x8f\x42\x70\xd1\xc4\x1d\x58\x18\xbb\xed\xcc\x9b\x44\x54\x90\x4d\x94\x64\xfa\xb2\x47\xd5\x3c\xf4\x4e\x49\xe1\xfc\x94\x5f\x3c\xc3\xe1\xa9\xa2\xf1\x96\x97\x37\xb6\x19\xe6\x72\xbd\xd6\x0b\x73\x77\x99\xee\x7d\xc6\xae\x8d\x73\xc1\x68\x6c\x57\x35\x6e\xec\xa7\xe2\x0b\x4c\x99\x3f\xa4\xca\xe9\xe6\x08\x43\x3e\x16\x4c\x91\xb6\x66\x69\x11\x56\x95\x1d\xec\xe6\x00\xe4\xaa\x40\x1e\x50\xd0\xe9\x14\xc5\x52\x59\x6c\x1a\xce\xa3\x45\xd0\x78\x12\x57\x81\x05\x90\x0f\x72\xa0\xe1\x8e\x54\x1e\x34\x72\x21\x16\xd1\x38\x9d\xf7\x96\x2c\xe9\x65\xd1\xf4\x1d\x56\x80\x14\xb6\x4d\xfe\xb9\x8f\x3e\xf0\xe0\xf9\x87\x3e\xf6\xf1\x87\xff\xf0\x13\x8f\x5c\x78\xf4\xb1\xc7\xff\xc7\xc5\x4b\x97\x9f\x78\xf2\x93\x7f\xf4\xa9\x3f\x8e\xf6\x26\x31\x9e\xee\xcf\xc8\x67\xae\x26\x73\x9a\x2e\x3e\xcb\x32\xbe\xbc\x76\x70\xfd\xf0\x73\x83\xad\xd3\xf7\xbf\xff\x03\x1f\xfc\xd0\x87\xff\x40\x9c\x82\x7d\x5f\x6f\x70\x58\xee\x6c\xac\x8b\x78\x38\x99\x45\xec\x1c\x77\xaf\x92\x25\xa8\x3a\x1d\x80\xfb\xcc\x5e\xe8\x98\xd4\x35\x33\x6b\xb3\xdc\x7a\x86\x9b\xbc\x83\x03\x75\xec\x51\x1d\x37\x9c\xc3\x1f\x14\x35\x12\x75\xb3\x34\x2d\x78\xa0\x3a\xd0\xee\x1d\x7a\x91\x97\x2d\xf7\xa4\xae\xc3\x0d\xf8\x11\xfa\xad\x92\x52\xc6\x23\x8e\x7b\xf3\x68\x32\x23\xf4\x5e\x91\x89\xde\x61\xd5\x6b\x9a\xc2\xe0\x41\x72\x21\xc8\x5c\x37\x27\x25\x33\xc2\x22\x10\x87\x16\x52\x2f\x89\xb6\x6e\x18\xf6\x23\x5b\x9e\x21\xac\x01\xb8\xe9\xa4\xd6\x79\x90\xcc\x7b\x41\x75\xd3\xa3\x18\xc7\x99\xa7\x50\x95\x57\xcd\x22\x2f\x72\x8a\x19\xf1\xb1\x5b\x6c\x43\x3c\x2c\xbd\x5b\xe9\x06\xaa\x22\xcd\xdb\xcb\xc9\x92\x31\x4c\xb9\xac\xf9\xd1\x68\x8e\xad\xb9\x7b\xb6\xdc\xb3\xfe\x91\x32\x74\xa4\x7d\x14\xab\xeb\x04\x84\x75\x24\xa9\xcb\x2c\xa2\xca\x8c\x20\x5b\xad\x46\x63\x18\x21\xac\x22\x49\x55\x3e\xc8\xcb\x4b\x65\x70\x97\xda\x8b\xcb\xb3\x54\x2d\x16\x94\x0a\x09\x50\xd6\x5a\x2d\xb5\xd0\x9f\x40\x06\x59\x38\xa5\xc0\x29\x29\xaa\x97\x14\xd9\x92\x2a\xad\xa8\x17\x94\xeb\x8b\xd0\xf0\xd2\xe3\x8f\x9c\xbb\x8c\xfc\xfb\xfc\x0d\x1a\x72\x9b\xe1\x72\xda\x74\x56\xab\xee\x9b\x2e\xbe\xb2\x00\x76\xed\x3b\x8f\xd4\x04\x0d\x8f\x9a\xb7\x07\x2d\x14\x9e\x29\xcd\xba\x3b\x1f\xc3\x53\x5a\xb9\x53\x9d\xa4\xae\x7f\xca\x3b\xeb\xe7\xd0\xad\xbe\x2a\x3f\xfa\xa1\x74\x36\x64\xd8\xd0\x00\x94\x4c\x0c\xab\x25\x3a\x61\x64\xf4\xc6\x3b\x80\xbd\x2d\xb0\x81\xd1\xc0\x0a\xed\x3b\x4e\xdc\x98\x2e\x1e\xe2\x50\x90\x88\xec\x55\xb0\xa5\x86\x93\x95\xe8\x12\x8f\xcd\x66\x57\xad\x4d\x79\xd4\xaf\x53\xea\x13\xf4\x2a\x4d\x0f\xa8\xa7\x7a\xef\x7d\x5a\x72\x8c\x4f\x1b\x52\x3d\x20\x49\x52\xcc\xa8\xb2\x71\x72\x96\x84\x96\x59\x6a\x04\xad\x6d\x87\x62\x12\x57\x32\xe7\xb0\x4a\x6e\x8d\xaf\x85\x8b\x41\x56\xaf\xc7\x0b\x74\x5f\x3f\x5e\xaf\xd0\xda\xb1\xa5\x94\x9a\x62\x0a\x71\x30\x9a\x5f\xbc\xbb\xb7\x78\x48\x3d\xb9\x5c\xad\x08\x9c\x22\x1e\xf2\x74\xb5\x22\x1b\x03\x84\xd0\xd4\x8a\x39\xfe\xa6\x0f\x76\x02\x8a\xa6\x7a\x9a\x82\x2d\x00\x97\x68\x73\x00\x86\x22\x51\x80\x5b\x00\x4a\x8b\xc6\x4a\x96\x14\x4d\x9c\x2c\x89\xca\x92\xa2\x89\x00\xb7\x80\x8c\x94\x61\x32\x10\x20\xfd\x13\x3b\x3f\x33\x69\x46\x1b\xa4\x28\x75\xa8\x23\x83\x03\x00\x60\xa4\x3e\x51\x44\x9d\x4f\x91\xfc\xa4\x04\x1f\xd1\xdd\xba\xe9\x3f\x41\x1c\x4e\x10\xde\xd0\x25\x4f\x10\x6e\x2b\x99\x20\x5e\x2b\x99\x20\x84\xa8\x8a\xdf\x31\x41\x08\xa5\x9b\x08\x25\x9d\x8e\xa3\x97\x55\xa3\xaf\xdf\x32\x1f\x33\x87\x34\xe5\x64\x7a\xd8\x46\x05\xa5\x59\x5d\x9b\xbf\x79\xfe\xd5\xd7\xda\xdc\x17\x4f\x58\x1b\xf8\xf2\x08\x8f\x25\xdf\x55\x76\xcc\x85\x4d\xc8\x99\x54\xda\x85\xd0\x11\x19\x3b\x5d\x55\xaa\xbe\x96\xc6\x55\xcb\x5d\x57\x5d\xf3\x27\x25\x25\x8a\xbe\xa4\xd3\xe9\xb0\xf5\x11\x47\x3d\x9f\xa1\x1f\x0e\x36\xf8\x0e\x33\x0f\xcf\x6b\x68\x82\x45\x4d\x70\xc0\xe0\x16\x18\xb6\xb4\x59\x1e\x79\xa5\x8b\x86\x9a\xc3\x5d\x97\x37\x69\xd6\xa4\x86\xc6\x3e\xf1\x85\x5b\x72\x97\x35\x1a\x7d\xaf\xf4\xaa\x9a\x6a\x26\xb4\xa4\x33\xe9\x96\x22\x96\x2e\x2a\x04\xcf\x87\x9c\x1d\x5e\xba\x27\x35\xe6\xd2\x2b\x2b\x6f\x18\x4a\xe2\x32\x5a\x98\xa2\xa3\x26\xe6\x61\x18\x7e\x23\x37\x51\xa7\xdb\x3a\x0b\xd6\xde\x4e\x3d\x87\x40\x75\x1b\xed\x6a\x4c\x11\xdb\x68\x3e\x3f\x04\x0c\x61\x28\xa4\xc4\xe2\x85\x02\x52\x12\xd5\x0e\x1b\xb2\x9d\x11\x1b\xcb\xd3\x1c\xc3\xf1\x72\xe2\xd8\x9a\xb9\x57\x42\x78\xc4\xc6\x88\x43\x9c\xc3\x23\x2d\x93\x31\x71\x16\x49\x55\x68\x47\x79\xac\x73\xcb\xdf\x44\x5a\x32\xab\xf7\x24\x4b\xe7\x98\xcf\x84\xe0\x73\x80\x29\x57\xae\x1d\x7d\xb0\x41\x11\x2f\x0c\x95\x83\x41\xf1\x5c\x7e\x34\x18\x43\xd7\xd3\x32\xd8\x60\x01\x6f\xf0\xcf\xc0\x8c\x17\x3c\x3e\x62\xe3\xed\xa0\x6e\x6e\x61\xbe\xcb\x48\xd7\x32\x16\x25\xeb\x74\x68\xa7\x93\x02\x63\xa8\x65\x47\xb9\x98\x36\x25\x95\x0d\x3d\xbf\x1b\xa4\xe2\xc4\x55\xdd\xc6\x40\xd7\xf7\x04\xcb\x17\x18\x4c\xde\x0b\x09\x88\xd6\xee\x94\x22\x90\x8b\x7a\x47\x7c\x8c\x48\x2e\xad\xe2\x21\x83\x29\x2c\x8b\x36\x41\x0a\xa4\xac\xbd\xa1\x09\x32\x95\x2f\xc6\x5d\xc2\x6e\xf0\x57\x6d\x77\x67\x85\x60\x76\x67\xa5\xe8\xd0\x82\x8a\x11\x73\x02\x50\x6b\x18\x17\xd2\x91\xf3\x12\xa6\x51\xd0\x5f\x2e\x49\xdc\xdb\xc7\x54\x05\x98\xb8\xb7\x92\xfe\x91\xae\xa7\xc1\x59\x86\x0d\xce\x08\xc2\x7d\xcc\x2f\x93\x39\xb6\x86\xd7\xfe\x75\xfd\xaf\x27\xff\x7b\xbf\xf8\xef\xd0\xfc\x34\xff\x7c\xeb\x51\xbb\x3f\xba\x7e\x38\xee\xef\x97\xf4\xc4\x3a\x3a\x03\xee\x6e\x7d\xf0\xbe\xd2\x91\x10\xfc\xfe\xd6\x07\x57\x03\x7b\xde\x47\x25\x2b\xe4\xad\x0f\x02\x18\xf8\xd7\x85\x50\xc7\x77\xd8\xf0\xfe\x0e\x5b\x7d\x18\x14\x03\xbe\xf5\x41\x35\xa3\xeb\x2c\x2b\xab\xf7\x04\x59\x93\x65\x58\xf3\x85\xc2\xc9\x54\xf3\x1a\xcb\xad\xc2\xf9\xd1\x2b\x1b\x34\xad\xc5\xea\x09\xba\xdc\x8b\x26\x57\x4f\x88\x6e\x6d\x03\x2d\x76\xbd\x7d\x59\x5f\x7a\x19\x52\xe6\x0a\xd9\x31\xa8\x07\x51\x72\xb5\x57\xdc\x74\xb7\x9b\x55\xdd\x93\x43\x77\xd9\x9f\x9e\x63\x50\x54\xfe\x40\xdb\x3e\xa4\xa5\x0f\x8e\x5b\xc0\xac\xed\x43\xb4\xc6\x66\x45\x1a\xca\x66\xfd\xa5\x35\x74\x31\xa6\xb3\xcd\xd4\x53\x5d\xc4\xc7\xe9\xe4\x8f\xb9\x12\x69\xb8\x78\x6e\x34\x7a\x68\x9e\xa2\xb7\x3f\x3d\x9f\x3c\x77\xf1\xd1\x87\x1f\xfd\xd8\xee\x27\xce\x7f\x0a\xe1\xf0\x81\x27\x2e\x5e\x3c\xff\xe8\xe5\xdd\x8b\xe7\xff\xc7\x13\xe7\x2f\x5d\x96\xa9\x3a\x60\x8e\xe2\xed\xcd\x28\xfe\xee\xae\x6c\xf3\x2e\xc3\x9f\x5d\xe2\x8c\xfb\x30\x43\xe5\xa2\x1d\x8c\x98\x30\x3c\xe1\xbb\x07\x11\xa3\x62\x04\x36\xd4\x53\x05\xa5\x81\xb9\x20\x46\xde\x3c\x19\xbc\x53\x97\x30\x0c\xcf\x53\x8e\x1f\x8e\x3f\x66\x26\x09\x35\x27\xaf\x56\x96\xa6\x72\x58\x36\xb8\x17\x43\xbc\x54\xbc\x4c\xbd\x2e\x30\xef\xad\x54\x21\x70\x6a\x46\xe5\x84\xf6\xe6\x31\x9c\x81\xa3\x49\xa7\x93\x84\xd2\x52\x5c\x9b\x6b\x2c\x50\x52\x6f\x55\x68\x18\x77\x00\x36\xa6\xb5\xd7\x63\x04\x59\xaa\x0e\x9d\xeb\x95\x00\x87\x57\xf1\xa1\x0a\x52\x8c\x10\xb2\x9b\x74\xa3\x1a\xd4\xae\x2b\x3b\xd0\x4b\x96\x0c\x31\xbc\x8a\x0f\xb3\x21\xcf\x81\x0a\x36\x1c\x80\x3c\xc0\x21\xc5\x07\xd2\x29\x12\xe4\x60\x23\x49\x27\x51\x72\x89\xa7\x2c\xda\xc7\xb2\xdd\xd7\xf0\xc3\x1c\xcf\x75\xdd\xd0\xba\x2c\x73\x2d\x5d\x62\xb1\xfb\x1a\xc3\xec\xb9\xd3\xf8\xa2\xe9\x8b\x4a\xc9\x19\xe6\xb2\xd8\x08\xce\x01\x6c\xab\x33\x03\x30\x09\xc5\x9c\x5d\x94\xe3\x17\x60\x38\x87\x4b\x91\x66\xdc\xba\x3d\x9e\x26\x89\xda\xaa\x55\xb0\xee\x03\x42\xe3\xf4\x20\x4c\xa9\x3a\x15\x2f\xa9\x60\xf4\x62\xbc\x1a\x3f\xb8\xdc\xaa\xc1\xf6\xe5\x5a\xa7\x73\x2d\x10\xb5\xe9\xd9\xcc\xe1\xa6\x99\xc9\xd5\xca\x40\xea\x63\x6c\xa4\xdf\xb6\x9e\x44\x00\x4a\x5a\x9a\x05\x8e\x74\xa7\x4a\xf0\x26\xd2\xe2\x87\xa6\x5c\xbe\xc4\xf0\x52\xe6\x1d\x44\x99\x7d\x6c\x00\x36\x6c\x55\xd3\x74\xb2\xcc\x64\x8b\xa4\x1b\xb8\x98\xc4\x0f\x08\xa4\x92\x63\x3d\x32\x0d\x4a\x6d\xd8\xd7\xe3\x9c\x01\x70\xd4\x3e\xcc\x1b\x5a\x66\x18\xc0\xb4\x66\x4d\x03\xe4\x5b\x75\xc7\x22\x34\xf0\x47\xf2\x09\xc5\xd8\x7b\x42\xea\xe4\x22\xea\x3d\x76\x6e\xc9\x67\x9e\x59\xf5\x1e\x9f\x45\xdc\x13\x23\x9c\x79\x87\xe9\x92\xa9\x45\xe3\x9d\x5b\x2c\x3c\x92\x79\x31\x5e\x30\x2c\xdf\x30\x48\x0f\x32\xe2\x20\xea\xed\xe1\x2b\xd4\x2b\xfd\x53\xcd\x93\x01\x0e\x22\x6f\xba\x94\x61\xad\x18\x4e\x70\x94\x61\xe8\x45\x99\x17\xa7\xa2\xea\x2c\x15\x25\x46\xde\x22\xe5\x98\x2a\xc5\x20\x9e\x2c\x19\xe1\x87\xde\xb5\x65\x22\x56\x98\x72\xe5\x16\x56\x8b\xff\x38\x89\x95\xeb\x20\x4f\xbb\xc4\xf4\xf6\x0e\xbd\x0c\x73\x2e\x4a\xfd\xb4\xf4\xc1\xfc\x04\xcd\xa2\x29\xbe\xa8\xfb\x34\xf4\x38\x5b\xe2\x4f\x8b\xf6\xc8\x2e\xa9\x47\x24\x25\xee\x5d\xaa\xc4\x87\x38\x6c\x28\x46\xe9\x98\x38\x6a\x9c\xa3\x08\x6c\xf0\x4e\x27\x68\x9b\x26\xde\xbe\x50\x22\x20\xa8\x82\x93\x39\x4e\x97\xdc\x71\x2b\x98\x44\x1c\xb3\x20\x71\x09\xa4\x89\x02\x0b\x7a\x83\x5e\xb4\xe4\xb3\x94\x91\xcf\x29\x33\x2e\xf1\x25\xc6\x94\x88\x2f\x29\x13\x53\xed\xbc\x42\x11\x08\x66\xf8\x64\x38\x83\x03\x92\x61\x49\xc8\x0c\x4f\x30\x11\xd3\xa7\x63\x23\x48\xbf\xf4\x72\x09\xea\x7a\x42\x1f\x80\x1c\x6e\x0d\x06\x20\x07\x50\x2f\xce\x28\x56\x72\xfb\x23\x24\xe3\x82\x3b\x06\x7e\xa6\x7a\xea\xc3\x29\xc8\x41\xa8\xc3\xa5\xb9\x8c\xc7\xae\x4d\x53\x86\x1a\x93\x75\xc5\x34\x3c\x27\x72\x78\xbe\x79\xce\x27\x71\x34\xd7\x29\x6d\x38\x48\x85\xcd\x56\x8a\x53\xb2\xbf\x2f\xca\xb7\x0b\xd1\xa8\x81\x26\x09\x8e\xe8\x13\x8b\x40\x56\x26\xc1\x5a\x75\x22\x9d\x5d\x56\x13\x26\xf0\x2a\x1c\xad\x86\xbf\x50\xe9\xb5\xb9\xe5\x4d\x7e\x1f\x05\x72\xb9\xf1\x35\x86\x99\xc3\xfb\x3f\xa0\x9b\x67\x9a\xe1\xd6\x59\x54\x33\x11\x72\xa5\x52\xbe\x18\x02\xd3\x65\x1a\x72\xd3\x0a\x0b\x9e\x2e\x4c\xe3\x8d\xc9\x49\x0b\x8f\x6a\x2e\x5c\xf7\x50\x4c\x91\x6b\x8d\xb0\xac\x89\x72\xc5\xeb\x83\xde\x82\x91\x6b\x11\xc7\xfd\x7b\x6c\x24\x97\x5e\xc3\x8c\x91\x18\x3f\x92\x46\xf1\x25\xa9\xac\x29\x6d\xd9\x5c\x99\x21\x32\x9c\x61\xde\x84\x22\x30\x36\xb7\x94\x1d\x57\x63\x01\x64\x1a\xd8\xe7\xfd\xd2\x31\x94\x3a\x5e\xc5\xe9\x44\x8a\x3c\x7a\x07\xd7\xee\x09\x03\x5f\xe9\x8b\x7c\x00\x69\x81\xb2\x8f\x8d\x9b\xdb\xec\xa3\x87\x97\x95\xbb\xdc\x02\x73\x34\x18\x6f\xb0\x30\x63\x13\x84\x21\x15\x3b\x3f\xa6\xfc\xd1\x34\xc6\x21\x91\x0e\x72\x55\xd4\x92\x40\xbe\xc4\xd1\x27\xcb\xcd\xad\x35\xe3\x5e\x33\x92\x5f\xf7\x38\x47\x3f\x2e\x98\xa4\x31\x3e\xa1\xd4\x7b\x37\xce\xc6\xb4\xf0\x2b\x61\xcd\x06\xa8\x74\x21\x5c\x6b\xfc\x5e\x94\xe1\x27\x58\x32\x6c\xb7\xe4\xd5\xc7\xe6\x19\xe7\x8b\x6c\xd8\xef\x27\xe9\x3e\xa1\xa1\xe2\x38\x59\x48\x31\xef\xbb\x06\xac\x1c\x53\x1a\x29\xf7\x8d\x5d\x5f\xf7\xbe\x6f\xb8\x2a\xf6\x73\x00\x2d\xc6\x50\x9e\x5f\x5c\x1b\x63\xe0\xe6\x87\xfe\x24\x9d\xcf\xa5\xfb\x33\x73\xc1\x68\xaf\xda\x87\x23\x3f\x5a\x90\x9e\x36\x17\x11\xa8\x09\xc1\x94\xef\x92\xd8\x1f\xc3\xda\xc5\xfc\x70\xe4\x67\x93\x54\xc6\x91\xa6\xa9\x72\xcc\xce\x70\xb6\x48\x69\x86\x77\xe7\x62\x62\xc6\xd0\xfc\xbe\x90\xc6\xb8\xb1\x5d\x2e\x82\x0f\xa5\xe3\x45\x9b\x49\xd7\x72\xdc\x08\x8e\x8a\x51\x32\x39\x2f\x1f\x2e\xb0\x0f\xa0\xaf\x2e\xf4\xc6\x39\x80\xd1\x82\x3c\xa9\x7a\x35\xf4\xb7\xc2\x81\x0f\x5d\xd4\xb5\x2d\xbb\xac\x22\x65\x4b\x4a\x13\x6d\x53\x5b\xee\x13\x8c\xb4\xe4\xb2\xdf\x4b\xdc\xa9\xe4\x45\x41\x1e\x43\x82\x2a\x4f\xaa\x2b\x7e\x0a\x72\x17\xd4\xd4\x76\xaa\x6c\xb8\x05\x5f\x67\xf3\x7b\xc2\x23\xe2\xdd\x58\x2e\xa4\xd9\xd0\x46\xae\x98\xf2\xb1\x1c\xa8\x38\x62\x92\xc1\x64\x8b\x68\x82\xab\xb3\xae\x2c\xb8\xeb\x23\x5a\xd8\xdc\x37\xd8\xae\xe7\x00\x2a\x33\xb0\x6a\x61\xd6\xf0\x3b\x56\x1b\x9a\x76\x28\xfa\x68\xb5\x0e\x2b\xc0\x16\x76\xa7\x40\x19\xad\x1b\x63\x3e\xed\x85\xb5\xbd\x38\xb0\x5a\x15\x87\x26\x56\xfd\xbc\x5a\xf9\xea\x69\x4c\x61\xcb\x62\x5e\x99\x94\x1f\xd0\x48\x17\x88\x66\x94\x1a\x6b\x1a\xca\x77\xa3\x35\x72\xac\x75\x4f\x39\x37\x75\x09\x8f\xac\x21\xbc\xea\x63\xa2\x13\xf0\xe4\xca\x33\xc7\x7b\xca\x95\x5d\x47\x94\x2d\x9c\xb9\xda\x03\xc3\x98\x2d\xe3\x8d\x16\x24\x54\x48\x82\x42\x54\x2f\x1c\xd6\x5a\x65\x47\x23\x3f\x9a\x4c\x70\x96\xed\xf2\xf4\x2a\xa6\x92\xc7\x9d\x9c\x25\x00\x28\x39\x66\x23\x9e\xe1\xa5\xfa\x89\x70\x83\x69\xd0\xba\x77\xa0\xeb\x26\x46\x71\x8f\x63\x05\x9d\x3b\xe3\x0c\x72\xa1\x97\x5e\x4c\x03\x15\x7b\xd8\x78\xf8\xd1\x7b\xbf\x96\xa5\xa7\x7b\xe7\xb2\x43\x3a\x79\x98\x12\x2e\xa3\xb8\xcb\xc3\x87\x89\xda\xe8\x69\xf7\xab\x26\x19\x12\x74\x9c\x7a\x44\x45\x7f\xd6\x85\x3f\xf4\xd1\x42\xe0\x01\x1b\xf5\x1a\x5d\xe9\xe9\xa1\x8f\x4a\xc3\x94\x00\xbb\xea\x07\x25\x87\x83\x5c\xe9\x00\x0b\xc1\x0a\x04\x7e\xbf\xaf\xc7\x3a\x34\x83\xaf\x37\x69\xda\xf5\xfb\x59\x7c\x35\xfc\x4c\x26\x8d\xbb\xc4\x41\xc6\xdd\xa4\x1a\x5a\xc1\x61\x3d\xb1\xd3\x09\xea\x89\xf2\x31\xc4\x52\x86\xa0\xae\x7f\x0c\xe4\x55\x85\x1d\xf8\xa8\xb8\x90\x38\x5a\x66\x98\x3d\x1c\x0f\x71\x28\x81\x07\xa1\xa2\xd8\xcb\x82\x60\x87\x38\x74\x7e\x41\x7c\x7d\x41\x18\xce\x1e\x16\xe9\x16\xce\x0b\x6e\xb4\xcf\x22\xca\x71\x7c\x49\xd0\x66\x26\x7d\x2c\x95\x52\x50\x05\x03\x40\x7e\xdb\x76\x99\x1b\x2a\x08\x79\xdb\xfa\xad\x93\xba\x5d\x42\x35\x76\x67\x96\x90\x8c\x0a\x29\x77\x6b\xd1\x0d\xd5\xb4\x16\xfe\x58\x20\xf8\x70\x73\x4b\x08\x0a\x0b\x25\x42\xd5\x70\xe5\x17\x1f\x40\x2d\x1d\x35\xe2\x14\x92\xd3\xb5\xd3\xe1\x69\x1f\xc0\xeb\xd3\xbd\x79\xd2\x88\x2a\xbf\xa8\x3a\x27\xb3\x88\x52\x2c\x04\xab\x46\xcc\xe2\xb3\x91\x90\xd4\xea\x68\x44\x56\x9f\xc4\x18\xd0\xdd\x27\x2e\xf9\x00\xde\xbe\x26\x34\xd5\xf6\x54\x4a\x71\x91\x49\x27\xf2\x15\x1d\x27\x38\xb2\xcf\xbe\xc4\xe9\x16\xa3\xa3\xbc\xe4\x67\x4c\x6e\x8b\x6a\x36\x00\x64\x08\x87\x82\x9f\x0a\x49\xca\x18\xbe\x68\x71\xcd\x19\x7d\x6b\xec\x57\xaf\xbe\xb6\xa6\x1a\x42\xb6\x3b\x37\xa5\xc7\xb1\x0c\x79\x13\xf9\xd0\x47\x43\x29\x71\x07\xe5\x37\xda\xa2\x9d\x17\x35\xc3\xdf\xa9\xf0\x05\x0a\xcb\xdf\xc1\xb0\x82\x40\xa0\x32\x67\x5b\x66\x20\x87\x47\x8a\x4c\xb1\x26\xc2\xdd\x4c\x51\x21\x87\xa2\x88\x5d\x19\x4c\x85\x09\x1e\x9f\x07\x1c\x52\x19\x26\x56\x75\x33\x52\x41\x1f\x64\xdf\xeb\x46\x51\x47\xaa\xfc\xe1\xe6\x00\x4e\xd2\xf4\x2a\x11\x4b\x48\x13\x59\x31\xae\x8a\xb4\x0a\x4a\x2d\xbe\x18\xfa\x34\x74\x5e\x7c\x31\xd4\xed\xd0\xa2\x23\xe0\x14\x14\x68\x89\xaf\xf8\xaa\x49\x0e\xe4\x65\x07\x26\xd9\x49\xf6\xaf\xf6\xb3\x5e\xe5\xe1\xe6\xda\x13\xe0\xbd\x93\x2a\xd8\x71\x5c\xa9\x7a\xde\xb3\x62\xc5\xc1\xc1\x41\xb1\x53\x08\xc1\x22\x26\x51\x92\xee\xab\x76\xfb\x8d\x67\xaf\x98\x64\x8b\x24\x3a\x74\xce\x4d\xf6\x93\x3e\xe8\xea\x03\x4d\xc1\x02\xf9\x71\x2c\x50\x97\x39\xd4\x72\x66\x55\x5a\xa9\xe5\xbf\xbd\x03\x0c\x6c\x71\x36\x54\x42\xab\x2c\x5f\x25\x1f\xa8\xa5\x64\x75\x82\x0f\xa4\x31\xee\x74\xfc\xd3\x83\x81\x32\xce\xab\x7d\x6c\xb0\x89\xcb\x30\xf3\x94\xae\x07\xc7\x65\x0d\x63\xc1\x4c\x70\xde\x68\x64\xdd\xea\xce\xe2\x77\x49\xe7\x50\x69\x7a\x8d\x02\xd5\x77\x49\x7b\x92\xd5\x9d\x40\xb4\xad\x90\xd9\x6f\xe9\xb4\xdb\xea\x40\xe2\x77\x6a\x76\xda\x3a\x51\x3f\x80\x4c\x26\xe9\x92\xf2\x2c\x54\x59\xd4\x29\xc4\xe8\x78\xae\x29\x35\x8f\x0f\xe5\x71\xe3\x49\x1b\x0e\xac\xc6\x6b\x54\xe6\x68\x21\xfd\x9f\xcf\x9d\xec\x32\x23\xa1\xd3\xd4\x5f\xab\xc2\xd1\xf7\xaf\xbb\xda\x91\xdd\x6e\x24\x47\x2a\x73\x99\x4d\xcb\x91\x45\x29\x92\x70\xc6\xb5\x27\x43\x15\x99\x27\x6b\xa1\x98\x06\x4c\x1f\xfa\x3e\x28\x6b\x64\x7c\x75\xba\x3a\xe6\xf0\x05\x15\x9a\xdc\x4d\x05\xcf\x53\x02\xec\x2e\xb9\xfd\x63\x59\x5d\xbe\xa9\x08\x33\x4a\xa3\x00\xf5\x85\xf0\xde\x92\x24\x82\x75\x07\xa0\x22\xd0\xb8\x65\x12\x54\xd7\x4c\xa9\x7e\xf8\xd6\x01\x9f\x52\xee\xd5\xa6\x56\x6c\xd0\xc8\xdd\x9c\xc9\x27\xf0\xa1\x5f\xf6\x27\x2a\xbf\x28\xae\x0e\xe4\x7d\x66\xc0\x84\x04\xd2\xc0\x6e\x95\xe2\x77\x24\x6d\xae\x48\x63\x5c\x9d\x42\x9a\x1b\xf1\x71\xa7\xc3\xac\xc5\x22\x10\xc7\x20\xf5\x1a\xa3\xd1\xed\x99\xe9\x97\x34\xc1\x92\x37\x32\xf6\x15\x3e\xc9\xbc\xb9\x36\xb0\xe7\x33\x9c\x61\xfb\x9e\xa1\xc8\xa4\xde\xa1\x49\xcb\x2d\x6d\x41\x0d\x3d\xbf\x78\xf6\x71\x9c\x20\x67\x03\xfd\x66\xf2\x98\xf8\x47\x17\x1e\xf9\x38\xe7\x8b\x8b\x8a\xc4\x36\x32\xab\x61\xbf\x40\xe6\x92\xaa\xa4\x94\x63\x9e\xa8\xf6\x3f\x93\x49\x41\x28\x0b\xd3\xda\xbd\xad\xba\x01\xff\xc3\x4b\x8f\x3d\xaa\x2f\xb4\xb3\xd0\x52\x27\xbe\xce\xc1\x46\x1a\x46\xcb\x98\x60\x3a\xc1\x08\xd9\x60\x92\x95\xfb\x6b\xfb\x72\x48\x7d\x8d\xb2\x8c\xec\x0b\xce\x73\x54\xb8\x9e\x29\x11\x29\xcd\xc5\x81\x6e\x68\xa7\xa2\xa8\x63\x6d\xf9\x24\x28\xd9\x89\x63\xe3\x39\xa1\x32\x33\x82\xc4\xbc\x22\x9a\xa0\xa7\x22\xa9\x85\x9e\x98\xc4\x53\xa6\xa2\x53\xde\x94\xe0\x24\xf6\xe6\xd1\xa1\xb7\x87\xcd\xf4\xc9\x6b\x35\x57\xd8\x3d\xa6\x11\xe7\xe4\x12\xd5\x55\x16\x71\xe2\xbd\x94\x79\xb3\x28\xf3\xf6\x30\xa6\x1e\xc7\xf3\x05\x16\xb4\x70\x40\xf8\x2c\xf4\x3e\x95\x2e\x4d\xa5\xd9\x52\xf2\x61\x8f\xa7\x5e\xe4\x9d\x12\x8b\x76\x99\xe1\xd8\x8b\xf1\x62\xc9\x0f\x4f\x79\x11\xe7\xd1\xe4\xaa\x6a\x52\x2e\x27\x0f\x97\x03\x8f\x38\x37\x41\xc7\x35\xf4\x72\x75\x50\x34\x77\xf2\xa6\x11\x49\x74\xdb\x3c\x25\x70\x7b\xa7\xfc\x6e\xa6\x85\x7b\x41\x02\x5d\xff\x94\x17\xa8\x31\x14\x9f\x52\xf1\x5b\xa2\xb8\x74\xd2\xf5\x4f\x01\xa7\xa5\x62\x89\xfa\x1f\x3b\x7f\xd9\x87\x69\xd7\xdf\x71\x19\x19\xf2\xbb\x0d\x4f\x1d\xcd\x49\x5d\xe1\x00\x41\xaa\x99\xd8\x60\xe4\x56\x5a\xf3\xaa\xe8\x3c\x36\xcb\xdf\xd6\x4e\xfb\xae\x53\xf2\xdd\xc1\x46\x7b\xbb\xbb\xac\xda\x62\xef\x64\x7b\x84\xfe\x2c\x96\xbb\xcd\x5d\xdc\x01\xdb\x34\x8d\xc7\xeb\x0e\x0b\xc5\xc7\x6d\x08\x6e\x72\x88\xe4\x0d\xd4\x24\x4a\x66\x69\xc6\x87\xef\x3f\x3d\x18\xe8\xa1\xb1\xe6\x86\x00\xce\x9a\xaf\x96\x66\xb1\x6c\xfd\x9d\xd1\xdc\xef\xb0\x4c\xf7\x4e\xd2\x98\x21\x04\x25\xe7\x44\x0b\x31\x44\x51\xb2\xbb\x60\xe9\x7c\xc1\xef\x2a\x0d\x6a\xe5\x60\xdb\xad\x58\xf1\xb9\x85\x64\xdb\x0e\xaa\xc7\x92\xac\xe9\xd4\xe3\xb2\x4f\xcd\x95\x97\x50\xc4\x40\x2c\x79\xfa\xf6\xa9\xfd\xc3\x83\x7b\x48\xed\x75\xaf\x7d\xbf\x4b\x04\x5f\x6f\x7d\xa3\x9e\x43\xa1\x11\x2a\x09\x7e\x19\x65\xd5\x0b\x6a\xad\xc3\x79\x97\x1e\x37\x8d\xab\xcb\x13\x5f\xa1\xfc\x36\x67\xc4\x34\x56\x2f\x61\x29\xc2\xb4\x8f\x57\x09\xc7\x07\x50\x9e\x5b\x2e\x96\x92\x93\x36\xf5\x8d\x3e\xb7\x54\x8a\x68\x52\x05\x1f\x7f\x54\xaa\x54\x19\x1c\x7f\x92\xd1\xc4\x31\x6e\x3c\xd0\xd8\xeb\x09\x33\x41\xf2\x61\x0c\x38\xb9\xdc\x73\xfb\x02\x4f\x83\x9e\xf1\x6e\x4c\x34\x6b\x98\xe8\xc6\x83\xf0\x3b\x7d\x40\xfd\xef\x75\xd4\x3c\x2a\x71\x2a\x7d\x51\x06\x5b\x0f\x6a\x55\x52\x63\xc7\x93\x9a\x62\x75\x77\xc8\x62\x60\xab\x87\x9a\x13\xdb\x81\x54\x5d\x4a\xdc\x93\x47\x01\xda\xd2\xbf\x4e\xd2\x2a\xf2\x27\xa6\x11\xc7\xb1\x2e\x87\x48\x5f\x8e\x35\x35\xb8\x0f\xfd\x9a\x88\xa4\x65\x9b\xaa\xba\xdc\x1a\x1b\x69\xb1\xa8\x30\x56\x82\x96\xd0\x77\x97\x72\xcf\x37\x3b\x4c\xbb\xf4\x35\xb6\x3b\x5b\xd9\x2c\x59\x9a\x0e\x7d\x02\x1f\xb6\x08\x24\x4a\x2f\x73\xbc\x98\xa3\xee\xed\x54\x0b\x5b\x4c\xb4\xcc\xc7\xd6\xad\xad\xa4\x0a\xca\x01\x54\x0f\xe3\x1a\x2b\x95\xdd\x5d\x5b\x8e\xa2\x87\x4b\xca\xe3\x41\x0e\xe0\xae\x93\x20\x1d\x24\x41\x37\xa1\x6a\x40\xe3\x62\x37\x58\xcc\x14\xd5\x94\x10\x0b\xad\xfc\x6a\x15\x68\xc3\x70\x3b\xd0\x5b\x1f\x2c\xc2\xd7\x57\x2b\xc0\x00\x08\xfe\x5e\x51\x11\xaa\x25\x55\x11\x2a\xaa\xb3\xf7\xf6\x64\x0a\xbf\xef\x6f\x22\x14\x60\x34\xd2\xf7\xef\x42\x6a\x94\x66\xd9\xd2\x99\xc1\x24\x4d\xa0\xdf\xef\xfb\xb0\xfa\x55\xc8\x95\xb5\xc4\x45\xc4\x67\x82\x4b\x8f\x35\x03\xf2\x01\x30\xef\xc9\x7b\x5b\xa0\xd3\x09\x70\x17\xf9\x7d\x1f\x40\xdc\x35\x4e\xfa\x75\xe3\xc2\x19\x9f\x27\xca\xd4\x42\x0c\x83\x64\xee\xff\x43\xf0\x81\xb5\xae\x75\xec\x06\x5e\x5e\x60\x65\xdb\xa5\xfa\x62\x2b\xd4\x6f\xb5\xc7\x1e\x05\x43\x94\xfe\x22\x4a\xde\x8e\x86\x18\x96\xfd\x14\xc9\xf7\x20\xc5\xbb\xc7\x1c\x9a\x3d\xa9\x2e\x70\x38\x26\x7c\x7a\x15\xfa\x9a\x18\xaa\x5d\x0d\x80\x19\xbd\x9d\x3b\x95\x45\xee\x9a\xda\xb6\x62\x6d\xe8\x2a\x6c\xb5\x27\x11\x98\xa1\xde\xd6\x26\x42\xa4\xf0\x24\x90\x95\x57\xc2\x7f\xf5\xed\x95\x4c\x83\xac\xd3\xd1\x5e\x5e\x36\x11\x8a\xea\x3e\xc3\x8e\xa9\x7c\x16\x65\x5e\x44\x3d\x42\x27\x29\x93\xef\x40\x4c\xf8\x0c\x59\xa4\xf1\x32\xa6\x3d\xdc\xee\x61\xcf\x3f\xd5\x8d\xba\xa7\x7c\x28\xbd\x97\x91\x4c\xfc\xd6\xd5\x77\x4f\xf9\xa7\x9a\x37\xfc\x07\xd2\x18\x0f\x63\x5c\xd7\xc0\x8d\xd2\x31\x38\xb9\x18\x10\xad\x11\x03\xaa\xbe\xbc\xdf\x55\xa7\xc0\x13\x98\xd1\x55\xdb\x5f\x3b\x07\x1a\xeb\x28\x85\xd8\x66\x4a\x57\xdb\xc5\x5b\xf6\x64\x59\xc8\x6e\x12\xd1\x58\x89\x39\xca\x75\xb1\x51\x78\xdc\xc6\x05\x79\xab\xde\x81\xe1\x28\xde\x3d\x60\x44\xad\x53\x59\xdf\x23\xaa\xba\x96\x2d\xd5\xc1\xd0\xaa\x12\xd9\xa6\x75\xfa\x0a\x07\xc1\x87\xfe\x34\x4a\xb2\x7b\x61\x43\xbc\x86\xea\xaa\xd1\x1c\x8e\xa5\xba\xad\x7b\x16\x1a\xa4\x8d\xb0\x8c\xff\xfd\x86\x7e\x98\x81\xe8\xa9\x07\xf8\x8d\x07\xb5\xd6\x27\xb8\xef\xd0\xba\x91\x4f\xb6\xcc\x43\x2c\x15\x03\xdd\x79\xf5\x4a\x51\x23\x86\x33\xa9\xd6\x7e\x0f\x07\xe0\x28\x28\x0f\xbd\x74\x91\x80\x3d\xf3\x0e\x3b\x9d\x7a\x1c\x34\x07\x45\x7d\x40\xf9\xe3\x9b\x44\x49\xe2\x45\x9e\xf2\x20\x26\xf8\xa6\x35\x91\x12\x32\x9e\x76\xeb\x62\x0c\xb5\xea\x75\xb9\x46\x16\x17\xf1\x14\x33\x4c\x27\xa6\x06\xf9\xac\x6d\x16\x65\xf4\x14\x57\x37\x38\xe6\x51\x78\x86\x63\xaf\xe7\x69\x72\x2c\x61\x88\xd6\xe0\xd8\xee\x75\x9b\x7c\xb5\xf2\x55\xe0\xf6\x22\xc8\x2b\xef\x74\x8a\x47\x92\x45\xea\x0e\x1e\xf2\x5c\xb5\x37\xc0\xe1\xee\xae\x94\xb6\x76\x77\x57\x2b\x3d\x43\xfb\x98\x3f\x6e\xbc\x49\x49\xcf\x85\xa0\xd9\x96\xad\xd8\x67\x43\x41\x6d\xc8\xaf\x4f\x86\x0f\xad\xdb\x8b\xda\x88\x34\x35\xad\xd3\x51\x41\xdb\x10\x6f\x9e\x8a\x4b\x62\x24\x3c\x7c\x7d\xc1\xf4\x3e\x25\x63\x41\x61\xc2\x67\x98\x89\xfd\x49\xe4\x96\xaf\xde\x6c\x75\x50\xbe\x6e\xf3\xbb\xa6\x06\xb1\xa5\xb4\xc6\x42\xed\x74\x9c\x30\xa8\xf0\xc8\xf1\xf8\x31\xd4\x84\x89\x21\xa6\xcb\x39\x96\xdc\x64\xb8\xb9\x05\x05\x8f\x53\xf0\x00\xba\x9c\x46\x50\x70\x0e\x20\xef\x74\x02\x5d\x47\x56\x1a\xd5\x9d\xc6\x54\x39\x36\x43\x67\x4e\x10\x07\x79\x80\xb5\x0d\xad\x8a\xb2\x07\x71\x1e\x08\x39\xaa\xd1\xfa\x9f\x2d\x6b\x9e\x58\xb0\x09\x7d\x27\xe4\x65\x85\x7e\xd2\x2b\x60\x62\x83\x33\x19\x5b\xe2\xea\xfb\x47\xde\xf4\xec\x5c\x0a\x26\x95\x0c\xee\xa3\xc8\xc6\x3c\x30\x32\xb7\xcd\xb8\x10\xea\x1d\xc7\x1e\x95\xf2\x32\xdb\x00\xe7\x35\x3b\xf4\x39\x5b\x62\x19\xcc\xa8\xe5\xe5\x72\x06\xa0\x96\x05\x11\x42\x45\x60\xa8\x35\x6f\x07\x80\x10\xb0\xcc\x73\x62\x9c\x64\xd8\x4b\xe5\x2d\x27\x0d\xfc\x47\x53\xee\x45\x9e\xe4\x84\x9e\x46\xd6\x81\xc6\x88\x0e\x5a\xf5\x80\xe0\x15\xc1\x91\xe2\xb0\x4d\xb7\x89\xc4\x4a\xff\xee\xfc\x0c\x71\x0e\xe4\x15\xab\xf4\x8a\x50\x7a\x4b\x50\xf1\x8b\xaf\x63\x60\xc4\x59\xd2\xc3\xd7\xa5\xe0\xb3\x2e\x4c\xc6\x9a\x27\x76\x6e\xc8\xbb\x8b\x32\xc7\x83\x97\x1e\x71\xd6\x02\x53\xb1\xbb\x78\x58\x0a\x69\x26\x31\x51\xed\x5d\xa6\x48\x6d\x31\x7f\xd5\x22\xb3\xeb\xfe\x06\xe4\xd0\xad\xd7\xc4\xfb\x3a\xda\x15\x4c\x50\xa5\xfd\x61\xd9\x58\x13\x39\xce\xa0\xda\x2d\x6d\x83\x41\x31\x74\xfa\x61\x49\x43\xeb\x33\xd4\xe8\xca\xf9\xd8\x48\x6f\xc7\xd9\x54\xde\xab\x9d\xbe\xc9\x1f\x83\x7a\xb2\x7b\x21\x8d\x71\xd2\x72\x5e\x83\xa5\x78\x16\xcd\x03\x66\xfd\x81\x8a\x83\x8d\x18\xa6\x1d\xd6\x66\x1b\xcc\xc3\xc9\x0c\x4f\xae\x3e\x22\x6d\x7c\x31\xc8\xc1\xb0\x9a\x02\x8b\x9f\x0d\x8e\x6e\x06\x90\x37\x3d\x5a\xaf\x9d\xdb\xc4\xd2\x95\x7c\xde\x59\x99\x20\x94\x77\xf3\x01\x08\x27\xd2\x29\xb5\x53\x7a\xb3\x39\xe2\x09\x82\xf1\xfd\x37\x9f\x4c\x77\x64\xcc\x74\x56\xd3\xa0\x9b\xd0\xe0\x74\xac\x6d\x4e\xb5\x2e\xc0\x3d\xf8\xb3\xa6\x59\x75\x0f\xff\x4d\x08\x5d\x3f\x24\xd9\x39\x77\x0a\xa5\x56\xc0\x46\x44\x49\xad\x85\xfb\x8e\xb3\xa5\xe9\xd0\x0f\x01\x18\x06\x24\x8c\x38\xc7\xf3\x05\xc7\x8e\x1b\x3c\x84\x61\xb4\x43\xb5\x29\xc8\x83\xf2\xd5\x7c\x80\xc1\x90\xb4\xd3\x98\x55\xdf\x54\xf2\xe4\x40\x8c\x91\x93\x36\x2c\xdb\xbe\x4b\xe3\x12\xdf\x45\xf0\x21\x6e\xa4\xd7\x6a\x6c\xb5\xdb\x90\xcb\xef\xc5\x15\x4a\x93\x9c\xa1\xe5\x91\x6b\x98\x72\x1c\x17\x4f\x0d\xe1\x51\xe1\xf9\xa3\xd4\x7d\xf7\x35\x7e\xdb\x13\x69\xdd\xdb\xd2\xd3\x7d\xfd\xfe\xd9\x4d\x21\x31\x2a\xc5\x28\xf2\x37\x6c\x81\x52\x79\x7f\x09\x27\x58\x46\xd3\xf7\xc3\xd6\x50\x46\x52\x9e\xc5\x34\x7e\x60\x46\x92\x38\x70\x4a\x37\xae\x06\xaa\x5d\x28\xf5\x40\xcb\x32\x01\xc8\x61\xf1\x6a\xdf\xc5\x15\x3b\x25\x42\xa8\xad\x5d\xbf\x57\x6a\x3e\xd0\x8e\x07\x1b\x5c\x13\x1c\x77\x0d\x52\x8d\xcd\xf7\xbb\x4e\x27\x8e\x9f\xc0\x86\x18\xf5\xda\x9d\xaf\xac\xcc\x23\xd4\xc3\x40\x4a\x99\xb3\x28\x7b\xec\x80\xda\x66\x32\x60\x3c\x0d\x66\x07\x44\x2c\x5d\x3c\x62\x63\x70\x34\x89\x32\xbc\x39\x18\x52\xe4\x6f\xf9\x1b\x2a\x6a\xb6\x4c\xda\x12\x49\x03\x93\xa4\x9b\x37\xa4\xd2\x89\x5e\xce\x95\xac\xc2\xba\x3e\xf2\xbb\xb4\x70\x9e\x6f\x74\x70\x3e\xc8\x1b\x9c\xa2\x63\x15\x4a\x7a\xb5\xfa\xc0\x60\x20\x5f\xe7\xa8\x20\xc7\xf2\xf7\x46\xc9\xad\xf5\x1c\xb3\x7d\x1c\x1c\x25\x78\xca\x87\xd9\x84\x61\xac\x03\xb5\xf7\x4f\xf7\x78\xff\x34\xe4\xe9\xc2\x24\xab\x22\xfa\xa7\x7b\xac\x7f\x1a\x4a\x9c\x21\x87\x2a\x71\xc8\x72\xc1\x47\x02\xb6\x5a\x1d\xe5\x40\xbb\x8b\xd4\x4b\xcd\xb8\xd0\x11\xe2\x94\x18\x5d\xda\x4e\xdf\x6d\xb4\x5c\x72\xb4\xe1\x2e\x02\xe5\x14\xe4\x2e\x10\x6f\xc5\x93\x5a\x53\x94\x55\xf9\xa9\xea\x8e\x7b\xcd\x33\xec\x63\x14\x11\x56\x2b\x50\xf2\x12\x5a\x7d\x1c\x6c\x82\xf7\xf9\x5d\x5e\xec\xa6\xab\x55\xd0\x8e\xe9\x86\xf9\x03\x00\xb2\xb7\x1f\x44\x41\xef\x7f\xe5\xe5\xb4\xfb\x38\x4b\xaf\x1f\x4a\xa1\x01\x2a\x5f\xcf\xea\x4a\x29\x73\x1c\x3a\x1f\xfb\xae\xbf\xfc\x42\x5c\x0a\xc7\x39\x80\xd2\x53\x9d\xbc\x16\x92\x75\x38\x5e\x41\x84\x2c\xbe\xf6\x2e\xca\xad\xdd\xde\x82\x6c\xe0\xb0\xc1\xf3\xb0\x4b\x5e\xea\x42\x6a\xa2\xc2\xab\xfb\xfa\x89\x17\x06\xd0\x7c\xa8\xf8\xa3\x14\x18\x35\x1f\x95\xb9\x6e\xba\xf6\x14\x69\x06\xba\x4c\xde\x35\x3f\x62\xc6\x6f\x57\xe3\x03\xf4\xb4\x31\xd9\xce\x7b\x35\x78\x6e\xed\x76\xc2\x0e\xc4\x49\x8f\xda\x18\x1c\x45\x5a\x46\xc8\x78\xc4\xf8\x63\x0b\x4c\xc5\x41\x36\x68\x7a\xf5\x6a\x24\x1d\xbb\xb2\xeb\x48\x8e\x57\x31\x19\x53\x41\xa1\x36\x20\x16\x67\x51\x53\xff\x94\x50\x92\xcd\x64\x03\x20\x96\x57\x83\x55\x29\xa8\x21\x4f\x44\x12\x9b\xa3\x24\x7f\xc9\xe8\xc1\xb8\xd1\xa6\xf6\xd8\x39\xb8\x0b\x83\x9a\xba\x83\xfa\x90\x68\xc0\x71\xa3\xaa\xc7\x4b\x09\x80\xcd\x03\x96\x96\x46\x4a\x95\x2a\x98\xf0\x9a\x81\x4a\x9d\x81\xb2\x19\x5a\x47\xaa\xe2\xef\xe8\x9d\x1f\x29\xcd\xc4\x4f\x34\x52\x4a\x39\xd2\x30\x52\xd5\x81\x32\x3b\xc3\x09\x87\x49\x7b\x21\x6a\x1f\xa6\x75\xb2\xb3\x76\xfa\xd9\xec\xd4\x63\xfd\x7e\xd1\xb6\x5b\xb0\x92\xc7\xe0\xf2\x83\xd7\x35\x5e\xfd\xaa\xbb\x85\xbd\xf0\x92\x5e\x27\x02\x73\x6e\x2a\x4d\x28\x55\x61\x80\xd2\xfa\x65\xa2\x8d\xdd\x18\x55\x23\x32\x9e\x92\x8f\xe5\x4f\x79\x50\x46\x15\x3a\x4c\x97\xde\x34\x65\xfb\x58\xda\xfa\x9b\xb0\x7b\x1e\xe1\x3b\xbe\x2e\x7b\x84\xc7\x52\x0d\xdb\xe0\x10\xdf\x56\x62\xab\x30\x85\xf3\x54\x07\x85\x94\xd7\x88\x3a\x1e\x8d\x37\xc7\x7c\x96\xc6\x61\x41\x6e\x75\x52\xb3\x27\x31\x71\x48\x3f\x21\x51\x72\x70\xc4\x03\xd1\xce\x80\x28\xc5\xda\xdd\xde\x4f\xa5\x18\x3a\x64\x81\x9f\x4a\xd6\xb5\x39\x00\x9a\x47\xb1\xc0\x9f\x6a\x5e\xa1\x96\x22\x0b\xfc\x89\xa1\xde\x06\xa2\x6b\x14\x50\x9a\x69\xaf\x8c\x74\xef\x43\xc5\x1b\xda\x14\x83\x6d\x77\x7c\xe5\xc2\xd3\x84\x0d\x19\xfa\x4b\x5a\x52\x8e\xf8\xd0\x84\x90\xa8\x7c\x18\x1e\xc9\xf7\x20\x17\x94\x07\x39\x25\x76\x54\x4e\xe5\xc3\xcd\x2d\x68\x77\xb0\x21\x51\x63\x6b\xe2\x7d\x39\x99\xfd\x31\x80\x05\x53\x16\x88\x72\xc4\x9b\x31\xcb\xda\x87\x78\x78\xa4\x65\x80\x27\x32\xcc\x5a\x5a\x31\x80\x05\x23\x33\xd3\x27\x0a\xd7\x76\x0d\x84\xee\x0f\x8f\x48\xf6\xc9\x94\x5d\x15\xe0\xe6\x00\x92\xec\x31\x9d\xbe\x39\x80\xc5\x1e\x58\x3a\xc7\xca\x59\x2a\x5c\xa0\x97\xd5\x89\xc6\xc7\x9a\xeb\xf1\xda\x2f\x8f\xab\xd8\x04\xf5\x4e\x59\x3f\x1f\xeb\x32\x2b\x43\x1e\xba\x43\x61\xce\xc2\xe5\x3a\xaa\xb3\x07\x72\xbd\xd7\x36\x75\xf2\x21\xf3\xc1\xf6\xf2\xa1\xda\x53\x97\xbb\xd4\xcd\x7a\xc1\x77\xbf\x9f\x7a\x5a\x6b\xdd\x7c\x40\xa7\xcb\x1f\x35\xd2\x70\xf6\xa3\xda\x61\xe7\xb8\x3a\xa1\xdd\x9b\xee\x6d\xd7\xc4\x01\xca\xd9\x15\x25\x8b\x41\x18\xa6\x79\xcd\xb4\xd5\x2d\xaa\x76\xb8\xa9\x9c\x99\x1b\x0e\xcc\x9d\x4e\xc0\x47\x6c\x2c\xcf\xbc\x8e\xcb\x13\x52\xda\xc5\xdc\x4b\x55\x53\xe2\x36\x2b\x22\x2b\xb2\x6e\x17\x88\x7e\x8d\x44\x51\x63\x7d\x59\xd0\x18\xab\x46\x2b\x0c\x76\x77\xb1\x60\xc9\xbb\xd1\x92\xa7\xbb\x64\x2e\x18\xe5\xee\x6e\x39\x54\x96\x69\x09\x0f\x9c\x7e\x50\x18\xc1\x0c\xf1\xd1\x60\x0c\x97\x88\x8f\xb6\xc6\x30\x41\x7c\x74\x7a\x0c\xa7\x68\x00\x63\x34\x1a\x6f\x4f\xcf\x64\xa6\x55\xd3\x6e\x17\x44\x28\x1b\x4d\xc7\x90\x8c\xa2\x71\xa7\x13\xab\x23\xbd\xf8\x31\x1a\x8c\x81\x4c\x45\x03\x15\xdd\x47\x0c\xd0\x12\x68\xa6\x5b\x84\x62\x2a\x8f\x97\xf2\x5c\xbf\x84\x54\x9a\x94\x8d\xe8\x18\x2d\x47\x74\xac\xe2\x03\x4d\x3a\x9d\x49\xc0\xc1\x76\x6c\xaa\x07\x71\x98\xcd\xc8\x94\x07\x8e\x6e\x5b\x45\x35\xd3\x4a\xdb\x14\x26\xab\xd5\x68\x0c\x20\x0b\x80\x1b\xcb\xd0\x89\x70\x09\x39\x1a\x6c\xf3\x33\x36\x7e\x11\xef\x76\x9d\x29\x40\xe9\x88\x8f\xa1\xf4\x61\x93\xa1\xad\xed\xec\x8c\x31\x43\xda\xce\x4c\xa8\xcb\x25\x62\xa3\x6c\xbc\x31\xd8\x44\x88\x8c\x96\x63\x19\x0b\x65\x73\x0b\xe4\xb4\xd3\x09\x52\x13\xdd\x82\xf7\x7a\x70\x0b\x40\x8c\xa2\x20\x0a\x33\xc4\xc4\xe0\xd8\x7d\x1a\xe7\x4a\x27\x73\x94\x43\x82\x8e\x06\xc3\x41\x0e\x53\xa9\x8e\x31\x0d\x8e\xb4\xa3\x20\x3a\xe2\x63\x1b\x3e\x72\xc4\xc7\xa1\xde\x00\x35\xc5\x8a\x24\x74\x44\x86\x1c\x26\x62\x97\xd0\x1f\x87\x47\x79\xe1\x12\x47\x64\x92\x23\xcc\x4c\x5e\x19\x38\xc9\xc0\x91\xb4\xb3\x12\xbd\xb5\x69\x79\x14\xce\x11\x86\x51\x38\x41\x14\x46\x61\x5c\x8b\x3b\x11\x85\xa9\xa4\x64\x7b\xbd\x5d\xdb\x4f\x39\x3c\x72\x2f\x75\x07\x70\x1f\x73\xe9\x3e\x04\x46\x61\x39\x76\xae\xbf\xa4\x3a\x26\x76\x71\x67\x7d\xe9\x70\xbe\x97\x26\x9d\x8e\xfa\x6b\xaf\x2c\x2f\x47\xfb\x9d\x4e\x5b\x8d\x75\x5c\xb3\x8f\xfb\x7a\x5f\xcf\x01\xbc\xdd\xed\x5f\x34\xb7\xc1\xf0\x60\xab\xc3\xa5\x13\x99\x28\xc0\x00\xc0\x0f\x77\xac\xdb\x4a\x19\x0f\xe9\xfd\xe2\xab\x31\x1c\xb0\x7e\x94\x71\xa7\x23\x63\x11\x17\x35\x15\x99\xd4\x5c\x96\x2f\xce\xa5\x01\xae\x28\x2e\x0a\x59\xc0\xda\x9a\xce\xa0\xaf\x59\x96\x5f\x1d\x71\x7d\xb9\x9e\x03\x78\x5a\x36\x48\x5b\x60\xdb\x41\xc6\xc0\xae\x7f\xc5\xc7\xa2\x30\x0e\x18\xa4\xb0\xe1\xc0\x2b\x88\x28\x0f\xf7\x08\x8d\xb5\x67\x19\x37\xd4\x1d\x8c\xc2\x26\xe5\x62\xa5\xb7\x3b\xf5\xc3\x8e\x95\xad\xf2\x86\x27\x1d\xd8\x52\xb0\x68\x17\x87\x7e\xe4\x43\x0e\x20\x17\xd5\xb5\x1c\x0b\x4e\xc4\x67\x74\xa0\xa7\x70\x81\x7c\x5f\x7b\x72\xd2\x3a\xbd\x03\xbc\xb7\x88\x26\x57\xff\x30\x4b\xe9\xa2\x81\x93\x9e\x10\x4d\x86\xd5\x59\xa2\x4c\xf1\x24\x39\x64\x19\xd8\x50\x3f\x11\x87\x19\xb2\xf1\x30\xad\xee\x35\x41\x83\xed\xa4\xe0\xb0\x89\xe0\xfb\x41\x36\x4a\xc6\x8a\xad\x4f\xd0\xb2\xcc\xe9\x82\xd1\xe9\x0f\xc3\xd3\x9a\xc5\x05\x47\xa7\x3f\x5c\x53\xf8\xb2\xe0\xc3\x42\x74\xd5\xeb\x19\xb1\xe0\xf4\x1f\x80\x1c\x9e\xfe\x83\x96\x78\x54\x04\xa6\x1b\x4d\xeb\xd0\xa8\xdb\x3b\x9d\x80\x85\x0b\x14\xd0\x16\x05\xfc\xb9\x24\x29\xbc\xac\x82\x91\x89\x5e\xd4\xdb\x1a\x87\x19\x9b\x14\x21\x34\xae\xf4\x47\x4f\xf5\xc7\xf7\xbd\xaf\x0f\xfd\xbe\x0f\xdc\x16\x06\x04\xed\xe2\x88\xec\xc6\x30\x55\x00\x33\xd6\xc8\x72\x84\xcf\x2d\x79\xfa\xb0\x1c\xdf\x07\x0f\x69\x34\x27\x93\xa6\x90\x6e\x69\xe0\xab\x32\x0e\xe9\xae\xdf\xc5\x20\x87\x24\xf0\x3f\xb2\x9f\x90\xf9\x1c\xb3\x3e\x67\xd1\xe4\xaa\x12\x85\xc7\x0d\x46\x6a\x2c\xf8\xd0\x87\xc4\x31\x44\x64\xb9\x2e\x65\x8e\xfe\x34\x9b\xb7\x22\xdf\x3f\xd0\xc8\x7b\x51\x86\x3f\xf8\xfe\xde\x67\xb2\x76\xd4\x2d\x8d\x3a\x49\xc8\x62\x2f\x8d\x58\xdc\x8e\x7a\x5a\xa3\x4e\x93\x88\xb7\x63\xdd\xaf\xb1\xe6\x14\xcf\x53\x4a\x32\xde\x9f\x2f\x13\x4e\x7a\xf3\x68\xd1\x9e\xe9\x03\x3a\x13\xdd\x67\xd1\x62\x16\xca\xff\xdb\xb1\x3f\xac\xb1\xf5\x5b\x73\x1c\xf7\x26\xb3\x88\xee\xe3\x0c\xb7\xb7\xeb\xfd\x72\x4c\xe4\xed\x21\x09\xfc\xc3\x28\x8e\xa3\x56\xdc\xad\xfb\xd5\xed\xde\x87\xdd\x95\xaf\x67\x5c\xcd\x3f\xd2\xb6\x97\xd0\x4d\x8d\x91\xa2\xd1\x3c\x07\xdb\xc1\x5d\x5f\xb6\x40\xaf\x2e\x21\xfa\x8c\xd6\xaa\xbb\xd5\xe6\xcd\x82\xd3\x60\xa3\xa0\xe1\x16\x41\xab\x60\x88\x3b\xa3\x71\xa8\x1e\x96\x04\x18\x0c\x47\xe3\xc2\xd6\x8b\xd0\xdd\x88\xb1\xe8\x10\x51\xa9\x8a\x3d\x0c\x38\x64\x92\xdb\x85\x38\x9a\xcc\x9c\xd4\xb4\x48\xdd\x8d\xb2\x43\x3a\x71\xbe\x45\xea\xdb\x24\x4d\xc4\xaa\x74\x3e\x64\xa5\x0f\xb5\x7c\x4b\xf5\x59\xd0\x1c\xc7\xd4\xf9\x40\xd4\x07\x42\x3f\x53\x2e\x2f\x51\xe9\x62\xb0\x76\xa3\x24\x71\xbe\x4c\x74\x51\xa4\x94\x3a\x35\xa9\x34\xae\xe0\xc7\xc5\x17\x27\x75\xa6\x52\x93\x28\x73\x6b\x5d\xa8\x54\x1a\x5d\xc5\x2e\xf2\x5c\xed\x0a\x25\x95\x92\x2b\xa3\xa3\xc1\x36\x3b\x83\x5d\x99\x9a\x4c\xe5\x0d\x16\x42\xc8\xec\xdb\x9b\x83\x92\x8c\xae\x8c\x0b\xeb\x1c\xc6\x1f\xa9\x4d\xdd\x93\x81\xb0\xc6\x3e\x32\x21\xab\x9c\x2d\xc7\xc8\x1f\x7a\xb3\x01\xb9\x10\x11\xf4\xa3\x01\x2c\xcd\xe0\xa5\xad\xbb\xb1\x6c\xaf\x88\x00\x24\xc0\x52\x86\xa6\x02\xd2\xfb\xc4\x96\x63\x14\x18\x30\x43\x40\x14\x38\xd2\x6d\x5a\xe9\xb3\x09\x61\xeb\xc6\x68\x67\x88\x4b\xe1\x1a\x52\x67\xeb\x76\xc4\x4d\x4d\xe6\x64\x1a\x30\xc4\x56\x2b\x1a\xd2\x34\x5d\xc0\xcd\x6a\x4b\x59\x60\x5c\xe5\x0e\x36\x36\x9d\x83\x11\x38\x12\xc5\x93\x31\x24\x8e\xfc\x00\xd3\xc2\x22\x62\x87\x05\x1c\x0c\xbb\x5d\x72\xd6\xf6\x7e\x87\x29\x69\xc2\x84\xc8\xa6\xd2\x3c\xd8\x15\xdb\x33\xa5\x1f\x74\x22\xe7\x49\x3b\xbd\xc1\x36\x29\x3a\x27\xc3\xe3\xe9\x6b\x45\xdd\x04\xc7\x23\x4b\x51\xd6\xb2\x1c\xce\x9c\x07\x60\x23\xaa\xc4\x29\x14\x5f\x55\xe0\x64\x77\xf2\x05\xbd\x58\x11\x3c\xc0\x60\x83\x58\xd2\x0f\x6a\x41\x66\xa5\xec\x5f\x0f\x0e\x07\xa0\xea\xdc\xfa\x82\x8d\x5b\xbe\x92\x9f\xcc\xa4\x21\x7e\x60\xe3\x18\x20\x16\x50\x28\x06\xa0\xa9\xf7\x13\x1d\x21\x10\x71\x87\x0b\x71\xc9\x85\xca\x4b\xa5\x74\xfc\xc4\xfa\x35\x86\x38\xc6\x16\x1e\xca\x6c\xa1\xd3\x7a\xd3\x04\xdd\x31\x49\x70\x26\x6f\x53\xc6\xf8\x84\xf3\x6a\x27\xb4\xd3\xd1\x53\xdc\xd6\xbf\xd9\x09\x96\x00\x99\x06\x76\x0d\x80\x23\x86\x04\xa8\xae\xa9\xf3\xfa\x8a\x58\xb8\xef\x76\x47\xb8\x10\x69\x0a\x94\x79\x81\xe2\x72\xf6\xdc\xf1\x61\x9f\xe7\xeb\xef\x4d\xcd\x46\xb2\xf5\x01\xd1\x7f\x16\x0c\x9a\x37\x94\x72\xe0\x45\xa5\x05\x20\xd9\x6e\x12\xd1\xfd\x65\xb4\x8f\xc5\xe9\x4d\xa6\x25\x64\x8f\x45\xec\xb0\x49\x3a\x62\xca\x7e\x93\x64\x78\x57\x63\x69\x9b\x4b\x0c\x74\xec\xf3\x1a\x42\x53\x31\x24\xe0\xe1\x6e\xc6\xf1\x22\x03\x72\x17\x2a\xa9\x96\xc5\x31\x01\x39\x5a\x7c\x19\xe5\xd4\x75\x65\x53\xcd\x43\x8b\x8b\x0f\x94\x06\x45\x13\x03\x0e\x20\xd5\xca\x57\x42\xb1\x2d\x4a\x85\x95\xc6\x4a\x5f\x53\x3d\x05\xe8\x13\xb1\xb4\x05\xdf\x3f\x7f\x7d\x11\xf8\x4f\xf5\x57\xfd\xf7\xf9\xd0\xdf\x97\x51\x02\x9c\x2f\xfd\xa7\x82\x9d\xe1\x95\xa7\xc0\x4e\xdf\x31\xb8\x2e\x2c\x63\xad\xc4\xca\xa0\xef\x17\xbf\x28\xf4\x65\xbe\x2b\x19\xb8\x4f\xaa\xe9\xaf\x5c\xc9\xba\x3e\xc8\x37\x4a\xa3\x57\xb4\x4a\xb1\x53\xfb\xc0\x49\xae\xa2\xda\x6b\xa2\x4f\xe0\xc3\x83\x94\xc5\x9e\x7f\xaa\xcb\xba\xa7\x7c\xf9\x7c\x88\xa6\xda\x22\x5d\x6a\x7a\x12\x19\x25\x86\x50\x9e\x7a\xa7\x44\xad\xce\xa5\x80\x28\x32\xcf\xf3\x76\x1b\xd4\x06\x62\x32\xf7\xcc\x8d\xf1\xb1\x37\x1c\xc1\x05\x1c\xb9\xbb\x2a\x6f\xba\xa8\x31\xa6\x25\x35\x8e\x67\x21\xbb\x6e\xc0\x68\x30\x86\xa4\x8e\x39\xa8\xe3\x9e\x06\x1b\xd6\x04\x0f\x12\x00\x69\xa7\x23\xed\x76\xf5\x4b\x28\xb1\x31\x0d\x39\xa4\x69\xc4\x5c\x8f\xa3\x8d\xb1\x9d\xcd\x02\x16\xd9\xa1\x14\x7c\x76\x65\x76\x66\x3c\x27\xab\xc4\x19\x4b\x29\xf9\x1c\x1e\x32\x48\xb2\x5d\x93\xbd\xd1\x55\x51\xa7\x63\xa5\x80\x87\xf4\x67\x29\x08\x1c\xe5\xf5\xad\x1f\x4a\x19\x65\xe8\xec\x87\xac\x75\xc0\x4e\xdb\x39\x6d\x10\x97\xed\x60\x50\xcb\x65\x2a\xf9\x01\x10\x1d\x24\xf4\x5a\x7a\xb5\x6e\xfe\x63\x8f\xdb\xa6\x18\x06\xf2\x5c\xec\xb3\xb0\x6c\x4f\xd7\x24\xc8\xda\xbc\x5a\x7e\x7e\x3c\x4d\x0e\x85\x78\xb7\x5a\x05\x62\x75\xea\x20\x46\xa8\x64\x17\x80\xe5\xcb\xd1\x0c\x8d\xc6\x10\x87\x93\x19\x49\x62\x86\xa9\xcc\x60\x7e\xa0\xd1\x78\x8d\x32\x26\x49\xa3\x18\xc7\x35\x85\xc6\x3e\xe6\x4d\x7a\x82\x30\xc9\xd7\x69\x76\xc8\xc9\x0b\x22\xca\x34\xbc\xd2\x53\xb4\x25\x38\xce\x7a\x3e\xee\x04\x0f\xd5\x2e\xc7\x1b\x17\x9e\x5d\x4e\xb8\xa8\xd6\x5a\x5b\xb2\x4e\xc7\xc2\xdc\x81\xa9\x2b\x9b\x5a\x51\xb4\xe1\xb4\xae\x0e\x3a\xae\x54\xb8\x0e\x7b\x31\x8b\x28\x4f\xe7\x66\x51\xed\x63\xbe\x6b\xef\x70\x1b\x46\x87\x04\x60\x47\x55\x30\x4c\x03\xb0\xa3\x73\x0f\x71\x00\x76\xb8\x76\x01\x97\x8b\xc5\x43\xd3\x18\x0f\xb1\x80\xf6\x58\x7a\x90\x61\x36\x24\xe2\x87\xc1\x4f\xc5\x8f\xab\x11\x9b\x47\x0d\xf1\xd3\x5b\xfb\xe4\x8c\x86\x39\x0d\xaa\x42\x76\x77\xa5\x52\xdf\x8d\x09\x1f\x9c\x1e\x00\xc8\x82\xad\x01\x90\x4a\x86\xdb\xe2\x8d\x1e\x0e\x4c\x14\xe5\xc5\xe5\x87\x9e\xf8\xf8\x8c\x7f\xe8\xfe\xfb\x67\x17\x3e\x78\x30\xa5\x6c\xf9\xb1\x47\xf6\xcf\x2d\x3f\xf8\xc4\x67\xaf\x1d\x7e\xe8\xc2\x93\x0b\xbb\xe5\x2e\xac\x77\x00\x74\xa4\xf7\x51\x69\x84\x86\x1a\xd4\x68\xea\x31\xcc\x31\x25\xef\x14\x65\x04\xdc\x29\x1e\x0c\xc5\xae\x81\x83\x4a\xad\x20\xdc\xd5\xb8\x66\x1b\xdf\xad\xd4\x8f\x0b\xb1\x88\x2b\x4d\x5f\xa5\x08\xb1\x6b\x8b\xad\xdb\xb5\x15\x2f\x95\xa5\x42\xbe\x9e\x74\x01\x38\x5a\x25\x79\xb1\xc0\x82\xf7\xbb\x52\x4d\x40\x50\x6d\xea\x8f\xa6\xd9\x90\x05\x1f\x02\x50\x30\x8e\x21\x0b\xb6\xb6\xe4\x2b\xd6\x09\xce\xb2\x21\xcf\x73\x98\xb6\x65\x79\xff\x87\x6d\x9e\xf7\xff\x41\x91\x87\x05\x1f\x18\x48\x8e\xdf\x96\xef\xf4\x96\xcd\x77\xfa\x74\x29\xdf\x96\xc8\x17\x28\x69\x21\x03\x61\x41\xbb\x01\xd8\x49\x03\x30\xa4\x61\x41\xdb\x81\x94\x4b\x0d\x45\x07\x60\x27\x32\x08\x62\x19\x04\x60\x87\x04\x60\x78\x94\x83\x0a\x85\x6e\x0d\x80\x4b\x97\x82\x65\x9e\x4c\x4a\x1c\x28\x21\xf1\x34\x80\xea\xf2\xb9\xb6\xa7\xd3\x40\x5b\x2b\x66\x98\x96\xd4\xf6\x92\x27\xe9\xe9\xdd\x42\x08\x55\xf7\xdc\x1d\x9b\x2b\xc0\xf0\x28\x07\xc3\xd3\x0d\x48\x9d\x0e\x09\x9d\xfd\x31\x60\xa0\x92\x0d\x32\x30\x14\x22\x36\x64\x66\xd3\x86\xca\x0c\xce\xc4\x85\x47\xe5\xbd\xb0\x70\x8b\x23\x44\xfb\xa3\x45\xc4\x39\x66\x74\xc8\xa1\x71\x6b\x35\x64\xb9\x2a\x22\x6f\x7c\x03\xc8\x02\x5c\x95\x28\xa5\xf2\x53\xbd\xd4\xc4\x30\x8e\x78\x34\xe4\xca\xfb\x20\x6b\x5a\x90\xd8\x2a\x25\x9a\x2c\x67\x1c\x81\x51\x6e\x69\xa2\x71\x20\xe4\x38\xe3\xca\x34\x47\x2b\x54\x9a\x3d\xfd\x98\x2e\xe8\x58\xbe\x86\xfa\x8f\xcc\xe3\xc8\x06\x1e\x9b\xe6\xf0\xb1\x47\x77\x2f\x3d\x70\xfe\xd1\x73\x17\x1f\x7e\x6c\xe8\xef\xee\x3a\x3f\x77\x77\x7d\xf9\xf5\xf2\xf9\xc7\xcd\x97\xcb\xe7\x1f\xd7\xa9\xe7\xff\xe8\xfc\x03\x4f\x5c\x3e\xaf\x3f\xe8\x5f\xfa\xdb\x83\xe7\x1f\x7a\xf8\x51\xf3\x49\xfd\xd8\xdd\xf5\x2b\x42\xa3\x1c\x5d\x41\x25\xc8\x69\x6a\xbe\x51\xda\x79\xea\x71\xb9\x55\x44\xe5\x74\xc9\xcb\x52\xab\xe1\xe2\xa0\xbc\x17\xd5\xf2\xbb\x61\xd7\x8e\x2d\x21\x32\x21\xc2\x10\x42\x45\xc5\xe6\xf8\x5c\xa4\x04\x18\x0e\xe4\xbd\x89\xc4\x24\xab\xd5\x26\x07\x9d\x4e\x3d\x07\x77\x4a\x81\xd5\xec\x9c\x1d\x1e\x15\xa7\x38\x38\x00\xb9\x32\xaf\x62\xe0\xc8\xfd\xa4\x56\xb5\x94\x24\xcb\x48\x65\x04\xf5\x8c\x55\x20\xe4\xf9\xa6\x7b\x37\xce\x0e\x8f\x38\x6a\x88\xb9\x59\x34\x67\xa7\x00\x87\x44\x97\x2f\x63\xad\x91\x5c\x36\xa4\x29\xb7\x3b\xac\x3b\xa5\xd0\x76\x69\x51\x02\x43\xa9\x10\x01\xd5\x0d\x08\x5c\x0a\x59\x2d\x41\x9b\x5b\x70\x82\x7a\x5b\x1b\xce\x01\x1f\x1c\x25\x9d\x4e\xd6\xe9\x04\xf2\xab\x65\x17\x4b\x94\x19\x51\x74\x09\x86\x22\x13\x5c\x5a\x2e\x11\x07\xae\x72\x2a\x56\xf1\x38\x37\x13\xc3\xa4\xa2\x60\x0a\x36\x12\xb4\x39\xb0\x9a\x07\x8e\x96\xf6\x2e\x76\x5b\xed\x56\x19\x5a\xca\x56\x6d\x77\xbb\x93\x33\x7c\x1b\x64\x9d\x4e\x36\x9a\x8c\xd5\x13\xbe\x0d\x59\x61\x91\x2b\xcf\x54\x40\x42\xd9\xc6\x8a\x86\x85\x21\x84\xdc\x41\x30\xf3\x5f\x0a\x3d\x88\x15\xc5\x08\xdc\x74\xb5\xda\x64\xa0\xd3\x69\xca\xc3\x4a\x25\xc1\x6a\x11\x72\x46\x84\xe0\xaf\x46\x99\x97\x88\x85\xb9\xc4\xe2\xa0\x94\x3f\xeb\x17\xcf\x42\x3c\x17\xff\x57\xd5\x1b\x92\x8d\x4e\x97\xd4\x58\x3c\x28\xa5\x31\x77\xb5\x16\xe0\x28\xa7\x21\xc5\xd7\xf9\x65\x32\xb9\xda\x70\x2d\x27\xd6\x9f\x3c\xfa\x05\x0d\x67\x34\x79\xdf\x58\x49\x3e\xbb\x05\x0a\x0d\xd1\xd6\x36\x3b\x53\x45\x50\x86\x0a\x23\xd6\xdb\x1a\x17\x5b\xc6\x88\x8d\x37\x96\x8a\xaf\x8b\x1a\x55\xfb\x01\xdc\xda\x44\x76\xd6\x56\xab\x64\xb5\x8a\x82\x18\xe4\x70\xe6\x9c\x43\xd9\x92\xd6\x9e\x3f\x4e\x97\x54\x1f\x5e\x8a\xc0\x93\xb2\xef\x20\x87\x34\xe4\x84\x27\x18\xf9\x7a\x53\xf6\x21\x0d\x35\x28\x84\x34\x1a\x62\x7a\x4d\x88\x66\x34\x8c\xd8\xfe\x35\x41\xe8\x34\xd4\x61\x25\x90\xef\x17\x3f\x32\x85\x94\x52\xb4\x10\xb8\x71\x6c\x42\x67\xca\xdf\x29\x9d\x60\x05\x4c\xa7\xf2\xaf\x7a\xb1\x52\xc2\x51\x49\xe7\x92\xc4\xa4\x66\x32\x19\xcf\x09\x97\xc0\x82\xe1\x05\xa6\xe5\x72\x75\xda\x63\x74\x52\x2e\x2b\xb1\x45\xd4\xf6\x89\xd1\x58\xb4\x73\x8f\x48\xcf\x0e\xe5\xa1\xaa\x30\x58\x2d\xd6\x18\x5c\x8f\x28\x16\x9b\x2d\x17\x82\xc3\x2b\xd3\x1b\x1a\x4e\x0e\xe2\x7a\x25\x7e\xdf\x97\xdf\x66\x31\x61\x27\xaa\x43\x62\xb6\xd4\xb0\x9c\x47\xd9\xd5\x7a\x1d\xde\xa0\x41\xaa\x0c\x1a\xaf\x51\xea\x5a\x7d\x15\x8c\x49\x13\xee\x36\x3d\x8b\x06\xdb\xb4\xd7\x33\xda\x5d\xa9\xda\xf3\x43\x71\x32\x27\x3b\x46\x2d\x1b\x50\xb8\x05\x86\x7e\xa8\x93\x83\x52\x3a\x14\x54\x3c\x64\x9d\x4e\x35\xb9\xd7\x03\xb9\x0c\x4d\x29\x2a\xdf\x66\xbd\xde\x36\x03\x38\x5c\x52\x65\x86\x22\x4a\x6b\xd2\x70\x16\xc6\x02\x42\xc6\x48\x38\x66\xc0\x91\x39\x12\x19\xb4\x14\x38\xaa\x57\x41\x96\x75\x8d\xa5\x51\x57\x42\x0c\xac\x6b\x1c\x2c\x8d\x63\xac\xc2\x92\x1b\x33\x50\xd4\x60\x4f\xc4\x05\x85\x13\xc1\x15\xd3\x9a\x34\xd7\xdb\xda\x4e\xcf\xa2\xde\x56\xa7\xb3\x49\xb6\x53\x33\x74\x11\x4a\xcf\xa2\xc1\x4e\xb1\x8e\xd3\xf1\x10\x0b\x12\x09\x24\x73\xa8\x59\x11\x44\xcd\x4e\x05\xce\xfd\xff\xec\xfd\xdd\x97\x24\xc7\x75\x18\x88\xbf\xf7\x5f\x51\x9d\x3f\xb8\x10\x81\x8a\xc9\xa9\x9a\x19\x0c\x80\x9a\xc9\x29\x0f\x06\x33\x20\x48\x60\x66\x88\x19\x80\xa4\xab\x93\xad\xec\xaa\xa8\xea\x40\x57\x47\x16\x22\xa3\xa6\xa7\xd1\x99\xe7\x88\xd0\x4f\x94\x65\x69\xd7\xda\xb5\x96\xeb\xb5\x68\x73\x6d\x4b\xf6\xea\x9c\xb5\x4d\xcb\xa2\x97\x22\x45\xf8\x01\xe6\x7b\xcf\xbf\xe0\x43\xd0\xda\xb7\xfd\x13\xf6\xc4\x8d\x8f\x8c\xfc\xea\xee\x01\x40\x5b\x2b\xf1\xa5\xbb\x32\x3e\x6f\x44\xdc\xb8\x71\xe3\xc6\xfd\xb0\xf5\x7b\x32\xed\x29\x46\xdb\x42\xa9\xbd\x0b\xec\x69\xde\x96\x2f\xb3\x00\x6f\x25\xfd\x3e\x92\x51\x32\x08\x2e\x07\x03\x49\x58\x14\x5c\x56\xeb\x93\x84\xb3\xfd\x44\xdc\x96\x68\xe8\xb4\x66\x10\x9b\x04\x97\x83\x71\x10\xe0\x01\x92\x91\x40\x1c\x49\x58\x2a\x89\xc0\x0b\x55\x93\x0d\xdb\xde\xa6\x05\x26\xdb\x0c\x1b\xf3\xa2\xcb\x01\xc6\x79\x1e\x84\x41\x41\x64\xc8\x53\x71\x98\xac\xd8\x47\xb4\x45\xb3\x53\x86\x2c\xbb\xbd\x97\xa5\xab\x0d\x58\x6a\x92\xc4\x00\xc5\x10\x25\x8a\x4c\x1a\x78\x28\x00\x41\x2f\x04\x44\x5a\x05\x22\x05\x8f\x62\x41\x18\x60\x42\xfb\xfd\xc4\x73\xa6\x85\x52\x37\x4a\xaa\xe0\x2c\x21\x69\x11\xcc\x68\xb0\x68\x39\x57\xaa\x86\xea\xe7\x82\xf2\xbe\x86\x34\xce\x77\x40\x61\x27\x48\x8d\xb1\x7e\xac\xb6\xa8\x93\x5c\x10\x11\x14\x74\x2d\x58\xe0\xb6\x90\x3f\x4f\x6a\x34\x82\xae\x12\xc9\x7c\xfc\xd6\x6f\x07\xde\x4e\xf3\x11\x7e\x78\x43\xba\x3d\xd4\xef\x07\x81\xf1\x2c\x05\x4a\x5e\x37\xca\xfd\xe6\xd1\x0e\x71\x2b\x1a\xba\x92\x22\x56\x5b\x1c\xdf\xb0\xb3\x70\x4b\x4c\xa6\x6a\x07\xe8\xb7\x38\x49\xc4\x25\x39\x18\xe1\x82\x46\x6e\xdf\xa9\x3b\x88\xf1\x8a\x36\x02\xc7\x5d\x2e\x43\x78\x19\x6e\xab\xb3\xa8\x8a\x31\x70\x97\x43\xa2\x92\x92\x44\xef\xa8\x99\x3a\x64\x1c\x31\x03\x27\xb1\xda\x6a\x98\x64\x51\x42\x36\xd1\xf0\xc6\xe6\x66\x72\x63\xa3\x9f\x35\xd8\x74\x13\x6f\x47\x51\x3a\xdd\xc4\xf8\x24\x8b\x36\xe6\x55\x43\x2b\x97\x98\x27\x9e\x4d\x94\xdd\xd8\xdc\xb4\xed\x41\xcd\x95\xa6\x28\x3e\x0d\x43\xab\x68\x65\x39\xbb\xd4\x8c\x3a\xc3\xd8\x5b\x94\x02\x0c\x89\xd6\x0a\x59\xc1\xde\x69\xc5\x0e\x99\xa4\x22\x0a\xc6\xf0\xcd\x04\x38\x2e\x39\x17\x5d\x0c\xc6\x07\x98\xb4\x3c\x88\x06\x61\xe0\x31\x87\x1a\xbd\xef\xa4\x73\x0a\x28\x4e\x44\x74\xed\x95\x28\x8a\x24\xe1\x8a\x0d\x64\xea\x94\x4f\xfd\x05\x4d\x6f\x45\xa3\x1b\x97\x2e\xa5\x6a\x66\xa0\x24\xaa\xb5\x91\x62\xac\x79\x52\x86\x4f\x78\x94\x9a\xd9\xd2\xae\x28\x14\xb5\x34\x73\x71\x49\xdd\x94\xf9\x44\xe8\xfd\x18\x06\xea\x74\xd0\x49\x2a\xc1\xe2\xc4\x10\x6c\x00\x65\xb8\x97\x64\xb4\x36\xf4\xf2\x55\xa2\x22\x84\xea\x9e\x8b\x2d\x73\x0f\x83\xe3\xcd\x8c\x0d\x26\x42\xfa\xe3\x93\xea\xb0\xbb\x74\x49\xba\xf1\x55\x06\x27\xcb\xb1\x89\x48\x0e\x46\xfe\xe8\xf4\x88\xfa\x7d\x04\x67\x02\x57\xd9\xb8\x3a\xd8\xa0\x1c\x18\x04\x42\x56\x7c\x6d\x29\xbd\x12\xa5\xff\xbf\x97\xec\x43\x21\x8e\x40\x5e\x89\x44\xe4\x72\x87\xce\x75\xdb\x25\x57\x0a\x13\xa1\x66\x89\x3e\x95\x0d\xfc\x38\x6b\x42\x4a\x2c\xb8\x34\xaa\xce\x0b\x49\xa3\x21\x49\xfc\x79\x49\xf4\xbc\x78\x5e\x4f\xbc\x69\x49\xe0\xfc\xba\xf6\xca\x76\x14\x65\xb8\x3e\x0f\xc9\x60\x84\xc9\xb5\xeb\xea\x6a\x39\x81\x3c\x39\x91\x51\x32\x56\xdc\x6a\xda\xef\xa3\x34\x1a\xe1\x31\x38\xc6\x93\xf0\xa5\x8e\x00\x8d\x2c\x76\x9e\x93\x72\x9e\xbd\xe9\x94\x79\xae\x7b\xca\xf3\xa1\xbe\x5a\xa8\xaf\xb4\xdf\x57\x57\x53\xae\x8e\x5e\xf5\x43\x0c\x46\xfe\xb4\x4b\x17\x7f\x9a\x45\xc1\x9e\xa2\x4a\x41\xb2\x17\x78\x8e\x17\x27\x9d\xf2\x7d\x53\x06\x04\xfc\x5d\xaf\x00\xf2\xe6\x10\xce\x5b\x3b\x6f\x03\x89\x49\xb5\xe6\xd9\xd2\xaa\x36\xf9\x94\x27\x33\xb8\xb3\xcf\x38\x05\xf3\x80\x97\xaf\x60\x72\x97\x2f\x57\x2c\x03\x29\xdb\x55\x4c\xee\x09\xca\xc1\x12\xe4\xe5\xab\x98\xbc\x49\xc5\x61\xc2\xd5\xc7\x35\x4c\xde\xd8\x68\x13\x91\x97\x5f\xc6\xe4\x7e\x2a\x8e\xe8\x92\xe9\xbc\xeb\x98\x3c\x64\x22\x91\xd0\xe0\x2b\x98\xbc\x77\x20\x12\xc6\x4d\xe6\xab\x98\x3c\x4c\x4d\xfb\x2f\xbf\x86\xc9\xa3\x75\xc2\xf5\xd7\xf5\x21\x26\xef\x6e\xb2\x4c\x17\xbc\x3e\x52\x05\x85\xdc\x2c\x37\x1a\xb4\xeb\x57\xc0\xde\x04\x0c\x93\x35\x68\x6f\x9b\x97\xd4\xb1\xa2\xd5\x17\x7b\xb4\x3d\xf9\x56\x32\x9f\x27\x63\x81\xae\x8d\x30\x01\x7b\xec\xd7\x37\xd9\x58\xa0\xd7\x30\x79\x8b\x4b\x2a\xd6\x82\x4a\x2a\x54\x83\xd7\x30\xb9\x93\x72\x49\x9f\xaa\xde\x5e\xc6\xe4\x6d\xfd\xbc\x3a\xd6\xcf\xbe\x6f\x30\xe8\xc9\x24\xbc\x82\xc9\x3d\x9a\xc8\x8d\xa0\xf7\xd8\x8a\x3e\xa2\x89\x80\x89\xb9\xa6\xd2\xfd\x84\xd1\x6b\x98\x3c\x5c\x25\x72\x91\x8a\x43\x95\x6f\xc2\xdc\xb1\x0c\x6c\x65\x55\x81\x2b\x10\x7d\xf7\x09\x15\x92\x0a\x05\xd7\xf5\xab\x98\x40\x70\x18\xfd\xf5\x1a\x26\xeb\xd5\x66\xc9\x38\x48\x5e\x47\x98\x64\xfb\xec\x10\x72\x30\xd1\x2a\xa8\x6f\x75\x4b\xaa\x78\x08\x83\xf7\xef\x64\x17\x64\x2f\xaa\xd2\x30\x7e\xc1\xe7\xf1\x6b\x57\xb4\xe4\xf3\x65\x75\x5a\xc2\x14\x27\x5a\x1c\x9a\x9d\xa5\x84\xa5\x15\x74\x1d\x4d\x4d\x43\x2b\x7b\x43\x98\x6c\xf4\x4b\xba\xaf\x65\xe1\x18\x36\x1a\x82\xda\x5b\x45\x79\xc2\xdf\x65\x92\xae\x07\xc8\x14\x52\x3b\x37\xe8\xdd\xbc\x74\xa9\x17\x0c\x68\x28\x68\x92\xa5\x1c\x17\xc6\xaa\x1b\x14\xd8\xb2\x76\xc1\xa3\x53\x21\x91\x46\xc2\xa9\x6f\xb5\x56\xe1\xae\xc1\x94\x0a\x18\x4c\xab\xcc\x51\x67\x6f\x42\x91\xf0\x83\xdd\xc3\x64\x26\xd2\x4c\x15\xb5\x4d\x79\x4e\x60\x22\x11\x1e\x31\xce\xa9\x20\xa2\x00\x7a\x28\x40\x00\x8a\x56\xb8\x69\xb1\xf6\x68\x46\x79\x22\x58\xda\x9b\x69\x5f\x6d\x7b\xb4\xc7\x1c\x5e\xcf\x77\x78\x30\x10\x0e\x9a\x99\xe5\x0f\x76\x78\xe0\xd4\x09\x5c\xe9\xa8\xae\x63\x23\x23\x10\x0a\x30\x6c\x9f\x39\x30\x11\x5a\x8a\x9c\x86\x9e\xc8\x93\x9c\x64\x06\x86\x31\x25\x33\xf9\x74\xec\x3f\x87\xb8\x38\xac\x0b\xa0\x98\x5b\x89\x95\x05\x6b\xfd\x36\x94\x39\x32\xba\x38\xfb\x44\x36\x0f\x76\x9b\x12\x5e\xd0\x6f\x40\x92\x50\x68\xa2\x54\x60\x1a\x67\xa1\xff\x5a\xac\xf1\x5e\xd8\xf7\xff\x6a\x75\xbf\x4f\x5e\x3a\xe2\xaa\x8e\x9b\xe3\xad\xca\xb8\x1f\xdf\x7d\x48\x4e\x54\x6d\x33\xde\xac\x39\x5e\x8d\xb7\xf5\xa5\x06\x49\xd4\xae\x5e\x5a\x84\xb7\x64\xb4\x21\xde\x78\x10\x25\x59\x9e\x9f\x14\x24\xb1\x4b\xe3\x55\x6f\x7b\xed\x35\x8a\x21\x64\xae\xee\x3e\xd2\x4c\xe3\xbc\x1d\x8f\xb5\x76\x20\x9a\x56\xcc\xee\xfc\x43\xc9\x30\x93\x1a\xd3\x76\xb5\x17\x2d\x88\x16\x62\xc0\x97\xda\x10\xf1\xa2\x94\xe0\xba\xa6\x04\x8a\x50\xa6\xdd\x0a\x33\x6a\xf3\xd3\x3c\x87\xd9\x36\x4f\x07\x29\xb2\x6e\x75\xf5\x7a\x69\x19\x73\xcd\xb6\xc1\x7b\x26\x49\x9b\x8f\x0b\x14\x9f\x24\xae\x5c\xe5\x65\xc2\x7b\x68\x32\xcf\x5e\x5a\xf8\x18\x2e\xa9\xd4\x03\x45\xac\x65\x8f\xbd\xb1\xd1\xee\x0d\x68\x0f\xca\x8c\x7b\xd3\x60\xc0\x06\x41\x1c\xe0\x2d\x59\x0a\xcf\xc0\x28\x58\x0d\x32\xe1\x73\xc4\x30\xb4\x2f\x48\x86\x2d\xe6\xb9\x3e\xda\xd6\x52\x6b\x57\xb6\x59\xb1\xab\xab\xe5\x2e\x9b\x53\x2e\xd9\x82\xd1\xf9\xee\xde\xb1\x31\x95\xd6\x22\xb7\xd6\xd5\xea\xee\xa1\xfa\x88\x22\x2b\x32\x70\xbe\xeb\xe1\xe2\xf3\xac\x76\xe7\xea\xea\x25\xbd\x8c\xbe\x9d\x4f\xbf\xbd\xb3\xb3\xb3\x13\xe3\x1d\x14\xbe\x34\xd9\xc1\x97\x97\x44\x54\xd3\xa7\x2a\x3d\xbe\xbc\x24\xac\x9a\x7e\xa2\xd2\x8b\xcb\x4b\x92\x56\xd3\x77\xc2\xcb\x4b\x92\x44\x97\xa7\xdf\xde\x39\xda\xc9\x54\xc5\xcc\x57\x1d\xa2\xe6\x85\x4d\xd2\xac\x69\x13\x2a\x23\x9d\xe1\x73\xcd\xfa\x28\xc8\xa8\x44\x60\xbd\xa0\x57\x4c\xa4\x9b\x75\xd6\xfe\x44\x1b\x71\x40\xd4\x2c\xa4\x4f\xa9\x3a\x78\x6e\x88\x1b\x56\xaa\x25\xac\x4a\x68\xe9\x1a\xd9\xe2\x09\xd3\x75\x96\xab\x74\x2f\x59\xf5\xfb\xae\x76\xd1\x0a\x86\x55\xf6\x45\x8e\x20\xa8\x9c\x16\x09\x5d\x06\x5a\xb8\x6f\xf1\x39\x7d\x1a\x0d\xfd\x73\xea\x88\xc9\xfd\x74\x23\x77\x4b\xbf\x91\x2d\x92\xca\x5e\x16\x66\xe9\x46\xcc\xa8\x53\xa1\x92\x24\x78\x61\x14\x54\x14\xac\x2a\xdf\xac\xf6\x9d\xd6\xbe\x13\x88\x65\xa3\x41\xa0\x1f\x6e\x92\x55\x3b\x46\xc2\x02\x39\x75\x2e\xb8\x21\xf9\x8e\xbd\x2b\xf9\xad\xb2\xcf\x81\x85\x7c\x10\x5c\x0e\x9e\x03\x5d\x35\x6d\xba\xae\x69\xd3\xe8\xd5\x36\xf4\x35\x4a\x06\xea\x72\x10\xbc\x10\x18\xc5\x5f\x45\x9c\x01\xcb\x74\xbc\x37\xab\xc0\x86\x26\x63\x1f\x33\x83\x81\x1c\x04\x68\x67\xe7\x68\x80\xb5\x56\x1b\xae\xe2\xa6\xca\x83\x32\xba\x48\x2b\x97\xe3\xd1\xe6\x59\x93\xc2\x71\x43\xb6\xac\x42\x3a\xe2\x2d\x54\xeb\x0e\x13\xb3\xcd\x2a\x11\xbd\x37\x14\x09\x05\x43\x44\xa0\x5c\xbe\x27\x6d\x4d\xc4\x34\xda\x2e\x10\x27\xa2\x94\xf0\x44\x1e\x3a\x0c\x78\x4d\xdb\x75\x56\xf1\x84\xa1\xf7\x89\x42\x63\xef\x49\xca\x1d\xe2\x3c\x12\x53\x1a\x4f\xd4\x1f\xfb\x3c\x3b\x0e\x50\x38\xc0\x81\xed\x6b\x8d\x38\x9e\x6c\x2c\xe9\xe4\x3a\x7a\xb0\xd6\xd2\xc4\xae\x0a\xaf\xe8\xa5\x7a\x27\x57\x8b\x42\xe0\xe5\x6f\xef\x5c\xce\x77\x2e\xbf\x70\x79\x09\x88\xe8\xbf\xcf\x94\xf2\x3e\x05\x50\xbb\x22\x69\x62\xa9\x43\xab\x12\x69\xaf\x94\x0c\x65\x18\xdb\x93\x55\x91\x83\xda\xb3\x77\x83\x87\x5c\x23\x89\x27\x33\x24\xcf\xaf\xb4\xaf\x4a\x7a\x35\x05\x98\x07\xba\x7b\x02\x1e\x7b\x79\x87\x48\xf1\x56\xd3\x18\xeb\x38\x8f\xe6\xa4\x76\x90\x3f\xa9\x40\x8e\x41\xeb\x1f\xa5\x64\x09\x1a\xa5\xae\xd4\xb2\xe3\x41\x7d\x10\xe4\x01\xd6\x54\x2a\x08\xb0\xbb\xc4\x17\x9d\x67\x33\x03\xd4\x54\x13\x7d\xd6\x39\x2a\xa9\x38\x04\x64\xa4\x1a\x03\xd9\x02\xb1\x7e\x5f\xcd\x4f\xab\x4f\x86\x84\xcf\x93\xbd\x95\xae\x96\x59\x4e\x57\x6d\x6d\xef\xea\xd4\x68\x6d\xbb\x75\x66\xdb\xf8\x28\xb5\xc1\xcc\x8a\x0c\x3b\x16\x71\x20\xcb\xb1\xe3\x02\x31\x45\xad\x96\x48\xe2\x02\x0d\x49\x1b\xd0\xdf\x10\x29\x5f\xf6\xf8\xe6\x70\x8f\x8a\x5e\xba\xf0\x00\xed\x2d\x52\xe1\x03\xeb\xf6\x80\xc4\x79\xce\xf2\x1c\xb1\x08\xd6\x90\x28\xfc\x8c\x9c\xb6\xc5\x5c\xb1\xdf\xde\x70\x39\x62\x86\x44\xb6\xab\x33\x19\x23\x81\x70\x77\x2d\xe8\x82\x3d\x45\x78\x3b\x32\xbe\x13\x6d\x42\x0b\xc5\xd0\x13\x0b\x2d\xf5\xe6\xf6\xc2\xcb\x68\xa6\x43\x56\xce\xd9\x02\x9c\x37\xcb\x9e\x6e\xc2\x8f\xae\x6f\x94\x9e\x4a\x35\x27\xf0\x1a\x64\x3e\xc4\x19\x3a\x4f\x6e\x97\xd4\x78\x38\x35\xf9\x1b\xab\x58\x4c\x89\x74\x9a\x1d\x45\xe5\x22\x66\x46\xd3\x72\xa8\xd9\x43\x1c\x4c\x73\x3a\xb5\xac\x04\x06\x71\xf1\x54\xc6\xee\xbc\x02\x74\x6b\xbd\x8c\xcc\x3d\x86\x61\x8d\x04\x9e\xb8\xd5\x59\x21\x41\x38\xac\x9a\xb7\x44\x87\x6a\xe0\x63\x57\x46\x34\xf2\x9e\x57\x27\xd8\xc7\x48\xe9\xde\xa8\x2f\x78\xea\x01\x47\xae\xa3\x85\x90\x34\xe2\xe1\x22\x33\xb7\xf3\xce\x9e\xe0\xf0\xbb\x1c\xbe\x74\xb9\x63\x22\x8d\x2e\x7b\x26\x15\x55\x31\x31\x23\xa8\xd3\x52\x67\x59\x1b\xa7\x92\x78\x7b\x2d\xe9\x26\x99\xf6\x36\xa2\x30\xaa\x64\x5b\x81\xb0\x6d\x35\x45\xb5\xae\x6d\xae\xef\xde\x50\x57\x9d\x47\xea\x92\xcb\xdb\x8a\x6e\x54\x41\xd7\xf0\x0a\x17\xa4\x95\x43\xa9\x16\x9b\x3d\x27\xe4\xc0\xa5\x6f\x5a\x6d\x20\x43\xfa\x94\x65\x32\x7b\xa4\xae\xc0\x14\x4f\x12\x94\x86\x82\x26\xf3\x39\x13\x26\xa9\x45\x84\x20\x3d\xdf\xc9\x70\x82\x6b\xf7\x57\xe3\x44\xf1\x4a\xab\x96\x6e\xb6\x67\x5a\xbd\xb9\x1d\x82\x4c\x26\xd2\x74\x16\xb2\xec\x0d\xf0\x5c\x9e\x8a\x63\xd0\x37\x6e\x9f\x5d\xb3\x16\xad\xae\xb6\xca\x23\x43\x62\x77\x7a\xe2\x3a\x82\xbb\xe3\x46\x96\x0d\xa3\x56\xdd\x1a\x6b\x5b\x1e\x64\xf0\xa3\x9e\x11\x32\x49\x45\x22\x53\x31\x69\xe3\x2b\x8d\x78\xba\xe8\x52\x0d\xef\xee\x0e\xd6\xcf\x7a\x3e\x8f\xa2\xc8\xa5\x6f\xdb\xdf\xa5\xec\x6c\x62\x61\x1b\xbb\x0e\xb1\x1a\x35\xe0\xe7\x96\x68\x23\x49\x8a\x6e\x21\xa3\x81\x02\xe6\x5b\xf4\xc8\xe9\xa7\xa3\xc0\x2b\x15\x60\x84\x4b\x2d\xa0\xd2\x4a\x3d\x42\x9e\xfa\x6d\x54\x55\xbf\x9d\x78\x59\x63\x69\xec\x2e\x31\x06\x99\xbf\xf9\x28\x3c\x63\xe3\x26\xd9\x68\x55\x86\x6e\xd0\x12\x1a\x81\x32\xa6\x6f\x82\xe0\xe3\xbf\x7b\x6e\xf3\x1e\x26\xdd\xfb\xef\xce\x4e\xe0\xbf\x1b\xe2\xa2\xe6\xf2\xd2\x79\x5d\x5c\xb2\x4c\x8a\x63\xcd\x6a\x6b\x7a\xe2\x68\x27\x24\xa6\x28\x80\xc0\x66\x97\x03\x50\x1f\xb6\xb7\xa3\x64\x6e\xf2\x13\x54\xad\x84\x0d\xe8\x46\xff\xfc\x80\x1e\x67\xa8\xae\xa3\xac\x38\x23\x9a\x99\x7b\xa3\xab\xa9\x23\x75\xbf\x27\x18\x48\x70\x2c\x99\xab\x80\x19\x26\xf3\xf9\x3d\xb6\x72\xde\x5a\x75\x2a\x2e\xb6\xb8\xe7\x6f\xbf\xe2\x52\x9f\x93\x23\xed\xb2\xc5\x6d\xbb\x71\x70\x39\x20\x25\x51\x68\xc3\xdc\x6a\x9f\xba\x2c\x6c\x70\x8f\x72\x9c\x5f\x4f\x3b\x2a\x96\x10\x86\x46\x91\x3d\x43\x05\x5a\x2a\x9e\x78\x54\xa1\x2b\x98\xa3\x6b\xd6\xa7\x20\x14\x1b\x27\x04\x5a\xab\x54\x03\x08\x62\xf1\x6a\x47\x36\x1a\xc2\x46\x2e\x5e\x0d\x6a\x91\x0f\x5c\x04\x21\x96\xf5\x16\x7a\x69\x6d\x0b\x08\xf7\xb2\x7d\x76\xd8\x9b\xa7\xb4\xa2\xc6\xd2\x4b\x21\x16\x82\xdc\x4f\x78\x4f\x35\xd9\x83\xd8\xd7\x3a\xd0\x38\x38\xfe\xaa\x43\xac\x1a\x6c\xe5\x53\x55\x46\xd9\x3c\xcc\xf4\xb8\x17\x0c\x1a\xd2\x02\x85\x6e\x0e\x34\xd0\x04\xb3\x57\xa9\x1a\x42\x6b\x43\x8b\x93\xa2\xd8\x62\x5d\x28\xc1\x88\xc1\xa2\xb1\xcf\xc2\x89\x48\x22\x61\xd0\x1b\x1a\x99\x8a\x38\x62\xe1\xe3\x6f\x3d\xbc\xbb\x7b\xef\xad\xb7\xef\xba\x68\x20\xe6\x41\x17\x09\x83\xbf\xc9\x7c\x5e\x2e\x08\xc7\x05\xf1\x13\x2e\xdc\xc5\x1b\x6f\xbd\x7b\xf7\xce\xe3\x07\xef\x7e\xab\xad\x1f\xae\xad\x21\xda\xbb\xd3\xb3\xdb\x4a\x80\x23\x09\xf2\x4a\xcd\x6b\x19\x24\x36\xcd\xe8\xfe\x69\x1c\x45\xfe\x20\x55\x6b\x2d\xb0\x7f\xde\x26\xdd\xa0\x0a\xb3\xe1\xce\x6b\x12\x9a\xa8\x7b\x0f\x52\x9b\xa7\xdc\x4b\xe3\x1a\xdf\xbd\x6d\x6c\xff\xca\x49\x11\x2d\x78\xa6\xc3\x28\xcc\xdd\xd0\x7a\xc1\xa0\xbc\x80\x9b\x75\xf1\x29\x56\x09\x0d\xb6\xda\x49\x6d\xa2\x3c\xbd\x2e\xe5\x5a\x49\x75\x59\x11\x9a\x2f\xc3\xe1\x61\xb2\x6e\xab\x45\xdd\xcb\x38\x68\x4d\x17\x05\xf1\x56\x20\x1a\x92\xfa\xe4\x45\xa3\x56\xeb\x3e\x2d\x75\xaa\x11\xb7\x48\x92\xd6\xf4\x87\x9a\x33\x8e\xec\xb8\xd4\xc7\x3d\x91\x1e\xbe\x9e\x68\xdb\x42\x48\xd7\x11\xa1\x98\xd5\xa5\x34\x9f\x67\x56\xa5\xb8\xd8\x4a\xbb\x36\x5a\x4a\x6a\xc5\x5b\xbc\x4d\x8a\x28\xf8\xb6\x7e\x28\x32\xf2\x84\xe9\xa5\x9d\xcb\x3b\x3b\xdf\x7e\xe1\xa5\xc1\x24\x44\x38\x9f\xee\xc4\x27\x45\x7c\x79\x49\x82\x9d\x9d\x17\xfa\xd5\x5b\x90\x61\x83\x04\x38\x30\x71\x87\x47\x2b\x8e\x35\x16\xb1\x46\xb4\xab\x63\x75\x6c\x55\xdb\x42\xd2\xca\x11\x6c\xc4\x36\xcd\x36\xda\xd7\xc1\x36\xe9\x62\xe9\xb1\x71\x4d\x31\xc4\x6c\x87\xed\xb3\x96\xd1\xc2\xd7\xc4\xf3\x87\x89\xdc\xb7\x3a\x87\x8c\xf7\x4c\xfd\x2a\xe2\x97\xc4\xb5\x36\x80\x8e\xde\x2a\xd8\x60\x29\x6f\xd2\xbc\x9f\x94\x7c\x83\xef\xaa\xa6\x03\x37\x12\x77\x54\x75\x45\xff\x2b\xf9\x02\x3b\x55\x6a\x5e\x34\xd3\xf1\xcd\x77\xde\xfe\x8a\x94\x6b\x13\x94\xd8\xed\x63\xed\x80\x36\x58\x52\x19\x10\x49\xb6\x47\xee\x15\x4d\xfd\x70\xc1\xfe\xe8\x53\x59\x14\x04\xde\x11\x6a\x36\x7f\xcf\xc7\x9c\x9d\x14\xc0\x5e\x2a\x2e\x6d\x34\xf2\x78\xc8\xd6\xe0\x7c\x94\x3f\x61\x22\xe5\x87\xea\x4e\xdf\x38\x4e\x21\x5c\x9e\x5a\xb9\x43\xf0\x0c\x44\x7a\x4c\xbe\x98\xf5\xd6\x22\xdd\x4b\xf6\x56\xc7\x3d\x2d\x82\x51\xeb\x68\xd4\x78\xd9\xe2\x38\x0c\x40\x09\xb3\x25\xbe\x91\xc7\x0e\xe6\x79\x6b\xbe\xa1\x56\xed\x51\x04\x3d\x38\x7a\xf4\x70\xb3\x4a\xb4\x1c\xd0\x82\x6c\x4c\xe2\x7a\xec\x70\xad\x9d\xea\x43\x7e\xd6\x4b\x17\x65\x4c\x41\xdb\x67\x56\xd1\x04\x6d\x9b\xea\x76\xd3\x6f\xff\x9e\x6c\xc2\xe0\x18\xbd\x89\x80\x9c\x2c\xb4\x32\xc0\x38\x98\xde\x5b\xc4\xfa\x77\x40\xdc\xb3\x68\x80\x26\xe3\xe9\xa3\x2c\x36\xdf\xb9\xf7\xbb\x37\x7d\x90\xc6\x1b\xb9\x62\x9c\x62\xc5\x00\x26\x6a\x04\x99\xae\x71\x97\xc6\xe6\x3b\x9f\x7e\xe3\x28\xde\xa7\x42\x95\x59\x53\x1d\x4d\x0e\x8a\x3c\x5c\xc7\xfa\x33\x9f\x3e\x96\x71\x3a\x4f\x71\x40\x52\xbe\x3a\xd6\xb9\x0f\xd2\x98\xaf\x8e\x71\x40\xf6\x92\xd9\xc1\x52\xa4\x1b\x3e\x1f\x07\xd3\xd7\xf7\x62\xf7\x19\x90\x25\x7b\x42\xb9\x2e\xfe\xe6\x32\x56\x1f\xd0\x19\x93\xfb\xf9\xf4\x76\x12\xf3\x79\xae\x2a\x6c\x64\x0e\xe0\xcc\xe8\x5a\xe2\x80\x1c\xed\xdb\x3a\x00\x17\xcf\xa7\x6f\xb1\x78\x51\xad\x80\x03\x22\x5d\xb1\xc7\x52\x17\x53\x6d\xac\xe9\x4c\x36\x8a\x6a\x63\xf5\xf1\x34\x00\x78\x02\x12\xa8\x2e\x02\x12\xa8\x26\x82\xb8\xee\x92\xa1\x4b\xad\x45\x0a\x76\xd8\x4e\x69\x3d\xc9\x70\x36\xc8\x77\xb2\x81\x95\x0d\x13\x71\x81\x4a\x7e\x79\x96\xbd\xbe\x4a\xf8\x41\x4b\x0d\xd5\xf6\x4b\x2f\x5c\x5e\x96\x84\x9a\x65\xf7\x53\xd9\x55\xdc\xf2\x08\x90\xaf\x8b\xf3\xb9\xc5\xdd\x16\xfa\x73\xf9\xdb\x68\x27\x7b\x09\x5f\xb6\x6f\x46\x9e\xc2\x97\x9c\x0e\x63\xa7\xae\x3f\x7c\xde\x87\x90\x2b\xfa\x1d\xe4\xca\x35\xad\xaf\x31\xea\xd4\xd4\xb0\xe6\x47\x59\x74\x62\x7d\x1a\x8c\x13\x17\xda\x60\x45\x17\xf2\x61\x19\x6b\xe2\xce\x7e\x22\xc6\xc1\x34\x20\x82\x2d\xf7\x9b\x19\x71\x50\x90\x4d\x84\xa8\x76\x40\xe6\x79\x49\x98\x94\x6d\xd3\x62\x4c\xf3\x3c\xc3\xa1\x4d\xc9\xf3\xcc\xfd\x26\x2b\x50\x8e\x6a\xf4\x09\x65\x9a\xc9\x64\x16\xd1\xb0\x0d\x14\x55\xbe\x2d\x9d\x2c\xaa\x4e\x0a\x76\x76\xb2\x97\x82\xc1\xa6\x74\x7e\x10\x98\x4d\x1f\xe0\x41\x30\x56\xb9\x28\x7c\x09\x07\x24\x60\x01\x26\xf3\xf3\xea\x5a\xda\xd0\x56\x79\xff\xbc\xca\xe5\x76\x6e\xab\xbe\x3e\xaf\xba\xa5\x32\x50\xd9\x54\x3a\xac\x56\x52\xcd\xbd\x60\xb2\x9e\x34\xdb\xfb\xff\x05\x98\x2c\x5b\x92\x4f\xae\x92\x22\xc0\xe4\xb8\xd6\x98\xca\xc3\x2f\x04\x98\xec\x55\x9f\xc1\xa0\xd2\x74\x67\x27\xff\x2f\x7f\xf8\xdd\x78\x72\x49\xd5\xc6\x01\x26\xbb\xcd\x96\xff\x2e\x9a\x7e\x3b\x8a\x75\x23\x47\xdd\xd9\x91\x86\xdb\x13\x4e\xdc\x45\xd4\x39\x93\x21\x49\xc4\x07\x23\x38\x1e\xd9\x02\xb1\xc8\x6d\xd4\xd2\x70\x68\x5b\x80\xba\x8d\x49\x80\x87\x84\xe8\x49\xad\x98\x4e\xdd\xb5\xdb\xd0\x59\xaa\x85\x3a\xd8\x19\x0a\x6e\x73\x9e\x4a\x13\x61\xfd\xe4\x80\x1e\x8f\xd3\x50\xd1\x18\xc4\xa6\xa3\x18\x13\xe7\xb6\x90\x68\x5d\x47\x16\x1d\x7d\xb1\xa6\x5c\xd2\x15\x70\x17\x6c\x1a\x5d\x74\x37\x7a\xcf\x1e\x50\xaa\x15\x57\x61\xde\x5d\xc1\xea\x18\xd5\x6a\xec\x77\xd7\x78\xdd\x3b\x61\x2a\x75\xd6\xdd\x75\xee\x5a\xb4\x74\x85\x8f\xcf\xe8\x40\x11\x4d\xd5\xf6\xb0\x6c\x7b\xaf\xbb\xf8\x1b\x89\x3a\xa6\x2b\x90\x1c\x76\x97\x7e\x0c\x11\xe5\x4c\x69\xcf\x4c\x0c\x38\x13\x19\x1e\x1a\x7f\xb6\x01\x30\x28\x3d\xc5\xe3\x2b\x36\x48\x9d\xe1\xbd\x60\x90\x0c\x5e\x24\x10\x1d\x78\xf0\x62\x10\xee\xf0\x07\x82\x2d\x19\x4f\x56\x3d\x70\x85\xdb\x3b\x4a\xb2\x71\xef\xc5\x81\x6b\x84\xc8\xa2\x30\x77\x18\x91\x55\x9e\xd2\x58\x79\x17\x00\x84\x7f\x40\x44\xdd\x6e\xae\xf1\x1e\x79\x79\x47\xec\xf0\x7c\x87\x5f\xc6\xa0\x12\xac\xdf\x54\xee\x62\xc2\xfa\x7d\x86\xa4\xa1\xe9\x08\xe3\x3c\x2f\x3f\x34\xe7\xfc\xb4\xa9\x95\x73\x52\xf8\x02\x2d\x2a\x6a\x56\xc1\xe0\x45\xc6\xdc\x2a\xc3\x0d\x6f\x96\xc2\x27\xbc\xe9\x78\xa9\x45\xdd\x10\xb7\xb8\xa8\x99\xd3\x15\x95\x54\x3b\xb4\xf4\x55\x5d\x2a\xca\x4d\x10\x5b\x74\x2a\x43\x99\xbe\x9d\x1e\x51\x71\x47\x5d\xfd\x70\xd3\x77\x8b\x1c\x04\xea\xf2\xb1\xe1\xd4\x79\x90\x97\x70\xbf\xea\x49\x76\x58\x46\x0a\xb0\xb1\x0a\x9b\x2d\xaa\xf3\xf4\x41\xc3\x52\x83\xb8\x90\x64\xaa\xab\x47\xc6\x73\xcd\x53\x74\x02\x1a\xa4\x4c\x3b\xe6\xda\x83\xb3\xdf\x7c\x24\x6e\x33\xd7\xae\x9c\xdc\x9b\xbf\x2a\x75\x57\x57\x05\x99\x64\xfb\x08\x24\x00\x44\x86\xb0\xe5\x21\xa2\x84\x66\x38\xbd\x35\xe1\x9e\xf0\x02\xcc\x07\x11\x27\x02\x6e\x14\x8f\x70\x51\x32\xa3\xa9\xcf\x0d\x26\x85\x47\x2b\x53\xd5\x48\x89\x77\xa8\x6c\x46\x8f\x50\x60\x1c\xea\x9e\x08\xd3\xa2\xdb\x24\x4a\xb5\xb8\x49\xcf\x5d\xc3\x94\x5d\x46\x32\x74\x5f\x2d\xe6\xe5\x55\x9d\x67\xae\x9f\x17\x28\xb6\x1b\x51\x67\xe7\xb9\xf7\xde\xa7\xb1\xd6\x5f\x8c\x7a\x84\x59\x6b\xd1\xd2\x33\x53\xa4\x8d\x58\xec\x0d\x21\xe5\xb4\x97\x8a\xde\x61\x2a\x68\xcf\x4e\x89\x6f\xd7\x52\x6e\x8b\x82\x3c\x6a\x5a\xe7\x9c\x18\x5d\x2e\x58\x94\xda\x86\x60\x0b\xc5\x28\x5e\xb6\x96\xe7\x4d\x90\xde\xe2\xa0\xeb\xd9\xf3\xf0\xa0\x07\x31\x76\x9a\x28\xe7\x36\x56\x73\xbc\xee\xea\x52\x90\xdb\x8d\x99\xd4\x8b\x32\x8d\x09\xb8\x75\xd9\xc0\x02\x3e\x26\xab\x0a\x6a\x56\x71\x2f\xd1\x8a\x49\xe6\x10\x91\x18\x17\x17\x44\xda\x55\x17\xd2\x92\x40\x75\x73\x06\xee\x3a\x54\x6c\x0a\x5e\xf4\x26\x7a\x08\xee\x0e\x05\x99\xb9\x75\xc9\x8c\x9a\x1d\x2e\xb7\x5b\xe1\xe3\x71\xeb\x63\x9c\x1e\xfe\x01\x92\x64\x56\xd6\xdb\x14\x05\x26\x33\x4f\xc1\xb0\x1b\x1f\x57\x9f\x0b\x1f\xeb\x7a\x06\x80\x18\xc3\x28\x8a\xb2\xce\x38\xf9\xe6\x40\xb6\x77\xd5\xac\x0b\x4b\x0b\x84\xc9\x09\x98\xd1\x8e\xa9\xb7\x30\xd9\xb8\xa4\xe6\x64\x4e\xb5\x87\x57\xb5\x60\x89\x9b\xea\x6c\xcc\x51\x76\x8e\x2b\x04\x87\xf9\xb8\xd4\x3b\xd3\x7e\x1c\x11\x3c\xe4\x1d\xb4\xbe\x89\x83\x45\xe4\x34\x26\x49\x34\x34\x5a\x4e\x16\xcf\x36\x9d\x88\xf4\xa4\x44\x81\xa5\x4f\x80\x36\xba\xe1\xf2\xc8\x41\xc1\x1c\x0e\xee\x95\x0b\x9f\xea\xe1\x69\x45\x5d\x0a\xaa\xf9\x08\xa9\x2b\x06\x89\xc7\x40\x79\x4c\x37\xf1\xfb\x00\x74\x55\x38\xe2\x27\xee\x69\x06\x63\xae\xee\x44\x69\xe8\xdd\xcc\x90\xc4\x0d\x7f\x7d\x4d\x88\xd7\x6d\x5d\x2c\xba\xba\xf0\x53\x7d\x88\x9f\x54\xb3\x1c\xfc\x64\x89\xc9\x21\x92\x04\x14\xb9\x1b\x4a\x57\xfb\xa8\x35\x77\x6e\x0f\x1b\xe3\xf0\xcf\x57\x8b\x52\xc9\xd6\x18\x0f\x1d\x22\xee\xe9\x89\xeb\x66\x60\x91\x71\xd5\x82\xbd\x65\xc2\xdb\x46\xbd\x69\x1d\xb5\xc6\x0a\x4c\xf6\x51\x55\xcb\xca\x3c\x0a\xa5\x61\x79\x77\x06\x61\x7e\x75\x0d\x28\xbe\x99\xb4\x11\x58\x57\x42\xb3\x5b\x8a\xb0\x4f\x45\xe9\x14\x30\xaa\x7c\x0d\xe4\x20\x0d\xe1\xfa\x8f\x9c\x69\x4d\x82\xab\xaa\x53\x15\x5d\xe3\x63\x50\xca\x2c\x0f\x34\x5f\x7b\xea\x62\x05\x8f\x4b\x72\x20\x3a\xc9\x41\xc9\x3c\x77\x50\x04\x49\xd7\x8a\x1a\x9c\x43\xbe\xb2\x2f\x42\xbe\xd4\x08\x4e\xb4\x4c\x46\xa8\xcd\xff\xb8\x79\x16\xc2\x5e\x6f\xd2\xd0\xaa\x7a\xb6\x76\xdd\x82\xa4\x03\x42\x67\x5f\x08\x08\xd3\xff\x14\x18\xb0\x87\x2d\x2a\xe0\x70\xda\xd9\xa3\x0e\x5c\x63\x4c\x63\x32\x8b\x86\xe6\xea\x6e\x09\xd1\x7e\x27\x21\x3a\x2a\x09\xd1\x51\x29\x7c\xbb\x5b\xa8\x0b\x7c\x55\x25\xd3\x3a\xae\x6c\xdb\xe8\x9b\x6e\xd2\xb4\xb6\xd5\x2e\x4c\x9a\x88\x77\x3d\x27\x8b\xc6\x66\x3a\xac\x26\x9a\xcd\xb4\x54\x47\x5a\x37\x95\x3a\xec\x02\x7e\xaf\xad\x8b\x27\x5d\x5d\x2c\x3a\xa8\xd4\x51\x35\xab\x1c\x4a\x2d\xc3\x0d\x8c\xdc\xc5\x64\xb7\x49\xa0\x9e\x68\x30\x15\xea\xb5\xe4\x2e\x2d\xdb\xd1\x20\x5f\x6a\x53\xad\x4a\xf2\xb5\x8b\x56\x4d\xf2\xb5\xaa\x92\xaf\x3d\xd4\xba\x28\x6d\xd3\xb1\xdf\x3a\x1d\x96\x7c\x1d\xfb\xe4\x6b\xf7\x39\xc8\xd7\xec\x62\xe4\x6b\x33\xdd\x78\xe4\xab\xf2\xd5\x46\xbe\x66\x3e\xf2\x1d\xd5\x08\xc2\x03\x84\xc1\x45\x86\x49\x2e\x3c\x21\x49\xa5\x8c\x56\x71\x7e\x17\xcd\xbd\x22\x0f\x4a\xc2\xb5\xe9\x24\x5c\xce\x16\xe9\x8b\x90\xad\xc5\xe7\x22\x5b\x0f\x8c\x93\x1c\x1e\xb5\x32\x48\xa2\x9d\x41\xca\x88\x26\x31\x25\xff\x04\x66\x63\x9e\xd3\x9c\xf2\xcd\x68\x92\x38\x05\x65\x3c\xe6\x45\x41\xde\x6d\x0d\xd5\xaa\x18\x4d\x37\x87\x8f\x4a\x96\xa8\x42\x82\x14\xb2\xf9\x2a\x15\xd5\x93\xd4\xa0\x98\x41\xc9\x82\xd4\xb9\x76\x51\x65\x38\xfc\xad\xb8\xb9\x00\xdb\xa1\xb7\xfe\xdc\xce\xd7\x68\x4b\x46\x7b\x48\x74\xdb\xac\xc9\x48\x93\x51\x43\xdf\x28\x06\x49\xef\x98\x57\xc4\xd5\x75\xfc\x76\xf3\xc6\x07\xa5\x0d\xeb\x88\xc8\xc2\x63\x29\xdb\x38\xbf\xee\x79\x20\x49\xfb\x75\xa2\xca\xfd\xa8\x63\xa1\x39\xd8\x27\xad\x2c\xc8\x13\xc7\x55\x9e\xf8\xb8\x92\x90\x05\xa3\xab\x79\x36\x3e\x46\x92\x80\x5b\x38\xb2\x54\x37\x0f\xb3\xa4\x55\x97\x49\xcd\xd9\xde\x6f\x9b\xed\x43\x5c\x73\x12\x54\x87\x53\xd7\x5d\xb7\xd7\xfd\xe2\xc0\x37\x4e\x24\xf0\x2f\x0a\x56\x23\xa0\x12\xae\xaa\x54\x0e\x8c\x8e\x91\x35\xe6\xe0\x49\x03\x7b\x75\xd9\x36\x76\xb0\x46\x3a\xbb\x70\x78\xb7\x8b\xe9\xdd\xad\xeb\xab\x5b\x73\x9b\xca\x30\xb6\xd4\xd9\xd7\x94\x28\x31\x75\xc7\xa6\x4f\xe5\x20\x00\x4c\x7d\x1a\xc4\x91\xe3\x05\x63\xe2\xe5\x42\xf0\xb4\x70\x05\x31\xea\xa2\x29\x6d\xc9\x9b\xa5\xab\xcd\x21\x57\xb9\x12\x5e\x1a\x06\xd2\x47\xfe\xb8\xa8\x1c\x4d\xbe\x25\xc7\x1e\x28\x32\x1b\xea\xd9\x50\x78\x2e\x7d\x9e\x4f\x79\x0c\x3d\x92\x44\xff\xf6\x5a\x27\x59\xd4\xc6\xb3\x6e\x7d\xb9\x2c\x33\x8b\x23\xa4\xfe\xea\x70\x0b\x56\xa1\x56\x21\x93\xf0\xcf\xd0\x4a\x0c\x61\x98\xd5\x07\x0b\x14\xfc\x97\x3f\xfc\x6e\x80\x6f\x45\xc3\x09\xfc\x1a\x07\x79\x40\x7c\x6f\x1a\x42\x43\xeb\x3b\x51\x95\xdb\x51\xc4\x3a\x4f\x95\xb7\xf8\x2c\x15\x82\xce\xa4\xa7\x4e\xaf\x97\x1a\xdc\x64\x6a\xa6\xa2\x27\x93\xbd\x15\x0d\x7b\x2e\x80\x23\x18\xd8\xf4\xf6\x36\xb2\xb7\x00\x4e\x3a\x18\xb8\x1e\x2c\x69\x62\xfe\xc9\x5d\x65\x5b\x8f\x10\x26\x34\x74\xdc\xac\x7f\xa6\xba\x73\x50\x76\x42\x6c\x25\xd9\x1a\xa8\xf6\xd3\x70\x9f\x26\x73\xe3\x53\xe5\xdc\x0b\xc1\x45\xda\x13\xe9\x51\x16\xd4\xce\x74\x27\xb3\x72\x82\xe2\xcf\x2b\x8f\xad\xc4\x52\x93\x18\x02\x33\x80\x57\x6b\x4c\xa8\xcf\x24\xf8\xe2\x17\xd8\x87\x67\x68\x31\xdf\xb6\xf1\x7b\xed\x81\xe0\xda\xb9\xdd\x1a\xc0\x4d\x82\xcf\x16\xe3\xe3\xdb\x7b\x01\xda\xd9\x09\x06\x2b\xf0\xf2\xfd\x52\x30\x10\xfa\x87\x4a\x9b\x69\x8f\xe2\x6e\xbb\x4c\x45\xec\x9b\x3f\x97\xef\xa7\x5f\xd2\x45\xaa\x6a\x35\x50\x41\x25\x71\xc6\x3c\x18\x7e\xe5\x36\x92\x86\x80\x11\xaa\x5d\xa5\xe1\x0a\x07\x73\x17\xc9\xd0\xfb\x2e\xf9\x19\xea\x27\x57\xd9\x9b\x07\x48\x82\x73\x76\x97\x82\x0d\xbf\xf3\xc0\xef\x4c\xbb\x89\x2f\xfc\x93\xf9\xbc\x07\xe4\xb3\xac\x3d\x05\xba\x8e\xc3\x45\xa6\xe5\xe1\x48\xa0\x2b\x2f\x63\xec\xcc\x31\x1b\xaf\x1c\xc2\x11\xbd\xaa\x8e\x27\x25\x5a\x2d\x14\xfc\xee\xe8\x6a\x88\x95\xba\x71\xfd\xbe\x40\x29\xce\xf3\xf4\xc2\x6f\xdd\x23\xe3\x9b\xe0\x9a\x79\xec\xbe\x8e\x1b\xe6\x0f\x26\xa6\x57\x87\x37\x3e\x06\x21\xed\xcb\x97\x68\xee\x1e\xbe\xb3\x88\x6a\x08\x8d\x46\x77\x8a\x04\x26\x9b\x08\x74\xc9\xb5\xa7\xe6\x3c\x87\x48\xb7\xa5\xeb\x66\x84\xb7\xea\xe2\xab\xa4\xd5\x90\x79\x86\x0c\x36\x10\xbd\x59\x6a\xa2\x27\xe7\xaa\xfc\x06\x9a\x23\x1e\x55\x50\x84\x04\x46\x55\x24\xc0\x93\x4d\xf8\x54\xa3\xc1\x1e\x1d\xcf\x11\x27\x41\xca\x57\xc7\x90\x6e\x93\x43\x95\x92\xe7\x9b\x70\x61\x53\xd4\xc7\xdc\xd5\x2a\x4b\x62\xdf\xcd\x14\x3e\x11\xa8\x0a\xd7\xc2\xc3\xfd\xb9\x5a\xc7\x0a\x14\x4c\x8e\x21\xd1\xf5\xcf\x64\xd9\x33\x93\xea\x1f\x63\x72\xac\xd2\x1b\x92\xab\x52\x40\xec\x1e\x7f\x83\x41\x25\x1a\xc1\x20\x30\x8f\xd6\xa5\x1f\x27\x4d\x3b\xd8\x02\x19\xfd\x34\x86\xcb\x68\x32\x66\x03\x2e\x4a\x4f\x1e\x59\x5d\x3a\xde\xba\x28\x2b\x64\x30\xd9\x18\xde\x97\xef\x31\xd9\x78\x45\xdc\x94\xcd\x08\x33\x61\x7c\x1a\x5e\x5e\x16\xd5\xdd\x8c\x6b\x9e\xbb\x84\xf6\xea\x22\x89\xb6\xf4\x66\x72\xf7\xb9\x5b\x29\x1b\xd1\x76\x18\x05\x39\xc7\x7b\xb1\x9b\x6d\x8f\x78\x21\xfe\x37\xd0\x36\x83\x6d\x89\x50\x68\x67\x16\x10\xb1\xce\x73\x03\xf3\x48\x26\x72\x93\x05\x2d\xb1\xb0\x58\xe1\xca\x27\x59\xc6\x96\xbc\xad\x50\x56\x16\xd2\xa4\xc4\x46\x23\x6f\x29\x3b\x2f\xcb\x3a\xab\xfb\xb6\x72\xeb\xa2\xea\xad\x8e\x4e\x69\x78\x3f\x95\x8f\x14\x27\x4a\xe7\xd1\x30\x8e\x82\xf2\x33\x20\x2a\xfb\xdd\x0d\xe7\x8c\x2f\xa3\x51\x1c\x05\xe6\xb7\xce\x78\x24\xd3\xf5\x9a\xce\xa3\x2b\x71\x14\x98\xdf\x41\x81\xb4\xcd\xe1\x49\x81\xb1\xd1\xe8\x3d\x51\x73\x36\x0e\x74\x7c\xb5\x90\x71\x26\x83\xc2\x0f\x79\x49\x6b\x5e\xf1\xa3\x08\x82\x66\x8d\x2b\xd1\x55\x5c\xf9\xcc\xb3\x28\xa8\x34\x6c\xe7\x51\xff\x57\xac\xc7\x98\x16\x45\xfd\x4a\x68\x6c\xbd\x8d\xef\x29\x8b\x14\x88\x46\xf5\x24\x85\x3d\xa0\x0a\x45\xe3\x89\xfa\x33\xa6\x78\xa2\x3b\xa4\xc5\xb8\x05\xad\xa8\xcd\x0d\x79\x72\x48\x09\x7d\x4a\x67\xa0\x70\x54\x79\x57\x68\x3e\xe7\x78\x1a\xd3\x8a\x07\x2c\x5a\x6d\xa2\x9b\xb0\x95\xa0\xd4\x03\xf3\xb8\xc9\x31\x91\x20\xc9\xcc\x38\x21\x92\x24\x99\xe9\xb3\x7f\x1a\x13\x1d\xd7\x0d\x62\x4c\x1f\x26\x72\xb6\xaf\x28\x4d\xd5\xf7\xac\x25\x92\x2e\x8e\x09\xf8\x8f\x3a\x31\x0e\x49\x04\x28\xba\x2e\xd8\x72\x4c\xc9\x6e\xba\xd6\xed\x4a\x52\x09\x86\x6d\x21\x08\x4d\xaa\xeb\x3f\x51\xcc\x3b\x04\xf8\x9d\xba\xcc\x38\xa4\x5c\x8a\xe3\x4e\x35\x64\x58\xbe\xd0\xb4\xa0\x6e\x0e\x76\x58\xfa\x58\x54\xb7\x1b\x6f\x20\xb6\x55\x5c\x90\x32\x6c\xae\xff\xb8\x6d\x23\xcd\x93\x8c\xcc\x9b\x4b\x2f\x27\x06\x76\xd9\xec\xa6\x18\x4b\xb2\x1f\xcd\xb5\xb8\x80\xac\xa3\x79\xd9\x7f\x34\x43\x0c\x93\x27\x91\x1b\xdd\x3e\x84\xfe\x7a\x12\xa6\xe6\x2e\xb6\x8c\x12\xf8\x9a\x1e\x86\xaa\xa7\x18\x93\xe3\xba\x06\x42\x39\xdf\xb8\xb2\x8e\x0b\xb4\x4f\xd6\x46\xb9\x82\xb7\x42\x2c\x13\xb1\xa4\x72\x0c\x00\xb2\x88\x87\xfa\x9b\xa4\x91\x6b\x92\x4d\xf6\xc7\xa0\xb5\x64\xe7\x91\x64\x65\x66\xa2\xb6\x5c\x42\x20\x44\x5c\xca\xe7\x64\x1e\xad\xc1\x3b\xb2\x2b\x30\x6b\xc6\xf2\xdc\x1e\x16\xe3\x19\x46\x6b\x72\x88\xed\x00\xdd\xd8\xd3\x98\x1c\x47\xdb\x23\xb2\x17\x95\xfb\xf8\x49\x48\x9f\x32\x49\x32\xb2\xb4\xab\xdd\xad\xb1\x4e\x8b\x33\x71\x41\x84\x16\xed\x3c\xa4\x68\x6b\x8e\x2d\x50\x8d\x42\x68\xc7\x10\xc7\x6b\x8a\x4f\x8e\xa3\xed\xa1\x71\x14\x63\x0c\x23\x74\x19\x74\x52\x90\xb9\x65\x0f\xdb\x36\x7b\x58\x52\x99\x89\x8c\xfc\x4f\x34\x27\x87\x78\xec\x9b\x59\xf8\xb9\xa5\xc9\x97\x83\x51\xe0\x13\x88\x1a\x7d\x4e\x37\x53\x11\x4f\x6a\xdf\xba\xab\x5a\xa2\x7e\x6c\x20\xdb\xa3\xc2\xad\x91\x53\x49\xd1\xa8\x64\xfe\xa5\x0e\xb7\xe7\x6e\x67\xee\x39\xc2\x90\x6e\x47\xd1\x7e\x9e\xef\x59\x77\xd0\xc3\x3c\x3f\xf6\x76\x58\x0a\x3c\x00\xe8\xbe\x59\xd6\x68\xaf\x85\xd1\x3d\xeb\xf8\x9d\xd6\x8e\xf7\x98\x88\x68\x58\xfa\x5d\x92\x36\xa0\xce\xf8\x84\x57\x04\x96\xfe\xf1\x2e\xca\xb0\x72\x10\x9a\x57\x23\x2b\xb6\xc1\x7c\xa9\xea\x46\x0c\x06\x31\x99\xa7\x9c\x8e\xb7\xa9\x02\x1a\x2d\x31\xd9\x8d\xf6\xc0\x5b\x36\xc2\x37\xb6\x77\x43\x95\x79\xa3\x4c\xd2\xc0\x1f\x45\xc7\x68\xd7\x08\x05\xc1\x07\xae\x33\x9a\xe4\xe8\xc8\x29\x79\x1d\xe9\x12\x45\xa9\x18\x9f\x46\x3a\xb4\x3f\x1c\x3e\x8c\x27\xab\xd5\x31\x38\x04\xdf\xed\xf7\x4d\x57\xfd\x3e\xca\xa2\xbd\x50\xb7\x80\xfb\xfd\x4c\x8f\x74\x0f\xbb\xf2\x6c\x81\x52\x73\x6d\x4f\x75\xcc\xf3\xc2\x7a\x18\xec\x19\x42\x50\x94\xbe\x80\x15\xb4\xfb\xed\x56\xdd\xd4\x6e\x8e\x56\xb4\x33\x77\x19\x50\x5c\x73\x77\xfa\x7e\x9f\xa3\x92\xa6\x02\xb7\xb7\xe5\x4b\xfb\x5c\x5c\xcb\xd0\x27\xf6\x44\x44\xcc\xe3\x23\x8c\xf6\xd2\x23\x2a\x49\x12\x9d\xec\x1e\x6a\xbe\x65\x4c\x49\x46\x7d\xed\x8a\x14\x9f\x08\x30\xa4\x32\x6c\x85\x71\x51\x58\x92\x6c\x08\x26\x48\xf6\x91\x24\x33\x94\x62\x4c\x78\x73\x1c\x1e\xc5\x80\x9b\x03\x2e\x48\xb6\xd9\x33\x2c\x73\x4b\x29\x70\xf2\xad\x18\x6d\x30\x09\x3a\xd9\xf0\x96\xd2\x5e\x61\xad\x39\xa6\xe3\xad\x13\x90\xd7\xb5\x14\x13\xe5\x10\x00\xd8\x14\x93\x44\x95\x4e\xd7\x1d\x85\x0d\xb7\x44\xb8\xf6\xe1\x85\xa0\xfc\x92\xca\x1e\x10\xaa\x8a\xd3\x01\x9b\xba\xc9\xbc\x26\xca\xe5\x4f\x6a\x17\xd6\x1a\x17\x2e\xc3\xbd\x63\x49\xdf\x86\x1d\xd2\xb2\x3f\x37\xda\xda\x04\x82\xc0\x73\x08\x02\x6f\xdb\xbd\xfa\x12\x12\x03\x8e\x2f\x5f\xbb\xc4\x0b\x22\x43\x99\xbe\x7e\x2c\x29\x88\x7b\x5a\x55\xb8\x53\xdd\x54\x12\xa5\xaa\xa9\x2c\x4a\x75\x3c\x79\xed\xdb\xe6\xea\x4b\x28\x19\x64\xaa\xad\x0c\x9b\xf7\xd4\xec\xd6\x70\x92\x5c\xba\x36\x4e\xe0\x66\xa5\x63\x10\x2e\x6e\x88\x41\x74\x0d\xcb\x88\x4f\x2b\x3e\x3c\x05\x8e\x6f\xde\x1c\xbd\x9a\xd7\x93\x07\x23\xc8\xb8\xd2\xcc\xb8\xa2\x32\xae\x37\xd3\xaf\xe2\x98\xac\xa6\xb3\xc1\x20\x8e\xe4\xad\x5b\xa3\xeb\xfd\x2b\x2f\xbf\xec\x25\xbc\xea\x7f\x5f\x79\xf9\xe5\xbe\x33\xba\xb9\x12\x45\x51\x06\xd8\xd9\x06\x5b\x0b\x04\x23\x1c\xdf\xba\x75\xad\xd2\x16\x26\xa3\x33\x5b\x19\x0d\x3b\x46\x78\xad\x75\x80\xb7\x6e\x5d\x39\x13\x74\x4c\x56\x6a\xe1\x16\x22\x3d\x6c\x5f\x3a\xe7\xb7\xc2\xf3\xa9\xae\x18\x87\xbf\x73\x15\x82\xd2\x5b\x0d\x9c\x4b\xec\x46\x72\x33\xbb\x91\x0c\xa2\xd1\xf5\xab\xaf\x5e\xc5\x26\x18\xf5\x0a\x51\x92\x90\x64\x00\x89\xb7\xb2\x49\x36\x36\xbf\x4b\x41\xd8\x48\xfb\x5b\x97\x11\x9d\xf2\x4b\xa3\x98\x98\x9a\x62\x2a\x6f\xdd\xba\x12\x0f\xc4\x54\xde\xbc\x79\xad\x7f\xfd\x6a\x3c\x08\xa2\x28\xc0\x3a\xfa\x0c\x83\xf9\x41\xaa\xca\x95\xf8\xe6\xcd\x57\xf1\xa0\xa5\xf6\x68\x08\xd5\x6f\xdd\xd2\xd5\xa1\xa5\x2b\xa6\x25\xf0\xad\x6c\x04\x73\x81\xa2\x5d\x55\x67\xeb\xd3\x98\xb0\xa8\x2d\xe6\xd4\x7b\x8c\xcb\x57\x61\x96\x26\xe5\xcf\x31\xfc\x25\x69\x14\xdc\x7e\xfd\xce\x1b\x77\xef\xbd\xf9\x95\xb7\xbe\xfa\xb5\xb7\xdf\xb9\xff\xe0\xe1\xd7\xdf\x7d\xf4\xf8\xbd\xf7\xbf\xf1\xcd\x6f\xfd\xbd\x64\x6f\x36\xa7\x8b\xe5\x3e\xfb\xe0\x60\x75\xc8\xd3\xf5\x87\x22\x93\x9b\x27\x47\x4f\x8f\x3f\x1a\x8e\xae\x5c\xbd\xf6\xf2\xf5\x57\x5e\x7d\x6d\x70\x39\x30\xf3\x69\x1d\x3a\xc3\xa4\x0e\x06\x09\x16\xd3\x24\x8e\xd2\x69\x12\x13\x3e\x4d\xab\xae\x6b\xe3\x28\xa9\x3c\x69\x95\xa4\x57\xb7\xa1\x8e\x25\xf9\x77\xae\xdd\x1a\x76\xeb\x06\x6a\x3e\x31\xec\x69\x0a\xe0\x1c\x70\x27\x3d\x88\x1d\xbd\x5e\xd1\x5e\xba\xe8\x5d\x0b\x2c\x53\xef\x89\xdd\xa3\xa0\xe2\x23\x58\x80\xdd\xbf\xc4\x64\x2a\x88\x00\x57\xb9\xc3\xf1\xb5\x4b\xe2\xef\x5c\x8b\xeb\x31\x4b\x79\x89\x5a\xe0\x14\x4f\xab\x0f\xca\x1b\xd9\x4d\x7e\x23\x1b\x44\x57\x31\x53\xcb\x9b\x29\x8c\xbf\xde\x1f\x5d\x7f\x65\x34\xba\xfe\xea\x10\x0f\x54\xda\x60\xa4\x96\xbc\x7f\xfd\xe5\x2b\x90\xa2\xf0\x58\xa5\x5e\x89\x31\x49\xec\xf2\xa3\x34\x62\xf8\xd6\xad\xd1\xab\x66\xe9\xd3\x5b\xb7\x46\x57\xca\xdf\xd7\xcd\xcf\xeb\x57\xfb\x69\xe9\x30\x3f\x29\x11\x82\x4f\x83\x4b\x41\xd5\xb5\x74\x1c\x5d\xbf\x42\xf8\x34\xd8\x6d\xa6\x5f\x3d\x27\x54\x81\x89\x3a\x0a\xb1\xd4\xdb\xae\xb4\x28\xf9\x1b\x26\xf1\x68\x89\xc9\xd5\x6b\x79\xe1\xf5\x78\x06\x61\xdc\x8b\xc9\x29\x8f\x9d\x6e\xfc\x94\xc7\x56\x4c\xba\x55\xbe\x52\x45\x27\x6c\xcc\xc9\x4a\xdd\x4a\x4d\xe6\xf8\xa4\x3c\xea\xa8\xaa\x04\xac\x12\xb3\x75\x09\x23\xe5\x6f\x81\x09\x0b\x57\xd1\xf6\xb0\x4c\x73\x11\x5e\xc3\xc3\x48\xdd\x19\x66\x91\x24\x22\x9c\x37\x5c\x93\x8a\x50\x07\x53\xce\xf3\xae\x88\x82\xb2\x2d\x9c\x20\x87\x10\x53\x61\xcd\xd1\x77\x0b\x71\xb1\x33\x6d\x66\xd9\xba\x18\x7b\x9c\x2c\xfb\xfd\xae\x1e\x9b\x65\x2d\x5b\x1b\xbc\x03\x96\x8b\xc1\x59\x01\x10\x77\x77\x69\x66\x8a\xd9\x6a\xea\x26\xa0\xc0\xad\xc7\xd3\x62\x0b\x34\xea\x4b\xe0\x9f\x05\xa2\x18\x93\x57\xfb\xb2\x0c\x51\xcd\x16\xe8\x9a\xca\xf5\x9c\x86\x24\xf0\x1c\x08\x86\x56\x65\x37\xd5\xa0\xd6\xdc\xde\xa7\xb4\xe0\x0a\x9c\x0b\x19\xd7\xb3\x0a\x1f\x3a\xe0\xe6\x24\x30\x42\xf0\x46\xf4\x46\xc3\xd0\x17\x98\x5c\x01\x68\x9a\x81\x08\x6a\x22\x5a\x11\xce\x11\xaf\xc4\xa5\x2e\x77\xc9\x54\xc6\xc6\xa5\x84\x89\xbc\xec\xc5\x16\x26\x22\xe4\x2d\x9c\x52\x6d\xb4\xcd\xbb\x70\x8f\x5a\x01\x7e\xd1\x76\x57\x29\xf9\x75\x23\xf5\x0b\x74\x04\x73\x22\xc2\xba\xcd\xbb\x55\x9d\xa9\x07\x19\xaf\x7a\x0c\x30\xd7\x23\x30\x0b\x17\xe1\x3a\x0a\x02\x22\x90\x08\xb3\x68\x88\x0b\x74\x91\x38\xf6\x17\xa2\x4b\x51\x82\x6a\x34\x09\xb7\x11\x25\x85\x11\xff\xcd\x08\x52\xa2\x8d\x1b\x3b\x42\x6c\xb6\xc4\x81\xaf\x04\xb7\x36\xb7\x1e\x75\x55\xde\xe2\x61\x89\x64\x91\xff\x91\xe7\xdb\x23\x1d\x76\x75\xc1\x96\x1b\x9d\xbf\x3d\x24\x01\x60\x61\xc0\xe0\x9a\x84\x78\x78\x24\x98\x34\x79\xdd\x5b\x91\x83\x7e\x09\xc7\xe5\x0d\xae\x14\x43\xf9\x6f\xc4\xa2\xdf\x37\xa1\x1f\xf5\x80\x4d\x38\x3d\xed\x1a\x9e\xc8\xa2\x40\x98\xa4\xd1\x0a\x09\x34\x02\x0f\x90\xea\xd7\x55\x8c\xc9\x06\x7e\x5d\xc3\xb8\xd5\xad\x75\xaf\x8e\xb8\x74\x7c\x62\x9d\xa0\xd3\x02\xee\x8e\xb3\x8e\x99\x04\xc4\xd9\x6e\xd0\x8a\x6d\x44\x7b\xd6\xa5\x76\xba\xe8\x55\x2c\x13\xbc\x10\x20\xc6\xf9\x9b\xc2\xd2\x5e\xd2\x9b\xad\x92\x2c\xeb\x25\x59\x2f\x71\xc3\x0f\x70\x61\x03\x5f\x6d\xd5\xfc\xf6\xb8\xae\x7c\x43\x8c\x77\x29\x78\x8b\x9b\xd9\x0e\xc0\xe4\x66\x3f\xc9\xf8\x8b\x26\x7c\x9c\xb9\x8f\xb2\x8c\xce\x7b\x97\x7a\xd9\x66\x4d\x05\xc2\x95\x12\x0a\x18\x3a\x77\x8c\xcd\xb6\xcc\x73\x4b\xd6\xb6\x15\xaa\x4b\xec\xa3\xeb\x76\x29\x5c\xa3\x63\x69\x80\x45\x6a\x32\x61\x8d\x76\x77\xdd\x69\xb1\xa4\xf2\xa1\x5d\xb6\x07\x0b\xed\x6e\xcb\xfa\xd2\xf7\x68\x8b\x75\x66\xf4\x40\x0b\xae\x90\x5a\x60\x13\xf2\xe9\xce\x8a\xcd\x0e\x20\xfe\x75\x03\x4b\x9c\x5f\x9b\x16\xc0\xfa\x7d\x45\xc0\x6a\xbe\x6e\xbc\x45\x78\xa4\x26\xa1\x57\x7a\x6b\xd5\x0c\x20\x65\xe0\xd9\x66\x8f\xf6\x54\xed\x5e\x2a\xbc\x55\x21\x60\x00\x1f\x0c\xd4\x64\xe0\x2d\xea\x79\x36\xa8\x12\x74\x1d\xd4\xd4\xe1\x6a\xc5\xed\x81\x13\x3d\xfb\x24\x7c\x44\xec\x6e\x51\xe4\xdc\xdf\x59\xea\x60\x2a\x30\x51\x27\x90\xe9\x23\xab\xcc\xe7\xa4\x35\x15\xe6\x65\xec\xad\x46\x24\x71\x81\x28\xc9\x2c\x19\xc6\x84\x21\x4a\xa6\x60\xe6\x18\x54\x67\x3e\x30\xc7\x89\x87\xf7\x26\x48\x5d\x3d\x0a\xda\xd0\x0b\x42\x5b\x46\x47\x1a\xc6\x13\xff\x63\x6c\xcd\x78\xb4\xb0\xa5\x43\x92\x07\x29\x13\xfb\x63\x6c\x3d\x5e\x2a\x50\x6f\xeb\xa9\xd7\x0e\x6a\x41\x6c\xdb\xde\x86\xce\x9b\xd8\x1f\x95\x36\x1e\x6b\x71\xaf\xf1\x52\xfc\xb4\xab\x05\xfa\x14\xea\xc3\x83\x80\x5f\x1b\x84\x3d\xc6\x23\x85\x7e\x53\x8e\xbc\x13\xdf\x8a\x84\x20\x03\x4f\xbc\x8f\xf1\x3c\x9d\xc1\x44\x84\x7b\xe9\xfc\xb8\x28\xb4\x59\x69\xe0\x61\x75\x63\xb2\x2b\x1e\x30\xb6\x9c\x77\x3f\x08\x82\x86\x86\x64\xe3\x16\x50\xf1\x31\x33\xdd\x44\x1b\x23\x1c\xa6\x66\xdb\x68\xd7\x70\xa6\xe7\xf4\xbc\x5e\x29\xc8\x74\x96\x89\xa4\x7a\xca\xf2\x9c\x86\xb3\x8d\x10\x94\x9b\x39\x34\x1e\xbb\x56\x6c\xbd\x97\x26\x62\xae\x17\x47\x5d\x4b\x5b\x92\x21\x02\xa1\xf1\x2c\xd3\xc8\xa2\x47\xbd\xd4\x0e\x06\x9d\xf8\xeb\x9e\x58\x96\x84\xf8\x2b\xa9\x7f\x43\xaa\x5b\x1f\xf5\xcb\xb8\xea\x34\x13\x5e\x5d\x25\x22\x05\x5b\x2e\x55\x32\xa1\x87\x4c\x4a\x53\xc0\x9b\x90\x0a\x8e\xb5\x4d\x8b\x13\x2c\x06\x89\x29\x43\x1b\xb5\xf5\xcc\x74\x4f\xea\x02\x05\xd2\x14\xd1\xe2\x52\xc7\x41\x3a\xfc\xf8\x70\x43\xc5\xf1\x23\xba\x02\xb7\x2b\x3a\xb6\x70\xb5\x0b\xad\x2d\x7e\x06\x78\x5a\x15\xb0\x02\x5c\x26\x45\x7a\xdc\xb2\x9d\x2b\x58\x15\x9a\x72\xa8\x7d\xa1\x3a\x96\xf6\x9c\x5a\x7a\xe5\x8b\x22\xb6\x24\x86\x65\x8f\x5c\xfc\xbb\x2f\x99\xbe\x4c\x83\x59\xba\x3e\x0e\x48\x30\xdb\xc8\x20\x26\xb2\xe5\xb1\x72\x02\x4f\x94\x44\x44\xdb\xdb\xd5\x19\xbf\x93\x1e\x1e\x26\x7c\xee\x60\x2b\x23\x7d\xb5\x8a\x52\xd5\x45\xff\xbc\x26\x60\xc3\x11\x51\x14\x31\x26\xb4\xf0\x75\x4f\x16\x15\x9f\x47\xf3\x44\x26\x97\xdc\xb4\x5d\x0a\x06\x70\x9b\x90\x8a\x91\xbd\x2d\xa5\x60\x7b\x1b\x49\x91\xf0\x0c\xa6\x97\x54\xfa\x19\x9e\x7b\xc1\xd9\x45\xd4\x72\x08\xfb\xff\x3a\x53\x9b\xfe\x6d\x64\x6a\xb3\x08\x71\x70\x1b\x02\x71\xb5\x3d\x56\x95\x97\xac\x2a\xaf\x78\x3e\xad\xb2\xa9\xff\x8d\x98\x54\xe7\x32\xdf\x67\xe1\xac\x57\x31\xc5\x7b\x6a\xda\x06\xf0\xd9\x59\x49\xff\x3b\x71\x20\x96\xcb\xa8\x1f\xe9\xd4\x3f\x38\x40\xcf\x50\x9f\x19\x11\xb5\xbf\x2a\x4c\x88\x65\x34\x3c\xae\x42\xf3\x0e\x26\x41\x1f\x3d\xf0\x62\x03\xbf\x74\x72\x06\xf3\x40\xe7\x8f\x81\x0b\x09\x1c\xb5\xae\xcc\x51\x17\xcd\x06\x06\xc5\x6b\xe6\x5e\x72\x40\x11\xf6\xcf\x47\xe3\x88\x4f\x67\xeb\x73\x09\x95\x47\x42\x59\xab\x73\x8a\xb5\x1a\x53\x14\x08\xa9\x88\x81\x23\x75\xf6\xc7\x5d\xed\xf2\xa9\x4a\x8c\x82\x39\x13\x81\x51\x3a\xd4\x01\x5f\x35\x60\xc6\x95\x40\x72\x40\xbf\x02\xba\x9c\xe2\x8e\x09\x00\xde\x66\x62\x5d\xa9\x59\x34\xaa\x46\xd5\xc5\x0a\x93\xf9\x1c\x02\x4c\xd9\x08\xb1\xc8\x32\x43\x5d\x7d\xe2\x3c\xdf\x1e\x96\xb9\x6a\x20\xe5\xf0\x34\xdf\x6e\x06\xa7\xcf\xd2\x44\xd0\x24\xc0\xd5\x0a\x61\x26\x8f\x57\x34\x5c\xa4\x5c\x3e\x62\x1f\xd1\x28\x18\x5d\x59\xcb\xa0\xb5\xcc\x5e\x2a\xe6\x8a\x4d\x1c\xb6\x67\xaf\x93\x39\x84\xaa\xed\xca\x3f\x4c\xc4\x92\xf1\xee\xea\xa9\x7e\x02\x8c\x82\xc4\x04\xc2\x6c\x2d\x37\x95\x93\x00\xdc\xed\x04\xe3\x60\x45\x17\x32\x88\xa3\xe0\xd2\x6b\xaf\xbd\xf6\xda\xfa\xa9\x8d\xb2\x60\x1c\xb3\xae\x93\x25\xfd\xd6\x83\xc5\x22\x53\x2c\x5f\xe7\xaa\x67\x33\x91\xae\x56\x8f\xd3\xf5\x56\x1b\x50\x32\x5d\x47\x62\x10\xac\x9f\x36\x60\xa9\x20\x8b\xa0\xc9\x1c\x34\x12\x49\xd0\x98\x5f\x40\xca\xc8\xe1\x3a\xa9\x2f\xfa\x7a\x4d\xf9\xfc\xce\x3e\x5b\x69\x7f\xa7\xae\x22\x6e\xd9\x5c\x68\xe8\x5d\x77\x5a\x8b\x2b\xbe\xe1\x31\xbc\x6a\xbb\x1d\x52\x22\x61\xd7\x1e\xf4\x50\xcb\xf1\x46\x0e\x40\x5d\xfd\x39\x11\xb3\x89\xeb\x65\x44\xe7\xb6\xcd\xe3\x71\xd5\x76\x40\x5d\x90\x74\x4f\x95\xdb\x03\x86\x53\xab\x50\x88\x0e\x86\xd6\xcc\xc0\x79\xb3\xac\x29\x51\xf7\x1c\xdb\xa4\x4e\x1a\xa4\x49\xba\x71\xad\xe7\x90\x91\x3e\xa5\x33\xc3\x6c\x21\x8f\x9c\x7b\x3e\x63\x68\xb4\x6d\x82\x25\x68\xdd\xf1\x77\x69\xa6\x2e\x17\x1e\x4f\xec\xa7\xb7\xb1\xd3\x3e\xd9\x87\xff\x48\x71\x21\x9b\xd9\x8c\x66\x59\x30\x0e\xb4\xd1\x06\x69\xb9\xad\x78\x97\x12\x7f\x7a\xca\x0b\x88\x77\x24\xe8\x20\xe9\x8e\xd8\x9b\x3b\x4b\x25\xcd\x77\xe9\xeb\x4d\x5c\xa5\x4c\xe7\x21\xa1\x7b\x31\x27\x81\xf9\x0a\x17\xe9\x6c\x93\x21\x4c\xcc\x7e\x5f\x52\xff\x44\x2e\xc3\x74\xbf\x9b\xf0\x25\xcd\xd0\x85\x6f\x11\x15\xa2\x6d\xeb\xd8\x9b\x52\x46\xe5\x97\x76\x86\x6b\x26\x1f\x58\x64\xd5\xef\xae\x3d\xcb\x89\xce\x70\x01\x17\x12\x73\x6b\x81\xdb\x40\x2d\xb5\xf1\x12\xf8\xa2\x7d\x09\xb4\x20\xf7\xb4\xe2\x1a\x84\xbb\x30\x82\x20\xdd\x7e\x2f\x55\xbf\x36\x32\x78\x51\xbb\xa2\xed\xf2\xd1\x6c\x7a\x72\x53\x61\xef\x7d\x95\xa9\xa0\x9e\x32\xdb\x76\x14\x51\x23\xce\xab\xc8\xdb\x90\xa7\xee\xe9\xfb\x1a\x67\x88\x62\x9c\xe7\x23\x55\x2f\xe4\xe9\x9c\x2a\x86\xed\x8c\x81\x19\x00\xfc\x81\x25\x3d\x9d\x67\xa8\xfa\x8b\x5a\x83\x07\x86\x19\x99\x09\xb3\xb3\x48\xab\xd7\x91\x60\xce\x32\xc5\xfd\xce\x83\xa6\xc7\x95\x66\x97\x89\xad\x17\xf6\x1e\xae\x68\x92\x51\xe8\xbd\xa4\xff\xc0\x83\xd2\x64\xde\x4b\x17\xbd\xb2\xe5\xb2\x9a\x05\x6c\x23\x1b\x70\xa1\x3a\x60\xae\x51\x9c\xe7\x67\x00\xfd\x7c\x50\x7f\x2b\xdd\xf4\x66\x09\xdf\x79\x51\xf6\x66\x1b\xd9\x53\x5b\xbc\xb7\x10\xe9\x61\x8f\xea\x99\x33\xa1\x3a\xbc\x11\x29\x2c\x69\x19\x49\xf6\xa2\xe1\x8e\x76\x2d\xef\x58\x9c\x8d\x45\xba\x58\x79\x87\x2c\xef\x7a\x9b\xaa\x73\xc6\x33\x8c\x43\x60\xf2\x1e\xdd\x7d\xfb\xee\x9d\xc7\x5a\xab\x4f\x61\xcb\xfd\xe4\x90\x62\xea\xa8\x81\x62\x59\x01\x33\x5c\xec\xd6\xe0\xad\xfb\x0f\xdf\xab\x55\xc8\xf3\xe0\xf1\xdd\x6f\x3e\xbe\xfd\xee\xdd\xdb\xb5\x96\x9c\x41\x5a\xd7\x6a\x6c\x09\xb5\x1e\x67\x31\x00\xd4\x10\x4c\xa4\x7f\x96\x64\x09\x48\x11\x1a\x12\x03\xa1\x8b\xf5\x0c\x2d\x1a\x82\xd5\xd6\x65\x39\x28\x88\xef\x7b\x52\x07\x6e\xa6\xbd\x48\xd3\xb9\xbe\xc9\x05\x58\xa1\xb9\x99\x10\x23\x6b\x6f\x25\x92\x84\xd5\xf9\x45\x0d\x21\xde\x62\x66\x08\xf7\xd3\x39\x35\x3e\xaa\x33\x44\x31\xe1\x4d\xba\x4a\x40\xc3\x4a\x57\x64\x0a\x54\xee\x47\xe1\x72\x8a\x4d\x9d\x91\x1c\xf0\x49\x21\x7d\x87\xba\x35\x4f\x41\xce\x44\x45\x6f\x17\x9a\xe7\x9a\x5c\x52\xd0\x4d\xb6\x76\x06\x53\x1a\xe7\x39\xfc\x8b\xa6\x31\xc6\xc6\xb2\x75\xc1\xc7\x12\x42\x2c\x0a\x17\xf5\x25\xad\x84\x3a\x6d\xb4\x5f\x8a\x36\x18\x38\x35\x49\x17\x0b\xf0\xa5\x46\xa4\x89\x82\x2a\x48\x69\xe8\x66\x07\xc7\xc2\x5d\xeb\xa2\x5a\xbb\x5e\x23\x02\x17\x20\x9e\x1b\xb7\x2a\xe0\x44\xd3\xb8\x3d\x70\x2a\x44\x16\x47\xa8\x65\xa0\x18\x06\x38\x8d\xb1\x89\x0d\x87\x09\x8f\x86\x84\x39\xa3\xbf\x1b\xfc\x26\xbb\xc1\x07\x03\x2c\xa6\x3c\x0e\x17\xdc\x42\x0b\x4f\xe8\xf2\x29\x91\x15\xdf\xf3\x05\x49\x17\x8b\x56\xbf\xd5\x2d\x5d\x13\x1d\x80\x8b\xb0\x68\x0a\xea\xcd\xbc\xdf\x97\xee\xf1\x55\x47\x67\xb6\xce\x5f\x6e\xa4\x37\x93\x1b\xe9\x60\x80\xf9\x34\x55\x50\x68\xf3\x4c\xf3\x11\xee\xea\x4f\x66\x7c\x31\x4d\x3d\x7d\x0d\x6b\x5b\x09\x51\xbe\x22\x36\x36\xfe\xdb\xa0\x5f\x00\xb8\x20\x25\x59\x90\x4d\xd9\x90\xb5\xd2\x7a\x59\x1b\x69\x5d\xef\x0a\x4a\x63\xfc\x6c\x6d\xd3\x7e\x7f\x5b\xf6\xfb\xdb\xa2\xa9\x49\xf3\x0e\xcb\xc0\x1d\x9f\x73\xfc\xeb\x96\xc7\x84\x01\xe0\xa1\x16\xc6\xa1\x2e\x21\xc3\x23\x3a\x4b\x79\x59\xcf\x53\xc2\xd1\xbb\xc2\xb5\xb3\xe0\x55\xb7\xee\x5e\x1b\x8f\xf7\x99\x68\x6d\xe2\x9e\x13\x54\xc0\x5a\x00\xdd\xf2\x9c\x10\xd6\x07\x5b\xea\x85\xd6\x2f\x97\x2a\x9b\x9c\x18\x5e\xc8\xa7\xda\xb4\x95\xe5\xd7\x31\xa3\x0b\xd3\x6e\xd9\xb7\x2a\x70\x7e\xff\x75\xbb\x51\x23\x8a\xb4\x6f\xda\x55\xf2\xdf\x0a\x6a\xd1\x0e\xec\x73\x35\xdc\x39\xae\xc6\xc8\xcc\x0a\x9f\x3b\x2e\x86\x2a\xcf\x21\xc4\x78\xc6\xb0\x6d\xb5\x2e\xed\x3d\x26\x32\xd9\x8d\x1d\xa4\xf7\x95\xc7\xef\xbc\x6d\x18\x19\xfd\x71\x47\x1b\x7f\xc2\x6b\x5d\x2a\x7a\xf7\xcd\xb4\x07\xf5\xd8\x4d\xf8\x44\xc2\x9a\xb4\x99\x91\x96\xac\x59\xbf\x5f\x11\x95\x79\xbd\xe9\xb8\xf7\x25\x0f\x56\x10\xe9\xd6\xb8\x25\x52\x71\x43\x61\xc1\x92\x7d\xab\xc9\xbd\xd5\xd2\x37\x0a\xa6\x9a\x23\x74\xc3\x88\xd5\x01\x2c\xf2\xdc\x65\x54\x87\xac\xb3\x71\xbf\x1f\x68\x12\x11\x30\x10\xc8\x82\xc9\x33\x75\x4e\x8b\xa5\xd9\x08\xd3\x61\x0c\x91\x89\xcd\x0a\xb6\xcc\x44\x53\x94\x9e\xe7\x95\x09\xd1\x63\x00\x5d\xca\xb6\xd8\x4f\x0e\x4c\xbb\x13\x01\xc0\x73\xe7\xa2\xc5\xce\xd4\x12\xad\x57\xb0\x7f\xea\x18\xef\x44\xd6\x62\x25\x89\x52\x43\xcb\x41\x8c\x55\x1e\x3e\x5b\xdd\x5b\x5b\x90\x44\x1d\x59\x17\xdf\xdc\xba\x42\xe1\x59\x03\xa5\x06\x0e\xd6\x54\xfa\x52\xd8\x5f\x7b\x52\x8b\x38\x12\x4e\x74\x08\x76\x69\x95\x6c\x45\xf3\xcd\x86\x54\x44\xa4\x8b\x34\x13\x4e\x52\x37\xcb\xad\x4f\xaa\xb5\x81\x4e\x98\x1f\x9a\xbc\x9c\x9a\x36\x73\x2d\x55\xb8\xd4\x00\xb2\xbb\x16\x77\x34\x80\xda\xac\xc3\x90\x77\x73\xaf\x3c\x6e\xdd\x86\x15\xc6\x8d\xe0\xe8\x87\xc9\xba\x8d\x10\x39\xda\x51\x8e\xba\xc0\xb8\xc6\x20\x41\x60\x9b\xa6\x62\x99\xdb\xa9\xdb\x56\x80\xe5\x77\x07\xd6\x1a\xf6\x89\xae\x51\x60\x4b\xda\x22\x91\xfb\x65\x87\xa0\x76\xd0\x61\xfa\xd1\x3b\x2d\xa9\x59\x4b\x62\xda\x92\x76\x44\xf7\x0e\x98\xac\x65\x74\x2c\xb6\x66\x86\x6e\xd0\x7e\xff\xb5\xca\xad\xef\x46\x4d\xf3\xc1\x5b\x7c\x03\xb0\xe2\x6c\xcd\x4f\x75\x00\x3b\x25\x34\xaa\x8d\xa8\x29\x07\x96\xb5\x50\xf7\x8c\x82\x54\x74\xd8\x40\xd9\xa3\xaa\xd4\x36\x29\xa1\x4b\x11\x1e\x23\x50\x17\x76\xb7\x54\xd4\xf6\xbc\x84\x44\x94\xe2\x89\xb0\x7b\x92\x70\x3c\x16\x38\xcf\x51\xd9\x12\xc3\xb8\xf0\xf4\x41\x88\x40\x57\x31\x04\xcb\xec\x24\x00\x57\xaf\xd5\x29\x80\x25\xb1\x08\x62\xe8\x9d\x14\x58\xed\x28\x76\xc8\x24\x55\x84\x32\x0c\x08\x83\x25\x7c\xfa\x06\x5d\x43\x38\xbe\xd2\x47\x83\xf7\x50\x92\x90\x8c\x6c\xf0\xc9\x26\xda\xe4\xf9\xa8\x12\x08\x26\x69\x31\x4b\x5a\xe9\x3e\x67\x51\x32\x5d\xc5\x64\x11\xc9\x30\x4b\x16\xb4\xdf\xd7\x48\xcd\x32\xf8\x8f\x66\x98\xcc\xcf\x23\x76\x33\x70\x41\xae\xfe\xad\xa3\x6c\x92\x0d\xc4\x60\x35\x5e\x01\xcb\xb3\xe8\xf7\xb7\xf7\xfd\x33\x40\xb7\x04\x14\x74\xee\x9d\x00\xd0\x97\x4e\xc5\x4e\x61\x12\x20\x9f\xe1\xd2\xfc\x67\xbb\x9c\x82\x3c\xdf\xdc\x64\x25\x36\xa0\x19\x59\x93\xcd\x60\x84\xb7\xd2\xe9\x3a\x8e\x66\x05\xb8\x33\x26\xa9\x87\x8d\x8c\x30\xeb\xa6\x12\x7e\x6f\xb8\xfd\xaa\x6b\x44\x69\x75\x55\x04\x01\xd7\x5a\x56\x22\x8d\x44\x98\x3e\xa1\xe2\x48\x30\xa9\x9f\xdc\x12\xb5\x1c\x8a\x8d\x80\x90\x9c\x8d\xb1\x6e\x9f\x7b\x5a\x94\x78\x2d\x4b\xbc\xc8\xca\xc7\xf7\xfb\xe0\xc7\xc4\x3b\x60\x59\x76\x3f\xb9\x0f\xbd\x5d\xd2\x52\x14\xa7\xd5\x1d\x06\x38\xcf\x45\xa8\x41\x00\xb5\xa6\xaa\xb6\xa1\x8e\x0b\x84\xc3\x2c\x15\x12\xb5\xaa\x25\xda\x33\xf6\x92\x7d\x80\x2c\x5a\x90\xc7\xd3\x01\xdf\x44\xdc\x78\x6a\x61\x98\xac\xa2\x0c\x6d\xc2\x6c\x9f\x2d\x24\xc2\x98\xcc\xd4\xa7\x3a\xa2\xc9\x22\x4a\x6e\x38\xb6\x60\x66\x42\x5f\x9f\x8b\x59\x8b\xe9\x2a\x56\xc8\xf5\x1c\xf8\x03\x78\x97\x6a\xbc\x73\x1d\x42\x3b\x7a\x7c\x37\x10\x64\xe6\xb9\x2a\xa4\x8e\x01\x93\xdb\xef\x43\x6f\x51\xa0\x9d\xc6\x94\x14\x78\xe6\xcd\xe7\x49\x31\x9e\xc2\x60\x54\x51\xb2\xf1\xc4\x7f\xa8\x6b\xe4\xb8\x80\x66\x29\xa8\x47\x6b\xbe\x36\x29\x2e\x22\x00\xb1\x4a\x65\xa0\xff\x45\xad\x22\x58\xe5\xf1\xb9\xf5\x99\xba\x52\x22\x64\xd9\xeb\x9b\xc5\x82\x8a\xda\xb3\xb5\x4b\x3f\x9b\x53\xb9\x6a\xc2\xf2\x5f\x7d\xa5\xe2\xf6\xd9\x4a\x99\xef\x94\xef\x8e\x79\xae\x2d\x29\xf4\x63\xa9\xa4\x87\xda\x91\xd9\x3b\xc9\x9a\x94\xb2\x61\xd4\xf5\xde\x5c\xd6\x22\x81\x07\xa5\xd3\x6c\x4e\xab\x9a\x66\x05\x2e\xbc\x70\x4d\xba\xed\x46\x0c\xb5\x8c\x7d\x44\x4d\x70\xf3\x70\xce\x0e\x29\xcf\x58\xca\x6d\x02\xf4\x65\x81\x2a\x88\xdf\x5a\x25\x62\x7a\x49\x9a\x89\x91\x47\xe8\x9a\x4b\xea\x07\x83\xe7\xf6\xfe\xec\xfa\x19\x0c\x8c\x85\x5c\x75\x9e\xfc\xce\x33\xd5\x04\xe1\xd8\x3c\x32\x94\x73\x19\x45\x8f\xa8\x9c\x20\xa1\xf6\x15\xfb\x88\x6a\x71\x0b\xf8\x1f\xb8\xa9\x53\xec\x03\x29\xfb\x88\x0e\x06\xea\x14\xb3\x2e\x0e\x89\x9f\x6e\xe5\x1f\xde\xd0\xf4\x2d\xbb\x45\xf9\xb9\x6b\x64\xdb\xdb\xd2\x3e\xcb\xa8\x56\x2f\x45\xad\xa0\x4a\xc8\x1c\x5b\x7a\x51\x9b\xf2\x4b\x97\xfc\x51\x3b\x73\x3b\xb2\x3d\xac\x4d\xbc\x66\x54\xdb\xe7\x5e\x9d\x7f\x9d\x30\x32\x0b\x63\x63\x0e\x91\x88\x98\xed\x52\x62\xec\x4d\xdc\xa5\x4b\x04\x2c\xa6\xcd\x84\xa2\x56\x10\xeb\x03\xc1\x44\xe0\x31\x50\x5c\xc4\x23\xe6\x88\x2e\xb4\x8c\xfc\xa6\xc1\x32\xca\x8a\x38\x2e\xd6\xb6\x9a\x8f\x31\x62\x40\x4a\x67\x14\x71\x32\x82\x29\xc2\xb5\x49\xda\x4f\xba\x43\xe3\xeb\x2e\xf6\x13\x1d\xe5\xd1\xaf\xb5\xa4\xf2\x9c\x5a\x7a\x4a\xab\xb5\x8c\x09\x11\x9b\x31\xd9\x62\x14\xd8\xbd\x1d\x4a\x13\xf7\xc9\x70\x7c\x11\x8c\xa9\x76\x3b\x4b\x37\x5c\x46\x5d\x80\x54\x8a\x9a\x73\xa9\x0d\x67\x7c\xff\x24\x5c\xd1\x58\x7d\xd2\x12\xae\x68\xb0\x6c\x3e\xe1\x8c\x26\xfa\xed\xcb\x47\xd6\xa6\x02\x15\x9c\x93\x91\x24\xae\x6b\xc4\xc1\xe3\x4a\x0b\x50\xb7\xb3\x2c\x9d\x31\xf0\xb4\xd2\x88\x93\xfc\x5c\xbd\x6b\x13\x00\xbf\x07\x75\x88\x77\x84\x8b\x35\x75\xe1\x98\xaf\xd5\x02\x52\x9a\xb5\xc4\x25\x50\xd7\x3e\x92\xfa\xeb\xa9\x8b\x82\x5b\xca\xed\x51\x25\x88\x65\x7d\x25\x75\x64\x2b\x37\xd7\xc2\x38\xd8\x4f\xe0\x1f\x52\xcb\x68\x6c\xae\xc1\x32\xda\xba\x3c\xd0\xd6\xda\xc3\x62\x2b\x89\xb6\x87\x84\x46\xc6\x39\xa3\xeb\xd7\x30\x2d\x60\x2c\xec\xd7\x9f\x20\x05\x10\x11\x08\xe3\xb1\x69\x64\x64\x5e\xf5\xa4\x35\xd4\xc6\xe3\x1a\x4c\xfc\x0b\xc1\x44\x04\xc8\x5d\x2d\x57\xe4\x0c\x8e\x6e\x45\xcc\x40\xc3\x5b\xa0\xd1\x56\xe9\x45\x1d\x35\x28\x97\x82\x9d\xb1\x06\x24\xf1\x57\xc1\x94\x06\x0d\xaa\xe7\x5b\x06\x3b\xe4\xcc\x0e\x39\x39\x7b\xc8\x99\x1a\xb2\xb0\x43\x9e\x0e\xe3\x72\xfc\xd3\x51\x7c\x81\x65\xc9\xba\x26\x62\x2a\xac\xe7\xcd\xf8\x8c\xa5\xf9\x72\xe0\x24\x2c\x1a\x92\xb4\xb1\x54\xec\x56\x94\x9e\x0d\x21\x9d\xb2\xc1\x20\x6e\x2e\x97\x53\x45\x38\x67\xb7\xb9\xf9\xa9\xd4\x4e\x4a\x02\x70\x4e\x7d\xb7\xd0\x05\x39\xcb\xb8\x0c\x79\xad\x37\x9c\x2b\x44\x2d\x78\x86\x2b\xf0\x30\x9e\xad\xe9\xac\xcd\x79\x77\x09\xca\xf3\x03\xa0\xae\x01\x81\xba\xce\x7f\x90\x85\x1b\xc9\x56\xb6\x9b\x70\xb6\xc9\x64\x7a\x18\xe0\x2a\x64\x26\xb7\x0a\x99\x4c\xbf\xfa\xe8\xc1\xfd\x73\x00\x4b\xc1\xd4\xb9\x35\xa6\x80\x76\xa2\x56\x3e\x79\xb0\x8a\x00\x06\x68\x36\xb0\x5b\xda\x3f\x16\x11\xfe\xe3\x42\xfa\xb7\x30\xe2\xb8\x47\xae\x29\x3e\xe9\x66\xc9\x49\xb0\xcb\x41\xc9\xe5\xa4\x34\xed\x18\xd5\x8c\x3e\x4a\xbb\x3d\xcd\xd1\xa4\x1c\x54\x58\x84\xb7\xbc\xaa\x8d\x5a\x04\x16\x57\xb6\xb1\xc5\x4b\x15\xbe\x70\x57\xd3\x82\x52\xf0\x69\x9c\x6b\x78\x1d\x0d\x31\xa1\xe7\xe0\xac\x38\x6b\xd3\xb4\xa3\x1c\xb8\xda\x4a\x17\x4d\x17\xf6\xe5\xcb\x5d\x69\xa4\x4d\x78\xe9\xd5\x44\x21\xa2\xe7\x9d\xa6\xbc\xc4\xdd\x8a\xe4\xc4\x8d\xb1\x79\x58\x70\x7b\x58\x88\x90\x1e\xae\x7d\x6e\xcb\x77\x9e\x2f\x8c\x95\x65\x65\x3e\xe0\xb0\x52\x15\x59\x2b\x63\x58\x91\x74\x8b\x52\x3d\x43\x71\x67\x60\xe5\x69\xec\x8b\xda\x91\x4e\xaf\x9d\xbf\x5d\x44\x75\xbb\x18\x2f\x30\x2d\xf3\x0f\xd7\x41\x7d\xc7\x24\xa2\xb5\x84\x5e\x8c\x8a\x1f\xb9\x32\xf4\x5a\x4a\x40\x9a\xb5\xd5\x11\xad\x27\xdd\x5b\xd9\x45\xbc\x6c\xf8\xa4\x71\x8f\x19\x3d\x08\xc8\xd9\x5b\x51\x13\xc7\xbb\xc5\xae\xaa\xa9\x46\xd3\xde\xa2\x8e\x00\xc5\xf8\xb2\x97\x80\x0e\xf1\x5e\x32\x3b\x30\xad\x56\xc5\x64\x14\xe7\xb9\x34\xb2\x33\x3d\xe8\x90\x65\xef\x33\x7a\x04\x39\x6d\x4f\x10\x9e\xec\xc2\xe0\x54\x6c\x1c\x17\xb9\xb7\x74\x78\x74\xd5\x5e\x05\xa8\xef\x55\x20\x19\x0c\x30\x47\x74\x9a\x40\x70\x32\xa7\xf5\xd0\x1c\xa6\xe3\x45\x31\x5b\x20\xe1\xac\x93\xed\x38\x7b\xac\x46\x6c\xb6\xab\xeb\x0e\x12\xf0\xe6\xa6\x41\x18\x93\xce\x3a\x00\x73\xaa\x2d\x74\xeb\x16\xad\x28\xc5\xe0\x7c\x66\x9a\xc6\x24\x35\x80\xab\xe2\x2c\xa2\x24\x89\x86\x37\xb6\x87\xea\x66\xb5\x89\x58\x85\x09\xb8\x81\x39\xda\x18\x5e\x2c\xc1\x24\x19\x0c\x74\xcd\x0a\x0b\xee\xfc\xc6\x7c\x83\xc9\xfd\xfb\x9b\xd5\xea\x6b\x15\x16\xf9\x0b\x21\x96\xdf\xe4\x97\x8f\x64\xd5\xd6\xff\xda\x23\x9c\xa6\x40\x16\xe7\xaa\xef\x68\x54\x62\xda\x6a\x74\x02\x0b\x00\x3a\x9a\x7f\xbb\xd0\x55\x6b\xb9\xb6\x63\xac\x47\x53\xf9\x85\xa2\x37\x6b\xcf\x03\xec\xc3\x0d\x7d\x9b\xf1\x83\xb7\xe6\x01\xe3\xc8\xc4\xdd\xc3\xfd\x3e\x52\x5c\x41\xba\xa2\xe1\x51\x22\x38\x0a\xf8\x52\x24\xeb\xfd\x10\xfe\x8e\x7b\xe0\xb4\x49\x21\x15\x68\x7e\x3d\xa1\x02\x4c\x45\x87\xe1\xe8\x5a\xef\x37\xfc\x26\x7f\xa3\xc7\xb2\xde\x9c\xae\x05\x9d\x25\x92\xce\xc3\x1d\xfe\x5e\x46\x7b\xbf\x01\xd7\x6f\x68\xea\x37\x7a\xda\x27\x9b\x55\x7b\xdb\xe1\x01\xc4\xcb\x20\xc1\xfd\x54\xd2\x71\x4f\xee\x53\x41\x55\x23\xc9\x2a\x4b\x7b\xda\xd5\x98\x9a\x5c\xa3\x5c\xdb\xdb\xa3\xfb\xc9\x13\x96\x8a\x71\xef\x9e\x82\x84\xa7\x47\xbd\x94\xf7\x68\x32\xdb\xef\x41\xfb\x3b\x9c\x65\x3d\x35\x12\x36\xa7\x82\xce\x7b\x32\x05\x23\x56\x08\x7b\x5f\x42\xd1\xdb\x3b\x76\x2d\x22\xa8\x4c\xe7\x4b\xaa\x63\xf6\xa9\xc1\xe0\x10\x74\xb2\xca\x0a\x11\x0d\xfd\x61\xe2\xf2\xc9\xc7\x2f\x05\x2a\x79\x5e\xa5\xed\x11\xde\xea\xf4\x72\x56\x31\x96\x9d\xb4\xf8\x42\x18\x9f\x14\x44\xe8\x20\x33\x27\x85\x71\x8a\x34\x2c\xdf\x52\xd4\x05\x7d\x52\x7f\xff\x6b\x39\x80\x71\x69\x14\x54\x95\xe0\x2b\xb6\xe3\x06\xbf\xe9\xf4\x81\x06\x03\xae\xb6\x0d\x45\x72\x2a\xa6\x3c\x8e\x3d\xb7\xb5\x0d\x73\x3e\xb1\x75\x56\x6f\xc6\x67\xb7\x6d\xcc\x6f\x89\xec\x57\x66\x6c\xd2\x2e\x37\xd6\x9e\x38\x09\x8b\x56\xf5\x1d\xc5\x75\x2c\xcd\x3c\xd7\x1e\xbb\xf1\x09\xcb\x73\xb4\x9a\xf2\x38\x1a\x5a\x67\xa2\xc1\xdf\x0d\x06\xbd\xc1\x40\x25\x6e\x41\x53\x83\x94\xc8\x41\xea\x74\xaf\x14\x35\xcd\x5c\x48\x9f\xa2\xa1\xda\xd5\x52\x4c\xc3\x83\x0b\xb2\x56\xeb\x71\x18\x1d\x90\x27\xd1\x01\x59\x46\x07\xe4\x38\x3a\x20\x7b\xd1\x49\x32\x9f\xdf\x4f\xe7\x74\x7c\x97\x24\xf3\xb9\xc2\x91\x6a\xab\x1c\x9f\x2c\x8d\x5e\x1d\x8b\x9e\x02\x81\xbd\x0b\xcf\x4b\xd1\x53\x78\x83\xb9\xab\x96\x23\x8b\x6c\x9c\x86\xd2\x11\x04\x88\x65\x33\x4c\x12\xc4\x48\x86\x09\xd5\xfa\x50\x09\x4a\xd5\xd7\x21\xca\x48\x90\xcc\xe7\x01\x04\x85\x21\x59\x41\xb4\x00\x14\xfa\x7f\x64\x3e\x00\xac\x07\x64\x49\xe1\x95\x73\xfc\xd4\xfe\xca\xee\xa4\x1b\xde\xa6\x7b\x39\x03\xa5\x4c\xd5\x46\x67\x11\xe1\xa4\x6e\xb6\x64\x8b\xbd\xe7\x53\x3f\x60\xf4\x04\xe2\x1b\x1c\x64\x63\x85\xd9\x05\x31\x54\x0c\x20\x9a\xdb\x2f\xd5\x10\xd5\xd3\xe8\x4d\x9e\x28\xa3\x14\x40\x8b\x6a\xf5\xfb\x7d\xa6\x9b\x6b\x65\x39\x6d\x2c\xdd\x1e\x9f\xd4\xdb\x71\x0e\x40\xa2\xe1\x0d\x76\x93\x96\x98\x6f\x9d\x7d\x46\x74\xca\x62\x1d\xda\x40\x51\xba\xb7\xe6\xda\xaf\x11\x47\x72\x9a\x86\x32\x7d\x6b\xae\x08\x79\x89\xcd\x05\x32\x80\x10\x4a\x04\x6e\x80\x7d\xb1\xee\x20\xdc\x5b\xd9\xdb\x44\x77\x34\xb6\x69\xe6\x5d\x50\x1d\x9d\xdd\x5d\x17\xfe\x24\x36\x17\x83\xf0\x33\xf7\xab\x8c\x86\x84\x97\x8a\x81\xf2\x26\xbf\x31\x18\x48\x4c\x91\x98\xca\x18\x17\x64\x8f\x2e\x19\x7f\x6f\x3d\x4f\x24\x1d\x2f\x09\xe5\x73\xf3\xfb\x58\x2b\xf1\xfb\x18\xb2\x44\x98\xcc\x2b\x47\xf7\x03\x44\x43\x36\x57\xb7\xe6\x63\x84\x0b\xb2\x9f\x64\x00\xe3\x6d\xf5\xab\x44\x49\x9d\xe6\xc5\x0d\xd8\xc3\xa4\x71\x85\xd9\x0b\x53\xbe\xb5\x57\xf1\x9b\x5f\x46\xba\x08\x3d\x28\xa3\x65\xf4\x98\xec\x85\x0e\xd2\xe8\x38\x7a\x48\x0e\xa3\x5d\xf2\x24\x3a\x22\xd0\x00\x25\xd4\x3c\xc8\xef\xf9\xea\x99\x05\xc2\x64\xaf\xbc\x50\x98\xf0\x4a\x6b\xa3\x1c\xaa\xe6\x7b\x4c\x8d\x03\xcc\xc7\xc7\x6b\x3a\x96\x45\x3d\xfa\x51\x59\x9a\xab\xc1\x75\x97\xbe\xab\x7d\xd1\xfb\x0e\x5d\x5b\xb8\x49\xab\x99\xad\x1a\xeb\xb1\x39\xe5\x92\x2d\x18\x15\x01\xde\x5a\x3a\x45\x5d\x7f\xa7\xf1\x09\xe2\xe1\x3c\x91\x49\x24\xc8\x13\xc4\x49\xb0\x81\x09\x08\x30\xe8\x2a\x68\x31\x07\x98\x58\xce\x06\x03\x5d\x00\x08\x08\x26\x72\x4a\xe3\x88\x03\x21\xe1\x25\x90\x4f\x7d\x91\xc3\x94\xc6\x95\xc8\x0b\x56\x78\x62\xf7\xe5\xb6\xdd\x79\xdb\x23\x0f\x3a\xa1\xd1\x14\xd0\x18\x9f\x98\x2f\x30\xb8\xd9\xaa\xee\x0f\xee\xef\x8f\x47\x88\x4f\x59\xec\x68\xb6\xd1\xee\x54\x20\x90\xd9\xa5\x4b\xe4\x09\x12\xc4\x98\x29\x19\xea\xb7\x3d\x2c\x61\x7b\x84\xac\x35\x41\x09\x90\x26\x4a\x0c\x06\x0f\x06\x14\x37\x87\x15\x68\x89\xb0\x0f\x27\x92\x8c\xbc\x99\x35\xbb\x50\xd3\x6a\x0a\x5b\x13\x7b\x9e\x30\x91\x6e\x93\xeb\x61\x61\x7c\x2b\x1a\xf6\xfb\xe6\xcb\x6f\x90\xa4\xae\x6c\x5a\x29\x9b\xb6\x94\x3d\x44\xf4\x8c\xd1\xdd\xae\xbe\x29\xba\xd9\xe7\x79\xbe\x6d\xe1\xf0\x9e\x7e\x3d\xf7\x89\x16\x2e\x37\xcf\x4e\x57\xc1\xe4\x4c\x05\x10\x3f\x56\x92\x23\xaa\x68\xad\x1a\xb4\xe7\x6f\xb8\xc7\x0a\xaf\xfd\x12\xb0\x03\x84\x4f\xca\xaf\xc7\x08\x9f\x2c\x06\xd1\xa8\x4c\x79\x88\xf0\xc9\x30\x8a\xd0\xe2\x52\x34\xc2\xfd\xfe\xda\x7f\xfc\xde\x0b\x17\x4c\x50\x14\x18\xe7\xb2\x10\x98\xc8\x16\x88\x86\xb8\x28\x5c\x58\x85\xab\xaf\x35\x55\x5f\xd4\xf0\x2d\x74\x97\x46\xda\x84\xdc\xbc\xad\x95\xa6\xe3\xf6\xb1\xcd\x38\x93\x81\xf7\x58\xeb\x26\xcf\x9b\xa3\x1b\x62\x10\x8d\x30\x78\x23\x13\x31\x6c\x4a\x7b\xea\x39\x67\x77\x35\xa5\x37\xf3\x5c\xcc\xe6\x11\xd5\x22\xac\x12\xc5\x8d\x48\x4b\xed\x47\x2f\xba\x40\xa2\x6b\x51\x5d\x70\x62\xfe\xdb\x37\xd8\xb1\xf9\x8e\xa6\x32\xae\x38\x35\xb7\x41\x08\xb5\xe9\x9a\x5e\x21\xd3\x23\xac\x90\xf4\x7a\xb3\x0f\xc5\xf3\x88\x77\x38\x38\xef\xf9\xf7\xb6\x41\xf0\xff\xfc\xe0\x7f\xfa\xdd\x5e\x30\x90\xbe\x26\xfe\x45\x94\x0c\xb6\x6b\x2c\x68\xdb\x95\x18\x54\xf0\xd8\xe2\xb8\x37\xd3\xc6\xd4\x1b\x75\x0f\x4a\x56\xd9\x71\xcf\x5c\x28\x93\xac\x47\x9f\x80\x2d\x49\xb6\xd1\xd2\xa5\x32\x9e\x82\x8c\xa6\x01\x04\x2c\x54\x08\x12\x90\x20\x5d\x2c\x02\x70\x04\xec\x5b\xb8\x2b\x54\x56\xec\x66\x9d\x5d\xd4\xdc\x67\x33\x6c\x9c\xee\xc5\xc2\xb3\x47\x75\xf7\x8a\xb4\xce\x49\x2f\x63\x7c\x46\x7b\x4c\xf6\x92\x95\xa0\xc9\xfc\xb8\xb7\x9f\x64\xbd\xb5\x69\xb2\xf7\x62\x30\x50\xad\x0e\x82\x17\x03\xd0\x11\x32\x94\xa5\xc9\x00\xb5\xb9\x37\x33\xb2\x4a\xdf\x60\xc1\x68\x6e\x5e\x58\x02\x60\x2f\xf5\xea\xb6\xe2\xe2\x8b\xeb\x6b\x8e\x6f\x94\x6e\x98\x61\xb0\xf7\xb7\xa6\xe6\x79\x8e\x74\x4a\x34\x8d\xb1\x75\x97\x79\x62\x1b\x1c\x73\x30\x7c\x60\x10\x61\xa7\xaa\xee\x0f\x68\xe7\x9f\x54\x8e\xc7\x6a\x1d\x26\xd1\x5e\x1c\xd4\xdc\x77\x0d\xcb\x11\x74\x11\x97\xf7\x62\xeb\xe6\x4f\xc4\x24\x8d\x86\x37\xd2\x9b\xac\x5c\xdf\x14\xb3\x69\xaa\x9d\xfb\x81\xfd\x67\x14\x71\x45\x9a\x0c\xd9\x4c\x15\xcd\x76\x8e\xd4\x88\x42\x95\xb1\xaf\x7e\x6a\x9d\x3f\x48\x43\xe1\xb6\x59\xa9\x07\xd8\x7c\x4a\xed\xf7\x11\x8f\x1a\x81\x8b\xd6\xed\xf6\x17\x25\xa6\xb6\xc0\x6c\x14\x72\x15\xe8\x5b\x89\x03\xde\x70\x1e\x09\xd8\x59\x70\x77\xc8\x51\xd0\x29\xf7\xa4\xb3\x29\x87\x68\xe6\x84\x86\xe9\x62\xa1\x7e\x2e\x16\x84\x02\xa1\x8c\x24\xfc\x23\xf4\xbc\x60\x34\xbe\x6c\xf4\x6f\x6c\x8c\x8d\x6a\x74\x0d\x2d\xcc\xa2\xf3\x3b\x70\x94\x64\xed\x41\x2e\xbe\x5e\x06\xc3\xb8\xf3\x95\xdb\xf7\xdf\xbc\xfb\xe8\xee\xe3\xb6\x72\x8f\xbc\x72\xd0\xde\x39\xa1\x3a\xce\xec\xf4\xab\x65\xb9\xbb\x42\xb4\x95\x48\xca\x12\xef\x2b\xbe\x2f\x91\xe7\x8c\xe3\x9b\x5e\x00\x90\xb3\xca\xbd\x50\x96\x5b\x52\xf9\x06\xa5\xeb\xb6\x52\x5f\xa9\x94\xfa\x1a\x3d\x7e\x1f\xde\x25\xdb\x8a\xce\xbc\x68\x22\xd9\x99\x20\xde\xf6\x4b\x6a\x6a\xd1\x56\x2c\xf5\x8b\x3d\x14\xe9\x21\xcb\x5a\x27\x7b\xbf\x2c\x77\x40\x8f\xdf\xe2\xdd\x2d\x3e\x2e\x4b\xae\xd2\xf4\x60\xb3\x36\x53\x9a\xb6\x4e\xfd\xb2\x2c\x7d\x48\xc5\x92\x76\xcd\xd1\xeb\xb5\x72\xf7\x69\x06\xfe\x7c\x9a\x25\x3f\x28\x4b\xf2\x54\x1c\x26\x2b\xf6\x11\xed\x86\xf6\x69\x59\x5a\x9f\x8a\xdf\x60\x72\x3f\xdd\xb4\x96\xbd\x5f\x96\x5d\x6f\x04\xbd\xdd\x19\x1f\xe6\x41\x59\x30\xeb\x5e\xf6\x3b\x65\x29\x09\x46\xff\xcd\x22\x6f\x14\x56\x7c\xe1\xef\x70\xe0\x31\xb4\xbb\x02\x5a\xd4\xf4\xfb\x2a\xda\x87\xf0\x3a\x54\x71\x16\xa6\x23\xe3\x24\x75\xc5\x16\xaf\x41\x62\x3f\xd4\x9a\x31\x45\x0b\x0b\x52\xd7\x09\x37\x6e\x84\xce\x20\x2f\x0d\x69\x6e\xe5\xa6\x62\x7d\x91\x82\xfa\x8a\xb0\x96\x17\xe0\x91\xd8\x45\x2e\xb8\xe1\x45\xdc\xc8\x73\x79\xe9\x52\xef\xd6\x10\xf7\xfb\xdb\x88\xd7\xf4\x40\x6e\x60\xe3\x82\x98\xdb\x48\xa1\xce\xe5\x3f\xeb\x70\xf9\xcf\xfb\xfd\x6d\x6e\x5f\x25\x45\x94\x96\x2e\xff\x0d\x30\x69\xc5\xe5\x3f\x33\xec\x00\xb3\x2e\xff\x1d\xd9\xa8\xf9\xbe\x31\x27\x12\x8d\xa6\x31\x91\xd1\xf0\x86\xbc\x59\x3f\xe5\x6e\xc8\xc1\x00\x53\xad\x0d\x0a\xb1\x16\xcb\x43\x4d\x5d\xfa\xfd\xd3\x74\xa5\x66\xc3\x2d\xee\xcc\x8f\x3d\xbb\x55\x8b\x98\x67\x62\x25\x0b\x4c\xe8\x54\xc4\xfd\x7e\x0a\x41\xf0\x70\xe9\xb7\xef\x1c\x5f\xa5\xea\xe8\x37\xde\x86\xf0\x04\x49\xc3\xa1\x1c\xd0\xe3\xb1\x8d\xb0\x1c\x06\xb8\xd4\x90\x31\x8a\x25\x85\x89\xb6\x3c\x36\x55\xb7\x41\x68\xa3\x6b\x3b\xb5\xfb\x0d\x9a\x69\x60\xbc\x40\x7c\x10\xbe\x5b\x02\x26\x2e\x2a\x83\x9c\x7b\x18\x5c\x7f\x36\x99\xd0\x71\xe5\x26\xbc\xef\x95\x4d\xe1\x45\xb4\x79\x08\x6e\x6f\x23\xf0\xb2\x29\xf7\x29\x18\x94\x03\x62\x80\xc9\xad\x5e\xdc\x8e\xb7\x53\x5d\xbc\x5d\x45\x57\xb7\xd0\x9a\x67\x1a\x05\xf6\x14\x06\xb7\x6e\x09\x65\x5e\x8a\x39\x91\xc8\x73\x24\x22\x43\x73\x31\x2e\xc5\x37\x8c\xa4\x9e\x42\x03\x38\xad\x56\x58\xbb\x41\x5c\x23\x3e\xc5\x1e\x8e\xa7\xd5\xe8\x40\x99\x5f\x1a\xd0\xf6\xcc\xe2\xa5\xf3\xf2\x2d\xfd\x2c\x3d\x61\xc8\xa8\x73\xe1\x31\x72\xd6\xcc\x44\x56\x9e\xa3\x27\x72\x5c\x7b\x31\x57\x17\x15\x1d\xe5\x01\x66\x0f\x25\x24\xc3\xc5\x06\x21\x1e\x59\x0b\x57\x4a\x24\xd8\xc5\x62\xbb\x79\x0b\x5c\x90\x56\xb5\x10\xed\xb5\x9b\x24\xd1\xc9\x2a\xd9\xa3\xab\xf1\x90\x64\xb4\x2a\x10\x05\xc7\xc8\x6c\x3a\x8c\xed\xc6\xf4\xe2\x23\xa8\xdf\x05\x91\xe2\x18\xc2\x29\xa5\x3a\xae\xbc\xe3\xc5\x23\x1d\xb3\x24\x43\x43\x4c\xa0\xee\x38\x43\x23\x4c\x74\xf6\x38\x43\x57\x70\x41\xce\xa0\x6b\x28\x7d\x0e\x55\x84\xd4\xb7\x09\x48\x9b\xf6\x59\x59\x33\x29\x85\xb1\x89\x76\x53\xd3\x37\x29\xb7\x0f\x6a\x99\xbb\x24\xd1\xa7\x74\xb6\x91\x8c\x2f\x43\x73\x79\xbb\x91\xdc\xc0\x6a\xfd\x55\x3b\xd1\x88\xf0\x7e\x1f\xb1\xe8\x4a\x3f\x9d\x0e\xe3\x09\x37\x84\x6e\x6c\xbe\xa0\x9b\x3c\x47\x88\x45\xbc\xa4\x81\xc6\x06\x8c\x63\x32\xc4\x63\x8d\x72\x40\x78\x59\x64\x73\x48\x3a\x1d\xc5\x55\x5d\xaf\x1e\xdb\xca\x8e\x98\x42\x32\xb0\x77\x56\x53\x15\x4d\x75\xb7\x84\x19\x45\x32\x4c\xd4\x27\x3e\x99\x25\x19\xed\x0d\xc7\xf0\x6f\x34\x66\x51\xba\xb5\x27\x68\x72\xb0\x05\x09\xd7\xc6\x96\xba\x86\xb0\xfc\x83\x81\x53\x26\x9f\x8e\x6c\xbc\x98\x51\xa1\x0b\xbf\x3c\x2e\x4b\x71\x1d\xdb\x22\x8d\xa6\xc3\x78\x6b\x96\x72\xc9\xf8\x86\xea\x62\xaf\x8c\xd3\x28\x09\xd3\x75\x16\xae\xd3\x35\xc2\x24\x09\x15\x7e\xe8\x8f\xb2\xa8\x75\x69\x06\x5e\xca\x58\x84\x58\xa4\xcb\x61\x4f\x62\xc2\xa6\xac\x0c\xcc\xae\x08\xec\xf5\x28\x82\xd0\x1a\x79\x7e\xc5\xfc\xc2\xf8\x24\x89\x86\xae\xd9\x82\x2d\xd0\x55\x93\xd5\xef\xa3\x6d\x96\xe7\x0a\xce\x5b\x0c\xbe\xd5\xcf\x9b\x6c\x7a\x15\x6a\xe9\xa1\xc0\x30\xf4\x8c\xa8\xba\xd7\x5d\x5d\x93\x7f\x53\x61\x78\x59\x9a\x69\x05\xba\xb4\xac\xc1\xfc\xa2\x57\x2a\x45\xaf\xc4\xc4\xcc\x83\xa2\xf0\x29\xb6\x95\xa6\x57\xa0\xfd\x73\x66\xa8\x48\x23\x1b\xfc\x87\x24\x3e\x4d\x89\xa6\xd7\x09\x8d\x09\x8f\x86\xee\xd8\x14\x11\x8b\x86\x0a\x9a\x97\x01\x07\x6c\xd0\x9c\x72\xa3\xba\x45\x1d\xc6\x13\x95\x3c\xd6\xc7\x3d\xb1\xca\x36\x05\x9a\xa6\x24\x8b\x71\x51\x78\x2c\xce\x13\x8f\xe8\xaf\xb5\xaa\x93\xa9\x66\xfe\xd5\x84\xd7\x92\x58\xf1\x51\xef\x50\x17\x77\x05\x38\x3e\xb1\x08\xab\xa7\xc7\xe1\xa5\x25\xd1\x66\x0a\xd4\x4c\x4d\x87\xe4\x0a\x21\x57\x63\x4c\xa6\xd7\x88\xa1\xd8\xa1\xe6\x5a\xe2\x2d\x83\xc7\xee\x6a\xce\x43\x45\xaf\x10\x26\xd3\x2b\xa0\xab\x8e\x04\xdc\x1b\x3b\xe2\x69\x05\x7b\x69\xba\xa2\x89\xff\xc2\xdd\xef\x53\x45\x48\xad\xc9\xac\x30\x5d\x5c\x31\x5d\x4c\xaf\x10\xdb\x85\xc9\xb9\xea\x72\x40\x1b\xa9\x1e\x3e\xbb\x4e\x65\x4a\x27\x02\xda\x59\x60\x24\x43\x4e\x8f\xe0\xd2\x01\xf6\x6a\xe9\x6a\xae\x3f\x60\xbd\xf5\x25\x83\x24\xea\xb7\x76\x30\x41\xb2\x08\xe9\xf7\x6b\x7b\xaf\xcf\xf2\x3c\x8b\xa2\xe8\xa4\x70\x2f\x25\x4d\xcd\x87\xac\xd5\x46\xfb\x8b\x83\xa2\x7b\x59\x88\xf4\x10\xd1\xae\xc0\x64\x14\xb9\x53\x45\x9d\x51\x16\x27\xb2\x30\x4b\x0f\x29\xda\xc7\x13\x7f\x4d\x33\x73\x86\x3d\xc1\x4d\x0f\x42\xd9\xf3\x2f\xa4\xed\xac\x6a\x07\x4d\x0b\x84\x0b\x94\x69\x57\x3d\x82\xd8\x41\x8f\x39\xb1\x43\x1e\x33\xf3\x88\x91\xd9\x88\x60\x5c\x8e\x13\x73\x21\xd8\x44\x99\x37\x24\xdb\xc5\x3e\xda\xe0\xc9\x46\x43\x3f\xc7\xe3\xe9\x26\xd6\x8e\xc4\x8f\x7f\xcd\xbf\x77\xf0\xef\x7b\x1d\xbe\x2b\x6b\x8e\x6a\xb3\x68\x1a\x3b\x79\x91\xaf\x2a\x3c\x9f\x5b\x1b\xe7\x0e\x43\x8b\x8a\xf6\xb7\x6b\x4e\x0f\x98\xe2\x96\x2b\x9f\x0c\xed\x73\xb2\xb1\xf9\x06\x43\x2f\xda\xb0\xb7\x69\xed\xb7\x94\xde\xaa\xcb\x47\xad\x4f\xef\x06\x62\x35\x39\x5d\xe6\x54\x56\x84\xee\xb0\x74\xb5\xea\xde\x53\x49\x15\x1e\xeb\x6d\xf2\xf3\xdc\x84\x54\xbf\xfe\x0d\x68\xab\xd6\x69\x43\x2b\x49\x7a\x13\xa5\x19\xcb\x26\xe5\xff\x1c\xf7\xb0\xe3\xce\x7b\x18\xb0\xcf\x6a\xc4\x15\x7f\xba\xbb\xb5\x20\x9c\x34\xdc\x05\x59\x36\x9d\xdf\x4f\xf5\x5b\x61\x06\x6a\x29\x8d\x54\x2f\x50\x67\x4b\xae\x9a\x01\xfb\xee\x01\xb7\x83\xf6\x32\xf0\xa2\xb8\x87\x89\x0e\x31\x77\x44\xee\x36\x99\x50\x74\xb7\x1a\x38\x31\xcf\x5b\xf1\x84\x00\x8f\xd8\xb0\x6b\x31\x2f\x32\x83\x6a\xec\x0e\xcf\xfe\x45\xdd\xe8\x2e\x74\xb7\x94\x84\x29\x36\x89\x4e\x59\x1c\xc9\x29\x8b\xbd\x99\xc5\xed\xfe\x12\xbc\xe3\xfe\xa9\x55\xb0\x71\x9e\x70\xcb\x68\x26\xc6\x77\x94\x31\xa1\x47\x27\x05\xa1\x78\xab\x16\xbe\xde\xab\x5b\x91\x9e\xab\x63\x4b\x9a\x9b\xb2\x7c\x9e\x9b\xb2\xac\xdc\x94\xa5\x8d\x8e\x1f\x1a\x53\x16\xf5\xfd\xd4\xbc\x7e\x94\x0e\x95\xbc\xc7\xdb\x2f\xb2\x33\xdc\xc0\x05\x9d\x6f\x66\xb4\xdd\x08\xb8\x4d\x27\x9c\xd1\x0c\x51\x72\x84\x40\x95\xe6\xa4\xc0\xc5\x51\xe4\x0c\x6c\xcb\x38\x09\xde\x58\xdf\x30\x81\xe4\x53\x91\x4d\xce\x2b\xd0\xa2\x82\x52\xda\xb8\x57\x82\x6d\x9e\x11\x61\xf3\x9c\x4e\xb4\x3b\x0a\x4c\xa4\x7e\x8e\x7c\x14\x05\xbb\xbb\x4e\x7c\xbc\xbb\xeb\x89\xdb\x6f\x37\xe3\x6b\x38\xf9\xec\xee\x6e\x14\x45\x8f\x60\xc7\x1c\xfc\xfa\x3c\x6c\x3f\x0f\xb7\xbc\x77\x64\x6f\x66\x0e\x90\x34\xa6\xe2\x41\x18\x60\x30\x2d\x56\xf7\x3a\x35\x56\xed\xe5\x6a\xa4\xdf\xc2\x41\x47\x48\x8b\xa4\xca\x57\x7e\xb0\xeb\xb6\x1e\xd4\xac\x5c\x06\x14\x7e\xb4\x28\x12\x7e\x56\xc5\x96\x49\x4d\x6c\x99\xe0\x7e\xff\x31\xd0\x10\x17\x41\x4e\xc1\xe1\xbf\x71\x5b\xfd\x4b\xb5\x6d\x44\x99\xf1\xae\xc7\x9f\xb9\x80\x14\x81\x91\x8c\xfa\x16\xcb\x26\xc9\x6d\x7f\x48\x28\xdb\xb9\xe3\x6b\xca\x81\xb9\x97\x37\x21\x96\x27\x7c\x17\x93\x2c\x82\x47\xb8\x51\x14\x45\x49\x75\xcc\x3d\x0d\x1a\xa1\x5b\xa5\x01\xfe\xf0\xc6\xe6\xa6\x2d\x76\x63\x63\xdd\x85\xaf\xa2\x64\xba\x89\xc9\x2c\x32\xb3\x81\xd2\x88\x1a\x4b\xf7\xca\xac\xa4\x38\xcf\x5b\x70\x36\x85\xb5\x98\x4d\x66\x0a\x6d\x57\xb1\x27\xb7\x61\x40\x88\x57\xb1\x3a\x83\xc6\xe6\x07\xd9\x78\xa0\x5e\x1a\xe1\x13\x35\x95\x2b\x22\xec\xd5\x90\x42\xdf\x16\x43\x32\xd8\x3e\xef\xf8\x2a\x8d\x25\xca\x7c\xf0\x85\xc8\x9b\xc6\xb4\x92\x76\xb4\x6b\x24\x9b\xcc\x77\x5a\xc9\x49\x49\x06\xef\x20\x41\x24\xa1\xa0\x47\xa5\x2d\x87\x1c\x94\xf7\xeb\x1e\xde\xd4\x11\x78\x43\x34\xc1\x54\xc7\x9f\x9c\x8a\x4b\xa3\xb8\x72\xec\x6d\x79\x7c\x5a\x95\x0e\xfb\x6a\x8c\x3e\xe5\x13\xcd\xf0\xc7\x0e\xd2\x4b\xda\x91\x53\x69\x91\x9c\xe7\xdb\xa2\xf1\x9c\x8e\xdb\x5c\x39\x54\x55\x84\xc0\xf5\x1b\xd0\x48\x20\xf1\x6e\xb8\x6f\xd4\x19\x15\xd0\xb6\x3e\x29\x3c\x5d\x5a\x1d\x40\x7c\x1a\xe3\x72\x0d\xec\xfc\x70\xbd\x99\xc1\x74\xba\x54\xe5\x50\x84\x05\x3c\xd6\x45\x74\xca\xcb\x13\x5d\x73\x23\x6f\xfd\x9a\xb6\x76\xdc\x35\xde\xfe\x82\x6f\x05\x6f\x75\xf2\xa8\xe5\x1e\xbc\x67\x1e\x74\xc4\xb1\x43\x0e\x58\xc2\x72\x9c\x96\x2e\x7b\x42\xe0\x8f\x6a\x3a\xb8\x2d\x28\x56\x3b\xc9\x0d\x44\xdd\x05\xab\x47\xb9\x5e\xe0\x0e\x66\xc2\x64\xc2\x8e\xee\xda\x26\xfa\xd2\x05\xc5\xdf\xca\xee\x3a\x3b\x36\xd8\x19\xe3\x69\xac\x99\x74\xd4\x16\xc4\x5b\x4b\x54\x5b\x79\x25\x3d\x57\x0a\x4d\x0c\x5c\x5d\x71\xdc\x9c\x67\x9b\x36\x18\xca\x62\xe0\x4e\x2e\xc5\x5a\x84\x0b\x4e\x79\x1e\x51\x69\x75\x11\xbc\xbb\xa5\xb1\x19\x6e\x9d\xdb\xb6\x21\x24\xba\x8d\x2c\x92\xd3\x24\xde\xca\xfa\xfd\xac\x4e\x20\x1c\x47\xca\xa6\x6f\xa3\x94\x4c\x93\x18\x97\xc7\x64\x1c\x99\xb7\xbd\x71\xe5\xf4\xc8\x70\xbf\x4f\x51\x06\xb0\xd8\x4a\x8a\x54\xb2\x02\x00\x3c\x29\x88\xa2\x08\x6c\x81\x6a\xfe\x88\xac\x2c\xb4\xb4\xc0\x70\xf0\x25\xd3\x34\xde\x72\x23\x57\x93\x41\x32\x5c\x14\xda\x15\xaa\xda\xd3\xf7\x60\x82\xf2\x7c\xbb\x05\x71\xda\x5e\x6f\x5a\x9e\x2f\xe1\xa5\x67\xbb\x53\xed\xe7\x5c\x1f\x77\xce\x9a\xe6\x5d\xba\xbc\xfb\x74\x0d\xa6\x34\xd2\x33\xb2\x79\x23\x91\x54\x27\xc2\x33\x0e\x92\xd3\x34\xc6\x79\xae\xfe\x75\xcd\xba\x06\x61\x13\x49\x18\xbe\x1e\xcd\xa6\xdf\xdf\xf8\x4f\x26\x6c\x52\x9d\x97\x8d\x7d\x63\xa9\x25\xe3\xa2\x9a\xf0\xba\xc1\xa4\x37\xf5\x37\xe8\x4b\x9a\x4f\x88\x66\x2d\x30\x2e\x40\x73\xc8\xe1\xd7\xeb\x8e\x53\x71\x5a\x43\x40\xb8\x4e\x4c\x3d\x2b\x67\x35\xbd\x98\xcf\xc2\x6b\x39\x72\xbf\xfc\x4b\x23\xa9\x85\x69\x24\x0e\xd0\xc8\xfd\xaa\x96\xf7\xdd\x5a\x6a\xb6\xcc\x68\x13\x56\xe5\x82\xa5\xf9\x2f\x8f\xa2\xa8\xf1\xec\xc7\x27\x72\x6c\x09\xd4\xd8\xbb\x4c\x7d\xc5\x3f\x5e\x80\xe9\x82\xb3\x54\x56\x5c\x2a\x39\x25\x42\xc5\x61\xb8\x43\xad\x19\xa5\x07\x3c\x5b\x38\x7e\x6e\x2c\x49\x4d\x37\x96\x29\xde\x8c\x2d\x90\xf6\x3b\x64\x8f\xa6\x2d\x11\x89\x29\x9f\xb2\xd8\xf1\x47\xfa\x08\x7c\xef\xd7\x47\x60\xc7\x11\xf8\xe1\x17\x3c\x02\xdf\xeb\x7e\x2e\x7f\xdf\x67\x4a\xc9\x37\xa2\xc0\xde\xfc\x02\xf2\x66\x14\xec\x02\x28\x59\x40\xbe\xd5\x14\x95\x6c\x0f\x0b\xf2\xb5\xe8\x24\x3b\x60\x56\x55\x45\xbf\x30\x29\xd8\xbe\xde\x1d\xf7\xc7\xd8\x48\x54\xb9\xa8\x6f\x79\x7c\x95\xd9\x77\x3e\xab\x05\x81\x7c\x20\xc9\xd7\xb2\xa0\xf7\xb8\xd5\x22\x2d\xf5\x2e\xde\x49\xd6\x56\x9d\xb4\x7a\x89\x7d\x64\x12\x5b\x24\x4b\x36\x12\x05\xa8\x9c\x44\x77\xf4\xa7\x51\x3c\x8a\xbe\x62\xea\x19\x51\xb2\xd5\xf4\xb0\x6d\xbb\xea\x66\xaa\xca\xef\x27\x56\x7f\xc7\x02\xb9\xab\x8d\xc9\xb2\xe8\x01\xfa\x1a\x44\x0b\x82\x44\xa1\xe3\xec\xbf\xef\x46\xa0\x9a\x68\x13\x9a\x36\xfc\xaa\x98\x32\xbb\x36\xa0\x8f\x2f\x56\x55\x47\x7c\x45\xda\x98\x2e\x16\xe7\x55\xaf\x09\x50\xeb\x2d\x34\xe4\x95\x5f\xf0\x42\xa0\x69\x8a\xeb\x7e\x8b\xf7\xfb\xdc\xc5\x3e\x30\x6e\x2b\xc9\x87\x5a\xfc\xe2\xc3\x61\xc9\xed\x19\x34\xb6\x23\xca\x93\x17\xb6\x29\xd8\xdd\x4b\x04\xbd\x63\x51\xfd\x64\xd9\x16\xf7\xa0\xb2\xd0\x76\xcf\xbc\x8f\x60\xaa\xba\xef\x30\x20\x9a\x29\xd5\x3d\xd4\xd5\xa2\x45\xeb\x54\x0d\xaa\x12\x10\xb8\x1e\x41\xb2\x33\x56\x95\x3f\x8a\x59\xd7\x00\xac\xde\x1b\xaa\x8c\xe1\xcb\xe9\xd4\xd2\x84\x8e\x3e\x7d\x96\xcd\x12\x71\x4f\xf7\x86\x6b\x19\xe3\xc2\x50\x53\x4c\xe4\x94\x1b\x89\x22\x7f\x1e\x89\x22\x2f\x25\x8a\xfd\xbe\xfa\xf4\xd8\x86\x64\x82\x84\xa7\x8d\xb3\xa8\x6a\xe3\x98\x7d\x36\x86\xa0\xdd\xe5\xb7\x75\xac\x63\x52\x41\x51\x67\x51\x53\xd4\xe1\x8a\x76\x7b\x8a\x3a\x60\x6c\xa7\x21\xf7\x14\x75\x16\xb0\x1b\x0a\xe4\xd3\x85\x2f\x73\xbd\x3b\xa7\xfe\xe9\xaf\x6c\xb9\xcf\xde\x22\x7a\x88\x76\xf8\x5f\x7d\xf4\xe0\x7e\xb8\x4e\x44\x46\x11\xfc\xd4\x5c\x03\x5b\x1c\x6b\x2f\xa1\x5f\x02\x48\xf3\x44\x26\x9d\x93\x50\x21\xd7\x5f\x4a\x77\x2c\x03\xea\xdc\xd9\xa3\x3a\xa2\x66\xd5\xd5\x76\x36\x87\x5f\x4a\xf7\x0f\x05\xcb\x24\xe3\xdd\x0b\x3f\x2c\x5d\x34\xeb\xfb\x50\x05\x0d\xbe\x5c\x60\x8c\x91\x57\x17\x2c\xdb\xda\x94\x43\x4f\xd9\x97\xd4\xe5\x1b\x4c\xc8\xe3\xf3\x3a\xb4\x93\x74\x7e\x9f\xb4\xea\xfe\xf0\x3d\x7e\xc0\xd3\x92\xc0\xb4\x72\xa1\x95\x03\x3c\xf4\x79\x1e\xeb\x28\xd1\x62\x9c\x75\xdd\x67\xef\x1b\xdc\x04\x10\x2d\x9f\x51\xa0\xb4\x0e\xfe\xab\x47\x0b\x44\x8a\x5a\xfa\xe3\xbd\x64\x5b\x1e\x48\x57\xd1\x91\x90\x4a\x46\x01\x6d\x0f\x49\xb5\x6a\x61\x63\x96\x5c\xb4\xf5\x0a\xa7\x42\xbf\x46\x8f\x8d\xf7\x35\xda\x72\x23\x6c\x72\x80\xa5\x12\xf7\x38\x18\x3c\x40\xd5\x69\x38\x29\xb0\x6f\x9d\x53\x69\x72\x2d\xe8\x3a\x11\x6d\x9e\x19\xa9\x69\xc5\x3b\x9d\x61\xf6\x52\x24\x31\x51\x7f\xec\x82\xbc\xaf\xee\xfc\xcd\x27\x1d\xff\xee\x24\xf4\x83\x1f\xd3\x2f\x4b\x84\x82\x88\x6f\xab\xca\xbd\x89\xc2\x57\x3e\xab\x00\xa9\x55\xc4\x68\x9b\x27\x1f\x83\xdd\xc6\xbf\xa2\xc1\xcf\x1a\xd7\x60\xa6\x41\xd6\xb8\x88\x2a\x33\xf9\xba\x9e\xef\x4e\x18\xb2\xe4\x49\xab\xb7\xfb\x5f\x2b\x48\x9e\xa9\x20\x79\x31\x15\x27\xc2\x09\xab\xbb\x95\xfe\xb5\x3e\xe5\xaf\xf5\x29\x7f\xad\x4f\xf9\x6b\x7d\xca\x36\x7d\xca\x9a\x26\x64\xea\x34\x21\xd3\x76\x4d\x48\x59\x3b\x0a\x1c\x4d\xb6\x41\x77\x75\xb4\x40\x13\xb8\x56\x9f\x36\x08\xb7\xed\x7b\x09\x07\xc1\x44\x44\xfa\x07\xa2\xad\x21\x20\x74\x26\x88\x4a\xf4\x4f\x78\x6f\x02\xf9\x2f\x28\x60\x8a\xba\xce\x25\x8b\x52\xab\x73\x09\x30\x88\x54\x5b\xfc\x69\x1d\x4c\x66\x94\x22\x2b\x07\x12\x18\x11\x75\x39\xc7\xb5\x23\x05\x25\x46\x44\x15\xa3\x55\x9e\x83\x55\x26\xad\xdf\xa7\xde\x97\xcf\x1a\x6d\xf9\x0c\x97\x55\x5d\xe4\x11\x2d\x3f\x58\xe5\xd6\x01\x1e\x30\xed\xef\x04\x4e\xfc\x6f\x22\x59\x97\xc1\x60\x92\x45\xf7\xd1\xfb\x8a\x9a\x30\x4c\x36\xf0\x1b\xe4\xc0\x64\x15\x7d\x80\x32\x92\x62\x32\x8b\x3e\x40\x1b\xcf\x9f\x49\xe2\x44\x3a\x2b\x92\x94\x1c\xc3\x4c\x7d\xf0\x54\xb2\xc5\xf1\xfb\x4c\xc8\x4d\xb2\xf2\xf4\x45\x30\x49\x6a\x4a\x67\x69\x33\x7c\xae\xcf\x26\xd8\xfc\xaf\x81\x03\xdb\xad\xea\x15\xe6\x3c\x09\x53\x17\x14\xd6\xdd\xb2\x11\xa6\xa0\x20\x59\x48\x2a\xde\x35\x5d\x05\xd6\x55\x76\x1b\x9c\x86\xb9\xef\x58\x61\x02\x7c\x97\x7f\xcf\x71\x92\x44\xe3\xf6\xb9\x13\xa6\xa9\xa2\xbb\x95\x61\xe8\x0f\x6d\x5a\xab\x38\xcf\x37\x09\xc5\x44\x78\x86\xef\xb7\x2e\x8d\xac\xf7\x43\x37\x17\xf5\x4a\xdf\x20\x14\x63\xc5\x51\x9c\xd9\x39\x6e\x4c\xa0\x68\x7d\x18\x96\x5e\x47\xf5\x5e\x0a\x7c\xd6\xbc\xb5\x5c\x1e\xea\x17\xd2\x33\x46\x70\x81\x89\x69\x76\x6d\xb9\xf6\x76\xd9\xb0\xf6\xae\xac\xc5\x72\xc3\x33\xc4\x72\x35\xa1\x1c\x5b\x40\xe0\x21\xb3\xca\x15\xb1\x2a\xae\x29\x66\xd4\x89\x99\xb6\x19\xd7\x52\x3d\x24\x9d\xb7\x82\x5b\xc3\x89\x1c\xb7\xb6\x87\xab\x6a\xc7\xfe\xab\x65\xe5\x4a\x22\x89\x4e\xd8\xd0\x7b\xa9\x00\x79\xa0\x43\x3b\x5f\xff\x98\xd7\x48\x55\x32\x9f\x03\xc7\xd2\xea\x2d\xbb\xf2\xb8\x59\x33\x88\xda\xae\x3f\xa6\x14\x10\x0a\xad\xeb\x1d\x2b\xcf\xad\xeb\xe4\xd6\x22\x66\xc0\x01\x26\xda\x71\x6b\x82\xca\xe2\x65\xb6\xf6\xb7\xe6\x05\xea\x9b\xd2\x78\xcb\x56\xe0\xea\x8e\x60\xcc\xcd\x5b\xe4\x2d\x4d\xe4\x31\xa2\x6c\xc4\xc0\xdd\x0e\x91\xb5\xdb\xd7\x26\xdb\xbf\xab\x4b\x7f\xb9\xb2\xdc\x0a\x59\x36\xb0\x1a\x31\x3a\x5c\x83\xf3\xdc\x8c\x67\xb3\x5a\x11\x30\xea\x8f\x98\x2f\x80\xcb\xdc\xc8\x6b\x4b\x90\xe2\x7e\xff\x75\xad\x26\x0e\xbf\x91\x5f\x2d\x82\x40\x7b\xfa\x2d\xd1\x4f\xdf\x4a\xa3\x0f\xd1\x86\x48\x9d\xb7\x32\x73\xa9\x48\xfd\xf9\x13\xc7\x09\x25\x2b\x6c\x39\xbe\xcc\x97\x1a\xa6\x35\xb5\xe2\x8c\x27\xeb\x6c\x3f\x95\x5d\x14\xde\x9e\x5a\xb2\x6d\xed\x4e\xac\xaa\xfa\xe7\x91\x2a\x9f\x14\x98\xe8\xd6\xc6\xdd\xb7\x61\xb3\x32\x9e\x06\x0e\x5c\x8c\xcd\xc8\xcc\x63\x96\x3f\x3e\xee\x4d\x61\x61\x2e\xcd\x0d\x4d\xea\x4c\xa6\xed\xd7\x77\x67\x6c\x00\x21\xf8\x35\x26\xf0\xcf\x7d\x59\x27\x69\xf4\x3e\x12\x6d\x55\xa5\x0b\xda\xe1\xeb\x78\x5a\x1d\xdf\xc4\xbe\xd2\x11\x7f\x34\x4e\x04\xd0\x4a\x97\x79\x95\x08\xa7\xe7\x9c\xb1\x6d\x14\x79\x96\xd4\xe3\xc8\x55\xd5\x87\xac\xae\x50\x5d\x26\xd0\xe2\xed\xb2\xdf\xf7\xed\x1e\x5a\xf8\xa3\x37\x90\x24\x30\xad\x67\x29\x7f\x30\x3e\x5b\x6d\xe6\x10\x49\xca\x33\xdf\xa8\x49\x40\x5a\x06\x62\xe4\x1b\x89\xac\x87\x98\xf3\xa1\x6f\x3e\x5c\x69\xf6\xc0\xe3\x09\x44\x09\x01\xbc\xd9\xdb\x13\xa1\xda\x9b\x4f\xec\x3b\x85\x6f\x17\x11\xb3\x59\xa7\xfe\xae\x41\x10\x8f\x30\xec\x42\x50\x3b\x86\x68\x8f\x2e\x52\xe1\x89\xd2\x02\x55\x5b\xdd\x44\x1a\x42\xba\xb7\xbc\xa9\x40\x94\x6c\x0f\x31\x49\xb5\x28\xc2\x37\x89\xb2\xef\xd8\xad\x55\xd4\xc5\xbe\xc6\x8b\xd5\x7a\x16\x2d\xc2\x3d\xde\x90\xed\x19\x0d\x78\xe3\x33\xbf\x59\x23\x6d\x4a\x03\xfd\xd1\x9c\x09\x41\x8d\x6d\x6d\x34\xde\xbe\x2e\xce\xf8\xe8\x89\xb1\x3c\xda\x06\xac\x35\xc1\x71\x2a\xe8\x3c\xf2\xd0\xb9\xdf\xd7\xe5\xd4\x0d\xb9\x93\x14\x57\x18\x20\x81\x09\x9b\xd8\xe8\xed\xe6\x5c\x47\xc2\xd2\x67\xee\xd3\x2f\x5a\xbf\xb2\xec\x36\x19\xa5\x66\xd8\xdd\xf2\xa6\xe0\xae\x17\xde\x65\xa6\xe5\xb2\xc5\xad\x53\x3c\x6e\x05\xac\xce\x16\xc9\x93\xb1\x0a\x67\x8b\x04\x6d\xea\x0f\x67\x95\xc4\xdc\x0a\x35\x8d\xa0\xd2\x7e\x7f\xbb\x3c\xf2\xf2\x3c\x2d\xca\x57\xf7\xca\xe8\x3c\x51\x6f\x2b\x41\x56\x4b\x24\x9c\xbc\x4d\x5d\xa4\x7c\xe3\xb0\x0a\x1d\xe2\xdb\x51\x24\x26\x2d\xec\xaa\x3d\x16\x53\x22\x89\xa6\xd2\x02\xe3\xf1\x63\xf5\x8d\x2f\xc0\xa2\x37\x9e\x70\xeb\xbb\xe4\x0c\x91\x7b\x0b\x95\xd1\xf1\x7a\xf3\x7c\xb8\x25\x75\x54\x75\x3e\xa9\x40\x29\x08\x25\x72\xc2\x07\xa3\x31\xbf\x34\xc2\x7e\xac\xdd\x26\x62\x00\x4f\xd9\x7d\x9f\x75\x87\x59\x85\xb5\xe1\x4d\x0c\x69\x28\x9f\x52\x4f\x89\x86\x9a\x43\xdb\x53\x0b\xeb\x7c\xdd\xb4\x0e\x00\xd4\x7d\x09\x3b\xb6\x74\x13\x49\x95\x30\x79\x8a\x36\x78\xbc\xf1\x6c\x38\x58\xf4\x1e\xa2\x15\x25\xf3\x24\x62\xd3\x61\x4c\xb2\x88\x55\x94\xcc\x2f\xdc\x6f\x12\x5b\xcd\x2c\xb2\xd2\xaa\x73\x7e\xe0\x7b\x05\x89\xcf\xd6\x3d\x45\x2b\x4c\x32\x4f\xb9\xdc\x01\xbd\xf1\xa5\xda\x15\x36\xb0\xb6\x0a\x1d\x27\x6c\xab\x77\xf7\x3c\x47\xed\x37\x67\x38\xdb\x2b\xcd\xfa\xf9\x9f\x8b\x37\xeb\x7d\x88\x14\xae\x3f\xa2\x12\x7d\x88\x14\x7f\x06\xe7\x2d\x6e\xe0\xb2\xc3\xf4\x3a\x16\x57\x55\x5c\x82\x00\x7b\xa2\x8d\x29\xc8\xa9\x7c\xed\x29\xab\xff\xce\x1d\x91\x6c\x51\x68\xc6\x0e\x99\x65\xec\x5c\x4b\x8b\x29\x9f\x0e\xe3\xb8\x34\x3a\x8a\xde\x43\xbc\x15\x11\xc8\x26\x12\x64\x15\x89\x69\x12\x93\x59\x94\xdc\x48\xd1\x0a\xf7\xfb\x36\x3c\xdd\x22\x5a\xdd\x28\x57\x7a\xa1\xb1\x2c\xcf\x17\x3e\x0b\xd5\xef\x1b\x08\x36\xd3\x59\x4c\x36\xd1\x8a\xa0\x59\x94\xb9\x38\x70\x10\x18\x6e\x35\x9d\x95\xbe\x10\x45\x75\xb6\xea\x91\x99\xf4\x6e\xab\xe3\xb0\x88\xa4\x02\x1d\x26\xe8\x39\x70\xd8\xc5\xa4\xf4\x76\x2e\xb6\x8e\xd0\x93\x26\xd3\xc5\x4b\xad\x4c\xa7\x8a\x29\x6a\xf8\xce\xea\xf8\x9e\x61\xc2\xdb\xf0\x9d\x15\x7a\x3d\x5c\x1b\xda\x0c\x81\xf5\xfb\x29\x2a\x43\x37\x3e\x45\x9a\x1d\x71\x1e\xbd\x8c\x50\xba\x30\x2c\x8a\xda\xe5\xde\xbe\x51\x77\x21\x9b\x23\x62\xa7\x31\xa9\x3f\xf5\xbb\xd8\xa6\xca\xb3\x58\x40\x37\x15\x28\x0b\x7d\x05\xaa\x92\xad\xb6\x6a\xab\xc6\xfe\x6c\xc6\x87\x83\x0a\x0d\x72\x97\xe7\x8f\xad\x2a\xcf\xc4\x80\x1e\xe9\x20\x4f\x2d\x6f\xac\xf6\x99\xb1\x62\x1c\xf8\x42\xdb\x6b\x56\xef\xeb\xa5\xf3\x63\x35\x88\x6f\xb6\x38\x07\xd1\x48\x5f\x56\xf7\xc3\x53\x3c\x14\xe9\xd3\x63\xc4\x6a\x6f\xc7\x55\xcf\x82\x4b\x2a\x91\xef\x4a\x10\x17\x24\xab\x95\xae\xc4\x1a\xcf\x6a\xe5\x15\x7b\xb2\x3d\x2c\x0a\xdf\x06\xef\xab\x7f\x1d\xc1\x3b\xc7\xfd\x9a\x75\x5a\x39\xba\xa6\xc3\x20\xbe\xac\x38\x6a\x81\xae\xb4\x45\x9b\xb7\xd1\x43\xe1\x95\x42\xad\xb2\xff\x90\x57\x1e\x7e\x6a\x8c\xba\xa4\x7e\xf9\x64\x5c\x52\xb1\x16\x54\x52\x2d\xdc\xe0\x2e\x8c\x9f\x89\x47\x7f\x46\xb8\xb7\xb2\xaa\x2b\x8c\x9c\x64\x0c\x8a\x1c\x27\xf3\x79\xd5\x49\x93\x87\x4c\x8a\x14\xd7\x05\x1a\x80\xa9\xe3\x2b\x2d\x39\xfd\x7e\x1a\xb2\x6c\xd7\xbb\x56\x4d\xca\x2e\x10\x25\x27\x05\x91\x56\xee\xe8\x43\x56\x5e\x3d\xfc\xb7\x7b\xbf\x84\xfb\x8d\x28\x81\x13\x86\x61\x2d\x56\x57\x37\x5d\xfd\x43\x62\xc2\x21\xcc\x37\x4c\xcc\xc6\xf0\x1b\xd0\xb5\xf5\xa0\xd9\xf9\x26\xff\x2d\x55\xaa\x77\x25\x1c\x85\xc3\xde\x9d\x74\x7d\x2c\xd8\x72\x5f\xf6\xae\x0c\x47\xc3\xde\x23\x49\xd7\xfb\x94\xf7\xee\x08\x9a\x65\x47\x74\xb5\xea\x5d\xee\xdd\xe5\x54\x2c\xd9\x47\x74\xde\xfb\x46\x2a\x0e\x7a\x6f\xcb\x79\x50\x5c\x14\x4f\xae\x5d\xd5\x78\x72\xed\x9a\x46\x94\x6b\x2f\xab\x53\x47\xa0\x61\x1b\xc2\xf8\x4c\x77\x56\x71\x5f\xb4\xa9\xea\xb1\xd8\x15\x28\x1f\x93\x57\x65\x01\xdf\xed\x61\x36\x1d\xc6\x61\x36\x4b\x05\x0d\xe9\x87\x9b\x64\x95\xa1\x6c\x3a\x32\x29\x9e\x29\xcf\xcc\xaf\xbd\x60\x7c\xbe\xab\x8e\x89\x39\x0e\x67\x3a\x06\x3b\xda\xb7\x5a\xff\xa4\x17\x78\xf5\x16\x95\x6d\x28\x4d\x4f\xb3\xf4\x70\x9d\x08\xaa\x0e\xac\x5a\x3f\xbe\x17\x26\x5a\x87\x6b\xd8\x84\x6b\xbf\x52\xfe\x30\x99\x89\xd4\x57\x98\xf0\x05\xa6\xb4\xe5\x75\x77\x83\xf0\xe4\x24\x93\x74\x3d\x36\xe2\x9b\xf1\xf6\x88\x08\x9a\x64\x29\x1f\x07\xef\xd9\xf0\x33\xb0\xe6\x41\x31\x5e\x9d\x55\xfa\xf6\xe1\x1e\x5b\x6e\xd2\x4d\x06\xa5\x7b\xe8\x61\x22\x25\x15\x3c\xeb\x4d\x83\xc1\x0c\xe1\x41\x10\xf7\x12\x41\x7b\xc9\x6a\xd5\x83\x01\xad\x8e\x7b\xcb\x34\x9d\xf7\x66\x09\x9f\x03\x78\x19\x0e\x8a\x71\xad\xf9\x21\x39\x62\x9c\x53\xa1\x8f\x00\xfd\x1b\xbc\xb4\xea\x9b\xd0\x8a\x26\x62\x57\xa7\xd6\x34\x2c\x36\xa8\xc5\x07\x6a\x75\x40\x63\x05\x19\x1d\x04\xb1\x66\x9b\x56\x6d\x35\xaa\x83\x72\x35\xc2\x5e\xcb\xe8\x20\xe0\xb6\x1b\x9b\xda\x19\x8a\x21\xf3\x89\x8f\x83\x9f\x78\x9f\x2d\xab\x02\x2b\x0d\x6b\x59\xd4\x42\x72\x65\xe0\x7d\x43\x63\x5c\x53\x58\x73\x02\x75\xc6\x92\x00\x96\x8c\xb5\xeb\xeb\xa9\xa6\x90\x94\xc8\x70\x45\x9f\x50\x9e\xed\x4b\xca\xf8\x6e\xc6\x96\x3c\x91\x1b\x41\x15\xdb\x6b\x84\x66\x44\xe0\x18\x17\x85\x0d\x74\x0c\x36\x35\x09\xc8\xca\xab\x6e\x71\x2b\xfb\xb8\x2b\x76\xb9\x16\x91\x5b\x04\xdc\x58\xaf\xbd\xc7\x6b\x1a\x05\x6f\x97\x80\xbc\xc1\x34\xc1\x7f\xa4\x40\x0e\x3c\x19\xb0\xae\x6a\x76\x4a\x2b\x1f\xaf\xdb\xbd\x54\x76\x61\xe6\x55\xef\x97\x96\x2a\x60\xd4\x52\x82\x01\x71\x5c\x8e\xd7\x36\x4d\xfb\xe0\x8b\xec\x2d\xb7\xa8\x2b\x7b\xf0\x32\x7a\x15\x2b\xdd\x28\xeb\x13\x48\x8b\x28\xf8\x60\x54\x77\x8d\x1a\xf1\x1b\xe9\x60\x80\xc5\x34\x8d\xbd\x82\xcc\x16\xac\x14\xb2\x35\x93\x68\x78\x23\xb9\x19\x31\x08\x21\xa3\x6a\x4e\x93\x38\x1a\x36\xcb\x43\xd6\x30\x8e\xd2\x2d\x13\x82\xc6\xaf\x35\x84\x5a\x49\x81\x2a\x7e\x2e\xd8\x02\x51\xdf\xad\xb5\x91\x70\x9a\xd6\x9f\x38\xc7\xe4\xd2\x37\xbe\xa8\x8e\xc8\xf9\xf4\x4f\xb5\x2f\x0b\xaa\x86\x16\x69\xff\x02\x62\x9a\x0e\x46\xf1\x94\x0d\x46\x71\x04\xd0\xb1\xb8\x7c\x92\x48\x4c\xd2\x60\x14\x0f\x46\x24\x8b\x6c\x61\xf5\xb5\xb1\xc5\x07\xa3\x2d\xbf\x91\x77\x12\xb9\x1f\x1e\x32\x8e\x36\x04\x94\x76\x2c\xbc\x62\x6a\xc1\x88\xa7\x16\xd6\xb8\x68\xf8\x6f\xbe\x10\xa2\x7a\x8b\x4f\xd5\x69\x9d\xb1\xbd\x95\xa2\x9e\x12\x4f\x46\xe3\xa1\x8f\xb6\x8f\x92\x43\xfa\x36\xdb\x13\x89\x38\xd6\xe8\x4a\xce\xc3\xd1\xb2\xed\x4b\xf4\x57\x81\xa3\x17\x3d\x64\x3b\x0e\x53\x1b\xf5\x59\x0d\x26\x83\x37\x7e\x7f\xb8\xef\x6c\x56\x92\x9d\x37\xd0\x16\xaf\x27\xba\x39\xdf\x8a\xc4\x17\xc6\xe8\xdc\xa9\x8c\xeb\xa7\x20\x58\x95\x54\x94\x1c\x9d\x5e\xdd\xf0\x73\xcf\x1a\x5c\x9d\x3d\xd8\x41\xc1\xec\x82\x93\x76\x45\x33\x26\x43\xcd\x97\x18\xb6\x64\x74\x1d\x2b\xdc\x45\xaf\x75\xb3\x27\x64\x43\x56\x64\x86\x4f\x68\xb4\xb6\xce\xb2\x17\xee\xd5\x6e\xad\x0f\x0e\x4c\xe6\x26\x5a\x3e\x0f\x93\xec\x98\xcf\x76\x79\x9a\xae\x89\x62\xf2\x34\x3d\x44\xd8\xbb\xd4\xf8\xa7\xfc\x2c\x3c\x4c\xe7\xe0\x17\x98\xcf\x82\x28\x8a\xf4\xf7\x58\x6c\xab\x5b\x7f\xd9\x94\xba\xf9\xeb\x15\xd8\x2e\x65\xa6\x03\xcf\x8f\xfb\xda\xf7\x58\x4a\x8f\x8c\x4d\x1e\xa2\x15\x85\xcb\x59\x34\xcb\x73\xab\x2a\xb0\xd2\xa8\x1f\xad\xac\x1e\xc6\xae\x8b\xce\x30\xdf\xdd\xf3\x24\x17\xde\xbd\x23\x8a\xa2\x35\x18\x81\xe8\x45\x48\xf8\xae\xe3\x5c\x5b\x55\x12\x43\x49\x33\x1d\x54\xb9\xca\xf2\xfa\x53\x9c\x90\x95\xc6\xa8\xb5\x89\xee\x60\x98\x86\xc2\x72\xbe\x1b\xfb\x23\xc1\x5b\xdb\x6d\x2f\x59\xc3\x2d\x86\xc0\x8d\xd5\x13\x2a\x24\x15\x19\x3e\xe3\x50\x2d\x15\xda\x04\x3e\xb1\x7e\x6f\xe0\xf1\x91\x1a\xb9\x02\x27\x7c\xe0\x0e\x84\x4b\x23\x67\xa1\xab\xed\x03\x6d\xd3\xbb\xb0\x36\xa8\x8e\x79\x8a\x61\x2f\x88\xc0\x05\x5a\x84\x4b\x91\x6e\xd6\x59\xc5\x35\x91\x34\x8e\xd2\x1d\xc5\x5e\x21\xf3\x16\x99\x6e\xcd\xc3\x8c\xf2\x39\xca\xc2\x07\xf7\x77\xef\x7e\xf3\xee\x9d\xf7\x1e\xdf\x25\x96\x7f\x9a\xc9\xa7\xe3\xb5\xb5\x99\x65\x34\x23\x06\xef\xc6\x0b\xff\x4e\x97\x88\x65\x06\x02\x64\x29\x8e\x4f\xd2\x88\x87\x8c\x3f\x49\x0f\x28\x12\xa4\x52\x77\x1f\x31\x3c\x61\x63\x66\x07\xb6\x72\x3a\x9b\xda\xcd\xcb\xaa\x02\x9c\x66\xa2\x64\xd1\x69\x5b\xea\x50\x78\x6d\x5c\x1e\x97\x58\xec\x3c\x86\x16\x28\xc5\x13\xf3\x46\xc2\x43\x9e\x2a\x48\x55\xbf\xda\x09\x28\x5a\xe1\x31\x00\xb5\xea\xf7\x57\x08\x3b\x3b\xca\xc2\x61\xa6\x21\xe2\xad\x7c\x83\xea\xc3\x30\x82\xbb\x8c\xa3\x95\xad\x56\xa6\xb5\x55\x5b\x29\xaa\x62\x77\x42\x1b\x23\xd5\xc2\xc8\x2d\xc2\x23\xed\xd1\x78\x97\x3e\x5d\xab\xfb\x12\x4b\x79\xe6\xf8\xbf\xee\xfb\x57\x8f\x16\xc4\x5f\xdd\x37\xee\xde\x7b\xeb\xbe\x5a\x5c\xdb\xd7\x98\xb6\x2e\xe8\x73\xdc\xce\x5f\x53\xc4\xad\x71\x12\x78\x5e\x39\x10\x25\x97\xc3\x97\x76\x42\x34\x19\x2f\x28\x74\x9a\x67\x6b\x3a\x83\x3f\x6c\xc1\x66\x5a\x94\xf7\xc2\x65\x5c\x6c\xb1\x52\xd2\xa3\xef\xe3\x5e\x9c\x36\x76\x36\x40\x37\xaa\x5a\xba\x4d\x8a\xaa\x79\x96\x70\xb6\x62\x94\xdb\x4d\x70\x52\x98\x17\x50\x81\x5e\x29\x39\xec\x90\x3e\x65\x99\xcc\x1e\x1d\xf3\x59\xe4\x7f\xe4\xb9\xfd\x22\x32\x14\x34\x99\xcf\x99\x30\x85\xbc\xaf\xaa\x8f\x26\xd7\xe6\x8a\x01\x39\x3a\xc3\xf3\x5c\x68\xdd\x97\x84\xfa\x17\x60\x61\x98\xc9\x44\x9a\x4e\xec\xcf\xb6\x1e\x4e\x40\xed\x9b\xaa\xf9\x3e\x6e\xb3\x42\x09\xbd\x7c\x73\x74\x49\xc5\xe6\xe0\x52\x4c\x49\x04\xba\x8a\xb5\x51\xcc\xaf\x76\xa2\x09\x8f\x4e\x0a\xa0\x14\x80\x40\x23\x4f\x69\xd2\x05\x47\x81\x3b\x70\xa4\xff\x79\xe3\xad\x39\x16\x2e\xe5\x82\xaa\x5c\x3d\xbe\x80\x0c\x33\xba\x4e\x40\x39\x18\x17\x84\x87\x82\xae\x12\xc9\x9e\xd0\xa8\xfc\x59\xb1\x75\xf6\xa4\x56\x03\xaf\xee\x40\x14\x84\xff\x77\x9c\x2b\x27\xfd\xe5\x13\x3e\x2e\x5d\xab\xf0\x70\x76\x34\x6f\xd3\xb3\x0e\x8f\x52\x71\xc0\xf8\xd2\xad\xf7\x73\x81\xdf\x0a\x64\x63\xe7\x53\xc5\xd5\xb8\xb0\x11\x27\xb3\xa3\x79\x0b\xd2\xd1\x26\x24\x85\x02\xe4\x82\x84\xc5\xe7\x8b\xf4\xd5\x33\xb8\xb3\xcf\x38\xcd\x68\x40\x4e\x0c\x25\x19\x07\xd3\x7b\x8b\xd8\x50\x95\xcf\xfe\xc1\x0f\xfe\xea\xb7\x7e\x16\x90\x6c\x46\x79\x22\x58\x3a\x0e\xd0\x64\x3c\x7d\x94\xc5\xe6\x3b\xf7\x7e\xf7\xa6\x0f\xd2\x78\x23\x57\x8c\xd3\xfc\xb3\xef\xff\xe4\x97\xff\xdb\xbf\xcb\x3f\xfb\xdd\x7f\xfd\xcb\xef\xff\x9f\x39\x9a\x8c\x2b\x09\x78\xf2\xd9\x1f\xff\xeb\xff\xfa\x93\x3f\xc3\x01\xa1\x4f\x93\xc3\xf5\x8a\x66\xba\xe1\xbb\x34\x36\xdf\xf9\xf4\x1b\x47\xf1\x3e\x15\x34\xff\xc5\x27\xbf\xf7\xd9\xbf\xf9\x83\xfc\xbf\xfe\xf1\x4f\x7e\xf1\xc9\xef\xe5\xbf\xf8\xf1\x27\xea\xdf\x2f\xff\xf7\xff\xeb\x17\x9f\xfc\x1e\x0e\xc8\x9a\xf2\x39\xe3\x4b\x5d\xfd\xe1\x3a\xd6\x9f\xf9\xf4\xb1\x8c\xd3\x79\x9a\x7f\xf6\xc9\x6f\x7f\xf6\x6f\xff\x09\xfc\xfb\x8e\xfe\xf7\x0f\xfe\x59\xfe\xcb\x7f\xf2\xf1\x67\xdf\xf9\xbe\xfa\xf7\x5f\xff\xf2\x1f\xe1\x80\xa4\x7c\x75\xac\x1b\x78\x90\xc6\x7c\x75\x9c\xff\xe2\xa7\xbf\xfd\x8b\x9f\xfe\xf6\x04\x07\x64\x2f\x99\x1d\xa8\x93\x9f\xcf\xc7\xc1\xf4\xf5\xbd\xd8\x7d\xe6\x7f\xf5\x5b\xbf\xaf\x07\xf4\x3f\xfc\xf2\x1f\xfe\x41\x40\x96\xec\x09\xe5\xba\x91\x37\x97\xb1\xfa\x80\x11\x30\xb9\x9f\x4f\x6f\x27\x31\x9f\xe7\xaa\xfa\x46\xe6\x30\xc6\x19\x5d\xcb\xfc\xb3\xef\xfc\xce\x67\xff\xea\x63\xf5\xef\xaf\xfe\xed\x27\xf0\xa5\x20\xfd\x8b\xff\xf8\x8b\x1f\xff\x61\xfe\x57\xbf\xf9\xfb\xea\xdf\x67\x7f\xf0\xfb\xbf\xfc\x5f\xff\x63\xfe\x8b\x9f\x7d\xf7\x97\xff\xf8\xdf\xe1\x80\x1c\xed\xdb\x4e\x60\x76\x78\x3e\x7d\x8b\xc5\x8b\x5a\x0f\x9f\xfd\xec\x1f\xe5\x9f\xfd\xab\x8f\x7f\xf9\xcf\xbe\x7f\x4e\x6b\xd2\xb5\xf6\x58\xea\xd6\x14\x6c\x6b\x3a\x93\xb5\x16\xff\xef\x8f\xff\xe5\x2f\xfe\xe2\xef\xe7\xbf\xfc\xfe\x0f\x7e\xf9\xfd\x3f\x3a\xa7\xd1\x5d\xc5\xe4\x64\xe3\x69\x00\x33\x12\x90\x40\xc1\x1c\x90\x40\x75\x16\xc4\xc5\x17\x41\xd5\x7b\x82\xf2\xd9\xbe\x8f\xa9\x0a\xf6\x7b\x8b\x38\xd5\x0d\xf2\x64\xc5\xe4\xa7\x7f\x8a\xdb\xd0\xf5\xd3\x3f\x35\xf8\xfa\x70\x1d\xaf\x12\xde\x9b\xbe\x31\x8f\x37\x3d\x3f\xab\x15\x19\xa9\x41\x46\xf7\x3b\x57\x38\x32\xdd\x7c\xfa\x17\x71\x1d\xf9\xee\xd2\x98\xf7\xd4\xb9\xcf\x25\xcd\xf5\xd7\x2c\xdd\x88\xcc\xe2\x62\x05\xd1\x1e\x65\x31\xdd\xac\xa8\x22\xaa\x71\x0d\xcd\x54\xf6\x9d\x59\x9c\x72\x49\x9f\x4a\x8a\x2b\xa8\xf5\x28\x8b\x53\x26\xf3\xe9\xa7\xbf\xfb\xe9\x9f\xde\xa5\xb1\x4c\xb8\xec\xcd\x53\xce\x3f\xfd\x53\x05\x64\x4b\x6a\x5b\x62\x6b\x49\x58\xf1\x27\x74\x06\x90\xcb\x7c\xfa\xce\x61\x9c\xb0\x0c\x52\xd5\x90\xe6\x82\x56\xd0\xef\xeb\x1f\xc6\x9b\x44\x21\xc8\xdb\xab\x38\x15\xd9\x87\x9b\x17\xcb\x9f\x14\x88\x02\xab\xb6\x54\x41\xb7\xdb\x49\xbc\x4a\x45\xa5\xf5\x46\xe9\x33\xf1\x88\x04\x59\xca\x64\x40\x02\xaa\x86\xa0\x46\x40\x69\x56\xfd\xac\x7c\x05\x24\xf8\x50\xc1\x1b\x90\x60\xa5\x61\x0c\x48\x90\xa8\x9f\x41\x4c\x96\x54\xf6\x54\x73\x35\x03\x53\xe8\x17\x42\x4a\xf6\xfc\x5e\x2e\x54\xea\x22\x85\xba\xcb\x00\xa8\xb5\x6c\x35\x7a\x9d\x6b\x06\xd0\x99\x0f\xc3\xaa\xe5\x02\xd7\xfe\x85\xf6\xde\x9b\x54\x1c\x26\xbc\x65\xef\x6d\xf8\x81\x6a\x10\xb6\xde\x1f\xcb\xdc\x3b\x3b\xd4\xea\x66\x6b\x7a\x20\xf3\xe9\x7b\x9b\x38\xa3\xb3\x24\xd3\x89\xfc\x88\xf2\xf9\x86\x2f\xb3\x45\xb2\x5a\xb5\xed\xd6\x8f\xbc\xc3\xc5\xfc\x46\xbd\x65\xfe\x26\x16\x1b\x3e\x17\x2c\xcb\x72\x45\x64\x69\x36\xdb\xa7\xfb\x1c\xb0\xa5\xba\x73\x5f\xdf\x8b\x29\xcb\xd6\x8c\xae\xe8\xa4\xbe\x4d\xcd\xc1\xa0\xb6\xf1\x62\x41\x79\x65\x57\xde\xe7\xf1\x46\x00\x26\x32\xfe\x11\x5b\xb6\x6c\xcc\x37\x97\xb1\x82\x61\x95\x2c\x69\x3e\xfd\xca\x7e\x0c\x77\xe0\xa5\x4a\x02\x60\xa9\xdc\xac\xf3\xe9\xfb\x4f\xe2\x54\x24\x9b\x0c\x0c\x27\x3f\x92\xd5\x2d\xac\xc6\xbf\xa4\x3c\x3d\x3c\x54\x04\x57\x0d\x63\x49\xf7\x28\x47\xbd\x8c\x32\x44\x39\x9e\xe0\x09\xec\x02\xa6\xa7\x4d\x35\x7c\x3b\x89\xf7\xa8\x80\xff\x9b\x4f\x7f\x40\x45\xfd\x20\xa0\x9c\xc3\xbc\x27\xab\x55\x56\xab\x54\xd9\x76\x6f\xcc\xe3\xc4\x14\x4d\x57\xcb\x15\x9b\xed\x97\x6d\x36\xeb\xfd\x0a\x09\xf9\x1b\x1b\xd9\x4a\xc7\x2d\xe2\x00\x5a\xcd\x2c\x5a\x51\xa6\x4f\x4d\xb6\xa4\x3c\x9b\xed\x27\xeb\x56\x02\x6f\x51\xe6\xcd\x65\x4e\x9f\x24\xab\x06\x4e\xa8\x45\x49\xc5\x1e\xa5\xab\x39\xe5\x9d\x58\xf1\xce\x61\x9c\x52\xd9\xe3\xe9\xb2\x82\x18\x8a\x60\xad\x28\x60\x4b\x1d\x23\x6e\x27\xf1\x6c\x1f\x90\x20\xe5\xf3\x06\xb5\x96\x74\x65\x17\xf9\x09\xe5\x68\x32\xde\xd9\xc9\xe6\x89\x54\x6b\xac\x4e\x08\x4d\xef\x92\xea\x8a\xaa\xce\x34\xff\x93\x28\x5a\x22\x1a\x45\x6b\x2b\x0a\x08\x47\xc5\x93\x74\xa5\x26\xa8\x51\xfa\x57\xb8\x8e\xf7\x53\x71\x44\x97\xac\x4a\x17\x54\xff\x0a\x90\x83\x64\xed\xaf\x93\xb7\x48\xfe\xd2\xa8\xd2\x07\x19\x1c\xad\xc2\x5b\x13\x38\x8d\xc0\x8f\x8b\xb0\xeb\x00\xec\x97\xa0\x2d\x3c\xd9\x81\xda\x80\xbc\xc1\x83\x49\x7d\x9c\xd0\x39\x6c\xf6\xa5\xfe\xe0\x1a\xd1\xb9\x4c\xa4\xac\xcc\xfa\x7d\x1e\x7f\xfa\x27\xa2\x52\xb4\x32\xd5\x8f\xb2\xf8\xd3\x3f\x01\xd4\x5c\xa4\x42\x41\x56\x2f\x7a\xce\x81\xb5\x64\x52\x1d\x58\xfc\xd3\x3f\x11\xea\xf8\xfa\xf4\x4f\xcc\xc9\xa3\xd2\x3b\x8f\x02\x5d\xbc\x8b\xd4\x43\x2b\x5f\x3a\xa5\x7f\xc8\x44\x22\x69\x7d\x77\x3e\x96\x71\xa2\xb8\x9f\x6f\x1d\xc7\x89\xe0\x8d\x1d\x78\x3b\x89\xe7\x6a\x52\x60\xfb\x2a\x2e\x45\x48\x46\x2b\x7b\xd0\xf2\xf3\x99\xf4\x97\xf9\xf5\xbd\x58\xb0\xa5\xbf\xc4\xab\x64\x76\x00\x7c\xd9\x3a\x95\xb5\xb5\xbe\x9d\xc4\x0b\xa9\xbf\x5a\x18\x6e\xc5\x69\x9f\xcd\x71\xb7\x30\xd0\x33\xda\xc6\x42\xb7\xf0\xc6\x33\xda\xc5\x1d\x5f\x64\xe9\x15\x74\x26\x79\x46\x4d\xc6\x8c\x3a\x0c\x50\xd9\xdd\xec\x80\xae\xd5\x79\xde\xcb\xb6\xec\x2f\x8e\x06\xef\x1d\x88\x84\x71\xd6\x3c\xf3\x4f\xff\xf8\xd9\xff\x3f\x7e\xf6\x5b\xa7\x3f\x3b\xfd\xc9\xb3\xef\x3e\xfb\xde\xb3\x7f\x98\xd7\x93\x4e\x3f\x39\xfd\xd9\xe9\x0f\x4f\x7f\x9a\x4f\x4f\x7f\x70\xfa\x9f\xe2\xd3\x4f\x9e\x7d\xfc\xec\x37\x4f\x7f\x74\xfa\xef\x4f\x7f\x98\x4f\x4f\xff\xe0\xf4\x87\xf1\xb3\xef\x9c\xfe\xa7\xd3\x1f\x9d\xfe\xe4\xd9\xc7\xf9\xf4\xf4\x9f\x9d\x7e\xa2\x12\x3e\x39\xfd\xf7\xa7\x3f\x3d\xfd\xf1\xe9\x9f\x3d\xfb\xde\xb3\xef\x3c\xfb\xf8\xd9\xef\xe7\xd3\xd3\xff\xf9\xf4\xcf\xe2\xd3\x9f\x9e\xfe\x50\x25\xf8\x59\x0d\xfc\x3b\xfd\xe7\xcf\xbe\x13\x3f\xfb\xee\xe9\x8f\x54\xcf\xcf\x7e\xf3\xd9\xf7\x4e\xff\x22\x9f\x9e\xfe\x1f\xcf\xfe\x7e\x7c\xfa\x43\x68\xf7\x93\xd3\x9f\x55\xd1\x11\x40\x7b\xf6\x9b\xa7\x3f\x3e\xfd\x89\xea\xe1\xf4\xcf\x4f\x7f\x5c\x3b\x13\x4e\xff\xe9\xe9\xcf\xe2\xd3\x1f\x29\x48\x01\x7c\xd5\xfb\x6f\x42\x0f\x3f\x86\xd6\xff\xf5\xb3\xdf\x51\xd9\x3f\x39\xfd\xe1\xb3\xff\xf1\xd9\xef\xe8\xc4\xc6\x0d\xd4\x1d\x23\xd3\xd3\x7f\xf1\xec\xe3\xf8\xd9\xf7\x4e\x7f\xfa\xec\xf7\x4f\x7f\xa2\x3a\xab\xe0\xf6\xe9\x3f\x39\xfd\x49\xac\xa0\x7c\xf6\x31\x4c\xcc\x77\x9e\x7d\x5c\xc1\xf1\xd3\x3f\x3c\xfd\x73\x35\x96\x9f\x9d\x7e\x92\x97\xb0\xe7\x16\xc8\x67\xbf\x7d\xfa\x43\x00\xea\xbb\xcf\xbe\x17\xe7\xba\x2f\x37\xdb\xa7\x3f\x3d\xfd\x51\x05\xf7\x4f\xff\xdd\xb3\x7f\x18\x9f\xfe\xe4\xd9\xef\x42\x63\xd0\xf2\x8f\x72\x07\xc2\x4f\xa1\xdd\x33\x1a\x2a\xf7\x86\xce\xfe\xe4\xf4\xcf\x9f\x7d\xef\xec\x2a\xbf\xc2\x43\xe8\x61\xba\x62\x59\x83\x9b\xf8\xc6\x51\xfc\xf3\x8f\x93\x9f\xff\xd1\x8c\x1d\xa5\x3f\xff\xa3\xff\xfc\x3b\x86\xa9\x38\x98\x7d\x90\xf8\x8c\xe9\xc3\x75\x9c\x4a\xf1\x11\xdd\x4b\x7a\x6a\x37\xb3\x8f\x38\xcd\xd2\xa3\xa4\x9b\xc3\xd8\x64\x1f\x69\xb6\x34\xd9\x5b\xa5\xbc\x57\xc9\x48\xaa\x18\xf6\x70\x1d\x8b\x8f\x8e\x0f\x7e\xfe\x71\x32\x3f\xae\xa1\xd6\x83\x34\x9e\x7d\x44\x0f\x36\x1f\xfc\xe7\xdf\x9e\x1d\xe7\xea\xec\x61\xf4\xa3\x23\x2a\x8e\x17\xec\x20\x3d\x4a\xf8\x71\x13\x7d\x1e\xcb\xf8\x78\x75\x90\xd6\xd0\xe6\xef\x7d\x14\x27\x3f\xff\x38\xfd\xf9\x5f\x52\xce\x92\x0a\xc2\xa8\x1c\xe8\x3b\x51\x9d\x68\x7e\x40\xff\x7a\x90\xc6\x22\xf9\x08\xe8\x1e\x4c\xc5\xaa\x7a\xb5\xfb\xea\x07\x31\xfd\xf9\x5f\xd2\x15\xcb\xf5\xcf\x3f\x52\xbf\xde\x5c\xc6\xf3\xe3\x7c\xfa\xb5\x83\x98\x51\xf5\xa3\xb5\x0d\xe9\x13\x57\xd9\x5d\xee\x1c\x72\xf9\x51\x72\xb0\x52\x60\x27\xb3\x80\x04\x87\xe6\xff\x07\xf4\x23\xba\x62\xf0\x23\x83\xff\x4b\x35\xa9\xc1\x81\x02\x47\xb5\xa0\xba\x33\xf4\xb4\xac\xdf\x4d\x53\x0f\xcf\xce\xd6\xbd\x75\x92\x5c\x80\xa1\x33\x77\x39\x3f\xee\xcc\x03\x78\x3b\x73\x61\x14\x5f\x3a\x25\x7f\xb4\x4e\x78\xcb\x0e\xd1\x4c\xb6\xe6\xb1\xe7\xc9\x3c\x9f\xde\x99\xc5\x89\x48\x66\x92\x8a\x4f\xff\x4d\x26\xd9\xac\xb9\x0b\xee\xd2\x38\x73\x8c\xb6\x2a\x9e\xb5\x4a\x4d\x3e\x50\xec\x5c\xaa\x39\x51\xfd\xdb\x67\xb7\x2d\x8d\x54\xcc\x9d\xc3\xee\x47\xf1\xa7\xff\x61\x55\x47\x6e\x90\xec\xcc\xd3\x3a\x4f\x4d\x13\x7d\xd7\x52\x9c\xaf\x62\x80\x15\xdf\x0e\xff\x13\xfb\x9d\xd9\x84\xac\x82\xd9\x77\x66\x20\xb4\x48\xad\x7c\xe2\xeb\x1f\xc6\x9b\x2a\xde\x2a\xd6\x59\xa6\x7c\x46\x2f\x22\x81\xa0\x89\xfe\xab\x3e\xe6\x89\x82\x53\xfd\x4b\xcc\x57\x66\x3e\xd5\xff\x19\x74\xab\x4a\x2b\xcc\xa5\xa6\x0b\x2b\x7a\xa0\x49\x37\x22\xaa\xe6\xbb\x73\x55\x3f\x67\xe6\x9e\xd1\x32\xc0\x78\x76\xe5\x33\xb2\xf5\x88\x3a\x11\x39\xeb\xde\x1d\x76\xf4\x5f\x3a\x9a\xbf\xbb\xc9\xb2\xf3\xd8\x95\xd3\x1f\x37\xd8\x95\xd3\x1f\x7b\xec\x8a\xe2\x22\x4e\xff\xec\xf4\x93\xd3\xbf\x00\x8e\xe3\xcf\x4e\x3f\xa9\xec\x81\xd3\x7f\x5e\xb2\x18\xea\xbc\xf7\x71\xff\xf4\x07\x90\xf6\x97\x8a\x59\x78\xf6\x7b\x93\x1a\xc1\x57\x8c\xe9\xba\x41\xd4\x4f\xff\x85\x3a\x6e\x81\x1f\xf8\xa4\x79\xb3\xb4\xa7\xfc\x8f\x4e\xff\xfc\xd9\xef\x01\x3c\x9f\xa8\x2e\x60\x04\x4d\x6e\x01\xb7\xb0\x0b\x9f\x9c\xfe\xa7\x67\xbf\x65\x78\xa7\xbf\xcc\xdb\x78\x88\xdf\x72\xac\xd6\x3f\x3e\xfd\xb1\x3a\xbc\xff\x69\x7c\xfa\x09\xd6\xf7\x54\xcd\x26\xe0\x49\x85\x73\xf8\x5f\x4e\x7f\xa4\x98\x35\xcd\x23\x18\x28\xfe\xc3\xe9\x9f\xc3\x79\x7f\x56\x13\x0d\x9e\x21\x77\xcc\xc3\x45\xaa\xff\x4a\xf9\x07\x21\x37\xcb\x4d\xed\x0d\xa4\x85\x42\x52\x9f\x44\x4e\x3f\xfd\x37\x2c\x6e\xa7\x92\x77\x66\x31\xe5\xd3\xe4\xd3\x7f\x1e\x9f\x43\x27\x9f\x7a\x74\xf2\x69\x17\x9d\xac\x91\xc9\xe9\xa7\xff\x21\x8d\x9b\x74\x72\xd3\x46\x27\x3f\x30\x84\xf2\x83\xe4\xf0\x7c\x4a\x09\x50\x68\x36\x21\x6b\x13\xf5\x6a\xaa\x49\x0d\xd5\xac\x95\xae\x51\xd0\x69\xf2\xe9\xbf\x8c\xd3\x5a\x99\x73\xc9\xe9\x07\x89\xf9\x77\x78\x2e\x41\xfd\xd0\x11\x54\xaa\x09\x6a\x92\x3a\x6a\xfa\xc1\x99\xe4\xf4\x83\xe4\xf0\xaf\x23\x3d\xfd\xf0\x1c\x7a\xda\x7d\xfd\x83\xc1\x7f\x2e\x62\x5a\xee\x84\x13\x70\xed\x2b\xd0\xf5\x6b\x98\x30\x2e\xe9\x92\x0a\xf5\xf5\x32\x26\x8b\x55\x9a\x48\xf5\xfb\x3a\x26\x2b\x96\xc1\xcf\x57\x30\x91\xe0\x6a\x4f\xa0\xeb\xaf\x62\xb2\x4e\xb2\x6c\x57\xee\x8b\x74\xb3\xdc\x1f\x0b\x34\x7a\xf5\xf3\x6b\xa4\x46\x6f\x24\x92\x1a\xc7\x92\x65\xe0\x79\x96\xdd\x4f\xee\x23\x81\x27\x12\x79\xda\xbf\x77\x12\xce\x53\xd9\x33\x7a\x42\x56\xf9\xb7\x27\xd3\x5e\xd2\x53\xc3\x09\x30\x1e\x4b\xad\x0b\xa4\x6a\xa9\x96\xb5\xd2\xcf\xe7\x85\x0d\xc0\x7a\x8b\xcb\x2f\x02\x19\xef\x99\xe9\xf5\xa0\x13\x5f\x14\xa6\x7b\x6a\x8d\xbe\xd0\x7c\xc1\x2a\x7f\x61\x90\x2c\x06\x3a\x05\x2c\xb0\xf7\xba\xbc\xc3\x2f\xe3\x0b\xab\xbe\x0c\xb5\x5a\xdf\x15\xb0\x37\xb8\x3c\xdd\xc9\x77\x36\x57\x5e\x1e\x5e\x8f\x2f\x93\x24\xba\xfc\xed\xf2\x3b\x2f\x7f\xbe\x70\x79\x49\x32\xc8\x74\x49\x93\x4b\x27\x57\x49\x71\xf9\xec\xc9\x23\x9b\xa8\x02\x23\x59\x45\x48\x44\x1b\x6b\xe9\x46\x38\x12\xa1\xa0\xeb\x55\x32\xa3\x28\x21\x41\x80\x4d\xe1\x14\xb7\x68\xa4\x95\x4a\x23\x92\x3e\x95\x63\x16\x4a\xc1\x0e\x11\x55\xdb\x49\x51\x70\x6d\xb8\xcc\x42\xef\x0b\x34\x46\x70\xc8\x93\x03\x3a\x47\x18\x93\x59\x34\x47\x9b\xe9\x30\xc6\x13\xbf\x51\xb6\x40\x73\xcf\xd2\x74\x1f\xe1\xad\xb5\xaa\x39\x6e\x2b\xd4\xd0\x90\x7f\x23\xc9\xf6\x69\x06\xaa\xfd\x1b\x4e\x41\x76\x45\xe7\xbd\x44\x02\x95\xe8\x49\x76\x48\x03\xbc\xb5\x8f\x30\x81\x36\xc9\x22\xe2\x48\xab\x9b\x71\xb4\xc1\x21\x4d\x66\xfb\x68\x86\x89\x59\xd0\x45\xeb\xa8\x5d\x64\xab\x5a\xe4\xed\xd2\x9b\x85\xb6\xbc\xd8\xe1\x9e\xbe\xbd\x37\xee\x52\x4f\x05\x34\x0b\x5b\x6d\x2d\x32\xa7\x78\xe8\x29\x5d\xe2\x13\xe3\x60\xb8\x12\xd5\x65\x5d\xc2\xb4\x08\x57\x49\x26\x11\xde\xe2\x88\x76\x2e\x24\xad\x3a\x08\x2a\xb5\x10\x57\x0a\x74\xb5\x96\x24\xd5\xbf\xbd\xa5\x23\x49\xc4\x42\xa1\x57\x38\xcc\x36\x7b\x99\x14\xaa\x31\xb0\xfa\x0b\x59\x76\x3f\x95\xaf\xaf\x12\x7e\x00\x56\xf1\xf5\x35\xbf\x99\x36\x97\xe9\xad\xb2\x44\x4f\xfb\xe2\xc5\x5b\x72\xca\xe3\x08\xfc\x0e\x83\xef\x43\xab\xdd\x97\x80\x1a\xd9\xc5\x09\xfb\x23\x49\xd7\x0f\x15\x91\x50\x04\xfd\x95\x21\x26\xf7\x34\x83\xe3\xd2\xae\xbc\xec\xd2\xee\xb1\x95\x97\x7e\xfd\x39\xf6\x6c\xdb\x46\xb3\x76\xb8\x97\xa7\xdf\xde\xc9\xe2\xcb\xda\x62\x00\xe8\x95\xbf\x19\x9d\xf1\x9c\x51\xe4\x32\xb6\x3b\xa2\x34\xa1\xeb\xf7\x39\x62\x38\xcf\x99\x55\xe1\x69\x51\x05\xe3\xa8\x46\x6d\x88\x68\x53\x78\x95\xa0\xc0\xa8\x50\x49\x3e\xd7\x24\xce\x92\x6c\xad\x27\xf0\x0a\x26\x87\xe9\x6c\x3f\x19\x9f\x3c\x32\x2c\xdf\xdb\xf4\x09\x5d\x3d\x5c\x6d\x96\x8c\xab\x02\x57\x31\x51\x53\x5e\x4b\xbd\x86\x8d\xdc\x20\xc9\x0e\x59\xe3\xe5\x17\x5a\x3c\x0f\x9e\x1b\x35\xdf\x28\x6c\x81\xb6\x9d\x92\x93\xf5\x94\x82\xae\xe3\x70\x91\x6d\x81\x01\xed\x8c\x66\x59\xe4\x7e\xe5\x79\x87\x42\x11\x6f\x53\x28\x3a\x8b\x6e\x02\x1b\x7d\x15\x87\x77\x9f\x50\x2e\x5f\xdf\x64\x5b\xb4\xdd\xf6\x0d\xd8\x3d\xbf\xbe\x20\xec\xff\x25\xef\xfa\x7e\x5b\x37\xa1\xf0\x7b\xfe\x0a\x27\x0f\x19\xac\x08\x25\xdd\x9d\xae\x9a\x09\x45\x5b\x57\xdd\xa7\xae\x95\xda\x6a\x9a\xaa\x28\xa2\x09\x49\x51\x53\x1c\x61\xd2\x1f\x4b\xf8\xdf\x27\x0e\x60\xb0\xeb\x76\xd5\xd5\xde\xf6\x14\x1b\xb0\xc1\x87\x03\x1c\x22\xbe\xef\x8b\x8c\x0a\x1e\x42\xd2\x22\xd9\xc0\x7b\x03\x9d\x43\xa5\x5a\x95\x6e\xea\x54\xd9\x79\x6b\x7f\xde\x52\xd1\x8b\x3f\xe6\x57\xd7\x67\x97\x8d\xa3\xb4\xda\x62\x52\x52\xcd\xd5\xc3\x1c\x30\x36\x5e\x88\x27\x83\x1f\x21\xdc\x80\xe4\xb9\x86\xf8\x83\x80\x2d\x34\x61\x84\x3b\x26\x5c\x77\x83\x96\x45\x50\xbd\xf3\x85\xac\xed\x3a\xf9\x45\x34\x3a\x1e\xfd\xdb\xf1\xb5\xf6\x4a\x17\x80\x75\xc7\x5f\xb3\x41\x44\xa5\x92\x4d\x3f\x17\x0c\x64\x85\xc3\x08\x00\x44\x10\x50\x3e\x2c\x4a\x65\xb8\x54\x42\x1f\x0e\xa0\x1e\x34\xaf\x13\x10\x26\x9c\x95\x91\x90\xde\x05\x07\x74\x95\x86\x79\xc5\x1a\xb7\x8c\x37\x32\x49\x9d\x99\x95\x4b\x65\x5c\x7e\xdc\xf1\xb8\x02\xf1\xba\xe5\x2c\xae\xe1\xed\xf9\x15\xef\x91\xd7\x22\x09\xe0\x4c\x4e\xa5\x99\x57\xaf\x6a\x31\x81\x2b\x38\x85\x8d\x91\xa0\x46\x9a\x8d\x20\x82\x34\xdc\x47\xb9\x35\x02\x60\xc2\x9f\x99\x04\xff\xe7\x76\xe6\x74\x09\x32\x91\x77\x22\x33\xa7\x01\xbf\xd7\x14\x76\x62\x9d\x01\x65\x7f\xdc\xfb\x4c\xbf\x35\x1f\xad\x7b\x11\xb5\xfa\x4c\x05\x96\xd9\x84\x99\x7c\x90\x5b\x37\x09\xbb\x5f\x84\x7b\x9a\xf5\x47\xc4\xd0\x3b\xa9\xdc\x72\x8f\x14\x26\xae\x05\xb6\x11\xde\xd4\x15\xf0\xce\x1a\xc2\x11\xfc\x56\x1d\xd3\x58\xc5\x44\x76\x54\x43\x5a\xc1\x53\x64\xa7\x44\x92\xae\xb8\xdc\x1c\x0e\x12\x43\x4f\xb2\xfe\x98\x48\xe4\xdd\x0d\xa3\x60\x3e\x6b\x09\xf9\xd8\xf3\xea\x60\x24\x9b\xaa\x91\xc8\xd1\xd3\x06\x77\x13\xef\xc6\x18\x9d\x6f\x36\x05\x2f\x16\x1b\x5e\x55\x05\xaf\x5c\x80\x1e\x5e\x99\xa3\x57\xa5\x7f\x7b\x1d\x77\x01\x09\xa0\xc9\x79\xdc\x72\x6a\x30\x45\x13\x67\x3a\xcb\x6f\x0e\x87\xfe\x98\x28\x9a\x73\xa8\x3b\x73\x25\x65\x59\x90\x66\xa1\xcf\x5a\x9a\x90\xf7\x2e\xa5\x3b\x51\x9e\x2e\x28\xa7\x89\x2e\x5b\xe0\x75\x33\x1c\xca\x06\xf9\xbb\xc1\x44\x43\x1a\xd1\x98\x08\xab\xa9\x8e\x20\x0a\xce\x06\xbb\x08\x0a\x4d\xb4\x39\x9e\x16\x79\xea\x7f\x26\x1d\x67\xbe\xe7\xf3\x41\x8c\x96\x92\x20\x1b\x60\xd5\x56\x9b\xb2\xd4\xfe\x52\xbb\xed\xf6\x23\xc2\x3f\xc2\x8e\x53\x95\xcf\x2e\x04\x77\x8f\x62\x4b\x2a\x36\x26\x3b\xc6\xd1\xe0\xfa\xd7\x6f\xf3\xd3\x8b\xf3\xcb\x9b\xeb\xb3\x81\xdb\x1e\x84\xa4\xeb\xbf\x2e\xdd\xfd\xe2\x1d\x05\x1c\x18\x92\x81\x27\x21\x02\xdf\x9f\x64\x25\x4b\xc5\xc6\x01\xa1\xc0\x2b\x73\x7a\x2f\x16\x0f\x62\x99\x27\x01\x65\x4f\x4c\x90\xd5\xcd\x36\x50\xe7\xf4\x43\x52\xb5\xbb\x33\x7c\x0d\xe2\x97\x79\x42\x95\x52\x6e\x37\x33\x56\x63\x3b\x9c\xe5\x6f\x81\xb9\x68\x17\xf8\xa2\x9a\x47\xa4\xdb\x4d\xe9\x33\x56\x05\xa4\x41\x5e\xf9\xe8\x6d\x9b\x2b\xd8\x23\x64\x34\x2b\xa1\x21\x91\x65\xc5\xdf\x46\x4e\x9d\xf8\xf5\x89\x31\x03\xf8\x52\x74\xc0\x0f\xf2\x17\xa4\x89\xb9\xdd\xcd\x10\xc6\x98\x84\x02\x02\x27\x4d\xaa\xd1\x2f\x2a\xe1\x1a\x55\x74\x6b\x09\x12\x8b\xf0\x58\x2f\x7b\x95\x74\xab\x73\xcb\xa2\x3a\x69\x36\xbd\xb1\xac\xad\x49\x97\x22\x16\x2d\x65\x47\xde\xa3\xfc\xd3\x8f\x8e\x22\x9d\x6f\xfd\x7e\x6b\x67\xc1\xce\x83\xdd\x16\xfe\x79\x68\x9b\xbb\xa1\xc7\x65\x18\x63\xdb\xa9\xce\x7b\x73\x82\xea\x5b\x43\x74\xa3\xbe\x1a\x63\xd9\x48\x26\x26\xbf\xc3\xe1\x19\xff\xb5\xc9\xaa\x29\x31\x94\x87\x6b\xd8\x8b\xfb\xe6\x2e\xbd\xe8\x42\xbb\xb5\x78\x2f\x92\xcb\x1e\x1d\x55\xd6\x02\x5d\x1f\xc2\x64\xc5\x16\x14\x1e\x22\x4b\xb6\xa0\xfe\x6b\x7b\x8d\x3d\x59\x86\x59\x5b\xa0\xb1\x27\xf4\xf0\x48\xb0\x05\xfa\x29\x03\xcd\x3d\xe6\x98\x1f\x67\x91\x34\x63\x3c\xa5\x2c\xf4\xf4\x91\x38\xd8\xa0\x82\x8b\x76\x46\xcd\x98\x3e\xed\x02\x8d\xf8\x92\xc2\x76\xcc\x1c\x85\x18\x0e\x3f\xd2\x22\xcb\x01\x38\x8c\xb1\x3a\xbd\x1f\xaf\xd3\xac\x36\x8d\x6d\x9b\xd4\x15\xba\x25\xc5\x2a\xf1\x8c\xba\x67\x8d\x6c\xd2\xf8\xd4\x00\x0e\x65\x4e\x46\xa3\xaf\xe3\x93\x93\xe3\x9f\xbf\x7c\xfd\x32\x3a\x39\x19\xd7\x7d\x05\xb8\xf1\xff\xb6\xae\xe4\x08\x7e\x7e\x5e\x43\xbf\xfe\x29\xf8\xc3\x39\xdf\xa6\xae\x7d\xcd\xe6\xe2\xa4\x51\xf8\x04\xbb\xe1\x38\xbc\x53\x6f\xdf\xd5\x6b\x24\x30\x6a\x85\x61\xb2\x06\x4a\x14\x2f\xab\x91\x64\xc3\xb0\xc7\x73\x9f\xf3\x2d\x59\x03\x07\x8a\x5b\x33\x12\x49\x12\xbd\xe7\x15\x32\x89\x95\xcb\xd3\xaa\x44\xc2\xda\xfb\x44\xbe\xac\x3d\x81\x0a\x51\x98\xa8\x68\x80\x2d\xb8\xea\xdc\xcf\xa5\xcf\xc1\x63\x47\x99\xc7\x9e\xe5\xc3\x38\xfb\x70\xa2\xba\x7c\x34\x72\xef\xec\xd7\xc2\x18\xa1\x93\x35\x65\xad\x94\x9c\xa4\x02\xee\x90\x74\x6b\x45\x30\xce\x7c\x38\x9c\x53\xbe\x5c\xa2\x12\x13\x35\x1c\x7a\xd5\x5b\x24\xf1\x14\x71\x66\x10\xc8\x11\x0a\x83\x24\xe1\x18\x4f\x38\xf3\x5f\x29\x81\xdf\xaf\x6a\xd5\x05\xdc\x28\x2b\xf4\x8c\xc9\xdb\xbd\xe3\x6b\xe7\x1f\x46\xbf\xdd\x7c\x9b\x14\xa7\x5c\xfd\x60\x0a\x3f\xba\x0b\x5e\x18\xbe\x2e\x56\xa5\x2e\x78\xb1\xd5\xf2\x51\x1a\xf9\x24\x6a\xa2\x2b\xdf\x7b\xad\x5e\xea\xb7\xa3\xa3\x46\xe7\xaa\xec\xa1\x47\xa4\x3e\xd9\x08\x18\x7a\x5c\x19\xd7\x9a\xf4\x47\xd2\x12\x29\x17\x35\x28\xfb\xfd\x1f\x62\xa1\x91\xf7\xce\xa7\xa3\x1a\xe7\x23\xd2\xdf\xd7\x2a\x17\x86\x5a\x8b\x8c\x27\x7c\x8c\x3e\x66\x2d\xb8\xd6\x4b\x37\x8b\x73\x9b\x95\x86\x98\x8c\x8a\xc0\xbd\x07\xc2\x3a\xf1\x0e\x99\x73\x0c\xf0\x46\x33\x22\x99\xf1\xaa\x04\xe6\xf6\xd8\x13\x47\xc5\x81\x70\x81\x40\xe7\x02\xf7\xba\xc3\x36\x97\x09\x45\x70\xce\x6e\x74\xd1\xa4\x50\x3c\x73\xfb\xde\xe1\x50\xc3\x96\x49\xf2\x8d\xfc\x5b\x68\xb7\xb1\x52\xd4\x3b\x38\x29\x99\xa2\xde\xff\xa2\xe7\x7f\xa8\xd1\x43\xba\x55\x8e\xa4\x27\xcc\x6f\xd3\x1f\xe1\x7d\x59\x47\x54\x57\x28\x5a\xf4\x2a\xb7\xa8\x6d\x69\xdd\x5f\x31\x17\x4b\x2e\x91\x21\x03\xa3\xb9\x5b\x26\x07\xe4\x6d\x7d\x2f\x20\xef\x09\xa5\x32\x96\xc5\xdf\xe5\xf2\x34\xc8\x70\x75\xa0\xe4\x2c\xb6\xb3\x19\xee\xfd\x13\x00\x00\xff\xff\x05\xf7\x21\x4a\x66\x27\x17\x00") +var _web_uiAssetsVendorD38f8b642cf98384d0f0a8760e75b259Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xfd\xd9\x76\xdb\x48\x97\x28\x08\xdf\xeb\x29\x48\x9c\xfa\xf1\x45\x98\x5b\x30\x22\x38\x80\x0c\x29\xc4\xe3\xb4\xe5\x2c\xd7\x97\x69\xbb\x64\x67\x66\x65\xf1\xe3\x61\x41\x64\x90\x42\x9a\x02\x98\x00\x48\x59\x49\xb2\x56\x9e\xbf\xfb\xf4\xb8\x56\x3f\x40\xdf\xf4\xb9\xed\xab\x7e\x87\x7a\x93\x93\xfd\x22\xbd\x62\xc0\x44\x82\xb2\x2b\xbb\x75\x21\x02\x81\x98\x87\x3d\xef\x1d\x0f\x41\x38\x8b\x1e\x9c\xeb\xfb\x5b\x11\x5f\xbf\xfd\x91\xcf\xd7\xe1\x34\x0d\xa2\x10\x09\x48\xf1\x76\x1e\xc5\x68\xe3\xc7\x8d\xb8\x11\x84\x8d\x14\x8b\x51\x3c\xe6\xe9\x28\x1e\x9f\xc5\x22\x5d\xc7\x61\x43\xec\xd1\x41\x05\xbb\xdd\x76\x0f\xdb\xd7\xd7\x2f\x3e\xfe\x70\x73\xfd\x81\x6d\xf7\x70\xfd\x4f\x1f\xaf\xdf\xbe\x9a\xbc\xbf\x79\xf7\xf1\xdd\xc7\x9f\xdf\xcb\xc4\x57\x7e\x2a\x58\x93\xec\x61\xf2\xe2\xfd\xfb\xef\xde\xbc\x7c\xf1\xf1\xcd\xbb\xb7\x93\x8f\xd7\xdf\xbf\xff\xee\xc5\xc7\xeb\xc9\x4f\x37\x2f\xde\xbf\xbf\xbe\x61\x4d\x02\x93\x57\xd7\xaf\x5f\xfc\xf0\xdd\xc7\xc9\x8b\x0f\x3f\xbf\x7d\x39\x79\xf7\xcd\x87\xeb\x9b\x1f\xaf\x6f\x3e\xb0\xa6\x0b\x93\x7f\xf8\xc7\x1f\xae\x6f\x7e\x9e\xbc\x79\xfb\xf1\xfa\xdb\x1b\x55\x87\x2a\x92\xd7\xf3\xee\xed\x77\x3f\x4f\xbe\xfd\xee\xcd\xf7\xdf\x5f\xdf\x4c\x5e\xbe\xfb\xfe\xfd\xbb\xb7\xd7\x6f\x3f\xca\xb2\x7b\x7c\x26\x87\xb5\x8c\xfc\x99\x88\x61\x26\xe6\x41\x28\x20\x16\xbf\xae\x83\x58\x7c\x1f\xcd\xd6\xcb\xfc\x2d\xfb\xfd\x25\x81\x78\x1d\x86\x41\xb8\xf8\x28\x92\x34\xe1\x4d\x72\x81\x8a\xb9\xc2\x5b\x6b\x9d\x88\x46\x92\xc6\xc1\x34\xb5\xce\xb2\x0f\x8d\x14\xe1\xad\x6c\x48\xf0\x77\xb7\xbf\x88\x69\xea\x4c\x63\xe1\xa7\x02\x85\xeb\xe5\x12\xe7\x93\xe8\x4c\x26\x7c\x13\x05\xb3\x86\x0b\x33\xb1\x14\xa9\x50\x49\x20\xf6\x6a\xea\xf9\x56\x77\x93\x55\x7a\xcb\xea\x3a\xcd\x6a\x87\xc0\x8e\x86\xc2\xf2\xa7\xfd\x59\xfe\xc8\xcd\x13\xaf\x54\xc2\xcb\x83\xcc\xb6\x43\xca\x47\x63\x88\xf9\x14\x09\xb0\x90\xc9\x8e\x2d\x48\x31\x84\x3c\x75\x96\x22\x5c\xa4\x77\xe7\xe4\x22\xbc\xe2\xee\x45\x78\x7e\x8e\xd3\x51\x38\x76\xc4\xe7\x55\x14\xa7\x09\xca\xc7\x1d\x3b\xf7\xaa\x89\xec\xcb\x1e\xf4\x08\xf9\x36\x8c\x5e\x46\xe1\x7c\x19\x4c\x53\x96\x37\x9f\xea\x99\x0c\x21\x38\x93\xdd\x08\xf5\x8e\x4c\x9d\x3b\x3f\x79\xf7\x10\xbe\x8f\xa3\x95\x88\xd3\x47\x14\x62\xdb\x8e\xeb\x12\x51\xc0\x65\x37\x40\x8c\x82\x31\x17\xfa\x29\x1c\xf3\x78\x14\x8e\xf1\x1e\xee\xfd\x4f\xe2\x95\x98\xfb\xeb\x65\x7a\xad\x7a\x23\x37\x89\xda\x23\x21\x4f\x11\x86\x80\x23\xf9\xe3\xe2\x62\x6d\x23\x39\x23\xe9\x5d\x1c\x3d\x34\x42\xf1\xd0\xb8\x8e\xe3\x28\x46\x96\x1f\x36\xd6\x61\xb2\x5e\xc9\x3a\xc4\xac\xa1\x47\xd8\x78\xf0\x93\x86\x5e\xb0\x19\x34\xc4\xe7\x95\x98\xca\x8f\xff\xa2\x93\x50\x30\x83\xc6\x4c\xac\x12\x30\xd9\xf1\xbf\x34\x82\x30\x49\x85\x3f\x6b\x2c\xa2\x94\x35\xfe\xc5\x6a\x89\x96\xf5\x2f\x0d\x3f\x5e\xac\xef\x45\x98\x26\x8d\x34\x32\xd5\xfd\x8b\x85\xd5\x2e\xf1\xf9\xc8\x32\x0b\x61\x81\x65\x26\xd4\x02\x4b\x57\x68\x8d\x8b\x6e\x27\xf2\x64\x43\x0c\xa1\xec\x7c\x90\x38\xeb\x75\x30\xe3\x41\xab\x05\xea\x2d\x98\x71\xa1\x9f\x64\x87\x78\x33\x5b\x4d\x39\xa9\xfa\x69\xe8\xb3\x54\xe7\xd0\x75\xf3\xad\x69\x8d\x6d\xf7\x7b\xfd\x61\xea\x2f\x97\xb7\xfe\xf4\x13\x8f\xf5\xfb\x9d\x9f\xe8\x49\x4d\x5e\x24\xaf\xc4\x8a\x37\x89\x69\x2c\x79\xb1\x0c\xfc\x84\x87\xfa\x35\x16\xc1\x3c\x10\x33\x2e\x67\xf3\x45\x1c\xfb\x8f\x28\x6b\x1d\xeb\x0c\x49\xea\xa7\x82\x5b\xa1\x78\xb0\xf6\xf9\x78\xd6\x08\x6f\x8b\xb7\xa5\x5e\x14\x33\x92\x22\x7d\xaa\x47\x5d\x6c\xe1\x80\x87\x23\x31\xde\xed\xc2\x91\x68\x59\xcf\x83\x70\x26\x3e\x5b\xe3\x8b\xc0\xb6\x83\xac\x5b\x17\x58\xe6\x09\x9c\x60\xa6\xb2\xc9\x87\x22\x67\xb6\x87\x83\xdd\xae\x0a\x31\x8f\x36\xc4\xcb\x68\xbd\x9c\x35\xc2\x28\x6d\xcc\x83\x30\xdf\x10\xd9\x92\x06\xf7\x66\xa3\xcc\xe3\xe8\x5e\xa6\xa6\x2d\x4b\xae\xa9\xaa\x0c\x62\xdb\xb6\x56\x22\x9c\x05\xe1\xc2\x6a\x72\x1e\xe8\x19\xb0\x6d\x6b\x1e\x84\xfe\x32\xf8\x4d\xcc\x2a\xc9\x28\x70\x64\x1b\xaf\xc4\x2a\x41\x31\x86\xd8\x59\xad\x93\x3b\x14\x60\x0c\x41\x31\x13\x73\xdd\xcf\x60\x8e\x2c\x47\x96\x16\xce\xf4\xce\x8f\x5f\xa4\xc8\xc5\x38\x03\x48\x67\x39\xdc\xe7\xc2\x49\x56\xcb\x20\x45\xd6\x73\x4b\x9f\xee\xe2\xd5\x49\x96\xc1\x54\x20\x17\xce\x89\x3c\x20\x2e\x44\x3c\xdb\x24\x17\xc1\x65\x74\x11\xb4\x5a\xfa\xcc\xfa\x3c\x1e\x05\xe3\x33\xd5\xa4\x63\x71\xce\x7d\xd5\xbe\xcb\x39\x0f\xb3\x15\x3e\x9e\x37\x3f\x94\x93\xe6\x4f\xa7\x22\x49\x1a\x2b\x3f\x16\x61\x9a\xcd\x5e\x34\x6f\xc4\x51\x94\x5a\xf8\x2c\x74\x56\xd1\x0a\xe1\xbd\x58\x26\xc2\x8c\x49\xd5\x3f\x8d\xc2\x34\x08\xd7\x42\x66\x90\x93\xe0\xe3\xfd\xde\x8c\x2e\x74\x7e\x89\x82\x50\x8d\xa0\x98\x95\x99\xdc\x37\x3a\x43\x13\x35\xe5\xd6\xb0\xed\x66\x65\x6f\xe0\x7d\xe2\xac\xe2\x28\x8d\xd2\xc7\x95\x70\x8e\xe0\x45\x01\x27\x33\x88\x5f\x3a\x23\x19\x84\x3b\x93\x70\x9f\x73\x2e\x76\x3b\x2b\x52\x08\xc1\x6a\x72\x59\x5f\x34\x6f\xa8\x65\x35\x75\x94\x52\x77\x3b\x8d\x19\xd4\x4a\xcd\x74\x8b\xbb\x5d\xd3\xa0\x93\x20\xb9\xfe\x9c\x8a\x30\x09\x6e\x97\x02\x09\xbc\xdb\xa1\x3c\x13\x17\x78\x0f\xe5\x2e\x9b\x3e\x94\x3b\x2a\x27\xac\xd8\x4a\x9c\xf3\xe2\x98\xed\x76\x96\x3c\x8f\x8f\x72\xeb\x55\x3e\x64\x9b\xa4\x6e\x78\x1a\x7e\x3b\x0f\xb1\xbf\xd2\xd8\x23\xb1\x6d\x54\x05\x09\xc7\x59\x90\x39\xae\x55\xd8\x81\x71\x01\x14\x1e\x91\x46\xd7\x66\x4e\xb3\x2c\x8e\xbf\x5a\x2d\x1f\x55\xf1\x0a\x00\xc9\x11\x4c\x39\xd1\xec\x33\xee\x56\x40\x49\x31\xf8\x5a\x48\x65\xdb\x7a\xf2\xf5\x92\xa1\x9a\x21\x73\x81\x0d\xd6\x3a\xde\x12\xb6\xad\x0b\x1c\xa6\x23\x0c\x35\x35\x55\x17\x6b\x1d\x26\x42\x94\x97\xea\x10\x00\x9e\x04\xc1\xd5\x7a\xd4\xf4\x1d\x2e\xb9\x99\x12\x79\xfa\x4b\xeb\x5a\x69\x22\x5f\xfb\xb3\x34\x7e\xdc\x56\xc0\xb3\x7a\x99\x98\x75\x81\xc3\x42\xb2\xde\xbd\x9a\xd6\xe5\xe3\xf6\xc4\x16\xca\x36\x85\x29\x26\xe4\x81\x17\x33\x0b\x1f\x76\x7e\x72\xd4\xfb\x0c\x2e\x99\x9d\x90\xad\xad\x06\x44\x18\x52\xee\x5e\xa4\x97\x22\x03\x42\x69\x06\x80\x62\x2e\x46\xe9\xf8\x4c\xfe\xe3\x71\x36\xe1\xc3\xfc\x89\x1d\x52\x22\x08\xef\x73\x02\xb7\xd2\xa3\x0c\xbc\x56\xa8\x22\x39\xa5\x72\x49\xf8\xe9\xe9\xcc\x80\xf8\x59\x41\x41\xe5\x48\x16\x62\xee\x5e\xc4\x97\x19\xae\xbb\x88\xb3\x5e\x87\x8a\xd4\x86\xa0\x32\x56\x49\x81\xe7\xcb\x6d\x88\x46\xdd\x79\xf3\xb6\x3f\xcb\xd1\xbf\x84\xaf\x43\x54\x8f\x82\x5d\x08\xf2\x3d\x5c\xb3\x1b\x31\xcb\xc9\x09\x55\xcb\x61\x66\xff\x93\xb8\xd1\xdf\x11\x66\x19\x95\x51\x9b\x53\xf7\x2d\xc8\xb6\xea\x14\xcd\x51\x98\xd1\x1a\x38\x7b\x00\x71\xb4\xf8\xa5\x26\x4e\xc0\x56\x09\x32\x78\x99\x3e\xcc\xe8\x4a\xd3\xb1\x39\x4a\x41\x60\xbc\xcf\xc1\x41\x0e\x1a\x53\x48\x4d\x7f\xde\x28\x7a\x47\x4e\x4f\x5d\x4d\xb3\xbc\x0e\x48\xf7\x80\x34\xc9\x55\x61\x91\x24\x49\x51\x90\x13\x67\x81\x6d\xab\xad\x50\x60\xe5\xdd\x0e\xe5\x64\x9b\x59\xe1\x4b\x6a\xdb\xd1\x51\x2a\x06\x45\xf3\x48\xea\x43\xd3\x3e\x12\x9a\xc7\xb2\xab\x7c\x34\xc6\x20\xab\xe7\xb1\xa2\x0b\xfd\x70\x2a\x51\xc3\x72\x28\xb1\x65\x82\x62\x35\x11\x10\x43\xd3\xc5\x4c\x27\x69\x0a\xaf\x49\x30\xde\xe3\x63\xb8\xaf\xf0\xbf\x3e\x16\xba\xd3\x73\xd4\x8c\x77\xbb\x6c\x0f\xc7\x15\x38\x8f\x62\x9e\xd5\x39\x1a\xc3\x1a\x14\xe7\x82\x0f\xa1\x60\x0a\x71\x0d\x48\xd5\x7d\x86\x78\x6f\x78\x16\xc7\x57\xe4\x5e\xb5\x23\x66\xaa\xa9\x44\xdb\x07\x53\x32\x34\xf4\x71\x0a\xb2\x0b\x92\xb4\xd3\x03\x94\x4f\xfb\x82\x9b\x71\x44\x98\xc6\x81\xc8\x19\x98\x5f\x12\x67\x22\xfc\x4f\x93\x44\x88\x90\x87\xa5\x7c\x72\x95\x67\xa5\xf7\x03\x20\x2b\xf0\x56\x73\x34\x2a\x1d\x5b\x72\x02\x75\x1e\x54\x69\x6e\xba\x14\x7e\x5c\xde\x93\x5f\xd9\x13\xc5\x48\xa4\xb2\x2e\x33\x2e\x6b\x1e\x45\x16\xa0\x52\x4d\x7b\x8c\xcb\x1f\x9f\xdf\xfa\xb1\x25\xe7\xfd\xa9\x3c\x7e\x32\x9b\x5b\x30\xca\x0e\x61\x99\xfa\xcf\x8e\x70\xb9\x02\xb3\x69\x15\x8f\x54\x34\x22\xb9\xa6\xd2\xdb\x71\x3f\x7e\x53\xfd\x28\xaf\xa3\xee\xfe\x41\xc6\x5f\xd7\xbf\x59\x4f\xe5\x2a\x27\x82\x29\xf1\xd9\xaa\x1b\xb4\xc9\xe2\xe8\x2a\x2d\x47\xf7\xc1\x72\xcc\x78\x55\x42\x2c\x7f\x9d\xe7\x32\xe7\xd3\x73\x74\xef\x07\xa1\xa9\x53\x15\x3b\x95\x3b\x47\x00\x2a\x67\x3e\x91\xdb\x3d\xce\xd6\xbf\xfa\xe5\x20\x59\x35\x93\xa7\x99\xbd\x53\xcc\xea\xe1\x1e\x42\x18\x32\x32\x90\xe7\x04\x9f\xae\xd9\xb6\x8f\xbe\xe8\xf5\xb5\xed\xea\xd1\xb3\x6d\x74\x70\x16\xb7\x87\x6c\x7f\x45\x60\xb0\xc7\x7b\xac\x50\x02\x86\x9c\xf8\x95\x27\x4c\x31\x84\x79\x4a\x80\x7c\x48\x14\x66\x6b\xc6\x23\x7f\xac\x9f\x52\xf5\x24\x01\xc7\x9a\x17\xa4\x6a\xde\x3f\xd3\x9c\x6d\x9b\x07\x05\x57\x12\xdb\x5e\x67\x14\xe3\x1a\xf9\x12\x46\xc9\xf4\x28\x4b\x8b\x4c\x9a\x92\xc6\xf0\x63\xf2\xbf\xcc\x33\xfd\xc5\x6a\xf9\x2d\xeb\x2f\x16\x3e\xd3\xcc\xc2\xd2\x99\x46\x33\xc1\xad\xef\xdf\xbd\xfa\xe1\xbb\xeb\xc9\xdb\x77\x1f\x27\xaf\xdf\xfd\xf0\xf6\x95\x05\x4b\xc5\x13\x4f\xb9\xec\x7b\x85\x38\x3a\x93\x63\x18\xb9\x63\x45\x43\xa2\x69\x36\x67\x50\x11\xe5\x64\xac\x1d\x52\x99\xc9\x58\xf1\x89\x02\xef\x31\x4c\xa1\x28\x92\x71\xd1\x19\xa5\x20\xdb\xca\x69\xb9\x0c\xcd\x47\x5f\x33\x51\xe0\x73\xf7\xc2\xbf\xcc\x58\xa1\x0b\xbf\xd5\xc2\x01\x0a\xe5\x6c\xe7\x6c\xe6\x1e\x6d\x09\x1b\x9d\x14\x38\x09\x44\xf5\x1c\xa6\x10\x73\x94\x72\x81\x48\x17\x63\xdb\x4e\x9d\xc9\x44\x24\x9a\xd0\x1e\xa6\x6c\x6b\x10\x20\x4b\xf7\x67\x71\x86\x0d\x9d\xc9\xad\x7f\x2b\x96\xef\xa3\xe5\xe3\x3c\x58\x2e\x6d\xdb\x5a\x87\x46\x56\x51\xf0\x21\xd3\x28\x4c\x22\xb9\xfb\xcc\x83\xf3\xe0\xc7\x61\xf5\x0d\x59\xff\x51\x55\xf4\x7c\x65\x6a\x6a\x04\x89\x96\xb0\xc9\x15\x8c\x45\x23\xbd\xf3\xc3\x46\x14\x4e\x45\x23\xd2\xb4\x79\x63\xe5\x2f\x84\xd3\xf8\x28\x1f\xe5\x5b\x1c\xdd\xfa\xb7\xcb\x47\xc5\x2c\xcf\x44\x12\xc4\xfe\xed\x52\x3c\x0f\xc2\x54\x84\xb2\x12\x5f\x6e\x05\xff\xb1\x71\xe7\x6f\x84\xea\x90\xf8\x75\x2d\xc2\xa9\x48\x1a\xc1\xbc\x31\x0b\xe6\x73\xa1\x78\xc4\x8d\x88\x93\x20\x0a\x13\xc9\x25\xa6\x77\xa2\x91\x75\x27\x69\xf8\xb1\x68\x48\x9e\x21\x10\xb3\x86\x2e\x9c\x06\x92\x4e\x75\x1a\x6f\xe6\x8d\xc7\x68\xdd\x98\x45\x8d\x50\x88\x59\x23\x8d\x54\xc7\x2b\xc5\x0f\xc6\x00\x0d\x39\xff\x07\x23\x7e\x5e\x08\xae\x72\x09\x4e\x1a\x35\x6e\x1f\x57\x7e\x92\xa8\xda\xe4\x44\x05\xe1\xc2\x91\xc0\xe0\xc4\x02\xf0\xa6\xbb\x87\x2d\xe9\x32\xd2\x05\xca\xe8\x7e\x0c\xf4\xc9\x95\x6f\x63\x10\xa8\x2b\xff\x75\xe4\x3f\x42\xd4\x7f\x57\xfd\x57\xdf\x08\x55\xff\xd5\x57\x4f\xfe\xeb\xcb\x7f\x3d\xf9\x6f\x20\xff\xb5\xdd\x9e\xfe\xf1\xb0\x6c\xd8\x65\xc4\x05\x42\x18\x21\x40\x28\x23\x14\x48\x9b\x91\x36\x90\x0e\x23\x1d\x68\xb3\x36\xb4\xdd\x1e\x6b\xbb\x3d\x68\xbb\x1e\x6b\xbb\x1e\x74\x58\x07\xba\xac\x0b\x3d\xd6\x03\x8f\x79\xd0\x67\x7d\x18\xb0\xc1\x7e\x0c\xed\x72\xc7\x25\xb2\x17\x88\x7a\xaa\x75\xaa\xbb\x43\x49\x4f\xff\x74\xf5\x8f\xfe\x46\x5d\xfd\x63\x12\x07\xfa\xc7\xd3\x89\xe6\x47\x97\xa3\x54\xff\xb4\xf5\x0f\xd1\x39\xcd\x9b\x6e\x81\x9a\x3a\x55\x2d\xa4\xaf\xe7\xa5\xaf\xa7\xa4\xaf\x0b\xb4\xcd\x8f\x6e\xd6\x35\xb5\x98\x1f\xdd\x82\x6b\x7e\x74\xd5\xae\xae\xda\xed\x62\x79\xf2\xf4\xf4\x51\x57\xf7\xcc\xd5\xed\xb9\xa6\xd7\xa6\x3d\xbd\x34\xfd\xae\xfe\xe9\xe9\x1f\x4f\xff\xf4\xf5\x8f\xee\xe0\x40\x17\x18\xe8\x55\x1c\xe8\x7e\x0e\xf4\x3a\x0e\x74\x2d\x03\x5d\xcb\x40\xd7\x32\xd0\xb5\x0c\x74\x2d\x03\xdd\xac\xab\x87\xd2\xd3\x33\xe8\xe9\x37\x4f\x77\xb0\xa7\x3b\xd8\x33\x59\xf4\x30\x7b\x7a\x0c\x1e\x51\x23\xf2\xf4\x30\xbb\x3a\xb1\xab\xcb\x75\x75\xb9\xae\x6e\xa1\xa7\x27\xa4\xa7\x73\xf6\xf4\x84\xf4\x4c\x0b\x3a\x8b\xa7\xb3\x78\xfa\x9b\x67\xfa\xa2\x7b\xad\xdf\x88\xee\x12\xc9\x12\xf5\x14\xe8\x1d\x42\x74\xd5\x44\x77\x90\xf4\x4c\xa2\x29\xa7\x13\x3d\x93\x45\xcf\x99\x6e\x9d\x74\x4d\x9d\x7a\xea\xba\x6a\x8d\x88\x67\xb2\xe8\x16\x74\xe7\x89\x1e\x34\xe9\xea\x69\xed\x9a\x37\x9d\x45\x8f\x96\xe8\xce\x13\x33\xbe\x8e\x1e\x5f\xc7\xcc\x84\x49\xd4\xa3\xed\xea\xf9\xec\xea\xf9\xec\xea\xb1\x77\xf5\xf4\xb4\xcd\x76\x33\xd3\xaa\x67\x42\xaf\x34\xd5\x2b\x4d\xf5\xd8\xa9\xde\x9f\x54\x6f\x14\xaa\xb7\x06\xed\x9b\x6f\xba\x78\xbf\xa7\xd6\x48\x6f\x29\xaa\x37\x11\x35\x3b\x59\xef\x6b\xda\x36\xcd\xea\x2c\x6d\x5d\x59\x5b\xaf\x66\xdb\x8c\x41\x37\xd4\xd6\x2d\xb4\x75\x0b\x1d\x5d\x4b\x47\xd7\xd2\xd1\xb5\x74\xcc\x30\x75\xf1\x4e\x17\x43\x5a\x48\x3f\x50\x97\x2a\xa0\xd1\xed\x30\xd2\xed\x00\xe9\x4a\xb0\xd5\x05\xd2\xed\x31\xd2\xed\x01\xe9\x7a\x8c\x74\x3d\x20\xdd\x3e\x23\xdd\x3e\x90\xee\x80\x91\xee\x00\x48\xcf\x65\xa4\xe7\x02\xe9\x11\x46\x7a\x04\x48\x8f\x32\xd2\xa3\x40\x7a\x6d\x46\x7a\x6d\x20\xbd\x0e\x23\xbd\x0e\x90\x5e\x97\x91\x5e\x17\x48\xaf\xc7\x48\xaf\x07\xa4\xe7\x31\xd2\xf3\x80\xf4\xfa\x8c\xf4\xfa\x40\x7a\x03\x46\x7a\x03\x20\x9e\xcb\x88\xe7\x02\xf1\x08\x23\x1e\x01\xe2\x51\x46\x3c\x0a\xc4\x6b\x33\xe2\xb5\x81\x78\x1d\x46\xbc\x0e\x10\xaf\xcb\x88\xd7\x05\xe2\xf5\x18\xf1\x7a\x40\x3c\x8f\x11\xcf\x03\xe2\xf5\x19\xf1\xfa\x40\xbc\x01\x23\xde\x00\x48\xdf\x65\xa4\xef\x02\xe9\x13\x46\xfa\x04\x48\x9f\x32\xd2\xa7\x40\xfa\x6d\x46\xfa\x6d\x20\xfd\x0e\x23\xfd\x0e\x90\x7e\x97\x91\x7e\x17\x48\xbf\xc7\x48\xbf\x07\xa4\xef\x31\xd2\xf7\x80\xf4\xfb\x8c\xf4\xfb\x40\xfa\x03\x46\xfa\x03\x20\x03\x97\x91\x81\x0b\x64\x40\x18\x19\x10\x20\x03\xca\xc8\x80\x02\x19\xb4\x19\x19\xb4\x81\x0c\x3a\x8c\x0c\x3a\x40\x06\x5d\x46\x06\x5d\x20\x83\x1e\x23\x83\x1e\x90\x81\xc7\xc8\xc0\x03\x32\xe8\x33\x32\xe8\x03\x19\x0c\x18\x19\x0c\x80\xba\x2e\xa3\xae\x0b\xd4\x25\x8c\xba\x04\xa8\x4b\x19\x75\x29\x50\xb7\xcd\xa8\xdb\x06\xea\x76\x18\x75\x3b\x40\xdd\x2e\xa3\x6e\x17\xa8\xdb\x63\xd4\xed\x01\x75\x3d\x46\x5d\x0f\xa8\xdb\x67\xd4\xed\x03\x75\x07\x8c\xba\x03\xa0\xc4\x65\x94\xb8\x40\x09\x61\x94\x10\xa0\x84\x32\x4a\x28\x50\xd2\x66\x94\xb4\x81\x92\x0e\xa3\xa4\x03\x94\x74\x19\x95\x78\x89\xf4\x18\x25\x3d\xa0\xc4\x63\x94\x78\x40\x49\x9f\x51\xd2\x07\x4a\x06\x8c\x92\x01\x50\xea\x32\x4a\x5d\xa0\x94\x30\x4a\x09\x50\x4a\x19\xa5\x14\x28\x6d\x33\x4a\xdb\x40\x69\x87\x51\xda\x01\x4a\xbb\x8c\xd2\x2e\x50\xda\x63\x94\xf6\x80\x52\x8f\x51\xea\x01\xa5\x7d\x46\x69\x1f\x28\x1d\x30\x4a\x07\x40\xdb\x2e\xa3\x6d\x17\x68\x9b\x30\xda\x26\x40\xdb\x94\xd1\x36\x05\xda\x6e\x33\xda\x6e\x03\x6d\x77\x18\x6d\x77\x80\xb6\xbb\x8c\xb6\xbb\x40\xdb\x3d\x46\xdb\x3d\xa0\x6d\x8f\xd1\xb6\x07\xb4\xdd\x67\xb4\xdd\x07\xda\x1e\x30\xda\x1e\x00\xed\xb8\x8c\x76\x5c\xa0\x1d\xc2\x68\x87\x00\xed\x50\x46\x3b\x14\x68\xa7\xcd\x68\xa7\x0d\xb4\xd3\x61\xb4\xd3\x01\xda\xe9\x32\xda\xe9\x02\xed\xf4\x18\xed\xf4\x80\x76\x3c\x46\x3b\x1e\xd0\x4e\x9f\xd1\x4e\x1f\x68\x67\xc0\x68\x67\x00\xb4\xeb\x32\xda\x75\x81\x76\x09\xa3\x5d\x02\xb4\x4b\x19\xed\x52\xa0\xdd\x36\xa3\xdd\x36\xd0\x6e\x87\xd1\x6e\x07\x68\xb7\xcb\x68\xb7\x0b\xb4\xdb\x63\xb4\xdb\x03\xda\xf5\x18\xed\x7a\x40\xbb\x7d\x46\xbb\x7d\xa0\xdd\x01\xa3\xdd\x01\xd0\x9e\xcb\x68\xcf\x05\xda\x23\x8c\xf6\x08\xd0\x1e\x65\xb4\x47\x81\xf6\xda\x8c\xf6\xda\x40\x7b\x1d\x46\x7b\x1d\xa0\xbd\x2e\xa3\xbd\x2e\xd0\x5e\x8f\xd1\x5e\x0f\x68\xcf\x63\xb4\xe7\x01\xed\xf5\x19\xed\xf5\x81\xf6\x06\x8c\xf6\x06\x40\x3d\x97\x51\xcf\x05\xea\x11\x46\x3d\x02\xd4\xa3\x8c\x7a\x14\xa8\xd7\x66\xd4\x6b\x03\xf5\x3a\x8c\x7a\x1d\xa0\x5e\x97\x51\xaf\x0b\xd4\xeb\x31\xea\xf5\x80\x7a\x1e\xa3\x9e\x07\xd4\xeb\x33\xea\xf5\x81\x7a\x03\x46\xbd\x01\xd0\xbe\xcb\x68\xdf\x05\xda\x27\x8c\xf6\x09\xd0\x3e\x65\xb4\x4f\x81\xf6\xdb\x8c\xf6\xdb\x40\xfb\x1d\x46\xfb\x1d\xa0\xfd\x2e\xa3\xfd\x2e\xd0\x7e\x8f\xd1\x7e\x0f\x68\xdf\x63\xb4\xef\x01\xed\xf7\x19\xed\xf7\x81\xf6\x07\x8c\xf6\x07\x40\x07\x2e\xa3\x03\x17\xe8\x80\x30\x3a\x20\xd0\xa5\xac\x2b\x29\x9f\x4e\x0d\x01\x21\x71\xe2\x01\x04\x72\xb4\xe8\x64\xbe\xf4\xd3\xef\xfd\xd5\x1e\xb6\x74\x40\x19\x1d\xd0\xbc\x9e\x6e\x5d\x3d\xed\x53\xf5\x04\xe1\x74\xb9\x9e\x89\x44\x55\xd4\x66\x74\xd0\xce\x2b\xea\xd5\x55\xd4\x39\xae\xc8\xc8\xe7\x8d\x3c\x40\x55\xd4\x61\x74\xd0\xc9\x2b\xf2\xea\x2a\x3a\x86\xad\x59\x45\x0b\x91\x96\x14\x9a\xaf\x44\x32\x8d\x83\x55\x1a\xc5\xba\xea\x2e\xa3\x83\x6e\x5e\x75\xbf\xae\xea\xde\xc9\xaa\x37\xfe\x72\x6d\xba\xd8\x63\x74\xd0\xcb\xeb\x19\x1c\xd6\x73\xc8\x72\x68\xb4\x46\x25\x05\x72\x58\xf7\xfb\x38\xba\x0f\x12\x25\x30\x95\x14\xb6\xac\x3d\x3b\xb2\x03\x8f\xd1\x81\x97\xb7\x42\xdc\xba\xee\xf6\x8f\xab\xfc\x90\xc6\x92\x72\x5e\xf9\xb3\xeb\x70\xa6\xba\xdb\x67\x74\xd0\x2f\x2a\x22\x75\x15\x0d\x9e\xaa\xe8\x43\xea\xc7\xa9\xaa\x6a\xc0\xe8\x60\x50\x54\x45\x8f\xab\x6a\x4b\xba\xf0\x44\x55\x69\x1c\xdc\xdf\x04\x8b\x3b\x59\x57\xdb\x25\xac\xed\x16\x5b\x98\xd4\x10\xc1\x6d\x49\x9f\x3d\x51\xd7\x77\x62\xae\xab\x72\x59\xdb\x75\x8b\xaa\x6a\x8e\x43\xdb\x3d\x38\x0e\xa4\x4b\xb0\x33\x47\x96\x9f\x3c\x86\xd3\x37\xa9\x88\xfd\x34\x8a\x2d\x8d\xa4\x09\x23\x5d\x02\x6d\x97\xb2\xb6\xab\x2a\xac\x39\x17\xed\xc3\xfa\xfa\xd8\x59\x2c\xa3\x5b\x7f\x29\xab\x90\x68\x0d\xda\x94\xb5\x55\xf1\xa3\xd3\x90\xd6\x48\x1b\x8d\x9a\xe9\x58\xb5\x65\x74\x7e\x1f\x1f\x57\x42\x33\xfd\xa2\x65\x49\x3e\x50\xa9\xfd\x1a\x59\x81\xa6\x55\x18\x4a\xec\xf7\xb0\x95\xed\x1e\x1d\x1e\x23\xe4\x47\xb4\x8f\xcf\x4e\xf6\xa1\x19\x23\x81\x9f\x6c\x34\x6c\x68\xa1\xcb\x61\x9b\x12\x1b\xf5\x65\xc3\x47\x47\x4b\x37\x5c\x34\xb9\x35\xdc\x27\xb3\xa8\xd3\x73\x08\xb1\xf6\x67\x56\xb8\xbe\xbf\x15\x71\xc1\xff\x4f\x26\xc2\xb6\xd1\x64\x22\x78\x8c\xcd\x80\x8e\x8e\x5a\x36\x20\xd2\xab\x1f\x10\xa4\x10\xaa\x41\xc9\x31\x41\xae\xa5\x4a\x0b\x15\x6e\xf2\x10\xa4\xd3\x3b\x14\xe2\xed\xd4\x4f\x44\x83\x30\xf3\x25\xaf\x23\xce\x25\x1d\x42\x8b\x43\x52\x88\xf1\xfe\x4c\xe5\xa6\xc7\xb9\x65\x7b\x47\xf9\x21\xcc\x4a\xb4\xeb\x4a\x40\x50\x5b\x06\x82\x42\x1b\x5b\x11\xa3\x9a\x9c\x46\xaf\x07\xb9\x3c\x58\x29\x07\xb6\x44\xd2\x80\x92\x1d\x3e\x82\x18\xc5\x0c\x35\x25\x58\xc2\x08\x1d\x57\xeb\x35\x33\x1b\x1c\x2d\xdc\xc8\x8d\x43\xb6\x7b\xb0\x7c\x0b\xb6\x0b\x51\xb2\x36\x29\x8a\xed\xf7\xd8\xf1\xf7\x18\x2b\x10\xc6\x68\x5b\x76\xe0\x08\xd2\x94\xf6\x1f\x84\xf2\xb7\x83\x9d\x59\x34\x55\xbd\x87\x80\xc7\xda\x2c\x05\x85\xc6\xfe\xe7\x7a\x29\xe4\x97\x53\x7b\x35\x13\xfa\x0c\x0f\xf2\x23\x81\xb5\x86\x6f\x2b\xc9\x27\x89\x5d\xf5\xb6\xa4\x47\xe0\x2a\xef\x4f\x47\xf7\x47\x32\xd6\x81\xfc\x1d\x60\x88\x64\x7a\x0f\x83\x2f\x7f\xbb\x18\x0e\xb6\xd5\x5a\x97\x5e\xc2\x14\xe6\x30\xe3\xc2\x4e\x9c\xd7\x70\xa7\x7e\xbf\x85\x95\xfa\xfd\x00\xf7\xea\xf7\x3d\x6c\xd4\xef\x37\xf0\xa8\x7e\x7f\x82\x05\xbf\x1b\x86\x2c\x1c\xa5\xe3\xdd\x0e\xc9\x1f\xbe\xdd\x63\xb8\xe5\x8b\x42\xb1\x03\x13\x7e\x37\x8c\xd9\x6a\x18\x8f\xd2\x31\x43\xb1\xca\xbb\xdd\xe3\x22\x87\x52\x92\x2d\x1b\x41\xd8\xb8\xb3\x6d\xb4\xe6\x29\x86\x35\x46\x53\xde\x9c\xd9\xf6\x24\x53\xc9\x36\x39\x9f\x8c\x96\x63\x6c\xdb\x3e\x5a\xc0\x12\xef\x76\x68\xce\xa7\x43\x99\xc6\xd6\xa3\xe5\x18\x16\xa3\xe5\x98\xdf\xd5\x2a\xd5\x65\xa6\xa1\xcc\xc4\x36\xb6\x3d\x1d\x06\x68\x0e\x31\x66\x8f\xb6\x2d\x3f\x70\x3e\x1f\x96\x17\x43\x6b\xeb\x0a\xe5\x90\x96\x94\x06\x73\x25\x44\x2d\xeb\x63\x04\xde\x9a\x33\x77\xa4\xda\xd1\x47\xd0\xcd\x8e\x48\x28\x1e\x1a\xe2\xac\x7a\x2c\x55\x1a\x4a\xf1\xc1\xf9\x33\xc9\xf2\x64\x1e\xa6\x94\x64\x8f\xa2\xac\x0a\x2f\x9d\x9a\x42\xf3\x95\x4f\x2e\x17\xa5\xa5\x48\xf7\x68\x8e\xd9\x7d\x79\x92\x72\x28\x35\x1f\x06\xe8\xb5\x49\x55\x67\x17\xe6\x98\xcd\xe1\xde\xb6\x11\x5a\x38\x9b\x20\x4e\xd7\xfe\x72\xb7\x2b\x9e\xe5\x52\x63\x39\x81\x73\x90\x9b\xe1\xc6\xb6\x6f\x6d\xbb\x79\x3b\x5a\x8e\x6d\x3b\x42\xb7\x20\x2b\xc0\x78\x7f\x96\x38\xaf\x39\x81\xc4\xf9\x96\x53\x48\x9c\x0f\xbc\x03\x89\xf3\x9e\xf7\x21\x71\xbe\xe1\xa4\x07\x89\xf3\x13\x6f\xcb\x2f\x3f\xf0\x9e\xfc\x74\xc3\x09\xed\x97\x30\x52\x92\xa3\x21\x22\x79\x21\x30\x47\x41\xd2\xd5\x20\xb9\x08\x05\x21\x8e\x70\x6e\xfd\x41\x4b\xe3\xc7\xcc\xe8\xa3\x29\x10\xde\x4f\x7d\xb9\x7c\xb9\x52\xaa\xe9\xee\x0d\xc6\xa1\x47\x98\xf7\x10\xf0\xd7\x09\x4d\xb5\x69\xa4\x6d\x1b\x13\xc9\xef\xfd\xf4\x8e\x73\xf9\x7f\xa8\x53\x58\x5d\xa1\x44\x2c\xe7\xb6\x2d\xff\x97\x0b\xc8\x77\x96\x2d\x07\xb2\x4a\x06\x0e\x16\x46\xb8\x0e\xc7\x2c\x14\x8e\x59\xe4\x38\x86\x1e\xe1\x7a\x63\x5d\xb8\x3f\xb0\x96\x3b\x81\x6f\x0a\xf5\xaa\x86\xe4\x32\x29\x9b\x9d\x23\x3a\x20\x87\x3f\x03\x0d\x7f\xda\x6e\x19\xd6\x09\x44\x5d\x3c\xac\x40\x9d\xa0\x54\xfd\x5c\xa3\x37\x44\x20\xc0\x78\xcf\x8e\x34\x57\x66\xcf\x2b\x65\x3e\x68\xfc\x2c\xb9\x61\x90\xbc\xe2\x00\xda\x92\x66\x92\x9d\x3a\x22\x12\xaa\x58\xc2\xc5\xb6\xfd\x27\xb0\x85\x40\x94\x60\x64\xcd\x82\x8d\x85\xbf\x1a\x6f\xe8\xee\x49\xd6\x1a\x72\x1c\x72\x44\x4a\x3c\x85\x0b\x8e\xd5\x44\xc3\x70\xbd\x5c\x36\x39\x17\xac\xe6\xec\x66\x84\x12\x3d\xa0\x2b\x32\x6d\xb5\x42\x09\x9e\x46\x09\xd4\xd3\x28\xa1\x4d\x24\x4a\xa8\x1d\xf4\x59\xec\xcc\xcd\xa2\xd5\x7e\x3f\x5a\xa2\x60\x8e\x64\xe7\x21\xe5\x11\x4a\xa1\xe9\x62\x90\xe4\x06\x04\xb8\x38\x70\x0d\xdf\x64\x36\x87\x2e\xc1\xdb\xbd\xa4\x13\x17\x22\xb5\x82\xb0\x11\xef\x76\x56\x62\x1e\x8f\x48\x36\xeb\x85\x32\x0a\x8b\x62\x4d\xb6\xe5\xd6\x96\x05\xd9\x66\x29\xa6\x46\x95\xb6\x6d\x64\xec\x3e\x54\x1a\xd6\x3b\x86\x78\x8c\x78\x60\x16\x46\xf2\xb8\xd0\x26\xac\x4d\xf6\x63\xb9\x7f\xbe\x62\x61\x8a\xf3\xb0\x15\xe1\xfa\x5e\x28\x55\x05\x6b\x22\x62\x0b\x0c\xd3\x28\x9c\x07\x8b\x75\x96\x46\x65\xda\x43\x1c\xa4\xe6\xbd\x23\xdf\x55\x67\x58\x9a\x01\x98\xf6\x53\x24\xc5\xc9\x13\x99\x13\xb5\x39\xd5\x97\x99\xc8\x4a\xfc\x54\x07\xd6\x51\xc8\x85\x93\x46\x9a\xd7\x90\x27\x20\x46\x01\x0f\xcd\x89\xc6\x79\x45\xaa\x82\x13\xa5\x55\xcf\xdf\xcd\xbf\x50\xb8\xf9\xff\xae\xf9\xa3\x25\x7f\xe9\x87\x7f\x49\x1b\xd3\x28\xdc\x88\x38\x35\x64\x7a\x23\x8d\x1a\xab\x38\xb8\x0f\xd2\x60\x23\x1a\x7a\xc9\x71\x99\x5e\x6f\x1f\x68\x4e\x34\x2e\x17\x88\x52\x7c\x96\xa2\xd4\xf9\x16\xb6\x9a\xb5\x61\x8a\x54\xda\xab\xc3\x4a\x19\xa5\x1a\xab\xc8\x1a\xda\xc7\x27\x28\x47\xb0\xa3\xce\x78\x44\x7a\x4a\x9f\xa8\xf1\x6f\x5c\x46\xbe\x05\xc1\xda\x3e\x81\x3d\x04\xea\x3c\xbd\xb8\x19\x58\xaf\x18\x09\xbe\xcd\xd2\x6a\xd9\x99\x34\x3b\x02\x2d\xb5\xcf\x3b\x7d\xd6\x51\x33\x71\x02\xfa\x4b\x7e\x91\x62\x64\xad\xc3\x64\x1a\xad\xe4\x06\x4d\x94\x9d\xa7\x16\x84\x14\x24\x99\x36\x5c\x0c\x47\xf1\xd8\xb6\x05\xf2\x28\x46\x21\xc4\x4a\x2f\x5e\x0f\xb6\x64\xce\x91\x18\x73\x89\x42\x25\xe7\x49\x19\xe9\x52\xf0\x28\xf3\x24\xe3\xd8\x3e\x42\x18\x15\xd1\x42\xde\x35\x3a\xc0\xa8\xe9\x3e\xc5\x01\x65\x88\xb0\x85\xc2\x61\xac\xaa\x32\x34\x17\x23\x6a\x27\x10\x3a\x60\x84\x2a\x5d\xd4\x13\xf8\xa0\xba\xc2\x86\xbe\x6b\x22\x51\x26\xef\x52\x5c\x32\xc5\x0c\x6d\x5b\x19\xa0\x1f\xf3\xb0\x71\xcb\x62\x8d\x20\x9c\x46\x71\x2c\x94\x16\x70\x13\x4d\xfd\x13\x7c\x6c\xbb\xff\xa5\xcd\xe5\x3d\xb1\xb9\x14\x04\xeb\x13\xd6\x57\x50\xeb\x69\x61\x4d\x3e\xa3\x1d\x6a\x18\x82\xb6\x01\xff\xa4\x43\xca\xf3\x3b\x1a\x3b\xd3\x68\xf5\xf8\x53\x90\xde\x05\xe1\xa1\x6d\xb3\xd6\x68\xc7\xc6\x7c\xc0\xe7\x01\x8a\x72\xe3\xa5\x84\xcb\x4c\x3e\x86\x35\x97\x44\xb2\x8f\x61\x79\x64\xcf\x73\x45\x87\xc5\xf0\xe8\x38\x33\x5f\x9b\x2a\x12\xc7\xb9\x0f\x42\x84\x72\x4e\x76\x39\xf4\x59\x88\x96\xe0\x63\x7c\xbe\x06\xff\x3c\xc1\x30\xe7\x44\xb1\x06\xeb\xcb\xc4\xb6\x93\xcb\x75\x6b\x6a\xdb\x68\xce\xcf\x09\xac\x5b\x7c\x7a\x4e\x20\x51\x3f\xf8\x62\x7a\x7e\xde\xb8\x72\x2f\xf0\x5a\x2e\x51\x34\x8c\x46\xc9\x98\x47\xa3\xf5\x98\x19\xef\x0a\x99\x20\x33\xcf\x65\xc1\x79\xb6\x2a\x91\xda\x2f\x6d\x8f\x91\xb6\x07\xa4\x43\x18\xe9\x10\x20\x1d\xca\x48\x47\x89\x22\x8f\xf0\xc2\x9f\x9b\xe1\x7a\x7f\x8a\x6c\x52\x23\x1e\x94\xac\xde\xfd\xa3\x29\x54\xf3\xec\x5f\x91\xd2\x44\x92\x7c\x22\x23\x39\xfb\xfe\x89\x59\x5e\xf2\x7c\x6e\xd7\xc3\x88\x85\x68\x0d\x11\xbe\x58\x5e\x25\x17\x38\x1d\x25\xad\xd6\x98\x8b\x9c\x5d\xf8\xc2\x4c\x9c\xc4\x55\xa4\xe3\x9a\xc1\x77\x88\x19\x7c\xdb\xfb\x02\x97\x5b\xe2\xac\x22\xf0\x75\x5d\x09\xac\xe5\x8c\xc8\x3d\x14\xa2\x75\x3e\x1d\x53\x1e\x20\x1f\x96\xca\x82\x44\xd8\x76\xd4\xe4\x91\x9e\xc3\x8b\xe5\xd5\xf4\x02\x07\x73\x84\x12\xbe\x1e\x4d\x5b\xad\x31\x6e\xf2\x04\xe7\x54\xbc\x58\x26\xa2\x91\x67\x9c\xb6\x5a\x2a\xaf\xd8\xed\xa6\x72\x87\xac\xb1\x6d\xaf\x47\xd3\x31\xe7\x3c\xb7\x4b\x91\xdf\x76\x3b\xd7\xcc\x48\x53\xd8\xf6\x39\xd9\x57\xa7\xc5\x65\xa4\xe3\x66\xd3\x23\xa7\xe5\x24\x17\xde\x35\x5c\xb8\x97\xef\x08\xaa\x69\x2e\x35\x4d\x92\x0f\xef\x74\x4f\xe3\x01\x35\x21\x9c\x70\x2e\x60\xcd\xa9\xfc\x59\xf2\xb6\xfc\x99\xf2\x8e\xfc\x99\xf3\x9e\xfc\x99\xf1\xae\xb2\x52\x9e\xc3\x1d\x4f\x77\x3b\xff\xec\x78\x7e\x7d\x58\x15\x7b\xee\x1e\x36\xf0\x28\x77\x1b\x86\x05\x0f\xd1\xa3\x64\xd3\x63\xe4\xc3\x0a\xda\x18\x26\x3c\x42\x8b\x7c\xde\x1f\xb8\x0b\xd7\x3c\x19\xde\xa1\x14\x26\x98\xad\xd5\x83\x8b\xcd\xce\xba\x98\x5c\x3d\x5c\x3c\x98\x39\x9d\xed\x76\x0f\x72\x4e\x25\x72\x47\x1b\x7e\x8b\xee\xf9\x62\xf4\x30\x86\x07\x78\xc4\x20\xb0\xcc\x93\xe0\xeb\xd1\xc3\x98\x6f\xce\xd4\xaa\x04\x73\xb4\xc1\x86\x6f\x16\x86\x51\xce\x64\x49\x4d\x57\x73\xc3\xdd\x8c\x1b\xbe\xd7\xef\xbd\xec\xfd\x21\xe3\x96\xaf\xb5\x95\xff\xbd\x76\x04\x90\x95\x4e\xb3\xd5\x27\xf9\x44\x0c\xcf\x09\x5b\xee\x76\xd3\xe1\x94\x5d\xeb\xb5\xac\x6e\x6d\xe8\x74\x59\xa7\x0b\xdd\x0e\xeb\x76\xc0\xf3\x98\xe7\xc9\x55\x3d\x62\x25\xb3\x55\x6d\xb7\xb3\xbd\x4e\xf5\xb2\x7a\x5e\xb1\xaa\xa7\x50\x96\x0f\x09\xac\xf1\x56\xe1\x69\x63\xf3\x24\x09\x65\xb9\xb3\x97\x12\xc2\x45\x68\x99\x4f\xfb\x8c\xaf\x87\xf3\x73\xc2\x5c\xb8\xe3\x6b\xd9\x79\x22\x37\xbe\x7f\x49\xb1\xda\xca\x17\x0a\x4b\xcd\xe4\x6c\x4f\xf1\x36\xe1\xd3\xd1\x6c\x0c\xb3\x16\xbf\x3b\xbb\x8d\x85\xff\x49\x52\xd3\xf2\x0d\xd6\xc3\xd9\xa5\xcb\xe6\x97\x7c\x76\x4c\x48\xdf\x88\xd9\x7a\xaa\xfc\x29\xc4\xfd\x2a\x7d\x6c\xf8\x12\xed\x37\x1e\x82\xf4\xae\x11\x46\x8d\x20\x0c\xd2\xc0\x5f\xe6\x94\x95\x6a\x76\x3d\x9c\x5d\x71\x97\xcd\xaf\x66\x17\xb2\x7a\xac\x3b\x60\xdb\x28\xe1\x29\x4a\x40\xf7\x02\x96\x38\xc7\x76\x49\xdd\x54\xb7\xdb\xac\xdd\x2e\x26\xf9\x24\x81\xd4\x27\xe6\xe8\x0c\xcc\xd1\x51\xd4\x4a\xb2\x12\xd3\x40\x52\x2a\x27\x40\x8b\x82\xa9\x59\xfb\x32\xc5\xb6\x6b\x24\xd0\x28\xe5\xc2\x99\x46\x61\x92\xc6\xeb\x69\x1a\xc5\x78\xb7\x4b\x9b\x5c\x93\x3e\xb6\xdd\x0c\x51\x49\x6c\x82\x77\x3b\x94\x1a\x08\x8a\x41\x2e\x9f\x6d\x1b\x67\x0e\x94\xf2\x74\x14\x8c\x65\x1b\x79\x8e\xb2\x48\x76\xa8\x2a\x64\x69\x85\x10\x1a\x30\x6f\x90\x23\xef\xce\x49\xe2\xac\xd3\x39\x0d\x17\x0a\x79\x90\x12\x02\x63\xa4\xf9\xf1\x4e\x87\x75\x24\xe5\xda\xf9\x3a\x1a\x2b\xdb\xc5\x7d\x03\xb0\xbd\x9e\xdc\xc4\xa3\xb1\xb6\xa9\x07\x9f\x6f\xf7\x87\x12\xc2\xd8\x90\x47\x92\xba\x69\xf8\xb8\x00\x29\x21\x1f\x8d\x21\xe0\xee\x45\x70\x99\x2a\xef\x9f\x70\x14\x8c\xb9\xe5\x8f\xac\x56\xd0\xb2\xc6\xd6\x99\x2f\x19\xb1\x42\x8a\xf1\x1a\x7c\x65\xa4\x9a\xcb\xb5\x5e\x23\xab\x95\xb9\xe7\x80\x85\x5b\x16\xb6\x72\x19\x97\x2c\x8b\x84\x12\x51\x17\x33\x92\x0b\xa8\x6e\x83\x70\x56\x26\x57\x32\x5a\xbf\x20\x56\x22\xcd\x65\xe4\xa8\x11\x88\xc4\x96\x07\x96\xe5\x31\xf7\xe5\x8e\x98\xfa\x29\x3a\xcc\x8f\x2b\x6e\x25\x65\xca\x70\x3d\x4c\x50\x0a\x99\xeb\x13\xc4\x98\x05\x4a\x3e\x27\x0a\x01\x5c\x75\x2f\xd9\x36\x5a\x97\x24\x72\xe5\x4f\xb0\x96\x6b\x68\x4e\x47\x8f\x79\xbd\x62\x93\x9c\x54\x7a\x74\x8c\xd0\x59\x9f\x8d\x8c\xbb\xfa\xe8\x2f\x2c\xb9\xa4\xd6\x8b\x6c\x04\x16\xe7\x71\x8d\xa8\x23\x1f\xe1\x1e\xe1\x27\x0f\x94\xc4\xcf\xd9\x80\x0a\xbf\x98\xa1\xf5\x43\x2e\xc4\x62\x99\x7f\xd3\xd0\x7a\xbb\x5e\x2e\x2d\x66\x25\xaa\x2f\x05\xff\x17\x1d\x6c\xe2\x92\x40\x40\x72\xe9\x46\x18\x10\xe3\xed\x7e\x8f\x52\x23\x8d\x90\x00\x32\xc4\x78\x18\xb1\x60\x28\x4f\x1e\xb3\xde\x65\xd2\x10\xe4\x2b\x3a\x01\xd7\x4a\x30\x53\xb5\x82\x42\x0c\x4b\x53\xc0\xfc\xf2\x31\xcc\xb8\xa3\xce\x09\xbd\xce\x76\x9f\x33\xab\x4f\x13\x31\x99\x4c\x2c\xf3\x89\xeb\xc3\x39\xc9\xa4\x63\x9d\xaf\x23\xcd\x07\x03\xec\xcc\xd5\x3a\x0e\x32\x61\x3d\x31\x08\x45\xd2\x0f\x92\x4a\x90\x14\x65\xc2\x05\xea\xf5\xe5\xd6\x15\xa8\xdf\x95\x14\x92\x40\x7d\x4f\x62\x10\xc9\x2f\xb5\x25\x0e\x11\xa8\xdb\x97\xd8\x43\xa0\x41\x07\x3b\x73\x3f\x49\xff\x2a\x1e\xe1\x4e\x61\xa6\x01\x86\x15\x9f\x0f\xad\x49\x22\x17\x27\xf8\x4d\x58\x70\x5f\xe7\x19\x00\x21\x9f\x49\x1c\x25\x99\xd0\xd7\x96\xe4\x78\x70\xe1\xad\x1c\x8c\xc2\xb1\xa2\xc4\x63\x2e\x9c\xc9\xfc\x22\xbe\x88\x79\xec\x84\x12\xb9\xc7\xce\xa7\x92\x16\x2a\x2e\x9f\xd5\xed\x42\xa4\x2f\x0b\x68\x5b\x15\x1a\xad\x61\xa9\x5b\x96\xe3\x28\x1b\xab\x4b\x96\x08\x09\x98\x42\x0a\xd6\x24\xb0\x30\x08\x67\x92\xf2\x54\xfe\x04\x3c\xd4\x8e\xd4\xf2\x65\x9e\x79\x50\x0b\x67\xb2\xcc\x9f\x47\xab\x31\x77\x41\x8b\xca\x62\xdb\x4e\x50\x0c\x6b\x10\xa3\xe5\x58\x1e\xce\xe2\x44\x07\x68\x5a\x92\x8a\x6f\x95\x71\x36\xab\x75\x3b\xba\x33\xee\x66\x18\xd4\xd8\x03\xb9\x60\x72\x0a\xc2\x8b\x90\x87\x4e\x88\x43\x27\xe6\x4d\x17\x42\x67\x65\xdb\x28\x74\x56\x3c\x74\x56\x4e\x98\x23\x0e\xc3\x80\xc4\xa3\xd0\x09\xc6\x67\xaa\xdb\xc7\xfd\xdd\x9b\x6c\xec\xf0\x04\xc6\xa5\xe6\x43\x7e\x8f\x24\x88\x91\x2b\x14\xe6\x3e\x28\x4e\x08\x91\x6c\xf2\x2c\x6b\x48\x2d\x96\x13\x8c\xc1\x74\x2c\xb2\x6d\x14\x39\x21\x0f\x30\x04\xca\x61\x74\xc5\x23\x0c\xb1\xec\x88\x64\x6a\x91\x7a\x0a\x54\xca\x32\x4f\x59\xaa\x3c\xa3\xd5\xf8\xfc\x7c\x9f\x89\xcb\xc3\x3d\xcc\xa3\xf8\xda\x9f\xde\x55\xba\x99\x77\xb0\x70\x21\x85\x90\x47\x92\x35\x3c\x64\x06\xeb\x79\x98\x36\x96\x9b\x69\x18\x3b\x21\xd3\x8e\x66\xf3\x0b\x45\xee\x84\x28\x76\x36\x10\x3b\x9f\x94\xcb\x10\xbe\x88\x6d\x3b\x76\xe2\x0b\x2c\x77\xde\x6a\x0f\x77\x7e\xc2\x8e\xcf\x65\xb3\x79\x8f\x8a\x29\x13\x78\xbf\xc7\x30\xb7\xed\xb8\xb2\xdc\xe6\x18\x9c\x90\xe3\xe6\xc5\x47\xab\xb1\x2c\x3e\x55\xde\x1b\x47\x12\x4f\x23\x77\x83\x88\xdf\xab\x53\x94\x33\x95\xc3\xc8\xd9\xf0\x98\x21\xb5\xcc\x11\xdf\x06\x2c\x90\x27\x4b\x09\x45\x3f\xb1\x14\x36\x2c\x86\x15\x53\xbb\x68\x09\x61\x36\x0b\xb1\x8a\x8e\x20\xf7\x87\x72\xe9\x9c\xcc\xe5\x0a\x84\x6a\x4b\x85\xf2\x51\x6e\x94\x56\x0b\xf4\xd1\x94\x0b\xa9\x4e\x65\x30\xe6\x11\xc6\x20\xf6\xb0\x10\xe9\x75\x98\xc6\x8f\xec\x1e\x12\x91\x7e\x48\xe3\x28\x5c\x1c\xf5\x79\xad\x1e\x0e\x0e\x9b\x9e\xf4\x94\xdf\x69\x0f\x64\xfd\x9a\x7b\x72\xe7\x5b\x75\x8f\x2b\x1e\x14\x07\x7e\x79\x93\x4f\x60\x1c\xdc\x26\xcb\x8b\xd4\xb6\x53\xb9\x52\xa9\x44\x74\x15\xd7\xcc\x49\x9a\x79\x02\x4e\x96\x3c\xe5\xe9\x30\xcd\x57\x3d\x75\x26\x73\x3c\x5c\x22\x17\xac\x4f\xe2\x51\xa2\x2e\x31\x4c\x9d\x4f\x4c\x0b\x76\xb3\xf7\x0d\x1b\xa5\x72\x47\x38\x9b\x31\x66\x28\xeb\x7a\xc6\xf0\x22\xe5\xff\x04\xf1\xd0\x32\x66\x38\x56\x5e\x1c\x9a\xca\x5d\x0a\xa6\x8a\x68\x92\x18\x81\x78\x8c\x10\x0f\x08\x6d\x33\x42\xdb\x40\x3a\x03\x46\x3a\x03\x68\x7b\xac\xed\x19\x96\xa0\xdb\x67\xdd\x3e\xf4\xfa\xac\xd7\x87\x7e\x97\xf5\xbb\xd0\xf7\x58\xdf\x83\x41\x87\x0d\x3a\x30\xe8\xb3\x41\x1f\x06\x03\x36\x18\xec\xc7\xd0\xfd\x4a\x69\x81\x04\xf1\xa1\x81\xd4\x0b\x91\xfe\x24\xfc\x4f\x0a\xf6\xb7\xfb\x1a\xf4\xf7\x49\x3d\xe8\x97\x3c\x87\x04\xfd\x1e\x31\xa0\x5f\x42\xf6\x39\x5f\xa3\xae\xe2\x1b\x50\x0f\xc3\x1d\x77\x25\xac\x3f\x46\x56\x72\xab\xe9\x6d\xa5\x3d\x2e\xee\xf1\xbe\x8c\x04\xcc\x1e\xf0\xf9\x68\xbc\x87\x4d\x3d\xd1\x39\x47\xc2\xf1\x6b\xbd\x26\xc4\xc8\x95\x8c\x74\xba\xc7\x78\x7f\x76\x5f\xa2\x72\xaa\xe7\x2b\x27\xd0\x36\xfa\x7c\x69\x40\x96\x23\x8e\x74\x44\xc6\xa7\x0f\x75\x5e\x66\x2f\x77\x37\xab\xc3\xdc\x45\xb5\xf1\x30\x1e\x91\x31\x4f\xf5\xc6\xf2\x35\xa3\x38\x12\x90\x8e\xf1\x49\x40\x9b\xca\x23\xaa\xb2\x97\xc6\x58\x8c\x3e\xd5\x63\x14\x05\x06\xf9\xd7\xcc\xd9\xd7\x57\xfe\xf1\x53\x81\x52\x49\x5f\x36\x9b\xff\x2a\xc9\xfe\xaf\xc4\x81\x41\xa6\x7b\x9f\xd7\xe3\xc0\x79\x2d\x0e\xbc\x6b\xb5\x2a\x38\xaf\x82\xec\x02\x10\xa3\xf5\x01\xb2\x8b\xd1\xbc\x8c\xec\x6a\xa6\x40\x52\xf7\x51\xa1\x56\x68\x12\xb3\x5f\xe5\xc7\x4c\x22\x22\x69\xbf\x78\xb8\x42\xd3\x0c\x3e\x62\x47\xd7\x84\x04\x66\xb1\x6d\x2f\x51\x06\x32\x02\x6c\xdb\x39\xde\x33\x49\x35\x8b\xfb\x27\x1b\xbd\xf3\x93\x9a\x16\x15\xa0\x3f\x0d\xa9\x23\x1e\x22\x25\xf9\x68\xba\x95\xba\xa3\xe1\x4a\xd1\x70\x22\x55\x2a\x77\x16\x8d\xe4\x14\x6b\x35\x23\xac\xe7\x49\x1a\xc5\x82\xad\x2a\xf0\xa2\x02\x27\xda\x7d\xd6\xee\x43\x87\xb2\x0e\x35\x70\xc2\x23\xcc\x23\x9a\x86\xd7\x70\x42\xc2\x86\x23\xf9\x59\x2d\x6c\xf0\x8c\x2c\xad\x47\x33\x72\xd0\xc0\x04\x05\x34\x7c\x0d\x34\x2a\x40\x41\x02\x89\xa5\x01\x1a\x12\x28\xf4\x3a\x9a\x1c\xec\xf7\x34\x39\x48\x68\x07\x2b\x3a\xd0\x3b\x29\x6e\x82\x15\x28\xc1\x90\x9e\xa7\x05\x8f\x47\x62\x0c\xb7\x7c\x01\x13\xbe\x19\x2a\x8d\x1c\xb3\xfc\xd9\xcc\x82\x07\x7e\x6b\xdb\xb7\xa5\x8d\x74\x2d\x39\xc5\x77\xc7\x5c\x03\x7f\x50\x3e\xa6\xe8\x01\x04\x58\x7a\x1f\x58\x3a\x02\xc2\x9d\xaf\xe1\x78\xcd\x11\x47\x92\x01\x57\x2a\x21\x89\x3c\xb4\xe5\x90\x5c\x71\xcd\x71\xb8\x4c\xe0\x3d\x53\xaa\xc2\xfa\xf2\x8d\xac\xf8\x50\x1f\x0a\x76\xb2\x0e\x39\x96\x13\x75\xd4\x97\x51\x5b\xac\xa2\x94\x8e\x9f\x2e\x01\xb1\x29\x83\xf7\xf5\x4a\xb5\xc6\xad\x6d\xa3\xc7\xdd\xee\xc1\x31\x04\x95\x6d\x37\xa7\x15\x9d\x34\x92\x50\xfa\x16\x67\xd6\xa4\x08\x3b\xa1\xf8\x9c\x22\x79\xa8\xb1\x9e\xe5\x0f\x0a\x90\xdf\xc2\x67\xfe\x61\x34\x19\xa3\xc7\xe1\x76\xcf\xce\x5d\x20\xb8\xc9\x3f\xc0\x0b\x5e\xad\xee\x83\x3a\x34\x44\x39\x79\x7e\xe2\x73\x54\x01\xe3\xaa\x1e\xa4\x00\x06\xbc\xe7\xcd\x47\xdb\xae\x16\x2e\x30\xbd\x6e\x31\xe5\xdd\x8b\xf4\xfc\xfc\x02\x0b\xd9\x70\x5a\x90\x3e\x4d\xa1\x9a\x39\x77\x15\xec\xf9\xb4\xdb\x21\x74\xcb\xd3\x52\x5d\x86\x06\x49\xe1\x56\x82\x69\x2d\x3f\xb8\x53\x43\x5d\x40\x0a\xb7\x39\xbc\xaa\x00\xb4\x0d\x84\xa3\xc9\x18\x42\x0c\xa1\x1c\x7d\x09\xbf\x3c\xc0\x43\x59\x98\xc3\x6f\x31\xa0\x17\xbb\xdd\x7b\xc9\x6d\xbf\x43\xd9\xce\xc3\xf0\x0e\xa9\x8d\x87\x61\x63\xdb\xef\xb4\xbe\x19\x63\x40\xef\x77\xbb\xcf\x58\xa6\x4c\x30\x3c\xda\xf6\x83\xf6\xd0\xcc\x21\x97\x79\xd7\xe2\xc5\x5b\x7e\xef\x54\x01\x39\x4a\x41\xc0\x06\x26\x18\x22\x54\x3e\x14\x2b\x0c\xbe\xf3\xf6\xfa\xfa\x15\x6f\x66\xb2\xe4\xc6\x0c\xc9\x01\xc3\xf5\x48\x8c\xf9\x2d\x84\x28\x74\xbe\x6d\x85\xce\x4f\xad\xd0\x79\xfd\x0c\xdd\x36\xf9\x02\xc3\x35\x86\xc7\xdd\xee\xde\xc9\x69\x37\x59\x04\x36\x18\x6e\x2b\xb0\x87\xf4\x19\x21\x7d\x20\xb4\xc3\x08\xed\x18\x18\xd4\xa3\xac\x47\xa1\xd7\x61\xbd\x4e\x06\x83\x5c\xe6\xb9\xe0\x75\x99\xd7\x35\x90\xa8\xdf\x63\xfd\x5e\x01\x8f\xe8\x97\xd4\x50\xfd\x27\xd4\x50\x7d\x46\x24\x0b\xdd\x3d\x92\x93\x9e\xe2\x72\xb5\xac\xe2\x09\xc3\xc6\x00\x6f\x95\x68\x49\x0c\x0b\x5b\x10\x17\x02\x8c\x99\x52\xe4\x07\x7a\x0e\x7a\x8c\x90\x5e\x41\x6f\x75\xbe\x34\x86\xc1\x13\x63\x50\x86\x44\x4a\xe8\x22\xab\x3a\x92\xc6\xd5\x8e\xa4\xa7\x84\xfa\xaf\xfc\xb4\x64\x50\x25\x77\xc5\xc7\xe0\x5e\x40\x70\xf8\x21\x8d\xde\x7c\x78\xa7\x25\x09\x10\xd5\x12\x65\x57\x83\xa1\x60\x96\x6b\xb5\x44\x99\x69\x8e\x6b\x8c\x53\x2c\xb7\xdd\xef\x9e\xbb\xde\x39\xed\x7e\x74\x3d\xe6\xf6\x58\x7b\xe0\x0c\x06\x83\x7f\xb6\x9a\x3c\xd0\x20\x48\x9e\x22\xd9\x03\x74\xde\x75\x4b\x7f\x8a\x20\xc6\xbb\x5d\xb3\x5a\xed\x61\xa1\xb7\xfe\x5b\x95\x71\x58\xce\x33\x47\xcd\x20\x79\x1d\x84\x41\x2a\x50\x58\x00\x3a\x9c\xa9\xa0\x6f\xfc\x70\x91\x89\x95\xdf\x84\x1b\x7f\x19\xcc\x1a\x69\x70\x9f\xeb\xe5\x4b\x11\x5c\x20\xe5\x6a\xaa\x7e\xf8\xf8\xf2\xf5\x7a\xb9\xfc\x59\xbb\x42\xc7\x79\xe2\xf7\xc1\x72\x19\x24\x62\x1a\x85\xb3\x44\xc5\xde\x4a\x2f\xdd\xa1\x75\x6e\xb1\xf4\x6a\x30\x18\x0c\x86\x56\xcb\x62\x96\x95\x33\xef\x2d\x64\xa9\xd1\x59\x2d\xa5\x47\xf4\x6f\x13\x24\x29\x03\x2d\x89\x09\x86\xe7\x3d\x76\xde\xc1\x2d\xeb\xdc\x6a\x45\x28\x6f\x22\x0a\xd3\x3b\x84\x5b\xe4\xf0\x83\x9a\x00\x8c\x5b\xd6\xc7\x72\xea\xdf\x47\xeb\x38\x51\xc9\xac\x52\x4b\x10\xae\x53\x51\xf3\xe1\x43\xd6\x79\xdc\xb2\x1c\xab\x85\xe2\xab\xc1\x60\x18\xab\xe5\x8d\x50\x2c\x53\xff\xd9\xda\xb3\x60\x0f\x5b\x75\x50\xe5\xae\xfb\x4a\x71\x6d\x26\xeb\xeb\xb4\x9f\xb0\x74\xce\xc4\x6e\x4d\xce\x85\x6d\x17\x56\x04\xea\xcd\x78\x9d\xaa\xd7\x63\x8d\xc0\x9b\x5c\x75\x7d\x17\x84\x69\xa1\xb3\x0e\x51\x26\x4a\x2d\xaa\x13\x5a\xc5\xde\x69\x33\xd2\x69\x6b\xe2\x47\x8e\xe4\xab\x14\xed\xda\x48\x48\x89\x0b\x6b\x7a\x61\xac\x3d\xfc\xe5\xb2\x71\x2f\xd2\xbb\x68\xd6\x88\xc2\x46\xc3\x6a\x89\x23\x1d\x7a\xf7\x4b\x3a\x74\xea\x9e\x3e\xf8\xda\xfe\x27\x5f\x82\x1a\x6b\xa9\x6a\x55\xe4\x89\xaa\x94\x75\x97\x06\xb5\x99\xc8\xb6\xf7\x84\x29\x91\x55\xc2\x55\x50\x35\xc0\x83\x20\x79\x9f\x01\x8e\x77\x73\x58\x99\xe4\x37\xc9\x75\x6e\x69\x04\x69\xf4\x5d\x34\xf5\x97\xc2\x80\x94\x4c\x4a\x09\xc6\x38\xc7\xca\xc2\x74\x81\x65\xcc\xff\x7a\xa7\x95\xb6\xae\xe1\x41\x89\xdb\x31\x94\xa6\x7b\xd2\x8c\x3e\x93\xaa\x0b\xac\x04\x4d\x73\xed\xcc\x9f\x11\x05\x3e\x24\x5c\xd2\xf0\xb0\xe6\x81\x33\x87\x25\x77\x2f\x72\x71\xcf\xf2\x02\xaf\x33\xcb\x41\x9f\x27\xa3\x65\xab\x35\x56\xd4\x9d\x89\xcf\x55\x55\x3e\xbb\x1d\x46\xdc\x0e\x10\xd7\x63\xc4\xf5\x80\xb8\x7d\x46\x5c\xb9\xbb\x7a\x27\xb5\xac\x19\xbd\xdc\xcd\xd4\x71\x99\x92\x55\xd2\xcd\xbe\x11\xa3\x3e\x69\xec\x6c\xcc\x9c\x5f\x1b\x33\xe7\x6f\x8d\x99\xf3\x07\x63\xe6\xfc\xde\x98\x39\x7f\x03\x0b\xbe\x1a\xc6\xec\x7e\xa8\x8d\x97\x95\x0d\x33\xdf\xee\x71\xad\x35\x33\xdc\xf2\x55\x8d\x4d\xf4\x84\x97\xe8\x84\xdd\xae\x4c\x35\xc8\xef\x85\x0d\xf4\xaa\xb0\x81\x9e\x73\x84\xa6\xbc\x79\x67\xdb\x8b\x92\x19\xf4\x62\xb4\x1c\xe3\xe1\x82\xad\xf1\x68\x39\x86\x19\x97\x24\xdb\xd0\xd7\x36\xcd\x9b\x13\xa6\xbd\x7e\x9d\x69\xef\xc2\xb6\x23\xb4\x80\x25\x68\x03\xde\x1f\x30\xdc\x8e\x96\xe3\x26\x9f\xdb\x76\xa0\xec\x77\x67\x8a\x68\x9a\x64\x89\x48\x99\x4b\xcf\xf1\xfe\x2c\x76\xa6\x51\x2c\x78\x08\xff\x5f\xd8\xf6\x1a\xaa\x46\x39\xbd\x64\xca\x58\x4d\xc1\x18\xeb\xa1\xde\x49\x95\xac\xd6\x80\xdc\xfb\xe9\xf4\xee\x69\xdd\x20\x7f\xee\x3c\x57\x91\xad\xac\xe7\xce\x73\x6b\x24\xc6\x28\xcd\x0c\x11\xc3\x8a\x52\x22\x1d\xc5\x63\xde\x24\xd0\x3c\xce\x18\xe0\x6d\xe6\xc5\x50\xb1\x72\x92\x3d\xfc\x12\x35\x42\xdb\x4f\x40\x12\x63\x21\xda\x7b\x9a\x0e\xd1\x7e\xc8\x25\x49\x92\xc1\x0c\x9e\xd9\xfe\x92\x3e\x51\xca\x03\xc3\x2c\xca\xb9\x51\xdc\x22\xa1\xae\xb2\x13\x29\xa9\x51\x61\xc9\x9b\x41\x85\x24\xd0\xc8\x5a\xce\x52\x2e\x34\x12\x9f\xc5\xf4\x38\x12\xd3\xa8\x88\x05\xeb\x2c\xe2\x68\xbd\x4a\xf8\xd6\x67\x96\x67\xed\x25\xcf\x6c\x79\x12\xcd\x58\x96\x13\x8b\xd5\xd2\x9f\x0a\x24\xc0\xfa\xbb\x4b\xff\x4a\x47\x98\xa9\xa9\xee\x39\x1a\x32\xfc\x5c\x11\x08\xb2\xbd\xb3\xe3\x66\x73\x5e\xeb\x84\xc9\xbb\x9e\x10\xcb\xbf\xcd\x60\x60\x81\x33\xa8\x8a\x6e\x94\x05\xb4\xb4\x7c\x15\xed\x68\xe4\x8e\x6d\xdb\xba\xd5\xcf\x64\xbc\x47\x27\xe9\xd2\xb9\xee\xe4\x8c\xfb\x12\xc4\xdd\xd5\x4d\x59\xca\xb7\x85\xd1\xfd\x68\x36\xae\xe9\xb8\xb7\x07\xaf\xc9\xad\x6c\x2f\x61\x0c\x2b\x7e\x37\xac\xad\xab\x49\x20\xe6\xcf\xfd\xe7\x45\xc0\xd4\x53\x93\xa1\x74\x0e\xeb\xe5\x72\x0f\x96\x1a\xb4\x1c\x8d\x50\xc2\xfb\x32\x4b\xb4\xdd\x43\x25\x61\xb4\xae\xeb\x60\xbc\xc7\x10\x8f\x66\x63\x64\x59\x18\x9a\xe9\x1e\x67\x86\x1e\xca\xac\xf3\x6e\xb7\x6b\xae\x54\x70\x40\xb5\xa0\xa6\xa1\xe6\x72\xb7\xab\xb4\xdc\x9c\xea\x41\xdc\xcb\x3d\x34\x9a\x8d\x61\xc3\xe7\x28\x82\x19\xa8\x81\x1f\x86\x23\xaa\x78\x0a\xa5\x7a\x94\x9c\x27\x43\xc9\x0a\x07\xc3\xed\x2c\x0a\x05\x6b\xba\xc6\x66\xf6\xbe\xe2\x7d\xc4\x0e\xbe\x1a\x3f\xa3\x58\x99\x07\xe6\x5f\xc9\x5e\x4e\xf4\x23\xdf\x8c\xdc\x31\x2c\xf8\x66\x44\xc6\x67\x31\xca\x1c\x01\x73\x50\x2d\xe0\x11\x43\x88\x6e\xc4\xe2\xfa\xf3\xaa\x94\x3e\x03\xca\x79\x3a\xac\x15\x85\x2e\x72\x73\x78\x2d\x92\xda\xd7\x88\x2c\xab\x99\xf0\x3e\x93\x39\x67\xfc\x9b\xcb\x08\x75\x21\xd3\x4a\x66\xce\xc5\x5d\x8f\x75\x3d\xc3\xc9\xe5\xb0\xef\xab\xc9\xc4\xba\x5d\x9c\x9d\xb2\x8c\x94\x4b\x79\x41\x46\x0b\xe3\xe5\x67\xdb\x28\x6d\x71\x6b\xa1\xc4\x8c\xc1\x22\x8c\x62\xf1\xd2\x4f\x84\x49\xd6\xd2\xc7\xfb\xf5\x32\x0d\x96\x41\x98\xa5\xde\xab\xd4\x75\x18\x4c\xa3\x59\x96\xb6\x56\x69\x49\x1a\x4c\x3f\x3d\x9a\xa4\x47\x0b\x83\x42\xef\x19\xa9\xd8\x3b\x22\x15\xeb\x25\x61\x83\xaa\x8d\x82\x32\x9b\x2a\x2b\x46\x35\xdc\x0f\x92\x97\x4a\x75\xff\x61\x15\x0b\x7f\x26\xc9\xa4\x5a\x24\xa0\xbc\x67\x12\x58\x43\x8e\xf5\x0b\xa9\x86\x92\x7e\xf1\x29\x3c\x72\x17\x16\xbc\xd9\x9c\x49\x94\x38\x83\x3b\x68\xe3\x8b\xc7\xcb\xa5\x36\xb9\x79\xd4\x46\x63\xf2\x71\xc5\x17\xc3\x05\x5a\x8f\x1e\xc7\xf0\x08\x09\x66\xea\xe9\x5e\x1e\xdc\x10\xad\xb0\x6d\xa3\x7b\x9e\xe3\x69\x74\xcf\x57\x23\x7f\x8c\x87\xcd\xe6\x3d\x8b\xd1\x0a\x63\xb8\xb7\xed\xf9\x95\x8b\x37\x5c\x77\x69\x05\x01\x5a\xe5\xe6\x3f\x1b\x98\x9f\x13\x7c\x4e\xce\xb2\xd8\xa6\x9b\x2b\x3e\x70\x5d\x8f\x0c\x06\xb4\xdb\xf1\x3a\xee\x60\x40\x8e\x28\x67\x7c\x96\x8e\x36\x63\xbe\xda\x6f\x5a\xad\xfd\x63\xab\x95\x59\x4f\x6c\x2a\x46\x38\x66\xa3\x19\xe4\x5a\xb1\x45\xe9\xd5\xd0\xd3\x99\xcb\x40\xd7\xd0\x87\xfd\xb6\x9e\x7e\xcf\x10\x56\x92\x29\x49\xb2\x75\x59\xab\xf5\x68\x4b\x9c\xb2\xdd\xc3\x94\x6f\xf7\x17\xa8\xec\x28\x73\x70\xf2\xe7\x30\xd3\x0d\xdc\x65\xa2\x47\x3e\x1b\x1e\x03\x25\xb1\x67\x6b\x09\x75\x17\x3c\x44\xb2\x50\x3a\xa4\x8c\x60\xb8\xe5\xee\x59\xbd\x77\xe9\xe3\x53\x8e\x9e\x41\xaa\xc9\xe8\xa6\xa5\xa3\x51\xa1\x47\x63\xc5\x72\xc7\x13\x94\x85\x8f\xc4\x17\x77\x57\xb7\x17\xb7\xc6\xb0\x6d\xc3\xd3\xe1\x02\xf9\x68\xc5\xc5\xe8\x76\x8c\x25\x1c\x59\x8d\xc8\x18\xb3\x05\x52\x09\x98\x73\xbe\xdc\xed\x36\x9c\xf3\xcc\xf4\xac\xb1\x29\x0c\x0f\xef\xf9\x63\x66\x22\x70\xd1\x44\x2b\x7e\x6f\x44\x78\xd8\x91\x00\xea\xc2\x34\x11\xa0\x7b\x58\xc0\x4a\x9b\xd8\x43\x7a\xa2\x52\xec\x7c\x73\x73\xfd\xe2\xaf\x7c\x09\xb1\x73\x73\xfd\xf1\x87\x9b\xb7\x7c\x5a\x59\xdd\x36\x23\x5d\xc3\x8f\x65\x6b\xdc\x67\x5e\x1f\xfa\x6d\xd6\x57\x94\xc5\x91\x45\x42\xc5\xe1\x97\xf6\x30\xb2\x42\x3f\x0d\x36\xe2\x3c\xcb\x76\x9e\x46\xe7\x86\xa9\x84\x9c\x74\xcc\x0d\xf9\x95\xa1\x75\x8f\x11\xe5\x7c\xe5\xb9\x5f\x22\x7e\x3a\x4f\x10\x3f\xc6\xee\xde\x23\x5f\xaa\xa4\xfb\x44\x25\x5d\x46\xbb\xb2\x92\x2f\x09\xb6\xe8\x53\xc6\xfb\x46\xc2\xa4\x7c\xca\x8c\xee\x2f\x93\x36\x79\x27\x29\x50\xcf\x2d\x1c\x3f\xcb\x62\x1c\xdb\x8e\xf3\x74\xe3\xcd\xb9\x87\xad\xa2\x6b\x65\x7d\x5f\xa4\x17\x9f\x30\x04\xd7\xee\x2b\xba\x83\xdd\x01\xeb\x0e\x72\x86\xd6\x3b\x69\x57\x96\x99\xd5\x11\x4a\x95\xba\xe3\x09\x51\x9c\xd2\x97\x80\xcf\xd3\x32\xe5\x90\x21\x0d\x5f\xab\x9f\x6b\x78\x0c\xdf\xb6\x51\xc4\xfd\x92\x69\x93\x8a\x89\x99\xbf\xda\x76\x8c\x22\x6c\xdb\xa1\x6d\xcb\xa6\xa2\xcc\x2f\x87\x52\x46\x28\xcd\xc1\x91\xf7\x55\x2e\xe6\x65\x30\x95\x5b\x26\xc5\x99\x0b\x74\x7a\xca\x0d\x73\x28\x10\xce\x09\x06\x7c\xe8\x90\x39\x14\x28\x1d\xb9\x63\x5c\x22\x29\xe4\xeb\xa1\x83\xa6\xc9\x06\xa9\x82\x06\x95\xbc\x3a\xed\xc0\x3f\xba\x52\x00\xd2\x11\xad\x2d\xa5\x3f\xe8\xa2\x9d\xd3\x45\x21\x1d\xb5\x4f\x97\xd7\x5f\x0f\x9d\x44\xe3\xc2\x71\xcf\x7b\xca\xa6\xac\xb4\x27\x8c\x1d\x96\xf5\x9b\xa5\x18\xdb\x23\x71\x04\xca\x3d\xc3\x6a\x88\x1f\xeb\x43\x66\x03\x16\x23\x81\x87\x79\x40\x71\x0b\xb3\xdc\xbe\xab\xec\xaa\xe2\x9d\x30\xc6\x12\xa8\x5f\x31\x74\x0b\xf2\xd8\x06\x10\x1c\xf9\xab\x3c\x69\xad\x55\x44\xd4\x56\x24\xb2\x2a\xab\x43\x3c\x07\xa3\x50\x69\x76\x71\xd9\x4a\xac\xdf\x67\x7d\xd5\xb1\x93\x5e\xfa\xd5\xd9\xaa\xc4\x71\xad\x1a\x25\x9a\x19\x51\x5f\xcc\x84\x94\x87\xde\x3f\x12\x18\x55\x0f\xac\x92\x6f\xce\x97\x51\x14\x3f\x39\x40\xe5\x13\x66\xdb\xb9\xb8\x56\xbe\xc8\xcf\x4a\x67\xbd\x87\x6d\x76\xb8\xfa\x5f\x04\xb2\x4f\x08\xfe\x33\x1f\xab\xfe\x49\x81\x4c\x06\x64\x3a\xfd\xb2\xed\xee\x57\x70\xe7\x85\xa6\x5a\xd9\x4a\x16\x14\x54\xca\xc5\x28\x50\x14\x54\xca\x2c\x4d\xa5\x5b\x5c\x69\x88\xf1\x91\x59\x5f\x0e\x42\xfa\xa7\x2d\xb8\x4f\x7a\x5f\x69\x86\xa4\x24\x07\x08\x86\x29\x8a\x51\xa8\xf0\x7e\xa8\x4e\x7a\x8a\xc2\x4c\x12\xe0\x67\x5a\x65\xe1\xe8\xec\xc6\x7d\x2d\xef\x78\xa4\xa0\x5d\xee\xe6\x06\xfe\xbe\x4c\x05\xf7\x8f\xac\x9f\xeb\x55\x27\xfd\x42\x75\xa2\xe7\x93\x2a\x16\x7f\xbb\x3f\xd3\x1e\x59\x11\xd4\x1c\x8d\x1a\x83\x4f\xad\x8d\xac\xf7\xdc\x82\x14\x7c\xbc\x2d\x69\x2e\x78\x8c\x22\xd8\x4a\x62\x85\x85\x88\x80\x8f\xf7\x18\x02\x99\xaf\x65\x35\x4a\xd1\x45\x4a\x08\x33\x53\x47\x55\x9c\xbe\xb4\x79\x8c\x1c\xec\xd7\x69\x57\xfa\x83\x13\xca\x6f\x8f\x6a\x9a\xb3\x6f\x68\xce\x7e\xc7\x90\x9c\x72\x32\x96\x4a\x78\xd9\x35\x26\x31\x87\x53\x31\xe7\x4d\x34\x1a\x3b\x9f\xc4\x63\xa2\xc2\x34\x7f\x4e\xad\x20\x34\x09\x08\x63\x98\xd5\x71\xd6\x72\xae\x4e\x6d\x92\xbb\x42\x5b\x9e\xa0\x3b\x48\x61\xa5\xe5\x31\x0b\xb8\x85\x09\x3c\x1c\xc5\x1f\x99\xdb\xb6\x90\xbc\xc3\xe7\x8c\x96\xfb\x3c\x12\xe3\xb3\xaa\xf3\x83\x36\x77\x62\xea\xd1\x18\x2b\x1d\x45\xd6\x28\xdb\x7e\x67\x06\x6a\xe2\xa9\x90\x1a\x07\xf9\xe0\x9a\x57\x96\x0f\xde\xf1\xc2\xae\xea\x1e\x3e\x48\xfe\xe5\x73\x25\x50\xc0\x0b\xfe\x79\x34\x1d\xef\x76\x9f\x47\xd6\x7f\xfc\x8f\xf9\x94\x8e\x77\xbb\x7b\xdb\xfe\x3c\xba\x1f\xc3\x27\xfe\x62\xb7\x7b\x40\xf7\x18\xde\xf3\xfb\xe1\xbb\xe1\x03\xca\x8d\xae\x30\xfb\x94\x99\xb5\xdd\xf0\x1c\xf4\xa5\xb6\xfd\x39\x53\x68\xef\x76\x2f\x24\x19\x7e\x63\xdb\x68\xc2\x97\xe8\xa6\x50\x47\x09\x8c\x25\xdd\x60\xbc\x8e\x4b\xc4\xc3\x44\xd1\xcf\xb6\x8d\xd6\x68\x02\xd7\xca\x96\x2b\xde\xed\x6a\xe8\x90\x89\xea\x77\x84\x26\x30\x85\x19\xc6\xf0\xce\xb6\x5f\xd8\x76\x36\xdc\x26\xe7\x2f\x9c\xd0\xbf\x97\x88\xe0\x03\x6f\xba\xf0\xa9\x66\x0f\xbc\x28\x69\xbb\xf6\xea\x52\x8e\xe6\xe3\x6e\x27\x57\xb3\xf9\x41\x0e\x5f\x37\xf0\x19\xa6\xf0\x09\x83\x32\x71\xff\x04\xfe\xe8\x7a\xcc\x67\x70\x2f\x09\xfb\x05\xdf\xea\xe6\xd8\xbb\xe1\x27\xf6\x80\xb2\xc6\x31\xc8\xb5\x66\x1b\x9d\xa8\xd6\x1d\x83\x99\x12\xf6\x7e\x0f\x8f\x4a\xae\x7e\xab\xdd\x69\xd4\xcf\xe7\xdd\x2e\x40\x9f\xe1\x16\x16\x92\xe5\xd0\x0e\x34\x21\x0a\x9d\xf7\x5a\x79\x3c\xdf\xed\x3e\x60\x48\x61\x91\x4b\xbc\x16\x5a\x98\xde\x65\xc4\xed\x1e\xe9\x8b\xb3\x03\xaa\x35\xc6\xfa\x98\xf6\x3b\xac\xdf\xd1\x18\x0f\xfa\x03\xd6\x97\xd4\x6e\xff\xa4\x7b\xff\xd1\x11\x0b\x79\x93\x28\xb9\xaa\xb6\x47\x1d\x79\xe3\x51\x3c\x46\xf8\x2c\x30\x80\xb1\x3c\xbb\xa1\x0a\x74\x6a\x22\x77\xc5\xd1\x3d\x0a\x2a\xc0\x4a\x83\x50\xba\xc7\x19\x94\x8d\xf0\x76\xff\x94\x23\x74\x6a\xdb\xcd\xb0\x6a\x3d\x14\x94\xbb\xe3\xcb\xee\x40\xc2\x7d\xdd\xa5\x44\xed\xa0\xe3\xe5\xd6\x12\xa3\x40\x7b\xae\xca\xbc\x35\x3b\x22\xd9\x83\x40\x7e\xb9\x63\x19\x9a\xa8\xca\x81\xfb\x5f\xe9\x73\x9a\xb7\x6d\xbc\xc2\x41\x4b\xad\x9a\x22\x73\x0f\xef\x3f\x11\x2d\x60\x9b\xe5\x79\x82\xab\x6b\x12\x9d\x67\x70\x82\xc0\x50\x84\x85\xf8\xbc\xba\x27\x25\x58\xd7\x8c\x77\xbb\x18\x11\x17\x5f\x51\xea\xd2\xae\xd3\xe9\x75\xbd\x41\xa7\xef\xf6\x3c\xd2\x37\x5f\x2e\xeb\xbe\x9c\x53\x71\x4e\xbc\x26\x8f\x91\x7e\xc2\x75\xd6\x35\x2e\xe7\x48\xf0\x96\x24\x08\x99\xb8\x3a\x27\xe2\xbc\x67\xdb\xe2\x52\xfe\x0e\x45\x4b\x3c\x13\xcf\x29\xcb\x7a\x85\x04\x3e\x27\x7b\x16\x9b\x31\x9c\xd4\x64\x0d\xda\x39\x91\xb4\x8a\x1e\x20\xe0\x21\xa2\x70\xde\x55\x7a\x20\xf5\x48\xdb\x12\x79\xc8\x47\x42\x3d\xfc\x0c\xd1\xf3\x48\x7b\xae\x52\x38\x97\x6c\x6f\x69\xf0\x9a\xd4\x8a\xa3\x75\xad\x5f\x09\x84\xb0\xe6\xb9\xb6\x59\x48\xcc\x13\x97\x04\xcd\xeb\xcb\x64\xb8\x7c\x86\xd6\xcf\x93\xe7\x51\x8b\x3c\x0f\xce\xc9\xf3\x00\x3f\x4b\x9e\x45\x0c\x85\x92\x8a\x41\xa4\x15\xc9\x94\x35\x3e\x47\xe9\xf9\x1a\xe3\x2b\x7f\xb7\x0b\x9b\x3c\x94\xa5\xc8\x73\x17\xb3\xe5\xb3\x50\x2e\xeb\xa0\xcd\x06\x92\x63\x1f\x1c\x11\x59\x07\x3d\x5d\x46\x0b\xb2\xaa\xa3\x35\xf5\x24\xab\x09\xee\x9b\x09\xee\x0f\xc5\x79\x69\x82\x97\xd1\x02\x91\x96\xc8\x78\x82\xc1\x13\xb1\x53\x54\xfe\x24\x58\x84\x75\x2d\x15\x4b\xba\xdb\x89\x26\x17\x72\x61\x2f\x5d\xe5\xb7\x96\x55\x7d\xd2\xcd\x8b\x74\x3c\x49\x1a\x8a\xd4\xb7\x0e\xdc\x91\x8c\xa4\x4f\x7b\x47\xf8\xdc\x85\x8c\x1b\xa9\xdc\x7d\x53\xea\x4f\x29\x78\x0b\xac\x79\x53\x29\x42\xea\x22\x7c\x24\x28\xc7\x2a\x62\x23\xb9\x72\x5d\x59\x14\x26\x68\xbb\x57\xe6\x0f\xb0\xac\x60\xf0\x08\x09\x88\xc1\x1c\xd1\x6d\xc0\xac\x77\x56\xab\xd1\x6a\xf9\xf0\xa0\x82\x32\xe1\x3d\x4c\xcb\x81\xc0\xfe\x7a\xfd\x33\x8b\xe1\xed\xf5\xf5\x2b\xd6\x24\x60\xbc\x30\xd8\x31\xd8\x0a\x0b\x9b\x47\x2b\x79\xbc\xbf\x8d\x96\xe5\x28\x1f\x82\xa1\x43\x1f\x9a\x86\x18\x5a\x1f\x2c\x66\xbd\xb7\x70\x4b\x07\x59\x0f\x94\x15\x9a\xae\x2e\x29\x55\xf7\xda\xd2\x91\x18\xb2\xf7\x6b\xeb\x4c\x5d\x9d\x90\x9b\xea\xc6\x63\x27\x50\xc6\xe2\x3f\x09\xff\x53\x4d\xdf\x4e\x54\xdc\x74\x2b\xf5\x36\xc9\x71\xb5\x0f\x7b\x88\xc2\xd7\xb1\x10\xbf\x89\x3a\x79\xf8\xda\xb6\xa7\xca\x2e\xca\xb6\x13\x45\xe4\x9b\xa6\x6c\x5b\xd6\x04\xc2\xb8\x67\x7a\x8c\x74\x72\x09\x78\xd9\x92\xd2\xc8\x61\x06\x27\x05\x1c\x99\x32\x98\xb4\x7b\x4a\xc0\x01\x01\x8f\x9d\xef\xd7\xa9\x72\xc5\x7f\x77\x9b\x88\x78\x23\x24\x78\x73\x7e\x12\xb7\x7f\x0d\xd2\xc3\x2f\xea\x2a\xab\x55\x1c\x4d\x45\x92\x80\xcf\xe3\x2c\x9e\x21\x24\xdc\x32\xc9\x16\xd7\xac\x0d\x8a\x9e\x12\xb5\x6b\xd7\x96\x23\x37\x33\x08\x95\x82\x37\x91\xfc\x27\x8f\x9c\x59\x74\xef\x07\xfa\xe6\x3a\xf1\x39\x48\x11\xbe\x10\x17\x12\x41\x0a\x67\x1e\x82\xe0\x42\xa1\x2a\x85\xc8\x42\x54\x52\x3f\x6a\x14\x29\x86\x6b\x84\x59\x6e\xf6\x1e\xec\xf7\xf9\xb3\x12\x3b\x89\x30\x15\x31\xd2\xd6\x87\x09\xae\xb8\xbc\x45\xaa\xe2\x8f\xc1\xf4\x13\x5a\xe2\x7d\xee\x90\xdb\x0c\xe4\xcc\x84\xfe\x26\x58\x48\xbc\x2e\x2b\xc9\x5f\x9c\x24\xf5\xc3\x99\xbf\x8c\x42\x21\x69\x1b\xdf\xb6\x7d\x27\x16\x49\xb4\xdc\x88\xcc\x81\x27\x4f\x30\x9c\x1b\x3e\xab\x34\x3a\x75\xd2\x3b\x11\xca\x06\xb5\x78\xb4\xf2\x31\xcc\x24\x19\x59\x7f\x8c\x41\x74\xd3\x85\x19\xcf\x04\x68\x26\x2a\xda\x47\xf1\x39\x7d\x1b\xcd\x04\xb2\x2c\x7c\x26\xa9\xc5\x00\x2d\xb1\x13\xe9\x25\x44\x33\xd8\x4e\xef\xfc\xd8\x9f\xa6\x22\x7e\xe5\xa7\xbe\xba\xf5\xb1\xea\xf1\x37\x73\x66\x7e\xea\xf3\x39\x6f\xce\x8f\x89\xe7\x5c\xa0\xb4\x9d\x87\x2c\x06\xc5\x01\x65\x37\xec\x28\xbf\x05\x4d\x3f\x84\x18\xc4\x6e\x87\x04\x0f\x61\x2d\x99\x88\x94\x87\xc6\x4f\xbc\xc7\x48\xbb\x67\x78\xd1\x4c\xd0\x37\xf8\x6a\xa7\xcc\xe2\xc2\xbe\x32\xd6\x39\x53\x06\xce\x2b\xbd\x19\xb9\x0e\x05\x76\x60\x29\x1e\xcc\x0b\x86\x39\x2d\x87\xac\x38\xb6\xb2\xf9\xc6\x9f\x35\xcc\xc6\x6e\x94\x84\x7b\x92\x39\xe7\x02\x42\x1e\xef\x8b\x5b\xb8\xd4\x82\x6a\xa7\x7c\x93\x22\x81\xa7\x8a\x6c\x57\x50\x65\xce\xbc\x4e\xdc\x22\xbb\x19\x1a\x49\x47\x66\x64\x37\xf8\x3a\xcd\x4f\x37\xe3\x79\xdd\xcc\x75\xde\x35\x6a\x6d\xe2\x1a\xe5\x83\x72\xbf\x4e\x8c\xfb\xf5\x3a\x43\x0e\x7e\x22\xd1\x54\x99\x98\x59\xef\x76\xc7\xb8\x40\xab\xc3\xb6\x7b\x48\x95\x72\x94\x7f\x50\x00\x18\xc9\x46\x2d\xff\x76\x3a\x13\xf3\xc5\x5d\xf0\xcb\xa7\xe5\x7d\x18\xad\x7e\x8d\x93\xb4\xd0\x96\x49\xc2\xd0\x83\xb0\x10\x66\x65\xd6\xbb\x55\x73\xda\x74\x24\xc6\xca\x51\x00\xbc\x26\x5f\xa3\xed\x1e\x04\x1e\xc5\xe3\xdd\xce\xf4\x53\xf1\x9e\x2a\x3d\xc5\xd8\x78\xbe\x5a\xb8\xc9\xc3\x8a\xf9\x5d\x25\x54\x84\xaf\x0d\x6c\x8e\x22\x43\x2c\x39\x81\xa9\xb2\xbb\x99\xf3\xc8\x99\x5f\xac\xaf\x96\x17\xb9\x65\xce\x0c\xee\x78\x52\x38\xb3\x6a\xeb\x1b\x58\xf1\xe9\x30\x44\x77\x38\xf3\x79\x9d\xa2\x3b\x8c\x99\x4c\x81\x7b\x9e\x69\xa2\x60\xc3\xdd\x8b\xfb\xab\xcd\x05\x9e\xf1\xd5\x68\xd3\x6a\x8d\x15\x0b\x34\xd7\x27\xf5\x0e\x66\xca\x37\x7a\x34\x1b\xf3\xbb\xd1\x6c\x5c\xb2\xe3\x61\xeb\xd3\x96\x3c\xb9\x23\xb8\x71\xaa\xd1\x20\xde\xb8\x83\x0f\x4e\x4a\x00\x73\xf3\x37\xd7\x35\x56\x0e\xae\xd9\x0e\xb4\x8b\x91\xf5\xe6\x5a\x5f\x33\x6b\xc9\xad\x51\x5a\xe6\x8a\x0b\x73\x76\x98\xd4\xfe\x1a\x48\xfe\x65\x1e\xfb\xf7\x42\x11\x1e\x81\x19\xb3\xf6\x6e\x74\x92\xf4\x71\x29\x9c\x59\x90\xac\x96\xfe\x23\xb7\xc2\x28\x14\x16\x08\xe4\xb5\xb1\xe3\xaf\x56\x22\x9c\xbd\xbc\x0b\x96\x33\x7d\xd7\x62\x12\x4f\xb9\xf5\x8b\xbf\xf1\x75\x68\x5e\x66\x01\x4a\xb9\x52\xb7\xa7\x22\x4c\x7f\xd2\x21\xe0\x32\x08\x86\x9d\x68\x25\x42\x84\x21\x75\x1e\xe2\x20\x15\xc8\xba\xd4\xc5\xae\x72\x18\xf7\xda\x6c\xe5\xcb\xbf\x3d\x37\x9f\x2c\x99\x7d\xba\x8c\x12\x81\xe4\x8e\x4f\x9d\xd7\x17\xe1\xf9\xf9\x05\x36\x26\xca\xa5\xcb\xb3\x46\xc1\x28\x1c\xe7\x86\x19\x09\xaa\xf8\x4c\x57\x6e\xa2\xad\x0b\xf1\x12\x54\x2d\xaf\xb9\x18\x22\xbf\x22\x10\x12\x72\xee\xe5\xa9\xf6\xa1\xfc\x41\x66\x87\x60\x14\x8d\xb9\xc0\x2c\xe0\x09\xaa\x78\xc1\x07\x2c\x44\x81\x11\x3d\x13\xd7\x65\xc4\x75\x81\xd0\x2e\x23\xb4\x9b\xa9\xaa\xb4\xf2\xc2\x65\x3d\x17\xbc\x36\xf3\x14\x9c\xf8\xa2\x4d\xde\x53\x76\xbd\xc6\x32\xd1\x04\x86\xd3\x8d\xa8\xfd\xe6\x75\x98\xd7\x51\xc1\x87\x4f\x4a\x5c\x33\x4b\xe5\x76\x26\xbd\x74\xbd\x6a\x0c\xbb\x6e\xbf\x3e\x1c\x9a\xe4\xde\xab\x55\x2a\x17\x96\xfc\x4a\x18\x15\x38\x27\x95\x2b\xe8\x67\x27\x6c\xcd\xdd\x8b\xe4\x6a\x7d\x81\xb5\xc1\x73\xc4\xfd\xd1\x5a\x9e\xb3\x74\x14\x8d\xab\x16\x8f\xd9\x31\x2a\x0f\x26\xa3\x86\x88\x5b\x23\xcf\xcd\xc3\xbd\xb9\xb9\x57\x71\x2f\x0b\x53\xe1\x66\x10\xb4\x6d\x20\xa8\x51\xdf\x7a\x4a\x94\xf6\x85\xc8\xd3\x26\x28\x9c\x9c\x85\xe5\x31\xe9\x28\xb4\x1d\xa0\x84\x56\xda\xd7\x71\x5d\x8e\xfd\x66\xa2\x07\x16\xce\xde\x92\x34\x51\x69\x79\x04\x30\xd4\x0c\x9d\x79\x11\x69\x10\xc4\x28\x1d\x9b\xbd\x63\x00\x48\x26\x6e\xcc\x03\xb1\xe8\xc5\x36\x0b\xac\xa8\xc5\x62\x99\x4f\x0a\xa9\x8b\x90\x35\x6e\x5b\xb2\x18\x41\xd9\xe9\x1b\x22\x7e\x14\x79\xaf\x1a\xd4\xd1\xb6\x6b\xa7\xe9\xad\x7f\x2f\x92\xe1\xe9\x4f\xe6\xd6\x6c\xcc\x46\xe3\xb3\x2f\x60\xcf\xc8\xb6\xad\x91\x89\x77\xa6\xa1\xc8\xd8\xe2\x99\x9d\xb7\xa8\x22\x89\xd2\x14\x2b\x84\x7b\x10\xcf\xb2\x11\x65\x37\x25\xee\xf7\x48\x48\x40\x1f\xe7\xa2\x73\xb7\xcd\x88\xdb\xce\x66\x53\xcd\x59\x4d\xe8\xb3\x62\x37\xf5\x72\xf8\x9b\x21\x0f\x4b\x6f\x66\x0b\xac\x1c\x24\x58\x58\xed\x92\xd3\xf3\x50\xcb\x47\xca\xd6\x02\xd3\xab\x1e\x23\x6e\x4f\xc3\x04\xd5\xa7\x1a\x45\xe9\xc9\x16\x34\x32\x4f\x4c\x88\x65\xf7\x34\xaf\x40\x0e\x02\xb9\x1c\x21\x93\xe8\x48\x02\x79\x0c\x4f\x17\x22\x2d\x59\xed\xd6\x0e\x4c\xe8\x60\x2f\xb1\x1a\xdf\x50\x8c\x82\x71\x6d\xf0\xc6\xb2\xa2\x55\x4b\x8c\x8b\x18\xb3\xe5\x6f\xc3\xca\x5b\xd1\x37\x56\x29\xa2\xbb\x37\x8c\x54\x6c\x06\xad\x62\xd5\x40\x37\xc3\xc0\xea\xa8\xa8\x19\x3a\x29\xe7\x2b\x66\xc8\xa0\xdd\x0e\xc1\xa8\x49\xea\x51\xef\x93\x81\x8c\x7c\x1d\x28\x4c\xc2\x19\x17\x96\x7c\xa4\xe3\x08\xf8\x8d\x20\x6c\x24\xd8\x6f\x6a\x4d\x49\x02\xbe\xe4\x04\x73\xcb\x60\x15\x77\x26\xd3\xe2\x2a\x30\x29\xb3\xf0\x54\x01\x49\x6c\xdb\xe8\x5f\x03\x15\x29\x6c\xb7\xcb\xcb\xe4\x50\xf3\x60\xc8\x1a\x56\x74\x08\xeb\x90\xd2\xc0\x4f\xaa\x41\xd5\x3e\x0f\xf5\x3e\x3f\x5e\x72\x49\xbc\xd5\x2e\xb4\x5c\xe1\xf0\xc4\x0e\xae\xb1\xaf\x91\x3b\x78\xbb\xaf\xd5\xac\x66\x9b\xf7\xa4\xea\xb1\x47\xab\x56\xcf\xbd\x27\x22\xc6\x68\x25\x15\x0a\x4d\xe4\x7f\x65\xa8\xac\x2e\x37\xd3\xef\x23\x31\x56\xf1\x5e\xce\x7c\x49\xb4\xa6\x28\x92\x5b\x35\x76\x3e\xb4\x62\xe7\xf5\xb3\xaa\x7d\x62\x64\xdc\xc7\xb2\x48\x1c\xe0\xab\xd1\x6a\x9b\xdd\x92\x07\x92\x0a\xcb\x7f\x12\xc5\x1e\x53\xf7\x1d\xb7\xa0\xee\x9d\xf9\xd7\x06\x0e\x2b\xa8\x63\xb9\xbd\x14\x72\x5d\xf3\x10\x25\x12\x8b\x65\xd1\xc3\x60\xca\x5d\x98\xf3\xd1\x58\xc7\x0a\xf3\x4d\x9c\x30\x45\xca\x1a\xcd\x5c\xa2\xb6\xd0\x5c\x6f\x21\x31\x1c\xf9\x90\x8c\xfc\xf1\x98\x25\xe5\x9b\xd8\xe6\xfb\x32\x1a\x2e\xa8\x59\xbd\xb1\x14\xf2\x51\x83\x7e\xc2\xdc\xbe\x7d\x60\x6e\x9f\xf9\x7a\x7b\x2e\x76\x6e\xc4\x7c\x29\xa6\x65\x7b\x8c\xc8\xb6\x23\x27\x7a\x08\xff\x7a\xb4\xd9\x8c\x2d\xbe\x33\x47\x81\xd2\x2a\x6a\x83\xfc\x3c\xf0\x40\x9a\x47\xb2\x51\x17\x67\xa6\x15\x30\x6f\xa8\x72\x4d\x46\x64\xdc\x29\x39\xbe\xf7\xa0\x6c\xd7\xb2\xf2\xe3\x44\xbc\x5e\x46\x7e\x6a\x44\x2b\x1d\xac\x6e\x2b\x28\x75\x96\x3c\x8f\x91\xfc\xd2\xc5\x2d\xeb\xdc\x95\x8c\xcc\x39\x79\xee\xd6\xc4\xd3\x0e\x8d\xf1\xa5\x04\x05\x6d\xac\x42\xa4\x17\x41\x13\x24\xc1\x18\xd8\xb6\x75\x2e\x81\x62\x71\x3d\xf9\xf0\xdc\x65\x81\x16\x03\x93\x76\x87\x91\x76\x07\x48\xbb\xcb\x48\xbb\x5b\x1a\xc1\x93\x96\x39\x6a\x04\x6f\xc2\x83\xfe\x9b\x40\x75\x5d\x39\x83\xcf\xff\xd3\xe8\xbc\x35\x1e\xba\xa3\xcf\xff\x34\x7e\x5e\x1a\x58\xbf\xc9\x79\x8c\x82\x96\xe5\xf6\x2d\xbc\xdb\x51\x9a\xbf\x7f\x26\x3d\x0b\x0f\x6b\xa8\xe8\x83\x31\x16\x4a\xed\x00\xd2\xab\xab\x2b\x77\xb7\x43\x91\x93\x8a\x24\x45\x01\x1e\x4a\x62\xc6\xc5\xf8\x4b\xa3\x3b\x12\xa0\x7e\x29\xae\xf5\x56\xb0\x26\x81\x0d\x53\x38\xff\x80\x1c\xd8\x6a\xb3\x59\x15\x84\xd6\xc0\x99\xe3\x0b\x21\x0e\x39\xaf\x4c\x30\x3b\x38\xe9\xbf\x57\x5c\x4b\x10\xaa\x30\x59\x15\xc3\x21\x65\x5c\x91\x71\x88\x67\x1a\x20\x05\x92\xe8\xcd\xe6\x07\xb9\x10\xe5\x02\x25\x79\x92\xa3\x4c\xdc\x91\xab\xcc\x33\x21\x60\x8f\x0d\x7a\xaa\xd3\xbd\x2f\xf0\x08\xed\x27\x5c\x80\xb2\x70\xd1\xe4\xf4\xa5\x12\x84\x3c\x61\x27\x50\xc0\x9e\x40\x22\xb1\x14\x2b\xec\x0e\xe9\x28\x18\x43\x78\x40\xbb\x6b\xfd\x9b\x6a\xec\x24\x87\x9b\x09\x2e\x33\x33\xfe\x4c\x00\xae\x25\xe4\x49\x3c\xb5\x34\xd1\xde\x1b\x48\x9a\x1d\x59\x56\xcb\xc7\x99\x10\x22\x23\x5b\x2d\x7c\xa6\xaf\x14\x09\xc2\x64\x25\xa6\xe9\x87\x68\x1d\x4f\x45\x1d\x0c\xf5\x33\x32\x72\x0f\xe8\x64\xc4\xba\xcc\x49\xa6\xee\x2e\x4b\xff\x6c\x69\xdb\x28\x40\x3e\x58\xa1\x62\xa2\x77\xbb\x30\x7f\x91\xf4\xbc\x22\xdc\x9b\x9c\xfb\xb6\x8d\xb2\xac\x91\xc9\x15\xa9\x8f\x43\xcb\x6a\xc9\x5f\x96\x68\xf9\x87\x39\x34\x29\xc6\xb2\xb4\xf2\xf8\x57\x7e\x9f\x3e\x5b\xab\x87\xec\x2d\xb3\x56\x60\xc8\x30\xc0\x32\x1d\xb2\x54\x8c\xf7\xb8\x70\x72\x29\x45\x7b\xc9\x27\xa9\xc6\x34\xa2\x2e\x88\xd4\x5d\x90\xe8\xd8\x0e\xa3\x68\xbc\xdb\xf9\x15\x5d\x30\x2e\x49\xa9\x0d\xee\x1b\xb0\xde\x20\xf3\x57\xd1\x3c\x88\xb1\xdc\x26\xc7\x97\x7c\xd4\x8a\xbc\x3a\xca\x1b\xeb\xd0\x04\x5d\x7b\x43\x3c\x85\xd8\x83\xcc\x65\xa2\xde\xc9\x3c\xb3\xe4\xcb\x39\x07\x30\xd1\x9d\x0c\x7f\x93\x1b\xce\x46\x46\x4e\x28\xf9\xfb\x4a\xa4\x40\xd9\xa1\x86\x6c\x21\x73\xc9\xd3\x73\x26\x66\x8d\x24\x92\x29\x41\xb8\x68\x44\xe9\x9d\x88\xf5\x25\x99\x7e\x68\x48\xcf\x46\x14\x2b\x49\x42\xe1\x4b\x18\xa9\x48\xdf\xc6\x7e\xa7\xc9\xcb\x81\x8c\x6b\x5b\xfd\x0f\xaa\x55\x15\xcc\x4b\x39\x02\x06\xe1\x34\xba\x5f\xf9\x69\x70\xbb\x14\x8d\x58\x4c\x45\xb0\x11\x71\xc9\x55\xb1\x1a\xa0\xbe\xe3\xb1\x8e\xa7\x2e\xf5\xf9\x8a\x98\x2c\x10\x6a\x2a\x4a\xf1\xc8\xb5\x8b\x00\x3e\x3f\xf4\x1b\xc8\xbc\x5b\x20\xe1\x11\xac\x39\x52\x4e\x1b\x10\xf2\xe7\xb7\xcf\x9e\x2f\x20\xca\x44\xda\x96\x2f\x59\x09\x63\xdc\xa0\xdf\xdc\xa6\xf2\x48\xf1\x93\xf4\x4d\x38\x13\x9f\x77\x3b\x25\xa9\x2d\x12\x70\x1e\xb6\xb5\xc9\xf9\x73\x84\x87\xc3\xe7\xaa\x13\xc8\xb2\xf0\x88\x8c\x2f\xd0\x7a\xb7\x5b\x62\x15\x7c\xf1\x58\x47\x29\x07\x93\xc0\x54\xb9\xdc\xe6\xe4\xb0\xd2\x38\xc8\x59\xd6\x83\x43\xd6\x7f\xb2\x5a\x53\x27\x51\x10\xa2\x65\xfd\x1d\x1a\x36\xff\xf6\xb7\x04\x5b\x60\xb6\xc9\x54\x1e\xc2\xb5\x0a\x6d\x38\x2d\x77\x2b\xcc\xe2\xe9\x4d\x41\xa8\x0c\xa1\x6d\xa3\x52\x0e\x3e\x35\xee\x04\xc3\xd0\x09\x64\x42\x2b\x94\x20\xd8\xc4\x66\x4e\x31\x2c\xb5\xe9\x67\x1e\x0c\xca\xb6\xcd\xd1\x92\xf9\x20\x3e\x8a\x2e\x94\x70\x72\x91\x5c\x1e\x0a\x3d\xcf\xe9\x45\xd2\x6a\xe1\x5c\xcc\x54\x80\xfd\x64\x6c\xdb\x28\x1c\x25\xe3\x2c\xf6\x96\x24\x57\xc3\x4a\xbc\x6a\xc9\x19\xf6\x7a\xac\xa7\x90\xc8\xf1\x9d\x2e\x47\xe4\x7e\x90\x1c\x4a\xcb\x72\xbe\x8e\xf3\x74\xa8\x0c\x0a\x77\x3b\xf2\x5c\x70\x4e\x9e\xa7\x4c\x34\xb9\xb0\xed\xb4\xc9\xd3\x0c\xbb\x9e\xbe\xa7\x25\x33\x95\xd3\xc2\xa6\x23\x6c\xaa\x38\xa6\x66\x11\x75\xb2\xc9\x79\x7a\x1c\xf9\xbb\x65\xb1\xc6\x54\x39\xce\x26\x22\x6d\xf8\xea\x42\x5d\xbd\x41\x9b\x56\x45\x02\xb8\x4d\x44\x6a\x6c\x2f\x9d\xe4\x80\x6d\x45\xd6\x64\xa2\xca\x4d\x26\x56\x10\x6e\xf7\x05\x65\x63\x22\x63\x4b\xda\x02\x19\x6f\x80\x03\x2f\x42\x49\xd3\xaa\xcb\xa7\x0e\xb9\x65\x28\x55\xaa\xd5\x71\x14\x63\x94\xc2\x68\x8c\x21\xe6\x3a\x92\x64\xce\xb0\x2a\x8b\x90\x92\x6d\x45\xcc\x9b\xee\x91\x76\xa6\x3c\xfd\x81\x96\x10\x49\x7e\x38\x6f\x86\xa7\x1a\x3f\x28\x5d\x22\xda\xee\xa1\x49\x32\x37\x26\x0c\xd3\x3b\x31\xfd\xc4\xb4\xad\x86\x4b\x18\x71\x49\xc5\x58\x3e\x33\x1c\x24\xc7\xd7\x88\x3c\x19\xa8\x65\x60\x62\x94\x76\xb3\x38\x2d\x5f\x1f\xab\x54\xc5\x59\x39\x0b\x6c\x3b\xb5\xed\x66\x3a\x8a\xc6\xf2\x68\xcc\x55\x48\xe4\x6d\xf5\x36\x01\x17\xea\xe3\x94\x29\x43\xb5\x7d\xc5\x0c\xd2\x48\xc2\x14\x2e\xca\x65\x84\xa7\x6e\x32\x29\x07\x20\xf4\x48\xd9\x60\xb3\x12\x50\xf2\x14\x1d\x14\xe1\xad\x50\x31\x53\x05\x8f\x86\x82\x95\x6d\xc7\x02\x75\xf5\x91\x24\x8a\x8e\x86\x92\x5d\x82\x50\xe9\xb6\x46\x9b\x45\x87\x4f\x47\xae\x57\x8e\x0a\xc6\x6e\x2a\x34\x34\xd2\x17\xe2\x34\x2a\x76\x17\xc9\x9f\x92\xd9\xa8\x76\x5d\x00\x83\xc9\x55\xa3\x27\x45\x21\x5d\xc3\x6f\x7b\x4a\x12\x12\x8e\xac\xc9\x64\x1a\xc5\xe2\xfc\x97\x64\x92\xdc\xf9\xb1\x98\x4d\x26\x96\x76\xf4\xad\xfd\xc2\xb7\x7b\x7c\x71\x82\xd4\x2a\x36\xb4\xee\xa5\xfc\x29\xa0\x7f\x3a\x4c\xd9\x56\xdd\xde\x6e\x65\x37\x5c\x5b\xf2\x00\x69\x76\x35\xbf\x77\x2c\x76\xcc\x13\xdc\x47\x33\xc1\x94\x25\xe5\xd0\x5a\xad\x63\x61\x31\x4b\x83\x64\x0b\xa6\xd1\xea\x31\x0e\x16\x77\x29\xb3\xfe\xed\xff\x6c\x50\x97\x0c\x1a\xaf\x44\x18\x24\x8d\xf7\xeb\xe4\xee\x93\x1f\x8b\x4d\x03\xfd\xb6\x8c\x82\x38\x9a\x7e\x72\xe2\x35\xb6\xd4\xcd\x08\x9a\xc2\x31\x2e\xee\xc6\x36\x8c\x1c\x5f\xb3\x72\xc8\x31\xb4\xdb\x5f\x1f\xba\x37\x97\x52\x80\xaf\xa8\x82\x3a\x9f\x83\x02\xd8\xef\x76\x3a\x80\x00\x8a\x78\x8c\x7c\xac\x4c\x83\xe5\xb9\x8f\x2a\xfb\x49\x07\x53\xcd\x8c\x6d\xc9\xf1\xc5\x2b\xa7\xc2\x7b\x7c\x21\xf2\x6e\xb3\xa9\x9c\x18\x2a\x36\x6b\x43\x63\x89\xaf\x54\x21\xe5\x2f\x7b\x0c\x24\xb7\xd3\x57\x41\x2b\xf7\x7a\xf3\xe5\x62\x92\xc3\xbb\x5a\x4a\xfb\xbc\x6d\x54\x11\xdd\x7f\x47\x2c\xf5\xc2\x73\x03\x12\x43\xb0\x20\xc9\x8f\x61\x15\x5a\x3d\x90\x84\x45\x86\x44\x0b\xab\x25\x77\xb7\x5b\x5f\xf1\xe5\x50\x0c\x2d\xcb\x40\x4b\x86\x22\x9e\x28\x1e\xfc\x65\x34\x13\x2f\x52\xb4\xc6\xf8\xb2\xdb\xa5\x83\xde\x6e\x17\x5d\x75\x7b\x6d\x32\xd8\xed\xd6\x2d\xa2\x3d\x95\x90\x7f\x90\xb9\x45\x64\xf6\x5e\x9b\xba\xbb\x9d\x7f\xd5\xf5\xda\x9d\xf6\x50\x0c\x93\x8c\xa9\x5f\x63\x16\x31\xf9\xae\xe5\xd2\x6b\x58\xb7\x28\x66\xfe\xb9\x2a\xd1\x42\xd1\xb9\x6a\xe9\xf2\x92\xb8\xb8\xd5\xeb\x76\xdb\x3d\xa3\x5b\x1f\x30\xd2\x1e\x68\x07\x49\x75\xc5\xe2\x69\xbb\x79\xfa\xf4\xd4\x69\x1f\x17\xc5\xb0\xa6\xc7\x97\x69\x18\xd7\x85\xff\xa0\xe2\x17\x37\x66\x91\x48\x24\x76\xf5\xa7\x53\xb1\x4a\x1b\xb1\x58\x88\xcf\xa5\x5b\x1d\xf2\x49\x36\x60\x45\xbb\x6f\xf6\x29\xeb\xeb\x6b\x20\x4f\x4a\x84\x32\x11\x5e\xcf\xc8\x83\xba\x2a\xec\xeb\x73\xeb\xf9\xa2\xac\xc5\xcc\xaf\xa6\xd0\xb6\x8c\xa6\x35\x2d\xf9\x49\xb8\x75\x69\xb5\x32\xbb\x79\x4b\xd1\xd4\x92\x28\x6c\x71\xab\x61\xb5\xe2\xd6\x5f\xb8\xf5\x97\x56\xd6\x3f\x9c\x3b\x63\x47\x60\xd9\xbf\xae\xa3\xf4\xc2\xc2\xad\xbf\x58\x7f\xc1\x90\xb4\xac\x2b\xab\xe5\xb7\xac\xcb\xe7\x56\x2b\x95\x2f\xa7\x6c\x9f\x33\x9e\x63\xbb\x3f\x0b\xb4\xb4\xd0\xd7\xd2\xc2\xf7\x4a\x5a\x18\xd6\x78\x33\x6b\x97\x67\xd9\x4e\xae\x22\x96\x60\xcd\x49\xa3\xef\xa2\x07\x11\xbf\xf4\x13\x81\xf0\x6e\x97\x1a\x6e\x56\x66\xcc\xa8\xc3\xb6\x92\x35\x66\x7c\x5b\x50\x9a\xde\x03\x59\x63\xfb\x09\x3d\x4f\x26\xc3\xce\xe0\xd1\x13\x5b\xa2\xb8\x88\xa0\x3a\xcf\x6b\x5e\xd2\xb6\xe7\x70\x28\x1a\x5a\x0d\x8b\x99\x8c\x11\x86\xa9\x16\x66\x05\x73\x34\xbd\xe4\xeb\xdd\xce\xb2\x38\x5f\x66\x42\x8f\xe4\x4c\x1b\xb4\x4c\xcf\xd7\x30\xcb\xae\xbe\x59\x82\xb2\xac\x9b\x8a\x60\x89\xe6\xcf\xf3\x08\xf0\xf9\x44\xcd\xb2\x89\x98\xdb\x36\x9a\xf1\x99\x39\x2e\x2e\xcc\x31\x06\x7f\x38\x6b\x25\x2c\x69\xcd\xf4\xd1\x68\x33\xd2\x6e\xe7\xb7\x36\x14\x47\xe4\xeb\x68\x99\xaf\x80\x35\x7a\x35\x0b\x90\xa2\x82\x00\x41\xc0\x2d\x0b\x22\x6d\x05\x19\xcc\x51\x24\x61\x49\x24\x09\x61\xb7\x26\x3e\xd0\xcb\x68\x1d\xa6\x86\x56\xbd\x15\x8d\x50\x2c\x94\xb7\xa1\x65\x44\xfd\xd1\x95\x7b\x81\xa2\xab\xab\x2b\x4e\xb0\x76\x1d\x4e\x31\x26\x76\x64\xdb\x28\x90\xcf\x67\x15\x6b\xdb\x23\x60\x70\x92\xc2\xe9\x15\xc0\xa0\x12\x22\x41\xc9\xfe\x7c\x6e\x8d\xac\x56\xd4\xb2\xc6\x16\x24\xbc\xc4\x1d\xf9\xf2\x40\x3c\xb3\xe4\xea\x9b\x54\x9d\xf2\x77\x56\xd5\x42\x50\x4b\x83\xf4\xe9\x54\x16\x07\x41\x8d\xd9\x61\xb3\x19\xc9\x53\x80\x77\x3b\xeb\x8f\xdf\xff\xd7\x7f\xfb\x2f\x56\x93\x9b\x07\x95\xbc\x57\x9b\x4c\xc9\xdf\x93\x61\x8a\xa6\x2a\x04\xe1\xf8\x4c\x32\x57\xfe\x28\x1c\xf3\x75\xf9\x90\x25\xc5\x91\xf0\x95\xf5\xe1\x52\x89\x33\xeb\x69\x0a\xc1\xcb\xf0\x09\x88\xa4\x34\x91\xe0\x39\xef\x8a\x12\xb0\x2c\x8c\x81\x1e\x7d\x58\xeb\x0f\x95\xb0\x54\xea\x2e\x58\x23\x9d\xac\x3f\x88\x47\x54\x5b\x29\xf4\xcd\xdf\xd2\xbf\x85\x7f\xdb\xfc\x6d\xfe\xb7\xb8\xf1\x6f\xff\xf5\xbf\xfd\xef\xbf\xff\xb7\xff\xfa\xbf\xfd\xf1\xfb\xef\x7f\xfc\xfe\x9f\xff\xf8\xfd\xff\xff\xc7\xef\xff\xdd\x1f\xbf\xff\xf7\x7f\xfc\xfe\x5f\xfe\xf8\xfd\x7f\xf8\xe3\xf7\xff\xf1\x8f\xdf\xff\xa7\x3f\x7e\xff\x9f\xff\xf8\xfd\x7f\xf9\xe3\xf7\xff\xeb\x8f\xff\xfc\x7f\xfc\xdf\xbf\xff\xfe\xb7\x35\x75\x69\x5f\xfd\x1f\xfc\x6d\x3d\x17\xf3\xb9\x65\xd8\xab\xe3\x5b\x85\x72\x96\xbe\xe2\x2d\xee\xf5\x8c\xba\xbb\xad\xd5\xdd\xdd\x81\x89\xa5\x2a\x59\x03\xbe\xcc\xed\xfe\xe6\x7c\x29\x79\x95\x37\xf7\xf7\x62\x16\xf8\xa9\x80\x19\x5f\xea\x30\x70\x45\xd2\x1d\x5f\x3a\xdf\x8b\x24\xf1\x17\xe2\xe5\x9d\x1f\x86\x62\x09\x2b\xbe\x74\x5e\x05\xc9\x4a\xf2\x2f\x70\xcf\x5d\xd8\xc8\xed\xf0\x78\xec\x85\xdf\x52\x8c\x79\x30\x47\x9b\x83\x1b\xf8\xe4\x0a\x65\xe1\x51\xe5\xf2\x1b\xf9\x96\x7c\x86\x14\x49\xe8\xb7\xa8\x9c\xc8\xcc\xb5\x58\x99\xb3\xe1\xfd\xd9\xdc\xb6\x67\xea\x3e\xcc\x7a\x03\xa2\xd1\x18\x42\x4e\x2e\x8e\x02\x32\x87\x17\x38\x8b\xc6\x93\xb3\xd1\x61\xab\x55\xe8\x3e\x36\xa3\x56\xeb\xbe\x62\x0f\xef\xd7\x89\x9a\xc4\x50\x14\x57\x15\x0a\x0c\x29\xde\x43\x8c\xee\x31\xdc\xef\xcb\x3e\x36\x02\x6f\x4b\x03\xdb\xc3\x91\x61\xe5\x14\x0f\xe3\x4a\xf6\x69\x61\xae\x18\xa1\x47\x10\x40\x30\xde\xb3\x95\x6d\xaf\x9c\x30\x7a\x38\xc8\xac\xd2\xca\xf9\xee\x86\x28\xe0\x28\x54\xc2\x8f\x3b\xec\xc8\xbd\x48\x21\x54\xbf\xc4\x89\xc2\x7b\xbd\x8a\x7c\x01\x31\x8f\x50\xe0\xac\xa2\x24\x35\x2b\x0b\x81\xac\x81\x2d\x1d\x7f\x36\xbb\xde\x88\x30\xfd\x2e\x48\x52\x11\x8a\xb8\xd6\xf3\xb5\x54\xd0\xb6\x9b\x4b\x27\xb8\x97\x4d\x7c\x50\x66\x13\xc9\x10\x55\x7b\xb9\x2c\xb7\x83\x44\xcb\xb2\x40\xc2\x9a\x3d\x1c\x37\x86\x2c\xd3\x45\x0b\x16\x92\x9d\xc5\x2c\xe6\x56\x14\xc6\xc2\x9f\x3d\x26\xa9\x9f\x8a\xe9\x9d\x04\xb1\x56\x10\x36\xd6\xc8\xd2\x66\x1a\x56\xd5\x3e\x20\xa9\x98\x2d\x95\x72\x61\xe7\xb8\xa2\xf2\x3a\x27\x4e\x2c\xee\xa3\x8d\xd0\x05\x75\xf0\x88\xdc\xa1\x7d\x5f\x0d\x79\x91\xe8\x18\x78\xd1\x3a\xcd\x67\x1f\x5c\x5c\x91\xbc\x28\x01\xc4\x1c\x74\x9c\xf5\x59\xee\x01\x99\xc5\x59\x56\x76\x40\x46\x86\xda\x66\x9e\xb9\x09\x41\x1d\xf1\xd3\x42\x7a\x8d\xb8\xf4\x4d\x52\xfe\x67\x08\xf2\x4b\xa5\xbe\x40\xc6\x23\x6d\xd1\x84\x2f\xdd\x61\x88\x44\x4b\x5d\x6c\x13\xe4\xc2\x43\x83\x5d\x54\xdb\x27\x65\xf6\x39\xd2\x7c\xe2\xaa\xa7\xdc\x2c\xb3\xac\x01\x71\xcf\x4a\xf1\xb4\x02\x1e\x1a\xb2\x41\xd2\x45\x41\x0d\xda\xfc\x29\x8e\xc2\x45\x43\x9f\xd6\x12\xe1\x59\x41\x83\xc5\x7d\x44\xe4\xf8\x4e\xb0\x92\xb3\x87\xa4\x35\xbe\xde\xa3\xb4\x11\x24\x6f\xfd\xb7\xc6\x61\xc3\x65\x48\x5c\xb9\xc3\x90\xc5\x18\xe5\x6e\x03\xe4\xf8\x7e\xac\x5c\x3e\xe2\x7d\x25\xfb\x12\x1f\x12\xcf\x99\x41\x20\x79\xe2\xca\xa9\xf2\xba\x9f\x58\xec\x52\x90\x45\xb9\xc8\x6a\xb6\x8f\x22\x69\x30\xf7\x60\xbd\x9f\xb8\xcf\xe9\x4b\x03\x31\x7e\xcd\x71\x65\x34\xaa\xce\x2f\x5d\x27\xd8\x7e\x22\xc4\x9c\xba\xa1\xb2\x90\x4e\x1d\x5f\x9a\x53\xa1\xe8\x82\x39\x52\xa2\xa8\x12\x2f\x34\x28\x8b\x2e\x0a\xf2\xa7\x47\x33\x3b\xb0\x5e\x16\xc7\xa3\x6b\x30\xa3\xf1\xa9\x6c\x67\x17\x4c\x90\x9e\x8e\x28\xec\x51\x13\x51\x98\x78\x3a\xa2\xb0\x5a\x86\x55\x46\x67\xdf\xab\x94\x3e\x86\x4d\x76\x11\xda\x63\x66\x67\xb6\x30\xf2\xa5\x5b\xa3\xea\x98\x18\xe9\xe7\x43\x66\x80\x73\x6d\x02\x8b\xbc\x33\x2e\xaf\x1f\x32\x9f\xce\xcf\x85\x91\xd6\x8b\x2c\xc6\xc8\x27\x23\xf5\x81\xf7\x59\x84\xab\x1b\x13\x1c\xfd\xa3\xb6\x52\x81\x97\x4a\x50\xe4\x61\xf8\x5e\xdd\xa6\xde\xc1\xf0\x8b\xf1\x1e\x7d\x63\x22\x23\xbf\xca\x6e\xce\x78\x2b\x8b\xb8\x18\xbe\x93\x23\x1e\x60\x78\x6d\x64\x7a\xbf\x71\x2d\xd8\x84\x6f\xf8\x6b\x67\x0e\x3f\xf0\xdf\x9c\x39\xfc\x3d\x0f\x9d\xe2\x6c\xc2\x8f\x3c\x74\x72\xbe\x11\x7e\xe5\xa1\xf3\x43\x10\xa6\x7d\x25\xcb\x84\x9f\x0e\xdd\xd3\xe1\x5b\x9e\x68\xb7\xf3\x6f\xd6\xf3\xb9\x88\xe1\x67\x9e\x38\xaf\xfc\xd4\xff\x31\x10\x0f\xf0\x57\x7e\x83\x5c\x0c\x7f\xc7\x6f\x10\xc5\xf0\x8f\xfc\x06\xb5\x31\xfc\x13\xbf\x41\x1d\x0c\xff\xc0\x6f\x50\x17\xc3\x3f\xf3\x1b\xd4\xc3\x20\x04\xff\x88\x9a\x2e\x86\x54\x3d\x10\x0c\xb1\xe0\xdf\xeb\xf0\x21\x09\x84\xf2\xf9\x93\x78\x4c\x20\x90\x4f\xc6\xb3\x10\x22\xc1\x7f\x2a\x04\xf5\xef\xe6\xe0\xcb\x84\x58\xdd\x04\x05\x49\xf1\x7c\x13\x2c\xee\x52\x58\xcb\x84\x5f\xa2\x20\x84\xa5\x7c\x4a\xa2\x38\x85\xa9\x7a\x52\xf7\x03\xcd\xe5\x63\x6e\x2e\x37\xd3\x6f\x95\xd0\x84\x77\x82\xbf\xaf\xf8\x08\xae\x54\x42\xf5\x9a\x9a\x7b\xc1\x3f\x21\x4b\x4e\xcd\x6c\x52\xb1\x44\x87\x8d\xfa\x32\x13\xf3\x83\xf4\x47\xc1\x7d\xe7\xe5\xbb\xb7\x1f\x3e\xde\xc0\x42\x3e\x7f\xfc\xf9\xfd\xf5\x2b\xb8\x95\x8f\x3f\xbe\xb9\xfe\x09\x26\x82\xdf\x20\x52\x8d\x34\x95\x1f\xd0\xcf\x02\xbd\x44\x02\xc4\x68\x23\xc6\x8a\x40\xc1\x18\x1e\x44\x2d\xc5\xde\x20\x9c\x2b\x9a\xe1\x57\xe5\x91\x2a\x97\x95\xf4\xd4\xda\xa1\x11\x19\x63\xe7\x56\xad\x20\x1e\xb9\x63\x59\xc9\xb5\xe0\xcd\xe6\xaf\xb6\xdd\x6c\xfe\x5a\xd2\x0f\x25\x22\xb5\xed\x6a\xe5\xba\x46\xa2\x83\x8d\x2b\xb9\x1e\x86\x77\xa2\xee\x2a\x16\x7e\x67\x78\xaa\x58\xf2\x54\xf1\xff\x2f\x93\xfc\xff\x7d\x86\x10\xa2\xf9\x3c\x11\x69\x09\x21\xc4\x7b\xf8\x20\x0e\xb1\xcf\x44\xf9\xd9\x2c\x84\xbe\xb6\x32\x03\x88\xc6\x53\xfd\xc7\x72\x74\x1c\xbf\xa1\x16\x42\x5f\x06\xd6\x94\xc4\xc8\xe7\xc3\x8e\x05\x73\xd4\x94\x15\xee\x76\x4d\x74\x6f\xaa\xc4\x59\x55\xd6\x9b\xb4\xb6\xaa\xb2\x8f\x41\xa9\xb7\xd9\xcd\xe7\x7b\x78\x71\xd8\x8c\xc9\xf1\xe9\x70\xb5\xe0\xd3\x61\xce\xfc\xb6\x11\xee\x42\xc8\x33\x5b\x31\x08\xf8\x67\xa1\x6c\xb1\x2e\xc2\xab\xf8\x02\x07\xa3\x78\xcc\xd3\x51\xdc\x6a\x8d\x0b\xe4\x09\xef\xc5\x51\x28\x91\x6f\xd4\xc3\x89\x2b\x41\x74\x90\xf9\xd9\x28\x1e\x2b\xaf\xaf\x1b\x71\x42\xf7\x16\x80\x96\xbe\x3d\x68\x07\xc1\x23\x83\xfd\x29\x5f\x9e\xb8\x04\x65\x5e\x88\x7d\xa7\x30\xe3\x2f\x50\xa2\xef\x79\x51\xaa\x9f\x99\x6d\x37\xaf\xd1\xcc\x44\x2c\xf2\xf9\xcc\x58\x2f\x49\xe0\x3e\x1a\x43\xca\xdd\x8b\xa6\x0a\xbd\x52\x89\x30\x94\xb6\x5a\x38\xd4\xd4\x7d\x64\x6e\x42\x3e\x4b\x78\xa8\xee\x74\x9b\xdb\xf6\xf2\x8a\xda\x36\x9a\xf2\x35\x9a\x42\xf9\xf6\x48\xa0\xca\xa7\xc5\x85\x98\xaf\x50\x7e\x9f\xbd\x9e\x57\xe5\x4f\x1e\xe3\x8b\xf8\x2a\x55\xd5\x07\xa3\x74\xcc\xe7\xc3\x29\x4a\x46\xe9\x18\x52\xcc\xe4\x6f\x69\x9e\x3f\x56\x48\xca\x22\x90\xb8\x0b\xe9\xf1\xe4\xc4\x79\x0b\x29\xbe\x48\xaf\xc4\x05\x56\x42\xfb\xa2\x6f\xa2\xb4\x88\xf1\x1e\x5e\x9a\x83\x57\x3d\x65\x33\x51\xf8\x92\xff\xaa\xef\x03\xc1\xf0\xbd\xa8\x71\xe9\x9d\x65\xe1\x51\x5e\x8a\xe1\xd4\x94\xfa\x20\x8c\x74\x83\x65\x4f\x15\x84\xfc\x8b\xe0\xdb\xe2\xb2\x54\x56\xbb\x75\xbf\xab\xd6\x04\xca\x38\xe1\xab\xae\x45\xc5\x7b\x10\x1b\x11\x3f\xd6\xb9\xcf\xfd\x53\xb9\xc2\xaf\xbb\x58\x07\xef\x61\x1e\x2c\x97\x35\xdb\xf9\xad\x19\x78\xed\x18\xe7\xc1\x32\x15\x71\x5d\x1f\x5e\x98\xe5\xf9\xbb\x3f\xd1\x17\x55\x71\x38\xab\xab\xf6\x1f\xfe\xe4\xd0\xc2\x99\x42\x67\x75\x55\xfe\xf3\x9f\xab\xb2\xe6\x76\xa3\xbf\xfe\xa9\x9a\x02\x8d\x67\xeb\xba\x96\x8a\x3f\x59\xe3\x74\xb9\x9e\x89\xba\xdb\x51\x1a\xe2\xcf\x55\x29\x51\x7c\xcd\xe6\x58\x8b\xa7\x76\x47\x89\x8a\xa8\x29\x1b\x3d\x59\xf6\xde\x5f\xd5\x75\x7f\xf2\xe7\xba\xaf\x49\x96\x9a\x4e\xf8\x4f\x76\xa2\x44\xe9\xd4\x94\x4d\xbe\x50\x76\x23\xe2\x44\xd4\xde\x13\x06\x29\xcf\xca\x14\x00\xad\xe0\xb5\x50\xfa\x5c\x89\x22\xdd\x8b\xf0\x32\xbe\xc0\x3a\x2a\xfa\x28\x1c\x83\xfe\x6d\xb5\xc6\x3a\xe5\xfc\x3c\x35\x69\x69\xf9\x7a\xde\xbb\x20\xd9\x43\x12\xdd\xd7\xba\xd6\xfe\xe3\x9f\x9a\x3f\x49\xd7\xd5\xd5\xb6\x14\x87\x00\x4c\x66\x5e\xdf\x2a\x84\x5e\x7b\xf3\x4e\x9e\x33\xcc\x63\xad\x42\xc0\x37\x0a\x0b\x97\x50\x3e\x7a\x89\x62\x88\x15\x46\xc7\x28\x36\x54\x14\xc4\xce\xed\x63\x2a\xde\x29\x82\xa6\x15\x3c\x8b\x9d\x6f\x7e\xfe\x78\xfd\x61\xf2\xfe\xfa\x66\x72\xfd\xdd\xf5\xf7\xd7\x6f\x3f\xc2\xaa\x74\x49\x74\x3a\x0c\xd9\x06\xa5\x10\x62\x7c\x1e\x28\x56\xeb\xcd\x09\x12\x22\x83\x56\x87\xa0\x1d\x94\xd3\xc9\x1e\x5e\x55\x91\x78\xf6\xd9\xf0\xe7\xef\x04\x2a\x4f\x1b\x48\x42\x5b\xdf\x6f\x65\x06\x18\x6a\x24\x1f\xf0\x15\x0a\x73\x24\x19\xe9\xe0\x84\x41\x2b\xbd\x8a\x0f\x69\xb6\x82\x89\xd7\x12\xef\xcb\xe0\x02\xeb\x85\x6e\x45\x63\x1e\x8e\xa2\x56\x6b\xbc\x87\xb7\x82\x6f\xb3\x80\x20\xc7\xdb\x33\x38\x44\x53\x7b\x1d\x50\xe4\x38\x67\x78\x9c\xd3\x44\x24\x39\xce\x1b\x1f\xe5\xdd\xc3\x77\x27\x66\x55\xd3\x94\x62\xb4\x10\x63\xdb\xce\xbc\xd7\x73\x4b\xb2\xd4\xb6\xf5\x3d\x0e\xb6\x6d\x64\xcf\xad\x14\x73\x9e\xdb\xf7\xed\xe1\xf5\x89\x7a\xbf\x93\x44\x5b\xca\x1f\xb5\xef\x10\x1e\x4e\x11\xd5\x0e\x40\xec\x07\x2d\x99\x81\xdf\x8e\x69\x36\x23\x60\x47\x07\x85\x6d\x7b\x82\x62\x49\xf9\xa2\x18\x2c\x73\x17\x01\xde\xed\xd4\xab\xba\xfc\xc3\x3c\x27\xfa\x59\x79\xec\xe5\x46\x0a\xe6\xdb\x43\x1c\xa4\x3a\x9e\xa8\x6d\x37\x63\x27\x7b\x35\x5f\x45\x6e\xad\x6f\xbe\x17\x09\xc3\x6f\x4c\xef\x18\x52\x56\x8b\xb1\x09\xed\x28\xf0\xfe\xec\x51\xec\x76\xe8\x37\x67\xce\x5f\x0b\x78\xed\xcc\xf9\x6f\x02\x43\x84\x22\xe7\x43\x2b\x72\x5e\x3f\x6b\x3e\x8a\xc2\xba\x7e\x7b\xca\x09\x8b\xbd\x16\x50\x71\x3e\x7b\x64\xbf\x09\x15\xa1\xa9\x62\x3f\x65\x96\x54\xb3\x19\xb6\x8d\xe6\x82\xcf\xea\x88\xa0\xb5\xa8\x98\x37\xaa\xdd\xff\x8d\xe0\x33\xb4\x95\xd4\x0e\x3e\x9b\xa1\x6f\x04\xbc\x15\x18\xe6\xf2\xe1\x4e\x3e\x1b\x66\x13\x83\xfa\xb6\x55\x5c\x21\x7b\x23\xd4\xc5\x5c\xaf\x04\x4c\xeb\x2e\xbb\xc2\xdb\x7d\x1e\xb1\x9e\xcd\x0f\x83\xd9\xb3\xef\xe5\x08\xde\x0b\x59\x9f\xa5\xe1\x82\x05\xd6\xad\x55\xa4\xe5\x20\xc2\x02\x2b\xaa\xa6\x7f\x97\xf9\x20\x2d\x8b\xf4\xdc\x2f\x49\x58\x18\xbe\x91\x49\x2b\xf1\x14\x6d\x2f\xb7\xf3\x7e\x7f\x32\x3e\x56\x92\x19\xc4\x4e\xb9\x68\x21\xb4\xe6\xcd\xe6\x1a\x0f\xad\x97\x4b\xff\x7e\x25\x66\x16\xb3\x2c\xdc\x32\x61\x8e\x60\xc6\xd5\x1e\x6b\x09\xb8\xe3\x6a\x87\xb5\x04\x6c\x78\x38\x9a\x8e\xe1\x91\x6f\x76\xbb\xed\x1e\x16\x7c\x63\xdb\x1f\xd0\x06\xc3\x03\x6f\x6e\x76\xbb\xa6\xef\xbc\xf8\xe6\x47\x7d\x9d\xd2\x0b\xf9\x6d\x53\x92\x1b\x7c\x2a\x77\xc5\xf0\x29\xf1\xa9\xb1\x54\xb3\x1a\xd7\x2d\x67\x32\x2b\xec\x24\x37\xa3\xd9\x18\xc5\xcf\xd2\x56\xe8\x44\xf0\x20\xf0\x3e\xa3\xe9\x0f\x2f\x56\xab\xad\x13\xc2\xc2\xf2\x74\x32\x3b\x5b\xdb\x36\x0a\x39\x32\xb2\x38\x15\x39\x05\x85\x4a\xae\xea\xb2\xf0\x8a\x76\xbb\x43\xda\xed\x32\xda\xed\xda\x21\x86\xc0\xd9\x8c\xee\x74\xdb\x81\x13\x41\x58\x6e\x5d\xe1\x98\xe2\x0c\x29\xc7\xfd\xfd\xd9\xc3\x10\x6d\x78\x52\xf5\x76\xd7\x61\xda\x96\x48\xc0\x06\xa6\x60\x4d\x66\xe6\x9a\x91\x48\xdf\xb3\x0d\x33\xee\xc2\x9d\x86\xc2\x12\x08\x98\x7b\x8b\xe3\xb2\xb5\xd9\xb7\xbb\x9d\x55\x92\xc4\x58\x9c\xa3\x35\xbf\x95\x99\x77\x3b\xeb\x83\xb2\xdb\xa9\x7e\x5e\xe7\x3e\x8a\x9a\x97\x8e\x87\x9f\x04\xda\xc8\x23\x7e\x63\x4e\x8f\x7c\x39\x8b\x78\x0c\x77\x12\x71\x84\x60\xae\xfa\x7e\xe4\x1a\xbb\xe9\x2d\x7a\x56\x16\x08\x6b\x13\x84\xc7\x63\xd6\xbe\x40\x13\xc1\x1c\x21\x9f\x3f\x9e\xdf\xe1\x4b\xf7\x64\xae\xfc\xf6\x73\xe4\xf3\x15\x0a\xf0\xb3\x14\xb7\xee\xae\x1e\x4f\xd7\x9a\x70\xff\x79\xaa\x4b\x25\xfc\x1e\xc5\xca\x89\x44\x3c\x34\xbe\x45\x3e\x4f\x9e\x99\x5b\x3c\xe7\x48\xa8\xb9\x85\xed\x2d\x8b\x20\x62\x77\xb0\x64\x3e\x08\x96\xc0\x86\xc9\xcc\x3f\xa3\x08\xef\xf1\xc5\xec\x32\xb9\xc0\x9f\x90\x80\x59\xab\xa5\xf8\xac\x17\xbc\xb4\x75\xf9\x3b\xf4\x8d\x02\x1c\x2f\xa0\x7c\xf5\x85\x05\x1b\x8c\xd9\x41\xf0\x73\xed\x5c\x54\x27\x31\xd9\xa0\x73\xf3\xed\xcd\xf1\xb5\x55\x1b\xd0\x59\xf4\x9d\xb0\xfa\x99\x38\xdd\xec\x51\xe0\xbd\xba\xf0\x6d\xb7\x3b\xb5\x91\xd4\xd6\x39\x2b\xf9\xa8\x6e\x60\x8a\x41\xee\x9c\xe1\x97\xf6\x4c\xf4\xe4\x9e\x89\x86\x39\x3f\x1f\x0c\x65\x6f\x1e\x51\x0c\x66\x6f\x40\x90\x19\x26\x36\x39\x0f\x0f\xbf\x62\x66\x12\x30\x7b\x6a\xbb\x99\x5c\x72\x05\xd5\xd4\xff\x15\x2d\x9a\x9c\x1f\x9b\xbf\x0f\x3f\xa3\xc7\xdc\x61\xf3\x33\x5a\x60\xcc\x64\x4a\xf5\x26\x47\xd5\xce\x66\xb7\x9b\xa3\x0d\x08\x78\x1c\x89\xb1\xaa\xb3\xbc\x98\x2f\x20\xde\xed\xd0\x8b\x8a\x67\xc7\x06\xeb\x7d\xfe\x9e\xbf\x18\xdd\x89\x31\xdc\xf0\x66\xf3\xbd\x6d\xa3\x22\xb4\xdc\x7b\x15\x6a\x2d\xb3\xda\xd2\x6f\x18\x3e\xf2\x1c\x8b\x9c\xc9\x26\xef\x85\x72\x18\x96\x3b\x65\x21\xe4\x02\xc8\xa7\xdb\x22\x71\xa3\x6e\xc2\x42\xeb\xa1\x59\x61\x3c\x5a\x89\x31\xe7\x53\xb6\x52\x1d\x7f\x81\x77\xbb\x6f\xd0\x8b\x27\x60\xfc\x54\x02\xf7\xeb\xd1\x74\xcc\x37\x0a\xe1\x7e\xdb\x8a\x9c\x9f\x14\xd2\x45\x9b\x26\x7f\x54\xd7\x6f\x29\x44\x0c\x53\xd8\x1e\x11\xa0\x2c\xdd\x97\xf1\x74\x75\x8f\x3e\x3a\xd1\x3c\x5b\x15\xed\x21\x37\x85\xed\x3c\x8e\xee\xd9\x8d\x80\x68\xce\x3e\x4a\xd4\x66\x1d\xd5\x69\xc9\x7e\xcb\x09\x7f\x51\xf7\x51\x6e\x12\xd9\xe0\x7b\x98\x4a\x2c\x0c\xaf\xd0\xd4\x24\xa8\x1e\x5c\x0b\xd9\x88\xc6\xb7\xfb\xf2\x87\xe6\x0d\x4c\x15\xb6\x8e\x77\xbb\x17\xb9\x90\x96\xf3\xb9\x50\x6b\x97\x27\xcc\x45\xb9\x54\xdd\xa1\x23\x38\x77\x1c\xd6\x43\xca\xd0\x7c\xa5\x3d\x54\x27\x3e\x1d\x11\xa0\xe3\x03\x99\x30\xc2\x4d\xae\x2b\x56\x5f\xf1\xd1\x67\x7d\x49\x55\xb5\xba\x17\x07\xb9\xf4\x34\xeb\x0a\xf6\x58\x77\xab\x8e\x90\xf8\x45\x2e\xf4\xcd\xf0\x3d\xfb\x28\xe7\xe1\x46\xcf\xf2\x9d\x80\x8f\x59\xfc\x99\xda\xe0\x3d\x65\xdb\xe0\xc2\x69\x2e\x8b\xa3\x67\x3c\xcf\x0f\xef\x8c\xa5\x1e\x23\xd4\x53\x5a\x4a\xd2\xf6\x94\xc6\x90\xb4\xfb\x70\xa0\x9a\xcb\x1d\x6f\x33\x8f\x75\xd2\xe9\x32\xd2\xe9\x02\xe9\xf4\x18\xe9\xe4\x76\xa8\x79\x7c\xbe\x2c\xa0\x37\xe9\x75\x18\xe9\x65\xf7\xbc\xb5\x07\xac\x3d\x80\x8e\xcb\x72\x7f\x56\x7d\xef\xa4\x72\x77\xa8\xde\x58\x5b\xba\x11\xee\xc8\x33\x25\x0b\x0d\x5e\xba\x17\xae\x14\xfd\xef\xe0\x56\x5b\xd9\xd3\x23\xfd\xd5\x91\x1d\x51\x59\xc7\x94\xd9\x42\xf7\x07\x07\x3a\x26\x8f\x9a\xb8\x9d\xc4\x5c\x5a\xd9\xeb\x68\x1d\x53\xdb\xd3\x2a\x26\xa5\x51\x9a\x65\x1a\xa5\xbb\x4c\xa3\xb4\x2a\xb4\x40\xf7\xb9\xd1\xf2\xc6\x68\x6e\x1e\xb3\x40\xa0\x0b\x1e\x56\xf4\x2b\xb7\x3c\x2c\xf4\x2b\x13\x1e\x3a\x92\x46\x81\x87\xaa\x0e\xe7\x9a\x87\xce\x9b\x70\x1e\x84\x41\xfa\x08\xef\xf8\x02\x3e\xf0\x89\xe3\xdf\x26\xf0\x99\x4f\x54\x40\xb9\x17\x7c\xa2\xf9\x77\xf8\xc4\x27\xce\x32\x5a\xc0\x7b\x3e\x71\xbe\x7b\x4b\xe1\x86\x07\x43\x6b\x72\x6b\xb1\x9c\x60\xfd\xa8\x52\x96\x32\xa5\x44\x96\xbe\x54\xa9\x91\x49\x35\x44\x6c\x11\xea\xe7\x7b\x74\x78\x9d\x34\xf8\xea\xa4\x68\x7d\x43\x2c\xa7\xae\xff\x2c\x3e\x4f\xcf\x09\xac\x39\x22\x97\x97\x09\x3e\x27\xb0\xe4\xeb\xab\x2b\x02\x53\x4e\xdb\x8a\x29\xfe\xac\x62\xdd\x75\xf0\xb9\x7a\xf0\x3c\xcc\x5c\x98\x73\x57\xce\xe6\xa5\xbb\xdb\xb9\xfa\x8a\x0e\xf2\x5c\x5c\xba\x43\xc2\x5c\x85\xe4\x91\xe0\x1f\x90\xc0\xb8\xc9\xc5\x6e\x27\x38\xe7\xd7\x43\x14\x70\x15\xc7\x8d\x30\x17\x42\xbe\xc6\x0c\x85\xfc\x05\xfa\x84\x04\x7e\xfe\x1e\x83\x78\x86\x22\xae\x1a\x90\x44\x1e\x91\xc4\xdf\xf9\x39\x44\xcf\x38\xc5\x80\x44\x8b\x87\xad\xe5\x15\x27\xc3\xe9\xf3\x88\x4d\x9f\xc9\x7c\xe4\x7c\x89\xf1\xb3\xe8\x8a\x53\x99\xb7\xd5\x82\xe8\xb9\xcc\xab\xf2\xad\x65\x63\xa6\x15\x53\x10\x05\x1c\x89\x67\xd1\x39\xc1\xaa\x74\x2a\x73\xf2\x25\x66\xb2\x57\x2a\x65\x59\xfe\xc4\x5d\x8c\x2f\xd2\x2b\xde\xbf\xf0\x47\xf3\x56\x6b\xcc\x25\x9d\x19\x40\xf0\x9c\xd3\x6e\x0f\xd2\x73\xde\xc7\x17\xea\x1a\x71\x1e\x5e\x5e\xa6\xbb\x00\x92\x16\x4f\x2f\x92\x2b\xb7\x9c\x3f\x84\x50\xe7\x4f\x54\xfe\x4c\x82\x34\x3a\x3f\x9f\x8f\x77\x9c\xd0\xfe\xb3\x19\xf8\xfb\x7c\xb5\x7e\x39\x58\xad\x7c\x69\x22\xb5\x34\x81\x5c\x1a\x9f\x47\x72\x69\x12\x1e\x9c\x7b\xb0\xe6\xb1\x5a\x2d\x31\x5a\x9f\x9f\x8f\x61\xca\x09\xf5\xec\xa5\xbe\xea\xe9\xea\x8a\x7b\xaa\x3f\x53\xd9\x83\x67\xd3\x96\xba\xb8\x77\x7d\x7e\x6e\x3a\xa3\x3b\x3f\xb5\x65\xcd\xe7\x6a\xd5\xa7\x57\x57\xfc\x3c\x29\x06\x12\xaa\x82\xe1\x61\xc1\x60\x8e\x5c\x75\x7f\xc0\x94\x93\x73\x3f\xbf\x4c\x62\xca\x39\x8f\x32\x4a\x36\x1c\xbe\xf5\xdf\xb2\xe5\xf0\xfc\x9a\x5d\x9f\x85\x2d\x6e\x66\x75\x7a\xce\x7d\xe3\x79\x81\x96\x2a\x90\x1f\x7e\x16\xaa\x29\x9f\x9e\xa7\xb8\x98\x88\x37\x95\xfb\x9f\xdb\xe3\xcb\x4b\xda\xd9\x89\x11\x1d\x5f\x5e\x92\xde\x4e\x8c\xc8\xf8\xf2\xb2\xbf\x13\x23\x77\x5c\x94\x79\x55\x94\x19\xc9\xb9\x17\xa5\x6f\x6f\x0f\xbf\x81\xb8\xba\xea\xdb\xb4\xdb\x2d\x65\xfa\xee\x64\x26\xf9\x40\x7a\xd9\x13\xed\x1c\x14\x7c\x5d\xea\xad\x3c\x70\x5d\x0a\xfd\xd2\x60\x7e\x3b\xf8\x4c\xdb\xd0\x29\x7d\xce\x18\xfa\xed\x3d\x2a\x3b\x39\x3c\xa9\x2c\x32\x9a\xa2\xbc\x8e\x1f\xaa\xc6\xbc\x01\xbf\x43\xad\x18\x67\xb2\x22\x31\xfa\x38\x36\x14\xfb\x43\x46\xb1\x2b\x11\x72\x33\xe3\x6e\xb8\x18\xdd\x8c\x9d\xc9\x2d\xf8\x3c\x68\x89\xd1\xcb\x31\x24\x3c\x0b\xed\xe1\x83\xdf\x2a\x2c\x24\xc3\x61\xc2\x12\xc7\x48\x2a\x51\xa9\x0b\x7f\x8f\xf2\x8b\x77\x20\xca\xac\x16\xf3\x6e\xf8\x5f\xea\x46\x26\xe8\x4c\xf2\xae\xac\xb9\xaf\xbb\xb2\xe4\x21\x6a\x05\x12\x96\xbb\x17\xd3\xcb\xf4\x62\xda\x6a\xe1\x64\xb4\x6e\x4d\xc7\x7c\x39\x8a\x86\x53\x96\x9e\x4f\xcf\xc9\x78\x2f\x9b\x91\x9c\xae\x66\xca\x96\x15\x5c\xbf\xd0\x1c\xc0\x6e\x77\x90\xae\x2e\x87\x35\x2c\xc0\x6e\xb7\xac\xd3\xd6\xea\xfb\x63\x75\xc6\x9c\xf8\x5f\xa8\x2b\x2d\xa1\x42\xb4\x37\xf9\x42\x11\xa0\x92\x76\xc8\x05\xb7\x3f\xc2\xaf\x1c\x2d\xea\x4c\x3a\xcc\x95\xd3\x0b\x5d\xe1\x3b\x74\xa7\x6c\x3b\xca\x17\xd0\xbe\x2b\x6d\x87\x9f\xf8\x0a\xbd\xc3\xf0\x2d\x77\x2f\x7e\xca\x44\xaf\xdf\x5e\x60\xf4\x23\xff\x69\xf4\x6d\xab\x35\xc6\x41\xd8\x58\xec\x76\x09\x5a\xc0\x8f\xf0\x6e\xf4\xe3\x18\x9f\x45\xbb\x1d\xfa\xb5\x42\x50\x2f\xf0\x5e\xf6\xe9\x67\x7d\xd3\xae\xbe\x19\x17\x51\x49\xdd\x97\xef\x8e\x53\x26\x8a\x61\xda\x3f\xfb\x39\x7b\x42\x2e\x50\xd2\xf1\x3a\xfd\x76\xaf\xd3\xc7\x50\xa4\x93\x22\x7d\x80\xa1\xf9\xb3\xb3\xc8\x0a\x60\xdb\x2e\xde\x08\xde\xed\xd6\x95\x6b\x6c\xb7\xa6\x86\x03\x81\xef\x5f\x4b\xf7\x1d\x0b\x48\xe5\xb1\x97\xe7\x4d\x4b\x0f\x94\xfd\xc3\xd7\x16\xd8\x4b\xea\x5e\x93\x63\xd5\xd9\xcf\xa6\xbd\xba\x76\x99\x5c\x56\x69\xc6\xb5\x3a\xf6\x96\x6f\x0a\x55\x9f\x46\x97\x29\x06\x57\x47\xab\x1b\x7d\x1c\xf3\x74\x0f\xb7\x47\x32\x43\x53\xfd\x2d\x58\x19\x75\x60\x61\x98\x22\x21\x1b\x2c\x52\x32\xaa\x66\xf4\x71\x0c\x01\x9f\x1b\x2b\xad\x40\xe2\xd2\xe0\x2a\x3c\x3c\x24\x85\x3a\x5e\x1d\x68\x14\x97\xae\xa4\x18\x86\xe7\x01\x9b\x49\x2e\xed\xb8\x5c\xc1\x95\xab\x2e\xdf\x8c\xb9\xbe\x2e\x6a\xf4\x72\xcc\x83\x7c\x18\xf1\x1e\x02\xdb\x46\xdf\xa0\xc5\x81\xc0\x6b\xb2\x54\xd2\xad\xdb\x92\xcc\x6c\x72\x9b\x27\x9d\xc8\x59\x96\xa4\x4d\x22\x0b\x63\x38\x58\xf8\xc5\xd1\xc2\xe7\x27\xe2\x07\x3d\x77\x04\x04\x1e\xb9\xe3\x6c\x2d\x55\x38\xd1\xc3\xb5\x3f\x51\x46\xe5\x7d\x13\xa6\xa4\x57\x73\x03\xbf\xc9\x4a\xcb\x5a\x0c\x75\x9d\x86\x41\x48\xa9\x41\x2b\xea\x52\x0e\x89\x68\x24\xd0\xcf\x5b\xff\x33\x55\x36\xca\x55\x66\x7d\x6b\xd3\xba\x71\xbc\x41\xa6\xae\xce\x61\x5d\x38\xef\xc2\xbf\xbb\xe4\xd5\xd5\x95\xab\x4a\xab\x18\x1b\xf5\xc5\x7f\x39\x59\xdc\x20\xaa\xbc\x7c\xaf\xf3\x64\xf9\xfe\x51\x79\x8d\x07\xa1\xfe\xa8\xff\x7d\xbe\x70\xf0\x4a\x09\xe0\x4f\x9c\xf0\xba\x7c\x87\x2b\x5c\xca\x27\x97\xe2\x6d\x59\x25\x3e\x92\xdc\x5c\x56\xf9\xbf\xbf\xd4\xe1\x82\x95\x0a\xc9\x09\xfb\xee\x64\x53\xff\xfe\x52\xc7\x8b\x74\x50\xec\xb7\xd3\xc5\x2a\x6b\x53\x2a\x26\x17\xe5\xf5\x51\xb1\x3d\x3e\x7b\x44\x87\x10\x10\x1e\x51\x15\x6a\x25\x95\x83\x6b\x8c\xa0\x54\x5c\xfc\x32\x27\xc4\x17\x10\xe7\x9c\x10\xbf\x2d\x87\x84\xc9\xb9\x59\x13\x1d\xfe\x24\xf7\xaa\xb9\x54\xcd\x85\x6a\xfe\xb3\x12\xc4\xb1\xb8\xab\x33\xe3\x21\x73\xee\xf1\xc8\x40\x3f\x37\xdb\xa9\x18\x26\xe6\x37\xb7\x76\xd4\xdd\x95\x51\x66\x19\xa6\x94\x8e\x72\xa8\x32\x69\xa3\x87\xbd\xe6\x4d\xd4\xac\x30\x7b\xbb\x5d\xb3\x60\xf6\x54\x08\x20\x13\xfb\xc7\x7a\x93\x5b\xe4\x95\x8c\xf3\xd4\xa3\x11\xde\xeb\x94\x37\xb9\x85\x17\x94\xac\xbd\x40\xed\xad\x22\x39\x7b\x36\xfb\xa0\xf4\xd2\xeb\x68\xe9\x7f\xe9\x0e\xde\x8b\xe9\xe5\xe0\x02\xa3\x98\x87\xa3\xb9\x8a\x3b\x34\xc6\x43\x14\xa0\xb8\xbc\x62\x6a\xb1\xaa\x69\x89\xd2\x60\xb1\xa5\x0a\x63\x5f\x58\x4f\xbf\xf8\xe6\x47\xb6\x06\x6d\xfc\xc6\x96\xa0\x2c\xdf\x98\x0f\x72\xc5\x59\x52\x8e\x9c\x5c\xbd\x37\x55\xa6\xd6\x5a\xb4\xba\x99\x01\x6d\xec\xff\x3f\xc4\xfd\xfb\x7e\xdb\x38\x92\x3f\x80\xfe\xaf\xa7\x90\x78\x66\xb9\x40\x04\xd3\xa2\x24\xdf\xe8\x20\xda\xb4\xe3\xf4\x64\x26\xb1\xb3\xb6\xbb\x7b\x7b\x35\x1a\x2f\x2d\x41\x16\x27\x14\xa9\x21\x21\x3b\x6e\x4b\xe7\xd9\xcf\x07\x85\x0b\x41\x8a\xf2\xa5\xa7\xe7\x77\x7a\x77\x62\x11\x04\x71\x2d\x14\x0a\x85\xaa\x6f\x25\x93\x74\xbe\x25\x02\x66\x11\xcf\x47\x82\xa4\x3a\x5a\x8f\x58\xd8\x35\x0f\x1c\x27\x60\xc4\xc1\xd7\x0e\x41\xed\x76\xd6\x4e\xb0\xd1\x32\xa1\xde\x3e\x2e\x6c\x85\x9f\x82\x3f\x29\xb0\x86\xab\x01\xb4\x96\x39\xcb\xde\xdf\xb2\x84\xaf\x56\x8e\x63\x85\xcf\xf2\xfb\x5b\x7d\x27\x0f\xb7\x18\x64\x6b\x23\xb6\x0c\x8c\xd8\x98\x77\xcd\x6b\x7d\xea\x21\x1c\xf6\x06\xd4\x04\x69\x82\x77\x5c\x33\x63\xff\x5c\x46\x19\x9b\x58\xc6\x6c\xa5\xf8\x3a\xfe\xde\x76\x9b\xe8\x4a\xb0\xe2\xc3\x23\xed\x33\xee\x4b\x45\x09\x28\x36\x9e\xf4\xc0\x4a\x3c\x39\x11\xab\x15\xd2\x3f\x69\x34\x78\x5c\x07\x99\x79\xf1\xb8\xc6\x0d\xe7\xda\xa1\x94\x15\x28\x4a\xab\x15\xa8\x49\xf9\x6a\x15\x22\x4e\x98\x06\x34\x4f\x01\x84\x47\x7b\x62\xfb\x81\xbf\xe7\x93\x0d\x87\xdf\x62\x29\xef\xd5\x40\x4d\x4a\x40\x48\x7f\xaf\x8b\x4b\x41\x10\xc4\xaf\x27\x3d\xb8\xef\xbf\xd9\x0e\xdc\x92\x03\x74\xb0\xea\x04\x49\xeb\x60\x67\xa2\x7a\x1f\xea\x5a\x3f\xef\xd4\x75\x95\x43\x75\x3a\x88\x82\x04\x23\x45\xc0\x9e\xd3\x96\x22\x7c\xce\xd3\x8c\xd1\x6c\xd3\x13\xbc\x00\x5e\xda\xdb\x0a\x2b\xd5\x3f\xd8\x1a\x93\x0a\xcc\x8c\xcb\x90\xa1\x5d\x0c\x52\xb6\xca\xf5\x05\x70\x54\xea\x82\xa2\xb7\x0a\x1f\x01\x36\x4c\x46\xab\x15\xab\x06\x5e\x89\x86\x82\x74\x47\xa5\xb0\x47\x52\xf3\x07\x93\xa6\x63\x56\xf9\x7b\x25\x2b\x71\x4d\x3b\x60\xf4\xdd\xe0\x88\x7b\x5f\x89\xbe\xab\xb4\x6d\xd9\xc0\x00\x7a\x8d\x09\x43\xbd\x3d\x8c\x9c\xe2\x0d\x84\x13\xef\xed\x05\xbd\x3d\xa5\x80\x04\xe5\x22\x54\xb4\x57\xae\x68\x43\x2d\xa8\x6a\x05\xdc\xdd\x7e\x17\xa3\xbe\x6a\x40\x9b\x7b\x1f\xdf\xb4\x04\x31\x1c\x62\x34\x1c\x79\x60\xf5\x06\xcc\xd0\xb4\x6c\xab\x21\x5c\xa6\xcf\x12\x25\x51\x06\xcc\x32\x1f\xfd\xee\x61\xe0\x77\x0f\x95\x5a\xb4\x68\xe7\xfe\x8b\x07\x04\x0c\xe6\x40\xb3\x58\x0c\x85\x48\xb3\x06\x41\xee\x7f\x45\xe1\x07\xaf\x1c\x84\xee\x96\x41\x90\x76\x77\xe5\x51\xd8\x6e\x8b\xf7\x7b\x86\xe1\xf0\x95\x2d\x05\x20\x44\xc7\x18\xda\x39\x24\xa2\xad\x4e\x23\x69\x46\xc9\x70\xe4\xba\xf2\xc4\xe5\xe3\x61\x32\x2a\x9d\xca\x23\xda\xf2\x01\x45\xdc\x74\x32\xb2\x3b\xf4\x84\xd5\xde\x66\x9f\x9e\xb1\x61\x32\x73\x94\x58\xd3\x53\xe9\xf4\xd1\x2b\x3b\xbd\x07\x21\x6d\x3a\x0d\xe8\xb7\x53\xee\xaa\x27\xd2\xca\xea\x89\x8d\xce\x26\xe5\xce\xfe\xb1\xfd\x94\x8d\xda\xda\xd9\xfd\xce\x2b\x3b\xab\x81\x70\x35\x09\x4a\x03\x48\x41\x83\x36\x8d\xda\x5d\xaa\x31\x91\xfc\xfd\x14\xb9\xef\xbf\xa0\xbd\x7b\x7d\xd9\x5e\xed\xca\x6b\x30\x5b\xab\x31\x69\xe1\xd6\x00\x78\x6e\xaf\x88\x49\xdb\x28\xf0\x2c\x5b\xe0\xfc\x51\xbe\x44\xb6\x62\x11\x31\x09\x6f\x69\x7a\x9a\xa5\xf3\x8d\x03\x65\xa6\x23\x08\x4b\x44\xd3\x59\xdd\x46\x25\x46\x61\x20\xfe\x09\xa4\x80\xb8\xd8\xb4\x74\x9e\xd3\xc5\x16\x33\xf0\xbb\xc2\x0c\x7c\xae\x42\x12\x2f\xd1\x04\xf4\x0a\x77\x10\x5b\x98\xa3\x39\x59\xd4\x9b\x0f\x83\xe1\xb6\xbc\x68\xbd\x5d\xad\x66\x54\xba\xa0\x40\x84\x7f\x0c\xa8\xf0\xb1\x74\x84\x44\x19\x0d\xd1\xc4\x78\x9c\x1f\x67\xef\x1e\x8e\x1f\xda\x6d\x9c\xa3\x98\x3c\x90\xbb\xc1\x1c\x4d\x20\xba\x31\x0e\xc4\x5f\x15\x73\x0a\xac\x02\xa8\xba\x82\x9b\x08\x19\x1b\xca\x3a\x6e\xa1\x31\x9d\x96\xed\xce\xed\xb2\x22\x34\x25\x73\x32\x1c\x2b\x23\xa8\x87\x91\xa0\xad\x60\xac\xcd\xd1\xf5\xc5\xbb\x6a\x0c\x7d\x20\xb1\x22\x98\xea\xc5\x99\xba\x10\xdb\xeb\x05\xe2\x5f\xb8\xea\x52\x41\xac\x8a\x38\xb7\xf2\x32\x0b\x08\xab\xfb\x9a\x85\xa0\x90\x6d\x13\x3a\x1c\x79\xca\x72\x57\xb0\xba\x56\xe2\xba\xfe\xee\xd0\x37\x89\xc8\x27\x3b\x1d\xfc\xb6\x63\xad\x0d\x14\xad\x56\x9a\x87\x27\x36\xf9\x3c\x61\x01\x1c\x0d\x92\xfa\x48\xf6\xab\x55\x27\x78\xd1\x2a\x82\xbb\xbf\x62\x15\xf5\x9e\xde\xde\x2e\xad\x56\xc9\x08\x95\x01\x04\xd8\x86\x32\xd5\x20\x1e\x05\x07\x20\xe4\xed\xbf\x2c\x30\x61\x6f\x4f\x41\x43\x1e\x18\xa9\xc7\x00\x8c\x97\xc4\x9f\xc3\x3d\x8c\xe4\x32\xd0\x6d\xa8\x78\xe7\x48\x55\x1e\x57\xd8\xe1\xf0\x10\xd1\x8e\xfa\xf5\x8d\xf2\x75\x39\x9e\xa1\x74\x1f\x50\x1f\x11\xae\x7e\x7d\xd3\xb6\x99\xd7\x51\xbb\xad\x88\xaa\xc5\x56\xab\xec\x1d\xd5\xa1\x9d\x07\x48\xd7\xa4\x16\x4b\x82\x7c\x08\x7c\xd0\x21\x12\x4f\x88\x52\x3e\xc8\x82\xc2\x72\x81\x0f\xd8\x30\x1b\x05\xc3\x8c\x88\xbf\x23\x21\x0f\x14\x51\xdc\x22\xef\xbd\x9e\x1e\x1a\xc9\x93\x28\xc9\x0c\x30\x51\x66\xc5\x7b\xcb\xac\xa8\x78\x40\xd7\x12\x35\x56\xb2\xef\xc3\xbd\xe0\x70\x8f\x1c\x1e\x04\x87\x07\x85\xf8\xb6\xff\x1a\xa9\x4a\x61\x99\x0f\x47\xe0\xb0\x65\x13\x26\x38\x61\xb6\xa8\xc6\xfd\xad\x25\xd2\xb2\x05\xb8\x05\xc7\xad\xf0\xeb\x94\xc1\xac\x7d\xda\x23\x4e\xc0\x2a\xe4\xa8\xfb\xa4\x48\x49\x3b\x70\xee\xef\xbf\xbe\x1f\xea\x0e\xd8\x8a\xf8\x3e\x1c\x95\x1d\xd7\x68\xab\x95\xea\x65\x69\xbd\xa8\x5b\x9a\x61\xd1\xeb\xd4\xee\x75\xad\x09\xbb\x14\xc4\x43\x6c\x60\xd3\xb7\xad\x50\xe3\xbf\x2b\xc7\x06\xc0\x87\x8d\xfd\xef\x92\xe6\x3b\xbe\xc4\xb7\xde\xd8\xda\x5d\x17\x2d\x8d\xd3\x2a\x5a\x92\x04\x95\x75\x81\x98\x2c\xdf\x76\x20\x53\xde\x5e\xe2\xe3\xe5\x3b\xda\x39\x5e\xee\xec\xe0\x68\x8a\x96\x70\x7c\x73\x5d\x3e\x5c\x8e\x6c\x67\xe2\xa5\x68\x8f\xfc\xbd\xe3\x57\x26\xc5\xe8\x70\x34\x56\xbe\x64\xa8\x05\xd7\x78\xad\xdc\xea\x6f\x91\x5b\xe7\xe1\xa2\x2c\xb4\x6e\x31\xf3\xff\x3d\xf2\xc1\x6b\x24\x56\xb1\xd9\x03\xbb\x83\x06\x6e\x06\x7e\x31\x17\x61\x0c\x99\xe8\x7d\x2d\xc9\x9c\x8c\x09\x0f\xc3\x36\xf2\x7a\x59\x20\x48\xa7\xb5\x76\xff\xf5\xbe\x4c\x80\x39\x50\x87\x94\x50\x91\x0e\x30\x32\xbe\x4e\x28\x29\x8d\x0d\xb3\x61\x18\xb4\x85\x39\xe5\x24\x91\x23\x26\x37\xc2\x0a\x04\xc7\xfe\xab\x84\xdd\xde\x96\x09\xb5\x7d\x41\x4b\x13\x5b\xeb\x3a\xf1\x02\xb1\xb6\x34\xe3\x70\xed\x53\x9e\xf4\x5e\xd0\xef\x15\x93\x7e\xf0\x2a\x21\xf6\xe9\x4e\xd4\xb5\xff\x5f\x69\xba\xff\x4c\xd3\x5f\x22\xcf\xea\xa6\x1f\xf4\x2a\xb1\x92\x7b\x07\x7a\x13\x05\x85\xd0\x70\x24\xef\x77\xad\xfe\xd5\x44\xb6\x33\x20\x9a\x59\x99\x5a\xa5\xb9\x56\x9d\x02\x23\x45\x96\x1b\x83\x8c\x85\x28\x1d\x1f\xa2\x29\xe2\xd4\x72\xb4\xc8\x02\x4e\x4c\xf0\xd6\x1c\x97\xf1\x83\xf5\x85\x5e\x71\x31\xbc\xa4\x32\xa0\x1b\x89\x05\x4b\x14\x3f\xc6\x34\x45\xf1\xce\x12\x93\xa9\x65\xd1\x32\xc6\x64\x42\x3b\xc7\x93\xb7\xe3\xe3\x49\xbb\x8d\xa7\xc3\xc9\x88\x16\xf1\xc2\xe5\xda\x30\x58\x61\xed\x09\x0e\xe0\x1a\x6c\xd9\x9e\x8c\x2c\x3c\x76\x98\x03\x6d\x73\xa5\x38\x9b\xc4\x93\x28\x59\x3e\xa9\x88\x32\xfe\xc1\xab\xc4\xc1\x2e\x46\xdb\xa8\x2a\x4f\xe7\x15\x9a\xda\xe6\x93\xf3\x3b\xb8\xdd\x41\xef\x15\xad\xec\xf5\x2a\xa7\x21\xe9\xda\x0f\x6d\xcc\xb8\x20\x1f\x9f\x74\x49\x6f\x54\x92\x55\x4b\xa4\x13\x42\x4e\x54\x60\xa5\x6e\xd8\xdf\xa9\x1c\x1a\xbb\x6e\xcb\x76\xba\xcd\x8f\xc8\x92\x1a\x34\x02\xae\xf6\xad\x2c\x3f\x13\x05\x9a\x50\x96\x29\xa4\xdc\x2f\x91\xfc\x2a\x6c\xee\xa0\xa2\xe0\x92\xce\xfc\x48\xb5\x48\x16\x03\xf6\x79\x90\x79\xef\x59\xe9\xf8\x43\xc8\x99\x43\x1e\x93\xf4\x7e\xd3\x9a\x03\x2e\x97\x45\x06\x50\xe3\x5d\x45\x73\x80\x55\x37\x92\x33\xd4\xb0\x5d\xbd\x24\x37\xa6\x3d\x9b\x9a\x90\x28\xcc\xba\xcb\xe7\xe9\xa7\xcb\x73\x49\xff\x2d\x4a\x33\x6c\x9a\x63\xbd\x08\x32\xc9\xf3\xf7\x82\xbd\x3d\x8b\x5e\x5e\xb3\x83\x03\x9d\x24\x0a\x92\xe1\x69\x96\xa2\xb6\x1c\x09\x3a\xab\xbb\x0f\xe6\x14\x1e\x4f\xff\x72\x79\x7e\x86\xf0\x6a\xe5\xb7\x28\xdd\xe8\x89\x78\xa9\xfc\x4e\xec\xd6\x6f\x16\x0e\xc2\x0a\xb6\xfb\x2a\x3e\x0d\x36\x04\x7d\x2d\x65\x71\x38\x6f\x6b\xb0\xbb\x64\x39\xbf\x01\x73\x0e\xbd\xa7\xae\x56\x26\xf0\x3d\xc7\x83\xd2\x98\x22\xac\xa2\xa0\x48\xe9\xbb\x6c\x86\x59\xa5\xab\xc3\xfa\x89\xd4\xa0\xa8\x5f\xb3\x68\x1e\x49\xd4\x32\x92\x55\x7a\xdf\x00\xbf\xa7\x6c\xb5\x92\x81\xd9\x33\xc2\x09\x43\x7b\xfb\x18\xdb\xe8\xac\xfb\xc1\xde\x7e\x71\x37\x73\x70\x54\x57\x5d\xb9\x58\x71\xb0\x29\xc0\x16\x12\xca\x35\x15\x36\x4a\x13\xd3\x76\x9c\x16\x75\x3e\x25\x77\x61\x1c\x4d\x20\xd9\x71\x5d\x09\x63\x8f\xf8\x36\x00\x74\x39\xc4\x89\xe5\xff\xd3\x28\xd0\x8d\xd9\x20\xb3\x5e\x04\xe5\xb2\x15\x0c\x7a\x01\x6e\x7f\xd8\x79\x56\xc3\xaa\x2d\xd3\x1d\xf2\x78\x13\x25\x93\x80\xa1\xfe\xbe\x3c\x82\xf6\xf7\x83\xfe\x7e\x41\xd6\x87\x2f\xd9\x44\x0f\x7d\x45\xd6\x9d\x3d\x5b\x19\x3f\x0b\xf3\x4f\x4a\x80\x03\x7d\xfc\xa6\x39\x3c\xa8\x2f\x9b\x91\x98\x27\xb8\x6f\x41\x11\x49\xf4\x85\x48\xe5\x30\x50\x48\x6f\x2d\x5b\x7a\x5b\xad\x5a\xdc\x0a\x8c\xea\xcb\xc0\xa8\x48\x87\x69\x94\xd5\x18\x8f\x91\x52\x60\x1e\x40\xff\x02\xef\x3f\x89\x40\x74\x2c\x84\xfb\xf2\x87\x96\x78\xdf\xd2\xb2\x7d\x4b\xcb\xf6\xda\x1a\x59\xd1\x53\x39\x32\xaa\x7f\xd8\xad\x9f\x04\x69\x30\x9b\xd5\x0c\x06\x49\xe8\xee\xdf\xff\x96\xbf\x31\xa2\x31\x1a\xfe\xbd\x89\x46\x6f\xf0\x6e\x43\xc2\xf9\x6b\x92\xde\x3b\xc4\xae\xcb\x51\xa6\x51\xfe\x9f\x43\x28\x2e\xa2\x51\x20\xc7\x69\x4b\xa7\xd8\x39\xa0\x3b\x27\x78\xe8\x8f\x14\xd2\x73\x71\xbf\xe8\xac\x95\x54\x5b\x8e\x6e\x76\xf8\x32\x04\xc3\xbe\xc1\x62\x3a\xaa\x5c\xbe\xf8\x18\x39\x5f\xc2\x85\x53\xf6\x76\xa8\x3a\x36\x15\x96\x8c\x95\xf3\x9e\x3e\xbb\x75\x2c\x75\x5b\xa7\xa4\x96\x2d\x9b\x00\x5a\x11\x5a\x6e\x19\x3f\x4d\x78\xf6\xa0\x36\x39\x02\xcd\xc0\xa4\xd0\x79\x89\xe3\x9c\x77\x57\xf5\xba\xb2\x3c\x22\x33\x6f\xc2\xa6\x95\xcf\xe5\x76\xda\x09\x14\x56\x15\xdc\x16\x00\x5f\x3b\x0a\xfc\xfe\x11\xe9\x1f\x05\xfd\x23\xb2\xe7\x07\x7b\x70\x17\x79\xb8\xfd\x22\x08\x16\xcf\x51\xd7\xe0\x28\xe5\xff\xcc\xb8\x06\xd0\x0a\xc7\x69\x3e\xb3\x8e\x52\x2d\x14\xb9\xee\x81\xdf\xa1\xb6\x3b\x73\x84\xce\x80\x0b\x7b\x5f\xde\xff\xcf\xf5\xcf\xef\x3f\xff\x74\x2a\xdd\x77\xfc\xdd\x0e\x96\x18\x90\xa2\xcd\x7c\xe6\x90\x47\x28\xaf\x46\x42\x90\xd8\x52\x6f\x7d\xb0\x44\x65\xef\x8e\xfa\x47\x9d\xfd\xee\xfe\x9e\xb7\xdf\xed\x77\xf7\xfc\xbd\xfd\x81\x89\x55\xcd\x70\x1b\x7e\x7f\x3e\xeb\x06\x19\x62\x3b\x7e\x3b\x11\xff\xe2\x37\x09\x62\x6d\x1f\xdb\x1b\x32\x39\xea\x06\x47\x92\x8f\x6c\xdf\xf8\xb5\x67\x76\x98\x47\x49\xb9\xa7\x99\xeb\xfa\xbb\x19\xea\xe0\x77\x76\x07\x44\xb6\xc0\x3a\x3f\x5a\xb8\xcd\x66\xdf\xa1\x6d\x8e\x5d\xb7\xd3\xa2\x7c\xc0\xdf\x76\x06\x3b\x0c\xed\x70\x5c\x84\xdb\xe6\x6d\x33\xce\x88\xbf\xe1\xa2\xd5\x01\xaf\x08\x12\x87\x4f\x0a\x12\xb2\xc5\x3c\xac\x6f\x31\x68\x3f\xac\x26\x8b\x7c\x75\x52\x99\x1d\x84\xdd\x34\x0e\x82\x81\xef\x22\x7f\x87\x61\xbc\xdb\xad\xb6\xea\xe0\x19\x2a\xea\x19\x41\x4a\x55\x3e\xbe\xa9\x97\x08\x33\x59\xf3\x1b\x1d\xae\x1d\xd9\xe1\xd4\xfd\xdd\x5e\x79\x1e\x55\x1c\x74\xff\x70\xcb\xae\x6c\x09\x70\xba\xde\xf8\xb7\x5a\x13\x2a\xc4\xde\xbd\x7b\x47\x3b\x78\xd0\xf3\x77\x2c\x12\x2e\xc8\xab\xed\xed\xa9\x56\x7d\x3e\xff\xb1\x7b\x8a\x83\xde\xc6\x20\xd4\xee\xd5\xa5\xa9\x61\xdf\x17\xd5\xf6\x6c\xa1\x7b\x35\x0e\xed\x0c\xd5\x0e\xf8\xd1\xf6\xcd\x54\x0e\x78\xc7\x56\x74\xa0\xac\x65\xc5\xf2\x2f\x28\x00\x1e\x95\xe0\xa8\x46\xb4\x13\x1c\xc1\xd5\xf6\x91\xff\xd2\x11\x95\xd1\xf0\x03\x86\x8e\x7c\x5b\x5d\x7c\xe4\x07\x47\xc0\x61\x8e\xb6\x6c\x39\x36\xc5\xde\xe4\x95\x42\x67\x0f\x8b\xb4\xca\xf3\xf4\x21\x52\x02\x77\x76\x54\xd8\xf7\x8d\xd3\xf8\x92\x76\x8e\xc3\xb7\xf9\x31\x5e\xbe\x45\x09\xb5\xb4\x6c\xc3\xb0\xdd\x1e\x61\x3c\x40\x29\x4d\xdf\xa0\x88\x2e\x77\x13\xfc\x26\x6a\xfb\x64\x49\x13\x1c\xa4\x6d\x9a\xbc\xeb\x0c\x50\x44\x93\xdd\x25\x7e\x13\x05\x89\x01\xc0\xa6\xc0\xac\x06\xfe\x6e\x27\x58\xbe\x29\x96\x68\x5a\x15\xf2\x8f\xb6\x2b\xd9\x75\x4f\xa3\xf9\x32\x7e\x52\x03\xa5\x34\x75\x7b\x2d\x9a\xa1\x7e\xf7\xa8\x7f\xb4\x7f\xd0\x3d\xda\x23\x7b\x78\xb5\xea\xb6\x0c\x74\x02\xc8\xc5\x6a\xa8\x44\x91\xb5\x87\xf8\xb6\xd8\xbb\xdb\x82\x65\xef\xef\xed\xf5\xf6\xdc\x8c\xa4\xea\x97\xe9\x5a\x67\x15\xbd\x49\xdb\x08\xa9\x0c\xef\xde\xbd\xf3\xf7\xf1\x9b\xb4\x1d\xbd\x51\x49\x89\x4c\x92\x86\x94\xef\x3a\xa5\xd5\x67\x64\xe2\xa3\x67\x8c\x09\x8a\x69\x8d\xd3\x5b\xbf\x53\xb7\xec\x2d\x36\x6e\x16\x99\xdf\x39\xad\x0e\xf0\xf3\xe7\x34\xab\xa2\x45\x00\xdb\x57\x1d\xdf\x3f\x7a\xe6\xb6\xbf\x54\x50\xad\xc5\xa5\xd5\xe0\x5d\xbd\xef\x54\x5b\xbb\x9d\x29\x56\x2a\xc9\xa3\xdb\x24\x00\x2e\x59\xc7\xdc\x8e\xb6\x33\x37\xbd\xd6\xf5\x16\x6d\xf8\xcb\xd3\xd4\xd5\x65\x3b\xfe\x41\x8b\xb6\x24\x2d\x47\xc9\x0c\xc9\x24\x6c\xd3\x55\x69\x43\xab\xf6\x1c\x18\xb2\xda\x9a\x01\xd0\x70\x47\x33\xaa\x00\xc9\x7d\x77\x27\x41\x3b\xe2\x2f\x7e\x23\x99\xe8\xe9\x6e\x77\x93\x7a\x2c\x7e\xf3\x24\xf3\xac\xef\xa4\x69\xea\xc6\x46\x66\xf0\x33\x45\x13\x21\x8c\xdc\x8e\x25\x55\xa9\xe5\x1c\x44\xf2\xc7\x8e\x1f\x20\xbe\x13\xe1\x5d\xc0\x99\x6c\x27\xd0\x91\x75\x0d\x53\xec\x76\x9e\x39\xc2\x58\x2d\xca\x96\xc9\xb8\x7e\x9b\xe9\x0c\x8a\xfd\x25\x30\xa0\x9b\x12\x33\xd3\xa6\x9f\x6e\xe7\x25\x87\x9c\x83\x8e\xd2\x14\xfa\x65\x4d\xe1\xc1\x9e\x56\x14\xf6\x54\x64\xb0\xbe\x42\x71\x94\x5e\x72\x4b\xaa\xc3\xb2\x80\x9b\x9d\x94\xff\xc7\xa5\xf8\x77\x53\xca\x3d\x29\xc0\x91\x09\x9d\x92\x19\x9d\x5a\xa7\x82\x05\x75\xe4\x3b\x87\x8a\x73\x37\x3a\x3a\xc4\x68\x86\x31\x99\x53\x47\x7c\x2c\x4e\x05\xd5\x78\x48\xe4\xae\xc6\x5c\x2d\x45\x8c\xb4\x7c\x19\x73\x2a\xd7\x1a\x3e\x0b\x29\xc4\x80\x61\xd9\xb0\xcd\x21\x45\x9c\xce\x07\x1c\xda\x89\x70\x30\x46\x9c\xf4\x30\xb6\x43\x0c\x74\xa0\xc8\x7e\x4f\x06\x84\xe8\xef\x89\xbf\x70\x62\x3b\x3c\xa4\x94\xa2\x4c\x45\x10\x54\xb9\xbb\x18\xaf\x56\x7e\x17\x8c\xf1\xf5\xa9\xec\x2c\x3c\x33\x8e\xf3\xfd\x43\xf9\x7d\x7e\x1f\x41\xac\x3c\xfb\x5b\x1f\xe3\xc7\x71\x98\xb3\xe6\xfe\x7e\x00\x7f\x8f\x0e\x83\x84\x76\x49\x44\xfb\x47\x8d\x9b\x8c\x85\xdf\x1a\x90\x7c\x70\x24\x5f\xfb\xbe\x1f\x24\xf4\x90\x44\x74\x6f\x4f\xbd\x9f\xb0\x69\xb8\x8c\x79\x20\x6b\x6e\xf3\xb5\x71\xa4\x21\x4b\xca\x95\x0b\x4f\x17\x93\x18\x0c\x56\x75\xec\xca\xe3\xf8\xed\xf4\x38\x6e\xb7\xc5\x01\x11\xe5\x74\x69\x37\x2a\xc6\xf8\x6d\xff\x70\xb5\xca\xdf\x45\x56\x7f\xf4\x0a\xd0\x01\x0f\xd1\x12\xe2\x91\x9a\x6a\xe1\x98\x3a\x45\x4e\xb3\x93\xfa\x0e\x5e\xad\xc4\xef\xce\x0d\xfc\x9c\x22\xa7\xdd\xf9\xee\x3b\x18\x3f\x4e\x6b\xa6\xb1\xba\x0b\xbf\xf5\xe1\x04\x92\x95\xa2\x4c\x95\xbc\xe5\xa7\xae\x8b\x16\x83\xb0\xc4\x9e\x66\xf2\xce\xff\x7c\x6a\xa9\xab\x03\x4d\x67\x2d\x9a\xa0\x0c\xe3\x41\x04\xea\xb6\x09\xba\x83\xb0\x15\x19\x99\xe2\x40\xfc\x5c\x1b\x25\xf3\x03\xa0\x89\xee\x1d\xe2\x41\x8e\x26\x38\x70\xcc\xe9\x83\x7c\xf9\x74\xa6\x7e\x9d\x85\x67\xe4\xec\xf4\xc7\xf7\x57\x9f\x7e\x3e\xbd\xfe\x74\xf6\xf1\xd3\xd9\xa7\xab\x5f\xc9\xd7\xf3\xcb\x4f\xe5\x94\xd3\xaf\x97\x9f\x3e\x9f\x9f\x11\x2d\xc3\x93\x28\xff\x94\x70\x76\xcb\x32\x02\xd8\xb7\x24\xca\x2f\xc3\x29\xd3\x69\xa2\xaa\xcb\xf7\x1f\x45\x01\x57\xa7\x3f\x9e\x5e\x40\x8d\xa5\x04\x2b\x5a\xa6\x09\x3b\x69\xca\xb4\x6d\x83\xc9\x0d\xed\x1c\xdf\x6a\xf2\xbf\x39\xbe\x69\xb7\x71\x86\x26\xe4\x81\xde\x0e\x6f\x46\x80\x28\x83\xa6\xe4\x01\xbb\x6e\x2c\xfe\x92\xa5\x78\x87\x71\xc3\x5a\xa4\x74\x46\x66\x25\xd7\xa1\x29\x29\xf4\x3d\x6a\x54\xc9\x14\xd7\x3a\x35\x4b\xbd\x0d\x31\x31\x27\x95\x36\x4c\x01\x32\x6f\x1a\x76\x4b\xd7\xe1\xbd\xe0\x60\xaf\xe2\x1c\xdc\xed\x6c\x97\xff\x34\xd3\xd4\x6d\x79\x54\xc3\x1d\x18\xe9\xbf\x4b\x76\xf6\xec\x2d\x1c\x0a\x7c\x52\xcc\x92\x56\xa2\x7a\xbe\x36\x6a\xd0\x2f\x6a\x78\xb3\xd6\x19\x16\x88\xe5\x10\xa1\xa8\xb4\x15\x68\xd3\xcf\x6e\xe7\x79\x99\xc7\xaa\x53\xcd\x6f\xc0\xd0\x61\xc7\xde\xe3\x0f\x3b\xc1\xa1\x2c\xee\x79\xc9\xc6\x2a\x4e\x1c\x86\x6b\x76\x66\xd6\xa2\xac\xba\x87\x3c\xa3\x77\x3e\x2c\xb6\x55\x4b\x08\xb7\xaa\xb2\xa8\x7b\xcb\x71\x0d\xbb\xae\x48\x79\x4b\xab\xd8\xc9\xeb\xda\x8e\x3e\x2f\x14\x99\xda\xab\xab\x29\xd8\xa8\xa1\xdc\xd7\xe7\x0f\x81\x45\xd1\x95\x75\x19\xec\x3c\x53\xf6\x33\xe2\x89\xef\x77\x4b\x07\x2e\xa5\xf8\x28\x56\x7b\x0b\xd4\xf6\xa6\xfe\xe2\x85\x3a\x7e\xf9\x7e\x37\xf0\xfd\xe2\xa6\xa7\xeb\x3f\x73\xc2\xf3\xfd\xde\xd6\x1a\x3f\x25\xb5\xf5\x7d\x4a\x8a\xda\x7a\x81\xef\xf7\xac\xda\x5e\x73\x2b\x69\x80\xcd\x7b\x7d\x7d\x2d\x09\x66\x76\xbe\xe7\xf1\xf4\x63\xf4\x9d\x4d\x48\x68\xe9\x81\x48\x4e\x87\x1d\x62\xfe\x6f\x44\x96\x5a\x76\xd0\xd9\x03\x88\xdd\x98\x65\x6c\xcc\x9b\x51\x72\x97\x8e\x43\xd1\x8e\x96\x53\x09\xa4\x61\xe3\xb9\xee\xf8\x24\xa1\xfc\xb8\xdd\xce\xde\xee\x1f\xe3\xa4\x4d\xd9\x9b\x7c\x98\x8d\x88\xf8\x87\x26\xff\xe1\xb3\x03\x92\xd0\x10\x25\xbb\x3e\x3b\x80\x28\x18\x76\xef\x8a\xa0\x07\xfb\x24\xa3\x9d\xe3\x9d\x1d\xfe\x8e\x76\x8e\x71\xd6\xa6\x00\x52\x0a\xc0\x7a\x21\xca\x76\x99\xe8\x70\xf6\x1f\xec\x8d\xcf\x0e\xd6\x64\x5a\x0f\x54\xba\x4f\x38\x75\x9c\xe3\x9d\x1d\x06\x85\x08\x49\xc6\x69\x51\xca\x95\x4b\xbd\x8c\xde\x98\x0f\xd9\xc8\x60\xe1\xc9\x5b\x07\x48\x6a\x88\x6f\xf5\x55\x6a\x5b\x85\x57\x74\x3a\x0e\x39\xd8\xd1\x87\x3d\xdc\xce\x74\xa0\x3b\x5e\x0e\x95\x60\x23\x9c\x15\x17\xb2\xff\xd1\xa5\xd4\x1f\x4c\xc4\xeb\x1d\x9f\x64\x6f\x18\x0e\x26\x88\xbd\x61\x84\xef\x76\x49\x86\xd7\xf6\x45\x13\x58\xca\x20\xa7\xe3\x75\x3a\x1d\xd1\xe8\x43\xb6\xb3\xa7\x67\x05\xf5\xf0\x6a\xe5\xf8\x22\xd9\x3b\x32\x89\x1d\x48\xf4\xba\x7b\x22\x5d\xfc\x2d\xf2\x77\xe1\x55\xa7\xfc\x9f\xdf\x3d\x14\x39\x51\xe7\xfb\x84\x75\x6e\xf6\x6f\x7a\xe1\xc1\x7e\xbf\xd3\x39\xec\x60\xab\x48\x79\x6f\x58\x3d\xad\xa4\x36\x3e\x99\x4d\xcd\x9a\x6c\x36\xd6\x87\x84\xd6\x25\x33\x75\x5f\x4d\x96\x98\x2c\x24\x8c\xfe\x9c\x3a\x0e\xb9\xa3\x4e\x07\x20\xd0\x17\x6f\x3b\xab\xd5\xe2\x5d\xb7\x26\x0a\xcd\x12\x04\xc7\x59\x8b\xce\x94\xe0\xe4\x9c\x85\x67\xf0\xd1\xec\x2d\xdd\xf1\x59\xd7\x5f\xad\x66\xef\xa8\xf8\xa1\x25\x2b\x35\x9f\x33\xf9\x25\x18\xe8\xcc\xa9\xb3\xe3\x90\x19\xdd\x99\x61\x32\x7b\xe7\xb3\x9d\xae\x2f\x08\x23\x15\x82\x6b\x3d\x25\x76\xc4\xd2\x3a\xce\xde\xd1\x7e\xe7\x68\xff\x18\xf3\x36\xf5\xbb\x24\xdb\x85\x47\x79\x1f\x90\xbd\xa3\x5d\xf9\x42\xa4\x77\xcd\x71\x66\x8d\x66\x6f\x26\xa8\x4b\xf6\x8f\x88\x8f\xf1\xce\xfe\x11\x7e\xdb\x19\xc8\xa4\x1d\x4e\x7c\x1c\xcc\x76\xc5\x6f\xf1\x93\xa4\x6f\x68\x7f\xaf\xd3\xdb\x3b\x3a\xda\xef\x1e\xf4\x0e\x3a\xfd\xa3\x7d\x82\x38\xdd\xeb\xee\x70\xfc\xae\x23\xdb\x13\xa3\x0e\x49\xc5\xa1\x61\x71\x1c\xbe\xa3\x07\xc7\x38\x46\x62\x39\x75\x30\x09\x77\xe8\x81\xc4\x25\x40\x13\xe4\x77\x48\x28\x83\x38\x90\x90\xf2\x1d\x5f\x64\xee\xf6\x8e\xf1\x18\xf9\x6f\xdf\x76\x7b\x90\xbb\xdb\x6b\xc0\x63\x88\x49\x8c\x7c\x91\x7b\x2c\xe4\xd8\x3b\x3a\x45\xca\xaf\x57\x55\x16\x03\x80\x01\x17\x85\xc1\x4b\x7b\x25\x2c\x8a\x48\x23\x74\xf1\xae\x33\x98\xb7\x85\xb8\x7b\xa7\x57\xc7\x5b\xba\x18\x38\x1d\xcf\x29\x7d\xb2\x93\xe3\xf6\x5d\x70\x67\x22\x22\xe5\x3b\x0b\xdc\x76\x3c\xa7\xad\x93\x44\x02\x0e\xe6\xed\x3b\x6d\x28\xa0\x02\x24\x29\x93\xa8\x5e\x3f\xe8\xf5\x2b\x77\x7f\x5d\xff\x35\x26\x02\xe2\xbc\x55\xf0\x48\x60\x8d\x5f\x33\x36\x8e\xf2\x28\x2d\xd9\xe0\x65\x35\x07\x74\xb9\xe8\x54\x7f\x7c\x52\xba\x7e\x2f\xe7\x8f\xb6\x2f\x11\x53\x5b\xcd\xc9\x58\xdf\x18\xc8\xec\xff\x1f\x3b\xf3\x16\x56\x8c\x37\xe2\xec\xb1\x81\xaa\x9c\xe3\x40\xff\x22\x5a\x5a\xaa\x1f\xbf\xe7\x8c\x50\xc5\x88\x58\xf0\x86\x61\xae\x15\x23\x07\x25\xc5\xc8\x41\x70\x74\x00\xe5\x3d\x2f\x83\x99\xb2\xc6\x19\x0b\x39\x0b\xe0\xa0\x6a\x97\x25\x64\x55\x28\xeb\x39\x01\x4c\x9b\x79\xec\x1d\x62\xab\xd8\x12\xca\x62\xc4\xf2\x40\x9c\xaa\x95\x88\xe7\x77\x3a\x81\xdf\xe9\xd8\x70\x3b\x50\xd3\x73\xba\xa7\x17\xd4\xf4\x10\xa8\x23\xbb\x75\x23\xa6\x3a\xa4\xc5\x6e\x7f\x8b\xa0\xa5\x6f\x45\x8f\xfa\xd8\x4b\x93\x8f\x19\x63\xbf\xb1\x86\x68\xf5\x11\x46\xce\x14\x1e\x9f\xb9\x0a\x4b\x0a\x81\xd3\x75\x39\x4a\xf0\x80\xa1\x0c\x25\x18\x07\xc9\x5a\xdd\xfa\x76\x8e\x02\xbf\x73\xa4\x2f\x1f\xfb\xc1\x91\x9c\xff\x6d\x77\xe7\xfd\x8e\xbe\xa9\xf5\xb1\x37\x35\xad\xd9\x06\x6f\x59\x17\xa3\xdb\x86\x20\x4c\x6c\x0b\x1b\x88\x38\x8f\x4d\xc3\xf4\x31\x47\x36\x50\x59\x3e\x42\xe3\x8e\x36\x0c\x46\x6a\x1a\x71\x16\xce\x59\x5e\x5b\xbf\xc8\xdf\x85\x19\x91\x15\x75\x03\xbf\xd3\xd5\x15\x89\x0a\xba\x5b\x04\x3a\xb0\xba\xd0\xf7\xd4\x76\xdf\xad\x00\xbc\xcf\xf4\xb8\xd2\xdf\xa2\xb7\xea\x2e\xd8\xf4\x16\x4c\x1b\xa0\x31\x5b\xd4\xfb\x87\x7e\xd1\x84\x28\x3f\xfd\xce\x59\x92\x47\x37\xf1\x73\x24\x51\xe0\xac\xb6\x38\xc0\xaa\xa2\x16\x5b\xad\x18\xe0\xce\xd5\x90\x04\xb4\x60\xcb\xb1\xb0\xdc\x82\x8f\x59\xfa\x1b\x4b\x5e\x5c\xbb\xa8\x7c\xb5\x82\x10\x9c\xa2\xf2\xad\x75\x6f\x61\x44\xe5\xba\x2f\x59\x18\xb3\xc9\x1f\x5e\xf7\x2b\x98\x56\x04\xfc\xa4\xab\xee\x55\xfc\xae\x1f\xf8\xdd\xc2\x3c\xb7\xdb\xdd\xc2\xb3\x2c\x8a\x3a\x28\x3a\x04\x86\xe7\xbf\x93\x8e\x0e\x02\xbf\x73\x50\x4b\x47\x5b\x98\xd9\x93\x5c\x66\x91\xb1\x3b\x96\x70\x45\x5d\x10\xb1\xf6\xdf\xc3\x70\xba\xbf\x87\x07\xe6\x2c\x8c\xff\x6d\x0d\x7a\xfe\x88\x6a\x26\xbf\x1c\x82\x1b\x08\xa1\x0b\x71\x41\x14\x31\x74\x03\xbf\x6b\x9d\x17\xbb\x2f\xb1\xeb\xed\x1f\x88\x8e\x3f\xae\x1b\xd9\xb0\x36\x8e\xf3\x88\x3a\xbf\x39\x24\x93\xa6\x42\xc3\x54\x06\xea\xff\x6d\x54\x18\x0a\x6d\x86\xf0\xae\xb7\x1b\x52\x72\x8c\x2e\xc2\x69\x4b\xe3\x17\xdc\x76\x46\x8e\xc4\xdb\x2c\x8c\x83\x48\xc9\x53\x55\xf4\xa5\xf7\xec\xd9\x57\x8d\xd7\x8f\x52\x86\xaa\x1c\xb3\x5f\x70\xba\xee\x6d\xbf\xde\x2c\x9f\xae\xed\x1a\xf4\xb1\xfa\xd9\xd3\x74\xef\x59\x41\x91\x14\xf1\x07\x35\x06\xde\x41\x47\x79\xa6\xf5\xa5\x67\x5a\x5f\x23\xe0\x75\x25\x02\x9e\x20\xda\xa9\xb2\xea\x9c\x28\x44\xbc\x99\x78\xaf\xe1\xef\xba\x07\x3a\xc4\xd2\xbe\x8c\xa6\x7e\x27\x48\x7c\x0f\x23\x89\x80\x77\xb4\x2f\xc3\x2c\xf9\x7e\x5f\xc6\x59\xf2\xfb\x87\x32\xd0\x92\xef\xef\x61\x72\x4f\x43\x2b\x54\xd1\x29\x0d\x4d\xc0\xc3\x73\x7a\xea\xba\xa7\x3a\x80\x74\x4e\x2e\xe9\xb9\xeb\x9e\x7b\x77\x87\xab\x95\xe3\x90\xef\x34\xf4\xbe\x66\xe9\x3c\xca\x19\x79\x4f\xad\x68\x7d\x4b\x74\x8a\x6d\x64\x62\xfc\xb8\x26\x5f\x69\x46\x1f\xbc\x29\x80\x80\x56\x4c\x81\xe4\x0c\x7c\xf7\x32\x96\xa7\xf1\x1d\x43\xb0\x44\x11\x2f\xe9\x2f\x1f\xd7\x78\xb8\x11\x31\x7a\x44\xcb\xdb\xf6\x37\xf2\x0d\xaf\x35\x1c\xcc\xfb\xd5\xaa\xc6\xc0\x5e\xb5\xf7\x82\x09\xe2\x8c\xd2\x04\x02\xea\x61\xd7\xe5\x1e\x9f\xb1\x04\x7d\xb3\x2d\xfc\x33\x30\xd8\xa0\x97\xc6\xc1\xcb\xd9\xf7\xf6\x1d\xec\xba\x3b\x3e\xa5\xf4\xa6\x48\x3e\x99\x65\xe9\x9c\xed\xee\xef\x3b\x3a\x4a\x7d\x82\x1f\xd7\x6b\x84\xc9\xd5\xa6\xc2\x5c\x5b\x6d\xa1\xd6\x18\xa0\x06\x36\xed\xc8\x10\xa7\x0c\x9a\x83\x45\xc3\xd6\xe4\xa4\x06\xa6\x80\x79\xd7\x09\x7e\x14\xff\xd2\x56\x47\x9b\x3a\x79\xd7\xe3\xc6\x5d\xd9\xab\x41\x5f\x9c\x8b\x97\x77\xe2\x34\x42\xc5\xaf\x5c\xdd\xa2\x9b\x9c\x26\x34\xa6\x0c\x50\x13\x0d\xb8\x97\x7e\x0b\xb8\x37\x0d\xa3\x18\x2e\x22\xd4\xdc\x90\x18\x7e\x8b\xc1\x23\x63\xca\xbd\x49\x3a\x0f\xa3\xa4\x21\x66\x31\x1f\xa0\x68\xb5\x42\x5d\xa8\x60\xe6\xba\x9f\x84\xf8\x25\x7e\x52\x5f\xac\x7a\x4a\x69\x3e\xc8\x68\x12\xa0\xb1\xeb\x8e\x3d\x96\x70\x96\x21\x31\xd1\x39\x4a\x30\x19\xbb\x2e\x1a\x7b\xec\x7b\xc4\x91\x58\x12\xad\x0e\x16\xaf\x28\x05\x7e\x23\x26\x6c\x10\xa3\x7b\xe4\xa8\xd9\xdb\x19\xcf\xc2\x28\x69\x8e\x1f\xc6\x31\x73\x30\x0e\x50\x4a\xaf\xe0\x82\x40\xa9\x0d\x32\xb2\x24\x31\x0e\x96\x22\x2d\x88\x51\xa2\x67\x65\x8a\x1f\xc7\xae\xdb\x0a\xa1\x01\xb2\xae\x18\x4d\xf1\x7a\x7d\xac\x15\x2e\xef\xd2\x63\x1c\xa2\x0c\xd0\xf6\x71\x43\x0c\x28\x1d\x8e\x88\x1c\x66\x9f\x70\xd7\x6d\xc9\xce\x7d\x91\xfe\xa0\xeb\x35\xf9\x52\x9a\xe1\xb9\x6c\x40\xb8\x61\x49\xa9\x96\xbd\x9c\x86\x94\xfe\x43\x47\xc5\x75\x5d\xc4\xe9\x6d\x19\xd7\x74\x70\xea\xb1\x79\xc4\x91\xb3\x4c\x66\x61\x32\x89\xd9\xc4\x90\xab\x43\x22\xc2\x70\x80\x32\x1a\x7a\x69\x62\xde\x67\xfa\x3d\x1e\x64\xe8\x51\x0d\x59\xc0\x48\xc6\xc2\x3c\x4d\x82\x68\x0d\x50\x8d\x21\xac\xa8\x34\x06\xbd\xad\xc7\xc4\x6a\x37\x3f\x90\xf3\x93\x2e\xac\xa9\xbe\x6f\x66\x56\xad\x70\x3f\x0c\xb3\xf9\x7e\xb5\x12\xad\x1f\x74\x03\x1f\x52\x42\xed\x32\x97\x8a\x55\xc4\x94\x5a\x85\x7b\x77\xb0\x1d\xfe\xa3\x0e\x8c\xc1\x6f\x69\x22\x11\x64\x81\x44\x21\x00\xb9\x31\xd6\xb1\x31\xd6\xe4\xd3\x0b\x87\xb5\x51\x8c\x96\x69\xee\x9f\x65\x3f\x1c\x18\x29\x0e\x23\x65\xde\xa9\x3e\x82\xbd\xe2\xe6\x40\x89\xd9\x81\xf3\xf4\x9a\x7c\xa8\xb9\xea\x82\x1b\x2d\xee\x5d\x4f\x56\x2b\x24\xfe\xd0\x56\x87\x20\x4e\xb9\x77\x7d\xbf\x5a\x71\xec\x5d\xdf\x51\x46\xb8\x77\x9d\xd3\xae\xf8\x13\xca\x6c\xa1\xc8\x30\xd6\x78\xb9\x98\x9c\xa8\x38\x04\x6b\x72\x56\x17\x27\x8a\xea\x20\xb0\xad\xcc\xbb\x9e\xe0\xc7\x4c\x55\x94\xd1\x0c\xea\xc9\x60\xb5\x45\x53\x94\x81\x31\xa8\xc1\x0c\x53\x6b\xa3\x08\xa2\xac\x96\xec\xa4\x19\xf1\x9c\xc5\x53\x07\x1f\x23\x4e\xaf\x84\x70\x37\xb8\xdb\x88\xc6\x9d\xd0\xc7\xeb\xfb\x20\x23\xd7\x93\xa0\xe5\xaf\xa1\x0a\xae\x9c\x9e\x48\x8e\xce\x48\x42\x7c\x4c\x72\xf4\x01\x7e\xe8\xf5\x14\xe1\xc7\x0f\xca\x56\x1f\x62\x70\x8b\xa5\x98\xc9\x51\xc8\xc4\x28\xf8\xe4\x04\x65\x10\x99\xb4\x60\x8b\xea\x03\xbb\x36\x38\xa4\xad\x1b\x17\xab\x15\xfa\x5e\x8e\x06\x2b\x75\x15\xdf\x89\xee\x9c\x43\x9c\xeb\x99\x83\xc9\x14\xdc\x41\x6d\xd3\x64\xd1\x60\x86\x44\x4b\x25\xdc\x94\x6c\xac\xfa\xad\xab\xcf\x4c\xf5\x1a\xd5\x7e\x4d\x6c\xad\x9c\xf6\x37\x85\x45\x2f\x7f\x1a\xea\x96\x8f\xb9\x71\x3e\x9d\x00\x43\x80\x9f\x77\xe5\x3c\x33\x93\x47\xba\xff\x5b\xb7\x72\x12\xdd\x16\x7d\xb7\x01\xd5\x04\xa3\xaf\x35\xe2\xf9\x8a\x16\xaa\xff\x45\xdc\xef\xcc\x4b\xbf\xd1\x1a\xcb\x63\x71\xe4\x22\x19\xb0\xeb\x5a\xa7\x73\xd7\xe5\x24\x53\xdc\x9a\x8a\x25\x23\x7f\x06\xa5\x86\x8f\x65\x34\xb0\x4c\x7b\xda\x86\xae\xab\x7e\x54\x5e\xe4\xae\x7b\x22\x9b\x06\x11\x06\x35\x8f\x5e\x13\x18\xe6\xda\xb0\x46\xe2\x3b\xd8\x61\x55\x8d\xa0\x2d\x22\xc9\x66\x0c\xe4\x84\xdd\x37\x79\x43\x5b\x3d\x8b\x62\x15\xea\x9d\xde\x82\xa8\x98\x64\x88\x21\xab\x52\xc5\xca\xa6\x62\xb6\x45\xe2\x9a\x3c\x78\x53\xfa\xb5\x36\xd6\x27\xa5\xf4\xbb\x84\xb2\x95\x98\xeb\xe2\x65\x90\x49\x18\xf8\x18\xc5\xde\x8f\xed\xd8\xfb\xa5\x1d\x4b\xa0\xec\x47\x45\x72\xc1\x77\x80\x57\xf0\xbb\x7d\x8c\x2c\x42\x94\x69\x3d\x8c\xac\x94\x48\x01\xba\x68\x99\x48\x94\x79\xa9\xcb\x2b\x48\xf8\x51\x36\xb9\x46\x37\xf7\xb5\x64\x67\x8f\x3a\x44\xef\xb5\x58\xd2\xbb\x1e\x67\xd5\x5e\x59\x36\x4a\x57\xab\xd6\x05\x2e\x57\x00\x23\x55\x1b\x4d\x49\x6c\x39\xa2\x16\x18\x85\xef\x81\x74\x43\xc2\xe5\x22\x5b\xe8\x42\x88\xfd\x1b\x70\x08\xdf\x3d\xe9\x05\xe9\xc9\xe5\xf4\x4d\x69\x1e\x8b\x8a\x43\x3b\x9e\x58\x89\x6d\x12\x41\xcf\x5c\xc6\x00\xd2\xb2\x44\x04\xbf\x41\x96\x48\x2b\x7b\xa0\x5c\x01\xc3\x91\x92\x53\xfc\xc6\x0c\x8c\x45\xca\x67\x33\x30\x93\xa0\x69\xbb\x4d\x96\xb4\xe5\x37\x32\x49\xa5\x4a\x65\x4a\xc2\x76\x9b\x18\xb9\x45\x34\x1a\xc8\xaf\x54\xc0\x72\xb5\x42\x4b\xe0\xad\xc3\x7c\x44\x19\xd9\xd9\x09\x57\xab\x44\x42\xe6\xab\x2d\xcf\x24\xad\x8b\x45\x98\x7a\xcc\x75\x23\x94\x7a\x77\x25\xe2\xcf\xc2\x8a\xf7\xe0\xb6\xde\x43\x8f\xa3\x4a\x8f\xeb\x3a\xb8\xd9\xfc\x62\xf0\x12\xd8\xa6\x8a\x46\x45\xa2\x51\x09\x8a\xca\x8d\x52\x87\x94\x7e\xe0\xfb\x7d\xe2\xfb\x7b\x81\xef\xef\xd5\xc0\x94\x2b\x80\x37\x03\x57\xbe\x1f\xf8\xbd\x7d\x40\xe5\xf2\xfb\xc5\x21\x4d\x7a\x5b\x29\x98\x37\x0b\x5a\xc8\xc6\x5b\xd8\x3f\x0c\xf6\x0f\x35\x42\x94\x0d\x21\x2e\xd1\xa2\xf6\x82\xa3\x3d\x72\xb4\x1f\x1c\xed\xc3\x61\xe9\x99\xeb\x7c\xed\xc5\xd6\x03\xcb\x26\x24\xef\xf7\x2f\xd8\x34\x06\x9f\xf5\xc7\x35\x96\x6e\xd8\x24\x2d\x9c\x17\x20\xa1\xac\x4c\xad\xde\x2d\x95\xbd\xd8\xe4\x28\x12\x47\x15\x2b\x88\x58\x14\x51\xe2\xc8\x24\xd4\xc4\x06\x17\x4a\x4b\x9a\xa0\xb0\x18\xf8\x41\x84\x72\xc2\xc9\xd2\x38\xae\xc9\x27\xa5\x0d\x97\x63\x76\x18\xf4\x6a\x60\xd7\x61\x0c\x9e\xb3\xc2\x3f\x54\x63\xd0\x93\x0c\xa6\xa7\xf1\xd3\xfd\xb2\x71\x57\x7f\x5f\x34\xac\x6e\x8c\xcc\x31\x8a\xc4\x34\x7c\x81\xcf\xf3\xb2\x32\x3e\x44\x48\xc0\x9b\x9e\xcf\x63\xda\x2a\x97\x56\xfd\x0e\xa8\xd3\xba\xa6\x8e\x57\xab\x71\x69\xa0\x4d\xc3\x2a\xdb\x5f\x02\x91\xb3\x90\x8a\x92\x12\x6e\x5a\x18\xf5\x06\x2c\xb0\xfd\xe3\xbb\x23\x10\xa6\x85\x6c\x1f\x1b\xe7\x77\x35\x71\x10\xf6\xb8\x6c\xc1\xa5\x6e\x8f\xa4\xe9\x56\x27\xb0\x70\x82\x99\xb4\xd7\xf2\x4b\x69\x08\x00\x45\xe5\x9b\xee\xe6\x1b\xc2\x01\x31\x14\x5e\xf7\xb6\xbc\x26\x1c\xda\x08\x79\xfa\x4f\xe5\x21\x7c\xd8\x1b\x49\x94\xdf\x29\x1d\x26\xcb\x38\x2e\xfc\x5a\x81\xbd\x29\xe0\x81\x29\x60\x9c\xb3\x7b\x94\xab\x04\x46\xa6\x58\x7e\x37\x91\xe7\x77\x25\x5e\xcc\x68\x86\x52\x34\xc1\x83\x49\x50\x55\xe0\x60\xb2\xa8\xac\x1b\x2d\xf0\xcd\x48\x01\x18\x9d\xa2\x05\x1e\x2c\x82\xd9\x26\x39\x5b\x8e\x59\x25\x83\x20\xa5\xf8\xd2\xd7\x2b\xbd\x2d\xaa\xca\xa3\xa3\x32\x70\x4f\x4f\x3b\x3a\xf7\x4b\xb0\x3c\x9b\xeb\x57\x11\x90\x57\xbe\x16\x41\xdc\x9b\xa2\xc7\x35\xf1\xb5\xbb\x96\xbf\xc6\xc5\x43\x77\x5d\x5d\xe5\x95\x4b\x15\x8b\x02\x33\x92\x2a\x1a\xcc\x68\x84\x24\xe4\x56\x82\x52\x29\x63\x6a\x79\xc6\x9b\xaa\x9c\xa4\xd5\x51\xd2\x65\x68\xf4\xc1\xfe\x5a\x3b\x14\x4a\xd3\xa9\xcd\xe5\x6f\xee\x6a\x7a\xcf\x58\xe9\x28\x43\x4d\x35\x40\x5a\x53\x68\x77\x23\x66\xbc\xb6\x1b\x5c\x63\x89\xcb\x20\xea\xc5\x94\x82\xc3\x4e\x2b\x2a\x85\x35\xc3\xae\x2b\x4b\x6a\xb2\x21\x1f\x69\x7f\x32\x79\x63\x62\xb5\x1e\x5a\xfc\x1a\xbf\xd2\xde\x61\x49\xc8\x63\x05\xa2\x4b\x56\x42\x74\x51\xaa\xb1\x44\x23\xb6\xd0\xe1\x08\x6e\x9b\x65\xb8\x38\x1d\xa7\x96\xe3\x75\x83\xa1\xc3\x3e\x46\x49\xa1\x2d\xdd\xf0\x59\x2c\x70\x5f\x1a\x93\xf4\x51\xbb\xd0\x5d\x47\xef\x4c\x14\x60\xc5\x23\x14\x6d\x28\x89\x74\x92\x26\x10\x59\x6a\x7d\x3f\x8b\x62\x86\x5a\x08\x31\xca\x87\x06\x37\x06\x10\xba\x55\xe3\xcd\xae\xab\x4a\x60\xea\x63\x7f\xad\xc1\xbe\x4a\x73\xa4\x22\x57\xd5\x5a\x9e\x35\xb5\x20\xaa\xd6\x97\x45\x29\x87\xfd\xe0\x10\x54\xc7\xbd\x6d\x97\x67\x1d\x7f\x63\x09\xc9\x95\x63\xd7\xbe\x35\x52\x9c\x4d\xf2\xd8\x26\x6c\x49\xfb\xf8\x69\x2a\x78\xce\x2a\x4a\x7b\x5e\xd6\x52\x6d\xf9\x8a\xab\xde\xba\x2c\xb1\xdc\xbe\xd5\x6d\x56\xa5\x0d\xfd\x6d\xd7\x6a\x9d\xaa\xfb\xe7\x81\xaf\xbc\xe0\xbb\xe5\xcd\x53\x34\x2e\x42\xd1\x46\xe3\x6c\x6f\xae\x88\xe4\xb2\xe8\x25\x89\xc9\xb8\x6e\x33\x8a\x02\x7b\x2b\xd2\x8c\x33\x44\x11\xa6\x94\x8e\x07\xd1\x30\x1f\x05\x68\x49\x39\xb8\x93\xe6\x18\x0f\x12\xb4\x34\x91\x07\x07\x4b\xcf\x26\xc3\x16\xa5\x4b\xef\x96\xf1\x01\xfc\x2b\x19\xf2\x58\xc7\x83\x0a\x52\x14\xd3\x0c\x45\x18\x0f\x18\x8a\x49\x4e\xcc\x9b\xf2\x5c\xd5\x8c\x97\x32\xd3\x34\x77\x51\xfd\xe7\x9d\x7c\x8a\x11\x99\x85\x79\xbd\x13\xa2\x5c\x9e\x15\xc3\xc3\xfe\x93\x5e\x3f\x9a\x27\xa8\xdd\xc8\xbe\x69\xdc\xac\xd8\x7e\xbb\xcd\x06\x91\xb4\x12\x21\xa1\xd7\xac\x20\x68\xcc\xf3\xe8\x57\x45\x75\xe9\x7d\xf2\x57\xf6\x00\x37\x6f\xbe\xbe\x79\xf3\xfd\xc0\xf7\xad\x9b\xb7\xfe\x33\xf2\x5a\xa9\x77\x1b\xd7\x5d\x9b\x75\x6e\x64\x29\xf7\x13\xf0\xec\x8b\x7d\x27\x91\x16\x97\xc5\xa6\xc3\x37\x36\x9d\xea\x00\x3c\xe9\xe7\x28\xaf\x96\x1a\x99\xeb\x6e\x34\x2c\xdf\xb6\x46\x61\xfe\xbd\xf1\x8c\x8d\xbf\xc1\x83\xdd\xbe\x0c\xa2\xd7\x8b\xd4\xa2\x89\xc9\xe6\xbe\x58\xbd\xc1\xea\x6f\xd9\x05\xb5\x8c\x00\x2b\x3a\xd1\x2b\x3a\x52\x2b\x3a\x55\xdd\x00\x74\x3f\x5f\x85\x11\x12\xe3\xbf\x54\x17\xba\x32\x66\x57\xb9\x4f\xf6\xd2\x4e\xc5\x8a\x96\xb5\x4d\xc9\x84\xcc\x36\x17\x77\x7f\x90\x5a\x8b\xbb\x37\x22\x0b\x9a\x79\x53\x94\xa3\x14\x93\x18\x64\xcb\xd6\x02\x14\xf2\x4b\x34\xa1\x42\x48\x28\x3c\xbb\xd1\x04\xd0\x00\x67\xb8\xb1\xa0\x21\xea\xe0\x75\x34\x45\x11\x5a\x14\x21\x47\x41\x8f\xef\x53\x4a\x17\x56\xfc\xd0\xd6\x12\xcd\xca\xce\xe3\x53\xa8\x71\x46\x62\xf9\xc5\x54\xf0\x85\xd5\x6a\x2a\x06\x7a\xb5\x82\xef\xa7\xe6\xfb\xe2\xc3\xa9\xe4\x2a\x74\x4c\xb8\xfc\x9a\x4c\xb1\x8e\x6e\x25\x9f\x43\xd4\x21\x63\xb3\x93\xb5\x3a\xeb\x92\x95\x4f\x4b\x34\x2b\x67\xdc\x75\x11\xfc\x95\x9c\x68\x46\xc6\xd8\x42\xe8\xa9\xb0\x1b\x1d\x06\x6b\x0b\xdb\x29\x84\x9e\xfe\x96\xcb\x59\xe3\xd1\xa2\xd8\xb6\x74\x4d\x89\x0a\xd7\x15\xe0\xdd\x6a\xc6\xf7\x61\xc2\xb9\x77\xc1\x6e\x4f\xbf\x2f\xc8\x92\xe6\x24\xa6\x96\xab\x3c\x19\xd3\xdd\x70\xf7\x96\x4c\xe5\x9f\x09\x68\x96\x72\x34\xc6\x2d\x4a\xc7\x70\x2a\x90\x7e\xeb\xa8\x35\x59\xad\xb6\xe2\x5c\x4c\xcd\xad\x13\x38\xa8\x3b\x78\x44\x5b\x3e\x91\xc5\x8c\x57\xab\x1c\x4d\x31\xa5\xd3\xd5\xca\xd9\x0d\x77\x23\xa7\x45\x73\x34\x26\x4e\xe4\x80\x66\x04\x3f\x56\x01\xa6\xa5\xa6\x55\x48\x11\xb6\x3f\x44\x4e\x22\x09\x70\x37\xb6\xf0\x75\xf4\xbc\x24\xae\x1b\xb9\x2e\x2b\x5d\x86\x51\x9a\xbb\xee\x78\xc0\x82\x0c\x4d\x40\x93\xb5\x04\x91\x6e\x3c\x60\x5e\x9e\x2e\xb3\x31\x03\x0f\xf0\x60\x89\x50\x44\x4b\x08\x03\x39\xb6\xb3\x44\xa2\x90\x50\x43\x5b\x05\xe2\x44\x21\xb1\xa7\x62\x92\x5b\x4e\x15\xb3\xf2\x2d\x9b\x60\xf9\xb9\xe0\xb8\x39\x61\xcf\x7a\xfa\xeb\xc3\xd8\x90\x8d\x2a\xbe\xec\x1c\x3f\x8a\x54\x2a\xbd\x9c\x17\x34\x42\x4b\x4c\xe6\xb4\x73\xbc\xd0\x57\x31\xf3\x63\x3c\x43\x8b\xe1\x1c\xae\x62\xe2\xd2\x00\xe4\xc4\xc6\x44\x88\x2d\xdf\x06\x49\x0d\x8e\xe8\x80\x56\xd0\xa9\x24\x5c\x82\xb6\x57\xd7\xcf\x5a\x03\xa2\x21\x38\x2c\xef\x86\xfd\xfd\x60\x7f\x5f\xfb\x38\x80\x77\xc3\x61\x37\x38\xb4\xcc\xac\xfa\x2f\x81\x1f\xf3\xbb\x1d\xdc\x00\x36\x85\x1e\x79\x98\x89\xe1\x31\x6d\x84\x1e\x88\x41\x9b\xa6\xd9\x98\x4d\x02\xde\xa2\x74\xd7\xdb\xf5\xd8\x77\x36\x5e\x93\x47\xf1\x27\xd0\x57\xfe\x9d\xc0\xef\x76\x2c\x86\xb9\x61\xb2\x04\xb4\xec\xdc\x3a\x2d\x51\xc4\xad\x37\x8d\xc3\xdb\xdc\x75\x35\x8c\x85\xac\xd2\xbe\xbc\x87\x0c\x5b\xa0\x1a\x60\x71\xd9\xf6\x65\x30\x14\xa6\xe3\x7b\x2f\x81\xe0\x12\x7c\x38\xd3\x70\x55\x20\x08\xee\xab\xf3\x9d\x7f\x04\x23\xb2\x67\xd6\x14\x29\xa9\xbd\xe4\x15\xa4\x89\xe4\xb4\x71\x45\x49\x8b\x70\xe2\x12\xcd\x94\xab\x58\x9a\x01\x1f\xa6\xa3\x46\x95\x8b\x25\x03\x0d\x61\xa2\xa3\x62\xca\xb1\x40\x1c\x0f\xd3\x11\x52\x06\xbc\x19\xc6\x6b\x52\x65\x49\x29\xcd\x51\x48\xa4\xf6\x59\xde\xd6\x01\x82\x69\x01\x02\x08\x2c\xb6\x21\xd1\xad\xc0\xda\x2c\x36\xb1\xac\xf5\x27\xad\xa5\x77\x1b\xa7\x37\xa1\xd1\x4b\x44\x68\x29\x76\x8e\x3b\x08\x17\xbc\xf4\x96\x49\x34\x4e\x27\xac\xb1\x2c\xe0\x0a\x69\xc7\x2c\xbd\x29\x99\xd0\xe1\x88\xcc\x68\xe7\x58\x01\xee\xa0\x29\x95\x25\xe0\x63\xd9\xc8\x85\xae\x72\x0a\x5a\x8a\xc9\x70\x36\xa2\x0b\x02\x86\xe5\x0b\xd7\x45\x76\xb9\x09\x8a\x49\x66\xa7\x60\xb1\x01\x90\x59\xbb\xbd\xb6\x0c\xc9\x67\x03\x51\x55\x30\x59\x8f\x34\x8e\xcb\x51\xe0\xfb\x45\xb8\x87\xde\x7e\xd0\x33\x3c\x7e\x2f\xd8\xdf\x03\x92\x78\x89\x13\x41\x41\x12\x06\x6c\xc8\xd7\x5e\x04\x0a\xed\x5e\x10\x49\xa8\x88\x84\xe4\x0a\x0f\x31\xfc\x4e\x0a\x68\x44\x12\xdb\xfe\x05\x63\xba\xfb\xb7\x3f\xa1\xe1\x9f\xdc\xff\xfb\xcf\xd1\xea\x6f\x93\xbf\x4d\x06\xab\xb7\xc3\xbf\xbf\x1b\xbd\x79\x87\x25\xeb\xaf\xbc\xc5\xbb\xb7\x9a\xf6\x32\xb6\x88\xc3\x31\x73\x48\xb7\x44\x7d\x13\x32\x23\x8b\x1a\xea\xb3\x22\x26\x2b\xfa\x8b\x36\xe9\x6f\xb2\x49\x7f\x91\xb1\x95\x25\x89\xa0\xc0\x99\x0a\xa6\x2e\x27\x2d\xc1\x60\xc8\x6f\xd3\x9e\xae\x28\xa6\x0b\x34\x53\xd4\x47\x64\x14\xae\xb8\x44\x7f\xb1\x45\x7f\x63\x49\x7f\xd3\x12\xfd\x91\x49\xdd\x5d\x50\xd6\x98\xac\x56\xc8\xb8\x22\x64\x2a\x48\xeb\x1d\x1d\x2b\x4a\x05\x34\x61\xd9\x86\x07\x3a\x36\x14\x3a\xb6\x29\xd4\xb8\x29\xde\xd2\xe1\xe8\x58\x91\xe2\x0d\x0d\xd1\x98\x4c\xa1\xa9\x72\x68\xe8\x0d\x96\x6e\x8e\xd1\x14\xdd\xca\x33\xfc\x0d\x26\xad\x3b\x95\x0a\x54\xaa\xda\x71\x23\xc8\x17\xac\x00\x8a\x6a\x52\x34\x25\x89\x9d\x82\xc9\x03\xc6\xa6\xee\x6b\x72\x4f\x1d\x87\x9c\xd2\x0e\x39\xa7\x9d\xe3\xf3\xb7\xda\x67\xee\xf8\xbc\xdd\xc6\x8f\x37\xf4\x76\x78\x3e\x32\x6b\xe9\xb2\x54\x13\xf9\x4e\x73\xb4\x44\x11\x52\x66\x1c\x98\x4c\x0d\xe6\x5d\x07\x93\xf7\x62\xd9\x7d\xa3\xfe\xf1\xb7\xb7\x37\xba\xd0\x6f\xed\x36\x7e\x6f\xdf\x31\x50\x4a\xd1\x35\xbd\x19\x7e\x1b\xe1\xc1\x75\xa0\x4a\xbf\x36\x41\x6f\x6f\xbc\xdb\x2c\x5d\x2e\xe0\x2e\x77\x22\x47\xe8\x82\x0e\x2f\x47\x3a\x4a\xc6\x7b\xf2\x5d\x0c\x96\xa1\x94\xaf\xae\x7b\x21\x8b\xff\x2a\x8b\xb8\x32\x73\xa4\x94\x7c\x4a\x53\x71\x81\x95\x28\x77\x45\xe7\xe8\x92\x4c\xc9\x77\xf2\x9e\x7c\x15\x34\xf2\xfd\x1d\x3d\x75\x5d\x74\xdf\xa6\x53\x75\xdf\x7c\x4a\xbe\xe3\xf6\x15\x39\xa5\xdf\xdb\x97\xba\x83\x7a\xb5\xdf\xb7\x4d\x2e\xbc\x1e\x15\x41\x27\xe7\xa0\x3a\x55\xd1\x26\xb5\xe6\x3b\x69\xb3\x02\x66\x21\xd2\x3f\x27\x74\xba\x41\xf1\xa9\xeb\xa2\x94\x66\x42\x44\x9e\xd0\x31\x26\x33\x7d\x79\x3f\xb1\x16\x5a\xa6\x4b\x1e\x37\x94\x5e\x36\x2c\x22\x52\x48\xd5\xac\xf3\x27\x47\xa9\x4a\x9d\x3f\x39\xa0\x3b\x75\x5c\x9d\xa2\x34\xb5\xce\xff\x99\x04\x6e\x0c\xfe\x13\xa9\x68\x75\xfe\x73\xe3\x5d\xae\xde\xbc\x75\x82\x31\x4d\x87\xa1\x4a\xf6\xc9\x8e\x8f\x47\x15\x87\x5c\xa9\x82\x6d\x87\x0d\x15\x2e\x71\xaa\x97\x5d\x06\x42\xf9\x3b\x15\xf2\x7d\x42\x63\x34\xdd\xf5\x3b\x46\x5f\x2a\xf2\x4e\x06\x59\x30\x79\x4b\x97\x83\x22\x9e\xf7\x70\xb2\xe3\x8f\x06\xa6\x8f\x3e\x0e\x64\x52\xdb\x4e\xca\xd6\x63\x1a\x0d\xa7\x3b\xfe\x68\x5d\x35\xb9\x1f\x0f\x1c\x27\x18\xaf\x0b\xc3\x4c\xcd\x95\xb7\x84\x92\xad\xe7\xd2\x2f\xf1\x62\x30\x5c\xba\xab\xcf\x5c\xd6\x86\x9d\xb3\x30\xdb\xdc\xb1\x15\xa1\xfc\x9e\x1d\x3b\x7a\xdd\x8e\x1d\x3d\xbd\x63\x47\x34\x44\xa9\xbd\x63\x47\x25\x8e\x19\x59\x1c\x33\x97\x1c\x73\x59\xe6\x98\xe2\x04\x61\xb8\x4d\x23\x43\x31\x81\xf0\xe0\xb9\xcd\xfb\xf4\xe6\x2d\x24\xe0\x65\x71\x33\x6f\x67\x22\x71\xf5\xab\x58\x63\xaf\xd3\xf1\x60\xc7\x0f\xc6\x92\xeb\x6c\xec\xb1\xca\xce\xb7\x3a\x6f\x2f\x81\x7e\x3c\x2c\x29\x20\x94\x51\x60\xa4\xf6\x54\x0b\x38\xd4\x6c\xae\x52\x38\x85\xc3\xf2\x7e\x1f\xeb\x7d\x55\x6c\xb1\x63\x3a\x1c\x01\x27\x22\x53\xea\xc4\x2a\x4a\xdc\x84\xb6\x96\x15\x3d\x3c\xcc\x8a\x05\x55\xe2\x3c\xc0\xc1\xc7\x10\xcb\x22\x8e\x78\x75\x7f\x5d\xca\xfd\x55\xb4\x7a\xae\xc7\x6e\x4e\x9d\xb1\x43\xa9\x13\xde\xdc\x8c\xb5\x23\xf4\x2e\xba\xc1\x6f\x76\xf1\xd0\x1f\xad\x56\xfd\x16\x75\x38\xcb\x79\xf1\x6e\x10\xe0\x5d\xb1\x6a\x87\xd3\x11\xa0\xa3\x38\xe1\x8d\xfd\x32\x94\xdf\x4e\xd5\xb7\x5e\xf1\xce\x1b\x60\xf1\x3f\xf5\xd2\x7e\x83\x91\x4c\x7d\xe7\xaf\x56\x8e\x49\xf6\x06\x90\x38\xd8\xdc\x9f\x93\x0d\x59\xaf\xf0\x8f\x91\x86\x4d\x1a\x4f\x60\x38\x52\x20\x70\x05\xee\xdb\x4c\x9b\xcd\x88\xe2\xcc\x16\x05\xeb\x88\x2c\xc5\xde\x13\x53\xc4\xbc\xe8\x36\x49\x33\x76\x12\xe6\x6c\xe0\x44\x4e\xe0\x38\xb8\x8d\x98\x37\x5f\xc6\x3c\x8a\xa3\x84\x0d\x9c\xb9\x49\x54\xbb\xf4\xc0\x59\x9a\xa4\x9c\x47\xe3\x6f\x0f\x03\xe7\x01\x52\xc8\x84\x76\xc8\xc2\x8e\x3c\x58\x4c\x5c\x90\xbd\x7b\xf7\xae\x43\xe6\xd4\x5a\x6c\xfa\x9c\x48\xe2\xb6\x73\xeb\xe0\x63\x14\xd1\x5c\x36\x7a\x4e\xc0\x30\xb1\x85\x50\x4a\xe7\xd6\xde\xfc\x6e\x02\xf2\x26\xec\x60\x89\x62\xad\x13\x12\xa9\xfd\x15\x93\x08\x06\xd7\x75\x55\xca\xdb\x64\x38\x1d\xb9\xee\x58\xed\x6d\x4b\x12\x69\x76\x8c\x05\x99\x46\xc3\xce\x68\x38\x1d\x91\x09\x4d\xc9\x52\x7c\x49\x17\x42\xe6\xb5\x2a\x14\x6c\x55\x16\xe5\xba\x56\xb2\x81\x78\x6f\x4e\x28\xa5\xa2\x92\x41\x2b\x14\x39\x04\x05\x21\xc7\xc1\xab\x95\x6a\xa4\xe3\xe0\xa0\xda\x5e\x8c\x65\x6d\x8b\xc1\xd2\x6c\x28\x0b\x1c\x2c\xd7\x81\xd3\xd1\x44\xa1\xb6\xe1\x4e\x95\x30\x78\x0d\xb8\xa9\xa4\x04\x3e\x18\x8e\xb4\xe4\x67\xa0\x71\xd7\xc1\x8c\xbc\x56\xc0\x5c\x3e\x2f\x60\xce\x9f\x15\x30\xb9\xde\xd3\x17\x68\xae\x05\x4c\x4e\xe6\x2d\x4a\xa5\x1f\x63\x5e\x62\x9a\x79\xe9\x98\x93\x49\x3d\x45\x89\x69\x4e\x69\x82\x96\x44\xd2\x0d\x26\x77\xc5\xa9\x86\x3c\x50\xb4\xac\xa5\xe2\x65\x1d\x15\x2f\x37\xa9\x78\x22\xc9\xf7\xd6\x81\x08\xde\xec\xbe\x39\x45\x93\xc1\x32\x70\xfe\x8e\x06\x81\xd3\x5e\x2a\x1a\x6d\x3b\xd8\x21\x0f\x98\xdc\xd8\xf8\xc4\x16\x79\x73\x41\xde\x7a\x23\xbf\x29\xad\x4a\xd8\x5b\xcb\xd7\x42\x4d\xc5\xa8\x43\x74\x4b\xc6\x78\x30\x1c\x8f\x82\x61\x21\x46\x5e\xd3\x0e\xb9\xa7\x1d\x72\x2a\x04\xdf\xfb\xb7\xfa\xdb\x63\xfc\x78\x6b\x91\xe6\x64\x70\x1f\xc8\x4b\xad\x73\x72\x09\x25\x4d\x06\xe3\x40\x1b\x01\xde\x63\x5b\x46\xbe\x5c\xad\xd0\x39\x8d\x51\x8a\xac\x12\x44\xd7\x3b\xc1\x3d\xc6\xc4\xb4\x0e\x53\x4a\xaf\xf1\x3d\x8d\xd0\x98\xdc\x93\x3b\x6c\x22\x37\x9f\x4a\x1a\xd6\xa5\x5f\x13\xf1\xd9\xa9\xc6\x04\x2f\x7a\xdc\x3c\x35\xbd\xf8\x4e\xfd\xe3\xef\x6f\xa9\x16\x09\x77\xfc\xe3\xef\x12\x4d\x44\x95\x75\x39\xfc\x3e\xda\x56\xc6\x3d\xbd\xa6\xe7\x1a\x3a\xa4\x59\xad\x5c\x54\xbd\xb9\xad\x49\xf5\x85\x31\x30\xa9\x3b\x4a\x4a\xa5\x8b\xd8\xf2\xa4\xa2\x05\x36\xbe\xfe\x13\x1b\x1f\x43\xdd\xfe\x11\xde\x90\x5b\xf6\xf7\x55\x20\x35\xb8\x4f\xde\xf5\x76\x0b\x80\xd4\xb4\x64\xf0\xac\x94\x46\x9b\xaa\x91\xc2\xaf\x01\x0c\x35\xd7\x8d\x6d\xda\x41\x67\x37\xdc\xbd\x71\x5a\xda\x5d\xf3\x51\x69\xd6\x9c\xd0\x21\xa0\x5e\x09\x9c\x1b\x07\x2e\x9e\x07\xe9\x86\x75\x13\xa3\xbc\x64\xed\xe5\xec\x9a\xf0\x79\x86\xf5\x3a\xbb\x8e\x56\xd4\x44\x49\x93\x0d\x98\x54\xeb\x04\xad\xc4\x75\x4b\x7a\x3d\xd9\x07\x8d\xc9\xca\x70\x50\xf8\x8d\x06\x45\x77\x44\x43\x93\x70\xce\x5c\x37\xad\x53\x75\x46\x96\x3d\x65\x09\xc2\x15\xd4\x4d\xdd\xfe\x91\x9a\xa9\x0d\x25\x19\xcc\xd4\xde\x1f\x80\xc5\x79\xc9\xf8\xbf\x11\x8b\x33\x9c\xd4\x87\x5b\x2a\x01\x69\x8a\x26\x60\xc2\x68\x01\xa5\xc9\x00\x4a\x73\x3b\x8e\x66\xb7\x1a\x3f\xac\x42\xa4\x7e\x4f\x74\x2d\x4c\xc6\xb3\xb2\xfb\x62\x4d\xef\x78\xb5\x7b\x82\x92\x14\xa6\x2a\x37\x92\x7f\xcf\x0f\xfc\x9e\xac\xf9\xa9\xab\x78\x5d\xf3\x4d\x74\xfb\xca\x41\x95\x9f\x38\xe2\xff\xeb\x2a\x7d\x4a\xed\x69\x2a\x8d\xa3\xe4\xdb\xab\xab\x95\x1f\x6d\xad\xf8\x29\x37\x27\x53\x71\x1a\x3f\xe7\xb7\xb7\x59\xef\xf6\x3a\x5f\x15\x32\xcb\xef\x1e\x41\xa8\x20\x8d\x69\xac\xb9\xc8\xa3\xd8\xd3\xbe\xa6\x51\xc2\xdf\x3f\x19\x19\xc1\x80\x9c\x1f\x05\x7e\xb7\x08\xa4\xd7\x7d\x51\x1c\xac\x02\xc9\x5b\x1f\xdb\x7a\x10\x3c\xd5\x71\x3c\x96\x4c\xf2\x5f\x22\x3e\x2b\xe3\x7a\xf7\x30\x72\xf4\x1b\x07\x5b\xad\xd5\x89\xdb\x9d\xc7\x19\xb1\xbf\x4c\x37\xae\xcd\xb6\x44\xaf\x0a\x69\x66\x05\x43\xc9\x8b\xcd\x3a\x1d\x84\x81\x09\x7d\x02\x8a\x83\xd0\x3a\x99\x31\xdb\xd4\x4e\x8b\x3a\x4b\x92\xe3\xc0\x9c\xeb\x77\x34\x30\x16\xc9\xc5\x2e\xb9\xd4\x9e\xfd\x9d\xc0\xef\x55\x82\x9b\x90\xfd\x5e\xb0\xdf\x83\x61\x7d\xea\x34\xac\xe9\x69\x1a\x7d\x7f\xd6\x11\x74\x83\xa0\x38\x7f\x82\xa2\x9e\x3a\xcb\x99\x5a\xd3\x84\x8f\xd3\xf8\x77\x30\x0c\xf1\xa5\x43\x1c\xf5\x71\x1d\xd3\xd8\x7f\x7a\x4f\x2d\x1a\x90\x47\xcf\xfa\x83\x6f\xad\x5f\x7e\x5b\x5b\xfd\x73\xf7\xd1\x3d\x88\x9f\xa9\x10\xe4\xa6\x59\x3a\x3f\x51\xd8\x66\x24\x2a\xa5\xea\x35\x65\x9b\x18\xb6\x5a\x91\xeb\xfa\x2d\xa3\x9f\xb2\xc9\xba\xf4\x51\x89\xb6\x0d\x12\x07\x89\xa4\xc9\xf1\x66\x98\x0f\xda\x39\x4e\xdf\x85\xc7\x70\x03\xcb\x69\xbb\x0c\x2c\x4a\x32\xc4\x89\xef\xfb\x7d\xdf\xf7\xb1\x15\x35\xd6\x82\x16\xe1\x6d\xa7\x19\xe5\xcd\x24\xe5\xcd\xb0\x29\xa1\xd2\x05\x53\x68\x2e\x44\x63\x1c\xdc\x88\x94\x81\xd3\xdb\xfd\xbd\xbd\xde\xfe\x40\x8c\x6c\x90\xa0\xbd\xbd\xee\xd1\x7e\x1b\x21\xbe\x03\xe8\x9d\xfb\xf8\xdd\x3b\xbf\x83\x09\xff\x0f\xbf\xd3\xed\xb7\xf7\xf6\x7b\xdd\x0e\x36\xda\xbc\x08\x62\x3c\x21\x49\x74\x56\x00\x8c\x82\x8d\xbc\x2a\xe2\x52\xaf\x83\x37\xf9\x45\x94\x8c\xe3\xe5\x04\x22\x57\x15\x03\xab\x13\x6b\x58\x5b\xab\xf5\xff\x35\x91\x2e\xac\x8f\x8d\xe7\xdc\x6b\x62\x1c\x5a\x0b\xba\xba\x90\x5f\xb2\x0d\x46\x3c\x8c\xa3\xf1\x73\xfe\xc6\x1b\xf4\x1c\x3d\xb1\x92\x5f\x76\xff\x27\xf6\x04\xb8\x03\x3c\xdc\xc3\xea\x54\x56\x0c\x1e\xaa\x33\x8d\x33\x7c\xaf\xb0\x8f\xab\x8b\x73\x66\xa2\x9a\x15\x76\x73\x91\x89\x08\xf4\xce\x00\xc6\x0e\xea\xcd\xdc\x02\x24\x24\xd0\x8c\x24\xa6\x96\xb6\x89\x86\x46\x36\xec\xda\xb4\x40\xa8\xb6\x26\x88\x4c\x06\x63\xf0\x92\x3d\xf9\x05\xb2\x40\xbd\xe4\x33\xcb\xd8\xb4\x9e\x8b\x54\xa3\x00\x6d\xee\x82\x9d\xe2\x8a\x49\x1b\xdd\x18\x8a\xcd\xc2\xfb\x7a\x06\x20\x8e\xb7\x5e\x16\xde\xc3\xd9\xdb\xda\xab\x6a\x59\xc2\x70\x44\x72\xda\x39\x8e\xde\xe5\xc7\x58\x79\xc8\xe8\x63\xf1\x30\x07\xbc\x61\x92\xbf\x4d\x5d\xb7\xfc\xae\xa0\xee\x7c\x54\x58\xef\x87\xd5\xc5\xbb\x25\x2e\x57\xb7\x1a\x43\xa8\x6a\xcf\x64\x8b\x1d\x19\x5b\xb0\x90\x07\x12\xa4\xab\x84\x75\x53\x14\xf7\x92\x3d\x30\x9f\x87\xf1\x73\x7e\xf1\x1b\xf3\xa7\x3e\xda\xb6\x78\x5e\x15\xcd\xa6\x46\xa6\xc9\x79\x98\xf1\x2d\x52\x4d\xf1\xae\xc4\xa7\x8a\xe4\x27\x25\x9b\xd2\xd7\x29\x55\x40\xe0\x42\x32\x79\xa1\x98\x63\xc8\x06\x93\xf0\x49\x19\x26\x24\x69\x21\xc3\xa4\x24\x6d\x87\xfa\x4b\x4a\x69\xf8\x22\x19\xa6\x1a\xeb\xa6\x7e\xfe\x78\x16\x7d\x7b\x6e\x2b\xdf\x9c\x40\xf5\xd5\xd6\x19\x7c\x2a\x10\xa1\xa9\x7a\x79\xf3\xea\x7a\x97\x4f\xc8\xe3\xd5\x60\x3a\x5b\x2a\x7d\x6d\x48\x07\xf9\xc9\xd6\x4a\x9f\xdb\x5f\xfa\x18\x49\xe8\xdb\xd7\xd5\xda\x2b\xea\x02\xa8\x4d\xa8\xeb\x25\x9b\x4a\x15\xf9\x77\xef\xb0\x6c\xde\xea\xfb\x2a\xe6\xed\x51\x1f\x7b\x7f\x3d\xfd\x15\x94\xfd\xfb\x0a\x5c\xc0\xef\xee\x4b\x74\x01\xbf\xdb\x97\xf0\x02\x10\x64\x5d\x47\x6a\x07\x80\x01\x08\x3a\x3f\x83\x1f\x1d\x09\x31\xb0\xef\x4b\x84\x81\x83\x23\x0c\xe0\x02\xbd\x43\x09\x2d\x70\xe8\x2b\x68\x81\x7e\x57\x43\x0b\x74\x14\xb4\x40\xbf\x87\xc9\xbd\x36\xcd\x3b\x55\xae\x2c\xe7\x54\xa2\xe5\x90\x4b\x6d\xd6\xf7\x1d\x7e\xf4\x31\x79\xaf\x0c\xfe\xbe\x29\xf8\x12\xf2\x95\x5e\x02\x60\xc0\x7b\x6f\x4a\xae\xe8\xb9\x37\x25\x27\x94\xeb\x28\xf0\x5f\x28\xf7\xfe\x72\x79\x7e\x46\xfe\x41\xbf\xb8\xee\x17\x4f\x22\x08\x47\xd3\x07\xf2\x89\x4e\x91\x73\x3d\x8b\x26\x13\x96\x38\x98\x7c\x10\x8f\xe5\xe8\x3c\x67\xf4\x71\xed\x2d\x94\x45\xf4\xa7\xfc\x54\xda\x67\xdf\xc4\x8c\x7c\xa6\x4b\xe4\xe4\x50\xc3\x4e\xc6\x6e\xa3\x9c\x67\x0f\x0e\x26\x1f\x8b\x64\x21\xfb\xfc\x26\x1e\xd3\xc5\x4e\x91\xf2\x03\xdd\x80\xc7\xf8\xa9\xee\xf2\xfd\xc4\x75\x5b\xad\xef\xde\x94\xfc\x99\x72\xef\xbf\xe5\x37\xe4\x67\xda\xfa\xf3\x6a\xd5\xfa\x73\xf1\x71\xf9\x09\xe2\x4a\x9f\xcc\xa2\x78\x42\xfe\x49\x13\xd7\xcd\xeb\xb4\x37\x07\x2d\x7a\x8a\x2e\xd0\xe3\x1a\xb6\xce\xc7\x7a\x3b\xac\x8b\x62\x73\x55\x5b\xfc\xc1\x1a\x7b\x82\xd5\x88\x7f\x31\x2e\x69\xb3\x0b\x85\xf4\x57\xf4\x03\xe1\xb8\x91\x18\x27\x81\x1f\x86\x7c\x44\x2e\x54\x26\x92\xb8\x2e\x6b\x51\xfa\x83\xeb\x5e\x88\x8c\x24\xc1\xeb\xe0\x82\xfc\x52\xe3\x40\xfd\x71\xc8\x46\xf4\x14\x9d\x58\x4e\x28\x06\xcb\xce\xbb\xfe\x46\x19\xe1\x6b\xf2\x23\xfd\xc9\x75\xd5\x68\x5b\x23\xe7\xe9\x60\xf7\x83\xcd\x35\xb6\x91\x9b\xad\x6b\x51\x52\x6d\x9d\xd9\xc9\x9a\xfc\x5a\x06\x54\x4c\x4a\xae\xa2\x3f\xb8\xee\xaf\xe8\x37\x48\x26\x77\x20\x8c\xd1\x6b\xe9\xb9\x4d\xee\x50\x82\x49\x86\x3e\x12\x8e\x07\x28\xf1\x98\xa1\x1f\x00\x44\x27\x9f\xb0\xeb\xb2\xe1\xa7\xd1\x90\x8f\x5c\x17\xa9\x5f\x54\xc6\x10\x3e\x45\x89\x71\x08\xb8\x89\x59\x70\x8f\x3a\x10\x37\x10\x5c\xa7\xe1\xdb\xd5\x4a\x0c\xec\x27\x72\x8f\x7c\xf2\x08\x5e\xf7\xba\x80\x0e\x26\xff\x54\x0d\xc5\xc1\x85\xfa\xb5\x26\x7f\xad\x1a\x19\x8a\xdd\xc6\xc0\x65\x92\x84\x2e\x10\xa7\x37\x00\x99\x1c\xd1\x0e\x49\xa9\x0e\x17\x79\x9c\xbe\x8b\x8e\xf1\xaf\x48\x48\x92\xc9\x30\x12\x27\x19\x3e\xcc\x8a\xb0\x92\x6c\x4d\xfe\x54\x33\x89\x67\xf6\x3d\x06\xbd\x46\x10\xf2\xae\x70\x2e\x51\xce\xa5\x3f\xb8\xae\x18\x21\x26\xe1\x8a\x7f\x23\x0c\x83\xad\x25\xe2\x00\x64\xa7\x14\x1e\xf0\xfb\x23\xfc\x50\x69\x62\xec\x20\xa4\xdf\xa7\xd1\x90\x8d\xf0\x6a\xc5\xf1\x9a\xfc\xf7\x26\x00\x06\xa3\x37\xe5\x39\x01\x0a\x54\xe5\x71\x28\xef\x37\xc2\x71\x41\xc1\xcc\x72\x80\x49\x4a\xf9\x4a\x13\xb6\x5a\x95\x26\x14\x06\x3d\x59\xaf\xc9\xff\xd4\x63\x37\x92\x84\x5e\x21\xd1\x12\xac\xcf\x8e\x9d\xe3\xc4\xc2\x92\x80\x5a\x68\x22\xf1\x24\x56\x2b\x4e\xe9\x27\xf8\x37\x5c\xad\xf4\x91\xaf\x90\x0c\xd6\xe4\x2f\x5b\x6b\x01\x8a\x24\x11\xbd\x42\xc9\xe0\xb7\x40\xd6\x98\x8a\x1a\xc5\xd1\x54\x1f\x77\xc5\x09\x55\x76\x8c\x46\x32\xe4\xc5\x6a\x95\xc0\xf8\xff\x00\x7d\x4d\x65\x95\x1f\x87\xbc\x98\xe4\x74\xdd\xf8\x69\xb5\x42\x29\x42\x27\xb6\x33\xb6\x72\x9b\x29\x2d\x18\x75\xac\x35\x50\x31\xc8\x91\xbc\xb8\x38\xd9\x5a\x36\x9a\x2d\x47\xaa\xe6\x19\x1d\x6f\x0a\x4e\xf5\x5a\x5a\x62\xb9\xe2\x27\xf2\x38\x24\x09\x49\x59\x1f\xff\x46\x60\xd9\x19\x3a\x91\x3f\x87\x9f\x46\x40\x65\xa8\x20\x1b\x58\x6b\xff\xd4\x12\x9d\x58\x48\x09\x36\xc0\x30\xcd\xc4\x75\x7f\x76\xdd\x7f\xa2\x1f\xea\xec\x57\x73\xc6\x03\xbe\xc6\xe4\x17\x70\x0b\x7f\x29\xda\x91\x72\x0c\xfa\x26\x96\xeb\xa5\x37\xa5\xff\x4d\xde\x7b\x53\xfa\x2b\xd1\x86\xcb\x62\xf3\xa2\xff\x03\x8f\x87\xe2\xf1\x4f\xe4\xbb\x37\xa5\x7f\x11\x9c\xb3\x05\x30\x40\xae\x9b\xa2\x1f\x88\x53\xb7\x27\x39\xe4\x4f\x40\xe0\x13\x6f\x5a\xe7\xd5\xfe\x0b\x9a\x82\xa3\x0c\x26\x11\x8a\xbc\x1f\xdb\x91\xf7\x4b\x3b\xf2\x3e\xbe\x69\xfd\x44\x1e\xe5\xf4\x04\x27\xeb\x82\x1f\xfc\x2f\xb5\xa3\xa0\x91\x28\x3f\x81\x3b\x87\xcb\x45\xc6\xc2\x09\x6c\x81\x9a\xcd\x12\x30\xce\x24\xca\x4c\x8e\x48\xcb\x0f\xa2\xb0\x77\x08\xdc\x84\x12\x6b\x5b\x25\x16\x9a\x14\x59\x26\xf9\x38\x5d\x88\xe2\xf2\x12\xb0\x39\x63\xb4\x73\xfc\xbf\x9a\x0a\x18\x3b\xc6\x53\xf4\xbf\x43\x26\x83\xd9\x1a\x72\x67\xf4\x1b\x9a\x7a\x39\x4f\x33\x86\x49\x26\x3e\xe1\xfa\x64\xfa\x2e\x63\xc7\x78\x86\x38\x1b\x66\xf2\x23\xf0\xde\xd1\x1d\x56\xf4\xe8\x10\xb1\x74\xea\x35\xad\x9f\x09\x6b\x53\xc7\xc1\x83\xcf\x43\x36\x0a\xc4\x3f\xf4\x44\x4c\x35\xf9\xc6\x1e\x3e\x56\x3e\x8a\xa6\xa8\xf5\xa3\x18\xdc\x2a\xdd\x33\x5b\x9b\x23\xb7\x1e\x41\xee\xa6\x03\xcd\x28\x69\x7e\xc6\xd1\x14\x7d\x16\x7c\xdb\x8a\xc8\xcc\xd7\x64\x99\xb3\x4b\xc6\xb9\x8d\xa9\x8d\x1f\x7f\xa6\xad\x8e\x7c\x15\xcd\x17\xb6\xab\x0b\xbc\xf2\xd7\x6a\x76\x8b\x8e\x56\xc1\x2d\x9f\xbe\x85\xe6\x83\x53\xc4\x70\xf0\x57\x74\x2a\x1d\x01\xd7\xa4\xe2\xfd\xf8\x2b\xd9\x40\xb3\xfc\x2b\xd9\xea\x38\xf6\xdf\xa4\x06\x19\x31\xf8\x9f\x4a\xaa\x9c\x8b\x3c\xf8\xcb\x5a\x32\x82\x84\xd1\xb2\xe0\xf2\xdd\x9b\x22\xd8\xf9\xac\x49\x4c\x98\xd5\xb7\xfa\xf2\x6a\xa6\x55\x94\x74\xab\xdc\xc5\xc8\x17\xd7\x2d\xca\x43\xad\x9f\x56\xab\xbc\xe6\xf2\xed\x04\x99\x8b\x37\xe9\x66\xeb\xb4\xe8\x3f\x90\xdc\x72\x9c\xc7\x35\x3c\x3d\x86\x01\x5b\x5b\xcf\xb2\x61\x72\xb5\x61\x4c\x1c\x21\x7e\xc2\xb9\x52\x49\x9e\x5b\x94\x8a\x62\x0b\x1e\xb2\x11\x89\xa8\x7f\xbc\xc1\x09\xa3\x63\xed\xdc\x58\x70\xc4\x48\x52\xf6\x14\x65\x54\xec\x1d\xfe\x88\xa0\x07\x24\xf8\xb7\xb9\xf3\x87\x5d\xf5\x47\xcb\x9e\x64\x0e\xef\x4b\x08\xc3\x6a\xa3\xac\xb3\x00\x05\xd0\xa1\xac\x62\x8e\x80\x49\xeb\x47\x21\x24\x18\x52\xc5\x44\xd4\x4d\x39\xf9\x87\x32\xd1\xf8\x22\xd1\x34\x89\x25\xbe\x0d\x3f\x8c\x74\x4c\x4b\x2b\x95\x7c\xb0\xf3\xe8\xc8\x0e\x98\xc4\xe8\xc4\xac\x51\xf1\x24\x4e\xd6\x3a\x6e\x8a\x60\x71\x31\x52\x32\xbd\x1a\x5a\x85\x15\x67\xdc\x4c\x34\xb0\xa6\x32\xe2\xef\xf4\x03\xbf\xd3\x27\x05\x46\xe1\x61\xe0\x77\x0e\x8d\x1b\x4a\x61\xe4\xaf\xe1\x0d\xf6\x03\xbf\xbb\x6f\xc5\x3c\x2f\x87\xfb\xf4\xfb\x07\x81\xdf\x3f\x20\xfe\x5e\x27\xf0\xf7\x3a\xc4\xdf\xf3\x03\x7f\xcf\x2f\xe0\x0f\xec\xdb\x4f\x3f\xd8\xf7\x6b\x7c\x9f\x55\x30\x84\x6e\x70\xd0\x25\x07\x47\xc1\x81\x86\x01\x54\xf0\x07\xfd\xe0\xa8\x5f\x0d\x92\x50\x8d\xf3\xf9\x8c\x26\x64\x5f\xeb\xb5\xf6\xca\x78\x00\xa0\x37\x0f\xb5\xb2\x24\x57\x47\xb3\xa5\x0a\x8a\x00\xb1\x6f\x7f\x58\x4e\xa7\x2c\x53\x67\xbf\x03\x71\xf6\x4b\x4a\x2f\xa6\x34\xf1\x3e\x84\x3c\xfc\x39\x62\xf7\x64\x42\x33\xef\xfd\x0f\x3f\xbb\xee\xd2\x8b\x72\x48\x99\xd1\xb1\x35\xa9\xa0\xb5\x00\x77\xa8\x9f\x3f\x9d\xfe\x62\x00\xf3\x7e\x91\x8a\xf8\x65\x8b\xd2\x31\x26\x8f\x56\xf1\xc1\x78\xad\x7c\x63\x25\x30\x43\xe6\x9d\x9c\x9f\x5d\x5e\x5d\xa8\x50\xc1\x32\x13\xf8\xfc\x89\xda\xea\x96\xf9\xc4\x75\x27\x00\x99\x96\x43\xe8\x81\x85\x76\x3e\x24\x5a\x03\xf4\xd3\x93\xb1\x8f\x5a\x09\xbb\x6f\x8e\x51\x17\x1b\xb3\x4f\x25\x77\x78\x37\x0f\x9c\x7d\x2e\xa2\x6b\x95\xdb\x53\x17\x2a\xdb\x18\x7b\xb5\x28\x9d\xb9\x6e\xc1\x68\x2b\xf6\x5d\x91\xb2\x90\xb1\x05\x72\xaa\x12\xad\x5a\x49\x02\xc1\x70\x32\x31\x6f\x29\xaa\xc4\xd8\xce\x00\x70\x82\xdd\x23\xb5\x56\xc7\x18\xa3\x10\xe5\x3b\x09\xc6\xca\xa9\x69\xaa\x6a\x59\xa8\x27\xe5\x48\x93\xbc\xcd\x8f\x31\x38\x6f\xfd\x14\x25\xfc\x10\xcd\xdb\x6d\x32\xf1\x6e\xf5\x63\xd2\x6e\x17\xfa\xc7\xe5\x7a\x5d\x20\xda\xd8\xfd\xb7\xc2\x25\x5b\xf8\x20\xe5\xd0\xda\x7e\x7f\x2f\xf0\xfb\x7b\xc4\xef\xef\x07\x7e\x7f\x7f\x1b\xda\x45\xe1\x7c\xfa\x5c\x3c\xd8\x82\x90\x5a\x92\xe4\x05\x25\x92\x47\x4d\x9b\x81\x24\x7f\x43\xab\x4a\x63\x5a\x6e\x84\x51\x71\x56\x03\xc6\x8a\x8f\xfb\x18\x39\x00\x12\xd9\xeb\x3a\xa4\xff\x8c\x6a\x5a\x30\xf0\xaa\xea\x46\x26\x6a\xf5\x4d\xbf\x1f\xf8\x7d\x50\xdf\x54\x83\xac\x96\x2a\xdb\xef\x3b\xe4\xf0\x8f\xac\xac\x57\x5f\xd9\xa7\x84\xfb\xfb\x15\xbb\xcb\x7f\xb5\xaa\xcd\x98\xda\xba\xaa\x3f\x7c\x08\xf7\xb6\x56\x75\x58\x31\x3c\xfe\x57\x6b\xda\xaf\xaf\x49\xac\x8f\x3f\x7c\x00\x0f\xb6\xd7\xf5\x87\x8f\xe0\xe1\xf6\xba\xfe\xe8\x21\xdc\x84\xce\xfe\xc3\xaa\x32\xd1\x6b\x4d\x6d\xe5\xd0\x97\xf5\x46\x46\xd2\xdf\xbf\x23\x37\xc7\x7e\x17\xa3\xce\xa6\x4e\x14\xb6\xc7\xa3\x03\xb9\x3d\xee\x75\xa4\x3a\x54\x6c\x97\x63\x65\x9a\x24\xb5\xa1\xe2\xc7\x84\xb6\x12\xef\xfd\x58\x9c\x70\xfe\x47\xca\x7f\xae\xeb\x94\x9e\x9d\x28\x69\x26\x64\x46\x43\xc1\x5a\x7f\x61\xe1\x37\xb2\xa8\x73\x6e\x27\x73\xba\xf4\x96\x53\x38\xd5\x54\xc2\xa1\xfd\x61\x46\x4e\xe4\x81\x6e\x44\x1c\x8e\xa6\x28\x16\x82\xa2\x62\xb2\xb3\xe2\x2a\xa2\x25\xf7\x98\x39\x1a\x2b\xad\xa0\x68\x3c\x04\x12\x86\x60\xf6\xe0\x12\x3a\x30\x08\x18\x23\x83\x34\xb0\x3d\x26\xf1\x12\x4c\xa9\x36\x8a\x23\x2a\x1e\xf1\x2d\xdd\xb0\xf8\xd2\x79\xc8\x1d\x79\x20\x4b\xd2\xea\x88\x49\x6f\x4c\x5d\x77\xe2\xba\x28\x47\x28\x93\x68\x08\x27\x85\x5e\x01\xdd\x95\x1a\x5a\xc8\x9c\x0f\x98\x84\xde\xd9\xe9\xe9\x07\xda\xea\x90\x08\x0d\x1d\xa9\xab\x74\x88\x38\xf0\x3a\xc4\xb9\x65\x60\x98\xc0\xb8\x33\xda\x84\x11\xe3\xf4\xb6\x14\xf7\x9a\x0f\xd9\xa8\x91\x22\x4e\x98\x95\x97\x93\x48\x8d\x27\x17\xf2\xf7\x42\x48\xcb\xea\xd2\x76\x2a\x84\x6f\xf9\x0b\x36\xe1\x4c\x9e\x79\x52\x75\x2f\x3b\x1d\xb2\x11\x7c\xae\xcf\x1c\xa2\x19\x94\x32\xe9\x6e\x9b\xea\x2b\x7c\x2b\xd8\x3a\xe1\x12\x80\x4c\x9c\x34\x6c\xbc\x64\x6d\x82\xd6\x0d\xfa\x5d\xb2\xd7\x09\xf6\x3a\xd2\x10\xad\x8c\xbd\x23\xe5\x4c\x1d\x2c\xa1\x1a\xd0\xb5\x56\xc2\xdc\xd3\x40\xfc\x7d\xf0\xf6\x30\xb3\xf3\xff\x17\x9b\x3c\x00\xf7\x41\x99\x45\x48\xca\x2e\x4f\x3a\x9f\x13\x4e\x5a\x7e\x25\xb8\xb5\x35\x16\xd0\xe7\x57\x05\xec\x38\xd0\x42\x75\x57\x63\x10\x29\x78\x81\x9e\x0a\xa1\xd8\xdf\x33\xd7\xab\x20\x1d\x39\xe4\x71\x1a\x87\xfc\x4b\xb8\xa8\x89\x44\x93\x03\x42\x98\x6d\xdc\xd9\x4c\xa5\xb2\x32\x42\x4b\xcb\xfe\x29\x44\x4b\x22\x46\x1d\xe5\x64\x49\x96\x84\x93\x0e\xf1\x89\x65\x12\x31\xf4\x47\x98\xe4\x52\x32\xeb\xed\x61\xe4\xa8\x2a\xa5\x50\x56\x75\xf8\x91\xc8\x4c\x7b\x41\x6f\x8f\xf4\xf7\x82\xfe\x9e\x16\xc0\x0e\x82\x7d\x49\x05\xaf\xb9\x71\xed\xfb\xd2\x6a\xa1\xd2\xe7\x27\x4c\x3d\x8c\x15\xdb\x2b\x4c\x3a\x74\xbf\x0a\xcb\x90\x35\x79\x54\x5d\xf0\x03\xfb\xda\xfb\x89\x38\xb3\x0a\xb4\xbb\x53\x34\xd8\x86\x52\x67\x09\xcf\xa2\x6d\x0d\x36\x16\x77\x7e\x27\xf0\x7d\xcb\xbd\xfa\xe8\x39\x23\x25\x5f\x5f\x48\xf7\xd5\x4e\x03\x57\x59\x82\x62\xf6\x7a\x9b\x8d\xd8\xa6\x49\xc9\xb7\x68\x0c\x42\x92\xd3\x44\x7a\x27\x45\x10\xa5\x33\x43\xb9\xd8\x9c\x1e\xd7\x64\x4a\x3b\xc7\xb1\x1e\xd8\xe9\x31\x36\xc7\x10\x14\xd2\x25\xca\x09\xa7\xf1\x70\x0a\xc6\x07\xae\x9b\xa2\xb1\x84\x40\x53\x1d\x1e\x57\x60\x1b\x14\xb4\x89\x3e\x0f\xef\xf5\x82\x3d\xcb\x34\xe0\x89\x40\xb9\xd6\x90\xfb\x9b\xbd\x85\xe3\xfe\xab\x47\xfc\x35\xa8\x52\x7b\xca\x7f\x58\x6f\xf3\x70\x9a\x4d\x15\x9c\xb9\xb1\x07\x28\x61\x6e\x4e\xa3\x24\x8c\xe3\x87\x9a\x9b\xff\x48\x81\xc1\x6a\xd8\xce\xd5\x2a\xd1\x3f\xc5\xda\xaf\xd1\x9f\xb0\x86\xad\xf5\x05\x5c\xc6\xb0\xb8\x94\x2a\xb0\x94\x60\xff\x40\x78\x03\x79\xb2\x18\x0f\xc1\xe0\x03\x46\x5e\xf9\xb5\x54\x47\xaa\x8f\xcd\x80\x2a\x6c\x47\x75\x46\x93\xc8\x8c\x95\xc8\x85\xd5\x70\xc2\xcf\x58\x80\x19\x2f\x6d\x69\x49\xff\xb3\x44\x81\xff\xdb\xae\xdf\xf9\x9b\xf7\xb7\x49\x1b\xc1\xbf\x78\x80\x9a\x5f\xd2\x9b\x28\x66\x7f\xdb\xfd\xdb\x7d\x1b\x0f\x9a\x97\xe1\x34\xcc\xa2\xbf\xed\xee\x4a\x8f\x9b\xc4\xb6\x23\x8b\x2c\x7b\x8c\x45\x38\x39\x4d\xea\x4d\xb2\x5f\xc7\x4a\xe0\x02\x4d\x59\x4b\x74\x03\xbf\xd7\x35\xc8\x95\x05\x79\xbd\x4a\xc9\xf2\xff\xa0\xe7\x97\x3c\xdc\x16\x05\xff\x95\x7d\xef\x3c\xd3\xf7\x5e\x35\x74\xf1\x56\xf3\x85\xcf\x6c\xfa\xda\xbd\x1e\x06\x9e\xc0\xd7\xd0\x23\xa7\x6c\xce\xd0\x7b\x32\x90\xb1\x5d\xf7\x45\x74\x3b\x7b\x6d\xe5\xdd\xa2\xf2\xd3\x64\xb2\x51\xf5\xe6\x51\x7c\xaf\x83\x91\x13\xe6\x0f\xc9\xf8\x93\xba\xe4\x90\x1f\x49\x85\x1f\x7c\x54\xd9\x24\x0b\xcb\x30\x86\xfc\xfd\x7e\x11\x5b\x45\x79\xc6\xea\x90\xcb\xea\x90\x71\xa0\xb0\x69\x0e\x0f\x95\x83\xa5\xe0\x54\x4b\x9a\x23\x27\x32\x15\x92\x58\x3c\x97\x62\x6f\x90\x31\x0d\xa5\x26\x8e\x4c\xe9\xe3\xc9\xe5\xe5\xc5\x32\x66\x9f\xa3\x9c\x07\xad\x0e\x39\xb9\xbc\xbc\xe4\x0f\x31\xfb\xc0\xc6\x71\x98\x41\x4c\xae\xa0\xe5\x8b\xe4\x9f\x05\xa3\x95\xd9\x7c\x72\x12\x47\x2c\xe1\x17\x6c\xcc\x75\xca\x87\xf3\x2f\x95\x47\x59\xa5\x95\x70\x95\x7e\x63\x89\xae\xe8\x43\xc8\xc3\xab\x2c\x4c\xf2\x29\xcb\x3e\x71\x36\xd7\xf9\x3e\x46\xb1\xa9\xe5\xcf\x57\x5f\x3e\xbf\x8f\xe3\x93\x34\x8e\x25\x9e\xba\x4e\xdc\x4c\xf9\x98\x66\xf3\xd3\x98\x09\x7a\xd5\x49\x97\x4c\xe4\xb1\x12\xbf\xb0\x49\x14\xea\xfa\xbf\x44\x73\x76\xf5\xb0\x60\x30\x10\xe2\xed\x59\x38\x67\x93\xb3\x74\xc2\x84\x98\x25\x9e\xd3\x89\x19\x95\xaf\x61\x24\x7a\xfb\xcf\x25\xcb\x4d\x0f\xbf\xc6\xcb\xdb\x28\x29\x7e\x99\x82\x2e\x7f\xfe\x51\x2a\xda\x74\xce\xcb\x9f\x7f\x94\xf1\xcf\xac\x84\xaf\x21\x9f\x5d\xb2\x5b\x3b\x25\x8d\x12\x6e\x3d\x97\x87\xef\xf2\xe7\x1f\xe5\x68\xa5\x99\x19\xaa\x4b\xf0\xdb\x91\xaa\x33\x93\x26\x26\xef\x72\xc6\x18\xd7\x6d\xbf\x62\xdf\xf9\x55\x16\x8e\xbf\x9d\x14\xd3\x67\xd2\x4c\x42\xba\x1c\xeb\xf6\xae\xc9\x84\x66\x68\x8a\x01\x08\x64\xf6\x76\xa2\xef\xef\x67\xed\xb6\x02\x01\x21\x73\x3a\x19\xce\x46\xe2\x60\x39\x9c\x8f\xc8\x03\x8d\xc4\x9f\x5b\xfa\xe0\xba\x0f\xc5\xc1\x06\x60\x18\x5c\x17\xdd\x0e\x97\xa3\xd5\x2a\x45\xb7\x64\x49\xc6\x98\xdc\x0e\x63\xf5\x18\x93\x39\x26\xe1\x70\x3e\xa2\x63\x72\x87\xb1\xa0\x7e\xd0\xb2\x72\x7c\x3b\x5c\x8c\x56\xab\x04\xdd\x92\x05\xe1\xc3\xc5\x48\x09\xe2\x45\x80\xa0\x4a\x40\x17\x7f\xbf\x1f\xf8\x85\x5a\x1c\x14\xe2\x87\x87\xc1\xe1\x21\xac\xb2\xe7\xa4\xb9\xde\x7e\xa1\x08\xfc\x01\x60\xbb\x3e\xcd\xe7\x82\x56\x38\x0b\x00\x62\x8c\x8c\x63\x16\x66\x76\x22\x24\x28\x46\x28\xe1\x8b\x0b\x06\xb8\x45\x9a\xd3\x66\x54\xfb\x65\x76\x3f\x1c\x29\xe5\x76\x4a\x77\xbf\x5c\x7e\x3a\x6d\x7a\x7f\xf3\x0c\x47\xb7\x83\x66\xd4\x6b\x34\xb4\xc9\xc1\x06\xff\xee\x92\x94\xb6\x00\xcf\x49\x01\x22\xe8\x0c\xa4\x5b\x98\x5c\xa0\x64\x60\xf1\xbb\xba\xdb\x1b\x3e\xe0\xc1\xc7\xc2\x6e\x56\x61\x20\x4b\x8e\x98\xe2\x35\x68\x8c\xd7\x6b\xc0\x81\xfc\xb1\x9d\x79\x3f\x00\x8a\x6a\x0a\x83\x78\x15\xcd\x59\xba\xe4\x41\x88\xb8\x57\x3c\x62\x71\xa0\xff\x94\x70\x96\xdd\x85\xb1\x7e\xa7\x9f\x95\xdd\xa8\xbd\xa7\x18\x79\xa2\x57\x0e\x31\x4c\xc0\xa7\xae\xd7\xd9\x03\xb9\xbe\xd3\x97\x7f\x7a\x98\x94\x4e\xfd\x5d\x90\xf1\x3b\xbd\xa0\xd7\xe9\x01\x25\xf4\x3a\x7d\x98\xa2\x5e\x67\x4f\x4a\x2d\x50\xf2\x41\xb5\x64\xa9\x3b\x7f\x66\x0f\xdf\x30\xc2\xca\x28\xf7\x66\x61\x6e\x49\xdf\x24\xa9\x13\xe9\xe4\xa5\xd4\x40\x5d\x98\x3f\xae\x49\x44\x13\x63\x70\xb4\x5a\x39\xff\xf5\x5f\x86\x81\x83\x01\x4d\x69\x13\x81\xf7\xe5\x6d\x85\x84\x34\xf1\x2c\x1e\x0f\x59\x6c\x9e\x5f\xa0\x6d\xe4\xd2\x8c\x8a\x24\x1a\xc2\x00\x62\xdf\x9b\x2e\xd8\x16\x18\xe3\x01\x0f\xc6\x24\xd5\xdd\x94\x77\xbf\x28\xb2\x21\x7d\x43\x50\x3f\x9c\xa2\x64\xb5\x1a\x5a\x46\x1e\xde\x75\x94\xdc\xa5\xdf\xd8\x46\x04\x59\x49\xab\x4e\xbe\xcc\x17\x2c\x99\x30\x29\x97\x38\x8d\x2a\x5d\x47\x24\x95\xb7\x89\xec\x3b\x1b\x2f\xb9\x8c\xd5\x4f\x13\x75\x33\x0e\x55\x4a\x8b\x90\x1f\x59\x22\x87\xa0\x19\xe5\xcd\x30\xce\x58\x38\x79\x68\x66\xcb\x24\x11\x9f\xc8\x58\xff\xe3\x74\xbe\x88\x19\x67\x13\x59\x04\x14\x0b\xe5\x88\xe7\x48\x15\x99\xea\x26\x5c\x22\x09\xf8\x92\x79\x73\xc6\x67\xe9\x84\x46\x24\xf3\xc2\xec\x96\xa6\x1a\x76\x26\xa4\x99\x37\x61\x31\xbb\x0d\x39\x70\x38\x03\x59\x72\x83\x42\x05\x9c\x93\x43\x2d\x39\xa5\x34\xc6\xe3\x34\xe1\x51\xb2\x34\x42\x7c\xbe\x5e\x8b\x16\x24\xec\x3b\x17\x0d\xd0\xf5\x60\xc1\x67\x12\x4e\x33\xef\x5a\xfd\x0d\xb3\x5b\x70\xb9\x6d\x96\x1a\x6c\xf2\x43\x3f\x2a\xe3\x68\x8f\x11\xb5\x3a\x2e\xbb\xd0\xc8\xbc\x49\x94\x2f\x42\x3e\x9e\x9d\x7e\x1f\xb3\x85\x3c\x00\x88\x37\x12\xdf\xc5\x51\xca\x22\xab\x16\xd7\xcd\xbc\xf0\x26\x5b\x2e\x20\xde\x09\xbc\x95\x65\xe1\x46\x42\xad\xc9\xd1\xf8\x52\x6a\x9a\x61\xdc\x93\x34\x9b\x87\xb1\x03\x0e\xcf\x40\x2c\xa2\xc5\x89\x18\xbc\x34\x61\x03\xab\x75\x41\xd1\x8d\x5f\x23\x16\x4f\x1c\x32\x86\x11\xaf\x19\x3d\x65\x45\x08\xef\xa5\xb3\x80\x2c\x6e\xbd\x2e\x46\x48\xd6\xe6\xba\xa8\x3a\x04\x6a\x42\x55\x4e\x35\xad\x63\xd9\xff\xf5\x1a\xf0\x95\x43\x4c\xd2\xb5\x59\x2a\xba\x3b\x8f\x05\xe2\xe4\xa3\x28\x3b\xd0\x7d\x13\x42\x73\xc0\x0a\xf4\x90\x75\x15\x82\x52\x65\x57\x35\x8a\xdc\xc9\x7a\xbd\x66\xde\x7d\x16\x2e\x68\xde\x90\xb8\x4b\x8f\xeb\x62\x75\x8e\x11\x7e\x2c\x1a\x30\x2d\x3d\x4d\xc4\x93\x44\xc8\x7b\x5c\x37\x66\xc3\x68\x44\xeb\x2d\x83\xd6\x0d\x89\xd4\xa5\xd6\x6d\x19\xfd\x96\xcc\xe9\xc2\x75\x17\x68\x81\xce\xd1\x70\x84\x31\x6e\xcc\x5d\x77\xde\xa2\x82\x0f\x64\x1a\x71\x21\xc2\xae\x8b\x66\x74\xae\xb1\x9a\x26\x16\xfc\x9d\x75\x2b\x5b\xe1\x0c\x33\x5c\x74\xe4\x41\xb0\xcc\xa1\x24\x73\xa2\x07\x40\xd3\xd0\xc8\x9b\xa6\xd9\x69\x38\x9e\x59\xe7\x4c\xc1\xcd\x87\x7c\x54\xb7\xdd\x29\x95\x30\x70\x14\x1d\xf9\x15\x17\xe3\x72\x6b\x81\x1d\x36\xec\xbc\xb4\xcc\x4f\xcc\x07\x21\x2a\xc1\x21\x73\xab\x15\x09\x09\xf1\xa3\x79\x6c\xc2\x97\x12\x1f\x4e\xce\xd5\x12\xb1\x61\x34\x22\x8c\xa4\x92\xc8\x65\xc7\x5a\x94\xc6\x8a\xc6\xe5\x42\x88\x81\x40\xa7\x74\xac\xc0\x0c\x34\x7f\x73\x5d\x47\xc6\xa9\x2b\xb6\x82\xa9\x19\xf6\x29\x71\xae\xaf\xc3\xfb\x30\xe2\x0e\x1e\x14\xb1\x18\xa6\x9e\x4a\xad\x0b\x29\x91\x28\x4e\x22\x0e\x70\x24\xc7\x25\xbf\x1d\xf9\x5a\x0d\xbd\x7e\x8f\x03\xab\xe4\xba\x12\x55\x93\x29\x23\x21\x1a\x6f\x14\xa8\x87\x6d\xb3\xdc\x75\x8e\x62\xb9\x96\x30\x0c\x9a\x18\xc9\x75\xe1\x2e\x96\x00\xce\x8e\x54\x5e\x90\x10\x07\x21\xc2\xeb\x62\x0a\x6f\xec\x4d\x97\x99\x9d\x70\xc8\xd5\xa2\x1d\x95\xf0\x4e\x32\x69\x2f\x68\xb8\x30\xe0\x56\x90\x82\x03\x70\x9b\x47\x16\xa5\x79\xb2\x29\xae\x8b\xb8\xe1\x05\x9a\xa9\x71\x60\x06\xea\x8c\x2b\x5b\x53\x57\xa0\xc1\x42\x6b\xf0\x2a\x3b\x91\x25\x08\x7a\xb2\x0c\x16\xaf\x66\xac\xa9\xab\x6f\x4e\x52\x26\x8d\xb8\x16\x59\x7a\x17\x4d\x58\x33\x6c\xfe\x27\x7c\xfc\x9f\x4d\x59\x96\x63\x46\x2b\x5e\xcb\x8d\x72\x89\x32\x52\x74\x40\xd6\x61\x13\x9e\x60\xf8\x92\xf0\x8c\x26\xbb\xbe\x59\x40\x8f\xd5\x11\x8b\x1b\x52\x02\x48\xe4\xee\x50\x38\x8c\x00\x87\x46\x7c\xc8\x04\xa9\x2c\x63\x2e\x4e\x46\x23\xaa\xe0\x8c\x08\xf7\x04\xc9\x51\x06\x7f\x3e\xa7\x63\xb3\xac\x5b\xc5\x48\x95\x06\x59\x52\xa8\x3d\xc4\x78\xb3\x2d\x38\x88\x02\xf4\xb2\x51\x35\x23\x2a\x5b\x67\x6c\xe3\x92\xa6\x5a\x5c\x75\xc5\x17\xc4\x76\x5d\x08\xe5\x82\xb3\x7f\x4e\xc7\x01\x1b\x76\x46\xeb\x86\x0f\x16\x1e\xd0\x74\xe0\xe3\x9f\xd3\x31\x65\xa0\x15\xef\x16\x6f\x94\x66\x4f\xbe\xeb\x8e\x44\x0b\xa7\x9c\x65\xf2\xb9\x37\x52\xee\x6d\x3c\x7b\x38\x95\xaa\x60\x03\x25\x6f\xea\xbf\xb7\x0e\x05\x9e\xda\xa1\xa2\x34\x59\xad\x1e\xd7\x0d\x0e\xb3\x49\xcd\x06\xa3\x0c\xe0\x61\x18\x88\x9d\x9b\xf2\xa2\xc0\x53\xe3\xcd\x57\x54\x4b\x87\xba\x6f\x4e\x96\xa6\xdc\x59\x8f\x08\x33\x5c\xf7\x5a\x22\x56\x99\x38\x47\x8c\x23\x71\xbe\x32\x05\x9e\xab\x9b\xbc\xa2\x9d\xc3\x08\x96\x20\x2f\xe8\x4c\x41\x3f\x34\xea\x6d\xbe\x24\x71\x18\x70\x62\x00\x24\x8a\xf2\xb3\xf0\x0c\x31\xe3\xae\xa4\x84\xc1\x1d\xdf\x02\xca\x68\x72\x15\x45\xf0\xb8\xdd\x4e\xde\x32\x83\x76\x12\x4d\x91\x46\x9b\x20\x49\x61\x34\xa6\x79\xd5\x30\x11\x13\x21\xc8\x16\xc2\x64\x35\x2a\xef\x8d\xa7\x94\xcc\xd1\x21\x7c\x5d\x88\xaa\x40\xcc\xa9\x06\x18\x79\x14\x8f\xc1\xa5\xc5\x9b\x2e\xcd\x6e\xb1\x05\xc0\x5f\x33\x77\x6b\x5f\xbc\x2b\xc1\xc7\x4e\xc8\xa4\xf4\x3c\x25\x93\x61\x38\xa2\x53\x10\xc7\xe2\x10\x0c\x1a\x69\x21\xca\xea\xd3\x96\x23\x96\x7e\xbe\x91\x5c\x63\x22\x5f\x37\x01\x15\x10\x5f\x7d\x09\xdb\xe2\x60\x8d\x27\x41\x84\x37\xab\xa4\x94\x0a\xc6\x5a\xb4\x6b\xb5\xe2\x00\xe2\x81\xf1\x9a\x30\x6f\x1e\x66\xdf\xea\x76\x68\x25\x07\x94\x31\xbc\x07\xb5\xa9\x88\x91\x09\x0e\x10\xf3\xae\xaf\x61\xbc\xae\xaf\xe9\x84\x84\xb0\xbe\x56\x2b\xc4\xc4\xc0\xd4\xb4\x0b\xa2\x01\x6e\x93\x3b\xee\x30\x61\xa2\x75\x21\x88\x55\x9b\xcd\x7b\x54\x1b\x68\xc0\xd6\x6b\xf2\x80\x6e\xed\x03\x8c\xf5\x30\x4c\xb7\x0a\x54\x84\x79\xef\xed\x03\x17\x15\x8b\x11\x8e\x60\xb4\x6c\x5d\x40\x40\xd2\x28\x90\x06\x00\x9b\x50\xab\xf7\x55\x7c\x19\xc1\xcd\x6e\x51\xae\x3f\xc0\x42\x96\xd0\x0b\xa5\x6e\xc2\x51\x86\x07\x61\x10\x02\xa1\xa2\xba\x2d\xdb\x7c\x0c\x7c\x5b\x19\x40\x9a\x0f\xc0\x88\xe2\x41\x0c\xd2\x5d\x79\x70\x1d\x72\xf7\x84\x0c\x49\xee\xcc\x81\x72\x33\x8b\x09\xb7\x6b\x0a\x1b\x39\x62\x90\xbe\xb1\x87\xbc\x86\x3e\x2d\x3c\xa3\x4c\x46\xd8\xe0\x3a\xc4\x5b\xb1\x54\x33\x76\xc7\xb2\x9c\x21\x6c\xb0\xa3\x9a\x99\x66\x06\xbc\x80\x3d\x52\x98\xd6\xde\x22\x5d\x20\x09\x6b\x24\x4b\xd4\xfa\x6c\xb5\xe4\x13\x92\x19\x7e\x90\xad\xcd\x4b\xcd\x00\xb2\xb5\x68\xae\xbc\x3a\xa2\xe7\xe4\xd4\xa2\xad\x47\x6b\xd5\x04\xa7\x04\xd8\x63\xd5\xc4\x41\xc5\x8b\x63\x77\x3a\xf6\x1e\x30\x11\xf5\x1b\xce\x6f\x2a\x72\x9d\xf8\x69\x07\xbd\x33\x2c\x0a\x1e\x4a\x5b\x14\x24\x55\xb6\x4c\x91\x64\x09\x26\xd5\xad\x45\xf3\xf3\x7b\x4c\x5a\x0c\x97\xec\xc1\x81\xc1\x3b\x5c\x4a\x2f\x06\xe9\xd2\xc8\x9a\xf2\xce\x1f\xbb\xae\xe2\xca\x6d\x5e\xa0\xa1\x69\xdf\x06\x3e\xd2\xbb\xf5\x9a\xe4\x3c\x5d\x04\xa5\x3b\x21\xd3\x99\x8e\xf2\xbb\xa8\x34\x6e\xd8\x19\x59\xdb\x55\x59\x66\x61\x52\x66\x91\x27\x55\x66\x4b\x1f\x72\x47\xba\x0b\xe3\x35\xd9\x38\xab\xd6\x4e\x02\x40\x87\xa9\x82\x94\x56\x46\xa4\x37\x2c\x11\xde\x36\xfa\x09\xd5\xfe\xaa\x4f\x64\x30\xba\x46\xa4\xc9\x48\xf2\xac\xe0\xd2\x6a\x25\x06\x11\x36\xaa\x76\xba\xc0\xb7\x8a\xde\xd1\xce\xf1\xce\x4e\xa4\xa1\x9d\xab\xa3\x13\x8d\x48\x48\xd3\xea\x08\xc1\x56\x2d\xf8\x86\x27\x37\x6f\x5c\xc8\xdb\x2c\x99\x38\x0a\x15\x5a\xbe\x7b\x4b\x0d\x15\x9a\x70\x61\x72\x72\x53\xe2\x68\xf9\xc5\xc1\x64\x69\x25\x17\xc2\x8b\x2c\x2b\x77\xdd\x65\x99\xa0\xdf\xa6\x46\xf6\x29\x2a\x2f\xd2\xc0\x5e\xa6\x92\xbf\x28\xd4\xfe\xc2\x4a\x5d\x6b\x35\x46\xfe\xea\xba\xd6\x1a\x74\xac\xb5\xdc\x54\xfe\xf0\xec\xa1\x99\xf3\x90\x83\x7e\xbf\x79\x1f\xf1\x59\xba\xe4\x4d\xf8\xbc\x99\x66\x4d\xd5\x02\xe7\x77\x34\x78\xbd\x5e\x13\xa9\xf7\xa8\x58\x1e\x15\x01\x8e\xb7\xce\x7c\x22\x67\xbe\xd0\xaf\x55\x66\x3e\x19\x49\xa4\xd0\x8d\x59\x34\x8b\x33\x2a\x4f\x94\x0a\x8b\x09\x8d\x8f\xec\x66\x2a\xd2\x8a\x24\x94\xec\x7a\x2d\x76\x1b\x07\x7e\xc3\x22\x5b\xad\x1c\xad\x3e\x81\x67\xec\xba\x16\xed\xb8\x2e\x7f\x4b\xed\x5e\xc3\x56\x25\x38\x91\xde\xa7\xd2\x81\x4d\x9f\xc1\xe3\xba\x51\x5e\x44\x4c\x2d\x1f\x4e\xd2\x01\xda\xc6\xbd\xa4\x74\x65\x55\x23\x24\x7d\x78\xa3\x75\x33\x28\xc4\x6b\xa2\x1f\x36\x0d\x9f\x5f\xc0\x35\xac\x3e\x7b\xd2\x9d\xb5\xdc\x71\x48\x1c\x14\xcd\x81\x6f\x03\x4b\xdd\xa5\x72\x20\xc3\x7d\xa8\xe1\xbc\x4c\x9e\x9c\xec\xde\x99\x33\xa3\x29\x50\x2e\xce\xc0\x52\x79\x31\xa5\x84\xe2\x8a\x99\xca\x7c\x1c\x93\x78\x4d\xa6\x51\x12\xe5\xb3\x2d\x88\x10\x5b\xc9\x8a\x4b\xb2\x32\xa7\xe4\x2a\x59\x71\x20\xab\xcc\x3e\x9f\xd8\x9e\x40\xa5\x11\xcf\xac\x79\x25\x99\x39\xc0\x60\x72\x8f\x32\xd1\xc4\xba\xc8\xaa\x7f\x60\x13\x25\x0d\x42\xf3\xd4\x76\x9e\x6d\xdd\x2a\x12\x4b\xaf\xa2\x4f\xaa\xa2\x95\x06\x86\x66\xbd\xde\xe0\x0b\x51\x2c\xf6\xd5\x58\x71\x82\x90\x73\x36\x5f\xc0\x55\xb1\xde\x70\x41\xcd\x18\x54\x75\xd3\xf6\x50\x99\xad\xf9\x51\x1f\x36\x83\x73\x08\x53\x65\xce\xc3\x01\x27\xea\xfc\x1b\x64\x6b\x62\xf4\xb9\x16\xa5\xe8\xa9\xb7\x77\x0f\x31\xb6\x6c\x8d\x36\xb4\x40\x7c\x60\x6e\x2d\x82\xc7\xb5\x8e\x71\x73\xab\xa5\xab\x8b\x65\xc2\xa3\x39\xa3\x59\xa1\x60\x34\xd2\xa1\x93\x81\x62\xad\x9a\xb7\x49\x9b\x99\x83\x11\x04\x1d\x7e\x5c\x8f\xc4\x3f\x04\xce\xb2\xd6\x2e\xde\xd8\x7d\xd3\x6a\x34\xdf\x34\xff\x2b\xbd\x63\xd9\x5d\xc4\xee\x9b\xcd\xd3\xf9\x0d\xcb\x9a\x3b\xcd\xbf\x84\x77\xe1\x25\xd8\x0d\x35\xdf\x2f\x16\x71\x34\x86\x9b\xe0\xe6\xc7\x2c\x9c\xb3\xfb\x34\xfb\x06\x9f\x8d\xd3\xc5\x43\x16\xdd\xce\x78\xf3\xc4\xfc\xea\x76\x7c\x7f\xa7\xdb\xf1\x8f\x9a\x57\x51\x3c\x61\xcd\x4f\xc9\xd8\x6b\x86\xc9\xa4\x29\x96\x64\x16\xdd\x2c\x79\x9a\xe5\xe2\x6b\xeb\xbf\xaf\x69\x26\x4a\xcf\x4b\xc5\x74\xf6\x45\x31\x7e\xf3\x92\x67\xe9\x8d\x2c\xe7\x45\x9f\x1d\xca\xcf\x44\xab\x55\xed\xef\xe3\xb8\x09\xaf\xf3\xa6\x90\xe6\xb2\x3b\x36\x81\xa2\xfe\x4b\x48\x3c\x49\xce\x9a\xcd\xe6\x67\xf9\x6b\xd2\x5c\x26\x13\x96\x35\xbf\x7c\xba\x6a\xaa\x97\x95\x3a\x2f\x19\x6b\xce\x38\x5f\xe4\xc1\xee\x6e\x16\xde\x7b\xb7\x11\x9f\x2d\x6f\x04\xf9\xee\x32\x31\x74\xff\xc8\xe5\x5f\xef\x1f\xf9\xee\x3c\xcc\x39\xcb\x76\x3f\x7f\x3a\x39\x3d\xbb\x3c\x85\x1a\xef\xa4\x69\x47\xb3\xd9\xec\x79\xfe\xbe\x77\xd8\x68\xbe\xd9\x95\xf2\x93\xa0\xc1\xc6\x3c\x8c\x92\x93\x34\xe1\xc0\x2c\x84\x88\x66\x4d\x16\xac\x14\x12\x15\x92\x4d\x5a\x80\x03\x87\x94\x91\x9c\x26\xc3\x70\xd4\xc8\x57\x2b\x04\x3f\xdb\xd4\xd9\x05\xe0\x23\x67\x84\x15\x9a\x6a\x24\x32\xd8\xce\x24\x4b\x13\xbe\xb2\x21\xdf\xd2\xc7\x35\xc9\x57\xab\x32\x17\x56\x21\xd6\x07\xd6\x12\x3b\x49\x97\xf1\x04\xb4\x2e\xd3\x28\x99\x34\xe7\xe9\x64\x19\xb3\xa6\xd3\x66\x6d\xa7\x99\xb1\x7f\x2e\xa3\x8c\x4d\x9a\x37\x0f\x41\xd3\x69\x73\x09\xaa\xfd\xdc\x87\x18\x34\xf0\x85\xe3\x4a\x4c\xc5\x2a\x5c\xe4\x64\xac\x80\x80\x6f\xc2\xf1\x37\x22\xcd\x5d\xe1\xa6\x1d\xc5\xc6\xb6\x71\x42\x3b\xc7\x93\xb7\xfa\xf9\x78\xd2\x6e\x63\x47\xad\x26\xb1\x26\xe3\xe1\x64\x34\x98\x0e\x27\x23\xba\x14\x5c\x1f\x5a\x57\x4e\xe7\x01\xfc\x49\x91\x48\xb2\x4d\xd8\xec\xdb\xce\x29\x26\xcb\xb5\x23\x08\x64\x1a\x25\x70\x9d\xa4\x16\xef\x7d\x94\x4c\xd2\x7b\xd7\xb5\xde\x99\x48\xd9\x8b\x2c\x1d\xb3\x3c\x77\x5d\x73\x64\x52\x29\x23\xd1\x82\xc7\xb5\x39\x64\xc9\xad\x5f\xbd\xc4\x10\x32\x01\xb8\x07\x2c\x48\xeb\x27\x04\x59\x25\x85\x2e\xd4\x75\x51\x46\xcb\x49\xde\xf5\x75\x9c\x86\x13\x96\x0d\x50\x52\x39\x2a\xc3\xfe\x4e\xa2\xda\xd4\xfa\xdb\xba\x88\x8a\x8d\x7f\x80\x22\x98\x0d\xca\x49\x64\x66\x83\x66\x38\xd0\xe9\xc3\x91\xfd\x82\x63\x92\x0c\xd9\x88\x46\xe5\x80\xe7\xcc\xb2\x36\x63\x00\x50\x8e\xd7\xd8\x53\x10\xf8\x94\x13\xb8\x3c\xad\xcb\xfe\x43\x9a\xc6\x2c\x4c\x50\x22\x3d\x26\xad\xc7\x76\x41\xe4\x6b\xc2\xbd\x6b\x16\x7e\xbb\xce\x19\x4b\xe0\x00\xa8\xc7\x81\xaa\xf0\x9b\x10\x79\x1f\xa6\x3f\xe0\x44\xe3\x6d\x04\xc9\x1a\x07\x88\x59\xc3\xa6\x42\x7d\x12\x6e\xa7\xa9\x0f\xf1\x1a\x61\xc2\x90\xf3\x5f\xb0\xca\x77\x77\xa2\x84\xb3\x2c\x09\xe3\x7c\xf7\x26\x4b\xef\x73\x96\xed\xb0\xe4\x2e\xca\xd2\x44\xc8\xa4\xaa\x69\x64\x68\xa8\xb1\x62\x0b\x5e\xba\x53\x56\x73\x52\x89\x33\xca\x88\x73\x7d\xcd\xf2\x2f\xb0\x50\x0c\x8e\x46\xab\xb3\xc6\x84\x89\xe1\xfa\x70\xfe\x85\x32\x2f\xca\x3f\x46\x19\x9b\xa6\xdf\xe1\xf7\xc9\x2c\x4b\xe7\x8c\x32\x6f\x99\xb3\xec\xfd\xad\x38\x84\x32\x6f\x16\xe5\x3c\xcd\x1e\x28\xf3\xe2\x54\x72\x73\xca\x3c\x49\xba\x6a\x7b\x52\xe7\xa7\x8d\xcd\x29\x67\xf1\xd4\x75\x55\x44\x18\xf9\x20\xfe\xf5\x64\x83\x29\xa5\xc6\x53\xa1\x66\x01\xfc\xa2\x16\x07\x7c\x51\x8e\x2a\xa5\x5f\x6d\x54\x38\x49\xc7\x60\xaa\x60\x2a\x2d\x12\xa0\x18\xfd\x48\xed\x37\x1b\xa5\xe8\x6e\x9a\x52\x8a\x04\x28\xc5\x0c\x83\xfd\x66\xa3\x14\x35\x6c\xa6\x10\xf3\x0c\x65\xe8\x41\xb5\xd2\x37\x4a\x48\xc2\xbb\xe8\x56\xec\xcc\xa6\x0c\x2b\x05\x4a\x31\xcf\xb4\xf4\xce\x91\xae\xbe\x35\x25\x15\x13\xdb\x30\x44\xc0\x15\xea\x2d\x1f\x88\x32\x03\x51\x55\xc3\x4c\x70\xd6\x50\xa7\x96\x41\xa9\xeb\x3a\x97\x19\x8a\x44\x5d\x09\xa8\x7c\xaa\x53\x3a\x9b\xee\x6d\xa4\xbd\x0d\x06\xe5\xe6\x17\xcd\x0a\x9c\xcf\x0f\xc9\xf7\x26\x12\x3b\xd9\x3c\x9d\x30\xec\x34\x6c\x6a\x4c\xd5\x11\x43\xaa\x23\xf5\x72\xce\xbc\x31\x10\x2e\x60\x78\x78\x82\xfe\x43\xdc\xb0\xe8\x39\x54\x91\x14\xe0\xab\x3a\x5a\x03\x9c\x81\x38\xbe\xca\xa2\xdb\x5b\x96\x35\xec\x65\x91\x03\xb4\x49\xdd\xba\x15\x34\x99\xc6\x6c\x73\xad\x12\x9d\x79\xc2\x6e\x96\xb7\xf6\xe3\x22\x63\xe3\x90\xb3\xc9\xce\x94\x85\x7c\x99\xb1\xca\xba\x96\xcc\xf3\x5f\x5d\xdb\x9a\x2d\x5a\x6b\x33\x69\x64\xde\xe7\xf3\x1f\x7f\x3c\xbd\x80\xeb\xed\xc7\x38\xbd\x0d\x2a\x12\x82\xbe\x6b\x44\x8c\xaa\x8e\x61\x2f\x4e\x6f\x4d\xd8\x66\x63\x05\x84\xd7\xe4\x3e\xcc\x92\x97\x7c\x2f\xf2\xd5\x16\xc0\xc4\x9e\xfe\x92\x12\x20\x63\x6d\x11\x51\x32\x4d\x5f\x52\x82\xc8\x57\x5b\x00\x4c\xce\x46\x09\xc5\x1d\x80\x2a\xc1\x83\x7c\x03\xc4\x8b\x22\x21\x45\x6f\xf0\x56\x99\xc1\x8b\xea\x0d\xf3\x9c\x65\xfc\x25\x4d\x97\x39\xeb\x0a\x51\x50\x05\x11\x4d\x1a\xc5\x7c\x47\x4f\x51\x2a\x0f\xa3\x84\x65\x4f\xd0\xaa\x95\x3d\xbd\x4f\x58\x56\xfb\x66\xc9\xa3\x78\x3b\x7d\x2f\xd2\xf8\x61\x1a\xc5\x71\x0d\x55\x83\xbe\xfa\x5f\xa6\xec\x45\x16\xdd\x85\x3c\xfa\x8d\xd5\xa8\x8a\xd9\xb0\x33\x22\x09\xbd\x51\x87\xc5\xc4\x68\x68\x34\x63\xd2\xf8\x1e\x01\xc0\xe5\x45\x22\x7b\x48\xa3\xa1\x6f\x22\x15\x88\x4f\x29\xea\x90\xcc\x93\x1d\xc6\x28\x6d\x3b\x81\xd3\x0e\xdb\xce\x8e\xd3\xbe\x86\x7b\x8c\x8f\xef\x4f\xae\xce\x2f\x7e\xbd\xfe\x78\x7e\x41\x99\x77\xa2\xc7\x95\x32\xef\x42\x49\x05\xf6\xb2\x4b\x6d\x05\xb8\x11\xbf\x99\xba\xb3\x36\xee\xd3\x70\xb1\x22\x24\x31\x75\xad\xa6\x0a\x92\x11\x0f\x3c\x98\x0d\xca\xe5\xdf\xd5\xaa\x50\xf9\x8e\xc3\xf1\x8c\xc9\x06\x4f\x22\x28\x3a\xcc\x1e\x30\xdc\x41\x8e\x67\x4c\xe6\x54\x65\x4e\x43\xb1\x73\x3e\x7c\x09\x93\xf0\x96\x65\x27\xdb\x3e\xac\xc9\x56\x2a\x26\xca\x3f\xb0\x9c\x67\xe9\x03\x9b\x18\x5d\xb4\x49\x8b\x92\x5b\xda\xf2\xd5\xfd\xb3\x75\xe7\x62\xe0\x6c\xbc\x38\x4d\xbf\x2d\x17\x9b\xd0\x0f\xd5\xb2\x37\x15\x76\x27\x61\x02\xa2\xbf\x90\x13\x9b\xff\xa7\x0a\xfa\xbf\x26\xe8\x1f\x9a\x7c\xc6\x9a\x30\x38\xcd\x59\x98\x37\x6f\x18\x4b\x9a\x13\x5d\x94\x53\x78\x8e\x2b\xd5\xb5\x3d\xc4\x9e\xd4\xbb\x44\xbf\x31\x8d\x37\x92\x78\xea\x53\x5a\xd5\x59\x97\xfb\xd9\x21\x13\x05\x40\x4f\x12\xa9\x39\x89\x7e\x63\x1f\x36\x3f\x9d\x21\xeb\xc2\xb4\x34\x7c\x1d\xf1\x25\xdc\x11\x6c\x86\x1d\xb7\x32\xae\x56\x56\xb8\x96\x01\x52\xb5\x12\x55\x2e\xae\x09\xa4\x2e\x88\x11\x28\x40\xac\x04\x1d\x2c\xbd\x6e\x6a\x87\x7c\x44\xc4\x29\xc0\xe4\x19\x9b\x54\x3d\x0a\xae\x6b\x7e\x22\x8c\xd7\xcf\x0d\x21\x86\xe1\x80\xb9\xf8\x94\xfc\x83\x55\x6e\x1d\x37\x18\xdd\xe3\x1a\x0f\xb9\x77\xfe\xcb\xd9\xe9\xc5\x88\x16\xb4\x4e\x18\x0c\xaa\x6c\xf0\xc7\x34\xdb\x24\x98\x6d\x4b\xe7\x35\x34\x54\x94\xff\x42\x3a\xb2\x54\x53\xb5\x9d\x97\xb1\x73\x54\x48\x04\xd7\x6d\xc9\xeb\xcf\x7c\x11\x8e\x59\x71\x28\x33\x5f\xb2\xef\x8b\x30\x99\x7c\x4e\xc7\x61\xfc\x19\xa8\x19\x3a\x57\xd8\x89\x28\x67\x1f\xc2\x30\xe8\x7d\x2c\x03\xa9\xd0\x76\x65\x6d\xf9\x2d\x4a\x59\x51\xec\x2d\xe3\xe7\x0b\x75\xab\xe8\xe4\x51\x72\x1b\x33\x9e\x26\x8e\x75\x45\x9f\xbf\xf8\x73\x69\xd0\xc9\xa3\x90\x33\xbb\x00\x63\xdc\xb6\x79\x94\xd4\xb2\x22\x0c\x45\x56\x0c\x45\x56\x1a\x8a\xc4\xae\x71\x73\x1c\x44\xd9\x3a\xe8\x70\x4b\x1c\x4a\x4d\x37\xf4\xb9\x52\x53\x6a\x52\xd6\x49\x44\x26\x7c\xd6\xba\x6a\x16\x5a\xb1\x5c\x8d\x2d\x73\xc3\x22\xf4\x99\xfa\x1c\xc2\xa6\xd5\x5a\x9f\x8a\x8d\xc1\x0c\x49\xc3\x1a\x41\xab\x8d\xae\x0b\x29\x89\xeb\xca\x79\x72\x5d\x39\xe0\xd2\x4c\x30\xc1\x5a\xf7\x5e\xac\x36\x1a\xe9\xd3\x74\xe9\x36\xb7\xe0\x36\xae\x5b\x73\x4d\x9f\x16\x4b\x34\x2d\x96\x28\x49\xd7\x2f\x6b\x3d\x89\xec\x46\xdb\x7d\x49\x5c\x57\x0e\x7c\xb4\x5a\xc9\x2e\x6c\xf6\x41\x8f\x73\xd1\xf0\x7f\x75\xcc\xac\xf1\x6a\x95\x2b\x2b\xeb\x94\x5e\xd5\x1d\xd9\x8f\x64\xb5\x92\xfd\xd1\x55\x00\x2e\x8b\xe8\x57\x4d\x7f\xe2\x30\xcf\x1b\x9b\xac\xc3\xe8\x9e\x64\x87\x9b\x8a\x79\x38\x50\x44\x22\x23\x17\x15\x2b\x24\x2e\xb7\x74\x1b\xf3\x2d\x11\xef\x86\xbc\x62\xad\x11\x6d\x76\xc7\x71\x85\xde\x1f\xb5\x98\x21\xda\x3a\x87\x00\x77\x59\x01\x1f\xb8\x95\xeb\xd3\x94\xa4\x56\x73\xc7\x9b\x03\xab\x78\x77\xde\x30\xab\x23\x81\x83\x83\xfd\x0e\x16\x7c\x71\xa1\xd9\x39\x8e\xde\x9a\xdb\xf6\x48\x3b\x7c\xa4\x94\x0f\xa3\x11\xc9\x69\x6a\x70\x4c\x49\x4c\x53\x0f\xe0\xd9\xa6\x11\xcb\xc8\x58\x3c\x01\xa3\x68\x24\xc3\x7c\x44\xc7\x03\xc1\x60\x62\xa2\x83\xd4\x8c\xd7\x38\x80\x14\x2c\x04\xb3\xfc\xc3\x43\x12\xce\xa3\xb1\xe0\xa8\xc5\x13\x6d\x85\x90\xc3\x9e\x84\x69\x79\x47\xd4\x83\x49\x92\x92\x24\x38\xec\x8c\x36\x6c\xc8\x4b\xa3\xf1\x58\x74\x58\xdb\xef\x98\x6a\x83\x96\xbf\xde\x08\x73\xc5\x5d\x77\xac\x20\x2f\x89\x49\xcc\x64\x22\xa0\x98\x27\x40\x76\x82\xd5\x5e\x3d\x2c\x98\xd9\x27\x73\xc0\xea\x14\xc9\x56\x12\xb7\xcd\x55\x27\x15\x47\x2f\xc9\x41\x48\xa6\x75\x72\xdf\xd8\x83\xf8\x82\x24\x80\xa9\xa3\x61\xd5\x8f\x13\x3d\x17\x11\xe5\xc3\x6c\x98\x8c\x46\x8d\xa8\x60\x1e\x51\xc1\x3c\xac\xc1\x9b\x81\x23\xda\x36\x09\x53\x69\xfd\x5e\x26\x55\x4a\x65\x9d\x2d\x2b\xa7\xca\xca\x58\x10\xad\x42\x48\x68\x94\x25\xeb\x05\xe4\x98\x6f\x97\x9e\x25\x33\x57\x77\x53\x46\x06\xb7\xe5\x65\xa6\x64\x09\x99\x47\x2c\x6b\xca\x95\x2c\xbc\x8c\x63\x30\x9c\x52\x2f\xcd\x1e\x3e\x81\xd4\x44\xdd\xd9\x85\x13\x76\xa5\xcd\x58\x6c\x2b\x0a\x6b\x01\xa8\x64\x80\x2e\x2a\x44\x23\xbc\xd6\x34\xb7\x21\x02\x67\x4f\x58\xc6\x58\x28\x78\xd5\xfa\xf5\x7d\x50\xa9\x4d\xe5\xce\x17\xcc\x62\x1e\x7e\x33\x99\x50\xd1\xfb\x72\xdf\x31\xde\xec\xe5\x9a\x64\x8a\x9f\xd3\x3a\x7b\x89\xa2\xaa\x97\x49\x59\x92\x51\x8a\x37\xda\x31\x24\x7f\x81\x9c\xd5\x44\x0f\xe9\x52\xdf\xbc\xb1\x49\x93\xa7\xba\x24\xa7\x5d\xea\x41\xdb\xc1\x65\x99\xcc\x62\x5a\x15\x93\x5f\xb9\x90\xab\xdd\xa8\x9b\x7c\x0c\x3e\x33\x56\x49\x19\x4d\x49\x52\xe2\x3a\x55\x1a\x48\xe5\x74\x87\x34\x2b\xf1\x66\xe6\xba\x28\x14\x8b\x21\x12\xa7\xf8\xe8\x36\xc1\xe8\x71\x0d\xe2\x1c\x26\xad\x62\x56\xd4\x80\x6f\x0e\xe3\xc7\x30\x8a\x4b\xdd\x0f\x13\x33\x8e\xcd\x74\xda\xfc\x4f\x35\x1c\xe5\xf6\xb7\x9d\xff\xf4\x9a\x5f\xd2\x9c\x37\xe3\xe8\x1b\x8b\x1f\xe0\xab\xb9\x64\xbc\xf1\x43\x53\xa9\xbd\x9a\x50\x75\x33\xcd\x64\xa1\x32\xca\x87\xba\x4f\x91\x6a\x01\xcf\xc1\x8d\x3a\x8f\xae\xa2\xdd\xd7\x51\x12\xf1\x8f\x72\xfd\x0f\xb6\xa4\xcb\x23\x4a\x50\x1a\x14\xf3\x3b\x5c\xad\x6a\x06\x28\xc4\x98\xa0\x0e\x01\xd3\xbf\x73\x41\x22\x18\x85\xd6\xaa\x56\x21\x8b\x73\xba\x31\x82\xa8\xb8\x7a\x91\xcb\x51\xad\x45\x92\x4b\xf1\x99\xdc\xd1\xdd\xbf\x0f\xff\x1e\x8c\xda\x01\xfc\xfb\xa7\x5d\xf2\xb0\x8d\xbd\x58\x92\xad\x98\x46\x56\x9c\x2f\xa6\xfa\x9a\x82\x99\x9f\xf6\x81\x5c\xed\xd3\x72\xbb\x91\x3f\xcb\xaf\x61\x89\x86\x92\x70\x36\x18\x25\x2b\x67\x28\x1d\xbc\xaf\x79\x69\xab\xd8\xc6\x92\xb5\x0f\xc3\xcb\xf2\xc5\x85\xd0\x2d\x79\x77\xdd\xdd\x8e\xcc\x6a\xc8\xec\x29\x26\xaf\xf2\xaa\xae\xbf\x20\xe7\x34\x8c\xe2\x4b\xc6\x61\x23\xb8\x64\x8a\x3d\x5f\xa7\x8b\x17\xb4\x1d\x4c\x42\x9f\xcc\xb8\xd6\xbb\xe4\x06\x17\xe6\xd6\x9e\x51\xe7\xa2\xc0\xee\x9b\xa9\x89\x74\x45\xb8\x9a\x16\x96\x6d\xde\x72\x6d\x3d\x00\x95\x96\xa6\x38\x1b\x96\x3a\xec\xc9\x13\x37\x4a\x70\x0d\x61\x0c\x93\x11\xad\x0c\x85\x48\xca\x44\x4b\x96\x49\x4d\x5b\xb4\x02\x6c\x5b\xa5\x2f\x9a\x66\x6d\x2e\xbe\xd9\x1c\x3e\x2a\xbd\x2c\x4d\xef\xc6\x4b\xdd\x60\x3e\x22\xb5\x3d\xe6\x6a\x40\xa1\x88\x2a\x1c\xb8\x42\xc5\xba\xb5\xb4\x0c\x15\xfd\x4c\x49\x1c\x55\x57\x22\xa5\x85\x09\x42\xaa\x3e\x6b\xeb\x44\xac\x2b\x54\x9a\xd4\xcc\xd2\xa4\x1a\xae\x91\xac\xc1\xf4\x3f\x1f\x67\xd1\x0d\xab\x25\x0b\xab\x3a\xbd\xba\x95\x81\x95\x7e\x54\x7a\x29\x8d\x9b\x12\xa5\xc9\xe0\x99\xf7\x88\xe1\xa0\xae\x1f\x83\xd2\x93\x69\x97\xc8\xce\x44\x43\xcd\xb8\x7c\xd4\xc2\xcc\xef\x6c\xb1\x29\x68\xb0\x25\xfd\x85\x2d\xdc\x68\xd0\x66\x53\xb7\x3b\x68\x95\xb9\xcb\x90\x8d\x0c\x48\xd5\xc6\x9b\x0a\x95\x5b\xb5\x01\x65\xd9\xc2\x4f\x85\xbc\x5e\x31\x28\x76\x29\x83\xed\xaf\xa0\xdc\x97\x0c\xce\xe6\x47\xcc\x08\x82\x08\xda\x5d\xbe\xbd\x56\x5a\xae\x96\xd2\x69\xfd\x2c\x36\x68\xbb\xa7\xfa\x14\xad\xc5\x1f\xd7\x2d\xd4\x4e\x95\x65\xa3\x5f\x88\x53\x01\xe4\xb3\x14\x31\x4a\x51\xbd\x55\x57\x52\x3d\xd9\xb0\xe2\x20\x6a\x4e\x67\x19\x31\x05\x06\xc9\xba\xa4\x21\x2c\xad\x5d\x80\xca\x23\xdc\x53\x0c\xe2\x63\x9a\x89\xc3\x0f\xad\x9a\x8b\x54\x58\x3b\x4c\xb8\xf8\xcc\xe8\xa5\x6a\xbe\x2c\xf1\xbf\xca\xd7\x8d\x0d\xd9\x7a\x2b\xdf\xe0\xe5\x94\xcd\x2a\x01\xca\x9e\x5b\x9d\xa8\xe3\x5f\x5b\xb9\xb0\xe6\x8c\xd9\x46\x8f\x5e\xc2\xca\x4d\x08\xad\x82\xc1\x6e\x74\x2d\xdb\xda\xb5\x6c\x6b\xd7\xa0\x4f\x59\xa9\x3d\xdb\x7b\x65\x2a\x67\x65\xd5\x45\x66\x89\x75\xd9\x90\x8f\x8c\x45\xbd\x68\xa5\x56\x81\xd4\x1d\xb9\x51\x56\x33\x69\xc9\x08\x57\xca\x1b\x88\x7f\x5e\xb2\xce\x0a\xed\x25\x2c\x32\x85\x03\x48\xa4\x6b\x54\x8d\x42\x5a\x9b\xef\x95\x1b\x77\x8c\xea\x44\x2e\x9b\x2b\x6d\xbc\xa1\xc3\x11\xc6\xd2\x31\xe1\x51\xab\x39\x02\x4e\x8c\x92\x23\x00\xc0\x07\x5e\x9c\x1b\xb6\xb8\xb7\x57\xe6\x5d\x2a\x28\x77\x7c\x30\x0b\xd5\xa1\xe8\x44\x2b\x4b\xc6\x99\xa5\xd6\x28\xcd\x43\xc3\xb2\x20\xb6\xe9\x48\xf7\xad\x10\x11\x87\x51\xd1\xaf\x52\xea\xb3\x7d\x4a\x64\x9f\xbe\x25\xe9\x7d\x52\xb7\x2a\xad\xa8\x10\x24\xdd\x26\xcd\x85\x65\xe5\xc5\x86\xf8\x81\x21\x74\x59\xfe\x56\x47\x9c\x3a\xce\xb5\x36\x63\x49\xc3\x61\x3e\x6a\x2c\xcb\x93\xa7\x64\xf6\x74\xb8\x84\x38\x24\xeb\x1a\xae\xff\xc4\x9a\xb7\xfb\x02\x4b\xe3\x25\xbb\x85\xfd\x11\xc8\x1f\xdb\x5f\x43\x99\xd5\x33\x0f\x27\xa9\x62\x8e\x15\x56\x5f\xb7\x61\xde\x49\x7c\x0f\x29\x98\x96\x74\x45\x5b\x39\x62\x64\x53\xaa\x0e\xe7\x5d\x1d\x8c\xd2\x42\xb7\x17\x94\xa5\x8c\x62\x5a\xfe\x92\x6b\x1e\x71\x5a\x46\x80\xd6\x61\xa1\xb3\xc2\x79\x57\xb3\xba\xb2\xa6\xeb\x49\xe6\xfd\xe9\x5f\x6a\x6e\x45\xa5\xf6\x7b\x9b\xbc\x71\x2b\xf1\xfb\x85\x89\x8d\xa2\x06\xdb\x6e\x25\xd8\xa6\xac\x0e\x17\xd5\x7c\xd4\x48\x57\x2b\x24\x7f\xd6\x49\xef\xc6\x3f\x6c\xb5\xca\x48\x4e\xd3\xaa\xb1\x66\x6e\x42\xe4\x2b\x73\x4e\xf6\x44\xf3\x14\xd8\xad\x71\x73\x1c\x86\x23\xba\xdc\xba\xaf\x6f\x15\x37\x2c\x49\xe3\x45\x32\x52\xfd\x7d\x18\x7c\x59\xbd\x00\xbb\xad\x30\xcd\xb2\xbe\x67\xb5\x7a\xfa\xe6\x69\xeb\x85\x13\x4c\x02\x49\xc5\x34\x94\xce\x38\x95\x5b\xa6\x54\x0f\x66\x0a\xb7\x5c\xac\x38\xe3\xcc\xc2\x1c\x15\x97\x09\xcc\xa2\x08\x14\xd9\x43\xae\xa5\xa8\x04\x5b\xb6\x97\x91\xc9\x55\x3e\x0b\xda\x59\x06\x56\x65\xe1\x64\x82\x12\x21\x48\x56\x1b\x4b\x23\x12\xad\xd7\x96\x3d\xc2\x03\x4c\xfa\xcd\x36\x0e\x7c\x4d\x91\xe3\xb4\x21\x76\x60\x16\x26\x93\x74\x8e\x70\xfb\x43\xc8\x99\x97\xa4\xf7\x08\x8b\xb3\x13\xc4\x55\x41\x8e\x27\xa3\xce\x6d\xb3\x31\x79\xd2\x7a\xf1\x8f\xb4\x88\xb2\x1c\xb4\x2c\x17\x46\xd7\x65\x55\xb3\xc2\x81\xf6\xb8\x5d\xff\x0e\x53\x93\x5b\xc6\xab\x2b\xdf\xf2\x05\x93\x07\xb9\x35\x61\x5e\xbe\x99\x8f\xe1\x47\x9d\x83\x82\x7b\xe9\x2d\xe3\xa7\x67\x3f\xd7\x14\x04\xfe\xa1\xe2\x15\x78\xdc\x72\xe9\x62\x72\x1b\xa7\x37\x61\x6c\x9b\x91\x08\xaa\x4c\x10\x8a\x36\x0d\x2c\x65\x5e\xd7\x95\x7f\xb1\x85\xf0\x1f\x79\x49\x3a\x01\x98\xb2\x41\xa4\x91\x4c\x57\xab\x64\xd3\x81\xa0\x30\xcb\xac\x7f\xaf\x6d\x94\xe5\x5f\xbc\x5a\xd5\xd9\xcf\x59\xe6\xe7\xae\x6b\x3d\xac\x56\x09\xbb\x6f\x5a\x1e\x07\x85\xdc\xe2\x60\x84\x1b\xa6\xb7\xda\xae\xaf\x96\xcd\x5a\x3c\xfb\x31\x9a\x4b\x5f\x07\x46\xb4\xd7\x03\x23\x72\xac\x03\xb6\x0e\xcc\x6b\xee\xa9\x5f\xab\x55\x91\xd3\x78\x4a\x88\x44\xf5\x11\x57\x33\xb5\x5a\xb1\xf5\x1a\xa5\x24\x95\xc6\xd2\xa2\x69\x7a\x4a\xb4\xf5\xe0\xe3\xe9\xd9\xfb\x1f\x3e\x9f\x5e\x9f\x7f\xbd\xfa\x74\x7e\xf6\xfe\xf3\xf5\xc7\xd3\xf7\x57\x3f\x5d\x9c\x5e\x06\x2d\x9f\x9c\xfe\xcf\xd5\xe9\xd9\x87\xeb\xaf\x17\xe7\x57\xe7\x57\xbf\x7e\x3d\xbd\x0c\x1e\x15\xac\x5b\x87\xe8\xfe\x8b\xdf\xf2\xd4\x27\xa8\x8c\x7c\x3e\xff\xf1\xfa\xf2\xea\xfd\xc9\x5f\xaf\x2e\xde\x9f\x9c\x5e\x9f\x9f\x5d\x7f\x38\xfd\x7a\x71\x7a\xf2\x5e\x14\x2f\xf2\x8a\x0c\x3f\x9f\x5e\x5c\xaa\xc7\x8b\xf7\x9f\x2e\x37\xb3\xf9\xe4\xf2\xea\xe2\xa7\x13\xd1\x10\xa8\xfe\xe3\xa7\xcf\xa7\x22\xf5\xfa\xfd\xd7\xaf\x9f\x3f\xc9\x5c\xd7\x57\xa7\x5f\xbe\x7e\x7e\x7f\x75\x7a\xfd\xcb\xc5\xfb\xaf\x5f\x4f\x2f\x44\x71\x45\xe2\xf9\xd9\xe7\x5f\xaf\x7f\xfc\xfc\xe9\xcb\x97\xd3\x8b\xeb\x93\xf3\x2f\x5f\xcf\xcf\x4e\xcf\xae\xa0\x5b\xd7\x1f\x4e\x7f\xf8\xe9\xc7\xeb\x8b\xd3\xb3\x0f\xa7\x17\xd7\x57\x17\xa7\xb2\xec\xbf\xfc\xf7\x4f\xa7\x17\xbf\x5e\x7f\x3a\xbb\x3a\xfd\xf1\xc2\xb4\xf7\xfa\xc3\xe9\xc7\xf7\x3f\x7d\xbe\xba\x7e\x7f\xf9\xeb\xd9\xc9\xf5\xf9\x0f\x97\xa7\x17\xa2\xfd\xf0\xc9\xc5\xa9\x2a\xe4\xf3\xf9\xf9\xd7\xeb\xcf\x9f\xbe\x7c\xba\x0a\x7c\xd6\x23\xa7\x5f\x7e\x80\xc4\xf7\x1f\xae\xff\x7c\x7e\xfe\xd7\xcb\xe0\x71\x4d\xcc\xc0\x3e\xae\xd7\x0d\xb9\x42\xf4\xd6\xa5\xe6\xe7\xf4\xec\xe7\x42\x19\xb4\x74\x5d\x04\x6f\xce\x7e\xb6\xbc\x54\xe4\xdd\xc5\x06\x3d\x33\x73\x4c\xb2\x65\x54\xe9\x0a\x0c\xa8\x1f\x65\x18\x2e\x80\xd0\x76\x36\x66\xd7\x91\x37\x7d\x4e\xb5\xf5\x90\xae\x77\x26\x38\xa6\x01\x7a\x79\x32\xc8\x65\x68\x3d\x51\xad\x38\xcd\xb4\x7c\x75\xa7\x2a\xd3\x41\xd7\x2c\x8e\x4e\x6b\x2d\x0a\x6c\xd4\x58\xb9\xfa\xad\xeb\x5a\x64\xba\x16\xe1\x7c\xb3\x04\x4f\xe9\x45\xe4\x6d\xb8\x7a\x22\x99\xf7\xf1\xa7\xb3\x13\xa0\x12\x93\xf5\x1a\xbe\x15\x74\x77\x29\x9a\x58\x53\x94\xc1\x14\x50\x85\xe9\x67\x4c\xea\x72\xc3\x4a\xd0\x59\xe1\x01\x00\xaa\xd4\x0d\xb1\x4c\x6f\x3c\xd1\xe2\xf4\x5f\x6d\x65\xfa\x54\xbb\x52\x75\x83\xc3\xbc\xea\x6c\x36\xea\x46\x39\x34\xa3\x1c\x1a\xcf\xe9\xa5\xa0\x9f\x50\x4c\x4a\x58\xa5\x9f\x25\xd6\x10\x40\xe1\x70\x39\x6a\x40\x95\x5e\x94\x2b\x4f\x14\x2c\x5b\x5e\xa9\x57\x9c\x5e\x62\x6f\x1a\xc5\x9c\x65\x75\x1e\xfb\x75\xb0\x0d\x00\xc0\x2e\x41\x84\x98\xa7\x17\x50\x6d\x07\xc6\xa6\x03\x63\xd3\x81\xa9\xe8\xc0\x18\x8f\xab\xad\x9f\xca\x06\xea\xf2\x86\x53\x45\xac\xe3\xe1\x74\x84\x1b\x9d\xf5\x1a\x2d\x9f\x10\x09\xb2\x2c\xcd\x76\x66\x61\x32\x89\xa3\xe4\xf6\x75\x3e\x0d\xb0\x2a\x7f\x8f\x8d\xe8\x2d\xe3\xe7\x09\xd4\x5c\x07\x50\xa0\xb6\xec\x8d\x1c\x0c\x3f\x72\xb3\x59\x7f\x50\x0e\xe4\xe7\x77\x2c\xcb\xa2\x09\xab\x29\x28\x53\x05\x6d\xcf\x2a\x26\x4b\x96\x98\x26\x70\xa9\x77\x15\x66\xb7\xac\x64\x95\x9d\x91\x04\xe2\x20\x34\x53\xd9\x1c\xbb\x9d\x82\xef\x95\x3f\x4c\xb6\x8f\xb3\x0c\xde\x90\x26\x3b\xf9\x72\x21\x86\xf6\x65\x66\xbe\x9b\x9f\xc5\xd1\xcd\xee\x24\xe4\xe1\x75\x38\x09\x17\x7c\x8b\x0d\x70\xfd\x67\xe6\x4a\xe5\x1a\x44\x3c\x53\xc2\x1f\x6e\xdf\xbe\xf5\x83\x0f\x21\x0f\xdf\xeb\x76\xdb\xa1\x4b\x5b\x1d\x52\x1f\x65\x96\x6b\xd3\xe9\xf5\x53\xe5\x1a\xc3\x85\x0f\xa2\x63\xaf\xab\x21\xb3\x6a\x78\xc5\xf4\x3d\x35\xa0\x75\x93\xaa\xdc\x3d\xea\x66\x2b\x93\x4e\x9d\xff\xaf\xfc\x0c\x68\xa6\xa4\x70\x0f\x7a\x35\x41\x8f\xfa\xd8\x03\x47\x39\x32\x0e\x93\x93\x90\x87\x71\x7a\xab\x7c\x7b\x7f\x78\x10\x32\x6a\x0d\xc0\xb4\x33\x4f\x27\x2c\x76\xe4\xb5\xb1\xc3\xd9\x7c\x11\x87\x9c\xc1\x33\x78\x19\x3f\x5d\x86\x6c\x0c\x1c\x79\xde\x63\x94\x79\x67\xfa\x14\xe8\x9d\xbd\xff\x72\x7a\xf9\xf5\xfd\xc9\xe9\x25\x26\x91\xc9\x01\x37\xff\xec\xbe\x79\xc1\x6e\x4f\xbf\x2f\x10\xdc\x41\xc3\xfd\x72\x34\x7d\xc0\x88\xe1\xb6\xf3\xa7\xc2\x94\x38\xa9\x41\xa1\xb3\x84\x89\x64\xbb\x30\x91\x48\x57\x7a\x09\xd1\x6a\x3c\x30\xc5\x11\xd3\x81\xda\x00\x46\x47\x34\x49\x42\xde\x60\x14\x62\xd7\x55\x01\x58\xa1\x4d\x93\x30\x9f\xb1\x2c\xfa\x8d\x61\x94\x98\xa3\x59\x2a\x0e\x66\x10\x54\x10\x8b\xb3\x1f\xb6\x7c\x02\x5e\xc3\x34\x36\x57\xff\xab\xdc\x04\xb2\x65\x12\xa7\xe9\xa2\x36\xeb\x9c\xf1\x30\xfe\xd7\xe8\x55\x43\xe4\xfc\x1b\xa8\x36\xa4\x69\x95\x6a\xa3\x24\xe2\x1b\xb0\x25\xd7\xf9\x72\xc1\x32\xdb\xb3\xb3\xb8\x48\xd4\x37\xb9\x31\x0b\x73\xf6\x05\xdc\xb8\xe1\x66\x3a\x05\xea\x5a\x93\x71\x1d\x17\xd1\x16\x65\x21\x97\x0e\xce\xec\x73\x34\x8f\x78\xd0\x23\xe1\x78\xcc\x16\x5c\xf4\x80\x81\x2a\x50\x70\x98\x72\xd9\x81\x29\x5b\xb0\x9e\x8f\x20\x2a\xe4\x9b\x1c\xc8\x6a\xc1\xbd\xd8\xa7\xa0\x44\xb1\x5a\xf2\x5a\xcb\x71\xe8\x94\xd2\x60\xde\x32\x5e\xe4\x46\x6a\xb1\xc8\xc2\x1a\x0c\x25\xde\x3c\x5c\xa0\x8d\xf8\x34\x09\x65\xde\x37\xb0\x37\x4a\x69\x06\x68\x95\xa6\x0c\x94\x10\x26\x11\xa1\x0c\x62\x9c\xc2\xf2\xf1\xd2\x1b\x70\xae\x2e\xb2\xca\x8c\x10\xec\x31\x15\x82\x4d\xe5\x74\xd8\x64\x08\x3f\x46\xf5\xab\x50\x2b\x04\x00\xbf\x88\x64\x95\x29\xf1\x32\x36\x4f\xef\x98\x89\x90\xb9\x2e\xe3\xc7\x94\xf3\x8a\xd6\xa9\x9c\x21\x26\xe1\x9a\x5c\x8b\x56\x5d\xa5\x27\xa2\x83\x55\x50\x99\x0d\x9f\x3b\xa6\x07\x15\x16\xee\xad\x31\x68\x01\xbb\x14\xcb\xfc\x1c\x49\x4e\x17\x38\x6d\x86\x1b\x8c\x66\x80\xe6\x21\x6a\xd0\x1a\x49\xa6\xe6\xee\x82\x8d\xd3\x6c\x92\x57\xe0\x07\x88\x42\x8a\x09\x89\x34\x8b\x21\xcb\x62\x9e\x88\xc2\xa3\xb0\xdb\x8d\x18\x26\x63\x33\xc3\xaa\x4c\x14\x43\xe8\x3f\xcb\x76\x12\x3f\x66\x10\x65\x14\x44\xca\x09\x1d\x6f\x4e\xb7\xf6\xab\x90\x93\x98\xeb\x49\x94\x25\x22\x46\xa6\x58\x08\xdd\x82\x04\x74\x12\xcc\xc8\x8c\x3e\x4e\xa2\xc9\xc9\x2c\x4c\x6e\x4b\xa0\x1d\x19\x49\x49\x58\x30\xd1\x98\x66\xc7\xf1\xdb\xac\x1d\x1e\xc7\x5a\xe3\x3f\x16\x1d\x4b\x3c\x29\xce\xbe\xe7\x58\x1a\x85\x4e\x68\xa9\x92\x31\x6e\x6c\x69\xd1\x18\x5a\xc4\xd1\x70\x32\xc2\xeb\xd4\x75\x23\x94\x91\x54\xac\x8b\x28\x8e\xab\xcd\x29\x23\x5a\x69\x22\x81\xea\xc3\xc9\x04\x64\xf7\x73\x59\x78\x86\xd1\x18\xd6\x3e\x99\x95\x30\xb7\xf1\xe3\xf2\x25\xf4\x09\x45\x4a\x9a\xdc\x28\x15\x8a\xdc\x20\xca\x12\x01\x87\x78\x4d\x38\x9a\xd4\x72\x9f\x4d\xf2\x15\x3d\x55\xa6\x7b\xff\x32\x6f\x7b\x41\xe7\xd6\x64\xc2\x38\x1b\xd7\xc8\x45\x2d\x5f\x30\xc4\x78\x39\x37\x97\xab\x4f\x72\xae\x2a\x7b\xa8\x61\x5d\xf2\xae\x8b\xa4\xf5\xf4\x1e\x6e\xd0\x7b\x5a\xa2\xf7\x5c\x8c\x02\x92\x11\xc4\xca\x3c\x4b\xe4\x53\x8b\x60\xb9\x85\x70\xb9\xf4\x6d\x43\xc9\xbb\xce\x6a\x15\xbd\xeb\x88\x13\x93\xd8\xc2\xf3\xf1\x8c\x89\x0d\xe8\x3c\x19\x33\x8c\x9c\x50\x5e\x49\x48\xf4\x17\x92\xbf\x8c\xf0\x8e\xb7\x90\x9c\x34\x8a\x23\x4b\xbc\x71\x7b\x6f\x0d\xdf\x16\xc2\x0a\x49\x44\x96\x78\xbd\x26\xa5\x9e\x6e\xdd\x0e\xec\x51\xb3\x62\xd3\x3f\x26\x12\xca\x64\x9c\x2e\x13\x1e\x40\x6d\xb7\x8c\x63\x94\x11\x47\xde\xd4\x39\x58\x4f\xb1\x46\xed\xb1\xe7\x5b\xcc\x8a\x5c\xc8\x80\xad\x57\xda\x6b\x6a\x7c\x32\xe5\xec\x16\x0d\x42\x4e\xed\x7e\x5a\x88\x68\x0c\xb0\xab\x6a\x65\x4d\xc5\x6f\x1d\x3c\x10\x59\x9e\x78\x2f\xdb\x7d\x2d\x38\x37\xb4\x34\x3f\x4f\x8c\x18\x29\x36\x44\x66\x18\x2d\xc3\xdb\xd8\xe3\x23\x6c\x86\x01\xdf\x20\x49\x18\x3e\x06\x22\x5b\xa9\x9c\xed\x87\x7e\x38\xae\x70\xd8\xb6\xe4\x16\xab\x19\x88\xfa\x74\x4d\xb6\x34\x75\x63\x3c\xe5\x68\x72\x53\x6d\xba\x45\x3c\xce\xac\x1d\xdf\xb4\xa1\x16\x80\xb9\x24\xfa\x72\x0c\x20\xbb\x35\xa2\x2f\xd3\x3d\xe0\xc3\x64\x64\x5c\x61\xe0\x42\xd4\x16\x6c\x71\x23\x93\x2c\x3c\x95\x32\x6d\x06\x04\xb2\xb1\xfd\xd5\xc9\x38\x66\x23\xa8\x09\xa0\xf4\x68\x08\xce\xb6\x04\x14\x54\xf9\xb3\x84\xf3\x2b\x93\xfb\x89\xf5\x0a\xae\xba\x3c\x19\x5a\xfe\xaf\xec\xe1\x5e\x34\xa4\x92\x5d\x27\xcb\xac\x72\x1a\x6b\xcb\xfd\x68\xbd\x92\x99\xc7\x69\x9c\x56\x17\xdb\x89\x48\x83\xd7\x56\xe7\xed\x26\x6d\x8e\xc3\xe3\xda\xca\xaa\x9b\xf3\xe4\x70\xd5\xb6\xe9\x99\x82\xa1\x61\x35\x0c\x4b\xde\xd4\x95\xb6\xdc\x9a\x5c\x56\xca\xba\x7c\x52\x09\xb7\x9e\x54\x6e\xe3\x68\x3e\xaf\xf7\x5d\x86\xbc\x3b\x37\xe1\x0d\x8b\xeb\xdc\x90\xeb\x0e\x18\x86\x71\x88\xb7\xba\xe8\x74\x31\x4e\x27\x6c\x67\x9c\xce\x17\x51\xbc\x45\xef\xa1\x4f\x26\x2f\xf0\x8b\xb6\x8e\x42\xba\x86\x8c\x4d\x59\xc6\x92\x71\xfd\xf7\x95\xf3\x91\xb9\x25\x33\x5f\x3f\x51\xf7\x76\x6f\xed\xbb\x88\xdd\xd7\x0f\x42\x0d\xe4\x48\x91\x2f\x02\xa8\x0d\x91\x06\xb7\x90\xd6\xb1\x8d\x65\x77\x91\xec\x81\x6e\x98\xe8\x78\xbd\x96\xa8\xae\xe4\xba\xeb\xbe\x9a\x43\xa1\x2e\xfc\x3e\xca\xd8\xce\x34\xcd\xe6\xa1\x28\x23\xcb\xef\x4a\x23\x9a\xa4\x93\xfa\x01\xc9\x52\x19\x5b\xc0\xbc\x13\xd3\x9a\x26\x2c\xe1\xbb\x5a\x8d\xb0\x93\x26\xf1\x43\x91\x01\xb4\x6f\xdb\x8e\x9c\x24\x24\x39\x59\x92\x98\x8c\xc9\x94\x4c\xc8\x8c\x2c\xc8\x1c\xc2\x80\xde\x92\x1b\x72\x4d\xee\xc9\x29\x39\x27\x97\xe4\x3b\x79\x5f\xa3\xc2\xfc\x56\x08\x19\x5f\x0d\xfb\x85\x03\x01\x0f\x6f\x6f\xd9\xe4\x4a\x35\xe8\x33\xa0\x85\xc5\x9f\xd3\x34\x67\x18\x0d\x1d\xd3\xe4\x60\x47\x2d\x10\xa7\x88\x92\xf1\xb5\x46\x21\xc9\xd6\x84\x15\xfe\x3b\x17\xaf\xa9\xcb\x0c\x8a\x26\xff\x60\x1e\x46\x89\x55\xdf\xc5\xb3\xf5\x5d\xfd\xa1\xf5\x5d\x3d\x5b\xdf\xc9\xef\xa9\x2f\x30\x83\x9a\xef\xd6\x8c\xea\xc9\xb3\xb5\x7e\xf9\x5d\xb5\xee\x00\x36\x67\x51\xcf\x97\x67\xeb\xf9\xc7\x1f\x52\xcf\x3f\x9e\xad\xe7\xd3\x1f\x46\x91\x9f\x9e\xad\xeb\xc3\xbf\x61\xc6\x3e\x3c\x5b\xeb\xd9\xbf\xa1\xd6\xb3\x67\x6b\xfd\xfc\x87\xae\x86\xcf\xcf\xd6\xf7\xf1\x99\x9b\xa1\xdf\xa1\x25\xd3\xad\xa2\x3f\x11\xe6\xcd\x58\xbc\x60\x19\xfd\x91\x30\x8f\xe5\xe3\x70\xc1\x4e\xbf\x2f\x32\x96\xe7\x55\x4c\x71\x4b\x0b\xd2\xb2\xb4\x20\xd1\x14\x81\x79\x06\x4f\xff\x7c\xf5\xe5\x73\x61\x1f\x23\x9f\x15\x16\xf3\x32\x8e\x0b\xd4\x49\xc7\x91\xb6\x35\x3a\xaf\x36\x9d\xc6\x0d\x46\xcd\xef\x35\x98\x48\x73\x6d\x10\x57\x40\xc6\x5b\x06\x38\x52\x3f\x9a\x71\x92\x70\x80\xef\x98\xf1\x79\x7c\x19\x4e\x19\x8d\x38\x60\xa4\x43\xb0\x37\xf1\x9c\x8a\xe7\x6b\x80\x63\xb8\x60\xc9\x84\x65\x2c\xcb\xed\x71\xff\x6f\xed\xda\x4a\x3b\xa2\x9c\x0c\xf2\x5c\x32\xce\x63\x36\xb1\xf3\xc9\x7e\xd0\xff\xe5\xae\x8b\xfe\x97\xd3\x53\x2d\xde\x88\xbf\x2c\x43\x20\xaf\x83\x94\x77\xb2\xcc\x32\x96\xf0\x8b\x65\xf2\x39\x4d\x17\x18\xe1\xd5\x2a\xf7\x6e\xc2\xf1\xb7\x9b\x65\x96\xb0\xe2\xf4\x68\x1d\x1c\x41\x81\xfe\x17\x5e\xf8\x2c\xfc\x2f\x84\x5f\x9a\x47\xb9\xbe\xb8\xd2\x34\x56\x9d\x95\x28\xab\x4a\xe3\xc5\x78\x45\xd9\x90\x8d\xd4\x6d\x56\xcd\xf7\x96\x19\x06\xe4\xa4\x70\x85\x36\x0b\xf3\xda\xba\x4c\xce\xcd\xfa\x2a\x4d\xcc\x6b\xa8\x3a\xca\x2a\xed\x28\x5b\x0a\x46\xea\x3e\x2d\x67\x7c\xb9\x38\x4d\x6e\xa3\x84\x19\x23\x27\x3b\x1f\xab\x58\x99\xa3\xe2\xf6\x80\x3c\x5a\x4e\xe3\x41\xcb\x07\x5a\xd7\x3e\x35\xc8\x11\x02\x53\xb0\x93\x2e\x79\xcc\xb8\x43\x7e\x4c\xca\x6f\x0b\x4e\xab\x73\xfc\x02\x39\x8c\x81\x65\xb5\x00\xab\xde\xcd\x8f\x2b\x5f\x2a\xd9\x2a\xd8\x99\xa4\xf3\x9d\x31\x68\x05\x84\x6c\xa4\x51\xca\x20\x22\xb8\xc9\xa1\xd2\x9e\x2a\x82\x67\x4c\xb0\x14\x85\x9a\x26\xc5\xb8\x67\x0b\x33\x7d\x85\xf3\xbc\x41\xdb\xc1\xe8\x04\x61\x4c\x7e\xae\x8c\x87\x29\x43\x49\x64\x65\x69\x72\xc1\x9f\x2c\xf1\x4a\x94\xf8\xe7\xca\xf8\x55\x33\x5d\x88\x4c\x4e\x59\x94\xb4\x6b\x91\xac\x52\x94\x51\x9d\x71\xc9\xb2\x9e\x9b\x6f\x99\x2b\x88\xd3\xb1\x43\xe6\x59\xf9\x9d\xb5\xdf\x71\xf6\x9d\xef\x4c\x65\x84\xa9\x4b\xb6\x35\xdb\x78\xc6\xc6\xdf\x6e\xd2\xef\x0e\x39\xdd\x9a\x29\x8e\x92\x6f\x3b\x3c\x75\xc8\xc5\xd6\x2c\x51\xb2\x58\x8a\xf1\xcb\xb6\x50\x9f\xb5\x3b\xa9\xac\xff\x4c\xb6\x95\x25\x5a\x1e\x66\x2c\x74\xc8\x77\x08\x59\x70\x7a\xf6\xb3\xf7\xac\xdd\xcf\x6a\xf5\xc4\xbc\x7d\x15\x53\x72\x2d\x97\x33\x2c\x44\x0b\xe4\x75\xcb\x6a\xac\x23\xd1\x5a\x92\x71\xc2\xc5\x82\x25\x93\xf3\x05\x53\xf6\x8f\x65\x42\xad\x23\xea\xca\x12\xc8\x14\xef\x76\x80\x6a\xec\xcf\xeb\x2a\xdc\x42\xce\xa2\xa6\x9b\x65\x14\x4f\x80\x80\xa4\xa1\x6d\x49\x9d\x90\xdf\x47\x7c\x3c\x43\xcc\xbb\x49\x53\xed\x49\x21\x36\x0f\x51\xf7\x97\x74\xc2\xf0\xe3\x38\xcc\x99\x28\x30\x02\xb3\x58\x27\x50\x0c\xee\xdc\x33\x69\x3f\xc8\x0a\xbc\x9b\x28\x99\x48\x4b\xcc\x06\x7c\x94\xb1\xd9\xc3\x24\x13\x3c\x43\x7f\x34\xf5\x74\x5a\x94\x26\x35\x9f\xa9\x1d\xa6\xc8\x3e\x86\x08\xab\x9b\x39\xd7\x10\xc9\x7c\x2b\xc7\x30\x5d\x76\xac\x6e\x6d\x5d\x70\xf5\x83\x5e\x94\x51\x5b\xf4\x93\x1c\xe1\x1f\xc0\x11\xb6\x97\x2d\xc4\xdb\x2b\xc3\x50\xab\x5f\x7f\x41\x18\x97\xe7\xf3\xff\x47\xde\x9f\xb6\xb7\x71\x33\xf9\xc2\xf8\x7b\x7e\x0a\xa9\x4f\x2e\xde\x8d\xbf\x20\x86\x72\xee\x33\x33\x7f\x2a\x88\x6e\x59\x8b\xa3\xc4\x96\x1c\x49\x76\x16\x3e\x3c\x9c\x16\x09\x8a\x88\x5a\x68\x06\x0d\xca\x56\xc4\xfe\xee\xcf\x85\xc2\xda\x1b\x29\xdb\xc9\xcc\x99\xeb\xc9\x8b\x58\xec\x6e\xec\x85\x42\xa1\x96\x5f\xd9\xa2\xd0\x85\x08\x73\xd1\xf6\x9a\x71\x2a\x64\x84\x85\x40\x78\x61\x30\x11\x95\xb8\xf2\x7c\xb2\x5d\x2e\xa6\x89\xa4\xed\x64\x6b\xd9\x39\xea\xb4\xd2\x9b\xe3\xf8\x4d\xf4\x66\x23\x59\x2d\xaf\xee\x04\x91\xaa\xb3\xde\xf1\xc5\x1b\xad\x45\xce\x63\xa9\x93\xd5\xb7\x35\xd2\x70\x26\x7c\x62\x73\xb1\x9d\xa0\x03\x68\xf7\x5a\x50\x7a\x14\xd4\x37\xb8\xe8\x9d\x67\x53\xda\xf0\x06\xe9\xbe\x15\x5a\xca\xd2\xbd\x7b\x93\x4c\x44\x56\x3e\xe2\x2f\xb9\x56\xfc\x69\xfe\x02\x92\xf2\x4d\x4a\x4f\x33\x41\xde\x50\x4c\x7b\x93\x64\x91\xdc\xb0\x94\x49\x46\x6b\xd1\x57\x35\x48\x28\xed\x62\xe3\xa0\x17\x48\xf4\x4d\x6f\xef\x1b\xf0\x1f\xf0\x38\xb0\xb2\xa7\xd7\xee\xfb\x2c\xbb\x43\xf8\x09\x12\xb3\xbc\x66\x33\x7a\xf4\x38\x49\xe9\x91\xf1\x4d\xcf\x07\xfe\x73\xf7\xc5\xa4\xf4\x05\xc2\x80\x60\xa0\x53\x7f\xf8\xaf\xfd\x43\x84\x7d\x43\x03\x9d\x43\x24\xa7\xf2\xc8\x32\x6a\x03\xa1\xd1\x14\x7b\xd5\x11\xe4\xa6\xe7\x98\xf3\xf8\xcd\xe1\xf9\xe1\xab\x93\xcb\xf1\xd5\xf5\xe5\xd9\xf9\xab\xf1\xeb\x8b\x8b\x1f\xdf\xbd\x6d\x40\xfc\xa4\x07\xa1\x7e\xd6\xe9\x3b\xb5\xb3\x6b\x70\x44\xec\xde\xeb\xa6\xc1\xfc\x58\x0c\x9c\xf4\x3c\x15\xf1\x93\xb1\x51\x0e\x04\xb6\xca\x95\xc1\xf6\x1e\xd6\x99\x09\x5d\x05\x51\x81\xa5\x15\xee\xd6\x8c\xc7\x92\xd5\x5c\xc4\xde\x00\x2c\x01\x26\xcb\x56\xde\xed\x06\xb5\x42\xfa\x11\x0d\xbf\x6f\x6d\xa5\x2e\xa0\x0b\xe6\xee\x4d\x36\x85\x38\xa4\xe6\xa9\x6b\x18\x05\x6d\x18\xc5\xbd\xa9\x24\x1c\x44\xb5\xe2\x73\x8e\x69\xcf\x7e\x78\x14\x52\xe0\x0f\xa2\xb2\x8c\xeb\xe5\xe7\xdf\xb9\x06\x0a\xc1\x5a\xab\x5b\x9e\x31\x57\xf4\x98\xaf\x71\x71\x72\x5b\xfd\x99\xfe\x47\x21\x77\x58\xeb\xe4\xd4\xb0\x65\x3f\xa5\x89\x6a\xd9\xb5\x6d\xb1\xfc\xca\x9c\x82\xc0\x2e\x4f\x99\xc8\xe5\x39\x28\xf3\x9e\xd9\x60\x5b\x05\x6b\x5b\x6d\x61\x4c\xcf\x6c\xb4\x95\xb1\x69\x86\x7b\x01\x32\xfd\x7b\x46\x3f\x10\xda\x3b\x3b\x7f\x7f\xf1\xe3\x09\xa1\xbd\x77\x6a\xcb\xab\x7a\x2f\xad\xf2\x97\xd0\xde\xe1\x4d\x2e\x45\x32\xa9\xef\x15\xda\x1b\xd3\x8f\x0b\x2a\x18\x68\x5e\x53\xc3\x1d\x69\x0f\x32\x1c\xab\x4b\xe0\x03\xb5\x57\x53\x78\x4a\x85\x0c\x7e\x07\x7f\xaa\x0b\xad\x71\x9c\xa5\xbd\x13\x7f\x52\x11\xda\xfb\x5e\xdf\xe4\x69\xcf\xb5\x4e\x68\xef\x35\xe3\x77\xe1\xef\x6b\xfa\x51\x1e\x0a\x9a\x98\x3f\x4f\x95\xe0\xab\x8a\x18\xf1\x96\x78\xed\x00\xc4\x9c\x1c\x65\x4b\xd5\x43\xd5\xd5\xcb\xe0\x88\x0e\x1d\x6c\xfe\x24\x4f\x00\x25\xf4\x3d\x93\x83\x3e\x86\x3f\xdf\xb0\x3c\x1f\xf4\x8b\x4e\x5b\x65\x7f\x42\xc1\x97\xa4\x7a\xce\xbf\x8e\x51\x60\xb8\x7d\xe7\x19\x0b\x58\x91\x6c\x5d\x06\x81\x04\xe9\xd0\xd9\x00\x68\x08\xd7\xb3\xa0\x71\x02\xa8\x4b\x06\xc1\xcf\x23\x0c\xa0\xa7\x3f\x7b\xae\xab\x3b\x3b\x0e\x96\xcb\xb0\xd0\x97\xa8\xc3\x89\xcf\x6d\x8c\x9f\x40\x0f\x3f\xa0\x05\xc2\x90\xf9\x1b\xf2\xcd\xe9\x04\x36\xa6\x9e\xef\x99\xdc\xd9\xf1\x78\x03\xde\x9b\x6c\x3c\x66\x53\x22\x7b\x6c\x8a\xd5\xdf\xf7\x54\x26\x3a\x1d\x62\x82\x39\x58\x9e\xbf\x27\xef\xe2\x27\x36\x1d\x44\xf3\xdf\xe7\x1f\xdf\x65\x62\x19\xe1\x9b\x34\x9b\xdc\x0d\xfe\xf1\x14\xe5\x90\x09\x3a\x8f\x06\xc3\x11\x8e\x5c\x4e\x1b\xf5\x7b\xb8\x87\x87\x2f\xfe\x03\x07\x3c\x15\x0f\x87\x2f\xbe\xc1\x7d\x3c\x1c\x8d\x46\xa0\x4d\x18\xe1\x59\x92\xe6\x74\x34\xc2\xd1\x3c\xc9\x4f\x1e\x92\x34\x1a\xc0\x93\xe2\x1f\x58\xb5\x3f\x78\xd2\xb0\x30\xe0\x82\x14\x2d\x92\xc9\x5d\x72\x4b\xf3\xaf\xdb\x4d\x34\x29\xbb\x71\x3a\xf6\xfc\x6b\x25\xb1\xf5\xe6\x37\x79\xa4\x2d\x3d\x25\xea\xf8\x1e\xe6\xf3\xbd\x5a\xb6\xa4\xa7\x07\x81\xe2\xe8\xf2\x44\x9d\x74\xef\xae\x4f\xc6\xd7\x87\xaf\x0c\xbe\xcf\x1f\x24\xeb\xb9\xec\x11\x7f\x89\x9b\xd6\xf0\x3d\xe0\xbc\x2e\xcd\xe2\x5d\x27\xb7\x60\x0d\x13\x54\x4d\xd5\x52\xd2\x66\x83\xe9\x3e\xa8\x6e\x7e\xcf\x18\x47\x81\xf1\x33\xb0\xaa\x2d\x7b\x53\x26\xa4\x22\xba\xe1\xfb\x11\x38\x40\xc0\xb0\xcd\x9e\xfb\x03\xff\xd1\x63\xb9\xfe\x61\xc8\x93\x6c\xf7\xb5\xfd\x36\xa7\xd2\x8d\x10\x2c\xc4\x28\xfe\x43\x0f\xfe\xe7\x76\x90\x1a\x63\x55\x87\x1e\x5b\xec\xab\x7a\x03\xce\x89\xc8\xe3\xa0\xd4\x50\x9e\x9c\x9d\xcf\x8e\x3f\xac\xba\xa8\x86\xdf\xbd\xaa\x60\xa5\xfc\xac\xa4\x35\xf7\xf6\x57\xff\x16\x86\x66\x3c\xdd\xd5\x4e\x3c\xd0\x20\x02\x5a\x8f\xe6\xa4\x24\xaa\xbd\x2b\x7e\xac\x50\xc2\xbb\xb7\xc7\x87\xd7\x27\x11\xc2\x5f\x55\x5e\x68\xee\x0a\xb2\xb4\x61\xb4\x5f\xc1\x4c\xfd\x54\xf9\xee\x10\xa2\x05\x22\x84\x7f\x69\x99\x42\xf4\xd4\x34\x37\xb7\xb4\x31\xed\x00\xb5\xb3\xe6\x81\x61\x00\x56\xe8\x87\x72\xc8\xb3\xad\x5d\x18\xca\xb1\xb2\x73\xac\xe1\xda\x4c\xfe\x34\xb4\x5a\x69\x27\xb0\x34\xc9\xe5\x25\x7d\x60\xa0\x49\xd5\x40\x41\xf0\xec\xbd\xce\x44\x07\x0f\x0a\x37\x99\x4a\x52\x9a\x53\xc1\x64\x6e\x94\xc7\x42\x49\x12\x22\xe8\xbc\xce\x60\xd7\x48\xbd\x3d\x99\xdc\x1a\x3f\x8a\x52\xb3\xd6\xa9\xc2\x35\xdb\xa9\xc4\xb6\x82\x37\xcb\xb2\x07\x28\x51\x89\xa4\xc8\x40\x28\xc6\xd5\x72\x24\x24\x9a\xd8\xf8\x0c\x95\x06\x68\xeb\x59\xaa\x4a\xb4\x59\x5f\x14\xf1\x2f\x08\xff\xd6\x36\x89\x3e\xca\xd3\xce\x23\x0f\xe7\x11\x3a\xa2\x67\x92\xf2\x07\x22\x30\xef\x4d\xe6\x2c\x9d\x0a\xda\x9c\xbd\x82\x6f\x9e\xcb\x1a\x00\x5a\x20\xbf\x2d\x68\x4c\xf1\x76\x1f\x24\x45\xb1\x86\x64\x82\x88\x66\xdb\x9d\x16\x28\x8a\xb8\xfe\x19\x1c\x56\x86\xcc\x7a\x8c\x03\x1c\xae\x9e\x4b\xca\x1f\x34\x00\x85\x28\xe2\x65\x0f\x64\x10\x27\x57\x20\x4c\x69\x3b\x25\x3a\x32\x6f\x64\x89\x7a\x0a\xbf\x68\x6a\x60\x65\x59\x0e\x7d\x82\x9d\x1e\x2b\x19\x03\x96\x3a\x06\xe4\x11\x3c\xa3\xb1\x40\x07\x66\x6c\x02\x73\x34\x98\xba\x27\x4b\x1a\x8b\x21\x1f\xa1\x41\x3c\x57\xcf\xf0\xac\xf7\xee\xfc\xf8\xe4\xf4\xec\xfc\xe4\x78\x7c\x79\x72\x7a\x72\x79\x72\x7e\x74\x82\x74\x32\x18\xa1\xc1\xb3\x6d\xf8\xc4\xfa\x85\x08\x98\x94\x08\x36\xae\x28\xe2\x1f\x10\x96\xad\x13\xb6\x81\xea\x1c\xcd\x2d\x12\x41\xb9\x25\x7e\x90\x52\xb4\xb4\xf9\x23\x7d\x04\x5a\xb4\xbf\xaf\x93\xdb\xf0\xb8\x71\x52\xa1\x3e\x77\x30\x57\x5b\x93\x94\x3e\xc7\xbc\x68\x5b\x08\xe7\x66\xdf\x80\xaf\x6d\x0f\x83\x16\xff\xa9\xb0\xc3\x76\xdb\x07\x7d\xc6\xb0\x43\xd3\x9e\x92\x4e\xef\x9a\x8e\x38\x6d\xcf\x4a\xb5\x9f\x17\x40\x9e\x22\xbc\xbd\x87\xbc\x73\x64\x0a\x69\x3a\x96\xf7\xe0\xc3\x83\x61\xc8\xfa\xd6\x8b\xe2\x52\x63\x30\x42\x48\xbd\xca\x87\x3f\x96\x13\xb7\x43\x2d\x39\x34\x50\xed\x71\xad\xbf\x66\x2d\xa9\x99\x14\xf1\x8c\x05\xdd\x5f\xbb\x94\x5e\x4c\xaf\x2d\xa7\x03\x91\x57\x6c\x34\x23\xcf\x5d\x5c\xbf\x36\xd2\x7d\x97\xdd\xdf\x30\x4e\x51\x3c\x64\x38\x1b\xa1\xbf\x78\xa9\xc3\x85\x76\xc3\x71\xeb\x1f\xcc\x7f\xe3\xfa\xfb\x3d\xcb\x5c\xe6\x90\x4e\xc9\xb7\x99\xb0\x6e\xd7\x3a\xf8\x01\xba\xa2\xeb\x91\x7e\x58\x0e\x38\x23\x3e\x22\x91\xaf\x56\xa1\x6d\x92\xd8\xfc\x96\x38\x21\x1c\xe7\x9b\x28\x2f\x0b\x28\x2f\x59\x4f\x79\x79\x95\xf2\x70\x8e\x70\x56\x3c\x97\xd6\xdc\xa4\xb9\xa9\xd8\x44\x77\xbc\x9d\xee\x9c\x0a\xc7\xc2\xdd\x34\xd1\x9e\x2c\x53\x90\xe1\x0a\xa2\x37\x7e\x30\x9c\x45\x7c\x16\x85\xd4\x64\x81\xd0\xd1\x5d\xd7\x5d\x60\x6e\xa6\xa9\xac\xb1\xb7\x50\x0d\xfa\xab\x6e\x37\x0e\x85\x5b\x2b\x4c\x58\x24\x3e\x93\x48\x1b\x99\xc3\xbc\xd3\x78\xed\xe5\x3a\xc5\x2a\xfb\xbc\xa9\x0a\xce\x79\x4d\x5a\x1b\x38\xaa\x68\xda\x6d\x7a\xeb\x0a\x5f\xc3\x08\xb9\xfc\xbe\x9f\x72\xea\x81\x41\xb5\x7a\xe0\x79\xa5\xa9\xa1\x1a\xb0\x5f\x83\x40\xca\xf2\xb7\x22\xfb\xa8\x26\xce\x99\x5c\x67\xbd\xb7\x82\xdd\x33\x7d\xa3\xb7\xe4\x66\x24\x95\x5f\x01\xf3\x37\x3c\xb9\x40\x19\x1a\x1e\x73\x32\x53\xb2\x73\xc3\x49\x57\x6e\x4f\x1d\xc3\x75\x1e\xec\x86\x8f\xf5\x96\x4b\x6e\x4f\x33\x61\xf5\x24\x48\xab\x67\xae\xc5\x52\xce\x1f\x23\x84\xb0\x15\xd2\xfd\xee\x2b\x7f\x80\x06\xcf\x6d\x42\x8b\x7c\xbf\x6a\xa0\x36\x51\xc4\x33\x25\xc1\x4c\x99\x1a\x40\x92\x06\x72\x4c\xf6\x05\x5c\xdc\xf8\x29\x28\xe6\x9d\x88\xdb\xdc\x71\x6d\xc7\x2e\xbf\x80\x59\x03\x4d\x61\x36\xfa\x7c\x29\xb2\x46\x36\x12\x85\x49\xa9\x73\x33\x17\x8a\xf5\x42\xf4\xcb\x14\xce\x19\xcb\x85\x12\xc2\x1c\x6d\x05\xf2\x68\x9c\xe1\xa4\x46\x2f\x35\x09\x75\x93\x60\xa0\x27\xce\x9e\x09\x7e\xb2\x6c\x28\x90\x9a\x4d\xac\xe6\x31\xe8\xa6\xea\x9c\xee\x66\xd0\x35\x00\xfa\xb6\xdd\x74\x31\x1b\x8d\x9c\x9d\x12\x19\x27\x38\xaf\xb1\x72\x4f\x4c\x02\x4f\x40\x48\xd0\xf2\x5a\xf2\x05\x84\x61\x91\x73\xff\x1e\xd2\x90\xc3\xf7\x23\xfc\xe5\xf4\xf1\x85\x6b\x68\xc7\xf8\x5f\xbe\x8a\xee\xce\xf7\x29\xab\x99\x7f\xb1\xf4\x5d\xdb\xec\x46\x90\xd6\x0b\xf1\x8c\x45\x58\x3b\xb5\xbe\xb4\xdf\x1f\xc8\x65\x65\xcd\xdd\x2d\x62\xf9\x5f\x7f\xed\xaa\xdc\x47\xf7\x36\xdc\x46\xfd\xc7\xfe\x4a\x39\xa4\x23\x53\xb0\xe9\x2a\x99\x7e\xa1\x40\x03\x4d\x28\xb9\x05\xd6\xc3\x9c\xbb\x7f\x95\x94\x1b\x4a\x31\xd0\x90\x25\xd4\x42\x47\xa0\xb4\xa2\x8c\xea\x8f\xb5\xa2\xb7\xd0\x20\xd3\x7a\x6a\x8d\xc2\x4d\xe0\xe1\xd3\x1d\x7d\x1c\x7c\xd5\x16\x2c\xee\x67\xef\xab\x51\x51\x80\xf4\x10\xff\x10\xe8\xc5\x26\xb4\x9c\xe9\x5b\x10\x6a\xa0\xf8\x65\x08\xc5\x2f\x8c\xba\x19\x42\x20\x9c\x75\x32\xc8\x5b\x40\xeb\x10\xae\xb4\x21\x39\x60\xe0\xff\x37\xa5\x1b\x1c\x00\xdd\x97\x73\x50\x7b\xb9\x9f\x0b\x5a\x49\x61\x5c\x51\x4e\x6c\xf7\x11\x86\xfe\x1c\xe8\x1c\xae\xbf\x41\xa6\xd5\x81\xb9\xb4\x53\xb8\xc4\x53\x77\x89\xa7\x68\xb0\x4e\xb2\x31\x8a\xbe\x7b\x5a\x51\xd4\x1d\x9f\x5d\x5e\xff\xaa\xf5\xbd\xf8\xa1\xfa\xf2\xf0\xf2\xd5\x55\x84\xf0\x63\xf5\xf9\xd9\xd5\xf8\xf8\xec\xea\xed\xe1\xf5\xd1\xf7\x67\xe7\xaf\xc6\x87\xd7\xd7\x97\xea\xbb\xdb\xea\x77\xdf\x1f\x5e\x8d\x5f\xbe\xbe\x38\xfa\x31\x42\xf8\xa6\xfa\xf2\xe5\xc5\xbb\xf3\x63\x55\x6c\x4c\xc9\xbc\x77\x94\x09\xfa\x9e\xd1\x0f\x56\xb9\x3c\xef\x1d\xcd\x59\x3a\x55\x8f\xf2\x2b\x1d\x22\x8d\xe7\x3d\xf5\xf3\x4a\x26\x92\xfa\x47\x40\x40\x10\x41\x63\x9f\x65\x3d\x8d\xd9\x70\x08\xd3\xec\xbf\xac\xfe\x56\x95\xbd\x61\x1f\x19\xc7\x71\x7c\x47\x9e\x94\x64\x60\x3d\x77\xb6\xfb\xf8\x33\x95\xdb\x8f\x74\x64\x93\x73\x0d\xef\x69\x83\xa6\x5b\xbf\xba\xa1\x23\xa2\x63\x36\x04\xd5\xbe\x10\x61\x5b\x55\x89\x5f\xd5\x64\x25\x7e\xe8\x41\x8c\x8a\x02\x0d\xd3\xde\xdb\xcb\x8b\xb7\x27\x6a\x01\x8f\xcf\x8e\xc7\x47\xdf\x1f\x9e\xbf\x3a\x19\xb5\x40\xd9\xaa\x9e\x85\x91\x65\xc3\x07\x3a\xc2\x9c\x78\x80\xbe\x03\xc5\x98\x06\xd6\x6e\xe4\x32\xa3\x04\x70\xa0\xea\x0e\xd7\xed\xaa\xff\xc7\x2f\x08\x21\x6e\xe8\x66\x83\x1d\x40\x24\x9a\xd5\x50\x68\x7d\x0f\x2a\x0a\x0c\xd0\x80\x87\x52\x36\xe2\x7d\xbb\x98\x32\xc5\x17\xee\x7a\x82\x26\xd3\xe3\x8b\x37\xb5\xaf\x9d\x95\x69\xae\x3e\x56\x2b\x77\x92\x82\xad\xc5\x44\xf4\x62\x38\x8b\x48\x00\x38\xf7\xee\xf2\x8c\x10\x32\xeb\x5d\xbd\x7f\x35\x76\x61\x55\x3a\x8c\x7a\xe6\x31\xf3\xbc\xec\x0d\x0c\x3f\x23\x0c\xcc\xde\x70\x1e\x7b\x74\x7f\xc7\x13\x57\xab\x28\x91\x52\xa8\x2b\x74\x76\x20\xec\xb8\x20\x78\x3c\x4e\xd0\x40\x0c\x93\x91\x1a\xc5\x94\x4d\x2f\xe9\x84\xb2\x07\xaa\x5e\x97\x9c\x2d\xdd\x6b\xb5\xe6\xd5\x17\x1f\x58\x9a\x36\xbf\x99\xb2\x29\x08\x45\xcd\x15\xaa\x72\xef\x2a\x57\xc9\x4a\xb9\xca\x0b\xa4\xae\x8a\xde\xec\x38\xa6\x78\x4c\xd7\xa4\xc7\xa8\xc5\x72\x44\x85\x2a\x20\x68\xb6\xa0\x5c\x47\xd5\x85\xfb\xc7\x18\x40\xd4\x36\xf2\xd2\xce\xdb\x44\x24\xf7\xf9\x60\x38\x2a\x50\xab\xdd\x65\x6c\x4e\xa4\x0f\xd4\x19\xdd\x1e\x64\xfe\xe7\xbf\x5f\x9e\x3e\xcb\xe8\xf6\x37\x59\xd2\xe8\xfd\x42\x3e\x5a\x53\x1a\x3e\xa1\x64\x4c\x9d\x0d\x2c\x4d\x1e\xb3\xa5\x1c\x7c\xa0\x78\xe2\x18\xd1\x60\x68\x42\xa3\x9c\x4f\xe2\x08\xcb\xe4\x56\xb7\x6e\xbc\x06\x1d\xe8\xc0\x4b\xc6\xa7\x8c\xdf\xaa\x42\x8a\xf2\x22\x1c\x41\x29\x3a\x8d\x70\xc4\xf8\x94\x4a\x2a\xee\x19\xd7\x6e\xac\x53\x96\x2b\xa9\x58\xbd\x92\xc9\x8d\x89\xc8\x8a\x14\xc9\x47\x38\x4a\x96\x32\x9b\x65\x93\x65\x0e\x79\xe5\x75\x2e\xef\x08\x47\xb3\x4c\xdc\xab\xf6\xb5\xdf\x88\x73\x92\xb4\x55\x0d\xb6\xf7\x70\xa9\x19\xf5\x60\xca\xa6\x67\x3c\xa7\x42\x9a\x4d\xf6\x19\xf1\xca\x54\x97\xec\x95\xea\x26\xce\x39\x47\x1f\xe7\xc1\x2b\x54\xe0\x49\x2d\x1a\xb7\xac\x23\x0a\x66\xa6\xd4\x84\x79\x6a\x0c\x7e\xce\x50\x7e\x42\xf1\xc9\x27\xd1\xf4\xd7\x6e\x76\x0a\x20\xc2\x0b\x4a\x9c\xc3\x55\x83\x41\x43\x67\xd7\x55\x1f\x5e\x85\x14\x31\x07\xb3\xbd\x3d\x65\xd6\xd3\x47\xe0\xda\xfa\x3c\x0a\xd1\xc8\x14\x66\xb1\x55\xc7\x53\x2a\xed\xda\xe7\xc9\x83\xa6\x11\x61\x56\x3d\xb1\x9e\xc7\xea\x07\xe5\x13\x43\x5e\xea\xd7\x3d\x84\x91\x9b\x1f\x3c\xb3\xe6\x25\xf3\x40\xc2\xf1\x19\xe1\x68\x4e\xd9\xed\x5c\x02\x21\x2e\x96\x90\x10\x38\xc2\x51\x9a\x40\x74\x57\xca\x72\x70\xb2\xd6\x95\xde\x27\x8a\x12\xef\x99\x6a\xee\x7e\x99\x4a\xb6\x48\xa9\x27\xcd\x45\x22\xd5\x0e\x8b\x70\x94\xb3\x3f\xd5\x83\x5c\xd2\x45\x84\x23\x10\x1e\x23\x1c\x7d\x60\x53\x39\x8f\x46\x58\x07\x41\x44\x91\xa6\x56\xa3\x59\x04\x21\x74\x8a\xe2\xa7\x46\xc9\x30\x52\x73\x18\x15\x38\x0f\x5f\x06\x41\xd4\xfa\x7d\x1d\x66\x5d\x1f\x8c\x76\x7d\xad\x6e\xc8\x9b\x45\x3b\x6c\x16\xd3\x2d\xc6\xb7\x2e\x5c\x1c\xc4\x05\x1d\xd2\x91\x49\xb6\x6d\xbd\xf3\x0c\x45\x98\x7d\x12\x9b\xb5\x43\x1d\x29\x1e\x9f\xb4\x07\x15\xa1\xc5\x24\x91\x93\x79\x2c\xbc\xc9\xf3\x42\x83\xe9\xeb\xf7\x84\xd0\x02\x70\xee\x62\x41\xa4\x92\x6b\x0b\x84\xd5\x34\x69\xc8\x1e\x33\x75\xfa\xc7\x3d\xb3\x7f\x24\x1f\x35\x38\xab\xa2\x78\xef\x26\x72\x45\xf1\xd5\xa7\x91\x7c\x40\x81\x9a\xe8\x3f\xae\xa1\xe5\x36\x0a\x06\x1f\xe7\x11\xf6\xa4\xee\x48\xd9\x7b\x40\x37\x51\xb3\xc8\x20\x40\x72\x92\x41\xf4\xa6\xa1\x95\x9c\xa6\xda\xf1\xf3\x84\x4f\xc3\x9f\x57\x32\x11\x0d\x94\xff\x41\x24\x0b\x4f\x94\x9a\xf8\x35\x59\x8d\xb0\xaa\xdf\x00\x1f\x65\x69\x5e\x9e\x30\x70\xb1\xf9\x48\xf1\xc7\xcf\x98\x2f\x18\x91\x9e\xae\x43\x77\x50\xdd\xb2\xeb\xf3\x8f\x3b\xd9\xa2\xf1\xa0\x8a\xba\x2e\x92\xa9\xea\x27\xf2\x4f\x1c\xb1\x19\x38\x87\xfc\x6f\xbc\x67\x3c\x43\xf0\x53\xd5\x99\xe4\x9f\xf0\x2e\x5a\xa8\x33\x54\x31\x4d\x38\xed\x8a\xfa\x77\xd8\xf8\x98\x44\x29\xe3\x77\xd7\x4c\xa6\x34\x1a\x05\x7e\x26\x95\xf2\x7f\x97\xeb\x89\xf1\xb3\x77\x47\xe6\x9d\x4b\x7b\x32\x13\x94\xfe\x49\xe3\x27\x3b\xe7\x0d\x1b\xda\x99\x1f\xa1\xe8\xdb\x5a\xd1\x02\xe1\xcb\xa6\x23\xf8\x30\xa0\xbb\x24\xc2\x22\x5b\x4a\x3a\xb8\xa3\x58\xe3\xbb\xd8\x3f\x72\xf5\xd7\x1f\x4b\x2a\x1e\xd5\x1f\xd1\x44\x07\x02\xed\x7e\x98\x53\x1e\x69\x5a\x91\x6a\xd6\xf4\x9f\x82\xa6\xe6\x99\x39\x6d\xed\x2f\xc5\x1f\xf5\xdf\xda\x35\x4c\x63\xd2\x44\xfa\x47\x84\xd3\x2c\x51\x34\x6e\x9e\x9a\x5f\xfe\xcc\x35\xcf\xfd\x69\x6e\x42\xa5\xd4\xd1\xdb\xb4\x4f\xe6\x82\xce\x14\xab\x85\xe5\x54\x87\x7b\x5a\x16\x00\x0c\xbf\x1e\xf9\x23\xa6\x74\x64\xe8\x3e\xf9\x6e\x94\xc4\x08\x91\x70\x2d\xa0\x31\x7e\x7b\xc6\xab\x4f\x2e\x96\xaa\x5a\xfa\x40\xb9\xd4\x13\x3b\x49\xd9\xe4\x2e\xfa\xf4\xcb\x51\x27\xb0\x8f\xb9\xea\x74\x72\x06\xcd\xaf\x1d\xc0\xf5\x98\xf1\x87\xec\x0e\x00\x15\x4c\x28\xb1\x3a\x08\x1e\x8c\x43\x38\x8a\xa3\x5d\x1b\x61\x8c\xf0\xd8\x2c\xdf\x25\xac\x35\x9c\x17\x49\xca\x92\x1c\xc5\x91\x2d\xdc\x0b\x3f\x51\x8d\x56\x8b\x09\xb8\x4f\xae\x2f\x0c\x9f\xa8\x82\x7a\xa6\x37\x97\xd3\xdf\xb9\x62\xc2\xf7\xcf\x9f\x67\x11\x3c\x8d\x70\xd4\xd0\x9d\x08\xc7\xcd\xb6\x45\x28\xe3\x61\x36\x08\xb9\x33\xb9\x63\xca\x53\x41\x0b\x84\xf0\xd8\x10\x7c\xb5\x5d\x0d\xb0\x81\xf5\xbf\x79\x6b\x53\xf0\xda\xea\x37\xf5\xb7\xae\xe1\x6d\x68\x58\xdd\x17\xa5\xfe\x53\x82\x5c\x8f\xf0\x58\x6f\xad\x6a\x93\xf0\xb4\xb5\x25\x78\x5b\x19\xd4\x5b\x98\x2f\x11\x42\xf5\x6b\x04\x23\x27\xb8\x3e\x4b\x3c\xd8\xde\x6b\x12\x0d\x4a\xc6\x38\x96\x1f\x9b\x2a\x89\xc4\xdb\xdb\xd2\x40\xc8\x97\x36\xab\xe2\x44\x7a\x23\xd5\x86\x16\x30\x00\xb5\x96\x76\xbb\xd5\xcd\xa8\xdb\x3a\xa3\x8c\xf9\xc2\xb4\x12\x94\x86\xe9\x6b\x69\xa4\x91\x44\x34\xb9\xc1\x1f\x76\x29\xa3\xb1\x99\xe9\x60\xb7\x97\x58\x5c\xdb\x12\x34\x34\x60\xf3\xb8\x6e\xdb\xbe\x8e\x59\x7e\x08\xdd\x33\x58\x52\xea\xd6\xf9\x92\x1e\x7e\x52\x8f\x6b\x1b\xe8\x6f\x1f\x06\x76\xe9\x0d\xaa\x4d\x83\x88\x07\x88\xc1\x15\x7a\x30\xa3\x94\x30\x4a\xf7\xbb\x0a\x39\xa6\x5d\xac\x74\xff\xca\x49\x81\x74\x8b\xc3\x72\x97\x01\xc7\x3e\xba\xd1\x02\x66\x90\xd5\xcf\x35\x6e\xf2\x09\xb9\x2b\x12\xea\x48\x22\x0e\x5c\xba\xd4\xad\x08\x0d\x34\x46\x92\x9e\xaf\x91\xcb\xfe\x6a\x0c\x0c\x66\xf6\xb0\x49\x3c\xa2\xa7\xd0\x61\x32\x19\xce\x84\x13\xd2\xdf\x4f\xbc\x4e\x34\xd9\xd9\x41\x6c\x16\x83\xa7\x20\x8c\xf2\x34\x13\x30\x45\x31\xc7\x0c\xcb\x61\x32\xc2\x14\x0b\x97\xf4\xa8\xdf\xf1\xdb\xaa\x72\x74\xd4\x29\xc0\x9d\x3c\x21\xa1\x34\xee\x0c\x97\x77\x33\xfc\xb2\xdb\xad\x6c\x18\x2b\x72\x86\xed\xee\x32\x1e\xa9\x55\xaa\x9e\x5a\x5f\xd2\x1b\x9d\xb8\xb8\xd6\x9f\xd5\xaa\xd4\x1f\xd4\xd2\xa1\x6c\x29\x23\x4d\x37\x70\x8e\x55\xa9\x66\x1b\x74\x58\x2c\xbf\x62\x4a\x84\x3d\x52\xc7\x29\x0a\xb2\x4a\xf5\x03\x02\xea\xdd\x2c\x6f\x6e\x52\x9a\x7b\x6f\x11\x38\x39\x8f\xb5\x24\x69\xed\x4a\xf6\x16\xac\xc9\x1b\x33\xb2\xcd\x57\xab\x68\x9c\xd3\x74\x16\x11\x42\xc0\x83\x44\xa7\x7c\xee\x76\x59\xb7\x4b\x2b\xd5\xc4\x08\x03\x1a\xb6\x54\xaf\x72\x99\x2d\xde\x8a\x6c\x91\xdc\x26\x7a\x4a\x70\x95\x45\x7a\x42\x6f\xdd\x01\xaa\x3d\x56\xde\x10\x21\x11\x52\x8b\x07\x66\xe9\x35\x2f\xd1\xeb\xd2\xe6\xf3\x00\x89\x08\xa7\xe4\x09\x9e\x1b\xe5\x51\xae\xc5\x3a\x90\x45\xb2\x00\x18\xee\xbe\x37\x4b\x21\xce\xff\xcc\xa1\xa7\x20\x75\x19\x33\xbe\xfb\x19\xef\xb9\xd0\x4f\x93\x0e\x72\x7c\x4b\x39\x15\x89\xa4\xd7\x6e\xf5\xe2\xd4\xc2\x8d\x20\x35\x29\x80\xe8\x54\xfd\xa6\x0a\xff\xc7\x2d\x00\x60\x65\x9f\x35\x20\x83\xd1\x9e\x27\x14\x92\x05\x3f\xae\xb3\xd8\x56\x55\x14\x58\x09\x7b\x7f\x01\xff\x37\xa2\x70\x89\x85\x9a\xbf\xbe\x07\x71\x32\x24\x7c\xc5\x99\x92\xc8\x6e\x42\x53\xb4\x8d\xc9\x6d\x85\xcf\x54\x5d\xa1\x6c\x67\x96\x58\x96\x97\x58\x94\x96\x98\x37\x4f\x15\xef\xd9\xe9\x7e\x77\xf9\xda\x58\x46\x00\x80\xca\x34\x55\x9f\x94\xca\xf0\x0f\x05\x7d\x9d\x25\x53\x90\x6b\x43\x09\xbc\xfd\xb4\xd0\xd2\x94\x4b\xf6\x56\xad\x47\x27\x01\xf5\xc0\x08\xa5\x91\xfb\x33\xbb\x52\xaa\xde\xcf\x26\x41\xcb\x32\x6f\x5a\x9e\x29\x49\xfa\xfb\xf2\x5b\xeb\xa6\xbd\x2f\x2d\xfa\xa2\x20\x36\x67\xb9\xee\x92\x70\x1b\xac\xb0\x9c\x23\x98\x2a\xb5\x2a\x83\xe8\x7f\xa9\x1b\x47\x49\x11\xdd\xec\x5a\xef\x44\x9d\x9f\xe7\x94\x77\xc2\x7c\xb1\xf0\x36\xa7\x32\x0e\xae\x0c\x46\x43\xeb\x9d\x1a\x93\x7b\xc8\xf9\x2b\xbb\x5d\x48\xc0\x6d\xba\x8e\x9e\x24\x91\xbd\x3c\x65\x13\xeb\xc5\x35\xbc\xa5\x23\x6d\xa4\xd4\x55\xfa\x1b\x2a\x96\xbd\x7c\xce\x66\x32\x46\x2e\xa7\xf0\xd0\xd6\xb3\xbb\x37\xea\x00\x28\x27\xcb\x7f\xf2\x8c\xe0\xc0\x57\x63\x08\x5e\xf6\x16\xd9\x22\x46\xda\x1e\x99\x1b\xf4\xb8\xf0\x83\x3b\x8a\x30\x9c\x33\xce\x5a\xe1\xbe\x30\x74\x74\x47\xc3\x62\xe6\xa1\xef\x1a\xf6\xef\x8c\x04\x7d\x47\x6b\x0f\xf3\x08\x4b\x1d\x77\xf2\x54\x3f\x9a\x61\xf9\x4c\xf3\xdf\xf5\x2d\x74\x22\x1f\xf2\x60\xac\xeb\xd2\x0a\x74\xbb\xac\x3c\x0d\x36\x35\x35\x0c\xd1\x7a\x10\xe4\x98\xeb\xb9\x40\x85\x01\xf9\x2a\x87\x18\x5d\x52\x7c\xf9\x1c\xa5\x87\xd9\x9e\xfa\x32\x1f\x2a\xfe\x2f\x2b\x8a\xff\x9a\x8a\x5f\xab\x19\xf2\xc8\x44\x81\x5e\x57\x2d\x7f\x27\x87\x47\xdf\x8f\xcf\xce\x23\x84\x8f\xe8\x86\x08\x0b\x6d\xcd\x36\xee\xa7\x32\xb9\x25\x54\xbb\xd2\x2b\x7a\xba\xa6\x23\xb2\xdd\x5f\x97\x69\x76\xad\x17\x5e\xc5\x7e\x2d\x3f\xc1\x7e\x5d\x0e\xc9\x78\x43\x4b\xb7\x8a\x26\x1f\xe8\x35\x86\xe4\x6e\x97\xaa\x91\x14\xd6\x94\xfb\x0e\x6a\x5b\xad\xa2\x7f\xdd\xd1\xc7\x48\x9b\x7b\xbf\x77\xcf\xd8\x94\x72\xc9\xe4\x63\xa4\xcd\xb9\xbf\xb7\xce\x9f\xcb\xe8\x68\x80\x53\xcc\x14\xde\xd1\xc7\xd3\x4c\xd8\x14\xb7\x76\xe5\xc8\xda\x59\x64\xf9\xc9\xfd\x42\x3e\xd6\xe7\x11\xa4\xc0\xde\x3d\xbd\xcf\x4e\xb3\x46\xe3\x9e\x4e\x41\x4a\x3f\xca\x16\x4f\x59\xdd\x37\x7b\x5a\xe8\xbe\x39\x69\xc7\xf4\x4d\x6d\x1a\xf1\x9d\xe7\xc1\x4e\xeb\x6e\xf6\x16\x2c\xe0\x69\x26\x62\x81\xac\xe8\x6b\x7a\xa4\x9e\x64\x44\x82\x24\x2b\x50\x09\x6a\xd8\x56\xbe\xb3\x83\xc1\xed\x20\x33\xaa\x67\x8e\x55\xd9\x01\x33\x61\x37\xf8\x6c\x9d\xa3\x8c\xcb\x1d\x66\xe5\x10\x56\x72\x9b\x54\xef\xad\x53\x46\x02\xa9\x2e\x24\x66\x9b\x3d\x4e\x66\x22\xbb\x6f\xcc\x02\x69\x0f\x05\x3b\x10\xc8\xb7\x75\xf0\x92\x02\x85\xa8\x66\x00\xc6\x57\x3b\x2e\xa9\x4a\x4e\x35\x54\xa4\x62\xdb\x8d\xf5\x0d\x47\x1e\xab\x67\x1d\x9c\xac\x70\x41\xe1\x96\x07\xaa\xda\x63\x51\xf3\x91\xb2\x2b\xd1\xba\x89\x60\x16\x00\xef\x46\x14\xf1\xef\x14\xe1\xe3\xff\xa1\xd3\xfb\xac\x31\x83\x18\xe0\xe1\x92\xfd\x0c\x58\x17\x66\x35\x03\xe7\xeb\x67\xc0\x49\x97\x76\x0e\xb2\xd2\x1c\xa8\xf7\x76\x0e\xee\xe8\x63\x4e\x24\x36\xae\x63\x39\x11\x38\x6b\xf5\xfa\x31\xf3\x70\xc6\xa7\xf4\x63\x2b\x7d\x84\xa9\x21\x21\x83\xad\x08\xbc\xcc\x75\x8c\xa6\xb5\x9a\x50\x77\x17\x65\x64\x38\xc2\x19\xe9\xef\x67\xdf\xf2\xfd\xcc\x4a\x2f\x39\x5e\x12\x31\xcc\x46\x9d\x9c\xd0\xe1\x72\xa4\x3d\x53\x59\x7e\x2d\x92\xc9\x9d\x12\x2c\x63\xa4\xdd\x9c\x03\x47\xf2\x16\xff\x58\x25\x9a\xc7\xe5\x2c\x2e\x39\x5a\xad\x8c\xef\x2d\x24\x27\x32\x11\x6f\x39\xd2\x50\xc0\x9b\xea\xcc\x71\x34\x1c\x45\x08\x21\x6c\x00\xd1\xf3\x92\x43\x27\xac\xbc\xc0\x0c\xf3\x4f\xd8\x5a\x4e\xef\x89\xb9\x9a\x0f\x3b\x29\x38\x21\xdb\x7b\x6b\x37\x9d\xaa\x22\x4e\x48\xb2\x5a\xd9\xc9\xfe\x8e\xbc\x40\xdd\xae\x01\x66\x90\xae\x93\x14\xe1\x6c\x67\x47\xed\xc8\x3e\xf8\x22\xbc\xa4\x83\xe4\xc0\xf5\x57\x23\x27\x4a\x7d\x78\x9c\xd1\x58\xff\x2a\x36\x3a\xac\xaf\xdb\xbc\x9a\xac\x60\xf7\xf2\x75\x3c\xdf\xb2\xf2\x3c\xdc\xe8\xaf\xd7\x9c\x53\x58\xd8\xb3\xde\x00\x4e\xd8\xb3\x4a\xd0\x7c\x99\x4a\x7b\x56\x99\x93\x4b\xd4\x4e\x2e\xba\x66\x4f\x0f\xaf\x40\xe6\xd0\x55\xcb\x4c\x8c\x62\x4d\xc8\xea\x4c\x82\x38\x0b\x33\x70\x3f\x0f\xd3\x8c\x53\x35\x9b\x65\x1a\x63\xa8\xdb\x7d\x01\x79\xdd\x8c\xf0\x18\x90\x06\xb7\x13\x7d\x4a\xcd\xaf\xa2\xf3\xf9\xa7\xe9\x9a\xd3\xd2\xce\x8f\x3d\x2f\xf5\xfc\x54\xcf\x4b\x7b\xbd\xd2\xf3\x05\x92\x39\x0c\xaa\x76\x7e\xb2\xca\xf9\xa9\x16\xc2\xaa\x8b\xec\x09\x0a\xcf\x12\xc2\x81\x82\xda\xcf\xd0\x70\xb9\xa8\x9d\x5c\x38\x58\x13\x73\xb0\x32\x7d\xb0\x66\xf6\x60\x3d\xfd\x52\xcf\xcd\xcf\x0e\xca\x68\x13\x55\x7a\x2e\x28\xa3\x4e\xdc\xa1\xce\x18\x68\xfa\x35\x45\xf8\xcf\xff\x4b\x87\x30\xdc\xdb\xb4\x45\xed\x87\xfd\x91\x1b\xcc\x4b\x4a\x9e\x0c\x65\x36\x28\xd1\xfb\x05\x56\x8b\xda\x86\x3b\x5c\xe0\x77\x9b\xe5\x50\x41\x67\x81\x10\xfa\x36\x91\x73\xbb\xb3\xa1\x33\x1b\x82\x4a\x9c\xfc\x5f\xf1\xfe\xf6\xd7\x01\x57\x8d\x01\x8c\x6f\xdb\x7e\xc0\x09\xda\x1d\xb9\x05\x9d\xd9\x1d\x65\x2b\x54\x3b\x2a\x08\xcd\x2a\x85\x55\xf0\xc0\xdb\x3a\x88\xfe\xe0\x08\x72\x11\x83\x9b\xd3\x18\x32\x19\x72\x69\xbe\xaf\x04\x48\x09\xcc\x74\xa2\x63\x42\x48\x4c\x89\x92\x69\xec\x1d\x61\x3b\xb8\x23\x78\xc7\x52\xff\xb4\xce\xa6\x78\xf3\x51\xc8\xd1\xc1\x39\x2d\x9f\xf8\x31\x0f\xb9\x6a\xbc\xdd\x47\x68\x90\xf4\xbe\x3f\xbc\x1a\x9f\x1f\x5e\x9f\xbd\x3f\x19\x5f\xfd\xfa\xe6\xe5\xc5\xeb\x6e\xf7\x0f\xaa\x8a\xff\xa9\x8b\x57\x4a\x21\x34\x78\x4f\x83\xda\x83\x63\xb1\xfe\xe5\x33\x7a\xa0\xf8\x1f\xcc\xb3\xf3\x5e\x6d\x21\x60\xc5\x6d\x39\x8d\x0d\x1d\x43\x39\x3d\x9f\xef\x4b\xa5\x2b\x3b\x98\x9a\x8f\x62\x19\x94\x53\xdb\xe4\xd9\xcd\xa9\x8f\x83\xd6\xde\x84\x65\xdb\x1b\x73\xa5\xcc\x11\x56\xf2\x6b\xb4\x2e\xbf\xb4\xdb\x8d\x29\xd9\xde\x2b\x69\x57\xcc\x46\xe9\x18\xc8\x33\x69\xa0\xcd\xe0\x66\x68\x11\xc7\xe8\xc1\x2b\x3a\xf8\x89\xc6\xbf\x52\x83\x61\xf6\x2f\x6d\x16\xb6\xef\x7f\xa6\xf6\xb1\xbd\x3a\xda\x37\x3f\xd1\xf8\x47\x5a\x43\x30\xfb\x89\xc6\x5f\x51\x08\x83\x32\xac\xfa\xfb\xff\xf1\x7b\xdb\xef\x6c\x59\xd9\xd9\xa2\x1c\x33\x56\x09\x5d\x6c\x94\x17\x85\x91\x17\xed\xa6\x15\x0d\x1b\x56\x04\x92\x71\x70\x55\xb5\x9b\xc1\xf6\xb8\xbc\x79\x05\x3a\x38\xa3\xf6\x6e\xc5\xd1\xa0\x61\x23\x0b\x74\x70\x1c\x7e\xd2\xb6\x63\x05\x3a\x38\x0d\xbf\x7b\x4f\x83\xda\xc3\x5d\x0a\x6f\x5f\xd2\xff\xaf\x6d\xbc\x12\x5d\x54\x36\x99\xc5\x0f\xfc\x4b\xb6\x11\x75\xdb\xc8\xab\x8b\xde\x6f\x88\x17\xb0\xf7\x02\x1f\x28\xf0\xc7\x86\x12\x35\x29\xd7\x17\xfd\xb9\x1a\x63\x60\x00\x7c\x45\x00\x1a\xf2\x8a\x56\x24\x1c\xf7\xe6\xd7\xf2\x9b\x1f\xc1\x26\xea\xde\xfe\x48\x03\x38\x46\x0f\x38\xac\xd1\x17\x75\xc8\xb2\x63\x52\x7a\xf2\xf8\x52\x11\xb3\x7b\xea\x81\x85\xcb\x93\x07\x94\x7f\xbb\x64\x53\x13\xb9\x58\xf8\x36\xbf\x0a\xe3\x33\xdc\x7a\xca\xea\xf0\xc2\x48\x79\x58\x03\x57\xc1\x4f\x34\x48\x49\x51\xd4\xcc\x34\x25\x8b\x0e\x35\x3f\x71\x42\xa4\xba\xbd\x56\xc3\x34\x92\x83\x58\x3d\x27\x7d\x9c\xa1\x81\xfe\x73\x67\x27\xc1\xd9\x4e\x74\x43\x5f\xfc\xfb\xbf\xff\xfb\xff\xfe\xf7\xdd\x9b\x9b\x1b\xba\xfb\xcf\x7f\x7b\xd1\xdf\xfd\xff\xcf\x26\x37\xbb\x2f\xf6\xbe\xa1\xb3\x7f\x7e\xf3\xcd\x64\x92\xbc\x88\x76\x12\x54\x00\x3b\xfb\x65\x93\x16\x34\x37\x78\x52\xeb\x98\xdf\x1a\x85\x6e\xb4\x13\xd4\xa2\xf6\x83\xc6\x7e\x6e\x53\x8c\xda\x9a\x62\xab\xe9\x2c\x81\x5a\xfd\xa2\x59\xda\x0f\x14\xff\x46\x31\x95\xe4\x29\xea\x46\x83\xa8\x9b\xdc\x2f\xf6\x23\x1c\x7d\xab\xfe\x4e\xa5\xfa\xf3\x3b\xf5\xe7\xad\xfa\xf3\x1f\xd1\x3f\x06\x51\xf7\x8f\x65\x06\xcf\xff\xa1\x9e\xff\xaf\x8f\x2f\xfe\x5d\xfd\xf8\x4f\xfd\xe3\xdf\xfa\xea\x07\xd1\x3f\xbe\x39\xde\x8f\x0a\x2c\x25\xf9\x7a\xd8\xfd\xf6\xbb\xe8\x1f\xff\x49\x46\x5f\x63\x51\xfa\x79\x1b\xe4\x21\x97\xa1\x64\x2b\xd5\xad\xd3\xbd\x63\xb2\xa2\x84\x25\x84\x1e\x50\x12\x45\x83\x3a\x52\x36\x9c\xbf\x8e\x22\x11\x56\xbc\xe7\x17\x5a\x42\xd7\xc9\xaa\xd5\xb5\xeb\x74\x1b\x37\xb6\x9e\x76\x5f\x5f\x12\xd6\xf7\x1b\x5d\xad\xe2\xdf\x68\xab\x67\x69\xa2\xce\x9c\xdf\x68\x6f\xae\x0f\xdb\xdf\x0c\x11\x4c\xb2\xd4\x57\x08\x50\xdc\x86\xb8\xe1\x9e\x67\x08\xa0\x06\x4f\x08\xf1\x45\x3f\xd0\xde\x22\x11\xb9\x1a\xa3\xab\xcb\x1d\x6b\xf2\x20\x1a\x44\x03\xa9\x73\x2f\x49\xd2\xc7\xa9\xdc\xa4\xaa\x9f\x92\xa5\xb4\x97\x41\x13\x97\xbe\x8e\x60\x4b\xea\xf6\x06\x5d\x83\x22\x54\x93\xf5\x8a\x54\x5d\xcd\x1e\x1c\x44\x8f\x26\xe7\x3a\xe9\x6b\x06\x1f\x5d\xd2\xd9\x96\x21\x7f\x36\xf5\xe6\xb3\x40\x0c\x70\xc8\xe5\x3b\xd1\x56\x6c\xda\x9b\xa2\x08\x3c\x78\xfd\xab\x81\xad\x45\x77\x4d\x7b\xf4\xca\x40\xd1\x6d\x84\xa5\x89\x34\x34\x14\xe8\x08\x05\x5d\xd0\x44\xae\x56\x2d\x07\x9c\x3e\xfd\xe9\xce\x1e\x02\x78\x2b\x1d\xcf\x52\x04\xe9\xe0\x64\x89\x09\x4f\xa4\x56\x00\x42\x8c\xaa\x1a\xe5\x54\xfe\xdd\x41\x90\x61\xf0\xbb\x4e\xda\xdc\xb2\x6e\xb9\x4c\x26\x77\x70\xa7\x7c\xec\x5d\xa9\xbf\x11\x9e\xb7\x91\x8d\x63\x6d\xc9\xe4\x0e\x60\x77\xa6\xd2\xea\x11\x66\x79\x09\x34\x4e\x3f\xcd\x32\xa9\x1f\x5f\x51\xf3\x21\xcf\xa6\xb4\xf4\xe5\x3a\x6a\xbb\xa1\xb7\x8c\xd7\xe8\x08\x20\xe7\xb5\xf5\xa7\x31\x2a\xd8\xb7\x63\x40\xe5\xaa\x3e\x69\x12\x3f\xdd\x64\x4b\x3e\xcd\xad\xc3\xe8\x2c\x1f\x98\x4e\x3a\x75\xb9\xc6\x55\x86\x70\xb6\xd8\x5a\x0c\x29\x97\x54\x63\x0b\xc8\x26\x10\x88\xda\x37\xed\xf0\xf0\xae\x8b\xa7\x90\xb1\xc8\xe7\x0e\x90\xaa\x5c\x43\xa8\x51\x63\x29\x3d\x08\x2b\xb5\xd3\x8f\xcc\xcc\x4a\x90\xb4\xae\x8a\xde\xf1\xd8\xa3\x1f\x17\xe0\x92\xe9\x96\xcd\x18\xc8\x70\xf4\xf2\xdd\xab\xc1\xd6\x3d\xcb\x73\xc6\x6f\xb7\x04\x9d\x45\xc8\x6e\x65\x33\xd9\xd9\xfd\x3d\x93\x6b\x97\x23\x59\xc8\xa5\x68\x35\xde\x99\xd7\x97\x74\x96\xc7\x9e\x3e\xa0\x64\x9a\xdd\x5a\x78\x7f\x9d\x27\x00\x28\xac\x51\xf6\xb3\xf7\x01\x20\x42\x4b\xdc\x71\x35\x9d\x58\xb0\xcd\xdd\x94\x81\x6f\xd8\xba\x1c\xe1\x06\x67\x1e\x30\xd7\x14\x25\x76\xbb\xd1\xae\xcc\x16\xbb\x29\x7d\x30\x79\x75\x21\x54\x4d\xd5\x52\x49\x5e\xe6\xf7\x7a\x14\xed\xcc\xc0\xf3\x0b\xbf\xf8\xff\x49\xb4\xe3\x4a\x78\xaa\x06\x5d\x70\xe9\x33\x6b\x7e\x47\x58\x6a\x76\x12\xfd\x3f\x3c\x42\x9a\x97\xe6\x65\x8e\xcb\x66\x71\xdf\x3a\x3a\xe9\x19\xc8\xd9\x9f\x14\x92\x92\xef\x6f\x07\x4f\x8d\x5e\x28\x46\xfb\x28\x78\x0a\x26\x66\x55\x2f\x90\x69\x9d\x7a\xcd\x57\x16\x4f\x58\x02\x51\xd5\x56\xbc\x52\x97\x99\xde\x66\x6b\x4a\x85\xe0\xf4\xb6\x6c\xa4\x38\x48\x4e\x04\x15\x06\x7b\xaf\x0d\x25\x4c\x77\xc1\x38\xd8\x18\xbc\xca\x14\x00\x29\x3d\x5d\xeb\xcd\x2f\x10\x96\x07\xa5\x9d\x23\x91\x7e\x9f\x4c\xa7\xb1\x30\xde\x03\x40\x89\xe6\x49\x40\xc9\x8a\x54\x5b\xba\x80\x37\x19\xe3\xb8\xf3\x15\x80\xf1\xa2\x0e\x3b\x30\x56\x39\x57\xfd\x79\x36\xa5\x16\x56\x7b\x57\x75\x6f\x10\xed\xf0\x1e\x9b\x62\x86\xd0\x80\xf6\xa6\x34\xa5\x92\xc6\x1c\x99\x8c\x6e\xa5\x72\x8d\xba\xf3\xca\x38\x41\x6d\x0e\xa1\x91\xcc\x44\x59\x42\x8e\x59\x40\x35\x48\x88\xf0\x00\x08\x39\x11\x30\x27\xd6\x93\xcb\xb4\x63\xb9\x57\x2c\x5c\x5e\x54\xf3\xe6\x25\xb0\x1e\xf5\x7c\x42\x6a\x7b\x3b\x77\x19\x0f\xd9\x74\x40\x75\x5c\x10\xd7\xe9\xfb\x98\x3a\xc9\xf2\x41\xe6\x55\x73\xa6\x0b\x83\x04\x3b\xb8\xfe\x25\x36\xec\x39\xc5\x16\xe6\x6d\x30\x29\x82\xf1\x37\x26\xd2\xb0\xe7\x88\xad\x26\x40\x4c\x56\xfb\x68\x46\x85\xa0\xa2\xe7\x43\x24\xb4\xa3\x50\x50\xab\x1e\x53\x73\x04\xab\x27\x63\x6a\xd8\x6e\x85\x7a\xf5\x43\x97\x4d\xf1\x49\x43\x23\xd9\x50\x3c\xd9\x2b\xfd\x8e\x11\x9e\x59\x04\xde\x81\xec\xb9\xbf\x63\x84\xd3\xc4\x3d\xb6\x7f\xc6\x4e\xab\xb3\x68\x95\x1a\x5a\xe0\x3c\xb0\x08\x20\x06\xc0\x21\x4e\x7b\xd6\x11\xe3\xe3\xc7\x88\x18\x4e\x7b\x17\x3f\x9f\x9f\x5c\x8e\xbc\xbe\x1a\x60\x59\x09\xc3\xbc\xc7\xf2\x00\x4a\x97\x30\x87\x85\xdd\x00\x70\x5f\xfe\x16\x73\x8d\xe4\x9d\x3d\xd2\xa9\xf3\x62\xc9\xc9\x70\x84\x6b\xd3\xab\x04\x3c\x0f\x22\x1f\x4b\x92\x38\x61\x29\x9a\x65\xd9\x4d\x22\x06\x37\xc9\x9f\x4a\x90\xb6\x3f\xc1\xe9\x0d\x79\x59\xfa\x34\x13\xef\x2e\x5f\x93\x44\x76\x00\x3b\xb6\x84\xa7\x65\x84\xe7\x77\x97\xaf\xd1\x0f\x94\xbc\xbb\x7c\x8d\x6b\xe5\x72\x5d\xee\x29\x84\xb2\x35\xc5\x34\xb5\x84\x38\x5c\xdb\xe5\x57\x3d\x13\xb4\x89\xe4\x5c\x64\x1f\x40\x34\x3c\x11\x22\x13\x71\x74\x94\x2d\xd3\xe9\x16\xcf\xe4\xd6\x8c\xf1\xe9\x16\x44\xeb\xa9\x6e\x6c\x29\xf1\x5d\x51\xcc\x3d\x9d\xcc\x13\xce\xf2\xfb\xad\x59\x26\xe0\xcd\x55\xc2\x99\x34\x08\xcd\x11\xea\xfc\x40\x49\xb9\x91\x38\x5a\x8a\x14\x32\x02\xd4\x46\x50\x14\x3a\xd9\x79\x92\xe7\x54\xc8\xeb\xb9\x5a\x0c\x26\x75\xde\x84\xa9\xd6\x60\x9b\x54\x16\xc7\x27\x2f\xdf\xbd\x1a\x5f\x9e\x9c\x1f\x9f\x5c\x8e\xaf\x2f\x4f\x4e\xba\xdd\x98\xf7\x74\xc6\x7c\x7d\xf6\x5e\x0b\x4a\x81\xa1\xce\xe5\x3a\xac\xb5\xb5\x40\x1b\xde\xfe\xbe\xde\x82\x59\x19\x48\xb3\x3b\x0a\xef\xc9\xac\x09\xfa\xa8\xe9\x73\x16\x82\x27\x28\x0a\x0e\x00\xf1\x1b\x6d\x43\xc6\x11\x48\x7d\x6b\x13\x08\x9d\x29\x9e\x94\xa6\x16\xd5\xdc\x97\x0b\xcc\x9e\x21\xb1\x6b\x07\x5d\x2b\x6e\xb7\xd4\x12\x62\x73\x61\x51\x6a\x4f\x07\x7b\x7f\x61\x73\xe5\x4a\x1a\x5a\x9b\xb2\x69\x93\x50\x48\xed\x46\xd5\x78\x20\x35\x91\xbb\x9d\x6c\xa0\x67\x15\xba\xd1\xe5\xad\x7e\xb8\xc2\x73\xfa\x38\xec\x38\x7c\x19\x60\xa1\xa8\xd6\xeb\x22\x66\x70\xe6\x37\x30\x94\x4e\xdb\x0b\x75\x36\x7b\x54\x91\xfe\xbe\xf0\xde\xf3\x62\x67\x07\xc9\xa1\x18\xf9\x71\xc3\xb5\x91\x96\xd1\x6d\xee\x99\x0c\xfb\x36\x63\x3c\x49\xd3\xc7\xa7\xa6\x61\xed\x15\x9f\x38\x47\xba\xfa\x78\x2d\xa6\x4a\x54\x29\x14\x55\x31\x56\xd8\x2c\x6e\x6b\xb6\x1c\x1a\x51\xa9\xa8\x53\xe7\x54\x09\xff\x87\xdc\x4a\x26\x13\x9a\xe7\x5b\xf0\xf5\x96\x16\x49\xb6\xa4\xa0\x74\x2b\x5b\xca\x9c\x4d\xe9\x56\x36\xdb\x92\x73\xba\xc5\x78\xae\x0e\xc2\x4c\x6c\xc5\xf5\x96\xb7\x66\x69\x72\xbb\xc5\xf2\x2d\xeb\x7a\x8a\x22\x64\x81\x5f\x66\x21\xb0\x3a\xea\x94\x71\xd6\x17\x3a\x92\xe2\xbe\xfd\xe2\xb9\xee\x9e\xb8\x10\x54\x9d\xaf\x87\xe2\xb6\x29\x47\x96\x3d\xe6\xa7\x6c\x7a\x14\xaa\x67\xca\xe8\x0a\xc1\xb5\xeb\x35\xc4\x26\x36\xbc\x3e\xaa\xa1\x40\x37\x5d\x05\xdd\xe7\x7a\x4b\xb6\xd6\xd6\x84\xf1\x50\xd6\x3a\x3f\x04\xba\x26\x97\x8a\x17\xe4\xb8\x9d\x68\x10\xed\xd0\x9e\xbe\xb0\x14\xc5\x1a\x8c\xfc\x7b\x3d\xb3\x8f\x92\x3c\x4d\x1f\x79\x72\xcf\x26\xba\x43\x00\x19\xa0\x1f\x5c\x27\xb7\xea\x57\x30\x8b\xea\xa7\x26\x4b\xf8\xd5\x46\x68\x3e\xf0\x11\x92\x74\x6c\xef\x61\x13\xd8\x60\x7f\x1a\xd2\x4e\xd2\x94\x8a\xa0\xc1\xab\x49\xb6\x80\xcc\x01\x41\x86\x8f\xd6\x36\x74\x1d\x67\x56\x4e\xdc\xee\x17\xf8\xf6\x4b\xb5\x27\x9f\x85\xac\x54\xd7\x35\x04\xfe\x6e\x84\x9b\xc5\xd0\xf1\x4b\x19\x01\x99\xb3\x53\x7a\x4a\x32\xa8\x3f\x21\x4f\x39\x4d\x67\x83\xdf\x1c\x3e\x76\x6f\x92\x71\x29\x32\x35\x4b\x08\x87\xa2\x15\xc5\xc0\x78\xd8\x9f\x10\xab\x75\xdf\x1b\xfb\x44\xb3\x10\x5a\x8d\xec\xed\xa1\x67\x13\xa8\x3d\x48\xf0\x65\x59\xc7\x1d\x9e\x12\xf3\x35\x31\x19\xc9\x2d\x19\x61\x5a\x67\x55\xba\x87\xb6\x04\x7e\xd2\x90\x14\xb6\x35\x28\x6f\x5f\xea\x0b\x06\xc8\xf7\xb3\xde\xc9\x9b\xb7\xd7\xbf\x8e\x0f\x2f\x5f\x5d\x79\x11\x5f\x4b\x57\x5e\xce\x37\xc9\x49\xf4\xac\xe7\x01\x98\xda\x92\xe4\xdd\x6e\x6e\x52\x06\xfa\xbf\xb4\x60\x8a\x53\x0f\xb5\x56\x7a\xa1\x06\xbd\xec\x76\x97\xdb\x84\xa4\x7a\x55\x26\x24\xc5\x53\x32\xe9\xdd\x67\x4b\x2e\xdf\x66\x8c\xcb\x4e\xd2\xa3\x90\x06\x8f\x3c\xf9\x87\x83\xe9\xda\xa1\xeb\x02\x76\xe8\xfa\x97\x19\xfa\x74\xdd\x70\x27\xf5\x91\x16\xed\xcd\xd8\xfa\xc1\x85\x7d\xd7\xa7\xc1\x33\x4b\xe4\xe7\x56\xd8\xfb\x4a\x78\x7b\x0a\x49\xc8\x37\x2b\xdd\x65\xa8\x70\xfe\x71\x89\x41\xfd\xaa\xb2\xa5\x86\x1b\x54\x2f\xc9\xf5\x57\xce\xfa\xf9\x34\x4f\xf8\x34\xd5\xcd\x41\xea\xcd\x18\x61\xed\x21\x7e\x0d\xc9\x40\x64\x2f\xf8\x55\x98\x96\x8e\x1a\x53\x10\xb9\x9d\xfa\x28\xcd\x77\x57\x34\x9d\x35\x7b\xbe\xa8\xed\x62\x3e\xba\x4e\x1a\x8c\x25\x5b\x6d\xb4\x7e\x50\x43\x72\x1a\x2c\x7b\x47\x17\xe7\x57\xd7\x87\xe7\xd7\xe3\xeb\xc3\x57\x46\x30\x6a\xe6\xfb\xc6\x34\x69\xb7\x60\xbc\x56\x86\xa6\xbd\x60\xe3\xd6\x56\xd9\xb5\x01\x95\x62\x6a\x88\x4a\x89\x72\xcf\x2c\x66\xc9\xd0\x94\x7e\x5e\x19\xb3\x6b\x25\x42\x2d\xc0\xb5\x9f\x3d\x20\x63\xaf\xb5\x4d\x3c\x7f\x48\xae\xa0\xfe\x7c\xd3\x68\xec\xe7\xc8\xca\xb0\xcd\x87\x2a\x2c\xd5\xff\xec\xd5\xb9\xa5\xf2\xd8\x25\xbf\x6a\xda\x07\xad\x44\xfe\x64\x24\xd9\x50\x3c\x5c\xdf\x8b\x40\x43\x1c\xd3\xe7\x0f\xb8\x54\xec\x99\x0b\x58\x2e\x63\xa8\xa5\x28\x06\x06\x48\xad\x88\xef\x25\xc2\x37\x12\x2e\x9c\xb7\x12\x8f\xab\x8b\x5a\xc1\xd7\xbb\x91\x36\x7c\x07\x4e\x54\xe3\xc0\x62\x32\x72\x11\x19\x98\x60\x3e\x48\x2b\x35\x9e\xb4\x5a\xc1\x7c\x38\xa0\x51\xde\x07\x99\x7f\x74\xcd\x2e\x86\xc6\xaa\xd9\x0d\x72\xa6\xf6\xa9\x37\x9c\x41\x10\xe3\x17\x35\x4f\xf2\x9f\x45\xb2\x58\xd0\xa9\x95\x31\x99\xa9\x46\x49\xf7\x97\x74\x66\x32\x54\xb4\x3c\x52\x75\x97\x92\x5b\x80\x3b\x7b\x7f\x10\xa6\x81\x10\x01\x92\xb4\xc8\x32\x09\x35\x00\xd0\xa0\xc4\x74\xad\xa7\xcd\xb4\x7a\xfb\x2b\x79\x54\xb8\x81\x5a\xfd\x7a\x30\x19\xda\x21\xb5\x74\x09\xd5\xa1\x91\xec\xf6\x96\x8a\x38\x0a\xd6\xd8\x8c\x1b\xb4\x14\xa5\xf7\x47\x29\x4d\x84\xa6\x8b\xc8\x46\x8c\x35\x42\xc3\x51\xd4\x11\xda\xb3\x7c\xde\x9b\xa8\x42\xe6\x8d\xfa\x08\xc5\x02\x5c\xf1\xcc\x9b\x4a\x39\x54\xc8\xa6\xbb\x60\xa8\xcf\xb6\x2b\x16\x4e\x82\x85\x2c\x75\xab\xe9\xfc\x9b\xfc\xfa\x7e\x90\x55\xd9\xfc\xa2\x6c\xe1\xa3\x1a\xa1\x32\x30\x3c\x5f\x95\x3e\x00\x08\xba\x1c\x34\x57\xc3\xfe\x48\x91\xb2\x8d\x51\xc3\x7b\x41\x80\x1b\x3a\xd0\xf5\x0e\xfb\x23\x34\x30\xf0\x98\xb0\xa6\x1f\x25\x3e\x94\xf8\xae\xf9\xc0\x06\xaf\x97\x8b\x59\x1c\x0d\x22\x70\x89\xda\x85\x2a\xcd\x35\x70\x48\x31\xc5\xdb\xfd\x51\xc7\x86\x4c\xe4\xcb\x1b\x6d\x5b\x56\x03\x47\x80\x61\xef\x1f\xc9\x1d\x87\x45\x3b\x54\x5b\x63\x7b\x6f\x54\xe0\xb7\xb2\x26\xf6\x7a\x87\x0b\x3e\xec\x8f\x70\x42\xf8\x70\x6f\xd4\xe1\xc3\x17\x3a\x64\x9e\x4d\xd5\x50\x13\x13\x49\x50\x4a\x82\x90\xa1\x4e\xc9\xb8\x9f\x77\xbb\x71\x4e\xa4\x8d\x89\x3e\x9b\x22\x9c\x93\x75\xa8\x98\x39\xc2\xc0\x14\x58\x2f\x0f\xa1\xfc\x54\x9b\x38\xc7\xdb\x7d\xac\x53\x77\x82\x11\x9c\x64\x7e\x72\x7a\x11\xfa\x6e\x77\x0f\x4f\xc8\xf2\xe0\x4a\xc6\x02\x67\x36\x4a\xbf\x17\x21\x34\xb8\x80\x47\xa8\x73\xd3\x3b\x79\xf3\x32\x4c\xee\x3a\x3e\xbb\x1a\xbf\x3f\xbb\x3a\x7b\xf9\xfa\x04\x92\x06\x3e\xa6\x14\xc6\x16\x60\x2c\x7e\x54\xbc\x69\x02\xdb\xf0\xa3\x8c\x27\x18\xea\x8a\x58\xfe\x9e\xe5\xec\x26\xa5\x11\x52\x3c\x1e\x57\xfa\x9b\xe0\x09\xde\xde\x33\x9d\xc5\x97\x92\x30\x1d\xb2\xb9\x48\x93\xc7\xc1\x16\xcf\x38\xdd\x8f\x36\x75\x27\xfe\xd8\x7a\x13\xda\x18\x8c\x53\x03\x9f\x65\x3d\xd7\x63\x22\x30\x0b\x58\x1f\xc7\x6c\x1d\x3e\xbc\x04\x64\xf8\x67\xc4\xf1\x6c\x86\x66\xb6\xc0\xcc\x41\x94\x9f\x43\x6b\xb6\x9d\x2b\x01\xc6\xef\x85\x58\x10\x1a\x1d\xc2\x05\x12\xec\x44\x5b\x95\xf9\xb4\x94\x07\x4e\x21\x07\x4c\xc6\x02\x0d\x2c\xa2\xfd\xd6\xa5\x4b\x14\x93\x4c\xe6\x74\xea\xe1\x7d\x11\xde\xb0\x0a\x87\x92\xe8\xac\xc9\x69\x5a\x8b\x35\xb7\xf7\x43\x35\x86\x0e\xaf\x90\xac\xa6\x26\xed\x5c\x7c\x9f\x2c\x50\x5c\xa7\x9c\xa6\xe8\x2e\xa6\x3e\xbe\x52\x65\xc1\x85\x4f\x73\x09\x88\x7f\xb7\xe4\x54\x7a\x3f\xa8\x57\x01\xf0\x01\xf4\xe0\x52\x03\x22\x15\x36\xe8\xb3\xbe\xcf\x6d\xf7\x85\xdd\x2c\x83\x08\x10\x37\xf5\xa6\x67\xc3\xbd\x11\xce\x09\xb3\xdb\x1e\x30\x36\x51\x75\x94\x13\x1d\xd0\xbd\x6e\x4f\x27\xc8\x6d\xdc\x8e\x0b\xc4\x5d\xc2\x55\xaf\xbe\x7f\xd3\x83\x70\xeb\x0e\x86\x23\x3c\x25\xa9\xda\xd3\x12\x4f\x60\x23\x03\x93\x59\x92\xc0\xe7\x4b\x6d\xcd\x23\x19\x4f\x71\x7a\x30\x19\x4e\x7c\xe8\xee\x20\xd3\x61\x20\x6f\xd4\xbb\x04\xe7\x08\xb7\x74\x7e\xe9\x27\xb7\xc0\x47\xeb\x76\xdd\xb3\xa0\xb8\xed\x9e\xe3\xbd\x45\x22\xe7\x0e\x89\x5b\xef\x28\xde\xf4\x7a\x9a\xe4\x6a\x4b\xfd\x49\xa7\xe0\xaa\x0b\x42\xc3\x97\x42\x76\xb7\x6d\x39\xd8\x59\xe0\xe0\x5c\x52\xc0\xaa\xbe\x94\xa2\x49\xca\x7d\x5a\xad\xe2\x86\xa7\x8a\x69\x8c\xfd\x33\x14\x26\x6b\xa0\xab\x15\xb4\x72\xe0\x5c\xb8\xbc\x58\x58\xdf\x86\xf8\xcd\xa7\x30\x3b\xef\xf1\x27\x00\xa5\x4f\xe7\xb3\xf2\xb9\x0a\xc1\xd7\x5f\x3f\xdc\xc8\x17\x25\x24\x6f\x00\xa6\x38\x4b\xd2\xfc\xd1\x31\x44\xbd\x5e\x7f\x35\xe7\xb3\x1c\x4f\x37\x6b\x23\x1b\xa0\xe5\x4e\x39\x1a\x24\x46\x07\x72\x20\x5a\xe6\xcb\xcb\x2a\xbf\xcb\x50\x5a\x00\xb4\x5d\x5c\x4e\x37\xd5\x94\xfb\x8b\x35\x3d\xed\xf0\xe1\x03\x1d\x11\xe6\xb4\xeb\x3a\x6e\xd0\x69\xd7\x5d\xf8\xa0\x76\xbf\xc4\x39\xd1\x92\x51\x82\x20\x9c\x30\x19\x75\x1a\xbc\xec\x96\xdd\xee\x72\xf8\xd3\xe8\x40\xbd\x27\xcb\x41\x0e\x90\xc5\x31\xfc\x52\x9b\xf3\x58\xc6\x1a\xdf\x83\xa9\x27\x39\xe6\xf0\x99\x0b\xf8\xeb\x81\x68\xa5\x36\x09\x9c\xf9\x67\xb2\x96\x21\xf1\x34\x42\xf8\x78\xcd\x25\x40\x8b\xff\xc3\x79\xef\xcd\xbb\xeb\xc3\x97\xaf\x4f\xc6\x47\x27\xaf\x5f\x8f\xc8\xb6\x16\x0c\x87\x67\x72\x64\xaf\x03\x26\xc1\x4c\x53\x1a\xbc\x16\x8f\x20\x55\x7a\xf8\xe3\xc8\x85\xa0\xe3\xf3\xda\x0d\x07\x4e\xab\xa7\xc2\x63\x03\x6d\x31\xbe\x45\x91\x99\x7d\xdf\xc2\x3c\xc9\x2f\x3e\x70\xeb\xd5\x6e\x8d\xa4\x1c\x75\xbb\xd2\x71\x49\x8e\xbe\xed\xc3\xdc\xf1\x11\xa1\x80\x97\x6e\xfc\xe7\xb6\x49\xb3\x87\xa3\x69\xe5\x96\xca\xa0\x6e\xed\x9b\x9c\x5b\xe6\xdf\x87\xae\x39\x2a\x69\xfc\x36\xa6\x68\x9f\x7d\x6b\x51\x11\xf6\xd9\xce\x0e\x0a\x7a\x35\x64\x23\xd7\xb1\x21\x1b\x41\xdf\xd4\xbf\x8e\x15\x08\x6d\x26\x7c\x2d\x6b\xe9\x4b\xcf\x63\x84\xf0\xa9\x24\xc3\xd1\x7e\xdc\xc7\x13\x7d\xc1\x3c\x05\x5c\x41\x14\x9f\x9a\xc4\x66\x7f\xb6\xb0\x06\xfe\x25\x1a\x61\x6e\x35\xc2\x8c\xf0\xfa\x85\x8a\xb5\x68\xd1\xca\x9a\x32\xb5\x6a\xea\x8f\x92\x9a\x8c\x56\xd4\x64\x41\x16\xd6\x6a\xa8\x89\xda\xb3\xb0\x57\x35\x60\x22\x48\xeb\xfa\xcf\xf3\xe4\x9e\xea\xc8\xa6\xa9\x59\x11\x0a\x8e\xd7\xa5\x94\xac\x02\xb9\x5f\xdb\x90\xa0\x55\x6f\x59\x6f\xc9\x77\xba\xc2\x68\x87\xa3\x8e\x24\x99\xce\xbf\x2a\xfd\x27\xaf\x25\x72\xf6\xf1\xed\xd3\xd8\xe1\x4a\x6d\x89\x8e\x24\x4e\x78\x92\x31\x43\x6a\x20\xb7\x54\x1e\x87\x66\x86\xc6\xfb\x8a\xbf\x6b\x1a\xde\x16\x0c\xdf\xba\xad\xb8\x9b\x74\x45\x05\xd9\xaa\x06\xd9\xa4\xbc\x08\xbc\xf1\xb4\x5b\x90\x5d\x22\xde\xa2\xcc\xe4\xb5\x55\xd2\xfa\x47\x35\xf1\xeb\x87\xe5\xb9\x74\x4d\x21\x70\x00\xee\x28\x06\xad\x67\xb5\x8a\xa6\xec\x21\x32\x87\x1e\x6b\x57\x96\x86\xca\xd0\x30\xa3\xbb\x2a\xd4\x68\xfc\xb2\x28\xf2\x26\x2f\x8e\xea\x47\x1c\x8d\x41\x41\x3d\x1e\x47\x41\x16\x1d\xfd\xda\x69\x94\x95\x60\x09\x11\xb6\xf6\x5b\x9c\x91\x73\x19\x73\x3c\xf4\xa5\x47\xde\xc9\xc5\x81\x88\x0c\x4e\x25\x68\xaa\xa7\x35\x00\xc0\x0c\x3b\xbd\xbe\xf1\x9c\x4f\xe0\x50\x70\xf7\x73\x30\x7c\x6a\x6d\x48\xaf\x8a\x4a\xe2\x9d\x7f\x73\x2d\x2a\x84\x69\x7f\xec\x95\x39\x8c\x91\x2d\x65\x5e\x33\x1c\xce\xb0\xb1\xe5\x7e\xbc\x24\x4f\x05\x1a\xe6\xa3\x72\x35\x5e\x9d\x9e\x90\x65\xd9\x59\x34\xc1\x8d\x33\x64\xc0\x62\x00\x19\xac\x1a\xd7\xde\xed\xe6\x1e\x2d\xa6\x16\xbf\x9b\x92\x37\x89\x9c\xf7\xee\x19\x8f\x3d\x92\x46\xc3\x98\x3a\x09\x79\x2a\x9e\xd7\x17\x77\x6c\x4c\x48\x7f\x7f\xf2\x6d\xba\x3f\xb1\x47\xf0\x8c\xe4\xc3\xc9\xa8\x93\x0c\x67\x95\x11\x27\x32\x9e\xa0\xa2\xa8\xaf\xe2\xa3\x33\x64\x5c\x1e\xfe\x6a\x16\x34\x01\xd2\x6f\xb1\x7e\x61\x86\x33\x7b\xde\xf3\xde\x03\xa3\x1f\xb0\xba\xcb\x97\x17\x57\x9d\xfc\xd5\xae\xe3\x94\xfc\x2e\xe3\x25\xda\x8f\xab\xea\xf6\x80\x60\xd9\x34\x42\xa0\x2a\x71\xba\x01\xc8\xf9\x8c\x0a\x25\x57\xa5\x08\xa7\x36\xdb\x21\xa3\x1f\x48\x82\xd3\xe1\x2d\x1d\x91\x0c\xa7\x16\x37\x30\x30\x29\x79\x53\x48\xb7\x1b\xa7\x86\x85\x12\xff\xd4\x66\xed\xc9\xad\xb4\x93\x22\x3c\x23\x1b\x8c\x6e\x41\x9e\xe8\x97\xea\xee\xd1\xd1\x53\x40\x26\x58\x9f\xb8\x09\x80\x19\xcc\x7b\xc9\x74\xea\x12\x63\xa8\x85\x9c\x20\x3c\xf1\xda\xb1\x0a\xde\x93\xd1\x8e\x4d\x49\x14\x6d\x13\x32\xb1\xbc\xa2\x33\x5d\xad\x62\x5a\xf5\x04\x99\x94\x95\x6c\x56\xbf\x86\x27\xbd\x71\x09\xab\x0c\x10\x83\x03\xd5\xdc\xfa\x6a\x4a\x38\xf2\x91\x01\x78\x5a\x80\x2c\x76\x22\x63\x8a\x27\x78\x89\x67\x78\xea\x73\xb1\x84\x8b\xa6\x2f\x4c\x6a\xdd\x16\x5e\xc7\x69\xbf\x50\xa2\xa0\xfd\xa2\xa1\x1f\xd3\xf6\x11\xad\x63\xfb\x2d\x36\xb5\x85\xb5\xa9\x05\xeb\xf4\x3c\x73\xda\xa4\xd9\x86\x86\x17\x86\x4b\xb7\x9b\xaa\x8c\x4a\x56\x7d\xd7\xee\x6f\x60\xa2\xbb\x34\x0f\x0e\x8f\x43\xb8\x88\x98\x39\xc3\x19\x29\x1d\x68\xc0\x35\x4d\xf5\xfb\x40\x56\x79\x45\x73\xca\xb1\x34\xda\xd1\x9c\xca\x92\xd6\x54\x62\xae\x17\x71\x49\xb4\xb8\x5c\x42\x2b\xc6\x29\xe1\x3d\x8f\x13\x8e\x27\xe1\x4f\xfb\x91\xb5\xae\x5a\x0e\x15\x37\x69\x04\xfd\xa5\x60\x38\x02\x46\x60\x2f\xda\xfb\xbb\x7b\xdb\x84\xe4\xfb\x86\x15\x13\x39\xcc\x47\x38\x25\x77\x8a\x05\xa8\x1b\xfd\x70\x6f\xb4\x0f\x5a\x4b\x7f\xdf\x9f\x28\x12\xca\xb4\xf2\x76\x82\xf0\x5b\x70\xe6\xc5\x1c\xa7\x98\x21\x84\xf3\xdd\xdd\xc2\x6a\x3a\x03\x1d\x81\xe2\x18\xba\x8d\x29\x11\x9e\x6d\x1c\x04\x7f\x0f\xca\x91\x6a\x02\x75\x9a\x14\x89\xeb\x94\x15\xd3\x40\xd3\xb2\x5e\x33\xe4\x24\xaf\x43\xd9\xed\x56\xfb\xaa\x95\x3f\xa8\xdb\x3d\x94\x3d\xa3\x3d\x32\x43\x64\x8a\xc3\x49\xbc\xc4\x1c\xe7\x58\x04\x1a\x91\x29\xe1\xc1\xa0\x78\xeb\xa0\x38\xea\x88\xcf\x1f\xd4\x06\x75\x57\x69\x50\x41\xdf\xa5\xe9\xae\x5a\x17\xa3\x1d\xd6\x3c\xe3\x48\xc6\x0c\x04\x15\x97\x10\xb4\xde\x3d\xa3\x66\x59\xf8\x99\x4d\xbb\x5d\x7b\x1c\xaa\xbf\x9a\xd1\x8e\x3e\x5d\xd3\x44\x83\xc5\x43\x08\x4f\x14\xc7\xb1\xad\x4c\x9a\x5b\xb9\x96\xb1\xc4\x39\x60\xaa\x82\x27\xf6\xa7\x37\x6a\x40\x47\xd5\xe1\x10\x05\xf3\x1c\x25\x82\x25\x97\x59\x4a\x23\xc6\xb7\x78\xb7\x5b\xad\x59\xa8\x57\xf8\x42\x5d\x7f\xfd\xa7\x41\x79\xbe\x96\xcb\x67\x55\xee\xca\xd7\x72\x79\xc3\xb2\xd6\x9a\xc2\x1d\xa7\x82\x5c\x48\x12\x3f\xd3\x38\xfe\x29\xd6\x57\x2f\x67\x37\xca\xd8\xe0\xbb\x2e\x9a\x84\x6d\x79\xd0\xac\x9e\x1e\xde\xd3\xd1\x08\x0d\xe0\xdf\x12\x5b\xde\x20\xc3\x97\x3b\x5d\x99\xca\x58\x56\xa7\x9e\xf1\xe3\x8b\x37\x11\x08\x1a\xc1\xc1\x5e\x99\xe3\xca\x5b\x7b\xb8\xc1\xa0\x1b\xf4\x07\x4d\xf7\x25\x33\x05\xdc\xfc\xe1\x92\xd2\xb3\xf2\x69\xb1\xce\x03\xa8\xdb\x65\xed\x76\xf6\x60\x4d\xc5\x27\xc8\x3f\xef\xa4\x3a\x7c\x44\xb7\xbb\x5d\xc9\x7d\x6f\x92\x0b\x22\x7b\xf5\xfc\x5d\x2a\x96\x5b\xee\x3c\x69\x32\x70\xea\xac\x5c\x7d\x1d\x47\x65\x94\x0d\x8c\xe6\x71\xe6\xde\xed\x55\xa6\x33\x48\xb6\xd4\x30\xd5\xa1\x84\x55\xb0\x86\x05\x2d\x6d\x0e\x5d\x57\xb9\x9a\x50\x1e\xb1\xdb\x65\x8d\x3b\xc2\xdf\xb4\x39\x1a\x3c\x07\x3f\x8b\x7e\xeb\x33\xb7\x9e\x3e\xff\x5b\xfd\x13\xbc\x8f\x72\x31\xa0\x05\xe6\xe0\x36\xe0\x15\x9c\x2f\x4b\xf1\xc4\x3d\x4f\xb0\xc7\x54\x26\x2c\xcd\xe3\x27\xa6\xdd\xe1\x75\x1b\x83\xed\x7e\x11\x58\x6a\xdf\x7d\x6a\xe9\xbd\x42\x9b\x17\xbf\xaf\x3b\x55\xf6\x4b\x4e\x95\xfd\xb2\x53\x65\x3f\x74\xaa\xdc\xee\x57\xdd\x27\xfb\x65\xf7\xc9\x7e\xc5\x7d\xb2\xbf\xce\x7d\xd2\x7d\x5d\x72\x94\x7c\xaf\xfd\x2a\xfe\x94\xf8\x8f\x66\x13\xae\x0e\x18\x4a\xee\x9d\x27\x45\xf9\xe6\x66\x9d\x1e\xb4\xa6\xc4\xba\x3d\xb8\x68\x45\x5e\xf6\xbe\x78\x2f\x0d\x70\x34\x57\x67\x8d\x77\x1e\xc3\x09\xc9\x0e\xb2\x50\x9b\x62\x33\xd6\x69\x4f\x0e\xff\x9c\x24\xcd\x2d\x80\xd3\x05\x0b\x1d\x3f\xb4\xeb\x22\xc5\xe5\xfe\x0e\x24\x36\x4a\x9d\xc0\x0b\x8e\xe3\x50\x65\x32\xf8\x5e\x96\xb4\x3c\xea\x7a\xfb\x73\xbb\x61\xe1\x59\xe9\x3b\x43\x27\x91\xcf\x4b\xdb\xd9\xa0\x4a\x2c\xd9\x05\x4a\x0a\xb2\x92\xbb\x06\x6a\xd5\x94\x79\x15\x64\xb3\x7e\xab\xaa\x85\xdc\xe8\xe2\x5a\xf1\x13\xc9\x3e\xed\x7a\xcc\xdc\xf5\x98\x19\x37\x58\xb8\xe0\x32\x77\xc1\x4d\x9a\x2e\xb8\xac\xe5\x3a\xc8\x3e\xed\x82\xcb\x9e\x71\xc1\xcd\xfd\x05\x97\xe9\x8c\x3e\x19\x4e\x9e\xa5\x76\x6c\xb9\x7f\xe6\xcf\xb9\x7f\x36\xfb\x8e\xb2\x96\x0b\x68\x0e\xb6\x9e\x3f\x25\xc2\xaf\x36\x39\x74\xf7\xd7\x38\x74\x87\x39\x6b\xfe\x2e\xde\xf3\xeb\x26\xec\x01\xbf\x6b\xa8\xc1\x4f\x82\xb0\x70\x1f\xc5\xe9\xbc\xba\x8c\xeb\x0a\xef\x9d\x1e\x1e\x5d\x5f\x5c\xfe\x3a\x3e\xbd\xb8\x34\x41\xa4\x9d\x1a\x4f\x10\xbd\xd9\x32\x4d\x15\x45\x19\x24\xeb\xbd\x3e\x2a\x73\x80\x57\xb2\xca\x36\x84\x65\x1b\xda\x1a\xde\x60\xdd\x69\x10\x49\xbd\x46\xd6\x49\xc5\x20\x62\x82\x95\xe7\xc7\x8d\xe6\x26\xbd\x17\x0c\xdb\x0d\xbd\xc4\xe5\x3a\x27\xae\x49\x39\x2a\xb6\x14\x70\x65\xf2\x15\x83\x16\xae\x5a\x6b\x1d\x2c\xb9\x1c\x9b\x1d\x7c\x6a\x42\xd7\x5b\xa0\xf4\x6a\xbd\xc5\xc6\x35\x0a\x7f\xb5\xd1\xcd\x0e\x36\x94\x71\x09\x02\x7f\x08\x8b\x41\x11\x3a\x82\x9d\x4d\x51\x10\x71\xff\x60\x8f\x20\x91\x65\xb2\x02\x32\x69\xfd\xc9\x81\x02\xe6\xd9\x32\x9d\x5e\xd2\x59\xba\xcc\xe7\x36\x99\xab\xf7\x06\x73\x4f\x44\x2d\x53\xa7\x46\x92\x5b\x82\xc9\xc1\x9d\x58\x29\x59\x06\x5c\x73\xa2\x13\x90\xea\xb2\x6f\x12\xc6\x51\xec\x5e\x03\x3b\xbf\x15\xc9\x3d\x56\xf7\xdf\x0c\x27\xb1\xc4\x4f\x66\x2f\x0d\x18\x40\xf0\x5d\xb1\x9b\x94\xf1\x5b\x93\xcb\x0c\xa7\xa8\x33\xcd\x9e\x28\x99\x18\xd0\xc5\xe2\xc3\x5c\x35\xb3\x4d\x35\xe4\xa3\xd1\xfe\x05\xd8\x8c\x1a\xed\xb2\xa9\xef\x66\x51\xa6\x3d\x9b\x90\x36\x7e\x4a\xd2\x0f\xc9\xa3\x92\xac\x8d\x04\xae\xa5\x95\x62\x3d\x56\xf4\x3a\x58\x50\x98\x78\x42\x80\x2c\xd6\xbb\x10\x1a\x6c\x4b\xef\x3f\xe8\xf2\x4d\x04\xeb\xd0\xf7\x2b\x1b\xae\x1f\xb4\xe2\x3d\x21\x1b\x56\xd8\x8c\xde\x3c\x72\x5e\x3e\xdb\xb2\x1c\x8f\xd5\x11\xdd\xae\xb4\x61\x68\x26\xb2\xcb\x4b\x8f\x36\x8e\x0b\x3e\x72\x71\x58\x36\xbe\xf6\x27\x09\x71\x63\x96\x72\x7f\x09\xcc\xe6\x3f\x79\x63\x26\x45\x9d\x9f\x74\x86\x97\x09\x8d\x25\xde\x0b\x24\xc9\x1f\x9c\xcf\xe9\x6f\x06\xcc\x05\xa6\x47\x90\x7e\x27\xef\xdd\x24\x93\xbb\x9b\xa5\xe0\x54\xf4\x32\x1e\x47\xd0\xc5\xb6\xfc\x02\xfd\x7d\xfa\xed\x4f\xce\xa8\x4e\x77\x76\xd0\x4f\x72\x48\x47\xbd\xb1\x0d\xf7\xf3\x0b\x1c\x83\x52\xa2\x56\x3d\xe5\xd3\xe7\x57\xce\x66\xf1\xb6\x69\x80\xe5\xef\x55\xc5\x31\x02\xfb\x11\x15\xdf\x99\x83\xef\xf2\xc4\x1c\x7a\xaf\x2f\x2e\xde\x8e\x5f\x9f\xbd\x39\xbb\x36\x41\xaf\x6a\x78\x58\x97\x76\x13\x8d\x83\xf8\x32\xc6\x67\x4a\x7e\xa6\x26\xaa\x8c\xf1\xdb\x2d\xc6\x4d\xef\x75\x2e\x6e\x49\x27\x92\x4e\x5d\xf0\xf4\x16\x15\x3b\x3b\xe5\x11\x01\x2a\x02\x90\xc7\x0f\x12\x15\xd0\x62\x39\x16\xce\x20\xfb\xfc\x26\x2d\x45\xfe\x06\xe0\x09\x59\xfa\x40\x3b\x66\x2d\xda\x6a\xa4\xa8\x28\x60\x12\xf5\x29\x24\x36\x3b\x0b\x57\xbc\x48\xb6\xf7\x02\xc7\x12\xd6\xed\xc6\x8c\xcc\x7a\x93\x94\x51\x2e\x5f\x2e\x59\x3a\xa5\xc2\xe6\x64\x51\x54\x6f\x78\xd8\x58\x51\xbc\x0b\x64\x97\x31\xd5\x41\x2c\xf6\x4b\xc5\xc4\x2f\xe9\x2d\xcb\xa5\x78\xb4\x72\xf7\x58\x4d\x2f\xe3\x74\x7a\x9a\x89\xe3\x8b\x37\x56\x38\x1e\xd7\xb9\xdc\x58\x23\xaf\x0c\x47\xe6\x67\x9a\xe4\xd2\x5d\xb6\x77\xf7\x5c\x86\x98\x4b\xbb\x22\x97\xf0\xbd\x2f\x4e\xef\xb3\x07\x3a\xbd\x2c\xd7\x72\xa3\x07\x43\x58\x61\x35\xd7\x0d\x92\xac\x06\x6f\xb8\x80\x13\x02\xec\x32\xc1\x31\xe2\x24\xc9\x90\xd7\x78\x45\xc5\xe1\xdb\xb7\xaf\xcf\x8e\x0e\xaf\xcf\x2e\xce\xc7\xd7\x27\x6f\xde\xbe\x3e\xbc\x3e\x19\xff\x7c\x79\xf8\xf6\xed\xc9\xa5\xd5\x96\x57\xcd\x8b\x8f\x12\x3f\x95\xa5\x9e\xb2\x1c\x53\x00\x60\x30\xfd\x10\xff\x8d\x01\x63\xac\x49\xa6\x6f\xb6\x16\x3b\x77\xe0\x29\x7b\x88\xcc\xad\xfa\x79\x91\x38\xeb\x65\xfc\xe7\x06\xe4\xac\xb1\x31\x7b\x51\x62\xa3\xf1\x02\x3d\xc9\x66\x1d\x68\x59\xcf\x59\xfd\x88\x4d\xc1\xd5\xb1\x04\x13\xa7\x51\xd5\x6f\xa5\x07\x48\x51\x9c\x63\xac\xf6\x03\x08\x75\x98\x95\x90\xbd\xfd\x0b\x54\x38\xe9\x6f\xac\x69\xee\x98\x02\x9f\xd1\x7d\x84\x03\x7b\xb2\x14\xe2\x11\xc5\x0c\x61\x0e\x21\x16\xfa\xbb\xeb\xac\xd1\x01\x47\x55\xff\xab\x7c\x76\xa5\x6a\xa7\x42\xa5\xb5\x0f\x5b\xec\x3c\x26\xe5\xbf\x34\x04\xb9\xf5\xa3\xd4\xec\x67\xd6\x73\xc9\x33\xc7\x97\x27\xa7\x8a\xcd\x1e\x9d\x20\x9c\xc1\x47\x5f\xc9\x98\x7a\xde\xd1\xc0\x39\x30\xc7\x02\xb3\xf2\x06\xb5\x23\xd0\xfc\x56\x6d\xe2\x38\x83\xae\x5a\x29\xa1\x86\xe8\xd2\x7c\xac\x40\x09\xc5\x82\xe8\xa6\xbc\xee\x5a\x66\xeb\xd4\x59\xd7\x50\x8e\x08\x44\xf0\x2f\x79\x63\x55\x1a\xe2\x64\xab\xa1\x60\xbd\xfa\x91\xee\x90\xe2\x4c\x95\x08\xf6\xca\x55\xd0\xf0\x43\x9d\x6e\xd2\xc4\x5a\xd0\x84\x2f\x17\x6a\x2a\x34\x76\x52\x23\x43\x55\x57\xb9\x50\xfd\x55\x0d\x69\x80\x2b\x72\xa9\xa6\x2a\x23\xdb\xae\x30\x64\x64\x0f\x5d\x49\x02\xbe\xec\x52\x2b\x69\xd4\x19\x1b\x97\xbe\xbb\xbb\xef\xfc\x32\x86\x62\xd4\xe1\x5a\x30\x8b\x29\xe0\x12\x07\x67\xab\x13\x3e\x04\xde\x03\xac\x4a\xde\x24\x98\x55\xba\x62\xbd\x33\xc7\x75\x59\x6c\x0c\xc1\x14\x87\x69\x0a\xfc\x3e\x76\xe1\x48\xad\x80\x28\x74\x78\x43\x47\x7f\x17\xd2\x09\x2f\x83\xe8\xb5\xca\xa5\x6a\x43\x40\x32\x7f\x7d\xe0\x2c\xa8\x00\x71\x22\x8f\x51\x05\x85\x4f\x03\x41\x04\xbb\xa1\xd1\xc3\x2a\x58\x91\x8e\xcb\x9e\x01\xb1\x19\xc2\xd9\x87\x62\x03\xfd\xf3\x93\xb4\xd0\xfe\x08\x57\xb7\x5a\x1e\xc8\xa2\x71\xb5\xe5\xbc\x7e\xf1\x68\xa6\x0c\xb5\xd9\x5d\xca\xad\xe0\x30\x56\x37\x07\x51\x96\x6e\x9d\x95\x35\xc8\xe7\xd0\xdf\x67\xde\x25\x93\x59\x7f\x90\x8c\xc8\x21\x1b\x75\x32\x2f\x8e\x1f\x98\x1c\x05\x19\x1a\xb0\xef\x08\x5d\xad\x32\x23\x66\xc7\xa8\x68\x90\x1c\x42\x35\xfd\xb2\x77\xf4\xee\xf2\xf2\x44\x87\x51\x06\x82\x75\x20\x55\xeb\x7b\x8d\xed\xc7\x77\x54\xbb\xaa\xec\x3b\x1f\x41\xef\x38\x02\x58\x52\x60\x30\xb6\x42\x76\x82\x3a\x8e\xcc\x73\x25\x63\xbb\x74\x83\xa5\x5d\xd3\xed\xfe\x22\x3d\x7c\x44\xcb\x32\x54\xf0\xb3\xb6\x9b\xa5\x1f\xbb\x63\xea\x52\x51\xdf\x24\x4b\xdb\xde\xd3\x29\xc2\xab\x2b\x1e\x23\x4c\xc9\x76\xdf\xcd\x01\x75\x7b\xed\x99\xb3\x87\x7d\x32\x45\xa0\xea\xd2\x85\xc6\x26\xf2\x54\x2f\xec\xdc\xa2\x76\x09\xae\x80\x2d\x54\xde\xd2\xa4\xf1\x1a\x10\xd2\x5d\x53\x0a\x33\x3a\x94\x81\x44\x5f\xd4\x89\xd1\xa6\x29\xea\x57\x85\x4e\xda\xbc\x3a\xf5\x43\x26\xec\x58\x49\x3a\xb7\x9f\x5e\xf0\x89\x43\xc8\x8a\xc2\x84\xc3\xc2\xd5\xa1\xeb\x36\xd7\x96\x36\xf5\x46\xc8\x07\x9b\x29\x09\x40\xd8\x43\xc3\x55\x69\x89\x1a\xe4\x68\x4b\x71\x4d\x63\xb1\xab\x63\xae\x52\x26\x83\xda\x1a\x2e\x61\x20\x5b\xf5\x6a\x52\x41\xa4\xd0\x3a\x2f\xf1\x77\xc3\x44\x3e\x07\xc2\x47\x5d\xd6\xb1\xf6\x3d\x71\x62\x07\x2d\x1f\xd7\x78\x7b\x0f\xd3\x9e\x95\x3f\xca\xe9\x76\x6e\x9d\x33\x4a\x79\x8a\x2a\x30\x24\x87\x00\x40\xa2\x6e\x87\xff\xa9\x35\x04\xba\xcc\x7f\x6e\xb1\x1c\x60\x94\x92\x34\xcd\x3e\xd0\xe9\x16\xe3\x5b\x3c\xe3\xbb\xcc\xab\x77\xb7\x02\x53\x52\xbe\x15\xe7\xcb\xc9\x7c\x2b\xc9\xb7\x4e\x93\x5c\xbe\xcc\x32\x89\x7a\x91\x96\x32\x25\x18\x1e\xcf\x38\x15\xd2\x4d\xb4\xd0\x13\xcd\xff\xe7\x4c\x74\xff\x93\x26\x3a\xc4\xe2\x6b\x8a\xb5\x2c\x4d\x8c\x9b\x51\x37\x3d\x5c\x4f\x0f\x03\xff\x74\x38\x43\x44\x4d\xbc\x2d\xe9\x6a\x69\xc9\x48\x53\xb3\xce\x98\xb4\xef\xa2\x28\x70\xd2\x3a\xe5\xcf\x33\xba\x68\x94\x32\x89\xc5\xa7\x44\x5f\xac\xbf\x6e\xe9\xde\x7d\x39\xec\x81\x89\x6a\xce\xc5\xa7\x61\xae\x6c\x30\x0f\x6e\x40\x57\xa9\xaa\xe8\xf7\x36\xab\xe8\x97\xa2\xd9\xab\x7e\x29\xf4\xc5\x36\xfd\xd2\x5d\xf1\x99\xa6\xb0\x0d\x17\xd4\x5c\x14\x10\x22\xd0\xe6\xf7\x6c\xb0\x10\x9b\xbc\x65\x1b\x3c\x97\x97\xc2\x38\xba\x3e\x59\x0f\xe7\x81\x8e\xa7\x56\x37\xbc\xc7\x85\xb5\xd6\x18\xdf\x45\xf5\x24\x42\xc5\x3a\x73\x59\x90\x5d\xb6\xea\x08\x9b\x28\x61\x4d\x3b\xf2\xe7\x65\x9f\x48\x5d\x2f\x5e\x92\xcc\x5a\x8f\x9e\x26\x7a\x61\x03\x1f\x56\xd5\x9b\xdc\x65\x3f\x44\x38\x25\x4f\x94\x3f\x58\x88\xc5\xdc\x9b\x8f\x96\xc5\x17\x98\xad\xd2\x36\xb3\x55\xc4\xf8\x62\x29\xa3\x35\x7e\x93\x4b\x6f\xb6\x4a\x54\xff\xda\x90\x3d\xec\x86\x53\xfc\x4e\x10\xea\x80\x28\x43\x1d\xc0\x6f\x26\x5b\xdd\x7f\x0f\xec\xc7\x06\x7f\x8d\x8d\x7e\x1a\x8d\x68\x1b\x10\x06\x9d\x53\x40\x91\x74\xd8\x9b\x7a\xe9\xb1\x46\x9c\x75\xae\xf2\x9b\x1c\x46\xda\x1d\x78\xbe\x04\x27\xe3\xb9\x63\xfb\x1b\x7c\x41\x36\xfb\x80\xd8\x19\x2b\x3b\x83\xb8\xc7\xc0\x76\x13\x81\xf0\x44\x94\x90\xa8\x67\x22\x88\x5b\x7a\x6b\xf9\xcd\xc5\xcc\xeb\xf9\xa7\xa2\x0c\xd6\x0d\x6e\x78\x00\xa7\x80\x83\xbc\x0a\x73\x01\x3c\xd0\x5d\xe8\xe9\xbe\xd6\x39\xcb\x7d\xcb\x71\x26\xc2\x80\x00\x74\xc2\xa0\x1b\x11\xc6\xcb\xcc\x00\x85\x38\x04\x26\x03\x37\x49\x41\xb2\x9e\xe9\x24\xfd\x28\x29\x9f\xc6\x4f\x2c\x3f\x9a\xd3\xc9\xdd\x4d\xf6\xb1\x96\x9b\x58\x13\x4c\x3d\x09\x7a\x34\x31\x25\x7c\x56\xe8\xc7\x05\x2d\x10\x2a\x50\x67\x2a\xe2\xa7\x59\xa2\x96\xeb\xb1\x21\x1c\x18\x36\x5c\xaa\x71\xab\x41\xb0\x52\x8c\x71\xbb\x8f\xab\x7c\xa0\xc0\x0b\x81\xf0\x42\x3c\x23\x13\xad\x2b\xf4\xb5\xe6\x1a\x5a\x7c\xb8\x17\xe4\x55\x63\xc2\xca\x71\x2f\xcd\x26\xe6\x2c\xb1\x5a\x79\x84\xf0\x43\xab\x36\xde\xa3\x4f\x67\xe9\x83\x12\x3c\x36\xc0\xd6\xb7\x06\xd6\x04\xea\x19\x5b\x99\xfd\x43\xd1\x9d\x3a\x48\x8c\x70\x03\x39\xa5\x40\xb2\xf1\x8e\xef\x95\x9a\x63\x6e\x0d\xad\xad\x62\xc6\x27\xb6\xc4\x66\x71\x53\x2b\xbd\x92\x60\xd1\x90\x27\x4e\xf8\x4e\xd8\xac\x4d\xb6\x51\x27\xd6\x18\x69\xa6\x21\x45\x18\x33\x2e\x3f\x45\x49\xce\x61\x15\x39\x47\x9a\x18\xb1\xef\x69\xba\xa8\xa1\x95\x97\x6c\x88\x76\xb8\xe1\xf7\x86\x9b\xd8\x4a\xea\xf8\x97\x9b\xaa\xb1\x25\x2a\x15\xb9\x33\xb7\x45\x25\xbb\xb6\x4e\x57\xf8\x7b\x18\x7f\xa5\xea\xb7\x89\x90\x2c\x49\x9f\x5f\x9d\x29\x60\xaa\x01\x23\xe3\xe3\x27\x4a\x85\x7b\x5f\x24\x15\xae\xc5\xdc\x6b\x94\x0a\x3d\x5f\xbc\x15\xad\x81\x67\xbd\x24\x7f\xe4\x93\xd7\x6c\x46\x8f\x1e\x27\x29\xb4\xa6\x6e\xef\xb9\x67\x97\x37\x6b\x0a\xfb\x2e\xf8\xef\xc7\x6b\xbe\x9f\xba\xb3\x06\x36\xf9\x07\xd1\x6e\xd1\xf9\x5b\x03\x3e\x1b\x05\x3e\xa3\xb3\xc5\x8c\x48\x40\xec\xbe\xd5\xf8\x7f\xa1\x7c\x94\x93\x4c\xcb\x7a\x78\x49\x9e\x0a\x3c\x69\x3a\x31\x2d\x2a\x7a\x4f\x26\xb7\x80\xdf\x57\xca\x13\xf5\xf6\xf2\xe2\x97\x5f\x6d\x54\xd7\x53\x09\x0a\xd4\x86\xfa\x01\xfa\x50\x2c\x91\x3d\x8d\x72\x7b\x18\xb9\xeb\x51\x90\x55\xd5\x38\xd9\xfa\x54\xda\x6c\x16\x4b\x42\x48\xda\x3b\x7a\x77\x75\x7d\xf1\x46\x09\x49\xe3\xd3\x8b\x4b\xcb\x58\x26\x05\x9e\x27\xf9\xa0\x91\xee\x6d\xc3\x05\xce\x3e\xf0\x1f\xe9\x63\xde\xc0\x4f\xb4\x93\x61\x5e\xe0\x72\xec\xf0\x31\xcd\x27\x82\x2d\x64\x26\xea\x65\x9e\x28\x5f\xde\x6b\xf0\x5e\x20\xd4\x8c\xcf\xd8\xed\xd2\xfe\x2e\x8a\xa2\xd3\xc7\x4b\x38\xe9\x21\x7f\x5f\xbc\xc4\x33\x1d\x97\x67\x43\x9a\xa7\x6a\xfb\x53\xdb\x54\xbc\xc4\xd5\xc1\xe1\xa7\x72\xa5\x7b\x38\x6c\x72\xcf\x64\xc1\x9c\x14\x08\x9b\xee\x37\x87\x07\xb4\x35\x47\xf1\xfa\x21\x54\x11\x5d\xf5\xf1\x60\xe9\xa0\x71\xd9\xa4\xf1\x8d\x76\xcb\x56\x80\xdd\x9a\x6b\xd7\xa7\xe9\x60\x89\x83\x8b\x4d\x16\x86\xfc\xd9\x02\xc6\xbb\xc4\xd2\xb2\x63\x77\x71\xf5\xae\xa2\x23\x80\x30\x47\x78\xae\xfd\xe2\x44\xcc\xf0\x14\x67\x98\xe2\xe5\x97\x38\xc5\xcd\x3f\x3b\x28\x6b\xda\xe2\x13\x37\x6f\xf1\x9e\xff\x6c\x09\xba\xe3\xa3\xae\xdd\x86\xae\xc7\x69\xa9\x8e\x76\xa4\x9d\x79\x13\xb7\xa8\x98\x34\x90\x63\xb8\x10\xac\x69\x21\xf0\x8d\x88\x05\xea\x76\x85\x69\xd7\xaf\x04\xf7\x8e\xde\x6b\x02\x15\x5c\xcf\xca\xc1\x10\xb7\x4a\xc0\xec\x76\x03\xb8\x5a\x5f\xb1\x78\x86\xff\x78\x73\xb5\xfb\x4d\x22\xdb\xad\x36\x4d\x01\xa3\x2f\x90\x6f\xf6\x5d\x65\x3c\xc2\xba\x8f\x1f\x65\x5c\xd2\x8f\xcd\xaa\x97\x96\xe1\xc8\xa0\x9c\xaf\x68\xe3\x7d\xb2\x79\xd9\x2c\xd5\x3a\xe0\x55\x11\xd6\xce\x91\x8f\x3e\x69\xb9\xdc\x3c\xf8\x24\x4d\x6c\x16\xab\x13\xcb\xb5\x04\x71\xaa\x84\xb6\xdf\xdb\x9c\x5a\x42\xd1\xcc\xe7\x5e\x82\x84\xa2\x97\xe0\xfa\xe3\xa2\xef\x37\x45\x8f\x57\xa7\xd9\x73\x97\xb2\x37\x85\xc0\x4f\xcf\xc0\xe4\x5d\xad\x64\xeb\x81\xfe\x9c\x00\x1e\xdf\xfa\xb2\xc7\xf2\xa3\x8c\xe7\x52\xd1\x4f\xc3\xb5\x1d\x18\xde\xe6\xc8\xa4\x2f\xbd\xd1\x6e\x0a\xe5\xf8\xf2\xfa\x9f\x87\x15\xd1\x80\xbc\xfa\x5c\xe7\x6d\x50\x39\x22\x7c\xf2\x0c\xf7\x25\xe3\x92\xa7\x29\xe1\x59\x40\x87\x94\x3f\x58\x6f\xa3\x32\x9b\x23\xac\xc9\x59\x76\xbd\x9b\xa0\xdb\x9c\xb2\xe2\x51\xde\x19\x6b\x8e\xe2\x2a\x08\x4e\x27\x2b\x3d\x5f\x54\xf5\xcf\x98\x3f\x3b\x8a\xc1\x0d\x79\x43\x1c\xc3\x07\xe1\x84\xc0\x60\x1d\x82\xf9\xae\xc7\x2d\x3c\x2f\x36\x21\x08\x49\x28\x5d\xab\xb0\xed\x19\x28\xc6\xaf\xbe\xe4\x82\xf0\x37\x41\x75\xef\x7d\x2e\x54\xf7\xc7\x35\xb2\xfa\xdf\xad\x46\xfe\xbf\x06\xe2\xf8\x4a\xb4\xaa\x8b\xcb\x48\x1c\x70\x89\x70\x09\x6c\xd6\x82\x78\x6b\x0d\xf3\x53\x09\x2d\xbc\xf0\xc0\x23\x2d\xd2\x57\xd6\x26\x7d\xf1\x35\x82\x97\x76\xcb\xb5\xb4\xcb\x0a\x84\xb3\x92\x0a\xab\x49\xc9\xeb\xf3\x7d\xf6\xce\xdf\xbd\x7e\xed\x3d\x9b\xfe\x3e\x85\xee\x7f\x5f\x80\x9a\x83\xb3\xfd\x42\xad\xf2\xb3\xa3\x00\x3f\x11\xcb\xf9\x99\x10\xcb\x5f\xac\x39\x7e\x76\xff\x85\x39\xad\x0e\xd7\x9c\x56\x0d\x6c\xdd\xa7\xc9\x2b\x33\xec\x8f\x25\x1b\x60\x29\x9f\x06\xb5\xf9\x34\x80\x35\xd7\xb2\x68\x04\xaa\x1b\xc8\x53\x01\x67\xcc\x5d\x9b\x0e\xaa\x82\xa1\xd2\x0f\x33\x3e\xbe\x15\x21\x7f\xf1\x1f\x82\x5a\x0f\x3e\x06\xa5\x9e\xc1\x7c\x61\xc4\x83\xed\x19\x44\x46\x70\x1e\x3e\xe0\xdf\xed\x1d\xd4\x10\xf3\x54\xf9\x3d\xe4\x6c\x03\x40\x6c\x03\x80\x70\x54\x05\x5e\x34\x17\x78\x51\x2d\xc0\xbc\xb2\xe5\xb2\xa5\xb3\x96\x7f\x40\x8a\xd1\x33\xb8\x15\x42\xd7\x9d\x09\x6a\xaf\x1f\x78\xbb\x5f\x07\x2a\x9b\x92\xee\x99\xd6\x26\xca\xc1\xd5\x45\xbb\xee\xc3\x41\xb4\xab\x04\xef\xdd\x19\xa3\xe9\x34\xf2\xd5\x1e\x6d\x9c\x49\x07\xff\xef\x51\x20\x31\x27\x62\x28\x3c\xb0\x23\x70\xd2\xd2\xb4\x95\xe7\xb9\x3a\x65\x1c\x0d\x98\x76\x0d\x61\x16\x8d\x90\xa1\x41\x14\x74\xeb\x4d\x49\x41\xe5\x9f\xff\x2e\x2a\x71\x72\x38\x03\x18\x22\xfb\x81\x07\x22\x12\xc3\xaf\x46\x88\x11\x81\x33\xa2\xfe\xf4\xb0\x0e\x89\xfb\xa2\xe3\xd1\x8b\x48\x72\x10\x33\x22\x21\x95\x84\x76\x14\xc9\xd5\x05\xcb\xfc\x39\x14\x23\x34\x08\xdb\x00\xb0\x19\x46\x40\xf5\xe4\x2c\x0c\x8d\x7e\x3f\xee\x78\x75\x00\x44\x24\x48\x69\x8a\xb0\xce\x97\x43\x5d\xa2\x1c\x5f\x60\x28\x46\x36\x83\x85\x06\xd8\xb1\xf9\xdc\x24\x4e\x93\x1b\x9a\x0e\xa2\x7f\xdd\xa6\xec\xfe\x9e\x8a\xaf\x27\x69\x96\x2f\x05\xdd\xd5\xdd\x8d\x0a\x2f\xf2\xdf\xf7\x66\x69\x72\x7b\x4b\xa7\x67\x2e\x6e\x10\xc5\x91\x73\xe7\xc8\x78\x4f\x3b\x11\x9b\x92\x38\x69\xb0\x74\x6c\xe5\xe0\xbf\x6f\x84\x06\x13\x12\x32\x64\x38\x1b\xf5\x26\x19\x9f\x24\x32\xe6\xb1\x44\x08\x15\x16\x73\xea\xac\xf1\x40\x68\x32\x84\xe8\x84\xc3\x8d\x29\xbf\xa8\x33\x7b\x14\x31\x45\x07\x51\x34\x70\xb8\x95\x01\x23\x38\x2e\x2b\x32\xeb\x57\x7f\xc8\x1d\x79\x26\x4c\xe6\xd8\x28\x0a\x76\xd4\xb9\x70\xa2\x72\x90\x0a\x78\x4b\xdb\x36\x5e\x0b\xa2\xde\xfb\x96\x4e\x37\x6e\x94\x5a\xaa\xec\x92\xff\x57\x80\xff\x48\x87\xfd\x11\x68\x35\x4c\xc8\x1c\xc2\x59\x9d\x4e\x92\x80\x4e\x32\x84\x73\xd2\xdf\xcf\xbf\xcd\xf6\xf3\x9d\x1d\x94\x0c\xf3\x90\x4e\x72\xeb\x1d\xda\xb2\x0b\x0e\xd4\xff\xcc\xea\x69\xa8\x61\x58\xb4\x44\xb1\x2a\x70\xf5\xb0\x96\x20\x3c\x7c\x2d\xdc\x9a\x32\x9c\x94\xd2\x82\xff\x59\xb6\xdb\xe9\xa5\x93\xab\x15\xc0\xd0\xca\x83\xaa\xe4\x31\xa8\x21\x83\xc9\x10\x39\xd1\xe0\xcb\x1e\x68\xd4\xed\x12\x36\xb4\x03\xf7\x56\x13\xf7\xb2\xdd\x6f\x05\xb7\xa4\xe1\x73\x3e\x2b\x79\xb6\x14\x93\x20\xe5\xbe\x45\x78\xf5\x4f\x04\xe6\xe0\x0e\x1b\x80\xbc\x6a\x50\xd0\x20\xeb\x59\x65\x5c\xee\xb2\x02\xdf\x5d\x3b\x9c\x66\x38\x06\xe1\x30\x57\xa2\xaa\x16\x9b\xbc\x7c\xbc\x1e\xcf\x19\xb3\xd1\xa7\xe6\x7e\xf3\x2b\x51\xbb\xd7\xeb\x85\x0a\x8e\x23\xfa\x61\xcb\x88\x02\x6b\x33\xee\xac\x85\x4a\xb5\xb3\xe4\xf0\xa1\x4b\xb3\x64\x3d\x69\xed\x9c\x58\x6f\xda\xd2\x6c\x57\x8e\x86\x2d\xae\x73\x83\xc7\x92\xfc\x69\xc2\xac\x2b\x0b\x86\x39\xd2\x60\xcd\x5a\x66\x52\x93\x21\x03\x3c\xfe\xca\x42\x19\x29\xc5\x2f\x67\xa8\xb9\xc5\x7c\xf8\xe3\xa8\xc5\x3b\xa0\xa9\x69\xef\x05\xd2\x3a\x0c\x6c\xdc\xb9\x7e\xd0\x17\xa3\x77\xeb\x08\xf5\x99\xd8\xe0\x37\x22\xe1\x93\xf9\x7a\x9a\x5a\x07\x0e\xce\x7c\x0d\x23\xa4\x37\xfa\xb4\x15\x52\xf7\x33\x9c\xe8\xb0\xf4\x41\x45\x61\xea\xbf\x46\x0d\x13\x43\x07\x2c\xc0\xcd\xe5\x86\x0e\x19\x54\x52\x7c\x02\x4a\xaf\x1a\x85\xaf\x68\xee\xa0\x7a\x75\x2e\xd9\x10\xa8\xb7\x44\x2c\xf0\xd6\xcd\x07\xa6\x9a\x72\xa8\x27\x09\xbd\x76\x6e\xa1\xbe\x17\x65\x08\x50\xcf\xe1\xf7\x63\x49\x26\x19\xcf\xb3\x94\xa2\x5e\x9a\xdd\xda\xdb\xb3\x37\xe8\x68\x5e\xf5\x5e\x54\xb0\x70\xdf\xbc\xbb\x8e\x10\xfe\xa3\xfa\xf8\xea\xe2\xdd\xe5\xd1\x49\x14\xb4\xfd\xb3\xd0\xa1\x15\x81\x6c\xf8\x10\xe0\x07\x4f\x43\x4f\x9d\xab\xde\x4f\x4b\x2a\x1e\x35\x64\x63\x5c\xcb\xb6\xed\xba\xa4\xfb\xf4\x4a\x90\x61\x94\xa4\x32\xc2\x11\x64\x40\x88\x70\x74\x4f\x65\x12\xe1\x68\x22\x45\x1a\x8d\xf0\xaf\x82\x7c\xfd\x7f\x26\x29\x9b\xdc\xad\xee\xb3\x65\x4e\x57\x32\x5b\x4e\xe6\x5f\x77\xe6\xbd\x43\xe8\x9b\xc9\x6c\xe6\x62\x53\xe8\x54\x3f\xcf\xa1\x87\x3f\x36\xa9\x6c\xa9\x11\x9b\xce\x5c\xbf\x37\x56\x36\xd4\xa0\xbf\x05\xfe\x6a\x43\x85\x26\x84\xe5\x39\x15\x16\xf8\xa7\x8d\xea\x39\x9c\xe1\x04\xe7\x78\x69\x53\x92\x18\x87\x4e\x73\x03\xb2\xad\x3a\x25\x1d\xfc\x86\x18\x33\x11\x3e\x01\xaf\xb8\xaa\xc6\xce\x6a\xa9\xfc\x9a\x92\xcc\x30\xae\xfb\x45\xca\x26\x4c\x5e\x6b\xd8\x44\x83\xc2\x31\xcd\xee\x89\xf1\xb7\xa6\x0f\x94\x03\xe2\xac\xde\x00\xb7\x54\x9e\xd8\x27\x96\x25\x29\x1e\xb0\xdc\xe0\x84\xe1\x0a\xb5\xf9\x69\xbb\xbe\x6a\xaf\xb8\x8c\x47\x4e\x7e\x5f\xad\x22\x20\x8a\xc8\x38\x58\x1c\xfa\x81\x36\x8a\x37\x5e\x56\xa9\xcc\x8b\x45\xb0\x33\x4e\xef\xcd\x6f\xc1\x05\x9e\x2a\x22\xa8\xbc\x1f\xca\x51\xf5\xd8\xa0\xa6\x47\x66\xf6\x9a\x79\x46\x79\x8a\xed\xa1\xe5\xc6\xeb\xa7\x09\x40\x14\xb5\x78\x1d\xa1\x03\x69\xdc\x03\xcd\x6f\xdb\xf4\x20\xe0\x1a\xd2\xf8\x6a\x34\xd1\xa9\xd4\x99\xaa\x2b\xb4\x62\x0f\x43\xd7\x3a\xb6\x59\xaa\xa3\x9b\xe5\xcd\x4d\x4a\x73\x00\xf9\x37\x8f\x16\x02\x56\xff\x98\xce\x92\x65\x2a\x23\xa4\xe4\x40\xfd\xc6\xb8\x64\xff\x48\x1f\x73\xf0\x5d\xb4\xb4\xa1\xc7\x08\x61\xf4\x90\xa0\x81\x55\xef\x60\x35\xe3\xb5\x91\xdd\xe0\xef\x5f\x45\x4f\xd2\x5c\xc6\xda\x23\xce\x62\xa8\x82\xff\x32\xcb\xaf\xd4\x3c\xd2\x23\x45\x08\x3a\xe4\x8c\x44\x51\xa1\xd3\xd3\x58\x39\x2e\xe1\x8f\x11\xfa\x8e\xf4\x91\xbd\xf0\x55\x32\x81\xbe\x12\x61\x2a\x50\x36\x8b\xe9\xf0\x95\x18\x8a\xd1\x4e\xf4\x23\x7d\x8c\x46\x06\xa8\xcf\x57\x08\x2f\x6d\x37\xb6\xf7\xdc\x3d\xb2\x88\x29\x4e\x1c\x73\x5b\xad\x74\x32\x0a\x97\x9b\x4e\xa7\x69\x0d\xa7\x4e\x4d\xc8\x6a\x45\x7b\xb9\xcc\x16\x6f\x45\xb6\x48\x6e\x13\x4d\x27\x4a\xa6\xd0\x37\x1a\x14\xc7\x75\xf2\x29\x53\x3b\xc8\xeb\x4f\x70\xed\xa2\xd8\x5c\xc3\x96\x46\x89\xb7\x4c\xd3\xa2\xd3\x70\x73\x01\x99\xbb\xe9\xf9\x41\xcc\xb5\x86\x45\xe0\x65\x2f\xa7\x7c\x7a\xf0\x19\x37\x34\x5e\xba\xa1\xe9\x7a\xcc\x89\xb4\xc4\x43\x2f\xbf\x53\xb8\x90\x0d\xbe\xbc\x05\x55\xa7\xad\x1f\xfc\xc4\xfe\x82\x4a\x45\xb9\xc6\xbf\xa0\xc2\xf0\x8a\x03\x75\x16\x08\xe1\x14\xb5\xe0\x28\x7c\x25\x6c\xa4\x0c\xe8\xa0\x7e\x69\x3b\x28\xd6\x67\x42\xdd\xe4\x92\xac\x4e\x16\x9c\x96\x9c\x53\x26\x24\x35\xce\x29\x33\x92\x86\xb7\xc8\x29\x49\x15\x53\xef\xb0\x59\x3c\xb3\x31\x5c\x7b\x6a\xbf\x64\x64\x66\x34\x5a\xf1\x52\xff\xb9\x87\xd0\xf0\xab\x11\xca\xc9\x52\x2b\x35\x96\x21\xd8\x63\x27\x27\x4b\xc7\xad\xec\x56\x9c\x93\xe1\x08\x2f\xc8\x8b\xfd\xc5\xb7\xb6\xf2\xfd\xc5\xce\x0e\x9a\xeb\x80\x34\xa8\x75\x61\x42\xf2\xef\xb5\xb4\xb2\x5c\xb2\xa9\x12\x37\x1f\x80\xb5\xff\xa4\x2e\x10\xf7\x38\xc7\x73\x3c\xc1\x33\x9c\x61\x16\x00\xd2\x3e\x14\xd8\xe1\x52\x36\xdb\x41\xb3\x7b\x10\xa9\xcc\xf1\xaa\xe1\xf4\xec\x89\xfe\xa3\x8e\x10\x2d\x47\x2f\x0b\x1c\x29\xa9\x77\xb7\xbc\xe4\x51\x3d\xcc\xb9\xe9\xc3\xdd\x68\x87\x63\xed\x1a\xb8\x06\xe6\xaf\xac\x34\xdb\x43\x1d\x39\xfc\x6a\x04\xa0\x48\xc1\x31\xef\xc5\x29\x4c\x83\x63\x99\x56\xce\x64\x77\x24\xb5\x60\xd6\x80\x59\x55\x6e\xd6\x99\xd3\x6a\xde\xab\x1f\xca\x97\xee\x4a\x7a\xb6\xa7\x02\xe1\xe8\x9b\xde\xde\x37\x91\xb9\x4a\x51\xa2\x7f\x22\xfc\x64\x72\x02\x1f\x2e\x65\x76\x2d\x92\xc9\x1d\xe3\xb7\x83\x97\x59\x96\xd2\x84\xc7\xb2\xd7\xf0\xd6\xe8\x6e\x7e\x7b\x96\xc9\xcf\x3a\x03\xae\xb5\xf8\x19\xfb\x5c\xe9\xdb\x81\x46\x2e\x1f\xd0\xd0\x0a\x57\xd6\x2f\xf3\x03\xce\x07\x19\x2f\x30\xe5\xeb\xc5\xb7\x66\xa1\xcd\xf5\xc2\xaa\xad\xad\xa7\xa3\x08\x2c\xad\xdc\x4b\x51\xed\x57\xad\x2f\x37\xb6\xda\xb6\x9d\x50\xa0\x64\x0f\x57\x89\xf3\xa8\x2c\xdd\x24\x34\x47\x92\x6d\x63\xff\x0c\x8e\xe4\xad\x5e\xae\x7f\x8c\xc8\xf2\x1a\x56\x7c\xe8\x92\xe0\x63\x53\xa9\xeb\x2d\xc3\xee\xd4\x45\xb5\xf4\x2f\xbc\xe4\xaa\x00\xa1\xd4\xe1\x03\xf2\x83\x88\x0d\x89\x6a\xd4\x12\x0a\x48\x15\x38\xc1\x59\xdb\x26\x7a\xa8\x62\x91\x2a\x2e\x19\xdc\xf7\xfc\x25\xd8\xa8\x07\x46\x68\x13\x3f\xb2\x7c\xa8\x84\xef\x19\xcc\x0d\xf5\x0b\x97\x99\x06\x6d\x8e\x1e\x5e\xf1\x95\x6c\xd8\x47\xa0\x59\x58\x72\xa9\x7e\x97\x25\x0c\xa7\x6b\x61\xe5\x6c\xf5\x70\x29\x0e\x48\x00\xa1\x50\x5b\x0d\xf5\x7d\x49\x6d\x78\x7b\x0f\xed\x97\xee\xc6\x19\x4e\x50\xb1\x81\x3f\xba\xf9\x2e\xb9\xf7\xb8\x89\x61\x95\x89\x11\x7f\xc1\xc4\x58\xef\x2c\x37\x12\x1e\xdc\x67\x4b\xb3\x92\x6d\x9a\x95\x0d\x55\xd5\xa7\x84\x29\x0a\xfc\x14\x26\x8d\xc5\x5f\xb3\x45\x6b\x99\xd3\x5b\xed\xb5\x55\x23\x6c\x03\x91\xaf\xcb\x91\xde\x32\xb0\x4a\xfb\x30\x34\xae\x01\x34\x24\xc7\x99\xfe\x4b\x70\x9c\x70\x50\x88\xe3\xbc\x34\x6c\x29\x1e\x5d\x68\xfd\x34\x9b\x80\xd8\x56\x41\x04\x00\xf4\x15\x30\x74\xf8\x49\x48\xa6\x53\x38\x3e\x5f\xab\x5b\x3b\xa7\x22\x36\xb7\xcd\x26\xeb\x83\xd8\xd9\x29\x10\x7e\xca\x8c\x93\x03\xc2\x0d\x6a\x6e\xa8\xec\x40\x5f\x43\xe1\x6f\x5b\x21\x1a\xc4\xb4\xd6\x31\xfd\x01\xfc\x13\x21\xd4\x63\x9c\xc9\x52\x21\xbc\xdd\xc7\xdb\x7d\x04\x89\xe3\xf3\x45\x22\x27\x73\xfd\x9a\x36\x3e\x02\xd4\x82\x62\xa2\x9e\xc5\xdc\xa7\x7c\x2b\xd4\x44\x2e\xd7\x1c\x61\xe6\xf8\xd2\x58\x6a\xc6\x49\xd0\x01\x76\x55\x14\x11\xea\xcc\x92\xfe\xcc\xd2\x8e\x5a\x6b\x88\x4c\x53\xc0\xa9\xc8\xee\xab\x57\xf6\x12\x0e\x82\xd9\xe3\x36\xe6\xce\x5b\x28\x44\x4f\x4d\x37\x18\x4e\x17\x49\x9e\xb3\x87\x92\x93\x75\x87\x6f\x9b\x90\x17\xf5\x95\x12\x45\xec\xdf\xf6\x60\xad\x0c\x0a\x61\x66\x4b\x98\xea\x6c\x21\xf3\xd3\xb9\xf4\x54\xcb\x65\xb6\x9c\x69\xda\x96\x33\x3f\xad\x4a\xa5\x56\x8e\xaf\x56\x6c\xb5\xca\x0e\xcc\xc1\x9c\x2d\x40\x2b\x44\x34\x15\x71\x6c\x9a\x1d\x30\x6c\x2a\x1a\x64\xc5\xa0\xf4\xa5\xc1\x4c\x35\x06\xc3\x56\x13\x6b\x27\xb1\x1d\x74\xd2\xa1\xed\xa2\x17\x17\x93\xe6\x4e\x1a\x1c\xcc\x6a\xe5\x81\x11\x35\xb7\x95\x2f\x73\x2a\xde\x8a\xec\x81\x4d\xe9\xd4\xba\xff\xdb\x76\x9a\xde\x59\x4d\x52\x63\x93\x4b\x02\xd6\xec\x9c\x77\xbb\x7c\xb5\xda\xde\x73\xc0\x71\xe1\xd7\xea\xea\xb1\x44\x10\x97\x6a\x17\xc0\x54\xed\x88\xc9\xc9\xa5\xdb\x50\x55\xb7\x3b\xe3\xc6\xa5\x08\xa7\x98\x22\xac\xcb\xc4\x09\xb8\xd8\x76\x74\xa6\xa3\x52\x4d\x79\xcb\xed\xcc\xd4\xe3\xce\xe9\xf2\x74\xe2\x52\x25\x38\x5c\x35\x2b\x3d\xa5\x9c\xf4\xf1\x84\x93\xbe\x97\xa4\x67\x81\x38\x3b\xe1\x3b\x3b\x38\xe7\x07\xd4\x00\xdc\x94\x59\x91\xfe\x68\xe0\xf3\x38\x75\xbb\xdc\xd2\xdb\x9a\x22\xdb\x7d\x34\x68\x7d\x1b\x58\x1d\xa7\x41\x47\x52\xd7\x91\x1a\x43\xdc\xd0\x8b\xc6\xef\x75\x17\x9a\x5e\x69\x65\xf0\xbc\x95\x1b\x19\x5e\x74\xf5\xee\xed\xdb\x8b\xcb\xeb\xab\xf1\xc9\xfb\x93\xf3\xeb\xf1\xc5\xdb\xeb\xb3\x8b\xf3\x2b\x92\x9b\x5d\x5d\x82\x79\x35\x31\x60\xa2\x89\x01\x35\xdb\x0e\x44\x00\x08\x52\x4e\x6f\x5c\x0d\xa8\xe2\xa1\x30\x1a\x2a\xbf\x97\x1a\xd8\xac\xc0\x62\xcd\x7d\xcb\xe4\x72\xa6\x07\xe5\x03\x73\x60\xee\x61\xa2\x51\x36\x34\x90\x76\x70\x8b\xaa\xb0\xcf\x18\x61\xb5\x68\x8e\x1c\x83\x9b\x20\xa6\x9e\x10\xa9\xa3\x42\x4c\x2b\x1b\x6f\x0f\x7a\xdc\x20\x6c\x79\x2c\xbd\x16\xf1\xd4\xb7\x64\x6d\x9c\xd0\x96\x92\xbe\x4c\x6b\x9d\x86\xee\x96\xdb\xef\x76\x63\xb5\xa3\x8c\x6a\xe2\x2f\x18\x8b\x99\xfe\x8d\x62\xd2\x1a\x07\xa1\x49\xb6\x54\xeb\x9f\xb7\xf8\x08\x3d\x25\xd3\x69\x3e\x48\x39\xd6\xfb\x29\x1f\x4c\x78\xe1\x5c\x86\xfc\xa6\x5e\x94\x74\x2e\xc1\xf2\x6f\xeb\x44\x94\x76\x6e\x0f\x62\x66\x1d\x0c\x8d\xdd\x84\x22\xcc\x7a\x8c\x3f\x64\x77\xf4\x4a\x26\x92\x4d\x5e\xa6\xd9\xe4\x2e\x16\x0e\x4d\x05\xa1\x41\xf9\x83\x58\x20\x84\xb7\xfb\x40\xf4\xf7\x7c\x03\x14\xf9\x5f\x1a\x55\xf6\x19\x70\xc0\x0f\xfc\xbf\xcf\x11\x74\x73\x46\x3a\x9d\xcb\xbe\x9e\x15\x4f\x75\x86\x4d\x40\x4d\x1b\xa1\x20\xe7\x3d\x78\x58\x54\x5d\x47\xff\x9a\xd4\x74\xbd\x49\xc6\xa5\xc8\xd4\x44\x63\xe9\xb3\xd4\x89\x16\x7f\x54\xf1\x19\xfe\xa8\xf7\xfc\xf9\xfe\xa8\x06\x97\x52\x43\x8e\x40\x16\xab\x13\x98\x03\xbb\xb8\x31\x47\x1d\xd6\xbb\xc9\x32\x35\x0f\x5a\xc7\x08\xf6\x2b\xc2\x7a\x26\xde\xf8\x34\x53\xc2\xb4\x1b\x54\x79\x4e\x01\x76\xe7\xaa\x77\xab\x8e\x05\x88\x1a\xb1\x9f\x9d\xea\xc2\xea\x1a\x14\x95\x4a\xe8\x88\xd8\x20\xe1\xd4\x7d\x36\xa5\x29\x24\x9c\xaa\x60\x2a\x98\x17\x01\x38\x67\x8e\x12\xf2\xa4\xd7\x50\x09\x5a\xbe\x4f\x19\xb1\x1a\x17\x35\xbd\x34\x9d\x19\x0c\x88\x4c\x49\x0d\x15\x1f\x5b\x77\xe5\x4b\x49\xee\x85\xae\x8d\xf5\x3e\x41\x77\x06\x69\x51\x6f\x00\xde\x5c\xd2\xd9\x20\xaf\xb4\x55\x6c\x24\xac\xb8\xd5\xd5\x37\xb1\xae\xbe\xba\x5f\xcf\xf0\xf3\x0d\x40\xc7\xf5\x8c\x15\x3a\xf5\xc2\x7a\x4f\x62\x91\x2d\x25\xdd\xb5\x25\x2d\x54\x44\xb8\x64\x6b\x9a\xcc\xea\x4d\x22\x9c\xb4\xc1\x46\x38\x1e\xa1\x26\xb0\xc9\x91\xd8\xed\xe8\xf2\x39\xeb\xdd\xa2\xed\x4c\xeb\x68\x1d\xf7\x53\x5b\xe2\xd7\xcc\x72\xe0\x47\x00\x9a\x38\xa9\xe3\x7d\x6a\x6e\xc9\x08\xcb\xf5\xae\xc8\x65\x86\xa3\x0f\xd4\x20\xc7\x97\x8e\x57\xb2\xe4\xb3\x89\xaf\x34\x3a\x2e\x8b\xb5\xce\xca\x1c\xe1\xf5\x1f\xe8\x1b\x65\x80\xb0\x20\xbf\xc4\xad\x39\x7e\xb6\x5f\x70\x85\xed\x7d\x8a\x3f\x71\x9b\x43\xf4\x83\xcb\x89\xe2\x6a\x6e\x9a\x6f\x4b\x04\x9d\x50\xb2\x05\xa5\xbe\x65\x21\x98\x3f\x07\x97\x23\xae\x4f\xac\xcf\xaa\xd3\xfe\x2e\xe8\x1e\xfa\x22\x17\xec\xff\xaa\xb9\xb6\xce\xdb\x8f\xbc\x34\xdb\x25\x8d\xf9\x03\x6f\x08\x88\x29\xc2\xd8\xf2\x5a\x76\x89\xe1\x87\xde\xc5\x22\xef\x69\x6c\x00\x1c\xed\xde\x2b\x79\x2c\xc2\x72\xb5\x1a\x8e\xb0\x18\xf9\x03\xdd\x88\x1e\x3e\x38\xc8\x64\x6b\x18\x8e\xf4\xbf\x26\x3d\x96\xc9\x91\x65\xe4\xa3\x9b\xb5\x9a\xfb\xc0\x9e\x70\x49\x67\x56\xc7\x11\xa0\xcf\x87\xc1\x50\x80\x02\x07\xb7\x68\x8f\x57\x0e\xcf\x8e\xe9\x2c\x78\x24\x93\x5b\xad\x90\x5c\xa7\x15\xd1\xf9\xa4\x9b\x55\xf7\x00\xf8\x4a\xc2\x8e\x85\x4a\x7b\xf0\x26\x2f\x9b\xd5\x6b\xfe\x8d\xfc\xa0\xd2\x61\x42\xc2\x47\xc7\x74\x36\xb0\xc7\xfb\x3c\xc9\x0d\xc4\x98\xb6\x49\x9b\x53\x03\xd2\x02\x1f\xc4\xd5\x71\x57\x06\x1d\xe2\xe2\xaa\x63\xed\x91\x03\x9f\x41\xe5\xcf\x8c\x1b\x7a\xdc\x36\x61\x95\x79\xd5\x29\xda\x5a\xb3\x16\x34\xc2\xe6\x9a\xcb\xf6\x78\xd3\xad\x32\x4c\x60\x40\x1b\x0d\x2f\xc6\xde\xb2\xde\x9d\xa5\x0d\xcd\xed\xc4\x68\x1d\x74\xd6\x85\xda\x1a\x87\x0e\x2f\x95\xbc\x0b\x2d\x49\xc4\xc3\xcf\xcc\xdf\x6a\xaf\x31\x4e\xa8\xf6\x47\x9c\x32\x21\x1f\x8d\x87\x99\x3a\xcb\xcc\x44\x7c\xd8\xac\xec\xd3\x70\xad\x50\x73\x40\xfa\xba\x8d\x73\xb3\x1f\x64\x75\x8a\x9c\x81\x03\x08\xdc\x19\x39\x3e\x93\xd0\xcb\x5d\xf0\x8e\x8e\xc4\xc9\x6d\xf4\x40\xff\x39\x70\xa3\xaf\x99\x79\xa4\xfd\x44\x0e\xeb\x23\xb0\x75\x8e\x6a\xf4\xd4\xbe\x70\x30\x81\x27\xcf\x9d\x40\x3b\x71\x77\xf4\x31\x9c\xae\x8d\x0c\xa0\xd4\x19\xd9\x90\xce\xc3\xe0\x8f\x6c\x9e\xbf\x9a\x57\x52\xb7\x4b\x87\xb6\x4f\xa3\xaa\x19\xf7\x62\x23\xff\xd5\x13\xf8\x97\x31\xe0\xab\x4f\x9d\xc9\x80\xfb\x7e\x31\x2b\xad\xcc\x50\x08\xcf\x14\xc8\x09\x1a\x9e\xb3\xf4\xd6\x21\xeb\x48\x2d\x26\x14\x6b\x08\xc8\xcb\xc6\x25\x1a\x82\x4b\xd1\xc7\xcd\xa3\xd7\xf3\x1d\xec\x41\x6d\x16\x76\xec\x71\xea\xd1\x6c\xfc\x43\xc5\x32\x35\x1b\x73\x9a\x2a\x9b\x52\xdd\xce\x19\xd6\xf6\x92\x2b\x2d\x3f\xe8\x8c\xf1\x8f\xbd\x29\x9b\x48\xa4\xa6\x42\x8f\xab\x94\x68\xeb\x49\x26\xb7\x03\x11\x22\x18\x84\x49\x8a\x42\x17\x11\x03\x9c\xa7\xbf\xbf\x4f\x16\x03\x06\x8f\xf2\xc1\xd0\x48\x4e\x23\x2c\xac\x97\x72\x3e\x18\xf2\x11\xd6\xaa\x8c\xc1\x5e\x05\x4e\xc4\x85\x11\xe9\x62\x3a\xdf\x48\x19\xe6\xa4\xe1\x93\x03\x3e\x68\x39\x06\x34\x74\x47\x5d\x89\xa3\xef\x60\xdc\xe3\x67\x14\xbe\x47\x6d\x65\xf4\x20\xbd\xc3\x9c\x63\x50\xc1\x04\x55\xfc\x2a\x83\xfa\x3f\x83\x64\x9b\x64\xd8\x1a\xe9\x92\x80\x38\xc3\xb5\xaf\x51\x31\x09\x20\xc8\x4a\xea\xcc\x30\xce\xd4\x5b\xcb\x4b\x9f\x9e\xc6\x1c\xc0\xc7\x09\x8f\x85\xc9\x4f\xe1\xe2\x64\x85\x92\x1e\xb0\x49\xb9\x04\xca\x02\x4d\xc1\x03\x61\x48\xb9\x94\x81\xcd\x5f\x89\x45\x28\x7d\xea\xf5\x10\x76\x73\xc5\xe5\x9d\x00\xc3\x6d\xf1\x15\x24\x25\x1d\xad\x9a\x0d\x9f\x2c\xde\xcd\x8c\xf3\xd6\xdb\xf2\x21\xbf\xe0\xdb\xe7\x93\x81\x87\xc2\x30\xbc\xf2\x3f\x0b\x8b\xbd\xef\x76\x99\x4b\xe8\x5e\xd9\x91\x9d\xca\x66\x74\x09\xad\x82\x20\x9e\x40\x9d\x2b\x6b\x12\xd3\x58\x3a\x50\x7a\xb5\x05\x2d\xc0\x73\xb0\xe7\xe5\x67\x89\x42\x9e\xe1\x1f\x36\xea\xa3\x41\x22\x1b\xd2\x61\x7f\x04\x51\x49\x0d\x30\x1f\xd1\xbf\xa2\x1d\xaa\x6e\xe5\x74\xb8\x37\x1a\x79\xa3\xc1\x5d\xed\x00\xe1\x3e\x25\x52\x1b\xa8\x56\x29\x9b\x02\xef\x01\x6f\x10\x1e\x90\xcc\xce\x11\xd3\x5e\x1a\xb6\x14\xdc\x22\xd8\x24\x66\x78\x68\xd7\xf7\x60\x38\x1a\x48\x7c\xc8\x63\x81\xfc\x59\x33\x52\x87\x4d\x60\xd7\x78\xdb\x98\xa6\x3e\xfb\xc4\x6e\x66\xad\xdd\x4c\xba\xdd\x78\x93\xea\x7c\xd8\x1f\xa9\x4b\xe7\x70\x6f\x84\x35\xdf\x86\xde\xef\xee\x0d\x02\x87\x55\x93\x0f\xbd\x03\xf9\xac\xd5\xf5\xd3\xce\xa8\x18\xf2\x11\xb8\x33\x80\x1f\x73\x8f\xe5\xda\x9f\x99\x59\x32\x34\xe9\x16\xd9\xb0\x0f\x9f\x65\x84\x10\x7d\x88\xbf\xa2\x72\xb5\xf2\x3f\xdf\x24\x8f\x37\xf4\x75\x36\x49\x52\x3b\x09\x6c\xc8\x82\x58\xc9\x9c\x24\xc3\xc4\xff\xee\xa8\x76\x6b\xf2\x80\x49\xf1\x31\x64\x38\xd7\xe7\xfc\x48\x71\x37\xb5\x00\x59\x7d\xa9\x12\x3c\x74\xcb\x03\xb1\x44\x6a\x61\x54\xd3\x97\x9c\x0c\x47\x1d\xda\x1b\xd3\x8f\x0b\x2a\x98\xba\x71\x26\xe9\x9b\x64\x22\xb2\x9c\x5c\xea\x01\x5d\x73\x7c\xc4\xf1\x1b\x8e\x7f\xe7\x25\x20\xc7\x33\xbe\x09\xc8\xf1\x98\x6f\x82\x68\xfc\x9d\x6f\x84\x68\x3c\xe3\x55\x88\x46\x57\xff\x79\xc0\x92\x01\x0e\xd2\xb1\xf2\x6e\x17\xf2\x50\x69\xe4\xc4\x6e\x37\xb2\x4e\x29\x91\xe6\x36\x8f\x0b\x7a\x20\xad\x3e\xd4\x6a\xba\x5c\xb5\xaf\x43\x2c\x90\x0c\x86\x18\x04\xe8\x0f\xd4\xfe\xf3\x1f\x9f\x96\x42\xad\x9e\x74\x94\x90\x37\xca\xd1\x03\xaf\xbc\x8e\x76\xec\x0b\x7d\x2a\x2f\x92\x09\x1d\xc8\x30\x80\xae\xa2\xf4\x6d\x56\x05\x97\xbb\xe2\x4f\xaf\x40\xbd\xcb\xb1\x40\xab\x15\x4c\x56\x2c\x21\x51\x76\xc7\x6f\x06\x1e\xa4\x0c\x37\x89\xe5\x2d\x81\x1f\xf3\xd8\x3e\x09\x0a\x30\xb3\x1c\x4f\xbe\x61\x6e\x91\xa3\x99\x3e\x50\xb3\xb6\xbe\xba\xc1\xbb\xb2\xf9\xd7\xa5\x5e\x1b\x15\x7f\x43\x8f\xcb\xbc\x91\x77\xbb\xe6\xaf\x4c\x73\xc9\xa6\xde\x64\x45\x71\xd3\x7b\x7b\x78\x79\x7d\x76\xf8\xfa\xaa\xdb\x8d\xaf\xab\x48\x83\x35\x96\x20\xc8\x11\x8f\x25\x7e\xc3\x01\xd3\xd4\x35\x2a\x8a\x02\x1f\xd5\x17\x80\xcd\x62\x5f\xbf\xb6\x55\x5a\x5a\x05\xbe\x40\x91\x87\x51\x3f\x54\xa7\x05\xb8\x99\x47\x47\x19\x97\x09\xe3\x54\x6c\x7d\x48\x34\x78\xfa\x2c\x5b\xf2\xe9\xd6\x87\x39\xe5\x5b\x6a\x02\x18\xbf\xdd\x5a\x2e\xb6\x92\xad\x07\x46\x3f\xe4\x5b\x0e\x0d\x63\xeb\x7a\xce\xf2\x2d\x96\x6f\xdd\x67\xb9\xdc\x4a\xd9\x1d\x4d\x1f\xb7\xa6\x4b\xba\x25\xb3\xad\xfb\x84\x2f\x93\x34\x7d\xdc\xd2\xca\x5b\xc9\x12\xa9\xaa\x49\xf8\xd6\xc9\xfd\x0d\x15\xbd\xf7\x8c\x7e\xe8\x6d\x5d\x51\x3a\xd8\x9a\x4b\xb9\x18\x7c\xfd\xf5\x2d\x93\x3d\x96\x7d\x7d\xf2\xe3\xdb\x05\x3f\x0c\xb2\x7b\xd5\xcd\x2c\xd1\x8e\x44\xab\x55\xe3\x0b\x81\x8a\x02\xbf\xe1\x8d\x42\x91\x89\xd1\xfc\x1a\x7c\x79\xe4\x50\x86\x2c\xcc\xac\x77\xf8\x90\x44\xe3\x68\x47\x60\x69\x02\x6f\xbf\x8e\x50\xa1\xa5\xf3\x97\x9c\x3c\xb1\x59\x05\xdd\xce\xca\x53\xf5\xe8\xf8\x77\xc2\x03\x48\x69\x3f\x68\xa1\xbd\x24\xf4\xbf\x2f\x10\x2a\xb0\xf6\xd8\x6d\xaa\x12\x5b\xe3\xca\x14\x7c\x1e\x03\xa1\xd1\x23\x55\x7b\xa1\x19\x6b\xf6\x8e\x15\xcb\x06\x4e\xcd\x4c\x88\xee\x0b\x84\x27\x24\x09\xfd\xac\xf1\x8c\xf0\x4a\xf4\x08\x2f\x47\x8f\x0c\x32\x3c\x6d\xc2\xca\xc6\xbc\xe3\xb2\x74\xf4\xbb\xdd\xb8\x39\x19\x60\x9b\x84\xb0\xe5\x63\x51\x10\xf2\xbe\xfe\x05\xea\x50\x90\x1d\xc3\xeb\xad\xb5\xcf\x57\xee\xaa\x90\x8e\x2f\xe8\x80\x1c\xf6\x47\xda\x9f\xee\x16\xe2\x21\xe1\x14\x05\xe5\x7a\x58\x84\x1f\x34\x5d\xe3\x63\x01\x81\x06\x03\xb1\x5a\xf1\xd5\xea\x8d\x28\x62\x33\x2b\xd0\x66\x84\xba\x5d\x33\x2b\xe6\x37\xce\x91\x07\x9a\x6f\x70\xe4\x4a\x86\x5f\x8d\x0e\x7e\x17\x71\x82\x13\xac\xfe\xc6\x53\x3c\x81\xf0\x80\x20\xb2\x70\x86\xca\x36\x02\x14\x27\x48\x95\x71\x6e\xa9\xd8\xab\x35\x5c\xc8\x88\xae\xa8\xc9\x55\xbf\xdf\x10\xb7\x6d\x9e\xfc\x5e\x0a\xa5\xf5\x4e\x95\x50\xb0\x1c\x0f\xef\xad\xa7\x45\x11\xf6\x04\x27\xd0\x32\x1a\xfe\x04\xf9\xd5\x4d\x5e\x2a\xa1\x88\x56\x89\x17\xcd\x20\x8f\xcd\x84\x5a\x60\xbd\xdc\xcd\x65\x54\xcd\x39\x8d\x8f\xd5\x96\x73\x45\x50\x81\x67\xd5\x7d\x51\xfe\xfe\xb4\xfa\x7d\x1d\xee\xd2\x14\x78\xe9\x36\x62\xdd\x1d\x0a\xd7\x9d\x98\x10\x80\x58\xce\xdb\x06\x58\x81\x8b\x2f\x70\x9a\xdd\xae\xed\xe8\xf7\xd5\x8e\xde\x2f\xab\x1d\xf5\x3b\xbe\xda\x3f\xc5\xbf\x63\x41\xd4\xfd\x4a\x0c\xdf\x8b\x91\xbb\xcd\x98\x70\x6e\x23\xea\x98\xf1\x71\x47\xf7\x6c\xf8\x87\x18\x11\x8e\xd9\xf0\xab\x11\xe1\xc3\x1f\x47\x98\xa9\xe2\x6a\x25\x59\x81\xa3\x3f\x96\x54\x3c\xee\x2e\xc0\xa5\x20\x5a\xdb\xfb\x9f\xab\xbd\x17\x34\x99\x66\x3c\xad\x12\x80\xde\xb2\x4d\xdb\x5e\xf5\x64\xb5\xa2\x45\xc3\xec\x97\x5c\x64\x52\x4d\x5d\x4b\x7e\xa3\x4e\xa1\xe6\x4e\x2d\x69\xfb\x52\x06\x9e\xe8\x4b\x9e\xd2\xbc\x8a\x43\xfa\xc9\x9c\xfa\x85\xe3\xd8\xa8\x70\x92\xed\xda\xc9\x7a\x5b\x9d\xac\x68\x97\x26\x93\xf9\x2e\xe3\x6b\xca\x1d\x35\x0d\x06\xca\xb2\xf5\xad\x5d\xd6\x5b\x03\x10\xed\x5d\x40\xfe\x5e\x5b\xf4\xba\x5e\x94\x67\xe2\x3e\x49\xd9\x9f\xf4\x39\x03\x3d\xaa\x97\xbf\xa5\x72\xd7\xa8\xfc\x76\x1f\x12\x11\x0d\x66\x81\x4f\xc5\xfb\xc4\xdb\x6a\x1a\x97\x45\x83\x32\x36\xed\x00\xcc\x1c\x94\xa2\x6c\xb0\xe7\xfb\x24\x0a\x95\x8d\xd9\xe9\x63\xa6\x75\x54\x19\xe8\xb7\x9e\xad\xa7\xca\xfe\x76\x5d\x4f\x30\x97\x37\x3c\x86\xd4\x7c\x30\x85\x46\x97\xda\xc2\x1c\x68\x2f\xf4\xa6\x09\x4e\x45\x02\x5a\x9e\xb0\x2d\x3d\x80\x03\xe0\xd9\x3d\x38\x6a\x1c\x0a\x40\x1c\xdd\x27\x8c\x47\x68\xd0\x30\xd3\xea\xfb\x8f\x1c\x34\x0d\x1f\x94\xc8\x1d\x98\x13\xb0\x30\x06\x40\xe8\x68\x92\xe7\x54\xc8\x5d\x1b\xac\xba\xeb\x64\xde\xdd\x39\xdc\x03\x77\xed\xa1\x12\x0d\xee\x44\x81\xdf\x6d\x32\xb4\x68\xe7\x95\x9c\x0c\xf5\x99\x64\x32\x89\x66\x37\xbf\x5f\x67\x1a\x60\xbb\x74\xc3\x83\x97\x37\x4b\x96\xca\x33\xae\xef\x9d\x39\x79\xc9\x2b\xf8\x84\xfe\x72\x7e\x94\x4c\xe6\xba\x02\x57\xb8\xe9\x2b\x45\x9b\x36\x47\x95\x1e\x45\xed\x65\x90\x7f\x9c\xf5\xf4\x6d\xb4\x0c\x79\x6a\x25\x4e\xc6\x53\xc6\xa9\x8e\x42\xb8\x49\xb3\xc9\x5d\xde\x01\xd7\xf1\x38\xb2\xea\xf2\x0b\x40\x79\x80\x47\xc6\x82\x79\x6b\x9f\xbc\x61\x90\xdf\x28\xbe\x03\x23\x3c\x7c\x02\x45\x16\xf6\xb7\xfd\xe0\x2d\x47\x2e\x66\x95\x93\xfe\x3e\xff\xf6\xd2\x25\x4d\xe3\x3b\x3b\x00\x15\x71\xc9\x87\x7c\x84\x74\x8e\x0c\x40\x5f\xf5\x13\xc0\x52\x2a\xcc\x58\x5e\x27\x7f\x02\x8a\xa2\x7a\x04\xcb\xff\x60\xc2\x0c\x4d\x2e\x2d\xd4\xe8\x46\x59\x5a\x08\x1b\xaf\x90\x93\x27\x23\xd4\x3e\x19\x2b\x2f\xb8\xb0\xfc\x22\x30\x18\x79\x0d\x02\x5a\xf5\xf5\x1c\x2e\x3a\xc1\x17\x6b\x15\xa2\xcf\x05\x70\x0f\xf4\xdc\xed\xb0\xed\x95\x0b\x9d\xd0\xd7\x38\x28\x64\x51\xf7\x45\x13\x6c\xbc\x21\xcc\xd6\x16\x0d\x4d\x5b\x54\x1c\x1e\x3e\xb5\xc6\xcd\x35\xfa\xa4\x20\xd5\xa9\xd0\xf7\xcc\xb5\x94\xbb\xb3\x83\xb9\xea\xa4\xe9\x72\xa3\x64\x1e\xf4\x6a\x48\x47\x1b\x70\xf9\x37\x8e\x64\x5c\x03\xe9\x0f\x2f\xf3\xf6\xea\x1e\x0e\x9a\x97\x46\xc4\xcc\x88\x1a\xf7\xda\xce\x8e\xc3\xf9\x70\xe1\x25\xcf\xc6\xff\x6f\x98\xe3\x52\x0e\x80\x8d\x48\xfd\x95\xfb\x74\x30\x15\xe3\x3a\x5e\x7f\xa7\xa1\x69\x81\xaa\x9d\x9f\x57\xa9\x25\xd0\x51\xd7\xdd\x88\x8d\x3d\x3f\x60\x80\x65\xb8\xef\x6a\x3c\x65\x69\x99\x4c\x52\x4a\x9b\xbf\x39\xac\x24\xa7\x52\xcf\x00\x06\x3d\xf1\xf8\x79\xeb\x5f\x66\xb5\x43\x3a\x6a\xd3\x8a\x59\x9f\x40\x30\x01\x60\x8d\x32\x76\xca\x63\x30\x8a\x2d\x53\x0a\xbe\xba\xba\x9c\x46\x07\x08\x3d\xff\x34\x19\x0c\xa2\x1d\x86\x33\xb4\x5a\xb5\xbd\xac\x63\x55\x79\x15\xb4\xd6\x89\xf9\x2b\x19\xd5\xba\x19\xad\x4d\xa7\x5a\x81\xe4\xfe\xe8\xb1\x5c\x0f\xc8\x78\x10\x16\xea\x2e\xd6\x34\x05\x89\xf3\xf8\x6b\x6f\xda\xaf\x87\x8b\x91\x2c\x62\x81\x0e\x32\xea\x05\x4b\x83\x15\x53\x92\x9b\x06\x31\xed\x71\xfa\xc1\x38\x55\x25\x37\x40\x3a\x38\xf1\xa5\x4a\x5f\x23\x8b\x1f\x29\x2b\x74\xd8\xb8\x74\xd7\xf0\xcb\x98\x63\x62\xfb\x47\x28\x70\xb3\x9e\x29\x5f\x62\x3c\x9a\xd9\x8d\xd7\xee\xb6\x3a\x71\x38\xf6\x5f\x22\x0f\x30\x2a\x3d\x55\xc9\xa2\xbc\xb6\x56\x07\x3a\x88\x76\x68\x59\xdf\xea\x12\x64\x9d\xf3\x98\x19\xfd\x5f\xc0\x44\xc0\x33\x52\xed\x68\x86\xb3\x86\xf3\x09\x39\x39\x4b\xc0\x80\x00\xac\x50\x91\xe0\x69\x26\xce\xad\x9e\xb3\x49\x5f\x84\x05\xb1\xea\x50\x38\xca\x8d\xfa\x7d\x30\x70\xba\x29\xad\x7e\x37\xce\x81\x5a\xcf\xc2\x77\xd4\x6d\xc1\xfd\xec\x63\x8e\x10\xd6\x0e\x4d\x32\x50\xab\x8a\x22\x98\xdc\x67\x1f\x60\xe1\xfe\x61\x6e\x22\x33\x42\x71\xd2\xa4\x0b\x14\x06\x14\x6a\xb5\xd2\x16\x37\x68\xda\x2e\x83\x53\xe6\x96\xb8\xb5\x9d\x52\x3b\x65\xfa\x2b\x54\xc4\x6a\x6e\x4f\x79\x2c\xec\xbe\x45\x81\xf9\x2c\xa9\xf1\xad\x1c\x2f\xb5\xb0\x9e\x5b\x23\x46\xe2\x4f\xac\x83\x25\x49\x4c\x5a\xb3\x98\xa1\x41\xf0\xa6\x13\x46\xeb\xb4\x08\x70\xc0\x00\xf3\x32\x81\xa4\xb6\x03\x69\xc7\x34\xb7\x74\x5b\xde\x36\xd5\xed\xc6\xa5\x76\xb5\x2a\x6f\x42\x00\xb8\x61\xcc\x1c\x64\xc3\x95\x4c\x84\x44\x36\x89\xa8\x46\x7c\xaf\xf5\x24\xc2\xaf\x39\xce\x10\x9e\xb9\x2b\x49\xc3\x30\x8d\xeb\x9d\x4b\x4d\x7f\x71\xfe\xfa\xd7\xf1\xab\xd7\x67\x6f\xde\x9c\x5c\x8e\x8f\x2e\xde\xbc\xbd\x38\x3f\x39\xbf\xbe\xea\x76\xe3\x99\x41\x9f\x89\x33\xbc\xd4\x58\x12\x1f\x7b\x2c\xb7\x3e\xde\x17\x3c\xf5\xd0\xd6\x28\x0e\x9a\x30\x7b\xa1\x56\x03\x76\x63\x77\x9f\xea\x65\x9f\x92\x5a\x69\x3c\x27\x73\x11\x4f\x43\x32\x98\x77\xbb\x01\xe0\x2f\x21\x64\xae\xa1\x55\xa0\x8a\x05\x99\xdb\x6d\xdb\x99\x91\xb9\xb3\x62\xc0\x25\x23\x13\xf1\x22\x66\x08\x4f\xf1\x52\xc3\xb6\x5d\xa8\x1e\x05\x6d\x62\x78\x6d\xda\x59\x1e\x2c\x07\xcc\x2a\x71\xd5\x56\xe9\x2d\x04\x7b\x48\x24\x20\x6c\x1e\x2b\x46\xa7\xd6\xa9\x28\xca\x82\xd9\xcc\x0d\xf7\x0f\x59\xae\x7c\xb5\x2a\x39\x91\x57\x6b\x3c\x53\x35\x6a\xf3\x9f\x9a\xa3\x49\x8c\xd6\x5f\x15\xe0\x94\xcc\xf1\x0c\xe1\x99\x71\xef\xf9\x9e\x93\x27\xcd\x91\x07\xcd\x4e\xba\xce\x2d\x32\xe4\x4d\xef\xd4\xc9\x57\x66\x49\x4e\xee\x2e\x0a\xfc\x9e\x93\x77\xf1\x13\x9b\x0e\xa2\xc9\x7c\xf6\xd3\xe4\xfb\xff\xf8\x26\xc2\x70\x57\x18\xfc\xe3\x29\xd2\xce\xfa\x79\x34\x18\x46\x5d\xa3\xaf\x8f\x46\x58\xa3\xd3\x82\xb2\x2e\x1a\x0c\x87\x7b\xff\xc4\x7b\xa3\x11\x8e\xe6\x49\x7e\xf2\x90\xa4\xd1\x60\x96\xa4\x39\x2d\xfe\x81\xef\xa9\x4c\x06\x4f\x9e\x69\x0c\xa2\x45\x32\xb9\x4b\x6e\x69\xfe\xb5\x49\xbb\xb5\x6b\x97\x2f\xff\xda\x42\x71\xa6\xec\xe6\x6b\xab\x50\xcf\x7d\x5e\xae\xde\xfc\x26\x8f\x8a\x02\xe1\x3f\x5c\x7f\xcf\x7f\xfe\xed\xcf\xd7\x57\x67\x67\xcd\xfd\xb5\xf9\xc8\x22\x1c\x5d\xd3\x8f\xf2\x14\x60\x5b\x71\xf4\x2f\x9b\x36\x31\xc2\x51\x37\x91\x52\xe4\xf5\x01\xfd\x13\xeb\x9b\xce\x70\xf8\xe2\x3f\x70\x88\x3d\x3d\x0c\xf0\x60\x8d\x55\x11\x37\x7c\x13\xe0\xc4\x9a\xaf\x8c\xab\xd1\x53\xbd\x21\x36\x83\x76\xbe\xc1\x7d\x3c\x8c\x7c\x16\xb5\x68\xd4\x56\xe6\xdf\xb0\xfa\x7a\x0f\x0f\x47\x23\x3c\x1c\xee\x7d\x83\xff\x09\x7f\x44\xff\x32\x6a\xf3\x70\x88\x23\x5f\xb5\x4e\xcf\x18\xa9\x6f\x5f\x7c\x83\xbf\x51\xc5\xd5\x7f\x38\x02\xe5\x1b\x85\x50\xa2\xc1\x70\x54\xb4\xb4\xf7\xe2\xef\x6a\xaf\xf6\x68\x0f\xbf\x18\x15\x76\xd6\xfe\x16\x9a\x02\xe5\x94\xa3\xa7\x9f\x1d\x3d\xcd\x66\x87\xaf\xff\xed\xfb\xe3\xb4\x91\x9e\xea\x54\x8f\x87\x2f\x5e\x60\x7b\x91\x1e\x61\xe8\xe0\xdf\xd5\x65\xdd\x8a\xeb\xf3\xab\xe7\x01\x7b\x8c\x03\x8e\x60\xaf\xc9\xc2\xe5\x6c\x36\x62\x39\xe4\xa5\xad\xa5\x18\xe8\x04\xd7\x26\x41\x35\xbf\x1b\xf3\xf8\xc9\xf8\x33\xaa\x5b\x33\xe3\xd6\x34\x8c\x75\xa5\x83\x27\xa8\x6c\x20\x30\xe3\x32\xb3\xb6\x5c\xe3\x66\xa3\xd5\x3d\x26\xdc\x62\x57\x66\x8b\xdd\x94\x3e\xd0\x34\x0a\x7d\x6d\x4c\x09\xed\x65\x63\x7e\x78\xaf\x9c\xa2\x40\x9d\xd0\x4b\x5b\xd0\x99\x71\xe0\x2a\x57\x58\x6e\xb0\xd9\xab\xa7\xa1\xa5\xa2\xa0\x26\x9b\xa1\x9f\x5b\xde\x88\xbd\xeb\xe6\x9b\x7d\x79\xba\x65\x86\x21\x90\xae\x1a\xdc\x14\xdc\x24\x0f\xac\x14\xee\xf1\x2e\x71\x15\xb4\x90\xab\xbb\xd4\xa0\xe1\x43\x8e\x0a\xcc\x0a\x00\x4b\xa7\x3d\x41\xb3\x05\xe5\x1a\x71\x26\x1c\x4f\xa9\x36\xef\x0c\xd8\xd4\x29\x2b\x08\x8e\xcb\x51\x09\xd2\x91\x55\x29\x25\x00\xce\x88\x1c\x4e\x7b\x17\x3f\x9f\x9f\x5c\x8e\x3a\x25\x5f\x51\x81\x39\xce\x30\x8b\x33\xe4\x40\x55\x1b\x54\x2c\x00\x99\x4c\xf9\xf4\x3a\xab\x0b\xc8\x1d\x49\x6a\x44\xde\x9b\x27\xf9\xf1\xc5\x9b\x6e\xb7\xe6\x5b\x4e\x0f\x1c\x86\x01\xd8\x1c\xae\x68\x4a\xd5\x49\x1d\x53\x34\xa0\x1a\xd0\xcc\x26\x71\x47\xe5\x0c\xee\x7e\x68\x91\xee\xcc\x05\xd0\xd7\x7b\x46\x3f\xd8\x14\xef\x10\x07\x21\xa8\xfe\xb0\x8c\x1a\xc1\xd5\x29\x7e\x11\xf8\x6f\xd7\x7c\xa5\x05\x9d\x55\x30\xed\xeb\xf1\xdc\x2e\xe3\xba\x6f\x9b\xbc\xe2\xe0\xe6\x14\x47\x75\x1e\xa2\x18\xce\xd7\x70\x61\x50\xc7\x11\xfd\xb8\xc8\x84\xcc\x15\xa3\x6e\xfe\x52\xb1\x1a\xc0\xb4\x1c\xe1\x8a\xfb\x5a\xb4\xcc\xe9\x96\x9a\xca\x89\x8c\x3a\xcd\x89\xc3\x28\x8e\xc6\x63\x9a\xbf\x01\xee\x16\xe1\x27\xad\xaa\x06\x98\x89\xd6\x02\x3e\x76\xb5\x92\x72\xac\x05\xee\xbe\x67\x0b\x14\xeb\x6a\x7d\x03\xb0\x9c\xcf\xac\x51\x7d\xbc\xb6\xb6\xfb\x4f\xa9\xed\x7e\x53\x6d\x0b\x4a\xef\x3e\xa9\x7f\xb6\xc0\xda\x5a\x73\x2a\x3f\xa9\x52\xf3\xfd\xda\x3a\x9d\x6f\xde\xb3\x6b\x75\x25\x74\x7a\xb7\x35\x24\xe9\x08\xad\x44\x95\x1a\x79\xec\x26\xb9\x51\xcc\xbb\xa1\xe8\x52\xb2\x34\xa0\x5e\x08\xf8\x51\x3f\xed\x49\xe9\xbc\x0f\xaa\xf4\x6b\xed\xd3\x5f\x46\xc5\xd4\x4e\x1b\x99\x62\xea\xd6\x85\xcc\x15\x83\x34\x64\x49\x28\x50\x00\xa1\x40\x56\x84\xfa\x29\x09\x51\x30\x32\x9c\x58\x33\xa9\x67\x74\x41\x25\x99\x81\xb3\x00\x76\xec\xb0\x6e\x97\x5c\x77\x75\x1a\xa9\xfd\xef\x2b\xce\x0d\x12\xc5\x1e\x4e\x37\x18\x35\xc6\xa9\xc1\x31\xc8\xdf\x53\x91\xab\xcb\xbd\xd1\xc8\x8d\xcd\x59\x44\xa7\x27\x7c\x4a\xac\x9e\x6e\x3c\x4b\x13\xa9\xbe\x9f\xda\xcf\x8d\x31\x62\x6c\x1c\xde\xed\xc1\x0c\xcf\xa6\x2e\x25\x62\x5e\x7e\x71\xcf\x3e\x32\x5e\x79\x26\x93\xdb\xda\x83\xca\x27\xb3\x54\x3d\x32\xbf\xb4\xfa\xc0\x4a\x2e\x30\x69\x41\x90\x05\xe4\x19\x34\x41\x8b\x3e\xe0\x22\x78\xe8\xa7\x19\x57\x26\xc2\xd4\xb2\x0e\x7f\x21\xa7\xf2\x4c\x5d\xc6\x92\x94\xfd\x59\xc9\x1c\x1c\xf4\x74\x45\xfe\x03\x80\x09\xf8\xf3\x3e\xff\x3f\xfa\x73\x75\x19\x6b\xfe\x36\xd4\xe1\x8e\xe7\x49\x7e\x9a\x26\xb7\xf1\x7f\x20\x5d\xc8\x39\x11\x02\x95\xb5\x69\xd6\xf5\x34\x19\xd8\x13\x3d\x83\x46\xc3\x6d\xa6\x13\x9c\xd5\x45\xd3\x31\x63\x94\x57\xaa\x7a\xa3\x0a\xa4\xd3\xd8\xc8\x30\x76\x17\x04\x2f\x74\xaf\xae\xa0\x56\xf3\xf8\x39\xc3\xd1\x58\x0e\x39\x95\xeb\x4a\x96\xe6\x78\xaf\xa1\x25\x3a\xdd\xd8\xd0\x8b\xc6\x86\xca\x05\x4b\xed\xbc\xd0\xed\x94\x86\xb9\xb1\x95\x7f\xda\x56\x5a\x8b\x95\xda\xf8\xa7\xfa\xda\x16\x6e\x58\xc4\x38\xf8\xba\x4b\x91\x5d\xad\xf1\x2d\x95\x17\x42\xa7\x48\xbc\xf8\xc0\xdf\x24\x8b\x36\x02\x18\xd2\xd1\x6a\x15\x9b\xbf\xaa\x7e\x19\xcb\x34\x05\xdf\x89\x6a\x7d\x57\xcd\x31\x22\xf5\xfa\x20\x36\x83\x4a\x5d\xc7\x8c\xf1\xe9\x99\xe5\x21\xe5\x2e\x29\xe9\xc1\xe3\xd8\xaa\xd2\xfb\x16\x56\x62\xdf\xaa\x00\x45\x55\x85\x1f\xf8\x66\x37\xb8\xbd\x5a\x3f\xcb\x2d\x56\x08\x80\x55\x52\xdc\xa8\xb0\xd3\x79\xc6\x5d\x4f\xca\x83\xf9\xbc\x9e\x74\xbb\xdc\x26\xa8\x35\xbe\xf9\xfd\x4e\xd0\xaa\xf5\xd7\x57\xad\x7f\x10\xcc\x62\x1e\x36\xa1\x17\xe8\xf5\xac\x2d\x5f\x1c\x01\xf7\x8b\x60\x26\x05\x4d\xa6\x1b\xab\x50\x9f\x57\xda\x6b\x89\x1f\x1a\x7b\x84\xbf\xc0\x22\x00\xf0\x96\x9e\x11\xc7\x7d\x77\xef\xa8\xc0\x36\x22\x4c\x2b\x9d\x5a\xd7\xa7\xb0\x4b\x60\xbf\x9d\x27\x8c\xe7\xa7\x8d\x81\xe4\xed\x73\x91\xba\x92\x81\xe7\xe5\x16\xe3\x5b\x52\x11\x5f\x1b\x25\x63\x09\x06\x44\xdf\xd7\xe7\x75\xc0\x37\xd6\x12\x3d\x65\x6a\x05\x1b\xf7\x47\xd6\x10\x38\x5c\xdf\x3e\x71\x64\x8e\xbc\x08\x81\xad\x1c\x92\x1b\x28\x12\xaa\xd7\x50\x65\x23\x65\xd2\xf5\x15\xe9\x04\x09\x36\x8b\xef\x1b\x7d\xa0\x96\x2e\xa2\xd6\x75\x1c\xb7\x12\xb6\x3d\x88\x4b\xd1\xe2\x71\x10\xab\x28\x0f\xcc\x96\x1e\x48\xcc\x1b\x32\x06\x0b\xf4\xa4\x41\xbe\x05\x52\x2b\x01\x63\x13\x4a\xc8\x13\x80\x28\x88\x70\x65\x2f\x2a\x52\xa0\xc7\x81\x54\x50\xde\x89\x71\x4d\x6c\x30\xcc\xa5\x2c\x4a\x18\x2f\x09\x84\x9c\xa9\x10\x12\x1e\x50\x7a\xd7\x5c\x75\x79\x7d\xab\x7c\x29\x8e\xc2\xca\xa3\xc0\x91\x59\x12\x42\x72\x17\x8a\xa9\x29\xe9\x3e\x7b\x68\x19\x80\x59\xfc\xea\x10\x63\x8a\xf3\x70\xa5\xda\x0a\x3f\x6b\xb9\x82\x8e\x7e\xfe\x9a\x81\x06\x08\x56\x8d\xfb\x55\xe3\x08\x8b\x6d\x42\xf2\x6e\x97\x82\x3f\x79\xe3\xf2\x25\xd3\xe9\x75\xf6\xda\xc9\x49\x4d\xe2\xb4\x96\x32\x96\xf9\xdc\xe1\x63\x99\x97\x07\x7b\x83\x3e\x78\x10\xd9\x59\x3c\x15\xd9\x7d\x5b\x5d\xed\xf5\xe8\x63\x3b\x7c\xd1\x0c\x10\x6d\x67\x83\x41\x26\xa9\xed\x3d\x83\xe7\x42\xdc\x1a\x01\x43\xb0\xcd\x03\x26\xeb\x7d\x9c\x61\x6f\x75\x02\xf3\x59\xd2\xed\x26\xdf\xd6\xc5\xe1\x6e\x37\xce\xc0\x61\x7b\x42\xe3\x04\xef\xa1\x06\x89\x79\x77\x17\x27\x64\x77\x0f\x61\x00\x60\x4f\x50\xa6\x2d\xde\x4f\x80\x07\xe5\xc1\xce\x25\xbe\xa7\x72\x9e\x4d\x07\x02\xdf\x31\x3e\x85\x64\x9a\x7c\x32\x60\x45\x80\xc6\x99\x93\x6c\x98\x8c\x3a\x2f\xb4\x83\xc5\x0b\xb5\x4a\x3d\xf5\xf1\x41\xa9\x0f\x83\x58\x3f\x25\x1c\xe7\x3d\x55\x09\x61\xa8\x28\xb1\xdf\xfa\x5c\x57\xb8\x4d\x55\xb6\xdf\x26\x64\x69\xe5\x3b\x10\x92\x1c\xca\xa0\x92\x22\xbb\x5d\x98\xa2\xfa\xd0\x57\xab\xe5\xce\x8e\x1e\x77\xe3\xd4\x35\x5c\x2f\xfa\x35\x19\x7c\x38\x42\xd5\x67\xb0\x89\x6c\x17\x1b\x47\x63\x91\xf6\x6a\x23\xf9\x76\x89\x9e\xf4\x3d\xab\x14\x44\xdb\x69\x04\x08\xab\xb7\x51\x09\xb3\x95\xa8\x14\xb9\x58\xee\x25\xaa\x8e\x44\xfa\x95\x14\xd5\x8f\x3b\xf5\xb9\xd0\x4e\xeb\x76\x65\xfb\x0d\xa4\xd5\x44\x6e\xa4\x5f\xf5\xb2\x92\x25\x27\x2b\xa3\xb0\x1d\xf2\xd1\x3e\x2c\xcc\x3d\xa4\xaa\x02\x62\x84\x94\x37\x90\xc7\x81\xf5\x34\x31\x22\xe8\xc1\x92\x43\x4a\x93\x98\x35\xb5\xb7\xb3\x83\x8a\xa2\x68\xb9\x12\x2e\x8b\x12\x59\x95\x16\xf0\x3e\x91\x93\x39\xe3\xb7\x4d\x3b\xdf\xe7\x87\x81\x82\x1b\xd7\x41\xa0\xf2\x90\x45\xc3\x90\x75\xd8\x99\x1e\xe9\x36\x24\x43\x03\x69\x11\xb6\x4a\xb7\xbb\xe7\xfe\x5e\xad\xe2\x8a\xbb\x0a\x50\xa0\xde\xb5\xb5\x19\x02\x54\x52\x5d\x10\xa1\x20\x71\xb5\xe8\x65\x37\x39\x15\x0f\x54\x00\x46\x60\x3b\x34\xe8\x33\x68\xac\x9c\xe8\x41\x86\x79\x1e\xac\xb3\xc2\x50\x8c\x3a\x3a\x12\xc9\x0f\x87\x9b\xe1\xc0\x32\x73\x3d\xf0\xc0\x3f\x60\x32\x4f\xf8\x2d\x05\xac\xaa\x8a\xf0\xa7\xc6\x4b\xf5\x78\xb9\x1f\xd4\x7a\x9c\x39\xbd\x8d\x6a\x28\x73\xa1\xb4\xe9\x77\x9a\x6f\xcf\xee\xb5\x49\x98\x1d\xca\xe8\xef\xad\x22\x81\xba\x08\xc3\xd5\x4a\x42\x06\x41\x70\x79\x5b\x04\x01\x6d\xd4\x63\xd6\x19\xe5\x4a\x6a\xec\xe6\x8d\xb1\x75\x78\x16\x3a\x68\xfa\x48\xbb\xa9\xb9\x06\x78\x69\xc2\xbd\x9a\x7b\xe1\x61\x66\x9d\x9b\x9a\x85\xc2\x20\x2f\xc7\x24\xa6\x28\x3c\xbd\xc3\x02\xb1\xad\x48\x20\x1f\x7f\xab\xf9\xa9\x01\xd5\x33\xbf\x88\x40\x58\x76\x54\x65\x15\x37\x2d\x6d\xe6\xae\x0b\x37\x73\xd3\x37\xd3\x30\xa4\x83\xf3\x77\x7a\xdf\x4f\xdd\x47\x70\x65\x0f\x5c\xb5\xa6\xe0\x53\x83\x45\x80\x6a\x73\xef\xed\x45\x76\x6c\x8c\x50\x17\x81\xb4\xcf\xbe\x23\xfd\x7d\xb6\xbb\x6b\xfd\x5f\xe8\x90\xe9\xc8\x4d\x4d\x73\x7a\x1f\x65\x66\xe7\x10\x18\x5c\x66\xb6\x4f\x18\x9b\x6d\x3d\xe8\x76\xf7\x0a\xa3\x28\x5b\xac\xd5\x13\xa6\x4d\xba\xeb\x4d\x5a\x42\x93\x94\xe9\xf9\xea\xc3\xda\x87\x81\x1d\xc1\xbf\x17\x4b\x9e\x66\xd9\xa2\x59\xdf\xe8\xbe\x5a\x64\xe9\xe3\x8c\xa5\x61\x3b\x54\x88\x4c\xd8\x7e\x7f\xfd\xa0\xf9\xe6\x33\x74\xf0\x41\x47\x17\x82\x4e\x12\x49\xa7\xbb\x33\x9a\xc8\xa5\xa0\xcd\x2a\x7c\xb0\xb9\x35\xab\x3e\x6d\x72\x26\x9c\x42\xd2\x89\x29\x9e\x7f\xb9\x32\xd4\xb8\x8f\x4d\xc9\x31\xc5\x14\x02\x88\xcc\xef\xe6\x90\x17\x93\x30\xe1\xd8\x3a\x3c\x52\x8d\xf7\x37\x99\x53\x75\x41\x7b\x08\x7e\x4f\xdf\xab\x66\xd4\xd3\x47\xa3\x67\x75\x9f\x8d\x31\xed\x25\x29\x4b\xf2\xa6\x6b\xd4\xcf\xe0\x28\x7c\x0a\xb0\x55\xaf\xb5\xe1\xca\x4d\x9d\x1d\x52\x4d\xf6\x6c\x1b\xb8\xc4\x4f\x93\x8c\xcf\xd8\xed\xd2\xa9\xbd\x43\x25\xf8\x1e\xce\x2b\x20\x0f\xd7\x06\x3e\x03\x72\xa6\xb4\xa8\xc8\xdf\xda\x6f\x50\x51\x40\xff\xd4\xed\x11\x52\xec\x5d\x52\x3d\x01\xe4\xad\xf9\xe3\x67\x26\xe7\x26\xfd\x4e\x4b\xc8\xe8\x5b\xea\x7c\x5c\xeb\x28\x08\x0e\x82\x8d\x17\x5a\x6f\x4d\xae\x55\xc5\x52\x3c\x56\x75\x22\xaa\x42\xf3\xed\xb5\x35\x1b\x6f\xf7\xa1\x77\xda\x7d\xf1\x50\x92\x07\x0a\x46\xc3\x45\x5a\x76\x50\x73\x61\xf4\xae\x79\x88\x9b\xbb\xa7\xa8\x53\x0e\xfc\xa6\xe8\xe0\xd1\x9b\xa4\x07\xae\x2e\x03\xcd\x5b\xf8\xda\xcf\xf8\x79\x22\xd9\x03\x85\x72\xe4\x51\xb5\x9b\x4c\xa7\xf0\xeb\xc2\x9c\xb6\x6d\xbd\xbf\xb5\x2d\x7c\xc0\x80\x12\x6b\x11\x84\x3f\xad\xf0\x89\x1d\x3c\xc4\x94\x1d\x65\x5c\x52\x2e\x7f\x66\x69\x7a\x04\x87\x29\x99\xd3\xca\xbb\x63\x36\x35\xaf\x16\xea\x15\x4d\x26\xf3\xb7\x22\xfb\xf8\x08\xcd\x06\x05\x1b\xa6\x0d\xb8\xec\x3b\xe7\x49\xeb\xf5\x5b\xdd\x2e\xd3\x6d\xf8\xf2\xae\x58\x51\x6b\xc4\xf7\xe0\xb3\xda\x70\xc5\x4b\x4d\x24\x53\x27\xae\x90\x0f\x98\xaa\x2b\x64\xf3\x05\xce\x92\x23\x18\x2b\xac\x51\x04\x05\x07\x54\x40\x96\xdb\x7b\x2e\xe7\x67\x4d\x36\x8c\x65\xc5\x97\xd8\x76\xd2\x86\x57\x02\x45\x96\xdd\x1d\xfe\xc2\xd4\xc0\x3a\xa4\x75\x11\x23\x9c\x11\xe9\x93\x62\x80\xd5\xd6\xf5\x51\xe7\x36\xc0\xcc\x13\x97\x9b\xa3\x13\xd8\x66\x5c\xe3\x45\x93\x0b\xe0\x88\xe7\x19\x6f\xf4\x7b\x37\x4e\xd6\x05\x7c\x74\x72\xbf\x90\x8f\xe4\x7b\xcd\x43\x5f\xa6\x09\xbf\x23\xef\x69\x87\x82\x96\x9f\xe6\xaa\xb2\x7a\x0d\xdb\xef\xa9\xb1\xe4\xdf\xd0\x5b\xc6\x2d\xdb\xd2\xcb\x98\x93\x09\x00\x10\xc3\x0f\xf3\x8a\xd1\x9c\x4c\x81\x3c\xf9\xb4\xfa\xf5\x4c\x3d\xe7\x99\x64\xb3\xc7\xf2\x2b\x92\x52\x60\xa1\x21\x67\x24\x57\xba\xa3\x26\x23\x81\x57\x70\x90\x3f\x55\x2d\xb0\x77\xd5\xc3\x63\x3a\xc9\x44\xa2\x9e\xbf\x84\x3a\xec\x67\xa7\x99\xf0\xaf\xce\xab\xaf\x5c\x2b\xc7\xfa\x44\x51\x12\x28\x0b\xea\x7a\xad\x79\x59\xed\xf9\xa9\x39\x3d\xe6\x09\xe3\xd7\xc9\x6d\x7e\x9a\x89\x1f\xe9\x23\xf9\x60\x78\x69\x30\x09\x4d\xde\xac\x4f\x05\xe6\x9e\x20\x30\x23\x7b\x70\xff\xae\xd2\x54\xb7\x5b\x66\x6a\x00\xa5\xc9\x48\x3f\x2c\x3c\xdc\x1b\xe9\xbb\xd9\x3e\xfb\xd6\x45\xbe\xb0\x9d\x1d\x24\x86\x7c\xc8\x46\x23\xcd\xb4\xd5\x9f\x41\x04\xbd\x1e\x54\x6b\x27\x03\x74\x98\xd5\xca\xba\x94\xbb\x4c\x68\x81\x54\x6a\xc5\x3b\x5a\xca\xe2\xe1\x64\x55\xec\x60\x28\xee\xe8\xa3\xda\x6e\x98\x29\xa1\xae\xd2\x4f\xa2\x3a\x87\xe1\x24\x10\x58\x6d\x15\xb0\xe4\x4a\xe0\x3a\x1f\x17\x89\x23\x1f\xd5\xcf\x0b\x4d\x1f\x15\xeb\x91\x93\x52\x01\x2b\xa6\x85\x23\x28\x41\xbf\xc1\x64\x14\xd7\xd2\xd5\x69\x63\x75\xfd\x3b\x1c\xb6\x77\xd8\xcb\xd9\x9f\x54\xdd\xa6\x0f\x7b\x3a\xad\xa5\x6a\xed\xce\x3d\xbd\xf3\x4f\x0b\xc5\x0e\x74\x12\x51\xef\xe5\x61\xc6\x10\x61\x89\x5f\x51\x40\xfe\xd2\x1c\xd0\x9d\x1a\x6f\xb1\xce\x65\xf5\x90\x48\xea\x1e\x5e\x3b\x2e\xe0\x1e\x5d\x62\xda\x9b\xa5\xcb\x7c\x7e\x98\x3f\xf2\x89\x7d\x5c\xb9\xf7\x96\xaf\x62\x36\x95\x00\xcc\x97\xc1\xe5\x45\x71\xde\x3b\x7a\x77\x79\x79\xa2\x61\x60\x61\xe2\x8e\x02\x78\xa0\xce\x11\x91\xf8\xae\x41\xdf\x17\x64\x95\xad\xf0\x63\x8e\x3a\xa0\x1e\x6b\x9c\xf4\xd5\x8a\xd5\xad\x7d\xe8\xc0\x4d\x1b\x47\x03\xd9\xd8\x9a\xc1\xa1\xb7\x3d\x67\x26\x5f\xac\x01\xd7\x4b\x93\x5c\x5e\xd2\x07\xa6\x04\x5e\x17\x16\x19\x9a\xc3\xc4\xe3\xd3\x05\x44\x1b\x0e\xb9\xba\x7e\x27\x72\x3e\x32\x6e\xdd\x98\xa1\x62\xc6\x78\x92\xa6\x8f\x4f\xd2\x02\xf8\xe5\x1e\xc0\xef\x03\x8d\x6d\x11\x45\x9e\xa5\xa6\x4a\x13\xa9\xd3\x1c\x17\x45\x87\x1e\x54\x57\xdd\x64\xa4\x8f\x70\x86\x06\x59\xac\x44\x32\x48\x76\x87\x69\xef\xbe\xa6\xa9\xf7\xd8\x2c\xb5\xa3\x46\x84\x19\x3b\xbf\xdb\x3b\x90\xbb\x7b\x83\x3e\xc2\x9c\xec\xed\xf3\x6f\x25\xe8\x27\xc4\x90\xef\xee\x85\x87\x0e\x77\x4e\x50\x0f\x52\xdf\xc6\xa8\x16\xb8\xaa\x52\xca\x5f\x7c\xc8\x19\x88\x6b\x73\xd4\x75\x1a\x50\x03\x96\x07\x31\x23\x4b\x9c\x10\x89\x73\xb2\x9d\x59\xd0\xd6\xd3\xc3\x77\xaf\xaf\xc7\x87\x57\xbf\x9e\x1f\x8d\x2f\x5e\x5e\x9d\x5c\xbe\x3f\xb9\xbc\x42\x03\xf5\x6d\x6f\xc6\x71\x42\x96\x4a\xd6\xa6\x7c\x4a\xb9\xfc\x91\x3e\xe6\x38\x27\x4b\xd0\x4c\x7a\x55\x55\x4a\x86\x23\x3c\x69\x3a\x0f\x53\x1b\x21\x54\xe0\x19\xe9\xef\xcf\xbe\xb5\x98\x3e\xfb\x3b\x3b\x33\x74\x41\xe3\x64\x38\x1b\xe1\x09\xaa\x1c\xcb\x6e\x7b\xa9\x63\xf9\x49\x91\x42\x3e\x48\xb5\x4e\x35\x2f\xcc\x29\x0d\xbe\x78\xda\xf0\xf2\x20\xd5\xa1\xc2\x15\x07\xfc\x9b\x97\x56\x4f\x75\x86\x13\xf2\x67\x2c\x10\xce\x49\x62\x0d\x0b\x62\xd8\x1f\xe1\x25\x89\x93\xd5\x4a\x0c\xf7\x46\xb8\xee\x51\x07\xe9\x42\x6f\xa9\xbc\x30\x51\x32\x3e\xa9\x35\x00\x7c\x01\x3a\x8a\xf7\x4d\x30\x2e\xeb\x74\x27\x1a\x44\x3b\x71\xbe\x5a\x49\x84\x2d\xb4\x0e\x0b\xa2\x3c\xb2\x02\x15\xa8\xd3\x37\x61\x0d\xc7\x34\x7e\xd2\xd9\x37\xf3\x1a\x42\xc1\x95\x45\x01\xd4\x3e\xc7\x10\xa4\x69\xdb\x4b\x0e\xd2\x18\x46\x00\x7d\x17\xc3\x17\x23\x34\x48\x0b\x9d\x0f\x3a\x3c\xbd\x19\x75\x3e\x83\xd7\xe5\x37\x19\x75\x5f\xd7\x4f\xb9\x75\xe1\x52\x56\xca\x0c\x2c\x1f\xc0\xe0\xee\xcd\xd1\x32\x00\xad\xd3\x36\x6f\x60\x63\xce\x83\x30\x30\x97\xfa\x8c\x74\x79\x25\x13\x14\xed\xdd\x27\xe2\x4e\x1f\x94\x87\xf9\x31\x53\xbd\x4e\x60\x3c\x19\xcf\x97\xf7\x94\xfc\xd6\xa1\x3a\x59\x16\x9d\x92\xaf\xb0\xf9\x9b\xfc\x80\xa9\xcd\xc7\x45\xa4\x16\x91\x6c\xb2\x2e\x42\xcd\x2d\xa6\x39\xc6\xe7\x2b\x55\x70\x21\xb2\x09\xcd\x73\xea\xbf\xc9\xc9\x76\x1f\xff\x42\xfd\xce\x30\x51\x62\xd7\xd9\x15\x38\x34\x12\xa1\xc8\x79\xc6\x78\x4b\xb5\x3f\xd2\xd5\x4a\x06\x10\xff\x3f\x50\x30\x65\x56\x8a\xe4\xe4\x37\xd5\x39\xd3\xbc\xaf\x89\x4a\xff\xf4\x30\x4d\x83\xef\xa5\x74\xa7\xde\xba\x98\x25\xd8\xa3\xb7\x1a\xc7\x14\x8e\x7e\x93\x6d\xfa\x07\x3a\x94\x23\x35\x2e\xa3\xf3\xfe\xc5\xc7\x33\x51\x04\xd6\x95\x2d\xc6\xb7\x32\xa0\x75\xfa\xd1\x06\x45\x76\xbb\x94\x10\x52\x7d\x3a\x94\x23\x30\xce\xd4\x9e\x1a\x2a\x41\x5a\xc0\x76\xdd\xbc\xa2\x89\x98\xcc\x8f\x75\x3a\xb5\x26\x77\x8e\x1f\xa9\x91\xc5\x36\x16\x81\x09\x26\x56\xa7\xa1\x97\xe7\xfc\xf0\xcd\xc9\xd5\xdb\xc3\xa3\x93\xab\xf1\xcb\x5f\xc7\x67\xc7\x24\x7c\x44\x02\x5d\xc4\x9b\xa5\x04\xac\xe2\xfc\x8c\x1f\x2e\x65\x26\x0d\x9d\x5c\x8b\x84\xe7\xfa\x4c\x22\xb4\x27\x96\x7c\xdd\x6b\x20\x2e\x2a\x08\xed\x1d\xbd\xbb\xba\xbe\x78\xa3\x88\x77\x7c\x7a\x71\x49\x68\x4f\x23\x6c\x9f\x9d\xff\x70\x72\x74\x7d\x76\x71\x3e\x3e\x7d\x77\x7e\xa4\x93\xcf\x18\xdd\xc9\x1b\xad\x97\xa3\x3d\xcd\x17\x69\xaf\xcc\xd5\x09\xed\x1d\xd6\x9e\xbc\x66\x37\x22\x11\x4a\xe8\xa3\xbd\x34\xf8\xfb\xed\xe5\xc5\xdb\x93\xcb\xeb\x5f\xc7\xc7\x67\xc7\xe3\xa3\xef\x0f\xcf\x5f\x9d\xe8\xa7\xbf\xfc\x3a\x3e\xba\x38\xbf\x3e\x39\xbf\x56\x7d\x34\xaa\x21\xc7\x07\x68\x6f\x7c\x9b\x66\x37\x49\xea\xb5\x46\x81\x7f\xdc\xa2\x14\x5c\x7f\xdf\xac\xc9\x7d\xf0\xc4\xb6\x58\x1f\x8b\x6a\x03\xed\x17\xa5\x68\x53\x57\xd1\x63\x78\x17\x58\x34\x69\x7e\x7d\x40\xa9\xf1\x46\xf1\x85\x6f\xcb\x3a\x99\xfb\xf2\x3d\xdb\xa9\x44\x6c\x17\xee\x4d\x17\x38\x42\xfa\x0c\xab\x64\x34\xba\x09\xfb\x72\x5f\xeb\x4b\x08\x89\xd9\x77\x78\x98\xc6\x43\xa6\x3a\x78\x7e\xd0\x1f\x70\x5f\xf5\x38\x38\x70\xed\x28\xfd\xdb\x0f\x30\x0e\xa3\x29\x0c\x64\xd4\xa4\xdb\x8d\x13\x9d\x76\x6c\xb5\x6a\x48\xc4\xcc\x57\xab\x98\x11\x6e\x30\x02\x11\x2e\x31\xe5\x8a\x0d\x39\xd6\x0d\x40\x8e\x43\x48\x9b\xe8\x5a\x3f\xb1\xad\xdb\x6c\xbf\x49\xa7\x76\x18\xf0\x83\x38\x23\x4a\xd2\x60\x68\xa0\xfe\x52\xa7\x53\x42\x78\xb5\xc9\x06\x7b\x73\x2c\x71\xb9\xb9\x0b\x3f\xd8\x40\x63\x4f\x5c\x7c\x67\xe2\x8f\x99\xec\xa0\xa6\xd7\x18\x64\x1d\x0d\x00\xb2\x4d\x48\x72\x90\x34\x6a\x32\x6c\x24\x41\xa9\xf2\xd5\x0a\xfe\xb1\x59\x71\xdc\x45\xc7\x0a\x20\xb9\x7b\xb7\xfb\xcd\x7e\xfe\x1d\xe9\xef\xe7\xbb\xe4\x1b\xdd\xa5\x25\x61\xc3\x7c\x84\x53\xf5\xcf\xce\x9e\x92\xa3\xd4\x1f\x2f\x46\x9d\xb4\xdb\x8d\x27\xdd\xae\x9e\xc1\x25\x4e\x11\x5e\xae\x56\xf1\x92\x50\x84\x6b\xae\xef\xea\xdb\x94\x2c\x87\xe9\x08\xe1\xd4\xa5\x8d\xf6\x06\xa0\xed\x00\xdb\xef\x2a\x04\xcc\xd9\x71\xb6\x24\x30\x49\x7c\xdc\x24\x18\xe2\x43\x4b\xf1\x9d\x1a\x77\x39\x04\xba\xbd\x73\x1f\xb8\x16\xdf\x86\xab\xe2\x17\x40\xb1\x78\xf2\x11\x99\xf4\x71\x57\x8a\xd2\x15\xb1\x26\x9a\x96\xf6\x70\x86\x42\x6f\xd9\xd2\x75\xd3\x2c\x52\xde\xed\xc6\x79\xd5\x6b\x32\xa6\x68\xb5\xca\x2b\x0e\x98\x90\x0e\xfd\x1a\x6a\xcf\x02\x7a\xb9\x7c\x6e\xcf\xf0\x5f\xd7\x8b\x9a\xce\xd7\x31\x00\xc0\x39\xb3\x4e\x0e\x9c\xe8\x94\xa1\x07\x87\x83\x3b\x97\x0c\xbf\x2d\x6a\x99\x59\x56\x91\x69\x5f\xe3\xdd\x5d\xdc\x37\xe7\xea\x92\x4b\xb8\x1d\x9a\x0b\x9f\x44\x58\xd3\xaa\xba\x41\x77\xbb\xdc\xdf\x9f\x51\x51\x98\xf9\xc1\x27\x76\x19\x82\xa9\xba\xde\xd8\xdf\x26\x0d\xcc\xb6\x96\xe8\x0e\x07\x77\x5e\xb4\x9d\x27\x39\xcc\x8e\xb0\x2c\xd3\x38\x02\xe9\x84\x59\xfa\x26\x6f\x83\x86\xad\x83\x9e\xf5\x16\xd4\x03\xda\xd9\xf1\xd6\x78\x46\xa4\x45\xdd\x1b\x44\x48\xc9\xb0\x59\xfd\x46\x49\x31\x43\xa8\x63\xf9\xf2\x13\x54\x32\xd8\xc3\xea\x66\x31\x60\x18\x80\x7b\x70\x78\xd1\x1c\x84\x17\xcd\x0c\xe1\x7c\x99\xc3\x15\x68\x3a\xd8\xde\x2b\x50\x51\xd4\x0f\xd2\x3b\x98\x84\xa3\x30\x9b\xde\x9b\x18\x3d\x1d\x36\x5c\xae\xdb\x55\xab\x12\x75\xe0\x54\x69\xb9\xca\x37\xc9\xc0\x07\x87\x7e\x65\x07\xb4\xb1\x35\x73\x95\xa7\x3d\x37\x8a\x6e\xb7\x7a\xb1\xd7\xb8\xdc\xb4\x72\xb1\x57\xd7\xf8\xa0\x98\x12\x5c\x2f\x40\xb3\x3f\x04\x29\x32\xbc\xd5\x73\x7f\xab\xa7\xcd\xb7\x7a\x5b\x04\xd2\x84\xb7\xde\xea\xa9\x4e\x7c\x53\x6a\x75\xcf\x5e\xe0\xdd\xd4\xfe\x5e\x3e\x9c\x0f\x83\xcd\x51\x71\x30\x55\x9b\xd7\x2a\x48\x7c\x95\xc2\x24\xf2\x3e\x6b\x96\x40\x8e\x35\x5b\xb0\x35\x05\x07\x6f\xfd\xcc\xe0\x0d\x30\xa1\x5b\xac\xea\xc7\x56\x12\x2d\xce\x03\x0e\x7c\x56\x3b\xb0\x5f\x57\xf4\xc9\xdb\xe4\xff\xa5\xee\x5d\xfb\xdb\xc6\xb1\x3c\xe1\xf7\xfa\x14\x36\x67\x7e\x6c\x62\x05\x2b\x72\xcf\x3c\xb3\xbb\x72\x50\x5a\x57\x92\x9a\x4e\x77\x55\x25\x9d\xa4\xfa\xa6\xd6\x6a\x68\x09\xb2\xd0\xa1\x49\x15\x08\xda\x71\x5b\xfc\xee\xcf\x0f\x07\x77\x12\x92\xe5\x54\xd2\x3d\x5b\x2f\x2a\x16\x89\x3b\x81\x83\x73\xfd\x1f\x9a\xa6\xaf\xf5\xa9\xf1\x50\x57\xf5\x3e\x0a\x39\x22\x79\x9f\xbf\x8e\x98\xc0\xff\x9e\xed\x01\x00\xa6\xb3\x5f\x5b\x8d\xc5\xbf\x81\xcb\xbd\xd1\x89\x66\x11\x1d\x82\xa7\xa7\x74\xcf\xac\x2c\x27\x50\x24\x2a\x4b\x52\x89\xfe\x95\x6f\xeb\x94\x69\x9a\x38\xf3\x5b\xc2\x4a\xf9\x2e\xf1\x0d\x74\xf0\x6c\xb7\xf3\x2c\x61\x6e\x5a\xdf\x7a\x96\xfd\x1e\xd3\x4f\x5b\x33\xb1\xef\x00\x8c\x08\xbe\xf8\x4f\x7b\x22\x29\x4c\x9e\x74\x3b\x14\x9b\x66\xd6\x1f\x8b\x7d\xb8\x08\x74\x22\x9d\xb0\x08\x2a\x72\x3f\xfa\x60\x0f\xb2\x50\x4d\x45\xb3\x8d\x18\x76\xca\xbe\xf3\xa1\x8a\xe3\x04\xb0\x0c\x41\x73\xbe\xaa\xee\xfa\xc0\xac\x11\xb7\x46\xb9\xe9\x3a\x98\xdb\xbf\x09\x4c\xb7\xb1\x50\x1f\xa0\xb3\x3a\x40\xd0\x2d\xf4\x1f\xa2\xc8\x7b\x3c\x0c\x3c\x32\xfa\x05\x8e\xec\xca\xff\x6c\x9c\x49\x39\x2c\xc5\xcf\x44\xe1\x84\x2d\xe4\x91\x7b\x4f\x85\x1b\xd8\x1f\x7d\xb2\xe8\x6b\x3d\x7d\xa0\xec\x7f\x8b\x28\xef\x7d\x6d\x81\x90\x2c\x1c\x55\x2b\xab\xeb\xe6\x86\x89\xf0\x23\x9d\xa8\xf7\x9d\x71\x60\x0c\xa6\xc1\xe7\x06\x63\xef\x6f\xb2\x12\x12\xb5\x52\x31\xf9\x03\xfc\x69\x27\x57\x7b\x1b\x0c\xca\x68\x2d\x7c\x1d\x38\xac\x28\x75\xa6\xf9\x8d\x70\x09\x2b\xf1\x9f\xf8\xcf\x83\x47\x64\xc1\xff\xc4\x4f\x13\x2d\xff\x0c\x33\xfd\xdd\xe1\x0d\x0e\xe1\x38\xda\xb5\xd4\x41\xc9\x13\xeb\x94\xb2\x27\x54\x26\x5f\xad\xfa\x4e\xb2\xb2\x2d\xed\x08\xed\x35\x05\x8e\xe5\x9a\xf0\x77\xdc\xfa\xac\xa3\x1d\xd4\x94\x1c\x08\x8a\x2a\x6b\x24\x49\x3d\xdf\x5b\xd6\x76\xa5\x5d\x01\x67\xf3\x00\x17\x09\xca\x47\x54\xda\x5e\x1c\x2f\xa8\x5e\x04\xd8\x3f\xc2\x6b\x4a\xca\xfb\x07\x1c\xa5\xe4\x28\xf6\x24\xe3\x3c\x09\xc7\x1a\xc9\xc3\xf9\xaf\x5f\x50\xe5\x2b\xef\xf3\xbf\xcb\x9b\xcd\xfa\x90\x8d\xe7\x92\x49\x9c\x96\x90\xa8\x1b\xf8\x4d\x17\x02\x5d\xc1\x0b\xe5\xe2\x61\x90\x58\xe3\xbe\x1c\xbf\xcf\x66\xe0\x20\xe1\x37\xc2\x3c\x96\xd5\x16\xac\xe4\x04\xbd\xed\x9f\x23\x9c\xb7\xb6\x11\xff\xe6\xf9\xbd\xdc\x2e\xf2\xce\x19\x98\xeb\xe7\x5c\x5d\x3f\xbf\x96\x23\xe6\x53\xbe\x67\xc4\x9e\x9e\x20\x8f\x81\xe0\x32\x93\xf5\x21\x8c\x60\xec\xba\x76\xc4\x7c\xda\x30\x27\xcc\xa6\xb2\x31\x73\xf8\x0b\xc0\x21\xa5\xe9\x69\xa5\x78\x4e\x49\x70\xa7\x19\x25\xcc\x85\x5a\x23\x5c\x79\x64\x0e\xa1\x09\x25\x95\xa5\x97\x08\x67\x5d\xd7\x08\xc8\x24\x59\x82\x25\xf8\x8a\x72\x78\x2a\xb7\x98\x42\xe6\xad\x6d\x56\x7d\x8e\x99\xe4\x50\x93\xd9\x3c\x51\x71\x19\x5d\x07\x94\xdc\x0e\x36\x1c\x80\x01\x39\xe1\x34\x4d\xb9\xc2\x7b\x74\xfa\xa3\xdf\xc1\x7a\xff\x49\xa1\xc7\xd8\xaf\xf1\x5b\x77\x61\xfe\x49\x2b\xc1\x7f\x37\xf8\x13\xe1\x03\x60\xf5\x32\xc7\xc4\x8d\xf1\x9f\x88\xb0\xa8\x46\xe6\x84\x64\xde\x87\xfd\x8b\x97\x11\xf8\x4f\x69\xfa\x27\x13\x12\xe1\x68\x0e\xcd\xba\xf9\x66\xff\xe4\xde\x82\xcc\x61\x86\x32\xd0\xe3\xec\x8e\x42\x8e\x41\x91\x25\x93\x82\x8b\x2a\x05\xa4\x8d\x9d\x0c\x95\x64\x89\x77\xde\x18\x0d\x80\x8d\xb4\xe2\xd9\x24\x26\xf3\x36\x14\xe1\x3e\x57\x23\xc5\x1a\x9b\x12\x37\xb2\xef\xe8\xac\xa4\xf3\x29\xfc\x1f\xee\x1b\xd5\xcb\xa4\xa3\x6d\xb6\xa3\x50\xef\x3d\xe3\x5d\x97\x99\xb4\x7a\xee\x12\x05\x61\x46\xe0\xaf\xc0\x66\x42\x79\xe3\x19\xda\x57\x69\x99\x54\x91\xad\x58\x64\x8f\x43\xe5\x15\x73\x92\xbb\x81\xe4\xf4\x30\x53\xeb\xc6\x21\xfb\xf5\x23\x83\x32\xcf\xb9\xa4\xd2\x7b\x57\x67\xf7\xaa\x4c\xb2\xf4\xa0\x82\x1c\x7b\x41\x6c\x9d\x66\xda\xcc\xc4\x7c\x62\xd4\x80\x16\x51\x29\x6c\xaa\xf0\x92\xa2\x56\x06\x9f\x9f\x10\x52\xec\x76\xf9\xe8\x2a\x5f\x7e\xbc\x6a\x78\x49\xf9\x88\x96\x75\xc3\x5d\xae\x57\xd4\xf6\x14\xa5\xa5\xca\x75\x52\x77\xb7\x4a\x44\xa3\x09\x01\xb7\x31\x4d\x67\xad\xda\x68\xa8\x2f\xd0\x15\xb4\xa3\xcd\x7a\x4c\x32\xd0\xfb\x08\xf4\x09\x3d\x55\xc0\x6e\x57\x45\x94\x06\x92\x68\xb8\x6a\xfa\xa3\x55\x08\x37\xf4\x39\x19\xa7\xe9\x0f\x90\x0c\xf6\x84\x41\x32\xad\xec\xdf\x63\xfc\x10\x9d\xd5\x72\x6b\x62\x86\x26\xfa\x4f\xe4\x8b\x4e\x72\xcd\x1e\x1a\x3a\x1c\xba\x47\x6b\xf9\xe8\xec\xcc\x75\xe1\x25\x62\x87\x53\x2a\xeb\xf4\xce\xe6\x1a\x28\x8e\x73\xb2\xf5\x90\x49\x7a\xda\xda\x69\x26\xc8\x58\xd2\x1b\x72\x76\x8e\x26\x59\x47\x85\x70\x76\xee\x7d\x7b\xa5\x56\x3d\x3b\x47\x08\xbf\x91\x54\xf1\xff\x28\x08\xf0\x2b\xba\xae\x38\x4d\xf0\x4c\x77\x02\xd7\xab\xed\x7c\x4b\x0f\x28\x72\xa4\x4c\xd4\x1d\x4a\x49\x58\x67\x28\xb6\x5f\xdc\x89\x3a\x91\x43\x71\xa7\xae\xa3\x02\x92\x3d\x64\xec\xf9\x78\xb7\x2b\xe5\xff\xd8\x59\x79\x4a\xc6\x28\x4d\x61\xab\x24\xea\x8b\x24\x38\x47\xb8\x30\x24\x1e\xe7\x9d\x99\x69\xfd\x9b\x9a\x19\xa4\x26\xd1\x1c\xeb\xa2\xab\xee\xa9\x8d\xc6\x50\x79\x85\x4f\xc7\x93\x12\x17\xce\x99\x37\xcb\xe0\x39\x9b\x8e\x27\x0c\x9d\x35\x08\x2f\x89\x78\x3e\x9e\x16\x43\xa1\x6c\x68\xb5\x02\x33\x5e\x33\x5e\x0b\xc5\xa9\x26\x28\x4d\xe5\x44\x97\x66\xc0\xfe\x3b\x39\x6a\x5d\x45\x32\x5b\xa6\x06\x2a\xce\xce\x9f\x2f\x87\x8d\x9d\x63\xee\xd7\x70\x4e\xdd\x72\xa4\x37\xd4\x38\xa6\xac\x39\xa5\x7f\xa7\xd9\x6c\xee\x11\xe8\x5b\x1a\xf0\x1e\x3d\xc7\x42\x2a\xa9\x86\xf3\x55\x0c\xb8\x0a\xcf\xe9\x50\x32\x96\x6e\xf3\x19\x1d\xac\xfd\xeb\x39\xf9\x0f\xfa\xef\xc8\x98\xa5\xb4\x6e\x94\xe2\x99\xc0\x7c\x6e\x52\x03\x94\x48\x07\xea\x58\xeb\x15\xc4\x0f\x39\x87\xe9\x8e\x37\x0d\x34\xa9\x49\x40\xa9\x61\xf8\x18\x66\x43\xf9\x78\x10\xe9\x6a\xc8\xf0\xd8\x76\x56\x21\xd4\xb6\xdb\xde\x80\x3d\xcb\x03\x0d\x62\xa0\xa0\x17\x9e\xa6\x1c\x92\xe2\x2a\x07\xae\xdd\x2e\xe9\x78\x11\x26\x38\x57\x85\x56\xc6\xe9\xcf\x94\xb1\x5e\x80\x09\xae\x09\xb8\xfb\x05\x7e\x93\x36\x6f\x61\x19\x39\x6d\x40\x7a\xca\xc8\x66\x15\xb0\x3b\xd4\x19\x51\xfb\xa0\xd7\x6e\x12\x9c\xd0\xab\xee\x3d\xd8\x3d\x4a\xb8\x32\xaa\x77\x36\x65\xf1\x60\x4f\xa7\x7e\x0f\x8e\x45\x85\x3c\x7f\xc4\x88\x23\x55\x99\xa6\x31\xfb\x86\x0d\xcd\xc8\xc1\x30\x89\xb4\x1d\x13\xa2\xb4\xe4\x66\x38\x31\xef\x1b\xf5\x5e\x27\xd8\xae\x66\xcd\xfc\x22\xe0\xdf\x0a\x1c\xf1\x60\x69\x10\x42\xd8\x36\xd9\xcc\x3d\x4a\xb9\xa0\xdd\x88\xe5\xd9\x1c\x47\xc2\x7d\x54\x80\x9c\xde\x46\x1c\x83\x1a\x53\xcc\xca\xb9\x87\xd6\xeb\x99\x79\x3a\x8d\x02\x29\x94\x0d\xe7\x84\x82\x5f\x88\x16\x33\x0a\x72\x76\x7e\xa1\x83\x11\x97\x36\xa1\x84\x0f\x2f\xe8\xaf\xa0\xa4\x0c\xfe\xda\x91\x25\xba\xe2\x34\x57\xca\xce\x35\x29\x86\xe7\x2a\xc8\x8e\x10\x92\x15\xc4\x8b\x50\x19\x25\x78\x0d\x8c\x6e\x41\x1a\x84\x93\xff\x43\xf3\xe5\x46\x32\x57\x59\x49\x84\x3e\x30\x6b\x5c\xc8\x12\x80\xd2\x87\x1e\xa0\x31\xdc\x6f\x03\x7a\x5a\x11\xe3\x37\x22\xbb\x4b\xca\x46\xf2\xd3\xee\x53\xae\x76\xbb\x4e\x3e\xaa\x1c\xa5\xe9\xa9\x51\x3b\x5d\x8a\x84\x95\x27\x39\xd2\x43\xd7\x72\xe8\x0a\x3d\xe8\x68\x3e\x46\xb3\x5c\x73\xdf\x03\x28\xd2\x96\x8a\xc2\x16\x53\x3b\x56\x34\xf1\x87\x6d\x29\xc3\x86\x8c\x2f\x36\xcf\x57\x17\x1b\x13\xce\xb3\x25\xb7\xb2\xb5\x0d\x1a\x6c\xd3\xd4\xb5\xbf\x05\x5b\xcc\xde\xfe\x80\x56\x12\x78\x5e\x02\xc9\x67\xe4\x25\xfc\x8d\x75\x95\x1b\xff\x56\xda\xed\x8c\x92\xcd\xae\x00\x1b\xe5\x85\xf8\x1d\xbd\x07\x62\x08\xe0\x94\x6e\xb2\x9e\x0d\x2c\x27\xa5\xdc\xcb\x79\xd4\xe0\x97\x8f\x9a\xf2\x63\x59\xdd\x59\xa7\xd3\x69\x3e\x2b\xe7\x93\xde\xe3\xac\xf4\xa2\x1a\x6f\xc9\x95\x1d\x74\x57\xa7\x7c\x83\x6f\xb5\x80\x7a\x4f\x3c\x16\x33\x47\xf1\x58\xf2\xac\x44\xf8\x5a\xee\x8e\xe6\xaa\x16\x3c\x2b\x86\xe7\x08\xdf\x91\xfb\xd9\xf5\xdc\xd9\x5c\xef\xd2\x34\x53\xcf\x0e\x70\xc0\x76\xd5\xee\xcc\xfa\xe6\x64\x21\xbb\x95\xa2\x5a\x89\xda\x16\x4e\x37\x5b\x67\x39\xc9\x21\x01\xa4\x5b\xaf\xd6\x8a\xb7\x72\xd8\xaf\x28\x79\xf6\xd7\x11\xec\xdd\x7f\x7d\xe6\x25\x2a\xa5\x61\x36\x01\xbb\x61\x1f\x12\x34\xe0\xcf\xc7\x53\x91\x39\x3f\xf8\x57\x14\x27\x23\xf8\xd6\x13\x4f\x19\x13\x52\x77\x9c\xe3\x9a\x70\xd7\x4e\x9b\x20\xdc\x90\x31\x2e\x08\xd7\xab\x21\x19\xc6\x72\x78\x8e\x6b\x64\x6c\x1d\x38\x91\xf7\xbb\xff\xbe\x1e\x9e\xa3\x81\x18\x06\xcf\xc6\x72\x0f\xe5\xc4\xa0\xf4\x2b\x07\xd6\xe6\x79\x7e\x81\xb2\x8a\x2c\x83\x91\xa3\xe7\xe3\x29\xcb\x32\x31\x2c\x66\xcd\x70\x38\x1f\x2e\x51\x6c\x0e\xd4\x16\xc0\x4b\x5c\x61\x86\xda\x2c\x49\x30\x78\x94\x7a\x37\xd8\xfb\x43\xec\x58\x20\x6d\x18\xce\xea\xa5\xe5\x73\x9d\xdc\x90\x0f\x9a\x34\xcd\xad\xc6\x53\x97\x50\x9e\x4e\x2a\xd8\x85\x9c\x8e\x2f\x32\x4a\x08\x51\xa7\xdf\xea\xad\xd2\x34\x5b\x91\xd3\x73\x84\xbf\x97\x57\xfb\x34\x5b\x12\x55\xdb\x68\x17\xf6\x63\x23\x09\xbc\x94\xb2\x4b\xa9\x32\x43\x03\x5f\x5f\x10\x86\x9b\xdd\xee\x54\x52\x84\xd5\xf4\xf3\xa2\x4a\x56\xd8\x6c\x79\xf9\x42\x69\x62\x8a\x56\x32\xe8\x62\x0e\x66\xef\x82\x94\x07\xc6\x24\xf9\x93\x98\xb0\xb0\xdb\x65\x6b\x42\xf1\x47\xe0\xd2\xd6\x28\x4d\x3f\xc2\x1e\x5f\xa3\x98\x1d\x08\xed\x33\xcc\xac\x9f\x60\x98\x69\x11\xc2\x97\xb6\xbb\xcb\x7f\x40\x77\x08\xc7\x84\x70\xc9\xe6\xbc\x0c\x16\x2a\x4d\x23\x0f\x61\xf5\x0a\x95\xe7\xef\x93\x4a\xcc\x50\x8e\x20\xe6\x28\x3b\xa7\xff\x86\xe3\xa9\xa3\xbc\x0b\x48\x0e\xc0\x4b\x58\x49\x3d\x04\xf0\x1e\xfa\x9c\x8e\xa4\xfe\x64\x22\x32\xa0\xd3\x8f\x11\x21\xd4\x39\xd0\xf8\xea\x8a\xb7\x3e\x55\xc1\xcc\x36\x8b\x2b\xe2\x29\x27\x58\x47\x19\x46\x18\xae\x49\xb5\xdb\xe5\x86\x25\xb8\xa4\x99\x40\xd3\x7a\xfa\x4e\xeb\x25\xb4\x7b\xa2\xbb\x05\x32\x4e\xe4\xae\x43\x69\x5a\xc9\x3b\x12\xbc\xb2\x28\xf2\xaf\x79\x6f\x95\x3b\xa4\x1f\xa4\xb5\xde\x53\x29\x60\xe2\x3a\x4d\x29\xcd\xe4\x8d\xff\x97\x4c\x6b\x5e\x7a\x1a\x31\x1e\xd7\x88\x71\xc9\x06\x40\x2d\x6e\x94\x60\xba\x14\x44\xc2\xc8\x02\xee\xfd\x52\xc5\xe6\x24\x80\x6b\xe0\x5b\xf2\x7b\x4c\x15\xc5\x25\xe9\x7d\x25\x31\xb5\xd6\xe2\x51\x82\x26\x22\xe6\x29\xef\xfc\xf2\xf9\x6e\xc7\x47\xac\xb6\xf6\x56\xe3\xa4\xcd\xc9\x5b\x80\x37\x9c\xb1\x39\x6a\xfb\xbc\x98\x8d\xb6\x62\xc6\xf2\xea\xb7\x21\x1f\xc1\x57\x32\x3a\x9d\x17\xae\xb8\x05\x11\x83\x05\x50\x6e\x6f\xce\xa0\x83\x60\x8a\xd8\x01\x5e\x1b\xe7\xd3\x7c\x54\x53\xd1\x8b\xb1\xa9\xd3\xf4\x67\x38\xaa\xa0\xc8\x94\x94\x86\x63\x6e\x45\xde\x53\x42\xb2\x4a\x6d\x85\x08\xcf\x4c\x77\x3b\xb5\x33\xa2\xac\x02\x98\x58\x7e\xea\x70\x0b\xa6\x0b\x1d\x02\xab\x53\x5e\xa0\x49\xac\x30\xc8\x57\x10\x2c\x67\x17\xed\x05\xed\xc6\x36\xf9\x5f\x0a\x74\x52\x2a\x8a\x27\x27\xef\x94\x41\xdf\x19\x5e\x2d\x3a\xf8\x07\xc9\x42\x55\xda\x79\xe0\xb4\xf4\x72\x11\x16\x36\x17\xe1\xaf\xcc\x20\x4e\x6a\x2a\x4e\xd6\x39\x2b\xe8\x6a\x72\xa2\x16\x40\x4e\x59\xd2\xa6\x93\xe4\x57\x43\xa6\x93\xf2\x8d\x12\x34\xfc\x55\x72\xb2\xac\x9a\x62\x05\x99\x0b\xaf\xa8\x4a\x5e\x38\xfa\x15\x6a\xbb\x1e\x71\x1f\xa9\x67\xff\xa7\x19\x7a\x00\x2a\xf0\xb7\xd0\x91\xd2\xa9\x28\xad\x77\xf0\x05\x1c\x2c\xa7\x69\x56\x8e\xc1\x68\xb4\xb8\xad\x8a\x5c\xb0\x82\x92\xd3\x73\xcc\x47\x0b\x29\x17\xbd\x29\x8b\x7b\xfd\x73\x93\xd7\x2f\xe0\xd6\xd1\xbf\xaf\xa9\x10\xd4\x62\xca\xf3\xd1\xa2\xf6\x1f\x0c\xb4\x60\xd0\x49\x4c\x28\x59\xea\x88\x7e\x5d\xe5\xa2\x54\xb1\x5a\x3d\x03\x2e\x43\x0f\x61\xf7\x63\x83\xcc\xa1\x1d\xd0\xe3\x8d\x56\xc8\x0d\xb2\x72\x5c\x64\x4e\xaa\x81\x7b\x91\x4b\x02\xba\xdb\xfd\x40\xbd\x09\xc0\x0e\x6f\xdb\x20\x25\x5f\x49\x38\x1a\x2d\x4c\xba\x41\x2d\x27\x95\x9e\x4a\x9f\xb7\xfb\xe0\x58\x4d\x9a\xda\xbe\xa9\xab\xea\xda\x65\x2d\xab\xc6\xd6\x99\x67\x1a\x53\xc5\x3c\x18\x56\x53\x0e\x9f\x3a\xc8\x0c\xbb\x3e\x4e\x59\x70\x4d\x05\xe4\xa3\x90\x07\x36\xd0\xaa\x5a\xcc\x21\x58\x1b\xc3\xef\xeb\x9c\xbe\xea\xa5\x5e\x8b\x98\x9f\x4d\xee\x8f\xa4\x1f\x6e\xe7\x2b\x54\xf9\xb4\xf2\x36\xda\x84\xb7\xa8\x6d\x71\x35\xb2\x1b\xcd\x0f\xe3\x80\x6e\xdd\x16\x1c\xb7\x90\x7b\x58\x6f\xc1\x5e\x41\xb7\x39\xa1\xe0\xb6\x17\x99\x6b\x0a\x76\xbe\x59\x07\x50\x57\xd6\x5d\xc4\x2a\x5b\x73\x9f\x33\x22\xc8\x03\xe4\xec\x79\x21\xd8\x42\x57\x33\x0a\xb6\xb4\x37\x34\xe3\xcf\xc7\xbb\x5d\xf7\xe5\x73\x62\x01\x06\x7d\x4b\x9b\x5c\xcc\x98\xc1\x9f\xca\x41\x5e\xf7\x40\xc8\x6e\x2d\x3c\xc8\xc0\xa2\x98\x98\xe5\x43\x5d\xb0\x30\x41\xb9\xfa\x10\x10\xec\xab\x43\x0b\xc8\x6d\x46\x25\x8d\x63\x2e\x06\x58\x1b\xa4\x8c\xd9\xc8\x09\x58\x39\x56\x5e\xa5\x08\x31\x63\x88\xf2\x44\x33\xc3\x49\x03\x29\x74\x10\x27\x79\x23\xaa\x69\x43\x7e\x1b\x84\x92\x31\xc2\xfb\x43\x6a\x11\x9a\x08\x7a\x54\x39\xb7\x5b\x23\x8b\x65\x34\x27\x21\x27\xa8\xb4\x20\x91\xd2\x68\xd0\x38\xbd\x7a\x33\x2d\x26\x61\xbd\x59\x83\x8b\x39\x6a\x9d\x75\xa1\x63\x4d\xcb\x71\x83\xb0\x72\xde\xf5\xf9\xc9\x1c\x59\xe3\x99\x3c\xa4\x5a\x1d\xc5\xec\xf5\xfd\x97\x2c\xef\xf1\x2b\x2c\xce\xaf\x30\xcb\xaf\x30\xc3\xaf\xb0\x56\x35\x1e\x4b\x91\x11\x9e\x0d\x8d\xd3\xb8\x80\x9b\xe9\x9d\x7e\xf8\x8a\xf3\x4a\xe5\x0b\xc2\xa7\xfe\x51\x0f\xb6\xcc\xb2\xa8\xae\xae\x28\x7f\xaf\x7c\x7b\xf4\x1d\x77\x60\x8b\x99\x87\x5e\x05\xa0\xff\xa0\xc8\x5f\xd2\xcc\x2e\x82\x49\xb2\x54\xdb\x82\x7a\x37\xda\x4d\x78\xe8\xeb\x76\x96\x9f\xe1\x63\x3f\x73\xec\x2b\x31\xd4\xb1\x2f\xb8\x58\xf7\x2a\xb6\x66\x9d\xe3\x17\xbd\xee\x5f\xe4\xa5\xbc\xb5\xe5\x65\x2f\x3f\xc2\x59\x55\x16\xf7\x27\x86\xbc\xc8\x8b\x5e\xc8\xeb\xbd\x2a\x35\x0b\x30\x39\xf9\xd5\x50\x7d\xf4\xb2\xde\xd2\xa5\x00\x29\x55\x76\xef\xd6\x7f\x5f\xa8\xb9\x11\x7b\x9b\xa2\xc0\xf7\x9a\x05\x36\xbc\x20\xc2\xdc\xa7\xb2\x07\x5a\xf1\x37\x80\x3d\x64\x90\x2a\xa7\x82\xc7\x61\x3d\xc3\x2d\x39\xca\x61\xc8\x85\x14\x0c\x0c\x51\x50\xfe\x72\xa7\x63\x65\xc5\x61\x24\xde\x47\x89\x6b\xb7\xfc\xba\xca\x39\x6a\xd9\x3a\xcb\xd3\x14\x94\xbd\xd6\xbf\x4d\x9b\xfd\x02\x59\x3e\xb8\x42\xd5\x31\xd3\x16\xb3\x06\x97\xfa\x8c\xf4\xdd\x97\x9c\x12\xff\xb4\xb3\x99\x35\x1b\xb8\xc8\x44\x37\xba\x5d\x7b\x3c\x72\xc9\x7f\xb9\x1b\xd9\xb4\xdd\xbd\x94\x61\xe5\x24\xd9\xeb\x5f\x44\xf0\x54\xde\x56\xac\xcd\x7e\x42\x83\x48\x3c\xc3\xdf\x94\x21\xf0\xf5\x1e\x0e\x8e\x1f\x0b\x0f\x1f\xe3\x44\xb8\xe1\x44\x4a\xc2\x63\xc0\xe8\xb1\x9b\x56\xbf\xfc\x51\xdd\xde\xb6\x88\x4e\x34\xd2\xe2\x32\x7a\x91\x77\x6a\x99\x22\x5e\xad\xbd\xf7\xad\x09\xcd\xa3\x44\xd7\x46\xa3\xce\xf5\x4d\xbd\xd9\xda\xf6\x6e\xba\xf8\xb5\xca\xd2\xaf\xdb\x30\x73\x1c\xc7\x0c\x98\x42\xb9\xd0\xed\x76\x0f\xed\x24\xd3\x3f\x34\x40\x70\xd4\x3d\x87\x1b\xf7\x1c\x7d\x33\xed\xf3\xd0\x31\xb3\xd7\xc5\xda\x16\xab\x6a\x9e\xfb\x61\xcf\xf5\xc2\xd4\xf1\xfc\x02\x95\x6f\x0f\x6f\x33\x18\xc9\x1d\xcf\xb7\x0a\xd8\xe2\x7d\xb3\xa5\x1c\x65\xdf\xe9\xda\xbe\xe2\xe0\x25\xfd\xb2\xbe\x3f\xbe\xeb\x8f\xc2\x46\xf9\x1b\xd8\xd6\xf0\x6b\x77\x0a\x4b\x95\xa3\x5a\xcc\xce\xe5\xff\x7e\xed\x04\x55\x5b\x41\x40\x79\x10\x50\x7e\xa4\xe4\x25\x1d\x5d\xb1\x72\xa5\x50\x37\x07\x91\x30\x9e\x1f\xd5\x49\xf8\xfe\xff\x9d\x93\x50\x95\xf4\x8f\xf9\xa1\x3a\xaa\x40\x76\xf4\xae\xd5\xa6\x83\xee\xf7\x73\x10\x50\x76\xe3\x0e\xec\xbe\x6d\x8f\xd9\x2a\xf8\xbb\xbd\xab\x6a\xb8\x4a\x97\x11\x3c\x26\x27\x2a\xf5\x3f\x11\x38\x2e\xf3\x3c\xb6\xbe\xfb\x64\x9e\x63\x04\x1e\xb9\x6e\x7b\xc9\xfa\x91\xf4\xb9\xdc\xc7\x4b\x6b\xe6\x04\x3b\x5e\xa4\xc3\x91\x72\x0d\xbc\x60\x0c\x20\x2d\x32\xc2\x9d\xe2\x8d\x5d\x64\xb1\xcf\x39\xab\xc4\x7f\xd9\x41\xce\xe5\xce\x72\x2e\xba\xe9\x7d\x1c\x8b\xe1\xa3\x38\x42\xf8\x2f\x19\x83\x9b\xbe\x8c\x72\x83\x01\x1a\x8f\x6b\x19\x2e\xf7\xf8\x26\x17\x1a\x96\x9b\xfc\x9d\xc6\x77\xb4\x2d\xf0\xad\xda\x69\x3f\x79\x64\xe7\xef\x74\x3f\x5b\x94\x1c\x66\x8b\x7e\x95\x0c\xc5\x30\xf9\x95\xcf\x16\x25\x11\xb6\xc8\x39\x62\xd3\xfd\xbc\x90\xc7\x04\x29\x17\x6c\x1a\xf7\xba\xff\x8d\xe7\x11\xa6\x81\x54\x80\xc5\x75\x38\x18\x9e\xf1\xcf\x53\x52\x7a\xbe\xa1\xa7\xea\xd7\xa0\xe3\xf3\x15\x84\x20\x93\x10\x67\x49\x39\x75\xa2\x68\xdb\x16\xdd\xa6\x6c\xe3\x5d\x1b\x5f\xf9\xc0\x46\xca\xdd\x60\x3c\xa3\x65\xaf\x7f\xa6\xfb\xd7\x4e\x22\xf1\x11\x18\x8e\xeb\x94\x39\x3c\x6a\xe7\x94\xed\xe9\xa3\xd5\xea\x39\xd3\xa0\xaf\x97\x06\x8d\xc4\xb3\xbf\xbe\x7f\x36\x12\xb4\xb6\xaa\xe9\x9f\xe9\x61\x4f\xe1\x05\xa7\xd7\xac\x16\xfc\x9e\xcc\x74\x92\xe4\xc5\xb2\xe2\xf4\x7b\x76\xf5\xba\x5c\xd1\x4f\xe4\xa0\x73\xbb\xbc\x63\x55\x64\xe9\xfd\xb7\xf7\x3f\xe6\x37\x74\x4f\x60\x7e\xd8\x13\xe6\xce\x50\xad\xc1\x20\xc1\x12\x2e\x77\xc1\xac\x9c\x43\x86\xc1\x00\x07\x6f\x56\xce\x55\x26\x5a\x59\x3f\x82\x01\xa5\xbd\x63\x83\x4e\xcc\x47\xb1\x72\x78\x30\x4e\x65\x55\xe1\xa0\x5e\xea\x4f\x7a\x38\x34\x30\x9a\xb6\x35\xed\x30\x52\xe2\xb1\xce\xc1\x48\xb1\x46\x82\x9b\x88\x56\xe5\x7f\x35\xc3\x7b\xa1\x5a\x92\x9d\xf5\x04\x17\xc8\x12\xa3\x8a\x19\x5e\x5d\x56\x5d\xd1\x77\xfd\xb9\x75\x10\x36\x63\x73\x18\x70\x97\xac\xd5\x8d\xd5\x58\x36\xf8\xbe\x59\x08\x0c\x09\xe8\x35\x18\xa3\x0b\x0d\xfe\x59\x1d\xa9\x3f\xaa\x93\xfb\xb3\xa7\xe4\xfc\x4f\xea\x11\xa1\x0e\x08\xbf\xc9\x7e\xa7\x41\x58\xc0\x57\xcf\x85\x18\xff\x91\xe2\x3f\xd2\xd8\xda\x64\x09\x48\xdb\x09\x5e\x1a\x6a\xa5\x48\xfa\x9f\x69\x2f\xb7\x86\x14\x75\xde\x38\xb5\x32\xfe\x1d\xe8\x49\xff\x95\x92\x07\x29\xdc\x4c\xc6\x78\x11\x8d\xc0\x9f\x9c\x9e\x4b\x1e\xf1\x24\xfa\xb2\x8b\xa7\x1b\x2d\x04\x4e\xba\x7b\xea\x5b\x00\xf1\x9a\x8a\xe1\x10\x1f\x68\x45\xf2\x92\xf8\xf7\x30\xe6\x3f\x81\x62\x2b\x08\x2c\xff\x93\x5a\xf4\xdf\xd2\x18\x2e\xba\xfb\x02\x7f\xa1\xca\xb9\x7e\x1f\xdc\x80\xf5\x73\xa1\x58\xf4\x22\xed\x31\x8f\x43\x07\xf1\xc0\x20\xa2\x74\xb4\x5c\x43\x43\x66\x94\xe4\xa3\xe5\x26\xe7\x2f\xaa\x15\xbd\x14\xd9\x18\xa1\x6f\xc8\x7f\xfc\x7f\x69\x4a\x9f\x93\xff\x3d\x46\x1a\xed\x98\x49\x11\x30\x47\x03\xa5\x20\x28\x4d\xf0\x3d\xca\x6a\x9c\xa3\xd6\x53\xfc\x83\xb1\xec\x21\xeb\x58\xc7\x99\x4b\xb6\xaf\x09\x42\x4e\x84\xd3\xc8\xbb\xd0\xda\x13\x06\x10\x08\xf9\x9c\x70\x1c\x76\xc4\x71\x8e\x30\x97\xc4\xe3\xcf\x9a\x65\xe2\xb8\x46\xc6\x87\x8e\xcf\x6a\x98\x8d\x98\x55\x73\x52\xe3\x26\x4d\x9b\x91\x30\x10\x0c\x84\x70\xe1\xa9\x4c\x43\xcc\x83\x06\xa1\xb0\xa3\x06\x7b\x23\x53\x1a\xb8\x13\xb6\xce\xa0\x49\x0f\xa5\x00\xbe\x12\x03\xe9\xbc\x41\x48\x7e\x07\x56\x36\x74\xc0\xc0\x71\xba\x41\x58\x4e\xbc\x91\x0c\x95\x55\x73\x93\xaa\x45\xd9\x8c\xda\x71\x65\x68\x8e\x55\xbc\x24\xe4\x67\x70\x6a\x50\x61\xb5\xa3\xfb\x76\x81\x9c\x2a\x4d\xd3\x4c\xee\x16\xbc\x1f\x99\xe2\x1c\x61\xba\xdb\xfd\x3e\xa0\xd1\x7f\xa2\x38\x82\x5e\x2b\x45\xfc\x19\x9f\xa3\x01\xec\x5f\xef\x7b\x72\x37\x98\x70\xdd\x02\xc9\xcf\x0a\xf4\x74\xb7\xcb\x22\x38\x13\xa0\xb5\xfc\x9d\x5a\x33\x39\x3d\xec\x83\xaf\x76\x31\x28\x50\x17\x18\x95\x0e\x56\x95\xac\x99\xf1\x38\x88\x6c\xc6\x11\x22\x84\x18\x06\xdc\x11\x94\xdd\x8e\x13\xd2\x23\x33\x5d\x67\x9a\x7d\xa3\x78\x10\x24\xc9\xea\xe6\x0a\xf0\x3c\x4e\xaa\xf5\x09\x70\x51\x28\xd1\x6e\x28\xed\xdd\x46\x0a\xdd\xce\x17\xd5\x81\x0e\xef\x76\x49\xa6\xcd\xaa\x28\x69\x4d\x40\x41\xb0\xcb\x4c\xd4\x81\xef\x55\x57\xca\xb5\xfe\x3d\x68\xe6\x9d\x51\x49\xe8\x3b\x85\xdf\x1b\x17\x95\x99\x30\x21\x32\xc6\xb7\x98\x47\x6c\x3a\xdc\xb7\xf5\xb9\xa7\x28\x4d\xb9\xbf\x8d\xd3\x94\xb7\xcb\x5c\x2c\x37\x59\x89\x1e\xda\x36\x02\x8f\xf1\x5b\x45\xb8\x2a\xd1\xf5\xcb\xd0\x2e\x90\x21\x86\xa4\xa3\x64\xb9\xf0\xec\xeb\x11\x73\xb4\xe4\x64\xe4\x8e\x51\x61\xb0\x9b\x6a\x95\xa6\xf4\x94\x18\xb0\x0e\xf5\x43\x7d\x3a\xf5\xf7\x8f\xc0\x4c\xa9\xbf\xa1\x2b\xf5\xe7\xcb\x5c\x50\xf5\x97\x3a\x55\x6e\xe9\xea\x47\x06\xa0\x0c\x53\xd1\x37\x35\x55\xf1\x85\x8d\xc0\x85\x20\x0f\x1e\x02\xef\x52\x04\x6e\xae\xe2\x84\x69\xdf\xf5\x6a\x7d\xb2\x10\x53\x6a\x13\x48\x64\x02\x4d\x0b\x31\xc9\xa8\x4d\x4a\x01\x61\x8b\x46\xdd\xc2\x68\x8d\x26\x1e\xba\xc5\x5a\x74\x0d\xa6\x1c\xf2\xb8\x94\x33\xea\x02\xa2\x66\x74\x0e\x4e\xcc\x6c\x5a\x09\x45\x03\x19\x24\xd4\x40\x13\xf8\x3f\x66\x9e\xab\xb7\x69\x2f\x04\x4f\x38\x25\xa4\x9a\x89\x79\x98\x79\x3d\x57\x91\x09\x5d\x3f\xef\xdc\xa3\x99\x0a\x0e\x16\x40\x26\xc0\xc8\x1c\x73\xe3\xc8\xa7\xb0\xc5\xa5\x60\xac\xc8\xf5\xc4\xb3\xa2\x6f\xbc\xf1\x00\xba\x55\x81\x1e\xbe\xcf\x38\x9a\x66\x72\x3c\xdd\xc0\x49\x03\x6f\xa1\x33\x43\xff\x98\x69\x1b\x70\xd6\xf8\xeb\xfd\x37\xc9\xdd\x39\xe3\x82\x51\x05\xb9\xc9\x05\xfe\x72\x0a\x86\xa6\x26\x3f\x42\x8f\x08\xe1\x7a\xb7\xcb\x6a\x70\xcd\x13\x70\x12\x6d\xd1\x7a\xb7\x3b\xcd\xea\x4e\x4f\xe1\x92\x15\x78\x49\xbc\xd9\xda\xbe\xb1\x35\x06\xc1\x80\x0b\x62\x15\xb3\xd3\xc6\xfe\x15\x56\xac\x6d\x45\x6d\x26\x98\xd8\x3f\x27\xee\xf5\xf2\xd4\x9b\xe1\x6e\x57\xa8\x9f\xba\xc6\x83\x72\xe0\x0c\x19\x8b\xc6\xa5\x9d\xb7\x96\xc8\x25\x5e\x5b\xc3\x63\x81\xff\x98\xad\xf1\xdf\xa8\xe7\xf3\x20\xb7\x13\xe6\x38\xc7\x15\xa6\x08\xe7\x1e\x44\xcf\x24\xab\xd3\xb4\xb6\x2c\xa7\x40\xdf\x90\xf1\x6e\x97\x28\x0a\x40\xcb\xdc\x29\x59\x19\xad\x13\x8d\x81\x78\x43\xf9\x75\xef\xf9\xb4\x97\x1c\xc2\xe1\x1e\xcc\xc4\x7c\xb7\x03\xe4\x21\xed\x33\x71\x93\x7f\xa4\xda\x4e\x53\x21\xe3\x72\xdd\x7d\xc3\x9d\x0b\x6d\xde\xea\x36\x73\x34\x29\xd2\xb4\xf0\x07\x7c\x76\x7e\x54\xd7\xb0\xcf\xaa\xee\x01\xc9\xc6\xb8\xf1\xf3\x77\x56\x08\xcb\xfb\xd5\x81\xa6\x49\xc6\x05\xb8\x13\xde\xe1\x62\xb3\x02\x19\xff\x5c\x3e\x2b\xe6\x83\x5c\x64\x4b\x34\xcd\x00\x37\x2a\x9f\x15\x73\x02\x27\xb5\x00\x07\xbc\x87\x16\xa1\x09\x3c\x5c\x5a\xdc\x2b\x79\xe6\x46\x8b\xba\xd9\x52\x4e\xca\xd1\xbb\x37\x6f\x3e\x20\xec\x4f\x33\x17\xe0\x51\x93\x71\x62\x8f\x7c\x8e\x2b\x84\x70\xe5\x3e\x9f\xfa\x94\xbe\x83\xcd\x56\x74\x57\xc0\xdc\x7f\x1e\x5a\x1b\x47\xe6\x3b\x5c\x07\xe0\xaa\x1c\x75\x3c\xb6\x3d\x64\x94\xe9\xdb\xc9\x3b\xdc\x90\xf1\x45\xf3\xbc\x02\xc7\x30\x6b\xaf\x6d\x86\x43\x54\x67\x14\xeb\xc7\xb3\x46\xa7\x4b\x16\xb8\xd2\x08\x74\x7e\xa3\x39\x72\x78\x74\x6c\x7a\x37\x79\x85\x97\x64\x7c\xb1\x74\x90\x73\xcb\xe1\x10\x15\x19\xc5\xf9\x6c\x39\xb7\x18\x68\x76\x7e\x37\x1e\x39\x8d\x5d\x83\x69\x6a\x57\x40\x72\x49\x91\x22\xa5\x2d\x52\x82\xf8\xe6\x02\x1d\x84\xd3\x68\x69\x62\x46\x1e\x5a\xdc\xc8\xff\x15\xa1\x0d\x05\x2f\x95\x18\x10\x7c\x3e\xdc\xf7\x1c\x0d\xa8\x9d\xc2\xfe\x0e\xa0\xf0\xd1\x83\xf6\x3d\x97\xb7\x81\xf1\x43\x67\x33\x3a\x6f\x43\xd7\x65\xcb\xd2\x6d\x94\x98\x9d\x35\x64\x29\x24\x9f\x4c\xc4\x6c\x33\x47\xe8\x94\x90\x02\x12\x65\x34\x8a\x23\x2c\x14\x88\xd7\x1d\x2b\x8a\x1f\xe4\x59\x85\x6b\x2a\x4d\xbb\x4f\x32\x88\x3e\x59\x8b\x6c\xdf\x79\x97\x8c\xae\xca\x6e\x2f\x0b\xf5\x8e\xbd\x79\xdd\xa0\xa6\x7f\x38\x60\x7f\x83\xc9\xbf\x40\x78\x23\xb2\x0a\x17\xb8\x99\x15\x73\xbd\x32\x4b\xbc\x46\x68\xd0\xab\x97\x18\x26\x3a\x41\x10\x8e\x65\x79\x7d\xc7\xf6\x23\xe5\x19\x5c\x2b\x94\x48\x79\x8e\x68\x66\x7e\x78\xcb\x2e\x09\xef\x1d\x13\x1b\xc8\xf8\xef\xfe\xb6\x4e\x90\x2b\x84\xda\x4c\xe0\x02\x60\xd9\x29\xf6\x80\x12\x15\x06\xe2\xd2\xac\xf9\x5a\xad\x79\xe2\xe5\x33\x4c\x24\x6b\xc9\xc8\x72\xb6\x9e\x23\x29\x3e\x74\x26\xc1\x10\xdc\xcc\x39\xa9\x67\x6c\x8e\x2b\xd2\xc8\x7f\x56\xa3\xcb\xef\x5f\x5f\xbe\x5f\xfc\xf0\xea\xc3\x6f\xde\xbc\x84\x53\x70\x51\xa5\x69\xe5\x5f\x47\xf7\x42\xfb\xfc\x6f\x48\x23\x77\x63\x25\x07\x87\x06\x39\xd9\x00\x4e\x2f\xae\xc8\x46\x69\x34\xdb\xe8\x65\x5e\xd9\x44\x13\xa7\xea\x66\x67\x68\x0a\x07\x86\xa9\x83\x54\xa1\x89\xfe\x49\x61\x60\x08\x83\xfe\x8f\xc1\xc5\x50\xf8\x79\x28\xc2\xc1\xa6\x69\xd6\x74\xd5\xa4\xbe\x49\x53\xe8\x54\x03\x92\xf9\xc4\x52\x02\xad\xe6\xb8\x26\xe5\xac\x9a\xf7\xe4\x88\xdc\x5c\xec\xa7\x70\x1d\x7b\x9c\x3a\x83\x11\x57\x08\x4d\xb3\x1c\xfc\x25\xed\x0d\x65\x60\x1a\x70\x4d\xe8\xac\x92\x37\xfc\x83\x5c\x8d\x49\xae\x5d\x74\xeb\xb6\x55\xaa\x87\x7b\x81\xaf\x05\xbe\x12\x78\x21\xf6\x67\xe5\x36\xe9\x8e\x62\x70\xbf\x21\x43\xd5\x03\xd3\xf3\xbe\xb1\x87\xdf\x80\x94\x31\x28\x14\xd0\x07\x70\x63\xd4\xd5\x0d\xcd\x62\xee\xab\xb5\x80\x54\x6a\xe0\x39\xab\xd9\xc2\x87\xd6\xc5\xf1\x47\x93\x7f\xdd\xba\x3c\x24\xb5\xc8\x4a\x34\x65\x33\x3e\x27\xdf\x66\x25\x9a\xc0\x5f\x74\xc6\xe7\x2d\x78\x39\xb8\xef\x08\xac\xa9\x9c\xae\x4e\x02\x7a\x27\x2c\x0a\x00\x64\x2b\x78\xe1\xf6\x74\x88\x8e\xa1\x4f\x8b\x01\xc8\xe8\xa7\xa0\x46\x0f\x52\xaa\x19\x38\x73\x99\xb2\x14\x3c\x82\xe1\x89\x4c\x04\x8d\xc1\xee\x8c\x83\xb2\x9a\xcc\xd4\x1e\x8e\xe0\x4d\x3f\xe9\x9a\xfd\x38\x9d\x10\xa5\xd2\xc3\x1a\xf0\xe1\x8e\x83\xf4\x6d\x5d\x27\x68\xb7\x1f\x76\xbb\xd2\xa2\x3e\x22\x84\xcb\x76\x70\x40\x83\xaa\x32\x79\xc7\xf0\x62\x7f\xe9\x52\xb0\x75\x06\xd8\x77\xc6\x7a\x65\x9d\x54\x3c\x41\xc3\x60\xe8\xc0\x72\xf9\xdf\xcf\x2b\x33\xe8\x6e\x77\xbf\x9c\x5e\xd5\x19\x9b\x2b\xa2\xea\x3d\x34\xd9\xe0\x4c\x11\x87\x98\xed\x3f\xf6\xfe\x36\x6c\xdc\x1d\x24\x5c\x51\xc6\xba\x16\x0b\x65\x65\x8c\xc1\xce\xc2\x85\x3b\x93\xe5\xe6\xc8\x16\x7c\x9b\x73\xc1\xf2\xe2\x98\xf2\x2b\x2a\x02\x2c\xd9\x10\xc5\xf4\xd4\x43\xc3\x31\xbb\xc0\x61\xbe\xc9\xc5\xf4\x29\xaf\x55\x56\x77\x2f\xf1\x5e\x76\x05\xa3\xd7\x09\x80\xaf\xfc\x76\x4b\xd0\x14\xc9\x83\xe7\xc1\x05\x6a\xcf\x4b\x26\x69\xa5\x4a\x03\xc8\xd6\x99\x07\x44\xd4\xa1\x14\x1e\x0c\x86\xc9\xd1\x60\x99\xe1\xd3\xf3\xd6\x40\xcd\x68\x63\x61\x1f\x9f\x2a\x8c\xe7\x37\x39\x34\xb5\xb4\x6a\x40\x6a\xcc\x19\x8f\x6e\x5e\xb5\xa7\xf4\x6a\x63\xde\xdf\xcc\xa5\xb7\x99\xb9\x55\x48\x82\x26\xb2\x9c\x31\x7f\x33\xb3\xb9\x67\x71\x30\x9d\x96\x58\xc8\x31\x48\x72\x19\x31\xfd\x1e\xf8\x0a\x2a\x18\xd9\x7e\x85\xe3\xbf\x4e\xf8\x6d\xfc\x23\xe2\x22\x48\x03\x22\xee\x17\xc1\x15\x19\x5f\x54\xcf\x0d\x40\xe0\x45\x05\x91\x7f\xb2\x31\x26\xaf\x24\xa5\x4d\x14\x96\x25\x31\x7f\x1d\x46\x38\xe9\x7d\x5a\x29\xaa\x39\x0c\x21\xc3\xfa\xf4\x96\xc7\x2a\xa1\x4e\xa0\x17\x94\x74\xf1\x83\x80\xcc\x1b\x20\xa9\x34\x35\x16\xae\xdd\x6e\x8c\xb9\xe7\x6f\x28\xbe\x19\xa3\x87\x90\x28\x75\x13\x9b\xf9\xe9\xbd\x28\x50\x68\x49\xa8\x58\x47\x3b\xc2\x26\xb2\x8d\x85\xc8\x1c\x78\xb8\x13\x3e\x0d\xce\xe9\x42\xde\xcb\xbe\xa1\xd9\x43\xd2\xed\xf1\x1b\xf7\xa2\x0f\x64\xe3\x98\x0c\x42\x21\x03\x8e\x8f\xa6\x7a\x1d\x69\xa4\x5b\x22\x9a\x0b\x82\xde\x9d\xdc\x83\xb5\x4d\xb6\xb8\x1f\xbb\xf5\x4a\xec\xcd\x94\x04\x37\xe9\x71\x59\xfe\x55\x0a\xa4\x2f\x9c\xdd\x9f\x5a\xbc\xea\xd8\x04\x81\x2d\x50\xb0\xba\xdd\x32\xb2\x6b\xf9\x9a\x40\x7a\x81\x37\x7f\xfc\xf1\xd5\x3b\xdf\x07\x1d\xc0\xb0\x85\x0b\x8a\x81\x02\x80\xc5\xa0\x8a\xf2\xbd\x2b\xc2\xab\x46\xb0\xf2\xfa\xb8\x35\x31\x85\x0b\x76\xf5\x8c\x7e\x12\xcf\x96\x55\x29\x78\x55\x14\x94\x3f\x5a\xbc\xa8\x96\x00\xb7\xf4\x2c\xdf\xb2\xe3\x0b\x97\x55\x49\x17\xe6\xd7\xf1\xd5\x36\x79\xbd\xf9\x9c\x6a\xac\x16\x15\xbf\xff\x8c\x9a\x79\x23\xaa\xe3\xab\xd5\xf7\xb5\xa0\x37\xcf\xae\xa5\x2c\x9f\x0b\xba\x78\xc2\x32\xea\xaa\xae\xc6\x62\x5d\x1d\x5d\x6b\x55\xc7\xd3\x80\x45\x8a\xca\x47\xc7\x0f\x07\x4a\x1f\x5b\xf8\xe7\x86\xf2\xfb\xc5\x36\xe7\xf9\xcd\xe3\xbb\xac\xa6\xfc\x96\x2d\xa9\x7d\xf8\xb4\x0a\x4f\x58\xd0\x7c\xb9\xa1\xc7\x26\x04\xc3\x5b\x7c\xf3\x4b\x29\xc1\xde\x0a\xdf\xdb\x5d\xd4\x01\x62\x8a\xfb\xe0\x71\x63\xd2\x6d\x0f\x35\xfa\x63\x55\xd2\x27\x36\x5c\x1e\xd5\xf0\x6f\xf2\x7a\xf3\xc4\x86\xd9\x71\x0d\xab\xb3\xf8\xc4\xb6\xab\xa3\xda\xbe\x6c\x44\xf5\xc4\x86\xf3\xa3\x1a\x36\x27\xfa\x85\x77\xa0\x8f\x6a\xbe\xfe\xcc\xe6\xbf\xcb\xa5\x3c\x78\x7f\x74\x2f\x7b\x5b\x38\xd8\xaf\xa3\x36\xdf\x55\xc7\xce\xa8\x39\x6a\x46\xef\xe0\x90\xbe\x7c\xff\xfd\x91\xad\x16\x4f\x68\xf5\xc8\x26\x97\xc7\x37\x79\x64\x8b\xeb\xa3\x5a\xfc\xbd\x24\x83\x6f\x35\x15\x3c\xaa\xdd\xd5\xd1\x23\x65\xe5\xf5\x7b\x45\x07\x8f\x6c\x7a\xf3\x84\x75\x7d\x5a\xcb\xdb\xa3\x5a\xfe\xb6\x59\x7e\xd4\x29\x0d\x8f\x6c\xf7\xc6\x6b\xf7\x51\xe6\x26\xc6\xaf\x1c\xe6\x74\x20\xa5\xa6\x7b\xe3\x2a\x42\x5b\xde\xf5\x0b\x6c\xfd\xa3\xb7\x4c\x94\x99\xd4\xaa\xf1\x5f\xc8\x50\xea\x65\x70\x21\x8a\xfa\x81\xd6\x77\x64\x0f\x71\x85\xf1\x64\x96\xfc\xec\xed\xc0\x39\xf6\x7e\x41\xa8\x3e\x5e\xfc\xbc\x7d\x49\x0b\x7a\x9d\x0b\x6a\x1f\x28\xdc\x9b\x95\x9f\x08\x85\xbb\x3c\xec\x2e\xce\x7b\x36\x4f\xa4\x9c\xa9\x61\x95\xf8\x84\x6b\xac\x8f\x31\x2e\xd1\x45\x36\xc6\x74\xe4\xb5\xae\x3d\x45\xc1\xa5\x00\x29\x64\xe9\x16\x0b\x9e\x97\x35\x93\x7d\x7c\xa8\x60\xdf\x4d\x22\xb2\x2f\x25\xae\x1e\x28\xb5\x12\x95\x56\x35\x91\x62\x30\xe4\x1b\x09\xdb\xd8\xed\xc2\x87\x98\xf5\x85\xe5\xca\x13\xb2\x18\xc2\x39\x19\x5f\xe4\xcf\xd9\x45\x3e\x1c\xa2\x6a\x96\xfb\xc2\x72\x3e\xf7\xe0\x3c\xb5\xe3\x3e\xe8\x1f\xb7\x9c\xae\xd9\x27\xe8\x51\x8a\x40\x97\xfc\x5a\x0f\xaf\x92\x33\xd3\x20\x10\x9f\x3b\x29\xbf\xba\x9c\x8f\xfe\xfd\x47\x26\x36\xff\x8c\xe9\xb4\x26\xb4\xc9\x6e\xbc\x81\xdb\x93\xec\xa8\x93\x19\x8a\x06\x91\x73\xa9\xd2\xcf\xce\x43\x74\x81\x2f\x7b\x6e\xb4\xe2\xf0\x41\xe9\x4e\x27\x7d\xdd\x25\xc8\xe6\xec\x66\xab\x92\xf9\xc1\x78\x8d\xbb\x60\xf8\xb4\xf6\xec\xf8\x5c\xeb\x62\x2d\xe4\x90\x1f\x93\xd9\xa9\x36\x79\x68\x5b\x6f\xe9\xf6\xcb\xb0\xc7\x08\x20\x4f\x49\x02\x7c\xc5\xab\xbb\x9a\xf2\xb3\x68\x2a\xdf\xfd\x24\xb1\x97\x4d\x37\x4a\x03\x9b\x52\xb0\x9b\xb8\x68\x70\x74\x8e\xe1\xe8\x84\x65\xed\xc3\xfc\xfa\x17\x91\xd5\x35\x1b\x0a\x89\x67\xd7\xfa\x51\x5e\x6f\xe0\xf7\x2a\xbe\x8b\x8a\xfd\xe1\x1c\xca\x11\x4b\x3b\x0e\x09\x72\x30\xac\x03\x75\xf6\x15\x49\xe4\x37\x4e\xb0\x38\x1c\x8f\x50\xc5\xe2\x11\xaa\x9e\x02\x36\x48\x46\xce\xab\x4a\xfc\xf4\xee\x7b\x2c\x22\x3a\x7b\x3a\x32\x4b\x0e\xd4\xa7\xa9\x29\xbf\xbc\xa6\xa5\xc0\x25\xa1\x23\x2d\x30\x63\x46\xe8\x68\x55\x2d\x61\xfc\x3f\x54\x2b\x8a\x2b\x42\x47\x2a\xdc\x05\xe7\x92\x66\xe9\x0e\x6a\x92\x48\x89\x3e\xc1\x05\x39\x3d\x57\xee\x1b\x8d\x5c\xd2\xef\x9a\xa2\x90\x4b\x8a\xb4\x39\x06\x9e\xd7\xcd\x16\xb6\xb0\xfe\x04\x72\x8e\x26\x35\xde\x86\xac\xb3\x1c\x0b\x34\x58\x12\x42\x36\xd3\x9a\x24\x7a\x24\xc9\x24\x79\xf6\x2f\x09\x21\x64\x69\x50\x8f\xc6\xf8\xd7\x68\x9a\x95\x86\x4c\xbe\x17\xb9\xa0\x19\x64\x40\x9b\x6c\x5a\x9c\x24\x78\x83\xb0\x57\x1f\x90\x63\x4e\xc7\x18\x46\xa0\xeb\xe8\x91\xe1\x0d\x42\x16\xe9\x28\x1c\x61\x5e\x6f\xd4\xcd\xa8\x02\x21\x0c\x72\xd5\xca\x0d\x72\xbb\xdb\x25\xcf\x12\x85\x0c\x98\x3c\xfb\x17\xf8\x73\x0b\x03\xcf\xeb\x4d\x72\xa0\xd3\x2d\x82\x78\xc1\xa2\x97\xec\xb1\x6e\xb3\x07\xf3\x69\x26\x0a\xc1\xd9\x7c\x28\x3d\x19\xf5\xd4\x7c\x23\xfb\xe5\xd4\x63\xf7\x21\xf5\xc7\x99\x50\xec\x7f\x42\x55\x2a\xf8\xa8\xea\x83\xaa\x17\xea\xef\x16\x0d\x54\x70\x7e\x9a\x66\xc6\xb7\xce\x5c\x5a\xcb\xbc\x5c\xd2\xc2\xb0\x8c\xa2\xd9\x26\xf8\x74\x8c\xb0\xd0\x5b\x00\x39\xbd\x15\xeb\x26\x71\x33\xb9\xda\x12\x3b\xbf\x64\x28\x80\x6f\xd0\x3d\x70\x9c\xe8\x51\x27\x98\x3a\xb7\x3e\xdb\x75\x55\x2e\x39\x15\xf4\x75\x70\x80\x12\x1d\xf2\x79\xc7\x8a\xe2\x65\x37\x13\x67\x70\x1e\xe2\xf5\x07\x70\x05\x38\xd7\x6b\xcc\xdb\xac\x1a\x29\xb2\xe2\x29\x74\x97\x9e\x42\x2f\xaa\xae\x3f\xd0\xc5\x17\x52\xde\x43\xf6\x46\xc1\xef\x5f\x97\xb7\xd5\x47\x2a\x77\x11\xc5\xa5\x0f\x0d\xb2\x0e\x02\x82\x30\xb3\x07\xd1\x1c\x42\x95\xf2\xa3\x31\xe4\x0e\x1e\xe5\xf6\x11\x88\x2e\xea\xac\x7a\x29\xc9\x0c\x10\xb0\xda\xdc\x55\x78\x00\x39\xc9\x4a\xf7\xec\xdc\xa2\x6e\xfd\x4b\x82\xd0\xa8\xde\xb0\xb5\xc8\x10\x56\x27\x84\x81\x2b\xf4\xa5\xc8\x6c\x8a\x9f\x73\xe5\x5c\xc3\x5d\x75\x84\xd9\x90\xf0\x61\x6e\xd1\x1e\xd3\x34\x63\x43\x92\xfc\x4b\x32\x2c\xb5\xe7\xb0\x6c\x19\x4d\xd8\x90\xe4\xc3\x2a\xf0\xca\x0b\xb0\xc6\x70\x49\xd4\x62\x98\xb6\x8d\x02\xde\x4e\x27\x51\x56\x99\x2c\x79\x06\x7f\xcd\xc6\x73\xb0\x5e\x24\xcf\x92\x61\x89\x30\xd7\x9d\x22\xcc\x5b\x77\x1b\x14\xb8\xb0\xec\xb7\x39\x5e\xc9\xb3\x04\xb3\x92\x09\xa0\x40\x93\x65\x96\xd8\x1f\x09\x92\x32\x8e\x2c\xb3\xcc\x12\xf5\x57\x02\xf0\xf8\xfa\x51\x6d\x1e\x69\xd2\xa0\x1f\xbb\x5f\x09\xc2\x55\x09\x98\x6d\xe6\x9d\xf7\x33\x41\x78\x5d\xf1\x9b\xdc\xb4\x66\x7f\x24\x08\xdb\xf3\xc5\xfb\xc4\x83\x5b\xca\xa1\xcf\x3d\x1f\xdd\xb1\x72\x55\xdd\x79\x94\x84\x7b\x64\xa4\x77\xde\x55\x66\x97\x27\x71\x31\x1d\xbd\xed\x53\xb8\x98\xfd\xdc\x49\x8f\x07\xe1\x4d\x59\x54\xd5\xf6\xcb\xf0\x1a\x5f\x85\x11\xcd\xe3\x2c\x44\xf9\x8b\x59\x08\xb8\x6d\xf6\xb0\x10\xa5\x61\x21\x72\x52\xf6\x59\x88\x1c\x50\xe5\x7d\x82\x09\xa6\x4c\x8f\xea\xba\xef\xa6\xfc\x12\xcc\xef\xdd\x4e\xed\x1b\xbb\xc5\x4c\xac\x8c\x1c\x8c\x82\x3f\xfd\x4d\x5e\xae\x0a\x8b\xaa\xd3\xe2\xdc\x10\x9e\xbe\x41\x2d\x1b\x2b\x9c\x10\x4d\x96\xfc\x7b\x0f\xe9\x8a\x3f\xbd\xfb\x7e\x0f\x61\xd7\xf5\x32\xe4\x28\x09\x16\xc4\x42\x98\xc3\x09\x17\xea\x84\x0b\x79\xc2\x31\x95\x7f\xa9\x23\x4e\x55\x6e\x67\xc0\xcd\x09\x7a\x30\x36\x2f\x33\x8c\x91\x9c\x17\xa1\xb8\xb7\x3e\x79\x2d\xde\x53\x73\x69\xc9\x96\xdc\x09\x3e\xd0\x9a\xc1\x0c\x54\x63\x38\xa2\x55\xef\xec\xf7\x9b\x5d\xa8\x9c\x26\x90\x7a\xdd\xb8\x13\x66\xfb\x3f\x08\xdc\xce\x57\xac\x5c\xe9\xee\xb2\xce\xba\x0a\xbb\xae\x3f\xbd\xfb\x3e\xd3\x0e\x0c\x6e\x48\xa7\x96\x35\xd8\x3b\x66\x15\xcf\x08\xe8\x5d\x92\x56\xe8\xad\x92\xaf\x56\xe1\x10\x13\x37\xb6\x64\xdf\x68\x61\xf6\x96\xbc\x45\x0c\x6c\xb0\x84\xb2\xd0\x1e\x16\xe0\xc0\x0a\xc9\x5a\xb1\x37\xfd\xea\xbd\x61\xa5\xa9\x9e\x54\xac\xe1\x23\xe7\x55\xb6\x59\x69\x59\x0d\x47\x32\xf2\x27\x92\xd7\x9e\x7d\xeb\x2b\x51\xd8\xcf\x27\xa8\x5f\x85\x9c\x56\xe0\x26\x6c\x83\x22\x9c\x71\xfe\x93\xfe\xef\x0c\xfe\xf7\xef\xf2\x7f\xf7\xe6\xa7\xf9\x2f\xb1\x27\xf0\xd9\xec\xd3\xfd\xfc\xd9\x75\xa8\x86\xf0\xe9\xf1\x89\x20\xe7\xff\xf1\x3f\x7e\xc8\xc5\x66\xc4\xf3\x72\x55\xdd\x64\x68\x37\xc6\x59\xf2\x49\xb2\x35\x74\x2a\x26\xff\x96\x8a\xdd\xff\x42\x2e\xfa\xe8\xfc\x3f\x20\x0b\x97\xf2\xdb\xfd\x5a\x24\x5f\x4b\x36\x58\x18\x31\x0c\x28\xdb\x23\x77\x40\x1d\xbb\x03\xea\x83\x64\x99\xed\x27\xcb\x75\xef\xf2\xd0\xf1\x7c\xcd\x96\xf2\xf8\x74\x74\x2a\x1a\x23\x80\x8c\x40\x3d\xf9\x9e\x16\x74\x29\x2a\x9e\x25\x57\x79\x2d\xf9\x26\x41\x92\x64\x00\x44\x9a\x80\x6c\x7e\x29\x04\x67\x57\x8d\xa0\x59\xb2\xe1\x74\xad\x91\x0f\x03\xe2\x23\x6b\x02\xe5\x11\x11\x62\x1a\x5e\x61\x8f\xde\x60\xdb\x6a\x5b\x4b\x0e\xae\x7b\x7f\xa9\xf9\x02\x73\xb7\xe7\x26\xd2\x5f\xc5\xb6\xac\x7f\x5f\x74\x47\x64\xbf\x1e\x45\xd6\xb7\x0d\xba\x34\x20\x43\x96\xde\x65\x01\x25\x46\x03\x91\xa6\x2a\xe9\x3b\xa8\x60\xf5\x78\x39\xbd\x65\x55\x53\xcb\x4d\x10\x14\x9f\xe8\x78\x59\x4f\x46\x56\xdf\xed\xe0\x75\x6a\x79\x46\x11\xea\x11\xb4\x5e\x4c\xaf\x34\x68\x0a\xe4\x40\xca\xfc\x86\x0e\x04\x11\xee\x40\xfd\xf5\xd9\xbf\x3e\xc3\x09\x28\x36\x79\xff\xa9\x56\x2c\xba\x2b\x50\x0a\x42\xef\xe8\xf5\xab\x4f\xdb\x2c\xf9\xbf\xc9\x90\x0f\x93\x6c\x4a\x9e\xed\xfe\x15\x25\x48\x96\xdf\x57\x4e\xec\x2b\xf7\xec\xaf\xcf\xfe\xfa\xec\xd9\xb5\x94\x3b\x5c\x96\x8f\x21\xc9\xe8\xa8\x86\x64\xc6\xbb\x5d\x92\xa0\x61\xc8\x39\xc8\x45\x89\x70\x00\xde\x65\xa8\x3f\x99\xfa\x4c\x03\xda\xfd\x4c\x14\x61\xff\xd3\x50\x9d\xb1\x7c\xdb\xd4\x1b\xb5\xf0\x14\xfa\xd8\xc3\x1b\xfc\xe2\x7e\x82\x6f\xac\xba\xb2\x5d\x47\x7a\x52\x9a\x12\x8a\x9b\x86\xad\x26\x79\x86\xda\x41\xd0\xb7\x1b\xb5\x46\x69\xa2\xf6\x68\xec\xdb\x6a\xde\xe4\x3e\xb3\xd3\x60\x0a\x4f\xea\x77\x1f\x6b\xe4\x56\x75\xf0\x38\x97\xd4\x3d\xf4\x3e\x4b\x5c\xed\x76\x90\x1f\x43\xe9\xef\xa1\x5f\xc9\x03\x05\xc3\x42\x28\x4d\x69\xe6\x0a\xa0\x76\x3f\xd7\x63\xfa\x4a\xe2\x7d\xc3\xa4\xe2\x1c\x8f\xb7\x51\xe2\xc7\xd2\x97\x6f\xe9\x34\x7b\xc2\xb9\x44\x13\x25\xa8\x73\xe0\x94\xd5\xdf\x9a\x6b\x8e\x97\xc7\x7c\x28\x24\xe3\x55\x7f\x16\xe3\x15\x7f\x13\xc1\x40\x0c\xd7\xe6\x30\xdb\xf5\xf8\xc2\xee\x61\xb9\xea\xa7\xb1\x5c\x1d\x07\xa6\xaf\xc4\x6f\x45\x0c\x24\x5f\xc7\xbc\xa8\x49\xf2\x57\x62\x55\x94\x6e\xf8\x11\xce\x84\xc5\x38\x13\x16\x51\x70\xfb\x7b\xbf\x55\xdc\xc9\xfe\xab\x4c\x52\x9c\xce\x35\xe6\x98\xba\xd8\xc9\xa0\xc7\xde\x36\xb2\xeb\xc8\x85\xd1\xbd\xe8\xe5\x00\x94\x04\xc7\x0e\x4b\x70\x0a\x5d\xe7\x45\x5e\x14\x57\xf9\xf2\x23\xa1\xb2\xc2\x06\x76\xed\xb1\x5d\xe0\x48\x3b\x99\xea\xf9\x58\x5a\x12\x10\x0f\x05\x8c\x11\x3b\xf7\x70\xea\xf7\x1c\x24\x86\x99\xd5\x91\x01\xbd\x4f\x12\xec\xe9\xca\x9e\xaa\x3a\x02\x91\xc2\x3b\x5f\x87\xac\x85\x2e\xcc\xdf\xb7\x73\x58\x16\x65\x9f\x36\x60\x28\x82\x64\xf8\x3c\xc0\x38\x57\x1c\x83\x17\x48\xee\x7b\xc3\xdb\x30\x15\xd0\x0d\xa8\x08\xe5\x8d\x55\x90\xa2\x49\x92\x78\xd1\xe6\xfe\x98\x2a\xce\xae\x59\x39\x70\x41\xed\x99\x0d\x6e\x58\x56\xc5\x30\x79\xf6\x2c\x19\xd2\xd1\xa6\xaa\x85\x1c\x39\xa6\x23\x39\x79\xad\xb3\x98\xc8\x57\xf2\x37\x28\x2e\x3e\xcf\xfc\x05\x76\x2e\xa1\xfe\x06\xad\x2f\xe1\xce\x08\x46\x4a\xf5\xb7\xb1\xde\xc4\x5c\x5a\xe5\x0a\x0f\xe5\x4a\x0d\x4b\xd8\x62\xca\x01\x16\x66\x45\x18\x24\x25\xee\x9a\x50\xe2\x79\x14\x45\x9a\x26\x55\xe9\x09\xcb\x0c\x9e\xb9\xd8\x62\xba\xdb\xd1\x6f\xfe\x27\xf4\xd0\x31\x1c\x75\x1a\x64\xeb\x2c\x3b\xd3\x51\xef\xc6\x5f\xe1\xb2\x5c\x71\xd9\xd0\xaf\x47\x09\xda\xed\xf6\xbd\xfd\xf7\xd1\x38\x91\x97\x77\xf7\xfd\x0f\xd5\x15\x2b\xe8\xc9\xfb\x7c\x9d\x73\x96\x40\x01\x12\x14\x78\xb1\xe1\xd5\x0d\x8d\xbd\xf9\x23\x5c\x51\xf5\xc9\xdb\x0d\xd8\x44\x7a\x46\x1e\x1d\x89\x9f\xc9\xe9\x5b\x5e\x0b\xe6\x0e\x33\xf5\x6c\x45\x5d\x5f\x61\x7b\x1c\xe5\x7e\x1a\x0a\xd4\x1e\x75\x9c\x7a\xde\x93\x4f\xb9\xb0\xf6\x5c\x4b\xf6\xa7\x8a\xf6\x78\xb6\xd4\xf8\x77\xee\x45\x6d\x3c\x8a\x3e\xd7\x8b\xc6\x84\x6f\xc6\x4f\x79\xed\xef\x24\xcd\xae\x4c\xe9\x84\x9a\x03\x68\x01\x51\xac\xee\xff\x73\x4e\x4b\xe4\xa2\x6c\xfe\x09\xc0\x7e\x5d\x41\xdb\x63\x6d\x7d\xe8\x38\x59\x2c\xde\xb7\x01\x32\x82\x0d\x30\xaa\xca\x2c\x81\x3f\xfd\xc4\x58\x01\x65\x15\x23\xc1\xd9\xf5\xb5\x64\xaa\x7a\x05\x55\x58\x56\xbc\x41\x2f\x8b\xd6\xc1\xf6\xbc\x72\xd0\x1c\xa0\xe3\x79\x3e\x3c\xb1\x98\x98\x2f\x80\x08\x09\x36\x34\x4e\x6b\x7a\x73\x55\x50\x60\xdb\x01\xfe\x11\x85\xa0\xd3\x7a\x52\x8b\x55\xf5\xd3\xbb\xef\x3f\xd8\x51\x65\x89\x3f\xc2\x04\x43\x4d\x17\x01\x94\x8f\xe8\x27\xc1\xf3\xa5\x00\x6b\xc9\x25\xbf\xae\x91\x02\x0a\x2a\x47\xdc\x78\xd9\xe0\x8a\x94\xa3\x9b\x6a\x45\x8b\x1a\xd7\xa4\x1c\x79\xee\x59\xb8\x21\xdd\xde\xbd\xae\x19\x84\xa2\x9e\x8e\xad\x44\xdb\x8c\x16\x1f\x29\xdd\xbe\x54\xfb\xd3\xb9\x1d\xfe\x41\xee\x5e\x88\x81\x6f\x14\x58\x9e\xf5\x23\x8a\x44\xf9\x40\x87\xfe\xa4\xe2\x9b\x47\x07\x7e\x58\xe3\x54\x02\x9f\xab\xe1\xc5\x77\x15\x8f\x03\x96\x3d\x6a\xf2\xfc\xe6\x7c\xca\xcf\xce\x27\x63\xb9\x3e\xe7\xbe\xe9\xf3\xec\x3c\x6e\xfc\x14\xc1\xea\x20\xeb\xf3\x6a\x46\x8c\x67\xd4\xcf\x53\xd7\x02\x1c\xf5\xe5\x52\xb0\x5b\xfa\x35\xf6\xd2\x57\xfb\xea\xea\xdf\x1f\xd8\x92\x57\x05\xbb\x02\xcc\x84\xc6\xce\xe4\x35\x24\xf5\x50\xde\x08\xf6\x52\x51\xde\x29\x7e\xe0\x54\x8d\x2c\xfe\xbf\x09\x59\x2b\x4c\x34\xa1\xed\x68\xcb\xe9\x36\xe7\xd4\x73\x58\x75\x9b\x0c\xc3\xc4\xea\x4d\x5e\x14\xd5\xdd\xab\x9f\x9b\xbc\x40\x59\x8d\x1b\xa5\x94\xf0\x87\x8f\x34\x22\xe3\xb2\xba\x2e\xd9\xdf\x63\x52\x7f\x6d\x30\x1c\x35\x17\x18\x06\x31\xee\x99\xb6\x6b\x11\x72\xb3\x7b\x3d\x5c\x96\xab\xef\xab\x7c\xf5\xe5\x3b\xd2\x0d\x43\x7f\xe0\x02\x60\x31\xd5\xdc\x25\xd0\x80\x23\x07\x30\xb7\x7c\x04\xa2\x27\x5d\xe1\x87\x65\xc3\x39\x2d\x85\xf5\xa4\x9b\x80\xd6\xd4\xa0\x54\xa2\x2c\x31\x7d\x77\x0b\x26\x08\xeb\x47\x92\x3b\x7e\xa4\x56\xc7\xb4\xbb\xaf\xb4\x15\x4a\x91\x65\xbb\xf7\x15\x35\xbe\x16\x76\x14\xca\x77\xf1\x98\xd1\x27\xe8\x48\x46\xbe\x1f\xe8\xf1\x28\xeb\xb1\x97\x9f\xd8\x56\xc5\xfd\x9a\x15\xbe\x77\x99\x61\x31\xfe\x91\x46\x87\xaf\x78\xf9\xb3\xd8\xe5\x0f\x48\x68\xb0\xea\x51\x4e\x5c\xed\x78\xf8\x42\xa6\x9c\x96\xfa\xe2\xd7\x69\x37\x79\x8c\x57\x3f\xbc\x71\x34\x16\xbe\x61\x41\xd2\x94\xf5\xaf\x01\xcc\x64\x47\xa5\x14\x2f\x0b\xf6\x77\x9f\x96\xf4\x20\x26\x83\x8e\x22\xb4\xc7\x80\xb7\x33\x4b\xd9\x43\x79\xd5\x01\x55\x06\x83\x86\x28\xde\xee\xa9\x36\xc8\x2b\x5e\x44\xbf\x71\x65\x32\x48\x33\x15\x36\xe0\x8e\xb1\xd1\xeb\x1c\x6a\xc8\x1b\x8d\xfe\xaa\xcc\xbf\x67\x04\x9e\x3d\xf8\x0e\xd6\x55\x3b\x47\xa8\x95\x73\x30\x04\xfb\xbb\x8a\x77\x3f\x5d\x37\x65\x69\xb0\x30\xfb\xa8\x13\xd7\xca\x00\x0e\x19\x00\x01\x3e\xa6\x9a\x55\x2e\x39\x8d\x79\x8d\xeb\x8e\xc4\xe0\xa5\xfa\xe8\xe4\xce\x4c\xd3\x8c\x0f\x89\xc5\x0b\x75\xd7\xa0\x7c\xa2\x9b\x03\x0c\x06\x88\x40\xbd\x70\xf1\xb1\x1c\x57\x76\x5b\x18\xde\xfa\x9b\x1a\xd4\x84\x39\xf2\xae\x5d\x7d\x59\x71\x0c\x38\x9d\x4c\xd1\x55\x16\xa3\xab\x15\xa4\x4b\x51\x4a\x03\xe5\x15\xad\xdc\x69\x40\xd5\xe1\x91\x22\xbd\x4a\x5e\x11\x47\xbc\x0e\xd6\xf0\xcb\x74\xe8\x9d\xa1\xd8\x07\xaa\x45\x08\xb6\x94\xcd\x1e\xa9\x25\x8b\x1c\x4f\x27\xfd\x78\xb5\x23\xf5\x1d\x5f\xca\x3b\xda\xe7\x8e\x5c\xd4\xb7\x3e\xb1\x30\x22\x60\x8c\x7e\xc8\xb7\x87\x90\x6c\x37\x79\xbd\x97\x3e\x41\x23\x10\x0b\x4e\x21\xb0\xba\x16\x81\xb5\xb1\x0f\x42\xab\x2a\xa8\xfc\x70\xb1\x00\xf3\x1f\xf2\x2d\xf6\x0a\xaa\x8c\x1c\x25\x42\xca\x61\x30\x53\x94\xc4\x60\x77\xc6\x92\x8d\xa8\x1c\x0a\x6a\x44\x21\x22\x55\x6c\x04\x56\x0c\x53\xe1\xec\xd3\x52\xe7\x8b\x98\x70\x8b\x01\xfb\x34\x07\xef\x3d\xf1\x9e\x5f\xfd\xbb\x77\x57\xc2\x9d\x62\xed\x9a\xe9\x46\x34\x49\x86\xb0\x8c\x4f\x99\x0f\x44\xa2\xee\xf5\xf4\x8f\x5c\xe4\xbd\x7b\xfb\xab\x6c\xf1\xd2\x4f\x4e\xcf\x0e\x43\x17\xb6\x9d\x4b\xbe\x0f\x5e\xe3\x74\x53\x69\x9a\x51\xa2\x3c\x5d\x60\xcf\xd0\x4f\xdb\x82\x2d\x99\x50\xb8\xcf\xa7\xe7\x1a\x09\x24\x97\xd4\x40\x27\x66\x18\xd1\x12\x12\xba\x56\xf9\x8a\x95\xd7\xef\x9b\x2b\xe0\xa8\x6b\xe2\x69\x84\xc4\x9e\x32\x06\x47\x26\x17\xcb\x0d\xad\x2d\xd8\x74\xb5\x95\x83\xab\x89\x38\x74\x38\x79\x78\x07\x79\x1c\x40\x85\x1b\x98\x02\x2e\x48\xf2\x6c\xd1\x94\x4d\x4d\x57\x8b\x55\x73\x73\x73\xbf\xa0\x9c\x57\x7c\xb1\xcd\xc5\x46\x5d\x4b\x0b\xd0\x82\x3f\x9b\xc0\xf3\x04\x2e\x5e\x05\x33\xa8\x40\xba\x38\x9a\xb0\xac\x84\xdf\x5c\x36\x8a\x26\x15\xe1\xbb\xdd\x43\x7b\x68\xe2\x69\x9a\xd5\x1a\xe2\x7e\x98\x2c\x0a\xf5\x36\xc1\x0f\x52\x44\x17\x16\x4a\x73\x52\x8d\xc2\x07\x2d\xc2\x5e\x35\x35\xa0\x47\x2b\x61\xd0\x47\x17\x72\x43\x37\x06\x38\x2e\x37\xf8\xfa\xdd\xc2\x08\xaf\x35\x02\xc7\x32\x58\x67\x34\xa8\xb3\x35\x4e\xcc\x48\xe5\x38\xd6\x38\x31\x23\x30\x3d\xe0\x46\x81\x48\xae\xdd\x38\x71\x85\xd7\x96\x99\xc8\x8c\xcf\xb9\x7b\x0b\x04\x6b\xdb\x74\xe9\xa2\xcf\x28\x78\x79\xfe\x6c\x4e\x23\x3d\xac\x11\x2d\xaf\x59\x49\x5f\x97\xeb\xca\xc0\x10\x9b\x44\xcc\x7b\x8a\x8d\xd6\x4d\x51\xc8\xe9\xea\x1b\x7c\x78\x8e\x70\xad\x80\x4c\x2c\x1a\x9f\x14\x26\x8a\xef\x74\xb9\x49\xde\xe2\x7d\x5d\x0e\x98\xfc\x90\xa3\x9a\x72\x06\xac\x94\x06\x7c\x60\x28\xac\x91\xaf\x56\x70\x97\x7e\x57\xf1\x57\x50\x39\x13\xb8\x76\xde\xf7\xcc\xcb\x43\xa8\x52\x3d\x25\x90\xa6\x94\x95\xd7\x27\xf9\x09\xec\xc1\x13\xdb\x05\x3f\x91\x6c\x37\x3c\xb3\x20\xfc\x8d\xa8\xd9\x8a\x9e\xe4\xe5\x89\x6a\xfe\x84\xd5\x90\x89\x10\xc4\x58\xba\x92\xeb\x66\x6c\x1b\xca\x0e\x20\xff\x50\x10\x09\x00\xdf\xe9\x31\x54\x46\x5c\xee\x9c\xe9\x71\x78\x0a\x35\x4c\x11\xe4\x17\x6a\xc1\x3a\xac\xbe\xef\x1e\x73\x94\xae\x15\x08\xa6\x41\x07\xc6\x9a\x0f\x5c\xbc\x1e\x99\xde\x55\x60\x3c\xc1\x3e\x88\x49\x98\xc5\x8d\x3a\xd0\x61\xf2\x6f\x48\x64\x74\xc6\xe7\x68\x24\x2a\xf9\xc7\xf0\x7c\x8e\xe5\x3f\xbf\x9e\x23\x00\x04\xba\xa9\x9a\xd2\x87\xed\x81\x3d\x66\xe1\x3c\x01\x08\xf5\xa1\x35\x81\x27\xc1\x17\xe4\xb4\xae\x8a\x5b\x15\xa6\xf6\x43\xbe\xcd\x04\xc2\x0d\x11\x03\x36\xca\xe5\x51\x6e\x88\xfc\xc3\xa6\x1e\x36\xa7\xab\x01\x81\xb2\x7b\xba\x14\x0a\xbc\xc0\x06\xc8\xe4\xf5\x6a\x52\x0e\x87\x18\xc6\xf6\xb6\x62\xa5\x98\x2c\xb1\xd9\xa3\x93\x65\x8b\x57\x84\x81\x31\x67\xd0\xcb\xea\xbd\x82\x3c\xc6\xc9\xb3\x64\xd8\xa8\xbe\x37\xc7\xd0\xb2\x26\xa4\x65\x95\x09\xef\x38\x3d\xc7\x37\x64\xcf\x46\x1f\xdc\xa4\x69\xb6\x05\x4f\x80\x78\x01\xa2\x33\xb1\xdf\x5a\xe2\x11\x9e\x28\x57\x72\xb2\x0e\x8f\x13\x92\x94\xe5\x36\xa4\x2c\xb7\x1d\xca\xb2\x69\x11\x24\xd8\xca\xeb\x5a\xd1\x97\x5b\x84\x0b\x72\xeb\x91\x15\xbc\x35\x59\x10\x23\x63\xbb\x51\x3e\x69\xf7\x07\x4f\x79\x22\xe5\x1c\xa6\x95\x08\x2d\x5e\x3b\x52\xb3\xe7\x5a\x82\x65\xbb\x26\x8d\x4f\xbf\xaf\x88\xdf\x8c\x7b\xbe\x38\xd8\xf5\x15\x74\xa7\x49\xe2\x75\x8f\x9e\x77\x37\x51\xfb\x28\x75\xb9\xc6\x0b\x84\xd5\xd0\xf4\x3a\x76\x06\xa6\x9f\x1e\x31\x2c\x7c\xf4\xb0\xb0\xfd\x54\x47\x8c\xae\x7d\xa4\xcc\x12\xdf\xeb\x76\x80\xd2\xac\xf0\x12\x17\xa8\x0b\x36\x94\x77\xd8\xb9\x88\x8b\xac\xff\x51\xc1\xcc\xa5\xb8\x92\x36\xa3\x28\x4d\x4f\x01\xe6\x6c\x6a\x1e\x0e\x93\x51\x32\x14\x3e\x84\x72\xed\x69\x0d\x42\x14\xa8\x07\x1b\x28\xaa\x07\xd1\x3d\xe8\xfd\xd3\xca\xe1\x14\xcb\xda\xca\x89\x49\x9b\x60\x75\x76\x4a\xf5\x10\x33\x5c\x82\x95\x5b\x13\x7b\xe4\x45\x61\x54\x4f\xe1\x48\xd5\xee\xaf\x13\x3c\x9b\x07\x5e\xce\x4f\x69\x23\x0a\xe8\xf2\xa4\x38\xf3\xc7\x23\x5d\x7d\xdb\xb5\x9f\x33\x7f\xad\x70\x1c\xa4\xd0\xef\xf3\xe6\x57\x79\xcd\x96\x09\x52\xa4\x60\xc0\x09\x1f\xd1\x4f\x82\x96\xab\xec\xc1\x38\xa1\xf6\x63\xeb\x93\xcc\x4c\x64\xa5\xf0\xd6\x4f\x5c\x83\x28\x31\x11\xbf\x25\xe9\xc8\x00\x4e\xd2\xb7\x79\x37\x4a\xcc\xe5\xf7\xf2\xc6\x56\x7e\x96\x6d\x6d\x2f\x6c\x05\xd8\xa6\x23\x32\x0b\x47\x0f\x02\xfe\x89\x0e\x95\x43\xc0\xa2\x96\x64\x4a\x34\x18\x5b\x0d\x9a\x14\x62\x06\xc7\x7e\xee\x10\xc8\xe6\x1f\x25\x8a\xc7\xe6\x7b\x48\xd6\x60\xb5\xaf\x6c\x33\x17\xd2\xad\x32\xfe\xd0\x27\x49\x6d\x70\x21\x9e\xb1\x72\x5d\xfd\xa2\x63\xa2\xd1\x82\x22\x07\xc3\x57\xdc\x7e\xbe\x7b\xd4\xd7\x08\x47\x5e\xd1\x2d\xa7\x4b\x79\x24\xce\xd6\x34\x17\x0d\xa7\x75\x54\x11\x9d\x8b\x03\x71\x46\x9a\xc0\x61\xad\xff\x59\xfc\xed\x71\xfc\xa3\xce\xa8\x9e\x4e\x7f\x8e\x86\x34\xfa\x62\x1b\xf5\xbd\xa1\xc5\xe4\x16\x83\x2e\xe7\x65\xf7\x79\x44\xfb\x43\x1d\x09\x27\x84\xdc\xb6\xde\xbe\xa7\xa3\x77\x6f\x7e\xfa\xf0\xea\xdd\xe2\xd5\x1f\x5e\xfd\xf8\x61\xf1\xf2\xd5\xdb\x77\xaf\x5e\x5c\x2a\xa8\x37\xfd\x6e\xf1\xe2\xcd\x8f\x3f\xbe\xd2\xf0\x6f\x9e\x3c\x7f\x13\xcf\x8b\x75\x6b\x3d\x41\x4e\xad\xf1\xff\xf9\x39\x4a\x53\x6a\xe8\xe9\x43\x2b\x99\x19\x08\x6d\xb5\xa0\x9e\x5a\xa3\x3c\x1b\xcf\x07\x0c\x32\xb9\x4f\xf9\x8c\xcd\x2d\xe2\xac\x42\xae\x98\x3c\x5b\xb0\xd5\xbf\xea\xbc\x50\x0c\xe2\x16\xbb\x85\x12\xb6\x4a\x8c\x54\xc7\xed\x1b\x87\xcc\x81\xfc\x34\x6b\x27\xbc\x6d\x63\x93\xbc\x51\x28\xba\xf8\x3a\x6e\x65\xa8\x9e\xec\x8b\xa7\xb3\xd8\x48\x09\x1d\x1c\xf0\x78\xd7\xf6\x50\xb9\xd0\x80\x2a\x16\x1a\xb0\xa8\xa9\xd3\x7f\xf6\xdd\xd6\xac\x89\xd3\xe8\x37\x24\xc7\xee\xca\xbf\xc9\x62\x81\xc0\x58\x39\x28\x2f\x40\x0d\x08\xac\x42\xdf\x99\x47\x27\x39\x05\xcd\xb4\x9f\x2f\x5a\x3f\x22\x54\xff\x31\xe0\x16\x5a\x31\xe3\x24\xa3\x44\xc8\x0f\xae\x5f\xee\x76\xb3\xb9\x03\x54\x64\xde\xf7\x52\xae\x73\x8b\x9f\xb7\xa3\x9f\xb7\x35\xa4\xcd\xf7\x6c\xd3\x66\x6f\x68\x58\x0d\x9b\xe3\x67\x38\xcc\x15\xba\x06\x05\x8d\x39\xf0\x49\x7c\x96\xcf\x5d\x92\x1d\x32\xbe\xa8\x1d\x44\xe5\x70\x58\x9b\x2c\x3a\x6c\x56\xcf\x07\x09\x98\x80\x13\xc8\xa8\x50\x2f\xab\xad\x24\xea\x8d\x64\xba\x44\x4d\x2a\xd4\xb6\xb0\x28\x39\xe8\xce\x7f\xff\x56\x63\xb2\xc4\x12\x60\x59\x5b\x66\xa7\x6c\x46\x55\xb3\x36\x2b\x2b\xd8\x9e\x85\x5a\x6c\x70\x0c\x64\xe5\x75\xac\xe5\x6e\xbb\xbd\xb2\x19\x1d\x35\xbc\x80\xbc\x81\x18\x34\x5a\xf9\x4d\xdd\xb5\xfd\x1f\x11\xf8\x0d\xed\x4f\x92\x21\x45\x41\x02\x09\x03\xd1\xfa\xd0\xfa\x1a\xd8\x7d\x16\x5b\x35\x69\x67\xa8\x92\xdf\x6e\x5a\xce\x56\xa3\xf7\x1f\x2e\x3f\xbc\x5a\xbc\xff\xf3\x0f\xdf\xbe\xf9\x7e\x3e\x39\xd8\x86\x8a\xb5\xc8\x09\x0f\xf7\xab\x52\x80\x88\x20\x1d\x81\x9e\xed\x2c\x9f\x4b\x51\xf7\x2e\xb0\x7e\xf8\x36\xf7\x06\x8d\x38\x5d\x35\xcb\x00\x6e\xda\x73\x75\xa3\x33\x31\x27\xcd\x4c\xcc\x31\x68\xaf\x74\xc4\x81\x26\x8e\xee\x2e\xff\x1d\x8d\x22\xf5\xd2\x3d\xc5\x0f\x27\x47\x36\xb3\x8f\x54\x04\x36\x4a\x36\xba\xa2\x9f\xdd\x6c\xb4\xaa\x6d\x78\xa1\xa5\x9a\xef\x2a\x1e\x6d\xd8\x8b\x31\x0a\x0e\xa5\x67\x50\x1b\x25\x43\xbb\xf1\x74\x8a\xf1\x03\x05\xb7\xbc\xda\xa2\xdd\xee\xa1\x55\xb1\x08\x35\x15\x8e\xb1\xdc\xe3\xfb\x22\x4b\xd2\x4f\x91\x18\xa6\x15\x85\x6d\xa6\x64\x6a\xed\x25\xa3\xdd\x97\xdc\xab\xc4\xbc\xd2\x09\x3b\xff\xc0\xe8\x5d\xad\x7d\xdb\xcd\x8d\xfe\x8e\x76\x13\x5c\x06\xd4\xcc\x5d\xe9\x03\xee\x83\x27\x45\x49\x95\x12\xb8\x47\xac\x54\x47\xc0\x74\xdf\x99\xaa\x32\xb8\xc1\x28\x68\x29\xc2\xa9\xdf\x28\xf3\x88\x6c\x71\x36\xd7\xd5\xf7\x4e\xd4\x4d\x53\xed\x13\xf3\xdb\x6f\x50\xbe\xd9\xf7\xfc\x51\x77\xae\x2f\x04\x56\x9e\xd1\x8e\x6b\x50\xc4\xa1\x09\xe2\x76\x37\xfb\x31\x8f\x38\xd2\xf1\x6c\x82\xf2\x1b\xba\x62\xb9\xf0\x28\xcc\xd7\x1a\xbe\xbd\x94\x0e\x0e\x0c\x57\x84\xcd\xc6\x73\x9c\x13\xa6\x35\xba\xe7\xe8\xa2\x37\xe7\x7d\x23\xb7\xf3\x9f\x55\xd6\x6c\x9d\x23\x1d\xae\xb3\xe6\x34\x16\xf5\xf7\x98\xc7\x0c\x54\x33\x30\xc9\xf5\x3e\x17\xb3\xaf\xfe\x99\xbd\x7e\x9f\xf6\x95\x3b\x59\x7c\x3d\xd0\x0c\xd6\x3d\x95\xb2\xbe\xaf\x94\xd5\xde\x5c\x9d\x52\x52\x04\x66\xe0\x9c\xc7\xd6\x19\x27\x95\xae\xd1\x97\x6f\x33\x86\xf0\x69\xa7\xb2\x49\x04\x18\x39\xf1\x89\xbc\x72\x5c\xb6\x86\xa9\x2b\x52\xe3\x64\xeb\x5d\xf2\x75\x82\x26\xb3\xf9\x45\xe7\xe6\x11\x71\xf0\x6b\xff\xea\x85\x16\x57\x36\x95\xc2\x77\x15\x37\xbc\x83\xe2\x57\xbd\x6b\x3d\xd7\xd7\xb8\x4b\xbc\xa0\x59\x5a\x8d\xed\x1e\xa4\x45\xf3\xb4\x3d\xd7\x54\x84\x89\x5f\xed\x9b\x9a\x0a\x4d\xd5\x43\x79\x04\x99\xec\xc1\xc5\x68\x45\xb7\xb4\x5c\xd1\x52\xfc\x8e\xde\xbf\x00\x41\x0c\x65\x0f\xd7\x54\x4c\xa0\x5d\x48\x43\x0e\xed\xb4\x08\xb5\xca\xbf\x63\xb5\x32\x79\x76\xa0\x99\x21\xa0\xd6\x61\xaa\xb0\xe9\x34\x3b\x03\xe9\xfa\x11\x6a\x51\xc6\x71\xa3\xc9\x9e\xfb\x20\x84\xb7\xca\x38\x14\xff\x22\x6b\xb2\xd4\x94\x58\xa5\x98\xf0\xa9\xf6\x7a\x04\xa6\x86\x37\xb7\x94\x73\xb6\xa2\xb5\xfc\x0a\xb0\x25\x81\xd5\x85\xbb\x0a\x3e\x17\x0a\x7c\xf1\xb0\xe8\x72\x2f\x6a\xb3\xbd\x2e\xd7\x95\xd6\xa6\x6f\xf5\xde\xbf\x72\x88\x8a\xf8\x86\xc8\x7a\x6f\x2f\xdf\x5d\xfe\xf0\xde\x54\x1c\x2c\x47\xc1\xbe\x88\xec\x00\xeb\x30\xb7\x1c\xdd\xe4\xdb\x19\x9d\x0f\x84\xd1\x1b\xdc\xf8\x24\x69\x99\x17\xcb\xa6\x80\x60\x92\xe5\x86\xca\x2b\x38\xd3\x86\xc4\x0e\xd3\x24\x14\x0b\x8b\x4d\x33\x92\x62\x6d\x0d\xcf\xc7\xe4\x65\x34\x6a\xca\x15\x5d\x56\xa0\x7b\xd2\x62\x23\xb8\xa9\x86\xe0\x3f\x14\x57\x36\x2d\xf5\x2d\xb9\xd3\x96\xb1\xee\xd2\xb8\x3a\xbe\x6c\xc5\xf1\xad\xd6\xa5\xc2\xe1\xee\xdd\x86\xda\x5b\xd9\x03\x43\xb3\x4a\xd7\x7a\x53\x35\xc5\xea\x9d\xdc\x66\x3c\x4d\xf5\x8d\x2a\x7f\x7c\xa0\x37\x5b\x39\x7f\xf0\xcf\x52\x68\x44\xeb\xa2\xa9\x37\x97\xf5\x7d\xb9\xf4\x92\x39\xc9\xcd\x24\xaf\x7c\xbb\xbd\x62\x0e\x07\x9d\x24\xbb\xfe\x77\xdc\xbf\xde\x3c\xba\xde\x5c\xaf\x37\x37\xeb\x3d\x28\xd5\xfe\x52\x8b\x8d\x80\xff\xb9\xa2\xeb\x8a\xd3\x1f\xa4\xc0\xd1\xbb\xaf\xd7\x92\x9c\xc7\xde\x70\xba\x62\xbc\x13\x6f\xd5\xe2\xda\x48\x91\xd6\x67\xbb\xc7\x2e\x69\x97\x17\xd5\xa8\x3d\x4e\xf4\x93\x90\xb5\x6f\xc2\xae\x2c\xb6\xa4\x49\xf1\x14\x63\x75\x6e\xf2\xad\x97\xbc\xb4\x01\xc1\x1c\x81\x64\x1f\xe0\x5b\x4a\x51\x6a\xb7\xab\xd3\x14\x4a\x98\xa4\xa5\x05\x69\x94\xa9\x2d\x7b\xf6\x7f\xb3\xd1\xff\x40\x20\xbb\x2b\x3a\x75\x4a\x48\x01\xf6\xad\x62\x76\x2e\xaf\x54\x3a\x6b\xe6\x72\xbf\x9e\x8e\x5b\xd9\x3a\x83\x6f\x65\x72\x94\x75\x65\x01\xaa\x93\xca\x68\x23\x18\x58\xec\x9e\x9f\x9b\xe4\x06\x46\xb2\x3f\x70\x96\x67\x61\xdd\xb3\xf3\xb9\x5d\x27\xff\xe6\x5d\xb3\x72\x05\x4b\x99\x31\x9c\x77\x99\xf4\x3d\x81\x34\x60\x5e\x84\x3a\x6a\x83\x59\x19\x2d\xeb\x5c\x5e\x14\x69\xe6\xd0\xf6\xd2\x33\x56\xba\x0b\xb7\xfb\x69\x6a\x51\x71\x9a\x20\x04\x95\xed\xa5\xeb\xc3\x1f\xf6\x0e\x60\x37\x82\xc5\x64\x4b\xd2\x20\x22\xf6\xfc\x53\xac\xc5\x63\x3d\xbc\xe0\x76\x8d\x67\x9d\xe9\x2b\x16\x20\x2f\x76\x5f\xd8\xe4\x69\xca\x3b\x97\x3a\xe8\x53\xbb\x0f\x8d\x5e\x59\xc4\xfd\x61\x3c\x4f\x20\x15\x44\xdf\xbd\xde\x8f\x1c\xa6\xc3\xf3\xb2\x30\xba\x80\xe6\x85\xec\x69\x89\x4e\x19\xc7\xa5\x6b\x1c\xca\xcb\x9a\x84\xed\xe1\xde\xa6\x4f\x12\xad\x27\x5a\xe9\x26\x88\xa2\x44\xf9\x55\xe1\x7f\xbf\x72\xfa\x06\x68\xe3\x84\x5a\x8c\xc2\xee\xe2\xeb\x3c\x20\x70\xf2\x4a\xe3\x99\x50\xa5\x69\xe5\x76\xe4\x6e\x27\x54\x62\x10\x7d\x34\xd4\xa6\xac\xbb\x29\xbd\x72\xeb\xa7\xd5\x2d\x39\xcb\xe7\xe6\xf8\x40\xcb\x3e\x31\x52\x54\xcd\xa7\xe6\xfd\x58\x52\x78\x6d\x22\xd8\xe5\xdf\x51\xd6\xb0\x24\x90\xec\xab\xc3\xc8\x0e\xca\xdd\xae\x9f\xf0\x46\xce\x69\xca\x09\x9d\x64\x5a\xcc\x13\xba\xf3\x28\x3b\x29\x08\x45\xc6\x8a\xb6\x50\x07\xad\xc4\x5c\x72\x56\x37\xca\xcf\x0c\x74\x28\x60\x1d\x63\x70\x0f\x2d\x47\x55\xb9\xa4\x1d\x1e\x22\x59\xd4\x54\xbc\x69\x44\x41\x45\xad\x25\x36\x56\x2f\xab\xb2\xa4\x4b\xfd\x38\xb6\xa3\x00\x65\xa3\x9f\x0b\x7f\x2a\xe4\xe0\x21\x54\x11\xaa\x02\x48\xa4\xb2\x0e\x4a\x21\x77\xea\xff\xf0\x23\x44\x9f\x5d\xe3\x64\x94\x20\xbd\x6f\x10\xc2\x42\xa5\xab\xcc\x99\xc5\x8f\xea\x8e\x0a\x9c\xf5\xbc\xa4\x27\x07\x37\xa8\xef\x90\x09\x14\x55\x03\xe7\x95\x7e\x1a\xee\x72\xc6\x34\xd1\xdd\xd3\x1b\xdc\xd6\x07\x56\xc7\xc9\xe8\x57\xe6\xc0\xa6\x29\xe4\x12\x72\x5f\x0d\xa2\x47\xf5\x34\xbd\xd1\x7b\x5f\x2c\x36\x34\xed\xc9\x23\x47\x38\xa8\xf4\xda\x2a\xeb\x4e\x25\x25\xb8\x4a\x83\x2e\x02\x02\xe0\x03\x18\x3c\x26\x95\xca\x13\x86\xe5\xeb\x89\x2a\x85\x55\xc5\x89\x69\x01\x83\x27\x45\x05\x4a\x49\xec\x51\x2c\x93\x67\x4a\x6f\x3e\xf3\x1b\x28\xcc\xc4\x80\x9a\x1c\xb7\x9f\x50\xeb\xa9\x0e\x14\x86\xc8\xa1\xa0\xff\x88\x46\x24\x78\xd4\xf7\x8f\xf1\x16\x6e\xe0\x02\x6b\x5d\xe6\x9c\x6f\xc6\x69\x9a\x75\xd4\x17\xc7\x0e\x5d\xb2\x43\x0d\x2b\x56\x76\xdb\xfc\x40\x45\xbe\xca\x45\x1e\xf2\x39\x55\x14\xf8\xf1\xca\xd1\xf2\x9e\xc3\x6a\x68\x0b\x57\xe2\xdf\xa9\xc9\x71\xd5\x4d\xe4\x63\xf6\x41\xa9\xb2\x19\x82\x9b\xb5\xf2\xcb\x23\xc4\x26\xbf\x12\xb3\x72\xc8\x8d\xc4\xdb\x66\x20\xb6\x1c\xd2\x61\x7a\xcc\x05\x3e\x3b\x77\x21\x2f\x69\xaa\x79\x75\x67\xc4\x5f\x84\xae\xff\x9e\xad\xa8\x7b\xad\x80\x7b\x8e\x4b\x52\x54\x42\x72\xdf\x12\xb6\x5e\x9a\xaa\x7f\x23\x87\x1e\x37\xa4\x34\x1b\x72\x4d\x4a\xef\x6a\xc5\x85\x09\x7f\x92\x85\x1a\x47\x10\xa6\x59\x45\xa8\x47\x09\x73\x42\x3b\xa4\xb2\x42\x93\x9c\x54\x21\xfc\x84\xe9\xcf\x2e\xff\x3a\x4d\xb3\x35\x11\x53\xda\x13\xdc\x97\xf1\x8b\xbc\x42\x93\xbd\x6f\x76\xbb\x7e\x33\xde\x18\x11\xee\x51\xcb\xb5\x5a\xd0\x15\x59\x0f\xa4\x6c\x18\x6d\x77\x85\x5c\xc2\xc8\x62\x5a\x10\x1a\xdc\x52\x93\x35\x6c\x6c\xc3\x00\x15\xda\x8b\x09\x6f\xbd\xe6\xec\x29\x4e\x86\xb9\xfd\xce\x75\x9a\x66\x1b\x22\xb7\x28\x4a\xd3\x9a\x10\xb2\x09\x28\x94\x4d\xe1\x88\x35\x31\x59\x2a\x32\x52\x1b\x0a\xd2\x68\xd2\xe1\x53\x8d\xb5\x26\x10\x45\x97\x70\x9c\x12\xb2\x9d\x6e\xb3\x25\x9a\xd0\xd1\x42\x54\xdb\xef\xe9\x2d\x2d\xe4\x71\xb6\x82\xd2\xd2\x47\x23\xbd\x53\x9c\x3e\xf7\xc3\xc5\x24\x5f\xd3\x7d\xb0\xdb\x69\xbd\x3f\x23\x1d\x49\x47\x71\xdb\x61\xe9\x19\x73\x29\xb6\xfb\xaf\xec\x99\xab\x3a\xf2\x86\xad\x22\x3b\xf0\x2c\xe7\xbb\x5d\xd6\x7b\x46\x1e\x5a\x1c\xb0\xfe\xbd\x12\x38\xe8\x1a\xc9\x43\x1a\xd5\x85\xd7\x46\x82\x53\x07\xb4\xd7\x0e\x42\xfd\x67\x6d\x66\x8f\x3c\x86\x38\x8f\xc8\x34\xe5\x08\xeb\xd0\xfa\xe8\x4c\x59\x2a\x45\x70\xed\x8c\x50\x8d\x91\x8a\x20\x33\xf0\x92\x14\xa0\x22\x80\x04\xb5\x83\x7c\xa6\x7e\xcd\xc9\x72\x5a\x99\xbf\x27\xaf\x32\x9b\x91\x43\xc9\xe9\x86\xbf\xca\xdd\xe7\x7d\xe5\x59\x27\x82\x3c\xf5\x19\x45\x53\x80\x73\xbc\x44\x19\xd5\x1a\x4b\x84\x26\x1e\x25\x7a\x63\xad\x7c\xd4\xb2\x95\xce\xe5\xc5\x39\x00\x0e\x22\xce\x4b\x2a\xd1\xf5\x84\x2b\x27\x25\x2b\x36\xb5\xd7\x3a\x80\xe4\x45\x91\xd7\x75\xf6\xc0\x54\x24\x94\xf6\x27\x51\xa6\xec\x6b\x2f\x50\xba\xf6\xac\xd9\xa6\x6a\x56\x8d\x2e\x61\x80\x1a\x2d\x06\x57\x2e\xc6\xaf\x9b\x79\xf7\x60\x9e\x85\x87\x16\xfb\x54\x4c\xa7\x59\x00\x8b\xa4\xfa\x3b\xa4\x2f\xea\x19\x88\x56\x13\xf8\xa6\x26\xf4\x4d\xab\xba\x7a\x77\x65\x54\xa6\xe8\x30\x95\x3d\xa1\x5a\xdf\x22\xa5\xf1\xcc\xb2\xd8\x58\x0f\x52\x96\x9b\xf8\xbe\xe1\x46\x55\x11\xba\x1f\x29\xaa\x60\x59\x7a\x23\x23\x97\x92\xd4\xcb\x45\x57\x42\x61\xc6\x95\x21\xd3\x1f\x37\xd5\x6a\xb0\xbe\x9e\x0f\xc6\x46\x6d\x92\xe9\x16\xe1\xc5\xcf\xdb\xee\x22\x74\xd1\x29\xa9\x86\x3c\xc2\xf9\x51\xda\xda\x3a\x2e\x35\x35\xa4\x8e\x93\xea\x1c\xa9\x64\xd3\xfb\x6c\x4d\x09\xc2\xcb\x20\xda\xb6\xf0\xa2\x6d\x55\x06\xe8\x5b\xc8\x61\xec\xda\x68\x3a\x0d\x00\xc9\xa3\x11\x95\x48\x29\x4f\x36\x23\x0f\xfe\xe1\x9b\x9c\x8e\xb1\xdc\xb3\xf2\x5f\x30\xef\xca\x3f\xf2\x5a\xee\x69\x47\xee\xac\x82\x84\x76\xe5\x26\x83\x5b\x9e\x93\x87\xf6\x22\x20\x6b\x39\xa6\xb3\x6a\x8e\xf9\xac\x9a\x23\x5c\xce\xaa\x39\xc9\x31\x93\xff\x9c\x8e\x6d\xf6\xeb\x7a\x7f\xf6\xf5\x1a\xa5\xe9\x29\x9b\xd5\x73\x63\xe3\xee\xb6\xdf\x60\x3e\xab\xe7\x98\xca\x22\xb8\x9c\xd5\x73\xd2\xb4\x56\x7e\xce\x40\xe7\x65\x63\xef\x9c\x0c\xed\x93\xc7\x6c\x8d\x70\xa1\x7d\x2a\x96\xe0\x5f\x1c\xca\xcc\x35\xce\x11\xa6\x44\xdf\x97\x2b\x32\x9b\xe3\x1b\xb9\x82\xb7\x64\xe6\xae\x82\xfb\xfd\x6b\x73\x8f\xd2\x34\xd1\x99\x1c\xcd\xc3\xe4\x94\x90\xfb\x34\x4d\x14\x8a\x21\xfc\x32\x2e\xae\x74\x76\x3f\xc7\x57\xe4\x5a\x59\xd9\x25\x1b\xa3\xee\xeb\x85\x61\x96\xbc\x8d\x24\x09\xd5\x55\x9a\x66\x0b\xc8\xdb\x2a\xeb\xdf\x91\xeb\x51\x5e\xeb\xed\x19\xb7\xfc\x66\xf7\x08\xbf\x09\xf6\xcd\x3d\x1a\xbc\x21\xaf\xb2\x37\xaa\x89\xf7\xe4\x7a\x24\xb7\x02\x68\xcd\x2b\xf8\xf3\xcd\x1a\x65\x6f\x10\xfe\x44\xf6\x35\x9b\xbd\xc1\x77\xf8\x3d\xc2\x97\x24\x1f\x26\x93\x64\x78\x8f\x3f\x92\x87\x3d\xfa\xd8\x49\xd8\x35\x0e\xb6\xe1\x1b\x6c\x5b\x0f\x2b\x7d\xf2\x5e\x98\x27\xb0\x61\xdf\x63\x65\xbb\x9d\xdc\x61\x79\xaf\x4c\xee\x71\xdf\x3d\x61\x72\xd9\xa5\x86\x39\x56\xca\x03\x38\x78\xa0\xe9\x9c\x2c\x54\x9e\x69\x4d\x3d\xd5\x21\xb8\x6a\x07\x37\xb3\xfb\x39\xb9\x99\xdd\xc9\xff\x5d\xce\xc9\x47\xbc\x52\x52\xf2\x47\x84\x6f\xd5\x5f\xf7\xe6\xe6\x7a\xf8\x79\x5b\x4f\x56\xf8\x26\xdf\x4e\x6e\x70\xa0\x21\x9f\xdc\x62\xa5\xcd\x9f\x3c\x18\xc3\xea\xa4\x2f\x0a\x96\xe4\x66\x46\xe7\xca\x46\x6b\x7d\x22\xb4\xdb\xff\xa3\x95\x0c\xef\xd1\xab\x8b\x23\x3e\x1c\x25\xe8\xbf\x42\x33\xc2\xe7\xb6\xdd\xf7\xe3\x28\x25\x75\x6e\x11\xc2\x35\xf5\x89\xfe\x17\xc5\xd8\x38\x5e\x1b\xb5\xdb\x9d\x66\x63\x5c\x8f\x58\xfd\x81\xd6\x72\xa0\x28\xd3\xd4\xaa\xbc\xc8\xca\x8e\xb9\x4f\x8e\x58\xab\x1c\x61\x8d\x24\x55\x30\xde\x5b\x16\x6b\x5e\x9b\xe6\x72\x98\x16\xc0\x47\x78\xfa\xdc\x93\x00\xde\x02\x14\xe5\xba\xe0\xc4\x0f\xe3\xb5\x6a\xee\x49\x57\xe0\x3b\xe8\x49\x94\xa0\xd1\x4d\xbe\xc5\x55\x70\x37\x50\x64\x8c\xae\xfe\x53\x8e\x8c\x6f\x51\xe5\xfb\x16\x69\x43\x20\x9b\x55\xb3\x7c\x0e\x23\xaf\xb5\x86\xd4\xf6\x14\xf7\xaa\xc8\x6a\x84\x13\x6d\x97\x05\x81\x22\x41\x9d\x85\xf7\x03\x60\xad\xde\x4b\xd9\x71\xd1\xe0\x8a\xd3\xfc\xa3\xc9\x17\x7b\x3a\x6e\xf1\x9a\x95\x1d\x2a\xb2\x67\x41\xd8\x3a\xeb\xba\x96\xf7\xbd\xc0\x5c\x02\x66\x67\x07\x61\xb8\x22\x87\x34\xe5\xe6\x6e\x37\x9c\x70\x4d\xf2\xd1\x22\xe4\x83\xb3\x4a\x5e\xe2\xf2\xf1\x56\xe1\xaa\xd5\x90\x7f\xe4\x22\x6e\x6f\xcb\x71\xe5\xf4\x34\x4b\x32\xbe\x58\x3e\xaf\x25\xc3\xec\xd6\x7f\x69\xee\x6d\x78\x3e\x5b\xce\xf1\x96\xac\xd5\x90\xf0\x0d\xd9\xfa\xf2\xec\x2d\x59\x6b\xb7\x14\xb8\x5b\xd2\xd4\xfc\xc4\xf7\x26\x61\xd7\xb5\x27\x40\x37\x10\x37\x6a\xca\xa0\x69\x76\xef\xed\x9f\x1b\xbc\x56\x9e\x2b\xf8\x9a\x6c\xa3\x04\xfc\x1e\xdb\xe6\xd7\x40\xf3\x11\x9a\xdc\x4e\x5d\xde\x7e\x79\x31\xdd\xce\x51\x9a\x66\xf7\x64\x1b\xf7\xe7\xc9\xae\x23\x6d\x64\xd7\x64\x3d\x8a\xd3\x74\x7c\x4f\x5e\x65\xeb\x50\x06\x40\xf8\x66\x8f\x87\xca\x76\x9f\x7b\xca\xf5\x29\x09\xba\x50\x0d\x3d\x74\xc5\xba\x37\x65\x71\x9f\xa6\xa7\xe7\xa7\x84\xe8\x60\xb7\x2b\xb2\xdd\xb3\xd3\xd7\x48\x45\x6b\xe8\xae\xaf\xb0\x03\x23\x18\x2c\xa6\x8c\x9c\x8e\x27\x90\xbb\x64\x01\x56\x9e\xd3\x73\x6d\x16\xae\xfd\xa5\x96\x57\x5b\x01\x5c\x4e\x77\x6c\x44\xae\x53\x7c\x49\x08\x21\xd7\x69\x7a\xca\x0f\xc2\xee\xec\x76\x2a\x86\x2f\xd3\x2e\xb4\xd7\xf8\x96\xd5\x4c\x67\xbc\xfb\x48\xef\x27\xb7\xbb\x9d\xf9\x10\x2d\x6a\x4f\x41\x1d\xa0\xcf\xf8\x3e\xdb\x22\x66\x69\xca\x23\xd0\x0b\x6a\xfb\x1e\xb0\xef\x7a\xf2\xa1\xde\xc6\x8a\x4c\x0d\xf4\x4f\x6f\x47\xef\x73\x3d\xc2\x89\xfe\xa8\xe6\x93\xca\xab\xc3\x3f\x72\xa3\x65\x41\x73\x9e\xa9\x5b\x05\x1f\xf2\xe9\xbd\xc7\x4d\xf0\xf6\x3d\xa4\x87\x3e\x50\x9e\x3c\x54\xe5\xa4\xab\x58\x3c\x84\x2d\xdd\xb6\x4e\x94\xbb\xc7\x0f\xce\x04\x36\x89\x9a\xcc\x9c\x19\xea\x29\x26\x11\x65\x40\x71\xd6\x35\x8a\x26\x02\x2e\x54\xe0\xc8\x6a\x2a\xbe\xe3\xf9\x0d\xbd\xab\xf8\x47\x90\x44\x51\x76\x6d\x59\x37\xcf\xc7\xff\xfd\x93\x1d\xeb\x9f\x08\xda\xf6\x45\xdc\xe8\x9f\xe2\x2c\xaf\x23\xa9\x0e\x60\xb5\x3c\x39\x3f\xc7\x31\x29\xa5\x9f\xe4\x48\xff\xd4\x44\xc9\x4f\xcb\xaa\xbc\xd0\xc8\xb3\x5e\x18\xc0\xe7\x27\x1e\xf6\x9c\xda\xd1\xc3\x5b\x2d\xb2\xaa\x8d\xaa\x32\xb2\xbc\x2f\xaa\x3b\xcf\xcf\x8b\xdd\x38\x28\xe3\xb2\x12\x6c\x7d\x6f\x98\x6c\x75\x73\x67\x49\xc3\x0b\xe3\x30\x08\xba\xc6\x00\x12\x43\x7b\xfe\x39\x5c\x0d\xa4\xdc\x6f\x9c\x72\x3d\xf0\x0d\xc4\xc9\x8a\xad\x5c\xef\x09\x72\xba\x9d\x7b\xc3\x1a\x1c\xae\x7f\xc7\x8a\xc2\x6b\x00\x73\xaf\x89\xeb\x8e\x8f\xe6\x67\xc4\x2c\xe8\x7e\x40\x7d\x43\x2e\xe3\xa8\x00\x57\x44\xa9\xad\x3c\xa5\x50\xc1\x96\x14\x2f\xbe\x98\xef\xbd\x05\x6e\x52\x11\xf6\xa2\x87\x27\xd2\x79\x0e\x80\x8f\x91\xa2\xe6\x99\xe4\xf1\x01\x8e\x43\xaf\x88\xca\x42\x98\xe9\xa8\x20\x8f\x2a\x03\xc3\xfe\x9e\x0a\xf9\x50\x21\xb9\xac\x20\x9e\x3a\x78\x61\x02\x43\x55\xf4\x6d\xbd\xaf\x51\x17\x3f\xfa\xed\xbd\x1a\x4d\xbc\xa0\xbf\x9f\xcc\x80\xbd\x0d\x65\xe7\x00\xde\xaa\xbf\x6f\x68\x43\x57\xee\xf6\xa4\x82\x72\xb5\x51\x6b\xb9\x8b\xa3\x28\x49\x8f\x46\x2a\xb0\x92\xa9\xf5\xe2\xbf\x8d\x18\x98\x20\xf8\xe1\x3a\x92\x14\x00\x69\xaf\x3f\x95\x1c\xab\xec\x29\x8a\xe2\x2b\xe3\x81\x40\x96\xde\x2e\x69\xfc\x4c\xdb\x4f\xc5\x81\x6a\x70\xa9\x66\xb8\x24\x4d\x7f\x86\x4b\x39\xb2\x3e\x0e\x94\x46\x7d\xc0\x9c\x54\xb8\x24\x2c\xf2\xc1\x66\x62\x3e\x28\xc1\x42\xc5\x46\x8b\x6b\x2a\x5e\x05\x1f\x3e\x2b\x91\x94\xf0\x46\x41\xcc\xab\xc9\x18\xe4\xec\xf8\xb8\x71\xd6\xfd\x1c\x34\x80\xf5\x8c\x5a\x55\x7c\x63\x1e\x90\xd3\x31\x3e\xb5\x0a\x67\x1e\x28\x10\x55\x5b\x9d\xd0\x45\x17\x55\x98\xe3\xc2\x44\x31\x22\x14\x76\xd7\x02\x13\x1d\x84\xa2\x80\xd7\x68\x9a\x9e\x02\xb7\x1f\x89\x46\x42\x59\x83\x0e\xc2\x09\x2c\x9b\x5a\x54\x37\x0e\x4f\xe0\x44\x71\x58\x27\x55\xe9\xe1\x07\x28\x7c\x01\x8d\x22\xa0\x01\x68\x15\x8e\x80\x99\x78\x8b\xe1\xbb\xd8\x7e\x63\x3e\x20\xd1\x8f\x42\x95\xac\x6c\x0d\x7f\x5d\xf0\x84\xdd\x6e\xd3\x0b\xbd\x92\x9d\x35\x7d\x0c\x69\x11\x50\x5b\x5f\x5d\x4a\x35\x46\x75\x16\x64\xc5\x60\x38\xf1\x40\xe5\xa4\x20\x8c\x90\x6c\x3a\x20\xea\xc1\x3c\xf2\x2e\xeb\xc6\xc2\xc2\xb8\xf3\x1b\x70\x7e\x96\xa3\x90\xca\xf7\xec\xa7\x91\x56\xc3\x1a\xb8\xfb\xc0\xa2\x84\x2d\x43\x12\xdf\x47\x37\x33\x96\x09\x48\x73\x94\x31\x64\xdf\xc8\xba\xf0\x59\x1d\xa2\x69\x30\x55\x76\x18\xf8\xd4\xd4\x8e\xf8\xc2\x41\x65\xff\x6e\xd5\xd9\xc5\xe9\x48\x54\xc1\x7d\xea\x7f\xa1\x6e\x77\x7d\x5c\xd4\xa5\xe7\xcf\xfe\x92\x29\x42\x1e\x77\x02\xa3\xa3\xbb\xbc\xbe\xbc\x82\x3d\x2a\x25\x11\x66\x7e\x4c\xb3\x31\xbe\x19\x15\xd5\x35\xfc\x46\x99\x40\x93\xcc\x01\xb2\x9e\x9e\x5b\x98\x01\x3a\x82\x3f\xb0\xc0\x5a\x46\x40\x98\x8d\x16\xac\x86\x4e\x95\x59\x64\x95\xe9\x42\x68\x0a\xfe\xa0\x1a\x68\xdc\xc4\x22\x04\x73\xc8\x20\xae\x5b\x95\x96\x3d\xe6\xb2\xfb\xcc\x3d\x83\xd9\x2d\xf4\x38\xdc\x42\xbf\xd0\x41\x6b\x7d\xc7\x74\xd6\xad\xf0\x3d\xcd\x43\x7c\x4f\xbf\x60\x2c\xd9\x86\xb5\x3b\xd9\x77\x07\x0e\x8f\x2b\x74\xc4\x01\x02\x2d\x35\x2c\x82\x3d\xa2\x00\x26\xd9\xb4\x99\xcd\x6a\x8e\xf0\x32\x10\x37\x8c\x98\x01\xf7\x72\x83\xd7\xd6\xa0\x51\x0b\xde\x48\xca\x39\x5a\xd5\x85\x01\x73\xaf\x77\xbb\xd9\xf5\x1c\xaf\xac\x0b\x29\x2b\x56\x2f\xdf\x7f\x9f\xa1\xc1\xca\x20\x86\xf8\xba\x18\x87\x1b\x82\x3b\x88\x05\xa7\x63\x5c\x69\xd5\x22\xf8\xc7\xd7\x35\xe5\xe0\xee\x75\x3a\x6e\x83\xf0\x5f\xa7\x14\x1c\x5f\xd0\xe7\x6b\xa3\x2b\xa1\xc3\x21\x5a\x03\x0c\x5e\x5e\x14\x3a\x0e\x00\x21\x0c\xfe\xc4\xd9\x2a\x00\xb9\xc1\xde\x40\xf7\x80\xa2\x2c\x36\xb9\xe6\xe2\xbe\xcd\x6b\xba\x7a\xa7\x7c\xbb\x80\x9b\x55\xf7\x32\x8f\xdf\xcb\x8c\x3c\xc4\x11\x29\x26\x14\x77\x60\x4a\x26\x91\x88\xaa\xc8\xdd\x74\x76\x93\x6f\xc1\xcd\xaf\xc5\x3d\x24\x86\x4e\x6e\xf4\x18\x63\x34\xa3\x80\x1a\x13\x7f\x43\x38\x6a\x2d\x1a\xa1\xfc\xda\x36\xed\x3f\x30\x14\x98\x99\x94\x18\x87\xb9\xa3\x7e\x7e\x8c\x9f\x55\xe1\xb7\xa6\x80\x0a\x7f\xda\xb3\xa8\x51\xb6\xa8\xb7\xb4\xe0\xc6\x42\x43\x80\x59\xe1\x31\x50\x14\xfb\x1b\x6d\xb4\x58\xa8\x3b\x9c\xdf\x2f\x16\xc6\x35\x8f\x8f\x6e\xfa\xbd\xbb\x6b\xd3\xc2\x5d\x29\x8f\x51\x91\x73\x20\x96\xac\xbc\x7e\x9c\x71\x93\x6c\x1e\xcb\x0b\x40\x2e\xb5\xea\x66\x70\x3a\x55\xcc\x1f\xa8\x90\xc3\xb8\xf9\xfd\xbc\x9f\x97\x59\xe9\xd6\xcb\xc1\x63\x12\x2f\x64\xca\xe5\x57\xa1\x72\x01\xc9\x52\x2c\x85\xfe\xd5\x5a\x7f\x57\xd5\x75\x7c\x87\xeb\xe4\x33\x50\xee\x7b\xdd\x73\x86\x7a\xab\xda\x1d\x9a\x41\xee\xf5\x4a\xc4\xd2\xef\x22\x03\xf8\x12\xf0\xbf\xf2\xf4\xf8\x09\x27\xc2\x08\x10\xea\xcd\x10\x88\x17\x3e\x1d\xeb\x90\x5c\xeb\x38\xe5\xcf\xc5\xc6\xe3\xb2\x5a\x7b\x7c\xb1\xf2\x3a\x4d\x3b\xcf\xe8\xca\xd8\x67\x85\x49\x4a\x73\x8c\xff\x9e\xdc\xfe\x5a\x33\xec\xbc\x37\xc6\x17\x95\x8b\xbb\xad\x86\x43\xf4\x40\x09\x9f\x55\x5a\x45\x6c\x15\xb9\x39\xd9\xf4\xa3\xa8\x35\x6a\x1f\x36\xde\x2f\xda\x23\x22\x37\xcd\x35\xc6\x11\xaf\x20\x3f\x64\x0c\x0b\x9c\xcf\x9a\x39\x1a\x30\x52\x8c\x0a\xa6\x89\x46\x2d\x6f\x84\xbb\xf2\xbd\xf2\xb1\x02\xaf\x50\x30\x9d\x03\x76\x8a\xe7\x62\xa3\x3c\x99\x4e\x09\xe9\x17\x57\x2e\x36\xbb\x5d\x56\x7b\x2f\x51\x0b\x5e\xa4\x0e\x82\xb3\x26\x7f\x83\x31\x40\x1e\x4a\x52\xb7\x00\x83\x65\x8d\x28\xa2\xda\x16\xc6\xcb\x06\xf5\x1f\x8d\xec\xe7\x52\x59\x93\x18\x1a\x58\xab\xc8\x32\x4e\x35\xd7\x64\x19\x10\xbe\x5b\x46\xef\x26\x67\x6a\xac\x89\xf6\x22\x08\xfa\x20\x6b\x23\xf8\x18\x05\xc4\xe1\x11\x60\xe7\xb2\x74\xe6\x51\x89\x33\x03\xf3\x34\x81\x15\x43\x92\x5f\x7c\x01\xed\xbe\xab\x2a\xf0\x23\x8d\x4d\xb9\x55\x41\xd1\xf1\x44\x28\x06\xef\x4e\xa1\xa2\x3d\xfb\x97\x6c\x34\x44\xd3\x67\x68\x36\x9e\x87\xc8\xcf\x3d\x14\x77\xdb\x9c\xf1\x35\xef\x16\xd9\x1f\xaf\xd9\xd9\xd0\x33\x3a\xcf\x04\xe4\x00\xb7\xa4\xed\x5d\xc6\xb1\x76\x46\x3f\x2a\x08\xf2\x8b\x60\xda\xaf\x1f\xc7\xb4\x7f\x1a\x96\xfd\xfa\x89\xa8\xe6\x79\x88\x6a\xde\xfd\x00\x1d\x20\xfb\xfc\xc8\x60\xcb\xaf\x83\x28\x7f\xd1\xc1\x92\xb7\xa8\xc1\x8f\x05\x51\x76\x31\xe6\xf1\xdb\x47\x83\x20\x7f\x39\xce\x7e\x1d\x01\x95\xfb\x4a\x48\xfb\x8a\xf4\xee\x5d\x9d\x47\x10\xf7\x83\x6f\x6e\xf3\xdc\xba\xcc\x75\x95\xfa\xe8\x3d\x4c\x7e\x1a\x0d\x3b\xb5\x57\x86\xa9\xa0\xb3\xda\x85\xe0\xc2\x07\xe3\xd4\x7d\x8d\x54\x17\x94\xd8\xc8\x91\x35\x98\x95\xff\x79\x3b\x4e\x8b\x32\x7b\x93\x18\xd4\x8f\x83\x7f\x77\x17\x2c\x40\x01\xd7\xd1\xe1\x91\xac\x6c\x41\xa5\xd0\x5a\xec\x85\xfa\x4a\x71\xf6\x51\x6f\xef\x80\x66\x5b\x76\x24\xb8\x26\x6c\x7e\xfd\xc8\x1d\xe2\xc3\x1a\x1d\xb2\xef\x78\xd1\xee\x99\x49\x24\x6a\xc2\xfa\x02\x55\xa6\x65\x0f\x84\x72\xfd\xb1\x40\x89\xf0\x73\x26\xe6\x08\x24\x3e\xde\x94\x28\x93\x3f\x67\x7c\x8e\x13\x3d\x42\x75\xe4\x8e\x42\xe1\xe8\x70\xde\x92\xc9\x17\x71\xb5\xf9\x62\xcd\x7c\xb0\x73\x47\x5a\x8e\x87\xe6\x70\x16\xb7\x7c\xb5\xd2\x9f\x76\x6f\xb3\x7d\x7f\x7c\x8f\xf4\x64\x01\x64\x79\x74\x2a\xad\xcd\xee\xf2\xa8\xb2\xd6\x70\x8d\x8e\xb5\x7d\x62\x56\x51\xb6\x57\x04\xe9\x87\xa5\xa4\xa9\x05\x43\x65\x96\xcb\xb0\x29\x11\x42\x5c\x91\x53\x42\x2a\xa4\x59\xff\x68\x2e\xd8\xca\x63\x96\x72\xf2\x10\x66\xad\x9b\xd0\x76\x70\xa8\xf2\xd2\x48\x6f\x86\x39\xca\x11\x6a\x5b\x1d\x61\x28\xf9\x42\x1d\x12\xe4\x8f\x3d\x53\xf1\x6e\xdc\xc6\xbb\x99\x04\x0c\x58\x20\x1c\xc3\x22\xd6\xd9\xef\xd2\xd4\xfc\x95\xed\x29\x67\xd3\xd2\xca\xa2\xf6\x87\x91\xbf\x63\x8e\xc9\x7b\x39\x9c\xc1\x07\xe3\x94\x29\x02\xe3\x55\x89\x2b\x1d\x1b\xb9\xa2\x05\x15\xf4\x44\xcc\xe8\x1c\x8b\x59\xa5\xad\xd9\x73\xa2\x43\xba\xa2\x2e\x0c\x25\x36\xe5\xb4\xdb\x9a\x5e\x7b\x3f\x14\xdd\x78\x94\x0e\x04\x88\xcb\x71\xd4\x92\x12\x83\x33\xa7\xf1\x7c\x93\x34\xb2\xdd\x3f\xcd\xb8\x9a\x4c\xc5\xab\xd3\x29\x9d\x24\xb9\x24\xe4\xca\xa7\xf8\xb7\xef\xdf\xfc\x38\x52\x3b\x8e\xad\x25\xe3\x35\x49\x12\x95\xdd\x72\x8f\x6f\x77\xa7\xf1\x3d\xeb\x06\xca\xc8\x32\x4d\xb3\x70\xd9\x4a\xed\x75\xad\xd9\xa9\x3d\x5e\x1b\x5c\x65\xd9\x91\xcb\x56\x6a\xaf\x0d\x33\xdb\xc7\x61\x5b\x62\xf3\xbd\x52\x72\xb7\x9a\x71\x22\x78\x43\x21\x87\xf5\x24\x29\x9b\x9b\x2b\xe5\xb4\x28\xa6\x3f\xc2\xdf\x19\x45\x2a\xbe\xf8\xcd\x3a\x43\xc1\x4a\xc1\x17\xb8\x44\x19\xac\xd8\x36\xe7\xb5\xbc\x6a\xd0\x44\xad\xd5\x96\x37\x25\xdd\x97\x94\x68\x3f\x5b\xdd\x71\xed\xa1\x5e\x4c\xd5\x09\xe4\x45\xd3\x9e\x5e\x1c\x62\xd6\xcb\xf9\x80\xa5\x29\xdb\xef\xa9\x21\x66\xe5\x3c\x4d\xed\x92\x97\xf3\x56\xb3\xf9\x7b\xb5\xd1\x36\x23\x06\xae\x88\xf2\xaf\x5c\x43\xe6\x69\x65\xfe\x07\x3b\x16\x18\x46\xb2\xe8\x3d\x8e\x73\xf2\xa0\xd3\xd9\x2e\xb6\xbc\x5a\xd2\x5a\xb3\x1b\xae\x3f\x3f\x2a\xa0\x92\x42\x27\xe6\xa0\x52\x6c\x3c\x7f\x5c\xee\xa5\xbb\xed\xe6\xc7\x50\x75\x8c\xe2\xa4\x44\xc6\x16\x96\xb1\xbd\xac\x45\x8f\xdd\x64\x3e\x0a\x48\x37\x79\x45\xde\xce\x91\x27\xc5\xd4\x5a\x8a\xa9\xf5\x67\x7d\x6c\x52\x91\xf5\xec\xf8\x02\xee\xf5\xa9\x30\x1f\xf7\xa1\x35\xfe\x7b\x9e\x4f\x57\x1e\xd7\x24\x74\xdb\x98\xdd\x8c\x7e\xff\xd3\xab\x77\x7f\x5e\x74\xf0\x10\x02\x47\xe6\x1c\x55\xe0\x8a\x55\xa3\xdd\x2e\x63\xb3\x7a\x4e\xf2\x59\x3d\x37\x52\xef\xba\x29\x8a\xfb\xf7\xcb\x6a\xdb\xcb\x04\x62\x33\x83\xef\x2f\xc2\x3a\x1f\x93\x63\xa6\x02\xf1\x23\xdf\x72\x6f\x32\x96\x8f\x96\x86\x98\x31\x6d\xee\x57\x90\x0a\xa5\xac\x1b\x29\x4b\xfb\xd7\x70\x9d\x31\xcc\xfd\x0d\x61\x38\xa8\x58\x1c\x0a\x0b\xe2\x50\x10\x2e\xb5\x1f\xf2\xc1\xf3\xda\xad\x05\xd3\xb9\xa6\xe2\xf7\x6f\x7f\xa0\x7e\xf0\x9c\x27\x8b\x2b\xf5\x8c\x8b\x42\x0b\x94\x57\xe0\x7d\xa4\xa0\x12\xc2\x90\xa0\x58\x4b\x16\x28\x86\xce\xc4\xd9\xb9\xca\x51\x62\x43\x9d\xb5\x21\x5c\x0b\xc0\x2e\x20\xd9\x86\x08\x3b\xd0\x37\x29\x6e\x92\xd3\x31\x86\xb0\x9e\x82\xcc\xe6\x58\x79\xff\x09\x70\xf9\x63\x6b\x7b\x7e\xec\xc4\x32\x3a\x5b\xce\x91\x13\x04\xd6\x64\x7c\xb1\x7e\xce\x7c\x6f\xc1\xf5\x70\x88\x24\x0f\xf2\xf3\xb6\x9e\xad\xe7\xb8\x50\x4e\x5f\x15\x60\x53\xb8\x3d\x50\x63\x26\xc9\x95\x36\x0d\xe4\x44\xab\x52\x57\x04\xbc\x91\x0b\xf0\x46\xae\xad\x52\x38\xb7\x9c\xb3\x9b\x1d\x59\x21\xbc\x52\xac\x5e\x6c\xe7\xf5\xc4\x1f\x4b\x34\x71\xb0\x99\xfc\xcf\x58\x91\x31\x40\x09\x19\xdd\xda\xf3\xfc\x62\x38\xac\xe4\x42\x94\xbd\x85\x60\xb3\x6a\x8e\x90\x43\xb7\xb3\xfa\x34\xfd\x47\x41\xc6\x78\x29\x25\x7f\xb7\x32\xc5\xf3\xe5\xc5\x70\x58\xa0\xac\x21\x10\x34\x28\x57\xa8\x98\x23\x1b\x72\xc4\xd3\xb4\x86\x1f\xbb\x5d\x1d\x41\xab\xb3\x45\xfa\xaf\x64\x05\xe7\x74\x09\x85\xb4\x43\x65\x9a\x36\xa7\x84\xc4\xea\x00\x50\x63\xec\xc5\x9c\xf0\x59\x33\xc7\xfa\x86\x90\x7f\xab\x8d\x79\xe8\xbc\xed\xcb\xac\xa3\x9c\x7a\x08\x8d\xb9\xaf\xfa\x38\x1f\x0a\x1d\xb0\xf2\xd1\x01\x01\x2e\xa8\xbb\xea\x95\xa4\x49\x76\xd5\x1b\x22\xd7\x99\xfb\x6b\xdc\x3c\x2f\x20\xac\x0b\xbe\x19\xbc\x91\x73\xd1\x19\x94\x61\x95\x45\x9a\x96\x7a\x95\xcb\x3d\xab\x0c\x45\x62\xab\x5c\x7a\xab\x0c\x85\xf4\x2a\x33\x79\xc0\xe2\x6b\x2c\xf9\x99\xd8\x1a\x8b\x19\xb3\x6b\x2c\xff\xee\xaa\x27\xd7\x31\xd0\x93\x32\x0a\x7a\x52\x6a\xd0\x13\xaa\x7d\xef\xd0\x60\x5f\xa7\x06\xa7\x28\x5b\x62\xb5\x06\x2a\xee\xc8\x0b\x66\x53\xec\xe2\x72\x43\x57\x8d\xb5\x1e\xf5\xed\xc8\x46\xf2\x7a\xd4\xdf\x6a\x51\xf7\xdf\x11\x90\x03\x4d\x1f\x6f\x40\x1e\xd4\x8e\x61\xae\x64\xad\xfc\xae\x70\xa2\x9d\x74\xc2\x3e\x12\x0b\xe3\x16\x7d\xdd\x87\xcc\x7c\xc2\x5d\xab\xe0\xb7\x6c\x24\x8d\x2f\xaa\x86\xf5\xa3\x0f\x63\x97\x6f\x88\xd1\x33\x70\x7e\x66\x7e\xb2\x26\x85\x1b\x6d\xed\xce\x63\x87\x76\xef\x80\x6b\xf6\xaf\x77\x5f\xef\x10\x59\x78\xb8\x72\x8a\x91\x6a\xc4\x70\x6b\x91\x72\x87\xbe\x9d\x64\x98\x61\x28\x37\x39\xff\x08\xa6\xef\xcb\x5a\x1b\xbf\x23\x92\x79\xe0\x60\xe5\x4b\xe7\xa1\xd9\x7c\xbf\xfe\x26\x6c\xc0\x64\x49\x92\x2b\x51\xd0\xdc\x54\xef\x9a\xfd\xe3\xbd\xab\xb3\x66\xea\xf7\x7c\x7d\xa2\x17\x2d\x5c\xac\x1c\xd2\x17\x9b\x44\x0c\x00\xa4\xed\xe2\x30\x2d\x57\xd6\xd5\xb3\x54\x33\x31\xdf\xed\x32\xf9\x4f\xcc\x49\xca\x78\x11\x55\x4a\xc7\x02\x66\xc5\xbc\x0b\x77\xe6\x4b\xfd\x17\x59\x4e\x74\xac\xfe\x8b\x0d\x2b\x56\x1d\x4f\x25\x81\x1f\x4c\xb8\xe8\xe4\x74\xec\x67\x8a\x60\x2d\x42\xa3\xab\xaa\x82\x10\x10\xd5\x1b\xc9\x5d\xd0\x2a\xae\xda\x8c\xf5\x43\xfb\xef\xba\x29\xd2\xa8\xcd\xff\x71\xc1\xbf\x21\xe3\x8b\xb3\x33\x17\x0b\x39\xe3\x73\xa7\xfe\x0e\xb8\x0e\xa6\x11\xf4\x45\xc6\x70\x69\xb4\xee\x2d\x60\x88\xbd\x22\x0f\x77\xac\x28\xb4\x01\x54\xc7\x7a\x77\xee\x6c\xbd\x0f\x23\xe4\x48\x83\x55\x80\xa9\xb1\x57\xcd\xa1\x65\xc8\xaf\x35\x73\x43\x9f\x0f\xe4\xbc\xb2\xd0\x5e\x2d\x2f\x1a\xe7\x5e\x5f\x91\xf7\x19\x35\x4e\x1f\x28\x08\x91\x29\x63\xbb\x1e\x9c\xad\xf6\x6a\xc7\xa5\x68\x82\xf0\xe9\x79\xab\xbe\xf6\x1b\xbf\x69\x6d\xc3\xcc\x77\xbb\xec\x73\x5a\xce\x55\xcb\x60\xa2\x8c\x82\xb2\x60\x46\x66\xf3\x41\xb9\x4f\xe5\xd2\x7f\xa6\x0c\xb7\x1f\x36\xbc\xba\x2b\xa7\xc1\xaf\x09\x1d\x08\x29\x54\x02\x2b\x27\x10\xb8\xcc\x95\xa3\x1b\x5a\xd7\xf9\x35\xb5\x2f\xec\x13\xc8\x35\x26\xf2\xe5\x47\xef\x15\xfc\x8e\x20\x04\x94\xae\x0c\x42\x17\x19\x27\xcb\xaa\xac\xab\x82\x22\xd5\xbf\x96\xce\x40\x64\x90\x7c\x32\x2c\xd1\xc9\xdd\x86\x15\xf4\x44\x0b\x5e\xac\xbc\x56\xce\x68\x93\x93\x64\x68\x32\xe0\x81\x40\xda\x62\x4d\x43\x23\x41\x62\x3a\x4e\xb6\x7c\x64\x7f\x28\xd4\x2b\xb8\xdf\x83\xfd\x61\x53\x91\x04\x3b\x84\x1f\xd8\x08\xdd\x6d\xe0\x5a\x30\x67\x71\x9a\x1d\xa8\x9f\xc3\xc7\x9e\x88\xd1\x96\xdd\x56\xe2\x37\x2e\x07\x61\x8b\x50\xdb\x0e\xba\x01\xe4\xb7\x06\x9a\xb0\x0c\xc1\x2b\x58\x00\x2a\x51\x75\x61\x05\x86\xc9\xc2\xcb\x6b\xf0\x29\xe3\x0e\x64\x03\x33\xf5\x12\x57\x68\x5a\x05\xf9\xfb\xdf\xff\xa2\x2e\x71\x4e\xba\x51\xec\xd5\x54\x4c\x2a\x15\xc5\x1e\x1f\x4a\xb7\x02\x9b\x8a\x09\x53\x15\x70\x8e\xa6\x79\x30\xbc\x4f\xbd\xbc\x9e\xce\x0e\x50\x22\x18\x90\xfc\xad\xfc\x34\x72\x6d\x00\x74\x88\x12\x1c\x60\x2f\x7a\x25\x8c\xf7\xa7\x4b\x03\xca\xd2\xb4\x72\xbd\x5e\x06\xb2\xfe\xa9\x0a\xed\xb1\xf8\x27\xce\xfb\xb2\xb6\x8c\x46\xf2\x22\x2f\x7f\x25\x4e\x34\x0b\x70\xa2\xc2\xef\x4e\x7e\x95\x0c\xf9\x30\xf9\xd5\xc9\x15\x5d\xe6\x4d\x4d\x4f\xee\xab\x86\x9f\xe4\xdb\xed\xc9\x26\xaf\x65\xf1\x35\x2b\x59\xbd\xa1\xab\x13\xa7\xd3\x90\x07\x82\x95\xa2\x3a\x61\xa2\x3e\x59\x33\x5e\x0b\x75\x3e\x46\x27\x1f\x2a\xd7\x7c\x69\x7a\xa8\xca\x93\x15\x84\x18\xc2\xcc\x54\xd1\xfa\x64\xd5\x70\xe5\x0c\xea\xda\xc5\xb2\xf3\x93\x65\x5e\x9e\x2c\xf3\xa2\x38\xf9\x2f\xb0\x0f\x65\xe8\xbf\x64\x0b\x62\x43\x4f\xfe\xcb\x6d\xd8\xff\x3a\x51\xd4\xe5\x64\x9b\xd7\xb5\x1c\x5c\xa5\x4a\x80\x49\xf4\x99\x07\xc0\xf7\xcc\x21\xee\xfd\xd7\xc9\xa6\xaa\x3e\xd6\xa3\x04\xb5\x1d\x09\xf5\x1c\x37\xfe\xfd\xd3\xc8\xfb\xa7\x39\x3b\x93\x4c\x7e\x45\x32\x06\x48\x75\xda\x27\x4f\x52\x13\x1d\xb8\xe8\xfd\x39\xe3\x73\xf5\x19\x40\xf5\x6d\x35\x3e\xf6\x46\x82\x80\x97\x4c\x53\x66\x05\x5a\xc3\x5c\xd8\x4b\x84\x34\x97\x60\x44\x1e\x48\xe9\xb9\x55\xee\x12\xaf\xf4\x2d\x5e\xa0\xc2\x37\xd1\x74\xec\x80\x26\x9d\xd7\x69\x9e\xa6\xa7\x02\x45\xb7\xc1\x8f\x95\xd8\xc8\xa5\xd7\xec\x0b\x2c\x5c\xb8\x19\x46\x27\xaf\xd7\xf0\x2d\x56\x6c\xa5\x8b\x79\xa5\x30\xf0\x4e\x27\x30\x19\xf8\x5a\x57\xf4\x04\xf6\xce\xea\xe4\xea\xfe\x44\x4d\x58\xb6\x2f\x78\x43\x4f\xd6\xbc\xba\xf1\xf6\x82\xce\x6d\x0a\x0a\x21\x2f\x07\x0a\x86\x06\xa0\x92\x1b\x8c\xa8\x4e\xae\x9a\xab\xab\x82\x8e\xfc\x20\x87\x8f\x3d\x79\x9b\xd0\x3e\x93\x2c\x17\x48\x9b\x1b\x65\x61\xc7\x3d\x18\x41\xbc\xd4\xb2\x8c\x8e\x05\x65\xd1\x58\xd0\x7c\x3e\xa8\x47\xac\xd6\x2c\xc4\x6a\x5a\xcd\x6a\x60\xd9\xe6\xc4\x84\x21\x4d\xfc\x47\x56\xfb\x93\x59\x0c\x46\xe4\xa2\xee\xed\x0c\xde\xfa\x1c\xe0\xa3\x5e\x3a\xf2\x9b\x03\x87\xd3\xc9\x9a\xb0\xd0\x55\xdf\xe6\x42\x5e\x99\x92\x4f\x9c\x09\x2f\x29\x6d\xa9\xf0\x17\x54\x1e\xcd\x98\xd7\xd5\x45\x60\x0f\xf1\x13\xa7\x6a\x85\x5a\xef\xa5\xcb\xc5\x8a\xab\x78\x09\xb0\xa8\x68\xd8\xd4\xa6\x4f\xaa\x63\xa0\x0f\x3e\xa5\x45\x83\x26\x4d\xf3\xd1\xe5\xdb\xb7\x8b\x17\x1f\xde\x7d\xbf\xd0\x2e\xca\x6f\xdf\xbd\x79\xfb\x3e\x4d\xb3\x60\x90\xac\x3c\x69\x76\xbb\x78\x7c\x4a\xd3\x99\x4f\x17\xca\xc3\x62\x00\x3a\xa7\xba\x30\x71\x6c\xab\xa7\x17\x0b\xe7\x41\xdd\xe6\x51\x64\x81\x8e\x1b\x9d\xb7\xa0\xc7\x0f\xd1\xcb\x88\x7b\xf4\x38\xbd\x3a\x3e\x4c\xd0\x3b\xff\x62\xed\x48\xa5\x10\x2f\x12\xca\xa3\x34\x22\x6b\x06\x96\xfe\xdd\x4e\xc4\x02\x9c\xa4\xc0\xb7\x4f\x20\xdd\xf2\xea\x86\xd5\x94\xd0\xd1\x12\x50\x43\x83\x58\x4a\xf0\x7d\xeb\xfb\x40\x9b\xe0\x02\x3a\x10\x11\x41\x4d\x4a\x60\x08\x27\xee\xae\x50\x01\x08\x3e\x0d\xf9\xd0\xbd\xb1\x69\xcf\x0a\x22\x50\x08\xf0\xa1\xf9\xf8\x08\xc2\x47\x99\x55\x80\xe3\xa1\x14\x8e\xb3\x6a\xee\xaf\xf0\x0b\x07\xb7\xe3\x4c\xe1\x64\x46\xe7\x17\xdc\x02\x97\x5c\x18\x81\x82\x9b\x50\x7a\x83\xc9\x68\x5d\xdf\x08\x21\xc2\xe9\x57\xd5\x98\x0d\xe0\x57\x1d\x0e\x94\x21\xae\xf1\x0a\x3b\x43\xf9\x41\xab\xd3\xad\xa9\xe5\x41\x75\x30\x29\x35\x22\x55\x3d\x89\x05\xdb\xdc\xe5\xf5\x4f\x35\x5d\x4d\x4e\xcf\x8d\xb6\x34\x63\x1a\x90\x6c\x2a\x67\xa7\xfe\x44\x13\x01\xc8\x43\xc6\x49\xdb\x8c\x0d\x5b\x58\xb2\x0a\x4d\x28\xa9\xf0\x83\x73\xf3\x9b\x50\x6c\x5c\xf3\x26\x95\x37\xd0\xbf\x85\x62\x96\xec\xc4\x03\xff\x73\x38\xa0\xe0\xf0\xab\xfb\x19\xdd\xe4\xac\xb4\x33\x52\xe9\x0d\xb9\xcf\x15\x2a\xcc\x2d\xe5\x32\xd8\xda\x09\x3f\xb4\x2d\x16\xa8\x5d\x84\x00\x46\x37\x71\xaf\x65\x10\x16\x43\x9f\xf0\xac\xf7\xcc\xe6\x86\x0d\x5a\xf4\x4b\x4c\x7a\x75\x5a\x63\x3f\xf0\x1f\xea\xf4\x96\xea\x4d\x8b\x1d\xb1\x9f\x44\xa0\x24\x71\x09\xa8\x2b\x66\x05\x59\x2f\xff\xb8\x9f\xa4\x72\x38\x04\x50\x19\x29\x55\xcb\x7b\x45\xf2\x2e\xd6\xdd\xd8\xe2\x10\x38\x77\xd0\xf3\x8b\xca\xd5\x05\x77\x50\xf9\x4e\x10\x3a\xab\xd4\x2d\xe3\xa5\x46\xc5\x9c\x5c\x29\xcf\xf4\x12\xd9\x1d\x9e\xa6\xa7\x2c\xe3\x58\xa0\x0b\xe4\x76\x78\x09\xf3\x73\x98\x12\x1a\xac\xca\xe6\x7f\x71\x17\xe7\xe8\x6f\x15\x2b\xa1\x75\xc0\x28\x32\x51\xc6\xcc\x01\x44\x05\xe1\x2f\x93\x5b\x1c\xc6\xad\x4c\xee\xb1\x36\xf6\x83\x3f\xbe\x73\x59\xd8\xe4\xf5\x26\xc1\x0d\x2f\x54\x32\xf1\x03\xa0\x47\x87\x3c\x85\x3d\x67\x09\x87\x41\x8a\x6c\x54\x88\xb9\x6d\x01\xf2\x1c\xf7\xa2\x6e\xec\x74\x36\xfb\xc3\xb1\xd5\x75\xfa\x9a\x2c\xbc\x20\xe6\xd7\x4f\x0f\x62\x36\x31\xb2\x8f\x24\x09\x3b\x26\xe6\xf7\x1f\x95\x3a\xda\xf7\xd9\x34\x7b\x9b\x06\xba\x1b\x18\xac\x76\x00\xa7\x5e\x18\x0c\x27\xc2\xff\xf5\xdb\x5a\x05\x42\xf2\xd6\x7e\x18\x17\x7a\xba\xdf\xad\x0d\x8c\x0b\x36\xa7\x6f\xaf\xb9\x81\xf5\xcd\xd6\x9c\x7c\xcf\xd1\xad\xd4\x40\x89\xd8\x22\xe8\x9e\x9e\x83\x40\x9f\xa6\x3e\x26\x09\x73\x28\x56\x9e\x8a\x2e\xc0\xbf\x66\xa1\x8f\x9f\x37\xef\xa8\xc5\x5a\x76\x5d\x1b\x1e\x6d\x03\x88\x36\xaf\x7e\x6e\xf2\x02\x70\x9b\x02\x00\x3d\x0f\x7a\xa4\x93\x4e\xbd\x7c\xca\x1e\x13\x9e\xee\xfc\x73\x12\xd9\xe9\x60\xf2\x27\xa5\x76\xdc\x1f\x59\x7f\x20\x22\xfe\xd1\x08\xf1\x5f\xbe\x97\xbb\xee\xbb\x71\x38\x69\xc9\xf3\x18\x84\xbe\x40\x45\x24\x08\x60\x66\x77\x38\x8d\x10\xc5\x6c\x4a\x47\xdb\x6a\x9b\xa1\x51\x88\x7d\x67\x60\xe5\xec\xc5\x37\xa1\x16\x9e\x47\x79\x0b\x4f\x68\x00\x97\x27\xda\x16\x92\x41\xf6\x9c\x2d\xa2\xea\xea\x1e\x20\x43\xff\xd1\xac\xda\x8b\x2b\x23\xc7\xd2\xc1\x4d\xb5\x7b\xba\x27\xba\xc8\x61\x75\x80\x64\x22\x56\x17\x9d\x6b\xec\xbd\x2c\x48\x57\x5d\xf0\x57\x79\x2d\x46\x84\x22\x16\x11\xbb\x38\x5d\x56\xd7\x25\xfb\x3b\xe5\xda\xe1\x9d\xd7\x2a\xb7\x26\x56\xf1\x10\xc2\x5d\x9e\x8e\x20\x48\xa6\x0f\x20\x83\x54\xc3\xf5\xa0\x76\xb1\x05\x9c\xe4\x80\xd6\xa1\x32\xa6\xc9\x43\xa7\x51\x91\x5d\xe2\x35\x70\x3a\x69\x3b\x73\x20\x70\x10\xfb\xb6\x39\xd2\xf5\x6b\xea\x00\xe0\x86\xc9\xd6\x92\x04\x77\xe2\x38\xec\xb8\x1b\x88\xe5\xc0\x05\x91\x44\xa2\x41\x78\xe9\xa3\xcd\x4a\xbe\xa0\x48\xd3\x42\x32\x92\xa5\xc1\xe4\x19\x43\xd2\x34\x48\x88\xfd\x66\x9d\x15\x68\xda\x8c\xea\xe6\xaa\x16\x3c\x2b\x5c\xfe\xf2\x49\x33\x58\x2a\xa2\x05\xd7\x64\x39\x2b\xe6\x78\x6d\xe0\xe3\xfc\x17\xb8\x41\x03\x36\x24\xc9\x64\x02\x69\xa0\x27\xc9\x70\x69\x89\xf2\x90\x59\xac\xd9\x1c\x27\x67\x09\x92\x4b\x71\x18\xa7\x2e\xee\x3e\x4c\x1e\x5a\x1c\xe1\x7a\x1a\x60\x7a\xbc\x54\x80\x42\x76\xe0\xbb\xef\x93\x02\x64\x92\x6e\x0e\x9b\x88\xf7\x94\xca\x5b\xa8\x02\xd7\x79\xa8\x90\xcc\x49\xe5\x23\x69\x4a\x7a\xef\x41\xb8\xf7\x34\xd4\x4a\x05\x5c\x64\xcc\x0f\x9a\x2e\x9d\xbe\xe6\x2d\xaf\xae\x79\x7e\x73\x93\x0b\xb6\xf4\xb4\x65\xf5\xc9\xd5\xfd\xc9\x4f\xef\xbe\x3f\x59\xe6\x65\x59\x89\x93\x2b\x7a\x02\x3a\x98\x3b\x26\x36\xcc\x0b\xa4\x1e\x9d\xbc\x2d\x68\x5e\xc3\x5b\x50\xaf\xa8\xc0\xea\x52\xd9\xa2\x6b\x41\x73\x08\xaa\x66\x24\x07\x05\x27\x83\x70\x04\xc2\x5a\x7f\x89\xfc\x2b\x64\x1f\x42\x3b\x66\x64\x0c\x5b\x90\xef\x07\xfd\xe3\x48\xc9\x42\x31\xd6\xb3\x1c\x0e\x5b\x5b\x5d\x20\xd1\xaf\x9b\xa6\x6c\x38\xb4\xec\x3f\x21\x84\xb5\xda\xca\xf5\xec\xaf\xa3\x67\xd7\x8e\xff\xad\xfb\xc6\x25\x8f\x47\x2d\xe5\xf1\x50\x00\xe1\x3c\x02\x10\xce\x35\x55\x1e\x63\x36\x3c\x47\x8e\xfb\x74\x8a\x18\x73\x14\x2a\x84\x00\xbe\x6b\x50\x92\x2a\xa2\xe7\x69\xc2\x05\xa2\x81\x9c\x16\xb3\x53\x64\x2a\xa9\xf3\xac\x9c\x93\x87\x5c\x01\xee\xb5\xb8\x24\x1c\x19\x25\x6f\x19\x11\x3f\x35\xcd\x53\xeb\x50\xce\xaa\xf9\xa0\xd7\x74\x9e\xa6\x59\x0e\x4d\xe6\x2d\xe4\x69\x98\x55\xf3\xdd\xce\x74\xa1\x31\xfd\x34\xa0\x62\xab\x9c\x3c\x9d\x2b\x55\x8e\xb0\x2c\x4f\xb8\x27\xa1\x15\x5e\x76\xeb\x88\xa3\x70\x96\x80\x67\x23\xc4\xe6\xc8\x3f\x66\xe3\x39\x3a\x90\x15\x57\x41\xdf\x3c\xd3\x19\xf7\x0f\x73\x00\xa6\xb0\xc7\x79\x68\x33\xd3\x63\xa5\x6f\xd8\x27\x56\xd6\xcf\x6c\xb8\xe4\x96\x57\x9f\xee\x8f\xad\xb5\xac\x4a\x91\xb3\x92\xf2\x23\xab\x2d\xab\xed\x31\x85\x6e\x24\xdb\xf6\x68\x39\x56\x9f\x51\x79\xf0\x8e\x1d\xac\x72\x17\x3d\x7a\x66\x72\x10\x92\x32\x1d\xbb\xde\x0e\xc5\xf6\xc8\x0a\x30\x9e\x23\x17\x2e\xf8\xa6\x4f\xab\xb3\xac\x38\x5d\x3c\x6d\x33\x28\x45\xb3\xb6\xe3\x1f\x04\x66\x0a\x97\x6c\x7b\x7f\xd4\x82\xe9\xf2\xb4\x6c\x6e\xe8\x71\x4b\xac\x6b\x9c\x3d\x69\x73\x56\x00\x59\xf6\x94\xf6\x6f\xd4\x5d\xb4\x78\xfa\xc8\x94\x02\x6f\xa1\x17\x4e\xa3\x72\x1c\xbd\x10\x4a\x60\x3f\xb6\xb8\x56\x0d\x1e\xb9\x0b\xe8\x27\xf1\x8c\xd7\xb7\x7b\x30\xae\xbc\x82\x92\x4e\x9d\x55\xeb\xa3\x1a\xb4\x0e\xff\x4f\x40\x93\xc2\xb7\xf8\x1e\x5f\xe3\x2b\xbc\xc0\x77\xf8\x15\x7e\xf3\x4b\xe5\x89\xbd\x15\xde\xe8\xbd\xfe\xe0\x3e\xe3\xe4\x74\x8c\xa3\x8a\xe4\x13\x61\xf8\x89\xf6\x50\x93\x16\x40\xed\x89\x6d\x77\xea\x1d\xec\x43\x9b\x39\xef\xdf\xca\xcf\xfa\x83\xfc\xd4\x47\x76\xc3\x8f\x9a\xc2\x0b\x43\xaa\x9f\xdc\x7e\x79\x54\xfb\x8a\xb4\x1f\xd5\x20\x3b\xb2\x41\x7d\x0d\x1c\xd5\x66\x75\x54\x9b\xac\x7e\xa5\x6e\x8c\xa3\xda\xcc\x8f\x6a\xf3\x52\x5d\x2b\x47\xb5\x58\x1f\xd5\xe2\x8f\xb9\x94\x1d\x9f\xd6\xae\x57\xe7\xf0\x68\x8f\x6e\xf1\xf2\x60\x3b\x3f\x28\x52\xf9\xb4\x41\xfa\x95\x0e\xb6\xce\xe9\x4d\x75\x4b\x2f\x8f\x3d\x68\xf5\xc8\x54\x38\xd8\x6a\x53\xb2\x9f\xbf\x3d\x7e\xb4\xaa\xf8\x23\xfb\xe9\x69\x0b\xa0\xcb\x3f\x72\x50\x1d\xe7\x71\x54\xb3\xcd\x91\x9b\xca\xb2\x27\x47\xb5\x5a\x1c\xbf\xf9\xdf\xaa\x8b\xe8\xa8\x66\x97\x47\x35\xab\x5e\x3c\xa5\xdd\xf5\x91\x44\x90\xd3\x27\x91\xf0\xd5\x51\xcd\xf6\x20\x36\x8f\x6e\xbd\x57\xf3\xf0\x6a\x43\xfd\xdf\x18\xb6\xec\xa8\x3e\x36\x47\x2e\x8c\xe1\xdd\x8e\x6a\x74\x7b\x54\xa3\xaf\x3c\x36\xea\xa8\x66\x6f\x8e\x6a\x76\xf1\xe4\x1b\xec\xf6\xb8\x76\xc1\x37\xa1\x14\xdf\x55\xc7\xae\xed\xed\xc8\x55\x79\x64\x3f\x3b\x56\xf4\xa8\x96\xef\x8f\x1a\xb1\xa6\xa7\x4f\x5e\xe7\xeb\xa3\x5a\x57\x4a\x4f\xb5\xe7\xde\x1b\x8e\xf6\xa8\xf6\xaf\x8e\xdb\x1e\x86\xed\x3d\xaa\xcd\x85\xd7\xe6\x7e\x66\xf1\xad\xe2\x8d\x9f\xbc\x43\xee\x8e\x1a\xf1\xbb\xf7\x7f\x78\x7b\x64\x83\xaf\x8e\x6a\xb0\x2a\x41\x23\xaf\x63\x9d\x8e\x6e\x3a\xac\x76\xb0\x07\x15\x95\x7a\x64\xcb\x6f\x74\x10\x6b\xdb\xa2\x47\xd5\x12\x81\xa4\x7e\xbc\x72\xe2\x58\x29\xa3\x2f\x86\x7f\x45\xe3\x9a\x67\x44\xab\x70\xae\x62\x8a\x09\x21\xb9\x31\x57\x8e\x07\x9e\xf1\xc9\xc4\xf9\x02\xd4\x7b\xf0\x44\x61\x50\x26\xc6\x67\x3d\x21\x84\xd4\x69\x6a\xd9\x73\x13\x30\x5d\x21\xc8\x08\xe9\x01\xaa\xe9\x75\x74\x29\x01\x22\x2f\x61\x64\xbd\xf6\x9b\x48\xfb\x39\x4a\xd3\xfc\x40\xfb\x67\xe7\xff\x23\xfa\x5a\xe1\xd1\x2b\xaf\x3a\x96\x95\xb3\x7a\x8e\x4b\x85\x42\xa4\x14\x7c\x85\x19\x5f\x31\xa8\xef\x98\x58\x6e\xb2\x1a\x3d\x2c\xf3\x9a\xda\x10\xde\x09\xfc\xd2\x71\xbb\x13\xc3\xed\xab\x91\xc3\x2b\xad\x14\xf3\x5e\x29\x8c\x4f\xfa\xc2\x0c\x01\xe1\xb1\x2e\xab\xd4\x35\x13\x87\x8f\x6f\xa2\x94\xf0\xda\x82\x15\xe1\x15\xf9\x21\x17\x9b\xd1\x0d\x2b\xb3\x25\x5e\x23\xbc\x21\xe3\x8b\xcd\xf3\xd5\xc5\xc6\xe8\x2d\xb7\x84\x66\xd5\x6c\x33\xc7\xf9\x6c\xe3\xa6\xb2\x35\x53\xd9\xb6\x76\x28\xb2\xbe\xea\xd9\x2e\xf0\xa4\x2b\x61\xb9\x4f\x38\xad\x82\x0f\x33\x19\xab\xaa\xab\x5c\xd0\x60\x7a\xd7\x54\x7c\x60\x37\x34\x43\x38\x77\x7f\xa3\x81\x6e\xcf\x94\x1c\xb7\xad\x36\xed\x42\x1a\x14\xb9\x83\x57\x93\x31\xe4\x20\x9a\x9c\x63\xbd\xbc\x93\x5f\x63\xb5\xb4\x93\x7f\xc3\x6a\x21\x27\xff\x8e\x61\x95\x26\xff\x1f\x56\x0a\x9e\xc9\x7f\x60\x8b\x69\xf4\x3f\xad\x77\xfa\xe4\x7f\x61\x40\x36\x9d\xfc\x6f\x2c\xc7\x37\x39\x1f\xb7\x3d\x9f\x08\xad\x0f\x3e\xb3\x50\xc2\xfc\x9b\x31\x3a\xcb\xf8\xf3\xf1\x11\x2a\x4a\xa7\xda\x8b\x10\x82\x0e\x62\xf7\x97\x54\x5a\x5a\x8d\x53\x44\x0d\xf1\xe5\xa9\x83\x35\xaf\xc5\x72\xab\xea\x84\xf3\xce\xc3\x01\x8c\xe0\xdd\x24\x64\x69\x5a\x76\xb7\x12\x45\xce\x29\x42\xce\x27\x73\x56\x18\x8f\x2c\xc9\x29\x31\x0d\x77\xd0\xeb\x5e\xd8\xee\x1d\x74\xab\x52\x7c\x63\x95\x0f\x1e\x30\xbd\x98\xd5\xcf\x0b\x84\xbe\x21\x63\x4b\x6d\x66\xf5\x7c\xc0\xfd\x28\x03\xb6\xce\xc2\x81\x0b\x65\x9e\xc8\x89\x71\x47\x41\x98\x83\xdb\x56\xa5\xea\xe4\x08\x92\x61\x68\x9b\xc1\xd9\x59\xfd\x0d\x19\x5f\xa0\x7c\x56\xcf\x09\xcd\xe4\x3f\x7a\xf4\xad\x71\xc3\xed\xad\x82\x40\x48\xb6\x0e\x0b\xa0\xca\x62\x2e\xa9\xa4\x6e\xde\xfa\xef\x8a\x13\xb3\xbf\xab\xf5\xc9\xcb\x5c\x50\x94\x83\x83\x9e\xfc\x33\x13\xde\x09\xeb\x57\x57\x56\x3e\x30\x36\x40\x66\xee\x1c\x8c\x61\x5e\x29\x2c\x90\xde\x25\xce\x07\x22\xb4\x2b\x68\x70\x49\xdc\xa0\x34\x4d\x16\x8b\xe4\x94\x10\x63\xf3\x63\xe5\x75\x36\xc6\xbf\x46\x69\x9a\xe5\xb3\x66\x4e\xf8\x94\x66\x62\xd6\x98\x99\x4f\x04\x84\x73\xda\xe8\x1f\xd8\xa5\x62\x3a\x9b\x2b\x53\x83\xfd\xeb\xc8\xc3\x16\xe8\xe0\xf0\x2c\x52\xda\xcb\x2a\x7f\x8c\xcb\xc0\x11\xb0\xfa\x8f\x9f\xb1\x72\xf4\xdd\x4f\x3f\x02\xde\xdd\xe2\xed\xbb\x37\x1f\xde\x7c\xf8\xf3\xdb\x57\x8b\x57\x7f\xfa\xf0\xea\xc7\xf7\xaf\xdf\xfc\xf8\x3e\x4d\xe9\xe8\xd5\x8f\x7f\x18\xc1\x93\x97\xae\xc8\xfb\xd1\x77\xba\x5d\xeb\xfd\x11\x1c\x53\x46\xeb\xcc\x94\x70\x9f\x06\x3f\x98\x94\x49\x93\x87\x65\x55\xae\xd9\x75\x63\xb9\x1b\x9f\xd7\x39\xc7\x77\x9c\xd9\xf8\x2c\x75\xc0\x63\xaa\x3a\xe3\xe6\xa4\x5d\xaf\xb4\x7f\x4a\x14\x8e\x5d\x6d\x03\x0f\x22\x4b\x3b\x9a\xcf\xc4\x86\xd5\x73\x84\xda\x16\x2b\xdd\x33\xad\xbf\xcc\xd8\x74\x6b\xfc\x0b\x8d\xad\xfc\x42\xa3\x2a\xbf\xc8\x78\x8e\xe4\x35\x9d\x1e\xdb\xbf\x63\x42\xcd\xf6\xa1\x74\x0e\xc0\x31\x9f\x81\x49\x03\x82\x3b\xc3\x9d\xff\xf8\xe6\xf6\x2f\xcc\x7e\xf2\x5d\x13\x6c\xa2\xad\x8e\x60\xe3\xf5\xe2\xb8\x50\x87\xa2\xfb\xce\x23\x5e\xb1\xbe\x89\x52\x40\x4e\x67\x87\x16\x2e\x1c\x1c\x46\xfc\x46\x13\xf2\x46\xe3\x34\xaf\xab\x72\x71\xc7\xc4\x66\x01\xcd\x2f\xc0\x80\x5e\x2e\x16\xf6\x8e\xa3\xe1\x27\x6f\x01\xe1\x5e\x61\x15\x25\x3f\x95\xd6\xed\x63\xf5\xd3\xbb\xef\x5f\x99\xe8\x0c\x15\x97\xe9\xcd\xd1\x73\x26\xd6\xa8\xce\xfd\x62\xe6\x72\x33\xad\xf7\x02\x96\x5e\xb2\x7a\x9b\x8b\xe5\xc6\x64\x16\x43\xca\xcf\xf7\xd4\xe2\x9a\x0e\xe4\xb4\xdb\xcf\x49\xb9\x10\xca\x49\x84\xf5\xfc\xe9\xb0\x3c\xf7\xea\x24\xd0\x2c\xc9\xeb\xfb\x72\x99\x84\x3b\x01\x3d\xf0\xd1\x55\xbe\xfc\x78\xd5\xf0\x92\x72\x1b\x3d\x9d\x25\x3a\xc2\x25\x51\x89\x22\xa9\x02\x5c\xee\xb4\xb7\x86\x1c\x29\x81\xeb\x76\xbc\x35\x3e\x5a\xc8\x9d\x0c\x2b\x0d\xd0\x56\xba\x55\xdd\x66\x55\x9a\x18\x19\xcc\x90\x86\xc4\x13\x9e\x47\x5a\x75\xd4\x09\x72\xf6\x52\x77\x82\xe6\xe1\xe8\xbe\x1a\xcb\x44\xd3\x34\x8e\x12\xa5\x14\xf2\x8e\x05\xd2\x0f\x34\x1b\x42\xbb\xd7\x7d\x9a\xf6\x39\x00\xdf\xa7\x54\xdd\xfe\x92\x13\x72\xbf\xec\x16\x94\x8f\x8f\xbb\x5f\x3b\xf6\xc6\xc7\xbd\xef\x9e\xe8\x96\xd7\x49\x11\x63\x6f\xdf\xeb\x82\xdd\xdc\x48\x42\x46\xd7\x94\x53\x29\x82\x1c\xe7\x8c\x07\xcc\x5e\xe8\xe7\x61\x7d\xf8\xc3\x58\x09\xa5\xaf\x4a\x10\xce\x89\x07\x73\x35\x05\x39\x56\x8e\x17\x65\x14\x4d\x4a\x34\xe2\x34\x5f\x49\xda\xf0\x21\xbf\x76\x2b\x68\xc3\x8b\x73\x08\x69\xaf\x34\xaa\x38\xca\x72\xe5\x51\x29\xf2\xeb\xef\x2a\x8e\x32\x86\x10\x66\x9f\x73\x60\x9d\x3a\x8d\xd4\x71\xe7\xd7\x86\xf0\x11\x28\x76\x8c\x37\x7e\x96\xe5\xe4\x41\xd7\x53\xcc\x14\x2b\x99\x78\x52\x92\x26\x6c\xd2\x71\x81\xda\xc8\xa0\xbd\x59\x0f\x67\xb3\x30\xea\x31\x1d\x99\xdb\x11\x96\xa6\xc5\x1e\x0a\x61\xaf\x57\x15\xf4\xa1\xd7\x1c\x1f\x89\x29\xd8\x62\x56\x7f\xe0\x8d\xd8\xdc\x77\x1d\xb0\x5d\x53\x59\xff\x42\x36\xa8\x3b\x5d\x9f\x6c\xfb\xc9\x95\xaf\xf5\x8c\x8f\x5e\xfc\xf4\xfe\xc3\x9b\x1f\x16\x1f\x2e\xff\x73\xf1\xdd\x9b\x77\xf3\x88\x4b\xa3\xea\x17\x16\xf8\x03\x7c\xd3\x6e\x7a\x5c\x77\xa8\xc0\x2b\x69\xc3\xea\xa9\x98\xc0\x96\x58\x56\x37\x57\xac\xa4\x28\x9b\x09\x1b\x81\x67\x86\xf4\x62\x93\xb3\xf2\x43\x7e\x5d\x7f\x57\x71\xc0\xd5\x08\x46\x38\x4a\x86\x14\x21\xd4\xe2\x7c\xd4\xc9\x7f\x1a\x19\x61\xed\x30\xf9\x8c\xd0\xe3\xe3\xfa\x00\x5e\x3a\x24\x9a\xd8\xdb\x52\x70\x42\xc2\x6f\xcc\xd6\x19\x1b\xb1\xfa\xb5\x42\xf5\x66\x7f\x97\xcc\x3d\xda\xed\xe4\xb3\xb7\x86\xbd\x01\x58\x14\x28\xee\x77\x7f\x28\x99\x70\x89\x70\xa9\x89\xb7\x1a\xbd\x73\x5e\x76\x11\x22\x95\x2c\x2d\x07\x8f\x7c\x97\xe3\xe6\x29\x54\xab\xeb\xbd\xf1\x24\xdf\xe1\x28\x3b\xf4\x55\xdc\xd8\x39\x11\xe1\x49\x8e\x25\xb4\x36\xb7\xec\xbc\x93\x1c\x94\xfa\x5e\x6c\x5f\x0a\x6b\xd6\xe0\x95\xd8\x38\x56\xff\xd7\x8c\xce\x8d\x27\x1c\xa4\xc8\xeb\xbc\xf3\x8f\x72\xa9\x18\x18\x13\x9d\xae\x83\xcf\x9d\xaf\xa7\xda\xf5\xca\x65\x24\x41\x83\x3c\x4d\x73\x3f\x93\x68\x1e\xe4\x8f\xf3\xb7\x01\x7f\xd2\x36\x50\x96\xc9\xcf\xf5\x1c\xdf\x77\x45\x7d\x61\xcf\x9e\x43\xce\x5e\x8f\xc9\xb0\xff\x2c\x9f\x1f\xa3\xc3\x7e\xc4\xf9\x25\x72\x47\x2f\xf1\xfa\x73\x4e\x8f\xb2\x44\x93\x2d\x38\xe5\x2a\x43\x37\xb9\xc3\xd4\xe8\x67\xc8\x1b\xef\x84\xd1\xc0\xca\x4e\xa8\xef\x19\x40\xe8\xe8\xd2\x3f\x82\x2b\x83\x90\xb2\xe6\x94\xfe\x9d\x66\xb3\x39\xc2\x9b\x18\x28\x0c\xf5\x14\x86\x5b\x9d\x1a\x3c\xf4\xb3\xde\x18\xa0\xee\x77\x19\x44\x15\xeb\x9c\x5e\x15\x89\xb0\x7d\x7c\xca\x23\x71\x64\xee\x7c\xc8\xf6\x2d\x04\x19\x3d\x94\x4e\xb2\x02\xa1\x02\xf0\x69\x04\xe0\xe7\x01\xd6\x0d\xe0\x77\xe8\x30\x31\xe0\xa0\x3d\xe7\xd3\x1b\x3f\xb1\xf9\xaf\x09\xe9\x11\x0f\xeb\x47\x3b\xb5\xdd\xb9\xd4\x3d\x9c\x90\xc0\x67\x9b\xa2\xd6\xcd\x84\xc7\xae\x62\x5d\x94\x63\x1a\x44\x98\xde\x1a\x77\x75\xe7\x9b\x6e\xe1\xe5\x2a\x52\x5e\x54\xcf\x99\x8a\x29\x63\xeb\x8c\xab\x76\x94\xd6\xef\x12\xd6\xa7\x42\xb8\xc2\x4e\x73\x68\xbc\x6c\xcf\xce\xc3\xa4\x77\x5e\x24\x27\x74\xa8\x12\x0f\x95\xa0\x63\x37\x35\x00\xc5\x41\x7d\xcc\x49\xaf\x1f\x16\xa4\xc0\x0b\xf0\xac\xcf\xce\x4f\x09\xb4\x2a\x54\xab\x5c\xb6\xea\x4a\x5f\x75\x30\x61\x4c\x21\xbf\xdf\xdb\x0e\xe6\x87\xd7\xfa\xa9\x4d\xab\x14\x36\xbb\xf0\x22\x54\xc3\x0d\x38\x46\x83\x70\x1d\x6d\x1e\xea\xe7\x63\x59\x60\x48\x18\xc2\xb2\xc7\x32\x4d\xc5\x29\x11\xd3\xd8\x36\x3f\x25\xb4\x8d\x85\x38\x2a\xd1\x21\xc8\x08\x78\x67\xd6\x37\xe0\x8d\x25\x33\x9d\xa6\x59\x49\xce\x81\xab\x14\xc6\x6f\x1f\xa9\xd2\x78\x85\x30\x75\x6d\xbc\x0a\xdb\xe8\x57\x18\xe3\x59\x39\x0f\xf6\xef\x1b\x4f\x75\xa0\xe2\xac\x74\x70\xf1\x6b\x49\xaa\x6e\xad\x28\xa5\xe2\xa9\xba\x6a\xdc\xdd\xee\xd2\xd3\xb8\x9a\x08\xa7\x81\x15\xc8\x0b\x6b\xcb\x52\xf2\x97\x83\x58\xe5\x61\xe9\xd2\xc6\xdd\xeb\x65\x76\x68\xad\xce\x6f\xbb\x84\xc5\x70\x78\x37\x84\xfb\xd8\x25\x16\x89\x79\x8f\xea\xcd\x5d\x82\x8e\x14\x38\x22\x4d\x4e\xcf\xfd\x95\xfc\xd4\x8d\x47\xbd\xc9\xb7\x1e\xc1\xe0\x7d\x22\xc3\x75\x2e\x2b\x39\x88\xcb\x2e\x2b\x62\x3d\xd4\x70\x96\x2d\xc1\xf7\x9c\x8f\x5e\xfd\xf0\xed\xab\x77\x8b\xcb\x77\xef\x2e\xff\x0c\x29\xe5\x96\xfa\xa4\xd4\x97\xa2\xc7\x9f\x6a\xdc\x62\x3b\xee\x70\x34\x21\xc9\x73\xe7\x8d\xdb\xf4\x5a\xb3\x64\x36\x4f\xe6\xe4\x7d\x16\x0f\x7f\x57\x39\x28\x71\xed\xbf\xf3\xd1\x75\x75\xa0\xad\x8a\x18\x19\x2b\x89\xc3\x24\x72\xd0\x81\xb3\x2d\xc2\xcb\x11\x60\x94\xa8\x2b\x80\xbc\xcf\xfa\x32\x45\x67\x7c\xc0\xb7\x8c\xe5\x10\x41\x3c\x7c\x53\x16\xf7\x19\xe4\xd6\xc8\x9f\xdc\x8a\x37\xa4\xb3\xf3\x7e\x8b\xa0\x3a\x0c\x42\x7b\x7a\xf9\x73\xc6\xe1\x85\xe3\x35\x08\x2a\x7e\x0a\xa7\x9e\x12\x36\xa4\x08\x3b\x52\xb1\xdb\xf1\x6f\xd8\x94\x13\x36\xd1\x64\x81\xb0\x21\x47\x17\xf4\x39\xbf\x40\xe5\xac\xd4\x2d\xcc\x49\x6c\xcc\x74\x38\x74\x41\xd6\x2d\x5e\x1a\x7b\x4a\x1c\xe1\x78\xe1\xb0\x97\x4f\xcf\x21\xa9\x98\x5c\xa6\xd7\xfd\x2a\x01\x6e\x96\xb1\xa1\x64\xe1\x90\x49\x89\x60\xb0\xe5\xd9\x39\xc2\x96\xa0\x95\x7e\x68\x13\xbf\x60\xdf\x90\xf1\x05\x53\xf0\x2c\xb1\xf1\x33\xe4\x1b\xa8\x98\xa5\xc4\x72\x6c\xf9\x6a\x05\x34\xc2\xa4\x79\xee\x0c\xd0\xfb\x90\xdd\x92\x56\xc6\x51\x29\xf0\x34\x7f\x72\x5c\x5b\x91\xc2\x9d\xe6\x36\x79\x1d\xbc\xd6\x36\xf8\x12\x78\x9a\x97\xb4\x5e\xbe\xa4\xcb\x8a\xe7\xa2\xe2\x28\x7b\x44\xa9\xbd\x0f\x48\x02\x02\x6a\xbe\x67\xb5\xa0\x25\xa4\xb7\x56\xdc\xf9\xff\x51\x86\xd5\xa5\xca\x7b\x87\x00\x7d\xf9\x60\x49\x85\xad\xa3\x82\xb1\x97\x23\x78\xf6\x42\xc9\xb5\xd1\xa4\x7e\x3d\xba\x1f\xaf\xe1\x96\x43\xa7\x09\xf4\x8b\xc5\xf2\xfd\x1d\x6c\xd7\x56\xe8\x35\xab\x79\xac\x6e\x0c\x93\xd9\x84\x5a\x0d\xdd\x14\x85\xdb\x72\xdc\xdf\xb0\xb8\x24\xe3\x8b\xf2\x39\xbf\x28\x8d\xe1\x5d\x1f\x49\xb3\x07\xb3\x52\x0a\x32\xda\x7e\xc6\x70\xa9\x90\x9c\xdb\x80\x9e\x41\xd6\x4a\x18\xc6\x27\x49\x03\xf4\xdf\xb1\xdd\xa3\x28\x5c\x9f\x31\x0c\xa7\x5e\x6b\x26\x0d\xd8\x08\x98\xe6\x4d\xbe\x3d\x66\x8a\x6a\x7a\xef\xb2\x30\xb6\x38\xd2\x9d\x52\xc5\x19\x46\x63\xc6\xe6\xc4\xce\x51\xbd\x93\xdc\x27\xd7\x3d\x7f\x7b\x0f\xf3\x5a\xb3\x42\xd0\x6e\xb6\xc4\x2f\x31\x8c\x4e\xd7\x69\xca\x0d\xbe\x9b\x1d\x05\xa7\x40\xa5\xa3\x04\x2b\x36\x04\x45\xa7\xd5\x88\x23\x94\xfd\xd4\xe5\x5d\xf1\x44\x56\xb5\xd4\xaa\xd2\xb7\xf7\xfb\x32\xcf\xe8\x46\x6f\xf6\x5d\xfa\xc8\x8d\x77\x7f\x23\xea\xfd\x23\x8d\xac\x59\xd9\x4d\x96\x71\x68\xca\xf7\x0e\xa3\xd8\xd4\x8e\x0e\x40\x97\x3b\xdc\x37\xbd\xa5\xfc\xfe\x09\x9d\x5f\x85\x9d\xb3\xfa\x55\xd8\x80\x73\xb1\x3b\xa6\xf7\xbc\x7c\x4a\xdf\xd7\xdd\xbe\x2f\xcb\x58\xcf\xd7\xc7\xf4\xcc\xe9\xaa\x09\x6f\x70\x07\xff\xf7\xc8\x6e\x06\x2c\x16\x4e\x68\xc6\xb1\xb0\x74\x02\xb9\xfc\x55\xf2\xde\xbd\xad\x3e\xee\x49\x3d\x74\x58\x19\x24\xbe\x39\x9f\x0a\x5f\x19\x24\x1e\x49\x3c\xf4\xf8\xe1\x13\x5e\x08\x02\x1c\x37\xa5\x09\xe7\xf7\xaf\x61\x94\xa0\x8c\xc4\xa5\x92\x43\x2b\xc8\x9c\x5a\x29\x59\x7c\xcf\x96\xde\xc3\x2a\x9e\x50\x7d\xae\x40\x61\xb2\x8c\x25\x22\x8d\x9f\x55\x1a\xe4\x5c\x38\x25\xa6\x1d\x56\x2e\x8b\x66\xd5\x8b\x1e\xf7\x84\x3b\x9f\x83\x19\x43\x9d\xba\xe2\x9d\xc3\x78\x1b\xa6\x0b\x0b\xd6\x4a\x4f\x34\x43\x50\xcf\xe7\xc6\x43\xc1\x77\x7c\xc1\x5c\x38\xb2\x0d\x38\xcd\x09\x9d\xb1\x39\xae\x89\xcf\xb2\xe7\xd6\xe7\x4e\x0b\xe0\x39\xc2\x05\x01\xbd\xb3\xc9\x66\x9a\xd5\x10\x49\xbd\xce\x9c\xbb\x5a\x6b\xbd\xac\xd4\xd4\x9b\x92\xfd\x1c\x59\xbf\xad\xc9\x9c\xb5\x34\x0a\x97\xc8\x22\x6e\x8d\x02\x5c\xe5\x12\x16\x9b\xaa\xe9\xdb\x81\x61\xfa\x66\x81\x3d\x0f\x1f\x10\x0a\xb4\xf0\x46\x08\x9d\x46\x36\x91\x00\x68\xc9\x3d\x32\x28\x6d\x07\x91\x6f\x0d\xc7\x15\x21\xfc\xb1\x2b\xc5\x5c\x62\x1b\x1a\x80\x1f\x00\x0f\x6a\xd2\xfb\x74\x3e\xdf\x6c\x96\x49\x05\xa9\x76\x84\x08\x2a\x65\x57\x75\x4f\xb3\xb2\xa6\x5c\x5c\xee\x11\x3e\x5e\x39\x32\xa2\xcb\x1b\x9d\x55\xbc\xfc\x9d\x4f\x76\xe4\x09\x52\xa2\x44\x6c\x09\x5e\xf5\x84\x07\xf8\x10\xae\x52\xbd\x17\x9f\xc8\x4c\xc4\xaf\x3b\xc6\x16\x46\x68\x5b\x6d\xbb\xdd\xc6\x56\x88\xad\xb3\xb1\xcf\x44\x43\x9e\x48\x2b\x3d\xf7\x25\x86\xb3\xf3\x90\x7c\x98\x95\xc8\xe8\xd9\x39\x3e\x57\xe9\xf8\x36\x6c\x2d\xfa\x7d\xeb\x9e\xbc\xce\x7b\x7d\xd2\x68\x9f\xe3\x3d\x3d\x8e\x11\xa6\x2d\x6e\xca\x68\x7f\xbd\x25\x1e\xc3\xc2\x06\xa5\x1f\x5f\xdb\xb1\xbf\xa2\x5c\x5e\x7d\x35\xed\xd5\x3d\x66\x59\xbd\x73\xd2\xa1\x24\xba\xd5\xac\x3b\x49\xb7\x4b\xed\xae\xab\x69\x74\xe0\xa6\xaf\xce\xaa\x42\x3b\x70\x46\xb2\x20\xed\x6a\x78\x34\xba\x82\xb5\x3f\x5d\xb9\xce\x91\x75\x8d\xb2\xcb\xbb\x1d\x00\x39\x83\x9b\xdc\x43\xec\x2b\x72\xa4\x04\xdd\xf0\x1b\xf2\x0e\xc3\xec\x77\x1a\xce\x12\xda\xbc\xa2\xd7\xac\x0c\xc1\xef\x6a\x94\xf9\x1c\x7c\x17\x5c\x9a\x9f\x9d\x21\xaf\x4b\xd5\x32\xc0\x12\x78\x96\x2a\x31\xa2\xe5\xaa\xdf\xac\x5e\x88\x7c\xb5\xda\xbf\xbb\xba\x84\x51\x53\x19\x77\x80\x1d\xb0\x97\x6d\xa7\xee\x01\x7b\x05\xda\x95\x43\x33\xc5\x7b\x94\xc7\xd6\xad\xd7\x76\x92\x29\x57\x8b\xc7\x66\x07\xd6\x98\x40\xbf\xfe\x11\x36\xcb\xdb\x2e\xe9\xfd\x88\x6b\x47\x7a\xcd\xb7\xdd\xb7\x22\x33\x3a\x97\xdf\x12\x76\xd5\x24\x2e\xca\x75\xd5\x8b\xab\x50\xbd\xf8\xba\xf4\xb4\xfc\x81\x70\xe7\x8d\xdb\x37\x04\xbc\x85\x61\xbf\xc3\x1f\xc8\x2c\x51\x5b\x20\x99\x0f\xde\x2a\xd4\x25\x14\x5f\xb4\x8e\x7b\xd7\x8c\xce\xd3\xf4\x83\x51\xb3\x83\x61\x2a\xec\x81\x64\x6b\xf2\x16\x99\x3b\x52\x73\x8b\x6b\xfc\x41\x16\xbc\x24\xef\x70\xbe\xc7\x19\x10\xaa\x4f\xb3\xb7\xba\x46\xa7\x5b\x5d\x3b\x6a\xa4\xd8\xed\x66\xf3\x16\x4d\x0e\x15\xc8\x28\x99\xcd\x11\xbe\x74\xde\xb7\x53\x3a\x31\x5d\x51\xa4\xbc\xb0\x5f\x90\x4b\xcf\xe8\xf6\xe2\x29\x46\x37\x1f\x36\xe0\x18\xcb\xdb\x3f\xc7\xd0\xaa\x8d\x6e\x0a\x49\xe3\xb3\x0d\x8c\x3d\xf0\x87\xc8\x84\x0f\x79\xe4\x45\x57\xe0\xab\x61\xa6\x3d\x2c\x16\x6e\xc0\x0b\xe5\x29\x02\xe8\x58\xaf\x4b\xd9\x01\xab\xca\x3d\x7a\xd6\x51\x50\x71\x14\xd6\xc9\x00\xeb\xbc\xfa\xd8\x6c\x0f\x68\x62\xc3\x06\x34\xd6\xab\xe2\x77\x56\x7d\xc7\x11\xef\x7a\x0c\x2a\x0e\x28\x38\xdd\x08\x40\x5e\x09\xc1\xf8\xa8\x97\xcb\x52\x69\x3e\xb4\x63\x19\xca\x6c\x0e\x49\x4c\x71\xb2\x66\x65\x5e\xb0\xbf\xd3\x97\x36\xaf\x24\x0a\xfc\x51\xe4\x6c\x5c\x22\xe6\xf8\x8c\x3a\xa2\xe3\x83\xcd\xcb\x18\x4c\xd2\x4b\xe7\xac\xb3\x68\xb0\xae\xe3\x4e\xe9\x6f\x3c\xf6\xb4\x8d\x67\x82\x15\xff\x3b\x1f\xb1\xed\xfd\x2f\x3c\x5f\xbe\x45\xfa\xbf\xed\x44\x3f\x7f\x76\x26\xfa\xef\xbf\xed\xd4\x1e\x7c\x92\x10\x51\xac\xae\x56\x46\x17\x1c\xb9\x71\x71\x55\xee\xbb\xcb\x0f\xd5\x96\x92\xb6\x6e\x40\x03\xc6\x7f\x5d\x9f\x97\x0b\xad\x28\x2d\x57\x10\x8d\xe9\x1c\x96\x50\x8b\xab\xf5\xfa\xd0\x0c\x14\x8b\x78\x68\x09\x36\x79\x4c\x66\xd8\xa7\x48\xa7\xbf\xc4\xd9\x25\xe6\xc5\x71\x7c\x50\xe2\x71\x6e\x2b\xff\xd8\xfb\xaa\x43\x2d\x2d\x4e\xc9\x91\x48\x94\x87\x5d\x63\xfe\x9f\x71\x09\x0b\x8c\x36\x11\x57\x11\xab\x8c\xb9\x06\xef\x4d\xe3\x38\xe6\xdd\x8d\x07\x92\xda\xf3\x30\xa9\xbd\x32\x61\x50\x30\x61\xf0\x59\xe9\x1f\x94\xd2\xa5\xef\x1f\x05\x3d\x85\x4a\x50\x15\xd4\x60\xbc\x1e\x39\xa4\x45\x0d\x6d\xb4\xbc\x6f\xa0\xf0\xec\x5d\x75\x7c\x12\xb4\x5b\xc9\x15\xf2\x56\x20\x26\x03\xed\x31\x78\xed\x13\x97\xd4\xb1\xed\xcb\x3f\x7b\x9a\x39\x24\x06\xc6\x90\xd7\xf7\xcd\x28\x8e\xd2\xae\x27\xe6\x8b\x83\xca\x06\xd8\x21\x4a\x98\x75\x09\x6b\xdf\x96\x08\xa5\x3a\x92\xfa\x31\x8d\x85\x65\xe3\xed\x6d\xf2\xda\x14\x08\x99\xa6\x47\x09\xde\x30\xb1\xf6\x45\xd8\xc0\x7f\x64\x62\xa3\x63\x15\xf6\xef\x99\xb0\x5c\xb0\x7d\x58\xb9\xe4\x90\x2e\xda\x2c\x65\xb4\x95\x93\x8e\xe3\x8c\xf1\x54\xf1\x37\x63\x06\x29\x74\xbf\x2b\x2a\xe5\xbc\x1b\x1e\x36\xb4\xdb\x8d\xd1\x90\x03\xf7\xfa\xc5\x3a\xec\xf5\x22\x3b\x39\x93\x9d\x88\xea\xfa\xba\xa0\x91\x1e\xf6\x1e\xa5\xd3\xfe\x90\x5b\xbc\xcc\x97\x1b\x7a\xe0\x03\x5d\xeb\x94\x88\x2b\x48\xc8\x07\x6e\xec\xbf\xfc\x5a\xea\x40\x75\x3d\x89\xec\xaa\x80\x8f\x7f\xd4\x75\xd3\x25\xbc\x2a\x84\x48\x3b\xd4\xd7\x6f\x69\x09\xe9\x9c\x32\x15\x31\x63\xfd\xd1\x59\xfd\x9e\x0a\x51\x48\x36\x2e\x62\x1d\xec\x7a\xbc\xba\xd2\x5d\x8f\x0f\xfb\x26\xd2\xc3\x3b\xb0\xf1\x01\x3c\x1a\xab\xbf\x6b\x8a\x35\x2b\xf6\x74\xd8\xef\xcf\xd6\x35\x06\xfc\xe0\xad\x6b\xac\x3f\x1e\x53\x73\x72\x7a\x8e\xbd\x92\xf2\xa7\xfe\xa8\xdd\xa1\x76\x5d\x75\x1c\x66\x29\x0f\x30\x4b\x2d\x3e\xc5\xaf\xea\x13\xdd\xd4\xc9\x4d\x53\x03\x50\x69\x4d\x45\x72\xe0\xd2\x38\x39\x74\x93\xf8\x97\x02\xc5\x0f\x9d\x41\x07\x33\x6a\x11\xe6\x23\xb1\xa1\x65\xcc\x45\x0a\x82\x70\xb4\x84\x48\x57\xbb\x9d\xf7\x93\x95\xd7\x7a\x1d\xfb\xfd\x99\x10\x0c\x1e\x2e\x97\xdc\x72\xbc\x45\x38\xe8\x48\xa7\xa9\xf8\xac\x7e\xf4\xc6\xe4\xc1\x8c\x4c\x2f\xc9\x2b\x88\x8f\x3f\xf1\x97\x39\x41\xad\xd1\xa9\xb6\x20\xac\xd2\x72\xc2\xb2\x44\xfe\x9b\x20\x0c\xd9\x35\xe4\x6f\xf8\x23\x41\x18\x64\xe4\xe2\x5e\x3e\xd2\x7f\xca\xdd\xd1\x09\xff\xeb\x7e\x0e\x2f\xa6\x2d\xd8\x63\xfa\xfb\xba\x5c\x63\xdc\xb9\x8a\xf3\xc0\xcd\xfb\x33\x99\xba\x2e\x6c\xe7\x93\xe2\xef\xff\xa9\x0c\xed\xc3\x62\x61\x07\xaf\xd5\x31\x5c\xe5\x13\xf2\xf3\x7d\x1d\xd4\xaa\xb8\xfa\x23\x5d\x55\x6b\x55\xd4\x0b\xca\xe5\x47\x34\x7f\x27\x08\x37\xa5\xff\xc2\xfd\x4a\x10\xee\xa4\x19\x93\xef\x37\x79\x9d\x20\xdb\x14\x5d\xbd\xd9\x9a\x37\xd7\x54\xa8\x1f\xde\x7b\xf5\xa0\x96\xaf\x2b\xf5\x67\xa4\x72\x1d\xd4\xae\xfb\xd5\xbf\xab\xf8\x87\xfb\x2d\xf5\x5a\xd1\x4f\x62\x8d\x79\x85\x5d\x9b\xae\x3c\x03\x1d\x95\x7c\xcb\x8c\xb6\xea\xe8\x9d\x6c\x51\x20\x04\xe9\xad\x35\xf2\xa2\x1d\xbe\xc4\x16\xde\x03\x9d\x79\xf8\xae\xfc\xac\xf0\xf6\x7f\xd6\x4e\x57\x33\x54\x7b\x5c\x4d\xd3\xff\xfb\x85\xca\x88\x15\x79\xa4\xed\x28\xdd\x20\xb0\xa0\x4c\x78\x0f\xc6\xb3\x72\x84\x15\x82\xd4\x1c\x2e\x14\xd3\x78\x21\x76\x2a\xd3\x4e\xf0\x9f\xb5\x40\x78\xe5\x4c\x52\x2f\xad\xda\x94\xfc\x16\x2e\x5b\xcf\x6f\xc1\xe8\x32\x2e\x3b\x7a\x56\xda\xf3\xea\x7c\x68\x8d\x5b\x27\x85\xdc\x64\x3a\xb3\x5a\x45\x4a\x9d\x5f\x12\xe7\xf6\xa9\x9e\x10\x44\x6b\x11\x06\x17\x46\x64\xda\x09\xc2\x15\xa9\x76\xbb\xae\x11\xa9\x0c\x03\x23\x6d\x34\x0e\xc0\xbd\x3f\xc4\x96\x28\x1a\x51\x59\xf6\xd7\x87\xa5\x69\xc6\x0e\xad\x4f\x09\xe1\x91\xd6\x93\x14\x82\xc5\x17\x6a\x00\x2e\x98\x55\x3f\x18\x78\x56\x5f\x75\x8f\x79\xee\xac\x0a\xc0\xfa\xe0\xe7\xd6\x68\x77\xda\xd2\x86\x70\x95\xa6\x3a\xe1\x2a\xc4\xa8\x28\x10\xf6\x9a\x96\x2b\x54\x93\xac\x21\x15\xf2\x23\x91\x1a\x3c\x63\x56\x9c\xcd\x4d\x1a\xbd\x9a\x64\x05\xa9\x90\x7c\xa5\x8a\x15\x78\x16\x94\x62\xeb\xec\xf4\xfc\x94\x90\xda\xfa\x8c\x9b\x64\x1a\xe7\x21\x2f\x7d\x1c\x9d\x88\xc1\x25\xfb\xd4\x01\x2a\x9f\x5d\xe5\x57\x34\x1e\xc9\xb4\x3f\xc6\xe9\x17\x03\xd0\x74\x20\xa5\x9f\x1e\xc7\x8b\xf3\xaf\x42\x83\x6a\x95\xe3\x57\x8b\xdd\xc9\x42\x8e\xb3\xbc\xa6\x2b\xed\x07\x0a\x2a\x0f\xe7\x64\x9a\xe0\x95\x71\x0c\xdd\x53\xd6\x3a\x8e\x26\x2d\x6e\x42\xc7\x2b\x73\x9b\x78\x56\x13\x1a\x8f\x6b\x55\x5b\xb0\x05\x1e\x89\x95\x1b\xca\x99\xa8\xbf\xaf\xaa\x9a\xaa\x48\x1a\x9b\xbe\xcb\xda\xfa\x6c\x82\xcf\x11\x2b\x59\xe0\xf1\x14\xa4\xa9\x29\x99\xd8\x13\xd7\xab\xee\x2e\xed\xa6\xff\x92\x71\x71\x0f\xfe\xd7\x64\x1c\xbe\x21\x0a\x83\x05\x1e\x29\xd5\x10\x94\x25\xa7\xe3\xe0\xa1\xad\xd6\x59\x21\xbf\x7a\xe7\xd5\xeb\xfa\xa7\xed\x2a\x17\xac\xbc\x26\xa7\xe7\xf1\x22\x1f\xf2\xeb\x03\x0d\xbc\xa3\xb7\xac\x66\x55\xa9\xf3\x7f\xb3\x19\x1f\xbd\x7d\xf7\xe6\xed\xab\x77\x1f\xfe\xbc\x78\xf9\xfa\xe5\xe2\xc5\x6f\x2e\x7f\xfc\xcf\x57\xf3\x7e\x1a\x72\x4e\x6f\xf3\x82\xad\x40\x45\xaf\xea\x1d\x8a\xfa\xd5\x31\x1c\xb3\xb9\x01\xa8\xd7\x36\x61\xf9\x6b\x9a\xf5\x5b\x94\x02\x7c\xee\x42\x7d\x1f\x89\xef\xed\xcc\x49\xc7\xf9\x4e\x1e\x0f\x32\x6e\x31\x1b\x79\xe1\xd5\xb1\x59\x1a\x07\xf2\xee\x8e\x35\x2a\x19\x98\xbd\xf5\xae\x30\x5f\x2c\xaa\x03\xe0\x9e\x13\x46\x8f\xa6\x86\x5d\x24\x48\x8f\x4e\xdb\xdf\x49\x97\xaf\xf0\x1d\x45\x74\x1d\x13\xd0\xe4\x6a\xf5\x47\xa3\x12\xd1\xed\x8d\xe0\xb6\xae\x27\xaa\xa0\x3f\xb3\xae\x0f\x5a\xe4\x9b\x19\x8c\x28\x7f\xeb\xa7\x69\x16\x1e\x85\xd9\x1c\x61\xf0\xfe\xdb\x73\x76\xd2\x94\x7e\xb3\xef\x5d\x10\x3d\x7e\x68\xf1\x54\xd4\xb6\x4b\x54\x1a\xb4\xa7\xb5\xb3\x7e\x2b\xd8\xec\x47\x1b\xe9\xd1\xef\xfc\x82\x3d\x2f\xc1\xca\x11\xbc\x9f\xb1\x79\xe8\x87\x6e\x3e\x06\xd3\x97\x59\xb4\xeb\xf1\x60\x1f\xe5\x38\x3b\x6f\x03\x19\xc4\x74\x43\xe7\xf2\x63\x2c\x14\x1e\x42\x6c\x3f\xf6\x9d\x26\x63\x9f\x63\x3a\x9e\xc4\x06\x84\x8f\x58\x53\x5c\x12\x31\x8d\xae\xd9\xc4\x4c\xe7\x98\xd3\xa2\xc8\x50\x3c\x18\x01\xfc\xab\x4a\x43\x56\x59\xe9\xed\xad\x5e\x2d\x7b\x63\x84\x95\x74\xf4\xc8\xe1\xd3\xfa\x58\xa9\xfe\x5a\x3e\xbe\xe3\x68\x9a\x9e\x06\x0a\x87\x34\x55\x87\xbc\x1f\xcf\xa2\xf2\xa5\x61\x7b\x7f\x74\xc9\xbd\x3a\xf9\x47\xac\x66\x9f\x5e\x75\x9a\x02\x83\x3e\xdf\x1f\x06\xd3\xab\x60\x46\xa6\x56\xe9\xe0\xa5\xee\x77\xbe\xb7\x78\x34\x82\x44\x28\x35\xf8\xa1\x8d\xa0\x8a\x58\x24\x9a\x0a\x22\x92\xaa\x61\xe7\x3b\xf4\x87\x6f\xf7\xe4\xb0\x3c\x63\xe8\x22\x83\x30\xd0\x3d\x67\x4d\xfb\x86\xf5\x5f\x7c\x53\xa1\x2e\xd9\xf2\x4e\x68\x85\x0e\xdc\xe4\xf1\x1d\xaa\x66\x03\x8b\xe4\x36\x75\xff\xe3\xed\xe7\x23\xc2\xae\xf4\xee\x88\x35\x04\x79\xb0\x1f\xe1\x14\xa4\x74\x05\x9e\xda\xf1\x82\x1f\xf2\x6b\xd8\x36\xf9\xc8\x74\xb0\x67\xb1\x3f\xe4\xd7\x87\x79\x0a\xb4\xdb\x65\x01\x11\xea\x37\x30\x3d\xf2\xd4\x4e\xe2\x43\xf0\xd9\x1f\xb3\x56\xfb\x49\x64\xb6\xe7\xc0\x05\x4c\xd4\x9e\x32\x92\x8b\xfa\x25\x3c\x49\x82\xf6\x34\x6c\x19\x30\xb3\xe4\xcd\x81\xf5\x06\xf4\x12\xa5\x16\x06\xb6\x06\x10\xbd\x25\x77\x3b\x7b\xf8\x48\xef\x27\x66\xf7\x77\x43\xd1\xe2\xd7\x75\x6f\x6b\x1d\x4f\xec\x02\xae\x95\x4e\x03\x41\xd7\xdd\x0a\xb1\xcd\xdb\xb9\xde\xd4\xbb\xae\x42\xda\x24\xeb\x0b\x42\x16\xcf\xa8\x01\x57\x2d\xd1\x43\x09\x04\x41\x78\xf6\xd5\xb3\x12\x0c\xac\x86\xcb\xdf\xcb\xe2\x0c\x98\x21\xcc\xff\x3f\x77\xff\xda\xdd\x36\x8e\xec\x8b\xc3\xef\xf5\x29\x64\x9e\xde\x1a\x72\x04\x33\x76\xba\xe7\xa6\x84\xed\xe3\xc4\x4e\xb7\x4f\xdb\x71\xb6\xed\x74\x4f\x3f\x6a\x6d\x0f\x2d\x41\x36\x26\x14\xa1\x01\x41\x3b\x6e\x8b\xdf\xfd\x59\x28\x5c\x49\x82\xb2\x9c\xcb\xec\x59\xff\xb5\xb2\x62\x8a\x04\x0a\x77\xa0\xaa\x50\xf5\x2b\xe3\x08\x4d\xc4\x01\xa2\xed\x7a\xeb\xe7\x4e\x54\x55\x15\xf8\x47\x5b\x44\xc9\x1a\x6c\x0a\x2a\x6d\x58\x54\xd7\x6c\x13\x3d\x34\x3a\x4d\x32\xa3\x69\x46\xd2\xc2\x81\xd9\x89\x90\x77\xc3\x18\x35\x19\x36\x87\x85\x5c\xef\x6e\x27\x76\x9a\xad\xdd\x68\x53\xcc\x3b\x5f\x04\x9f\xa7\x48\xbe\xc6\x22\x6b\x93\xd8\x90\xeb\x83\x9d\x36\xe0\x40\x1e\xb3\xeb\xfb\x0c\x41\xfc\x91\x18\x44\x9d\x78\x7d\x16\x7a\xe3\xf3\x45\xea\x16\x2c\x7f\x8d\xbd\xc6\xe3\x9b\x89\x8a\x47\xe8\x91\xbd\xb3\xa4\x54\xfa\x3f\x2b\xa3\xca\x49\x88\xa6\xb0\x20\x48\x7c\xf9\x0b\x4e\x3f\x9c\x63\x8e\xe6\xf0\x42\xfc\x3a\x49\x97\x0a\x92\xc3\x79\x83\x6e\xa4\x6f\x4b\x71\xbf\xb8\xa2\x59\x14\x06\x6f\xce\xf6\x4f\x0e\x7f\x39\x3d\xfb\xe9\xf2\xf5\xf1\xfe\xf9\x79\x10\xd5\x61\x39\x5c\x6c\xbd\xc2\xc0\x79\x89\x75\x69\x90\xbb\x5c\xb6\x1b\x2b\xa5\x0d\xce\x53\xee\xe2\xee\xa0\x34\xc1\x71\x13\x8c\x07\x65\x89\x21\x92\x0f\x06\xb9\x89\xcc\x6a\x22\x25\x4a\x5c\xb0\xd4\x7e\x98\x27\x6e\x30\x57\x1e\xa1\x59\xb2\xf3\x62\xf6\x72\xae\x7d\x7d\x66\xda\xd7\xe7\x26\x99\x8f\x67\x13\xb4\x4c\xf8\xf8\x66\x82\x16\xa2\xfa\x65\x3c\xc3\xc5\x94\x91\x25\xa7\xac\x26\x1a\x62\x74\x83\x58\x84\x6e\x6d\xa1\x0b\x50\x38\xdd\x4a\x52\xf7\x89\x18\x9d\x5e\x26\x6a\xa8\xf1\x6e\x6f\xa2\xef\xb7\x77\x07\x83\x70\x99\xdc\xef\x41\x7f\x2e\xd2\x0f\xda\x54\xfa\xde\x20\x52\x2e\xa3\x51\xf3\xe3\x32\x8a\xd0\x54\x34\xa9\x4d\xa9\x16\x0d\xee\xa1\x42\xf7\x68\x19\x45\xd5\xed\xde\x02\x30\xbf\x44\x25\x97\xd1\xc8\x62\x9f\x58\xa8\x60\x0f\x28\xd5\x6a\x75\x03\xa1\x01\xf7\x60\x62\x2d\x47\xbe\x34\xa1\x20\x58\x49\x6d\x87\xe8\x4a\x16\x97\x39\xa0\x3e\xb8\x10\x55\x30\x83\xae\x13\x66\x00\x43\xc1\xa8\xab\x08\xeb\x53\xe0\xda\x4c\x81\xab\x64\xe7\xc5\xd5\xcb\x6b\x3d\x1e\x57\xc3\x61\x04\x5d\x0f\xc1\x4b\x53\x8e\x5d\x9e\xf8\x7a\x7c\x35\x89\xc1\x68\x4f\x3e\x16\xf7\xf9\x34\x7a\x01\xc9\x1d\xf3\x31\x8c\x02\x51\xc3\x40\xc7\xf7\xad\xff\x61\x12\x6e\x61\xd1\x11\xc0\x58\x1f\x70\x73\x71\x32\xc8\x23\xd1\x81\x29\x8f\x7a\xa6\x05\x78\x30\x08\xe7\xf1\x0c\x67\x98\xe3\x76\x3a\xc4\xe2\x37\xfb\xaf\x2f\x4e\xcf\x7e\xbd\x7c\x73\x7a\x06\xe3\xa1\xcd\x00\x50\x33\xb1\x5c\xa3\x35\x97\x8f\x17\xce\xe2\xe1\x51\xdc\xea\xe4\x0a\x8b\x33\x88\xf0\x37\xd2\xc4\xb5\xae\x0d\x73\x4b\xab\x0c\x20\x89\x47\xa3\x25\x77\x84\x64\x33\x43\x25\x5e\x37\x54\x52\x11\x3c\x5f\x30\x21\xed\x8e\x99\x6b\xa8\xc4\x26\xd6\x2d\xa2\x94\x5a\x31\xd8\x8b\x34\xec\x82\x71\xe1\x6a\xa9\xd4\xc4\xbb\x59\x5b\xcf\x22\x96\x96\x5e\x8e\xe2\x5b\x54\xc3\x3c\xeb\xeb\x0e\x4b\x5d\x93\x63\x03\x8d\xc9\x8d\xb7\x96\xa3\xc5\x59\xa7\xd5\x11\x9f\x38\x3d\x07\xc5\x7b\x5b\xca\xf3\x40\x09\x71\xe9\x1e\x24\x73\x1c\x7e\xe4\x38\x17\xcc\xda\x5e\x30\x0a\x86\xfe\x4f\x61\x34\x0a\x02\x8d\x59\xf2\x32\x18\x86\xb0\xe6\x55\x70\x5f\xd5\xb8\xd5\xaa\x3e\x83\xf4\x6c\xd4\xee\x2a\xee\xfc\xd1\x05\x84\x51\x04\x41\x5b\x25\xb9\x92\xcc\x8c\x05\x49\x34\xc4\xc3\xe0\xfb\xa0\x92\x01\x90\xb1\xeb\x8b\x6c\x26\xbc\x4f\xa1\xca\x36\x55\xa8\x3a\x66\x00\x0d\xb5\x2a\x43\x62\xb6\xa8\x6b\x03\x3d\xf7\x32\xed\xed\x10\x5b\x2c\x3b\x31\x45\x5c\xc5\x29\x84\x19\x96\x3c\xac\x37\xac\xa9\xd4\xc2\x68\xc0\xb4\xf1\x8d\x86\x46\x43\xa9\xb3\x78\x9d\x05\x9b\xee\xd1\x24\x95\xa6\xf3\xa3\xda\x2a\xa6\x06\x06\xd6\x84\x89\x8d\x94\x5d\x1e\x09\x35\x60\xb8\xfa\xdd\x33\x2e\x98\xcc\x5e\x81\xf0\x3d\x3c\xba\xf5\x77\x0f\xb8\xd7\x61\xcf\x4a\x73\x59\x5c\x31\x11\xcf\x24\x8b\x18\xa1\xcc\x21\xb4\xa6\x77\xe4\x12\xc2\x4e\xde\xf6\x90\x02\x09\xbb\xee\x01\xc9\x02\x00\xe0\xc3\xa9\xde\xb8\x70\x84\x66\x12\xba\x4a\x74\xd6\x60\x30\xb3\x9b\x47\xd9\x30\xfe\x6c\xd7\x07\x44\x0d\xdd\xb8\x06\x8b\xe2\x30\xa4\x9e\x3d\xc0\xd3\x10\xe9\x0c\xd3\x54\x21\xfa\x4e\x2f\x8b\x2e\x24\xb6\xab\x17\xf8\x85\x44\x77\x55\x22\xa4\xc5\x08\x82\x20\xde\xe5\x12\x33\x08\x3c\x60\xaf\x7f\x4c\x61\x47\x0a\xc4\xd5\xeb\xa7\xe3\x42\xbc\xea\x3a\x8a\x0d\xd9\x61\x04\x3c\x90\x90\xb6\xcb\x43\x31\x87\xd6\x31\x11\xdc\xb9\xd7\x64\xf1\xa5\xa0\xbd\x5a\x3d\x40\xcc\x6f\x9c\x4e\x6f\x5e\xab\xcb\x56\x1f\x6a\x64\x1b\xac\x41\x5e\xac\xb9\xa5\x2b\x63\xd6\x87\xaa\x76\x96\xd4\x66\x84\x71\xb2\x3a\x30\x35\x2c\xea\x90\x0e\xd0\xb3\xc4\x81\x3c\xd2\xf0\x83\x44\x57\x98\xf5\x1c\xc8\x07\x0a\xd0\xf1\x15\x52\xa7\xcd\xa3\x33\x52\x6c\xec\x7a\x56\x46\x0f\x80\x00\x13\xe2\x9a\xeb\xa3\x1d\xbf\x1e\x1f\x0c\xb8\xe9\xda\xda\xa4\xf5\x4c\x4d\xeb\x4d\x65\xae\x80\x3d\x42\x31\xd6\x42\xb1\xa3\x93\x6b\x49\xc6\x66\x1e\x17\xf1\x12\xe3\x0f\x27\x16\xa3\x33\x26\xc5\x39\x2d\xd9\x14\x9b\xcc\x61\xd3\x70\x2a\x12\x03\xda\x28\x03\xa0\xbf\x3f\xb9\x10\x79\xfe\xb7\x4b\x99\xe8\xb6\xd4\x3b\xa2\x55\x92\x1c\x88\x99\xb3\x43\x36\xef\x8e\xc5\x9e\x18\xe2\xa4\xb1\xfe\xa3\x48\xee\x9d\xaf\xed\xc1\x03\x43\x84\x66\x75\xee\x06\x9b\x06\xdb\xb1\xeb\xa8\x84\xe2\xcc\xa5\x31\xb3\xac\xf3\xe9\xbc\x5e\x29\xbc\x95\x24\x6d\xdc\x7d\xb1\xdf\x42\x6d\x41\xf2\xc6\x55\xe8\xc8\x20\xb7\x35\x36\x46\x9f\x95\x3e\x09\x43\x4d\xb1\x96\x90\xc1\x12\xf7\x78\xc0\x56\x96\xc8\xed\x07\x98\x8c\xe6\x03\x84\x71\x28\x92\x9d\x17\xc5\xcb\x26\xdf\xf4\xa2\x18\x0e\x0d\xaf\x5b\x26\xc5\xcb\x9d\xd5\xaa\x99\xe6\x65\x52\x68\xf4\x3b\xcb\x45\x15\x13\x94\xd5\x64\x17\x88\x07\x2f\x04\x1a\x1d\xd9\xfd\xc5\xf4\xe5\xfc\xc5\x54\xcb\x2f\xb3\x24\x1b\x4f\x27\xe8\x26\x29\xc7\xb3\x89\x8a\xb8\x81\x8d\xd0\x30\x13\x42\x83\x8e\x46\x93\x8a\x14\x37\xc9\xb2\x25\x88\x2c\x8d\x20\x72\xd3\x16\x44\x6e\xa2\x8a\xcc\xc3\x5c\x34\xdc\x43\x75\xa1\xa9\x36\x85\x92\x05\xba\x89\x2a\xf1\x2d\xb9\xb1\xa1\x27\x16\x96\xc3\x2a\x63\x98\x22\x17\xea\x37\x92\xc2\xa6\xe6\x85\x16\xca\x9c\x2e\x76\xa2\xe6\x45\x68\x11\x93\x42\x9e\x37\x5b\x3b\xf0\xe3\x04\xf3\x1b\x3a\x4b\xb6\x76\x7b\x52\xfe\x5a\x38\x0a\x98\xfb\xa7\xa8\x39\x9c\x00\xca\x5f\xe6\x7a\xbf\xa1\xb3\xd8\xe8\xe2\xdf\xab\x58\xf8\x2a\x77\xf4\xd4\xcf\xf6\x91\xcf\xb9\x47\x27\xfa\x1e\x5d\x9c\x12\x2d\xa9\x83\xb6\x98\x7e\x7d\x03\x62\x82\x43\x46\x1a\x03\x83\xae\xe1\xc3\x9b\xca\x3b\x31\x70\xca\xc2\xb6\xf6\x7e\x01\x5d\xf1\x8e\xe1\x39\xf9\x68\x4d\x20\xf1\x6a\x25\x15\x7c\x73\x92\xdb\x82\xc1\x75\xc0\x6c\x83\x21\x36\x7c\xa1\xc3\x97\x47\x60\x22\x24\x3f\xd4\x38\x6c\x03\xe0\x6d\x13\xcb\xfd\x10\x1a\x22\xaa\x07\x33\x16\x17\xad\xb6\x2f\x19\x9d\xe2\xa2\xf0\xb5\xdf\x23\x0c\x39\xb7\x35\xcd\x1c\xc8\x35\x49\x50\x59\xd5\xe1\x2c\x09\x92\xca\xa2\x0a\xba\x3a\x4a\x8a\xa8\x6b\xcc\x60\xab\x22\xd6\x17\x8d\xdf\xee\x9f\x1c\x9e\xbf\xdb\x7f\x7d\x78\x9e\x30\xe7\x47\xed\xcb\xe5\xab\x5f\x2f\x8f\x0e\x6a\xdf\xe5\x2b\x49\x5a\x34\x70\x3f\xcb\x12\xe6\xfc\xb0\xfd\x8e\x68\x7c\x75\x2f\x7e\x26\x8d\x11\x79\xca\xd2\xfd\xea\xca\xc9\x8d\x56\xf5\x93\x0c\x7d\x3e\x21\x2c\xba\x0f\x5c\xf8\x51\x75\xe4\xe7\xef\x1d\x8d\x20\xd2\x89\x1f\x17\x1f\x65\x35\xcd\xe1\xf4\x33\x77\x97\x6e\xa1\x52\xec\x31\x1e\x7e\x8e\x68\x1e\xe8\x12\xba\xc4\x84\x9b\xfe\x09\xdf\x77\xb0\x20\x1d\x42\x76\x2b\xd8\x00\x30\x02\xf3\x52\x4e\x5a\xcd\xe1\xe4\xf1\xe9\x2f\x6f\x0f\xcf\xfc\x94\x33\x87\x9a\xab\xf9\x72\xa2\x73\x49\x3e\x77\xd3\x2a\x00\xcb\x01\x53\xb2\x7d\x17\x92\xd5\x74\x3e\x82\x29\x22\x55\x98\xfa\x96\xfa\x14\xc1\x01\x6d\xf6\xa9\xa9\x3e\x60\xcd\xe1\x6a\x40\x23\xd4\xd8\x4c\xeb\xc0\x07\xcd\x99\x50\xfa\xde\x75\x0d\xbc\xc2\x99\x34\x62\x34\x31\x58\x75\x56\xb5\x61\x36\x52\x25\x8d\x4b\x8f\xaa\xa2\xc0\x8c\x5f\xdc\x38\x80\xf8\x78\x16\x85\x24\x42\xcc\xda\x31\xfe\x27\xce\x94\xe6\x50\xb4\xba\xb7\x74\xba\xb7\x8a\xa2\xde\xd3\xb6\xbb\x4f\xb1\x45\xfc\x6c\x8b\x43\x15\x92\xe4\xab\x06\xbc\x73\xb6\x15\xf2\xd5\x75\x53\xcc\xb7\x52\x08\x22\x4d\xa1\x52\xdd\xe3\xd9\x7b\xbe\x8d\xce\x27\x13\x6e\x74\x73\x67\x60\xcf\xf9\xf0\xc5\x7d\x5f\xa5\xb8\xd5\x54\xb8\x34\x62\x08\x06\xe2\x77\x60\x37\x30\xf7\x93\x89\x12\x19\xa8\x61\x62\xe3\x5c\xae\x66\x1c\x4d\x56\x2b\x8d\xb9\xdc\x73\x55\xa6\x09\xd9\xe3\xed\xe8\x83\x60\xac\x1c\x48\x51\x31\x1a\x39\x60\xcd\x44\x70\x5b\xae\x26\x06\xa2\x13\xed\x91\x44\x85\x22\x1a\xd5\xd5\x34\x9a\xb2\x48\x60\x03\x68\x7a\x02\xf8\x88\xe2\x20\x4c\xa6\x0d\x65\x45\x2a\xad\x31\x09\xc6\xb2\x02\x1a\x42\x7d\x12\x8c\x4c\x74\x51\x64\x3e\xbe\x05\xac\x69\xf1\x4d\xa1\x4e\xdb\x4f\x92\x67\x15\x9f\x94\xf9\xb6\xfd\xa4\x65\x59\xf1\xd1\x74\x8b\xfd\xbc\x5f\xdc\xe7\xd3\xc7\xd2\x08\x71\x4c\x7c\xd3\x86\xbf\xfa\x83\x68\x9a\x78\x0f\x0d\xb3\xaf\xcf\xf0\xf5\xe1\xc7\xa5\xf8\xc0\xf0\x35\xfe\xb8\x74\x3e\xc9\x59\x23\x3e\x99\x0d\xc0\x54\x94\x64\xe0\x57\x0f\x95\x20\x19\xce\x48\xc1\x83\x0a\xe5\x49\x2b\x3c\xa1\xe6\xd1\x3b\xd7\x02\x30\x4b\xcf\x40\x66\xf4\xae\x01\xcf\xa5\xef\x26\xee\xde\xce\x46\x60\xd4\x6f\x0f\x95\x05\x96\x82\xa0\x30\x63\x3c\x49\x76\x11\x8f\x84\x3c\xec\xa2\x7b\x31\x1b\x13\xcc\xb1\x1e\x6e\xe2\x14\x82\x2a\xc4\x4e\x47\x1b\x69\xd3\x17\x47\x2a\xfa\x94\x60\x43\xf2\x56\x35\x99\x43\x20\x85\x23\xd5\x65\xe7\xea\x65\x4b\x2b\x09\x46\x91\x06\xf3\x39\xc4\xa0\x6a\x9b\x11\x48\x95\x32\x9f\x3e\x52\x55\x49\xe9\x70\xac\xc2\x91\xc7\x97\x22\x9f\xb4\xfa\x95\xba\x60\xfd\x0e\x71\x41\xb5\x2c\xc9\x2c\xa1\x08\xc7\xd7\x38\xc7\x2c\xe5\xf8\x07\xf1\x62\xad\x0e\x52\x1e\x3c\x81\xd6\x3c\xf2\x21\x0d\xa3\x5e\x0e\xcb\x3b\x55\x37\x92\xcc\x6a\x3c\x45\x21\x4a\x82\x6a\xd7\x1b\x3c\x20\x42\x1c\x45\x56\x1a\xe3\x09\x04\xaf\x15\x2f\xdd\xd2\x44\x21\x48\x93\xe7\x91\x8d\xd2\xe9\xe6\x2c\x74\x4e\x83\xdd\xa5\xc6\xac\xc7\x13\xeb\x62\x91\xb0\xbd\xa0\xe0\x40\x71\x64\xa1\xe4\xc5\xdb\xbc\x54\x6f\xe5\x70\xe9\xb4\xf7\xea\x6d\x18\x0c\xf1\x30\x88\x02\x54\x98\x7a\x18\x13\x16\xd1\x4c\xb9\x14\x12\x86\x70\x7c\xc7\x5a\xe8\xbf\x64\x1e\x6e\x5d\xb9\x21\x58\x65\xd4\x56\x15\x50\x62\x30\xb8\xb2\x30\xf9\xfd\x0f\x21\x46\x1f\x42\x8e\xae\xed\xbe\xf5\x41\xf9\x9b\x41\xe8\x31\x0b\x51\x7d\x28\x5f\x18\x7f\xef\xe4\xa3\x34\x29\xb0\x29\xee\xe4\x0b\x9b\xe2\x1c\xaa\x5a\x2c\x7d\x6a\xf8\x26\xb2\x3e\x1e\x0c\x7c\x81\x2b\x6a\xe0\x79\xea\xf9\x28\xc4\x68\x07\x2a\x28\x5d\x4f\xac\xb2\x39\x79\x8b\x04\xfb\x97\x4b\x94\xd2\xe4\x58\x1c\x4a\x1a\xb3\xb4\x65\xcd\x4c\xe6\xe1\xb1\x1c\x62\x73\xea\x8f\xb9\xf6\xfe\x00\xdf\x73\xd0\xd0\x6b\x7d\x95\xff\x5c\xd3\xeb\x7f\x6c\xb0\x14\xde\x48\xf8\x2d\x30\x9e\xc5\x5a\xd6\xf7\x5d\x08\xfc\xae\xe6\x50\x25\xbb\xad\x91\x4c\x0c\xa4\x9c\xea\xbf\xdb\x39\x80\x70\x5b\x81\xd1\xc7\x21\xf7\xbb\xf6\x38\x71\x73\xed\x39\xcc\xbb\xcf\x61\xee\x39\x87\xbd\x51\x73\x2d\x60\x4b\x10\x28\x80\x09\xad\xbb\x04\x9c\x89\xfc\x7b\x85\xe5\x1e\xa0\x20\x42\xef\x43\x3e\xce\x27\xd1\x6a\x25\xde\x60\xf9\xc3\x59\xb5\xb5\x3b\x19\x5b\x77\xd3\x50\xd3\x08\xe7\x56\x52\xe7\x7e\xa5\x78\x7d\xe8\x19\x08\x63\xf5\xb1\x3d\x4e\xce\x4a\xf8\x97\xba\x1a\xe8\xb9\x57\x37\x3a\x44\x5a\x2d\xa3\xec\xfa\x7f\xa9\x0b\x04\x49\x1e\xc4\x9a\xf6\x5c\xd0\x93\x67\x30\xc0\xe3\x6f\x26\x8a\xe2\x2f\x84\xdf\x9c\xa4\xf9\x2c\xe5\x94\xdd\x9f\x63\xce\x31\x4b\x70\xcc\x71\xca\x66\xf4\x2e\x6f\x7f\x29\x30\x2f\x97\xed\xd7\x4e\x78\x86\x04\xc7\xe0\xca\x9f\xe0\xf8\xc7\xfd\xf3\xcb\xb7\xfb\x17\x47\x3f\x1f\x5e\xbe\x3b\x3b\xfd\xfb\xaf\xf5\x57\xe7\xbf\x9e\xbc\x3a\x3d\x4e\x70\x7c\x76\x7a\x7a\x21\xc4\xa1\x1b\x3c\xfd\xf0\x63\x5a\x9c\x97\x4b\xa0\xf9\xc3\xfb\xa3\x83\xcb\x9f\x0e\x45\x2e\x79\x43\xa9\x0f\x16\xe7\xd2\x46\x7e\x3b\x10\x87\x26\xcc\xcb\x1a\xf3\xbc\x63\x4f\x4a\x6a\x58\xe6\xe1\x90\xa8\x90\x50\xae\xc0\x5e\xc0\x2f\xf1\x54\x26\x2c\x14\xc7\x96\xdc\x63\x05\x67\x11\xe7\xf4\x2e\x84\x80\x60\xa6\x46\xa5\xb4\x35\x42\xd3\x64\x3c\xb1\x85\xcc\xed\xe9\x03\x34\xc4\xe6\x18\x96\x43\x88\x91\x3e\xcf\x28\x65\x21\x3c\xb2\x34\x9f\xd1\x45\x18\xfd\xd1\x21\x1e\x0d\x45\x7a\x33\x5f\xa6\x3a\x1a\x34\xe2\x95\x52\x71\xf7\x1a\x2d\x9d\xf5\xa4\xed\x8e\x11\xbf\xec\x9d\x82\xbf\xab\xf6\x1e\x4b\xd0\xb6\x31\x14\x5c\x85\xaa\x91\xab\x8f\xc7\x3e\x8c\x42\x16\x3d\x80\x35\xc4\x23\xa5\x84\x0a\x0f\x1e\xf1\xaa\xb7\x6e\x5c\x6f\x7a\x52\x63\xff\xec\xb7\x38\x94\xf0\x68\x2b\xb1\x84\x7e\x03\x49\x67\x05\x7b\x9f\x7c\x8e\x9e\xa1\x85\xe7\xa2\xc4\x2c\x42\x74\x9b\x2c\xe4\xea\xf3\x44\xed\x03\x29\x29\x8a\x0c\x5f\x11\x38\xef\x83\xe8\xfb\xed\x5d\x5f\x9c\x9a\x65\xcc\x71\xc1\xc3\x85\xe6\xf8\xdd\x28\x44\x06\x7d\x61\x47\x34\xaf\x3e\xa3\x6f\x95\x8a\xde\x9d\x77\xd7\x8d\x18\x50\x6e\x1d\x85\x4c\x6c\xe6\xd6\x95\x1d\x94\x7b\xb5\x1f\xb7\xae\xaf\x24\x33\x72\x1b\xe2\x08\xdd\x5b\xbe\x00\xf1\x4a\x2d\xb1\x6b\xf5\xfa\x1a\x6d\xed\x4a\x5e\xe5\xb2\x66\x01\x67\x0a\xbb\x93\xdb\xfa\xa5\xdd\xd0\xcd\xa7\x43\xa7\x23\x2e\xf5\xc1\x20\x48\x9d\xfa\x49\x9d\x4b\x52\x7c\x30\x38\xf5\x50\x73\x03\xc7\x9c\xba\xd4\xf6\x81\x1a\x37\xb6\x7a\x96\xa0\x3c\xf5\xeb\xc2\xb0\x83\xf0\x2a\xe7\x4a\xcf\x79\x4e\xb8\xf6\x69\xf5\xcb\xca\x35\x74\x59\x95\x85\x59\x0f\xda\x7d\xd8\x5a\x59\x84\xee\x42\x86\x0e\xc1\x42\xe2\x3c\x64\xe8\xa3\xb4\x95\xa8\x24\xfe\x68\xa7\x68\x80\xce\xd6\xce\xcd\x8b\xa4\x76\x68\xa1\xd7\xee\xbd\x17\x3a\x49\xfe\xdf\xf9\xe9\xdb\x58\x1e\x97\x64\x7e\x8f\xfe\x99\x3c\xfb\x9f\xf1\x6f\x77\xdf\x4c\x86\xdf\x3c\xb3\x3d\x72\x54\x8f\x35\xb5\xb5\xdb\x2b\xee\x08\x9f\xde\x84\xd6\xb9\x78\x9a\x16\xd8\x39\x2d\x47\xed\xf3\x13\x52\x28\x7e\x7f\xb4\x4e\x1a\xbe\x80\x1b\x6b\x92\x6c\xed\xf4\xae\x18\x4e\x3f\x48\x07\x5a\x73\xda\x27\xc9\xbb\xd5\xca\x4a\xcc\xf6\x74\x84\xc4\x36\x26\x8f\x73\x46\x42\xd1\xe6\x64\x1d\xb5\x92\x24\x49\x72\xb6\x27\xc3\x1a\xef\x05\x63\xdd\x9d\xa3\x60\x28\xdf\x0d\x03\x21\xa9\x8d\x1d\xd9\xb1\x4d\x5d\x71\x1c\x9a\xf6\x89\x58\x3d\xf2\x83\x64\x6b\x47\xf0\x43\x8b\xba\xf2\x97\x62\xfc\x46\x4a\xb2\x6e\xd7\x2b\x84\x6b\x41\xeb\x98\x1d\xe5\xcd\x49\x6b\x03\xee\xab\x9b\x7e\xed\xe9\xf7\x9a\xb0\x69\x99\xa5\x6c\x12\x18\x0f\x63\x75\x82\x23\xb2\xe7\xe1\xff\xf8\xf7\xdf\x99\xbc\x4a\x0a\xee\x59\x4b\xd2\x60\x1c\x20\x1f\x90\xbb\x28\x79\x98\x80\x53\xf4\x5e\xd0\x0f\x46\x01\xea\x07\x88\x7c\x9f\xec\xee\xec\x44\x0f\xf9\x30\x09\xe2\x38\xee\x07\xc3\xd0\xe2\x10\xef\xec\x44\xc3\xa0\xbf\xa0\x0c\xf7\x09\xc7\x8b\x22\x50\x63\x9c\x0f\x93\xa3\x10\x10\xe1\xc1\x89\x4e\xd7\x79\x98\x04\xfd\x49\x50\x89\xf9\x37\xdc\x45\x79\x34\x7a\xa4\xea\x5a\xea\x76\xeb\xfe\x20\xea\xfe\x5a\xb4\x9c\x26\x3b\x2f\xe8\x4b\xa2\x9b\x40\xeb\x4d\xa0\xb6\x09\xb4\xdd\x04\xe2\x6b\x82\x58\x44\xba\x05\xf2\xc8\x27\x63\x3a\xe9\xe5\xc3\xe4\x20\x4c\xa3\x61\x30\xea\x07\x43\xd1\xac\xd4\xd3\xac\xca\x69\x96\xdd\xaf\x0e\x9c\xfd\xea\x9f\xf2\x18\x00\x26\x5a\x4c\x28\x9b\xea\xad\x6b\x0c\x8c\x7b\x33\xaa\x5c\xde\x1f\x3b\x1a\x19\xe2\x75\x8d\xb9\x89\x5c\x9e\xf7\x58\x87\xcd\x00\x8b\xaa\xbb\x1b\x92\x61\xed\xb5\x62\xe5\x4c\xf0\x59\x35\x75\x3a\xae\x41\x78\xa8\x60\x04\xfe\xb0\xd0\x63\x3e\x81\xee\x7a\x53\xdf\x9c\x60\x17\xfd\xbd\x65\x32\xfd\xaa\x7b\xf3\xb3\x5b\xd4\xfb\x86\x82\x21\x49\x30\x14\xf1\xa3\xcf\xaa\x50\x2a\x01\x06\x03\x2b\x73\xd6\x3e\x00\xe8\x65\x9b\x8d\xfc\x11\x6a\xf3\xb3\x8f\x20\x70\xcd\x3d\x0f\x3b\xfa\x33\xe4\xf9\x57\x73\xd9\x8a\x97\xbf\x74\x58\xc9\xba\x1e\xa6\x19\x59\x10\x9e\x60\x15\xa6\xa5\xcc\xa7\x89\x74\x11\x8b\x0b\x4e\x19\x4e\x98\xfa\x41\x7e\xc7\xda\x57\x69\x41\xe0\x1e\x54\xfd\xba\x21\xdc\x3c\xab\x2c\xab\x95\xe2\x43\x2b\x15\xa8\xa0\x7d\x8f\x0c\x53\xc0\xc7\xd8\x5b\x3a\x6a\xbb\x51\xbe\xc3\xa2\x98\xe1\xd0\x29\x46\xeb\x04\x94\xdf\x90\xac\x94\x49\x21\x0f\x69\xdd\xa4\x50\x06\x05\x06\x2c\x20\x7f\x34\x13\xdb\x15\xdf\x9b\xf6\x6a\x0f\x31\xf1\x5c\x2f\xda\x65\x4b\x10\x8f\x97\x25\xbb\x6e\x3b\x7b\xc9\xa4\x0a\x0f\xbe\xdd\x8b\x6e\xbf\xe9\x1e\xad\xa4\x31\x8c\x96\x3d\x7e\x81\x41\xfc\x01\xfd\x8a\x7e\x42\xdf\x24\xf3\x30\x70\x04\x94\x40\x24\x73\x05\x96\x6f\x50\x87\x5c\xf3\x03\xea\x16\x85\x7e\xed\x96\x9f\x7e\xea\x54\x08\xde\x12\x7c\xb7\x4e\x21\xd8\x4a\xea\xa8\xc4\xff\xf9\xaf\x12\xb3\xfb\xcd\xd2\x76\xdf\xd2\xb6\x92\x82\x51\xf9\xe5\x8c\x14\xcb\x94\x4f\x6f\x3a\x6e\x7d\x6d\xae\x29\x5d\x2c\x69\x2e\xb2\x48\x9d\xc6\x23\xc9\x35\xca\x0c\xfe\xc8\x2d\xb8\xcc\xda\x1c\xf2\x09\xf4\xff\xe2\x71\x33\xfa\xa0\x40\xbf\x04\x13\x96\x0d\x8b\xd1\x19\x6f\x48\x36\x83\x82\x9e\x98\x51\xbc\xb8\x2c\x78\xca\xf1\xa7\xe4\x7b\x4a\x8e\x26\x34\xcf\xa3\xc3\x93\xf2\x67\x29\xe7\x6c\xc3\xf1\x57\xe4\x17\x69\x9e\x5e\x63\x0f\xe2\x5d\x3d\xaa\x2e\x9a\xa2\x39\x9a\xa1\x9b\xcf\xbd\x84\xe9\xcc\xf0\xcf\xff\x96\xb3\xfc\xc1\x0d\x1f\xb7\xe3\x37\x1a\xec\xf3\x58\x26\xaf\x1e\xa7\x78\x40\x0a\x41\x6b\xf6\x44\xca\x3a\xdb\xda\x12\xd2\xd9\xec\xb5\x98\x47\x3f\xc3\x7c\xdd\x88\x3e\xd8\xfd\x98\x4c\x6b\xa9\x93\xe2\x9c\x2c\x96\x19\x7e\x9d\x91\xe9\x87\x8d\xc9\xd7\x72\xad\xa5\x7f\x8d\xb9\xa8\xc3\x2b\x5a\xe6\xb3\x62\x63\xfa\xb5\x5c\x9b\xd0\x7f\x9d\x11\x70\xe8\x9c\xf2\x27\x17\xe2\x64\xdd\xb8\x25\x24\xbf\xb6\xd9\x3e\xa9\x55\x35\x0a\x8f\x95\x7b\x46\x29\xe4\x7c\x52\xdb\x4c\xa6\xc7\xa8\x9b\x89\xf2\x24\xf2\x36\xd7\x26\xbd\x76\xb4\xe9\xd2\x30\xbd\x74\xb4\x7e\x55\x5c\x63\x7e\x98\x01\x3e\xe9\x93\xd6\x45\x3d\xdb\x26\x35\x57\xc9\x9f\x5a\x7d\x95\x6d\x6d\x09\xc5\xa7\xb5\xa1\xd8\xbc\x0d\xc5\xa7\xb5\xa1\xd8\xbc\x0d\xc0\x46\x7d\x4a\x2b\x9a\x19\x1f\x2f\xe5\x53\x5a\xd2\xcc\xb8\xbe\x14\x6d\x82\x7d\xce\xef\x33\x7c\x80\x97\x0c\x4f\x01\x32\xf0\x04\x17\x45\x7a\x8d\x37\x2f\xf5\x11\x42\x6b\x6b\x01\xde\x76\x07\x0e\xc7\xb4\x51\xa1\xc6\x76\x62\x2d\xed\xd7\x9a\xbf\x3a\x56\xec\xd5\x46\xb4\xc9\x46\xb4\x2f\xf0\x47\x7e\xae\xd9\x88\x8d\xe8\xd2\x0d\xeb\xcc\xf0\x13\x66\x56\xba\x19\x51\xc1\xd2\x81\x39\xe4\xd3\xaa\x5c\x6c\x46\xdd\xec\x8d\x4f\xa3\x5e\x6e\x44\x5d\x10\x3e\x17\xbc\xe1\xd3\x88\x67\x1b\x13\x57\x0e\x0e\x1b\x51\x9d\x6e\x44\x55\x82\x03\x3e\xad\xbe\xf3\x8d\x28\x9f\xbc\xbf\xd8\x7f\x75\x7c\x78\xf9\xfa\xf0\xf8\x78\x43\xc2\xb3\xd8\xcd\xb4\x41\xbd\x4f\x14\xf7\xba\x19\xf9\x1b\xa7\xde\x8f\x88\x6a\x6d\x9e\x7a\xbd\xd4\x26\x05\xaf\x2f\x6e\xb1\xe4\x76\x47\x1d\xb2\x5f\xe2\xf4\x6a\x0f\xf5\x5a\x5f\x43\xb4\x2c\x37\x63\x37\x78\x76\xab\xb1\xf3\x34\xcb\xae\xd2\xe9\x87\x6d\xf1\x65\x5b\xc3\x8f\xfe\x2f\xb5\xde\x1b\xab\x00\x1a\x6e\x2d\x40\xa2\x50\x46\xed\xdd\x04\x2a\x7c\x9d\x34\xbb\x91\xa5\xda\xbf\x2d\x1c\x83\xa2\x24\x3d\x57\x65\xe4\x28\xa8\x6e\x33\x3e\x90\x0d\x63\x1e\x98\x34\xa3\x60\xe8\xe8\x8c\x9c\x90\x40\x39\xe0\xa0\x65\xe9\x3d\x2d\xd7\x11\xe2\x78\xb1\xcc\x52\x8e\x47\x86\x62\xf1\xac\x46\x52\x85\x52\xca\x25\xb4\xf3\x13\x7b\xbe\x43\xb8\xdd\x64\x7e\x6d\x8c\x38\xfb\x29\xa2\xf2\x4c\xb1\x02\x78\xb6\x3d\xc7\x29\x2f\x19\x6e\x4d\x68\x2d\x13\x7f\x95\x51\x4f\x93\x87\x02\xe7\x33\x6f\xdc\x99\x2f\x1d\x5e\x17\x14\x68\xca\x5d\x5c\xf9\x12\xaa\x5f\x63\x0c\x8e\x54\x54\x07\x83\xdd\x02\x0d\xbc\x7b\x7f\x96\x4b\xa0\xd1\x54\x69\xa8\x2b\x89\x7b\xd9\xf4\x41\x31\xb8\xae\xc5\x60\x50\xb8\xd8\xa6\x45\x0d\xbb\x58\xe2\xa0\x9e\x1f\xbe\x3d\xb8\xdc\x7f\x7d\x71\x74\xfa\x56\x61\xa4\x76\x28\x1c\x07\x03\x3e\x26\xb5\xad\x6d\x22\x5d\x41\x15\x42\x10\xe2\x55\x2f\x85\xd2\xe4\xe9\xe0\xb7\xb2\x6a\x60\xdf\x5a\xc0\x5a\x0f\xdc\x9b\x98\x23\x00\x9c\xd8\x72\xb3\xc1\xda\x6f\x66\x4b\xda\x5b\x69\x4f\x7f\xc7\xfa\x24\x6f\x0f\x1b\x71\x86\x2d\xff\x7e\x77\x2f\x97\xc3\x46\x93\xdd\x17\xf4\x65\x0e\x57\x1f\x64\x4c\xeb\xc3\x46\x27\x3d\x9f\xfd\xc9\x1e\xaf\x47\x41\x21\x91\x04\xb1\xab\x81\xfe\x86\x0f\x0a\xf9\x98\x37\x60\x8f\x49\x15\x55\x55\x25\x3d\xf4\x1a\xc0\xc9\x69\x0d\xcb\x67\xf3\x25\xed\x55\xa9\x3d\x29\xf6\xc2\xe3\x9a\xcd\xff\xad\xb8\x0c\x53\xc3\x36\xca\xf8\x03\x39\x84\x5c\x3c\xc0\xc5\xf4\x00\x4f\x29\x4b\x39\x65\x91\xd8\xa6\xf3\x39\xb9\x2e\x15\x17\xb2\x8b\x5c\x9e\x64\xb7\xd3\xff\xb5\x21\xb3\x6b\x5f\xa8\x2a\x42\xe9\x72\x89\x73\xa9\x2d\x6a\x86\x19\xad\xeb\x91\x3a\x82\x66\x74\x03\xfd\x6e\xa6\x48\xfd\x8f\x8d\x57\x54\xb7\x9d\x18\x4f\x00\x86\xb1\x15\x0a\xce\xe7\x02\x3b\x1a\x4b\xa3\x6b\x10\x30\x02\x64\x7f\xbc\x22\xa0\xf9\x11\x53\x8c\xe4\xa4\x11\x52\xc2\x18\x08\xf8\x2d\x09\x2a\x64\x69\x8e\x18\x6a\xd1\x1c\xb1\x4f\x1d\x96\xba\xfe\xfc\x53\x17\x93\xe6\x5e\xba\x8e\xc9\x8d\xcf\xbe\xaf\xe4\x91\xf9\xb0\xfb\xed\x28\x90\xe1\xad\xdf\xe2\xbb\x8c\xe4\x38\x40\xcf\xff\x32\x0a\xa6\x69\x3e\xc5\x59\x50\xa1\xb4\x39\xba\x2c\xbe\x80\x13\xa6\x26\xbd\xe8\xa2\x82\x00\x89\x8d\x9b\x5c\x95\xdc\x0e\xc1\x38\x48\x4b\x4e\xa7\xe9\x92\x70\x70\xa5\x09\x90\x7c\x41\x19\x93\x66\xe0\xe2\xd7\x9c\x4e\x4b\xd1\xb9\x33\xa3\x34\x0e\xe6\x94\x2d\x02\x14\x2c\xd2\x8f\x1a\x46\x2e\x58\x90\xdc\x3c\x03\x58\xda\x0d\xcd\x66\x70\x81\xc2\x70\x3a\xa3\x79\x76\x0f\x8f\xff\x2a\x09\x03\x12\x05\xce\x64\x20\x80\x03\xc2\xb0\xb6\x6d\x2f\x96\x38\xcb\xc0\x4e\x28\x10\xc7\xe5\x95\xba\x1b\x0a\x38\xe1\x99\xe0\x33\x1d\xc2\x12\xa3\x5e\xd7\x49\x6c\x25\xa6\x36\x2a\x52\xcc\x53\x27\xac\xbc\x42\xa3\x79\x18\x2c\xd3\x82\x63\x17\x32\xe6\x12\x2b\xc5\x8f\xe8\x4a\x0b\xa5\x66\x73\x4c\x4b\xfe\xa4\xf4\x24\x5f\x6e\x94\xa3\x42\x57\xe5\xd5\x55\x86\x0b\x88\x9b\x22\xe6\xee\x92\x61\xfe\x13\xbe\x97\x68\x4a\x1e\x23\x35\x3a\xc6\xf1\x07\x7c\xff\x9a\xce\x24\xd7\xb2\x86\x7a\x18\x21\xee\x5a\xea\x8e\xf9\x04\xac\x26\xfd\xa9\x47\x75\xe7\x53\x37\xcc\x51\x00\x53\x4c\x36\x27\x56\x99\x15\xf7\x51\xa1\x69\x3b\xde\xd6\xba\x3a\x01\xa2\xa9\x3b\xeb\x6b\x39\x8b\x30\xc0\xa2\x17\x54\xd7\xe1\x08\x15\xa1\x5a\x24\xdb\xb9\x5e\x25\xdc\x44\xc5\x87\xa5\xd2\x22\x50\x4c\xd3\x25\xde\x5e\x32\x5c\x14\x4e\x62\x98\xe6\x47\x79\x33\x35\xbc\xde\x26\x79\x33\xe5\x69\xc9\x9f\xd0\x26\x64\x28\x51\x33\xee\x82\xd4\x07\x7c\xff\x4e\xd4\xa3\x59\xea\x07\x7c\xdf\xaa\xe0\x07\x7c\xff\x7e\xd9\x2e\xb3\x3d\x2b\x54\x79\x82\x86\x10\xe2\x5c\x02\x07\xf4\xae\xd5\x42\x91\x6e\x46\xef\x9c\x16\xba\x91\x39\x0a\xd7\x9e\x8a\x3a\x51\x65\x58\x8b\x13\x34\x1f\x70\x84\xd2\x7a\x4a\x39\x41\x80\x4b\x26\x2e\x6b\x3b\x18\xb4\xec\x9f\x69\xf4\xc0\x3a\xf8\x35\xda\xe0\xd7\xc6\x29\xca\x27\x95\x44\xe6\xf1\x70\x83\x74\x30\xa0\x61\x2a\x98\x73\x3a\x18\x6c\xd5\xea\xa3\x56\x55\x10\x0d\x06\x79\x5c\x70\xba\x14\x1b\x75\x7a\x9d\xca\xf9\xed\x84\x0f\x49\x37\x3f\x96\x7c\x97\xa0\xff\xb9\x01\x45\x2f\x39\x4b\xf3\x82\x88\x52\x2f\xa8\x67\x1f\x91\xf3\x79\x5a\x32\x86\x73\x0e\xea\x3b\xc4\x3c\x2f\xb5\x9d\xa1\x78\x06\x41\xc9\xf9\x9d\x60\x04\xce\xaa\xf8\x23\x31\x7f\x95\x87\x3a\x8b\x61\x19\x0f\x06\xea\xc1\xb0\x77\x9f\x26\x38\xd7\xef\x91\xbf\xba\xd8\x7c\xc5\xe8\x5d\x81\xd9\xf6\x63\x91\x5f\x3e\xc7\x12\xa1\x69\xe0\xf0\x04\x51\xdc\xe3\xea\x6d\x96\x73\xd9\x30\xf7\xfd\x32\xd3\x2b\x4b\xba\x39\xcb\x16\xd7\x11\x4c\x50\x8e\x53\x86\x0b\x7e\x3a\x87\xa0\x41\x7e\xe9\x5e\x62\x04\xa5\x4c\xdd\xb7\xa0\x3c\xa9\x39\xf0\x29\xf9\xcc\xda\x07\x72\xc7\x0d\x54\x79\x14\x72\xd7\x18\xd9\xf7\xbd\x86\xd5\x57\xbd\xe0\x2f\x94\xef\x81\xf5\xb4\xe1\x3d\x21\x49\xdb\x6a\x54\x95\xae\xfc\x2f\x84\xdf\x78\x23\x01\x76\x36\x41\xd3\xc7\xe0\x92\xb6\xa6\x04\x86\x19\xce\x67\x6e\x40\xc8\x46\xb8\x29\x77\x05\xc6\x3a\xb5\x46\x77\x50\x67\x90\x84\x91\xfd\x62\x32\x99\x2c\x59\x96\x84\xdd\x8b\xc9\xa6\x64\xe6\xdb\x4d\x8c\x9a\x2c\x21\xf1\x4d\x5a\x1c\x9c\x9e\x78\x36\x7e\xbc\x37\xa3\x53\xe0\xc5\x62\x98\xfb\xe7\xc0\x21\x52\x16\xe2\x68\xa4\x6c\xb0\x4c\xf1\xba\xa8\x06\x94\xa0\x7c\xdd\x55\x79\x93\xc9\x94\x73\x45\x67\xf7\xb6\xc7\x8e\x66\x92\x73\xbc\x23\x59\x76\x04\x3c\x85\x6a\xe2\xa8\x44\x33\x32\x6b\xbe\x82\xa8\x26\x19\x4e\xd9\x99\x1c\xac\xd2\x17\x41\x7d\x43\xae\xb3\x3e\xa2\x3a\x82\xba\x1a\x50\x07\xa0\xb0\x56\xa1\xd6\x3b\x3b\x89\x2c\xd7\x56\x22\x9e\x82\x8f\xc4\x67\x71\xc5\xa6\x87\x56\xab\x20\xd0\x20\xdd\x8a\xf0\x6a\x15\xd6\xd3\xa8\xa3\xbf\x06\x8b\x12\x55\x48\xc2\xe7\x02\x8b\xb2\x2e\x94\x5a\xad\x27\x9c\x3c\x06\xb7\x38\xaa\xaa\x5e\x11\xff\xbf\xff\x7e\x7f\x78\xf6\xeb\xe5\xd1\xdb\x8b\xc3\x1f\xce\xf6\x25\x2f\x11\x66\xf1\x37\xde\xe0\x13\xaa\x6a\xc6\xb5\x6e\x0f\x60\x22\xa5\x51\x8b\x06\xd9\x37\x89\x46\xb5\x8f\xb5\x4f\x2a\x22\xd4\xb4\xa9\x1d\xaa\xa9\xda\xa7\x1b\x9c\x5b\x7e\x73\x23\xe7\xe4\xaa\x6d\xed\x5d\x9b\x39\x0f\xa3\x87\xcf\xd9\xc1\x39\x84\x95\xd5\xa1\xdc\x24\xb3\x55\x24\x0f\xd5\xe6\x0d\x68\xdb\xcb\xad\x3f\x7c\x1f\xc7\x79\x7e\x2c\x44\xe0\x46\xa2\x7c\xb3\xca\x5f\xde\xa6\xb0\x39\x72\x9b\xd3\xbf\x54\x7d\x66\x6f\xd9\x3f\x89\x77\x78\x22\x3f\xa0\xcd\xd5\xbe\x0a\x77\x39\x4b\x1e\x16\xb4\x2c\x30\xb0\x72\xa3\x00\x9e\xe9\xad\xe8\x16\x78\xcc\x70\x7a\x8b\xf5\xeb\x92\x07\x15\xba\x49\x68\xf3\x36\x07\x4b\x81\x56\x6a\xf1\x34\x6c\x18\xa7\xe5\xf4\xa6\xe0\x29\xe3\xa3\x00\x9e\xcf\xc5\x73\x80\xe0\x79\x41\x05\x55\x78\x3c\xa1\xb7\x58\xbd\x15\xfb\xbf\x7c\x79\x98\xcf\xd4\x3b\x25\x07\xca\xd7\xaf\xa5\xfe\x44\x48\x43\x42\xea\x19\x05\x4a\x2c\x82\x37\xe5\x12\x7e\xbf\x5f\xc2\x2f\x90\xc0\xe0\xc5\x3b\x29\x8b\x41\x13\x64\x2e\x78\x94\xf9\xe0\x51\xe4\x84\x07\x91\x57\x05\x59\x5b\xe0\xbc\x1c\x05\xea\xc7\x09\xce\xcb\x00\x4d\x33\x32\xfd\x30\x0a\xa6\xd2\x7c\x6d\x76\x95\xa9\x17\x33\x5a\x5e\x19\xab\x36\x90\x14\x49\x3e\x0a\x94\x4c\xaa\xde\xd0\x92\xab\x57\xa7\x42\x88\x2c\xca\xab\x05\xe1\xa3\x40\xfe\x0d\x10\xe8\x14\x46\x5a\xb5\xa0\xc4\xee\x60\xaa\xc3\x6a\xb1\xf4\x5a\xf5\xa4\x78\x54\x1d\x29\x1e\xe5\x0b\xf9\xac\x46\x50\x3c\x1e\x4a\x39\x5b\x3c\xaa\x01\x14\x8f\xc7\xe2\x51\xbe\x15\x23\x2c\x5f\x9e\xde\xca\x94\x74\x29\x7e\xd3\xa5\xa6\x35\xd3\x94\x66\x41\x85\xe6\xf1\xc9\xe9\xfb\xf3\xc3\xcb\xc3\xb7\x17\x87\x67\x97\xc7\x87\xfb\x3f\x1f\x5e\x9e\x9c\xfe\x7c\x78\x79\xf8\xf3\xe1\xdb\x8b\xf3\xbd\xf6\x14\x52\x35\x68\xcd\x21\x55\x07\x78\x96\x93\x00\x1e\x61\x12\x54\xa3\x87\x2a\x42\x8c\x52\x73\x50\x07\xe2\x90\x0f\xd6\x1d\x7c\x26\xc0\x01\xcc\xc1\x1f\x25\xca\x7b\xd1\xf0\x99\x87\x0b\x55\x40\xdc\x29\x97\x8d\xe3\xcb\x0d\x1c\x04\x71\x5a\xa5\x18\x9e\xd4\xe7\x72\x25\x11\x77\x9c\x8b\x14\x39\xe5\x21\x7e\x53\x4f\xfa\x20\xc8\x28\x2c\xc4\x55\xad\x38\x4d\x09\x10\x57\x88\x6a\x52\xbc\xae\x11\x73\xd3\xc9\xdb\xa8\xb9\xe7\x8c\x5c\xad\x8a\x86\x2d\x67\x14\x52\xe3\xfb\x6e\xb0\x55\xd3\xbd\x74\xd4\xc1\x8c\xa5\x51\x24\x91\xfa\x8e\x49\x01\x11\xce\x43\x05\x34\x23\xb8\x07\xa2\x36\x34\xeb\x7e\x2f\x51\x75\x0b\x73\x9c\x8a\xec\xe9\x6c\x06\xf6\x2c\xde\x9c\x68\x8b\xc6\xa4\x08\x83\xd8\xf3\x2d\xb2\x71\x8c\x85\xe0\x00\x20\x20\x61\xf0\x3e\x17\x0d\xe9\x73\xda\x4f\x67\xb3\xfe\x1f\x5a\xf9\xfe\xd0\x87\xfa\x8a\x04\xa2\x93\xfa\xea\x30\xef\x87\xc1\x10\xe2\x0d\xca\x86\xad\x56\x74\xbc\x33\xd1\x3c\x4d\x34\x0c\xa2\xb8\x7f\x92\x7e\xc0\xfd\xa2\x64\xb8\x7f\x4f\xcb\x7e\x81\x79\xdf\xe9\x65\x41\x8f\xdf\xe0\xbe\x98\x5e\x7d\xca\xfa\x69\x6e\x28\x0b\xf6\x5e\x7d\x89\x83\xc8\xf8\xf7\x94\xe2\x43\x1e\x81\xff\x93\xe3\xf3\x12\x96\x1a\xbb\x14\x26\x97\x9a\x7f\x21\x45\x25\xca\xc7\xe5\x44\x4f\x3a\xf5\xde\xe7\x55\x64\xbc\x5d\x9e\x30\xec\x6a\xd6\xfa\x66\x32\xf0\x3f\x75\xcb\xc3\x08\x9c\xb1\x92\xad\x1d\xe3\x4f\x03\xe0\x29\x79\x8d\x41\x63\xe0\xc9\x40\x2a\x44\xbc\x64\xc1\xd3\x62\x5f\x4b\x83\x61\x30\x4b\x79\xba\xad\x46\x4b\xdf\x36\x92\xc4\xd8\x14\xb5\x39\x93\x71\x0e\x1a\x4d\x60\x40\x8d\x42\x0a\xc7\x46\xc0\x2c\x50\x9a\x50\x75\xa9\xd8\x23\xe0\x8c\xac\x7a\x5e\x61\x72\x02\x08\xe7\x83\x14\x58\x69\x4c\x38\x5e\x84\x45\xd4\xdb\x49\x92\x24\x03\xe7\x39\xeb\xf9\xda\xaa\xdb\x76\x20\xd1\x69\x88\x46\xc6\x5c\x57\xcf\x4c\x2a\x3f\x27\x51\x54\x55\x64\x1e\x12\x2b\x13\x4e\x93\xad\x1d\x34\x4f\x76\x5e\xcc\xad\x6b\xd7\xdc\x42\x77\x92\xf1\x7c\xd2\x9b\x0d\x06\x33\x89\x6e\x0f\xae\xcd\x32\x54\xfd\x34\x99\xa9\xbe\x66\x80\x06\x31\x35\x0e\x5a\x53\x79\x63\xfc\xc8\xf6\x3a\x18\x98\x8b\xd9\xd9\x98\x6b\x8c\x6c\x78\x46\x37\x09\x47\x4d\x34\x0a\xa9\x34\x32\x7b\x80\xdc\x04\xe5\x30\x07\x27\xb0\x39\xdf\xca\x9d\xc6\xda\x58\xe7\x84\xdb\x2f\x21\x46\x5b\xbb\xe2\x1f\x8f\x05\x27\x83\x00\xe5\x27\x25\x19\xe2\x71\x31\x65\x18\xe7\x7f\x37\x4f\xbf\x22\x1e\x4f\xc1\xb6\xf8\xef\xe6\x09\xde\x71\x96\xfd\x84\xef\x11\x8f\xd3\x8c\xcb\x87\xe2\x86\xcc\xd5\xa3\xe0\x06\xe5\xd3\x55\xc9\x39\xcd\x81\x95\xcd\x04\x3f\x24\x2f\x41\xba\xac\xa4\x98\xb9\x87\xd7\x7c\x0d\xd7\xe1\x5c\x6b\xd6\x52\x10\xc5\x1b\x2d\x12\xcf\xc9\x30\xa6\xf5\x88\x85\x56\xe0\xc7\x9a\x14\x4b\x70\xbd\x3a\x2f\xf8\x60\x00\x01\xa6\xe2\x9c\xce\xb0\xd8\xbd\x54\x6c\x25\x31\xbe\xab\x15\x93\xc0\x6e\x5b\xe1\x0e\x9a\xc6\x0a\x8d\xb0\x88\x42\xb1\xc0\xa3\x17\x91\x77\x41\xf2\x68\x2f\x0f\x39\x5a\x86\x37\x08\x47\xd1\x88\x8b\x5d\x65\xfd\xea\x1a\x0c\x88\xcd\x80\xac\xd6\xe1\x2d\x9d\xe1\xaa\x87\xc5\xbe\x0c\x63\xa7\xa1\x40\x42\x8a\x16\x52\xb9\x0a\xd3\xe1\xd6\xdb\x17\x7c\xe2\x81\x9b\xd1\xfd\xd0\x9b\x51\xb1\x3f\x75\xd4\x5f\x62\x9e\x88\x5e\xc9\x01\x05\x5b\xc6\xd2\x04\xf2\x07\x2a\x48\x3d\x60\xe3\x34\xd5\xb3\xd6\xd5\x76\x4b\xba\xd5\x4a\xfe\xee\x15\xe8\x74\xa5\x6b\x6d\xa5\xcf\x1f\x2f\x48\x85\xdb\x53\x83\xc1\x46\x3d\x07\xd5\x24\xb2\x9a\xd2\x79\xb7\xd1\x7f\xd2\xef\xb0\x35\xca\x91\xb7\x63\x39\xba\x8d\x2a\x59\x47\x1c\xd3\x3c\xe4\x43\x75\xde\x05\x48\x1f\x7c\xd2\xdd\x27\x6c\xf7\xad\xbf\x33\x41\xab\x9a\x3b\x1b\x34\x87\xc8\xc8\xbc\xb1\x41\x87\x3b\xc8\xd8\x55\x02\xc0\x7d\x84\xe4\xc5\x6b\xb3\x16\xe3\x56\x2f\x4c\xbc\xb5\xc1\xb1\x92\xd7\xe5\x34\x77\x37\xe3\x5c\xec\xc0\x80\x91\x5a\x2b\xd2\x6c\xca\xd2\x49\x97\xd7\x9c\x74\x95\x29\x8e\xdc\x9b\x09\xf0\x31\x00\x76\x24\x91\x53\xe3\x2c\x2d\xf8\xd1\x9a\x3d\x1a\xed\x44\xda\x48\x67\xdd\xfe\x4c\xd5\xfe\xdc\x83\x18\x31\x8d\xad\x16\xe2\xc0\xd9\x80\x2d\xa9\xd8\xf7\x53\xb3\xf7\xe2\x08\xe5\x12\x8e\x22\x85\x88\x4f\x51\x54\xf9\xd4\x3e\x80\x15\x28\x6d\x67\xd6\x73\x69\xd8\x99\x2b\x7b\xbc\x8b\xe9\xd2\x6b\x65\xc3\xb3\xbd\x8e\x7d\xd5\x5e\xb4\x11\x56\xc8\xb1\xf5\x59\xc9\x7c\x6c\xf0\x98\x4d\x24\x37\x57\x63\xe3\x78\x14\xd3\xf9\x3c\xb4\xf3\xe5\x8f\x7f\x74\x50\x75\x1d\x06\x51\x96\xe3\xe7\xf4\x1e\x37\x21\xa8\x90\xf6\x9e\x6d\xeb\xf4\x82\xb0\x61\x79\x1e\x05\xf5\xfb\x83\x9b\xcd\xd5\x18\x5a\xf2\xff\xbc\x40\xef\x6b\xaf\x05\x36\x94\xd7\x1b\xf2\xb9\x44\xc9\xfc\x04\x29\xbd\x3e\x23\x12\xfd\x42\x49\xed\x26\x41\x42\x94\xb5\xc1\x56\xee\x9d\x5a\x5b\x72\x37\x3b\x7c\xfb\x73\x7c\xd9\xfe\xde\x6b\x95\x43\x91\x8f\xce\x60\xc0\x8c\xda\x37\xb4\x45\x27\x36\x1a\x39\x59\x40\xb7\xab\x4f\x68\x8b\x0e\x06\x64\x8f\xc8\xa5\x29\xb6\x4f\xd1\xe8\xe6\x6f\xb9\x03\x5c\xb0\x34\x2f\xe6\x98\x05\xd1\x68\x1c\x18\x21\x37\x40\x4a\xa8\x0d\x8c\x54\xab\x9e\x33\x29\x3c\x06\x5a\x82\x85\x47\x88\x1e\xa6\x64\xd6\x60\xe2\xc1\x73\xc1\xd1\x83\x2e\x7d\x4e\x3e\xfe\x48\xe9\x87\x62\x8c\x27\xc9\xc3\x92\xd1\x65\x21\x0a\x76\x6b\x32\x11\xdb\xc2\xc8\x6d\x68\xa3\xd7\x6d\x77\x25\x5b\x3b\xd1\x26\x56\xd7\x8f\x6a\x90\x3c\x33\xb7\x5b\x93\xf6\xd8\x44\x7e\xaa\xaa\xe9\xcb\x29\x95\x7c\x08\x4d\x4f\x50\x47\xaa\x8a\x3f\x49\x07\xb9\xae\xdd\x5e\x3c\xe5\x2e\x6d\xac\x1b\xbd\x3a\xd8\x02\xb8\x0f\x29\x4c\x0e\x06\xd8\x2a\xc7\xf7\x9c\x67\xa9\xed\x32\x8a\xf2\x4f\x83\x0e\xac\xf9\x36\x7a\x79\x31\xcd\x35\xaf\x56\x58\xb3\xcd\xe2\x51\x72\xd5\xe2\x49\x73\xda\x82\x6b\xbd\xbb\x21\xd3\x9b\xef\x77\x35\xd6\x96\x60\x4a\x01\xa3\xef\x31\x1f\x21\xcf\xd0\xfd\x41\xdd\xf8\xf5\x0b\x91\xa5\x6f\x59\x83\xfe\x22\xbd\xef\x93\x9c\x33\x3a\x2b\xa7\xb8\x3f\x65\xb4\x28\xb6\x0b\xc2\x71\x5f\xa2\x3f\x88\x3c\xb7\x65\x96\x0b\x66\x9c\x64\x84\x13\x5c\xbc\xe8\x2f\x33\x9c\x0a\x7e\x29\x07\x81\x9c\xdf\xa4\xbc\x0f\xfd\x50\xf4\xaf\xb0\xc8\x70\x45\xcb\x7c\xd6\x4f\x19\xee\x2f\xa1\xdf\xb2\xfb\xbe\xb4\xf4\x98\xc5\xfd\x37\x94\x29\x1c\x8f\x7c\x4e\xd9\x02\xea\x8d\xfa\x24\x9f\x66\x25\x54\xf0\x86\xde\x09\x71\x5e\x59\x13\xc1\x91\xd9\xbf\x4b\x59\x4e\xf2\x6b\xd4\x2f\x30\xee\xdf\x70\xbe\x2c\x46\xcf\x9e\xc1\xc4\xf8\x67\x11\x4f\xe9\xe2\x99\xb3\xfe\x8a\x67\xb7\xbb\xf1\xc7\x67\xff\x87\xd3\xe9\xe5\x95\x6c\xf4\x36\x34\x7a\xdb\x36\x3a\xee\x9f\xcb\x6e\x98\xcf\xf1\x94\xe3\xd9\xa8\x1f\xfc\x61\x88\x87\x7f\x08\xfe\xa0\x10\xe7\x8c\x03\xa4\x77\x10\x95\x7d\x79\x50\xf7\x41\x18\x2d\x52\x22\x8e\x52\x96\x58\x28\xbb\x7a\xa0\x3b\xff\x66\xa6\x54\x56\x63\x3c\xe9\x29\x21\x24\x77\xae\x20\xc5\x7e\x0d\x3c\x4e\x0e\x7b\x13\x53\x15\x94\x6e\x8e\x49\x2e\x7f\x39\xfc\xa7\x6f\xd9\x12\x85\xab\xb0\x5a\xc9\x70\xf1\xb8\xe1\x69\xe8\xcb\x43\x5b\x79\x8a\xae\x72\x00\x31\xb1\x06\xb1\x57\x74\x91\x17\x49\x69\x2d\x69\xd3\x97\xaf\x7e\x67\x64\x63\x22\x99\xb4\x5d\xf5\xa6\xf5\xb4\x35\x93\xd5\xd6\x28\x32\x63\x12\x63\xe2\x4b\xad\x1f\x55\x3d\xa0\xa5\x84\x09\x43\x32\xe2\x9e\x53\x42\x81\x70\xcd\xe2\xd5\x2b\xc3\x6b\xb8\xcc\x9e\x31\xf1\x66\x83\x41\xc8\x12\x80\xe0\xe9\x81\xc9\xac\xbc\xf1\x96\xab\x3c\x13\x2c\xa7\x53\x46\x69\x47\x4e\xba\x37\x27\x99\x7d\x73\x06\xf1\x9a\xa7\xf6\x85\xe3\x9c\xec\x1b\xe0\xa9\x68\xb3\xe8\x25\x9b\x2c\x8c\xaa\x46\x09\x35\x57\xe3\x75\x54\xda\xa9\x25\xb1\x05\xf0\x83\x1d\xf6\xf2\x73\x05\x54\xa6\xa7\x82\x92\xb5\xdb\x60\x9c\x16\xc9\xdb\x0a\xe4\x96\xc1\x55\x6f\x42\x6e\x60\x4e\x1d\x61\x50\x06\xa4\x92\xdd\xcc\x9c\xf7\xd1\x8b\x26\x00\xad\x91\xd7\x24\xa8\x21\xce\x4e\x54\xdd\x6b\xd0\x7d\x2e\x46\x1a\x6d\x61\xce\xa4\x7e\xac\xb1\xc2\xee\x1e\xe2\xfb\x39\x36\xb7\xf0\x16\x26\x15\xf1\xca\xb1\x0c\x71\x26\xcd\x78\x82\x72\x3b\x73\x6a\xd0\x6a\x3a\xe6\xe6\x63\xfb\xca\x56\xbe\x5a\xe5\xb1\x1b\xed\xa8\xf6\x1b\xcf\x56\xab\xc6\x2e\x63\xaa\x92\xb9\xc7\x7f\xcd\xe6\x40\x4e\xc1\x1a\xbe\xd0\xd4\xb6\x33\x93\x11\x09\x1b\x5a\xab\x33\x69\xeb\xd8\x73\xdd\x85\xe1\xfa\xe3\x15\x9e\x53\x86\x43\xc1\xd2\xb1\x42\x0e\x10\x92\xee\xca\xf9\x6c\x7f\x0e\x56\x49\x20\x71\xaa\x2f\xe0\x18\x30\x4f\x1c\x9c\x30\xa3\x2f\x57\x7b\xc3\x9e\xfa\xeb\xa0\xff\xa8\xb9\xb8\x5a\x75\x7e\x3a\x37\x0a\x68\x4f\x12\xfa\xfb\xc9\x06\xa9\x8a\x0d\x12\xd1\x0d\xd2\xdc\xe1\xab\x0f\x84\x37\x12\xaa\x10\x4b\x3d\x77\x76\xce\x37\x60\xc9\x5a\xd0\x25\x9b\x39\x93\x6d\x82\x87\x22\xad\xcd\xfe\x8d\x7e\x0f\x8d\xc0\x06\xfa\xd2\x92\xc7\x20\x82\xe2\x19\xe2\xb1\xd4\x2d\x28\xa9\x19\x3d\x90\x42\xec\x67\xa3\xad\x1d\xa4\x6c\xe3\x46\x06\x5c\xbe\x75\x15\x65\xac\x74\x1f\x37\x13\x91\x76\x75\xc1\x92\x61\x69\x74\x12\x78\xcc\x47\x6a\x26\x79\xb1\x49\x8a\xb6\x6a\x26\x34\xce\x5d\x8a\xba\x47\x79\x9d\xe6\x39\xe5\xca\xc6\x8a\x93\x94\xe3\x7e\xda\x37\xee\x6e\xfd\x3b\xc2\x6f\x68\xc9\xfb\x69\xdf\x2c\xc8\xfe\xbb\x36\x4f\x76\x4f\x4b\x60\xc2\x60\xed\x09\xde\x4a\x46\xbf\x1c\x06\x40\xa0\x9f\x2a\xee\xac\x6f\x42\xae\x3c\xd3\xa7\x5e\x1c\x44\x95\x63\xc2\xa2\xed\x55\x04\xd7\xb9\x00\x95\x20\x4f\x49\x56\xb7\x94\x35\x7b\x84\xc4\xea\x53\x66\x29\x06\x91\xce\xee\xef\x10\xd1\x41\x75\x4c\x2b\xd2\x03\xc2\xa0\xa3\x96\x61\xcc\x70\x85\x94\xf1\xe9\xa6\x5e\x67\xcc\xef\x75\x96\x27\xbb\x2f\xf2\x97\x1c\xa0\x75\xd9\x38\xaf\xbb\x2f\xe5\x93\xde\xa3\x43\xae\x36\x7f\xb0\xcc\x96\xb6\xdc\x1e\x65\x26\x89\x0c\xbf\xe5\x10\x61\x60\x6e\xe3\xeb\xab\x8e\xb8\xa5\x63\x3c\x51\x01\x45\xd5\x95\xa8\xb4\x02\xce\xdd\xa0\x8e\xa1\x9a\xd4\x2a\xd8\x2c\x2c\x19\x7d\x40\xb9\xf1\x12\x36\xde\x1b\xd4\x32\xde\x18\xfa\xc9\xcd\xf5\x6c\xc9\xf0\x25\x53\x6b\x60\xf3\x5c\x37\x69\xa1\x6d\xb4\x9f\x92\x8d\xe4\x97\x33\xba\x78\x4a\x8e\x99\x8d\xf1\xf7\xef\x74\x1a\xa9\xfb\x00\x3d\x98\xc5\x3f\xe2\xce\xee\x73\x70\x7a\x32\x32\xf8\x0b\x62\x9e\xe8\xab\x72\xbb\x45\xd9\xea\x8f\x2c\x9a\x42\x2d\x54\xd4\x13\x47\xf9\x99\xca\xe8\x1d\x6d\x19\xc4\xe1\xdf\x63\x07\xfd\xe0\xf5\x1f\x8b\x1e\xec\x76\x68\xba\x2a\x0c\x7e\xa5\x65\x7f\x9a\xe6\x7f\xe0\x7d\x51\x15\x27\x67\x9f\x96\xbc\x20\x33\xdc\x87\xf5\x83\xd5\x96\x28\xb6\x3b\x15\xd7\x2a\xe8\x32\x78\x73\x30\x71\xbd\x76\x9e\x5e\x75\x72\xe5\x44\x5c\x50\x63\xcb\x9e\xea\x3c\xd5\x35\x3d\x37\x0c\xc5\x20\xc7\xe8\x49\x2b\x40\x0e\xf8\xbf\x2f\x3c\x8c\x8e\x10\xa4\xed\x2d\xec\x1c\x7f\x7c\xd0\x99\x6f\xd0\x85\xa4\x50\x1f\xf5\xbc\x9f\xf6\x45\x2b\x95\xce\x61\x66\xa2\x85\x46\xfe\xd1\xdc\xa4\x00\x9d\x6f\x2d\xf5\x2a\x42\xcd\xd5\x4d\x3e\x6b\x3d\xd6\x76\xc2\xcd\xa6\xc0\x13\x16\xb9\xce\xc2\xca\x3c\xa3\xd4\xc1\xc5\xb3\xe7\xb9\x54\x5c\xfe\x3b\x37\xc7\xe6\xfc\xb0\xdb\xdd\x43\x7b\xec\x70\xf4\xe0\x88\x1e\xc6\xc6\x1a\xfb\xee\x7b\x9a\x69\xe1\xca\x03\xaf\x31\x79\x15\xac\xaa\xda\x06\xb0\x0a\xf0\x00\x1e\x34\x24\x9e\x67\xe9\xf5\x35\x9e\x1d\x99\x6e\x8a\xc2\x00\xba\x5d\x5e\x71\xc5\xc1\x90\x23\x69\x2b\x37\x62\x48\xf4\xfd\x08\x57\xa8\x8d\xe5\x0d\xb1\xb3\xfe\x49\x49\x1e\x85\x18\xc2\x29\x00\x47\x23\x81\x5d\x23\x69\xac\xdd\x98\x4d\xd4\x9d\x4d\x9b\x78\xbd\x78\x0f\xc8\x27\xb9\x5e\x7c\x89\x5d\xc6\x9d\xc6\xff\xe6\xb9\x54\xb3\xed\x22\x76\x2e\x49\x13\xb6\xce\xc9\x21\x2f\x23\xa5\xc6\xe8\x23\xe1\x5d\x09\xcb\xdc\x4d\xfa\xc5\x07\xcc\x65\x9f\x3e\x89\xff\x6a\x2d\x75\x3b\x9a\xff\x2e\xb9\xac\x39\x06\xdc\x46\x57\x23\x8d\xce\xca\xa3\x6e\x0e\xd5\xb9\x94\x7c\x76\x9d\xd1\xab\x34\x2b\xb6\x19\x2e\x68\x76\xdb\xec\x9c\xc7\x22\xaa\x7d\xaa\x6b\x91\x09\x0f\xf5\x34\xb1\xf8\x3a\x23\x8b\x85\xcb\xff\x3e\xd9\x26\xd8\x73\xdb\x98\x7d\xfe\xf0\xa0\x32\xfe\xe1\xf8\xf4\xd5\xfe\xf1\xf9\xe5\xd9\xe1\xf9\xe9\xf1\xcf\x87\x67\x83\x41\x98\x7d\xa5\x18\xb3\x88\x28\x3d\x4f\xe2\x75\xf5\x91\xdf\x6c\x74\x41\xc4\xa3\x4a\xa9\xcd\x3c\x61\x69\xd3\x56\x58\x5a\x29\x14\x2d\x53\x56\x40\x9c\x55\x09\xa8\x0b\x33\xaf\x05\xb7\x53\xa1\x34\xce\x29\x5b\x80\x2b\xb5\xff\x26\x66\x99\x11\x1e\x06\x23\xd0\xd8\xf3\xf1\xce\x04\xe5\x09\x1f\xef\x6a\xd5\xbd\x41\x99\x09\xb6\x92\x84\xed\xb1\x61\x30\x0a\x86\x42\x06\x03\xbf\xe7\xf0\x59\xf8\x5b\xbc\xba\x5c\x6d\x47\xf1\xb3\xeb\xfa\xf5\x9b\x6d\xed\x4d\xca\xf6\x79\xb8\x1b\xc5\x9c\xbe\x5f\x2e\x31\x7b\x9d\x16\x38\x14\x7b\xbe\x38\x27\xd2\x58\xcd\xeb\x76\xe5\xb4\x73\x9f\x69\x28\x58\x3a\x24\x4c\xe7\x90\x91\x95\xc5\x07\x37\x42\xc0\x38\x9f\x98\xb0\xf3\xe3\x7c\x12\x32\x69\x57\xa4\x44\x49\x95\xf5\x94\xdf\x60\x16\x32\xe8\x1e\x43\xbe\x13\xb2\xb9\xd1\xd5\x20\x98\x86\x1d\x5f\x92\xc6\x7b\x08\x3f\x81\x52\xe7\xcd\x86\xa3\x40\x60\x14\x50\x9a\x10\x54\x98\x68\xbf\x6e\x48\x61\x19\x0b\x3a\x42\x65\x92\xd6\x8d\x50\x9e\x05\x11\xca\x12\xb0\x51\x29\xf7\xd2\xb8\xc8\xc8\x14\x87\x3b\xa8\x8c\x40\x7d\x01\x42\x7b\x6d\x50\x07\x03\x99\x56\xd6\x66\x9a\xa4\xba\x36\xcf\x82\xa8\x97\x26\xd3\xf1\xd4\x60\xb7\x4b\x60\x9a\x79\x02\x91\xb0\xad\x8f\x7e\x14\x4e\x4d\x31\xdb\xbb\x11\x9c\xf2\x61\x10\x07\x51\xd4\x53\x75\xaf\x85\xce\x8d\xc2\x79\xa4\xa2\xa6\x04\x70\xad\x20\x01\xf0\x4f\xc4\xa3\x8c\xed\x0d\xc6\x1a\x64\x7e\x1f\x09\x99\x02\x60\x6c\x56\xab\x2d\xe6\xb7\xb5\x3d\xca\x6f\xd3\x8c\xcc\xfa\x3a\xb0\xe5\xa8\xff\x0f\x08\x7a\xf5\x0f\xd4\x5f\x94\x05\xef\x5f\x19\x89\x68\x4e\xd9\xa2\xff\x0f\xb1\xb6\x46\xa2\x03\xff\xd1\x37\xf7\x19\x0f\x26\x33\x46\xf0\x9d\x21\xfd\xe6\x17\xa9\x63\x02\xaf\x40\x82\x66\x84\x89\xac\xa3\x0c\xc1\x9f\x14\xcc\xba\x47\x05\x6a\x4d\xc9\x51\xa0\x5e\x05\xc3\x59\x25\x26\x40\x3d\xc2\x94\x17\xf4\xc6\x37\xe1\x5b\xcb\x30\x49\x12\x06\x01\x12\xf7\xcc\xbb\x7e\xca\xfb\xc1\x90\xc5\x9e\x2a\xdb\x85\xfa\x9b\x58\xa1\x62\x48\x47\x21\x17\x6b\x88\x52\x3e\x0c\xe2\x60\xd8\xec\x6f\xb0\x6a\x8a\x9a\xf9\x82\x08\xe2\x55\xe3\x0c\x66\x0c\x94\x2f\x56\xd9\x30\x69\x65\x87\x68\xa1\x11\x5c\x65\xa4\x10\xf3\xea\xa2\x15\x28\xdb\xdd\x1d\x9c\x58\x0d\x28\x8d\xcb\x02\x9f\xd1\x92\x63\xf6\x36\x5d\x34\xb3\x04\x57\x69\x41\xa6\x01\x58\xd7\x41\xa8\x09\xf9\x27\x09\x82\x91\x7a\x92\x7f\x9a\x55\xbf\x0c\x22\x67\x9b\xb9\x50\x7d\xe6\x5d\x85\x9b\x75\x60\xcf\xf0\xb3\x10\xbc\x4d\x53\x8c\x34\xc7\xdc\x78\x0b\x3d\x34\xc3\xd3\x74\x81\xe5\x5a\xe1\x91\x5b\xa1\xae\xcb\x4a\x98\x09\x8d\xfe\x08\x35\x5e\x43\x6d\x1b\xc3\x2e\xb9\xd7\x34\xe7\x8c\x66\x19\x66\x5f\x90\x28\x24\xff\x82\xf4\x4e\xc4\x4c\xf2\x8c\x40\x63\x32\xc9\xf1\x74\xfa\x5b\xed\x81\x18\x66\xaf\x9a\x62\x8a\xe4\x8f\x38\x5b\xae\x69\x73\x77\x5d\xe0\xd5\xc6\x75\x69\x2e\x17\x19\xab\x74\xb3\x2a\x8a\xfd\x6d\x93\x82\x36\xa0\xf8\x21\xa7\x77\xf9\x1b\xca\xc4\x0c\xed\xb0\xfb\x5d\x77\x64\x90\x56\xa1\x82\x97\x17\xfb\xaa\x8c\xc8\x19\x92\x61\xf0\x4d\x10\xa1\xa2\x83\xab\x40\x65\x52\xbf\xd1\x47\x59\xb2\xf3\x22\x7b\x59\x6a\xc3\xc9\x4c\x1b\x4e\x4e\x93\x72\x9c\x81\xa2\x38\x95\xd1\x38\xa6\x51\x54\x8c\x15\xfe\x55\x9a\x17\x62\x89\x5c\x50\xa3\xf9\x7e\x53\x66\x59\x0e\x1b\x1f\x9a\x46\x93\x64\x6b\x47\x5b\x94\x17\xa2\xd5\xeb\x72\x78\xef\x99\xdb\xad\xcc\x13\xee\x9c\x54\x7f\x64\x3a\x38\xa0\xb1\x13\x04\xfe\x46\x2e\xd9\xb4\x10\x8c\x9d\x58\xb1\xb9\x0c\x50\x9f\x2a\x07\xb1\x48\xbb\x5c\x66\xdd\x2e\x96\x2e\x07\xbf\x51\x38\x81\x86\x09\x90\x9b\x5f\x08\x3a\x59\xfa\xfb\xfd\x65\x46\xd3\x59\x77\x12\xd7\x92\xf1\x2b\x68\xb8\xd6\xa1\x3c\x9f\xca\xca\x6f\x88\xdc\xae\x33\x3c\x86\xbb\xfc\x34\xaa\xc5\x26\x54\x69\x7e\x0c\x7d\xb8\x21\x0a\xb1\x4c\xbe\x96\x22\x2b\x21\x0d\xd8\xdf\x6d\x4c\xd7\xcd\xb4\x96\x3a\x0c\xf9\xc6\xa0\xf8\x2c\x56\xe9\xd7\xd2\x34\x62\xf2\x93\x51\x91\xd7\x4d\x71\x15\xd2\xf8\xe9\x7a\xbb\x6e\x1f\xda\x27\x61\x5a\x38\x0a\x9b\xfc\x9a\xe4\xd8\xa9\xd2\x1a\x39\xb5\x53\x14\xfd\x2a\xfa\x81\x22\x31\x78\xcd\xc6\xc9\xd4\xe9\x45\x79\xbd\x38\x2d\x0b\x4e\x17\x0a\x4c\x09\xde\xb8\xae\x83\x9f\xe3\x31\xef\x14\x15\x5f\xde\xa5\x7c\x7a\x73\xa4\xfa\x48\x19\xeb\xab\xa3\x52\xe9\x78\x02\xd7\x36\x7a\x5b\x77\xa7\x34\x04\x92\xb8\x3c\x0f\xce\xc5\xec\x68\x6b\xb7\x8a\x2a\x74\x79\x45\x29\x3f\xbf\xcf\xa7\xbe\x4b\x51\x59\x4f\x91\x02\xcf\x56\xab\x10\xc3\x91\x53\x1a\x86\x01\x7c\xca\xce\xd4\xd5\x6b\x08\x21\xfd\x9d\xa6\xef\xc9\xda\xd9\x17\x49\xed\xf3\xa8\xf5\xb9\xd5\x66\xe7\x23\x84\x7c\x95\xaf\xc1\xbf\x91\x59\xff\xc6\x98\x01\x33\x83\x02\x9d\x20\x70\x12\x7b\x7a\x92\x95\xb9\xee\xc6\xa3\x9c\x70\x02\x12\x11\x2b\x54\x97\x9a\xe0\xc9\xe9\x94\x93\x5b\xec\x7a\xd5\x35\x6c\xc5\x8d\xcb\xa7\xec\x9f\x64\x6b\x47\x43\x48\xd4\xfa\xa5\x8d\xb6\xe4\x00\x86\x34\xba\x50\xd2\xbb\xd4\xb7\xd9\x97\x97\x80\xb9\x24\xdb\x27\x0d\x3d\xa7\x74\xb1\x2c\x39\x9e\x45\x5d\xc1\x17\x8d\x39\x98\xca\x25\xcd\xc0\xaa\x48\x48\x08\xe9\xec\x34\xcf\xee\xc3\x08\xcd\xc8\xec\xb5\xb4\x6b\x51\xf6\x82\x0d\x0d\x62\x0d\x1a\xc3\x1d\x86\xa8\x42\x60\x1b\x2d\xf8\xc7\x86\x45\xbd\x33\x14\xb1\x9b\xc6\x74\xd3\x8c\xcc\xce\xa1\xb5\x90\x46\xf0\x0a\xaa\xa3\x64\x45\x5b\xcb\xa3\x9e\xde\x48\xf0\x2d\x32\xa8\x56\xb2\xfd\x14\x5a\xc0\x88\xf7\x67\xc7\x9d\xd3\xbb\x96\xa3\x46\xcb\xe4\x05\x06\xd4\x37\x05\x5a\xee\x1a\x49\x6d\x08\x9a\xc8\x06\xda\xd2\x32\x6f\xe0\xa1\xba\xd3\x13\x05\xee\x7e\xa2\x79\xbf\x1a\x78\x6a\x23\x41\xfb\x52\x22\x47\xc4\x71\xa4\x80\x8a\x87\x14\xb5\xc6\x12\xe1\x4a\x9c\x21\xb5\xce\x69\x70\xe1\xb2\x23\x4a\x96\x55\xe8\x96\x14\x0d\x4d\xb3\x05\xa8\xe9\xb5\x7b\xb2\xe7\x7a\x34\x5f\x1a\x13\x8a\xcb\x4b\x6b\xaf\xe8\x1c\x13\xba\x67\xa4\xa9\x82\x5e\xd1\x34\xf1\x1d\x6f\x14\xa4\xf1\x22\x2e\x6e\x68\x99\xcd\xe4\xdd\xb4\x04\xe3\x90\xca\xe8\x73\xcc\x39\x38\x25\x47\x31\xbf\xc1\xb9\x77\xa1\x54\x51\x34\xe2\x15\x72\xf1\x75\x89\xb3\x81\x98\xde\x83\x46\xc9\x19\x80\x88\x33\x21\x40\x64\x14\x0f\x91\x2a\x84\xda\x73\xc9\x84\x65\xe6\x31\x5c\x45\x28\x2d\x88\xfa\x05\xea\x9c\x0b\x83\x9b\xb5\x7f\x45\x19\xc7\xb3\x40\x3a\x7c\x81\xa1\x37\x89\x2f\x65\xfb\x4f\xc8\x94\xd1\x8c\x5c\xc5\x72\x2b\xb2\x99\xac\xbd\xc6\x63\x29\x75\xe5\x70\xd4\x83\x5a\xac\x2b\x79\xcf\xda\xf1\xf0\x78\x21\x2d\xb2\x45\x2f\x45\x75\xf8\x98\xcf\x3d\xc7\xca\xdc\x73\x92\x55\x55\xd4\x2b\xea\x86\x22\x5d\x9b\xa8\x27\x5a\xfc\x43\x15\x21\x1e\x73\x7a\x68\x27\x94\xd8\x2e\xd4\x69\xc5\xc1\x37\xcd\x39\x25\x5b\xf3\xae\x99\x39\x8c\xda\x27\x65\x8d\x44\x81\xd9\x2d\x99\xe2\xd1\xb6\x36\x13\x14\x24\xf4\xb3\x27\x6f\xcd\x2a\x06\xd0\x67\xe4\xfa\x28\xbb\x62\xe2\x39\x4d\x94\x60\xca\x0f\x9a\x8a\xf6\x07\xd1\x6e\x2e\xf0\xb2\x76\x64\x81\x47\x75\x71\x70\x7a\xa2\x8a\x95\xab\x42\x88\xf0\x09\x76\x7f\x21\xc7\x3a\x95\x14\xaf\x24\xef\xb6\xa7\xe8\xa9\x9f\xc9\x2b\x19\xc1\x33\x74\x92\x28\x38\x64\x9b\xa6\x5e\x9e\x79\xaf\x77\x6c\x55\x63\x60\x84\x3c\xb5\xdd\xda\x45\x6a\xd3\x94\x33\x24\x09\x72\x9a\x0b\xa1\xd7\xa9\x5e\x6d\xa9\xcb\xbd\xc6\x79\xe3\x54\xd2\x7d\xad\xea\x59\x4b\xa9\x4f\x0b\xf7\xe5\xc6\xf5\x04\x26\x51\x0d\xb2\xac\x85\xfe\x95\xd8\x0f\xa3\xfa\x07\x9f\xa5\xa7\xa1\x61\xf2\x40\x99\x35\xee\x48\xc7\xfb\xeb\x64\x9f\x6a\xfd\xe3\xb0\x46\xf5\xbe\x74\x19\x21\x27\xbd\x6c\xaa\x4e\xad\x1a\xae\x5f\x47\xf5\x89\x51\x63\x86\x42\x4f\xc7\xb8\x53\xc4\x79\x1f\x19\xef\x72\x5c\x8b\x64\xe9\xac\xb3\xa4\x75\x7c\xb6\x4e\x32\xe7\x1c\x93\x93\x2c\xa9\x4f\xb2\x26\xbf\x96\xb4\x2b\x88\x6a\xb3\x3e\x69\x2e\x0a\x84\xf5\x89\x62\x8c\xf7\x70\x15\x46\x28\x4b\x0a\x47\x5b\x90\x75\x8b\x52\x4d\x51\xfe\x0b\x5d\xf7\x7d\xa6\xa7\x60\xed\x72\xb0\x65\x42\xd1\x2d\xce\x6d\xa0\xc7\xf8\x6c\xd4\x24\x26\x39\x43\x7f\xa1\x6d\x31\x50\xca\x87\x5e\x4a\x86\xaf\xf8\x4a\x97\x9b\x36\x3e\x1f\x5a\xa2\x05\xba\xed\xf2\xdb\xba\xaf\xcf\x60\x0e\x06\x18\x5a\xa5\x7c\x4c\xc4\x5c\xcc\xd4\x7d\xe3\x38\xd8\xbe\x2a\xa7\x1f\x30\xdf\x9e\xa6\xd3\x1b\x25\x9e\x4d\xcc\x3c\xbf\xf7\xf0\x3c\x30\x25\xbf\x8c\x44\x7b\x2d\xf6\xdb\xab\xe4\xa6\x25\xd6\x7a\xe0\x6e\x70\x83\xd9\xed\x90\x76\xd3\x92\x53\x21\x02\x81\xa1\xb2\xba\xfc\x16\x0b\x0b\x7e\x3b\x23\xab\x4f\xfc\xe2\xb3\x64\xe2\x6f\xf4\x76\xfd\x4d\x32\x35\x1b\xd6\x9d\x11\x32\x84\x90\x43\x72\x5c\x14\x07\x78\x8e\x19\x4b\xb3\x22\xd9\x6d\x88\x69\xfa\xb7\xaf\x6a\xda\xcd\x41\xf1\x2d\xaa\x65\x6a\xcf\x70\xda\x66\x36\xbd\x5a\x3a\x5d\x09\x27\xa1\x92\x1f\x2f\x97\x0c\x2f\x53\x86\xdf\x50\xf6\x83\xfd\xa8\x6b\xad\xf3\xab\xc4\x77\x29\xe1\x6f\x28\x3b\x38\x3d\x39\xc3\xe9\xec\x3e\x04\x04\x67\x92\xcd\x74\x2d\x7d\xa2\x8c\x87\x5d\xc0\xf1\x55\x5a\x60\xb5\xa9\xb9\x3c\x98\x7c\x35\x33\x53\x40\xa1\x13\x01\x6c\x73\x8d\x37\xf3\x80\x13\xfb\x3a\x4d\x05\xda\xae\x50\x93\xb7\xeb\x56\x29\x78\xc9\x38\x7e\x50\xfe\xfe\x6a\x4d\x17\x25\x03\x86\xce\x8f\xd5\x6a\xae\x9e\x22\x3d\xb7\x8d\x9c\x2e\x3a\xf1\xc0\x6c\x01\x86\x03\x05\x2d\x88\xff\x5b\x87\x80\x57\x1b\x8e\x30\x52\x76\xd8\x97\xb3\x56\xfe\xcb\x4b\x1d\xcd\xb8\x26\x03\x09\x46\xcc\xfd\x5d\xa1\xc6\x98\xbb\xe5\x6e\xe9\x79\x2f\xff\xc6\xa4\x80\x24\x52\xe4\x29\xa6\x37\x58\x2c\xfd\x28\x54\xe1\x36\x34\xda\x73\x30\xa3\x0b\x48\x17\x28\x3e\xe8\x9b\x50\xaa\x00\xee\x25\x94\xc6\x15\xc9\x67\x5a\xa0\xb4\x49\xa3\x0a\xe9\x1f\xad\xce\xae\xb9\xdd\xd8\x25\x75\x7e\x9f\x4f\x43\xb0\x68\x9b\x63\x76\xa6\x97\x5f\x7b\x65\xb7\x57\xe6\x70\x58\xa1\x74\x76\x2b\xfa\xe9\x49\xf9\xb6\xb7\xd1\x8e\xc6\x8f\xf4\x7c\x06\xfd\x50\x1a\xd3\x7c\x8a\x55\x03\x25\x4b\x46\x66\xaf\xf0\x94\x2e\xa0\xac\x7b\xb1\xa6\xc4\x9e\xe5\x73\xa1\x10\x1f\xde\x31\xba\x20\x05\x8e\x5a\x8a\x30\xf5\xa1\xc7\xd9\xfd\x43\xab\x13\xa6\x62\xf6\x8b\xc9\x5e\x75\xe5\xf3\x2a\xdc\x24\x30\x83\xbb\x4b\xd5\x66\x1b\xbc\x3b\x53\xd6\x44\x49\x16\x9f\x9d\xff\xfc\x2e\x86\xee\x36\x53\xcf\x29\x41\x46\xb8\xae\xd7\x11\x54\x5e\x8e\xaa\x2b\x42\xe1\x0e\x2a\x6b\x5a\x6d\x31\x81\x5c\x26\xc6\x51\x30\x36\xc7\xc8\x34\x94\x6b\xe3\x54\x21\x1b\xfd\x53\xa2\xe5\x22\x5e\x01\xfa\x6c\x51\x57\x4e\xbb\xcd\xf1\xae\x93\xde\x46\xfb\xb7\x6e\xa3\x65\xd2\xeb\x9d\xd3\x78\x2f\xb7\x7b\x89\xc5\x09\x86\x8c\x30\x1d\x5c\x85\x80\xd4\x1b\x94\x60\xe3\x18\x28\xa3\xcc\xe0\xd1\x0d\x03\x3d\xb2\xf6\xcc\x18\x83\xe6\xad\x42\xf5\xb9\x57\x9b\xe3\xec\x5e\xf6\x4d\x4f\x62\xdc\xd0\x98\x14\x17\xb8\x10\xec\x51\x14\x46\xab\x55\x08\xf7\xd3\xca\x20\x7c\x5f\xde\x76\xc3\xad\x60\x11\xc9\x6a\x80\x86\xc2\xbc\x3d\xc7\x29\x9b\xde\x58\x5c\xb6\xad\x9d\xa8\x71\xc6\x44\x21\x6e\x1f\x67\x7b\x6b\x06\x66\xe4\xdb\xf1\x22\x77\xda\x6b\x35\x34\x9c\x55\x00\xb6\xe3\x6a\xff\x7a\xed\x61\xd2\x17\xac\xae\x16\xdb\x6a\x51\x9b\x93\xcb\x9b\xdf\x99\x6d\x88\x35\x3b\xd5\x05\xa7\xfe\x74\xd5\xc5\xe3\x9d\xbb\xdb\xac\xfb\x93\xa7\x6a\xa9\x2f\x80\x6a\xe7\xb3\xdc\xdb\x06\x83\xd0\xff\x59\x9e\xf5\xd1\x1a\x36\xa6\x16\x32\xde\x9f\xc2\xeb\x7a\xe9\x80\x5b\x4b\xf4\x60\xb8\x41\x5a\x43\x45\x45\x94\x8f\xda\xea\x41\x7b\xa9\x0b\x0a\x42\x77\x3f\x14\xdd\xe0\x53\xce\x49\x8d\x21\x6b\x9d\xae\x46\xf3\x07\x19\x79\xb7\x5a\x2f\x8f\xa1\x16\x82\x83\x88\xa2\x58\x4e\xa3\xb0\xce\xc3\x30\x7a\x67\x97\x7c\xee\x2e\x79\x5c\x45\xca\xae\xd9\xb2\xf5\x97\xda\xa0\x56\x2b\x7e\x5c\xa5\x3a\xd2\x8c\x86\xe1\x33\x1a\x7a\x26\x8f\x3f\x36\x7a\x90\xcc\x56\x47\xbc\xa2\xb6\x39\x60\x43\xf1\x04\xe5\x8f\xa4\x61\x8d\x2e\xbf\x9e\xc2\xaf\x73\x46\xd3\xb8\x89\x74\x03\xae\xe0\xff\x94\x61\x53\x1a\x0d\x73\x6c\x0f\x90\x7b\x2a\x68\x2d\xad\x5b\x9e\xd6\x2f\x8c\xc4\x06\x23\xea\xb4\x5f\x72\x7a\x6c\x94\x0e\xde\xa4\x37\x69\x71\x23\x92\xfe\x98\x16\x37\x8f\x25\x25\x05\xa7\xec\x1e\x52\xcb\xc7\x47\x32\x80\xf2\x08\xcd\xe3\xb7\x34\xc7\xde\xa4\xe1\x0e\x5a\xc6\x4b\x46\x6e\x53\x0e\xb6\x02\xf7\x62\xdc\x3a\x87\x05\x8c\xd7\xe6\xf1\x2b\x90\xd8\xc0\x66\xb0\x39\x24\x5a\x17\x28\x7b\xd0\xce\x8a\x73\xf9\xbe\xd1\xcf\xcd\xd4\xc1\xa5\x79\xaa\x5f\xd8\x98\x39\x78\x17\x46\x0f\xd7\xab\x55\x78\x9d\x6c\xed\xa0\x5b\x2f\x32\x8e\x05\x44\xdf\x9a\x36\xe0\x61\x06\x83\x22\xce\xc8\x15\x4b\x19\xc1\xf6\xaa\xf0\x35\x65\xf8\x18\xde\xde\x87\x26\x40\x3c\xe0\xc6\x69\x70\xa6\x28\x96\x38\x31\x51\x54\x5d\xd5\xf5\xb2\xb0\x3a\xdb\x7a\xd9\xfa\x11\xbf\xce\x25\x51\x75\xac\x58\x5b\xa2\xcc\x85\xbc\x37\xd8\xb7\xd3\x4c\x13\x07\x03\x10\xac\x75\xa5\x87\xc9\x95\xa3\x8f\x39\x5c\xaf\x8f\x71\xb4\x16\x5f\x1e\x8f\xe9\x2b\xd8\xa6\x4b\xbb\x05\xaf\x4d\x0c\x01\x80\x8d\x31\x9e\x24\x39\x18\xb2\x8e\x27\x48\x3c\x48\xb7\x77\x1e\x21\x36\x18\xf0\x50\x42\x3b\xb8\xfc\x5c\x1b\x8c\x80\x80\xb5\x2b\x62\xf1\x1d\xc9\x67\xf4\x6e\x30\xf0\xf8\x71\xbe\xb6\xd2\xbd\x06\x52\x13\x0b\xc0\x79\x1d\x62\xf4\x20\x61\x18\x47\x5c\xda\x54\xe2\x2a\xea\x69\xa2\xb1\xde\x78\x64\x5a\x1a\x55\xa2\xae\x83\x01\xd4\x78\xed\x91\x13\x72\xc9\x2a\x61\x7d\xe4\x35\xfd\xa7\x0f\xdf\xfe\x1c\x1f\x9e\xbc\x3a\x3c\xbb\x3c\x3e\xdd\x3f\xb8\xfc\xf1\xf4\xf4\xa7\xf3\xd5\xea\xa1\x42\x24\x79\xa8\x10\x4d\x48\xcf\x66\xa5\x55\x14\xf5\xec\xec\x98\xa6\x62\x4b\x35\x2a\x9f\xcd\xec\x7b\xbc\x33\xe3\xab\x3a\x28\x90\xe2\x30\x97\x98\x4e\x6d\xd8\x0f\x98\x05\xda\xeb\x4f\xe2\x3d\x02\xae\x16\xdb\x63\xa3\xad\x2d\xd5\x3b\x6f\x21\x7c\xe3\xe9\x3b\xb1\x2b\xec\x1f\x5f\xbe\x39\xdc\xbf\x78\x7f\x76\x78\x2e\x3a\x55\xf6\xdc\xd9\xe9\xfb\x8b\xa3\xb7\x3f\x5c\x9e\x9c\x1e\x1c\x1e\x5f\xee\x9f\xfd\x90\xe8\x2f\x3f\x1c\x1f\x9d\x9c\x1c\x9e\x5d\x9e\x1f\x5e\x5c\xbe\x3e\x3d\x79\x77\xfa\xf6\xf0\xed\xc5\xe5\xc5\xe1\xc9\xbb\xe3\xfd\x8b\x43\x93\xec\xf5\xfb\xf3\x8b\xd3\x13\x27\xc5\xfe\xd9\x0f\x97\xef\xce\x4e\xff\xfe\xab\x49\x72\x72\x7a\xf0\xfe\xf8\xf0\xf2\xfd\xdb\xa3\x37\x47\xaf\x61\x83\x32\x9f\x8e\x4e\xde\x9d\x9d\xfe\x7c\x78\x70\x79\xf4\xf6\xfc\xe2\xec\xfd\xc9\xe1\xdb\x8b\x7a\x82\xe3\xa3\x57\x67\xfb\x67\x47\x87\xe7\x97\x47\xe7\x67\x87\x3f\x1c\x9d\x5f\x1c\x9e\x1d\x1e\x24\x38\xd6\x4d\x49\x70\x7c\x70\xf8\x66\xff\xfd\xf1\x85\x69\x5d\x7d\x9e\x3c\xac\x23\x34\xda\xda\x45\xeb\x6b\x62\x53\xb4\x9b\x61\xbf\x75\xf7\xc2\x68\x6b\x07\x6d\xd2\xa1\x36\x5d\x6b\x48\xc4\x6c\xe8\x79\x9a\x99\x5b\x0f\x45\xeb\xb1\x92\x23\x39\xf4\x3a\x95\xc3\xbb\x50\xbb\xba\xb6\xc2\x47\x66\x88\x04\xcb\xd9\x4a\x12\x1c\xad\x56\xb8\x72\xfa\x9b\x28\x3f\x07\x1a\x92\xb5\x63\x14\xf5\x1e\x19\xc3\x54\x1b\xd4\x18\x42\x5d\x63\x60\x49\x75\xce\x97\x42\xdd\x9e\x59\x62\xed\xe1\xb2\x64\x3c\x33\xb2\x54\x21\x67\x2c\x81\xee\x31\xb5\x84\xd6\xcc\xfe\x4c\x59\x18\x5a\x82\xeb\x27\x80\x25\xfa\xc8\xca\x9b\x2a\x0b\x7e\x4b\xb8\x35\x63\x2c\xad\xf6\xfa\x6e\xa0\x6c\x18\x28\x86\xcd\xf6\xc0\x0e\xab\xab\xaf\x66\x99\x68\x62\xf5\x6f\x6c\x44\x68\x72\xb4\xac\xdd\x6c\x53\xb5\xd9\xfd\xb6\x8c\x20\xb8\x59\x80\x8c\x2f\x0b\x40\x07\x3e\xe1\x0a\xe1\x49\x08\xf8\xb2\x42\xa7\x79\x76\x6f\x1a\xe0\x35\xb7\x77\xa3\x15\x71\x91\xd9\x9f\xd5\xd9\x02\xf9\xc6\x57\xca\x8f\x75\x94\x12\xfc\x16\xd0\x56\x70\x84\xc1\xfe\x1b\xbd\xa6\xbb\x40\x5d\xd7\x6b\xf3\xcb\x8b\xb5\x5e\x57\x23\x78\x73\xfc\xb4\x61\xfc\x66\x73\x75\xdd\x55\x54\xe3\x8e\xcb\x21\x2d\xe3\x56\xeb\x9f\x97\x10\x0b\xec\xeb\xb8\x9b\x4b\x21\xc0\xd3\x4b\x4c\x7d\xaa\x47\x1d\x1e\x07\xb6\x5a\xc1\x44\x23\x86\x03\x42\x88\xd3\xf9\x60\x1a\x2d\x1d\xd3\x2c\x87\x2d\xd9\x28\xaf\x7b\x7b\x27\x0c\x8d\xb1\x1a\x8d\x5e\xe8\xc0\x8c\x26\x25\x30\xfe\x51\x48\x54\xe0\x00\xe0\xb4\x3a\x7c\xc6\x1f\xeb\xd9\x2f\x17\x69\xf5\xb1\x20\xf9\x5f\x17\x23\x20\x8f\x8b\xfb\xc5\x15\xcd\xa2\x30\x80\xbd\x16\xcc\xb0\x5a\xa1\x54\x5b\x78\x3e\xd6\xd9\x43\xec\x69\x12\xdf\x5a\xde\x86\x09\xd1\x56\x85\x57\x02\xb7\x1d\x19\x0d\xd9\x5a\xfb\x3d\x74\x07\xd4\x1a\x93\x09\x58\xa7\x75\x07\x44\x1a\x93\x49\x22\x37\xc8\xee\x91\x83\x1b\xe3\xcd\x56\xda\xda\x9b\xe7\x86\xf7\xb5\x24\x2b\xe6\x82\xd1\x2d\xfa\x3e\x72\xa9\xf2\xf4\x7d\xba\x4b\x59\xee\x7b\x3f\x4d\x97\x82\x9b\xdf\x96\x37\xf9\xdb\x9c\x61\xfc\xf5\xac\x83\xbb\xad\xc9\x95\x44\xed\x80\x59\xaa\xf1\xde\xd8\x5c\x5b\x93\x50\xf9\xd6\x9a\x82\x1b\xe5\xf0\x86\xd4\x89\x55\x27\x3f\x66\xbc\xff\x54\xc2\x36\xcb\x7a\x73\x7b\xd5\xba\x5f\x52\xf6\xc4\x9e\xa1\x4f\xea\x19\x35\x1d\xa4\x49\xcf\x85\x98\x0c\x9b\x95\x92\x3a\xe6\xf2\x42\xf8\x14\xd3\xed\x68\xfe\xbe\x20\xf9\xb5\x38\xd7\x96\x4b\x3c\x7b\x23\xe5\xc6\x37\x59\x7a\x5d\xc8\x08\x14\x07\x62\x16\xbe\x51\xb4\x12\x30\xb1\x6c\xbe\x32\xd3\x5d\xbc\x4b\xb0\xbc\x82\x81\x44\xf0\x51\x24\x06\xb7\x72\xfd\xeb\x1c\xa7\x99\x9b\x4d\xbf\x4f\x70\x2c\xaa\x94\x88\x03\x64\x0e\xa1\x2a\x8a\x02\xb3\x86\x95\x7a\x0d\xfb\xa5\x04\xc3\x15\x95\x4c\x33\xba\xe2\x15\x10\xd0\x8c\xaa\x78\x01\x84\x35\x83\x29\xad\x5d\x44\x89\x73\x15\x90\x49\xbe\xd1\xf5\x99\xc1\xdb\x1b\x9b\x0e\x6a\x7c\x03\x6f\x97\xf6\xad\x6a\x95\x84\x15\x5c\xc0\x7b\xa7\xe9\x8b\x9e\x8c\x02\x20\x5e\xb7\x3a\xed\x16\x3e\xde\xc3\xc7\x56\x27\xdf\x2b\xf3\x05\xcf\x08\x1a\x44\xac\x26\xac\xd6\xf6\xee\xa4\xea\x35\x87\xe2\x7a\x93\x51\x96\xbd\xeb\xdb\x21\xbb\xb6\x9e\xfa\x9e\xa9\x18\x67\x38\x9a\xbe\x1e\x28\x51\x9b\x63\x84\x53\x03\x7f\x5c\xe2\x29\x78\xa0\x69\x53\x5b\x63\xaf\xa8\xea\x55\xdb\xba\x23\x14\xbc\x7a\xff\xc3\xa8\x0f\x0e\x4d\x7d\x52\xf4\x17\xa4\x28\x00\x72\x77\x6d\x2e\x39\xdc\x76\xbd\xc5\xaa\x57\xc2\xa8\xea\xea\x37\xe7\x08\xf8\x04\xdd\x4b\xed\x84\x6a\x13\x57\xe8\xfa\x5f\x9c\xab\x57\xbd\x71\x2a\x6d\xc4\xde\xe7\x9c\x64\xce\x66\x9f\x34\x13\x1c\xcd\xd6\x7d\xad\x7f\x6b\xec\x6f\x89\x97\xdf\x50\xa7\x58\x6d\x8d\xf7\xda\x79\x49\xab\xaa\x6e\x59\xbc\xf5\xb5\x5e\x4f\xf6\x78\x43\x73\xc5\xfd\xd5\xf6\x9a\x34\xa1\xdd\x08\x22\x9e\xb1\xf9\x7a\xc2\x17\xc9\x6f\xe9\x07\xec\xed\xd4\x1f\xf7\xdf\x1e\x1c\x1f\x9e\x9d\xd7\xc5\x24\xe8\x45\xf3\x89\x2b\x68\xaf\x47\x7a\x99\xf5\x1a\x21\x8f\x64\x32\x55\x78\xde\xd5\x7e\xc3\xde\x7c\xbd\xe6\xeb\x63\xde\x27\x86\x29\x68\xe3\x56\x0a\x1c\x3d\x70\x6b\xbe\xa9\x30\x2d\x78\xb2\xb5\xdb\xd5\x0e\xc9\x8b\x75\xe1\xc4\xff\x6f\xaf\xcd\xa7\x2c\xcb\xcd\x96\xde\x63\xd3\x41\xcd\x1a\xdf\xfa\xec\xae\x5a\x7b\xad\xd5\x2b\x97\x3f\x2e\x66\x79\xec\x18\xdb\xac\xfb\x17\xee\xeb\x26\x1c\x4b\x82\xe3\x77\xfb\x67\x17\x47\xfb\xc7\xe7\x56\x3d\x6c\xf4\x57\x47\xe7\x97\x3f\x1f\x9d\x1f\xbd\x3a\x3e\x4c\xf0\xfa\xa8\x52\x09\x8e\xdf\xbc\x7f\x0b\x91\xdc\x2f\xdf\x9d\x9d\x5e\x9c\x5e\xfc\xfa\xee\xf0\xf2\xf0\xef\x17\x87\x6f\xcf\x8f\x4e\xdf\x8a\xef\xfb\xef\xde\x5d\xbe\xbe\x38\x3b\x06\xfd\xd6\xe1\x99\x48\xf6\x0e\xde\x1f\x1f\xed\x9f\x5f\x9e\x1c\x5e\xfc\x78\x7a\x90\x60\xcf\xd5\x58\x82\x63\x5b\xa5\x93\xfd\xb7\xfb\x3f\x1c\x9e\x5d\x9e\x5f\x9c\x1d\xbd\xfd\xe1\xf2\xf8\xf4\xf4\xa7\xf7\xef\x12\x1c\x2b\xa2\xa6\x36\x27\x87\x67\x3f\x88\x5a\x1f\x9f\xfe\xf0\x03\x34\x53\xb6\x0d\x6a\x74\x60\xab\x28\x92\x3a\x51\xe8\x13\x03\x71\xeb\xbe\xdc\xda\xe9\x75\xe7\x87\x8f\xaa\x14\x78\x96\x25\xc3\x63\xbd\x52\xf0\xea\xb1\x96\x40\x22\x4f\x1f\xc0\xfb\x5a\x57\xc9\x37\xde\x4e\x85\x4f\xeb\xc7\x43\x56\x75\xed\x90\x3a\xcd\xf6\x4e\x09\xf8\x6e\x66\x0f\xfc\x6a\x4d\xaf\xad\x06\xfb\x65\xbc\x44\x5b\x12\xaa\xd7\xc6\x5a\x25\x17\xbb\x8f\x7c\xdc\x96\xb0\xb0\x9b\x58\x61\x3b\x9a\x97\xa7\xea\x22\x5c\x83\xe4\x59\x7a\xbd\xbd\x48\x97\x9f\x10\x97\x76\x3d\x9c\xd4\x53\xfc\x66\x5b\xa6\xd6\x2e\x97\xf5\x91\xe3\xbc\x20\x34\xdf\x36\x61\xef\x9f\x64\xc6\xfd\xa8\x4f\x6e\xdb\x82\xba\xcb\x7e\xfa\xf6\x8b\xd9\x4f\xdf\x76\xd9\x4f\xff\x47\xdb\x6a\xaf\xf3\xd5\x3f\x84\x61\x7e\xa7\x66\xef\x86\x7e\xe5\x8d\x7c\x8f\x09\xff\x9f\x54\x46\xd1\x2e\xa3\xc3\xe6\x9c\xc6\xc6\x88\x4a\x2b\x1c\x69\xac\xaf\xf9\xdf\x31\xfa\xf1\x1e\x34\x67\xe8\xe1\x13\x8d\xc2\x6b\x36\x09\x60\xcf\x4b\x1c\x73\xc7\xb3\x34\x97\x01\xea\x8b\x92\xd5\x5c\x7e\xdb\x25\x35\xb2\x69\x5b\xf3\xb6\xfd\xa4\x37\x79\xb2\xb5\xf3\x89\xb6\xda\x40\xae\x5d\xc1\xb0\x6e\xc5\x3d\xf7\x99\x6c\x77\xda\x63\xd4\x4c\x50\x1d\x9f\x62\x69\xa2\xe1\x3a\x21\xd7\xbb\x4f\x3a\xe4\x21\xa7\x6d\xeb\x5d\x98\x9d\x84\x50\x21\xd2\x76\xae\x7e\x8c\x40\x2b\x03\x10\x6a\xf4\xba\xdf\xd6\x44\xdb\x8d\xd6\xd2\x86\x81\x3b\x32\x6e\xd0\x39\x09\x9b\xe9\xd4\x59\x1a\x8b\xa9\xc2\xda\x5e\xe1\x1e\x13\xf8\x76\x51\xed\x6c\x1b\x15\xd9\xa0\xd4\xd0\xdf\x9a\x00\x6c\xd2\x5d\x38\x73\xdc\x85\x9d\xce\x03\xf0\x3a\x0f\x48\x8d\x13\xb8\x14\x22\xb8\xe1\x88\x4b\x8b\x11\x66\x76\x2f\x5e\x85\x79\xa4\x62\x41\x14\x06\x7a\x32\x4d\x76\x5e\xa4\x36\xb0\x68\x3a\x1c\x46\x2c\xc9\xc7\x64\x9c\x4e\x26\x88\x82\xa9\xbf\x84\x9c\x42\x0c\xb1\xf8\x0a\xc2\x1f\x20\x16\xa7\x73\x8e\x59\xd4\xa3\x31\xa7\xcb\x82\x32\x1e\xf2\xba\x25\xdd\x95\xad\xda\x83\xb1\x2e\x1b\xe1\x4a\xc3\xe6\xd8\x16\x62\x14\x68\x1b\xc9\x20\x5a\xad\xa6\xe6\x62\x42\x4f\x7a\xee\x18\x47\x5d\x3a\xcb\xca\x76\x78\x3d\xf6\x86\x74\xf8\x13\x5b\x08\x20\xcb\x80\x3d\x4a\xfb\x9d\x32\xba\x1c\xe3\x89\x36\xb9\x78\xa8\x7a\x4c\x7c\xa8\xc7\x70\xd6\x89\xb4\xd1\xab\xb5\x8c\x62\x51\xa5\x3e\x8e\xa5\x43\x2d\x28\xdd\xaf\x1b\xf0\xe7\xee\xdc\xf2\x44\x87\xf6\xad\x9e\xae\x84\x76\xe6\x5c\x36\x27\xbc\xfb\x33\xf0\x12\x95\x79\x7c\x33\xd7\xbc\xee\xd7\x89\x74\x6c\x34\xb5\x08\x21\xa9\xd9\xd5\xc3\x07\xcd\xb0\x8c\xae\x60\xc2\xf7\x5c\xe0\x97\x24\x13\xff\x23\xee\xd8\xd1\xb5\xec\x0c\x11\xf6\x78\xd2\xd6\x71\x0a\x94\xe3\x9e\x02\x56\x0a\x83\xa9\x73\x7f\x2c\xe4\xab\x0c\x73\x9a\x6b\xf7\xdd\x66\x62\x19\x51\xa2\x9d\xce\x56\xc9\xf2\x81\xda\xe4\xd2\x81\x68\xf5\x38\x08\x3b\x76\x7e\x92\x78\x00\x61\x2b\x74\x97\x04\xa8\x23\xf2\x52\xdd\x12\x53\xa1\xb7\x7e\x62\x6e\x5a\xc2\x0d\xcb\x25\xa7\xcb\x63\x7c\x8b\xb3\x9f\x09\xbe\xd3\xcc\x4d\x80\x0c\x04\xdd\x68\x9b\x96\x3c\xc3\xbc\x99\x1f\xe0\x80\xf5\xb7\x0d\x0c\x41\x9d\xac\x35\xae\x59\xc7\xc7\xad\x5b\x35\xae\xc9\xf0\x94\x92\xac\xf1\xe4\x95\xb5\xcb\x0c\xa4\x51\x7e\xc3\xb2\xb3\xab\x7b\xd6\x66\xbc\x5d\x93\xd1\x6f\xae\xe9\xf7\x0e\x37\xcc\xf7\x2c\x56\xe6\xf0\xeb\x8d\x42\x6d\x86\x60\x83\x62\xf4\xfa\xda\x9e\x53\xb6\x0d\xa2\xc5\x35\xc9\xaf\xf5\xda\xd1\x36\xf6\xec\xb1\x99\x6a\x24\x16\x49\x63\x3b\x9d\xa5\x4b\xc7\x14\xd8\x11\x3b\xd6\x15\xd8\x20\x0a\x71\x55\x1b\x94\x4c\x41\xa0\xd8\xdf\x97\x1f\xdd\xf7\xbe\x0a\xb4\x17\x64\x77\x5d\x6f\xe2\xd7\xbe\x22\x9a\x24\xd4\x16\xb1\x2d\x95\xe3\x2a\xef\xd2\x5a\x92\x1c\xc3\xfb\xa8\x0a\xb9\x6b\x9f\x2a\x39\x5d\x6b\x9a\x0a\xbe\x07\xc8\xec\x71\x70\x73\x7b\xe6\xfe\x52\x66\xab\x77\xc9\xb5\xa3\xc7\xb9\xeb\x90\x69\x7d\x60\x4c\x9f\xee\x3a\xdc\x12\x50\x1b\x82\x67\x37\x42\xb6\xc7\x9f\xb6\x53\x90\x5e\x23\xf6\x75\x89\x79\xe5\x53\x44\x2f\x63\x8d\x22\x86\x8c\x64\x7a\x98\xad\xf8\x55\x3e\x2a\xea\x65\x5f\x4c\xd4\xcb\xbe\xae\x5b\xee\x34\xc9\xe3\xa6\x41\x86\x47\x3e\xca\xed\x0c\x77\xa5\x26\x21\x21\x7c\xaa\x53\x6d\x3d\x7c\x24\xf0\xfe\x3d\xd7\xd3\x31\x2d\x70\x0f\x03\xf6\x13\x6f\x22\xd5\x98\x04\x09\x8e\x7a\x16\x0c\xa6\x2e\x6c\x34\xb9\x82\x79\x9a\x65\x57\xe9\xf4\xc3\x08\xd7\xd2\x55\xc6\x89\xd2\x75\x93\xe4\x36\xf6\x4e\xf8\x00\xf7\x53\xe0\x8d\x54\xb5\xfc\x6e\x9a\xde\x7c\x75\x74\x9a\x2e\x67\x3c\x83\x29\x54\xf3\xd7\xc1\x77\xfd\x5c\xfa\xd8\xa9\x57\x8e\xc1\x32\xb3\xe2\x6f\xc8\x1d\x1f\x28\x0c\xbe\x23\x51\xdb\xfd\xe7\x69\x00\x5b\x92\xbb\xcf\xa8\x16\xa9\x0f\xf0\x52\x70\x03\xf9\x94\x60\x23\x74\xb6\x40\xb7\xcc\x30\x3c\x82\x6c\xd5\x70\xb3\x7a\x1c\xac\xaa\x21\xa7\xb6\xc7\x67\x1d\x94\x8f\x2a\xef\xa9\x58\x57\x16\xb2\xde\x23\x79\xd5\xca\x06\x17\x43\xd3\xfe\xb5\x21\xa0\x25\xeb\x0a\xe1\x37\xe4\x36\xee\x91\xce\xfd\xb0\x32\x3d\xeb\xc2\x64\x51\x9d\x80\xc4\x28\x18\x62\x09\x75\xec\xc2\x1c\xd3\x7a\x84\x8e\x94\x8b\x4d\x8c\xe3\x59\x9f\xd3\xfe\x82\x96\x39\x07\x5c\x63\x49\xa1\xff\x07\x80\x3d\xfe\x03\xea\x5f\x95\xbc\x4f\x78\x9f\x14\xfd\x9c\xf2\xbe\x8d\x35\x2e\xc3\x5d\x11\x5e\xf4\xe5\x96\x1b\x07\x1a\x56\xa9\xe9\x24\xc5\x6b\x20\xb7\x0d\xc5\x0c\x98\x09\xcb\xe0\xee\x15\xea\x98\x5d\x7e\xe1\x5a\x46\x1f\x2f\x9a\xda\x24\xb5\x4f\xbc\x18\xd7\xfd\x91\x7c\x7c\xcc\xda\x3b\x64\x9f\x4b\x00\xab\x45\xed\x53\xa7\x36\x03\x49\x41\x42\xdb\xca\xf9\x92\xaa\xc4\x62\xd9\x99\xe8\x89\x6b\xa6\x63\x4f\x89\x6b\x6b\x40\x80\x3c\x9c\x92\xea\xed\x71\xdd\x3d\xaa\xc9\x2e\x66\x61\x14\xf9\x99\x73\x64\xb8\xf9\xd1\x76\x30\x0c\x59\x1d\x98\x64\x2f\x98\xd1\x45\x30\x0a\xc4\x84\x86\x6b\x78\x0f\xac\x50\xb3\xac\x32\x8c\xa2\x49\x8f\x35\x71\x59\x54\x3c\xf9\x6e\xc4\xb1\xa7\xf4\xb4\xea\x46\xe6\x41\x41\x32\xee\x80\x92\xd7\xb3\x72\x4e\xfd\xc6\xde\x07\xed\x55\xcb\x66\xd8\xe9\x47\xf3\x55\x55\xd4\x9b\x6e\x8e\x0c\xc5\x21\x3a\xb8\x47\x10\x7b\xbc\x82\x7e\x7e\x7f\x83\x86\x35\x46\xd5\x5b\xbe\x23\xd5\xd9\x29\x21\x86\xbf\xc5\x8d\x1b\x09\x76\x4d\x1e\x88\x0c\xbe\x61\x21\x7a\x76\x3d\xad\x18\x95\x2b\x32\x50\x55\xf3\x64\xea\xf0\xb1\x73\x2f\x1f\xeb\xb9\x6c\xd9\x24\x98\xcb\x17\xb7\x8f\x69\x6c\x57\x5e\xcb\xea\x31\x9b\xe8\xe0\xc0\xfe\xa4\xa2\x22\x22\x55\xc2\xab\x9e\x13\x7a\xd7\xd8\x7d\x1e\xbe\xfd\xe1\xe8\xed\xe1\xe5\xbb\xfd\xb3\xc3\xb7\x17\x41\xc3\xf8\x1c\x38\xec\xaf\x7e\x25\xeb\xbd\xb2\x06\x04\x37\x67\xa8\x1a\x66\xd5\x8d\xe0\x49\x4f\xf7\x85\xfa\xe2\xa3\x65\x6b\x04\x61\x81\x2f\xed\x6f\x88\xb0\x9a\xcc\xc4\x30\x95\x57\xc5\x94\x91\xab\x26\x6c\xb4\xd6\x71\x12\x44\x6d\x50\x86\x38\x88\x50\x9a\x8c\x27\xa8\x48\x76\x5e\x14\x2f\xa9\xd6\x65\x16\xc3\x61\x14\xfc\x31\x48\x92\x24\x24\x09\x1d\x17\x93\x68\x2f\x55\xfb\xe6\xf8\x7f\x7e\xfb\x2d\x9e\xfc\x31\x88\x46\xea\x0d\xd1\x00\x6d\xa9\x0a\x8e\xf0\xdb\x6f\xe2\xf4\x2d\x87\x49\x10\xfe\xf6\x5b\x1c\xff\x31\xda\x53\xb1\x4e\x92\x87\xa5\x38\xe6\x59\x3e\xc2\x88\xe1\x6b\xfc\x71\xe4\xe0\x72\x07\xff\x13\x0c\x4b\x89\xcd\x2d\xc3\x4b\x8e\x78\x65\x83\xc8\x42\x49\x59\x84\xf2\xe4\xa1\x42\x10\xab\xba\xcc\x7d\x2d\x75\x61\xc2\x77\x10\x49\x76\x5e\x90\x97\x1a\x09\xfb\x05\x81\xd8\x90\x64\xa2\xf8\x34\x9e\x90\xa8\xc7\xa0\x2b\x04\x5f\x80\x76\x25\xf9\x4a\x6a\x04\x70\xdd\x00\x5d\xd1\x48\x76\x4c\x9a\x56\xec\xa8\xc4\xe9\x7c\x56\xd4\xe3\xe0\x8d\x27\xbd\xfa\x57\x6d\x1e\xf3\x20\x97\x8c\x92\x06\x45\x77\xfb\x70\xd0\xb4\x1f\xa2\x72\x1d\x5c\x62\x06\x81\xd5\xf3\x29\x06\xbf\xbe\x90\x26\x24\xce\xe9\xdd\x6a\x45\xe2\x05\xfd\xfd\xad\x7c\x92\xf1\x65\xd5\x8f\x45\xa1\x1e\xe8\x5b\x7a\x17\xed\x51\x40\x35\x09\x49\x34\x3a\x48\x39\x16\x79\x23\x57\xf6\x5c\x17\xc0\xb2\x26\x34\x0a\x69\x16\xc2\x3e\x81\x21\x86\x68\x02\x00\xa2\x37\xac\x0b\x5f\x26\xdf\x0e\x06\x65\xc8\xa3\xbd\x30\x4d\x38\x2a\x92\x3c\x1a\x85\x34\xe1\x28\x4d\x72\x54\x24\x24\x02\x94\x12\x83\x58\x6e\xec\x4d\xc1\x5a\x5f\x49\x59\x59\x42\xa1\xad\x37\xc9\x2c\xc4\x9e\x18\x5c\xfd\x4c\xf0\x37\xea\xf9\x26\x49\x92\xf9\x9e\x21\x30\x9a\x86\x29\xba\x41\x19\x2a\xea\x91\x8c\xb5\xed\x3b\x67\xf7\x4e\x50\x17\x91\x27\xd7\xc0\x1d\x44\x63\x2b\xb0\x18\x7f\x9c\x62\x19\xde\x82\x20\x52\xcd\x49\x9e\x66\xd9\xfd\x03\x0f\xa3\xca\x12\x9d\x87\xd1\x83\xfd\x25\x6a\x4a\x10\x05\x25\xbb\xaf\x85\x73\x1d\x51\x5a\x45\x1c\x4d\x57\xab\x30\xf5\xcf\x66\x44\xc4\x32\xa5\xc9\xce\x0b\x6a\x27\x34\x1d\x0e\xa3\x90\x27\x6c\x4c\x27\x51\x0c\x2b\x4a\x22\xd1\xe3\x68\x30\x20\xca\xed\x55\x05\x6b\xb5\xd8\x00\x63\x3c\x81\x06\x08\x49\x0c\xfa\x3d\xf5\xd6\xaa\x44\x59\x42\x42\x1a\xa1\xa9\xf2\x28\x3d\xbf\x38\x7b\xff\xfa\xe2\xfd\xd9\x21\x58\x66\xbc\x39\x3a\x3e\xec\x4d\x07\x83\xb0\x4c\xf0\x30\x18\xf5\x83\x61\xa6\x4a\x42\x42\x90\xa1\x19\x8e\x39\x59\xe0\xb0\x8c\x22\x73\xbd\x32\x13\x4d\xb8\x49\x84\x7c\xb6\x4c\x76\x5e\x2c\x5f\xea\x92\x5f\x2c\x35\xa8\xfe\x22\x49\xc7\xcb\x49\x6f\x26\x2b\xbf\x50\xb7\x26\x21\x16\xa3\x67\x61\xf2\x5c\xbf\x1d\xb3\xdc\x05\x59\x96\xec\xbc\x60\x96\x2c\xd3\x64\xf3\x24\x1d\xb3\x49\xcf\x33\x9b\x73\x79\x1f\x23\xf8\x42\x78\x80\x49\x91\xa1\xd9\x98\x4d\xa2\x6a\x3a\x18\xb8\x8d\x39\xcc\x67\x61\x19\x55\x95\x6f\xed\xa7\xde\x1d\x21\x4d\x9a\x9e\xaf\x46\x26\x6e\xda\x7e\x2e\xe8\x8c\xcc\xc9\xa6\x2e\x3c\xff\x6e\x77\xb3\x02\xf3\x13\x55\xc1\x93\x34\x4f\xaf\x9f\x06\x5e\xdf\xc8\xfa\x98\x75\x7a\x7a\x45\x32\x4e\xf0\xa6\x98\xf3\x3c\xd6\x7d\xf7\x5a\xe6\x25\x22\x73\xcb\xcb\x4d\xce\x4e\xf0\xe1\x4a\x1f\x65\xb7\xba\x22\x88\x69\x6b\x65\x86\xe7\x98\xe1\x7c\xea\x75\xa4\xf8\x12\xec\x8a\x94\x37\xf9\x4f\x18\xdc\xbe\x52\x9e\x50\xe5\x52\xe3\x14\xc6\xcc\xc6\x9b\x10\xc1\xc9\xb5\x22\xc7\xd3\xc1\x20\x84\x2f\x2d\xf8\x48\x05\x1f\x8c\x52\xa3\xee\x7b\x43\x99\xae\x5b\xa4\xc3\x1a\x4b\xd4\x5f\x1e\x73\x96\x4e\x3f\xd4\x71\xb4\x71\x42\xe5\x4e\x49\x22\xbb\xef\x82\xbb\x4f\xb9\x9c\x41\x70\x98\x14\x49\x9d\x19\x68\xa6\x8a\x72\x81\xa3\xb0\x00\xec\x10\x44\xaa\x9a\xef\xad\xec\x32\x32\x0f\xb7\x64\xd0\x31\x1d\x20\x57\x07\x14\xa2\x2c\x0a\xc7\x90\x6a\x12\x45\x0f\x79\x82\x9b\xe6\xb5\xae\x13\x0f\x11\x34\x50\x1e\x55\x3d\xc7\xcc\xbb\xc0\x1c\x04\x22\x32\x3d\xc0\x53\xca\x52\x20\x49\x23\x44\x2b\x27\x97\xa8\x45\xb5\x2e\x79\xe7\x74\x2a\x39\xf6\xa3\x27\xa8\x34\xd2\xbf\x4b\xa6\x33\x0f\x97\x8b\x74\xca\xe8\x23\x89\x19\x9e\x95\x53\x7c\xd9\xcc\xf3\xc5\x3d\xea\x3b\x33\xe0\xc5\x92\xdf\x6f\xbc\x0e\x21\xf5\xda\xd5\x9d\x53\x7e\xf8\x24\x92\x3a\xc3\x23\x54\xf3\x4d\x9d\x58\x04\xc5\x1c\x3f\x56\xc7\xa7\x54\x6f\x2d\xad\x2b\x4a\xb3\x8d\x89\x89\xc4\x6b\xa9\x2d\x04\x4b\xb2\xf9\xae\x28\x52\xaf\xa5\x87\xff\x55\xa6\x9b\x57\x0f\x52\xaf\xa5\x77\xbd\x79\xc7\x5d\xaf\xef\xb7\x6b\xbe\xf9\x80\x5e\xf3\xf5\xe3\xb9\x71\x3c\x10\x1e\x67\xeb\x6b\x95\x3d\xa1\x56\xd9\x23\xb5\xa2\x39\xfe\x25\xdd\x7c\x1d\xc8\xe4\x8f\xf8\x8f\xc9\xa8\x05\x1b\xd3\xd4\x19\x1e\x09\xa9\xa2\xec\xad\xf3\xeb\xfd\x8c\xa4\x9b\x1f\xca\xcd\x8c\x6b\x4b\x49\xf3\x4d\x03\xc1\xf0\x38\xcd\xd7\x07\x81\xa1\x9b\xf3\x26\xf4\x91\x40\x3d\xe5\x62\x73\x13\xbf\x72\xb1\x7e\xed\x02\xa6\xd5\x66\xb4\x16\x24\x7f\x64\x1f\xf8\xb8\x39\xad\xf4\xe3\x23\xb4\x96\x4f\xa0\xb5\x5c\xdf\x5f\x60\x19\xbb\x69\x87\x51\xf6\xa8\xb1\xe5\x01\x99\xcf\x9f\x62\x64\x29\xd2\x3f\xd6\xda\x57\x9b\x2e\x10\x68\xef\xab\xf5\xab\x63\x4e\x32\xbe\x31\x2f\xcc\x62\x99\x7c\x03\x8a\x4f\xa8\xa4\xce\xb0\x96\x6a\x99\x93\x7f\x6d\x4c\x51\x24\x7e\x94\xda\x13\x6a\x28\x93\x3f\x46\x91\x6e\xbe\x3e\x20\xf5\x7a\xef\x5f\xc1\xc9\x17\x78\xba\xf9\x74\x34\x39\xaa\x2a\xea\x66\xa0\xa6\x34\xcb\x9e\x42\x55\xa5\xef\x12\x46\xba\x65\xbd\x86\x1d\xc2\x26\x71\xa6\xbe\x8a\x24\x22\xe1\x3a\x15\x26\x0d\x81\x2b\xdf\x5f\x70\xfa\xe1\x24\x5d\xd6\x79\x78\xae\x78\x78\x07\x10\xdf\xb9\xd0\xf4\x22\x68\xd5\x52\x48\xa4\x86\xc1\xc0\xf3\x32\x8c\x90\x8c\xdb\x7e\x7a\x97\x9b\x4a\x1b\x1c\xd1\x48\x8b\x40\xba\xae\xe0\xd2\x2b\x9f\x12\xba\xd7\x8c\x5a\x4d\xa3\xd1\x43\x65\xc1\x39\x54\xc2\x31\x9f\x24\x39\x6a\x22\x07\xc8\xdb\x3d\x10\xa0\xf4\x75\x7f\xfd\x9e\x57\xf4\xc6\x49\xba\x44\xe0\xe2\x2d\x85\x26\x1c\xe9\x0b\x7e\x50\xae\x87\x16\x96\xbf\x71\x65\x9a\x4b\x0d\x1c\x57\xa1\x94\x04\x81\x1c\xf1\x48\xa2\xc2\x9a\xae\x4d\x35\x7f\x0f\xdd\xdf\x53\x42\x52\xde\x29\x24\x71\xc4\x84\x90\x44\x94\x90\x94\xfa\x85\x24\x39\x60\xc4\x15\x92\x72\xbf\xd4\x93\x46\x28\xad\xea\xb9\x12\x16\xc3\x0c\x01\x61\xa9\x33\x9b\x77\xba\xaf\x17\x84\x3e\x41\x22\x5f\xaf\xfe\x30\xbd\xc8\x84\x90\xa9\x35\x41\xe3\x89\xfd\x40\x42\x1c\x3d\xa8\x1b\x41\x1c\x55\x5a\x99\xe4\x51\xb3\x3d\xc8\xee\x64\x63\x3a\x79\xa1\x5d\x87\xd3\x7c\xa6\xe6\x23\xc1\x85\x10\x78\x89\xd1\x50\xe5\x76\x08\x45\xcd\xf2\xb6\xe9\xad\x55\x5d\xe1\xa4\xa9\x2f\x45\x72\xa1\x01\x84\x49\x88\x23\xa5\xf6\xc3\x50\x11\x32\xa6\x13\x9b\x61\x4c\x27\x6a\xa0\x59\xb8\x83\x88\x90\xd8\x2d\x16\x46\x1d\x26\x25\xd5\xc8\x28\x63\x7f\x1d\x8c\x27\xb8\xd2\xa2\x61\xab\x3e\x23\x52\x0d\x60\x03\x2b\xa5\x63\x36\x91\x57\xfa\x79\x48\x22\x13\x64\xa7\x72\x64\x6e\x37\x31\x9e\x44\xd5\xc4\x6a\x67\x8b\xea\x53\x6c\x81\x40\xb8\xec\x72\xe4\xb6\xf0\x1f\x78\x18\xa8\x96\x04\x1e\x2d\xb1\xd6\x30\x08\x5a\x10\xbf\xd6\xad\xa8\x34\x4d\xa9\x10\x36\x52\xe7\xe7\x16\xb7\xb5\x71\x79\xb9\x2f\x08\x6d\xb3\xac\xee\x06\xbd\xa5\x39\x5e\xdf\x9e\x4f\x23\xbf\xd5\x22\xa9\x28\x0a\x59\xf5\xd3\x48\xf6\xb5\x1b\x6d\x67\x6d\x41\x70\xad\x29\xba\x36\x22\x2f\x97\x77\x8b\xaa\xbd\x44\x02\xdd\x78\xae\x4b\x01\x71\xf6\xe9\xa5\x78\xa7\x38\x8e\x92\x24\x61\x8a\xf0\x35\xff\x62\x54\xbf\xb7\x34\xf1\x97\x23\x6a\x6a\x9a\x7d\xb9\x9a\xbe\xb4\x34\xbf\x5c\x4d\x5f\x9a\x9a\x4a\xf1\xb7\x6b\xc2\xa5\x42\xbe\x8c\x42\x1c\xa9\x74\xa1\xc4\xf8\x54\xe2\xed\xe3\xb9\x6c\xbc\x3f\x09\x07\x55\x17\x5c\x37\x99\xe6\x7e\xd0\xa1\xf6\xe2\xa9\xa3\x0f\x31\x7b\x30\x68\xc5\xa3\x4e\x8a\xf2\x08\x09\x16\x17\x1a\xcf\x04\x73\x93\xcf\xea\xd8\x4a\x22\x8b\x17\x1f\x14\x10\x3d\x21\x3d\x51\x9a\xd2\x8e\xa4\x5b\x2a\x29\x65\x4d\xaf\xe9\x27\xe8\x22\x37\x60\x5e\x9f\x04\x5b\xf5\x38\x17\xeb\x9e\xde\x92\xef\x34\x5d\xc8\x1a\x3b\xf3\x78\x12\xb4\xb6\x88\x56\x94\x40\xbb\x45\xe4\x65\x96\x25\x49\x42\x56\xab\x40\xf6\x80\xbd\x81\x25\x7b\xf9\x88\xc4\xb2\x0f\x42\x8e\x94\x99\x58\x3d\x58\x64\xd5\xe0\x88\xb5\x76\x5e\x91\x7f\xf6\x7f\x71\x3a\xbd\x79\xa6\xaf\xe8\xf6\x68\x52\x0b\xc1\x0e\x5f\xe3\x3f\x7e\xf3\x0c\x05\x01\x5c\x8f\x62\x84\x87\x09\xb4\x21\x72\x1a\xd6\xc0\x3e\xc3\x06\xf0\x8c\xa3\x71\x8b\x77\x6d\xb4\x94\xd6\x14\xf5\xa4\x00\x06\x43\xac\x80\x3d\x78\xb1\x1f\x85\x44\x2a\xf5\xf5\x86\x3c\xd2\xef\xe1\xfc\xf6\x36\x35\xb5\x08\xbc\x24\x11\x7b\xf7\xd2\x8f\x5a\x2b\x47\xc3\xb9\xa3\xed\x6a\x12\xf1\xf1\x29\x4e\xb5\xf7\xa3\x90\xd7\x6b\xd9\x59\xb7\xa2\x71\xeb\x66\x58\x70\xbf\x40\x22\x18\x73\x96\x70\xc4\x93\xf1\x24\x42\x72\x0c\xfd\xa0\xef\xa2\x95\xcc\x4c\x81\xca\xbd\x39\xff\x3a\x05\x4a\x21\xdf\x5b\x66\xb6\x9e\x95\xe4\x75\x56\x52\x9a\x44\x60\xb0\x85\xe0\x63\xe2\xb2\x92\x44\xc3\xe6\xf6\xd3\xb0\x51\x0f\x6b\x21\x8c\x14\xa8\x9b\x98\x13\xca\x23\xee\xdc\xde\x3c\x61\x3f\x72\xb1\xe4\x50\x9d\xc9\x88\x30\x80\xe7\x39\x73\x30\x8d\x06\x83\xd4\x9f\x9b\x0a\xd9\x2f\xc4\xd1\x6a\x15\x52\x15\x40\x07\x11\xcd\xb3\x47\x12\x8b\x1e\x11\xf1\xf7\x13\xb8\xca\xa2\x5c\xf8\x8c\x9e\x48\xed\x80\x72\x65\x27\x3c\xe4\x55\x84\x76\xa4\x72\x50\xb1\x2b\x1f\x9f\x46\xe2\x24\xe5\x37\x22\x97\x0c\x70\x18\xa1\xed\xdd\x67\x3b\x52\xa9\x27\xe9\x35\x62\xe9\x6f\x48\x8f\xe4\x9a\x9e\x24\x07\x26\x81\x50\xbd\x65\x52\xc8\xbf\xaf\xee\xfd\xf2\x60\x01\x9b\xa5\xdc\x80\x82\xa1\x77\x0e\xda\xc1\x93\x85\x00\x69\x39\x2b\x93\xd2\x3c\x36\x0a\x10\x7b\xb3\x12\x5c\x93\xe7\x49\xd2\x9a\x9c\x7b\x8f\x96\xe3\xb1\x04\xaf\xa7\x48\x92\x24\x37\x76\x42\x65\xa3\x1d\x24\x92\x96\x42\xe4\x5f\x60\x2f\x25\xf5\x50\xde\x2e\xf8\xec\xb3\xa3\x3e\x9b\x89\xda\x51\x65\x89\x51\x48\x10\x77\xf7\xd2\xa8\xc9\x72\x18\xe5\x53\xb2\x99\x7c\xf8\xe5\x17\xb5\x67\xe7\x6e\x35\x78\x4d\x6b\xc9\x68\x3c\x11\xcb\x90\x26\x24\x5e\xd2\x65\x18\xe9\x1d\x2b\xec\xb0\xcd\x7a\xc1\xad\xe7\x2c\x17\x72\xa6\xf1\xc1\x4d\xb6\x76\x51\x9e\x90\x31\xd7\xe6\x2e\xb9\x2b\x87\x93\x79\x98\x0b\x09\x38\x49\xc4\x84\x48\xb6\x76\x7a\x57\x0c\xa7\x1f\x2a\x21\x8b\x02\xca\xb7\x12\x46\xb7\x76\x95\x30\x0a\xe0\x18\xbd\xfa\xf9\x41\xc5\x2a\x71\x74\x84\x91\xb2\x6f\x3c\x20\xf3\xf9\x53\xa6\x07\xdf\x7c\x9a\xc8\xd8\xc3\xee\x3b\xbe\x7e\xea\x98\x17\x34\xda\x23\xde\xde\x94\xb9\xb7\x45\xab\x69\x0c\x9a\xc4\xd3\xb9\x74\x98\x36\x53\x8d\xac\x9d\x75\x4a\x39\xf9\x6f\x9b\x73\x35\x7b\x79\x92\xf0\xc6\x94\xe3\x8e\x08\xe7\xac\xf0\x96\xfe\x2c\xdf\x13\x7c\xda\x28\x6f\x8f\x2b\x81\x71\xd5\x3a\x5a\x39\xaa\x94\xf1\x96\x11\x8e\x51\x52\xb2\xd5\x4a\xe2\xc4\xaa\xde\x0e\xb9\x38\x65\xcc\x91\xdc\xeb\x34\x82\x63\x7b\x73\x45\x6c\x34\x03\x29\x47\x6d\x34\x26\xe6\x8c\xf2\x55\xca\x2c\xb7\x3a\x6f\xf0\x06\x9e\xe3\xbe\xed\x88\xa3\x70\x6b\xc3\x08\x1a\xe2\x8e\xbf\xa3\x53\x62\x8a\x1d\x02\xa9\x41\xc5\x66\x31\xc5\xce\x5c\xfe\xec\x73\xe7\x31\x17\xf3\x38\xf8\xbf\xe2\x39\x10\x4b\x10\xa5\x5e\x8b\x61\xff\x5e\xc2\xad\xdd\xe9\x48\xb0\xb4\x09\x1f\xef\x4c\x50\x9e\xf0\xf1\xae\x9e\x30\x63\x86\xf2\x24\x5f\xad\x82\xb4\x98\x06\x62\x43\xa9\x42\xd0\x69\x51\x08\xbb\x34\xda\x6c\xf3\x2d\xa2\x3d\xd7\xac\xcd\xf0\xb6\x85\xee\xcb\xc8\x8b\xff\xaa\x93\xad\xe9\x72\x62\x17\x88\xdc\x9a\xb8\x47\x45\xc8\xc7\x74\x82\x8a\x24\x15\x8d\x2b\x93\x74\xbc\x3b\x41\x99\xe4\x99\xc0\xf4\x88\x49\x3d\x8d\x99\xe0\xc6\xb1\x4c\x46\xd6\x2e\x22\xd0\xab\x89\xc9\x99\xa9\xad\x2c\x98\xe1\x62\x2a\xba\xbb\xdc\xdb\xde\xfd\x63\x36\xca\xb4\x92\x51\xec\x6c\x51\x15\x16\x28\xed\x5c\xe6\x3d\x67\xff\x9a\x19\x55\xf1\x1b\xca\x1c\x65\x2d\x89\x20\xe4\x55\x28\x98\x28\x3d\x89\xa7\x75\x79\xd0\x5c\x3f\xac\xbd\xb1\x68\x47\x0c\x6d\xdf\x5f\x80\x4c\xb9\xc0\xec\x1a\x77\x7d\x94\xca\xfa\xae\xaf\x77\x38\xfd\x70\x59\xe0\x0e\x9f\xca\xaf\x66\x07\xa3\x2b\xb5\x21\x50\xad\x03\x94\xfa\x08\xc9\x77\xaa\x75\x1b\x93\x96\xd9\xd6\x52\xbe\xfc\x05\xa7\x1f\xce\xf1\xa6\xb7\x54\xa4\x8e\xeb\x0a\x83\xe3\xee\x62\x00\xd7\x7c\x78\xf6\xc3\xe1\x1e\xd3\x29\x47\x06\xc2\x4b\xa6\xa6\x5d\xd3\xc5\x1d\xd0\xcd\x8c\xfb\xcd\xc6\xc5\xeb\x1c\xc3\xee\x0b\xfe\xb2\x79\x26\x49\xce\x41\x72\x0d\xf6\xf8\xe1\x60\x4b\xcb\x22\x9d\x37\xd7\xb8\x14\x1f\xf0\x7d\x11\x32\x7d\x74\xe5\xae\x59\xb8\x8e\xe0\x22\xce\x2e\x2c\xf8\x0b\x36\xa6\x13\x7b\x4f\xf4\x29\x92\x85\x6c\x36\xe0\x49\x7a\xbc\x0f\x98\xae\x94\x4c\xb6\x5a\x71\xc7\x11\x81\xad\xeb\x4e\xb5\x78\x3a\xd5\x2e\x5f\x1d\xaa\x5f\x05\xc9\x51\xca\x12\xee\x51\x96\x70\x7d\x23\x80\x7b\x2e\x36\x8b\x3b\x0c\xdc\x3b\x0c\x80\x9f\x32\x41\xd2\x99\x64\xcc\x0c\x1f\x81\xab\x75\x3d\x62\xf6\x84\x7f\xb3\xff\x88\x87\x2f\x50\x2b\x6f\x4f\xfd\x75\x57\x9b\x99\xd8\xd8\x78\x1b\x0b\xd1\xcc\xb9\x51\xad\xf4\x29\x69\x50\xeb\x2d\x12\x48\x3a\x9b\xf9\x8e\x5a\x43\x07\x2e\x10\x31\xb2\xce\xaa\x5c\x05\x89\x5d\x9f\xcb\x09\x24\xcb\x85\x98\xbd\x3e\xb5\x94\xc3\x4d\x70\x82\x0e\xbf\x19\x15\x42\x7b\xf3\xcb\x6d\xd7\x7d\x86\x31\xca\xb6\x01\x04\xb3\x0b\x8b\x4d\xab\x10\xaf\xd2\xe9\x87\xab\x92\xe5\x5d\xb0\x6a\x5f\xc4\x39\xea\x75\xc9\x18\xce\xf9\x59\x99\x1f\x53\xba\xf4\x78\xb6\x53\x15\x4d\x0a\x04\xcc\x7f\x52\x21\xba\x23\x1c\x5f\xe1\x6b\x52\x83\x3e\x2d\xe5\x2b\xc9\x77\xe3\x7c\x56\xff\x06\x21\xf1\x80\x5b\x55\x71\x32\x3d\x05\x95\xe6\xa3\x52\x97\x95\x35\xbf\x5d\xb8\x20\x3f\x57\x29\x66\x17\x64\x81\x59\xe1\xa5\x72\x93\x16\xf2\xab\x92\x01\xd2\x7c\x8a\xb3\x76\xfa\xb2\xf6\x45\xa6\xcd\x52\x21\xed\xfb\x88\xc2\x97\x8e\x7a\xd1\x7c\x8a\x3f\x4d\xc4\x70\xef\x21\xc5\x6e\xe0\xec\xf1\x76\x6b\xe0\x71\x99\x17\x37\x64\xce\x1d\x93\x00\x64\x3b\xeb\x34\x9f\xda\x0e\xe3\xb5\x4e\x3e\x6d\x54\xac\xd5\xd1\xb5\xbc\xf5\x46\xe5\xf8\xe3\x27\xca\x4d\x1b\x36\x0a\xd4\x5b\xbb\xa2\x25\xf5\xbe\xe5\xce\xa8\xf9\x16\xab\x1e\x37\x15\x41\x65\x86\xaf\x68\xd9\xd5\x4e\xfd\xb1\xa3\x8d\xfc\x86\x51\xce\x3b\x26\xa3\xfe\xd8\x91\xf7\x8a\xe4\xb3\x04\x9b\xc8\xa9\x67\x65\x9e\xe0\xd8\xae\xd8\x04\xc7\xff\x2a\x71\x89\x0b\x91\x86\x15\xb7\x4b\x70\xc5\xfb\x6f\xf1\xaa\xce\x79\x88\x43\x46\x5d\x70\x87\x41\x30\x04\x4d\x17\x4b\xf3\x19\x5d\x84\xd1\x50\xbb\x2e\x85\xc0\xf2\x4a\x45\x7a\x10\x07\x28\x08\xc4\xee\xd4\xa4\xab\xc3\x2a\x8d\x6d\x08\x5a\xe5\xac\x7c\xc1\xd2\xbc\x20\xe6\x1d\x78\x76\x06\x28\x00\x7f\x90\x33\xfd\x4b\x87\xbf\x44\xe9\xa4\x67\x6a\xaf\xa3\x2b\x89\x11\x36\x6c\x54\x58\xa0\x07\xf5\x08\x25\x8f\x6c\x81\x34\x7f\x25\xb6\x81\x9a\x56\x8b\x26\xb8\x42\x34\x3f\xcc\x67\x0d\xb1\x84\x26\x1c\x01\x5b\x3f\xcf\xca\xe2\x66\xbf\xb8\xcf\xa7\xa7\x57\x05\x66\xb7\x98\x15\x82\xd1\x17\x99\x44\xf3\x2e\x64\x70\x0c\x16\xd7\x7e\xeb\xaf\x27\x98\xdf\xd0\xd9\x28\xa0\xb9\xc2\x32\x01\x6a\x8d\xa2\x74\xa3\xb7\xc0\xb2\x05\x6f\x25\x49\xba\x5a\xad\x29\x1b\x81\xd7\x93\xe3\x32\x96\xb9\x73\x83\x95\xb9\x6f\x5a\xd4\x26\x40\xa9\x05\x64\x69\x06\x03\x40\x5d\xae\xac\xec\x90\x13\xbb\xaa\x9f\x9e\x3b\xbd\xa6\x3d\x35\xeb\xbe\xde\xaa\xdc\x8c\x32\xab\x53\xce\x93\x9d\x17\xf9\x4b\xfc\x22\x07\xe7\xc3\xdc\xa5\x9c\x5b\xca\xf5\x2b\x10\xae\xaf\x40\x58\x14\x55\x0d\xd6\x47\x79\xbe\x7f\xa9\x48\x3f\x5f\x23\x38\xdf\x53\xc3\xf7\xa8\x26\x7d\xa9\xd8\x3d\x79\x77\xec\x9e\xa8\x97\x37\x40\xe6\x0a\x85\x33\xf5\x26\x9d\x72\xca\xee\x65\x1b\xba\xe2\xfa\xe4\x91\xbe\x7b\x75\xb8\x1f\xd2\x18\x1f\x08\xf1\xb4\x66\x78\x54\x02\xc1\xb8\xca\x47\x03\xec\xf1\x49\x61\x37\xbf\x62\x48\x9f\x8c\x4e\x93\x3b\x84\xe3\xbb\xe4\x10\x7a\x7a\x9a\x2e\x70\x46\x7e\xc7\xc9\xa9\xf8\x99\x16\x37\x98\x89\x5f\xe7\x70\x20\xa9\x4f\x1f\xc5\x0f\xb0\x07\x9b\xdf\x27\xfb\xa0\x14\x9b\x61\x56\x4c\x29\xc3\xc9\x07\x48\xb8\x24\x3c\x85\xa4\xef\xd6\x48\xb0\xd7\x98\xcb\x58\x59\x9b\xdb\x9b\xdb\x2c\xeb\x85\xe3\xe2\xe9\xa4\x0b\x97\xb4\x9a\x02\xcf\xc6\xfd\xcb\xc9\xb3\x6b\x75\x07\x96\xc7\x00\x90\x16\xee\xe2\x6f\xbd\x37\x78\xa7\xd2\xcc\x40\x9e\x51\x04\x05\xdb\xd2\x0d\x3e\x4d\x9e\x85\xbf\x6d\xaf\x7e\xbb\x5c\xfd\x16\xaf\x7e\x2b\xa2\x61\x18\x47\x7b\xcf\xae\x51\x91\x3c\x0b\xff\x67\xf5\xdb\xb3\x28\x1c\xef\x6f\xff\xff\x26\xd1\xb3\x6b\x54\x6e\x54\x8e\xbd\x51\x4e\xdb\x0b\x5b\x2f\xc3\x3d\x16\x73\xfa\x7e\xb9\xc4\xec\x75\x5a\xe0\x30\x1a\x05\x41\xe5\x1c\xa1\x45\x07\x65\x4e\x8f\xe9\x9d\xce\xa3\xae\xdd\xb2\xe4\xd9\xff\x88\x16\x5c\xaa\xaa\xa3\x69\xf2\x2c\x8c\x23\x6f\xa3\xe6\xaa\x51\xab\xdf\xe2\x28\x1c\xa7\xdb\xbf\x43\xbb\x66\xeb\xdb\x65\x15\x00\x9d\xad\x09\x2e\x83\xa1\xa7\x45\x88\x25\xed\x25\xa1\x87\x74\x18\xe6\x7b\x79\x2b\x4f\x54\xa1\xdc\x2a\x29\x9f\x05\x5e\x19\x55\x48\xa8\x20\xa6\x9a\x0e\xcb\x10\xb7\xbd\x37\x45\xcc\x89\xc3\x2d\x3d\xe2\x9f\x05\xf6\xfb\xbc\xb3\x77\x9d\xba\xa8\xde\xbd\x49\x9e\x41\x47\xfd\x36\x9b\xa8\x99\x30\x14\x5d\xb6\x4c\x9e\x89\xfe\x2d\x86\xcf\xae\xd1\xe2\x89\xd3\xe2\x06\x05\xdf\xec\x5e\x7e\xf3\xdc\xa9\xd1\x12\x05\x97\x41\xd4\x1a\x5e\x74\x6b\x27\xa1\xa8\x43\xb9\xb3\xf3\x7a\x67\xfb\xb7\x72\xe7\xf9\x77\x6f\x60\xe4\xee\x9f\x58\xf4\xed\x13\x5a\x7e\xdd\x6a\xb9\x28\xf1\xea\x89\x25\x5e\xdb\xc6\x36\x5b\x57\x8b\x5c\x6e\x43\x08\xef\xf4\x5a\x44\x9e\xfd\xd7\xff\x0d\xc7\x3b\xdb\x7f\x9b\x0c\x61\x16\x37\x54\xf0\xea\x3c\xd8\x5b\xa6\xac\xc0\x47\x39\x0f\x73\xb4\xbb\x13\x6d\xef\x8e\xd8\x70\x88\x68\x42\x8c\x8a\x78\x8f\x8f\xc9\x44\xeb\xcd\x94\x62\x57\xee\xff\x56\x7b\x40\xf7\xe8\x48\xa9\x55\xe8\x5e\x20\x99\xa2\x60\x64\x2e\x3e\xe8\x5e\x10\x8c\xe4\x46\x24\xdd\x11\xdd\xd0\xd7\xae\xa9\xd5\x56\xfd\x52\x83\x45\xab\x55\x93\x4d\xf9\xfe\x79\x04\xc6\x07\x9b\x1c\xb5\x68\x37\x8a\xd0\x65\x88\x8d\x6d\x9d\xac\x43\x04\x77\xf2\x70\xf9\x61\xea\x71\x58\x1b\x07\xb9\x90\x9e\x89\x99\xea\xa4\x39\x75\xd2\x5c\x81\x91\x34\x76\xbe\x9e\x3b\x5f\x69\xeb\xeb\xc7\x9a\xa8\xd3\xfc\xba\xef\x7c\x9d\xb5\xbe\x7e\x70\xbe\x2e\x5a\x5f\xdf\x39\x5f\xef\xf5\x57\x26\x63\xc1\x36\xe3\x11\xc4\xb2\x03\x06\x03\xdf\x29\x43\x70\x11\xca\xef\xb6\x5b\xd1\xc3\xdd\xe8\x61\x4a\xf3\x39\xb9\x2e\xcd\x69\xe3\x9e\x3d\xbb\xe8\x8e\x11\x8e\xf5\x27\x79\x0c\xb7\x8f\xa2\x43\x05\x39\x5d\xa1\x8c\x4e\x3f\x8f\xe2\x17\xe6\x8d\xef\xf4\x05\x51\x55\x21\xcd\x0c\x7c\x91\x26\x7f\x34\x4d\xb6\x0c\xc8\x17\x21\x7c\x6a\x09\x6b\x56\xe6\x8b\xd0\x3d\x37\x74\x2d\xeb\xf3\x45\x08\x7f\x30\x84\x35\x83\xf5\x45\xc8\xee\x5b\xb2\x86\x37\xfb\x22\x84\xdf\x69\xc2\xe0\xfc\xd2\x6b\xb1\xc8\x5e\x0e\xf8\xab\x69\x70\x2d\x0f\xd7\x88\xea\x83\x2b\xa9\xea\x6b\x7d\xb5\xdc\x42\x2d\x85\x57\x45\x3a\xc6\x93\xca\x44\x4b\xd2\x02\x81\x06\x0b\xc0\xf9\x94\x82\x12\xe1\xab\x35\xee\x48\xb9\xcc\x10\x9a\x1f\xca\xc2\x36\x0c\x74\xab\x62\x02\xcc\xe7\x98\x25\x58\x02\x8f\x89\xfd\xea\x1d\x2d\x92\x1d\x05\xa2\x28\x58\xf5\x9d\x75\xaa\x69\xd9\xbc\xf6\x05\x01\xfe\xfe\xf9\x9f\xfe\xe4\x20\xfe\x81\x3a\x22\x0c\x4e\x97\x22\x79\x5f\xd0\xe8\xd3\x5b\xcc\xfa\x7f\xdd\xbe\x22\xbc\x88\xfb\x3f\x50\xde\x07\x9c\xbf\x58\x83\xd0\xc9\x8a\x29\x53\xaf\x15\x6f\x1d\x62\xdb\xcf\x5f\xbe\xfc\x6b\x54\xaf\xb6\x9b\x51\x7b\x34\xd8\x5b\x88\xe4\xf9\x0b\xd6\xbe\x46\x72\x71\x42\xdc\xbd\x8d\xcc\xc3\x20\x2f\xc5\x9c\x75\x00\x43\x06\x83\xfc\xfb\xef\x9e\xff\xed\xbb\xbf\xfd\xf9\x2f\xcf\xff\xe6\x6d\x1f\x66\x69\x3e\x93\x6d\xfb\xf6\x79\xad\x71\x79\x47\xe3\x72\x09\x88\x2e\x3b\xbb\xdd\x82\x0a\xf1\x78\xd9\x34\x8a\x97\x9d\xbc\xbd\xab\x71\xdb\x65\x8e\x31\x1e\xee\x4e\xda\x95\xba\x60\xf7\x24\xbf\xee\x73\xda\x07\x3a\x7d\xaa\x2a\x49\xf2\xfe\x92\x2e\xcb\x2c\xe5\x78\xd6\x2f\x32\xca\x21\x8c\x32\x4e\x67\x7d\x3a\xef\xa7\x7d\x86\x41\xe7\x23\x3f\x35\x6a\x0e\x25\x25\xdc\xd4\xed\x17\xc2\x6f\x5a\x4c\xfa\x7f\x42\x0d\x51\xfd\xd5\xf3\x49\xc2\xcc\x15\x86\x67\xe1\xf0\xe6\xf2\xcd\xe8\xdd\x76\x86\x6f\x71\xf6\x15\x17\xf0\x39\x4f\xa7\x1f\x12\xf1\x97\xb2\xb4\x7e\xfd\xda\xb5\x7a\xd5\xe2\x4d\xc5\x31\x9d\x8c\x27\xb2\x95\xa0\x97\x5e\xbb\x5a\x9b\x17\x49\x0e\x1a\xad\xc8\x8c\x14\x84\x27\x90\x15\x0b\x80\xbb\xb8\x45\x26\xd9\x70\xd8\xc3\x59\x81\xd5\xa2\x61\x63\x3e\xe9\xd9\xf2\xf3\xca\xbd\x39\x02\x4a\x63\x3e\x11\xfb\x8b\xbc\x96\x62\x78\xde\x79\xcf\x24\x53\xe3\x09\xa4\x64\xee\x95\x0b\x76\x1b\x3c\xc6\x13\xa7\xce\xb6\x68\x1b\x39\x5b\xf7\xa4\x27\x5c\x5d\x7d\x0b\x6c\xf8\xf4\x8d\x75\xc0\x82\x5b\x3c\x4d\xf0\xba\x9e\x04\x7c\x50\xcf\x71\x21\x26\xb5\x8c\x7e\x20\x68\x18\xa3\x13\xd1\x22\x78\x7e\xc3\xa8\x63\x73\xca\xd7\xe7\xe3\x4e\x46\x27\x93\x23\x00\xfb\xb3\x21\x26\x33\x4e\xe9\xb2\x69\xf1\xa8\x93\x8a\x31\x31\xcf\xb2\xc7\xe1\x5c\x3f\x4b\xef\xba\x72\x60\xb5\xe0\xaf\x31\xaf\xa7\xaa\x0f\xa2\x25\xd8\x02\x52\x33\xf5\xd4\x78\x6a\x22\x55\x86\xf3\xae\x98\xe8\x36\xa9\x33\xb2\x62\xad\xb0\xe6\x32\xcd\xe9\x6c\x3d\x2c\xb8\xc1\xee\xe9\xf2\x34\xf8\x12\x4c\x06\x93\x50\xc2\xaf\x4a\x92\xcd\x30\xeb\xc0\xa8\x89\xe7\x94\x29\xd8\x61\x79\xbf\x20\x8d\x5d\x11\x8e\xdf\xd2\x19\x3e\x38\x3d\xb9\x60\x18\xbf\xa6\x76\x6f\xaa\xab\x37\x6b\xfa\x11\x3d\x97\x99\x33\x93\xb0\x63\x1f\xcf\xa3\xd5\x0a\x6e\x84\xa5\xa7\x58\x2e\x38\x5d\x5e\x28\x28\x6f\x86\xb0\xc5\xc9\x6d\x4d\xf1\x5c\xe2\x10\xbf\x2f\x70\x86\x0b\xed\x70\x5a\x8f\x6a\xa9\x43\x78\xb7\x3e\x36\x66\x84\x86\x69\xad\x27\x87\x4b\x2a\x28\x65\x9f\x73\x46\xae\xca\xba\xef\x10\x0c\x09\xae\x7d\x86\x89\x5d\x21\x56\x85\x2c\xf6\xf4\x93\x98\x1e\x5d\x5d\x98\xb7\x00\x94\x9c\xde\xd3\x16\x6f\xda\x92\x3d\x14\x6b\xde\x0b\x91\x2c\x7b\x33\x72\x86\x3a\xa3\xd3\x0f\x07\x78\x09\xe0\x80\xdc\xdb\xcd\xb9\xee\x66\x92\xe4\xed\x6e\x26\xf1\xe5\x25\x5d\xe2\x1c\x08\x35\x91\x9a\xd4\xd6\x8c\x65\x87\xc5\x3c\xbd\x7e\x9b\x2e\x30\x70\x26\x17\x47\x17\xc7\x87\xc1\x16\x38\x14\x07\xe7\xaf\xcf\x8e\xde\x5d\x98\x5f\x17\xbf\xaa\x4f\x5a\xb1\xa1\x00\xb1\x5b\x75\x1e\x0e\x35\x9a\x78\xba\x5c\xe2\x7c\xf6\x9a\x2e\x60\x64\x82\xff\x1a\x5e\x8d\x82\x21\x1b\x06\xff\x15\x44\x95\xb3\xff\xb9\x95\xb5\xd3\x2c\xaa\x90\x68\xc6\x34\xa3\x05\x7e\x62\x3b\xea\xb4\x2d\x05\x87\x38\x7a\x5a\x5b\xb7\xb7\xbb\x5a\xdb\xd5\xd6\x6d\xa7\xad\xb2\x25\x32\xc5\x8f\x17\x27\xc7\x49\xdb\x40\xf5\x91\x21\x49\x12\xb0\x61\x54\xd5\xd4\xbf\xa0\x9a\xe2\x87\x31\x8e\xa9\x35\xdc\x16\x58\x5b\xbc\x6a\xda\x74\xd4\xfb\x3a\x5b\xb0\xff\x0a\x22\x59\xf6\xfe\x2b\x5d\xc0\x83\x36\xdb\xd2\x56\xc1\xc1\x4b\x99\x88\x7e\xbf\xbd\x1b\x05\x5c\xb0\xb3\x89\x3a\x54\x42\x3a\xdc\x45\x74\xf8\x6d\x04\x5e\xe9\xc1\x4b\x7e\x45\x67\xf7\xdf\x07\x43\x3e\x0c\x5e\x3e\x53\x3f\xa2\x2a\x80\x1c\x7b\x1d\xd5\xe8\xff\x57\x10\x8d\x36\x6f\x4e\xfa\x58\x73\x9c\x93\x8d\xc5\xaf\x69\x3e\x65\x98\xe3\x57\xb4\xcc\x67\x12\xa1\x5d\xf7\x3d\x22\x28\x8d\xdc\xf1\xba\xa8\x5d\xcb\xeb\x09\x21\xa3\x2d\x78\x47\x0d\xa5\x49\x98\x27\xa1\x5c\x1f\x91\xa1\xab\x94\x70\x21\x49\x18\xf0\x15\xe7\xe4\x2a\x23\xf9\x75\xb4\x97\xc7\x59\x5a\x70\xc0\x47\x1f\x91\x78\xc9\xf0\x2d\xa1\x65\xa1\x3f\x6b\xbd\x9e\x99\x06\xb4\x36\x0d\xa8\x3b\x0d\xe8\x9e\xaf\xc3\x44\x03\x6a\x1d\x36\xda\xa0\xe7\xc3\x74\x30\xf8\x16\x2c\x5e\xc5\x19\x78\x71\xbf\xc4\x2a\x6c\x53\x3b\xfd\xea\xbf\x00\xdf\x78\x83\x82\xa1\x5f\x61\x35\x7a\x36\x7e\x6d\x5a\xaf\x42\x41\x99\x5e\xcd\x31\x9e\x15\x87\x1f\x39\x4b\x5f\x8b\x9c\x62\x4a\xad\xf9\x9c\x6c\xed\xd6\xea\xe2\x96\xe6\xac\xfe\x68\x93\x44\xa2\xb6\x62\x5f\x6a\x55\xd6\x9c\x8a\x7a\xda\x0f\x06\xc1\xc5\xab\xd3\x83\x5f\x83\xad\xc4\x3b\x25\xc4\xf7\x1f\x0f\xf7\x0f\xd6\x7d\x7f\x73\x7a\x7a\xd1\xfd\x5d\x36\xda\xa9\x4d\x18\xc0\x42\x0a\x9a\x48\xff\x24\xbf\x6e\xf7\x89\x92\xbb\xe1\xe2\x5d\xe7\x07\x4d\x70\xbd\x1f\x1c\xf2\xb5\x71\xab\x94\x6f\xd4\x19\x5e\x50\xcf\xb9\xac\xee\x41\xac\x31\xfd\x60\x10\xe6\x89\xbc\x7e\x77\xb6\x9a\x19\x5d\x80\x2f\x47\xfd\xb8\x0e\xa4\x01\x71\x10\xf5\x68\xfd\x54\x0e\xc4\xca\x0d\x10\x8b\x10\x89\x49\x5e\x60\xc6\x5f\x49\xe0\x4e\x8e\x28\xca\xeb\x15\x6f\x55\xce\xad\xbe\x44\xe1\x43\xb9\x38\xdf\xdf\xe2\x3b\x95\x42\x71\x53\x51\x93\xe5\xa3\xa0\x4a\x30\x51\x4f\xbc\xd7\xad\x2e\x72\x4a\x07\x43\x08\xa1\xe7\x9d\xdf\xb7\x0b\xf7\xd7\x1d\x61\x78\x1b\xe0\x76\xb9\xfb\xda\x28\x75\xec\xab\x25\xa3\xd7\x2c\x5d\x3c\x21\xdc\xcb\x27\xb0\x98\xaa\xb1\xc9\x25\xc2\xb1\x8e\xfb\xa2\x2e\xaf\xdb\x72\x1d\x62\x09\x8e\xc9\x4c\xfa\xf7\x60\x9e\x02\xf6\xf3\x95\x38\x0e\x51\x9a\xb0\xd5\x2a\x98\x66\x04\xe7\x7c\x3b\x18\xfe\x73\x38\x54\xbb\xd7\x03\x99\x8d\x52\x24\x52\x8f\x08\x92\xe3\xef\x5a\x8b\x28\x1c\x8d\x22\x61\xd2\xb0\xde\xc1\x56\x61\x88\x44\x23\x62\x04\xa4\xd5\x2a\xe4\xc9\xff\x3b\x3f\x7d\x1b\xc3\xe5\x48\x48\xa3\x08\x89\x2d\xfd\x28\xc4\x48\x16\x02\x35\x19\x71\x04\x68\x9a\x0c\xb3\x51\x51\x45\x55\xa5\xec\x96\xca\xeb\x16\x2f\x68\x8d\xef\x5b\x3a\xeb\xd4\xd1\x59\xd3\xef\xbf\xdd\xa3\xdb\xdf\x8e\x76\x22\x54\x24\xdf\xbe\x28\x5e\x52\x00\xb4\x4e\xc7\xc5\xf6\xb7\xae\xf6\xba\x98\x68\xf3\x9d\x32\xcb\x00\xcd\xa2\x94\x7a\x09\xe5\xbb\xc5\x70\x3a\xbd\x49\xaf\x32\x1c\x85\xc1\x89\x8a\xf4\xaf\xb4\x57\x27\x98\xa7\xb3\x94\xa7\xfd\x39\x65\xfd\x60\xc8\x34\x46\x31\xe4\x9c\x91\x29\x8f\x42\x1b\x7c\x27\xa6\xcb\xc2\x17\x55\x00\x99\x93\x3a\x1d\xe7\x93\x5e\x71\x47\xf8\xf4\x26\x64\xa0\xca\x8a\x1e\xa6\x69\x81\x03\x4e\x83\x51\x36\x66\x2a\x48\x1e\x1e\x52\xe9\xee\xd4\x83\x8f\xe4\xdb\xe7\xc1\x08\x9e\x24\xd4\xba\xfa\x01\xbd\xea\x66\xab\x65\x92\x01\xc6\xdd\xcf\x26\x60\x84\x8c\xd5\x1d\xd2\xc8\x4d\x5f\x70\x56\x4f\x6c\x14\xa1\x8d\x84\x32\x68\xdc\x76\x23\x3d\xdd\xab\xe7\x80\xfb\xad\x06\xfd\x6d\x10\xe9\x3b\x4a\x51\x43\x5a\x2b\xca\x9f\xde\x97\x12\xf0\x17\x9d\x84\x5b\x5b\xb5\xce\x58\x32\xb2\x20\x9c\xdc\xd6\xfa\xe3\x2e\xa4\x82\x53\x71\x92\xe9\x98\x0f\x6e\x2a\xa2\x22\xf5\x60\x36\xa6\x93\x5a\x83\x14\xdb\x29\x26\x4e\xbb\x4d\xce\xc7\x46\x55\xb3\xf4\xf7\xfb\x6d\x38\x1a\xd2\x9c\xb7\x32\x9e\xf2\x1b\xcc\x42\x2a\x51\x83\xc7\xa5\x8c\x2b\x99\x4d\xcc\x5a\x39\xaf\x2b\x08\x84\x6c\x86\xe3\x8c\x5e\xcb\xf9\xda\x90\x43\x25\x9b\x0c\x2c\xab\xe1\x69\xeb\xc6\xd9\x5d\x7e\xdc\x81\xd4\xd0\x26\xc1\x10\x4e\x10\xd0\x7b\x47\x91\xba\xe6\x16\x9c\xdb\xd0\x68\x7f\x82\x10\x58\xea\x28\x10\x35\x79\x77\xbc\xff\xfa\xf0\xc7\xd3\xe3\x83\xc3\xb3\xcb\x1f\xf7\xdf\x1e\x40\xb0\xf3\x5f\x98\xe0\x3d\x66\x5a\x56\xc6\xf1\xbb\x94\x09\x99\xf8\x40\x6c\x87\x60\x8f\x07\x1a\xb1\x99\x6c\x83\x4d\xd6\xfc\x7d\x98\x5e\x63\xd6\x7c\x79\x9c\xfe\x7e\xdf\x7c\xf7\x1a\xf6\x4e\xd1\xf7\xef\xe4\x56\x5d\x7b\x27\xe5\x16\xd5\x9f\xaf\xd5\x99\x92\xe0\x78\xff\xaa\xe0\x2c\x9d\x72\xe7\x95\x20\xee\xfc\x3c\x01\x28\x04\x91\xf4\xe2\xe2\xec\xfc\xf2\xd5\xf1\xe9\xeb\x9f\x5c\x91\xbd\x44\x59\xcf\xdb\x07\xdb\xbb\x28\xcc\x92\x72\xb5\x0a\xcb\xe4\xa1\x8a\xa2\x71\x16\x9f\x2e\x71\x6e\x02\xac\xe9\xe3\x7b\x67\x92\x04\xbe\x0f\x01\xca\xc6\x59\x7c\x40\x66\xaf\x6b\x52\xf8\xee\x24\x09\x9a\x2f\x4d\x52\xa9\x71\x38\x4e\xef\x69\xc9\x93\xe7\x32\xa5\xfb\x4e\x25\x84\xa0\x75\x98\x25\xdf\x8a\x14\xea\x47\xa0\x8c\xf6\x68\x7c\xba\x2c\x7a\xf5\xe6\x06\x83\x94\x73\x56\xc8\x24\x10\xc5\x7a\x63\x95\x9b\xb2\x59\x8f\xe9\x7c\x5e\x60\xae\xef\x21\x20\xcc\x61\x6d\x43\x55\x8c\x51\x99\x4f\x8b\x64\x3c\xd9\x5c\xc9\x69\x54\x58\x90\x55\xe1\xa2\x47\x4e\x29\x46\x9b\x28\x13\xe8\x6b\x83\x4a\x81\x7c\x90\xac\x63\x01\x8d\x9d\x6a\x83\x27\x9b\xa5\xc8\x24\x4c\x94\x21\x3a\xce\x27\x91\xd6\xf2\x54\xa1\x63\x7e\xb0\x74\x11\xbe\xf2\x04\x8f\x77\x27\xe2\xb8\x1e\x3f\x9f\x88\xc3\x7a\xfc\xed\xa4\xc7\x62\xfc\x71\xc9\x42\x12\x21\xba\x27\xbd\xf7\x60\x0a\x08\xee\x2b\xcc\x91\xd8\xab\x46\xed\xd7\x10\xe3\xcc\x8d\xff\xba\x78\x62\x39\xb3\xfb\x3c\x5d\x90\x69\xbd\x94\xfa\x4b\x5d\x86\x59\x00\x0d\x99\xbf\xd5\x6b\x6d\xf4\xb4\x5b\x07\x53\x4d\xe1\xa2\xe1\xbb\xfe\x7d\x64\xcd\x30\xd2\xd9\x2c\x0c\xc8\x3c\xf0\x9b\xf8\x8b\x43\x1b\xaf\x56\xbb\x00\x38\x67\x94\xd4\x8d\xab\x85\xf3\x5f\xdf\x5e\xec\xff\xbd\x7f\x78\x76\x76\x7a\x36\xea\xff\x1f\x32\xef\x33\xfc\xaf\x92\x30\x5c\xf4\xd3\xbe\x0c\x6a\xda\xd7\x5c\x81\x90\x93\xa5\xe9\xc7\xbd\xd8\x13\x8e\xe6\xe1\x43\xca\xae\x0b\xaf\xdb\x14\x74\x17\x1e\xef\x4c\x04\xdb\xcb\xa9\xc6\x35\x8a\xd0\x6e\x85\xc8\xfc\x82\xd5\x6f\x45\x05\x67\x7c\x4b\x3f\xe0\x73\x9e\x72\x32\x85\xcd\x26\x64\x82\x5d\x9f\xbf\x49\xb3\xa2\x96\x34\x1f\x0c\x7c\xa9\xf3\x48\xe3\x08\xca\x5e\x29\xf3\x0c\x17\xc5\x17\xec\x19\x49\xf0\x7f\xa5\x77\xba\x9b\xec\xeb\xa0\x8e\xbe\xac\xf5\xce\x1d\xa9\x63\x72\x7d\x66\xdf\x40\x80\xb1\xaf\xd0\x33\xb3\x72\x19\x36\x7b\xe8\xf9\xc6\xf3\x07\xed\x7e\xd6\x0c\x12\x0c\xae\xaf\x8f\x68\xf4\x40\x9d\xd6\x74\xb6\x45\x08\xd3\x1f\xf0\x3d\xc8\xd5\xe3\x9d\xc9\x78\x67\xb2\x47\x65\xf3\xf8\x78\x57\xfc\x8c\x46\x14\xf6\xdb\x77\x9a\xd1\x3a\xd3\xc0\xf9\x2a\x36\x33\x75\x7b\xe3\x79\x85\x84\x9c\xec\x16\x24\xb2\xf3\x23\x8e\xc1\x57\x35\x14\xe9\xff\x59\x2e\x96\xef\x61\xa2\x86\xc1\xe1\xf1\xf9\x61\x20\x5e\x8a\x32\xc0\x5a\x17\x92\x88\x3e\xb5\xfc\x59\x3c\x5f\xa2\x5d\xf1\x5a\x56\xfa\x82\x86\xc1\xd1\xc5\xe1\x19\xe4\xc3\x39\xc7\xec\x98\x14\x3c\x0c\x40\x27\x20\xde\x65\x42\x3e\x74\xd2\x40\xf0\x4b\x21\xe4\xbe\x3a\x3b\xdc\xff\xc9\x4d\x62\xb2\xf8\x46\xe6\x39\xd4\x8b\x2e\xc3\xe7\xba\xd6\x61\xf0\xe6\xe8\xed\xfe\xf1\x71\xad\x18\x4b\x14\x7f\x24\x1c\xaa\xa2\x32\xda\xf6\x74\x66\x56\xed\xcf\x07\x03\x5f\x1d\x9a\xa3\x4d\xf2\x6d\xac\x99\x81\x2f\xb7\x9b\x1a\xa2\x9f\xb7\x3a\xec\x15\xbd\xe3\x16\xee\x0b\x78\xe2\x20\x31\xca\x0b\x7a\xab\x9f\x0b\xb6\x92\x24\x1d\x0c\x82\xeb\x92\xcc\xe0\xf9\x29\xb5\x9f\x51\x2c\xa3\x0a\xf2\xf4\x03\xee\xa7\xfd\x7f\x04\x43\x36\xde\x99\x0c\x83\x7f\xf4\xa5\x68\x03\x8d\x80\xd9\x9a\x8f\xe9\xc4\x40\x3d\x7a\xd7\xf3\x77\xfe\x15\xdc\xd2\x7d\x84\x52\x63\xd2\xde\xcb\x10\xe0\x68\x34\xd2\xd6\x87\x73\x5b\x6c\x49\xdb\xea\x48\xde\xbe\x4d\xd9\x9a\xa3\x80\x1b\x9d\xb0\xe8\xdc\x54\xfa\xdc\x13\xcd\xdd\xbc\x4b\x59\xba\x28\xc2\x54\xe3\xea\x1c\x48\x9a\xe7\x53\xba\xc4\x50\xc3\x2b\x92\xcf\x6a\x2f\xe9\xfa\x7a\xd7\x09\x54\x38\x2b\x70\xbf\x63\xcf\xb6\xed\x71\x22\xad\x75\x35\xa3\x65\x31\x29\x7a\x5d\x6c\x75\x05\x10\x35\xec\xf1\x8f\x38\x5b\x62\x39\x26\xc0\xf4\x28\x95\xbb\x72\x2a\xc2\xb2\x0f\xb4\xa3\xff\xae\x18\x57\xd5\x8d\x86\x42\x48\x25\x7b\x93\x22\x8e\xb6\x54\x70\x88\x28\x42\xfc\xf1\xaa\x6a\x9b\x50\x3e\x18\x88\xce\xee\xf9\xaa\x4d\x06\x83\xbc\xa3\xce\x44\xd0\x00\x75\x9f\x56\xb2\xf6\xea\x23\x67\x6b\x6d\xdd\xcd\x3b\x2b\xcf\x44\xe5\xe1\x59\x6e\xb7\x80\x86\x82\x1e\x40\x45\x50\x8c\x30\x22\x79\x46\x72\x5c\x8c\x78\x55\x09\xfe\x5a\x6b\x87\x0a\xa9\x38\x92\x1f\x95\x49\x05\xbc\xd7\xd6\x14\xea\x53\xc2\xa4\xd5\xd3\xed\x7a\x1b\x85\xff\x0c\x56\x3e\x9d\xcd\x94\x16\xa7\x6d\x54\xb0\x50\x1f\x70\x17\xcf\xaf\x95\x78\x06\xe5\xc1\x2d\xd1\xf2\xb0\xe9\x9e\xe6\xfa\x15\xc5\xa8\x96\x79\x54\x97\x09\xd2\x49\x14\xda\x8f\x52\x32\x40\xf7\xff\x9f\xef\xcb\xfa\xb5\x0c\x86\xad\x68\xde\x34\x5a\xa6\x7a\x01\x80\x4e\x97\x05\x48\x6e\xf7\x74\xbc\x33\x49\x92\x64\x1a\xcb\xe5\x12\xb1\x84\x8a\x73\x22\x4f\xa8\x90\x64\x48\x42\x85\x24\x03\xa6\x29\x2a\xf1\x96\x48\xfc\x3e\xff\x90\xd3\xbb\xbc\x4d\xd1\x64\x27\xa0\x04\xac\x5a\x83\x2b\xad\xc0\xec\xf8\xaa\x9b\x15\x3d\xba\x4a\x17\xda\x1a\x74\xd9\x38\x03\x5e\x03\xd0\x44\xc5\x9e\x2d\x78\x54\x54\x2e\x58\x76\x2a\x09\x95\x49\x7b\x7e\xf8\x28\x95\x2e\xa5\xb2\x6a\xb6\x4a\x89\x98\x82\xe2\x75\x97\x10\x6e\x06\x7f\x6a\xd4\x18\xb2\xe4\x4c\x2a\x06\x38\x72\xbf\xce\x64\xef\x78\x2e\x2e\x5b\xe3\x6b\xb0\x01\xf4\xf5\x88\x26\x11\xb9\xf6\x00\xfa\x65\xaf\x5e\xca\xf6\xae\x1b\x51\x5b\x56\x45\xee\x3c\xb0\x5b\xc2\x31\x58\x0f\x52\x6d\xb2\xd6\x1a\x23\x61\xe2\xdc\x06\x45\x95\x84\x59\x91\x0a\x6d\xe5\xcf\x85\xd1\xf8\xe1\x03\xbe\x1f\x29\xfd\xe9\x05\xa8\xec\xba\xbc\x80\x9a\x35\xaa\xaa\x49\xa4\x4d\x52\xda\x8a\xa5\x6b\x68\xc8\xd5\x93\xbb\x1f\x54\xe5\xb3\xff\x88\xee\x97\x55\xb1\x87\x82\x33\x04\x70\x3c\xa8\x10\xd3\x24\xbf\x96\x8a\xa3\x4d\xc7\x45\x9a\x70\x7c\x81\xd1\x90\x15\x6c\x8e\x46\xd3\xb1\xc3\x32\x96\xf5\x4e\x9a\xd7\xe3\xdd\xe1\x64\x0e\xba\x87\x9b\x9e\x64\x47\xa6\xf1\x05\xfe\xc8\x9b\x88\x7b\x3c\xe6\xf8\x23\x0f\xc5\x9e\xe5\xb0\x2e\xd3\x58\xdd\xb0\xb6\x93\x4f\xd5\xd5\x6b\x3b\x87\x73\x8f\xe9\xc9\xe6\x7c\x0d\x6b\xf9\xde\x38\xf7\x82\xed\x7c\xb5\x5b\xc3\x5a\x3e\x1d\x83\xad\x99\x47\xf1\xdc\xb1\xbe\x83\x41\x3e\xdd\x10\xf0\x1d\x66\x10\xd5\x75\x81\xa6\x18\xe6\x88\x81\x75\x81\xba\x35\xf7\x70\xdd\x4a\x57\x2a\x7f\x4a\x3b\x58\x1d\xc3\x3b\xed\xeb\xe8\x6d\xa3\xbe\xdc\xd3\x8b\xfe\x22\xbd\x87\x6f\x57\xb8\x5f\x16\x18\x6c\x40\x21\x18\xb8\xe2\xd4\xe7\x94\x2d\xc0\xd4\xd3\x04\x7e\x0b\x53\x79\x82\x3a\xed\x95\x6c\xe6\x3e\xe7\x1d\x2d\xc6\x72\xdf\xc7\xf2\xd8\x00\x05\x18\x57\x2c\x19\xa8\xb7\x18\x22\x8a\xe7\xd3\x14\x0f\xac\xf2\xab\x49\x72\x11\x62\xb4\xb5\x2b\x81\x11\xdd\x39\x61\x55\x72\xcd\x1c\x4b\x5f\x8e\x0b\x56\x16\x00\x3b\xdc\x55\xc4\x4e\x47\x86\xc7\x8b\x6a\xe6\x3c\xb5\xd7\xc7\xdd\xfd\xd3\x13\xbd\xb3\x5a\x71\x21\x83\x9b\x22\xc0\xbe\x59\xa4\x86\x38\xfb\x70\x0f\x6d\xa4\x7b\x3d\xf3\x98\xaf\xe3\x0c\x85\x35\x03\xd2\x9c\x75\x78\xfc\xdd\x04\x30\xed\xf5\x55\xa7\x10\x52\xf4\x85\x9d\x76\x65\xda\x81\x30\x94\x5c\x31\xa5\x52\xb2\x78\xb0\x9b\xd5\x88\xa0\xa5\x10\x70\x30\xc7\xac\x18\xe5\xf1\xe1\xc9\xbb\x8b\x5f\x2f\xf7\xcf\xce\xf6\x7f\x95\x2c\x7d\x8b\x7d\x66\xa8\x94\x4c\x33\x15\x63\x54\x48\xde\xd9\x3b\xb4\x9f\xd2\x14\xb3\xd2\x4a\xcf\xa2\x92\x5b\xe9\x1b\xca\x2e\xd2\xeb\x90\xa1\x22\x42\x59\x52\xc6\xf2\xd2\x0e\x4d\x93\x32\x9e\x3a\x31\x0e\xd1\x5c\xbc\x30\x67\x8f\xb3\x06\xb3\xd5\x4a\x3d\x4d\x1f\x59\x8d\xa3\xfe\xeb\x34\x17\x8b\x6d\x4e\xf2\x59\xdf\x08\x36\xf6\x52\x73\xe6\xe9\xed\xd9\xa7\xf6\x36\x50\xbc\xa9\x8f\x67\x6f\xbe\x17\x4a\xc0\x0b\xd3\xad\xf6\x06\x28\xcc\x20\x6c\xb8\x23\x39\xda\x61\x9a\xa2\x39\x9a\x39\x03\x75\x33\x18\xdc\x44\xd1\x68\x33\x62\x2e\x99\x36\x11\x77\xb0\xd5\xad\xd4\x26\xdb\x88\x1d\xdc\x1e\xdf\x4c\x1b\xc8\xa5\xf6\x80\xc1\x3c\x04\xd5\x81\x57\xf9\xa7\x6b\xad\xea\x12\x12\xc4\x63\x7c\x9b\x66\xe7\x70\x54\x8a\x95\x98\x0b\x0a\x4b\xba\xd4\x42\x3b\x77\x54\x48\x35\xbd\xc1\x34\xfe\x95\xe0\x6c\xf6\x68\x73\x7a\x3c\xbe\x17\x09\x43\xd6\xd8\x07\xc5\x1e\x73\x2e\x06\x6f\xcd\xc6\x61\xf3\x8e\xeb\xc7\x9e\xbe\x4a\x5a\x9b\x77\xa6\x12\x85\xcd\x46\xb2\xc6\x11\x4a\x70\xce\xcf\xc9\x0c\x66\x46\x7b\x2f\x63\xea\x00\x16\x93\x5d\x82\x34\xba\xad\x00\xb3\xa7\xc7\x7b\x61\x4b\xf0\xe7\xa1\xa1\x73\x04\xb3\x1e\x3c\x1f\x59\x34\x18\xf0\xf8\xba\x4c\xd9\x0c\xcf\x24\xb9\x56\x5f\xc1\xf2\xd8\xf4\x00\x82\xbd\xe2\x3b\xb9\x57\xfc\xa9\xb1\xed\xd1\x08\xb6\x0b\x77\x1b\xcc\x92\x62\x30\x28\xc4\xa6\x30\x18\x94\x3d\x53\x43\xad\x7f\x14\x62\x43\x86\xa6\x51\x65\x22\xd2\x00\x7b\xe3\x28\x0e\xa4\x32\xa3\xf4\x5e\x39\xb6\x59\x8b\xa7\x9e\x01\xa2\x61\x8e\xce\xa4\x6c\x5d\x53\xb6\x8b\x98\x35\x52\xb8\x4a\xdc\x62\xa7\x4e\xac\x3d\x8f\xa2\x87\x46\x69\xee\xad\xa6\xb7\x30\x37\x81\xa7\x2c\x10\xc7\x55\xec\x15\x57\x03\xc9\xec\xa4\x1a\xd3\x89\x03\x51\x2a\xd9\x3d\xc2\xc3\x86\x67\xae\x1d\xf3\xef\xbf\xff\x56\xdb\x79\xfc\x65\xa0\x8c\x3c\xfa\x3b\x23\xed\xcb\x0e\x96\x00\xfd\xdd\x91\x0b\x6a\xf0\x16\x1c\x90\x42\x16\xc9\x8f\xcf\x47\x6d\xc4\x03\xf3\xf1\xdb\x91\x36\x22\x69\x90\xde\xda\xad\x93\xde\xda\x69\x50\x83\x3d\x5e\xd1\x90\xaf\x2a\xf8\xf5\x1d\xd8\x94\xf4\xff\xd4\x51\x25\x8d\x07\xd8\x61\x36\x03\xc1\x92\x9b\x37\xec\x57\x30\x1d\x0f\xbb\x45\x23\x58\xb8\x20\x4e\xa7\x24\x37\x6e\x69\x8a\xd5\xf9\xc1\x5d\x6f\x46\x4e\x4a\x4b\x4e\x68\x59\xd4\x3f\x32\x2b\x31\xb5\xe4\x24\xaf\xdb\x45\xc1\x67\x4d\x90\x64\x43\x41\xd4\x45\x72\xd4\x8f\x26\x2d\xb8\xde\x0e\xb6\x76\x9e\x9c\x63\x37\xaa\x14\xb4\x49\xc1\x9b\xda\x1a\xed\x08\x1a\x5f\x95\x24\x9b\x19\xa7\x01\x2b\x0e\x5e\x63\xae\xda\xee\x2b\x66\xaf\xbb\x23\x47\xdd\xdd\xa8\xd4\x52\xa7\x1b\x8d\x97\xb4\x83\x50\xa2\xac\x12\x85\xd5\x18\x29\x06\x87\x25\x4c\xab\x10\xc1\x01\x82\xfc\x2e\x0e\xa8\x35\x4a\x2b\x9b\xae\xe5\x47\x52\xf0\xd9\x31\xb9\x4a\x0e\xcd\x7a\x54\xa6\xa0\x8d\xdd\xda\xdf\x8b\x4e\x8d\xb5\x3a\xd3\x39\x2c\xb8\x4b\xa6\x61\xd1\x5e\x53\x07\xba\x64\xa4\x8e\xd4\xa5\xe2\x28\xf7\x7c\xea\x37\x55\x95\x4b\xad\xab\xb8\x92\xa6\x2a\x6f\x28\xd3\x8e\x3f\x72\x43\x69\x64\x73\xee\x4a\x9c\x8e\x8e\x6f\x70\xba\x44\x79\xc2\xe2\x45\x9a\x65\x74\x1a\x6a\xf8\x0a\xee\x41\xba\xe4\x63\xe2\x8d\x87\x4e\xf7\xa4\x4b\xe2\xbb\x2c\x9d\xe2\x1b\x2a\x6a\x13\xd2\x68\xa4\xfc\x14\xa9\xb9\xf5\x60\xb1\x60\xaa\x8a\x9b\x13\x59\x54\x8e\x70\x84\x72\xe5\xf1\xd3\xe4\x63\xbd\xc6\x13\xb5\x39\x11\x67\x94\x7e\x28\x97\x3e\x96\xcd\x85\x80\x56\x2c\x2d\xdb\x7b\x90\x0c\x31\x18\x93\x21\x97\x23\x56\x6f\xcc\x8e\x03\xbf\xab\x91\x5b\x98\xa9\x99\x32\x77\x63\x91\xaf\xda\xf2\x63\x97\xa7\x9c\xae\x37\x62\xd2\x3a\xcb\x0d\x3c\x2e\x41\x9f\x60\x3f\x35\x7d\xa5\x24\x0c\x49\x7d\xb5\x0a\x73\x99\x4d\x9d\x3c\x38\x8a\x90\x6e\x11\xae\x37\x87\xd5\xda\x52\x39\x35\xd5\xd2\xf7\x9a\xc9\xdd\xe8\x5d\x23\xaf\xeb\xd9\xad\xcd\xfe\x40\xea\xde\x9c\x8e\xbe\x5c\x41\x8f\x28\xd5\xb4\x2d\x5b\xb1\x5e\x89\xa3\x26\xaf\x49\xed\xea\xd5\x5a\xa6\x57\xa7\xa8\x69\x9f\xe5\x98\x59\x9d\x7f\x49\x65\x67\x4f\x2b\x46\xa4\xb9\xac\x58\x56\x52\x2f\x65\x60\xa4\x11\x49\x72\xeb\x61\xa1\xcc\x9f\x94\x03\x2a\xfc\x80\x6d\x43\x9e\x95\x09\xc0\xb4\x93\x3d\x15\x6b\xce\xa4\x1e\x91\xe1\xae\x3a\x1e\xac\xd2\x2b\x79\xb8\x49\x8b\xc3\xdb\x34\x1b\xb1\x58\x3d\x21\x55\xb6\x98\x03\x5f\x41\x0d\xe8\x68\xfd\x74\x17\x21\xee\x2a\x61\x41\xe1\x57\xdb\x9d\x7a\x2c\x2e\x78\xca\xf8\x71\x7a\x85\x25\x6f\x1e\xcf\xb1\x60\x3d\x5c\x3e\x6a\x37\x92\xc8\xd6\x66\x61\x5f\x48\x1b\xf9\x06\xb3\x85\x58\xbc\x6c\x1b\x08\x88\xd7\x52\x24\x12\x33\x2f\x9d\xb5\x29\xbb\xa6\x00\xea\x2e\xbe\xb3\x16\x9d\xec\x2b\x03\xf6\x55\xe9\x28\xec\xb5\x2c\x7b\x8c\x1b\x45\x4c\xc9\x38\xde\x01\x17\x72\x8f\xa8\x4c\x4d\x1f\x27\x1a\x52\xb3\x1c\x60\x9e\x3b\x51\xef\x3a\x14\x4c\xca\x55\xc8\xd5\xcd\xdd\xc8\x95\xb7\x3d\xda\xd9\x4e\x01\x1c\x35\x75\xb6\x23\x5c\x45\x15\x44\x76\x58\xd3\x75\x35\x8b\x8b\xb7\x07\x32\x1c\x51\x4d\x41\x69\x1b\xa6\xbf\xfb\x07\xac\xe0\x74\xa9\x27\x8c\xba\xd6\x64\x86\x67\xf6\xeb\x8f\xa9\xf1\xfb\x6c\x98\x8b\x9e\x03\x81\x8f\x8f\x62\x1b\x28\xe3\x4f\xdf\xb2\x91\xea\x3e\xff\xf1\xe4\x18\x21\x90\x84\x4b\x4d\x0e\x57\xaa\x50\x87\x70\xcf\xae\x33\xac\x6f\x83\xd2\x6e\xad\x8e\x3a\x73\xb0\x90\xe6\x8a\xba\x2e\x27\x4b\x0a\x57\x97\x93\xed\x85\x69\xa7\x1e\x03\x47\x28\xed\x50\x8a\x94\x48\xde\xf5\x02\xe7\xb1\xb5\x0b\xcc\x47\x34\xda\x8c\x96\x4b\xa5\x45\xa3\x52\x8c\xe0\xfe\xfa\xfb\x49\x98\x07\xbe\x0b\x4a\x0e\xb0\x94\x8f\x5d\x51\x42\x76\xdf\x25\xa5\xa4\x6b\x3c\x90\x25\x35\x5f\x42\x55\x8e\xdc\x68\x1f\x52\x3e\xc2\x48\xbe\x1a\xf1\x2a\xf2\x21\x29\xb8\x20\x63\x2e\x05\xed\x0a\x2f\x4b\x56\x40\x8e\x86\x97\xca\x6d\x70\x4c\x3e\xce\x27\xe0\x2d\x93\x72\x94\x26\x6c\x4c\x14\x85\xc9\x36\xed\x61\x59\x5c\x48\x51\x6a\x7a\xf0\xc3\xba\x73\xaa\x61\x0e\xa9\x6d\x63\x25\x32\x84\x7c\x56\xae\x27\x20\xcf\xa7\x1e\x08\x83\xd0\xf8\xb0\xcb\xaa\x4b\x87\x69\x09\x9d\x05\xcf\xa8\x71\x18\x56\x6a\x6f\x6f\x38\x98\x4b\x4b\x51\x25\x1f\xd9\xb8\x5d\x61\x1e\xc9\x60\x06\x52\xd2\xed\xad\x19\x4d\x31\x06\xb5\x9e\x56\xe2\x69\xd3\x7d\x43\x49\xab\x56\xf0\x75\x9a\xa9\xfe\x86\x18\xed\xb4\x44\x60\x7f\x32\xeb\xad\x3b\xde\x9d\x44\x75\xa9\x76\xa3\x3c\xce\x8f\xe7\x13\x2b\xe4\x7e\x2a\x05\xe7\xc7\xb7\x93\x08\x98\x38\xd1\x31\x27\xe9\xf4\x86\x34\xe2\x7e\x7e\x56\xff\xec\xee\x3c\xff\x6e\xb3\x2e\x12\x29\x3f\xa1\x97\x5a\xd9\x3e\xa5\xa3\xd6\x13\xf1\xf4\x55\x53\x04\x6a\xf0\x8f\xb6\x27\xc3\xe7\xdf\x45\xf5\xa9\xad\x67\xa9\x59\x42\xb5\x05\xa4\x30\x41\x34\x2f\x8c\xd9\x2d\x6e\x5b\x33\x78\x06\x7a\x7b\xd7\xcd\xf2\x0b\xe1\x37\x0a\xf3\xc5\xb7\x1d\x79\xf3\x5b\x06\x5c\x50\xf0\x4d\x84\x35\x7d\xa7\x8a\x07\xe5\x48\x53\x22\x86\x4d\xef\xcf\x7f\x45\x0d\x56\x45\x09\xdc\xa0\x41\x66\x78\x99\x32\x3c\xb3\x7b\xfd\xd6\xae\xd8\xe3\xb7\x76\xa4\x8c\xea\xf1\x7b\x76\x69\x3f\xff\xab\x93\xec\x3c\x9d\xe3\x35\x49\xff\xe6\x24\x3d\x50\x00\x00\x6f\x58\x7a\xdd\xf4\x26\xb5\x59\xbe\x75\x2b\xf1\xb6\xe6\xb8\x52\x4b\xb6\xeb\x24\xbb\x68\x40\x71\x3b\xc9\x9e\x43\x32\x40\x5e\xb7\x1c\x28\x4b\xf3\x42\x45\x35\xf7\xe6\xfa\xdb\xae\x23\x78\x3f\x21\x9b\x2c\xac\x69\x3e\xe7\x4f\xfc\xdd\x77\x32\x71\xdd\x52\xae\x23\xed\x9f\x0c\xe1\x0e\x9f\xce\x5a\xea\x5d\x4d\x79\x93\xc4\xb6\xce\x67\x94\xf2\x46\x25\xec\x1c\x96\xc3\xb9\x83\x30\xe2\x7b\xbb\xa3\x1d\x93\xe9\x67\xc2\x78\x99\x66\xbe\xbc\xb5\x9c\xbb\x08\x9b\x3c\xe0\x3b\xbd\xa6\xb9\xcf\x9f\xeb\x06\xac\x4b\xf4\xad\x4c\x24\xe7\xf2\x3e\x6b\x82\x7a\x99\x84\x7f\xf9\x9b\x2a\x5a\x89\xa8\x7a\x38\xbd\x3c\xdf\xce\x8a\xf7\x6c\xd6\xbf\xee\x22\xa6\x32\x6b\xff\x2f\x87\x7d\xd2\x21\xea\x3b\xca\xfd\xeb\x73\xd3\x64\x9f\xd8\xe1\x6f\xd5\x5f\x65\xab\x5c\x79\xe9\x1c\x67\xf3\xae\x22\xbe\x53\x45\x78\xe4\xab\xae\x2c\x7f\xf2\x64\x51\x9e\x40\x1d\x39\xfe\xac\x72\x00\x12\xc8\x1b\xca\x84\x30\xda\x95\xf6\x2f\x2a\x6d\x83\x99\x5c\x5b\xc0\xdf\x76\x54\xa6\xa6\xb4\xd5\x95\xfe\x5b\x9b\xbe\xe6\xc9\xd4\x91\xfc\x3b\x67\xea\xc1\x6d\x98\xb7\xeb\xf5\x01\xf2\xa7\xbf\xe8\xc9\xb7\x41\xda\xbf\x1a\xc2\xe7\x8b\x34\xcb\x36\xc8\xf1\x37\x33\xb5\x37\xcb\xf0\xe7\x1d\xa7\x3f\xd5\x62\x5b\x9b\xe1\xbb\xbf\x39\x19\xe0\x9a\xcf\x3f\xd3\xfe\x24\x77\x09\xe3\x73\xd0\x71\x8e\x7c\xeb\x50\x6b\x9d\x1b\x1e\x74\x5d\x9f\x57\xb9\x52\x6c\x76\xed\xc1\x5a\x3a\xf0\x98\x1d\xcb\x93\xbc\xbe\x6e\xeb\x32\x38\x28\x1d\x07\x03\x43\x64\xcd\x3a\x6d\x0a\xef\x90\xbe\xb9\xd2\xbc\x89\x7c\x1b\x9d\x37\x61\x81\xf9\xcf\x29\x23\xe0\x30\xe1\xbc\x33\xcb\xa6\xa5\x3f\x50\xb6\x84\x05\xe6\x62\xcd\xce\x74\xe6\xa2\x45\xdd\x26\x04\x15\x41\x3b\x01\xd4\x93\x2e\xc3\xda\x49\xdf\x58\x80\xde\x4c\xeb\x2f\xc1\x0c\x61\xed\x8a\xa0\x7f\xd7\x86\xa8\x65\xef\x6d\x78\xb0\x8e\x03\x34\x5c\xab\xa2\xaf\xb3\x77\x2e\x27\xe7\xde\xbf\xa2\xa6\xaa\xbf\x4b\x47\xdf\xd0\xfc\xd5\x6f\x49\xad\x86\xde\x90\x6b\x0a\xa0\x35\xf1\x53\x69\x39\xb0\x45\x1c\x7b\x47\x65\x36\x47\x17\xd6\x5a\x4c\x8e\x14\xa6\xe0\xfe\xf0\x5d\x7f\x5f\x65\xd3\x0a\x91\xf5\xb9\x20\xa4\xa6\x94\x24\x5d\xce\xd0\x9e\xaa\x25\x63\xc4\xbb\x38\x6b\xa7\xe1\x77\x4d\x1e\xc5\x64\x38\x02\xed\xeb\xb4\xe3\xbc\xfd\x8b\xdc\x09\xda\x8a\xb2\x0e\xc6\x4b\x96\xe3\x2a\xbf\x3a\x12\xca\x3d\xb4\x0b\x66\xc4\x49\xf8\x37\x7d\x9a\x6a\x5f\xa0\x8e\x2d\xeb\xcf\x90\xce\xb8\xf5\xb4\x07\x52\xf1\xdc\xe1\x9f\xbf\xab\xc9\xc8\x4a\x64\x0f\xd5\x8c\x2e\xd4\xb1\xa1\x7d\x72\x3a\x4a\x93\xac\x99\x72\x10\x5a\x53\xd6\x5f\x36\x29\xab\xb5\x0f\x74\xb1\x53\x36\xbd\xdc\x0e\x3a\xd2\x7d\x6b\xd3\x69\x92\x1d\x29\xbf\x6b\x50\xec\x48\xe6\x70\x0f\x8f\x10\xfc\xb3\x4d\xb9\x8e\xe0\x5f\x91\x09\x3c\xb5\x2e\x99\xe1\xe1\x20\x3a\x44\x47\xa2\x5d\xcd\x64\x66\x34\x9d\x75\xa5\xd1\x05\x82\xa2\xb3\x2b\x91\x2e\x6e\x56\x2e\xfd\x97\x22\x0d\x3f\x56\x77\xcf\x5c\x46\xa8\x43\x81\x23\x69\xff\x19\xe9\xcb\x97\x65\x03\xdb\xd0\x4f\x7b\xb7\x96\xfb\x2f\x86\x1f\x95\x8e\x6c\xff\x7f\xf6\xde\xad\xaf\x8d\x1c\x5b\x1c\x7d\xf7\xa7\x00\x9f\x19\xef\xaa\x41\x78\x6c\xc8\xd5\x44\x61\xd3\x09\xe9\x66\x0f\x21\x3d\x40\x7a\x76\x8f\xc7\x87\x29\x6c\x19\xd4\xb1\xab\x3c\x2a\x19\x9a\x0e\xfe\x7f\xf6\xf3\xd3\xd2\x5d\xa5\x2a\x3b\x49\xcf\x7f\xef\x87\xf3\x90\xe0\xaa\xd2\x5d\x4b\x4b\xeb\xbe\x6a\x21\xce\x30\xc4\x4f\x37\x01\xbc\xaa\xec\x3d\x0e\xee\xfd\x27\xaa\x77\x3a\x7d\xf8\xb8\xbf\x57\x53\xe8\xa9\x3d\x81\x75\xd0\xd1\x77\x4e\x57\xcd\xc9\xda\x73\x26\xda\x48\xf2\xec\xc9\x41\xfd\xb2\x9c\x47\x62\x45\x06\xcb\xf1\x74\x6f\x93\xe5\x10\x4d\x9d\x44\xa8\x6e\x7d\x9a\x9f\xee\x6f\xda\x8a\x14\x9a\x37\xb4\xb4\x11\x0e\x12\x2d\x1d\xff\x2b\xc6\x97\x55\x25\x10\xc9\x53\x71\x48\x1b\x1b\x95\xe0\x97\x95\x25\x61\xfc\xa2\x8e\x02\x4d\x9e\x3e\x33\x57\xc5\xf1\x7c\xc1\x1f\x7c\x1e\xcb\xbb\x1b\x24\xcd\x2c\x25\x57\xb5\xaa\x5e\x94\xe3\xe1\x08\x51\xdc\x6b\xf9\x29\x55\x79\xfa\x59\xe9\xc4\x3e\xcf\xc5\xf5\x06\x0a\xd0\xd9\xec\x3a\x83\xc0\x30\x30\x85\x41\xfb\xcd\xe9\xd1\xc7\x8b\xe3\xf6\x0e\xdd\xd9\x59\x59\x83\x0a\x00\xb1\x44\x6f\xa9\x9d\x90\xa5\x06\x25\x9c\x26\xc6\x00\xc3\x55\x57\xe5\x4a\x8d\x07\xe2\x9c\x78\xe2\x79\xa3\xbe\x95\x3b\x90\x90\x2e\x0c\x11\x32\xa1\x5d\x93\x99\x4c\x23\x60\x42\xd2\xe4\xc6\x41\xe6\xa0\x78\x8d\x7b\x07\xc5\xee\xae\x76\x16\xca\x87\x85\x8a\x8f\x2a\xe9\x87\x4c\x35\x60\x09\xb7\xbd\x14\x65\x5d\x3d\xf1\x24\x45\xbd\x6d\x8c\x0b\x45\xf6\x49\xef\x4f\x50\xac\xac\x9c\x46\x94\xaa\x45\x4d\xcd\xea\x55\xd4\xe2\xfc\x0a\xc2\x59\x20\x31\x26\x11\x9b\x10\x2b\xee\x96\x03\x53\x82\x47\x45\x2b\xe5\x5c\x50\x6c\x0f\x40\xcc\x39\x01\x6b\xd2\xcf\x2c\xe9\x7b\x16\x57\xe4\x30\xe1\xc1\xd2\x3b\x22\xa4\x24\x4d\x07\xae\x98\x46\xda\xcf\xb0\xa4\xe7\xb5\x11\xa7\x60\xa4\x09\x63\x03\xa5\x92\x58\x5b\xce\xef\x32\xe6\xb0\x08\xaa\x93\xfd\xa0\x93\xe8\x28\xb5\x04\x4b\x57\x7a\xb2\x49\xa5\x50\x96\xa5\x2b\x3f\xdd\xa4\xf2\x59\x31\x31\x69\x2e\xd4\x3d\x00\xc1\x8d\x9b\xd9\xf0\x97\x1e\x6b\xed\xcd\xb7\x1a\x75\xc1\xee\x6a\x55\xa1\x67\x08\x7f\xdf\x45\xba\x04\x17\x69\x09\x5d\xa1\xe6\xce\xbd\xc1\x7c\x46\xc0\x45\x0e\xe6\xa5\x95\xc9\x44\x5b\x59\x27\x85\xf4\xc1\x2b\x22\xa9\x08\x5b\x25\xc1\x12\xc6\x8c\x06\x6b\xe6\x05\x2b\x5a\xae\x21\x9a\x9f\xbd\xd4\xc4\x87\x3e\x14\x35\x78\xd0\xca\xc5\x80\x98\x69\x12\xe9\x3d\x6f\xb6\x9c\x58\x14\xcd\x36\x13\x5a\x2e\xac\x62\x9e\xaf\x56\x48\xd6\x53\x0c\xc9\x46\x75\x4b\xfa\x1b\x31\x15\xe5\x55\xb1\xc6\xf5\xc9\xb2\x23\x63\x99\x15\xd3\xb5\xd4\xa8\x84\xe9\xf9\x04\x7a\xa1\x1f\x7d\x3d\x9b\xd6\x75\xf1\x84\x1b\x47\x59\x1d\x71\x95\x62\x2f\x6c\x2d\xca\x0f\x73\xad\xd9\x56\x76\x17\x12\xbf\x0e\x7a\x26\x06\x6b\xa8\xcd\xc6\x39\xa2\x36\x12\x0a\x68\xae\x7e\x95\xc9\xb6\xe5\x51\xbc\xbc\xa5\xe5\x89\x31\x27\x9b\xa4\x09\x4d\x53\x24\xfd\xb7\x49\x59\xd2\x22\x37\x56\x25\xbe\x21\x85\xb1\x9a\xd0\x96\x12\x13\xe5\x2a\xe4\x45\x29\x31\x6e\x86\x75\x2e\x36\xc6\xb4\x22\x77\xbd\x00\x28\xe6\x95\x89\x74\xb3\x52\x5b\x9d\x4b\x07\x49\x94\x61\xe6\xdb\xeb\x24\x05\xca\xd3\x96\x52\x3d\x67\x87\xbc\x7b\x2b\x5f\x67\x8e\xbb\xef\x80\x1e\x5a\x7b\xa1\xec\xe1\x9a\x9c\x16\xe3\x6c\x96\x14\x60\x23\x7f\x13\x88\x2b\xc4\x0b\x13\x82\xae\x48\x03\x7f\x07\x41\x79\x87\xf3\xb2\x66\x68\xca\x96\xb9\x77\x90\x5b\x5f\xfd\x7c\x67\x27\xd5\xd6\xed\xc3\x7c\x94\xb6\x6c\x56\x3b\xad\xd5\x72\xbb\x90\xb3\xfa\xd2\xa5\x23\x32\x48\x00\x18\x51\x67\xd2\x8b\x87\x4e\x5d\xff\xec\x6d\x8c\xa9\x89\x58\x17\xac\x20\x15\x2b\x68\x7d\x26\xca\xb5\x9e\x12\x82\x02\x71\x1c\x97\xe4\x8a\x83\x23\x92\x5a\xfc\x12\x81\x9e\xd7\x84\x46\x5f\xe2\x62\xd8\x1b\xa1\x19\x2e\xac\xd7\x36\x87\xe3\xf3\xe0\x6b\xec\x33\xd0\xbf\xb8\xeb\xf1\x3d\x69\x72\x2e\x31\x26\xfa\xee\x2e\x32\x4b\x8e\x44\xf2\x56\xf9\x1b\x9c\x0f\xa9\x6f\x98\x6f\xe1\xa3\xc1\x34\x9f\x4e\x93\x26\x60\x4d\x4d\x3c\xf8\xde\xa8\xc5\x30\x33\x93\x46\x31\x30\xcc\x55\x60\x80\x10\x14\x83\x49\xb0\xfa\x49\xb0\x70\x12\x1f\x73\x19\x4a\xb1\x62\xd7\xef\x69\xa4\x23\xc1\x48\x24\xdb\xe5\x03\xa4\x62\x4a\xab\x96\xe3\x9a\x5d\xad\x3a\xf5\xe9\x3a\x32\xa0\x42\x7d\x4d\x15\x70\xc1\xd6\x5f\x41\x98\x05\x63\x03\x27\x51\x82\xfc\x8d\xa8\xb6\x73\xe5\xea\x07\xa2\x2b\x40\x6a\x41\x94\x69\xae\xa3\x4c\x17\x98\x57\x95\xf1\x32\xd0\x8a\x87\x8e\x7d\x87\x6b\x92\x1e\x2a\xca\x31\xc4\x86\xae\x41\xab\xc0\xbb\x03\x73\x93\x45\x56\x52\xd0\x29\x32\x1e\x4b\xa0\x96\x09\x4c\x3f\xcd\xfc\xba\xa5\x13\xe7\x8f\xa4\x8e\x06\xe6\xf9\x33\xc4\x80\x5d\x91\xed\x81\x3c\xdb\x9a\x91\x47\x29\xa5\x0b\x6b\x45\x97\x90\x4e\x87\xb8\x66\x75\x0e\xd5\x62\x2f\xe8\x24\x7c\xab\x26\xe0\x9f\xd1\x98\xac\x5b\x2e\xb4\xa6\x97\xbd\x03\x61\x9d\x80\xa2\x74\x93\x5a\x4e\x20\x91\xb8\x0a\xf7\x00\xfe\x3b\x96\xde\xeb\x19\x32\x7e\xc1\x12\x77\xe4\xc9\xf3\x3e\x0a\xd7\xcf\x8f\x29\x58\x23\xb5\xad\x90\x82\x77\x3d\xb3\xb2\xce\xaa\x79\xcb\x4a\xa7\x81\xdd\x6b\x4d\xa7\xde\xae\x3d\x79\x01\x31\xc1\xe0\x64\x4b\x82\x50\xc1\x88\x8c\xf8\xb3\x32\xe1\x72\xea\x57\x57\xc6\x4a\x45\x4b\xd9\xf7\x4c\x12\xb4\x46\x32\x52\x76\x3a\x49\xe9\x2a\x17\xfe\x5d\x54\xae\x8a\x76\xb7\xbd\x9d\x64\x8f\x8f\xe5\xe3\x23\x4f\xd1\x14\x43\xd0\x63\xf2\xf8\x48\x5c\x4a\xf7\xf1\x71\x3b\xd9\xce\x1f\x1f\x41\xf7\x31\xec\x8d\xf4\x05\x87\x26\xf8\xf3\x3c\xa3\xf9\x20\x43\x62\x41\x06\x25\x02\x3b\xc1\x01\x5f\xb5\x2a\x90\x20\xe6\x3d\x41\xc5\x37\x92\xd1\x9a\x20\x40\x63\x34\xf5\x48\xe9\xe5\x61\x32\xab\x1c\x91\xa5\x7f\x3e\x64\x01\x45\x46\x2f\xc5\xb3\x67\xbf\x26\xd8\xb9\xd9\x06\x14\xf9\xec\x5b\x28\xf2\x22\x6e\xd7\x16\xc2\x88\x82\x10\x34\x73\xb4\x4e\xb3\x4e\x27\x99\x39\xb1\x8c\xc7\x02\x63\xda\xf9\x89\xdb\x6b\xac\x0d\x6a\x83\x0d\x4c\x63\x7a\x93\x84\xb8\x1d\x21\x9e\xca\xc0\x12\xbf\x27\xcc\xc9\x68\x89\x78\xac\x69\xdc\x16\x51\x2c\x81\x18\x94\x8e\x24\xdd\x88\x40\xc4\xf8\x00\x81\x94\xe9\x06\xba\x36\xa2\x4d\xd1\x01\xf9\x29\x01\x43\x44\xf7\xa6\x87\xa1\x99\x6d\x55\xb2\x59\x1b\xa7\x60\x6f\x69\xab\xcb\x59\x44\xf1\x51\x65\x52\x9b\x2b\xef\x94\x5b\xea\x50\xc9\x54\xd6\x69\xf1\x26\x4a\xbe\x24\x97\x78\xd0\x43\x54\x5e\xc2\x83\xed\xfe\xca\x12\x1b\xb7\xb8\x77\x70\xfb\x6a\xaa\x89\x8d\x5b\x6d\xde\xb7\xc0\xd3\xe1\xad\x09\xce\xbb\xe8\x8e\x6f\x33\x76\xc4\x93\x5e\xaa\x22\xf4\x76\xda\x03\x51\x6c\x6e\x82\x08\xb7\x3b\xca\x0c\xaa\x8d\x31\x5e\xa4\x73\xbc\x6c\xc9\xf8\x47\xe2\x13\xcd\xef\x08\x2b\x89\xfe\x34\x33\xa1\x4a\xb4\x45\xf8\xb6\xf8\x50\xe7\x4d\xd5\x9a\x63\xb6\x9a\x1f\x5a\xa8\xf0\xaf\xc4\x64\x5e\x99\xec\xed\x4e\xdf\x4e\xb7\xb7\x02\xef\xd8\x9a\xca\x12\xa1\xae\xab\xef\x46\xac\xfd\xcf\xf6\x80\x4e\x93\xed\x2c\x95\xef\x64\x20\xa0\x4c\x10\xbc\x0f\x38\x13\x54\xea\x0d\x5e\xb4\x04\x14\xdf\xe0\x85\x21\x05\x53\x15\x18\xe3\xce\x98\xce\xdf\xa4\x07\x90\x23\xea\xda\x84\x8b\x17\x97\xde\xc3\xf0\x7a\xd4\x3c\x9c\xfe\x2a\x4d\x57\x2b\x33\x1d\xab\x9c\xd5\x9b\xb8\xd3\x47\xdb\xdb\xc9\xf2\xf1\x71\xf6\xf8\xc8\x1c\x59\xdd\x15\x9e\x58\x59\xdd\xd5\x6b\xdc\x3b\xb8\xd2\xb2\xba\x7b\x3c\x19\x5e\x8d\xd0\x31\xbe\x57\x27\xb2\x75\xdf\x55\x1d\x4a\xea\x48\xab\x48\x92\x63\x45\x06\xb9\x5a\xdf\x63\x25\xa0\x73\x31\x58\xc2\x6b\x4f\xd3\x37\x2a\x5f\xe3\x67\xf9\xcb\x95\xb1\xf5\xc8\x58\x60\xe3\xd0\x39\x3e\xea\x06\x85\x32\xcd\x63\xf9\x57\x75\xd6\xe9\x24\x99\x7b\x55\x6f\x10\x53\xd0\x12\x3d\xa5\xf5\x88\x0e\xc3\x02\x96\xb1\x30\x80\xc6\x53\x25\x14\x19\x26\x0d\x34\x9a\xa8\xb6\x46\xcc\x58\xbd\x18\xb6\x7b\xde\xdc\x51\xe9\x07\xe4\x5b\xad\xe0\x22\x7b\xf0\x0d\x30\x2a\x6e\x28\x8a\x00\x34\xfc\x3a\xda\xee\x5b\xc3\x04\x4d\x8c\x7a\xce\x73\xf2\xa5\x47\x02\xc0\x29\x6e\x50\xcd\x6b\x17\x70\x54\xf8\xae\xca\x75\x76\x5e\x1e\xb4\x55\xc8\x4f\xa3\x49\xe9\x19\xa7\xc6\x53\x7a\x6d\xfd\x0e\x13\x5e\xa5\x3f\xc3\x3b\xbd\xaa\xa9\x8f\x58\x3d\x2b\xf7\x1b\x8f\x80\xef\x5a\xbf\x06\xf0\xc7\x51\xa1\xdf\x0b\xfc\x3e\xe3\xb7\xdd\x39\xcd\x41\xaa\x04\x4c\x6a\x38\x9b\xc2\x99\xa1\xb5\x40\x4b\x2c\x4e\xc8\x70\xef\x20\x7b\x55\x1c\x64\x82\xc9\x8c\x5c\xe3\xd3\x05\xe2\xbb\x59\xc4\xd2\x83\x0d\xb3\x51\xba\xaa\xf0\x10\xeb\xb6\x4d\x59\x94\x88\xa1\xd9\x93\xdb\xb0\x77\x65\x7d\xee\xc9\x18\x37\xa5\xb8\x18\x19\x2c\x2c\x6e\xea\x3e\x1c\xe9\xcc\xae\x91\x34\x88\x64\xc8\x46\x2d\x48\xf6\x1a\x6f\x3e\x4f\x57\xf1\xee\x21\x34\x7b\x22\x99\x36\x45\xd3\x6c\x30\xe8\x4c\x31\x7f\xc0\x90\x68\x7e\xa1\xaa\xaf\x10\x03\xd6\x37\xb1\x0e\x00\xa8\xae\x61\x95\xa6\x71\x40\xfe\xd8\xc7\xb8\x77\x48\x5e\xef\xf6\x0f\x39\x26\x83\xa4\xc2\xb9\xc8\x92\x32\xb1\xed\x93\x74\x4d\x81\x7e\x18\x0b\x9f\xe6\x37\xed\x81\xaa\x62\x96\x1a\x31\xbc\x17\x46\x9d\x27\x59\x2e\x0a\xf6\x1e\x09\x62\x78\xdf\x0b\x94\x0f\x91\xd6\xc5\xc7\xbd\xf0\xd3\x52\xcb\x2f\xc4\xd7\x7d\xe7\xab\xe7\x67\xed\x4a\xa8\x4e\xf2\xbb\x6c\x46\x27\x5b\x66\xd5\xb6\x16\x59\x59\x92\x09\x24\x52\x74\x39\xf4\xb6\x74\xb2\x55\x41\xaa\x4b\xfa\x1b\x39\x99\xcf\xc9\x84\x66\x9c\x24\xfc\xd5\xab\xfd\x47\xc1\x6a\x3b\x6c\x5c\x7f\x1f\x32\x71\x14\x7e\xd1\xb8\x42\x9c\xbc\xc6\x36\x23\xe6\xe3\x23\x79\xd5\x3b\x8c\xaf\x29\x4f\x45\x4f\x4f\x07\x44\x73\x9e\x55\x01\x42\x84\xaf\x37\x0c\xa4\xc1\x44\x11\x67\x31\xdd\x62\xc4\xc5\xa5\xce\x36\x74\x2f\xe4\xa4\x6f\xb5\x77\x0e\xb4\x56\x73\x99\xd4\xb5\xf6\xb4\x91\x2f\x57\x6d\x46\x63\x3e\x06\x57\xaa\x97\x65\xaa\x31\x3e\x0c\xd1\x58\x46\x5f\x65\x14\xe7\x3a\x56\x4c\x81\x73\xdf\xbf\x28\xc3\x79\x24\x56\xcc\x36\xc6\xb4\xd3\x51\xbf\x8a\x4e\x27\x53\xe1\x42\x35\x9e\x28\x71\xef\xa0\xb4\x5e\x2f\xe5\x0e\xde\x4b\xf9\xb0\x1c\x0d\x7b\x23\xdc\xfe\xcf\xf6\x8e\xfa\xdd\x0a\x4d\xf2\x63\x9e\x46\xd4\xc3\x80\xa1\xe3\x92\x61\x64\x64\x58\x71\xb4\xdd\x47\xac\xd3\x61\x10\xb3\x52\x07\x31\xb0\x57\x89\x92\x38\x36\x2f\x5d\xcd\x4e\x20\xda\x24\x82\xe2\x29\x2a\xc2\xef\x99\xca\xa3\xee\x9c\x8f\x97\x4f\x8d\x67\x77\x51\x15\x6e\xd6\x59\xb2\x3c\x43\x3e\xe6\x80\xda\x3a\xdc\x49\xad\xe9\xf5\xcb\xe7\x15\xd8\xf2\x64\x66\xe1\x57\x8d\x84\xa1\x75\xee\xd9\xc7\xfb\x96\x44\xcf\xe2\xed\xea\x81\xc5\xe2\x7a\xd4\x19\x1b\xed\x37\x37\x35\x8f\xb9\x2b\x9b\xc0\x01\x9b\x89\xc8\xb6\x3d\x5b\x9a\x27\xbd\xfa\xe3\x1b\xbb\x41\x55\x24\xb6\x3a\x97\xee\xc8\xc0\x9d\xdd\xde\x7b\xae\x04\x91\x4e\x04\xfc\x0d\x61\xcf\x5c\x12\x54\xa7\xf1\xaa\x7c\xe4\xe9\xa0\xe7\x74\xb6\xff\x0c\xe5\x08\xe4\x4c\xec\xb0\x2f\xf8\x55\x3d\x7e\x1b\xe3\xeb\xdf\xd7\xf7\xf3\x58\xdf\x36\x2e\xda\xef\xdb\x71\xf5\xa4\x95\x26\xa0\x89\x33\xa6\xa7\x20\x12\x94\x43\xf1\x45\xe8\x55\x68\xdc\x88\x74\x96\x37\x9c\x14\x37\x39\x0a\x85\x3a\xd4\x1e\x3b\xb4\xb7\x71\xd4\xfd\xd5\xe0\x5c\x11\xeb\xd6\x43\x73\xb3\x40\x37\x8c\xd5\x5c\x67\xf3\xa7\x0e\x2c\x90\x88\xf6\xca\xd3\xec\x59\xe4\x98\x90\xae\xe0\xd8\xa4\x27\x78\x31\x79\x50\x76\x23\x9e\x51\x4d\x9d\x64\x47\xc7\x5d\x3f\x3e\x7b\x7b\x72\x76\x72\x79\x72\x74\xda\xd6\x79\x47\x79\xa2\xb6\x5a\x9a\xf3\xe4\x29\x62\x89\x6b\xc0\xe4\xc6\x3d\x57\x3c\x09\xe5\x7e\xcb\x41\x79\xb7\x93\xf8\xd2\xb9\xe6\x32\xfe\xb4\x03\xbb\x2f\x8b\x1f\x60\xda\x30\xff\x1c\x93\xae\x0c\xd0\x05\x69\xb5\x54\xf0\xfd\x56\x9c\xbd\x65\x15\xce\x95\xc7\x38\x57\x98\x42\x25\xcc\x3b\x0f\xc2\xbc\xd3\x4e\x87\x26\x9a\xb9\x74\xc2\xaf\xc5\x08\x6c\xe5\x30\xee\x92\x10\xda\x79\x9c\x54\xbd\xc0\x35\xe8\x79\x6f\x65\x3f\x4e\x00\xae\xb8\xa5\x49\x95\xb5\x86\x6e\xac\x6e\x5c\x49\x5c\x0f\x35\x2f\x27\x83\x74\x68\x94\x66\xc2\x8f\x87\x9a\x87\x6d\xa2\xb5\xee\xbd\x96\xe5\x5a\x7a\x07\xdc\x32\x2c\x5c\x33\x6b\x2a\x02\x3b\x1f\x39\x89\x43\x74\xd6\xe0\xc2\x3d\x7d\xa1\xf4\x82\xa6\x9f\x99\x2b\x66\x0d\x64\x62\x0c\xbc\xec\x1c\xb8\xae\x7c\x27\xb3\x92\x34\x7d\x07\xa9\x5e\x6a\xf4\x72\xce\x7e\x68\x1d\x60\xfa\xea\xd5\x93\x16\xed\x74\x92\xe2\x11\xbf\x00\xaf\x00\xf1\xeb\xb9\x4e\x95\xe9\x39\xf0\xab\x8c\x4d\x19\xb8\xa7\xb7\x2c\x8d\x06\x6e\xea\x4b\xdc\x3b\x58\xbe\x32\x49\xed\x97\xde\xe2\x94\xc3\xa5\xcb\xa6\x02\x26\xca\x14\xf5\xa2\x83\x8a\xc5\xe0\x48\x05\x0d\x72\x83\xfd\x91\x54\x6d\x60\xd5\x82\x85\x6b\x0b\x16\x4d\x92\x36\x9a\x94\x84\x80\xa3\x85\xcc\x75\xa2\x1a\xb0\x37\xe1\xab\xe4\x53\xda\x0a\x93\x40\xfd\x08\xab\x75\x5e\x67\x6d\xe2\x84\x5a\x6a\x48\xea\xdb\xac\x55\xcd\x63\x5a\xd5\xdc\x32\xfd\x5e\xdf\x6a\xd9\xc4\x47\x99\xb9\x8b\x68\xad\x69\xa8\x0d\xcb\xbd\x0b\xaa\xc6\x5e\xe8\x19\x14\xb4\xca\x99\x6f\xed\x2b\x6c\x25\xd2\x99\x4b\xa4\xc7\xaf\x10\xdd\x19\xf2\xea\x56\x65\x45\xe0\x94\x94\xdb\x2a\x75\x76\xd7\x8a\x1d\x2b\x54\xb3\x50\xa9\xa8\x54\x88\x0b\x10\x74\xa5\x95\x80\x8f\x1f\x05\x7c\x54\xf3\x7f\x9d\xc3\x36\x5e\xfe\xaf\x81\x11\x75\xab\x1e\x9a\xf0\x2d\x89\xca\x8e\x17\x6c\x1e\x6f\x84\x92\x0d\x00\xc3\xf2\xcf\xb6\xa7\xaf\x00\x91\x46\xa8\xd0\x24\x82\xe9\xe0\x00\x22\xde\xf0\xc3\x98\xe8\x30\xa9\x22\x04\xa7\xe6\x2a\x75\x2c\x0c\x5c\x81\xa3\xb3\xbb\x91\x94\x6f\x97\xb0\x03\x6f\xea\x0d\xce\x9c\xdc\x0c\xe2\x76\x2c\x55\x16\x37\x05\x42\x09\x13\x7c\x9f\xfc\xa0\x82\x78\x27\xd4\xb9\x4e\xac\x69\x9a\xcc\x86\xa5\xc0\x41\x51\x20\x35\x40\x81\x1c\x70\x70\xc2\xe7\xd4\x5d\xd8\xe7\xb2\x03\x05\xc6\x1f\x34\x18\x1b\xab\xb4\x37\x30\xc5\xf7\xee\xa6\x98\x19\xba\x61\x8e\x04\x4d\x67\xe2\xe6\x69\xe4\xce\x63\x11\x50\x04\xf1\x1b\x72\xd2\xde\xe5\xae\xab\x5b\x23\x1f\x95\x27\xc2\x6c\x97\x4e\x1b\xea\x08\x6a\x07\x9e\xd8\x16\xa9\xd0\x56\x7c\x65\x42\xb9\x54\x13\xfd\xbd\x87\xa9\xfd\x82\x65\x24\xa7\x93\xb5\x53\x8c\xc7\x4d\x3f\xf5\xe2\x39\xa9\xe8\x4e\x52\x9e\xa0\x0a\xc1\x54\xed\x9b\x7b\x19\x53\xe6\xd4\x96\xf4\xe3\x3e\x29\x22\x57\xd1\x3f\x26\x04\x94\xac\xac\x08\x1b\x6c\xa3\x34\x79\xe2\x18\xd7\x52\x4d\x5e\xa2\x10\x36\x77\x12\xa4\x5d\x5d\x69\x49\x77\x05\x71\xb0\x6e\x56\x56\x8f\x61\x35\x1e\xfd\xa1\xf3\x7b\xe0\xcd\x9c\xdc\x6f\xdd\x04\x44\x20\xe4\xa7\x77\x92\xb6\x56\x56\x0f\x7d\x36\x5b\xad\x74\x6c\x60\x3f\x19\x01\x93\x20\x16\xbb\xf8\x7c\xe8\x3e\xfc\xce\x63\xe9\x99\xb1\xfc\xcd\xdb\xb5\x9a\x11\x79\x5b\x7b\x58\x7d\x35\x88\x01\x00\xb9\xdf\xba\xf8\x1d\x16\x4c\x80\x79\x98\xac\x58\x67\x07\xf6\x92\x14\x37\x65\x24\x1e\x85\xf6\x63\xdf\x9a\x3a\x58\xe5\x02\x25\x5d\x9b\xfd\xf2\x7c\x99\x73\x3a\x77\xd2\x61\xfe\x8d\x51\x4e\x3e\xe4\xb3\x07\xfb\xea\x07\x92\x2d\x4c\xce\x4b\x6d\xa0\x46\xba\xee\x6f\xd5\x8c\xfb\xca\x34\xe4\xbd\x3c\x3e\x3d\xbd\xfa\xcb\xd9\x87\xbf\x9d\x5d\x39\x54\xed\xd5\x8f\x1f\x2e\x4e\x2e\x4f\x3e\x9c\xb9\xc1\xdc\x18\xfe\xbc\x6a\xad\xaf\xd1\x53\xf7\xae\x5a\x8e\x29\x23\xe4\x37\x02\x01\x70\x68\x0d\x0e\x31\xb1\x23\x05\x37\x5f\xe2\xe1\x48\xf9\x8f\x30\x96\x3d\x94\x78\x98\xab\x67\x2e\x5d\xf0\xf4\x67\x89\xc3\xec\xb3\xba\x25\x27\xe6\x85\x94\x70\xaf\x0b\x6f\x14\x51\xe3\x38\x32\x28\x35\x26\xa3\x19\x27\x36\x26\x16\xe8\x33\x06\x5e\x29\xa0\x9a\x48\x2a\x13\xb2\x38\x02\xc1\x1a\x7d\x8f\xcd\x8f\x6c\x72\x7b\xc5\x14\x40\x56\xe9\xa3\xe5\x1d\x43\x36\xf2\x63\x73\x59\x1d\x0f\x97\xbf\x43\xd6\x0d\x4c\xa4\x74\x27\x86\x89\x73\x26\x2a\x17\x7b\xcd\x3c\x55\x21\x6f\x9a\xb7\x8d\x61\x19\xd5\x26\xd5\xb7\x9b\x78\x7b\x27\x9b\x66\xa9\xb7\xc3\xb6\x3f\xe5\x12\x69\x45\xc7\x91\x6e\x21\xbd\xb5\x5c\x28\x3a\x7d\x90\xaa\xa0\xe8\x56\x3a\xf1\x93\xc4\x50\x58\x64\x2b\xb9\x9a\xa3\x84\xa4\xba\x39\x2a\x38\x5b\xb3\x76\xba\x94\xb7\x78\xbc\xf8\xb1\x28\x22\x18\xfc\xb3\x1a\x86\x37\x26\x24\x97\xdf\xdd\x0a\x75\x91\xab\x77\xea\x01\xa9\xae\xbc\x7e\x57\x4e\xd0\xb6\x0a\x1a\xa0\x8a\x19\x5e\x77\xc5\x9b\x80\xb1\x04\x79\x27\x96\x9b\x21\xba\x07\x97\xeb\x41\x7a\xc7\x95\x9b\x61\xfa\xa7\xd6\xdb\x71\x3f\xd7\xb1\xf5\xfb\x32\x86\x6a\xfa\x6c\x73\x33\xbf\x86\x23\x6e\xa2\x32\xd7\xb2\x2d\x6a\xf8\x43\x32\x52\x3e\xb2\x67\xd5\x1d\x77\xcb\xab\x4e\x6d\xf9\x8b\xb5\x87\x5d\x8b\x42\x8d\x86\x80\x39\xe7\x9f\x9b\xf3\xdf\x1c\xd3\xac\xc5\x86\xf9\xc8\x34\xa5\x42\x4d\x53\x1b\x02\x56\x8d\xa6\x3a\x8e\x0a\xb2\xd0\x63\xf7\x12\x8d\xd7\x41\xb8\xde\xa4\x21\x91\x06\xe7\x18\x63\x5f\xce\xac\xf6\x4d\x7c\xaf\x56\x09\x02\xcb\xaa\x1f\xae\xc2\x5a\x2f\x62\xdd\xc9\x56\xe5\x9c\xcc\xf5\xc1\xae\xa5\x06\xba\x2b\xf7\x5e\xa1\xa4\x36\x51\x26\x24\x5f\xe7\xf5\x62\x1c\x5b\x0c\xe8\x73\x94\x77\x3a\x09\x35\xb0\x9f\x1b\xd8\xa7\x1a\xf0\x73\x0d\xf8\xd4\x40\x7d\x6e\xa0\x9e\x5a\x90\xa7\x1b\xc1\x3b\x35\xc0\x9e\xeb\x5f\xa9\xb4\x37\xe7\x21\x83\x93\x6b\xae\x97\xe2\xbc\x7a\x10\xe8\x17\x02\x36\xfd\xc2\x83\x43\xff\x57\x1d\x04\xfa\x45\x07\x81\xfe\x6f\x39\x08\xf4\x9b\x0f\x42\xbe\x12\x5c\xb2\x4b\x0d\x66\x2d\x29\x93\x8c\x1e\x01\xa6\xb8\x4b\x9d\x2c\x2a\x01\xb5\x42\xbd\xb8\x25\x95\x92\x1d\x49\x77\x79\x97\xb1\x7c\x15\x05\x4c\x66\xc5\x31\x2c\x26\x8e\x59\x73\xa7\xcb\x49\xba\x5d\xad\x23\xc8\xbc\xb2\xce\x95\x9b\x6f\xb2\xbc\xd5\x26\x00\x46\x72\x93\xf5\xbf\xb6\x92\x5c\x9a\x21\xd9\xed\x8f\xd6\xcb\xca\x64\x61\x3d\xba\x15\x62\xab\x24\xb3\x02\x06\xbd\x79\xa5\xcc\x57\x5f\x77\x37\xab\x9b\xf9\x16\x38\x02\x25\xae\x93\x49\xdb\x7b\x56\x12\xc2\xeb\xd2\x7a\xd1\xdf\x6a\xf3\x79\xf5\x77\x92\xe4\xf9\xb3\x17\x1d\xd3\xbc\x98\xfd\xf5\x43\x36\x99\xb0\xc4\xe9\x26\x4d\x5f\xbf\x7e\x91\x1a\xb7\x45\x5a\x2a\xf1\x50\x6d\xb3\xbd\xbd\x27\x6b\xdb\x34\xcd\x09\x28\xa9\x6b\x69\xef\xe9\xd3\xcd\x1b\x2a\x16\xfd\x46\xc1\x77\x7d\x1b\x3b\x7d\xb7\x95\xbd\xaf\x6d\x65\xcf\x6d\x65\xff\x6b\x5b\xd9\x4f\x23\x59\xd5\x66\xbe\x43\xd5\x23\x79\xf5\x6a\x6f\x65\x78\xcb\xa5\x32\xbc\xaf\x85\x1f\x63\x9c\x67\xe3\xcb\x5b\xa6\x4a\xc3\x92\x4b\xc3\xe9\xa7\x71\xb6\xc8\xc6\x94\x3f\xe0\x7e\xef\xc9\x8b\xa7\xcf\x9f\x21\x47\xe8\x28\xe3\x38\x82\x8a\x0e\xd8\x36\xd0\xd1\xc9\xea\x2d\x0b\xb0\x02\xef\x7f\xa4\x39\xdf\xdf\x33\x86\x1e\x96\xd3\xd3\x59\x09\xd4\x10\xec\xd2\x28\x23\x43\x77\x44\x79\x30\xa2\x9e\xe3\xed\x12\xed\x49\x0d\xd9\xeb\xaf\x99\x4f\x5c\x84\x81\x53\x25\x96\xa0\xbf\x91\x37\xb7\xc4\xea\xb1\x45\x6f\x43\x77\xcb\x76\x46\x32\xed\xa6\x29\x19\x78\xb2\x82\x89\xa5\x3b\x78\x2d\xec\x5b\x24\xa6\x41\xd4\x73\x97\x22\x6d\x58\x41\x62\x0c\xad\xbd\x09\xc2\xba\x95\x84\x43\xc8\xd6\xf8\xee\xad\xbc\xb7\xbb\xbb\x8a\x26\x93\x40\x58\x8b\xc3\x60\xba\x92\x92\x2c\x23\x85\x0d\xe7\xa0\xca\xc9\x48\xc1\x32\x19\x42\x45\xd7\xc1\xa5\x45\x29\x30\x5e\x76\xb6\xa8\x87\x94\xed\x29\x71\xaf\x58\x8f\xfd\x95\xaf\x76\xf0\x3e\x82\xa5\x76\xf3\x20\xc4\x06\x03\x1d\x0d\xc9\x4e\x7f\x84\x67\x09\x47\xd2\x4b\xbc\x0c\xd2\x59\x78\x98\x1a\x46\xa2\x56\xa4\x71\x3d\x54\xd3\x9a\x2d\x88\x30\xc7\xe1\x54\x09\x9a\x25\x3d\xb4\x9f\xea\x59\xf2\x0d\x66\xc9\xf5\x80\x8b\x69\x75\xc8\x4a\xfa\x30\x2e\x16\x24\x2c\x12\x1f\xec\x4e\x7f\xf4\xfa\xf5\x1e\x2c\x1c\x23\xb5\xd7\xaf\x2d\xdc\x0a\x17\x31\x6e\x81\xf8\xc8\x5f\xbd\xda\xef\xad\x12\x8e\xfa\xc6\x0d\xdf\xc9\x61\xd1\x78\x96\xdc\x95\xd0\xe7\xa8\xe5\x9c\xaf\x11\xde\xeb\x3f\x79\xfe\xe4\xc5\xfe\xb3\x27\xca\x14\xc4\xc5\x5e\x72\x61\x87\x1c\x01\x3d\xa4\xc2\x4b\xff\xe8\xa2\x37\x17\x19\x2a\xc2\x54\xa7\xd8\x74\x8a\xa1\x88\x72\xdb\xf8\xde\xf2\x11\x92\x6e\xb5\x88\x62\x36\xd4\xab\x62\x0e\x41\x92\x23\x9a\xa4\x2a\x5c\x6e\xb6\xe0\x4b\x16\xac\xac\x1f\x55\xc8\x3d\xde\x5a\x9e\x19\x0c\xda\xac\x8a\x8f\x18\x48\xaa\x90\xad\x96\xfa\x6b\xd9\xbe\x05\x19\x04\x7b\x35\xb0\xdb\x86\x64\x0d\x57\xfe\x0f\x22\xc5\xb1\x72\x7e\x6a\x90\x03\x04\xe3\x16\xf8\x87\x56\x22\x2c\x89\xb7\xe3\xd0\x06\x4e\x93\x27\x80\xb7\x94\x3e\xe0\xaa\x90\x97\x94\xa8\xb0\xb4\xd3\x4a\x63\x8a\x11\x55\xb4\x0e\x98\x55\x53\xfa\xba\x20\x5e\x07\x55\xe1\x87\x16\xa6\x4e\x95\xeb\xd2\x7a\xed\xc6\x37\x4d\xe3\xf6\x61\xe2\x07\x24\xab\x28\xbf\xc6\x8e\x40\x4a\x06\xf8\x16\xff\x17\x90\xca\x13\x0c\xad\x7e\xf7\xb5\x08\x24\xcd\x13\x95\x09\xb0\x96\x4b\xd8\x48\x19\xeb\xd0\x9c\x11\x1e\x40\xd0\xb8\x53\x87\x74\x59\x68\x23\x2d\x37\xf5\xb2\xca\x02\x9f\x9a\xfe\xa4\xa3\x92\x28\x67\x0c\x2c\xf2\xca\xcd\xc7\xd2\x03\xfe\x8a\xc1\x19\xcd\x05\x82\x10\x27\xd4\xac\xe7\xca\x4a\xd8\x6f\x43\x2d\x00\xd3\x16\xcb\x5f\xad\x07\x10\x13\xf8\x56\x4d\xc0\x3c\xab\x09\x6d\x26\xe6\xf9\x60\x12\x4b\xd1\x52\xe5\x8c\x89\xe7\x93\xda\xc6\xf8\x5a\x14\xbb\xf6\x62\x6f\xa5\x9f\xe9\xce\x8e\x78\x0d\x3d\xe2\x4c\xfe\xa2\x13\x01\x90\xa5\x71\x85\xf2\xd2\x02\x79\xdd\xcf\x92\x1e\x74\x2e\xcb\x7d\x5c\x4c\x32\xc0\x22\x4d\x15\xfa\x6a\xb4\xc0\xc7\x44\x87\xda\xe5\xd9\x0d\xc6\x78\xe2\x94\xf3\x13\x13\xd9\xa2\xba\xd8\xb8\x98\x5f\xd3\x5c\xf4\x7b\x13\xcc\x3f\xf4\xa1\x00\x72\x53\x8b\xd0\x5f\xe5\xd6\x8f\x82\x82\x1f\x85\xe8\xbb\x45\xb7\x31\x9e\x74\x3a\xf2\x62\x72\x64\x07\xf3\x44\x2e\xb5\xea\xed\x42\x00\x5f\xe4\x52\x84\x8e\x88\x38\xe7\x13\xe5\xb4\x72\xa0\x6c\xb6\xd9\x81\x89\xba\x00\x1d\xe5\x5e\x47\x79\x0a\xf5\x72\xf2\x2b\x87\xc0\x43\xac\xae\xe3\x6f\x99\xe0\xda\xc9\xbd\xf9\x78\x7e\x7e\x7c\x76\x79\x75\x79\xf4\x3d\x26\xdd\x9f\x3e\x9c\x1e\x5d\x9e\x9c\x1e\xab\xc7\x37\x1f\xce\x2e\x2e\x8f\xcc\xd7\xe5\x02\x20\x85\x74\x27\x94\xf1\x07\x4c\xba\xef\x8b\xbc\x98\x17\x6c\x71\x4b\xc7\x97\xd9\xcd\xc9\x7c\x31\xc3\xa4\x7b\x74\x7a\xfa\xe1\x6f\x57\x6f\x7e\x7e\x73\x7a\x7c\x01\x6d\xbc\xff\xf1\xe3\xe5\xb1\xd3\x38\x26\x5d\x65\x04\xe8\x74\x21\x5e\xaa\xf0\x91\x17\x0f\xf9\xf8\x96\x15\x39\xfd\x8d\x88\x05\x32\x8e\x04\x26\xbc\xa4\x2e\x4a\x8b\xfc\x88\x71\x3a\xcd\xc6\xa0\xc1\x3a\xa5\x25\x3f\xe1\x64\xae\x15\x60\xd6\x6f\xc1\x69\xe4\x4d\x36\xbe\x15\x2f\xe0\xef\xc4\x16\x71\xd4\x5b\x39\x76\x9c\x3d\xb6\x75\xf6\x2d\x69\x68\x77\x28\xff\x0c\xaa\xd0\xd9\xbe\xba\x6a\xef\x90\x1d\xf0\x77\x9a\xce\x8a\x82\x25\xf0\x93\x65\xf9\xa4\x98\x27\xe9\x9f\xde\x66\x9c\x74\xf3\xe2\x3e\x49\xd3\x1d\x51\x76\xd5\x72\x26\xdf\x6b\xd9\x35\xe9\xb7\x9c\xa5\x7a\xd9\xeb\x3d\xef\xbf\x7c\xb9\xf7\xf4\xc9\xf3\x27\xbd\x97\x2f\xfb\x4a\xa8\xd7\x57\x72\xfa\x3c\x69\x5f\x1e\x7d\x7f\xa5\xd6\xb8\xed\x20\xd4\xcc\x1e\x44\x6a\x33\x1e\x96\x3e\x87\xf8\x1a\x93\x61\x31\x4a\xd2\x95\xdd\xa6\x42\x49\x19\x54\xcb\x97\x3f\xff\x28\x9a\x0d\x76\xd5\x59\xac\xd9\x1a\x79\x04\x23\x77\xb4\xa4\x45\x8e\xfb\x5a\xf1\x5f\x72\xa0\xed\xc8\xc4\x7d\xf5\x13\x20\x24\xf5\x82\x96\x80\x5a\x68\x7e\x83\xb7\x75\x0a\xa6\xe5\x35\xcf\x6e\x4a\xc7\x3c\x40\xbe\xa9\xbc\xf8\x0e\x08\x1a\xb9\xcb\xe6\xdb\x70\x39\x8a\x66\x99\x19\x16\xa3\x80\x09\x0b\xc7\x28\x63\xd4\x54\x46\xd5\xab\x4e\x86\xb6\x38\x7b\x70\xcd\x33\xd4\x90\x75\xb2\x26\xf9\x68\x74\x50\xe1\x60\x51\x8e\xfd\xc5\xd0\xc9\x6c\xf4\x02\x3a\x5e\x21\xdc\x78\x74\xc2\xee\xb5\x4a\x30\x09\xcf\x94\xaf\x5d\xf6\x6b\x92\xa1\x5c\x7b\x13\xd7\xac\x8a\x57\xb8\x4c\xd3\x95\x9b\x2b\x47\xe3\x18\x69\xb5\x48\x5c\xab\x45\x15\xf5\x81\x0c\x97\x23\xd9\xb7\xd3\xd0\x0c\x65\x26\x0a\x9e\xde\xd1\x6c\x35\xa5\x79\x36\x9b\x3d\x54\xd7\xb0\xaf\xd3\x65\x6d\x1b\xce\xd7\x7e\xd6\x86\x9f\xee\x0a\xef\xec\xd0\x34\x80\x18\x81\xc1\x14\x56\xf2\xef\x4c\x45\x9c\x8b\x55\x6d\xe5\xe2\xda\x38\x64\x2e\xc4\x0c\x12\x16\x5b\x19\x98\x12\xb2\x25\x01\x43\x4a\x64\xe7\x19\x6f\x59\xa8\xde\xd9\xa1\x86\x8c\x8a\x60\xc3\x99\x92\xb9\xcc\x64\x2b\x2d\xdd\x9a\xa6\xaf\x67\x6a\xf4\x2d\x3b\x0d\x9d\xd8\x19\x6e\xcf\xfd\xb4\x15\x60\x61\x4d\x9c\xe5\xe4\x3e\xa9\x53\xa2\xaf\x87\x74\x55\x20\xc4\x2e\x72\x2a\x69\x2b\xb8\x08\x6e\x5b\xd2\xdb\xfe\x77\xe9\x93\xea\x4e\x4c\xf5\xb9\x93\x5d\x85\xf8\x59\x55\x4c\xfa\xd5\x49\x90\x7e\x95\x0c\x7b\x23\xe3\x79\x67\x95\xe8\xb3\x64\xcf\xc9\xf8\xaa\x91\x06\x41\x1c\x92\x9d\x3a\x57\xdd\x42\xb9\xc4\x37\xda\x21\x08\x30\x3b\xd7\x3b\x6d\x11\x8d\x85\x6e\xb0\xb5\x6d\x10\x15\x49\x32\xab\xc6\x7a\x2b\xbb\xb1\x79\xdc\x6c\x3f\x36\xb3\x91\xea\xc4\x4d\xb0\xb8\x0d\x7c\x95\x44\xe2\x8f\x8f\x49\x58\xd4\xda\x30\x2f\x39\x49\x9c\xb3\x62\x26\x91\x25\xa9\x20\xbd\x65\xb4\x42\x4d\xf9\x85\xe2\x97\xca\xb4\x0d\x84\x57\x2e\x4d\x58\xc5\x87\x3a\x4e\xc1\x3a\xa1\x68\x95\x42\x1e\x55\xa9\x89\xb3\xc6\x61\x41\xf2\xae\x21\xc2\x31\x47\xb9\x20\x86\x17\x90\x96\x34\x5f\xcb\x4f\x04\x29\xf7\x96\xbc\x6e\xe1\x4d\x0f\x2d\xdb\xe4\x2d\x24\x0a\x15\x7d\xa5\x89\xa2\x8e\x93\x54\x4a\xe2\xef\x24\xb7\x7d\xb3\xe6\x9e\xf3\x81\x22\xb2\xf4\xf6\xb5\xcd\x9a\x3a\x31\xf7\x9b\x58\x02\x22\x61\xc2\x1b\x23\x26\x8d\xa2\x48\x42\x3e\xd5\x89\xaa\x9c\x5e\x0e\xfd\x11\x0e\x82\xef\x89\x8a\xe7\x1b\x03\x08\x3a\x4d\xb6\xc3\xe6\xd2\x78\x37\x89\x27\x9c\x33\x33\xa8\x01\x72\x22\x49\xef\x69\x52\x26\x0c\xf1\x54\xb7\x79\xdd\x8a\x02\x6d\xcb\xd1\xac\xd9\x1b\x92\x62\xb3\x57\x46\xb5\x89\x31\xce\x0f\xaf\x07\x49\xb0\x29\x14\x38\xe7\xba\x8c\xb5\xeb\xc6\x2d\xdb\xa8\x74\x16\x1b\x2a\xcc\x2b\x8d\x6c\x74\x0f\x71\xcb\x70\xfb\xd4\xe8\x8d\x8a\xbb\xd1\xce\x26\xd7\xfb\xd7\xcf\x5f\x90\xdd\xfd\xc9\xde\xde\xee\x13\xf2\xe4\x7a\xf7\xc5\xf3\xe7\xd9\xee\xb3\xfd\xfe\xf3\xf1\xde\xf8\xe9\xb8\xff\xe4\x69\xbb\x25\xe3\x64\x34\x83\x23\xcd\x73\x6b\x9d\x21\x80\x6b\x12\x93\xa4\x54\xf0\x93\xbf\xb3\x39\x61\xf6\xe8\xfb\x14\xf5\x55\x4b\x86\xe4\xf8\xba\x93\x8f\x14\x6a\x34\xed\xbd\x2b\x58\xc2\x52\x47\xc7\xce\x33\x41\x7d\x8b\xe3\x91\x77\x4b\x42\x72\xf9\xeb\x13\x79\xc0\x4c\xfc\x8f\x72\x19\xd9\xfd\x7a\xa6\xf0\x04\x99\x17\x98\xc3\x9f\xa0\x4d\x94\x7f\x95\x1e\xb2\x42\x54\x18\x72\x56\x8f\x4c\x61\x0d\x3d\x0c\x55\xe3\x27\x6f\x5a\x12\x0a\x61\xaa\x26\xf4\x73\x50\xe1\xbd\x3b\x64\x59\x5e\xcc\x02\x0c\x8d\xf3\x6e\x79\x5b\x2c\x67\x93\x73\x32\x2f\xee\x22\xfb\xb4\xed\x0d\x49\x19\x88\x93\xaa\xef\x80\xbb\x9c\x4a\x38\x09\x2b\x0a\xf8\x8d\x01\xdf\x24\x38\x50\x50\x39\x6a\x1e\xea\xbe\x39\x13\xb8\x06\x33\xcd\x92\x59\xec\x36\xcf\x16\x18\x6c\xae\xbd\x0c\x83\x33\x5a\xca\x1b\x5a\x74\x97\x7f\x22\x13\xd1\x51\x14\xf5\x99\x7d\x6d\xc4\x7c\xb4\x84\xe8\xb6\xd5\x35\x49\xfc\x71\xf9\x4b\xae\xb2\x01\x24\x69\xaa\x1b\x48\xe2\x59\x02\x14\x4a\x30\x26\xe6\x58\xc5\xa1\xf4\x1a\x3f\xac\x69\x7c\xe0\x95\x42\x91\x85\x22\x2a\xb2\x7e\x44\xc8\xb1\xbd\xad\x57\xd1\x2a\x0f\x6a\xc5\x7b\xb6\xd4\x7d\x56\x5e\x88\x4d\xad\x91\xd9\xcb\x82\x7a\x3a\x46\xc0\xc6\x3b\x1d\x0e\xc0\x60\x53\x76\x35\xb4\x60\x48\x13\xb1\x75\xb9\xbf\xb4\x90\x88\x93\x88\xa3\x39\x82\x6d\xbe\x97\x26\x28\xd6\x5a\x5a\x86\x20\xa1\x29\xa2\x12\x0d\x97\x84\xf1\xef\xc8\xb4\x60\x71\xca\xdd\xf4\x99\x3b\x7d\xd2\xa0\xcf\x02\x33\xbf\x4f\xea\xf4\x59\x78\x67\x35\xf7\xba\x4c\x0a\xc4\x53\x54\x80\x0a\xca\x3b\x59\xe1\x08\x44\xb7\x2d\xe2\xb5\xc4\xba\x0c\x8e\x23\x18\xac\xf8\xad\xda\xe4\xcd\x41\xab\x9a\x46\xa0\x25\x77\x6a\x4f\xc8\x8c\x70\xe2\xec\x24\x4c\x05\xcc\x0c\x95\x4c\xa8\x76\xe3\xa1\x25\x23\x39\x52\x99\x1a\x48\x36\xa9\x35\x46\x17\xe5\xa5\x84\xca\x60\xf4\x88\x0c\xe5\x18\x0e\xfd\x07\x54\x9b\xad\x39\x76\xec\x5b\x96\xfc\x3e\x36\x9e\xd9\x99\x69\x33\xea\xdb\x90\x07\x89\xe1\x9c\x0b\xd8\xd4\x44\x1c\xd7\x1e\x66\x5e\xb0\xc7\x47\xef\x3c\xe7\x10\xc3\x3c\xc8\x46\xce\x0f\x81\xd9\x23\x1a\xfc\x78\x5a\xbd\x82\x8d\x54\xe9\x02\x79\x3c\xde\x90\x74\x55\x34\x9e\xde\x08\xb7\xe5\xcf\x36\x12\xaf\x7f\x64\xcb\x9c\xe0\xfe\x08\xb7\xe1\x97\x7c\xf9\xb6\xc8\x09\xde\x1b\xe1\xb6\xf8\xd1\x5e\x25\x1f\x1e\x1f\x93\x0f\xf8\xf3\x4a\xf9\x17\x36\xe4\xc2\xd5\x58\x4e\x26\x03\x50\xce\xac\x6a\x0d\xb4\x86\x0d\x12\xaa\x72\x14\x2c\x6d\x88\x5b\x98\x5d\x10\xa5\x72\x91\xc1\xa0\x31\xd3\x7b\xdf\x64\xfe\xfc\x90\x8f\xe3\xea\xb0\x0f\x6a\x21\x0e\x0e\x52\xcd\xa5\x29\xf6\x4c\x7f\x19\xa8\xbd\x13\x9b\xa0\x82\x0d\xb9\xc1\x59\xb6\x3e\xc8\x35\x73\x8b\xc1\x8b\xb0\x94\x58\xbb\x81\x8b\xa4\x4c\x71\xf1\x25\x91\x4a\xb4\x6c\x72\x97\xe5\x63\x72\x59\xfc\x85\x34\x5a\x96\xa9\xc9\x6b\xac\x65\xe1\x2a\xc7\x5c\x4b\x68\xf3\x4e\x07\xa8\x8a\x6d\x8c\xc9\x41\xaa\x49\x8d\x1e\x84\x30\x32\xc7\xcb\xc6\x72\xce\xb5\x58\xc2\x2e\xac\x53\x2a\xd5\x47\x37\x8c\xe2\xe4\xc1\xb7\xbd\x17\xd6\x0e\x93\x68\xa8\xb6\x81\x90\xf3\xd4\x37\xba\xcb\x98\x59\x49\x6d\xee\xf7\x89\x3c\x54\x79\x46\x0e\xb4\x13\xc6\xf4\xd0\x2c\xe9\x39\x20\xb5\x24\x4f\x65\x2a\xf3\x84\xa6\xf6\xdb\xfb\x02\xcc\xd1\x06\xe6\xc5\x09\xe0\xb9\x24\x4f\x91\xde\x73\x3d\x59\xd9\x4c\xdd\xb5\x61\xa7\xc3\xbc\xe9\x1e\x24\x0c\xb3\x54\xd1\x40\x36\x4c\x86\x5a\x56\xee\x4a\xc5\x91\x73\x06\x14\x26\x4e\x00\x55\x22\xa6\x48\x2b\x06\x24\x93\x59\xfe\xf7\x21\xf2\xdd\x10\x28\x6c\x37\xc0\x59\x88\x1e\x0a\x0c\x39\xd2\x65\x7f\x69\xab\x70\x06\xcc\xf4\x9d\xab\x3e\x1e\x26\x0c\x2e\x13\x79\xb7\xe4\xea\xb7\x6c\x45\x8d\xb3\x90\xa4\x1d\x3f\x84\xdd\x00\x87\x42\xed\x4f\xe7\x02\x75\x42\xcd\x54\xe4\xb2\x6f\xbc\xb8\x6a\xf4\xb9\x3f\x57\x8a\x79\x78\x4f\xe5\x69\x4b\xdf\x5d\x09\x85\x31\x52\x35\x46\x2a\xc7\x98\x1f\xe6\x76\x8c\x26\x89\x96\xc4\x7c\x35\x77\x8c\xd9\x3c\x6f\x68\x0a\xf3\x20\x85\x02\xf4\xc4\x2a\x2d\xd5\xdc\x00\xee\xb4\x7c\x08\x72\x0e\x05\xd3\x87\x42\x62\x10\x4d\xd7\xb7\x62\xa3\x23\xee\x89\x0d\x28\xec\x24\x3d\x4c\x88\xbe\xa0\xf3\x14\xf1\xae\xbc\xa2\x13\x58\x8b\x34\x1d\x28\x02\xbb\x3a\x1d\xc0\xfe\x55\x33\x16\x00\xd9\x89\x44\x5d\xfe\xb5\x1b\x68\x39\x7e\xad\xe8\x22\xa5\x4a\x76\x73\x4d\x24\x8a\xea\x31\xed\xcb\xbb\xb9\xfb\x34\x2b\xee\x77\x67\xe4\x8e\x44\x34\x98\x2a\x74\xce\x37\xeb\x31\x19\x84\x4f\x7c\xef\xe3\x06\xb7\x03\x69\x8d\x7d\x6b\x78\x72\xef\xab\xab\x00\x5f\xf0\x24\x03\x49\xac\x6c\xb2\x39\xdc\xa1\x63\x98\x50\x74\x3a\x49\x21\xae\x60\x69\xf8\x8d\x4a\xd1\x19\x01\xaa\x5f\x87\x8a\x96\xa9\xde\x8d\xab\xb2\xb6\xc8\x45\x33\xfc\x36\x59\x22\x2a\x43\xf5\xa3\x31\x9e\x75\xe7\x59\x9e\xdd\x10\x86\xa6\x78\x26\xd3\xf9\x0b\xf8\xdb\xfe\x98\xbc\x4b\xc6\x10\xe5\xd4\x09\xe7\x94\x4c\xd3\x14\x8d\xd3\x48\xc8\xfa\x2c\xcf\x0b\xbe\x25\x1d\x75\xb7\x4c\xd0\x98\x72\xeb\x9e\xf2\xdb\x2d\x15\xbe\x66\x4b\x3a\xe5\x95\x5b\x59\xb9\x95\x6d\xb1\xa2\xe0\xb6\x64\xb7\x9d\xb6\x32\x0c\x1d\xaa\xb8\x94\x53\xb4\xd4\x31\x57\xd5\x1e\x7d\x22\x0f\x65\x52\xa4\x81\x25\xb9\xa1\x1f\x87\x04\x15\x43\x32\x1a\x09\x80\xbb\xc5\xc3\xf6\x3c\xa3\xb9\x00\xad\x59\x29\xc0\x45\x06\x3a\x1d\xa1\x05\x9e\xd4\x35\xd0\xfe\xcf\xf6\x0e\x19\xf6\x44\x03\x2d\x3f\x24\xb3\xbe\x7f\xe7\xb8\x77\x30\x7f\xb5\xff\xa7\x5b\xad\x38\x98\xef\xec\xa4\x70\x59\x99\x24\x7b\x10\x07\x58\x6d\x71\xf5\x0b\x9a\xc4\x93\xfe\x28\xea\x65\xd8\x1f\xb5\xbc\x4a\x1c\x1c\xfa\x4a\x88\x01\x22\xd3\x3a\x26\xea\x3b\x5a\xa0\x5b\xd4\x83\xe0\x8d\x5e\x0d\x59\x36\x78\x99\x05\xcf\xb3\x14\x29\xf0\x2b\x01\xfc\x4a\xc2\xdf\xaa\x70\x50\x6f\x54\x3a\x20\x0f\x33\x7f\x8f\x89\x84\xd2\xc6\x82\xa2\xdc\xdf\x44\xb9\x1b\xc2\x55\x2c\x98\x9f\xb2\xd0\x54\x4e\xfb\x9d\x4e\xfc\x78\xa1\xe0\xc3\x5e\x94\xe0\x96\x9b\xcd\xba\x19\x4f\x7a\xde\x49\x99\xf3\x84\xa1\x5c\x6b\xdc\x83\xac\x3d\x8e\x47\xef\x35\x22\x32\x8a\x7a\xd8\x6d\x60\xbd\xe3\x6e\x93\x68\xff\xca\x31\x3f\xf8\xdb\x2d\xe5\xa4\x5c\x64\xe3\x28\x97\x52\x90\x2e\x27\x25\x07\xd6\x84\x74\xf3\x82\xcd\x41\x0e\x66\xa2\xf9\x7c\x20\x62\x08\xe0\x6a\xab\x9d\xc4\xa3\x46\x0f\x3f\x10\x01\x0a\x2a\x31\x88\x8c\xc8\x6a\xc6\xc0\x88\x34\xa6\xa1\x45\xde\xd8\xc6\x0d\xaf\x6f\x83\x96\xc6\x06\x5c\xd4\x7b\x47\x99\x94\x85\xe0\x3b\x2e\x06\xa8\x4f\xf5\xc3\xbb\x59\x76\x53\xbe\x63\xc5\x1c\xbf\x43\x10\x36\xc5\x1c\xf8\x07\xfc\x1b\x22\xdd\x37\x4b\x56\x82\x66\xfa\x4d\x91\x8f\x19\xe1\xe4\xbb\x62\x99\x4f\x4a\x4c\xba\x17\xc7\xe7\x27\x47\xa7\x27\x7f\x3f\xba\x3c\xf9\x70\x76\xf5\xee\xe4\xfc\xe2\xf2\xea\xec\xc3\xdb\xe3\xab\x8b\xcb\xf3\x93\xb3\xef\x41\x37\xad\x8c\x82\xf4\x2c\x48\xf7\x8c\xdc\xab\x98\x5e\xf6\xdd\xdb\x0f\xef\x2f\x19\x91\x0e\x2d\x6c\x09\xd3\xc4\xa4\x7b\xf2\xf6\xc3\xfb\x37\xb7\x59\x7e\x43\xa0\xb3\x9f\xbe\xbf\x3a\x3b\x7a\x7f\x7c\xf1\xe3\xd1\x9b\x63\x59\xc7\x7e\x6c\x00\x08\xd2\x7d\x7f\x72\x76\xf2\xfe\xe8\xf4\xea\xcd\xd1\x8f\x47\xdf\x9d\x9c\x9e\x5c\x9e\x80\xf6\xfe\xed\xf1\xbb\xa3\x8f\xa7\x97\x95\xd7\x52\xf3\x72\x9c\xdf\x51\x56\xe4\x73\x79\xb1\xfa\x4f\x32\xc0\x11\x31\x21\x52\xbe\x87\x7a\x36\x44\x17\xbd\x5e\x82\x2d\xc1\x05\x9d\x2f\x66\x24\xf2\x41\xee\xd4\x39\x29\x97\x33\xd1\x9e\xd6\x0c\xfe\xf4\x1e\x93\xee\x69\x71\x7f\x2a\xae\x2f\x78\x78\x53\xe4\x13\x75\x24\x5c\x95\x7f\x24\x7e\x21\xe9\x7e\x3c\x7b\x7b\xfc\xee\xe4\xec\xf8\xed\xd5\xf9\xf1\xbb\xe3\xf3\xe3\x33\x58\xa6\xb3\x8f\xa7\xa7\xce\x0b\x47\xbd\x9d\x35\x2a\xbd\xe0\x9a\x27\xe2\xda\xcb\x38\x51\x66\xd6\x20\xfb\x9a\xd2\xd9\xec\x6c\x39\x9b\x95\x69\xf2\xf2\x45\xaa\xec\x96\x1a\xd9\xaf\x6c\x32\xc1\xa1\x29\x91\x39\x8e\xac\xd3\x49\x18\x6e\x97\x0f\xe5\x38\x9b\xcd\x4c\xb4\x25\xaf\xe3\x21\x19\xe1\xcf\xaa\xc4\xc0\x14\x15\x95\x91\x2e\x08\x66\x7e\x5c\xc6\xb4\x0b\x65\x2f\xd6\xe1\x70\x31\x90\xfd\x22\xb8\xe6\xd4\x83\xad\x78\x34\xe5\x95\xd8\x5a\x28\x4f\x3f\xe7\xdd\x72\x21\xe8\x29\x51\x09\x12\x08\xaa\x4e\xab\xb3\xb2\xa2\xfc\x60\x06\x6c\xd4\xca\xbb\x6a\xe4\x87\xb9\xf9\x0a\x87\x75\xe0\x3e\x4b\xd9\x34\xd2\xec\x7c\x8a\x7e\x37\x97\x16\x10\x4c\x48\x61\x66\x77\xc1\xc8\x9d\xfa\xbd\x81\x35\x9b\x0b\x24\x2a\xe6\x84\x96\xfe\x7f\xbf\xa4\x93\x54\xaa\xbc\xc4\x45\xb5\xac\x95\x9a\xbb\x21\x37\xac\xac\x7c\x53\x8b\x3a\x65\x96\x15\x43\xc7\xd6\x58\xf3\x70\x3a\x50\x54\x33\x39\x9c\x0c\x64\xc6\x84\xc3\xdb\xc1\x76\x1f\x7e\x2c\x06\x3a\x5a\x2b\xd6\x76\x2f\xe4\x50\x1a\x25\x92\x74\x20\x35\xac\xe0\xa1\xe2\xc7\xa9\x88\xb0\x04\x53\x10\x2e\xe7\x81\xde\x00\x02\x4c\x54\xcf\xe5\x32\x34\x25\xf9\xb6\x4d\x94\x64\x87\x6d\x7e\xc3\x3d\xac\x9b\x13\x07\x35\x58\x5b\xb6\x2a\x4e\x54\x20\x23\xf4\x7b\x0b\x44\x50\xf2\xe8\xc6\x0a\x6a\x63\x4f\xa3\x6b\xd1\xaa\x6f\x01\x4e\x11\x99\x99\xe0\x25\x5c\xa8\x80\x05\x5e\x0a\xea\xf4\xdf\x03\x4e\xd0\xf8\x54\x8d\x52\x25\xe1\x69\xc5\x31\xa8\x6b\xb4\x30\x56\xd4\x5d\x05\xab\x3a\x96\x0b\x5b\xe3\x64\xbb\x97\xa2\x85\xfe\xdd\x4f\xd1\xfc\x4b\x15\x5a\xa0\x32\xf8\x22\xe5\xbb\x67\xf1\x0e\xe9\xd5\xdd\xc5\xb7\x4a\x5f\x9d\x7c\x3d\x2a\x9d\x27\xae\x46\xac\x7a\xed\xcc\x43\xbb\x82\xca\x96\x00\xe4\x68\x50\x66\x51\x7d\xf8\x22\x63\xbc\xc4\x1c\x81\xd5\x20\x86\x64\x03\x9e\xc5\x63\x9a\x70\x0b\x23\x5f\xab\x11\xb7\xf2\x3d\xe3\x74\xa9\xcc\xdc\x61\x51\x60\x0c\x11\x7b\x77\xfb\x71\xc8\x47\x46\x21\x2a\x05\x4d\x02\xd6\xc9\x90\x8f\xf0\x43\xc2\x52\xc7\xe6\x59\xb6\xf2\xba\x77\x48\xba\xbf\x14\x34\x4f\xda\x6d\x1d\xa6\x4c\xa2\x08\xdf\xaa\xc0\xb1\x0c\x79\x70\xd8\x0e\xfd\xd2\x5a\xe4\x91\x2e\x2f\xa4\xc3\xe7\x61\xbb\x3d\xb8\x30\xc1\xb5\x33\xc8\xf8\xd4\xaf\xcb\x57\x56\x2c\xfa\x20\x5b\x93\x0c\x42\x01\xf1\x72\x02\x06\x50\xfa\x7e\x26\x2c\x4d\x08\xca\x65\x86\x6f\xb1\xe3\xb3\x22\x9b\x80\x82\xcf\x0f\xed\x88\x0a\x40\xeb\xb2\xdb\x67\xeb\xba\x65\x8e\x7e\x52\x1a\x13\x26\x4c\x34\xee\x32\x41\x4e\x7b\x4f\x36\x9a\x86\x1c\xa3\x68\x45\x72\x0a\x10\x69\x52\xb7\x8e\xdc\xf6\x9e\x7e\x41\x7b\x20\x06\x73\x9f\x8b\xe0\x39\xc3\xc5\xe1\x10\xd8\xee\x91\x0c\x8f\xe5\x0f\x40\x05\xda\x43\x99\xd3\xff\xcb\xb5\x0b\x64\x77\xc3\x3a\xf4\x32\x35\x16\xd5\xb8\x0d\x8d\xf4\x3e\x5b\x24\xe9\x30\x1f\xd9\xbc\x06\xb4\xd3\x01\xcf\x6d\x70\xef\x9c\x4d\x65\xe9\x24\x87\x4c\x60\xce\x1a\x53\x67\x4c\x7b\xbd\xe6\x31\x89\xbf\x7b\x2d\x12\xa4\xb2\x60\x68\x7b\xdb\x5d\xd9\xe7\xdf\x32\x31\x7f\x13\x9d\x61\xea\xd1\xdb\x7e\x5e\x6c\x06\xd8\xc1\x7a\xa9\xbd\x48\x5b\xf4\x30\x51\x59\x7d\xe9\x70\x6f\x94\x22\xf3\xd0\x77\x1f\x7a\xa3\x34\x1d\xe8\x82\x92\x29\xaf\x7d\x70\x77\xb7\x79\x6c\xdb\xdb\xf1\x31\xf9\xd0\x7f\x78\x3b\x58\x38\x6d\xf6\xbd\xdd\x49\x3f\xfb\x20\xe8\xaf\x9d\xbe\x0e\xdc\x12\x4c\xca\xbf\x6d\x82\x02\x85\x8f\xfc\x5e\x59\xd8\x6b\x05\x7f\xd8\x94\x8a\x7a\x3a\xd6\x5b\x1d\xb6\x91\x1d\xd0\xd7\xbd\x03\xba\xbb\x9b\x7e\xce\x87\x74\xb7\x3f\xf2\x07\xb2\xf2\x67\x49\xee\xb7\xee\xd4\xc6\x2a\x03\xa3\xf6\x9b\x8f\xe7\xe7\x27\xc7\x6f\xb7\xde\x7c\x78\xff\xe3\x87\xb3\xe3\xb3\xcb\x2d\xb8\x6a\x21\x9a\xce\xd6\x90\x4e\xf0\xb3\x69\xaf\x37\x25\xd7\x2f\x77\xb3\x1e\x99\xee\x3e\x79\xfa\xe4\xf9\xee\xcb\x97\x24\xdb\xcd\xc6\xfb\x7b\x2f\xa6\x2f\x7a\xd9\x98\x64\xa3\xb6\xc5\x9f\xd7\xce\xcd\x95\x6c\x93\xc7\xc7\x6d\x32\xbc\x19\x49\x3e\xa4\xd6\x82\xc4\x78\xba\x78\x57\x6e\xc6\x6e\x4a\xa5\x81\x1a\xde\x8c\xb0\x09\xfc\xed\x91\x28\xcb\xfc\x9e\x65\x8b\x8a\xad\x24\xf8\xdf\x79\xee\xb8\x2d\x5f\x57\x73\x70\x60\x20\x05\x54\x2f\x10\xcc\x95\x62\x26\x87\x00\x92\x5e\x71\xb5\xb8\xb2\x8f\x05\x23\xa0\x67\xca\x9d\x97\x02\x1a\xf2\x6c\x4e\x26\xdd\x39\x61\x37\x24\xc9\xe5\x53\x9a\xa2\xed\xeb\x84\x1a\x1b\x23\xda\xe2\x98\xae\x56\xa8\xc1\x1f\x5a\x0e\xb3\xe2\x9c\xeb\xaa\x71\x24\x07\x82\xcd\xe2\x08\x38\x3b\xf4\xc4\x33\x3a\x27\xaa\x26\x49\xc4\x6e\x1c\xb2\x1d\xed\x8d\x33\x60\x11\x17\xde\x7b\x87\x68\x3f\x16\xe5\xbd\x9b\xcd\x14\x3b\x76\xa3\xd3\x01\xa1\x49\x1e\x1f\x1b\xaf\x48\x5b\xf7\x83\x73\xa9\xaa\x7c\x07\x96\xd8\x37\xf1\xe6\x49\xa7\x63\xdb\xc3\x6e\x7b\x3f\x5c\xbe\x3f\xb5\xad\x5d\x6c\xdc\x5a\x85\xb1\xe8\xe6\xc5\x84\x5c\x3e\x2c\x88\x6d\xed\x57\xa7\x35\x95\xd1\xc1\x96\x5f\x35\x8a\x30\xa4\x45\xd2\x51\x83\x45\x12\x52\xd9\x46\x0b\x4d\x7d\x15\x51\xea\x4b\x8c\x0a\x73\x08\x3d\xac\xa9\x3a\x86\x0a\xcf\x96\xac\x80\xf4\xbe\xb8\xad\xc4\x73\xbb\x9c\xfc\xca\xdb\xe2\x6d\x76\x23\x5d\x3d\x54\x79\x63\x17\x06\x34\x1c\x10\x4b\x69\x52\x48\x0b\xb1\xa2\xd9\x2e\x89\xc6\xec\x92\x68\x84\xab\x6e\xb6\x5e\xe3\xd9\xcd\x81\xee\x1c\x8c\xfb\xd2\x84\x57\x8d\x13\xd3\xc7\xc7\xa4\x6a\xcc\xe6\x0e\x5a\x3b\x23\x6a\xfd\x97\x21\x97\xd3\x15\xa2\x31\x6b\xa9\x3b\x95\x14\xc4\xb7\xa1\x6b\x91\x6d\xc9\x12\x25\x1c\x6b\xf0\x16\x7b\x7e\x48\x2c\x94\xa7\xaa\x88\xd4\x3d\x16\x13\x09\x27\x8e\x81\xab\x63\xef\xaa\x6c\x34\xcb\x14\x7d\xfa\x37\xbb\xab\x35\x30\xd7\x60\xd6\x54\x61\x8b\x6b\x79\x08\xc0\x03\x30\xec\x79\x8a\x7e\xfc\x3a\xb6\x67\x13\x5b\x3e\x00\x0b\x0d\x07\x1e\x8f\xa3\xc1\x29\x32\x36\xb1\x19\x8f\x8f\xc7\xf0\xbf\xc9\x95\x62\x8f\xe0\xe3\x63\xf5\x18\xaf\x12\x9e\x1e\xf6\x07\x89\xd8\x8e\x4e\x47\x5c\x30\x87\xbd\xc1\x07\xf1\x72\x3f\xe2\x26\x03\x08\xa3\xd3\xe9\x83\xbc\xc1\x62\x00\x51\xfc\xc9\xe0\x42\xfc\x79\x3a\x50\x76\xe8\x2d\x45\x9d\xbd\x40\x31\x2d\x80\x7b\xb5\xea\x89\x21\x86\x8f\x45\x13\x16\x69\x72\x41\x5c\x10\x29\x4a\x2d\x93\x54\x67\x89\x97\xe7\x16\xb2\xcb\x33\x97\x10\x7c\xb9\x71\x57\x0a\x11\x7a\x7d\xf2\x2f\xe9\x6b\x7f\x6f\x6d\x5f\xe2\xf8\x98\xa9\x51\x7c\x9c\x30\x77\x6a\x4c\xd2\xe3\x75\x1d\x42\x52\x7f\x9a\xca\xd3\xaf\xfc\xea\xc4\x39\x7e\x7c\xd4\xa6\x87\x7f\xa3\x5c\xd2\x21\x47\x49\x81\x38\xa2\x2e\x21\xb7\xdf\xdb\x78\x25\x1a\x26\x6d\xb2\xf0\x73\xb7\xe9\xfe\xef\xd1\x34\x68\x70\xdd\x66\xf7\x82\xf5\xb4\x47\x24\xc8\x2b\xe5\x54\xd9\xaf\xab\x62\xf2\x3d\x39\x8c\xd8\x93\x86\xf6\xfd\xbc\x6e\x4e\xa5\xa7\xf5\x3d\xd4\xd5\xe9\xef\x35\x10\xd1\x3e\xd1\x1a\xf0\x14\x32\xea\x33\x73\xf7\xb1\xbf\xbf\x29\xb7\xc0\x5e\xbf\xde\xd7\x09\x9c\x9e\x77\x98\x71\xc0\xd0\x2c\x81\x67\xaa\xd3\xd7\xaf\x83\x11\xc8\xa0\x52\x82\xd6\x72\x4b\xef\xd5\x94\x36\xd1\x9a\xbc\xd2\xfb\xaa\xf4\x31\x64\xc3\x9f\xd8\x54\x48\xcc\x2b\xf6\x64\x00\x7f\x9e\xae\x1d\xc9\xca\x59\x8d\x27\x0d\xa0\xd7\x52\x3e\x92\x4b\x85\xea\x13\xae\x38\x7f\x77\x39\x9f\x6e\xd0\x80\xb4\xcb\xb7\x50\xec\xd6\x5f\xc3\xfd\x02\xa7\x09\xac\x1b\xa4\x90\x90\xc2\x06\x96\xee\xe6\x66\xdf\x21\xf7\x99\xdb\x62\x13\xdb\xd9\x72\x4f\x95\x8b\x7c\xfa\x4d\x4c\xa4\x92\x74\xf8\x15\x9a\x38\xbb\x96\x1a\xae\x57\xe3\xc9\x5a\xc8\xf3\xf6\x4b\xf3\x51\x2d\x52\xc9\x92\xe1\xc9\x43\x9e\x35\xc9\x75\x04\xbe\x80\x54\x15\xee\x40\x9e\xed\x85\xfc\xa3\x4c\x53\xe1\x0c\x75\xcd\x6a\xd4\x9f\x38\x37\x80\x94\x7f\xf0\x9e\x3c\xaf\xe1\x5a\x65\x2b\x8a\x0b\x76\x2b\x3c\x6b\x00\x2d\xb8\x09\x24\x8b\xcb\x0e\x15\x98\x31\x2f\x62\x38\xbc\x3b\x5b\xce\x66\xee\xc4\x9e\x36\xa1\x5a\xdb\xa6\xd2\x2b\x4b\x89\x0f\x37\xb2\x1e\xdd\xa3\x35\xb4\xa1\xa9\x87\xf5\x74\xe2\x0e\x90\xbd\xc8\x57\x7a\xc3\xb4\xf2\x0c\x95\x98\xba\xb9\x01\x97\xd8\xb0\xdf\x74\x9a\x2c\x5f\xf7\xd2\xcf\x19\xce\xba\x63\x81\x9f\x1d\x13\x82\x19\xee\x1d\xcc\x5e\x2d\x0f\x66\x3b\x3b\x69\xe6\x0a\xb3\xca\xe1\x6c\x84\x8a\x6e\xc6\x93\x59\x2a\x38\x6a\x77\x18\xee\x08\x32\xc8\xec\x29\x68\x7b\x17\x14\x9e\x36\xc2\x64\x28\x88\xa1\xd3\xc4\xbf\x3c\x69\x9a\x52\x7d\xa8\x3b\x1d\xd2\xbd\x29\x78\x01\x20\x3b\x2b\x89\x4a\x3a\x2e\xae\xd3\x3c\xf0\xef\x10\xb8\xb3\x50\x38\xc1\xa9\x86\x2a\xf7\xf0\x79\x52\x78\xe8\xea\x69\xa3\xf0\xef\x8b\x86\x2b\x6e\xfd\xaf\x18\xae\x53\x6d\x83\xe1\xae\x91\x2d\x6a\x31\x9a\x1a\x34\x74\x80\xc1\xa8\xd2\x74\xe2\x34\xd6\x74\x1c\x54\xe5\x75\xb4\xcd\xb9\xeb\x9d\x14\x9d\x2a\xf7\xb0\xfb\xb3\xfd\x78\x9f\x24\xbf\x03\xb3\x5c\x89\xe5\x99\xc6\xf2\xbc\x88\xa9\x00\x12\xe6\x5c\x1b\x4d\xa9\x2f\x36\xd5\x06\x48\x56\x33\x2b\x4b\xc2\x78\x5b\xe9\x04\xa4\xb7\x1c\xeb\x8e\xc1\x7f\x88\x6f\xa2\x0c\x88\x79\x3e\x99\x39\x6a\x16\xc6\xc6\xd4\x97\x2b\x8c\xb8\xcf\xd4\x44\x94\xba\xbe\x79\xa5\x18\x8f\xde\x16\x1d\xa0\x22\x4d\x5c\xef\xb2\x24\x85\x43\x20\xf3\x28\x1b\xf6\xad\x26\xf5\x83\xe3\x49\xb4\x26\x2c\xa7\xb2\x91\x66\x88\xaa\x05\xfb\x65\x39\x5f\xec\xd2\xe9\x6e\x5e\xf0\x5d\x95\xe1\x6c\xd2\x16\x5f\xc5\xf2\x21\xda\xc8\xea\xc6\x83\x6a\x7e\x39\x6f\x1e\x06\x4e\xba\x09\x0c\x35\x69\xd5\x35\xae\xb5\x4d\xba\xd9\xec\x3e\x7b\x28\xcf\xcd\x92\x75\x3a\x15\x16\x9e\xba\x98\x44\xb0\xe0\x13\x3a\x81\xf5\x7e\x68\x76\xe7\xf4\x26\xaa\x06\x65\x36\xa1\x26\x41\xc3\xc6\x80\xaa\xcd\xd4\x99\x16\x8f\xd0\x89\x5c\xfa\x07\x0d\xb7\xb9\xe7\xcc\xfc\x65\x3a\xac\x98\xe8\xc3\xb3\xb3\xd4\x2b\x60\xa1\xaa\x36\x1d\x83\xa9\x59\x19\x92\x7c\x0f\xc3\x9f\x49\x43\x4b\xb5\x88\xd7\xc4\x4d\x4e\xe0\xd8\x06\x68\x13\x69\xf9\x58\xaf\xfa\x77\x1b\x6a\xf4\x6d\x8a\x4d\x54\x39\xcd\x2c\xc8\xb8\x21\xe1\xc0\x35\x99\xed\xb4\xb7\x86\xed\x1d\x78\xbe\xba\x59\xd2\xc9\x4e\x7b\xd4\xf6\xb9\xe9\x26\x0a\x34\xc6\x6f\x01\x1f\x59\xa7\xbc\x70\x99\xa9\x35\x84\x68\xa5\xe1\x37\x32\xe9\xdf\x26\x6d\xef\x37\xdd\xdb\x7e\xdb\xc5\x82\xe4\xca\x74\x6a\xa3\x96\x9b\x38\x82\x26\x66\xd4\xed\xc7\x65\x43\x9f\xc4\x48\x2e\xc4\x36\x50\xa5\xc5\x3b\x8d\xdd\xea\x1c\x53\x3b\x28\x7d\x99\x97\xb5\x97\x39\xc7\xa5\x46\xe7\x91\x3b\x5c\x05\x7f\xf0\x3b\x29\xd2\x94\xe1\xa2\xda\xc9\x32\xde\x49\x91\xb6\x18\x5e\x36\x74\xb2\x04\x62\xcd\x59\x3e\x50\xa5\x91\x79\xc1\x89\x59\x44\x94\x21\x8f\x7f\xa8\x92\xed\x4e\xf5\x62\xe1\xd7\x76\xb7\xb4\x46\x5e\xe4\x70\x54\x8e\xfa\x96\xf7\x20\xee\x30\xe4\xf6\x91\xa6\x1a\xdd\xe9\x4c\x06\x62\x45\x35\x1a\x5f\xde\x93\x76\xc1\xa2\x80\x33\x26\xa8\xa6\xc7\xe3\x49\x7a\x6a\xa4\x4a\x4e\xdd\xf1\xac\x28\xed\x5c\x5a\xa0\xb0\xaa\x9a\xc0\x5a\xb8\x1f\xf6\x46\x82\xa0\x1a\xf6\x47\xc0\xf2\xdc\x75\xcb\xf1\x2d\x99\x2c\x67\x32\x8d\xfd\x6c\xa6\xae\x5e\x06\x41\xc3\xcc\x9d\x75\x43\xf8\x5b\x22\x8d\x07\x0b\x26\x88\x74\x2a\x2e\x91\x9c\xdc\xc3\xdb\x42\x26\xc7\x03\xe6\xd2\xd9\x86\x46\xdd\x68\xb3\xf6\x1c\x65\xb8\x30\x86\xd3\x25\x96\xb9\x2a\x09\x5a\x06\xa0\x3f\xf3\xd6\x02\xac\xad\xc7\xc6\xc8\x31\xbf\x41\x36\x4c\xc6\x87\x85\x72\x59\x2b\xd1\xa4\x6a\x1d\x7b\x2b\x18\x09\xc9\xba\x8f\x51\x89\x96\x68\x82\xa6\x69\xab\x61\xe3\xc5\x04\xcd\x4a\x65\xe8\x36\x55\x71\x2e\x32\xb1\x52\x97\xd9\x4d\x72\xeb\x93\x98\x97\xd9\x4d\x9a\x2c\x62\x12\xb4\x5f\x92\x05\x12\x0d\x18\x9a\xef\x97\x6f\xd7\x43\x48\x42\xc5\x2c\x20\x28\x21\x4c\xaa\x56\xab\x83\x90\x23\xd1\x24\x0e\x6b\x2b\xd5\x03\x98\x4b\x92\x49\x48\xd9\x14\xdf\x76\xe3\x86\x3e\xa1\x72\x6b\xb5\xbb\xa6\x1a\x82\x26\x6b\x40\x0f\x62\x29\x1c\x35\xa2\x50\x1d\x41\x51\x91\x3e\x3e\x26\x3e\x18\xcb\xb2\x66\x6f\x18\xe2\x4e\x34\x8b\xd8\xd4\xa8\xd1\x04\xa8\x7b\x6e\x7f\x13\x66\x04\xd8\xdd\x62\xb1\x1f\xc0\xb1\xa7\x9e\xcf\x6a\x3e\xe5\xa9\xe0\x6d\x0f\xeb\x44\x5a\xda\x1e\xc2\x39\xe4\xa5\xf8\xac\x93\xb5\x82\x95\x2b\x24\x56\x2e\x5d\x54\xd1\x28\x1f\xa2\x6a\xd4\x85\x1a\x75\xdd\xd0\x98\x18\x9a\x7f\xc6\x04\xdf\xad\x25\xc9\x33\x5c\xd4\x0c\xbb\x90\xc3\x46\x63\x1c\x0e\x3c\xb4\xcf\x4d\x32\xb4\x44\xdb\xdb\x14\xcd\x42\x2e\xac\x8c\x9d\x8f\x93\xa4\x44\x63\x7b\x3a\x4e\xd6\x53\xfb\x07\xb5\xe1\xf7\x6d\x7c\x10\x0a\x29\x1c\xa5\xbd\xb0\x25\xfc\x21\x5e\xe6\xae\x1a\x7e\x5b\x67\x77\x84\x70\x13\x86\x54\x17\x67\xab\x68\x62\x02\x0a\xc1\x04\xfc\x8e\x47\xc5\x0c\x54\x1f\x16\xab\xa9\xa3\xb5\x9a\x3a\xfa\x35\x9a\x3a\x9a\x22\xae\xd5\x74\x46\xe3\x83\xe0\x78\xd9\x33\x62\x96\xfc\xad\xb6\xca\xb5\xc6\x5a\x45\xf1\x69\xb9\x88\xe5\x08\x17\xe5\x80\x6e\x3d\xab\x37\x1d\x90\xb6\xc0\x55\xd5\x95\x93\x35\x41\xe2\x0a\xc2\x33\xed\xbf\x0a\xa6\x05\x79\x34\x18\x40\x5d\x54\x15\x47\xef\xfb\x2d\x31\x78\x3c\x25\xbe\x8d\x2b\xc2\x9c\x50\x1f\x74\x9a\x30\x30\xf9\x0c\x63\x7e\xd8\x21\x28\x7f\x33\x38\xf0\x74\x9a\x5c\x0b\x0a\x33\xc7\x0c\xa8\xa6\x2d\x3a\x4d\x2a\x9a\x6c\xc8\x9d\xfe\x39\xc7\x6f\xbd\x9c\x37\x0c\x31\xbb\x36\xc6\x7a\xce\xf1\xe5\x7b\x48\xf2\x30\xfe\x95\x5e\xc2\x70\x4d\x50\x5e\x09\x1d\xe0\x5a\xe6\xf2\x8a\xf7\x47\xe0\x57\x78\x53\xb6\x74\x88\x89\x4e\xe7\x5a\x2a\x68\xa5\x21\xf0\x95\xb2\xc6\x36\x61\x81\xd0\xe9\xba\xc8\x38\xb4\xe4\xae\x06\x33\x66\xcf\x48\xdc\x30\x11\xb1\x48\x6d\xd5\x6d\xb4\xf6\x8b\xc3\x91\xd9\x42\x5a\x72\x95\x38\x89\xbb\x89\x93\x94\xcd\xf9\x7d\xc2\x87\xcc\x18\x2d\xa6\x2d\x90\x3c\x69\x8b\x3b\xd5\xa7\x9b\x1f\x49\x7b\x8f\x4b\xa3\xc5\xad\xb6\x76\xe2\x33\x93\x7c\xe7\xe8\x74\x7a\xe2\x0e\x53\x14\x89\x4a\x6c\xd6\x1f\xf4\x52\xe7\xed\x65\x76\x73\xb8\xa7\x5e\x2d\x18\x59\x64\x0c\xf2\xde\x1e\x3e\x51\xef\x24\xed\x02\xaf\x5e\xa8\x57\x06\x6d\xfc\x50\x14\x9f\x0e\xfb\xcf\xd4\x6b\x85\xdc\xe0\xe5\xfe\x9e\xdf\x0b\x50\x43\x87\xcf\xfc\x46\xdf\x64\xb3\x19\x61\x87\xfd\x3d\xdd\xb0\x44\x10\xd0\xc0\xde\xd3\x67\x5e\x59\x20\x21\xf3\x31\x39\x7c\xda\x17\x4d\x5b\xe3\x8c\xdf\x5c\xaf\x9a\xed\xed\x84\x74\xb8\x36\xb6\x7c\xd6\xa4\x38\x75\x84\xd7\x4a\x74\xfd\x49\xd3\x69\x1e\x2f\xf6\xbc\x49\xe7\x28\x1b\x01\x06\x43\xb7\x22\xc0\xf1\xc7\xa0\x89\x8d\xad\x3e\x73\xc3\x77\xe9\x5f\x65\xe5\x36\xf5\x85\xfb\x40\xb7\x56\x7d\x05\x1b\xec\x42\xc5\x00\xcf\x92\x02\x2d\x51\x89\x32\x6f\x98\x4d\x2a\xbe\x40\x37\x52\x21\xaa\x29\xce\x0d\xe5\x55\xe0\x77\xd2\x44\xd0\xf3\x3f\x54\x5e\x18\xa2\x3b\xfc\x79\x62\xd0\xc2\x20\x47\xaa\xde\x80\xa2\xb1\x53\x61\x50\x28\x5f\x0f\x40\xb2\x2a\x6c\xb4\x44\xb8\x10\x2f\x1a\x7e\xca\x7b\x41\x1e\x7c\x5f\x27\xe2\x9a\x77\x3e\x8f\x92\x5d\xb9\x22\x59\xfa\x96\xcd\x45\x25\xce\x02\xe5\xfd\xb2\x71\x03\x0a\xc0\xc5\x75\x2c\x59\x5f\xb9\x6a\x56\x70\x6d\x29\x11\x6d\x6c\xe7\x04\x8f\x90\x42\x7e\x00\x08\x73\x75\x2d\x58\x61\x29\x96\xec\x21\xd6\x5d\xe6\x8c\x64\xe3\x5b\xd1\x77\x9a\xa4\xad\x1c\x97\xab\xac\x6a\x9e\xfb\x3c\x26\x32\x16\x97\xa0\xa3\x59\x55\x00\xd6\xba\x4e\x68\x7a\xc8\xb0\x14\x14\x0d\x38\x7e\x97\x24\x0c\x53\xbd\x97\x69\x65\x1b\xa9\xd9\x46\xa5\xe2\x74\xf7\x32\xd8\x41\x6e\xb6\x96\xad\xdf\xcb\x95\x3b\x01\x5f\xc7\x90\x83\xf3\x0a\xef\x4a\x53\x2e\xcd\x2d\x2e\xc5\x9a\x42\xbc\x9c\x54\xeb\x76\xa8\x95\x60\x00\x9b\x57\x91\x5a\x6c\x5f\x27\x59\xc3\x7a\x52\x9c\xa1\xa2\x6a\x8a\xfb\x7c\x63\x05\x69\xcc\x7c\xdb\x4f\x3b\x24\xa9\xf7\xfc\xf5\xeb\x27\xa8\xc4\x2f\x3a\x39\x5a\xe2\xe1\xa8\xf5\xa4\x93\x77\x3a\x4b\xd9\xb3\xf4\x7e\x4d\xd1\x9e\xfb\x0e\x5c\x61\x53\xd4\x77\xdf\x49\xbf\x58\x41\x46\x39\x3e\xa6\x14\x89\xa3\x9d\xa1\xed\xed\x32\x45\x54\x6b\xf6\xc0\xb1\xd4\x99\xd0\xf3\x0d\x34\xc6\xaa\x59\xe9\x9b\xcc\x3d\x63\xdf\xf5\x38\x11\x16\x5e\x45\x96\xb7\xc8\xd1\x15\x40\x3c\x5f\x63\x96\xeb\x9a\x0c\x7b\x7a\x67\x0f\x4f\xd2\xae\x05\xbf\x96\xd8\xdc\x4e\x27\xc9\x6a\xbc\xbb\x88\x53\x16\x73\x65\x17\x5a\x45\x5e\x0a\x51\x59\xad\x83\xe6\x75\xa9\xeb\x7c\x49\x49\x19\x45\x73\x45\x0a\xd1\xbd\x28\xca\x50\xa1\x18\x8b\x12\x67\xc0\xea\xe8\x2e\x66\xb8\x74\xbc\xb5\xc5\xdd\xfe\x5b\x42\xbd\x96\xd1\x93\x54\x0e\x7a\x8c\x0b\x99\x57\x56\x31\x4a\x25\x9a\xda\x37\x79\x36\x27\x25\x9a\xe0\xa5\x7b\x71\x27\x33\x24\x91\xd2\x24\xfd\x5c\x74\xc7\x33\x92\x31\x47\x85\x79\x8b\x7b\x07\xb7\xaf\xc6\x9a\x0c\xb9\xdd\xd9\x49\xd5\x31\x1e\x0f\x6f\x47\xb6\xdc\x02\x4f\x1c\xa3\x51\x34\xc7\x13\x69\xb5\x8a\xee\xb0\xc9\x70\xf2\x80\x7b\x07\x0f\xaf\xee\x0e\x1e\x6c\x23\x8b\xe1\x83\xd3\xc8\x8d\xe7\xfd\x3d\x4f\xd1\x15\xee\x1d\x5c\xbd\xba\xd1\xbd\x5f\xd9\x8a\xf3\xe1\xcd\xf0\x6a\x34\x4a\x5b\x85\x02\xe3\x1c\xdd\xa0\x29\xba\x43\xdb\xbd\x74\xa5\xca\x14\x12\x2d\x6e\xd9\x47\x0b\x90\x8d\x37\xac\xe5\x50\x7d\xb1\x8b\x14\x05\x59\x98\x00\x69\x90\xde\xa4\x25\x2e\xc2\xcd\x2e\x2b\x9b\x9d\x19\x64\x28\xc5\xf0\xad\xdf\x92\x25\x7a\xf6\x44\x00\xe1\xac\x22\x0a\x4a\x55\xd8\xd5\x7e\x87\xa1\xa9\x2d\xfe\x42\x94\x9e\x06\x4a\x44\xed\x3e\x6f\x4a\xf5\xf7\xa0\xdc\xc4\xf5\x21\x48\x95\xef\x52\xa9\x09\x17\xa9\x14\x54\x83\x42\x53\x34\x43\x13\xb4\xbd\x3d\x86\x55\x15\xaf\x4c\xcc\xd4\xd2\xca\x92\xa0\xf5\xbd\xa7\xcf\xd2\x4e\x67\x3b\x22\x56\x12\xc4\x68\xc0\x36\xff\x94\x2c\xd0\x2d\x2a\x91\x67\x63\xff\x62\x2d\xf1\xe0\x9f\xe1\xe8\x91\x83\xf3\xec\xcb\x03\x8b\xb4\x95\x45\xe4\x81\x9e\xf3\x46\x3f\x94\xc9\x5e\x93\x1b\x9a\x83\x10\xf8\x7b\x56\x2c\xa5\x41\x7e\x20\xe6\x95\x0e\xbe\xd2\xd6\xdf\x9d\xc6\x7e\xd8\x56\xad\xb0\x95\xdc\x6f\x7d\xe7\x0a\x49\xd6\x78\x5a\x7c\x83\x90\x64\x8d\x60\xa4\x51\x98\x58\x12\xee\x8a\x47\x4a\xb4\xbd\x9d\x0b\x02\x43\x01\xcf\x77\xcd\xb1\x66\x0d\xa5\x5f\x46\xa2\xe7\x8d\x67\x59\x59\x3a\x19\x6e\xb5\xa4\x6d\x6d\x4a\x5b\x67\x48\x11\x97\x5d\x29\x17\x56\x61\x3b\x38\x02\x24\xb7\xc8\xc6\x64\x90\x23\xce\x96\x25\xa7\xf9\xcd\x80\xad\x5a\x6d\xe8\xbe\x2d\x53\x7d\xb8\xe3\xd1\xd1\x17\x50\x30\x83\x21\x19\x61\x2a\x43\x35\x19\xf9\x6a\xe0\x9a\xef\x4f\x43\xe5\x69\x21\x88\xcb\x3c\x2d\x20\x4a\x8f\xc7\x76\xda\xa2\x3a\x67\x9f\xe9\xce\x73\x4d\x73\x46\xc1\x21\x23\x8b\x8e\xbd\x83\x59\xd7\x4c\x10\x65\x98\x75\xf5\x14\x05\x06\xb7\x53\xe4\xe0\x3e\x24\x40\xee\x34\x71\xe7\x9a\xa6\x48\x26\x21\x73\xe3\x6f\xaf\x95\x92\x71\x64\x34\x35\x70\x4b\x1d\x84\xba\x9c\xa8\xac\x8c\x42\x44\xee\x95\x18\x17\x74\x59\x37\xe5\x65\x38\x65\x90\x80\xa1\x19\x5e\xaa\x49\x8f\xf1\xd2\x99\xf4\x14\x2f\xcd\xa4\x41\x7e\xbe\x66\xf0\x2a\xe9\xda\xcc\xcc\x60\x8a\xc6\xe1\x0c\x66\xf1\x19\xcc\xd0\xc4\x3a\x00\xfa\x7b\x1d\xf2\xd0\x1f\x1d\x1f\x95\x3e\x5c\xd0\x04\xf5\x1d\xae\xf3\x07\x1b\xdd\x45\x89\xcd\xc1\xc4\xfe\x7a\xa6\x13\xd9\xbb\x29\x00\x81\x9d\xbb\x21\x3c\xe1\xe9\xc1\x6e\x7f\x1b\x62\xc0\xd0\x88\x4f\x5a\xb1\xd3\x47\x59\x8a\x98\x92\x76\x75\x3a\x89\xfe\x29\x60\x37\xd3\x6c\xed\xcb\xb5\x36\x6c\x55\x72\xc9\xb9\xe4\x32\x83\x6d\xfd\xeb\xae\x01\x8b\xb4\xca\xee\x84\x4e\xde\xc0\x25\xa3\xf5\x41\x99\x8f\x53\xc9\xaf\x0b\x32\xe6\x6f\x1c\x0d\x49\xd2\x7e\x1b\xd4\x91\x0e\xf5\xff\x8f\x96\x4a\xb6\x53\x89\x88\x34\xea\x5d\xeb\x54\x58\xbd\x41\x9c\x69\xf9\x97\x88\x9a\x56\xc0\x12\x9a\xab\xb3\xf0\xae\xae\xb5\xde\x87\xbf\x4b\xc7\x97\xd9\xcd\x59\x36\x27\x41\xdf\x51\xce\x22\x57\x24\x4b\xbf\x86\x64\x71\xb5\x57\xce\x48\xe2\xa2\x00\xd0\x64\x49\x52\x7a\x6c\xb4\x5d\xd3\x80\xba\x41\x13\x97\x26\xfd\x98\x4c\x51\x96\xa6\xb9\xd4\x39\xa9\xa0\x3e\x13\xb4\x54\x3a\x57\x41\xb5\x56\xed\x87\x15\x21\x0b\xe7\x24\x99\x36\x32\xad\x99\x13\x66\x46\xb5\x3e\x16\xb0\x30\x53\xac\xac\x3a\x43\x97\x50\x03\x99\xb7\x92\x6f\x74\x4d\xa3\x36\xf3\x3a\xac\xf5\x1b\xb5\x24\x48\x86\xdf\x25\x45\x83\xc8\xa2\xac\x11\x59\x14\x3e\xc3\x9b\x45\xd8\x5c\xea\xa7\xb9\xa2\xee\xe4\x42\xf9\x85\x25\x36\x98\xa7\x81\x79\xb1\x31\xaf\x94\x3b\x93\xb3\x3a\x7c\x0f\x80\x5b\x99\xce\x4b\x48\x51\xa6\x92\x0b\x16\x8e\xc9\xc4\x5a\x69\x95\xd7\x9a\x8f\xf5\x2a\xfe\xa8\xb9\xc9\xf8\x07\xa4\xbc\x9d\x51\x94\x5c\xca\x1d\x2b\x42\xa7\x97\x1c\x18\x1a\xaa\xba\xba\xcd\xca\xe3\xbb\x6c\xa6\xf1\x2e\x55\x38\xd2\xa3\x50\x02\x9f\x5f\x51\x5e\x8e\xa7\x70\x6d\x03\x2b\x34\x6b\xd5\x9b\xb2\x7a\xf8\x4d\xcb\xae\xb5\x84\xb4\x31\x10\x67\x53\xba\xfa\x65\xfc\x0c\x98\xb3\x12\x67\x6a\x01\x76\xfb\x07\xe5\x6b\xdc\x3b\x28\x77\x77\xf5\x3d\x99\x0d\xcb\x91\x60\x1c\x6a\x2e\x0e\xf1\x39\x85\x33\x2b\xdb\x14\x37\xc8\x12\x6d\xf7\xd5\x25\x32\x13\x97\x88\x63\x84\x3a\xdb\xe9\xa3\x71\x8a\x72\x7b\x7b\xe8\x9f\xc3\xe5\x08\x8f\xdd\x79\x7f\xe1\x05\x42\x83\x79\x2a\xfe\xb3\xf5\x43\xd2\xee\x48\x19\x84\x8e\xd1\x05\xd1\xce\x48\x8a\xc4\x17\x9a\xdf\x11\x06\xf1\xbb\x64\x18\x2f\xe7\x93\x4a\x91\xd0\x46\x2a\xd0\x97\xfc\xe4\x50\xf4\x6b\x5c\x9f\x43\x80\x56\x2a\xb9\x08\x86\x78\xf9\x15\x97\x4a\x8c\x2d\x09\xed\x3c\x14\xe3\xd0\x02\x13\x37\x19\x13\x48\x21\xb2\x02\x65\x4a\xb1\x65\xef\xcc\xa4\x40\x34\x62\x81\xf2\x2f\x10\xd6\x78\x32\xd8\x97\x15\xfb\x92\x71\x31\x9f\x53\xee\x32\x33\x9a\x76\xff\xa9\x49\x9b\x9f\x7f\xa1\x3e\xdf\x44\x73\x93\x1a\x7d\x25\xf1\xc8\x51\xe1\x31\xb1\x55\x0d\xbf\xa9\xd7\xfe\x56\x2d\xbe\xa7\x03\x33\xcd\xa2\xb8\x56\xdf\x1d\x54\xcb\x68\x16\x09\x62\xc6\xca\xee\x5f\xdf\x6e\xeb\xa0\x57\xa1\xba\x3e\xd7\x32\x8e\x96\xe3\x73\x49\x27\xbb\x6a\x45\x64\xa4\x3c\xed\x78\x19\x18\xf2\xfd\x3b\x2d\x1d\xec\x9a\x29\xf5\x9c\x1c\x65\x0b\x8c\x10\xa5\x79\x82\x82\x51\x08\x32\x68\x60\xf4\xa3\x52\xcb\xea\xe8\x2d\xae\x26\xf6\x6f\xf2\xd0\x08\xaa\xa2\x98\x91\x2e\xcd\xa7\x45\xd2\xfe\x58\x92\xad\x7f\x8e\x8b\x9c\x93\x5f\xf9\x3f\xd1\x56\x96\x4f\xb6\xfe\x29\x90\xd3\xab\x45\xc6\x6f\x5f\xa7\xff\xdc\xe2\xc5\x16\x44\x65\x02\x22\x7b\x8b\x93\xf9\x62\x96\x71\xd2\x6d\xa7\x88\x27\x6d\xf1\xae\x2d\x55\xb6\xdf\xe3\xbf\x01\x24\xff\xdc\xa0\xba\xd5\x8a\xdb\x52\x46\xee\x52\x1a\xb9\x62\x9c\xcd\x7c\x9e\xd4\x48\x9d\x28\xee\x1d\xd0\x57\xfa\xde\x39\xa0\x5a\xd3\x56\xe0\x7c\x48\x47\x28\xc3\x7c\x58\xec\xf6\x47\xc0\x67\x0b\x7a\x50\x62\xcf\x42\x85\x88\x96\x2d\x0f\xb3\x11\x2e\x57\x35\xf1\x6e\xea\x3d\x4a\x61\x8c\x26\x38\x38\xb4\x24\x91\xe7\x62\x46\x79\xd2\x16\x0b\x50\xf8\x8f\x19\x2e\x86\xbd\x91\x34\x43\x82\x70\x5c\x7d\xc1\xf0\x83\x51\x94\xbd\xb3\xb4\x01\xb4\x5c\x3a\x8c\x71\x76\xc8\x65\x19\x29\x07\x1a\xe4\xc3\x6c\x74\xc8\xb1\xf8\x33\x10\x54\x58\x66\xee\x90\xf6\x7f\xb6\xd3\x4e\x67\x29\xbf\x8b\x3f\x83\x84\x3b\x63\xb5\x6d\xa0\x12\xd3\x14\x09\xaa\x71\xb2\x1c\x93\x24\x40\x9a\x66\x21\x24\x17\xb3\x4a\x4d\x94\x2b\x65\xd8\xf2\x72\x23\xe9\x07\x5d\x23\x17\xaf\xc8\xcd\xe5\x97\x1c\x38\x28\x72\xbf\xf5\xb3\xf5\x51\x91\xf1\x38\xbf\x4f\xdc\x90\x1a\x9a\x23\x8c\x39\xb7\x65\x32\x62\xae\x29\xe4\x99\x93\xbd\xfc\x7a\xb3\x9c\x40\x92\x63\xb5\x38\x35\xbe\xa0\x4b\x5c\xc4\xb4\x78\x33\xf5\xda\x59\x8f\x5c\xde\xfd\x66\x15\x68\x8a\xa6\x82\x9a\x80\x2b\x5d\x05\x1a\x49\x4a\xb4\x4c\xd1\x04\x67\x26\x5b\xff\xd4\x8d\x43\x02\xe6\x67\x13\x8f\xe0\x5c\xe0\x89\xa6\x47\xe7\xf8\x56\xd3\x1c\xe8\xce\x21\x6b\x1e\x70\x48\xc4\xcd\xb5\xc8\x77\xbb\x9f\xa2\x1b\x7c\x17\x82\xe7\x03\xd0\x21\x52\x9d\x2b\xdf\xdd\x49\x5a\xda\xbe\x48\x53\xf4\x10\x90\x62\x37\xfa\x15\x6c\xdf\x9d\x2b\xd7\xd4\x67\xf9\x5a\x4b\x90\x95\x80\xf3\x2e\x0c\xb2\xa2\x65\xca\x63\x57\xa6\x0c\xbb\x77\x8f\xc7\xc3\xab\x11\x3a\xc6\xb3\xe1\xbd\x38\xee\x1f\xe4\xb0\xd5\x71\xbf\x4f\x5b\xd7\xc3\xe3\x11\xfe\xb0\xa2\xd3\xe4\xc6\xe4\x16\xbb\xc0\xbd\x83\x8b\x57\x7a\xba\x07\x17\xba\xb1\x5f\xf1\xc5\x4e\x1f\x1d\xe1\x9b\xe1\x7c\x78\x31\xd2\x71\x5d\xb6\x31\x3e\xea\x74\xe4\x1c\x92\x5f\xd1\x51\xba\x92\xbf\x9d\x01\x5e\x6b\x07\x20\xeb\x0e\x04\xf7\xcc\xc2\xdc\xe2\x7f\xd9\xc0\x1a\xdc\xb1\x3d\xb1\x71\xd6\x37\x33\x48\x70\x73\x72\xd8\xf0\xc7\x4e\x9e\x09\xe7\x10\x3f\xdb\xcc\xd9\xcb\x73\xc7\x92\xb7\x88\x4e\x7e\x00\xd9\x4d\xac\x74\x49\x9f\xdb\xbc\x1a\xd8\x1e\x10\xae\x89\x70\xea\xe8\xce\xff\x92\x64\x76\xa0\x9e\x1f\x4c\x13\x29\xa7\x7d\xec\x4e\x69\xe9\x9b\xb9\x3e\x7b\x1a\xf3\xb3\x83\x62\x6e\xa9\xb5\x61\x72\x3c\xfa\xd7\x09\x80\xae\xe5\x95\x36\xec\x7f\xae\x62\x55\x2b\xd3\x27\x3d\xb2\x13\x4e\xe6\x32\x64\x33\xa2\x4a\x91\xe1\x3a\x18\x01\x2c\xfc\x21\x26\x8f\x54\x84\xa7\xbe\xfa\x44\xdf\x17\xf4\x7a\x46\xf3\x1b\xcc\x21\x5d\xa3\x0c\xf2\xf9\x07\x68\xe1\xaf\x4d\x46\x50\xaa\xc1\x45\xc6\x48\x2e\xe3\x89\xaa\x36\xa7\x94\x95\x26\x92\xff\x2c\x2b\x39\x66\x8d\x09\x9e\xa0\x01\x25\xd4\xa9\x33\xfc\xb7\xbd\xc8\x9c\xe7\x3a\x84\x69\x4d\x71\x28\x20\x4a\x8a\xee\x9b\x0a\x8a\xef\x6e\xb4\x33\x37\xae\xe9\x5f\x61\x0d\xfe\x7b\x6d\x0c\x99\xea\x0a\xc8\xf0\x1a\xff\xb7\x27\x9d\xab\x82\xeb\xe6\x9c\xdb\xbc\xc8\x66\x3e\xff\x15\x72\xac\xc4\x1f\x22\x38\x50\x12\x3b\x06\x25\x00\xd1\x5d\x49\x11\x81\x0e\x71\x03\x8c\xab\x05\x2c\xb0\x2f\x8b\xe5\x26\x71\xbd\x2d\xb3\x56\x81\xb3\x95\x15\x89\xfe\xdd\xcf\x76\x50\x1d\x0e\x0b\x86\x93\xfb\xc3\xa1\x98\xe9\xe1\x08\xa6\x3e\x18\x8e\x4e\x51\x02\x3e\xf3\x90\xb1\xc5\xcd\x3b\x50\xb4\x28\x2e\x9c\xb1\x10\xe0\x05\x04\xed\x48\xa7\xc9\xb6\xc9\xd5\x0c\x41\x7b\xb6\x63\x07\x5d\x9b\x19\xa9\xd1\x9e\x5d\x24\x1c\xb5\xcb\xbb\x9b\x76\x0a\x09\x34\xf5\x62\x1c\x4d\x7e\xc9\xc6\x24\xe7\x10\x37\xa1\x7d\x0d\x4b\x03\x19\x38\xda\xaf\xc6\x94\x8d\x67\xe4\xf5\xab\x3f\xab\x1f\xed\x74\x35\xce\xf8\xf8\x56\xa0\x08\x93\x6e\x52\x8d\x43\xb0\xef\x4c\xba\x97\x8a\xc9\x6b\xe7\xd3\xc7\x47\x26\x17\x08\x26\x69\x65\xe4\x1f\xcf\x4f\x44\x05\xb2\x5a\x81\x2d\x84\x9d\x8d\x46\x3d\xde\xd8\x93\xf6\x84\xde\xb5\xa3\xe1\x34\x1c\x2e\xe8\xf7\x0a\x40\x62\xaf\x1e\xb9\x42\x62\x65\xc2\x28\xae\x82\xe3\x2a\x4c\x04\x1d\x41\xc0\x16\x8f\x8f\x3c\x9c\x5f\x7e\x48\x1a\x5a\x73\x63\x45\x42\x73\x83\x1a\xcd\x11\x28\x4e\xde\x7d\x38\x3f\x3e\xf9\xfe\xec\xc3\x77\xff\x75\xfc\xe6\x12\x74\x44\xe2\x06\x3d\xcb\xe6\xa4\xcb\x8b\x8f\x8b\x05\x61\x6f\xb2\x52\x5c\x50\x0a\xdc\xda\xaf\xca\xbb\x9b\xd7\xaf\x44\x47\xf4\x26\x97\x34\xc7\xeb\xf6\x0e\xdb\x69\xbf\xfa\xb3\xff\xf2\xd5\x9f\x45\xc9\x76\x8b\x4b\x33\x4d\x31\x40\x5c\xc0\x8d\xe8\xec\x9c\xfd\xb9\x32\x4e\x2a\x99\xea\x44\xb5\x5a\x6d\x25\x0b\x5a\x59\x55\x36\xd0\xb7\x65\xb0\x25\x11\xc5\x20\x86\x96\x69\x9e\x8b\x9a\x33\xcd\xc3\x03\x0d\xe2\x8e\x02\x89\x53\xec\xc4\x8c\xf9\x6b\xc2\x41\x78\xb0\x4a\x28\x12\xd0\xb6\x4a\xb8\xa0\xb5\x35\x67\xcd\x1c\x25\x88\xe2\xb8\x0d\x24\x75\x3a\x31\xea\x21\x0a\x9c\x70\xa2\xed\xdc\xdb\x30\x99\xb6\xc9\xc1\x54\x7f\xce\x4a\x32\x2e\xf2\x49\x3b\x45\x7b\x18\x63\x5e\x3d\x43\xa9\x56\xda\x68\x53\xd1\xde\x2a\x21\xe9\xe1\xd7\xb8\x10\x9a\xa0\xa4\x69\x77\x59\x92\x19\x29\x4b\xe5\x1c\x86\x4d\x80\x2e\xe5\x2c\xd6\x6e\x7f\x61\xe4\xcb\xe6\xb3\x22\xd1\x16\x1c\x94\x3c\x8d\x10\x79\x6b\xce\x86\xb6\x85\xc2\xdb\x7d\x54\x60\x76\xc8\xc0\x2f\x90\x16\xcb\x52\x81\xc2\x80\xab\x0c\xb6\x74\x36\x69\x15\x9d\x4e\xb1\x45\x95\x75\x65\x31\xdd\xba\x24\xbf\x4a\x6d\xe3\x76\x2f\x48\x89\x25\x35\x8f\xfe\x52\x20\x96\x6a\xaf\xfa\x2f\x1b\xa1\x36\x7a\xef\x74\x7c\xcc\x1e\xe9\x23\x45\x99\x02\xbd\x81\x24\x4b\x18\xc1\xed\x5b\xce\x17\x83\x3f\xff\xf9\xfe\xfe\xbe\x7b\xbf\xdf\x2d\xd8\xcd\x9f\xf7\x7a\xbd\x9e\x38\x56\xed\x56\x18\x71\x9c\xa9\xe4\x1b\x04\x7f\xf6\x0e\xf3\xa0\x8f\x26\xa4\x1c\x0f\xfa\x88\x53\x3e\x23\x83\xfe\x0a\x51\x12\x70\x1c\x60\xc0\x77\x30\x6c\x5f\xb7\x51\xfb\x9a\xde\x88\xff\x67\xc5\xf8\xd3\xbf\x96\x05\x27\xe2\xa1\x98\x3c\x88\x3f\xac\x8d\xda\x63\xa0\xf3\xc4\x8f\x62\x22\xbe\x4d\x04\xbc\x0a\x70\x47\xed\xc9\x4c\xfc\xc7\x21\x5b\x86\x4a\x99\x21\x3e\xde\xf6\xc5\x7f\x7b\xe2\xbf\x7d\xf1\xdf\x13\xf1\xdf\x53\xf1\xdf\x33\xf1\x1f\xc9\xa0\x90\x68\x92\x8a\x7f\x73\xd1\xfd\x8c\xc2\x7f\xa0\x2f\x35\x02\xd4\xf6\x9c\xf0\xac\x8d\xda\x79\x01\x23\x29\x44\x77\x0b\xf1\x8f\x89\x81\xb0\xe5\xb5\x18\x64\x29\xfe\xcd\xb3\x99\xf8\x58\x2e\x32\x51\xad\xe4\xac\x80\x66\x4a\xce\xe8\x27\x51\xb6\x5c\x5e\xc3\xff\xa2\x36\x88\xa5\xc5\x5f\x31\xf0\xa5\xf8\x27\xaa\xde\x65\xac\x3d\x8a\xa7\x42\xd0\x9b\x0a\x61\xbf\xfb\x9a\xaa\x2d\x08\xfe\xf3\xf0\x1f\x7c\xf7\x1f\x6c\xeb\x1f\xbf\x1e\xf5\xfe\xb1\xec\x3f\x7b\x21\xfe\x7f\xd1\x3b\xfe\xc7\x52\xec\xda\x2e\xfc\x39\x12\xff\xef\xbd\x80\xff\x5f\xc2\xff\xef\xc4\xff\x4f\xdf\xfd\x63\xb9\xdf\xeb\xf5\xfe\xb1\x7c\x77\xfc\xee\xdd\xe8\xcf\x28\x23\x6e\x26\x74\x63\x52\x39\x29\xc6\x70\x75\x49\xf3\x68\xfd\x24\xed\xaf\x08\x0a\xac\xb4\xab\x6c\x96\xae\xa0\x09\x42\xb0\x42\xfa\x28\xe1\xd0\xba\xf3\x35\x5b\x35\x84\x15\x2a\x3e\xc1\x4b\xff\xb3\xd7\x71\x14\x4f\xae\x50\xf0\x3e\x96\x91\x01\x41\x16\x6e\x7e\x08\x6e\x82\xee\xa5\x8a\x05\xd1\xf0\xf8\x08\x74\x8c\xb8\x03\x21\x38\xe4\x90\xeb\xab\x70\x94\x0e\x20\x7e\xbb\xfd\x2a\xd8\x7b\xd6\xe9\x6c\x4b\x04\x04\xdb\x58\x9b\x2f\x44\x0e\x6b\x2b\xdb\x6a\xef\x90\x9d\xb6\xc0\x20\x74\x42\xb6\xb2\x7c\xeb\xe2\xa7\xef\xb7\x94\x70\xb0\xed\x27\x25\x8d\x4f\xf5\xec\x22\x61\x04\x11\x5f\x31\x5f\xb3\x2a\x24\x6d\xcc\xd3\x27\x2e\x23\x12\xe0\x2c\xb8\xb8\x78\x03\xc6\x55\xf5\x34\xc6\xf5\x63\xc1\x57\xf0\xbc\xb5\x0a\xf4\xba\xc9\x21\xbd\x12\x5c\x9f\x04\xe5\xe2\xda\xd4\xe6\xa8\x10\x7e\x31\xc0\xbf\xc4\xc1\xbf\x36\x8e\x09\x4f\xc9\xba\xeb\x8f\x59\x22\x5e\xd6\xd6\xde\x1c\xdc\x45\xe1\xa2\x9a\x5a\xb1\xb4\xe9\x46\x05\x33\x29\xd5\x68\x65\x90\x2d\x87\x72\x89\x00\x6f\x2b\x58\x80\x4c\x2c\x40\xb6\x61\x67\x59\xd8\x19\x22\xde\x25\x90\xc9\xe5\x2b\x71\x71\xe8\xd1\x30\x03\x97\xea\x69\x79\x44\x0b\x41\xa5\x4a\xa6\x2b\xb7\xec\x72\x5d\xb2\xc2\x00\xc2\x2e\xfd\xb4\x85\xde\xbe\x6f\xda\x86\xf1\x1d\x57\x62\x95\x83\x8a\x34\x85\x7d\x63\x3c\xc0\xaf\x49\x1a\x1b\x1c\xb6\x78\x36\x92\xe6\xf3\x29\xf3\x92\xe4\x6b\x2d\xb7\x74\xb4\xe3\xbc\xd3\x49\xa4\xeb\x51\x8a\x04\x59\xef\xd6\x3b\xbb\x10\x87\x05\xb1\x74\xe0\xbf\x57\x27\x95\xad\x12\x29\x34\xa9\x64\x15\x61\x26\x83\x56\x8e\x39\x49\x32\x41\x9c\x0a\x1e\x52\xfe\x44\x0c\x5c\xa3\x63\xe9\x48\xf2\x55\x9a\x94\xe4\xf1\x31\x29\x89\x4d\x7d\x38\x23\x5f\x15\x56\xc2\xa1\x09\xcd\x8d\xc1\x91\x63\xc4\x25\x5d\xc2\xd8\x57\xed\x54\xc3\xf2\x42\xa8\xa6\xea\x6a\xe5\xea\xd8\xc4\xab\xc9\x38\xb7\xde\xf7\x44\x6e\xa4\x3a\xa6\x91\xa4\x19\xc6\x4d\xce\xcf\x20\x8a\x98\x7b\x0e\xdd\x7d\x72\x53\xbd\xcc\x24\xa1\x35\x26\xe2\xd7\x98\xa8\x6d\x1a\xab\x59\x4f\x09\x1e\x13\xb5\x5f\x63\x22\x36\xac\xe5\xe5\x82\x99\xca\xda\x13\x82\xcb\xe8\x46\xb6\xe2\xdb\x3b\x91\xd5\x6e\x09\x1e\xb6\x7f\xc9\xee\xb2\x72\xcc\xe8\x82\x0f\x04\xa5\x72\xad\x7f\x8f\xd0\x42\x7c\x3e\x6a\xa3\xf6\x77\x1f\xde\xfe\xdc\x46\xed\xd3\x93\xb3\xbf\xb4\x51\xfb\xe4\xfd\xf7\xe2\xff\x77\xe7\x47\xef\x8f\xc5\xc7\xa3\x0b\xf1\xe7\xdd\x87\xf3\xf7\xed\x11\x9a\x8b\x3a\xc7\xef\xbf\x3b\x7e\xdb\x1e\xa1\x3b\xf1\x70\xcb\xc8\x54\x90\x47\x6c\x2c\x88\xbe\x6c\xfc\xe9\x86\x15\x4b\xe0\x4b\x32\x18\x4c\x7b\x84\x1e\x44\x39\x51\x60\x64\x65\x35\x37\xc4\x3d\x6c\xa0\xbd\x27\x46\x45\xc3\x1d\x8e\xea\xda\x2b\xa8\x2f\x06\xf2\xf8\x78\x43\x92\x85\xb8\x24\xd3\x4e\xe7\x86\x24\x77\x70\x20\x4d\xad\x2b\xaf\xd6\x96\x8d\x6e\x9b\xdc\x90\x64\x2e\xaa\x41\xad\x07\x51\xc8\xa9\x76\xef\x57\x53\x7d\x3f\x3e\xaa\xe6\x9c\xb8\xbe\x24\xb4\xce\xd4\x5e\x85\x72\x80\x86\x49\x01\x42\xe4\x43\x62\x45\x14\xb9\x09\x48\xd9\xa2\x70\x13\x46\xb9\xf0\x81\x49\xd8\x5a\xe0\x7b\x65\xec\x71\x4d\x12\x2a\x98\x8b\xcf\x1e\x73\x31\x2e\x66\xef\x0a\xf6\xf1\xfc\x54\x39\xde\xdc\x90\xe4\x96\xa0\x4c\xf7\xd7\x5e\xe6\x65\x36\x25\x83\xf6\x8e\xd6\xb3\x8a\xb5\x11\xed\x1c\x3a\x9f\x06\x85\x13\x76\x98\x78\x84\x14\x70\xba\x59\x4b\x5d\xa8\x5b\x24\xcd\xc5\xe9\xc6\xed\x05\x2b\x16\x6d\x37\xaa\x05\xef\xf2\xe2\xb4\xb8\xd7\x33\x68\x95\x50\x5c\x90\x60\xb2\x2c\xca\x71\x29\xc9\xab\x8c\x73\x26\x1e\xb9\x26\x70\x64\x01\x95\x84\xa3\x5d\xf2\x87\x19\x01\x4e\xcf\x6f\xf1\xf1\x11\x5c\x8d\xd5\x7a\x09\xee\x1e\x25\x19\xbe\x20\x43\xea\xaf\xdd\x28\xed\x74\xb2\x61\xe1\x57\x1e\x09\x38\x31\x9d\xa7\xe8\xb3\x49\x75\x35\x19\xe4\x48\x20\x9d\x01\x5b\xc1\x15\x7b\x41\xf0\xe7\x93\xb3\x1f\x3f\x5e\x0e\x04\x6b\x34\x1f\x6c\xf7\x50\xb6\x14\xeb\xcc\x98\x60\x90\xb6\x7b\x48\xb0\x1a\x83\xed\xde\x0a\x5d\x1c\x9f\x1e\xbf\xb1\xe5\x56\xe8\xc3\x8f\x97\x27\x1f\xce\x9c\x17\x97\xc7\xff\x7d\x79\x74\x7e\x7c\xe4\xbc\x3a\x3d\xfa\xee\xf8\xd4\x79\x7e\x77\x72\x7c\xfa\xf6\xe2\xd8\x6d\xe6\xf4\xf8\xfb\xe3\xb3\xb7\x6e\xbb\x20\xb5\x71\x5e\x7c\xf7\xf1\xf2\xd2\xed\x68\x65\x4f\xd6\xaf\x24\x14\x8b\xe8\x15\xa3\xf8\xb3\x92\x9c\x0f\x08\x18\x11\x7b\xb6\xc4\x6c\x25\xfd\xb6\x2a\xe4\xb2\x86\xdc\x23\xa0\xe9\x10\x55\x2c\x0c\x56\x80\x02\x26\x3e\x60\xcf\x5a\xe2\xc2\x66\x10\xd3\xc4\x88\x5c\x70\xd0\xd0\x42\x03\x82\x26\x19\x44\x28\x4d\x75\xf4\x52\x87\x84\xb9\x94\x38\x5d\x0c\x2b\x76\x43\x27\x6d\xd8\xa6\xb6\x44\x07\x6d\xbd\xd4\xf0\x9c\x76\x3a\x6d\x50\x36\x80\xa9\xf0\xaa\xd2\xf4\xfb\xe6\xa6\xdb\x72\x23\x95\x29\x75\x5b\x90\x79\x63\x0e\xac\x55\xac\xb1\x5f\x54\x63\xce\xab\x73\x75\x1d\xa9\x09\xdb\xd3\x75\x44\x02\x47\x6e\x35\x6f\xf0\xd9\x7d\x43\x04\x47\x0f\xee\x92\xe2\x17\x80\xe3\xa7\x48\x7e\x6a\xeb\x4d\x4f\x56\xad\x48\xb2\xae\x4f\x12\xff\xff\x58\x7b\xa1\xff\x1b\x69\x2b\x2f\xaf\xbd\x23\x4e\x3e\x11\x17\xad\x46\x90\xdb\x21\x53\x61\xdd\xee\x29\x96\xd1\xe0\xc1\xd6\xc8\xc0\x62\x8b\x74\xaf\xae\xbc\xdb\x9e\x82\xc8\x73\x25\xae\xee\xba\xa8\xd6\xa2\x4f\x92\xa2\xd0\xe0\x1c\x22\xd7\xab\x83\x00\x86\xe7\xa2\x97\x96\xcd\x44\x5d\x21\x10\x68\x3a\xf0\x29\x91\x84\x6a\xc3\x90\x4f\x70\x63\xd7\xa4\x46\xfb\x51\x6e\xc3\x79\x3d\x5d\x65\x4e\xa9\xa6\xac\x72\x8f\xb2\x62\x4e\xac\x73\x7d\xac\xc4\x49\xc6\x1c\xe5\xbf\xd3\xe6\xc8\xdd\xe0\x3a\x8c\xb7\x54\x96\x72\xa4\x96\xdb\x64\x10\x55\x3a\x17\x77\x10\x70\x73\x36\xad\xbe\xbf\xea\x7a\xc5\x5b\xb6\x1f\x75\x23\xf3\x61\xa4\xf5\x11\x76\xc6\x43\x90\x8a\x9d\xaf\xdc\x1a\xc2\x0d\x4a\x9b\xe9\x3e\xcf\x8c\xca\x82\x81\x13\xda\x07\x14\x31\x16\xd8\xd8\x21\x0f\x5b\x13\x2c\x39\x8a\x8c\x33\x1d\x54\x8a\xc6\x16\xcb\x40\x0b\xba\xfc\x1f\x3f\x94\x1e\xd9\x12\xac\x49\x81\x8f\x05\x92\xa6\xf6\x7c\xc8\xc3\x08\x16\x85\x56\x98\x59\xfa\x29\xae\x50\x01\xc9\x2c\xab\xb0\x10\xe6\x91\x73\x8f\xf9\x31\x49\x18\xca\x4d\x47\xea\xd4\x73\xbf\x23\xd9\xa0\xd3\x17\xd5\x2c\xd1\x39\x49\xd1\x9b\xff\x7f\x2d\x7f\x97\xb5\xfc\x91\xa4\xe8\xfd\xff\xf8\x5a\x2a\xf6\xcc\x47\x3c\xea\x16\x47\xf7\xc9\xd7\xa1\x1b\x1b\x9a\x1d\xe5\xf8\x1e\x22\x67\xea\xfc\xf0\x0a\xb9\xe4\x16\x9e\x7e\xf9\xdf\xb1\x06\x06\x27\x6f\xf7\x65\x52\xf8\xca\xa2\x18\x82\x04\x2c\xc8\xbf\x06\x09\x77\x75\x13\x18\x52\xa5\xc9\x05\xb0\x44\x24\xdc\x9c\xae\xb7\x0f\x79\x7c\x34\xf9\x4b\x6c\x92\x42\x9b\xd8\x0b\x44\xcc\x2a\x4b\x61\xbb\x3d\x88\xa5\x24\x91\x65\x6c\x92\x14\x31\xc0\xb7\xb5\x42\x68\x2f\x44\x4d\x39\x2b\x78\xa9\xe5\xd0\x63\x6b\x43\xa5\x0d\x34\x88\xb6\xa0\xd2\x71\x56\x16\xc6\xde\x08\xe7\x2b\xd2\x65\x45\xc1\xc3\x93\xe4\xe7\xec\xec\x59\x0b\x2b\x2f\x5f\xd0\x4e\x3f\x45\xd2\x7c\x12\x33\x30\x9c\xcc\x87\x74\x84\xa7\x2e\xad\x27\x0e\x39\x88\x38\xcc\x7f\x29\x04\x96\x4c\x3e\x97\x64\x36\x1d\xf0\x95\x4c\x4a\x2c\xae\x02\x2f\x57\x61\x90\xc4\xd7\x19\x01\x73\x46\xc0\xc5\x08\x72\xdc\x3b\xc8\x5f\x61\x7e\x90\xef\xec\xa4\x6c\x98\x57\x46\xc0\xc2\x11\xac\x5a\x0d\x82\x79\x31\xba\x08\xac\x08\x5c\x34\x9b\x7a\xf2\x69\x58\xf8\x61\x6f\xa4\x16\x5a\x05\xab\xb9\x20\xb3\x69\x9d\x61\xc6\x0d\xe1\x49\x2f\xd5\x05\xc1\xb4\xac\x56\x58\x28\xed\x0f\x55\x59\xb0\x1f\xaf\x83\x60\x59\xd2\x0c\x0d\x63\x3c\x95\xe0\xc4\x55\x6d\x63\x43\x57\x37\x2e\x03\x22\xaa\x82\xb5\x48\x6b\xb0\x5c\x51\x25\x44\x95\x6b\x9a\x4f\x62\xb6\x48\xa5\x18\x19\x90\x83\xdc\x58\xee\x55\x29\x76\x51\xaa\x87\x88\x2d\x15\x2e\x4c\x6d\x7b\xe1\xb2\xd4\x16\x8c\xac\x00\x71\x32\xdf\xaa\x34\xbf\xba\x74\x6c\xfa\xc4\xda\x02\xe9\x6f\xa6\xbc\x63\xb8\x58\xad\xe0\x9e\x48\xbd\xbe\xd1\x0a\xfe\x02\x3b\xd5\x40\xc0\x7c\x4b\x67\x93\x48\x59\x09\xe1\x16\x1c\x75\x96\xde\x0a\x36\x08\x70\x41\x88\x09\xd2\x4a\xa8\x25\x02\x9c\x27\x79\x8d\x9d\xc6\x95\xce\xdc\xea\x78\xce\xb3\xfc\x86\x28\x45\xcf\x77\x1f\xbf\x1f\x6c\x8d\xa5\xb6\xe7\x86\xf0\xad\x3f\x48\x4d\xcf\x94\x15\xf3\x2d\xb0\x15\x3d\xd8\x92\xf5\xb1\x8a\xed\xea\xb5\x19\x39\x59\x64\x24\x06\x55\xbd\x02\xfe\xaf\x0e\xcb\x1b\x0f\xb6\xa6\x64\x72\xf3\xde\x4a\x2e\xe6\xac\x0e\x53\x1b\x63\x74\x19\x11\x70\xa2\x23\x5b\x4a\x4b\x7c\xeb\x0b\x5d\x29\xe0\xf8\x46\x07\x25\xfc\xa8\x82\xf5\x2d\xf9\xe5\x6c\x01\x29\xac\xb7\xd9\xa7\x2a\x5f\x2a\x4d\xca\xfb\x33\x56\x43\x7d\xa9\xd4\x98\x18\x87\xfc\x75\xce\xdd\xc6\xe7\x25\x76\x8a\x2b\x43\x55\x81\x46\xd2\xe8\x78\x4d\x1a\x7d\xe4\x78\x30\xc4\x9a\xad\xcc\xc7\x6f\x36\x98\x94\xdb\x6c\x4d\x80\xd2\x28\x06\xaa\xdb\x51\xbf\xb3\x3a\xc8\x88\xf5\xea\xef\x68\x63\xa7\xc1\xe6\xd7\xf4\x19\x07\xa5\x60\x1d\x55\x18\x85\x2a\x62\x73\x36\x59\xb7\x0f\x98\x0a\x1c\x90\xe2\x41\xce\xe2\xbb\xaa\x7d\x76\x82\xfd\x54\x31\xd0\x48\x24\x06\x1a\x64\xd9\x86\x30\x68\xd6\x67\x2a\x4f\x57\xd6\xa5\x23\xbe\xcf\x3a\x90\x67\xb0\xc3\x28\xc3\xbd\x83\xec\x15\xd5\x1d\x65\xba\xa3\x12\xd3\x61\x36\x6a\x15\xc3\x6c\xe4\x38\xbe\x94\xb6\x23\xe5\xbb\xee\xac\x04\x52\x49\x1f\x74\x5b\xb3\x9d\x9d\x74\x39\x9c\x8d\x64\x99\xe2\xc1\x71\x3c\x19\xe3\x46\x08\x40\xd3\x9a\xef\x7a\x53\xd1\x04\xf7\x0e\x26\xd6\x94\x7d\xa2\x87\x7d\x8b\xa7\xc3\xc9\xa8\x35\x1e\x4e\x46\x5d\x2a\x2b\x25\xb7\x76\xd0\x0b\xbc\x09\x14\xa0\x79\x63\xb1\x12\xdd\xe1\xde\xc1\xdd\x2b\x1d\xdd\xe5\xe0\x4e\xf7\xfe\x80\xe7\xc3\xbb\x51\x6b\x31\xbc\x1b\x69\x3f\xab\x87\x74\xa5\xc3\xec\x35\xd8\x55\x68\x2c\x21\x03\x6b\x3b\x51\x72\x19\x26\x95\xd0\xb9\x12\x2f\x5f\x71\x96\xe5\x65\xa6\xf4\x76\x26\xb8\x62\xd8\x82\xa6\x84\xc3\x46\x94\xd9\x32\x8b\xa1\x26\x56\x93\x19\xa1\x2e\x77\xda\x5c\xe5\x4e\xbb\x21\xfc\x28\xec\xbe\xe6\x8a\x0f\x87\xa9\xaa\xbf\xfd\xf0\xbe\xae\x46\x38\x01\x51\x03\x14\xe5\x15\xd3\x11\x7f\x65\xc8\xfd\xd6\x99\x60\x64\x9a\xd1\xad\x53\xc5\x39\x57\x92\x8c\x62\xcd\x28\x35\xa8\xfa\x51\xfb\xd7\xc9\xaa\x5f\x80\x36\xdd\x86\xea\xc2\x41\x87\xcd\xae\xc7\x8b\xb1\x56\x83\xe8\xbc\xce\x34\x6b\x31\x5e\x30\x4b\x55\x4e\x6d\x7c\x15\xef\x39\x38\xcf\xa9\x59\x07\xb9\xda\x75\x13\x02\xff\x5b\xae\xf4\x5d\x11\xaa\x5c\x05\xe3\xa7\x80\x22\xaa\x41\xff\x55\x3b\xc2\x35\x26\x07\x75\xfa\xaf\x64\x08\x75\x41\xce\x1d\xa8\x4d\xf5\x49\xba\xc7\xf9\x1d\x65\x45\x0e\x1a\xed\x53\x49\x05\xbd\x6b\xd2\x91\xd3\x69\xb2\x6d\xe4\xdd\xf7\x34\x9f\x14\xf7\x46\x25\xde\xe2\xf8\x73\x78\x18\x40\xd2\x3f\x91\x21\x0b\x03\xa8\x97\x29\xfc\x41\x09\x60\x7d\x5a\xbe\x2a\x37\xfc\xa9\xd4\x29\x4b\xf7\x62\x77\x46\xef\xe4\x8c\x7e\x5b\xc3\x81\x83\x57\xd9\xe7\x20\x6b\xf3\x6e\x5f\x25\x13\x12\xaf\x8a\x4e\x27\x29\xe0\x95\xc4\xa6\x3c\x1b\x7f\xd2\xbc\xfa\x2d\xc9\x16\x1a\x35\x2d\x58\x71\xc3\xb2\xb9\x66\xd1\xc9\xaf\x9c\xb0\xdc\x04\x94\x5d\x8c\xb1\x0a\xa3\xcb\x32\x5c\x28\xea\x67\xc9\x18\x04\xc9\xb8\xa0\xbf\x11\xdc\x6b\xf4\x45\xd0\x0e\x45\x15\x34\xe1\x04\x9d\x50\xcd\xbb\x03\x75\x3e\xc8\xe7\xe9\xc2\xfb\x3c\xd5\x57\x09\x3c\x95\x8b\xdd\xbe\x20\x00\x16\xc5\xa2\xa9\xb3\xd2\xab\x34\x5d\xec\xf6\xcd\xcc\x9c\xf7\x92\x53\xae\xef\x4c\x7c\xef\x03\xbd\x01\xd1\x99\xe6\xd9\x6c\xb6\xf1\x0c\xd5\x20\x1b\x2a\xf9\x63\x81\xb2\x34\x91\x2c\x52\xc1\x8b\x3a\x3e\x7c\x31\xde\x21\xbb\xd5\xbd\x69\xe9\x2d\x04\x76\x5c\xc0\x69\x15\xb3\xe8\x0e\x17\x63\xb3\xe1\x06\x44\xc4\x5c\xb3\xc9\x84\x29\xfa\x4a\xee\xea\xe5\xd7\x8d\x42\xf4\x63\x1b\xa9\xcc\x5b\x77\xcb\x32\x51\x08\x2c\x38\x78\xc6\x2b\xc6\x89\x0e\x62\x13\x03\xc6\x2e\x04\xb7\xe8\x34\xd9\x05\xa1\x58\xea\xd8\x17\xb4\xee\x9c\xbc\xfb\xb2\x60\xb7\x80\xf0\x2e\x09\x49\x41\xfc\x83\x9c\x18\xc1\x16\xac\x99\xc7\x16\x2e\xc6\x3b\xe2\x44\xd8\x9a\x62\x94\xda\xeb\xf9\xc3\x32\xb4\x4e\x71\x18\xfc\x25\x84\x84\xcd\x0d\x9e\xe7\xfe\xdb\x8a\x9c\x95\x96\xef\xb3\xf1\x2d\xcd\xc9\xa1\xd7\x84\x7a\x99\x90\x74\xe0\xbd\xbf\x78\x28\x01\xff\x84\x8d\xab\xf2\xde\x56\xa9\xec\x84\x04\xd4\xc2\x2a\x41\xe1\xd3\xe7\x03\x6f\x9e\xd6\x01\x50\xa6\x09\x7c\xfa\xc2\xff\xae\x4e\x98\xf9\xfc\xb2\x52\xdd\x02\xb7\x2e\xf4\xac\x17\xb6\x51\x2d\xf3\xd4\x2f\x23\xe7\xd4\x2d\x16\x7d\xf5\xfd\xc9\xcb\xea\xf7\xc8\x41\xd1\xad\xed\x79\xa5\xc1\x79\xcd\x6d\x6d\xef\x89\xf7\x5d\xa1\x6b\xfd\xf1\x69\xe4\xe3\xa5\x6e\x60\xe5\xae\xb2\x5a\xfd\x60\x13\x33\xf3\x3d\xe1\x88\x20\xb5\xde\x8a\x0e\xfd\x6e\x9d\x7d\x2f\x38\x78\x45\x5d\x26\x37\xf4\xd2\x82\x6e\x3e\x7e\x7d\x37\x9b\xfb\x78\xa1\x1f\x9a\x6e\x29\x2d\x25\x76\x93\x51\x38\xa4\x72\x61\xa9\x54\xfb\x72\x0c\x2e\x82\x17\x70\x57\x41\x52\xad\x2e\xfc\xf6\xc3\xb6\xd5\x7c\x06\x73\xf7\x9a\x6f\x0b\x27\xb7\x88\x18\x99\xba\xeb\xf2\x3b\x7d\x23\x4e\x8a\xb9\xf4\xb2\x0f\x49\xe8\x24\xad\xa1\xe0\x89\xa2\x98\x21\x33\xfd\xb4\x60\x27\x32\x69\x91\x0c\xb1\x11\xd5\xb5\x8b\x51\x89\xb6\xc4\x3b\xa3\x08\xe1\x9e\xb9\x9a\xe5\x01\x2a\xa1\xff\x10\x5b\x81\xf1\x69\xb9\x9c\x57\x6d\xee\xac\x80\xdc\x74\x50\x71\x6a\xb3\x96\x10\x91\xc6\xe5\x3b\x78\xba\x64\xd9\xf8\x13\x11\xa4\x13\xca\x57\x2d\x6d\xad\x12\x51\x91\x54\x23\x69\xd5\x8a\x14\x9d\x32\x2b\x94\xcb\xad\xaa\x2b\x6c\xf7\x51\xa3\x64\x51\x65\x51\x2c\xea\x8c\xd5\x1d\xa0\x51\xde\xbe\x95\xd7\x6e\x43\xfe\xdc\x6b\xc5\xcc\xe1\x72\x40\x40\x49\x25\xf0\x54\x9b\x27\x55\x5f\xa2\x24\x90\xf4\xd9\xf5\xd7\xb4\xf9\xb7\xba\x36\xa1\xe4\x29\x2d\xeb\xad\x7a\xa3\xed\x7d\xef\xb7\x87\x48\xd0\xa2\x2a\x1b\x42\xa8\xaf\xf5\xd8\xee\xa7\xee\xc5\x59\xdd\x92\x96\x6f\xc2\x07\xda\x9a\x30\xf4\x25\x49\x11\x7f\x7c\x04\xc6\x46\x9e\x2a\xe9\xfc\x9a\x90\x54\xed\xd0\xd5\x55\xb1\x20\xb9\x06\xc1\xb0\x27\x2d\x39\x22\x6a\xfb\x1b\x97\xf6\x5a\x36\xd2\x05\xff\x45\xfa\x1b\x71\x73\x86\x5d\x5d\x41\x7e\xa0\xda\x7e\x04\xc8\x88\x3e\x9c\xe1\xb8\xdd\xc8\x4f\xb6\x89\xf0\x9b\x93\xca\xaa\x8e\x32\x92\x2d\x5b\xdf\x80\x56\xdd\xe1\x10\x44\xb9\x1d\x4a\xac\x55\xdf\x0c\x7a\x1e\xba\x1d\x20\x0f\x96\x44\x53\x6e\x5e\xa5\xba\xf1\x39\x5a\xd9\x70\x44\x8a\x69\xbc\xf2\xd2\x33\x09\x9c\x83\xbe\x18\xb9\x8b\x0d\x35\x52\x1c\x23\x13\x74\x51\x33\x53\x61\xc8\xe5\xec\xa8\x40\xc3\xb9\x93\x12\x0a\x16\xa6\x66\x3e\x86\xe8\x12\x8b\x52\x31\x0a\x96\x17\x97\x67\x17\x9c\x7b\x59\xa3\xea\xe0\xea\x9e\xce\x66\x6f\xbc\xec\x52\x48\x13\x31\xd5\x37\x76\x72\xe6\xc8\x79\x69\xb6\xaa\x68\xdb\xd7\x76\x3a\x93\xbf\xba\xaa\xa6\xf8\x92\x95\xe4\x2a\xac\x6f\xbb\xb2\xb8\x44\xe7\xb2\x92\x17\xc5\xbf\xc4\x01\x6d\xd5\xe0\x11\xad\xc0\x0e\x13\x85\x55\xe9\x76\x13\x61\xaa\xba\x2e\x7a\x0d\x1a\x36\xcb\x43\xdd\x3a\xb0\xc2\x1f\x12\x63\xc5\xe4\x81\x4c\x95\x79\xf1\x28\x02\x2b\x0a\xce\xbd\xcd\xa8\xdb\xda\xa0\xb2\xc6\x02\x02\x5b\x4d\x26\x0e\x1e\xab\x76\xab\x91\x4d\x05\xdf\xe9\xfa\x0e\xb6\xab\x3d\xbc\xba\x91\x2a\x76\x94\x18\xcf\xbc\x6f\x74\x0e\xa9\xb4\xa2\x5c\x43\x4c\x1b\x1f\x36\xc0\x23\xba\x11\x1f\x49\xc9\x26\xc2\x03\x50\x81\x00\x5d\xd9\xcf\xc1\x26\xaa\xda\x04\x88\xf5\x18\xcc\x1b\xb6\x82\x7c\x37\x71\x62\xaa\xe0\xbd\xa6\x2d\x07\x87\x4d\x8a\xb9\xc6\x5f\xc6\xe0\x06\x87\xe7\x1e\xfc\x87\x2a\x7e\x34\xae\x0a\xde\x41\x1c\x0c\x51\x41\x2a\x52\x77\x04\x6b\x3c\x75\xe6\x11\x3f\x54\x73\x11\x57\xb1\x90\x5c\x62\xdd\xb6\x4e\xf7\x1f\xb5\x01\x70\xdc\x89\xe8\x34\xf1\x68\xca\xbf\xfa\xfd\x70\xe4\xf8\x5d\x85\x7e\x6d\x5f\x3a\x40\xe6\x7a\x5c\xff\x77\xd0\x91\xbb\x5d\x8e\xe7\x99\xb7\x65\xe0\x35\xbd\x7e\xc1\xac\xbf\x5b\xa4\x0f\x77\x03\x89\x03\x5a\xca\xb4\xb3\xd2\x85\x03\x15\x10\xb0\x97\x4c\xde\x14\x39\x57\x57\xaf\x0f\x77\xea\xd0\xf1\x6a\xab\x4d\xb0\xb6\xcc\xab\xed\x36\x80\x75\x2a\x2f\x75\xaf\xf9\x86\xcd\xf6\xd6\x55\x97\xfb\x92\xa1\x57\x80\x34\xd2\xae\xc6\x13\x12\x84\xc2\x9d\xad\xe9\x4b\xde\x3e\xfe\xdc\x6b\x37\xd7\x85\x00\x85\x1b\xc3\x75\x5b\x5b\x57\x21\x01\x3b\xc3\xb5\x8e\x6e\xf5\x08\xc5\x3a\xbd\x79\x00\x1a\x6b\xf1\x1b\xd0\x8a\xed\x65\x23\xac\xd2\xe8\x49\x65\xce\x88\xef\x50\x15\xd2\x5d\xc8\x25\x0c\x1c\x83\xb4\xe8\x85\xeb\xd4\x53\x66\x05\x79\x24\xb3\x5e\x7c\x28\x81\xad\xb7\xed\x36\x12\xfe\x3a\xe6\x75\x67\x15\xa4\xde\xf0\x95\x6e\x94\xe4\x77\x9e\xf2\x01\xc2\x3a\xb8\x2e\xf8\x90\x71\x41\xdb\x63\xea\x2a\x29\x2a\x1a\xb5\x0d\x3a\x91\x5d\x93\xa6\x21\xc2\x29\xea\xcd\x5e\xad\x90\x6c\xc7\xd9\xed\x2f\x6e\xcb\xa9\x6b\xda\xbb\xcd\x4a\x20\x9c\xca\xc6\xd6\x1c\x36\xa5\xa4\xbf\x91\xd7\x3d\x57\x11\x72\x46\xee\xd5\x7d\xfb\xdd\x92\xce\x26\x84\xe1\x1f\xa4\xf2\xe0\xa7\x75\xc2\x1f\x29\x1b\xf0\x83\x2a\xf9\x19\xe2\x9c\xc7\x89\x25\x71\x4a\x2f\x67\x33\x78\xf6\x37\xcb\xff\x27\xa1\x42\xcb\x13\xe1\xba\x2d\x83\x97\x4b\xa7\xa3\x75\xee\xa9\x8d\xcf\xd3\x3b\xe0\x56\x15\xcf\x77\x76\x52\x32\xe4\x8e\x56\x7b\x15\xca\x3a\x1a\x0c\xc7\x40\x04\xb0\x69\x8c\x27\x37\x04\xd0\xa6\xf1\x9e\x9c\x30\x41\x2b\x10\x17\xc7\x89\xaf\x08\xaa\xd2\xec\x90\x5a\xd6\x9d\x1d\x10\xd9\x37\x11\x5e\xaa\xe4\xee\xae\x32\x97\xa8\xa1\x16\x81\xa9\x77\xca\x6b\x9f\x02\x98\x9d\x4e\x87\xa8\x40\x80\xdc\x6f\x7d\x47\x2c\x7f\x2e\x01\x81\xdc\x6f\x7d\x24\x12\x6b\xf2\x46\xea\xf6\x0b\x7a\x22\x6e\x0f\x52\x9a\xee\x13\xd3\x35\x46\x1f\x1a\x0c\x2b\x6f\x1e\x1f\x3d\x0b\x20\xf5\xd6\xb5\x0e\xd1\x92\x01\xaf\x65\xed\x5e\x62\x46\x26\x20\xb0\x42\xd0\x28\x69\xe7\xbf\xbe\xd5\x0e\xf9\x0b\xe2\xae\x44\x0e\x0e\xa9\x7e\x76\x42\xc1\xa2\xbf\xcb\xbf\x60\x34\xfc\x13\x49\xd1\xdf\xfe\x2f\x8e\x96\x91\x32\x16\x6d\x34\x7e\xca\x21\x3b\x73\x70\xca\x23\x49\x07\x89\xab\xe8\xe6\x43\x36\xd2\xcc\xab\x9a\x68\xab\x72\x60\xbf\x1e\x85\xa1\xdc\x2c\xdb\xf7\x0d\x22\xed\x28\xf6\x84\xd8\xb5\x20\xa6\xe3\xa8\xf9\xf3\x17\x22\x4a\xbf\xba\x8e\x63\x02\xc8\x22\x16\xcb\x84\x38\x28\x31\xfd\xb7\x60\x45\x3b\x96\x5b\x92\x4d\x40\xd8\xf6\x45\x08\xd2\xd6\xe7\x19\x9d\x25\xe9\x26\xc8\x52\xa6\xee\xaf\xc3\x83\x0d\x98\x2f\xf8\x18\xa2\x2b\xf9\xb9\x0e\xe7\xc8\xaf\x55\x8c\x21\xde\xc3\xe5\x2b\x76\xf2\xe7\x46\x48\xb1\xd6\xf8\x9d\x4e\x42\x00\x8b\x16\x52\x23\xe1\xe8\xe8\xa5\xb0\x75\x38\x52\xd8\xd0\x4b\xf9\xfa\x4b\xa9\x20\xa6\x46\xfa\x0e\xe6\xb6\x76\x04\xae\xf3\xa2\x34\xcd\x6d\xe7\xcb\xf9\x35\x61\xd6\xd4\x9f\x77\x3a\x95\x77\xec\xd0\xf6\xac\x2c\x78\x21\xe4\x41\xac\xb2\x95\x56\x55\x2a\xbd\x63\xc5\x3c\xe1\x4a\x37\x29\xdf\x8f\x67\x45\x6e\xcc\x81\x7f\x29\x9d\xc6\x25\xc9\x28\x1e\x63\x2a\x50\x8b\x12\x86\x23\x94\x63\x72\x90\xbf\x52\x06\xf6\x8e\x2e\xfd\x86\xf0\x24\x4f\xad\xba\x04\xc4\x79\xc5\x22\x4a\xf2\xaa\xe1\x14\x8b\x07\x13\x1e\xe2\x9e\xd1\x8a\x35\x91\xe7\x73\x6a\x10\x98\x72\x92\xb0\x2e\xe4\x5a\xb9\xbc\xdd\x6b\x29\x7d\x2a\x97\xaa\xd4\xf6\x75\x51\xcc\x48\x96\xb7\x07\xf0\x64\x03\xff\x0c\x4c\x05\xf8\xa0\x16\x56\xeb\x18\xc9\x1f\xfb\x18\xf7\x3a\x9d\xed\xe4\x7d\xc6\x6f\xbb\xd9\x75\x99\x90\xf4\xf5\xde\xb3\x17\x4f\xf6\x9f\x3e\x79\xfa\x34\x6d\xa9\x10\xf4\xba\x95\xfe\x6a\x95\xf0\x34\x75\x66\x06\x93\x39\xcf\xee\x13\x82\x22\xda\x5e\x3d\x03\x35\xc8\xa0\x77\xb7\x82\x20\xc0\x5e\xf5\xe0\x6f\x7c\x28\x95\x00\x3b\x79\xc1\xb7\xca\x39\xb5\xb1\x66\x9c\x7a\xaf\x5e\xed\x3f\x3e\x59\x81\xc1\xf4\x97\xb4\x40\x44\x3d\x88\x84\xd6\xf2\x17\x55\x7f\x3f\xec\xf7\x07\xfb\xf2\x9b\x4c\xb2\x68\x3e\xf5\x5f\xb6\xe2\x2b\xbf\xb5\xf7\xdc\xac\x62\x5d\xae\x0f\xb9\xaa\xd6\x71\x5e\xf1\x78\xbf\x68\x73\xec\x96\x7e\xf4\x72\x36\x55\x36\xe0\xff\xe4\xd2\xf7\x55\xbf\xaa\x87\x47\xa7\x92\x84\xc9\x68\xbc\x6e\x27\xcf\xb2\x28\x00\xe5\xed\xcd\xf7\xaa\x77\xa8\x86\x35\xfc\x3f\x7c\x34\x88\xe9\xfa\x95\x9a\x7f\xdf\x80\x8f\xd4\x71\xf7\xfb\x3e\x54\x6e\xf5\x8d\x7e\x1d\x8c\x26\xa4\x22\x5c\xdb\x06\x04\x30\xb8\x15\xe9\xe8\x79\x47\x77\x65\x14\xf9\xe4\xf5\xeb\x7d\xa5\xbc\x57\xaf\x76\x13\xf1\x2e\xdd\x64\x33\x88\xdc\x11\xe9\x40\x5a\x92\x2a\xf5\x2b\xd7\x04\xbe\x39\x48\x46\xd9\xd3\xf7\x1a\x59\x42\x59\xa8\x91\xef\x92\xad\xcf\x48\x2e\x06\xa3\x38\x2e\xf4\x97\x46\x9b\x2c\xd7\xea\xc7\x70\x56\xc6\xca\xaa\x5c\x60\xb6\x22\x32\x45\x65\x8d\x33\x85\x28\x07\xf2\xef\x9f\x09\xea\xa1\xdd\x7e\xaa\xf4\xbd\xdc\x0f\x02\xe5\x86\x2e\x55\xa5\x23\xe6\xca\x5c\x02\x98\x20\xd5\x80\x74\x0a\xfb\xe1\xa8\x87\x88\x49\xf8\xd1\xec\x97\xb4\x08\xb3\x89\xd9\x89\xaa\x5e\x76\x94\xff\xc2\x42\xf9\xd2\x80\xd4\x3f\x1f\x17\x13\x32\x39\x99\xcf\xc9\x84\x86\x5e\x70\x61\x0b\x02\xb0\x63\x8d\x9c\x2d\x5d\xeb\x8a\xc6\x9e\xa5\x7f\x95\xb8\xf3\x97\xbe\xf3\x4c\x70\x13\xab\xf2\x9e\x85\x97\xba\x1c\x4c\x63\xca\x9c\x3c\x7e\x9f\x78\x55\xb8\xb6\xe9\x6a\xea\x52\x29\x53\x79\x68\x46\xa6\x7b\xf3\x3d\x50\x16\xbb\x02\x7c\x8c\xa9\x18\xad\x23\xa7\x2a\xed\xec\xee\xca\xc1\x10\xf2\x29\x26\x1f\x0b\x06\xe5\xdb\xb8\xb9\xcd\x90\x88\x4b\x8e\x13\x7e\x25\xa0\x5e\x14\xa0\x57\x5b\xdb\x91\xed\x84\x5e\x34\x11\xbd\x57\xac\x09\x05\xbe\x3b\x5c\x41\x43\x40\xee\x54\x42\x42\x29\x13\x3f\x20\x32\xf4\xb6\xc0\x13\xf8\xeb\x6d\x56\xd1\xb7\xd3\x52\x39\x61\xeb\x90\x72\xb9\xd8\xe9\x23\x86\xf9\x2e\x69\x35\x36\xc7\x54\x73\x71\x34\x26\x8b\x2b\x34\x26\x8a\xf1\x22\x18\xf0\x9a\xd1\xaa\xb5\x43\x66\x4c\xa9\x43\xa2\xfe\x61\x8d\x7d\x8e\x8a\x91\xd3\xcd\x66\xf7\xd9\x43\x79\x4e\xee\xb2\x19\x9d\x64\xe0\x24\x6d\x02\xc7\xd3\x4e\x87\xca\xdb\x6f\xca\xb2\x39\xa9\x31\xb0\x71\x4c\x69\x4c\x8e\x01\xcc\x9d\xec\x03\x5a\x96\xe9\xd8\xcd\x28\x93\xf9\xa0\x6f\x5c\x34\x51\xbd\xe4\x57\x32\xae\x46\x8f\x72\x4c\x15\xec\x20\xc1\xdd\x81\x4b\x25\x80\x3c\xaa\x07\xdb\xcc\x06\x94\x3f\xf0\xdc\xb6\xa1\x9a\x6f\x77\x98\xa4\x2d\x65\xdd\x90\x1f\xe6\x8e\x49\x97\x60\x3e\x07\x41\x5f\x4a\x7d\x08\xf7\x78\x68\xa7\xe9\xb4\x2f\x0d\xd1\x94\x10\x3d\x8a\x5c\xdc\x26\xb5\x3e\x54\x79\x14\xca\x6a\xe2\xca\xac\x40\x91\x6c\x5d\x66\x4b\x38\xfe\x75\x4c\x16\xf2\x23\x8a\x8f\xb2\xe9\x6e\x84\xc2\x8d\x57\xa3\xd3\x9c\xb6\xaa\x71\x64\x92\x60\x08\x43\xf3\x9b\x9f\xde\xe3\x3f\x48\x61\xe4\x5f\x9b\xe2\x6c\x18\x43\xe6\x8c\x6d\x65\x3a\xda\x46\x16\xcd\x71\x53\xf2\x8c\x09\x1e\x5b\x25\x8d\xc5\x0c\x65\x5d\xb6\xcc\x39\x9d\x13\x9c\xa3\x4c\xa5\xb7\x01\x81\x69\x1b\x65\xb0\x95\x92\xd5\x97\x31\xfc\xf4\x6f\x70\x67\x64\x24\xc7\x05\xca\x6c\x76\x9c\xec\xab\x7c\xc4\x37\x62\xb0\x65\x1f\xa1\x39\x16\x58\x66\x6c\xc4\x70\x97\x3e\x9b\x9d\x6f\xc6\x66\x97\x1e\x73\x9d\xc7\x33\xf4\x10\x38\x19\xf2\xd0\xaa\x65\xd1\xd7\x68\xde\x2c\x91\x28\x5d\xf9\x6b\x1e\x75\x5d\xd0\xf6\xc5\x72\x8b\x74\x0a\x1f\x23\xd0\xb1\x4d\x99\x44\x48\xff\x5d\x03\x29\x54\x66\x42\x82\x0c\x54\xd2\x3b\x4a\x43\x4a\x89\xc3\x80\xbd\xb2\x94\xc9\x19\x05\x30\xc1\xd9\x43\x1b\xc9\xfc\x14\x65\xf7\x4a\xfc\x81\x24\x9c\xf2\x00\x18\xcb\x2d\x48\x23\x9c\xa2\x78\xb4\x00\xaa\x21\xa1\xc0\xb4\x0a\x09\x85\x98\x99\xb2\xff\xa3\xbf\xc9\xd0\x90\x02\xc4\x9c\xb5\x80\x1e\xa5\x0d\x61\xaa\xd4\x52\x3c\xbb\x41\x72\x20\xc5\xfc\x9a\xe6\xe4\x42\x20\xf5\xd4\xdf\x0e\x71\xe8\x8b\xcd\x37\x4f\x49\x00\x8b\x10\x15\xc4\xe5\xef\xc8\x12\x24\x9c\xf8\xa9\x98\x90\xd6\xd3\xe8\x96\x0b\x53\x94\x71\xa4\x4d\xc6\x19\xb9\x43\xa5\x55\x86\x21\xe5\x94\xa6\xb6\xbc\x45\x4d\x52\x6f\x88\x63\x88\x7f\xd0\xe6\x8b\xc9\x12\xd2\x3f\xe7\x9a\xb8\x97\xcf\x69\x8a\xc6\xf8\x96\xeb\x32\x1c\x2d\xd1\x2c\x45\x53\x75\xd7\x9c\xd2\xfc\x13\x01\xe9\x51\x6b\xac\x6f\x81\xa4\x70\x92\x61\xb0\xf4\x33\x53\xd4\xf7\x5f\x0c\xdd\x9c\x70\xf9\x2a\x15\x3c\x86\x42\x4d\x32\xb9\xa7\x83\x63\xa7\xe6\xab\xcc\x78\x46\x1a\x4b\xcb\x74\xfb\x66\x01\x70\x66\x75\xd4\xb8\x5c\x21\xba\x4a\xfe\x4a\x52\xf4\x5f\xeb\xc5\x88\xd2\x96\x5c\xdf\x9a\xf3\x8c\x7d\x82\x0c\x5e\x5c\xe9\x06\x4e\x40\x69\x88\xb7\xfb\xe6\xcd\x5b\x32\x23\x9c\x98\x37\xf3\x6c\x81\x89\xf8\xdf\x31\x50\xa5\xf9\x8d\x38\x12\x6a\xd7\x9a\x04\x8e\x52\x27\xe9\x53\x66\x4e\x8e\x58\xdd\x83\xde\x6b\x39\x58\xbd\xdb\xba\x2f\xb4\x94\x68\x55\xe5\x14\x5f\x62\x08\xcf\x9c\xdf\x58\xb1\x11\x3d\x4c\x66\xb8\x18\xd2\x51\x1a\xc1\x66\x03\x67\xe6\x2a\xe5\x78\xd6\xbd\x9b\xbf\x2b\x98\x9c\xbc\x18\xd7\x32\x55\x29\xc8\x21\x79\x10\xc0\x9f\x03\x00\x13\x07\x00\x68\xfa\xb9\x18\x92\x11\x9e\x62\x6a\x53\x9c\x20\x9e\x22\x5a\xbf\x99\x21\x6c\x99\xc2\x12\x12\xa6\x8d\x95\xa7\xf6\x98\x0a\x90\x08\x62\x51\x4e\x91\x63\xc8\xa6\x37\xb3\xa7\x5c\x20\x32\xdf\x71\x4e\xbc\x9d\x17\x77\x6b\x94\xa6\x62\x3b\x8a\x60\x03\x32\x4c\x87\x64\x84\x4a\x4c\x87\xf9\x48\x06\x03\x69\xfd\x57\x92\xa1\xca\x46\xe4\x87\xb5\x4b\x9f\xa2\x42\x05\x4b\x4a\x32\xf1\x3b\x08\x97\x5b\x4a\xae\x4a\x02\x5f\x0d\x31\x2c\x86\xc6\x30\x1f\x92\x51\xcb\x75\x64\x4b\x52\xf4\xf7\x84\xa5\x3e\x80\xea\xbe\x58\x8a\x64\xa3\x5b\xa2\x5e\x05\xca\x61\xa9\x26\x45\x5e\xf5\x91\x91\xb0\x18\xc7\xb9\x89\xbf\xe2\xf2\x22\xb0\xcd\x6a\x55\xce\xdf\x1b\xae\x1a\xb8\x42\x50\x89\x96\x72\x86\xb3\x03\xc8\x90\xef\x5e\x33\xaa\x44\x70\xcd\xcc\x68\xc9\x77\x15\xfd\x31\x83\xd3\xe9\x65\x22\x9f\xc1\x8d\x2c\xb3\x0a\x91\x09\xce\xbb\x27\x67\x27\x97\x27\x47\xa7\x68\xe6\xa4\x4a\x5a\xaa\x63\x30\x5b\x77\x4f\xe9\x83\x3c\xeb\xda\x72\xf2\x1a\x49\x93\xe1\x12\xb2\x30\x8d\x47\x29\x9a\xfd\x3b\x6e\xb3\x2a\x83\xbb\xdd\x73\xf4\x79\x66\x8a\x30\x2a\x99\x5b\x48\x6e\x8b\x4d\xeb\xc4\xb3\x9b\x14\x89\xba\xbf\xef\xb5\xe8\xb3\x02\xa6\x3b\x7d\x9b\xb9\xa3\x83\x04\x2b\x7a\x84\x54\x0e\x80\xc1\xba\xd1\xd4\x43\x82\xea\x42\xcc\x30\x07\x5b\x90\x12\x67\x91\x58\xdb\x99\x1b\xa8\x36\x29\x2a\xc6\xf7\x25\x2a\x1c\x82\x4c\x2e\xfe\x12\x6e\xb6\xff\x92\x1c\x05\x2a\xd3\x96\x4c\x40\xa5\xf3\x4e\x5d\x3c\xe4\xe3\x5b\x56\xe4\xf4\x37\xc2\x92\xcf\x3c\x63\x82\x26\x5f\x22\x33\xa9\x01\x5b\xa5\xdd\xf2\x21\x1f\x1b\xd3\x4b\xbf\x4f\x2f\x4e\x75\x99\xae\x48\x24\x5f\xa3\xe7\xbb\x28\x96\xd4\x47\xbe\x75\xa7\x5d\x2d\x09\x8b\x90\x0f\xea\xee\x47\x54\xdc\xf6\xa1\x57\x44\x92\xc3\xbd\x6f\xc2\x5d\x56\x9d\x14\xbc\x10\xda\x2b\x03\xe5\x96\x2a\x90\xf9\x42\xcd\x35\xeb\x73\xd4\x35\xd7\xac\x09\x51\x44\x34\x3d\xf4\x03\x90\x47\xe6\xb6\x55\x7c\x0c\x26\x4a\xb1\xd5\x74\x6f\xc6\xd9\x3b\xd3\xc2\xa6\xde\x6b\xaa\x82\x26\xc1\x8a\x45\x69\x24\xe0\x5a\x6d\xae\xdb\x94\x0d\x2a\x23\x01\x30\x19\xe4\x4d\xf4\x5d\x74\xa6\x2a\x42\x5f\xf8\xba\xca\x32\x2a\xfc\xc8\x1b\xd6\xd5\x09\x00\xe5\x70\xfd\xda\x8d\x94\x07\xd4\x08\x73\xd4\xa0\x25\x6e\x24\x49\x18\x61\xa1\xf3\x8c\x06\xbb\xc4\x22\x9c\xc3\xcf\xa1\xc4\x60\xb0\xdd\x5f\x0d\x48\x5a\x95\x62\x30\x2b\xc5\xe0\x9d\x8e\x31\xdc\x12\x30\x48\x3d\x8f\xc0\xf0\x5a\x85\xa3\xf8\x07\x08\x13\x87\xaa\xdd\x89\x83\x67\x29\x50\x45\x73\x6f\xa8\x6e\xad\xe3\x06\x37\x55\xbf\x96\x5f\xa5\x74\x2d\x03\x55\x6b\x23\xf8\xb0\xe2\x1e\xf2\x77\x6e\x95\xb7\xc5\x72\x36\xd9\xca\xc9\x1d\x61\x5b\xb7\x60\x15\xd1\x96\xa4\xc0\x66\x9c\xa1\x32\x49\xb0\x6c\x9e\x92\x11\x48\x64\x70\x4e\xca\xe5\x8c\x63\x2e\x33\x5f\xb0\x3a\x80\xf3\xc4\xea\x8e\x2f\x41\x51\xaa\xf8\x08\x80\x45\xa9\xb6\x14\xcd\xe6\xe2\x6e\x25\xf7\x5b\x19\x77\x1c\x3d\x4a\x78\xb5\xe4\x4d\x41\x17\x02\xd1\xbc\x1b\x7e\x6b\xb1\xd3\xf7\x64\x7c\x32\xcb\x35\x54\x90\xb1\x76\x83\x21\x55\x3e\xc9\x41\x84\xaf\x21\x92\x00\xe1\x9e\xb8\x1a\x99\x94\xc8\xce\xb4\x49\xcb\xb9\x8f\xa0\x73\xb8\x8e\x54\xaa\x4b\x48\xe0\xb9\xd8\xcd\x76\xfa\xad\x42\xb6\x07\x39\x06\x32\x1b\x14\x78\x89\xcb\x5d\xe5\xfd\xef\x0c\x52\x17\x5d\xea\x3c\x3c\x33\xc7\xd9\xa7\x44\x63\xcc\x74\x0f\x53\xbc\xdc\xdd\xff\xd3\xb8\x65\xeb\x4c\xd1\x58\x46\x29\xec\x66\x0d\xee\x49\xb6\xaf\x8c\xab\x58\x05\x8c\x64\xb3\x59\x31\xae\x15\xaa\x82\xe0\x0e\xb4\x86\xbd\x4e\x47\x89\xdf\xfc\x74\xe7\x7e\xcb\xc6\x18\x13\x56\x85\x62\xd6\xbd\xce\x4a\xb2\x43\x50\x61\x86\xbf\x93\xdb\xc4\xe6\xc5\x6b\xdc\x3b\x28\x76\x77\x53\x29\xde\x4f\x8a\x1d\x59\x01\x15\x3b\x34\x6d\xa9\xca\x98\xa0\xdc\xfc\xe2\x62\xfb\x31\x59\x41\xa0\x85\x50\x22\xac\x51\xba\xb1\x7c\x72\xa6\x2c\xfb\x3c\x9c\xf2\x41\xf8\x45\x35\x23\xd0\xac\xad\x29\x61\x4a\x55\x1a\xab\x4a\xf2\xa5\x29\xef\x6a\x71\x72\x25\xaf\x17\x14\x8b\xf1\x70\x51\x56\x35\x30\x56\xc1\x7a\xd7\x5c\x3e\x32\x4d\xa6\x5a\x72\xad\xdf\x74\x16\x1c\xec\xf0\x16\xc5\x02\x14\x70\x4d\x91\x1c\xb2\x3a\x5b\x48\x97\x80\xbb\xcc\x6e\x6e\xc8\x24\x4d\x86\xe1\xd6\xd9\x29\x8e\x52\x63\x17\x29\xd6\x7d\xbd\x49\x64\x09\xfb\x63\x2a\x6d\xa0\xd1\xab\xec\xcc\x4e\x65\xd9\x77\xf6\xff\xe4\xf6\x20\x5f\x5a\xf5\x5f\xbe\xd9\x9d\x08\x69\x50\x2b\x48\xca\xc3\x4f\xcc\xdd\x2d\x9c\x7f\x41\x7a\xd4\xcf\xd0\x80\x0b\x1c\x3a\x5d\xaf\xed\xab\x02\x6f\x3a\x91\xb0\xba\xdb\xe9\x1a\x54\x2b\x56\x16\xf7\xbc\x21\xf6\x50\x14\x09\x03\x8f\xe2\x3c\x32\x1d\xaa\x46\x1a\x59\xc9\xcc\x32\x31\x6c\x4b\x2b\xd8\xd6\xd7\xae\x19\xe3\x29\x31\x14\x1e\x1b\xca\x55\x24\x65\x79\x65\x10\xac\x7b\xfc\xfe\xc7\xcb\x9f\xaf\x8e\xce\xcf\x8f\x7e\x5e\x21\x1a\xc3\xb6\x74\xc3\x7e\x29\x82\x38\x1b\x87\xc9\x57\x76\x9f\x0e\x92\x4d\xd6\x4c\x90\xb6\x21\x4e\x75\x29\x6f\x81\xab\x98\x7b\x70\x35\x02\x94\x98\xd3\x58\x51\xf4\x1e\x1f\xc9\x6b\xcc\x0e\xa7\x83\x5c\x46\x69\x04\x02\x9f\xc6\x50\x98\x83\x54\x0a\x07\xa9\x48\x72\xde\x8c\x0e\x6a\x2f\x18\x59\x10\x2f\xe0\xa2\xbd\x25\x15\x1e\xa1\xd3\x84\xbf\xee\x79\x7c\x18\x0c\x3a\xf7\x06\x4d\xdd\x41\xdb\x25\x67\xbb\xc1\xaa\xe7\x3b\xdc\x44\xad\x2a\x04\xea\x7e\xc5\x0f\x8a\x9d\x9d\x94\xca\x38\x8b\xe2\x5e\x29\x52\xc8\xf9\xd7\xda\x08\x22\xbf\x18\x9d\x39\x58\x53\xb4\x6d\x16\xf8\xf1\x31\x71\x5e\xe3\x18\xbe\x0b\x17\x50\xa0\x11\x8d\xb0\xec\xeb\xc6\x1e\x6d\xb1\x96\x4c\x0f\x5a\xb9\x2b\x51\xed\x1a\xb7\xaa\x8d\x60\x57\x25\x9a\x30\xc4\x76\x72\x93\xcc\x8a\x58\x44\x57\x34\x22\xba\xaa\xf6\x56\x5f\x3b\x28\xc4\x7f\x6e\xcf\xde\xb6\xae\x33\x85\x20\x49\x70\xb6\xbc\xa3\x84\x7a\xcd\xf6\x0a\x0d\x24\x89\x1d\x91\x8a\xf1\x58\x83\x67\xc3\xd2\xdd\x79\xb6\x70\x42\xb1\x7f\x98\x46\xa3\x56\x3a\x9b\x63\xab\xfa\xc7\x15\x92\x7e\xaa\xeb\xca\x0d\x55\xb2\xd4\x69\xfc\x8c\x8f\xe6\x22\x63\x25\x39\x01\xbf\xcd\x7e\xcf\x5e\xfd\xe2\x64\xe7\xf2\x64\xf3\x61\x6e\xe7\xf0\x61\x1a\x9b\x34\x31\xc8\x5f\x6e\x6d\xf6\xd5\xb8\x3f\x3c\x4a\xea\x2d\x44\x67\xf7\x31\x9d\xfa\x92\xf1\xb3\xea\xb7\x7f\xeb\x95\x50\x87\x7a\xbf\x72\xa8\xf1\xfb\x42\x29\x2c\x37\x1a\x58\x0e\x77\x46\xae\xef\x8c\xdf\x77\x7c\xe6\x42\x09\x37\xa6\xd0\xfd\xc9\x06\x69\xd0\x08\xdc\x32\x03\xaf\x88\xb3\x9f\xba\x14\x4d\x01\xe1\xdf\x66\x31\x07\x56\xc8\x0b\x64\x68\x90\xd2\x24\x08\x22\x50\xa7\x6a\x38\x12\x06\x17\xe8\xf9\xc1\x05\x1c\xd4\x25\x71\x1a\xc5\x09\x3f\xb4\xed\x4b\x82\x46\x8d\x2c\x75\x7a\x6b\xe9\xe1\xc0\xcd\xac\xaf\x3a\x19\x3f\x7d\xdd\x55\x57\x86\x57\x1d\x74\x15\xbd\xf5\xe6\x84\xdd\xc4\x24\xdf\x4d\x77\x9e\x6c\xad\xfe\xd2\x83\x84\xf4\x50\xa8\xa5\xd2\x78\xd2\xf2\x1d\x2b\x7e\x23\x79\xc2\xd2\x4e\x07\xb0\xab\xaa\x07\x48\x76\x38\xb2\xe1\x1b\x65\xd0\x48\xee\x46\x8b\x2c\x86\xd9\xe8\x00\xd6\x81\x99\xf5\x29\x53\x08\xcd\xa6\xcc\x66\xcb\x54\xdc\xdf\xe0\x0e\xe1\x62\xc1\x6c\x94\xa6\x2b\x1f\x66\x37\x38\xee\x11\x90\x5a\x89\x95\xe2\xc5\xc5\x43\xce\x6f\x09\xa7\xe3\x33\x2f\xba\x95\x8b\x91\xa4\x8d\x4e\x3f\x95\x15\x8e\x78\x4d\xc9\xf6\x7f\xb6\x77\xc8\xef\xc8\x7e\x54\x76\xd6\x78\x76\x89\x39\x34\x5e\xc3\x72\x9f\x22\x57\xbf\x5c\x0e\x6f\x31\xec\x4d\x11\x2c\x86\x77\xff\xab\xc2\x8d\xbd\xaa\x32\xb1\x7e\xf5\xc2\x3b\xa3\x70\xfb\x95\x6b\xfa\xbb\x13\x1c\xeb\x88\xcf\x08\xc1\x91\xbb\x04\x07\x47\x7c\x87\xc5\x08\x8e\x72\x0d\xc1\x11\xd2\x15\x6a\xd9\x2b\x44\x86\xcf\x57\x19\x01\x89\x1c\xd5\x3c\x5b\x58\xae\xa4\xc6\xba\xe8\xcb\xd1\x5d\xa3\xdd\xae\x44\x02\xac\x42\x11\xe4\x98\xd7\x60\xb1\xfc\x70\x3a\x60\x70\xad\xe7\x55\xd2\x24\x88\x66\xab\x10\x56\xa4\x75\x4f\xef\x24\xc3\xe4\x1b\xe3\x50\x2a\x90\x46\x3e\x24\x43\x3a\x1a\x61\x3e\xa4\x23\x43\x21\xe8\x55\x68\x3c\x73\xf3\x6c\xd1\x08\x40\xf3\x6c\x11\x81\x1c\x0f\x1b\x3a\x30\xe6\xd4\xf2\x06\xdd\xb2\xf1\x74\xc5\xe0\xb9\x37\x78\x32\xe4\x30\xf8\x7c\x48\x47\xab\x08\x34\x2d\xd7\xd0\x38\x34\xe7\x84\xe5\xd9\xec\x27\x31\x6f\x17\xbb\xe9\x0f\x97\x1e\x0f\x51\x7b\x2d\xfb\xd4\x87\xa4\x9c\xbe\x9d\xbe\xa9\xed\xae\x9e\xf0\xf1\xc6\x1d\xe1\x49\x83\x09\x6f\xc4\x15\xc7\x69\x1c\x39\xb8\x62\x43\x26\xf9\x5b\xc6\xa5\x29\x94\xf8\x9e\x44\xb6\xf0\x77\x22\x57\x6a\x11\x9e\xbc\xb5\x73\x17\x9e\x29\xce\xdd\x63\xac\xc3\x0f\xba\x2f\x2b\x91\x08\x0b\x0c\x86\xfc\xc9\xfe\x9f\xa8\x4c\xd2\x66\x1e\x77\xfa\xe2\x45\xe9\xbc\xd8\x43\x3c\x75\xe3\x2c\x61\x8c\x4b\x99\x5e\x61\x58\xa2\x0c\x15\xa3\xf5\x54\xce\x4c\x51\x39\x0e\x71\x03\xc7\xbd\x6c\x16\xec\xc9\x32\x4d\x07\xdd\xdf\x81\xaf\xbf\x2c\xc2\x9d\x0c\xef\x8b\xfd\x3f\x45\x6f\x8c\xd9\x7a\xbd\x9f\x84\x55\xe2\x4e\x3a\x80\x56\x8d\x13\x9b\x74\x52\x5f\x0e\x51\x8d\x6c\x61\x58\xdc\xc5\xfd\x2a\x21\xf8\xd0\x19\xf0\x70\xff\x4f\x7c\x67\x6f\x84\xc2\x57\xfd\xca\xab\xd1\x48\x71\x78\x63\xe9\x15\x50\xf2\x66\x16\xda\x3f\x6c\x68\x2a\x6b\x15\xcd\xb5\x52\x34\x91\xe5\xf2\x4a\xb9\x29\x47\x63\x8e\x7a\x10\x9f\x57\x55\xf8\xfe\x02\x4f\xa4\x72\xe7\xb6\xe9\x7e\x0f\x8c\x8e\x54\xb4\x50\x65\xd8\xe9\xc7\xb3\x92\xb6\xc7\x8a\xa1\x99\xc8\x80\x03\x90\x0d\xa1\xc6\x28\xb9\x6c\xf8\x16\xb1\xea\xa9\x16\x1a\x67\xe3\x5b\xf2\x3d\x2b\x96\x8b\xb2\xfa\x71\x46\x4b\x99\x1d\xa5\xae\xf7\x9e\x83\xb1\xca\xbe\xf3\xc0\xdd\x2f\xdc\xfd\x72\xe7\x7e\x91\x51\x7a\x6f\x9d\xc0\xa5\xe2\x4d\xc5\xc8\xda\x2d\x10\xd8\x5b\xc7\xd6\xcd\x2e\x8a\xef\xcb\x54\x59\x4f\x65\x21\xa5\xcd\xb4\xd9\x8d\x5a\x03\xee\x3a\x2b\x8a\x37\xbf\x91\xe4\x2f\x4a\x9e\xa3\x6d\x11\x60\xa0\xc4\xa8\x57\x3f\x4f\xc8\xf5\xf2\x46\x5a\x14\x0d\x22\x4c\x41\xd6\x75\x0a\x24\x85\x1b\x34\x13\x3e\x80\x59\xc5\xc0\xbf\x3a\x55\x1d\x65\x71\x61\xaa\x20\x9e\xae\x56\x52\x83\x5f\xc4\x8e\x74\xd1\x9d\x12\x3e\xae\xf5\x67\x31\x2e\x86\x43\xda\x3d\x27\x37\xb4\xe4\x84\x0d\xc9\x68\x04\xd6\x11\xb3\x22\x9b\x54\x2a\x06\x05\x5d\x1f\x0f\x65\x6e\xad\xba\xfc\xc9\xa7\xe7\x7c\xc9\x54\xd0\x8a\xee\x2d\xac\xa3\xb1\x5b\xa5\x53\x51\xa1\x3e\xd8\xb2\x74\x67\x72\x82\xbb\x42\xf1\xba\x68\xc9\xaa\xb4\x09\xf5\x2a\x0a\xc7\xcd\x1e\x94\x63\x9a\xb6\x6a\x2f\x6a\x62\x0c\x2b\x0f\x4c\x88\xe9\x0a\xc5\xe4\xc4\x2f\x6b\x5b\xd4\xdf\xbd\xe2\xb5\x2e\x60\xc0\xf1\x81\xb7\x14\x95\xd6\x26\xae\x57\x6c\x6e\xac\xb5\x3e\xab\xbc\x09\x32\xb4\x31\x1c\x83\x92\xfe\x46\x0a\xc1\x29\x23\xa9\x46\x26\xc9\x67\x05\xb2\x03\x8e\x48\x7e\x37\xc8\x57\xe8\xad\xcc\x53\x95\x50\xb4\x4c\xc1\xb8\xd8\x9a\x5e\x2d\xc6\x78\xe6\x07\x4a\x16\x2d\x7d\x89\xb5\xe1\x4c\x8c\x3a\x20\x0c\xb9\x67\x14\x8f\x3f\xc7\x95\x5a\xd3\x15\x2a\xeb\x3e\x80\x99\x54\xe4\x53\xb6\x5a\xa1\x72\xed\x44\xa7\xa8\x97\xa2\x0c\x51\x33\xd1\x28\xb2\xac\x9b\x11\x84\x72\x0e\xc2\x47\x17\x29\x2a\x63\xc1\x4b\xfd\x90\xf2\x3a\x65\x16\x97\x7b\x83\xb8\x87\x92\x20\xaa\x7c\x11\x75\xca\x51\xaa\x31\xb7\xf4\xa0\x82\xd2\x04\x9b\x69\xbf\x94\xfa\x95\x98\xca\xc0\x39\xb2\x5a\xd7\x4a\xd2\x95\xe8\x0e\x52\x1c\xbc\x31\xb7\x40\x05\x04\x9d\x0b\xc2\xf1\x4e\xd6\xcb\x95\xa4\xca\xd3\x5d\x0e\x1d\x82\xec\xc7\x1b\x93\x94\x15\xa4\xc0\x4d\xda\xc7\x67\x6f\xdb\xa9\x66\xec\x6c\x5b\xc6\x26\xdb\xed\x13\xc2\x9d\x16\x98\x1e\x3a\x56\x42\x34\x1d\x68\x17\x7d\xb0\x13\x90\x63\x40\x25\x8e\x98\xd5\xe9\x0d\x2c\x39\xbc\x48\x04\x80\xa7\x48\x9a\xa6\x5d\x26\x25\x22\x69\x2b\x88\x5f\xb4\x44\x45\x8a\xb8\x0a\x92\x01\xf5\xdf\x24\xcb\xd4\x79\x25\xcf\x2c\xc9\x79\xd4\x92\x27\x84\x18\x13\x7d\xdb\x2c\xbc\x9e\xa7\xba\xbc\xca\x24\x8d\x84\x58\x85\x59\x43\xe4\x2a\x15\x10\x49\x03\x9c\x34\x6d\x91\xef\x16\xe3\x14\x29\x79\x96\xb1\x4b\x73\x63\x5b\x1d\xe7\x70\x77\xc0\x78\x95\xc5\x70\xc4\xb1\xc8\x23\x5b\x73\x73\x69\xe6\x3a\xb8\x48\xcb\x8d\x6b\xa4\x66\xb1\x97\x9a\xa8\x46\xcd\xb3\x70\x55\xfa\xeb\xa6\x42\xfd\xa9\x14\xa8\x72\xfa\xcc\xc2\x9f\x70\x32\x8f\xb1\x9a\x86\x66\x49\xd2\xee\x3c\x5b\x40\x04\x28\xe4\x2f\x87\xd3\x4a\x25\xf8\xec\x66\x5b\xd8\xab\xdb\x42\x13\xd1\x56\xac\x5f\xe1\xdd\x94\x84\x88\x21\x59\x8b\x4d\x13\x95\x3e\x1a\x52\x5e\xdb\xa1\x07\x2b\x95\x69\xc8\xfd\x3b\x49\xca\xc8\xce\xa3\x42\xed\xbd\x4f\xba\xc9\x8d\x5c\xa6\xc1\x42\x2c\x61\x21\xf4\x63\xf5\xaa\xf2\x3d\x06\xea\x88\x4a\x2d\x73\xb5\xa6\xe2\x62\x75\x7f\xa5\x55\x57\x40\x77\xb1\x82\xa8\x9a\xd1\x76\x6d\xa4\xe3\x0a\xbe\xa9\xb1\x8d\x36\x7d\xfb\x1b\x6b\x6c\x06\xa9\x71\xa5\x0e\x17\x48\x13\x32\x76\xce\x35\xeb\x21\x47\xe1\x61\x02\xd3\x56\x9d\x9a\x2d\xe8\xcc\xc4\x6a\x2e\xac\x15\x61\x4d\xcd\xd8\xba\x38\xd5\xf5\x8a\xd6\x55\x77\xc9\x63\x51\xbe\x6c\x4a\x8b\xe7\xd0\xcd\x4e\x17\xee\x15\x53\x57\xb3\x4a\x59\x3b\x0d\x08\xf0\x80\x0d\xaa\x34\x11\xa7\xd6\x9d\xdb\x4b\xc2\x94\xba\x5d\xc4\xd7\xb7\x35\x83\x71\x43\x6e\x79\x57\xa2\x6e\xa1\xd5\x3c\x5c\x27\x12\xb3\xec\xe8\xbc\x28\x78\x98\x74\xd0\xfa\x61\xbe\x55\x69\x35\xdd\x50\x05\x9d\x0e\x0b\x13\x16\x7a\x73\x49\xe3\xcc\x09\x83\xb0\xe7\xb2\xd3\x9a\x2c\x87\x61\x15\xa2\x89\xdb\xf5\x0b\xaa\xa1\x7a\x51\x2c\xea\x96\xae\x6e\x45\x74\xd5\x75\x51\xab\x9c\x43\x5d\x09\x2c\xab\x86\xba\x26\x73\xa7\xde\x6c\x55\x2c\x51\x14\xb1\x92\xa1\xbe\x2b\xd8\x9a\x6c\x9e\x6e\x7d\x28\xa9\x2f\xe8\x7a\x4f\x5a\x9b\x37\xe4\xb6\x9a\x09\x04\xf1\x4e\x87\xab\x10\x4c\x9c\x3d\x80\x54\xfa\x60\x5b\x7b\x71\x0b\x22\x24\x49\x53\x70\xdc\x38\x48\x0f\x56\x10\x43\x67\xf6\xf0\xd9\x66\x71\x0d\x96\xe5\x00\xa4\xee\x32\x14\xde\x41\x9a\x3b\xa8\x6f\x65\x4c\x33\x41\xcc\x21\x57\xfb\xd7\xaa\x41\xb5\xa6\x94\x48\x7e\x87\xfc\x44\x1f\xfa\x62\x8a\xa0\x89\xe0\x86\xba\x50\x3a\x39\x87\xaf\x08\x7d\x81\x1d\x41\xdc\x36\xc6\x85\x91\x71\x8a\xb2\x5e\x26\x10\x6d\x13\x8c\x08\xfe\x2c\x96\x61\xb0\xdd\x47\x30\x83\x01\xa8\x1f\xb4\x64\xd3\xf3\xfc\xb6\x65\x7b\xba\x2c\xb9\xdf\xe2\x5c\x92\xc8\x0a\xd7\x53\x67\x71\xd2\x95\x3a\x8e\xe2\x50\xc5\x81\xd7\x8b\x14\x11\xa3\x87\x19\xb6\x11\x20\x0e\xd8\x6b\xdc\x3b\x60\xbb\xbb\x1e\xcd\x63\xc4\x09\x00\x3d\x2a\x45\x30\xc4\x93\x00\xbf\xfe\x24\x47\x21\xb7\x9b\x36\x9b\xd8\x40\xc9\x0d\x22\x6f\x94\x12\x25\x7b\x1c\x8e\xcf\x22\x2a\xb9\xb4\x51\x70\x79\xf4\x41\xbb\xa9\xa6\x9f\xe7\x85\xac\xd6\x8f\xc6\xab\x61\x7a\x5c\x8c\x37\x98\xc8\x62\xdc\x38\x8b\xc5\xd8\x99\x02\xcb\x36\x68\x90\x65\x8d\x0d\xb2\xcc\x69\x70\x5a\xd5\xd5\x54\x63\x09\x4c\x17\x35\x0d\x9a\xe4\x47\xb6\xc1\x72\x93\x06\xcb\xe6\x06\x4b\xb7\x41\x75\x50\x1b\x5b\xd5\x1e\xc4\xaa\xac\xa9\x4b\xf2\xbb\x8d\xea\x91\xfc\xce\xf5\x50\x3f\x2d\xee\x4f\xc9\x1d\x99\xfd\xf4\x1e\xdf\x4a\xf1\xe4\xa2\x56\x3c\xa9\x06\x7e\x37\x8f\x67\x4a\x09\xd1\x91\xdb\xfb\xdd\x5c\xe1\x42\x27\x1c\xc3\x7c\xbd\xd4\x5a\x92\x20\x8e\xba\xe5\x9c\x4c\x31\x77\xcd\x25\xee\x32\x76\xd9\xec\x1a\x26\xc5\x8a\x55\xb7\x30\x0e\xc6\x0e\x6c\xd4\xe8\xdf\xd2\x68\x10\x75\x43\xf8\x4f\x19\x4b\x52\x6b\x55\x54\x95\x76\x47\xcb\x7b\x29\xa5\x7f\x8a\x19\x26\x2b\xec\xe2\xce\x5b\xf7\x62\x78\x61\x58\x1c\x3f\xe9\x74\xd5\x81\x4c\xae\x0f\xe2\xd2\xc7\xcc\xa6\xcd\x7d\x7b\xfc\xee\xe8\xe3\xe9\xe5\xd5\x9b\xa3\x1f\x8f\xbe\x3b\x39\x3d\xb9\x3c\x39\xbe\xc0\x5a\x68\x70\x9a\x3d\x14\x4b\x2e\xb0\xaf\x7a\x71\x99\xdd\x88\xa7\x05\x23\x8b\x8c\x91\x23\x76\x53\x8a\x47\xb9\xde\xfa\xc9\x04\xab\xfd\xa1\x28\x3e\x09\x2c\xaf\x2e\x13\xfd\xe8\x09\x24\x4c\x6d\x49\x01\x89\xef\x72\xd8\xb2\xb4\xfe\x0a\x19\x07\xf3\xb1\x28\xbf\x6a\x91\xee\xfb\x93\xb3\x93\xf7\x47\xa7\xcd\x83\xee\x7b\x83\xee\xfb\x83\xee\x7b\x83\xee\x7f\xe1\xa0\xfb\x8d\x83\xee\x57\x06\xdd\x5f\xd9\x64\xf5\x77\xdc\x31\xe6\xf8\xe3\xce\xf5\xa0\xf7\x47\x30\x79\x83\x04\x42\x20\xd8\x5c\x91\xee\xc5\xf1\xf9\xc9\xd1\xe9\xc9\xdf\x8f\x2e\x4f\x3e\x9c\x5d\xbd\x3b\x39\xbf\xb8\xbc\x3a\xfb\xf0\xf6\xf8\xea\xe2\xf2\xfc\xe4\xec\x7b\xac\x2b\xc2\x09\x78\xe0\x8d\xa1\x24\x94\xb3\xac\x86\x0c\x1a\x06\x07\xf0\x43\x49\xd0\xfc\x06\xee\xd2\xb7\x64\x01\x66\x2f\xb4\x3b\xce\xf2\x89\x0c\x41\x02\x32\x78\xda\xa5\xf9\x2f\x90\x8c\xff\xc3\x9c\x72\x4e\x64\x80\xc1\xed\x3e\xa2\x5d\x93\x27\x44\x55\xde\xed\x23\xba\x41\xd2\xbf\x3f\xa4\xe8\x66\xb3\x29\xd0\x69\x52\x1d\x3f\xca\xcd\x0c\x96\xf9\x3c\xe3\xe3\x5b\x32\x31\xf1\x96\x4b\x3d\xe8\x6b\x3b\xae\x1e\xca\xab\x21\xd7\xce\xc9\xed\xc3\x44\x26\xe7\xd8\xba\xa7\xfc\x76\xcb\xf1\xb9\xdb\x82\x78\x6c\xcb\xc5\xa2\x60\x9c\x4c\xda\xa9\x63\x7b\x4b\xf5\x2d\xf8\x06\x02\x1c\x6b\xc2\xc9\x89\x4b\x7f\xb0\xad\x42\xe4\xe1\xe2\xf1\xf1\x9a\x27\x45\xda\xe9\xdc\x89\x3f\xe9\x41\x5a\xe0\xc2\x8d\x82\x6c\x95\xe2\x76\xcd\x0b\x44\xbf\x2e\x08\x47\x6d\x86\x89\xbb\x20\x81\x0d\x2c\x0a\x92\xd9\x2f\x1e\x64\x3a\x0d\x27\xa4\x61\x6f\xc0\xac\x88\xcd\x9d\x6a\x8b\x76\x3a\xce\x40\x3b\x9d\x24\x77\x86\xed\x46\xe6\xf7\x60\x88\xf8\x81\xf4\x75\xbb\x41\xba\x0b\x95\x88\x84\x64\xec\x3d\x2d\x61\x4f\x63\x86\x66\x26\x31\x8b\x3f\x2e\x19\x93\x70\x1b\x63\x93\x01\x8a\x05\xa0\x09\x65\x5e\x63\x16\x01\x79\x88\xbd\x7a\xc0\x3b\x9d\x64\xfb\x9a\x27\x3c\x7d\x7c\xbc\x12\x7f\xb6\x31\xce\xd3\x83\xd4\x98\x95\x80\xab\x36\x97\x91\xf1\xb6\xa0\x8a\xf6\xca\x89\x14\x62\xee\x9c\x31\x07\x97\x19\xf7\x4c\xad\x1a\xd2\xec\x54\x9d\x23\x2b\xd3\x0c\x34\xcc\x76\x96\xc1\xf3\xce\x4e\x4b\x3b\x7a\x99\xfe\x23\xab\x85\xc4\x09\xd3\x70\xcc\xb3\x9b\xb3\x6c\x4e\x5a\xd7\x1c\x0c\xf0\x12\xb0\x9c\x33\x98\xaa\x0b\x5b\x93\xfc\xf9\xff\xfd\xe3\x3f\x76\xae\x07\xc9\x3f\x26\x3b\xe9\x1f\xff\xf0\xe7\x34\xed\x74\xf2\x61\x7f\x74\x78\x06\x51\x15\x13\xf1\x3b\x05\x2a\x3f\x05\x7d\x6e\xe2\xf4\xef\x2d\x15\x4b\x11\x09\x91\x08\x4f\x07\xed\xcb\x93\xcb\xd3\xe3\xb6\x0c\xba\xd4\xbe\x78\x73\x7e\xf2\xe3\xa5\x79\xba\xfc\xd9\x7c\x92\x8b\xe4\x02\x0d\x64\x24\x6d\x4a\x54\xf4\x25\xab\x1b\x0e\x2d\x5c\xde\xdd\xdd\xc8\xf2\x3a\x89\xa0\xd4\x12\x5e\x89\x3f\x5f\xbc\x0e\xbb\xbb\x2a\x36\x41\x38\xbf\xc8\x92\xe1\x10\x10\x3a\x9d\xda\xae\x82\xe3\x18\xe9\x76\x55\x9f\xe7\xc3\x47\x26\x76\xd2\x9a\x43\x7d\x7c\x74\xc9\x42\xb7\x8d\xc0\xc3\xba\x2e\x2f\x86\xdf\x81\x0c\xcb\xa0\x72\x2e\x80\x61\x89\x73\xc0\x1d\xff\x4f\xf0\x77\xb3\x9e\x9d\x4a\x22\x1e\xa4\x03\xc9\xfd\x44\x05\x10\xb4\x84\x16\xcb\xd2\x2c\x45\xe6\xad\x53\xee\x0b\x83\xd4\x5b\x9a\x22\xb5\xc1\x59\xa7\xf3\x81\x27\x59\x6a\xbc\x94\xa3\xab\x9d\x99\xf2\x7e\xa1\x28\xec\xfa\x45\xd2\x14\x15\x31\x62\xdb\x5d\xb8\xca\xaa\xca\x6e\xa3\x36\xba\xd2\xd5\x56\xac\x10\x30\xbc\x91\x5b\x88\x7b\xae\xf2\x70\x55\xa3\xdc\xdb\x84\xba\x93\xe4\x22\x17\xd2\xe9\x1c\x43\x72\x09\x87\xeb\x06\xc4\xed\x76\x79\xc0\x3a\x9d\xed\x63\x71\x30\x0e\x52\x86\x59\x6c\x34\xd1\x8c\x2e\xd6\x08\x06\xd0\x68\x6d\x4a\x9c\x3a\x40\x95\x20\x44\xa7\xc9\x3e\x98\x08\x0b\xbc\x76\xf9\xb0\x30\xde\x07\x0e\xa6\x93\xbe\xd2\x89\xf3\x06\x6b\x0b\x01\xbb\xd5\xde\xc0\x11\x20\x11\x71\xf0\x23\x6c\xc0\x0b\x43\xf1\x89\xfe\x3a\x9d\xf6\x1f\x1f\x2b\x54\x60\x22\x28\xb3\x0f\x62\x51\x8c\xbd\x54\x63\x7f\x01\x06\x81\x47\x2f\x61\x08\x87\x33\x23\x5b\x74\xc5\x19\xa6\x4e\x2b\x68\x3f\x77\x75\x38\x36\xab\x9a\x49\x11\xc4\xbf\x24\x8d\x8e\x4a\xef\xe1\xcd\x24\xc0\x65\x28\x06\xd8\xa2\x37\x1f\xb0\x1b\x4e\x41\xb5\x70\x53\x4a\x93\x75\xf8\xab\xd3\x01\x9c\x7d\x98\x7c\x23\x20\xa4\x83\x84\xd5\x5c\x4f\xd1\x29\xab\x81\x7a\x13\x49\x1b\xf2\xdf\x35\x81\x77\xa7\x73\x2f\xef\x1d\x9f\x08\x14\x27\x53\x9a\x5d\x2d\xb2\x31\xf9\x78\x7e\x22\x0e\x80\x01\x7c\xa2\xef\x7d\x71\x97\xb4\x62\x2f\xbb\xbc\xf8\xb8\x58\x10\xf6\x26\x2b\x05\xc3\x0b\xe1\x1c\x3d\x28\x8d\x91\xe2\xc3\x91\xb4\x63\x93\x13\x73\x72\xaa\x97\xa9\x3a\x2d\x30\x30\x35\xe0\xf6\xe5\x77\x1f\xde\xfe\xdc\x86\x93\xa9\x7a\xf6\x7a\xa8\xcd\x90\xe7\x53\xe4\x51\x6e\x45\xfb\xc6\x78\x09\x08\xb5\x0a\xb4\x42\x42\x44\x01\xce\xa9\x19\x81\xb8\x78\x02\x9b\x6a\xf0\xa2\xc8\x32\x89\x85\x30\xb6\x5f\x17\x3c\x01\xdd\x2c\x9d\x26\x45\x6a\x6c\x75\xee\x14\x24\x0a\xec\xa2\x9e\x30\x53\x01\xd4\x69\xb7\x5c\x80\xce\x9a\x1a\x83\xba\x22\x45\xfd\x9a\x59\xb8\xe3\xac\xb0\x55\x0d\xa9\x73\x9c\xf4\xaa\x4d\xf3\x30\x93\xbd\x00\xa9\x68\x2a\xe7\x66\xd8\x1c\x77\x1e\x34\x98\x47\xae\xe7\x61\x0d\x47\x69\xe3\x3c\xf4\x20\x03\xee\xb6\x29\x3d\xe2\xe6\xb3\xf0\x2d\xaf\x73\xd7\xf2\xda\x8a\x84\x55\xe6\x1e\x85\x50\x6d\x46\xa0\x7c\x48\x47\x70\xd8\x14\x80\xd5\xb1\xa9\x2b\xe0\x26\xfc\x89\xb9\x03\x8f\xcc\xac\x29\x0f\x9d\xc3\x14\x18\x9c\x10\x67\x99\x34\x51\x12\xa7\x43\x52\xc4\x3a\x9d\xe8\x41\x52\xe5\xbd\xac\x8f\xee\xf0\xc3\xd1\x39\xf1\x2b\x95\x8f\xc0\x7b\x19\xdf\x2d\xc6\xa1\x92\xee\xbf\x96\x84\x3d\x5c\x90\x19\x19\xf3\x82\x25\xff\x51\x8e\x19\x5d\xf0\xe1\xcd\x6c\xce\x70\xfb\x3f\x76\xf8\xce\x7f\xb4\x47\xff\xa1\xe8\x40\x8d\xb2\x5b\x15\xc6\xfe\x4d\x96\x0b\xf6\x7d\x4a\xf3\xc9\x56\x49\x98\xd4\xfd\x4e\xb6\x24\xcf\x29\x58\xb7\xad\x7f\xd2\x7c\x57\xdd\x52\xff\x6c\x6f\x9c\x48\x32\x96\xa4\xb2\xe5\xc0\x92\x99\x1c\xcc\x09\xc0\xc8\x21\xba\xb0\x61\x2c\x62\xbc\x35\x02\xc1\x82\xc1\xe3\x15\x74\x47\x90\x60\xca\x3d\x29\x41\x03\xd5\xa9\xe2\x58\x64\x6b\xf3\x5b\x66\x90\xdf\xb2\x31\x5b\xa3\xbe\x3a\x9c\x9c\x2b\x7e\x51\x0f\x17\x06\xa3\x32\xd7\x94\x43\x9d\x87\x34\x07\x80\x9a\x9b\x19\x4a\xa3\xfc\x98\x02\x85\x69\x05\x8a\xb7\x7a\x5f\x9a\x88\xca\x2a\x4b\xf4\x28\xd6\xb5\x60\xfb\x3a\x8c\xdc\x38\xa6\x19\xa9\xd9\x8a\x4b\xfd\x6b\xaa\x60\x69\xcd\xcd\x56\xc9\x0f\x24\xb5\x42\xc3\x6b\x5e\x4b\x3c\xae\x4c\xa1\x2b\xee\x12\xf8\x31\x26\x7d\xd7\x61\xd2\x1d\x1d\x34\x77\x98\x75\x6e\x98\x75\xdb\xf0\xbd\xdb\x7b\xbf\xa6\xf7\xe3\xfa\x21\x0a\xfa\x56\x9c\xda\x0a\x89\x6b\x2a\x7f\x68\xae\xbc\x55\x5f\xf3\x82\x87\xf9\x31\x2a\x41\xdf\x15\x86\x27\x43\x36\x92\xc7\x30\x57\x44\x8c\x71\x43\x58\xad\x48\x57\x0b\x00\x89\xce\x1a\x76\xc3\x57\x82\xbb\x4e\xda\xff\x79\x33\xa3\xf3\x39\x61\x7f\x5e\x72\x3a\x6b\xa3\x61\x9b\xfc\xba\x28\x18\x2f\xdb\xa8\x4d\xc4\x9a\xed\x5e\x67\xd7\x64\xd6\x1e\x39\x41\x17\x61\x48\xed\x65\x49\xb6\x4a\xce\xe8\x98\xb7\xb5\x3b\xa3\xcc\xc1\xa0\xaf\xaa\x84\xa0\xf6\xd5\x15\x29\xdf\x17\x93\xe5\x8c\xb4\xd1\x67\xa9\xe4\xdc\xee\xad\x04\x1e\xcd\xca\x4a\x2c\x4a\x38\x7d\xdb\xa4\x22\xbe\xe4\x8f\x8f\x6d\x59\x5c\xac\xc9\x34\xa3\xb3\x25\x23\x90\xa1\x49\xb4\x42\x6f\xf2\x1a\xfd\x67\xff\x80\xbf\x32\x19\x8e\xdc\x64\x62\x6a\xcd\xcc\xb7\x21\x1f\x39\x32\x91\xbc\xd3\xd1\x69\x26\x6c\x24\xc5\xd4\xde\x91\x2c\xc9\x05\xdb\xdd\x3b\x28\x5e\x51\xdd\x6a\xa1\x5b\xcd\x30\x1d\x16\xa3\x16\x19\x66\x23\x9c\x0f\x33\xd7\x59\x09\x91\xee\x94\xce\x66\x67\xcb\xd9\xac\xac\x19\xb1\x98\xb3\xf4\x83\x80\x2c\x8d\xb0\xd9\x32\xb4\xff\x90\x8d\x64\xbc\x4d\x8b\x31\x48\x97\xe4\xe5\x92\x91\xef\x97\x74\x82\x0b\x6b\x09\x4b\x7f\x93\xaf\x28\x22\xe0\x5b\x85\x33\x44\xba\xcb\xfc\x9e\x65\x7e\xc0\x7a\x27\xbd\x49\xe5\x5e\x39\x86\x34\xef\x64\xb2\x05\x7b\xb6\xc5\x8b\xad\x6b\xb2\xb5\x60\xa4\x24\x39\x77\x12\x77\xc0\x20\xa0\x68\x75\x23\xeb\xda\xe6\x7e\x75\x27\x0b\x84\xcf\xca\xfb\xd1\x06\xdb\x4e\xb9\xb6\x67\x41\x27\x5b\x85\x28\x8f\xae\xdf\x02\x26\xd6\xc2\x51\xfd\x86\xab\x89\x38\x46\x6c\x58\xd7\xb8\x38\x3d\x79\x73\x8c\x49\xf7\x2d\x1d\xf3\x0b\x22\xde\x4b\xf3\x79\x39\x08\x25\xf9\x52\x40\xfe\x89\x3c\x94\xea\x2a\xec\x59\x1c\x46\x3d\x77\xd7\xab\x1b\xb1\x01\x3b\x3b\xb9\x3d\xca\x45\xb5\xc0\xe3\xa3\xa8\x65\x8b\x64\x16\x17\xab\xbe\x54\x7c\x00\xe9\xeb\x24\xbd\x7e\x1b\xdd\xdc\xe4\x76\x37\x07\xb3\xcb\x26\x93\x98\xe7\x6d\x18\x3b\x94\x1c\x9a\x16\x87\x64\x84\xb5\x75\xad\x78\x14\x53\x19\x29\x7d\x65\x4d\x98\xd0\x48\x73\x3a\xee\xa7\xd3\xea\x40\x2d\x44\xa7\x53\xfd\x28\xbf\x8c\xac\x2a\x4f\x6d\x4d\xa9\xa2\x5b\x35\xae\x83\x34\x14\xd0\xd9\xe1\x74\x50\x3d\xe3\x09\x5a\x13\x0d\x2c\x9e\xf3\xc2\x84\xf9\xf3\xec\x1e\xb4\xd5\x11\xf3\xf3\x40\x54\x43\x2e\x69\x9b\x3d\xf7\x95\x72\x21\x8f\xdc\xbb\x32\x36\x94\x74\x0a\xb2\x15\x86\x7c\xb7\x3f\x42\x4e\x38\x3c\xf8\x4e\x44\xef\x2a\xb4\x7d\x44\x79\x6b\xa2\x4c\xb9\x7d\x36\x1b\x6a\x80\x15\xc5\x5a\x5d\x7f\x10\x23\xa9\xa5\x0f\xcb\xb2\xe5\x1c\xb3\xca\x32\xda\xd8\xec\x92\x3c\x33\xe1\xd9\x95\x02\x57\x70\x47\x64\xa5\x62\x92\x35\x6e\xae\x0a\x30\xdd\xe8\xc1\x45\x5c\xa7\x8d\x20\xcd\xac\xf8\x08\x59\x17\x32\x3a\xab\x2d\x24\x3e\xca\x2c\x64\x41\x48\x2d\xdb\x06\xb6\x25\x25\x68\xc5\x33\x39\x48\x80\x18\x8e\xfc\xdc\x75\xd1\xc4\x6e\xdc\xc1\x10\xca\xe4\x78\xa5\xa3\x3f\x6a\x4b\xef\xb8\x7f\xbd\xf8\x0a\x01\x05\x6d\xbb\x4d\x46\x41\x30\x7e\x47\xa9\x23\xf3\x15\x2b\xb1\xe5\x0a\xf9\xd6\xdf\x01\x6a\x57\x7d\x06\xf1\x1d\xa4\x84\x42\xa7\x56\x94\xb8\xc3\x58\x84\x0e\x12\x0e\x1b\x7e\x28\xff\x48\x58\x50\x18\x45\x2e\x25\x01\xce\x8a\xdc\x61\x59\x02\x29\x3b\x0b\x8e\xe4\xb3\xf8\x0e\x96\x04\xb2\xc9\x3a\x4f\x3b\xd8\x0b\xb3\xce\x87\x09\x57\x3d\x99\xc6\x75\xbb\x32\x1e\x86\xd7\xbf\xb3\x99\x44\x06\x6c\xae\x48\x97\x1d\xde\x9c\xdc\x1d\x12\x77\x2e\xf0\xc7\x6b\x50\x46\x47\x97\x7f\x0e\xe5\x1f\x35\x15\xf8\x33\x70\xfb\x53\x73\x36\xb8\xce\xb9\xa1\x66\x2a\x38\xf0\x3a\x1b\x92\xc8\x34\x1a\x73\x0f\x7e\x23\xa0\xe8\x13\xad\x24\xa5\x10\x5f\xf2\x77\x3b\x73\xff\x43\x87\x48\xe3\x4b\x18\x87\x42\xb1\xea\x40\x98\x7d\xd1\x04\xc5\x18\xb6\x45\xc6\xa9\x1f\xc3\xfd\x2c\x65\x74\x2d\x9f\xa2\x98\x42\xb1\x89\x26\x1d\xa6\x8c\x90\xdf\x48\x32\x1c\xb9\x2e\x93\x82\x56\x99\x84\xc4\xf8\xdd\xdc\x25\xc5\x3d\xe2\x3b\x20\xbd\x61\xb3\xbe\x86\x00\xd7\xbe\x64\x8a\xc8\x71\xdf\x70\x2f\xa9\x1c\x19\x92\xee\x62\x8c\x7b\x23\x0c\xe6\x6f\xe2\x91\x65\xb8\x3f\xc2\x60\xbc\x26\x1e\xa7\x0b\xbc\x37\xc2\x60\x7a\x26\x1e\xcb\x05\xde\x1f\x61\x30\x1c\x83\xc7\x1e\x7e\x22\x1e\x7b\xea\xb1\x8f\x9f\x8a\xc7\xbe\x7c\xe4\x3d\xfc\x6c\x84\xdb\x5c\x7d\xe5\x7d\xfc\x5c\x3c\xaa\xaf\x77\x3d\xfc\x62\x84\xdb\x77\xbd\xf6\x4a\xb0\x01\x89\x3b\x48\xfc\x79\x95\xa6\xe1\xc2\xdd\x53\x46\x76\xa7\x05\x9b\x67\xfc\xcb\x56\xd0\xb1\xca\xb0\x30\x11\x01\x2a\x00\xcd\x2e\x2d\x95\xbb\x72\x2a\x18\xcc\xde\xff\xc7\xdd\xbb\x6e\xb7\x8d\x5c\x09\xa3\xff\xf9\x14\x10\xbf\x84\x01\xc2\x12\x4d\xca\x9e\x9e\x84\x72\x35\x3f\xd9\x92\xba\x35\xb1\x25\x45\x92\xbb\xa7\x87\xe6\x28\x10\x51\x14\xab\x05\xa2\xd8\x85\xa2\x64\x59\xe4\x79\xf6\xb3\x6a\xd7\x1d\x00\x25\x27\x93\xc9\x3a\xeb\xfc\x21\x81\x42\xdd\x2f\xbb\xf6\x7d\x4f\xe4\xad\xbc\xd9\xfc\x03\xab\x40\x4b\xcc\xe1\xaf\x29\x88\xb6\xdb\x9b\xaa\x09\xd1\x73\x21\xbb\xd7\x6b\x9b\xe8\x85\xe1\xf6\x52\xdf\xb3\xc5\x92\x15\xa4\x10\x95\xf4\x2b\xbe\x82\x08\xa8\x5b\x92\xb7\x15\x93\xaf\x97\xcb\x3c\x15\x5e\xda\x47\x96\xd1\x19\x25\x7c\xa3\x46\xa0\xc9\xa9\x6f\x19\x00\xbf\x6d\xe8\x3f\xbf\x55\x15\x7d\x4c\x1f\x6f\xc8\x07\x36\x4d\x25\x68\xa4\xe5\x0f\x80\x90\xd3\xf2\xd8\xe7\x72\x92\xde\xd9\xb2\x74\x5b\x57\xbe\xd4\x77\x2d\xc8\xc9\xe4\xbe\x95\x0f\x6a\x43\x29\x6e\x0e\xec\x5e\xf5\xa8\x92\x8d\xf4\x44\x6e\x63\xfd\xac\x3e\x98\x21\xc2\x8e\x36\x2f\xea\x93\x92\xb7\xcb\xad\xfd\x4e\x39\x80\xd7\x15\xa9\xe9\x83\x4d\x6e\xdf\xd4\x47\x3d\x50\x97\x47\xee\xfc\x6a\xa2\xca\x7a\xe6\x89\x42\xe4\x81\xf0\xde\x55\x86\x60\x36\xe4\x19\xf1\x13\x74\x5f\x7c\xd6\xe9\x9f\x65\x77\xbc\x04\x95\xc5\xed\x27\x3c\x90\x13\xe5\xde\x83\x1e\xab\x0c\x03\xd7\x5b\x97\x23\xd8\x2f\x78\xb0\xe7\x8f\xda\xe5\xb2\xbb\x07\x0f\xe4\x44\xda\x57\xf5\xf5\x17\x4a\xf2\x0c\x0f\xe4\x54\xc2\xa3\x4a\x3d\x4f\x39\x18\x76\x0e\xe4\x4c\xea\x97\xb0\x57\xfc\x16\x0f\xbc\x29\x3c\xe0\xb7\xc1\xa8\xe4\xe7\x7f\x77\x83\x32\x5f\xfd\x03\x80\x07\x72\xea\xfc\x94\x30\x4f\x65\x74\x7f\xf6\x32\x37\x8c\xf2\x90\xdc\xac\x6e\x6f\x09\xc7\x7b\x72\x2e\xcd\x9b\x59\x0c\x4a\x0a\x71\x49\x41\x17\x5d\xbb\x09\xdf\x1b\xc0\xa2\xd4\x3e\xa8\x12\x9f\x8a\xbb\x82\x3d\x14\x78\x4f\xce\xa9\x7e\x51\x5f\xe4\x89\xd8\x93\xf3\xf8\x03\x31\xdb\xd4\x1d\x99\x3d\x39\x8d\xee\x5d\x7d\xff\x51\xab\xdb\xe3\x3d\x39\x99\xe6\x2d\xfc\x76\x9e\xf2\x74\x51\xe2\xbd\xef\xbc\x1c\x2a\xcd\xf4\x47\xc7\xd8\xc4\x7b\xff\x0e\x3d\x32\x21\x37\x55\x2d\x24\x5f\xca\x91\xcb\xf9\x54\xcf\x66\x7f\x14\xd3\x54\xe0\x3d\xd8\x7f\xf0\xdc\x6e\x85\xf3\x71\xf4\x65\xc9\x49\x59\x52\x56\xe0\xd7\xfd\x60\x42\xdc\x17\x0b\xfe\xe1\xa0\x03\xe4\x37\xfa\x61\xb1\x08\xce\x82\xbc\x5a\x2b\xb0\xc2\x48\x7a\x65\xd6\x1f\x88\xce\x21\xe7\x90\x1a\xf7\x1c\xb1\xf0\x66\x50\x7d\xf7\x66\x94\xe9\x4b\xe6\x26\x9d\xde\xdd\xac\x78\x21\x87\xf6\x2f\xe3\x93\xdd\xac\x68\x9e\x9d\xe7\xa9\x90\x97\x1a\xb0\x79\x74\x24\xcd\x90\x39\x51\x12\x71\x45\x17\x84\xad\x04\x0a\xa3\x8c\x54\x58\x14\x74\x16\xb7\x4d\x8a\xa3\xce\xcf\x39\x5b\xd0\xd2\x22\xd3\xfa\xb5\xc7\x49\xc9\xf2\x7b\xcf\x09\x71\x03\xe6\xd6\x13\x73\x52\x80\xe9\x6c\x73\xd5\x1f\x57\x02\xf4\x0e\xcf\x6e\x4a\xc2\xef\x89\x15\x49\xf5\x11\x55\xb6\xaf\x95\xef\x31\x49\x10\xc3\x19\x9b\xae\x94\x4c\x25\x14\xca\xb7\x1d\xef\x87\xf6\x98\x2a\x12\x33\xf4\x34\x9d\xa7\x3c\x9d\x0a\xc2\x0f\x53\x91\xaa\xa9\xab\xf7\xb5\xc0\xdd\x6e\xf1\xfb\x3d\xc4\x7a\x59\x2a\x52\xdc\x6e\x77\x0b\x54\x58\x06\x5d\x3d\x3f\x8f\x09\xea\x27\x9b\x0a\x0f\x47\x73\xea\x74\x37\x9e\xdc\xc4\x0f\x1b\x95\x3c\x45\x10\xa5\x79\x4b\xf4\xf5\x8d\x9b\x4d\xa6\x94\xa2\x1b\x90\x64\x62\x3f\x82\x12\xf6\x26\x8e\x1b\x09\x33\xd7\x21\xe5\x00\x36\x49\x10\x10\xb1\x2f\xf5\xf2\x7f\xbd\x8f\x36\x93\xdf\x1d\xb9\x73\x92\x04\x15\xec\xa1\x81\xe9\x70\x98\x0a\xd2\x2b\xd8\x03\x04\x1c\x93\x04\x96\xdc\xc2\x6a\x34\xa7\x40\x6f\x6d\x36\x8a\xe7\xfa\xea\x73\xd6\x7d\xe5\x76\x7a\xd9\x10\xcc\x59\xb3\xb9\x6c\x88\x6b\x49\xb7\x12\x8c\xc9\x7a\xed\x78\x55\x32\x2d\xed\x09\x52\x8a\x80\x2f\xb7\x0a\x88\x3f\x56\x00\xc7\x71\xbd\xb6\x8f\x57\x10\xa7\xa3\xd3\xa9\x24\x8c\xed\xfb\x47\x22\xe6\x2c\x9b\xb8\x1a\x73\x23\x67\x73\x26\x52\xbb\x03\x44\x71\xdf\x73\x61\xbe\x4f\xdf\xb2\x7d\xda\xc5\x6f\x12\x3a\x8b\xf9\x98\x4e\x14\x2f\x94\x8f\x69\x77\x00\x78\x53\xf2\x54\x60\xda\xba\xe1\x24\xbd\x73\x7e\xbc\x6c\x13\xd3\x2d\x4d\xec\x35\x34\xf1\xdd\xb3\x4d\xec\xee\x6d\x6d\x64\xb6\x45\x5e\xd8\x77\x5a\xc4\x05\x1e\x4f\xea\xfe\xc8\xb0\x30\x3a\x00\x64\x4c\xbb\xaf\xbb\x7c\x82\x52\x6c\x02\x9e\xc8\xa4\xbe\x4c\x5a\xc0\xbc\xc1\xfb\x00\xb2\xf0\xdb\x12\xde\xf6\xe4\x9b\xb2\xe3\xb7\xd1\x1e\x58\xa7\xa3\x4d\x8d\x68\x11\xb1\x11\x53\xdc\xaa\x61\xbb\xbd\x31\x06\xdc\x69\xd2\x30\x84\xac\x22\x61\x41\x85\x5e\x07\xe3\x80\x6c\xf7\x3b\x98\xa6\x84\x7c\x8f\xc5\x98\x63\xda\x8d\x0b\x1c\xb3\x5d\x9a\xbc\xfa\x2e\xd9\x2d\x7e\xff\xdd\x64\x44\x31\xef\x7e\x37\x64\x98\x5b\xc6\xf6\xf7\xe0\x65\x6d\x44\xbb\xdf\x0d\x29\x6c\xd1\xf9\xf3\xce\xee\x2a\xcc\x94\xa7\x8d\x17\x2f\x5e\xcd\xa8\x4c\x52\xd4\xe9\x6f\x2b\xb2\x22\xef\x08\x2d\x6e\xe1\x92\x23\x99\xe5\x73\xaa\xe9\xfb\xab\xfc\xae\x3c\x3e\x7c\x34\x9e\x63\x40\xc7\xc0\xfa\x4c\x85\x1a\x6c\x29\x90\x17\x69\xc6\x01\x83\xd0\x10\xd6\x67\xd2\x6d\xce\x6e\xd2\xfc\x4c\x27\xf2\xe7\xf8\x09\x30\xd9\xc7\x8c\x57\x25\x0c\xe4\xad\xd7\xa6\x71\x1a\x1c\xf0\x6c\xe0\xcb\xf8\xf5\x1f\x49\xf7\x8d\x23\xef\x47\xba\xc6\xa1\xd6\x20\x16\x3d\x50\x15\xa8\x33\x7e\x10\x37\x06\x7f\xba\xef\xe0\xa1\xeb\x06\x18\x57\x88\xe1\xa2\x97\xce\x04\xe1\xad\xda\xfc\x18\x2e\x22\xb2\x6c\xd2\xfa\xc4\x3a\x5f\x9c\xdb\x66\xde\x4b\xaf\xcc\xad\x59\x40\x1d\x4c\x35\x36\x52\xea\x2d\x35\xb5\xe8\x2c\x4e\x75\x7b\xc6\xab\x68\x89\x57\x71\x7d\x19\x92\x16\xc7\xa5\x89\xc5\x7f\xcf\xee\xc0\x30\xfb\x4c\xc1\x99\xa1\x97\x6c\x0f\x60\x8e\xdd\x16\xd8\xcf\xdf\x9a\x56\xf6\x73\x0d\x5a\xdc\xd7\x2e\x7e\x63\x34\x38\x63\x81\xd3\x71\xde\x1d\x4c\x92\x4e\x87\xc7\xe9\x38\x9f\x20\x81\x64\xca\xde\x04\x95\xf0\xf0\x7a\x92\x78\x7b\x6b\xe7\xe5\x49\xac\x0f\xa5\xb7\x58\x95\x02\x10\xfe\xe7\xbf\xc6\x56\xf9\x6a\xb0\xf1\x8f\x3b\x8b\xb7\x9e\x89\x9a\xb7\x3c\xb5\xff\x77\x06\x2a\xd2\x41\x7d\x4f\x7e\xdf\xd7\xa9\xb0\xcf\xe2\x9d\xbe\x8e\x99\x52\xfe\xcc\xf8\x56\x23\xf6\xad\xed\x7e\xdf\xd7\x41\xc8\x2a\x6d\xa8\x10\xc3\xc5\x94\xe4\x8d\x6a\xab\x6a\x83\x82\xca\xaa\x02\x7d\x66\x6f\xeb\x2d\xa6\xb5\x29\x82\x7d\x0c\x61\x97\x93\x56\xb0\xdb\xb4\x44\xc6\xf8\x95\x66\x38\xd7\xca\x59\xd6\x21\xd2\xf7\xbb\x83\x51\x6c\x95\x90\x18\x7a\x93\xa0\x9d\x7e\x32\x8c\x6d\xd6\x6d\xcb\x99\x24\xdf\xef\x0e\x3a\x9d\xb8\x18\x33\x79\x47\x00\xe7\x4b\x4f\x56\x45\x7c\x82\x42\x4f\x2f\xfe\x74\x28\xe9\x89\xce\x80\x9e\x20\x71\xa8\xb4\x2a\xf4\x0d\x60\x40\xbf\xd8\x98\x9a\x3f\x15\xf4\xb7\xd5\x0b\xc1\xf2\x6a\x13\x43\xcc\xc4\x60\x98\x98\x98\x86\x60\x31\xc8\x0f\xce\xe5\x11\x4d\x5c\x94\x34\x3d\xb5\x74\xe6\x22\x11\x59\x0f\x3d\x5b\x87\xb3\xfb\xa6\xa5\x1c\xd5\x0b\x94\x26\xa0\xf3\xa4\x0f\xb3\x57\xa2\x55\x8e\x59\x77\x6f\x82\x39\x92\x0f\xaf\x27\x36\x1c\xc4\xcb\x53\x71\x7d\x4b\x04\x10\x96\x27\xc5\x8c\xd5\x80\xad\x39\x27\x33\x1f\x62\xa1\x37\x89\x62\xe9\x4b\xb0\xf0\x8c\xa6\xcf\x48\x18\x77\x4d\x43\xa1\x51\x40\x02\x8a\x58\xa2\x0e\x69\x6a\xeb\x00\x31\x15\xf8\xe3\x37\x54\x37\x05\x85\x0d\x96\x3c\x15\x31\x43\xd4\x46\xa8\x58\x3e\xc7\xe2\xae\x08\x83\xc7\x06\xf6\xfc\xa6\xee\xba\xa7\x8d\xf7\x7a\x9a\x2e\xc8\x89\x7f\xdf\xd9\xd4\x12\x24\x01\x9c\x64\xab\x29\x09\x90\x67\x0f\x3f\x07\x39\x3b\x79\x88\xe6\x31\x47\x62\xcc\x27\x48\x24\x88\x6c\x82\xe6\x9e\x95\x3c\x95\xd3\x39\x91\x64\x5c\xc3\x04\xa1\x70\xf3\xa8\xca\xc6\x64\x12\x6c\xb0\xb4\x2e\x8b\xff\x85\xad\xa2\x54\x08\xb2\x58\x0a\x92\x45\x82\x45\xa6\x8d\x28\x2d\xa2\x54\xd3\x76\x45\x94\x46\x50\x63\x14\xb7\xbb\xa4\xdb\x4e\x22\x31\x4f\x45\x94\x31\x52\x16\x7f\x10\x11\xf9\x42\x4b\xd1\x4e\x5a\x56\x2e\xcf\xff\x69\xed\xcc\x18\x8f\xd2\x48\x6d\xd2\xe6\x46\x7d\x08\x50\x5b\x22\x3a\x4a\xbd\xf3\xad\xe3\x43\xb3\x64\x98\x6a\xe6\xbd\x7e\x7f\x16\x05\x68\x55\x43\x13\x0e\x7c\xfc\xb3\xb2\x09\xac\x22\x48\xbd\x3b\x6f\x8b\x7d\xc0\x84\xab\x45\xc6\x0d\x79\x27\x68\x67\x80\xe1\xa2\xf4\x57\x93\x4f\x12\x73\x69\xc4\x09\x9c\xc9\x86\xa2\xdd\x2e\x32\x77\x50\xb5\x7d\x77\xd1\x81\xb6\x24\x9d\xc5\xe0\x25\xd2\xdc\x4a\x03\xef\x26\x7c\x19\x18\x38\x61\x0e\x40\xf4\xa7\x8d\xb9\x40\x6a\x93\x61\xd4\x59\xf6\x93\xfa\xd8\xd9\x04\x55\xc7\x88\x0a\x79\x4c\x2a\xed\x03\xe1\xde\xed\xb6\x9c\xda\x91\x12\x9b\xd8\xb3\xbc\x08\xe5\x4b\xca\x1b\x81\xd0\x16\xd3\xfb\x3b\xca\x91\xb9\xf2\x21\xc1\x6d\x88\x1b\x97\x03\x4e\xdd\x7d\xc0\xdb\x40\x8f\x0d\x92\x15\xdb\xde\xad\x73\x16\x01\xe3\xaf\xaa\x02\xc9\xc3\x00\xbe\xfa\x93\x7d\x7f\xb2\x8b\x84\x6b\xc1\xb4\xa7\x20\xd4\x9f\xb4\x2c\x28\x57\x34\x94\xff\x0d\xa5\xde\xeb\x60\x82\x4a\x43\x76\xa6\xad\x0a\x53\x04\x97\xa3\x98\x63\x26\xeb\x56\x7a\x68\x96\x70\x31\x24\x68\xd9\xe9\xa4\x11\x50\x30\x02\xcb\xac\xc9\x38\x9d\x0c\x1b\xf8\x2a\x0c\xae\xb3\x01\xb2\x9d\x65\x09\x2a\xbe\xa7\xc6\xe3\x5d\xb1\x4b\x5b\xc4\xd3\x27\x5a\x25\x1e\x42\xd8\xdf\xcf\xdf\xae\xf6\xf3\x6e\x37\x21\xe3\x7c\xe2\xf5\x3d\xef\x3a\xf7\xca\x63\x8e\x04\x22\x1e\xd1\x7a\x63\xe5\x70\xb7\x1a\x9e\x6b\xf6\xbb\xe3\x11\x20\x81\x89\x9c\x0f\x8e\x89\x9c\x87\x02\x93\xf1\xde\x44\xd3\x53\x16\x43\x29\x46\x46\xc3\x78\xd8\x07\xd5\x6f\x83\xf0\xa6\xb8\x18\xb3\xdd\xc1\xa4\x55\x2a\x5b\x23\xea\xe2\x61\x18\x77\x18\x83\x7e\x62\x88\xb8\xb1\x06\xab\x5e\x0f\xaf\xc3\x15\x47\x60\x53\xbb\x27\xa1\x6a\x65\xe9\x93\x70\x6d\x11\x0d\xd7\x4f\x19\x2e\xba\x15\x67\xdb\x47\xdc\x22\x98\xc9\x1a\x04\x66\x63\x5f\x47\x23\x2e\x30\x1b\xef\x4d\x92\x11\xc5\xfd\x61\x29\x11\x0f\xed\x2b\x63\xbd\x8e\x39\xde\x01\x84\x04\xb9\x54\x33\x26\xed\x1c\xd5\x0d\x9c\xca\x21\x23\x3e\x81\xdd\xff\x80\xfb\xe8\x08\xf7\xd1\x19\xee\xa3\x4b\xdc\x47\x12\x7e\x1e\xe0\x3e\xba\xc3\x7d\x74\x8e\xfb\xe8\x02\xf7\xd1\x15\xee\xa3\xf7\xb8\x8f\x3e\xe2\x3e\xfa\x15\xf7\xd1\x09\xee\xa3\x43\xdc\x47\xa7\xb8\x8f\x3e\xe0\x3e\x3a\xc6\x7d\xf4\x15\xf7\xd1\x3b\xdc\x47\x9f\x70\x1f\xfd\xf8\xec\xbd\x6b\x0d\x2f\x14\x05\x75\x78\xf4\xee\xd3\x0f\x36\x18\xb5\xd6\x59\x31\x96\xe0\x81\xaf\x66\x95\x74\x19\xe8\xe1\x5c\x93\x7b\x52\x88\xf7\x69\x9e\xdf\xa4\xd3\xbb\x12\x3f\x91\x22\x1b\x8e\x27\x08\x1c\xee\x0d\xc7\x93\x8d\x91\x5e\xd3\x05\x31\xfc\xa1\x93\x2c\x88\x3d\x25\xbf\x94\xae\xc2\x74\x25\x18\x5f\x15\xb6\x47\x26\xe1\xb2\x12\xb4\x2a\x40\x01\x42\x4a\x77\xbd\x7e\xda\xd4\x23\x27\xfb\x79\x0c\xc3\x15\xf0\x44\x45\x79\x5d\xfb\x49\x78\x6b\xe6\xe1\xb6\xcc\x1e\x78\xed\x9b\xb1\xb0\xe2\x9d\x9c\x87\xb0\x36\x9d\xb8\x5e\xdf\xdb\x5c\x47\x45\x56\xcd\x73\x54\x64\x2e\x07\x44\x5e\xbc\x58\x15\x47\x5f\x96\x94\x93\xec\x4a\x4d\x99\xfa\xc6\x2b\xc9\xe0\x49\x46\xa9\xac\xfb\xa5\x0f\xd4\x2c\x1e\x15\x81\x40\xff\x6b\xb7\xab\x08\x28\x6e\xe7\x19\x6c\x85\xfc\x55\xe0\x4d\x4b\xc0\x7b\xd7\xa4\xc8\x24\x4d\xa5\x63\xf8\x54\x06\x79\x1d\xf0\xb8\xd7\x6b\xa6\xe3\x3a\x2d\x0d\xd7\x5b\x47\x78\xae\x76\x2e\x79\x4e\x99\x0b\x36\x95\xdf\xfd\x23\x6d\x21\x4c\x5c\xfc\x55\xc5\x30\x08\x8d\x06\xcc\x6e\xd6\x35\xed\x58\xaf\xcf\x66\x60\xa3\x98\xd8\x60\x18\x8a\x96\xd3\x3d\x8a\x93\x64\x18\x7b\x26\xb1\x9f\xba\xdd\x86\xd3\x60\x7c\x5c\x25\xe8\x9d\xc4\x03\x1a\xdb\x06\xb8\xbd\xac\xa0\x0e\xa0\x72\x7e\x69\xea\xbc\x16\x9c\xde\xde\x12\x1e\xb7\x61\xa0\x6d\x24\xb1\xd8\x24\xdc\x4a\x4a\x93\x1e\xd4\xc4\x48\xb8\x94\x67\xb6\x1a\x58\x98\x01\x28\xb2\x05\xb1\x7f\xb5\x12\xa7\xbb\x78\x76\xec\xd1\xf0\x30\xc7\xab\xc7\x25\xb1\x96\x08\xea\x58\x47\x92\x6c\x8f\x6e\x48\x94\x5a\x8e\x7a\x3b\x08\xfd\x52\x81\x02\x55\x04\x98\x6f\xab\x1e\x0c\x1d\x64\xef\x23\xa8\x20\x02\xf4\x33\xba\x21\xd3\x74\x25\x2f\x6f\x85\x76\x82\x33\x03\x8b\x77\x5a\xfd\x0f\x39\xba\xd9\x6c\xbb\xab\x80\xe6\x3e\xed\x90\xf5\xfa\x5b\xfb\x35\x9b\xfd\x1d\x1d\x53\x67\x60\x67\x00\x41\x64\x92\xd0\xfa\x86\xfb\xd6\x37\x9a\x27\x2b\x20\xa8\xcb\x4e\x1f\x71\x6b\xfe\x84\x06\x09\xa2\xbb\xbb\x80\xd1\xef\x14\xdf\xd0\xb7\xa9\x59\x1f\x8b\xa2\xfb\x5d\x82\x30\x9d\xab\xe0\xbc\x7c\x31\xe7\xe5\xef\xbc\xee\x03\x74\x5f\x42\x9c\xd8\xd8\x5b\xf1\xde\xaf\x2c\x3c\x93\x07\xff\x94\x36\x64\xad\x5e\x23\x19\x99\x91\x2a\x81\x9a\x3c\xdd\x75\xbb\x1e\x4d\x50\x45\x08\xb4\x30\x4a\xe1\x4a\xc5\xf7\xaf\x47\xc5\xee\xeb\x61\x3f\x41\x0c\xbf\xde\x67\x6f\x0b\x15\x7f\x6e\xcc\x76\x5f\xfb\xd8\x12\x0b\xfb\x61\xc8\x25\x5f\x7c\x02\x17\x3a\x9f\xf4\xa6\x20\xf9\x8c\x21\xc2\x12\x6f\x22\x12\x93\xa7\x73\xaf\x83\xa2\xde\x41\xee\x75\x50\x7c\x3f\x18\x89\xdd\x81\xec\x60\x81\x07\xfb\xc5\x5b\xb1\x5f\xc0\x6e\x29\x76\x07\x7e\x07\x8b\x89\x96\x7c\x56\x66\x97\x83\xfb\x58\x85\xb8\x52\x85\xb0\x52\x89\xa8\xad\xb0\xbb\xe5\x47\x96\x32\xd4\x2c\xf6\x70\xce\x95\xea\xb9\x01\x58\x71\x62\xc7\x14\x13\x1d\x4a\x7f\x67\x80\x56\xc1\x68\x21\xc8\xf9\x4d\x5e\xd5\x27\xbc\xb0\x9e\x1b\xfe\x29\x8d\xc3\x8d\xb3\x40\x63\x21\x09\x34\x1d\xaf\x16\x76\xc4\x99\x04\xac\xd5\x5d\x71\xf5\x2f\xdb\x15\xb2\xf9\x6f\xdf\x19\x95\xce\x26\x4f\xef\xff\xff\xb6\x3b\xfa\x66\x77\x58\x71\x65\x03\x97\xf5\xa3\xb9\xa7\xf2\x54\x10\xbe\x45\x2e\x89\xb8\xfa\xec\x97\xff\xd5\x02\x96\x9b\xbf\x97\x56\x21\xe3\xd7\x15\xf8\x02\xb5\xc7\x86\xcd\x25\xdb\x93\xe0\x56\x88\x3c\xf0\x99\x75\xe2\xe1\x17\xd7\x5b\x1b\xe5\x58\xc8\x46\x0b\x2c\x64\xa3\x14\x0b\xd9\x28\xc3\x62\xfc\x5a\x4e\xb7\x18\xbf\x91\xd3\xed\xb8\x41\xeb\x75\x8a\x56\x78\x0a\x21\xf0\x7d\x14\xd8\x45\x1e\x59\x25\x26\xa0\x8e\xea\xa6\xcc\x59\x8e\x1e\x87\x14\xb1\x04\x95\x86\xd5\x0d\x20\x52\xf5\x5f\x91\x35\x36\x90\x25\x54\x37\x5e\x75\x07\x13\xad\x7b\xbd\xea\xbe\x69\x05\xdf\xf2\xc9\x0e\xc6\x8f\x56\x0a\x62\x53\x31\xf5\xa2\x74\xc0\x29\x93\xf8\xd9\x34\x98\x94\xc3\x7f\xf6\xa4\x28\x6f\x14\xa9\xd9\x8c\xba\x37\x28\xd7\x73\xb4\x72\x13\x93\xff\x63\x13\xa3\xf4\x3a\x43\x04\x54\xc9\xa0\xbb\x0c\xcd\x71\xde\x7d\xd3\x5a\x8d\xe7\xf2\x56\x7e\x04\x12\xf5\x31\x41\x04\xaf\x40\x56\xa2\x1c\xcb\xe1\x2c\x9e\xe9\x7e\xe4\xdd\xef\x30\xc6\xcb\x64\x25\x67\x6b\x86\xa0\x1c\x75\xcd\x2c\xc2\x35\xc8\xbb\xff\x36\x09\x66\xde\x5c\xf6\x4b\xd4\x47\x33\x89\xe0\x01\x17\x71\x91\xa0\xa6\x4c\x39\xfa\x2e\xd9\xc8\x3d\x93\x9b\xa1\x71\x02\x88\x67\x9e\x5f\x79\xf4\x54\x1c\xae\x99\x42\x60\x35\x8d\xe0\xad\xdb\xa9\x45\x10\xad\xb0\xde\xd5\xb0\x85\x18\xab\x20\xc3\xb2\xfa\x79\x5a\xd6\xeb\x0e\x75\x7e\xd5\x20\xaa\x62\x13\x8d\x6b\xbb\x2e\x56\xb9\x5b\x1f\xba\x5d\x64\x2c\x8c\x0c\xa6\xde\x7a\x51\xe4\x3f\xf2\x7b\xfa\x41\x6e\x0b\xe8\x5e\x4c\x92\xe1\x4e\x6c\x8c\xbe\x24\xc2\xbf\x5e\xef\x10\x85\x7a\xc3\x93\xe2\x6e\x26\x9d\x8e\x4e\xd4\x9d\xd2\x16\x20\x21\xb4\xab\x1b\x0b\x54\xa1\xa1\x2c\xd3\xcc\xb9\xf3\xcd\x47\x5a\x86\x79\x08\x00\x57\x0f\xf2\x49\x4f\xcc\xb0\x4e\xee\xa2\x29\x5b\x15\x82\x70\x1d\x3a\xd1\xbc\x21\x35\xc3\xc3\x59\x70\x7c\xd1\x77\x68\x2f\x41\x01\x61\xa2\x83\xd0\x54\x48\x11\x7b\x41\xd5\x29\x19\xf0\x26\xde\xa8\x78\x2d\x3a\x9d\x1a\x73\x50\x0f\x63\x03\xde\x42\x15\x45\xb8\x4d\x8d\xbf\xd2\x05\xcd\xe2\x72\xbc\x6b\x2c\xea\xcc\x6b\x52\x64\x80\xe2\x92\x0c\x1c\x9c\xb1\x95\xa4\x41\x24\x61\xa4\xb1\x6d\x44\x25\xbe\x2d\xf8\xe3\x53\x61\xd9\xa9\x24\xb1\xae\x6a\x25\x16\x4d\x13\x3a\x8b\xa9\x44\xb3\x15\x1b\xd0\x0b\x50\x13\xf0\x82\xab\x8c\x60\x7d\x66\xcd\x15\x67\x0e\x00\x53\xd2\x9f\xe8\xef\x61\x95\x78\xc2\x48\xc3\x85\xae\x10\x8f\xce\x01\x78\xb5\x4a\xeb\x15\xc5\x52\x86\xa0\xdd\x2a\xd1\x1c\x9f\x77\x00\xea\x48\x6a\x09\x42\x6c\x5c\x63\x44\x9e\xcb\x19\x23\x19\xaf\xb4\x34\x72\x98\xbd\x2a\x33\xf4\xd9\xef\xbe\x00\x28\xae\x4a\x92\x38\x14\xab\xcb\xa0\x00\xfb\xd2\xd2\x6e\x66\xe4\xdc\x66\xff\xc3\x3a\xc6\x09\x2a\x12\xb9\x7c\xce\x8e\xad\x2a\x52\xa2\xc9\x53\x11\x53\xb7\xa6\x50\x58\xd2\xb7\x66\x21\xb6\x94\x6e\xc8\x0f\x3d\x0d\xe0\x59\xfd\x54\x3b\x16\x48\xe5\xb2\xb0\xfa\x49\x16\x52\xbe\xcc\xa6\x52\x73\x53\x41\x63\x9a\x44\x9c\xcd\xd8\x97\xf1\x62\x5c\xbd\xb1\x0a\x94\xe2\x87\x6e\xd7\x70\xba\x1b\x40\x6e\x12\xa4\x01\xbd\x2c\x11\x34\xd5\x34\x35\x03\x68\xbc\x48\x5a\x9e\x70\x33\xd3\x0e\x90\x1d\x7e\xd2\x74\x47\x95\xa8\x8f\x1a\x6a\x7f\xe1\xa2\x4a\xbd\xd5\x70\x30\xfb\x19\x9b\xdf\x86\x61\xee\x0b\xad\xe5\x14\xdc\xb8\x62\xe2\x87\x63\x6e\xea\xb1\xd8\x1d\xa0\xef\x12\x00\x08\xe2\x85\x7b\x15\xed\xf4\x2d\xcf\x08\x7a\xac\xcf\xe1\x96\xdd\xfe\x22\x2f\x04\x9c\xf2\x3d\xe3\x99\xa3\x18\xd3\x89\x3a\xcc\xfa\x58\x85\x0c\xbf\xda\x7e\x7d\x89\xab\xea\xc3\x9e\xe0\xdc\x85\xe0\x2d\x68\xc5\x7c\x85\x53\xa3\x3a\xd2\x98\x2f\xe0\x31\x87\x11\x2d\xcd\x85\x24\x70\xdf\x73\x4e\x6d\x15\x10\x7c\xde\xa9\x11\x5f\x55\x76\xf9\xbe\x78\xcb\xd5\xfa\x82\xd8\x6b\x2c\x26\xdf\xd3\x04\x34\xd6\x5a\x46\xc5\x4c\x74\xdf\xc0\xcc\x32\x89\xc9\x1a\x61\x83\x4c\xde\x93\x98\xa5\x7c\x78\x2d\xe9\x1b\xf9\x60\x70\xb0\x0a\xd0\x73\x14\x4c\x01\xf4\x0b\xd3\xf4\xed\x86\x98\xad\xd2\xb7\x2e\x21\x9a\x8f\x8b\x5a\xa6\xa6\xbd\x53\x5f\xab\xed\x48\xd7\xf6\xaa\x6b\x65\xfc\x6a\x7d\xc7\x6c\x95\x9d\xb0\x05\x80\x99\xca\x9b\x8a\x24\xdb\x19\xf5\xaa\x2f\x2f\x0c\x52\x82\xa3\x9d\x66\x70\xf4\x54\xdf\x1a\x4a\xbc\xd2\xb4\xf2\x88\xe3\x8f\xa9\x98\xf7\x16\xe9\x97\xb8\x8f\xc8\xae\x08\xc0\x8e\xeb\x58\xa5\xac\xa7\x21\xfb\x0c\xcb\xdc\x5e\x93\xdb\xd1\xbb\xfb\x9a\x83\xc5\x0a\xf7\xd8\x5c\xa3\xc4\x4e\x72\x00\xf9\x9f\x83\xe8\xba\xde\xe6\x43\x68\x70\x8c\xba\x30\x21\xd1\x0c\xdf\x6a\xd6\x00\x5c\x1e\x6b\xaa\xac\x3e\xab\xe4\x8b\x30\xfc\x70\xc3\x9d\x07\x5c\xa9\xc5\x47\xca\xd5\xcb\xb0\xe1\x56\xeb\x3f\x6b\x55\x6c\x10\xd1\x2d\x96\xc5\x4f\x4a\xfa\x73\x84\x48\x91\x0d\xcf\x10\x00\xc4\x72\xa8\x53\x2f\x21\xb5\xbf\x41\xba\xad\x72\xf8\xa4\x1a\xc9\x86\xc7\x68\xca\x16\xcb\x9c\xc8\xe7\xaf\x1b\x24\x71\xe2\x2f\x48\x62\x34\xc3\x03\x04\xfc\x9e\xe1\x1d\x32\x73\x30\x3c\x47\x55\x26\xd4\xf0\x02\x59\xae\xd0\xf0\x0a\xf9\x7c\x97\xe1\x7b\xe4\x29\x75\x7f\x44\x70\x2b\x0f\x7f\x45\x86\xe8\x1f\x9e\x20\x43\xea\x0e\x0f\x91\x4f\x41\x0d\x4f\xf5\xeb\xf0\x03\xca\x19\x5b\x96\xc3\x27\xc1\x44\x9a\x0f\xdf\xa1\x82\x94\xb2\xa7\x9f\x36\x1b\xeb\x90\xc5\x07\x6d\xcf\x9a\x5d\x07\x40\xd0\xd9\x5d\xff\xd8\x53\x12\xa5\x39\xfa\xb1\x66\x25\xa0\x53\x24\x16\xa2\xad\x1c\x7e\xc2\x3f\xb6\x9c\xed\xc0\x4f\xda\xa4\x21\x4b\x6f\x77\x21\xbc\xef\xb7\x99\xca\xfd\x03\xf6\x0b\x0d\xd6\x0a\x2f\xc4\xea\xbd\xbe\x27\x5c\xd0\xa9\xd6\x61\xe5\x4d\x2e\xb1\x42\x1f\x06\x06\x4d\x6a\xf6\x1e\xd2\x36\x8c\x86\xe8\x6f\x77\xe4\xf1\x6f\x11\x2d\x23\x4e\x7e\x5b\xc9\x83\xde\x0e\xe2\x38\xd9\x76\xc1\x41\x51\x9a\x65\x3a\xc0\x2b\xf8\x20\xc3\xf2\xa6\xa5\xb3\xb8\x26\x29\xe4\x09\xe4\x3d\xca\x6e\x49\xcc\x90\x2a\xc7\x13\xcf\x77\xee\xbd\x8d\xde\x6e\x59\xfb\x69\xb7\xdb\x54\x0a\x02\xb3\x2b\x97\x5c\x4d\x2d\x15\x5e\x19\x55\xa2\x48\x10\xf3\x5a\x52\xad\x14\xcd\xad\xe8\x12\xb2\x0d\x50\xa7\xa9\x4c\xa7\xcc\x53\x36\xcc\x29\xcc\x0c\xcc\x85\x75\x9b\xe6\x97\x24\x69\x53\x58\x45\x3b\x93\xbd\x87\x34\xbf\xd3\xbe\x39\x5c\x21\xc1\x96\x25\xe3\xa2\x21\x70\x4a\x3a\x55\x5e\x15\xb4\xbd\xad\xd9\x3b\xc6\x17\xfe\xb3\xdb\x26\xd4\xf8\x2c\x6d\x7c\x4e\xcd\x38\x5b\xa6\x62\xee\xbf\x73\x52\xca\xaa\x21\xe5\xe5\x2d\xb6\x75\x73\x2d\x68\x59\xd2\xe2\x36\xba\x23\x8f\x9e\xeb\x6c\x09\x44\xfb\x6b\xaf\x5b\xa8\xc0\xfd\xfd\xe2\x2d\x07\x4e\x2c\x9d\xc5\x5a\x6d\x68\x5c\x4c\x92\xde\x1d\x79\x0c\xd0\xd0\x80\xf9\xa8\x47\xc5\xbb\x8a\x74\x18\xf3\x09\x7e\xa2\xd9\x97\x21\x47\x12\x86\x10\x74\x9f\xe6\x96\x06\x50\x7e\xe1\x67\xb9\xf2\x08\x6f\x54\x2c\x36\x8d\x6b\x5d\x61\xc2\xab\x3b\x6c\x4e\xa6\x77\xf2\x5d\x76\xc9\x0d\x06\x86\xb2\x65\x1c\x62\x5c\x00\x0e\xdd\xa3\xd9\x17\x3d\x80\x96\x08\x3a\x2d\x7b\x0c\x9f\x11\xe9\x49\x34\x40\xde\x16\x81\x17\xb5\x34\xbf\xab\xef\x04\x1d\x22\xc5\x63\x79\xf7\x0d\x62\x5f\xf5\xe3\xa3\xae\xab\xb1\x98\xb4\xb8\x6c\x40\x73\x90\xee\x69\x49\x45\xcc\x51\xbb\x9d\x6c\xdc\xde\xf2\x56\x1e\x55\x77\x25\x8c\xbe\x2e\x01\x25\x7a\x7d\x1a\x78\x0e\xd3\xc7\x69\x4e\xa2\x8c\x08\x70\x95\x33\x8c\xda\x5d\xd1\x6d\x47\x6f\x77\xe5\x03\x9c\x63\x89\xe4\x38\xa5\xf7\xe7\x9c\x38\x69\xca\x64\x4c\xc6\x7c\x32\xf9\x87\x5a\x84\x7e\xba\xe6\x37\x86\xd6\x31\xc1\x66\xbc\x59\x21\x16\x53\x95\x87\xa2\xa2\x75\x5e\xe0\xa6\x56\xb4\xe7\xb9\xca\x4c\xca\xe2\xe1\x6d\x51\x74\xb1\xe9\x0f\x98\xf5\xd8\xae\x17\xe0\xab\xda\x9f\x6f\xe8\x58\x0d\xf5\xf5\x5d\x8c\x98\xb3\xec\xf5\xd2\x24\xa9\x35\xb4\x89\x2d\x47\x54\xf4\x0d\xae\xa8\xa7\x97\xbc\x15\xfb\x44\x3b\x32\x1c\x93\x49\x4f\x1e\x0f\x2c\x29\x34\xbf\x2f\x30\x2f\xdb\xc5\xc3\x41\x1c\x70\x18\x34\xc5\x5e\x37\xa0\x75\x6e\x82\xbe\xc9\x93\xb0\x6f\x41\xbd\xe1\x22\xf5\xd7\x5c\x31\x6f\x94\xc6\x13\xee\xfb\xba\xa0\x63\x36\x51\x06\x00\xb2\x73\xc9\x94\x15\x82\x16\x2b\xe2\x92\xf0\x4e\xdf\x84\x1e\x64\x09\x12\x18\xe3\x14\x8e\xa8\x22\x72\x74\xcb\xff\x0f\x33\x8b\xba\x2a\xe7\x27\xc5\x94\x2d\x68\x71\x1b\x6b\x1d\xe4\xc8\x8b\x27\xa4\x33\x57\x96\xc3\x2f\xf5\x9c\x47\x08\x35\x17\xcf\x86\x11\x02\x5f\x64\x1a\xbc\x41\xff\xd7\x6b\x61\x5d\xdf\x3f\x7b\x7f\x54\x7c\x9d\xa1\x02\xbb\x63\xf2\xb6\x70\xfe\xce\xd4\xf4\xab\xd3\xd2\x12\x31\x95\xb3\x81\xc0\xc7\xa6\xd5\x27\x2e\xbe\xed\xb6\x68\x02\xfd\x8d\x7e\x80\xc6\x5e\xb1\x6e\x77\x82\xfb\x6b\x52\x99\xc0\xd0\x0f\x90\xf1\xc2\x03\xe0\x68\xbc\xbb\xeb\x15\xd7\x4e\x8d\x34\x0a\xe6\x5b\x8f\xfe\xef\xa1\x61\x0f\x3c\x5d\x9e\xa6\x82\xde\x93\xcb\xd5\x92\xd4\xcc\x74\x20\x8c\xbe\x17\xbb\x9e\x1a\xf5\x79\xcf\x2d\x42\xf2\xe4\xa2\x73\xd9\x61\xe3\xd0\x53\x95\x37\x21\xe8\xc9\xba\x0d\x65\x7c\xa8\x7b\xc3\x11\x29\x56\x0b\x8d\x82\xef\x0c\xd0\x03\xa7\x42\x3d\xf7\xd1\x94\x15\x33\x7a\xbb\xd2\xdf\xfa\x9b\x8d\xdc\xad\x4a\x2b\x9f\x27\x48\x40\x50\x08\x39\xe5\x53\x49\x60\xbc\x4f\xf3\xfc\x7d\x08\xb1\x93\xa7\xbe\x8a\x07\xec\x85\x92\xc0\xa1\x96\x77\xbf\x45\xb6\x76\x5d\x93\x6a\x5c\x79\xfe\xe0\x2f\x0c\x84\xbc\xd4\x75\xa7\x08\x24\x34\xf3\x13\x5c\x0c\xdf\x92\xec\x8a\x2c\x24\xc1\x45\x3e\x40\xf8\xd1\xbc\xd6\x4f\x79\x1d\xaf\xd7\xb1\xc0\x44\x39\x14\x8e\xfb\x89\x73\x99\xd6\xe3\xe9\x03\x16\xe0\x2b\xc6\xa7\xb7\x6a\x4c\x26\xd5\xbc\xe8\x74\x58\xb0\x26\x22\xd1\xee\x50\x39\x7c\x41\x3c\x74\xc6\xa6\xbc\xec\x5d\xcd\x69\xe9\x22\x49\x66\xe0\x3f\x6e\xc9\xca\x92\xde\xe4\xe4\xbd\x9b\x8a\x0b\x28\x88\x4b\x79\xb1\xc3\x4c\x42\x98\xbb\xd5\x54\xac\x24\xde\x5a\x73\x4b\xd5\x77\x5d\xae\x6f\xc1\xba\x0d\xae\x42\xa3\x28\xe6\x1a\x0b\xb7\xfc\x78\xae\xf4\xd5\x7a\xde\xa2\xb4\x04\xbe\x20\xb3\x1c\x16\xd3\xa4\xc6\xd4\x49\x18\x91\xe5\xc5\x4b\xc4\xbe\x49\x88\x6c\xc3\x1e\x5b\x47\xc7\xae\xb7\xc7\x8c\x9f\xcd\x80\x6e\x14\x8c\x2b\xd3\xf6\xea\x9a\x19\xf1\x05\xe8\xb3\xb6\x57\xd6\x32\xde\xe2\xee\x2a\x0a\xdf\x7a\xad\x45\x56\x63\xf5\xae\x03\xd0\x32\x3e\x81\x43\x18\xba\x16\x21\xc9\x7a\x1d\x57\x37\x86\xc2\x42\x35\xa2\xd5\x44\x24\x58\x34\x72\xa5\x3c\xb3\x06\xae\xeb\x7c\x14\x5c\x59\xe9\x1a\x13\x0d\xbd\xd3\xfe\x84\x76\x07\x49\xab\x7d\x66\xbc\x1f\xca\x6d\x42\xfc\x99\x06\xb9\x44\x90\xa2\x5d\xff\xca\xbe\x7c\x4c\x97\x50\x66\xbd\x6e\x5f\x12\x55\x3c\x09\xbc\xa6\xcc\x38\x5b\xc4\x5c\x65\x36\xde\x42\x4a\x5d\xe4\xd5\x7f\xc7\xa3\xe1\x27\xba\x3e\x49\x0a\x11\x8f\x86\x7f\x5a\x0f\xbe\x5b\xbf\xde\x4b\xe2\xd1\xf0\x7d\x9e\x2e\x96\x24\x4b\x46\x50\xc9\xef\x5e\x29\x03\x5d\x9e\x84\x23\xdd\x48\xe8\x95\x6c\xb7\x53\xff\xde\x5e\x25\x23\x13\x75\x6f\x33\xac\xc4\xea\x23\x63\xd1\xed\x4e\x36\x9b\x56\xa3\x3a\xd5\x49\x71\x9f\xe6\x34\x33\x36\x12\x91\x60\x91\x0e\x20\x1c\x15\xac\xd8\xa5\x9a\xb3\x10\x19\x89\x4d\xef\xf3\xe7\xe2\xa4\x88\x18\xcf\x08\xd7\x1e\x14\x4d\x1e\x04\x25\x52\x39\x9e\x48\x9d\x9d\x52\xe9\xcd\xcd\xd3\x7b\x12\xa5\x51\x6d\x7f\xc4\x89\xb6\xb0\xe8\xb5\x0d\x5f\x5c\x02\x88\x86\x7c\x89\x72\x35\xa5\x14\x3b\xb5\xbe\xa5\x30\x1b\x40\x39\x92\x56\x7b\xe0\x6c\x86\xec\xc6\xb8\x0d\xd3\x0b\x5c\x73\x80\xa9\xcf\x57\xa7\xd3\xa0\x8a\x5e\x3b\x7b\xc8\xda\x59\xb5\x7c\xdb\xf9\xba\x27\x53\xd1\xe0\xc9\x54\x52\x0c\xad\xa2\xe7\xee\x09\xec\xbf\xac\xd7\x3b\x03\x08\x70\xe6\x00\xae\xc4\x8e\xda\xb0\x80\x6d\x5a\x44\x05\xc4\xea\x31\xc0\x19\xef\xf4\x13\xb4\xed\xba\x2c\x00\x6d\x28\x7c\x0b\xff\xd4\x37\xf5\xde\xf8\x06\xe5\xce\xc2\xbe\x36\x37\xa2\xd3\x31\xfc\xd5\xf5\xba\x61\x7e\xc4\x48\x0c\x49\x60\x4e\x2e\x2b\xd3\x17\x8e\x24\x58\xbe\xb7\x44\x02\x98\xff\xda\x37\x8f\x04\xf3\xd4\x7b\x12\x4d\x84\x59\xb5\x9e\x09\x26\xe3\xc2\xea\xac\xf0\x8d\x8f\x58\xbc\x02\xd3\xc7\xd0\x5f\x85\x66\x7f\xb4\x51\xfb\xff\xaa\x3c\xbb\xb4\x10\x84\x17\x69\x5e\xbe\x22\xc5\x3d\xe5\xac\x50\x5e\x48\xda\x05\xcb\xc8\xee\x42\x23\x14\x0d\xb9\x57\x82\xe6\x65\xe3\x17\x89\xc4\xa6\x14\x5c\x65\x98\xaf\x14\x76\x87\xac\x19\x1c\x3e\x34\x16\x5b\x10\x91\x6e\xfd\x90\xbb\x2f\xd3\xb4\x48\xf9\xe3\xee\x8c\xa4\x62\xc5\x89\xd7\x85\x8c\xdc\xac\x6e\xdb\x28\xf0\xd5\xd1\xdc\xbd\x92\xf9\x83\x92\xfd\xe5\x2c\xcf\xfd\xfc\x2e\xed\x55\x4e\x6f\xbc\xd7\xeb\x05\xfd\x42\xbd\x01\x68\x20\xec\xde\x09\xbf\xa7\x53\xaf\x76\xbd\x63\x2a\xef\xaf\xa6\x6c\xb1\x4c\x9b\x93\x57\x82\x64\x8d\x3d\xd7\x11\x0e\x1b\xbf\x69\x27\x58\xc6\x25\xc9\xab\x7b\xc2\xcb\x6d\x33\x7d\x4f\xc9\x43\xf3\xd2\x71\xb6\x12\xc1\x70\xfc\xed\xf1\x45\x90\x42\xd6\xb9\xab\x23\x86\xb9\x5c\x44\x42\x49\xf7\xca\x57\x45\xce\xd8\xb2\xb9\x16\x99\x75\x17\x02\x78\x6f\x6b\x88\x3d\x04\x4b\x27\x2f\x6d\x3a\xad\xec\x1b\x2f\xf1\x95\x32\x1d\x2e\x77\xb5\xcb\x92\xe6\xa2\xaf\x0c\x68\xf6\x7a\x5d\xdc\xd2\xa2\xf6\xde\x90\x71\xc9\xf2\xc7\x19\xcd\xf3\x60\xaf\x2d\x39\x99\xa6\x82\x64\x0d\x1b\x71\x6a\xdc\x03\xbd\x12\x1a\xdf\xdb\x65\x45\xfe\x58\x75\x10\x63\x4c\x03\x41\xa8\xb4\x42\x39\x9a\xa2\x19\xca\xd0\x1c\x2d\xd1\x02\xdd\xa3\x47\x74\x8b\x6e\xd0\x35\x7a\x40\x47\xe8\x0c\x5d\xa2\x2f\xe8\x00\xdd\xa1\x73\x74\x81\xae\xd0\x7b\xf4\x11\xfd\x8a\x4e\xd0\x21\x3a\x45\x1f\xfe\x57\x18\xb5\xc7\xf5\x7b\x80\x4b\xd0\x2b\xe4\x0d\x43\x17\x00\x4f\x7a\x47\x72\xb8\x9d\xce\x96\x0f\xeb\xf5\xd3\xa6\x75\xdc\xa3\xe5\xa9\x09\xc7\x21\xc1\xf5\xf1\x33\x3e\x44\xda\x50\xae\xbd\xd9\x02\xb6\x8f\x51\xfb\xe8\xf4\xa7\x36\x7a\xba\x25\x62\x08\x7a\x34\x47\xa7\x3f\x85\x54\xc5\x66\x1b\xc8\x3f\x46\xed\x9c\xb1\xbb\xd5\xd2\x2f\xfe\x01\x52\xc0\x8f\x39\x68\x23\xea\xf7\x6a\x8d\xa7\xbd\xa3\x8f\xef\x8e\x2e\xae\x8f\xfe\xf3\xea\xe8\xf4\xf0\xfa\xfc\xe2\xec\xea\xec\xea\x97\xf3\xa3\xcb\x4e\x67\x7b\x47\xab\x79\xdb\xe8\x29\xa4\x7f\x9a\xb9\xfe\xbc\x77\x74\xfa\x53\xaf\x56\x5a\x92\x15\xc7\xb2\xcb\x67\xf2\x70\xe0\x0b\xfb\x88\x8e\x65\xc7\x4d\x6a\xe9\x52\x0f\xdc\xde\xc7\x57\x66\x85\xc3\x74\x2b\xd7\xfa\x68\xbf\x6f\x1d\xcf\x85\x3d\x5c\x4f\xcd\x1d\x7f\x6f\xea\xd8\x3c\xb7\x06\x87\x2a\xcf\x8b\xb5\x1d\xf7\x4c\x16\x35\xf2\x23\x38\x9b\xf8\x57\x6f\x20\x2a\xc9\x8e\xe1\xc4\xfb\xa4\x5d\x83\x1f\xea\x07\x74\xdc\x5b\x10\x7e\x4b\xf0\xa1\xfa\x87\x99\x2c\x00\x7d\x53\xde\xb2\x83\x57\x74\xdc\xfb\xe1\xd3\xc9\xe1\xf5\x5f\x8e\x7e\xc1\xd4\x3e\xca\x32\x2b\x9a\x1d\x33\x2e\xb3\xab\x27\x74\xdc\xa3\x45\x09\x2e\xb0\xa9\x79\x92\x6d\xa5\x77\x44\x79\xb1\xa4\xee\x19\x1d\xf7\xa6\x69\x71\xa2\x0c\xb1\xa9\x7b\x96\xe7\x81\x3f\xda\x74\xfb\x8c\x8e\x81\x6e\xc7\x14\xfe\xd0\x71\x6f\xa5\x7a\xba\x52\x3d\x7c\x6f\xee\x58\xcc\xdc\x33\x3a\xd6\x2e\x12\xf9\x23\x66\xf6\x51\xcd\x07\xe1\x02\x4f\xf5\x83\xac\x3b\xe5\x05\x9e\xc2\x1f\x3a\xee\xc1\xcd\x89\xa7\xea\x1f\xde\x35\x74\x83\x34\xfd\xdc\xf2\xd2\x8f\x57\xc5\xd4\xff\x26\xdf\xd1\x71\x8f\xaf\x8a\x93\xe2\x50\x57\xe6\x5e\xe4\x62\x81\xe5\xf8\x81\xb7\x46\x2a\xdb\x13\xd7\x3e\x1d\x0f\x75\x55\x94\x15\x3f\xca\xcb\x81\xf0\xe1\xb4\xb7\xfd\x23\x32\x9f\x7e\x4e\x79\x43\x01\x2f\x15\xd1\xf2\xbd\xbe\x54\x87\xab\x9e\x7b\xd9\xa8\xd5\xd3\x68\x09\x4e\xbd\x17\x79\xa6\x56\x37\xe5\x94\xd3\x1b\x82\x53\xf7\x8c\x8e\x7b\x27\x21\x22\x83\x9f\x5c\xa9\x61\x50\x85\x2d\x34\xf4\x2b\x58\x15\x7e\xba\xf7\x86\x80\x25\x3a\x4c\x15\x6b\x74\xa3\xe6\x12\xdf\xf5\xae\xf5\xe5\x76\xb1\x2a\x54\x5a\xcf\x61\x37\xf8\xce\x7b\x31\x5f\xc1\xf4\xe9\x4e\xfd\x9b\x34\x5a\x64\x32\x89\x16\x99\x4e\xd1\x7a\x95\x77\xfa\x41\xa7\x5a\x25\xde\x3b\xfb\xa8\xbf\x10\xa8\x80\xd8\xf2\xf3\xb4\xbc\xd4\x52\x53\xa3\xe5\x71\xd7\x90\xa8\x73\x83\xae\xd9\x1d\xfc\xe9\x14\xa5\xec\x74\xa7\xfe\x75\x1a\x38\xd3\xbd\x53\x62\x68\x95\xc2\x54\x5f\x98\xeb\x87\x35\x9e\xb8\xb3\x8f\x95\x2f\x67\xaa\x8c\xff\xaa\x73\x58\xbd\xed\x3b\xfb\x18\xcc\x86\x1d\x87\xff\xba\x0d\x90\xc9\x72\xc8\x04\xe7\xb8\x58\x15\x1f\x00\xdd\x01\x58\x76\x27\x41\xf3\xfb\xe0\x4b\xf5\x42\x81\x0b\xf6\x2b\x5e\xd9\xd5\x35\x7b\x52\x52\xc7\xc7\x3d\x83\x03\xe2\xaf\xe8\xb8\x77\x9d\x11\x15\x1e\x86\x71\xbc\xea\x15\xc0\xc6\x3b\x24\xe5\xf4\x90\x4c\x19\xd0\x7d\x32\x8f\x80\x38\x27\x19\x5e\xf5\xf4\x13\xfa\xda\x4b\x73\x9a\x96\x78\xa5\xfe\x01\xfa\x4c\xe7\xe4\x18\x6a\x91\x1d\x94\x6f\x19\x84\x9c\x50\x80\xcc\x74\xc1\x46\x44\x5a\xd5\x92\xb6\x43\xf5\xeb\x92\x08\x93\xdb\x76\x6c\x2b\x6c\x5f\xc9\x6b\x0a\x58\x57\xd4\x0d\x43\x81\xf9\xeb\x86\x2f\xb8\x31\x3f\xc0\x74\x91\xe2\x12\xfe\xd4\xdd\xa8\x86\xa6\x9e\x7f\xa6\x62\xae\x2f\x1b\x95\xec\x25\xc8\x86\x24\xd9\x9b\x8a\x39\x2c\x82\x7a\x54\x37\xa9\x6a\x4d\x41\xe5\x4b\x78\x55\x0f\xe8\xb8\x77\x7c\x74\x70\xf5\xe9\xe2\xe8\x12\xc7\x7d\x64\xae\x96\x24\x7e\xa2\xe5\x51\x21\x97\x36\x1b\xe6\x3d\xfb\xbc\x41\xb9\xcd\x0f\x03\x83\x09\xc7\xb4\x07\xff\xe8\xb8\xc7\x0a\xbc\xea\x31\x79\x20\xd2\x0c\xdc\x3d\xcb\x1b\x48\x2e\x97\x7b\x93\xdb\x13\x3c\x51\x7b\x9f\xc3\x04\xe8\x72\x91\x1d\xdd\x4b\x08\xb6\x72\xcf\xe8\x58\x9e\x46\x93\x4b\xee\x02\xff\x15\x01\x4e\xc6\x0a\x82\x57\xfa\x01\x52\x14\xd7\x6e\x65\x9e\x20\xed\x5d\x9e\x16\x77\x90\x06\x4f\x90\x76\xae\x42\x41\x40\xaa\x7e\x46\xc7\xbd\x82\x09\x3a\x7b\x34\x9b\xe2\xfd\x3c\x2d\x6e\x65\xfd\x4d\xc9\xe8\x58\x81\xa7\x30\x55\xf6\xb2\x29\x19\x1d\x4b\xc0\x53\xcf\x5b\x4f\x94\x9b\x1c\x9e\x74\x3a\x85\x7c\xd5\x24\x74\xdc\xb3\xc6\xa5\x4f\xe1\x56\x1e\xee\xf4\xd1\x3c\x2d\xcd\xeb\xc1\x74\x4a\xca\x92\xf1\x52\xa2\xc9\x70\x2b\xfa\x99\xf1\xaa\x92\x00\x39\x4a\xc1\x99\xfa\x04\x4f\xe8\xb8\x97\xd3\x1b\x9e\x72\xd5\x17\xfb\xac\xf6\x68\xd0\xcf\xe0\x5d\xed\xc5\xe0\x7b\x59\xf9\x4e\xbe\x2c\x53\x3b\x05\x2a\x4b\x35\x49\x6d\x2e\xe3\x5d\x51\x6d\x2e\xf3\x66\x37\x97\xf7\x39\x4c\x90\xa5\x25\xec\x50\x1e\xec\x0c\x24\x51\x6f\x72\x03\xbb\x72\xcc\x95\x00\xea\x18\xaf\xd4\x3f\x3a\xee\x7d\xd4\xef\xf0\xbf\x1d\x80\xb0\x42\x93\x90\x00\x32\xce\x01\xbb\x55\x49\x80\x9c\x9f\x03\x62\xab\x13\xbe\x19\xdf\x17\xa4\x54\xc4\x2c\x54\x3a\xed\xd1\xf2\x4a\xa5\x40\x9d\x53\xd0\x05\xd3\x09\xd5\x3a\x8f\x7b\xd7\xef\xdc\x3d\x3b\xb3\x68\xcb\x69\xef\xc3\xd9\x0f\x3f\x1c\x5d\x74\x3a\xf1\x71\xef\x03\x03\x1d\xcf\xcc\x7c\x95\xc5\x0e\xf0\x75\xef\x00\x1d\xf7\x34\x85\xf3\x94\xb3\xe9\x70\xd1\xcb\xd9\x14\x3d\x0c\x17\xbd\x07\x94\xa5\xe5\x9c\x70\xfa\x95\x0c\x17\x3d\xfb\x8c\x32\x32\x4d\x17\x24\xd7\xc9\xf6\x05\x79\xa9\x2e\x0d\x00\xe1\xec\x51\xa6\xe9\x47\xb4\x2a\x32\xc2\xcb\x29\xe3\x32\xa7\x7b\x41\xd3\x74\x49\x45\x6a\x6b\x30\x2f\x72\x33\xab\x59\xc3\xd7\xfa\x41\x8e\xd8\x20\x8c\xe7\x9c\x7d\x79\x54\x0b\x77\xdd\xab\x27\x02\x34\x33\x28\x67\x90\xb7\x21\x15\xa9\xeb\x2c\xe5\x04\x5f\x9b\x27\x48\x5b\x3e\x42\xc2\x52\xc1\x99\xa3\xdf\x56\x69\x8e\xaf\xcd\x93\xbe\x09\x8e\x79\xba\x20\x0f\x8c\xdf\x29\x39\xc7\x75\xaf\x96\x06\x38\xdc\xaf\x41\x0c\x9a\xe4\x69\x63\x53\x7b\x9a\x1b\x83\xef\x75\x82\xfb\xe2\x38\x3a\x78\xee\x3e\x2a\xb4\xfd\xba\x67\x50\xf6\xf7\xd0\x63\xe0\x26\x5e\x7b\x2f\x40\x7d\x58\x1e\xe5\xb5\xf7\x62\xea\x80\x19\x30\x15\xc1\x8b\x9d\x73\xf3\xc9\x7b\x93\xa5\xa6\x1e\x76\x2b\x0b\xfa\xef\xd0\x13\x4e\xec\x9a\xb9\x17\x74\xdc\x53\xa2\x3d\xd3\x73\xef\x0d\x4a\x2d\x1f\x6d\xef\xd5\xa3\x3c\x94\x2b\x60\x90\x06\x43\xa8\xa5\xb9\x7c\xa6\x6a\xff\x15\x1d\xf7\x94\xa7\x4b\xd5\xcf\x4b\xc5\x11\xc2\xd7\x4d\xa9\x72\xb6\xe4\xad\x44\x32\x39\x55\xea\x09\x1d\xf7\xb4\xa7\xd9\x60\x07\xd5\xd2\x60\xd6\xe4\x2a\xea\x6e\xba\x17\x79\x45\x03\xcb\x1a\x5f\xeb\x07\xd8\x49\xa6\xb3\xfa\xa9\x71\xa7\xb3\xe2\x03\x4b\x33\x7c\xa5\x1f\x14\x1a\x28\x9f\x7e\x64\xec\xae\xc4\x57\xc1\xab\x26\xb6\xec\x5e\x71\x14\x8c\x4b\x56\xdd\x5f\x7a\xdf\x2e\xed\xc6\x73\x69\xd7\xc1\x50\xaf\x83\x41\x5e\x5c\xfe\x74\x2e\x4f\xdb\xe5\x4f\xe7\xb0\xa4\x86\x61\x72\xed\x9e\x65\x0d\xca\x15\x13\x7e\xec\xa9\x07\x85\x1f\x2e\x49\x91\x91\x42\xfc\x85\x3c\xc2\x0e\x15\xf8\xb6\x57\x4f\x44\x5f\x7b\x04\x2e\xf8\x1b\xf5\x8f\xbe\xca\xbb\xf9\x48\x27\x99\x47\x48\x2d\x08\xa4\x14\x44\xe5\x51\x9f\xd1\xd7\xde\x0d\x63\x39\xbe\x81\x3f\xf4\x55\x05\x5f\xc3\x37\xea\x5f\xd6\x0e\x47\xf8\x46\xfd\xa3\xaf\xbd\x5b\x59\xf0\x56\xc0\x13\x81\x47\x59\x5f\x2e\x53\x73\x01\x4f\x04\x1e\x65\x2a\x2b\xc8\xcf\xa9\xec\x87\x7a\x40\x5f\x7b\x9c\xa4\x59\x59\x4d\x38\x2b\x72\x99\xc9\x3c\xa2\xaf\x96\x00\xa5\xc5\xed\x01\xe0\xbb\x37\xb5\x24\x89\x0a\x17\x19\xbe\x91\xbf\xb2\x29\x2e\x6b\xe5\xe8\x6b\xaf\x5c\x2d\xf0\x8d\xfc\x95\x83\xa1\x85\x1c\x0a\x2d\x60\x60\x5f\x60\x58\x5f\xe0\x79\x09\xcf\x4b\x99\x5f\x6e\xf0\x1b\xf8\x93\x6f\x44\x1c\xd2\xd9\x4c\x26\xa8\x27\x95\xfb\xdd\xa3\xca\xff\x4e\xf6\x6e\x46\x73\x49\xe7\xdc\xe8\x07\x9b\x02\x99\xcc\x23\xfa\xda\x5b\x15\xf4\x37\x7c\x03\x7f\xfa\x0d\x72\xa8\x07\x95\xc2\x0a\x95\xc0\x64\x0f\x81\x55\x5a\xca\x4d\x7d\xe3\x9e\xd1\xd7\xde\x54\x6e\x46\x48\xd5\x4f\xdb\xef\xc6\xcb\xab\x8b\x93\xd3\x1f\x2e\xdb\x20\xe0\xf6\xe4\xd7\x8a\x2d\xb5\x00\xa4\x58\xdd\x61\x25\xdc\x96\x0b\x00\xc8\x3a\xe5\xb9\x4b\xf7\xdd\xd9\xd9\xd5\xd1\x61\x43\xbd\x75\xe6\xd7\xca\x67\x0d\x5e\x92\x94\x4f\xe7\x87\xb4\x04\xf4\x19\xda\x04\x9c\x67\x4b\x06\xb8\xa3\x9d\x33\xfd\x07\xf7\x8c\x1e\xb4\x3f\xf2\xde\x5c\xb9\x25\x7f\xd0\x0f\xe8\xd8\x38\x2a\x37\x39\x64\x15\x73\x32\xbd\xbb\x61\x5f\x64\x0d\xfa\x51\x82\x36\xf2\x45\x1c\x83\x63\xfa\x07\xf7\xac\xd3\x0f\x38\x49\x75\xb2\x7c\x44\xc7\x10\xb2\xc5\xef\x4a\xf0\x6e\x88\x1a\xf3\xfe\x31\x2d\xd2\x5b\xe8\x43\x43\xaa\xcc\x3c\xad\xa4\xbd\x4f\x97\xe9\x0d\xcd\x29\xe0\x78\x0f\xf2\x16\xb7\xaf\xba\x6e\x13\x9a\x20\xa8\xba\x92\x28\xb3\x2e\xc2\xa4\x4a\xc5\xe6\xeb\xfb\x4a\x03\xb7\x5e\x37\x8d\xfa\x02\x7e\xe8\x35\x25\x57\xc7\xea\x65\x6f\x4a\x06\xca\x55\x3f\xcb\xf3\xec\xe6\xf0\x83\x0f\x35\xa7\xe9\x52\xac\x38\xb9\x90\x00\x8d\x5f\x71\x42\xf0\xb4\x57\x4b\x93\x8b\x0b\x77\xe5\x4d\xca\x4b\xfc\x64\xaa\x1d\x3e\xf4\xcc\x23\xfa\x24\x68\x5e\x0e\x9f\x48\x39\x4d\x97\x9e\x7b\xf9\xe1\x43\xaf\x9a\xb4\x91\x18\xc4\x8f\x57\x1f\x3f\xbc\xdb\x56\xd9\x06\x6d\xe1\xd3\x6a\xc4\xaf\xd3\x89\xb5\x90\xdd\xc9\xdd\xe7\x62\x91\x5f\xa6\x33\x52\x67\x7b\xc7\x7d\xf4\x60\x3f\x27\x3a\x8c\x6c\x62\xb1\x48\x57\xd2\xe5\x72\x1f\x69\x29\x7b\xaa\x3f\xbb\x97\xed\x27\xf4\xea\xe8\xe3\xf9\x87\x83\x2b\xe0\x48\xcb\x63\x08\x6b\x69\xd6\x44\x9d\xf6\x07\x85\x1b\x9b\xa4\x67\x8f\x32\x74\xf4\xa7\xa3\x8b\xcb\x93\xb3\x53\x7c\xe4\x61\xca\xff\xf1\xd7\x4f\x47\x17\xbf\x5c\x9f\x9c\x5e\x1d\xfd\x70\x71\x70\x75\x72\x76\xda\xe9\xec\x9c\xf5\x7e\xfd\xeb\x8a\xf0\x47\x73\x8e\x9f\xe1\xa0\xff\x6e\x2b\x03\xc1\x54\xb2\xa9\x2a\xdf\x04\x3d\xeb\xab\x9e\x51\xf2\x00\x2b\x8f\x9f\x68\x79\x49\x17\xcb\x9c\xbc\xcf\xe9\xf4\x6e\x78\xd6\x0b\xde\x25\x44\xd2\x41\x03\x64\x91\xe1\x59\x2f\x4c\x90\xdf\xe5\xbf\x4e\x52\xdf\xbd\x04\xf3\x5d\x05\x8b\x75\x9f\xd5\xbb\xf9\xaa\xe2\x1b\x5c\x90\xa9\xf0\xb2\x78\x89\x41\x2d\xb4\xb8\x75\x9f\x2a\x35\x06\xdf\x64\xa9\x0b\xc6\xe0\xab\xae\xd7\xbe\xca\x6f\xef\xe7\x34\xcf\xbc\x8f\xee\x1d\xd1\xf2\x52\x87\x0e\x06\x7e\xe6\x31\xe5\x2a\x88\xdb\x50\xee\xa5\xe6\x4f\x1b\x0d\x08\x0d\xce\x77\xe6\xbf\xf9\x50\x59\x49\x53\xf0\x59\x35\xc5\xe0\x83\x87\xb4\x5c\x42\xb8\x68\x8e\xcf\xaa\x29\x12\xac\x32\x2d\xbd\xb8\xb4\x8f\x12\x4f\x5e\x09\xe6\x7d\xf1\x5f\x01\x06\x94\x73\xef\xab\xff\x2a\xbf\xd2\x52\x30\xfe\xe8\x67\x08\x53\x24\xea\xc5\x0a\xe2\x65\xf0\x5f\x81\x6e\x31\x28\xdf\x31\xe3\xf8\x32\x7c\xf7\xc4\x0a\x0e\x35\x3c\x4e\xa7\xb2\x05\x7c\xb9\xfd\x5b\x63\xb9\xc6\x02\x12\x51\x64\x2b\x41\xf8\xe1\xe5\x07\x7c\xe9\x9e\x6d\xba\x4d\x34\x29\x26\x01\xc5\x7d\x14\xe2\xb5\x49\xac\xa4\x6d\xbe\x40\xa8\x8d\xae\x7c\x62\xf6\x30\x15\xe9\x41\x96\x2e\x65\xc5\x5f\xfc\x37\x5f\x00\x01\x7c\x7c\x97\xab\x31\x5d\xd9\x08\xcd\x53\xd9\xa8\xd2\x79\xb4\x82\x51\x79\xdd\xd1\x9c\xf0\x76\xd2\xe9\x40\x2e\xd3\xfe\x33\x39\x9b\xaa\x53\xa4\x7e\xa2\x34\x49\xde\xe1\x2d\x55\xe9\x5c\x2d\xb9\x83\x4b\x81\xdf\xc1\x1f\x52\x6f\x3d\x33\x88\x77\x3d\x37\x4c\xf8\xf0\xd7\x4f\x05\x15\xee\xab\xff\xaa\x18\x35\xab\xe5\x31\xe3\x9a\x97\x80\xdf\x55\x53\x36\x5b\xe7\x5e\x1b\xa1\x7c\xc2\xc7\x9e\xc5\xc3\x27\x54\xf4\x4e\x2e\xaf\x4f\xcf\x0e\x8f\x46\x45\x4f\x69\x60\xf4\xb4\x06\x07\x3e\x1e\x3a\x61\xab\x4e\x53\xc2\x56\xdc\x94\x8e\x8f\x03\x7d\x10\xab\x13\xf0\xaf\xb2\xf8\x71\x09\xed\xd7\xbd\xc1\x77\xbd\x3f\xb5\x75\x7f\x3c\xe5\x92\xba\x96\xca\x3f\xb9\x4f\x5a\xe5\x05\x13\x3d\x97\x98\x98\xe9\x0d\x0c\x93\xc0\x4f\x68\x4d\xe6\xad\x8a\x34\xaa\x3e\xe9\x95\xd1\xd5\xb7\x5c\xad\x05\xb2\x4d\x09\xaf\x7d\x8e\x8a\x51\xec\xbe\x60\xf5\xe0\x67\xc0\x61\x95\xc9\xd0\xcf\x0e\x46\xbb\x7e\x66\x65\x72\xa9\xe6\x93\xcb\x33\xbe\xcb\xc9\x94\xdd\x16\xf4\x6b\x18\xa4\xe6\x5f\x61\xd4\x15\xa8\xd3\x86\x8a\xc3\xda\x50\x52\x05\xb2\x75\xba\xac\xd7\xd7\x26\x82\x97\x8e\xff\x2a\x93\x10\xd9\x28\x45\xb0\xaa\x4a\xab\x33\xe3\xd1\x3e\x1c\x17\xfa\xe2\xd0\xd1\x0a\x64\x1d\xb7\x10\x65\x1d\x22\x3e\x78\xba\x8e\xdb\x35\xfb\x4d\x19\x88\xb3\xdf\xe9\x70\x08\xea\x7f\x90\x65\x00\x2f\xc1\x97\x70\x98\x14\xfb\x0d\x1b\x7f\xed\xc4\x38\xde\x33\xe9\x69\x96\x79\x06\x12\x24\xd1\x9a\x9b\x60\x82\xef\xec\xee\x1b\xdc\x2f\x7b\x3a\x80\x45\x64\xed\xd6\x68\x11\x89\x39\xb1\x4a\x8d\xd1\x32\x2d\x4b\xe5\xa1\xf9\x6f\x82\xfd\xad\xad\x8d\x5e\xbd\xc6\xe1\x6e\xf7\x7b\x80\x2a\x53\x94\x6c\x36\xda\xf2\xad\x6e\x79\x23\x87\x59\x62\x6e\xdd\x4c\xc8\xba\x38\x29\x5c\x8a\x1a\x35\x26\x9b\x8a\x72\x9f\xe7\x3d\xc2\xd6\x4a\x51\x6a\x82\x19\x90\x2e\xb8\x63\xdd\x49\x13\x2f\x78\x73\x11\x97\x50\xb0\x95\xc6\x4c\x3f\x56\xd4\xf1\xaa\x41\x4c\xfa\xf5\x60\x22\xdd\xa4\xe8\x62\x32\xa6\x13\xdf\x52\x44\xdb\x7e\x3f\xc9\xa4\xa1\xc0\x02\x04\xb0\x02\x62\x77\xcf\xb5\xa8\x98\x6f\x5a\xc4\x58\x55\x6c\xe8\x33\xe6\x85\xc1\xd4\x8c\xc9\x04\x8b\x0d\xaa\xe4\x87\x29\xdf\xe2\xba\x21\x05\xed\x3d\x1a\x1b\xf3\x64\x33\xa5\xb2\xa6\xb4\xa5\x66\x47\xce\x60\x8a\x8a\xa4\x55\x74\x3a\x85\x81\xe2\x47\x92\xae\x97\xf8\x71\x35\x25\x16\xa8\x4c\x10\x8f\xcb\x64\x53\x89\x7a\x63\xcf\x56\xb9\xcc\xa9\x88\xdb\xaf\xda\xca\x4d\x4b\x9e\x80\xec\x15\x12\x36\xca\x45\xf0\xab\xdf\xaf\x3f\xbf\x7a\x75\xeb\x2a\xc8\x83\x0a\xd4\x34\xbe\x7d\xbd\x5e\xef\xaa\xa8\xf8\x00\xa3\xcf\x66\x71\xfb\xf7\xed\x64\x44\x86\x19\x99\xb2\x8c\x7c\xba\x38\xb1\x98\x5d\x4c\x92\x1e\x27\xcb\x3c\x9d\x92\x78\x85\x48\x51\xfd\xae\x1a\x9e\xe2\x57\xbf\x8f\x47\xc3\xbd\x78\x34\x7c\xb3\xfe\x6e\xfd\x6e\xfd\x3e\x59\xbf\x8e\x47\xc3\x77\xeb\xc3\xf5\x41\xb2\x7e\xd3\x4f\xfc\x3e\xcd\xfc\x3e\xd5\x6a\xf4\x5b\x9c\xa2\x7a\x8f\x54\x8b\x19\x7e\x15\x7f\x7e\xb5\xfe\xdc\x5b\x7f\xfe\xe3\xfa\x73\x77\xfd\x79\xb4\xfe\xbc\x5e\x7f\x8e\xd7\x9f\x93\xf5\xe7\xf1\xfa\xf3\x64\xfd\xf9\x69\xfd\x79\xb3\xfe\xfc\x39\x79\x75\x8b\xe6\x38\xd0\xc3\x46\xcb\xba\xf6\xf4\x3c\x2d\xcf\x1e\xac\x8c\x2a\xf0\x70\x6d\xfc\x66\x5a\x5f\x42\x46\x2f\xdb\xe8\x7e\x37\x45\x5b\xb7\x47\x5f\x9e\x6c\x79\xf4\x55\xe9\x28\x2d\xe1\xe0\x97\x64\xca\x8a\xcc\xc1\x03\x79\xf0\x0d\x5e\xf8\xb7\x9e\xf2\xea\xbe\xb3\xd4\xaa\xdc\x48\x24\xcf\x35\xc0\xd9\x3d\xcd\x48\xb4\x4c\x79\xba\x88\xfe\x06\xf6\x63\x7f\xab\x57\xa8\xfd\xaa\x8e\xc5\x44\xde\x87\x35\x93\xd7\x11\x1f\xb6\xdb\x5d\x6e\x1d\x68\xbf\x0c\xd3\x4c\xbb\x69\xd8\x72\xcf\x0b\xe5\xae\xfd\x7b\x8f\x27\xad\xfb\x71\x7f\xb2\xd5\x28\x48\x80\x51\x10\xdc\x46\xa8\xc1\x2b\x86\x36\x12\x28\x7a\xd3\x79\xca\xdf\xb3\x8c\x1c\x88\x98\x26\x2d\x89\x1a\x2d\x57\x22\x06\xb7\x0d\x3b\x03\xeb\x5b\x84\x6f\xd0\xfd\x78\x50\x6d\xcd\x7a\x89\x91\x45\xde\xfc\x3b\xda\xe9\xab\x18\x17\xf7\xe3\xbd\x67\xb3\xee\x0e\xa0\x7a\x95\xf5\xcd\xb6\xac\x0a\xf4\x3e\xca\x91\x3e\x86\x23\xf5\x4e\x1f\x0c\xd0\xee\xed\x0c\xb5\x3f\x7f\xfe\xdd\xa0\x9d\x6c\xd0\x63\xd0\x5d\xab\x34\x17\x8f\xff\xfb\xd5\xa4\x9b\xb4\x65\x86\xbd\xc6\x0c\x3d\xfd\xf5\x4d\xd3\xd7\xb6\xea\xd4\xad\xec\xd4\xed\xf3\x9d\xda\xa0\xdb\xfa\x8c\xa9\xb5\x59\xc4\x12\xd7\x81\x5c\x76\x5d\xcf\x7b\x47\xa7\xef\xcf\x0e\x8f\xae\x0f\x4e\x0f\xaf\x0f\x8f\xe0\xf1\xfc\xe0\xea\xc7\xeb\xcb\xa3\x1f\x3e\x1e\x9d\x5e\x5d\x8e\x66\x31\x4f\x86\x5c\x56\xbb\x6d\x76\xfd\x7a\x65\xbe\xe7\x86\x70\x53\x71\x09\xff\xb4\x49\xd0\xf5\x73\x6e\xe2\x1f\x2c\x7e\xe1\x79\x40\x79\xf3\xef\x70\x57\x7b\x9b\xa8\xaf\x74\xb3\xed\x3d\x32\x48\x82\x18\x03\x1e\xbc\x45\x14\x5b\xaf\x3c\xc6\xd7\x5d\xdd\x32\x5b\xdd\x8a\x68\x85\x8b\x71\x3a\x41\x53\xdc\x6f\x0d\xf6\x3a\x71\x89\xf7\xde\xbe\x8d\xa7\xb8\xdd\xc6\x18\xaf\x46\x6f\x86\xff\xf6\x27\xf9\x10\x76\x64\x34\x18\xbe\xd9\x6b\x48\xde\x1b\xf6\x13\xd9\xcb\x15\x5e\x69\x7b\x8e\x41\x82\x62\x8a\xe9\x7a\x3d\x9e\x24\xea\xa6\x5b\x25\x28\x66\x98\x79\x29\xfd\x1d\x1c\xbf\xe9\x94\x49\x92\xa0\xc1\x9b\x4e\xd9\xe9\xf0\xf1\x74\xd2\xed\x22\x7d\x35\x3e\xc9\x43\x3f\x9c\x6a\x0b\x89\x3c\x5e\x25\x1b\x73\x7a\x9e\x8a\x74\x41\xca\x21\x5d\xaf\xaf\x51\x39\x67\xab\x1c\xf4\x3e\x32\x52\x0e\xd9\x7a\x7d\xed\x5d\xe3\x47\x15\xf4\x80\x40\xc7\x75\x0c\xb6\x5e\xa1\xb0\x36\xac\x03\x4c\x9d\x35\xc7\x16\xd1\xb6\x87\xc2\xb9\xf0\xa6\x99\xc1\xfc\xa0\x36\xed\x93\x59\xd7\x56\x98\xb7\x2f\xe2\x52\x95\xa2\x23\x31\xf4\xe2\xcf\xa7\x42\x10\x5e\xe0\x76\xdb\x3a\x21\xba\x25\x5f\xcc\x7a\x41\x92\x46\x13\xca\x20\x51\xce\x86\x49\xf1\xee\xde\xcb\x60\xbf\x9a\x31\x8d\xd4\x40\x77\x60\xa0\xbb\x10\x7b\x08\x12\x86\x6e\x02\xec\xed\x2a\x13\xdc\x8c\x7d\xa9\x82\xbd\xb1\x84\xc4\x12\xf7\xb1\x78\x4f\xf1\x96\x82\x01\x80\x8d\xa3\x56\x4c\x5a\x9a\x02\x9c\xa6\x22\x66\x0a\x21\x8c\x45\xe2\x01\xbb\xb3\xc0\xfe\x56\x0e\x78\x9b\xcb\x09\xf8\xba\x5e\xc7\xfe\xe4\x48\xc0\x7e\x41\x6e\x8f\xbe\x2c\x63\x7f\x0e\x93\xc4\x9f\xc2\x0d\xf2\x1b\xb9\x25\xcf\x98\xd5\xba\xc5\x31\xbe\xdd\x76\x30\x06\x2f\x0b\xe0\x20\xdb\xc3\xf9\xf6\x0b\xe7\x3c\xa1\x08\x8d\x40\xf5\xa6\x18\xf3\x71\x31\x01\x2b\xda\xa3\x98\x22\xb8\x05\x8d\x29\xe3\xc6\xf3\xe3\x1f\x94\xd0\xd9\x59\x90\x9d\x6d\xc2\x11\x2c\x57\xa2\xd9\x83\x13\xf4\x59\x55\x08\xb6\x92\x5e\x1d\x45\xab\xd6\x3f\x7b\xcd\xc1\x2c\x9e\xc5\x14\x51\x63\x52\xaf\x2a\x45\x74\x6c\x52\x26\xb8\xd0\xbe\x0d\x2b\xd3\x34\xaa\xee\xe9\xa2\x47\xb3\xa1\x36\xc6\x76\xc9\x49\x35\x9f\x36\xbe\xed\xd1\x4c\x07\xbd\xf7\xaa\x18\x57\x12\x90\xcc\x36\x41\x45\x38\x0b\x4a\xd0\xb7\xc5\x5f\x5f\xb8\x8e\x3b\x42\x4f\xc3\x78\xd2\x32\x7b\xb7\x05\x6b\x2a\xaa\x6b\x2a\x5e\x58\x53\x01\x6b\x7a\x29\x17\x34\x91\xc4\x19\x0c\x83\x26\xdb\x16\x54\xc8\xbc\xcc\xcf\xcb\xbc\xbd\x0f\x9d\x39\xa8\x13\x3c\xa1\x61\xf9\x6f\x2b\xc2\x1f\x75\x24\x5c\xb2\x5e\x3f\x6d\xbc\x43\x7e\x67\xc7\xdd\x22\xd8\x5d\xce\xaf\x3e\x77\x5f\xdd\x2e\x50\xfb\xf7\x7b\x7d\x49\x8b\xf1\xc7\x27\x81\x1b\x91\x63\xed\xa7\x4e\x5e\x35\xb8\xdd\xb6\xf1\x34\x37\x07\xde\x44\x2b\x67\x52\x1a\x05\xad\x26\xa3\x20\x67\x73\xc6\x5a\x3e\xb0\x66\xae\x66\x93\x89\x30\x21\xe7\x35\x0b\x7c\x00\xea\x92\xda\xd3\x0e\x74\xc7\x13\x24\xf4\xa6\x25\xa8\x8f\x24\x8e\xd3\x97\x28\x54\x0b\xe2\x77\x0b\xd4\x00\x99\x39\x63\x6a\x43\x60\xb1\x69\x9d\x3f\x4b\x58\x79\x71\x17\x71\x58\x16\x51\xdc\xfe\xef\x36\x62\x78\xdc\x47\x7d\x04\xde\x88\x9d\x11\x94\x35\x91\x42\xe0\x80\x74\x85\x77\xfa\x28\xc7\x7d\x79\x8f\xee\x4f\x1d\x6d\x38\x95\xfb\xca\x34\x31\xc3\x64\x3c\x9d\xa0\x0c\x3f\xc4\x25\x9a\x29\xca\x98\x25\x68\x8e\x33\x35\x66\xb4\xc4\x59\x2f\xb8\xc7\xf6\xf3\xb7\xa5\x0b\x97\xa7\xb7\xe8\x02\x97\xe3\x7c\xd2\x7a\xb3\x83\xf1\x02\xae\x03\xb8\x71\x77\x06\xa8\xc0\x85\x45\x18\x01\xc9\x44\xb4\x8b\xdb\xaf\xda\xa8\xc0\xf7\x63\x95\x75\x12\x2f\x50\x01\xe9\x8f\x2e\x25\x49\x36\xe9\x78\x3a\xc1\x4f\x86\x2e\x9d\x99\xab\x07\xa9\x0b\x76\x5e\xb9\x5d\x97\x9b\xcd\x0a\x3c\xc2\x37\xb7\x97\xa0\xc2\xdd\x5d\x29\x2a\xec\x5d\x47\xbb\xed\xdf\xb5\x51\xa1\xef\x30\x86\x9e\x33\x64\xeb\x74\x44\x2f\x2d\x95\x1b\xca\x5e\x2a\x89\x4d\xe3\xc2\x0a\xfa\x04\x7e\x48\x4a\x72\x0b\x16\x9c\xc3\xd2\x90\xd4\xe5\x30\xdd\x24\x1b\x74\x1e\xd0\x4a\xea\x4b\x35\x36\xa4\x0f\x3f\xa0\x46\xed\x73\xbf\xc1\xeb\xc5\xd5\x9c\x70\x12\xd1\x32\x2a\x58\x04\x34\x78\x24\x4b\x64\x51\xbb\x4b\xb6\x98\xc8\xd9\x56\xed\x36\x31\x00\xa7\xf2\x21\x80\x3c\xf6\x23\x5c\xa5\xe3\x62\x82\xa9\x47\x27\x84\x83\x2a\x15\x67\xbd\x8e\x26\xef\xec\x04\x63\x0a\xcb\x19\x22\xeb\x99\x3b\x51\x97\x93\x74\x57\x1b\x26\xa4\x21\x52\xd7\x37\x4d\x08\xc5\xbc\x67\x56\xc8\xc4\x77\x32\xa3\x66\x66\xd4\x29\xa6\x63\xa6\x36\x73\x6a\x36\x73\xa1\x77\x6d\x17\xdf\x8e\x53\xbd\x49\x53\xe4\xf0\x88\xf6\xab\xf6\x0e\xd6\x14\x96\x41\x8c\x0b\x59\xa4\x5b\x24\x08\x36\x8e\x07\x44\x55\x7d\xfa\x96\x54\x83\x07\xb1\x9d\x0e\x12\x1c\xe4\x4d\x12\x79\xed\x34\xcd\x97\x57\xa4\x61\x13\x8d\x27\xce\x92\xf5\x8e\x3c\x96\xb1\xa4\x3e\x40\x47\x23\xf6\x71\xf4\x6d\x58\x84\x5c\x69\x04\x81\x68\x27\x0e\x0f\xb1\xb1\xda\x1a\x98\x0e\x34\x51\xf7\x19\x73\xf7\x59\x89\xfb\xfb\xe5\x5b\x66\x6a\x2f\x4d\xed\x2b\x79\xe8\xc6\x13\xdc\xee\x36\xd4\xc3\xc6\xe5\x24\x69\x09\x83\x98\x2b\x13\xf5\xb4\x8b\xdb\x5b\xb2\x27\x3a\x14\x62\x9c\x26\x36\x6a\xb5\xcf\x53\x1c\xb5\xdb\xc3\xf6\xa8\xdd\x15\x9a\xd5\xd3\x69\x57\xce\x22\x44\x15\xda\x36\x97\x5e\x64\x2e\x43\xcc\x74\xda\x09\xe2\xf8\x69\x83\x9e\xb9\xae\xc7\xc5\xc4\x64\xc7\xed\x04\x31\x7c\x17\xd3\x71\x7f\x92\xa0\x14\x9b\xe9\x40\xa5\x04\x8f\x2b\xc3\x2d\x96\xf8\xae\xd9\x89\xa3\x15\x6e\x0b\xbe\x22\xed\x61\x9c\x7e\xbf\xd7\xe9\xb4\xc7\x13\x49\xf9\x30\x4d\xbf\xa4\xbb\x7b\x72\x77\x95\x10\xfb\x62\xcc\x6c\x7a\x1f\xc9\x2f\x93\xf5\x3a\xe6\x63\x36\xc1\xe3\x49\x92\xa0\x15\x38\xab\x1f\xc9\xe6\x07\x93\x64\xd8\x6e\x27\xa8\x1c\xc9\xcf\x66\x7e\x87\x90\x77\xb5\xe5\x48\x5b\xbe\x79\x53\x80\x39\x8d\x25\xd9\xbb\x69\x62\xc2\xa9\xed\x0c\xe4\xce\x71\xac\xb1\xff\xd3\x4e\xf6\x01\xd1\x67\xc0\x3c\x26\x86\x5a\xec\x23\x96\x98\x10\xb0\x5e\xf6\x51\x5b\xfb\x2b\x97\xe7\xcf\xec\x18\x5b\x28\xed\x0e\x90\xb3\x05\x0e\x6a\x4b\x13\xe7\x8e\x26\x5c\x53\xb9\x91\xd4\x09\x25\xc1\x09\x25\x70\x42\x49\xa2\xbd\xbc\x93\xd6\xcb\x84\x39\xc1\xf2\x28\x0d\x63\xe2\xd0\x99\x98\x24\x28\xf7\x5e\x73\x3d\xaa\xa9\xa5\x4b\x5a\xd3\xef\x07\x9d\x4e\xfb\x55\x1b\x7b\x3d\x98\xee\x0e\x92\xea\x84\xc8\x34\x94\xe3\xdc\xa5\xe4\xd6\xa5\x8c\xa4\xa1\x77\xbc\x20\xd2\x33\xdc\xdf\x9f\xd9\x6b\x1d\x6e\xa5\x2f\x31\x47\xc4\x27\x80\x67\x49\x92\x98\x0d\x3a\xeb\x76\x93\x7d\x53\x18\x02\x24\xcf\x71\x7f\x7f\xee\x8e\xff\x1c\x2c\xa7\xe7\x13\x0b\xf2\x3b\x9d\x4c\x47\xe6\x19\xcf\x27\x49\xab\xd1\x3b\x05\x51\x30\x25\x6e\x02\xde\x44\xdd\xaa\xeb\xb5\xc1\x56\x0a\xcc\x55\x64\x31\x3e\x1e\x48\xf0\xc2\xc7\x7b\xe0\xcc\xbe\x9a\xaf\xc4\xa9\xcc\xb7\xc2\xa9\xcc\x97\xe3\x74\xbc\x67\x5d\x95\xe6\x96\x28\xd9\x05\xf7\xd7\x0c\x78\x8b\xc5\x0e\xc6\xa5\xf9\x52\xee\x02\x21\x42\x77\x30\x5e\x59\x87\x08\xbb\xf6\xde\x82\xf4\x11\xdd\x5d\x0d\xa1\xd4\xa8\xdc\x2d\x86\xfd\x4d\x92\x6c\xe2\x2c\x31\xee\xea\xc7\x7d\x6b\x3b\xbe\xec\x74\x96\xde\x94\xc4\x54\xbe\x6b\xf4\xa1\xd3\x01\x1e\xd2\xef\xe4\xc2\xda\x44\x7d\x1e\x77\xff\x4d\x2e\x6f\xae\xd1\x8f\x2d\x04\x13\x76\xc8\x00\xd0\xb1\x40\x2e\x2a\x87\x48\x3b\x74\xbd\x0e\xa2\xd8\xe8\x8b\x0e\xd0\x4a\x88\x53\x43\x9d\x3f\x92\xb6\x89\xd0\x2a\x34\x89\x4b\x25\xb0\x19\x20\xe5\x2f\xf0\x20\xe6\x49\xcb\x62\xf5\x86\xe5\x62\x77\xd2\x0a\xf7\xf7\x57\x8e\x13\xb3\x32\x90\x2c\xc7\xc5\x78\x35\x41\x53\x9c\x6b\x64\x70\x26\x77\xa6\x8f\x76\xa1\x0c\xdf\xa0\xb9\x8e\xda\x33\xdd\xc1\xf8\xba\xd3\x99\xc9\x3f\x7b\x09\x2c\x71\x7f\x7f\xf9\x76\x6a\xea\x5e\xca\xba\xe7\x78\x47\xc9\xc7\x16\x78\x3a\x5e\x4e\xd0\x3d\x04\x2e\x1e\xa7\xdd\xee\xa4\x95\x61\x8c\x6f\x3a\x9d\x38\x83\xe8\xde\x2f\x9e\xc7\x4e\x67\x36\x5e\x4e\x46\xd9\x78\x31\xc1\xf7\x9d\x4e\x03\x89\x71\x9f\x0c\xd5\xd7\x4d\x39\x5e\x79\x08\x65\x6e\x11\x4a\xe0\xbe\x96\xc3\x0c\xd1\xf2\xf0\xb1\x48\x17\x74\x3a\x9c\xdb\xbb\xa4\xdc\xc4\x4b\x94\x23\x20\xe8\x25\x70\x34\x0a\x3d\xed\x7e\xef\x75\xef\x4d\xfb\xe5\x1e\x4a\x30\x7d\xde\x3b\x65\x7c\x01\x2b\xc5\xf1\x53\x61\x9e\x2f\x15\x26\x32\xcc\x91\x4d\x3a\x4f\xc5\x7c\x58\x6a\x39\x81\x7c\x31\x79\x66\x21\x64\x5e\xa4\xcb\x46\x7c\x09\x84\x2a\x2d\x12\xb3\xb8\xdd\x46\xbc\x22\xe0\x4a\x90\xe7\xf3\xc9\x72\x91\xcc\x4a\x31\xcc\xb5\x34\x07\x95\x01\xe6\xc0\xe4\x3d\x22\x77\x48\xd9\xb0\x43\x4a\xb5\x43\x84\xde\xf4\x49\x2b\x8d\xa7\x28\x47\x6c\x9c\x4f\xd4\x96\x9c\x61\xee\x84\x3b\xf9\xa4\x35\x1b\x91\x78\x8a\x66\xd0\xf6\xb0\x50\x0c\x7a\x8a\xa6\xc9\x66\x13\x4b\x9c\x25\x94\xc9\x8a\x91\x72\x47\x8b\x88\x26\xd2\x95\x07\x4a\x1d\x7b\x56\x7b\xf2\xb8\xc0\xe7\x9e\x40\xfd\xc2\x97\xfc\xf2\xeb\x5f\xcb\xd0\xcf\x43\x83\xe5\x7a\xe0\x6c\xaa\xcd\xcb\xfb\xa5\xfc\xab\x0a\x8e\x1b\x6d\xd4\xff\xe7\x52\xe3\x9c\xdd\x1e\xdc\x30\x2e\xf0\x03\x22\xbd\x13\x6d\xea\x0f\x78\x34\x44\x41\x20\xbd\x2b\x9e\x16\x25\x95\xcd\x2a\x53\x51\x3f\x45\xd1\x93\xa4\xa7\x14\xca\xce\x0f\x2e\x0e\x3e\x5e\x5e\x5f\xfe\xf2\xf1\xdd\xd9\x07\x4c\x7a\xd5\xf7\xcb\xab\x83\xab\x23\xf7\x6a\x1a\x73\xd5\xe1\x46\x21\x36\xdb\xe2\x34\xcc\xee\x39\xe8\x97\x5a\x48\xed\x28\xa8\x65\xd1\x76\xdc\x76\xd5\xc3\x38\x49\xa6\x99\x8b\x0b\x52\x96\xe9\x2d\x01\xf7\x20\x0d\x79\x4c\xa5\xa0\xce\x08\x9e\x81\xaf\x78\x3a\x25\xa3\x2d\xe9\xe1\x2e\x51\x8e\x2e\xb9\xfa\x6f\xf0\x66\x56\xf1\x72\xa5\xea\xb4\x5f\x93\xd0\x05\xa2\x73\xeb\x83\x89\x72\xa3\x96\x6e\xe1\x30\x94\xdf\x2e\x15\x5b\x55\x28\x7d\x90\x67\x27\xa5\x9e\x45\xc4\x01\x33\x80\x80\xb2\x63\x3e\x49\x36\xa1\x38\xd2\x20\x60\xa4\xd3\x21\x5e\xdc\x56\xde\xe9\x70\xe7\xb1\x90\x8c\xf9\xee\x00\x6e\xcd\xa6\x5b\xbb\xd3\x29\x8d\x6c\xac\xed\x51\x1b\xed\x64\x13\x17\x96\x65\x27\x70\xe1\x93\x22\x68\x9c\x9a\x32\x7d\xc4\x25\x42\x22\x26\x2e\x46\xa7\x24\x11\xbc\xb0\xa3\xd3\x00\x7d\x96\xc3\x23\x16\x2d\x18\x0b\xe8\x97\x0b\x42\x62\xdd\xc6\xca\x4f\x18\xc4\x68\x26\xfa\x6c\xe8\xff\x29\xe4\x80\x4a\x44\xa2\xca\xf9\x05\x12\x55\xd6\x30\x2e\x26\x1e\xb7\x7d\x66\x02\x00\xcb\x03\xe7\xe3\xf5\xff\xac\xa8\x51\x3a\xa8\x2a\x0f\x7c\x76\x53\x85\xef\x30\xc0\x77\x5a\xd0\x76\xec\x6d\xf6\xe8\xff\xb4\xbb\xb4\xdb\x1e\x46\xed\x2e\xf3\x18\x78\x29\x94\xd2\xd9\x25\x59\xe3\x86\x91\xb9\x35\xac\x7b\xb9\x5a\xaf\x9d\x9f\x25\x36\x8b\x14\xea\xbb\x5e\xd7\xa6\xb9\x9a\xf1\x14\xbe\xbb\x46\xe6\x2f\xf9\x1c\xec\x74\x54\x04\x48\xd8\xa1\x09\xf8\x29\xda\x77\xc5\x97\xde\x7d\x24\x49\x82\x34\xcf\x87\x4f\x1b\xa4\xcc\x0d\x33\xf9\xa8\xcc\xe9\xe4\xe3\xa6\xb5\x8a\x8b\x5e\x9a\xe7\xc6\x2d\x17\x44\x24\x01\xd7\x91\x72\xcb\xc8\x4d\x84\xa6\xb1\x48\x10\x49\xec\x7e\x85\xb3\xe1\x9d\x94\xf5\x5a\x05\x28\x29\xb4\x99\x5e\x06\xde\x55\x65\xcf\x12\x57\x93\x48\xe8\xcc\x2f\xe4\x24\x04\x5c\x85\x53\x52\x8c\xef\x45\xcc\x92\x4e\x67\x11\xa7\x49\x02\x4e\x8e\xd5\x98\x81\x11\xa0\xd7\xb5\xd0\x76\x93\x99\x39\x9c\x80\x95\x87\x9e\x8d\x73\xdc\x47\x33\x4b\xe9\xed\xe7\x6f\x67\xc0\x29\x63\x2a\x6a\x54\x3a\xce\x27\xe0\x8f\xa9\xa9\x22\xed\xb9\x58\x76\x4b\xce\xf0\x98\x3f\x93\xd5\xe2\xb3\xa3\x42\xbb\xbb\xdd\xf8\x52\x77\x7b\xd8\xab\x2e\xd4\x5c\xae\x7b\x6f\x3b\x29\xf5\xc8\x21\x78\x29\x55\xb2\xd8\xf6\xf5\xb5\xba\x32\xae\x77\xf7\xbe\x1b\xfc\xf9\x4f\xdf\xf5\xfb\xfd\xc1\xeb\x37\xff\xf6\xe7\xbd\xfe\xee\xeb\xd7\x7b\x7b\x0f\xaf\xdb\xad\xca\xad\xf2\xa8\x25\xa6\xed\x6b\x73\x1b\x99\xb2\x7b\xaf\xf7\xfe\xfc\xe7\xbd\x3f\xbd\xee\xef\xf5\x5f\xef\xee\xbd\x7e\xbd\x07\x85\xc3\x2b\xea\x56\x0b\x2b\xdb\xd7\xd7\x7f\x3d\x77\x45\x5f\xff\x79\xef\xcf\x7f\xda\x7b\xf3\xa7\x37\x6f\x76\x5f\xef\xe9\x82\x4d\x37\xde\x0d\x14\xbf\xde\x1e\xbb\x17\xf1\x6a\xc0\xf9\x20\xca\x26\x85\xd8\x55\xea\x35\x71\x51\x8b\x25\xd5\xca\x6c\x32\xdc\x2f\x33\xce\x16\x5e\xb0\x08\xc1\x02\x71\x18\x2d\xf5\x2d\x66\x63\x9b\xd0\xf2\x60\x2a\xe8\x3d\xb8\x79\x81\x84\x15\xcf\xb5\xf5\x68\x7b\xb5\xcc\x52\x41\xda\xd6\x85\x2b\xcb\xef\x6b\xa1\xfa\x0d\x04\x06\x3b\x1f\x57\xa9\x77\x73\xef\xd8\xb6\xdf\xa7\xab\x92\x64\xef\x1e\xa1\x0f\xb4\xb8\xf5\x33\x0d\xaa\x99\xb4\x47\xc3\x67\xf3\x98\x8a\x2e\x14\x6b\xbf\x21\xef\xf5\x3d\x05\x3f\x88\x7f\xf5\xe4\x04\x4f\x2a\x70\xf1\xf8\x71\x82\xf9\x7a\x4d\x14\x33\xdc\x44\xf7\x11\xa4\x10\x86\x4b\xae\xf0\x34\xc3\x25\xcf\x52\x91\x2a\x46\xab\x7c\x82\x38\xc4\xfe\xc4\x64\x1f\x59\x46\x72\x57\xfb\xcd\xc4\x3c\xca\x3b\x77\x41\x4b\x12\xac\x04\xd8\xc5\xfa\x29\xe3\x5b\x57\x80\x1b\x24\xcb\x85\xeb\x52\x5a\x5c\xa7\x12\x6f\xf1\xab\x59\xd2\x7b\x26\x8c\x05\xa2\xff\xa1\x24\xbf\xad\x48\x31\x25\x78\x77\x80\x68\x10\x32\xc5\xf4\xa6\x30\x96\x7b\x3d\x4e\x24\x6a\x20\xe9\x32\x59\x43\xec\xf5\x8f\xba\xb0\x3e\xcf\x2f\xdf\x0e\xfb\x86\xf5\xdb\x81\xfd\xfa\x5c\x9e\xf5\xba\xaf\xd8\x49\xba\xf7\xc9\xdf\xb1\xe2\xb2\xf6\xb6\x16\xf2\x28\xa6\x94\xdd\xca\x9d\x4e\xbc\xc3\x9e\x1d\xc1\x7a\xdd\xf4\xbd\xd6\x4a\x62\x14\x1b\xe5\x6a\xf1\x9e\x22\xcf\xec\x7a\xf3\x00\x25\xa9\xae\x24\xf7\x5e\xb4\x16\x99\x9f\x64\xb0\xa5\xd2\x30\xee\xbd\x15\xf7\xf3\x8d\xcb\xdd\xc1\x44\x7b\x71\x0c\xa9\xe4\x72\xbf\xdb\x5d\x19\xe2\x27\x28\xb2\x52\xbc\xfa\xbc\x47\x4b\xed\xa2\x27\xd3\xce\x88\xeb\x9b\x28\x57\x05\x37\xe1\x2e\x22\x26\x62\xc6\xa5\x4e\x31\x01\xe7\xcc\x6e\xe2\xe6\x1c\x78\xfc\x16\x0b\xe6\x53\x07\x78\x46\xb5\x6d\xb7\x33\x40\xf7\x01\xea\x91\xaa\x9c\xd1\x6e\xa4\x72\xb4\x13\x49\x8d\xb9\x52\xaa\x19\x79\xcb\x68\x5a\xab\xa7\x04\x75\x4d\xd8\x64\xad\xb5\x54\x9f\xea\x9e\xb0\x0d\x1e\xd2\x4c\xf1\x2f\x08\x4a\x13\x59\xe9\x7d\xdc\x56\xb3\x11\x41\xa7\xdb\x89\x1f\x1a\xac\xe9\xf8\xa8\x1e\x69\xa0\x92\x78\xc7\x79\x63\x38\xb4\xb5\x88\xd7\xa2\x27\xe6\x64\x6b\x38\x2f\xbf\x25\xc8\xa8\xbf\x6f\x90\x50\x83\xdd\xa2\xab\xe4\x17\x53\x93\x02\xbe\x36\x91\xe8\xe9\xa8\x59\xdf\x50\x4e\xe7\xb4\x25\x61\x39\x6a\x62\x47\xce\x54\x10\x24\x2d\x77\x54\x22\x47\xad\x6f\xab\x66\x58\x5f\x53\xe1\x5f\xe2\x8d\x5f\x4b\x83\xe5\x8d\x25\x3b\x28\x2f\x2e\x3f\xc1\xbb\xab\xfa\x3e\x3c\x56\x7f\x3f\xd3\x3c\x57\x3e\x24\x62\xe3\x1d\xdd\xff\x7c\x48\xb3\xf0\xab\x1c\x89\xe9\x73\x6d\x30\xb6\xa9\xf5\x3a\x9e\x05\x63\x08\x4e\x41\x15\x12\x4b\xfc\xd8\x6d\xa3\xe8\x21\x2d\xcd\xde\x6d\x9b\x4b\xda\x84\xcd\x51\x17\x8b\x93\xd7\xf9\x69\xb1\xf7\xd6\x5b\x72\x52\x25\xa2\xfd\xc1\xc1\x5d\x95\xd4\x2e\xf3\x7e\xf5\x32\x1f\x04\x53\x92\x42\xaa\x07\x2c\xf5\x62\xc0\xa4\x90\x8c\xf2\xc0\x1a\x9f\xd4\x96\xf8\xd9\xe9\x27\xba\x1a\xc1\x1f\x6b\x13\x0b\xd3\x61\x45\xd3\x7e\x2d\x6e\xde\xe4\x35\x20\x87\xee\x4f\x03\x08\xac\xbd\x98\x3c\x66\xca\x3c\x88\x6e\xa2\x3c\xc6\xe1\x07\x88\xa7\x23\xf4\xb7\x26\xae\x70\x05\xc9\x21\x76\x77\x94\x61\x88\x43\xc7\x47\xf1\xc3\xe5\xc5\x72\x6e\x8d\x62\xb5\x0e\xdc\xe7\xb2\xca\x6a\x9a\xc2\x88\x35\xd6\x51\xa7\x92\x94\x37\x51\x04\x9f\x3d\x41\x69\x8d\x0e\x2c\x3c\x3a\x90\x7f\xbf\x37\xe2\xbb\x7b\x92\x0e\xa4\x78\x6f\x9f\xbe\xe5\x26\xda\xd8\xee\x9e\x4f\x07\x52\x1d\x27\xcb\x4e\x3f\xf4\x12\x2c\xb8\x0c\xe0\xf2\x2f\x23\x23\xb7\xa9\xa1\x7e\xdd\x41\x02\x1a\x30\x85\x82\x2a\x2c\xcf\xd9\xc3\x85\xde\x42\xe5\x96\x60\x4b\xaa\xcd\xd6\x76\x20\xd5\x14\x94\x92\xd4\x76\xed\xa8\x9e\x54\xed\x40\x1c\xde\x14\x00\xf1\x05\x04\xb1\x94\x2b\xb3\xdd\x87\xa1\x77\xfb\xc4\xe6\xb4\x47\xed\x6e\x70\xfa\xbb\xed\xa4\x2d\xab\xc9\x59\x45\x10\xf7\x0c\xc0\xb0\xc1\x51\x7c\xf5\x45\xa7\x76\x1f\x13\x53\x8c\xb8\x32\x6d\x13\xc9\x41\x01\x93\x5e\x5b\xc5\x65\x60\x81\x7e\xde\x56\xe7\xb6\xa4\xd3\x09\x28\xe8\x6b\x79\x52\x7c\x7c\x7c\xd3\xc8\x5e\xbb\x6e\x29\x5d\x3e\xd9\xd2\xcf\x24\xbd\x0b\x7c\x01\x5f\xc6\x44\x69\xc7\xeb\x7e\xbb\x98\x91\x20\xda\x79\xda\x78\x24\x49\xa1\x62\xdf\xcb\x5d\x52\x89\x37\xea\xd1\x37\x14\xf0\x17\x54\x62\x6a\x50\xa8\x95\x79\x04\xdb\x71\x94\x63\x6a\x54\xe8\xd1\x14\x53\x35\x4b\x12\x87\x39\x03\xc7\xf7\x34\xe9\x74\xb4\xb2\xfe\x0c\x83\x79\xa4\x44\x5e\x33\xfc\x25\x9e\x55\x3c\xc8\x2b\x76\xcc\xd3\x2d\x11\xd1\x82\x88\x54\x62\xee\x0e\x2d\x39\x88\xc1\xb2\x42\x56\xab\x98\x63\xb4\x3c\xe6\xec\x2b\x29\x62\x49\xba\xf3\x0a\x87\x2c\x6e\x9b\x1a\xda\x96\x0d\x15\xea\xa9\x82\x01\x9b\xf5\x31\xb5\x81\x39\x33\x60\x2c\xf8\x06\x81\x79\xe2\x29\x9a\x25\xc8\xd9\xd7\x9c\x81\xf3\x7c\x8a\xb2\x04\x65\x80\x37\xcc\xf1\xd3\x8c\x16\x99\x33\xa6\x75\xb2\x19\x44\xf1\x78\xd2\x7a\xed\x09\x93\x81\x40\xac\x4e\x39\xf1\xcc\x6f\x55\x80\x80\x4d\xe2\xe9\xc1\x32\xdc\xdf\x37\xcc\x93\xef\x99\x0a\x8f\x3e\x8b\x0b\x3d\xa3\x64\xcc\x24\x2e\xa3\x18\x13\x12\xbe\x31\x44\x9d\xca\xdc\x06\xc9\x39\x95\xcb\xe8\xa1\x79\x2a\xd1\xad\xa3\xe7\x3f\x4c\x7d\x6a\x5a\x03\xbd\xba\x89\x2d\x2c\x41\x92\xd1\x15\x20\x63\xb6\x3b\xb0\xf2\x2e\xbb\xcb\x84\xf2\xfa\xaf\x3a\x2a\x74\x51\x60\xe5\xfb\x25\xbb\xdf\x5a\x32\x67\xd3\x34\x3f\x55\x63\xf1\xe0\x96\x1c\x9d\x11\x96\x7b\xaa\xef\x64\xec\x82\x69\x4c\xbc\x21\x7b\xc3\x2d\x55\xb2\x47\x0e\x78\xde\x42\x37\x1b\x7b\xb5\x75\x3a\xf1\x1c\x7f\x89\xe7\x28\x4f\x12\x64\x36\xc0\x3c\x41\x73\x09\xb2\x02\xed\xd2\x70\x2f\xa7\x42\x70\x7a\xb3\x12\xa4\xb9\xde\xea\x76\x26\x89\xa4\x73\xab\xdb\xd9\x55\xd2\x4e\x46\xcf\xef\x64\x22\x77\xf2\x30\x48\x95\x49\xae\x8b\x07\x3e\xce\x0d\x17\xb6\x8d\x2d\x0b\xa2\x6d\x08\x6f\x66\x65\x07\x1f\xf5\x36\x18\x6d\xfb\x20\xe1\xf8\x2a\xcf\xe1\x18\xdc\x3d\xcb\x35\x31\x31\xaf\xae\x61\x13\x9d\x37\x50\xda\xea\x0b\xf6\x75\x89\x7d\x36\x80\x47\x13\x59\xb4\x09\xc4\x03\xc2\xcb\x7d\xaa\x94\xec\x2a\x6c\x81\xc2\x84\x18\x5d\x72\x36\x25\xa5\xd2\x31\x8a\x8b\xe4\x39\xac\xff\x16\xdc\x3c\xf8\x01\xb2\x1b\x69\x15\x47\x51\x18\x38\x98\x28\x1c\x45\x59\x77\x37\x38\x24\x88\xbc\xb1\x81\x22\x24\x20\x65\x50\xcf\x56\xf5\xa5\xd6\xf3\x2d\xfb\x53\x9a\x28\x32\xa4\xe9\xa6\xe6\x2a\x16\xd3\x31\xe3\x80\x8f\x2a\xc2\x21\xa9\x15\xf0\xf2\xf3\x55\xf1\x8e\xcc\x18\x27\x30\x15\x3f\x32\x76\x17\xbf\x54\xa4\xda\x84\xb1\xa4\x7c\xa6\x88\x99\xea\xe6\xba\xff\xee\xfe\x93\x70\x00\x07\x33\x41\xb8\xd7\x7f\x44\x5e\x2a\x74\x43\xa6\x6c\x41\xcc\x66\x33\x25\xe4\x3a\x85\x5f\x9a\x96\xcb\xa8\x8f\xd8\x0d\x10\x8b\xa4\x65\xc3\x54\x96\x22\x2d\xe7\x17\x3e\x1f\x4a\x05\x8d\x22\x92\x0a\x95\x3f\xc0\xad\x92\x0f\x63\xbb\xbf\x27\xb8\xb0\xe1\xf4\x6c\xe4\x68\xb5\xd5\x5a\x3b\x71\x5b\x3f\xb6\xa9\xda\x58\x49\xa7\x43\xd7\xeb\x98\x63\x61\xa4\xf9\x1a\x82\xca\x6f\x5a\xd5\xf3\xbc\x8e\x08\xc1\x35\x5f\x39\x46\xa8\xf0\x8e\x91\x17\xd1\xc4\x42\x0b\xd6\xe9\x28\x50\x98\x22\x96\xa0\x14\xf6\x3d\x48\xf6\x21\x0e\xc9\x94\x64\xa4\x21\xd2\x9b\xd6\xe6\x33\xc6\xad\xc4\x8c\xa5\x3a\x34\xa7\xf2\x9f\x2e\x88\x21\x2b\xe4\xf3\x7a\x5d\x1d\x73\xa7\xb3\x63\xc2\x93\x55\x41\xe7\x52\x8b\xa4\x3a\x9d\x9d\x86\x80\x1f\x3b\xd8\x2a\x55\x2b\xf5\x03\xbf\x7f\x81\x5c\x8d\x24\x20\xf8\xa9\x54\xcf\x93\x4e\xc7\x63\xb3\xbb\xaa\x4c\x25\x9b\xd8\x3b\xec\x88\xe8\x87\xa4\x8e\x9d\xca\x2e\x81\xb0\x06\xc4\x71\xec\xd6\xa9\x84\x2a\xd9\x8e\x82\x2a\x8a\xcf\xbb\x4d\x43\x32\x22\xbd\x6b\xe3\xe8\x1d\xb8\x51\x95\x95\x55\xe0\x15\xa8\xae\xfa\xb9\xae\x6b\x67\xb9\x15\xd0\x34\x88\xec\x9a\x21\xa5\x76\xfa\xa8\xfd\x40\xf3\x5c\xef\x65\xa8\xa6\x8d\xfc\x86\x7c\x5a\xd4\xbb\x61\x5c\x62\xef\xc6\xf5\x40\x99\x00\x35\x7e\x8a\x49\x92\xa0\xa3\x58\x28\x33\x21\x80\x26\xa8\x01\x0c\x26\x7a\x58\xe1\x69\x6f\x3c\xa1\xd4\x44\xf5\x96\x53\x13\x10\x3b\xdb\x8e\x67\x43\xef\x9b\x87\x94\xda\xd6\x5d\xa0\xf9\xea\x97\x58\x19\x36\x73\x7c\x14\x53\xcc\x13\x85\xe6\xd0\x86\x31\xf1\xed\x30\x93\x54\x98\xd9\x63\x36\xd1\x10\x2a\x80\x90\xcd\x4c\xa4\x7a\x4b\x24\x7e\x06\x3e\x0b\x1d\x74\x49\xdd\x6b\xb5\x19\xaa\x6d\xe2\x0a\x9b\xbd\x9a\xa0\x20\x5c\xb5\xff\x1e\xb4\x13\x40\xaf\x12\x31\x9d\x57\x36\x7a\x03\xa9\xaa\xbc\xb1\x58\xfb\x71\xc5\x6c\x0d\xec\x6d\x82\x1b\x5f\x71\x40\x82\xb4\x46\xad\x44\xff\xca\xad\x5d\xb0\x0d\x0c\x45\x62\xc3\x52\xc5\x02\x93\xa4\xd3\x69\xd2\x00\x6f\x0a\x60\x02\x93\x3e\xaa\x5f\xe2\xb8\x96\xf2\xdc\x7d\xe5\x81\x05\x45\x39\xf8\xe7\x5d\x73\x90\x86\x44\x19\xaf\x84\x79\x8d\xcc\x0f\xc5\x7d\xc4\xb7\xc4\x19\x86\x6a\xb6\xc5\xd1\x0d\xe2\x5f\x43\xce\x91\xf7\xac\x34\x29\xdc\x5a\xc6\xc9\x06\x5c\x20\xd5\x38\x58\xd7\x06\x36\x99\x18\xbe\xfe\xd0\x9f\x8f\xe1\xeb\xe7\xd4\x97\x80\xdf\x20\xaa\xe7\x7a\xb6\x0f\x66\x01\xbc\x78\xc0\x4d\x3a\x35\x77\x55\x23\x0f\xe2\xa1\xbc\x22\xf6\xc2\x4f\x68\x83\x44\x43\x5d\xca\x03\xe1\xa9\xb9\x40\x3e\x96\xa8\x8e\x27\x06\xe3\xa5\x28\xc4\x76\xfb\xc8\xde\x8b\x38\x45\xe5\xc6\x52\xaa\x3c\x8c\xca\x96\x00\x6c\x41\x22\x8c\x06\xd9\x80\x59\x9a\x19\xec\x74\x44\xe5\x24\x4a\x28\xfb\xdc\xe1\xf4\x11\xdd\x26\x38\x0c\x2a\x55\x48\x6c\xe2\xbb\x04\x5d\xbc\x38\x3d\x9a\xcf\x60\x26\x27\xfd\x96\xc9\x79\xda\xa0\xd4\x4d\x54\xfa\xf7\x4c\x46\x1d\xa7\x0f\x0d\x26\x54\xad\x12\x5d\x23\xe3\x9b\x49\xa7\x13\xaf\x62\xe1\x84\x83\xea\xee\x46\x22\xb4\x65\x1a\xdf\x4c\x8c\x5d\xb7\x87\x2d\x19\x19\xb0\x0d\x1e\xd4\xcb\x88\x45\x09\x47\x14\x07\xef\xd0\xd1\x21\xef\x2d\xf4\xc5\x21\x3f\x2f\xbc\xab\x82\x76\x3a\x47\xc0\x4a\xf1\x44\xcb\xf5\xa9\xa7\x76\xde\xaf\x5e\x98\x77\xad\xb8\x60\x66\x9d\xd5\x67\xdd\xce\xb9\xd9\x75\x14\x31\x87\xd2\x72\xcc\x3c\xf8\x7b\x69\x93\x63\x9e\x20\xb6\xd9\xb6\x12\x2d\x63\xd1\x5b\x23\xb6\x8a\x86\x85\x11\x15\x26\x56\x70\xcf\x72\x85\x29\x55\x12\x42\x9c\x49\x4d\x0b\x2d\x6e\x8d\x8d\x7c\x16\xc1\x9c\xb6\x43\xd5\x2c\xd3\x72\xa0\x7b\xb6\x41\x45\x13\x05\xd7\xb0\x59\x14\xa2\xcc\x43\xd4\x95\x40\x80\x39\x6e\x46\xfc\x04\x9c\xab\xcc\x8b\x02\x59\x8c\xc5\xb8\x3f\x99\x48\xca\xd4\x8a\x6d\xdd\xec\x06\x42\x60\x97\xac\x7a\xa8\x3c\xd5\x20\x15\x07\xb7\x11\x2f\xf1\x90\x0e\x5b\x38\xa9\x5d\x66\x1e\x81\x62\x6a\x1b\xf8\x6e\x54\xac\x19\x82\x55\x62\x7e\x75\x4d\x33\x13\x24\x8e\x26\xa3\x62\x4c\x55\x00\xe2\xa1\x7a\x42\xc5\x46\xef\x3f\x18\xf6\xfb\x6d\x7c\x75\x90\xa3\x00\x2b\x52\x6c\x13\xdd\x6f\xd0\xc7\xe7\x83\x8c\x36\x88\xdd\x7f\xab\xeb\x0d\x38\x80\xf1\x1c\x9d\xaf\x19\xdc\x1f\xd2\x9b\x46\xb8\xd0\x6e\x9b\xac\xf3\xb8\xd2\x36\x6a\xb8\x8d\xdb\xed\x1d\x3d\xc4\x2e\x6e\xf7\xda\x09\x12\x5d\xac\x48\x18\xb4\xd3\x97\x37\xf3\x7d\xdc\xfe\x03\xf8\x68\xf8\x03\xa8\xc9\x24\xdf\x42\xfd\x1b\xb8\xf4\x4d\x3d\x88\xf8\x98\x68\x60\x4d\x3c\x2e\x83\x6e\x5e\x54\xd4\x43\x3c\x83\x5a\xc4\xb0\xa5\x5c\x1a\x70\x44\x8f\x2d\xe3\xcd\x58\xdc\xbe\x14\x29\x17\x9e\x74\xad\x6d\x50\xc9\x15\xda\x56\x44\x5f\x6c\xca\xc4\x4a\xe6\x6f\x10\x0b\xab\xd1\x53\x7f\xb0\x29\x0e\x7b\xff\xbd\xd5\x94\x1b\x71\xcb\xe7\x1b\x86\x79\x9a\xc6\x03\xc2\x06\x49\x07\xff\x1a\x13\xe4\xb7\x30\x4e\xb5\x68\x45\x71\x50\xcd\x16\x0d\x3b\xaf\x05\xce\xca\xa5\x7a\xe2\x09\x0c\xd2\xe7\x18\x44\x44\x85\x08\x0e\x6a\x02\x9f\xa8\x11\x9d\x45\x8a\x68\x8e\x4c\x7c\xe2\x2d\x33\x62\x4c\x16\x94\x9e\x5a\x65\x38\xa0\xcf\x5c\x6d\x40\x77\x35\x35\xb2\x71\xdb\xd5\xb2\x79\x86\xc7\xe1\xdc\x4d\x3c\x1c\x04\x6c\x21\xb6\x67\xed\x76\x25\x04\xd8\xf1\x2c\x12\x94\x20\xc0\x02\x28\xf0\xbe\x63\x24\x98\xfe\x73\x6c\x19\x00\x12\xee\x1a\xfe\x74\x1c\xee\xa1\xea\xc0\xaa\x1b\xc8\x8f\x01\xe8\xb9\x0e\x09\xb6\x3a\x0e\x86\x6a\x36\x0e\x1d\x3e\x3b\x01\x66\xf9\x52\x24\x74\x8f\xca\xe6\x1e\x9d\x4b\x92\x82\x64\xb2\x2f\x36\xca\x7e\x55\x3c\xfc\x11\x0e\xdb\xaf\x0d\xce\x8c\x84\x53\xe4\x09\x68\x75\xcd\xd9\x7c\x48\xad\x00\x99\x7b\x66\xc1\xb8\xd8\xb4\xea\xba\xdd\xbf\x42\x2b\x27\x7f\x37\x66\x1a\x55\x74\xd8\xc6\x93\x9a\xfe\x9a\x04\xda\x35\x04\x36\x75\xf8\x59\x5d\x22\xae\xd9\xbb\x9a\x51\xcb\x51\x45\x85\xa5\x70\x78\xad\x42\x7a\x7d\x28\xce\x50\xf9\x0f\xe1\x12\x10\x87\xf6\x8a\xa9\x0e\x34\x81\xd4\x3c\xf6\x30\x5a\xe3\xd6\xc1\xbf\xc0\xcb\x24\x19\x83\xa5\x51\x20\x4d\xb7\x6a\xfc\xbe\xe9\x6d\xcc\xc1\x26\x8f\xe2\x62\x5c\x38\x59\x83\xc9\x11\xd0\x90\xba\x5f\x7a\xec\x65\x4c\x60\x1d\x40\x82\x2e\xf1\x8d\xca\xe7\x66\x01\xb7\x44\xdb\x50\xaa\x2d\x72\x3e\xa2\x3c\xc0\x3b\xac\x30\x38\x01\x63\x0a\xa7\xd4\x2d\xaa\xba\x43\xa0\x00\xcd\x70\x1f\x40\xaa\x31\x5d\x7d\x9b\xee\x77\xbb\x2c\x91\xf9\xc7\xcc\x0e\xc1\xb0\xe5\xfc\xe2\x21\x9b\x29\x79\x9a\x62\xd6\x02\x2d\xa5\x8d\xaa\x57\xb8\x10\xe6\xec\x7b\xdc\xdf\xdf\xdd\x65\x46\x06\x28\xab\x46\x19\x76\x96\xd8\x73\x03\x2b\xd4\x01\x64\x13\xb4\x04\x26\x8f\xec\xf7\x12\xcf\x94\xd1\x90\x75\x20\x33\x62\xdf\xe3\xa9\xa2\x30\x15\xb1\x0a\x7b\x45\x77\x4b\xd6\x10\x67\x48\x97\x41\x39\x9a\x6b\x55\xfe\x5b\x22\xbc\x2c\xc7\x8c\x6b\x13\x1d\x6d\x17\x13\x96\x41\x1c\x31\x5d\xee\x9b\x9a\x90\xeb\xb2\xc4\xcb\x2a\xd3\x18\xa0\xc4\xd2\x92\x4a\xda\x54\x69\xde\xe9\xcc\x2d\x9a\x58\x1d\x9c\xc7\x52\xb2\x99\x3a\x9d\xa5\xc7\x20\x5d\x74\x3a\xf1\xd2\xa0\x35\x50\x97\x21\x4a\x5c\xae\x85\xf6\xf7\x34\xdf\x8f\xe5\x64\xad\xd7\xcb\x2a\x53\x36\x9e\x83\x37\x9b\x29\xfe\x98\x8a\x79\x6f\x41\x8b\x98\xa1\x69\x82\xee\xf1\x32\x41\x45\xa7\xb3\x23\xcf\xff\x3d\xbe\x6f\x1c\xd1\xbd\x1d\x51\x82\x7c\x4c\xa4\xb7\x2a\xca\x39\x9d\x89\xf8\x3e\xd9\xd0\x59\x9c\xdb\x41\xd5\x6d\xcf\x3e\x32\x4e\x22\x5d\x8b\x0d\xd2\xfb\x40\x38\xb1\xfe\xf7\xe6\x29\x38\xe6\xe3\x24\x4a\x39\x89\x32\xb5\x58\x91\xb1\xb9\x8e\x66\x8c\x83\xfb\x2e\xc5\x62\x88\xda\x5d\xc7\x9a\x2e\x34\x07\x80\xaa\x90\xc2\xa9\x20\xef\xb5\xd9\x50\x1c\xe0\x4d\xd3\x04\xad\xe2\xb2\xae\x05\xe8\x25\x48\xa4\x29\x41\xa5\x3c\x9a\xf5\xda\x5e\xf0\xa2\xe5\x85\xd6\xef\x76\xb9\x32\x1a\x18\x73\xff\x3e\x35\xf8\x35\xe8\x8e\x33\x23\x67\x4f\x9d\x9c\xbd\x34\xd7\x55\x45\xe2\xde\x02\x8b\x0e\xf0\x18\x13\x70\xf1\x19\x5a\x49\xc0\x90\x6c\x36\xb2\xc7\x2f\xec\xf8\x06\xe0\xe2\x68\x71\x3a\x8b\xb9\x5b\xbe\x27\x20\x5d\x52\xcc\xc7\x0e\xc7\x9a\x24\x01\x3d\xb1\xe5\x98\x98\xdb\xad\xc5\x7b\x4b\xb6\x8c\xb5\x71\x02\x9d\xc5\x80\x0b\xc0\x85\x80\x31\x71\xae\x5d\xc0\x49\x81\xc2\xb7\xaa\xf7\x48\xe8\xff\xa5\xc4\x5b\xb2\x85\x80\xa4\x95\xe2\x12\x4c\x54\xd4\x56\x33\xb8\x05\x04\x9f\x0e\xa6\x8e\xc0\x2d\x26\xa7\xad\x79\x24\x0d\x17\xb6\xf3\x05\xf0\xb4\x41\x0e\xe0\xa1\x14\x8f\x27\xfb\x6c\x77\x77\xdf\x38\x67\x2c\x3a\x1d\x02\x9e\xdc\xe4\x78\xe5\xb8\x3d\x8c\x7c\x15\x4e\xaa\x84\xe6\xb2\xdb\x59\xbc\x4a\x46\x74\x9c\x2b\x13\x14\x35\x77\xc3\x9a\x64\x23\xd7\x79\xca\x71\x3e\x19\xa6\xca\xc4\x36\x87\xb3\x97\x3e\x73\xf6\x7e\x61\xab\x28\xa3\x59\xf1\x07\xe7\x39\x8e\x14\x6c\x75\x3b\x8f\x94\x8e\xd3\x2b\x70\xf1\x4d\xa7\x4a\x4e\x4e\x04\xe1\x65\x24\x58\x54\xa6\x82\x96\xb3\xc7\x28\xcd\xf3\x88\xcd\xe0\xf0\x35\x9e\x4a\xe5\x33\xa1\xdd\x25\xdd\x76\x2f\xfa\x48\xcb\x12\xc8\x6f\x65\x1a\x19\xb5\xbb\xa9\x3b\xa7\xb5\xfd\x2b\xa7\x56\x73\x30\xde\x27\xe8\xf0\x7f\x66\x2f\xf6\xa9\xb0\xb7\x75\xf6\xe9\xe2\xc3\x91\x0a\x7f\x04\x19\x7c\x93\xb1\x4a\xb6\xff\x6f\x1b\x8c\x9d\x3e\x8b\xd1\x69\x78\x62\x58\x3a\xb4\x82\xa4\x39\x86\xce\x8a\xe7\x98\x03\xfa\xba\x0d\x59\xa3\x7f\x0f\x47\x6d\x0b\xb2\x65\x59\xe9\x5a\x05\xee\x23\xa2\xdb\x90\x29\xfb\x68\xf5\x03\xb5\xe5\xb2\xb7\x7b\x0f\xbd\x6f\x4a\xa8\xb9\x33\x40\xa9\xd5\x34\xac\xb8\xea\x94\xd0\x16\x94\xa9\x8a\x14\x82\x8c\xd1\x9b\x9c\xbc\x7b\xfc\x74\xf1\x21\xa8\xd1\x6d\x46\x02\x68\x8b\xc0\x7d\xc4\xad\xff\x84\x7d\xf1\x96\xef\x77\xbb\xc2\x68\x69\xd3\xb1\x50\x46\xcc\x06\x6f\x99\xe1\x71\xa8\xa8\x17\xe0\x87\x5a\xde\x30\x95\xf7\xec\xec\x5b\xd0\xc8\x69\x32\x16\x4a\x59\xbc\x54\x43\xcc\x1a\x60\xfc\x14\xcd\x50\x6e\xaf\xfc\x39\xce\x34\x95\x35\x1f\x95\xf1\x3c\x19\x66\xa1\x08\x21\x6b\x90\x1f\x94\xc6\x38\x3d\x80\x95\x62\xd2\x62\xeb\x75\x56\xc3\x13\x96\xc9\x28\xd6\xe4\x66\x90\x1b\x67\xc9\xb0\x9a\xb4\x34\x3b\x7e\x15\x87\x06\x7f\x34\xf0\x44\x82\x0a\x7d\xc4\xdd\x9a\x7d\xb0\x02\x59\xe2\x6c\xa5\x2c\x1f\xca\x8a\x54\xb7\x9b\x92\xc1\x1d\xab\xaf\xd8\xed\x92\x58\xdb\xde\xb1\x27\x00\xee\x74\x9c\x00\xb8\xdf\xd2\x49\x62\xbd\x0e\x3e\x0c\x34\x7b\x37\xf4\x84\x82\x8a\x20\x41\xb1\xd0\xb8\x1b\x41\xb1\x75\x04\x14\xf7\x11\x73\x56\x87\xf4\x2d\xdb\xef\x76\x69\x62\xed\xf6\x94\xbb\x14\x32\x4e\xd5\x68\x52\x37\x9a\x8d\x1d\xcd\x3d\x04\xb9\xdc\xa2\x6f\x63\x04\x1a\x79\x5a\x8a\x06\x7b\x1a\x4d\x3d\xfa\xaa\x37\x2c\xcf\x2e\x6b\x89\x5b\x94\x91\xb5\x6b\x40\x1d\x84\xd3\x71\xe2\x02\x55\x1e\x6d\x6c\xe6\xb7\xde\x50\xda\xd8\x28\x18\x33\xa5\x9c\xdd\x5a\x02\xd8\x9e\x13\x65\x8f\x6e\x63\x5f\xe8\xaf\x25\x11\xb1\xd2\xdf\xe1\x4d\x7c\x3d\x5e\xb1\x6e\x37\x8c\x43\x77\xfa\x16\xe9\x32\x26\x28\xde\x8a\xc8\xd9\x8b\x19\x15\x78\xa7\xbf\xcf\xbf\xc7\xfd\x4e\xa7\xd8\xdf\xdd\xe5\x8e\x37\xaa\x71\x37\x43\xed\x11\xe5\xa0\x1a\x3d\xa5\xe5\x90\x6d\xe4\x0e\x51\xee\x3a\x28\xf8\xc4\x5a\xaf\xdb\xc1\x8b\xf2\x56\xe2\x7b\x65\xd9\xfd\x2e\xd9\x80\x18\x97\x3f\xe7\x08\x29\xaa\x8e\xc4\x82\x1b\x02\x45\xbd\xe3\xe6\xad\x5d\x1d\x87\x71\x9c\x3f\x4b\x23\xce\x28\xf7\x0c\xb0\x9c\x6a\x7e\x21\xc1\xfe\x8e\xd0\xbc\xe5\xea\xbe\x08\x90\xc1\xea\x47\x0d\xaf\xe5\x1a\x5e\xab\xdb\xa8\xd9\xcc\x80\xd5\x6d\xd4\xfa\xe1\x60\xb4\xcd\x01\x2d\x80\x6b\xed\xba\x69\xfa\xe8\xe3\xf7\x21\x08\x62\x09\x62\xe3\x9b\x49\xc5\x12\x19\xaa\x13\xec\x42\x07\xbc\x82\x82\x31\x43\x85\xcf\x98\xf6\xb4\xe7\x65\x25\xd6\xa6\x84\x85\x36\x1f\x4d\x7c\x3a\xda\xbb\x56\xb2\xd6\x4f\x17\x1f\x62\x06\x8e\x08\x7b\x19\xcd\xdc\xcc\xc4\xb4\x7e\x88\x64\x26\xc1\x6c\x57\xfc\x21\xed\xf4\x13\xc3\xac\x74\x0b\xc3\x12\x44\xb4\x78\xbe\x62\x9b\x33\x65\x8b\x65\x4e\x80\x3b\x86\x98\xdc\x16\x75\x3d\xfe\xaa\x2b\x6e\xfe\x18\xec\xb0\x5b\x22\xae\xea\xba\xff\xa0\x73\x65\xfd\xed\x79\xe8\x9c\x5e\x5d\x62\xd6\xd7\x98\x95\x24\x1b\xd9\xfa\x33\x5e\x80\x60\x6f\x9c\x1a\x5c\xca\xc8\x52\x8c\x87\xaa\x53\xf2\x00\x90\x49\x03\x58\xed\xeb\xd9\xca\x48\xb8\xe6\x04\x5d\xc6\xbe\x1d\x55\xb8\x71\x1c\xd6\xe9\xf3\x68\x82\x5e\x1d\x14\x19\x44\xad\xfb\xe7\x76\xae\xc6\xa5\x6d\x7f\xba\xf8\xa0\xd0\x63\xb0\x41\x29\x98\x88\x1c\x06\xda\x36\x5a\x5e\xde\x6c\x0a\x37\x8d\x2d\xbb\xaf\x6a\x8a\x1a\x4a\x2d\xa2\x32\x05\x74\x7c\x33\x91\x9b\xa6\x59\x19\x56\x41\x99\xea\x38\x42\x80\xe9\xf6\x43\x88\xe7\xc5\xee\x12\x01\xe6\xd5\x54\xfb\x43\xf5\x75\x02\x36\xaa\xfa\x86\x1d\xf4\x8c\xd2\x1c\xa2\x58\x7b\x79\xab\x42\x11\x09\x66\x47\x8d\x5f\xc6\x8f\x93\xa1\xd7\x9f\x14\x57\xfa\xca\x90\x48\x50\x89\x97\x71\x00\x60\x50\x1a\x6e\x10\x3a\x8b\x3f\x18\x8b\x33\x35\x7d\xcc\x7b\x49\x00\x5b\x28\x8d\x1f\xa9\x2a\xa7\xc0\x3b\xd2\xa5\xe6\xac\x9a\x49\x5f\x35\x41\x35\xeb\x29\xab\x71\x40\xeb\xf5\x56\x58\x29\xa9\x3b\x8b\x91\xbe\x08\x51\x1b\xe1\x5b\x8e\xd2\xc4\x98\x3e\x88\xd5\xf2\xbd\xe6\x1c\xc6\xe9\x16\xa8\x97\x27\xcd\xb8\x80\x75\xf6\x85\x83\xb3\x9f\xa2\xe7\x10\x08\xe7\x3b\xe6\x9f\x82\xf2\x59\xb6\x8a\xd1\x10\x34\xcf\xa1\x4a\xdf\xb1\xca\x64\x4c\x40\xdd\x73\xd2\x80\x57\x3d\xb3\x09\x3a\x9d\x98\x37\x2c\x67\xd2\x7c\x91\x70\x3b\xd1\xd5\x59\xd8\x72\x8b\x3a\x89\x08\xdf\x52\x10\x73\xc4\x3d\x33\xce\x17\x6f\xa0\xc2\x5e\x96\xde\x0e\xe5\xa0\xcc\x6a\x6f\x8c\x4b\x22\x44\x4e\x7c\xe3\x38\x5d\x6d\xf4\x30\x27\x85\x9f\x4e\xcb\xc8\x54\x97\xc9\x4b\x85\x6a\x56\x9b\x0a\x42\x7d\xf4\x85\x42\x38\x1e\xcb\xdd\x4e\x91\x19\xc6\x36\xa4\x22\x85\x50\x0b\x12\x4e\x64\x6c\x2b\xa2\x52\x13\x1c\x07\x62\x09\x65\xd6\xb2\x33\xd0\xf2\x00\x49\x64\x8e\x85\xc7\x51\x61\x5a\xf6\x6e\xf9\xaa\xb4\xd3\xa1\x35\x1d\xd1\xc0\x77\x09\x08\x3a\x84\xe2\xba\x84\x94\x8b\xb3\x0c\x33\xa6\x44\xa8\xfd\x49\xde\xf0\xb4\xb8\x55\x06\x04\x91\xd1\x36\x6d\x39\xef\x00\x0a\x2e\xf9\x16\xc5\x8a\x22\x3e\x51\x35\xa4\xe3\xd4\x13\x1b\x00\x13\x50\x9f\xa0\xf1\x04\x69\x87\x1e\x15\x9f\x6f\xfd\x64\x14\x9b\xf6\x0f\x84\x20\x8b\x25\xf4\x40\x5e\x2d\xde\x72\x09\x06\xe2\x65\x4d\x7f\xdb\x1b\x2c\x19\x36\x95\xdd\x5a\xee\xa4\x72\xa9\x0b\x70\xb7\x17\x00\x98\x3a\x8a\x50\x80\xfd\x2b\x6f\xd8\x7d\x0d\x18\xc7\x16\xd3\x2a\xc3\x27\x05\x96\x13\xe8\x6d\x94\x11\x2b\xa2\x0c\x82\x3e\x41\x38\x2d\xc5\x6c\xda\x37\x9b\x32\x1c\x86\x8b\xb5\x20\xfc\xa9\x0f\x15\x2b\x7c\xf8\x07\x8c\x0d\xe2\x59\x3f\xc7\x8d\x8b\x87\x9b\x69\x9f\xba\x3c\xf6\x21\x26\x89\x9c\x6c\x45\x0d\x39\x44\x50\x69\x7b\xd7\xed\x3f\x9f\xa5\xb5\x6a\x36\x80\x0d\x3d\xd8\xe9\xa3\x76\x80\x5e\xb6\xd1\x58\x5b\x38\x57\xd0\xce\xe6\x0a\x2c\x18\x53\xe0\x8b\x20\x51\x45\x3e\xdd\xfd\xe0\xce\x30\x49\x90\xde\x4e\xfe\xe2\x5d\x5d\x1c\x9c\x5e\x9e\x5c\x9d\x9c\x9d\x46\xef\xcf\x3e\x9e\x7f\x38\xba\x3a\xea\xb5\x13\x14\x70\x3b\x8d\x2d\x91\x42\x1e\x52\x45\x8f\xc7\xa9\x6f\x11\xc7\x12\xc7\x25\x0f\x8c\x1e\x5b\xa1\x1e\xb2\x8e\x6e\x9e\x22\xe2\xf9\xfa\x76\x4d\x20\x62\xac\x5b\x37\x8a\xff\x93\x02\x72\x12\xac\x7f\x33\x52\xe2\x34\x85\x97\x29\x17\x30\x7b\x30\x61\xa5\x8f\x01\x69\xeb\x7e\x75\x47\xb1\x1e\xf9\x42\x05\xc9\xfc\xab\x8a\x77\xbb\x89\x0a\xc3\x14\x53\x9b\x41\xde\x42\xaa\x7b\x56\xfc\xed\x03\x29\x0f\x62\x39\x61\xdb\x85\x24\x7a\x25\x00\x0b\x53\xe4\x1c\xf8\x3a\xca\x14\x9a\x90\xf9\xe4\x7f\x2c\x92\x00\x1c\x59\x4a\xdf\x0d\xa1\xe5\x31\x05\x88\xcf\x61\xaf\xd3\xf8\xac\xb7\x2a\x34\x69\x6f\x9d\xb5\xc1\x29\xf6\x66\x00\x68\xf3\xea\x04\xd8\xde\xc1\x1c\x40\x16\x37\x05\x9e\xe0\xeb\x5b\x86\x3b\x40\x22\x9c\x73\x75\xbc\x32\xbd\x98\xd5\xa6\xdd\xbe\xd5\x41\x7e\xce\xf8\x27\x55\x20\x96\x37\x7c\x58\x58\x92\xf4\xf5\x06\x88\x2a\xf8\x77\xd6\xac\x4b\x41\x95\x7d\x47\x36\xad\x92\x27\xb5\x0f\xbd\x69\x4f\xb7\x31\x55\x02\x74\x64\xb5\xf1\x80\xd2\xb7\x53\xc6\xf2\x70\x06\x84\xaf\x86\xce\x8d\xd7\x72\x15\x44\x1b\xcb\x95\x26\x8e\x8e\x50\x5e\x97\x6a\x20\x8a\x84\xa0\x23\xf0\x0e\x66\x1b\x6a\xa3\xb1\x30\x3e\x89\x90\xae\xc9\x78\x5f\x32\x80\x6b\x3b\x1b\x09\x86\xd0\x38\xf5\xdb\x39\x1d\x5a\x9e\x96\x62\xe1\x44\xb0\x8e\x71\x4c\x01\x04\xf1\x60\x2f\xc2\x0a\xc2\x49\x92\x0f\x71\x01\xf2\xd1\xc2\xdd\x12\x1e\x43\x99\x29\x0d\x19\xa7\xa5\xeb\x55\xa3\x13\xed\xd0\x65\x8d\xd5\xb4\x38\x38\xc1\x00\x9c\x64\x36\x78\x88\x53\xf4\x7c\xd3\x4e\xd8\xb0\x2a\x25\x25\x66\x79\xf8\x9e\x52\xc7\x48\x54\x34\xcc\x1b\xd9\xc3\x43\x39\x11\x68\xa7\x2f\xa7\xb7\x02\xf4\x9e\x81\x91\xa4\xa6\xa6\xe5\x5e\x4b\xfc\x14\x1e\xb1\xe1\x78\x82\x14\x10\x84\x27\xb5\x7c\xf2\xd1\x82\x16\xf9\x02\x20\x62\x38\x9e\x6c\xd0\xca\xb8\xf3\x52\xde\xda\xd2\xc6\x38\x1d\x39\x66\xe3\x62\x82\xa6\x38\x1d\x17\x93\x56\xde\xe9\x68\xef\x28\x18\xe3\xa9\x7a\x02\xa3\x28\x79\x8f\xf1\x51\x5c\xda\x13\x0d\x13\x36\x4d\x50\xde\xe9\x94\x06\x76\x1b\x51\x76\x9e\x24\xc3\xd5\x7a\x9d\x9b\xb5\xda\x91\x75\xe9\xe7\x51\xbc\x52\x6a\xd9\x15\xd8\xa3\xeb\x4b\x86\xa5\x07\x29\x8d\x70\x4e\x0d\xc2\x0c\x00\x51\xe7\xde\xcb\x8c\xa5\xd6\x07\x39\x2a\x8b\x70\x69\xbe\x27\xae\xb5\xaa\x41\x31\xd2\x19\x7a\x9c\xdc\x13\x5e\x42\x8a\x5c\x48\x87\x7f\x34\xea\xc3\x10\xe7\x65\x01\x78\xd8\x7e\x54\xb8\x60\x29\xab\x5a\x2e\x80\xae\x32\x50\xc8\xc6\x2e\x7d\x3f\x55\x3a\x1f\x36\x40\x5d\x31\x4e\x27\xad\x55\xcc\x90\xd3\xa1\x36\x4a\xa8\x35\x11\x0d\x20\xf4\xca\xda\x44\x75\x85\x85\xda\xd6\x4d\x7e\xa2\xd6\xeb\x40\x25\x5b\x3b\x62\xae\x72\x49\x0d\xaf\x03\xcc\xdb\xd1\x14\x93\xe7\xdc\x1b\xa1\x19\xf6\x3d\x14\xf1\x4e\x67\x87\x3c\xeb\x96\x08\x65\x98\x54\x89\xc3\xd0\xcb\x11\x47\xf3\x6a\x9d\x4d\x55\xd6\x3c\x19\xb5\xa6\xeb\xf5\x6c\xbd\xce\xd6\xeb\xf9\x48\x8f\x09\x72\x48\x6c\x32\xd7\xa2\x47\x87\x5f\xe6\xa0\x00\xc0\xb7\x5e\x06\x35\xf2\xca\x2e\xb5\xf2\x70\x27\xaa\xd4\x51\x91\x28\x5f\x28\x92\x00\x1b\x17\x93\x4e\x47\x47\x94\x94\x2f\x9a\x5f\x65\x04\x61\xe1\x1d\x00\x80\x7f\x5b\x37\x24\xf0\x47\x14\xf1\x89\x8a\x7f\xc0\xb7\xb8\xff\xf2\x2d\xe0\x61\x97\xf5\x41\x2f\xc2\x44\x7b\x02\x47\x4a\xd6\xbd\x37\x95\xdb\x8c\x8d\x57\xbd\x3b\xf2\x38\xc1\x2b\x1d\xca\x8c\x6b\x47\x83\xab\x9e\x6e\x61\x5b\x73\x95\x82\x56\x17\x51\x31\x4f\x43\xea\x7e\xbb\xa6\x6e\x8d\xda\x53\x57\x33\x67\x0b\x83\x57\xf3\x67\x31\x6d\x73\xf1\x55\x45\x37\xc1\x0e\x87\x05\x36\x55\x56\xfc\x28\xf8\xd4\x2e\xe9\x74\x7c\x4d\x0e\xcb\x29\x45\x55\xab\xf1\xc6\x36\x13\xe0\x1e\x12\xed\xa8\xce\x3f\xf8\x2a\xe4\xde\x46\x4d\x4c\xbd\x13\xf2\xca\xf5\x7d\xe2\x39\x4f\x13\xcf\xf5\x8c\x36\xf6\x0c\xcc\x2b\x50\x21\xfb\x21\x18\x0e\xd0\x7b\xaf\x17\xcd\x3c\x88\xed\x17\x16\xda\x46\x9b\x57\x20\x34\xc7\x7d\xe5\xab\x32\xa6\x38\x95\x78\x5c\x1c\xde\x75\x63\x3e\x49\xe4\x2d\xad\x95\x59\x98\xe2\x3e\x01\x6e\xc8\x7c\xe5\xd9\xfa\xf1\x48\x91\xb1\xa0\x0c\x28\x36\x31\xd9\xc2\x87\x33\xae\x93\xc2\x12\x71\x8a\x82\xab\x57\x61\x76\xea\x92\xa8\x7a\xf8\x81\xb1\x76\x3a\xf3\x66\xc2\xd6\x5c\x21\xde\xd5\x51\x53\xc7\x16\x56\xad\xb7\x66\x99\xe1\x5b\x43\x6a\xf2\x43\xfd\xc7\x89\x51\x3c\xdf\x2a\x66\xd4\xba\xac\xa0\x25\xf0\xac\x68\x51\xc9\xc5\xe4\xda\x86\x37\x99\xd5\xbd\x7f\xc6\x3b\xbf\x26\x84\x3d\x46\x53\x4c\x12\xe3\x98\x48\x5b\x37\xfa\x32\x92\x2b\xb6\x25\x86\xc3\x3f\xcb\xd7\xeb\x36\xaf\x30\xa3\x58\x87\x58\x6a\xec\xb3\x95\xad\xec\x0c\x12\x0d\xfb\xc3\x31\x69\xd6\x0b\x50\x4c\x0b\x92\xd1\x54\x78\x57\xc9\xbf\x68\x50\x51\x63\xbf\x54\xf8\x46\xb9\x3b\x67\x9c\x94\x5b\x63\x5e\xd5\x38\xff\x1c\x8b\x91\xa8\x70\xf9\x8b\x8a\x8f\xbe\xd0\x67\x53\x31\xee\x5b\xda\xdf\x30\xbb\xc0\x4a\x81\x16\xb7\x51\x1a\xe9\x0e\x04\x26\x0b\x46\xf2\xd2\x84\xde\x78\x7c\x30\x8a\x08\x32\x06\x27\x0d\xb4\xc9\x7a\x1d\xca\x9d\x0c\x98\x69\xe0\x91\x31\xdf\x71\x96\x08\x31\x05\xe1\x7b\xcf\x4a\xad\xf7\x2c\xdf\x75\x56\xaa\x66\x12\x8a\xfc\x4c\xc5\x7c\xab\x98\x78\xcb\x8e\xb7\xcd\x05\x62\xa0\xff\xe5\xdd\xe1\xf4\x1f\x72\xb0\x14\xc3\x74\x0c\xd1\xa7\xe8\x78\x30\xd1\x2a\xcd\x55\x7e\x23\x60\x6a\xe5\x73\xd2\x27\x34\x93\x98\x41\x86\xfb\x68\x6e\x30\x7d\x5f\xc1\x7f\x3f\x7b\x3b\xdf\xef\x76\xb5\xbe\xe5\x32\xc8\x32\xce\x26\x68\x81\x97\x9e\x25\x54\xd2\x5a\xc5\x33\xb4\xb0\x77\xff\x2c\x40\x3e\xd3\xaa\x66\x82\xc3\x29\x09\x9a\xc1\x4c\x42\x47\xb7\xcb\xb9\x9a\x79\xaa\x36\xe4\xc8\x37\x4a\x0a\xc6\x8f\x13\xcd\x7b\x57\xec\x1b\xab\xf2\x10\x4c\x53\xa1\x14\xcb\xb9\xe5\x35\x36\x74\xcb\x23\x8f\xe5\x46\xf7\x6b\x85\x30\x33\xde\x19\x83\x08\xd3\x35\x09\x8d\x42\xf0\x1b\x98\xd8\x75\xfc\xdb\xd7\x76\x2a\x13\x08\xcc\x29\x37\x04\xc5\xb9\x0d\x2a\xf6\x96\x76\x3a\xe9\x78\x6a\x05\x3a\x64\xbf\xdb\x9d\x26\xfb\x74\x16\x4f\x31\xb6\xf9\xc2\xd6\x67\xea\xe6\x68\xcd\x7c\x2e\x6d\x6a\xdd\xa2\x4d\xbb\x26\x18\x8a\x97\xa0\x15\xac\x3e\xc4\xde\x72\x94\x6e\x39\x6a\x9a\xfa\x33\x94\xa3\x52\x07\xab\xf5\xaf\x5b\xbf\x4d\xa5\xb4\xc6\xd7\xeb\x9d\xcc\x88\x7f\xb3\x96\x76\x0e\xb5\x69\xad\xe2\x39\xe2\x46\x09\x3c\x20\x69\xec\xa9\xb8\x97\x08\xf8\x22\x59\x54\x11\xf0\xfb\xa4\xd3\x99\x37\x25\xc6\xf3\xf1\xfd\x04\x2f\xc6\xf7\x8e\x40\xcc\x3a\x9d\x9d\x25\x34\xe5\x2f\xfc\xff\xf2\xb1\x76\x47\x3a\x80\xff\xe1\xb6\x8b\x09\x82\xd3\x0e\x31\x84\xd4\x55\x5b\xf5\xbe\xf7\xbf\xd1\xb7\x6f\x67\x9f\x0f\x90\xba\x3b\xb5\xed\x8e\x89\x61\xf0\xd5\x44\x82\x80\x88\x0e\x7e\x10\x08\x3f\xe2\x43\x18\xd7\x81\x57\x22\x3a\x58\x26\x53\x80\x49\x5d\x6b\x41\xdb\xfb\x54\x39\x6f\x74\xd2\x89\xf5\x3a\x6e\xcc\xa0\x8c\x26\x37\xff\x40\x80\x88\xb4\x4c\x97\xf8\xaf\xf2\x21\xcf\xf1\x7b\xf5\xaf\x24\x7f\x19\xfe\x55\xa2\x90\xe9\x94\xe0\x13\x04\xfe\x4d\xe6\xf8\x54\x3f\x98\x1c\xc7\xe0\xae\x01\xf8\x4d\xf8\x2b\x82\xb9\x21\x1c\xbf\x83\xa7\x82\x65\x84\xce\x1e\xf1\x39\x02\xa5\xd5\x19\xbd\x5d\x71\x82\x25\x5a\xca\x0a\xbc\x24\xf2\x7f\x36\xc3\x0b\xe2\x3c\x3e\xe0\x9f\x90\x91\x92\xe0\xdf\x94\xef\x39\xfc\x23\x22\xbd\x19\xcd\x05\xe1\xf8\x17\xe8\xee\x63\x21\x09\x74\x58\xb1\x2b\x1d\x15\xbf\x67\x2d\xf3\x7b\xd3\xb4\x14\xcd\x71\x26\x28\x7e\x5a\xd0\x2f\xb4\x18\x36\x7a\x47\x61\x1a\xce\xb2\x42\xf7\x4b\xbd\xcd\x66\xc8\x0a\x14\xb0\xbf\x63\x50\xd3\x22\x68\x30\x41\x36\x88\xf9\xcd\x98\xf8\xe4\xd6\xc9\x83\x8d\x50\xee\x07\xde\xbb\x7a\x5c\x12\xad\x8a\x6d\x6a\x54\x71\xbc\x6f\x48\x94\xda\xe8\xfe\x56\x78\x55\x68\xb7\x3d\x14\x73\x08\xe3\x07\x6e\xea\xe5\x23\x88\x41\x77\x55\xc0\x2f\x13\xf4\x4a\x00\x29\xa2\x39\x80\x1b\xc4\x66\xb3\x61\xe3\x15\xa4\xea\x6c\x39\x5d\x02\x55\x25\x68\xb2\xb9\xba\x6c\xb4\x2d\xaa\x63\x64\xc6\x0c\x0d\xb4\x7b\x5d\xdd\x83\x0d\xd2\xf3\x34\xac\xc9\x6c\x15\x36\xa5\x5a\xd2\x01\x08\x69\xe2\x7b\xb3\xab\xc4\xcc\x8b\xfb\x88\x8e\xd9\x24\x01\xcf\x79\x9b\x4d\x2b\x5c\x7b\xaa\x95\xc8\x9e\x28\x68\x45\x43\x2c\x9b\x9d\xc1\xc6\x37\xbd\x34\xf3\xbf\xb7\x83\x6b\xc0\xc3\x06\x7b\x92\x3d\x91\x3f\x58\x6c\x68\x0f\xf6\x49\xcc\x12\x7d\x87\x8d\x27\x95\xc0\x1a\x72\x1c\x72\x82\x75\x90\x57\x88\xc9\x3c\x24\x68\x99\x3e\xe6\x2c\xcd\x86\xe0\xa6\x42\xf4\xae\x6f\x57\x34\xfb\x0b\x79\x44\x34\x93\x6f\x34\x43\x44\x76\xfc\x54\x65\xce\x88\x48\x69\x2e\x3f\x70\x52\xae\x72\x81\xc0\xf3\xdd\x49\x36\xe4\x92\xfe\x95\xb9\x73\x09\x3f\x64\x06\x78\x40\x82\x2e\xc8\xa5\x48\x17\xcb\xe1\xa1\xa4\xcf\x0a\xf6\x10\x27\x08\xe4\x5b\x43\x36\x6e\xbb\xe1\xef\x3e\x50\x31\xdf\x05\x4d\xf3\xf6\x64\xe4\x14\xfc\x4d\x45\xda\x2b\xdb\x26\xe9\x74\x4a\x22\xae\xe8\x82\xb0\x95\x08\x74\x86\xcc\x62\x10\xdc\xdf\x27\x2e\x2a\x0f\x31\x0c\x55\x81\x21\x5a\x22\xc7\xa2\xa7\x87\xdc\xe2\x3d\x39\x58\xcc\x7b\x77\xe4\xb1\xcb\x7b\x34\x43\x3a\x2a\xcf\x0f\x7e\xb2\x1e\x22\xe2\xca\xa0\x11\xd8\x2d\x46\x35\x1e\x52\xd4\x5b\x82\x98\x15\xe2\x09\xed\xa4\xc8\xb4\x94\x6c\x5c\xf4\xd8\x4d\x82\xfe\xad\x1f\x06\x2f\x31\xaa\x23\x0d\x6e\x56\x40\xef\xdb\x57\x9e\x57\xd6\x6b\x66\x07\x90\x96\x43\xc3\x64\x7a\x3c\x45\xc2\x5d\x9e\xa0\x1b\x81\xb8\x1f\x7f\x24\x79\x0a\xc2\x7f\x98\x78\xe6\x61\x0b\x41\x8b\x9d\x0e\x57\xd1\xa7\x82\x54\x0b\xfc\x30\xce\x47\xe1\xa9\x54\x56\xf7\xd7\x80\x74\x8d\x20\xee\x85\xd9\x2d\xc9\x70\xcf\xff\x26\x17\xd7\x18\x79\x82\xfa\xc6\x22\xc8\x9c\x0c\xef\x63\x23\x44\xf4\xae\x23\x08\x8a\x8b\x31\x87\xaa\x79\x32\xcc\x14\x8d\xe8\x93\xf7\x7e\x3c\x78\xed\x52\x6d\x03\x0f\xc3\x06\x97\x35\x7c\x54\x3d\xec\x4c\xc1\xeb\xba\xf9\x36\x38\xf7\xa7\x4d\xe6\xae\xfc\xf1\x89\xd8\x38\x1a\xa8\x30\x92\x31\xea\x94\x27\x37\x9b\x98\x23\x11\x8e\xa3\x58\xaf\x63\x15\xa5\xa0\x3e\xa0\xda\x88\x6c\x66\x35\xa6\x04\xee\x41\x7d\x38\x5a\x3b\x45\xa7\x43\x15\x57\x4a\x65\x50\xd6\xde\x44\x8d\x5b\xd6\xaa\x02\x90\x04\x41\x53\xcc\xb6\x93\x6b\x92\xa8\xef\x36\xc2\x0c\xd5\xd3\x13\x17\x58\x24\x3a\xc6\xb4\xc4\xa7\xcd\x06\x55\x52\x5d\xff\x72\xc0\xd4\xaf\x43\xc1\x66\x10\xa5\xca\x13\x27\xe6\xa4\xd0\x73\xc2\x42\x3f\x18\xb2\xb3\x2c\xd9\x98\xbd\xb8\xd1\x7a\x2f\x41\xe0\x95\xe4\x89\xd8\x9d\x22\xf7\xa1\x79\x8e\x89\xdd\x2c\x28\x8c\xe1\xb1\xac\xfa\x3e\xd6\x7b\x4e\x92\xd3\xa6\x0c\x16\xc8\x24\xe3\x01\x32\xb9\x56\x37\xe5\x94\xd3\x1b\x17\xf8\x75\xc4\x7a\x0e\x4c\x75\x3a\x2b\x79\x23\xe6\x33\x9a\xe7\x24\x6b\x23\x92\x0c\xcd\x6e\x79\x44\xc4\xb7\xdb\x5e\x3c\xdb\x03\xd5\xea\x1e\xf2\x3b\x63\x2a\x9a\x87\x15\xdd\x57\xc5\x7e\x61\x2f\xc1\xc4\x4e\x5b\xc6\x92\xca\x79\xa2\xe3\x74\x82\x85\xfc\xeb\x0e\x26\x98\xc3\xc3\xde\x04\x17\x30\xd8\x14\x66\x52\xf7\xc9\x1f\x84\x6b\xfa\x31\x40\xef\xfc\x46\xb9\x1d\x0f\x44\x1b\xac\xcc\xd0\x00\xb6\xb3\x37\x4f\xc3\xb6\xc2\x8f\xd4\x94\xa1\xbe\xaf\x1c\xe7\x18\xf6\x88\x82\xb6\xa3\xb9\x5a\x54\xa4\x54\xe1\x22\xa5\xe2\xd7\x49\x81\xc5\xb8\x9c\x80\x5a\x54\xd9\xe5\x13\x54\x8c\x6e\x63\xc5\x02\x4d\x93\x21\x8d\x53\x89\xe9\x36\xac\x21\xee\x7b\xe1\x82\x6e\x6b\x84\x22\x4a\x71\x13\x60\x40\x25\x56\x36\x14\x69\x22\xf7\x31\xc5\x3c\x2e\x3c\x99\x77\xa9\x62\x7a\xae\x14\x0a\x41\x71\xd1\xf2\x58\x86\x6a\x72\x00\xbd\xc1\x58\x8c\x16\xb1\x40\x15\x74\xe9\xc0\x28\xa6\x95\xd1\xd4\x60\x4e\xd3\xb4\x50\x2a\xb4\x9a\xea\x48\x45\x54\xa6\x0b\x62\x72\xf6\xda\x49\x32\xdc\x81\x3b\x1c\x6a\x64\xc9\x30\x1d\x65\xb1\x40\x34\x19\xca\x54\x09\x6e\xe1\x65\x4f\xb1\x8e\x16\xf0\xe6\x2d\xe8\x4d\x18\x66\x51\xb1\x7d\xec\x32\x0e\x14\x6b\x7b\x87\xac\xd7\x7b\xfa\x51\x58\x54\xa3\x7a\x08\xa6\xf3\x94\x16\x26\x6e\x99\x0a\x86\x00\xbf\x8a\x42\x09\xf6\xa1\xa7\x05\xac\x88\x15\x77\x8d\xc4\x53\xc4\x2d\x57\x49\x2f\x7c\xd3\x8e\xaa\x34\x47\x7d\xb7\xcf\xc9\xbd\xe3\x65\xf9\xd0\xa7\xc4\x30\xa0\x11\x19\x8a\x56\x1d\xa4\x5b\x28\x74\x1b\xcb\xed\x53\xa2\x14\xae\x09\x0b\xae\xef\x5f\x8c\x9a\x63\xfd\xbf\x1a\x0d\x9f\xf7\x81\x8d\x9b\x52\xb3\x31\x1e\xd6\x20\x44\xc1\xd4\xea\xe2\x5f\x83\x02\xcf\x59\x71\xa1\xc8\x06\xed\x04\xe1\x9a\x96\x9f\x4a\x5a\xdc\x2a\xc2\x58\xd1\x06\x18\xe3\xcb\xda\x57\xcd\x87\x77\xae\xe8\xe4\x35\x6c\x72\x15\x54\x28\x82\x5f\x2b\xe4\x19\xe4\xf1\x59\xe7\xb0\x50\xac\x59\x0a\xa4\xcf\xd0\x7a\xdd\x57\x6b\xab\x8f\x94\xe9\x33\x27\x8b\x94\x16\xb4\xb8\xf5\x52\x00\xa2\x79\x9e\xe2\xcd\xa8\x09\x58\x63\x2a\xfd\x72\x70\x5c\x67\x13\xb6\x90\xcd\x5e\x83\x46\x55\x5d\x4f\x29\x44\x1a\x76\x7a\x93\x16\x92\x19\xe2\x59\x37\x98\x4e\xe7\x47\x85\xe0\x8f\x31\x19\x17\x13\x54\x80\x04\xc8\x70\x3b\xc9\xf4\xee\x78\x95\x03\x8c\x02\xab\x79\xd5\xa5\x5a\xba\xbf\x09\xe8\x2c\xee\x63\xeb\x1d\xce\x8c\x3c\xf0\xe3\x67\x76\xf1\x32\x0e\xba\x4b\x92\xca\xec\x28\x51\x8f\x84\x14\x40\x95\x7e\x4c\x1f\x6f\xc8\xd5\x9c\x14\xe9\x4d\x5e\x17\x6a\xfa\xe7\xb5\x61\xbb\x59\x7b\x97\xfa\x1e\xf1\x81\xdc\x4e\xbf\xa5\x00\x19\xf1\x2f\xe4\x55\xf2\x94\x1a\x50\x06\x37\x3f\x60\x7b\x9e\x07\x65\x35\xb5\x49\xf5\x76\xd1\xd0\x43\xd1\xd4\x07\xc2\x5e\x6b\x48\xb8\x6b\x0d\x71\x87\x52\x34\x50\x92\x34\xa9\x56\x32\x90\xa5\xfd\x52\x5b\x0e\x86\x15\xc5\x93\x87\xa8\x88\xa7\x49\x0b\xc0\x62\x3a\x5a\xc4\xa5\x04\x8b\xf1\x2c\x2e\x91\xc4\x82\x74\x2f\x1f\xa8\xe1\x0f\x1c\x88\x18\xac\x10\x82\xc8\x2a\xe1\x77\x55\x67\x13\x3a\x29\x8c\x37\x42\x89\xa9\x6c\x2d\xee\x7b\x51\x34\xa1\x53\xdc\x4e\xac\xad\xad\xf6\x38\xd8\x88\xfd\x8f\xfc\xf9\x09\xb6\x88\xc1\xeb\x6c\x86\x0b\x98\x70\x6f\x0a\xbd\xcd\x95\x1d\x6c\x65\x93\x06\x87\xca\x09\x1e\xa8\x43\x57\x1a\x00\x56\xa7\x03\x37\xcc\x68\x11\x53\xd9\x87\xb8\xde\x09\xd3\x08\xda\x7a\xd8\x12\xdb\x41\x53\xa8\x36\x33\x95\x63\xb6\xbb\x1b\x1c\xa1\xb1\x98\x60\x0e\x75\xf8\xd3\xff\xcc\xd1\x69\x49\x54\xaa\x46\x4f\xf8\xea\xe5\x0d\x1b\x71\x93\xbc\x9c\x77\xcf\xe6\x6d\x0a\xba\xf0\xad\x63\x51\x37\xf8\x13\x4c\xfb\xd0\x47\x32\x15\xe7\x8b\x6f\x86\xe6\x9b\x43\xa6\x38\x49\x4b\x56\x0c\xb9\x72\x08\x76\x84\x81\xad\x77\xdd\xee\x3a\x62\xbb\xdb\xde\x6d\xa3\x33\xed\x17\xeb\x72\x9b\x15\xba\xeb\x21\xcd\xf0\x99\x89\xb0\xa4\xa8\x0b\x0b\xd7\xeb\x56\x96\x06\x98\x05\x69\x1e\xfa\x85\xc7\x13\x54\xbf\xca\xc1\x5c\x5c\x5f\xe5\x09\x9a\x6a\xff\x62\x4d\x8c\xa6\x4e\x27\x10\xfa\x36\x30\x9d\x7e\x61\x2b\xc5\x6f\x5a\xa6\x65\x09\xb2\x30\x38\x7a\x3c\x72\xac\x94\x12\xcc\xfb\x67\x94\x97\x22\x32\x97\x61\x24\x18\xa4\x1a\xdb\x00\x0f\x25\x69\x27\x1b\xed\x64\xd3\x57\xdd\x25\xa3\xa6\xbb\x71\x67\x00\x00\x55\x54\x80\x85\xd6\xcc\x42\x99\xa5\xd4\x9a\xbf\x5b\x4a\xce\x60\x95\x45\xf2\xb4\x50\xee\xed\x37\xc6\x0b\xc0\xf0\xa5\x19\x38\x4e\x69\x4e\x32\x39\x20\x3b\x88\xe8\x0f\x1a\x4a\xfe\x61\x18\x9d\xe7\x24\x2d\x49\xb4\x02\x58\x45\xa2\x3f\x14\xe4\xe1\x0f\x11\x5b\xca\x4b\x97\x71\x04\xf0\x4b\xfb\x2c\xf1\x27\xc1\x60\xa2\x37\x04\x90\x53\x92\xc9\x69\x74\xfc\xbc\x1e\x4c\xd2\xf3\x08\x85\xb9\x2b\x9a\xc5\xa2\x12\x23\x9b\x09\xc2\x03\x8c\x4c\x78\x54\x9e\x63\xa6\x18\x75\x68\xe0\x0d\x28\x7a\xd7\xb8\x06\x7e\x21\x1e\x15\xa8\x00\x1a\xf6\xe6\xd6\x68\x54\x81\xb4\xd6\x9b\x03\x23\xd1\xae\x53\x06\x1a\x2c\x57\xec\x54\x78\xdd\x51\xd7\xf3\x7e\x88\xf9\xa6\xb2\x37\xbe\xbd\x06\xb5\x13\x54\x05\xfa\x0e\xd0\xb1\xba\xea\x71\x5f\xbe\x54\x2d\x81\x9f\x36\x9e\xf1\x11\xa2\x1e\xa2\x56\x24\x48\xf1\x32\x0b\x15\x92\x63\xcc\x26\x98\x8c\x99\x93\x74\xa6\xb8\xbf\x9f\x3a\x9a\x2c\xed\x76\x93\x27\x3e\x16\xe3\x74\x32\xc1\x8a\xcc\xb4\x76\x54\x95\x08\x0d\x0e\xa7\x23\x8d\x22\x90\xdd\x41\xa3\xf0\x83\x78\x52\x78\xaf\xca\x3b\x7f\xb1\x9f\xe4\xd0\xdd\x39\xf1\xe3\xc5\x84\x4c\x19\x8f\x08\x3c\xf7\x8f\x71\x03\x17\xf1\xa5\xd8\x47\xdd\x41\x82\xa8\xc2\x9a\xe4\x7c\x71\xf0\x34\xa5\x0d\xde\x9d\xc0\x86\x4d\xb4\xe7\x87\x27\x6d\x4c\xb9\x03\x74\x77\xed\x9e\x4f\x13\x70\x73\x12\x72\xe1\x2e\x13\x17\x44\x55\xa1\x6d\xa9\x8f\xb6\xe5\x3e\x0a\x74\x29\x51\x20\xcb\xf3\x2a\x51\x9e\xa0\xd2\xd0\xa5\x3b\x83\x16\xed\x74\x76\x8c\x22\x7e\x8a\xef\x62\x0a\xe1\xe6\x0a\xb9\xbc\xe9\x46\x29\x9b\x55\x6b\x29\xc6\x7c\x52\xd1\xc4\x92\xf7\xfd\x0a\x59\x1f\xcb\x40\xd8\x66\xf1\x4a\x62\x00\x3b\xee\xed\x20\x76\x14\x47\x32\x0c\xc3\xac\x8a\x04\xb2\x7c\x71\x59\x24\xfc\x1b\xaa\x4a\x36\x88\x8e\xae\xe2\x15\x2a\xb4\xd7\xf5\x64\x78\xe1\xbf\x6d\x9c\x58\xf8\xfa\x1a\x00\xce\xf5\x35\x26\x3e\x77\xf3\x22\x64\xc8\x69\xf1\x71\x5c\x38\x4d\x75\xaa\xe0\x2b\xb5\x74\x1e\x71\xa5\xaf\x5c\x69\xfd\xf1\xb2\x07\x7b\xe7\x99\xf8\x0d\xae\xc5\x20\x6a\xca\xfb\x00\x14\xa9\x6a\x00\xfe\x38\x99\xcf\x25\xba\x54\x52\x9f\x1c\xc1\xf7\x66\x28\x56\x0d\x52\x3b\x0a\x6c\x13\x41\x07\xdf\xa0\x6e\x43\x2d\x9e\xb6\xbe\x20\xbd\x2b\xc2\xa8\x44\x83\xe9\x91\x16\xce\x68\xb0\xfe\x40\xc5\x3c\x4a\x8b\x28\x95\x2d\xb4\x13\x00\x92\x97\x4a\x7c\xb6\x4d\xdc\xef\xf8\xcc\x72\x6f\x57\xbb\x98\xd8\x5d\xc8\xab\x1c\x0f\x6b\x51\x94\x4e\xc9\x0b\xfd\x48\x10\x6f\x79\x31\xad\x9b\x09\x3d\x6b\x3f\x29\xe1\xc5\xbd\x76\x2c\x62\xc0\xe6\xb8\xb0\x76\x75\x8d\x08\x5c\x66\x0c\x07\x9b\x3e\x2e\xf4\xc7\xc4\x81\x1e\x39\x2b\x9a\xd6\xce\xe1\xf9\xd7\x30\x72\xdd\xb6\x39\x0a\x6a\x44\x50\x8f\x73\x36\x63\x84\x2d\xf8\x28\x48\x86\xf8\x8c\x2a\x70\xef\xc7\x17\x9c\xe4\x54\xe0\x9c\x31\xb1\xde\x19\x58\x0f\x39\x2f\x3a\xbf\xd9\xc4\xd7\xde\x6d\xf1\xeb\xcb\x1b\xf0\x63\x7c\x09\xd7\xa9\xdd\x7a\x97\x2f\xef\x3b\x2d\x7a\xfd\x86\xed\x67\x7b\x72\x52\x39\x45\xe0\xa0\x08\x8e\xd1\x47\x7f\x0a\x7d\x02\xe2\x01\xe6\xec\xf0\x45\x6f\xd1\x55\x5b\x02\xad\xd0\xd9\x4f\x50\xdd\x5d\x37\x35\xf3\xf8\x8f\xb8\x6e\x6c\x62\xab\x04\x98\xb3\xd5\x55\x0d\x59\x23\xc5\x36\xd6\x88\xf3\x42\x54\x71\xde\x42\xad\xc2\xba\x35\xf1\xd2\x34\x5d\x95\x4d\x43\x83\xdb\xdc\x79\xc4\xb4\x27\x2b\x7d\x4b\xe1\x66\x87\xa0\xf4\xa0\xec\x6e\x34\xc4\x1c\x3b\x85\x23\xf1\x22\x2f\x25\xdc\x58\xa7\xd5\xe5\x34\x27\x15\xd5\x21\x2c\xb1\x17\xa6\xa4\x89\x7c\xa9\x83\xc1\xc0\x9a\x45\xd0\x66\xc3\xcd\xd3\x72\xbe\x6d\xab\xe9\xaa\x02\xcf\x5d\x87\x95\x1d\xbd\xd1\xb8\xed\x87\x7f\xc5\xe9\x3b\xf4\x26\xe9\xf8\x5f\x30\x49\x9e\x26\xc4\xdf\x33\x47\x1f\x60\x8e\xc0\x94\xcc\x9f\x26\xdb\xf5\xaf\xca\x27\x8d\x6c\x70\x8b\x84\x56\x7d\x24\xa0\x80\xe2\xca\xbd\x73\x18\xf8\x93\x1e\xee\xd0\x68\x85\x02\x54\x31\x21\x1d\x6a\x1e\xae\x35\xce\x52\xd1\x54\x71\xde\xa7\x41\x11\x5d\x33\x58\x41\x18\x86\xc4\xe6\xc3\xf3\xa0\xe3\xd3\xb7\x82\x8e\xda\x92\xf7\x11\x75\x8b\xfe\xcf\x01\x15\x81\x93\xd4\xad\x7c\x58\x56\xe3\xc3\xb2\x6d\x7c\x58\x66\xd8\x31\x8b\x74\x79\x5c\x60\xba\x0d\xf4\x6c\xe7\xc9\x68\x4d\xf8\x02\x04\x22\x55\x98\xe0\xd5\x2d\xe1\x43\xa2\x5d\xc1\x5a\xd4\xab\xca\xeb\xdb\x43\x02\x51\xc8\xe2\xb1\xd2\x5e\xe2\xf6\x84\x40\xe5\xc7\x30\x7a\x71\x13\x0f\x61\xb4\xed\x76\x5a\xa4\xcb\x88\x7c\x59\x82\xb7\xce\x34\xe0\x17\xa4\x51\x49\xa6\xac\xc8\x2c\xbb\xa0\x9d\x48\x24\xd7\x3f\x8e\xf5\x50\x36\x3a\x1e\x54\x0d\x1f\x6a\x3c\x83\xb2\xed\xe7\xaf\x42\xff\xe8\x7d\x52\xe0\x49\x36\xda\x74\xf2\x7e\x7a\x06\x68\xb8\x5c\xbf\xd5\x72\x29\x3f\xdb\x32\x93\xdc\x61\x3f\xcb\xbb\xe8\x87\x6d\xfb\x3f\xa9\x78\x4e\xa9\xca\x16\xfe\x27\x1b\xff\x1f\xe0\xb8\x87\xe1\x8c\x8d\x10\xb8\x81\x0d\xaf\xb5\xb0\x1a\xdd\x49\x90\x1d\x8c\x7f\x96\x48\xde\xb7\xb1\xea\xbf\xed\x60\x3c\xd5\x36\x6d\xcb\xa8\xa3\x5a\xf6\x7b\xf5\xa0\x38\x9b\x71\x66\xed\xe7\x2b\xe7\x24\x85\x73\xc2\x4c\xd8\x3f\x77\xe8\x8c\xc3\xe5\x2d\x47\x88\xaf\xd7\x71\xb5\x47\x3f\xab\xcb\xf9\x93\x77\x8e\x7e\xf9\x1f\x9c\x23\x35\xc3\xf6\x28\xfd\x6b\x0f\x92\x6e\xfc\xdb\xcf\xd2\x0f\x8d\x67\x49\x2e\xd1\x5f\xd0\xef\x70\xdf\x4d\xc9\x5f\xd5\x79\x99\x92\xf1\xef\x26\x98\x20\xf9\xdf\x1d\x4c\xb0\x40\x7b\x18\xe3\xf8\x77\x5d\xbc\x97\x74\x3a\x05\xd1\x3e\xdb\xfe\x13\xb7\x57\x85\xd2\x60\xcc\xdc\xa4\x3d\xd0\x22\x63\x0f\x23\xf5\x67\x6e\xb5\xff\xc0\xff\x09\xde\x52\xff\x0b\xff\x47\xef\xe3\x4a\x80\xef\x87\xb3\x9b\x92\xf0\x7b\xc2\xd7\xeb\xff\xe8\xfd\x4c\x6e\xfe\x42\x45\xf5\x0b\x22\xc4\x6f\xc2\xb2\x0e\x4a\x92\xcf\x3a\x9d\xa6\xc6\x75\x50\xa8\x4e\xa7\x3d\xd6\x0c\x3e\x9d\x32\x69\x63\x8c\x9f\x36\x36\x2a\xb1\xba\xca\xf4\xc7\x04\x09\xd2\x38\x96\x4f\xb4\x10\x7f\x7a\x9f\xa7\x8b\x25\xc9\x60\x4d\x9a\x5b\xa5\x8b\x25\xe3\xe2\x72\xca\xe9\x52\x94\xcd\x59\x3e\x2a\x8f\xa5\xef\xe7\x69\x51\x10\xcf\xd7\x25\xf7\x02\xba\xd6\xb9\x65\x1e\x52\x31\x23\x68\x90\x28\x96\x77\x41\x10\x25\x88\x11\x94\x12\x54\x12\xb4\x22\x28\x97\x6b\xe5\x5d\x7a\x03\xf2\xda\xdb\xe8\x33\x52\x53\x15\xfb\xdd\x3e\x91\x8b\xf9\x14\xf7\xe5\x22\x93\x49\x12\xcb\xbf\xee\x60\x92\xa8\x77\xc3\xdd\xd6\xa9\xc6\x76\xe7\x77\xb8\xbf\x21\x64\x14\xaf\x08\xd6\x53\xd7\x2b\xc8\x17\x71\x45\xa7\x77\x28\x77\x69\xf7\x84\x97\x94\x15\x65\xaf\x60\x19\xe9\x2d\xe0\xa0\xbf\xfa\xef\x78\x34\x8c\x3f\x67\xdd\xe4\x73\x2f\x19\x05\xcf\x9f\xff\xb8\x96\xcf\xbf\x7b\x95\xa0\xf0\x00\xe4\x10\x85\xab\x2f\x97\x2e\x27\xe3\xc1\xa4\xd3\x69\x0f\xcc\xdb\x1e\x44\xf6\x21\xb8\x24\xe2\x64\xa1\x8d\x64\x12\x54\x34\x85\xea\x5c\x91\x78\x26\x29\xdb\xe1\x7f\x8d\x62\x46\x70\x1f\xa5\x6a\xae\xfe\x4b\x26\xa3\x92\xe0\x8c\x4d\xe1\xa4\x6a\xaf\xae\x57\xe4\x8b\x38\x65\x19\x89\xdb\xed\x04\xa5\xa4\xc7\xd4\x76\x8c\x4b\x82\x9e\xa6\xf3\x94\xa7\x53\x41\xf8\x61\x2a\x52\xa5\x99\xdb\xd8\x66\x49\x54\x18\x14\x46\x70\xb7\xcb\xc8\xef\xf7\x36\xc9\x50\x90\x51\x1c\x53\x6d\x25\x15\xec\x87\xa4\x27\x37\xd0\xa0\xc7\x0a\xe3\xd9\x76\x46\x9a\xeb\xa5\x04\xb2\xee\xf5\x96\xac\x14\xba\x92\xb8\x2f\x07\x57\x18\x31\x05\xc6\xf8\x3f\x9b\x03\x95\x8d\x7c\xc4\x94\x3f\xea\xab\xe3\xd8\x24\xb6\x3d\x3e\x72\x3b\x01\x33\xb2\xdf\x56\x94\x93\xb8\x7d\x4f\xb8\xf8\xd2\xae\xc7\x8e\x8c\xff\x82\x49\x8f\xaf\x8a\xb3\xe2\x03\x63\xcb\xf5\x5a\xbf\x68\x8b\xe6\xc4\x6f\xef\x2f\xb0\x06\x43\xb9\xdf\x6b\xbe\xc6\x20\x71\x13\x27\xf0\xd5\xe8\x04\xe1\xbf\x22\xcd\x2f\x6f\xb2\x8b\xf1\x4e\x06\x41\xfd\x64\xa3\xac\x01\x08\xfe\xa9\xa5\x35\x8b\x33\xa5\x26\x38\xdf\x12\x34\xcb\x28\x47\x00\x2a\xe0\x8e\xca\x52\x1e\x15\xd6\x63\xda\x93\x7f\xcc\x7c\x55\x02\xa7\xe7\xa4\x73\xcd\x66\x4d\xd9\xc0\x21\x96\x1a\xc2\x9c\xa0\xed\x20\xb2\x81\x27\xaa\x3e\xf4\xae\xaf\xcf\x2f\xce\x3e\x9e\x5c\x1e\x5d\x9f\x9c\x5e\x5e\x5d\x7c\xfa\x78\x74\x7a\x75\x70\x75\x72\x76\x7a\x7d\xad\xee\xfb\x7b\x82\x5f\xce\x6a\x49\xde\x47\x12\xd1\x22\x4a\x63\x4f\xf5\xb4\x0d\xce\x60\xee\x49\x72\x5f\x0b\x87\xf9\x28\x0f\xdd\x92\xc4\x8f\x04\xdd\x93\xf1\x23\x99\x28\x60\x7f\x4b\xf0\x53\x5a\xa6\xcb\xe1\x5f\x91\x9c\xdf\x61\x46\xd0\xb9\x61\x85\x20\x4f\xcf\x77\x48\x51\x9a\xe7\xc3\xf7\xc8\x31\x40\x86\xbf\x22\x9e\x4e\xc9\xf0\x04\x49\x32\x6c\x78\x8a\x3c\x6a\x6c\x78\x8c\xb4\x56\xfa\xf0\x2b\x02\x9d\xf4\xe1\x3b\x64\x35\xd2\x87\xe7\xc8\xea\xa3\x0f\x53\xc4\x8a\xe1\x92\x80\x4e\xf4\x82\x20\x43\x37\xfd\x64\x48\xa6\xdf\xd0\x22\x5d\x0e\x7f\x44\x30\xf5\xc3\x39\x41\xea\x9e\x1c\xfe\xb2\xf1\x4c\x01\x6e\x81\x14\x13\xb1\xd2\xfc\x57\x72\x2f\x7f\x7b\xb5\x5e\xfd\xf1\x8f\x3b\xad\xe8\x8f\xd1\xff\x9d\xd1\x9c\x9c\xdd\x13\x7e\x4f\xc9\x43\xf4\x17\x3a\xbd\x4b\xcb\x32\xca\xe9\x0d\x4f\xf9\x23\x48\x9e\x00\x56\x44\x69\x91\x45\x60\x85\x15\x2d\xd9\x72\x49\x78\x19\x15\x24\x05\xd7\xf6\x94\x47\x5c\x0e\x08\xa2\xdb\x93\x9c\x28\xc6\x3a\xd4\xad\x01\x64\x34\xe8\x0d\xbe\xeb\x0d\x20\x29\xa7\x53\x52\x94\x44\x3e\xbf\x67\xcb\x47\x4e\x6f\xe7\x22\x8a\xa7\x49\xb4\xd7\x1f\x7c\x17\x1d\x93\x8c\x70\x3a\x65\xd1\x7f\xd1\x7b\x96\x33\x68\x75\xca\x0a\x15\x51\x9a\xf1\xb2\x15\xfd\x51\x96\x3c\x27\x7c\x41\xcb\x52\x7b\xfa\x9a\x13\x4e\x6e\x1e\xa3\x5b\x9e\x16\x82\x64\x28\x9a\x71\x42\x22\x36\x8b\x24\x0c\xbb\x25\x48\x0e\x22\x2d\x1e\x23\xd9\x69\x26\xe9\x5f\xa1\x30\xa8\x28\x8d\xa6\x6c\xf9\x28\xeb\x03\x37\xe1\xb4\x8c\x4a\x36\x13\x0f\x29\x57\xa3\x4d\xcb\x92\x4d\x25\xb8\xcd\x22\x03\x38\x95\x2f\x27\x39\x63\x65\x14\x8b\x39\x89\xda\x97\xba\x44\x3b\x81\x76\x32\x92\xe6\xb2\x42\x88\xf5\x4a\x22\xf3\x15\x90\x16\xb6\x12\x11\x27\xca\xce\x82\xb2\x02\x45\xb4\x98\xe6\xab\x4c\xf6\xc4\x7c\xce\xe9\x82\xea\x46\x20\x66\x80\x9c\x1c\x39\x66\x59\xf5\xaa\x24\x08\x3a\x8c\xa2\x05\xcb\xe8\x4c\xfe\x13\x18\xdf\x72\x75\x93\xd3\x72\x8e\xa2\x8c\x96\x3a\xf6\x36\x8a\x4a\x99\x08\x53\x8d\xe4\x68\x5e\x31\x2e\xd1\x09\xe8\xdc\x94\x2d\x29\x29\x8d\x6f\x74\xd3\x47\xc8\x26\x1b\x5a\xca\xc9\x15\x7a\xba\xc0\xa3\xfa\xc3\x9c\x2d\xc2\xf1\x50\xe8\xd5\x6c\xc5\x0b\x5a\xce\x95\x84\x32\x63\x51\xc9\xa0\x5d\xc0\x47\xb4\x10\x76\xc6\xf2\x9c\x3d\xc8\x31\x4a\x5c\x11\x2c\xc2\xca\xa1\x5e\xc5\xab\x39\x84\xfb\xb9\x27\x30\x2c\xb5\x13\x0a\x26\xe8\x54\xcd\x3f\xac\xc8\xd2\xad\xb4\xfe\x54\xce\xd3\x3c\x97\xf8\xa0\x9a\x3e\x92\xc1\xa1\x0f\x47\xc6\x65\x37\x4a\x91\x16\x82\xa6\x79\x24\x2f\x12\xd9\x6e\x75\xc4\x3d\xd3\x8f\x1f\x8f\xa2\xcb\xb3\xe3\xab\x9f\x0f\x2e\x8e\xa2\x93\xcb\xe8\xfc\xe2\xec\xa7\x93\xc3\xa3\xc3\xa8\x7d\x70\x19\x9d\x5c\xb6\x51\xf4\xf3\xc9\xd5\x8f\x67\x9f\xae\xa2\x9f\x0f\x2e\x2e\x0e\x4e\xaf\x7e\x89\xce\x8e\xa3\x83\xd3\x5f\xa2\xbf\x9c\x9c\x1e\xa2\xe8\xe8\x3f\xcf\x2f\x8e\x2e\x2f\xa3\xb3\x0b\x59\xdb\xc9\xc7\xf3\x0f\x27\x47\x87\x28\x3a\x39\x7d\xff\xe1\xd3\xe1\xc9\xe9\x0f\xd1\xbb\x4f\x57\xd1\xe9\xd9\x55\xf4\xe1\xe4\xe3\xc9\xd5\xd1\x61\x74\x75\x06\x6d\xea\xda\x4e\x8e\x2e\x65\x7d\x1f\x8f\x2e\xde\xff\x78\x70\x7a\x75\xf0\xee\xe4\xc3\xc9\xd5\x2f\x48\xd6\x75\x7c\x72\x75\x2a\x6b\x3e\x3e\xbb\x88\x0e\xa2\xf3\x83\x8b\xab\x93\xf7\x9f\x3e\x1c\x5c\x44\xe7\x9f\x2e\xce\xcf\x2e\x8f\xa2\x83\xd3\xc3\xe8\xf4\xec\xf4\xe4\xf4\xf8\xe2\xe4\xf4\x87\x23\x09\x15\x7b\xd1\xc9\x69\x74\x7a\x16\x1d\xfd\x74\x74\x7a\x15\x5d\xfe\x78\xf0\xe1\x83\x6c\x4d\x56\x77\xf0\xe9\xea\xc7\xb3\x0b\xd9\xd1\xe8\xfd\xd9\xf9\x2f\x17\x27\x3f\xfc\x78\x15\xfd\x78\xf6\xe1\xf0\xe8\xe2\x32\x7a\x77\x14\x7d\x38\x39\x78\xf7\xe1\x48\xb5\x76\xfa\x4b\xf4\xfe\xc3\xc1\xc9\x47\x14\x1d\x1e\x7c\x3c\xf8\xe1\x08\x4a\x9d\x5d\xfd\x78\x04\x83\x94\x39\x55\x37\xa3\x9f\x7f\x3c\x92\xa9\xb2\xd5\x83\xd3\xe8\xe0\x3d\x78\xd2\x3a\x3b\x8e\xde\x9f\x9d\x5e\x5d\x1c\xbc\xbf\x42\xd1\xd5\xd9\xc5\x95\x2d\xfd\xf3\xc9\xe5\x11\x8a\x0e\x2e\x4e\x2e\xe5\xcc\x1c\x5f\x9c\x7d\x84\x91\xca\xd9\x3d\x3b\x96\xb9\x4e\x4e\x65\xd1\xd3\x23\x55\x91\x9c\xf9\x70\x81\xce\x2e\xe0\xfd\xd3\xe5\x91\xad\x33\x3a\x3c\x3a\xf8\x70\x72\xfa\xc3\xa5\x2c\xac\xc7\x6a\xf2\xcb\x45\x7e\xd5\xf2\x04\x3c\x60\xf1\x54\x53\xc6\x51\x96\x52\xcd\x38\xed\x02\xcc\x94\x46\xea\xaf\xa7\xb3\x62\x1e\x37\xaa\x9c\x83\x52\x7f\xba\xc8\x46\x24\xe6\xc9\x50\xf4\xce\x01\x5a\xca\xdc\x9b\x44\x11\xd6\x3e\xdb\x2c\x30\xbd\x52\x68\xca\xb3\x17\x69\xc3\x37\x03\x9b\x9a\xbf\x16\xe9\x3d\xbd\x05\x75\x00\xd1\x24\x0a\x15\x78\xdc\x3e\xca\x6e\x49\x1b\xb5\xaf\x38\xcd\xe0\xc6\x6c\x1f\x53\x4e\x66\xec\x4b\x7b\xa2\x5d\x0a\x38\x27\x55\x5d\x3c\x48\x94\x31\x83\xad\xb7\xb7\x2a\x09\x3f\xb8\x95\x58\xa5\xb5\xc7\x19\xf3\x49\xf2\x3d\xee\xff\xbf\xec\xbd\xeb\x96\xdb\x36\xba\x28\xf8\x5f\x4f\x51\xe2\xec\xe6\x21\x2c\x48\x96\x9c\x4e\x9f\xde\xac\x42\x69\x39\x8e\x93\xb8\x3b\xb6\xd3\xb1\xd3\xb9\xc8\x9a\x34\x8b\x82\x4a\x88\x29\x40\x0d\x42\x55\xae\x14\xb5\xd6\xfc\x9f\x97\x98\x67\x99\x47\x99\x27\x99\x85\x0f\x17\x02\x14\x55\x76\xef\xb3\xcf\x9a\x59\x33\xdb\x3f\x5c\x22\xee\xd7\x0f\xdf\xfd\x73\xe2\x22\x1f\xa7\x6d\x7a\xc8\x9c\xb1\x10\x4d\x53\xfb\xb2\xdb\xd7\x75\x7e\x2c\xb4\x6f\x03\xbc\x85\xf8\x1c\x18\x9c\x0d\xa7\x38\xae\xee\xa9\xce\x3e\x81\xba\x26\xbc\x35\xea\x85\x10\x3a\x1c\xf2\x6e\x47\xb2\xbf\x23\xaf\xc9\x71\x82\xe3\x29\x7d\xab\xa0\xe7\x71\xe8\x58\xce\x39\x3e\x44\x40\xa2\x39\x04\xb4\x9f\x46\x0b\x95\xb3\x99\x57\xe0\x9f\x81\x96\x9e\x46\x13\x34\x61\x6c\x57\x74\xb1\x74\xab\x38\x11\xb7\x9c\xca\x2f\x1d\x5e\x6f\x5f\xff\xbf\x33\x7a\x3b\xb9\xa6\xea\x99\xd8\xee\xf6\x8a\xae\xde\xa8\x3b\x50\x2a\x03\xd7\x01\x9e\xd5\x3a\x97\x0b\xb5\xcc\x03\x19\xab\x08\xbc\x13\x7c\xf3\xf6\xe5\xb7\xc6\x91\xa3\xee\xfb\x55\xb1\xa5\x73\x9a\x43\x88\x3e\xca\x81\x68\xd0\x48\xf0\x46\xd4\xaa\xad\x5e\x74\xc3\xa6\xfb\xa3\x39\xb9\x12\xab\xbb\x41\x7d\xcb\x34\x3a\xdc\xb6\x88\xee\xcb\xa2\xa6\xa6\xab\x1c\x7e\x7e\xf1\xfa\xcb\x9f\x93\xbc\x35\x81\x8b\x26\x07\x8d\x40\xb1\xff\xc5\x35\x1c\x94\xd5\xb9\x56\x67\x85\x65\xc6\xf9\xf1\x44\xdc\x50\xb9\xae\xc4\x2d\xe6\xc1\xc7\x4f\xb8\x0e\xbe\x7e\x76\xf1\x22\xb3\x62\xaf\x44\x53\x97\x52\x54\x55\xa3\x73\xab\xe2\x0e\xd9\x00\x92\x72\x54\x8f\x38\x9a\xd3\xbc\xc8\xf4\x1a\x75\x63\xd3\xb5\x5b\xad\x8f\xa1\xc5\x84\xf4\x1a\xcd\x3b\xdf\x39\xb5\x02\x79\x9a\xa6\xc3\x6c\x68\x4f\xf0\xcb\x37\x2f\xf8\x6e\xaf\x8c\xb5\xbc\x25\x29\x9a\x66\xe8\x17\xcf\xfd\x78\x29\x56\x14\xe1\x4a\x57\x7e\xfc\xf2\xcd\x8b\xe7\x67\xb3\xa9\x1d\x5f\xcf\x65\x0c\xc8\xe2\x32\x18\xe3\xcc\x28\xa2\xed\xf3\x19\xd8\x2d\xcc\x2b\xf0\x19\x15\x99\x0d\x9d\xda\x43\xf7\xe3\xb9\xc1\xf0\x06\x2d\x08\x29\xb3\xd9\x14\xcd\xa3\xcd\x06\x8b\x2e\xb0\x24\x10\xeb\x75\x4d\xd5\x77\x70\x6e\x8c\x13\x94\x73\x69\xfc\xa3\x52\xa0\xa9\x6d\x73\x6f\xd8\x55\xc5\xf8\xf5\x39\x92\x24\xa3\xa4\x2f\x0b\x45\x4d\x59\xa6\x23\x98\xa6\xb9\xf3\xe4\x59\x41\x69\x6a\x4e\x92\x09\xe5\x67\x0e\x98\xfe\x3d\x07\x33\xc1\x45\xf2\xf6\x1b\x0d\xef\xbe\xd4\xff\xe9\x07\x2f\x59\x7a\xd0\xd5\x36\xa6\x29\xf2\x5a\xe3\x62\x25\xf8\xc1\xcf\x24\x4e\x76\xc2\x79\x60\x98\xaf\x35\x70\x97\xb9\xde\xe1\xce\x0d\x8c\x57\x29\x3f\xb5\x7c\x91\xb1\x4e\x37\x40\x75\x78\xcf\xe6\xab\x2c\xfc\x44\x39\x8d\xcc\x67\x5c\x70\x08\x13\x44\xc4\xc1\x89\x34\x05\x9f\x26\x1e\x6c\x7c\x74\x33\x1d\x38\x29\xc5\x56\xf7\xe5\xa6\xf3\x9d\x70\x6e\x38\x51\xaa\x7b\x9f\x7c\xf9\xfa\x19\x90\x5e\xbf\x7e\xf7\xda\xf8\xcc\xfc\xf5\xab\xd7\xdf\x7e\xfb\xfa\xc7\x17\xaf\xbe\xc6\x9c\xc8\x39\xcd\x15\x66\x44\xce\x55\x4e\xb1\xe8\xf2\x1b\xbe\x37\xae\xe3\x06\x62\x52\x53\x05\x3e\x2e\x32\x8e\xa7\x08\x82\xf5\xaa\xe7\x7c\x95\x31\x3c\xb5\xee\x1f\x71\x8d\xf7\x44\xe8\xe1\x6c\x05\x7f\xca\x4b\x5a\x2b\x21\xf5\xdd\x28\x18\xa7\xa0\x12\x4d\x87\x84\xec\xd3\x54\xe9\x3f\x4d\xc3\xc1\xd5\x59\xc1\x78\x9d\x31\x37\x5b\x73\x06\x08\x21\x59\x4d\xb2\x82\xec\x51\xbb\xb7\x4d\xe3\x0f\x45\x9d\xa6\xeb\xac\x98\x80\x0a\xa1\x5d\x0d\x88\x9b\x85\x86\x84\x14\xf3\x75\xb6\x47\xf9\xde\x3a\xe9\xd2\x3b\xe5\xce\x58\x05\xc0\x6f\xbe\xc9\xcc\x0f\xac\x50\xae\x77\x63\x95\x29\x04\x09\xb1\xbd\x92\x7b\xd1\xba\x7a\x47\x97\xb3\x40\x19\xbb\x55\x2d\x9a\x2d\xe7\xe1\x47\x9e\x28\xb1\x4b\xb0\x24\xf0\x17\x94\x71\x12\x03\xa8\xde\x8a\x5d\x92\xdb\xdf\xdf\xd2\xb5\x4a\x40\xf9\xcb\xdf\x07\xb6\xce\xfc\x22\x70\x37\x67\x30\xab\xf0\xe6\x46\x0f\x9e\x5e\x70\x96\x17\x97\x30\x7d\x31\x7e\x6d\x8b\x34\x0d\xf3\x41\x11\x16\xd2\x6b\x88\x51\xfd\xbb\xe5\x23\x84\x2a\x14\x47\x6b\xf0\xa4\x77\x0d\x9e\x2c\xd3\x34\xfc\xc2\x9c\xec\x32\x85\x61\x09\x10\x66\xe6\xa3\xd2\x73\x46\x58\x10\x39\x1f\xcf\xf2\x59\xeb\x5a\x50\x89\xdd\x88\xf0\x47\x02\xeb\x87\x41\x29\xb1\x75\x5f\xba\xc6\x88\x30\xf8\x0d\x14\x87\xfd\xe8\xd8\x64\xb9\xc1\x26\x1f\xec\x7a\xc3\xea\xe6\x89\x5e\x70\xcc\x89\xf9\x34\x96\x50\xdf\xeb\x56\x92\x3c\xf9\x02\xfa\xf1\x01\x78\x77\x85\xac\xe9\x57\x95\x28\x54\x46\x17\xc9\x95\x90\x2b\x2a\x93\x91\x1c\x25\x3f\xb2\x95\xda\x24\x4b\x34\xea\x2f\xc1\xdb\x12\x91\xb1\x56\x47\x7f\xc9\x44\xc3\x2b\x3e\x64\x6a\x91\x18\xb8\x98\x8c\xe8\x12\xab\x85\x3d\x0d\xf0\x25\x17\x49\x59\x31\xfd\x4e\xda\xaf\xa0\xa4\x8c\x4a\x1a\x10\x0e\x23\x7a\xc1\x55\x16\x15\xb5\x23\xd5\xe9\x7c\x91\x6c\x0b\x79\xcd\x78\x32\xca\x92\x6f\x28\xcc\x1c\xde\x91\xc4\x9c\x44\x58\x16\xf4\x69\x35\xec\x7a\xe5\x76\x01\xd1\x12\xe5\xa1\xe9\xec\x75\x68\x9f\xa6\x9f\x14\x78\x4d\xba\x07\x94\x9b\xc7\x27\x4d\x8f\xb0\x1d\xef\xe0\xe1\x7e\x03\xbd\xe6\x77\xbe\x7f\xa7\xbe\x7e\xab\xd7\x59\xa7\x9b\x05\x77\xda\x5e\xf0\x46\x5f\x75\xd8\x69\x06\xc6\x86\x5a\xc3\xea\x84\xd4\xe2\x99\xd1\xae\xd5\x38\xdd\x59\x71\x56\x56\xa0\xbb\x5c\x47\x06\xf3\x07\xfc\x80\xf5\x51\xa8\xa7\xd8\xc1\xbe\x47\x5e\xe3\x7d\x21\x97\x03\x3e\xb1\xc2\xdd\xab\x8a\x92\xf0\xa3\x69\x86\x33\xcc\xbd\x87\x03\xc8\x1f\x4e\x71\x02\xba\xe6\x09\x83\x07\x32\xe3\x93\x5b\xc9\x94\xcd\x43\xf8\x94\x9f\x06\x3e\x79\x4f\xef\x60\x55\xba\x18\x72\x7c\x1e\x65\x9a\xd2\x2c\x10\x01\x62\x09\x3e\x40\x69\xa6\xc0\x50\xe0\x70\xc8\x10\xbe\x3d\xd2\xdf\x77\xa8\xa8\x26\xe1\xe9\xfc\xd4\x18\x94\x73\x10\x21\x71\x3b\xc9\x7c\x38\xc5\xe1\x0c\xf5\xb7\x9b\x11\xf0\xab\x73\x0a\x12\x3a\x4c\x0f\xf8\xb9\x53\xa8\x31\xbe\xda\x9a\x26\x12\x84\x7a\x3c\x66\x76\xae\x2e\xba\xd0\xe9\x5c\xb9\x55\x0f\x20\xd7\x42\xb5\x5a\xb3\xe0\x8a\x50\x22\xdb\x41\xab\x80\x10\x73\x1b\x0d\x8a\xaf\x17\x2c\x4d\x41\x7f\x8d\xc8\x05\x5f\x06\xaa\x8a\x2d\xba\xf6\x3a\xc0\x07\x9e\x83\x57\x39\x7c\x0f\x90\x2a\xb7\xd0\x8b\x4e\xe0\xe0\x62\x03\xd8\x72\x03\xec\xe8\xc4\x1c\xf3\x43\x70\x85\xde\x04\xda\x17\x07\x23\x9e\x5c\x67\x70\x5f\x34\x4d\x04\xd1\xe4\xbf\x10\x7b\xbe\x62\xfc\xfa\x19\x80\x89\xef\x69\xa9\x3c\x85\xb6\xcb\xa8\x83\xb6\xdc\x7c\x18\x68\x3b\x50\x06\xba\x4a\xac\x2c\x34\xe5\x58\x79\x28\xab\x53\x2d\x5c\xe5\x56\x6e\x79\xba\x27\xcb\x20\xdf\xa0\xfb\x83\xf5\x99\xa0\x1b\xcc\x4d\xbb\x58\x89\x5d\x0e\x7d\xd9\x8b\x6a\x1b\x1e\xdb\x6c\x7b\xad\x5d\xd7\x63\x28\x7a\xc0\x05\xe9\xa3\x5d\xae\xb3\xce\x43\x86\xf2\xfb\x03\xae\x49\x61\xd6\x52\x13\x33\x06\x52\xfe\x68\x3e\x85\x5d\xe3\x3d\x29\xec\xc2\xb6\x45\xbe\xb1\xdf\xc2\xe6\x68\x94\xdc\xe2\xa6\x50\x7b\x5c\xe3\xb5\x4f\x31\x85\xc7\x7b\xfd\x16\x57\x4d\xb3\x36\x1b\xb2\x02\x1a\x65\x50\x8d\xc9\x4d\xb6\xc2\xc9\x87\x04\xe1\xb5\xfd\x7d\xa7\xdf\x33\xd3\xfb\x98\x54\xd8\x75\x32\x26\x6b\x77\x58\x5e\x67\x22\xd8\xe4\x0f\xff\x39\x6f\x2b\x1c\x0b\x2c\xda\xc5\x53\x7e\xf1\x70\x4d\xf4\x49\xc2\x7b\xf2\x26\x53\x9a\x00\x29\xc0\x93\x3a\x61\xfa\x6b\x45\x82\x67\x6c\x3d\x31\xaf\xd8\x5b\xb1\x83\x95\x40\x78\xd3\x97\xad\x5f\x09\x93\x3f\x90\x69\x2a\xd2\x34\xdb\xeb\xbd\x23\xfe\x4d\x83\x4f\x8d\x19\xee\x61\xab\xc3\x0c\xd8\xfa\x29\x72\x91\xe1\x5e\x67\xf7\xfa\x98\xd4\xba\xc2\x18\xaa\x8d\x57\x18\x0e\x51\x0d\x45\xc7\xa6\xc6\x78\x63\xcf\x50\x6d\xf7\xd5\x1e\x9e\xda\xdf\x1a\x88\xe0\x3b\x31\x4f\xd5\x5b\xb1\x23\x53\xec\xbe\xf4\x68\xc9\x14\x0f\x79\x9a\x5a\x2d\xf0\x9b\x78\x52\xbe\x12\xc2\x77\x7d\x39\xba\x01\x34\xd8\xc1\xe0\xc8\x6a\x7c\x83\x77\xee\xc8\xda\x2f\x18\x21\xd9\x8c\xef\xf0\xce\x1e\x71\xfb\xd1\x0e\xe7\x26\x1e\xce\x9d\x53\x3d\xe3\x69\x3a\x94\x73\xd5\x62\xbf\x15\xca\x15\x21\xa4\x0a\x48\xa0\x2a\xa4\x69\xb2\x1d\xd9\x66\x3b\xac\x10\xc2\xbb\x8e\x16\xff\xbf\x88\xa2\x86\x47\x68\xb6\xc4\x3d\xcc\x88\xa3\xb7\xfa\x83\xf1\x28\xca\xda\x0d\x95\xe1\xb5\x73\x2c\x1d\xc6\x39\x95\xf6\x22\xc2\xa1\x3c\x2a\x6e\x6e\x55\x54\xde\xdd\xca\x29\x98\x1c\xcf\xa7\xf9\x2e\x93\x48\x93\xfa\xe6\xa7\xc7\x15\xf7\x04\x4e\x4c\x31\xe6\x00\xc6\x78\xbb\xc8\xf6\xdc\x8c\xb9\x01\x6b\x3c\x58\x70\x7b\x7a\x98\x3b\x37\xc2\x2b\xac\xbd\xce\xf6\x28\x32\x5d\x68\x91\x96\x5e\x34\x5c\x05\x68\xb8\x8a\x42\xbf\x24\x6b\xf6\x01\x84\xff\x1a\x36\x84\xc4\x66\x1b\xf2\xcf\x5c\x72\xd1\x92\x21\xc3\xa1\x4c\xd3\xf7\x99\x44\x91\xf1\x83\xa5\xe0\x9b\x66\xe8\x28\x47\x8f\xac\x97\xd9\xc7\x69\xc1\xd0\x9a\x23\xaa\x7e\xae\xd2\x34\xe1\x82\x53\x33\x48\x8d\x8c\xcb\x82\xd7\x6b\x21\xb7\x09\x3a\x47\x0a\xbc\xaf\x04\xe5\x03\x1f\x51\x1f\x27\x83\xbf\xef\xda\x2e\x1e\x1d\xc4\x3f\xf6\x1e\xc4\x3f\x46\x07\xf1\x8f\x4b\xb7\xc1\x53\xb3\x9d\xd3\x03\xae\x08\x9b\xeb\x55\x01\x02\xad\x86\x10\x03\x7a\xb9\x6f\x18\xbd\xdd\x09\xa9\x0c\x41\xb4\x27\x4f\xb3\x0a\xb3\xc0\xc4\xbc\x74\xae\x9a\x2c\x9e\x6c\xf8\x0e\x50\x7a\xde\x92\x96\x25\x29\x32\xa1\xdb\x6c\xa9\x4b\x88\x56\xfd\x91\xcb\x80\xf2\x92\x24\xe6\xf8\x9a\x16\x3f\xc6\x47\xe0\xd6\x7f\xdc\x87\xac\xc4\x30\x4e\x3d\x05\x47\xc3\x96\xbe\xef\xa6\x79\x9f\x55\x08\xed\xc9\xba\x9d\xc8\x8a\x1c\xbf\x7e\x78\x47\x56\xee\xf9\xda\x92\x95\x81\x8a\x83\xbd\x79\xd9\xd7\x00\xaa\x02\xc0\x86\xf7\x16\x62\x91\xdd\x08\x32\x2d\x60\xd6\x45\x01\x78\x85\xa0\x0e\xef\x0d\x10\x23\xdb\x91\xc9\x3d\xd8\x18\xdf\x09\xdf\x83\x2c\xd2\xb1\xca\x33\x49\xa4\xbe\xaf\x6d\xf8\x29\xd3\xe6\xcd\x5c\xe6\x12\x7e\x37\xcd\x14\xdb\x31\x99\x44\x25\x76\x26\xcd\x82\x49\x93\x2a\xed\xcd\xf7\xc3\x74\x19\xe6\x0b\x72\x22\x5b\x90\x40\xe1\x0d\x26\xfe\xc8\x63\x4f\xb1\x99\x47\xac\xa4\x79\x74\x20\x3f\xef\x3d\x90\x9f\x87\xc4\xfb\xe7\xcb\x1c\xbc\x4c\x80\xf7\x2b\xea\xd9\x4c\x49\xb1\x57\xc2\xdf\x6c\xeb\xe9\xa7\x20\xdf\x83\xbf\x0b\x81\x99\x06\x5c\x70\x8a\xef\x0d\xe0\x29\xe2\x67\x0b\x50\x9d\x71\x61\x10\x1e\x83\x1b\xfa\x82\x0e\x47\x82\xbf\xae\x82\x43\x62\x0e\x0e\x69\xec\x6f\xb7\x68\x71\x29\xf3\xe3\x60\x2e\xd1\xbd\x43\xc0\x60\xb3\x8b\x08\xff\xf2\x4d\x1f\xf0\x3e\xd2\x5b\xaf\x11\x44\xad\xec\x53\xce\x7b\x9e\x81\x43\x2a\x7a\xc0\xe0\xb6\xe9\xbe\x90\xb4\xc8\xdf\x66\xfa\x03\x1d\xd0\x01\xa1\x49\x2d\xa4\xca\xb2\x7e\xeb\xbf\x89\x2e\x3e\xa6\xf0\xe7\x80\x34\x42\xb2\xef\xd5\x04\x74\x30\xcc\x4c\x91\x13\xb7\xc9\x1e\x2c\x5d\x92\xe8\xf9\x49\x53\xde\xa6\x7c\x63\xf1\x02\x04\x71\x74\x7d\x44\xff\x6a\x31\x5d\xea\xe9\xe5\x7b\xfb\x03\x50\xbd\x7a\x57\x31\x95\x25\xe3\x04\x2d\x66\xde\xa2\xad\x1c\x65\xeb\x79\x32\x4e\x46\xeb\x3c\x49\x02\x00\xfd\x32\x36\x5e\x3e\x3a\x55\x9f\xf5\x9e\xaa\xcf\xc2\x53\xf5\xd9\xd2\xf0\x57\x19\xe1\xf3\xef\x32\x60\x3d\x29\x5c\x67\xb2\xb5\x69\xf9\x90\x49\xd0\x59\x3e\x84\xb6\x1f\xed\x92\xfc\x2b\x52\x03\x84\x65\x88\xd5\xa8\x16\x2c\xe8\xcb\x3b\xea\xc9\xfa\xc2\x5d\x3b\xa0\x1c\x8e\xf3\xbf\x35\x57\xbb\xb7\xee\xf7\xee\x15\x77\xd4\xbb\x39\x7a\x11\x82\x3d\xe2\xee\xf0\xc5\x58\xf6\x48\x1e\x22\x0b\x13\x4f\xfc\xc0\x21\x4e\xa4\x21\xfe\xcd\x7d\x31\xe8\x80\xbb\x0e\x86\xc1\xa6\x2f\x5c\x62\x52\x92\x43\xcb\x4b\xb2\xde\x67\xb3\xc7\x00\x92\x0c\xb0\xb1\x90\x45\x89\xdd\xe3\xeb\x5e\x2b\x23\xb5\xa0\xcb\x48\x91\xf7\x4b\x4f\xf3\x12\x19\x1e\x98\xe9\xd2\xb2\xb2\x7f\x33\x96\x1e\x76\xc2\x3c\xbe\x99\xdc\x5f\x60\x41\x2c\x13\xdb\x4e\xc7\x4c\x24\xe0\x60\x6b\xfc\x47\xcc\x61\x46\x6e\x96\xb5\x4e\xa8\x0c\x07\x0b\x66\xba\xd7\x09\xa6\xc5\x24\x4f\x6e\x0d\xfb\xa3\xd2\x89\xe6\x77\xee\x32\x7d\x1c\x47\xf0\x36\xb4\x28\x96\x23\xb5\xd8\x2f\x1f\x3f\x19\x73\xf8\x83\xd9\xa2\x5e\x12\x09\x4e\x6b\xd4\xa2\x5e\x8e\xf9\xa2\x5a\xe6\x6a\xf1\x22\xab\xd1\x32\x74\xf4\xf4\xaa\xc7\xf2\xa8\xa5\x95\xd7\x8c\xaf\xe6\xe6\x8f\x3e\xcd\xce\xbd\x62\xa6\xf4\xf2\xb4\x8d\x7c\x1b\xb3\x0d\x5a\x9f\xed\x12\x64\x53\xce\x69\x6a\x97\xc9\xc0\xd6\x59\x5f\x87\x2f\xf4\x82\x79\x08\xdc\x26\xf5\xab\x13\x2f\xd4\x52\x77\x74\x40\x4e\xdd\xf9\x55\x1c\x8f\xb7\xb7\xa4\x6f\xdc\x6d\x0e\x07\x9f\x5d\x09\x2f\xb6\x34\xc1\x52\x23\x0d\x6b\x21\x9f\x17\xe5\x26\xee\x94\x4e\xdc\x57\x9a\x96\x82\xd7\xa2\xa2\x93\xdb\x42\xf2\x2c\xf9\x07\xa8\x7e\x30\x2a\x7d\x89\x7f\x9c\xb1\xfa\x6c\x45\x77\x92\x96\x05\x68\xbf\xec\x6b\x7a\x16\x14\xe3\xff\x18\x7a\x0f\x8d\x6d\xbb\x9a\x9a\x5d\xf3\x01\x9d\x18\x87\x13\xab\x34\xe5\x99\xd4\xe4\x81\xb2\x37\xaa\x9e\x18\x35\x1f\xf2\xfa\x28\x09\xe1\x36\xc5\x8b\xb7\xa2\x72\x3e\x15\x61\x45\x24\x28\x89\x1b\xd7\x1a\x61\x5c\x6b\x83\xa5\xb6\x3e\x7c\x27\xac\xfe\x92\xd6\x4a\x8a\x3b\xba\x72\xda\xde\xf7\x8e\xdf\x96\x1b\xb7\xb7\x1a\x22\xd5\x9a\x72\x2f\xa4\x14\xb7\x6f\xda\x4f\x65\xf5\x5e\xe0\x6b\x5d\xb1\xdd\x8e\xae\xf2\xe1\x0c\xdb\x11\xe5\xf7\xe0\xa6\xf1\x78\xd4\x2f\x43\x07\xcd\x46\x51\x1c\xe6\xe8\x9c\x27\xdb\x72\xd6\x21\xfc\x0e\xd4\x48\x26\x0e\x35\xff\x4a\x23\xec\x10\x0a\x5f\xc3\x07\x50\x6e\x7f\x96\xc5\x25\x5d\x06\xee\xe9\xfc\x93\xfb\x73\x9b\x59\x4f\xf4\xcc\x26\x57\x62\xcf\x57\x85\x64\xb4\x76\x94\xd5\x43\xa5\x77\xc5\x6a\xc5\xf8\xb5\x1e\xa6\x90\xec\x9a\xf1\xa2\xfa\xce\x0f\x97\x46\x23\x8c\xe6\x45\x4e\x4f\x39\x98\x8c\x3d\x24\x36\xe4\xbd\x9d\x4b\xdf\x5c\x83\x9e\xd0\x51\x7d\xdf\xfc\x03\x9d\xce\x2d\x7d\x94\x27\xc5\x55\x2d\xaa\xbd\xa2\x09\xa6\xe4\x5b\xd3\xb1\x9f\xb3\xd7\xef\x77\x47\xea\x99\x71\x48\x31\x8f\x1a\x16\xdc\x84\x5f\xd2\x44\x41\xd6\x57\x1c\xfc\xf6\xc5\x35\x4c\x0e\x48\x7f\x23\xbb\xa8\x00\xac\xd1\x49\x2d\xb6\xf4\x18\x09\xd1\x17\x8f\x07\xf2\xc9\xe0\xd6\x81\x28\x34\x7a\x27\xbe\x88\x79\x92\x8b\xe1\x0c\x27\xdb\x3a\xc1\xc9\x8f\xf4\xea\x3d\xd3\x00\xff\xa5\xf8\x3d\xc1\xc9\xeb\xc4\xd0\xdc\x3e\x7e\xc0\x44\x89\x1f\xf4\x62\x3e\x2b\x6a\x9a\xa1\x91\x83\x87\x60\x7a\x3f\x3d\xe7\x2d\x1f\xd9\x87\x21\x62\x10\x24\x05\xa2\xd5\x26\xc9\x88\x8d\x64\x4e\xa3\xf8\x93\x91\x44\x77\x02\x97\x6f\x21\x96\xde\x6b\xd8\x21\x10\x5a\xb6\xe3\xff\x21\x8b\xfd\x34\x1c\xdd\x6d\xbd\xb6\xbf\x77\xb7\x2d\x01\xfd\x52\xb8\xd0\x10\xd5\x32\x38\x4e\x36\xcc\xd6\x53\x77\xc5\xb3\xe4\xc3\xd8\x9f\xa5\x04\x85\xb7\xc8\x8c\xb1\x3d\x4d\x49\xd2\x93\xab\xc4\xae\x3f\x03\x58\x4d\xbd\x39\x86\x9e\xe9\xcd\xb2\x74\x51\x6f\xde\xad\x8f\x88\xd1\x9b\xbf\xf8\x22\x0b\x09\xe8\x25\x49\x12\x1f\x02\xb1\xd6\xe7\x03\xb4\x4d\xbf\x65\xb5\xa2\x9c\xca\x3a\x43\xf1\x91\x34\xcb\xf2\x9a\xdb\x85\xb5\xd6\x23\xee\x42\x79\x81\xb1\x2d\x07\x32\xcd\x70\x59\x4d\x6b\x87\xd0\xda\xea\x04\x7e\xd8\x2a\x8c\x44\xa8\x62\x6e\xc8\xd7\x8e\xa9\x92\x15\x0a\xd8\x20\x3f\xc0\xf4\x25\x1c\xeb\xc6\x27\xc5\x6a\x15\xcd\x28\x4b\x24\xad\xd9\xef\xfa\x25\x0c\x8b\xe3\xfb\x5d\x51\xd7\xec\xc6\x70\xf1\xad\x7f\xb9\x22\x10\xbd\x06\xe2\x92\x0e\x85\xd6\x72\x59\x42\xe6\xa5\x98\xab\xd3\x08\x6f\xae\x06\xf5\xf1\xc8\x74\xab\xd1\x30\xb0\x68\x1a\x9a\x15\x59\x1d\x8a\xe2\x6d\xe7\xd8\xfa\x31\xae\xd1\x21\x63\xd8\x49\xd5\x3a\x93\x92\x93\x90\x8b\x50\x23\x9f\x60\x61\x38\x61\x58\x4e\xc0\x1b\x6f\xfd\xdc\x00\x07\x08\x29\x1f\x9a\x78\x85\xa1\x51\xe2\xa2\xce\x0e\xc8\x38\xf1\xf9\x7b\xf6\xc0\x63\x82\xbb\xef\x5d\x5d\x6e\xe8\x6a\x5f\x51\x03\x11\x43\x48\xf4\xa3\x0b\xd6\x8d\xd5\xe0\x54\xcf\x69\x9a\x95\xfa\x7d\xae\x9e\x72\xb6\x05\xc5\xd5\xaf\x64\xb1\x75\x61\x0f\xe2\xa6\xc3\x00\x2a\x19\x25\xdd\x41\x06\x41\x6e\xcc\x79\x31\x07\xf7\xc4\x91\x51\xe1\xea\x6a\x8c\x24\x5a\xde\x53\x68\x55\x6f\x93\x6e\xc3\xe2\x26\x01\x5f\x89\x8f\x31\x38\x46\x8b\x3b\x22\x8b\xa5\x4f\x72\x3b\x69\xcb\x75\x36\x73\x06\x5a\x62\x7e\x71\xbf\x0e\x74\xad\x12\xe3\x21\x6c\xc8\xea\x57\xc5\xab\x2c\x14\x0b\x23\x94\xa6\xac\xfe\x8a\x71\x06\x4f\xcf\x21\xb6\xe9\x42\xf7\x21\xbd\xad\xfa\x90\x49\x4f\x66\x26\xc9\xb9\xa5\x1b\x2c\xb6\xef\x30\x7c\x23\xe3\xc1\x9e\x9c\xb0\xf4\x4f\x0f\x5d\x91\xa6\x5f\x1b\xd5\x3e\x30\xa8\x4f\x76\x1f\x12\xfd\x92\x1b\x50\x26\x97\x20\x93\x1c\x71\x6f\x70\x05\x6a\x4a\x56\x93\xf0\x31\xfb\x14\x3d\xa5\x7f\x8b\x09\xe3\x93\x08\xb6\x0b\x60\x04\xd4\x39\x23\xc3\x21\x4f\xd3\xbe\xa7\xb7\x5b\x1e\xdc\xcb\xfa\x97\x57\xa3\x43\x2b\x2a\x2f\xb8\xf9\x7b\x30\x5c\xc1\x61\x0b\x4b\xfe\x91\x8c\xd4\x28\xf9\x47\x82\x0b\xf8\x2d\xf5\xef\x41\x84\x8d\x17\xa3\xe4\xcc\x3d\x61\x1a\x0b\xb7\x66\x24\xab\xb3\xab\xbb\xb3\x64\x24\xa2\x5c\x7e\x06\xdd\x80\x36\xb5\x90\xef\xf1\xd9\x15\x3d\xab\xf7\x92\xea\x04\xab\xc8\x7c\xc6\xd4\xd9\x15\x5d\x0b\x49\x4d\xed\x61\xd2\x71\x59\xf9\x37\xb2\x00\xc6\xd1\xb8\x56\x85\xd4\x7b\x05\x5c\x24\xf3\x67\x4c\xf9\xca\xec\xa5\xcf\x35\xfb\xaa\x53\x4c\x9e\xe1\x0c\xb9\x5c\xb7\xdf\x26\xd5\x94\xb0\xdc\x9f\xf0\xa3\x4d\x75\x15\x81\x07\x64\x8a\x18\xea\xd2\xa4\x98\xec\x25\xfe\x89\xfc\xcd\x62\x1e\xa1\x69\xd6\x5f\xfe\x33\x04\x0c\x3f\xf9\xc3\x08\x21\x9f\x7f\xb2\xfd\xc8\xd1\x0c\xe2\xd2\x96\x85\xca\x7e\xf2\x54\x60\xc0\x0c\x51\x73\xde\x46\x8a\xca\x39\xac\xe5\x2f\x24\xd1\xe8\x71\x02\xa6\x77\x65\x25\xca\xf7\xb7\xac\xd6\x70\x45\x7f\x8a\x3d\x57\x54\xb6\xa9\x91\x19\x5b\x87\x4d\xbd\x98\xe2\xe9\xf2\xa3\x54\x39\x47\xe0\xfe\xd6\xd0\xfd\x8f\xb3\x77\xa3\xe6\xdd\x18\x3d\x3e\xcd\x21\x03\x17\xff\x5b\x50\x59\x05\x29\xa5\x6b\xe7\x55\x56\xf4\x5d\x8a\xb1\x51\x13\xad\x69\x21\xcb\x4d\xf6\x18\x37\xef\xea\xc7\xa0\xee\x3a\x28\x16\xf5\x32\x4d\x81\xfd\xa8\x7f\xb6\x1c\x48\xac\xf1\xac\x98\xb8\x7c\x6d\x90\xf2\xb3\x9a\xee\x0a\x09\x76\x0f\x57\x77\x67\xb7\x1b\xa6\xe8\x59\xbd\x2b\x4a\x9a\xd5\xe8\xac\x90\xf4\x88\xda\x2c\xce\x4a\xb1\xdd\x16\x67\x19\x46\xa0\x20\x41\x8b\x95\x0b\x69\xbd\x27\x8f\xdf\xd5\x8f\xf0\xbb\xfa\x51\xf3\xae\x1e\x3d\xc6\x95\x59\xa7\x7a\xbe\x68\xa3\x9e\xd4\x7e\xf7\x16\x30\x44\xb3\x48\x7b\x4d\xfb\x2f\x11\xee\xa4\xcd\x96\x4b\x57\xda\xb5\x50\x8f\x66\x08\x2d\xf3\x45\xe1\x58\x6f\x59\x45\xaa\xee\xca\xb6\x1b\x66\x5c\xe1\xce\x87\x22\x17\xe8\x98\x09\x52\x04\xca\xc0\xfa\xbd\x58\xed\x4b\xda\xcf\x88\x4c\x40\xc4\xbc\xa0\x6d\x30\x19\xbd\xce\x70\x08\x46\x09\x4e\xc6\xc1\xee\x2b\x34\xcf\xa2\x92\x44\x81\xc7\x4e\x4c\x51\x5e\x74\xb2\x46\x26\x6f\xa6\xf3\xa8\x9b\xaa\x42\x07\x84\x17\xcb\xd3\xe7\xe5\xd8\x60\xd9\x29\x78\x59\xab\xc4\x2c\x9b\xe7\xef\xc6\xcd\xbb\x11\x9a\xbf\x5b\x3d\x7a\x37\xd1\xff\xa3\x6c\xf2\x08\x3d\x46\x58\x90\x11\x44\x35\x2a\x08\x5b\x3c\x31\x5e\xad\x44\xcb\x9a\xb6\x46\xda\xed\x19\x4c\xfe\x90\x20\xe7\x9f\xca\x8a\x48\xac\x6a\x6f\x61\x35\x7a\xff\xb0\x4b\xf2\x9a\xc8\xc1\x95\xa4\xc5\x7b\xa3\xb2\xfb\x07\xab\xe1\xfb\x07\x99\xe4\x16\xfd\xca\x6b\xc2\x5b\x99\x76\x8d\x16\x6a\xf9\x78\x36\x9d\x3e\x12\x07\x10\xcf\x6c\xf4\xfa\x16\x4d\x93\xdc\x80\x88\xa4\xf0\x6c\x1f\x97\x35\xf7\x62\xc1\x53\xd2\xa5\x4f\x91\x16\xe6\x9f\xda\xca\x03\x22\x4a\x64\xc7\xed\x29\xa3\x8c\x62\x66\xdc\x83\x02\xe3\xa3\x97\xcd\xa3\x4f\x12\xed\x7b\xb2\xf5\xee\x7d\x6d\xb8\x31\x6c\xa1\x96\x23\x22\x1f\x65\xc9\xd8\x9c\x36\x3e\x9e\x2d\x41\xd5\x0d\xd9\xa6\x31\xb3\xa6\xb2\xe4\xde\x13\x45\x9e\x89\x89\x23\x0a\x3a\xd7\x87\x2a\x44\x4a\x72\x8d\x61\xc6\x54\x04\xf0\x4c\x2c\xad\x1b\x7a\x27\x3c\x60\x47\x33\xc7\xa9\x9e\x82\xcb\xef\x21\x04\x6c\x7e\x0f\xcf\x5c\x3e\x9b\x4e\x31\x6d\x7b\x59\xf3\x23\xad\xfb\x98\xf9\x20\x89\x8a\x99\xa2\xa0\xb2\x1d\xf3\xd5\x8d\x09\xbe\x57\x5c\x34\xc0\x0a\x02\x81\xb4\x58\x64\x41\x98\xe3\x42\xd4\x0e\x24\xfb\x87\x4c\x3f\x88\x11\xa3\x74\x4f\xea\x98\x2f\x5a\xe9\x84\x0e\x0b\x14\x97\xe4\x1e\x1e\xb7\xfc\x36\xbb\x3f\xe0\x3d\x16\x8b\xfd\x12\x61\xca\x57\x61\xc2\x48\x2c\xaa\xe5\xb8\x58\x54\x4b\x14\x72\x9a\x2c\x7f\x04\xf4\x78\x0a\x5c\xc6\x3a\x3f\x07\xcb\x9e\x72\x8b\xf6\xe4\x81\x45\x0b\x7d\x36\x9b\x5a\x20\xd1\x68\x57\xb0\xbb\x26\x76\x15\x8a\x68\x79\x6a\xc2\x3b\xcb\xbc\x77\x57\xd8\x09\xe1\xc8\xd7\xd9\x48\xa2\xf9\x62\x24\xf1\x74\x99\x4b\x9a\x49\x2c\x70\x81\x6b\x64\xdf\x34\xe0\xf5\x66\xc2\x48\xe5\xf6\xba\x09\x61\x15\x18\xf6\x8b\xd9\x12\x39\x36\xfb\xa9\x62\x23\x57\xcc\xaa\xb2\x42\x21\x97\x01\xa5\x40\x4d\xc2\x16\xb2\x5b\x47\x40\x4d\xb7\xa7\xa0\x6d\x0d\x78\x57\xb0\xd0\x02\x42\xdd\x98\x55\x9d\x1e\xf0\x4e\xc2\x81\x7f\x6d\x95\xfd\xdd\x42\x7f\xf6\x89\x0b\x7d\xc4\x69\x6b\x9a\x75\x46\x27\x8e\x29\xe9\x28\xe9\x41\x90\xd4\xb2\x16\x01\xe1\xcc\x24\x59\x83\x5c\xc6\xe0\xb4\x31\xc5\x0f\x7b\xd6\x69\xcc\xe0\xd3\xb0\x83\x4a\xec\x6c\x00\x80\xb5\xc2\x35\x61\x0b\xbe\x1c\x30\xc7\xbe\x60\x9e\x5d\xa1\xd3\x49\x92\xd8\xe7\xf6\xfb\xe3\xf1\xe1\xbe\xe1\x41\xfc\x12\xe0\x0c\x62\xd9\x65\xfd\x21\xdb\x8d\x70\xbd\x14\xa6\x93\x1a\x87\x4b\x42\x9c\x5a\xb4\x9a\xec\x24\x13\x92\xa9\x3b\x08\x54\x1c\x1f\x7d\xbc\x22\xf7\x3b\xc9\xb6\x85\xbc\xeb\x31\xbc\x29\x17\xb4\x95\x97\x2d\xe8\xf2\x62\xbf\xa0\xcb\x34\x1d\xaa\x09\xad\xcb\x62\x07\xd1\x02\xbf\x77\x43\x86\xd5\xf4\xd0\x5a\x17\xc7\xba\x38\x42\xf8\xd6\xa8\xc9\x49\x74\xc0\xc6\x27\x45\x7f\x6f\xed\xd1\xa4\xf1\xb5\xe7\xa4\x5c\xc8\x68\x20\x97\x1f\x19\x08\xb7\x03\x61\x3c\xd3\x55\x61\x20\xe3\x2c\xec\xa0\x34\x02\x9c\xbc\xb4\x92\x1b\xe4\xc6\x69\x74\x4c\x5b\x3d\xf2\x5e\x52\xd5\x40\x48\x0b\xc0\x2c\x9a\x1d\x83\x2f\x8a\xe6\x89\x5d\xd8\x24\x4f\xfc\xb4\x93\x41\x69\xa0\x4d\x89\x57\x0b\xb5\xcc\x2c\xe7\xfd\x08\x22\x95\xfa\xa2\xb8\x7d\xcb\x7d\x1f\x32\xa2\x09\xed\xf5\x5b\x62\x7b\x54\xf2\xcf\xf1\xd1\x95\xc8\x63\xf5\x88\x03\x7e\x4f\xe9\xee\xad\xb8\xa6\x6a\x43\xa5\xbb\x70\x7f\xfc\xa4\xe7\xc0\x81\x2f\x08\xe3\x63\x4e\x0f\xc4\xf4\xf6\x67\x96\x85\x10\xaf\x03\xc8\xac\x96\xd0\xba\x12\x42\x43\x3d\xbb\x74\xf1\x3c\xfc\xe2\x81\x80\xbd\x98\xdb\xe9\xb6\xef\xe5\x5e\x27\xc6\x0f\x42\x71\x52\x26\x26\x17\xf5\xf2\x42\x64\x5c\x3f\x07\x10\xf9\x23\x5e\xe2\xc5\x7e\x49\x6c\xee\x58\xea\x77\x01\xeb\xa4\x4b\x9d\x54\x3f\x58\xa1\x5e\x82\x13\x2d\x2b\xe4\x70\x4b\xf8\xf9\xa7\xc0\x2c\xc0\xdd\xfe\x2d\x04\x01\x21\x8b\x55\x37\x97\xe0\x24\xdc\xa0\xae\x0e\x82\x5e\x6f\x6b\xc2\x0d\x1a\x26\x35\x18\xa8\xb5\xd6\x8d\xdc\x6a\x42\xf3\x1e\xc8\x05\x71\x02\xdf\xd0\x8a\x42\xf0\x07\x8e\xda\xa6\x0f\xce\xe1\xfb\xf0\xb8\x96\xd7\x5c\xe3\xbe\x7c\x4c\x95\xfc\xf8\xf4\xfb\x57\x2f\x5e\x7d\x9d\x9f\xfd\x03\x26\xe0\x86\xf7\x8f\xd6\x2f\xcc\x86\x55\xab\x33\xb1\x3e\x63\xaa\xb6\xc6\xe9\xce\x0c\x7d\x98\x20\x4c\x6d\x3c\xae\xd3\x47\xa7\x08\xce\x9e\x26\xb6\xec\xd9\xdb\x93\x22\x38\x7b\x55\xe7\x36\x9a\xa3\xd3\x1e\x29\x08\xfe\x59\x1d\x13\x14\x6b\x9d\x18\x68\xc7\xe3\x15\xe8\xd7\x7c\x2b\x6e\x1d\xab\x1e\x6f\x74\x91\xf0\xd4\xed\x74\xc2\x95\xd3\x8f\xb7\x77\x72\x4b\x7e\xcb\x38\x5a\x94\xcb\xc1\x7e\xb1\x5b\x8e\xb7\x17\xf5\x62\xb5\xec\x3b\x46\xab\xe5\x98\xe8\xbc\x71\x66\x0a\x22\x84\xf7\x8b\xd5\x72\xb4\xbd\xac\x17\xbb\x13\x35\xf4\x43\xaa\x8b\x8c\x75\x91\x1e\x70\xf1\xfa\xa8\x92\x79\xd2\x6e\x4c\xbd\xfd\xa2\x5c\x3e\x7e\x32\xde\x3e\x7e\x82\xef\x08\xeb\x79\x22\xf1\x75\xa8\x08\x70\xd7\x1a\x05\xac\x97\x08\x5f\x75\xf2\x9c\x29\xc4\xba\x35\x85\xc0\xbf\x92\x9b\x71\xdf\x4c\xaf\xc7\x57\xee\x3e\xfe\xda\x3e\x0e\x1e\x38\xd7\x8b\x72\x39\xde\xe2\x5f\x11\x06\xff\x8f\x70\x82\x3c\x9f\x2e\x98\x26\x64\x90\xec\x36\x03\x0f\xca\x2b\x0c\x0d\x48\x0d\xeb\xb2\x5f\x01\x70\x4b\xbc\xc1\x09\x78\x38\xd2\x80\x93\x3a\xd8\xb7\xf8\x30\x86\xaa\xcb\xc4\x88\x1d\xdd\x6d\xfd\xd3\x47\x6e\x2b\x5b\x67\xbf\x9f\xb8\xa6\x40\x5a\x84\xf7\x12\xfc\x6c\x58\x99\x66\x9a\x86\xd2\x46\x4d\xf3\x1f\x09\xf5\xba\xe1\xc3\xfe\x03\x18\x41\x0f\xe6\x73\x84\x23\xc4\xe8\x67\xe7\x46\x31\xf2\xc2\xf8\x9b\x3e\x51\x64\xb6\x6c\x9a\x44\x13\xdb\x8b\xa5\xa3\x1d\xd5\xe4\x8a\x6e\x8a\x1b\x26\xa4\x21\x22\xcf\x7e\xc9\x0b\xb2\xe0\x98\x2d\x03\x32\xf2\x8c\xd2\xbc\x20\x7f\xc9\x38\x0a\x13\x95\x4d\x04\xa7\x95\x26\xdd\x91\x98\x05\x69\xdb\x75\x88\x77\xd1\xf3\xe4\xd6\x78\x6f\x7c\x7c\x0d\x09\xa9\x9b\xc6\x45\x88\x25\x84\xec\x47\xb3\x76\x45\x3f\x3e\x67\x8b\x13\x1d\xa1\x41\x21\x66\xd4\x2e\xf9\x3a\x7c\xb4\x56\xc4\x63\xd8\x3c\x4d\xd7\x59\x65\xe4\x4e\xe8\x72\x9d\x95\x80\x87\xa1\xa6\x69\x31\x0c\x5b\x04\xd2\x2f\x74\x09\x53\xb8\x69\x1c\x66\x6d\x0b\x18\x30\x62\x1a\x51\x62\xa7\x0b\xb4\x58\xb5\x2d\xa3\xd3\xa1\x0d\x5b\x18\x6f\x48\xd8\xb6\x51\xc6\x43\x78\x47\xa2\x41\x59\xc5\x3b\x84\xb7\x24\x68\x04\x94\xf4\x10\xbe\x21\x71\xe7\xd2\xb7\x7d\x17\x4d\x73\xd3\x99\xd3\x2e\x9a\xc0\xb6\x3b\xda\x1b\x7c\xfd\x91\xa7\x9d\x6b\x78\x32\x1c\x2a\xb8\x31\x7f\x2f\x24\x03\xa9\x84\x26\x1f\xae\x8d\x45\xa7\xd1\xf8\x14\xd0\xb5\x4e\xa2\x7c\x65\x13\x76\x4d\x33\xec\x16\xda\xda\xb4\xb6\xd4\x8d\x06\x46\xc7\x1d\x7c\x71\x07\xa6\xbb\x5c\xf5\xf4\xb4\xeb\xf6\xb4\xe9\xe9\xe9\xe6\xa8\xa7\x2d\xc2\xb7\xe4\xaa\x69\x7e\x3d\xcf\x56\x4d\x73\xd7\x34\xb7\x06\x6d\xb0\xb0\x80\x0c\xa7\x18\x32\x0c\x43\xbe\x58\xec\xc1\xaf\xd5\xad\xa6\x94\xfa\x02\xce\xdb\x86\xe9\xdc\x76\x9b\xb7\xdd\xd3\x39\xe4\xe6\xf4\x90\x09\x14\x6b\x34\xf0\x51\x26\x40\x8d\x4d\xe4\x49\xd2\xf3\x32\x18\x13\x95\xee\x71\xff\xb2\x17\xe8\x3c\xac\x16\x80\x40\x9e\xdf\x0b\x14\x29\x36\xdc\x5a\x8b\xcc\x1e\xb0\xbb\xd3\xb9\xe5\xe2\x3e\x88\xa0\x7a\x4d\x5f\x1c\x6f\x59\x3e\x9c\xe1\x13\x9b\x98\x0f\x67\x07\x0c\x90\xd8\x41\xf4\xff\x1e\x42\xf4\xd9\x7f\x8c\xa3\xd1\xa2\x19\x8c\x70\xb7\x2c\x82\xf0\x88\x81\xf1\x30\x9a\x01\x3a\xed\xc0\xce\x75\x37\xe0\x48\x4e\x13\xe8\x6c\x45\x68\xc5\x92\x88\x85\x5c\x8e\xb3\x7a\x0e\x39\x1d\xac\x76\x99\x4f\xe3\x8d\x7f\x91\xf5\x68\x6a\x90\xd7\x1a\x77\xd6\xc8\xe9\x86\xad\xa8\x5b\x9b\x3f\x3f\x88\xde\x3f\x84\x93\xea\x56\x12\x9c\x74\xe8\xf4\x2e\x56\xaa\x7a\x81\xa7\x24\xaf\xfa\x5b\xed\x61\x90\x1e\xf5\x60\xcc\x83\x8a\x2d\x3d\x20\x14\xbc\x76\x10\x6c\xc9\x82\xaa\x0b\xab\x6f\x6c\xd4\x5e\x2f\xbd\x9e\x31\x68\xdf\x5e\xb6\xda\xc5\x56\xd7\xf6\xc2\x82\x49\x98\xaf\x89\x0a\xa8\x67\xd7\xce\xc4\x7c\x03\xdb\x77\xd2\x2a\x2c\x2d\x92\x0f\x63\xb1\x57\x63\xb1\x1e\xb7\xc3\x48\x34\x45\x0f\x58\x33\xb4\x36\x7b\xa0\xb5\xd9\x27\xb5\x36\x9c\x85\x6c\xa7\xd2\x68\x78\x82\xba\x85\xdf\xc3\xcf\x3f\x8d\x27\xf2\x01\x68\xb2\xbb\x90\xdf\xd4\x9e\xe4\x7f\x61\x43\x02\x85\x8f\x68\x2f\xae\x77\xfb\xa7\x65\x49\x2b\x2a\xe1\x4a\xb6\x71\xf7\x44\x57\x5c\xd1\x12\x06\x9d\x3a\xff\x38\x33\xc2\xee\xb3\xad\xb8\x31\xbe\x89\xfe\x11\xce\xf8\x1f\xad\x58\xae\xe0\xab\xb3\x5b\x56\x55\x67\x36\x1e\x4a\xbd\xdf\x69\x40\x61\x7c\x0a\xad\xf7\x6a\x2f\xe9\x99\x73\xf2\xa7\x29\x0c\xe3\xcc\x65\xf2\x5b\xed\x74\xea\x0a\xd2\x8e\x6f\x2e\x72\xd5\x1d\x3e\xae\x49\x1f\xc7\x08\x6c\xa9\x6a\x84\x2b\x72\xef\xb0\xaa\x9c\x79\x04\xeb\x80\xcb\x5e\xe7\xf3\x2d\xf8\xe0\x44\xba\x45\x67\x44\x06\x77\xc2\x52\xc1\x80\xb9\xe2\x22\xc4\x2e\xea\x3e\xef\x72\xf4\x80\xf7\x44\x64\xcc\xf0\x2a\xf4\x78\x44\xc6\xdd\x47\xf9\x11\x50\x14\xa9\x74\xad\x89\x95\x41\xb5\xe8\x91\x97\x17\x8c\x13\x84\x57\x44\xcd\xcb\xa6\x59\x37\xcd\xfe\x0f\x4f\x08\xa9\xfe\xf0\x64\x2e\xf2\x22\xaf\xf1\x86\xa8\xb9\xc8\x5d\x3c\x71\xa3\xaa\xbb\xca\xa0\xd0\x2c\x4d\x2b\xfb\x77\xb8\x4e\x53\x35\x37\x96\x39\xe3\x59\xce\x2d\x46\xa2\xc4\x2e\xdf\x64\xdc\xa0\x1c\x56\x97\x57\x7f\x3b\x5c\xc3\xe8\xfa\xae\x32\x6e\x51\x95\xc3\x21\xa3\x8e\x85\xbf\xa2\x37\xac\xa4\xdf\xb1\x0f\xb4\xfa\x5e\xef\xd5\xc5\x93\xa6\x19\xfe\x55\x8f\x34\x40\x39\xa4\x53\xa4\x75\x1c\x82\x4d\xc0\x45\xe2\x1e\xbc\x5a\x12\x6d\xd7\x65\xf0\x6d\x9d\x7f\xc9\x1b\xc7\x66\x65\xeb\xec\x26\xec\x60\x35\xf7\xe6\x40\x75\x6b\xae\x38\xae\x23\xd1\xc5\xc8\x61\x66\xf9\x78\x6f\xd9\x49\x6d\x12\xa0\x75\x78\x1b\x8c\x6b\xf3\x70\x9b\x46\x87\xda\x22\x8c\xba\xc5\xdb\x28\xc1\xe0\x9a\xb8\x48\xd3\x1d\xaa\x16\xbb\x25\x31\x33\xaa\x0a\x45\x3f\x5b\x65\xc9\x68\x3b\x4a\x76\x1f\xf0\x59\x32\xba\x31\x3f\xa6\x28\xc1\xd5\x62\xb5\x24\x53\x5c\x2d\x36\xf0\x27\xd2\x7c\x6a\xd7\xa3\x35\x49\xb9\x8b\x97\x60\x3c\xcb\x67\xf8\x3a\x9a\x01\x98\xf3\x43\xb3\x37\x8f\xee\x4c\xc3\xdb\x47\xd7\x71\xd3\xab\x51\xa2\xc7\xb1\xb1\x06\xdb\xf7\x91\x62\x58\x1e\x1c\xc5\x40\x99\xbb\x05\x95\x06\x73\xb9\x8a\xc0\xa7\x57\x68\xb0\xb9\x95\xff\xf6\xd4\xe3\x9b\x20\xbb\x43\x3f\xc6\x45\x00\x4f\xe9\x80\x03\x0d\x59\x3f\xb4\x87\xe9\xce\x9d\x9c\x03\x6e\xc1\xa1\x03\xc8\xff\xfe\x71\x9e\x19\x76\x71\x8c\xce\x7e\xee\xc5\xb7\xdc\xd0\xd5\x31\xb7\x06\x74\x07\xdb\x89\xe3\x50\x93\x44\x9e\x50\x4b\x1e\xea\x1b\x2e\x17\x74\x39\x57\x93\x9a\xaa\x56\x23\x8f\x62\x9d\x8a\x72\x75\xa4\xab\x47\x2d\xf7\x31\x24\xbc\xd3\x34\x0a\x6f\x10\xad\x99\xa5\xbb\xd2\xf4\xe7\x2c\xae\xd4\xb3\xb6\x82\x7f\x2b\x8a\x55\xde\x15\x7d\xb6\xea\x60\x2f\xc1\x81\x32\xc5\xb2\x4b\xba\x16\xe4\x59\x26\x03\x5c\x4d\xd8\x62\x1f\x55\xb4\x3d\x2a\xe2\xb4\x6b\x5b\xff\xf5\xd1\xc2\x44\x27\x12\x17\x08\xff\x9c\x29\xdc\x82\x7c\xf9\x51\x15\xd7\x03\x84\x15\xe9\x9e\x22\xeb\xa5\xf6\x70\xc0\x8c\x9e\x8c\xfa\xd6\x3a\x97\x07\x6f\xde\x9f\x6e\x1b\x3c\x0f\x3f\xf2\xfb\xc3\xe0\xca\x06\xa5\x41\x7d\x1a\x63\x3d\xbe\x5b\x25\xfd\xe7\x9e\xd6\xaa\xa3\x12\x26\xac\x32\x15\xb2\x51\x31\xcc\x17\x91\x59\xf0\x35\xb9\x02\x13\x80\x0d\xab\x51\xac\xed\xe8\xee\xdb\x97\x86\xae\xaf\xf5\x5a\x06\xea\x64\xf7\x81\x7e\xa9\xc6\xce\xbd\x22\xaf\xfe\x88\x14\xb6\xf2\xc5\xf2\xd0\x51\xb6\x26\xe0\x2b\xe7\x37\x60\x5f\xce\xd5\x62\xba\xcc\x55\xa8\xac\x49\x58\x9a\x32\x97\xcd\x74\x36\x3b\xa1\x70\x4d\xee\x0f\xd1\x3d\xea\x8c\x39\x40\x88\x8a\xf6\x77\xaf\x70\x58\x81\xdb\xd5\x6e\xfb\x0b\xb5\xec\xae\x43\x94\x09\x9e\xa7\x83\xa6\xe7\x45\x94\x9d\xdf\x1f\x8c\x56\x5b\xa4\x7a\x1b\xd9\x6c\xf5\xcf\xeb\x41\x43\x2e\x8d\xb7\xe5\xfa\x36\xf6\x8c\x17\xcc\xb9\x1e\x34\xe6\xb2\x5a\x58\x63\xe5\xb5\xb0\x3a\xc3\x3b\xa5\xc9\x17\xd8\x2d\xd0\x89\x81\x04\x08\x94\xba\xe0\x67\x26\x42\x9c\xc8\xe3\xa7\x5e\x09\x52\x27\x9a\xc0\xa7\xbe\x47\x73\x00\xad\xf7\x83\x3a\x56\x44\x8f\xa4\xe6\x83\xda\xaa\xda\x9a\x21\xf4\x2b\xe9\xf6\xa8\x4a\x12\x17\x2f\xe4\xec\xd7\x8c\xe2\x05\x58\xc0\x25\xa6\x57\x17\x06\xf2\xf8\x2a\x7d\xd5\x86\xa2\x40\x87\x03\x36\x95\x56\xe6\xa8\x9f\xae\xf5\x43\x5f\xad\xbe\xe1\x9e\x6e\xe2\x9f\xbd\x1d\xf7\xe9\x25\x9f\x6e\xe3\xc7\xa8\x8d\x25\x32\xb1\xeb\x5a\x07\xcf\x3f\x28\x56\xd5\x24\xfb\xb8\x73\xf5\xeb\x4a\x5c\x15\x15\xb2\xbe\x14\xa1\x1a\x66\xc1\xfb\x5e\x93\xbf\xe9\x6f\x77\x29\x08\x38\x0e\x3f\x20\x74\xc8\xfa\x81\xa3\x33\x2f\xe9\x9a\x05\x81\x3e\x91\x19\x74\xeb\xe7\xb8\xc5\x1d\xf6\x1c\x74\x1c\xb2\x64\xe7\xc8\x00\x8d\xd8\xc2\xd0\x5d\x38\xb2\x7d\x55\x61\xda\x8a\xf8\x27\xc5\x16\xd8\x34\x7a\xe2\xff\xcf\xfa\xdf\xfd\x6c\xf2\xd9\x7f\xb9\xdf\xfd\x2f\xf7\xbb\xff\xe5\x7e\xf7\xbf\xdc\xef\xfe\x7f\xc5\xfd\xae\xf7\xda\x1f\x80\xe3\x8f\xb9\xe4\x5d\x04\x85\x97\x10\x62\x7b\xf2\x56\x88\x4a\xb1\x9d\x46\x44\xed\x03\xd3\xe3\xa9\x97\x76\x5c\xf5\x52\x02\x8d\x76\x5c\xca\x27\x56\xec\x94\xa0\xb9\xf7\xc4\x9e\x3b\x16\xe6\xff\x0f\x1d\x7e\xc9\xff\xf7\xfb\xdd\xc2\x9c\xdc\x97\xce\xaf\xa4\xa6\x16\x56\xb4\x2a\xee\xf2\x29\xde\xa8\x6d\xa5\xbf\x03\xad\x4a\x63\x24\xce\x54\x45\xf3\x24\xc1\x8a\x6e\x77\x55\xa1\x68\xfe\xdf\x2e\x56\xec\xc6\x38\x7a\x23\x89\x32\xa7\x29\x39\x93\xa2\xa2\xed\xe7\x65\x4f\x19\x23\x39\x4e\x2e\x2f\x1e\xaf\xd8\x4d\x6f\x01\x23\x0a\x76\x05\xe0\xff\xff\x86\x6d\xe8\xe4\x3c\xd9\x08\x88\x85\x2d\xca\x7d\x9d\x78\x9d\x37\x6b\x19\x6b\xb5\x30\xf2\x64\x12\x75\x86\xcf\xdc\xf7\xaf\xbf\x5a\x75\x10\xe8\xa3\xa7\x3c\xa4\x87\xe5\xcd\x60\x0e\x98\xf5\x9e\x64\xeb\xb1\x38\xfb\x9f\xe9\x35\xcf\xde\x4a\x86\xb0\x08\x30\x4b\x30\x31\xbe\x3f\x60\x8e\x41\x5e\x61\x08\x35\xbd\xdb\x84\x2e\xa6\x4b\xd4\x25\xf6\x62\x73\x28\xa2\x2c\x1b\xf7\x48\xd3\x45\xb9\x18\xd5\x73\xff\xcb\xc9\x73\xce\x12\xf4\x40\xe8\x29\xcb\x34\x2d\x2b\x56\xbe\x4f\xb0\xd9\xa5\x04\x27\x66\x9f\x42\xfd\xad\x03\x42\xf9\x62\x69\xa3\x2c\xb2\xfa\xf5\x8e\xf2\x36\x42\x94\x01\x53\xaf\xed\x28\x7d\x24\xc9\x9a\xaa\x0e\xc1\x41\x71\x81\x95\x3f\xd0\x2a\x63\x8e\xb4\xf8\xd5\x20\x8e\x47\xe8\x79\x47\x43\xdc\x71\x43\x63\x57\xad\x96\xe1\x91\x25\x2b\x76\x93\xa0\x01\xb3\x5a\xd3\x6f\x5f\x7e\x4b\x94\x35\x4d\xb0\x6a\x35\x6c\x02\xfa\x37\xaf\xc4\x8a\xd6\x8b\xe9\x72\x20\x26\x6c\xe5\x4f\xf0\xaf\xc9\xc8\xf0\xa3\x0b\xbe\x12\xdb\x0c\x79\x97\xd7\xd9\x67\x7f\x42\x13\x40\x12\x64\xf6\x04\xcf\x9c\x13\xd8\x80\x73\x52\x48\x56\x8c\x37\x6c\xb5\xa2\x5c\xaf\x5e\x51\xd5\xd4\xf3\xdc\x59\x47\xd7\x28\x22\xd6\xa2\x03\xdd\x32\x66\x60\xf9\x8a\xd5\xea\xad\xbe\xbf\x56\xca\x97\x51\x60\x18\x15\x08\x0b\x4f\xe3\x74\xcb\x7c\x64\xfd\x06\x33\x6f\x6e\xa8\x4f\x73\xd3\xcc\xe2\x84\xb9\x4c\x53\x08\xb2\x42\xf9\xca\xda\x60\xa2\x3c\x63\x44\xa1\x4f\x76\x0c\xce\xd0\xfc\xd4\xe8\x95\x73\x1d\x0e\x23\xca\xe5\x9c\x87\x1b\x95\xf3\x89\xa2\x1f\x94\x2d\x4e\x54\x3b\xc7\x7a\xa3\xaf\x7e\x67\x62\xca\xc6\x39\x0b\x0f\x64\x9a\x0e\xc3\x4f\xc6\xaf\x51\xb0\xa0\x83\x4e\x69\x6f\x36\xfd\xab\xdd\x7f\x30\x93\x8c\x76\x20\xc8\xb0\x56\xb2\x37\xac\x66\x57\xac\x62\xea\x8e\x24\xf0\xbb\xa2\xc9\x71\x2b\x9f\x72\x3a\x42\xae\xcd\x0b\xc7\xee\x74\x74\x3d\x64\x5a\x6b\x52\x35\xb9\x8e\x5a\x03\x98\x9e\xa0\xa6\xe1\x13\xf8\x69\x2d\xc1\xc2\x99\xb6\xac\xb4\x89\xbd\x58\x7a\xbd\x26\xee\x11\xc0\x0c\xf3\x89\x7e\x32\xd0\xa0\xcb\x02\x84\xa1\xae\x68\x5d\x4a\x76\x45\x57\x57\x77\x09\xd6\x57\xc4\x1d\x65\xd3\xe2\x9a\xf1\x95\xf7\x6e\x9c\x79\x67\xc6\x54\x06\x51\x86\xed\x19\x80\x93\x94\x09\xcf\x00\xeb\x40\x0a\x03\x0a\x27\x51\x22\x0e\x4c\x03\x78\xc0\x15\xef\x6d\x21\xe0\x0c\x41\x5b\x0f\x16\xc1\xf7\x46\x47\xf1\xe3\x25\x5d\x70\xbb\x13\xd9\x96\x81\x7e\xef\x14\xab\xf8\x24\x7a\xc7\x0e\xc8\x3d\x70\xff\xe3\x3d\x59\xed\xf9\x7b\xdb\x20\xb7\x09\x26\xc8\xe1\xff\x60\xab\x9f\x56\xca\xf7\xe8\xfa\x3e\xa0\x03\xc2\xfc\x98\xdf\xec\x0c\xe1\x4f\xb6\xd7\x91\x6a\x93\xfb\x63\xed\x87\x9e\x66\x0f\xbd\x37\x05\xc2\x75\xe9\x53\x2d\xfa\xd6\x17\x1d\x5f\x49\x1b\x8b\xb4\x85\x2a\x46\x98\x7f\x8a\x1b\x14\x02\x8a\x79\xd6\xff\xea\x3d\x0c\x1d\xdc\x7d\xff\xd7\x80\x83\x92\x7b\x07\x1b\x50\x1e\x0f\x78\xc5\xea\x9d\xa8\xfb\xc6\xdc\x06\x9b\x8c\xaf\x9f\xe1\xe8\xf5\x73\x6c\x9d\x84\x5c\xa7\x81\x90\x1c\x0a\x0f\x02\x15\xbb\x5e\xfb\x63\x6e\xcc\x84\x70\xd8\x01\x98\x15\x77\x67\xe9\x4f\x83\x5e\xe7\xac\x1f\xda\x59\xd6\xe0\x89\xdc\x13\xae\x03\x7c\x18\xc9\x70\x49\x1f\xf2\x20\x10\x81\xf7\x9e\x83\x01\x71\x26\x50\xe7\x74\x44\x30\xae\xef\x55\xf5\xaa\x01\x5d\x54\x8c\xce\xe9\x11\x9a\x12\x23\x00\x14\xe5\x46\x49\x02\xf0\x3e\x15\x19\xe9\xd3\xe0\x69\x07\xe0\xd9\xdf\xb7\x8a\x1e\x69\x8a\x82\xc7\xb2\x8b\x73\xf5\xa3\x04\x9e\x54\x03\x1c\x55\xef\xa0\x20\x1a\xbd\xeb\xe7\x60\xbb\x60\x18\xd6\x62\xce\x60\x89\xb9\xf5\x24\x90\x6c\xc5\xbe\xa6\x94\x2b\x2a\xc1\x1b\x6c\x90\x58\xd1\xe2\x46\x23\x42\x81\x69\x9d\xc1\x2c\x7d\x5d\xf3\xd9\x56\xbb\xaa\xf6\x32\xae\x60\x50\x53\x5f\xc1\x7c\xb6\x15\xec\xf7\x01\xac\xcb\x4e\x1f\xf5\x80\x0e\x50\xe8\x7e\x38\x1d\x12\xc2\x03\x3c\x01\x7c\x09\xed\x6b\xba\xfa\xe2\xce\x51\xd8\xc3\x29\xc4\x59\xb5\xe2\xa3\x37\x1b\x71\xab\x11\xb0\x09\x50\x5c\x58\x82\x7d\xfc\x80\xfb\x3b\x06\x83\xb9\x87\x8f\x5c\x01\xef\x34\x67\x07\x90\x25\x76\xbd\x35\x28\xcc\xe0\x06\x89\x7f\x69\xb0\x9d\xd1\x69\x34\xcd\x8f\xed\x1b\x7d\xc3\xe2\xb1\xfd\xc7\x87\x86\xed\x8a\x9a\xa8\x17\x72\x52\x56\xa2\xa6\xaf\xf9\x33\x9d\xf8\x7a\xaf\x6a\xa6\xaf\xb6\x3f\xd8\xc7\x5e\x32\x60\xdf\x57\xe2\x96\x27\x38\x9a\x17\x5b\x67\xe1\x82\x3b\x00\xc4\xbb\xb7\xde\x7c\x0e\x68\xab\x6a\xaf\x26\x0a\x62\xd8\xa1\xa6\x91\xbd\xa9\x2c\x53\x7a\xff\xf1\x70\x0a\x66\x86\xed\x55\x08\xf6\xee\xe3\xb7\x60\xd0\x41\x1d\x89\x75\x61\xca\x8c\xc4\x4d\x23\xa1\x4d\xa3\x7c\xcc\x6b\xc0\x4a\x6d\xa4\x1d\x77\xdf\x4f\xc5\xde\xb1\x9e\x67\x4c\x1d\xf0\x2a\x7b\x40\xfa\x14\x1c\x8d\xf4\x9b\xbe\x37\xa9\x43\x02\xf5\x8f\x75\xe6\x70\x3e\x3d\x56\x0d\x72\xed\x58\xed\xc8\xca\x8a\x16\xd2\x8d\xed\x68\xfc\x08\x3f\x3c\x01\xd0\xea\x1a\x12\xc2\x5a\x44\x3b\xf6\xb6\xd3\x86\xb3\x88\xa1\x2d\x54\x0d\x41\x01\xd1\xd7\x4e\x03\x4a\xc4\xd6\xba\xb0\xee\xb0\x2d\x0f\x47\x29\xe3\x36\x2a\xae\xc5\x68\x07\xcc\xbe\x21\xb0\x6e\x1a\xb7\x0a\x16\xce\xe0\xcb\x0f\x53\x40\x30\x08\x2f\x3b\x3e\x7e\x12\xac\x3a\xe4\xf1\xa3\xf2\xe9\x64\x9b\xc5\xb4\xcd\x22\x07\x34\x4f\xc7\xd9\x95\x46\xb9\x3b\x14\xfe\x29\xdc\x3e\xaa\x07\xa9\xee\xe9\xea\xd2\x55\x1d\xcf\x24\xb4\xaf\xcb\x8e\x33\x1e\x68\x8f\xd0\x07\x29\x10\x63\x05\x13\x2f\x5b\x54\xdf\x3d\xf0\x9d\x46\x83\xcd\x39\x5a\x8f\x53\x97\x50\x3f\x86\xb2\x4b\x95\xb6\x09\x73\x65\x62\x15\xb5\xef\xba\x44\xb9\x9a\xd3\x80\x7a\x4c\x92\x9c\x46\xe4\x63\x92\x80\x0c\x8f\x1d\x32\x84\x05\xe9\xc7\x95\x8c\xec\x73\x23\x6e\x7b\xb4\x02\xa8\xbb\xac\x91\xfa\xaf\x9d\xab\x53\x0a\x00\x9d\xc6\xde\xba\x06\xe9\x39\x78\x07\x49\x1a\x71\xeb\x2f\x69\x33\x7d\x61\x25\xae\xaf\xab\x13\x65\x2d\x3a\x6a\x94\x29\x33\x94\x53\x18\x7d\x16\xeb\x28\x84\x0b\x1e\xbd\x23\x6d\x3b\xc7\x05\x21\xde\x7e\x3f\x4e\xd7\x73\x45\x49\xcc\x65\x0d\x94\x37\x26\x92\x6a\x02\x73\xe5\x17\xcd\x28\xa0\x7a\x83\x54\x5f\xc0\x84\x25\xf5\x8e\xa1\x69\x7c\xf3\x3c\x3c\x11\x46\x87\x3c\xca\x3c\x7e\xb6\x00\xa2\xb4\xcf\xcd\x19\xcf\xac\xef\xf3\x82\x88\x9e\x11\x89\x70\x44\xa2\x33\xa2\x4e\x67\x7d\x38\xb0\xed\x8f\x23\x1c\xbc\x47\x05\x6a\x1a\xda\x79\x93\x25\x66\xf6\x4d\x66\x1a\x6a\x21\xf3\x44\x79\xfd\x2e\xf6\x3f\x51\xe8\x6b\xe7\xf0\x3f\x24\xf5\xd5\xb0\xfb\xb4\xec\xa3\x9b\x63\x24\x1e\xa8\x23\xf8\xa0\x99\x75\x52\x0d\x3e\xc3\x8f\x84\x1d\x66\x64\x69\xea\x46\xb8\x5d\x79\x87\xdf\x90\x92\x2d\x96\x98\xa2\x73\x80\x34\x4d\x63\x5e\x29\x34\x79\x26\x56\xf4\x25\x93\x52\x48\x62\x62\x14\x7f\x24\x48\x61\x8f\x27\x1f\xac\x82\xd4\x5d\x55\xa8\xb5\x90\x5b\x2c\xc9\xe3\x6b\x5a\xbe\x17\xef\x1e\xbf\x5b\x39\x37\x40\xe0\xbd\xc5\x84\x30\x7b\xb7\x7a\xec\xd3\x18\x79\x6c\x63\x10\xbe\x7b\x9c\xcd\xf3\xc5\x7f\x1f\xff\xfb\xb2\x79\xb7\xba\x7f\x82\x0f\xe8\xdd\x64\xf2\x48\xde\x98\x58\xda\x8f\x27\xf4\x03\x2d\x75\x0d\x41\x78\xd3\x30\x5c\x10\x91\xa6\x19\x9f\xf7\x46\x4c\x6b\x9a\x3f\xe5\x0c\x8c\xc4\x6b\xf2\xd8\x84\x5f\x7f\xf7\xb8\xed\x74\x4f\xea\x34\x7d\xfc\x37\xa5\xc7\x37\x7a\x37\x79\xb7\x1a\xb5\x79\x15\x79\xfc\x6c\x23\xc5\x96\x86\x15\x4a\xf2\xf8\xf5\x8e\xca\x22\x4c\x5b\x93\xc7\x4f\x77\xbb\x8a\x9e\x59\xd7\xb9\xf2\x28\x2e\xdb\x0d\xe5\x2b\x21\x11\x5e\x91\xc7\x2f\x8b\xf2\xec\xf5\x9b\xb3\x9f\xce\x66\xef\x56\xef\xbe\xcc\x16\x7f\x36\xd3\x7c\xb7\x42\xef\xbe\x6c\x9b\xdc\x90\xc7\xdf\x6d\x0a\xae\xc4\xf6\x2f\x6f\xda\xd4\x9d\xed\xc8\xcc\xc3\xa7\xa7\xe9\xe3\x97\xe2\x8a\x55\xf4\xdd\xe3\x77\xb7\xc1\x04\xb6\x64\xd7\x34\x8f\x9f\xf2\x95\x14\x6c\xd5\xdc\xd2\xab\xd7\x6f\x9a\x2f\xaa\xa2\x7c\xff\x05\x95\xf2\xae\x81\x79\x9c\xbd\x64\x9c\xb9\x9f\xe2\x8a\x35\x2f\x9e\x9b\xb6\x82\xdd\xba\x81\x76\x5e\x16\xa5\x6d\x5a\x21\x7c\x47\x1e\xbf\xbb\x7a\x26\x5f\xbf\x79\x77\xd5\xf6\x77\x4d\x1e\xdf\x32\xee\x2a\x2a\x84\xaf\x48\xa9\x1f\x1a\xeb\x83\xe4\xef\x46\x1b\xe1\xdd\xe3\x0c\x5c\x90\xbc\x5b\x3d\x42\x8f\xd1\xe0\x2a\x4d\xb3\x2b\xf2\x0a\x7c\x83\x67\x57\x7a\xa7\x10\xbe\x4a\xd3\xab\x4b\x32\xfb\x1c\x5c\xa9\x0f\x67\xb8\x26\x43\x1b\x19\xec\x57\x72\x93\xa6\xd9\xbe\x69\x4a\xbd\xe5\xfb\xaa\x22\xe4\xaa\x69\xae\x2e\x66\x4f\x26\xb3\x19\x42\xf8\x96\xc8\xa6\x11\x69\x5a\x5c\x92\x7f\xc7\xcf\x75\xdd\xd7\x1a\x95\xf3\x70\xe0\x4d\x20\x98\x00\x09\x77\x20\x9b\x78\xe3\xcd\x0e\x38\xbd\xb5\x25\x07\xb1\xb4\x80\xa8\xf9\x73\x91\x99\xe8\x21\xcf\x45\xf6\x17\x89\x15\x1e\xce\x10\x7e\x95\x29\xe7\x64\x55\x4d\xe0\x49\x1e\x1c\x91\xb1\xc6\x1d\x80\x6e\xfa\x8e\x65\x12\xab\xc9\x56\xac\x4c\x4c\x46\xac\x26\x15\xe3\xf4\x8d\xf1\xbb\x23\xa4\xe3\x06\xac\x44\x49\xa4\xb5\xcb\x85\x21\x4d\x18\xdf\xed\x95\xd1\x81\x5c\xa8\xe0\x6b\x69\x65\x21\x06\x99\x85\xf7\xb1\x2a\xee\xa0\xd2\x07\xc3\xe5\x46\x03\x36\xb9\x95\x05\x08\x3f\x83\xdb\x0e\xd4\xea\x4b\x5b\xfb\xad\x93\xa8\xc0\x70\x7e\xd4\xa5\x2d\x25\x17\x34\xea\x5b\x01\x21\xcd\xab\x62\x4b\x47\x24\x39\x6b\x9b\x1c\xeb\xfc\x44\x37\x52\xec\x95\x00\x6a\x34\x4d\x87\xdb\x34\x65\x66\xbc\x13\x48\xca\x10\xfe\xc2\xf5\x16\xe8\xf1\xbd\xa7\x77\x2f\x8b\x5d\x9d\x6b\xea\xd9\xc4\x60\x84\xdf\x7a\xa5\xbe\xa6\x3c\x9f\x42\xea\xad\x64\x8a\x7a\x59\x1d\xe3\xd7\x5f\x54\x7b\x09\x0f\x0a\x58\xe6\xe8\xe6\xad\xe6\xdf\x7e\xb7\x93\xb4\xae\x9f\xaf\x98\x02\x6b\x9f\x5d\x51\x2b\xfa\x82\x97\x62\xcb\xf8\xb5\x4e\x28\xf7\x2a\xfc\xac\x01\xff\x64\xfc\xfa\x2d\xfd\x00\x8d\xad\x64\x71\x7d\x1d\x7c\x6f\xd8\xf5\xa6\x32\x1e\x99\xe9\xed\x59\x29\xf0\x7b\x7a\xf7\x86\xfe\xd3\xb8\xe3\xae\x77\xb4\x64\x45\xf5\x6c\x53\xc8\x1a\x52\x0e\xd6\x29\x03\xe0\x46\x4e\x70\x59\x81\x33\xb0\x34\x2d\x2e\x66\xb3\x34\x3d\x41\x1f\xec\xfd\x6a\x9b\x35\x93\xb4\xa6\x2a\x03\x72\x0c\x3f\x99\xc6\x8f\x8a\xb3\x90\xb1\x35\x06\x3f\xb3\xcc\xb9\xa4\xa3\x12\x87\xe4\xe3\xbf\xa9\x8c\xe2\x4a\x1f\xaf\x4e\x99\xd5\x55\x65\xe5\x55\x76\x60\x73\x28\xda\x25\x37\x87\x4a\xc0\xa5\x70\xa4\xe6\x5e\x9a\x3b\xc2\xd6\x99\x4c\xd3\xe1\xda\x7c\xa6\xe9\xb0\x96\x99\x1f\x0f\x94\xff\x81\xb9\x0b\xc2\x89\xf1\xb5\xfc\xa3\x90\xab\xa7\x2a\x93\x68\xf0\x03\xcd\x20\xb0\x17\xe6\x93\x82\x97\x1b\x21\x31\x9f\x6c\x68\xb1\x42\x87\xc3\x01\xa1\x3c\x1c\x83\xed\xbf\x69\xa0\xbd\x03\x1a\xdc\x36\x4d\x67\x2a\xa5\x09\xa0\xb9\xa5\x7c\xdf\xa1\x97\x9f\x99\xe1\x39\x17\xce\x12\x73\x72\x4f\xf9\x2a\x9f\x06\xc1\x97\x58\x06\x9c\xa0\x52\xb1\x1b\xfa\x56\xec\xcb\x0d\xdc\xd9\x13\x9b\x14\x15\x04\xa6\xd7\x01\xe1\x19\xfd\x0c\xe1\x8c\x93\x28\x13\x4d\x28\x5f\x91\x91\x3e\x33\x5f\x82\xd6\xa1\xef\xb0\xf6\xf0\xc8\x00\x33\x63\x6c\xd4\x0d\xf9\x61\x3d\xef\x1b\x1f\xa5\xc0\x5b\x04\xb7\x6e\xfa\x7f\xef\x8d\xe0\x91\x1c\xf1\x47\xfc\xf2\x8f\xd3\xe9\xa1\xb3\x24\x4a\x0f\xc1\xba\x6f\x6b\xc7\xcf\x82\x2d\x65\x7a\xd3\x3a\x88\xca\x6c\x48\x74\x07\xfb\x72\x43\x9d\x50\xbe\x8d\x57\xe2\xce\x9c\xcd\x5f\x4c\x97\xad\x06\xb4\x2c\x56\x6c\x5f\xff\x74\x41\x66\x9a\x72\x36\x5f\x3f\x5f\x90\xd9\x21\x63\x08\xdd\x47\x74\xb3\x74\x52\x44\xbf\x34\x83\x78\x51\xad\xe7\x1d\x81\xc1\x94\x07\xae\xb0\xa4\x37\xb9\x18\x73\xbd\xa2\x17\xe4\xb3\xe9\x74\xce\xcd\x5d\xc3\x33\x02\x4e\x53\xc2\x01\x03\x13\x2a\x68\xcf\xb8\x33\x61\xc1\xb0\x27\xbb\xe2\x9a\xfe\x84\xe3\x52\x4a\xec\x8e\x0b\xfd\x6c\x38\x62\x7d\x6b\xab\x07\x97\xe0\x93\x47\xe3\x68\x14\x30\x19\x62\x98\x2b\xbd\x0d\x02\x97\xb2\xc7\x8b\x63\xd4\x0c\x38\x44\x32\x97\x4d\xd3\x7c\x69\x6a\xa2\x87\x1a\xdb\x98\x34\x1d\x72\xd3\x4f\x9a\xba\xb5\x1d\xf3\x09\x2c\xe7\xc5\x67\xd3\xa9\xa5\x2f\xc0\xf7\x41\x29\x84\x5c\xd5\x1a\x6c\xc5\xe3\xc4\x89\x9e\x77\x82\x06\x82\x0c\x39\xc8\x1a\x9a\xa6\xce\x38\x36\xbf\xd1\x5c\xb7\xfb\x1b\xcd\x0a\x5c\xa0\xdc\x16\x38\x2a\x65\x8b\x46\x77\xbe\x40\xb9\xad\xba\xa1\x59\x01\x6f\x0d\x9e\x22\xfc\xad\x83\x03\x3e\x75\x34\xc3\x53\x04\xf6\x03\x35\x55\x86\x37\xa0\x97\x43\x38\x38\x21\x0c\x9c\xc0\xd4\xbf\x29\x3f\xb0\x4c\xa2\x03\xcb\x4e\xae\xac\xf1\x56\x9a\x60\x76\x94\xed\xdc\x80\xc6\xdb\xe8\xf2\x23\x7b\x9c\x34\xcd\xb6\x00\x4c\xda\x6c\x1f\x8f\x13\xe1\x9b\xde\x2c\x08\x8d\x32\x9c\x22\xfc\x13\x84\xf7\x71\xbd\x59\xff\x2c\x7d\x30\xfb\x76\x43\x69\xd5\x81\x61\xbf\x7a\x18\xd6\xad\xf2\xe5\xeb\x97\x2f\x75\xad\x37\x47\xd3\xe8\xa9\x66\x9f\xf0\x53\x93\x76\x2f\xbc\x9f\x14\xe9\xa6\x99\xa0\x58\xc6\x47\xaa\x7e\x23\x9d\x04\xbb\xd6\x20\x55\x51\xd9\x0f\xb5\xff\x09\x50\x1b\xde\xf0\xfe\x02\x59\x9f\xd9\x5b\xf0\xca\x0c\xa5\x63\x61\x99\xfb\xd0\xd1\x5a\x70\x0e\x7e\xbf\x92\xc5\x35\xa8\x2f\xa0\x81\xb4\x42\x7e\x7d\x48\xdc\x93\xaa\x07\xfc\x6c\x2f\x6b\x21\x9b\x26\xeb\x4b\x26\xcf\x84\xd1\x7c\x30\xd8\x59\x12\x20\x37\x25\x14\xa8\x43\x7c\x47\xd7\xb3\xc9\x49\xd8\x0d\xa0\x74\xbb\xa2\x04\xdb\x1b\x2a\xd5\x17\xe0\xdb\xb3\xb7\xc3\xa0\x96\x69\xe9\x4b\x76\x83\xd0\xe0\x37\xd1\x5f\xda\x84\x11\x50\x08\xc3\x82\xa2\x03\x36\x50\x32\x5c\xd2\x63\x45\x1c\x4d\x23\x0d\xa9\xd5\x4c\x0f\xf1\x9a\xa6\xf1\xd0\x77\xbc\x92\x17\xb3\xe9\xd4\xe3\xc1\xc0\xac\x82\x4e\x40\xd4\xef\xb6\xa9\xfb\xbc\x3b\xb6\xe2\x3a\x53\x93\x55\xa1\x8a\xb7\x60\xf2\xa5\x0f\x0b\x55\x5f\x16\xaa\xc8\x12\xdd\x4f\x82\x81\x37\xd7\xde\x63\x73\x7a\xc2\xf2\x74\xbd\xa6\xa5\x7a\x5a\x55\xe2\x96\xae\x48\x52\x8a\xdd\xdd\x4b\x80\xad\x3d\xed\xca\xe2\xfa\xc5\xb6\xb8\xa6\xfa\xe5\x72\x47\x45\xef\x1b\xdb\x5e\xdb\x7d\x33\x9b\xe7\xad\x6d\xce\xc0\xba\xe6\xfc\x0c\x4c\x0c\xcf\xa6\xe7\x67\x4a\xec\xf4\xdf\x04\x0d\xe4\xa4\x96\x25\x49\x74\x1f\x39\xd3\x8d\x3e\xbe\x66\xeb\xf3\xab\xa2\xa6\x7f\xfa\x23\xfe\x7e\x5a\x7d\xfd\xfa\xcb\x6a\xf3\xf4\x6f\x4f\xbf\x78\xaa\xff\x3d\xfb\xe6\xf3\x2f\x9e\x3e\xff\xeb\xd3\xa7\xcf\x9f\x7e\x0b\x09\x3a\xfd\xf9\xd3\xa7\x4f\x5f\x3c\x7b\xfb\xf4\xf9\xd3\xd7\xb7\x84\x24\x58\xd3\x27\xd2\x98\xd6\x11\x69\x8d\xf6\xc8\x2c\xd8\x68\x77\xa1\x42\xb1\x93\x44\x58\x4e\x7e\xd5\xcf\x8f\xb4\xa2\x61\x80\x28\x0f\xcc\x3e\x93\x78\xaa\x81\x67\x99\xa6\x27\xbd\x7e\x03\x93\xd7\x00\x00\xbc\x92\x62\x97\x03\x72\xb7\x91\x08\x03\x0b\xb9\xff\x2a\xee\x24\x08\xc1\x1c\x06\x6b\xf1\xd0\x6b\xaa\xbe\x62\xb4\x5a\x65\x48\xa3\x99\x7b\x9c\xbc\xa7\x77\xfb\x5d\x07\xda\xbc\x97\x56\x2d\xa5\x05\x39\xa6\x64\x80\x85\x3e\x95\x61\x06\x60\xe9\x36\xe7\xbb\x36\xc7\xea\xb6\xbd\x16\xd9\xf7\x52\x43\x4a\x9b\x0c\x12\x2d\x9d\xfa\x16\x52\x0f\x96\x8e\x88\xd9\xeb\x3f\x38\x17\x96\x7a\xa0\x86\xcd\x81\xbd\xf7\xe8\x10\xdc\x19\xbc\xcb\x48\x0e\x4f\x20\x7a\x46\xa2\x89\xbf\x10\x59\x01\x82\x06\xb8\x22\x76\x66\xae\x69\x33\xa8\xb0\xd6\x17\x7a\x80\x50\xec\x07\xe1\x44\x1f\xf4\xa0\x1f\x29\x15\x52\x3e\xe5\x5e\xbe\xde\x4d\xd6\x42\x96\xce\xa2\x6a\x38\xc5\xb7\xcc\xe8\xba\xc9\x23\x3a\xaa\x69\xf6\x93\x4d\x51\x7f\x65\x1e\xbc\x79\x30\x62\xb3\x4c\xa6\xe5\x27\x53\x94\xbf\x95\xb6\x9b\x5f\x24\xfa\x45\x76\x75\x55\x2b\x94\xa6\xbf\xc8\x45\x65\x28\x47\xac\x16\xd5\x12\x2b\x8e\x06\x3f\x7a\x1a\x70\xcd\x38\xab\x37\x2f\x38\x03\x09\x48\xfb\x65\x0a\x78\x7a\x66\x45\xa6\xe7\xab\x8b\x82\x3b\xc5\xcd\xd1\x68\x85\x0a\xbe\x58\x59\x92\x74\xf0\x8d\x9b\x6d\xad\x9b\x89\x09\xcb\x44\x13\xd6\x5b\xf6\x3b\xad\xe8\xb5\x15\xf3\x27\x84\x1c\xc5\x20\x62\x50\x4d\xc3\x44\xe0\x48\x7f\x4f\xf9\x8a\x4a\x43\x99\xfa\x2c\xe7\xdd\x3f\xcc\x27\x36\xce\x56\x27\x5a\x66\x9f\xe4\x07\x8e\x37\xe1\x98\xd9\x07\xee\xaa\x90\x5f\x31\xfd\xb2\x3e\xf0\x16\xf8\x92\xe3\x35\x14\x4d\xd0\x71\xf5\x8e\x6a\x42\xb9\x1d\x73\xa1\xc6\xa5\xe3\xde\x3b\xed\x04\x36\xb9\xde\x2b\x45\x3f\xde\xa7\x29\x16\x76\x18\x56\xfc\xe4\xde\xec\xa2\x3d\xf4\xd0\x89\x95\x29\x5a\x3b\x78\x7d\x5c\xbe\x0b\x60\x81\xef\xcb\x6e\xe8\xf9\xd9\xef\x63\xd0\x73\xcc\xcf\x66\xd0\x86\x7f\xd4\x3e\xfe\xb2\x42\xf9\x2d\x2d\xea\xbd\xa4\x0f\x94\xb6\x25\xfc\x64\x5e\xfe\xcb\x35\xe0\x69\x6e\xcb\x2f\x7c\xaf\x71\x8b\x9d\x15\x08\x27\xd3\xae\xe3\xf2\x81\xa5\x10\x7b\xa5\x4b\xe5\x67\x10\x39\x11\x66\xa7\x11\xa0\xa0\xe7\x70\x0c\x7e\x64\xcb\x68\xf0\x3a\xb9\x4e\xd0\xe9\x7e\xcc\x56\xb1\xdf\xa3\x86\x6d\x57\x71\x53\x50\xa8\x2d\x0e\xd6\xe0\x06\xbe\x31\xfb\x4c\x7d\xa5\x61\x51\xf7\x10\x76\x3b\x76\x26\xaa\xe7\x67\x36\x44\xd5\x59\x32\x12\x62\x94\xec\x3e\x9c\x9f\x19\xcf\x87\x67\xb3\xdd\x87\xf3\xe0\x88\xd6\x1f\x3d\xd6\xb5\xdf\x9c\xaf\xe1\xdb\x0d\xcb\x61\xb9\xd1\xd4\x60\xf4\x9d\x31\xb7\x7d\x2d\x7b\x6e\x6a\x70\x3f\x8f\xae\x8a\x2a\xae\x20\xfa\x53\x82\x93\xb1\x39\xb3\xf6\x7d\x8e\xfb\x8c\x2f\x77\xe7\xf6\x05\xad\x47\xdd\x27\xc8\xb0\x55\xfe\x0c\xf0\xca\x0e\xd0\xc2\xab\xdf\xa1\x57\x32\x9e\x45\x43\x33\x61\x4c\x8c\x6d\x31\x44\x44\x23\x53\x84\xeb\xa6\x91\xe0\x90\x28\x0b\x8a\x02\x22\xe7\x95\xfa\xe1\x15\x0b\x31\x8a\x79\xf4\x95\xf9\x59\xa1\x9c\x06\x1f\x7a\xba\x37\x8c\xde\x7e\x25\xc5\x96\x98\x9f\x6f\x05\xd1\x30\x5f\xd6\x0a\xb3\x89\xa4\xc6\x2b\xc6\xdf\xdb\x32\x61\x52\x54\x56\x57\x26\x8b\x25\xd4\xd2\x60\xd8\x14\x71\x3b\x49\x3f\x28\x2a\x79\x51\xd9\xcb\xb5\x72\xe9\xba\x96\x71\x3f\x4e\xa6\xfa\x08\x14\xb5\xd2\xaf\x84\x21\xb7\x48\x9b\x60\x4e\xeb\x74\xc0\xac\x68\xee\x5b\xc6\xa9\x61\x1d\xd7\xae\x29\x0e\xf7\xe1\x8b\xc2\x9e\x6c\x36\xb9\x2a\xa4\x6f\xe7\xca\x25\x4f\x43\x50\x5d\x3f\x73\x1e\x95\x66\xf6\xfc\xbd\xda\x6f\x5d\x75\xfb\xf9\xc2\x7b\x7c\x6e\xd3\x80\xd3\xe7\xfa\x2d\x2a\x76\xcd\x7f\x64\xab\x6b\xaa\x6a\xd3\x50\x59\x94\x1b\xba\xd2\x85\x5c\x3d\x93\xa2\x91\x61\x3f\x22\x93\xf4\x9d\xd9\xeb\x6f\x5c\x63\xdb\xe2\x83\x9e\x5a\xe7\xf3\x5b\xe3\x94\x6c\xda\xa6\x18\x4f\x08\x76\xe0\x40\x30\x7e\xf9\x13\x71\xbf\x7e\x76\xbf\xde\x68\xf2\xe0\xa7\xe8\xeb\x67\x7f\xb7\x36\x6c\xad\x4c\xfd\x9a\x56\x5f\x09\xf9\xcc\x30\xd0\x5e\x52\xbe\xf7\x53\xeb\xb0\xb9\x30\x9f\x30\x8d\x08\x30\xd4\x09\x21\x0c\xf4\x3b\xf0\xb5\xc9\x1b\x8d\x2b\xbe\x14\x2b\x4d\xf0\x78\xb3\x5b\x9f\x6d\xb4\x0a\x11\x7e\x1f\x45\xb5\x78\xdf\xb6\xc1\x8e\xb4\xeb\x2d\xe9\xf2\x74\xad\xa8\x84\x63\xde\x7e\x1a\x85\x33\xef\xf0\xc0\xe6\x82\x9f\x06\xc8\x31\x3e\x08\x74\xb3\x6b\x29\xb8\x62\x54\x12\xfb\x09\x87\x56\x68\xb4\x53\xe3\x74\xd8\x91\x47\x96\xdf\x3c\x1a\x61\x6a\xf0\xb3\x34\xa5\x32\x1a\xea\x77\x2d\xe7\xf5\x4b\xd5\x52\x43\xc8\xc4\x41\xb6\x02\xfc\x10\xd9\xc1\x9c\xc8\x34\xf5\x1e\x0a\x3f\x0f\x28\x81\x0e\x8f\x01\x0e\xcb\xe3\x57\x61\xab\xe3\xcf\x8e\xa2\xdf\x58\xfe\xdd\x37\xdc\x32\x4d\x98\x27\xda\xa6\x96\xa7\x06\xce\x46\xc0\xb5\x8b\x3e\x92\xc8\xe1\x6b\x05\x99\x9e\x17\x17\x3e\xdd\xa1\x6d\xc5\x68\x84\x7c\xe2\xa2\x58\x5a\xb8\x9a\xa6\x99\x18\x91\x9e\x0c\x3f\x20\x39\x17\x23\xe3\x70\xb1\xa4\xac\xca\x18\xa0\x60\xb6\xd5\xc7\x1c\x35\xcd\x0c\x3d\x52\xb9\x18\xa9\x43\x14\xec\x37\xe0\x5b\x8b\x12\x4b\xa2\x17\x74\xa0\x7a\xf6\xdd\x14\x93\x90\x3d\xf4\x41\x3c\xd3\xf4\x03\x73\x04\x46\x27\xb6\xeb\x31\x89\xe5\x25\x15\xe4\x81\xbc\x36\xce\xe3\xbb\xfa\x51\xb9\x1d\xd7\xe3\x77\x6f\x46\x8f\xaf\x71\x92\xa0\x51\xbb\xa5\x6a\x43\xc3\xa2\xd9\xff\xda\xbc\xab\xd1\xbb\xfa\x91\x2e\x78\x06\xb5\x12\x84\xdf\xa8\xe8\xac\x3c\xd3\xa3\x7a\x99\x51\x84\xe1\x10\xe1\x13\x54\xc6\x3f\xc1\x26\x44\xa3\xee\x51\xb0\xd0\x23\x06\xbf\x7b\x41\xa2\xa3\x66\xd3\x06\x2f\x85\x26\xd6\xbd\x91\x14\x44\xfe\x92\x2d\x6a\xee\x31\x5f\x69\x22\x7f\xc5\x5a\x8f\x1f\x7b\x9f\xcf\x92\x11\x43\x68\xd0\x45\x4c\x4c\x5c\xdf\x3a\x21\x84\xc1\xd5\x0b\x19\x20\xf6\x21\x17\x60\x70\x6f\x82\x62\x69\x50\xd8\x29\xe5\xc0\xad\x3e\x2c\x23\x88\x2c\x73\x50\xb6\xbc\x17\x65\xcd\x93\x24\x37\xd1\xa7\xf1\x6f\xd1\xf2\xfe\xf6\xc0\x1a\x85\x61\x43\x07\xc1\x8d\xd3\xb8\x83\xed\x20\x08\xab\xae\xa0\xef\x4e\x0c\x51\x13\xff\xc0\x9d\xbb\xf6\x92\x79\xfb\x35\xd8\x87\xe0\xd0\x63\x4e\xe8\xb9\x22\xaf\x78\xc6\xd1\x39\xba\xe7\x24\x63\xf0\x3e\xf2\x55\x36\xc5\xc3\x29\x42\x1a\x0a\x6d\x0d\xdb\x53\xea\xbb\x05\x9f\xe5\x66\xcc\x26\x4a\x4c\xca\xcd\x41\xb7\x6c\xda\xf8\xd6\xb6\xe1\xcc\x16\xda\x46\x06\x72\x4c\x78\xd8\xeb\xd8\xb7\xa3\x1b\xcd\x38\x30\xb0\xa1\x13\xd4\x29\x66\x3a\x71\xb7\x37\x8a\x50\x7a\xb4\x8e\xd8\x42\xca\x81\xf2\x4f\xd2\x73\x96\x49\x2c\x0d\xe8\xd4\x64\x62\xfc\x36\xbd\xc8\x7c\x4a\x90\xe9\x9f\xa9\x29\x96\x27\xae\xb8\x24\x2f\x20\xc6\xd7\x65\xa7\x45\x60\x9e\xc7\x7d\xc8\xb6\x61\x42\x63\x00\xf0\xaa\x9d\xc3\xb5\xc8\xa8\xbf\x2a\xa7\x8e\x2c\x3a\x1f\xcf\x40\x2d\x93\xba\x73\xa8\x93\xe7\xbe\x22\xf1\xbf\x7c\x8c\x92\x53\x4d\x2d\x51\xae\x2e\xc7\xb3\x34\x1d\x46\x6d\xc1\x8d\x38\x6e\xcd\x06\x3f\xd1\x4f\x8e\x4f\xda\x41\x9a\xc2\xb3\x70\x46\xdf\xf6\xef\x8a\xea\x3b\xe1\x98\x07\xee\xbf\xcc\xbb\xe0\xdc\x45\x55\xe1\x73\xe2\x83\xeb\x86\x4c\xed\xfc\x04\xb3\x1b\x6b\xdc\xcc\x17\x69\xc1\x66\x50\xc2\xd4\xfb\xd1\x06\x89\xee\x30\xbe\xcd\xc8\x82\xa7\xed\xb8\x23\x53\x44\xf7\xe3\x0a\xc4\xdd\x98\xfc\xab\x42\xea\x5b\x9a\xb7\x40\x0f\x18\x7a\x06\xc2\xcc\x65\x3e\xc5\x2b\x51\xda\x81\x72\x3b\x26\xf7\x39\x5a\x6b\x90\x3c\x52\x2d\x32\x88\x63\x3c\x31\x57\x1d\xc4\x11\x9b\xf5\x35\x99\x61\x60\xe1\xaf\x9c\x8e\x9d\xe1\xde\x6c\xbd\x84\x1e\xbe\x6f\xa8\x54\x7d\xa4\x5d\x40\x43\x6d\x19\x1f\xb7\x14\x92\x26\xea\xc2\x23\x75\xe3\xb1\xd2\xc4\x8b\xf3\x37\x42\xb2\xdf\x3f\xd2\xaa\xa3\xc2\x66\xd3\xe9\x1f\xce\xcf\x74\x1f\x3e\xe5\xb8\x93\x4d\xd0\xc9\x80\x66\x1c\x61\x9a\x19\x89\x08\xef\x97\x09\xf0\x8e\xfc\x43\x65\xbc\x95\x0e\xe0\x44\xcf\x9a\x95\x45\x95\x38\xae\x18\xeb\x6f\x86\xc5\xf1\xb6\x95\xa7\x64\x40\x3a\x92\xc0\x3c\x05\x57\xae\x21\xb3\xc2\x1b\x5a\xbe\xa7\xab\x5f\xa8\x14\x06\x8d\x1e\xce\x5a\x72\xaa\x5d\x1e\x07\xcd\x19\xb7\xa8\xb5\xdf\x8e\x36\xc7\xd4\x4f\x66\x7f\x86\x17\xc6\xef\xe8\xef\x19\xba\xef\x04\xe0\xec\x22\x67\x9a\x48\x88\xde\xb6\x36\xd9\x68\x02\x67\xe8\x08\xa1\x83\xcc\x62\xb5\x7a\xa6\x31\x8c\x34\xfd\x36\x64\xe6\x3b\x01\xcc\x83\x75\x50\x7f\x9b\x56\x15\xc4\x27\x68\x24\xbb\x5a\xb4\xb7\xc2\x67\x58\xcd\x90\x88\x37\x7b\x8c\x00\x45\xc2\x09\xd5\xd7\xa3\xa1\x6e\x8d\xe8\x08\xf7\xab\xa3\x7b\xf4\x7c\x62\xd5\x2f\x4e\x6a\x36\xd0\x8e\x66\x83\x95\xdc\x1d\x10\x9e\xda\x98\x7b\x9f\xc4\xc3\x3a\x20\xdc\x75\x2a\x10\x9c\x1e\x42\xe4\xdc\x88\xe1\x50\xbe\x75\xb2\x2f\x4c\x3f\xba\x47\x5f\xfd\xeb\x7b\x14\x46\x3e\x35\x86\x24\x4d\x93\x29\xa2\xc1\x76\x1b\x76\xd9\x35\xe0\xc8\x4f\xf0\x05\x1b\x24\x9a\x23\x3b\xf8\xc6\x08\xba\x1c\x66\xc1\xc8\xf4\x9c\x5d\xfc\x31\x4d\xe5\xb0\xa7\x8d\xa6\xe1\xc3\xbe\x56\xce\xd9\x68\x84\x7a\x6b\x80\x7f\xa4\x1e\xd2\x24\x4d\x7f\xd1\x68\xa9\xee\x1d\x86\x8d\x3f\x7d\xc8\x51\xfc\xd0\xd0\x53\xa5\x7b\xa9\x38\x91\xe1\xb2\x59\x5d\x68\x05\x22\x97\x00\x09\x8b\x78\x1d\x99\x6c\xe9\x74\xe7\xb9\x11\x30\x33\xdc\x5b\xc9\x84\x9b\xb7\xb5\xec\xe5\xf7\x2e\x20\x5d\xbd\x90\x4b\xe4\x43\xb7\xca\x15\x95\xb6\xb6\xab\xa0\xcb\x9f\xd5\xa2\x62\xab\x33\x70\x5c\x68\x44\x2a\x09\xb6\xe3\x48\x53\x57\x70\x9e\xc9\x63\x5e\x6f\x84\xb1\x26\x57\x95\x28\xdf\x27\xf8\x54\xb9\x4d\x3c\x54\x3f\xc3\xde\xc2\xb7\xe1\x6a\x18\x14\x39\xff\xe8\x00\x12\xec\x1a\x0f\xb7\xbe\x14\x37\x54\x9a\x57\xf3\x15\xfd\xa0\xde\x8a\x37\xae\x95\xb0\x54\xf8\xb6\x66\xb2\xc3\x65\x3e\x31\xcf\x9e\x42\x27\x26\xd9\x53\xd2\xcc\xd0\xe1\x35\xc6\x49\xa5\x9b\xe7\x43\xbd\x27\x47\x11\x68\x9d\xb6\x84\x74\x2a\x11\xe0\xc8\xb7\x0d\x17\xa6\x91\x50\x25\x76\xa0\xed\x7d\x24\xbf\x1f\xf0\xc0\x6b\x6a\xc6\xc7\x7b\xe5\x6f\x32\x0b\x5b\xb4\xa7\xc0\xfd\xc8\xf9\x88\xf6\x23\x47\x82\xbc\x67\xc6\x29\x46\x61\x7e\x31\xa7\x30\x25\x27\x94\xd7\x7b\x49\x5d\x30\x35\xf7\x1d\xd0\x07\xfb\x36\xd1\x62\xf3\x83\xfa\x42\xcc\x33\x41\x6a\xd7\xdc\x77\x2c\x7b\xae\xff\xd6\x08\x9d\x18\x02\x72\x41\xce\x18\xcf\xf6\x58\x01\x33\x4d\x23\xcf\x19\x42\x97\xa4\x00\x77\xe1\x51\x4b\x7b\x84\xc6\x27\x5a\xc2\x05\xd9\x3b\x45\xe7\x7b\x3d\xcc\x5c\x60\x25\xda\x18\x6a\x05\x16\xa3\x59\x18\x21\xfb\x9f\xa7\xd0\x57\x8d\xed\x19\x89\x71\xc8\x38\x6b\x9a\x16\xb1\x05\x0a\x03\x08\xd3\x13\xe7\xb2\xf5\x21\xc2\xc9\xcf\x99\x42\xe3\x5e\xa5\x8b\x91\xc1\x83\x03\x3c\x83\x9d\xc0\x9e\x05\xe1\xe6\x7c\x1a\x16\x89\x8c\x58\x23\xeb\x6c\x28\x81\xfb\x01\x76\xa5\xfa\x1d\xeb\x19\x51\x9a\x42\x99\x6b\xfb\x91\x05\x5f\x61\x90\x69\xe1\xbc\xcc\x41\x3e\xcc\xbf\xb8\x32\x66\xe7\x2d\x9f\x66\x4f\xa6\xe7\xfb\x0b\xcf\x9f\xd9\x8f\x46\xa8\x5e\xec\x97\x51\x3b\x87\x13\xa3\xc8\x54\x87\xcd\x0c\xc5\xf9\x88\x59\xe2\x3a\x0c\xf2\x6b\x3d\x74\xc7\x4f\x83\x25\x5e\x8e\x15\xbe\x0c\xb3\xe6\xeb\x80\xa9\x67\x59\xbf\x23\x05\xb0\x79\x3c\x43\xe1\x4b\x01\x27\xdd\x4e\x01\x54\x93\x02\xc6\xa9\x23\x6b\xb9\x13\xbc\xf4\xf3\x22\x5a\x6c\x57\xa2\x63\xa1\x88\xa1\xbe\xce\x8e\x25\x64\xb4\x52\x09\x42\x10\x48\xab\x3d\x48\xd1\x76\x17\x84\x85\xdf\x63\x31\xf0\x66\x65\x2d\xe7\x22\x02\x4e\x00\x50\x8f\xf9\xc1\xfe\xf4\x0b\x1c\x55\x0d\x1b\x2f\xd0\x68\xd6\x56\x76\x6f\xdb\x51\x5b\xa3\x02\xf3\x0e\x77\xf9\xb8\xd0\xdc\xad\x68\x3e\x9e\xe1\x93\x83\x8d\x3b\x33\x07\xfb\x37\xfd\xce\x0f\xa7\x07\xb7\xad\x51\x3c\xe2\xc0\x2d\xa3\x75\xd2\x11\x12\xb2\x5f\x09\xb9\x2d\x74\x27\x99\xbe\x51\xb0\xa4\x2d\xf3\x1d\xc5\xa1\x89\xc3\x88\xf8\xee\x42\x5e\x53\x05\x61\x94\x19\xbf\x7e\x06\x10\xe5\x7b\x5a\xaa\x0c\x39\xc5\x46\xf3\xae\x3f\x54\xa8\xed\xe1\xaf\x31\x98\x6f\x0f\x9b\x41\xf9\xad\xb7\x7f\x62\x4d\xc5\xac\x4f\x09\xf2\xf7\x8c\x1b\x26\xb0\x37\xde\xa2\x2b\xa6\x84\x7c\x51\x7f\x03\x57\x9a\x0c\xb9\x87\x79\xe1\x31\x81\xa2\x36\xc3\x63\x17\xbd\x90\x3e\x2c\xe9\x76\xb8\x8f\x90\x35\x2a\xe5\xd5\xea\x4b\x33\x6c\x53\x74\x05\x1a\xf4\x90\x05\xba\x00\x44\x3a\x53\xa7\x6d\x4d\xc0\x93\xae\x1d\xb4\x33\x26\x6a\xd7\xe3\xdf\x4e\xa1\x5e\x86\x75\x03\x40\x36\x9e\xab\xe3\x62\x49\xe0\x47\x0e\x67\xa0\x5b\xa5\x4c\xc7\x69\xaa\xdc\x9a\xc1\x43\x74\x49\xa4\x17\x0e\x85\x79\x4a\x5c\xd8\x9c\xb7\xc2\xeb\xe2\xcb\x63\xb9\x4c\xd3\xf4\x24\x5e\xfa\xaa\x48\xbf\x83\x91\xa8\xc8\x66\xa5\xe9\x94\x10\xb0\xed\x6e\xa1\xd0\x8f\x60\xec\x90\x99\x61\xab\x60\x6d\xdc\x03\xcd\x2d\x30\xe2\x70\xa0\x9c\x3b\x74\x7d\x37\xe3\x49\x8d\x5b\x70\xe7\xce\xcb\x4b\xe0\x03\x62\xee\x38\x5b\x45\x1b\xe2\x8d\xe1\x70\xda\xa3\x53\x75\x35\x52\xeb\x56\xea\x42\xa4\xa9\x18\x07\xdf\x4f\xa6\xf0\xd0\xfa\xf1\xd8\x7e\x70\x5b\x44\x23\xde\x76\x51\x2e\x0b\xbd\x2a\xe6\xf7\xb8\x30\x75\xa3\xf1\xf8\xd5\x43\xf8\x35\xb4\xfb\x85\x93\x03\x08\x3d\xf2\x1f\xdc\x57\x81\x5c\x1c\x5e\x31\x0c\xf6\xb1\x69\x8a\xa1\xdf\x01\xbd\x41\xb1\xc0\x6d\xd8\xea\xfb\xb9\x40\xa9\x32\x16\xc1\x05\x25\xe0\xfb\x3c\xeb\x37\x03\x6e\xef\xe6\x94\x10\x0e\x1d\x5a\xd8\xd5\x34\xea\xd2\xa6\xc0\x10\x2e\xec\x87\x1e\xde\x3c\x33\xbf\xc9\x2f\xca\x36\x87\xdb\x4c\xa2\x50\x9e\xb5\x9f\x97\x6a\x1e\x17\x6e\xb3\x7c\x5c\x61\x93\x84\xf2\x36\xeb\x42\x81\x47\x34\xa8\x67\x87\x65\x38\x72\xdc\x50\x8b\x28\xee\x11\xbb\x81\x5e\xc8\x79\x5c\xcb\xf6\x00\x7d\xbb\x42\x58\x22\xd7\xd7\x5b\x71\x29\x4f\xf4\x34\xc5\xd0\x97\x44\x08\xa1\x81\x2b\x4d\x24\x68\x6a\x81\x7b\x17\x19\x4a\x45\x0d\x6e\x66\xdf\xdf\xf0\xc8\xb4\x44\x19\xc8\xfa\x9d\x1a\x0c\xa8\x90\xb5\xf5\x01\xfc\xdb\xd8\x44\x70\xa7\xe0\xc6\xef\xe1\x8e\x55\x10\xe7\xd0\xde\xfd\x53\x77\xf1\x3f\x7e\xbf\x63\x1c\xa2\x24\x5f\x8a\xd6\x09\x6c\x75\xf9\x47\x50\x93\x8b\x75\x78\x3c\x6a\x6f\x35\x26\x3e\x72\xb4\x4c\x28\x8a\x63\xe4\x05\x22\xab\xd8\x96\x71\x41\x44\x80\x07\xb4\x0a\xff\xfb\xd0\x73\x07\xa7\x1f\xd4\x1b\x76\x55\x31\x7e\xed\x46\x58\xa7\xe9\x8d\x46\x3f\x03\xf5\x4c\x4d\x10\xfe\xb8\xa1\xb4\x32\xf6\x8d\x84\xa8\x79\x57\x58\x61\x46\x9e\xab\x93\x5e\x34\x10\x96\x07\x6f\x10\x62\xcf\x05\x2e\x83\x2b\x80\xd7\x64\x7a\xbe\xbe\xa8\x1c\xfa\xb7\x76\xee\xf0\x56\xa4\x5a\xac\x21\x18\xee\xca\xe1\xa2\xe7\x2e\xbc\xde\x0a\x0c\x7c\xd3\xd4\xfc\x0d\x3a\x27\x44\x18\x64\xf9\xbc\x18\x12\x93\x7b\x8e\x0a\xb2\xcf\x0a\x03\x1e\x36\x84\x39\xca\x46\xa5\xa9\xba\x20\xa5\x6e\xa4\x5d\xcb\xc1\x6a\x52\x02\x0b\x1f\xe2\x28\x89\xcc\x7f\xe2\xc4\xa0\x5b\x09\x02\xd6\x77\xb6\x21\xc3\x19\xc2\x10\x25\x7d\x85\x4b\x7d\xb8\xf1\x26\x4d\xb3\x97\xba\x4a\xdb\x1c\xc2\xe1\x57\x84\xf6\x75\x34\x7a\xdf\xd2\x0f\x30\x81\x2c\xc4\x38\x4b\x7d\x65\x70\x61\x27\x12\xee\xda\xc1\x47\x18\xd8\x91\xaa\x1d\xc4\x40\xc4\x5c\xae\x1d\x2e\xd0\xa1\x1c\x91\x15\xbc\x12\x07\xb3\x30\x6e\x41\x0e\xe0\xf8\xe1\xe8\x44\xdb\xe7\x06\xe1\x8f\x9c\xd9\x44\x5f\xdc\xe8\x0e\x49\xbb\xbb\x69\xaa\x8f\xfe\x50\xaf\x6d\x69\x31\x0c\xc7\x4e\x2d\xbd\x02\xfb\x4b\x91\xc9\x40\x07\xd8\x7c\x87\x0a\x48\xc8\x53\xcf\x75\x4c\x62\xc7\xbc\x91\x96\x0f\x3a\xc5\x7b\x33\xde\x58\xa7\xa2\x03\xe1\x71\x07\xc0\x77\xe0\xbb\x91\x91\xff\x71\x3a\x85\x47\xea\x84\xee\xc5\x70\xda\xe2\x24\x7f\xeb\x7a\xb6\x54\xfe\xb1\xc4\x9c\x0c\xa7\xe7\x19\x3f\xcd\x8e\x52\x5d\xec\x68\x68\xd0\xa3\xa6\xc9\x62\x9a\x1e\xac\x73\xee\x95\xd8\xb5\x04\xee\x69\xa9\xc7\x78\x03\x28\x96\xa1\xfd\x0f\xa8\x7d\xd3\xc9\xdf\x03\x75\x66\x0b\x62\x11\x1e\x66\x5d\x3c\xa8\x85\x02\xa7\xf0\xa1\xb8\x84\x06\x7e\x28\x4d\x0d\x7a\x76\xce\xf5\xd5\xb8\xff\x45\xc3\x5e\x83\xab\x7c\xab\x7f\x52\x18\xd3\x0f\x60\x83\x83\xff\x02\x7f\x0e\x9a\x92\xba\xe6\x45\x95\x51\xec\x1d\x84\x47\xbc\x4b\xff\x30\x05\x1d\x76\x75\x74\x42\xa0\x65\xdf\x96\x13\xa5\xf5\xf3\x9b\x85\x7d\xba\x8d\x32\x52\xbb\x04\xd3\x9e\xae\xf1\xd1\x54\xf1\xe9\xb1\xf4\xac\xdc\x89\xd2\x6f\xc5\xf1\x1a\xb6\x87\xea\xa7\x10\xd1\xe5\xf4\xd6\x50\x02\xf0\x96\xfd\x9b\x79\x4a\x61\x7d\xf1\xdf\xe0\xc3\x8a\x65\x3a\xcb\xcc\xcd\x32\x83\xa9\xb9\xd1\x69\xcd\x42\x7a\xf8\x2f\x2e\x30\x7b\xaf\xa8\xb8\x15\x2e\x4c\xbc\xac\xc9\x50\x56\x6d\x85\x1e\x4e\xa3\x02\x0b\x8a\x93\x35\x7a\xaf\x73\x58\xbe\x87\xf1\x6a\x05\x5a\xb1\xbc\xfa\x97\xd8\xaf\x6a\xcc\x70\x71\xf0\xca\xeb\x95\x63\xa3\x1d\xa0\x42\xac\xec\x9c\xbb\x77\x86\xe1\xda\xde\x59\x88\x3b\xbd\xce\x86\xb5\xe7\x7d\x18\x6b\x82\xe2\xe2\xcf\xa6\xe8\xde\x86\x99\x69\x9b\x1e\x45\x09\x96\xbb\xcd\xc8\x7e\x2c\xb1\x24\xfb\x16\x4a\x57\xae\xe6\x09\xc2\x6f\xc0\x88\x0b\x22\x38\x86\x08\x83\x07\x83\x43\x18\x80\x61\x97\x6a\xcc\x40\xd1\xe5\xe2\x49\x9a\x66\x8c\x7c\xa9\x32\x85\x10\xce\xca\xcb\xc9\x74\x3a\x6b\x9a\xf2\x62\xac\x7f\x68\xb2\xe1\x03\xcb\x4c\x45\x7d\xd7\x28\xb5\x1f\x08\xd7\x13\x49\x6b\x85\x3c\xe7\xc5\x3c\xbd\x26\x35\x7c\x7f\xa1\x8a\x4e\x5c\xac\x97\xe8\x10\x1c\x1a\x4a\x2d\x17\x85\x1e\x69\xdb\x28\x32\x3d\x57\x17\xb4\xab\x6d\x33\x1a\x29\xe4\x13\x17\xca\x29\xd5\x90\x28\xad\xf3\x88\x47\xab\xd9\x76\x0e\xf4\xcf\x89\x5d\xbf\x07\xff\xb6\x87\x88\xe3\x65\x28\x51\x60\x84\x09\xd2\xc7\x6d\x03\xf6\x97\x38\x17\x44\x84\x4f\x2b\x1e\x8d\x0a\x24\x17\x47\x1a\x27\x8b\x62\xb9\x24\xc2\x8e\x0d\xf8\x6d\x22\xe8\x62\xc4\x30\x3f\x59\x27\xa0\x89\x9d\x40\x1a\xb8\x58\xdf\x89\x3a\xff\x59\xe3\x48\xa6\xf8\x5b\xa1\x0a\x2f\x5c\xee\xe3\xdb\x99\x34\x90\x0d\xcb\x48\x6c\xcb\x71\xf8\x86\xf5\x8b\x95\x83\x6d\x04\xb4\xc5\x7a\x06\x8a\x65\x30\xca\xe1\x3b\x6e\xff\x98\xbb\x26\x7a\x09\x6d\xde\x82\x2d\x07\x89\xa2\x1f\x54\x02\xc1\xc0\x8c\x6f\xe7\xdc\x21\x48\x3a\xad\x6e\x3b\xc8\x13\x50\x3c\x82\xe4\x82\x66\xba\xa0\xd9\xf9\x04\x22\x9d\xed\xa9\x55\x54\x3f\xf8\xe6\x8d\x81\x69\xeb\x91\x83\x46\x7c\x16\x0e\x58\x9e\xd1\x43\x01\x41\x25\x24\x7c\x9a\xba\x36\x58\x2d\x81\x8e\x48\x7b\xd8\xf4\xf3\xd1\x49\x72\x5a\x4f\xd6\x43\x1a\xf4\x60\x2b\xea\x06\xe0\xb4\x46\x3e\xd4\x6c\x96\x17\xd6\xda\x32\x91\xe2\xeb\x13\xe4\xea\xb6\x53\x63\xb4\x97\xa1\x71\xa4\x3c\x3a\x68\x5d\x51\x1b\x74\x8c\x58\x30\x37\xcf\x4e\x57\x22\xd6\xe0\xde\xa9\x98\x4b\xaf\xf6\x2d\x27\x57\x7b\x56\x29\x94\x17\x56\xb3\xcc\x0f\x48\xd0\x38\x06\x1e\x2c\x8c\x57\x1c\xc3\x9c\xd8\x11\x0f\x4c\x96\xf3\xff\x0a\x7c\x58\xd8\x07\xb0\x85\xd4\x18\xc7\x83\x4b\x0a\xa5\x6c\x21\x57\xd8\x54\xc5\x7c\x72\x75\x0d\xf2\x46\x4d\x78\xdb\x9f\xe0\xae\x94\x7e\x50\x3e\xdd\x7f\xcc\x33\x5f\x88\xf8\x9a\x38\x28\x40\x82\x9a\x18\x8e\x1f\xca\x0d\xdb\x38\x9e\x1a\x91\xc1\x2a\x14\x70\xe2\x7a\x74\xf3\xa8\xeb\x62\xee\x7f\x8d\x92\xb3\x64\x64\xf9\x87\xed\x78\x93\x04\xe5\x71\x1a\x30\xa7\x74\xc7\x1d\x1f\x02\xba\xcc\x55\x51\xbe\xbf\x06\x55\x16\x38\xa0\xed\x27\x52\xf3\xf0\x33\x18\xae\xca\xb3\x28\xe7\x04\xf9\x15\x35\x16\x35\x6d\xf4\x45\x07\x8e\xa0\x0a\x90\x0d\xc0\x22\xc2\x92\x1d\xc9\x79\x7c\xd5\x14\x72\x2a\x52\xd0\xa3\x31\xc0\xd2\x5d\xc1\xe4\x35\x18\x32\x0b\x06\xed\x46\xfa\x89\x71\x81\xdc\xdc\x8d\x61\xf7\x66\x07\x55\x12\xeb\x16\x59\xd9\x32\x6e\x27\xfc\xef\x68\x2f\x7c\x6a\xb4\x1b\x3e\x75\x40\xbb\x27\x40\xe9\x82\x81\xbd\x7a\x00\x23\x81\xb1\x78\xdd\x8a\x1c\xf8\x11\x99\x6b\x73\xf5\x61\xbe\x6e\x35\xfa\xdb\xcf\x2f\xfc\x72\x3e\xdc\xc0\x17\xc1\x76\x1d\xa7\xf9\x46\x61\x2e\x26\xd7\x08\xe7\x9d\x84\x01\x24\xce\x3d\x15\x3f\x6a\x67\xd3\xee\xf7\x59\x32\x3a\xee\xc0\x44\x5f\xcd\xcd\xfa\xf6\x49\x4e\xf9\xc4\xbf\x68\x63\x3e\xe9\xbe\x67\x28\x32\x97\x48\x46\xc7\x25\x8c\xbc\x06\xb3\x8e\x96\xc6\xd1\x4c\x1c\xd4\x38\xb8\x37\x29\x18\xe9\xcb\x42\xbe\xa7\xb2\x36\x71\xc4\x7b\xf8\x24\x4d\x23\xd0\xbd\x5b\x24\xeb\x95\xd8\x6d\xd7\x47\x17\xc8\xbe\xa8\xc9\x7f\xc6\x4a\x24\xc8\x8c\x31\x56\x10\xa9\xa9\xfa\x81\xd3\x95\x09\x5d\x90\x15\x47\x8b\x51\x04\x10\xb3\xbb\x3f\x69\x9a\x15\xb1\x9f\x92\xbe\x5d\x44\xb8\x5f\xfa\x05\x8e\x64\xc4\x69\x85\x3f\x20\x9b\xda\xf2\xa4\xe8\x17\x60\x85\xac\x0b\x89\xfe\x35\x09\x56\xbb\xac\x6e\xcd\x34\x9a\x73\x7a\x48\x9d\x03\x75\xa4\x65\x1b\x48\x9a\x60\xc1\x11\xc2\xc2\xe3\xaa\x35\x99\x9e\xd7\x17\x47\xd8\x5a\x8b\xb3\xd6\x0e\xdf\x3f\xc6\xe8\xea\x25\xae\x88\xe8\x1a\x19\xee\x91\x5e\xc0\xfd\x72\x50\xa5\xe9\x89\xd5\x59\x54\xcb\xbe\x73\xf5\xc0\xe4\xf7\xdd\x59\xf2\x50\x67\xc0\x66\x27\x28\xc2\xd0\x2d\x3e\x25\xc1\x33\x83\x93\xb7\x1a\xbf\x0c\xee\xcb\x82\xfe\x56\xa4\x6c\xe1\x51\x0b\xc5\xcf\xf9\x39\x27\xac\x15\x5b\x86\xec\xc2\xee\x8e\x78\x64\x8e\xb7\xe7\x2f\x4d\x7b\x40\x1c\x47\x87\xd2\x0d\xae\x1d\x6f\x45\xbb\x4e\x2a\x1d\x8a\xe1\xdd\x6c\x00\x76\x60\xf1\x0b\x06\x48\x02\x73\xaf\x2a\x4c\xcc\x21\x00\x3e\x55\xdf\x1c\x0f\xe8\xfd\x63\xef\x0a\xf9\xdf\xc8\x20\x04\x38\x80\xf4\xb8\x74\xe8\x28\x56\x1d\x5c\xcd\x8f\x5d\xbf\x06\x6b\xf8\x30\x24\x96\xae\x39\x9c\xea\x0a\x40\x5c\xc5\x1a\xe9\x2a\xa2\xad\x34\xcd\x69\xab\x02\x75\xc5\x97\xa6\xf6\x2c\x58\x90\x35\x0d\xe3\x3b\xc2\xcb\xd3\x25\xb5\x84\x06\x61\x12\x69\xf2\x05\x68\x57\x9b\x7f\x5e\x5c\x04\x47\xb8\xf0\x24\xeb\xa2\xd0\x47\xb6\x3d\x87\x7b\x98\xd9\xb1\x84\xd9\xee\x24\x1a\xec\x27\x9b\x82\xaf\x2a\x0a\x6e\x16\xc0\xdd\x50\xdd\x34\xd5\xb1\xba\x1a\xbb\xe6\x42\xd2\xb1\x11\xd4\xb5\x46\x97\x2b\x9a\xed\x71\xd5\xf5\x45\xd0\x07\xe3\x2a\x84\x59\x9a\xee\x27\x10\x9c\x69\xde\xe1\x5d\x56\x9e\xff\xd7\x34\xd2\x00\xbe\x5c\x44\x57\xab\x42\xf8\x17\xb0\x93\x96\x74\x25\x8b\xdb\x48\xdc\xbf\x8a\x9f\x6f\x8d\x4c\x7c\x63\xd4\x7f\xd0\x7d\x26\xdb\xcb\xd0\x34\xe1\x17\x59\x2c\x11\x32\x5e\x6f\x55\x2b\x69\x0b\x69\xab\x81\x8a\x14\x0d\x3c\xac\x77\xac\x8e\x40\xe7\xa8\x69\x32\x36\x26\xc7\x4f\x00\x56\xb1\x5a\xd7\xb7\xa6\xa5\x13\x2f\xa2\x8a\x64\xdd\x46\xaf\xe1\x10\xf5\x03\x27\x3c\xa2\x35\x3e\x6f\xbb\xb0\x34\x10\x49\x3c\x0d\x84\x83\xb5\x30\xfc\xb0\xae\x75\x40\xcf\xb3\xe5\x20\xcd\x57\xad\x3f\x41\xf2\x5c\x64\xf7\x86\x6b\xd7\x1b\x21\x3e\x50\x8a\xbe\xa4\x51\x44\xde\x19\xe8\xdd\x85\x7a\xcb\xbe\x80\xe5\xf9\xcc\x40\xa6\x1b\xeb\x29\x83\x86\x85\x55\x46\x0e\xb4\x5d\xbb\xca\x59\xdd\x7c\xc3\x54\x21\x6a\x6e\x54\x5e\xf2\x64\x9a\xd8\x8d\xa5\x93\x56\xe1\x7b\x9c\xa9\x39\xcf\xa7\xd6\x0b\x1a\x54\x0f\x94\x29\x22\x7e\x55\xa0\x5d\x15\x4f\x62\xdc\x99\x04\xb3\x5c\x2b\xc0\xb1\x4f\x0e\x3b\x1c\xf1\xa9\x2e\xf5\x98\x0d\x92\x7e\xa4\x06\xdc\x3b\xfd\xb0\x80\x34\x3c\xf3\x60\xfa\xc7\x65\xe0\x2c\x6b\x9c\x1f\xde\x9d\x56\x84\x26\xec\x1a\x19\xcd\x0e\x5f\x60\x9c\xc9\x60\xb1\x4c\x43\x47\x43\x37\xe7\x35\x3a\x06\xe3\xf8\x18\x88\xee\xf2\xf4\xce\x2b\x1a\xee\x89\x5e\xf4\xfa\x58\xe1\x5b\xaf\x26\xb5\xa6\xf1\xc3\xad\xb9\x9c\xa6\x69\x36\x25\x84\xdb\x30\x06\xbf\xbb\x82\xdf\x14\xe5\xfb\xec\xa4\x3a\xf6\x14\xe1\x7b\x13\x3a\x1a\xe6\xef\xe2\x70\xc3\xc9\x39\x1c\x70\x4d\xd5\x1b\xaf\x7b\x15\x5d\x89\x70\x76\xbe\xc4\x90\xd0\x8e\x5e\x77\xeb\x70\xc6\xe9\x40\xd8\x38\x94\xdf\xe8\xfc\x28\x18\xa7\x1f\xd5\x17\x85\x0c\xda\x38\xae\x85\x82\x71\xbd\x15\xbb\xe3\x61\x99\x33\xe9\xf2\x83\x41\xc5\x19\xdd\x21\xfd\x9d\x4a\xf5\x91\x11\xe9\x06\x8e\xea\xa0\x03\x8e\x56\xfb\x38\x16\xc1\x4d\x9a\x0e\x57\xf3\x64\xf6\x04\x8e\x2b\xa8\xb0\x0f\x8e\x8e\xc7\xa6\x5f\xf5\xdd\x1e\xba\xe3\x13\xbe\x13\x8c\x2b\x6a\x7c\xe7\xd5\x47\xd5\xe2\x5c\x6b\x7b\x75\xb4\x94\xc4\x7a\xc2\xeb\x4e\xc9\xa6\x1f\xf0\xf1\x42\x74\x5c\xef\xd3\xfe\xfe\xc0\x77\x83\xd1\x07\xcf\x66\xf4\xb3\xc0\x1b\xad\xcc\x5a\x21\xf0\x29\xce\xb1\x17\x24\xda\x90\x22\x5f\x49\xb1\xfd\x4e\x77\x90\x19\x07\x59\xa0\x8e\x65\x59\xcb\x33\x34\x24\x74\x7e\x62\x18\x4e\x94\xeb\x86\x01\x2e\x3d\x0e\x18\xb4\xfe\xfb\x43\x46\xd8\x25\x6e\x99\x0f\x83\x9e\x18\x0a\x50\x46\x63\x02\x47\x39\x37\x70\x1e\x0e\x38\x78\x54\x10\xfe\xfd\x23\x2f\x8c\x63\x05\xde\xdb\xdb\x37\xb5\xb1\xef\x1f\xb8\x81\xe8\xfe\xd4\x25\xd0\x39\x47\xf3\x3b\x1c\xc2\x41\x20\xdc\xb5\x40\x20\xf7\xe6\x61\xca\xbf\x02\x62\x31\xff\xfd\x80\xff\x1a\xba\xd9\x05\xf1\x12\x89\x77\x9e\x0b\xeb\x31\x30\x50\x6d\x32\x78\x46\xeb\x8a\x37\x6e\xc6\x88\x6c\xa2\x10\x64\x16\xfd\xa3\x64\x7a\x4e\x2f\xc2\x86\x2c\xd2\x47\x47\x23\xf4\x13\x0b\x7d\xf5\x06\x85\x20\x46\xb1\x91\x81\x53\xf2\x66\xf2\x9d\xa8\xc9\x91\xe7\xa4\x63\x4f\xa1\x1b\x1a\xb9\x0a\xdd\xd0\xc0\x57\x28\x30\x22\xa9\x03\x96\x44\x1d\xf0\x4e\xb7\x5c\x6e\x77\xc7\x8d\x7b\xf6\xad\xae\x34\x36\x98\x73\xd3\xd0\x49\xb9\x19\xab\x49\xb9\x09\x1c\x13\x6e\x43\x76\xaf\xee\xcf\x60\xd9\xba\x68\x80\x25\xdf\xd0\xa8\xdd\x9d\xf9\xbc\x98\xce\x55\x1e\xe0\xec\x77\xa7\x4a\xd1\x3c\x90\x2b\x5c\xd3\xc0\xea\xda\x99\x75\x44\x0e\xb3\x62\x77\x9e\xdf\x83\xaa\x96\x89\xc5\x6f\x88\xa9\x76\xf4\xbf\xd2\xe3\xe8\xec\x46\x39\x2d\x10\xb4\x39\x43\x74\xde\x34\x19\x27\x62\x52\xd3\xca\xf1\x23\xdc\x28\x22\xff\x9d\x4d\x93\xc0\x77\x42\x08\xc3\xb5\xae\xb0\xab\x18\x28\x25\xd6\x9a\x7e\x31\xd6\xeb\x1a\x41\x28\xd2\x94\x4f\x64\xc8\xbf\xbf\x9c\x21\xb6\xce\xae\x68\x9a\x5e\x59\x86\xd7\x6f\x82\xf1\x2c\x79\xc7\x13\x44\x88\x8b\xad\x10\x55\xf9\xc3\x55\x64\xe4\x49\xc8\x14\xdd\xef\xc9\xa2\x0d\x48\x58\x91\xe9\x79\x75\x11\x97\x3a\xaf\x46\x23\xb4\x37\x27\x3a\x1a\x9f\x2d\xb6\xa8\x96\x9a\x4e\x85\xb7\xbe\xf6\x2d\x77\x7a\x4e\xd3\x6c\x4f\xae\x44\xd6\x89\x47\x69\x76\x6f\x41\x97\x07\x84\x0c\xd9\x5a\x75\x6b\x8e\x67\xe7\xd5\xa5\x1e\xd6\x78\x6c\x56\xbd\xf4\x25\x34\xd9\xbd\x26\x60\x10\xbf\xcd\x10\x5e\x91\x72\xa2\x44\x86\x06\xe5\x84\x6e\x77\xea\x2e\x03\x35\xbb\x34\x95\x97\xd3\xf9\x9a\x6c\x68\xb6\x36\xe7\x6d\xad\x8f\xa6\x04\xcd\x79\xd8\x10\xef\x8e\x35\x4d\x87\xc5\x7c\xa5\x4b\x1a\xd5\x0e\xec\x05\xf2\xcf\x59\x26\xac\xbe\x47\x64\x89\x8a\x57\x93\x72\x33\xba\x11\x99\x8f\xfa\x8f\x50\x6e\xb7\x04\xd4\x01\x58\x7d\x6a\x7f\xd2\x34\x5b\x93\x55\x30\xac\x29\x42\x4e\x91\xc5\x1a\xec\x5b\x1d\x85\x17\xfa\x88\xe2\x1d\x31\xba\xea\x6b\xac\x44\xbe\xc2\xba\xc1\x7c\x3f\xdf\x2f\xaa\x3f\xec\x6d\xd7\xcb\xbc\xc6\x42\xb2\x6b\xc6\x73\xd6\x34\x59\x31\xb7\x47\xcb\x4f\x34\x70\x14\x3b\x4f\xca\xbd\x4a\xf2\x64\x04\xe7\x3f\x41\x87\xc1\xb7\xd2\x6a\x66\xed\x80\xf4\xa2\x38\x81\xac\xef\x69\xb1\x4a\x30\xc5\x3b\x74\x50\x7a\x7d\xd2\xf4\xb9\xb9\x6a\xf8\x47\x69\xb8\xc1\x47\x43\x25\x1b\x9f\xaa\xee\x76\x26\x66\x06\xee\x3d\xfd\xa4\x67\x64\x24\xd4\xe8\xbd\xed\x48\x51\xca\x8a\xed\xae\x44\x21\x57\x5f\x16\xaa\xb0\xa8\x5f\x9b\xa0\xdf\x51\xe3\xaa\x4d\xaf\xce\xe3\x5d\x55\x30\x6e\xf8\x71\xce\xe5\xde\x19\x75\xe1\xa6\x6c\x9c\x6d\x8d\x11\x4e\x58\xad\x67\xf9\x9a\x57\x77\x19\x6a\x1a\xe5\xf9\x42\x16\x11\x80\x49\x35\xcd\x5f\x55\xa6\x22\x6b\xb1\x5f\x29\x38\xba\x9f\x3a\x99\x14\x2c\xb6\xf5\xe7\xde\x4e\xc1\x2e\xd7\x7d\xc4\xb9\x04\x5d\x18\xc9\x4a\x50\x8f\x0e\x75\x48\xea\x6d\x21\x95\xa6\xf4\x78\xcb\x6e\x70\x8e\x1e\x6a\x5a\x81\x29\x52\xf7\x7a\x70\x7d\x3d\xb8\xbb\x1e\xcc\x97\x70\x32\xef\x8c\x81\x8b\xc9\x49\xb9\xb9\x9c\x4d\xa7\x4d\xc3\x41\x43\xce\x16\x19\xcf\x96\x26\xd7\xc8\x9e\x58\xfb\x81\x5a\x20\x67\xbd\x60\x3c\x55\xb6\x29\x84\x0b\x62\x14\x6e\x45\x3c\x95\xf6\x25\x33\x7c\xb8\x4e\xb6\x83\x28\xb5\x31\x46\x50\x3e\x90\x64\xb7\x5c\xb9\x29\xe4\x53\x95\xd5\x08\x5d\x8e\x67\xe8\xbe\x20\x3f\xcb\x8c\xe2\x60\x70\x38\x81\x95\x72\x31\x81\x2c\xf8\x69\x9b\x81\x3d\x4b\xd3\x4e\x82\xf1\xe9\xed\x75\x10\xc3\xc9\x9a\x1b\xea\xb4\x1a\xfd\x8a\x21\x04\x5a\xab\x27\xbb\x47\x83\x22\x4d\xcd\x75\x89\x7a\xd2\x57\x26\x6c\x3e\xe4\xe3\xbd\xee\x08\xbb\x17\x4b\x2c\xf5\x7f\x86\xad\xe4\xf7\x3a\xde\xe7\x40\xa9\x81\x74\x8b\x2c\x78\xb0\x87\x58\x90\x7b\xe3\x5a\x34\xdf\xd0\x8c\xe1\x29\xc2\x3a\x0f\x3e\xc0\x17\xe9\x61\x20\x2d\x30\xd7\x67\x1f\x7e\xc1\x0e\x7f\xaf\xdb\x3a\xf2\x4b\xea\x0d\x65\x00\xe0\x28\x6c\x7a\x8c\x8c\x89\xdf\xb8\x47\x36\x0e\x60\xb6\x57\xa2\x14\x52\xd2\x52\x25\x38\x11\xeb\x75\x62\x7d\xa0\x76\xcb\x14\x3b\xa6\x8a\x0a\x5c\xda\x9d\x28\x56\xef\x68\x55\x01\xcd\xd6\xc6\x49\x0c\xdc\xa1\x51\x4f\xf0\x94\x5b\x1f\xbe\x44\xd2\x1b\x03\x8c\x1c\x95\xb9\x13\x55\xc5\xf8\xf5\x57\x45\xad\x7c\xac\x36\x9b\x16\x61\xff\x8c\x17\x65\xb9\x97\x85\xa2\xde\xc9\xa3\x2f\xbf\x29\xea\xe3\xc4\x52\x6c\x77\xa2\x86\x66\x22\xe1\xf6\xd3\x36\x5c\xc3\x33\x61\x40\x52\x21\x69\xf1\x51\x57\x54\x96\x75\x04\xde\x1d\x03\x27\x54\xde\x45\xd5\x8c\x6e\x8f\x1d\x72\x85\xf6\xda\xd4\x79\xd8\x12\x36\xa4\x5e\x7e\x66\x94\x5e\xce\xcf\xfa\x7c\x7b\xd9\x3e\x3e\x0b\xfb\x98\x82\xd7\x2b\xaf\x3f\xea\xc9\x0a\x4b\x93\xcf\xa6\xd3\xa9\x26\xe1\xba\x1b\x05\x5e\xd3\xdd\x2e\xee\x5a\x17\x36\xd6\x4c\x91\x24\x33\x6f\x98\x78\x55\x15\x10\xb0\xeb\x8d\xb1\x0a\x08\xfc\xe7\xf4\x6d\x67\x55\xd4\xea\x29\x9c\x4b\xd0\x04\xed\xa4\x59\xf5\x62\x9f\x0a\x7e\x05\xe3\x82\x90\x64\xcb\xb5\xe8\x73\xdf\xfe\x5f\xcb\xa2\xa4\xdf\x51\xc9\xc4\x2a\x7a\x8a\xbe\x8b\x9e\xa2\x1b\xe5\xb9\xc4\xd6\xa9\x6b\xd3\x48\xa7\x5b\xe4\xb0\x6a\x8d\xba\x19\x12\xcf\x83\x1c\x5b\x05\x33\xb2\x53\x99\x46\x25\x5d\x82\x20\xdf\xb3\x0c\xec\xeb\x40\x60\x90\x0c\x04\x00\x9e\xba\xc8\x04\xd6\x68\x34\xfa\xc3\x93\x79\x02\xe4\x50\x92\x9b\x12\xce\xfe\xea\x56\x43\xe5\x6d\xb1\x83\x62\xb8\x68\x77\xcd\xea\x97\x10\x5b\x8d\x10\x7d\x56\xab\xaa\xd8\xd5\x74\xae\x49\xfb\x55\x5e\x1b\x5f\xca\xb8\x0e\xbc\xda\xc4\x78\xb5\x91\xd6\x5e\x15\x2b\xe3\x9a\x2b\xf0\x52\x43\x23\x4d\x66\xe0\x61\x85\xca\x79\xce\xd9\xa1\xa1\x3d\xf8\x71\x4e\x18\x72\x57\x2e\x3d\x29\xa2\xfb\x87\x57\xfd\x3b\x51\x67\x9b\xd0\xd3\xac\xb5\x24\x98\x99\x78\x29\x03\xbb\x8f\x92\x4c\x0d\xec\x37\x0e\x47\xd4\xf9\x39\x27\x3c\x8c\x9d\x07\x03\xe0\x4d\xc3\xfb\x46\x17\xee\x14\xa0\xcb\xa1\xf2\x08\x8f\x94\x8f\x8f\x2b\x9b\x97\x27\x56\xb2\x89\x87\xdb\xa3\x69\x13\x17\x58\xb0\xa5\x79\x45\x8d\xea\x8b\x3f\x3a\xcf\xa8\xde\x76\x88\x6c\xd5\x7a\xe0\xa1\x5d\xdd\x71\x78\xb2\x02\x9d\x27\x46\x9c\x15\x4c\xd3\x0c\x5f\x88\x8c\xb7\x7e\x6d\xf5\xba\x6e\x68\xf6\x94\x59\xa2\x0b\xe9\x77\x41\x2f\xa3\xd9\x37\x0e\x6a\x67\xc3\x29\x56\x84\xc7\x1b\xa3\x17\x18\x0f\x55\x80\x0c\x48\x5a\xab\xf9\x8d\xc8\xcc\x2f\x27\x7e\x1f\x74\xfb\x11\x08\x8b\x10\x55\x86\xd0\x66\x86\x12\xfa\x2c\x0a\x2e\xac\x6c\xe0\x01\xa2\x80\x00\x28\x9a\x66\x36\x04\x85\x24\x37\x0a\x6f\x6c\xf1\xd9\x90\x44\x8c\xd4\x36\x34\x54\x56\x44\x39\xd8\x84\xa9\x28\xa0\xc4\xdf\x8b\x6a\x4f\x3d\x76\x7e\x5e\x07\xbb\x3a\x24\xfc\x1c\xd5\x24\x4c\x1a\x38\xe1\xa0\xd3\xa8\xa9\xc8\x5e\xdf\xae\xba\x25\x04\xcb\xec\x48\xbf\x6a\x3c\x3b\x67\x17\x59\x35\x77\xaa\xee\xf9\x14\xc1\xa6\xb7\x62\x1d\x76\x31\x9d\x43\x43\x79\xb5\x60\x4b\x6b\x9d\x29\x5a\xeb\x4c\xf2\x99\xb3\xa0\x15\x8b\x62\xf4\x04\x8e\x45\x4d\x88\x6a\x9a\x9a\x10\xe9\x28\x9f\xa7\x2c\xd3\x0d\x99\x25\xcf\xcd\x0e\x2c\xd8\x12\xe1\xb5\xae\xb6\x1c\x71\xbb\x0d\x19\xbf\x98\x36\x4d\x3d\x84\x10\xcd\x19\x64\x8e\x32\x3e\x9f\xe5\x53\xb4\xd4\xf8\x40\x56\xe2\xb5\xc6\x49\x8c\xa6\x60\x99\x15\xb8\xc6\x12\x0e\xc3\x3a\x38\x30\x6b\xcc\x42\x17\xa9\x75\xa4\x4a\xb7\x21\xc5\xfc\x78\x81\xc7\x32\x9f\x9e\xaf\xce\x57\x64\x15\x16\x36\x82\x35\x52\x66\x2b\xbc\x0a\xb7\x69\xda\x39\x9e\x21\x81\x06\x07\x66\xb0\x19\x91\x55\x18\xc1\xcb\x76\x73\x30\xea\xf1\xe6\x9d\x67\x62\x5f\x3b\x11\xa6\x1e\xed\x86\xc8\xf3\xdd\xf9\x8e\xec\xba\xb9\x7e\x18\x3b\xbc\x0b\x87\xa1\x61\xca\xa9\x71\x8c\x1e\x1e\x47\xe0\xe5\xca\x02\x4e\x13\x78\xcd\x68\xbb\x79\x64\x84\x6d\x8d\xf4\x26\x78\xe7\x7e\x0b\xcb\x1b\x9c\xcb\x73\x37\x69\xb1\x0a\x8b\xbe\x88\xa9\xa0\x85\x5a\x0e\xe8\xa4\x16\x32\x74\x4a\xd1\x65\x86\x38\xa2\x58\xd9\x1f\xc6\x2f\x05\x38\x14\xd2\x3b\xdd\x8a\x32\x67\x80\x73\xf6\x20\x99\xc6\xb9\x16\x05\x12\x41\x9f\x8c\x9d\x46\x0e\x35\x7d\x8d\x99\x6b\xf3\x92\x4c\x5d\x44\xad\x3b\x9d\x6b\xfb\xf4\xf9\xb8\x26\x37\x41\x2d\xfd\x07\xe1\x3d\x11\x8e\x3e\x9f\xbb\x92\x8e\xf0\xc8\x85\x4f\x30\xf8\xe7\x80\x5f\x68\x52\x79\x3c\x56\x1a\x2b\x34\xce\x85\xc6\x63\x8e\x9f\x60\xeb\x7d\x7f\x3f\xaf\xf3\x02\xef\xe7\x45\x5e\x23\x74\x38\x04\x0c\x2d\xbb\x21\x81\x6f\xa8\xf8\x69\xb3\x65\x16\xb6\x21\x8a\x55\xd3\x50\xb4\xc4\xa1\xeb\xb2\x57\x71\x15\x2f\x1f\xb2\x12\xf5\x96\x41\xa0\x87\x67\xac\xf6\xa8\x33\x21\x0e\xfd\x1f\xb5\x34\xa0\x79\xef\x2f\x6c\x69\x14\x32\xc3\x4c\x93\xd3\xd6\xe3\x46\xdc\x60\x2b\x35\xd7\x2d\x5c\xca\xf9\x86\x66\x12\x6b\xcc\x02\xcb\x88\x29\x81\xf2\x3e\x0f\xf4\x74\x52\x6e\x06\xc1\x7b\x47\x88\x46\x59\x2e\xd5\xbc\x65\xc4\x29\x94\xcb\x8b\x69\x90\x30\x45\x39\x3d\x64\xca\x74\xa2\x8e\xd9\x1f\xc1\x14\xbf\xea\xe0\x0d\x97\x6e\xfc\x69\xaa\x2e\xe2\xa9\x04\x4e\x6b\x68\xd7\xc2\xc2\x93\x41\x91\x60\x5d\x2e\xf8\x92\x98\x45\x5c\xf0\x65\xeb\xb5\x2f\x70\x78\xd3\x95\x09\x97\x60\x3c\x50\x6e\x63\xd6\x5c\xd3\x50\x50\xa6\xe4\xab\xd6\x1f\x99\xb9\x7b\xf0\xfc\xbb\x47\x6e\x07\x41\xda\xd0\xc5\x74\x20\x86\xfa\x83\xc3\xc7\x3c\x63\x44\x62\x49\x38\xca\x4d\xb2\xee\xed\x62\x6a\x22\x22\xa1\xf0\xe8\xfd\xa6\x09\x2f\xd9\x4d\xe2\x4d\x23\x23\x05\x89\x1f\x82\x41\x7f\xad\x7f\xbb\x23\x09\xb3\xa1\x40\xe1\x69\xd8\x51\x48\x08\x86\x0c\xb6\xe3\x53\x84\x79\xd0\xc4\x37\x1e\x29\x68\x6f\xf4\x62\x89\x1d\x32\x72\x4c\x46\xea\x57\x89\x2f\xd8\x92\x04\x7d\x48\xa7\xfa\x8b\xf5\x63\x82\x8d\x0e\x09\x0c\xe8\x05\x05\x83\x63\x37\x10\x00\x62\x28\x9a\xc3\xdf\x8f\x94\x3c\xa2\x5e\x9d\x8b\xb0\x01\x5b\xa8\x25\x91\xd8\xb5\xca\x8e\x5b\x0d\xa7\xf5\xcf\xee\xca\x7c\x09\xbc\x96\xb8\xd0\x8f\x47\x08\xd1\x86\xd5\x4a\xc8\xbb\xc9\x4a\x70\x8a\x19\xb9\x11\x19\x47\x03\x96\xa6\xcc\x0e\x67\x9e\xf1\x05\xf7\x8c\x93\x25\x51\xf8\x67\xd7\x06\xca\xbf\x3e\xd6\x60\xf1\x49\xf7\xbe\x5c\xc7\x90\x2f\x9c\xb6\xed\x1d\x0b\x8d\x4e\xf1\x89\x61\xc5\x0d\x24\xb1\xae\x5f\xdf\xd0\xea\xf5\x0e\xd4\xb1\xda\x6f\x28\x02\xca\xd2\x99\x49\x7c\x29\x56\x6f\xd9\x96\x06\x75\xf4\xa7\xab\xe2\xcb\x37\xcd\xa9\x61\x28\xc7\x3b\x99\xba\x6b\x92\x3c\x4a\x08\x61\x4d\x93\x8c\x8c\x73\xc3\x0e\x03\xa9\x87\x55\x2b\x27\xb5\xd8\x52\xb5\x61\xfc\xda\x90\xbb\x74\xa5\x21\x32\xef\x4b\x0e\x22\xb3\xb4\xeb\x1f\x0c\xfd\x82\xc0\x65\x9c\xc3\x5d\xf4\xe1\x47\x4d\xb9\xe7\x86\x11\x57\x15\x77\xf9\xe7\xd3\x29\x18\xad\x09\x7c\x23\x32\x06\x1b\x88\x34\xf6\x3a\x37\xbf\x17\xe6\x4f\xb8\x75\xf9\x0b\xf0\x43\x62\x8a\x0e\xa2\xe5\x6a\x23\xf1\xe0\xee\x52\x8b\x20\x65\x47\x24\xe6\x69\x0a\x31\x6c\xb9\xf1\x80\xf5\x3d\x5d\x89\x34\x7d\xc9\x32\x36\xd9\x73\x68\xf9\xe0\x6e\x09\x6e\xa7\x61\x78\x9b\x6c\x95\xbf\x2a\x5e\x45\xe7\xc5\x9f\x92\xfb\x0c\xa4\x42\xc9\x15\xe8\xbb\x78\x9e\x81\x35\x46\x82\x98\x90\x1a\x40\xe9\x42\x93\x72\x7b\xb2\x9c\x46\xde\x14\xe9\x37\x1d\xbd\xb7\x9c\x18\x65\x77\x0f\x77\xa5\x69\x1d\x5c\x24\xe0\xf2\x4b\x32\x3d\x97\x2d\x84\x95\xa3\x11\x0a\x4a\x2e\xe4\x92\x58\x88\x65\x41\xae\x5c\x5a\x20\x69\xe2\xdb\x98\x14\xcb\x1d\x72\x1c\x67\xd0\x5f\x37\xbf\x7d\x24\x4b\x13\x25\xa6\x7f\x6e\x98\x1a\x1d\x22\xbd\x0c\xba\xdc\x03\xcb\x00\xa5\x74\x69\x77\x50\x35\x19\x60\x2f\xb4\x06\x50\x6e\x01\x8e\x04\x07\x28\x57\x07\x77\xbd\x07\xde\x9d\x8e\x9c\x5c\xb1\xa2\x6e\x1a\x8d\xd0\xa8\x16\xbe\xc2\x84\xba\x40\xd7\xcc\xf2\x62\x3a\x1f\xcf\xf2\x19\x1a\xfc\x55\xcf\xfe\x6f\x56\x8f\x0c\xdc\x60\x6a\x4a\x63\x68\xe2\xd2\xd6\x56\xed\x66\xa8\x87\xdb\x34\x3f\x4a\x98\x54\x70\x3a\xfe\xea\x30\xbe\x09\xfd\xe7\xbe\xa8\xea\x0c\x3a\x43\x20\x8e\xaa\x69\x45\x94\x5d\x8e\x2c\x38\x64\x21\x5b\x3d\x48\xae\xe3\x25\x32\x4e\x29\xcd\x61\x42\x8e\x7d\x6f\x0c\x30\x9f\x96\x8a\xdd\x30\x75\x67\xa2\xf4\xb4\xee\x16\x80\xcb\xd2\xce\xc7\x1c\x71\x63\x01\x19\xa1\x2e\x7f\xeb\xb3\x27\xc1\x82\x4c\xcf\xc5\x85\xea\xbc\x2d\xc2\x61\x8f\x85\xdf\xa0\x85\x58\x82\x1e\x5b\x07\xe4\xf4\xbc\x4c\xfa\xb9\x0e\x1e\x23\xb1\xc4\x7b\xf2\x17\xdd\x79\xe1\x38\x92\x75\x9a\x3a\x4c\xd9\x68\xa0\x55\xae\x00\x6c\x1d\x64\xc3\x2f\x9d\x79\x9e\xb1\xa6\xd9\x0f\x89\xab\xdd\x34\x95\xfe\x80\xfd\xd4\xd0\xb6\x69\xc0\xa3\x69\xfc\x4c\x61\x81\x10\x66\x0b\xe1\x2f\xc0\x1e\x57\x9e\x03\x7a\xc6\xe6\xf0\x70\xa9\xe0\xd1\x0a\x65\x8d\x3f\xf5\xc8\x07\x43\xc4\xc9\x10\xfa\xdb\x42\xbe\xa7\xab\x37\xbb\x82\x77\xbd\x19\x47\x79\x47\xca\x7e\x35\x89\xf2\x17\x85\x5e\x9f\xda\x24\x01\xf2\x62\x8d\xdb\x6b\x40\xa0\x9b\x26\xdb\x4f\x18\x2f\xab\x7d\xcd\x6e\xe8\xb7\x74\xad\xe6\x26\xe3\x02\x1e\x88\xdc\x7e\x28\xc7\xe1\x76\x75\x95\x88\x6b\x82\x2f\xb3\xb9\x4e\xbf\x74\x15\x95\xb8\x34\xd5\x00\xd1\x62\x69\x9a\xfd\x64\x02\x9a\xc0\xdd\x35\xc1\x7d\x9e\xdb\xa8\xff\xfb\x09\xfd\xa0\x71\x76\xa6\xaa\xbb\x67\x1a\xbe\xd2\x95\xa9\x16\xaf\xc3\xfd\x78\x5c\x0c\x4a\xc1\x15\xe3\x7b\x7a\x30\x6c\x15\x30\xed\x9f\x14\x4a\x6c\x59\x89\x5c\x9e\xd5\x13\x03\x49\x25\x2e\xc9\xde\xf8\x92\xe5\x17\xd3\xf9\x2c\x1f\xcf\x90\x59\x06\x20\xb4\xe3\x19\xe4\x9d\xc5\x40\x10\x93\xf3\x17\xbd\x61\x25\x1e\x73\x0c\xd6\xcc\x91\xf1\x8d\x00\xa6\x04\x42\xc7\x59\x69\x9a\x55\x1a\xf9\x03\xc3\x70\xbd\x74\x17\xd3\x79\x75\x31\xcd\xab\xcb\x96\x9a\xfd\xc9\xb4\xac\xe0\x28\x58\x22\x3b\x18\xac\x01\x26\x2d\xa5\x3e\xef\x0c\x2f\xef\x8e\xdf\x10\xf1\x30\xde\x35\xe6\x78\x7d\x62\xac\xeb\xf9\x4f\xa6\x88\xe9\xd8\x84\x94\x73\xa7\x37\x38\xa9\x7f\xe9\x39\xa9\xbc\x69\x66\xb8\x20\xfe\x10\x0b\xcc\x50\xd3\x0c\x59\x9a\x06\x49\xc3\x29\x6a\x1a\xff\x3d\xee\x29\x33\x16\xc6\xb1\xaf\xe9\xb3\x00\xd8\x56\x16\x5c\x3d\x5f\x31\xa5\x81\x54\x44\xe8\x04\x60\xe6\x97\x00\xcc\x38\xec\x5e\xa3\xd6\x53\x02\xe7\x6e\x6e\x89\x1e\x5b\x77\x0e\xcf\xd0\x86\x5a\x6a\x4a\x13\x5b\x30\xd9\x5c\x5e\x4e\xd3\x54\x57\x20\x44\xa3\xdb\xe1\xf5\x8b\x08\x97\x79\x4c\x86\x79\x1a\x6b\xee\xdb\x04\x51\x89\x69\xd4\x6a\x47\x38\x9d\xe0\x49\xb9\x19\x85\x8f\x3e\x98\xe5\x1e\xb9\x84\xac\x37\xe2\xb6\x8d\x12\xd5\xcd\xdd\x49\xba\x2b\x82\x97\x2e\x0b\xd7\x42\xa9\x2e\x55\x64\x43\x4b\x1a\x2b\x48\x6e\x4d\xeb\xeb\x8f\x47\x0e\x03\xef\x11\xfe\xad\xf8\x84\xf2\xce\x69\xd8\x31\xdd\xe0\xfc\x87\x69\x64\x49\x59\xd7\x2b\x31\x02\xef\x1d\xc0\x05\x50\xbc\xb0\x12\xc8\xda\x92\xf5\x66\x17\x8f\xcc\xa3\x9b\xa6\x06\xe6\x80\xdb\x94\xae\xa1\x35\x6a\x6d\x74\x2d\xe7\xe0\x3c\xdb\x6b\x24\xca\x8b\x4d\x37\xe2\xd6\x80\x9e\x1f\x37\x94\xbf\x71\x11\x50\x51\x9a\x42\xec\x34\xfb\x2e\x30\x84\xf7\x4d\xc3\x21\x05\x8b\x80\x5b\x10\x98\x4f\xaa\x18\xcb\x7a\x6b\xbe\xbb\x06\x88\x81\xad\x45\xcd\xf8\x75\x65\xe1\x9e\x51\x41\xfc\x8e\xca\x6f\x2d\x93\x5f\xf6\xdb\x0b\x24\xff\xe7\xff\x91\xf4\xc4\x8d\x49\x10\x32\xee\xee\x23\x35\xe4\xca\xe9\x6d\x62\x16\x98\x62\x73\xfd\x7f\x9c\x7c\xac\xc4\xea\x95\xc3\xa0\x34\x7a\x14\xf8\x4f\x0c\xc6\x6b\x5a\xe1\x13\xa1\x36\x54\x3a\x78\xf0\xaf\x8d\x3c\xb4\xfc\xa8\x69\x29\xf8\xaa\x90\x77\xed\xa4\xc4\xb1\xe6\xa7\x88\x27\x09\x7d\x07\x53\x15\xd1\x54\x4d\xae\x9f\xb0\x88\x27\x3c\xf9\xf3\xe7\x8f\x32\x57\xc8\x4f\xd8\xd7\xb1\xaa\xba\x81\xd5\xa9\x7a\xc8\x09\x0b\xf8\x1f\xfa\xa4\xab\x52\x46\x31\x13\x6a\x52\x98\xc8\xa6\xfb\xd0\x3f\x52\x1b\x9e\x06\x83\xf7\x87\xb1\x4d\x0a\x6c\x8d\xd1\xb8\x30\x9a\xbc\x2d\x87\xb9\x6a\x81\xa1\x02\x06\x03\xc4\x4e\x51\xa1\x63\x6c\x85\x62\x47\xd9\x1c\x61\xf1\x89\x7e\xf0\x6b\x4b\xbc\x25\xfd\xf2\x47\x67\xaf\x42\x8d\x85\x0a\x04\x98\x4b\x46\xaa\x63\xaf\xe2\x7c\xe9\xcc\xf7\x63\x9a\x4b\x6b\x04\xd6\x46\xd1\xc9\xf8\xd8\xfa\x3b\x0d\x21\x9b\xe7\x9c\xdf\x98\xb8\x9d\xb8\xd4\x18\x12\xc3\x0a\x81\x1e\x4f\x00\xa0\xdb\xb5\x58\x65\xe1\xa3\xf0\xbd\xb2\x80\x1f\xac\x90\x60\x7e\x25\x6e\x99\x2f\xc7\x54\x31\xb8\x05\xf4\x72\x1e\xe8\x3f\xa9\x94\x4c\x42\x0f\xb5\xc3\x99\x45\x68\x69\x8b\x76\x09\x87\xc9\xd2\x85\x58\x9e\x67\x85\x41\x98\x64\x9a\x16\x80\x01\x35\x8d\x22\xc4\x7e\x11\xc3\x65\xe7\x59\xeb\x41\x12\x4a\xeb\x69\x79\x06\xa1\x2e\xa8\xc7\x3c\x23\x70\x4e\x6e\x68\x35\x4f\xa4\xaa\x92\xdc\x8c\x06\x33\x08\xa5\xca\x9a\x26\x1c\xe3\x21\xfb\x9e\x65\x25\xc2\xb2\x69\x8c\x96\x09\x21\x7c\xbe\xce\x39\x8e\x3d\x55\xd9\x47\xbc\xc4\x1b\xbc\xc3\x5b\xb2\xd2\xd8\xbf\x15\x11\xb2\x75\xa6\x11\x05\x54\x92\x2d\xde\x90\x1d\xd9\xc2\x19\xf5\xb1\xf7\x4b\xb2\xca\xd4\x78\x86\xad\x88\x10\x61\x18\x13\x71\x06\x42\x37\x64\x3b\xd8\x92\x12\x97\xe4\xe6\xb0\xb1\x75\xf1\x8e\x94\xe6\xbc\x1e\xec\x11\x80\x57\x9a\x82\xe3\x9c\x1a\xe1\x12\xc2\xfa\x6e\xf5\xff\x97\x9f\x69\x64\x29\xdb\x60\xf8\x32\x07\x71\xeb\x9c\xda\xe2\x0d\xa9\xfd\xd7\x45\x69\x3c\xa1\x98\xc2\x26\xcd\x94\x87\x0c\x84\xdc\xec\xd3\x54\x11\xb2\x4e\xd3\x6c\x47\xf6\x08\x67\x43\xd1\x34\xd0\xf8\x85\xd0\xff\xdb\x0f\x42\x84\x69\xce\x8c\x18\xc4\x2c\x06\xe9\x13\x64\xab\x6b\x15\x4d\x53\xda\x5e\x2e\x0b\xfb\xa3\x4d\xd2\x3b\xe4\x3c\xce\xda\xa9\x5e\xda\x2b\x6a\xb4\x41\x4a\x84\x37\x17\xf5\x68\xe6\xa6\xac\x47\x0d\xe3\xc4\xbb\xb1\xfe\x65\x67\x78\x40\x08\xfb\xd8\xbf\x94\xaf\xf2\xc2\x09\x5c\x54\xab\xb2\xa6\x8c\xca\x1a\x5b\x67\x0e\xab\xb3\x1a\x23\x65\x28\x85\x00\x3d\x33\x63\xd2\x7b\x6f\x54\xc4\xe0\xde\xac\xad\x2c\x6f\x67\x3e\x6d\x4d\xbc\x25\xbf\xf3\x6c\x83\x88\xfe\xb3\x43\xf8\x86\xc4\x6d\x6d\xe7\x9b\xf0\xaa\x8d\x66\x06\x7f\x9c\x50\xbe\xc2\x77\xa4\x74\xca\x6f\xdb\xf9\xd4\x48\xe6\xa0\x6f\x23\x29\x1e\x68\xf2\xf4\x06\x16\xfc\x0e\xf6\xf9\xc9\x3c\xab\xb2\x1b\xb3\x38\xf8\xa6\xdd\xe6\x1b\xbf\xcd\x55\x56\x63\x28\x8b\xef\xcc\xf9\xb9\x73\x59\x28\xef\x56\x35\x25\xc6\x6d\xa2\x2b\xe9\x7f\x9a\x6e\xf5\x41\xa9\x7d\x9a\xe9\xf1\xce\xb8\xc4\x89\xdf\xad\xd0\xf1\x0a\x53\xde\xc1\x45\xa4\x0e\x7a\x1c\x7c\x1c\x58\x41\x2f\x34\x0d\x73\x53\x54\x99\x9a\x5c\x55\x8c\xbf\xa7\xd2\x31\xe6\x87\xd3\x81\x6a\xdd\x1b\xd9\xb7\x08\x3c\xe8\x40\xf0\x3f\xfd\xba\x75\x1f\xda\x2f\x74\x0b\xdf\x17\x8a\x5e\x4e\xe7\xbe\x3d\x52\x53\xe5\x7b\x89\x83\xd7\x3e\xd0\x7a\x26\xc9\x50\x22\x08\x24\x62\xd4\x0d\x92\x03\x3a\xdd\x1f\xca\x4f\x66\x99\x87\xe5\xc1\x89\xd8\x0e\x42\x29\xb4\x50\xde\xb9\x8c\x0d\x83\x64\x4e\xc6\x1b\xbd\xa4\xe0\xaf\x27\x88\x50\x74\xd1\x45\xf4\x80\xc8\x87\xc5\xf7\x41\xe8\x41\x27\x5d\xe1\xd7\x22\x2b\x54\xcc\xa3\x28\x54\x27\xc2\x8e\xf1\x02\xe9\x1b\x57\x4e\xc0\x10\x24\x3a\x31\xb0\x71\x7d\xe4\x52\x8f\x31\x4e\x1f\xfe\xdd\xb3\x0a\x03\x8f\x88\xb7\x42\xbe\x7f\xcb\xc0\x29\xc2\x9e\x67\x0a\x66\x89\x6b\xa3\xf1\xe1\x9a\x44\x1a\x64\x2f\x96\x2e\xda\x4f\x9b\x11\xc8\x84\x22\xa7\xb2\x47\xce\x86\x46\x9f\x4f\xa7\xa1\x03\x78\x61\xe5\x43\xa7\x06\x0d\x88\xb0\x7d\x94\x2c\x06\x54\x83\xca\x70\x70\x97\x2f\xdb\x49\x6c\x8b\x0f\xdf\xb8\x35\x36\x31\x47\xf0\x9e\x50\x06\x3c\xd6\x7a\xde\xce\x8b\xa3\x1c\x58\x59\x0e\x49\xab\xc9\xde\xfe\x70\xae\xf6\xcc\x27\xd8\x55\xd2\x1a\xc8\xee\xd2\xfc\x1e\x94\xf3\x38\x93\x94\x79\xa5\xa1\x6c\x9c\x18\xdb\xa4\xae\x89\x06\xbf\x85\xf7\xa7\xeb\xba\xf5\x52\xfe\x0a\xbc\x8b\x65\xc3\xaa\x69\x86\x65\xd3\x54\xad\xd7\x88\xb2\xf5\xc2\x50\x85\x5e\x23\xca\xd0\xf0\x73\x45\xa6\xe7\xc3\x75\x9a\xae\x2e\x8a\x30\x9a\xe7\x9a\x14\x8b\xd5\xb2\xed\x6e\xb1\x5a\x0e\xd6\x69\xca\xac\x45\x60\xbb\xaf\x80\x5d\xfa\xa0\x5c\xf5\x9c\xe7\xe1\x5a\x39\x3d\xc3\x60\xcd\x2f\xc8\x43\x8b\x9e\xa6\x12\xd6\x1c\x6a\x60\xde\x69\xbe\xed\xf7\x0f\x9f\x13\x32\xed\x6c\x8b\xd5\x4a\x19\x8d\x82\xd3\xe5\xcf\xeb\xa5\xd7\x69\x85\x2b\x19\x9f\x5e\x60\xaa\x83\x1e\x2a\xc4\xc5\x73\x1c\xb6\xbf\xea\x92\x59\x8f\xdd\x81\xf1\xf0\xe3\x0a\x9e\xab\xd1\x08\x29\x50\x79\x5c\xa8\x25\x36\xfe\x60\xc0\x62\x24\xf0\xa1\x70\x8c\x44\x8b\xd2\x20\xd0\xad\xd7\x64\x08\xdf\x1e\x41\x08\xe7\x48\xd1\xc5\xf7\xea\xf2\xb6\xbd\x14\x0b\x33\x6c\xd5\xeb\x71\x41\xe4\x7c\x3c\xcb\xd5\x38\x0b\x80\x0e\xe3\x9c\x82\xcd\xc6\x7c\x46\x3f\xcb\x21\xf0\x59\x4d\xd4\x79\x7d\x59\x9c\x8f\xc7\x35\x5c\xa5\xfa\xc2\xf9\x4b\xf4\x2b\x65\x3e\xad\x8e\x07\x28\x75\xd7\x96\x6f\xb4\x8f\x23\xb3\x0d\x65\xd3\x98\xfa\xfe\xbe\x3b\xb5\x2a\x7b\x2d\xd6\x22\xdb\xdb\x4d\xd5\xcf\x4f\x10\x5d\xab\xb8\x7a\xc3\x7e\xa7\xe8\xdc\xa2\xc8\x1a\xa7\xbb\xac\x80\xe9\x48\xea\xf1\x0c\x73\x52\xb5\x2c\x45\xc7\x9f\xc6\x05\x11\x97\xdc\x01\xb4\xe7\x2c\xe3\x58\x8c\x67\x28\x18\x94\xe7\xa9\x90\x42\x1f\x13\xb3\xb2\xb8\x40\x79\xe5\x3e\x10\xe6\x06\x18\x09\xac\xe2\xc0\xfb\x70\x04\x8d\xa1\x2d\x2e\x9c\xde\x98\xc6\x5b\xc7\xb3\xa6\x11\x70\xf4\x9a\x46\x5c\x12\x16\x38\x85\x13\x17\x2e\x88\xe2\x40\xc6\x37\x22\xea\x1d\x26\x3f\x1a\x89\x83\xe1\x85\x67\xbc\x05\xc5\x02\xe1\x22\xb0\x5e\x57\x91\xaf\x1f\x1f\x23\xb4\x75\xb8\x15\x58\x8e\xc7\x65\x8d\x53\xd0\xd0\x73\xd4\xf8\xb8\x81\xae\x4b\xa9\xb2\x7d\xee\xe3\xf0\x84\xad\x2a\x78\x9c\x6e\x1d\x90\x40\xbc\x72\xa7\xfc\xa3\x89\xa8\x9d\xa4\x09\x4e\x34\x21\x83\x25\x31\x91\x92\x27\xdd\xe8\xbe\xf3\x13\xe9\x99\x42\xb9\x72\xfe\x36\x21\x05\x73\x72\x0f\x14\xd6\xae\x90\x35\x7d\xc1\x55\x26\x43\x63\x61\x64\x4d\x9e\x8e\x73\x0d\x23\xd0\xcb\x56\x58\xfd\xaa\x78\x65\xcd\xc0\x50\xd3\xb8\x4f\x83\xa5\x5a\xb6\x5b\x1c\x94\x11\xe1\x80\xcf\xb1\x0e\x57\x58\x88\x71\xfb\xd4\xc4\x96\xb9\x81\xd5\x75\xbc\x27\x0f\xc5\xfd\x1b\x43\xeb\xe3\xe3\xf8\x1b\x6d\x6b\x9b\x4f\x6a\xcd\x6e\x76\x4f\x73\xdd\xdd\xde\xa9\xc0\x84\x9f\x3a\xfe\xa8\xdd\xea\xfb\x6d\xb1\xcb\xfd\xa6\x82\xae\x24\x2c\x4e\x90\x06\xdf\x87\x4e\xcc\x39\x7a\x64\xe1\x0f\x8d\x5b\xfb\xfe\x87\xda\xaf\x17\x7c\xd9\xdf\x87\xce\x31\xfd\x3c\xd0\x07\xa8\xe9\xd9\x6e\x90\x07\xf4\xff\x6a\x37\xd8\xb0\xe4\xf3\xe1\x34\x80\xdb\x5b\x75\xc4\x68\xbd\xd6\x49\x77\x06\xaf\x83\x8c\xc0\x16\x4b\xb5\x8a\x2b\x27\x7c\x47\x1e\xe1\x78\xe8\x68\x57\x8d\x03\x3e\xe3\x94\x78\x79\x14\x4f\xe6\x01\x8f\x58\xea\x92\x18\xa7\x58\xaf\x74\x47\xf6\xe7\xc8\x38\x09\x9d\xcb\x1c\x22\xfb\x07\xa6\x16\x76\x0e\x16\xb3\x7b\xca\x0c\x93\x04\xe6\x20\xd1\x80\xa7\xe9\xd0\xb8\x8c\x9a\x73\x62\x18\xbb\x69\xca\x03\x9f\xb0\xe0\x3a\x8d\x63\x89\x8d\x37\x6e\x6f\xc4\x12\x87\x35\x47\xd6\xb6\xab\x4f\xc7\x46\x77\xa9\x89\x2e\x85\xa2\x00\x02\x3d\xfe\xbb\xe8\xed\xd9\x5f\x94\xd3\x09\x86\xd1\x99\xc9\xd9\x40\x5c\x8c\x70\xe3\xc8\x8b\x80\x1f\x2f\x8e\x5a\xb7\xfe\xe0\x32\xc3\xf8\xca\xf8\x4d\x74\x42\x10\xb6\xe1\x9e\xc1\x55\x17\x3f\x18\x3f\xd0\xb6\xc9\x9d\xca\xb8\xe9\xcc\x9e\x27\x50\x22\x34\xb1\xd1\x72\x8e\x25\x2d\xad\x2a\xa6\x3e\x67\x2c\xb8\x26\x36\xc0\xab\x3b\x4f\x6c\x62\x7e\xe0\x4d\x51\x9b\x7b\x58\xe7\xc3\x59\x70\xc6\xae\x55\x28\x5f\x50\xb6\x38\xe8\xc9\xe8\xd7\x16\x9e\x1f\xbc\x27\x72\x94\x71\xf0\xe0\xd4\x6a\x36\x41\x3f\xc7\x0e\x58\xe6\x35\xb1\x79\x8b\xfd\x32\xcf\xd4\x44\x8f\x15\x1c\x1c\xe8\x1f\xd6\xc5\xa3\xc1\xc9\x4e\x98\xd2\x22\xac\x26\xed\x70\x9b\xe6\xa4\xab\xef\xde\xb0\xa7\x8c\xf0\x34\x05\x00\x68\x9d\xcc\xbb\xbb\xb6\x71\xed\xf1\x34\x6d\x53\x6f\x8d\xbb\x57\xd6\x7a\xd7\xeb\x94\xd7\x84\x83\xd1\x37\xea\x54\x22\x6c\xd0\x0a\x05\x55\x57\xc1\x17\x9e\x17\x3f\xa9\x3a\xd3\x28\xcf\xf4\xbc\xf6\x88\xee\x78\x06\x96\x35\x96\x57\x5e\x18\x7f\x36\xc5\xa2\x1e\xcd\x96\x03\xa0\x4a\x8a\xab\x3a\xdb\xb7\xbe\x28\x2d\x75\x7d\xf9\x24\x4d\x85\xc1\x83\x7d\xee\x08\x3c\x55\xa2\xc7\x4f\xc6\xd6\xd5\xec\xc1\x96\xf0\x1c\x56\x97\x0e\x54\x11\x38\x07\x36\xbb\x11\xaf\x34\x5c\x98\xac\x26\x27\xd4\x55\x30\xa8\xaf\x2b\x38\x6b\x20\xd2\x75\x6e\x38\x71\x45\x9c\x72\x7a\x49\x40\x59\x1d\xaf\x03\xfd\x75\xbd\x7a\x9f\x11\xb2\xf7\x2a\xc0\x2d\xe6\x68\x42\xf9\xff\xf1\x7c\xa5\x57\x02\xbc\x22\x57\x69\xfa\x56\x58\xf1\x8d\xf5\x0c\x66\xcd\x8b\x8c\xab\x0d\x88\x25\x3c\xaa\x10\x3a\x47\xe3\x71\x05\x1b\x70\x1e\x65\x95\x17\xf6\xf3\x39\x5f\x7d\x52\x5b\xa5\x6e\x6b\x34\x02\x82\x15\x3c\x07\xfe\xbb\x73\x52\x5e\x1a\x2d\x7c\xd3\xd6\x38\xac\x84\x18\xd9\x87\xbe\xde\x4e\xd9\x84\x3b\xb7\x6e\xe2\x94\xeb\x61\x64\x39\x44\xdf\x09\xf0\xd5\x52\xa2\xa3\x63\x33\x60\x64\xe3\x04\x61\x9b\x85\x37\x0f\xe0\xf3\x8d\x3f\x48\xf9\x74\x99\xff\xaa\x0c\xb5\xc3\xe2\xa6\xfa\x46\xd5\x34\xbf\x2a\x23\xba\xd0\xf8\x48\xd3\x30\x83\x88\x34\x8d\x9e\xb5\x51\x94\x1f\x94\xa4\xc2\xd5\x98\xcc\xf0\xda\x59\x24\x1c\x60\x6d\x66\x33\x40\x8d\x8f\x2d\x96\x2d\x4e\x55\x97\x92\x52\xde\x34\x56\x46\x0d\x5f\x93\x4a\x5c\xb3\xb2\xa8\x7e\xfa\xf2\xbb\x17\x4d\x73\x9c\xe6\xcb\xad\xe8\x0d\x2b\xa9\x29\x36\x0c\x2d\x4f\xf5\xf5\x03\x1f\xcc\x3f\xf9\x07\xeb\x27\x11\xa0\x80\x80\xfa\xd5\xbb\x82\xb7\xb8\xdf\x49\xe0\x82\xb9\x5e\x21\x85\xa7\x78\x76\x72\x85\xbc\x4e\x8c\x0d\x9f\xa0\xaf\xa2\x11\x78\x8c\x2d\x12\x77\x39\x3b\xb4\x71\x22\xce\x94\x7d\x27\x8f\xe7\xf6\xf8\x68\x6a\x98\x77\x8a\xfd\x7c\x54\x4c\xa7\x78\xb0\xaf\xd1\x4f\x05\x9d\x3e\x92\x16\xdf\x54\x66\xc3\x1e\x49\xac\xc4\x2e\x57\xfa\x6e\x3f\xe2\xde\x0b\x86\xbd\xf3\x8f\xb8\xbe\xee\xad\xaf\x7e\xf7\xda\x20\x43\x16\xdf\x57\xe0\x7c\x63\x4d\x38\xf1\xfc\xe4\xae\x5b\xfb\xd6\x3f\x76\xb6\x21\xfb\xa3\x93\x89\xbc\x6d\xf3\x43\x07\x73\x7f\x6a\x91\x0f\xc1\x7d\x1b\x56\x9a\x8c\x63\x4d\x33\x34\x87\x32\x4d\x87\xf6\x54\x5a\xde\xcf\xee\xe8\xbe\x45\x43\x59\x4c\x97\x03\x46\x76\x73\x8b\xad\x1b\xde\xa5\x45\xce\x8d\xa0\x2a\x8a\x6e\x0d\xeb\xb6\x03\x2e\xa6\x5d\xb5\x9d\x5d\xb5\x83\xbe\x48\xba\xc3\x2d\x84\xb3\xdd\x8d\x0d\x9c\x84\xa2\x37\x84\x39\x78\x1a\xa4\xde\x91\x6c\x3b\xba\x41\x8f\x9f\xe0\x6b\xf7\xb6\x75\x1e\x10\x00\x52\x06\xd2\x5d\xfb\xa5\x49\xd3\x61\x76\x77\x71\xbd\x58\x2d\x11\x40\xbf\x73\x30\x63\x27\xab\xf9\xf5\x62\x35\x9e\x2d\xf3\x29\xfe\x95\xe8\x5c\x7c\x6b\x49\x90\xcc\xaf\xf0\x7a\x6e\xd7\x26\x37\x8b\x85\xdc\x70\x82\x59\x67\x46\xa6\x60\x0a\x43\x7d\xb7\x9e\x51\x61\xbd\x0e\x57\x6e\x0d\x7e\x3d\x0c\x8e\x40\x42\x76\x3b\xb9\x12\xd7\x7b\x78\x1a\x06\x9f\x20\x47\x85\x1a\x52\x89\x1d\xd9\xe2\xdb\x89\xb4\x3c\xfa\x1b\x7f\xa3\x6e\x0f\xfe\x51\x41\xa6\x65\xc0\x0c\x1c\xba\x40\x6a\x84\xb0\x99\x6f\x1d\x4e\xa7\xb6\x4c\x66\x3d\x5e\x36\xaf\xa1\x07\x50\x6f\xf1\x1b\x08\xa9\xf6\x77\xed\x36\xf3\xf0\x81\x76\xbc\x58\x30\xce\x54\x8f\x97\x24\xb5\x61\xb5\x06\x1a\xc6\x90\x0d\xdb\xd0\xaa\xd6\xdf\x14\x79\x4a\x33\x1f\x19\xd5\x59\x06\xba\xc0\x2f\x9d\xe8\x0e\xb5\x8b\x6e\xa5\x44\x26\x31\x35\x0a\x34\xbd\x2a\x9a\xe8\x8a\x92\x7b\x67\x76\x9e\x0f\x67\xc6\x48\x1c\x22\x12\x79\x4d\x83\x3a\x43\x07\xac\xfa\xac\x1c\x81\x8f\x1a\xdb\x4d\x9e\x32\x86\x64\x93\x9b\xa2\xda\x53\x72\x6c\xd8\x8e\xef\x44\xc6\x10\xf2\x02\xa6\xa1\x8c\xaf\x3f\xab\xe9\x33\xb1\xbb\x7b\xb6\x77\xb4\x93\xd5\xcb\x7b\x4d\x33\x89\x06\xf1\xf8\xa7\x66\xfc\x06\xe5\x3d\x60\xb0\x58\x07\xf7\xc0\x77\x3b\x3a\x97\x93\x3a\x9a\x55\xab\x05\x08\xc6\x44\x02\xe5\xdd\xd9\xb8\x41\xf3\x13\x63\x3e\x44\x1d\x40\xb8\x81\x1e\xe3\xf4\x29\x3a\x1c\x68\x7f\xdc\x51\x8e\xdb\x8c\xc0\x6d\x2a\x18\x42\xb2\x8e\x53\x23\xf0\xff\x65\x62\xcc\x1a\x0b\xfc\x88\x2d\xa7\x61\xd8\x25\xf9\x77\x8d\x53\x86\x26\xa7\xb0\x43\x91\x0d\xaa\x73\x1a\xba\x13\x55\x95\x05\x71\x6b\x8d\x2d\x7a\xec\x6b\xc1\x1e\x9f\xa6\x01\xa3\x7a\x09\x81\x08\x7a\x8d\xf2\xf5\xc2\x4f\xd6\x45\xad\xbe\x83\x56\x83\x66\xf5\x02\xe1\xda\x7f\x89\xdd\x9d\xfb\x6c\x83\x64\xf5\x74\xce\xd1\x7d\x2d\x81\x8c\x69\x1a\x18\x05\xff\x58\xe7\xc6\x1d\x87\xeb\x39\x60\xf6\xe0\xc4\x48\xaf\x01\x35\x0c\xfb\x50\xb6\x0f\x85\x9a\xe6\x07\x4d\xf9\x05\xa3\x36\x06\xba\x70\x4e\xba\xd5\x9c\x85\x2e\x5c\x12\x03\x7c\xb2\x64\x2d\xc5\x36\x41\x03\xd5\x9a\xf6\x82\x52\x91\xfb\x30\x27\xcd\x87\xcc\x0d\x72\x88\x15\xf7\x51\x63\x26\x9d\x4b\x50\x73\x7b\x4b\x3f\x00\x09\x1a\x76\xa1\x44\x82\xf0\xbd\xf7\xaa\x98\x47\x2a\x15\xae\xb9\xe4\x80\x0e\xbd\xd3\xa0\x7c\x15\x4f\x22\x1a\x6a\xe6\xce\x03\xfe\xb4\x41\xc3\x21\x02\x7f\x40\x5d\xb5\xa4\x13\xae\x81\xca\x2d\xee\x09\xaf\xae\x41\x9c\x23\x91\x02\x8e\xb8\xb8\x31\xea\xab\x3f\x32\xb5\x31\xb3\x77\xaa\xea\x6f\xcd\xaa\x1c\x2b\xdc\x1a\xc1\x3e\x02\xd7\xee\xee\x42\x9d\x42\xbd\x8a\x20\x2a\xc0\x29\xd4\x4b\xdf\xf8\xb7\x62\x17\x6a\xc6\x04\x42\x9a\xbe\x30\x68\xe3\xd9\x14\xec\x95\x76\xa3\x02\x9e\x6c\xe1\xa4\xd0\x13\x05\x1a\x7a\x9f\xd4\x94\xe1\x85\x41\x4b\x80\x2f\x18\xfd\x90\xb1\x95\x46\xb7\xd6\x21\x07\x1c\x29\x8b\x9d\x78\x4b\x02\x5b\x96\xc1\x6f\x22\x14\xdc\x19\x46\x45\x2d\x64\x8d\x30\xe4\x84\xa1\x56\x8c\x66\xaf\xf9\x34\x52\x74\xe3\x87\xf9\x2d\x04\x1e\x09\xdf\xa4\x40\xe3\xc6\x16\x30\xda\x36\x3d\x65\xac\x53\x39\xb3\x16\x36\x1c\x23\x96\xb4\xa6\xf1\x43\x08\x8f\x96\x31\x91\xe7\x1a\xe6\xbe\xa4\x7c\xff\x1d\x85\xfd\xb1\x33\xd3\xaf\xb6\x3f\x53\x8c\x70\x27\xe5\xeb\x35\x35\xb0\xfa\xec\x21\x50\xb7\xac\x6c\xd6\x31\x95\xd9\x93\x4c\x91\xbf\x89\x34\xcd\x02\xbd\xb2\x71\xac\x84\x06\xae\x30\x32\x49\x78\xf4\x3c\x86\x28\x28\xfd\x0c\xa1\x79\x32\x4e\x72\xd9\x34\xdd\x52\x83\xe8\xe5\xb6\x2f\xcb\x1e\xf3\x6e\x00\xe9\x3b\x91\x45\x25\x8d\x27\x79\x80\xed\xd9\xb1\x4b\x81\xbd\x95\x2f\x69\x9c\xa7\x33\xd7\xbe\xfe\x92\xe4\xc1\xd6\x8c\x56\xe8\xe0\xa4\x57\x03\x75\x38\xe0\x6b\xaa\xbe\x62\xb4\x5a\x1d\x3b\xe1\x3a\x8b\x7a\x3c\xe0\x7a\xbf\xdb\x09\xa9\xea\xb7\x62\x5f\x6e\x8e\x8b\x0f\x67\x07\x0c\xb3\x0e\xb3\xd8\x3a\x4b\xb8\xb0\x7a\x60\x43\x7f\x8c\x1d\x6c\x90\xd6\xeb\x8a\x46\xd4\xb7\x4d\x63\x22\x0b\xc5\xcb\x85\x94\xbc\xbb\x8f\xe7\xee\x82\x6d\x97\x85\x2a\x37\xd9\xcf\x02\xbc\x7a\x5d\x55\xfb\xc8\xd1\x57\x5c\x45\xe7\x66\xee\x88\x7e\xe7\x74\x9e\xba\xc5\x8f\xef\xc1\xa9\xa3\x3f\xd5\x4d\x95\x94\xdd\xd0\xd5\x57\xdd\x39\x43\x9d\xba\x12\xb7\xe6\xf5\x3c\x60\xf7\xbb\x1f\x98\x0e\x68\xe8\x99\xa2\x69\xfc\xa7\x91\x8b\x77\x56\x4c\xe7\x39\x95\x81\x4e\xe4\x72\x0b\xf2\xc1\x48\xa0\x73\x08\x69\x38\x1e\x0d\xe7\xdd\xe3\x7e\x3c\x24\x8d\x34\x9a\x71\xa9\xd8\x63\xc6\x14\xab\x68\x64\x4f\xa6\x1d\x5f\x76\xee\xd1\x69\x1a\x3a\xcf\xd4\x91\xbb\x8d\x60\x08\x28\xcf\xe8\x71\x83\x7f\x9a\x62\x89\xec\x33\x74\x72\xb5\xcc\xd3\x13\x6d\xae\xc3\xb1\xfd\x55\x01\x2d\x81\x7e\xa8\x03\xc6\x19\x1d\x5f\x60\xff\x26\x32\x85\xd2\x74\x28\xd3\x74\x18\xfb\xf3\xd0\x9b\x11\xbb\x06\xa2\x27\x5c\x03\xb9\x46\xdf\xd3\xbb\x37\xf4\x9f\x71\xb0\x38\xae\x49\x38\x7d\x5d\x01\xae\x81\xba\x94\x1e\x44\x0f\x78\xf3\xd5\x2c\x15\x6b\x30\xc0\xa3\x6b\x4d\x08\x6f\x9a\x9b\x34\x7d\xbc\x78\xb7\x5f\xff\xf7\xe9\x74\xac\xff\xac\xd7\xcb\xc7\xc6\xbb\x0d\x47\xc7\x0c\x78\xa3\x74\x0c\xa7\x3f\x73\xa1\x32\xbd\x13\x99\xd0\xb5\x41\x4d\xab\xaf\x84\x7c\xd6\x2e\x5c\xeb\x28\xba\xdc\x14\xf2\x99\x71\x02\x64\xdc\x06\xfc\xf9\xc9\xf4\xb3\x21\x61\x4d\x23\x01\x8e\x26\xff\xd7\xff\xf6\xbf\x27\x08\xff\xf9\x4f\x7f\xfa\x13\x21\x0c\x85\x40\xc4\x75\xec\x4e\x33\xfd\x40\xcb\x67\x62\xbb\x2d\xf8\x2a\x4b\xf6\x7c\x25\x12\x74\x08\xfc\x06\x79\x0d\x4a\xc6\x7d\xdc\x5d\xec\xcc\xf6\xd0\x79\x7d\xb1\x4f\x53\x19\x8e\xa7\x06\xe3\xb4\x28\xe1\x1c\x8d\x46\x4e\x52\x0b\xc7\xd9\x8e\xe7\x48\x02\x0e\x5e\xdd\xb8\x35\x00\xa9\x11\x76\x1d\x8e\x2d\x25\x51\xb5\xe7\x61\x9e\x3c\x32\xbf\x69\x62\x34\xa6\xfc\xa0\xf4\x5b\xa1\xdf\x08\xe7\xce\x08\xc8\x8a\xcb\xf1\x6c\x6e\xb7\x9e\x54\xff\x37\x6f\x6f\xb6\xdd\xc6\x91\xfc\x0d\xde\xe3\x29\x88\x3a\xfe\xea\xab\x34\x12\x10\x20\xb7\xff\x4b\x91\x49\x1c\xd9\xa2\x6c\xb7\xb5\xb5\x29\xd9\x56\x43\x68\x9d\x22\x90\x20\xca\x2a\x54\xa2\xb3\x12\xa4\x68\x02\xd7\xf3\x0e\x73\x39\x8f\x36\x4f\x32\x27\x23\x72\xab\x05\x94\xba\xff\x33\xa3\x0b\xb1\x90\xfb\x1a\x19\x19\x19\xf1\x8b\xda\xa9\x95\x86\x3f\xcb\xb0\x8a\x38\x4e\x8a\xa3\x3c\x5b\x2b\x86\x71\xcf\x5f\x86\x91\x28\x37\xe5\xff\x0e\xbf\x69\xe1\xab\x28\x3a\xec\xd6\x1b\x96\x2f\x5b\xe4\x2d\xd8\xdc\x66\x85\xe2\xde\xb7\xc7\x50\x7d\xf3\x93\x03\x15\xe5\xcf\xfc\xee\xb5\xe4\x55\x8d\x54\x7e\xf6\xf0\x32\xae\x64\xdd\x55\x44\x17\x14\x2c\xce\x07\x6e\xdd\x78\xe5\x96\x81\x66\xaf\xf2\x14\x63\xc7\x76\x12\xee\x42\xb4\x60\x65\x97\xfb\xf4\x7c\x95\xec\xe2\xb8\xbf\x20\xf7\x32\x38\xac\xc2\x0b\xe7\xab\xb0\x1d\x71\x3c\x9c\x30\x5d\x99\x41\x65\xd2\x84\x27\xcb\xcb\x0a\xa0\xe3\xbf\x52\x89\xa4\x3f\x70\x92\x40\x3c\x7d\xca\x93\x1d\xd1\xf7\xd3\x1e\x2a\xc3\xd8\x8b\xe1\xa2\xaa\xf4\x3c\x82\x46\x60\xfd\xc4\x31\x31\xbd\x23\xe1\xac\x43\x89\x37\x32\x38\x72\x9f\x65\x9f\x43\x75\xf3\x07\xca\xf3\x20\x41\xe3\x50\xcd\x17\x7f\x19\x05\xe1\xc4\xe2\xf0\xbe\x1b\xae\x81\x67\xfe\xd6\x28\x05\x07\x3e\x15\x30\xc1\xef\xc3\x35\x72\xc2\x36\xc5\x9f\x43\xd8\x38\xe9\xc9\x64\x3c\x1e\x9f\x9e\x78\x7f\x15\x90\x4d\x4c\x23\x79\x7d\x95\x25\x8f\xbf\xfd\x96\x9e\xf8\xff\x46\xe3\x6f\x49\x94\x46\x4a\x66\x65\x85\x62\xbc\x88\x0c\xa2\x06\x32\xd2\xe9\x09\x22\x0f\x0d\x4d\xfb\xc7\xad\xf8\x36\x46\x92\xd8\x66\x8b\x5c\xdd\xa5\xba\x86\xd3\x93\x55\x5e\x28\x2e\xd3\x93\xac\xd8\xae\xb3\xc4\xc4\xb1\x6f\xc9\xa9\xbe\xf9\xa2\x18\xd1\xcb\xa9\x45\x51\xbc\x43\xf6\xb5\x0e\x2b\x59\xc5\x71\x2d\xd1\x1b\x81\x18\x9e\x5b\x50\xd9\xa8\x11\xe7\x4e\xc1\xce\x7e\x9f\x58\xe9\x45\x4d\xa8\x71\x12\xe1\x4d\xae\x79\xce\xe9\xd3\xb5\x6c\x13\x73\xbf\x44\x11\x19\xf5\x4d\xbe\xe1\x62\xa7\x92\x72\xb4\xe4\x0a\x2d\x26\xb0\xce\x27\x7a\xef\xb9\xdd\x79\x93\x10\x7a\x4b\xee\xff\x99\x5b\xb7\x7f\x9b\x10\xba\xf4\x6f\x79\x82\x7d\xa3\xd1\x46\xec\x2a\xbe\xdb\x46\x74\x43\x68\xc5\x95\x2d\xfe\x8e\x3e\x1e\x93\x43\xef\x5d\x67\x42\x83\x1b\x19\xa6\xfe\x36\x44\x60\xb8\x49\x02\x59\x7d\xee\xef\x32\xf8\x66\xe2\x6e\xef\x1d\x83\x46\x05\x9e\x49\x83\x84\x4f\xcd\xe8\xa5\x51\x44\x7a\x76\x24\xa3\xff\xfb\xff\xf8\x3f\xbd\x54\x48\xd0\x70\x64\x39\xe8\x57\xea\xdc\xb4\x59\x27\x9b\x84\x41\x17\xe5\x92\x09\x7f\x46\x3d\x30\xe4\xc1\xfb\xe8\x5d\x62\x54\xfd\xba\x66\x4e\xf3\x4a\xdd\x1b\x7d\x49\x9b\x5b\x75\x45\xad\xb4\xbb\xf4\x40\xb6\xd5\x28\x04\xc4\x4d\xba\x08\x1c\x2b\xec\x55\xb0\x3d\xa2\xa0\x53\x8d\xc5\x12\x98\xfb\x9e\x01\xa6\xa5\x55\x38\xed\x5d\x7d\xf5\x9d\x85\xe7\xae\x66\xd9\x71\x5c\x1f\xb8\xf3\x71\x1c\xc3\x18\xb3\x70\x55\x4f\x81\x60\x2e\xac\xdd\x92\x5e\x8a\x89\x24\x29\x1f\x0c\xce\x26\xe3\x69\xd7\x52\x65\xc1\xea\xa9\xe8\xb7\xe3\x31\x49\x1b\xbb\xea\xd0\xfb\x7c\xbe\xc7\xe3\x31\x39\x1c\x34\x63\x8f\xfc\x9e\xb1\xac\xad\x9d\x31\x7c\xbf\x0f\x19\x1a\x80\x1e\xf6\x3e\x0f\xd2\x0f\x82\x96\x9c\x2f\x2b\x83\x11\xe3\x80\xd1\x52\x7d\x39\x0a\xe5\xc6\x84\x7e\xfc\x17\xa5\xc8\x46\x84\x3c\x5a\xe6\x37\xc6\xbf\xd2\xd3\xfc\xc6\xcb\x88\xf3\xff\xf7\x65\xc4\x0d\x69\xa8\xb4\x6e\xbe\xfc\x25\x38\xb2\xb6\x25\x3a\xe5\xbf\x2a\xf2\x55\x0f\x89\x7c\x55\x97\xc8\x17\x0c\xcc\xb7\x5c\x66\x50\x79\xc8\xc3\x35\x65\xc1\xce\x24\x7e\xac\x0f\x5a\xfa\xd9\xa6\x6b\xb6\x07\x15\xc5\xea\xf0\xa2\xfd\x2d\xe9\xc0\x0b\x6d\x82\x8e\x02\x29\x05\xd8\xd1\x76\x5c\xd5\x01\x48\x4a\xdb\x52\xf3\x40\xb3\xbf\xb4\x4f\x03\xb5\xc7\x00\x59\x53\xf3\x40\xb5\xb7\x86\xec\xb9\x2b\x49\x28\x85\x3e\x2e\xb3\x37\xaa\x98\xce\xe4\x29\x5b\xa8\xfc\x86\x5f\x20\xe4\x78\x0f\x84\xe3\x21\x39\xaf\x8f\x7c\xbb\xd2\xba\x63\x18\x2a\xdc\x85\x9d\x00\x65\x3f\x1c\x2e\xb9\x0e\x7f\x97\x27\xe5\x97\x09\xaa\x8d\x08\xb4\x7c\x58\x92\xcb\x03\x4d\xd4\x4c\x65\x3d\x43\x60\xbd\x64\x96\x17\xa9\x3f\xff\x74\x92\xb4\xa4\x50\xca\x53\xf8\x3e\x78\x0c\x0d\xcf\xc9\x79\x91\x92\x40\x11\xf1\xf3\xbc\xe4\x49\x0d\x37\xd4\xf2\xfc\x25\x0d\x64\x82\x0e\x3f\x74\xe8\xee\x2d\xa4\x27\xc0\xbd\xb4\x38\x63\x2e\x16\x15\xf0\x3d\xdf\xce\x0b\xf6\x14\x00\xa8\x42\xa8\x51\x01\x80\x5d\xb5\x90\x81\x2f\xd5\x49\x88\xeb\xc3\x63\x5d\xee\xd6\x07\x36\xa8\x4b\x0f\x80\x19\xaa\xce\x02\x1a\x22\x66\xee\x1d\x07\xba\x32\x7a\x12\xb0\x0a\xa0\x24\x26\x47\x6e\x2c\xf7\xfb\x47\xef\x77\x8f\xc7\xe3\x2b\x73\x23\xc5\x24\x28\xf2\x0f\xaa\x7d\x60\x51\xa1\x8f\x9a\xe5\x7e\xaf\x10\xf1\xfc\x7b\xdf\xae\x44\xd6\x85\xd7\x4c\xd6\x07\xd1\x4a\xb3\xf5\x5a\x0b\x56\x8e\x12\xbb\xc5\xba\x43\xfa\x6f\x7c\xc6\x07\x15\x5c\x94\xcb\x24\xc8\xd8\xf1\x3a\xa3\x42\x11\x41\x5f\xd6\x64\x04\x71\x8c\x52\x0d\x73\x04\x68\xd6\xed\x67\x95\x00\xf9\xae\x89\x6b\x64\x82\x10\xfc\xc1\xd0\x6f\xef\x22\x9a\xbb\x9f\xba\xd2\xfc\xcb\x44\xf2\x4e\x4c\x44\xfb\xce\xac\xfc\xc4\x48\x38\x9c\xcc\xad\x26\xf5\xa0\xfc\xb8\xcc\x19\x8c\x3b\xcc\xad\x2e\x80\x4f\x0a\xe0\x0c\xe3\x38\x49\x4c\x51\xfb\xbd\x03\xbe\xd7\xe5\xbd\xc6\xed\x12\xc8\x49\xa9\x8b\x7b\xb1\x2b\x54\xbe\x2d\x78\x40\xa7\x39\x21\xd8\x8e\x66\xbe\x76\x27\xbd\x7e\x6d\xad\x70\x2f\x19\x6f\x6d\xd8\x92\xbd\xe1\x6e\x60\xb8\x41\x81\x78\x89\xee\x3e\xb3\x00\x36\x54\xd3\xda\x5a\xca\x95\x45\x0f\xb5\xdf\x26\x5d\xcf\x02\x49\x8e\xae\xb2\xe5\x7e\xdf\xcf\xf7\xfb\x1c\x3f\xc7\x80\x06\x75\x87\x38\x51\x1e\x71\xcd\x46\xdc\xb8\x08\x00\x40\xb3\x5a\x61\xaf\x7d\xa5\x2e\x0b\xcd\xea\xc1\x90\x01\xe4\x41\xfb\xbd\x03\x82\xe8\x9a\x1a\xba\x63\x1c\x4f\xbd\xef\xc5\xae\x54\x71\xec\x21\x7d\x9d\xc0\x06\x0d\x4c\xfa\xa6\x9c\x82\x55\x33\x0f\x95\x32\x77\xda\x1c\x0b\x56\x80\x6a\xe9\x14\xff\xcc\xf0\x8f\x4f\x98\x42\x40\x2f\x63\xf7\xa5\x58\xf2\x74\x31\x5b\xf8\x38\x8a\xaa\xd8\x61\xe0\xe3\xf9\x30\xf8\xf5\xcd\xfc\x60\xa1\x9a\x4d\xfe\x6a\x36\x9e\x87\x2a\xad\xb3\xc7\xae\x94\xf1\xa1\xa7\xe4\xdd\x3d\xde\x93\x5f\x0b\x83\x92\x49\xad\x9f\x5e\x9a\xf9\x0f\x1d\x51\x93\x08\xaf\x40\x87\xdf\x2f\xe3\xda\xf2\x9f\xea\xa3\xde\x68\x92\x35\x4b\x25\x74\xe5\xe2\x96\xfb\x3d\x1f\x65\xcb\x25\x22\x23\xaf\x40\x70\x69\x8e\xb7\x27\x45\x01\xa1\x15\x1c\xfa\x61\x1a\xba\x43\xef\xee\x9a\x6d\xf1\x8b\x6e\x1a\x24\xda\x81\x9f\x52\xdc\x18\x9a\x22\xfd\xe0\x11\x67\x41\x51\x11\x39\xcc\x0d\xdf\x5c\x71\x19\xac\x76\xcd\x9c\x36\xd3\x1f\x91\x29\xd7\x6e\x77\x4d\x54\x5b\xd2\xc6\xb9\x3d\x42\x88\x79\x03\x0c\x37\x7c\x4b\x32\xec\xb1\xa6\x78\x06\xda\xa9\x8b\x33\x7b\x18\xb2\x06\x08\x20\x5c\x0e\x69\x37\x85\xa8\x31\xc4\x7f\x88\xa4\xb9\xf2\x8f\x3e\x81\x35\xd2\x1d\x7d\x10\xd3\xec\x7e\x63\xa0\xbf\x90\xf6\xf4\xba\x70\x89\x6b\x64\xa6\x1b\xa4\xb8\x4e\x7c\x68\x07\x66\x71\x48\x81\x3a\xf1\x8b\x6b\x64\x49\xdf\x41\x4c\xa3\x7e\x2a\x2f\x96\xb9\x12\x1d\x0e\x5d\xba\x7b\x00\xa6\xd1\x01\xd1\xa8\xcb\xad\x15\x6b\x90\x10\x7d\xea\x6d\x44\xf9\xa4\x5c\xf0\x4a\xe1\xc5\x2f\xcb\x4b\x6f\x98\xf2\x93\x19\xf7\x65\x7e\x43\x15\xe9\x78\x0d\xfa\xb2\xa7\x20\x5b\x86\x63\x1b\xbb\xdf\x76\x74\x0a\xfb\xac\xf3\xb9\x47\xac\x65\x7e\xf3\xf9\xf7\xab\x87\xde\x74\x82\xad\x85\xdb\xb6\x39\xe4\x09\x99\x3a\xc1\x67\x30\xc4\xe9\xcf\xfe\x6c\xfe\x97\xb6\x45\x0d\x9e\xfa\x5f\x78\x09\x3a\x51\xb6\xf4\xc6\x13\x50\xc2\x9b\x6d\xa3\xf5\x97\x26\x7e\xb4\x70\x65\x5e\x65\x9a\x2d\xfd\xd2\x65\xe6\x18\x12\xbf\x37\xfa\x4d\x04\x6f\x1d\x08\xc4\x36\xd8\x1b\xad\x44\x18\xac\x93\xb9\x0d\xd2\xef\x00\xfd\x76\x09\x5a\xc5\x3c\x0b\xb7\x4d\x6d\x38\x1a\x8f\x96\x8d\x87\x20\xfb\x32\x14\x50\x43\x4b\xbf\x5b\xe4\xf0\x0b\x19\x96\xde\x31\x2a\x6f\xd4\x3e\x35\x47\xf2\x30\xd7\x52\xda\x34\x47\xf9\x15\x19\xc7\x25\xd8\xfc\xd5\xdd\x56\xfc\xc0\x13\x65\x45\xd1\xa0\x73\xad\xef\xc8\x89\x44\x56\x06\x98\x1b\x62\x0d\x83\xbb\xd7\x27\x5a\x02\xd2\x80\xcd\x6d\x2d\x05\xdf\x51\x10\x5e\x58\x29\x3c\x48\x30\x5a\x9c\x1a\xdc\x75\xd1\x1e\x5e\x00\xae\x89\x95\x4b\x03\x1a\x8c\x74\xc6\x26\xfb\xbd\x30\xd0\xa7\x1e\x0b\x3c\x7c\x33\xcb\x8d\xd9\x4f\x98\x63\xcc\x58\xc2\x59\x29\x01\x2a\x10\x71\x80\x08\x6a\xd7\x3f\xc9\x13\x4c\xa8\x19\x10\xb4\x9b\xaf\x98\x0f\x29\xc1\xe5\x95\xe6\x54\xc2\xa4\xbc\x95\x94\x6b\xde\x09\x1c\xa2\x86\x9e\x54\x51\x03\x1f\xaa\x15\x1e\xfd\x6b\x67\xdb\xe6\x11\xea\x90\x13\xf3\x1d\xa2\x0b\x63\xf1\xf2\x34\xbf\x81\x35\x8b\xf7\x7f\x68\x48\x11\x34\x64\x37\x98\x98\xa6\x98\x3c\x3e\x14\x1a\xd3\x85\x8b\x6c\xb1\x07\x60\x06\xbc\x1b\x9f\xa6\x6a\xbe\xc7\x84\x8a\x22\xf0\xf3\x41\x2b\xe3\x71\x02\xee\xf8\xfa\x3a\x92\x01\xc9\xf3\xe2\xa7\x5d\x82\x2a\xdb\x93\x10\xd8\xdb\xdf\x18\xaf\x9b\xde\x45\xd1\xa0\xb4\xe7\xe4\xba\xd6\xc2\x29\x8a\xf0\x3e\x67\xfd\xd3\x5b\xb0\x65\x23\xbf\x49\xec\xbd\xf2\x9a\x46\x11\x21\xf4\x46\xe4\xcb\x44\x0c\x98\xb1\xcc\x2f\xe8\xa2\xab\x32\x84\x48\xc3\xea\x16\xc4\xb0\x93\xe0\x84\x6b\xf9\x22\x93\x1f\x01\x65\xbe\x44\x37\x19\xc6\x43\x06\x4d\xb6\x6c\xb0\xa0\x21\xf3\xe1\x88\x58\xbe\x64\x6c\x7b\x20\x8e\xac\x41\x1b\x56\xfe\x66\x54\xb0\x95\x5e\x3e\x80\xf5\x05\xf8\x60\x62\xc0\x5e\x59\xf4\xff\x02\x71\x41\x8a\x91\x12\x04\x05\x30\x15\x41\xd9\x93\x71\x6b\xc1\xda\x1d\xc0\x21\xb0\x32\xc6\xc8\xbe\xee\xf6\xea\xf6\x0e\x1d\x78\xe9\xa0\x03\xbc\x4b\xc2\x18\x50\x0d\x7e\xf4\x8f\x64\x2b\xf9\x7e\x99\xdf\xec\xb7\xe4\xab\x47\x39\x5e\xd2\x71\xde\x5e\x66\x1b\x8e\x18\x17\x7a\x9b\x5b\x53\x83\x6f\xda\xd3\xba\x36\x21\xbf\xda\x97\xed\xfe\xda\x36\x2c\xc3\x4e\x57\xb0\x76\x08\x15\x03\x66\xe0\xba\xe1\x8d\xf7\x54\xaf\x15\xaa\xfa\x4c\x9e\x12\x70\xfd\x1b\xec\x1a\x6b\x8e\x78\x48\x14\xad\xe8\x82\x66\xb4\x20\x84\x2e\xf5\xf8\x21\xc5\x5a\xf3\x24\x33\x33\x55\xd0\x0b\x1b\x5a\xd4\x31\x89\xc9\xe9\xca\x3d\xcb\xc6\xf1\xd2\x7d\x9f\x92\x7c\x95\xdc\x88\x64\x45\x18\xbb\x11\xc9\x92\x90\xd5\x68\x2b\xb6\x09\xa1\x4b\xf3\xb7\x18\x0e\x9d\x14\x53\xcf\x62\x9f\x2d\x67\xe3\xb9\x31\x5f\x58\x21\x82\x30\x24\xb7\x5f\xd9\x60\xe0\x1e\xae\xd7\x6c\x4c\xb7\x6c\x4c\x37\xb0\x00\xe8\x0d\xe4\xa5\x77\xfe\x29\x7b\x63\x9f\x09\x6e\xdc\x53\xf6\xfa\xec\x2e\x8e\x37\xe1\xcb\xf5\x5a\x37\xae\x1e\x70\x4a\x06\x83\xb5\x9b\xee\x6b\x06\x5d\xa0\x57\xd8\x07\xfa\xc1\x57\xe0\x34\xc1\xf5\x3e\x5c\x39\x03\x8f\x74\x4c\xe8\x55\x18\xb5\x0c\xa3\xc8\xe9\xf6\xec\x43\x1c\x5f\x87\x75\xba\x82\xb6\xc3\x09\x61\xec\x2a\x8c\xbb\x0a\xe3\x74\xd3\xb6\xbd\xd5\x6c\x15\x00\xb3\x5e\x3b\x30\x45\x5f\x0c\xa1\x7a\x4c\x70\x67\x60\xec\x1a\xb7\xec\x2d\x83\x29\x5d\x13\x7a\xc1\x60\x52\x5d\xdb\xa0\x77\xae\x80\xd4\x63\xca\xf9\xc9\xdd\xef\x75\x81\xfb\xfd\x96\x27\xb7\xf4\x82\x4c\x93\x1f\xa5\x59\x11\x2b\x7a\x4b\x2f\xa8\x73\x6e\x45\xfb\x63\x62\x8d\x05\x1f\x7e\xd8\xee\x16\x06\x35\x55\xdb\x1e\x4e\xdc\x11\xdc\xca\xda\x62\x2d\xbc\x60\xce\xc8\xbe\xec\xa3\x78\x4b\xfe\x55\x4f\x4e\x68\x77\x76\xd0\xaf\xa9\xf3\xc9\xb4\xc9\x59\x93\x03\x6d\x96\xde\xf6\x21\xba\xd8\xd4\xe4\x5b\xd3\xaf\x3c\x47\xcb\x25\xb1\xdf\x24\x45\x99\x1e\x00\x80\x64\x2a\xeb\x33\xee\xe5\x81\xf0\x06\x6e\x33\x7d\xe0\x24\x90\xb5\xe8\xb4\x74\x8c\x57\xb2\xd6\x73\x4a\xed\xe5\x65\x64\x08\xe1\x85\x89\x65\x86\x62\x76\xeb\x16\x40\x8e\xb6\xa7\xaf\x8e\x0e\xed\xf7\x47\x1a\x77\xa9\xa4\x1e\x4f\x4d\xb0\xbf\x37\xcb\x3f\xb1\xf7\x7a\xbb\x1f\xa6\xa0\xf2\xa3\xbf\x52\x1f\x48\xe8\x98\x3c\xfc\x8c\xe4\x26\xa2\xd9\x27\xac\xb3\xa6\x33\xc7\x5b\x4a\x0f\x1f\x44\x43\x8f\xed\xf8\xb3\xd3\xf8\x50\x7b\x68\x22\xf4\x12\xdf\xc5\x2e\x11\xe8\xe3\xde\x6a\x44\xa4\x9f\x38\x6d\x1c\x34\xe9\x47\x7e\xa0\x2f\xc2\x57\xaa\x7b\xc3\xb1\x1d\xbb\x65\x19\xc8\xbf\xba\xc7\x83\xf9\x81\x22\xd8\x6d\x53\x31\x94\x33\xe0\x10\x3d\x1e\x04\x3c\xc0\xb8\x7c\x7d\x56\x2f\x47\x33\xf5\x35\x40\x42\x93\xa0\x16\xe6\xb9\xc1\x3a\xae\x45\x3b\x25\x20\x5c\x58\xfe\x24\x6c\xfc\x1c\xec\x76\xdd\x2f\xdd\x2a\x14\xe2\x49\x8b\x3c\x5b\x5a\x2c\x64\x2b\xde\x93\xa8\xb3\x5c\x1a\x44\x64\xa7\x0e\xe9\xef\x95\x4b\xce\xb7\xdf\x8b\x6d\x6d\xe4\xbc\xc7\xcf\xd9\x9c\x3e\xd8\x4c\x3e\x53\x0e\x8f\x76\x63\x84\x83\xae\x81\x0e\x98\xb9\x1d\x83\xcd\xe9\xb5\x3c\x22\xd4\xc6\x55\x6f\xba\xe6\x23\x61\x77\x33\x9d\x63\xd2\x7a\x0b\xb9\xc1\x85\x0c\x2b\xe7\x73\x0b\xd3\xe8\xa7\xd7\x6b\x89\x5a\xed\x98\x86\xcc\x19\xec\x79\x19\x27\x4d\x94\xea\x76\x95\xd2\xce\x5d\xc9\xea\xb0\xd5\xc6\x4b\x85\xa2\x65\xe0\xa0\x22\x8e\xb7\xa8\xe2\x05\xb2\xd4\x33\x36\x26\xce\x7b\x00\x7e\x0c\x27\x87\x03\xfd\xa3\xb6\xd2\xd1\xd1\x62\x6b\x99\xdf\x99\x31\x36\x2b\xc1\xf9\xea\x20\x07\xaa\x44\x47\xfa\x9b\xe3\xe9\x61\x7c\x8e\xed\xa4\xc0\x1f\x5f\x90\xdf\xa0\xcf\xfa\x14\x8b\x75\x3d\x7e\xb1\x3e\xa0\x17\xd8\x2b\x45\x3f\x28\x63\xe3\xe5\x7c\xe8\x82\xa1\x93\x73\x6c\x3d\x0e\xdc\xb2\xde\xaa\x4e\xf4\x15\x9a\x19\xf3\x62\xee\xdd\xf6\x59\x2f\x35\x3b\xc6\xd1\xba\x98\xa3\x75\x71\xbe\x4a\xd4\xd9\x6e\x9a\xe4\x6c\x4c\x05\x9b\x38\x2f\x56\x24\x55\x67\xc5\x54\xb0\x24\x67\x6a\xb8\x23\x83\x49\x9a\x54\x9a\x80\x5a\x71\x30\xc0\xe8\x15\x71\xac\x8b\xf9\x66\x7e\xae\x10\x25\x25\x11\xac\x18\xee\xf4\xcd\x46\x9d\xeb\xd8\x24\x73\x06\x85\x4e\x6f\x01\xb5\x42\xa0\xfe\xc7\x73\xba\x83\x52\x24\x63\xa0\x7a\x53\x71\x09\xc8\x8a\x53\x6c\x44\x6a\x33\x43\x49\x92\x50\x6b\xc8\x86\xc8\x75\x39\x41\x8b\x5f\x68\xc5\xf0\xf1\x9c\xe9\x42\x87\xdf\xcc\xf1\xf7\x64\x1e\x14\x78\x4a\x74\x8d\x8f\x07\x49\x35\x64\xdf\x90\xb9\x77\xd6\xa5\x39\x78\x6b\x4b\x27\xe3\x38\x67\xd0\x01\x2c\xf7\xcc\x77\xd7\x76\x14\xaa\x18\xfc\x65\x1e\xc7\x7d\xfd\xf1\x6d\xbb\x8e\x04\xc6\x5a\x77\xcd\xf5\xdd\x7a\x3a\x34\x56\x9c\x20\x3d\x37\x2f\x98\x69\x0e\xf8\x72\x82\x5a\xc9\x75\x9a\x51\x6f\x59\x9c\xee\xa8\xb5\x38\x4e\x43\x35\x94\x0b\x8f\x90\x62\x04\xf0\x20\x27\xaa\xe1\x48\xb0\xfb\x03\xe5\x2d\xf3\x75\x83\x78\x03\xfe\x9f\x48\x9d\xd6\xd6\xf1\x2c\x80\x7e\x35\x91\x29\xd4\x9c\xdd\x87\xee\x10\x1b\xf8\xb9\x0d\xb0\x04\xac\xec\xc5\x11\xa8\x03\xd2\x6b\x56\xdf\xe5\x7f\x4b\x37\xe3\x42\x35\x7c\x89\xcd\xd4\x3c\xd0\x33\xba\x84\x56\x40\x5b\x02\xa4\x2e\xc4\x50\xd1\xe7\xff\x6f\xc6\xe7\x7d\x3d\xe6\x0d\xff\x64\x2c\x46\x5a\x51\x1e\x78\xa5\x0e\x0f\x14\x5a\xc1\xd6\x3c\x11\x6f\xb2\x4f\xfa\x42\x1e\xc8\x59\x68\xbd\xcb\x2f\x77\xc0\x89\x54\x0d\x3f\x83\x9f\x94\x27\x1f\x46\xea\xb4\xcd\xae\xf9\xef\x56\x5c\x96\xb8\x87\x7d\xfb\x61\x9e\xf6\xf7\x7b\x17\x73\x25\x96\x77\x24\xf0\x52\x1f\x78\x31\xec\x2e\xfd\xdd\xbf\x5b\x7a\x0d\xe7\xe7\xa3\xaa\x01\x75\xaa\xd1\x6d\xbe\xbc\xe6\xca\x23\xa3\xa3\x1f\x13\x17\xee\x01\xbd\x72\x12\xa6\x9f\xe5\xf3\x51\x76\x25\x6e\xb8\x95\x5c\xfc\x50\xd6\x22\x49\x0f\xd1\x63\x99\xa0\x16\xbf\x60\xc0\x04\xdc\xbb\xf5\xc0\x46\x81\xe7\x35\xd9\x43\x78\x8f\xa8\x10\x8b\xac\x88\xac\xf3\xe6\xd7\x79\x82\x2f\x80\x26\x9c\xb1\x72\x9a\x0d\xd8\x2e\x34\x01\x4e\xb3\x61\x03\x22\xc5\x08\xf9\x23\x3d\x62\x11\xe8\x6d\x47\x38\x86\x50\xa3\x79\xce\xe3\x1d\x3a\x14\xc7\xd4\x35\xb3\x01\x80\xb4\x6f\x07\x49\x50\xd0\x74\x9c\xea\x59\x22\x3d\x8b\x91\x0c\xd6\x46\x8d\x14\x9f\x20\x85\x81\xd8\x65\x3b\x2a\xd1\xfc\x75\xc0\x76\xd6\x0e\xc9\x0c\x51\x16\x0c\x51\x46\x03\x17\x3b\xaf\x43\x88\x1d\xb0\xd0\x62\x4e\x70\x63\xcc\xd5\x4b\x66\x8c\x80\x41\xdd\x16\x15\x69\x6d\xe7\x25\x29\x87\x4c\xb7\x82\xe6\x43\xf6\x24\x44\x32\x70\x43\x2a\xf7\xfb\xbe\x6c\x3b\xca\x43\xc0\xdc\xa3\xc6\x5d\x03\x26\x4c\xa5\x03\xc4\xfd\x34\x5e\xe6\xfe\x95\x71\x0d\x2d\xe3\xcb\x61\xe6\x2d\x99\xf3\x21\x18\x80\x05\xe4\xea\x97\x1a\xb8\x89\xe5\xae\x60\xcd\x34\xbd\x3c\x12\x0a\x0b\xbc\xa4\x1b\xfc\x03\x0e\x1a\xf3\xba\xff\x9c\x37\x41\x71\x54\x90\x7b\x8f\x7e\x98\x28\xea\x9e\x7c\x01\x51\x25\xa7\x8a\x66\x0d\x27\x90\x54\x78\xb0\xf5\x29\xce\x3c\x33\x96\xcd\xd6\xc2\xd9\x2c\x08\xdb\x96\xaa\x56\x7d\x15\xc2\xd7\xec\x90\xff\x95\x88\x4f\xfb\xbf\x1e\x3b\xd1\x3d\x63\x3c\x4b\x24\x89\x63\x15\xc7\x26\xf6\x6c\x37\x53\xfa\x70\x44\x28\xdb\x84\x33\x95\x25\xba\x84\xe1\x50\xcd\xc9\x30\x71\x65\x4c\xc7\xe9\x84\xd0\x52\x93\xb3\x54\xf3\x33\xa6\x9c\xb3\x5d\x60\xb6\x1e\x14\x39\xb0\x45\xea\xa3\x08\x6a\x65\xbb\xd9\x60\xa0\xcb\x74\x45\xea\xd2\x74\x99\x71\x0c\xc2\x5e\x25\xe2\x98\x9f\x4b\x60\xf9\xa6\x59\xc2\x87\x13\x92\x66\x60\x6d\x7a\x28\x99\x01\x81\xaf\xfb\xde\x04\xdf\x0f\x00\x16\x54\xba\x5d\x83\xde\x37\x0b\x40\x9b\x07\x79\xd6\xce\x2e\xed\x2c\x31\x2e\xdc\x17\xac\x4a\x0a\x5a\x65\xe8\x15\x22\xf4\xa5\xd5\x67\x7f\x15\x71\x9c\x2c\x10\x74\x1a\x92\xfd\x55\x10\x42\x17\x81\xf7\xc6\x1a\x36\xd1\xb8\xa7\xc0\x9f\x15\xb6\x2b\x34\x83\x6f\x1c\x0f\x92\xd5\x50\x06\xbe\x06\xd7\x0b\xc7\x9d\x8a\xbe\xd6\xbd\x18\xd4\xa8\x52\x6d\x6d\x5b\xb8\x07\x84\x79\xc8\x9d\xa5\xfb\xa0\x34\x67\x7b\xe8\xd0\x4e\x35\x7d\x0b\xad\xd1\x81\x89\x83\x20\x1b\x7d\xfa\x85\x17\xac\x04\xdc\xb7\x7c\x24\x76\xaa\xca\x97\x08\x91\x94\x07\x7e\xee\xba\x80\x02\xc1\x53\x83\x1c\x74\x92\x4b\x72\xe6\x58\xf4\x17\x2a\x29\xad\xb7\x00\xda\x1f\x53\x8b\x1e\x94\xb3\x8f\x79\x52\x52\x89\x0f\x06\x88\xb2\x59\x5a\x37\x69\xf9\x2a\xc9\xcf\x45\xbb\x08\x97\x82\x22\xbc\x5e\xdd\x91\x7b\x7f\x4c\x27\xa4\xe7\xd1\xb6\x03\x1c\x1e\x48\x9e\x93\xd3\x53\xbb\x1b\x7f\xd2\x5d\xca\x60\x3f\x4a\x42\x77\xec\x79\x99\x64\x7a\xed\xec\xe2\xd8\x78\x79\x18\x5b\xdf\x9a\xfd\xdd\x7e\xdf\x4f\xaa\xd1\x62\x7d\x8e\xc2\xdf\xd1\x62\xbd\xdf\x57\xc0\xbb\xbb\x80\x38\xae\x60\x28\x03\x0f\x12\x55\x2f\x67\x4f\xf2\x24\x63\xc5\x48\x09\xeb\x42\xda\x8d\xe9\x4f\xaa\x2d\xac\xcf\x87\x70\x46\x59\x89\xfd\xe3\xaf\xfd\xd8\x76\x98\xa5\xd2\x1d\x33\x68\x59\x21\xea\x78\x59\x33\xcd\x5d\x9b\xf7\x21\x3c\x23\xa9\xa2\x3b\x4f\x6b\x58\x7f\x4c\xc5\xb9\x05\xaf\x30\x80\x10\xc3\x2a\x15\x67\x60\x36\x6b\x02\x06\x55\x9a\x64\x08\x18\x00\x36\xaf\x07\xdc\x46\xbf\x40\x43\x57\x16\xe0\xc8\xba\xd2\x67\x32\xd3\xe1\x6b\x56\xc2\xdf\x2d\x2b\x92\x25\xa1\x1b\x96\xd1\x1b\x56\x24\x6b\x42\xef\x18\xa8\xf5\x95\xe7\x37\xc1\xec\x4a\xba\xa6\x77\x7a\xee\x80\xdb\x3e\x85\xd3\x69\x31\x5d\x33\xb6\xdc\xef\xf5\x20\x6b\x3a\xba\xa4\x13\x92\xae\x87\xcb\x33\x36\xf1\x97\x9c\x6b\x56\x9e\x6d\xf7\xfb\x72\xb8\x3d\x63\x37\xc3\x72\xba\x4c\xd7\xf4\x8a\x95\xc3\xe4\x9a\xb1\xe5\x74\x9b\xde\x90\x53\x80\xfa\x09\x51\x7e\xae\x11\xd8\xc7\x89\xaa\xa1\xfe\x6b\x0a\x39\x36\xe9\x1d\xbd\x3a\x1b\x4e\xa6\xc3\x49\x7a\x75\x3e\x01\x67\x9b\xd0\x61\x23\xa2\x5d\xf0\xbc\x48\x56\x8f\x1e\x13\x7a\xcb\x96\x83\x0f\xe6\x39\xe2\x96\x2d\xdd\x52\xbb\x60\xe3\xd3\x8b\xb3\x0f\xa7\x83\xc1\x05\xb9\xc5\x96\xdf\xd2\x09\x16\xf2\x8a\x15\xc9\x2d\xe9\xbd\x3a\x2f\xa7\xc9\x9a\xdd\xd2\x1b\xf6\x8a\x26\x77\x2c\xd3\x97\x9a\x9b\x01\x9b\xf0\x6f\xf4\x88\x7e\x20\x69\xb2\x64\xb7\x74\xcb\x5e\xc1\xc0\xad\x86\xec\x43\xb8\x70\x9e\xaa\x1a\xf6\x0d\x6f\xb1\xb1\x4d\x70\x44\x1f\x63\x5f\x6b\x18\xbb\x52\xe4\xfe\x0a\x1d\x4e\x6f\x25\x8f\x9a\x2c\xf8\x5f\xfe\xfb\x74\x30\x50\xe4\x4a\xd5\x90\x98\x1b\x80\xfa\xba\xdc\x97\x62\xc9\x13\x04\xd7\x69\x24\xd6\x45\x5f\x81\xe7\x80\x7f\xa5\x94\x43\x0d\xba\xf1\x4a\xd9\xb7\xd4\x2b\x55\x83\x88\x7c\xf4\xed\xd8\x41\xcc\x01\x42\x79\xbb\xaf\xfa\x92\xf8\x22\x28\x0c\x10\xd8\x03\x5f\xd0\x2f\xbb\x87\xd1\xdd\x13\x9a\xa3\xe8\x22\x8c\x66\x45\x88\x2d\xe4\xfe\x45\x84\x4a\x37\xa8\x54\xdf\x4e\x7a\xb5\x0e\x49\xe2\x78\xac\x63\xc6\xf0\x39\xb3\x10\x90\x16\x54\xe8\xd1\xc4\x75\x36\x3f\x7f\x1c\x74\xd6\xdf\x69\x72\x38\x11\x27\x63\x58\x66\xcf\x15\x7d\xa6\xe8\x9f\xc6\xb9\xf2\x77\x8a\x8d\x3d\x7d\x78\x6b\x2e\x6a\xf0\x30\xcc\xee\x17\x9b\x94\x03\x76\x9c\x15\x71\x6a\xba\xa3\xef\x9b\x38\x86\x29\xbe\x19\xe2\xb1\x42\x03\x0c\x3d\x9d\x2e\x70\x6b\x85\x90\x73\xea\x4e\x1f\x78\x3a\x0a\xf1\xf8\x5e\x5d\xfd\x51\x61\x4c\xdd\x8d\xd5\x8f\x20\xde\x96\x9d\x71\xdf\x67\x20\xd3\x1f\xb7\x35\x15\x5c\x8d\x2f\xf0\x8e\x05\x4d\x75\x97\x1d\xe3\x7f\xd8\x5e\x4f\xea\x3f\x5f\x0b\x53\x17\xaa\xb3\x68\x5a\xb6\x4c\x07\x83\xef\xd4\x81\xfe\xa9\xa6\x7f\xaa\x91\xd8\x56\xd6\x89\x3e\x0c\x0c\x49\x2d\x6e\xa0\xb8\x2d\xab\x1f\xa4\xd8\x6d\xd9\x9f\x8a\xdd\x8b\x6d\x95\xce\x4c\xd4\x9c\x2e\x79\x91\xdd\xf1\xa5\x6e\xf2\x55\xb6\xf8\x58\xa5\xb3\x79\xb0\x4d\x7f\xac\x21\x5f\x37\x4a\x03\x61\x0b\xd8\x45\xb7\xd4\x73\xe1\x16\xda\x28\x99\x6a\x6e\x63\x29\x10\x0a\xad\xe9\xf5\x6d\x26\xe7\xa3\x45\x56\x14\x49\x1d\xa3\xd9\x42\x53\x0a\xa7\xf8\x57\xf3\x0c\xab\xc3\x67\xe5\x1c\xdf\xdc\xbb\xe7\x07\x65\x1f\xcd\x58\x9c\xa1\xb3\x63\x99\x6c\x5d\xe4\x58\x82\x59\x77\x81\x83\x41\xd0\x0b\x9a\x83\xd7\xb5\xc3\xed\x3a\x2f\x78\xe2\x3b\x4c\x0e\x24\x51\xe4\xb0\xca\xcb\xac\x28\xee\xee\xcd\x12\x6f\xf9\xc4\x0b\xba\x0c\x23\x04\x7d\xd5\xa3\x64\x14\x76\x20\xd7\x69\x6d\xe4\x3d\xf9\x83\x91\xa1\x1d\xee\xf5\x7e\x55\x89\x1e\x6b\x1c\xe1\x8e\xf8\x7f\x7e\x26\xfe\xb7\xcf\xc4\xff\xf0\x99\xf8\x77\x26\x1e\xc7\x20\xf0\xde\x59\x5f\x68\x35\x6d\x8d\xd3\xee\xe5\x65\x20\x28\xfa\x2a\xb0\x38\xfa\xbe\xc8\xb7\x5b\xbe\x8c\x63\xe5\x8d\x8d\x90\xe4\x02\x89\x01\x75\x92\x3a\xae\x2c\xeb\x4e\x39\x54\x9d\x80\xb2\x54\x19\x3a\xf2\x4c\x93\x11\x59\x77\xff\x02\xe8\xb0\x06\xaa\xc2\xdc\x15\x31\x7e\x93\xc9\xeb\xbc\xfc\x0e\xf1\xa2\x86\xcd\x16\x74\xe5\x40\x63\x41\x40\xda\xc5\x56\xd6\xcb\x6e\xf6\x17\x75\x61\x34\xaf\xc2\x47\x35\xfa\x12\xc7\x4f\x31\x74\xb3\xab\x94\x41\x0e\xe5\xa3\x80\x56\xa2\x8e\x92\x23\x89\x08\x6e\x07\x8f\x66\x96\x0a\x81\x51\xb9\xa7\x41\x40\xb9\x83\xdf\xc8\x3a\xb6\x14\x64\xea\x69\x0c\xe7\x78\xee\xf4\x4b\xc8\x7e\x2f\x1b\x72\x26\x3d\x67\x9d\x98\x97\xb6\x4b\x2c\xec\x05\x7a\xfb\xfc\x19\xf4\x8e\xc2\xd0\x7b\x7d\x9d\x08\x5a\x6f\x5e\x59\xd3\x5a\x7b\x0e\xb4\xd6\xe9\xd0\xdd\xab\x39\x59\xb0\xc6\xe5\x53\xe3\x26\xa8\x5e\xc7\x57\xe8\x24\xd2\xa6\x0a\x1d\xc1\x3e\xb0\x8a\x7b\xcd\x52\xe3\xf8\xef\x38\x37\x57\x99\xb4\x22\xc6\xe7\x3a\xa4\x3d\x32\xfd\xee\xa1\x81\xb9\xc8\x96\x7f\xec\x2a\x5c\x25\x6f\x04\xdb\xa8\x44\xf9\x02\xfc\x57\x4d\x31\x01\x59\xe2\x6f\xa8\xaa\x4b\x36\xac\x64\xb1\x56\x62\xad\x7d\x66\x10\x31\xa1\xb3\x32\x91\xdd\x5b\x45\xb6\x1c\x0c\x0d\x1a\x65\x0f\x56\x2a\x51\x64\xa0\x5a\xf0\xcc\xb0\x62\xb3\x4f\x97\xee\x64\x0c\x61\x6e\x3e\x5f\xee\x70\xa9\xcb\x25\x84\x26\xcd\x31\x87\x85\xd9\x38\x94\x09\x2a\x25\xa2\x79\xc3\xd2\x1b\x7e\xcb\x63\x2e\xd2\x8c\x76\x5b\xe8\x21\xe2\x87\xc6\xc4\xf7\xec\x36\xaa\xb5\x0b\xc8\x4f\x5d\x98\x64\x08\x44\x5e\x76\x0e\x3e\x6e\xf8\xc6\x58\x9c\x19\xc5\x29\x17\x10\xc7\x37\x32\x09\x5d\x80\xb7\x51\xac\x7d\xe2\x66\x69\xa0\x93\x10\xac\x84\xa6\xf0\x77\x12\x78\x01\xd7\xbd\x8e\x63\x6b\xd0\xc1\x9e\x0a\x30\xb4\xef\x3b\x5e\x78\x9d\x55\xcf\xd0\x18\xa3\x15\x94\x10\xd2\xeb\x18\x64\xbd\xe9\x1f\x76\x57\xd7\xca\xa2\x6f\xba\xdd\xf3\xea\x59\xbe\xbe\x51\x2e\x43\xc2\x4c\xe2\xf8\x2d\x10\x0a\xbf\x90\x3d\xa1\xf4\xbb\xf1\xaf\x1d\x69\x9a\x6b\x25\x8e\x73\x05\x6a\x43\x6d\x64\x93\x80\x93\x6c\xf7\x0a\xed\x34\xc1\x7c\x10\x74\x25\x64\x1c\x5f\xf3\xa6\x5b\xd6\x77\x0f\x50\x0f\xab\xb1\x88\xaf\xd3\xcd\xa6\xff\x0d\x9a\x6e\xc8\x91\xf1\x50\x24\x47\xb7\x6b\xce\x0b\x78\x78\xf9\xdd\x82\x96\x06\x94\xd1\x1b\x07\x84\x2b\xa9\x5f\x23\x94\x60\x29\x15\x14\x53\x2b\xf4\x9d\x81\x46\x68\x95\xac\x69\x7b\x87\xa9\x6f\xbd\xf2\xbe\x21\xc1\x97\xc6\x59\xad\x33\x0f\x3e\x86\x8f\xd5\x2a\xd3\x00\x64\xb5\xa8\x0f\x86\xd3\xa0\x36\x02\xd6\xec\x9f\x31\x4b\xd6\xe9\x68\x67\xc3\x6b\x29\xda\x83\xd6\xd1\x5d\x20\x59\xed\x91\xed\xee\xf0\x51\x18\xaf\x56\xb1\xc8\x99\x1c\x21\xb7\x61\x6d\x47\x3b\xac\x23\x6b\x15\x77\x74\xf9\x39\x3a\xc2\x0b\x48\xc6\x3f\x01\x47\xbc\xb6\x32\x2c\x0b\xde\x86\x53\x76\xfe\xb1\x92\x32\x94\x5e\xe1\x03\xca\xb7\xe0\xf6\xdd\x08\x8a\xfa\x13\x9a\x19\xbf\x86\xa0\xc7\x1a\xc7\xb2\xcf\xd4\x14\xd1\xd8\x48\x9a\xd1\x1d\xfb\x55\x26\x3c\x74\x5d\x06\xf2\x63\x14\x23\x37\x5c\x9a\x6d\x29\xbc\x47\x90\x61\x60\xfe\xd8\x99\x1e\xc2\x8d\xbf\x26\x0b\xa6\x49\x06\x20\x72\xe5\x01\x61\xd5\xbc\xc3\xa2\x16\xa2\x87\xc2\x6b\x8a\xee\xc2\xc5\x9c\x6c\x74\x3b\x77\xe1\x3a\x71\xd8\xba\x8d\x42\x87\x05\x39\x9f\x80\x03\x30\xf0\xda\x5c\x2f\x0c\x57\x4a\x72\x13\x96\xf6\xdc\xb7\xbd\x59\x9c\x8e\x1a\x2e\x6a\xe5\xf5\x05\x6a\x09\xda\xb7\x94\xec\x90\x28\xfa\xdc\x38\xcf\x6f\x70\x6d\xa4\x2b\x42\x89\xc6\x4c\x1b\xee\x55\x93\xef\x30\x34\xaf\x10\xd1\x05\x58\xed\x3a\x2d\x6c\x01\x28\x2b\x70\x41\x8e\xb9\x31\xd7\x4f\xa5\x12\xbf\xe6\xfc\xd6\x6b\x91\xde\xd4\xc1\xf8\x41\xfa\xff\xe0\x7b\x0b\xcd\xf1\xde\x04\xef\x3b\x03\xf0\x2b\x79\x36\x9e\xe6\xac\x3f\x76\x30\xc1\x18\x7a\x6e\xd0\x1e\xd0\x53\x0b\x52\x87\xe0\x84\x6a\xbc\x16\xd6\x88\x08\x6a\x01\xf4\x27\x81\x86\x70\x1e\xc7\xfd\xb5\x5d\xc1\xde\x1b\x25\x20\x34\xa0\x25\x77\x17\x6a\x89\x85\x26\x81\xc6\x0e\x65\x20\x64\x1e\xd6\x64\xe4\x6d\xf7\x85\xca\xc3\xf2\xea\x7e\xe2\x3d\x40\x7a\xcf\x13\x0d\x6c\x13\xe5\x5c\x57\x3a\xa8\x94\xc7\xdb\x4f\xa7\x91\x9e\xbe\xf6\x2b\x54\xdd\x43\x19\x15\x66\x86\xed\xec\x24\x79\xf3\xe5\xb7\x6d\x58\x2d\xc8\x41\x2f\x31\xe3\x5d\x58\x00\x12\xd0\xdd\x15\xff\x11\x30\x4c\x5e\x80\xc6\x73\x45\x33\x1b\xfc\xb6\x5c\x87\x11\x68\x0c\x18\x20\x2e\x9d\x56\x67\xc2\xbf\xad\x56\x44\xcc\x2a\xd4\x2e\xf7\x5e\x99\x7e\xcf\x13\x1d\x4a\xa3\x75\xbe\xe4\xa8\x4c\x9d\x41\x11\x75\x08\x7a\xc8\x9e\x35\xb3\x83\x8b\x77\xc0\xa3\x8f\x76\xa5\x29\x40\x3a\xb1\x74\x28\x9c\x03\x0f\x32\xfe\x0c\x38\xca\x53\xc1\x66\xe7\x23\x2f\x2c\x82\x2a\x14\x8d\x8c\x3b\x87\x88\xaa\x5a\xb4\xe7\x3c\x3c\xd3\x30\x5a\xe5\x65\x5e\xad\x93\xd0\x45\xbb\xf7\x77\x61\xc5\x39\xf6\x81\x33\x21\x3d\x10\x80\x81\x4d\xa2\x0f\x74\x02\x05\x90\xd9\x04\x57\xeb\xaf\x4c\x51\x4d\xcf\x94\x9d\x85\xa3\x9a\x67\xc2\x69\x26\xaf\x61\x5b\x54\x5d\xb5\x75\xa4\x6a\x56\x1f\x38\x6e\x0f\x3d\xac\xd4\x6b\x47\x15\xc7\xb0\x01\xdc\x14\x0d\x70\x13\xf5\x36\x80\x96\x5e\xd8\x8c\x23\x69\xc3\x96\x40\x9e\xb0\x31\xbf\x1f\x69\x4c\x0d\xde\x12\x7d\x2b\xec\xf7\xea\xcb\xdb\xf6\x2f\x37\xac\xd6\xaa\xbf\xba\xa7\x29\x34\x11\xca\x4b\xce\x94\xb5\xbf\xac\x14\x6b\xc9\x3f\xa8\xc4\x57\x06\xc5\x9e\xeb\xc0\x53\xc2\xc1\xdf\x5c\xb9\x4c\x26\x9a\x9f\x47\xeb\xfc\x04\xf1\xd0\x66\x73\x42\x8c\x60\xd0\x3d\x9b\xc8\x03\x70\xb1\x60\x39\x94\xff\x69\x20\xed\x74\x55\xd3\x27\x79\x72\x63\xec\xe7\x50\xab\x66\x28\x07\x93\x74\x82\x69\x4b\xb1\xe4\x1e\xf4\x0e\x45\xb3\xa8\x06\x06\xbb\x9a\xfd\x88\x34\x3f\xf0\xa6\xdd\xa5\xd1\xc5\x66\x73\x2a\x98\x3a\x15\x67\xf2\x54\x58\xf5\x83\xac\xee\x8a\xc4\x3d\x29\x6a\xb2\x44\x7a\x25\x13\x83\x0c\xbd\xd7\x19\x47\x69\x59\xe0\xba\xca\x55\xc7\x65\x93\x0f\x01\xa7\x7c\xe6\x18\x37\xfe\xf8\x9c\xb3\xd0\x44\x86\x11\x03\x73\xb2\xe6\x7f\x72\xeb\x59\x65\x6c\x1f\xf9\x6a\xbe\xc4\xca\x38\x96\xce\x25\x95\x73\x59\x9f\x9b\xbd\xfc\x1c\xf5\x63\xae\xb8\xac\xf6\xfb\x8e\x40\xa3\x5a\xd6\x8e\x60\xca\x3b\x7a\x09\x04\x34\xa0\x3f\x6d\x1d\x62\xbd\x11\xe4\x55\x1c\x7f\x57\xba\xf7\xda\xa0\x1d\x52\xea\xf9\xb5\xaa\x0c\xf2\x2c\xf0\xa1\xa5\x33\xbd\xb5\x99\xe4\xa0\x24\xe7\x3e\x6e\x0a\xf9\xd2\xc4\x87\x0c\x58\x49\x6d\xb1\x03\x56\xfa\x32\xd5\x59\xcd\x2f\x97\x0c\x5a\x55\xaf\xbc\x96\x90\xdc\x27\x82\xe5\x7a\x62\xa4\xae\x9b\x4e\x08\x99\x9a\xda\x4c\x2a\xa3\x89\x2f\x10\xc1\x82\x50\x9f\x97\xa1\xdc\xe8\x65\xad\x3d\x29\x54\xe6\x6c\x42\xc2\x66\xe0\xb1\x7c\x6a\x2b\x54\x54\xd1\xe1\xd1\xfa\xc6\xb4\x51\xe3\x1b\x61\xeb\x0b\xeb\x30\xab\x33\x2c\x90\x56\xf5\x0e\xf5\xb2\x38\xae\x8e\x55\x92\x99\x4a\x46\x0b\x51\x2e\x32\x95\xc0\x96\xc8\x4c\xbf\x2a\x53\x9f\x8b\xad\x65\xae\x4c\x56\xd2\xd5\x7f\xd4\x16\xc8\xdb\x5e\x8b\x76\x7a\x65\x9f\xed\xb0\xe4\xa9\xf9\x3b\x60\x65\xaa\x6c\xe0\x60\x07\xcb\x1c\xd6\x61\xdb\x23\x10\x80\xb5\x06\x4e\xe0\xa5\xdd\xc2\xdd\xab\xb3\x77\xd3\xe5\xbb\xfa\x98\x4b\xa5\x7c\x95\xe4\xe0\x4e\x29\xf7\xee\x94\xcc\xe7\x20\xb7\xad\x2a\x8f\xb4\x8a\xf6\x13\x75\x56\x06\x52\x46\x75\xce\xca\xba\x1f\x4d\x61\x02\xbc\x97\x27\xc7\xb9\xa1\x7d\xbd\x77\x5c\x69\x0e\xe8\xfd\x3e\x71\xdf\x9a\x56\x9e\x0e\x27\x8c\x5d\x8b\x24\xa3\x92\xc4\x71\x66\x9c\xcd\xd4\xc8\x35\x4c\xc0\x7d\xdb\x09\x55\xcb\xb9\x67\x48\x5f\x1a\x6e\x37\x35\x11\xec\x52\x3a\x60\x81\x1b\x29\xd3\x87\x4e\xa7\x57\xde\xbd\x95\xf5\xce\x98\xa8\xa6\xd6\x17\x6c\x3f\xaf\xc4\xd0\x78\x66\xa8\xa7\xa5\xf8\xd4\x22\x1b\x0e\xc0\x74\xa1\x72\x56\xce\x91\x2e\x06\x65\x05\xee\x6c\x65\xd3\x97\x8e\x60\xa6\xe5\x34\x6b\xd4\x02\x27\xeb\xab\xfd\x5e\xb2\x63\xa4\xd7\x28\x89\x20\x0e\x9f\xa0\xb0\x32\x52\xe9\x1d\xa2\x21\x2c\x67\xbb\x9f\x9a\x73\x04\xa7\x43\xbb\x01\x38\x1c\x82\xd2\xc0\xd6\xb1\xcf\x70\x08\xcb\xf3\x31\xfc\x15\xe8\xf8\xda\xd8\x3d\xd6\x06\x91\xed\x06\xd9\x4c\x60\xde\xa1\xa2\x62\x30\xb0\x8e\x67\x76\x43\xd5\x53\x03\x96\x53\x39\x60\x39\xda\x8f\x39\x32\x2c\x09\x18\x91\x99\xb2\x93\xf2\x6c\x3c\x1d\xa7\x41\x15\xb5\x3a\xe4\x80\x95\x5f\x67\x33\x31\x84\x74\x93\x74\x4c\xb0\x3a\xaa\xf7\xf6\xe1\x48\xef\x03\xaf\xb7\xb2\xf9\xd0\x53\x9b\x44\xc9\xc6\x66\x22\x55\xc7\x7b\x99\x82\xb7\x32\x73\x58\xeb\xd3\x49\x6f\x08\x70\x47\xe2\xf6\xc2\x60\x20\x9d\x1a\x5e\xe0\x00\x57\x76\xbd\xbc\x28\xb0\x0b\xfd\x4d\x66\x5b\xf3\x58\xcd\xba\x31\xcc\xf5\x15\xd1\xa6\x44\x31\x67\x2b\x21\x04\x7b\x6f\x19\xc1\xa3\xb0\x6a\xbf\x89\xab\x4e\xc5\xd6\xce\x67\x11\x44\x8a\x50\x97\xf9\x9f\x3c\x09\x89\x9a\x41\xe8\xbf\xf7\xbb\xe1\xb7\x3c\x51\xe4\x54\xf6\x99\x73\x9d\x70\x2a\x99\x0c\xfc\xb2\x80\x71\x81\xdc\xef\x01\x60\xd3\xda\x20\xc6\x71\xa4\xe4\x0e\xb4\x0a\xdb\xf6\x9e\xf9\x75\x29\x24\x1f\x82\xed\x4f\x15\xc1\x93\x87\x2f\x0e\xc4\x43\xfa\x7e\x0b\x52\x0f\xe3\x5a\xd2\x59\x29\x04\xde\x2a\x9b\xbb\xab\xe1\xd8\x54\xfa\x26\x40\x17\xda\xcd\x28\x85\x1a\x1a\x9b\x9a\xa8\xbe\x16\x6f\x8c\xf3\xfb\xca\x50\xe3\x87\x55\x13\x35\x83\x2b\x98\x72\xd8\x99\x46\x9b\x2f\x73\x41\xef\x86\x20\x82\x31\xe8\x27\xfe\xc6\x01\x5a\xc2\x70\x5c\xd1\x82\x81\x16\x96\xa0\x19\x31\xac\xd4\x84\xb1\x02\x74\x8e\xe2\x38\xd9\x79\x4d\xb2\xc2\x80\x5a\x69\x3e\xd3\x5a\xdf\xe9\x94\x0b\x73\xf7\x5e\x80\xdb\x53\x6a\x95\xf7\x3a\xbc\x9e\x0e\x6d\x5c\xaf\x00\x8b\x3e\xe4\x89\x9b\x72\x36\x40\xf7\x4c\x12\x31\x5c\x84\xd7\x70\xa3\xb2\x50\xd3\x78\x23\xc3\x85\x87\xca\x0f\xb4\x9e\x0b\xd9\x01\x92\x17\xce\x50\xa2\x44\xa2\x00\x46\x4c\x1a\x44\x33\x40\x7e\x88\x63\xfb\xc0\x50\x03\x84\x48\x08\x21\x08\x99\xb7\xce\x01\xdb\x1e\xfe\xfe\xcc\xef\x68\x85\x50\xb1\x04\xa5\xb2\xee\x1a\xba\x94\xd9\xf5\x35\x18\x6d\xf5\x27\xc7\x81\xac\xba\x92\x8f\x0f\x84\x4e\xc6\x63\xe2\x19\xb7\xfe\x4a\x42\x53\xad\x8a\xdc\x0e\x7f\xf6\xaa\xdb\x5c\x4f\xa9\x91\xa3\x58\x30\xd1\x1f\xf2\x44\x27\x5d\x64\x15\x3f\x99\xa4\x56\x0c\x64\x44\xe6\xe5\xb5\xde\xb1\xd3\xce\x50\xcd\x70\x96\xd3\xba\xe8\x90\xdc\x8b\x69\xd0\xfa\x57\x22\xb9\xe6\x14\x4c\xd8\x52\xef\xfe\x70\xb1\xab\xe0\xd5\xa1\x67\x6f\x12\xce\x09\x71\xef\x99\x8a\xe3\x67\x6a\xa4\xf2\x0d\x3f\xcf\x87\x7f\x19\x8f\xc1\xa4\x62\xcb\x93\x67\x6a\xb4\x15\x15\x95\x64\x5a\xb2\x48\xc9\x7c\x5b\xf0\x28\x7d\xae\xe2\xf8\x79\x57\xea\xe7\x2e\x75\x52\xb2\x68\x29\x76\x57\x05\x8f\xe8\x33\xc5\xee\x75\xda\x34\xa7\x5b\x51\xa5\xf2\x40\x52\x1d\x8d\x9e\x82\x22\xfa\xbc\x15\xdd\xb3\xcb\x9d\x7b\xa0\x53\x76\x33\x55\xa3\x0d\x57\xd9\xcf\xfc\x2e\x55\xa3\x85\x92\xc5\xcf\xfc\x2e\xd0\xb8\xd4\x53\xf3\x54\x8a\x6d\x1c\xff\x53\x80\xbc\xb8\x8e\xe7\x65\xab\x43\xe1\xea\x8e\x05\xf0\xbe\x92\x10\x80\x74\x4b\xb6\x3c\x81\x18\x63\x89\xb4\x9b\x13\x0b\x68\x20\xc9\xd9\x58\xaf\x40\xa3\xde\x87\x69\x77\x60\x8b\x44\x25\x39\x77\x71\x67\x63\x32\x6d\x0b\x75\x1b\x94\x87\xee\xfc\xc8\xd3\x82\x7d\x55\xc7\xb2\x5e\x90\xfb\x0a\x3d\xcd\x74\xad\x51\x10\x2f\xc2\x9a\x80\x50\xb3\x24\xf4\xe2\xfd\x5b\xee\xd4\xaa\x02\x64\xd6\x82\xe8\x88\x3c\x70\xeb\xb2\x94\x02\xc3\x9d\x50\xd4\x13\xa5\x85\xfd\x22\x83\x56\xec\x3b\x17\xfb\x8e\x9c\x4d\xc6\x71\x9c\xbc\xcd\x93\x05\xa1\xfd\x32\x8e\x5d\x77\x86\x8f\xc7\xe3\xb3\x5d\x1c\xbf\xe5\xee\x74\xa7\x15\xe0\x90\xfe\x37\x63\xd9\xf4\xc8\x06\xab\x59\x18\xb8\x0d\x92\xd7\xd1\x77\x11\x62\x28\x6d\x84\x92\x03\x21\xbd\xe3\xe3\x05\xae\xa9\x3a\xc6\xab\xa0\x8d\xf4\xb8\x72\x3a\x02\x13\xd2\x7b\x77\x6c\x64\xdf\x75\x8f\xac\x75\x64\xb5\x20\xe9\x71\x50\x06\xbf\x1a\x32\xa3\x4b\x0b\xee\x6e\xac\x57\x4d\x5a\xb0\xcc\x2c\x7c\xbb\x1e\x7b\x39\x3c\x65\x5b\x8a\x36\x4d\x76\x98\x24\x5c\xc8\xb4\x62\xbb\xf3\xe1\x64\xba\x98\xed\xe6\xa9\x31\x36\x94\x54\x12\x92\x26\x95\x49\x1d\xba\xd7\xf0\x21\x68\x45\xa8\x29\xee\xdd\xd4\xd7\x81\xde\x30\xed\x9e\xcb\x0a\x1d\x46\x4a\x16\x49\xbe\x50\x11\x28\x60\x57\x2c\xac\x85\x4a\x66\x4e\xdc\x3e\xa8\xce\xd2\x1d\x1b\x4e\xbc\x81\x80\x21\x08\xce\x68\xc2\xe2\x37\xfc\x26\xe4\xf2\x89\x4a\x24\xe9\x85\x66\x14\xd0\x88\xfd\x3e\x83\xeb\x4c\xb9\x9c\x7e\xc7\x93\x8c\x56\x74\x65\xed\xf0\x56\x68\x84\x97\xae\xdc\x65\xd6\x12\x28\x57\xc1\xd2\xb6\x6e\xcd\x13\x34\xbc\xa3\x63\x90\xdb\x67\xd4\x85\x00\x54\x04\xf9\xa2\xaa\x97\xb6\xea\xa5\xa9\x7a\x69\x60\x8f\x99\x49\x20\x49\x2f\x9f\xea\x1b\xd0\x4e\xcf\x8e\x85\x4b\xa3\x3f\xe8\xd8\x9f\x78\xb2\xb0\xf7\xd4\x59\x35\x27\x74\x47\xe8\x3d\x2e\x9e\xb4\x3f\xa1\x42\xe6\xd7\x79\x99\x46\x5f\xc3\x02\x8b\x0e\x84\xa4\x8b\x00\xff\x40\x4f\xa8\xb5\xc6\x6c\x10\xb3\xda\x9a\xf0\x55\xd9\x1b\xf4\xce\xdd\x8e\x6d\xd8\x6e\x30\x21\xfa\x68\x78\xb0\x7a\xbb\x00\x49\xfa\xab\x2e\x72\x47\x2b\xba\x13\x24\x4d\x76\x6c\x8c\xfd\x31\x96\xa8\xb3\x6a\xae\x8b\xda\x09\x9f\xc3\xa0\x96\xa3\x0b\xdc\x2d\x13\x9f\x75\xfe\xb3\x09\xd5\x13\x6f\x12\x65\x29\xe6\x60\xb0\xa1\x8b\x60\x45\xe1\xba\xd3\xb3\x8b\x5a\xb7\xce\xaa\x77\x41\xd7\xc4\xdf\xb0\xfd\x49\xe7\xb1\x3f\xf0\x12\x83\xa9\xd7\x54\x01\x97\xb0\x66\x2a\x28\xf2\xde\xbf\xb5\x81\x84\xad\xc5\x13\x51\xe0\x9a\x2e\x72\x7d\xb7\x0d\xf8\x2b\x2a\x47\x8b\x35\x15\x84\xae\x5c\xb4\x0a\xa3\x95\x89\x5e\x7a\x84\x87\x05\x5d\x11\x1a\xbc\xd3\xc2\xef\x4d\xcd\x5b\x82\x5e\xaa\xd6\x1e\xe0\xc6\xc7\x70\xb8\x0a\x00\x7a\x69\xf0\x22\x57\x4f\x4f\x4e\x37\x67\xec\xe6\x74\x63\x6f\x2e\x77\x0c\x1a\xb5\x31\xed\xb9\x66\x6b\x91\xdc\xd1\x25\x15\xa4\xb7\x64\x6c\x3b\x35\x22\x41\xbf\x53\x36\xf4\x1a\xb0\x39\xf4\x5f\x42\xd2\x3b\xbb\x0c\xaf\x35\x81\x3c\x9a\x16\x4a\xdd\x52\x41\x00\x0a\xc5\x3d\x38\xd4\x73\x20\x95\xb0\x8b\xd4\x52\xb6\x8e\xb5\x9a\xe3\xfe\x68\x2c\x4b\xea\x16\xec\xc1\xbf\xb3\xb9\xf7\x16\x15\x88\x9c\xae\x58\x45\x3f\xb0\x2b\xbb\x61\x6f\x19\x3c\x3e\xda\x7d\xd3\x67\xa5\x31\x7f\xf2\x14\x09\x35\xb7\x6b\x04\x49\x19\xde\xee\x22\x20\x23\xaa\x45\x46\x54\x8d\x8c\x6c\x79\x72\x61\x6b\xfd\x40\xce\xc7\xd3\xe4\x96\x5d\xa0\x69\xf9\x07\x76\xc7\x93\x2b\xcb\x52\xd8\x54\x9a\x36\xeb\x24\x36\x0f\xbb\xd1\x89\x80\xb3\xb8\x30\xc6\xdf\x87\x24\x67\xcd\xb1\x22\x64\xb6\x73\xf6\xe4\xd0\x94\x0f\x84\xde\xfa\xb1\xcd\xf5\xf8\xed\xe0\x7d\x69\x61\x9d\x14\xfc\x9a\xe8\xab\xc3\x69\xb2\x30\xfa\x64\xab\x91\x12\xfb\x3d\xfe\x3a\x5b\xe1\xab\x66\x1c\x07\x87\xf4\x57\x4d\x37\x1b\x1b\xc6\xf2\x38\xbe\x31\x7e\xd9\x26\xdf\x8e\x83\x21\x5f\xfa\xab\xcc\x19\x78\xd0\x9c\x0e\x1f\x8f\x53\x17\x76\x6e\x1d\x69\x4e\x1f\x8f\xd3\x71\x6f\xf9\x25\x15\x25\xa2\xe3\xc1\x68\xc0\x96\x54\xb7\x00\x9a\x00\x50\xc4\x8e\x76\x5c\xeb\x7d\xce\xbb\x98\x66\xcd\x21\x6d\xd8\xe4\xd1\x98\xc2\x31\x0b\xc2\xcb\x10\xda\xbf\xcd\x3d\xe9\x2b\x65\x44\xaf\xba\xa2\xf4\xf1\xff\x81\xd0\x6c\xb4\xce\x2b\x25\xe4\x1d\x6c\xca\x4b\x5e\xbc\x82\xd5\xca\xdc\x8d\xed\xaa\xc9\xdb\x71\x72\x0f\x6c\xff\xf4\x46\x33\xf1\xd7\x09\x87\x3e\x7c\xc0\x64\xd7\x9e\x57\xa9\x37\xfd\x03\x6d\x73\x20\xae\x75\xdd\xcc\xc9\x07\xc7\x84\x94\x74\x41\x0e\xfa\x1e\x42\x4b\x92\xfe\xa6\x2b\x07\x90\x5f\x33\xaa\x71\xfc\x16\xdc\x01\x18\xd7\xbe\xfa\x2e\xf2\x38\xad\x40\xd3\x0a\x5b\xa2\x7b\xf6\x22\x5f\x2e\x0b\xfe\x54\xdc\x96\x9e\x6f\x05\xbb\xad\xb7\x16\x82\xac\x7c\x00\x04\xb8\x83\x89\xa3\xad\x4a\xbf\x49\x6f\xa7\xdf\xe3\x75\xa9\x81\xfe\x61\x98\x37\x5e\x64\x77\x79\x79\xfd\x5d\xb1\x93\x17\x37\xbc\x04\x4f\x46\x47\xe1\x2e\x8f\xe4\x41\xe5\xcb\x63\xe5\x4d\xe8\x1b\x09\x50\xb6\x78\xad\x3b\x34\x1e\x99\x16\x81\x24\xc1\xc2\x99\xe6\xfe\x3e\x4f\xfd\xdd\xfe\x5d\xf3\x0a\xdf\x9f\x1c\xc0\x98\x09\xc9\xf8\xaa\x10\x42\x06\xf6\xc2\xd7\x3b\xa5\xb8\xac\x8e\x1d\x8e\xd6\xd7\xad\xc3\xc4\x28\x61\xce\x94\xb5\x68\xf5\x7c\xa4\x66\xf0\x3e\xe7\x42\x2f\x5f\x25\xe2\xdc\xea\x6d\xec\xf7\xfd\x52\x80\xb6\x88\x95\x6b\xfc\x0a\x05\x8b\x21\x5a\xa7\x0e\xb3\x40\xb2\xea\x44\x88\x3b\x36\x3e\xdd\x9d\xf9\xd3\xd1\xb6\xdf\x3d\x1c\xef\x2c\x30\x6d\xe6\xe2\x02\xe8\xaa\x1d\xc8\x94\x8b\x38\x2e\x1e\xee\xf1\xb9\xf5\xbb\xbe\x60\x1f\x83\xd7\xac\x15\x6b\xd5\xac\x8b\xb4\x5e\x99\x73\x78\x57\xe0\x74\x41\x57\x54\x11\x0a\xfd\x09\x67\x71\x25\x6b\xaf\xb9\x66\x52\x23\x2c\xe9\xfb\x22\x5f\x7c\x8c\x34\xdf\x0a\xbb\x77\x29\x43\xb6\x64\xdd\x10\x54\x00\x48\x85\xd4\xa4\xa4\x6f\x24\x14\x71\xdc\xaf\xa4\x57\x1f\x04\x41\x00\x2c\x74\x2a\xe2\x38\x59\xca\x60\xf3\x18\x7d\x0d\x14\x10\x00\xa3\x6c\xf1\xce\xdf\xc8\xac\xac\x56\xe0\x79\xb4\xe0\x50\x09\x38\xb4\xaa\x5d\x66\x09\xca\x7e\x4a\xf7\x2a\x6f\x24\x0b\xcf\xf2\x82\xeb\x54\x7a\x5b\x07\x41\x81\x15\xb6\xcd\x42\x33\xf6\x44\xca\xec\x0e\x20\xe1\x41\x24\x1c\x5c\x54\x4a\x83\x9d\xe8\xc6\x39\x2b\x0a\x71\xab\xef\x42\xba\xb4\x37\x77\x5b\x5e\xed\xf7\xc3\x49\x9f\x5d\x8b\xe4\xa1\x44\x14\xf1\xfe\xfd\xd3\x02\xbf\x3d\xf1\x4d\xec\x89\x91\x28\x0b\x91\x2d\x35\xf1\x53\x1d\xae\x3c\xc5\x48\xf2\x6a\x57\xc0\xb9\xfd\x68\xf6\xfe\xd3\x78\x3c\x7c\xff\x69\xfc\x5f\xef\x3f\x8d\xf9\xf0\xfd\xa7\xc9\x6a\x7e\xff\xf8\x60\x91\xc9\x41\x09\x95\x45\x11\xa1\xd9\xac\x9c\x33\x4e\x07\x83\x8a\xd9\x05\xb4\x33\x40\x20\x92\x3d\xb7\xf4\x4a\x12\xaa\x44\x2a\xad\x97\x82\x06\x92\x5e\x86\x98\x6e\xaa\x0b\x2c\x8f\x10\xc7\x2a\x23\xe6\xfd\xa1\xf7\xdc\xc2\x55\xed\x08\xfd\xad\x06\xca\xf8\x42\x26\x3b\x0b\xed\x2e\x00\x1b\xf5\x49\x65\x24\x38\x87\x03\x2d\xd8\xf8\xb4\x38\xcb\x4f\x07\x83\x82\xec\x92\x72\x56\xcc\x69\xe1\xdd\x2f\xa8\x8e\x6b\x2b\x68\x46\x36\x9d\x13\x49\x72\xee\x05\xf1\x5d\xb9\xf4\x0a\x04\xd4\xac\x23\xf4\xb2\xa9\x6d\x59\x23\xd5\x20\xb7\xcc\x57\x49\xd6\x5c\x9f\xd7\xd6\x25\xc2\x1b\x00\x01\x24\xc7\xdb\xdc\x4f\x6e\xa6\xdc\x5c\x1e\x53\x6e\x25\x37\x88\xdf\xb8\x00\xb7\x9f\x55\xcd\x67\x85\x9e\xf0\x77\xb5\x71\xd4\x3c\xe3\x02\x96\x31\x8e\xd9\xc2\x13\x9b\x82\x38\xb4\xb0\x28\xa2\x8b\x59\x61\xa1\x74\xf0\xdb\xb8\x21\x95\xd9\x35\x38\x82\x6d\x39\x90\xc8\x68\x94\x81\x10\x33\xb2\x3e\x0c\x42\x6d\xde\xfa\x78\x18\xb2\xce\xc9\xfd\x21\x24\x29\xdb\xc6\x73\x96\xae\xcc\x2a\x77\x25\x9f\xd3\xff\xe9\xca\x16\x6a\x0d\xf9\x50\x03\x88\xef\xaa\xdd\x18\x4a\x76\x54\x53\x4e\x91\xb3\xc7\x08\x4c\x11\x06\x33\x45\xe5\x7e\xff\x7b\xc2\x29\xe8\xfa\xab\x43\x58\x5b\x9b\xd7\xea\x33\x55\xeb\x45\x87\x7e\xa7\x6a\x97\xd0\x56\x13\x55\xa0\xb4\xfb\x3b\x10\x43\xcd\xeb\x80\xe0\x34\xf0\x0e\xe4\x5e\x49\x13\x39\x55\xac\xa5\x38\x98\x1e\x57\xe0\xd3\xdd\x24\x80\x39\xe4\x35\xb8\x8f\x77\x09\x75\x40\x3b\xa2\x83\x87\x14\xe8\x4f\xad\x12\xa6\xe8\x3f\xeb\x80\x22\x1d\x4a\x9f\x9f\x19\x2a\x2c\xe7\x73\x63\x05\x1a\xa6\x9a\xb5\x85\x8b\x9b\x64\x63\x7a\x8d\x33\xdf\x13\xd3\x6b\xc9\x86\xa3\x6f\xbf\x49\xa5\xfe\x9a\x7c\x9b\x16\x18\xf2\x9f\xe9\x2a\x8e\x13\xfd\x39\x79\xf4\x0d\x9e\x2c\x57\xb2\xad\xf3\xc2\x38\x2a\x1f\x3f\xe5\x85\xca\x7e\x07\x67\xbf\xfe\xf7\xbb\xd0\x0a\x1e\xd4\x3e\x34\x8b\xa4\xb2\xbc\xd0\x5f\xd9\xa7\x1c\xd0\x7e\x7e\x7c\xf5\xcb\x4f\x7f\x7f\xf5\xf2\xcd\x93\xe7\x1f\x9e\xfc\xfe\xd3\xa5\xd5\x0d\x81\x74\x81\x62\x48\x57\xd6\x5f\x2f\x7e\x79\xf3\xd3\xf7\x26\xe3\x54\xba\x6c\x69\x5d\x9d\xc4\xb7\x88\xd0\xfb\x4f\xa9\xa2\x77\xa9\x3c\x04\x10\x47\x1f\xa4\xb7\xbe\x2f\xd9\x15\x1c\xbf\xfa\x54\xfb\x04\x06\xe4\x77\xe1\x83\x29\x4a\xb7\xac\x6c\xae\x70\x4a\xa2\x30\xc5\xe7\xbb\x9a\xf2\xef\xca\xc5\xe2\x1b\x99\x8b\xf6\x26\xb3\x79\x1c\x17\x20\xc7\x5c\xe1\x4b\x65\x1c\xdf\xc4\x71\x45\x78\xea\xf1\x3b\xd5\x48\x65\xf2\x9a\x2b\xba\x66\xc8\x38\x9d\x2e\xfb\x6c\x77\xba\x64\xcb\xf0\x1d\xcc\xa6\xdf\xb2\xf1\xe9\xf6\x6c\x6d\x29\xd9\x16\x1f\x8c\xd7\xb3\x2d\x22\xbf\x32\xb6\x0c\x89\xca\x62\x27\x75\x09\xbf\xe9\xf1\x79\x03\xb5\xb0\x25\xf2\xcf\x27\xfc\x80\xcd\x03\xcf\x97\x0b\xd4\x4b\xef\xb3\x6b\x07\xe9\xa1\xdb\x1c\xc7\x1b\xaf\x0a\x5c\x57\x93\x0e\xd4\x6e\x07\xe2\xeb\x6b\x49\xeb\x43\x31\xac\x0f\x85\x3e\xff\x6e\x3e\x57\x14\x18\x95\xe4\x61\x59\xb8\xed\x6a\x83\x0e\x06\x26\xc6\x47\xd5\x8a\x18\x9e\x16\xa1\x60\xb3\x9a\xd2\x3c\x9a\x34\xe2\x98\xbb\xbe\xc1\x0a\xd8\x30\x68\xf0\x5d\x4b\xf3\xf8\x9a\xdd\x0d\xb2\xce\xc7\xd4\xde\xe6\x6c\x3c\xbd\x0b\xf5\xc5\xef\x06\x9b\xe1\xb7\x63\x92\x5e\x87\x42\x96\xc0\xe2\xf5\x7a\xb0\x19\x7c\x3b\x26\xd4\x91\xcc\x3b\x8b\xb6\x70\x7d\x20\x87\x3b\x79\xf6\x78\xec\xb4\x98\x6a\x0d\x9f\x36\xfa\x11\x8e\x0e\xcd\x6a\x96\x00\xc1\x1c\xd8\x98\xa7\xbf\xb3\xdc\x7d\xbf\x63\xe2\xd8\x65\xc7\xe9\x67\xd4\x2a\xb3\x3c\x54\x58\xe7\xb0\x96\x82\xaa\xb0\xd6\x5a\xdc\x3b\x2a\x35\x05\x70\x95\xc7\xb1\x7a\xe4\x7e\xec\xf7\xdc\x47\xfd\x1e\xc7\xdc\x45\xfd\xde\xab\xf7\x37\x6b\x19\x3b\x00\xc0\xc4\xb5\x64\xc9\xb5\xfc\xfa\x4e\x0e\x24\x79\x94\xdc\xc9\xc1\x84\xd0\xc1\xe0\x4e\x6a\x2e\x09\x9c\x77\x91\x34\x71\x45\x0e\xc2\x41\x18\x30\x41\xc2\xcb\xfe\xad\x0c\x81\x6c\x2a\xc0\x5c\x8c\x18\xd3\x3c\xa7\x58\x9d\x00\xe3\xa1\xd8\xa2\x9c\xa9\x79\x70\x7b\x6a\x3a\x53\x0d\x61\x44\xed\xcb\x58\x53\x10\x4c\x73\xd6\x9f\x00\x23\xd4\x7c\x54\x72\xf7\xc9\x6a\xb7\xdd\x4a\x5e\x55\x17\xcb\x5c\x55\x00\x9d\x51\x3f\xfd\xf1\x39\xb2\x3f\xd1\xe4\x4a\x33\x64\x7d\x96\x09\xa7\xd0\xd8\x4c\x56\xd2\x23\xc5\x4e\xbc\xd2\xde\x25\x8e\x0a\xdc\x5d\x5f\xe7\x9f\x78\x51\x75\x90\xfc\x2b\x19\x28\x2d\xaa\xd1\xa7\xaf\xd9\xb5\xa4\x6a\x74\x87\x7f\x11\x64\xee\x42\x02\x63\xbe\x10\x9e\xca\xbe\xea\x78\x34\x0f\x1d\xe3\x02\x3d\x84\x51\xdf\x96\x89\xbb\x9a\x46\x06\xb2\x34\xea\x5d\x80\x23\xaf\xe4\xdb\x31\xed\xba\x96\x63\x19\x28\xde\x69\x84\x19\x88\xad\x4e\x77\xb7\x20\x29\x51\x2c\x1f\x44\x27\xd1\x40\x19\x75\xe9\xe6\x23\x68\xd3\xf0\xd9\x95\xfe\x22\xeb\x34\x81\x5e\x23\xb3\x50\x4b\x36\x2b\xe7\xfa\x0a\x89\xd8\xe5\xc4\x0d\xb8\x53\x4e\xb5\x17\x1e\xfe\x49\xc9\xec\x67\x7e\x57\xc5\xb1\x29\xa6\x15\x43\xd1\xff\x55\x23\x1a\xeb\x81\x38\x14\xd2\x94\x76\x8e\xa2\xcd\xae\x50\x79\xc4\x98\x68\x8f\x8d\x22\xd4\x8d\x30\x24\xf8\xbb\xbe\xeb\x46\x1f\xb9\xb1\xaa\x5e\x46\x14\x07\xc1\x27\xeb\xeb\x64\xa6\xcc\x3e\x13\xfb\x7d\xf2\x36\x4f\x24\xa1\xb9\x5e\x81\x84\xea\x33\x43\xc4\xf1\xa3\xf7\xff\xfb\x2b\x73\x8f\x52\x64\x6a\x92\xf4\xc7\x24\xed\xf7\x45\x80\xab\x26\x43\xdc\x9b\x8d\xee\x51\xdf\x81\xf9\xf6\xfb\xe8\xbd\xc9\x3f\x1b\xf5\xeb\xad\x9f\xc2\x92\x8a\x2e\x75\xfc\x30\x1a\x48\x1a\x5e\xf8\xfc\x75\xfc\xd6\x4a\xfa\xf5\x64\xef\xf7\xaf\x50\x4b\xb0\x91\xb6\x73\xb3\x4f\x1f\xfd\xe3\x5a\xcc\x9e\x0c\xff\x3e\x77\x5d\x49\xd5\x68\x23\x74\x26\x52\x2b\x5d\x17\x9d\x76\x97\xdc\x4a\x87\x6c\xd8\x27\xc3\x81\x79\x2c\xb5\x0e\x51\x80\x6a\xbf\x3d\x58\xb9\x00\x3a\xc8\x3d\x9b\x4c\xe2\xf8\xf1\x7f\x6a\x66\xc8\x60\xcd\xc2\x1c\x63\x9d\x00\xbf\x5d\xb3\x16\x34\x69\x7a\xaa\x41\x1b\x26\xff\x01\xf8\x5a\x5e\xb1\xc1\x90\xac\x4b\xa3\x6b\xb0\x88\xe3\x44\x37\x78\x2a\x11\xee\xa0\xdc\xef\xff\xeb\xbf\xfa\x3a\xcb\xdf\xc4\x7e\x8f\x57\x31\xfb\xa2\xe7\xef\x62\xfb\x7d\xc7\xdd\xa8\xee\x5c\x8f\xd0\x09\x96\xf3\xe8\xfd\x55\xe8\x74\x58\x8a\xaa\x5a\x67\xb9\x7c\x6f\xdd\x84\xa9\xda\x95\xe7\x69\x7e\x33\x72\xee\x8a\xc9\x7e\xff\x80\x2d\x7a\xdb\x1d\x22\x8c\xb3\xae\x36\x18\x33\x7b\x93\xdc\xef\x93\xe7\x7a\x7c\xa3\xae\xc6\x44\x0d\xa9\xed\x47\x7e\xb7\xdb\x46\x7a\x73\xb4\x85\xb9\xe2\x86\xcb\x08\x7c\x96\x3f\x7b\xa8\xbc\x77\xdd\xe5\xb5\xc5\xaf\xb6\xbc\x43\xdd\x44\xff\x23\x76\xe6\x3f\xea\x0b\x00\x21\x84\xcd\x95\xde\x1f\x12\x0a\x75\xc8\x69\x68\x1d\xfd\xba\x63\xd5\xf5\x93\x86\xc4\x69\xbf\x77\xea\x32\x6e\x76\x61\x37\xda\x41\xbb\xd1\x23\x68\x16\x00\xb1\xdb\xd9\xb5\x08\xc4\x50\x16\x00\x19\xde\xd8\x00\x8d\xf3\x93\x63\x26\xcd\x5e\x40\x79\x02\x4a\x71\x75\x33\x16\xba\xba\xdb\x75\xbe\x58\xeb\x53\xd7\x7c\x9e\x4d\xc6\x64\xbf\xef\x9b\x95\x49\x92\x26\xb1\x36\x45\x22\x69\xf8\xdf\xd1\x40\x0e\xa2\xff\x1d\x7d\x09\x65\x38\x10\x10\x9b\x1d\x47\x76\x86\xd5\x4f\x60\x55\xd7\xcf\x12\x8f\x31\x5d\x37\xf2\xf8\x45\x3e\x28\x6c\xfe\x8c\xe0\x98\xd0\x1a\xd2\x73\x87\x33\x9c\xa4\xe5\xae\x3e\x01\x51\x65\x04\xbf\x23\xca\xbd\x5a\x87\x49\xc1\xfa\x63\xfa\x2c\x04\xcb\x34\xdc\x6c\x6d\x7d\x9a\xb4\x91\x53\x7d\xd7\xd3\x70\xd4\x07\x3c\xf3\xea\x34\x35\xc0\xca\xba\xe3\xe2\xaa\xf6\x2e\x53\x3f\xc0\xbb\x72\xc0\x94\xd0\xc7\x63\x42\x3a\x4e\xee\xc0\x0f\x4f\x42\xec\xc1\x13\x80\xe6\x3d\x3c\xec\xd0\xca\xa6\x03\x1c\x1c\xb7\xab\x62\x27\xbb\x87\x6d\x42\x9f\x7f\xf1\xb0\x11\xf4\x9f\x6c\x5d\xe4\x04\xd9\xae\x8a\xbc\xfc\xc8\xe5\xd1\x67\x8d\xf6\x7c\x76\xf0\x7a\x07\x7c\x21\x0b\x3a\xfc\xbd\x39\x45\xab\xe0\x01\x80\xaa\x1a\x59\xf4\xd2\xe9\x3e\x4a\xe7\xad\x70\xda\x4f\x64\x44\xe2\xb8\x21\xb9\x0e\x22\xa9\xae\x19\xca\x01\x62\x00\xa9\x8c\x83\xe2\x0d\x64\x0e\x17\x89\xdd\x16\x41\x01\x89\xc1\xf7\x7a\x21\xd9\xa5\xd1\x6c\xbd\x28\x97\xac\xd3\x8b\x86\xce\x33\x5d\xf3\x84\x7b\x1c\x8b\x41\x0d\x2c\x61\x38\xa1\x37\x7a\x3a\x42\x45\xc4\x41\x32\x01\x5f\xb0\x3e\xd5\x94\x5b\x08\xb5\x54\xf3\xff\x7c\xa4\x44\x70\xe9\xff\xc3\xeb\x71\x03\x04\x34\x7a\xd9\x0b\xb4\xa9\x79\xcf\x47\x29\x11\x62\x43\xbf\x90\x89\xf2\x67\x2a\x34\xaf\x06\x56\x36\x04\x93\x42\x88\x18\x2a\xdf\x07\x32\x9c\x18\x4a\xe8\xbd\x1e\x19\x1c\x67\x9b\x5c\xdf\xf9\x06\x0c\xca\x1f\x2d\xd6\x60\x5e\x38\x5a\xac\x89\x05\x5b\x0b\x30\xde\x5a\xba\xb2\xb3\x39\x75\xfc\x29\x2f\x1a\xa0\xd8\x35\x7c\x1e\x1f\x3d\x2b\xe7\x3d\x59\x7b\x49\xff\x43\x26\xb9\x43\xa4\x26\x14\x7e\x82\xb4\x53\xdf\xd1\x2d\xb7\xfa\x93\x6e\x0d\x6f\x28\xf9\x04\x30\x62\xb2\x41\x8b\x7d\x37\xf5\xdf\xa9\xd7\x9a\xe1\xd8\xc9\xc5\x7a\x20\x75\x37\x53\xaf\x3d\x93\x70\x3b\x7c\xa8\xac\xa0\x53\x06\x55\xbc\x94\x75\xd8\xc0\xfb\x45\x56\x2e\x78\x81\x60\x4e\x20\x96\xc7\x71\xa7\x4a\xa4\x7a\x10\x43\xc7\xc1\x56\xd2\xae\x46\xf8\x41\x31\x6f\xdb\x0b\x83\x29\x92\xf5\xc7\x87\x83\xb3\xd1\x02\x4b\x08\x83\x7d\xe2\x4f\x14\xab\x84\xa5\xec\xe1\xab\x2b\x07\x0c\x47\x0a\x76\xdf\x36\x58\x09\x0c\x94\x04\x5e\x3a\x93\xc0\x6c\xcb\x48\xd3\xc7\x7d\xbc\xc3\x40\x0c\x36\x90\xe5\x7a\xcf\x1b\x0a\x05\x0e\x7d\xd1\xd0\x23\x82\xd7\x57\x3d\x34\x1b\xb0\x6f\x04\x78\x82\x66\x0a\x70\x0d\x4d\x68\xe9\xba\x33\xd5\x87\x59\x8a\x6f\x17\xa5\x1b\xa4\xd2\x0d\x52\x59\x1b\xa4\xd2\xb4\x21\x38\xd5\x9e\x87\x17\x64\x40\x4b\xb8\x47\x5f\x71\x16\x04\xc9\x6e\x93\xaf\xd0\x6f\x18\x7d\x2e\x89\xc9\xd1\x33\x39\xba\xee\xa1\x26\xd7\x01\xf8\x0f\x24\x51\xb5\xae\x20\xef\xb1\x89\x63\x1d\xd7\xee\x29\x41\x69\xed\x4b\x77\xa2\x3b\x7d\xd9\x0b\x14\x62\x35\xf9\x04\x8c\xb4\x76\x1a\x7c\x94\x2b\x2e\xad\x1a\x86\x53\xe1\x4a\x9a\x7e\x09\x46\xe0\x2f\x68\x79\xb9\xcd\xca\xaa\x85\x6d\x1d\xc4\xf9\xa7\x04\xe5\xd9\xa1\x20\x7e\xa6\xe6\xf8\x53\xf6\xfa\xd2\x1d\xe9\xfb\x7d\x19\xc7\xe6\x0d\xac\xa4\x52\x77\x09\x8d\xde\xbc\xb9\xa0\xc4\x77\x9f\x7e\xd9\x69\x40\x92\xb3\x19\xce\xac\x82\x97\xa8\xc3\x9c\x0a\x36\x3e\x15\x67\xa5\x6f\x8f\x37\xed\xcd\x58\x39\x13\x73\x78\xe0\x45\x58\x4a\x42\xf1\x15\x36\xef\x78\x75\xcd\xcd\x13\x6b\x5f\x93\xc4\x42\xaf\x96\xca\x12\x4c\xf0\xb1\x62\x9c\x17\x81\xad\xfa\xf9\x98\xd8\x47\xd6\xd9\x8e\x4e\xe6\x74\xc5\xc2\x14\x68\xe6\xbe\x64\xbe\x20\x25\xc8\x69\xb2\xd2\x25\xf5\xb3\x51\x5e\x2e\x8a\x5d\x95\xdf\x70\x03\xd1\xb0\xd2\xe7\x12\x76\x1e\xfb\x56\xb8\x55\x8b\x65\x1d\x08\x4d\x96\xe7\x8d\xcc\xbf\xa0\x91\x43\x7f\xd9\xcc\x5d\xc1\x4a\x17\xa9\xae\xfa\x40\x68\x0e\x4f\x74\x0b\x6b\x1d\x9a\xd3\x05\xa1\xbb\x01\xf3\x6e\x4b\x0f\x5e\x3a\xe2\x4e\x09\x3c\x11\x40\x59\xbe\xe3\x19\x74\x38\x39\xcd\xcf\xd9\xf8\x74\x38\xcc\xc9\x33\xbd\x1e\xcd\x66\x9b\xe5\x73\xbf\xdf\xf4\x0f\xbb\xe5\xf2\xe9\x2c\x8a\xe6\xd6\xaf\xb9\xd1\x0e\x7a\x66\xee\x8b\x7e\xe3\x3d\xf3\x27\xd6\xa4\x5f\x87\xc7\xdc\xef\xa3\xc8\x06\x81\xd7\x1b\x54\x49\x0b\x5b\x6b\x97\xa1\x39\x39\x7a\x7f\xe4\x46\x1c\xa3\x37\xd3\x34\xf0\x39\x98\x2f\xd3\x97\xd9\x4b\x42\xdf\x5a\x79\xcd\x47\xe4\x1f\xac\x18\x6b\x36\xef\x7d\xc8\xeb\xfa\x27\x40\xeb\xdd\xeb\x6d\x49\xb9\x55\x61\xd1\x2b\xf8\x3b\x4d\x99\xcc\x6f\x7d\xa6\x94\x16\x10\xcf\xa6\x71\x55\xc1\x1d\xc0\xd6\x76\xa8\x49\xe5\xfe\x0c\x89\x0e\xd0\x9a\xfd\xbe\x7f\x94\x94\xd4\x0c\x5b\x7d\xe5\x02\x0f\x3f\x9a\xb1\x68\x57\x2e\x85\xbe\xe8\x4f\xf3\xd1\x52\x94\x3c\xcd\x47\x3a\xa4\xe4\xb4\xaa\xc5\x61\x60\x8a\x89\xcc\xee\xc8\xbc\x3b\xaf\x92\x65\xb3\xdd\x9c\xca\x69\xbf\x34\x27\xea\x7e\x5f\x8e\xd0\xa5\x49\x82\x6e\x6b\x52\x1b\x43\x4e\x77\x83\x01\x39\x45\xe3\x27\x5b\x06\xb6\x34\x07\x7d\x18\xa3\xe6\x93\x77\xa8\xfd\x9c\xea\x9a\xd0\x0d\x15\x31\xc5\xa1\x69\xd3\x4f\x79\x52\xd2\x0a\x0e\x98\x7e\xa3\x62\x12\xb8\x20\x3b\xf9\x01\x9c\x5c\xd0\x7b\x60\x4c\x7f\xe1\x4b\x01\xba\x6e\x3d\xc1\xca\x03\x6e\xef\xd9\xbc\xf7\x53\x9e\x08\x5d\x96\x01\x2c\xbc\x37\xe6\x47\x69\x41\xaf\x79\x69\xdc\xb7\xa6\xf9\xc8\xff\x80\xdd\xe3\x7f\xb2\x32\xf8\xb1\xdf\x0f\x06\xf9\x68\x93\x7d\xfa\xc1\x05\x19\x94\xe4\x7f\x83\xb4\x03\x79\xdb\xb1\xd2\x5a\x44\xf9\x7d\xb6\xc3\x7d\xb6\xb3\x8a\xbf\x2e\x89\xa1\x56\x2b\x7b\x84\x2a\xba\x88\xe3\x3e\x9c\x0e\x2b\xcd\xca\x86\xa3\x93\xd8\xd9\x60\x63\xd2\x2b\xb0\xf7\xdf\xeb\x15\xbe\x32\x6b\x7e\xc9\x76\x53\xd8\x36\x2b\x92\xde\x88\x24\x23\xbd\xb7\x58\xd0\x92\xfe\x52\x62\x3a\xda\xdf\xa1\xab\x5b\xe3\xf0\xb6\xa1\x43\x68\x7c\x86\xb8\xed\xff\x42\x26\x2b\x72\xb0\x2a\xad\x5d\x3b\x0a\x7d\x9e\x98\x1d\xb5\x7e\x60\x47\xad\x08\x5d\x1f\xd9\x51\x2b\xdc\x51\xb6\x8d\xb0\xa3\x82\x3d\xf5\x9d\xa7\x27\x63\xfb\xcc\x88\xa6\x7f\x4c\x21\x7b\xc7\x8c\x36\xee\x95\x48\x42\xb6\xb1\x7e\x2c\x06\x2e\x64\x50\x97\x91\x87\x2e\x49\x06\xde\x51\xa5\xe5\x64\xb9\x77\x61\x02\xb1\xc6\x5d\x09\xca\x62\x9b\x6c\x25\x90\x27\x02\x3e\xd1\x0d\xc0\x9b\x35\xdc\x84\xbf\x43\x05\x20\xc5\x81\xfd\xa4\x77\xec\x0b\x70\x25\xce\x14\xb1\x3c\xb3\x38\x77\xc0\x0d\x2b\x53\x5e\x69\x2f\x3b\x51\x48\x6e\xde\xca\x9a\xeb\x01\x9c\xd8\x07\x58\x9c\xb7\x96\xc5\xa1\xa8\x44\xec\x18\xfa\x33\xd3\x4e\x82\x83\x5d\xbf\xc4\x1c\xbb\x27\x04\xb6\x3f\x49\x10\x7e\x1e\xaa\xe9\x5a\xd5\x08\x8f\xf4\x67\x6b\x72\x3a\x64\x8d\xba\xdc\x88\x05\x35\xf5\xa0\x59\x39\xa1\xca\x68\xb3\xe0\xad\x0b\x31\xb5\x41\x9b\x05\x34\x51\x4d\x23\x07\x39\x75\x37\x12\x38\xb8\x66\x37\x16\x02\x99\xcc\x9b\x6c\xf5\xc1\x61\x8f\xf8\x46\xf7\x5c\x51\xe7\x80\xbb\x66\x2a\xf5\xbc\xfa\x9a\x27\x02\x60\x06\x1a\x00\xdc\xb6\x3e\x77\xc2\xb5\xab\x23\x54\x19\x1d\x08\x70\x09\x58\x3f\xaa\x29\xa2\x2e\x98\xb3\x0f\x17\x55\xcb\xd6\xe9\xc6\x23\x90\x87\xf6\xd2\xa0\x83\x07\x45\x65\x70\x51\xa3\x15\xeb\x4f\xe8\xce\x98\xa5\x1f\x07\x67\xdf\xb1\x27\x79\xf2\x67\x99\x20\x9e\xb8\x75\x2f\x4a\x4b\xe4\x34\x77\xc6\xdc\xbc\x8b\xc9\x64\x2c\xb7\x90\x6f\x0e\xf1\x9b\x81\xe9\xc3\x81\x10\xd2\x2b\xeb\x9a\x3a\x61\x3f\xc1\xe0\x48\x8a\x84\x93\xde\x5a\x57\xab\x57\xe4\x6b\x10\xcb\x1f\x6d\xa6\x6b\x8f\xe8\xb8\xc9\xd2\x0e\x94\xcf\x9f\x00\x78\xe4\xdc\x35\xf1\xb9\x3d\x0d\x5d\x08\xe3\xb4\x11\xcb\x94\x0f\x09\x30\x14\x2a\x94\x67\x80\x78\xc8\xa2\x9e\xd4\xb1\x32\x01\x40\xa9\x07\xf7\x94\x52\xe5\x5c\xfa\xe7\x54\x1f\x66\x07\x17\x75\x40\xfe\x32\x36\x08\x11\x45\x63\x0b\x24\x38\xe0\x43\x61\x2f\xe3\x3d\x35\x5a\xed\x8a\x62\xca\x01\x6c\x01\x83\xfb\x46\xdb\x71\xbf\x6f\xb3\x58\x4b\x87\xa8\x4f\x20\x8f\xa9\xd7\x4f\x64\x41\x52\x15\x84\x47\xc6\x91\x69\x78\xee\x59\x00\x1a\x42\x57\xb5\x10\xc4\xcc\x59\xed\xf7\x0b\x6b\x62\x82\x5b\x03\x58\xd5\xac\x76\x7d\x35\x8b\x3c\x75\xcb\xbd\xb5\x15\x7a\x2b\xfb\x8e\xb3\x70\x17\xc5\x25\xd1\x27\xa0\x1b\x64\x8f\x7d\x03\x42\xa6\x66\x60\x70\xe1\x58\x92\xc3\x43\xd2\x3f\xd0\x4a\x46\x22\xa8\x68\x49\xd2\x75\x6e\x1e\x9f\xe8\x3b\xb8\xe8\xd2\x4a\x84\x84\xf5\x47\x19\xda\x2c\x69\x06\x1a\xee\x37\x92\xd0\x2d\x87\x2b\xcf\xd9\xd8\x29\xf6\xf5\x4a\x26\xa9\x64\xe2\xd0\xf5\x0a\x0b\x4a\x22\x81\x76\x9d\xde\xd5\xcf\x3d\xb3\x2d\x81\xc9\x36\xe3\x66\x07\x28\x3f\x04\x22\x84\x5f\xe5\xc3\xd6\x53\x4f\xeb\x6e\x12\x00\xfa\x5f\x5a\xf4\x91\xca\x02\x2f\x5b\xe5\x01\x3b\x84\xee\xed\x7b\xda\x0a\x49\xbb\xb4\xce\xe9\x8e\xad\x41\x95\xae\x60\xf7\x87\x5e\x3e\x94\xe7\x3b\x80\xb7\x92\x83\x9d\x5d\x38\xa1\xde\xc0\xa0\x50\x09\xa8\xab\xca\xb3\x8c\x2e\x59\x7e\xbe\x18\x02\xe8\xbd\x3c\xab\x48\x11\x68\x4f\xad\xa6\xe3\x54\xba\x53\x24\x3f\xaf\xec\x45\x6e\x1d\x98\x83\xd0\x64\x39\x5d\xa4\x39\x19\xee\x48\x6f\xdd\x67\x7a\x0f\x86\x65\xac\x51\x60\xb7\x7d\xb8\xab\xe0\x49\xab\x1d\xd4\xee\x2c\x28\x28\x6c\xd8\x52\xf7\x56\x1f\x46\x96\x1c\xad\xf2\x4f\x7c\xf9\x03\x1c\xc1\x53\xe1\x54\x7b\x03\xd4\xdf\x74\x4c\xe8\x0d\x2b\x87\xea\x7c\xe3\xdc\xea\x02\xef\xad\x06\x1b\x42\xd5\xd9\x64\x3c\x2d\x42\x6d\xa8\x71\xaa\xce\xb6\xf5\xa0\x40\x31\x43\x0d\x93\x9b\xe9\x38\x9d\x8c\x09\x49\xcb\xf3\xcd\x60\x3b\xfc\x26\xe8\x37\xc2\xec\x0d\x6c\x92\xe1\x86\xd0\xc0\xaa\xf8\x9f\xee\x12\xe2\x14\x9a\x8c\xa2\xd1\x7e\xff\x83\x26\x22\x06\x39\x4e\x05\x1b\x2d\x28\xd7\x3b\x88\x6c\x8f\x5f\x43\x31\xad\x9d\x86\x0c\x94\x2d\x5e\xb6\x8a\xd7\xd3\xd5\x59\x3a\x2e\xc4\x9a\x1a\x4b\xda\x4a\x41\x06\xa1\xcf\x97\xdf\x40\x7a\x0e\xdd\x09\x3d\xfd\xa3\xba\x60\x42\xa8\x64\x8a\x96\x4c\x3d\xe4\x94\x44\x8d\x16\xeb\xa9\x37\x6a\xd1\x3f\x87\x13\x92\xea\x7c\xf5\x50\xb0\x18\x6b\xb6\xe7\xb5\xa8\x58\x6d\x13\x23\xd6\x5d\xea\x2b\xc4\x47\x11\x54\x6d\x7b\x01\x91\xd4\x22\xdf\xa5\xfd\x71\x40\x6d\x7e\x90\x6d\xa4\xf4\xa0\x1a\xc4\x4a\xbf\xef\x6a\x80\x33\xc5\x97\x0c\x7d\xb3\x18\xa9\x45\x69\x7f\x6a\xa6\x22\x6f\x40\x21\xa2\xff\x24\x5a\x36\xa1\x10\xc1\x77\x12\xf8\x18\xdc\x92\xa1\x32\xd8\x7d\xa1\x9d\x15\xa8\xa6\x53\x03\xce\x5f\xb3\xc0\x32\x98\x88\xa5\xc3\x44\x54\x1d\xd0\x7f\xce\x5c\x14\xf6\x58\x1e\xcc\x6c\x30\x16\xef\x3a\x10\x41\xd0\x42\x34\x54\x96\x8b\xb2\xe5\x32\x22\x34\xaa\x36\x99\x34\xee\xea\x12\x31\xda\x88\x25\x07\xd8\x9b\x52\x4d\x73\x56\x21\x76\x59\x2a\x59\xb4\x95\xfc\x26\xf2\x36\x03\x4d\xd3\xb6\x8a\x5d\xe8\x4b\xa5\x22\x74\xc7\x56\x22\x41\x51\x27\x5e\x4a\x32\xd2\xab\xf0\xee\xfe\x64\xa5\xb8\xae\x26\xfc\x69\xd4\xb3\x6e\x8c\xdf\x6e\xcc\x38\xda\x80\xa6\xec\xa3\x7f\xbc\xaf\xbe\x7e\x44\x66\x63\x84\x91\xd9\xef\x1f\xbd\xbf\x34\x8f\xc4\x98\x8e\x98\xd7\xfc\xa0\x0b\x49\xc1\x6a\xbd\x48\x72\x6a\xca\x44\xbb\xa7\x85\xe3\x33\x6d\x11\x8c\x65\x62\xbf\x2f\xce\xe1\xa9\x05\x84\x0e\x56\xe2\xd6\xb3\xfd\x3e\x1c\x8c\xe3\xf5\x31\x95\x2c\x2a\x85\x8a\x7a\x18\xc1\x98\x9c\x16\x4c\x9d\x0b\xe4\xa4\xa7\x68\xc0\x27\xa8\x1a\x4e\x48\x6d\x08\xd2\x71\x0a\x03\x8e\x19\x76\x03\x3f\x82\xd8\xcc\xb7\x65\xae\xd2\xa8\xda\x5d\x29\x99\x81\x3d\x21\x24\x1b\x76\x27\x2b\x01\xb2\xca\x1f\x92\x12\xfc\x8d\xef\x06\x52\x1f\x2e\x01\x05\x2c\xac\xdd\x56\x14\xd1\x25\x33\xae\x55\xeb\x05\xfe\x96\xab\xf5\x9b\xec\xca\x4b\x38\xd7\xa1\x91\x49\xf1\x28\x23\xa7\xeb\xd3\xe1\x70\x4d\x96\x03\x96\xd1\xd5\x80\x45\xef\xd1\xcd\xe1\xf2\xac\x88\xe3\x64\x35\x60\x1b\x91\x14\xc3\x25\x21\x74\xd5\x67\x0b\xcb\xc4\xfe\x28\x13\x41\x57\x60\xdc\x66\xfc\x74\x2b\xea\x47\xde\x3b\x64\x6e\xad\x04\xda\x1f\xc3\x1d\x6f\xcd\xc6\xa7\xeb\x33\xd1\xf1\xc0\xb1\xb6\x0f\x1c\x5b\x16\x46\xcf\xd6\xe8\xf6\xb3\xe6\x34\x33\x8e\xb7\xf6\xce\xe9\x74\xbe\xc9\xfd\xaf\xfa\xea\xb1\xa6\xe6\x1a\xbb\x64\x8d\xd6\x2d\x09\xb1\x2e\x16\x03\x40\xc0\x96\x4a\x93\xd2\xb7\x05\xab\x77\xd3\x9c\x11\x35\x15\x00\xa6\x41\x5f\x9a\x87\x81\x14\xdc\xf8\x38\xf8\xb3\x1c\x65\xf3\x49\x99\x08\x9a\x13\x2b\x4f\xb0\x37\xd5\x1c\x3c\x1a\x05\x94\xfa\xab\xd6\x1b\x90\x7b\x89\xb5\x17\xf5\x92\xcd\xe6\x14\x51\x5e\x1d\x88\x10\x80\xbd\xda\x3c\x82\xa9\x44\xce\xf2\x39\x39\xf5\x76\x1f\x5b\x9e\x08\xbc\x53\xdc\x88\xa4\x24\xe6\xf1\xeb\xd4\x41\xc2\xa1\x20\xca\xbc\x8e\x65\x98\x52\xb8\xd7\xb3\x7b\xfc\x64\x18\x61\xc7\xcc\x08\xfd\x04\x39\xfc\xdc\xb4\xc9\xf3\x52\xf4\x40\x80\xaa\xce\xd9\xf8\x54\x0d\x87\xe4\x47\x69\x98\xee\x28\xa2\xe5\x4c\x19\x09\x2a\x7c\x29\x41\xa3\xc1\x92\x17\x5c\x69\xf6\x19\xce\xad\x43\xf8\x2c\xfa\xb7\x0e\x0e\xcf\x1c\x3e\x80\x8f\xb2\xa6\x15\x93\x14\xf1\x4d\xa8\xa8\xb9\x3a\xb2\xca\xc0\xb4\x62\x49\x3e\x2d\xb2\x74\x91\x11\x7d\x65\xa3\xd2\xba\x6e\xc2\x19\xab\xf0\x16\x0e\x3c\xac\x18\x48\x62\x2f\xe1\xfb\x7d\x79\xce\xb8\x03\x52\xaa\xf2\x3f\xf9\x7e\x9f\x08\x56\xd2\xbe\x01\x54\xa1\x25\x21\x81\x02\x61\xc6\xf2\x69\x22\xcf\xc6\xd3\x32\x4b\xa5\xae\x8b\xa4\xfa\xd7\x2e\xbc\x81\xa4\x63\x24\x38\x19\xab\x7a\x0e\x93\x46\x53\xba\xc5\x3a\x93\x60\x6c\x5a\x84\x7e\xf3\x16\xa2\xd8\x6d\x4a\x13\x0e\x90\x05\x36\xe6\x56\xc8\xa5\x71\x38\x78\x2d\xc5\x6e\x0b\x69\xec\x34\x2c\x70\xc7\xad\x98\x8f\xa3\x4b\x16\x88\xb6\xae\xb9\xfa\x91\x17\x5b\x2e\x13\x45\xa1\x28\x70\x3b\x19\x11\xba\x66\xfd\xf1\x69\x5f\xf7\x82\xec\xf7\x45\xd2\x5f\x93\xd3\xb5\xbe\xe0\x99\x7d\xb9\xab\xf9\x4a\xca\xc8\x7e\x1f\xbd\x2f\x23\xba\x61\x4f\x44\xb2\xa5\x4b\x32\x8d\x6e\xa3\x74\x15\xc7\x3a\x94\xb1\xed\x34\x2a\xa3\xb4\xbf\xd2\xe4\xbd\x32\xe4\x7d\x4b\x70\x83\x44\x5b\x20\x36\x3a\x72\xbd\xdf\x6f\xf6\xfb\x64\xc3\x22\xdd\x82\x45\x1c\x2f\xfa\x6c\x43\xee\x2d\xbb\x3e\xa1\x45\xe2\x36\x6e\xbe\x4a\x36\x71\x9c\x2c\xd8\x86\x50\x79\x3e\x8e\xe3\x3e\x34\xd2\x60\xf3\xea\x46\xde\xb0\xbf\x72\x74\x6d\x25\x68\x46\xa8\xa2\x55\xa0\x8e\x76\x02\xce\x83\x6f\xc8\x7e\x9f\xdc\x8c\xd6\xb9\xba\xb4\xee\xcc\x6e\x02\x24\xcb\x63\x87\x2c\xac\xb8\xc2\x80\x15\x3b\x8f\x8f\xd6\x65\x58\xa8\x23\xdc\xe9\x95\xcb\xc0\x67\xff\xfb\x98\xb9\x3d\xe3\x73\x71\x20\xbf\x4e\xaa\x21\xac\xb4\xc9\xe8\xdb\x74\xf4\x2d\xf9\xba\x76\xd1\x41\xc3\x5b\xe7\xf7\x12\xef\x22\xe7\xe3\xa9\x43\xef\xfd\x26\x45\xb8\xdc\x6f\xbc\x4b\x2d\xb4\x86\xfa\xc3\xb8\x3d\x33\x8e\xcd\xac\xc3\x37\x1c\x5d\xbc\xa3\x8c\xa7\xf9\x19\x1b\xa7\xf9\x39\x13\x16\x05\xfe\x7e\x17\x0c\xa5\x9d\xa7\x01\xfb\xf6\x6b\x87\x78\xb5\x3b\x5c\x86\xce\x97\x17\xa2\xac\x94\xdc\x2d\x94\x90\xe9\xa5\x71\xbb\x13\x10\x93\x06\x1a\x8e\xf1\xa5\xde\x65\x77\x43\x2b\xae\x5e\xc1\xa9\xd7\x70\x35\x7d\xe3\xfd\x7e\x9b\x53\x91\x96\x4c\xce\xf8\xbc\xa7\xff\x83\xf3\x23\xd2\xac\x44\xd4\x67\x7a\x53\x43\xa0\xa2\x7f\x97\xa3\x75\x56\xbd\xba\x2d\x5f\x4b\xb1\xe5\x52\xdd\x81\xf9\x98\xf1\x1e\x4f\xff\xae\x53\xa1\xf7\x78\xb8\x1c\x93\x03\xbd\xee\xa8\xbe\xee\xe8\xd9\xd4\x3e\xe3\x73\x48\xfd\x54\x2c\x8e\xb9\x84\x5e\x8a\xc5\x81\x66\xcb\xe5\xcf\xa0\x03\xda\x74\x9d\x0d\x80\xa2\x35\x5d\x54\x35\x8d\x34\x39\x8e\xd2\x68\x57\x82\x5e\x49\x34\x4f\x6e\x4a\xd0\xa2\x31\xe2\x85\x56\x49\x21\x9d\x6e\x97\xd8\xf4\x6a\x33\x18\x48\x70\xc1\x3a\x93\x73\xa6\x47\x09\x5c\x09\x95\xd9\x86\x33\xc6\x03\xa3\x32\x78\x79\x4b\x24\x9d\x10\xda\x1f\x43\x0f\x5e\xdd\x70\x59\x64\x77\xe9\xdf\x42\xc5\x98\x60\x5a\xf8\x48\x89\x8f\xbc\x9c\xf2\xf4\x52\x13\xa2\x17\x62\x69\xbc\x68\xdb\xa9\x42\xd5\x31\x89\x8e\x07\x2e\x75\x1b\x89\x5a\x4b\x71\x0b\xf2\xe9\x0b\x29\x85\x4c\x22\x53\x49\x75\xb2\xc9\xee\x4e\x4a\xa1\x4e\xae\xf8\x09\x74\x67\xb5\x2b\x46\x11\xe9\x05\xfd\x13\x26\xa9\x79\x13\xd1\xf3\x9e\x4a\xaa\xff\x5c\x6e\xf9\x22\xe5\x54\x6c\xb3\x7f\xee\x78\xaa\xd0\x53\x8a\xfe\x3e\x58\x0c\x57\x28\x40\x27\xfd\x81\x97\x83\x01\xd5\x04\x13\x90\x6f\x09\x31\x83\xdc\xdd\xd9\x23\x23\x6d\x5b\xd2\x35\xd4\xd6\xdf\xb9\x1e\x65\xdb\x36\x38\xa4\x60\xf0\x5b\xe2\x13\x1e\xc7\xe5\xc3\xb3\xd1\xd9\x01\x78\x49\x72\xbd\xd0\xdd\x40\x6e\x11\x7c\x66\x35\x27\x4c\xdf\x92\x6d\xc5\xfd\x40\x6e\x63\x99\xa2\x7e\x5d\x96\x63\x2e\xd4\xd3\x70\x2e\x47\xc0\xc1\xff\x84\xd7\x0e\xc3\xce\xa7\xc8\x61\xa7\x6a\x0a\x8c\x73\xc0\x1c\x13\xfa\x8c\x3b\xc5\x47\xb0\x9b\x7d\x27\x8d\xba\x23\xb4\xc6\xb7\xd7\xe9\xa2\x7e\x6e\xe0\x1b\xcc\x94\x64\xa0\xc0\xf3\x30\x90\xdf\x2a\xc9\x9d\x7b\xfb\xdc\xb3\x9d\xe7\x9a\x1b\xb7\x0d\x0a\xc2\x8d\x9d\xae\x64\x61\x58\xc9\xea\xf5\xbb\xd7\x90\x38\xfe\xcd\x0c\xbf\xb1\xe8\x44\xa6\x26\xb7\xe0\x0f\x19\xcb\x11\xe2\xa1\x0a\x1c\xc1\x58\xf1\x68\x2f\x10\x9e\x22\xa2\xb1\xc7\xfc\x30\xa2\xd1\x24\xd3\x37\xf7\x71\x3a\x21\x64\x30\x09\x4c\xb3\xab\xd3\xdd\x99\x04\x6d\x00\xdb\x85\x1d\xe5\x4e\xca\xda\x1e\xaa\xde\x98\x01\x96\x27\x80\x0c\x3a\x98\x38\xcb\x5f\x16\xb3\x72\x6e\x5a\x3c\x5a\xac\xf5\x41\xfc\x6b\x30\x73\xa5\x65\xc1\x05\x85\x84\xe0\x98\x1f\xa5\x88\x7a\x0a\xaf\xb9\x7a\xa3\x29\xc0\x13\x95\x76\x69\xb7\x9d\xfc\xb5\x74\x93\x8e\x44\x56\xf7\x10\x72\x54\x0f\x67\x58\xf3\x84\x13\xa3\x0c\xea\x6a\x79\x73\xb7\xe5\xb5\x9a\xc8\x3d\x07\x7b\x5f\xbf\xce\x50\x48\x42\x25\x53\x39\x16\x74\x91\x07\xd1\xd6\xd5\x6f\xc9\xc6\x34\x67\x89\xf4\x00\x94\x8f\x1e\x03\x6f\x80\xfe\x64\xf5\x78\x11\xc5\xe4\xec\xf1\x1c\xd9\xb4\xf0\x6c\xcd\x58\x39\xc8\xcf\xcf\xc1\x77\x69\x92\x4d\xe5\xec\xf1\xd7\xd9\x70\x32\x4f\xc7\xe4\x9c\x09\x92\xb3\xcc\x59\xf7\xf6\x13\x88\x1c\x4c\xe6\x67\x82\x90\x7b\x28\xf0\xeb\x6c\xf0\x78\x6e\x4e\xd6\x92\x65\x83\x09\x3e\xcc\x54\x7a\xb3\x21\x94\xed\xab\x15\x40\x12\x1a\x02\x73\x12\x91\x74\x38\xb1\x3c\x4f\x75\x36\x9e\xaa\x74\xcc\x58\x85\xac\x97\x72\xa0\x2a\xd5\x70\x82\x03\xa5\x69\x70\x63\x8c\x1a\x7b\x48\x93\x10\x6f\x2f\x02\xdc\x8b\xce\x34\xbd\xf4\xdf\x89\x41\xd6\xf6\xd3\x9b\x70\x82\x14\x88\x40\xfe\x54\x41\x65\xc8\x79\x76\xcf\xa4\x2d\x00\xd3\xa0\xef\xe2\xd9\x78\x1e\xe4\x6b\x2e\x01\xab\x39\x07\x2c\x4b\x55\x36\x4f\x70\x67\x84\x72\x22\x8d\xee\x43\xa5\x2f\x1e\x34\x67\xb6\x2a\xec\xbb\xd1\x57\x6e\xd1\xd9\x7c\xa6\xe6\xa4\x9c\xe9\x3f\xf3\x38\xb6\x8a\x76\xf8\xdb\xb3\xe3\x90\xca\xdf\xc7\xc6\xa7\xe2\x4c\x07\x59\x0a\x23\x2c\x85\xc9\x18\x66\x9d\x89\xf9\xbc\x97\xb9\xf2\x32\x8b\xba\x3c\x5a\x43\x1f\x11\x01\xb3\x9c\x85\xbf\xe7\x53\x5f\x79\x18\x4c\x52\x1d\xa0\x4f\x82\x5a\xfb\x30\x04\x19\x3c\xab\x3f\xf4\xe1\xba\x10\x57\x59\xd1\x6a\x55\xc5\x5c\xdc\x4c\xcc\x7b\xd5\x68\x2b\xf9\x32\xc9\x61\x36\x49\x1c\x1b\xdc\x5e\x49\xab\xd1\x4d\x56\x10\x57\x0b\xfe\xf4\xa8\xa6\x7a\x8e\x2e\xdd\xa5\xff\x38\x47\xb6\x14\x0b\xb7\x34\x0d\x6f\x95\x70\xf6\x12\xd4\x23\x51\xfe\x39\x95\xe6\xda\x25\x8d\x43\xdf\x94\x6b\x6a\x06\xe4\x00\x05\x87\xdf\x0b\x21\x97\xdd\x4b\xa1\x45\x76\x01\xd2\xcc\xd6\xf8\xc6\xd4\xe8\x6b\xd2\x34\x3b\x8d\xc4\xd5\x1f\x08\xf7\x64\xcf\xd7\x69\x9d\x44\xa4\xd0\x28\x20\x78\xa9\x44\x02\xad\xf6\x7b\xbc\x05\xe8\x56\x81\x9a\x79\x47\x9b\x4c\xb5\xbf\x98\x6a\xeb\x85\xd6\x8b\x80\xec\xfa\x22\xd6\x5d\xc4\x1f\x7e\xac\x5e\x2b\x47\x20\x5d\x01\x88\xad\x49\x39\x48\x28\x0f\x80\x70\xfb\xc4\x3a\xea\xec\x2c\xcf\x17\x83\xbe\xdd\x28\xb8\xba\x18\x1f\x82\x32\x41\xe6\xf9\x31\xa4\x85\x83\x1a\x37\x1e\xb8\x74\x3e\x50\xbc\x0d\x3c\x41\x56\xa2\x63\x62\xc0\xa9\x37\xec\xb1\xa6\x4c\x85\xbb\xe3\xd7\x4e\x1d\xce\xbe\x9f\x49\xf4\xfb\xcc\xcf\xea\x09\xa6\xbc\x91\x23\xe5\xe7\x60\x3b\xc6\x72\xf4\x47\x4e\x25\xab\x51\x72\xb3\xcd\x24\x73\xa4\xec\xa3\x19\x02\x89\x83\x30\x3e\x32\x08\x83\xa4\x9c\xba\xaa\xb0\xa3\xc3\xd7\x79\x22\x49\xaa\x4f\x9a\x25\x5f\x65\xbb\x42\x79\x24\xdd\x0e\x1e\xff\xa9\x4a\xc2\xa1\xf3\xb9\x1c\x22\x6f\x47\xa6\x97\xad\x4c\x15\x57\xf8\xce\x82\x8e\x3e\x3a\x59\x36\x93\xf9\x67\x19\xf4\xdc\x69\x48\xb4\x5f\x83\x4b\xc6\xcd\x93\x8d\x71\x1e\x02\xaf\x89\xb5\x10\x76\x7f\xf0\xde\xd0\x67\x6a\xce\x24\xed\xcb\x38\xfe\x28\x92\x12\x4d\x1d\xeb\xa9\x0d\xa6\xf8\xf8\x80\xea\x20\xa0\xb0\x84\xad\x6e\x71\x6b\x37\x0d\x78\x57\xcd\x3c\x30\xb3\xfb\x7b\x12\x9f\xb5\x7d\x06\xdd\xb9\x7a\x5d\x9a\x18\xd5\x02\x66\x9a\x0c\x26\xed\x40\x83\x65\x2c\x13\x15\xaa\x8b\xd0\x8f\xa2\x99\x96\xb4\xb3\x1b\xe8\x76\x3a\x18\x94\xa6\x4b\x7a\x77\xfd\x54\xae\x44\xda\x78\xf6\xef\x5a\xda\xfa\x5c\xaa\xb3\xb5\x2d\xac\x60\xc5\x38\xea\x65\xf2\xc6\x7a\xad\x25\x3d\x58\x16\x01\x69\x57\xa2\xd8\x13\x00\x8a\xad\xa5\xb1\xbe\xe0\xf5\x26\x54\x14\xed\xfd\x52\x8e\x8f\xa8\xdc\xc0\xbc\x85\x7d\x4b\x1b\x93\x07\x29\xbf\x2f\xb2\xaa\x32\xc9\xe1\x9b\x5e\x5d\xdb\x30\xf3\x45\x6f\x65\xb6\xb5\x61\xee\x9b\xde\xe6\xcb\x6b\xae\x20\x0c\xbf\x0e\x70\x2c\xfc\x9a\xf3\xdb\xad\x90\x1d\x1b\xc3\x68\x8f\x34\xa9\xca\x33\xab\xf8\xdd\x8c\x78\x23\x0e\x70\xc9\xfc\x0d\x8a\x3f\x8e\xa2\x49\x33\x0a\x58\x99\x74\x41\x57\x2c\x2c\x85\x2e\x59\xc2\xd9\x9b\x4e\x7a\x4c\x88\x7d\xac\x59\x33\xee\x44\x3d\xca\x38\x13\xb4\xfe\x87\x58\x64\xfd\x0f\x81\xcf\xd0\x87\xd1\xa9\x29\x82\x48\x77\x8a\x31\x2a\xae\xde\x96\x7c\x99\xab\xec\xaa\xe0\xe0\x30\xdd\x78\x66\x0a\xdd\x07\x29\x42\x23\x30\x1c\x63\xac\x24\x4b\xb8\x3c\x6f\xbd\x18\x30\xbb\x12\x37\xdc\xc8\x01\x4b\x6e\x44\x88\x46\x58\xe7\xae\x0f\xab\x6e\x49\x54\x83\xa0\x79\x9c\x41\xc8\x82\x2d\xa9\x61\x21\x04\x48\x25\xa1\xb9\xfe\x69\xad\x19\xdc\x4a\x99\xea\x3e\xb9\xcf\xb7\x20\x0c\x57\x62\x7b\x5e\x8f\x98\x9a\x3e\x0d\xeb\xc1\xe9\x91\x72\xce\xd8\x36\x8e\x13\x9d\xc7\xbc\xa6\xd1\xb5\x4b\x81\x00\x0e\x9b\x38\x4e\xd6\x6c\x33\xac\x85\x92\x83\x9d\x45\x25\xb6\x6c\xe9\x1c\xbe\x42\x50\x01\x00\x1c\xe6\x07\xbc\xdf\xb1\x28\xa2\x11\x7c\x45\x8c\xe5\xd3\x64\xcd\x3a\x06\xa4\x5e\x03\x6d\x14\x30\xde\x7e\x8a\x48\x9a\x44\xba\x70\x28\x64\xcd\xc6\x69\xb4\x01\xc0\xb4\x08\xed\x03\xd6\xac\x6b\x9c\x1b\x0d\x7f\xf4\x98\xd4\x1b\x8a\x7e\x6d\xd1\x20\x41\x20\xe9\xcc\xd8\x9a\x56\x6c\x49\x77\xac\x31\x18\xb4\x60\xcb\xc6\x00\x9a\x07\xe8\x64\xc1\x7e\x95\x89\xdb\x26\x84\x84\x6e\xd7\x36\x3a\x66\xd1\xf4\xce\xd7\x67\x2d\xe7\x98\x3e\x15\x7a\xc7\x3b\x50\x25\xf3\xeb\x6b\x2e\x5f\x95\x3f\xf3\xbb\xa7\xe2\x16\xee\xe7\x4f\x24\xa9\x85\x83\x99\x9d\x8e\x78\xdd\x88\x78\xbb\x4d\x3f\x4a\xca\x3f\xf1\xc5\xf7\x62\xb3\xc9\xca\x65\x93\xbe\x2e\x5a\xfc\xbd\xa7\xa6\x8b\x72\xc6\x43\x2f\xd1\x28\xe2\xb0\xe5\x5f\x14\x7c\xa1\x64\xbe\x68\x9d\x40\x17\xdc\x19\x54\x12\x42\x57\x79\xb9\x7c\x2d\xaa\x1f\x5b\x84\xc5\xb2\x28\x93\x9e\x02\xb9\x74\xce\x86\x13\xaa\xd8\x30\xd0\x5c\x14\x6c\x4c\xb3\xc6\xcd\xf2\x54\x9c\x01\xdc\x40\xc6\xfe\x16\x1c\xc7\x19\xcd\xa1\x4c\x62\x05\xa7\xa0\xd3\x7f\xea\x5c\xcb\xd1\x8d\xb8\xe1\x3f\x1e\x15\xa0\x81\x8d\xa7\x34\x08\xb4\x1e\x1f\xe9\xbb\xbb\x20\x79\xe9\xf8\x00\xd9\xc4\xae\x95\xb0\xe9\x31\x37\xe8\x3a\xa3\xa8\x63\xfa\x37\x99\x48\x3c\x81\xd1\x5c\x08\x7a\xee\x4d\x16\x55\xf1\x42\xdc\xf0\x5f\xf3\x6a\x97\x15\xc5\x1d\x49\xf9\xd9\x78\x5a\x5a\x96\xb8\x04\x96\xf8\x40\x68\x21\x60\x1c\xf1\x49\xe7\xe1\x2e\x38\x04\xef\x32\xb8\x17\x8c\x2a\xb1\xe1\x6a\x9d\x97\xd7\xd8\x31\xbe\x4c\xc8\xb4\x7c\xc0\x04\xd9\xbd\x1e\xa5\x5f\x19\xb9\x46\x8d\x5f\xc0\x59\xfb\x9b\x4c\x4a\x2a\x7d\xb7\xfa\x13\xc7\xcf\xe8\x6e\xe0\x21\x94\x83\xbd\x05\x24\x3a\x18\xe3\x1a\x93\x45\x89\x34\x3f\x98\xa3\xdf\xac\x90\x5f\x8f\xaf\x10\x2a\x58\x79\x7c\x95\x64\x6c\x4c\xab\xe6\x2a\xc9\xce\xd4\xe9\x60\x90\x59\x39\xbc\x3d\x9d\x2a\x0a\x5e\xf0\x82\xc7\x2a\x31\x15\x6c\x07\x74\x20\xc5\x3f\x4c\xd0\xa4\x62\xbf\x3b\x91\x4e\x4e\xa5\x5f\x56\x75\x97\x85\x15\xae\xab\x5f\x1f\x9c\x94\x60\x32\xac\x43\xa9\x7e\x63\x05\xa1\x9e\x3a\x2c\x9f\x38\x46\x45\xc6\x8e\x49\x83\x36\x3f\xbc\x46\x33\x04\xcc\x21\xc1\x4c\x64\x76\x41\x65\xb0\xa0\x8c\xa2\xd6\x1b\x95\x48\x9a\x59\xc8\x2e\x18\x11\x0b\x6d\x72\x2d\xb2\xe2\x7b\x78\x25\x03\xf5\x03\x18\x92\x30\x94\x58\xbf\x56\xc6\x59\x25\x02\xc8\xeb\x01\x93\x14\x25\x4c\xf6\xa5\xd7\x3c\xe8\xa8\x38\xce\x18\x2b\xeb\xb7\xc7\x38\xfe\xa7\x34\xd7\x53\xfa\x8b\x6e\xcc\xce\xb4\x03\x4e\x2e\x74\x90\x49\x77\xb8\xfc\xa9\x35\xbd\x09\x8c\x74\xc6\xa7\xd9\x59\xd9\xf1\xe4\x9d\x0d\x06\x24\x0c\x9f\x65\xf3\xa0\xed\x2c\x9f\x65\x73\xbb\xe6\x10\x78\xb6\x43\x44\xd3\x21\xab\x32\x4a\x86\x20\x9a\xb2\xe6\x8a\xa8\x27\x13\xdc\xb3\xfc\x1b\x20\xaf\xbd\x01\x9e\x26\xdc\x00\xd6\xef\xf7\x25\x18\xfc\x61\x6f\xe2\x58\x4e\x87\x43\x99\x0e\x06\x65\x40\xf2\xdc\x63\xa0\x24\x34\x63\x4f\x04\x3c\x7b\x4f\x3b\x9e\x43\x9e\x08\xd0\x52\x3e\xa4\xfe\x2d\x50\x74\x25\xf4\xd1\x9c\x1c\x3a\xde\x55\xfa\x61\x82\x38\xee\xeb\x72\xc9\xe1\x14\x1e\x03\xb3\xc4\x37\x67\x38\x21\xe4\x94\x0c\x87\xc6\xa1\x9b\x97\xf7\xd6\x92\x95\x3a\x91\xe6\xeb\x3b\x34\xe0\xd1\x8c\xcc\xa8\xbb\xa3\x50\x17\x4e\x38\x71\x7d\x5d\x80\xdc\xff\x56\xe6\x8a\xd7\x9a\x68\xb4\xeb\xe2\x98\xb3\xa6\xdc\x1f\x12\xef\xf7\x49\xd2\x15\xce\xfa\x5d\xa1\x64\xfa\x4c\xd4\x2e\x80\x46\x6b\xea\x69\x7e\x53\xb3\x5a\x76\x19\x22\x92\x3e\xff\x57\x73\xd0\xdf\x8d\xcc\x33\x72\x81\x6f\xa0\x87\x11\xc5\xa7\xae\xae\x86\xe9\xeb\xbe\x71\x40\x7d\xf4\x3d\xab\xc6\xea\x5e\x73\xf5\x2c\xe7\xc5\x32\x21\xe8\xde\xfa\x40\x3d\x5c\x4e\xbb\x84\x7e\xd2\xaf\x3d\x22\x78\x73\xf9\xbe\x3b\x38\x16\x59\xa9\x2e\x96\xb9\xd2\x97\x62\xc3\xa7\x74\x10\x36\x23\xe6\xb1\x4a\x7e\x0a\x94\xfc\x80\x33\xa0\x6e\xae\x02\x6f\x89\xa1\xaa\x5f\x4d\x15\xb0\x95\x04\xf1\xed\x8c\x34\xfb\xd2\x58\x8a\x84\x17\x42\x0b\xb4\x54\x1b\x0c\xab\x4f\xd9\xb3\xd7\x34\x54\x14\x0c\x34\xbf\x9a\x6e\xf6\xd7\x96\x1b\xae\x41\x6f\xad\x8c\x07\xc6\x61\xad\x74\xe7\xbb\x94\xa2\x87\xd2\x9a\x5b\xf9\xe3\x79\x90\x53\x0c\xaf\x06\xe9\xda\xa4\xa5\x01\x5f\x9a\x2e\x9d\xdb\x47\x5a\x37\x8d\xe9\x18\x77\x77\x60\xf1\x69\xc2\x59\x78\xc9\x6b\x0a\xe6\xdc\x09\x0b\xd7\x57\x1a\x7a\x17\xac\xad\x81\xb6\xc2\x20\x21\x6d\x85\x29\x3e\xe5\x81\x15\x84\xb1\x7f\x80\x92\x53\xab\x5b\xb9\x02\x27\x7b\xae\x55\xdc\xa5\x20\x20\x3c\x03\xe9\x87\x12\x26\x21\x3a\xcc\x97\x60\x7e\xb4\xdf\x8f\xed\xa2\x09\xcc\x2f\xdc\x7a\xea\x58\x22\xaf\x45\xc5\xb8\x7f\xe5\x91\x9a\xe5\x86\x4d\x15\x28\x0b\x60\x49\x56\x74\xd7\x54\x3b\x34\xf1\x4a\x6c\x31\x1a\xd4\x0f\x79\x4b\xfd\xd0\x24\x93\xc6\x41\xb7\x12\x2d\x35\x44\x93\xc2\x5c\x6f\x21\x89\x55\x47\xe4\x4e\x1d\x11\xf7\xba\xd5\x48\xac\x69\xfd\xca\x9a\x46\x22\x01\xf8\x83\xcb\xfc\xcf\xf6\xa3\x61\x8d\x49\x75\x4a\x15\x01\x01\x6f\xcf\xd9\x7e\xff\xe8\x1f\xef\x97\x03\x8b\x35\x84\xe8\x1d\x9a\xb3\x9f\x72\xb8\xeb\xa4\xfc\xe0\x37\xab\x6c\xa9\x57\xe0\xdd\x08\x96\x3c\x83\x07\xf0\x60\xdf\x1e\x4b\x8d\xdb\x8a\x01\x48\x55\xc0\xe4\x86\x6a\xb0\x71\xfc\xca\xfa\x46\xc5\x53\x53\xb6\x24\x14\x3d\x64\xa5\x41\x4a\x95\x53\xd9\x10\x54\x74\x58\x1e\x1b\xa1\x48\xcb\xea\xd8\x84\x5b\xb6\x40\x21\xe4\x9f\x0b\x9f\xa9\xf9\xa8\x14\x3f\xe2\xe2\x27\xf7\x4a\xf3\x22\x39\x8d\x30\x36\xb2\xba\x31\x83\x41\x0e\xef\xd2\x0e\x6f\x48\x2e\xf8\x5b\xb4\x72\xef\x8f\x35\x99\x97\x34\x92\x7c\x25\x79\xb5\x8e\xa8\x7b\xc6\xd6\xf7\xa8\xec\x98\x0e\xc3\xcf\xca\x5d\x8e\xa8\xc9\x5a\x9f\xf0\x4e\x2a\xd7\x74\x2c\xd6\xe3\x1d\x7b\xa4\xd1\xbc\x4b\x15\x26\x71\x6b\xd0\xd3\x8c\x80\x44\xd6\xc3\xe0\x7e\xfa\x87\xc9\x6d\xa9\xce\x7e\xef\x71\x41\x87\x4d\xd9\x2b\x39\x1f\x7d\x4b\xe2\xf8\x17\x93\xc7\x1d\x80\xed\xc1\xa9\x6e\xb3\xed\x53\xd1\xbe\x34\xd6\x1f\xc7\xfc\xbb\xd8\x62\x83\x72\xc6\xdb\xdc\x8e\x5b\xa3\x63\xdd\xc8\x2a\xf5\x3e\xd7\xce\x83\xd0\xdb\x7e\x6b\xf8\x70\x41\xe8\xe1\xfb\xbb\xed\x83\x69\xb1\x3d\xbc\x09\x55\xe6\x8c\xfa\x49\xd7\x08\x67\xf0\xbf\x7a\x62\x83\x04\xef\x37\xdc\x3e\x46\x31\xe9\x73\x45\x98\xcd\x76\xf0\x87\xe3\x17\x67\xb5\x47\x24\xe4\x45\xa9\xf1\x17\xe6\x34\x76\x07\x87\x03\xcd\x45\x72\x89\xbb\xf6\xaf\x92\x5d\x8e\x8c\xa4\xbd\x62\xf7\x07\xfa\x77\x1d\x80\xdb\x1d\xd1\xd1\x40\xba\xed\x09\x15\x0f\xee\x73\x3e\x27\xea\x07\xc9\x38\x4e\x40\x0b\x88\x35\x9c\x6c\x95\xe4\xbe\xec\x33\x55\xc6\xb1\x31\x82\x26\x87\x54\xa2\xe9\x85\x2a\xd9\xe5\xe8\xa7\x32\x57\xec\x5e\x09\xa4\x6c\xed\x7e\x04\xac\x19\xa4\x8d\x0e\x87\x1e\x2f\x93\xe8\x26\x2b\x76\x3c\xa2\x51\xd4\x34\x2b\x05\xe7\x7b\x00\x0d\x06\xfe\x16\x40\xff\x40\x67\x00\x9d\x26\xbc\xa6\xb4\x72\xd8\x57\x5c\xd4\x58\x62\x8a\x3e\x01\x65\x4b\x97\xd7\xeb\x21\x47\xf4\x31\x7d\xd2\x08\xb7\xea\xc4\x00\x22\x03\xe1\x81\x66\x47\xe4\x12\x1b\xad\xf1\x88\xfe\xa5\x4e\xfd\x3e\x26\xb8\x15\x38\xa1\x5c\xd6\xeb\xad\xc1\x68\x77\x37\x1e\x68\x61\x00\xb9\xcd\x54\xf8\xf2\x4b\xcb\xd0\xe7\x65\x8f\x7b\x9a\xdc\xa9\x18\x92\xb3\xb1\x7d\x95\x17\x16\x6c\xc6\xbe\xa1\x2b\xa3\xfb\x36\x9c\x30\x26\xac\xda\x1b\x13\x03\x67\x4b\x67\x9e\x3e\xd7\x3c\x29\xa9\x20\xe4\x50\x0e\x06\x07\x42\x02\xec\x06\xd9\x00\x10\xc8\x43\xfd\x57\x45\xe5\x2c\x9f\x03\x12\xcc\x2c\x9f\x9b\x0b\x86\xfe\x5a\xac\x5d\x15\x06\x14\x1c\x46\x78\xcb\x17\x79\x56\xe0\xbd\x8c\x3e\x9a\xbd\xdf\x8d\xc7\xe3\xf1\x50\xff\x99\xac\xf4\xff\xff\x09\xff\x67\xcb\xf7\xbb\xc7\xe3\xf1\xd5\x10\xfe\xac\xf4\xff\x8f\xff\x0b\xfe\xff\xef\xf7\xbb\x15\x5f\xad\xe6\x8f\xae\x69\xeb\x95\xc8\x01\x49\x06\x95\x80\xad\xf0\x2f\xfc\xfa\xe2\xd3\x36\x51\xa3\x4a\xec\xe4\x82\x83\x6f\x7d\x7d\x2c\x47\xef\x55\x44\xa6\x51\x94\x46\x7b\xfd\x45\xa3\xeb\x88\x50\xd9\x37\xcb\x3b\x8e\xf9\xc8\xd0\xcf\x84\x74\x74\xe0\x75\x91\x2d\xf8\x5a\x14\xcb\xce\x37\x28\x05\x1e\xff\xab\x6d\x56\x82\xcb\xff\xff\x2b\xa2\x20\x49\x2f\x6f\xb2\x22\x5f\x82\x6a\x6c\x00\x56\xa9\x72\x55\x70\x16\xbd\x7f\xbf\x8b\x06\x1e\x93\xec\x89\x4a\xc6\xfa\x3a\x6e\xb8\x87\xc9\x7f\x90\x96\x70\x3e\x93\x79\x36\x2c\xb2\x2b\x5e\x44\xd4\x14\x03\xf4\xb1\xde\x9e\x5a\x3f\xdc\x2a\xe5\x46\x7e\x68\x26\xc3\x6f\x8e\xed\x4e\x5d\x6a\x96\x22\xa2\x9b\x69\x64\xdc\x41\x5a\x99\x7e\x94\x82\xfd\x60\x26\x79\x16\xd5\xf4\xa5\x5b\xea\x6c\xbe\x9c\x93\x45\x56\x82\x42\x5b\x72\xc7\x15\x39\xb9\xe2\x27\x68\xd2\xb7\x3c\xc9\xcb\x93\xec\x44\xee\xca\x32\x2f\xaf\x4f\x74\x15\x42\x46\x61\x13\x1b\x12\xba\x88\xf6\xaf\x31\xe2\x76\x2d\x0a\xf0\x88\x8d\xc7\xed\x77\x60\x98\x1f\xec\xd9\x35\xdf\x68\x2a\x63\x88\x5d\x63\x7a\xde\xe8\x3d\xfb\x7d\x7d\xcb\xa2\xc6\xe0\x91\x2c\xa1\x21\xee\x4d\x89\x38\xcc\xc1\x32\xb9\x29\x13\x49\x7a\x79\x1c\xe7\x00\xf4\xbc\x58\xfb\x2f\xd0\xa8\xa6\xe5\x28\x53\x18\x6e\xbf\x12\x4e\xf3\xfd\x1e\x51\xce\xcd\xca\x72\x40\x9a\x48\x30\x3c\x25\xb1\xdc\x9b\xa6\x53\xcd\x79\xed\xe2\xf2\xa6\xc9\x67\xb1\xd4\x74\x58\x54\x83\xe7\x06\x91\x3d\x32\x92\x9b\xbc\x44\x7f\xaa\x51\xd4\x4c\x81\xe1\xd0\xbc\x34\xf9\x2c\xf4\x98\xa9\xe5\x29\x30\xb0\xbf\x38\x42\x69\x88\xe6\x11\xb0\xb1\xb7\x38\x2f\xe0\x95\xc4\x4f\x8f\x39\x08\x23\x3a\x9b\xd7\x87\xe0\xa5\xb7\x12\x69\xcd\x69\x60\xc3\xa7\x97\x46\xc7\xf9\xd1\xf0\x4a\x12\xbe\x9d\x4c\xdf\x05\xfa\xc7\xc8\xb3\x47\x63\x3d\x20\x5d\x5b\x69\x21\x6e\xb8\x79\x0f\x7e\xc9\x3f\xa9\x37\xe2\xd2\xc2\x9d\xb7\x27\xed\x6d\xbd\x91\x0e\x18\xdd\x6c\xb9\xa8\xcc\x54\x7e\xc3\x1b\x4b\xf6\x3b\x3d\x62\x6f\xbb\x60\xd9\xdb\xf0\xf3\xbc\xc9\x49\x7e\x01\x0a\x7b\xd3\xd4\xaf\x79\x9a\x19\xc7\xf3\xed\xde\x3c\x3c\xfe\x12\x55\xf9\x30\x77\x44\x27\xf4\xfb\x8e\x52\x9f\x09\xb9\xc9\x3a\x5e\xf2\xad\x0c\xf5\x40\x82\x6c\xd5\x5a\xdc\xa2\x4d\xdd\x6f\x6b\x5e\x5e\x5a\xd7\x41\xd0\x30\xae\x3c\xe1\xd0\x6c\xa8\x93\xd1\xbe\x2a\xeb\x98\x71\x41\x13\x7e\xcb\x2b\xfe\xbd\xd8\xde\x7d\xbf\x0b\x8e\x7c\x2b\x9c\x69\x76\x57\xaf\x1a\x8f\x7e\xc8\x98\x9a\x26\x80\xea\xd7\x02\x03\xbc\x2a\x76\x32\xa9\xb9\x36\xc8\x2b\x4d\x3d\x97\xac\x0f\x4e\x4a\xdb\xc1\x93\x0e\x40\x41\x6c\x84\x31\x4c\x37\x5e\xa8\x74\xf3\x4c\x2e\x60\x7f\xbb\x9a\xa8\xda\xa0\x77\x86\x2d\x0f\x26\xc7\xba\x7c\x6c\xef\x0c\x0b\x67\xa3\xfa\xac\x9f\xa0\xcf\x61\xa4\x74\x24\x00\x23\x08\x5c\x36\x3c\x33\x79\x2b\x9a\xeb\x6d\x93\xa7\x7f\xcb\x7b\x79\x87\x6f\x00\x74\x4d\x01\x1a\xd0\x11\x2d\x51\x15\x9a\xd0\xe3\x29\xf5\xa9\xa3\xb9\xa7\x11\x7c\x3c\x94\x12\x51\x48\x4b\x90\xe6\x3d\x94\xae\xe0\x99\xde\x59\xe5\x08\x3e\x8e\xa7\xd4\xa3\x52\x8e\xf4\x5f\xe0\x5c\x80\x71\x6d\xbb\x7c\x09\xe9\x34\x2e\x89\xef\x8a\xbc\xfc\xf8\x4b\xa6\x78\x44\xbf\xfd\x66\x1c\xc6\x84\x42\x9e\x88\xd6\xa2\xf0\x42\xa9\x37\x47\xb0\x7e\xd1\x75\xdb\xf7\x41\x82\xd7\x5c\xea\xad\x04\xd3\x15\x24\xbc\x15\xf2\xa3\x26\xa3\x11\x50\x4c\x17\xf4\x94\x17\xd9\x5d\x10\xb6\x2a\xf4\x0e\x2b\x01\xe4\x0b\x8a\xf8\xe8\x4a\xc8\x96\xcb\x17\x62\xc9\x41\xd9\x01\x56\x93\x8f\xda\xa2\x44\x0c\xf0\x22\x83\xc2\x76\xe5\x52\x3c\xe5\x5b\xb5\x8e\xe8\xe3\x71\x17\x59\x15\x0b\xe7\x2c\xcc\xa5\x65\xca\x2e\x5f\x13\x05\xa8\x97\xb6\x9d\x8f\xbf\x35\x65\xdf\x18\xb5\x0a\x3b\x54\x93\xf1\x97\xb0\x32\x9b\xec\xd3\x8f\xf9\xf5\xba\xd0\x03\x85\xd0\x0e\x11\x9d\xf0\xbf\x04\x5d\xd9\x88\x1b\xdc\x30\x9a\xeb\xc7\x71\xed\x3a\x13\x8e\x6d\x9d\xd7\x46\x51\xc2\x33\x82\x2a\xbb\x02\x16\xfb\xe8\xdd\xe4\xc8\xd5\x73\xa4\xb2\x2b\xd0\x9a\x66\x6a\xbf\x8f\x22\x5b\x5c\xb6\x53\xc2\xe0\xa3\x7a\x23\x53\xa9\x6f\x5a\xfa\x82\x03\xf7\xbc\x12\x7e\xe5\x1b\xfe\xc2\x84\xf4\xe0\x36\x97\x97\x10\xc0\xea\x0d\xf0\x17\x3d\x28\x60\xbf\x8f\x74\xb1\x11\xc8\x11\x92\x46\x24\xe3\x84\x66\xf2\x1a\xcc\x74\xac\xc0\xe6\xfc\x31\x80\x5c\x2f\xf9\x96\xeb\xfb\xd0\x22\xe7\x15\x7a\x51\xf2\x56\x2f\xa8\x73\x8b\xcf\xd3\x2e\x3b\x7d\x4c\x08\x95\x25\xdc\x2e\x0f\xd4\x35\xf0\xa7\x17\x17\x8d\x06\x96\x3e\x8d\xe4\x95\x28\x6e\x9a\xbd\xe8\x06\xbf\xe6\x71\x5c\x76\xbd\x98\x73\x06\x05\x3a\x35\x12\x1e\xc7\xed\xbc\xa0\x41\xda\x59\x00\xc4\x10\xcb\xb9\xeb\xa2\x50\xdb\xb4\x77\x04\xe4\xe1\x5e\xc7\x82\x43\x99\x84\xb3\x5b\x03\x7d\x8d\xc6\x0b\x0a\xfe\x78\x37\xad\x1d\x3d\x78\xf4\x8f\xd9\xfb\xdb\xf7\xc3\xf9\xe0\xfd\x23\xfb\x31\xf8\xb4\x29\xbe\x72\x8f\x40\xf6\xfd\xb0\x36\x36\x49\x94\x6d\xb7\x45\xbe\x00\xd1\xd6\xa3\x4f\x9b\xc2\xdd\x20\xda\x75\x4c\xb1\x81\xfc\x90\xf2\xfd\x1e\xbf\x71\x01\x1c\xf4\x80\x1b\x15\xe1\xc6\x8c\x28\x56\xaf\xce\x81\x89\xca\x72\xa6\xcc\x70\x80\x1b\x79\xdf\x3a\x6b\xeb\x62\x50\x45\x1e\x6d\x8b\x2c\x2f\x23\x0b\xc9\x66\x20\xdd\xf2\x55\x22\xda\x4a\xcc\xe1\x88\xe7\x4c\xf8\x2a\xdc\x43\x9c\xbe\x1d\xe4\x24\x6f\xe6\x14\x04\xc0\x2e\x3b\x43\x67\xd1\x87\x68\x20\xe6\x80\x20\x48\xa8\xfe\x9f\xe5\xfa\xf3\x00\x2f\xb7\xc1\xf4\x50\x55\xd3\x4b\xd6\xe5\xb9\x9f\x2c\x8c\xd3\x57\x2e\xbd\x47\x74\x45\x5e\xc8\x09\x6d\x0b\x23\xa0\xaa\x20\x60\x26\x9c\x9b\xb6\x32\xd8\x06\x30\x8b\x30\x0f\xb5\xbb\x93\x79\x3a\x01\x1b\xa2\xa6\x47\xc0\x8f\xf9\xf6\x8d\xb8\x28\x97\x89\xb1\x34\x08\xb7\x54\x12\x8e\x3a\xc5\x82\x71\xf0\x85\xa5\x1c\x17\x9f\x14\x2f\x2b\x7d\x3a\x23\xc1\xc0\xd7\xeb\x8e\xd9\xbf\xd0\x8b\xb8\x3d\x4f\x9c\x4c\x85\xde\x58\x29\xfc\xcf\xee\x0f\xc4\x77\xc7\x95\xdd\xa2\x3d\x8e\x46\x34\xe8\xc0\x53\xb1\x38\x96\xe9\x2e\x3f\x9a\xcb\x88\x77\x38\x62\xb5\x65\x80\xf5\x67\xe3\x34\x5f\xf2\xa3\x10\x1f\x6b\x84\x23\xb3\x60\x7e\x04\xdd\x3e\x54\x7a\x34\x70\x4e\xcd\x30\x48\x7e\x9d\x57\x8a\x4b\x7c\x2e\x6e\xb9\x56\x68\x2b\xdd\x73\xb2\xdf\x27\x15\x8c\xc1\x25\x0c\x84\xd1\x2e\x4f\x67\xf3\x03\xa1\x10\x01\x5a\xa4\x48\xcf\xb0\xf0\x1f\x20\x45\x67\x15\x28\x8b\xab\xb7\xc2\x22\xd4\x40\x61\x4e\xb3\x1d\x2d\xbc\xb6\x92\x2f\x53\x49\x6f\xb2\x22\x2d\x0f\xa6\x57\x3b\xdd\xab\x85\xd8\xde\x81\x86\x3a\x6b\xc9\x97\xfa\x63\xc6\x98\x72\x96\x54\x06\xe5\xd4\xa6\x77\x2a\x0a\x3e\xc8\xef\xf8\xfb\x83\xdb\x86\x25\x2c\xf5\xba\x35\xd1\x49\x5e\x56\x2a\x2b\x17\x9a\xd4\xc0\xa1\x00\x7a\x21\xb9\x73\xf8\x3c\xd7\x67\xc0\xac\x9c\xb3\x3c\x50\xa5\x2f\x74\x73\xbd\xfd\x5b\x6b\xcc\xcd\x3b\x29\x0f\xd2\x00\xf4\xbf\xfb\x95\x80\xbd\x54\x2f\x30\xcf\x68\xf4\x19\x5e\xc5\xb9\x8f\x3e\xf5\xe6\x79\x81\x45\x07\x5a\x82\xca\xfd\x5e\xe2\xe1\xc7\xac\x31\xa8\x62\x12\x05\x48\x94\x33\x8c\x73\xad\xdf\xef\xd1\xc6\x8e\x53\x48\x90\xaa\x03\x4e\xc1\x02\xa7\x00\x14\xbb\x2a\x76\x8f\x9e\x4c\x9f\x14\x45\x73\x13\x07\x77\x91\xc4\x63\x99\x19\x2b\xa7\xb1\x7d\x8f\xf7\x28\x6a\x60\x58\x44\x91\x09\xf4\x76\x61\x0f\x14\x1a\x82\xa1\x44\x88\x6b\x07\xf7\xfb\x20\x74\xcd\xb3\x65\x64\x4a\xfe\x98\x17\x45\x43\xa9\x9d\xdc\x83\xe1\x7e\xd3\xfb\x84\x72\x66\x63\x66\x2c\x2f\x1c\xdc\x94\x37\x0d\xab\x81\xa2\x79\xa9\x96\x41\x33\x00\xac\x8b\x20\xf5\x59\xd8\xd5\xa9\xc5\x5a\xb3\x6f\xa6\x00\xc5\xe2\x91\xf8\x26\x74\x4c\xac\xea\xd2\xb1\x44\x7a\x59\x1c\x6a\xba\xb7\xd6\xf2\xcc\xe0\x2c\x27\xc0\xc6\x1f\x8c\x0a\xd7\x17\x74\x3c\x2c\x6c\x6d\x01\x4b\x13\xe2\xbc\x21\x2b\x91\x3e\xb7\x4e\xff\x0d\x14\x9d\x89\x45\xcf\xc8\xae\x3a\xc4\x1a\x5b\xa9\x87\xea\xe3\xad\xfa\x78\x47\x7d\x36\xcc\x15\x8d\xcf\x17\xcb\x2f\xa9\x21\xb0\x53\xf5\x56\x1d\x66\x04\x03\xad\x9f\xc1\xb7\xbd\xb0\x21\x9a\x32\x58\xfb\x8d\x04\xdf\xf5\xc7\xf0\x98\x2f\x0f\x26\x13\x8e\xef\xf1\x76\xfd\xd2\x30\xd5\xf8\xf7\x1b\x86\x2a\x3f\xcd\xe6\xb4\xbc\x69\x84\x8a\xa2\x83\xc9\xb8\xd1\xdc\xde\xb1\x35\x52\x62\xe3\xf5\x5d\xa5\xb1\xc9\x74\x50\x02\x2f\x85\xad\x28\x1d\x94\x98\x5c\xc7\xf6\x68\x2d\xce\x96\x73\x2c\x71\x2d\x0e\xde\xa8\xc4\x53\xb1\x00\x97\x52\x8d\x94\x0d\x15\xb4\x2e\x92\x62\xb3\x5f\x34\x34\x4e\x8f\x64\x0e\x11\x1c\x75\x4e\xfd\xfd\x05\x35\xd7\x95\xdf\xbc\x21\x4e\x9e\x25\xbc\x46\x20\x0e\x81\x7b\xf3\x81\x71\xe7\x9c\x67\x55\x3a\x39\xd4\xab\xbb\xdc\xfc\xdb\x75\x0a\x5f\xe7\x97\x54\xf7\xd9\x81\x39\x56\x4f\xb7\x1d\x90\x27\x8b\x06\x81\x40\xb2\xe7\x65\x52\x92\x53\x82\xc6\x1f\xe5\x32\x99\xe8\xcb\xa8\x41\x99\xf2\x48\x4e\x39\xfb\x25\x4f\x4a\x42\x05\xcb\xa7\xf9\x6c\x3c\x1f\x15\xfc\x86\x17\xff\xeb\xf1\x54\x66\x49\x49\xd2\x12\xff\xef\x22\xb0\x6b\xeb\x01\x44\x4d\x9f\xe8\x22\x52\x45\x05\x3a\x43\xf8\x82\x81\x1f\x06\x43\xd1\xde\xa6\x9f\x1f\x8c\x7f\x89\x9e\x9c\xfc\xcf\xf7\xae\xd1\xc3\x35\x2d\x6e\x11\xbc\xff\x1f\x1a\xfc\xd9\x06\xfd\x3b\x6b\xf7\x7f\x42\xfd\xba\xa9\xdb\x49\x39\x5a\xac\xcf\xe0\xe4\x87\x0d\x5d\x9a\x13\xba\xe2\x99\x5c\xac\x93\x47\xef\x2f\x1f\x91\x69\xb8\x57\x34\x43\x19\x76\xe5\xed\xb6\xd1\x07\xd0\xb0\x4d\x86\x13\x8a\xf8\x1b\x2e\x21\xe8\xc2\x77\x25\xad\xa5\x7c\x9d\x5d\x3f\x54\xa4\x35\x15\xc4\x84\x0f\x15\xe9\x53\xea\x31\xe8\x58\x01\xa0\x61\x0e\x85\xe2\xf3\x9a\x4d\xda\xb5\xbc\x31\x6d\x3d\x29\x28\xa8\x3e\x5c\x2e\x62\xd7\x04\xc9\x1f\x2e\x3b\x48\xfe\x9b\x90\xcb\x07\xcb\x06\xf4\x1b\x48\xfa\x83\x14\xbb\xed\x83\x05\x23\x04\x8e\x4f\xfc\x60\xc1\x41\x62\xdd\x88\x07\x0b\xb6\x8d\x58\x72\x78\xe1\xc4\x67\xb5\x46\x62\xa3\x07\x5f\x1b\x68\x93\xbe\x69\x25\x1b\x26\xaf\xa7\xd6\x2d\xf9\x6c\xe9\x41\x6b\x40\x55\xf8\xe1\xd2\x83\xd4\x30\x28\x9f\x2d\xde\x0d\x8c\xcd\xf1\x99\x0a\x5c\x7a\x54\x1f\x78\xb2\x53\x4d\x96\xa0\x01\xe4\x60\xc1\xde\x5c\x96\x17\xed\x06\xb5\xb2\x00\xd2\x9d\xcd\xf0\x9c\x57\xd5\x67\xeb\x70\x50\x13\x3a\x57\xc5\xa5\x7a\x93\x5d\xb5\x58\x8b\xa6\xad\xc1\xfb\x20\xfd\xa5\x58\xb5\xf2\x78\x75\xae\xd9\x9c\xa2\x3f\x99\xba\xe3\x6a\xa0\x49\x4d\x64\xbd\x2e\x4c\x2f\xd4\x4a\x90\xd6\xcd\x00\xe0\x41\xac\x44\xe2\x29\x94\xc3\xc9\x05\xd5\x6e\xd2\x53\x78\xe7\xdd\x88\xa4\x1c\x66\xff\xab\x24\xe4\xd0\xee\x40\x95\xa8\xc0\x4a\xb5\xd5\xdf\x2e\x8b\x8b\x63\x63\x9d\x6a\x2a\xed\xcc\x73\x92\xc8\x8d\x61\x04\xa6\x36\x59\x59\x6d\x45\xc5\xe1\x91\xbc\x56\xcb\x03\x88\x61\x1d\xa3\x15\x78\xc2\x39\x86\xd2\x81\x74\x5f\x78\x56\x22\x0f\x2e\x57\x20\x45\x23\x80\xe3\xa1\x6f\x54\xc2\xa3\xfd\xe7\xa0\xe2\xb0\xe6\x09\x26\xa7\x39\xe2\x5a\x12\xf8\x38\x1f\x93\xae\xf8\xc1\x84\x50\x37\xa8\xbf\x64\xe5\xb5\x9e\x05\xa3\x3f\x6e\xf2\x0f\xea\x01\x8f\xe1\x92\x1a\x56\xf1\x98\xd0\x9c\x46\x03\x37\x42\x51\x80\x1d\x60\x81\xc1\x9d\x0a\x8b\xc5\x0a\x68\xf4\xcd\x22\x0f\xf6\x32\x54\xb6\xe8\x6a\xcf\x98\x0c\x78\x97\x73\xfa\x41\xe6\x40\xbb\x3c\x7c\x85\x6f\xe4\x70\x42\x3b\xc3\xe9\x84\xd4\x5b\x7d\xa8\xbb\x1a\xca\x69\x0e\x2b\x2e\xbc\x5e\x57\x09\x00\xb5\x1c\x68\xc9\x6f\xc1\x0a\xbd\x5c\xa2\x96\xd0\xbf\xbf\x20\x9c\xf6\x0d\xc2\xe6\x9c\x4a\xbb\x16\xca\x8e\xc4\x33\x39\xef\x35\x86\xa7\x73\x48\x68\x69\x9d\x24\x19\x7b\x27\x0f\x5e\x68\x57\xbf\xe1\x09\x82\xfb\xe5\x60\x42\x0d\x98\x21\x39\x38\xb4\x3a\x2a\xb6\xbc\x6c\x5d\x94\x3b\x09\x49\x19\xd1\x08\x1f\xf5\x3e\x63\x49\xc0\x47\x8d\x58\x7d\x69\xa4\xab\x92\x5d\x1a\xbc\xa6\x9a\xd6\xda\xb2\x4e\x86\xd0\x12\x16\x7d\x65\x6c\x8b\x5c\x25\x8f\x86\xc9\xb4\xff\x15\x79\xa4\xc9\x49\xc2\x99\x98\x09\x37\xdb\x73\x3a\x26\xa7\xd9\x99\x0f\x00\xa3\x14\x83\x0b\x21\x66\x19\x88\xb1\x1f\xfd\x23\x59\x6c\x96\xfb\x0d\x57\xd9\x7e\x43\xbe\x7a\x94\x1b\xac\x4e\x42\x72\xd6\x1f\xbb\xa5\xfc\xe8\x1f\x59\x52\x28\x32\x0d\x13\xa8\x7a\x82\x64\xb1\x5f\x28\x59\xec\x17\xa2\x54\x52\x14\xb5\xb2\xa4\x4d\x0a\x02\xb9\x47\xff\xa8\x92\x75\xbe\x52\xb5\x24\x2d\xc5\x99\xb7\xa5\xe4\x0b\x71\x5d\xe6\x7f\xf2\xe5\xc9\x46\x2c\xf3\x55\xce\xe5\x09\xc8\xf0\x4f\xa2\x41\x45\x7a\x25\xf8\x7e\xb2\x62\x16\x50\xfc\x8e\x9e\x14\x6a\x18\x0d\xb8\x71\xc5\xcb\xa2\xef\x95\x2c\x30\x20\x37\x01\x9b\x25\xfe\x2e\xf1\xb7\x75\x4f\xca\x09\xe5\x87\x55\x39\xba\xca\xaa\x7c\xc1\xee\x81\x95\x88\x3c\x8f\x15\x51\x64\x18\xa2\x80\x97\x8a\xe8\xdb\xad\x0e\x40\x6e\x31\xa2\xc0\xb5\x45\x9e\x29\x8c\xa8\xbe\x5c\x45\xee\x9e\x15\xd1\x1f\xc5\x86\xdb\x00\x7f\xcf\x8b\xa8\x61\x0e\x23\xcb\x26\x62\x88\x2d\xcf\x7e\x47\xf4\x29\x9c\xc2\x69\x14\xf2\x19\x11\xfd\x2e\x5b\x7c\xac\xb6\xd9\xc2\x47\x58\x3d\x20\xd3\x3b\x97\x20\x6a\xa5\xd0\x67\x46\xe4\xcf\x0f\x97\x45\x7f\xa7\x91\x3f\xe1\x75\x5f\x34\x57\x10\x35\xb7\x7e\x44\x7f\x82\x83\x22\x8d\x1a\xab\x3a\xa2\x17\xd5\x22\x8d\x1a\xc2\xbb\x48\xaf\xf4\xd1\x76\xf1\x14\xab\x64\xf7\x38\x43\x4f\xa2\x34\x72\x52\xc3\x88\x62\xe0\x53\x6c\xae\x11\x55\xd9\xd0\xbf\x03\x2e\xda\x52\xb8\xa6\xba\x50\xc9\x21\x14\x7e\xbf\x6b\xfc\xd6\x23\x1f\xe9\xc1\xb4\xa2\x04\x1b\xa1\xe7\xc5\x84\xc3\x14\x61\xe8\xdb\x6d\x14\xce\xac\x69\x8f\x9e\x83\xfa\x04\x63\x04\x2c\x10\x1d\xe1\xb8\x50\x1b\x83\xeb\xc4\x45\x99\x65\x03\xab\xd4\x65\x72\x8b\xc1\x44\xf8\x3c\x6e\xdd\x60\x61\x8d\x69\x0c\xb8\x3b\xd7\x42\x34\x98\xf4\xd1\x66\x85\x60\xec\xa5\x1e\x64\x78\xf9\xc7\xdf\xcf\xa2\x34\xd2\x37\x72\xfb\xfb\x07\xf3\xfb\x25\xff\xa4\xea\xa3\x6b\x63\x5e\x4b\x7e\x53\x8f\x79\x06\xe3\x0c\xc4\xb0\x1e\xf1\x8b\x8f\x08\xa6\x74\xe6\x16\x95\x66\xe9\x6c\xe8\xdc\x85\xbe\x08\x3a\xf3\xd6\x4c\xb4\x5f\x3b\xb5\x0a\xde\x9a\x19\x0e\xa3\xf5\xf0\x75\x84\xaf\xb2\xa2\xd0\xe4\x65\x77\xbd\x4e\x23\xd8\xe0\xb8\x0c\xf9\x26\x5b\x54\x77\x76\x0d\x3e\x8b\x1a\xbb\xdb\x8c\x7a\x54\xa7\x03\x18\xfa\xba\x63\x7d\xbc\x6c\x2e\x0e\xdd\x1c\x2c\xd5\xdd\x38\x4c\xe8\x77\x2e\x34\x2c\xf4\x49\x6b\x3d\xe0\x12\xed\x5a\x0c\xbf\x46\x75\xd2\x10\x0e\x8d\x8f\x0b\x16\x6f\xd4\x24\x1b\x66\x63\xb4\x69\x02\xb4\xd0\xa4\x77\x17\x0e\xdb\xf0\xfa\x1a\xf4\xf7\x17\x5b\xde\xcf\x51\x1a\x59\xb1\xba\x0d\x7b\x13\xa5\x51\x9d\x83\xb4\x31\xaf\xa2\x34\xb2\x47\x2c\xce\xc9\x26\x0b\x69\xc3\x66\xd9\x26\x0d\x9b\x65\x07\x65\xd8\x2c\x3b\x08\x83\x09\xb4\x74\x60\xb3\xac\x91\x85\xcd\xb2\x9b\x2a\x6c\x96\x76\xfb\x37\x42\xdb\xa4\x42\x37\xc5\x12\x05\x17\x5a\xdb\xdc\x21\x45\xa8\x6f\xee\x1a\x41\xd0\x25\xd5\x08\x82\x5d\x16\x9b\x65\x83\x1e\xd4\x56\xd1\x67\x09\xc2\xb1\x54\xe1\x94\x1e\x27\x1a\x9b\x65\x8d\x66\x6c\x96\x35\x92\xb1\x59\x1e\xa1\x18\x41\x84\x21\x18\x30\x8f\x66\x33\xb4\xa8\x45\x3b\xce\x4f\x74\x9b\x5e\x6c\x96\x1d\xe4\x62\xb3\x6c\x2d\xcc\xfa\xab\x80\x9d\xac\xa0\xab\x4d\xf9\xbc\x9d\xfa\xe3\x54\xc7\xc4\x36\x89\x4e\x78\x60\x34\x4f\x97\xd6\xea\x08\x49\xd1\xcc\xd0\x22\x1a\x21\x21\x8a\xe6\xb0\x03\xcc\x69\xcc\x6e\xa6\xb5\xed\x90\x86\xe7\x26\xbd\x1c\x95\x42\x6e\xb2\x22\xff\xd3\x80\x81\xb2\xb6\xe2\x75\xf0\x7a\x29\x4f\xf2\xf2\x84\xa3\xe5\x51\xe3\x45\x57\x7a\x75\x36\xcd\x5f\x23\x2b\xa7\xb9\xac\x7d\xd0\xd6\x7d\xb2\xe4\xfb\x4c\x11\x95\x2d\xd6\xc4\xea\x67\x48\x42\x34\xaf\x97\x97\x3b\xc0\xb8\x89\x46\xa3\x11\x82\x94\xe0\xd6\x3c\x81\xf2\x6c\x8a\x83\x57\xa4\xbf\x02\x03\x34\xe0\x5e\xa3\x93\x88\xd0\x25\x88\x7d\x01\x59\xad\x0d\xab\x46\xab\x9e\x60\x2c\x77\x3c\xec\x34\xa9\x58\x3e\xfa\x43\xe4\x25\x66\xce\x58\x49\x52\x08\xb3\xd0\x77\x62\x30\x21\xb5\x04\xd0\x30\x6b\x1e\xae\x66\x15\x74\x72\x07\xcf\x7a\xbb\x3e\xcb\xda\x9c\xe7\x4f\xe5\x42\x94\x55\x5e\x29\x5e\xaa\x93\xab\xbc\x5c\xe6\xe5\x75\x75\xb2\x12\x12\xf8\x4e\x54\x69\xd1\xe5\xb0\xec\x10\x74\xd5\xf5\xb0\xc0\xa7\x62\x3e\x2b\xe6\x4c\xcd\x0a\xa7\x01\xc1\xf1\xb1\x74\xad\x39\xfd\x42\x88\x8f\xbb\xed\xcf\xfc\xae\xe3\x41\x1c\x47\x29\x51\xa8\x63\x4d\x40\xb3\x68\xaa\x50\xc1\x88\xd3\x92\xa4\x6a\x66\x54\x50\x26\x8c\xb1\x9c\x58\xe3\x3b\x01\x57\xfd\x28\x98\x0b\x1f\xb9\xd9\x15\x2a\x8f\x2c\xda\x40\x9f\xe5\x71\x2c\x93\xdc\x2a\xd8\x44\x88\x26\xb4\x8c\x10\x14\x27\x98\x78\xd4\x3e\x9a\x21\x86\x1a\x3e\x72\xcf\xa3\x3e\x7b\x05\xbf\x03\x1d\x28\xab\x9d\x8f\xad\xac\x17\x61\x9f\xd8\xd7\x25\xba\x6a\xf0\x51\xe8\x91\xab\x8e\xae\x57\x4b\xd0\x01\xb3\xd7\x2e\x65\x26\xe6\xce\xb5\x57\x46\x1c\xd4\xc6\xe1\x40\xb7\x7a\xa8\xf3\xea\x85\xb9\x3c\xd4\x87\xdb\x6e\x93\x0e\xad\x21\x9e\xfe\x5d\xcc\x9c\x83\x74\x3b\x81\xb0\xa5\x23\x30\x35\xd6\x84\xd3\x7c\x01\x71\x30\xdf\x2f\xc4\x52\x7f\x1d\xe8\xc6\xdc\xe6\x5e\x66\x9b\x0e\x8d\x84\x45\x1c\x7f\xf3\x17\x56\x77\x70\xaf\xef\xf0\x1e\x70\x1c\xe5\xe1\xb5\x46\xd0\x92\xc9\x5e\x80\x07\xd5\x67\xa5\x75\xf2\xfe\x83\xcc\xb6\x6b\x70\xfa\x9e\x58\xa7\xef\x71\x0c\x4d\x44\x77\x24\xa5\xbd\x17\x95\x84\x26\x1f\xa6\xce\x17\x7c\xea\xdc\xc5\x93\x38\xc6\xde\xb9\x0c\xe6\xe2\x64\x73\x98\x74\xa9\xf7\x23\xaf\x73\x6c\x96\x41\x06\xb8\x58\x95\x84\xf6\xc1\x62\x04\xf0\x24\xb0\x21\x38\x42\x2e\xa1\xbd\x71\x95\x84\x96\x24\xb8\xe9\xde\x84\x96\xa4\xed\x39\x59\x81\xfa\x0d\x3f\x5c\xc2\xa5\xfd\x0d\xff\xa4\x9e\x48\x9e\xb5\x07\x37\x51\x4c\x4d\x2f\x44\xa2\x48\x7a\x7f\x20\x23\x30\xb4\x62\x1c\xff\xd2\xbe\x1a\x59\x85\x45\xc0\x2c\x32\x3a\x88\xa0\xe3\x67\x23\x98\x0f\xd7\x9d\x19\x6d\xbd\x7d\x8b\xce\x53\xfb\x99\xd4\xa2\x59\x2d\xd6\xfa\x0d\x50\x23\xa7\xd4\x68\x1f\x3a\x9e\x0a\xf0\xb6\xe6\xc2\x99\x04\x85\x44\x6b\x82\x7c\x5d\xb7\x6d\x71\x2a\x91\x04\x1c\xf3\x3b\x48\xf1\x2b\xb1\xbc\x3b\x04\x76\xb8\xe4\xde\x74\x93\x01\x04\x04\x1a\x91\x81\xce\x17\x1f\xad\x84\xdc\xc4\x71\xf2\x2e\x37\xdf\x34\xaa\x76\x57\x9b\x5c\x45\x14\x66\x0c\x35\x81\x2f\x21\xe8\x05\x57\x6b\xb1\x7c\x52\x88\xd2\xeb\xa5\x99\x4c\x42\x93\x59\x48\xd4\x53\xf2\xce\x6c\x48\x1b\xc4\x02\x91\x4f\x99\x80\xef\x56\x0c\x17\xee\x33\x0c\xcd\x0e\x87\x05\x78\x0c\x79\x27\xc8\xfd\xe1\xa0\x46\xab\xbc\xcc\xab\x35\x18\xd4\x85\x4f\x43\x6a\xa4\xf9\x0f\x56\x52\xd0\x1e\x6d\xcf\x7b\xa0\x20\x0f\x8e\x5f\xba\x52\xd4\xc2\xf3\xea\x65\xf6\x92\x96\xa0\x97\xbe\xcd\x24\x2f\xd5\x4b\xb1\xe4\xc6\x5d\x97\x41\xe6\x1a\xb5\xec\x22\x13\xf4\x7e\x08\x96\x11\xe6\xc5\x0e\x0d\x43\xcc\xc8\xfe\xad\x73\x64\x23\xdb\x88\x50\xfb\x52\xa7\x32\xa3\x80\x5e\x1d\xfd\x6f\x26\x08\x39\x1c\xda\x15\x95\xa2\xe4\x91\x81\x4c\xb9\xac\x3f\x9d\xd5\x3a\x81\x42\x5b\xe4\x01\x13\x45\xf9\xa8\xe4\x9f\xd4\x65\x7e\x55\xe4\xe5\x35\x39\x10\x8f\x89\x72\x52\xe1\x61\x74\xa7\x09\x15\x92\xee\x4b\x25\x79\xb6\x69\x2a\x43\xae\xf3\x6a\xb4\x15\x95\xc3\xbc\x90\x8a\x8d\x2d\x72\x84\xce\xc5\x38\xfe\x32\xa2\x6f\x4d\x06\xff\x8b\x3a\x00\x63\x7c\x1d\x7a\x6d\xf3\xfb\x20\x58\x9c\xb6\xa4\xc2\xde\x78\xd8\xf8\xd0\xbb\x2b\x43\x40\x79\x2e\x8a\x63\xc6\xa1\x5b\x51\x9d\xb3\xa0\x25\xe6\xac\x38\xd0\xea\xc1\x3c\x06\xbe\xc3\xd5\x79\xa0\x5b\xce\x3f\x1e\xcb\x60\x8a\x36\x12\x56\x5b\x06\xd9\xef\xd1\x1d\xf8\x81\xea\x01\x0e\x33\xeb\x03\xd4\xa4\x3a\x6b\x37\x8e\x7c\xbe\xec\xc1\x80\x1c\x28\xcf\x8e\x42\xf6\x1e\x69\x51\x27\xc4\x2d\x27\xc6\x62\x9f\x19\xb0\x02\xfd\x0d\x6b\x4e\x33\x70\x53\xfc\xa3\x29\x25\xd7\x8c\x06\x40\xb3\x9b\x16\x0e\x06\xb6\x64\xaa\xa0\x39\xbf\xad\xf3\x82\x3f\x84\x38\xbf\x15\xd5\x29\x7c\xf0\x4c\x25\x9c\x9c\x3a\xd0\x2b\x37\x59\x58\x10\xa0\xcc\xa5\x1d\xe2\x61\xee\xcb\x79\x34\x7b\x5f\x81\xfd\xe3\x78\x6e\x78\xcd\x87\xba\x0e\x38\x2f\xf6\x57\xaf\x59\x2b\x3f\x50\xa7\x3c\xda\xf2\x22\x1f\xac\xec\xfa\x12\x82\x1c\x9f\x99\x02\x6b\x5a\x6a\x76\x80\x9d\x05\x75\x3e\x9c\x90\xe6\xa2\x53\x00\xa1\x7f\x95\x2d\x3e\x36\x1e\x81\x6d\x8a\x21\xe3\x07\x8a\x2f\xa5\xc7\xd6\x62\x6d\x43\x9d\xf9\x0d\x69\x41\x4c\x9a\xbb\x6b\x25\xc2\x61\xa3\x3e\x43\x6d\xc7\x76\x6c\xd6\x66\x10\x14\x47\x8e\xee\x6a\x63\xc1\xd2\x95\x69\x98\xd4\x37\xdb\xb4\xab\x4d\x2e\xb6\xd6\x2e\x04\x60\xc5\x7b\x5e\x03\xc5\xc0\xeb\xa0\xd4\x4b\x73\xe0\x70\xae\x8c\xff\x71\xfd\xe0\xd4\x2a\xed\x30\x0b\x6a\xa1\xe7\x3b\xcc\xd5\x70\x89\xe0\x9d\xc4\x2d\x0f\xe3\x23\x8b\x7b\x25\x85\x38\x2e\x71\x1d\x9d\x8f\xad\x7b\xa1\x38\xee\x4f\xfa\xcc\x63\xd3\x68\x9a\xc0\x4a\x54\x89\x41\x6f\x47\x25\x1a\xa0\xe7\xac\xc3\x4c\x4c\xea\x5d\x2d\x9e\x8b\x5b\x2e\xbf\xcf\x2a\x9e\x90\x94\x1f\x00\xf7\xbe\xb6\x85\xaa\xdd\x55\xa5\xa4\x2b\x9f\x72\x67\xa2\xcc\x58\xee\x15\xef\x3b\x1a\xe2\x52\xc2\x82\x5e\xec\xa4\x7c\xc0\x7e\xbf\x3d\x0a\xc1\xfa\xd3\x03\x72\xa0\xeb\x7c\xc9\x9f\xe5\xb2\x52\xcd\x97\x45\x77\xfa\xb8\xe9\x19\x30\x0e\x6c\x87\xad\x21\x21\x87\x55\x5e\x66\x45\x71\xd7\x48\xa8\xf7\x92\xd1\x4c\xbd\x2e\xd9\x98\x5e\xe9\x43\x4e\x9f\xff\x88\x84\xda\x75\xc4\xe9\xbc\x15\x9b\xcd\xcd\x12\x00\xf5\x77\x07\x47\x61\xcf\xb8\x7c\xc9\x06\x83\xeb\xf2\xd0\xcb\x45\x72\x55\x12\x7a\x15\x1c\x55\x23\xc0\xc2\x65\xf5\x93\x00\x31\x8d\xf8\xa7\x6d\x91\x2f\x72\x55\xdc\x7d\xaf\xd3\xf0\x65\x1d\x5a\x43\x2c\xc0\x3d\x27\xe3\xe8\xc3\x78\x27\x5f\x6d\x81\x8c\xc4\xf1\x5b\x30\x10\x2d\x85\x01\x80\x80\x1a\x22\x52\x03\xda\x03\x8d\x2a\xd2\x93\xe0\x52\x34\x4c\x46\x11\xd3\x9a\xca\x91\x12\xc4\x5d\x4d\xd1\x61\x39\xcd\xf1\x8f\xb9\x70\xb9\xfe\x7b\xa7\x15\xc2\xde\xb6\x7c\xa4\xbe\x65\x55\xec\x53\x99\x64\xa3\x8d\x1e\xc6\x25\x18\x51\x21\xa0\x46\x8f\x5b\xfc\xa6\x85\x28\x8a\x6c\x5b\xf1\xe5\x14\x7c\xad\x3e\xc9\x93\x8c\x58\x57\xab\x29\x58\x18\x00\x8f\x5b\x8d\x94\x80\x37\x5b\x48\x60\x61\x5d\x2a\x8b\xe0\x53\x9a\x70\x42\x6b\x95\xb1\x27\xcd\xda\x2b\xcb\x64\xdb\xac\xf5\x46\xc4\x71\xff\xc7\x32\x00\x67\x24\x71\xcc\xe3\xf8\x53\x9e\x64\xb4\xe1\x57\x07\x4d\x65\x5a\xb9\xbb\x2d\x8b\x89\x87\x5e\x7f\x60\xf0\x76\xec\xcf\x32\xa9\x8d\x1f\xa1\x05\xfb\x29\xd9\x91\x5e\x71\xee\xd5\xbe\x9a\x7e\x7a\x5b\x31\x6c\x47\x8f\xa4\x66\x45\x3b\xc6\xfb\xef\x25\x07\x77\x4d\xec\xe8\x1a\xe8\xd9\x97\x34\x1f\x58\x7f\x22\x61\x27\x2c\x63\xd6\x5a\xb9\xac\x6f\x62\x32\x25\x36\xf9\xc2\x14\x1b\x82\x76\x59\x62\x11\x86\x81\x59\x67\x1c\x7f\x65\x9e\x6b\x35\x27\x6d\x5d\xe0\xc2\x64\x4a\x53\x7a\x44\x71\xa3\x11\xaa\xe2\xf8\x47\x58\xfc\x48\x29\x80\xc1\x35\x95\xe1\x0f\xdc\x6e\xf0\x72\x5a\xdb\x85\x7a\x3f\xb0\x4e\xd5\xc4\x9e\x03\x0c\x8b\xae\x84\xf8\xa8\x2b\x8e\x0c\x2f\xa8\xd0\xf8\x85\xb3\x49\x88\xf7\x30\x3e\xcd\x3b\xa7\xd7\x7b\x2b\xf3\x73\x9b\xcf\x69\xa6\xf7\x86\xe8\xd8\x1b\x4e\xe6\x92\xd9\xe5\x2d\xc1\x7d\xdd\x54\xa4\x4f\xf2\x44\xe8\x35\x8e\x78\x54\xc3\x09\x63\x3c\x70\x6a\x10\x64\x84\xdd\x52\x36\xb3\x29\x41\x68\x2d\x8f\x03\xbb\x93\x71\x1c\x3a\xe9\x6c\x8e\x92\xc1\x1d\x08\xa9\x55\x40\x91\x80\xa6\x0c\x41\x4d\x93\x7a\x04\x6f\x4f\xab\xf4\x6e\x97\x71\xfc\xb3\x4a\x24\x6d\xe2\x05\xe1\xb3\x7d\xc9\x29\x6c\x6d\x6e\x55\x5a\xd8\x8d\x4e\x8c\x08\x1c\xba\x2b\x17\xe0\x28\xd7\xe2\x19\x55\x56\x9a\x6a\x17\x6f\x37\xd0\x91\xcf\xd0\x74\x42\x4d\x61\x9b\x23\xc2\x29\xb1\x9e\x70\x95\xf3\x62\x65\x48\x99\xf9\xdd\x53\x0e\x23\xca\x2a\x9f\x56\xec\x07\x7d\x97\x1a\x66\xbd\x0a\xc8\x43\x09\x8a\x03\xe0\xd2\xb7\x32\x1a\xdd\xb5\xf1\x43\xf0\x02\xa8\xbc\x61\xa8\xd7\x6f\xad\x98\x70\x8f\x6c\x5a\xce\x37\xac\xcb\xfa\x9e\x1a\x6d\xb2\xbb\x2b\xfe\x63\xbe\x5c\xf2\xd2\x41\xa0\x0f\x27\x7d\x76\x2d\x92\xae\x48\x5c\x5d\xfb\xbd\x8d\x7c\x5b\xae\xc3\xe8\xa3\x11\x81\xf3\x68\x04\x43\x0a\x5a\x6c\xad\x85\xea\xbd\x45\x08\x87\xae\xde\x06\x59\x8d\x7f\xa2\x6b\x11\x04\x52\x4e\xc0\x79\xd4\xbf\x39\x26\xa7\x9d\xfd\xf6\x1d\xfb\xf1\xc1\x6e\x1d\x7a\xfa\xec\xf7\xe2\xa5\x0f\x65\xd3\xb7\x35\x40\x9c\xae\xe1\x40\xee\xd0\x69\xb6\x29\x93\x92\x5d\x88\xa4\x24\xc4\xa4\x65\x46\x3c\x27\xd8\xac\x56\xa4\xa6\x00\x62\x36\xd6\x87\x64\x69\xd0\xbd\x5e\x06\x9e\x55\x3e\xe4\x4d\x63\x87\x0a\xec\xed\x7c\x4a\x56\x8d\x16\x85\x28\xb9\xfe\x4e\xfa\x63\x42\xa8\xc0\xfe\x40\x35\xcf\xd1\x29\x25\xfe\x95\x04\xaa\x24\x81\x13\xa0\xf1\xe9\xee\x0c\xb6\xdb\x47\xbe\xf4\xb4\x6a\x87\x22\x7f\x0c\x9e\xed\xe6\xa3\xbc\x7a\x0d\xf4\xd3\x7a\x4b\xcd\xd8\x8d\x48\x10\xd8\xb7\xe4\xb7\x27\xb7\x25\xf8\xd6\x3b\x04\xfd\x32\xf6\x52\x1b\xe4\x4e\xcc\xd4\xd8\x01\xfb\x4a\xa1\xf7\xcb\x0f\x25\x09\xb3\xe0\xf8\xe8\x02\xaf\x4a\xc0\x06\xa5\x19\xdb\xa2\xe1\x52\x0f\x47\x5e\x0f\x29\x15\x80\x38\x94\x9d\x8f\xf7\xfb\x31\x63\x99\x61\x7c\x05\xd2\xf6\xdf\xd6\xbc\xbc\xd8\x6c\xd5\x9d\xad\x4b\x00\xf1\xb0\xaa\x37\xcb\xdf\x72\x38\x2e\x85\x3f\xd4\x34\x21\x10\xe1\x80\x7a\xe4\x99\x59\x3d\xdf\xbc\x8e\xcf\x61\xc0\xd6\xf4\xa6\x07\x39\xf8\x0b\xb1\xab\x38\xd8\x65\x57\xfb\x7d\x58\xe2\x17\x43\xc2\x97\x46\x12\x83\x70\xda\x49\xad\x0c\x1f\xc3\xcc\x2c\xbb\x1e\xc0\xba\x7c\x86\x02\x6e\x54\x90\xa7\x92\x0a\xb2\xdf\x2b\xe3\xfe\x5e\xc2\xdf\x38\x86\x34\x32\x4c\xd3\xf5\x8a\xa1\xeb\xc9\xcb\xeb\x13\x57\xfe\x09\x1e\xb7\x27\xdb\x4c\xaa\x5c\x33\xce\x27\xe8\x56\x08\xb8\x9a\x93\xac\x3c\xe1\x9f\xf2\x0a\xb2\x88\x92\x47\xa4\xf7\x8a\xf5\xc7\x07\x31\xca\x96\xcb\x37\xe2\x47\x34\x57\x8f\xe3\x3f\x72\xe7\xc7\x5d\x01\xae\xb2\x75\xe0\x0e\x87\xb9\x66\xb3\x23\x90\x60\xf1\x82\xbe\xcc\x5e\x1a\xa0\x5f\xba\xb3\xce\x3d\x0b\xf0\x56\x89\xab\x0a\xa0\x9c\x76\xa6\x23\x83\x06\xa4\x46\x11\xc7\xa2\xc6\x8c\x15\x47\xc0\xfc\xfe\xd4\xc9\x19\x2b\x9a\xac\x50\x1c\x27\x15\x1c\x1b\xb5\x62\x76\x7d\xd3\x12\xa0\xf4\x60\x56\xd4\xb4\x59\x0f\x59\xce\xda\xaf\x69\xed\x97\xb3\xf3\x53\x73\x92\xce\xd4\x9c\x2a\x8c\x95\xc1\xf9\xa0\xa9\xa9\x66\xb4\xf8\xed\xc9\xa5\xde\x5b\x3b\x66\x6a\x9f\xaa\xd1\x62\x0d\xe8\x94\x3a\x0c\x47\x60\x2a\x6d\x18\xb8\xa4\xd8\x1d\x48\xa3\xed\x66\xc4\xcc\x48\x76\x0c\x9b\x22\xf7\x3f\x62\x37\xa0\x77\x8a\x8e\x89\x29\x44\x6f\xa9\x57\x25\x28\xf1\xc4\xf1\xbb\x3c\x11\x34\xba\x02\x31\x21\xda\xc5\x5d\x94\x0d\xe0\x11\x72\x2f\x1c\x8f\x05\x25\x78\xa4\xd6\xe4\x42\xef\xb4\x84\x3b\x70\x83\xa5\x28\xed\xb5\x70\xbf\xe7\x35\xcc\x03\x17\x81\x0e\x73\x75\x81\x66\x21\x25\xcd\xce\x25\xc2\x5e\xb0\xa8\x30\xfc\x25\xcc\x5e\x01\xbb\x02\xfd\xdf\x77\x1f\xff\xf5\x3d\xc4\x65\x52\xd0\xc6\x10\x79\x9d\x4c\xdd\xab\xac\xaa\x5e\x66\x1b\xae\xf7\x36\x40\x45\xe9\x0f\x63\x5f\x79\x87\xbf\x78\xb9\x74\xdf\x8b\xaa\x0a\xdc\xaf\x62\xc1\xa7\x8b\x33\x33\x67\xa7\x8b\xc1\x80\x28\x5d\xe5\xc2\xde\x73\x7a\xc2\xb1\xc7\x5f\xf1\xa4\x00\x96\x97\xfe\x3d\x4f\x0a\xcb\xee\x3e\x59\x2e\x35\xb3\x5b\x50\xe1\x7c\x2c\x09\xb8\xd1\xdf\x82\x34\x16\x8e\x99\x87\xaf\xab\x1b\x73\xe8\x59\xd1\x13\x42\xae\x32\xe5\x1f\x7c\x41\x9f\x92\x87\x6e\x08\xf9\x4c\xce\x0d\xf7\x0c\x67\x6d\xf0\xf4\x72\x51\x03\x9a\x01\x06\x50\xd7\x5d\x05\x16\x55\x00\xd6\x31\x5a\x14\xf9\xf6\xb5\xa8\xda\xc6\x52\xdd\x90\x35\xa6\xba\x9a\xdf\xdf\x57\x0d\xe1\x21\xc2\x64\x06\xf0\x98\xd6\x18\x44\xef\xa8\x92\xcd\xa4\xed\x9d\x1e\xc7\x79\xef\x43\x9e\xd4\x42\xea\x15\x7b\x83\x67\xd2\x64\xe5\xa5\x1d\xb4\x2e\xad\x6c\x1b\x37\xcb\xe7\xa7\xc6\x29\x96\x5e\x85\x7a\xe6\x60\x61\x9a\x61\x83\xed\xea\x0b\x32\x3c\x4f\x3e\x1c\xd2\x09\x21\xa1\xeb\xe9\x4b\x27\x2a\x0a\xa6\xcb\xce\x16\x38\x60\xb6\xc2\x26\xc1\xa4\xcf\xf6\x29\x40\xc5\x23\x0f\x4c\x65\xe3\xc1\xbe\xb4\x15\x78\x33\xe7\x32\x68\xcc\x93\xb2\xe1\x89\xda\x28\x60\x07\x45\x96\x84\xcf\xca\xb9\x01\x56\xdd\xef\x13\x19\xb0\x53\x3a\xc6\x09\xac\x82\xc6\x7e\xf4\x8d\x55\xa3\x95\x26\x5a\x4d\xe7\x37\x92\x3d\xe3\xce\x3b\x3f\x5e\x05\xe2\x18\xdc\x2b\x87\x41\xb5\x2b\x53\x69\xb3\x28\xd1\xc8\x60\x03\xc2\xe4\x68\xc2\x1c\xc7\xce\xfb\xfb\x49\x60\x4f\x66\xea\x58\xac\xa9\x00\xef\xba\xfa\x2b\x63\x63\x06\x9c\x08\x0a\x47\x14\x5c\xa1\xaa\x96\x0d\x76\x6d\xfc\x4b\xa3\xce\xcf\x3b\xae\x80\x1c\x6f\x7e\xe6\xda\x27\x03\x34\x7f\xa8\x60\xbf\x4f\xb2\x51\x5e\x2e\x8a\x5d\x95\xdf\x80\x22\xca\x14\x23\xce\x98\x4a\xcd\x97\x22\x9a\xc8\xc0\x9a\x00\xe7\xb5\xc1\xe5\x34\xb3\x37\xd3\xbe\xdc\xef\xfb\xb6\x92\x80\x81\x20\xce\xcb\x9b\xa9\x14\x40\x8e\x83\x2a\x41\xb3\x65\xaa\xc3\xcf\xa1\x46\x25\xce\x15\x39\x4d\x4a\x70\x89\xed\xa7\xd8\x1c\x4f\x99\x71\x14\x4e\x8d\x3b\x41\x9d\x9e\x38\x9b\xe2\x93\xf2\x00\xe0\xb4\x19\xa1\xbb\xff\x4f\x46\xec\x8b\x1a\xff\x65\x83\xf5\x25\x63\xf5\xe5\x13\xf4\xc0\x80\xb9\x91\xd2\x49\x87\xea\xff\x21\xef\xdf\x96\xdc\x36\xd2\x45\x41\xf8\x9e\x4f\x51\x44\xb4\xf1\x23\x1b\x49\x16\x59\x25\xa9\x54\x60\x65\xf1\x97\x65\xa9\xed\xb6\x2c\xbb\x2d\xb9\xdd\x5e\x2c\xb6\x06\x04\x92\xc5\xb4\x40\x24\x0d\x24\x4a\x2a\x17\x19\xb1\xef\x27\x26\x62\x3f\xc2\xbe\x98\xeb\x79\x88\xf5\x14\x73\xbd\x9e\x64\x22\xbf\x3c\x20\x13\x64\x95\x65\xaf\xde\x3b\x62\xd6\xd4\x05\x8a\x48\xe4\xf9\xf0\xe5\x77\xfe\x70\x3b\x96\x76\x0a\x07\xc2\x9f\x44\x89\xf8\xa6\x08\x17\x64\x2c\x91\x01\xc7\xa2\x11\x67\x12\x1b\x57\x49\x46\x33\x3e\x8e\x8a\x29\x4b\x54\x54\xf3\xf6\x1e\x5a\x92\xd1\x64\x79\xe1\x30\x25\x96\x8e\x63\xee\x28\x27\xf5\x6c\x39\x87\xd0\xf0\xd1\x8a\x7c\x2c\xa3\x06\xe7\x7a\x42\x10\x9a\x16\x61\x18\xe5\x12\xf0\xa8\xdc\x2b\xdb\x57\xf9\x2b\xce\x50\x02\x1f\xd9\x0e\x94\x64\x64\x83\xaa\xb1\xc6\x6b\x4c\x76\x22\xc7\xab\x96\x47\x11\xe5\xa4\xd1\x8d\xea\xfa\x63\x92\x19\xee\x5c\xae\x38\x1c\xaa\x33\xb5\xd3\x99\xed\x36\x52\xdf\x48\x86\x65\xbf\x24\x75\xe7\x92\x72\xb9\x0e\xa5\x7a\xa4\x72\xc5\xf7\x66\xdb\xd5\x80\xed\x7d\x57\x46\x35\x42\xb8\x01\x34\x4f\x26\x35\x32\xa9\x41\x0a\x0b\xdd\x10\xad\xfc\xd3\x2f\xd4\x08\xd6\xf8\xc6\x5f\x81\xc1\x89\xfc\x7c\x73\x39\x0a\xc3\xda\x19\xbb\x37\xd1\x9a\xe1\x38\x5b\xce\xd5\x58\x55\x84\xf3\xbd\xbd\x01\x19\xd4\x38\x95\x60\x42\xe1\x75\xbd\xb6\xd6\x1b\xa8\x6e\xa3\xcd\x7c\x50\x4f\xff\x6a\x2c\x52\xb0\x69\x81\xed\x77\x0f\xdd\x9a\x71\x2c\xdc\x5b\x53\x47\xd0\xa8\x34\xbb\xa9\xd2\xe7\xa5\x82\xee\x02\x89\x65\xae\xb0\x0e\xa5\x05\x7a\x1b\xea\x4e\x13\x70\xa7\xed\xec\x45\xae\x5a\x9a\x52\xe5\x4f\xdd\x76\xeb\x7b\xcf\x31\xf8\x01\xbe\x1b\x11\x33\x20\xc1\xea\x77\x41\x4c\x87\x2c\xef\xb8\xce\x01\x70\xdd\x32\xa7\x47\x10\x98\x04\x6c\x83\x9c\x45\x81\xfb\x49\xc7\xfa\x78\xcd\xa2\x4a\xde\x47\xf6\x42\x62\x3b\x45\x17\x97\x44\xdf\x47\x9d\x06\xe0\xb5\x6c\x99\x6a\x5d\xa4\x60\x1f\x42\x55\x0a\x42\x95\x33\x36\xd7\xec\xaa\x14\xd1\xc4\x94\xab\xc9\x68\x52\x5f\xa4\x6d\xb9\xba\x5d\x96\x86\xa4\xb3\x7a\x8e\x0b\x32\x9a\x14\xd6\xec\x62\x12\xc7\x85\xa4\xc2\xf9\xac\x98\xdb\x7b\xba\x31\x27\xc0\xa8\xc7\x1d\xd1\x1e\xb7\xcb\x0f\x3b\x3e\x95\x57\xf1\x8c\xcd\x49\xea\x04\xe2\xb4\x13\xff\xd6\x91\x49\xd2\xee\x95\xe8\xde\xf5\xfb\xe1\xa8\x55\x1c\x6a\xb5\xfe\x2d\x6b\x27\xa2\xa8\xe7\x53\x3e\xb0\xd2\x6d\x8b\xcf\x9d\xeb\xfe\x93\xeb\xf7\x08\xa1\x4e\xfd\xc2\xa9\xfc\x1b\x1f\x6d\xf4\x21\xf2\x60\x9c\x8c\xda\xac\x3f\xdf\x93\x55\xdd\x16\x5e\xd6\xaf\x3a\xc1\xc9\x5d\x16\xd4\x40\x78\xaf\x10\xe6\xb7\x4f\xaa\x6e\x48\x59\xaa\x25\x2c\x18\xf0\x09\xf5\x93\x4b\x0c\x42\xd9\x0e\x61\x15\xdc\x19\x6d\xb7\x30\x82\xc1\x37\xa5\x76\xac\x62\x42\xdf\x0c\xb8\x72\xd6\xa3\x8a\x08\x8e\x99\x84\xca\xdb\x2d\x8c\x62\xf0\x33\x64\x37\x1a\x6b\x92\xcc\x67\xf9\x40\x1e\x93\x76\x0c\x5f\x74\x0c\xec\xbf\x95\x87\xb4\xb3\xde\xa5\xbd\x17\x18\x36\x11\x61\x1d\x69\x44\xc4\x94\x23\x28\x7b\xe8\x5b\x9a\xcb\xc4\x1b\x9c\xaa\x71\x24\xd0\x3b\x7d\x87\x7e\x55\xca\xeb\xde\x6c\xd4\x8b\x11\x84\x4f\x24\x36\xe1\x00\x46\xf8\xda\x5d\x1a\xe8\x78\x7f\xe4\x60\xfe\xaf\xf6\x3f\x8f\x9d\xcf\x2f\xf7\x43\xfd\x11\x85\xfb\x21\x9c\xca\x71\xf3\xee\xb8\x53\xf4\xd0\xa9\x6c\x4f\x24\xe8\x7b\xee\x8d\x5e\xe5\x28\xec\x59\x54\xcb\x3b\x42\x38\x93\x8b\x55\x68\xf1\x99\x5a\x5a\x7b\x5e\xe5\x0a\x33\x84\x97\x2a\x8b\xe0\xb8\x54\x8b\xd9\x66\xf8\x59\x66\x50\x31\x1f\xb3\x4b\x32\x0a\xc3\xe5\x05\x19\x6d\xb7\xd9\x05\xfc\xbe\x24\x30\x8f\xea\xad\xed\x94\xbf\x8b\xc3\x90\x75\x8e\x80\x69\xad\x42\x97\x64\x94\x38\x6f\x23\xb4\xdd\xaa\x66\x7e\x67\x65\x30\xba\x12\x5d\x98\xea\xcc\xfb\xc8\x46\x9d\xec\x8f\x5c\x8a\xe6\x57\xff\x02\x9a\x08\x02\xab\x3d\x41\xd4\x1c\x8c\x41\xeb\xd8\xa1\xd5\x78\xb5\xe5\x3f\xf7\xce\xa2\x59\xd7\x92\xfc\x0a\x4e\x83\xcd\x5e\x22\xa4\x9c\x8a\x04\xdc\x38\xb4\x45\x7f\x70\x20\xcf\xa5\x47\x76\x5a\x9f\x4e\xae\xfb\x09\x73\x07\x00\x23\xa4\x74\x32\xfd\xa6\x3f\x0a\xd3\x0d\x68\x3f\x1e\xb7\x3d\xf8\xd2\xeb\xfc\xb7\x61\x28\xba\x5b\xb1\xda\x43\x7e\xbd\xab\x85\x2d\xa3\xa8\x84\x9b\x65\xff\x14\x3a\x98\x9b\x02\x2a\x76\xfe\xd5\xdd\x65\x0a\xb4\x2c\xc4\x30\x1c\x99\xbc\x61\x58\xee\x2d\xbb\x62\x3a\xfe\xdd\x38\xb0\x77\x96\xd3\x0e\xe8\xef\x2e\xe2\xae\xda\x06\x41\xb1\x26\x2c\x2b\xef\x48\xc0\x04\x99\xb9\x81\x92\xca\x99\x02\xfe\x58\x6a\xb7\x0a\x1e\x09\x57\x59\xec\x4e\xa2\x90\xd5\x7d\xbb\x52\xb6\xd7\xc1\x7f\xdb\x81\x77\xe1\x99\x37\xdf\x2e\x6c\x93\x13\x2b\x41\xb3\xf3\xf9\x1e\x50\xd7\x67\x87\x26\x92\x79\xc8\x91\x9e\x0a\x06\xa4\x88\x7c\x1a\x2c\x4a\x9e\x59\x76\x70\xa2\xc1\x7f\xd6\xa1\x11\x22\xbb\x04\xcc\x59\x02\xc6\xa3\x0f\x25\xc2\x1f\xfe\xb0\xe6\xc0\xbd\x72\xd9\x5e\xab\x47\x35\x9a\xe8\x78\xca\x1d\x8e\x47\x1c\x53\xe4\xa6\x43\x54\x45\xc5\xe3\xeb\x75\xd4\x07\xd0\x6e\xe7\x77\xf2\x80\x60\xd5\xd3\x71\xd2\x1c\x19\xd8\x30\x10\xdd\x1f\xce\xe4\x2f\x25\x79\x33\x7c\x05\xfe\x85\xe5\x9c\x1f\x22\x1b\x9d\x93\x73\xc4\xca\xa3\x0a\x55\x5d\x0b\x05\x88\x44\x2c\x5b\x99\x95\x73\x02\xd8\x5f\xaf\xab\x99\x51\xf2\x9c\x12\xe1\x70\xb4\x7e\xb4\x4d\x7c\xc7\x22\x81\x2e\x22\xad\x59\x01\x5c\x48\x3f\xd8\x13\xb8\x3a\xf5\x3c\x45\x43\x4c\x38\xaa\xb0\xf6\xca\x01\x44\x7f\x31\x72\x2f\xa3\xa8\xab\x05\x8c\x16\x19\xd1\x02\x46\x83\x96\x69\x71\x29\x2c\xa7\xc9\xa4\x0e\xf5\x57\x3c\xf2\xd4\x78\x31\x85\x21\x58\xdd\x8e\xc0\x44\xa4\x4d\x8e\x2a\x5a\x80\x27\xec\x49\xd0\xa3\x43\xc7\xc1\xb6\xbc\x8d\x63\x12\xa8\x00\x3f\x03\xf0\x84\x72\x34\x08\x62\xb1\xe7\xcd\xdb\xf5\x27\x13\x6c\x3e\x4e\xc0\x0a\xda\xc6\x9c\xd1\xd5\xa8\xb0\x52\x47\x6e\x79\x3f\xb2\xac\x57\xfe\x67\x49\xa5\x5a\x6e\x3b\x4d\xeb\xa6\xa2\xf8\x39\x8f\xc0\x03\x0b\x9e\xa9\xc1\xcc\xcd\x04\x3a\x64\x84\x16\xbc\xaa\x0c\xae\xe2\xaa\x1b\xc7\x54\x1e\x92\x5f\x4a\x84\x7f\x79\xf0\x90\x1c\x52\xa1\xb1\x82\x46\x13\x5e\xc7\x08\xae\x55\x8c\x37\xf2\x8c\x45\x95\x23\x90\x2f\xc3\x50\xf8\xd1\x23\x98\x8b\xca\x32\x24\x24\xfe\x0d\x35\x48\x90\xef\xb1\xfb\x7a\xc2\x72\xbc\x23\x03\x52\x74\x38\x69\x2d\xfe\xfa\x4b\xa9\x63\x0c\x7d\x64\x51\xd5\x86\x6b\x1a\x41\xb4\x4a\x88\xf5\xc5\x95\x26\xc4\x9e\xc1\x3c\x6c\xde\x0a\x0f\x38\xc2\x42\xa9\x69\xd8\x80\x40\x3b\xd0\x0f\xfe\xe5\xd3\x85\xf9\x2b\x1d\x11\xd8\x9b\x29\x67\x56\x7a\x4e\xae\x56\x20\x5e\xda\xde\x0f\x68\xaf\x0c\xc3\x08\xc6\x60\x3a\x1e\x97\xa0\xa1\xf1\xb5\x88\x84\x1f\xfb\xe0\x70\x00\xa0\x1f\xcb\x48\x59\xb6\xec\x10\xd2\x70\xe1\x27\x03\x17\xf6\x20\x82\xe2\x8a\xd2\x8f\x82\x50\xfc\x5c\xf5\x01\x1b\xe5\x42\xdd\xcb\x6a\xaa\x83\x0e\x25\x63\xe7\xc4\x7f\xad\x8d\xeb\x5d\x56\x2d\x50\x49\xed\xf9\xfd\x53\x97\xbd\x3a\x71\x5c\x23\x2a\xd5\xbc\xe3\x68\x9a\xfc\x73\x7b\x55\xc7\x08\x9c\x27\x44\x8b\x34\x7b\x7f\x5d\xf1\xa6\xcc\x07\x68\x1a\x5d\xbd\x89\xd1\xb1\xa1\x30\x95\xb7\x44\x4a\xa8\xb5\x3c\xaa\x94\x2a\x1f\x8a\x4d\x92\x4e\x88\x2b\x47\x7b\xcf\x38\x85\x9d\x8d\xe7\xd3\x40\x87\xdc\xd6\xd1\x24\xd4\x6f\xad\xa8\x22\x66\xe5\x7c\x2a\x14\xc8\x3b\x99\x27\x4e\xfc\x8e\x00\xfa\x58\xa3\x20\x96\x5f\x62\xf9\xfa\x27\xf9\x8a\xb4\xaa\xac\x84\x90\xdb\x2d\xfc\x8f\x49\x70\xa4\xb2\xb5\x87\xb0\x9d\x8f\xbf\xb9\x41\x58\x16\x45\x5a\xbe\x97\x4b\xd2\x82\x33\x9b\xa4\x89\x1a\xc7\x7f\xa4\x99\x37\xc7\x0b\x65\xe4\x84\xdc\x3c\x52\x8e\x23\xdb\x1a\xa6\xdd\x84\x48\x3b\x99\x44\x89\xd6\xa4\x6e\xbb\xf5\x0f\xc7\x16\xca\x3f\x9c\xe3\x91\xe2\xda\x97\xe0\xe4\x76\x34\xef\x34\x5f\x21\x68\xc4\x1c\x40\x3a\x04\x4f\xb2\x56\xec\x2c\x94\x16\xb2\xd6\x57\xb5\x82\x97\x3d\xc1\xa9\xac\xed\x28\x88\x95\xeb\xe3\x38\x38\x5a\xa6\xac\xa0\xf9\x91\xe0\x47\x69\x7e\x93\x96\x19\x3d\xaa\x41\x55\x7e\x18\x38\x7b\xeb\xaf\x6e\xa7\x4d\x22\x73\x9c\x1a\xd6\xca\x8d\x9c\xd6\x80\xa4\x65\x9e\x2c\x41\xf5\xb2\xd6\x91\x83\x86\x5a\x97\x32\x42\x58\x1e\xeb\x84\x2b\x7b\x10\xed\x69\x93\x4e\x1b\xd0\x7d\xe3\x39\xc5\x19\x4a\xb2\x1d\xc8\x8b\x38\x4e\xd5\x35\x83\x6b\xa2\x3e\xf6\x04\x79\x45\xa3\x14\x9b\x70\xa8\xb8\x90\x38\x71\xaa\xe5\x61\x92\xb6\xa9\x45\x2b\x5e\xae\x24\x25\x23\x47\x7e\x5b\x4a\x8a\x82\x7e\x14\x78\xcf\x99\x8d\xe2\x58\x95\xc0\x4b\x9b\xcd\x15\x2f\x74\xa9\xd4\xdb\x87\xd9\x0a\x85\x61\x7f\x39\xa4\xbc\x88\xd0\x04\xe9\xc1\x11\x35\x30\x4e\xfe\x51\x46\x35\x5e\xe2\x0c\x9c\x2d\x34\x8a\xbd\xc1\x40\xb5\xc1\xea\xbf\x4e\x9b\x84\x45\xce\x34\xfe\x9b\x43\x04\x02\x9b\x54\x33\x6d\xab\xa1\xeb\xba\x5d\x1f\x11\xc5\xf3\x6b\x7b\xec\x66\x69\xc7\x3f\xc2\x99\x82\x06\x76\xa8\x87\x46\x89\x73\xa7\x22\xd7\x17\x7c\x18\xce\x64\x69\xe5\x90\x39\x50\x61\x64\xff\x54\x46\x7f\x93\xd4\x71\x89\x30\x47\x93\x76\x02\xe4\x49\x5a\x2a\xad\x73\x5b\xd7\xbe\x4f\xf6\x69\x54\x93\xfe\x18\xa7\x61\x58\x31\x85\xa3\x63\x28\x84\xd4\x3f\x1b\x97\x15\x37\x3a\xc4\x48\x43\xfe\x54\x46\xff\x90\x0d\x2e\x71\x89\x73\xd9\x28\xd6\xe4\xeb\x8a\xe4\x12\xb6\xc8\x9d\xda\x5b\xc1\x1a\x05\xeb\x41\x10\x47\xcd\x74\x15\xcb\xa3\xdf\x24\x2b\x85\x87\xf7\xeb\xed\x36\xeb\x93\x46\xbb\x87\x2d\x2e\xf4\x62\x4d\x10\x8b\x0a\x62\xa3\x12\x9a\xfd\x59\xc4\x8f\xe9\x23\x84\x33\xd4\xcb\x48\xb3\xf3\x16\x76\x67\x2b\xd8\xf0\x7a\xe2\x87\xa4\x87\x1a\xe4\xe2\xab\xf2\x3d\x16\x6d\xe4\xf2\x17\x64\xe3\x9c\x6f\xca\xba\xb6\x8e\x33\x13\xb2\x48\x6e\xe1\xbf\xd0\x72\x8e\x39\xb9\xdb\xf5\xd4\x66\x30\xfb\xd2\x44\xb9\xc2\xd5\x5e\x10\x29\x2d\xa8\xc2\x10\xaf\x83\xbb\x36\x85\x2a\x40\x2f\x75\xc2\x9c\x16\xe9\xad\x83\x10\xdb\x0d\xd6\xcd\x32\x4b\xe7\xb8\x21\x63\xb9\x7f\xbc\x7e\x28\x57\xf1\x07\x5c\xe6\xb7\x1c\xb1\x66\x52\x5c\x18\xa7\xbb\x25\x61\xb3\x66\xde\x2b\x2f\x81\xd6\xd0\x18\x44\x83\xc7\x98\x62\x36\x6b\xe2\xf1\x5c\xee\xa1\x26\x26\x27\xd8\x59\x04\x49\xb6\xee\x80\xcf\xc6\x96\x51\x3d\xe4\x9b\xf4\x97\x86\x22\x5b\xbc\xc2\xcd\xa0\xc2\x14\x02\x29\xe9\xee\x4a\xc4\x0d\xe1\x86\x54\xf1\x89\xe2\x97\x2b\x5a\xf7\xa2\x99\x54\x31\x39\x31\xdc\x14\x36\xab\xe2\xf1\xbc\xa7\xfe\x91\x88\x4f\xb9\xdc\x23\x49\x10\xa0\xb8\x53\xd7\x4e\xce\xa3\xb9\x32\xee\xc0\x18\xa9\x4e\x18\x06\xd1\x39\xad\x13\x3e\xd4\x17\x17\x88\xd0\xcd\xcd\x35\xd5\xd1\x36\xdb\x95\x16\xcc\x0b\xa4\xa1\xac\x9a\xea\xed\xd6\xfc\x9a\x8d\xe6\x7d\xd2\x59\x7b\x33\x6f\x00\xa7\x9e\x31\x08\xe3\xc8\x88\xde\x33\x1e\xb9\xf8\xf0\x21\x6b\xca\xc8\xd9\x33\x25\x4a\xc0\xa5\x16\x34\x05\x06\xee\x60\x51\xa6\xba\x41\x98\xfe\x81\xd9\x50\x0f\x71\xaa\xbf\x3d\x57\xaf\xc4\x7e\x48\xfc\x0f\x60\x02\xe8\xe5\x54\xc1\x30\x2a\x42\x4c\xe8\xb2\x8a\x97\x82\x29\xdb\x41\xf7\x3d\x8e\xad\xeb\x1a\xdd\x7a\x3b\x6f\xd5\xde\x09\x71\x86\xc2\x1f\x02\x63\xb0\xf1\xb5\x36\x03\xe1\x00\x4e\xca\xed\x76\x84\x35\xe0\xfa\x5b\x19\x31\x5c\xa1\x49\x9f\x1b\x90\xf5\x0f\x99\xc2\xe5\x4d\xe0\x95\x92\x38\xf8\x4f\x25\xc2\x3f\xb9\x98\x26\xc4\xaa\xe1\x07\x4c\xef\x9e\x31\xad\x74\xa7\x90\x1b\x46\xee\x76\x98\x31\xcf\x8f\x11\x67\xad\x43\x6e\x15\x16\xb4\xfe\xf3\xbe\xa3\x7f\x47\x74\x2c\x3c\x28\x3c\x65\x2c\x29\x99\xc5\x2e\x66\x74\x2e\xf1\xee\x19\x9d\x13\xeb\x8c\x29\x3a\xbe\x7a\x13\x1f\x5f\xc3\xb1\xf8\x53\x18\xb8\x3a\x07\x29\x73\xf9\x37\xad\x5a\x98\x95\xcb\xe0\x7a\x1a\x6c\xd2\x3c\x67\xe5\xf5\x00\xe2\xab\x26\x47\xc3\xf1\xe6\x63\xa0\x94\x71\x70\x49\xee\x36\x15\x4d\x64\xc1\x4d\x45\x03\x3c\xab\x7c\x0d\x32\xe5\xe6\x11\xeb\x18\x61\x49\x85\x33\x5e\x24\x23\xbc\xe1\x75\x32\xc2\xd9\x3a\xa1\x18\xcc\xdd\xc1\xf4\xa9\x4e\x22\xbe\xdd\xd6\xa0\x0f\x73\x4d\x85\x72\xea\xde\x89\x70\x85\x76\x3d\x61\xe8\x2a\xd7\x8c\x5f\x61\x41\x24\x82\x68\x1c\x62\xaa\xfe\xe9\xd3\x90\x8c\x50\xab\xd2\x90\xe2\x86\x30\xfd\x7d\xc6\x06\xe3\x79\xa2\x6e\xfc\x5e\x09\x5b\x62\x84\x4b\xa5\xd4\xf5\x9e\x96\xa4\x66\xf8\x2f\x6e\x08\x2b\xdd\xae\x24\xba\x53\xf2\x3d\x8b\x1a\xa4\x22\x0d\xd8\x02\x05\x73\xde\x30\xa8\xef\x0f\xd7\xe9\x86\xcc\xe6\x78\xc9\xa2\x06\x97\x18\xce\x7d\x83\x45\xdf\x09\x91\x43\x3f\x0a\x5a\x95\x69\xf1\x8d\xaa\x3e\x0f\xc3\x67\x50\x37\xc2\x4d\xf7\x44\xf9\x09\x06\xd6\x40\x27\xf4\x6f\xf2\x2b\xbf\x27\x17\x2e\x5b\xd8\x14\x04\x7b\xb5\xb7\xd0\x0a\xaa\xb3\x6f\x07\x2a\xb4\xdf\xb0\x93\x4f\x55\x8a\x30\x30\xe0\xd6\xe9\xc6\x2a\xb4\xaa\x37\xb8\x87\x46\x58\xce\xaf\xde\x0c\x43\x49\x44\x97\xb9\xb2\x2b\xfd\xf1\xd0\x3c\xab\xda\xd8\x34\xb2\x4b\x0e\xb3\x09\x15\xe2\x36\x0d\x42\xaf\x92\xbb\x1d\x4a\x22\x3f\xa7\xd6\x88\x75\x12\x5c\x61\xa4\x4c\x40\x38\xea\xd4\xe3\x97\x51\x49\x4e\xa9\xbb\x9d\x42\x1a\x6a\xc3\x23\x6f\x87\x03\x06\x5e\x72\x30\x93\xe8\xf8\x6a\x91\xad\x07\x22\x5d\x5c\x2d\xf4\x41\x2e\x5a\xe5\x2a\xb4\xdd\x16\xc3\x5f\x1a\x5a\xdd\x2a\x5f\x19\xbc\x0a\xc3\x4e\x42\x14\x0c\x55\xf9\x40\xef\x30\xd3\x86\xad\x84\x04\x2a\x03\x84\x50\x1b\xac\xd2\xec\x7d\x60\xe9\x98\x7f\x80\xfd\x40\x45\xcb\xdc\x44\x04\xb2\x68\xad\x84\x59\x14\xa9\x7f\x6d\x65\xfb\x0b\xde\xc9\xb0\xbf\xce\xb8\x6c\x61\x48\xcd\x1c\xcc\xb4\xc6\x8d\x91\x84\xa9\x09\xd2\xee\xd8\xd4\x09\x87\x83\xa7\x61\xd2\xd1\xdd\x29\xde\x1d\x5f\xe3\x86\xa1\x44\xe0\x0c\x94\x1f\x0f\xc4\x67\xc4\x4b\xd2\x1f\x4b\x22\x25\x33\x36\x99\xe8\xee\xba\x35\xf5\xce\x2a\x9a\x0a\xfa\x85\x7e\x7d\x59\xa5\xd7\xca\x26\xd9\x42\x86\x5c\x85\xbe\xcc\x60\x7d\x54\x5c\x9d\x5c\x79\x9b\x20\x19\xf8\x75\x8c\x04\xc2\x1b\xb2\x9a\xae\x14\x49\x3a\xc8\x13\x2b\xf3\xce\x65\xbb\x1b\x2d\x11\xef\xb6\xf9\x96\x7e\x04\x0e\x4d\x54\x68\x9a\x36\xc7\x79\xbc\x41\xa8\xc7\xc3\x30\xbd\x38\x9f\x5e\x7b\x1b\xdc\xd1\xb8\x5d\xcf\x11\x4a\xfc\xaf\x3a\xe6\xb6\x3e\x26\x54\x5b\x9e\x6d\x78\x1d\x6f\x30\x7c\xcb\x78\x11\x93\x8d\x4e\x23\x1b\xc0\x5b\x57\x26\x58\xe7\x32\xca\x63\xb2\x89\xc7\x38\xb8\x12\x01\x21\xab\xd9\x68\xae\xfa\x7c\xa3\x26\xb5\xeb\x84\xf3\x96\xdc\x0c\xa0\xca\xcf\x6e\x26\xd1\x9a\xdc\xd7\xd1\x35\x8f\x6e\x11\x0e\xec\x4e\x44\x1d\x25\xdf\x8a\x43\x38\xba\x4d\x45\x6b\x63\x89\x18\x20\xbc\xde\x57\x05\x16\xca\x09\xce\x95\x72\x33\x08\x43\xb9\x6d\xc3\xdf\x5c\x55\xba\xcf\xdb\x6d\x70\x55\xda\xfe\x3f\xd0\xb1\xb6\xc8\x34\xf8\x8f\xff\xfe\x7f\x04\x49\xf0\x1f\xff\xfd\xff\x3c\x10\x3e\x73\xaf\xc7\xb6\x2f\xd0\x84\xe9\xcb\x18\xfa\x22\x1b\xf4\x66\xeb\x70\x20\xcf\x08\x8a\xfe\x46\xc5\x7f\x74\x07\x98\xee\x1c\xde\x0a\x63\xb5\x15\xc0\x12\x7a\xa7\xfa\xac\x8b\x58\xc7\xdf\x60\xd8\x77\xff\x46\x55\x82\xe6\x03\x55\x5b\xc2\xea\xda\x74\x3e\x0c\xa3\x25\x28\x90\xea\x2d\x67\x72\x80\xe4\x62\xbb\x2d\xb7\x5b\xb6\xdd\x2e\xb7\xdb\x46\xed\xb4\x05\xa9\x24\x60\x00\x8e\xd8\x22\x26\xa5\xf2\x2a\xb8\x88\x89\xd6\x79\x7f\xe7\xaa\x9c\x5f\xcf\xf1\x02\x37\xad\xc1\x7d\x18\x46\xef\x74\x84\xd3\x5a\x4d\xc3\xfe\x05\xf1\x0e\xed\x0e\x7f\xb8\x46\x0e\x5a\xdd\x30\x5f\x19\x24\x38\x0a\xb0\xaf\x25\x38\x38\x51\xa2\xf8\x98\x54\x9f\x9d\x4c\x01\xc9\xff\xf7\xff\x11\x58\xdb\x68\x60\x0b\xb5\xf5\x15\xcc\x63\xe8\x5b\xfc\xce\x52\xe1\x1a\xde\x11\x36\x65\x71\x70\x94\xad\x07\xc0\xe1\x1b\x2c\x78\x95\xd3\x2a\x48\x82\x6e\x8a\x05\x4b\x05\xa9\x60\xfe\x33\x52\xc4\x56\x26\x3d\x69\xfb\xae\x14\x61\x2c\xcf\x75\x69\xf0\x97\x9c\x88\xd9\x12\xe4\xb6\xf9\x50\xf0\xcb\x22\x0c\x73\xad\x96\x55\x28\x70\xb0\x33\x9f\x48\x66\xf9\x55\x9d\xfe\xf6\x20\xc1\x32\xe7\x64\xee\x41\x81\x20\x83\x42\xf9\x70\x83\xb0\xd2\x82\xc2\x25\x31\x19\x4d\xb6\x82\xc8\x5f\xae\x04\x34\xdb\x43\xca\xfb\x65\x18\xba\xe2\xa4\x1e\x53\xc2\xf9\x43\x5b\x0f\x33\x84\x65\x7e\x38\x7c\x7e\x50\xb4\x92\xd2\xbc\x7e\xae\x16\xdd\x9e\xb6\x30\x8c\xd8\x76\x1b\x31\x72\x78\x3f\x74\x36\xbf\x71\x52\xa1\xf6\x1e\x02\xaf\xb7\x7b\x67\x57\x49\x7d\x02\x5c\x0d\x59\x8e\xb4\x43\xcc\xfd\xde\xd4\x54\xfc\x50\x9a\x30\xb7\x11\xbb\x6f\xa7\x32\xd4\x1e\x9a\x76\x8e\x96\xcc\x8f\x12\xeb\x4b\x06\x99\x0e\xca\x8c\x39\x19\xf9\x7a\x0b\xb0\x62\xb8\xc0\x19\x5e\xe2\x1c\xaf\xac\xbf\x27\xbc\x21\x23\xbc\x26\xd1\x47\x32\xc6\x41\x80\xf0\x8d\xba\xe6\xd8\x32\xba\x21\x64\x83\xee\x1a\x52\x90\x8c\x2c\x49\x4d\x82\x00\xe7\x6a\x2d\x6f\xc8\xf8\xb8\x95\x86\xdd\xe2\x6b\x89\x98\x2e\xc8\x68\xb2\x70\xd5\x22\x16\xaa\x8b\xef\x48\x39\x5b\xcc\xf1\x07\xf2\xce\x28\x24\xba\x3a\x85\x1f\xb4\x4e\xe1\x3b\x2d\x25\xdc\x84\xe1\x07\x67\xbd\xa7\xd7\x6a\xa1\x3f\xa0\xe4\x9d\xde\x9e\x1b\x2b\x44\x7c\x07\x42\x44\xf9\xbc\xdc\x6c\xb7\x1f\x5c\x51\xe4\x3b\x10\x7d\x6e\x9c\x7a\xd1\x54\x8b\x24\xde\x81\x1c\xf2\x1d\x88\x1e\x37\x61\x78\x73\xa9\x12\xa2\x1b\xf8\x82\x0b\x22\x67\xe1\x83\x87\xd4\x34\x8a\xc9\xeb\x24\x42\x8e\x5a\x71\xc7\xa2\x7a\x5a\xc7\xc1\x44\x51\xf9\x90\x2c\xbf\xb6\xda\xee\xde\xe0\xa2\xcc\xd4\xd5\x66\x90\xd9\x8d\x3a\xbc\xe9\xfa\x4d\x18\x46\xb7\xdb\x6d\x74\xeb\xe0\x8c\x6d\x2e\xfc\x0e\xd4\x6a\x3f\x28\x60\x17\x86\xfd\x25\x80\xd9\x0f\x26\x2e\xb3\x37\x17\x51\x3f\x07\x55\x13\xa3\x13\x88\x3f\x68\x55\x93\x9c\xbc\x43\x66\x5e\x2f\xf5\x54\x68\xfb\x49\x39\x19\x20\x95\x95\x50\xe0\x16\x36\x91\x5a\xdf\x5b\xb3\xbe\x8b\x98\x9c\xa0\xdb\xd9\x22\x1e\xcf\x55\x6f\x0b\x35\xb0\xdb\xd9\x62\xae\xf8\xf7\xf9\x76\x9b\xdb\xd9\x6f\x6b\xb8\x76\x77\x48\x06\x16\x14\xf8\xda\x14\xca\x41\xb3\x51\xe9\x8d\x8e\x10\x6c\x40\x89\xb1\xc9\x5c\x91\x51\x74\x14\x7c\xba\x8a\xc7\xa0\x43\x89\x06\x1b\xab\xea\xe8\x2b\x42\xe2\x36\xb7\x31\xc4\xca\xcd\x9e\x88\x72\xd2\x1f\xa3\x9d\x1c\xda\xe6\x92\x18\xec\xc7\x6c\xe7\x17\x2d\x97\x68\x85\x6f\x90\x3e\x0c\xda\x86\xee\x5b\xb2\x89\xd7\x8e\x42\x53\x5f\x33\x09\xdf\x90\x6f\x2f\x5f\x4c\xd7\x16\x14\xbe\x18\x6c\x50\xb2\xee\x09\x4b\xc4\x45\x02\xbf\xc1\xe9\x34\x8d\x9b\xa4\xc1\x19\xde\xc4\x6f\x8c\x21\x30\xb9\x99\x16\x49\x10\xe0\x25\xae\x61\xb6\xbf\xbd\x24\x2f\xd0\xdd\x9a\x98\xca\x64\x55\x78\x43\x5e\xf4\x14\x54\xde\x90\x6f\x71\x46\x82\x60\xb7\xb6\x0e\xd9\x38\xe6\xa4\x9a\x7d\x8c\xe3\x39\xc2\x29\xe1\x2c\x52\x2f\x58\x38\x58\x08\x52\x17\xfd\x91\x19\xe5\x47\x32\x9e\x7c\x6c\x35\x28\x3e\xca\xd5\xf4\x7a\xdb\xa9\x5c\x22\x23\xaa\xe2\x71\xa7\x62\x87\x09\x90\xfb\xb7\xdc\x88\xb4\x1a\xe2\xa0\x50\xa1\x75\xc4\xc3\x30\x08\x88\xa3\x87\x2b\xb7\xa8\x04\x93\xdb\xad\x87\x37\x1d\x8c\xbc\xed\xb4\xb6\x62\x0f\xcb\x03\x8e\xaa\x69\x35\xa3\xf3\x8e\x3e\x25\x07\xc1\x1f\x43\x77\xd1\xbe\x5b\x38\x05\x3b\x89\xc0\xd4\xe1\x62\x01\x0c\x77\x99\x5a\x2a\x14\xab\xe6\x28\xe9\xaf\xc0\xe3\xd2\x9c\x0c\x2d\xb9\x86\x7b\x1a\x3e\xc3\x2f\xfd\x15\xe4\x65\x18\x34\xfd\x2a\xa4\xd5\xe8\xcb\xa9\x4c\x4c\xc6\x3d\xd6\x4a\xbc\xb5\xe9\x14\x43\x3b\xa4\x3a\x8c\x4b\xb0\x70\xa1\x10\xdc\xa0\xbc\x56\xc4\x98\xcb\x80\xe9\xf2\x48\x29\xe6\x64\x36\x07\x97\xdf\x12\x51\xe1\xad\xea\xec\x4f\x65\x54\xcc\xaa\x39\x66\x51\x85\x70\xd9\x8a\x0a\x94\x85\x4c\xad\x17\x0d\xec\xc9\x00\x20\x6a\xbe\x6c\xa6\x74\x7f\x6a\x2d\xe7\x58\xaa\xd7\x46\xbf\xe6\x72\x41\x0b\x24\x6f\x96\xa8\x70\xdc\xa1\x6f\x88\xca\x31\xd0\xc2\xd0\xd6\x96\xc1\xd8\xe9\x45\x23\x9c\x46\x23\x5c\x58\x07\x19\xd8\xb8\x8a\xb2\x15\xc9\xe9\x66\xbf\xd2\x81\xcd\x63\x8d\x8d\xf4\x96\x33\xa4\x95\x5b\xd1\x60\x8c\x7a\x3c\x5a\xe2\xa5\xea\xfe\x0a\xe1\x8d\xf2\xfd\x0e\x55\x6b\x89\xf5\x46\x12\x1a\x86\xc3\x60\x7b\xa4\x3f\xae\x91\xa5\x2e\x32\x42\x94\x02\xf8\x98\x10\xdb\x0b\x1e\x65\x38\x53\xfc\x52\x73\xf0\xeb\x61\xb6\x42\x71\x1e\x7b\xc9\x8d\x4c\xc4\xba\xd7\x91\xec\xe5\xd8\xed\x25\xf2\x96\xe6\x70\x59\xb9\x4e\xf8\xde\xf6\x8a\xd9\x48\x2e\xe7\x08\x29\xf7\xeb\xce\x18\x00\xd9\xb7\xa3\xf8\xa4\xce\xcb\xca\xe2\xe5\x7e\x1f\x4c\xfd\xde\x04\xc6\x63\xbc\x51\xe3\xba\xfb\x94\xde\xc9\xf5\xc8\x0f\x55\xbe\x42\xbd\xbd\x79\xe9\x6d\x2e\xc7\x7b\x2b\x26\x1b\x1c\x8c\xef\x19\xe7\x43\x07\x64\xc3\xac\x33\x20\xe5\x8a\x84\xba\xae\x0f\x88\xa7\x27\x2d\xc8\x08\xd0\xfd\x8e\x06\x38\x9d\x09\xcf\xbe\x0b\x57\x31\xa8\x83\x5b\xb3\x77\x57\x84\xde\xb6\xbc\x6e\x5b\xce\x24\x66\x57\xd1\x92\xd0\x6e\x5b\x87\x2c\x86\x0c\x67\x7a\x56\xce\x7b\x22\x26\x6c\x98\xad\x9a\xf2\xbd\x24\xbd\x23\x24\xdb\x66\x46\xf7\x80\x79\x56\x67\xca\x0d\x0c\xb8\x0a\xf3\xa5\xfa\x7b\x03\xde\x6d\x98\xeb\x0a\xcc\x56\x7f\xaf\x7f\x24\x47\x9f\x77\x87\xd5\xba\x7c\x55\x96\x5e\x2c\x93\x2e\x14\x2a\x09\x8d\xc5\xa4\xba\x28\x5b\xbb\x2a\xe6\x3a\x76\xa8\xe6\xee\xbc\x0d\xda\x41\x7d\x0d\x7a\xa0\xff\xc6\x22\x86\xb5\x2b\xe2\xc0\x33\xa5\xd7\xb2\x1a\x58\x65\x6c\xf0\x9d\x4e\x1c\x00\x79\xb0\x24\x52\x5d\xdc\x1a\x1f\x52\x50\xd6\x06\x24\xd9\xef\xbc\xd5\x90\xd0\x8a\x18\x66\xd6\xd4\x9e\x71\x9b\xd7\x7b\x9c\x22\x63\xa5\x2a\xda\x5f\xdd\x6c\xd4\x31\x96\xeb\xc4\xe6\x90\x0b\x0d\x41\x39\xdc\x25\xc4\x4c\xd0\xea\xf5\x5e\xc7\xda\x2a\xe4\x9c\x52\x98\x53\xf0\x39\x5b\xb9\x6e\x50\xe8\xdc\xd5\x48\xc4\xeb\xdf\xb7\xc6\x72\xe3\x3c\xb4\xb6\x36\xd3\x60\xcf\x18\xd2\xdb\xe2\x07\xac\xe9\xbc\xef\x70\x03\x91\xd2\xdd\xd3\xa0\x01\x71\x61\x55\x93\x2d\x1e\x26\x30\x1b\x50\x70\x44\x6b\x4e\x1a\x98\xe4\x39\x7d\x8c\x28\xe6\x9e\x0a\xcb\x80\xa4\x83\xd2\x1e\x0f\x42\xb8\xf1\x9a\x62\xbb\x67\x44\x7d\xa0\x6b\x84\x4b\xf7\x58\x00\xbb\x38\x12\x03\xc2\x91\xd5\x41\x19\x29\x20\x4a\x07\xca\x6e\xa7\x9d\x05\x71\x71\xf2\x78\xaf\x72\x2d\x3e\x1b\x6f\xb7\x7d\xff\xcb\x6c\x34\x77\x42\x9a\x6e\x18\xb2\x46\x53\x33\x7d\x0e\xcc\x4e\x8e\x6a\x3d\x20\x0b\x33\x66\xf2\x86\xd8\xb0\xa8\x46\x73\xdc\xad\xd4\xdb\x3d\xf7\x1c\x07\xdf\xb6\xe5\x9e\xc5\x12\xc8\xaf\x5a\xcc\xdb\x1e\xd1\x4f\x39\x37\x72\x52\x5a\x36\x0f\xf6\xcf\x52\xf7\x10\x1c\xee\x43\xe9\x81\x09\xdb\x15\x10\x5a\xb3\xfd\x0d\x43\x38\xdc\xcc\x6c\xe8\xf4\x4d\x77\x49\x47\x7f\xa9\xc3\x90\x79\xc0\xeb\xf2\xf1\xa8\x9d\x8f\x94\xf8\x1f\x3f\x3b\x79\x1c\x9f\x3c\xc6\x35\x49\x27\xf5\x85\xff\x69\x62\x94\xde\xf5\x52\x30\xef\x94\xd7\xb8\x8e\xc9\xc9\x63\x84\x7a\xcc\x6e\xc3\xc6\xea\x87\x1d\xda\x7d\x71\x5c\xe2\x11\x6e\x10\x6e\xbc\x05\xd4\xd5\x12\xd6\x81\x35\xa9\xde\x12\xe0\x9c\xe3\xcd\x86\x15\x45\x84\x76\x8a\x2e\xa0\x03\xc2\xe5\x61\xb7\x5f\x3a\x2e\x13\xfb\x07\x77\xe8\x05\x19\x8f\x90\xab\xcd\xd6\xcb\xb9\x09\x4d\x4e\x3f\xc0\xcd\xb5\xd7\x67\xda\xad\x64\xf0\x18\x3f\x46\x5a\x7d\x49\x8d\x02\x22\x23\x29\x10\x01\xff\x31\xb5\xf3\x21\x5c\x15\xce\x8a\x5c\x73\x5b\xc8\x56\x8b\xc1\x90\xa5\x93\x68\xcf\x6b\x3c\xc6\x23\x09\xf2\x01\xe7\x50\x5b\x69\xaf\xab\xa8\x67\xcf\xb3\x6c\xdb\x39\x41\x58\xcc\x31\x25\xe5\x4e\xd8\xef\xc6\x82\xfa\xc3\x8a\x15\x07\x06\x77\x39\x1e\x39\xbd\xf1\x26\xfe\xb7\xa1\xf4\xbf\x6e\x8f\x5b\x77\x61\x0e\x50\xe4\x03\x0a\x5f\x19\xf8\x2c\x78\x1d\x51\x9c\xe2\x0a\x79\xba\xed\x1a\x8e\xa5\x87\xe0\x18\x37\x1e\xdc\x6e\x18\x19\xe1\x5b\x46\xde\x0c\xbf\xe0\xd9\x01\x6f\xd9\x76\xf7\xb8\xd1\x98\x6f\x59\x2b\x52\xa6\x1f\x8e\x6e\x5b\x62\x4c\xab\x0e\x81\xfa\x2c\x19\x21\x79\xff\x28\x97\xd5\x12\x63\x32\x30\x6c\xa6\xb1\xdd\x40\x89\x88\xd1\x1c\xcd\xf5\xde\x06\x5b\x78\x73\xeb\x5a\x8d\x61\xe2\xbc\x82\x63\x0f\xed\x25\xcb\x75\x80\xa5\x12\x0a\x9a\x96\x7f\xa1\x25\xad\x40\x90\x40\xc6\xd6\x22\x1c\x74\x02\x48\xa5\x89\xae\x15\x8d\x2a\x3c\xd2\x7a\xce\x35\x2d\xc8\x17\xc0\x8a\x53\xe0\x4a\xf9\x4f\x80\x7d\xf5\x96\x45\xea\x4a\x10\xd6\x3f\xdd\x0d\xd3\xa7\x90\xe7\x26\x62\xb8\x70\xfc\x1c\xd2\x0d\x29\x8d\x73\x2f\x41\xcb\x5c\x76\xed\x50\x6c\xfe\x48\xeb\x8f\x82\x58\x4b\xd2\xb9\xb5\x44\x13\xf0\x4a\xab\x89\x2b\xff\x1f\x0c\x0b\x2e\x1f\xf4\xa3\x48\xe8\x0e\xe1\xbf\x28\x2f\x7f\x58\xf5\xb6\xe6\x68\xd7\x73\xe3\x99\x93\x0f\x3c\x72\xef\x7b\x7c\x97\xf1\xb2\x16\x55\x93\x09\x5e\x25\xb7\x0c\x76\xec\xde\x86\xad\xa6\x6a\x70\x6a\x17\x0d\xda\x65\xc0\x62\x20\xe9\xd4\xc4\xf9\xec\x7e\xb4\x3f\x63\x0b\xf9\x71\x7b\x47\xdc\x8b\x13\x8e\xba\xe1\xc9\xe4\x69\xa8\x62\x13\x9a\xac\x45\xa5\x3d\x78\xee\x75\x0b\x57\xc8\xe0\x28\x87\xd0\x13\x0f\x33\xf0\x0a\xa2\x1d\x36\x8e\x9b\x0f\xf8\x1e\x7d\xa3\xe7\xfe\x37\x06\x69\x28\x66\xf0\x0e\x4f\xa7\x22\x11\xca\x1b\x3e\xdd\x6e\xdd\x6d\x60\x82\x65\xa1\x1d\xae\x4d\x9b\xff\x10\x51\xb4\xdf\xee\x8a\xba\xf3\x3a\x42\xd8\xfa\x1e\xf4\xda\x1d\x8c\x7b\xaf\x2a\x77\x77\x08\x1d\xa2\xba\xc2\x2f\x74\xcf\x2b\x2f\x42\x36\x52\x1b\x67\x7f\x9b\x59\x87\x32\xa6\x63\x01\x96\x34\x79\xd2\x1f\xed\xc0\x29\x99\xb3\xcd\x04\x02\xf7\x24\x6e\x4c\xb0\x64\x1f\x46\x7c\xa9\xfb\x45\x31\xa8\x47\x1a\xa5\xe2\x8a\x54\x53\xf3\x2a\xf7\x11\x2e\xd5\x02\x1c\xaa\xc6\x60\x89\xdf\xea\xa1\x98\x72\x14\xe1\xb6\x46\x6f\xea\xab\x69\x99\x94\x6a\xea\xab\x7b\xa7\x5e\x07\xff\xbb\xcf\xd3\xac\xfe\xfc\x25\xb8\x25\x72\xfc\x86\x8a\x30\x54\x7c\x0f\x5b\x83\xca\x92\x74\x1c\x74\xbd\xb4\xbd\x34\xe0\xd0\x2c\x05\x6d\x1b\x7f\xdd\xac\x17\x9d\x80\x8f\xad\x5e\x8f\x93\x4f\x35\xf1\x77\x56\x37\x69\xb1\x1f\x14\xd9\x44\x21\x80\xca\xba\xa0\xa4\x6d\x15\x61\xb0\x24\xdb\x61\x39\x17\xcf\x79\xf3\x80\xf3\x50\x40\xf5\x6d\x38\xe7\xfb\xb2\x41\x86\x1d\x36\x56\x61\x0f\x66\x73\x37\xeb\x0e\x6b\x67\x26\x87\x06\xde\xae\x2e\x8c\x5e\xf9\xc8\xb9\xd7\x1d\x30\x2d\x8c\xfd\x4b\x84\x5c\x17\xfd\xe0\xd4\x5d\x05\x9c\x87\x93\x08\xc1\xe8\x12\x13\x97\x5e\x25\xa9\x97\x24\xa0\x25\x64\xda\x6e\x03\xc1\xd5\x0f\x73\x7e\x21\xa8\x7a\x1b\x5f\x1c\xfb\x51\xf1\xee\x9d\x3d\x5a\x0c\x2b\xb9\x8f\xeb\x1d\xde\x0b\x03\xf9\x50\xa1\x03\x31\x23\x01\x42\xe8\x39\xf0\x41\x84\x3a\x19\xbf\x50\xff\x4c\xec\x6f\x82\xe9\x0a\x48\xe1\xed\x76\x84\x12\x8a\xac\x65\x0d\x42\xd8\x8d\x2f\xf8\x49\x95\xbb\x07\x6e\xbb\xa5\x48\xd7\xd3\x89\x30\x7c\xb0\xaa\x1f\xf6\xab\x12\x61\xe8\x02\x84\x43\x55\xd5\x7b\x75\xa1\xbb\x2f\x75\x99\x5f\x9d\x9a\x0e\x96\xfd\xfc\xf6\x13\x4a\x2f\x8c\x53\x62\xbb\x66\x70\x50\xc4\xde\x04\xed\x77\xc5\xf8\xde\x30\x20\xf5\xee\x80\x31\x3d\x75\x03\x6d\xb2\x59\x39\x27\x3a\xc6\xa3\x9d\x07\x79\xb5\xa9\x8d\xd8\x4e\x2e\x35\xa1\x38\x91\xc1\x99\xc0\xb7\xa7\xa3\xa5\x6a\x79\x61\xd8\x3b\x06\x2a\x72\x42\x0b\xa5\xbf\xa2\x11\xd3\x93\x2b\xc7\x93\xe6\xbf\xb1\x4a\x0e\x35\xde\x4e\x88\x21\x32\x00\x77\x76\xc2\x54\xde\xb7\x2b\xfc\xf6\x4b\x5c\x3a\x4c\x5f\xb5\xca\xd7\xee\xc6\x3b\x48\x88\x9a\x7b\xce\x59\x16\x85\x1a\x54\x07\x22\x97\x9a\x7b\xa1\x92\xd3\xa6\x03\xbc\xc2\x6f\x79\x7a\x51\x4f\x10\x31\x15\x86\x01\xc3\x50\xc2\x76\xbf\xf7\x92\xbe\xa6\x07\x4f\xfd\x7e\x8c\xda\x7f\x59\x9f\xc1\x55\x04\x08\xa2\x4d\xc4\x9d\xfb\x7a\x87\x30\x18\xaa\x30\xab\xd1\xba\xc3\xdd\x08\x99\x0f\xd0\x21\xb3\x39\x76\xbc\xad\x3a\x6b\xee\x38\x6a\x2a\x67\x6c\x4e\xb4\xb1\xd2\x7e\x10\xdc\x52\x56\xb9\xdd\xda\x30\x9f\xfb\xcd\x1f\x3e\x39\x9d\x3e\x98\xf6\x6d\x34\x22\xbf\x1f\x4e\x10\x1a\xf3\x69\xc6\xe7\xbd\x72\xc6\xe7\x44\x61\x3c\xa9\x99\x45\xc1\x93\x14\x66\xf1\x1e\x14\x07\x9c\x01\x6b\x2c\xa7\xda\x19\xc9\x46\x18\xc2\x35\x00\x6e\x98\x7e\xa3\xab\xbe\x63\x2e\x4e\x18\x56\x9a\xee\x16\x6b\x75\x42\x7d\x0a\xa5\xcb\xfe\x45\x15\xd5\xda\x69\x01\xe6\x08\x17\x32\xe1\x9b\x2a\xaa\x41\x25\x42\x91\x6a\xe0\x97\x19\x73\x52\xe0\x20\x05\xa3\xa7\x80\x10\x7d\x22\x33\x42\x9d\xa5\x91\x35\x82\x0d\x7c\xa6\x02\xac\x66\x06\x7c\x5c\x8c\x7a\xe5\x2c\xb5\x10\x66\x39\x2d\x92\x06\x2f\xa7\x4d\x52\x68\x3e\xbf\xfb\xb5\xc1\xad\xaf\x13\x99\xf4\x8d\x3c\xa9\xb4\x03\x48\x76\x6a\x8f\x96\x58\x68\xe5\x66\xd2\x9e\xe5\x09\xbf\x94\x2b\x35\x18\x20\x83\x79\x82\xa3\x83\x5e\x3d\xfd\x51\x1f\xfe\x5a\x93\x07\xd9\x3a\x0c\x7f\xd4\x7c\xc8\x6c\x0d\x00\xa0\x29\x73\xee\xef\x0a\x74\xf7\xab\xae\x46\x05\x92\xd3\xa8\xe5\x03\xd9\x20\x96\x9c\xad\xed\x1e\xb8\xd6\xad\x16\xbc\x22\xe8\x9a\x7f\xbb\x88\x0a\x57\xa7\x8b\xd4\x54\xbc\x80\x1b\x06\x4c\x86\x1c\x18\xe0\x52\x74\x14\x80\xc5\x81\x7c\xfe\x65\xaf\x72\xef\xb0\xa6\x27\xbb\x5c\xd7\x4e\x58\x06\x9d\x0b\x77\x05\x02\x8e\x8b\x3f\x00\x2d\x2a\x45\x02\x11\xb5\x53\xb6\xdb\x38\x56\x9c\x58\x53\xc2\x73\x0b\xa8\xcb\xa8\x34\xbf\x94\x89\x76\x74\x07\x0b\x25\xd4\x42\x54\x3b\x89\xb7\xb5\x5e\x04\xf7\x22\x3a\x74\xa8\x63\x37\x6d\xb8\x4e\x3f\xb6\xb4\x37\x38\xf7\xaf\xde\x3f\x97\x14\xf9\x5e\x2d\x5d\x3a\x5d\xb3\x41\x64\xdf\xda\xd4\x48\x2e\x0a\xee\xa6\x1e\x42\x27\xa9\x61\xc1\x9a\x9e\x48\x6c\xf5\xdb\x0d\xd9\x4b\x7b\x43\x8b\x43\xc9\xdf\x02\xa4\x20\x0e\xa9\x6f\xbe\x5e\xdb\x76\x77\x98\xd5\x9d\xc1\x50\x7f\xc1\xf7\xcb\x10\x62\x41\x7a\x67\xc4\xea\xc2\x39\x30\xc9\x7a\x4d\xe4\x72\x25\xaf\x3a\xf3\x2b\x13\xd5\x49\x38\xf0\x51\x25\xa3\x1d\x20\x93\x7b\x15\xfb\x18\xf5\xa7\x2f\x62\x4f\x40\xab\xe4\x95\x0a\xa8\x5d\x5a\x63\x4c\x64\xa3\x39\x63\xa1\xdb\x56\x99\xf4\xf6\xdb\xcb\xb6\x93\x98\x09\x78\x50\x2f\xd2\xfa\xf0\x75\xa1\x27\xf3\x6b\x4b\x4d\x06\xca\xc6\x5a\x22\xba\x53\xf3\x3b\x09\x40\x0f\x27\xc0\x7b\x94\x74\x49\x94\x83\x48\xc8\xdd\xda\x7b\x26\x41\x6b\x64\xaa\xbe\xb5\x56\xa1\xfb\xf5\x9b\x2f\x1f\xaa\x74\xa3\xed\x45\x25\xfe\x37\x2b\xe7\x80\x08\xbe\xe6\x51\xa5\xed\x40\x21\xad\x0d\x29\x46\x5b\x73\x50\xcd\x64\x03\xdb\xd2\x9e\x95\xc5\x18\x4a\x7a\xcd\x6f\xe8\xff\x1b\xe7\x01\x6b\x59\x24\x5b\x46\x7d\xd6\x8e\xbb\x75\x70\x01\x3e\x0e\x95\x28\xd5\xb2\x67\x39\x38\xb4\x11\xd9\x4a\xcd\x9c\xd2\x0d\xe2\x7e\x20\xb6\x94\x70\x6d\xc7\xcb\x5b\x3b\x5e\x98\x4f\x37\xea\xa0\xb1\xfd\x8d\xf4\xaf\x30\x4c\xfb\x56\x8f\x6d\x6a\xec\xac\x4c\x81\x14\x29\xf3\xce\x5d\x67\xfa\xf5\x1e\x54\xee\x12\x1e\x9a\xfc\x7d\x26\x87\x56\xd7\xa0\x1f\x8e\x7e\x51\xf6\xe3\x10\x56\x11\x9c\xed\x1a\x15\x8a\x30\x64\x9e\xe5\x3f\xb7\xba\x7f\x69\xc1\xae\xcb\x1f\xb5\x15\xbb\x3c\x34\x5f\x2b\x21\x85\x31\x3c\xf7\x7d\xcc\x1a\x0b\x1d\x6d\xf6\x0e\xc6\x04\xc6\x04\x7e\x36\x47\xed\x9c\x1b\xa9\xc7\x33\x31\xd5\xe1\xe5\x19\x4a\x2a\xc3\x2d\xb7\xa4\x44\xd5\x92\x12\x8e\x9d\x7c\x5b\x18\x21\x3c\xc2\xcc\xc8\x4b\x88\xc0\x5c\x45\x76\x68\x95\x2b\x4a\xa2\xfc\x3c\xd0\x96\x29\xdb\x03\x07\xb8\x86\xa3\x1f\xff\xa5\x04\x9d\xc5\x12\x9c\x3b\x68\x15\x50\x23\x08\x01\x07\xb2\x07\x4c\xd7\xdd\xd5\xc1\x6c\x67\x99\x48\x9a\x84\x68\xcf\x8a\x5e\x2f\x5f\xbc\x6b\xdc\xe7\x62\xe3\x17\x79\x9f\xb5\xa9\x7d\x83\x97\x0f\xf0\x94\x70\x85\x2b\xf0\x96\x72\xbb\xa1\xdb\x6d\x00\xf7\x63\xa0\x48\xf2\xcf\xb5\xa6\x62\x72\xc8\xf1\xda\x9d\xeb\xf0\x3a\x11\x56\x2f\x51\x80\xef\x85\xb7\xb7\x1b\x3a\x35\x8b\x96\x08\x84\x5b\x47\x89\x09\x30\x97\xda\x77\xec\x3b\x89\x4b\xfa\x63\xac\x3c\xa1\xab\x8c\xea\x37\xde\xf3\x9c\xad\xbe\xee\x25\xef\x7a\x9d\x41\x53\xe2\x0c\x5b\x6e\xdb\x56\x01\x13\xed\xb0\x75\x45\xfb\xec\x50\x40\x2c\xa0\x77\x0c\x6f\x29\x72\x6b\x42\x87\x9d\x85\x3a\xce\x46\x7c\xaa\xc8\x11\x79\x48\x0a\x68\x62\xf7\xaf\xd2\xf6\x63\x5a\xbd\x93\x2a\x93\xe7\x3d\x3f\x31\x97\xe6\x8b\xd0\xbb\xdc\xf8\x84\x51\x92\x19\x99\x49\x3b\xc5\x71\x48\x24\x3b\xb6\xbd\x7d\xe1\xcd\x89\xcb\xb2\xec\x39\x24\x00\xf5\x7c\x16\x59\x26\xb8\x0e\xba\xa0\x6d\x61\x3c\xef\xd0\x56\x4c\xf3\xe9\x9e\xb4\x6a\x43\x46\x68\x4f\x5a\x4a\x7f\xac\x01\xa5\x54\x46\x74\x1f\x54\xfc\xca\x4b\x48\x56\x60\x8d\x90\x46\x2b\x6b\x82\xd6\x98\xcc\x64\xc2\x1b\xda\x0f\xc4\xfa\xe1\x56\x49\x97\x44\x0c\xb3\xd5\x76\x5b\x85\x61\xbf\x6a\x1d\x6a\x6d\xb7\x9a\xe2\x6f\xba\x73\x6a\xb3\xec\xe2\x98\x81\x07\x7b\x40\x5a\x9e\x15\x45\x67\x56\x8d\x08\x71\x36\xdf\x9f\xad\x83\x70\xed\xf7\xec\x1a\xed\x6c\xd1\x90\xd0\x10\x22\x52\x76\x17\x52\x4c\x07\x11\xc2\x74\x87\x37\xbc\x7e\x59\x71\x45\xd7\xec\xef\x66\x8f\xad\x8e\x4b\x72\x88\xd2\x36\x97\xcf\x03\xc3\xb0\x0a\x0a\xcc\xe5\xb5\xc7\xe0\x08\x91\x5f\x5a\xef\x0e\x82\x50\xdc\x1f\xf5\xe8\x80\x70\x1c\xc7\x95\xec\xa1\xd9\x66\xc0\xb2\x17\x48\x47\xdf\xfa\x28\xbb\xdc\x65\x93\xaa\xe3\xd7\x39\x71\xd9\xaa\x67\xa2\x0d\x68\xff\x43\x30\x14\x50\x9c\x5c\x5d\x8c\x5a\x0f\x38\x37\x6d\xfc\xa2\x4f\x1d\x9f\x33\x33\x7a\x7f\x7b\x68\x85\x88\xb5\x6a\xb9\x19\x2e\x0c\x48\xec\x70\xc6\x37\x87\xb0\x4c\x2d\x14\xfc\x54\x89\x4a\x57\xa2\xb6\x57\x40\x0f\xa3\xe5\xcf\x1f\x96\x0d\xbe\xe5\x1b\x2c\x5c\x39\xa1\xf0\xe5\x86\xf2\x23\x2d\x5a\x3e\x84\x70\x84\x74\x40\x43\x78\xd8\xf4\x17\x74\x23\x56\x64\x0f\xc9\x86\x64\xa8\xc9\xa0\xd9\x91\x91\x25\xb4\xae\xd7\x61\x72\x54\x58\x88\x2f\x78\xe6\x5f\x5c\xdb\x6d\x04\x86\x86\x3d\x07\x23\x57\x63\x3d\x2c\xf8\xe9\x19\xa5\x52\xb3\xff\xe1\x34\x2b\x6e\x21\x75\x14\x9e\xfb\xe0\x91\x03\xe2\xae\xf2\x0b\x25\x80\x95\x3f\x0d\x50\xeb\xae\x09\xae\xc0\x5c\x8c\xe7\x86\x44\x71\xe7\xff\xf0\xb4\x53\x7d\x1b\xc9\x71\x82\xb9\x9f\x21\x24\xdc\x49\x42\xd8\xaa\x23\xbd\xa7\xb9\xc4\x5d\xda\x37\xd7\x06\x32\xe7\x59\x52\xe2\xb6\xc2\xc4\xad\x7d\x87\x94\x13\x34\x28\x03\x59\xa1\xd3\x26\xbc\x46\xd2\x1f\xdd\x5b\x72\x8e\xef\x15\x3d\xba\xae\x34\x2b\x03\x79\x4b\x22\x8c\x36\x92\x75\x40\xd9\x7a\x62\xd7\x0e\x28\xc1\x11\x48\x9b\x26\x14\x43\x67\x43\x21\x9c\x87\x61\x04\x41\x20\x11\x8e\x53\xb0\x8c\x04\x79\x45\xfb\x0b\xf0\x0b\xd4\x2b\xad\xcf\x30\x98\x84\x1a\xe1\x56\x25\x6f\xb7\xdb\x45\x25\x7e\xa1\x1d\x03\x01\xb8\x6d\x4a\x39\x07\xdd\x1d\x24\xa1\x80\x2b\x8d\x7f\x03\x32\x20\x15\xfb\x09\x3b\xb3\x8d\x0e\xe8\xfc\x74\x23\x98\x08\x2f\xd0\xcc\x7b\x9a\xcf\xc4\x1c\x3c\x7f\x11\x47\x5f\x52\x96\x30\x8e\x6b\x31\xa8\x5f\xda\x8e\xa9\xce\xe2\x6f\xcb\xc8\x76\x5c\xeb\xaa\xab\xc0\xb8\x66\x87\xf8\x5b\x44\xdf\x04\x33\xe5\xb2\x76\x3f\x76\x4b\x65\x2c\x7c\x58\x8e\x76\x08\x2b\x0b\xb2\x83\x82\x79\x3f\x4a\x02\x39\x44\x32\xab\x8d\xee\xd3\xc9\x7b\x19\x55\x32\x30\xd1\x41\x4c\xfe\xca\x9c\x5d\x1f\x30\xbf\xf3\xc5\x7b\xdf\xf0\xfc\x5e\x89\x98\x3c\x4e\x8a\x53\x94\x33\xe1\x4a\xb7\xfc\x6c\xd9\x7a\x87\x5b\xd6\xe5\xbd\xcc\x05\x7d\x14\xa7\xda\x10\x36\xf2\xce\x67\xf2\x35\xb7\x32\x3f\x0b\xed\x1f\x52\xe3\x7c\x43\x37\xca\x4e\x72\xb7\x43\xd8\x55\x21\x18\x52\x13\x8a\xc8\x4b\x95\x33\xa2\xcc\x02\x19\x09\xe4\xcb\x91\xc2\x5f\x8f\x14\x8a\x7e\x24\xaf\x81\x23\x3b\xd4\x23\x47\xed\x20\x70\x22\xd1\x5b\xfd\xaf\x05\x3b\x62\xe5\x91\xdb\x02\xf2\x9a\xeb\x38\xa8\x5b\x30\x14\x86\xd7\x3c\xba\x66\x78\xc1\xd0\xc5\x28\x0c\xa3\x37\x6d\xee\xd9\x82\xcd\x0f\x45\x6a\xdc\x1f\x3e\xd5\xca\xa0\x30\x0d\x10\xb0\xae\xba\x06\x2b\xaf\x1a\xed\x76\x91\xdb\x03\x59\x27\x42\x4e\x70\x23\x6b\x77\x15\xb5\x6e\x56\x22\xb0\x86\x53\x0e\xeb\xba\x27\x4e\x71\x8b\xcb\xbd\xe3\x66\xfd\xa1\x98\x4f\xb3\x14\x28\x6a\xe8\x4f\x9f\x30\x83\x0c\xf2\x30\xac\x1d\xa0\xd6\x93\x48\x5b\x23\x61\xa9\xca\x89\x1b\x84\xa9\xfe\x59\xe2\x06\x82\x23\x20\xe3\x52\xcf\x73\x0a\xfb\x81\x39\x51\x04\xb2\xf5\x7e\x18\x9b\xb7\x2b\x56\x1f\x19\x73\xb7\x23\x56\x1f\xa5\x45\x45\xd3\xfc\x56\xae\x50\x53\xd3\x61\x80\x7a\x00\x59\x88\x00\xcb\x0f\x42\xf1\xf7\x11\x45\xf8\x99\x7c\x1c\x0e\xdf\xb7\xdd\x7e\xe1\x7f\x5c\x83\xf7\x40\xf7\x7e\x91\x68\xb4\xd3\xc9\x17\xcc\x09\x2f\x3e\x20\x9a\xf3\x8e\x2e\x46\xdb\xad\x90\xa8\x3f\x20\x09\x07\x7a\x4e\x2b\x2a\x7b\x5c\xf2\x23\xd9\xfe\x51\x10\x47\x22\x36\x85\xe3\x40\x8e\x40\xac\xa8\x1d\xdc\xd0\xd9\x81\x15\xa1\x93\xbe\x8a\x30\x52\x4f\x3c\xf4\xd3\x23\x55\x7e\x4b\x35\x4b\x5c\x70\x74\x57\x11\xa6\x41\x9e\x18\x10\x6e\x9d\x49\x6b\x7d\x5c\x31\x77\x62\x73\x74\xcc\xf7\x94\x54\xc4\x77\xe9\xfa\x5b\x21\x68\xa8\xf5\xf4\x0f\x08\x59\x8f\x11\x1b\xb5\x28\xe2\x84\x3b\xce\xd2\xb2\x15\xb8\x76\xb1\x64\x80\xf3\x59\xa8\x8f\x1a\xf3\xe7\x08\x5b\x0c\xdf\xf6\xf5\xcd\x5e\x5f\xbb\x5d\xf4\x1d\x05\xb5\xc1\x41\x94\x5d\x4f\xa7\xba\x8f\x9e\x8b\x10\x31\xa0\x8e\x32\xaf\x8b\xff\xd3\x49\x39\x29\x89\x51\xe0\x43\x65\xab\x3d\xea\x04\xdc\x60\x8e\x9f\x48\x62\x95\xf8\x0e\x3a\x3d\x6f\x75\xfc\x70\xa5\x42\xbd\xd9\xd0\x69\x25\x31\x7a\x80\x93\x72\x22\x48\x89\x9d\x76\x5d\x8f\x20\x65\xbb\x0b\xd8\xbc\x4f\x04\xb8\x2e\xac\x62\xe2\xa5\x7b\x3b\xc3\x6c\x81\x58\x68\xf5\x09\xdb\xf5\xf7\xcc\x77\x99\x0d\x9f\x7b\x34\xc9\x79\x47\x71\x70\x4f\x15\xd1\xb3\x09\xd8\xdb\x97\xed\x64\xc2\x96\xa4\x84\xf5\x5a\xd7\xe7\xb0\x2f\x95\xc9\x80\xd3\xcb\xd6\xeb\xb9\x52\x7e\xec\x6b\x07\xde\xc8\x93\x26\x74\x82\x33\x96\x86\xc4\xd5\x5f\x1c\xa5\x2d\x68\x3b\xd5\xaa\x86\x62\x40\x52\xdb\x40\xec\xec\x83\xef\x3a\xb6\xd5\x23\x5c\x49\x3a\x07\x94\x56\x90\x59\x29\x4b\x06\x1e\x6c\x9c\x91\xca\x36\xae\xc4\x6a\x84\x9a\x66\x5b\xb3\x08\x1b\x93\x95\x13\x43\xd2\x4e\xf8\x84\x93\xa8\x22\x1c\xb9\xcb\xac\x1a\xe3\xf7\xcf\xb7\xa4\xe7\x9d\xf9\x06\x7a\x9e\x90\xaa\x6d\x32\x35\x4d\x5a\xde\x83\x1d\xee\xf7\xcc\xf5\x23\x0f\xb6\x60\xbe\x06\x8b\x41\xe3\x95\x99\xd8\x32\x35\xc7\x47\x12\x10\xb6\x96\xb7\xad\x0d\x09\x20\x2f\x26\x8e\xae\xc6\x65\xdc\x57\x45\xb4\x8c\x8f\x47\x6d\xbc\xe8\x6f\x78\xfe\x96\xad\x69\x1b\x22\xfe\x0d\x2d\x20\xc1\xc9\x63\xa4\x22\xad\x90\xa4\x0d\xf6\xec\x48\x48\xbc\x3c\xad\xd0\x04\x6b\x02\xc8\x97\xe7\x78\x92\x04\x42\xb7\x5b\xc7\xe3\xf3\x73\xef\x1c\x28\xe9\xee\xda\xc4\x8d\x01\xf9\xee\x37\x55\x24\xb4\x78\xf7\xdb\x36\xa4\x8d\x0a\x29\x63\x99\x5c\x5f\x30\xe0\xc4\x3a\xe1\x6e\xda\x48\x36\xf1\x18\xe1\x7d\xcc\xf2\x37\x4a\x68\x64\xd3\x01\x36\xdf\xd8\x0d\x3b\xa1\xad\x1e\x38\x5b\x46\xfd\x1b\x89\x74\x69\x81\x9a\xd1\xb0\x1d\x6e\xf8\x26\x72\x7d\x09\xfc\x7c\xc0\xd5\x94\xc6\x39\x7b\xcc\x97\xd5\x11\x45\xb9\x73\x9c\x92\x58\x5e\x73\x5f\xa4\x02\x2c\xe6\x22\x66\x96\x88\x94\xdb\x2d\x73\xd7\x83\x88\xa1\x92\x72\x87\x61\xfb\x2b\x0a\xe2\xa0\xfd\x62\xc2\xb9\x8f\x54\x84\xb0\x35\x28\xc3\xb7\xbb\xe2\x32\x1d\x78\x76\x97\xba\x6f\xc0\x4c\xfc\x82\x16\xe9\xed\x76\x1b\xfc\xf9\x60\x75\xe0\x54\x86\xdf\xe3\xb3\x78\x1a\x7d\x63\x24\x46\x08\xdf\x70\xf3\x13\x25\x9e\x44\x33\x0c\xfb\xed\x37\x3d\x93\xd3\x36\xc5\xcf\x7c\x39\x86\x10\x89\x20\xc8\xf4\x3e\x0c\x4e\x8c\x58\x73\x6a\x84\x54\xb0\x0a\x5e\xbb\xda\x0b\x66\xc4\xb0\x33\x9b\xad\xfd\xc5\x0d\x8f\xb8\x16\x40\xd6\xa8\xb7\x1f\xc4\x08\x2c\x58\xdb\xb4\x5a\xa6\x4d\x21\xbc\x14\xec\xd3\xc4\x16\x56\x77\xa0\xde\xde\x8e\x9e\x7a\x23\x9b\x60\xaa\x37\x00\x60\x9b\x30\x6c\xac\x34\xf6\x2b\x39\x59\x35\x2d\xb0\xce\x81\x39\xb9\xd3\x15\x26\x33\x5d\xd9\x1c\xb7\x07\x2c\x61\xbe\x64\x52\x8f\x5a\x5d\xe6\x13\xe6\x4d\x1b\x6b\xe1\xc2\x04\xe9\x4f\xf5\x8a\x2d\x45\x84\x74\xc1\xd9\xa8\x95\x0b\xfb\x19\x76\x6e\xcd\x60\x50\xe1\x1c\xf2\x38\x66\xfe\x19\xc7\xde\xce\x22\xcc\x03\x36\x69\x3b\xf1\xcc\x05\x33\xd8\xdb\xd0\xac\x03\x5d\xcc\xb6\xc3\xf5\x76\xab\x3c\x12\xe9\x0d\xaa\x62\xbc\x39\x38\xe4\x57\x1e\x44\xb9\xe1\x10\xf9\x21\x0c\x2b\x3d\x32\xf9\x8b\xfe\xd2\xa4\x45\x1d\x51\x08\xf8\x68\x02\x99\xd9\x0a\xbe\xd8\x3b\xa9\xdd\xd8\x2a\xe0\x57\x41\x63\x3f\x56\x8e\x62\xd4\x44\x2a\x84\x1d\xd5\x2d\xc5\xc2\x51\x98\x2b\x2e\xdd\xf0\x6d\x95\xa4\x6e\x1d\x06\x68\x18\x46\xda\x13\x45\xb7\x39\x72\xb7\x43\x68\xc6\xe7\xc4\xcb\x2f\x71\x35\xee\x45\x7c\x7b\x6d\xd0\xa1\x3e\x3d\x8c\x02\xe1\xfb\xa2\xd5\x69\x86\xef\x9e\xbb\xf3\xa9\x90\xa4\x86\xeb\x79\x17\x21\x25\x6f\xd0\x11\xcb\xaa\x36\x62\x99\x98\x1a\x96\xca\x54\x80\xb5\x75\xe2\x78\xc0\x7d\xc5\x0e\x98\x45\xec\xe9\xcd\xd9\x9b\x96\x5b\x09\x23\x37\x70\x55\xfb\x9e\xac\xa6\xdf\x50\x2f\x64\x2e\xdd\x3c\xe7\x9b\x5b\x65\x5b\xc0\x51\xc2\x51\x2b\x73\x54\xf7\xb5\x52\xce\x02\xcb\x2a\x5d\x87\x3d\x51\xf5\xae\x1b\xd9\x35\x75\x43\xba\x2a\x97\x53\x38\x23\xe9\xac\xd1\xc4\x99\x2a\x0f\xb7\x54\xa6\xa1\x02\x4f\xb2\xa1\xe0\xea\x82\x52\x86\xaf\x3b\x84\x5b\xc4\x71\x29\xa9\x8f\x0c\x45\x05\x59\x1a\xd7\xc7\xff\x54\xab\x1b\x5d\xe5\x31\xfa\xd3\x31\x52\x34\xad\xc0\x4a\x3d\x38\x2a\x66\xe3\x39\x42\x97\x83\x71\x18\x46\x37\x3c\xaa\xd1\x6c\x39\x27\xd9\x6c\x39\xc7\xca\xfc\xf1\x48\xfe\x96\x74\x9e\x0d\xcc\x63\x67\xf9\xa5\xb3\x73\x2b\x8d\xb3\x4d\xd5\xbf\x98\x94\x89\xb8\x30\x62\x04\xcd\x3c\x06\x1b\xf7\x6c\x45\x5c\x3a\xf1\x57\x76\x9f\x53\xe0\x07\xa2\x8c\x29\x33\x13\xbb\x56\x77\x7c\x98\xf1\x0d\x03\xa6\x5f\xa4\x32\x11\x6e\xd7\x2a\x42\x48\x7f\x26\xfd\x51\xbb\x00\x4a\x20\xc2\x3b\xba\x60\x75\x1c\xa3\x97\xcc\x56\x3d\xab\x8d\x02\xa5\xee\x23\xee\x7c\x04\x2d\x29\xed\x05\x1b\x36\x82\xac\xde\x54\x6d\x40\xf3\x7e\xf4\x12\xfb\x4d\x47\x31\xa9\x2e\x1a\x27\x72\x9e\xfa\x4d\x56\x34\x72\x52\xe3\x12\x37\xc6\xaf\x01\xc2\x8d\xbc\x02\x20\x83\xc1\x21\x4a\x48\x93\x1f\xad\x99\xba\xb8\x20\xf6\x3b\xba\x4b\x49\x7f\x6c\x58\x64\xe9\x76\x1b\xd9\x98\x50\x23\x15\x2d\x9e\xc9\x75\x71\x30\x88\xcf\x7d\xca\xc9\x41\x5c\x4a\x62\x51\x17\xa0\x23\xdd\x40\x5b\x51\x39\xa8\xd0\x60\xdc\xfb\xd5\x5c\xc3\x3a\xf0\x0b\xfe\xb5\x55\xd2\xd0\x49\x3b\xc6\xa3\x5b\xed\x61\xe9\x07\x46\xde\x0c\xe9\xbb\x4d\x45\x15\x02\xb0\x4c\x9b\x42\x90\x8e\x59\xad\xf7\x71\xda\x4d\x88\xe4\xbd\xad\x36\x29\x18\x17\x90\xfe\x78\x87\xbf\x54\xf5\xd6\x82\x6f\xbe\xab\xf8\x26\xbd\x56\x57\x88\x5f\x71\xe7\xeb\x74\x2f\x05\xaa\xce\xd2\x32\xa3\xc5\xe7\xcd\x62\x51\x80\x0c\xb9\xe5\xd2\xfc\xdd\xf5\xff\x60\x38\xe2\xb9\xea\xd5\x77\xaa\x8f\x34\x9f\xee\x27\x25\x23\x42\xbc\x2e\x83\xc2\xe0\x2f\x6d\x97\xbd\x7e\xfe\x20\x5b\xc1\x5f\x82\xea\xbe\x13\x10\x81\x79\x61\x93\x44\x5a\x5d\x53\x10\xcd\xd4\x55\xa6\xbd\x07\x39\x81\x0e\x3c\xaa\xe0\xc3\x8a\x65\xab\x7d\xaa\x60\x1c\xd2\xe1\xa2\x11\x82\x97\x53\x41\xc6\xc9\x89\xfb\x7a\x9a\x3c\xb2\xaf\x40\x40\x9c\x20\x84\x6f\x00\xc1\x13\x55\xf1\x35\xbd\x0d\xc3\xb1\xa1\x2d\x4e\x25\x29\x21\xdb\xfa\x49\x0e\xc8\x9b\x74\x47\xbf\x39\xcd\x73\xc0\xf9\x5e\xb1\x5a\xc8\x0b\x1d\xed\x27\x01\xc5\xdf\x77\x62\xbd\x9a\x40\xed\x90\x0b\x79\x6f\x51\xc0\xcb\x20\x06\xcf\xe0\x8e\xa9\x1e\x1d\xbe\x53\x02\x6b\x08\x33\xee\xbc\xc9\xab\x6e\x12\x95\x33\x31\xdf\x6e\xe1\x9f\x23\x28\x00\x96\xec\xd7\xf2\xce\x68\x67\xfb\x4f\x7b\x7e\x90\x6c\x55\x72\x12\xec\xcb\x4c\x58\xae\x45\x35\x85\x80\xe4\x1a\x29\x1a\x4d\x8d\x43\x2a\x94\x7c\xcd\x92\x72\xbb\xfd\x9a\xc1\x24\xfd\x0d\x26\x69\xb9\x3c\x3c\x4b\x8a\xdd\xd9\x9d\xa8\x03\xa9\x07\xe6\x4a\xc5\x02\x33\x73\xe5\xbc\x75\xe6\xea\xa8\xbd\x2a\xf5\x30\xfb\x0a\x2a\x4c\x98\xeb\x60\x09\x82\xde\x80\xda\x2e\xa9\xd0\x9d\xb5\x90\x64\x78\x6c\x19\xf0\xf8\x1f\x72\x30\x35\xbb\x2e\xd3\xe2\x60\xf0\x38\x53\xbf\x0a\x7f\x68\xc4\xae\x0e\x37\xe6\x59\x55\xa5\xb7\xce\xbd\x0b\x53\xa6\x2e\x5d\xcb\x3b\xc5\x27\xe8\x50\x48\x9e\x6a\xc6\xe6\x9a\xdf\xaa\x5c\x80\xa1\x1d\xfe\x2b\xd3\x9e\x16\xcc\x3a\xfe\x1b\x3b\xd4\x9d\xb1\xdf\x1d\xb5\xc6\x98\x7d\x6a\x6f\x7a\xbf\x8a\x69\x49\x7e\x15\xc3\x5c\xd2\x2f\x34\x7f\x9e\x16\xc5\x22\xcd\xde\xd7\xc9\x5f\xd9\xb4\x24\x7f\x65\x49\x24\x9f\x92\x6c\xae\xa9\x90\xc8\x29\x6f\x44\x44\x39\x1e\x39\x76\xfa\x4a\x45\xb9\x72\x63\xe1\x68\xfe\x56\x1a\x55\x33\x3e\x47\xbe\xf7\x95\x43\x5c\x67\xea\x0e\x9f\x79\x30\x9d\x72\x2b\x34\xff\x2b\xeb\xd9\x69\xb9\x3f\xfc\x20\x9d\x89\xb9\xeb\xc7\x5d\x70\x5f\xc7\x65\xcf\xc4\x50\x9d\xfd\x3b\x70\x75\x2f\xb0\x0f\xa1\xf7\xd4\x31\xbb\x00\x51\x82\xd5\x1d\xc2\x80\x70\x57\x12\x59\x06\x6b\x42\x88\x28\xf5\x77\x16\x09\xc0\x9f\x33\x9e\xd3\x35\xb8\xe7\xfd\x0a\x62\xb4\x3b\xde\x95\xb9\x0b\xdd\x0e\x1f\xcc\x61\x06\xe6\x2e\xcf\x32\xc1\x6e\x98\xb8\x55\x51\xf5\x1c\xe6\xac\x56\x17\xf2\x73\x7d\xe9\xc2\x8e\x87\x32\x48\xe8\x71\xc8\xcc\x50\x87\x1e\xae\x40\x9d\x1e\x49\x92\x00\x56\x14\xde\xda\xfe\x97\xdc\xa3\x65\xd5\xae\x44\x16\x72\xb4\x19\x19\x37\x17\xa2\xd9\x91\x1d\xe8\x8a\xee\x7e\x62\x56\xa9\x09\xed\xb0\x97\xb5\x03\x63\xd0\xdd\xdf\xdc\xbc\x2a\xfe\x00\x27\xa7\x23\x9c\x72\xf2\x66\xf8\x5d\x5a\xd7\xe4\x4e\xf0\x37\x3a\x9c\x41\x57\xb8\xe1\xb8\x4b\x86\xbc\xc1\x6e\x87\x6b\x4e\xee\x94\xf0\x3b\x91\x77\x70\xc3\xc9\x9d\xb1\xfc\xfb\xf3\x9a\x37\x35\x0d\x76\xb8\x70\x12\x63\x09\xc6\x02\xe7\x52\xcb\xb8\xd9\x21\x4c\x39\x7f\xdb\x65\xdc\x3d\x7f\x9d\x88\x43\xe8\x0e\x54\x99\xcc\x89\xd2\x05\x5b\xe3\x59\xe7\xb4\x09\x4c\xb5\x37\xeb\xa5\x1c\x5d\xc6\x9b\x52\x3c\xe7\x45\xb3\xee\x5e\x4f\x2a\x5a\x9d\xbd\x15\xe5\x0a\x2a\xca\x84\xa6\x95\x44\xaa\x67\xff\xbc\xaa\xaf\x9a\xd1\x28\x1d\xcd\x01\xa5\x86\x8f\xc6\x4f\x50\x7b\x98\xc1\x49\x77\x4a\xd8\x76\x3b\x32\x41\x49\x6a\x42\x95\x26\xe1\xb7\xcb\x28\xb8\x12\x81\x56\xd2\xaf\x2f\x46\xdb\x6d\x7d\xd9\x86\x7a\x4e\xe3\x48\x0c\x38\xea\xa5\x31\xa9\x07\x1c\xa7\x31\xa9\x06\xe9\x67\x15\xe6\xa4\x8e\xc7\xbb\x1d\x5e\xc9\x01\x2c\x59\x99\x1f\xec\x7f\x97\xf2\xb1\xcd\xf3\x6e\xf3\x25\x82\xd0\xd8\x1c\xb8\x2a\xd4\x0b\x67\x92\x12\x3e\x50\x0a\x26\x84\xb4\x91\xe0\x59\x9c\x3a\xdd\x2c\x63\x4b\x7e\xa6\x58\x0c\x54\x8c\x3c\x16\xcb\x92\xb8\x24\x3c\x1e\x63\xf9\x56\x0d\xd8\x67\x15\xba\xf4\x02\x59\xe3\x0d\x27\xb3\x20\x70\xae\xd7\x35\xb7\x3c\xaf\x0d\xb7\xce\x02\xe8\x04\x6d\xb4\x23\xa9\x1b\x1e\x6d\x38\x8a\x41\xa8\xa7\x2b\xda\xf0\x19\x75\x44\x1d\xc0\x1c\xb3\xf8\xd0\xac\x35\x66\x9a\xc3\xce\xbe\xe5\x5d\xdc\x0f\x14\xf5\x23\x17\xa5\xba\xe6\x87\x04\xf8\x1e\x15\x0b\xaa\xb9\xd5\xdc\x09\xcc\x6d\xd8\xab\x03\x87\xd9\xb8\xd8\xab\x68\x36\xef\x7a\xdc\x29\xe3\x18\x55\xb3\x72\x4e\x94\x62\x2f\x2e\x0f\x05\x60\x7c\x27\xcf\x83\x23\x5b\xe3\xce\xed\x65\xb2\x7f\xbb\xf8\x99\x66\xc6\x6f\xe4\xb4\x22\xde\x7b\x44\x51\x12\xbd\x73\xce\x10\xa1\xb8\x02\x81\xf6\x3b\x0e\xc6\x72\x2f\x38\x84\x53\x71\x19\x90\x2f\xf8\xde\x4e\x02\xc9\x16\x90\xe8\x77\x3b\x84\x29\xea\xef\x89\x4c\x4b\xa4\x0d\x1c\x2b\xa5\x25\xb8\xf7\x11\x80\x1e\xf1\x62\x8f\x3b\x08\xea\xb7\x0e\x08\xff\xa4\x5b\x77\x6c\x6b\xb9\x5f\xec\xaa\x38\xc5\x68\xb7\xdb\x4c\xef\x59\x7e\xc6\x4b\x30\x7c\x25\x23\xec\x24\xbd\x28\x73\x42\x87\x37\x12\x31\x37\xde\x87\x12\x79\x4a\x3a\x95\x88\xea\xd6\xdd\x47\x19\x10\xdd\x02\xdd\xed\xb4\xa6\xcd\x1b\x4e\x8e\x67\x12\x54\xe4\xcb\xab\x66\xf4\xf8\xe9\x99\x7c\x9e\x8f\x06\xf2\xdf\xf2\xd1\x55\x33\x7a\x32\x82\x97\x27\xcb\xe5\x55\x73\x3a\x7a\x24\x5f\x4e\x47\xe7\xf0\x92\xaa\x17\xf8\xf2\x08\xb2\x3d\xca\x17\x8f\xaf\x9a\x47\x14\x5e\xce\x97\x59\x76\xd5\xa4\x19\xbc\xe4\x67\xe9\x72\x7e\x8c\x3f\x4a\xb0\xc0\xea\x1f\x79\x95\x3f\x5f\xb9\xa1\xb5\xec\xb1\x38\xbe\xfa\x60\x1d\xf4\x6f\xb7\xf4\x32\xf8\xf7\xff\x16\x00\x8d\x2e\xf8\x0f\x9b\x0d\xad\x9e\xa7\x35\x8d\x90\xd2\xea\x79\xc5\x3f\x98\x84\xed\xf6\x0d\xb7\x7e\xfd\x9d\xe3\xf2\x8c\x77\x58\xb0\xfd\x7e\x24\x86\x35\x6f\xaa\xcc\x85\x34\x57\x1f\x02\xc5\x65\xf8\x28\xd7\x18\xae\x72\x5d\x59\x02\x29\x8e\xac\x8a\x7b\xa2\x1a\xb9\xe9\xc0\xdd\xd0\xde\x66\x13\x28\x0c\x25\x82\xd2\xaa\x75\x5b\xbd\x5e\x59\xf2\x3b\x8e\xbf\xd7\x73\x7f\xaa\xa6\xf8\xf4\x89\x5c\x82\x47\x4f\x4f\x07\xf0\xef\x1c\x56\x62\x0c\x2b\xb1\xc8\xe1\x09\x4b\x94\x8d\xe1\x79\x02\xcf\x47\xf0\x7c\x0c\x4f\xb9\x74\x4f\xc6\x6a\xb5\xc6\xa9\x7c\x3e\x5a\xc0\xcb\x63\x2a\x9f\x67\x23\xf9\xcc\x9f\x40\x52\x9e\xc1\x93\xc2\x0b\x85\x75\xa6\x50\x9e\x3e\x85\x67\xaa\x3e\xc8\x66\xcf\xc6\xb2\xc1\xb3\x53\xa8\xf8\xec\x91\xac\xf8\x2c\x85\x5a\xce\x16\xb2\xca\x33\x0a\xad\x9c\x2d\x4f\xaf\x9a\xd1\xd3\x31\x7c\x79\x3a\x3e\x87\x27\x7c\x79\x7a\x02\x5f\x4e\x1e\xab\x97\x33\x78\x9e\xab\x17\xd9\xc0\xb9\x1a\xfe\xf9\x48\x0e\xe9\xfc\x54\xf6\xec\xfc\x11\x8c\xfb\xfc\xd1\x53\x78\x42\xae\xc7\x2a\xe9\xb1\x1c\xec\xf9\x13\xc8\xfb\x44\x56\x7c\xfe\x54\xf6\xef\x7c\x01\xe5\x16\x72\xa8\xe7\x99\xca\x0a\xb3\x73\x9e\x41\xe9\x5c\x36\x7b\x4e\xa1\x18\x95\xc5\xd2\xd1\x18\x9e\x32\x25\x85\x46\xd3\x47\x90\xf2\x08\x52\x1e\x9d\xc1\xf3\x29\x3c\x61\x18\x29\x74\x23\x7d\x0c\x99\x60\x32\xd3\x33\xf5\x5b\xf6\x28\x85\x5e\xa4\x4f\xa1\x30\xf4\x25\x55\xbd\x48\x61\x75\x52\x58\x9d\x34\x83\xfa\xa0\x47\x29\xf4\x25\x85\xbe\x2c\xa0\x2f\x0b\xe8\xc5\xe2\x94\xc2\x53\xae\xf5\x42\x4d\xc3\xe2\xd1\x23\x78\xca\x62\x8b\xc7\x4f\xe0\x29\xab\x5b\xc0\x2c\x2c\x60\x16\x16\xd0\xf2\x02\xc6\xbf\xc8\x46\xf0\x84\xfc\x30\xf0\xec\x14\x56\x3a\x7b\x34\x82\xe7\x13\xf5\xf2\x14\x9e\xa9\x7a\x91\x99\x33\x98\xdc\x0c\x9a\xc8\xa0\xf2\x0c\x2a\xcf\x60\x40\x19\xec\xbf\x0c\x76\x5e\x96\x41\x9e\x0c\xd2\xa1\xa1\x2c\x87\xb2\x39\xa4\xc3\xd8\x32\x18\x5b\x0e\xe3\xc9\xd5\x48\x72\x18\x49\x0e\x8d\xe5\x30\x86\x1c\x9a\xc9\xa1\x99\x3c\x4b\xe1\x29\x9b\xc9\xf3\x13\x28\x90\x43\x01\xa8\x35\x07\x10\x45\x4f\xc7\xf0\x7c\x34\x80\x7f\xb2\x04\x7d\x74\x06\x2f\x8f\x64\x4b\x74\x01\xdf\x17\xea\xfb\xe2\x1c\x9e\x0b\x78\xca\xce\xd2\xec\x29\x7c\x80\x3e\x2f\xc7\x4f\xe1\x29\x33\x2d\x4f\x1f\xc3\xf3\x0c\x9e\x90\x72\x06\x7d\x5e\x9e\xc9\x6a\x97\x4f\x61\x93\x2e\x9f\x3e\x82\xe7\x13\x78\x42\x5e\x05\x2c\x97\xe7\xea\x05\xf6\xf5\x12\x9a\x5a\xca\x39\x1a\x8f\x4e\xf2\x81\xfc\x77\x3a\x82\xe7\x89\x7a\x39\x83\xe7\x39\x3c\x53\x78\xe6\xf0\xa4\xf2\xf9\xf8\x29\x3c\xe1\xeb\x63\x0a\x05\x9e\x40\x69\xe8\xd0\x78\x74\xf6\x48\x3e\xe5\x82\x8f\x47\x4f\x1f\xc3\x13\x5a\x7a\x0a\x75\x9c\xcb\xe7\xe9\xe3\xe5\x55\x33\x3e\x1b\x43\x73\x67\x63\x59\xe0\x4c\xb5\x7d\x76\x0a\x2f\x8f\x4f\xe0\x79\x2a\x9f\x67\xf0\xfb\x0c\x7e\x2f\xce\x20\x93\x04\x38\xe3\x33\x18\xc0\x59\x76\x0e\x49\x39\x7c\xcf\xe5\x87\xa7\x23\x79\x22\xc6\x4f\x47\xf0\x92\xca\x8e\x9e\x9f\xc8\x69\x18\x9f\x9f\x9c\xc0\xf3\x0c\x9e\x72\x1c\xe7\xa7\x90\x72\x0a\x95\x9c\x9f\x2e\xae\x9a\x71\x3a\x3e\x83\xa7\xfc\x9c\xca\xcd\x36\x4e\x1f\xcb\x55\x19\xa7\x12\x52\x8d\x53\x18\x6c\x2a\x37\xc6\x38\x7d\xf2\x18\x3e\x3c\xc9\xe4\xf3\xec\x14\x5e\xce\xd4\x8b\x1c\xe1\x02\x60\xc7\x78\x31\x92\x9d\x5b\xc0\xd0\x16\xa7\x4f\x20\x09\xe6\x15\xce\xd4\x78\x21\xcf\xf4\x78\xf1\x04\x7a\xbd\x80\x81\x2e\x9e\x8e\xe0\x39\x96\xcf\x14\x66\x66\x91\x3e\x86\xe7\x53\x78\xca\x41\x65\x27\x99\xfc\x90\x9d\x9e\xc2\xf3\x09\x3c\x65\xdf\xb3\x1c\x9a\xcd\xf2\x13\x78\x3e\x82\x17\x3a\x82\xe7\x89\x7a\x79\x0a\x4f\x39\x41\x79\x06\x99\x73\x2a\xcb\xe7\x4b\xd8\x0e\xb9\xbc\x34\x4f\x46\xa3\x0c\x9e\xb9\x7c\x42\x95\x27\xa3\xe5\xe8\xaa\x39\xc9\xe8\x52\xbe\x64\xcb\xf1\x55\x73\x92\x53\xf8\x92\xab\x1b\xf8\x24\x85\x4b\xf7\x04\x5e\xce\xcf\xe1\x99\x5e\x35\xe9\x93\x27\xb2\x48\xfa\x44\x2e\x66\xfa\x44\x4e\x51\xfa\xe4\x2c\x97\x4f\x59\x63\xfa\x44\x56\x95\x3e\x95\xe0\x2e\x7d\x3a\x7a\x02\xcf\x85\x7c\x9e\x3c\x86\x27\xa4\x48\x80\x99\x3e\x85\xe6\xd2\xa7\x50\xe0\xfc\x44\x4e\x66\x7a\x2e\x01\x75\x7a\x0e\xe7\x2c\x3d\x7f\x0c\x5f\xe0\x40\xa4\xe7\x72\x1b\xa6\xe7\x8b\x53\x78\xaa\xcc\xf2\xd0\xa5\x00\x90\xd3\x14\x00\x7d\x9a\x9e\x50\xf9\x94\x47\x37\x4d\xe5\x86\x48\x53\x79\xdc\xd2\x54\xce\x69\x9a\x3e\x3a\x85\x27\x14\x90\x77\x4a\x9a\x2e\x4e\xa0\xd8\xe2\x11\x3c\xcf\xe0\xf9\x14\x9e\x50\x91\x84\x44\x69\x2a\x6f\xc2\x74\x41\x1f\xc3\xf3\x29\x3c\xf3\xab\x26\xd7\x08\xc7\x52\xce\xd7\x72\x31\xa6\x57\xcd\x52\x21\x24\x4b\x3a\x92\x49\xf4\x44\xbd\xc8\x31\x2f\x97\xe7\x14\x9e\xcb\xf9\x71\x8b\x34\xbc\xf5\xd0\x74\x10\xee\x4a\x42\x12\x04\xbc\x97\xe4\xec\xc9\xd3\x30\xfc\xde\x62\x1b\x8e\xf8\x9e\x77\x65\x65\xf7\x38\x4c\x57\x3e\xaa\x2a\x08\xef\xdb\x86\x1d\xa9\xc0\x4e\x28\xd2\x61\xa1\x86\x59\x5d\xbf\xa5\x1f\x05\x29\xd1\xbe\xab\x24\x81\xd8\x43\x8e\xd9\x6d\x54\x02\x81\x1c\x7e\x3b\xf2\xb9\x38\xc2\x8b\x68\xec\x55\x27\xc0\x9e\x79\x5f\xa4\xf2\x8d\x8f\xfb\x18\x8d\x1b\xd9\x94\x95\x23\x88\xcb\xd1\x64\x30\x10\x96\x01\xa8\x6a\xd4\xb2\x3f\x78\x41\x07\x02\x75\xff\xec\xa3\x69\xd0\x90\xdf\x25\xb4\xfb\x8e\x77\xe7\x13\x5c\xe6\x4c\xef\x33\x4a\x3b\x94\xb9\x55\x43\x02\x57\xf5\x2f\xca\x3c\x2a\xb7\x5b\xaa\xdc\xe2\xd5\x54\x00\xa2\xad\xa2\x84\xb3\xdd\x3d\xce\x78\xbc\x18\xba\xce\x8c\x9b\x06\x24\xca\x5d\x0e\xe5\xd8\xdf\x72\xbd\xe2\xf2\x73\xe4\x86\x9e\x35\x98\xf8\x4f\xbc\x65\xcd\x5b\xa3\xf4\xd6\xbb\x60\x7f\x04\x61\x8e\xf8\x0d\x95\x3d\x0d\xe4\x46\x4c\x33\x01\xee\xf4\xcd\x07\xd5\x63\xf7\x93\x40\xb8\x54\x5c\x84\xaf\x14\x17\xa1\x14\x29\x2b\xeb\x0e\x53\x82\x2d\xa3\x53\xd7\x2e\x0b\x98\x04\xc2\xed\xa2\xf6\xc1\x2f\xcb\xb6\xd1\x39\x4d\x4a\x24\x50\x2f\xe7\xe0\xfd\x77\x7c\xa0\x9a\x15\xaf\x05\xc2\x82\x10\xda\xba\xdd\x54\x0a\x55\x9d\x46\x1c\x54\xfd\x0b\xee\x19\x80\xdb\x69\x4e\x33\xc1\x6e\xcc\xd9\x99\x80\xdd\x4f\xc5\xb9\x30\xff\x3b\xdf\x11\x25\x87\xd2\x0f\xec\xb9\xd7\xee\x29\xf7\x22\x9d\xfe\x73\x7b\x75\x55\xa3\x20\xa6\x3a\xcc\xa9\x7c\xbb\xba\xaa\xff\x1c\xa0\x1d\x44\xf0\x18\x8f\xc3\x30\xfa\xc2\x8b\x49\x26\x17\x5d\x57\x75\xb8\xe3\xfb\x0b\xee\xed\x23\x43\x8f\xbd\x92\x4b\x56\xad\x55\xb4\xa0\x43\xdc\x69\x2f\x74\x10\x79\xcd\x23\x81\x54\xa8\x1d\x1d\x63\xb8\xd5\x06\x53\x9c\xfc\x52\x5b\x91\x96\x6e\x34\x58\xea\x82\x1d\x2b\xcf\x2e\xad\x35\x29\x9b\x96\xb3\xf1\x3c\x66\x49\x00\x31\xb9\x5f\xca\x4e\xa5\x79\xfe\x49\xbd\xea\xa9\x3e\x01\x74\xac\x90\xe2\x4a\x9a\x6f\x31\x89\x2a\x6b\x95\x2a\xdc\xc5\xff\x75\x8f\x1b\x41\x1d\x1d\xe9\x43\xee\x44\xaa\x59\x39\x0f\xc3\xfe\x6b\x0e\x46\x4f\x26\x0c\x2d\x30\xbb\x4c\x00\xda\xc3\x64\xfc\xe7\x5c\x6b\x06\xf8\x07\xf9\x9a\x0a\xbd\x54\xf5\xe7\xb7\xcf\x6d\x54\x83\x16\xda\x7d\x4a\xf6\xc8\xe1\x38\x06\x08\x3f\x6c\x5d\x31\x6c\xf3\xf6\xca\x30\xa4\x51\xa9\x39\x9c\x3f\x70\xa2\xad\x80\xbf\xe4\xf8\xef\x1c\xff\xc2\x3b\x81\xda\x55\x1c\x19\xdf\x60\x98\x12\x13\x0b\xdb\x0c\x3a\xc8\xab\xf4\xfa\x3a\x5d\x14\x34\x90\x54\xea\x76\x0b\x09\x5f\x54\x7c\x03\xef\xbb\xc8\xd1\xe5\xfe\x91\x7b\xda\xa3\x5f\x72\xc3\xe8\x70\x42\x03\xfd\xc7\x7f\xfb\xdf\x03\xd4\x03\x50\xed\x44\x9c\x11\xf8\xbe\xdb\x27\xf8\x18\xa0\x39\x42\x78\xd4\x27\x2e\xfc\xf7\xc2\x6e\x87\x61\xf4\x25\x27\xc2\x8d\x17\x7e\x41\xc6\xa0\xb8\xe5\xe4\xba\x3c\x09\xc3\xbe\x1a\xf5\x53\x84\x76\x6a\x83\x7c\xc9\xa7\xdd\xce\x25\x4e\xc2\xbf\xff\x0f\x1d\x6a\x2f\xd0\xe6\xc6\xc9\x11\x2b\xc1\xed\xfa\xa2\xe0\xd9\xfb\xc9\x91\x8e\x3e\x3e\xde\x7c\x9c\x1c\xe9\x80\xe6\x3a\x0a\xdf\x60\xbc\xf9\x18\x38\x51\x85\xef\x8b\xba\x14\x78\x2c\xa9\xbf\x70\x2f\x50\xfb\xdf\x8d\x41\xf7\xd1\xdf\xb9\x36\x6a\x82\xa9\xbb\x77\xb6\x9e\xfd\xdf\xff\xd7\xb3\x00\xc9\x4d\xf3\x1d\x87\x10\x10\x63\x24\x77\xd9\xe7\xbc\x01\x8f\x1a\xcf\x21\x22\xfa\xf7\xc0\xc7\x51\xc1\xa0\xb7\x5b\x79\x20\x96\x82\x90\x6a\x58\x39\x31\xe1\xf5\x86\x28\x55\x3d\x63\x7c\x72\x7f\x3d\xb6\x87\xa4\x54\x55\x0c\x74\x55\x17\xa7\x4a\x3a\xca\xf1\xd7\xf2\xf0\xb7\xb6\x18\xe4\xb4\x4f\x82\xab\xf2\xaa\x5c\x18\x23\x86\xe3\xab\xf2\xd8\x08\x02\xa6\x2e\x43\xc7\xd7\x67\x05\xee\xa2\xe5\x2c\x8a\x0b\x52\x4e\x5a\xe5\xbf\x96\x13\x53\xca\x0b\x0c\x78\xbe\x0c\x9c\x00\xf9\x3c\x5f\x6e\xd5\x6f\x84\x0e\x55\x45\x8d\xee\x1d\x1b\x8c\xd1\x94\x0d\xc6\x09\x83\x90\x0f\x4e\x95\x55\x20\x2b\xec\x93\x74\x1a\x69\xd9\x06\x77\xdc\xc7\x22\x2c\x62\x92\xc6\x63\x94\xd8\xaf\xf2\xe6\x62\xf1\xd8\x51\x06\x3e\xe8\x5f\xc3\x8e\xbf\xba\x2a\xa7\x5b\x39\x0b\x3b\xfc\x27\x4e\x3e\xb0\x32\xe7\x1f\x86\xae\xeb\xa4\x69\x97\x25\xd7\x56\xe1\xb1\xf8\xfa\xc4\xe7\xf0\xed\x5d\x1a\xfd\xf1\xce\xef\x8b\xac\xcc\x2a\xd2\x7e\x28\x69\x65\xc2\xb5\xb5\xf5\xf8\xf8\x8f\x53\xa5\x31\x34\x8f\xfa\x02\x74\xbf\xe0\x56\x36\x38\x2a\xea\x13\x8a\xc2\x70\xd4\x27\x62\x98\xf1\xb5\xfc\xf8\xa2\xcc\xbf\xe3\xac\x14\x75\x14\x40\x6f\xdf\xf2\x17\x65\x1e\x80\x0c\xe7\x6f\x9c\x04\xbc\xcc\xf8\xe6\x36\x60\x65\xf4\x13\x6f\x61\x91\xbc\x01\x7e\xe2\x9d\x23\xa4\xb3\xe2\x40\xf5\x60\x12\x20\x1c\x98\x51\xb5\x58\xee\x4f\x7c\xa8\x32\x22\xfc\x0f\xde\x86\x89\xff\x2b\xc7\xff\x26\xf7\xe4\x7b\x7a\x2b\x41\x6e\x4d\xee\x4e\x93\xe0\x45\x09\xb8\xcf\xd3\x24\xf8\x3c\xcd\xde\xd7\x9b\x34\xa3\x01\x3e\x4f\x82\xb7\xe9\x22\xc0\xe3\x36\xc3\xf8\x49\x12\xbc\x59\xb1\xa5\x08\xf0\xf8\x2c\x09\x9e\x8b\xaa\x08\xf0\xf8\x69\x12\x3c\x2b\x64\xd2\x79\x12\x7c\x97\x36\x35\x0d\xf0\xc9\x28\x09\x9e\xa7\x9b\xfa\x15\xcf\xde\x07\xf8\xe4\x2c\x09\x5e\xd4\x59\x80\x4f\x4f\x92\xe0\x8d\xaa\xfd\xf4\x54\x66\xbe\xa6\x3f\x6c\x02\x7c\xfa\x48\xfd\xfe\x82\x7f\x28\x03\x7c\xfa\x58\xb6\x97\x07\xf8\xf4\x49\x12\x7c\xc9\xd7\x32\xf3\x59\x12\xbc\xa2\xb2\xd9\xd3\xa7\x49\x00\x45\xce\x93\xe0\x7b\x79\xd4\x02\xfc\x68\x94\x04\xaa\xe4\x23\x59\x4f\xc5\x4a\xf1\x26\xab\xe4\xeb\xe3\x24\xf8\x0a\x6c\x8a\x02\xfc\xe8\x49\x12\x7c\xa1\x7c\xbe\xe3\xc7\xe7\x49\x30\x09\xf0\x93\x71\x12\x90\x00\x9f\x8f\x93\xe0\x1b\x9e\x07\xf8\xfc\xc4\xfc\x38\xd5\x3f\xc6\xa3\x27\x49\xf0\x67\xf9\xff\x0c\xb2\x8e\x47\xe7\x49\x30\x08\xf0\x78\x3c\x4a\x82\xa1\xfc\x3f\x4e\x82\xe3\x00\x8f\xe5\x00\x4d\xed\xe3\xb3\x53\x95\xe9\xe9\x13\x68\x66\xfc\x54\x17\x7e\xfa\x34\x09\xb0\xfc\xaf\x2b\x39\xd7\x95\x9c\xeb\x4a\x64\xfb\xff\x5b\x80\x4f\xe4\x34\xce\x02\x7c\x22\xe7\xf0\xea\x4a\xfe\x18\x27\xc1\x5c\xfe\x3f\x49\x82\xff\x5f\x80\x9f\x9c\x9e\xc8\x79\x94\xb3\x20\x7f\x9e\x9a\xd1\xcb\x97\x47\x66\x9e\xe4\xcb\x63\x3b\x45\x4f\x4e\x4f\xce\x4e\xda\x2e\xca\xd7\x53\x33\xb7\xf2\xc5\xcc\xb8\xfc\xfd\xa4\x5d\x17\xf9\x7a\xe6\x2e\xcd\x93\xd3\xd3\xd1\x89\x9d\x54\x07\x01\xa1\xa9\x77\xb4\x0b\x7a\x43\x8b\xcf\x4e\xa6\x74\x28\x78\xa2\xec\x49\x1d\x39\xf3\x7d\x79\x41\x17\x4e\x16\x71\xe4\xbe\x69\x2b\x34\x00\xbd\xf7\x56\x45\x90\xa6\x91\x98\x8d\xe6\x28\x71\xa4\xa7\xe5\xfd\xd9\x45\x1a\x81\x02\x27\x4a\x3c\xab\x63\x47\xf2\x9a\xba\x28\xd9\x0b\xa5\xe3\x94\x01\x3d\x40\x7e\x2d\x25\x82\x58\xf6\xc1\x07\xb1\x20\xcf\x58\x54\x22\x13\x6c\xe5\x7b\xf9\x82\x39\x61\x53\xa6\x90\x44\x35\x9c\x32\x8d\x4a\x94\x54\xf0\x1c\x99\x6e\xac\x24\xe4\xe5\x0e\xd1\xcb\xbd\x46\x55\x17\x74\xfc\x93\xb2\xed\x43\xa5\x93\x74\x63\xca\x5d\xca\x76\x3b\x22\xa4\x6d\xd2\xf7\x71\x0f\xce\x38\x4a\x1d\x15\x43\x8b\x35\xaf\xde\x1c\x23\x09\xdc\x55\x03\xad\x89\x8f\x18\x66\xab\x0b\xc2\xd5\x0f\xa7\xa7\xea\x3b\x4e\xa7\xa3\x84\x3b\xc0\xbc\x55\x51\x48\x3b\x0a\x33\xb6\x2f\x76\xd6\x41\xbb\xbc\xea\x93\x32\x0c\xc5\x85\x53\xb4\xd6\xc3\xfe\x2b\xf7\xb5\x14\xaa\xdf\x0a\x5a\x01\xce\xa9\xc1\xaf\x83\x08\x43\xf0\xe2\xd0\x4a\x1d\xdb\x8f\x84\x08\xe5\xe3\x81\x10\xe1\xe0\x14\x95\x15\xbf\xca\xe6\x99\xea\x2b\x06\xad\x55\x35\x85\x53\x5d\xbe\x0f\x6e\x22\xc2\x30\xfa\x2b\x07\xbe\x02\x4a\x0e\x7c\x28\x11\xae\x50\xaf\x22\xe5\xee\xc0\xdc\x34\xa9\xef\xed\xba\xb4\x36\xfc\x71\x25\x29\x3f\x30\x3e\xd2\x24\xdd\xe5\x28\x0c\xdf\x72\x6d\xa4\x61\xee\x63\x81\xd0\x21\xec\xbb\x48\xbb\x74\xba\xda\xe6\xae\x03\x9d\xa3\xac\xcd\xe4\x88\xab\xeb\x54\xf9\x74\x4c\x09\x9b\xf1\x39\xae\x89\xee\x63\x6a\xb7\xec\xa0\x4a\x64\x19\x1d\xa0\xaa\xbe\x4c\xb5\x75\x78\x7d\x91\xb6\x51\xaf\x8e\xc0\xbd\x42\x4d\x48\xaa\xfd\x6c\xc0\x4f\xe7\xb3\x6c\xa6\x46\x84\xf0\x69\x9d\x54\x97\x23\x42\x22\x68\x31\x26\xd5\x1c\xd9\xa6\x64\x09\xed\x7a\x0f\xfa\xee\xe4\xf1\xf4\x8d\x6b\x02\x55\xb4\x7d\x84\x4e\xcb\xd2\x78\x30\x96\x0b\xa3\xdf\x41\x7f\x56\x26\xb8\xc1\xff\xf6\xe6\x4a\x4e\xbe\x8d\x61\x37\x61\x07\x27\x9e\x21\x34\x41\x2c\xb6\x5e\x96\x8e\xd8\xc5\x68\xbb\x65\x97\x1e\xd4\x98\x82\x52\x32\xdb\xb9\xde\xdf\x5a\xda\x7b\x34\xa1\x17\xe3\xd1\x84\xc6\x31\xfa\x37\x3e\xa3\xf1\xa3\xa7\x73\x02\x3f\xce\x9f\xcc\x89\x52\xb6\x88\xb4\xc6\x3e\x25\x4f\x1e\x4f\xe8\x05\x39\x6f\xb3\x9b\x2c\x30\xa6\xe7\x9a\x79\xd6\xe6\x1f\xcb\xec\xe3\x93\xb6\xf6\xf1\x78\xac\xab\x07\x98\x3f\x27\xc1\xcb\x20\xa6\x3b\x14\x29\x00\xb5\x4c\xc9\x9e\x53\x0d\x90\x9b\xdd\x2b\xa7\x1c\x9d\xa9\x97\xa7\x69\x36\x3f\xc6\x82\x1c\xcf\x6a\xf1\xe1\xf5\xfc\x18\x57\xe4\x78\xf6\xea\xfb\x6a\x7e\x8c\x4b\xf9\x6b\x31\x2e\xe7\xc7\x98\x91\xe3\x99\xfc\xe1\x84\x0d\xf7\xa2\x37\xc0\xc2\x99\xd0\x38\x70\x38\xb5\x23\x00\xc1\x49\xb5\xeb\x0a\x78\x53\xad\x74\xae\xe8\xd1\xd4\xf1\x85\x65\x75\x7b\x71\x43\x8c\x6a\x35\x2e\x24\x5e\x9c\x91\xd1\x24\xbb\x68\x26\x71\x9c\xa1\x42\xeb\x12\x90\xa8\x26\xa9\xcb\x7a\xcc\x10\xba\x20\x27\x8f\xce\xa6\xc1\xc2\xfc\x89\x5a\x7c\xa8\x17\xde\x5f\x5d\xcb\xa1\xbe\xfe\xec\xb3\xcf\x5e\xc3\x1f\x7e\x8d\x5f\x8f\xed\x9f\x4a\x7b\xfd\xea\xde\xbf\x4f\xf9\xae\x1b\x5a\xdc\xfb\x87\x65\xf3\xd0\xbe\xaa\xef\xb3\xcf\xc6\x63\xf8\x39\x7e\xf5\x50\xf5\x0f\x34\xab\xbe\x07\x66\x87\xd7\x28\x19\x3f\x3a\x79\x74\x41\x6a\x79\xb4\xc9\xf8\xf1\xc9\xa3\x69\xf0\x7d\x90\x8c\x1f\x9f\x3e\xb1\x89\x67\x67\xa7\xd3\xa0\x72\xfe\x70\xf5\xfa\xf5\x1a\xfe\xaa\x3f\xf2\xb7\xf6\xfe\x74\x62\x69\xff\x3e\x2b\x4b\x99\xe9\x0f\x55\xfd\x9f\xeb\x0a\xfc\xc1\xc8\xda\x09\x1a\xc8\xa9\x40\xc9\xf8\xec\xcc\xce\xd2\xc9\xc9\xc9\x68\x1a\x54\x41\xf2\x74\x7c\x7e\x62\x12\x9f\x9e\x8c\x4e\xa7\xc1\x87\x20\x79\x7a\x32\x7a\x44\x48\x3d\x0d\x16\x41\x12\xbc\x0a\x50\x2f\x23\x6d\x38\xcb\x25\x09\x5e\x05\x76\x87\xde\x05\xeb\x80\x90\xe8\x86\x14\xb3\x6c\x8e\xa6\xf2\x49\x96\xc9\x92\xdc\xec\xdc\x32\x79\xa7\xcc\xd8\x29\x13\x86\x81\x24\xdd\x72\x55\x36\x28\x83\xa4\x52\xc7\xe5\x46\xc5\x60\xbc\xc1\xf0\x1d\x42\x28\x42\x8e\xef\x21\xb0\x3e\xaf\xa2\x8c\x8c\xf1\x92\x14\xb3\xd1\x5c\x56\x3d\x18\xeb\xca\x63\xbf\x72\xd9\xd6\x52\xff\x2f\x66\x59\x3c\x9e\xeb\x96\xc6\x81\x44\x60\xfb\xe4\x66\xbb\x5d\xf6\xf5\xa7\xed\x36\x18\x07\x7d\xc8\x5f\xca\xff\xdb\xad\x6a\x74\x89\xb0\x1c\x93\x6a\xb5\x3d\x9f\xf2\x74\x07\xd8\x69\x0f\xa9\xaa\x5f\x07\x96\xd3\x1e\x7c\x26\x3b\xdf\xc2\xd3\x15\xc9\xe2\xf1\x64\x75\xd1\x84\x21\x7c\x2a\x66\xab\xf9\x24\x8e\x57\x68\x62\x72\x6c\x48\x16\x86\x41\x5f\x75\x77\x20\xfb\xa4\x72\x8f\x75\xee\x29\xf4\xfc\x75\x80\xd7\x24\x9b\xac\x2f\x24\x56\xb1\x46\xc5\x6c\x3d\x27\x9b\x5e\x46\x56\x83\xf1\xce\xf4\x13\x77\xe6\xfd\x06\x42\x55\xcb\x2e\xf6\x82\x57\x72\xce\x75\xad\x37\x7a\x46\x5e\xed\xcd\x3d\xda\x1b\x32\x58\xc9\xab\x50\xeb\x30\x60\x18\x98\x33\x28\xfb\x71\x35\x47\x6a\x5c\xa0\xcc\x44\xa0\xc1\x28\x9b\xaa\x31\xc1\xb6\xc2\xd7\x3a\x75\x75\xd1\x4c\x65\x01\xb5\xd9\x64\x85\x1b\x72\xbb\xdd\x5e\x4f\x65\x8f\x82\xef\x1f\x18\x29\xb8\x4a\xc0\xef\x40\xf3\xd9\xe9\x28\x28\xfe\x7a\xbd\x94\x19\x3f\x90\x0c\x72\xc5\x71\x26\x73\x85\xa1\x9b\x05\x06\x37\x79\xd7\xba\x76\xe6\xd1\x08\x7f\xc0\x99\x6b\xa1\xf6\x82\x64\xf8\x5b\xf2\xce\xb8\x08\xf2\xea\x0a\x5e\x05\xb0\x89\xe6\xaa\x22\xf9\x6d\x4d\x5e\x4c\xd6\x17\x19\xf4\x86\x99\xa6\xd6\xb2\x37\x2f\x2e\xd6\x61\xf8\xce\x28\x24\x7f\x8b\x47\x58\xb5\x38\xc6\x2f\xf0\x5a\xa3\xe2\x6f\xc8\x5a\xb7\xb0\x96\xb5\x00\x7e\x68\xab\x80\x99\x98\x1c\xa8\xe1\x04\xbf\x91\x35\xe0\x17\x64\x0d\xfd\x8e\xe3\x75\xef\x85\x2c\x7d\x4f\x6b\x72\x7c\xfa\xd6\x1a\x13\xf2\xce\xe2\xbc\x61\x18\x2d\x48\x6a\xed\x72\xae\xea\x58\xe9\x0e\x42\x0e\xb8\xf7\x16\x2d\x0f\x19\xbf\x1b\x36\xa5\xb2\x87\x33\x33\x37\xc2\xce\x77\x84\x10\x1e\x43\x44\xcb\x77\xe8\x50\xf5\x57\x75\xac\xac\x7d\x22\x95\x45\xf0\x41\xa7\x7a\x6f\x55\x9a\x81\xfb\xb1\x91\xb5\x9f\xf8\x7d\xef\xf6\x67\x8c\xe1\xab\xe0\xe6\x3f\x42\xb8\xcd\xdf\xf7\x7b\xe6\xb5\xd6\xe6\xc2\x8d\x6c\x0a\xbf\xdb\xed\x5a\x56\xd9\x9b\xe1\x0d\xad\x6a\xc6\x4b\x12\x3c\x1e\x8e\x1f\x0f\x4f\x02\xfc\x66\x87\x10\x76\x99\x32\x01\x07\xf5\x36\xc7\x15\xfd\xc7\x0d\xaf\x44\x1d\x86\x7b\x5f\xd6\x3c\x6f\x0a\x3a\xa5\x51\x45\x7f\x69\x58\x45\xa3\x60\x38\x3c\x1e\x0e\x8f\x0b\xb6\x38\x6e\x95\x89\x03\x84\x92\x03\x0c\x92\x9c\x2e\x81\xfe\x51\xff\x87\xe9\x3a\x9f\xaa\x9f\xd1\xec\x70\x35\x73\x4c\x51\x42\xa3\x96\xef\x8c\x76\x7e\xec\x8d\xa0\xa9\xe9\x51\x2d\x2a\x96\x89\x40\x33\x2d\x1d\x8e\xf6\xa0\x60\xa5\xd0\x11\x9d\xeb\xa0\xc5\x97\x2a\xad\xf1\x6b\xc5\x3a\xe0\x8f\xcc\xbe\xf9\x92\x40\x57\xa7\x38\x12\x4a\x93\x55\xe1\xf7\xad\x53\xb4\x03\xc2\xb6\x4e\xc8\x69\xc5\xe7\x6e\x49\xdf\x48\x68\x32\xc5\x15\x2e\x59\x0a\x9d\x2f\x5b\x6e\x3f\x0e\x40\xcb\x17\xb4\x7a\x31\x43\xbd\x52\xcb\x5b\x05\xdf\xb8\xa4\xa7\x18\x66\xc0\x28\xfd\x69\x50\x7a\xac\xe8\xc1\x63\x14\x07\x9b\x8f\x01\x36\xe5\x80\x03\x6b\x72\xff\x23\x7e\x0c\x5f\x1d\x59\x9e\x15\xb4\xec\x4d\xa4\xe0\xbc\x10\x6c\x23\xab\x72\x45\x9d\xd5\x30\x2b\x78\x49\x81\x29\xdc\x1f\x21\x84\x7d\xc1\x83\x9b\xb5\x04\x87\x22\xe5\x7d\x63\xc3\x72\x5a\xb4\x17\x2c\xd3\x5d\xbe\x49\x33\x26\x6e\xc1\x51\x95\x97\x42\xc6\x08\x97\x3b\xb9\x22\xce\xbc\xa6\x1a\xe3\x16\x3d\x35\x89\x4c\xb7\xc0\x1b\x11\xe0\x14\x02\xda\x47\x91\x68\x7d\x07\xa8\xc5\xb7\x4e\x1f\x3b\x4d\x2a\xe3\xf5\x4e\xb3\x23\xd7\xde\xc0\x25\x47\x64\xee\x1d\xc2\x4f\x46\x10\x25\x53\xf9\x21\xd6\x4e\xcb\x6b\x2a\xbe\x2a\x05\xad\x6e\xd2\xc2\x2b\xc2\x96\x11\x47\x2d\x19\xc3\x26\x13\x4a\x3c\xb1\x2b\x18\xac\x84\xe1\x78\x4c\x08\x75\x65\x96\x32\x9b\x92\x59\x52\xe2\x0b\x7a\x4c\xa8\x64\x65\x49\x7a\x97\x46\xae\x27\x27\xeb\xb4\xf5\x08\x74\xbc\x6d\x9f\x6a\xd9\xf1\x47\x23\x08\x93\xc5\xcb\xee\xac\x39\x1c\x1b\x8f\xd0\x50\xf6\xac\xd6\x71\x81\x36\x3e\xb7\xd4\x86\x9a\x22\xc7\xb5\xc0\x2a\xad\xff\x02\x6e\x69\x4d\x68\x28\x5e\x82\xcf\xcb\x6f\x6f\xa8\xa3\x59\x29\x3a\x71\x7d\x5b\x9b\x39\x63\x8e\x25\x1c\x73\x2c\x18\xe7\xf1\xd5\xe2\xd0\xa1\x1f\x68\xc5\xcc\xca\x09\xfa\x6d\xa6\xa7\xb5\x8e\xac\xee\x13\x36\x60\x4e\x22\x06\xc7\x25\x66\x5a\x5e\x71\x7c\x82\x53\x02\x9e\xc3\x36\x31\x1b\x2e\xb8\x10\x7c\x2d\x13\x1b\x10\x18\x59\x27\x9c\x11\x1d\x66\x9c\x57\x79\x2d\x89\xc9\xe8\x4e\x56\x91\x70\x2c\xf8\x26\x49\x77\x38\x50\x27\x2f\x40\xc8\x23\xa6\x5a\xfe\x8b\xc6\x82\x96\xa4\x99\x65\xf3\xe1\xbb\x77\x69\x59\x72\x01\x96\x73\xbd\x65\x18\x6a\x7a\x6b\x89\x76\x85\xb5\xbf\xbf\xcf\x55\xda\xe1\x29\xc3\x7b\xaa\x06\x86\x07\xff\xb2\x4a\xaf\x15\x33\x5d\x3b\xf7\xa7\x07\xbc\xfa\xd3\x19\x9f\xf7\x7c\xfd\x8b\x5a\xd2\x8d\x3b\x08\xf2\x88\x25\x88\x06\x05\x61\xa4\xc3\x7a\xc2\x4a\x7f\x48\x99\x60\xe5\xf5\x4b\x5e\x91\x91\x17\xc8\xb9\x15\xc8\x42\x7c\xe6\xa1\x5c\xbc\x5e\xd5\x6e\x15\xb0\x86\x93\x7b\x55\xbd\x46\xa2\x1b\x84\xd3\x98\x55\x7b\x81\xa8\x74\xda\xac\x9c\x1b\xff\xb2\xbd\x4e\x3e\xb7\x1b\x29\xd8\x79\x81\x17\x28\x35\xc4\x07\x81\x38\xae\x49\x6a\x2e\xd7\xf4\x21\x70\xa9\xee\x9d\x41\x10\x57\x98\x49\xb0\x23\xe9\xe3\x07\x94\x60\xfc\x56\x10\xfa\x84\xaa\xd7\x8d\x84\xc7\x05\x0d\x40\x66\x09\x4e\x03\x79\x19\xd5\xe6\xf4\xde\xd0\xaa\xe3\x58\x5a\x69\x86\xd4\xca\x89\xb2\xc3\x1c\x74\x4d\x7d\x6a\x7a\x43\x2b\x26\x6e\x7b\x4a\x37\x3d\xa0\xea\x42\xd7\xfe\x28\x1f\xbe\xdf\xac\x04\xf2\xa1\xbe\xd3\xba\x4e\xaf\xe9\x00\x8c\xe5\x3e\x49\x2b\x88\x0e\x75\x19\xe4\xc9\x2f\x1b\xd7\x19\x69\xbb\x7b\x0c\x1c\xc2\x25\xa9\xcc\xef\xed\xb6\xc2\xfa\xa4\x3f\xb3\xa7\xa9\x96\xc7\xe2\x5a\xde\x93\xc5\x06\x3c\xc2\x7e\xc7\x6b\x89\x16\x22\x1c\xc8\x7a\x02\xd4\x93\xcb\x56\x0d\xd3\xfa\xb6\xcc\xb6\x5b\xa6\x7e\x4c\xdd\x5b\xdf\x61\x74\x39\x3d\xc0\x1c\xbc\x2a\xb4\x7b\xde\xbf\x9f\x38\x19\x8c\x31\xc8\x8b\x23\x1b\xe7\x38\x45\x3b\x21\xd7\xce\x49\xc0\x55\x04\xdd\x03\x5b\xd6\xc8\x73\x3e\x20\x9b\xdd\xab\x00\xbb\x2d\x2a\x0b\x94\x32\x0c\x2b\xd7\xc5\x20\x05\x77\x92\x25\xc2\x05\xa0\x2c\x12\xe8\x97\xf2\x8c\xc2\xc1\x2d\x51\x22\x93\x99\xdf\xaa\xfc\xee\x5a\xc9\x15\x10\xf5\xfc\x8e\x1b\xf6\x98\xb6\xea\x03\x08\xe8\xcc\x40\x41\x1a\xbb\x0e\x19\x39\x2c\x64\x05\xbf\xc4\x7b\xc6\x20\x96\xb5\x6d\xbc\x39\x1a\x43\xe9\x49\x24\x66\x6c\x0e\x36\x0f\xcc\xb5\x2c\x2d\x1d\x6f\xc1\x51\x25\x89\xe0\xd1\x64\x79\x91\xb5\x75\x2e\x55\x9d\x39\xd8\xe1\xcb\xfb\x22\x77\x49\x5d\xb8\x9e\x36\xa4\x71\x41\xce\x6f\x83\xc7\x35\x19\x4d\xd6\x17\x0e\xd0\x59\x1b\xd2\x35\x9f\xad\xe7\xf8\x96\xdc\xb4\xe7\xe8\x76\xbb\x8d\x6e\xed\x39\xc2\x8c\xdc\xe2\x95\x79\x25\x24\x2a\xc9\x0a\x4d\xcb\x84\xe1\x62\xb8\xe4\xd5\x3a\x75\x76\xa8\xa4\x36\xc8\x7e\x72\x74\x83\x10\xf6\x3a\xbc\xe9\x80\x63\x99\xe1\x06\xf8\xe6\x8d\x01\x7b\xda\xab\x97\xf1\xb2\x1d\xdd\x28\x0e\xae\xcc\x85\xef\xec\x71\x4d\x0e\x82\x9a\x41\x10\xdf\x62\xf7\x22\x4a\x6e\x76\x08\xed\x1a\x1f\x4c\xd7\x54\xa8\x97\x6f\x00\x3a\x45\x4b\x2c\x70\x1a\x6d\xf0\x0a\xe7\xd6\xf9\x0b\xb6\xdb\x62\xa8\xb1\xc9\x1a\xa1\xdd\xae\x18\xf2\x52\xf9\x13\x7f\xc5\x4a\xb9\x85\xe5\x3d\xd7\x49\x8a\x2a\x9c\x61\x17\x1b\xcf\x3c\xa8\xd5\xde\x1e\x22\x0c\x23\xdf\x84\xcd\xe0\x22\x12\x99\x33\x68\xc9\x3d\x48\x5c\x23\x11\x7e\x99\xcf\x74\x33\x57\xee\x73\x1e\x4b\xac\x6e\x07\x56\xe7\xac\xd4\x0e\xf0\x22\x05\x27\x70\x7f\xec\x1f\x4e\xac\x78\xaa\x29\x38\xb7\xa7\xc3\xaf\x4a\x26\xbb\xc4\xe5\xe6\x84\x68\x41\xd5\x01\x68\x05\x2f\xdf\x96\xcf\xe1\x38\x87\x61\xe5\x9f\xee\x0c\xf0\xe6\xe5\x32\x02\x10\x06\x2e\xfa\x68\x65\x25\xdf\x1e\xbc\xf7\x2b\x6f\x11\x2c\x84\xbd\x39\xf1\xb2\xd9\xe9\xd1\x4e\x2a\xdc\x8f\xc8\xf5\x25\x51\x2b\x18\x6a\x86\xaf\x82\x0c\xd4\x81\xc4\x64\xfa\x63\x7d\xf2\x6a\xf7\xe4\xd5\xb3\xe5\x5c\x99\xb0\x17\xe0\x2f\x42\x1d\x44\xb7\x7e\xb0\x9b\x62\x51\x85\xa3\x15\x29\x91\x03\xac\x5e\xea\x19\x9d\xde\xf9\x50\x3b\x59\xed\x92\x68\x15\x86\xfd\x51\x9f\x90\xd5\x76\x1b\xad\xc0\x7e\x6a\x85\x70\xa1\xa3\x31\xe5\xf7\x4f\x6a\xe9\xcd\xe9\xa8\xef\xe4\x35\xfb\x51\xdf\xa2\xbf\x3d\xd3\xb9\x3f\xbd\x4d\x54\x29\x74\x7f\x05\x8e\xac\xf5\x4e\x81\x00\x33\x35\xcc\xd6\x86\x56\xf2\x24\xbf\x82\x3d\x13\x75\xad\x77\xdb\x19\x09\xc3\x46\xf9\x60\xd5\xd1\x0e\xfe\x0b\x52\xea\x92\xc4\xbe\x66\xb5\xa0\x95\xbe\x7c\xf5\x49\x0a\x7e\xae\x79\x79\x30\x8c\xc2\x6c\xde\x93\xdf\x60\xbb\x6e\xd2\xaa\xa6\xe0\x3e\xd2\x25\xc1\xdb\xe0\x0e\xc3\x82\x67\xbd\xca\x75\xf7\xa2\xee\x76\xa6\x94\xba\xde\x81\x52\xd5\x18\x9b\xd7\x0c\x2c\x3e\xc1\x5d\x99\xc9\x57\xa4\x6e\x36\x78\x33\xb9\x34\x2a\x92\x88\x1d\xda\x81\xea\xac\xdf\x2d\x49\x03\x2a\x8d\x95\xd2\x2a\xac\x1c\x55\xff\x1f\x5c\xc9\xdb\x74\x5d\xdc\xb7\x92\x6a\xda\x64\x8e\x61\xc1\xd3\xbc\x9d\x33\x66\xae\x7f\x15\x09\xe0\xd0\x22\x96\xda\x6b\xca\x70\x6f\xd9\xf6\xbe\x98\xa5\x62\x06\x7f\xdc\xa1\xff\xc5\x2b\x82\x83\xec\xe7\x3a\xf8\x57\xad\x8b\x37\x99\xa0\x51\x96\xae\x73\x08\xac\xe5\xad\x17\x0e\x36\x45\xca\xca\xc0\x5f\x37\x0c\x11\xbd\xd7\x3c\xa7\x3f\x7c\xff\x0a\xb4\x5c\xf5\x6f\x22\x9b\x93\xbf\x8f\x3f\x7b\x7d\xfc\xd9\xeb\xa1\xec\xb0\x46\xf6\xef\x1c\x7d\x13\x8f\xcb\xa5\x0a\xd7\xe0\x65\x9a\x4a\xc4\x83\x96\x19\xa3\x20\xa7\x6e\x05\xef\x92\xea\x6a\xc9\xec\xd9\x5c\xd3\x94\xa5\xab\xc7\xaf\x2b\xda\xb3\x6d\x9d\xf1\x39\x92\x28\xb7\xc2\xf0\x40\xbd\x1f\x04\xee\x86\x5b\xeb\x34\xa1\x48\xb6\x83\x1c\x83\x03\xd6\xac\x23\x42\x06\x03\x89\xae\x44\x68\xb7\x8b\x2a\xcc\x3c\x33\x73\x13\xd2\xce\xeb\xa1\x5e\xe3\x6f\x24\x29\x02\x82\xfc\x54\x22\x02\x4e\x6a\xdb\xb8\xf1\x24\x6c\x0c\x20\xfa\x66\xb5\x99\x0e\x10\x58\xa6\x6b\x6a\x1c\xb6\xef\x8d\xda\x09\xc7\x1d\x99\x68\x73\xd5\xfd\x99\xc0\x37\x87\x56\x00\xd4\xb3\x60\x17\xd5\x84\xff\x8b\xe4\xa2\x5e\x63\x65\x47\xae\xf7\x05\xa8\x68\xa8\xdb\xfc\x3e\x6a\xae\xce\x2a\xb6\x91\x14\x50\x3d\xac\xab\x8c\xa4\x3d\xe5\x68\xc9\x66\xf7\x94\x89\xdf\xa6\xd7\x4a\x95\xd8\x94\x9a\x8d\xe6\xb8\x20\x15\xa0\xe9\x7c\xde\x33\x44\xa9\x3c\xea\xfe\xc5\x27\x87\x79\xbf\x40\xbf\x68\x97\x81\xa2\x62\x46\xe7\x91\xb9\x11\x1b\x97\x59\xab\x7c\x58\x7f\x4e\x97\xbc\xa2\x51\x8d\x1b\x25\x0c\x81\x83\x47\x88\x98\xda\x23\x9a\x22\xcc\x23\x09\x23\xe5\xa1\x01\x9c\x44\x7f\xf9\xb9\x8e\x66\xe9\x1c\x73\x70\xed\x90\x36\x82\xbf\xe2\x69\xee\xaf\xab\x8a\x37\x72\x78\xd5\x2a\xb4\xdd\xfa\x9b\xa4\xf2\x6f\x77\x89\x18\x1b\x8c\x49\xd6\x10\x60\xe1\x22\x51\x90\x04\xe3\xda\xfd\x17\xbd\x23\x5a\x3d\x34\x6b\xca\xb1\x6f\xeb\x2e\xd0\xbe\x6f\xe8\x1f\x4a\xd5\x8d\xfc\x08\xb0\xa3\xa3\x20\x16\xca\x21\x74\xcd\xd6\x9b\x82\x1e\xa9\xa9\xdb\xb9\x7c\x7d\x5b\xbf\x3e\x25\xc7\xd1\x34\x41\xc7\x1a\x9e\x05\x81\x35\xab\x70\xc9\x62\x65\x47\x31\x8d\xe8\x90\x81\x13\x94\xe7\x69\xad\x28\xe5\x80\x05\x08\x53\x49\x5d\x80\xfd\x35\x4a\x68\xab\x4c\x82\x1d\x0b\x8c\x08\x8c\xf4\xc5\x34\x08\x92\xe0\x9f\x01\x02\x2b\x0c\xb0\xc6\x40\x01\xae\x3c\xf9\x01\x95\x68\x4a\x44\x87\x25\xfd\x08\x7e\xa5\xe4\xf1\x45\x61\x28\x20\xa4\xa3\x97\x88\x75\x14\xcf\x6b\xfa\x91\x54\xe0\xb4\xe8\x9a\x7e\x44\x46\x91\xe3\x3d\xf5\xdd\x6e\xed\xfb\x0d\x74\xa0\x50\xbb\x7d\x5a\x09\x83\x85\x0f\x57\xc3\xe3\x6b\xec\xf9\x75\x3f\x44\x99\x57\x71\x8c\x1c\xbf\x81\x61\x08\x3a\x5c\xfb\x95\x38\x1a\x54\x60\x02\xff\x9e\x96\xba\xcf\x79\x2a\x52\x42\x3b\xac\xe4\x7d\x87\x3b\x46\x7f\xab\x1c\x6e\x54\x60\xc6\x16\xab\xd3\x09\xc6\xab\xa5\x69\x69\x44\x9c\x6f\x86\x23\xda\x96\xd7\xf1\x00\xab\xe1\x86\xd7\xb1\x1f\xee\x05\x33\xd5\xc3\x9d\xf2\xfd\xce\xb3\xb4\x30\x7e\xe0\xe5\xef\x21\x2d\x73\x49\x34\x28\x09\xa0\x93\x88\x8c\x00\xc8\x49\x7b\x2b\x2b\x52\xd1\x7b\xac\x13\x30\xf5\xd5\xe4\x7a\x23\xb7\xb0\x62\x37\x70\x25\x16\xe8\xb5\x35\xc8\x9d\xac\x3a\x23\x67\xc0\x29\x80\x3a\xb5\xc9\xb6\xde\x64\x69\x19\x86\x51\x4d\x3a\x69\xda\xae\x66\x98\x35\x55\x05\xe4\x0a\xc8\x2b\x61\xe4\x8a\xe4\xaa\x44\x5c\x6b\x9b\x19\xcc\x77\xad\xf3\x44\x3a\x2b\x15\xfd\x21\xe1\xf6\x68\x52\xb4\xdc\xe8\xc2\xf0\x7d\x33\xd2\xcc\x8a\x39\x5e\x92\xa8\x9f\xc1\x5a\x0e\x6b\x5e\x6c\xb7\x95\xfc\x17\x21\xd4\xce\x53\xa6\x77\xaa\xdc\x80\x4b\x98\x4e\x9d\x5f\xee\xee\xa9\x6e\x87\x38\x69\x89\xfe\x2d\x37\xd7\x34\x02\x29\x4f\x9a\xbd\xdf\x6e\xcd\x2f\x97\xd5\xa3\x4a\x23\xdc\xa9\x06\x0e\x8c\xad\x87\x6f\xc2\x50\x97\xb5\x3f\xdc\x8d\xa1\x8a\x9a\x0f\xe0\x64\x16\x61\x5d\x78\x0d\xf2\xa0\x14\xe4\x7c\x4e\x12\xce\xcc\x5e\xd6\x89\x72\x12\x25\xa5\x56\xea\x5f\xda\xc9\x99\x7e\xd3\x6e\xee\x62\xa1\xdf\x7f\x28\x99\xb0\x45\x73\xda\x2d\x0a\x6e\x6e\x97\x86\x47\x72\x02\x3e\xd8\xf5\xe6\xd5\x4a\x03\x8a\x6c\x3e\x99\xe4\x17\x26\xdb\x24\x8f\x63\xb4\x9c\xe5\x73\x59\x91\xd9\xfd\x0a\x59\x06\x67\x96\xf2\x13\x86\x3e\x27\xba\xef\xb3\x7c\x30\x9e\xef\x1c\x1e\xed\x22\xcd\xde\xff\xb0\x89\x96\xad\xa0\x7a\x10\x2d\x67\xe3\xf9\x54\x3e\x74\x4a\x32\x82\xb9\x51\x15\x8c\xe6\x06\x7d\xd6\x29\x61\xa8\x7f\x40\xe0\xe3\x69\x9b\xcf\xb4\xd9\x2a\x6a\xc2\x52\x47\x4a\xb8\xb7\xdb\xf9\x9a\x6b\x4a\xca\x45\x5a\xff\x2f\xca\x23\x65\x9f\x6e\xb7\xe6\x9e\xb3\x88\x14\xdd\x6e\xfb\xe2\x40\x7a\xc7\x96\xa4\x72\x34\x7b\xca\xfb\x7d\x5e\x94\x48\x81\xce\x83\xce\x55\xfa\x5c\x39\x91\x11\x7e\x88\xc8\x2a\x8e\x77\xbe\x0f\x17\x74\xa0\x78\x18\x56\x83\x81\x03\xa2\x2a\x5f\xdc\x50\x62\x86\x4d\x14\x09\xa5\x45\xbb\xa1\x55\x0d\x6e\xe7\x5a\xbb\xd7\x06\x00\x9b\x49\x06\x70\x50\x4f\x9a\x30\xec\xd7\x93\x86\x34\x30\xa3\x28\x62\xc3\x7a\x43\xb3\x29\xd7\x3f\x70\x03\xff\x90\x24\x7a\x24\x0a\x43\x1a\xf8\x8f\x00\x5e\x34\x0a\x4f\x2c\x48\x3d\x55\xf1\x1c\x74\x2e\x79\xe9\xe8\x38\x28\x91\xc0\xaa\x22\x84\x33\xc8\x06\xa7\x25\xa1\x0a\x7c\x40\x1f\xa2\x02\xf5\xdc\xfe\xca\x0e\x69\x88\xeb\xf7\x95\xdc\x41\x1b\x05\x96\xf5\x25\xba\x7f\xaa\xbe\x0c\xc3\xd1\xdf\x2f\xa3\x42\x06\xb5\xf0\x32\x33\xaf\xb6\x32\x5a\xe6\x09\xd3\xb0\x39\x82\x1f\x08\x6b\x00\x68\xd2\x81\x0b\xc4\x54\x98\xc2\x17\x4e\x46\xf0\xc1\x67\x80\x75\x92\x86\x61\xaa\x36\x6e\x3a\x4b\x5b\xcf\x46\x49\xba\x73\x25\x23\x07\xc3\x49\x7a\x31\x43\x64\xef\xc0\x29\x61\x0b\xc9\xd5\xc9\x46\x1d\xd0\xed\x7c\x8a\xdc\x41\xda\xd0\xd2\x4a\x0c\x6d\x00\xc3\x76\xab\x33\x49\x30\x9b\xf3\x52\x7c\x05\xc9\x6a\x9e\xee\x17\xfa\xed\x59\xf0\xb1\x65\x24\xc0\xbd\x92\x6b\xdc\x6a\xe0\x20\xde\xaf\x1a\x5d\x0e\xc6\x2d\xa2\xf0\x5d\x5a\xd7\x9a\xba\xb0\x10\xcb\xc6\xa1\xac\x89\xb0\x57\x47\x8f\x26\xa0\xe4\x3b\x69\x3b\xa3\xdc\xf2\x5a\x86\x60\x63\x2e\x93\x82\xd4\xda\x29\x6f\xe1\xc3\x44\x58\x38\x2f\xed\xab\xe5\x2b\x56\x2a\xa3\x61\x73\x11\x15\xea\x86\x51\xb7\x9d\xa2\x6c\xb2\x30\xcc\x66\xa3\x39\xba\x4b\x07\x03\x1c\x15\x1a\x93\x2a\x0c\x7a\x15\xc9\x7e\xfa\xa9\x73\x84\x99\x0d\x4c\x9a\xb9\xb6\xa6\x4e\xc4\x85\xdd\x4e\x89\xce\x8d\xb4\xef\x62\x34\x1d\x25\x66\x16\x66\xe9\x7c\x67\x19\xc2\x6f\x00\x21\x3d\x48\x34\xa8\x0c\xfa\x6c\x79\x24\x7c\x6b\x54\x65\x4b\x47\x3a\x6a\xa6\x24\x45\xea\x03\x75\x56\x72\xdb\x89\x88\xe3\x00\xce\x63\x60\x08\xbf\xbb\x1d\x6e\x08\x1f\xae\xa9\x48\xb7\xdb\xbb\x1d\xf0\x63\x2d\x00\xcc\x24\x94\xe2\x72\x1f\x64\x7d\xd2\x84\x21\xef\x82\xab\x0c\xb5\x1e\x8f\x49\x3a\xcb\xe6\x12\x03\xcc\x09\x9f\x65\x73\xbc\x22\xa3\xc9\xaa\x95\x74\xac\xcc\x1a\x6e\x48\x3e\x5b\xcd\x7b\xcb\x56\x13\xa9\x8c\x36\x98\x23\x84\xa3\x8d\xdd\xc0\x1b\xbd\x8a\xc8\x30\x80\x01\xf1\x59\x93\xbb\x16\x9a\x1c\x08\x9b\xac\x40\x84\x1e\x21\xd6\x97\x1b\x78\xa5\xc6\x70\x1e\x9c\x9f\xaa\x0a\xe5\x9b\x11\xda\x4c\x8a\xe9\x6c\x9e\xa8\x5b\x06\xe2\xda\x75\x1a\x69\xa3\x15\xa8\x56\xb4\xdc\xce\xb6\x22\xcc\x65\xaa\x9b\x12\xea\x08\xde\xd7\x9a\xb0\x98\x80\xf9\x65\x63\x26\xef\x7a\xc2\x39\xe3\x80\x88\x39\x70\x8d\x0e\x6d\xe7\x22\xe1\xc0\x07\xec\x16\x42\x4a\xfb\x04\x10\x19\xc5\xb1\xcf\xde\x13\x9d\x62\xdb\x71\x05\xe2\x62\xff\xbe\x50\x81\x58\xe0\xae\xa8\xee\x83\xd0\xa5\x6a\x1a\xc0\x74\xe9\x82\x69\x83\x2c\x11\xb7\x57\x53\x77\x20\x89\x3b\x10\x5d\x4f\x8b\xa6\x49\x18\xbf\xdf\xea\xae\x75\xca\xa6\x51\x14\x16\xa5\xe0\xd2\xa0\x2c\x69\xe5\x47\xe3\xf2\xec\x96\x14\xa4\x55\x7d\xa6\xee\xa4\x99\x4b\xaa\xed\xd7\x6e\x67\x96\xa8\x8e\x52\xdc\xa0\x9d\x04\x13\x8d\xdd\xe6\x37\x10\x18\x09\x35\xdd\x93\x00\x4a\xa5\xeb\xd9\xcd\x9c\x34\xb3\x9b\xd6\x1a\x7b\xfd\x5f\x95\x34\xa7\x43\xa3\x43\xf0\x91\x95\xd7\x1d\xf8\x65\x8e\xca\xa7\xfa\x8e\xf3\xe8\xdc\xd6\x14\xe7\x80\x37\x90\x3d\x3b\x5a\xf0\x9b\x6b\xae\xcb\x30\x64\x97\x83\xf1\x94\xc5\xe6\xa6\x49\x94\x57\x5f\x4e\x84\x26\x71\xa6\xc6\xaa\xb6\x42\x49\x4b\x22\xf1\xa9\x09\x41\x5d\xc5\x51\x39\x75\xe2\x50\x27\x23\x94\x0c\xc6\xbb\x16\xbe\xdc\x0f\x7c\x78\x23\x68\xe5\xe3\x3b\x42\xef\x4c\x70\x50\x6a\xcf\x7f\x49\xab\x07\xe0\x4c\xb5\x57\xa1\x73\xde\x71\x35\x84\x54\xbf\x5e\x49\x3d\xd8\x37\xdd\x80\x97\x06\xba\x30\xb6\x16\xef\x93\x3a\x06\x3a\x09\xed\xcc\xb9\xda\x63\x4c\x72\xb7\x50\x1b\x18\xc7\x49\xec\x15\xf2\x5a\x84\x15\x03\x24\x3c\x1d\x66\x05\xaf\x69\x18\x32\x4d\xea\x99\xc9\x76\x0b\x99\x2a\x1c\x65\x2f\x45\xcc\x1a\xcc\x26\x5a\x12\x5d\xd1\xb4\x8c\x0a\xac\x7f\x63\x26\x69\x53\x9c\x2a\xd1\xc9\x17\xb4\x60\x6b\x26\x68\x55\xcb\xc5\x42\x12\x83\xdb\xf0\x3a\x0c\xfb\xfb\xdf\xad\x4f\x14\x45\x73\xea\xea\x10\x7e\xa0\x53\x12\xa1\x28\xd8\xfa\x8d\xb8\x2d\x24\x85\xe7\xbc\xc5\xc1\x51\x10\xfb\x09\x03\xa8\x2f\xe8\x2d\x95\x27\x7f\x33\x21\xa4\xb0\x76\xd8\x4b\xad\x02\x5d\x93\xd4\x25\xde\x99\xe9\x42\xeb\x49\xb1\x5b\x05\xc2\x4b\x3b\xb4\xbd\x91\x41\xb8\xf1\xfb\xc6\x80\x70\xaa\xde\xf4\x20\xa2\x5a\x62\xe8\xba\xfb\xed\x87\xc4\x7d\x41\xb8\x76\x08\xfd\xf1\xf1\x08\xb7\xeb\xab\x55\xcf\xaa\x7d\xd5\x33\x9c\x93\x6a\x96\xcd\xf5\xca\xc9\x15\xcb\x87\x7c\x43\x4b\xb5\x60\xc8\xac\x8d\x59\x87\xbc\x3b\x0c\x15\xca\x59\x2e\x8d\x2a\xd7\x5d\x99\xdc\xbc\x13\xef\xa0\xe5\xe6\x0a\x54\xa0\x7b\x6a\x7e\x44\x5c\x9d\x17\x1c\x04\x28\x19\x21\x9c\x7b\x6b\x99\x77\xd7\xd2\x4f\x18\xc8\x0e\x04\x60\x50\xbf\x0c\xc3\xe5\x45\x13\x86\x51\x43\x96\x68\xd7\xf4\xe5\x7c\x1c\x5e\xde\x46\x2f\xef\x0a\x9c\xf3\x9b\x95\x55\x87\xd6\xac\xec\x81\xf2\x08\xaf\xec\xbd\xe3\xb3\xb4\x8c\xae\xa1\x33\x0b\xd3\xfd\x13\x9c\x88\xd6\xdd\x8f\x9e\x03\xf3\x23\x3a\x58\x36\xd1\x90\x04\x97\x28\x51\xb8\xfa\x0e\x2f\x8a\xb4\x7c\x2f\xb1\xe6\xb6\x0b\x8e\x6c\xd4\xad\xa4\x3c\xd4\x01\xa0\x46\x6d\x1d\xf2\xdc\xdb\x97\xe8\x60\xf1\xa4\x34\xd0\xcc\xfb\x8c\x82\x2b\x79\x8f\xf9\x4d\x1a\x60\xe2\xd7\x64\xf2\xa8\x5d\xee\xfb\x4f\x3f\xe0\xc2\x5b\x83\xad\x6a\xc6\xe7\x3d\xdd\x48\x0a\xdb\x6c\xaf\xde\xd4\x74\xc9\xdf\x67\x9a\xa9\xb3\x3f\xc7\xa5\xb7\xcf\x24\x1c\x05\xa7\x04\x15\xcb\x9e\xaf\xd2\xaa\x4e\xc4\xd0\x7b\xff\x2d\x84\x05\x3e\x4f\xef\x0c\x76\x02\xaf\x58\x63\x2f\xdd\x99\xdf\x25\x36\x9f\xea\x83\x5a\x8e\x9d\xfc\xfb\x57\xe2\x1e\x0b\xfe\x81\x56\xef\x32\xbe\xde\xf0\x52\x5e\xdc\x0e\xee\xb0\x2f\xbe\xfc\xa4\x52\x69\x9e\xf3\x52\x49\x10\x15\xc9\xf2\x07\x50\x99\xdf\xd1\x2b\xfc\x3b\x3b\xf3\x7b\x11\x22\x87\x5e\x0b\x56\x62\x5d\x28\x67\xe7\x8b\xb4\xaa\x83\x7b\xc8\xb7\x2e\x0a\x15\xb9\xdc\x94\x40\xd0\x8f\xe2\x58\x56\x14\x20\x7c\x27\x77\x69\x12\xdc\xdd\x05\x18\x0e\x42\x12\xec\x76\x81\xd9\x11\x4e\x19\xa7\x4d\x84\x3b\xb0\x35\xe9\x8f\x76\xc8\x55\x31\xf9\xe6\xab\x6f\x5e\x44\xaa\x99\x8f\x83\xb6\xe4\x40\xd0\xf5\xa6\x48\x05\x0d\x70\x77\x1c\xff\x72\xd1\xf7\xfd\x1b\x67\x38\xd4\x4b\xa2\x6c\xe2\xf5\x3f\xe5\xf0\xfd\x60\x3e\x9a\x33\x71\x0c\x77\xc7\xa2\x4a\xb3\xf7\x54\xd4\x7f\x0c\x33\xde\xdb\x35\x0f\xf6\x04\x3f\xd8\x81\x3f\x62\x86\x42\x87\xef\xe9\xed\x37\xe9\x66\x58\x37\x8b\x82\xad\x29\xb9\x5b\xa6\x45\x21\x56\x15\x6f\xae\x57\x49\xa0\x9d\xf5\x07\x3b\x0c\xce\xa8\xf8\x7a\x9d\x96\x79\x0d\x1e\x67\xbe\xe3\x35\x66\x6d\x79\x9d\x93\xb4\x29\xeb\x34\xd3\x31\x00\xc0\x09\x42\xf0\x7c\x9d\x0f\x02\xe5\x1b\x64\x10\xf4\x7c\xb5\x66\x74\x67\xc2\xa3\x5b\xe7\x2e\xf5\xe7\xb7\x7e\x24\x7c\x23\xb2\x19\x6a\xc7\x43\x4a\xc2\xb2\xdd\x8a\x61\xce\x33\x5d\x5a\xde\xe8\x74\xbd\x11\xb7\x11\xf2\x35\x60\x19\xe0\x95\xec\x62\x04\xc1\xd5\x20\x5e\xa9\xad\xcf\x84\xda\x2e\xb5\x67\x83\xc1\x18\x19\xb7\x38\x20\x02\x85\x3b\x45\xbb\x5a\x80\x7b\xe7\x72\x14\x86\xb2\x8a\x4b\xc2\x3b\x92\xfe\xfd\xca\xe2\xb1\x17\xea\x21\xc5\x35\x31\x2c\x83\x06\xfa\x21\x31\x1d\xe0\xd8\x98\xba\x00\xdf\x69\xfa\xa4\x98\x34\x31\x61\x38\x33\xac\x8c\xa5\x8a\x20\x04\xb6\xe8\x17\xa3\x69\x33\x18\x27\x0d\xc2\x39\x09\xde\x29\x3b\x4b\xea\x78\x80\x8e\x96\x08\xec\x4f\x03\x1e\x80\x88\xed\x83\xb2\x51\x5c\xfa\xee\x9e\xc1\x9c\x33\xca\x49\xf0\x63\x80\x0c\xab\x86\x90\x1a\x05\x3c\xe8\xcb\xec\x51\x4d\x02\x56\x06\x38\x25\x79\xeb\xf0\x30\x00\xd9\x7c\x0d\x5a\x83\xb9\xa2\x9c\x64\xed\x69\x18\x06\x3f\xaa\x56\x60\x96\x9b\xc1\x00\x43\x82\xfc\xa0\x9b\x67\x97\x23\x74\x97\x92\xe0\x43\x60\xd9\x57\x9a\x75\x65\x0d\x7b\x8c\x73\x89\x06\xed\x22\x58\x58\xcc\x54\xbc\xa5\x0a\x25\xd5\xc5\x68\xaa\xdc\x2d\x44\x28\x61\x43\xc1\x95\xa4\xbd\x9a\x89\x59\xf0\xac\x10\x03\x70\x70\x32\x27\xc1\x35\x7f\xd3\x2c\x3e\xf0\x2a\xd7\x09\xee\x11\x48\x23\x8a\x07\x63\xb4\xc3\xb6\x94\xf2\x84\xe2\x16\x33\x29\xdd\x72\xb2\x18\x0b\xc3\x48\xcc\x60\x2f\xb7\xcd\x59\xde\xdf\x9b\x75\xcb\xed\xaa\x61\xcf\xcb\xcd\x2e\x5b\x39\xb0\xf1\x9b\xc8\xc4\x7a\x11\x43\x56\x7f\x4f\xd3\xfc\xdb\xb2\xb8\x6d\x49\x17\xcd\xd4\x14\x12\x67\x50\x31\xef\xa2\xc3\x5a\x08\x62\x58\xb0\xba\xf5\x8a\x54\x47\xc8\x4a\x0e\x95\x3e\xcb\x60\x8c\x55\x8c\x68\x3a\x49\xcd\x6e\xaa\x0f\x14\x9b\xa5\x2a\xb8\x95\xf2\xbc\xa0\x02\x2d\x5f\x10\x8e\x4c\x04\xab\x52\xa7\xc5\x51\x35\x1d\x25\x63\x84\x47\xa8\x27\x8c\x78\x55\x39\x42\x02\x4f\x53\x8d\xf6\x10\x16\x2b\xa5\x07\x39\x3d\x01\xb2\xf8\x32\x1c\xa7\x46\x6b\x41\xe9\x18\xd2\xd8\x84\x4d\x93\xcd\x27\x0d\x56\xf1\xb7\x92\x66\x87\x30\x27\xba\xd1\xf1\x6e\x07\x4a\x0a\x4e\x8f\x19\x5c\x11\x8a\xdc\x7e\xae\x80\x93\xdc\x9f\xb2\x95\x67\x8d\xe0\x81\xa7\x11\xee\xb9\xb5\x57\xf1\x96\x25\x60\x02\xc7\x27\x9d\x53\x3e\x61\x9d\xe3\x94\xba\xee\xb0\xd0\x04\x0d\x06\x0c\x8e\xf4\x84\xdb\x70\x6e\xf7\x95\xe0\x32\x7f\x1c\x73\x8d\x32\x2b\x25\x31\xbb\xcf\x19\x68\x86\xd9\x57\x8e\xb0\xdc\x81\x49\xaa\x51\x7c\x49\x98\xee\x60\x87\xd7\x71\xf0\xc3\x46\x6e\x37\x15\x64\x43\xf6\x16\xde\xdd\x4d\x6a\x40\xfa\x35\x15\x6f\x20\xd7\x57\xe5\x92\x6b\xb7\x66\x74\x58\xf3\x35\x15\x2b\x56\x5e\xab\x09\xa4\x79\x84\x5a\xb3\x16\xd9\xfa\x33\x6d\x8b\x17\x09\xb0\x1c\x32\xc6\x77\x2a\x11\x07\xc0\xb5\x82\x08\xdd\xd7\x54\x3c\x87\x0b\x49\xee\x34\x56\xd2\x4b\x02\x9a\xd5\xde\x2a\xa8\x53\xf1\xc3\x26\x40\x3b\x3a\x54\x7d\x7e\xcb\xb5\x5b\x7e\x59\xfd\xc0\x86\xc6\x7a\x4b\x3f\x9a\x86\x91\x3e\x98\x75\xac\x5c\x17\x79\xc3\xd5\x29\xff\xd3\x06\x6c\x47\x18\x8f\x0f\x8c\xf1\xe2\xde\x31\x42\xbf\xee\x19\x65\xfc\xd0\x28\x95\xc7\xac\x41\x10\xf3\x38\x78\x05\x63\xdd\x14\xac\xdd\xde\x9f\xdf\xc2\xc1\x99\xdf\x63\x97\x40\xf7\x8e\xaf\xf2\x06\xa7\xc2\x23\x59\xd1\x0a\x8b\x63\xc7\x43\xad\x98\xb1\xb9\x86\xa0\x72\xdf\xcb\x37\x09\x46\x71\x4d\x54\x68\xb7\x49\x7d\x41\x52\xf5\x2b\x8e\x6b\xa4\x7e\x5e\x72\xed\x10\x08\x3c\xba\xa8\x9f\xe0\x7b\x25\x5b\x6d\xb7\x46\xf7\x51\x9f\xd8\x9a\xe8\x9a\xa6\x72\x57\xd7\x78\x84\x30\x1c\x69\x5b\x74\x9a\xca\x74\xb4\x93\xfb\xc8\x3f\xcc\x15\x1e\xa1\x1d\xb6\xd3\xf2\x36\x5d\xc8\x39\xd1\x30\x83\xd6\x75\x20\x27\x6d\xf8\xa2\xce\x48\x50\xb3\xf2\xba\xa0\xb6\xec\x5b\x7e\xdf\x49\xd8\x83\x70\xa3\x79\xa7\xdd\x48\xd8\x60\x7f\xea\xa2\x71\xa2\xd8\xe8\x75\xb2\xcb\x03\x65\xfe\x55\x8b\x72\xd7\xae\x48\xaf\x33\x89\x65\xc4\xf5\x22\x29\xa8\x60\x26\x51\xa6\xcb\xe5\x6a\x11\x8b\x1d\xec\x3b\x7f\x1a\xdd\x49\x84\x3b\xe7\x6b\xd9\x79\xa5\x33\x0f\x9d\x37\x83\x52\xbe\xdb\x60\x8e\x0d\x98\x7e\xb6\x54\x49\x07\xe8\xc4\x26\xa2\xb8\x3f\x3e\xb0\x75\x0f\x54\xa3\xd4\xdc\x1e\xa8\x67\xd4\x4e\xed\x17\xed\xd4\xbe\xa6\x1f\xc5\xb7\x99\xd2\x0b\xc9\xbc\xe2\x8e\x09\x55\x7b\x30\x03\x39\x47\x60\xaa\xe2\xa5\x4a\xb8\x8f\xb9\x35\x75\xd2\x88\xed\x4b\x56\xe6\x2f\x9b\xa2\x90\x00\x9a\x10\x85\x33\xd6\x14\x14\x90\x20\x22\x5f\xb6\x06\xb4\x4d\x62\x8a\x86\x72\x57\x57\x86\x66\x2f\x4a\xb0\x6c\xac\x32\xfd\x6b\x28\xd2\x5e\x86\xc0\xd9\x11\xe6\xa4\x3f\x6a\xfd\x1c\xd4\xaa\x6b\xea\x6e\x94\x75\xe3\x86\xf0\xa9\xeb\x15\xf7\xea\x6a\x11\xc4\x75\x0c\xff\x51\x52\xe3\x4c\x95\x78\x03\x68\xbf\x1e\x52\x83\x19\x9a\x44\x19\xd8\x6e\xbe\x06\x05\x85\xed\x36\x3a\x9c\x51\xee\x67\xd0\x17\x87\xeb\x4c\xde\xd0\x08\x39\xe5\x50\x18\x8a\x61\x9a\xb7\x58\x76\x94\x19\x70\x90\xc1\xd6\x02\x57\xbc\xd1\x43\x73\x67\xa7\xce\xf5\x33\x9b\x75\xa0\xb1\x01\x9d\x40\x36\xd4\x59\x5a\xbe\xe4\xd5\xe7\x8a\x4e\x89\x84\x44\xc0\xda\x50\xfc\x13\xc7\x5f\xe5\x5e\xce\xb1\xef\xc1\x4a\x71\x7d\xb2\x15\x21\x41\x84\xee\x76\xb3\xb9\x75\xcd\x62\xdf\x0d\xab\x1e\x50\xfc\x78\xec\x60\x53\xde\x9a\x95\x4a\xe1\x48\x9d\x2f\xf5\x33\x5b\x41\x44\x4c\xe0\xf5\xf6\xc7\x08\xf7\x47\x3d\x41\xca\x88\xb5\xf9\x58\x9b\x4f\x5d\xca\xee\x31\x50\xee\x0b\xed\x5e\x7e\x93\xf1\x4d\xf7\x04\x64\x2a\xf8\x8a\x7f\x89\xa8\xec\xcf\x8a\x22\x38\x70\xb6\xbe\x69\x2b\xfc\x9c\x8a\x0f\x94\x96\x9f\x5b\x6a\xcf\x3b\x1d\x72\x96\xb2\x48\x74\x90\x47\x7b\xc8\xbe\x51\x88\xea\x5b\xae\x8b\x77\x4a\xff\x06\xf1\x55\x39\xe6\x83\xfe\x0a\x55\x0a\x66\xaa\x65\x62\xe0\xd7\xd2\x1e\x25\x35\x93\x2a\x07\x6a\x79\xe1\x1b\x5e\x5b\xe2\xea\x70\x6d\x83\x36\xc0\x0f\x0f\x43\x09\xf4\xec\x0a\xf0\x76\x05\xe4\xd5\x23\xb3\x4b\x12\x40\x39\xb4\x32\x44\xa6\x42\xb4\x13\x17\x04\x3a\x68\x77\xfe\x69\x68\xb7\x45\x14\x01\x94\xec\x41\xf5\x14\x22\xfa\xe9\x98\xaf\x4e\x1c\x59\x13\xeb\x55\xc7\x78\xed\x37\x86\x1c\x6d\x6f\x89\x82\x34\x1e\x74\xcf\x20\x60\xab\x7e\x73\xea\x1b\x8c\xc3\x90\xcf\xea\x78\x3c\x77\xb3\x13\x92\x4d\x50\x46\x9a\x59\x1c\xd7\xf3\xb6\x5c\x4f\xa9\x97\x45\x05\xce\xd0\x6e\x67\x70\xd2\x29\x23\xfd\x51\xa2\x3f\xf9\x80\x41\x80\xbd\x88\x7a\x51\x86\x64\x0f\x13\x19\x56\x31\x3e\x6d\x8d\xad\xc9\x89\xa1\x25\xd2\x19\x9f\xe3\x46\xfe\x8b\xc7\x73\x5c\x10\x7d\xf5\x67\xa4\x8c\x1a\x84\x97\x2e\x14\x2c\x70\x06\x51\x17\xab\xe9\x72\x58\xf3\x4a\x44\x28\xd1\x3f\x0e\xda\xd3\x77\x22\x14\xe9\x38\xb4\x4e\x8a\x95\xd2\x82\x37\xc1\x88\x92\x0a\x83\x77\x7f\x7a\x21\xa6\x83\x71\x42\x09\x11\x92\x58\x51\x84\x82\x47\xab\x2c\xb1\x9c\x2d\x0c\xb8\xbe\x77\xff\x16\xea\xba\xcd\x76\x68\xc7\x24\xc0\xf4\x2f\x58\x0a\xf7\xae\xa2\x3b\x97\x16\x2b\xff\x90\x6e\xf6\x71\x72\xf1\xe9\xfb\xac\x3a\xb4\xcb\x34\xfd\xe6\xad\x1c\x10\x73\x76\xf3\x55\x07\x36\x5f\x35\xab\xe7\xb8\xb3\xcb\x06\x63\x7f\x9f\x99\xfd\xd2\xa2\x1c\x8d\xc6\x83\x4c\x76\xfb\x9e\xad\x2c\xfa\xd1\xc0\x89\x6b\x73\xc0\x5b\xb6\x42\x3b\x30\x52\xd3\xd5\x4b\xac\xd0\x6e\xfb\xed\x76\x30\xc8\x70\x71\xc9\xa7\xac\xdd\xa0\x09\x6b\x15\x1d\xd9\x8c\xb5\x4a\x4d\x24\x93\x17\x68\xb6\xfb\xed\xed\x38\x9a\xd0\xd6\x00\x82\xda\x9d\x58\x11\x36\xa3\x72\xca\xd8\x8c\xca\x9d\x58\xbb\xb4\xdd\x3e\xb1\x1a\xe0\x12\xd0\x4e\xf9\x0f\xf0\x29\x1c\xc4\x66\x25\x25\x12\x71\xe9\x9e\x92\xe9\x01\x52\x37\xae\xe1\xc6\x75\x8f\x92\x26\x7d\xdb\x6a\x92\x4e\x39\x79\xd9\x97\xb2\x65\x0e\x2d\x77\xb3\xef\x11\xb9\x29\xa8\x57\x68\xf2\x46\xf0\xbf\x33\xfa\x41\x31\x3e\xb0\xde\x81\x96\x54\xd2\x75\x74\x09\xa5\x7f\xd9\x2e\x6c\x87\x19\xcb\x4d\x58\xd9\x85\x9b\xa4\x97\x64\x34\x49\x07\x03\x03\x0f\xaa\x59\x2a\xe1\x41\xed\xa1\xab\x05\xa9\xdd\x2d\xd9\x1b\xf5\x4d\x06\xb9\x65\xea\x76\xcb\x34\x83\x01\x6e\x2e\xec\x96\x69\x70\xf1\xc0\x96\x29\xe4\x96\x29\x3e\x61\xcb\xd8\x42\x27\x13\x2a\xbb\x4b\x07\xf7\xed\x9a\xd4\xdf\x35\x15\x21\x0f\xee\x03\xd8\x45\x83\x31\xec\x22\xf4\xe0\xd2\xff\xd6\x86\xeb\x64\x4f\x7f\x7b\xa7\xdc\xb7\x2d\x78\x1c\x1c\xcb\x3d\x21\xf8\xf5\x75\x41\x25\xb2\x41\x8d\xfa\x1c\xcd\x3b\x68\x89\x04\xb1\x4e\xae\xe8\x4e\x8b\x06\x81\x83\x6f\x6a\xfb\xab\xac\xed\x67\xce\x4a\x70\x57\xfe\x2f\x21\x80\x7c\xb2\x14\xbc\x8b\x6b\x5c\xb4\xd6\xc4\x22\x68\x8b\xb5\x77\x63\x5b\x81\xbc\x1b\xc5\x8c\xed\xdd\x8d\xcd\x04\x35\x44\xcc\xe2\x98\xb9\x77\xa3\x21\xaf\x80\xc3\x99\xd4\xa0\x9b\x69\x79\x4c\x7d\x6e\x36\x5e\x18\xa6\x40\x4f\x3d\xbc\x91\x04\x84\xd6\xb4\xd7\x61\xe5\xf9\x1e\x71\xd9\xbc\x95\xba\x13\x6b\x0d\x47\x25\x26\x53\x7b\x30\x56\xe0\xda\x85\xb1\xf2\x78\x40\x0f\x27\xc5\x05\xa9\x87\xb4\xcc\x5d\xbd\xf6\x62\x20\x7a\x05\x51\xe9\x61\x18\xa5\xa4\x8c\x32\x4c\xed\x36\xcd\x0c\xcf\x4f\xa2\xbc\x38\xbb\xa0\xce\x86\x85\x38\x7f\xfe\x3e\x3c\x92\xbb\x2a\x93\xdb\x30\x8b\xc7\xf8\xf8\x9f\x57\xf5\x9f\x8f\x95\xd2\x8a\x53\xa5\xac\xca\x75\x3d\x86\xe3\x58\xa0\x1d\xf3\x2f\x8e\x66\xbb\x4d\xd5\xf5\x90\x1e\x20\x46\x99\xbe\x2b\xf7\x10\x5b\xa0\xfa\xf2\x66\x53\xb0\x2c\xd5\x64\x69\x77\x53\xfe\xd6\x32\xec\x6f\x35\xc3\xf6\xd4\xda\xa5\x6d\x60\x08\x76\x88\x15\x50\xcd\x7b\xad\xb0\xa0\x33\x41\xed\x2c\xb0\xf6\xca\x43\xe6\x38\x3a\x69\x92\xc0\x4a\x0e\x15\x56\x3f\x0d\xbb\x1a\x2b\x76\xb5\xfc\xaf\x12\x5a\x7e\x51\xe7\xf0\xc2\x61\x7b\x0b\x47\xb7\x4a\xcb\x7a\xc3\x6b\x0a\x42\x5c\xc5\xfd\x78\x79\x4e\x02\x89\x2b\x1d\x3a\x84\x79\x87\xb0\x7e\x79\x0e\x97\x82\xc9\xfd\x55\x59\xd3\xb2\x66\x82\xdd\x74\xa7\x3a\x77\x28\xfb\xe1\xcb\x13\x12\x94\xf4\xa3\xf8\x9c\xf3\xf7\xeb\xb4\x7a\x7f\x0f\x63\xc5\xa3\x0f\x4d\xde\xba\x0d\xad\x3c\xb1\x47\xdd\x71\x7e\xa2\x2c\x62\xc0\xe3\x89\x24\x49\x23\x1d\x5a\xc5\xca\x4e\x74\x08\x76\xdc\xa5\xd5\x14\x7d\x5d\x4a\xfa\x7a\xe7\x6d\xa5\x97\x27\x72\x88\x9b\x8a\xde\xfc\x0b\xbb\x2b\xac\xcb\x3b\x6d\xf4\x60\xec\x4c\xc5\xac\x05\x3f\x73\x67\x04\xd5\x3d\x34\x66\xa5\xfa\x5d\xc9\x7e\xf7\x74\x5d\xbb\x76\x79\x4e\x5a\xf8\x7c\x4f\xef\x7f\x03\xac\xde\x37\x2c\x30\x9b\x3d\xfc\xe9\x50\xb0\xea\xd2\x05\x5c\x8c\x88\x59\x69\x59\x84\x5c\xbd\x01\x8b\x30\x75\x9d\x47\x01\x63\x5a\xa3\xa0\xa9\x8b\x82\xb2\x65\x94\xce\xea\x79\xb7\x61\x74\x07\xa9\xc6\xcb\x91\xaf\x79\x5d\xb9\x9a\xd7\xd5\xac\x99\x13\x22\x73\x87\x61\x65\x3c\x2d\x4a\x84\xc0\x86\x9a\x57\xac\x44\x8d\x0c\x54\x7b\x1e\x43\x18\xe6\xf8\xae\xd3\x7c\xd2\x1f\x29\xbf\x12\x3f\xae\x68\xf9\x42\x1e\x79\x60\xef\x75\x76\x13\x00\x26\xb5\x2c\x90\xd9\xce\xda\x1f\xdc\x54\xf7\x28\xba\x43\x8c\x1a\x33\x13\xa2\x75\xf4\xd4\x8a\xa4\x54\x1f\x34\xd9\xff\x87\x3a\x01\x97\xae\xdf\x93\x43\xab\xee\xae\xb8\xde\xce\xd3\x0e\x2f\x52\x01\x2c\x05\xe1\x25\x10\xdb\x49\xa4\x46\x2f\x4b\x39\x18\x48\xf8\x5e\x39\x12\x90\x7b\x58\xba\x72\x54\x7f\x93\x83\xfa\x50\x29\xec\xa5\x0e\xb4\xe2\x12\x8f\x83\xaf\x8f\x1c\xf2\x7c\x63\xc4\xc1\x0f\x83\xff\xf2\x01\x44\x75\x36\xd7\xe2\x2e\x6b\xc3\x0d\x52\xaf\xa8\x21\xe5\x2c\x9d\x23\x0b\xf3\x23\x7d\x95\xa5\x08\xeb\x50\xd3\x41\x80\x50\xa2\x7f\x6b\xbf\x46\x0a\x8e\x1b\x5a\x0a\x2b\x1a\x07\x21\x89\x7c\x69\xa0\xef\x74\x81\xe3\x20\xad\x78\x53\xe6\x01\x0e\xb2\xb4\xa6\x46\x14\x08\x1b\x3e\x6d\x31\xd0\x2e\xc2\x2c\x7b\xc6\x66\xe9\x7c\xae\x25\x6f\xa0\x42\xa9\xb8\x28\x8a\xc8\xc2\x35\xba\x1c\x21\x8b\x0b\x44\x42\x13\x5f\xa8\x57\x13\xc5\xc1\xeb\xe2\x8e\x55\x94\x29\x9e\x25\xd6\xdf\x33\x05\x3e\x77\xae\x9b\xa4\xf5\xc3\x8c\xd5\x72\x9f\xb1\xba\xcf\x2f\x2d\x91\xd9\x47\x0e\xbf\x94\x79\xfc\xd2\x8a\xe8\x5d\x54\x82\x9b\xfc\x9d\x2b\x09\xab\x40\xfe\x85\x7f\x69\x68\x75\x9b\x78\xcc\xd2\x52\xcb\xc2\x98\x63\xe8\x72\xe3\xb2\x06\xd6\x26\xe2\x5f\xab\xb7\x06\xd5\x60\xae\x45\x42\x2e\x6b\x94\x61\x31\x95\x90\x38\x51\x50\x19\x4d\x22\x31\xe5\x0e\x67\x34\x51\x2f\xdf\x55\xf4\x86\xf1\xa6\x8e\x90\xc4\x09\x3c\x70\x6e\xb1\x53\x85\x92\xa2\x24\xba\xaf\x9d\xd2\x04\xe6\xb3\x4c\xd8\x84\x3a\x8a\x01\x2e\x6e\x86\x10\xc2\xff\xf9\x9e\x54\x30\xdd\xdd\xf3\xe7\x5d\x40\x68\xb7\x13\xb3\x95\x84\x70\x6d\x24\x17\x25\x16\x90\x1d\x51\xb1\x41\x24\x00\x82\x2c\x5f\x3b\x9f\x0e\x49\xc3\xff\x08\x72\x86\x81\xb6\x34\xfb\xbf\x92\xfb\xbf\x1a\x0c\x50\x17\x33\x0d\x30\xc0\x47\x2d\x93\x29\xc1\x26\xa8\x45\xe5\x25\xbd\xa4\x24\x19\x20\x88\xbc\x97\xfc\x81\x51\xfc\x20\x47\xd1\x6c\xe4\x41\x7c\xa6\x37\x71\x67\x1c\x9b\x88\xfa\x9e\xe7\xec\x45\xee\xb1\x98\xfc\x6a\x41\x16\x94\xf3\x0f\xe5\x1f\xac\xd8\x09\xaf\xed\x57\xec\x70\x90\xc5\x1b\x05\xd0\xbf\xd9\x47\x0a\x3a\x20\x5f\xe6\x80\x85\xef\x26\x9a\x2b\x06\x1f\xf8\x06\xfe\xf3\xec\xd5\x12\x79\x2c\x7b\xb7\x47\xcf\xda\x7b\xe8\x2d\xbf\xbf\x4b\x07\xef\xa2\xfb\x3b\xa6\xaf\x1a\xb1\xb7\x5f\x7d\xd1\x81\x70\x7b\xf2\x63\x2b\xc3\xba\xb7\x27\x7b\x7e\xf6\xbc\x9e\x1c\x48\xf4\x70\x38\x13\x41\xce\xeb\x03\x23\x10\x18\xc2\x82\xbb\x12\x33\x09\x88\xb5\xec\x8e\xf5\x18\x29\x71\x49\xf8\xae\x53\xf9\xd7\xac\x28\x68\xee\x72\x3d\x4b\x90\xf4\xef\x73\x03\x30\x33\x48\x08\x0c\xf3\x1f\x86\x8f\xf3\x23\x13\xab\xff\x09\x13\xde\x45\x0c\xff\x53\x1b\x45\xe1\xe9\xfa\x55\x78\x1b\xe7\x27\x18\x87\xaa\xe7\xa7\xb4\xec\xf6\x5f\xf9\xce\xa5\x87\x26\x0d\xe2\x4f\x76\x2e\xd6\x6e\xaf\x55\x4e\xcd\x10\xd9\xa4\xb5\x84\x06\x12\xcd\x80\xa6\xff\x72\x00\x7f\x6b\x3b\xf6\x1c\x3a\xb6\xe2\x1f\xbe\x2a\x9f\xd3\x72\x5f\xd8\x69\x66\x56\x29\xdc\x3d\x07\xf7\xa8\x4a\x9e\xef\xe8\x3f\xf8\x82\x7e\xab\x2e\x61\x1d\xad\x0e\xf6\x34\x12\x3c\x55\x8a\xe3\x13\x9f\x20\x96\xc8\x91\xe6\x22\x5b\x09\x73\xfd\xc3\xe6\x43\x5a\xed\x73\x6a\xfe\x10\xdc\x3d\x1c\x2d\x91\x41\xb4\xc4\x9e\x43\xcc\x5e\x7a\xd7\x96\x5c\x09\x4f\x54\xe8\x11\xbe\xe0\x72\xca\xf0\x7f\xc1\x27\xc8\xde\x98\x2c\x5f\xb2\x1d\x95\x4c\xfa\x5f\x3f\xae\x0e\x37\xe4\xa1\x61\xc5\xf7\x0c\x4b\x52\x06\xa7\x72\x30\xf2\x2c\xfd\x50\xe6\xfb\x1b\xc7\xa5\xbe\x3d\x82\xc2\x2f\x66\xae\xf5\x43\xc5\x3d\xbd\xb4\xb6\xdc\xb3\xa2\x38\xd8\x22\x4c\x8c\x41\x82\x3a\x41\x3e\xbb\x68\x89\x50\xa8\x91\xc4\xe9\x80\x1b\x27\xaf\x60\x07\xe7\x98\xa0\xd2\x47\xfb\x2b\x83\x62\x00\xe2\x5f\x69\x65\x3b\x5c\xb9\xec\xb6\x0b\x22\x5a\xbf\x97\x92\x14\xd3\xdf\xb2\x95\xfd\x92\xad\xc2\x90\xc5\xf1\x9e\xae\x87\x86\x7b\xfe\x4c\xcd\x60\xc0\xbc\xc8\x83\xce\x87\x39\x5c\xe4\xa5\xf9\x04\x07\x79\x14\xcc\x89\xfe\xf9\x73\xfb\xf9\x59\x51\x04\x8a\x85\xf2\x95\x99\xbd\xaf\xca\xac\x02\x1f\x40\x69\xd1\xad\xf7\x50\x9e\xef\xe9\x0d\xad\x6a\xaa\x6b\xf9\x52\xe6\xd0\xe0\x28\xc0\x62\xf8\xf2\x54\x15\x78\x0d\x91\x2a\x5b\x3e\x84\x5d\x2b\xb9\xbc\x01\xa6\xc3\x92\x57\xeb\xb4\x60\xbf\xd2\xaf\x41\x19\x16\x7c\x6e\x23\xac\x35\x7f\x03\x57\xe3\x77\x36\xf7\xfc\xf0\x78\x3a\xba\x1a\x51\xd6\x2a\x44\x49\xab\xd9\xbb\x73\x6b\xfb\xff\xd3\xf5\x82\x56\x83\x3c\x15\xe9\x71\x9a\xa7\x1b\x41\xab\xe3\xc1\xa6\x62\x37\xa0\x55\x3d\x0b\xb4\x96\x34\xc4\x05\x04\x3d\xe6\x00\x07\xaa\x08\x2b\x97\x72\x49\x3a\x6e\xbb\xb4\xf3\xec\x3d\x6d\xe1\x92\x58\x7d\x60\x06\x91\xd3\x8c\x6e\x53\x22\x30\x23\xc7\x57\xd5\xf4\xaa\x3c\xd6\xb2\xdd\xe3\xab\xd9\xd5\xfc\x4f\xc7\xae\x9a\xaf\x89\x09\xc6\x59\x7e\x34\xea\x13\x08\x99\xa6\x4c\xc9\xe1\x67\x45\x20\xf0\x27\x39\xa0\x43\x5d\x4d\xab\x08\x25\x15\xa6\x33\xe3\xe9\x65\x4e\x68\x99\x81\x0f\xa9\xaf\x9e\x1b\x05\xfb\x48\xa0\x38\x20\x41\x7c\xe0\x4b\x85\x8c\x8b\x73\x1b\xee\xb0\x21\x2f\xe4\x14\x0c\xbf\x61\x1f\x99\x89\xe5\x18\xdd\x2d\x1a\x56\xe4\x3f\x7c\xff\xaa\x13\xa3\x5a\xb9\xd3\xaf\x3f\x30\xed\x31\x0f\x68\x3b\xb9\xdc\xdf\xd3\x8c\x57\x79\x90\x18\x16\xd6\x8a\xd5\xc3\xa6\x2a\x5e\xf2\xea\xa5\xfd\x1a\x09\x4c\x25\x5d\x64\x0b\xc9\x4d\x7a\x4f\x89\x67\x85\xf2\x5c\xab\x32\xc3\x91\x3d\x94\xf5\x6f\xf2\x43\xc4\x30\x75\x33\xde\xdf\x97\xbf\xb5\x9f\x9d\x42\x8a\x99\x53\x1e\x6c\xe0\xa5\xfe\xb6\xd7\xf7\x2f\xd3\xfa\xa1\x32\xfa\xf3\x5e\xb1\xcf\x69\xc1\xcb\xeb\xfa\x2d\xbf\xaf\xa0\xcd\xe0\x15\xd5\x21\x36\xef\x1d\xd8\x73\xe7\xbb\x33\x6f\x0d\x38\x64\xbd\xbf\xd8\x0f\xce\x77\xaf\x3d\x85\x60\xde\x5f\xf0\x0b\xe7\xbb\x29\x68\xce\x80\x9b\xfb\x9d\xd9\x47\xca\xb9\xf8\x0e\xbf\x3b\xb8\xb1\x34\xbe\x6a\x60\xb2\xda\x90\xd7\x54\x80\x5f\x4d\x1c\xac\x78\x2d\x94\x2a\x93\xee\xc1\x77\x15\x5d\xb2\x8f\xad\xc8\x5b\xb9\x7f\x82\xaf\x9b\x54\xac\x5e\xf2\xea\xed\xed\x86\x46\x14\x21\x70\xb7\xa2\xb9\xa9\xc2\xbe\x1c\x3c\x33\x10\x6d\xa0\xb4\x3c\x4f\x2e\xaf\x08\xe5\x29\x25\x0a\x8e\x03\x84\xfb\x2c\x0c\xcb\x30\x0c\x8e\x83\x3e\x21\xa5\xd1\xb7\x19\x21\x79\x7a\x49\x70\x1c\xc4\x25\xc2\xe5\x0e\x77\x77\x7d\x67\xa0\x87\x67\x47\x60\x8a\xdc\xa2\xcf\x8a\xe2\x90\x89\x52\x77\x4e\x6d\x19\xd8\xd8\x9f\xd6\x92\x5f\xe6\xf7\xf4\xd1\xeb\xa1\xdc\xdd\x7f\xa0\x98\x3e\x17\x7f\x68\x52\xec\xd1\xf8\xdd\xa5\xdd\xe3\xf1\xbb\xe6\xd5\x3d\x20\xbf\xbb\x55\xf7\x90\xfc\xbe\xc2\x6a\x7f\x1f\x3a\x22\xf7\x9d\x8d\x72\xef\x43\x99\xae\xa9\xe2\x6e\x28\xba\xce\xec\xdc\x6a\xbb\xd5\x57\x8c\xf5\xb9\xf6\xcf\xab\xe3\xab\x63\x1d\x7c\x81\xa2\xed\xf6\x78\x25\xc4\x26\xaa\xd1\x34\xf1\x3e\x4c\x69\x12\x1c\x07\xc4\x89\x89\x3c\x42\xd3\x20\x88\xab\x98\x26\x22\x96\x27\x80\xea\x88\x9f\xb3\xb9\x55\x46\x09\x43\x66\x0f\x60\x69\x5f\x4a\x84\x59\x7b\xb4\x76\xd8\x39\xb5\xc9\x3e\x6a\xa7\x86\xa6\x83\xfe\x65\xe9\x9a\x4a\x7c\xc2\x89\x5d\x5a\x0d\x37\x45\x53\x01\x96\x21\xb7\x1b\xa8\xd4\x7e\xae\x27\x15\xae\x35\xd2\x80\xf5\x95\xa0\xd5\x9a\x95\xf4\x73\x9e\xdf\x7e\x57\xf1\x35\xab\x29\x39\xb4\x2c\x11\x28\xdb\x28\xff\x47\xaa\xe9\xef\xdf\xfc\xfd\xbb\x61\x45\x6b\x5e\xdc\xd0\xa8\x42\x43\xe5\xfd\xf4\x20\x5f\x63\x87\x10\x1a\x8a\x15\x2d\x7d\xb5\xb1\xae\x47\x1a\x37\x2e\xa8\x21\xae\xfb\x74\xc8\xdf\x5b\x6f\x91\xe0\x75\x95\x91\xbf\xbe\xf9\xf6\xb5\x76\x55\x5b\x19\xb7\xab\x3a\x06\x60\x94\xba\x5e\xf1\xde\xdc\x96\x22\xfd\x08\x9e\xf8\xac\x52\x43\xda\x4b\x87\x9b\xf4\xb6\xe0\x69\x4e\x24\x74\x4d\xb5\x5d\xbe\x22\x23\x9b\x5a\x4f\x20\x34\xbc\xdd\x9e\x8c\x1e\xf5\xc1\x11\xfd\xc9\xe8\xb1\xfa\x11\x7c\xf9\xe2\xd9\x17\x72\xd3\x88\xe1\x9a\x8a\x15\xcf\xa7\xe5\x76\xcb\x12\x85\xb9\xec\xf4\x20\x76\x46\x2e\xb4\xc3\x74\xb8\xa4\x22\x5b\x75\xa2\xc9\x2b\x22\x97\x58\xf3\xe3\x5a\x71\x1a\xc0\x0b\x53\x14\x40\x89\x00\x99\xc8\x8b\xa5\x4d\x31\x48\x55\xef\xff\xe1\xee\xdd\xfb\xdb\xc6\xad\x45\xd1\xff\xf5\x29\x64\x9e\x73\x54\xe2\x18\xd1\xd8\xd3\xc7\xed\x51\x82\xf1\x2f\x93\x47\x9b\xdd\xc9\x64\xf6\x24\xd3\x9e\x5e\x6d\x1d\x6f\x5a\x84\x6c\x34\x12\xa8\x82\x90\x3d\xde\x16\xbf\xfb\xfd\x61\xe1\x4d\x82\x94\x9c\x49\xda\x9e\xfb\x4f\x62\x91\x20\x1e\x0b\x0b\x0b\xeb\xbd\x6a\xd2\x09\xfb\x1f\xd3\x46\xfb\x96\xb2\x55\xee\xf9\x24\x97\x5d\x0a\x7a\xe8\xe6\x27\x5c\x42\x46\xf4\xb1\xba\x87\xc7\xf2\x86\x8e\xff\x13\xda\xfd\xa7\x89\x91\x1b\x57\x22\x7a\x7a\xbd\xae\xae\x8a\xf5\x74\xfc\x92\x95\xe3\xfb\x6a\x37\xde\xd0\x82\x8f\x65\xa5\x61\xbe\x5e\xeb\xb6\x9a\x7d\x34\x5f\x40\x40\xda\x45\x86\x92\x33\x86\x36\x2e\xbe\xa7\xce\x21\x67\x0c\x6c\xec\x8f\xb4\xde\x56\xbc\xa6\x7f\xa4\x45\x49\x45\x9d\x90\x6d\xde\x41\x50\x9f\x65\xce\x74\xd4\x6d\x94\x42\x50\x8e\x42\x99\x47\xd7\x0d\x67\xd6\xc0\x25\x92\x06\xae\x8a\x88\x39\x07\x03\x01\xae\xc9\xc9\xf9\xd3\xc2\xfb\xef\x15\xda\x7e\xf5\xdb\xdf\x13\x62\x42\xad\x4c\x8d\xc8\x02\xa1\x87\x9a\x9c\x9c\x19\x03\x94\x9a\xc2\x39\xec\xac\xf5\xf6\x9b\xd6\xbb\x2b\x1d\x5c\x0d\xb5\xcf\xa7\x52\x30\x25\x3b\xad\xa3\x37\xc5\xe9\x39\x76\xf1\x62\xa6\x09\x24\x17\x42\x72\xbe\x8b\xf5\x82\x0b\xb2\xc6\x72\xbe\x5b\x90\x75\xe3\xab\x06\x80\xba\x45\x30\x38\xef\x6f\xb8\xac\xfe\x58\xd4\x37\xa4\xcd\xa7\x5a\xfe\x9a\x10\xf0\x86\xe3\xe4\x81\xf1\xe5\x7a\x57\xd2\x37\x25\xf8\x73\x8c\x9c\xab\xad\xed\x4a\xbc\x06\xf1\x70\x53\x95\x74\x0d\xb5\x67\x46\x11\x72\x39\x26\x9c\x75\x47\xb7\x7a\xb0\x87\xc6\xc7\x83\x77\x1a\xe5\x95\x99\x19\xb6\x8a\xff\xb0\x15\xe8\xf9\xa3\xa5\xc1\xfd\xfc\x43\x21\x8a\x4d\x0a\x25\x3c\x89\x75\x92\x05\x0d\x42\xd7\x71\x8d\x77\x5a\x9d\xc7\x56\xb9\x4e\x08\xc2\x6a\xf8\x3f\xe7\x3a\x7b\x10\x83\x8d\x77\x96\x21\xf6\xac\x06\x67\x94\xca\xd4\xe0\x41\x17\xba\xcc\x0a\x9f\xb3\x05\x9a\xd1\x5c\x28\xb1\xf4\x34\xef\xc4\x97\xaa\xf7\x17\x6c\x96\x65\x48\x89\xa7\xba\xb9\x0b\x91\xeb\x12\xc8\x6c\xae\x3b\x18\x6b\x94\x5e\xa8\xeb\xc4\x60\xb7\x4f\x58\x22\x2b\x47\xeb\x95\x18\x80\x1a\x3b\xe7\xdd\x98\xf1\x31\x47\x76\x36\x3b\x33\xe4\xce\x0e\x69\xa6\xec\x27\xf0\x98\x95\x43\x9e\xb7\x39\x5b\x40\xd2\x5f\xfd\xd7\x6d\xb1\xde\xd1\x20\xc0\xdd\x8d\xbf\x33\xa3\xfa\xec\x99\x59\x86\x29\x32\x57\xda\x24\x43\x41\x42\xdf\xaf\xcf\xbe\xba\xc6\xd9\xa9\xba\xe6\xcc\x4a\xb5\xbc\xea\x92\xd8\x50\x9c\x5d\x5e\xd2\xfa\x2d\x50\xa1\x0c\x3f\xc0\xa8\x2e\x6c\x78\x48\xb8\xa5\x46\x72\x0e\x24\xdb\xb0\x59\x2d\x2b\x41\xbd\x04\xdc\x12\x6d\xfb\xb2\xbe\x9a\xac\xac\xee\xf8\x48\xa8\xe8\x9d\x3d\xd7\x63\x8e\x9d\x82\x6a\xbc\x2a\xd8\x9a\x96\x99\x49\x18\xca\x6a\xd3\x42\x67\x7a\x3f\x39\x1b\x85\x0c\x0b\x3c\xd4\xfb\x09\xec\x89\x44\x23\xa8\x14\x6e\x52\xe9\x2f\x3f\x12\x93\x2f\xc9\x64\x1f\xa5\x3a\x39\x31\xab\x38\x11\xe1\x2f\x53\x25\x97\xad\x29\x54\xab\x11\xee\x4f\xfd\x62\xcd\x38\xfd\x7e\xa7\x46\x34\xc5\xbb\xf5\x0f\xfd\xd2\x64\x15\x27\xc2\xfe\xa5\x1f\x73\xdd\x11\x77\x9d\x70\xdb\x81\xfe\xc3\xac\x0f\x60\x5d\x13\xba\xdf\xcf\x1f\x24\x93\x6b\x3a\x73\x20\x79\xa5\xb7\xa1\xa4\xb2\x60\xeb\x99\x6c\x16\xcd\x63\x37\xba\x1f\x33\xf4\xb0\x8a\x7e\x7c\xa8\x00\x8b\x33\xfc\x40\xf9\x6e\x43\x45\x71\xb5\x56\x1f\xe3\x6b\x2a\xbb\x79\x71\xc6\x72\xda\xf9\xb2\x39\x3c\x0e\xb4\xfb\x00\xe4\xea\x91\xe3\x04\x5f\xaa\x71\xe8\xf4\x3d\x15\xb7\x16\x19\xe8\xf4\x45\xc5\x57\x6b\xb6\x94\xf6\xf7\xf7\x95\x7c\x5d\xed\x78\x69\x7f\xbf\xae\xc4\x15\x2b\x4b\xca\xed\x83\x9f\x78\xb1\x93\x37\x95\x60\xff\x45\x5d\xa3\xe7\x57\x95\x70\x3d\x98\xca\x18\xf6\xe7\x1b\x7e\x5b\xac\x99\x6b\x6a\xa3\xb0\x35\x16\x1b\xad\x8d\x08\x0b\xfa\xd1\x2e\x53\xe6\x98\xec\xdc\x23\xff\xc5\x43\x33\x93\xc8\x62\x8c\x73\xc7\x07\x21\xbb\x9b\x18\x53\x7f\x1e\xa7\x12\xa1\x01\xda\x0b\xcc\xf7\x7b\x89\x9a\x80\x73\xb5\x54\xaf\x75\xc9\x53\xff\x06\x61\x61\xc2\x12\x08\x53\x6c\xb4\x68\xfc\xfa\x38\xee\xef\x22\x3c\x79\x51\x67\x9e\xd2\x2a\x31\xd8\x1d\x6d\x83\xc6\xd1\x60\x26\x5f\x5d\x95\x0b\x9c\x7d\xb8\xa1\x63\x43\x79\xc6\x82\xfe\x0d\x22\x09\x81\x0b\x5a\x56\x9b\x0d\x93\xe3\x2b\xba\x2c\x14\x45\x61\x72\x7c\x57\xd4\x63\xa6\x77\x04\x0c\x05\xd1\xee\x14\xb8\xe8\x4c\x21\x6c\x90\x99\xb0\xe1\xce\xa0\x9e\xf4\x48\xb6\xa1\xe5\xb8\xda\x49\xe8\x3d\x42\x85\x1a\xd7\x9d\xde\xc3\x06\x99\xd1\x7a\x0d\xf4\xae\x66\x5f\x28\x5c\xa3\x7a\xf6\x01\xde\xed\xf0\xae\x0b\x3e\xf7\x3a\x33\xf9\x3a\x07\xfa\x66\xf5\x78\x17\xa0\x36\xf4\xdf\xc5\xf5\x35\x5e\x77\x86\xe9\xb4\xd2\xa3\x2d\x0f\x8c\xb6\xb2\x27\x0b\x86\x6a\x9d\xb3\x25\x5e\x76\xc6\x89\x9b\x64\x26\xa4\xa4\x33\xc8\xb2\xda\xad\xcb\x71\xc4\x4f\x2b\x09\x69\x27\x96\xda\x24\x1d\x9f\xf0\x15\x5e\x75\x06\x8a\x5a\x64\xa6\xd6\xcc\xc0\x62\xf4\x7d\x33\x2e\x77\x54\xb1\xe1\xc5\x78\x69\x68\x0a\x0c\x17\x13\x98\x12\x97\x9d\xe1\xa2\x16\xce\xeb\xe6\xf8\xe1\x6a\x20\x68\x63\x5b\x5f\x2d\xa6\x70\x37\xf8\xa6\x33\x60\xf0\x3e\x3b\x74\x93\x43\xb4\x56\xff\x4d\xde\xd1\x66\x0f\xdf\xe5\x9f\xef\xfa\x89\xc4\xe8\xa3\xaf\x84\xe8\x2b\x7d\x1d\x24\x08\xb2\xe5\x0d\xcc\xe0\x9a\xea\xe4\x56\xc9\xff\xde\xf1\xe5\xb3\xec\x89\x55\xb7\x63\xaf\x6b\xd6\x79\xdd\x8c\x1a\x59\xff\xd0\xbe\x33\xfe\xcf\xb0\xe1\x35\xe5\x6a\x63\xe9\x9b\xf2\x75\x25\xc2\x17\x8e\xdf\x4e\xab\x68\x02\x86\x1c\x54\x59\xa1\x26\x56\x77\x10\x2a\x59\xf5\x93\x50\x7b\xaa\x9f\x2c\xab\x62\x4d\xeb\x25\xd5\x6a\xc1\xbf\xef\x68\x2d\x6b\x05\x40\xab\x7a\x36\x73\x14\xd5\x6e\xab\x3f\xab\x0f\xa9\xd9\xe6\x72\xd1\xe0\xfa\x46\x1d\xc2\x1f\xa9\x12\xf0\xdb\x7a\x26\xdb\xf0\xe4\x3c\x6e\x17\xab\x16\x7d\x87\x27\xd6\x80\x68\x9b\x7f\x5b\x2c\x3f\x5e\x83\x13\xd7\x81\x01\xce\xfa\xbe\x88\x86\x0a\x9a\x83\x82\xc6\x22\x84\x38\x74\x34\xfe\x56\x57\xfc\x49\xb1\x65\xf1\xe9\x68\xdb\x6d\x0e\x9c\x97\xf4\x6b\x41\x6b\xd9\xb5\xf8\xa8\x4b\xfb\x97\x1d\xa7\x24\xba\x33\xc2\xed\xe3\x41\x5c\xf7\xeb\xbd\x34\xaf\x5f\x54\x5c\x52\x2e\x41\x3b\x96\x15\x5b\xed\x2b\xce\x2a\xfe\xd5\x2d\x2f\xa7\xc5\x96\x9d\xea\x32\x4c\xc5\xdf\x8a\x9f\x75\x95\x8a\x7a\xd6\x51\x34\x59\x86\x46\x5b\x98\x1e\x8c\x00\xcc\xb5\xd2\xfc\xb2\xde\x41\x49\x45\x1c\xe5\x75\x04\xf3\x2f\x15\xf5\xf4\xf9\x72\x49\xb7\x92\xb4\x1f\xec\xf7\x03\x93\xe1\x4d\x0f\xd2\x9f\x7b\xa4\x4f\xc8\xec\xda\x6c\xad\xe6\xe4\xb5\xa2\x5e\x24\x07\x03\x94\xb7\xd7\x78\xf9\x4b\x7d\xa0\x96\x9f\x33\x9c\xfd\xe1\xd5\x87\x0c\x3f\xa8\x7d\x9e\x3d\xac\xd8\x5a\x52\x31\x7b\x60\xe5\x4c\x18\xe1\x0c\x67\xe0\xfc\x37\xac\x73\x14\xb1\xce\xb1\x2c\xea\x1b\x2a\x22\xa5\x23\x94\x70\x76\x6a\x47\x04\xd1\xe6\xbb\x3e\x6d\xb1\x5f\x5a\x7e\x86\x45\x42\x7f\x60\x1a\x59\x13\x47\x72\xed\x7c\xca\x4a\xb5\xfc\xc8\xa8\x93\x00\x41\x85\xb3\x1f\x9e\x7f\x78\xf1\x47\x0b\x04\xd6\xa0\xf8\xc4\xb1\x43\x27\x0e\x8e\xc5\xa1\xbb\xa8\xe7\x48\x19\x91\xf4\x51\xb7\xd7\xe7\x39\x72\xa0\x60\x33\xf8\x4f\x56\x7d\x67\x30\xdb\xd9\x22\x25\x5e\x5d\xf8\xb7\x7f\x37\xde\x92\xa9\x97\x5c\x01\xb5\x63\xbe\x75\x3b\x6a\xd4\xb4\x74\xaa\xf3\x75\x59\x5d\x9e\xc9\xd7\xbd\xab\xb1\x3b\x35\x5a\x59\xaa\x35\xb8\x95\xbb\x5f\x02\x05\xb3\xd1\x49\x4f\x35\x6f\x9d\x57\xae\xfa\x15\x9b\x4c\x58\x4b\xbe\xbe\xe8\xff\x8e\xa1\x19\x8b\x6a\xc5\xe2\xb0\x0a\xba\x8e\x1c\x87\x5d\xfa\x70\x23\xaa\x3b\x1e\xea\x90\xa1\xeb\xc9\x24\x03\x95\x2f\xaa\x48\xd4\xd0\x27\x3e\x32\xf5\x07\x33\x42\x4c\x81\x8e\xf7\xb0\x54\x54\x41\x71\x40\x11\xf1\xe3\xfe\x2b\xe0\xa8\xdb\xdf\xec\xf7\x67\xf0\xa4\xb6\x3d\x74\x6d\x1e\x50\xbe\x0a\xb4\xcf\x90\x66\x6b\x27\xd6\xe0\xd7\x1a\xcc\x0c\xe2\xd4\x0c\xb8\x6b\x72\x40\x3c\xcf\x33\x43\x8b\x0c\x83\x37\x1b\x67\xa7\x1c\xf2\x50\x32\xf8\x37\xaf\xf6\xfb\x2c\x43\x4e\x77\xa9\xfb\x9d\x15\x8d\x53\xb8\xe9\x45\x7a\xae\x3f\xaf\x51\x03\x8e\x1c\x7a\xad\x0a\x21\xaa\x2e\x42\xd8\x35\x1a\xb7\x1a\x40\x08\xc8\xd2\x15\xac\x83\x07\x1a\xfe\x8a\x14\x76\xff\xab\xb0\x88\x2e\x8d\xf2\x6e\xef\xea\x99\x55\xe6\x63\x0f\xd5\x19\x0d\x40\x8c\xcd\x70\xb3\x65\x4e\xed\xd0\xa1\xe8\xba\x3e\xb6\x4b\xfd\xec\x03\xfd\x59\xba\x2e\xf3\x33\xcc\x93\x4a\x6c\xa4\x5d\xe4\x9e\xaf\xd7\xad\x17\x39\x0a\xc7\x0e\xd2\x25\x78\xdd\x29\x24\xce\x5d\x55\xe2\x55\x11\x1b\x59\x82\xcc\xfe\x90\x20\x9f\x42\x28\xb3\xef\x6c\x65\x2a\xeb\x50\x25\x00\x97\x94\x4b\x56\xac\x6b\x92\xd5\xc5\x86\x3e\xa9\x04\xbb\x56\x0c\x2c\x85\x64\xf5\x48\xe1\xa3\xba\x27\xc0\x98\xa5\x91\x6b\xbf\xd7\xd6\x8e\xe0\x11\xf4\x66\x28\xd1\x47\x7a\x5f\xe7\xe6\x6b\xab\xbb\x76\x4e\x72\x3b\xb1\x76\xf9\x16\xb2\x8b\x0c\x7d\xf3\xe4\xfc\x22\x9b\x64\xb3\xec\x22\x1b\xc1\xdb\x53\x92\x65\xa7\xf2\x14\xc0\x95\x52\xf0\x22\xdb\xb5\x36\x6b\x7c\x8a\x96\x54\x7f\x7f\x41\xa1\xaa\xbc\x36\x1b\x69\x7d\x3b\x5b\xdd\xdb\xb7\x33\xf3\x56\xff\x74\xf0\x6e\xb4\xe8\x25\xdb\xec\x49\x8b\x91\xc7\x49\x76\x45\x5f\x16\x07\x59\x15\xc5\x15\x3c\x1d\x2f\x6f\x14\xae\x48\xb2\x93\xab\x27\xbf\xcf\xf0\xaa\xa8\xe5\x55\x55\xc9\x99\xa6\x66\xcb\x6a\xb3\xdd\x49\x5a\xe6\x0f\x3d\x82\x05\xf0\x2a\xf6\xa3\x8b\xf8\xe7\x2c\xfe\xe9\xed\xa1\xef\xee\x38\x15\xba\x42\xe7\x74\x5d\x55\x1f\x77\xdb\x3c\x53\xb2\x1c\x5b\xd2\x99\x6d\x9d\xa1\x06\xd7\xe1\x98\x5d\x2b\xad\xeb\x58\x2a\x81\x66\x57\xd3\xd7\xea\xbe\x69\xcf\x3c\xf4\x60\xd2\x06\xad\xe4\x3c\x8c\x2d\xf1\x47\xa8\xc5\x68\xfc\xfd\x32\x25\xcf\xb2\xeb\x19\xe5\xb7\x4c\x54\x7c\x03\x45\xe7\xad\x85\xee\x24\x87\x53\x01\x9d\xbd\xfa\xfe\xcf\x93\x09\x94\xb0\xf2\x0f\xa6\x97\xff\xf6\xef\x3f\xbd\xfa\xf1\xaf\x97\x6f\xbe\xff\xf0\xea\x0f\x3f\x3e\xff\xf0\xe6\xdd\xf7\x50\x13\x65\x32\x39\x81\xfb\xbe\xae\x84\x0c\x10\x2e\x61\x65\x8d\x10\x3d\xf4\x52\x07\x3b\xc2\xb3\xaf\x5d\x70\x57\x90\xc0\xfe\xa1\x81\xa4\x33\x3a\x7d\x81\x0d\x04\x85\x08\x50\x3e\x67\xf3\x6a\xb1\x20\x54\xff\xef\x68\xe7\x30\x5b\x98\xe2\x9d\x1e\xc7\x18\x5a\xbe\x28\x62\xa5\xb4\x9b\x10\x3f\xc8\x2f\x56\x8a\x2f\x5c\x75\xfc\x2f\xfa\x26\x61\xbb\x1d\x66\xdb\x94\x64\x67\x26\x07\xc9\x4d\x02\xd3\xb8\xba\x14\x18\x5f\x52\x62\x95\xcc\x96\x81\x0b\xe6\xa4\xd8\x37\x23\xd9\x26\xad\xc7\x07\x87\x06\x9f\x5d\xed\x41\x15\x70\xf7\x5a\xf3\x1e\x23\x85\xf7\xa2\x69\xbd\xc8\x05\x0a\x27\xc8\xa3\x09\x0a\x37\xc1\xe4\xee\x3d\x7e\x9a\x66\x0b\xbf\xdc\x64\xff\x81\x02\x08\x2b\xeb\x99\x68\xec\xa0\x29\xef\x97\x00\x42\x8a\xc1\x57\xc7\xc9\x0d\xe7\x50\xa5\xed\xf9\x64\x2c\x1a\x6e\x8a\x0c\x73\x2c\x71\xe4\x98\x16\x01\x41\xe8\x59\x99\x69\xa4\x1d\x69\x3e\xf7\x44\xbc\xab\x5b\xcf\x54\x96\x69\xaf\x1c\x3f\x93\xa1\x8d\x00\x7c\x11\x38\xf6\x8c\x53\x27\x31\xbe\x63\x63\x09\x4b\xa4\x37\xec\x87\x77\xef\x63\x12\xd0\x2f\xc8\x89\x40\x90\xeb\x1f\x06\x3f\x40\xbe\x46\xa1\xe0\x58\x0c\x2c\xa2\x52\x2b\x38\x24\xcf\x15\x38\xfb\xe1\xa7\x98\x1c\x94\x7d\x9e\x45\x7e\x0f\xd5\xd8\xdd\xbe\x06\xe0\xa9\xa6\x12\xb9\xfd\x21\x9c\xbd\x7c\xf5\xdd\xab\x0f\xaf\xd4\x5e\x5d\x2a\x5e\x62\xfb\xe6\xe5\x6b\x51\x6d\x7a\xbd\xf7\xf0\xd0\x86\x01\x52\x49\x64\x9c\x13\xc0\xa3\xae\x22\x51\x06\x0b\x60\xe3\xfd\xac\x4b\xda\x71\xd2\xab\x10\x21\xa4\xb8\x88\xf3\x5e\x64\xd9\x2c\x17\xa4\xc2\x9c\x64\x17\xac\x24\xd9\x69\x81\x53\x3e\x21\x86\x59\xf2\xfc\x13\xe5\x65\xfd\x17\x26\x6f\x2e\x9e\xe8\x22\xef\x96\x81\xe3\xd8\xe5\xf3\xb0\x36\x62\x34\x13\xae\x79\xce\xa1\x4c\x5f\x3c\x87\xd8\xf1\xc1\x25\x2e\xf2\x65\xaa\x10\x6a\x79\x3c\x6d\x8a\x9f\x7f\xfa\xf1\xbb\xef\x74\xb9\x8b\xaf\xcf\x7e\xf3\xfb\x23\xb5\x7f\x5a\x3b\xa1\x44\x90\xb7\xc5\x16\x6b\xb2\x6a\xe1\x1e\xf6\x39\x92\x09\x16\x5a\xfa\xbc\xf2\xad\x0d\x85\xce\x47\x50\xbd\x36\x67\x90\x52\xaa\xa6\x32\x67\x78\xbe\x40\x58\x7b\x95\x31\x53\xd4\x4f\x3a\x87\x9f\x2a\xf4\xf3\x4a\x8f\x16\xfc\xd0\xb9\x87\xf5\x77\x67\xb8\x48\x4f\x61\x7e\xb6\x40\x4a\x84\x9b\x7b\x8e\x21\xb5\x0e\x1f\x9f\xd2\x75\xe4\xa4\x53\x56\xba\x1c\x10\x6c\x64\xb7\xe0\xb4\x3a\x95\x90\x9e\x33\x57\xc3\xd7\x7a\x2d\xf3\x05\x42\xb8\x3a\x25\xd2\x28\xc3\x6a\xb7\x5f\xa3\x7a\xce\x4d\xb5\x5e\x0a\x66\xf8\xba\x41\xb9\xc4\x0c\x67\x13\x56\xd6\xff\xe3\xb7\xdf\xfe\x8f\xdf\xbe\x24\x99\x73\x62\x49\x4e\xd1\x55\xde\xf0\xdd\xa8\x9e\xaa\x06\xc7\xa2\x61\x4b\x55\x64\x52\x34\x1b\xa3\xfa\xfb\xdd\x72\x49\x6b\x23\xc5\xfb\x82\xc3\x23\xdf\xc2\x98\xce\xda\x2d\x40\x48\x0d\xcd\x6a\x39\x37\xa6\x5a\x97\xd3\x19\x8c\xdd\xd6\x3f\x1f\xda\x38\x69\xd5\xe8\xa3\x0c\xf1\xb2\xca\xf3\xf2\x25\xc8\xd0\xb4\x7c\xab\xcd\xa1\x6e\xc2\x23\xe3\x12\x4e\xb5\x4b\xf8\xf8\x37\x67\xe7\xb3\x68\x22\x1d\xe3\x55\x5e\xe1\x42\x3b\x1b\x8f\x7f\x73\xf6\xeb\xb8\x71\x6c\x81\x8a\x5a\xfe\x26\x6e\x19\x99\x90\xa2\x86\xff\x2b\x6e\x18\x19\x7f\x74\x43\xeb\xaf\xac\x24\xc6\x6f\xc8\x6f\xcf\xce\x62\xd0\x05\xd6\x1b\x68\xdf\x44\x6f\xcd\xc7\xfa\x0d\x76\xdb\x94\xac\x2b\xf0\x0d\xf9\xfa\xec\x6c\x32\xa1\xcf\x7e\x7d\x76\xb6\xdf\xff\xfa\xec\x37\x8a\x73\x57\x1f\x99\xdd\x49\x7d\xf4\x9b\xaf\xbf\xd6\xad\x14\xd9\x4e\x5f\x41\x86\xeb\xc4\xcb\x8e\xeb\xa7\x15\x4e\x32\x84\x57\xe4\x61\x27\xd6\x33\x8a\xb5\x44\x3b\x93\x0d\x2e\x49\x35\x0d\x54\xc5\xad\x8b\x71\x69\xc5\x2a\xd5\x81\x61\xcf\xf3\xb2\xe3\xd2\xe8\x67\xca\x08\xc5\x70\x19\xa6\xfc\x2b\xd5\x7d\xb8\x52\x58\x9f\xf8\x5e\x87\x47\x57\x1f\xf7\x7b\xda\xd1\x41\x19\xdf\xbd\x54\xf0\x81\xc6\xdd\x5d\x2e\xd0\xe8\xeb\xb3\x33\xf0\x50\xd3\x8a\x89\xc9\x44\x76\xfa\xb9\xc8\xab\x50\xc1\x42\x24\x96\x24\x7a\x62\xdd\x23\xd1\xac\xd5\x92\x63\x25\xd8\x83\x6a\x23\x3e\x19\xd2\x17\xcd\xd5\xb0\x83\xd4\xc4\x79\x85\x29\x66\x9a\x2b\x59\xa1\x4e\x21\xf3\x16\x7f\x09\xb3\xb7\x3e\x9a\xee\x10\xd9\x4e\x00\x60\x33\xf0\x5b\xec\x28\xf9\xda\xb9\xe1\xca\x69\xad\x31\x2f\xaa\x63\xe7\x47\xea\x9b\xc1\xba\x77\x06\xea\xaf\x15\x1a\xe9\xa1\xc5\xce\x78\xc0\xc3\xc2\xa8\x6a\x82\x4b\x0d\xa7\xb0\xeb\xa3\x06\x94\x68\x14\x69\xbb\x88\x18\x59\x6f\xd4\x14\x98\x95\x8c\x0c\x7f\x7e\xa0\x3f\xcb\x08\xe4\x55\x00\xad\xde\xb9\x4a\x98\x6b\x35\xbd\x04\xbe\xa7\x44\x8d\x62\x67\xde\xcf\xc6\x3f\xbe\x7a\xff\xc1\x28\x06\xff\x9b\x7a\x65\x8a\x54\xcb\x6a\x9c\x9d\x52\xc5\xe8\xa8\x87\x06\xef\xa3\x83\xa9\x95\xc4\x9a\x8d\x82\x86\xbc\xaf\xa5\x42\xec\xaa\xeb\x7d\x0a\xed\xc7\x65\x45\x6b\xb0\x9a\xd7\x94\x6e\xd4\xb0\x57\x74\x6c\xab\x66\x33\x3e\xbe\xaf\x76\x62\x5c\x6c\xb7\xde\xed\xb4\xba\xa5\x42\xb0\x12\xdc\x2a\x6e\x59\x31\xfe\xcf\xa2\x2c\xdf\x89\x77\xe6\xe9\xfb\x82\x97\x57\xd5\xcf\x7f\x00\x5f\xd5\xfa\x3f\xa1\xbe\xe9\x0d\x1d\x5b\x65\x85\x31\x5a\x5f\x64\x68\xc4\xfd\xcc\xc3\xb3\x9d\x50\x04\xc0\x69\xd6\x2e\xb4\xc6\x53\xd7\xb9\x99\xe6\x5a\xff\x4a\xd1\xe8\x9f\xe6\x5c\x6b\xb6\x28\x9a\x77\x3f\x01\x4c\x51\x33\x8a\x66\xed\x0f\x2c\xbc\xa6\xac\x7e\x5d\xd4\xf2\x5b\x50\x09\x99\x6f\xc3\x7d\x56\xdf\xea\xa7\xf1\xc3\x66\xd0\xf8\x66\xad\x49\x45\x5d\xb3\x6b\x9e\xb7\x28\x32\x56\xdc\xa8\x22\xcc\xc2\xda\xe4\x3a\x3e\xfe\x5a\x75\x9a\xa1\x91\x8b\x19\xe3\x17\xc2\xea\x72\x5b\x9d\x37\x8a\x95\x77\x7a\xde\x99\xfb\x73\xbf\xcf\xfd\x27\x0f\xce\x01\x56\x4c\x97\x5e\x65\xb7\xdf\xeb\xc5\x75\x95\x79\xa3\xc8\x5c\x91\x84\x74\x2e\x40\xab\x38\x99\x80\x7c\x07\x2c\xb5\x5a\x19\x94\x42\x34\xe3\xce\x33\xd3\xe5\x13\xd5\x67\xb6\xb0\xa9\x4b\xe1\x95\x99\xc7\x13\x69\x5e\xe5\xbd\xef\x08\x43\x08\x0b\xb2\x32\xd2\x27\x42\xb3\x81\xb1\x63\xf0\x08\xfc\x10\xac\x77\x06\xaa\x31\xd1\x32\x3a\x68\xed\xa8\x7a\x4f\x32\x6d\xcc\xa4\x1a\x48\x3f\x4b\x22\x8d\x06\xd9\x8f\x44\xed\x48\xfa\x45\x8f\xe6\xd5\x87\x2a\x4d\xaf\x20\x27\xf4\x7b\xca\xcb\x28\x62\x3f\xd6\x33\xdb\xfd\x4b\x70\x96\x81\x16\x5c\x31\xe9\x06\x09\xb5\x7a\x3d\x17\xd8\x7d\x3b\x17\x0b\x53\x9a\xb4\x71\x80\xc2\x42\x9d\x5f\xe2\x51\x58\xf1\xdd\xf0\x0c\x61\x61\x4e\x56\x2c\xde\x01\x39\x3b\xea\xb8\xc4\xd1\x1a\x89\xc6\x42\xcf\x54\x8b\x60\xcb\x6a\x0d\x51\x8e\x07\x5b\xeb\x00\x17\x45\x86\x5a\x71\x2a\x86\x28\x81\x62\x9d\x82\x3b\xfc\x57\xff\xe7\x46\xca\x6d\xdd\x0a\x5b\x41\x52\xdc\x3b\x88\x9d\x66\x5f\x7d\x05\x11\x2b\xc6\xd0\xc2\xd1\x43\x87\x92\xfd\xb5\xda\x8d\x0b\x41\xc7\xbb\x9a\xf1\x6b\x8d\xf1\xe3\x97\x85\x2c\xc6\x77\x4c\xde\x8c\x79\x35\x56\x53\xea\x12\x6d\x7d\xa9\x4c\xc7\x1f\x6e\x58\x3d\xbe\x63\xeb\xf5\xb8\x90\x92\x6e\xb6\x52\xd1\xb5\x5d\x4d\x81\xa6\xc1\xa7\xd5\x0a\xfe\xb6\xa0\x1b\x9b\xa5\xe2\xf1\xdd\x0d\x5b\xde\x8c\x99\xbe\x20\xb4\x3a\x78\x27\x68\x39\x5e\x19\xea\x69\x2a\xc5\x07\xbd\xb0\xda\x7e\x3d\x1d\xff\xb0\xa6\x8a\xf7\xad\xa9\x74\x43\xfd\xe5\x86\x49\xba\x66\xb5\x1c\x6f\x8d\x0d\x15\xfa\xb2\x73\x0e\x54\xcd\xd3\xbf\xd5\x53\x3f\x23\x80\x04\x58\xc6\xac\xe7\x23\x72\x0e\xf8\xb4\xc1\xdd\xfb\x3a\x71\x8d\x50\x30\x8d\xca\x30\x82\x85\x5a\xfb\x96\x40\x0f\x81\x3f\x7f\x5a\x06\xe9\x92\x51\xa7\x37\xed\x78\xa1\x8b\xc9\x44\x18\xe9\xe6\xc2\xfe\x31\x9b\x5b\x73\x56\x96\x9d\x52\x6c\x8c\x82\x1f\x6e\xe8\xf8\xaa\x58\x7e\xa4\xbc\x1c\x6b\x0e\xa3\xa4\xa5\xde\xd9\x82\x1b\xe7\x2e\x6b\x2a\xcc\xb2\x53\xd1\x2c\x1a\xdc\x27\xfe\xf4\xe9\x0f\x21\x5d\x58\x87\x9e\x65\x90\x6f\x6b\x1c\x51\x40\x17\x2e\x40\x82\xba\x53\x04\x62\x6f\x84\x2b\x30\xff\xdb\xb3\x8b\x6c\xfe\x6e\xc3\xa4\xa4\xe5\x58\x4b\xf7\xf7\xe3\x3f\x7e\x78\xfb\xdd\x22\x9b\x09\x3c\xcf\x02\x0c\xb5\xa6\xcd\xec\x34\xe7\xc6\x88\x05\x46\x4d\x0e\x47\xfc\x34\x1b\xeb\xf1\x68\x39\x2e\x14\xbf\x83\xb3\x1f\x34\xfb\x3b\xce\x21\x0e\x1c\x65\x98\x2d\x8c\x96\xe2\x3f\xb8\xba\x6b\xbd\x9e\x3b\xb1\xc3\x0f\x50\xa5\x95\xfa\x0c\xc5\x26\xc4\x42\xbb\x76\xdb\x5f\x44\x20\xbf\xd7\x91\x23\x42\xd9\xe7\x88\x50\xd2\xab\xdd\xf5\x21\x9f\x38\xdd\xa8\xa6\x72\xb7\xfd\xdc\xee\x70\x83\xee\x6a\x0a\xd0\x86\x83\x74\x7e\x3c\xe0\x69\x6f\xb8\x0a\xc6\x61\x34\x63\x62\xca\x33\x78\x97\x21\x7c\x4d\xe5\x6b\x70\x47\xa9\xbb\xa6\xad\xf9\x03\x2f\x36\x74\x96\xb1\xfa\x7b\x7a\xa7\xf0\xaf\x5e\xce\x32\xf5\x67\x83\xdd\x9b\xb7\x55\xc9\x56\x8c\x96\xf6\xb5\xfb\x1d\xb4\x79\xb1\xa6\x05\xb7\x0d\xf4\x0f\x85\xc0\x97\xea\xfd\x87\xea\xc5\xba\x48\x8b\xa8\x6d\x22\x6c\xa6\xac\xb5\x77\xaf\x2b\x01\x1c\xce\x9d\x3a\xb9\x6f\xd5\x13\x85\xba\x11\x97\x13\x29\xf9\x13\x01\xbc\x16\x04\x15\x61\xd3\xcb\x50\x63\xab\x60\x69\xb3\x38\x83\x47\x8d\x3a\x2c\xf5\xdb\x62\xfb\xba\x12\x28\x67\x68\x54\xa7\xf4\x4a\xb8\x42\x0f\x7c\x0a\xf3\x51\x53\x79\xb3\xfa\x89\xd7\x14\x6a\x3e\xd6\x58\x09\x05\x42\x09\xe5\xa0\x70\xeb\x0c\x16\x5d\xb9\xce\xd1\x29\xdd\x95\x9e\x8d\xe9\x0f\x57\xda\xce\xca\xb0\x34\x69\xd6\x77\x24\x88\xbc\x41\x0f\xc5\xa0\x12\x48\xe7\x38\x4a\xce\xa8\xc2\xa9\x45\x02\x16\xd7\xa0\x85\x93\x90\x10\x03\x21\xcc\xa7\x82\x02\x8d\x7f\x0b\x27\xbb\x9e\x0a\xba\xa9\x6e\xa9\x46\x6f\xb5\x47\x91\xc2\xb7\xd5\x76\xbb\xab\x6f\x4c\xcb\x1d\xc2\x3b\xb3\x9f\xe1\xa2\x13\xb1\xfe\xa6\x0c\xed\xc9\x19\xc4\x00\xaa\x0d\x15\xae\x2a\x04\xf5\xe8\x21\x10\xae\x35\x53\x71\x27\x8a\xad\xc3\x11\xa8\x12\x3d\x32\xfa\x2f\x78\x5d\x5d\x81\x40\xe2\x5b\x40\x99\x09\xcc\xf3\x79\xbd\x80\xec\xce\x6a\x04\x48\x1f\xd2\xe0\x65\xb5\xde\x6d\xf8\xf7\x80\xb9\x2f\x15\x42\xf7\x22\xae\xb3\x83\x6f\x99\xd4\x9e\x9a\xd1\xf3\x1d\x57\xec\xd0\xb2\x12\xea\x02\xf2\x81\x39\x97\x5f\x5d\xe3\x6c\x9c\x59\x47\x0f\x64\x47\xac\xfb\x03\x51\xb5\x0f\x3f\x71\xa7\xd5\x9d\xc5\x37\x65\xd6\x2c\x30\x87\x8c\xb8\xaa\x51\x97\x5d\xa6\x38\x2b\xa4\x14\xec\x6a\x27\x69\x9d\x25\x35\x86\x06\xd8\xfc\xf4\xf4\x1b\x36\x75\x8d\xbf\x63\x1b\x66\x05\xb0\x93\x73\xe3\x8f\x2f\xa7\x6d\xe8\xe4\x15\x72\xe9\x7d\x61\x76\x95\x9e\x5a\xa1\xa3\x88\x84\xba\xc5\xa4\xd1\x2e\xb7\x54\xca\x6c\xe5\xeb\x42\x9b\x4b\xe7\xd9\xd7\x9e\xa8\x5f\x02\xa1\x55\xd7\x56\xc1\x38\x15\x7f\xa2\xf7\x51\x9e\x28\x61\x2a\xc7\x42\x11\xc7\xf5\x2c\x9f\xfe\x4f\xf4\x15\x1a\x99\x98\x4f\x0e\xb1\x43\x7c\x7e\xbe\xf0\xfc\x83\xd1\x28\x4a\x47\x19\xa7\x5b\x4a\x3f\x3e\x5f\xaf\xc1\xbf\xd6\xcd\xf2\x05\x2c\xf0\xcf\x8a\x28\xa7\xac\xd5\x66\x2b\xce\x30\x27\x0f\xac\x9c\x45\x80\x66\x65\xe6\xcf\x02\x9d\xd2\x62\x79\xf3\xdc\x82\x33\x2e\xa5\xa7\x16\x72\x7a\xfa\x8d\xec\x05\x37\x9f\xb3\x05\x09\x3b\xd7\x95\xb6\x78\x30\xd1\x3f\xd1\xfb\xbb\x16\x54\x7d\x90\x9e\xe3\x70\x9f\xe7\x73\x35\xaf\x05\x3a\x3c\x2f\x8f\xde\x22\xd4\x40\xa7\x54\xec\xa1\x2c\x00\x4d\xc3\xa9\x0a\xad\x6f\x96\xc1\x5c\xf5\x05\x94\x00\xaa\xf1\xff\x81\xfb\x47\xd7\xb6\xcc\xcd\x65\x84\xb0\xbf\x7a\xec\x9b\x9b\xa2\x7e\xc9\x84\xbc\x7f\x1e\x60\xf4\x64\x72\xd2\xf9\x0e\x6e\xa0\xd9\xc9\xc0\x57\x4d\xbc\xe3\x95\x48\x40\x31\xbb\x5a\x17\xcb\x8f\x99\x07\x5c\x38\xca\x85\x24\xd9\xb5\xa0\x94\x67\xc3\x93\xcb\xa1\x9f\x1d\x24\x17\x6f\xb0\xa1\x43\xc9\xd8\xfc\xf0\xae\x7f\x9e\xfb\xd0\x7a\xb3\x83\xd8\x5e\xd2\xa9\x81\x16\x8a\xbd\x39\xbc\xaf\x3c\xd8\xd7\x91\xb7\x74\x8e\x78\x62\x8b\xb9\x55\x79\x06\x4c\x83\xcc\x19\x50\x5a\x9b\xf0\x03\xa1\xc6\x28\xc1\x8a\xb2\x7c\xa7\xd7\x26\x72\x8a\x39\xae\x20\xde\x47\x0d\x16\x7a\xa6\x18\x85\x99\xb9\x3d\xa2\xe6\xda\x48\xd1\x51\x60\xa2\x87\x14\xfa\xb5\xef\xb7\xe6\x48\xd7\xee\x90\x75\x1b\x8e\x5e\xfc\xfc\x9c\x5d\xc0\x61\x10\xde\xc7\xe9\x29\x69\xf0\x2f\xb4\xf8\xf8\xb6\xd8\x46\x65\xf2\x2d\x4a\x9a\x23\xe6\xe0\xd4\x0a\x96\xb4\xe6\x39\x6d\x45\x53\xd3\x56\x58\x67\x36\xda\x79\x59\x79\x53\x64\x87\x29\x18\x1d\xd5\x2a\x11\x16\xcc\xb5\x83\x91\x37\x9e\xdd\x14\x75\xae\x17\x8d\xf6\x7b\x7d\xc1\xea\x9f\x50\xda\x87\x05\xb1\x69\x8a\x7f\xf0\xe0\x30\x57\x5c\xb4\x6b\x85\x2c\x9e\x38\xef\x5f\xc6\x99\x6c\x07\x4e\xa0\x87\xa6\x37\x21\x13\x5c\x0f\x3d\xe9\x98\x06\x82\x56\x8f\xc0\x89\x4e\x8e\xa6\xd4\x8e\xd1\xf9\x99\x22\xc6\x74\x7e\xae\xee\x69\x3a\xff\xda\x19\x18\x7f\x0d\x8e\x54\xae\xa8\x42\x22\xe2\x5b\xee\xf7\x1d\x89\x53\x4e\x26\xe6\x8e\x93\x68\x32\xc9\xb4\xc2\x27\x12\x48\x13\xb1\xd2\xee\x1b\x3e\x99\x64\x3e\x94\x26\x63\x5c\xbd\xcb\xac\xc4\xef\x9e\xed\xf7\x3e\x88\x3d\xc8\x56\x9b\x0c\x5e\x0c\x93\xc4\xb5\xaf\x73\xac\x31\x5a\x47\x41\x4b\x64\x8b\x10\x40\xd8\xb3\x50\x37\x9c\xfb\x00\x8a\xb0\x19\x22\x95\x0b\x74\x41\x73\x34\x2d\xb6\xdb\xf5\xbd\x09\x89\xc4\x02\xcd\x68\xfb\x49\x63\xd2\x4a\xb0\xb6\xb7\x66\xb7\x4e\xf1\x45\x2e\x08\xc5\xd4\x9c\x36\x34\x13\x44\xec\xf7\x0f\x8d\x51\x7c\x3e\x80\x2a\x94\x62\x56\x3b\xfa\x39\x3b\x39\xc3\x1f\x19\x2f\x67\x9e\x7d\xca\x70\x65\x14\xad\xa2\x89\x19\xad\x1e\x07\x42\x1a\xf9\x20\x5d\x32\x2e\xa9\xe0\xc5\x1a\xb8\xd0\x84\xa9\x26\xbc\x54\x85\x3b\x6c\x5a\x0c\x52\xe7\x49\xcd\x2d\x17\xe0\xf3\x4b\xd1\x05\x07\x3f\x57\x3b\x37\xb8\x5a\x73\x8a\x3a\xca\x8b\x74\x2e\x01\x77\xcc\xe1\x3b\x9f\x00\x3e\x7c\x6a\xa0\x0d\x56\x0d\xb7\x4f\x2e\x7c\x23\x6a\xea\xbd\xec\x6c\xb8\x29\x3d\xec\xd8\x18\x81\x43\x11\x88\xf8\x52\x33\x99\x9b\xd0\x74\x43\x65\x91\x73\x77\x65\x15\xad\xed\x96\x2e\x9b\xc9\x28\xb5\xed\x9c\x50\xcc\xdc\xb6\xe7\x9c\x48\xcc\x08\x85\x6a\xbb\xf1\xc9\x61\x93\x49\xce\x88\xf0\x86\xe9\xb7\xd6\x85\x24\x67\xce\xf1\x40\x23\x0a\xc3\xac\xfe\x91\xae\xc1\x7d\xb2\xbe\x61\x5b\x85\x2b\x16\x35\x38\xe1\x0a\xb1\x0c\xee\x5c\x39\x5f\x24\xac\xe9\x9a\x71\x4e\x1a\xab\x27\x1f\xa9\x8e\xbf\x3a\x1a\x99\x06\xc0\x77\x4d\xa5\xcf\xe0\xf5\xc9\xc0\x0f\xba\xc0\xd2\x38\x4f\x1d\x18\xc8\x6e\x50\xe5\x36\xa8\xee\x6e\x50\x77\x63\xe0\xba\x0a\x0e\x24\x96\x44\x02\xdc\x3a\xfb\x42\x75\x4d\xa9\xd4\xbe\x50\x84\x5a\x07\xd8\xee\x82\x4c\xec\x90\xde\x91\x1b\xe3\xa6\x66\xf6\xe3\x8f\x45\x3d\xd6\xbf\x3f\xf3\x6e\xd8\x44\x6c\xe9\xbd\x30\x69\x72\xfb\xc9\x82\x70\x7b\xe2\x3a\x52\x3b\x22\x5a\x5d\x47\xc7\x03\xdb\x94\x7a\x40\x6f\x7f\x10\xd5\xcf\xf7\xde\xa3\xfa\x25\xdd\x0a\xba\x2c\x24\x2d\x5f\xdd\x42\x0d\x1a\xfc\x70\x29\xc0\x0d\x98\x8a\x3f\x82\x5b\x88\x68\xcb\x67\x7a\x7a\xb6\x11\x2d\x6d\x33\xf2\x70\x45\x97\xc5\x86\x5a\x37\x02\x8a\xf5\xef\x3f\xc3\x2f\xd9\x34\x58\x2b\x42\xbf\xf5\x87\x59\x6d\xd7\x90\xcb\x72\xe0\xe3\xf0\xb6\xd8\x42\xd5\x7a\xe8\xe2\x75\x92\x31\x6f\xab\x79\x92\xc3\x65\x6d\x66\xc4\xf3\x21\xd8\x31\xd9\x4a\xf6\xd7\x1c\x55\x83\x8d\xc2\xb9\x6e\xcd\x73\xba\x29\xb6\xdf\xde\xe7\x56\xad\x9a\xe1\xcc\x34\xcc\x10\x36\xcf\x8e\x58\x99\x1b\x11\xf6\x89\x7f\xe4\xd5\x1d\xb7\x7c\x63\x8f\x94\x39\x75\x20\x30\x19\x46\xb5\x32\xa4\x55\xef\xbc\xc1\xac\xd6\x05\x15\x5a\xd3\xe6\x95\xcc\x33\xdd\x18\xd2\x82\xd8\xc2\x53\xb8\x28\x87\x24\x0f\x0f\x55\xd3\x6f\x86\x46\xc6\x6c\x53\x96\x06\x09\x27\x93\x93\xde\xc6\x93\x49\x1f\xda\xf4\xbf\x99\x46\xf8\x94\x83\xa9\xb5\x33\x49\x03\x94\xcb\x15\xe3\xe5\x3b\x93\x59\xcd\xe8\xc3\xeb\x80\x5c\x81\x20\xa2\x88\x4d\x9d\xcb\x28\x83\x86\xb9\x47\x13\xef\x79\x25\xd9\xea\xde\xee\xc6\x8b\x1b\x5d\x43\x06\x0c\xd6\x89\xb1\x5a\xd3\x0a\x0a\x77\xb5\xc7\x72\x12\xdc\xa6\xf8\x48\x03\x1e\xc8\xb3\x44\xce\xcf\xcf\xb8\xb0\xf3\xa8\x96\x91\xbe\xed\xf8\xbc\x5a\xe0\xda\x54\x6c\x51\x88\x68\xd1\x0f\x17\x68\xc4\xe6\xd5\x82\xd4\xfb\xfd\x83\x63\x52\xc0\xc0\xab\xad\x04\x85\x53\x7d\xb0\x06\x6b\xa1\x6b\xd0\x7a\xed\xf6\x70\xbf\xcf\xed\x56\xa9\x8f\xd4\x52\xbe\xc4\x7e\xff\x59\xef\xb6\x02\x74\x62\x76\x6c\x95\xf7\x63\x59\x74\x4e\x74\xfc\x99\x02\x4d\xc0\xaa\x51\xeb\x9e\xe1\xbf\xb6\x27\x18\x29\x2a\x10\x20\xc1\x91\xe4\x64\xaa\xbd\x54\x15\x34\x86\xd0\x66\xe0\xa5\x3b\x8e\x4d\xa3\xab\xa1\xcc\x3a\xb2\xf1\xd0\x6e\xd8\x34\xe1\x9f\x03\xe0\x9d\xe1\x75\xd0\x08\x68\x03\x8e\x82\xfc\x91\x40\xd3\x75\x50\x92\xbe\x94\xc0\x93\x04\xbe\x9d\x58\xba\x44\xe8\x3d\x5e\x9d\x34\x0d\x56\xfd\x75\xe7\xea\x0b\xd2\x22\xa8\x6e\xbd\xc4\xa9\xc0\x7f\x53\x24\x0d\x12\x5d\x7a\x61\x8c\x61\x67\x4d\x83\xf0\x9a\x1c\x8c\xba\x31\x37\x58\x9f\xdb\x82\x08\x78\x92\xfa\xdb\x7b\x83\x58\xbd\x0e\xb3\x82\x68\x5b\xc0\x88\xc2\x15\x26\xa0\x78\xad\xd6\x55\xcf\x17\x48\x57\x1f\xcb\x45\xe8\x20\x8b\x69\x83\x22\x6a\xbf\x1c\x9a\xb3\xf6\xde\x75\xce\xf6\x61\xe0\xd0\xf3\x3c\x76\x09\xa7\xc5\xf2\xe6\x85\xe9\xc3\x29\x3c\x02\x85\x20\xe6\x5a\x89\x3c\x8d\x19\x2f\xf4\xc0\xa7\x1f\xe9\xbd\xf1\xb9\x62\x66\x3d\x90\x0a\xc1\x37\x7a\xab\x59\x98\x91\x33\xe4\x69\x5f\x60\x53\x14\x94\x41\x16\xf0\xce\xc2\x56\x87\x37\x23\x91\xbe\x0e\x1b\x3a\xdd\x89\x30\x38\x66\x91\xda\x45\xb6\xb5\x42\x88\xa6\x51\x4b\xe4\x98\xe9\x9c\x4e\xea\x8f\x6d\x21\x28\x97\x8e\x55\x25\x02\xd3\x39\x5f\x10\x25\xd8\xf9\x4f\x5f\x8b\x6a\x03\x6b\x67\xc8\xed\x1d\x2e\x87\xd6\xe5\x8b\x29\x5a\x55\x4f\xf7\x24\x46\x38\xa6\x41\x00\xe7\x30\x74\xf4\x90\xe9\x1c\x7d\xb7\x36\x7b\xfb\x9c\x2f\x4c\x9d\x76\xbd\x38\xcc\x90\x37\xc3\xc7\xfb\x70\x63\xe7\x0b\x87\xd1\x40\x8d\x51\x5d\x63\x78\x8b\x37\xf8\xb6\xbd\xa0\xcc\xb8\x13\xbc\x97\xa0\x68\x49\xa9\xf5\xe2\x35\xb5\xd9\xeb\xf0\x7b\x0c\xca\xcc\x70\x42\xf7\x24\x6f\x0f\xa8\x4f\xb4\x59\x6a\x86\xbb\xfc\xd9\x49\xee\xad\x03\x71\x63\xf4\xcd\x59\x7b\x80\x5b\x34\xda\x92\x5b\xbc\x21\xb7\xb0\xc6\xeb\x64\x3a\x91\x24\xc7\xcd\x38\x8b\xe2\x0b\x83\x24\x08\x46\xda\x86\x2d\xf4\xd2\x76\x83\x2f\x35\xc9\xfb\x9e\xca\xbb\x4a\x7c\xd4\x14\xaf\x4e\x13\xee\xa7\xf3\x8c\xd5\x40\xe3\xb3\x45\x9a\xa6\x38\x4d\x76\x3f\x1d\xf5\xfc\xe4\x2d\x66\xf5\x77\x55\x51\x32\x7e\xed\xfe\xa6\xe5\xec\x16\x77\xf5\xcf\x6d\x06\x38\xda\xe1\x29\xd3\xcd\x53\x70\x0f\x8c\x32\xc9\x4f\xb4\xf1\xb2\x7e\x5f\xdc\xda\x59\xe8\xe4\xb6\xe5\x6c\x8b\xb5\xcd\x60\x83\xcd\x9a\x67\xf7\xf8\x72\x53\x88\x8f\x86\x8b\x34\x1e\x09\xcf\x8d\x2d\x20\x54\x15\xe2\x52\xf5\x0d\xa6\x36\xd5\xa3\xf6\x39\x39\x39\xd7\x9f\x1b\x57\x90\xbe\x8f\xf5\x8e\xd1\xa0\x51\x4d\xe6\x0b\x73\x25\xaf\x8b\xda\xe4\x01\xd2\xae\xa0\xda\x8d\x2f\xb1\x7f\x39\x80\x59\x27\x2b\x51\x0b\x3b\x39\xc7\xe1\xf2\x67\x72\xfa\x63\x55\x19\x50\x40\xb1\x2c\x1c\x9f\x00\x93\x41\x06\x8c\xff\xda\x43\x56\x7b\x9e\x1c\xa4\x88\x80\x5e\x92\xec\x2c\x4d\x0c\x64\xa4\x8e\x34\x18\x7d\xae\x68\x01\x2f\xf3\x2c\xe2\xd4\xd5\xf6\xe0\xfe\x56\x7f\xb6\x6d\x10\x96\xad\x23\xc4\x82\xf8\x80\x5a\x03\xa5\x8c\xf7\x48\x49\x00\xf0\xda\xf0\xdd\x1f\x2a\xaf\x9a\x4b\x88\xa9\xc1\xc9\xcd\x90\x97\x55\x2c\xa7\x13\xf6\x54\x77\xf6\xb3\xf5\xb1\xe1\x42\x1a\x5c\x04\x89\x0f\xfa\x93\xf6\x0c\x6a\x02\x34\x9c\xdf\xf3\x62\x5b\xdf\x54\x32\x47\x41\x56\x1f\x25\x61\x28\x90\x98\x24\x3c\x25\x2b\xd5\x09\x73\x3f\x74\x0a\x68\xf7\x53\x0b\x21\xee\xa7\x3e\x06\xfa\x67\x2c\x8d\x07\x8f\x82\x89\x8b\x6a\xbd\xa6\x90\x28\xc7\x2e\x84\x0f\xe6\x86\x6e\xeb\x87\xb8\x85\x27\x14\xc5\x64\xea\xab\x28\x8c\x6f\xf0\xf3\xf0\x1b\x58\x76\x3a\x8e\xcc\x9e\xae\xf8\xe3\xb0\x6d\x0e\xdf\xd6\x52\x54\xdd\x98\xcf\x78\x06\xf1\x57\xfa\x28\xd6\xc5\xad\x86\xfa\x8e\xa7\xf3\x0a\x99\xc0\x96\x97\x7a\x04\x5a\x5a\xb7\xd4\x78\x42\xe1\xd7\xb9\xa7\xd0\xfe\xe6\xeb\x91\xe7\x47\x37\xc9\xab\x5c\x18\xf3\x3d\x75\x37\xf1\x33\x06\xb7\xb1\x20\x8a\x65\xc0\x32\x4d\xac\x85\x26\xd6\xfa\xd6\x2d\x03\x52\xdc\x43\x63\xdb\x78\xd9\xfe\x4e\xad\x44\x21\xc9\x55\xb1\xfc\x98\xee\x2d\xd5\x4d\xf7\x0b\x80\x48\x8c\xf5\xc7\x4e\xa9\x75\x54\x1a\x6c\x33\x0d\xbc\x52\x57\x6a\xcd\x2a\x7e\x5c\x4f\x56\x0e\x8a\xbb\x67\x65\x83\x15\x06\x24\x72\xee\x84\x9e\x13\xd2\x46\x3c\xc4\xcc\xe3\xc3\x56\x3f\x9d\x25\x8f\x87\x46\xac\x76\xac\x89\x37\xa7\x83\x71\x53\x9d\x76\x85\x39\xdd\x09\x98\x70\x3a\x33\x85\x94\xb2\xd4\x98\x6f\xa8\xae\x9d\x03\x54\xc9\x38\x7d\xeb\xb4\x4a\xf1\xb3\x59\xbb\x51\xa3\x84\xab\xc7\xaf\x4b\xcf\x57\x09\x18\x7d\x2b\xe3\x66\x65\x4a\xf0\x8e\xe9\xf7\x55\x22\xd6\x77\x70\xfb\x05\x5d\x51\x41\xf9\x52\x09\x07\x79\xa8\x38\x57\x27\xf6\xa6\x13\xc0\xfc\x88\xbe\x9c\xca\x17\x74\x3a\x60\x03\x7e\xc3\x57\x55\x97\x89\xd2\x9e\x12\x58\x92\x87\xc6\xc8\xad\x56\x28\x48\x99\xd5\x43\x7e\xaa\x15\xa1\xc8\x9d\xab\x4e\x60\xa3\xc7\x5b\x4f\x21\x28\xa6\x3f\x6f\x0b\x0e\x29\xa1\x17\x1d\x11\x24\x14\x2f\x22\x89\xd9\x85\x21\xc9\x39\x9b\x7e\x64\xbc\x5c\x8c\x9c\xa1\xae\x82\x10\x43\xf7\x42\x71\x25\x3c\xf4\xcb\xd1\xcf\xc3\x49\x54\xc1\x24\x90\x2b\xc1\x49\x9d\xe5\x9e\x1a\xe7\xaf\xa0\x93\xec\xf5\xba\xb8\x8e\x97\xa2\x98\x4e\xcd\x1a\xa6\x5d\x13\x70\x66\xf9\x37\xf8\xd3\xf0\x6f\xf0\xb7\x49\x90\xe3\x1c\x1b\x1c\xf7\xda\x20\xfc\x60\x1d\x87\x61\xab\x6c\x12\xed\x77\xf2\x86\x8a\x80\xd2\x9e\x9c\xe9\xf0\xd5\x7a\xc6\xd5\x62\x14\x95\xb8\x0d\x64\x90\x99\x68\x9a\x06\x6b\xfa\xe9\xac\x16\x9a\x80\x46\xa8\x34\xac\x06\x6c\x6f\x49\x8a\xff\x58\x56\xbc\x96\x62\xb7\x94\x95\xe8\x6e\xa1\xbe\x39\x23\xc9\xaf\xa5\xd7\x4e\x8b\x3d\x41\xa7\x7d\xaa\x03\xab\xbc\x66\x1c\xaa\x26\xf5\xf4\xdb\x99\xa2\x6f\x9e\xd3\xa4\x99\x07\x78\x4b\x64\x61\x67\x2c\x0e\xcf\xcb\x92\x96\x8f\x04\xdc\x20\xd7\xd6\x86\x5a\xc7\xf8\x37\xba\x9e\x0a\x5a\x6d\x29\xcf\x1f\xa4\x60\xd7\xd7\x34\x65\x0e\x50\x5d\xcd\xe9\xa2\x27\x6d\x7a\xa4\xa3\xed\x18\xa8\x79\xa0\x8d\x15\x4f\xce\x11\x66\xe4\xfc\x29\x7b\x26\xc0\x44\xcd\xe7\xec\xc9\x79\xcb\x48\x2d\x43\x41\x8d\xa3\x26\x08\x69\xd5\x56\x86\x51\x65\xef\x9f\x21\xb9\xae\x37\xf7\x65\x10\x29\x8e\xb3\xb2\x90\x45\x06\x91\x23\xce\x3e\xaf\x64\x85\xbe\xf4\x97\xb1\xd1\x18\x54\x5d\xd3\x4b\xd5\x87\x1a\x2e\x80\x64\xf5\x6f\xef\xdf\x7d\xdf\x67\x75\x48\x21\x42\x2b\x59\xbd\xcf\x8b\xe9\xf4\x29\x07\xee\xf2\x51\x10\x39\xe2\x13\xcf\x83\x01\x0b\x08\xe6\x15\xe9\x2c\xb2\x4e\x58\xd2\x05\x38\x20\x52\xb1\xa4\x6f\x4a\x05\x6a\x73\x2d\x8a\xf4\x8d\x5f\x53\xf9\xa6\x84\x04\x79\x69\x80\x0d\x2a\x19\x70\x76\x29\x8b\xeb\x2c\x6d\x04\x65\x65\xd3\xf4\xf8\x00\x45\xfb\xc7\xca\x0c\x5f\x79\xd0\x83\x1f\x74\xfe\x00\x7e\x6d\x74\xad\x88\x97\x53\x43\x69\xae\x3c\xa1\x1b\x3b\xca\x54\x33\x44\x1b\x82\xb4\x2f\x32\xf0\x9c\xd5\xae\x39\x8e\x70\xbc\x2d\xb6\x47\x58\xb1\x12\x0a\x35\x10\xd0\x53\xc4\x67\xc0\xb0\xe4\x86\x34\x25\x62\xe6\x74\xe1\xca\x8f\xa8\x83\x1c\x3a\x4d\xe8\xea\x70\x21\xb5\xf2\x2b\x9a\xd3\x05\xe1\x98\x1b\x43\xcd\x9b\xe1\x59\x40\x77\x09\x00\xeb\x2e\xd9\x2a\x3f\x71\x65\xe4\x5d\x8d\x32\xf0\x44\xc6\x85\x75\x32\xde\x50\x38\x59\xde\xdf\x0b\xe1\x1d\xa9\xa7\xc6\xe8\x3c\x32\x25\x47\x08\x21\x3b\x4b\x60\xa3\x1e\xd9\x2a\xf7\x2f\xb8\x6f\x84\x19\xc9\xab\x00\x4a\x83\xc4\x9e\x23\xa4\x2f\xf2\x82\x54\x6e\x64\x28\x49\xa2\x57\x87\xeb\xb6\xee\xd1\xe4\x86\x0e\x9c\xc6\x5b\x31\xcd\x6c\xbf\x87\x8a\xdd\xfd\x33\xd0\xfb\x74\x52\xd8\xe5\x54\xc6\xd0\x5f\xe8\x5d\x0d\x6a\x57\xe0\x1d\x89\x6b\x1f\xd4\xe8\x02\xf2\xe6\x4b\x2a\x52\x89\x14\x44\x17\xa8\xa0\x44\x45\x6e\x6d\x46\x41\x27\x2d\xb4\xbc\xff\x93\x7d\xb2\xdf\x73\x12\xfc\x84\x20\x66\x05\x6f\x33\xd9\xdd\x64\xa2\x59\x1b\x43\x8a\x2b\xbc\x03\x97\x6f\x45\x9d\x97\xea\x44\x4e\x26\x34\x0f\x7f\x03\x74\x2a\x84\xab\xc0\x9b\xc5\x94\xdd\x26\xeb\x96\xfd\xd5\xa1\xca\x92\xac\xbb\xcb\x94\x81\xb3\x72\x6b\x99\x32\xb9\xcc\x31\x25\x84\xf0\x60\x25\xa3\x73\x42\xc8\xd2\x7b\x89\xad\xc9\x12\x61\x4e\xd6\xf3\x33\x53\x2f\x82\xe9\xbf\x0d\x4a\xc0\xdf\xa6\x4b\x5b\xe5\x1b\x5c\x23\x84\xf6\x77\xe0\xda\x0b\x82\x39\x47\x89\xa2\x89\x19\x93\x7a\xb6\x8e\x7e\xab\x4d\x3d\x42\xaf\xf4\x60\x19\xf4\xf9\x22\xe0\xfc\xe7\x8b\xe6\x31\xea\x75\x1d\x6c\xd5\x51\xaf\xd3\xb9\xd0\x2c\x6d\xdb\xcc\xa1\x27\x4a\x4b\x1d\x16\xb2\xc4\x89\x43\x33\x2b\x71\x42\x1d\x3e\x5b\xe1\x15\xa3\xeb\xf2\x88\x85\xb5\xec\x39\x9f\xbc\x0c\x5d\x41\x5c\xbd\x83\xb5\xa0\x99\x6a\xe0\xd8\x1d\x53\x88\x39\x97\x81\xb3\x7e\x96\x34\xe7\x1c\xe0\x45\x3f\xd5\xde\x14\x15\x0c\xc0\x1c\x1b\xed\x82\x1b\x4d\x03\xb9\xd7\xf4\x9d\x1c\xd6\x6c\x4c\x36\x64\x6a\x10\x73\xbe\x18\xb9\x71\xa1\x24\xa9\x4b\xe7\x10\x2e\x33\x31\xba\x0d\x13\xf8\x48\xef\x31\x57\xff\xab\x13\x60\x12\xd2\x04\xec\xad\x08\x2e\x0c\x76\x11\xc8\x95\x90\xfe\x53\x7d\xd4\x7a\xc8\x2f\xb2\x8a\xd3\x0f\xd5\x3b\x4e\xb3\x59\xb6\x29\xf8\xbd\xfd\x3b\xd9\x4c\x17\x63\x34\xed\xcc\x8f\x64\xc3\xef\xab\xa0\x43\xf8\xa1\xc5\xe6\xb4\x06\xfd\xf3\x62\x62\x80\x68\xb9\xae\x38\x02\x01\xc5\x06\x23\x51\x12\xd3\x40\x69\xb7\xaa\xc4\x26\xd2\x2e\x7d\xf2\x34\x93\x12\xb4\x9e\x9f\x8e\x63\xf6\x07\x44\x73\x26\x3d\xc8\xdf\x27\x4f\xb4\x51\xf0\x40\xd0\xcb\x00\xc2\x7f\x48\x2c\xfc\xc0\x60\x49\x58\x3d\x66\x5c\xab\xe9\xea\x72\xa9\x99\x0e\x6f\xc9\x4e\xdb\x63\xba\x3b\x37\x73\x5c\xf4\x65\xd2\x12\x65\xca\xac\xee\xa4\xe2\xac\xe1\x52\xc6\x69\x77\x30\x73\x6a\xde\xd4\xcf\xeb\x7b\xbe\x54\x3c\xb8\x33\xfa\xa8\xbf\x1f\x6b\xbb\xb2\xe5\x79\x74\x17\x24\xfa\xb5\xdf\x9f\x9c\x9b\xca\x39\x40\x13\xc8\x99\xfe\x65\xb4\x51\x81\xfd\x44\xdd\x9b\x9e\xfb\xda\xef\xfd\x1b\x56\xff\x50\xad\xef\x37\x95\xd8\xde\xb0\x25\xe9\x3e\xf2\x63\x84\xb6\x15\x67\xad\x59\xad\x77\xf5\xcd\x8b\x82\x57\x9c\x2d\x8b\xb5\x49\x6a\xa4\x7d\xcb\xb5\x61\xf1\xe4\xdc\x2e\x21\x78\x6a\xfc\x15\x1b\x5c\xf0\xfb\x9f\x40\x11\x4c\x53\xa9\xe9\x4f\x3a\xe3\x26\x79\x20\xa7\x3f\xba\x64\xf5\x4b\xba\x29\xa4\x11\x8e\x18\xbf\xde\xef\x4f\xa8\x03\x17\xb8\x8d\xcd\xcf\x16\xd6\x8d\xc7\x8e\xfc\x26\x32\x0a\x25\xed\xc4\x67\x4f\xe9\xb3\xee\x64\x0c\x25\x3e\x3d\x8d\x65\xbf\xb0\x8d\x91\xa8\x65\x7a\x6e\x32\x98\x1b\x8a\xd2\xbd\x29\x04\x33\xb1\xc6\x7f\x61\xeb\xb5\x55\x07\xe0\x73\x7c\x86\xba\xdb\x01\x69\xd9\x96\xf0\xde\x6a\xe9\xa9\xf7\x5b\x4b\xb4\xb7\x0e\x53\x9d\xc1\x5e\xb2\x32\x1e\xeb\xe4\xac\xb1\xe1\x54\x0d\xd6\x3a\xd5\xe7\xa9\xb4\x23\x7d\x2b\x77\x39\x2f\x7c\x1a\x92\xa9\x8b\x19\xca\x51\x83\x63\x0c\x6a\xc5\xa5\xba\x0e\x5c\xee\xfb\x13\xb5\xfe\xe9\xa5\x9e\xc9\x9b\xfa\xf9\x9a\xdd\x52\x2d\xa4\xfb\xfc\x87\x25\x5b\xad\x8c\xa7\x58\x7b\x56\xd8\xcb\xbb\x5c\x57\x89\xd7\xcb\x7d\xc3\x4b\xfa\xb3\x2d\x69\xd5\x03\xfd\xee\x07\x10\xd3\xa9\x50\xa9\x7c\x51\xed\xb8\xc4\x7c\x5a\x94\xa5\xf9\x91\xda\x88\x16\xe0\xa3\x13\x45\xa7\x35\xec\xe1\xe0\xa6\x3c\x76\x0a\x62\x32\x09\x1f\x7c\x73\x66\x64\xfc\x58\x10\x57\xb7\x29\xc0\x4b\xef\x0a\x28\xa8\x02\x53\xfe\x47\x7a\x9f\x21\x84\x80\xc7\x85\xe8\xcb\x68\x93\x7c\x2e\x75\xa1\xba\xcf\x59\x17\x15\xcc\xca\x28\xa6\xa7\x36\x55\x2a\x74\xec\x35\x2d\xe0\x5b\xa9\x56\xf1\x5a\x54\x1b\x57\x7d\x39\x9e\x01\x66\xd3\x4d\xb1\x4d\x1e\xfd\xae\xa7\x7f\x83\x10\x82\x92\xa5\x3d\xa3\x15\x65\x09\xe5\xae\x92\x03\xf1\xc7\x0d\x84\xad\xbb\x9a\xa0\x52\x30\x7a\x4b\xbf\x2b\x20\x79\x05\x68\x2b\xc3\x27\x69\x87\x83\xc4\xec\x02\xf7\xe4\xf6\x36\x60\x73\xd4\xb4\x46\xe9\xd2\xb7\xfc\xf6\xfe\xdf\xea\x8a\x3f\xdf\xb2\x1f\x4d\x1d\x9f\x9c\xa2\x11\xe4\xc2\x2e\x0c\x14\x00\x15\xd5\x6f\x85\x88\xea\x7f\x94\xa6\xe1\x10\xc1\x9b\x32\xb3\xf4\x86\x80\xea\xb6\x6f\x2d\x1a\x99\x22\x71\xae\x59\x84\x6d\x59\x88\x01\x1a\xde\xe0\xdd\x1d\x19\x95\x22\x4b\xbb\x20\x90\xfb\xc9\x75\xff\xdf\x54\xdb\x71\xf7\x2e\x87\x54\x0d\xde\x5f\x14\x12\x6f\x59\x6f\x35\xc5\xcc\x56\x1f\x69\x9e\xa9\x6f\x33\x84\x07\xac\x31\xb4\x41\x26\x9f\x6d\x62\x54\xd3\xc6\x3d\x0d\xfd\xa3\x8d\x69\x48\x4b\xee\x6d\xcb\x10\x6f\xfa\x73\xa6\xf6\x79\x03\xda\xc0\xfb\xae\x68\xe0\x96\x6a\xd5\x48\x86\x9e\x8a\x20\x65\x27\x8d\x5d\xcf\x82\x08\x72\x28\x75\xdd\x20\x7c\x47\xda\xf6\x2c\x9b\x11\x41\x61\xc7\x10\x97\x6a\xe4\xc6\x94\x1d\xce\x05\xf7\x6a\xd6\xc6\x71\xf1\x9a\xfc\x2a\x21\x1e\x3c\xa1\xa0\x62\x60\x25\x28\x24\x5a\xd5\xf9\xdd\x0b\xc9\xf8\xf5\x9b\x94\x1f\x3f\x33\x18\x16\x94\x57\x57\x63\x54\x98\xe3\x01\x83\xa1\x84\x98\x46\x84\x5f\x91\xd6\xde\xd8\x55\xae\x19\xff\x58\xcf\x6c\x20\xd4\x30\xbe\xc3\xe1\x31\x9b\x99\x05\x18\xec\xdd\x61\x8d\x9d\x8f\x9a\x7c\xb9\xad\xdd\x7e\x97\x77\x92\xdd\x72\xf5\xb0\xe2\xf0\x27\xd5\x7f\x43\x80\xab\x51\xd1\xbf\xcb\x33\xf3\xa7\x6a\xb1\x5a\x41\x8b\xd5\x2a\x43\xe0\x76\xf9\x0e\x2c\x72\x4a\xbc\xf5\x01\x73\xef\xd2\x91\x65\xb0\x2b\xb6\xf0\x49\x17\xcb\xdc\x0a\xd0\x9c\x2e\x2c\x13\x1a\x69\xd9\xa9\x2e\x43\x57\x43\x21\x66\x87\xfa\xe4\x52\xfd\x52\xdb\x44\xae\x31\xb5\x10\x76\x5b\x44\xee\xfc\x43\xff\xcd\x2b\x4c\xa7\x97\x56\x7f\xaa\xab\x3b\x0f\x2a\x3b\x75\xda\x75\xf0\x02\x17\xd3\x55\xb1\x94\x95\xb8\x07\xe5\xf9\x46\x7d\x3b\xcb\x4e\xb5\x2f\xb8\xba\xe6\x40\xeb\x04\x05\x32\xac\x4a\xee\xda\xee\x34\x43\xa3\x2a\xd6\x1e\x5f\x5e\xb2\x1a\x86\x9f\x9d\x9c\xe1\xcb\x4b\xdd\x1b\x6b\x10\x16\x53\xeb\xc1\x93\x3b\xa1\x41\x62\x5f\xcd\xa3\x35\x0b\xdb\x02\x8a\xbf\x2a\x69\x89\x54\x98\x4e\x1d\xd2\x93\x02\x83\xd3\xa9\x02\x00\xa9\x3f\x5b\x05\x51\x1d\x8d\x79\x20\xc3\x4a\x2b\x64\xf3\x1f\x55\x73\xcc\x15\xfb\x3a\xb2\xda\x18\x60\xd0\x60\x71\x4b\x05\xd6\xa3\xbb\x53\x8d\x07\x7b\x0b\x6c\xe2\x47\x76\xe9\xbe\x18\xec\xd7\xd9\xc7\x8f\xec\xd5\xb4\x6f\xfa\x77\x59\xb3\x04\xfa\xef\x4f\x8e\xbc\xfd\xaa\x12\x25\x15\xb4\x7c\x52\xd3\x44\xb1\xac\xc1\xd0\xdb\x40\x39\x4b\x08\xdd\xef\x33\xa8\xae\x71\xa1\x7e\xcf\xba\x01\x66\x17\x74\x96\xd5\xf7\x9b\xab\x6a\x1d\x3d\x74\x85\x2e\x72\x04\x99\x9c\x5a\x71\xb0\x26\xf3\xac\x6d\xaf\x13\xd0\x5a\xdf\x0d\x9b\x04\x96\x42\x5a\x58\x3b\xa4\x79\xfa\x70\x23\xe8\x6a\x46\x5d\x74\x06\x44\x9d\xb5\x62\xed\xed\x95\x84\x45\xb8\xb4\x40\x62\x4c\x8a\xdc\xda\x61\xc9\x1d\x78\x42\x71\x2e\x09\x47\xbd\x95\x3a\xa3\xfa\x9c\x32\x2a\x24\xe8\x0c\xb3\x44\x2a\xa9\xe5\x12\xde\x5d\x5e\x12\x81\xb9\xf9\x3a\x51\x6b\x9c\xd3\xbb\xb1\xbe\x41\x78\xd0\x59\x51\x96\x7f\x61\xf2\x06\x98\xfe\x21\x9a\xb9\x63\xa5\x0b\x9c\x31\xda\x00\x5a\x53\xbe\xa4\xef\xa9\xb4\x9a\xbd\x35\xab\xe5\xc8\x66\x86\xe1\x73\xe1\x0c\x47\xea\x6f\x72\x72\x86\xf5\x9e\xcb\x0b\x66\x7d\x18\x66\xcc\xca\x98\x12\x9f\x39\x86\xb7\x66\xff\x45\x4f\xc9\xb9\xb9\xef\x78\x93\x0b\x25\xa5\x75\x6a\x9d\xdc\x14\xf5\x3b\x1f\xa8\xa5\xd5\x36\xc2\x53\x0a\x74\xe1\x32\xf2\xce\x04\x8a\x8a\x35\xb9\xa2\xfe\x5d\xc6\x7b\xbf\xa7\x68\x7a\x19\xa9\x66\x5b\x75\x93\x1c\x40\x55\x47\xfa\xc2\x43\x51\x2d\x1e\x9c\x2a\xed\x7f\x70\x48\xb6\x51\x80\x60\xf2\xc7\x68\xe8\x9c\xa2\xb9\x58\x44\x75\x79\x62\xed\xee\xd9\x53\xf1\xcc\xc6\x9d\x3d\x15\x56\x79\xcb\x89\x9c\x8b\xc5\x88\x4f\x3d\xd1\x20\xe1\x0f\x50\xbf\xf0\x69\x68\xd6\x55\xfb\x93\x01\x25\x36\x91\xe7\x39\x9f\xde\x09\x26\xcd\xbb\x7e\x12\xc5\xb5\x96\xd7\x04\x7c\x2f\x43\xcc\x0b\xcc\x5a\x41\xb2\xde\x50\x0b\x6c\xf4\x59\x46\x73\xa3\xb7\xff\x23\xe3\x65\xf4\xc0\x03\x2c\x7a\xbc\x01\x4a\x54\x47\xcf\x96\x56\xde\x78\x9b\x78\x09\xb4\x2c\x1e\x8a\xde\x47\xbf\xcd\xac\xfe\xd4\x7e\x9c\x98\x65\xac\xe1\x8a\xa7\x1b\x47\x4f\xf4\x8c\xf0\xba\x12\x6f\xcc\x9e\xb7\x96\xd5\xfa\xe4\xd2\x2a\xff\x3a\x9d\x5d\x4a\xba\xd9\xfa\x38\x86\x68\xad\x50\x7c\xf1\x75\x25\x96\x54\xbb\x32\x13\xab\x70\x0b\xa7\xf7\xa6\x7e\x2f\x8b\x75\xfc\xe5\x4d\x11\xa9\x94\xa8\xb5\xdd\xb6\x1b\x3d\xe7\xf7\x21\xae\x76\xb6\x27\x1e\x07\xdc\xd6\xdb\x5d\xbc\x86\xc4\x79\xdf\x55\x45\xf9\x5c\x67\x45\x74\x93\x04\x1e\x3a\x6a\x7e\xc7\xd6\xeb\xf7\x9d\x4d\x88\xb1\x88\x05\x08\xa4\x6d\x39\x26\x2a\x5d\x58\xbb\xdb\xb4\x50\x0d\x21\x64\xcf\x3e\xd9\xfa\x6d\x1c\xb5\xd1\x8d\xc7\x98\xa6\x48\x68\xd5\x83\x68\xc1\x3b\x8d\x67\xd4\xa3\x18\x08\x27\x91\x7a\xd4\xe3\x99\x4c\xa1\x18\x21\xa4\xd8\xef\x8b\x7e\x4c\x3b\x21\xa4\x9e\x4c\xea\x1e\x84\x13\x43\xb8\x96\xc0\x9c\x53\x3b\xd3\x00\x03\x03\x2f\xf9\x5e\xfc\x4b\xa1\x92\xdd\xc1\x5e\x34\x0a\x1a\xa4\x50\x28\x8d\xa6\x1a\x7d\x4e\xce\x1a\x73\xf1\x62\x8e\x0b\x12\x94\xc3\x76\x69\xab\xa7\x2d\x4d\x79\xf7\x22\x34\xfa\xdf\xb8\x59\x83\xc3\x2f\xdf\xa7\x3f\xcc\x4f\x5a\x60\x35\x3e\xc8\x71\x57\x08\xfa\xba\x29\xea\xf7\xbb\xad\xe2\xa8\x02\xd8\x47\xb4\x9d\x24\x64\x42\xb7\xb9\xb4\xe7\x42\xf0\xde\xa6\x7d\x37\x46\x67\xf0\x47\x0d\x2a\xfa\x06\x13\xed\x41\xfc\x29\x79\xc9\xca\x68\xa7\x49\x5f\x64\x43\x0b\x7a\x23\x69\x34\x48\xab\x4a\x3c\x5f\xdb\x83\x14\x27\xb2\x82\xca\x6d\x03\xeb\x71\xa9\xe7\x38\xa9\xc1\x9c\x08\x2a\x80\x28\x0f\x82\x6c\xdd\xe7\x23\x5d\x39\x51\x4f\xc3\xe7\xcd\x99\x4c\x68\xb0\xa6\x13\x42\x12\x6d\xf6\x7b\x67\xfe\x6f\x2f\x3a\x0f\xbf\x86\xa0\x38\x05\xa4\x68\x65\x11\xec\x7d\x5e\x96\x74\x20\x1c\xdc\xeb\x01\xed\x01\xe6\x2a\x75\xcf\xb7\xdb\xcc\xc5\xc2\x27\x5b\x34\x5c\x1b\x47\x23\x39\x67\x8b\xfd\x3e\x57\xff\xa9\x9b\x9e\xe6\x1c\xa1\xc6\x4e\x42\x07\x38\x27\xe9\x5a\x34\x6e\x10\xf9\xdc\xdf\x58\x87\x44\xc7\x13\x28\xd4\x04\x6a\x3d\x81\xda\x4c\xa0\x00\xdd\x6f\xd1\x07\xd0\x08\x5a\x27\x21\x8d\xdc\xef\xc1\x22\x09\x8e\xa9\x39\xba\xc8\x0d\xb9\xd8\x54\xb7\xc1\x56\xbd\x16\xd5\xe6\xdd\x1d\xcf\xbd\x12\x55\xbd\x77\xea\xc8\xfe\x86\x90\x3d\xb9\x43\x7a\xf2\x93\x33\x64\xb2\x7c\xd7\xa0\x1b\x4d\xd2\xb6\x1c\x54\x9c\xc5\x54\x57\xef\x01\x72\xd9\x71\xc8\x04\xe2\x4a\x55\x2b\x08\x65\x21\x49\xc3\x50\x67\x57\x9f\x52\x17\xec\xfa\x34\xcc\x5e\x34\x4a\x2e\x1e\x38\xd2\x38\xf6\x3d\xb9\x55\x4f\x45\xbb\x57\x4e\x44\xab\xd7\x04\xc8\x72\xae\x77\x4e\x37\x80\x72\x8e\xf6\x55\x6d\xc0\x49\xda\xc6\xc8\x0e\x58\xe1\xb6\xc8\x4f\xac\xdd\xc9\x2e\xd6\xc7\xf7\xf8\xee\x13\x53\xe8\x1d\xa7\xb3\xce\x28\x30\x3b\xd6\x49\x7f\xa7\x76\x30\x1c\x2b\xe8\x3f\x91\x46\x4b\xf5\x30\x4a\x16\xa1\x8c\x14\xf9\xad\xad\xd0\x25\x5e\x70\xa1\x24\xad\x74\xff\xb1\x1b\x5c\xef\x08\x71\x07\x3a\xab\x82\x37\x83\x4d\x26\xf2\xf4\xd4\x8f\x94\x02\x19\xe9\xf3\x10\x51\xb4\x86\x86\xb4\xc5\x77\xab\xd3\xdd\xa7\x3b\xcc\xa9\xa2\x35\xe2\x54\x9a\x83\x31\xd0\x6a\x60\x5a\xdd\x13\xd2\xd9\x42\x9b\x21\x24\x4f\xbf\x86\x78\x32\x7f\x7a\x77\xdb\x37\x96\x6e\x87\x8e\x84\x68\x08\x05\x70\x70\xb2\x13\x4c\x89\x3d\xd7\x7d\xbd\x47\x09\x64\x5d\x11\x1e\x77\xd1\xe9\x7c\x09\x9a\x97\x1a\xb8\xca\xa4\x35\xd6\x8e\xea\x5c\xb6\x39\x38\xd4\x07\xde\x16\xcb\x8a\xa0\x56\x68\xdf\x80\x49\x46\x24\x18\xd8\xfa\xf1\xa6\x79\x0b\xac\xa8\x43\x3f\x67\xb9\x18\xf1\xfd\x3e\x3f\xd0\x06\xf8\x64\x6d\x5a\x35\x9a\x7a\xc7\x7b\x3e\x58\xbf\xb7\x07\x60\xd2\x67\x21\xcd\x6f\x1a\xc8\x97\xc7\x8f\x86\x82\x3f\xd4\x9f\xf7\x28\xf4\x13\xc5\xd6\x69\x18\x6e\x88\x06\xe7\x77\xf4\x99\xb0\xa6\xe5\xa3\x6f\x37\xbf\x29\x07\x96\xa3\x3e\xb4\xb7\x9a\xab\x6f\x71\x04\x2e\xa9\x39\xf5\xf1\xa6\x43\x78\xf1\x69\x5f\x0d\x40\xb9\x8d\x11\x87\x6e\x80\x88\xba\x92\xd8\x0d\x2a\xba\xa1\x14\xe4\xa5\xa3\x46\x1b\x4f\x84\x9c\x1e\x0d\x3e\x0a\x53\x8d\xe8\x8e\xc3\x55\x19\x63\xb8\x6b\x37\x4c\x17\x9c\x79\xdd\x6d\x5e\x1f\x85\x18\x00\xc0\xf1\x7b\x28\x01\xaf\x3e\x61\x3b\x14\x50\x3e\xe1\xb3\x5f\x40\x13\x22\xe1\x19\xd2\x94\x7c\x02\x12\x0d\xc3\x0d\x1d\x7b\x3b\xb4\xaf\xfe\x14\xef\xd7\x7f\x78\x1f\x7b\x66\xff\x2f\x3d\xaa\x43\x80\x4e\x01\x31\x58\x5c\x04\x4f\x7b\xcb\x0e\x1d\x1c\xda\x3d\x38\x96\x97\xab\x6d\x68\x55\xf0\x0a\xe4\xd1\xde\xdd\x18\xb8\x61\x3a\x8d\xfb\x77\xde\xa5\x29\x1a\xa4\xff\xff\xa4\x45\x0f\xdc\x1f\x8f\xbb\x5f\x7b\xc1\xd0\xb9\xc6\x5a\x69\x9b\x0e\xf0\xe7\x2f\xaa\xcd\x56\xb5\x5f\xdf\x27\x21\xd4\x4e\x94\x34\xa8\xad\x89\xd1\xd3\x59\x74\x92\xe2\x38\x27\xad\xf5\x8f\x3a\xca\x8c\x8b\x76\x5c\x41\x5b\x06\xd7\x71\x2c\xc3\xca\x0c\x45\x78\xbd\x63\xda\x9c\x2d\x8c\x02\x24\xd8\x2f\x45\xf8\xa3\x07\x49\xd0\xa8\x2d\xe3\x68\x24\xb4\xb4\xdf\x34\xb3\x23\x66\xd7\x9e\x5a\xff\xdd\x10\x4d\x71\x32\xc9\x77\xad\x39\x85\x70\x1d\x98\x1e\x36\xd3\x43\x4d\x2c\x02\x5a\xf1\xc7\xfa\xba\x75\x90\xa6\xdd\xc0\xe9\x05\x74\x73\x23\x41\xf6\xa1\xcd\x27\x21\x66\xf2\xfc\xc6\xd8\x9a\xc6\xc3\x48\x8a\x1f\xc5\x9a\xec\x93\xf3\x91\x57\x03\x41\x5a\xf8\x0e\xfb\xa9\x78\x45\xab\xe9\x50\x07\x55\xdb\xcd\x14\x03\x39\x8a\x34\xd3\x3d\xb2\x6f\xb5\xbd\xcf\x51\x50\x9a\xfd\xec\x29\xf7\xd6\x22\x7e\x7a\x8a\xda\x3c\x4c\x2e\xe7\x7c\x91\x58\x1c\x1c\xc5\x8e\xb0\x6d\x57\x62\x99\x21\xbf\xb2\xd0\xe2\x32\xbd\xb4\xd5\x8c\x3d\x22\x81\xdb\x8e\x71\xb0\xf4\x1a\x93\xef\x40\xeb\xdf\xd9\x1c\x6d\x0c\xa0\xbe\x5d\x4b\x0f\x60\x0a\xaf\x74\x3f\x1c\xbc\xb2\x0d\x72\x69\x3f\x24\x9b\xfb\x45\x6f\x6c\xfc\x90\x44\xb1\xf3\xc5\x30\x4f\xd7\x6e\xdc\x3b\x85\xee\x6c\x7b\x14\xe2\xd4\x77\x93\x56\xa8\xa7\x3a\x4a\xb7\xb4\x5d\x25\x34\x31\xdd\x5e\x52\xca\xfd\x74\x07\x5a\x39\x7f\xa0\x03\xdd\xc8\x76\xf0\xbe\x63\x9e\xea\x6e\x5e\xa7\x49\x00\x89\xae\xe5\x28\x05\x85\x6e\x2b\xe8\x42\x1d\xa2\xa4\xfe\xe5\xe4\x1c\x73\x75\x2a\x81\xe8\x06\x2e\x8e\x5e\x9f\x97\x5b\x17\xc7\x40\x69\x0e\xb5\xdc\x84\xc3\x79\xdd\x58\x4b\x7a\xf0\x0e\x2b\xe2\xba\xae\xe9\x58\x09\xe5\xe7\x84\x90\x90\x68\x4d\x26\x27\x03\x9b\x8f\x1e\x54\xbf\x26\xbf\xb1\xf3\x05\xb1\x5d\x40\x80\xcc\x7c\xa1\x03\xea\xda\x63\x57\x58\xa2\x06\x16\x02\xc7\x27\xd2\xdb\xc2\x13\x77\x43\x06\x67\xcf\xb5\xc6\xe6\x8f\xa9\x89\x16\xd2\x9f\xd7\x84\xe5\xed\x17\x78\x47\x8a\xc9\xa4\xb0\xbf\x2f\x58\xee\xfe\xd6\xa1\x7e\x78\x4d\x76\x17\xbb\x29\xf8\x55\xc0\x4c\xeb\xc9\xa4\x86\x9f\xf6\xff\x13\x42\xd6\x93\x49\xce\xe1\x2e\x68\xec\xb4\x7a\x36\x3a\x3f\x39\x47\xb6\xb6\xd0\x92\x98\x98\x4e\x0d\xe8\xfd\x3e\x0e\x6f\x34\x5b\x33\x99\x9c\xb9\x26\x86\xf6\x8d\x8e\x25\x0f\x7d\x6a\xcb\xf3\x48\x28\xe8\x51\x06\x9f\x0f\xab\x94\x97\x5a\x57\xa3\xd0\x82\x5b\x59\x60\x40\x4d\x7a\x22\x8d\xa9\x63\xd5\xe5\x46\xe2\xdf\x9a\xec\xfe\x45\x14\xdb\x2d\x15\xe9\x0c\x00\xab\xc0\xa3\x73\x35\x65\x25\x5e\x4d\x97\x6b\x46\xb9\x7c\x53\x3a\xe1\x4b\x5f\xa1\xeb\x6a\x69\xc2\x2b\x3a\x07\x5d\x53\x38\x8f\x73\xed\x37\x26\x1b\x50\xfc\x58\x12\x8a\x73\x41\xe6\x0f\x1f\xe9\xbd\xab\x6d\xd5\xe3\xcd\xd4\x5a\x96\xb9\x07\x9b\x06\xeb\x8f\x43\xbb\x64\xa7\x8f\xd0\xc7\x5f\x33\xcd\x61\x73\x17\x11\x65\x62\x7f\x7b\x38\xe6\x0e\x1d\x53\xdf\xea\x50\x5e\x11\x3a\x4c\xbb\xd0\x6d\x75\xd4\x8f\x8d\x16\x6e\x8f\xd9\x74\xa7\x49\x68\x54\x20\x27\x7a\xd7\x34\x0b\x34\x99\xac\xf3\xc0\x25\x06\x0b\x70\x4e\x87\xe8\x25\x84\x69\x93\xeb\xd0\xa3\xd5\x21\xd7\xa5\xa0\xb0\x13\x50\x09\xeb\xd5\x59\x10\x1a\xd4\x82\xf0\xad\x34\xa7\x85\xba\x06\x32\x6b\x1d\x2e\x3c\x2f\x12\x46\xe6\xe0\x22\xf4\xb8\xd0\x3f\xb4\xfb\x48\x91\xe8\x4b\x27\xb7\x6f\xf7\x64\x9e\x06\x9f\x36\x5f\xc6\x97\xca\x24\xc5\xe4\x5d\x23\x33\xd3\xc7\x34\x29\xe7\x53\xa7\x31\x8f\x6c\x00\xb3\x70\xb3\x43\xa3\x63\x52\xa2\xcf\xd3\xad\x8f\x51\x44\x1c\x4d\xb6\x92\x46\xae\x73\xd4\x60\x58\xdd\x21\xa5\x24\x1d\x36\x0c\x98\xf5\xc6\x5b\x17\x2d\xb6\x57\x65\x17\x7f\x33\x2c\x17\xc2\x54\xdf\xe8\x08\xb0\x83\x33\xb6\x24\x76\xd0\x7e\xb0\x49\x3c\xeb\x62\x66\x62\xa2\xd6\xdd\x63\xc8\x00\xa1\x26\x7c\xc8\x08\x22\x87\x14\xbe\xb2\x6b\x04\xf9\xa5\x90\x6d\xad\x42\x09\x72\x91\x73\x60\xa2\xb7\x90\x24\xfc\x02\x94\x74\x28\x07\x70\x39\x68\x05\x46\x0f\xe1\xcc\x7a\x9a\x87\x53\x1b\x3a\x42\xc9\xac\x43\x1a\xa3\x0e\x8a\x8c\x32\x9e\x49\x4f\xfb\x04\x90\x5a\xa0\x36\x75\x81\x12\x6f\xb4\xd2\xa1\x07\xf7\x82\xcf\x7a\x48\xe6\xd0\x0a\x7b\x97\x98\x50\xa6\x1c\x5a\xa5\xf9\x24\xc8\xdd\xdc\x37\x67\x70\xa2\xc5\x6c\x40\x60\x1e\x24\x8f\x9d\xe7\x5e\x22\x3e\x49\xc0\xef\xa2\x2d\x65\xcf\x7a\xc0\x75\x42\x52\x27\xb9\x1f\xba\x89\xc6\xc3\xc0\x8e\x0e\x53\xbc\xf8\x00\x6a\x96\x2e\x0c\x91\x83\xb4\xf1\xe1\xf3\xdc\x27\x89\x85\xb6\xa9\xc0\xe0\xe1\x3f\x8c\x6a\x03\x9a\xc1\xf4\x02\x0f\x60\x78\x17\x33\x3b\x23\x7c\xd2\x3c\x0f\xba\x32\x74\x07\x4e\x7e\x72\xe4\x91\x38\x48\x8b\x92\xaf\x7a\xf4\x4c\x8f\x13\x07\xda\xc3\xd1\x30\xc2\x4b\xc9\x03\x34\x25\x0f\x78\xda\x71\x84\xce\xf7\xc0\x4d\x36\x40\xfb\x7e\xf1\x9d\x72\x86\x12\x28\xd2\x3f\xe7\x08\x57\x62\x74\x38\xd2\xf5\x24\x89\x17\x03\xdf\x76\x10\x24\x01\x05\x35\x8f\x6b\x2a\xdb\x82\x15\x6c\x39\xa4\x41\x8c\xe2\xf0\x12\xa4\x20\xa7\xa4\x87\x7c\x42\xa4\xb4\x0e\xe7\x7c\x53\x52\x2e\xd9\x8a\x29\x86\x0a\x19\x07\xfd\x9e\xcf\x0c\x71\x49\x6b\x2a\x60\xb8\xe0\xe2\x02\x25\x01\x98\x11\xb5\xf6\xce\x3f\x0c\x75\x27\xd0\x00\x2a\xe4\x7b\x06\x0c\xfa\x92\xad\xdc\x02\x60\xd9\x0b\x45\x29\xe3\x53\xa8\x80\x94\x12\x40\xbd\x52\xc7\x54\x9a\x60\xf5\xf7\x15\xa7\xda\xea\x26\xcc\x44\x7d\x86\xb2\x5c\xb4\x0f\x51\x7c\x68\x5a\x2e\xfb\xa6\x06\xf0\x94\x95\x08\x61\xe3\x18\x30\xc8\x89\xe6\xc2\x3b\x8f\xa5\x5f\x43\x9c\xc3\x52\xcb\x6b\xe5\x97\x92\xd7\xfa\x84\xb2\x28\x62\xdc\x3d\xbd\x54\x57\xa8\xce\x74\xec\x23\xed\xfc\xdb\x2d\xe5\x25\xe3\xd7\xee\x95\x6e\x59\xf7\x88\x7a\xad\xa1\xe7\x8b\xf6\xb0\xf0\x24\x39\xe4\xc9\xf9\xd0\x70\xff\x12\xf2\xe0\x41\xae\xde\x79\x11\xf4\xf3\xf5\xee\x54\x88\x8b\x04\x49\xb0\x71\x32\x02\x9f\x61\x99\x14\xaf\x6c\x06\xa6\x47\x72\xf0\x90\x62\xe6\x18\x06\x5c\x3e\x9a\x03\x8f\xcd\x33\x86\x7c\xe8\xfb\xc7\x6d\xa3\x15\x4d\x07\x99\xa0\x7e\x1f\x8c\xa3\xf8\x14\x2c\x2c\xcd\x21\xd1\x69\xef\xcf\x5d\x91\xca\x82\xa1\x21\x1f\xde\xd9\x26\x44\x3e\xc5\x5b\x1f\x73\x3f\xfa\x0a\xe9\x62\x74\xe0\xa6\xf4\x15\x1f\x41\x4f\x9a\xda\x7d\x08\xdb\x7c\xb7\xca\xc1\x4d\xea\x9b\x27\xe7\x06\xdc\x69\x2c\xe2\xf8\xfc\xd3\xaf\x48\x8b\x31\xff\xbc\x4b\x32\xe9\xdb\x99\x5e\x69\x3b\x2e\x28\xde\xec\x5f\x30\xa5\x2f\x25\x2b\x8e\x52\x4e\xbb\xed\x2d\x7e\xfa\xe4\x3c\x48\xad\xd9\x47\x29\xce\x23\xdf\xe7\x84\x51\x1f\x0d\x0b\x65\x61\x0a\x96\x58\xea\x49\x1d\xa0\xc1\x1c\x3a\x4e\x60\x7b\x72\x6e\xd2\x01\xea\xa5\xe8\x6a\xc7\x12\x52\x87\xf2\x65\x21\x73\x91\x4a\x62\x22\x8f\x13\xa4\x06\xce\xe6\x71\xb2\x88\x3a\x91\x8f\x94\x2d\xb0\xb0\x59\xa5\x85\xb5\x3f\x47\xb5\x32\x5a\x5b\xe6\x14\xfd\x29\x0a\xc3\xdd\x8e\xf5\xd3\x97\xa3\x8d\x8f\xc3\xb0\xe8\xb3\x70\x2a\x7e\xc3\xd2\x1a\x5d\xdc\x71\xbe\xd0\x0b\x6c\x23\x82\x39\x83\x90\x8b\x1b\xf3\x54\xd5\x61\x7a\x37\xae\xc0\x94\x86\x02\xff\x4a\x48\x07\x67\x0d\xdc\xcf\x38\x18\xb9\xa5\x56\xb7\x81\x55\xdb\x25\x59\xc8\x29\x4a\x97\xa6\x42\x0f\xdc\x79\x04\x47\xc9\xb0\x87\x75\x60\x75\x2e\xbc\x25\x9c\x91\x33\x88\x1f\x32\x13\x61\xcf\x0a\xc8\x29\x6c\x8c\x5c\x14\x72\x09\x0f\x6b\xd4\x6a\x5f\xd2\x2e\xf9\x5a\xe7\xcb\x0b\x15\x94\x7d\xce\xe5\x60\x15\x3c\x21\xad\xd4\x9c\xe0\x9c\x35\x99\x68\x0b\xa3\x21\x57\x41\xd0\xc8\xd9\x53\xe9\x1d\x05\xa4\x9d\xba\x20\x74\x2e\x17\x03\x97\x89\x18\xf6\xa2\x16\x09\x2d\xa8\x38\xe4\x59\xad\x6e\x83\xa4\x2a\x31\x39\x8c\xac\xf4\xfa\x34\x74\xd2\xcc\xc0\x61\x09\x97\x1e\x61\xe2\x3a\x5a\xa4\x4d\x1c\x92\x4f\x9c\x41\x7c\xd0\x8e\x9e\x40\x9f\x94\xd7\x96\xf1\xfa\x25\x2f\x2d\x43\x75\x09\x4b\x5f\xc2\x21\xda\x27\x02\x36\xce\xdd\xd1\x0a\x70\x34\x21\xc0\x85\x92\x1a\xed\x48\x6a\x34\x25\xa9\xd1\x23\x24\x35\xb6\xca\x5b\xc2\x1a\x12\xb6\x04\x3b\x78\xb5\x87\x15\xab\xdd\xa9\x68\xb9\xb7\xd0\xd0\xbd\x45\x40\x5d\xaf\x47\x48\x76\x73\xbe\x30\xc2\x9d\xfa\x8b\x95\xa8\xe9\x88\x77\x31\x49\xd1\x9c\xf8\x90\x5b\x4a\x4b\xb8\xbb\xe9\x0b\x90\x76\x5e\x13\x8e\x01\xb6\xd9\xdf\xbb\x71\xcb\x97\xe1\x1a\x5a\x11\xb1\xb6\x02\x7b\x19\x07\xfe\x1d\xd5\x28\xe5\xfc\x96\x18\x50\x4e\x77\xdb\x6b\x51\x94\xf4\x75\x25\x6c\x66\x9d\x3c\x3e\x11\xd1\x77\xa4\xdb\x87\xf9\xd5\xd8\x4c\xa1\x1d\xa1\x4a\x28\x74\x4f\x84\x2b\xba\xf0\xcd\xf4\x12\xe6\x74\xd1\xf8\x12\x85\x3d\x51\x3c\xbd\x5f\x8f\xe2\x3a\x6c\xa9\x1c\x91\xe8\x41\xb1\x56\x12\x7c\xf8\xd5\x95\x0c\x86\xde\xc7\x8e\xa3\x18\x28\x93\xc9\xee\x44\x44\xa1\x7c\x7e\xfb\x6d\x56\x85\x7e\xcc\x0d\x3a\x7c\x49\x57\x30\x56\xc5\x6d\x76\xf9\xf0\x3b\x9f\x02\x1a\x06\xd5\x12\xd0\x9c\x2e\x48\x9c\xb6\xc3\xe5\x5c\xb3\x59\x94\xec\x50\x3e\x65\x6b\x4c\xf9\x03\x02\xc7\x11\xa4\x5c\x4a\x7d\x66\xe2\x62\x87\xbf\xb6\xf5\x55\x02\x1f\x17\x9d\x36\xf6\x42\x1d\xf9\x32\x97\x98\x61\x8a\x05\xae\xd0\x4c\x3d\x58\x05\x0f\x9a\x9c\x85\xc8\x06\xd9\x9b\x7c\x62\x9d\x46\xdb\xc1\xdd\x49\xdb\xfe\xab\x67\x50\xd8\x90\x73\x7c\xdb\x9f\x45\x21\x2a\x73\x56\xb7\x12\x05\x88\xde\x23\x7f\x99\xf6\xd8\x8e\x33\x0f\x24\x33\x09\xd8\x3b\x2b\xa6\x20\xad\x9f\xbe\x2e\x53\x3c\x2a\xf0\xfd\xf1\xa3\xab\x55\xdd\xea\xec\xf2\xd2\x27\x84\xed\x64\x3e\x78\xbd\x66\xd7\x37\xbe\x96\x7e\xbb\x41\xd9\x4e\x3b\x70\x59\x2f\x6f\x68\xb9\x5b\xd3\xd2\x4c\xa9\x3d\x21\x53\xe4\x24\xf9\x98\x55\xfc\x45\xb5\xd9\xb0\xf6\x7b\xe6\xae\xc8\x6e\x42\x89\x98\x0a\x8f\x5a\xb5\x2c\xe6\x67\x8a\x3b\xf6\x3f\xcf\x0d\x7b\x16\xf4\x28\xda\xd0\xd7\x59\x76\x5b\xd0\x17\xd3\x35\x2b\x1d\xf0\xc5\xd4\xfe\x88\xe6\xc0\xd3\x88\x10\xc5\xf2\x27\xd1\x20\xcc\xdc\xea\xb7\xd2\xc6\xe2\x9b\x6d\x0c\x7e\x5a\x20\xba\x47\x7a\x57\x5d\x5e\x80\x9a\xca\x1c\xb9\x60\x7d\x86\xab\x14\x89\xaf\xd2\x5c\x48\x22\x77\x4d\x0b\x64\x8d\xa9\x87\xd3\xcb\x49\xc4\xe5\x87\xd4\xe4\xad\xdc\xd5\x5a\x8a\xe6\xdb\x80\x59\xf2\x56\x3b\xe9\x55\x44\x97\xa6\x16\xd7\x9f\xd4\x85\xa0\x53\x71\x69\x34\x74\x45\x6d\x8b\xba\x66\xd7\xc6\x41\x1e\xb0\x11\x47\xcd\xba\x18\x6e\xeb\x61\x68\x9e\xe1\x45\xb7\xd6\x17\xa6\xd3\x56\x18\xbe\x41\x6c\xc5\x81\xb7\x9d\xfd\x81\xb3\x74\xe6\xb2\x92\xf0\xdc\xa8\xa5\x01\x48\x77\x6c\xbd\xd6\x08\xdd\x11\x0d\x53\x47\x4b\xbf\xf0\x53\xc5\xed\x07\xc6\x30\x51\xa9\xbb\xb9\x33\xf3\x54\xce\x21\x53\x0d\xa0\x0b\x83\xe8\xa2\x6d\xbf\x0e\x2a\xfb\xe2\x6a\x1a\x54\x09\x6c\xf9\xe2\x02\x02\x75\x5f\xe8\xc1\xe7\x0b\xd5\x80\x75\x9d\xd6\xa2\x04\x54\xa9\xb9\xc5\x6f\xba\x70\x6a\xb7\x80\x2a\x2e\xb8\x8a\xea\xda\x25\xe0\xed\x0f\xcd\x59\x2f\xf2\xe9\x29\xdb\x86\x3d\x07\xc1\x77\xa5\x9a\x2b\xce\xb4\xfb\x05\xed\x0e\x4b\x71\x74\x1e\x0c\xc6\x3a\xb2\xc7\x57\x4c\x6c\xa8\x2b\xc8\x37\x3c\x39\x47\x28\x8f\x98\x66\x40\x54\x55\x0f\x40\x1c\xba\xe0\x69\x63\xd9\xc0\x0d\x10\xbe\x2e\x63\x63\x6a\x7c\x2d\x02\xf6\x74\x8f\x4d\x4f\x22\x86\x0e\x39\x3d\xc8\x62\x05\xa5\x35\x1e\x51\xc2\x17\xf2\xea\x83\x67\x6e\xd4\x3f\x84\x7b\x68\x4f\xdf\xee\x1b\x53\xe6\x3f\x7a\x0c\x4e\x84\xcc\x14\x98\xae\x50\xd3\xc0\x72\x7b\xc8\xca\x40\x9e\x81\x44\xb9\x41\x2c\xa3\xe5\x50\x5f\x4a\x28\x20\x0e\xba\x34\xa2\x6c\x97\x46\x74\x55\xd0\xf8\x02\x17\x84\xce\xab\xc5\xa8\x98\x9f\x2d\x08\x21\xc5\xfc\x7c\x31\x99\xe8\x53\x32\x16\xf3\x6a\x01\x33\xee\x0c\x3f\x30\x55\x4d\x60\x65\x77\x2e\xbe\xd2\x51\x1b\x5b\x5c\xe2\x56\x43\xa8\x1f\x1a\x6c\xf2\x84\xa4\x84\x9d\x2a\x5a\x37\x47\xb8\x20\x67\xb8\x26\x95\x5d\x64\xf1\xac\x7e\x5a\xd8\x45\xee\x48\x35\x2f\x16\x23\x36\xdf\x2d\xc8\x9c\xce\x77\x0b\xcc\xe7\xbb\xc5\x22\x28\xec\x5f\x69\xc5\xe7\xc0\x09\xf9\x9e\xde\xc1\xa1\xe8\xd4\x6a\xec\x68\x03\xda\x97\x5a\xfb\x0a\x4e\x91\xe4\x1c\x81\x0e\xaf\x4b\x6c\xbb\x37\x54\xeb\xf8\x39\xdb\x8d\xd1\xdb\x86\xa1\x8a\x81\xf3\x4f\x7c\x1d\x39\xc3\x7c\x82\xd8\xb9\x8b\xd7\x57\x6d\x1a\x3a\xd8\x01\xcd\x1f\xa0\x48\x98\x02\xce\x77\x88\x58\x87\xbc\x1c\x98\x38\x90\xb6\x92\x95\xed\xbb\xb2\x4b\x45\x1d\x1f\xd1\x4b\x38\x53\xbc\x64\x08\x18\x0d\x05\xa3\x53\x05\xff\x63\x50\xb4\x7e\xea\x9d\x1f\x11\x2c\xe7\x97\xfa\xa6\x6c\x51\x28\xad\x81\x8a\x58\x4a\x84\x3b\x4c\x83\x24\x21\xf3\xa2\x33\x56\x45\x16\x89\x88\x1f\xf2\xc5\x3b\xfa\x58\xa1\x5e\x1a\xee\x2c\x69\x07\xd0\xa0\x9f\x49\x7a\x14\x9a\x00\x33\xd4\x79\x91\x60\x26\x8c\x06\x2f\x95\x26\xa9\x8f\x02\xeb\x24\x80\xa0\xf5\x45\xe6\x3e\x86\x32\x8b\xdd\xae\x5a\xf5\xae\x92\x7d\x8d\x84\xb3\x6a\xb5\x32\x7e\xd4\x60\xaf\xa9\xa2\x1c\xe3\x2d\x01\xde\x62\x6b\x72\x92\xed\xce\xb0\x40\xfa\x3a\x6e\x25\x48\x6f\x4d\x78\xa0\xc7\x4e\xd2\x14\x33\xc3\x25\xa0\xfd\x5f\x8a\xfa\x47\xaa\xe8\x4e\x7c\x1c\x6f\xc3\xea\xff\x01\x45\xea\xe2\x81\x09\x98\xb4\xac\x20\x6a\xdd\xd4\x31\xf9\xef\x49\xdc\xa0\x98\xb4\x39\x9d\x8b\xc5\x42\x9d\x17\xfd\x57\xef\x55\xa1\x5f\x9b\xc8\xba\x3e\xc4\x34\x88\xe2\x13\x12\x7f\x06\x54\x49\x75\x76\x00\xf6\x91\x07\xba\x81\xbb\xed\xce\xcd\x38\xd9\x5d\x11\xac\x77\x41\x24\x96\x84\x90\x9c\x8e\x99\xaf\xd6\xda\x5e\xf7\x45\x3f\xc0\x16\x33\x7f\xda\xe7\x74\x81\xdc\xf5\x9e\x18\x0b\x48\xf5\x25\x14\xfe\xeb\x52\x58\x56\x5a\x7f\x20\x43\x93\x28\x32\x90\x56\xc3\xa5\x80\x1c\x4c\xb9\x68\x4f\x35\x1a\x77\xf6\x99\x16\x67\xe4\x9e\x47\xcd\x67\xbf\x1f\x1c\x3c\x7a\x6d\xc5\x88\xb0\x86\x75\xd7\x47\x36\xac\x80\xed\xae\x22\x53\x75\x3b\xba\xd2\x22\x51\xbc\x47\x37\xe2\xba\xe8\x28\x4d\x34\x45\x17\x3b\x3e\x55\x6c\xc9\xd5\x4e\x70\x75\xbd\x98\x56\x79\x66\x86\xd4\x29\xcb\x71\x06\x74\x98\xef\xb6\xef\xc4\xf6\xa6\xe0\x34\x24\x34\x50\xe3\xc1\x4a\x71\xe9\x26\x3d\xd6\x96\xcb\x62\xbd\x36\x05\xae\x42\x1a\x03\x64\x21\xcd\xc1\x47\x56\xb1\xd3\x53\x89\x14\x01\x99\xcb\x05\xd4\xfb\x82\x6b\x91\xff\x54\x53\x57\x14\xe5\xe4\xdc\x16\xb0\x3b\x6b\x72\x8a\xd0\x40\x47\xa1\x79\x4d\xc4\x9b\x20\x6c\x9c\x53\x6e\x23\x78\x3a\xc0\xb4\x74\x23\x11\x10\x95\x3a\xe2\x09\xa3\x67\x58\x03\x3e\x18\x0f\xa1\x84\xd2\x26\xa1\x9c\x9a\x96\xac\x5e\x56\x9c\xd3\xa5\x2d\x91\xd2\xe2\x0e\xcc\xa9\x6b\x31\x08\x9a\x81\x0d\x40\xd7\xc7\xc8\xc6\x6a\xdf\x08\xd8\x47\x0f\x74\x59\x32\x41\x97\x72\x7d\xdf\xdd\xf3\x2e\x82\xcc\xe3\xc2\xcc\x07\x01\x18\x3a\xdb\x44\x21\xd9\x90\x2f\x30\x99\x1c\x6d\x44\x09\xb5\x5e\x09\x1c\x33\x53\xf4\x4a\x4d\x34\x89\x97\x5d\xc7\x09\x88\xe8\x06\xe3\xf8\xe6\xf4\x14\xac\x54\xc6\x5c\x2d\xbd\xb3\x82\xd1\x9b\xf1\x6e\x26\x36\x50\xc2\xdf\xb0\x95\xcc\xd1\xc8\xc4\x7d\x33\x6f\xeb\xaa\x08\x1b\x02\x58\x0e\x82\xcb\xd3\xe2\x59\xe5\x91\xb8\xb0\xe6\x6d\x10\x5a\xea\x31\xe3\xb5\x2c\xf8\xd2\x14\x31\xb7\x53\x79\xc6\xa1\x0c\x19\x8c\x57\x23\xec\x67\x88\x5c\x4a\x6c\xa9\xd1\x42\x51\x31\xb8\x6e\x06\x73\x4a\x26\xe8\xb1\xf3\x67\x72\xaf\x93\xc4\xf7\x11\xb7\x4e\x7a\x1c\xd8\x2b\x25\xb2\x6b\xc0\xbc\x00\x39\xcf\x14\x5d\x4f\x18\x6c\x1e\x9a\xa8\xb0\x50\xe8\xb5\xd0\xc2\x61\xde\x55\x15\x60\x46\x78\xc0\x39\xc7\xba\x02\xa1\xe4\x4a\x3e\xa4\x4d\x10\x6a\xbf\x12\x98\x8c\xeb\xb6\x1c\xbe\x23\x67\x4f\x77\xcf\x6c\x69\xae\xa7\x3b\x2b\x8b\xae\x49\xad\x04\xd0\x25\xa1\xf3\xb5\xae\xb6\xcc\xca\xec\x84\x90\xb5\x8d\x19\xad\xe6\xeb\xc5\x7e\xcf\xe6\xeb\x05\xb6\xba\xed\x91\x49\x93\xee\xd6\xbc\xba\x58\x81\xcd\x05\xe2\x74\x4d\xd2\x74\x5f\xf3\xd0\x79\xb0\xc6\x4c\x46\xbe\xc6\x4b\x34\xba\x12\xb4\xf8\xa8\x13\xaa\xfb\x54\xf8\xf1\x17\x3e\x25\xa7\xfa\x02\xe7\xa5\x29\x51\xba\x46\xe8\x80\xb3\x77\x39\x10\x3d\x14\x8e\x6c\x8d\x47\xf1\xb8\xb6\xe6\xcd\x17\x18\xd5\xe6\x17\x97\xf3\xf5\x82\x2c\x1b\x1d\xcf\x6b\x39\x98\x65\x74\x60\x86\x25\xd0\x21\x0f\x1c\x2f\x32\x1f\x45\xe5\xc4\x50\xb0\x4e\x8e\xf0\x89\xe9\xd9\x09\x1a\xee\x16\x49\x99\x0d\x42\xdf\x9f\xb4\xed\x60\x64\x85\xbc\x7e\xc3\xc2\x31\x56\xd5\xc8\xe8\x76\xdc\x0a\x78\xb0\x02\xa3\x07\xe8\x32\x42\xbf\xec\xb2\xbd\xd7\x25\x4d\x47\x21\x5b\xf2\x39\xa0\x40\x53\x50\x90\xe8\xe1\x1e\xf8\x15\xbb\x20\x7d\x3f\xbe\x64\x86\x76\xa5\x74\xca\xa0\x4d\x30\x6a\x72\x2f\x9a\x27\xc8\xdb\x5c\xeb\x1c\x0d\x27\x83\x7d\xf5\xe4\x0e\x81\x71\xf5\xd7\xd7\x64\x40\xb1\x04\x57\xd1\x7a\x32\xc9\x8b\x0e\xed\xf5\xa5\x85\x8c\x46\xa0\xdf\xad\x60\x58\x4b\x60\xb5\xa8\x3b\x50\x2c\x32\x42\xe7\x15\xa9\xe7\x7c\xb1\xd0\x28\xb0\xb6\xa9\x68\x4e\x08\x29\xe6\xd5\x62\xbf\xb7\xee\x23\xaf\xfe\xbe\x2b\xd6\xb9\x98\x57\x0b\xcc\xd0\x7e\x2f\x9d\x8e\x34\x3c\x91\xb6\x84\x44\x97\xa9\xc9\x9e\x65\xa7\x31\xcd\x3f\xcd\x66\xe6\x11\x2b\x4f\xb3\x6f\xb2\x76\x1c\x7b\xb0\xfa\xbe\x68\xf6\x7e\x7b\x43\xd7\x00\x92\xd2\x4d\x26\x4c\x49\x4d\xa7\x10\x7b\xb7\x27\xea\xc3\xe5\xe3\xb2\xd1\x47\x4d\xb3\xa5\x94\xca\xd3\x74\x82\xde\x8d\x0d\x57\x93\xa6\x24\x7e\x0a\xba\x68\xfe\x31\x23\x97\xda\xb5\x29\x54\xf3\x0f\x01\x45\x0b\x4f\x3d\xe0\xd0\x11\x26\x41\xde\x80\xd4\x21\x4d\x65\x10\x68\x59\x82\x52\x9f\xb5\x34\x1a\xe1\xe4\x46\xad\xd8\xfd\x24\x69\xa0\xb8\x13\xe3\x9f\xcc\xeb\x1d\x24\x3d\x68\x1f\x93\xe3\x00\x9a\xb2\x63\xe5\xfd\x46\x96\x21\x60\x77\x9b\xf7\x82\x3e\xd1\x33\xd5\x99\x0b\xb6\xed\xcc\x05\x0c\x9e\x61\x86\x5a\x1e\x1b\xf7\x10\xbe\x3d\x90\x70\x1c\x4c\xa6\x71\xf6\x76\xad\xf8\x1e\x8a\xd1\x33\x76\xd6\xc3\x3e\xdf\x39\x42\x0d\x9d\x3a\xe6\x25\xce\xfb\x6a\x2a\x57\x45\x0f\x4b\x4c\xa7\x61\x4a\x04\xf8\x19\xbc\x5f\xb6\x0c\xbc\xa0\x91\x7c\x5d\x09\x52\xb7\x2d\xbf\xea\x61\xf1\xd9\xca\x3b\xd5\x16\x5e\x22\x59\xf7\x27\xaa\xe2\xd3\xaa\xe0\x13\x16\x92\x83\xfa\x56\xae\x10\x1d\xaf\xc4\x06\x3a\x9d\xb5\x55\x91\x81\x53\x93\xae\x44\x6b\x5e\xc4\xa7\x82\xfe\x2c\x45\xb1\x94\xaa\xeb\xb2\xb4\x32\x4c\x1d\x84\x70\x6b\x9f\x1e\x8a\x39\x6a\xf0\x47\xc8\x2d\xd6\x5b\x62\xdb\x17\x5e\xc9\xdc\x5a\x33\xe2\xfd\xe4\x6f\x8a\xfa\xbd\x7d\x6e\x06\xd2\xe2\x00\xf8\x12\x67\x25\xed\xfb\xea\xa5\x7f\xd3\xfe\x4e\x4b\x29\x7a\x62\x9e\x25\x56\xf8\x3c\xeb\x2e\x7d\xbf\xa7\xea\xa0\x98\xae\x1c\x4a\xf5\x80\x0e\xaa\x46\xb8\xe4\x24\xbc\x72\x73\xd7\x83\xbf\xdf\xd2\x25\x5b\x31\x5a\xe6\x1c\xa1\x04\x98\xc1\x63\x52\x4b\x92\x9d\xd5\xbf\x71\x2b\x00\xbf\xad\x03\xd0\x01\x33\x58\x50\x7e\x2c\xe7\x28\x28\x88\x66\xdd\x06\xae\xa9\x7c\xab\x64\x21\xc5\x80\xe4\xba\x1c\x9f\x0e\x94\x43\xa3\x5a\x81\x53\x3d\x31\x20\xed\xee\xe3\x64\x92\x9b\x7e\xba\xef\x4c\x67\xba\xa0\x07\x0e\xb6\x16\x21\x5c\x5c\xe8\x8c\xf2\xc5\x94\x95\x38\x59\xd3\xc3\x55\xa9\x34\x5f\x05\xb5\x34\x3e\xdc\x6f\x4d\x61\x1a\x84\x66\xd0\x0d\x28\x6a\x80\x89\xaf\xbc\x05\xc6\x7c\x68\x51\xd4\x8b\x31\xfa\xd3\xa6\xc1\x03\x8d\x7a\xf6\x36\x84\x26\x2c\x0f\x59\x77\xbf\x21\x38\xb2\x63\xe0\xc8\x3e\x05\x8e\xfc\x42\x97\x06\xe0\x1e\x50\xf9\x03\xe3\xcb\xf5\xae\xa4\x6f\x4a\x5d\x9b\x2d\x30\xa4\xd9\x65\xbe\xae\x04\x65\xd7\x5c\xcd\x94\x62\x8e\x05\x56\x9d\xa0\x5f\xba\x11\xcc\x6c\x84\x3f\x2a\x46\x84\xfb\x72\x07\x65\x6c\xbf\xee\x3b\x25\x28\x3c\x4a\xff\x9c\x3d\x02\xc0\xb8\xba\x7f\x39\xc7\x0f\xac\xac\x35\xc5\xf7\x72\xe7\xd0\x29\xbe\xe8\xc1\x68\x2b\x20\x6b\x78\xcc\x52\x70\x78\xce\x4b\xb5\x49\xbe\xaf\xce\xf1\x30\x9d\x3c\xaf\x83\xd6\xf6\x84\xe0\xe1\x66\x43\x57\x47\x9b\xb2\x6a\xf8\x84\x80\xc1\x2c\x00\x8a\x3e\x4b\x23\x39\xe7\x0b\x73\x5d\x3d\xcf\x19\xea\xf3\x83\x7f\x60\xe5\x4c\xdb\x45\xef\xb7\x74\x16\xf8\xeb\xeb\xfa\x1d\xbd\x90\x1a\xbc\xeb\x06\x70\x83\x1f\x83\x1b\xfc\xd3\x70\xc3\x3a\xba\x5f\x5e\x53\x4e\x45\x21\xa9\xdb\xbe\x60\x7f\x61\x2f\x7a\x1b\xb4\x0a\xe9\x7b\xfd\x97\x87\xaf\xd4\xb4\x8a\x3b\xe0\x0a\x28\x94\xe9\xbc\xf2\xb9\x0b\xad\xd3\x35\x45\x78\xa2\x74\x08\xd7\x15\x42\x8a\x7e\x52\x33\x3a\x44\x6a\x0a\x2c\x71\x8d\x30\x9b\x57\x0b\x52\x07\xfe\x16\x7d\x9f\xcc\xba\x8e\xce\x6c\x95\x07\x9a\x2a\xbd\x31\x8c\x97\xf6\x9c\xeb\x2d\x0b\x3c\x9f\x0d\xf4\x3d\x4f\x82\xa2\xa2\xa0\x6c\xca\x8b\x0d\xb5\x5a\x3c\x9d\x15\xcc\x33\x5c\xe0\x31\x14\xb8\x0b\xa5\x76\xb7\xc2\xcc\xec\x6c\xc8\x88\xa0\x51\xe1\x6c\x6a\x7c\x5e\x2c\x9a\xa6\xc1\x37\x45\x6d\x97\xf8\x7c\x7d\x57\xdc\x9b\x53\xd9\x57\x3e\x5d\x09\x83\x9e\x61\x71\xec\xd7\x64\x92\x15\xf0\x35\xe4\x13\x9c\x52\xd3\x23\x74\x9f\x26\x21\x7d\x03\xf4\xcc\x27\x70\x1b\xea\x99\xc2\x7e\x2f\x26\x13\x53\xa3\xba\xd6\x7b\xe0\x56\x1e\xcf\xe3\xcd\xa1\x39\xf4\x2e\x32\xcf\x58\x69\x96\xe8\xfa\xde\xef\x33\x56\xb6\x9e\xa1\xce\x80\x31\xcd\xfb\xb4\x81\x9f\x14\xbc\x7c\xa2\x30\x29\x39\x05\xf7\xb6\x3b\x97\xfe\x5b\xec\x51\x13\x39\xc9\x21\x5b\x50\x38\xae\xdf\x6a\xa4\xd7\xdc\xc7\xdd\xfe\x23\xb6\x3b\x40\xf5\x06\x07\x9f\xf5\x8d\x0d\xc5\x91\xa1\x5d\x16\xc1\x5a\xce\x35\x41\xd2\x1a\x9d\xe9\xb2\xd8\x50\x5d\x95\x09\x2d\xf6\x7b\x39\xa7\x0b\x45\xf8\xd2\xb2\x46\x82\x36\xf8\xab\xde\x47\xa3\xd0\x62\x79\x13\x9d\xd7\x40\x7b\x89\x2b\x25\xa0\x0e\x09\x0a\x42\xc9\xa3\x61\x70\x43\x05\x67\x7d\x32\x61\x1d\x11\xc8\x95\x68\x87\xf4\x0d\x15\xc2\x31\x99\xea\xff\x30\x28\x79\x65\x3e\x05\x51\x90\x77\x57\x9e\xbe\xc6\xfc\xca\xa3\x04\x86\x90\x36\x33\xd6\x99\x66\xa7\xf2\x34\x83\x98\xb3\xcc\x52\x41\x6f\x98\xf2\x97\x01\x73\x97\x81\x36\x46\x31\xe7\x45\xe7\x62\x2d\xf1\x8e\xb0\x79\xb1\xb0\xaa\xc6\x4b\x27\x4e\xfa\x4d\x0a\x73\xa8\x61\x8e\x77\x08\x2f\xc9\x5a\x27\x56\x5d\x91\xf5\xd4\xdc\x1c\xa5\x9a\x87\x70\xbf\x88\xff\x73\xbf\x9f\x2f\xb0\xff\xa9\x55\x81\x4b\x84\x57\x28\xaf\x83\x66\xda\x8f\xd2\x94\x6e\xad\xf1\x0a\x8d\xaa\x79\xb1\x20\x8a\x45\x58\x3a\x16\x61\x09\xb7\x82\x8e\xd3\x28\xc9\x83\x9a\xc4\xac\x6a\x4c\x8a\x91\x7a\x08\x5e\xb8\x04\x41\xa1\x6f\xcb\x3e\xe7\x56\xc0\x36\x38\x7b\xd2\x61\x88\x32\x04\xb7\x31\x40\x74\xa7\x24\xa9\x4f\x82\x68\x8d\xf0\x0e\xe5\x55\x1f\x44\x2b\xbc\xd3\x5a\xf4\xb5\x01\x9b\x02\x6c\xed\x00\x5b\x1b\xc0\x1e\x05\xca\x35\x80\x72\x70\x61\x7d\x1c\x1a\x0c\x33\x92\x69\xf9\x24\xe7\x26\xf4\x02\x8d\x2c\x13\xe0\x12\x7b\xba\x08\xa5\x71\xfb\x5e\xe7\x68\xea\xa6\x92\x33\xb5\x77\xbb\xf5\x1a\x35\x98\xd5\x2d\x42\x63\x0b\x83\x37\xd6\xa3\x4e\xaf\xb5\x55\x23\xdf\x75\xae\x93\xe7\x06\x04\x12\x1e\x34\xba\x66\xb9\x6d\x1d\xbe\x8e\xb9\xb7\x6e\x30\xe5\x64\x02\x5a\x73\x39\x2d\xd6\xeb\xea\xee\x7b\x35\xcb\x40\x51\x68\xbd\xfc\x4c\xc9\x64\x1b\x8f\x75\x55\x55\x6b\x5a\x70\xa0\xd6\x50\x8b\xd9\x16\x68\x26\xe2\xe2\xab\xff\x93\x4b\xb1\xa3\x7b\xb9\x3f\x47\xff\xfd\x2b\x36\x95\xb4\x96\x39\x45\xb3\x8c\xef\xd4\xc8\x46\x89\x72\x4e\x08\x09\xd5\x1e\xb3\xa4\xa1\xe5\xe0\x5c\x75\x81\xe8\x6f\xf5\x74\x72\x0a\x25\xf8\xd9\x41\x48\xb8\xcb\xc3\x2e\x4b\xb1\x7d\x7e\x0d\xde\xb1\xc3\x45\xea\x67\xa7\xee\x66\xb1\x49\x16\xac\x27\xc8\x93\xdf\xc2\xb2\x73\x71\x4a\x7e\x8d\x15\x99\x7b\x59\x48\x9a\xd3\x69\x6d\x32\x4d\x08\x04\x66\x02\xfb\x40\x20\xa4\x83\xd5\x74\x33\x6b\x7c\x08\xa0\x23\x2f\x82\xd7\x33\x53\x11\xfb\xc2\x6c\x74\x12\x62\x91\xb7\x91\xb3\xdf\xbf\x84\xb4\x75\x27\xac\xfe\xbe\xf8\x3e\xa7\x08\xca\x63\xbf\x79\xff\xce\x55\xc8\x86\xfe\xc2\x92\xfe\x55\xd8\x13\xd8\xd2\xe8\x09\x21\xe7\x5f\x9d\xe9\x3f\x9e\x9c\x7f\xa5\x2b\x6d\x16\xc7\x02\xd8\xa2\x0b\xc4\xed\x69\xbf\x51\x57\xd4\xbb\xca\x25\xf9\x1e\xd6\x9c\x53\x84\x2e\xe4\xe0\xf2\x3e\xb1\xb7\x06\x41\x4d\xd7\x43\x73\x4d\x23\x9b\xee\xd8\x40\x4b\x31\x5f\xbf\xe4\xe3\x06\x8d\xe8\xd4\xa0\xe9\x07\x51\xf0\x7a\x55\x89\x0d\xe1\x98\x4e\xd5\x2e\xf9\x27\x0c\xd3\x69\x8a\x40\x40\xb2\x0b\xbd\x40\xdf\xb8\xc0\xd4\xb0\x36\xfe\x59\x8d\xe9\xd4\xff\x12\xd8\x10\xab\x3f\x6a\x0f\x35\x90\x96\xdf\x45\x12\x86\x92\x3c\x80\xa3\x4d\x39\x6c\xf8\x7b\xc6\x94\xc6\x37\xa6\x05\x04\x79\x03\x32\x60\x52\x91\x35\xb0\x99\x66\xe9\xd4\xc6\x41\xfb\xe6\x4b\xe8\xae\xe1\xa0\x1e\xab\xb8\x7e\xec\xf8\x98\xda\x9a\xe1\x61\x3c\x9f\x4c\x93\x6a\x47\xf6\x7f\xa4\xf5\xb6\xe2\xb5\x21\xd9\x2d\x0a\x9e\xd6\x90\x7b\xff\x29\x8d\x31\x76\x54\x79\x04\x04\xfe\x56\x57\xfc\x49\xb1\x65\x71\xd5\x7e\xdd\x96\xf1\xd5\x9a\x2e\x65\x25\xda\x75\xfc\xe3\xcf\x53\x55\xfe\xbb\x75\xfc\x15\x1b\xf2\x05\xc0\xc9\x88\xab\xcc\xee\x60\xe9\xaf\xf3\x97\xd5\x12\x62\x25\xff\x48\xd7\x5b\x2a\x66\xad\x54\x19\xb6\x88\x3f\x21\x66\x4f\x14\xa6\xbd\x5b\xd9\x5c\xef\x28\x4c\x85\x70\x19\x6e\x10\x04\x19\xea\x3e\x6d\x63\xa7\xf9\x4b\xa6\x8d\x0f\x1d\x0b\xc3\xb4\x03\x41\x1a\x79\xe4\x1c\x8f\x83\x87\x61\x0c\xb1\x7e\x31\x17\x8b\x91\x9c\x8b\xc5\x81\x59\x71\xd4\xd8\xd9\x37\x89\x49\x39\xb6\xca\x4f\x2c\xd0\xbc\x18\x7d\x8b\x6f\x96\x50\xbc\xf8\x97\x5a\x03\x33\x3c\x9d\x02\x8d\x4c\xf8\x5e\xad\xa4\x0d\xc3\xe4\x35\xbe\x13\xc2\xac\xe6\x85\x86\xec\x58\xdb\x97\x26\xb1\x8f\x8e\x93\x82\xd4\x6c\xb1\xa5\xfd\xb5\xa8\x36\x3f\x14\xf7\xeb\xaa\x00\x05\x9a\x51\x9d\xe1\xd6\x10\xe1\x4c\x13\xf7\x07\x5b\xe5\xf2\xb8\x7e\xb3\x9e\x06\x19\x3e\x09\x34\x39\x97\x4a\x72\xf3\x39\xde\x53\x7c\xd3\x4d\x32\x19\x7c\xc7\x49\xb2\xad\x14\x0a\x99\x47\x81\x29\x9a\x6a\x43\xb6\x82\xb6\x99\xcc\xac\x3f\x80\xa0\xe7\xcc\xe8\x6a\x3e\xb0\x61\xa0\xf0\xeb\xd2\xa9\xb4\xd5\x6c\x3c\xdc\x2b\xe4\xb1\xb0\xef\xfe\x7d\x47\x85\x4b\x43\xd4\xee\x35\x76\xe3\x05\x65\xbb\x11\x03\xc0\xae\xe7\xa2\xa1\x3d\x4f\xdd\x60\x23\x19\x79\x3b\x71\xef\xba\x31\x0f\x13\xa3\x4c\x43\x4f\x0a\x0a\x62\xba\xd7\x16\xe7\x6d\xd4\x60\x5a\xff\xda\x32\xd6\xb5\x34\x6e\xde\x3b\x31\xe8\x5c\x97\x3a\xe2\xe0\x33\x1f\x3f\xb6\x52\xb6\x59\x41\x8f\x18\x72\x0c\xf5\x6a\xa5\x72\x39\x74\xa6\x1c\xa5\xc2\xff\x34\x02\x96\x9c\x56\x48\xc8\x3a\x1b\x1c\x79\x35\x1c\xbb\xc7\x2d\x37\x14\x3a\xa4\x8d\xa1\xd8\x29\x65\x45\x4a\xcf\x4a\x7b\xf4\xac\xa1\xf3\x67\x6b\xc4\x79\xb5\x70\xf5\x53\x3a\x6f\x46\x80\x13\xc0\x7b\xb6\xd7\x97\xeb\x4a\xe0\xa1\x0a\x46\xf1\x5f\x3d\x8c\xc0\x10\xb9\xd2\x82\x2b\x6a\x70\x4f\x83\x04\x79\xcd\xcf\xb0\x9c\xd6\x8c\x5f\xef\xd6\x85\x60\xff\x45\x51\x9e\x9f\x61\xee\xc9\x8d\xab\xfe\x8f\x74\x6e\xfa\xad\xeb\x4c\x75\xed\xde\xf6\xf5\xbc\x5d\xef\x84\x56\x56\xe6\x34\x24\x0c\xad\xc5\xc5\xe7\xd3\x18\xe8\x4c\xd3\x9f\xd4\xec\x5e\xd2\xe5\xba\x10\xb4\x7c\x5b\x6c\xb7\xc0\x42\x63\x19\xc7\xcf\x27\x03\xe3\x0e\xf7\x11\x7d\x65\x25\xee\x07\x56\x6a\xf3\x96\xd9\x8d\x37\xa5\xae\xa3\x0c\x3a\x88\xc8\x21\xc1\x9a\x24\x11\xf6\x93\x89\x3e\x0d\x7c\xe1\xa0\x59\x34\x5e\xd4\xb2\x15\xbe\x87\x25\x8a\xd3\x3a\x01\x65\x74\x9c\xbc\x6a\x21\x22\x08\x68\x7d\x89\x68\xac\xff\x83\x1b\xb9\x5f\x3a\x31\x6a\xd0\xb2\xa8\x6f\xa8\xd0\x7a\xd0\x03\xde\x13\xc7\x74\x30\x28\x60\x1f\x4b\xea\x65\x70\xe9\xf7\xa0\x5c\x98\x39\xcb\x2e\x5f\x36\xc1\xf8\x29\x08\xc4\x6a\x33\xae\x15\x3d\xae\x60\xe2\xb2\xe0\x4e\x9f\xae\x04\xf3\x08\x2f\x23\x82\xbe\xdf\x3f\x34\x23\x1b\x86\xad\x1e\xe7\xc2\x28\xd6\x8c\x9f\x84\xb4\x3b\xa5\xee\x6f\x86\x02\x2b\x56\x85\xb9\x55\x2c\x69\x84\x2b\x92\x26\x41\x67\x0e\x2c\x4c\x3a\xd2\xa2\xc7\xd4\xd9\xb6\xf1\x85\xd7\x4e\xb1\x20\x55\xf3\xc9\xce\x24\x31\x3c\x9c\x75\x1b\xd2\x74\x74\xdc\x3c\x48\x35\x99\x54\xc6\xfd\x6a\x32\x39\xb1\x7f\x6a\x5d\xbc\x2e\xe0\xe3\x32\x47\x57\xfb\x3d\x53\xc0\x8d\x1d\x04\x5b\xbf\x1d\x88\x93\xf0\xe1\x11\x7c\x78\x1b\x3e\x11\x7d\xe5\xa1\x72\x3c\x06\xd7\x48\xfb\xa6\xd8\x02\x3f\x15\xaa\xc9\x83\x3f\xe6\x7d\x98\x57\x85\x98\xc7\xca\x59\x35\x65\x65\x33\x6a\x13\xfd\x62\x61\x94\x98\x75\xd3\x34\x9f\xe8\xa6\xa0\xcb\x9b\xbd\x6f\x7d\xaa\xdd\x28\x90\xb7\x42\x3a\x6b\x7f\x7c\x41\x3d\x02\xc8\xd5\x30\x90\x2b\x0d\xe4\x7e\x7b\x74\x35\x04\x7d\x6b\xd1\x68\xc1\xde\x32\x1e\x05\x61\xc3\x79\x41\x1d\x56\xd1\x14\x56\xa9\xbb\xb3\x0e\x78\x17\xcf\xb6\xe8\x30\x88\x22\x11\x06\xc1\x74\x18\xc4\xe0\x2e\xaf\x83\x5d\x1e\xd5\xf3\xdd\xc2\xa0\xc6\x52\x6d\xf9\x5a\x6d\x79\xd3\xbd\xe7\xc3\x2d\x37\x2a\xdc\x8a\xb0\x40\x74\xaf\x8e\x14\xdd\x63\xb1\x3d\xdd\x30\x29\x9f\x27\x9e\x05\x9e\x7c\x07\x7d\xfd\x12\xe2\xbd\x62\x95\xbe\x80\x80\x5f\x11\xd9\x11\xf0\xb7\x82\x6d\x0a\x71\xff\x27\xa8\xfa\x55\x66\x78\x43\xc5\x35\x2d\xcd\x10\x8c\xd6\xb3\xb9\xb1\xeb\x2d\x70\xeb\x42\x1c\x62\x12\x7b\xd5\x56\x5e\x5b\xaf\x58\x45\xd7\x59\xe0\xc3\xde\x66\x19\x23\xfe\x6f\x4e\x17\x9e\x89\x6c\x51\x7c\x5c\x10\x6e\xa3\xb5\x21\x8b\x5a\x15\x9a\x31\x73\xf5\x08\x17\xee\x22\x00\x06\x50\x06\x0c\x52\x8f\x10\xa6\x37\xc3\x44\xe4\x30\x13\x7c\xb3\x62\xdc\x28\x07\xb3\x59\xc8\x32\xb8\xce\x5e\xbb\x06\xb6\xdb\x9e\xdb\x17\xba\xfb\xbb\x17\xda\x7a\xfa\x4b\x88\x75\x43\x1d\xaa\xf9\x3d\x5f\xaf\x07\x26\x07\xbe\xb7\xc7\x75\xf4\xad\x8f\x1b\xea\xed\x2e\x70\xc3\x3d\xae\xd3\x3f\xda\x90\xa0\xde\x2e\x4d\x8b\x63\x3b\x3c\xd0\xdb\xb1\x5d\xc1\x56\x0c\x6f\xc2\xe1\x4e\xb4\x13\xee\xe0\x86\xbe\x08\x9a\x1c\xd3\x65\x98\xc3\xa8\xa7\xcb\x97\x41\x93\x63\xba\x0c\x93\x63\xf6\x74\xf9\x53\xd0\x64\xb8\xcb\x26\x38\x49\x5d\xe4\xef\x2b\x22\xe8\x3e\x79\xcf\xf8\xf5\x9a\x1e\x18\xe2\x68\x2d\xc7\xe7\x18\xa2\x75\x48\x0e\x76\x0f\x37\xe1\xa3\x7a\xef\x9c\x99\x2f\xb1\x84\xd6\x29\xfa\x02\xcb\xf8\x82\xdd\x47\x07\xee\x33\xf7\x9d\x3a\x80\x87\x37\xa0\xb8\x3d\x1e\xfc\xa9\xf3\xf8\x79\x47\x48\x1d\xcf\xcf\x3b\x42\xd8\xf8\x73\xa3\x67\xdc\x3c\x79\xed\xa6\xf5\x9f\xf6\x13\xdf\x12\x43\xb5\xf2\x34\x26\xfc\xc2\x8e\xcf\x8f\xd1\xd4\x46\x55\x5f\x0c\x43\x0a\x46\x26\xab\x93\x9f\xcd\x17\x8d\xd5\xec\x1b\xf5\x83\x2e\x5b\xac\x5d\x9d\xd9\x2a\xaf\x95\x40\xa5\x73\x36\xd7\xc8\xf6\xb5\x23\x31\x84\x21\x92\x14\xaf\xc9\x4e\x7b\x85\x2c\xc9\xce\x7b\x85\x68\x4f\x11\xb2\xc6\x4b\xe8\xc9\x59\x03\x4c\x39\x5b\xa7\x74\x5c\x05\x8c\xbb\x70\x8c\x7b\x49\xce\xf0\x0d\x71\x69\xd1\xca\x67\x37\x4f\x4b\xcb\xbc\x6f\xf1\x86\x88\x79\xb9\xc0\xb7\xdd\xe9\x6c\x10\xbe\x27\xb7\x7a\x3a\xd7\xe4\x36\x72\x52\xb9\x46\xf9\x36\xf0\x5b\x89\xfc\x4e\xb6\xf8\x1a\x8d\x56\xf3\x72\x41\xee\x1b\x33\xf3\x95\x55\x4a\x16\xfd\x6a\x2b\xcd\x64\x82\xf0\x18\x7a\x99\x1d\xa5\x7a\x42\xb8\x4f\xcd\x6b\x8a\x21\xa1\xa3\x95\x58\x26\xdf\xf6\x01\xc5\x55\x98\x68\xfc\x4b\x68\xab\xf0\x31\x6a\xaa\x50\x4f\xe5\x26\x99\x66\xdd\xe7\x9e\x6b\x87\x53\x9b\x79\xd9\x20\x43\x36\xb1\x03\x28\x2b\x97\x15\x85\xd4\xa0\x08\x8c\x0f\x47\x99\x08\x4c\x74\x3e\x66\x81\x02\x79\xd0\x2c\x20\x74\xdd\xa0\x41\x93\x00\x0e\x24\x03\xb1\x98\x4c\x72\x06\x76\x00\x93\x04\x1a\xb3\x43\xca\xff\x94\x43\x4e\xcb\x8c\x34\x60\x1d\x90\xa0\xaf\xd2\x29\xbf\xa6\xac\x24\x2d\xd0\x48\xc8\xdd\x35\x60\x87\xa2\x2d\xe5\xdb\x64\x72\x92\x9f\x61\x76\xb4\xbf\x00\xd2\xee\x8b\xf2\x08\x73\x9d\xd1\x53\x2b\x89\xc7\xbb\xd8\xb7\xe7\x6b\xd1\xd6\x63\x4a\x10\x0b\x32\x00\xc1\x90\x98\xa6\xb4\xed\x1a\x59\x3f\xdd\xce\x70\xac\x59\x41\x97\x9c\xfa\x05\xd6\x85\x79\xb1\xb0\xb1\x53\xd0\xd7\x0e\x1e\x8d\x3a\x2e\xe9\xba\x2b\x54\x13\x96\x72\x58\xbb\x70\x36\x87\x1e\xf0\xe5\x4c\x27\x12\xde\xe9\xd0\x51\x8a\x85\xb5\x9b\x16\xf5\xcd\x4c\xe2\x76\x61\xeb\x19\x6b\xd0\x2c\x6d\xc8\xb0\x3d\x79\x9b\x79\xe8\xcc\xca\x8c\x4f\xea\x49\x84\xe0\x3b\x84\xd4\x7d\x13\x5c\x03\x3b\x77\x0d\x24\x17\xe4\x32\x6e\xac\xc9\x19\xdc\x39\xe6\x92\x58\x3f\x5b\x3e\x5d\xdb\x4b\x62\x45\x76\xf3\xf5\x62\x54\xcf\xd7\x81\xd1\xe5\x00\x00\x56\x8f\x00\x80\x8e\xa5\xb1\x33\xd1\xd7\xd5\x2e\x7d\x5d\x91\xdd\xbc\x54\x33\x29\xfb\xcc\x3f\x66\xf8\x2d\x6a\x2a\xaf\x3d\xd2\x39\xbe\x2d\xf2\x7c\xc7\xf8\x47\x87\x34\x80\x26\xd2\x96\x5e\x08\xac\x51\xf0\x64\xbe\x31\x58\x73\x1b\x3c\x79\x9a\x57\xa4\xda\xef\x1f\x1a\x64\xea\x34\x3c\x98\xe2\xfb\xb3\xdb\xa6\xa9\xac\xc5\xb2\xb2\x36\xca\x47\x99\x8f\x44\x8f\xb1\x28\x52\x66\x1c\x38\x65\x86\x1c\x8f\x7a\xf5\x8b\x87\x0f\x1d\x3d\x21\x24\xf7\x54\xfa\x98\xe3\x86\x42\xe8\x69\x8a\x2d\x2d\xc5\xc6\x36\x43\x99\x4b\xe1\x3f\x78\x0f\xa7\x17\x85\x43\xcf\x5c\x7d\x89\x59\xaf\x74\xb0\x15\x38\x77\xe8\x31\xe3\x63\x86\x04\x49\x46\x07\x55\x98\x46\x57\x0b\x57\x13\x1d\xf6\xc4\xaa\x90\x4f\x4e\xdd\xbe\xb5\x2a\x97\x94\xfa\xa0\x83\x56\xb7\x9b\x38\x16\x45\x61\x8b\x29\x8d\xa8\x0d\xbf\x73\x1e\x00\x8e\x2f\x90\x0e\x24\xf2\x6b\xe9\x9a\x84\x5c\x12\x88\x2e\x88\xac\x53\xfd\x64\x22\x74\x3e\xa0\x5c\x12\xf5\x17\xd2\xb1\x51\xb9\x24\x26\xce\xc8\xbb\x6a\x1a\x07\x4e\xa9\xcb\x5a\xea\x54\x4c\x91\x15\x23\x61\x93\x1a\x1e\xfe\x44\xee\xf7\x27\x0a\x2b\xf6\x7b\xa8\xbf\xa3\xfe\x0c\xc3\x4f\x2e\x37\xbb\x5a\x7e\x7a\xf7\x6a\xaa\x12\x56\x77\x62\xb2\x10\x46\xbd\xa7\xd5\xff\xbd\xd1\xa2\x10\x8c\x54\x52\x49\xc5\x86\xf1\xe8\xd4\x81\xa1\x52\x44\x71\x49\x51\xa1\x8c\x78\x19\x50\x35\x2f\x61\x02\x82\x2a\x73\xd9\xa6\xe0\xf7\x1f\x2a\x45\xbc\x15\x55\xe7\xfb\xbd\x79\x62\xe9\x3c\xef\x31\x02\xa6\xee\x54\x45\xc9\x26\x13\x39\x75\x91\x5d\xde\xa6\xc1\x4a\xa8\x41\xc1\x87\xf9\x40\xc2\x5c\xba\x8e\x7e\xfe\x4d\x82\x90\x35\xed\x5a\x06\xc1\x90\x22\x6d\xda\xae\x21\x1a\x03\x5d\xa4\xee\xdd\x8b\xa0\xdf\x30\xe8\x57\x09\x76\xb3\xd4\xf5\x17\xb4\x0f\xcd\x39\xcc\x12\x5f\xf7\xf6\x0d\x97\x15\x5c\x41\x5d\xf3\x65\x94\x37\xc5\xd5\x94\x77\x96\x4b\xcc\x11\x3a\xd2\x10\xda\x6f\xfb\x0c\x4d\xa4\xf8\x1f\x66\xe6\x4c\x91\xac\x47\x18\x3f\xbf\x8c\xc5\x33\xb6\x77\x62\xc5\xad\x82\x59\xe3\x8b\x1a\xcd\xfa\x4c\x96\x38\x62\x9f\x18\xba\x90\xf3\x4a\x87\x42\xcf\xe0\x2f\xf6\x4b\x02\xab\xff\x51\x76\x4a\x1f\x95\xdc\x36\x58\xfe\x93\x8c\x91\x58\xc3\x2e\x32\xd4\xb6\x40\x14\x6a\x9c\x9c\x00\x01\x0c\x61\x1b\x42\x6c\x95\x8b\x80\xb7\x10\xba\xe4\x55\x90\x59\x50\xda\x62\xbc\x63\x9b\xe7\x1c\x1e\x62\xee\x85\x1d\x9d\xae\x38\x09\xfc\x56\xd0\xd9\x64\xe2\x45\x42\x73\x01\xaa\x3b\x73\xaa\x93\xdc\xc3\x0d\x0e\xb2\x95\xfe\x0d\x3c\x36\xa4\x06\xbe\x41\xb9\x6d\xe4\x92\x22\x0f\xa9\x1a\x40\xdb\x23\x0f\xf9\xce\x49\x45\xe8\x0e\xf9\xce\x49\x9d\xc6\xd5\x43\x68\x2e\xd5\x05\x2f\xc0\x47\x6a\x2e\x1d\x13\x21\x4c\x9a\x2b\x33\x6c\x1f\xff\xd7\x1e\xb9\xc5\xfc\xfd\xc2\xc1\x21\x31\xf4\x11\x4e\x35\xf4\x58\xe7\x19\xd7\x50\xb1\xf5\x3d\x0d\x42\xc2\x3a\xc4\x55\xbc\xbb\xe3\x54\xd7\x19\x40\xd3\x75\x55\x7d\xdc\x6d\xf3\xcc\x7d\x3b\xcb\x4e\x03\xa9\x3e\x76\x21\x3f\xc6\x0e\x2d\x68\x2d\x3f\xb7\xfb\xf8\x97\x30\x4f\xe3\xea\x97\x1a\xa8\x7b\x3f\x48\x05\x5f\x64\xf8\xc1\x97\x78\x9a\x9d\x9c\xf5\x24\x56\xaa\x92\x91\x1b\x4d\x9f\x39\xbc\x48\xf8\xbb\x6b\x34\xe9\xa5\x43\xad\x5c\xd2\x29\xe4\x47\xa7\x99\xfa\x26\x0b\xd5\xc6\x40\x02\x06\x03\x5a\xb1\x95\x44\xe7\x8b\x58\x69\x5c\x90\xc8\x73\x19\xd7\xa4\xeb\xab\x1c\xa7\x7b\xdf\x14\x1f\xa9\x51\xef\xf6\x64\xb3\xd3\xc2\xd2\x8e\xb0\x40\xf7\x1d\x89\xea\x90\x8a\x56\xcd\x92\xe3\x02\xd7\x3d\x1a\xe7\xa7\x79\xa5\xdd\x53\xc1\xa3\x79\x8d\xf0\x52\x0b\x2f\x55\x5a\xe3\x2b\xf0\x12\x08\x4b\x15\x02\xa6\x33\x6a\x52\x5b\x6f\x5c\x56\x70\x4d\x38\x94\x66\xcb\xcf\x70\xf5\x08\x2d\x19\x64\xc5\xd0\x37\x59\xa8\x55\x3f\xa0\x2b\x1b\xb5\xdc\xcb\x77\x08\xb8\xa2\x36\xf4\x77\x7a\x4b\x36\xbe\x99\x63\x8f\x8b\x40\x53\x5e\xdb\x8c\x1b\x47\x98\x12\x2a\xec\x72\xc2\xf6\x99\x12\x76\xbd\xa6\x84\xdd\x64\x92\xeb\x8a\x8f\x64\xe7\x1d\x7e\xd6\x51\x3a\x41\x81\xf0\x92\x9c\x41\x98\xae\x51\xa0\x2c\x9f\xad\x9e\x2e\xad\x02\xa5\x24\xeb\xf9\x72\x81\x6f\x48\x89\xb7\xe4\xe4\x7c\x94\x5d\x2a\x6e\xba\x9c\x2e\x6f\x0a\xf1\x5c\xe6\x67\x0a\x10\x5b\x72\x72\xa6\x5a\x4c\xeb\xdd\x55\x2d\x45\x7e\x6e\x34\x9d\x9b\x61\xd8\xde\x98\xe4\xf1\x11\x64\x37\xc8\xea\x4f\x4e\xb6\x86\xc9\x60\xf5\x0f\x5a\xe6\x30\x9c\xd2\x06\x4b\x84\xef\xc1\x0a\x31\x32\xf9\xdf\x4e\x08\xb9\x47\x0a\x1b\x6e\xf7\xfb\xd8\xcf\xfa\xde\xf4\x77\x8d\xaf\xf0\x65\xdb\x37\xda\x78\x5b\xe3\x0d\xbe\xc7\x25\xc2\x77\xe4\x52\x63\xf6\x2b\x72\x19\x19\x2f\x5e\xa1\xfc\x9a\xd4\x69\x54\xbe\xc6\xaf\x60\x1d\x05\xba\x4b\x57\xc2\xd5\x57\xc6\xed\x64\x02\xfa\x5c\xaf\x62\x85\x72\x0e\x8a\x97\x1a\xdd\x4e\x26\x27\x7c\x32\x39\xa9\x61\xf4\xfd\x5e\x5e\xe8\xbf\x08\x9d\xd5\xad\x08\x5e\x5d\x8b\xd9\xea\xf7\x6e\x91\x69\x78\xe7\x1e\xdd\xa1\xfc\xaa\x6f\xaa\x57\xf8\xce\xd8\x7f\xd4\x9c\xde\xe1\xf7\x6d\x78\xa4\xce\xfd\x3d\x2e\xb1\x04\x06\x05\xe1\x9f\xc9\x7b\x0d\xa0\xe7\xe4\xbd\x07\x90\x99\xc3\xcf\xf8\xf9\x64\x92\xbf\xeb\x1b\xfc\x1d\x7e\x8e\x1a\x97\x9f\xb8\x6e\x70\xb4\xad\x3d\xd1\x0e\xbd\xde\xd0\x12\x41\x6a\x02\x9f\x0c\xe6\x60\x34\x46\x92\xa2\xfa\xba\xa4\x90\xe2\x3d\x4a\x20\xd4\x87\xb6\x3c\x85\xb6\x0c\xf9\xba\x40\x1b\xff\x10\x77\x69\x44\xe8\xbd\x38\x6a\x13\x69\x50\xdb\x0c\xa0\x11\x66\x24\x24\x24\x15\xe4\x5c\xc3\x35\x61\x36\x32\x9c\x05\x14\x59\x04\x14\x19\x22\xbf\x41\x6b\xd3\x13\xfb\x2d\xf1\x0e\x14\x6d\x4d\x10\x94\xf2\xe5\xfc\xd8\x13\x0a\x8a\x96\x1d\x76\xc0\x4b\xf9\x38\x21\x9d\xce\x07\xdd\x0b\xc3\x4c\x2f\x26\x66\x22\x16\xe1\x1f\xe3\x6c\x3f\xee\x4b\x6c\x71\x8c\x38\xd3\x95\xeb\x70\x94\x7a\xaa\x2d\x2a\x72\x6c\x6a\x0f\x46\x09\x96\x3a\x5e\xc1\x91\x9c\x5a\x29\x39\x95\x39\x39\x95\xd9\xc4\x4b\xed\x19\x87\xc8\xf9\x28\xc3\x4f\x77\x05\x62\x1a\x2a\xf2\xa1\xf0\x68\x5b\x95\x8f\x0b\x52\xa5\x84\x65\x5c\x0f\xaf\xbf\x23\x53\x28\xf2\x1b\x88\x14\x6c\x5e\x2f\xbc\x58\x76\xe2\xf4\x92\x47\xdd\xf8\xea\x63\xcb\x44\x81\x45\x57\x1b\xc2\x76\x4d\x73\x34\x7e\x36\xd6\xb1\xb9\x08\x38\xfe\x5a\x11\xee\x03\x1c\xbf\x13\x1d\x8e\x71\x3f\xed\xe5\xca\xbf\x88\xbb\xa8\x20\xd2\x47\x32\x07\xcb\x12\xbd\x82\x4c\x4b\xb6\x08\x17\x24\xe8\xdf\x77\x0c\xa4\x91\xb6\x44\xd3\x11\x30\x5a\x8b\x71\xd1\xf1\xe1\xe9\x33\xb1\xe7\xfb\xbd\x0e\x46\xd7\xd1\xde\x1d\xb5\x34\x85\xd4\x08\xf7\x9b\xab\x6a\x1d\x3d\x74\x39\x86\x73\x34\xcb\xb2\x53\xda\xb8\x31\x58\x50\x28\xdf\x7b\x19\x24\x3a\x96\xc4\x97\xc0\x31\xa9\x01\x5c\x82\x05\x87\x7e\x74\xbf\xb7\xc1\xff\xfb\x7d\x2e\x89\x1a\x0b\x61\xd9\x24\x03\xfe\xfb\x23\x3c\x24\x91\xae\x32\xa3\x4b\xcd\x3a\xbd\x29\xea\x77\x77\xdc\xee\xee\x74\x59\xac\xd7\xb9\x54\xc7\x04\x76\x29\x43\x17\xce\xd9\x77\x26\x8d\xbc\x93\xed\xb8\xde\xb7\xd2\xcf\xf1\x3d\x80\xe7\x42\xff\x97\x20\x74\xd9\xe5\x65\x76\x4a\x4f\xdf\x16\xf2\x66\xba\x5a\x57\x95\xc8\xe1\x4f\x51\xf0\xb2\xda\xe4\xe8\x7f\xbe\x2c\x24\x9d\xf2\xea\x2e\x47\xe8\x54\xb5\x6d\xfc\x86\xd5\x41\x2f\x1d\x08\xfa\xfc\x0d\xdf\xe8\xa4\x06\x3b\xb0\x48\xfe\x85\x16\x1f\xdf\x16\x5b\x93\x93\xa4\x13\xba\x98\x5a\xc1\x1d\xe3\x65\x75\x07\x66\xda\xc4\xdb\xd7\x45\x2d\xbf\xad\x2a\x69\xac\xfa\x0f\xd7\x54\xfe\x08\x73\xff\xb3\x42\xff\x3a\x4e\x8e\x2b\xee\xed\x6e\xd8\xcf\xa6\x06\x71\xf3\x6c\x29\xee\xb7\xb2\xca\x90\x59\xfa\x6b\xb6\x5e\x43\x4a\x5b\x8a\x9a\x65\x21\x97\x37\x39\x94\xf2\x11\xd5\xdd\x58\xad\x03\xb4\x49\xf9\xaf\x40\xaf\x33\x0e\x1d\x42\x15\xd7\xa1\x3a\xbf\xaa\x2a\x39\x36\x9d\xd7\xe3\xfb\x6a\x37\x96\xd5\xb8\x28\xcb\xb1\xbc\xa1\x63\x3b\xd8\x78\x5b\x2c\x3f\x16\xd7\x54\xbd\xcb\x56\xe6\xab\x97\x74\x4b\x79\x49\xf9\x92\xd1\x3a\x53\xdd\xdd\x57\x3b\x61\x5b\x4e\xff\x56\x57\xfc\x57\x8a\xed\x02\x96\x25\x20\x91\x1a\x4c\x53\xdd\xb3\xf5\x71\x88\x1e\xf6\x7c\xb1\xa9\x5f\xc0\xeb\xc9\x24\xb3\xc0\xf2\xfb\xd8\x6a\x33\x6d\x81\xb7\x35\x8e\x6d\x36\x6a\x03\x2a\xf3\x64\x64\x36\x7e\x51\x70\x5e\xc9\xf1\x8a\xf1\x72\x5c\x8c\x6f\x8b\x35\x2b\xc7\x77\xc5\xbd\x02\x82\x4d\x92\x37\x5e\x57\xcb\x62\x3d\xf6\xb5\x67\xeb\x0c\x35\xb9\x17\x78\x96\x78\x85\x4b\x7c\x83\xb7\x64\xbe\xc0\x1b\x72\xf6\x74\xf3\xec\xeb\xdf\xfe\xee\xe9\xe9\xe9\x06\x6d\xe7\x9b\x05\xc9\x37\xa7\x5f\xff\xf6\x77\xc8\x13\x82\xf3\xdf\x21\x2f\xcb\x78\x14\xbe\xb5\x98\xa7\x79\x0c\x92\x53\xc0\xd2\x9f\x18\x97\xbf\xd7\xfc\xdb\xf9\xef\x10\x5e\xb7\x97\xad\x58\x1e\x2b\x95\xf3\xf9\xef\x16\xe4\xfc\xb7\x13\xf5\xff\xfe\x77\xbf\xc1\x7c\xfe\xfb\x05\xf9\xdd\xaf\x27\xea\xff\xfd\xf9\xd7\xbf\xc7\xf3\x5c\x90\x2d\x9a\xe7\x92\x70\x34\x3f\x5b\x2c\xb0\x98\xcb\xf9\xb9\xf9\xff\x6b\xf3\xff\xaf\x17\x0b\x9c\x3d\xc9\xe0\xef\xdf\x98\x67\xbf\x0d\x9e\xfd\xce\x3c\xfb\x7f\x82\x67\xbf\x37\xcf\xfe\x57\xf0\xec\xdc\x0d\x60\x47\x38\xb7\x43\x9c\xff\xda\xfe\x61\x07\x38\xff\xed\x62\xb1\x98\xfe\xad\x62\x3c\xcf\x32\xe4\xc9\xd6\xbd\x89\x9b\xad\x73\x3a\x5d\xb3\xd2\x79\xcc\xc0\x2f\x93\x9a\x41\xeb\x8e\xb1\xd0\x86\x25\x2b\x03\xe4\x02\x5d\x84\x77\xc6\x6c\xcd\xca\x27\xd9\x69\x95\x4b\x74\x9a\x3d\xc9\x4e\xc5\xec\xd6\x14\x28\xbe\x8e\xc8\x81\x1b\xfa\xca\x13\xe8\x6b\x57\x9b\x2d\x2c\x6e\x42\x08\x01\x9f\x30\xf8\xfc\x0e\x5f\x43\xd2\x22\x75\x45\x46\x84\xf7\x32\x47\x0f\x30\xcc\x5d\x4f\x49\x6f\x9b\x29\x7b\x59\x2c\x6f\x28\x79\x58\xb3\xb2\x9e\x25\xf3\xe5\x43\xa6\xcc\xc4\x1b\xe3\x9e\xe5\xd2\x3a\xc6\x85\xad\xb5\xf3\x75\xfc\x6c\x55\x89\x6b\x2a\xe3\x67\xba\x2a\x6b\xf4\x08\x22\x34\xe2\x47\x6e\x8c\xd5\x7e\x7f\x1f\x8f\x70\xb3\xdf\x5f\xc6\xfd\x2f\xfd\x13\xdd\x7b\xe9\x1f\xe8\xbe\x2f\x1b\xbb\x85\x9d\xda\xd0\x72\x7a\x79\x69\x8b\xab\xd3\xb7\xd0\x3a\x22\xa0\x41\x2f\x74\xbf\xbf\x6c\xb0\x04\xa3\x82\xad\x7e\xd8\xad\x25\x6d\x7d\xb0\x5a\x9b\x77\x72\x8e\x70\x82\xe9\xde\x81\x95\x9c\x22\xa8\x0b\x65\x91\xce\x30\x2b\xdc\x20\x23\x66\xc4\xe8\x07\xc4\x45\xb0\x87\xea\x5d\x3d\x17\x8b\x99\xe1\x70\x62\x2b\x88\xcd\x55\x69\x2e\xca\xca\x25\x22\xa8\x6d\x15\x46\xd0\x3c\x81\x41\x7a\xbf\x2f\x26\x93\xda\x06\x36\xbd\xca\xc3\x41\x00\x1d\x70\x81\x02\x2d\x85\x80\xc4\xb2\x6b\x35\xfe\x5c\x2c\xac\x63\x01\x21\x84\xe9\x82\xc5\x3a\x93\x03\x34\x61\xa5\xe2\x44\x83\x16\x7a\x90\x65\x2b\x85\xa8\xf6\x21\x00\xbf\xfd\xd6\x40\x4b\xf5\x1f\xea\x10\xd7\xbf\x56\xbb\xb1\x36\x18\x8d\x15\x61\xd5\x15\x29\xe0\xa2\x79\xb6\x66\xe5\x37\xe3\x6a\x35\x2e\xc6\xed\x3d\xca\x74\xa2\x09\x12\xaf\x60\xb9\x30\x85\x3e\xa4\xab\x17\xa4\x97\x92\x33\xf2\x2e\xaf\x71\x81\x97\xae\x08\xa4\x07\x3b\x53\xff\x2d\x08\xc3\xba\x93\xe0\xe7\x65\xb1\x5e\xfb\x31\x6b\x5b\x51\x49\x47\x2e\xaa\xad\xd1\x0e\x76\x00\x1b\xf5\xf7\x82\x30\xaf\x61\x63\x8d\x42\xb0\x2d\xa5\x1f\x07\x10\xac\x25\x65\x26\xb0\x31\xa7\xda\xcf\x57\x82\x7e\x5f\x84\xae\xe1\xbf\xa0\xc7\x33\xe8\x51\x93\x04\xff\xe6\x75\x25\xbe\xa7\x77\xed\x2a\x72\xad\x78\xdd\xd4\x46\x63\x41\xde\x01\x26\xea\xc4\x4b\xc6\x36\x87\xa1\xa4\x71\x0a\x07\xad\xed\x2e\x9a\x6a\x78\x12\xf4\x1e\x08\xcc\x61\x4b\xa4\xfe\x33\xb9\x1d\x02\x0c\x32\x72\x1a\x46\x8c\xf4\x9e\xe5\xc0\xdf\x71\x00\x9a\x39\xd5\x69\xc2\x58\x89\x0b\xc2\xb5\xaf\x24\xae\x93\x0b\x31\xb9\xdf\xf0\x8e\xf4\xeb\x86\xd5\xf7\x4a\x84\x34\xee\x70\xe0\x88\x55\x06\x47\xa3\x98\x4c\x8a\x13\xb0\x61\x9a\x07\xdc\x1f\x5f\x8a\x8d\xc6\x57\xa1\x18\x5f\xc4\xb7\xc9\x09\x94\x33\x59\x37\xfa\x18\x0a\xe3\xa7\x59\xe5\x36\x21\x5d\x3c\x84\x36\x93\x2e\x09\x9c\x68\x00\xb0\xf9\xef\x84\x90\x9d\xf5\x93\x63\x06\xf4\x9d\x81\x56\x93\xc9\xaa\x49\x76\xa8\x0f\x76\xab\x4f\xe2\xfa\x2c\x61\x15\x4b\x58\x40\xd1\xed\xb7\x9c\x4c\x4a\x73\x62\x4e\xce\x9b\x14\x84\xb1\xc4\x45\xe7\xd0\xc2\xe2\x76\x41\xcd\x7d\x20\xeb\xed\x8d\xac\x73\xf5\xfd\x4e\xf5\x80\xdc\x96\xf6\xd8\x50\x15\x23\x00\x3b\x83\xa5\x03\xa4\xd5\xb6\xeb\xb4\xdf\x1e\xdb\x3d\x6d\x86\xec\x1b\x50\x0d\x57\x9d\xfc\x5c\x18\xd5\xa4\xbd\xe1\x10\x66\x27\x84\xe4\x05\x8c\x8c\xdc\x06\x17\x43\xf4\xd9\xee\xde\x5a\x43\x8c\x08\x47\x6d\x5c\x52\x5f\x4d\x70\x5c\xd1\x68\xc0\xff\x1e\x08\xf4\xe2\x65\x15\x02\x4e\x67\xff\x44\xb8\x20\x15\xa4\x98\x13\x33\x19\x9d\x4d\x7d\x3b\x77\xce\x49\xa1\xcb\x0a\xcf\xd9\x82\x54\x78\x60\x2d\xae\x0d\x1c\x67\x52\x01\x98\x2b\x35\xeb\x74\xc7\x7d\xb4\xe7\xc0\x99\x15\x49\x78\xda\x4d\x34\x50\xd4\x4e\xd1\xce\xd0\xae\xa8\x8b\xa2\xdc\x38\xaa\x41\x1a\x90\x22\xc0\x09\x6f\x05\xd6\xf4\x48\x9f\x11\xab\x60\x6a\xd3\x25\x9b\x16\x50\xa2\x51\xf7\x65\xbd\x85\x44\x7f\x1c\xb7\x98\x88\xdd\x54\x0f\x61\x18\x88\x88\x2d\xca\x03\xe4\x53\x50\x1b\xa8\x09\x09\x95\x3b\x9b\x56\x35\x94\x57\x21\xf5\xd3\xf5\x28\x5b\x5c\xa9\x80\xa3\xa4\x38\xc9\x24\x23\xd9\xf3\xb8\xb5\x36\xb0\xfe\x50\xa0\xd6\x8a\x28\xbb\xe1\xdf\x45\x1a\x39\xcc\xf4\x38\x42\xf5\x4a\x4d\x1a\x0d\xe7\x4f\xcd\x09\xc3\x3b\x60\x8b\x39\xce\x58\xfd\x84\x05\x57\x3e\x66\xbe\xcf\xf7\xf1\xf1\xe5\x0a\xd8\x8a\x09\xaa\x41\xf5\x0d\xec\xbf\xb0\x5c\x98\x0e\xd4\xa6\x6a\x3c\x86\x61\xe8\xa6\x2b\xe3\xbd\xfa\x79\x0b\x75\x87\xc7\x94\xc9\x1b\x2a\xc6\xac\x1c\x57\x62\xac\xa4\x3b\x59\x8d\xaf\xa8\x93\xf5\x8c\xae\xc0\x5d\xf3\x20\x35\x24\x46\x98\x85\xcf\xb4\x07\xef\xcf\x36\x03\xba\x92\xcd\x7e\x10\xd5\xcf\xf7\xd6\xb4\xab\x9f\xff\x20\xaa\x0d\xab\x29\xbc\x01\xeb\x30\x7e\xd8\x50\x59\xcc\xf4\xdb\x65\xb5\xd9\xee\x24\x2d\xa7\x82\x16\x65\x9d\x67\xcb\x8a\x4b\xca\x25\x98\xd3\x32\xd4\x20\xfc\x3c\xca\x38\x77\x4c\xff\x01\x8a\x7c\x8c\xdc\xe5\x9f\xbb\x5a\x2d\x5b\xfd\x8d\x99\xc3\x8f\xef\xff\xfc\x83\xed\x06\xf4\xa9\xeb\x5b\x9d\xf1\xa4\x09\x04\xb0\x1f\xa2\xae\x7e\xfe\x25\x5d\xfd\x18\x75\xf5\x51\x31\xbe\x37\x94\xf7\xe4\x05\x70\x84\xc4\x94\xa7\xd3\xa2\xda\x07\xfc\x02\xa4\x2d\x3d\xea\xe5\xb7\xae\x32\x6d\x3e\xcf\xd2\x2e\xc9\x19\xce\xea\x7b\xbe\x6c\x3f\x5b\x31\xce\xea\x1b\x5a\x66\x0b\x84\xdf\x92\xaf\xfe\xcf\x7f\x7c\x75\xa1\x84\xc4\xff\xf8\x2a\x0f\x12\x81\xc4\x19\x64\xfe\xe3\xab\x7c\xfa\x3f\xd1\x57\xf8\x6f\xbe\xf9\x57\x1e\xe4\x6f\xa2\x3a\x92\xad\x4c\x91\x3f\xa8\xa3\xcc\x25\xa4\x35\xa5\x69\x0b\x0c\x58\x7d\xb4\x4a\x5b\xb5\xd1\x7f\x4d\xb7\x15\xe3\x92\x0a\x9f\xa4\x34\x7e\x3e\xdd\x80\x3a\xe8\x2d\x1a\x89\x0b\x41\xc4\xfc\xeb\xc5\x0c\x52\x96\x76\xda\xd5\xb4\x10\xcb\x9b\xfc\x6f\xda\x6e\x9e\x5d\x15\x35\x55\x7c\x9e\x77\xee\x15\x0b\xc8\xe9\xab\xfe\x30\xb6\xc0\x69\x49\x65\xc1\xd6\xfb\x3d\x9d\x4a\x26\xd7\x14\xd9\x40\x76\xb7\xe4\x97\x81\x89\x06\xca\x2f\x49\x2a\x78\xb1\x06\x5b\x86\xfa\xac\xfd\x00\x29\x92\x66\xab\x22\x69\xde\xd2\x77\xf6\x7d\xbb\xe4\xc0\xd9\x53\xf1\x4c\x26\x12\x52\x99\x02\x81\xde\x4b\x83\x84\x3f\xf6\xfb\x93\x73\x88\x35\xd1\x82\x23\xbc\x3f\x39\xc3\x19\x68\xa0\x33\xc6\xc7\x7c\x32\xc9\xf9\xf4\x4e\x30\x69\xde\xf5\x3b\x88\x80\xbf\x39\xe6\xa8\xf1\xb3\xfc\x2e\x42\xe1\x24\xe2\xc6\x70\x08\x97\xdc\x2a\x3c\xd8\x98\x6a\xe0\xb9\x44\x4d\x84\x0a\x74\xba\xa5\xbc\x64\xfc\x9a\x64\xe6\x8f\x0c\xd3\xe9\x6a\xb7\x5e\xb1\xf5\x9a\x96\x24\x73\x7f\x66\x50\x2f\xca\x94\x58\xcf\xec\x5f\x59\x83\xf2\x0f\xfb\x7d\xfe\x81\x3c\xd8\xca\x85\xaf\x7b\x74\x0f\x51\xd1\x78\x50\xaa\x13\xd1\xad\x32\x17\xd6\xe3\xbf\x4a\x95\xc1\x4a\x16\x0b\x6b\x7f\xf0\xa6\x1c\x6a\x76\x63\xc3\x87\x8f\xeb\xd5\x34\x1f\xee\x33\xda\x89\x58\x8f\xb1\x6c\xd7\x33\x8c\x5e\xfb\x7b\x2a\x7a\xec\xac\x3a\xad\xc6\xf1\x4f\x6d\x00\x8d\x9e\x15\x65\xb1\x95\x54\xd8\xd2\xb3\x81\xe5\x83\x93\xd4\x54\x45\xeb\x01\xb8\xfe\xe8\x23\xad\xae\xc6\xd6\x64\x8c\x2c\xc2\xa7\x37\x85\x29\xbc\x6c\x6b\xb3\x04\x05\xf2\xed\x54\xa5\xab\xbd\xdc\x9a\x14\x6d\x3d\x88\x57\xe3\x92\x3e\xb6\x21\xc1\xc3\xb2\xb8\xe1\x0c\xf2\x3e\x40\xbf\xcc\x39\x9a\x76\x1e\xe7\x48\x53\x78\xc3\xd6\xa6\x34\x42\x0c\xdc\x94\x49\x9b\x6a\xa6\xaa\xae\xa3\x48\x16\x6d\x15\x05\x66\x61\xe6\xa7\xae\x89\x38\x72\xc0\x7e\xb0\xca\xb5\xa0\x6f\xd5\x43\x77\x59\x1d\x03\x42\xaa\x1e\xa0\x62\x6a\x7a\xe0\xe2\x95\x4c\x3e\x69\x5f\x54\x36\xb5\xe7\x33\x2c\xc8\x19\xe6\xc4\x93\xca\x67\xdc\x93\x4b\xa6\xc9\x25\x55\x0c\x7b\x4f\x07\x73\xb6\x30\xe9\xaa\x51\x90\xab\x8f\x79\x7b\x6f\x4a\xea\x86\x2d\x3a\xc9\x75\x04\x05\x48\xd4\x55\x0a\x91\x75\x3c\x02\xac\xda\xe8\x6e\x82\xdd\x0a\x09\x43\xbc\x5f\xe1\x9b\x39\x5d\x68\x7d\x58\xff\xf7\x71\x35\xc6\x74\x4f\x51\x1b\xd5\x67\x15\x53\xe3\xb7\x54\x16\xe0\xe2\x76\x13\x17\x7a\x06\xfd\x87\x75\x72\xff\x4e\x1b\x63\x35\xd9\x86\x2a\xc1\x90\x38\x7f\x32\xd1\x71\xc5\xce\x6b\x97\xd4\x17\xd5\xc0\x09\xae\x75\x3e\x6e\x1c\x5a\x95\x75\x0f\x3a\x03\xfd\x64\x72\xa2\x2b\xcc\x2b\x09\xa2\xcc\xd1\x05\xbb\x50\xa2\xcd\x4c\x18\x5c\x7a\xcf\x8b\x6d\x7d\x53\x49\x93\xd7\x1b\x61\x76\x91\x84\x1b\xe1\xb3\x03\x50\x20\x1c\x73\xb5\xd7\x86\x9a\xa6\x77\x3a\xdc\xe7\xda\x57\x29\xf3\x14\x78\x4e\x17\x6e\xfb\x53\x64\xdc\x6e\xe1\x99\xd6\x31\x04\x5b\xe8\xfb\xf0\x6a\x51\xbb\xd9\xc9\x96\xc9\xad\xae\xa2\x18\x84\x04\x02\xe2\x9a\xe4\xc5\x63\xf6\x1b\x27\x76\xda\xe9\xb7\x6a\xbb\x55\x50\xdb\x5d\xff\x1a\x72\xce\x2a\x06\x50\x81\xa2\x91\x0c\xb7\x7a\xbf\xcf\xf9\x85\xb0\x1c\x18\x2b\xd1\xcc\x56\x8c\xef\xec\x3d\xd2\xfe\xcb\xfc\x22\xb1\x1d\x44\xcc\x06\xb7\x83\x08\x2c\xd4\xbe\x47\xfe\xde\xad\xdd\x87\x0e\x4c\x4a\xae\xd8\x2f\x5c\x47\xd9\xb2\x8e\xdb\xf6\x81\x0e\x12\x91\xba\xcc\xbb\xc5\xf4\x2b\x3d\x93\x59\x73\xa3\x6d\x0b\x63\x53\xcc\xbe\xb5\xcb\xf3\x1a\x81\xbb\xc7\x9d\x37\x85\x39\xa1\x00\xe2\x4a\xaf\x0e\x14\xf9\xf5\xea\xb4\x0e\xff\x14\xd3\xa4\xe0\x45\x58\x55\x5a\xcf\x10\xcb\xee\xe7\x43\x95\x65\xbb\x37\x84\xc9\x57\xdc\x57\x8a\xbe\x05\x39\x1b\x1a\x95\xf2\xfa\x0f\xd2\x02\x2b\x21\x21\x0c\x2c\x14\x5a\x28\x73\x80\x81\x6c\xef\x8f\x00\x2e\x4c\xe0\xc5\xba\xa8\x7d\x59\x5b\x9d\xf1\xad\xdd\x47\x47\xb2\x87\x66\x63\x56\x8f\x2b\xbe\xbe\x1f\x17\xb7\x05\x5b\x2b\x46\x7e\x7c\x77\x43\xf9\x78\xb9\xab\x65\xb5\x19\x43\xef\xe3\xa5\xea\x7e\xbc\x5a\xe9\xc6\x19\xd2\x45\x67\xbf\x6f\x17\x9d\xe5\xf0\x0c\xf3\x76\xd1\xd9\xff\x52\x88\xe8\xaf\x62\xe7\x81\x63\x6b\x63\x8b\x20\xac\x59\x7e\x73\x7e\x21\x9f\x9c\xcf\xce\x10\xe6\xe4\xfc\x29\x7f\x26\xa1\x5e\xb5\x98\xf3\x27\xe7\x0b\xff\x69\xa0\xf3\xed\x82\xc9\xa6\x31\x31\x7c\xa3\x08\xc5\x8e\x6f\x23\x95\xcf\x74\xc5\x78\xb1\x5e\xdf\x07\x5b\x85\x1e\x24\x10\x0f\x31\xbd\xac\x77\x57\xf5\x52\xb0\x2b\x2a\xec\x54\xc9\x19\xf8\x75\x3a\xfd\xa2\xeb\xf6\x27\x7f\xd6\x4e\xe2\xa8\x53\x45\x92\x40\x2b\x45\xcb\x4e\xd2\x7f\xf7\x0e\x34\x27\x81\x7c\xff\xc7\x56\x32\xe9\x6f\xf3\x40\x39\xe0\x95\x02\x02\xb5\xe5\xfe\x20\x38\x02\x21\x9c\x78\xfe\x93\x2e\xc2\xee\x87\xfa\x73\x1c\x20\xe0\x40\xd8\x4d\xb0\xe2\x5b\x35\x7a\x36\x62\xc7\xa7\x57\x4e\x6f\xe0\xf7\xfb\xef\xff\xca\x02\xa8\x1a\xf9\x2f\x7d\x32\x9c\x21\xb5\x9e\x27\xa7\x56\xfe\x29\x3f\x54\x5a\xa0\xe8\x97\x91\xe0\xab\x5a\xdd\x64\x56\x83\x2c\x0b\xf0\xb8\x05\xf1\xfc\x20\x47\x7e\x4d\x65\x3f\xe5\x76\xe3\x43\x8c\xad\x2e\xfa\x01\xcc\x46\xe2\x13\x1b\xac\x1a\x7e\xa3\x2f\x08\x99\xba\x57\xa2\x76\x44\x02\x53\x5f\x96\xed\x96\x4e\x0a\xf1\xad\xe5\x82\xd0\x78\xed\xce\xf7\x19\x33\x53\x71\xb0\xd5\x4d\xa4\x4c\x0e\x7b\x0a\x33\x6e\xd8\xce\xac\xba\x98\xa2\xa7\xb6\x7a\x4c\xf4\xde\x68\x8c\x05\x3e\xd7\x72\x44\xc5\x65\xc1\x78\x0a\x22\xf0\x79\x4f\xdf\xf0\xe9\x9a\x16\xa2\x2b\x76\x84\x5f\x8c\x5a\x7b\x1c\x88\x16\x67\x4f\xe5\x33\xeb\x16\xf5\x54\x2a\xec\xa6\x73\xb9\x98\xee\xf8\xba\x2a\x4a\x77\xf1\xa5\x70\xa2\x75\xb3\xea\x2e\x86\x89\xbf\x99\xbf\x6e\xea\x28\xbe\x7e\x7a\xcc\x97\xfe\x13\x33\x93\x03\x1f\x99\x56\xfb\x7d\xde\x5a\x40\xaa\xa6\xb9\xbe\x17\xfe\x9e\xb8\x17\xfe\xee\xef\x05\xfc\x87\x03\xde\x1b\x9b\x62\x9b\xea\x7d\xc8\xbf\x41\x50\x29\x18\xbd\xa5\xbd\xc6\xd9\x4d\xb1\x55\xbc\x73\xda\xe9\x24\x6c\xa2\x1d\x58\x72\x9d\x76\x05\xcb\x2e\x6a\xd8\x7d\xa7\xfe\x33\x1c\x8b\x97\xd4\x66\x82\x8f\x49\x1e\x9d\x2b\x72\xb7\xd0\x3d\x02\x27\x04\xd0\xf8\x6b\xe8\x32\x83\xff\x94\x76\xa0\xf9\xef\x7e\x3d\x7f\x3d\xec\x40\xf3\xef\x6a\x0a\x7f\x8d\x7c\x68\xd4\xb7\xff\xde\x4f\xf5\x3c\xa8\x34\x9e\x6b\xfd\x95\x27\x7e\x94\x4b\x26\xef\xdf\x16\xdb\x58\xf5\xc3\xe9\xdd\xfa\x5e\xdb\x9d\xca\x1e\xad\xcf\x0b\x70\xc5\x19\x7a\x77\xe5\xac\x3a\xad\x37\x1d\xaf\x95\x28\x99\x45\x10\x8b\x45\x47\x8a\xc1\x87\x10\x52\x56\x5e\xe8\xa8\x78\x25\xf6\xa8\x5f\x74\x26\x66\xda\xe2\x05\xef\xb5\x05\x33\xb7\x35\x49\xa1\x95\xfa\x43\xb5\xb3\x79\x68\xd5\x53\x76\x21\x66\x50\x81\x54\xdf\x05\x6f\x8b\x2d\x24\xff\x71\xfe\x25\x05\xec\x02\xd3\xbe\x2b\x3b\xf3\x13\xec\x77\x36\x31\xd8\x6e\x32\xa9\x43\x25\xce\xce\xff\xe8\xfa\x7a\xbc\x2e\xd8\x9a\x82\x45\x45\xdb\x47\xc1\xcd\xe3\x57\xac\xfc\xd5\x78\x55\x09\xf8\xd1\xb6\xeb\x8d\x7f\x95\x9d\xd2\xd3\xec\x57\xea\x9b\x5f\x65\xa7\x6a\xad\xa7\xd9\xaf\xf0\xf8\x8a\x2e\x8b\x1d\x14\x30\x2e\xe4\x98\x95\x8a\x63\x2b\xd6\x82\x16\xe5\xbd\x92\x00\xd5\x9b\xab\x7b\xf5\x81\x38\xcd\x7e\xe5\xf3\x2b\xec\x94\xe0\xad\x29\x76\xbe\xc3\x7a\x1d\x36\x0d\x75\xad\xcd\xb3\x84\x90\x9d\x92\xa9\xa2\x87\x27\xf0\xb0\x86\x98\x98\x70\xad\xf1\x72\x27\x13\x05\x10\x37\x40\x8d\x0d\xdc\xf2\x9a\xec\x90\x42\x2f\x70\x18\xc1\x85\xba\x77\xdc\x5b\x84\x19\x30\xc6\x1d\x0c\x54\x60\xfb\xc3\x10\x31\xd0\x01\x9e\x6d\x09\xdc\x65\x06\xb1\xd1\x4a\x2d\x64\x1b\xb2\xa1\xca\x28\x23\xd4\x63\xbe\xa4\xc8\x24\x6d\x01\x87\x97\x5c\x78\x07\xc3\x8b\x1c\x74\x7c\xef\x97\x37\xb4\xdc\xad\x69\x69\x38\xc1\x1c\x4d\x26\x7c\xba\x2c\xf8\x92\xae\xdd\x23\xcc\x6d\x05\xfc\xab\x1d\x5b\x97\xb9\xb0\xae\x2f\xaa\xd3\x5e\xa6\x21\x81\xb9\x9a\x76\x00\x7c\x8d\xe7\xcc\xb7\xf7\x56\x82\x4e\xd0\xce\xf7\xe6\x3b\xb0\x66\x63\xfd\x5d\x64\xff\x36\xb1\xb4\x90\xd7\x4c\xd1\x1b\xbb\x7e\x92\x8e\x39\x08\x4c\x7f\xa0\x1e\xd0\x16\x41\xab\x07\x79\x0c\x5c\x7d\xa9\x7d\x80\x2b\x73\x4e\x1d\x84\x90\xaa\x7b\xbe\x8c\x73\x6a\x4d\x25\x1c\x26\x56\x8e\xa1\xd6\xe3\xb8\xe2\xf0\x5b\x0b\x8c\x63\x38\x51\x33\x38\x1b\xe3\xa2\x56\x6f\x04\x55\x07\x88\x57\xe3\x7a\xb7\xbc\xb1\xcd\x98\xfe\x48\xdb\xc2\x33\xab\xd1\xaa\xb4\x37\x4b\x10\x99\x11\x4c\xc9\xd8\x68\x4e\xa0\x4a\x9e\x9b\xf6\xb7\xf7\x6f\x14\xbe\x4b\xe7\xb3\xa5\xfd\xa6\x92\xc0\x48\xbb\xf1\xe4\x0c\x07\x30\x95\x0d\xc2\x95\xda\x86\x37\xa5\xda\x12\x8b\x20\x6a\x98\x1e\x7d\x54\x72\xa8\x94\x6b\x56\x1e\x0f\x63\xf3\xca\x09\x62\x94\x26\x11\xae\x69\x34\x03\x9f\x06\xa3\x57\x9b\x4c\x44\x1f\xb2\xe7\xc2\x9a\xed\xc1\x31\x5b\xdd\x9d\x9a\xa9\x06\xef\x0d\xc0\xf7\x7e\xb6\x58\x1f\x07\xe7\xb7\x75\xd9\x6e\xde\xef\xa7\x68\xdd\xe1\x40\x35\x14\xef\x48\x80\xf3\xe6\xdc\xf7\x40\x6a\x24\x88\xee\xe6\x82\x0f\xba\x8c\xe5\x14\xcd\xa8\xa9\xd6\xa5\x90\xf2\x3d\xcd\xfd\x2d\x8b\x45\x7c\xa4\x52\xa7\x56\xd1\x45\x86\x85\xf1\x94\x6c\xa0\x22\x47\x8b\xbb\x8e\xd8\x9d\xb8\x8f\x20\x0b\xbf\x76\xec\xb5\x73\x04\x7f\x2b\xdb\x17\x88\x93\x23\x9b\x23\xc7\x37\x1a\x25\x71\xa4\xc7\xf1\x85\xc3\x36\x04\xc3\x0f\x49\x34\x8e\xa4\x3b\xf6\x0d\xd8\x71\x19\xf3\x15\x20\x21\xd4\x83\x5d\x85\xcd\xdb\x7d\xb5\xf8\x37\x6a\x6f\x02\x08\x40\xe9\xce\xc4\x30\x67\xb3\x14\x52\x5b\xc6\xad\xa5\xdd\xf8\xdf\xa1\xcd\x12\x02\x24\x74\xca\x31\xf3\xc7\xd4\xe4\x10\x83\x1b\xeb\xdf\xfa\x8d\x87\x86\x2e\x44\x9c\x57\x6c\xca\x32\x2e\x54\xde\x0a\x1a\xb1\x55\xc1\xe3\x97\x3a\xd3\xc1\xa0\x43\xb0\xe8\x50\x7d\xf4\x60\x11\x4b\xd2\xb8\xb2\xa1\x5b\xde\xff\xce\x9d\x3b\x8d\x56\xba\x22\x74\x91\xa9\x55\x66\x90\x87\xbe\x31\x59\x36\x3b\x92\x94\x53\xc5\xf9\x0f\x47\xbe\x4b\x88\xf4\x36\x40\xcb\xa9\xcd\xc7\x66\xe1\x86\x29\xa1\x93\x89\x0d\x45\x39\x09\x03\x82\x6e\x04\x5d\xcd\x28\xc2\xd4\x4a\xc4\xda\xe9\xa3\x2b\xc8\x69\xa3\x6b\xef\x1c\x20\xb7\x92\xfa\x32\x91\x23\xc4\xbe\x80\x89\x41\x82\x12\x4c\x0d\x06\xa8\xbe\xff\xdf\xee\x11\xc4\x22\x8c\x7e\x8a\x7d\xcb\x2c\xdd\xac\x08\x35\xb1\x3f\x37\x4c\x47\x99\xeb\x4c\x52\x90\xb4\x8b\x30\x5c\x4d\x93\x86\x06\xc2\x71\xa5\xf9\x56\xde\x09\xd2\x33\x19\x88\xa6\xdb\x42\x50\x2e\x21\x8a\x4f\xa7\x18\x5e\x51\x41\xf9\xd2\xbf\x7a\x13\xdb\x47\x71\xd5\x08\x25\x85\x4a\xc2\x91\xc7\x94\x96\x00\x26\xfc\x1b\x84\xc3\x78\xa6\x65\xc5\x6b\x29\x76\x4b\x59\x09\x85\x9f\xd3\xcb\x4b\x78\x77\x79\x49\x84\x25\x78\x29\x5d\x07\x2b\x3f\x6d\x93\xb4\xb9\x40\xff\xaf\x7d\x8c\xd5\xb6\x98\x5f\xb0\x33\x2c\x8d\xda\x21\xbd\x08\xdc\x08\x14\x03\xe4\x2b\x7d\xdf\xe8\x58\x46\x50\x09\x6c\x77\xf5\x4d\x0f\x79\x8d\x5d\x52\x62\x95\x5c\x47\x21\x67\xbe\x14\xde\xa2\x95\x20\x63\x7f\x32\x32\x5d\x03\x05\x67\x67\xd2\x24\x1d\x35\xda\x14\x75\x0d\xa6\xb0\x41\xdd\xf4\x2f\x0a\x5e\x71\xb6\x2c\xd6\x3f\xba\x45\xe5\x2f\x73\x01\xd9\x58\x10\x2c\x04\xb4\x65\x3d\xba\x8d\x04\x42\x98\x4b\x29\xb1\x0f\x36\x09\x19\xd4\x43\x73\x0a\xd4\x01\xeb\xba\x29\x0c\xa9\xd3\xfc\x88\x29\xab\xbf\xab\x8a\x92\x96\xb9\x0b\x02\x10\x91\x65\x20\x08\x12\x54\xf3\x5e\x57\x45\xff\xc5\x9f\x9a\x78\x72\x2f\xb1\x55\x46\x75\xba\xeb\xee\x67\x6f\xcf\xfa\xeb\x64\xe7\xbd\xfa\x57\xa9\x01\x9f\x9b\xac\x88\x4d\xfe\x6f\x9a\x60\xd0\xc4\xa5\xfd\x79\x28\x46\xc2\x40\xf5\xff\x1b\x7a\xf1\xc8\x33\xed\xca\xfe\x87\x27\x3a\x7d\xb3\x85\xaa\x9c\x2e\xd1\x19\xb8\xcf\x83\x8b\xaf\xce\x54\xff\xac\x4c\x78\x2e\xb4\x3b\xc6\x92\xcc\x17\x3e\x47\xae\x31\x7f\x4a\x53\x1b\x70\xba\x29\xb6\x3d\x4e\x7c\xac\x04\x1b\xa5\xfc\x12\xb4\x89\xd0\x51\xe7\xde\x83\x95\x3b\xeb\xac\x2d\xf2\xea\x72\x73\xf5\xcc\xf3\x65\xde\xa2\x5d\xa1\xb9\x44\xa6\x50\xd4\xba\x6f\xbe\x00\x67\x8a\x5a\x09\x76\x72\xda\x31\x1f\xba\x0d\x4d\x76\x01\x3b\xac\xa9\xdd\xa5\xa5\x32\xe9\xad\x88\xd3\x39\xa6\xfa\xba\x29\xea\xe7\xf1\xa3\x97\xfa\xce\xe9\xfb\x60\x03\x71\x71\xf5\x54\x56\xda\x80\x85\xa6\xf4\x96\x8a\xfb\x38\x79\x8f\x19\x16\xb8\xce\x7e\xaa\x3b\x48\x4c\x81\x54\xea\x5f\x01\xc3\x8d\x50\x40\x57\xfb\x28\x7e\xcc\x77\xbb\xe6\x17\x5d\x1e\x73\x0a\xb9\xe4\xf8\xbd\xb1\xc5\xd9\xe3\x33\x3b\x8a\x28\xf7\xef\xda\x41\x62\xdc\xdf\x8d\x6e\x9c\xec\x49\x13\x55\x47\x39\x8d\x39\xfd\x5f\xd8\xec\x24\x0e\xd2\xfe\xc0\x4c\x8a\x45\xd7\x50\xca\xc3\x32\x00\x08\x33\x72\xf6\x94\x3d\x13\x4f\xd9\xe9\x29\xe2\x73\x16\x9a\x47\x99\x4b\xfd\x2e\xcd\xc5\x61\x6c\xa2\x14\x43\xbe\x8d\x85\x5a\xdf\xb2\x90\x39\x47\xee\x22\xd1\x19\xc9\xa7\x09\xf3\x32\x38\x74\xc8\x2f\x4a\xf7\x71\x85\x0b\x5c\xa7\xa8\x7f\xdd\xe2\x16\x5b\x52\x64\x83\xeb\x41\xa1\x25\xb3\xe2\x5d\xa6\x5a\x7e\x46\xd2\xe9\xa8\x5a\x44\xf0\xe0\x0c\xd6\xc3\x67\x30\x86\xb0\xd3\x93\xf6\x9c\x47\xcb\x20\xd9\x52\xff\xad\x43\xd8\x75\x97\x60\x65\xe4\x25\xa1\xa7\xe7\xab\x5f\xe9\x43\xa4\xe3\xd0\x6c\xfb\xae\xdb\xff\x4f\x1c\x7c\x01\x64\x35\x5e\x51\xe9\x75\x5f\x4a\x22\xba\xdf\xd2\x71\x76\xea\x7a\x39\xcd\xc6\x77\x4c\xde\x54\x3b\x39\x2e\xf8\x98\x41\x28\x46\xdd\x39\xe4\xd1\x85\x68\x58\x23\x77\x0f\x5e\x50\xd3\xde\x4a\xde\xfa\xef\x06\x33\xc2\x71\x5e\x59\xfb\xd8\x25\x1b\x76\x3b\x89\x41\xc7\x4a\x6d\x8e\x92\x34\x67\x81\x3d\xaa\x42\xb8\xd0\x0f\x71\x81\xda\x34\x84\x5b\x51\x7c\xca\xea\x97\x4c\xc8\xfb\x0b\x3a\xad\x29\x2f\xf3\xec\x8a\x2e\xab\x0d\x85\x67\x19\x9a\xd9\xa7\x5b\x73\xd4\xff\xa2\xf6\xb0\xa6\x32\xd3\x42\x37\xa3\xe4\x01\x1c\x45\x8a\xf5\x7b\x59\x48\x3a\xcb\x76\x7c\x59\x6d\x36\x4c\x4a\x5a\x66\xd8\xf4\x3d\x3b\x39\xc3\xc1\xf3\xd9\x43\xc9\xca\xf7\x54\x5a\xf2\x31\xe3\x14\x2b\x38\x30\x7e\xad\xae\xa0\x38\xaf\x66\x7b\xe0\x59\xec\xf5\x7c\x53\xd4\x2f\xba\x6e\xa1\xfb\xbd\x9d\xb7\xa8\xd6\x6b\x5a\x7e\x5b\x2c\x3f\xaa\xdd\x52\xa8\x4b\xcb\x78\x90\x03\xdd\x40\x06\x14\xf0\x84\xf9\x50\xe5\xd9\x1a\x6e\x94\x69\x5d\xdc\x52\xd8\xfe\x00\x58\xf1\xb4\xef\xd8\x7a\xfd\x02\x16\xdc\x1a\x29\xee\x8f\xf1\xd7\x6b\x76\x7d\xa3\xc0\x89\x35\x62\x24\x12\xcd\xb9\xa8\x45\x7b\x4c\xc1\x75\xd3\xa4\xa9\x19\x89\x9c\xda\x4b\x35\xec\x41\xd1\x64\x75\x42\x3d\x00\x06\x27\x12\x2f\x0c\xab\xd7\xec\xfa\x9a\x8a\xef\x0a\x49\x45\x1b\x8c\x57\x74\x59\x6c\xe8\x1b\x0e\xf1\x30\x07\xd6\x07\x6d\x32\x33\x91\xab\xee\x34\xec\xe3\x10\xee\xdd\xe1\x69\x51\xde\x67\xa8\x69\xb0\x05\xd8\xec\x81\xd5\xef\x8b\x5b\xc6\xaf\x15\x72\x75\xf1\xa9\x77\x63\x52\x28\xa0\x9e\x87\x46\xec\xd9\x92\x26\x37\x50\xb5\x2b\x59\x79\xc4\xbe\x7a\x38\x6a\x34\x64\xfc\xb6\xfa\x48\xbf\x63\x2b\xba\xbc\x5f\xae\xe9\x8b\x42\x2f\xba\xce\x34\x65\x2a\xd5\x3c\x3f\xe8\x5a\xcd\x03\x1b\xf6\x59\x77\xe4\xf0\xdc\x5c\xbf\x40\x29\x07\x7b\x0d\x4f\x7d\x77\xfb\x82\x5e\x32\xc5\xd0\xa8\x6d\xd4\x33\x7d\x60\xf5\x9f\xe1\x8f\x93\x73\x1c\x16\x91\x1b\x1c\x4c\x37\x2c\xa7\xd1\xa0\x4d\x1b\x09\xe2\x13\x44\x8d\xf2\x17\x26\xf1\x96\xd6\x75\x71\x0d\x79\x96\xbc\x0f\x9b\x9c\x72\xd0\x1c\x1b\xca\x88\x81\x28\xe8\xac\xbb\xb9\x4d\x7f\xae\x17\x02\x33\x06\xad\x6b\x0f\xd8\x15\x9e\x3c\x1a\x01\x7b\x29\x06\x68\x63\xc3\x79\xdb\x13\xd2\x4b\x48\xfa\x30\xe8\xa8\x9e\x0e\x51\x02\x73\x14\x71\x00\x8b\xe3\x51\x03\x76\x3e\x89\x6d\x83\xc8\x1e\xc1\x59\xa3\x50\x90\xc8\xa7\x6a\xf3\xc3\x3a\x75\x1e\xb5\x51\x4a\xee\xf6\xf5\xbe\x60\x05\x0d\x18\x9b\x8a\xe6\x81\x86\x3a\x30\x1a\x3d\xf8\x74\x7c\x4c\xf7\x29\x88\x9c\xb3\x05\x06\x1e\x34\x99\x68\xf9\x82\xe6\x02\xcd\x9c\x12\x8c\x37\x39\xa3\x48\x4d\x18\xf2\x6f\x51\x52\xd0\xfc\xc1\x9d\xf6\x99\xa9\xc5\x08\x37\xe5\xf7\xf4\x4e\x91\xb2\x9a\xca\xdd\xb6\x05\x8c\xd0\x24\x06\x3c\x71\x9d\x43\x4e\xaf\x9a\x4e\xcd\x41\x9a\xfa\x3d\x27\xc7\x1c\x9d\xe3\xe8\x7c\x4d\xc3\x33\xf6\x45\xc6\x00\x9e\x78\xd7\x81\x8b\x5e\x71\x99\x35\x01\xcb\xb2\xa6\xc7\x8d\x76\x90\xaa\xb9\x1e\x97\x54\x9d\xbc\xd6\x2a\x43\x32\x44\xd6\x14\x07\x40\x4e\xbc\x6a\xc3\xe7\xaa\x0d\x1d\x96\x6e\x93\x4e\xd4\xd6\x39\x8c\xad\xd5\x75\xb6\xc4\x13\x93\xc1\x2d\x31\x67\xda\x40\x75\x3a\x4c\xad\x4b\x56\x2a\xc1\x39\x35\x5a\x8b\x17\x8b\x4d\x2a\x3b\x0f\xa8\x80\x36\x1c\x33\x2f\xb7\x3a\xe8\x42\x13\xb2\xc8\xab\x8c\x2c\xa9\x7a\xd7\xbb\x4d\x9f\x70\x5b\xec\x8e\x38\x3b\x9f\x85\x5e\x76\xb0\x7d\xe5\xc5\xa5\xb1\x8d\xbb\x7f\x08\xe9\x4c\x2e\x49\x45\x73\x71\xd1\x92\x38\xd1\xec\xa1\xc1\x12\x21\xa3\x56\x01\x7e\x9b\x08\xac\xc4\xb2\x42\x52\x1d\x58\x85\x25\x3a\x32\x13\x1b\x43\x93\x49\x16\xf4\x94\xe9\xfc\x02\x99\xeb\xcc\x3e\xe8\xd8\x89\xe6\x4c\x57\xc6\x61\x0b\x42\xe1\x3f\x2c\x31\x3f\xcd\xa6\xd9\x29\x0b\x54\x60\x4d\xfe\xc0\xea\x57\x9b\xad\xe2\xfe\xcf\xb1\xd6\xc5\x00\xb7\x66\x7f\xd0\x52\xff\x6d\x24\x04\xf5\xa7\x65\xe8\xe0\xb1\xde\x36\xfd\x03\x68\xa3\xfa\xc3\x30\x0b\x67\xc9\x3b\xae\xc3\xc6\x1d\x29\x48\x40\xfa\x7e\x98\xa9\x9f\xf2\x59\x5a\x22\x31\xbc\xc4\xe5\x36\x08\xa4\x26\x32\x89\x13\x3a\x46\x1c\x6b\xf4\x48\x88\x1c\x49\x2c\x32\xf7\xc1\x81\x13\xea\xee\xe0\x5e\x79\xe6\x51\x28\xea\x0e\x7c\xff\x40\xbc\x92\xaf\xab\x1d\x8f\x41\xda\x58\x18\x29\xb8\xb9\xfd\x3d\xc3\xf4\xe7\x0e\x0f\x13\x03\x4c\xcb\xf7\xfd\x22\xdf\x3f\x66\x55\x98\x4e\x15\x33\xbf\xa6\x05\xd7\xaa\x80\x03\xfc\xee\x10\x47\x9b\x00\x50\x62\xc6\x80\x64\x20\xc6\xe8\xb9\xcf\x5a\xb2\xb3\x5e\x4a\x70\x3e\x7a\xb0\x50\x01\x09\xda\xce\x1e\x52\xec\x42\x5a\x98\x9d\x4c\x5c\xb4\xe6\x4b\x56\xc2\xa9\xcb\xbb\x5c\x33\xa7\xbd\x0c\x6a\x92\xa3\x4d\x31\x7c\xa9\x5b\xe6\x68\x89\xd8\x7e\xfd\xe5\x25\xe3\x5f\x2a\x6f\xf4\x93\x9a\x84\x8c\xa8\x1e\xf7\x1c\x22\x73\xe6\x67\x35\xc5\x66\xf1\xb3\x1d\xb5\xd3\xeb\xe0\x48\xa4\x5f\x09\x38\x26\xd3\x3c\x0b\x49\xe7\x59\x84\x4a\x81\x32\xe6\x68\x26\x33\x56\xdb\x7c\x8a\x52\xe3\x33\x48\xfd\x8f\xc3\x48\xd8\x80\xe4\xd6\xaa\x37\x9f\x49\x1d\xe2\x28\xc8\xc0\x65\xdf\xa7\xac\xf8\x27\x69\x1a\xbe\x98\x34\xff\x89\xca\x87\x83\x12\x9e\x25\x71\x01\x8b\x90\xc2\x5b\x2d\xd7\x2b\x59\xfe\x0d\xbf\xa5\xa2\x8e\x53\x79\xe4\x9f\x2a\x72\x96\xac\xd4\xe7\x48\x4d\x26\x75\xb9\xe8\xbd\xd1\x10\x78\xc4\x16\x0e\xa8\x00\x7a\xd4\x22\xff\x77\xa8\x35\xfa\x8f\x5c\x1f\x70\xfe\x95\xd5\x14\xcd\x51\x58\x03\x99\xad\xad\x08\x0f\xee\x91\x29\x3c\x81\xf7\x0a\x4f\x66\x89\xb7\xba\x48\xfa\x11\x38\xd6\xe8\x38\xe3\x4c\x54\x95\xcc\x02\xa9\xb8\xfc\x97\x36\x06\xba\x69\xde\xd0\x43\x59\x50\x5e\xe6\x3a\xd9\x4b\x4f\xb6\x13\xb5\x86\x2d\xc5\x1b\x8a\x6f\x29\xbe\xa7\xf8\xda\x59\xe4\xfa\x24\x1d\x7c\x45\xc9\xc9\xf9\xe8\x9e\xb6\x4c\x48\x27\x57\xd4\xda\x68\x5c\xf6\xe4\x30\x4f\x38\x18\x02\x7d\x9e\x70\x34\xda\x52\x42\xa7\xce\x58\x8c\x37\xea\xa7\xc9\x5b\xe4\x5c\x65\xf0\x6d\xf0\xd4\xb7\xdd\xd2\xc9\x64\x43\x27\x93\x5b\x3a\x99\xe4\x57\x00\x35\xeb\xfe\x73\x45\xb5\x38\x78\x99\xcc\xfa\x80\xef\xd2\x8f\x5f\xa5\x73\x44\x38\x38\xbf\x0b\x15\x5b\xaf\x28\x04\xd1\xe5\xf0\x3f\xa1\x10\x47\x26\xf3\x6c\x9a\x99\xbc\x19\xef\xe9\x23\xbd\x34\x7d\x8a\x13\xe9\x4c\x6a\x71\xa0\x8c\x2c\xae\xc9\x60\xe6\x93\xe5\x9a\x51\x2e\xdf\xb4\x3e\xbb\xec\xf1\xf5\xbc\x0c\x82\x4a\xe3\xd8\x1a\x4d\xc3\xe2\xc6\x26\xf3\x4d\xc0\xc3\xbc\x2d\x78\x71\x4d\xc5\xeb\xf5\xae\xbe\xe9\x76\xbc\x51\x07\x0d\x62\xc0\x19\xbf\x6e\x75\xff\x23\x35\xac\x77\xfc\x59\x59\x7d\x5f\x49\x33\xa5\xd6\x17\x3e\xc2\xb5\x35\xab\x50\xf4\x69\xa5\xcf\x05\xed\x45\xf4\xac\x6e\x79\x8e\xb7\xb2\xeb\xba\x18\xe8\x16\xfc\x4a\xba\xa2\x42\xd0\xf2\x83\x26\x21\xed\xd7\x22\x60\xeb\xda\x73\x30\x6e\x50\x9d\xe7\x91\x93\x54\x6b\x1a\x16\xc1\x75\x60\x53\x7f\xa4\xa8\xa0\xb2\x60\x9c\x96\x6f\x8f\xff\xc0\x9f\x7f\x73\x9a\xea\x47\x7e\xf3\xf3\xa1\x41\x96\x3b\xe1\x15\x28\xe1\xba\x68\x88\x52\xf7\xe0\xc4\x64\x91\x5c\x67\x87\xbc\x49\xe5\xd0\x89\xd1\xda\x64\x90\xec\x60\xb5\x4b\x87\x64\xea\x97\xfe\xe1\xa7\x37\x2f\x2f\xff\xf4\xea\xaf\x8b\xe8\x8b\x8e\x98\x1c\x63\x4a\xf0\x24\x3c\x18\x27\xe7\xf1\xa1\xb0\xbf\x0f\x1d\x08\xd7\xae\x7b\x18\xdc\xab\x0e\x3e\xfa\x39\x40\xae\x41\x6b\xb4\xef\x22\x68\x30\xd9\x2e\x7a\x86\x2f\x23\xe4\x8c\x16\xed\x50\xb3\x03\x0a\x8f\x98\x51\xcc\x31\x83\xb2\x23\x1d\xcf\x8a\x6a\xca\xea\x3f\xb2\xb2\xa4\x5c\x31\x47\xa1\x8c\xd3\xf5\x5c\x30\x2e\x53\x46\x13\x04\x11\xf2\x94\xc0\xb5\x3b\x8d\xb5\xb1\xc4\xb8\x21\x84\xe8\xe4\x75\x71\x7d\x90\x35\x2c\x57\x32\x46\xc4\xbc\x0b\xb6\x76\xbf\x37\x89\x64\x68\x83\x2b\xd5\x9b\x9e\xfb\xeb\xdd\x7a\x7d\x6f\xc4\xbc\xc4\x0a\xce\x55\xe3\xff\x8f\xbd\x6f\xff\x6f\xdb\xb8\xf2\xfd\x9d\x7f\x05\x89\xed\x45\x31\x57\x23\x5a\x8a\xbb\x6d\x97\x36\xac\xca\xaf\xc6\x6d\x1c\xfb\x5a\x4e\xd2\x2c\xcb\xab\x0b\x11\x43\x69\x6a\x68\xc0\x02\x43\xc9\x8a\xc8\xff\xfd\x7e\xe6\xcc\x1b\x18\x80\x94\x62\x27\xe9\x36\xbb\xfd\xc4\x22\x30\x2f\xcc\xe3\xcc\x79\x7e\x8f\x2e\xfb\x8a\x7d\x53\xf7\x38\x02\x8a\x22\x8e\x13\xe0\x28\x81\x70\xa4\xa4\x19\xcd\xdf\x7c\xaa\xe2\xf8\xa1\x1f\x98\xa8\x2e\x17\x10\x6f\x76\x54\x59\x59\x4d\x69\x8c\x76\xac\xa8\x4a\xdb\xaa\xa1\x2f\xef\xac\x49\xf2\x8d\x74\x1c\x05\xce\x35\x8c\xc0\xd4\xd9\x44\xbb\x9a\x1c\x85\x14\xe9\x76\x1c\x85\x2c\x2c\x2b\x76\xae\x5c\xb0\xa6\x2a\x2d\xab\x7e\x4d\xae\x77\xac\xf6\x35\xb9\x96\x55\x1a\x6a\xf8\xde\x4a\x50\x56\x54\x33\x9a\x85\x9d\x2a\x9a\xd2\xa2\xaa\xf1\xe4\x69\xa2\x6e\x8d\xdc\x3d\x17\xc7\xa3\x8e\x13\xe2\x05\xf8\xa8\xc8\xa1\xf4\x16\xfe\x98\x70\xec\x7b\x0e\x82\x13\x0d\x76\xc7\x32\x69\x8d\x0e\x52\x4d\x54\x86\x38\xba\x94\x12\x57\x5a\x25\xe6\xbc\x83\x5b\xc0\x22\xfc\xca\xb1\x47\x34\x17\x4c\x30\xb1\x70\xa3\x32\x6a\xca\x22\xf3\xca\xe1\x42\x48\x1a\x95\xec\x55\x99\xf2\x06\x43\xdb\x0b\xab\xe2\xa0\x35\x97\x26\x15\x7c\x86\xeb\x66\xc8\xf5\x2a\x3d\x78\xb4\x7a\xac\x5d\xe5\x1e\xad\x34\x87\x5f\xa4\xf5\x74\x35\xc3\xf3\xb4\x9c\x16\xb3\x81\x19\xff\x1c\x12\x03\xba\x99\xa7\xe7\x32\x51\xf5\x31\x49\xc8\xb4\x98\xa1\xc9\x07\xf5\x07\x16\xff\x4d\x33\xe5\xc3\xb7\xf0\x48\x84\xc4\x22\x14\x83\x97\x6b\x2b\xa5\x1a\x05\xfb\x96\x98\xc4\x61\x0a\x01\xad\xc2\x0b\x9d\x97\xb8\xd6\x39\x49\x2b\xdc\x4c\x52\x8a\x90\x7f\xbb\x71\x75\x7d\xbc\xcc\xe6\xbc\xac\x6e\x42\x98\x3d\xc6\x16\x82\x73\x6f\x78\xf8\xa2\x19\xb7\x86\xff\x0a\x61\xe1\x39\xbe\xd0\xbd\x28\xe9\xea\x79\xe3\x2a\x52\x09\x1d\x72\x7c\xe1\x83\x91\xcb\x86\xc5\x86\x76\xee\xb9\x10\xe0\x6e\xe3\x66\x76\x59\x47\x7d\x8b\x4a\xc6\xc2\x96\xf1\x38\x90\x05\x19\x13\x4d\x15\x73\xe7\x28\xb4\x8c\x5b\x9e\x7f\x6f\xe7\xc5\x1d\xe4\x54\xcd\x75\x5e\xf9\x48\x7b\x0a\x6a\x29\x37\xf1\xb7\x6d\x6c\xa0\x30\x77\xd5\x91\xbb\x93\x74\x95\x9f\xf2\x99\xee\x25\x8e\x77\x29\x95\x20\x8d\xb8\xdc\x57\x7a\x83\x42\x43\xf6\xd9\xd3\xbe\x34\xa3\x29\xe9\xe2\x51\x01\xf4\xa3\xd9\xd4\x94\xcf\x06\x76\x54\xad\x77\x58\xc2\xb0\x9d\x52\xa9\x88\x7a\x55\x1f\xd7\x37\x6c\x1e\xc7\x95\x89\xa8\x43\x8d\x3d\x0f\xc7\xca\xc7\xcf\xe8\xe4\xad\xc2\x0a\xda\xb2\xc3\x12\xaa\xe5\x37\x50\x0a\xba\x45\x22\xa8\x24\x58\x98\x80\x7b\x68\xf4\xfc\x64\x32\x04\xca\xfa\x1f\xa2\x84\xf2\x7e\xc4\x55\xea\xf8\x8a\x02\x2f\xe7\xe4\x75\x75\x7c\x2f\x35\xb3\x78\x92\x5d\x29\x54\xad\x0a\x13\x84\xc1\x59\x56\xf0\xb5\xd0\x33\xcf\x2a\x4e\x72\x7b\x48\x9a\x43\xf6\x0e\x90\xda\xcd\x4e\xc8\xbd\x21\x2b\xde\x16\xc6\x91\x53\x2d\x92\x61\xb2\xe5\x58\x23\xf6\xee\xd8\xd9\xe1\x3d\x3b\x3b\x44\x92\x4c\xb4\xbc\xbd\xd5\xd4\xf8\x1f\xac\x02\xea\xe4\x05\x87\x2b\x77\xce\x65\x13\xc3\x72\xa1\x26\xde\xb8\x91\x18\xf8\x62\x17\x34\xd9\x87\xdd\xe2\xda\xe3\xd1\x31\x75\x44\xf8\x56\x19\x46\x26\x15\x56\x66\x91\x09\xd9\xa0\x0d\xea\x43\x54\xe2\x4d\xbb\x18\xe6\x1b\x17\x62\x89\x68\x88\x2d\x28\x28\xcb\x10\x84\xc9\x06\xe1\xf6\xb7\xcc\xcb\xcb\xa5\xd8\x7c\x58\x03\x3e\x2c\x8a\xec\xbc\x8e\x50\x18\x90\xaa\xbd\x62\xca\xd9\xbf\xf4\xfd\x01\xda\xcb\xe8\xb0\xcc\x89\xb3\xf3\xdd\x5a\x91\x3a\x48\x01\x22\x9b\x18\x10\x88\xb0\xd4\x63\x08\x66\x4b\x1c\x0a\x01\x44\x99\x73\x20\x4e\x1e\x14\x93\x7e\x7e\x38\x3a\x9d\x5f\x90\xf9\x87\x97\x65\xf5\xa6\x5a\x5e\x64\x8c\xe4\x5e\x70\x44\x1d\x21\xf9\xad\x01\xe9\xa0\x53\x50\x69\x0d\x49\x34\xe0\xc1\x2a\xb4\x2f\x2d\xff\x6e\xe8\x56\x89\x8c\x0e\xb1\xfd\x3e\xd9\x66\xc7\x3c\xa0\x3e\x71\x51\x52\x29\x13\xfa\xde\x1e\x4f\xab\x67\xc5\x4e\x35\xd1\x21\x64\xe9\xfe\x39\xd4\xc5\xbc\x2d\xd1\x52\xd1\xa8\x47\xe6\xb2\x01\xf1\xaa\xbf\xe1\x1d\x86\xbd\x93\xd8\xec\x0c\x4c\xf4\xba\x05\x11\xb1\x15\x31\x0f\xc2\x75\x17\x38\x62\x39\x3e\x5d\x50\x66\x23\xf8\x5a\xc9\x1f\xdc\x84\xb2\x01\x02\xee\xd7\x7e\x7a\xf3\x97\xba\x64\xc7\x4b\x6a\xa3\x73\xb0\xa2\xea\xac\x45\x3e\x2c\x86\xdb\x47\x92\x50\x4c\x70\x83\xf9\xc5\x32\x8d\x05\xf2\x48\xc9\xd6\x4a\x30\x6d\x95\xa6\x01\x6e\xe4\x63\x77\x62\x97\xd3\xae\xb8\x57\xc0\x28\x81\x10\xcd\x3c\xe3\xd9\xd1\x99\x03\x4e\x80\x7a\x41\x38\x64\x05\x05\xc1\x4a\x53\x77\xc2\xee\x00\x10\x5a\xba\x22\x4d\x96\x52\x93\x69\x34\x13\x6c\x02\xd6\x0a\x38\x89\xa2\x91\xe1\x55\x0a\xc1\x00\x04\x4b\xd1\xa7\xc4\x65\x45\xcf\x29\xcb\x38\x65\xe7\xaf\xda\x42\x90\xe9\x6f\x42\x41\x2f\x05\x62\x8f\xc9\x03\xa5\x13\xcb\xf4\x82\xcc\x32\xf9\x85\x52\x5e\xf2\xbe\x4c\x50\x24\x09\xdd\x23\xa4\xe9\x63\xce\x05\xc7\x8a\x1a\xfc\x72\x90\x47\x23\x12\xf1\x4c\x27\x89\xf2\xf6\x17\x80\x1b\x51\xdc\x60\x25\x54\xe6\x14\x37\x57\x81\x98\xd4\xc8\x84\x06\x47\x98\x60\x93\x4b\x60\x8e\x55\x1a\x84\x49\x71\xd4\x8e\x22\xc1\x16\xc7\x56\x4a\x87\xab\x8d\x17\x7f\x9b\x8a\x29\x81\xec\x98\xfd\xf3\xe2\xc5\xef\xca\x8d\x68\xd8\xc5\x20\xfe\x8e\x0b\xc1\xe1\x42\xea\xdc\x7d\xd7\xb0\xe0\xa6\xd6\x71\x62\xc4\x82\xeb\x36\xd8\x51\x05\xa0\xeb\x27\x7b\x51\xdd\xdb\x06\xda\x47\x1c\x92\xc0\x8c\x46\xcc\x1f\x64\x1c\x37\x1e\x34\xb9\xdc\x04\x0d\x68\xba\x24\x26\xd7\x83\x92\xd7\xed\x86\x97\x69\x3e\xec\x20\x4c\x52\x6a\x9d\x41\xc9\x7e\xe0\xa4\xf9\xc5\x18\xb2\x60\x30\x80\x25\xc0\x10\x9c\xaa\xf2\xa4\x61\x79\x42\x68\xed\xe4\xe4\x9d\x54\xc1\x14\xbe\x9e\x1b\x45\xa9\xe1\xab\x71\xe3\x33\x26\x19\x0e\x28\x18\xac\x1b\x85\xe0\x84\x3a\xa6\x3b\xa5\x9b\xc6\x81\x08\xca\x15\x64\xe6\x48\x5f\x1d\x25\xda\x42\xd0\x96\x0a\x00\x96\x52\x8e\x21\x82\x09\xbe\xe3\xcb\x00\x3a\x73\x3b\xf9\x0f\xce\xd2\x2d\x6a\x77\x07\x4b\x2e\x5b\xaf\x93\x2c\x6d\x5e\x16\x9d\xfb\x48\xe6\x04\xc0\x1c\xd3\x6e\x4e\x93\x19\x10\x93\xaf\x32\x4e\x6a\x2e\xd8\x30\xe0\xb6\x23\x3d\xe3\xc0\xca\x63\xb6\x41\xad\x46\xb8\x7b\x75\x94\x98\xe0\x06\xc9\xc2\x3c\x70\xdf\x6c\xad\x24\xaf\x69\xb4\x41\x5b\x0d\x12\x62\xc5\x33\x9c\x69\x72\x10\x9a\xf0\xbe\x5b\xc9\x39\xc0\xec\xbe\xa4\x81\xa6\xac\x71\x87\x94\xf6\x0e\xa1\xeb\x35\xd5\xeb\xeb\x05\xbb\x12\x5c\x82\xae\xa9\x04\xc5\xd6\xa7\x26\xf4\x2a\x53\x76\x6b\x27\x26\x04\x33\x5c\xe1\x6c\x57\x6a\xaf\xf5\x55\x2e\xad\xaf\x0d\xad\xcf\x2c\x19\xcf\x80\xeb\x09\xb6\xd2\x01\xce\xd5\xfb\x19\x1c\xc8\x26\x43\x46\x7f\x56\x8d\x55\xa7\x82\x04\xc2\xde\x54\xbf\x23\x6c\x5e\x99\x6d\xab\x46\x1a\x59\x91\x17\x0d\x48\x51\x13\xc5\x75\xb9\x5a\x38\x72\x74\x45\x26\x97\x64\xb0\x65\x34\x29\xb5\x4a\xaf\x26\x7d\xe9\x52\x8a\x18\x61\x74\x97\x4d\xd9\x73\xf0\xc5\xf6\x30\x10\x16\x03\x7f\xf2\xc2\x7b\x79\xd0\xba\x36\x92\xe6\xbd\x51\x43\xf9\xd6\x1e\x4b\x46\x87\x62\x16\x5b\x65\x4f\x20\x31\xe4\xcb\xb2\x9a\x13\x29\x13\x26\xa3\x03\x95\xa0\xe4\xc7\x32\x62\xfe\xa9\x40\xfa\xb0\x84\xb6\x2e\xc5\x0c\x97\xad\xad\xdb\x79\x12\x8e\xee\xbc\xb5\xb3\x0d\x9a\x64\x76\xe1\x76\xe3\x72\x3f\xc1\xd2\xb9\xcc\xf1\xbf\xd4\xe2\xb5\x38\x49\x16\xe0\x24\xef\xb9\x40\x61\x4e\xb3\xdc\xa0\x49\xe9\x88\xb2\xd6\x94\xe8\xc7\x5f\x84\x84\xec\xa3\xa0\x4e\x76\xd2\x96\x41\x03\x89\xdd\x9a\x4a\x5f\xcf\xd3\x60\x74\x10\x54\xd9\x86\xd8\x84\x3e\x95\x6d\x87\x06\xb4\x43\x19\xdb\x51\x5a\x5c\x9a\xbf\xf1\x64\x2a\x05\xb8\x26\x1e\xa1\x90\xdd\xfa\x40\x0b\xc0\x5d\x09\x05\x7a\xa4\xdf\x66\x6e\x81\x72\xac\x38\xb9\x3e\x04\x35\xa7\x0d\x5b\x1a\x7c\xde\x00\x4e\x70\xb5\x6c\x85\xd2\xb8\xd8\xba\xce\xd1\x59\xae\xea\x0b\xc0\x20\x22\x0d\x9d\xa1\xca\xb4\xd3\x4a\xab\xa3\x34\xed\xa7\xac\xe4\x74\x71\xa3\x7c\x94\x28\xa9\x13\xae\x66\xc6\x3a\x05\x1a\x11\xc3\x7c\xe2\xb7\x7e\x90\x7d\x13\x16\xce\x3f\xd2\xa2\x96\xfd\x24\xb0\x5c\x86\xef\x81\xae\x36\x1a\xb5\x12\x82\x8f\x49\xc2\x91\xd7\x62\x17\x81\xda\xd6\xa6\x7b\x62\x3f\xb4\x5a\xed\xda\x06\x74\x91\x98\xad\xaf\xb2\x5e\xb8\xd0\x97\xa0\xa2\x52\xe1\xfc\x8a\x22\x49\x8c\xd9\x9a\xf0\x06\x7c\x2c\x17\x7f\x2a\x30\x4c\x65\xce\xb7\xa0\x98\xb0\x4f\x07\xba\xb3\xd6\x02\x24\x04\x39\xb8\x96\xa1\xaf\xf3\xf7\xe4\xa0\x83\xfb\xa3\xb5\x28\x27\x3d\xf0\x89\xda\x2f\x4a\x4f\xef\xf9\x7a\x46\xf8\x96\x09\x79\x9e\x18\xd7\xed\xca\xb2\x3d\x1c\xd4\x7c\x5e\x7e\x8f\xd0\x06\x11\xf3\xf3\x32\x21\xeb\xb5\x4e\x4a\xe4\x58\xc8\x9c\x93\x2a\x1a\x73\x42\x0d\x02\x4a\x6c\x18\x9f\x53\x44\x3a\xbe\xca\x5a\xcd\x08\xb4\x56\x1d\x59\x40\x5a\x1e\xb4\x17\x7c\x47\x71\xfd\x5a\x16\x0e\xc5\xb7\x79\xc5\x6d\x81\x48\x6b\x4e\x5b\xb1\x0f\x01\xd5\xa9\xde\x4e\x5f\x69\x25\xb3\x36\x47\x3b\x8a\x7d\xe4\x1f\x5d\x58\xba\x70\x68\x05\x2c\xc5\xf6\x5e\x87\x3b\x74\x7a\x74\xbb\x69\x49\xbf\xa1\xc4\x57\xa2\x4b\x65\xba\xfe\xce\xf8\xd7\x76\x59\x27\xa1\x11\xeb\x86\xab\x35\xa4\x72\x06\xed\xf3\xc8\x6d\x55\xc7\x88\x74\xcc\xbb\x87\x12\x21\x8f\x30\x0b\x62\xaf\xb6\x7d\x64\x0c\x40\x1c\x38\x27\xaa\x8b\x98\x5d\x64\x2c\x2f\x48\xfe\xe2\x8a\x30\x9e\x54\x18\x7c\x95\x45\x09\x05\x03\x06\x7d\x18\x91\x5b\x19\xc1\x72\xcf\x09\x44\x6f\xd5\x2e\xd2\x2b\x29\xaf\x22\x6a\x50\x57\x51\x49\xef\x85\x5c\xde\xa6\xeb\x42\x83\xc6\x37\x10\xd7\x9b\x7a\x17\x40\x8f\x6b\x4a\xb6\x1b\xdb\x95\x21\x82\x81\xce\x76\xf8\x84\x46\x75\x7d\x05\xa9\x42\xfa\x18\x48\xfc\xa6\xcb\xf2\x2a\x2b\x9e\x5d\x90\x46\x6c\x63\xef\xf8\xf5\xa2\x74\x6a\x1b\x70\x95\x8e\x0e\x1d\xb8\xc2\x44\x46\xe0\x88\xbb\xfe\x1b\x26\xcf\xbb\xa7\xa0\x4c\x3a\x75\x26\x71\x5c\x6d\xd7\x86\x74\x8d\xd3\xd7\x8d\xb4\x5e\x03\x34\xa0\x99\x73\x4d\x54\xef\x37\xe5\x7e\xed\x84\xb8\x26\xbc\xfb\xcc\x20\x5c\x32\x6e\xf4\x52\xcf\xdc\x0d\x7e\x8e\xb9\x73\x76\x2b\x1c\xda\x1d\xa6\x2d\x21\x71\xac\x32\xf2\x8c\xd2\x94\xa8\x39\x70\x14\xa7\xe1\xb9\x54\x55\x10\x96\xd5\xd5\x05\x7f\xd7\x26\x74\x35\xe4\xb5\x43\x4b\xf6\xcc\x78\xf5\x3b\x2d\x76\x9a\xd2\xb5\xbb\x7e\xbf\xb7\x87\x24\xca\xe0\xf1\xf9\x5c\xd7\x90\x0d\xb4\xe3\x9a\xfa\x3d\xef\xa0\xa5\x50\x30\xd4\xc0\xa6\xcf\x01\x02\x18\x29\x8f\xa5\x48\xdf\x4a\x2d\x13\xad\xa5\xcd\x6e\x14\x52\xc3\xed\x43\xc2\xfc\x81\xe3\xd0\x93\x83\xad\xac\xa9\x24\x8f\x6e\x9c\x44\x08\xd6\x4b\xa6\xca\x09\x31\x1f\xd7\xca\xff\x1c\xfe\x4d\xc1\x35\x7d\x7a\x30\x93\xd9\xad\xb3\xf6\xc5\x00\xd9\x06\x8c\x03\xe5\x5e\xb4\xff\x24\xda\x23\x83\xbc\xbc\xcd\xc6\xe4\x23\xe5\x71\x2c\xff\x55\xe2\x44\x96\x66\x6e\x24\xf4\xe6\xfa\x82\x16\x24\x19\x65\xd3\x72\x26\x4f\xe7\x2a\x3d\x25\xd3\x1a\x8e\xda\x0a\xf1\x74\x25\x19\xfc\x1a\x57\xe9\x6a\x4c\xc4\x11\xab\x71\x26\x9e\xc2\x9d\x04\x4a\x1a\x9e\x4e\x05\x6d\x9b\x4a\x4d\x56\x21\x47\x0c\x10\x10\x2c\x3d\xc0\x34\x2d\xb4\xcf\x15\x7b\x4c\x21\x59\x53\x92\xa5\xd9\xb4\x98\xb2\xd9\x0c\xc9\x26\xe3\x58\xe5\x5e\xcb\x10\xce\x64\x87\xe2\x2e\x50\x8f\x06\x30\xa0\x54\x06\x6d\xd6\x13\x8e\xe5\x30\x26\x15\x86\x41\x4c\xb2\xcd\xc6\x76\x56\x35\x3b\xab\xa6\x6c\x26\x7b\x91\x33\x00\x03\x6b\x4d\x62\x9a\xed\xec\xc4\xe0\x56\x8b\x00\x23\x0a\x3a\xe6\xcd\x8e\xb9\xe8\x18\xc6\xac\xe0\x96\x41\xe1\xe6\xdd\xd8\x1d\x9a\x36\x9f\x1b\x97\x15\x86\x44\x54\x18\xfe\x3f\xe0\xc5\xff\xdf\x30\xd2\x88\x5c\x7b\x69\x54\xb2\x61\xb4\x77\x02\xf8\xc7\xb2\xa7\xbd\x68\x08\xcb\x3a\xa4\x6c\x08\x53\x34\x8c\x30\xdb\x4b\x89\xbb\x4b\xc6\xc3\xc8\x3a\xeb\x09\x8a\x28\x5a\x7a\x96\x89\x23\x00\x70\x5d\xc3\x68\x4f\xa5\x54\x66\xf5\x92\xcc\x79\x52\xa1\xbd\x68\x1c\x21\xdc\x14\x1d\x98\xda\xed\x36\x06\x27\x9c\x0d\xa5\x05\x56\xc7\x1d\xb0\x3a\x93\x12\x85\x40\xe8\x0d\x24\x41\xb3\x60\x75\xd5\x6c\x70\x68\x7c\x0c\x9a\x3e\xd1\x2a\x69\x9f\x3e\xe0\x4a\x33\x22\x49\x95\x7f\x25\xd8\x55\xe8\xf0\x69\x6b\x44\xbc\x84\xb8\x17\xd2\x31\x0a\xec\x0b\xbb\x58\x5c\x4f\xaa\x17\x05\x70\x1b\xe9\xc6\x1d\xd8\x13\xe3\xaf\x28\xb7\x10\x69\x6e\x21\x65\x73\x20\x90\xcd\x4c\x63\x5f\xe0\x12\x6d\x88\xc9\x37\xb6\x91\xda\xaf\xbe\x60\xbe\x0e\x74\x73\x00\x47\x1e\x1d\x06\x3c\xab\xb6\xc4\x06\x4a\xfa\xb6\x94\x2a\xb7\x1e\xc9\x1f\x57\xe9\xed\x66\xe0\xbb\x61\x06\x94\x29\xc6\xb8\xee\xa6\x3e\x63\x68\xc0\x5d\xb5\xc3\xa5\xd4\x6e\x99\x68\x29\x86\x24\xfb\x6f\x86\x75\x94\x54\x1e\x84\x6d\x0d\x29\xda\xbc\x27\xe9\xed\x06\xe1\xc6\xb3\x29\x9b\xa5\x7c\x7c\xba\xd4\xee\x3f\x8e\x6b\x00\xc3\x14\xa1\x49\x52\x39\x29\x6c\xa1\x4d\x27\x5b\xa0\x6c\xd0\xc9\x79\xcb\x66\x29\xf5\xac\x20\x6d\xcd\x47\x25\xb7\x60\xa0\xc7\x4e\x39\x40\x9b\x3a\x7a\xe6\x43\x99\x35\x1c\xef\xfd\xdb\x3c\xe3\xd9\xc4\x55\x9d\x33\xe9\xc0\xca\x3b\xd1\x59\xab\xf1\xe9\xbc\x14\x2b\xce\xdf\xb6\x47\xf7\xbe\xfc\xcb\xc9\x9b\xaf\x13\x82\xe1\x03\x95\xb4\xb5\xb5\x38\x17\xc5\xa5\x97\xc8\x96\xa2\x41\x8d\x88\x86\x75\xb7\xb0\xb3\xeb\x75\xc4\x56\x62\xa3\x38\xcf\x8e\x64\xf2\x09\x8e\x69\x3e\x21\x9b\x89\xfc\x95\xb4\xd1\xa7\x8f\x9a\x0f\x26\x04\x39\xaa\x52\xc8\xfb\x4a\x73\x19\x5f\x06\x3c\x70\x9b\xe1\x69\xcb\x75\x40\x6f\xaa\x56\xa8\x88\x46\x1c\xa6\xb9\xe2\xb6\x0c\xf5\x01\x67\xe7\xc0\x91\x21\x0e\x40\xa3\xf6\x53\xcd\x53\x82\xfd\x7b\x08\x47\xa7\x3c\x3b\x8f\x6c\xdc\xd8\x9e\x38\xc1\x26\xdb\x0e\xd1\xbc\xad\x4e\xe5\x69\x72\x30\x34\x15\xc3\x8d\x08\x9c\xc0\x96\x3d\x3d\x85\xa1\x06\xe4\x79\xf5\x46\x66\xc1\xb2\xd8\xb7\x9e\x24\xd0\xc1\x72\x2a\x0d\x85\xf6\x80\x6b\xb3\xc6\xd2\xe9\x97\x34\x42\x73\xda\x0e\x8d\x1e\x13\x56\x1b\xf5\x8f\x60\xc0\x6e\x55\xb5\xc9\xe8\x00\xbb\x8e\xea\xe0\xc3\xa7\xf8\x55\xc3\x04\xb6\x56\xb4\xe9\x75\xdc\x0c\x0f\xba\xeb\x18\x0e\xfd\x31\x80\x67\x57\x43\x65\xd0\xd4\x43\xe8\xb9\x68\x70\xab\x83\x0e\xad\xaa\x09\x79\x6d\xeb\xc5\xb4\x8a\xa2\xdb\x17\x56\x30\xfe\x5b\x75\xad\x72\xb8\xb9\x1b\x5d\xfc\xbe\xec\x52\x3b\xfa\x3c\xb8\x2b\x87\xe0\x08\x26\xb7\x8e\xd0\xf8\x34\xcb\x73\xa3\x82\xde\x12\x8d\xed\x4d\xcc\x6e\xad\xeb\x9c\x25\x52\xc9\xd4\x8a\x8c\x76\x17\x7d\xb7\x06\x4d\x72\x8f\xd2\x46\x82\x07\x74\x55\x3b\x35\x06\x31\x41\x2a\x99\x1f\x7a\x72\xe0\xef\x05\x15\x3f\x9e\xf1\x80\xa3\xb1\xe4\x5d\x87\x10\x51\x71\xae\xf0\xde\xc5\x1c\xaa\x15\xec\x5e\xa1\x84\x63\x32\xe5\x33\x6f\x77\xf8\xd8\x01\x81\xf3\x2f\x23\xbb\x01\xf8\x47\x5c\xe1\x44\x39\xf1\xc8\xed\x21\x67\xa0\x29\xdf\x2a\x26\x69\x10\x52\xb0\xcb\x1a\x32\x25\x43\xe7\xeb\xa4\xa1\x6d\x45\xeb\xb5\xce\x97\x29\xfb\x55\xe3\x75\xbb\x07\x18\x71\x33\xb0\x40\x81\xf6\xc1\x72\x65\x63\xda\xae\xa0\x55\x5c\x76\x55\x3a\x88\x95\x3b\x93\x4a\xd0\xd4\xd0\x94\xd6\xc3\x77\xd7\x89\xe5\xa5\x64\xe2\x03\x18\xc5\x8f\x15\x9e\xae\x21\xdf\x90\x87\x4a\xcd\xd5\x5e\xf4\x24\x92\xa7\x48\x05\xf7\x35\x6d\xf8\x9e\x4e\xd1\x86\x07\x2a\xa3\xfd\xc8\xc8\x1d\x17\x44\xab\x0d\x81\x99\x68\x65\x04\x10\xec\xc3\xc0\x31\xf3\xc9\x3c\x78\xc0\xc6\xff\xb7\x9b\xb1\x48\xf2\x2c\x98\x23\x8f\xfd\xa0\xa0\xf1\x12\x85\x09\x09\x96\x36\x3e\xfc\xce\x00\xd3\x4a\x6b\xee\xab\x66\x36\xcc\x6d\x60\xbf\x36\x8d\x11\x80\x40\x37\x30\x70\xe9\x22\x71\x2f\x5c\x7d\x09\xdf\x5a\x7f\x2b\xa7\x01\x08\x58\x2d\x68\xde\x7a\x51\xd0\x5c\x32\x1d\x03\xdf\x2b\xb2\x23\x1b\x57\xcb\x94\x80\x76\xb8\xdd\x37\x7e\x16\x4f\xe0\xff\x42\x29\xb1\x9d\x6b\x5f\x3b\x89\xa1\x76\x82\x4f\xa8\x6e\xb3\x75\xda\xb8\xd3\x40\xf5\x56\x06\xeb\xdd\x93\x50\x07\xb2\x4e\x37\x22\x50\xbb\xaa\x7b\x0e\xe5\x8d\x3a\x8d\x00\x1c\x27\x9a\x95\x5c\x0f\xab\xd6\xae\x6a\xf0\xe1\xa6\xb8\x4d\x32\x6e\x0f\x65\x57\x92\x71\x33\x14\xa7\xac\x27\x0a\x2a\x81\x73\xee\x28\xc0\x80\xcf\x6f\x12\xb2\x50\x98\x14\x08\x4f\x04\x13\xdf\x43\xc5\x79\xd9\xde\xb7\xad\x22\x69\xeb\x73\xe4\xcd\xbe\xd3\xfc\x7a\x35\xcc\xec\x36\x42\x8b\x21\x23\x99\xb6\xb7\xfa\x2f\x9d\xc5\xd5\x87\x76\xc7\x75\xd5\xc5\x9d\x25\x35\x61\xcb\xa1\xd4\xb1\xad\xe0\x66\xfb\xd5\x4d\x59\x7c\xb7\x2f\x6f\xd6\xb2\x5f\xdf\x8a\xba\x9e\xce\x50\x57\x44\xb6\x93\x53\xdd\x06\xfe\xf6\x67\x67\x77\xfc\xd8\x75\x65\xc3\x52\x76\x54\x1d\x79\x31\xa0\x12\xb6\x3c\x27\xcd\x34\xba\x54\x3e\xc4\xb4\x99\x5f\xfd\x23\x71\xfd\x18\xe9\x22\xe9\x0c\x11\x73\xbc\x61\xf8\x0c\x57\x1d\xce\x28\x87\x48\xb4\x53\x75\xbb\xb5\x1c\x98\x54\xa9\x7d\x0e\x63\x52\x83\x55\xc6\xb1\x7f\xa5\x54\x70\xcf\xc4\x71\x69\x3d\xc8\xcc\x9f\x9e\x17\x87\x78\xee\x7b\x96\x49\xb4\x02\xe3\x50\xda\x33\xc2\x43\x24\xbf\xce\x95\x43\x5f\xd5\x27\x3c\x2b\x88\xf4\xca\xb1\x18\x2c\xc7\xc4\x4b\xb4\x22\x84\xe7\x0f\xc4\x81\x43\xfd\x40\x74\xa0\x2e\x41\xce\x4e\x13\x57\x2b\x01\xef\x4b\x23\xe0\x09\xb6\x23\x8e\x55\x4c\xb8\x1e\xb4\x25\x0c\x47\xcf\x13\xae\x50\xfc\x1d\x70\x17\xdb\xd1\xdb\x5f\x34\x66\x8d\xe8\xf9\x1d\xf1\xd2\x13\x8b\x47\xef\xb7\x83\xa5\x9c\x9e\x7a\x70\x29\x0e\x52\xc4\xf6\xa4\xe8\x7d\x5e\x30\xae\x1f\xc1\xa9\x22\xd3\x56\x57\xd3\x1f\x54\xec\x6a\xad\xaa\x0e\xad\x95\x4e\xb8\x84\x19\xae\xa6\x6c\xa6\xd3\xab\x6c\x89\x4c\x09\x8d\xea\x0e\xd1\xce\x3f\x72\x60\xef\xab\x8c\xd5\x8b\xb2\xba\x74\xec\xe2\x3f\xfd\x00\x41\x27\x2f\x53\x2d\x07\xc7\xea\x33\x7a\x0b\x4a\x8a\xbc\x4d\xd5\x5d\x75\xec\x1d\x97\xd7\x68\x6b\xef\xfe\x7d\x58\xb2\xb0\x62\x7b\xab\x4d\xb8\x55\xc1\xe9\x2a\xd8\x64\xce\xed\xc8\x8c\x33\x42\xad\x58\xdc\xdd\x9a\xe0\x53\x32\x03\x42\x09\x0d\x54\xe6\x2a\xb1\x33\xf0\x29\x27\xcc\x8d\xa8\x7c\x9d\x2d\x13\x35\x60\xc2\x78\x25\x2d\x5e\xc8\xe1\x04\x9c\xa9\x7c\x7a\x03\x98\xb8\xbb\x8c\xe4\x0e\x5b\x6c\x87\xc1\x88\x1b\xf2\x6d\xeb\x86\x64\xf2\xa1\xc9\x34\xff\x8c\x28\xa5\x33\x58\x63\x48\x6e\xaf\xcc\xd7\xbf\x78\x5a\xfb\x8f\x1e\xc2\x0a\xa6\x24\xad\xe8\xaf\x40\xee\xba\x35\x11\x18\xb5\xf2\x7b\x0a\x22\x17\xc9\xd0\x1c\x1f\x9b\xea\x66\xe9\xe3\xfd\x28\xd3\x83\xfb\x08\xd2\x6a\xba\x0f\x94\xe4\xac\x90\x0e\x7c\xc8\x27\x36\x2f\x56\x79\x03\x1a\xc9\x0e\xaa\x85\x59\x23\x87\x44\xbc\xbe\x89\xaf\x43\x71\x47\x6a\xeb\xc3\xa0\x78\x70\x3c\x55\xe3\x81\x3f\xb2\x4a\xff\x65\xef\x1f\x9b\x92\xcd\xe2\xa6\xd9\x31\x87\x79\x4d\x23\x5e\x9a\x82\x46\xee\xb2\x55\x5b\x5f\x2a\xc4\xbe\x0f\xc6\x39\x2d\x41\xad\x65\x6b\x92\xc7\xad\xb2\x18\xcc\x8b\xe9\x5a\x66\x71\x6a\xf5\x0a\xf3\x09\x4d\x39\x67\xd9\x9c\xb9\xfe\xf6\xdd\x76\x4c\x15\x79\x06\x5f\x87\xce\xe0\x6b\xf7\x0c\xbe\xd2\x67\x10\xea\x03\x87\x38\x26\x1f\x39\x61\x79\xf2\x8c\x60\x80\x71\x9d\xb4\x1c\x0a\xea\xd5\x92\x54\x1d\x60\xf0\x4a\x31\xe3\xf2\x85\x52\xd3\x2d\x7f\xc9\x5c\xb0\x26\xda\x55\x61\xe2\x78\xbf\xe0\xd0\xaa\x27\x80\x34\xe8\xc6\xa8\x4a\x5e\xc5\xfe\x29\xdb\x53\x8b\xb4\x52\xa5\x15\x2b\xad\xc2\x78\x2b\xb2\x2c\xb2\x39\xf1\x3f\xa3\x91\x4f\xe9\x3d\xa4\x19\xaf\x57\x05\x1f\x96\x8b\x61\x36\xac\x49\x75\x45\xaa\xe1\x3f\x57\xa4\xba\x19\x26\x8b\xb2\x1a\x66\x45\x31\x6c\xab\x81\x20\xdd\x52\x8d\x86\xb4\x1e\xd2\xcb\xcb\x15\x50\x91\xf1\xf0\x7d\x39\xbc\x2c\x73\xba\xb8\x19\xaa\xaf\xae\x31\xe4\xf6\x37\x49\xe8\x22\x71\xcb\xde\x2c\xc9\x44\xce\xbd\x4a\xb2\x97\x27\xee\x92\x87\x62\xdc\xbd\xde\x8f\x76\xd0\x19\x28\x7d\x37\x1a\x57\x24\xcb\xdf\xb0\xe2\x26\x41\x58\x62\xa3\x1f\xf3\x67\x2a\x2c\xa5\x6d\x0b\x69\xba\x71\x18\x66\x79\xac\xeb\x26\xc4\xcf\xfc\xea\x45\x1a\x4a\xf5\x4b\xf8\xc6\x11\x7c\x79\xdb\x4b\x44\x2f\x73\x84\x50\x3b\xcc\xc6\x2e\xe8\xc0\x6e\x2e\xa7\x0e\xd6\x02\x8f\x66\x2b\x64\xff\x49\x38\x5a\x9f\x84\xb7\x09\x0e\x62\x45\xb5\x21\xa4\x34\xb0\x54\x7b\x10\x87\x5e\x32\xc5\xe0\x7e\xe4\x98\x6f\xf0\x69\x7b\x7a\xc2\xf9\xc0\x8e\x55\x3a\x51\xc7\x6a\x74\x2b\xcd\x77\x93\xd1\xc1\x06\x6d\xf0\xe9\x72\x55\x5f\xf8\xe1\xde\x93\x6e\x5d\xbd\xbb\x8c\xa2\xa2\xbc\xe7\xa4\x3d\x59\x29\xec\xef\xd5\x96\xac\xea\xb6\x56\x67\x57\x1d\xab\x8f\x15\x58\x87\x63\x03\x71\x21\x3b\x9c\x2f\xf5\xc0\x3b\xd4\xfc\x8d\x75\x82\xd5\xb1\x84\x39\x95\x38\xc2\xe2\xfe\xe9\x0e\xd6\x23\x1b\xa4\x30\x48\x83\xfd\xaa\x52\xce\x73\x2b\x11\x7e\x34\x61\xa1\x3a\x98\xa2\x82\x59\xcf\x69\x5d\x97\x73\x9a\x71\x30\x93\xbc\xb9\x66\xb2\x76\xdd\xb1\xe1\xb5\xc6\xdb\x91\x39\xfb\xb0\x5d\x78\x43\xc7\x33\x90\xa1\xdf\xa0\x32\xd0\x09\xec\x4e\x57\xac\x22\xe7\xb4\xe6\xa4\x12\x43\x50\x36\xcf\x16\x9d\xbe\x54\xb6\x50\x5b\xda\xf9\x4e\x6d\x11\xbd\xa6\x85\xc6\x2a\x68\x13\xfa\x60\x3f\xc6\x31\xb2\x6b\x22\x92\xb6\x5e\xb5\xa1\x23\x68\xbe\x56\x9c\x04\x3e\x30\xd7\x6d\xf7\x0d\xb3\xc1\xa7\xbe\x07\xf9\xa4\xc3\x83\xfc\x1f\x5a\x9f\x6e\x16\x40\xb0\x24\x11\x24\xb6\xc1\xde\x35\x1f\x38\x8b\xdd\xfb\xbd\x3b\x09\xac\x3f\x2c\x89\x01\xb2\x41\xf8\x39\x49\x5f\x11\x7d\xa9\x86\x6f\xd4\xc0\x7d\xe9\xef\x98\xf5\x5a\xdd\xd2\x0e\x47\xb2\xed\x12\x86\xcb\x2b\xb5\x7f\xba\x57\x25\x84\x23\xa7\xf6\x4f\x9d\xa2\xfd\xc7\xdf\x95\xe0\x0e\xd5\xbc\x26\x1b\x17\x64\x84\x82\x64\x50\x1e\x9a\xe6\xcc\x03\x41\x14\x87\xbc\xf5\x06\x7a\xb4\xe7\x95\x8c\x4f\xe1\x49\x93\x68\x4a\x1e\x54\x74\x59\x13\xde\x49\xe2\x8c\x3e\xa4\x71\x54\x6b\xc2\x2d\x6d\x33\xdc\x8d\x6f\x6a\x76\xe1\xea\xf5\x8d\x30\x19\x1d\xca\x00\x70\x0f\x63\xec\x56\x67\xc1\x47\x2a\x22\xbc\xfd\x16\x9e\x23\x2d\x2f\xe8\x33\x7c\x9a\xe9\xb3\xf6\x1d\xe5\x17\xee\x39\x56\xca\x76\x63\x1d\x77\x92\x48\x68\x2f\xba\x6a\xc5\xc6\x25\x9b\xab\xf3\x10\x29\xcf\xa8\x08\x3b\x59\x73\x36\x08\x7f\x4d\x82\xb8\x30\xf8\xab\x4e\x51\xc7\x87\xdb\x75\x54\xff\x8d\x70\xaf\xc3\x16\x86\x88\xc5\x1c\x29\xe8\x95\xef\xe2\xd1\x0d\x99\xaa\x80\x41\x7b\x4a\x28\xb1\xe2\x6d\xb9\x5c\x41\x16\x68\xaf\xe1\xe9\x6c\xa3\x35\x81\x2d\x55\x16\x6f\x3a\x8c\x84\x3c\x44\xec\x9e\x02\xc3\x1d\xd9\x06\x55\x2a\x73\x88\x6c\x41\x33\x3d\xf0\x02\x6e\x54\x69\x70\xb8\x4b\x2a\xb0\xc0\x4d\xf9\x6c\xbd\x9e\xce\x90\x4e\x61\x1a\xc7\x5f\x13\x07\xab\x27\x83\x51\xaa\x9c\x7c\x6a\x1a\x16\xd0\xfb\x46\xec\x26\xf9\xf7\x5b\xd9\xac\xbf\xf9\x5f\x96\xd5\x6b\xa3\xec\xf3\x0f\x82\x95\xbb\xa7\x33\xcc\xd2\x83\x47\xcc\x0a\xdf\xc6\x33\x8e\xa6\x7c\xca\x66\x03\xba\x0b\x62\x2b\xed\xc4\x32\x4d\x90\x71\x3f\xb5\x08\x84\xc1\x9d\x31\x25\xb3\x41\x19\xc7\xbd\x23\x9d\xce\x54\xda\x5d\x33\x5c\x6a\x1d\xf9\x20\xed\x4f\x96\x76\xe3\xaa\x26\x08\xd7\x69\x39\xf6\xef\xdf\x6c\xbd\x2e\x5d\x60\x55\x79\xc8\x08\x02\x6f\x34\x18\x77\x89\x30\x58\xff\xc1\x21\x27\x03\x8d\x82\x7d\x6e\x6e\x6e\xb4\xa9\x1c\x27\x66\xb1\x33\x5a\xdc\x5b\x52\xa1\x01\xf3\x0b\x85\x18\xb3\x84\xa1\x4d\x52\x42\xac\x89\x53\xd8\xdd\xb0\x26\x4d\x71\x7a\xf0\x88\x3f\x36\x8e\x8d\x7c\x6f\x0f\xfd\x40\x12\xf0\x45\xd8\x80\x2b\x9c\xde\x20\x5d\x0e\xdf\x7a\x3f\x9a\x06\x21\xa3\xdc\xd6\xd3\x48\x90\xb3\x11\xb7\x6e\x3e\xed\x1e\x01\xc3\xa9\x6f\xd8\xfc\x2b\x7f\xe5\x7b\x34\xa4\x6a\x10\x53\x2e\x16\x5f\x8a\xc0\xb4\x76\x32\x30\x8f\xd8\x7a\x0d\x5a\x18\xed\xf6\x5a\xa6\x7e\xb0\x27\x1c\xe9\xd7\xd9\x12\x64\x27\x84\x33\xe7\x92\x29\x0d\x5f\x82\xd2\xd4\x73\x8f\x34\xcf\x25\x58\xc9\x7a\x3d\xca\xd0\x2d\x33\x26\xac\x9d\xbf\xba\x6a\x20\x65\xd8\xaf\x41\x66\xc6\xb5\x8e\xe2\x8a\xd6\xf4\xac\x68\xec\x84\xa7\x80\x5f\x2a\x06\xbe\x12\x5b\xbf\x48\x0f\x1e\x15\x16\x64\xb3\xd0\x5b\x7f\x9e\xd6\xd3\x62\x86\x17\xe9\xbc\xb1\xb7\x47\x82\xce\x2c\xd4\x86\x8e\xe3\x64\xa1\xb6\x31\x5e\xc9\x1d\x3c\x47\x68\xb3\x52\xcd\x75\xed\xd9\x95\x22\x34\x26\x2f\xc0\x71\x51\x74\x86\xed\x84\xce\x34\xf7\x9c\xbd\x71\x4b\xaa\x82\x3b\xd1\xab\xd6\x0c\x96\xdd\xd6\x03\xc4\xad\x28\xae\xa9\xbd\xbd\xc4\xf6\x73\x00\x0f\xaa\x1d\x26\x9c\xa0\x81\xea\xcf\x35\x3c\xeb\xfb\xb8\x42\x1d\x77\x1b\x84\xb6\x38\xb1\x90\xbc\xb7\x97\x34\x7c\xa2\xbb\xf7\x2f\x41\xca\xa5\xa0\xc6\xbb\x10\x6e\x58\xfc\x5d\x09\xb3\xe3\x06\xd2\xfe\xe6\xe0\x01\x7d\x65\x61\x75\x2c\xca\x13\x31\x60\x18\x9a\x9f\xe5\x70\xb9\xe1\x16\xf2\x8e\xcb\x55\x29\x26\x08\x5e\x6f\x0c\xbf\xe7\x1f\x77\x8e\xe2\xf8\xa9\x3a\x54\xce\x28\x8f\xbb\x39\x82\x2e\x98\xb1\x70\xfb\x15\x3a\x7a\x4a\x92\x0a\xd3\xf4\x79\xf8\xc3\x80\xf7\x9c\xf0\xd6\x07\x56\x81\x8f\x73\x3f\x08\xdf\x91\x7f\x64\xbd\xfc\x23\x33\xfc\x23\x9a\xdc\x79\xa8\x5b\x46\xba\xd9\x85\xcd\xd2\x3b\x06\x53\xb1\x08\x41\xd1\x73\x07\xde\x2a\xb4\xa1\xc8\x98\xb2\x9c\x7c\x7c\x23\x0e\xb3\x28\xb4\x7f\x38\x4a\x53\xe3\x64\x23\x13\x45\x00\x84\xcf\x21\xc2\xa3\x83\x81\x81\x15\x4f\xb6\x0f\x1a\x13\xe4\xdf\x2b\xad\x93\xcb\x67\x42\x10\x27\x52\xa1\xef\x11\xed\x40\x51\x49\x10\xbb\x38\xf6\xc6\x69\x79\xaa\xb1\x00\xf8\xd8\x91\xc5\x3b\xb0\x14\xda\xb0\x09\xcd\xee\x3b\x94\x0b\x56\x46\x0a\x8c\xd7\x41\x73\x40\x3b\xad\xb1\xee\xe2\x25\x69\xe3\x16\x02\x40\x02\x0f\x61\x42\x04\x24\x83\x03\xbc\x8d\x99\x75\xe6\x04\x6d\x1a\x9e\x15\x2f\x55\x72\x55\x3b\x7c\xf3\xea\x07\xe2\x6e\x2e\xff\xd6\xe3\xe1\x29\xe2\x1d\xdc\x16\x44\x16\x8a\x79\x31\x80\xb8\xa6\x97\xa7\x6d\x3b\x15\x66\x36\x90\xa4\x7a\xcc\xa4\xad\x8a\x4c\xab\x99\x3f\x08\xb8\x68\xb9\x9b\x6c\xe6\x1b\xc7\x4d\x04\x97\x72\xec\x9a\x1d\x39\x4e\xe8\xee\x7a\x87\x52\x72\x29\x48\x02\xf7\xd6\x29\x77\x50\xcb\x04\xa3\x20\xb5\x8b\x00\x92\xc0\x71\x8d\x19\x16\xc4\x44\xea\xe5\xbe\x94\xc1\x4e\x8a\x68\xfe\x87\x2e\x27\xe4\xfc\xdf\x46\x7b\xd5\x5e\xf4\xdb\x48\x9c\x3c\x63\xdc\x5a\xa1\x96\x76\x40\xed\x1b\xd3\x87\x52\xb1\x91\x7c\xb8\x62\xd2\xa6\x96\x63\x38\x39\xc3\xeb\xac\x1e\x5e\x91\xea\x66\x58\xd0\x0f\xa4\xb8\x19\x66\xc3\x4b\x5a\xf3\xec\x03\x31\x22\x7d\xb2\x4a\xbf\x4c\x56\x98\xe3\xa2\x8d\xa4\x45\xb4\x05\xf0\xdb\x84\x8f\x6b\x0d\x8c\x5a\xa9\xaf\x14\x1f\xa6\xd0\x57\x22\x3d\x12\xc7\xd7\x43\x32\x32\x82\x8f\x76\xb5\x83\x2f\x3e\xf2\x2a\x9b\xf3\xe1\x32\xbb\xb1\x88\xb6\x95\xb3\xdc\x5f\x92\xc6\x55\x81\x3b\x90\x24\xfc\xab\x83\xa0\x23\xe9\xb8\xc2\xd1\x44\x2c\xcc\x26\xe1\x00\xcd\x88\x5b\xea\x3f\x0a\x29\x3b\x70\xa9\xb2\x74\x0c\x5a\x89\x87\x74\xef\x64\x4c\x73\x85\x48\x43\x64\x51\xd2\x8a\xbf\x21\xed\xf8\x1b\xe3\x17\xe4\xbd\xc1\x59\xe0\x2a\xec\xec\x5a\xf7\x2a\x2d\xc7\xdf\x55\xd9\x72\x49\x2a\x5c\xa6\x15\xe4\xec\xc2\x99\xde\x6f\xa0\x7b\xa9\x05\x83\x61\x30\x4b\xbc\x00\x9f\x4c\x21\x7a\x29\xb4\xc7\x55\x4a\xc7\x3d\x46\x68\x86\xa6\xf5\x0c\x6e\x3e\xe9\x07\xab\xa2\x6c\x54\xdb\x7f\x25\x37\x93\x1a\x8b\x17\x93\xd5\x66\xb3\x31\x83\xdd\x24\x15\xe6\xe0\x77\x25\x7a\x52\x9e\x83\x75\x9a\x8d\x6d\x3d\xbc\x4a\x65\x93\xb8\x48\xcb\x69\x3d\x8b\x63\xf1\x5f\x58\x9f\x81\xeb\x3f\xbb\x8a\x63\xb3\xed\x8b\xf5\x3a\x11\xa5\xa0\x02\xa0\x54\x98\x3a\xe1\x98\x42\x88\x8c\x84\x85\xad\x9c\xc9\xc9\xd2\x5b\x9a\x4f\xa8\xb4\x04\x95\x1b\xaf\x3b\x7e\x94\xb0\x94\x38\x82\x7f\x86\x26\xf2\xc9\xed\x06\x7b\x97\xbe\x38\xbf\xc8\x49\xdd\x5d\xe0\x15\xe6\x08\x6d\x36\x90\xa5\x97\x60\x86\xb0\xd7\x8d\x20\x65\xb2\x67\x18\x12\x3c\x75\x47\xe5\x2d\xc2\x24\xa1\xe9\xed\x06\xd3\x29\x58\xbf\x67\xe9\x2d\xb0\x24\xdc\xc5\x34\x54\x1a\x2b\x0c\x01\x4f\xe5\x06\x53\xb4\xe9\xe0\xd0\xb4\x5d\x37\x17\xb2\xb3\xfd\x25\x1d\xfc\xcc\x4f\x13\x8a\xca\xed\xc1\xfb\xb6\x79\xf0\x1a\x44\x4d\x1c\x98\x25\x21\x1f\x8e\x8b\x42\xfc\x14\x32\x7e\x43\x49\x9c\x30\x41\x0a\x03\x36\x05\x05\x35\x9d\xf4\x98\x10\xac\x35\x06\x53\x49\x2e\x32\xc7\xd6\x93\xd4\xe9\x97\x49\x8d\x39\xee\xa2\xa0\xc7\x45\x21\x49\x09\xbd\x3b\x15\xa3\x1e\x15\x3b\x2e\x8a\x10\x11\x6b\x4a\x5f\x30\x23\xdb\x28\x9b\x1e\xd9\x6f\x2c\x67\xb8\x89\xa4\x02\xe6\x9f\x24\xcd\x92\xe8\xf9\x8b\xa7\xdf\xfc\x79\x9f\xd7\xfb\x67\x55\xc6\x72\x37\x7b\xdb\x77\x9e\x4b\x9e\x5d\xa5\x3f\xff\xe2\xbd\x36\xbe\x27\xf8\xaf\xdb\xb4\x99\x9e\x3b\xdc\xf4\x9f\x64\xe6\xbb\x4a\x08\x7e\x44\xce\xb4\x81\x2d\xa8\x83\x09\xbd\xcc\x6b\x59\xba\xde\xa1\x99\x66\x0a\xa4\x56\x13\x5a\x85\xd9\xe7\x93\x77\x2a\xa8\x88\x3a\x1b\xdd\xe8\x4b\xca\xed\xc7\x29\x0b\xa6\x3b\x6a\x41\xa0\x1b\x9d\x77\x2a\x61\x04\x65\x4d\xfa\x87\xdd\xfb\xd6\x55\x6e\x62\x2e\x58\x77\xe3\xb9\x11\x9a\x24\xbd\x4a\xe1\x09\x3c\xf0\x50\xe3\xd4\x47\x5a\x5d\xf6\x80\x8d\xff\x51\x52\xff\x94\x33\x87\xff\xac\x6f\xd8\xdc\x8b\xb6\x8d\x70\x85\x2b\x5f\xa3\xd3\x1c\xbf\x34\xf3\x60\xda\x1b\x99\xe3\x05\x98\x9f\xa8\x9f\x98\xa6\x67\x89\x33\xd2\x7e\x38\x67\x86\xac\xf2\x4a\x97\x17\x34\x2f\xa1\x68\x50\xc6\x71\x28\x32\x28\x91\x2b\xda\x37\xfa\x66\x9a\xc1\xc3\x2d\x93\x1f\x50\x0e\x36\x9b\x1c\x6c\xdb\xc3\xfd\x47\x60\xd0\x52\x75\xa8\xaf\xd5\x31\xea\x96\x9e\xa4\x5f\xe8\x29\x15\x0c\xb6\x38\x10\xd3\x6a\xef\x70\x66\xae\x83\x84\x79\x53\xe3\x81\xe5\x24\x54\x26\xcc\x1c\x77\xf8\xe0\x6d\x3d\x3a\x5d\xbe\x7b\xf2\x18\x75\xb3\x32\x5b\x1b\xee\xe1\x82\x64\xdb\x61\x86\xaa\x47\x4b\xda\xf0\x11\x21\xbe\x9b\x42\x6f\x7f\x42\x3a\x3c\xb5\xdc\x92\xbb\x20\xb8\x72\x47\xa3\xa0\x88\x7f\xf2\x41\x69\x24\xe7\xf6\xc0\xb6\x40\xe8\xf8\xfc\x84\x39\x93\xe5\x5d\xce\x24\x15\xbc\x46\xe8\x4c\x96\x68\x90\xc5\x71\x16\x0e\xc3\x65\xce\xf0\xba\x00\x9c\x3e\xcd\xe8\xd4\x51\xec\x20\xe9\x49\x89\xdd\xa1\x74\x03\x3c\xfd\x84\x53\xd5\x84\x89\x72\x07\x18\xc6\xf4\xf9\x09\x07\xe7\x0c\x40\x0d\xcc\x06\x02\x75\x22\xf7\x62\x2a\x88\x1a\x5d\x24\x7c\xbd\xae\xb4\x29\x4a\x0f\x73\xc0\xee\x32\xcc\x12\x6d\x48\x51\x93\x21\x15\xec\x10\x53\xd1\x72\x64\x33\x08\x50\x11\x6f\x60\x00\xa6\x20\x86\xeb\x04\xa4\xb7\x06\xeb\xd6\x76\x03\xd7\xe5\x6b\x38\xe9\xe1\xe4\x7c\x9f\xf9\x6e\xd3\x31\x38\x40\xc8\xbd\x21\xc8\xeb\x2d\xa7\xf5\xbc\x64\x8c\xcc\xdb\x09\xdc\x7e\x82\x4b\x37\x08\xab\x9a\xb4\x9c\xe8\x6d\x24\x1a\xc4\xdf\x74\x39\x74\xfa\x23\x93\x3e\x9c\x7f\x0e\xf9\x70\xfe\xd9\xf1\xe1\xb4\x8c\xf9\x6f\x7e\xd1\x0c\xb8\x19\xe6\xff\xd1\x21\x3b\x16\x0d\xc5\xd1\x23\x99\x38\x41\xa5\x50\x02\x5d\xd1\x45\x56\xb3\xdf\xf2\xe1\x19\x21\x6c\xa8\x30\xf1\x69\x4d\xf2\xe1\xfe\x10\xdc\x60\x12\xe4\x95\x98\x03\x90\x8e\xe3\x19\x02\x5c\xf3\xdf\x08\xfe\x0b\xc1\xff\xdd\xe1\xe5\x40\x78\xaa\x1c\x13\x5f\x7c\xfd\x2d\x6e\x0a\x68\x15\xce\xec\x34\xd7\x89\x0e\x08\x57\x12\x20\x4f\x49\xd8\x11\x47\x22\x77\x21\x97\x05\x4d\x9f\x61\x1e\x00\xac\x80\xb0\x86\xaf\x4c\x0a\x82\xff\x43\x12\x0e\x3e\x20\x0a\x0f\x80\xce\xe1\x36\xd4\x85\xb5\x28\x61\xd4\xb4\x3d\xc9\x63\xc7\xa7\x56\xae\xec\x2f\xe6\xe8\x73\x60\x38\x7f\x25\x09\x8c\x03\xde\x2a\x76\xee\x24\xbb\x22\xc0\xc2\x69\x37\xcb\xdc\x07\xbb\xf1\x5e\x35\x52\xd1\xc8\x77\xaa\xa1\x97\x84\xcf\x2f\x74\x30\x07\xd8\xa1\xc5\x83\xf6\x07\x8a\xbb\xeb\x32\xb3\x1c\xc0\x09\xa9\xae\xa8\x93\xda\x77\x7c\x2a\x44\xdb\x0f\x24\x3f\x96\xcc\xfb\x3f\x57\xa4\x76\x9c\xeb\xc7\x35\x04\xd0\x1d\xd7\x35\xa9\xf8\x6b\xc2\x2f\xca\xfc\x59\x56\x14\xf5\x1b\x66\x14\xd6\x27\x20\xef\x09\xd9\x4b\x15\x7e\x2f\x1a\xf4\x9b\x83\xb7\xe7\x84\x91\x2a\xe3\xe4\x84\x67\xf3\x0f\xa2\x10\xa9\x5f\x96\xd5\x7b\xd9\xbd\x5f\x54\x0e\xca\x6d\xe3\x84\x67\x15\x6f\x8e\xda\x2d\xf0\x82\xe5\xce\xeb\x53\x80\xc6\xff\x2e\xa3\xdc\x99\x8d\x4d\x26\x89\x4a\x8d\x2c\x41\x68\xac\x66\x66\xdf\xa8\x14\x66\xca\x5d\x7e\x5e\xb2\x9a\x57\xab\x39\x2f\xab\x14\x64\x9a\x53\x78\x77\x7a\x9a\x66\x12\x78\x0c\x17\x78\x8e\x17\x69\xdd\x96\x29\x17\xd2\xbd\x57\x7f\x06\x27\x7a\x0d\x1c\x02\xb6\xc1\x0b\xc1\x92\xd5\x3c\x63\x9c\x06\xb1\xe8\x54\x09\xb9\x23\x9e\x07\xd3\xbf\x29\x65\xbe\x7d\x25\x08\xe9\xa2\x93\xd5\xee\x40\xf1\x3d\xd2\x6e\x5c\x27\xe1\xad\x93\xa0\x2e\x9e\x1f\x14\xb4\xf7\xae\x4c\xe4\x60\x77\xe2\xfc\xef\x38\xde\xbe\xe8\x9c\x5d\x86\xbc\x45\xa4\x58\x8c\xb5\x95\xae\xa3\x89\x36\xf4\x42\xe7\xb9\x24\xa2\xb9\xee\xc1\xb4\x76\x44\x00\x44\xbd\x75\x83\x77\xc2\xa3\xb7\x25\x83\x6a\x26\x5a\xbd\xec\xd1\x7f\x84\x24\x92\x77\x44\xd9\x4c\x06\x8d\xb8\x9d\x10\xa9\x7c\x47\x54\x10\x58\xa5\x50\xe1\x19\x38\x69\xe9\xd3\x62\x5a\x80\x4b\x12\x5e\x01\x99\x7b\x2f\x2f\x67\x84\x99\xb4\x48\x62\xb5\x5f\x76\x51\xd7\xf4\x2e\x6e\x5e\x92\xfa\xfd\xcd\x92\xbc\xf8\x48\x6b\xae\xd6\x73\x1e\x04\x84\x6c\x6a\x6e\x54\x17\xff\x4d\xda\x5a\x11\x8b\x49\xe5\x64\x88\x6b\x95\x92\x3c\x77\x29\xa1\x11\x5b\xae\x8c\x1a\x0f\x92\xd6\x5f\x97\x4c\x90\x26\x9a\xa3\x38\x86\x7f\xd3\x6a\x7c\xaa\xc9\xe9\xab\x3c\xa1\x38\x43\x08\xc3\x0b\x26\xcb\xa9\xb4\x1c\xbf\x49\x2a\x34\x3e\x5b\xd1\x22\x4f\x24\xb7\x4b\x31\xcd\x27\xa2\x84\xf5\x03\xa8\x1d\x38\xe7\x04\x5c\xae\x7c\x40\x4c\x78\x66\x03\x14\x40\x77\x0b\x6e\xd4\x0b\x77\x0c\xdd\x92\xaa\xba\x62\x7d\x21\x15\xbc\xb2\x6d\x6d\x10\x7b\x45\xf3\x47\xc1\xa7\x6a\xc1\xb1\x0e\x30\xc6\x8b\x8e\x04\x98\x1d\x14\x30\x9c\x46\x10\x0a\xfb\x79\x38\x45\xe1\x05\x6d\x81\x1a\xbb\x7b\x49\xbc\x56\xc5\xa5\xdd\x79\xe1\x3c\xea\x60\x9e\xd5\x0a\xd3\x84\x23\x5c\xa7\x27\x60\x73\xc0\x2b\xc5\x18\xa3\x71\x51\x96\x1f\x56\xcb\xa4\xb6\xb3\x93\x56\x16\xbc\xdb\x84\xd7\xbf\x2c\xab\x57\x39\xd4\x3d\x7a\xa7\x5d\xa5\xec\x60\x56\x82\xb5\x05\x6d\x35\x5c\xc8\xff\x61\x5f\x0d\xa3\x3d\xb6\x17\x49\x5c\x44\x9a\x4f\x86\xd1\x9e\x26\x7a\x32\x9f\xc2\x8d\x0f\x34\xb8\x02\x71\x65\xe1\x36\x1e\x40\x66\x57\x39\x2b\xfc\x78\x13\x2d\x28\x03\x73\xe2\xc2\xa1\xb7\x8c\xac\xdc\x64\xc0\x71\xb7\x47\x20\x4c\xd2\x66\xd6\x52\x3d\x42\x46\x16\xe0\x33\xde\x39\x49\x2f\xc3\x4f\x55\x3a\x52\x74\xd4\x35\xbc\x49\x02\x5e\x3c\x1c\x38\xd9\xf3\xaa\x5c\x31\x55\x1f\x2c\x2c\xed\x87\x23\xdd\xcb\xd3\xc6\x2b\xd9\xdf\x7a\xdd\xff\x5e\x8f\xc7\xa0\x8c\xb7\x47\x84\x7b\x6c\x2c\x04\xd9\x85\x69\xac\x5a\x78\xc3\x36\xd2\x92\x41\x14\xa5\x86\x3e\x8c\x63\xe2\xa2\x20\x26\xe6\x05\xc2\xee\xee\x02\xbf\x4d\x7f\x83\xc0\x30\xbb\x76\x1a\xf1\xc2\xbb\x9c\x3d\x07\xa9\xb3\xcd\xf0\xdb\xcd\x86\xbf\x80\x58\xd7\xd1\xee\x45\x24\x2e\xbe\xfa\x11\x19\x9f\x2e\x9d\xe4\x1e\x93\xde\x09\xd5\xc7\xf7\xe9\xcd\xab\xbc\xee\xf4\xe2\xb5\x50\x9f\x5a\x18\x14\xdb\xb7\x94\xb8\x85\x2d\x77\xd9\x6a\x4a\x15\x04\xb3\x73\x3c\x19\xe6\x53\x3a\x33\xdb\xfa\x6d\xe2\x0c\x2b\x03\x9b\x93\xb4\x6d\x29\x87\x05\xc7\xf8\x64\x27\x19\x06\x29\x6d\x61\xe2\x40\xeb\x2c\xab\x91\xde\x16\x62\x46\x7a\xee\x2c\xd7\x49\xa8\xc3\x3c\xed\xba\x4e\xd0\x96\x63\x04\x02\x7b\xb4\x35\x75\xae\x7e\x8c\x41\x50\x9f\x08\xe8\x16\x2e\x95\x1e\x2f\x0a\xb5\xbd\xa4\x1f\x45\xbd\x17\xfd\xd6\xee\xac\xdf\xc2\x64\xfc\x36\xc2\xf3\x94\x3a\x88\x35\xbb\xbb\x40\xd0\x80\xf1\xb0\x46\x58\x59\x7f\xa5\xe5\x50\xe7\x92\xb5\x66\xa2\x3c\xe3\xd9\xb8\xa0\x79\x3a\x07\x18\x25\x6d\x4d\xa4\x28\x9c\x35\x97\x9a\x14\x08\x09\x02\x55\x90\xda\xd4\x71\x4c\x9b\xa9\xa0\x4d\x4a\xdd\x80\xd5\x51\x7d\x7d\x84\x94\x57\x96\x43\x3c\x95\xd7\x24\x96\xfe\x0c\x58\x1c\x37\xac\x2f\x28\xff\xd0\x04\xb2\x82\x84\xb6\x3a\x71\xb6\xfa\xc1\x23\x66\x0d\x07\x1a\x97\x38\x0d\x1e\xc8\x29\x9b\x39\x29\x79\x3a\xa2\xd0\xaa\xc0\xb0\xde\x5f\x54\xe5\xea\xfc\xe2\xa5\x2b\xc7\x76\xb2\x5e\x6d\xca\xe6\x5a\xae\x76\x92\x34\x07\xc4\xcd\x7e\x91\x20\xe3\x0f\xd2\xda\x44\x43\x9f\x65\xa0\xf9\x26\xa1\xda\xcf\xcb\x15\xbb\xc7\xfe\x54\x50\xcc\x03\x29\x53\xc1\x53\x4a\xec\x9e\x38\x1e\x35\x0d\xfc\x90\x70\x54\x7c\x90\xdd\x5e\x54\xfc\xd7\xf0\xc9\x6a\x97\xd9\xf9\x65\xad\x56\x18\x3a\x62\x13\xd2\x4c\x80\x27\x77\x21\x71\x77\x21\x71\x77\x61\x93\x11\xc2\x5c\xb3\x78\xde\x37\xb5\x19\x81\x06\xb5\xb5\xee\x84\xde\x63\xc3\x06\xd0\x1c\x1c\xbc\x1c\xd8\xd2\x76\x96\xf1\x08\xba\xa2\xec\x5c\xd2\xb9\xdf\xba\xb7\x08\x68\xa6\x6f\x1b\x30\xa8\x58\xd1\x9c\x6a\x42\x4d\xc2\x6b\xbe\x81\x6c\xab\x6a\x10\x8d\xb5\xce\x10\x3e\x30\x58\x4a\xae\x42\x65\x5c\xd3\x1f\x48\x1c\xff\xf7\x16\xa7\x3a\xb0\x08\x1e\x17\xc5\x5b\xa7\x2a\xa9\x91\x9b\x0b\xcf\x6b\x16\xaf\x52\x19\x18\xc5\xda\x7c\xcd\x2a\x8e\x13\xf0\x3e\x97\x61\x6c\x0c\xaf\x90\xf1\x1f\x2f\x11\xce\xe0\x86\x0a\xf6\xd7\xed\x1b\xd8\x91\xfd\x38\x09\x7c\xb0\x76\xe5\x6b\xbb\xde\xc3\x7b\x71\x6c\x04\x39\xe1\x4e\x36\x27\xaf\xbe\xf2\xe9\x53\x37\x50\x47\xf5\x4e\x6a\xc3\x25\x3e\x70\xe5\x12\x32\xc0\xef\x1b\x8d\x98\x71\x81\x13\xbc\xdd\xbc\xcc\x0a\x52\xcf\xc9\x4b\x20\xc6\xf2\x00\xe3\xd2\xb8\x0a\xe2\xcc\x21\x5c\x70\x4f\x85\x24\xcf\x95\x8b\xef\xa3\xbc\xfd\x4b\xd7\xcd\x9f\x68\x37\x7f\x6f\x83\x0d\xb2\x69\x31\x4b\x17\x18\xc0\xe4\x93\x05\x9e\xeb\xfc\x8b\x08\xd7\xd3\xc5\x98\xe6\xb3\x74\x6e\xb5\xb3\xb9\x75\x9c\xac\xbc\x3b\x39\x21\x7e\xb3\x98\x98\x76\x06\xe6\xda\xac\xcc\xfd\xc9\x1d\xc7\xb9\x8b\xe6\xbc\x85\xbe\x6e\x3b\x0a\x37\xce\xd2\x7a\x5a\x8a\x01\x03\xaa\xb7\xfc\x33\x2d\x71\x86\xb2\x76\xff\x25\xda\xe8\xfe\x74\x70\x04\x9e\x5b\x9c\xf8\xe2\xf1\xdc\xce\xdc\x22\xe5\xd3\x62\x36\xa8\xe4\x6c\xac\xd7\x6a\xfb\x2e\xdc\xe8\x87\x65\xb2\x72\xbe\x68\xb9\x9b\xe3\xa7\x22\xc9\xd3\x6a\x86\xcb\xb4\x9e\x52\x18\x3b\x18\x0e\x9c\xf1\x8a\xa9\x48\xf8\x7a\xed\x78\x51\xbe\xf8\xb8\x04\x68\x4a\x60\x0f\xa8\xca\x04\x75\x46\x86\xcb\x8a\xd4\x84\xa9\x28\x1c\x32\x54\xbb\x6e\xb8\xac\xca\x2b\x9a\x93\x5c\x5f\xb5\x78\x78\xb6\xe2\x43\xca\xc1\xc7\x92\x95\x7c\xb8\x10\x34\x73\x0c\xe0\x12\x74\x91\x50\x3b\xf0\x4b\x7f\xdf\x5d\xa5\x07\x8f\xae\x1e\x97\x8f\xae\xf6\xf6\xd0\xe5\xf4\x6a\x96\x66\xd3\xab\x59\x93\x8f\x5a\x01\x29\xf8\x88\x6c\x90\xca\x4d\xca\xc6\x42\x5a\x58\xaa\x08\xe0\x97\x65\xf5\xd2\xf8\x98\x42\x9e\x67\x84\xcf\xd3\x03\x7c\x96\xde\xe8\x29\x3a\x7f\x7c\xf6\xe8\x5c\x4c\x91\x6e\xe3\x34\xbd\x99\x9e\xcf\xf0\x35\xfc\xa3\x8f\xc5\x0b\x67\x78\xd7\x08\xbf\xf1\x7f\x9e\xa4\x07\x8f\x4e\x1e\x5f\x3f\x3a\xd1\x53\xfd\x31\x3d\x9d\x9e\xcc\x1a\x30\xd3\x83\x37\xd3\x93\x59\xfa\x11\xbf\x80\x7f\xc4\xed\x47\x17\xc9\xf5\x93\x43\xe4\xb1\x39\xdf\x90\x84\xe1\x0a\x73\xfc\x02\x13\xbc\x0a\xdd\x7a\x17\x10\x28\xb2\x41\x68\x3c\xcf\x78\xd3\x79\x58\xe5\x32\x47\x68\x83\x92\x37\x32\x9a\x64\x48\x17\x89\x10\xce\x5e\x68\x3e\xe4\x36\x4f\xea\xe9\x9b\xe9\xc1\x4c\xec\x02\xb4\xd9\x48\x63\x9e\xfe\xfe\xe3\xf4\xe0\xd1\xf1\xe3\xf2\xd1\xf1\xde\x1e\xca\x13\x32\x3d\x9e\x21\xa5\x4a\xb3\x40\x8b\x21\x76\xe2\x24\x91\x7c\x7c\xc2\xad\x1b\x60\x43\x30\xaf\xd0\xb8\x89\xc1\x88\x17\x60\xc7\xea\xe1\xb6\x55\xe6\x71\xaa\xbc\xed\x43\xa2\x7c\x85\x19\xd2\xdc\xf6\x09\xfc\xea\x18\x40\xe6\xe7\xa2\x76\x50\x5a\xb4\x0e\x30\xa4\xde\xc0\xdc\x71\x74\xf5\xd9\xff\x36\xf3\x38\xd8\x22\xc8\x8b\x8e\xfc\xe1\x07\xbf\x5a\x6a\x99\xe4\x8c\xe6\x13\x0a\xe0\xcb\xda\x46\x8b\x9c\x29\x73\xf3\xac\x23\x41\xbd\xe3\xf8\x37\x4e\x21\x7b\x51\x8e\x46\x60\x40\xd6\x41\x1e\x89\x52\xb7\xf6\x8f\xe2\x24\x21\xdb\x16\xd4\x43\xdc\x58\x98\xbb\xe6\x13\xf2\xc5\x5d\xd2\xf3\x1d\x18\x64\x27\xd7\xf2\xee\x2e\xc6\xae\x0c\x57\x05\x65\x38\xc7\xf9\x93\xaa\x3c\xdc\x2b\x08\xf5\x6b\x01\xd6\xb3\x23\x36\x61\xe3\x8b\x8a\x2c\x70\xa1\x1c\xdf\x75\x82\x40\x8e\x33\xbc\xc2\x14\xe1\x79\xa7\xd4\xa6\x8a\x6a\xf7\x77\x57\x33\xf0\xdb\xa1\x24\xcd\xd0\x3d\xf8\xc5\x2b\x79\xad\x48\x9f\x26\x45\xfa\x65\x52\x60\x8e\xe7\x08\xff\x90\x7c\x83\x2b\x74\x27\xc7\x4f\xfd\x49\x4d\x1f\x76\x35\x1a\x2b\xc4\xb1\xf4\x4b\x22\xa1\xdb\xc4\x67\xec\xee\xd4\x1e\xfa\x16\xe5\x7a\xec\x7f\x53\x40\x4a\x23\x1e\x8e\x9b\xd2\x6a\x4a\x5f\x6b\xad\x1a\xe9\x4a\xae\xdd\xe9\xb3\xa1\xbd\x08\x2d\x82\xa3\xb3\xa9\xf4\x75\x3e\x9d\x69\xef\xf5\xd6\xd9\x57\xf3\x95\x35\xf1\x2e\x21\x35\x4f\xd5\x86\x98\x04\x97\xef\x8b\xac\x7e\x4e\x2e\x33\xae\xa7\x3e\x57\xc9\x36\x70\x21\x5f\x1e\xb3\x1b\xd7\xb2\x09\x09\xdd\xe7\xad\xf6\xe0\x7c\xe0\x45\x9a\x29\xb5\x99\x03\xd4\x89\xf3\xb4\xe2\x5a\xd3\x2f\xe1\x28\xc1\x51\x1a\x92\x19\x89\x3f\x64\x53\x24\x8f\xe3\x24\x90\x9d\xa4\x74\x37\xeb\x7a\x6d\x4d\xe5\x46\xc8\x5a\xac\xd7\xab\xf5\xba\x5e\xaf\x47\x79\x1c\x8f\xe6\x3e\x74\x8e\xbf\xd3\x1b\x3d\xc2\xe4\xc3\x6c\x5e\xa4\x85\xa8\x8b\x97\xe9\x6a\xbd\x9e\xc7\x71\x23\x70\x41\xf7\x45\x94\x3c\xa7\x82\x8d\x65\x88\x56\x1c\x8f\xea\x38\x4e\x2e\xd6\xeb\xa5\xba\x05\x2e\xd5\xe8\x3a\x63\x55\x68\xe3\x6a\x06\x05\xb9\x4a\xbd\x4e\x5a\xf8\x39\x26\x4c\xe5\x52\x6c\x2f\xba\x48\x60\xac\xa2\x3b\xe8\xed\xea\xd3\xf6\xd6\xd6\x31\x24\x57\xa2\xdf\xde\x2d\xa9\x8c\x08\x7c\x87\x3d\xdf\xc8\xcd\x32\x35\x06\x23\xa2\xe7\x17\x2c\x4e\x5b\xbe\x89\x6f\xfb\x26\x88\x7e\x54\x3a\xc1\x60\xba\xd3\x9f\x93\xf6\xda\x44\xaa\x3b\x50\x5f\x53\x58\x05\xe2\x78\x8a\x59\x21\x4b\x53\x37\x48\xe6\x33\x12\x5e\x33\x10\x87\xf4\xc2\x2a\x1d\x25\x5d\x24\x58\x03\x6f\x6d\x8d\x2e\xea\xf8\xa8\x7b\x50\x5e\xb1\x6b\xcd\x48\xbf\xa2\xec\x83\xf4\x49\xea\xa4\xbd\xee\xee\x0b\x13\xa6\x23\x73\x0a\xdd\x75\x0b\xd1\x92\xc0\x24\xeb\xe6\x8f\x88\xcb\xaa\x68\x3c\xb2\x49\xe0\x38\x81\x14\x68\xed\x03\xba\xcb\x5d\xee\x91\x6d\x97\x07\x34\x6d\xf4\x63\xb0\x74\xf2\xcc\x77\x9f\x25\x49\xfa\x60\xbc\xb8\x85\xa4\x0c\x11\x26\xa1\x9b\xa5\x4e\xcb\xee\x9b\x65\x25\x5f\x86\x6e\x96\xa2\xd5\x9e\xbc\x59\xe6\x69\x19\xb8\x59\x16\xce\xcd\x82\xf3\xb4\xe7\x62\x99\xc3\x05\x91\xad\xd7\x40\xae\x0b\xb8\x87\x68\x1c\x53\xd7\xe0\x80\x2c\xb9\x74\x55\x5e\x9d\xea\x6f\xea\xf1\x9e\x08\xda\x6c\xd8\xd1\xfa\x37\xa3\x59\x37\x75\x05\xad\xe2\x18\x46\x87\x97\x69\xbd\x5e\x17\x9a\x1c\xe2\xcb\xb4\x71\xeb\x49\x94\x22\xf3\x13\xae\xa1\x79\x1c\x0b\x0e\x5b\x5d\x43\x6a\x14\x97\x47\x5d\x9b\xa0\xc7\x6e\x48\xf5\x88\xae\xd2\xd1\xa5\x4c\xe9\x63\xba\x12\x52\x88\xfe\xfc\x38\xbe\x0a\x35\xef\x4d\x0b\x9a\xd0\x38\x1e\x5d\x06\x4d\x3e\x34\x70\x60\x3a\x27\xb7\xf7\xa0\x48\x84\xa7\xb0\xc9\xf6\x76\x23\x91\xc3\x7c\xa4\x4d\xf0\xdb\xdb\x82\xc6\xa9\x0f\x4a\xd9\xf4\xc9\x56\xf0\x4a\xa0\x16\x16\xc7\x42\x51\x9e\xd0\x28\x1c\x02\xf3\x36\xe9\xbb\x64\xbc\x38\xae\x01\x4d\xe9\x7a\x1d\x72\x8f\xdb\x1e\xcd\x9f\x98\x0d\x75\xef\x30\x2f\x85\x1e\x85\x33\x35\xc4\x1d\x63\xbc\x24\xf0\x95\x0a\x16\xed\xba\x6f\xca\xae\x08\xaf\xcc\x5c\x35\x0a\xce\x0a\xee\xd8\x53\xa5\x3e\x35\x9b\xee\x88\x8e\xdb\xf0\x55\x49\x8d\x4b\x34\xa1\xe9\xfd\x67\x0c\x8b\x16\x30\xdd\x76\x51\xc9\x4f\x84\x60\xd8\xf6\xbd\xd4\xb8\x8d\xec\xce\xdc\xee\x52\x40\x5b\xcc\x3c\x83\xe0\xc4\x8d\xe7\x66\xd1\xda\xc2\xd9\xd6\x2d\x8c\x3f\x04\x76\x9d\xc1\x01\xf2\x62\x07\xb3\x1f\xb5\x5d\x8c\x15\xb0\x84\x1e\x9c\x2d\x93\xa5\x5f\x26\x59\xdf\x96\xb1\x36\xc1\xbe\x8d\xd3\x19\x1a\x58\xfa\x1b\xa7\x69\xe1\xdb\x5d\x1c\x74\x07\x23\x97\x98\x9a\xac\x30\x38\xbb\xfb\xdd\x6e\x24\x7f\x1f\x08\xc6\xd7\x2c\x0d\xda\xf7\x05\x44\x2e\x4a\x15\xbd\x13\xcb\xc9\x1d\xf6\xa6\xd9\x60\x18\x68\xd9\x35\xa4\xf9\xbe\x3b\x74\x21\x93\x12\x3a\x7e\x1f\xdd\xc8\x33\x07\x08\xbf\x4d\xbe\x25\x09\xd3\xdb\x5b\xbb\x7b\x89\xf3\xd6\x8c\x2e\x35\xfa\x27\x08\xa0\xaa\x8c\xab\x47\xe2\x7b\x75\x1c\x17\x45\xd3\xd1\x43\xa3\x7c\x62\x8a\x1c\xf7\x0c\xa7\xf8\x01\xa0\xb4\x28\x95\xcd\x51\x72\xb7\x01\x6b\x07\x91\x2a\xe4\x20\x12\x7a\xd8\xe9\x20\x72\x5c\x14\xdd\xde\x21\xce\x47\x08\xc9\xb4\x77\x8c\x8d\x11\x62\xcf\x93\xa0\x79\xfe\xb8\xda\x4e\xdd\xe8\x42\x2a\x5a\xa8\x45\xfe\xfc\x88\x58\xe9\x28\xa1\xb6\x55\x40\x28\x6b\x6d\xc9\x40\x8b\x6d\x10\xa2\x84\x3b\xde\x59\xe1\x86\x95\xe2\x6e\xd0\xf0\x76\xd7\x66\x27\x17\x76\x08\xc6\xa0\xdf\x54\x68\x23\x8f\x51\xd1\x48\xe9\x2a\x9e\x6a\x7e\x02\x9c\xb1\xc3\xe4\xb5\xe5\xb0\x54\x29\x1d\xc4\xa9\x0e\xa1\x78\xb9\x2a\x8a\x1b\x95\x81\xda\x32\x81\xdc\x92\x3e\x70\xb5\xd1\xd6\xc7\x56\xda\xfe\xa4\x61\x4d\x13\x63\x91\x56\x93\x5b\x8d\x95\x3d\x61\xd6\xb0\xc9\x37\x08\x3b\x56\xc9\x37\x6c\xde\x63\x99\x7c\x6b\x9b\x44\xc6\x7c\xe8\x3c\xdc\x82\x56\x06\x43\xa9\x01\x0c\x06\x0d\x5a\x6f\x84\xe4\xed\xe0\xa3\xe1\xca\x9a\x6d\xf8\xe3\x0a\x30\xd2\x4c\x50\x21\x9f\x41\x2a\x2e\xfd\x41\xb8\x84\xbc\x5c\xf2\x93\xc0\x3c\xeb\x0b\x10\xb8\x6e\x51\x9d\xcc\x95\xda\x56\x8a\xa1\x1d\x44\x55\x59\x72\xe5\xe7\x97\x8f\xeb\xec\x4a\x66\xfa\xce\xbc\xa4\xc8\x36\x5f\xf0\x51\xb2\x4a\xb3\x31\xa4\x1c\x4f\xd0\x51\xe4\x3a\x77\x46\x93\x6c\x6c\x12\x89\x8b\x97\xae\xf3\x60\x34\x89\xdc\x54\x58\x11\x2e\xed\xc1\xe2\x89\x9c\x71\x90\xc2\x11\x9a\xd8\x57\x72\xe7\xe5\x34\x17\xb3\xd5\x77\x87\x0f\x38\x78\xb8\x2a\xb3\xbf\xa2\x8d\x4a\x55\x0e\x32\x93\xe3\x88\xe0\x8f\x4b\x26\x3d\x66\xe0\x3c\x12\xce\xd5\x55\x42\x74\x4b\x2b\x49\x63\xc2\x1c\xfd\xf9\x77\x59\xad\xd2\xcd\xb5\x8c\x06\xa1\x84\x7e\xea\xb4\x9a\xba\xcd\xa4\x72\xcd\x9a\xd2\x14\x27\x2b\xf5\x05\x4e\x69\xdd\x7c\x28\x68\x6a\x31\x3e\x15\xb4\x21\x40\x18\xc0\x6c\xa3\x14\x0e\x34\x01\xe7\x32\xcc\x40\x47\x98\x23\x84\xab\xa6\x6f\x25\xc7\xa0\xe1\x94\x1b\x47\xb9\x02\xc8\x74\x3d\xe1\x2d\x83\xeb\x54\x11\x7e\xef\xbd\xf2\x98\x10\x32\x13\x60\x6f\xac\xd7\x99\x86\xdf\xa8\xdc\xd4\x68\x85\x31\x79\x74\xac\xcf\x0a\x13\x34\x28\x46\xda\xfc\x5f\xb4\x47\xbc\x42\xc8\xcb\x04\xb4\x02\x49\x57\x70\x7d\xb5\x32\xee\xef\x90\xb6\xb5\x52\xea\xac\xa5\x87\x51\xd8\x80\x7c\x53\xc0\x98\x5d\xb8\x60\x3d\x29\x77\x49\x53\xda\xd2\x49\xaa\x8e\xc4\x1f\x13\xde\xb4\xb2\x9c\xf6\x8c\xc3\xe7\x68\xb6\x79\x4d\xeb\x00\x7e\x8d\x7a\x01\x82\x39\x24\xa4\x96\xa6\x64\xda\x34\x25\xf3\x00\xf8\x5e\x42\xa7\xd5\x0c\xe8\x7a\x50\x6f\x8b\x6e\x59\xea\x69\x6e\x95\x02\xdd\x9a\x82\x98\x34\xe1\xca\x38\x31\xd9\x4f\x39\xad\x66\x69\xb0\x33\xd9\x14\xf4\xa8\x3e\xb5\x74\x2d\x79\x46\x56\xd6\x73\xd7\xd9\x84\xf1\xbe\x6e\x15\x68\xf8\x36\x7b\x08\xad\x12\xed\xaa\xcc\x72\x7d\x99\x8b\x3b\x41\x72\xb1\x21\x2e\x13\x33\x09\xfb\x77\xcb\x52\xee\x09\xb4\x2a\x79\x80\xaf\xf9\x53\x81\x95\x2c\x25\x38\x58\x20\xca\x96\xcb\x42\x05\x61\x09\x1e\xdb\xed\x5d\x72\x3e\x9a\x30\x89\x27\x26\xce\xb6\x5b\x2a\xd6\xde\xc0\x5a\x47\x5f\x79\x0d\xec\xa0\xb9\xe5\xcd\xa2\xa6\x89\x4e\xa5\x56\x28\xbc\x40\x1f\xda\x73\xc2\x9f\xde\xb8\x9a\xe4\x50\x43\x01\xe2\xe7\x07\x57\x76\x98\x2b\x99\xa2\xa1\x6a\x46\xc3\xb1\x41\x75\xe0\xb6\x91\x6f\x5c\xc5\xd8\xbb\x60\x96\x4d\x15\x4b\xd2\xcc\x02\xd8\x19\x4f\xd1\x2c\x28\xf5\xab\x8e\xdf\xa1\xf4\x89\xb4\xb1\x98\x2a\x2c\xae\x15\x5b\x11\x88\xfc\xd5\xa2\xa6\xe6\xf6\xbe\x27\x71\x9c\x7c\x4f\x52\x9e\x44\x7f\x22\x82\xd3\xdd\x17\x67\xe0\x81\xa4\x74\xf2\xef\xfd\x65\x45\xaf\x32\x4e\x22\x34\xb6\xcd\x6a\x73\xd7\x99\x5d\xa1\xce\x30\x55\x15\x09\x0c\x39\xb4\x21\x53\x26\xdb\x78\x79\x7a\xbe\x27\x49\x09\x21\xc0\x0b\x2f\x79\x61\x18\x47\x73\x97\x0e\x83\xdc\xb2\x9e\x49\x2e\x61\x3b\x17\x3d\xd1\xd1\xea\x90\x6a\xa1\xe9\x40\x22\x1e\x25\xf6\x12\x71\x63\x3e\xd4\xca\x88\xcf\x52\xd9\x2c\xbc\x80\x8f\xaa\x1d\xf0\x81\x26\xad\xeb\x88\x20\xfc\x5c\x59\xa5\x59\x59\x5d\xc2\x46\xec\xf3\x7b\x08\x10\x81\xca\x28\x2c\x5c\x9d\x95\xb1\x08\x98\x66\x85\xfc\x2c\x3b\x22\xd7\xcf\x54\x82\xef\xce\x48\x38\x03\x0c\xdb\x77\x3a\x7d\x94\x4f\x51\xdf\xb2\x98\x1d\xd2\x8c\xa6\x63\x5e\x84\x28\x56\xa1\x4a\x74\x91\x30\x93\x2d\x4f\x51\x47\x03\x70\xfb\xe6\x9a\xa9\x64\xa9\x8e\xd8\x32\x4a\xd3\x04\x6e\x25\x39\x9b\x1a\xe6\x6d\x12\xed\x09\x11\xad\x25\x4c\x33\x8d\xdb\xae\x1c\xef\x64\x14\x94\xa4\xc9\x6e\x83\x12\xc0\x5e\x11\xd6\xf5\xba\xdd\xbe\x47\x77\x77\xef\xc8\x6b\x17\x3a\x56\xea\x46\x87\x3d\x5f\xaf\xa3\xfd\x7f\xd4\x25\xdb\xcf\x96\x34\xf2\xdd\x1a\xe5\xe0\xb2\xa3\x6a\x9a\xcd\x42\xa3\x8a\xf6\x32\x34\x91\x45\x3d\x91\xbc\x6b\x34\xd3\x0c\xbe\x1e\x20\xbc\xaa\xa9\xd3\x6d\xb0\x75\xfb\xda\xcd\x94\xd0\xd9\xb6\xdb\x1c\xf4\xe2\x11\xdb\x5d\xb6\x48\x23\x40\xb8\x67\x97\xb8\x00\xc9\x3d\xfb\x24\x33\xdf\x64\x9b\xfe\xc4\x5b\x25\xd8\xc5\x27\xdd\x2d\x6d\x61\xae\x19\xd5\x23\x07\x96\x38\x67\x27\xa9\x71\x94\x93\x45\xb6\x2a\xf8\x89\x19\x56\x84\xd0\x51\x35\xa5\xb3\x8e\x41\x47\x7b\xf4\x6e\x9b\x89\xfa\x9b\x49\xf5\x17\x75\xb5\x6f\x0a\xec\xb8\x9b\x4c\x7b\x66\x33\x05\xb0\x3c\x03\x80\xe0\x2e\xa1\xf1\xa1\x5e\xdc\x37\x62\x63\x05\xdc\x1d\x2a\xdd\x89\xcc\x76\x62\xf0\x3c\x55\x37\xcc\x76\xd3\xd8\xac\xae\x13\x49\xeb\xe5\x94\x05\x3b\xa3\xb6\x33\xea\x74\x66\x84\x02\x1b\x35\xad\x5e\xaa\x2c\x89\x32\x8d\xc4\xa2\x0b\xa7\xd5\xad\xe8\x14\x71\x2a\xe3\x2e\xb9\xc7\x0c\x02\xeb\xdb\xd7\x3e\x81\x3a\x46\xc7\xa4\x04\x11\x2d\x96\x59\xce\x08\x04\xbc\x2e\xd9\xe4\xd0\x78\x8b\x87\xa2\xf6\x6d\x6a\x81\xed\xc2\x0b\xf7\x5e\xf7\x42\x67\x71\x03\x2f\xff\x4d\xa0\x53\x23\x05\x74\x96\x08\xed\x37\xd2\xf3\x19\xb8\x43\x9d\x23\xf6\x9c\xd4\x21\x3d\xcb\x58\xc9\xe8\x3c\x2b\x12\x34\xd0\xc5\xd2\x03\x67\x42\xbb\xa5\x91\xd6\x0c\xfa\xa6\x18\x3b\x85\xdb\x7c\xef\xbd\xef\xf5\x1b\x69\xcf\x47\x03\x41\x61\xfb\x84\xf8\x15\x7a\x67\xe4\x54\xe5\x01\x79\xde\x48\xaa\xdc\x98\x9b\x55\x5a\xe3\xa4\xb8\x17\x90\x89\x42\x30\xf9\x0d\x49\x56\x0e\x82\x49\x81\xf0\x5c\x3e\xc4\x73\x84\xeb\x8d\x22\x79\x2a\xa0\x19\x39\x78\x26\x9c\x37\x5d\xc5\x58\x53\xe3\x56\xa6\xcc\x43\xd4\x74\x6c\x3b\xe5\xfd\x11\x1f\xa7\xd5\x4c\xda\x01\x21\xac\x6b\x95\x36\x0d\x30\xa5\x89\xf5\xd2\xf6\x94\x8c\xe5\x43\x09\x12\x34\xcc\xce\xca\x15\x1f\x02\x5c\xae\x0e\x71\x13\x1f\x23\x21\x20\xad\x41\xf1\xa9\x31\x2a\x16\xd2\x5b\x85\x86\xbd\x55\xac\x3d\x67\x9b\x4e\xa1\xc4\x35\x2e\x06\x42\xdc\x48\xca\xf4\x5b\x88\x1a\x03\xeb\xa2\x90\x68\x2a\x84\x8c\xae\x21\x8e\x93\x22\x2d\x2d\x1a\x27\x78\x2d\x80\x60\x8e\xb9\xaf\xf7\x4b\x28\xbe\x05\x5c\xcf\x7a\x83\x2b\x84\x8b\x38\xd6\x66\x25\xf9\x18\xec\x4a\xba\x9d\x49\xb1\x81\xe9\xa2\xcd\x08\x32\xc9\xea\x93\x38\x1e\x49\x53\x3e\xad\x95\x1d\x0c\x34\x6c\x71\x1c\x29\x1d\x1d\xfc\x8c\xa0\xc8\xbc\xcc\xc9\x51\x52\xa5\x01\xe2\xbd\x1a\x13\x39\xe7\x12\xe9\xee\xa8\xf1\x3b\xb1\x1f\x8d\x26\xaf\x12\x32\x26\xf0\x18\x19\xd4\x15\xab\x35\x4c\x28\xae\x30\x41\x68\xc2\x1b\x4a\xc1\x84\x62\x82\x54\x82\x6c\xb2\x41\xb8\x70\x1c\xff\x2b\xee\x0a\x0b\x67\xdd\x7a\x27\x39\xa3\x47\x23\x15\x0b\x55\x91\x7c\x35\x27\xae\xd3\xb8\x2b\xcc\xaf\xd7\x8c\x4b\xd9\x11\xd9\xa8\xa6\x0d\x12\x82\xd4\x44\xb5\xb0\x5e\x8f\x54\x19\xd5\xb4\x53\xd0\x8c\x8e\x71\x5f\x30\xe7\xbd\x52\x5c\xe5\xe6\x4e\xea\x74\x85\x61\x4e\xfb\xb4\xd9\xfe\xb4\x02\x3e\x71\x24\x9d\x70\x12\x16\x8e\x82\x6d\xf0\x8c\x04\x8d\x17\xd9\x9c\x97\x15\x18\x51\x64\xd2\x43\x60\x0f\x37\x12\x55\x61\xbd\x4e\x58\xfa\x37\x22\x7f\xe0\x11\xf3\x12\x7b\x6b\x42\x30\x2f\xb2\x1a\xdc\x46\xe9\x98\x4a\x04\x05\xe4\xc4\x76\xc6\xb1\x0a\x31\xb1\x57\xf2\x45\x56\xbf\xb9\x66\x1a\x9a\x48\xde\xca\x14\x3b\x29\x17\xd1\x7a\x1d\x46\x31\xf2\x4a\xe1\x5b\x80\x41\x9a\x54\x1b\x34\x10\x9f\x9f\x32\xa3\x05\xdb\xc8\xef\x6c\x62\x20\xb9\xf0\x4d\x9a\x3b\x54\x27\x20\xc2\xcd\x0c\x90\x99\x7e\xd1\x3c\xdd\x64\xbb\xf0\xd2\xe6\x57\xc1\x21\xf0\x6f\x24\x90\x22\xf5\x2f\x64\xbd\x4e\xfe\xd2\x52\x4b\xc0\x77\xba\x0a\x89\x53\x4d\x4f\x5f\xd3\x8f\x94\x21\xfc\x17\x0d\x75\xa4\x40\x69\x9c\xc4\x6c\x52\x61\xc1\xdb\x3c\x08\xae\x2c\x4d\xf7\x98\x47\x5c\xa5\xa6\xbe\x0e\xf9\x60\x8e\x7e\xb2\xd2\xf1\xc9\x15\x04\x26\x33\xc1\xfa\x9a\x0a\x53\x3a\x73\x01\x98\xc4\x7a\xaa\xa1\x11\x3c\x15\x53\x31\x1b\xcf\x4b\x36\xcf\x78\xc2\x90\x45\x62\x92\x9f\x23\x77\x5f\x2f\x1c\x52\x13\x67\xa4\xb7\xb0\x87\x09\xd3\x53\x72\x53\xa5\x04\x27\x3c\x65\xdd\x08\x3e\x95\x8b\xe0\xc3\x3b\x10\x7c\x80\xb5\x32\x08\x3e\x95\x39\x14\x01\x3c\xd8\x1e\x50\x9e\x80\x1f\x36\xd8\x6d\x60\xa7\x2a\x61\xb9\xcf\xdd\x14\xd7\xe9\xad\xcd\x18\x81\xfd\xa2\x93\x0c\xbb\xa6\x87\x89\x6f\xdc\x82\xdc\x13\x19\x65\xa4\x92\x4a\x9d\x81\x87\x1e\x52\x5b\x20\x81\x5a\x13\x8d\x1a\x87\x24\x4f\x93\x41\x47\x66\x98\x85\x16\x25\x9e\x91\x1a\xbe\xbb\xde\xf2\xea\xd6\x13\x5d\x3b\xba\x9b\x7a\x75\x56\xcf\x2b\x7a\x26\x68\x4e\x12\x24\x61\x41\xa7\x43\x37\xdf\xb7\xe0\x0f\x51\xe5\xa7\xc4\xf7\x63\x84\xd4\x51\x17\xbb\x03\x74\x47\x98\xa3\x51\xda\x62\x69\xfc\x29\x1e\x3b\xea\x3a\xf1\xe9\xa2\x69\xc8\x75\x52\x85\xb1\x25\x21\x06\xc9\x84\x1f\xf9\xe9\xc0\xdd\x21\x7a\x50\xec\xee\xa5\x64\xbc\x64\xfa\xc7\x35\x88\xce\x8c\x57\x2c\x38\x28\x7c\xa0\x2c\x3f\xea\x1c\xd4\xc4\xc5\x36\x97\x85\xe3\x38\xa1\x3a\x80\x70\x0c\x68\x57\x71\x9c\x74\x36\x80\xc1\x75\x52\xb4\xf0\x8e\x5c\x96\x57\x59\xf1\xec\x82\xcc\x3f\x00\x38\x59\x39\x3e\xbd\xd4\x0a\x77\x2d\x62\xc6\x71\xe8\xe9\xb8\x22\xbc\xa2\xe4\x8a\x7c\x95\x71\x52\xf3\x04\xf9\x93\x25\x39\x05\x39\x4b\x1d\xfc\x66\xff\xe2\x28\x0e\x44\xb0\x04\x63\xea\xf0\x34\x0a\x8e\x37\xd7\x76\x86\x08\xcc\x74\x0a\xe6\xbd\xe3\x93\x23\x30\xf7\x46\x08\x77\xbf\x57\x56\xdf\x08\x21\xcd\x97\x73\x89\x1d\xdf\xb9\x3b\x22\x9a\x47\x48\xc2\xe3\xaf\xa4\xb7\x12\x5e\x6d\x30\x1d\x73\x92\x55\x79\xa9\x13\x78\xb6\xe0\x68\xb4\x80\x8c\x69\x18\x59\xc9\x35\xc6\x35\xcf\x9b\x54\x33\x09\xc6\x11\x2e\xec\x23\xf5\xef\x84\x83\x37\x8e\x18\xa9\xbe\xbd\xb5\xb1\x70\xe0\xe4\x94\x90\x80\x7c\x32\x26\xf2\x6b\xc8\xaa\x4c\x0a\x08\x6a\x84\x80\xc6\xe1\xa2\xac\x86\xbf\x8d\xf6\x20\x86\x45\x72\xe0\x43\x89\x4b\x35\xbc\x00\x87\xab\x1a\xa2\x24\x65\x5e\x6d\x80\x42\x6e\x8c\x6e\x8b\x27\x08\xe5\x4e\x06\xd1\xf6\xcd\x01\x5a\xde\x1e\xc0\xed\x76\x83\x2a\x2f\xf9\x8e\xed\xee\x02\x8d\xe5\xf8\x3a\x05\xa0\x74\xad\x5e\x8a\x61\x9f\x16\x3c\xbd\x91\x2c\x0f\xbc\x94\xf0\x9e\x3b\xc0\xac\xf9\x4b\xdd\xbe\xf4\x54\xb2\x2d\x0b\x6e\xe0\xe9\x81\x9c\x01\x62\xe6\xe8\xcc\x2a\xec\xd2\x51\x34\xe0\xe1\xf0\xe0\x40\xd6\x16\xe2\xa2\x83\x09\x5e\x8c\x38\x09\x6c\x42\xa3\xf3\xd2\x6f\xd1\x1d\xc1\xda\xfc\xaf\x0e\xf2\x05\x3b\x7f\xf8\x80\xfb\x1f\xee\xb5\x26\x3f\x5b\xf0\xa1\x5e\x1a\xfe\x70\x7f\x8d\x4f\xd9\x0d\x72\x0d\x8e\x56\xa4\xce\x48\x2d\xdf\x0f\x69\x3d\x2c\x59\x71\x33\xcc\xae\x32\x5a\x64\x67\x05\x19\x5e\x5f\x10\x36\x9c\xaf\x6a\x5e\x5e\xaa\x33\x07\x87\x76\xb8\x20\x19\x5f\x55\x64\xb8\x28\xb2\x73\x59\x2d\xda\x60\xb6\x49\x08\x77\xa4\xf6\x8c\xff\x4b\xa0\x90\x02\x56\x9a\x87\xe3\x09\x87\x95\x2b\xfe\x67\xbd\x26\xa2\x0e\xc2\xee\xcd\x45\xf4\xcd\xc5\xd3\x6a\x5c\x53\x76\xbe\x2a\xb2\x8a\xfe\xa0\x40\x32\x01\x65\x74\xc5\xb7\xe4\x17\xb8\x24\x3c\xeb\xcc\x2e\x00\xfc\x60\xa4\x52\x00\x9f\x3a\xc0\xdb\xed\x87\x0a\xf8\x5a\x4c\x89\x7a\x71\x91\xd5\xcf\xb2\x62\x2e\x1d\x7d\x55\xd0\x81\xc9\x29\xb0\xcc\x04\xef\x65\x13\x7e\xba\xdd\xaa\x16\x43\xcf\x74\x2f\xee\xab\x66\x53\xa4\xf9\x64\x87\x24\x05\xce\x97\x85\xd8\xad\x91\x55\xb7\x05\x3f\x4b\x6b\x2a\xe7\xfa\x85\x7a\x2e\xb1\x9d\x5a\xb3\x07\x67\xbd\xf1\x45\x9f\xbb\x5b\xd5\x0f\x74\xdd\x2c\xdf\xe1\xb0\xd0\xbb\x8e\x07\xca\x02\x53\xe2\x0c\xd7\x78\x05\x59\xeb\x07\xda\x1e\x49\x78\x86\x93\x32\x35\x0c\x15\x32\xf1\x0b\xa5\x5e\xc9\xf5\x3a\x59\xa5\xdc\x01\x8f\x97\x9e\xdc\xe2\x5c\x10\xc1\x07\x1c\x25\x55\xba\x92\x39\x7c\x98\x0d\xbc\x48\xea\x34\xc9\xd2\x15\xd2\x0d\xc7\x71\xe6\x33\x6d\x68\xbd\xae\xd1\x24\xa9\x64\x16\x7d\x96\x8e\x0e\x03\xf3\x9f\x56\x1d\x9b\x97\x35\x81\x92\x3f\x90\x9b\x2e\x9d\xa2\xf9\x52\x31\xe6\xcd\x06\xab\x0a\x94\xe5\x3b\xd4\xa0\x2c\x37\x55\x80\x1f\xe8\xab\x72\x2a\x09\x40\xe2\x9c\xc9\x9a\x27\xa6\x35\x73\xc5\x88\x37\xa6\x55\x35\x2b\xdb\xc7\xa2\x0a\x9a\x8a\x0c\xb4\x0a\xdb\x6a\x89\x52\x52\x9d\x9a\xf1\x00\x20\xb4\x78\x68\x00\xa1\xc9\xb8\x2f\xed\xe1\x73\x82\xc9\xf8\x39\x59\x56\x64\x2e\x5e\xbd\xb8\x22\x8c\x93\x3c\x7d\x26\x1e\xfb\xfa\xef\x13\xf1\x48\xa9\x4d\x65\xdd\x8f\xf6\x81\x24\xb5\xe9\x31\x26\x63\xb7\xf5\x57\xc4\x7f\xa0\x91\x90\xbe\xb2\xcf\x05\xbb\x7c\xe2\x82\x0d\xff\x15\xde\x95\x25\x57\x36\x0c\xf1\x53\x3b\xae\xa6\x2f\x9d\x1f\x6e\x47\xff\x80\x52\x80\xdd\x5b\x72\x4c\xc6\xa7\x67\x94\xe5\xe9\x0f\xe2\xaf\xf3\x55\x56\xe5\xe9\x53\xf1\x67\x09\xa3\x7c\x55\x1f\x17\xf4\x8a\xa4\xdf\x60\x21\x46\x93\x6a\x4e\x5e\xe5\x29\xc3\x64\x9c\xd3\xc5\x22\x94\x94\xcf\xde\x5d\xc4\xea\x25\xf4\x15\x86\x69\xfa\x3a\xe3\x17\xe3\x4b\xca\xc0\xe9\x06\x97\x72\xf3\x67\xe9\xc1\xa3\xec\x31\x7d\x94\xed\xed\x21\xba\x48\xc8\x34\x9b\x8d\xd2\x94\x4f\xb3\x19\xba\x2d\xd3\x6c\x70\x56\x91\xec\xc3\x46\x9f\xcb\x38\x66\xd2\x0d\x52\x9c\x5b\x1d\xb9\x72\x80\x57\x29\x84\xd7\x2a\x4e\xb1\xb4\x43\x29\x52\xba\x5f\xe2\x79\x7a\xf8\x68\xfe\x38\xa5\x8f\xe6\xba\x93\x6a\x7f\x2e\xbb\x61\xfb\xf3\x19\xba\x2d\xd2\xf9\xfe\xa1\xea\xaa\x4e\xd9\x7e\xb1\x5f\xe2\x55\x5a\x89\x7f\x15\xbf\x70\xbb\xa0\x55\xcd\xa5\x44\xf0\x8a\xe5\xe4\xe3\xa4\xc4\x59\x9e\x93\xfc\x59\xb9\x62\x7c\x52\x63\x99\x05\x4f\xfd\x5c\x6d\x36\x58\x2b\x51\x61\xa6\xde\x97\x5f\x66\xf5\x45\xfa\xca\x3c\x15\x3f\xdf\x97\x5d\x99\x1d\x6d\x9c\xab\x06\x03\x7d\x2b\x31\x4c\xc0\x58\xe2\xe6\x33\x24\xa1\xd4\x85\x95\x9d\x00\xcd\x32\x5e\x66\x1f\x88\xf2\x73\x9b\x56\x33\xad\x21\x62\x81\x84\xcf\x5a\xb1\x3c\x34\x02\x79\x84\xb3\x34\x7a\x00\x9a\x2e\xcb\x1f\x3e\x88\xf6\xaa\x41\x74\x96\xd5\x20\x92\xc9\x15\x31\x55\x9f\x97\x73\x50\x37\xd9\x9a\x11\xa8\x65\x40\x09\xce\x29\x2f\xc8\xa4\xc4\x39\xe1\x19\x2d\x26\x6c\x4a\x67\x58\x4a\x87\x93\xdb\x65\x09\x92\xe3\x24\xdb\x6c\x10\x24\xdd\xe2\x62\x22\x61\x6b\x36\xa0\xa7\xbf\xc4\xae\xab\xec\x33\xa5\x1f\x48\xcf\x30\xb1\x3e\x25\xf6\xb6\x2d\x71\x03\xdd\x3f\x7d\x6e\x9e\x58\xdd\x6e\x87\x43\xc9\x5f\x15\xce\xed\x06\xfb\x39\xe0\x5e\x56\xe5\xa5\x10\x31\x42\x75\x84\x20\xb6\xd2\x95\x6a\xc2\xbd\x4e\xce\x89\x42\xd5\xf6\x6a\xce\x53\xd2\x2a\xfc\x67\x89\x69\x46\x4b\x16\xa8\xb0\x08\x54\x78\x47\xea\x60\xe3\x79\xa0\xac\xca\x23\xd3\x2e\x7c\x21\x0b\x0b\x4a\xd9\x48\x4d\x02\x9f\x5b\xf3\x01\x19\xaf\x96\xe7\x55\x96\x8b\xf7\x9a\xfc\xa5\xdf\x91\x4e\x56\x32\x3a\x3d\x25\x42\xde\x5b\x15\x56\x17\x3c\x3a\x90\xa6\x0f\x59\xd8\xd7\xa8\x82\x82\xec\x01\xa4\x2e\x8d\xf0\x34\x22\x1f\x97\x65\xc5\xeb\x08\x07\x0a\x19\xb5\xeb\xac\xa9\x84\x8a\x56\x35\x19\xd6\xbc\xa2\x73\x1e\x0d\xee\x3a\xb2\xee\x4f\xd1\xa6\x7e\x7c\x6b\xd9\xee\xc9\xe8\xa0\xeb\x32\x92\xe4\x76\xd3\xd7\x62\x7b\xc3\xee\xdc\x78\xbb\x6a\x6f\x4f\xbd\x9b\x6b\xe7\x4e\x7b\x5b\xd9\xbd\x7f\x77\xff\xdd\xaf\x6f\xb7\x85\xdd\xfb\x75\x4f\xe0\xfd\xfa\x75\x5b\xd8\xbd\x5f\xe7\x6c\xde\xaf\x5b\xa7\x81\xde\x5e\x03\x74\x6d\xe7\x0e\x03\x75\x37\xe1\x73\x2a\x0a\x66\xbc\xac\xea\x07\xf3\xf2\x72\x59\x32\xc2\x78\xdf\x89\xb5\xc5\x57\x9c\x16\xa2\x52\x51\x64\xcb\x9a\xec\x03\x57\xd6\x53\xd0\x3c\x68\x9e\x70\x5c\x35\xce\xb8\x63\x2f\x09\x6b\xa1\x41\xff\xdc\xcc\x33\x6a\xd0\x0b\x37\x09\x41\xeb\xb5\x4f\x43\xe8\x22\x89\x4c\x0e\x56\x6b\x4f\x3d\xb9\xb9\x3c\x2b\x8b\xf5\x7a\x94\xc8\xbf\xc6\x94\x13\x18\xe3\x90\xb2\xa1\x5c\x17\xd1\xb2\x6a\x5a\x61\x31\x41\x76\xf1\xd1\x01\xe4\xb6\xc1\xa5\x0e\x6b\xe1\xd5\x8d\xb9\xad\x33\x5c\xa7\x64\xda\x68\x72\x96\xa0\x47\xa3\x84\x09\x91\xa2\x1e\x33\xf2\x91\x27\x08\x8d\xf3\x92\x41\xf2\x79\x95\x6c\x3c\x1b\x03\xe5\x42\x78\xc4\xd7\x6b\x9d\xb7\x5f\x30\x38\xe8\x91\xe8\x12\x3d\xda\x48\xf8\xad\x15\xba\x85\x3c\x38\x65\xba\xda\x2c\x28\xcb\x8a\xe2\xe6\x56\x0c\x80\xe9\x28\xf1\x7a\x2c\x87\xbc\x5e\xeb\xbf\x12\x64\x4a\x82\xbb\xbd\x54\x34\x96\x1b\x9b\xdd\x1c\x66\x6a\xbd\x2e\xd5\xbf\x4d\xcd\x09\xdc\x85\x80\xb5\x2e\x55\x92\x9a\x49\xc8\x38\x27\x97\x4b\x3e\xe4\xe5\x10\xb4\xa5\xab\x39\xa8\x49\x58\xc9\xf6\xe1\xd3\xcf\x0a\x32\x94\x76\x98\x39\x19\xff\x9d\xbd\x62\xc3\xb2\xca\x49\xa5\x40\xdd\x74\x11\x0c\x15\x32\xb1\x96\x43\xc9\xb7\xd6\xc3\xcb\x55\xcd\x87\x17\xd9\x15\x19\x66\xc3\xc0\x6c\x0e\x2f\xe1\x08\x8d\x23\xb4\x71\xcd\xc0\x34\x88\x77\xdf\xbb\x65\x32\x48\x4c\xeb\xef\x9a\xe6\x9e\x19\xf9\x7b\x26\x8e\x7b\x77\x8c\x67\x16\x5f\x54\xe5\xa5\xe9\xa1\xf4\xfb\xd9\x7d\x72\xeb\x65\x45\xb2\xfc\xe7\x9b\xd7\xd2\xc2\x86\xca\xb9\x69\x62\x9e\x10\x67\x3a\x2d\x7a\x78\xcb\x14\xcd\xcb\x13\xa8\x28\x8d\xd0\x04\xa9\x68\xb5\x3f\xe2\xfd\x43\xad\xbb\x8d\x94\x32\x50\x72\xa4\x9e\xf5\x4f\xe1\xc4\x38\x4f\x40\x3a\x44\x38\x7a\x9d\x2d\xa1\xc2\x7a\x1d\x9d\x10\x59\xf7\xc8\x9b\xff\x49\x74\xac\xcd\xa7\xaa\xe0\x83\xff\x9b\x1c\x4d\xbe\xa1\xeb\x57\x88\xf1\xe4\x68\xf2\xc7\xf5\xe1\xef\xd7\x0f\xbf\x40\xc9\xd1\xe4\x59\x91\x5d\x2e\x49\x8e\x64\x0b\xbf\x79\x30\x06\x9b\x49\x85\x8e\xe4\xb7\x29\x97\x45\x47\xa3\x26\x9f\xdf\x26\xf2\xf8\xf1\xf5\x9a\x3f\x31\x58\x63\xa0\x33\x33\xbf\x06\x3e\x6e\xa2\x03\x4f\x8d\x1e\x55\x8f\x39\xe8\x08\x19\xe8\x73\xa7\xd5\xcc\xe6\xb6\xbd\x33\xe3\x43\xc6\x45\x76\x53\xae\x40\xa7\x97\x9d\x2b\x65\x95\x61\xfc\x9f\x52\x08\x0a\xac\xc5\x5c\x16\x59\x5d\x8b\xf7\xa1\x67\xde\x0f\xb7\x01\x4d\xf7\xa4\xec\x96\x1c\xe0\x6a\x6c\x28\xfc\x77\x94\x5f\xbc\xcd\xaa\xec\xb2\x46\xbe\xc2\xda\xda\x5b\x9b\xa6\xef\x27\x0f\x75\x8e\xe1\x51\xea\x98\xb9\x1f\xce\x8e\xdc\x1f\x93\x29\xa8\x9a\x93\x03\x48\xb2\x0e\xfc\x1b\x4a\x04\xb9\x6c\x7a\x38\x38\xd6\x49\xfd\x55\x11\x32\x70\x9a\xed\x69\x18\x84\xa6\xc6\x27\x17\x25\x3a\x2a\x75\x64\xe5\x44\x25\x23\xcd\x52\x3a\x3d\x98\x1d\x45\x91\xb6\xb6\x57\x38\x9a\x44\x48\xff\x12\x2f\xd1\xa4\xb2\x8e\x26\xad\x3e\x4c\xc2\x5f\xa9\xcf\x6d\xe8\x7b\x11\x66\x60\xa4\x73\x66\xbd\x56\x06\xde\x5f\xde\x84\xb7\xb6\x91\x3b\xe1\xad\x97\x83\xd0\xbe\xdb\x69\xc2\x0d\x12\x57\xf7\xb4\x4b\x17\x31\xf1\xc8\x9b\xfd\x56\x87\x3b\xcd\xbe\x39\xe2\x85\xbd\x58\xda\xb3\xff\x8e\xfc\x73\x45\x2b\x92\xb7\x57\x41\xdb\xcb\xfd\x39\xf4\x3c\x1d\x04\x21\x1f\xba\x4f\xd4\xbc\x39\x8f\xa6\x64\x36\x60\xe3\x95\x90\xde\x16\x5c\xb9\x7a\x30\x4c\x93\xd2\x8d\x34\x74\x4b\xa7\x0c\x57\x82\x0a\xa0\x8d\x7b\x80\x57\xb0\x7d\xe6\x69\xe1\xac\x57\x1d\xa1\x81\x77\xe2\xe7\x03\x89\x0b\x5b\x04\x17\x35\xb8\x72\x0b\xa8\x92\x8b\x2a\x81\x83\x17\x3c\x5d\xb9\x42\xc0\xb9\xcb\x5c\x3a\xde\x67\x2c\xe1\xf8\x10\x4d\x0f\x2c\x94\x98\x7b\xc7\x28\x82\x57\x49\x40\x76\xf5\x13\x06\xa2\x5f\x5d\x0c\x0c\x81\x0c\x7a\x96\xb6\x7c\x73\xb8\x0b\x23\x69\x12\xb2\xca\xf8\x44\x41\xae\xed\xb1\xb1\x64\xbb\xe5\x09\x98\xf2\x8e\x11\xab\xa1\x88\x01\x6f\xfa\xb9\x74\xc9\x4d\x6b\x71\xf9\x01\xac\xc5\xfe\x82\x92\x22\xdf\xcf\x49\x3d\xaf\xe8\x52\xf0\xd8\x0e\xef\x3e\xf3\x3d\x12\xc3\xac\x36\x77\x36\x37\x0f\xb9\x1e\x6a\xb6\x27\xaa\xe1\x8f\xe6\x0b\xc3\x40\x1c\x85\xfc\x37\x15\x83\xb0\x99\x84\xe2\x50\xe3\xb8\xa7\x3b\xdf\xf5\x27\x4d\xcd\xf3\x91\xfe\xdb\x4e\xe2\x91\x1e\xdb\xc4\x74\x28\x88\x95\xe3\xbf\xf8\xab\x3c\xf1\xd3\xcb\x13\xad\x89\x33\x68\x65\x83\x5e\x2e\x92\xdd\x9f\x8b\xbc\x07\xff\x08\x63\x09\xb0\x90\x41\x4e\x1e\x0a\xff\x78\x66\xd2\xff\xd2\xd6\x7c\xfd\x8b\xc9\x5d\xec\x73\x73\xc0\xbe\x84\x27\xb5\xe2\xe2\x44\x3f\x44\x98\xa6\x6c\x7a\x30\xc3\x65\xca\xa6\x87\x33\x9c\xa5\x6c\xfa\x85\xa9\xf8\x10\x6c\xd7\x1a\xc9\x3c\x2a\xcd\xd6\xe0\x09\x55\xa6\xc2\x51\x9a\x52\x41\xd9\x1a\x5b\xb1\x8c\xe3\xc4\x2b\x9f\xd9\xf2\x59\x1c\x47\x56\x13\x13\x51\x36\x14\x4f\x5c\x0e\x02\x9e\x39\xe0\xa5\x19\xba\x0f\x0f\x4f\xeb\x97\x82\xb4\x3f\x37\x94\x3d\xa5\xf0\xd4\x79\x10\xa0\xa9\xb4\x25\xcc\x4a\x83\x84\x98\x2e\xef\xd2\x3c\xf4\x27\xa7\x4d\x87\x79\x1c\x47\xe6\xd4\x89\x4f\xe2\x71\x3c\xe2\xe3\xd3\x53\x5a\x3f\x53\x7e\xbb\xcf\xf5\xdd\x24\x08\xe5\x4e\x97\x57\x53\x67\xb4\xdb\x5d\x75\x8f\xd9\x53\xec\x96\x37\x45\x81\x8f\xf4\xe9\x01\x0c\xaa\x41\x36\xe4\xc3\x64\xb7\xcf\xb3\x9a\xae\x9d\x34\x68\xdb\xae\xf2\x4f\xac\x10\x27\x21\xb1\xa1\x37\x59\xa0\x6b\x12\xfc\x24\x2e\xcb\x82\x13\x76\xb7\x30\x4a\x18\x3a\x6a\xf8\x56\x33\x34\x09\x85\xdc\xb5\x07\xe0\x65\x78\x32\x39\x9d\x6c\x32\xa7\xc0\x00\x86\x8d\xbe\x2a\x2d\x39\x4c\xd9\x0c\x41\x6a\x7c\xd2\xc7\x91\xee\x38\x59\xdb\xc7\x2a\x31\xc8\xb9\x05\x1f\xb7\x63\x65\x6d\x1e\xb2\xb7\x65\xd6\x3d\x0b\x5d\xcb\xd0\x9c\x05\x66\x66\xa1\x92\xb3\xd0\xde\xeb\x0f\xe0\x0a\x21\xf9\x7e\x4d\x02\x4a\xe2\x4f\x79\x78\x07\xf2\x3b\x35\x33\xd4\xe1\x57\x84\x6e\x93\x36\x7b\x91\xd8\x7b\x4f\x10\x30\x84\x82\xd7\xe8\xb3\x8c\xb1\x92\x43\xba\xe4\x61\xa6\x5c\xbc\xb2\x7a\x98\x99\xf9\x8e\xd0\x06\x19\xa0\x51\x89\x9c\x20\x71\xab\x6c\xac\xa4\xf4\xd1\x0b\x04\x18\x88\xbe\x44\x15\xb1\x91\x1c\x27\x76\x51\xbf\x95\xf8\x45\xa6\xb5\x98\x93\x13\x12\xf6\xfd\x83\x42\x05\xad\x39\xe4\x10\x86\xc8\x7c\xfa\x03\x49\x0f\xfc\xb6\xb3\xbc\x23\x8b\xe3\x7a\xad\x7c\xee\x56\x34\x37\xfe\x87\xcd\x8e\x75\x6c\xbf\xe8\xc6\xe0\x12\x8c\xd2\x54\xdc\xc2\x42\x34\x16\x97\xb1\xf6\xb5\x82\xde\xa9\x8e\xf9\x93\xe3\xf3\xc7\x22\xbd\xd2\x3f\xd5\x70\xc4\x92\x42\x4a\x51\xb1\x2d\x6f\x95\xc7\xbb\xf8\xa1\x30\x22\xe8\x18\x36\xe2\x9b\x85\xe3\xfb\x59\x3e\xd9\x3f\x8c\x63\x3a\xae\x97\xc0\x15\x96\x58\x3b\xe6\xa8\xc1\xab\x43\x33\x3a\xd8\x68\xdf\x27\xff\x0b\x54\x74\x51\x60\x65\x4d\xea\x21\xd1\x92\x5f\xe9\x22\xf3\x29\x03\x5d\x24\x5e\x69\xa4\xfb\x52\x7b\xbb\x39\x11\x1e\x20\x44\x63\x46\xa6\x7c\xe6\x77\xa6\xbc\x05\x5a\x1d\x8e\xdc\x0e\x5d\xdf\x4d\x3d\x97\x5f\xa4\x69\x8b\x7a\xa0\x1e\x77\x45\x19\x5c\x92\x58\xfa\x71\x38\xc3\x1c\x80\x70\xbc\x0c\x1e\x8a\x94\xb9\xe9\x14\x48\xc2\x05\x3d\xdd\xf8\x03\xe7\x4d\x6f\x09\xdf\xdf\x47\x0c\x53\x2b\x7d\x1a\xa7\xa7\x5c\xde\xb4\xc1\xcf\x18\xb9\x4e\xd4\xc6\x74\xae\x6b\xcb\x62\x42\x8c\x36\xd9\xed\x90\x39\x85\x10\x69\xcc\x7e\x68\x45\x2c\x1d\x85\xe3\x09\x25\xd4\xe7\x41\x8a\x2e\xd8\x6c\x66\x35\xb0\xd8\x2e\x9b\xc4\x65\x4b\x78\x80\xc2\x56\x84\xe5\xa4\xda\xbf\x2c\x73\xb0\xdb\xd5\x0f\xec\x5f\x39\xcd\xf7\x29\xab\x49\xc5\x7f\x8c\x78\x7f\x6f\xb9\xf7\x73\x59\x44\xee\x2b\x20\x56\x56\x40\x64\xf7\x17\x10\x59\x5b\x40\x64\xdb\x04\x44\x66\x05\x44\xb6\xa3\x80\xc8\xee\x2e\x20\x32\xe4\x7f\xe9\xe6\xbe\x96\xa3\x5f\x84\x78\x58\xfd\x02\x0d\x24\xfa\x1c\x3a\xa6\x0c\xed\x68\x75\x5a\x13\xfe\x5a\x9d\x3c\xe5\xc6\x17\x88\x96\xbe\x9d\x67\xcb\xec\x8c\x16\x94\x53\x52\x2b\xb8\xea\xd3\x4b\xbf\xda\x33\xa7\x48\x12\x3d\x1c\x1f\x3e\x8c\xf0\x6d\x4e\x6b\x31\xbd\xc7\x2b\x5e\x42\x66\x43\xca\xce\xe5\xa0\x24\x55\xd2\x3d\xbb\x2c\xf0\x06\xc3\x72\x15\x45\xfb\xa5\xa7\xe8\xe7\x09\x1b\x2f\xcb\x1a\xbc\xe0\xb3\x02\x3d\x4a\x0e\x30\xd8\x21\x92\x0a\x53\x75\x08\x0e\x11\x66\xb0\xab\x73\xb4\xc1\x32\x78\x3e\xdc\xa3\x0a\x7f\x09\xbe\xdc\xb8\xa1\xce\x3f\x21\x2f\x26\x2d\x22\x7a\xe9\xd8\xdd\x49\xa8\xfc\xe0\x5f\x49\xe8\xaf\x24\xf4\x57\x12\xfa\xef\x45\x42\x55\x8f\xa4\x20\x62\x53\xc9\xe0\xdb\x5e\xb2\x0a\xa8\xa8\xaa\x78\xca\xbb\x69\x25\x71\xc1\x87\x55\x79\x21\xc4\x24\x55\x98\x14\x33\x97\x14\x57\x86\x14\xff\x8f\x23\xb7\xd7\xb4\x28\xf6\xd5\x57\xfd\x4a\x70\x7f\x25\xb8\xbf\x12\xdc\x5f\x09\xee\x27\x21\xb8\xbd\xcc\xe9\xa7\xa1\xc6\xbf\x44\x82\x7b\x5e\xd0\xcb\x4b\x52\x39\x9e\xba\xc6\x78\x70\x96\xd5\x64\xdf\x3c\xdf\xbf\x94\x0b\xd9\xb0\x40\xf4\xd4\x37\x8f\x76\x26\xce\xff\x02\x71\xae\x95\x16\x8d\x34\x51\x8a\x63\x9e\x90\x56\x00\x99\xf8\x18\x88\x1f\xfb\x24\x26\x26\xcc\x43\x49\xe6\x1c\xbd\x35\x4d\xf8\x4f\xb3\x99\x28\xc2\x4d\x47\x6b\xa9\x0f\x3b\xea\xfa\x50\x6e\x10\x7e\xb0\xef\x67\xee\xae\x90\xf8\xad\x57\x04\xa6\x61\x42\xa6\x7c\x96\x56\x32\x3f\x0e\x8e\x5c\x02\x13\xc1\xc4\xaa\x90\x7f\xeb\xaa\x94\x50\x99\x97\x45\x45\x3e\x4a\x0a\x12\x61\xd9\x77\x47\x1c\x8e\x68\x23\x81\x7b\x79\xb3\x99\x21\x2c\xda\xf0\xaa\x3f\x33\x3b\xb8\xd5\x8e\x13\x2a\x2f\x5a\x22\x09\x57\x98\x84\xf6\xb4\xab\x80\xc4\x73\xc2\x9f\x95\x8c\x93\x8f\x81\x56\xac\xcb\x0a\x0c\x80\x6e\x9a\xf6\xc0\x9d\x8e\xd7\xce\x27\xb2\xbc\x66\x64\x9b\xf5\xaf\x79\x55\xfd\x32\xcf\xe3\x3d\x8e\x55\x4d\xb8\xcd\x7e\xef\x6b\xb9\x01\xc3\x93\xe0\xd1\x81\x0e\xca\x32\x21\x65\x5e\xb9\xd2\x2f\xa7\xcf\x29\x19\x1f\xbf\xfb\xf3\xc9\xe9\xc9\x8b\xf7\xde\x15\x8a\xa9\x97\x5f\xbe\x74\x7f\x0d\x9c\x3a\x1a\x4c\x37\x6c\x8f\x32\x6a\x18\x08\x53\x7e\xf4\x13\x19\xa7\x74\x6a\x0d\x9c\xd4\x69\x94\x55\xe7\x75\x84\x28\x4b\x24\x86\x11\xea\x38\xea\x62\x80\x6a\xc6\x57\x77\x3a\xea\xd9\xb4\x9e\xa5\x2b\xa9\x30\x17\x7d\xa5\x0c\x83\x3d\x57\x63\x15\xa9\x61\x55\x08\xcb\x85\x82\x5f\xa3\x43\x84\x4b\xef\xe7\x46\xce\x7a\x86\x6b\x9b\xd1\x97\xe0\x24\xd3\xb1\xd0\x0e\x86\x68\xeb\x20\x0a\x69\x48\x1d\x57\xb0\x22\xab\x5d\xd2\x15\x47\x0c\xf8\x10\x1a\x93\xb1\x59\x8f\x74\x06\x50\x97\x6e\xb5\x19\x8a\xe3\x2a\x71\x30\xa6\x70\x86\x70\x0d\xcf\x70\x6d\x22\x8f\xf5\x1e\xcb\x76\xa5\x0a\xd2\x23\xe0\x47\xdc\xda\x5d\xb7\xfe\x7d\xae\xfa\x2d\x91\x38\xc6\x3d\x90\xfd\x4f\x75\x0f\xa4\x9f\xe3\x98\x36\xe3\x27\x7e\x99\x14\xba\x19\xc7\xa0\x96\x3a\xd3\x32\x6a\x4d\xf8\x5b\x3d\x8f\x6f\x16\x4d\xf9\xd7\xd8\xc1\x2c\x2c\x1b\xc7\x30\xbb\xe2\xce\x37\x6d\xd7\xd6\x11\xc9\x39\x6e\x1d\xae\x94\xef\xc8\xa2\x20\x73\xbe\x5e\x8f\xd4\x5f\x76\xa5\xad\x21\x95\x2e\x92\xd6\xdb\x71\x7d\x91\x5d\x7a\x45\x02\xfb\x07\xb2\x7c\xea\x42\xd2\xd9\x52\x7d\xc4\xf3\x8c\x93\x4e\x91\xbc\xd5\x59\x22\x8a\xe3\xe9\xcc\x43\x2c\x04\xe0\xc1\xd1\x81\xf2\xad\x24\x16\x60\x63\x23\xc8\x44\x9b\x31\x54\x10\x18\x69\xa1\xa4\x70\x83\xc0\xa5\x90\x93\xdd\x3d\x3e\xa8\xd2\xf6\x20\x98\x45\x22\xc4\x3a\x9d\x47\x95\x32\xe5\xde\x01\x24\xd7\x42\x15\xea\x01\xac\x34\xa1\x76\x56\x7f\xe5\x01\x82\xf0\xf5\x5a\xbb\xbf\x8d\xd2\x94\x01\xf4\x9a\x9d\x4b\xa3\x4a\xe1\x47\x0d\x7d\x8b\x9b\xec\xcb\x1c\x1b\x93\xbc\x42\x9d\x1d\xd1\xf9\xf0\x22\xab\xd9\x6f\xf9\xf0\x8c\x10\x36\x04\xe0\x9e\xac\xa0\x35\xc9\x87\xfb\xc3\x7a\xb5\x24\x55\x82\xbc\x12\x62\x09\x88\x93\xe6\x0f\xb4\x3d\x13\x6e\x87\xef\x7a\xe8\x17\xe1\xad\xab\xaf\xc3\x73\xef\x69\x90\xf0\xd8\xdd\x6c\xb0\x31\xfd\x5a\x80\x31\x29\xfe\xf3\x69\xc4\xf8\xb9\x16\xe3\x0d\x7d\xee\x95\xc6\x89\xde\x12\xe2\x8e\x06\x38\x92\xaf\xe8\x82\xcc\x6f\xe6\x05\x79\x96\x15\xc5\x59\x36\xff\x50\x4f\x46\x87\x4a\x84\xfe\xb2\x2c\x3f\x4c\x46\x87\x1b\x84\x17\x1e\x97\xd4\x66\x51\x42\x2b\x6c\xdc\x1e\x79\x98\x10\x9e\x88\xd5\x1a\x92\x8f\xcb\x8a\xd4\xb5\x58\x09\xd0\xb7\x10\xca\x2f\x48\x35\x3c\x23\x80\xfd\x35\x2c\x2b\x8f\x32\x0e\x48\x27\x0c\x24\x40\xa6\xd9\xab\xf6\xd6\xd9\xff\x13\x35\x8d\xc4\x65\x4b\x9a\x2c\x8b\x10\xdd\x79\x1c\x4b\x5a\xb6\x41\xc9\x1c\x13\xe5\x50\x84\x19\x5e\xe1\x22\xad\x93\xb9\x13\xd8\x31\x77\x78\x05\x79\x28\xe6\x08\x17\xe1\xd3\x63\x70\xa7\xd2\x39\x4e\x98\xe6\x56\x94\x2a\xa2\x47\x02\x51\x4a\xc2\xb1\xcb\xb0\x68\x62\xa8\xa0\x1d\x08\x64\x88\x1a\xc0\x8e\x3d\x01\x20\x05\x5b\x34\x41\x18\xe2\x24\x3c\xb6\x18\x22\x71\x64\xe5\x6a\xc5\x42\xc8\xdb\x04\x7b\x68\xec\xe1\xd2\x46\x3f\x0b\x9f\x9a\x63\x98\x34\xc9\xf2\x94\x1e\xda\x0a\x43\x78\x05\xcf\xf0\x0a\xe1\xf9\xa6\x11\xd1\xe2\x43\x56\x36\x00\x2b\xf1\xdc\x8d\xa4\xc9\xb5\xa6\xc7\x61\xc3\xd6\xeb\x44\x23\xc8\x4a\xc8\x3d\x40\x00\x6d\x4e\x05\xc9\xdb\x33\x41\x72\x04\x42\xa1\x0c\x27\x59\x38\x7c\xd8\xc5\xae\x7c\x98\x14\xb5\x3e\x9f\x1f\xaa\x9e\x15\xf7\xb8\xeb\x75\xd7\xef\x06\x4e\x31\xbe\x65\xe0\xa1\xf8\xec\xfb\xb0\x99\x9f\x88\x4d\xfc\x54\x6a\xcc\x4a\x3f\x1e\x58\x85\xe6\xb3\x06\x31\x0c\x02\x84\x83\x7a\x40\x57\x06\xb2\xac\x13\x22\xd3\x94\x39\x1b\x82\xba\xf3\x7a\x56\x94\xf3\x0f\xfb\x75\x51\x72\x27\xf4\xbd\x7e\x60\x1f\xfb\x13\xec\x16\xe7\xe4\x72\x59\x64\x9c\x74\x56\xf4\x4a\x5f\xd2\x8f\x94\xd5\x0f\xe0\x47\xe3\x95\x53\xfd\x06\xfc\x7e\xa1\x7a\x6b\xbe\x85\x58\xf9\x19\x66\x5c\x27\xef\x30\x73\x3c\x26\x1f\x39\x61\x79\x72\x2b\xc3\x91\x26\x66\x4e\xb1\x0a\x9b\x9a\x44\x11\x3e\x65\xe2\x8f\x26\x76\xb3\x44\x72\x0a\x00\xca\x83\xa4\x08\x08\x4e\x62\xee\x69\xfe\x0a\x3c\x98\x5e\x28\x95\x70\xcb\xa1\x4b\x6a\x8a\xa4\xdb\x14\x23\x59\x45\x6a\xfe\x66\x21\xae\x9a\xc4\xec\x0e\x60\x92\x46\x5c\xa6\xf3\x3c\xa7\x35\x27\x15\xc9\x15\x60\x15\xd8\x3d\x6c\x42\xcf\x53\x41\x0a\xc5\x6e\x3e\x29\x4a\xee\x16\xc1\x30\x0d\x4e\xb2\x56\xd0\x5c\x89\xd9\xe7\x24\x77\xe8\x38\x37\x79\x6f\xdb\x03\x62\xde\x80\xa8\x06\xb9\xb5\xcd\x9d\xc2\x9a\x9e\xc0\x8e\xa0\x3a\xa7\x95\x85\x40\xa4\x38\x82\xc1\x44\xc8\x20\xaf\x89\x9f\x83\x66\x33\xb4\x7e\x9f\x55\xe7\x84\x8b\x86\xbe\x17\x2d\x82\xb0\x5b\x22\xa5\x8a\xf0\x1b\x84\xdd\x25\xfd\x94\x23\x34\x28\xe3\xb8\x09\x3d\x94\xa1\x38\xce\x02\x68\x43\x70\xac\xc3\x20\xde\x38\x5a\xda\x50\x4b\xd4\x80\xed\x1e\x57\x24\xcb\xdf\xb0\xe2\x26\x71\xbe\x77\xec\x8e\x63\xec\x54\x06\xd8\xd9\xcd\x06\x3b\xb7\x52\x60\x2b\x48\xa7\xb9\xc6\x62\x28\x00\xba\xe6\xe3\xf1\x69\x4e\xba\x56\x79\xb3\x41\x77\x3c\xfd\xce\x29\xbc\xdb\xe9\x77\x2b\x76\x9f\xfe\x9f\x8a\x92\xfe\xd4\xe7\xda\x5d\xee\x56\x13\x4b\xb9\x1b\x3b\x1b\x91\xef\xa1\x19\x09\xa6\xf8\x2d\x25\xd7\xcd\x56\x3a\x47\xd0\x41\x23\x20\x1b\x43\x7d\x2c\x36\x46\xfb\xa3\x9c\x7e\xc6\xa7\xb0\x32\xe3\xe9\x2c\xd2\xc7\x31\x34\x50\x7b\xc8\xd4\xd1\x6e\xb5\x10\x99\x24\x13\x75\xd2\x2a\x2d\x8f\x39\xec\xfd\x4e\xeb\x8e\xbb\x69\x2e\x48\xb1\x24\x95\xbe\x53\xf4\x04\xfe\x08\x03\xba\x1c\xd1\x71\x62\x92\x03\xdf\x4b\x6a\x71\x56\x59\x48\xf8\xa1\xbd\x57\xa9\xbd\xf7\x25\x7c\xc1\x58\x7e\x48\xc2\xdd\xaf\xae\xba\xbe\x3a\xc0\xd6\xec\x7a\x92\x3e\xcb\x39\xaa\x52\x73\x50\x76\x19\xbe\x7f\xcf\x7f\xf6\xa0\xa6\x00\x2f\x09\x79\x0a\xb4\x14\x75\x2b\xf7\xe5\x0e\x07\x49\x6f\x0e\x38\x34\xde\x95\xe9\x49\x30\xad\x5d\xad\xf7\x7d\x96\xe7\xc6\x69\x62\x83\x1b\xf4\x78\xb7\x26\x24\xee\x9e\xdb\x8a\x7b\xb9\x87\xe4\xf3\xce\xa6\xcc\x29\x6c\xd2\x7f\xde\xb5\x70\x5b\xd9\xb9\x9f\x63\x2d\xbf\x7c\xff\xfa\xab\xa7\x59\x55\x8f\xf5\xe8\x92\x5b\x9a\x4f\xa2\x17\x4f\x7f\x7f\xf5\xdd\xf2\x87\x3a\xc2\x30\xc0\xc9\x6f\x6f\x95\x5a\xb3\x8e\x26\xd3\x28\x36\x09\xcc\xb0\x04\x5a\x97\xce\x1c\x93\xe9\xf4\x77\x38\xa2\x8b\x08\x4f\xa7\x5f\xfc\x0e\x4f\xc3\x2c\xc5\x6c\x36\x93\x56\xb9\xdb\x46\xdd\x03\x1c\x0d\x87\xd1\x0c\x4f\x0f\x7f\x87\x0f\x75\x13\xcb\x83\x68\x36\xc3\xea\xef\x43\xe7\xef\x2f\x9c\xbf\x1f\x3a\x7f\xff\xce\xf9\xfb\x3f\x9d\xbf\x7f\xef\xfc\xfd\x07\xe7\xef\x3f\x3a\x7f\xff\x97\x18\xdc\x0c\x8b\x91\xfc\xfd\xef\x4c\xbc\x90\xb7\x0a\xe1\xa4\x12\x43\x9c\x6d\x60\xe4\xe2\xf9\x45\x56\xbf\xb8\xca\x8a\x68\xb2\xc8\x8a\x9a\x6c\x7e\x8b\x85\x60\x3d\xb9\xbd\x84\xf9\x97\x77\xdd\x1d\xd6\x7e\x7c\x71\x56\x47\x3f\x66\x1b\x85\x19\x8a\x9f\x7d\x1b\x3d\xfc\xc3\x7b\x4e\xfe\xb2\x2c\x3a\xb6\x91\x82\xaa\x8d\xf0\x1d\x76\x94\xbc\x6b\x77\xdb\x45\x5f\xf4\xaf\x65\xef\x06\xec\xad\xfa\xa9\x76\x80\x5d\xb6\x6d\x3b\x40\x0a\xd7\x32\x79\xc7\xbe\xbc\xee\xcc\xf5\x2d\x9f\xfe\x14\x9e\x6f\xd5\x4f\x08\x61\xf5\xab\xf3\xdb\x67\x76\x7e\xfb\xb9\xa1\xbe\x3e\xbb\xdf\x9b\x6f\x57\xbc\x72\xd2\x21\x27\x8a\x7f\x44\x2a\x1d\x8e\xd2\xc2\x56\x78\x7a\xbb\x31\x39\x8d\x24\x88\xc6\x7d\x18\x58\xd9\xa8\x84\x3f\xee\xd6\x87\xf8\xbc\x2b\xeb\x94\x21\xe5\xd1\x3f\xcb\x6a\x3a\xdf\xcf\xab\x72\x99\x97\xd7\xcc\xbb\x46\xbc\x37\xfb\xf3\x92\xf1\x1d\x3c\x40\x22\x1c\x6e\x58\xc5\xce\x6b\x74\xf4\x7d\xed\xcb\xd6\x5f\xbe\x9e\x57\x65\x51\x28\xc2\x14\x10\x40\x5b\xaa\x25\x0f\x69\x1d\x17\x78\x8e\x17\x38\xc7\x17\x78\x89\x2f\xf1\x15\xbe\xb1\x54\xea\xdc\xb1\xb6\x9c\xff\x4f\xb5\x09\x9f\xdd\x9d\x14\x9f\xfe\x0b\x90\xe2\xd3\x7f\x1b\x70\x95\xd3\x7f\x6d\x52\x7c\xfa\x93\x91\xe2\x6b\x4b\x0f\x2a\x03\x4e\x1e\x72\x10\x74\xbc\x85\x2a\xc7\x31\xc1\x37\xc2\x55\x9e\x87\x82\x35\xd6\x55\xc6\x33\x41\x99\xc8\xaa\xb1\x36\xfc\xfe\x40\xaa\x23\xef\x97\xdc\x7e\xcc\xa0\x2d\x3a\xd3\xf2\xe2\xb3\xba\x6a\xbc\xf9\x97\x70\xd5\x38\xf1\x5c\x35\x4e\x3e\xa9\xab\xc6\xc7\x5f\x5d\x35\x7a\x5d\x35\xde\x36\x5d\x35\xde\x7e\x4e\x57\x8d\xe3\x80\xab\xc6\x71\x8f\xab\xc6\x79\xb7\xab\xc6\x87\x86\xcb\xc4\x87\x9f\xdc\x67\xc3\x74\xfd\xd6\xe1\x1f\xde\xfe\x84\xde\x1a\x66\x00\xef\xb4\x0a\x5e\xf3\x1c\x9f\xd1\x37\x1a\x3b\x1f\xfe\x5e\x53\x5a\x9b\x70\xf0\x76\xa3\x27\xc8\xcd\x0a\xc1\x42\x59\x21\x08\xba\x2d\x01\xdf\x71\x4a\x66\x1b\x48\x01\xe8\x90\x9f\xd1\xc8\xfd\x89\xcb\x06\xf1\x19\xf9\x0f\x70\x62\x69\x51\xb9\x5e\x97\x2e\xf1\x15\xb7\x4b\xe9\xd3\xa6\x32\xad\xb4\xf6\x78\x5c\x11\x99\xfc\x07\xb5\x93\xfb\xba\x0e\xf7\xda\xca\xb1\x5e\x57\x1b\x84\x4b\x84\xa9\x83\x3a\xea\xf5\x07\xdd\xc1\x68\xfc\xe7\x47\x65\xfb\x4a\xa0\xfa\x4a\xc0\xde\x4b\xc5\xca\x2b\xdb\xde\x41\xda\xee\xa1\x7b\x69\x4b\x9d\xc9\x04\xe1\xf2\x13\xf9\xf3\x3c\x4b\x13\x2d\x50\x9c\xf2\x2a\x9b\x7f\x20\x39\xd6\xe6\xbf\x53\xe9\xa2\x81\xb3\xc6\xef\xba\xf1\x7b\xd5\xf8\x5d\x34\x7e\xcf\x1b\xbf\x17\x8d\xdf\x79\xe3\xf7\x45\xe3\xf7\xb2\xf1\xfb\xe6\xdf\xc6\x39\xe8\x44\x3b\x07\xd5\xd6\x39\x08\xc4\x9e\xf4\x63\x52\x3b\xbe\x2a\xb5\xb6\x4c\x0f\x5e\x48\x2a\x5c\x3b\xe0\x22\x9f\x06\xe1\xe9\x5d\xf2\x21\x21\x69\xe6\x66\xf1\xcd\x1a\x59\x7c\x2b\x71\x4f\x45\xbc\xca\x98\x94\xf9\x28\x3b\x7f\xc5\x9e\x09\x2e\x26\x12\x52\x6d\x75\x5e\x8f\x43\x2f\xd7\xeb\xa0\x68\xb8\xbf\xef\x15\xde\xa7\x2c\x42\x18\x46\xe1\x75\x42\xf2\xee\x3e\xcc\xbb\x1d\xba\x20\x79\x57\x0f\x94\x9d\xbf\x59\xf1\x9e\xef\xd0\x6f\x77\xfc\x90\x72\xc5\x9d\x7e\x68\xfd\xbe\x5c\xcd\x2f\x9e\x93\x2b\x3a\x27\xa6\x7d\xef\xe9\x7a\xfd\xb4\x2c\x0b\x92\xb1\x64\x34\xba\xa6\x2c\x2f\xaf\xe3\x38\x2a\x19\x17\x25\x6a\x9e\x55\x5c\x90\x46\xf9\x02\xd9\x86\x75\xf7\xaf\xf2\x0e\xd9\x5b\x8b\xfa\xfb\xc6\xf2\xad\x3a\xd7\x05\xc6\x2b\x46\xff\xb9\x22\xaf\x72\xa7\x55\x48\xa5\x79\x45\xf2\x08\xdc\xe5\xed\x53\x96\x17\xe4\x5d\x59\xf2\xd7\xe5\xaa\x26\xcf\xcb\x6b\x16\x61\x4d\xe8\x74\x21\x29\xe4\x43\x74\x1e\x9b\x93\x9a\x97\x55\x1d\xe1\xe9\xcc\x16\xb8\x5c\x71\xc8\xed\xf1\xe6\xac\x26\xd5\x15\xa9\x6c\x13\xd7\xaa\x44\xc6\xe8\x25\x14\x51\xab\x71\x85\x3f\x00\xbc\x13\xb1\x1e\x6f\x35\x4e\xa8\xf6\x78\xab\x09\x5f\x2d\x43\x6e\x6e\x16\x72\x08\xb3\x34\x57\x09\x84\xc6\xff\x5c\x91\xea\xe6\x84\x08\x66\x48\x90\x84\x69\x9e\xf1\x6c\x9f\x9c\xe5\xfb\x34\x4f\xcd\x1c\x99\x98\x82\xf6\x34\xe1\x68\x9f\x57\xf4\xfc\x9c\x54\xb3\x08\x21\x99\x2c\x2e\x30\x33\x96\x7a\x55\x40\xae\x14\x61\xaa\xc6\x1c\xac\x1d\x9a\x59\xd3\xbf\x07\x7c\xac\x27\x7d\xbd\x26\x3a\x89\x72\x9d\x50\xb4\x5e\xb3\x38\x66\xfe\x13\x27\xce\xc3\x49\x3f\xfa\x3a\x91\xee\x1f\x2a\xb5\x15\xf3\x51\x9e\xa8\x60\xed\x4c\xb2\x25\x5c\x76\xcf\x48\x56\xd1\x6c\xbf\xbc\x66\xb5\x9d\x0f\x3a\xa6\xb9\xbc\x12\x71\x04\x9f\x6d\xbb\x29\xfd\x6e\xb2\xf4\x75\x52\xba\xef\x33\xff\x7d\x9d\x66\xce\x30\x34\xdd\xc9\xe2\xb8\x36\x5d\x48\x39\x9b\x24\x99\x60\x33\x13\x8a\xf9\xd8\xee\x72\x74\x64\x27\x2a\x1d\x1d\x4e\x78\x63\x95\x94\xbf\xe1\x78\x5e\x94\x35\x49\x2a\x08\xb9\xd9\x60\xf3\xa9\x59\x2e\x13\xad\x7d\x45\x6b\x4e\x74\xf6\x6a\xd9\x44\x55\x96\x1c\xde\x89\xfb\x02\x77\x2d\xab\x68\x10\xcb\x53\xd8\x6e\x2c\xaa\x48\x4d\x7f\x20\x2a\x45\x64\xb5\x62\x45\x59\x2e\x8f\xaf\xb3\x8a\xbc\x23\x5a\x45\xd6\x53\xbb\xac\x28\x61\xf2\x70\xcc\x21\x2d\xd8\x96\x86\x64\x82\x48\x97\x86\xc4\x71\xd2\xfd\xa9\x91\x43\x4a\xb0\x42\x88\x5a\xcd\x2f\x4e\xc4\x83\x2f\xe1\x4b\x61\xba\x7a\x26\x4b\xb6\x40\x58\x1e\xf5\xce\x0f\xc2\x6a\xb3\x0b\xa1\x52\x3a\xca\xb4\x89\x42\x38\x47\x99\x4c\xe9\xa0\x03\x66\xa5\x63\xc3\xd7\x65\x4e\x9c\x5c\x6c\xcc\x40\x84\x51\x09\xd8\x0d\x29\x57\x45\xfb\x6f\xa1\x38\x4a\x18\x7a\x44\xe3\x38\x7a\xfa\xe6\xf9\xf7\x42\x04\xa1\x1a\x68\x7b\xcc\xcb\x6f\x96\x4b\x52\x3d\xcb\x04\xb7\x18\xc7\xd1\x97\xef\x5f\x7f\xd5\x53\xe2\x11\xba\x55\x19\xc6\x8c\xc7\x14\xf5\xc6\x94\xea\x23\x70\x24\x49\xd8\x24\x3c\x9e\x12\x6d\x6c\x8e\xd8\x84\xe9\xbc\x85\x59\x9e\xcb\x72\x30\xf9\x94\x9d\x83\x95\x58\x27\x47\x54\xa9\xa0\x03\x11\x47\x72\x4f\x80\x91\xfa\xcf\x45\x79\x96\x15\xb0\x48\x75\xa2\x9a\x95\x6f\x1a\x2d\x6b\xcc\xb9\xc0\x3a\x4c\x67\x76\xc5\x65\xdd\x4f\x70\x42\xfa\xb7\x66\xa8\x9b\x3b\xef\xce\xee\x46\xb6\x6f\x50\x33\xcd\xf2\xaa\x21\xaf\xda\xf3\xec\xdd\x1f\x92\xca\x9b\x7b\xe9\x05\x13\x53\x98\xc7\xf1\x3f\xbc\x3c\xf5\x62\xbb\xf8\x77\x57\xca\x43\x7c\xca\xa6\x3d\x80\x37\xab\xa0\xa3\xb6\x4a\xe0\x0a\xe2\x7d\x68\x04\xcd\xa3\xa2\xfc\xd7\xdc\xd3\xa2\x8f\xa0\x5c\x41\xc0\xc7\x78\xc5\xde\x16\x19\xac\x08\x4b\x99\x5f\xd3\x1e\x5d\xa4\x6f\x28\x22\x68\x29\x23\x62\xc7\x27\xa3\x03\x34\x10\x57\x41\x1a\x79\x37\x03\x8e\xf6\xf7\xa1\x50\x84\x70\xc2\x53\x2a\x51\xf9\xc5\xaa\x68\x6f\x0a\xad\x54\xc0\x67\x72\x34\x21\x0e\x11\x20\x12\x79\x12\x0d\x23\xc1\x61\x26\x95\xdf\x4e\x96\xe7\xc6\x00\x13\x6a\x44\xb3\x67\x7e\x2b\xa0\xcd\x20\x2c\x7f\x76\x41\x8b\x3c\xa1\xfa\xe4\x35\x16\xc9\x6f\xcc\xac\x13\xfe\x47\x42\xbd\xe5\x65\xea\x6b\x74\x6b\x1b\x89\x4d\x8a\x1d\x3e\xe4\x75\x9b\xbb\xd9\xba\xaf\x9a\x1c\x11\xf0\xed\xcd\x86\x7c\xb1\x5b\xea\x02\x47\x87\x8f\x92\x2a\x4d\x2a\x95\xad\xc2\xea\x9f\x40\x34\x56\x2a\xf3\xe9\xc1\x6c\x0c\x79\x25\xc5\x0a\xd6\x68\x5c\x97\x97\x24\xe4\xb9\x1c\xfd\xc7\xbc\xbc\x84\x14\x8b\xa3\x34\x25\x63\x56\xe6\x60\xa0\x8e\xe3\x51\x12\xfd\x07\x44\x21\xa7\xfe\xf3\xc8\x3e\xf8\x16\xa0\xdd\x37\x08\xa1\xf5\x7a\xdb\x58\x54\x5a\xcb\x9f\x64\x34\x42\x3e\x83\x8d\x5f\x5f\x94\xab\x22\xb7\x97\x27\x98\x07\x3a\xde\x09\x69\xcc\xe7\x2a\x10\xc2\x95\x68\x2a\x7c\x11\x4b\x5f\xa5\xe0\x4a\x8e\x4b\xf9\x47\x22\x84\x43\xb1\x69\xc4\x5e\x16\x82\x60\xbd\x3a\xe3\x15\x51\x19\x0b\x9b\x34\x7f\xeb\x1e\x42\xb7\x46\x71\x11\xec\x56\x9f\xf9\xd6\x70\x72\x5a\xcf\x4b\xc6\xc8\x9c\x27\x1d\x23\xd6\x8a\x0b\x3b\xa8\x26\x15\x0e\x8c\x66\x1b\xc7\x20\x16\xdc\x25\xea\x82\x7b\x73\x68\xba\xdf\x97\xf3\xb2\xeb\xf2\xb3\x0c\xe0\xc1\x2e\xf7\xc1\xae\xdd\x87\x97\x37\x30\x08\x1b\xba\x02\xd9\x5d\x02\xc2\x82\x66\x43\x2b\xcb\xae\xd9\x6e\x5a\x57\x77\xa0\x0b\xc5\x24\x06\x3f\xea\x2e\x5c\x66\xb0\x81\x3b\x32\x9a\xf6\xb2\x6a\x72\x2c\x5d\xc1\x45\x06\x37\x16\x66\x65\x59\x11\xd1\xbf\xac\xda\xd2\xe5\x73\x57\x3c\xe2\x9e\x78\x54\x99\xdf\xc0\x18\x5a\x19\xa8\x42\xeb\xb5\x10\x13\x78\x43\x9a\x4a\x0e\x30\x13\xfc\xd7\xb1\x4e\xa1\xaf\xfa\x4c\x2a\x4c\x10\x2e\xcd\x7b\xf9\xf8\x39\x29\x78\x56\xa3\x84\x23\x9c\xa5\xe5\x38\x17\x3f\xff\x86\x6b\xfd\xe7\xf7\x83\xec\x31\x55\x4f\xbf\x26\xe7\x19\xa7\x57\xe4\x28\xc9\xd2\xe6\x33\xcc\xf5\x17\x3e\x57\x51\x1f\x08\x4d\xb2\x27\xba\xd8\x5b\x98\x46\xbf\xaa\x7e\x16\xac\x5a\xeb\x5e\xbf\xb7\xbd\xd6\x69\xf3\x59\xb8\xaa\xee\xf5\x7b\xdd\x43\x1c\x3b\x75\xfb\xba\xb5\xf1\x53\x6f\xe5\x2b\xc1\xdf\x24\xd9\x7a\x5d\xa3\x38\x86\x79\xcb\x69\xad\xc4\x36\x3d\xab\x19\xae\x71\x05\x79\x7d\x8a\x9a\x0c\xdb\x8d\x6e\x36\x83\x1e\xd2\x70\x7d\x41\x48\x11\x61\x8e\x6f\xe7\xd9\x92\xaf\x2a\xd0\x90\x2d\xb3\xba\xa6\x57\x44\xc6\x07\x76\xf2\xb3\x69\x88\xf8\x04\xb7\x7a\xa8\x13\x41\x72\xe5\x88\x3d\x36\x7c\x3b\x1b\x9d\xb6\xde\xc8\x3a\x8d\xa3\xbd\xe5\x8c\x38\x98\x01\x8d\xbe\x43\x84\xde\x44\xa2\x0c\x3a\xe5\x46\xc9\xd5\xef\x22\x2c\x06\xf8\xff\x50\xf8\x05\x30\xb2\x9d\xdd\x90\x4e\x3a\x81\x9a\x44\xee\xce\x1f\x17\x5c\xc3\xcf\xf2\x7d\xbd\x3d\xed\xf4\x89\x39\xa9\x39\x65\x92\x1d\x97\xdc\x73\x17\x7e\x83\xd9\xa2\xe7\x44\x33\xda\x4f\x6f\x5e\xe5\xee\xc5\x61\xdb\x6a\xca\x06\x96\xdb\xef\x68\x3e\xe2\xa4\x06\x36\xc9\x8f\x73\x54\x56\xc0\x8a\xd4\x65\x71\x45\xa4\x03\xb3\xcc\xaa\x9b\xa8\xe4\x20\x13\xc2\xae\x68\x55\x32\x18\x3a\x1a\x3b\xbf\x2c\x4f\xcb\x6f\x8a\x76\x56\x7c\xb9\x6e\x51\xa4\x83\xa3\xc4\x27\x60\x20\xd6\xe5\x52\x25\x68\x5f\x00\xcc\xd5\xb8\xa2\xe7\x17\x1c\x97\x29\x1f\x5f\xd3\x9c\x5f\xe0\x2c\xe5\xe3\x0b\x02\x0f\x85\x70\x54\xf2\x0b\x52\x9d\x88\x3e\xea\x81\xb1\xfc\x8d\xd2\xb4\x36\x32\xfe\x6a\x48\xd9\xb0\x96\x5d\x16\x69\x3d\x5d\xcd\x06\x64\xcf\x11\x3f\x56\x38\x9a\x0c\x6d\xbe\xb5\x02\x47\x8f\x22\x8b\xed\x13\xc7\x89\x28\xcd\xcb\xe5\x64\xe8\x66\x68\x7b\x14\x21\x99\x69\x4d\xbc\x15\x83\x75\x5e\x33\xf5\x9a\xaa\xd7\xf0\x09\xce\x7b\xaa\xde\x97\xea\x3d\x7c\x98\xf3\xbe\x54\xef\x33\xf5\x5e\x7e\xae\x53\x20\x43\x3a\x6e\x49\x19\x89\x2f\xf8\x65\x71\x92\x2d\x08\xc8\xff\x33\x14\xc7\x6f\xbc\x58\x57\x0a\x7d\xbd\x49\xc0\x32\x54\x6f\x12\x1b\xe8\x8a\xaf\xd2\xf7\x49\x72\x99\xde\x20\xa7\x78\x4b\x7d\x3a\xa5\x33\x30\x4d\x78\x86\x41\xdf\x6c\xe8\xda\x28\x1c\x33\x55\x28\x9d\x6f\x48\x0c\x3d\xea\x94\xe9\x26\x51\xb4\xd9\x20\xfc\x3e\xb9\x74\x47\xa8\x34\xb6\xd3\x72\x86\xad\x7d\xd4\xc9\xe0\x67\xd3\x71\x84\xea\x21\x7c\xe9\x66\xac\x6b\xb4\x6d\x15\x27\xd3\xec\x8e\xcd\x9b\xaa\xfd\x3d\x38\x3a\x83\x69\x7d\xc7\x2e\x6c\xdd\x9d\xfa\x00\xb5\xc0\x74\x75\xbf\x4e\xde\x80\x05\xa2\xaf\x97\x0e\x89\x75\x5a\xdc\x67\x5d\x5a\xed\xec\xb6\x4e\x81\xee\xe7\xf7\x5c\xb7\xbb\x8e\xa0\x2d\xd9\x4c\x17\x77\xed\xba\xd5\xc6\x0e\x7d\x7a\x12\xce\x34\xbf\x4f\x97\x6e\x13\xfd\x3d\x76\x09\x35\xd3\x8b\x3b\xf6\xdb\xd1\xd0\x96\xde\x03\xb2\xce\x74\x79\xd7\x9e\xdb\x8d\x34\x7a\xbd\x74\xac\xa4\xaf\x85\x10\x22\xae\x8f\x47\x82\xf9\x1d\x11\xab\x44\x5a\xaf\xdd\x5f\x56\x9a\xe8\xb5\x9b\x45\x08\x3d\x32\x12\x0a\xa8\x18\x7c\x85\x99\xf6\x2e\x58\x15\xc5\x80\x34\xdf\x6e\xda\xae\x26\xff\x90\x06\x6c\xc3\xef\xfc\x73\x45\x6a\x7e\xac\x09\xea\xcb\x2a\xf3\xf4\x21\x5a\x0e\x52\xc5\xcf\x65\x10\xfa\x8a\x93\x1c\x6e\x4d\xed\xa3\xc8\x4a\x46\x22\xb0\x2e\x19\xd2\xac\xb4\x22\xd5\x8a\x31\xe9\x77\xe9\xbe\x7c\x5b\x64\x37\x27\x3c\xe3\x04\xdd\x92\x00\xa7\x67\xca\x81\x26\x35\x71\x9c\xb1\x45\xf9\x20\xe7\xe4\x57\xa9\x10\xe6\xa0\x16\x51\x7c\xb6\xfa\xdb\xb8\x26\x3c\xfb\x11\xae\xcb\xca\xf8\xb6\xd5\x75\xb9\x3f\x2a\x4f\x79\x4f\x61\xcf\xbd\xd8\x6e\xa2\x85\xe3\x10\xb4\xf8\x9f\xea\x50\x9c\x7f\x56\xcf\xc5\x8b\x7f\x09\xcf\xc5\xa5\xe7\xb9\xb8\xfc\xa4\x9e\x8b\x97\xbf\x7a\x2e\xf6\x7a\x2e\x9e\x37\x3d\x17\xcf\x3f\xa7\xe7\xe2\x55\xc0\x73\xf1\xaa\xc7\x73\x71\xd1\xed\xb9\x78\xd3\xf0\x5c\xbc\xf9\xf9\x3c\x17\xfd\xc8\x87\x9f\xc1\x73\xf1\xec\x67\xf2\x5c\x3c\xfd\xd5\x73\xf1\xdf\xc1\x73\xf1\x3a\xd5\x61\x58\xc6\x31\x90\x35\x7e\xd3\xc6\xef\x4f\xed\xd8\x78\x9a\x24\xf3\x7f\x1b\x5f\xc4\xa5\xf6\x45\x2c\xad\x2f\x22\x1c\xb2\xf4\x32\x29\x1d\x2e\xbb\x34\xbe\x88\x52\x8d\x85\xcb\x4f\xee\x8b\x78\x96\xdc\x24\x24\xa5\xae\x2f\x22\x0d\xfb\x22\x96\xe7\xe7\x05\x79\x55\x3f\x25\x94\x9d\x4b\xa9\x28\x7f\x7a\x03\xbe\x07\x5a\xe6\x18\x1d\x22\x0c\xed\xb5\x9c\xdb\x1c\xa7\xb2\x12\x27\x95\x76\x2a\x93\x9e\x03\xae\x9f\x5b\xcb\xd0\x11\x30\xfb\x28\x5c\xfa\x7c\xbd\x8e\x2e\x45\x55\xd0\x26\x78\xb6\x10\xa2\xfd\x27\xe2\x18\x2e\x8a\xf1\xd9\x8a\xf3\xd2\xb7\xd2\xd7\xbc\x5c\x8a\x03\x93\x9d\x67\xd2\x56\x49\x9a\x8f\xb4\x92\xfa\x54\x3c\x7f\x4f\x3e\x72\xe9\xbd\x45\x4b\xf6\x0d\xe3\xb4\x80\x61\xaf\x96\xba\xd4\xd6\xf9\x39\xda\xad\x18\xf8\x5b\x75\xdb\xba\x64\x7d\x09\x8a\x8d\xdd\x59\x7c\x56\xd0\xf9\x87\xd0\x0c\x86\xa2\xd0\xb4\xae\x54\xcf\x88\x87\xcb\x36\x6a\x77\xbf\x5e\xf7\xae\x83\x6f\x28\x6d\x2e\x41\x34\x87\xa1\x85\x5f\xaf\xd7\x07\x23\xbb\x42\xeb\xf5\xbd\x56\xe8\x27\x9f\xfb\xe6\xe4\xff\x95\xdc\xdc\x6b\x03\x27\x87\x32\x5b\xf5\x07\x72\xf3\xac\xcc\xc9\xd1\x2e\x9d\x4f\x1e\x7e\xe1\xd5\x01\x7c\x7b\xdf\x24\x84\x77\xfa\x88\xc9\x17\x7f\x70\x1b\x52\x70\x4b\x7d\x9e\x7e\xed\x5d\xf7\xde\xa8\x66\x7e\x9c\xc5\xfa\xb4\xa9\x70\x09\x76\xf4\x42\x88\xbd\x41\x63\xe8\xae\xeb\x7b\x80\x47\x09\x11\x3b\xa9\x69\x86\xeb\xdd\xe1\xa8\x61\x12\x0f\x16\x6e\x4d\x30\x6e\x98\xd1\x0f\xef\x68\x46\x6f\xcf\x89\x02\x7a\x20\xda\x5e\xab\xef\x3e\x71\x2b\x2d\xca\xf9\xaa\x4e\x10\xae\x09\x7f\x4f\x2f\x49\xb9\xe2\x9e\x86\x03\x4c\xbb\xca\x8e\x2b\x04\x13\xd9\x92\x19\x90\xbc\xdf\x60\x40\x49\x04\x94\x4d\xeb\x80\x06\x1c\x38\x13\xfb\x2c\x51\xe7\x19\x8b\xc9\x3c\x50\x26\x70\x7c\x60\xfe\x7f\x74\x68\xff\x77\x80\x25\xa3\xa2\xbb\x16\x33\xba\x14\x02\x8c\x6c\x89\x23\x2b\xce\xc0\x3a\xc0\x05\xe6\xf5\xd2\x59\x17\xca\x23\x71\xa1\x1e\x20\xdc\x3e\x02\x9b\xa0\x27\x80\x9a\xc8\x90\x99\x6c\x0b\x99\xfc\xb1\x4b\xb7\x65\xed\x2f\xe5\x65\xa2\xab\xab\x9f\x8e\xff\x84\x3d\x0f\x8d\x97\x7d\xe7\xee\x7e\x5d\xd9\xa1\x9e\x95\xf9\x8d\xa3\xcb\x93\xcd\x75\x68\xf2\x38\xf9\xc8\xf7\x6b\xb8\x21\xf7\xf5\xb9\x89\x9c\x51\x7f\x7e\xb7\x93\x1e\x1a\xd2\x7f\x85\xdf\x8d\x74\xdd\x7f\xfe\xb2\x3c\xbf\xe3\xe4\xcd\x50\x1c\x5f\x78\x76\x2a\x99\xc0\xe4\x22\xe1\x98\x09\xfe\xdf\xb1\x53\x79\xe6\xa9\x16\x67\x35\xad\xb6\xeb\x83\xe7\x7d\x2d\x20\x3c\x77\x95\xc1\xa7\xa1\xd2\x8a\x07\x99\xb2\x7b\xf5\xf5\x4c\x1d\xf8\xed\xfd\x98\xeb\x76\x4a\xef\xd5\x93\xae\xbf\x4b\x5f\xee\x0d\xb7\x8b\x2d\xad\xbf\x89\x9d\x7b\x84\xab\x6e\x17\xe3\x5a\x5f\x03\xfd\xbd\x85\x09\xe3\x2e\xd6\xb6\xed\xcd\xf4\xf7\xdc\x22\x61\xbb\x58\xdf\x7a\x5b\xd8\xd2\x5f\xc0\x22\xb4\x83\xf9\x6d\x4b\x1b\x8d\x3e\xe7\x2e\x6c\xc8\xf5\xfd\x75\xef\x9f\x01\x2e\xa4\x22\xff\x5c\xd1\x8a\x6c\x45\xa3\x54\x99\x51\xba\xc1\x40\xf0\x39\x3e\xc3\xa7\xf8\x1a\xbf\xc0\x6f\xf0\x09\xfe\x88\x8f\xf1\x07\xfc\x76\xe0\x46\xd8\x1a\x45\xd9\xbb\xff\xa9\x1a\xfd\xf7\xff\x4a\xc0\x09\xcf\x7c\xcd\x61\xf2\x2c\x0d\x31\x3a\x4a\xfb\x1b\xc7\x5a\x0d\x7c\x4e\xf8\x91\xf3\xf7\xa4\xb9\x6d\xa4\x51\xc1\x57\xd1\x80\x39\x70\xd4\x02\x17\xb9\xc8\x6a\xe7\x78\x29\x1f\x65\xcc\x91\x51\xdd\x24\x24\x7d\x29\x44\x8b\x47\xe8\x91\x03\xf4\x8f\x55\x98\x95\x56\x5b\x6f\x3b\xac\x4c\x54\x70\x33\xc0\x1c\xc1\x7f\x65\x7f\x15\x9a\x50\xa9\xb2\xdb\x48\x03\x02\xae\xd6\x6b\x77\x4d\x5f\xff\x4b\xd8\x51\xfe\xd1\x54\x03\xc7\xf1\x6b\x2f\xbd\x19\x07\x1f\xea\xd7\x90\x00\xcb\xd5\xe3\xbe\xf2\x0c\x30\xaf\x3e\xa9\x01\xe6\xf9\xaf\x06\x98\x5e\x03\xcc\xcb\xa6\x01\xe6\xe5\xe7\x34\xc0\x7c\x1d\x30\xc0\x7c\xdd\x63\x80\x79\xd7\x6d\x80\xf9\xaa\x61\x80\xf9\xea\xe7\x33\xc0\xbc\x74\xee\x95\x97\x3f\x87\x01\xe6\x87\x9f\xc9\x00\xf3\xf4\x57\x03\xcc\xbf\x83\x01\xe6\x9b\xf4\x76\x83\xbf\x4c\xa7\x11\x2f\x97\x11\x06\x67\x49\xc1\xb6\xd1\xf3\x0b\xf1\x2f\x38\x3f\x46\x58\x39\x39\x46\x33\xfc\x6d\x9a\xb0\x26\xd2\x44\x37\xf4\x84\x7e\x90\x35\x1f\xd4\xcd\x07\xab\xe6\x83\xa2\xf9\x60\xde\x7c\xb0\x68\x3e\xc8\x9b\x0f\xb6\x41\x50\x5c\x36\x7e\x5f\x35\x7e\xbf\xfd\xb7\x31\x0b\xbd\xd2\x66\x21\x66\xcc\x42\xe9\xf3\x84\x21\x2f\x2d\x9b\xe6\xbe\x68\xeb\xca\xf9\x0c\x7e\x26\xf2\x32\x61\x08\xbf\x4f\xbe\x4a\x68\xaa\xb8\x29\x78\x28\x06\x82\x70\x74\xf1\xd6\x88\x19\xe7\xf8\xab\x84\x22\x55\x16\xe1\xe8\xca\xbe\x3a\x6b\xbc\x82\x6d\x7e\xda\x78\x28\x77\xfd\x75\xe3\xa9\x3a\x04\x2f\x1a\x8f\xd5\x99\x78\xd3\x78\xac\x8e\x08\x3e\x69\x3c\x77\x7c\xa0\x23\xfc\xb1\xf1\x92\xd6\x6f\x96\x84\x45\xf8\xb8\xd9\xb5\x1b\xc8\x19\xe1\x0f\xea\xf5\x0f\xea\xf5\xb2\x22\x57\xb4\x5c\xd5\xdf\x92\x8a\xd3\x79\x56\xd8\xcf\xd5\xc4\xa5\x59\xf2\xcb\xb2\xa2\x3f\x94\x8c\xf7\x95\x0d\x39\xbc\x37\xcb\x9c\xae\x68\x1e\xe9\x8c\x3b\x2b\x9a\xbf\x2c\x2b\x78\xe3\x0c\xee\xd4\xc5\xac\xa0\xbe\xaa\xfa\x55\xde\x05\xaf\xd1\x82\xb1\xa0\x63\xd1\x97\xdb\xae\xfe\x96\xe7\x5a\x4d\x85\xbf\x71\xde\x9a\x4c\x44\xb7\xe5\x92\xb0\x09\x1d\x8b\x7f\x30\x58\x0f\x26\x54\x5a\x11\xb0\x54\x90\x4f\xa8\xd2\x94\x63\x1b\xbe\x35\xa1\x4e\x2c\xd7\x06\xe9\x71\x97\xec\x15\xa3\x3c\x8e\xbd\x9f\x09\x1d\x2f\x57\x67\x05\x9d\x1f\xbf\x7d\x65\x4a\x56\x0a\x41\xfc\xf8\xed\x2b\x53\xdc\x79\xd6\xa8\xa3\x8d\x92\xff\x48\x98\xce\x2c\x7b\x11\x58\xa1\x70\xb8\x81\xb5\x00\xb4\xeb\xac\xd7\x51\xb6\xe2\x65\x64\xf4\x8f\x57\xad\x2d\xb2\xad\xd1\x66\x8d\x56\x93\xce\x3e\xd9\xde\x9a\x53\x58\xd9\x2e\x4e\xcf\x65\x3e\x25\xf5\xf4\x55\x9e\x38\x31\x17\x66\x69\x83\x21\x09\xdc\xc9\xd8\x22\x5b\x37\xf6\xac\xd1\xe1\xc0\xed\xbb\xb5\x59\x46\x69\xfa\x8d\xb2\x33\x85\xde\x71\x9d\xbd\xa4\x23\xbd\x95\x17\x05\x2e\xa4\x7a\xb3\x9a\x63\x79\x86\xe3\x38\x21\xea\xcf\x14\xec\xce\x81\x6d\xd1\x7e\x96\x38\x0d\xd9\x30\xd3\xd6\x00\x53\x8e\x6d\xcc\x86\xa9\xd0\x31\xf9\xb7\x1a\xc9\x44\x1a\x14\xc5\x29\xc2\x72\x60\x13\x65\x71\x15\x7f\x63\x3d\x75\xf2\xa1\xfe\x85\xd5\x17\xab\xba\xea\x17\xe4\xe8\xc2\xce\x66\xed\xcf\x99\xfa\x2c\x79\xe9\x26\x30\x05\x9a\xe9\x94\x57\x32\x88\xa6\xe7\xae\xcd\xd0\x9b\xae\xe0\x63\xf0\xd3\xb5\x1b\xa6\x04\xf2\xd9\x61\xfb\xf4\x6c\xcb\xf0\xc4\xae\x9a\xdd\x39\x8d\x17\x72\x7a\x5c\x3b\x5b\xc9\xe4\x02\x8f\x0e\x3d\x53\xbf\x7c\x9c\xf8\xd5\x31\x41\xda\x92\xac\x37\xc3\xc1\xdd\xbe\xcf\x6f\xcf\xb1\xbe\x00\x09\x0b\x24\x9c\x56\x57\x6f\xf3\x8b\xe3\x78\xd4\xf1\xc9\xaa\xe7\xf6\x0e\x1e\x25\xee\xd7\x3d\x13\xfd\x05\xbe\x1a\x9e\x87\x3e\xbb\x3d\xe7\xb2\x94\xb9\xa8\x65\x33\xe6\x72\x06\x4e\x56\x9b\xd1\x97\xf2\xa5\xb8\x89\x55\x18\x9e\xb8\x4e\xe5\x9f\x70\xe3\xca\x3f\xe5\x2d\xab\xb3\x10\xcb\x41\x74\x5c\x86\xa9\xf7\xb6\x7d\x01\x7a\x8d\x98\x93\xfb\xa3\x16\x0b\x73\x84\xb4\x4b\xf7\x3d\x00\x89\xec\x8a\x74\x80\x11\x55\x71\x5c\x8d\x79\x76\xf6\x8a\xe5\xe4\xe3\x93\xfd\x43\xf1\x53\x59\x5f\x37\x4e\x94\xb5\xb8\xdb\x3a\x0f\x45\x73\xd9\xa5\xe5\x5f\x5b\xd9\xe5\xb9\x17\xa7\xca\x45\x2b\xa9\xfa\xa2\xa5\xb5\x0d\xbc\xd9\xb0\x26\xda\xbd\xd1\x71\x0e\xb3\x80\x30\xff\x2c\x93\x46\x17\x09\x89\x63\xae\x3e\xbf\xcd\xe4\xa4\x1d\xcf\xd7\xeb\xde\x91\xbb\x21\x7d\x0a\x68\x5e\xee\xd0\xd6\x46\xc3\x2a\xa5\x57\xf3\x62\xc5\xe5\xb6\x2d\x8a\xb3\xb4\x77\x8b\xe3\xda\x09\xd0\x5b\xa5\x0d\x00\x10\x5c\xa4\x46\x8a\x5d\xc5\xf1\x0a\xcf\xd3\x7a\x7c\x99\xf1\xf9\xc5\x7b\x39\x3d\xdf\x41\xcc\xde\xc2\x96\x9a\xc7\xf1\x1c\xe7\xa9\x43\x06\x8c\x52\xdf\x72\x03\x36\xf1\x51\xc2\xb1\xc2\x89\x69\xcf\x1e\xbe\x6d\x4f\xc4\x84\xe1\xe6\x1c\x4c\x28\xee\xfe\xfc\x49\x89\xbb\xbe\x7c\x92\x61\xef\x5b\x27\x05\x6e\x7d\xd9\x64\x81\xf5\xee\x82\x6d\xbd\x41\x1e\x8b\x00\xca\x2c\x07\xe6\x41\x7c\x4c\xee\x02\x7e\x34\x0a\x84\x48\xaf\x55\x48\xdf\x1a\x2a\x37\xa9\x42\x7b\xe0\xca\x79\xdd\xde\x08\x56\x46\x98\x28\xf9\x4e\xc2\xc7\x27\xb7\x1b\x39\xc1\x4e\x09\xb4\x11\x5b\xba\x1a\x43\xec\x66\x1c\xdb\xa8\x4a\xf5\x48\x10\x53\xd0\xf5\x0a\xa2\x6a\x23\x29\x9d\xb7\x38\x5a\x7e\x8c\x90\xd6\x40\x38\x35\x05\xf5\x3d\x4a\x98\xa4\xc2\xed\xaa\x10\xf6\x09\x75\x31\x53\xf4\x59\xd1\xd0\x56\x4b\xf0\x36\x8e\x13\xef\xb7\x56\x7d\x68\xc5\x48\xa0\xbc\x6e\xb7\xdd\xb9\x0c\x35\xd5\xbd\xc3\x08\x7d\x4d\x8a\xd3\x1a\x5c\x18\x52\xdf\x0d\x57\x47\xbb\x35\x19\xae\xda\x35\x0f\xf2\x96\x81\x06\xd4\x85\xd3\x6e\x41\x85\xb9\x7a\x4d\xe8\x9b\x92\x97\x4b\x83\xaf\x33\x9d\x19\xc7\xc9\x72\x48\xd9\x50\xd5\x47\xcd\x4e\xa7\xe5\x2c\x8e\x93\x88\xad\x04\x1b\x6a\x15\xcb\xf6\xed\x11\x95\x60\x55\x91\x1b\x8a\xea\x06\xc7\xda\xa2\x6a\x54\x93\xdd\x6b\x20\xa4\xd2\xc1\x1e\x6b\xec\xb6\x44\x07\x07\x53\x89\x82\x01\x51\xaf\x1b\xfd\x29\x99\xfb\x29\x5f\xda\x44\x48\x99\x60\x7f\x98\xbb\x5d\xb1\xf7\x6b\x9a\xcd\xcc\x07\x67\x33\xff\x40\x5a\x3e\x81\xd9\xbf\x71\x93\x67\xb0\x7f\x5b\xd6\x01\xf6\x3a\xb6\x0c\x84\xdc\x1f\xd8\xe1\x23\xd4\xbe\xc2\x0e\x3f\xa1\x36\x07\x76\xf9\x0a\xbd\xde\xad\x43\x97\xfa\xdf\xb4\x8d\xb5\x08\x92\x80\x7e\x6e\x25\x40\x16\x98\xf5\x22\x69\xca\x4c\x9d\xd1\xf6\x3f\x2e\x48\x1c\xac\x1b\x10\x6f\x0e\xfe\x79\xce\xbb\x38\x0e\x19\x55\x5e\x66\x35\x7f\x5a\x96\xdc\xda\xcf\xa6\x41\xf1\x3e\x9a\xc5\x71\xe7\x2b\x5f\x46\x0c\xab\x07\xae\xcb\xea\xf2\xa2\x2c\x48\x04\x92\x08\xf3\xa2\xa4\xcf\xd3\xa7\x49\x72\x93\xbe\xf5\xdd\x50\xac\xc0\x3b\x65\x9f\x30\x40\x5a\xf0\xac\x9b\x0d\xc2\x67\xe9\xd3\xe4\xc6\xed\xd0\xd1\x39\x7d\xd2\x88\x6c\xdd\xe1\x69\xb3\x43\xd0\x64\x89\xc3\x7e\xcf\xae\xa0\x61\x84\xaf\x9b\xed\x4a\x65\xd8\x34\xfb\xb1\x0d\xbf\x68\x36\xac\xf4\x69\xd3\xfa\xc7\xb6\xfc\xa6\xd9\xb2\x52\xc9\x4d\x57\x3f\xb6\xe5\x93\x66\xcb\x5a\xab\x37\x2d\x7e\x6c\xd3\x1f\x9b\x4d\x7b\x8a\xc1\xe9\xfc\xd3\x6d\x99\xdb\x8d\xd8\x2f\xc7\xcd\xfe\xb4\xae\x71\xba\xf8\xe4\x78\x01\x00\x76\x2b\xcb\x15\x37\xa2\x17\xa9\x91\x11\xc3\xf8\xd0\xda\x05\xbe\x6a\x73\x9a\x7f\xc2\xd1\x04\xbc\xc1\x1b\x90\x78\x1d\x2f\xc4\x48\x9b\xcb\x23\x27\x6b\x87\x30\xea\x76\x35\x84\x6f\x5c\xf5\x47\xa3\x65\x25\xc8\xef\x12\x27\x1d\xa8\xd7\xdf\xb6\x16\xfe\xa6\x97\x77\x6c\x5c\x55\xec\x6f\xdd\x95\x03\xa7\x57\x77\xec\xa1\x72\x83\xca\xbd\x5e\x6e\x5c\xff\xa5\x6f\xb7\xfa\x2f\x85\xf3\xe8\x6d\x4d\x80\xf4\xb3\x27\xc2\xfb\xe7\x9f\x7f\xf7\xf0\xe3\x0f\x8b\x67\xe1\x44\x78\x46\xe5\xee\xfc\xf5\x27\xd5\x89\x42\xfa\x88\xfe\xd4\x38\x3c\xd1\x9f\x9c\x5b\x27\xfa\xd3\x85\xfb\x23\xa7\x55\x84\xa3\x38\xe3\xbc\x82\xaa\xd6\xc9\xcb\x26\xda\xc3\xd1\x9f\xca\x2b\x52\x15\xd9\x0d\x54\xe7\x97\xc5\xfb\xec\xbc\x2f\xfd\xde\x43\xfc\x5f\x90\x80\x0f\x28\xc9\xf6\xf4\x7b\x7f\xc0\x51\x4e\xaf\x22\xcc\xab\x15\x99\xe1\xe9\xe1\x81\xd8\xc4\xf2\x53\x7a\x8d\x00\xfa\xb6\xdf\x2f\x2b\x7a\x4e\x99\x68\xea\x8f\x4e\x2e\x3e\xec\x8d\xe8\x77\x78\xda\x39\x12\xb7\xdc\xe1\x61\x4f\x41\x18\xb2\xfc\xbf\xfb\x0c\x5c\xcf\xa2\x1a\xe8\x7f\xed\x90\x3f\x12\x3e\xa2\x20\x1c\x46\xf7\x47\x1c\x39\x5e\x76\xf2\xc1\x3e\xd1\xfb\x40\xfe\x2e\x2b\xfd\x21\x5f\x88\x0f\x91\x23\x9c\xe9\x64\x94\xea\x9f\xe9\x34\x52\x58\xb7\x62\x2c\xdb\xeb\xed\x3a\x21\xbf\xc7\xa2\x05\xd9\xc0\x74\x7a\xf8\x05\x8e\x68\x1e\xc1\xb3\x03\x3c\x75\x51\xca\x21\x77\xa6\x78\xaf\xe6\x6b\xfa\x85\xd8\x31\x7d\xab\x3d\xec\xdd\x0a\xfb\xb2\x97\xdf\xcb\xa1\xef\x54\xf6\x3f\x55\x59\x3b\xbe\x06\x64\x0e\x24\xfb\xfc\x63\x73\x0b\x6d\x6d\x9d\xb2\xfd\x25\x9c\x3b\x35\x79\xa6\x8b\x87\xb0\xb1\xf4\x87\x2b\xb1\x49\xf7\x2d\x7f\x9a\xb7\x70\x2c\xc5\xbb\x3f\xc8\xdd\x38\x3d\x7c\x88\xc5\x96\x79\x28\x5e\xe5\xfb\x14\x52\xd6\xab\x61\x41\x75\xc0\xc4\x91\xad\x87\xca\x88\xd9\x35\x56\x0a\x97\xc6\x76\x57\x31\xcd\xb6\x00\x55\xfa\xeb\x58\x70\x1b\x53\xee\x9a\x16\xc5\x7e\xae\x15\xfb\xa6\x64\x27\x62\xcb\xb6\x8a\x0e\xb4\xcd\xae\x7d\x44\x6a\xea\xa7\x33\x58\xc4\xc0\x3e\xfe\xfb\xdf\xd9\x70\xe8\x6e\xe6\xc3\xdf\xe1\xc3\x03\x73\x44\xed\x9b\x40\x8e\xcf\xee\x73\xfc\x85\x93\x08\x76\x5b\x52\x51\x41\x86\x98\x77\x9e\xd5\xb9\x69\x5b\x5c\xe5\xb7\x44\xe7\x60\x67\x8d\x18\xf9\xc8\x4f\xe8\x19\xe0\xcc\xcd\xf0\x34\xfa\x5f\xf3\x55\x55\x97\xd5\xe4\xe0\x7f\x45\xba\xf3\x5f\x49\xde\x67\x25\x79\x87\xbf\x92\xbc\x5f\x49\xde\xaf\x24\x0f\x5e\x1e\xf6\x90\xbc\x8e\xe7\xb2\x35\x39\x86\x2d\x24\x62\x67\x2e\xf2\x70\xcb\x49\xdc\x95\xcb\x84\x9d\x7d\x51\x16\xb9\x58\x25\x59\x4f\x6d\xe4\x28\xa7\xf5\xb2\xc8\x6e\x26\x43\x56\x32\xf2\x68\x37\x1a\xb7\x63\x3e\xe8\x1f\x2b\xd2\xec\x96\x24\xfa\x1e\xed\x07\x80\x97\x7e\x76\x91\xe9\xfa\xdd\x7f\x9d\xbf\xfb\xf6\xfd\x7f\x6e\x13\x99\x5a\x82\x52\xb7\x5c\xd4\x12\xa1\x5c\xc1\x48\x4b\x4b\xae\x84\xd4\x27\x16\xdd\xeb\x32\xfb\xaf\xfb\xdd\x65\x81\x6a\xdb\x25\xb0\xf6\x25\xb6\xfd\x92\xb2\x1b\xc1\xbb\x31\xfe\xb3\xef\xc6\x50\x75\x02\x37\x46\xe8\xda\x51\x13\xc6\xe6\x19\x48\xe8\x5b\x9a\x94\x47\xdd\x11\xf3\x66\xe1\xb6\x1f\xde\xbb\xed\x87\x81\xb6\xf5\x4d\xf7\x85\x77\xd3\x55\x25\xd0\x07\x89\x19\x10\xa9\x87\x3c\x3b\xa3\x2c\x27\x1f\xd5\x8c\xad\x58\x41\x60\x8a\xd5\x2d\x6e\xbd\x9a\xc4\xfc\x1d\xd8\x45\x97\xb7\xa3\xb5\x6c\xab\x55\xd1\xd5\xb4\x3d\x1b\xaa\x99\x55\x31\x43\x31\x69\x7c\x76\xe1\x38\x2c\x4f\xe1\x36\xeb\xb7\x45\x3e\x2e\x33\x96\x93\xe6\x30\xac\xb4\xef\x95\xb6\xae\x5a\xfe\x2a\xb4\x3e\x58\x90\x6d\xf7\x9b\x1f\xe2\x3f\xf4\xde\x72\xc1\xa8\x3e\x73\x35\x82\xea\xc9\x41\xdf\x30\xd7\x40\x33\x6a\xb4\x51\x43\x45\x8e\xfb\xa5\x65\xdc\x67\xa3\xe4\x07\x72\x13\x6a\x59\x47\x6e\x36\x4a\xbb\x69\x4d\xfc\x0a\x4e\xec\x65\xa8\x0e\x00\xe9\x05\x6a\xbc\x60\xf9\xce\xf7\xbb\xba\xd9\xff\xe8\x5c\xec\x3f\xe2\x4a\xff\x9c\x97\x97\xda\xbd\x9f\xeb\xf2\xfa\x45\x5d\x5a\xff\xfd\xfc\xaf\xf3\xfc\xc1\x25\x0b\x5f\x5a\xd9\x92\xfa\x17\x8c\x55\xd1\x79\x09\x78\xc4\x03\x0f\x59\x5f\x3c\x50\xa7\xf9\x99\x13\x91\xf9\x27\x35\xb5\xcf\x1c\x64\xc4\xf6\x45\x75\x4d\xc1\x40\x02\x47\xf5\x22\xab\x2f\xa4\xf8\x28\xee\x1b\x43\x0e\xac\x85\xc0\x71\xc3\x74\x18\xed\xf7\xfa\x5a\x88\x9e\x29\xe5\xea\xcc\x1e\x5a\xc7\x29\xd1\xa3\x5b\xa1\xf7\x86\xa0\x04\xdf\xba\xb4\x23\xf4\x5e\x0f\xc8\x92\xfa\xc6\xbd\x6b\x2e\xcc\x3f\xc8\x0b\xab\xe3\x76\x73\xef\x5c\x87\x05\x70\x79\x85\x26\xab\x60\x99\x0a\x7d\x39\x57\x24\xcb\x4b\x56\xb8\xe4\xcb\x8e\x75\xe6\xdf\x53\x81\xb2\xb6\xb3\xed\x65\xfd\xc1\x6c\x2f\x7f\xd5\x6e\x7b\xb6\x7d\xce\x7e\x1f\x9c\xb3\xb9\x59\xf0\x3b\xcf\x59\x73\x0b\x37\xf7\xb8\xcb\xa8\x79\x8e\xc5\x3b\x05\xa4\xf8\x56\xb4\x5f\xf8\xaa\xfc\xa7\xc3\x65\x60\x7f\xda\x95\x34\x2e\x2f\xa9\x7b\xac\x6c\x67\x59\x77\x4a\xb7\x97\x16\x53\xbe\xbd\x14\x2c\xc9\x0e\x53\x23\x43\x86\xb6\x96\x93\x4b\xba\xc3\xb2\x90\x1d\x1b\xf4\xb6\x84\xb3\xf7\xbb\xd9\x65\x57\x67\xd6\xbd\xaa\x5d\x0a\x23\x57\x46\x85\xab\xd3\x57\x07\x75\x78\x3d\x00\x27\xf4\x50\x49\x96\x87\xbf\x13\x7c\xa6\x61\xd5\x67\xf7\x94\x96\x0d\x47\xd0\x6c\xac\x5f\x6a\xfd\x39\x38\x82\x0e\x4e\x60\xd0\xcb\x09\x74\x03\x0d\x7c\xb6\xeb\xbf\x91\xed\x2f\x90\xd6\xb0\x1b\xbb\x19\x57\x69\x94\x9d\xd5\x65\xb1\xe2\x04\x60\xe2\xc6\x4b\xe3\xda\x93\x3e\x48\xb2\x15\x2f\xd7\x32\x25\x05\x7a\x20\xe3\x8a\xe9\x47\xf0\xae\x71\x4a\xa2\x66\x8e\x89\xb3\x32\xbf\x19\xd8\x14\x89\xe4\x11\x35\x59\x0b\x95\x3c\xfc\x08\xd1\x45\xd2\x3d\x2e\x8a\x70\x32\xaa\xd6\x6b\xd8\x40\x74\x0e\xe8\x68\xb6\xbb\x38\x66\x63\x4e\x6a\x9e\xf0\x71\x79\x45\xaa\x45\x51\x5e\xef\xd9\x3f\xbf\x77\xfe\xfe\x1b\xd2\x63\x33\x01\x61\xde\x20\x37\x0e\xf3\x44\xac\x23\xa9\x3a\x55\xc6\xef\xc9\x79\xf5\x9d\x32\xfb\xe5\x0d\x17\xed\x41\x23\xc6\xdb\x80\x20\xd8\x69\x60\x21\x87\xab\x32\x65\x6d\xa7\xaa\x2c\x65\x01\x27\xd8\x3a\x65\x7d\x7e\xb8\x2b\xe7\x75\xcb\x09\xb7\xd0\x53\xbd\xcc\xce\xc9\xdf\xde\x2c\x16\x35\xe1\x78\xee\x3e\xfc\x5e\x3d\x5c\xa4\xb0\xa1\x9e\x96\x2b\x96\x53\x76\xfe\xac\xa0\x84\xf1\x77\x32\x5d\x57\x9e\x2e\xa4\xd7\xda\x45\xba\x00\x77\xb6\x65\xba\x50\x1e\x6a\x97\xe9\x42\xfb\xa5\x5d\xa5\xbc\xb3\x85\x9b\xf4\x4a\x17\x3b\x4f\xaf\x54\xdd\xb3\xb4\x89\x09\x24\x6a\xc0\x47\xaf\xd7\x6a\x88\x94\x31\x3d\x0f\xa7\xe9\xed\x06\x5f\xa7\x95\x93\x07\x13\xbf\xe8\xdc\x4a\xd7\xc8\x6c\x9c\x47\x51\x45\x0a\xc8\x5c\x04\xa9\x4a\xe2\xd8\xee\x7c\xf5\x5b\xe7\xeb\xbc\xee\xca\xc6\x79\x9d\x5e\xdf\xb9\x5b\x38\x36\xa6\xe7\x34\x4d\x5f\xac\xd7\xde\x99\x7b\x21\x8f\xe9\x9b\xf4\xba\x6b\xde\x06\xf9\x7e\xfa\x46\x4d\xbd\xf8\x8b\x97\x4b\xd8\x70\x27\xe9\xf5\xb8\x84\x75\x93\x47\x7f\x70\x12\xc7\x49\xbe\x9f\x9e\xa8\x34\x34\x5f\xa9\x1a\xfa\xf7\xfb\x72\x89\x36\xe7\x69\x76\xb4\x9c\x9c\x43\x76\x90\x53\xe5\x68\x78\x2e\xfd\xc3\x3f\xa6\xf9\x5e\x01\xe3\x85\x70\xaa\x34\x4d\xa9\x0a\xad\xda\x87\x1b\x55\x3c\x90\x83\x3d\x4e\x5f\x67\xfc\x62\x7c\x49\x59\x72\x86\xf3\xbd\x73\xb4\x2f\x7f\x67\x1f\x93\x03\x9c\x23\xfc\xc1\x7f\xbf\xf4\xdf\xef\x2d\xf7\xcf\xd1\x80\xa6\xe7\x4f\x8e\xe3\xf8\xc3\x93\xe3\x23\x75\x13\x4f\xce\x9f\x7c\x88\xe3\xe3\x27\x1f\x8e\xe4\x0d\x3e\xa9\xd7\x6b\xf9\x97\x0c\xf0\xd7\x23\xdb\x97\xc5\xed\x70\xde\x6e\x19\xce\xbb\x1d\x87\xf3\x2e\x8e\xdf\x3e\x79\xa7\x7b\x3f\x7f\xf2\x36\x8e\xdf\x3d\x79\x6b\x86\x27\x86\x23\xff\xdc\x44\x76\x08\x47\xa7\xca\x83\xf3\x6c\x3f\xf9\xb8\xb7\x44\x93\x53\xe5\x9d\x3c\x27\x8c\x83\xa3\x6c\x4a\x8f\x3e\xee\x25\xa2\x97\x07\x5f\x4c\x3e\xc2\x54\xbf\x4f\x2f\x5a\x1b\xa3\x6b\x33\x79\xc7\x03\xa9\x70\x7c\xb8\x18\x20\xcf\x60\x12\x59\xaf\x95\xf5\x3a\x79\xbf\x97\xce\x11\x8e\xb2\xb3\x52\xb6\x5a\xa2\x53\xf0\x40\x7d\xbf\x7f\x33\x30\xb3\x78\x46\x8a\xf2\xda\x7b\xbb\x77\x09\x6f\x6f\x65\xb2\xfe\xf7\x7b\x97\x7b\x37\x8f\xe7\x7b\xee\xf1\xfb\x52\x1e\xdc\xd7\xe9\xc5\x93\x9b\x41\x99\x3e\x5b\xaf\x5f\x1f\xd9\x86\x56\x71\x3c\x7a\x16\xc7\xaf\x8f\x54\xcf\x13\x3b\x02\xf1\xea\x75\x1c\x3f\xd3\xa5\x27\xab\xf5\x3a\xb1\xbf\x54\x41\x34\x51\x0f\xb0\x1e\x91\x3b\xcc\xa3\xcb\xc9\xfe\x8d\x4e\xab\x13\x72\xdc\xa7\x6d\xc7\xfd\x12\x83\xb2\x7c\x72\xba\xd9\x0c\x7a\x69\x38\x97\x60\xfc\x01\xf2\x0d\xa4\x1b\xa8\x74\x80\x78\x67\x21\xe2\x5d\xa7\xa1\xd1\x29\x21\xa1\x35\x44\xfd\xc9\x72\xa0\xb7\x9b\x8d\x77\xfa\x4a\x39\x80\x55\x37\x4d\x1e\xd0\x6e\x6a\x3b\x90\x19\x8b\xda\x94\x7f\xaf\x45\x54\x07\xa1\xa0\x90\x74\x05\xfb\x78\x8f\x4a\x22\xf1\xa4\x30\xe7\xa0\x79\x26\xed\x46\x57\x23\x9e\x77\x8f\x58\x11\xfd\x45\xf7\xb8\x65\x89\x41\x2d\x7d\xb0\xd3\x5b\xc8\x8e\x94\xcc\xf7\x17\xe8\xc1\x17\x9b\x2e\x42\xa0\x3a\xce\x7b\xae\xaf\x8b\x9e\xa9\x0a\x7e\x7f\x2e\xcf\xf5\x93\x0b\x39\xa2\xd0\xe7\x5b\x32\x50\xc6\x71\x12\x6c\x45\x15\xd1\x8e\xe4\xf6\x58\x64\x47\x49\x3b\xe2\x26\xcd\x30\x15\x54\xb7\xfb\x0e\x35\xf3\xc2\xcb\xe5\x64\x9f\xaa\xfb\x74\x83\x26\x81\xc6\xcc\xf6\xf2\x0e\x40\x93\xbf\xa9\x06\x2d\xc4\x22\x00\xba\x32\x4e\x8b\xa5\xef\x8a\x78\x54\x41\x89\x03\x5c\xa2\x09\x37\x85\x37\x0e\x9f\xcc\xb6\x6a\xcc\x24\x9f\x2c\xaf\xa5\xfd\x0b\x52\x2c\x25\xbe\xda\x67\xe7\x91\x65\xc6\xc5\x00\x8f\x4c\x74\xf6\x45\xcd\xd2\x09\x1e\xf7\xe8\x60\xc2\x31\xd5\xef\xbe\xc7\xa5\x7d\x47\x8f\x0e\x26\x14\x67\xfa\xdd\x6b\xc1\x0f\xd4\xf6\x75\x76\x74\x30\xc9\xc4\x61\x96\xc9\xc4\x6e\xbf\x48\xd3\xb4\x8e\xe3\x84\xfd\xef\xf4\x21\x2e\xff\x77\xfa\x50\x1e\xcf\x55\x5a\x89\x83\xea\xc4\x40\x89\x12\x2b\x51\x62\x65\xa8\x9d\x1c\xd8\x84\x61\x39\x8a\x49\xb9\xd9\xb8\x9f\xf4\x15\x65\x44\xd2\xe6\xb4\x92\xcf\x1b\xc9\x27\x1b\x50\x54\x26\xf1\x48\x7a\xeb\xa7\x91\x9c\x1c\x60\x3f\x39\xa4\x7e\xf0\x7d\xb3\xc4\xf7\xb6\xc4\x06\x38\xfd\x47\x4e\x32\x1b\x08\xb4\x4c\xd3\x94\x3c\x42\xb7\x55\x4a\x14\xef\x01\x74\x66\x9f\xb8\xdc\x1d\x66\xe6\xad\x1c\xbf\x79\xad\xae\x9a\x66\x9e\xcb\xbd\x74\x9f\xb8\xac\x4d\x33\x99\xe5\x5e\x5a\x05\x0b\x7c\x1f\x68\xe0\x7d\xb9\xc4\xcd\xac\x94\x7b\x29\x73\xdf\xab\x8c\xeb\xa1\x2c\xf0\x40\x71\xce\x2a\x92\x7d\x18\x90\xb4\xd4\xb1\xf2\x14\x04\x8a\x46\x92\xca\x3e\xa1\x00\x97\xe6\xed\x90\x24\x0d\x2c\x9b\x26\x84\xf9\x93\xdf\x39\x98\x2f\x16\xae\xfc\x77\xb3\x23\xf7\xc7\x64\x3a\xc3\x59\x7a\xab\x2c\x7b\x13\x86\xed\x74\x4c\x0e\xb0\xf9\xb6\xc9\xc1\x06\x24\x0a\x77\x71\x98\xb7\x38\x2b\xf3\x56\x2d\x0e\xf3\x17\xa7\x68\x6d\x9f\x7d\xe6\xce\x7d\x63\x2b\xd5\x81\xb7\xdf\xb7\xab\x8a\x65\x69\x6c\xb1\x95\xfb\x72\x63\xc5\x96\x16\x9f\xc4\xd0\x20\xba\xa0\x79\x4e\x98\x60\xe2\xe7\x56\x0c\x8c\xe3\x24\x73\x3a\x4f\xdd\x91\xec\x71\xcc\x9f\x14\xcd\x4c\xa9\x7c\x3f\x6d\x3e\x9b\xf0\xc7\x45\x33\x17\xab\x53\xcc\x7c\x0a\x4f\x0f\x3a\xc6\xf1\xbd\x33\x8e\xf7\x10\x13\x64\xfe\xde\xab\x70\xa5\x47\x61\xbe\xfc\xa8\x32\xcd\xdb\xd9\xa8\xf4\x28\x6c\x6e\x56\xa7\x98\x19\x45\x25\x46\x21\x36\xeb\x28\x4d\x69\x1c\x27\x7c\xbd\xae\x8c\x34\xac\xb6\x9a\x2b\xca\x50\x89\x71\x34\xcf\x78\x32\xcd\x66\xc8\x84\x3d\x79\x4f\x37\x66\x0b\xe3\x2c\x3d\x78\x94\x3d\x2e\x35\x08\x5c\xb6\xb7\x87\x12\x9a\x96\xa2\xd4\x58\xed\x3d\x77\xc6\xa9\x7f\x2a\xfd\x12\x62\x2e\xa8\xbb\xc4\x64\xfc\xd5\xab\xaf\x5f\x9c\x9c\xbe\x7d\xf1\xee\xf4\xed\xf1\x9f\x5f\xa4\x64\xfc\xfc\xcd\xeb\xd3\xe7\x2f\xbe\x7a\x7f\xdc\x7e\x20\xca\xfa\x25\x5e\xfd\xed\xc5\x57\x5a\x30\x6f\xbf\xf0\x9f\x41\xed\xc3\x41\xab\x87\x2f\x06\xad\x51\x3c\x54\x52\xbe\x6a\xd9\x4b\x4a\xe5\x42\x7f\xf1\x56\x5c\xb1\x42\x90\x96\x5f\x9d\x44\x74\x51\x65\x97\x04\x50\x73\xea\x6a\x9e\x46\xff\x11\x61\xa2\x62\xf6\x96\xe6\xea\x36\x22\xa2\x79\x77\x45\x6b\x7a\x46\x0b\xca\x6f\x52\xbd\xbf\xcc\x3b\x15\x45\x78\xb0\xfc\x68\x9f\xe9\xc0\x40\xef\xe1\x59\x59\xe5\xa4\x4a\x65\xc2\xae\x06\x1a\xaf\x9b\xa9\x5e\x81\xec\x08\x02\xae\x74\xeb\xdf\xc9\x63\xa7\xab\x0c\x2a\x19\x84\x8d\xb0\x44\x63\x24\x49\xf4\x78\x94\x97\x73\x7e\xb3\x24\xc3\x0b\x7e\x59\x3c\x79\xac\xfe\x4b\xb2\xfc\xc9\xe3\x07\xf2\x1f\xd1\xcf\x93\xc7\xf5\x32\x63\x4f\xfe\xf6\xf8\x01\xfc\xfb\xf8\x81\x7c\xf8\x00\x8a\x47\xa2\x3d\x19\xeb\xad\x83\x96\x2b\xa9\x51\x12\xe7\x76\x41\xab\x5a\x2b\x91\x60\x9c\x4a\xfe\x55\x34\xc9\xff\x1c\x37\x55\x3e\x31\x29\x39\xf9\xa6\xcd\x9c\xc8\x1c\xd4\x35\xe1\xfb\x57\x59\x41\x73\x50\x46\xd7\x0f\x14\x5b\xf2\xc0\xbc\xf5\xd1\x47\x1b\x55\x03\xc5\xfb\x13\x80\x39\xfb\xc7\x85\x14\x6c\x80\xb7\xcb\x64\xf6\xb4\x96\x99\x2b\x88\x3d\xc3\x1b\xb8\x68\xdb\x88\x4f\x81\x18\x38\x89\xe2\xb9\x5e\x8f\x92\x06\x92\xe8\x90\x6a\xa0\x34\x00\xee\x97\x4d\xab\x75\x9f\xce\x30\x40\x43\xd0\x74\x74\x68\x18\x1f\x80\x0d\x34\x11\x96\xb8\x4e\xc9\xb4\xd1\xe4\x2c\x41\x8f\x46\x09\x4b\x93\x2c\xad\xc7\x8c\x7c\xe4\x09\x42\xe3\xbc\x64\x04\x41\xac\x2d\x44\x7b\x66\x12\xa0\x0c\xe1\x91\x20\x4b\x8a\x86\x00\x20\xd5\x23\xd1\x25\x7a\xa4\x70\x04\x57\xe8\x96\x8a\x21\x94\xe9\x6a\xb3\xa0\x2c\x2b\x8a\x9b\x5b\x31\x00\xb6\x5e\xcb\x4b\xb8\x1e\xcb\x21\xaf\xd7\xfa\xaf\x04\x99\x92\x74\x91\x50\x85\xee\x54\x6e\x4c\x42\x56\x89\x9e\x19\x98\xb8\x11\xd1\xdf\x2f\x66\xb1\x06\x08\x44\x3b\x85\x04\xb9\x48\x6c\xfa\x6c\xb4\xf0\x3c\x7d\xec\x44\x82\x14\xce\xdb\x1f\xf1\xfe\x21\x1a\x44\xb2\x38\x64\xc2\x6b\xc0\xae\x8a\xb9\x49\xbd\x27\x63\x96\x5d\xaa\xdc\x7a\xaf\xb3\x25\xd4\x59\xaf\xa3\x13\x22\xab\xeb\xd1\xc8\xdd\xb1\xa8\xca\x4b\x9d\x88\xef\x58\xf3\x02\xaa\xca\x83\xff\x9b\x1c\x4d\xbe\xa1\xeb\x57\x88\xf1\xe4\x68\xf2\xc7\xf5\xe1\xef\xd7\x0f\xbf\x40\xc9\xd1\xe4\x59\x91\x5d\x2e\x49\x8e\x8e\xa0\x91\xdf\x3c\x90\x4a\x55\x7b\x4b\xc8\x2f\x6d\xcd\x17\xba\x0d\x22\x66\xbd\x62\x70\x74\x86\x19\xe7\xe4\x72\xc9\x87\xbc\x1c\x82\xe3\xc4\x6a\xce\x57\x15\x19\xb2\x92\xed\xc3\x16\x39\x2b\x2c\x00\xd7\xf8\xef\xec\x15\x1b\x02\x41\x12\xe5\xcf\xc8\x50\x17\xc1\x50\x21\x13\x03\x1b\x4a\x3c\xc6\x5a\xc2\x90\x5d\x64\x57\x64\x98\x0d\x03\xbb\x6e\x78\x49\xf8\x45\x99\x8f\x23\xb4\x49\x1c\x70\x42\xb5\xc0\xff\x9f\xbd\x77\xff\x6e\x1b\x47\x13\x05\x7f\xf7\x5f\x21\xf1\xec\xa8\x88\x6b\x58\x91\x92\xb9\x7b\xe7\xd2\x61\x69\xf3\x70\xa6\x73\xbb\x2a\xce\xc4\xa9\xae\xd3\xab\xd6\xba\x61\x09\xb2\x30\xa6\x00\x35\x08\xc5\x71\x59\xfc\xdf\xf7\xe0\x49\x90\x84\x6c\x49\x4e\x5c\x95\x94\xce\xc9\x89\x45\x12\xf8\xf0\xfe\x5e\xf8\x1e\x86\x6b\x13\xab\x95\xf8\x11\x9b\x1d\x27\x77\xa4\x64\xfc\xcd\xd3\x81\x17\xe0\x14\xd2\x4a\xba\x98\x63\xfe\x5c\xa8\x40\xa7\x74\xc8\x47\x29\x1e\x72\x97\x22\x86\x96\x2d\x11\x29\x0a\x59\x9f\x6a\x79\xa6\x9f\x02\xc8\x52\x32\xec\x49\x86\x8c\x0c\xfb\xb6\x4e\xdc\x83\xa2\xeb\x90\x04\x88\x87\x0c\xa2\x11\xa4\x60\x97\x70\x79\x0e\x4c\x4a\xc2\x86\x00\x36\xd0\xdd\x5f\x14\x72\xea\x6a\x1c\x15\x13\xff\x52\x83\x6d\x8a\x0f\xad\x05\x91\x87\x03\xcd\x67\x3c\x39\xda\x14\xeb\x7d\x19\xfb\x06\x9e\x8a\x6e\xc6\xd8\xd5\x72\xf1\x37\xdd\x03\xc6\xbd\x11\xf1\x4d\x47\xa4\xa5\xd0\x4b\x2c\x8e\xe6\x38\xcf\xd1\x25\xce\x43\x28\x5e\x7e\xd7\xfe\x7f\x4d\xac\x1f\x00\x57\x82\xda\xa0\xf0\x35\x11\xb3\x23\xd3\xef\xbc\x19\x83\x5a\x6e\xa8\x2f\x35\x7d\x0d\x47\xec\x86\x80\xd1\x0b\x0a\x18\x3d\x5f\xc0\xe8\x8d\x12\x13\x30\xfb\xbf\xf3\x2e\xa6\x82\x13\x9c\x43\x91\xb6\xe3\x06\xb0\x7e\x10\x58\x7f\x04\x56\x2b\xff\x11\xe6\xa9\x0b\xd7\xa1\x22\xc1\xda\x30\x57\x24\x7f\xcf\x71\x2e\xf9\x25\xe4\x50\x12\x32\x42\xb3\x2e\xf1\x22\x26\x92\x6c\x75\xa7\x84\x4e\xaa\x81\x3d\x2d\x8d\x94\x62\x5a\x01\xc0\x41\x1d\xe2\x52\x1e\xfd\x3c\x8d\x7b\x90\x96\xa1\x42\xcc\xb8\xf4\x24\xc6\x4b\x60\xbf\xc0\xbc\x64\x87\x51\x9a\xc3\xbc\x38\xa8\x44\x5d\xbe\xc2\x37\x39\x64\x5e\xfc\x05\xe7\xf8\xdd\xd5\xd7\x90\xef\x39\x9e\x92\xcf\x30\x7a\xe2\x2f\xbf\xdb\x25\x92\x97\xd6\x0e\xb8\xdb\xec\x59\x6d\x8e\x75\x34\x5f\x66\x82\x2c\x32\xec\x97\x78\xe8\x09\xad\xf0\xb5\x0f\xda\x29\xc3\x11\x14\x6e\xad\x30\xe8\x72\xac\x58\x8d\xc0\x52\x45\x17\x8c\x65\x18\xa9\x54\x55\xba\x82\x0b\x36\xdb\xe9\xe0\xa2\x5c\x80\x5e\xea\x65\x99\x8f\x05\x8c\x74\x87\x22\xb0\x5a\x89\x87\xc4\x1b\xf5\x75\x5f\x16\x87\xeb\x20\xd3\x2c\xa5\x5d\x8a\xaf\x95\xaa\x5d\xa9\x7c\x59\x36\xd1\x0f\x52\x7e\x36\x93\xaa\xa4\x65\xc3\x27\xbb\xc0\xa0\x2f\x62\xdc\x9d\xa3\x45\x78\x6b\xc6\x2e\x92\x3c\x28\x80\x8e\x01\x64\x6b\x65\xa0\x8b\xe8\x4d\x2c\xd4\x86\x65\x73\x92\x97\x5c\x9f\x2e\xf2\xe1\xec\x6f\xef\xbb\x92\xc1\xc8\x40\x57\xcc\x30\x8d\xb9\x9b\x1f\x1e\x67\x60\x63\x06\xb7\x8e\xaf\x9a\xa8\xef\x93\xc5\xae\x5e\xb1\xc7\xc1\xef\x7a\xa4\x5e\x8c\x99\x32\x9a\x02\xad\x7e\xe4\xf0\xf6\x22\x43\xf4\x2a\x29\xcf\xdd\x42\x9f\x73\x68\xfe\x7a\x5f\x54\x49\xa8\x63\x55\x28\x1f\x60\xc2\xe8\x1b\xc6\x9b\x51\x2a\x76\xdc\xf2\x51\x74\x50\x59\x2a\xc7\x0e\x2e\x88\x50\x4e\xe1\x71\xe5\xfd\x04\xe5\x33\xcc\xe5\x6b\xc9\x2b\x2e\x32\x22\xe2\x27\xc3\xf3\xa3\xd1\x93\x4b\x60\x62\x9a\xb4\x22\x00\xaa\x46\x08\x01\xe5\xea\x5d\xcb\x2b\xd8\x91\x3c\xff\x9b\x2a\x57\xdd\xe9\x17\x5e\x58\x69\xf1\x9d\xa5\x2b\xf8\x22\x88\xc2\x86\x51\xbb\x57\x08\x70\x31\xbb\xfd\xc8\xb3\xaf\x91\xc0\x65\xb0\xf1\x34\x4d\x85\xc2\x75\xd1\x50\xbf\x51\xdf\x47\x8a\x87\x1f\xe0\xa4\x11\x73\x47\x56\xb5\x25\xdf\xa9\x6f\xa6\xac\xe4\x5a\x65\xd5\x18\x83\xc4\x49\x31\x2e\xf6\x2f\xf6\x1a\xd0\x7d\x1c\xa9\xa4\xdd\xab\x55\x48\x6c\x94\xf3\xcc\x32\xbc\x5a\xc5\xe6\x57\xf7\x1a\x71\x1a\x47\xef\x33\x8c\x72\xdc\x92\xbb\xe6\x9f\x3a\x76\x3c\xe2\x39\xfe\xa7\x64\xe1\xd5\xaf\x96\x6e\x36\xef\x46\x00\x56\x6a\xc6\x2a\x83\x95\x94\x17\x40\x37\x17\x68\x7c\x05\x00\x74\x1d\x7e\x87\xde\x81\x6d\x51\x57\xf9\xe6\x08\x4b\xb0\x5f\x82\x7d\xab\x70\x83\xf7\x25\x05\xf9\xc2\x14\xc7\xa3\x6c\x8e\xfb\x88\x82\x9d\xed\x72\x74\x7d\xba\x14\x8b\xa5\x90\xa4\x4f\x49\xe8\x71\x0f\x7a\x81\xcf\x24\x5b\xc1\xba\x0d\x44\x67\xc4\x44\xda\x35\x43\x74\xc2\x9e\x7d\xa1\xd0\xaf\xa4\x6c\x2a\x24\x82\x24\x6b\xaa\xf7\x30\xb3\x04\xee\xb3\x80\xe3\xf2\x9e\x23\x1b\xdc\x16\x89\xb2\x19\x18\x3b\x90\x6a\x30\xd3\xd4\xbd\x58\x93\x90\x60\x6a\xaf\xec\xa6\x31\x56\x19\x55\xc6\xee\xa4\x4c\x0a\xa7\x7e\x9c\x32\x3e\x47\xe2\x67\x0d\x29\x9e\xc2\x2a\x5d\x98\x94\x83\x4b\x50\x01\xc7\x00\x14\x12\xe6\xcc\x9b\x49\x06\xcb\x04\x00\x64\x10\x8f\x1b\x94\x65\x0c\x6b\x60\x80\x5d\xb1\x25\x94\x5d\x4d\x72\x68\x06\x92\xcc\xa0\x99\x82\x64\x5c\x80\xa4\xde\xb9\xd9\xfd\x9d\xdb\x6e\x7b\x57\x85\x83\xaf\x6f\x40\xfe\xa5\x88\xa0\x24\xd7\xcd\xba\xeb\x04\x82\x81\xff\x90\x94\x11\xfc\x2b\x93\xd9\x60\x07\x00\xc4\x5b\x4f\x27\x47\x8b\xc7\x9c\x45\xad\xc0\xb3\xb2\x47\x5d\x81\x57\xf2\xc5\x07\xb5\x37\x43\x3c\xda\x7c\x68\x1e\x87\xa6\x90\x1c\x9f\xa3\xba\xbd\xe1\x26\x58\x2f\x80\x49\x1b\x2c\xe0\xa3\x60\xc3\x07\x6f\xbd\x46\xe8\x77\x93\xb4\x49\x03\xce\x77\xbd\x56\xbb\x2d\x5c\x06\x80\x72\x17\xe6\x10\x01\x98\x69\xcc\x6b\x05\x2d\x60\xe2\x96\xb9\x85\x20\x10\xc3\x25\xa4\x76\x99\xdb\x0a\x6d\xae\x56\x4a\x0d\xe4\xd0\x35\x85\x92\x6f\xdf\x61\xd1\xeb\xbc\xdd\xc3\x16\x7b\x0b\x6c\xb4\x05\xeb\xf9\x4d\xa8\x35\xca\x9d\x83\x6b\xa4\x14\xc3\x5b\x94\x65\xec\xfa\xa5\x92\x32\xda\x7d\xa8\x26\xed\x8d\xc2\xfd\x49\xf4\xf3\xcf\x3f\xb7\x5e\x33\xd8\xfa\xfb\xdf\xff\xfe\xf7\xa8\x00\xd0\xcb\xdf\x61\x8c\x52\x50\x8a\xbb\x25\x00\x98\xa7\x58\x45\x42\xbd\xc0\x53\xc6\x25\x61\x55\x81\x9a\xf9\x4b\xfd\x38\x4e\xf3\x2e\x9a\x0a\xcc\xe1\xd4\x7c\x78\xa1\x9e\x26\x69\x6e\xe9\x29\x9c\xa5\x91\x9a\x57\x49\x58\x91\x4e\xe7\x90\xa6\xac\xcc\xed\x23\x1b\x5d\xd4\xb4\x1b\xac\x24\x82\xf1\x02\x0c\x96\x9d\x4e\xbc\xac\x15\x59\x02\x38\x49\x27\x92\xb3\x7c\x79\xf2\xe6\xf4\xc3\xc9\xa8\x25\x5b\x69\x91\xbc\xf5\xee\xf4\x63\x4b\x77\xb7\x55\x06\x6a\x04\xb2\x1f\xfa\x6d\x04\x17\x3f\xa6\x4b\x30\xa8\xee\x69\x0e\x6f\x15\xfd\x9c\x99\x48\x80\xcc\x51\xcf\x5b\x5d\x2d\x59\x3a\xca\x3a\x29\x0a\x90\x64\x9d\x4e\x9c\xd5\x3a\x95\xb9\x4e\x9d\xbe\x6b\x9d\x7e\x68\x85\xba\xc6\x68\x8b\xf1\x35\x1d\x2c\xa7\x56\x76\x32\xdb\xa2\x8f\x65\xcd\x24\xab\xf6\x73\xdc\xe9\xc4\xe3\x5a\x3f\xc7\xae\x9f\x2f\xde\x7c\x3c\xf9\x50\xed\xa0\x5a\xd0\x7a\xcf\xd4\xcb\x08\x2e\x9e\xa7\xe3\x2d\x7a\xa5\x6a\x25\xe3\x6a\x87\xda\xf1\xb4\xd3\x89\xa7\xb5\x2e\x4d\x6b\x53\x17\xe8\x98\x9e\xb9\x60\xf7\xdc\xd6\x93\x5d\x9c\x02\x50\xc7\x58\xf7\xcc\x9c\xaa\x9a\x4c\xab\xfd\xbc\x1b\x42\x44\x99\x68\xa1\x96\xc6\x68\x0e\x98\x85\xee\x03\x52\x06\x30\xde\x29\x6c\x5c\xc9\x12\x5f\x9c\xac\x8b\x5d\x9d\x4e\x9b\xe4\xef\xd0\x3b\x29\x09\x56\xc1\xd4\x0f\xf3\xd6\xd8\x18\x7f\x1e\x67\xcb\xfc\xcf\x4d\x7f\x71\x37\x23\xb9\xd0\xd9\x06\x68\xaa\x9f\x9a\x39\xc0\x3c\x43\x97\x3a\xf9\xf4\x26\x51\xd2\x4e\xe5\xd8\x52\x25\x9f\xac\x49\x3e\xd9\x6e\xe4\x53\x73\xf0\x7f\xde\xd5\x82\x34\x6d\x5b\x0e\xf5\x64\xbe\x10\x37\xb1\x9f\x38\x0b\x83\xe6\xc2\x29\xc3\x40\x32\x8d\xdb\xb4\x4a\x70\x50\x63\x1d\xed\xdc\x32\xbb\x88\xa4\xb2\x88\xa8\xbe\x88\x04\xa2\xdd\x16\x51\xc5\xf6\xdd\x9f\xba\x87\x9d\x3a\x6f\x12\xbf\xfa\xa9\x0b\xdc\x24\x6e\xc5\xee\x6e\x5a\x5a\xeb\x7f\xc7\x5b\xd4\x30\xd7\x09\x1b\x97\x37\x8a\xb9\x8d\xcb\xdb\x33\xb1\xc3\xd6\xde\x81\x06\xed\x24\x39\x06\xb8\xf5\x32\xed\xed\x43\xf7\xfe\xda\x0a\x76\x27\xbe\x56\x0b\x7c\x5b\x8d\xaf\xba\x26\x85\x8f\xdd\x89\xc5\x26\x80\xdf\xbb\xbd\xb0\x11\x70\xbe\x15\xf0\x9f\xcc\xb6\xd9\x08\x34\xdd\x0a\xf4\x3b\xb3\xc3\x36\x02\x4d\xb6\x02\xfd\xc6\x6c\xc6\x8d\x40\xb3\xad\x40\xbf\x2d\xf7\xed\x46\xd0\xd1\x56\xd0\x4f\x3e\x6f\x07\x3d\xdf\x0a\xfa\xab\x8a\xf8\xbe\x51\x03\x4b\xaf\x81\x1d\xf0\xa1\xc5\x3a\xbf\x9f\x18\x7f\x17\xbd\xfb\xe6\xa4\xf5\x65\x8e\x5f\x62\x71\x8d\x31\x35\xaa\x59\xdd\x0b\x4f\x32\xf7\xa9\x20\xf5\xa9\xa0\x5d\x09\x47\x02\xf9\xdd\x24\x90\xef\x4a\x02\x2d\xe1\xd8\x2f\xf9\xe6\x4b\x7e\x1c\xaf\x53\xcd\xe8\xcb\x2c\x79\x3e\xd5\xe3\x3b\x46\x71\xd2\xee\x17\x00\x78\x8a\x17\xc5\x1b\xb9\xcf\x69\xbb\xd7\x64\x8f\xee\xd8\x18\x76\xbd\xbe\xfa\xc6\x28\x79\x96\x6f\x94\x97\x35\x17\x40\xf4\xc0\x33\xea\xb0\xf7\x8f\x03\x9c\xde\xda\x01\x26\xb8\x48\xb0\xb7\xf2\xb8\xcb\x68\xa7\x13\x30\xbd\xec\x32\x3a\xa0\xe9\x50\xfe\x1d\x25\x35\x7b\xd8\xae\x72\x08\x8f\xa9\xaa\x2d\xe7\x3a\xc3\x02\xab\x2a\x41\xc9\xc5\x32\x31\x64\x1a\xd3\x4e\xa7\x4d\xbb\x39\x9b\xe3\xa0\x81\x46\x3e\xc4\xa3\xd5\xca\xdd\x73\xc9\xc7\x4e\x67\xa9\x73\x05\x57\x05\x9f\xa6\xfe\xb7\x5c\xc2\xa6\xe8\xd3\x9c\x94\x4c\x39\xba\x57\xc7\x9c\x0d\xb2\xc4\xc2\x51\xb7\xc3\x99\xba\x8f\x1b\xe8\x3f\x69\xa4\xcc\x18\xa2\xc4\xfc\x75\xdf\x3b\x9d\xd8\x96\xb0\x75\x01\xac\x0b\x59\x19\xb8\x7b\x63\x36\x0d\x99\x8f\x2e\xf1\xc6\x71\xca\x7d\xfb\x81\xbd\x55\xf3\xb7\x62\xd5\xcc\x4b\xab\x66\xba\xbb\x55\x33\x6d\x5a\x35\xd3\xfb\xac\x9a\x69\x69\xd5\x4c\x37\xb4\x6a\xa6\xdb\x5b\x35\x53\x50\x1d\xe9\xb7\x6e\xd5\xcc\x1f\xcd\xaa\xd9\x33\x74\x11\xda\xa6\x99\xa6\x7c\xd8\x1b\x41\x92\xf2\xd2\xa6\xb9\x45\xd5\x5d\x3b\x79\x98\x11\xf3\x7f\x62\x91\xd2\xb0\x41\x18\x09\xda\x31\x53\xdf\x2e\x8a\x6c\x87\xd3\x1a\xfe\x1c\x0f\xb2\x94\xdc\xe3\xba\x6f\x06\xd7\xed\x3d\x38\xbe\x2d\x5c\xf7\xa8\x1e\x1c\x36\x59\xa2\xf1\xdf\x20\x29\x95\xb8\x8e\xa5\x54\xe2\x3a\x32\x8d\x15\x33\x45\xf2\x57\xa5\xfb\x06\x71\xd3\x1d\xe0\x22\x49\x37\x57\x26\x48\x18\x14\x0f\xc2\x8c\x67\x5f\xcd\xc3\x63\x4b\x2f\xb7\xcd\xf0\x64\x43\xae\xa8\x2f\xe6\x1e\x53\x7e\x0b\x98\x92\xfc\x69\x30\x25\xf9\x2e\x30\x25\x79\x34\x4c\xc9\x2c\xa6\x24\x29\x0d\x78\xba\xc1\x80\x99\xd5\xc6\xe6\x7f\x64\x1a\x5b\x5b\x16\x25\x58\x57\xb0\x2d\x03\x03\x96\x98\xd7\x7a\x8b\x81\x18\x29\xf3\x09\xee\xb9\x4b\xa8\x62\xda\x35\x22\x20\xdb\x2b\x1c\xee\xc1\xc4\x50\x55\xaf\xf9\x93\x49\xb8\x10\xc1\x1c\x14\xc0\x18\x2e\xf8\xdd\xb8\xbb\x4a\x12\xe8\x8f\xf9\x6d\x33\x5d\xc6\x0c\x6c\xd1\x41\x04\x6f\x8b\xb5\x5d\xb1\x1f\x1f\xe4\x3f\xc8\xc2\xd4\x05\x05\xa9\x0b\xf3\xa9\x0b\xba\x8b\xba\x6c\xe8\x33\xd8\xf4\xa6\xb6\xbe\x29\xfc\x12\x1f\x4d\x30\x5e\xdc\x4b\x62\x14\xdd\x2e\x2f\xaa\x60\x06\xc7\x70\x0a\x27\x70\x06\x17\x25\xf9\x99\x7b\x93\x3c\xff\xce\x9c\x1a\xdc\x20\x3f\x95\x3a\x5c\xde\xe9\xac\xdb\x15\xa2\x72\xb3\xc1\xbb\xe5\x03\xac\x24\x3b\xe4\x5d\xff\xb1\x4c\x75\xa8\xbd\xfe\xd5\x3b\xbd\xa5\x78\xd7\x4b\x7d\x38\xa8\x3c\x69\x12\x41\x6d\x56\xe5\xc2\xeb\xec\x4d\x49\x94\xe2\x8a\xa5\x8e\x00\x20\x88\x7c\x5f\x21\x4a\x99\x68\x49\x88\x2d\xd4\x52\x11\x4c\x5b\x28\x6f\x21\xc7\x4c\x44\x1e\xf4\x4b\x0d\xdd\xc3\x76\x12\xbd\xd9\xa8\x15\x12\xcb\x19\x7e\x4f\x48\x3c\x47\xbd\x49\x48\xfd\x07\x65\x61\x4f\x2b\x13\x21\x69\x75\xa4\x06\x1e\x11\xda\xa2\x3a\x95\xb3\x99\x10\x49\xd7\xd7\x5e\x33\x69\xaf\x32\x0a\x8a\xb2\x97\x17\x76\x43\x9b\x9d\x79\x91\x7a\x9c\x8d\x73\xde\xf8\x80\xa7\x19\x1e\x8b\x4e\xc7\xfc\x90\x12\xf7\xc0\xfb\xbd\x26\xed\x77\x95\xf8\xab\x60\x3d\xed\x06\x2d\x9f\xa1\xdc\xcb\x8f\x68\x28\x3a\x14\x40\x1b\x17\xb6\xd3\x34\xc6\xe9\x99\xe4\x9b\x8e\xcb\x3c\xba\x9a\x5a\x2a\x6f\x02\x4b\x0b\xee\xcb\xb6\x48\x61\x69\x93\x40\x54\xff\xd5\xff\xba\x3d\x0e\x12\xa2\x99\xa5\x42\x6e\x68\x39\x86\xd5\xca\xdf\xd7\xe7\x3e\xef\x18\x9f\xdb\xd6\x72\x15\x0f\x4f\x0f\xe4\x74\x5a\xe7\x76\x6c\x6f\xbb\xe7\xe7\x6a\xb8\xe7\xe7\xa9\x80\x58\x37\xe0\xc1\xbe\x2e\x23\x41\x79\xd4\x7f\x0d\x8f\x69\x26\x7d\xb5\x6a\xdb\xe9\x77\xa7\xd7\xaa\x86\xfb\x72\x5e\x1a\x5f\xbb\xf9\x0c\xcd\x2b\x45\x02\x38\xe1\x3d\x67\x9f\x6f\x4a\x15\xb3\x64\x02\xcd\x20\xb4\xb3\xcd\x1a\x06\xac\xd1\x58\x2c\x8b\xc3\xa1\x8f\x37\xc1\x6d\x01\x00\x80\xed\x9e\x61\x3a\x1d\x7a\x6a\xf7\x8b\x22\x6e\x6a\xcc\x5d\xb0\x28\xb5\xf8\xca\x3d\xd7\x2e\xf5\x99\x49\xdc\xec\xe1\xad\x03\x9e\x36\x3b\x41\xa1\xa3\xef\x90\x00\x1d\xbe\x8d\xa7\x54\xe7\xb6\x57\x30\xca\x02\xa5\x25\xbc\xfe\xc0\xfd\x43\x72\xe2\xaf\xa7\x64\xa6\xad\xef\x54\x3b\x4d\xe7\xb1\xdc\xaa\xe5\x5c\xba\x33\x23\x06\xa7\x31\x06\x89\x28\xc1\x9c\x1a\x59\xc3\x69\xf6\xb1\x87\x66\x3e\xe0\x29\xe6\x98\x8e\x2d\xae\x91\xbd\x68\xcd\x50\x4e\x7f\x10\xad\x0b\x8c\x69\xcb\xe2\xb4\x1c\x4f\x5a\x47\xad\x7c\x29\x89\x21\xa8\x94\x90\x6b\x81\x27\x51\xe9\xf4\x55\x36\x7d\xe6\x11\x9f\xb3\xf0\xee\x1d\x94\x27\xc8\x7b\x1b\xa4\x27\xe5\x86\x5e\xad\x82\xb5\x24\x4d\xa8\x12\x86\xcf\x55\x3c\xd3\x12\x52\x26\xc2\x83\x3b\x28\x84\xc1\xec\xb5\x74\xb7\xf5\x64\xb8\x5e\xfa\xdb\x02\x24\x78\x28\x46\x29\x87\xde\xc0\x5f\x94\x76\x24\xf6\x7a\xad\xbc\xbf\xf5\xed\xcd\x28\xe8\x4e\x19\x3f\x41\xe3\x59\x95\x2d\x62\x43\x3c\x4a\xa9\xbe\x7c\x81\xcc\xc7\xd2\xed\xb6\xff\xa8\x83\x18\x79\x38\xba\x5d\x7d\x01\xe3\x12\x65\xb3\xd5\x8a\xf9\x34\x4a\x72\xc8\xac\x8a\xc2\x59\xca\x8d\x50\x03\xba\x1c\x7f\xc2\x3c\xd7\xbf\x26\xcb\xb1\x7f\x69\xa4\x29\xad\xa7\x72\x81\x1c\xac\x56\xbc\x00\x90\x01\x48\x3c\xb6\xb7\xd2\x9e\x6a\x4e\xf5\xa6\xfa\x7e\xc0\x9a\x94\x93\x58\xca\x09\x2b\x1f\x0d\xa3\xe6\xe5\xf6\xaf\xb7\xb0\x7e\x69\x99\x1c\x9e\x44\xee\x00\xb2\x87\x71\x8e\x1f\x21\x2e\xf9\xd1\x40\x64\xbd\x1d\x25\x81\x2b\xc8\x9b\x55\x9f\x06\xab\x3e\xf5\xab\x3e\x35\x66\x8d\x8d\xba\xcf\x82\x75\x9f\xf9\x75\x9f\xa9\xba\x24\xfd\xe8\x38\x28\x27\xfb\xe0\x6b\x8d\x98\x63\x02\x6f\xeb\xc4\xd6\x3b\x94\xda\x77\xcf\x62\xe6\x18\x80\x02\xe6\x01\xd2\xec\xca\xe7\xb5\xf2\x90\x2b\xf4\x5c\x80\x6a\x6c\x6a\xc5\x84\x97\x93\xec\x31\xe8\x57\x69\xc3\x1a\xa5\xdd\x2b\x4a\x8e\xf7\xbd\x87\x33\x9a\x68\xa4\x1d\xb7\x25\x73\x53\xe5\xbc\x34\xc7\xaf\xf7\x84\x1a\xf3\x6a\x15\xf8\xae\xe4\x45\x4d\xab\xa4\xe0\x0c\x06\xef\xe3\xd2\xe9\x0e\xab\x04\x47\x2a\x23\x03\x00\x09\x56\x4e\x79\x1f\xd2\xd8\x7a\x6e\x9f\x0b\x8e\xc6\x57\x78\x02\x49\xfd\x05\xab\xbf\xb0\x02\xc8\xf9\x04\x2f\x30\x9d\x60\x2a\xfe\x8a\x6f\x5e\xb1\xf9\x02\x09\x98\xdf\xf1\x6d\x79\xc7\xb7\xec\x8e\x6f\x8b\xca\x0e\x8e\x9b\x3a\xa7\x00\x91\x71\x5c\x92\x08\xb3\xac\x67\x92\x4e\xb4\xf0\xe7\x05\xc7\x79\xae\xc4\x10\x29\xde\x63\x22\x66\x98\xb7\x2e\xb0\x4a\xa0\xaf\xec\xf0\x3d\x1e\xf6\xc0\xa3\xf4\x96\x56\xe8\x30\x62\xb1\xe8\x74\x3c\xde\x4d\xe5\x26\xb7\x24\xd8\x9a\xcb\xe3\x4a\x4a\xf2\x1a\xbe\x2e\x0a\x00\x45\xa7\xa3\xd9\xa9\x02\xc4\x08\x9a\x60\x5f\x42\x5b\xfa\xa5\xd7\x31\x02\xe5\x0e\x42\xd6\x70\xe3\xc0\xd2\xeb\x52\x7d\xd0\x3c\xdd\x90\x57\xb4\x09\x90\xa6\xbd\x63\xfa\x5c\x1c\xd3\xc3\x43\xc0\x87\x74\xe4\x1d\x3d\xea\x34\x0b\x9f\xe2\xd3\x58\xa2\x41\x89\xec\x0c\x67\xc0\xe0\x50\x36\x36\xb2\x4e\x09\x5c\x32\x2e\xd1\xb9\x41\x3b\x11\x9c\x42\x49\xc9\x01\x54\x55\xe5\x17\x6b\xf4\x30\xa9\x7f\x70\x89\xb6\x67\xe6\xcb\x67\xf3\x65\x8e\x6e\x2e\xf0\x2f\xf4\x9a\xa3\x85\xda\xc7\x11\x7c\x5f\x7e\x54\x9e\xb3\x78\x11\x41\xb7\xa9\x01\xc4\x2e\x86\x58\x8a\x60\x4c\xd3\xe1\xed\x15\xbe\x49\xa2\x1c\x4d\xf1\x7f\x4a\x21\x56\xcf\x7d\x10\x33\xf8\x47\x43\x80\xa2\x80\x65\xd5\xb3\x70\x55\x0f\x4d\xe8\xca\xb9\xae\xac\xb8\x22\x53\x1d\x4d\x26\x6a\x8b\xdd\xd9\xf4\x45\x7c\x16\x23\x3f\x99\xb9\x57\xcd\xf0\x70\x92\xc6\xa8\xa5\x95\xf5\xcc\x88\x29\x13\x64\x7a\x63\x89\x81\xc6\x3d\xa6\x10\x80\xc2\x75\x61\xb1\xcc\x67\x27\x66\xea\xeb\x9d\x28\x05\x2f\x11\x40\xe6\x15\xbd\x13\xff\xb1\x3f\xe0\x47\xfd\xa4\x07\x20\x49\xfb\xc7\xe4\x39\x3f\x26\x4a\x07\x45\x8e\xfa\xfe\x9e\x21\x23\xa3\xf4\x8e\x45\xda\x1c\x98\xdf\x19\x35\x34\xe0\x6f\x29\xa1\xb7\x14\xc4\x6e\x53\x51\x00\x60\x9e\x1a\x32\x0c\x97\xfa\x97\xb1\xa2\xa9\x7a\x65\xde\x39\x1b\xe6\xd0\xe5\xb0\xac\x9d\x2c\x0b\x37\x45\xe7\x79\x19\xb1\x3b\x34\x49\x36\x00\xad\x94\x0b\x79\x8a\x4d\x6f\x94\x49\x8b\x09\x35\x72\xd0\x1c\x6a\x15\x68\x7d\x1d\x55\xc3\xc2\x0a\xe6\xd0\xc2\x49\x68\x71\xff\xf2\x7a\xdb\xf3\x5c\x97\xfa\x1b\xe1\x62\x89\x32\x53\x98\xe0\xe0\x52\xeb\x51\x48\x08\xc7\x71\x8c\x03\x8b\xb3\x1e\x58\x63\x17\x02\xb0\x5a\x0d\x47\x6b\x98\xc1\x0d\xd6\x05\x4a\xd6\xd7\x1b\x86\x36\x0b\xfa\x2b\xbe\x63\xfa\x77\xe4\x52\xa2\x08\xf2\xd0\x58\xbd\x16\x43\x67\x6c\xd3\xcd\x25\x00\xe4\x6e\x18\xf8\x33\x1e\xab\x80\x90\xb5\x31\x28\xba\x24\x8b\x77\x49\xae\x74\x91\x9d\x8e\x79\x7a\x4d\xb8\xb8\xb1\x66\x77\xea\x9d\xc5\x86\x50\xd8\x67\x8d\x50\x0f\x2a\x5f\x1b\x56\x76\x02\xde\x1a\x2c\x97\x38\x4c\x06\x0d\xf2\x4a\x1c\x7a\x2a\xca\x20\x8b\x33\x92\xbb\x7e\x9b\x5e\x45\x6b\x6c\x67\x9b\xb3\xe7\x2a\xa8\xa9\xf3\xe0\x18\xc5\xfb\x36\x90\x5c\x95\x3a\xac\xf7\x9c\xe4\x82\x50\xbc\x0d\xb0\xb2\x4e\x1d\x9a\x9a\xe9\x6d\x40\x99\x0a\x55\x38\x92\x1b\x21\xf4\xf2\x35\x12\xa8\x01\x6b\x83\x45\x84\xb4\xb6\x70\x55\xbe\x61\x9d\x94\x08\x20\xde\x70\x79\x0f\x3c\xb5\xbc\xe7\x05\xb2\xf1\xee\x28\x46\xa0\xd3\xb9\x8c\x7d\xee\x85\x2a\x11\xe9\x32\x16\x90\x00\x88\x8a\x58\x74\x5f\x2e\xa7\x52\x0a\x9f\x94\x3a\x6e\x38\x4d\x5f\xc4\xf1\x38\x5d\x00\xaf\xa2\xc7\x0b\x0c\xe9\x48\x71\x41\x15\xa1\xb4\x2a\xb2\xfa\xec\x90\x27\x22\x25\x3a\xf2\x16\x9c\xa4\x2f\xe2\x71\x05\xb8\x8b\x27\x42\x1e\x0a\x7b\xd6\x80\xed\x38\x92\x21\x7b\x28\xf0\x1a\x68\x77\x72\x86\x68\x04\xef\xd3\xc6\x05\x6b\x02\x38\xf6\x77\x6a\x03\xbe\x3b\x4f\xc3\x7c\xeb\x16\x6c\xdd\xfb\xda\x28\x8f\xd9\x70\xb9\x75\x23\xae\xf2\x7d\xad\x98\x13\x38\xcc\xb6\x6e\x42\xd7\xac\xc1\x1f\x7b\x2c\xf3\xc7\x6f\x57\xfa\xd5\xd1\x61\xca\xf0\x94\x9e\xfc\xeb\xbd\x2e\xe5\x63\x73\x09\x88\xaf\x5b\x1f\x1a\x42\x33\x29\x1a\x92\xeb\x87\x83\xa6\xc5\x70\x0b\x5b\xb5\x62\x60\xcc\x9b\x4e\x57\x60\xc8\x1b\x4f\x17\x79\xc0\x74\xdd\x58\x96\xc5\xf0\xa5\x1f\x5d\x18\xf7\xa6\xea\x80\x3d\x92\xea\xe0\xae\x0b\xb9\xc6\xbd\xda\x17\xb4\x81\xdb\xd6\xae\x43\x7e\xaf\x9b\x76\xd4\x95\xee\xed\xfa\x55\xd9\x9d\x66\x1d\x21\x53\x81\x35\xc6\x23\x7b\x6b\xb1\x75\xd6\x62\xbb\x59\x40\xe4\x0b\x8e\xd1\xe4\x4f\x63\x26\x66\x38\x21\xf2\xbd\x5e\x22\xb3\xbb\xf5\x86\x6d\xd9\x95\x32\x78\x1d\x31\xe7\xac\xd3\x69\x37\x45\xab\x4d\x03\xe4\xb9\xd0\x74\x1f\xf0\xe5\xc9\xe7\x85\x8a\x68\x27\xbc\x40\x77\x2e\x24\x9e\x28\x2a\x5d\x45\x5e\x57\xab\xde\xeb\x56\xce\x0f\x4c\x65\x90\xe4\xeb\x59\xca\x07\x77\x7d\x94\x60\xa7\x24\x13\x98\x7b\x62\xa9\xa8\xc3\x2d\x07\xbb\x30\xd5\xdf\xe6\x27\x8e\xb1\x2b\x2f\x58\x0b\x00\x92\xe1\x48\x8e\xc7\x1b\x50\xae\xb7\xb2\x77\xf3\xa7\x6f\x6a\xcc\xad\x1d\xf7\x6f\xed\x5c\xa5\x65\x95\x40\xb4\xc3\xb7\xc1\xbc\x6b\x38\x75\xa3\xa2\x75\xe8\x67\x4a\x70\x36\xc9\xcb\x7b\x2b\xea\x6b\x7c\x7f\x46\x8b\x4e\x87\x76\x67\x28\x8f\x85\xcd\x02\xa1\x42\xe8\x9a\x4b\xe2\x76\xbc\xc5\x8d\xf2\x96\x33\xe4\x4f\x4c\xa6\xb2\x0d\x65\xa5\xd7\x68\xf8\xc6\x08\x29\x04\xbf\x54\x76\x33\x19\x50\x0f\x59\xd7\xc8\x23\x36\x3a\x9d\xcf\x7c\x40\xaa\x03\x44\x05\xf6\x90\x08\xc1\xcf\x6d\x5e\x2e\x31\xcc\x47\x07\xcb\xc0\x90\x42\xa3\x5f\x5a\x7b\x01\x30\x60\xc3\x61\xa9\xd8\x8c\x11\x90\xcc\xb4\x0d\xf8\xd9\x8d\xc0\x28\x5d\x76\x4d\x48\x14\xff\x88\x2d\x41\xa7\x83\xe3\xa5\xea\x6d\xa0\xbe\x72\x3c\x65\x45\x4c\x61\x06\x6f\x0b\x38\x1c\x29\x02\xe1\x0f\x66\x0a\x9c\xc7\x1d\x90\x38\x10\xc9\x5d\x55\x86\xe1\x1b\xa2\xd1\x81\x9b\x27\x35\x79\x13\x50\xe8\x8c\x5b\x8a\x60\xca\xd5\x46\x60\xb5\x6a\xb3\x98\x0e\xd1\x08\xb8\x7b\xc7\xbb\xc7\x2d\xcb\xba\xa1\xeb\xc6\x66\xa9\x7c\x69\xb7\xda\xac\xd3\x99\x55\x2c\x3f\xcc\x75\xd2\xa0\xda\x99\x99\xb1\xa4\x4c\x6a\xaf\x41\x51\x7d\x31\x36\x8b\xad\x37\x39\x02\xb0\x7c\xa4\xea\xd1\xc4\xe1\xf3\x2e\x28\xc7\x5e\x66\xa4\xdd\xf9\xc8\x03\x77\xb8\xca\x63\xb6\xce\x1c\x61\x28\x46\x05\xe4\xb6\xdf\xa9\xfb\x55\x2d\xef\xf3\x7b\xea\x56\xb5\x30\x2e\x3a\x55\x8e\x4a\x00\x48\xd2\x3a\x93\x05\x59\x4a\xe5\xb6\x91\x9b\xa0\x6d\x0d\xea\x5a\x42\xdb\x6b\xb8\x27\x0f\xc7\x64\x56\xbb\xac\xb1\x0c\xf2\x49\xbf\x21\xfb\xbf\x50\x45\xd6\x05\x6b\xfd\x53\x71\x90\xaf\x31\x5e\xfc\xb3\x75\x4d\xc4\xac\x75\xc3\x96\xbc\x35\x41\x02\x75\x5b\x2f\x38\x96\x8f\x2d\xc1\x6f\x08\xbd\x94\xa5\x55\xe1\x96\xb8\x66\x2d\xcd\x8e\xca\x72\x96\xdc\x0f\x5a\x26\x9e\xe8\x94\x64\xb8\x85\x68\x8b\xe4\xf9\x12\x6b\xa0\x35\xe6\x55\x92\xfc\x87\xc4\x6e\x1d\x07\x18\xe3\x8c\x1c\xa1\xc5\xe2\xe8\x13\xe6\x39\x61\xf4\x89\x27\x62\x1f\x4d\x91\xc4\x8c\x37\x8f\x1a\x32\xb0\xc4\xd4\xed\x7e\xc0\x1c\x43\xc5\x5d\xe9\x74\x70\xa7\xc3\xab\x31\x43\x2d\x41\xcd\x50\x9e\x93\xa9\x5c\xff\x03\xd1\xe5\xf8\x92\xe4\x92\x50\x11\x29\x1b\xd0\x54\x4a\x07\x85\x49\x62\xa3\xab\x65\xe4\x82\x23\x4e\x70\x7e\xff\xcc\x68\xc1\x81\xe3\x4b\xfc\xf9\xab\x45\x51\x3c\xc0\x5d\xd3\x9c\x66\x01\xd2\x27\xff\x98\x1c\x0e\xbb\x23\xf7\xff\x13\xe8\x4a\x9c\x7c\x16\x98\x4e\xf0\x64\x4d\xc9\xa3\x21\x3a\xfa\x6d\xf4\x3f\x62\xfd\x04\x06\xb2\x66\x3e\x43\xb6\xb4\xfc\xfa\x8f\xc9\xe8\xf6\x3f\x8a\xff\xeb\x49\x78\xec\xd3\x0c\xe5\x33\x3f\x3b\xb4\x7a\x61\x43\xc3\x06\x8d\xe4\x5d\xad\x60\x76\xe9\x6a\xfd\xc7\x8c\xa2\x3d\x36\x69\xb2\xa0\xa4\xff\x88\x4e\x20\x51\x39\x75\x58\xa6\x2c\x1c\x24\xdb\x7e\x4a\xb3\x1b\x88\x52\xa5\x8a\x76\xd7\xaa\x7c\x49\x55\xa0\x3a\x8a\x3f\x0b\x15\xa6\x6e\x2c\x11\x74\x06\x6d\x08\xd5\x57\x76\x6c\x5d\xac\xd6\x22\xbe\xcd\xd0\x0d\x5b\x7a\xe1\xb6\x21\x1a\xab\x6c\x54\xed\xbe\x0d\xdf\xa5\x32\x75\x25\xd1\x05\x63\x22\x17\x2a\x1e\xa7\xda\xb2\xef\xd0\x1c\xe7\xc9\x30\xaa\xcf\x91\xfb\xf8\x92\x28\xcd\xa8\x2c\x83\x32\xcc\x6d\x6e\x7e\x0d\x5f\xae\xc0\x67\x22\xa4\x00\x37\x82\x48\x98\xf4\x6b\x7e\x15\x4e\xd0\x51\x86\x2e\x70\x26\xeb\xc8\x07\x1d\x9b\xf5\x02\x4f\x2e\x6e\x54\xca\xff\x4c\xb6\x96\xcf\xd8\xf5\x7b\xce\x2e\x39\xce\xf3\x84\xc5\xba\x37\x5d\xff\x6d\x04\x20\x65\xe2\x44\x37\x96\xa0\xd8\xb5\x0b\x2a\x95\x5f\x22\x9e\xd0\x38\xaa\xd4\x84\x51\x59\x33\x02\xd0\x54\x2c\x9b\x29\x21\xcd\x50\xfe\x32\x63\xe3\xab\x84\xc4\x91\xdd\x49\x11\x70\xeb\x14\x03\xe8\xa6\x20\xa9\x2e\xb0\x85\x25\xd4\xec\xdc\x06\x35\xc8\x4e\x43\xfb\x2b\x11\xb3\xd7\x7a\x9d\xb4\x0e\xa3\x52\x39\x8a\x00\x14\xa9\x9e\xec\x96\xfa\xff\xc8\x86\x36\x8f\xa6\x6c\x49\xf5\x35\x57\xe4\x87\xe3\x6f\x02\xf4\x17\x5d\x81\x54\x82\x98\x06\x7a\x74\xc1\x3e\xb7\x22\x00\xbd\xbc\x09\x8e\x5f\x57\xa1\x5d\xa1\xea\xce\x57\x1f\x65\x38\x5e\x7b\x89\x47\x65\x4f\x26\x64\xf2\x96\xe6\x98\xdb\xd4\x53\x61\xbd\xbc\xb9\x43\x51\x56\x61\x6b\xec\xdb\x34\xee\x5d\xea\xf7\xbe\x5d\x9e\x7f\xc5\xeb\x76\x75\xbb\x07\xca\xec\x15\x4a\xdd\xa3\x06\x60\x6e\x09\xd4\xbd\xb1\x00\xea\x0a\x41\x7d\x8d\xce\xe7\x6c\x99\xe3\x13\x2a\x30\xff\x8b\xca\x0f\x61\x6e\x78\xbb\xde\x87\xee\x05\xa1\x13\x6d\xbb\xd7\xac\xfa\x13\x46\x9f\x70\xa8\xaa\xfa\xd0\xac\x6a\xf3\xb8\xa1\xc9\xe4\xe4\x13\xa6\xe2\x27\x49\x6e\x28\xe6\x71\xa4\x6a\xe9\xb4\xb0\x8d\x2e\x98\x06\x36\x83\x91\xc9\x96\x9b\x7d\xb1\x30\x0a\x78\x4d\xb2\xec\x35\xce\x05\x67\x37\x81\xd5\xb9\x77\x49\xaa\x9d\xd0\x29\xc3\x1e\x3c\x96\xf5\x60\xee\x1d\xce\xc2\xe0\x8b\xd7\x4b\xae\x2f\x92\xc3\x7b\xbf\x8a\x5a\xea\x67\x40\xb2\x09\x5e\x2c\x71\x6f\xdb\x57\x91\x59\x69\x8a\xba\xe9\xa9\x21\x73\xcc\x96\x22\x82\xbd\xf0\xb9\x99\x89\x79\x76\x86\xa6\x38\x8e\x04\x47\x54\xa7\xb2\x3b\x9a\xd8\xa1\x94\x21\x26\x31\x8c\xe6\xb9\xce\x6c\x00\xc7\x19\x19\x5f\x25\x8d\xb3\x70\x47\x2f\x26\x7a\xb9\x4f\xe9\x2b\x59\x55\x9d\x13\x73\xe5\x79\x6e\x3e\xbd\x91\xe5\x6c\x5c\x6e\x50\x40\x6f\xc5\xee\xc0\x15\x7e\x23\x51\x33\x6b\x8c\xca\x45\xa2\x92\xec\x63\xaa\x30\x79\x09\x59\x2d\xe2\xc3\x20\xb7\x2b\xd6\x53\x8e\x1a\xc8\x26\x55\xd0\x12\xdb\xa0\xb7\xdf\x77\xd8\xe8\xe1\x09\x82\x59\x5c\xef\xaa\x87\x64\x80\x1c\x66\xa0\xde\xf6\x58\x37\x82\xed\x3e\x38\xc0\x72\x4c\x06\x9e\xb7\x46\x48\xc1\xca\x93\x5b\x95\xfd\xaf\x39\xb6\xf0\xd2\x56\x73\x63\xac\xe1\xf0\x35\x57\xa6\xff\x37\x12\xf5\x9d\xfc\x9b\xe6\x75\xed\x99\x7b\x54\x5e\xcd\x40\x33\x1c\x95\x7e\xa7\x10\x09\x9e\xc0\x5b\xb9\x2b\x3e\x92\xb9\xb9\xfe\x73\x3c\x44\xbb\x0f\x49\x2e\xf7\x47\xf3\xa2\x70\x22\x8b\xeb\xd2\xe7\x97\x4b\x32\xd1\xee\x43\xf2\xd7\x1b\xc6\x41\x6c\x29\x74\x95\xbd\x90\xd5\xb7\xdb\x5b\xf5\xdd\x93\x0b\x32\xbe\xba\x51\xf9\xe8\x55\x65\x89\x37\xf8\x47\x94\x5f\xc5\x76\x1f\xe6\x58\xbc\xad\xf6\x52\xdd\x78\x54\xb7\x45\xb3\x13\x9a\x05\x55\x73\x60\xf2\x43\x36\x4f\x99\x9a\x25\x94\x5f\xbd\x35\x2a\x85\x08\x1c\xe0\x41\xec\x78\x5a\xc3\xc6\x4a\x11\x59\xc3\x14\x18\xf1\x09\xbb\xa6\x31\x00\x89\x46\xe3\x76\x9a\x75\x8f\x0b\x35\xd1\x81\x2e\xd5\x1b\x2e\x17\x41\x73\x3a\x01\x58\xba\x49\xc1\xc9\xe5\xa5\xa4\x09\x13\x32\x39\x29\x61\xab\x93\xb6\xe6\x7c\x87\x87\xca\xa8\x29\x1a\xe9\x63\xe5\xa6\xb7\x32\x4f\x81\x77\x81\x49\x82\xf7\x2e\xb3\xa4\x4e\x0e\xf9\x35\x27\x22\x0f\x4d\x84\x3c\xf1\x05\x74\x18\x6c\xe3\x5a\x3d\xd7\xeb\x19\x1e\x5f\xbd\x9d\x9e\xcd\xd8\x32\x9b\x58\x24\xe8\xf6\x53\x98\x13\x73\x69\xa7\xca\x99\xb2\x94\xcb\xf7\x62\xe0\xa5\xa0\xd3\x95\x4c\xb6\xaf\xd1\x05\xb7\xb8\xeb\x2d\x7b\x0c\x0a\x00\x45\x93\x17\x73\x1d\x71\xf3\xa8\xed\xf3\x2a\xcb\xbe\x86\x5d\x0c\x51\x69\x92\x9b\x05\xc5\x93\x08\x34\xa7\xc8\x92\x05\x39\x3f\x15\x41\xde\xdf\xfd\x5a\x2e\xfe\xb8\xc3\x80\xbd\xa3\x10\x1e\x6e\x63\xd7\xc8\xd1\x2a\x9f\x8e\xfa\x51\x2a\x0a\x18\x38\xe3\xcd\x99\x88\x6d\x02\x18\x20\xc7\xa0\xf1\x40\xa3\xd9\x1a\x3e\x8b\x20\x96\x24\xe9\x12\x8b\x93\x0c\x2d\xf2\x26\x68\x73\x39\x13\x00\x7d\xd4\x98\xf0\x1a\x68\x09\xd8\x3b\x28\x5f\x2e\x31\x54\x60\xa7\x34\x16\x0f\x83\x03\x97\xff\xce\xc3\x54\x42\x75\xaa\x7e\x0e\x9a\xc8\xb1\x3a\x21\x31\xf8\x71\xfd\x29\xa8\xf0\x1b\x55\x9c\x6d\x31\x57\x08\x87\x54\x4e\x84\xec\x95\x5d\xf0\x0d\x79\x9f\x33\xcc\x3f\x91\x31\xee\xfe\x6b\x89\x97\xd8\xe0\x2c\xc3\x2d\x9b\x4b\x5c\x25\x5e\xe8\xc6\x0c\x2d\x08\x21\xcd\xd7\x15\x32\x11\xd5\x32\x64\x85\xf2\x3f\x3a\xda\x9e\xeb\x2e\xd4\xf4\x31\xc1\xcc\x41\xeb\x58\x87\x35\xfc\x82\xfe\x7c\x74\x4d\xc4\x4c\xf1\xc8\x6b\x8a\x55\xda\x3d\x62\x2a\x3f\xcc\x57\x0e\xc1\x17\x08\xa4\x63\x57\xc2\xaa\x6e\x4c\xf8\xe7\x9a\xb8\xd1\xc5\xff\x5a\xa2\x2c\x8e\xd4\x7a\x75\x6d\x70\xc4\x5e\x85\x5b\x50\x7c\x45\x5e\xaf\x38\x47\x8b\x97\x37\xa6\x62\x04\x23\x55\xa8\xa6\xc4\xe0\x1c\xd1\x4b\x3c\xf9\x2f\x59\xa4\x5e\x3d\x67\x5c\xb8\xda\xf1\x1a\x8b\x89\x05\x27\x8c\x13\x71\xf3\x5c\xb8\x9f\x83\x7e\x52\xbe\xff\xd1\x7b\x7f\xd4\x4f\x7a\x05\x78\x20\x9b\xe3\x58\x17\xc3\xdb\xe6\x76\x6f\xaa\x8e\xba\xb4\x7f\x0f\xe6\xd2\xc7\x19\x46\xdc\x6c\xee\x5c\xf1\xc6\x93\xc9\x17\xc3\x44\xa5\xeb\x95\xee\x0d\xa6\xaa\xf7\xe6\xd0\x53\x7c\x5d\xe1\xb0\xb1\x91\xf5\x0b\x58\xe9\xd4\xfd\xe7\xdd\x1e\xf1\x92\xca\x91\xfc\x1d\xa3\xd8\x8f\xeb\x71\xa7\x81\x6f\x40\x46\x00\xca\xf3\x48\xf6\x23\xb6\xbd\xb2\x3a\xee\x8f\x37\x8b\x50\xaf\x0c\x37\xb0\xe3\x54\xb9\x05\x75\x33\x16\xe8\x71\xc5\xc9\xd4\xef\x4e\xac\xae\x77\x4d\x3f\x17\x18\x5f\xbd\x21\x3c\x0f\xd9\x87\x06\xa7\x4e\xe7\x3a\x37\x26\x24\x40\x03\xf8\x09\x6d\x51\x3f\x43\x7e\xf5\x4b\x2c\xd4\xba\xea\x37\xa1\x68\xca\x72\xf9\x6d\x23\x4a\xb2\xad\x6d\x85\x2f\xb8\x01\x21\xd5\x0b\x43\xee\x95\x18\x4d\xdb\xaf\x5d\xf0\xd2\xdb\x02\x34\x72\x9d\x11\x38\x8c\x84\x5c\xff\x48\xd2\x73\x39\x3e\xc2\xe8\x1b\x75\x7b\xa3\xec\xcb\x23\xc3\xb6\xbe\x5e\x2e\x32\x32\x46\x02\xe7\xd1\x08\x38\xcf\xa2\x32\x9d\x0f\x83\xb7\x3e\x95\x4a\x68\x51\xda\x8a\xe4\xea\x06\xde\x5e\xfc\xfa\xb2\x7a\x0e\x60\x96\x3a\x02\x7c\xaa\xf0\xf9\x29\xb7\x63\xc9\xe1\xd2\xe7\x67\x10\xcc\x61\x56\x9a\x49\xbb\xbc\x94\xc6\x44\x17\x19\xbe\xa6\x06\xa5\x66\x32\xe6\xb3\x72\x5b\x4e\x1d\xf5\xba\xce\x61\x69\x7a\xe1\x7b\x39\x57\x33\xb0\x0a\x30\xa0\x89\x28\x60\x08\x66\x5d\x39\x15\xaf\xc7\x0a\xa7\xd7\x14\x73\xe3\x33\x6c\x42\x60\x7c\x50\x67\x45\xeb\x86\x4c\xd2\xa4\xcb\x04\xd3\x4f\x84\x33\x3a\xd7\xb1\x2b\x45\x78\x94\xf8\x8e\x21\x96\x36\xca\x5e\x2a\x14\x7d\x12\x7d\xcc\xbd\xbd\xf2\x22\xd8\x98\x73\x70\xf1\xb6\x07\x5f\x73\x27\xa7\xbc\xa1\x22\xd3\xa7\xa8\x74\x6c\xaa\xb3\xbb\x14\xe2\xa1\x18\x81\x42\xed\xa9\x0a\x7e\x8b\xef\xe8\xa3\x81\xfb\x51\x9f\x03\x87\xb9\x14\x97\xe6\x03\x59\xe3\xb4\xa1\x94\xd7\x43\x3c\x2a\xef\x22\xdd\x4d\xe4\xce\xa1\x5c\xdc\xf9\x2e\x8f\x18\xad\xe9\x0d\x4b\x2f\x16\x82\xf3\x98\xc0\x5b\x9b\xe6\x85\xeb\xdc\x7b\x58\xca\x21\x5d\x34\x99\xc4\x44\x89\x14\x33\x94\xbb\x53\x1c\xb2\x90\xaa\xa3\x42\xcd\x9c\x44\xa0\xab\x02\xe9\x4f\x70\x1e\x2b\xd1\xc1\xd0\xbc\xc0\x5c\x54\xb4\x70\x4d\xbc\xa1\x8d\xee\x1a\x31\x5c\xc5\xc0\x33\x7d\xaf\x2e\xc8\xfb\x26\x8c\xc6\x09\x56\x5c\x9c\xe6\x90\x0e\xac\x2f\x47\x65\xa8\xa5\x99\x5e\x71\x17\xce\x8f\x80\x0a\x3a\xe5\xec\x21\xab\x6c\x31\x29\x00\x38\x58\xc7\x16\x6f\x70\x65\xf9\xf5\xef\xc1\x3d\x3e\xd5\xae\xc4\x5f\x3e\xfe\xfc\xd3\x4b\xc4\xf3\xae\xed\x60\x7c\x4b\x26\x49\xf4\xfe\xaf\x8b\xe9\xff\xfb\x6c\x3c\x8f\xe0\x85\xba\x2a\xfb\xe1\xd6\x18\xb4\xe5\x51\x32\x8c\x3a\xf6\x90\x8d\xa4\x58\x83\x04\xd6\x16\x92\xc9\x70\xf8\xef\x30\x22\xd3\x08\x0e\x87\x4f\xff\x27\xec\x8f\x46\x3a\x38\xef\x6d\xad\x50\x0f\x46\xad\x56\x34\x82\xc3\xfe\xbf\xc3\xbe\x2c\xfb\x0c\xf6\xe0\x70\x34\x82\xc3\xa7\xff\x0e\xcd\x25\x65\xa4\x1e\xff\x43\x5f\xd6\xa8\xcc\x23\x65\xb1\x48\x69\x30\x23\x0d\x7d\x24\x0b\xf6\x60\xf4\x8f\x7f\x50\x59\x27\x5a\x20\x8e\xe6\x58\x60\x2e\x9b\x1a\x15\x77\x34\x5e\x69\xce\x5d\xa6\x49\x20\x53\x94\xe5\xd8\x03\x0b\xbd\x71\xc9\x2a\xb5\xbb\xc8\x68\x74\xe7\x48\x75\x73\xff\x0b\x46\x13\xf2\x29\x82\x82\x2f\x25\xe8\x7e\x4f\x0e\x03\xa9\x8b\x4b\x7d\x5f\x67\x6f\x26\x64\xe1\xff\x70\x8d\xb7\x5a\x5b\x03\x50\x3d\x82\xc3\x7e\x5f\x2e\x8e\xba\x19\x1c\x3e\x7d\x2a\x0f\x5b\xf5\xe6\x43\xcd\xb0\x6c\xe8\x7f\x57\x1a\x8b\x2a\x6f\x82\x53\xaa\xa7\xbd\xf1\x5e\xbe\x9a\xa1\xfc\xe4\x13\xca\xa2\x44\x4d\x61\xf1\x03\x9c\x63\x81\x92\x5b\x9d\xa8\xfd\x1d\x9a\xe3\x64\x87\x93\xd1\x9d\x5d\xe4\x51\xf5\xac\x89\xbb\x44\xd0\x9a\x7a\xf9\xeb\x9d\x2b\x34\x99\xf8\xee\xe1\x96\x58\x35\x39\x37\x28\x3c\x33\x58\x0c\xa0\x0e\x94\x83\x95\x29\xac\x18\x72\xdf\x03\x93\x8f\x8c\x0d\x52\x8d\xf6\x87\xef\x61\x15\x72\xe2\xa9\xa8\x25\x42\x6f\x32\x31\x2e\x98\x4c\x99\xeb\xb8\xca\x87\x94\x86\xca\xdc\xcb\x07\x6f\xe9\x1c\x07\xaa\x27\x68\x2c\x42\x11\x1a\x2a\x62\xe3\xa1\x28\x74\x4a\x6d\x6b\xe9\xe8\x0c\x10\x8d\x48\x46\xa1\x50\xee\xf7\x46\x4b\x9e\xae\x25\x33\x6e\xec\x38\x78\x0b\x1d\x52\xef\x34\xa4\x21\x51\x4b\x08\x6a\x1a\xad\x79\x02\x84\x8d\xfa\x37\x52\x2c\x3c\x6e\xc2\xd3\xca\x58\x2c\xd9\x37\x5a\xa7\xe4\x19\x7e\x06\x6b\xea\xc9\xa4\x07\xad\x88\x9e\xf4\x7b\x3d\xa8\x95\x50\x49\xbb\x5f\x35\xc6\x68\xf7\x35\x3b\x10\x11\x3a\x65\x91\xfa\x9d\x27\xc3\x28\x5f\x8e\xc7\xda\xb6\x42\xbf\x8f\xae\x11\xa7\x4a\x3f\x1a\x4d\x10\xbd\x54\x89\x79\x14\xee\x89\x60\x94\xe3\x31\xa3\x13\xc4\x6f\xa2\x11\x6c\x0a\x09\xc9\x30\xe2\x4c\x39\x57\xaa\xc0\x05\x9c\x65\xea\x0a\x3c\xfa\x44\xf0\xb5\x7a\x67\x4e\x7e\x34\x82\x0d\xa6\x20\x69\xf7\x8b\x35\xd9\x68\xc3\x1a\x22\xb3\x53\x1f\x79\x69\xf4\x96\xbc\x2d\x4a\xf3\x77\x8f\x67\xa5\xda\xd8\xbd\x7e\x31\xa9\x82\xeb\x2b\x04\x40\x4b\xa1\x65\xf3\x81\x32\x9a\x3d\xaa\xf9\xdc\xef\x98\xb7\x78\x38\x82\xdc\x9f\x5c\xaa\x27\xf7\xa8\xdf\x4e\x53\xd1\x55\x61\xf0\x4e\xa7\x7a\x3e\x55\x18\x04\x3c\xa4\x23\x87\x82\xf8\xe6\x53\xea\xb4\x8b\x7f\xee\x59\x4d\x1f\x30\xab\x33\x8c\x26\x3e\x2d\x97\xcf\x47\xda\x74\x6d\x9d\x16\x58\x55\x09\x32\x02\x7e\xe5\xaf\x76\x4f\xbc\xce\xde\x4e\xa0\x4b\xcd\xb3\x44\xb0\x61\x7a\x97\xab\x8b\x82\x8f\x18\xf1\xd7\xec\x9a\x9e\xd2\xb7\x94\x88\xa4\xdd\x83\xb2\xc3\xd6\x50\xe6\x0e\xf1\xbd\x2e\x66\xf8\xf2\xbb\x0e\x7b\x19\x47\x46\x95\x9e\x1c\x4d\xd8\x78\xa9\x25\xf6\xae\x04\x2f\xa7\xfd\x0b\xdc\x21\x07\x06\x10\x39\x43\x0f\x61\xde\xff\x05\xa3\x49\x6c\x6f\x22\xec\x8b\xba\x2d\x8c\xae\x42\xf2\x37\x28\x17\x17\x8c\x89\x18\xd8\x3d\x6d\x7b\xde\xfd\xd7\x12\xf3\x9b\x33\x9c\x61\x49\x10\xe2\x1f\x24\x5b\x38\xa4\x68\x8e\xd3\xda\x2e\x38\xca\x05\xe2\x22\x1a\xfd\x00\xa0\xd8\xa1\x36\xa6\x13\x59\x57\xf2\x01\xb8\xd3\xa9\x84\x26\xc4\xca\xd0\xf2\x8c\x5c\x64\x84\x5e\x1e\xf3\x4e\x87\x4b\xd4\x71\x0c\x5c\x23\x12\x80\xb9\x2c\x79\x35\x23\xd9\x24\xe6\x00\xd6\xaa\x1d\xac\x2f\x8c\x01\x5c\xff\x51\x80\x42\x4a\xd7\xe5\x0c\x35\x15\x84\x21\x9f\x3c\x59\xfa\x25\x63\x6b\xb2\x5e\xd9\x73\xe3\x6e\x5c\xd4\x0c\x4c\x94\x73\xfb\x57\xc7\x5e\xe1\x5b\x8e\x3b\xfb\x79\xef\xf9\x7e\xac\x5e\xaf\x91\x79\x0f\xd9\x21\xbb\xfe\x38\x9f\x06\x65\xde\xa0\xa4\x4b\x8f\x8c\x45\x9a\x93\x0c\xbd\xd3\xaf\xa4\xc2\xe1\x30\x52\x7a\x07\x18\x79\xbb\x48\x8a\x58\xd1\xbf\x8d\x97\x3c\x67\x3c\xe9\xfd\x5b\x64\x05\xaa\xb5\xa2\xea\xff\x92\xd2\xa9\x5c\x56\x4f\xf6\x93\xdb\xbf\x81\x43\xed\xe9\x31\xe2\xa1\xf5\x83\x8f\x22\x4f\xd4\xeb\x6b\x71\x50\x15\xb7\x25\x4a\x91\x77\xf3\xa6\xd4\x51\xbb\xab\xa1\x0d\x24\xc8\xad\xc4\xc5\x8d\x36\x91\x95\x15\xc3\xfb\x50\xbb\xa1\x1e\xd9\x98\xec\x47\x0b\x4e\x3e\x21\x81\x9f\x68\xf5\x70\xf5\xf3\xae\x19\x79\xbe\x9e\x87\xe4\x97\x95\x21\x1a\x8a\x48\x15\x9b\x2a\x26\x69\x1f\x6e\xe8\x5f\x8c\x8b\x98\xa6\xfc\x9e\xc8\xf1\xdb\x39\x18\xdf\x7e\xdf\x01\xe3\x0b\x95\x21\xb6\x32\x61\x5c\x4d\x98\xf1\xcb\x5e\xeb\x26\x2d\x54\xc9\x9d\x12\x08\x19\xf2\xb2\x7d\x1a\x21\x18\xca\x21\x34\xa8\xb8\x48\x27\x5f\x20\x73\xd0\x40\x8f\xcd\xc6\x2e\x6e\x4c\xd1\x37\x11\x24\x1e\x0c\x7b\xa3\xa0\xc5\x2e\xc9\x25\xb5\x51\x36\xbb\x4c\x85\xc0\x4c\x59\x57\xaf\x32\x80\x58\x3e\xad\x56\x51\x14\x4e\x18\xd6\xc4\x57\x2e\x97\x04\x5a\x10\xa1\x8c\x6a\xd6\x31\xd4\x5b\x21\xba\xaf\xc6\x57\xe3\x6e\xd9\xd3\xaa\x31\x66\x35\x69\x5a\xf5\x3e\xc7\x55\x01\x07\x15\x00\xbc\xa2\x18\xab\x46\x4c\xe7\xbe\x72\x90\x6e\x35\x99\xb3\xe5\x1c\xd1\xda\x54\xee\x33\xb0\xfd\xe1\x50\xe7\x3e\x03\xdb\x3e\x03\xdb\xef\xcc\x4c\x59\x4c\xb1\x2e\x55\x10\x4d\x9f\x9c\x1f\xae\x8e\x0e\x9f\x5c\x1e\x54\x83\x59\x94\xf9\xdd\xfa\x8a\x50\x90\x69\xbc\x8e\x48\x28\xbf\x7f\x9e\x72\x47\x24\xf4\x04\xd8\x08\x25\x51\x64\xac\xcc\x78\x57\xb0\x9f\xd8\x35\xe6\xaf\x90\x89\x9a\xbc\xc8\xd0\x18\xc7\x14\x46\xad\xc8\x0b\x02\x3f\x9e\x21\xfe\x42\xc4\x3d\xd0\x15\xec\x97\xc5\xc2\x96\x3f\x24\x66\x8b\xf7\x41\xf1\x80\x2c\x47\xeb\xb1\x6a\x26\xfb\x36\x46\xf9\xa6\x14\x4a\x2b\xe1\xbc\x5a\x5f\x88\x98\x7d\xc9\x14\xac\xb8\xeb\xfa\x57\x5d\xf6\xaa\xb9\x4c\x49\xd8\x0e\xfc\x1a\xf4\x21\x89\xf6\xd6\x4f\xb4\x20\x22\xc3\x9b\x73\x02\x7a\x9e\xcb\x4a\x7f\xc8\x69\xb6\xdd\xdb\x78\x96\x5d\x85\xaf\x35\xc9\x7c\x49\xc7\x2a\x73\xfe\x9e\x47\xd8\xf3\x08\x7b\x1e\xe1\x4f\xc2\x23\xf8\xc1\xaf\x7c\x2a\xfe\xac\x96\xa5\xd5\x9d\xa1\x34\x4d\xc9\xa0\xff\xef\xbd\x84\x40\x94\xf2\xe1\xd3\x11\xcc\xcb\x2f\x68\xb5\x42\x70\x99\xe6\x03\x76\xf4\x2c\x61\xf7\x49\x8b\x26\xef\x36\x2d\x19\x81\x4e\x87\xda\xdb\x9d\xe5\x20\x1f\x94\x8e\xdd\xb4\x9b\x2f\x2f\x74\xb1\xb8\x07\x97\x00\x46\xdd\x6e\x37\x02\x49\xfd\x7d\xb2\x13\xd7\x63\x71\xdf\x17\x4e\x1d\xbb\x1e\xd9\x2e\x25\x9b\xb2\x35\xeb\xe0\xd5\xfa\x43\xd2\x34\xd7\xbf\x8d\x89\x5a\x59\xe3\x0b\x53\xb5\x06\xaf\xb5\x3d\x51\x73\x3e\x40\xe2\x3b\x0b\xd0\xf6\x07\xb8\xd0\x8d\x22\x9f\x4c\xb5\x4b\x32\x15\x44\xce\x27\x9f\x17\x78\x2c\xf0\xa4\x85\x5a\xba\x06\x6c\x5d\x32\xd1\x42\xa5\x33\xb8\x66\x00\x5c\xc2\x9c\xaa\xe0\xb0\x99\xe2\xa9\xce\x35\xee\x37\xcc\x9f\x76\xc3\x38\x49\xf3\x49\x3c\x48\xfe\xbf\xd5\x3f\xf2\xd5\xd1\xea\x1f\x4f\xc0\x3f\xce\x9e\x5c\xc2\xb0\x9b\x49\x45\xf0\x2c\xc0\x76\x5b\x8e\x93\xf9\x7e\xbb\xfd\xc9\xb6\x1b\x27\xf3\xed\x10\x53\x90\x63\xd8\x6f\x95\x3f\xc1\x56\xa9\xa0\x96\xc0\x8e\x61\x59\xa6\x2d\x11\xfd\xeb\xe2\xfa\xb7\x20\x9f\xb9\x51\x4d\x77\x1d\x1d\xaa\xa7\xf7\x26\x99\x60\x2a\x88\xb8\x59\x5f\x82\x62\x3c\xc9\x8f\x38\xb6\xc1\xa1\x1f\xd1\x57\xd5\x9d\x03\xec\xc2\x6a\x07\x72\x32\x7d\xc1\xcc\xa1\xa0\x4c\x71\x33\x23\x79\xf7\x0a\xdf\xa4\x42\xff\x9c\x91\xc9\x04\xd3\xb4\xdd\xd7\x8f\x44\xe0\x79\xca\xcd\x6f\x3a\xc1\x9f\x53\x6a\xc2\x29\x89\x9b\x0c\xa7\xc4\x4b\xc1\xc5\x62\x70\x5b\xf8\xc9\x74\x37\x08\x9c\x16\x36\x9f\xba\x50\xa9\x11\xcc\x14\xd9\xf8\x08\x38\xcb\x7e\x52\xd5\xab\xef\x39\xba\x7e\x2b\xf0\x3c\xaf\xbe\x25\xcd\x57\xf9\x98\xb3\x2c\xfb\x09\x4f\x45\xe8\xfd\x47\xb6\xa8\xb5\x97\x11\x4c\xc5\xaf\x64\x22\x66\xa1\x0f\x7f\xc1\xe4\x72\x56\x83\x64\xcc\x2f\xce\x4a\x8d\x99\x71\x73\xd5\xef\x8d\x3d\x4a\x73\x58\x79\xe9\x51\xeb\xbd\xfd\x19\x2d\x6a\x09\xb1\x74\x1a\x3b\xcf\xc2\xcc\x85\x06\x51\xef\x2e\xb1\x78\x21\x04\x8f\x23\x3d\x7d\x11\x38\xa8\xcc\x66\x69\x70\x6e\x4f\xff\x00\x27\xff\xb3\x39\x39\xbd\x55\x15\x9a\xfe\x74\x94\xe1\xa9\x28\x83\x67\xb8\x39\x5b\x53\x5a\xb0\x85\x2b\xec\xcf\x64\xbd\x38\xce\x05\x99\xab\x40\xec\xd7\xf2\x7b\xad\x8e\x99\xe4\xf5\x95\x66\xaa\x40\xad\x5b\x3a\xaa\x6a\x1a\xec\x97\x8e\xb1\x19\x69\xb7\x4f\x3c\xc9\x3f\xb8\xd3\xde\xd8\x85\x5e\x88\x8a\xd5\xaa\xfa\x86\xd0\x4b\x1b\xf1\xe5\x9c\xe4\xff\x99\x91\xf9\x1c\xf3\xa7\x31\x18\x18\x57\x36\x8e\xe9\x44\xae\x4e\x52\xf3\xce\x53\x21\xc5\x0a\x38\x21\x93\x0f\x78\x8c\xc9\x27\x2c\xfb\x96\xaf\x31\x1f\xb4\x9b\x61\xb9\x90\xdd\x53\x7b\xbc\xfa\xea\x4c\x0d\xe9\x3d\xd3\xe1\xa7\xe2\x0d\x63\x84\xa9\x93\x61\xad\x0b\xd5\x83\xb1\x90\x53\x8a\x98\xd3\x8b\x1c\xf3\x4f\x98\xdf\x5b\xc0\xe4\x5f\x92\x2d\xea\xf9\x4e\x98\x1c\x97\xf9\x1d\xd5\x67\x37\x2a\x40\x01\xbd\x91\x04\x22\xde\x94\xe7\xbb\xba\x72\xf2\x83\xb5\x4c\x0b\xef\x77\xd5\x49\xdf\xa5\xcc\xe2\x84\x76\x9a\xe2\xdf\x7d\xdc\x75\x3c\x85\x2b\x7e\x5f\x2f\x54\x08\xd3\x32\x3e\x9d\x1e\x8b\x8a\x77\xd7\xe9\x28\x8f\xc0\x7a\xff\x1a\xef\x76\x58\x0a\xbb\x16\xd5\x2d\x14\x4a\xb5\x54\x39\x53\x95\xec\x3c\x61\x04\x71\xe0\xb8\x11\xdc\xe9\xc4\x38\x5d\x20\x9e\xe3\xb7\x54\xdd\xb9\xf5\x40\x03\xdb\xe8\x72\xde\xf8\xcb\x4f\x11\xc4\xc0\x06\x7f\x59\x8f\x63\xca\xf6\x84\x52\x35\xba\xf6\x44\xa3\xbd\x8f\x6c\xa1\x8b\x35\x9a\xfb\xc8\x16\x72\xca\xcb\x79\x79\x55\x62\xf2\xb5\xb9\x89\xdc\x7e\xed\x7a\x78\x3f\x6e\xa0\xbc\x00\x42\xf3\x3b\x5d\x27\x1c\x92\xe5\x54\xa8\x30\x0d\x7c\xd4\x5f\x64\x11\x8d\xf8\x82\x65\xf4\x27\x83\xb2\xf4\x28\xbd\xcf\x3a\xa6\x8c\xdc\x2b\x1f\x14\x92\x6a\x1c\x44\x33\x01\x92\x2c\x55\xd1\x8d\x37\x27\xb1\x3b\xcc\xaa\x5c\x70\xdf\xa8\x8d\x1c\x0e\x9a\x60\x3e\xc2\xc8\x04\xda\xb0\x84\xca\x9b\x52\x77\x5f\x81\xcb\x30\x2d\xf5\xaf\xa9\x97\xce\xd1\x64\xc3\x4f\x2b\xe4\x13\x66\x41\x02\x3a\x6e\xae\xa0\xe2\x6c\x5e\x88\xb8\xbe\x3d\xeb\xfb\xa7\x49\xd1\x42\xcb\x0b\xa7\xa1\x3d\xb2\xa4\x5f\x0c\xfe\x24\xf5\xa7\x71\x96\xfe\x8c\xc4\xac\x3b\x27\x34\x1e\x43\x9f\xe4\x83\x83\xf1\x51\x3a\x83\xd3\x43\xf9\x5f\x59\x68\x7a\xe8\x17\xf2\xec\xd1\x27\xe5\x8a\x1c\x8d\xf5\xdc\x2e\xd2\xe1\x48\x29\xed\x45\xda\x3b\x16\xcf\xa7\xc7\xe2\xf0\x10\xb0\x74\x7c\x28\x20\xaa\xe9\x4c\x27\x5d\x7d\x8b\xf0\x42\xc4\x0c\x00\xb8\xec\x74\xe2\x3c\x5d\x0e\xd1\x08\xc0\x7c\x10\xd3\xe6\x94\x4c\x19\x9f\x23\x21\x91\xa2\x0a\x9c\x1a\xb3\x0d\x47\x5f\xba\x91\xe7\xce\xb3\x92\xd6\x5e\x6b\x2e\x56\x45\xe5\xaa\x7e\xb8\xc2\x37\x11\x44\xb5\x97\x6a\xf9\x23\xc8\x00\xcc\x86\x68\x94\xe6\x20\x59\xe8\x5b\x34\x06\xbc\xc1\x7b\x0c\x9b\xcd\xac\x2f\x67\x43\x32\xe6\xd9\x30\xce\xbd\x01\xe6\x43\x31\x02\x92\xa9\x1e\xc9\xaf\x0b\x7b\xfb\x71\xcb\xd2\x45\x77\xc1\x16\x86\x6d\x9b\xa7\x95\x29\x3b\xa8\x4f\xe8\x1c\xc0\x47\x9e\xb5\x7b\x26\xa7\xfa\x5a\xe0\x79\x04\xe7\x77\xcc\xbb\x9e\x4b\x1d\x36\x2b\x5c\xa8\x17\xee\x56\xa4\x51\x58\xd2\xea\x1d\xb7\x26\x24\x5f\x64\xe8\x26\x69\x51\x46\xf1\x71\xe4\xaf\xc7\xc2\x5f\x05\x39\xb7\x43\xa1\x7d\x36\x3f\xdd\x33\xb1\x9f\xbe\xe8\xc4\xe6\xea\x1a\x8b\xc4\x08\x7e\x82\x4c\x4e\xa9\x1e\xb7\xcf\xdf\xfb\xde\xea\xb9\x09\x78\xe0\x78\xfc\x4c\x7b\x24\x58\x2e\xb2\xe9\x91\x60\xdc\x3a\x34\x53\xf9\x8e\x4d\xb0\x17\x43\xd2\xa7\xce\xb5\xe8\x19\x4d\xf2\x3d\x68\xbe\x52\x45\x13\xec\x08\x49\x89\x9a\x3a\x1d\x51\x7b\xfb\x91\x2d\x56\xab\xb8\x1e\xb3\xac\x46\xb1\xe1\x9a\xef\x86\xc4\x9a\x59\xa9\xb1\x24\x2a\xc6\x96\x9e\x55\x49\x5e\xee\x18\x8e\x2f\x4b\x94\xac\x43\x55\x5c\x50\x57\x90\xcd\x7e\x7a\x55\xc3\x1d\xf5\x81\xdc\xdd\xd7\xaa\x0f\x34\xda\x55\xdf\xe1\x69\x2d\xfe\x40\x21\x07\x16\xff\xf5\xe1\xd7\xf1\x7f\x21\x12\x0e\x39\x20\x77\x6d\x04\xef\x8e\x3c\xa0\xc7\x49\x91\x20\x9f\xf0\x91\x5e\x7e\x1d\xed\x50\xf9\xe6\x0f\x87\xd6\x4f\xe1\x28\xd7\xa6\x2f\x3e\x03\x09\x7d\xee\xce\x3e\xe8\x0d\x11\xc1\xa8\xbe\x47\xa2\x91\x75\xf8\xa8\xf0\x38\x2e\x84\x81\xbf\x39\xeb\x2f\xe5\x8e\xbc\x2b\xb8\x41\xa5\x69\x13\xe3\xe0\xae\x50\x08\x8d\x9e\xd9\xa8\x08\x77\xb9\x93\xf8\x91\x04\xfe\x43\xc7\x37\xc0\x68\x3c\x8b\xca\x61\x49\xfc\xb1\x3e\xb0\x41\x3d\x18\xc1\x7f\x78\xb1\x06\x9e\xc1\x3e\x1c\x9a\xc7\x91\x0d\x32\xd0\xff\x77\xf8\x54\x77\x5c\x7e\x54\x48\x5c\x4d\x82\x79\x56\xb8\x7e\xa4\x4a\xff\xef\x86\xc3\x48\xdf\x7a\x8c\x7c\x05\xbf\x92\xed\x0e\xcc\x86\x91\x08\xee\x00\x1a\xd8\x9d\x77\x2a\x1f\xed\x35\x08\xa2\xf9\xdd\x7a\x46\x35\xdf\x47\x8b\x32\xed\xef\x57\xbc\xcd\x6e\xde\x60\xab\xd6\x2d\x10\x10\x47\xec\x13\xe6\xd3\x8c\x5d\x6b\x41\x4f\xc7\xdd\x27\x6b\xd5\x73\x61\x6d\x5c\x45\x7f\x13\xd4\xcf\x04\x94\x48\x4d\x45\x91\x79\x83\x28\x99\xab\xb8\x17\x6f\xe4\x96\xa9\xa9\xe2\xb4\xde\x63\x03\x0d\x89\xaf\x6a\xab\xa9\x0b\x7c\xdc\xd2\x14\x38\xef\x92\x5d\x1b\x7d\x5e\x2f\x76\x16\x77\xc6\xca\x0f\x69\xfd\xd4\x3b\x1b\x38\x5d\xc5\x3c\x33\x5f\x94\x67\xa2\x6e\x5a\x39\x8c\x6a\xee\x03\x78\x6f\x2a\x92\x97\xd1\xbe\xde\xd0\xb1\x5e\xd3\x37\x9c\xcd\x55\xff\xec\x17\x81\xb8\x38\x33\xb8\x0b\x8f\xaf\xcc\x74\xfe\xb2\x08\x2a\xb9\xb6\x81\xbf\x91\x7e\x49\x07\xd3\xac\xb4\x7f\x87\x12\xb4\x80\xe5\x90\x7d\x50\x74\x10\x57\xe6\x4b\x6d\xeb\xae\xdd\xcc\xa9\x59\x8a\x08\x36\x0b\x0d\xe9\x28\x8d\x04\x5b\x8e\x67\x91\x8d\x72\xbc\x06\x06\x5a\x0a\x16\x41\xe5\x00\xe1\x8e\x35\xa8\x34\x0b\x7b\xb0\x07\x02\x6d\x74\x17\x46\x61\x92\x46\xe8\x22\x67\x99\x8a\xa7\x10\x28\x96\x79\x27\xa1\xfa\x45\x94\x07\xa2\xfa\xe1\x82\x09\xc1\xe6\xe1\x6f\x5c\x1f\x36\x33\x67\x6b\x54\x14\x81\xb9\x6e\x74\x9a\xe3\x0c\xe9\xcc\x0b\xeb\x4b\x6b\x1d\xc4\x1a\x0d\xc4\x61\xb4\xf8\x7c\x57\x65\xa3\x9d\x58\xa7\x9b\x50\xd5\x0b\xd8\xdc\x63\xcd\x73\x2e\x87\x4a\xf0\xe4\xcc\x57\xe0\x54\x0f\xa9\xd3\x0f\xd4\x8b\xd6\x0b\xd6\x4f\xf7\x8f\x69\xcf\x05\xaf\xb6\xbd\x5f\x57\xd7\x26\x82\xa8\x36\x62\x14\x58\x4d\xce\x39\xd4\xa3\x12\xf9\xac\x93\xff\xe5\x8b\xb5\x9d\x0a\x56\x57\xb9\x53\x6b\xe7\x7d\x4d\x10\x66\xef\xa6\x15\xdc\xe2\x6e\x5e\x39\xa0\xbc\x6a\xcd\x07\x6e\xaf\x09\x9d\xb0\xeb\x2e\xc7\xff\x5a\xe2\x5c\xbc\xa8\xa0\xec\x01\x6e\x20\xf1\x60\xb9\x58\x0a\x16\x8d\xa2\xb9\x8e\x50\xcc\x96\x4a\x43\xf7\x7f\x83\x42\x21\x96\x06\xd6\x08\xec\x84\x0a\x9c\x4e\x27\xbe\xb3\x8f\x1a\x60\xbd\x43\x01\x40\x20\x51\x71\x36\x5d\x9f\x42\x45\xee\xa2\x5c\x72\x05\xee\x9b\x7c\x87\x4f\x44\x8a\xbd\xe5\x54\x4e\xed\xe5\xf6\x54\xa9\xb0\x4a\x99\xab\xb1\x79\x3a\x1d\x1e\xfe\xa8\xe5\x32\x65\x48\xbc\x76\xdf\x85\xbe\xc8\x7d\xce\x6d\x66\x63\xdc\xf5\xe5\x5c\xe6\x9e\x35\x89\x87\x48\x76\x8e\x94\xfa\xc6\xb2\x6c\xa7\xc3\x6a\xaf\xff\x62\x14\x90\x31\x2a\xbb\xe4\xf3\x10\x24\xc4\x43\x30\x00\x63\xba\x5a\x21\xe0\xc7\x85\x56\x99\x02\x45\x3d\x87\x0c\xb5\x1a\x5c\x5f\x8e\x95\x7c\x15\x44\xe6\x4b\x9d\x19\x8f\x09\x64\xc6\xe2\xe5\x1e\x23\xbd\x92\x9b\xd3\x37\x0e\xf9\x93\x4b\x4e\x26\x55\xde\x50\x7f\x39\xba\x20\xf4\x68\x81\xc6\x57\x98\x3f\x99\x92\xcf\x78\x72\xa4\x4b\xde\xcd\x17\x5e\x62\xaa\xed\x14\xee\xe7\x0b\x7d\xa3\x57\x58\x89\xa0\xd0\x3b\xe6\xcf\xad\x12\x54\x99\xcc\x9a\xd0\x36\x62\xc8\x47\x07\xb4\x5b\x26\x56\x4f\xfd\x87\xd5\xaa\xdd\x87\xb4\xeb\xa7\x61\x97\xeb\x63\x32\x16\x12\xda\xa2\x9d\x4e\x4c\xbb\x36\x11\x7b\xda\xee\x01\xb8\x8e\x37\xa5\xdd\x2b\x7c\x03\xe9\xc3\xd2\xd4\x05\x6f\xc0\x63\x70\xeb\x5d\x86\xab\x1b\xf7\xc7\xbc\x08\x37\x9a\x65\xb3\x6d\x2f\x88\xb6\x51\x76\xf7\xd5\xba\xb0\xec\x95\xba\xe8\x26\x90\x41\xe4\x7c\x7c\x52\x0c\x63\x96\x0e\x6f\xaf\xf0\x4d\x12\x55\x54\xee\x7a\xf8\x4d\xe3\x93\x5b\x45\x4d\x13\x0c\x8d\xc2\xcb\x36\x6a\xe8\xa4\x8a\x6c\x58\x40\x0d\xd0\xa8\xa8\x9b\xc0\xac\x61\x82\x1f\xdf\x56\xc2\xf8\x44\x72\x72\x91\xe1\x33\x49\x1f\x08\xbd\x7c\x2b\xeb\x6b\xeb\x02\xe0\x80\x5a\x9e\x20\x0c\xb7\x09\xd3\x96\xd7\x66\xeb\x16\x8a\x1a\x45\x08\x44\x13\x80\x29\xaa\x3b\x83\x4b\x10\x7a\xc0\x9b\xc1\xb0\x65\x1b\x40\x94\x8e\x7d\xf3\x09\xd2\xf7\xe1\x7f\xd3\xd3\xf4\x2b\x11\x33\x89\x6c\x94\xf5\x45\xbb\x57\x02\xad\xa9\x05\x83\xe0\xa9\x4d\x52\xa8\x60\x97\x93\x6a\x3e\x42\xa6\x3f\x98\xc1\xdb\xb7\x48\xbf\xb5\xc3\x31\xaf\xcb\xb8\xae\xdc\xa8\x24\xdf\x93\xcf\x38\x53\x8d\x83\x58\xed\x38\x50\x14\x23\xd0\xe9\xd0\x98\x78\xf9\xfa\x99\x42\x7f\x34\x26\x10\x01\x88\x8b\x78\x7b\x4c\x37\xf7\xb0\xd8\xdd\xf8\x2e\x9f\xe1\x6c\x7a\xa4\x84\x98\x3d\xc2\xfb\xb6\x11\x9e\xc1\x53\xd6\xc4\xa7\x89\xf1\xfe\x2c\xc8\xce\xcb\x41\x1b\x44\x77\x3a\xdf\xc9\x1e\xe1\x7d\x47\x08\x6f\x81\xf9\x18\x53\x81\x2e\xb1\xfc\xba\x9c\xd3\x7c\x8f\xf8\x7e\x47\xc4\xf7\x78\x46\x8f\x07\x74\x93\xd8\xa9\xce\x59\x8d\xa5\xc3\x11\x44\x69\x0f\xe6\x69\xef\x38\x7f\xce\x8f\xf3\xc3\x43\xc0\xf4\x0d\xb1\xc1\x6a\x2a\xf9\xb7\x41\x6c\x04\x9a\x8d\xa5\xde\x16\x00\x1e\x1e\xa2\x1f\x53\xeb\x33\xd6\xe9\xc4\x28\xed\x19\x93\x07\x7b\x72\xf2\x94\xad\xc3\xbf\x0c\xf6\x7b\xbd\xc7\xc1\xc0\xaa\xa1\x2f\x8e\x83\xfb\xbd\xde\x17\xc3\xc2\x12\xd6\xf7\x8a\x87\xd5\x3c\x7d\x49\x4c\xac\x27\xde\xe2\x62\xb7\xd5\x86\x78\xd4\x35\x1b\x34\x80\x91\x4d\xa5\x5c\x9b\x8b\x4c\x33\xc6\x78\x4c\xba\x9f\x9f\xf4\x7b\xbd\xff\x21\x42\xb8\xda\xe1\x50\x83\xb0\x6f\x3f\x27\x39\xbc\x49\x48\xf7\xa6\xf8\x0a\xa8\xbb\x6e\xcb\xbd\x77\x33\xf8\xa2\x6e\x06\xd6\xbb\x16\xd2\x54\x4e\xd5\x01\x4f\x4b\x2f\x6d\xe5\x1c\x5d\x06\xad\xa6\x03\x9b\xcc\xc8\x86\x72\xc6\x77\x47\x24\xbd\xd7\xdc\xfe\x71\xc3\x04\x63\xdf\xa2\xa2\x4b\xf2\xd7\x84\x8b\x1b\x49\x26\xab\x1f\xd8\x35\x35\xbf\xb0\x3e\xb4\xf8\xba\x9b\x8f\x67\x58\x36\xe3\x19\x05\x54\x2a\x41\xec\x05\xb5\x86\x91\xb5\x07\x26\xf4\xb2\xf5\x89\xa0\x56\xdd\x1e\xf3\x1e\x87\x89\x35\x4c\xc5\x76\xd7\x95\x5f\x3c\xb4\x54\x9d\x53\xab\xe4\xf6\x2f\xb1\x92\x43\xf7\x89\xbd\x29\x39\x16\x6c\x91\xf4\x8e\x33\x3c\x15\x49\xef\x38\x72\xe4\xec\x30\xad\x5e\xc5\xbc\x3a\x3b\x03\x31\xee\x7e\x86\xb8\x7b\x03\x20\x39\x4c\x35\xb6\x4f\xa2\x43\x7e\x18\x2d\x3e\x1f\x1b\x1a\x16\x1d\x52\xf5\x18\x15\x65\xa7\xaa\x28\xe9\x71\x7b\xf6\x6f\xcd\x8e\x6d\xbc\xba\xde\xa5\xf1\xd7\x3b\x0b\x95\x1b\xe2\x50\x3c\x42\x12\x63\x9d\xcc\x12\x77\xc7\x79\x7e\x6f\xc9\x1e\x28\x8c\x55\xc9\x30\xba\xc6\x17\x57\x44\x72\xc6\xbf\xda\x1f\x73\xb9\x3b\x7f\x66\xbf\x45\x30\x3a\x8d\x46\x90\xa7\xc3\xe8\x48\x97\x3a\x8a\x60\x74\x34\xcf\xf5\x1f\xf6\x9b\xfa\xcb\x8e\xa2\x11\xa4\x69\x28\x6a\xa1\x8d\xe9\xda\xe9\xb8\xe8\xae\xf6\x87\xb9\x7b\x5a\xff\x45\x8f\xb9\x12\x0b\x48\xf2\x9a\x9a\xb5\x23\x83\x5a\xd4\xb3\x39\xce\xc8\x6f\x38\xc6\x20\xc1\x07\x64\x1a\xb3\x96\x64\x98\x5d\x48\x10\xc7\x14\xa2\x74\x4d\xb4\xb4\x98\x01\xc3\x28\x3a\xce\x3d\xb7\x9c\xfb\x32\x15\xc3\x7c\x74\x88\x24\xe0\x65\x05\x30\x19\x70\xf9\x05\x27\x4b\x15\x83\xae\x9e\xbf\xe4\x0e\x43\x84\x0d\xf0\xc0\x7d\x36\x09\x0f\xdf\x55\xae\x3f\xd6\x96\x3c\x45\xfe\xdb\x8f\xf2\x87\x3c\x9d\x4f\x5f\xa7\x79\xf0\xc3\xb3\xd7\xe9\x32\x04\xe7\xd5\xd9\x59\x9a\xad\x01\x25\xbf\x8d\xd7\x40\x93\xdf\xa6\xfe\x37\xf9\xc2\x7b\x4c\x71\x37\x5f\x2e\xd4\xbc\x3d\x7d\xed\x3d\x3c\x7b\x1d\x08\x90\xe7\x9d\x03\x60\x52\x7e\xcb\x56\x22\x00\xa9\x2e\x50\x37\xbb\xf0\x8b\x90\xb4\xdd\x0e\x16\x5a\x60\x9e\x2f\xb0\xca\x81\x7f\xca\xc9\x25\xa1\x91\xe4\x83\xbc\x8e\x90\x03\xbd\x45\xdb\x6d\x5a\x6e\x5e\x64\xd9\x64\xec\xdf\x32\xeb\x3b\x55\x7b\xbc\xd5\xfd\x32\xd7\xd7\xac\xae\x62\x5e\xab\x38\xa4\xa3\x74\xa2\xee\x4d\xca\x32\xcb\x40\x99\x59\xad\x4c\xe6\x8b\x4a\x91\xc2\x96\x7e\xbe\xf3\xc5\x67\x85\x47\x23\xe0\x7c\x05\xd5\xbb\xc8\x83\x30\xae\x40\x28\x33\x44\xc1\xc8\xab\x36\x51\x85\x60\x54\xa9\x39\xdd\xa4\xe6\x2c\x54\x73\x52\xa9\x39\x47\x82\x93\xcf\x71\x1f\xb6\x7a\xea\x5f\x1f\x56\x72\xb6\xc3\x56\xa5\xfb\xc0\x07\x34\x0b\x00\x7a\x36\x29\x41\x39\x80\xcd\xc7\x3b\x9a\xd0\xa5\x64\x43\x95\x7d\xc9\x8c\x11\x36\x19\x2c\x13\x36\xc8\x13\x74\xe0\x6f\xe1\x85\x31\x23\x26\x83\x69\xc2\x06\xe3\x24\x3b\xa8\xed\xf7\x79\x88\xf4\xcc\x17\x2c\x97\x62\x7f\x20\x18\x47\xc6\xf2\x25\xc7\x47\xa8\xe1\x8d\xf9\x78\x46\x89\xe7\xe7\x19\x43\x13\xcc\x21\x4f\x6f\x5f\xbc\xfa\xf8\xf6\xf4\x9d\xca\xea\x5d\x1c\x98\xfe\xcf\xc4\x3c\xbb\x40\x3c\x7f\x72\x85\x6f\xae\x19\x9f\xe4\xf5\x5e\x13\xda\x12\x26\x9b\x18\xbf\x19\xf0\x54\xa8\x1b\x62\xc2\xdd\x0c\xdc\x0b\x01\x58\xa3\x34\xce\x96\x42\x39\x39\x6f\xd5\xa6\x8a\x1b\xd7\x68\x75\x63\x58\xc0\x06\x3e\xe2\x5d\x3d\xfe\x7b\x02\x6a\xde\xb1\x9e\x97\x58\x1c\xa9\x79\xd7\x51\x7e\x8e\x10\x9d\x1c\x2d\x73\x7c\x34\xc1\x78\x71\xa4\x32\x9e\x1e\x4d\x39\x9b\x1f\x29\xeb\xbd\xc7\xce\xa0\xa2\x3d\x37\x78\x8a\x87\xbd\x91\xbe\xfb\x7e\x9a\xa6\x2e\x52\xd0\x40\xa4\x78\xd8\x1f\x25\x31\x55\x7f\xa1\x7c\x7c\xea\x52\x1e\xdc\x8e\x97\x9c\x63\x2a\xfe\xa6\x1a\xe1\x2a\xc5\xea\x4d\x22\xe0\x32\xc7\xaf\x31\x5e\x9c\xc8\xa1\x25\x34\x18\xcc\xb5\x39\x5d\xf6\x2f\x5a\x2c\x30\xdd\x38\x4b\x51\x48\xa4\xdc\x34\xae\x18\x91\xe2\x9a\x0a\x2d\xc6\xd4\xff\xb4\x1a\x66\x6c\xf3\xe8\x4f\xf9\x82\x63\x34\xf9\x5d\x03\x3f\xed\x18\x53\xed\x81\x03\xff\x43\x84\xbd\x2a\x75\x94\xf7\x45\x8d\x26\x65\x40\x33\xfe\xd0\xa8\xd1\xbc\x19\xd6\x8c\xdf\x19\x35\x9a\x97\x31\xcd\xf8\x9d\x51\xa3\xf9\xf6\x91\xcc\x38\x18\xe8\xb1\xb9\xa8\xd1\x15\x26\xfb\x71\x82\x82\x31\x3b\xff\xbb\x06\x3b\x0f\x05\x7a\x2b\x7c\x86\xcb\x05\x66\x4f\x79\xb9\x3e\x3d\xa7\x0d\xa3\xe9\x70\x64\x89\x79\x99\x5b\x2b\x26\x60\x27\xa5\x8c\xc6\x43\x8a\x7f\x0e\xd0\xc9\x3c\x18\x7c\x0a\xf9\x1a\xb4\x7c\x2b\xb4\x37\x9e\x2d\xe9\xd5\x3e\x9e\xe2\x3e\x9e\xe2\x3e\x9e\xe2\x1f\x85\xb0\xfc\x11\x63\x2e\x2b\x34\x91\xb2\x75\xce\x07\xda\xb9\x14\x7d\x86\x44\xff\x1c\x63\x92\xf9\x91\x41\xbc\x7c\xce\x35\x8f\x70\x96\xd2\x98\xc3\x1e\x80\x28\xed\x95\x01\x99\x2d\xf2\x10\x40\xdd\x97\x59\x4d\x0a\x80\x6d\xb4\x5a\xb1\xe7\x7d\xb3\xe0\xc6\x39\x55\x23\xc6\x1e\x5c\xa6\x47\x7d\x98\x79\xd3\x40\x62\xf4\x84\x01\x70\x9c\x3f\x47\xc7\x20\x1b\x1e\x1e\x2e\x47\xa9\x30\x1b\x3c\x87\xf9\x61\xca\x9c\xce\x3a\xab\x84\x2e\xa9\xa2\xd7\xb8\xa1\x20\x57\xe1\x27\x9f\xba\xca\x2c\x56\x51\x28\xf9\xb0\x3f\x02\x05\xb8\xd7\x39\x6c\x3d\x32\xde\x2e\x63\xde\x1e\x1d\xef\xd1\xf1\x1e\x1d\x7f\xf3\xe8\xd8\x97\x28\x9a\x41\xea\xcd\xae\xac\x9e\x62\x0e\x06\x3c\x19\xf2\x11\xe8\x4e\x49\x26\xea\x28\xaa\x12\xd2\xb6\xcc\x72\x89\x95\x0d\xf4\x2e\xc8\x5f\xa3\xa5\x2f\x1c\x79\xf6\x6e\x34\xb8\xdc\x2d\xca\xf7\x5e\x16\xdf\xcb\xe2\x7b\x59\xfc\xfb\x97\xc5\x95\x24\x0e\x49\x4a\x25\xdf\xc5\x52\xea\xd2\x68\x94\x29\x37\xb4\x24\x6e\x1d\x4c\x63\xb6\x3b\xee\x5b\x0a\xfc\x78\xf2\x38\xa3\x02\x91\xba\x29\xe2\xda\x6a\xc6\x20\x86\x8e\xb3\xe5\xe4\xde\x8b\xbd\x3a\x49\xdb\xf3\x8b\xdf\x02\xbf\x48\x77\xc7\x58\x3b\xe0\x2a\x9f\x5f\xf4\xd1\xd5\x86\xfc\xe2\x4e\x88\xab\x3a\xd2\x6f\x9d\x5f\xa4\x8f\x86\x6d\x89\xce\x5b\xe8\x8c\xf2\x1a\xa9\xdc\x5e\xc4\x1c\x40\x1f\x81\x32\xff\xe0\xb7\xdb\x01\x61\xbb\xfa\x0a\x83\x01\x0e\xd9\xca\x72\xdf\xb0\x8d\xc4\x5c\x2e\x1b\x80\xed\x1e\x48\x34\xad\xd9\x11\xd5\x6a\xd4\xb7\x4e\xcd\xb0\xa1\x70\x2e\x24\x6d\xa8\x08\xe7\x42\x12\x09\xf1\x50\xe1\x7c\x82\xc7\x7b\xc1\xfc\x7b\x46\xb4\x7b\xc1\xfc\xdb\x42\xb4\xbf\x9b\x60\xfe\xb4\x96\x77\xc6\xd7\x5b\x9e\xcc\x17\xe2\x26\x26\xb2\x03\x24\xa5\x90\x5a\x3f\x71\x48\xd2\x77\xca\x78\x36\x26\x00\xb6\x49\xfe\x0e\xbd\x8b\x89\x5b\x10\x97\x9c\x46\xb9\x66\xa4\x7d\x00\xc9\xd1\x8e\x89\x86\xc7\x8f\x26\xa6\x4f\x38\x5b\xec\x31\xe2\x1e\x23\xee\x31\xe2\x1e\x23\xd6\x31\xa2\x95\xc2\x57\xab\x98\xa4\xc3\x11\x80\x36\xd1\x25\xdd\xcd\x53\x81\xb3\xc5\xa3\xe1\x35\x4c\x05\xdf\xc2\x08\x7b\x8f\xda\xf6\xa8\x6d\x8f\xda\xbe\x5b\xd4\xe6\xdf\xc2\xb4\xf8\xc0\x6c\x15\x83\x23\x62\x0e\x12\xbe\x0b\x42\xbb\xc2\x37\xf9\xa3\x21\x34\x7d\x47\x74\x74\x71\xb3\x9d\x52\x31\xd7\x46\xa2\x7b\xa5\xe2\x77\x88\xfe\xf6\x4a\xc5\x6f\x0b\xfd\x3d\xaa\x52\xb1\x62\xef\x08\x9f\x01\xc8\x52\x22\x79\x3b\x94\x92\x61\x7f\x04\xf3\x94\x0c\x9f\xda\xaa\x35\x1d\x62\xee\x02\x78\xd9\x37\x08\xa8\x48\xf0\x08\x22\x27\x0a\x57\x65\x65\x06\x56\xab\xea\x9b\x1c\x0c\x86\xca\xf6\xbb\x7e\x83\x8d\xc0\x20\xe0\x45\x8b\x42\xde\xb8\x28\x2e\x03\xdb\x63\xc8\x00\x08\xb9\xe5\x86\x74\xa6\xb6\x02\x44\xc1\x2a\x56\x69\x6a\x8b\x15\x30\xb7\x77\xf0\x74\x37\xb5\xa7\xae\xfd\xf2\x66\x5d\x3a\xfb\x1d\x73\xc2\xdf\x47\x0e\xf6\xec\xed\xf7\x8c\xdf\xf7\xec\xed\xb7\x85\xdf\xff\x70\x92\x7b\x15\x23\x53\xb0\x5a\xb5\x89\xc4\xca\xa4\xc4\x76\xbb\x23\xbb\x47\xe4\x7c\xe9\xa4\xc6\xf7\xee\x71\xdd\x1e\xd7\xed\x71\xdd\x9f\x12\xd7\x3d\xab\xe1\x3a\xc8\x52\x5e\x72\xb2\x0d\x94\x27\xd1\x9d\xbd\x47\x67\xa0\x2b\x71\xc9\xcb\x9b\x98\x42\xb2\x23\xe6\x93\xd5\x1f\x0f\xf3\x65\x72\xd9\x37\xf6\xe2\xdd\x63\xbe\x3d\xe6\xdb\x63\xbe\xef\x0c\xf3\xd5\xf0\xda\xdd\x26\x3d\x5e\xf8\x3b\x1b\x98\x80\xc6\x02\x80\x02\xc0\xe1\x08\x24\x78\x27\x9c\xa7\x91\xd0\x76\x48\x2f\x64\xca\x4e\x63\xa7\x8a\xad\xd9\xf0\x6c\x89\x15\x39\x9b\x1f\xed\xef\x77\xf6\xa8\x71\x8f\x1a\xff\x6c\xa8\xf1\x4b\xe5\x59\xda\xc2\x41\x30\x7c\x75\x24\x77\xc1\x89\x7f\x7d\x54\xc1\x67\x9b\xc5\xf8\xb0\x7f\x2f\x39\x5b\x2e\xf6\x02\xee\x1e\x97\xed\x71\xd9\x9f\x09\x97\x6d\xaa\xcc\x83\x2c\xbd\x2d\x4a\x8f\x98\x29\xe3\x27\x68\x3c\x0b\x99\x4c\xfb\x97\x1a\x14\x40\x9e\xb2\xa1\x18\x1d\xd4\x9d\x0e\x57\xab\x58\x1d\x52\xf9\x31\xe5\x00\x9a\xb3\xa5\x1c\x0b\x21\xdb\x05\xc5\x2a\x04\xf6\x88\x62\xf1\x0c\xe5\x47\x12\x43\x6c\x78\x13\x6e\xff\xea\x2a\x1b\xdf\x98\xdf\x51\x72\xd7\xe8\x4c\x8d\x20\xe2\x90\xae\xc3\xed\x44\xad\xa1\x89\x73\x89\xec\xd9\x34\x5b\xee\xc7\xa7\x9d\x8e\x4b\x3f\xee\x3e\x0e\x9f\x8e\x3a\x1d\xff\xe9\x80\xaa\x9c\x42\xc3\x11\x30\x77\x50\xea\xaa\x4c\x4e\x03\x90\xd0\x21\x01\x10\xa5\xed\x6a\x5e\x5d\x06\x31\x24\xce\xec\x1e\x95\x17\x81\xf6\xfa\x8e\xed\xa4\x38\x99\xa1\xfc\x1d\xfe\x2c\xb6\xbb\x1e\x0b\x6c\xf1\xb8\x07\x69\xd9\xd9\x32\x5a\x2d\x89\x45\xd7\x0f\x28\x05\x45\x57\xad\x08\x14\x5d\x3f\xa0\x54\x4d\xee\xd8\xee\xca\x4d\x6e\xbb\x05\xc7\x9f\x08\x5b\x6e\xea\xd9\x65\xff\x96\xd5\xfe\xf4\xdb\xcf\x4e\xc5\xef\xb1\x05\xdf\x9b\xb6\xbf\xe9\x6d\x48\xe8\xde\x85\x65\xcf\x29\xee\x39\xc5\x3d\xa7\xf8\x28\x2e\x2c\x87\x3b\x49\xdd\x84\x3e\x9e\x0b\x0b\xa1\x02\xf3\x1c\xef\x16\x72\xe7\xc1\x48\xf1\x2b\xb8\xca\x87\xd1\xee\x1e\x7b\xac\xc3\x1e\x7b\xdc\xb1\x35\xee\x68\x04\x40\x6c\xf1\xee\x1c\x2d\xee\x0c\x41\x53\x5e\x3d\x24\xc3\x51\x01\x40\x77\xc1\x16\x71\x38\x78\x8d\xed\xab\x48\x7b\xc7\xe2\xb9\xa5\xbf\xc7\xe2\xf0\xb0\xfc\x46\x25\xd5\x97\x88\x4b\x48\x11\xb7\x77\xcc\x9e\x13\x5b\x8e\x1d\x1e\x02\x49\x5b\x87\x6c\x94\xa6\x29\x06\xb7\x92\x66\x1f\x5c\x70\x8c\xae\x0a\x79\x12\xfa\xde\x16\x6b\xf7\x0d\xe1\x95\x98\x67\x27\xc6\xd0\xe1\x8f\x47\xc4\x58\x9f\xd8\xd5\xa3\x84\xc6\xd9\xa3\xab\x3d\xba\xfa\x96\xd0\xd5\x4e\xc7\x57\x1e\xa6\x75\x22\x9d\xd5\xf5\x7f\x38\xfb\xdb\xfb\x2e\xca\xb2\x83\xa6\x8d\xb4\x46\x88\x0a\x15\xa9\x38\x34\xdc\xc5\xa1\x81\x28\x65\x1a\xcb\xd5\xcd\x4b\xac\x59\xf4\xc0\x5b\xc9\x4f\x2a\x59\x34\xba\x07\x8f\x0a\x7e\xf3\x56\xf5\x38\xc6\xd0\xa4\x34\x3e\x28\xad\xdc\x7d\x73\xe5\xb5\x15\x91\xae\x58\x7c\x15\xc3\xe2\xff\x66\x64\x6f\x70\xb2\x97\x2f\xbf\x2f\x94\xbb\x97\x2f\xbf\x8e\x43\x70\x15\x1d\xd2\x52\xda\x8c\x60\x04\x20\xd1\xc9\xdf\x77\x33\x32\x96\x55\x1f\x8d\x21\xbb\xc2\x37\x7b\x53\x92\x3d\xd2\xdb\x23\xbd\x3d\xd2\x0b\xdb\x7b\x48\x04\xf1\x6d\xf8\x09\xcf\xd1\xde\x96\x64\x8f\xcc\xf6\xc8\x6c\x8f\xcc\xb6\x70\x0c\x53\xae\xba\x7e\x9c\x97\xbb\x65\x58\x6b\x62\x52\x80\xdd\x34\x6e\x73\xf4\x98\xe6\x22\x73\xb4\x8f\x70\xb5\x47\x87\x7b\x74\xb8\x47\x87\xdb\xa0\x43\x8d\x03\x77\x93\x5d\xe7\xe8\xf1\x02\x5d\x6d\x61\x08\xa7\x2d\x8c\x2e\xb1\x38\x22\x74\x82\x3f\x3f\x8a\x89\xd1\x3a\x04\x6b\x02\xd0\xea\x33\xbb\xab\x81\x11\x37\xb6\x8c\xc0\x4c\x6d\x35\x14\x04\x87\x58\xe7\xce\xb7\xe8\xec\xa8\x2f\x8f\x63\xbb\x7e\x45\xee\xa2\xca\xa7\x69\xca\x5c\x46\xf4\x17\x31\x07\x5d\xbd\xcf\x5f\x88\x98\x1c\xf6\x77\xda\x09\x72\x75\x1e\xe0\x39\xe3\xac\x8d\x78\xc8\xda\x88\xee\x64\x6d\xb4\xe5\xf6\x62\x3b\xc5\x87\x6c\x92\x4e\x70\x5b\xec\x34\x81\x8c\x2d\x52\x11\x9e\x40\x1e\x9c\x40\xe1\x0f\x96\x6f\x35\x58\xbd\xdc\x47\x68\x9f\xbc\x67\xcf\x2f\xec\xf9\x85\x3f\x27\xbf\x60\xb6\x52\x3d\xaa\xba\x3b\xb3\xf5\xdc\x67\x96\x5a\x08\x8f\x5a\xe0\x9d\x68\x85\xad\xfe\x40\x7a\x51\xcf\x6b\x46\xd7\xe6\x35\xdb\x8e\x12\xb0\x85\x6c\x05\x65\x7b\xdc\xb8\xc7\x8d\x7b\xdc\xf8\xa7\xc4\x8d\xeb\xf4\xe4\x81\x78\x6e\x7c\xc0\x03\x81\xd7\x5a\x78\x27\x26\xd0\xa2\x9e\x07\x0a\x55\x07\x1b\xe3\xba\x05\x59\x84\x52\xe8\x6f\xe2\xe9\x41\x16\x78\x23\xc1\xaa\x96\x32\xfe\x3e\xc1\xe9\x4b\x79\xbe\x8a\xae\xec\xe1\x81\x93\x27\xe4\xc9\x1c\xba\xa7\x91\x44\x4f\x5f\x47\x4e\xd5\x13\xb3\x5d\xe8\xd2\x05\x67\x73\x92\xe3\x6d\x82\x97\xae\x49\xa5\xa2\x02\x26\x88\x19\xa6\xea\x12\xa7\x92\x8f\xca\x33\xdd\xa9\x8b\xa1\xbd\xa0\x18\xda\x1b\x0d\xfc\x87\x64\xe8\x4e\x8b\x87\x44\x4a\x0b\xc8\x3a\xd4\xda\xd9\x83\x24\xed\x1d\x93\xe7\xe2\x98\xa8\xf3\x47\x46\x5e\x4b\xc4\x41\x0e\x47\x7b\x80\xc4\x1d\xac\x5e\x9a\xa6\x64\x20\xaa\x09\xb3\xa8\x1a\xab\xce\xeb\x62\xec\xbf\x77\x3a\x7f\xda\xc4\xea\x8d\x69\x39\xe5\x10\xab\x5d\xf4\x68\x3a\x8e\x2d\xbd\xae\xbe\x37\x3d\x07\x0c\x6b\x36\xee\x54\x66\xe8\xfd\xb0\x46\x99\x71\xb4\x9b\x32\xc3\x2e\xc3\x37\xad\xd0\xf8\xd7\x12\x2f\xbf\x3e\x22\xfa\x9a\x28\x85\xdf\x8d\x52\xb8\x45\x29\x7c\x0d\x4a\xd1\x66\x83\xde\x38\xee\xc5\x99\x71\xd3\x26\x91\xd7\x31\x4d\x01\x40\xd2\x7c\x79\x0f\xfe\xe2\x15\xfc\xc5\x03\xf8\x8b\x7d\x09\xfc\xa5\xd6\x5c\xa1\xad\x8d\xa3\x41\xf0\xdd\xe3\x39\x70\x44\x2f\xb7\xdb\x61\x2a\x37\x2b\x27\x79\x93\x0f\xd8\xc7\xe9\xfe\x0e\x64\xaa\x7d\x9c\xee\x6f\x4b\xa6\xfa\x3d\xe2\x74\xdb\x28\xdd\x65\x36\xd4\x61\x7f\x04\x51\x4a\x87\x4f\x47\x07\x28\x8d\x2e\x18\xcb\x30\x92\x02\x96\x41\x57\x72\xef\x9c\x4e\x55\x64\x6e\x64\xb2\x98\x0e\x95\x07\x20\x79\xce\x80\xed\xd6\x32\x45\x03\xd1\xcd\x04\x4e\xe4\xff\x30\x4b\xc9\xf1\x32\xce\x20\x03\xc7\xd9\xe1\x21\xc8\xf5\xd1\xca\xd4\x2e\x20\x3f\x96\xd5\xc6\xaa\xda\xa5\xaa\x76\x29\xe0\x34\x25\xc7\xe3\x78\x2a\xab\x4d\x8f\x8e\x6c\xb5\x69\xe9\xf5\x9c\xa6\x29\xeb\x74\x50\xa7\x63\x3e\x31\x00\xf3\x5d\xf0\xb4\xc2\x9c\x8f\x16\x42\x5b\x53\xa4\xbd\x3a\xeb\x7b\x46\xbd\x7b\x75\xd6\xb7\x85\x7a\xbf\xa5\xb0\xb2\xcc\xf2\xb4\xbb\x46\x93\xd5\xd5\x1f\x4d\x8a\xe6\x58\xdd\x6e\xee\x33\xc8\xec\xd1\xe3\x9e\x33\xfd\x36\xd1\xe3\x77\x95\x41\x26\x5f\xad\xe2\x5c\xd9\x9b\x3e\x24\x49\x4c\x7b\xa3\x24\x31\xed\x5d\xb2\xc4\xdc\x91\x24\x66\x37\x74\x2f\xab\x3c\x62\x8e\x18\x8e\x17\x78\x6f\xcb\xf2\x7d\x63\xf0\x3d\x83\xfb\x6d\x61\xf0\x3f\x9a\xed\x6b\x44\x55\x34\xa0\xa8\x5d\xd3\x2b\x48\x16\x97\x8c\x12\xbd\xa0\x5a\x29\x2b\xbb\x0c\x6f\x75\xef\x12\x5a\x80\x9a\x93\x80\xc3\x18\x64\xc7\x38\x1c\x1a\x5d\x3d\x22\x3b\xfc\x09\xf3\x7c\x2f\xff\xef\xd1\xe3\x1e\x3d\xee\xd1\x63\xc5\xed\xb3\xca\xba\x72\x30\xf0\x6e\x51\x6d\xdc\xa4\xae\xc1\x1f\x31\x48\x86\x7c\xb4\x1b\xbe\x53\x00\x1e\x0d\xe1\xe5\xb3\xe5\x74\x9a\xed\x11\xde\x1e\xe1\xed\x11\xde\x9f\x13\xe1\xc9\x96\x14\x04\x28\xa5\xfa\x18\xa7\xd8\xa1\x33\x60\x9a\x51\xad\x88\xd4\x17\xbe\xab\x8c\xa1\x00\x9d\x8e\x58\xad\x7e\x46\x62\xd6\xe5\x88\x4e\xd8\xfc\x98\xfc\xd8\x3f\x06\x3c\x55\xaf\xa6\x19\x93\x00\x62\xf0\x3f\xc8\xd1\x91\x64\x39\xf1\x90\x8c\xa0\xfc\x4f\xf5\x0b\xca\xff\x52\xea\xcc\x02\x76\xc1\x9b\x06\x8f\x7d\x21\x33\x69\x2f\xee\x93\xe7\x11\xe6\x02\x61\xb2\x4e\x27\x66\x29\x81\xa4\x91\xf8\x56\x4f\x3e\x03\x03\x1a\x33\x48\x40\x32\x64\xa3\x87\xd8\xa5\xa8\x85\x78\x8c\x90\x70\xc4\xc5\x6c\x63\xea\x7f\xba\x6b\x44\xb2\x7c\xc1\x31\x9a\xfc\xae\x47\x67\x47\xaa\xf4\xc0\x81\xff\x21\x10\x47\x49\x19\x4c\x4c\xbf\xb5\x24\x81\xec\xae\xe4\x35\x32\xe2\xf6\xaa\x5e\x18\xd2\xf3\x0e\x2a\xe4\x20\xf9\x02\xda\xdd\x81\x1e\x5b\xa2\xcf\x66\x51\x51\x5f\x3e\x12\x5a\x65\x5f\x25\xa6\xa2\x03\x8f\x6a\x7a\xd8\x92\x01\x85\x2c\x25\xd5\xe0\x74\x6c\xb5\x8a\x99\x52\xa8\xc6\x34\x65\xa6\xa4\x15\xde\xa1\x88\xc9\x6e\x72\xb9\x02\x93\xa2\x30\xb6\xcd\x83\xd8\x16\xf9\x78\x30\xdf\x0e\x0f\x32\x5e\xbf\xa3\xda\x73\xa9\x7b\x2e\x75\xcf\xa5\x7e\xd7\x5c\xea\x57\x49\xec\x85\x3f\x0b\x4c\x27\xf1\xad\xc4\x36\x4b\x81\x93\x26\x0b\x68\xf9\x5f\xa5\x1b\xd5\xc8\x14\x92\x54\xc4\xbc\xa2\x0f\x88\xd7\x73\xc3\x04\xac\x56\x55\x86\x90\x00\x75\x46\x53\x62\x39\xc5\x1c\x8b\x58\xcc\x48\x0e\x23\xb5\x12\x11\xa4\xcd\x2f\x12\xe9\xc9\x51\xe7\x11\xe4\x25\x87\xa9\x8d\x0d\xb8\xbb\x4b\xab\xcd\x8e\xae\x3a\x66\x54\x60\x2a\x22\x28\xf1\x7e\xd0\x11\x67\x93\xca\xba\x8c\x99\xa8\x49\x57\xf6\x27\xb6\xfd\xe5\x00\x24\x0f\x85\xe1\x8d\x10\x00\x28\x2b\x76\x4d\xbd\xa2\xd8\xdd\xd2\x56\xa0\xdd\xa2\x28\xef\x09\xc5\x9e\x50\xec\x09\xc5\x37\x49\x28\xb6\x0d\xed\xe2\x07\xb5\x32\x9c\x33\xdc\xed\xfa\x5e\x22\x9b\x47\xd3\xd5\x0a\x76\x79\x99\xed\xe8\x82\xa8\xeb\xfe\xb1\x9d\x10\x75\x1f\x7f\x07\x37\x44\x3b\x39\xfb\xd0\xfb\x7f\x46\xdc\xba\xc7\xac\xdb\x67\x0a\x69\xda\xc5\x9a\xad\x50\x86\x98\xf0\xe6\x54\xbb\xbd\x95\x96\x53\xc4\x38\x2a\x36\x73\xb8\x59\x67\x40\xd6\x55\x5e\x9a\xa7\x53\xd9\x16\x4f\xab\xbb\x59\x37\x70\xd4\x4f\xf5\x90\x0f\xe5\x0f\x3c\xe8\x25\xe2\xb0\x5f\xc4\xcc\xba\xbf\x89\x5a\x7c\xfe\x5c\x37\x0c\xd9\x90\x8f\x40\x11\xfc\xd4\xc6\xbb\xb9\x92\x69\xfc\xf1\x68\x74\x60\x49\x6b\xf8\x7f\xaf\x15\xde\x6b\x85\xf7\x5a\xe1\xbd\x56\x78\x9d\x56\xd8\xaa\x2c\x54\xde\x4d\xb9\x02\x63\x24\xaa\x2a\xe0\x40\xc2\xa6\x8a\x27\x2e\xf7\xf0\xb1\x44\xbb\x3b\x5a\x73\x29\xcc\xf5\x68\x5a\x63\xd5\xf4\x3e\x84\xff\x5e\x17\xf0\x7d\xf1\xab\x7b\x5d\xc0\xa3\x2b\x8d\xef\xb6\x17\x08\x67\x07\xd0\xd8\x47\xe7\x07\x00\xbb\xab\x33\xaf\x89\x98\xb1\xe5\x76\xd1\x5c\x09\x1d\x67\xcb\x09\x6e\x44\x24\xd9\xbb\x67\x7d\x07\x18\x6f\xef\x9e\xf5\x6d\x61\xbc\x47\x75\xcf\x2a\x59\xb6\x76\xbb\x6e\xb0\xda\xe9\xc4\xf5\xac\x9d\x72\x13\xe8\xc6\x07\xbc\x19\x8c\x45\xa5\x82\x6f\x20\x85\x75\x91\x61\x4a\x73\x58\x28\xa5\x46\x0a\x31\x18\xf0\x84\x1b\x76\x33\xa6\xa0\x00\x70\x38\x02\x7e\xf0\x21\x83\xdb\xe4\xd1\xdf\x05\x6f\x9b\xea\x0f\x4e\xdc\xce\x2b\xa1\x31\x49\x2c\x86\xbd\x11\x14\xcd\xd0\x98\x9b\x39\x5a\x99\xf0\x52\x5b\x69\x67\xd1\x62\x81\xe9\x64\x93\x92\xe3\xd9\x92\x5e\x6d\x54\x90\xcd\x17\x68\x2c\x36\x2d\xba\x14\x77\x2a\x87\xcb\xa2\x54\x20\x42\x37\x1a\xd4\x04\x8f\x37\x2a\xc6\xd9\x62\x93\x72\x5a\x42\x51\x56\x20\x9b\x16\xde\xac\x24\x9d\x6c\x0a\x34\x93\xb8\x85\x6e\x52\xf4\x92\xb3\xe5\x62\x43\xb0\x33\x94\x1f\xe9\x80\xed\x9b\x95\x2d\x03\x9f\x6d\x92\x54\x76\xa3\x35\xf0\xb2\x65\x6f\x9e\xa8\x76\xd3\xb4\x91\x9b\xa7\x27\xda\x30\x6d\xc7\xa6\xf1\xef\xb7\x8a\xed\xbd\x4d\xac\xdb\x2d\x63\x45\x3e\x3c\x40\x64\x33\xe6\xdd\xc6\x31\xcd\x36\x0e\x4d\xb5\x79\x6c\x94\xad\xa2\x0a\x6c\xee\x91\xba\x85\x77\xd6\x16\x7e\x0d\x1b\x1b\xd9\x6e\x61\x85\xb6\xa9\x11\xc2\xd6\x57\x7a\x5f\xe2\x1e\xaf\xa6\x25\xde\x5c\xc2\x68\x5c\xf4\x41\x0a\x09\x64\x10\xc1\x1c\x2e\x61\x06\xc7\x70\x0a\x27\x70\x06\x17\x70\x0e\x3f\xc1\x1b\x78\x09\x2f\xe0\x39\xbc\x86\x27\xf0\x14\x9e\xc1\xcf\xf0\x05\xbc\x82\xef\xe1\x07\xf8\x11\xbe\x82\x3f\xc3\xff\x86\x6f\xe1\x6b\xf8\x0e\xfe\x04\xdf\xc0\xdf\xe0\xcb\x87\x5e\x1a\xae\xad\xf0\x42\x91\x4e\x4d\xe3\x23\x78\x8b\xe9\x72\xae\x39\xb8\xa4\xdd\x83\x97\x58\x04\x52\xe7\x3a\xa6\xa5\xb8\x0b\xf0\x2b\x49\x69\xb7\x82\xcb\x37\x83\xab\x09\xf3\x56\x90\xe9\xc6\x90\x97\x02\x6f\x05\x99\x6c\x08\x59\x93\xfd\xad\x40\xb3\x8d\x40\xbf\xc6\xe3\xad\xa0\xa2\xcd\xa0\x72\xb6\xd8\x0a\x6c\xbe\x11\xd8\x37\x8a\xad\x78\x79\xb3\x15\xe8\xe5\x16\xa0\xb7\x02\x9c\x6d\x08\x98\x4e\xb6\xec\xf1\x78\x33\xc0\x9a\x1d\xda\x0a\xf2\x74\x23\xc8\xff\x29\xb9\xa7\x2d\xfb\x3c\xd9\x08\xf2\x5f\x50\xfe\x0e\x7f\xde\xee\xf0\xcd\x36\x85\xfc\xde\x50\xe7\xad\xa0\x2f\x36\x82\xfe\x96\x6e\x77\x4a\xe6\x1b\x42\x35\x6c\xdf\x56\xb0\x3f\x6d\x08\x5b\x72\x89\x5b\x01\xbe\xd9\x08\xf0\xff\x61\x64\xbb\x3d\x77\xb9\x11\xd8\x9f\xd1\xb6\x3b\xee\x62\x53\xb8\x5b\x41\x3d\xdf\x08\xea\xd6\x9b\xf8\x7a\x23\xb0\xa7\x26\x1a\xf0\x56\xa0\x4f\x36\x03\x6d\xb8\xe7\xad\x40\x9f\x6e\x04\xfa\x3d\x59\xe0\x17\xaa\xe6\x56\xc0\xcf\x36\x06\xbe\x15\xd8\xcf\x9b\x81\xdd\x05\x57\xbc\xd8\x08\xf4\x7f\x49\xc6\x7f\x2b\xb8\x57\x1b\xc1\xfd\x20\xe5\x84\xad\xe0\xbe\xdf\x0c\xae\x12\x2b\xb6\x02\xfc\xc1\x03\xbc\x9e\x97\xfc\x60\x62\xeb\x6c\x05\xfa\xe3\x86\x7d\x96\x32\xcb\x56\x80\x5f\x6d\x08\x58\x89\x38\x5b\x41\xfe\x79\x23\xc8\x67\x5a\x22\xda\x0a\xf2\x7f\x6f\x06\x59\x0a\x50\x5b\xc1\x7d\xbb\x19\x5c\xc6\xb7\x5d\xbd\xd7\x1b\x01\xfe\x88\xb6\xa4\x4c\xef\x36\x03\xab\x64\xb3\x1d\x30\xd1\x4f\x5b\x80\xdf\x0a\xf0\x9b\x8d\x00\xff\x42\xb7\xed\xf0\x6f\x1b\xc1\xfd\x55\x0b\x96\x5b\x41\x7e\xe9\x41\xde\x48\xdd\xda\x08\x96\xbd\xe1\x75\xff\x0e\xfa\xe6\x4c\xe0\xa0\x25\x5a\x0b\x3f\x4f\x45\xa1\x0a\xac\xfb\xae\x3e\x5f\xae\xad\xff\x63\x6a\x0a\xac\xfb\x2e\xa7\x63\xe3\xc9\xf0\x92\x1c\x7c\xf9\x98\x8e\x0f\xb8\x5f\xf5\xef\x10\x20\xd5\xda\x77\x92\xf2\x03\xda\xe9\xc4\xd6\x48\xee\x45\x8c\x41\x77\x4a\xe8\x24\x94\x69\xb8\x16\x8a\x5e\x41\x29\x00\x00\x15\x75\xbf\x82\x60\xad\x55\x48\xe9\x07\xf9\x63\xda\x1b\xb0\x84\x2e\xb3\x6c\x9b\xb9\x74\x57\xa9\x5f\x6f\x5b\x35\xa7\xc7\xcf\x14\x82\xbb\xb6\x0b\xab\x95\xba\x9f\x53\x82\x38\xbc\x2f\xde\xff\x8f\xfd\x01\x3f\xea\x27\x3d\x00\x49\xda\xf7\xe3\xfe\x1f\xf5\xc3\xc9\x44\xac\x41\x90\x4a\xe1\xbc\xcd\x04\xd9\x6d\xf3\x98\x13\xe4\x62\x16\xec\x9e\x25\xd4\xde\xd6\xff\x9f\xb3\xd3\x77\x5d\x7d\xd9\x4a\xa6\x37\xda\xbc\xa9\xf6\x4e\xd8\x4b\x2b\x92\xab\x54\x13\xe6\x42\xb2\xfa\x4e\x40\xbc\xed\xbc\x69\xed\xf3\x23\xef\x2c\x63\xa7\xc7\xdc\x4d\x70\xc5\x75\x0d\x83\xd5\x2a\xb2\xb7\xa3\x81\xaf\x5b\x8e\xd0\xa6\xc8\xd8\x12\x0f\x99\xce\x3d\x02\x22\x5a\x97\xe4\xa2\xd3\x69\x98\x2f\xef\x98\xb5\xe3\xb6\x08\xe4\xc3\xaa\x4d\xab\x4a\xa8\x01\x3a\x9d\xbb\x8a\x28\x83\x04\x65\x8d\xbb\x66\x0d\x96\x02\x4f\x8e\x72\x71\x93\xe1\x27\xd5\xc7\xaf\xb5\xc1\x0e\x34\x82\x32\xd5\xae\xf0\x4d\xde\xb0\x28\x29\x2f\xb4\x6f\x0b\x48\xd3\xde\x31\x7d\x2e\xcc\xf4\x1d\xd3\xc3\x43\xc0\x87\x62\x48\x47\xa3\xd4\x0f\xaa\x29\xdf\x38\xac\xcd\x0b\x6d\x8d\x73\x8b\x28\x99\x23\x09\xfa\xad\xba\x70\x27\x8c\xbe\x62\x4b\x2a\x24\x23\x71\xc1\x3e\xbf\xc9\xf0\x67\xef\xa7\xd2\x1f\x99\xe7\x53\x3e\x21\x14\x65\xee\xd5\x98\x65\xcb\x79\x59\x79\x6a\x6a\x4e\x75\xb5\x6b\xfb\xfb\x3d\xcb\x89\x20\x9f\xb0\x7d\x3e\x9b\x71\x42\xaf\xec\xd3\x3b\x7c\x89\xfc\xaf\xa7\x7c\x82\xb9\x62\x6a\x38\x99\x7c\xd0\x50\xe4\xcf\x57\xaa\x31\x55\x8a\x51\xf1\x2b\x26\x97\x33\xd5\x6a\x46\x28\x56\xd6\x0f\xf6\xe1\x2f\xee\x13\x5b\xa0\x31\x11\x37\xea\xa7\x85\xca\xf8\x62\x86\x68\x2e\x7f\x0a\x74\x71\x46\x7e\x53\x0d\x5f\x93\x09\xbb\x56\x2f\x7f\x7b\x2b\xc9\x9d\xfa\xc5\xd8\x5c\x35\x47\xb2\xec\xb4\x84\x94\x0b\xb6\xa8\x3c\x72\x76\x85\x5f\xa3\x7c\xc6\xa6\xd3\x1c\x8b\xf2\x5d\xa3\xd0\xaf\x64\x22\x66\x72\xb9\x8d\x29\xfb\x30\xfa\x15\x5f\x5c\x11\x11\xc1\x68\x2e\x0f\xf3\xcf\xec\xb7\x08\x46\xa7\xd1\xe8\xa0\x6a\xe6\x6a\xa9\x8a\x24\xc6\xd5\x90\x80\x0e\x75\x37\x0c\x60\xaa\x2e\xae\x2e\xbd\x66\x14\x19\x63\x17\xe1\xae\xe8\xf3\x77\xe8\x5d\x2c\x71\x70\x4f\xfb\x00\xd0\xee\x0c\xe5\xa7\xd7\xb4\xdc\xb5\xa0\xd3\xa1\x43\x3c\x1a\x44\xd1\xa1\x48\x9a\xd6\x34\x42\xd9\xbb\x88\xae\xe0\x64\x1e\x03\x00\xf9\x61\xb4\xf8\x1c\x81\x42\xa2\xf1\xa1\x18\x81\x70\x88\x6f\x0e\x06\x92\x7f\x30\xd4\xc0\x18\xda\x4c\x50\x3e\xc3\x9c\xfc\x86\x63\x01\x0e\xa3\x24\x3a\xe4\x45\xd0\x9e\xb6\x54\xe6\x2f\xb3\xac\x9d\xa6\x58\x16\xfb\x6f\x46\x68\x1c\x1d\x47\xa0\x10\x31\x05\xdd\x29\xe3\x27\x68\x3c\xab\x56\x23\x81\xd7\x02\xdc\xd2\x61\x98\x57\x3c\x14\xdd\xf1\x0c\xf1\x17\x22\xee\x81\xae\x60\xbf\x2c\x16\x98\xbf\x42\x39\x8e\xc1\xa1\xe8\xe6\xcb\x0b\x3d\x15\x71\x5f\x0f\x16\x8c\x52\x39\x4f\x05\x50\xb6\x0e\xca\xa8\xea\x00\x3b\x7f\xdd\x33\x89\x3f\xd2\x18\xa5\x4d\xc3\xb7\xe1\xe8\x40\x2d\x6e\xb0\x6f\xc6\xcc\x8a\xc5\x6a\x32\x1d\x68\x9a\xf2\x72\xc4\xce\x80\xc5\xe2\xd3\x7e\xa7\x13\x1d\x47\xed\x34\xa5\x76\x00\xd4\xe5\xe8\x06\x9d\x4e\x4c\x0f\x53\x59\x0f\x56\x66\x7f\x26\xe6\xd9\x19\x9a\xe2\x98\x82\x02\x7a\x38\xdb\x62\x9e\x26\xde\x86\x22\xb5\xe6\x2f\x06\x25\x61\x85\x8b\x24\xde\xf1\xf0\x38\x1d\x55\x9c\x37\xec\x8c\x84\x62\x5b\x22\xc3\x3a\x29\xd7\xe7\x21\xd7\x7f\x05\xd0\xe6\x23\xee\x9e\x65\x61\xf6\xa6\x29\x4c\x54\x06\xa3\x7b\x51\xf9\x9d\x7c\xfc\x7a\x94\xff\xd5\x48\xa7\xa8\xee\x8d\x50\xff\xa9\xce\xd6\x35\xbe\x39\x9a\xe0\x31\x53\xd6\x51\x41\xab\x98\xff\x47\x57\xf0\x0a\x69\x06\xc0\xbd\xf0\xc6\xea\x60\x86\xde\xf9\x20\x32\x94\x9b\x9c\x6d\xa1\xfb\xcc\x75\x06\x90\xc4\x67\x29\x3d\x82\x66\x6c\xda\xcc\x9b\x4b\x2c\x3c\x1c\xa3\x0d\xc0\x72\x9b\xaa\xe5\xae\x32\x12\x8c\xf2\x66\x4c\x69\x13\x31\x94\x47\x37\x08\xe2\x35\xce\xc7\x9c\x2c\x04\xd3\x24\xb5\x5b\x0a\xd1\x52\xf2\x81\xfa\xa4\x99\x3d\xa5\xe4\x21\x47\x39\xab\x08\xb9\x94\x28\xfa\xc7\xe2\x79\xfd\x50\x1c\x8b\xc3\x43\x3b\x7e\x8d\x9f\xca\x93\x20\x7c\x8e\x46\x28\x8e\x46\xfc\xdb\xd3\x01\x31\xd3\x12\x73\x00\xdb\xbd\x35\x88\x00\xe9\x99\x97\x58\xa0\x00\x20\xb9\x67\x84\xf9\x20\xb4\x33\x09\xce\x63\x0c\xef\xab\x1a\x73\x00\x12\xaf\x4f\x6b\x3a\xb4\x6e\xeb\x8b\xfb\x1a\x88\x39\x14\x0a\x93\x15\xce\xfe\xd5\xf7\xbc\xa8\x78\x4b\x88\x16\xa1\x2d\x1c\x1c\x8c\x6e\xcb\x9c\x2d\x0e\xab\x2a\x91\x31\xa3\x53\x72\xb9\x74\xcf\xd7\x9c\x08\xf3\xbb\x00\x89\xc4\xa5\x29\x87\x5e\xbb\xf9\xde\x6e\xf7\xdb\xb1\xdb\x5d\xfe\x69\xec\x76\x97\xdf\x85\xdd\xee\xf2\xd1\xec\x76\x33\x4f\x0e\xcd\xd2\x40\xb8\x16\xeb\x1c\x16\xe5\xea\x47\xfd\x83\x1b\x4c\x20\x13\x42\xcb\x6e\xc3\x50\x32\x83\x16\xae\xca\x9c\xb5\xe6\x2a\xdb\x2a\x4d\x53\xf7\xbe\x6d\x7f\x97\x1b\x78\x60\xfb\x96\xb8\x06\x41\xc5\x3b\x6d\xec\x29\x1f\x9a\x4d\x7a\x48\x6d\x5a\x1a\xe6\x06\xf4\x16\x81\xaa\x5d\x42\x89\x20\x28\x23\xbf\x61\x3e\xa8\x3c\xe9\xc3\x64\x62\x34\x26\xc1\xba\x97\x58\x0c\xd4\xff\xd5\xb2\x58\x23\x9a\x81\xf9\x6b\xbd\x06\xbd\xb4\xa4\xe3\x58\xd4\x1c\xf9\x1b\x9a\x95\x4c\x8b\x21\x86\xdd\xef\x74\xc6\x31\xee\x2e\x30\x9f\x32\x3e\x97\xcc\x37\x18\xa8\x94\xa7\x02\xe5\x57\x20\x2e\x3d\x13\xdd\x44\x4c\x62\x4f\x3b\xa1\xcb\x29\x29\x16\xf8\xbb\x74\x56\x21\x01\x06\xad\x60\x2a\xb8\xa2\x9a\x20\x98\x61\xd3\x12\xfa\x3c\x16\xeb\x42\x64\xb4\x4d\xaa\xd8\x21\x1d\xc5\x92\xf2\xd0\x51\x4c\x40\x01\xe4\xb1\x76\x4d\x2f\x4a\x61\xa0\xa1\x1b\xe9\x07\x75\x23\x7d\x9f\x93\xe8\x7b\xba\x11\xa3\x7e\x31\x5c\xdc\xaf\x44\xcc\xde\xab\x94\xba\xc0\x27\xde\x90\x42\xa2\x1b\x44\xcd\x06\x9f\x05\x1b\x7c\xe6\x37\xf8\x6c\x94\x0c\x47\x70\x99\xe6\x31\x82\x7d\x00\xb3\x74\x29\x87\x3d\x4e\x89\xbf\x65\xe0\x34\x25\x7a\xcd\xed\x42\x4f\x70\x86\x05\x6e\x55\x4b\xb9\x97\xaa\x28\x94\xa2\x0e\x8b\x6f\x0b\xc8\x01\xcc\x00\xc4\xf6\x91\x00\x78\x5b\xc0\x5b\xaf\x66\x32\x86\x7a\x47\x4d\x25\xfb\x66\x06\xb5\x93\x37\xe5\xda\x0a\x92\x05\x56\x99\x72\x77\x31\x2e\xc3\x5d\x4c\x95\xe5\xe8\x47\xbb\xdd\x52\xdc\xbd\xc2\x78\xf1\x13\x92\x58\xde\x7f\x3b\xe1\x6c\xe1\x3f\x73\x9c\x0b\xc4\x15\xc3\xe2\xbf\x16\xde\x6f\x0f\x76\x03\xac\x07\xb1\x09\xcc\xc0\xf1\xcd\xfb\xe7\xe9\x22\x9e\x82\x03\xf3\x61\xae\xde\x7d\x92\xef\xe0\xad\x57\x59\x6b\xaa\x9a\xf0\x3e\xa9\xf2\x37\xba\xbc\x6c\xd7\x16\x74\x7d\xb8\x51\x25\x2e\x75\x89\xb2\xab\xb6\x5c\xad\xf3\x97\xaa\xf4\x85\x2e\x6d\x86\x69\x8b\xfa\xa3\xbe\x50\xe5\xce\xd3\x45\x3c\xb1\x7d\xd7\x93\x73\xae\x3e\x5c\xcb\x0f\x9b\x0c\x40\x57\xba\x56\x95\x4e\x74\xa5\xd0\x28\x74\xb1\x13\x55\xec\x54\x17\xbb\x6f\x28\xba\xca\xa9\xaa\x72\xa6\xab\xac\x1f\x8f\x2e\x7c\xb6\xb1\x18\xe8\x89\x67\x5b\xca\x82\x7b\x57\xb6\xef\x8f\x25\xde\xbb\xb2\x7d\x5b\x2c\xf1\x57\x77\x65\xfb\x32\xce\xbb\x2e\x33\xbe\xc7\x4f\x7c\xc0\xff\x5a\x12\x8e\x27\x4d\xbe\x42\xca\xe3\x8e\xb3\x60\x29\x8f\x89\x76\xe8\x85\x28\xa5\x3e\xcd\xaf\xf1\x03\x95\x6f\xb5\x30\x87\x71\x14\x59\xb7\x37\x06\xa3\xae\x44\x7a\x67\xcb\xf1\x18\xe7\xf9\x74\x99\x45\x00\xc6\x8d\xcb\xa5\xf2\x02\x44\xc7\x4f\xbc\xb3\xbe\xe3\x41\xf1\xc0\xbf\x38\x89\x34\x5e\x05\x09\x1a\x20\x7d\x66\x24\x2c\xc7\x57\x02\xa0\x87\xba\x49\xa2\x7c\x87\xbb\x9f\x1c\x5d\x2c\xa7\x53\xcc\x8f\x16\x2c\x23\xe3\x9d\x02\xf0\x6e\x8b\x8c\x79\x20\x86\xd5\x3e\x4a\xd6\xef\x1e\x75\xe0\x9b\x0d\xfc\xf3\xc7\xc3\x58\x9c\x2d\x5e\x2e\xc5\x5f\x1d\xd7\xf5\x5e\x9d\x2d\xb9\xf2\x72\x5a\xb2\x53\x7a\xc9\x08\xbd\x94\xec\x55\xee\x3e\xc9\x4a\xca\xb0\x73\x52\x7d\xef\xf1\x62\xf6\x65\x25\x8c\x41\xdd\xa8\xe4\x18\x77\xd1\x58\x90\x4f\xaa\xc6\x5b\xb3\x12\x56\x8a\x7a\x8e\xbb\x73\xf4\xf9\x55\x79\xfc\x8f\xad\x24\x8e\xbb\xff\x72\x8d\x97\xb5\xf2\x19\x99\x8a\x58\x6d\xb9\xb6\x00\x17\x1c\xa3\xab\x83\x30\x7c\xc5\xaa\x08\x50\x14\x15\x9d\x7b\xa9\x87\xa8\xb5\x7b\x14\x6e\xcf\xdc\x06\xdd\x35\x84\x42\x63\xf1\x5b\xae\xf1\x7d\xfe\x0b\xbd\x60\x12\x6f\x4c\x3c\xe8\xea\x76\x73\x3c\xc3\x72\x71\x2a\x5a\x11\xf9\x5f\x21\xa5\xa4\x77\xf8\xb3\x78\xaf\x25\xf5\x33\x81\xc4\x32\x0f\x29\x4f\xe4\x00\x7e\xec\x0d\xa2\x5c\xa2\x66\x3c\x89\x92\xc8\x2c\x46\x54\x14\x07\xc1\x95\x61\xfa\x82\x2d\xbd\xd5\x0b\xfd\x01\xa3\x9c\xd1\x24\x22\xa2\x75\x81\x33\x46\x2f\x73\x79\x0e\x50\xeb\x07\xb9\xd8\x3f\xb4\x64\xcd\x96\x98\x21\xd1\xba\x46\x79\x0b\x65\xf2\x24\xdd\xb4\xf8\x92\x52\x89\x94\xd6\x8f\x00\xe2\x6e\xbe\x90\x18\xa7\x32\x3f\xb1\x8e\xaf\xeb\x35\x0c\x83\x93\x0c\x7b\xe1\xf7\xf6\x9c\x3c\x64\x7e\x94\xab\xaf\x9a\x9c\xf0\x76\xb6\x39\xeb\xef\x9b\x1f\x4f\x16\xaa\x4f\x93\x55\xb0\xc4\x00\x4f\x5a\xe8\x12\x11\xba\x66\xa6\x6c\xac\xe7\xc0\x56\x82\x34\xbc\xdf\x0f\x6a\x97\x2d\x0a\x4f\x42\x7b\x49\x99\x5a\xe6\x43\xa5\x3c\x99\xa3\xcf\x4a\x6b\xe3\xb6\x6c\x75\x83\x4b\x0a\xbc\xd9\x22\x71\xd8\x83\xe4\x41\xb3\xae\xc1\x9d\x3b\xdf\x51\xb5\x00\x6b\x51\x4d\xae\x46\xb1\xbc\x77\x0d\x4a\xa1\xf1\x0f\xba\x53\x8f\xfa\xc0\x6d\xb5\x10\xba\x5d\x4a\x3e\xe8\x0e\xc6\x47\x77\x40\x19\x28\x19\x33\x26\x6b\xa8\x14\xbe\x8e\xf5\xaa\x4a\xa9\xfe\xc8\x59\x51\x85\x8a\x28\xe9\xf6\x6b\x84\x56\x9d\xa1\x7c\x96\xe2\x2e\x47\x63\x2c\x37\x77\x96\x9d\x61\x21\x32\x3c\xd1\x0f\x55\xda\xc0\xf1\x25\xa6\x9a\x82\x7e\x58\x52\x41\xe6\x72\x97\xf2\xab\x98\x01\x48\xd2\xb1\x31\xc7\xf8\x70\xf6\xb7\xf7\xdd\xf7\x7a\x02\x60\x84\xb2\x2c\x82\x19\x08\x1b\x7b\x04\xe0\x5d\xf3\xba\xed\x87\x22\x42\xc7\x20\xbf\x26\x52\x2a\x95\x6c\x13\xfe\x94\x0a\x25\xdd\x82\xdb\x31\xca\x71\xab\x97\x94\x26\x89\x17\x7c\xb9\x10\x71\x64\x54\xab\x10\x83\x03\x55\xa4\x9f\xc8\x3f\x11\xa6\x93\xa8\x2c\x9c\x0b\xb6\x88\x41\x51\x00\xc9\xe3\xea\xe1\xd6\x38\xc8\x5e\x9a\x96\x04\xdf\x92\x1e\x47\xf8\x8d\x31\x80\xbd\x11\x3d\x3c\xa4\x56\xdb\x88\x87\x74\xa4\x88\x1c\x5a\xad\xda\x68\xc8\xbb\x37\x04\x67\x13\xb9\x35\x34\x23\x32\xaa\x04\x4c\xd4\x38\xac\xdd\x87\xcb\x14\xd7\x6c\x5f\xca\xb0\x41\x96\xff\xee\x8e\x39\x46\x02\xc7\xb7\x53\x9a\x30\x88\xf8\x65\x9e\x28\x73\x8c\xee\xb9\x42\x71\x65\x1e\x8f\x7e\x3b\x4d\x79\xf7\x5c\x8a\x18\x19\x96\xc0\x24\x0a\xc0\x2a\x7f\x72\xbb\x07\x20\xf7\x6c\x0d\xf2\x01\x89\x97\x20\x59\x36\x1b\x77\xe4\x56\xed\x99\x02\x80\xc2\x50\x24\x7f\xb5\xd5\x2a\x9b\x6d\xa3\x16\xbb\xb2\x8f\x2c\x8e\x0e\xef\x0f\xb9\xef\x4c\x1d\xb5\x05\x2d\x36\xa9\xc2\x97\x9b\x34\x82\xa1\x9e\x55\xef\xde\x9b\x96\x43\x76\x00\x43\x61\x4d\x56\x42\xb7\x28\xfe\x75\xc2\x38\xc6\x5a\xbc\xab\x4b\x21\xcc\xae\x2e\x91\x1b\xde\x06\x9f\x53\xc3\x99\xe0\x29\xe6\x31\x38\x50\x7a\x6f\x06\x94\x79\x5e\x9c\x77\x39\xce\x59\xf6\x09\xc3\xdc\x64\x6d\x06\x66\x70\xed\x3e\xf4\xb6\x1a\xb8\x5d\xae\x56\xf1\x32\x6d\xf7\x20\x0a\x1b\xf4\xc8\x55\x2b\xd9\x60\x36\x2d\x1d\x92\x07\x16\x31\xc7\xe1\xeb\x8a\x21\xef\x96\x68\xc9\xec\xbd\x4e\x27\xf8\x3a\x56\xd3\x03\x0a\x38\x4e\xf3\xae\x41\x60\x5d\xa3\xce\x89\xb3\xf2\x1a\x23\x54\x37\xcd\xe0\xb8\x28\x0c\x32\x59\xde\x23\x20\x62\x3a\x46\x8b\x7c\x99\x21\x81\x27\x0a\xf3\x6d\x89\x1e\xbf\x9a\xa9\x8a\x87\xeb\xfc\x03\x67\x13\x40\x9c\xcf\xd1\x15\x7e\x6b\x24\x88\xa4\x21\x91\x2b\x22\x64\x98\x09\x27\x6f\xfb\x86\x3e\xaa\x80\x3c\xb0\xa0\x80\xa6\x9c\xb6\x2e\xf7\xa5\x6b\x7e\xcf\xe4\x05\x28\xca\x5e\xae\xde\xcb\xd5\x7b\xb9\x7a\xa7\x58\xfc\xb9\x89\xd7\xf0\x4a\x47\xb0\xaf\x39\x9c\x94\x3a\x3e\x6a\xd5\x7b\x7a\x03\xf5\x6b\xe6\x9e\x7c\x49\xbb\x17\x84\x4e\x74\x72\x6b\x5f\x59\x47\xa6\x31\x0b\x5e\x99\xab\xa0\xd2\x77\x19\x1d\xfa\x23\xc7\x92\xdc\xf4\x8e\xf3\xe7\xf8\x38\x57\xa3\xcf\x7d\xc3\xc3\x5c\xb1\x1a\xa4\xd3\x31\x97\x8b\xba\xd3\xcb\x94\x9a\xbc\x5e\x54\x0b\xd3\xa5\xe6\x6f\x09\x6d\x49\x67\x9b\x24\xbb\x63\x70\x15\x83\x22\x46\xa0\x8c\xc2\xa5\xcc\xc7\x83\x26\xe4\x1e\x5a\xb2\xb6\x8a\x47\x73\x36\x21\x53\x82\x79\x7e\x34\x27\x9f\xc9\x9a\xa4\x03\x5e\x45\xcb\xea\x07\x6d\xf7\xea\xca\xc4\xaf\xc0\xfe\x1a\x12\x7d\x66\xbb\x51\xd9\x02\x3a\x04\x72\xf7\xdc\x5d\xba\xbd\x47\x62\x66\xed\xf7\xca\xf9\xe4\xb0\x51\xa6\xb4\x55\x3d\x77\x23\x2c\x1c\xe3\x59\x67\xe5\xf4\x28\xb5\x98\x91\xe0\xee\xb9\xff\x0c\xab\x72\xa0\xfc\x5c\x7d\x53\x80\x02\x62\x67\x2c\xfa\xb3\x9d\xff\x2a\xe7\x7e\x5b\x81\x99\xf0\x80\xb2\x01\xd6\xe0\x26\xfd\x27\x3d\x58\x1d\x96\x22\x57\xf0\x7c\x86\xf2\x5f\x72\x3c\xb1\x4d\x25\xed\xbe\x7a\x77\x86\xc5\x4b\xbf\x11\xf3\xfa\x84\x4a\x4c\x32\x39\xf9\x24\x37\xab\x7c\xe9\xdf\x55\x36\x2f\x97\x89\x26\x96\x7c\xad\xc0\x29\x87\x6b\xae\x17\xef\xa8\xdd\x1c\x1f\x28\xa0\xba\xf0\xbc\xa3\x52\x50\xc9\x00\x0a\xe8\xdd\x80\xde\x53\x3b\x20\x37\x82\xa2\xbe\x84\x21\xa3\x1b\xc9\x1b\xd4\x27\x56\x72\x84\xfa\x43\x15\x40\x8a\x21\xd3\xaa\x7a\xf5\xb9\x80\x2a\x78\xd8\x7a\xb0\x95\x35\x6c\x54\xc6\x72\x61\xf0\x24\x14\xf6\xc6\x76\xaa\xb2\x84\xb6\x57\x05\x9c\xe0\x8b\xe5\xe5\xda\x7a\xea\xab\x2b\x5c\x34\x6c\x67\x1d\x8b\x14\xd8\x3b\xb2\x1a\x0e\xce\x47\xed\x74\xa4\x02\x32\xad\x17\xa8\xcf\x51\x9a\xf6\x9f\xf4\x24\xdf\xdc\xf8\xd2\x07\xbe\x49\x24\x8b\xc1\x6d\x11\x3a\x3f\xc1\xa8\xab\x61\xcc\xf5\xd5\xfd\xb1\xbc\xb3\x2c\xd2\x5e\xe5\xf2\x1a\xdc\x8a\xc3\xc3\x0a\xcd\x24\x8e\x96\x1e\xf3\xe7\xe4\xf8\xf0\x90\x5b\x32\xa6\x28\x26\xeb\x9e\xe7\x18\x53\xe5\x01\xf2\x5c\x74\x3a\xb1\xff\x22\x15\x50\x0a\x3a\xa0\xa8\x25\x72\xf0\xdd\x0b\xe9\x72\xfe\x41\x6b\x6a\x20\xd7\x8f\xfa\xcc\x40\x5a\x71\xcb\x89\xd4\xae\x8c\xc0\x31\x3d\x06\x65\xd6\x04\x0a\xa3\xb2\x7e\x04\x85\x9f\xc5\x4c\x7f\xd3\xc0\x54\x0a\x33\x1f\x20\x75\x00\x0b\xdf\xcc\xde\x1a\x30\x19\x1e\x3d\x43\xb9\xd5\x78\xe1\x89\x46\x57\xea\x32\x4c\x22\x1c\xff\x85\xe9\x80\x57\xc2\x5d\x97\x95\xef\x5e\x69\xd1\x19\x97\x6f\x14\x7f\xe5\xc3\x79\xa5\x90\x94\xff\xe6\x2d\x1d\x57\xaa\x19\x4e\x5f\xfb\x0f\xf5\xa0\x52\x2e\xff\x05\xd1\x49\x86\xdf\x2c\xb3\x29\xc9\x4c\x7b\xde\x7b\x1d\x85\x40\xbf\x26\x94\x54\x70\x8e\x3e\x5a\xf9\x72\x81\xb9\x2f\x5a\x38\x66\xc0\x64\x45\x0b\xe8\x28\xd3\xe1\x48\x7f\x0b\x28\xc0\xd2\xe1\xa8\x80\x1a\xdf\xbe\xc8\xb2\x86\xd6\x53\x28\xdf\x0d\x59\x37\xa4\x7c\xc3\x6b\x9b\x84\xbd\xb5\x9f\xca\x9c\x1b\xf0\x3e\xc0\x61\x45\xde\xba\x4f\x1e\x60\x1e\x0b\x50\xc0\x00\xe4\xa4\x6e\xe5\x2f\x19\x3d\xbb\xc3\x59\xca\x8f\xd9\x73\x7e\x48\x8f\x0f\x0f\x9d\xc4\x2f\x86\x6c\x74\x80\xa4\x78\x6b\x76\x92\x75\xe6\x94\xdb\x16\x29\x46\xb2\xb2\x77\xf5\xab\xf2\x68\x1c\xf5\x01\x44\x56\x52\xc7\x00\x2a\x66\xcd\x58\x63\x28\x73\xbe\x42\x98\x29\xd0\x26\xf9\x61\x0d\x68\x3d\xdf\x5f\x65\xb3\x47\x10\x37\x33\x02\xfa\x9b\x2f\x82\xbe\x84\xaa\x5e\x1d\xf6\xfd\x2a\xb8\x39\x0e\x5c\x1b\x87\xac\xb0\x76\xe6\xd5\x78\xb0\x29\x70\x3e\xcd\x96\xf9\x4c\xd5\xca\x63\x50\x40\xff\x39\x09\xba\xdd\xc8\xfd\x99\xf6\x8e\xc5\xf3\x7b\xf6\xcc\xf1\xe1\xa1\x00\xd8\x5c\x10\xad\x29\x3a\x14\x23\x3d\xaf\x07\x6b\x8f\x43\xd8\x79\x7a\x38\x82\x5a\xec\xf0\x50\x28\x2d\x51\x28\xd1\x28\xb4\xdd\x4f\xd3\x94\x74\x49\xfe\x86\x50\x92\xcf\xf0\xa4\xd3\x11\xba\x43\xc4\x71\xd4\xa2\x58\xdb\x3b\x33\x45\x3e\x1d\xeb\xda\x05\xd7\xa4\xd9\x53\x31\x6a\x34\x90\xf6\x8e\xc9\x06\x13\xe3\x04\x96\xb5\x13\x43\x24\x01\xf0\xf7\x71\x6c\x50\x8a\x7c\xf6\x8b\xc6\x4c\xe2\x5f\x26\xa9\x90\x76\xcd\x32\x1b\x95\xda\x3c\x92\xd5\x7d\x68\xe0\x05\xf3\x52\x7a\x08\x57\x7e\x77\x83\x43\x69\xef\x18\x3d\xbf\xe7\x24\x1f\x1f\x1e\xa2\xca\x72\x07\x8a\x0e\x91\x5d\x6e\x49\x10\x1b\xed\x57\xbc\x81\xee\x99\x44\xb9\x55\x1b\x73\x11\xc0\x88\x9a\xe7\x33\x56\x86\x07\x65\x8b\xbc\x4a\xc3\xaa\x28\xa0\x5e\xcc\x4d\x0a\xf7\x88\xaa\x3c\x63\xd8\x69\x73\xbb\xe7\x8c\xbe\x21\x54\x59\x8d\x54\x5c\xc9\x36\x82\x75\xd4\xb7\xba\x11\xdc\xd0\x04\x7b\x9d\x16\x7a\x8d\x2c\xbd\x53\xa8\x44\x6e\x71\x3a\x68\x94\xf1\xcc\x4a\x20\x06\x49\xfc\x34\x5c\xcc\x10\x4a\x55\xe6\x99\xd6\xb0\x34\x9b\x33\xb4\xb3\x8e\xb9\xf4\xd7\x92\x8e\xca\xef\xb6\x80\x94\xb4\x99\xdc\x9d\x02\x8a\x0a\x8e\x01\x5a\x48\xdd\xc2\x4e\x45\x29\x15\x35\x4b\x71\x8f\x90\xaa\xef\x5e\xd6\x6b\x26\x73\x39\x9d\x56\xde\xdd\x4a\x3a\xde\xde\xe3\x8c\x4c\xe3\x76\x4d\x17\x0c\x40\x50\x09\xf4\x0a\x51\xca\x44\x6b\x8c\xb2\xac\x85\x5a\xe3\x0c\xe5\x79\x0b\xe5\x2d\xe4\xd4\x7f\xd1\x4e\x31\xb4\x9d\x11\xa7\x2d\x9e\x7a\xef\x2a\xd1\xb4\x21\x0a\xf2\x68\x2e\xe8\x25\xbc\x25\xb9\xab\xa9\x5c\x95\x8d\xba\xae\x29\x52\x44\xcf\xcb\x82\xce\xd2\x49\x23\x2e\x3b\xb7\xef\xd0\x1c\xc3\xe8\xc7\x48\x1e\xe0\xf2\x00\x9c\xf2\x77\xf6\x00\x26\xb5\xcc\xb2\x72\x8e\xfc\x73\xe3\x9d\x5b\x00\x49\x6e\x39\xc4\x5a\xad\x0b\xc6\xb2\x38\x0a\xb7\xa0\xea\x99\xc6\xda\x7d\xb5\x19\xcb\x99\x41\xc1\xb9\x63\xe1\xb7\x8e\x3a\xb5\x70\x0c\x6e\x8d\x84\x89\x41\x01\x95\x9d\x9a\xd6\xc4\xbd\xc8\x73\x72\x49\x41\xcc\x4a\x85\x27\xa4\x4d\x39\x26\xe8\x31\xba\xfe\xea\x71\x93\x93\xf0\xc5\x15\xf0\x97\xd8\xd2\x07\x8b\x71\xd3\xa6\x54\xc9\x87\xee\x72\xbc\x3f\x2a\xa4\x70\x44\x26\x1a\x85\xa8\x3c\x6a\x97\x2c\xcd\xa1\xbe\x3f\x6c\x38\x1f\x8b\x07\xfb\x1b\xb4\x02\x2c\xcb\x7d\x11\x55\x80\x21\xdb\x2e\x92\x4a\x38\x8e\x4a\x5e\x9a\xde\x41\x0a\x95\x92\xb7\xf0\x44\x3f\xdc\x7d\x7f\xf2\xe1\xcd\xe9\x87\x9f\xcf\x3f\xfe\xfd\xfd\xc9\xf9\x4f\x6f\xdf\xfd\xf5\xe4\x75\xfd\xed\x2f\xef\xc2\xef\x5f\x9f\xbc\x79\xf1\xcb\x4f\x1f\xed\xb1\x5c\xf3\x35\x0a\xbd\x8d\xea\xa5\x5d\x1b\x51\xf0\x75\xa3\x7c\xb0\xb4\x2d\xeb\x5c\xc2\xab\x62\xa6\xe7\x65\x24\x4f\x85\x5e\x5e\x64\x34\xa7\x52\xd6\x44\x73\x5c\x04\x0d\x82\x6a\xd7\x31\xce\xf3\xdf\xe9\x30\xce\x96\x17\xf9\x98\x93\x0b\x3c\x49\xdb\x3d\x18\x6b\x0a\xae\x24\xcb\xe8\xdc\x46\x1d\x01\x60\x88\xad\x1a\x54\x78\x42\x55\x61\x8d\x84\xac\x9e\xdb\x28\xc2\x26\x24\x5f\xb0\x1c\xdb\xc7\x1a\x81\x4d\x7a\x50\x1e\x2e\xfd\x51\x5f\xd4\x8e\x60\xb5\x2b\x4a\x47\xc6\x97\xf4\x27\xa6\x2c\xf1\xa1\x56\x9a\xac\xd5\x9c\x55\x2c\x2c\x74\x9b\x86\x9d\x97\x78\x3f\x09\xaf\x23\x3c\xc7\x9f\x17\x78\x2c\xf2\x9f\x08\xbd\xc2\x93\xbf\x13\x9c\xa9\x76\xf5\x09\x54\x50\xb0\xa4\x18\x46\xe0\xcc\x3d\x49\xb8\xdd\x87\x24\x57\xe4\x44\xff\x74\xd2\x6e\x0d\x29\x22\x3a\x89\x23\xfb\x59\x23\xd3\x92\x37\x56\x58\xd1\x7d\x92\x80\x4a\xf6\x53\x83\xb5\x25\xf5\xd3\x1a\xc4\x4b\x99\x88\xab\x50\x15\xd9\x4d\xea\x86\xb4\x24\x7f\xcd\xd9\x62\x21\xd9\x8a\x5a\x97\xca\x66\xab\xfd\x83\x01\x0f\xfd\xba\x79\x6d\x09\x15\x0c\x94\x55\x92\xfc\x99\xa8\x2d\xe4\x35\x32\x30\xa6\x33\xde\x37\xdb\xca\x20\x9a\xda\xf6\xf4\xa7\xb2\x37\x83\xc8\x1a\xbe\x24\xd1\x35\x22\x42\xfe\x92\x48\xdb\xb5\x19\x18\xe3\xba\x71\x05\x86\x52\xef\x64\xa7\xd3\xae\x75\x40\x36\x76\xae\xfc\xed\x93\xbe\xe1\x7e\xd7\x69\xf5\x7c\xc9\xa1\x0e\x78\xb5\x8a\xeb\x9c\xb7\xdf\xb5\x76\xcf\x8a\x86\x56\xd6\x79\xcf\xd9\x18\xe3\x49\x2c\xba\x7f\x7f\x7b\xf2\xd3\xeb\x17\x2f\x7f\x3a\x39\x7f\x75\xfa\xee\xe3\xdb\x77\xbf\x9c\x40\xe3\x58\x67\xaa\x08\x4e\x2e\x2f\x31\x57\x47\x21\x8e\x72\x0b\x53\x09\x4b\x56\x91\x19\x62\x1f\x94\x68\x69\x85\xfc\x34\x8a\x0e\x15\x38\xc5\xb3\x5b\xb2\xa2\xc4\xbd\xa8\x34\x03\x8b\x60\x8c\x53\xe2\x72\xe1\x41\x91\x1e\xf5\xc1\x61\x4c\x57\xab\x28\x02\x87\x36\xd7\xbf\x38\xe4\xc0\xea\x4c\x9a\x77\xc1\x3b\x86\xfe\x89\xdc\x65\xbe\xb2\x8b\xc2\x9f\x17\x19\x19\x13\x91\xdd\x28\x2e\x0e\x4f\x22\x6d\x38\xb9\x66\x41\xcb\xcd\xd6\x54\x15\x54\x76\x8c\x4d\x8b\xcc\x53\x37\x1b\x9d\x8e\xfb\x59\x65\xa9\x56\xab\xe8\xf9\x92\x5e\x51\x76\x4d\x7f\x8c\x0e\x1a\x92\x95\x87\x90\x22\x18\xf9\x32\x53\xeb\x07\xc7\xa8\x71\x18\xfd\xa0\x06\x64\x4f\x47\xeb\x02\x8f\x91\xe4\x19\x22\x77\xcf\x84\x61\xd4\x6d\xbd\x61\xbc\x35\x67\x5c\xb2\xb7\x72\x2d\x14\xe2\x87\xad\x1c\xe3\xa4\x35\x13\x62\x91\x3c\x79\xd2\x60\x49\xe4\xa9\x78\x32\x61\xe3\xfc\x89\x62\x64\xc6\x25\xc5\x50\x57\xe5\x91\xd9\x1d\xfe\x71\x73\x7c\xa3\xdc\x7c\x67\x8c\xd1\xea\x06\x7c\xf1\xee\xd5\xc9\x4f\x50\x22\x43\x90\x18\x55\x86\x95\xbf\x14\x86\x7c\x26\xe9\xf3\xb9\xb2\xf8\xb0\x38\x58\x93\x8f\xfa\x31\x5d\x77\x16\x75\xdd\x80\xf9\x88\x53\xf6\xdf\x5c\xe0\x0f\xfa\x5e\xea\x75\xe5\x8b\x2a\x67\x6d\x33\xd4\xa9\x6d\x94\x6d\x2a\x0b\x55\x25\xb3\xbe\x01\x6b\x20\x95\x14\x37\xf4\x6d\xe0\xb7\x69\xae\xc9\x34\xcf\xad\xef\x0e\x93\xea\x77\x75\xc7\xaf\x5e\x29\x6a\x02\x40\x01\xc5\x0c\xd3\x84\xc4\x91\xfc\x1b\x01\xa8\xdc\x8a\xe4\xb3\xfa\x11\x01\x68\x8c\x4b\xe4\x2b\xf3\x33\x02\xd0\xcd\x76\x12\xf2\x40\x15\x90\xa6\x58\x2b\x75\x34\xc6\x3a\x3c\x84\xcd\xf3\x10\xf3\xf4\x99\xe1\xc5\xb4\x30\xd4\x30\x10\x04\x30\xf6\x6e\x29\xac\x36\xef\xe4\xdd\xdf\xba\xaf\x4f\x5e\xfe\xf2\x9f\xe7\x1f\x5f\x9c\xfd\xf5\x0c\x74\x3a\x63\x46\x73\x96\xe1\x6e\xc6\x2e\x43\x40\xa8\xe2\x48\xd2\x06\xb3\x02\xa9\x3a\x4a\x8e\x9b\xd5\xf7\x2d\xf5\xd3\x53\x9f\x71\xa5\xf3\x6e\x14\xe2\x38\x5f\x66\x42\x29\x56\xfa\x2a\xd3\x69\x03\xcb\xfa\x34\x5b\xe3\xd9\x7a\x09\xe3\x40\x47\x01\x48\x9e\xae\x83\xa1\x66\x2a\x5c\x1d\xeb\x4f\xb2\xfa\x33\xed\x3f\xb5\xb6\x44\xa3\xae\x4f\x68\x4b\x12\x60\x38\x27\xb7\xb3\xf9\xd2\x69\x39\x5e\xa1\x2c\xbb\x40\xe3\xab\x3c\xf6\x0b\xcb\x2d\x63\x4b\x68\x86\x48\x6b\x15\xeb\x95\xcc\x91\x2c\x95\x26\x15\xdd\x4d\xf5\x3c\xbb\x4a\x4e\x0b\xd6\xf8\xa2\x72\xfe\xaf\xf9\x56\x53\x78\x36\x8e\xd6\x5d\x23\x2b\x60\xf0\x43\x52\x35\x1d\xb8\x0f\x1f\x34\xba\xe4\xeb\x53\x25\xe5\x5a\xd7\x73\xa3\x5a\xc3\xcf\xc5\xf1\xe1\x21\x06\x6b\x8a\x0d\xf1\x28\x36\x1a\xd4\xc0\xcc\x28\xd3\x25\xaf\x87\x1f\x67\x9c\x5d\xff\x42\x67\xea\x0e\x43\xe9\xe7\xd4\x8e\xfa\x09\x09\xd9\xe3\x02\xde\x5f\x2a\x6c\x53\x75\x10\x60\xe1\x57\xab\xa7\xed\x35\x68\xcb\x9e\x65\xbe\xa4\xa5\x52\xd5\x33\xd3\x40\xe3\xab\x8b\x25\xa7\x98\x6b\x45\xa2\xa4\x71\xf9\xf0\x9e\xef\xa5\xdc\x59\x61\xb0\x70\xa3\x57\x34\xc6\x06\xfd\xd9\x6e\x28\xfc\x6e\xb0\xa3\xfd\x56\x48\xe4\xb8\x66\x57\xfb\x73\x60\x4d\x5e\x43\xc3\x34\xa6\xaf\xfd\x24\xc8\x1f\x69\x53\x6e\xc7\x21\x1d\x68\x4f\x0b\x55\xe3\x69\xb0\x06\xb6\xfa\xba\xd2\x52\x4d\xf7\xd5\xaf\xfa\x2c\x58\xd5\xb1\xbc\x5e\xdd\x0a\x96\x2c\x0a\x27\x29\x05\xf7\xb7\x95\xa2\x2a\x86\x74\xee\xed\x41\xf5\x51\xeb\xc3\x71\xac\xa0\x92\xfc\x3f\xad\xfd\xf0\x6b\x46\xf1\x1a\x9b\xbc\x73\x67\x64\xac\xf5\x9e\x46\xa5\xf4\xfa\xf4\xdd\x89\x92\x2a\x57\xab\xe8\xe4\xc3\x87\xd3\x0f\x27\xaf\xd5\xa3\x3c\x9a\x38\x5f\xce\xb1\x83\x5d\xa3\x44\x82\xdf\xd8\x78\x65\x7a\x76\xb5\x86\xd5\xb6\x25\xac\x89\x60\x0c\x86\x62\xa4\x22\x39\x55\x7b\xa1\x5c\xed\x53\x6a\x22\x01\x50\xe5\x9f\x3b\x08\xf5\x34\xd5\x7d\x4c\xc2\xdf\xfe\xf2\xe2\xec\xfc\xe7\xd3\x0f\x27\xe7\x7f\x7b\xf1\xd3\x2f\x27\x67\x91\x71\xdb\x25\x16\xcb\xd5\xda\x23\x30\x0c\xc6\x0e\xbd\xf4\xf1\x55\xc5\x9a\x32\x63\xa7\x13\x87\x00\x77\x3a\x41\x09\xdf\x71\x15\xd5\xd2\x5d\x5f\x60\x5d\xad\x2c\x79\xbd\x46\x9c\xc6\xd1\xdf\xd9\xb2\xb5\xb0\xf7\x59\x2d\xd4\xea\x66\xaa\xf5\x18\xb4\x24\x31\x6d\x99\xb4\x43\x2d\x32\x9f\xe3\x09\x41\x02\x67\x37\x2d\x65\x57\x4d\xe8\xe5\x13\xbd\xa8\x84\x5e\xb6\x88\xe8\xb6\x3e\xce\x48\xde\x22\x79\x4b\x73\x89\x92\x81\x5e\xd2\x7c\xb9\x58\x30\xc9\x00\xb6\xe2\x8b\xa5\x68\xcd\xc9\xe5\x4c\xb4\x2e\x70\xab\x7c\x4f\x68\x6b\xba\x54\x0e\xb3\x9f\x30\xcf\x95\x71\xc0\xb4\xd5\xe0\x38\x41\x37\xb2\xf8\xb7\x39\x49\x69\xbb\xaf\x42\x6c\x69\xc3\x72\xe8\x6f\x87\x75\x22\x95\xd5\x29\x58\x22\x64\x9f\x53\x8b\x5b\x4b\xa3\xd3\xd8\x72\xb3\xb6\x8c\xc2\xaa\x61\xa3\x54\xbf\x89\x29\xf5\x2e\x8b\x55\x48\x60\xfc\x59\x54\xec\x51\xcf\xd1\xe4\x93\x3c\xb3\x3a\x2e\x64\xcd\xde\xd3\x63\xb7\xe4\x01\x31\x16\x89\x87\x87\xde\xfb\x02\xfa\x0c\x75\x98\x75\x2b\x71\xb9\xdf\x98\x0f\xdd\xe3\x06\x7e\x62\x6c\x31\x28\xd1\xb2\x0a\x02\xd8\xbc\xfe\xa8\x20\xf9\x48\x27\xc5\xca\x23\xc8\x21\x77\x0c\xbe\xd6\xa8\x01\x90\xe4\x58\x7c\x24\x73\xcc\x96\x22\xc4\x99\x97\x15\xb4\x9d\x25\x80\x7d\x50\x40\xf3\x2a\xa9\x5b\x9d\xad\xa1\x3c\x81\xd1\x61\x60\x19\x81\x8a\xc0\x01\xb9\xba\x68\xaa\x0a\xc2\xf7\x4d\x5b\xa3\x3d\x23\x0b\xda\xf9\xf2\x49\x9f\xd9\xf9\x1f\xcc\x4c\xd6\xca\xb5\xef\x29\xe8\x4f\xc5\x0e\x13\x97\x38\xf0\x9e\xe5\x73\x65\x41\x40\xb9\x61\xea\xd8\x75\xcd\x50\x1d\xbe\x0e\xa1\xb1\x81\xe5\x11\xb4\xfd\x84\x62\x95\x26\x1f\x54\x07\xf1\x44\x21\x1e\x3d\x94\x50\xb1\x57\x8c\x0a\x42\x97\xb8\x2c\x26\x3b\x77\x07\xa8\xa4\x6a\x22\x68\xa8\xb4\xa5\xc8\x21\x65\x46\xd2\xf8\xf2\xe1\xe4\xe3\x2f\x1f\xde\xd5\xe5\x4b\x0e\xfb\x15\x82\xeb\xd7\xf8\xf8\x97\x0f\xa7\xbf\x36\x2b\x3c\x5d\x5b\x41\x0b\xb2\xc9\x7d\x9a\x00\xb8\x5e\xc6\xad\xce\x71\x12\xbd\x3c\x79\x23\xe9\xcd\xab\x0f\x27\x2f\x3e\x9e\x44\xb0\x86\xda\x9d\x71\xe0\xda\xc9\xad\x4d\x9c\xb9\x98\x3c\xa0\x72\x51\x1b\x1d\x77\xc9\x67\xef\xe8\x3a\x4d\x9b\x73\xda\x90\x30\x8c\x93\x9d\x87\x66\xcc\x71\xaa\x51\x79\x65\x79\x01\x03\x47\x98\x80\x4e\x27\x76\x74\xb2\xbd\xc1\x0e\x54\xa4\xc0\x6e\xbc\x86\x16\x21\x44\x17\xe1\x53\x6f\xd7\xf9\xd5\x9b\xca\x2c\xad\xca\x0a\x01\x39\x20\x03\x52\xf5\x12\xf9\x80\xae\xd5\x97\xea\xb1\xfe\x95\x88\xd9\x19\x91\x07\x4c\xf7\xd0\x5a\x03\x27\xb1\x1d\xfd\xe4\xb5\x61\xb7\x62\x32\x14\x4d\x77\x0f\x00\xe5\xeb\xba\x4f\xd3\xc0\x4e\xf1\x27\x76\xa5\xc7\x20\x3f\xc6\x24\xe8\x99\x42\x94\x8f\xcc\x20\x96\x8c\x89\x46\x72\x90\xfa\x6b\x04\x75\x8c\xeb\x9a\x37\x52\xd7\xa2\x1a\x0a\x83\x4a\x43\x2c\xf1\xcf\x46\x55\xd4\x71\x52\xe5\x81\x5d\xa0\x75\xb3\x73\x7f\x81\x12\x99\xd5\xbe\x35\x85\x4f\xdb\x1b\x7f\xa8\xeb\x86\x02\xfd\x95\xa8\x13\xe5\x90\xb7\x8f\x6f\x9c\xb0\x9e\x83\x16\x03\x5f\x47\x14\x03\xc5\x4d\x27\x58\x31\xd4\xd5\xb5\xab\x76\x9f\xdf\x58\x1f\xd8\xc0\xe2\xfb\x88\x5e\xd3\xf2\x83\xe6\x66\xe2\xc0\x30\xa9\x14\xdc\xca\xe6\x7c\x41\x22\xcc\x74\xd4\x6f\x41\x2a\x23\xac\x2b\x2e\x2d\x63\xb3\x89\x5e\xf3\x40\x36\xd1\xe9\xa8\x80\xce\xb2\x0f\x9d\x0e\x2f\x85\x67\xda\xbc\xd9\x23\xde\xcd\x1e\xfd\xb1\x3f\xa0\x3a\x57\x02\x4b\xfb\xc7\xec\x39\x3d\x66\x87\x87\x80\x0c\x59\x35\x57\x02\x1b\x1d\x38\xf8\xee\x56\x69\x18\xf9\x7a\xd1\xc4\xd3\x80\x82\x91\xfd\x49\x00\x28\x8a\xa2\x38\x60\x81\x89\x4e\x43\x48\x54\x31\x09\xa5\xc9\x79\xe3\xba\x8b\xae\x35\x23\xd1\xc8\x91\x36\xad\x43\xfa\x3a\x9e\x9b\xdb\xb0\x3c\xbc\x4d\xa9\xc5\x1d\x4f\xef\x2c\xaf\x8f\x1b\x35\x42\xa5\xd2\x22\x91\x4e\x67\x2d\x74\x4f\x07\x5b\x00\x00\xab\x52\xe3\x9a\xfb\x47\x15\x07\xda\x17\x2f\x02\x85\xed\x9d\x58\xda\x2c\x6b\xad\x5b\xf5\xae\xc1\xf5\x1d\x45\xcd\x07\x5a\xf9\x60\x76\x11\xef\x74\x44\x5b\xe9\xc5\x44\x97\xe4\xaf\x71\x2e\x38\xbb\x51\x9a\xc8\x8a\xfd\xaa\xbb\xdb\x8a\x80\x9d\xf8\xe8\x9f\x6e\x37\xe0\xc0\x2e\x85\xd1\x3f\x23\xb9\xc9\xbc\x62\x74\x5d\xb1\x83\x8a\x30\xf5\x43\x43\x6e\x69\x4d\xb0\xc0\x63\xa1\x24\xab\x05\x13\x98\x0a\x22\xe5\xbd\xd6\x0c\xfd\x86\xf8\x84\x2d\xf3\x56\x94\xe3\x6c\x6a\x54\xe8\xad\x8c\xb1\x45\xd4\xba\xc0\xe2\x1a\x63\xda\x5a\x20\xc9\x24\x6a\x39\xec\x07\xb7\x4d\x61\xd4\x42\x74\xd2\x1a\xcf\x48\x36\xd1\xdf\xca\xed\xcc\x60\xd4\x6d\xbd\x9d\xb6\x6e\xd8\xb2\x75\x8d\xa8\x58\x5b\xca\xb8\x1c\xb9\xbb\x81\xeb\x59\xad\xbd\xb2\xb4\x6c\x90\x94\xd7\x08\xb0\xb5\xc8\xb0\x64\x7b\xc6\x33\x44\x2f\x71\xeb\x9f\xe5\x25\xce\x3f\x25\xd4\x7f\x3a\x01\xd2\xfb\xb0\x79\xa7\xae\x30\x5e\x58\x9f\xf4\x16\x9a\x0a\xcc\x37\xed\x96\xe9\x0f\x11\xba\x17\x4b\x1a\xe8\x47\x24\xcf\x38\x75\x17\x3e\xf2\xb8\x6b\x9b\xb8\x90\xcd\x0c\xf3\xdc\x56\xf3\x9d\xb2\x99\x0c\xfc\x07\xcf\xae\x01\x59\x27\x14\xd3\x20\x52\x56\x25\xf1\xad\xba\xaf\xc6\x70\x4a\x13\x01\xcd\x66\x57\x54\xb0\x80\x1c\x94\xbe\xc6\x85\xf6\x34\x42\x9e\xd9\xd5\x7d\xde\x9f\xea\x9a\xc6\x6e\xde\x2f\xe0\x18\xff\x50\x13\xac\x2d\x0d\xbe\x9a\xce\xab\x6b\xb2\x20\xaf\xb3\xe3\x42\x5f\xc3\x8e\xcb\xdf\x1c\xdb\xba\x79\x2e\xbf\x01\x37\xcf\x3f\x61\x28\xe4\x6f\xd3\xcd\x73\x1f\x03\xf9\x4b\xc4\x40\xde\xd1\x2c\xb3\x66\x91\xe9\x1b\x63\xba\x54\xec\x61\xb7\x99\xf3\xd2\x50\xa9\x62\x51\xa4\xdf\x68\xea\xa5\xab\x54\x9c\x5a\xc2\x86\xfc\x81\xfc\x19\x15\x57\x56\x9e\xf6\x8e\xf9\x73\xac\x56\x58\xc8\x15\x2e\x49\x53\xb9\xd2\xe6\xa6\x41\xb3\x3a\x26\x84\xcd\x0c\x71\x29\x39\x59\x75\x52\xd9\x4f\xf3\xc6\xef\xa7\x0a\xeb\x31\xbf\xc7\x00\x35\x1e\xa7\xb7\x53\x63\x49\x65\x89\x9c\xb9\x3f\xbc\xc8\x31\xff\x84\xed\x75\xa2\xc4\xff\x37\x2f\x24\x49\x6c\xce\x48\x1e\xf6\xd4\x71\x22\xcc\x5d\xce\x3a\x95\xd8\xcf\x46\x55\x0b\x1a\x21\xfe\x4e\xaf\x29\xe6\x15\xdd\x2d\x80\x22\xc5\x03\xdc\x65\xf2\xcb\x5b\x2a\x61\xa8\x56\x55\xaa\x05\x37\x73\xf6\xfa\xf9\x0d\x92\x7b\xf1\x26\x65\xf5\x90\x06\x66\x2a\xa7\x14\x14\x71\x0f\x92\xee\xf9\x38\xc3\x88\x2e\x17\xa7\xd4\xf0\xb0\xa0\xa9\x31\xb6\x46\x1f\x2f\xb2\x2c\x82\xb7\xdc\x44\xfb\x11\x33\x6c\x30\x87\xe4\x7a\x32\xf2\x09\xe7\x2d\x46\x95\xd1\xc7\x44\x83\xc2\x93\x16\xe3\xad\x25\xe5\x98\x4e\x30\xc7\x93\xa8\x90\x02\xae\x9a\xd8\xf0\x36\x32\x8a\xc0\x8c\x51\x75\x4d\xdc\xdc\x56\xbc\x82\x34\x6c\xb6\x28\x93\x26\xaa\x9e\x9a\xa5\xf4\x36\x74\x6b\x99\x0e\x9d\xc0\x95\xdb\x4b\x36\xfb\x6d\xb5\x1a\x8e\x00\xe4\x00\xe2\x02\xea\xc5\x6e\x5e\x2e\x29\x5b\xdc\xa6\xe9\x2a\x30\xf1\xcd\xb0\x47\xce\x0d\xc2\xfe\x3b\x5b\x4a\x2e\xb1\xc5\xa8\x31\xe9\xf1\xae\x38\x24\x39\x51\x57\x1c\x84\xb6\x90\xe2\x30\xbb\x65\xca\x9b\x85\x73\x15\xd6\x27\x55\x2d\x44\xe5\xa4\x8a\x90\xf1\x65\xed\xe8\x62\x39\xe5\x96\x19\x0d\x66\x16\xdf\xb2\x15\x2b\x7b\xe9\xa5\xcc\x6a\x57\x70\x06\xea\xdc\x8f\x58\x63\xf6\x5b\x85\xa5\x74\xdb\xeb\x9c\x71\x72\x49\x4c\x21\xf3\x50\xf7\x40\x2e\x77\xb7\x7b\x57\xea\xd1\xb9\xf9\xec\x9e\x61\x45\x4c\x2a\xd5\x38\xee\x95\xec\xf9\x7d\x66\xe7\x9b\x58\x9c\x07\x8e\x5b\xe2\xfc\xbc\xb7\x44\x97\xbc\x8a\x2e\xfd\x94\x43\x6b\xf7\x75\x05\x25\x1a\x44\x29\x65\xea\x90\xf4\x6b\xe4\x6a\x58\x2d\x9e\x54\x63\x1f\x58\x01\xb5\x76\x2e\x06\x77\x9c\x19\x00\x25\xf7\x09\x12\x0c\x8d\xff\x51\x68\x56\x42\x9b\x41\xc9\x1a\x24\xbc\x27\x14\x86\xab\xbe\xf2\xf6\xa6\x36\x97\x15\xa5\x25\x4f\xc0\x6e\x36\xac\x48\xaa\x6c\xb6\xea\x26\xe7\x45\x2d\xbc\x43\x6e\x51\x30\x83\x77\xe1\x64\x49\xd9\xd2\x34\x78\x10\x3b\x9d\x98\x86\xaf\x0b\xad\x02\xde\x00\xa9\xa9\x0f\x98\x93\x0f\x6b\xa6\x93\xbc\xbc\xf6\x62\x00\xb2\xa2\x50\x61\xe8\xdf\xbe\xfb\xdb\xe9\x5f\x4f\xe0\x24\x60\x3d\xaf\x95\x8f\x7a\x94\x61\x62\x54\xc0\xa9\x64\xe3\xc7\x6b\xb2\xd0\x48\x0e\xc2\xb0\x1c\x93\xad\xb2\xd0\x8c\x87\xd3\x51\x3a\x81\x63\x3f\xf4\xd2\xa7\xaa\xa4\x44\xa6\x31\x07\x55\xaf\x30\xee\xbb\x7f\xdd\xea\x08\x52\x7c\x88\x46\x70\x99\x4a\x2e\x48\x2e\xc3\xb9\x27\x98\x19\xcd\x39\x3f\x77\x67\xf5\xf2\xf0\x10\x1c\x88\xe1\x72\x94\xde\xc4\xba\x19\x88\x63\x01\x73\xb5\xfb\xe1\xd2\xf7\x70\xbe\xa9\x65\xe3\xa9\x61\x7a\xa7\x6e\x57\x7e\xcd\xe0\x80\x0f\x62\xeb\x98\xcc\x97\x14\xb8\x95\x38\x95\x3c\xb6\x9e\x5a\x0a\x87\xe5\x6d\x24\x81\xc2\x1d\x1a\x2d\x3a\x94\xa2\x8b\x92\x54\xb4\xdc\x52\xae\x04\x00\x09\x19\x8a\x91\xcb\xfb\xe5\x1b\xa2\x1b\xd6\x6e\x5e\x67\xf9\x66\x8d\x17\x55\x1f\x12\x54\xf1\x21\x21\x35\x1f\x92\x99\xe7\x43\x72\x9b\x63\x51\x89\x26\xe0\x6e\xe5\x64\x37\xcf\x24\x37\x73\x26\x4b\x18\xd5\x6a\xf5\xe5\x5d\x4e\xc9\x41\x0f\x7d\x7b\x69\xda\x8c\x01\x50\xb7\x0e\xf8\x38\xc3\x2d\x29\x51\xb3\x69\xab\x0a\x28\x06\xce\x34\x00\xb5\xf2\x05\x1e\x4b\xf9\xde\x28\x75\xac\xb4\xdf\x22\x92\x11\x59\x70\x3c\x46\x4a\x03\x46\x27\xad\x6b\x46\x7f\xb8\xcf\x00\x20\x0f\x5a\x00\x74\x5b\xef\xb5\xde\x49\x37\x76\x63\xe8\xb5\xd7\x18\xcd\x05\x46\x13\xd8\xc2\xdd\xcb\x6e\xab\xd4\xdd\x09\x18\x25\xaa\x68\xdc\xed\x76\x81\x8d\x51\x11\x83\x5a\xac\xc7\xb8\x54\x2d\x85\x26\x0e\x46\x4a\x7b\x04\x3f\x99\x0b\x32\x34\x99\xfc\x44\x72\x81\x29\xe6\xd0\xb0\xc2\x2a\xa6\x83\x32\x5d\x82\xc2\x79\x01\x47\xb0\xdd\xbf\xb3\x96\xc6\x35\x27\x95\xba\x1e\xb3\x57\xab\x7d\xaa\x59\x64\x57\xdb\xf1\xcc\xd5\x26\x7b\xa0\x80\xbe\x45\x40\x15\x23\x95\x1d\x4d\x6b\xcf\x92\x03\xab\x0f\xc6\x8f\xa6\x59\x1f\x67\x6d\xb7\x59\xdb\xec\xd3\xb5\x4d\xd7\x47\x9b\x06\xdf\x96\xdd\xa8\x7f\x69\x74\xa6\x31\x7d\x8d\x2e\x39\xa9\xe2\x6b\xcb\x4d\xb6\xa1\x54\x98\x96\x03\x1c\x48\x83\x3b\x7d\x41\x9b\x5b\x5d\x6f\x6c\xcb\xf1\x28\x7e\x9e\x32\xd1\xca\xb1\x90\xec\x3d\x11\xb9\xe5\xfa\x3f\x11\xd4\xfa\xa1\x4a\x32\x7e\xe8\xb6\xce\x30\x76\xc7\x8e\x28\x79\x40\xdb\xe8\x4c\x19\x6f\x4d\xb0\x40\x24\xcb\xbb\x91\x12\xd5\xee\x41\x4a\x21\xc7\x36\x93\x6e\xa3\xb7\x89\xc2\xb1\xa2\x1f\x7c\xdc\x70\x1d\x75\x5f\x99\x8c\xa0\x1c\x5a\xf3\xef\x9f\x65\x8f\x1c\x4f\xb4\xd6\xf9\xe5\x52\x54\x7d\x15\x7b\x9e\xa7\x61\xb8\xa8\xf5\x40\x56\x25\xdf\x4e\xb2\x90\xa3\x4c\xe9\xfa\x68\x81\x85\x1c\x48\xda\x8e\xf6\xf9\x17\x18\xd6\xe9\xc0\xbc\xb7\x0e\x90\x72\x2d\xd6\xf9\xe5\x6c\xd6\x5c\x2b\xd8\x9c\xe7\x23\x13\x6a\x76\x10\x69\xaf\xf0\x28\x89\xc8\x24\xc3\xca\x7d\xa6\xca\xfa\x1b\xb1\x5e\xf3\x7c\xea\x81\x2a\x89\x40\x7b\x7f\xb9\x72\x11\x80\xde\xe6\x49\xaa\xd3\x0e\x54\x80\x0f\x55\xa7\xe4\xc3\x7c\xe7\x77\x50\x89\x2d\xd2\x2c\x57\x05\x54\xc6\x29\x69\x96\x2c\xc3\x3a\x80\x7a\x78\x92\x40\xf3\x7e\xaa\x80\x4a\xe0\x92\x66\x59\xe7\xe3\x0d\x2a\x01\x4d\x9a\x05\xad\x07\x37\xa8\xc6\x39\x09\x40\xb4\xf6\x9f\xa0\x1e\xff\xa4\x59\xd6\x73\xea\x06\xd5\xc8\x28\xd5\xb2\x95\xb8\x15\x00\x96\x6b\x90\xf4\xa0\xdb\xdc\x49\x0f\x96\x81\x6b\x92\xde\x9d\x01\x4c\xf0\x6a\x75\x5b\x40\x9e\x8a\xae\xd6\x58\x28\xd3\x11\x8e\x73\x2c\x8c\x4d\xa8\x52\xf4\x76\x1d\x88\x75\x1e\x38\x12\xeb\x89\x19\x56\x01\x8c\xa3\x06\x4f\x5e\x56\xe7\x00\x52\x67\x01\xee\x9a\x89\x81\x8d\xd5\xb4\xa9\xab\x48\x45\xd0\xf5\xaf\x13\x9b\x96\x7c\xb5\x08\x64\xea\x08\x94\x82\xb1\xde\xff\x65\x57\x1a\x7e\x22\x39\x16\x5e\xfa\x4c\x15\x48\xe7\xae\x70\x39\xf5\x80\x3a\xa1\xa0\x3b\x8f\x13\x52\xa7\xa8\xf9\xfd\xdf\x17\x41\xf3\x1a\x11\x71\x34\x65\xfc\x4b\xf8\x3a\x57\x03\x31\x19\x6d\x34\xff\xce\xb4\xd1\xbe\x8b\xee\x57\xbc\xba\x22\xf5\x0c\xf0\x92\xdb\x71\xc9\xdf\xb9\x4d\x37\x4b\x53\xc9\xfb\x1c\x50\x2f\xaf\x6d\xea\x3f\xac\x56\xed\x3e\xa4\x5d\x5f\x26\x4d\xdb\x3d\xeb\x02\x43\x68\x8b\x2a\x61\xdc\xca\xa8\x4a\x02\x5f\x47\xea\x69\xf7\x0a\xdf\x40\xea\xcb\x8a\xac\x9e\xb9\xb5\xd3\x21\x31\xf6\x38\x15\x01\x20\x57\xef\xb4\xf6\x30\x70\xef\x57\x2e\x57\xdb\xcb\x2e\x6e\xb2\xfe\x89\xf0\x4c\x2a\x09\x4b\xa2\x23\x8e\x73\x65\x99\xac\xae\x67\x30\x11\x33\xcc\xa5\x0c\x23\x6b\xb7\x18\xaf\x4c\xed\x81\xd7\x2d\x7b\x69\x66\x38\x0d\x65\xf9\xe2\x89\x7c\xde\x26\x49\x0c\x4b\x83\x7d\x31\xbe\x2e\xe2\x4b\x8e\x4d\x74\x3a\xfa\x2a\x7a\x4d\x7a\xd9\x38\xb7\x8d\x6a\xd4\xa2\xdb\x3a\x9d\xd6\x6f\x01\x4b\xcd\xec\xb9\xea\xd1\xf9\x79\x2a\xa0\xda\x7a\x15\xd8\xcb\x40\x96\xc7\xb5\x39\xb7\x3e\xe0\x69\x86\xc7\x62\xb5\x6a\x9b\x5f\xe5\x31\x30\x17\x6d\xed\xfe\x01\x99\xc6\x8d\xaf\xdd\x7c\x86\xe6\x95\x22\x81\xc3\xf5\x9e\xb3\xcf\x37\xb6\x90\xce\xca\x65\x06\xf1\x1a\x09\xbc\xf6\x62\xb2\xd1\x58\x2c\x8b\xc3\x61\xd5\xa9\x44\x25\x69\x6e\xf7\x8c\xa1\x94\x3b\xe7\xed\x7e\x51\x94\xb1\xbd\x6b\x1a\x0a\x0e\x69\x3a\x36\x77\x91\xc2\x6a\xee\xc6\xda\x3b\xc1\x47\x00\x07\x3c\x6d\x76\x82\x96\x72\x0a\x24\xa0\xc0\x59\x8e\x5b\x3c\xa5\x61\x49\xde\x76\xc0\xc4\x2b\xe0\xfe\xd1\xc8\xfc\xf5\x6c\x8b\xd5\xca\xde\x6e\xb4\xd3\x94\xc7\x02\xf8\x88\xaa\xdc\xf9\x83\xda\xad\xb3\xe6\x9d\x95\x9d\x79\x79\x12\x3e\xe0\x29\x96\x58\xd9\x1e\x07\xd9\x78\x6b\x86\x72\x2d\xc1\x63\xda\xb2\xa9\x95\x72\x3c\x69\x1d\xb5\xd4\x95\x4b\x0c\x2a\x25\x8c\x07\x6d\x99\x0a\xa9\x88\x31\x48\x44\x30\xdf\x68\x3c\x0e\x6f\xdd\x41\x99\xf2\xd9\x7b\x1b\xc4\xca\xe5\x6e\x5e\xad\x82\xb5\x24\x66\xdd\xf5\xb2\x4f\x92\xb0\x37\x8c\x2b\x36\x28\x90\xf3\x54\x4d\x99\x6a\xa0\x2c\xab\xc4\xd2\x34\x78\xf2\x64\x69\x63\xbc\x5d\x96\x77\x7a\xa4\xba\xe9\xbb\x57\x69\x66\xde\x69\xcb\x95\x69\xa5\x27\x28\x26\x10\xdb\x1b\xfb\x65\x4c\x40\x2d\x8f\x4b\x25\x48\x83\x31\x13\x27\x00\xc6\x22\xe5\x5e\x2a\x2a\x50\x3a\x61\xa5\x18\x8a\xae\x20\x73\xcc\xdf\x4e\xb4\x13\x90\x70\xc1\x6b\x63\x02\x87\xb7\x57\xf8\x26\x69\x98\xcb\xd9\xdc\x99\x15\x9b\x39\x79\x60\xb5\x59\xa0\x01\x17\x70\x26\x50\xdf\x5d\xe3\x35\xb7\xaf\xfb\x6c\xe2\x8c\xdd\x5a\x69\xec\x78\x8f\x59\x1c\x28\x8a\x02\x9a\x01\xd4\x8d\x6d\xeb\x23\xf0\x5d\x1f\x8c\x72\xd8\x1f\x8b\xd1\xb5\xf9\x13\x55\x14\x23\x00\x49\x11\x8b\xae\x33\xec\x04\xbe\x8e\xf8\xde\xd5\xb2\xe6\x46\x2c\xb0\x5e\xac\xb6\x5e\xfa\xc8\xa7\x18\xb2\x52\x39\x93\x0a\xc8\xba\x53\x13\xca\x8c\x75\x27\x64\xa2\x5d\x42\x55\x6e\xc3\xee\x32\xc7\xf9\xeb\xd3\x9f\x6d\x70\x51\xf9\xca\xe6\xe2\x79\xa5\xaf\x23\xd5\xcb\x5d\x17\xdb\x33\x90\x34\xf7\x0d\xe5\xc8\x09\xb8\xa5\x7e\x77\x7a\x90\x86\xcc\x9d\x63\x00\xef\x5d\x73\x02\x0a\x18\x20\x15\xaa\x49\x66\x4c\xab\x26\xfa\xee\xc1\xaa\xdd\x06\x7a\xe1\x6a\xe3\x37\xa1\x0d\xd7\xd4\xa9\xa9\xbd\xdc\xfd\x6d\xd0\xc6\xda\x07\xe4\x7c\xcc\xca\xe7\x75\xb0\x8c\x19\x78\x63\x11\xaa\x3d\x63\x74\x6d\x5f\xb6\xd9\xcc\xa6\x92\x75\x2e\xab\x4c\x46\xa5\xc3\x1c\xcf\xd9\x27\xbc\xd1\x64\x68\x15\x81\x5b\x57\xab\xaa\xa8\x0d\xc8\x68\x9e\xed\x70\xa6\xd3\x75\xe0\xec\x8f\x54\x9f\xeb\xd0\x69\x9a\xed\x72\x9a\x60\x20\x2b\xf1\x66\xe6\x7b\x2f\x19\x93\x63\xd8\xee\x38\x5e\x61\x15\x2d\xb7\xbb\xe0\x78\x42\xc6\x48\x38\x57\xde\x90\xb8\x82\x06\x28\x48\xd6\xd2\x34\x45\x05\x64\x5d\xa3\x60\xe4\x2f\xd9\x92\x4e\xbe\xe8\xf9\xb4\x90\xdf\xd0\xb4\x61\xa6\xec\x59\xd3\x9a\x91\x69\x16\x5d\x31\x3e\xb4\x39\xb2\x98\x94\x19\x5b\xef\x3f\xc0\x92\xeb\x82\xb5\x3e\xc4\xc0\x45\x35\xf1\x54\xde\xb1\xb7\x73\x74\x0d\x25\x27\x28\xa2\x54\xad\x0f\xaa\x2f\xcc\x74\xf5\xb6\x3f\x22\x15\x08\x46\xb3\x50\x36\xe3\x9c\x65\xf4\x29\x79\x70\x3f\xdf\xdc\xb1\xd9\xef\x16\xaf\x4d\x7e\x8a\x27\x7a\x58\x47\x2a\xfd\xcf\x3d\x36\x9e\x36\xa5\xc5\x17\x0f\x2b\xa6\xfb\xa0\x23\xfc\xa7\xbc\xa9\x9f\xad\x4a\xef\xd6\xb7\xa1\xe7\x52\x9a\xf3\xd5\xca\xd3\xe9\xe8\xd8\x6b\x8d\x9c\x01\xc0\x7a\x40\xeb\xb1\xfa\x17\x26\x43\x5e\x35\x90\xf9\xa1\x2c\xf8\x43\x4b\xe0\xf9\x22\x43\x02\xb7\xf4\xf0\x95\xba\x49\xbb\x5f\x4c\xa2\x62\xa4\x2d\x6b\xed\x35\xa3\x6e\xb0\xab\x4b\xfe\xff\xec\xbd\x5b\x7b\x23\xc7\x95\x20\xf8\xce\x5f\x41\xe6\xba\xa1\x4c\x33\x80\x02\x48\x96\x2e\xa8\x4a\x51\xa5\xba\x58\x65\xab\x2e\x5d\x45\xf9\x06\xc3\x74\x12\x08\x10\xe1\x4a\x44\x42\x91\x01\xb2\x28\x02\xdf\xd7\xd3\xe3\xf1\x78\x3c\x9e\x5e\x8f\xdc\xdb\xed\xf5\xda\x5a\xaf\xc7\xeb\xf1\x78\xbd\x1e\xbb\xb7\xa7\x57\xb2\x7b\x3c\x0f\x92\x25\xf5\xcf\x90\x1e\xf5\xb2\x7f\x61\xbf\xb8\x47\xe4\x05\xb7\x2a\xd2\x2a\x09\xf5\x50\x3c\x88\x8c\xcb\x89\xdb\x89\x13\xe7\x9c\x38\xc7\x27\xb6\xb4\x63\x86\x97\x6a\x35\x1d\x5a\x1f\xf3\x58\xe6\xc2\x1e\x38\xc3\x13\x96\x8e\x8f\x6e\xdc\x40\xac\xd8\x32\x9c\xaf\xac\xa0\x7c\x4e\x1f\xef\xb0\x65\xa3\xd3\x9c\x55\xa8\x15\xa4\x2d\x64\x13\xfe\x3f\x7e\x52\xed\x3f\xc9\xe2\x7d\x87\x8f\xa5\xe3\x1f\xa7\x70\xc7\xa8\xa7\x2c\xa8\x4b\x0d\x9a\xd1\xf2\x06\xcd\xd2\x34\x69\x71\xb3\x66\x50\x64\xd3\xbc\xeb\x18\x33\x37\x1f\x83\x25\xf3\xae\xe8\x9b\x8a\x22\x9c\x13\xf0\x9d\x83\x6d\x70\x72\x26\x16\xec\x8f\x47\x21\x18\x15\x12\xa7\x5c\xc4\x37\x1c\x72\x57\xc6\x48\x84\x9e\x49\x0a\x42\xcf\x20\x69\x7a\xa5\xcd\x44\x28\x77\xdc\xef\xc4\x6a\x8e\xa6\x93\x39\xfe\x50\xef\x51\xbd\xdf\x9a\xb7\x1c\x8f\xf2\x80\x43\x3a\xe2\x5d\x34\xae\xe2\x74\x01\xff\xa3\xfa\xe2\x05\x08\x24\x20\x02\xe9\xa3\xb3\x22\xac\x8f\x05\x6e\x49\xe3\xc2\x68\x7b\xe2\x14\xbd\xc1\xae\xa6\xe9\x30\x8e\xb8\x62\x32\x34\xcf\x06\x21\xf0\xd6\x7d\xee\xee\xda\x0b\x00\xe1\x56\x3f\x8e\x55\x9d\x2c\xed\xd8\xd3\x65\xcc\xdd\x32\x36\x95\x53\x0c\x2a\xfd\x3a\x48\x73\x41\x72\x02\x69\x39\x0c\x90\x71\x5e\x9b\x55\xb8\x42\x6d\x9d\x37\xc5\x34\x2f\x6f\x97\x37\x09\xac\xb8\x84\xaa\x2b\x21\x04\x85\xf2\x38\x9f\xca\xfe\xab\x49\x30\x34\x34\x00\x74\x22\xc7\x5d\xf8\xdf\xcd\x99\xef\xc6\x85\x81\x02\xad\x1e\xe9\x41\x9d\x7b\x20\xb3\x61\x80\xe6\x18\x48\x38\x73\x20\xa9\x33\x24\xc5\xe3\x00\xed\x0a\x8a\x06\x03\x4e\x4a\x95\x1c\x1e\x15\xce\x1d\x3c\x70\xea\x9a\xf5\x1d\xc2\x42\x37\x90\x35\x99\x7f\x32\x29\x57\x9c\x78\xbd\x84\xc0\x23\x48\xe6\xae\x53\xe6\x9f\x5a\x27\x89\x8e\xf7\x16\x44\xd5\x14\x99\x5a\xb3\xf6\x24\x3c\x67\xc5\xd8\xf8\x1e\x9e\x5a\x2f\xbf\x11\xcc\x55\x63\x52\x8b\xe2\x99\x75\xe9\x10\x9b\xf3\x57\x29\x8b\x4c\xad\x59\x04\xd7\x9c\xb3\x4e\x96\x79\xc6\x2c\x31\x3a\x3f\x67\x6d\x2c\xf3\xd4\xda\x6c\x49\xf7\x9c\xb5\x46\x8e\x78\x7c\x9e\xda\x39\xe5\x59\xb4\x76\x5e\x68\x9e\xda\xef\xea\xf3\x71\xb1\x06\x54\xb9\xc9\x44\x85\x0d\x15\x8c\xc3\x7e\x0a\xe9\xd5\x38\x4a\x53\xd4\xb9\x06\x3b\x89\xf4\x1d\x64\x7d\x93\x46\x05\xfa\x63\x26\xe2\xa9\xab\x43\x5b\xa7\xdc\xef\x85\x6a\x5d\x0b\x9f\x38\x89\xe1\x46\x9e\x02\x10\xde\x31\x32\x66\x0b\x30\x90\xcc\x87\x28\x66\x1b\xaa\xae\xe9\xf7\x6c\x94\x91\xe2\x59\x7c\x88\xd0\xde\xbc\xc6\xee\x5c\xb9\xcf\x33\x18\x94\x33\x36\xe2\x32\x09\xa7\xdc\x62\xa8\x00\x01\x60\xf0\xb7\x27\x74\x32\xa3\xd7\x92\xb1\x5a\xfe\x76\xe9\xd3\x4f\xaa\xa5\x01\xf9\x04\x2a\xcb\x71\x46\xa1\xed\x28\xe1\x7c\xfc\x58\x95\xe5\x68\xa5\x2c\x9f\xaa\x2c\x8f\xb2\xca\xf2\xe8\x2c\x95\xe5\x49\x81\xb2\x3c\xb1\x25\x67\x1b\xc4\x51\x96\xb3\x5b\x74\xa1\xb2\x9c\xfc\x79\x95\xe5\xc4\xb1\x66\xd1\x4b\x37\x3a\x47\x65\x79\xd6\xd4\xe4\x8c\x6c\x91\x46\x4f\x84\x2d\x52\x9c\xb7\x45\x1a\x15\xd8\x22\x8d\x94\x2d\xd2\x12\x87\x21\x4a\xaf\x8b\xf0\x90\xa2\x6c\x91\xb1\x01\xac\x54\x0a\x9d\x11\xd5\x12\x5c\x7c\x62\xc0\x5a\xd2\xeb\x8d\xc7\x25\x65\x16\x2e\x92\x55\x91\x96\x54\x50\xa0\x3f\xe4\xf6\x0e\xb9\x37\xaf\x39\x8b\x87\xb9\xbd\x02\x6d\xef\xe2\xea\xb6\xf0\x0a\xb4\xed\x78\x05\xda\xce\x78\x05\xe2\xcf\x43\x6b\xc7\x28\x8e\xd5\x3b\x5b\xe3\x04\xc1\xfd\x50\x53\x6f\x9d\xb8\xf6\x2a\x4d\x61\xba\xaf\xde\xd3\x92\x74\x7f\x5f\xc5\xa7\x73\xca\x80\x34\x6c\xb5\xd7\x9c\xa4\xb0\xe0\xc1\x01\x0d\xeb\x80\x84\xda\x17\x30\xbd\x4c\x2e\xd1\xcd\xcd\x20\x6d\xd1\xb6\x1f\xac\x45\x92\xa4\x41\xe7\x85\xd8\x22\xb8\x85\xe9\x64\x91\xec\xc2\xa1\xaa\x4d\xdc\xa9\x89\x49\x4c\x19\xb1\x0d\x38\x02\xf2\xf6\x59\x66\xf6\x72\x22\xcd\x5e\x48\x74\x5c\x96\xe5\xc0\x64\xd9\x9b\x5e\xd9\xbe\xcc\xa9\xf5\x98\x7b\xc9\x5d\x21\x81\x0a\x8f\x01\xd4\xde\xd5\x42\xa8\xee\xaf\x21\x34\x8a\xb2\x10\xd6\xf6\x15\x2f\x6e\xbd\xcc\xcf\x7a\x39\x72\x92\x84\x0b\x3b\x27\x89\x9b\x88\xb8\xe5\xa4\xca\x32\x84\x59\x05\x6b\x08\x73\xea\xc4\x10\xca\x57\x81\x21\x74\x9e\x57\x84\xb0\xa6\x45\xbd\x8e\xa3\x00\x67\xa9\x28\x4a\x03\xb9\xc7\xca\xd3\x54\x3d\x22\x33\xbe\x43\xe5\x0b\x13\xe1\xc2\x3e\xd4\x31\x8e\x19\x69\x12\x5a\x60\x4f\xca\x3c\xbc\x9c\xf6\x57\x6a\x36\x6d\xff\xf4\xae\xb3\x79\x28\xf4\x8f\x90\x9d\xe5\x36\xba\x1d\x69\x6f\xe4\xb8\xac\xc9\xb9\x2f\x11\x62\x66\x38\xfd\x34\x48\xf0\x11\x24\x74\x5d\x73\x45\x8c\x2d\xe4\xec\x21\x4d\xa4\x2e\x80\xb1\x86\xa1\x96\x0c\xaf\x99\xdd\xd3\xb8\x44\x2f\x67\x09\x02\xdf\x41\x59\xd7\x3c\x2d\xca\x77\xbc\xe0\x59\xcd\x3b\x47\x76\x0e\xaf\x93\x20\x27\xfc\xef\x47\xe9\x9d\x63\xac\x85\x38\x9c\x1b\x62\x97\xaf\x4a\xc5\x87\x2d\xdc\x0e\x49\x0b\xb7\x75\x94\x41\x38\x59\xcb\xcc\x6b\x8f\x0f\x4e\x37\xf4\xf6\xa5\x37\xb7\x7d\xc1\x6b\xef\xef\x7b\x6b\x7a\x2d\x74\x75\x3f\xfa\x61\xcb\x7b\x81\xef\xcb\x0b\x55\x84\x29\x24\x38\x8a\xd3\x0b\x87\x31\x1a\x0c\x20\x51\x02\xe2\xf2\x1c\xfa\x42\x56\xf2\x5b\x6b\xd2\xc4\x6b\x48\xfd\xb9\x4f\x07\xf1\x41\x44\xd2\x0b\x0f\xe0\xc9\x71\x42\xba\xe9\x85\x8e\x50\x17\x56\x33\x19\x49\x32\xa2\x08\x1f\x2e\x5c\xa0\x34\x5f\x1b\x0c\xc3\xfa\xa5\xe1\xe5\xbe\x9a\xb2\x21\x23\xd2\x3d\xbf\xdf\x1a\xb6\x91\x7a\xf1\xbb\xbf\x1f\x27\x51\x97\x2f\xc5\x43\x94\x52\x72\x12\x9c\x9a\xb1\x0b\x73\x79\xb8\x5d\x09\xaf\x21\x90\xb9\x84\x53\xce\x49\xc1\x7e\x64\x87\x6d\x67\x5f\x24\x8b\x39\xc9\x6e\x62\x91\x43\xa7\x8a\x4c\x05\xdb\xdf\xc3\xf0\x21\x75\xbf\x09\x62\xe1\xf1\x25\xef\x7e\x91\x94\xc5\x93\xda\xa3\xb5\x02\x42\x24\x55\xd7\x22\x38\x93\x72\x9d\x91\xa5\x60\x6b\x45\x54\x6d\xc0\x8b\x1c\x95\x90\x8e\x1c\xdd\xc8\xf6\x2f\x2c\x4c\x15\x11\xf5\xa9\x8e\x54\x5d\x73\x06\x2e\xcc\x27\x59\x05\x0a\xc8\x10\x0f\x42\x91\x37\xae\xe0\xb2\x60\xc9\xe6\xfa\x30\x3c\x56\x86\x33\x2c\x7b\xd1\x11\x28\xed\x36\xf2\x73\x94\xaf\xda\xcd\xab\x67\xbc\x28\xa3\xa1\x72\xe6\xf8\x38\xe2\x83\x7a\xe2\x9e\x4d\x3e\x56\x96\x45\x34\x44\x3e\x0e\x32\xf1\xb3\x38\xe5\xd1\x81\xc5\x64\x4c\xb1\x00\xf8\x24\xa4\x8e\x59\xd0\x20\x0d\x21\x20\xae\x39\xa5\x45\xbb\xb1\x1a\xb4\x99\xbd\x34\x8f\x83\xf3\xb6\x94\x31\xf7\xfc\x5f\x6c\x39\x49\x81\x58\xbd\x8c\x01\x13\x01\x2e\x82\x89\x9c\xe6\x41\x76\x94\xa7\x8c\xdc\x52\xa6\x90\x78\xe2\x1f\xa9\xc7\x83\x18\x1e\xfb\x73\x0f\xb0\xe6\x0d\xcc\xc8\xd2\x92\xb7\xf4\x4b\x0c\xe5\xa2\x0b\x86\x77\x83\x2d\x19\xc5\x7b\x1c\x72\xb4\x0f\xec\x77\xdf\x34\xb7\xf7\x78\x5d\x21\x65\xc7\x86\x66\x5f\x0e\x78\xc1\xfd\x27\x6d\xa5\x95\xf8\xa5\x7e\xec\x8b\x8c\x5d\x10\x88\x6a\x69\xfe\x05\xa6\xc7\xeb\xd8\x08\x63\x0a\x62\xfe\x90\xf0\xb4\xc0\x11\xb6\x08\x04\xca\xb1\x17\xfa\x7a\x49\xb7\xc3\x90\xec\x52\xcd\x20\xe1\xa0\x49\x55\x70\x09\x1e\x67\x81\xc7\x79\xcd\x8c\xa4\x4f\x40\xdd\xd2\xa8\x49\x15\x6a\x86\x9a\xe2\xf1\x38\x93\x04\x74\xd6\x42\x31\xe6\xf0\xe4\x02\xfb\xaf\x58\x36\x2b\x3f\xb2\xf6\x1f\xbf\x55\x97\x12\xc7\x5a\xb5\x62\x21\xdb\x32\x12\x14\x4b\x30\xb2\x6b\x89\xbc\x9a\xc4\x87\x41\x30\x1e\x0b\xd6\x50\x7b\xb2\x5f\xe7\xde\x60\x37\xb2\x06\x2a\x95\x8a\xf6\xe0\x52\x13\xbe\x33\x6d\xab\x95\x1a\xeb\x21\xdb\x17\x19\x29\xd3\x3a\xf4\xa5\xde\xb8\x1c\x29\x9c\x41\x0a\x5b\x48\x61\xd5\x02\x5e\x13\x5e\x2f\xa4\x6c\x7d\xa4\xb8\x74\xd4\xf3\x51\xa5\xe2\x8f\xc2\xa4\xc6\xd9\xb3\x3b\x3d\x56\xfe\xf9\xb0\xae\x0a\x46\xad\x11\x67\x38\xdd\xfe\xe0\x80\xe3\x93\x6a\x4b\x82\x00\x20\xce\x8b\x8e\xcc\x1d\xb0\x5a\x1d\x3d\x1f\xd6\x2f\x05\x69\x6b\xd4\x0e\xa1\xcf\xfe\xc8\xae\x08\x49\x17\xea\xf9\xb9\x21\xc1\x41\xc0\xea\xe4\xa3\x21\xf2\xae\xa9\xbc\xd8\x96\xcb\x5c\x8b\x28\x64\x39\xe1\x31\x07\x7d\x5c\x3b\x14\xfb\xd7\x0f\x44\x89\xd3\x34\x3c\x15\x2f\x09\x62\x6d\xa0\x97\x10\x3f\x66\x6c\x32\x9e\x8f\x4d\xc6\x20\x0e\x2a\x15\x6f\x7f\x9f\x0d\x77\x5c\x4b\x47\x07\xc2\x00\xc7\xaf\x83\x2d\xc6\x3f\xa7\xad\xb8\x1d\xa2\x5d\xe8\xe3\x56\xac\x7a\xd6\x64\x70\x30\x61\x43\x9a\x88\x3b\x28\x0e\x40\x24\xa0\xd4\xe8\x5d\xd3\x09\x5b\x67\x00\xef\xb6\xda\xf2\xf9\xb0\x82\xe4\xf3\x87\x4f\xd0\xab\xbf\x29\xfb\x9d\x6f\xe9\xb3\x7f\x40\x5f\xf4\x38\x9e\x35\xcf\x07\x7c\x52\x68\x82\x3a\x9c\x6a\xce\xa2\xc9\xd5\x3c\x34\x8a\x5d\x75\x1f\xad\x27\xa5\x05\x04\x12\x73\x6a\xaf\xe5\x68\x4c\x55\x32\x5e\xd5\x93\x32\x57\xa5\xc4\xaa\x34\x3f\x8a\xdd\x88\x46\x17\xaa\x43\x82\x8e\x78\x34\x32\x7b\x20\x5f\xb0\x72\xa4\x34\x21\xc6\x96\x87\x27\x49\x7f\x29\x99\x8c\x83\xa4\x0b\x63\xab\xc2\x7c\x2d\x65\x1f\x09\xec\x24\xa4\x9b\x41\x68\x3e\x4f\xab\x34\xa4\x95\xca\x5c\xe4\x82\x02\x4f\x8e\x86\x17\xec\xea\xe1\x6e\x52\x40\x42\x32\x67\x15\xc4\xae\x42\x0f\x6e\x93\x38\xa6\x5e\xdc\x1b\xc8\x30\xea\x40\xbd\x96\xbf\x78\xfd\xde\xfd\x9b\x77\x6e\x37\x89\xf0\x42\xe0\x5d\xbb\xef\x4d\x02\x19\x5d\x31\x46\x07\x24\x22\x08\xa6\xea\xb9\xb7\x4e\x90\xb7\x51\x48\xae\x26\x04\xbe\xcc\x53\x4f\x7c\x8f\x67\x62\x34\x35\xe2\xf1\xe3\x60\xed\x3e\x1b\xd8\x90\x96\xaf\x19\x2e\x03\x49\xe7\xb6\x75\x10\xd9\xa7\xae\xc2\x5b\x11\x3e\xe1\xc7\xcc\xdc\x95\xea\x12\x53\xeb\x95\xd2\xb6\xc5\xab\xcf\x16\x9c\xda\xca\x95\x6e\x34\xa4\x90\xdc\x4d\x86\xc2\xaf\xef\x3d\xbe\xf8\x16\x69\x10\xd5\xa6\xd4\x31\xb5\xed\x9b\x52\xa2\x72\x8b\x6d\x95\xb9\x5b\x73\x4a\xcd\x33\x82\x8b\x75\xc6\x2e\x34\x4f\xed\xd2\x16\x75\xc1\xea\x45\xa9\xa9\xf5\x2f\x33\x13\xf3\x8e\xbc\x95\xef\x56\x84\xa3\xc3\xb9\xad\x95\x9c\x26\x64\xd1\xe9\x2d\x25\x09\x95\x01\x1e\xe7\x6d\x40\x95\x98\x5a\xef\x7d\x1c\x0d\xd3\x7e\x32\xff\xc0\xab\x02\x73\xd5\xba\xcc\xd8\x17\x94\x9d\xda\x56\x27\x81\xa4\x03\x6f\xce\x6b\xd2\x84\x6a\xaa\xc0\xd4\x5a\x71\x42\x06\xdc\x1a\x83\x6f\x0f\xee\xd6\x65\xde\xfa\xf3\x45\xe7\x58\x43\x82\xf6\xce\x69\xf2\x64\x8a\xcc\xa8\x59\x84\x12\x4d\xfb\x68\xb8\x40\xdd\xa6\xd0\x84\x33\x54\xd7\xee\x87\x51\x79\x23\x25\xec\x4b\x09\x63\x10\x09\x12\x57\xce\x17\xa8\x0c\x8f\xf9\xca\x57\x6e\xb6\x27\x4f\xde\xc5\xf9\xa9\xe9\x3d\x4c\x2f\x40\x79\x42\xce\xe8\xa9\xc8\x77\x6e\xfd\xbd\x72\x90\x10\x2a\xc3\xb4\xce\xd9\x65\x53\x64\x9e\x13\x70\xb1\xba\xe7\x63\x4f\x71\x2f\x46\x9d\x05\xb1\x76\x4a\x4d\xad\xff\x46\x42\x0e\x50\xb7\x0b\xf1\x62\x0d\xb8\xc5\x66\x1c\xd0\xfc\xad\xc9\x62\xf5\xdb\x85\xa6\xd6\x7e\x3b\xa1\x37\x92\x11\x5e\xb0\x7a\xa7\xd4\x74\x62\xce\x9f\xf3\x2d\x56\xbb\x55\x66\x6a\xdd\x52\x24\xb6\x58\xe5\x76\xa1\xa9\xb5\xbf\x82\xa3\x11\xed\x27\x04\xbd\x06\x17\x1c\x9d\x5c\xc9\xa9\xed\x88\xad\xce\x8f\xaa\xbd\xe4\xa5\xf9\x4d\x61\x69\x2d\x57\x72\x8e\x76\x58\xb6\xbd\x64\x91\x43\x55\xb5\x63\x95\x9c\x83\x80\x7d\x33\x4d\x70\x35\x1a\xa2\xd9\x24\x4c\xe7\x7c\xf2\xa9\x36\x81\x29\x9d\xdd\x61\x9e\xeb\xc9\xed\x2c\xa5\x53\x4e\x60\x7e\xe1\xfe\xd8\x76\x8e\xe1\x5e\xde\xb3\x52\xe9\x0d\xc2\xdc\x0a\x8f\x3f\xe8\x29\x62\x37\xa6\x1d\xcd\x33\xd6\xfc\x94\x15\xe2\x7e\xe2\x2f\x58\x0a\x07\x3b\x23\xd4\x80\x44\x1a\x32\x97\x7e\x28\x95\x87\x98\x1c\x0c\xbf\xe9\x5f\x0b\xb0\xb7\x72\x14\x74\xc0\xfa\x4a\x49\x84\x53\xf9\x20\x77\x86\x58\xc7\x42\xd5\x99\x29\x65\xee\x5c\xe5\x65\xaa\x29\x24\x47\xa8\x93\xc9\xc5\xcd\xc6\xab\x9d\x04\xd3\x08\xe1\x3c\x57\x68\xbf\xaf\x02\x23\x10\x03\x1d\xa2\x02\x0c\xc0\x11\x38\xc9\xac\x5a\xd4\xf3\x1f\xd9\x96\x5b\x9a\xaf\x4b\xe1\x4b\x6d\xc0\x8d\x46\x2f\x7c\xbd\xf1\xb5\x9a\xdf\xaa\x57\x9f\x6b\x8f\x1b\xad\x7a\x75\xab\x1d\x7c\xad\x76\xc1\x36\x22\x14\xa5\xa4\xe1\x88\x91\xb6\xac\x2b\x7f\x12\xeb\x11\x5d\x8f\x61\x94\x52\x91\x73\xbd\x51\x6b\x6c\xd7\xea\x60\xfd\x60\x44\x79\xa0\x29\xfe\x8c\xd4\xdb\x74\x1a\xdf\xf4\xb4\x13\xe1\xd1\xf0\x90\x44\x5d\xc8\xb2\x12\x3b\xf0\x30\xcf\x0f\xd6\x69\x1f\x62\x9d\xc7\xb4\x5e\xf3\x82\xb5\x41\xed\xda\x7d\x29\xed\x19\x6a\x5f\xf3\x3c\xd1\xbe\xc0\x87\x03\xe7\xa7\x93\x41\x5a\xf5\x0d\xdc\xdf\x4e\x16\x2d\x42\x31\xb9\x74\x92\xc8\xc8\xaf\x4a\x61\xea\x62\xa0\x6f\xb0\xe1\xc0\xc0\xe2\x13\x23\x03\x61\xca\xff\x88\x04\x21\x60\x0a\x07\x12\x10\x89\x8e\x88\x23\x1c\xb8\xbf\x45\x16\x75\xdb\x0c\x07\x1a\x14\x1f\x24\x3b\x1b\x12\x17\x27\x9b\xcb\x0d\xb1\xfb\xcd\xe6\xd8\x42\xec\xfc\x14\x19\x6c\xc6\x25\xc4\xce\x4f\x59\xbb\x66\xb5\x43\x6c\xfd\x10\x1f\x73\x3c\x49\x88\xf3\x69\x22\xab\xcb\x9b\x86\x38\x93\x20\x32\x39\x1c\x60\x88\xdd\xdf\x22\x8b\xc3\x44\x87\xd8\xfd\x2d\x07\xd0\x70\x7a\x21\xb6\x7f\x89\xcf\x39\xc6\x23\xc4\xf9\x34\x3b\xab\xc5\x0b\xe9\xac\x56\x9a\x6e\x54\x52\xa2\x70\xe4\xce\xc1\x35\x46\x64\xd5\xdc\x45\x99\xf5\x64\x24\x0a\x6c\x45\x99\x5f\xce\xd4\x16\x89\xdf\xc2\xc1\xb4\xaf\x72\x09\x5b\x8b\x3c\xb3\xba\xf3\xb2\x1e\xb7\x7d\x99\x28\x33\x5f\xbf\xbf\xa7\x3a\x90\xb8\x1d\x78\x71\x84\xe2\xee\x2b\xf7\x5e\xe6\x4a\x8d\x90\xb8\xbf\xd7\x74\x69\x6b\x74\xba\x6e\x05\x9f\xbf\x7f\xe7\xb6\xf5\xb5\x93\xff\x7a\xe5\xee\x4d\xd5\x38\x2a\xfc\x6a\x15\xef\xb9\x19\xf6\xd4\x99\x10\xf6\x33\x73\x12\x51\x68\x3e\xc6\xee\x6f\x39\xa1\x5c\xc7\x66\x67\xca\xa4\xc8\x25\x3b\x62\xc4\xcb\xce\x96\x49\x91\xe3\x24\x7c\xdb\xd8\xf9\xb2\x49\x92\x6a\x0c\x0e\x60\xb7\xab\x26\x33\x15\xe3\xda\x2d\x4c\x16\x05\x0e\x60\x9c\xe0\xc3\x74\x2f\x09\x53\x03\x8b\x4f\xfd\x28\x65\xd3\x1e\xa6\x0a\x52\x73\x6f\xe4\x29\x7c\xd6\xcd\x4f\x91\x61\x9f\x1f\x72\x57\xd5\x19\x17\x9e\xb8\x83\xb7\x6f\x4e\x4a\x4e\xa6\xef\x8b\x73\x32\x3c\xd2\xd9\x8a\xcf\x34\x56\x78\x2e\x31\x96\x79\x75\xd2\xc8\xbc\x3a\x69\x48\x3b\x86\x61\x91\x48\x4b\x59\xbf\xb0\x76\xac\x07\x4e\x87\xa5\x9c\x59\xd9\x79\x7f\xe6\x8a\x40\xbb\x4e\x1f\xd6\xe2\x24\x79\x30\x1a\xee\xc2\x26\xd7\x70\x8a\x41\x0f\x64\xaa\xef\x49\xb4\x9a\x82\x91\x09\x0a\xf4\x98\x36\xdf\xf6\x64\xf2\xd0\x33\x2f\x08\xc4\x5a\xa4\x53\x24\x58\xe7\xdb\x4b\xbd\xdd\xe6\xee\xa7\x2e\x31\xeb\xe9\x2a\xdb\xad\x73\xd7\x2a\xf3\x97\x8f\x9e\xcd\xbf\x97\xaa\x3f\x4d\x9e\x27\x62\x95\xac\x4d\xed\xa7\x78\x70\xc9\x28\x66\x55\x28\x5d\xd3\xbc\x9b\xfc\xe9\x17\x8d\x8f\xeb\x20\x14\x9d\x04\xf3\xcc\xfc\x3c\xd2\x93\xa2\xeb\xd8\xc7\x75\x1c\x66\x92\x8c\x6c\xd7\xe7\xee\xf6\x27\xa3\xcb\xd3\xc5\x46\x4f\xca\x6a\x9f\xa3\xcb\xee\x7d\x7c\x86\x79\xc7\x39\xd8\xed\x05\xa7\x39\xb7\x37\x34\x84\x35\xc4\xe3\x19\x8e\xc7\x0a\x42\x09\x5e\x93\x46\xa5\x5c\x65\x88\x29\x49\xe2\x98\x4b\x58\x94\xc8\x22\x73\xf2\x03\x93\x9d\x24\x23\x2e\xbe\x28\xc9\xc9\x5f\x15\x02\x1b\x8b\xfa\x1a\xd4\x76\x16\x77\x86\xfc\x24\xbd\x91\x90\xbd\x93\x21\xe4\x0c\x86\x3e\x1d\x4e\x53\x84\x0f\x63\x48\x13\xdc\xdc\x68\xf0\x0e\x96\x95\xd2\x72\xaa\x7c\x91\x7e\x94\xde\x13\x2f\x0c\xf8\x99\x9d\x63\x61\xd8\x20\xa8\x6a\xb3\x1f\x81\x9e\x73\xee\x3a\xac\x8c\xdb\x91\x99\xcf\x75\xb2\xcf\x6f\x51\x5b\xb2\xac\x39\x36\xb0\xc9\xfd\xc4\x76\x58\x1b\x5a\x9d\x57\x10\x1b\x93\xe0\x6d\xd7\x1a\x4f\xd7\x9e\xf5\xf2\x98\xc1\x18\x0e\x20\xa6\xd2\x2d\x93\x7e\xf3\xa3\xd2\xcf\x0a\xd9\xb5\xcc\x0b\x77\xf5\x22\xb8\xd4\xd3\xdc\x1a\xea\xf9\xf3\xf8\xfd\x72\x6b\x14\xd6\x9d\xad\x36\xc0\xe1\x46\x1d\x20\xee\xed\x54\x8d\x0e\x25\x27\xfa\x41\x65\x04\xd2\x10\x16\x38\x8b\xbb\xb4\xe1\xe3\xd0\x8f\xc2\xb4\x86\xe1\x43\xea\x07\x41\xad\x9b\x60\x18\x54\x2a\x3e\x11\x66\xa6\x91\xb0\xca\x0f\xc0\x06\x1d\x8f\x55\xe0\x3b\xee\xde\xe0\x12\x6b\x32\xb8\x24\xdf\xb7\x8f\x82\x53\xc4\x50\x48\xc2\xd1\xa4\x87\x70\x14\xc7\x27\xdc\x97\xf5\x06\xae\x54\xd2\x9a\xc0\xdd\x40\x7e\xa0\x33\xa1\x9e\x8f\xa4\x40\x33\x99\x28\xe3\x7b\x32\x11\x3e\xe8\x1e\x9b\x87\x3d\x2f\x98\xd8\x9e\x21\x83\xd3\x49\xd6\xa0\x53\xfa\x3c\x53\x51\x87\xb3\x21\x73\xe9\xcc\x78\xb9\xc2\xde\x3e\x3a\xe4\x1e\xb1\x88\x8a\x9c\x38\x18\x26\x58\xb9\x9a\x26\x13\x20\xdd\x93\xe4\xa2\xc0\x90\x90\xfa\x10\x34\x82\x56\x9d\x9b\x47\xf3\x60\x8d\x56\x7d\x6a\xf2\xf3\x95\xda\xb1\xc9\xcd\x5b\x7c\xf5\x04\x9c\xbb\xf6\x54\x38\xae\x0f\xa3\x34\x85\x5d\x36\x5e\x2c\xf9\x1b\x72\x07\x7c\x43\x79\xf9\xe4\x9e\x28\x0e\xe0\x7a\xb4\x2e\xeb\xe3\x2b\x08\x6f\x86\xde\xba\x7f\x92\x8c\x54\xf1\x6f\x78\x9b\x64\xd3\xfb\x46\xe0\xc9\x99\x47\xc1\xe9\x24\x1b\xaf\x0b\xeb\x57\x26\x99\x51\xf1\xaa\xdd\x13\x1c\x0d\x50\x47\xef\x3f\xd5\x53\xa7\x57\xbb\x05\xa3\x97\x2b\x5a\x8d\x62\xea\x35\xe7\xc9\xe9\x15\xd2\xac\x43\x48\xab\x42\x30\x51\xa4\xdf\xe9\x24\x38\x1d\xc5\xd5\x11\xba\x20\xf3\x40\x7c\x84\x48\x82\x79\x7d\x4f\x22\x89\xee\x13\xd8\xab\xd2\x44\x53\x40\xf9\xfb\x3c\x5c\x88\x92\x27\x20\x8c\x3f\x31\x5e\x2f\xf1\xf2\x61\xfc\x71\xde\xdf\x25\x9e\x15\xc6\x1f\x1b\x97\x97\x78\xce\x30\xfe\x78\x71\xe7\x97\x38\x70\x7b\xfa\xc4\x86\xf1\x27\xe7\xe6\xaa\xd3\xf1\x02\x9e\x89\xae\x0b\xf3\xa2\x3d\xf5\xbc\xd7\xb8\x26\xc1\xb5\x43\x88\x59\x7f\xe0\x2b\xf7\x5e\xd6\xe1\x57\x69\xfe\x66\x01\x48\xe8\xc3\x10\xaa\xd7\x2f\x41\x2d\xed\xa3\x1e\xf5\x03\x80\x43\xd8\x52\xfd\xa9\x36\xda\x6b\x94\xad\x30\x5c\xe3\xd1\xe5\xc8\xc9\xdd\x88\x44\x83\x74\x17\xd6\x86\xc9\xd0\x0f\xc4\x49\x9d\x36\x4f\x95\x83\xab\x16\x8f\x7f\xd9\x9e\xf8\x24\x08\x96\x72\x11\xca\x48\xc4\x5e\x12\xe2\x62\x6f\xa1\xa8\xf8\xe4\xcc\x1f\x71\x96\x73\x20\x5a\x1b\x0a\x9c\xa5\x5f\x78\xf5\x3b\x68\x62\x1d\x04\xd6\x89\x98\x85\xa6\x10\xb2\xe5\x09\xd8\x19\xba\x67\x21\x1f\x67\xf7\x2c\x8f\xc7\x4d\x2c\x2e\x79\x4c\x6d\x85\xe6\x5e\x32\x78\x00\xae\xd1\x88\x1c\x42\xba\x46\x33\xde\x1c\x86\xc3\x18\x89\x38\x9d\x2a\x66\xb7\x62\xb1\x78\x4c\x84\x10\x2b\xf6\x8b\x95\x0e\x11\x47\x33\x09\xad\x34\xae\xd2\x45\x07\x23\x0a\x53\xbe\xac\x85\x43\xff\x11\x89\xc3\xa4\x52\x49\xc4\xd6\x99\xc8\x88\xca\xc0\x04\x13\x09\x21\xf0\x51\x28\xdf\x81\x0e\xa2\x93\x03\xf8\x12\x0f\xe6\x5c\xf0\x14\x53\x44\xaa\xeb\x27\xa3\xb8\x2b\xf2\xf8\x81\xf4\x1c\xd1\x97\x3f\xf5\xab\x4e\x3b\x57\x41\x4d\x36\xeb\x84\xd2\x57\xb0\xf4\x06\xdb\x7d\x19\xf6\xe8\xd5\x18\x75\x1e\xe8\x9a\x51\x7a\x3b\xa1\x37\x0f\x71\x42\x60\xd7\x6a\x2e\xbd\x9d\xec\xf1\x5e\xbf\x18\x47\xf8\x81\xfb\xe1\x0a\x6f\x45\xec\x59\xf7\xcb\xb5\xe4\x18\xc7\x49\xd4\x75\x6b\x7f\x19\xe1\x07\x57\x15\x7b\xa5\x3f\x11\xd8\x49\x0e\x31\x7a\x0d\xbe\x42\x62\xab\x63\xfd\xa9\x83\xb3\x7f\x08\xe9\xbd\x64\x44\x59\xc3\x35\x7e\xdf\x45\xec\xf3\x9e\xf0\x41\xc5\x68\xeb\x2b\x24\xfe\x92\x08\x97\x7c\x2f\x49\xd8\x75\xc4\x9a\xe3\xda\x90\xf0\xbf\xd7\xc4\x82\xb4\x5a\x2d\x1c\xa3\xb2\xf7\xf4\x56\x2c\x5f\xe5\x4b\xdf\xd7\x2b\x13\xd6\x8e\xfb\xa8\xd3\xaf\x54\x1a\xe6\xc7\x78\x0c\x6b\x1d\x4a\xe2\x2f\xc0\x13\x06\x0e\x20\x8d\xbe\x00\x4f\xec\x3e\xbb\xc3\x3d\xbd\xe1\xfc\x6a\x94\x2b\x5e\xe2\x02\xc7\x63\x6f\xff\x80\xd7\xc3\x51\x10\x0b\xd3\xf4\xd4\xcc\x77\xe9\xc2\xd9\x28\x6e\xa8\xe5\xb1\x4b\xba\xa2\x9e\x55\xc4\x6b\xf1\xda\x6e\x3f\xec\xd5\xb1\x64\x03\x82\x48\x2b\x8f\x16\x6e\xf5\x6a\x89\x2d\x5a\x75\xad\x2b\x0b\xba\x23\xe1\xac\xcd\xd2\x71\xdf\x68\x00\xea\x0c\x3e\xea\x5a\xfe\xd5\x48\x58\x46\x61\xf4\x01\x5f\x3d\x42\xf0\xb8\xaa\xdc\x6d\x34\x07\x11\xc2\x5e\xd0\xa2\xed\x35\x18\x92\x4a\x85\xd8\x47\x88\x38\x11\x1d\xbc\x26\x6a\x66\x35\xee\xf6\xe6\x99\xbe\x5a\x46\x24\x06\x34\x14\xfe\xeb\xa0\x83\xaf\xbd\x97\x00\xb6\xd3\x12\xca\xf7\x24\x40\x21\x7f\x63\x6c\x3d\xc4\x05\x49\x58\xb6\xd1\x40\x14\x92\xda\x3e\x17\x48\xea\xbf\xb7\x50\x87\x24\x31\x3a\x60\xf7\x7e\xf5\x49\xfc\x59\xa3\x21\xaa\x54\x22\x43\x05\x88\x01\xfd\xc4\xdc\xfd\x74\x8f\x73\x2d\xce\xd3\xed\x7c\x9f\xb4\xcb\x37\xf9\x7c\xd6\xa7\x9a\x35\xb2\x9e\xcc\xeb\x91\x99\x41\x5a\xa7\x4d\xb9\xe2\xe9\x44\x7f\xbd\x6c\xed\x1c\x9f\xe9\x7d\x70\x88\x1d\x0f\x09\x4c\x58\xb1\x7b\x2f\x6b\xf6\xd0\xbb\x20\xb6\x78\xa7\x1f\x91\x2b\xd4\x37\x6c\x1e\x77\xa7\xb3\x19\x7a\x17\xbc\x00\xc0\xc9\xa4\x1d\x54\x2a\x84\x87\x90\x51\xbe\xd3\x50\x00\x12\x9e\x06\x12\xed\x9c\x63\x4a\xf4\x08\x84\xf5\x95\x79\x98\xc4\x27\x3d\x14\xc7\x46\x0e\xc6\x3d\x08\x2c\x2a\x0d\xcb\xf2\x52\x8b\x5d\x07\x61\xc9\x4d\xad\xc8\x01\xa4\xb8\x16\x8c\xc7\x1b\xd3\x85\x63\xea\x8a\xf7\xb1\x97\x87\x61\xf5\x98\x5e\x89\xc2\xc6\xe3\x05\x85\x62\xab\x2b\xee\x02\x57\x5c\x77\xbc\x9e\xb0\x90\x1d\x67\x7e\xd3\x7d\x5c\xd7\x81\x99\x51\x23\x0c\x7a\x5a\xcc\x79\x89\xd4\x7a\x88\xa4\xf4\x6a\x1f\xc5\xdd\x4b\x81\x0a\x0f\xc5\x7f\xfa\xf6\x37\x4d\xf5\x89\x1b\x3f\xa2\x90\xd0\x49\x6b\xec\x39\x0c\xb6\x2f\xc4\xe8\xe0\x42\x7a\x92\x52\x38\x28\xf9\x08\x1f\xd2\x0b\x72\x2f\x9d\x95\xc2\xf1\xde\x28\x86\x29\xbb\xf7\x23\x7c\x38\x8a\x23\x82\x5e\x83\x21\xac\x0d\xe3\x11\xe1\x5a\x21\x65\x1b\x4c\x6b\x37\x15\x66\x6e\x49\xea\xfc\x2c\xb9\x00\x0a\x63\x5d\xef\xa6\x31\x55\x3f\x2d\x96\x1f\x8a\x69\xec\xc2\x21\x81\x9d\x88\x42\x69\x50\x6c\xda\x5e\x47\xe9\xba\xfe\xda\xd5\x46\xc2\x26\x10\x79\x73\x1d\x0d\xd8\x70\xaf\x9b\x22\x6c\x7f\xaf\x3f\x95\x19\xde\xa7\x2e\x79\x60\xa3\x01\x4e\x51\xb7\x99\x1d\xf9\xda\x61\x9c\x1c\x44\x71\xea\x81\x11\xa6\x28\x6e\x7a\xdb\xb5\x7a\xad\xee\x4d\x02\x7b\x10\xd8\x69\x9c\x75\x64\x5c\x76\xfd\x15\x7d\x10\xa4\x0d\x78\xd6\x40\x2f\x3a\x0c\x92\x3a\x5a\x35\xf8\xc1\xfc\x23\x72\xba\x6e\x15\x5c\x9f\x3c\xd6\x71\xb1\x6a\x5e\x7e\x64\xf4\xa2\x5b\x72\x5c\x74\xf9\xc5\x46\x45\x17\x7b\xcc\x63\xa2\xeb\x2d\x1e\x11\x43\x46\xac\x65\x05\xec\xad\x67\x55\x01\xdc\x0d\xea\x0c\x78\x76\x2f\xbb\x3b\x72\x1a\x89\xca\x90\x18\x46\xab\x4a\x29\x54\x21\x1d\x72\xa9\xd0\x25\x7f\x83\xf1\xfb\xf2\x41\xc0\xed\x2f\xd6\xae\x7f\x79\xef\xfa\xed\x6b\xfb\x77\xef\xdd\xd9\xbb\xb3\xf7\x95\xbb\xd7\xef\x2b\x47\xfc\x85\x1f\xe5\x34\xb2\x73\xa5\x78\xb5\xa8\x69\xd6\x4c\xe8\x32\x2b\x26\x5b\xc9\xc7\x6b\xd5\xe4\x3a\xe0\xd7\xed\x25\x11\x48\xff\x7d\x8b\xec\xb1\xfc\xa8\x2d\x45\x81\x72\xe3\xf6\xb1\xa3\x42\xc5\x63\x67\xb5\x36\x75\xf4\x0a\xd4\x55\xee\x36\xd0\xb1\x02\xcd\x9a\x9b\xfe\x18\xab\xa8\x12\x1e\xd4\xe0\xc2\x20\x7a\xa0\x82\x34\xcd\x74\xae\x63\xab\x02\x8a\xaf\x34\x19\x97\xc5\x32\x5d\xf1\x65\x97\xe8\x65\x68\xbb\x5f\x25\x2d\xca\x78\x30\xda\x36\x3c\x4d\xa1\x26\xeb\x11\x18\x33\xbf\x0e\x34\x93\x10\xd8\x5c\x98\x52\x65\x70\xbf\xd0\xfe\x0d\x99\x6e\xad\xa9\x03\x84\xbb\x52\x49\x21\xde\x18\xb4\x18\xe3\xd9\x56\xa1\x9d\x30\xbf\x67\x69\x6e\x6c\x2b\x0c\x43\x24\xfb\x56\xa9\x20\x71\x3b\x3a\x3d\x16\x57\xfc\xab\xc9\x08\xd3\x26\x69\x79\xf2\x77\xb5\xc3\x12\xbc\xb6\x4b\x9a\xdd\x00\x1d\xd8\x47\x7c\x1d\xcc\xbb\x14\x9c\x8d\x74\x1e\x8b\xe1\x2c\x26\xc5\x89\x4f\xe9\xec\x16\xd8\xaa\xb7\xe7\x19\x0e\xc5\xc2\xce\xc7\xea\x5e\x98\x35\x2c\xee\x79\x33\x4f\x55\x28\xc1\xb9\x98\x9c\xd2\x47\xe0\xe3\x65\x92\xcd\xd9\x9c\x65\x98\xf5\x09\x6e\x18\x66\xe5\x09\x4e\x63\xce\x2f\x45\x3a\xdd\xd7\x4f\xac\x58\x43\xa6\xbc\xce\x90\x39\xf3\x49\xe6\xcc\x37\xb8\x10\x87\x4f\x70\x50\xd6\x6d\xcc\x37\x87\xce\x80\x9e\xbd\x0d\xd5\xa9\xc0\x3b\x6d\xb6\x5a\x17\x3e\x73\x01\x78\xac\xa1\xd6\x85\xf4\x33\x17\x90\x82\xbf\xee\x47\x0f\xc7\xec\x66\x1d\x20\x91\xfc\x99\x06\x14\x5f\xfc\xa4\x43\x93\xe1\xf8\x08\x91\x60\xa4\x3e\xa1\xec\x17\xe4\x7e\x88\x62\x14\xa5\xe3\x94\x46\x74\x94\x8e\x0f\x12\x3c\x4a\x83\x4c\xa5\x07\xa3\x40\x55\x96\x9a\xb4\x5e\x2f\x8a\xc7\x34\x19\x44\x34\x48\xe4\xd7\x44\x7d\x6d\x51\xd4\x0e\x46\x03\x99\x1c\x59\x89\x91\x93\x96\xca\x0e\xe8\x6a\x77\x9b\x7e\xeb\xeb\xbd\x76\xd0\x83\x63\xbf\x15\x93\x76\xd0\x53\xc8\x7c\x66\xeb\x48\x65\xea\xa3\x23\xa8\x92\x55\x83\x5f\x8f\x20\x4a\x46\x27\xed\xf1\xab\xa3\xe0\x44\x75\x50\x15\x78\x38\xee\xf4\xc7\x69\x3a\x4e\xfb\xd9\xae\x0d\x22\x4a\xc6\x47\x90\xd0\x31\xc2\xdd\xc0\xdf\x6d\xa2\x87\x63\xf8\x50\xe5\x42\x1d\xa8\x46\x7c\x30\x8e\x83\x64\x94\x42\xf3\xc5\xfa\x80\x3a\xf9\xf4\x44\xd7\x02\xb1\x4e\x82\x58\x25\x8a\xe6\x5f\x1d\xa1\xd7\x54\xca\x6b\xac\xad\x36\x50\xeb\x99\x4d\xbf\x18\x1c\x91\x35\x4d\xdd\xa2\x38\x80\xc7\x7a\xf6\x8f\xd3\x82\x21\x1e\x0d\x44\xa2\x1f\x05\x38\x8a\x4f\xc6\xfe\x41\x10\x8d\xfd\x6e\x80\xa2\x43\x9c\x8c\xfd\x61\x10\x11\x88\x69\x1f\x32\x90\x24\x3c\x2d\x0d\x4e\x70\x32\x1c\xfb\x34\xe8\xc3\xc0\x4f\x51\x3a\x4e\xa1\x6e\x37\x45\xb2\x95\xaf\x47\xac\xbe\xf2\xef\x7c\x06\x8f\xa0\xc2\xae\x07\xad\x69\x4b\x9d\x4e\xd0\x7c\x12\x9f\x75\xab\x70\xc1\xfc\x22\xfd\xf5\x44\x8e\x4d\x00\x89\x49\xe4\xb0\x9c\xde\x20\x39\x32\x1f\x18\x9c\x5b\x10\xd0\x69\x3e\x3b\x9f\x6c\xca\xd5\x82\x4f\x03\x1f\xa6\xc1\xae\x83\x6d\x92\x29\xef\xa7\xfd\x24\xdb\xa3\x0e\x41\xa9\xd8\xae\x3e\x4a\xc7\x66\xbc\x90\xde\xcd\xc1\xc3\x16\x82\x6d\x55\xea\x21\xca\x6d\x66\x7f\x94\x8e\x91\x2a\x37\x4a\x4b\x37\x6e\x0e\x41\xbe\x0e\x21\xb6\xd1\xd1\xab\x9d\xad\x6e\x35\x64\x0f\xcd\x76\xb0\xd3\xd1\x43\x6b\x9d\xbe\x96\xe9\x6a\x37\xa2\xd1\x41\x94\xda\xdd\x6d\x03\x44\x08\xe4\xeb\xf7\x6e\x84\x08\xa3\x61\x1e\x63\x0a\xf8\xd3\xf4\x21\x4c\x86\xdc\x71\x62\xcb\x1b\x44\x2c\x61\x20\x76\x86\xd7\xe9\xa3\xb8\xeb\x01\xf1\x97\xc8\xc4\x94\x3b\x91\x4f\xe1\x43\x31\x97\xde\x20\x39\x82\xac\x4c\x22\xc9\x80\xd7\x49\x8e\x3d\xe0\x3d\x40\x58\x54\xf9\x5a\x32\x38\x40\x2c\x87\x00\xf8\x5e\x1a\x61\xce\xdf\x70\x76\xb6\xe5\xc1\x57\x47\x68\x28\xa4\xe9\x1e\xc2\xbd\x84\x0c\xb8\x8e\xc1\x03\x1e\x11\x0f\xd1\x07\x09\x86\x27\xac\xd1\x21\xec\xb0\x1a\xb8\xe5\xb7\x00\x7a\x28\xed\xb3\xdf\x7d\x08\x87\x1e\xf0\xbe\x09\x23\x76\x16\x78\xc3\x24\xe6\x3b\xbe\xc0\x90\x7a\xd6\x29\x7f\xa6\xe6\xad\x17\xbe\xfe\xb5\xf4\xb3\x9f\xb9\x00\x48\x78\xc1\x6f\x7d\xed\xf8\x42\xb5\xbd\xd9\xda\xbf\xf0\xb5\xb4\xda\x0e\xfc\x56\x54\x7d\xed\x6b\xdd\xf6\xe6\x67\x82\x0b\x00\xcb\xef\xec\xcb\x66\xe0\xb7\xae\x54\xbf\xda\x96\xdf\x3f\xcb\xbe\xa3\xf0\x82\x9b\x76\xc1\xb0\xde\x49\xce\xa0\x02\xe0\xd0\x18\x54\x5c\xc6\x5c\xba\x09\x6b\xd6\x24\xb4\x78\x78\x0e\x9a\xbc\x9c\x1c\x43\x72\x35\x4a\xa1\x1f\xb4\xc3\x8d\xba\x13\x22\xc8\xad\x53\xf1\xa0\x61\x1d\x20\x53\x39\xbe\x8c\x2e\x61\xc6\xb6\x87\xb4\x85\xdb\x00\xd6\xf4\xaa\x6b\x91\x56\x3d\xd7\x02\x69\x35\xb2\x99\x1a\x33\x33\xdd\xc4\x47\x90\xa4\xb0\x24\x6f\xbd\x24\x6f\x51\xe3\xf5\xb6\x13\x82\x28\x38\xf5\x61\x08\xc7\xe3\xd3\x49\x60\x8f\x4d\xe8\x8c\xd4\x78\x3c\xf2\x03\xbb\x09\xbe\x9d\xc2\x6c\x02\xcf\x26\xe7\x5c\xe8\xff\x39\x83\xa3\x59\x08\xc5\x10\xa5\xe3\x71\xcb\x3a\x5a\x0c\x0f\xc5\xd3\x75\x9d\x4d\xd6\x68\xb6\x57\x3c\xd1\xde\x49\x23\x3f\x98\xac\x25\x3e\x63\xc5\xac\xe4\x00\x44\x3c\xc9\x45\x50\x19\x0a\xf0\x70\xad\x57\xa3\x4e\x1f\xfa\xc1\x04\xf5\xfc\x0d\x27\x5c\x5a\xa5\xe2\xfe\xe6\x92\xf5\x20\xe3\x3c\x33\xc8\x1a\xb3\x7a\x7b\x7d\x94\xae\x1f\x90\xe4\x38\x85\x64\xbd\x9b\xc0\x74\x1d\x27\x74\x3d\x1d\x0d\xf9\x9d\xba\xa0\x46\xb0\x3e\x14\x57\x70\xa9\x6e\x5b\x67\xd7\xa0\x75\x98\x5e\xac\xa6\xfd\x68\xd0\x5c\xef\x53\x3a\x6c\x5e\xb8\x70\x88\x68\x0d\x25\x17\x4e\x5e\x7c\x65\x8b\x1c\x7a\x96\x57\xee\x91\x56\x25\x16\x54\x6e\x94\xa0\xfb\x5d\xd4\xa1\xc2\x6d\x79\x17\xc6\x90\x42\x95\x06\xe0\x24\xb5\x42\xc6\x9d\x5a\xc3\x92\x33\xca\x18\x8e\xc8\xa1\x1a\x31\x31\x88\x36\xdf\x9b\xbf\xa9\x08\xdd\xe9\x7e\x87\x95\x78\x25\x85\xdd\x70\xa3\x2e\x43\x20\xa4\xbc\x96\x16\x6c\x8f\xc7\x7e\x26\x45\xaa\x44\x6d\xa9\x05\x0c\x82\x89\x28\x68\x78\xe9\x22\xdb\xf6\x25\x2d\x89\x4e\x27\x6b\x79\x44\xa5\xba\xa2\xc5\x6f\x28\x35\xfb\xae\xaa\x2f\xe4\xa2\xd0\x50\x20\x8e\x4d\x57\x74\x8a\xec\x8a\x11\x5c\x89\xab\x62\x30\x99\x00\x33\x94\x79\xd3\x17\x0b\x8d\x86\x33\x5e\xe1\x48\x8d\xbb\x6c\x83\x25\x4c\x40\x17\xa5\xe5\x73\xa6\x8a\xf2\xa9\x77\xca\x9a\x94\xb9\x66\xd1\x9d\x90\xf2\xf9\xc8\x14\xcb\xde\xe0\xb3\x11\x06\x26\x40\xe4\x28\xf2\x90\x6f\x46\x42\x9a\x12\xe5\x17\x20\x27\x2e\x8a\xa2\x08\xc1\x02\x9b\xb2\x0c\xc5\x0b\x26\x86\xd0\x3c\x4a\x3b\xaa\x92\x69\x0d\xd9\x64\xc9\x1e\xcc\x39\x5a\x92\xc6\x4d\xbc\x2d\xd0\x82\xf9\xba\x0d\x55\x5c\xb8\x17\x91\x53\x37\x43\xbd\xcd\x6a\xd4\xd3\x53\x66\xf9\x30\x73\x02\xc1\x7e\x41\x1d\x8f\x65\x53\x4a\x34\xb4\xbb\x79\x2a\x4c\xfd\x25\xc3\x22\x43\x4e\xbb\x2b\xc0\x4e\xd2\x83\x15\x34\xfd\xc6\x46\x18\x0e\x23\x92\xc2\x1b\x71\x12\x51\xee\x14\xdf\x97\xc7\x93\xaa\x8e\xce\x5d\x5d\x90\x21\x08\xbb\xb4\x09\x37\xbd\x75\x6f\x93\x5a\xeb\xcc\x1d\x8e\x19\x7b\x69\x7f\x9e\x52\x85\xfd\x56\x05\x0b\x31\x95\xa7\x25\x5b\x38\xa2\xac\x3d\x41\xdc\xb3\x3f\x77\xcd\x0f\x46\x40\xb9\xaa\x07\x1d\x05\xf4\x14\xd0\x55\x40\x5f\x01\x43\xcb\x85\x7f\x1a\x6e\xc0\xf1\x98\x0a\xa5\x3a\x0c\xc0\x28\x44\x1a\x4e\x9d\x07\x4b\xbd\x30\xb3\xa0\x81\xdf\x0d\x49\x0d\x3e\x84\x1d\x6e\xe2\x81\x15\xc8\xe6\xa6\x1f\x76\x5b\x5b\x19\xbe\xc5\xd9\x89\x36\x07\xd7\x6b\x8f\xc7\x25\x9f\xfa\x6d\x83\x03\xe3\xe0\x86\xeb\x08\xaf\x47\x01\x43\x47\xfa\x4d\x1a\x6e\x7a\x9f\xf1\xb4\x31\x40\x27\x8c\x5a\xc3\x36\x18\x55\x2a\x51\xab\xdf\xae\x54\xfc\x4e\xe8\x68\xae\x3a\xd1\x10\x51\x41\xcb\x3b\x01\x18\x96\x7e\x1c\x06\xe2\x25\xe5\x30\x8e\x3a\xd0\x17\xd1\x2c\x0f\xaf\x3f\x1c\xfa\x43\xe0\x21\x2f\x00\x1d\xa3\x86\x1f\x84\x89\xe2\x21\x07\xcf\xd7\x2b\x95\x0d\x7f\x18\xfa\x71\x98\xb4\x06\xd5\x46\x3b\x68\xd5\xdb\x81\x1a\xd0\x4b\x83\x6a\x35\xb8\x24\x31\xe5\x99\x62\xc6\x2b\xb1\x3c\xa0\x13\xc6\x82\x59\x54\x6d\x0e\x41\x87\x11\x57\x23\xc3\x99\xa9\x60\xca\x88\xf3\x16\x16\x12\x3e\x76\xc5\xf7\x0c\x4d\x37\x2c\x3e\x7d\x32\x91\x90\x0a\xc4\x7b\x41\x4e\xac\x9c\x8d\x0e\x38\xeb\x40\xcc\xd7\x59\xcb\x6c\xe9\x59\x83\x9d\x17\x29\x9f\xaf\x13\x12\xd4\xf3\x6d\x4b\x8c\xc0\xd1\x26\xb9\xd6\x19\xc2\xe2\x46\x7e\xd9\xbb\xf5\xf2\x8b\x11\x49\x33\xf9\x65\x6a\x8d\xf5\xe7\xc5\x64\x84\xbb\x2f\xe9\xa2\x6e\x46\x6e\xf3\x7b\x50\x9c\xb5\x60\xcc\xe2\x24\xea\x56\x9d\xa8\xda\x05\xc6\x1a\xd2\x7f\xd9\x8c\xf5\x67\x5b\xca\xa8\xa3\xc9\xb7\xa4\xbf\x81\x0f\x81\x08\x88\xc1\xfe\xdb\xa8\xf3\x4e\x6f\x90\x1c\x87\xcf\x28\xbd\x88\xc3\xcc\x11\x58\x8f\x4c\x1c\xda\xd7\x20\xa9\x79\xca\x66\x4a\xcb\xf0\xcd\x03\x0f\x1c\x0d\xe0\x78\xec\x0b\x40\xbf\xe0\x80\xb5\x38\x4a\xe9\x4d\x69\x79\xe9\x5d\xf0\x82\xcd\x46\x10\x00\x5c\x12\x61\xb9\x2a\xcc\x8d\x95\xa5\x26\xbb\xde\x48\x5b\x40\x75\x15\x7d\x24\x95\x90\x3b\x82\x8a\x46\xa1\x90\x6e\x7a\x6e\x78\x73\x0f\x24\x32\x51\x18\x39\x55\x33\x5f\xa3\x90\xdd\xee\xd8\x7f\x23\x75\x33\x79\x00\x4f\x52\x5f\xce\xd6\x37\xd3\xda\x3e\x8c\x1e\xec\xa7\x10\xe2\x00\xc4\x61\xfd\x52\x7c\x79\xa4\xe8\x60\xac\x5e\x3e\x74\xc2\x51\x2b\x6e\xaf\xb1\xc3\xbf\xe3\x0c\x13\x02\xf5\x60\x17\xfb\x1d\xe0\x55\x19\x71\xf4\x82\xf1\x58\xc6\x3a\xe9\x04\xcd\x7c\xf6\x04\xd4\xd9\xa9\xe2\x16\x48\x55\x81\x60\xe2\x17\x77\x1b\x87\xf5\x4b\xd8\x3c\xc8\xc0\x5c\x76\x60\xf5\xd3\x27\x3e\xbb\xec\x07\xfc\xf9\x3d\x88\xec\x07\xf8\x73\x54\x23\xc6\xed\x66\x51\x75\x3e\x04\x69\xd1\x7e\x18\x44\xb4\x5f\xd5\x8f\xf2\x54\x48\xc2\x83\xa5\xa2\xaf\xaf\x6c\x31\x57\xb6\x98\x2b\x5b\xcc\x27\xd2\x16\xd3\x35\x35\xc8\xbe\x09\x97\xd9\x6e\x45\xb4\x5f\x8b\x0e\x52\x9f\x2c\x75\x20\x44\x07\xe9\x9c\x8f\xf9\x24\x9b\x80\x67\x3c\xc5\x2b\xa6\x5d\x9d\x64\x45\xbc\x56\xc4\x6b\x45\xbc\x56\xc4\xab\x80\x78\x75\x92\xa5\xa9\x57\x27\x39\x2f\xf2\xd5\x5f\xd1\xaf\x15\xfd\x5a\xd1\xaf\x15\xfd\x2a\xa4\x5f\xfd\x47\x20\x60\xfd\xf3\xa0\x60\xdd\xee\x23\x79\x75\x81\x35\x02\xbb\xa3\x0e\xf4\xfd\x42\x1f\x0e\xc2\x35\xb2\x0f\x83\x4d\x09\x51\x6e\xa7\xb8\xcc\x80\x74\xbb\x21\x2d\x1e\x0e\x52\x38\x1c\xd4\x1e\x0e\x32\xef\x70\xa4\x68\x6e\x9f\x64\x2b\x7a\xbe\xa2\xe7\x2b\x7a\xfe\x69\xa2\xe7\x29\xc2\xcb\x92\xf3\x14\xe1\xf3\xa0\xe6\x29\xc2\x2b\x7e\x74\x45\xbf\x56\xf4\x6b\x45\xbf\x8a\xe9\xd7\xd2\xfc\x28\x2b\x7b\x1e\x14\x8c\x46\x2b\x06\x6c\x45\xc0\x56\x04\x6c\x45\xc0\x0a\x08\x18\x8d\x96\x66\xc0\x68\xf4\xa8\x0c\xd8\xda\x9c\xe4\x6b\x6b\x45\xbf\x56\xf4\x6b\x45\xbf\x3e\xf5\xf4\x6b\x2b\x00\x58\x3c\xcb\x40\xfc\x25\x47\x8e\x94\x6d\xf9\x18\xa0\xa5\xa9\xd9\xd6\x39\x71\x63\xab\xfb\xe4\x8a\x9c\xad\xc8\xd9\x8a\x9c\x15\xb3\x63\x4b\xdf\x27\x59\xd9\x73\xa0\x60\x9d\x03\xb2\xf2\x54\xb8\x22\x60\x2b\x02\xb6\x22\x60\x79\x02\xc6\x88\xc3\x92\xf4\x8b\x15\x3d\x0f\xf2\x05\x51\xbc\x22\x5f\x2b\xf2\xb5\x22\x5f\x2b\xf2\x95\x27\x5f\x10\xc5\xcb\x92\x2f\x88\xe2\xf3\x20\x5f\xf1\x6b\xdb\x2b\x71\xd8\x8a\x7e\xad\xe8\xd7\x8a\x7e\x15\xd0\x2f\x46\x1d\x96\x25\x60\xac\xec\x79\x50\xb0\xd5\xfb\x84\x15\xfd\x5a\xd1\xaf\x15\xfd\x2a\xa2\x5f\x4b\x3f\x4f\x38\x9f\xd7\x09\xab\xc7\x09\x2b\xe2\xb5\x22\x5e\x2b\xe2\x55\x46\xbc\x96\x95\xdd\x9f\xd3\xd3\x84\x2e\x3a\x3a\x97\xa7\x09\x17\x1e\xf5\x69\x42\x17\x1d\x9d\xc3\xd3\x04\xf8\x70\xb8\x22\xe6\x2b\x62\xbe\x22\xe6\x2b\x62\x9e\x23\xe6\xf0\xe1\x70\x49\x5a\x0e\x1f\x0e\xcf\x81\x94\xc3\x87\xc3\x41\x63\x45\xbd\x56\xd4\x6b\x45\xbd\x56\xd4\xab\x88\x7a\x0d\x1a\xcb\xd3\xaf\x41\xe3\x1c\x28\x58\x2f\x4e\xe6\xf7\x90\xbd\xa2\x60\x2b\x0a\xb6\xa2\x60\x9f\x22\x0a\xc6\xa9\xc3\x92\x14\x8c\x97\x3d\x0f\x0a\x46\x92\x11\x5e\xea\xb1\xff\x8a\x84\xad\x48\xd8\x8a\x84\x7d\xd2\x49\x18\x27\x0f\xcb\xd2\x30\x5e\xf8\x1c\x88\xd8\x61\x67\x45\xc1\x56\x14\x6c\x45\xc1\x56\x14\x6c\x2b\xe0\xcf\xaa\xea\x6d\xbd\x79\xc2\x30\x44\xbb\xf5\x26\x02\x91\x08\x9c\x93\x9a\xf4\x68\xb7\xde\x8c\xc0\x28\xd4\x3e\x31\x93\x00\xc4\xe6\x57\xaa\xdd\x54\xb3\xcc\xa3\xdd\x98\xbb\x10\x8e\x77\x47\x4d\xec\xb7\x62\x30\xfa\x8b\xb8\xbd\x14\x59\x3c\xec\x9c\x07\x4d\xec\x9f\x0c\x93\xa5\xde\x38\x2c\x4a\x13\xb9\x93\xee\x0c\x59\xcc\x12\xc5\x0d\x97\x28\x56\x2a\x53\x49\x62\xd1\x36\x2b\x21\xbc\x2b\xfa\x51\x46\x3f\x96\xa3\x1e\xe9\x90\xc0\xa8\xfb\xa9\x21\x1c\x36\xab\xc3\x37\x8c\xf4\xfc\xcf\x12\x00\x5f\x8b\xcb\x6c\x70\x5e\xd3\x39\x6c\x71\x34\x18\xad\x9e\x01\xac\xf8\x9e\x4f\x16\xdd\x5a\xf1\x3d\x8f\xfd\x55\x39\xa3\x13\x4b\x3f\x2a\x67\x85\xcf\x81\x96\xc5\x9d\xc2\x08\xd4\xa5\xd7\xbd\xf9\xc3\x7a\xac\xa8\xdd\x93\x42\xed\xb0\xa1\x76\x64\x79\x6a\x47\xf2\xd4\x8e\xcc\xa2\x76\xc4\x50\x3b\x32\x27\xb5\x23\x8b\x53\x3b\x12\xb8\x3d\x7d\xd2\xa9\x1d\x3e\x37\x6a\x87\x14\xb5\xc3\x21\x51\xb7\x3c\x5c\x72\xcb\xc3\x45\xb7\x3c\xfb\x26\x97\x8c\xc7\xec\x4f\xba\x5b\x6f\x9a\x9b\xdf\x67\xd3\xe0\x02\x0f\xfc\x73\xd8\xe9\x06\x7e\x2b\x01\xe9\x72\x97\xbb\xb8\x33\x08\x51\x31\xb5\x4c\x0a\xa9\x25\xb2\xa9\x65\x32\x2f\xb5\x4c\x0e\xab\x70\xc5\xfa\x7d\x92\x89\xe1\x8a\xf5\x7b\xb2\x88\xe1\xc7\x48\x68\x1f\x27\x87\x4b\x4a\xec\xe3\xe4\xf0\xfa\x79\x30\x7b\xc9\x61\xa3\xbe\x22\x5f\x2b\xf2\xb5\x22\x5f\x2b\xf2\x55\x44\xbe\x1a\xf5\xe5\x09\x58\xa3\x7e\x4e\x14\x6c\x65\x78\xbf\xa2\x60\x2b\x0a\xb6\xa2\x60\xc5\x14\x6c\x59\xd3\x7b\x5e\xf6\x7c\x28\xd8\xca\x07\xc7\x8a\x80\xad\x08\xd8\x8a\x80\x15\x12\xb0\x65\x5d\x70\xb0\xa2\xe7\x40\xbe\x06\xd1\xc3\x95\x71\xc3\xa7\x76\x9f\xaf\x8c\x1b\x16\x34\x6e\x18\x44\x0f\x1f\x8b\x69\xc3\x20\x7a\x78\x1e\x9b\x7b\xb9\x70\x6b\xab\xcd\xbd\xda\xdc\x9f\xca\xcd\x8d\xf0\xe3\xd9\xdc\xe7\x12\x8d\x6c\x90\x9c\x4f\x6c\xc9\xbf\x78\x54\x07\x0e\x83\xe4\x3c\x62\x4b\x0e\x46\xf1\xa3\x99\x69\xce\x3b\x1e\x9f\x7d\xe4\xf1\x60\xdd\x3a\xfb\x01\x19\x26\xc7\x67\x39\x1e\x7c\xc7\x0c\x93\x63\x41\x6d\x96\x1b\x89\x61\x72\x7c\x0e\x03\x41\x22\xdc\x4d\x06\xab\x3b\xfa\xea\x8e\xfe\x89\x3a\xde\x57\x77\xf4\x45\x4f\x79\x1f\x87\x9e\x4a\xcf\x6e\xc3\x4a\xc5\x4b\x39\x90\xfd\xa0\x3b\xb3\x6b\x93\x00\xd9\x8e\x5a\x86\x93\x66\xc1\x47\x58\xa9\x4c\x69\xce\x59\x56\x61\x18\xea\xf4\x0d\x05\x9b\x05\xbc\xab\x70\x6b\xea\x06\x03\xc6\x11\x2f\x41\x72\x05\x31\x0c\xd3\x32\xf6\x44\x31\x42\x20\x09\xd5\x85\x07\x44\xe1\x69\x17\x76\xd0\x20\x8a\xd3\x66\x7d\x62\x28\x64\x6a\xc4\x1f\x91\x5a\xdf\x72\xda\x9e\x6f\x54\x2a\xa2\xde\x8d\xd0\x7c\x6c\x35\xda\xbb\xf6\x8f\x26\xa3\x55\xa4\xa6\x2a\xe7\x3b\x25\x31\xbb\xd1\x67\xd4\x69\x43\x9c\x03\x79\x52\xab\x4c\x93\x36\xc2\x10\xea\x2a\x76\x0d\xd8\x8c\x34\x08\x36\x79\x5f\x44\xdf\xfd\xa0\x46\x93\x1b\xe8\x21\xec\xfa\x89\x5f\x07\xc8\xdf\xaa\x83\x34\x08\xf8\x3e\x85\x95\x4a\x23\x0c\xcd\xe2\xe3\xbd\x1b\x49\xe1\x0e\x88\xc3\x91\x11\xf0\x6c\xfa\x4e\x9d\x9f\x8d\x4b\xaa\x9d\x88\x6a\xb7\x72\xd5\x76\x94\xc1\x69\x2f\xec\xb4\xea\x6d\xd0\x0d\x3b\xad\x46\x9b\x61\xd1\xbd\xdc\x13\x59\xfa\x61\xab\x0b\x7a\xed\xb5\x5e\xd8\x17\x39\xfa\xad\x46\x7b\xa2\xda\xef\xb9\xbd\xfa\xac\xdf\xad\xf6\x82\x32\x2c\x64\xa1\x39\xc6\x61\x22\xfa\x5c\x74\xfc\xa6\xf6\xf1\x3b\x9a\xf7\xf8\x5d\xfa\x61\x34\xd1\x5b\x49\x1b\xa1\x11\x6e\x73\xb6\x49\x76\x45\x47\xf8\xa3\x4a\x18\x34\x7d\x12\x6e\x12\x20\x88\x49\xe8\xc3\x70\x93\x1d\xc2\x28\xbd\x1d\xdd\xe6\xc7\xb1\x87\x39\xcb\x66\x2e\xa1\x64\x3c\x26\x7f\xd1\xd8\x08\xeb\xbb\xb7\xa3\xdb\x4d\x78\xb9\xbe\x5b\xa5\x7e\x95\xb5\xd8\xf4\x61\x68\x0e\x0c\x3f\xa8\xa5\xc3\x18\x51\xdf\x83\x5e\x00\x20\xab\xda\x6a\x78\xd3\xf3\xd8\x26\xee\x44\xd4\x87\x6c\x7e\x58\x26\x93\xd0\x68\xef\x6e\xb2\xff\xab\xa4\x59\x25\x01\x9f\x98\xa2\x4a\xe7\xab\x64\x93\x34\x59\x1d\x2e\x01\x25\xfc\x84\x94\xff\xeb\xc5\xae\xf6\x87\xac\xaf\x6a\x7d\x59\xe3\x19\xe1\xc3\x61\x26\x8f\x48\x9b\xd8\x9c\x9d\x1c\xda\x56\x7d\x39\xf3\x3d\xf1\x62\x95\x14\x53\x19\x5c\xb8\xb8\x88\xbd\xb8\xf0\x9c\x8b\x2b\x45\x87\xab\x80\xa6\x2b\xce\x6e\xc5\xd9\x7d\x5a\x39\xbb\x69\xda\x17\x46\x1c\x96\xd4\xbe\xb0\xa2\xe7\x20\xc3\x49\x97\x13\xd0\xae\xa8\xd7\x8a\x7a\xad\xa8\xd7\x27\x9e\x7a\x2d\x4f\xbc\xce\x85\x76\xbd\xba\x8a\xfd\xb7\x22\x5e\x2b\xe2\xb5\x22\x5e\x45\xc4\xeb\xd5\xa5\x63\xff\xb1\xa2\xe7\x10\x4b\x3e\x1d\x1d\x9c\x8b\xba\xa8\xfa\xa8\xea\xa2\x74\x74\x70\x0e\x4a\x12\x1a\xad\x38\xd1\x15\x31\x5f\x11\xf3\x15\x31\xcf\x13\x73\x1a\x2d\xcb\x89\xd2\xe8\x3c\x38\xd1\x55\x18\xfd\x15\xf1\x5a\x11\xaf\x15\xf1\x2a\x23\x5e\xcb\x46\xe2\x39\xa7\x20\xfa\x94\x8c\x70\x67\x45\xbf\x56\xf4\x6b\x45\xbf\x56\xf4\x2b\x4f\xbf\x18\x75\x58\x96\x80\xb1\xb2\x8f\x97\x82\x25\x58\xd2\x2f\x4d\xbe\x12\x5c\xed\x26\x1d\xbe\x7c\x8a\x3c\x4f\x15\x15\x58\xc0\xeb\xd4\xa2\x14\x0e\x3f\x01\xb6\xe8\x9f\x42\xff\x4c\x4f\xa6\x2d\xfa\x99\x3b\x66\x5a\x26\x1c\x5e\xd1\x4e\xa6\x2a\xb9\x06\x1f\x52\x88\xbb\xfe\x69\x27\x19\x0c\x47\x14\x36\x0b\x85\x53\xb4\x8f\xd2\xda\x7e\x3a\x62\x1b\xbe\xa5\x36\x6f\x5b\x59\x9d\xb0\x5d\x17\xb0\x69\x9b\x2c\x43\x0b\x8e\x11\xee\xba\x96\xc7\x2b\x4a\xb0\xa2\x04\x2b\x4a\xf0\x04\x50\x02\xb1\x75\x1f\x0f\x1d\x98\x4e\x00\x46\x14\xc5\xe9\x05\x78\x04\x31\xad\xc6\x28\xa5\x10\x43\xb2\x72\x45\xf9\x09\xbc\xf8\x7c\x0a\x09\xdc\x13\x7d\xf1\xf9\x38\xd2\xb9\xfd\xfd\x4e\x32\xc2\x34\x0d\xad\x41\x15\xf5\x9d\x46\xdd\x6e\xda\x44\x80\xc0\x41\x72\x04\xd3\x66\x32\x99\x94\xd1\x45\xb6\x2d\xea\x86\x88\x44\x3e\x04\x04\x60\x80\x82\x53\x58\xa9\x90\x4a\x05\x57\x2a\x7e\xb2\xb9\x09\xb8\xef\x4a\x51\xdf\x75\x46\x9e\x5e\x96\xd4\x29\xd0\x05\x84\x81\x74\xea\xde\x9e\x14\xb1\xe5\x24\x6d\x2f\x22\x87\x90\x36\xd9\x18\x02\x9e\x70\x3b\x1a\xc0\xa6\x40\x07\xb0\xa5\x7e\x10\x75\x1e\xa8\xdf\x3c\xc3\x9d\x21\xc3\x2a\xd5\x79\xf2\x24\x1b\x8b\x5b\x62\xc2\xfd\x76\x6e\x07\x20\x0d\x93\x56\xbd\x0d\x46\x61\xd2\x6a\xb4\x41\x1c\x26\xad\xad\xf6\x5a\xe4\x73\x7a\x6e\x21\x01\x4c\x02\x43\x42\xfc\x54\x28\x58\x1f\x25\x02\x01\xc8\x56\x10\xa6\x6e\x99\xd0\xc2\x89\x8d\x47\xa2\x29\x31\x52\xa3\x17\x75\xbb\x85\x43\x97\x04\x00\x4f\xf2\x18\x8e\x40\x0c\x70\x90\x41\x34\x1c\xe5\x91\x0b\xf1\x04\x1c\xa3\x38\xbe\xc6\x36\x4a\x72\xd2\x74\xf6\x98\x39\xc6\x02\xf0\xe8\xc3\xe0\x1e\x79\xe9\xb4\x23\xaf\xf0\x28\x9b\x53\x98\xb7\xc4\x66\xc8\x0e\xee\x1d\xdc\x81\xdc\xce\x3a\xfb\xc1\x9e\x28\x0c\x10\x9b\x28\x7e\x0a\x85\x68\x8d\xee\xe6\xb3\xfb\x18\x44\x20\x09\x9a\x49\xa5\x92\xd4\x12\xdc\x81\xbb\x84\x17\x8c\xc0\x8b\x49\x12\xc3\x08\xfb\x49\xad\x13\x0d\x19\x75\x0a\x82\x66\x49\x79\x9d\x95\x55\xa2\x73\xb3\x3d\x59\xb0\xa3\xb2\x2b\x09\x05\xa7\x0c\xb1\x82\x9c\xbe\xf8\xdc\x2c\xff\xa8\x1a\x46\x95\x0a\x72\x1b\xbe\xff\xca\xdd\xbb\x77\xee\xed\xdd\xdf\xbf\xfe\xc5\xeb\xb7\xf7\xf6\xef\xdc\xdd\xbb\x79\xe7\xf6\x7d\x9b\x36\x50\x9b\xae\xb0\xf3\x92\x25\x42\x40\x43\x75\x31\xaa\x75\x08\x8c\x28\xbc\x1e\x43\xf6\xcb\xf7\xba\xe8\xc8\x0b\x00\x09\xeb\x8a\xaa\xe5\x97\xbc\xef\x75\x62\xd4\x79\xe0\x59\x73\xaf\xf7\x09\xd9\xdc\x9c\x04\xe0\x94\x8d\xb1\x98\xd4\x82\x47\x42\xbc\xb2\x5d\xc8\xa9\x2a\x87\x55\x85\xfc\x7d\x42\x16\x31\x91\x81\xff\xf1\x82\xa0\x86\x30\xa2\x4e\x21\xb0\x51\x07\x1b\xf5\x00\xd0\x5a\x17\xa5\x43\xc6\x2b\x88\xcf\xb0\x30\xa9\xc1\x4e\x42\xc9\x52\x60\x85\xf5\x46\x63\x32\xf1\x83\x0c\x13\x06\x88\x72\x26\x9c\x7b\xfe\xb3\x5d\xf8\xfc\x67\xbb\x5d\xa9\xd8\xbf\x4c\x7d\xc8\x0f\x4e\x8b\xa7\x97\x02\xc4\xc8\x03\xf1\x83\x49\xc1\xaa\x13\x5f\x27\xa5\xf3\x4c\xf3\x5b\x77\x18\x1d\xc2\x2a\x45\x34\x86\xe6\xa9\xac\x4e\x5a\xce\x24\x44\x1c\x05\x29\xa4\x9c\xf0\x00\x4f\x56\x65\xbf\x23\x59\x2e\xf4\xfd\x4c\x93\x0f\x75\xee\xb0\x1e\xec\xb1\x56\xd9\xc8\x34\xe5\x93\x29\xcc\x1b\x4c\x21\x39\x62\x5c\x55\x00\xfa\x30\xea\x5e\x8b\x68\x54\xf6\x9d\x2d\x9c\x72\xaa\x2a\x0a\x1d\xea\x4e\x3a\x4d\x7a\x81\xe0\x55\x4f\x51\x57\xd6\x7e\x38\x42\xdd\x1b\x09\xe1\x99\x83\x49\x30\x29\x3a\xd4\x48\x70\x4a\x2a\x15\x52\xdb\xef\xc2\x21\x81\x9d\x88\xc2\x4a\x85\x31\x75\x49\x0c\x6b\xc7\x11\xc1\xbe\xf7\x4a\x8a\xf0\xe1\xfa\x37\x4e\x4f\xf9\x90\x4e\x26\xdf\x58\x17\x73\xb6\x8e\xd2\x75\x5d\xa8\x0b\xd6\xd9\xdc\x7c\xe3\xf4\xd4\x4c\x24\xcb\xca\x18\x27\x18\x75\x6b\xeb\xde\xa6\xdd\x46\xe0\x3c\x42\x29\xed\x10\x50\x02\xd2\x28\xe5\x86\xe4\xa7\x13\x40\x74\x24\x23\x54\x43\xdd\xb0\xa0\xa3\x00\xd5\x78\xf3\x21\xac\x7d\x33\x41\xd8\xf7\xbc\x00\x60\x31\x34\x48\x0d\x21\x19\xe1\x5a\xda\xe9\x43\x36\xe3\x8c\x7c\xfb\x5e\xd4\xa3\x90\xdc\x83\xb8\xcb\x8e\x8e\x2c\x5a\x6a\xd6\xbc\x00\x50\xb6\x13\x3c\x6f\x02\xba\xf9\x23\x90\x53\xad\x99\x7d\x22\x45\x48\xaf\xa9\x9d\xe7\x93\xdc\xd8\xdc\x39\xe6\xdb\x8c\x65\xab\xc5\x49\xf2\x60\x34\xf4\x3d\x92\x8c\x28\x24\xcd\x41\x84\x30\x1f\x26\x1f\xd7\xf6\x45\xda\x2d\xd4\x21\x49\x8c\x0e\xc6\x63\x5c\x13\x29\xe3\xf1\xe9\x24\xa8\x45\x1d\x8a\x8e\xe0\x1e\x89\x70\x8a\x18\xbe\x20\xc9\x61\x6a\xba\xb9\x86\x76\x11\xbb\x24\x0c\x50\x0a\x6b\xf2\x7a\xe2\xdb\x84\x34\xa9\xa1\x54\x32\x01\xb0\x3b\x1e\xcf\x35\xaa\x09\xa0\x00\x06\x93\x20\x68\x2e\x92\x7d\x32\xc3\x94\xca\xa2\x25\x72\x1b\xd9\xc4\x84\xf3\x03\x45\x17\xe1\x4e\x32\x3c\x99\x71\xdd\x7d\xbc\xd4\xe2\xbe\x40\x4e\x93\x8b\xec\x4e\x17\x8b\x87\x4d\xc4\x5a\xd1\xa6\xb7\x28\x5b\xf2\x00\xe2\x54\x2d\xd2\x2b\x7e\x90\xcf\x22\x4e\x00\x0f\xd4\x25\x4f\xb7\x2f\xa9\xfa\x43\x94\x52\x84\x0f\xf9\x6a\xdc\x8b\x0e\xfd\x40\x9e\xbe\x85\x4b\x8d\xc0\x34\x89\x8f\xe0\x3d\x78\x88\x52\x4a\x22\x8e\xa6\xd7\x49\x70\x0f\x1d\x36\x21\x3e\x42\x24\xc1\x5c\xe1\x10\xac\xd1\x9a\x5e\xe3\x95\x4a\xcb\x4b\xe1\x30\xe2\x77\x1c\x0f\x78\x43\x02\x87\x10\x77\x3d\xe0\x11\x38\x8c\xa3\x0e\xf4\xda\xb5\x5e\x42\xae\x47\x9d\xbe\xb5\x9e\x88\xa2\xdf\x28\xbd\x4b\x60\xca\x4e\x41\xab\xce\x16\x69\x07\x95\x8a\xe9\x23\x04\x9e\x1c\x67\xfd\x6c\x4f\x0e\xb1\xba\xc9\x0e\x11\x8d\x62\xf4\x1a\xdb\x4c\xec\x7c\x75\x6a\x9a\x30\xa6\x44\x96\xbf\xaf\x30\x6d\x7a\xeb\xe3\x75\x4f\x25\xdf\x15\x48\x37\x37\xea\x2a\xe5\x9e\x40\x5e\xdc\x27\xc4\x04\x08\x98\xfb\x2a\xd9\x63\x09\xd7\x44\xce\xd4\x79\x86\x9c\x19\x5e\x39\x3d\xd9\xd6\x6d\xa2\x90\xcd\x24\x71\x61\x34\xac\x2c\x8b\x44\xce\x0b\xd6\xc4\x95\x11\xd6\xf4\x0c\x54\x2a\xbe\xf5\x2b\xa4\x01\x50\x59\xe4\xc4\x54\x2a\x2c\x61\x23\x14\x39\x65\x62\x48\x4c\x3e\x39\x6d\x2a\x1f\xe6\xf9\x64\x62\x88\x83\x09\x40\xb8\x0f\x09\xa2\x37\x48\x32\xb8\x4b\xe0\x11\x4a\x46\x45\x43\xc0\xeb\xe6\x1f\xd7\x68\xa5\xe2\xcf\x44\xd4\xc0\x05\x28\x5b\x98\x52\x05\xb1\x59\x65\x34\x3e\xd7\x36\xe1\x7b\xaa\x26\x26\x8d\xd1\xb2\xee\x8b\x27\xbe\x87\xba\x8c\x37\x40\x5d\xf1\x1e\x53\xf1\x50\x76\x4e\x84\xbb\xf0\xe1\x1d\xf6\x91\x91\x57\x76\xa9\x62\x24\x23\xf0\xad\x3c\x01\x48\x42\x62\x3a\xa6\xad\x52\x55\x4a\x98\x00\xc8\x25\x4a\x21\xe1\x7f\xc4\x66\x2c\x18\x30\xce\x06\xb2\x6f\xf9\xe5\xc4\x3e\x21\xfe\x58\xb5\x03\x7d\x0c\x1a\x00\x06\x80\x53\x97\x59\x64\x41\xdd\x92\x23\xa7\x57\x42\xba\x53\x15\x3a\xce\x48\x0d\xa5\xc0\x36\x02\x91\xc0\x16\x4e\x43\x74\x1a\xa6\x6b\xe2\x5a\x5e\x32\x5a\x6b\xa9\x38\x85\xe1\x6c\x9a\x96\x4e\x21\x6a\xd9\x5d\x20\xd3\x83\xcd\x46\x30\x91\x62\x88\x45\x16\x01\x8f\x36\x24\xa6\x07\xd9\xb3\xc9\x56\x3a\x36\x83\x83\x02\x80\x2a\x15\x1f\x89\x11\x62\xdc\xb0\xf9\x46\x64\xe2\x28\x8e\x9d\xe8\x18\x57\xfc\x92\x91\x08\xd6\x12\x79\xdc\x4b\x59\x26\x99\x3d\x24\xc9\x12\x43\x52\x65\x43\x72\x84\x52\x74\x10\xc3\x3d\x41\xb5\x44\x56\xc9\x08\x76\x7d\xdd\xcc\xe9\x21\x74\x8e\x23\x25\x5a\xca\xf3\x33\xb2\x44\x00\x68\x08\x77\x95\x2c\xaa\x59\x07\x24\x6c\xb5\x2f\xd1\x6a\xf5\x92\xda\x4d\xb0\x45\xf9\x5b\x7a\xac\xe8\x45\x70\x4a\x6a\x23\x9c\xf6\x51\x8f\xfa\x38\x58\x3b\x20\x30\x7a\x30\xb1\x93\x8c\xcc\x73\x12\x80\x34\x21\x14\x76\x4b\xd0\x76\x3a\x95\xc7\xbe\x18\x73\xb7\x10\x23\xba\x1b\x75\x80\xc3\x56\x5b\xf3\x99\x57\xfc\x16\x6e\xb3\x6d\xdd\x6a\x9b\xed\x9c\x3f\xaf\x84\xa0\x9b\x47\x05\xc6\x34\x48\x74\x0f\x60\xb0\x06\xe3\x14\xae\xf3\x8f\x8a\x30\x9d\x0a\x59\xe9\x46\x43\x36\x25\x36\x01\x0e\xc4\x6e\x89\x78\xf0\x17\xbe\x15\x7d\x68\xef\x1c\x18\x04\x16\x41\x8c\x1c\x82\x68\x35\x38\xe1\x0d\x92\xf1\xd8\xb7\x7a\xa3\x9b\x50\x8c\x2f\x67\xbb\x40\xa2\x8e\x4b\x34\xdd\x70\x1e\xaa\x7c\x34\x98\x04\xa0\xd5\x0e\x18\x17\x06\xd4\x45\x6a\xbe\x55\x62\xcf\x1e\x5f\x2b\xad\x36\x10\x62\x4a\xb5\x64\x2e\x91\xcb\x98\x8b\x28\x4f\x85\x78\x90\x0b\x29\x25\xef\x5e\xa9\x30\x06\x80\xb3\xec\x22\x21\x00\x64\xb3\x71\x19\x57\x2a\x3a\xd9\x8c\x87\x5e\x36\x54\x33\xfc\x13\x50\xc2\xf2\xd8\xc8\xa3\x9e\xbf\x21\xd8\xa3\x7e\x94\xde\x88\x52\x7a\x90\x24\xd4\x0f\x02\xd3\x29\x7d\xcb\x3f\x84\x54\xca\x1e\xd2\x17\x4f\xf6\xa2\xc3\xdb\xd1\x00\xfa\xf2\x8e\xc9\x3a\x57\xbf\x44\x2f\xeb\x7e\x51\xd5\x27\x22\xb6\x00\xa9\x0d\x23\x02\x31\xbd\x9d\x74\x15\x97\x7f\xb5\x8f\x62\x1e\x8a\x7a\x02\xec\xc6\x9b\x39\x51\xc5\xc6\xc6\xd4\x6b\x80\xe4\x78\x9b\x3d\x59\x81\x37\x07\xbf\x9c\x1c\x43\x52\x4d\x61\x0c\x3b\xb4\x7a\x8c\x68\xbf\x2a\x44\x18\x17\xd8\xe6\x4a\x30\xeb\xe2\x05\x27\xcf\x60\x14\x53\x34\x8c\xa1\x9d\xb9\x88\xa3\x5e\xb8\x62\xa7\xbe\x59\x95\x50\x38\x18\xc6\x11\x85\xe9\x5c\xd5\x65\x18\x7b\x76\xcb\x3d\x03\xd6\x1e\x17\xa8\xfa\xe2\xe8\x24\x19\xd1\x26\x51\x1f\x00\xc7\xf1\x3e\x47\xf1\xaa\xc2\x9c\x0b\xa3\xbd\xc2\x51\xf6\x40\xd4\x11\x82\xe8\x53\xf1\xe5\x0e\xb9\xca\xfb\x94\x51\x1e\xca\xf5\x55\xeb\xa1\x98\x42\xe2\xd2\x26\xbd\x8d\xf7\xf7\x51\x7a\x7f\x74\x78\x08\x53\xf6\x69\x7f\x7f\x12\x08\xdb\xa6\x5d\xbe\xec\x13\x2c\x6a\xf6\x49\x6d\x7f\x9f\xf7\x75\x7f\x1f\xd0\xa0\xa9\x3e\xf6\x23\x7c\x08\x85\x4a\xc5\x5d\x55\x05\x9e\x21\x1e\x6d\xf2\x17\x58\x4c\x8b\xad\x83\xa2\xea\xa4\xb8\xf8\x90\x24\xa3\x61\x95\xc3\xe7\xb6\x5c\xc4\x5e\xd6\xcb\x40\x2f\x1a\x2a\x28\x4a\xd3\xf3\x80\x5c\x3f\x7a\x61\x81\x41\x44\x3b\x7d\x48\xcc\x8a\xba\x25\x12\x40\x2a\x26\x16\x76\x85\xc4\x5c\xd7\x9a\x59\x58\xf6\xe0\xe9\x22\xd5\x84\x97\xf1\xe6\x5c\x9d\x1e\x48\x61\x44\x3a\xfd\xeb\x38\x3a\x88\x21\xbf\x18\x4d\x11\x54\x49\x07\x8e\xfc\x1c\xd0\xa2\xc6\x60\x02\x44\x9b\x42\x2f\x9c\x3b\xd0\xe5\xc7\x5a\xab\xed\x4a\x6c\xcd\xb5\x98\x1f\x2e\x2a\x9f\xa7\xc5\x40\x8c\x07\xa1\x7d\x88\xe5\x9f\xc2\x9d\xa0\x0e\x77\x18\xd4\x68\x22\x54\x64\x96\x1c\xc2\x4d\xd7\x89\xfc\xc8\x4c\xfb\xc9\x28\xee\xde\xef\x27\xc7\x62\xaf\x88\xb1\x2e\x54\xe4\x6f\x18\x24\x53\x9d\xff\x4b\x7d\x88\xbd\x60\x3c\x2e\xff\x26\x36\x18\x88\xba\xdd\x29\x2d\xf0\xe2\xc5\xb8\xf0\x0c\x95\x8a\xef\x1d\x24\x94\x26\x03\x2f\x0c\xc3\xa2\xc6\xee\x26\x42\xec\xe3\x05\xbb\xf2\x08\xe5\xb9\x0e\x46\x28\xee\x1a\x12\x71\x23\x21\x7b\x90\x0c\x18\xf3\xd1\xa4\x9a\xcb\x98\x91\x93\x61\x6f\x68\x16\x5b\x27\x57\xb0\xca\x59\x48\xb5\xb8\x90\xc3\x99\x9a\x7b\xf7\xbf\x78\x57\x09\x1c\xfc\xdc\x64\xf3\x99\xf1\x82\x20\x3b\xc1\x98\x9f\xe1\x75\xdb\xad\x93\x52\x72\x4a\x95\x23\x91\xc3\xc0\xb1\x32\x6b\x06\xed\x16\x34\x8b\x38\x8a\xb9\x46\x2c\x43\x0d\xb5\x48\xb8\x16\x96\x9a\x25\xc3\x2e\x03\x99\xf9\xe3\x75\x01\xca\x16\x99\xcf\xee\x17\x92\x4c\xab\xb5\x85\x03\x76\xf1\x28\x2a\x85\x03\x80\x85\x8c\x62\x0a\xf9\x67\x04\x0a\x56\x2a\x79\x02\x9f\x21\xec\xd0\x26\xec\x80\x14\x90\x76\xc0\x79\x10\x81\x5d\xc1\x5c\x61\x80\x9c\xd9\x92\x57\x64\x31\x9e\x37\x10\x8c\xbb\xbb\x85\x1c\x24\xaa\x49\xb2\xe5\x1b\xbe\x10\xb2\x7b\xac\x29\xc8\xcd\x5a\x8a\x2d\x62\x4c\x69\xb1\x37\xfc\x3a\x50\x23\xa8\xb4\x83\x3e\x1c\x8f\x5b\x6d\x2e\x8d\x9d\x80\xe2\xa5\x59\xe0\x0f\xee\x34\x3b\x5e\x8c\x92\xe9\x21\x6a\x42\x40\xe1\x43\xda\x2c\x5a\xee\x2f\x47\x07\x30\x66\x6c\x74\xae\x35\xfe\xa5\xc8\xf7\x5c\x51\x35\xbb\x45\x89\x3e\x0c\x9a\x4f\x5d\xe9\x76\xd7\xbd\xa7\xb4\xd7\x29\xf0\x94\x57\xab\xd5\x9e\x0a\xce\xf4\xe0\x2d\x38\x0f\xce\xea\x24\xce\x37\x75\x9e\xb2\xd7\x85\x4e\xdc\xa5\x19\xe8\x05\x59\x93\x33\xd3\x4f\x17\x0c\x84\x92\x41\xbe\xb4\x77\xeb\xe5\x17\x23\x92\xd6\x14\xae\x5c\x5b\xe4\x6d\x6f\x3e\xf3\xf9\x1b\x57\xbf\x70\xd1\x03\x07\x71\xd2\x79\xd0\x7c\xea\x54\x7a\x3b\x4c\xbd\x66\xcb\xbb\x2f\x79\x00\x4f\x2d\x12\x8f\x42\x32\xf0\x80\x57\x51\x62\x58\xe0\xbd\xc0\x45\xf7\x72\x77\xea\xe1\xe6\x1f\xe2\x38\x39\xbe\x1a\xc3\x88\xf0\x5f\x04\x45\xd7\x60\xda\x21\xe8\x00\x76\x5f\x3c\x51\x49\xd2\x16\x47\xfd\xe4\x7b\xca\xf9\x11\xab\xdc\x62\xef\x70\x8c\x04\x2e\x2f\x74\xa2\xb8\x33\x8a\xed\x23\x8e\x25\xc6\x51\x9a\x0a\x20\x49\xe1\x1d\xac\xfb\xf0\x82\xc4\xf9\x25\x74\xd8\x8f\xd1\x61\x9f\xc2\xae\x48\x65\xd7\xc4\x48\x15\xef\x22\x22\xfe\xa4\x9c\xe1\xe1\x30\x49\x86\xdd\xe4\x18\x5f\x55\x35\xc3\x87\x94\x44\x0c\xe0\x9c\xa4\xd3\xe7\xbe\xaa\xfc\x0e\x7e\x29\x39\x82\xbc\xae\x7e\x42\xd0\x6b\x09\xa6\x51\x6c\xe3\xc9\xd8\x28\x14\xc5\xf1\xc9\x9d\x21\xc4\xa2\xa1\x38\x89\xba\x08\x1f\xde\x82\x69\x1a\x1d\x32\x16\xf6\x05\x4e\x0d\xf7\x08\x3a\x3c\x84\xe4\x4b\xa8\x4b\xfb\x2c\x11\x27\x82\x11\x4c\xad\x8c\x09\x7e\x31\x1e\x11\x01\x5d\x65\x1d\x17\xe0\x8d\xa4\x33\x4a\x05\x78\x13\x0f\x47\x54\x80\x5f\x80\x27\xac\x3f\xe2\x07\x6b\x9e\x43\x05\x33\xc8\x65\x37\xfd\x24\xee\x8a\x8e\x58\x3f\xdd\x6c\x84\x5b\x60\xdc\xef\x90\x24\xe6\x93\x47\xb8\xe6\x00\x92\x2b\x77\x6f\x8a\x9f\xb8\x0b\xc9\x4d\x7c\x97\x0b\xab\x81\xf7\x42\xca\x73\xee\x25\x1c\x36\x07\x83\xf9\x69\xf5\xcc\x49\x70\x9a\x15\x5f\xee\xba\x38\x8a\xfd\x06\xbb\x36\x7c\x93\xc2\x81\x53\x92\x46\x07\x5c\xc8\xcb\x61\x31\xba\x7a\x72\xe5\xef\x9b\x5d\xeb\xc7\xbd\x24\xe6\xb8\xd0\x93\x21\xbc\xd2\x87\x51\x57\x72\xe2\x2c\xed\x08\x12\x8a\x3a\xce\xdc\x56\x22\x4a\x09\xdb\xdc\x5e\x4a\x23\x2a\x84\x07\x5e\xb3\xd5\xda\x01\x5e\x0c\xa9\x07\x5a\xad\xad\x67\x81\xd7\x31\x18\xb5\x5a\x5b\xdb\xa0\x0e\x5a\x5e\x19\x53\xee\xb5\xdb\x6d\x2e\x0d\x97\x7f\xc0\x69\xa6\xea\x3a\xf0\xd6\xd7\xbd\x36\x68\x3d\x0d\x58\x5d\x0d\xd0\x6a\xb7\x41\xab\xd5\xd8\x06\x17\xb7\x39\x74\x8e\xfb\x14\xf6\x12\x02\x8b\x1a\x5a\xed\x60\xb9\x83\x07\x66\xf9\xcc\xdc\xcc\x9c\x61\x7b\x0c\x1b\xfb\xcf\xbf\xc7\x0d\x24\x6f\x93\x1f\xe3\xed\xef\xe6\x7f\x54\x92\xd0\x16\x3b\xfc\xa2\xd8\x95\x5b\xdb\xe0\x69\x0d\x3d\xa3\xa1\x67\x35\xf4\x9c\x86\x1a\x75\x0d\x32\xf2\x50\xb2\xb5\x54\xe6\x86\x29\xb7\x65\xc0\x6d\x03\xee\x18\xd0\xe0\xd2\x30\xc8\x34\x0c\x36\x0d\x83\x4e\xc3\xe0\xb3\x65\xf0\xd9\x32\xad\x6d\x99\xd6\xb6\x4c\x6b\x5b\xa6\xb5\x2d\xd3\xda\xd6\xd3\x4e\x8f\xd4\x4e\x50\x5f\x0d\x02\x5b\x0a\x81\x67\x81\x17\x49\x82\xa1\xe8\x64\x9b\x91\x56\xe7\x92\xe4\x49\xf2\x28\x8a\x1a\x84\xb7\x0d\xc2\xdb\x06\xe1\x6d\x83\xf0\xf6\xb6\x83\x8f\x73\xef\x54\x59\x4c\x47\xb6\x4d\x47\xb6\x4d\x47\xb6\x0d\xd6\xdb\x66\xd8\xb6\x0d\x16\x3b\xf5\x59\x7d\x71\xef\xce\x4e\x6f\x18\x5a\xee\xb6\x51\xb5\x9a\x0e\xed\x98\x0e\xed\x98\x0e\xed\x18\xc4\x77\x0c\xe2\x3b\x06\xf1\x1d\x83\xf8\xce\xb3\xce\x38\xe4\xb6\x81\xca\x66\x3a\x75\xd1\x0c\xed\x45\x83\xc9\x45\x8e\x49\xbb\x5d\x74\x42\x7d\xed\x6b\x7c\x2b\xec\x00\x0f\xf5\xe4\x00\x6c\x81\x96\x97\xbd\x9a\xe9\xc3\xae\xf8\x94\x63\xff\x58\x35\x0d\x50\x7a\x8c\x96\x09\xc8\x78\xcd\xad\x56\x86\x9d\x6d\x6b\x54\xd4\xcc\x89\x2e\xb4\x41\x2f\x8a\x53\xd8\x06\x1a\xf7\x36\xf0\x86\x11\x89\x06\x90\x42\xc2\x10\x6a\x4f\x66\xa0\xb8\x03\x76\x4a\x2a\x9f\x56\xa9\xf8\xc8\xaa\xc8\x7e\xdb\x02\xdb\xea\x73\x61\xd9\x46\x7b\xa2\xd8\x04\xaf\x1f\xa5\xd7\x8f\xa2\xd8\x6b\xf2\x5e\x4c\x9e\x02\x03\x48\xa3\xe6\xe9\x80\xdf\x1c\xc4\x15\xe8\x71\x5e\x6b\x6a\xfd\x83\xd4\x73\x2f\xad\x45\xf6\x7f\x67\x74\xa7\xfc\x38\xdd\xa9\xee\xc6\x0f\x1a\x0f\x5e\xba\x71\xa5\xf0\x4e\x95\x63\x0a\xd9\x32\xde\x01\xce\x9a\x7c\xc8\xb7\x5b\xc1\xe2\x3b\xe7\x29\xcd\x0d\xf3\xe2\x73\x3c\x53\xb7\xe4\x0a\x1e\x5e\x38\x8c\xd1\x60\x00\x89\x29\x36\x43\x5a\xc0\xef\xfa\xc2\xc4\xda\x79\x5f\xa0\xa3\x0e\x44\x9f\xb0\xa8\x03\xba\x93\xa9\x79\x0d\xe4\x9b\x67\x2a\x49\x6f\x9d\x06\x41\xe1\xab\x97\xab\x11\xc6\x09\x5d\xef\x44\x71\xbc\x1e\xad\x73\x26\x7b\x3d\x4a\xd7\x23\xfd\x8a\xcb\xb3\x6a\x1f\x89\xda\xad\x67\x26\x97\xc8\x65\xaa\xf5\xb7\x4a\xcf\x89\x43\xda\x22\xed\x35\x5c\x83\x78\x34\x10\xcf\x61\x42\xfb\xc7\x78\xbc\xd1\x00\xb8\x26\x6c\xc7\x46\xe2\xfb\x46\x1d\x78\x7c\x87\x79\x08\xaf\x0b\x5b\x8b\x63\x82\xa8\xfc\x16\x80\xb2\x3d\x8a\x6b\x0f\xe0\x09\xc0\xc1\xc4\x60\x19\xdb\xc2\x43\x3f\x56\x6f\x9c\x52\x48\xef\xaa\x71\xbc\xd3\xcb\xbe\x9f\xb2\x74\x64\x7c\xb4\xf7\xf7\x43\x0a\xf8\xe8\x02\x6a\x8d\x40\xc7\x98\x30\xb9\x9a\xe3\xa2\x57\x6b\xf7\x60\x8f\xad\xea\xf1\x78\x43\x42\x66\xa6\x03\x65\xc3\xbd\x86\x7a\x7e\xee\x6b\x2d\xed\x47\x03\x27\x4b\xc1\xfa\xb9\x4b\x92\x87\x27\x2a\x93\x78\xd7\x26\x3b\x71\x8d\x11\xde\xb2\x27\x5d\xb9\xc6\x7c\x96\x1d\xb4\xda\x8e\x9a\x65\x12\x04\x01\xd8\xa8\x4b\x9b\x73\x98\xb1\x39\xcf\x3e\xf4\x93\x82\x7c\x80\xc3\xae\x7c\xc5\x45\x95\x16\xbf\x2b\x35\xd4\xd6\x1a\x5f\x23\x61\x1e\x09\x6c\x54\x43\x00\x29\x2b\x86\x10\x17\xeb\x8e\x34\x02\xe2\x03\xb1\x67\xbf\xe7\xea\x60\xc6\x63\x15\xbe\x62\x23\x0c\x23\x9f\x06\xf6\x5e\xd4\x6f\x8d\xe9\x6e\xc6\x96\x43\x47\x37\x80\xd6\xb6\xb9\x07\x7b\x90\x40\xdc\x51\x7b\x87\x35\xbe\xde\x8f\x52\xfc\x14\x5d\x3f\x80\x10\xaf\xcb\xbb\x1f\x4a\x61\x77\xbd\xba\x2e\x0d\x36\x9d\x1c\x6c\x0a\x60\xd7\xd2\x56\x4d\x7c\x18\x34\xa9\x41\xbf\x6b\x51\xa9\x6e\xf1\xd2\xdd\x95\xa9\x87\x4e\x6a\x21\xe1\x31\xab\x79\x3c\x2e\x2c\xc5\x2d\x41\x1c\x0a\xd2\x17\x6a\x00\xf1\xfa\x43\x58\x2f\x9d\x4e\x14\xba\xb2\x8e\x07\xf0\x24\xf5\x71\x50\x6c\x09\x93\xb4\x60\x3b\xc4\x2d\xd8\x16\x26\x26\x16\x0d\xd8\xd8\xb0\x7f\x0a\xf3\x13\x8b\x02\x6c\xb8\x09\xc0\x37\x04\x21\x19\x8f\x93\x9a\x1a\xdd\xd7\x20\x09\x2a\x15\x3f\x71\x09\x44\x12\x12\x69\xcd\x16\xd4\xd8\xad\x94\xa4\x02\xca\xd8\xb5\x10\xa0\x1f\x50\xac\x2b\xdd\xc9\x78\x4c\x26\x01\x48\xb8\x45\x97\x7e\x22\xe1\xb4\xc7\x9b\xe3\xd8\xb8\xe9\xbb\xce\x2f\xb1\xc1\x50\xa0\xde\x8c\x39\x1f\x25\xab\x20\xad\xf5\xd8\xd2\xca\xb6\x50\x46\xe2\x28\x43\x2d\xe1\xe6\x64\x01\x48\x1e\xd3\xa3\x85\x61\xe8\x2b\x69\xf8\xbe\xb8\x7c\x68\x83\x52\xf5\x1b\x65\x7e\xf7\x7d\x3f\x09\xed\x99\xf6\xf3\x6f\x77\x0b\xb6\x96\x32\x15\x0d\x69\xf1\x09\x74\x9f\x6d\x93\x75\xf8\x70\x48\x60\x9a\xb2\x15\xc8\x9f\x49\x42\x44\xfb\x90\xac\x1f\xc0\x75\x56\x7a\x3d\x21\xce\x91\xb4\x66\xd1\x37\xb5\x49\x04\x77\xe2\x53\x6e\x13\xa4\x3e\x82\x53\x8b\xf0\x34\xe5\xa8\x40\xa0\x56\x4e\x73\xa3\x0e\xec\x35\xc7\x06\x6c\x12\x00\x5a\xa9\xc4\x32\x88\x9a\x9f\x00\x69\xc7\x28\x37\x45\xd8\xf1\x13\xeb\xd5\x4d\x62\x5e\x11\xa5\x82\x1a\xb1\x75\x54\xa2\xf2\x56\xcc\x42\x98\x00\x9f\x84\xad\xd3\x07\xf0\xa4\xe9\xf5\x23\xdc\x8d\xa1\x90\xcb\x08\xfc\x72\xc3\x2a\x2c\x2c\xc9\x61\x5a\x13\x02\x9c\x4a\x65\xa3\xa1\xf4\xba\x56\xb2\x50\x58\xea\x63\x83\x7f\xee\x25\x9d\x51\xca\x85\x41\x42\x5b\x65\xb7\x29\xc5\x45\x45\x8d\xda\x55\xf3\x6c\x95\x4a\x2e\x49\xea\x34\x67\xb5\xa2\xc5\x4f\x45\xed\xd8\xba\x31\x59\xb7\xcc\x5f\xd0\x47\xf9\x85\x97\xdc\xf5\x69\x2d\xa5\xc9\x90\x6d\x80\xe8\x50\x58\xa3\x07\x60\xa3\x11\x34\x1b\xdb\xac\x18\xa3\x51\x57\x93\x2e\xd7\x8a\xa2\x94\x8d\x4e\x71\x09\x2b\x60\x51\xdf\x08\x10\x77\x61\x4d\xc9\x89\x2a\x95\x6a\x63\x43\xd8\x26\x8b\x04\x6d\x09\xec\x94\x08\x76\x7d\x58\x93\x6a\xef\x1a\x17\x51\xfa\x54\xe0\x63\xa7\xf7\x13\xf6\xc1\x29\x08\x0a\xb2\x59\xc5\x15\x31\xd1\x83\x2a\xf7\xf2\x8b\x19\xa9\x69\xd1\xe0\x1a\x3e\x8d\x75\x5d\xa2\x3f\x1e\xb7\xda\xea\x55\x77\x3d\x00\x38\xac\x36\x00\x0a\xeb\x97\xd0\x65\xf5\x8e\xfd\x12\xda\xdc\x0c\x50\xcf\x57\x26\xf8\xd7\x5f\x1d\x45\xb1\x4f\x5a\xa8\x0d\x60\x10\x9c\xe2\x10\x29\x53\x4d\x49\x46\x9f\xaf\x36\x76\x89\x65\x93\x1c\x34\x89\xb6\xec\x25\x1a\x71\xb3\x46\xf2\xd8\x0a\xfb\x49\xc5\x59\x69\x33\xbb\x57\x47\x90\x9c\x88\x4e\x32\x4a\xf1\x3f\x15\x5c\x63\xa4\x48\xc2\x58\xa5\x21\xd6\x42\xd5\x04\xf0\xa9\x8d\x30\x7a\x75\x04\x6f\x76\x83\x60\x8d\xd3\x06\x8e\x87\x1f\x4c\x34\x62\xca\xe8\x64\x2f\x3a\xb8\x29\x04\x80\x19\xeb\x51\xd9\x4f\x4d\xb8\xcd\x9a\xcc\x0a\x44\xec\x5d\xe2\x48\x67\x76\xbd\x6a\xc3\x6b\x5a\x05\xa5\xb0\x71\x3c\xf6\xea\xde\x64\xd2\x0e\x2a\x95\x91\x6f\xd3\x2d\x12\x00\xcc\xd3\x00\x66\x44\xdf\xd7\xea\xc8\x20\xb0\x72\x39\xc4\xa3\x45\xda\xc0\x1c\xf2\x77\x8e\xb1\x3a\x1c\x84\xe0\x7e\xc8\xc6\x30\x29\x29\xcc\x4e\x6a\xfd\x25\x00\xfd\xa2\x8c\x92\x5c\xb4\xf0\x52\xcd\x88\xd2\xf3\xb4\xa3\x09\x06\x5b\x71\x4b\xb4\xa4\xca\x67\xda\x4a\xec\x0b\xea\xf0\x11\x2f\xa8\x17\xe4\xcc\x3f\xbe\x8b\x2a\x88\x40\xca\x1f\x5e\x77\xd6\x6c\x5e\x56\x33\x83\xbd\x4f\xea\x95\xb5\xbb\x72\x1e\xf2\xe4\x38\x0f\xe9\x7f\x6a\x9c\x87\xf4\x3f\x11\xce\x43\xfa\xe7\xe6\x35\x71\xa8\xee\x8d\xfc\x81\x43\xf9\x5d\xe6\xd4\xdc\x00\x9b\xc4\xbe\x0e\x3a\x7c\x38\x71\xaf\x82\x9a\x5f\x27\xfa\xd2\x27\x79\x08\xe2\x5c\xc7\x48\xfe\x3a\x86\x35\x07\x65\x0d\xcb\xe0\x4c\xc5\x64\x47\x4f\x84\x98\xec\xc4\x11\x93\x9d\x3c\x56\x31\xd9\xe1\x4a\x4c\x36\x55\x4c\x76\x9c\x15\x93\x1d\x9f\xa5\x98\xec\xa0\x40\x4c\x76\x30\x45\x4c\xd6\x2b\x17\x93\xed\x67\xc4\x55\xfb\xe7\x2e\x2f\xd3\x4d\x1f\x5b\xcc\xd1\xf1\x9f\x43\x52\x76\x5d\x99\xde\x2a\x86\x8a\xf1\x13\x70\x77\x0a\xe9\x93\x24\x0b\x58\x24\x30\x2f\x80\xb0\x85\x13\x93\xa0\x09\x5b\xb4\x1d\x12\x60\x75\xfc\xce\x4a\x42\xf7\x69\x90\xd0\xdd\x0f\x85\xf3\xbf\x4a\x45\xfc\xad\xe1\xe8\x08\x1d\x72\x6e\x3e\x9b\x50\x1b\xa5\x90\x5c\x39\xe4\x8f\x3d\x3c\xf0\x30\xbc\xaf\x65\x14\xde\xad\xfb\x37\xaf\xaf\x7b\xc1\xf3\xd5\xc6\x78\x6c\x25\xef\x11\xd4\x85\x98\x5e\xe0\x5f\xc0\x15\x23\x0c\x74\x3d\x90\xcc\x94\x09\x26\x99\xdf\x51\xe6\x77\x9a\xf9\xdd\xf9\xd4\x08\x10\x4f\x4a\x05\x88\x87\x39\x01\x22\x7f\xd4\xb2\x36\x50\xf2\x43\xcd\x8a\xd1\x9c\x17\x1f\x40\x1c\xce\x0c\xe0\xb0\x7e\x09\x5f\xa6\x97\xf0\xe6\x66\x40\x5a\xb8\x6d\x79\xf6\xc1\x9a\x4b\xbb\xee\xef\xfb\x30\x44\x7c\xf1\xcb\x93\x02\x81\x16\x6b\xcc\x38\x96\x64\x07\x99\xc7\x65\x27\x37\x12\x4c\x3d\xa0\xf6\x02\x2f\x1b\x00\x6f\x3f\x8e\x52\x7a\x33\x15\x92\x06\xa8\x24\x1c\xfc\x74\x12\xe2\xb5\x00\x0c\x65\x56\x0a\x1f\xd2\x5b\x30\x4a\x47\x84\xdd\x8f\x63\xb0\xcf\x5f\x89\xc3\x62\xe9\x67\x32\x84\xd2\x9a\xad\x5b\x2c\xc4\x12\x1c\x54\xd7\xa7\xd2\x11\x37\x97\x0a\x92\x4a\x65\x43\x4b\x62\x2c\xd4\x94\x5b\x88\x02\x57\x22\x1d\x69\xef\x26\x5c\x36\x58\x52\x1a\xde\x07\x25\x7a\x13\x42\x1b\xe0\x79\xca\x53\x86\xa9\x3b\x34\xa2\xac\x94\x26\x04\x72\x51\xd6\x7d\x7a\x12\xc3\x02\x19\xaa\xe2\x7e\xe4\x4e\x3d\x84\xdc\x72\x73\x44\x61\x97\x97\xe0\x92\xb1\x90\xd6\x7a\x09\x16\x55\x00\x2c\x7f\x7d\x31\x22\x28\xc2\x14\x20\xf9\xfb\x4b\x10\x1d\xf6\x29\x48\x54\x66\xf4\x1a\x04\x51\x48\x6b\x31\xc2\xf0\x25\xf1\x2d\x95\xdf\x6e\x44\x03\x14\x9f\xac\xc9\xb7\xfa\x72\x26\x43\x13\xcb\x9a\x00\x6f\xdd\x04\xb2\xc6\xce\x2f\xe4\xfc\x4a\x80\x77\xc1\xfc\x8a\x9c\x6f\xa9\x91\xef\x0a\x71\xe6\x9d\x61\xb1\x04\x92\xef\x67\xb9\x73\x61\x8d\x72\xa7\x6f\xc6\xfd\x83\xf8\xcd\x06\xe6\x0a\xa5\x04\x1d\x8c\x28\xf4\xbd\x6e\x44\xa3\xaa\x12\x54\x56\x85\x35\x9e\xcd\x27\x91\x70\x18\x91\x14\xde\xc4\x94\x2d\x87\x3a\xdb\xc5\x79\x89\xae\xf0\x60\x00\x31\x95\x8e\x08\x7c\xe5\x40\x47\x3e\x55\x11\xb5\xcb\x7b\x7f\x6e\x21\xa8\xef\x80\x04\x6b\xa5\xab\x44\xca\x71\x19\x3b\x9d\x11\x76\x97\xca\x37\x6d\x39\x36\xcf\x54\x20\xdf\x56\x02\x74\xf9\x3c\xac\xa8\xe5\x84\x8b\xf9\xe7\x16\xb1\x17\xcf\x41\x46\xa3\x30\x87\xc0\xdd\xc8\x5d\x0a\x85\xee\x6c\x8a\x9e\xe5\xcf\xae\xa4\xd4\x5d\xbe\x87\xcf\xe7\x55\x32\xe5\x17\xe3\x08\x3f\xf0\xf5\x32\x10\x02\x11\xb5\x3a\x4a\x27\xa5\x55\xfa\x45\x92\xc7\x6a\xa3\xcd\xfd\x89\x4c\xd9\xdf\xb1\x3b\xed\xae\xf5\xb1\x4f\x73\xa4\x81\xbf\xcc\xca\x09\x44\xe8\xee\x0c\x12\xe2\xab\x87\xb3\x53\xb2\x58\x6f\xe4\x41\x56\x6e\x2c\xde\x44\x05\xe5\x94\x4a\xae\x84\x60\xc2\x2f\x01\xbe\x1e\xfa\xe7\xc3\x9d\x67\x2b\x15\xfd\xf3\x72\xf8\x5c\x7d\x3c\xde\xde\x72\x66\x87\x7d\xcf\xcd\x8d\x59\xca\xee\x1e\x99\xa6\xb8\x29\xb8\x6f\xc1\x9a\xb8\x48\x5c\xa1\xbb\x06\x64\xa3\x61\xbf\xfc\xa2\x66\x05\x4b\x41\xea\x2d\x29\x58\x35\x54\x35\x27\x86\xd7\x2a\x89\xa5\xa9\x3b\x81\x43\x69\x7c\x5b\x30\xb0\x46\xe1\xc3\x98\x4b\xd7\x7f\x41\x31\x89\xd0\x7e\x35\xd4\xb3\x54\xe3\x7e\xd0\xa1\xc1\x95\x8a\x2f\x9f\xac\xda\x47\x63\xed\x18\x75\x69\xbf\xa8\x7a\x36\xff\x7b\x96\x7f\x18\x59\x8d\x76\xf8\x21\xef\xa9\x7d\x3a\x88\xef\x47\x3d\xe8\x7b\xbc\xa6\xe6\xba\x51\x7a\x6c\x6e\x5d\x04\xde\xf0\xa1\x67\x7c\x21\x4c\x2f\xd9\xa8\xd7\xff\xe2\x92\x67\x26\x65\x10\x9d\x1c\x40\xc7\x88\x3a\x3f\x17\x1b\x0f\x83\x9c\xf6\xee\xd1\x87\x72\xd7\xb3\xd5\x24\x96\xdd\xf9\x78\xec\x49\x45\xc9\x51\x81\xa2\xe4\xa8\x40\x51\x02\xe2\xf0\x8e\xef\x8f\xc2\x8e\xa3\x31\x71\xb9\x93\x16\x69\x73\x0e\xcf\xb9\x80\xb9\xd7\x33\x9b\xd5\xb3\xae\x03\xdc\xdf\xd3\x24\x00\x77\xfc\x91\x5d\xbd\xc3\xcf\xcc\xa3\x2a\x29\x2d\x1d\x80\x91\xad\xbe\xc8\xb4\x93\x67\x41\xe6\xd1\x96\x4c\xaf\x62\x7a\x8b\xee\x69\xdf\x4a\x16\x6c\xcd\x29\x3e\xbd\x25\xe7\x28\x6d\x45\x0b\x36\x64\x97\x9e\xa7\x1d\xa3\x6e\x4a\x97\x6a\xc9\xa8\x9b\x9c\xb6\x46\xb6\xba\xe9\xca\x72\xea\xa6\x99\xda\xa5\x39\xfd\x19\x18\x27\x77\xb8\x33\x22\x04\xe2\xce\x49\xb5\x0b\x3b\x09\x17\x1e\x17\x7e\xce\xbb\x40\x10\xe2\x86\x9c\xf6\xca\xd2\x5b\x81\x1e\xe8\x82\x3e\x18\x82\x01\x38\x02\x27\xe0\x10\x1c\x80\x7d\x70\x0c\xae\x83\x3b\xe0\x3e\x78\x08\xae\x80\x07\xe0\x2e\xb8\x07\xf6\xc0\x55\x70\x0b\x7c\x13\xdc\x04\xd7\xc0\x6d\xf0\x32\xb8\x01\x5e\x03\x2f\x82\x57\xc0\x4b\xe0\x8b\xe6\x56\xf4\xaa\x25\xdc\x79\xf5\x93\xaa\xf9\xfa\xd2\x4a\xf3\xf5\xe4\x68\xbe\x3e\xf7\xa9\xd1\x7c\x7d\xee\x13\xa1\xf9\xfa\xdc\xb9\x69\xbe\xbe\xf2\x24\x69\xbe\xbe\xf0\x44\xe8\xa6\x3e\xe3\xe8\xa6\x3e\xf3\x58\x75\x53\x7f\xb9\xd2\x4d\x4d\xd5\x4d\x7d\x35\xab\x9b\xfa\xea\x59\xea\xa6\xbe\x5c\xa0\x9b\xfa\xf2\x14\xdd\xd4\xab\xe5\xba\xa9\xcf\x67\x74\x53\x9f\xff\xf3\xe9\xa6\xbe\x6a\xb1\x2f\x5f\xfd\x73\xe8\xa6\x20\xfc\x33\x29\xa7\x28\x5c\x69\xa7\x3e\x0d\xda\x29\x02\xc3\xfc\x52\x2d\x14\x07\xd1\x3e\xc4\x13\x80\xe7\xce\xdf\x61\x1c\x42\x3c\x01\x08\x86\xbe\x56\x2f\x51\x12\x75\x1e\xc0\xae\xd1\x2f\xa9\x84\x34\x9b\x30\xca\x26\xc4\xd9\x84\x4e\x36\xa1\x97\x4d\xe8\x66\x13\xfa\xd9\x84\x61\x36\x61\x90\x51\x74\x1d\x65\x7e\x9f\x64\x7e\x1f\x66\x7e\x1f\x64\x7e\xef\x67\x7e\x1f\x67\x7e\x5f\xcf\xfc\xbe\x93\xf9\x7d\x3f\xf3\xfb\x61\xe6\xf7\x95\xcc\xef\x07\x99\xdf\x77\x33\xbf\xef\x65\x7e\xef\x65\x7e\x5f\xcd\xfc\xfe\xe2\xa7\x46\xd1\xf7\x19\xa5\xe8\x4b\x8d\xa2\x0f\x83\x04\x44\xe1\x5f\xfa\xa9\xa5\xe8\x4b\x2d\x7d\x56\xee\xf8\x3d\x03\x73\x24\x71\xb0\xa6\x01\x80\xd0\xff\xbc\x4f\xc2\x48\x90\x17\x9e\xca\x1f\x0a\x00\x6f\x7f\x38\x3a\x88\x51\xe7\xca\xdd\x9b\x57\x94\x00\x55\x7a\x6c\x6b\x92\xda\xbe\xd4\x85\x69\x5b\x75\x96\xa6\x7f\x48\x77\x64\x22\x1f\x83\x80\x10\xf0\xb0\x04\x01\x01\xe5\xeb\x81\xe7\x91\xf0\x24\x00\x5f\x61\xd8\xb0\xc6\xa5\xa3\x35\xf9\x1c\x3b\xf5\xc0\x37\xc1\xe7\xb9\x87\xf6\x5c\x8e\xfb\xda\x7f\xc3\xcd\x7c\x96\x21\x8c\x28\xc2\x87\x57\xfb\x11\xf1\xc0\xb5\xec\x77\xf8\x70\x88\xf8\x84\xdd\xd7\x62\x55\x0f\xdc\xce\xe6\x12\x5d\xbd\x07\x53\xee\xbd\xe8\xe5\xcc\x67\x94\x5e\xe1\xc1\x12\x3c\x70\x23\xf3\x45\x7a\xf6\xf0\xc0\x6b\x99\x0f\xa9\xd5\xda\x8b\xd9\x42\x51\x4a\x05\x36\xb0\x2b\x72\xbc\x92\xc9\xd1\xb7\x5d\x99\xbc\x24\x3f\x8a\x69\x0c\xa4\xdc\xae\xcb\x3d\x6c\xa8\x33\x41\x7f\xe3\xfa\x4a\x39\xa0\x77\x45\xbc\x86\xb2\x5c\x6a\x50\x67\x66\xe3\x0e\x35\xca\x33\x09\x47\x6c\x62\xec\xd2\xab\x51\xa7\xcf\x8e\x0f\x22\x7e\x36\x5b\x6d\xe5\xe6\x91\x81\x66\x54\x9a\xc4\x92\x73\x4f\x02\x40\x8c\x76\x38\x05\x3e\x3e\x83\xb7\x31\x42\xfb\xa7\x86\xce\x7d\x28\x53\xa9\x50\x7b\xd7\x7d\x01\x9e\x1c\x24\x11\x11\x71\x6d\x2a\x15\xef\x81\x94\xf0\xf1\x77\x25\x8c\x56\x54\x2a\xfe\xf6\xb3\xf6\x2b\x93\xf1\x78\xa7\x6e\xff\x0e\x04\x69\x71\xd5\x90\x3a\xf6\x42\x0a\x6d\x67\x35\x7e\x56\x9b\x27\x1d\xba\xcc\xd1\x5f\x9e\xb3\xa0\xc3\x57\xc5\x03\x92\x29\x3d\x16\x6e\x8e\x15\x12\x92\x45\xce\x22\x32\xed\xb1\x46\xb1\x62\x17\x90\xd0\xd5\xe9\xad\x95\xe9\x3d\x7d\x5a\xa0\xfa\x24\x20\x83\x33\x0c\x94\x32\x34\x47\xaa\x94\x12\xad\x48\x35\xd7\x24\x41\x56\x31\x3b\x45\x45\x2a\xf9\xf4\x8d\x02\xcd\x27\xbb\xe6\x6e\x14\xeb\x44\xf3\x98\xca\xc7\x1f\x22\xee\x4a\x69\xb6\x0c\x5e\xd2\x09\xd0\x74\x0d\xee\x62\xda\xda\x3c\x66\x42\xdb\x77\x73\x30\x80\x5d\x14\x51\xe8\xa8\xfd\x2c\x0f\xe5\x1d\x4a\xe2\x2f\xc0\x93\xf1\x18\xd6\x06\x90\x46\x5f\x80\x27\xf3\x96\x9c\xa6\x7b\x8c\xa0\x0f\xd9\x31\x86\xf4\x73\x99\xbd\x93\x21\xc2\x87\x7b\x51\xfa\xa0\x36\x84\xa4\x97\x70\xb7\xa1\xbc\x36\xd6\xd9\xed\xad\x0d\x5b\x57\x69\xeb\x98\x66\x0c\xad\x5a\xd6\x6a\xc2\xef\x0f\xa3\x4e\x6e\x1b\xc0\xdc\xd2\x28\x79\x06\x27\x75\xf6\x3a\xae\x0d\xc2\x87\xe3\xb1\x2f\xd3\xc4\x81\xc0\x2f\x0e\x73\x3d\x95\x9b\xb5\x0c\x84\x6b\xa7\xa5\x50\x68\xb8\x28\xb0\x9a\x5c\x0c\x58\xca\x14\x04\xf6\x95\x1f\xa6\x92\xd6\x0d\x9d\x66\xf3\xa2\x94\xeb\x26\x55\x85\x87\xb0\x94\xd7\x0a\xc9\xec\x49\xa7\xb2\x16\xd0\xc0\xc0\x42\x68\x34\xec\x6a\x17\xa8\xf9\x89\x71\x42\xe3\xb8\x9b\x43\x3a\x03\x45\x3d\x9f\xc0\x82\x74\xb3\x97\x0a\x8e\x49\x77\x33\xc9\x12\x96\x60\x9c\xe6\x3f\xaf\x95\xd6\x25\x55\xb7\x92\x3d\x08\x37\xea\xa0\x2c\x6b\xd6\xbd\x2c\x09\x4e\x61\x19\x7a\x3c\x3c\x87\xae\xb3\x01\x60\x2d\xcb\x43\xf1\xb0\x83\x45\xa3\x3b\x09\x82\x9a\x10\x04\xd9\x22\xa2\x79\x5b\xe2\x0e\x68\xf9\x6e\x9f\xa9\x80\xe7\xec\x65\xf1\x24\xe7\x66\xd8\xf1\xd8\x96\x9b\x65\x77\xc5\x4a\x2b\x33\x4d\x63\xcb\x0f\x51\x59\xb9\xe1\x19\xe7\x5e\x3f\x4a\x1b\x1d\x14\x4b\xeb\xf2\x19\xf9\xe4\x65\x56\x55\x86\xad\x72\x96\x95\x6e\xa0\x64\x5d\xa9\xef\xca\x23\x4d\x3f\x4a\x2d\x35\xa4\xe4\xdf\x81\xd7\x49\x30\xe5\x91\x96\xd4\x66\x2c\x6a\x58\x9b\xc2\xc9\xb8\x22\x29\x24\x47\x32\x5e\x40\x61\x7e\x53\xad\x3d\x87\xc6\x14\x44\x94\xbf\x2a\x03\x74\x2a\x53\x84\xa8\xdb\x35\x55\x2f\x58\x85\x6d\x62\x97\x1d\x35\x5a\xfe\xad\x7c\xc7\x14\x0c\x3d\x5f\xc8\xb9\x7b\x84\xd8\x26\x86\xfd\x21\x81\x59\xe1\x7a\x7d\xb9\x25\xa4\x48\x26\xcb\x38\x15\xcc\xad\x4d\x58\x8b\x7b\x5e\xb6\xd8\xf3\xad\x96\xcf\x56\x21\x22\xb9\x0a\x2c\x64\x74\xd6\x22\x42\xaf\x57\xcb\xa1\x8c\xa7\xa5\xdc\x24\x06\x8a\x94\x5b\x57\x92\x10\xe6\xfa\x58\xcc\xad\xba\x0f\x88\x33\xfb\x59\x9b\x7e\xb8\xf6\x6e\xb6\x33\xea\x2c\xff\x6a\x5a\x15\x37\xcc\x69\x06\xa3\x65\x16\x5e\xbb\xa5\xa6\x5f\xd9\x06\x83\xa6\xe4\x5e\x0d\xce\x19\x2b\x32\x22\xde\x6e\x3b\x0c\xa2\xe3\x9d\x52\x52\xab\x7c\x05\xea\x85\xb7\x35\x8e\xda\x31\x62\x99\x29\xa9\x5b\x15\xa3\x5c\xea\x9d\x74\xa5\x92\x65\x13\x55\x6d\x05\x16\x3a\xf2\x8b\xd1\x66\xe2\xb2\xf7\xd6\x4f\xb5\x22\x82\xa2\x2a\xdb\xd3\x24\x89\xd3\xb0\xc8\x8b\x94\x7a\x7e\xad\x3d\x55\x53\xfd\xde\x1a\x3c\xe5\xb5\x9f\x0a\xb8\x2a\x01\x2b\x55\x02\xf7\xdc\x2d\x8d\xd0\xc5\xa9\x13\xf8\xb4\x26\x2f\x8b\x40\xe8\x1d\xf8\x73\x7b\x2d\x3b\xc6\x2e\x52\x57\xe2\xd8\xf7\x5a\xdc\x4e\x54\x1c\xc2\xc2\x4a\xb4\xed\x05\x35\x44\xe1\xc0\x47\xbc\x0a\x1d\x58\x37\xa9\x25\xbd\x5e\x0a\xe9\x5e\x32\xac\x62\x03\x83\x34\x8c\x36\xd5\x37\x61\x45\xbb\x96\x3e\x8f\x9d\x84\x4d\xac\xc7\x6a\xb8\x6b\xc1\x61\x5a\x75\x33\x36\xa3\xcb\xd6\x67\xae\xf6\x32\x99\x23\x6e\x22\x6a\xa6\xd9\xf1\x8f\x59\xbe\x7a\xbf\xa4\xcd\x9d\xdd\x59\x0f\x89\xc5\x6b\x59\x75\x2d\x6e\xf7\x6c\x15\x16\x3e\xdf\x25\x82\x92\x21\xbf\x5f\xc2\x13\xba\x1b\x0c\x60\x0b\xd3\xcc\x51\xca\xca\x0b\x49\x1f\xbb\x37\x63\x67\x25\x5a\x3c\x4c\x31\x9f\x88\xb9\x9c\xc1\xd7\xc2\x74\x9b\x0e\x5a\xe2\x08\x36\xd8\xd0\x2f\xf9\xa8\xef\x63\xb9\x2f\x52\xc4\xec\xbb\x07\x90\x95\x41\xc9\xda\x03\x19\x36\x20\xdb\x2f\x1f\x67\x69\xc5\x1a\xaa\x54\x08\xf4\x51\xb0\xeb\x67\x39\xbf\xd9\x9d\x38\x9b\x3e\x20\x80\x8a\x22\x60\x14\x65\x0d\x43\xc4\x8d\x34\x1c\x39\x58\x08\x01\xb1\x67\x8a\x14\x4d\x13\x59\x80\xdb\x9c\xda\xf4\x8c\x86\x58\x95\x41\xb3\xe4\x56\x81\x35\xa7\x61\x61\x8f\xac\x7b\xde\xfe\x9c\x4e\x33\x8c\xca\xcd\xda\xb1\xd6\x95\x73\xaa\x0f\x93\xe9\x12\xa1\xdd\xcc\xdd\xf4\x95\xe1\x35\xe5\xca\x24\xe3\xb1\x24\x9b\xf3\x3a\xa6\x32\xf2\x41\xf3\xb9\x69\xf9\xf6\x22\xf1\xa6\xaf\xb9\xf5\xcc\xd4\xea\xee\x5f\x15\xd9\x32\x7e\x45\x9c\x8a\x8a\x3b\x9a\xf7\x50\x52\x50\xfa\xfa\xfd\xab\x8f\x52\x9a\x75\xb6\x54\xf6\x05\xf5\x2d\xa0\xd8\x6d\x8b\xb1\x52\x9f\xe5\x71\x85\x4e\x91\x6b\x80\x8d\x46\x01\x66\x5c\x98\x50\x8c\x99\xd2\x5a\x48\xc9\x57\xa5\xd2\xf2\xf6\xae\x7f\x79\xef\xca\xbd\xeb\x57\x3c\xe0\xdd\xbc\x7d\xf7\x95\x3d\xaf\x5d\x43\xb8\x13\x8f\xba\x30\xf5\x55\xbe\x1a\x4e\xba\xdc\x3f\x63\xb0\x3b\x0d\x9d\xe6\xac\x5e\xf3\xe0\x68\x53\xba\x53\x20\x89\x9c\x39\x40\x45\x73\x23\x96\xec\xcc\xc9\x09\x4e\x8b\x44\x9f\x79\x7b\x73\xc9\x7c\x64\xb6\x49\xa3\xc9\xfd\xd1\x70\x46\x21\xea\x1e\x31\x22\x27\x36\x2c\xe3\x47\x15\xcb\x00\x0d\xcb\xe0\xe0\x8d\x83\x35\xd3\x33\xc3\x1b\x23\xbb\xc3\x9a\x01\x52\x26\x0a\xd0\x35\xa9\xb7\x97\x65\x96\xb4\x95\xdd\x25\x81\x7d\x89\xcb\xbb\x23\x1f\x8f\x49\x41\xea\x1a\x2c\xb2\x6b\xa4\xbb\xd4\xd7\xd2\x73\x5e\xa9\xea\xaa\xd5\xd1\x66\x96\x25\x07\x8a\x9b\x6e\x4a\xe1\x8c\xf8\x35\x09\x9a\x34\x77\x53\xb0\xb9\x77\x21\xbb\x2f\x3f\xe6\x0b\xc2\xc8\x6f\x15\x86\x91\xdf\x72\xc2\xc8\x6f\xb5\x81\x7d\x68\x4a\x77\xce\xd6\x30\xa8\x98\x55\x49\x98\x40\x1f\x81\x5c\x7a\xf6\xc0\x15\xaf\x21\xa4\xd6\x6c\x5a\xf8\x97\x84\xdb\x11\x29\x8f\x43\x08\x77\xbf\x84\x68\xff\x0e\xe7\xd6\x8a\x7a\x09\x34\x67\xba\x64\xb8\x7c\xd1\x03\x83\xae\x76\xfc\x2d\x30\xbb\x95\xeb\xf9\x5e\xc6\x33\x38\x28\xff\x32\xcf\x20\x60\xd9\x90\xe9\xa6\x33\x16\x00\xe5\x1e\x5a\x18\xe1\xab\x1a\x10\x02\x0f\x21\x16\xe6\x74\xf7\x46\x98\xa2\x01\xac\x0d\x22\xf2\xc0\x9c\xdd\xeb\xd0\xd7\xf1\x7f\xb4\xbd\xaf\x52\x61\x16\x94\x3e\x26\xd1\xd0\xe5\x3a\x7a\x09\xf1\x2f\x5d\x0a\xd2\x63\xc4\x6d\x91\x38\x7d\x08\x45\x2c\xdc\xe0\xb4\x13\xa5\x70\xbd\xde\xd4\x21\x85\x1a\x20\x09\xd5\x75\xd6\x52\xee\xf1\x67\x6f\x92\x4c\x80\x08\x72\x3b\x20\x3f\xaa\x86\x3b\xcf\x06\x60\x14\x4a\xfb\xa8\x1e\x49\x06\x2c\x33\xcb\xe4\x47\x01\xf0\xd3\x70\xa4\xdf\x09\x3a\xd5\xed\x8e\xc4\x5e\x29\xd2\x10\x6e\x8e\x02\xb5\x0c\x1a\xbb\x3e\x0e\xeb\x20\x09\x3d\x2f\x68\x26\xe1\x08\x4c\x13\x4b\x99\x64\xdb\x97\x18\xde\x2c\xbe\xf7\xb8\x25\xa4\x4c\x31\x5b\xbf\x7d\xba\x35\x37\xa6\x36\x2e\x37\xfd\x52\xed\x29\x79\x41\x93\x75\xb6\x74\x5c\xc2\x29\x23\x06\x0a\xc6\x38\x4c\x0c\xf7\xeb\xc7\xa2\xb4\xbb\x29\xcb\xb0\x4a\x01\x06\x1b\xf5\x40\x4b\xb8\xb2\x7d\xde\xcd\x26\xe7\xa9\x7e\x1c\x64\xc7\x32\x77\x04\xc4\x81\x7c\xa4\x55\x7a\xc5\x8f\xb9\xa2\x5c\x46\x6d\x6e\xec\x00\xbf\xce\xb8\x6a\x34\x80\xc9\x88\x06\x7e\x03\x6e\x07\x6b\x7c\xf9\x36\x76\xca\x57\x53\xe8\x79\x85\x83\xe3\x79\xb2\xec\xd3\x4d\xf6\xd7\x83\xb8\xeb\x35\x9d\x77\x76\x3e\x0f\xb4\x2a\x04\x13\x22\x08\x98\xd4\x19\xe4\xa2\x51\xcc\xed\xb1\x2c\x5b\xd4\x96\xbd\x64\xbf\x69\xd2\x51\x1c\xfe\xa1\xb8\x4d\x53\x5d\x51\xa9\xf1\xd8\x09\x24\x78\xc1\x8e\x33\x61\xbd\x3f\x73\xc2\x3d\xcc\xdd\x37\xa7\xdc\xae\xc7\x08\xea\x3a\x4d\xd6\xa5\x7e\xa3\x59\x92\x51\x37\x9b\x0f\xba\x31\x77\xcb\xd9\xa2\xbb\xde\xed\x64\x5d\x1e\xdc\xeb\xbd\x64\xc4\x66\xb6\x3c\xb7\xf5\xec\x2a\x17\x16\x64\x6e\x14\x72\x65\xed\x99\xcd\x7d\x34\x4d\x8e\x52\x7a\xbf\x9f\x1c\xdf\x9f\x63\xcc\x37\xec\xab\x6d\xa5\xa2\xdb\x37\xba\x20\x49\x35\x2b\x95\x8d\x8d\xec\x68\xeb\x34\x67\xf0\xad\x5a\xe4\x70\x5d\x4d\x46\x98\xe6\xd0\xbb\x9d\xc8\x02\xe9\x82\xb8\xd9\xb5\x56\x2a\x7e\x0e\x2d\x39\x4a\xd9\x3b\xa5\x22\xff\x96\x4e\x5c\xd6\x54\xf4\x14\xae\x78\x14\x9e\xaf\x67\xa5\x72\x42\x28\xa2\xdc\x85\xaa\x5b\xbf\x7d\x6d\x95\xe8\x28\xfd\x93\x16\xaa\x14\x58\x59\xa8\x4c\xaa\xa7\xf2\xa7\x92\x18\x14\x14\xb0\x74\x76\xb9\x99\x73\xf5\xac\x05\x85\x65\xf7\xd7\xac\x00\x9c\x32\x9b\x6f\x37\x0f\xb2\xf5\xae\xcd\xa8\x38\xd4\xdc\x2e\xd4\xa6\x22\x4e\x85\x96\xd1\x48\xa6\xee\x89\xe5\x54\xc0\x2a\xa1\x67\x4c\xc7\xb8\x99\x42\xa9\xb2\x1a\xb4\x5d\x3d\x2d\x99\x0f\xf6\x73\xde\x24\x93\xd7\xd1\x19\x36\x5b\xed\xec\x9a\xe1\xab\xaf\x04\x0d\x7e\x54\x77\x58\x06\xcd\xcc\xda\x0b\x37\xc8\xbd\xca\x9d\xaf\x3b\x4a\x03\x90\xef\x8f\xd6\x0d\xe4\xde\x27\xb3\xab\x64\x91\x5d\x5e\xb1\xde\xcb\xed\xbd\xe1\x20\x94\x5c\xa1\x1d\x54\x2a\x5f\x70\x9e\x6a\xe2\x00\x24\x3c\x0d\x24\x01\x48\x9d\xa7\x9a\xdf\x0c\x29\xf4\xfd\x5b\xe1\x17\x9d\xb7\x9a\x79\x13\xb1\x56\xf2\xa8\xef\x35\x6f\xb2\x96\x6e\x15\xb6\x62\x54\x86\xad\xe8\x51\x9b\xb9\x56\xd4\x8c\x63\xaa\xd6\x4a\x97\x6e\x23\x37\xf9\x9e\xc7\x18\x85\xdb\xf9\x36\x0b\xcd\xdf\x5a\xa3\xc7\xdd\xf2\xcb\xf9\x96\x5d\x93\xba\x56\xfc\xa8\x03\x7a\x23\xd7\x84\x31\xcb\x6b\x75\x1e\x5f\x87\x36\x1a\xac\x43\xaf\xe5\x5a\xd3\xa6\x7e\xad\xde\xe3\x6e\xec\xc5\x5c\x63\xb6\xf9\x60\xab\xfb\xb8\x67\xeb\x95\x7c\xe7\x72\x26\x89\xad\xfe\xe3\x6e\xf5\xa5\x5c\xab\x8e\x99\x63\x6b\xf8\xa8\x2b\x24\x57\xbd\xed\x1b\x77\x30\xfb\x6d\x6f\x59\xe1\x00\xdc\xb2\x1f\xf6\x16\x37\x23\x8d\xf6\x5a\x47\x4b\xb5\x23\x4a\xcf\xd5\x90\x7a\x16\x7d\xb2\x54\x43\xea\x59\xf4\x1c\x0d\x99\x77\xd1\x87\x4b\x35\x65\xde\x45\xcf\xd1\x58\xd6\x0c\xae\x75\xb0\x54\x9b\x99\x6a\xe6\x6a\x5a\xb9\x35\xde\x5f\xaa\x45\xe5\xd6\x78\x8e\x86\x84\x8d\x57\xeb\x78\xa9\x76\x78\xe1\x19\xcd\x68\x4b\xae\xd6\xf5\x05\xdb\x50\x25\x67\x35\x90\xb1\xcc\x6a\xdd\x59\xb4\x1d\xb7\x82\xf9\x9a\x73\x04\xb0\xad\xfb\xcb\x35\x69\x57\x32\x5f\xb3\x16\x37\xf0\x70\xb9\x36\x75\x0d\xb3\x1a\xb4\x6c\x33\x5a\x57\x16\x6d\xcb\x14\x9e\xbd\x3c\xa4\x53\x81\x07\x8b\x2f\x0f\x5e\x72\x56\x03\xca\x2c\xa3\x75\x77\xd1\x06\x64\xc9\x99\x3d\xd0\x56\x12\xad\x7b\x0b\xf7\x41\x95\x9d\xd5\x88\xa3\xa3\x6f\xed\x2d\xda\x8e\x5d\x7c\x56\x53\x19\x6d\x7b\xeb\xea\xa2\x8d\xb9\x15\xcc\x68\xae\x40\x02\xdc\xc2\xec\xa2\x41\x23\xc2\x0f\x56\x96\xb6\x20\x06\xf9\x3a\x33\x48\xdc\xb2\x7d\xdd\x65\x5f\x25\x92\x4a\x85\x9b\x69\x19\x2f\x0d\xd4\x7a\x5f\x07\x1d\x0f\x49\x84\x47\xc2\x6f\x5a\x39\x89\x95\x93\xba\x4f\x48\xb9\xd1\xb1\x79\x40\xa9\xed\x93\x9f\x7b\xda\xb1\x4f\x6e\xd4\x2f\x4e\xcc\xf3\x36\x04\xf9\xed\x36\x9d\xff\x69\x9b\x88\xf8\xbf\x0b\x4d\xec\xff\x26\x9c\x2c\xe7\xeb\xe3\x82\x08\xe3\x59\xd5\x97\xd6\x55\x04\xb4\x55\x04\xb4\x55\x04\xb4\x27\xee\xf9\xfc\x2a\x02\xda\x2a\x02\xda\xea\x05\xfb\x13\xf0\x82\x7d\x15\x01\xed\xe3\x12\x01\xad\x13\xc3\x88\x94\x58\x9c\x2a\x2b\xf2\x19\x4f\x4e\x8a\xdc\x3d\x2a\x31\x9a\x07\x3c\x6f\x31\x8f\xa9\xb3\x1d\xa1\x6e\x34\xd6\xb8\xd5\x1e\x34\x71\xc6\xca\xd0\x90\xe6\x6e\x96\xd9\xcd\xf4\x48\x58\xc6\xda\x7b\xcd\x74\x3d\x8e\x28\x24\x8e\x35\xa5\xb0\x3b\x17\x0d\x46\x23\x9a\xf4\xc4\xd3\x33\xa8\xe3\x5b\x05\xa0\x1e\x3c\x42\x64\x29\x67\x52\x16\x0e\x2d\x65\x97\x5e\x2c\xe6\xd3\x72\xd1\xa5\x4a\x62\x3e\x65\xda\xb2\x07\x7e\xe1\xe0\x52\x56\xe1\x33\x88\x2c\x75\xe1\x31\xf3\xfd\xf6\xfe\x34\xe7\x69\xf2\x49\xe5\xfa\xa3\x33\xe5\xfa\xd3\x27\x82\xeb\x1f\x39\x5c\xff\xe8\xb1\x72\xfd\xf1\x8a\xeb\xff\x18\x71\xfd\x9d\x02\xae\xbf\x33\x85\xeb\x4f\xa6\x70\xfd\x19\xee\xbb\xf7\xe7\x73\x9a\xf5\x71\x61\xfc\xcf\xcb\x67\xd6\x63\x62\x63\xc1\x20\xdc\xd8\x50\xa1\x42\xbc\x04\xd3\x64\xd4\xe9\x73\x91\x1e\x23\x29\xe2\xc3\x5a\xd1\x36\xbd\x11\xa5\xf4\xc5\x24\xa1\x95\x4a\x01\xd7\xea\x0f\x55\xec\x82\xeb\x31\xe4\x8f\xc3\xcc\x81\x27\x0d\x7a\xd3\x4a\xc5\x1f\x2a\x38\x1c\xd6\x06\xa9\x34\x6b\x52\x8f\xb5\xc6\xe3\x61\x6d\x90\xbc\x56\x90\x7a\x0c\x0f\x1e\x20\x9a\xf9\x10\x80\x82\x15\x3a\x14\xec\x53\x4a\x79\x63\x12\x0e\xb3\xb6\xa5\x86\x67\xba\xa4\x58\xed\x4a\x85\x33\x71\xdc\xc8\x9e\xd1\xfd\x4b\xc2\x18\x47\xe1\x6b\x79\x54\xa5\x6b\x34\xa4\xb5\x61\x44\x20\xa6\xb7\x93\xae\xb6\x29\x11\x6a\x45\xc1\xfa\x3a\x0e\x6d\xf3\x17\x07\xf4\xa9\xb9\x15\x8c\x4a\x6f\x05\x71\x49\x58\x93\xe8\xac\xc2\x9a\xf4\xfd\xde\x9c\x61\x4d\xd2\x3d\xb6\x27\xae\xc1\x23\xd4\x81\x1e\x18\x30\xbe\xb0\xc7\x43\x95\xf4\xa3\xf4\x56\x72\x04\xbb\x1e\xd8\x68\x94\x86\x28\x89\xba\xdd\x97\x38\x93\x49\xa6\x04\xfa\x10\x04\x39\x84\x99\x88\x16\x24\x89\xa1\x08\x61\xe1\x71\x87\xcc\x8c\x1a\x13\xc5\x2d\x58\xcb\x84\x5f\xca\x8d\x5b\x15\xec\xb8\x55\x41\xfa\xb7\xda\x00\x25\x6f\x20\x59\x3b\xa8\x52\xd9\x40\x56\x3e\xfe\x86\x53\xbd\xe7\x0d\x29\x19\xc1\xb6\x72\x58\x9f\x84\xa8\x28\x00\x87\x5d\xa9\x17\xac\x49\x94\x92\x4a\x05\xfa\xb4\xb6\x2f\xbe\xde\x20\xc9\x80\x07\xcb\xf5\x93\x80\x23\x3f\x99\x4c\xd6\xf8\x23\x90\xa8\x2b\xfc\xe6\xbc\x8c\x52\x0a\x31\x24\xbe\x37\x48\x46\x29\x1c\x0d\x3d\xe0\x17\xd0\x69\xec\xd3\x29\x21\x36\x80\xf3\x11\x30\x8a\x6d\x7b\xbb\xc8\x1a\xac\x32\xa6\xb2\xa4\x7d\x61\x26\xbb\x08\x06\xc6\xd5\x55\x29\x12\xce\xc2\x52\x73\xa5\xb7\x00\xf1\x83\x53\xfe\x86\x9f\x2f\x31\xc6\xe9\xf1\x68\xd4\xe2\x41\x7e\x06\x47\x4e\xb4\x59\xba\xc7\x4e\xf5\xb5\xa2\x6e\x58\x74\x1d\xb8\x4e\x1c\x4a\xf2\x8a\xea\x10\x47\xb7\x34\x13\xc4\xdd\xcc\xb0\x94\x39\xf7\xb1\x5c\xfb\xcc\x5e\x85\xb2\x06\x12\xf0\x35\x51\xf0\x1c\x48\x0d\x4b\x60\x8f\x50\x43\xbb\x94\xd9\x20\xf3\x2d\x61\x1c\x92\xf9\x97\x30\x66\x24\x70\x4a\x3c\x97\x82\xd5\x8d\x03\xe1\x30\x26\x08\x26\xd6\x06\x9e\x72\xd9\xd7\xb6\xe5\xb9\x1c\x7d\xc7\x13\x86\x7e\x82\x93\x69\xb1\x88\xc2\x18\xba\x09\x79\x94\x6d\xea\x7b\x35\x8f\x07\x10\xca\x1a\x1f\xb6\x4c\x7c\x9c\x56\xbd\x0d\x1a\xf5\xa0\x0d\x70\xd8\x60\xb4\x54\xdd\x56\x38\x49\x0d\x49\x51\x09\x2c\x4a\xe8\x97\x1d\x42\x7a\x90\x16\x48\x0f\xd2\xa2\x70\x0b\x47\xa1\x8f\x43\x64\x0b\x11\x4e\x42\x97\x78\x1e\x86\x2d\xd2\x06\x07\xe1\xac\x7b\x37\xb6\xef\xdd\x76\x0d\x01\xd8\x0f\xed\x8f\xc7\xe1\xe9\x04\xd8\x22\xd9\x83\x12\x91\xec\x71\x0b\xb6\xc3\x03\x29\x92\x3d\x76\x45\xb2\xf6\x4f\x70\x9c\x15\xc9\x1e\x97\x8a\x64\x8f\xc7\xe3\xe3\xac\x48\xf6\xd8\xbd\xbd\x1d\x87\x87\xf3\x88\x64\x9d\x50\xf8\x3e\xe3\x35\x60\x30\x1e\xc3\x49\x00\x8e\x03\xb0\x6f\x89\x64\x8f\x33\x02\xd3\x63\x29\x92\x75\xd2\x77\x8f\xf3\x22\xd9\x7d\x2d\x92\x3d\x9e\x2e\x92\xcd\xb6\x50\xcc\xa4\x32\x14\x8f\x59\xf7\x84\x48\x16\xdb\x02\x90\xeb\x4b\x0a\x40\x1e\x6b\x44\x6d\xc3\x88\x20\xeb\x56\x81\x3e\xa9\xe2\x8f\xe4\x4c\xc5\x1f\xd1\x13\x21\xfe\x48\x1d\xf1\x47\xfa\x58\xc5\x1f\xa3\x95\xf8\x63\xaa\xf8\xa3\x93\x15\x7f\x74\xce\x52\xfc\x11\x17\x88\x3f\xe2\x29\xe2\x0f\xf4\xf1\x57\x7a\x76\x2c\x2a\xd5\x39\x47\xd9\xc7\xe3\x91\x41\x38\x81\x5f\x8a\xd4\x6a\x9f\x96\xdb\x71\xaa\x6e\xc7\x71\xf6\x76\x3c\xf2\x63\xeb\x76\x1c\x1b\x9d\x99\xe0\x14\x41\x3c\x87\xce\x2c\xce\xea\xcc\x4a\xd4\x57\x45\x81\xf7\xca\x19\x56\xf1\xd0\x51\x1c\xe4\xf6\x25\x83\x6b\xb7\xb8\xbc\xc7\x10\x01\xc6\x0f\x46\x05\xfc\x60\x24\xf8\xc1\xd8\xe1\x07\x7b\x0e\xab\xd6\x0d\x15\xce\x7d\xce\x05\x0e\x17\xe3\x02\x45\xd9\x00\x0c\x9c\x4a\x8f\xb2\xfc\xdf\xb0\x84\xff\x3b\x62\xfc\xdf\x50\xf2\x7f\x47\x2e\xff\x67\xff\x04\x47\x59\xfe\xef\xa8\x94\xff\x3b\x1a\x8f\x8f\xb2\xfc\xdf\x91\x7b\x7c\x1d\x85\xfd\xc5\xf9\x3f\xb6\x9b\x14\xff\x77\x14\x80\x81\xc5\xff\x1d\x65\xb8\xb3\x23\xc9\xff\x39\xe9\xbb\x47\x79\xfe\x6f\xa0\xf9\xbf\xa3\xe9\xfc\x5f\xb6\x85\x62\x02\xc1\x50\x3c\x62\xdd\x2b\xe0\xff\x4e\x66\xf0\x7f\x7d\x18\x0f\x21\x49\x2f\x14\x78\x93\x42\x69\x55\x5c\xb2\x1c\x1e\x70\xae\x10\x57\xd3\xb9\x42\xeb\x4e\xbe\x0a\xb9\xf4\xc4\x84\x5c\xc2\x9f\x9a\x90\x4b\xf8\x13\x11\x72\x09\x9f\x5b\xc8\x25\xa4\xf8\x71\x1c\xb2\x1d\x2d\x1c\x90\xe9\xf7\x94\xb4\x86\xd2\xcf\x31\xda\x10\xf8\x78\x29\x16\x87\x53\x9c\xbb\x8c\xe0\x08\xdd\xc4\x4d\x51\x5d\x88\x8a\xd9\x1f\x15\xa5\xe2\x25\x4e\xd9\x6a\x82\xc0\xf9\xc8\x26\x8a\xc9\x23\x11\x45\xf3\xf4\xd3\xd0\xc5\xb6\x2b\xb5\x2b\x26\x77\x74\x45\xee\x9e\x1c\x72\x47\x6c\x9f\x8c\x4b\x93\x3b\x9c\x27\x77\x78\x16\xb9\xc3\x86\xdc\xe1\x39\xc9\x1d\x5e\x9c\xdc\xe1\xc0\xed\xe9\x93\x4e\xee\xc8\xb9\x91\x3b\xad\x67\x22\x21\xdb\xd1\x5b\x01\xc0\x21\x69\xd5\xdb\x00\x85\xa4\xd5\x68\x2b\x81\x7b\x18\x22\x47\x7a\xa0\xfc\xaf\x8a\xb6\x50\x60\x44\x38\x49\x58\xbf\x94\x5c\x46\x4a\x84\x93\x6c\x6e\x06\x56\x7e\xe1\xaf\x15\xb5\x92\x36\xd0\x73\xb6\xa1\x62\x1b\x6f\x34\xdc\x90\xc2\x2a\x3b\xf7\x35\xf4\x58\x68\xad\xf6\x7e\x8b\x8b\xc9\x2d\x2a\x24\xb7\x0e\x0f\x8a\x66\x90\x5b\xb6\x90\xe2\x88\xc2\xb4\x4c\x1a\x59\x1d\xc8\x78\xd4\xf3\x92\xdc\xc7\x73\x91\xa6\xaa\x6b\x7b\xb7\x5e\x7e\x31\x22\x69\x4d\x21\xea\x9f\xa2\x6e\xd3\xdb\x89\xd2\x97\x6f\xbe\x7c\xf7\x25\x0f\x1c\xc4\x49\xe7\x41\xf3\xa9\x53\x29\x18\x4c\xbd\x66\x4b\xba\x3b\xf0\x80\xa7\xde\x79\x79\x2f\x48\x99\xea\xbd\x84\xb5\xee\xbd\x10\x11\x14\x89\x0b\xd6\x01\xec\xbe\x78\xa2\x92\xe4\x06\x53\x3f\x5f\x8e\x0e\x60\xec\xfc\x88\x75\xee\x9e\x71\xba\x65\x79\x82\xf1\x5e\x88\xe2\x38\x39\xbe\x2a\xee\x77\xde\x0b\xe2\x29\x4b\x51\xbe\x83\x8c\x07\x46\xef\x85\x4e\x14\x77\x46\xac\x8b\x77\x65\x68\x6e\x9e\x68\x7b\xd1\x65\x09\x79\xf7\x69\x22\x35\xa5\x08\x47\xaa\x94\xf6\x5a\xcc\x60\x92\x0c\xbb\xc9\x31\xbe\x1a\x47\x29\x17\x24\xc3\x87\x94\x44\x5c\xa2\xcc\x8e\x72\x07\xa9\x7e\x42\xd0\x6b\x09\xa6\x51\x6c\xe3\x20\xef\x41\xf1\xc9\x9d\x21\xc4\xa2\x52\xf9\x06\x5c\x7b\x49\xf1\x5e\x90\xae\xcd\x34\xe8\x3a\x6f\xf1\x5e\xc8\xfb\x94\xf1\x5e\x10\x1e\xf9\x05\x24\x9c\x1d\x4b\x58\x3c\x21\x66\xa0\xb4\x51\xf4\x5e\xd0\x56\x81\x1a\x74\x30\xb7\xdd\xe7\xb8\x3f\xdd\x6c\x42\xff\x76\x9f\xeb\xa6\x58\x82\xf3\xc4\x8d\xfd\xc4\x5d\x48\x6e\x62\x1e\xf1\x5b\x24\xbc\x3a\x42\x44\x74\xda\xbc\xb9\xf3\x5e\xd0\x06\xb5\x12\xba\x8e\xf5\x80\x5b\x3e\xca\xcc\x4f\xab\xd7\x22\xe1\xae\x8b\xb0\x61\x6c\x0c\x7c\x93\xc2\x81\x83\x3d\xc7\x9d\x9d\x07\x7c\x45\x23\x2a\xd6\xb2\x5c\xda\x7a\x7e\x69\x74\x20\xd4\x7d\xd6\x37\xbb\x16\x99\x76\x93\xb7\x75\x04\x09\x45\x1d\x67\xbe\x2b\x11\xa5\x3c\x16\x72\x45\xae\x35\xaf\x0d\xbc\x94\x46\x14\x8a\x33\xaf\xd9\x6a\x5d\x04\x5e\x26\x3a\x73\xab\xb1\x0d\x2e\x6e\xb7\xdb\xa0\xd5\x5a\x6d\xb6\x27\x75\xb3\xc9\x07\xe0\xee\xbe\xc3\xda\x22\x99\xfd\x10\x4e\x04\x56\xdb\x71\x81\xed\xb8\xc4\x16\x34\x7b\x98\x6d\xa8\xad\x6d\xb0\x0d\x5a\x6c\x6f\x6d\x6d\x83\x1d\x0d\x5d\xd4\xd0\xd3\x1a\x7a\x46\x43\xcf\x6a\xe8\x39\x09\x3d\x0b\xbc\x84\x78\xa2\xbe\x46\x9d\x27\x32\x5e\x49\xfd\x9f\xc9\xd0\xd0\xe5\xeb\xa0\xe5\x15\xbb\x0d\x6e\xb7\x4d\xe1\x6d\xd0\xd8\xd2\x45\x1a\x06\xdf\x86\x41\xb8\x61\x30\x6e\x18\x94\x1b\x06\xe7\x86\x41\xba\xf1\x9c\x06\xb7\xea\x06\x34\x58\x6d\x99\xd6\xb6\x4c\x6b\x5b\xa6\xb5\x2d\xd3\xda\x96\x69\x6d\xcb\xb4\xb6\xf5\xac\xd3\x45\xdb\x8b\x81\xca\xf1\x5c\x41\x0e\xb5\x1d\x72\x1f\xf8\xd6\x90\xa9\xdb\x06\xe7\x6d\x83\xf3\xb6\xc1\x79\xdb\xe0\xbc\x6d\x70\xde\x36\x38\x6f\x1b\x9c\xb7\x0d\xce\xdb\x06\xe7\x6d\x83\xdc\x8e\x69\x6d\xc7\xb4\xb6\x63\x5a\xdb\xb1\xd6\x8f\x69\x6d\xc7\xb4\xb6\x63\x5a\xdb\x51\xad\x3d\xc7\x18\xbe\xfc\x2d\x5c\xf1\x83\xca\xe3\xfd\xba\x27\x8a\x71\xcc\xd4\x42\xb3\x02\xf3\xb7\xdc\x85\x75\x51\xe0\xea\x15\xd6\xa9\x55\xdf\x72\x5d\xf1\xe3\x24\xbb\x17\x76\x9e\x13\x2d\xc9\x5d\x60\x3a\x7c\x71\xcb\x99\x2e\x86\xc3\x88\xc2\xee\x5e\x74\x20\x0c\x4a\x78\x99\xd3\xcc\x51\x56\x07\xde\xd7\xbe\x86\xd7\xd7\x59\xed\x8d\x1d\x70\x71\x47\xae\x7f\xb3\x4c\x54\xbf\x44\x4e\x8f\x23\x1f\x91\x68\x00\x29\x24\xac\x8a\x06\xd8\x6a\x4f\xdc\xef\xfd\x28\xbd\x7e\x14\xc5\x5e\xb3\x17\xc5\x29\x9c\x3c\x05\x06\x90\x46\xcd\xd3\x01\xe7\x7e\x6f\x47\x03\xd8\x7c\x34\x5e\xbc\xd6\x3f\x48\xbd\xc9\xc4\x66\xf4\xe9\x63\x63\xf4\x8b\xec\x0f\xfe\xec\x0c\xff\x5d\x72\x70\xef\xf6\xe8\xfa\xe7\x4b\x19\x7e\x0f\x78\xa8\xfb\xd0\xd0\x6b\x7e\x70\xa2\x94\x1e\x24\x0f\x05\x99\xb5\xd9\x22\xe7\xa8\x53\xc7\xe2\x30\x7b\x04\xb8\x07\x89\xe6\x86\xec\x53\xbd\xec\x6c\x90\x3c\x54\x8e\x71\x7a\x06\x78\xa3\xd8\x03\x7c\x59\xb0\x05\xb7\xc5\xb0\xf6\xe6\xd8\x6c\xf2\x90\xad\x8a\xcd\xb6\x0d\x5a\x9e\x8a\x2e\xe1\xc9\xbd\xc0\xea\xea\xc8\x43\x67\x8e\x9a\xf8\x7a\x67\x94\xba\x0d\x5a\xdb\xc0\xeb\xa2\x6e\x55\xf8\xea\x90\xfb\x94\xed\xa0\x64\x08\x25\xab\xd0\xd5\x84\x0d\xb4\x3c\xe1\x78\x54\x6c\x27\x56\x96\x1d\x59\x2d\xc7\x2a\x4f\x6f\x41\x6e\x4e\x26\x38\xb2\x6c\x7e\x6e\x8c\x28\x9f\x3a\x95\x67\x7f\xd6\xda\x58\xa0\xb5\x03\x3c\x18\xf1\x67\x58\x0a\x17\x7d\x50\xab\xb3\xa8\x68\x83\xaf\xaf\x8b\xfd\xfd\x0c\xf0\x62\xe4\x01\x6e\x37\x07\x5a\x8d\x86\x1e\xb0\x79\xc7\x9f\xd3\xba\x67\x81\x87\x7a\x9e\x26\x13\x26\x44\x0c\xdb\xf9\xb3\xeb\xa8\x56\x4d\x01\x49\xe5\x0a\x3b\x3a\xc2\x31\xe4\xb8\xa9\xae\x5a\xed\x4c\xef\xaa\xd5\xdd\x74\x18\x61\xd3\xe1\x3a\x10\x66\xb8\xc0\x3b\x18\x51\x9a\xf0\x96\x58\x22\x37\x2b\x8c\x25\xff\x2d\xac\x32\xd7\xa1\x30\x76\x57\x59\xe6\x59\x59\xa2\x64\xf5\x80\x8a\x8a\x1b\x40\x98\x20\xaa\x29\x92\x46\x88\x16\x51\xb5\x7b\xbd\xae\xff\xbd\xfd\xf7\xd6\x4f\x56\xd3\x73\x53\x88\x6f\x7b\xa2\x38\x90\x1d\x7b\x5a\x64\xfd\xf3\x8c\x52\xa3\xe8\xc4\x32\x55\xb4\x18\x11\x14\xbb\x3d\x2b\x56\x68\xe7\x58\x25\xeb\xa8\x57\x67\x94\xda\xea\x53\x3a\x30\x0b\xc1\x1d\xce\xae\x15\xd6\x3f\xad\x5e\xf1\x71\x9e\x41\xe4\x27\x58\x0e\x0d\x33\xa0\xcf\x02\x2f\xc2\x5d\x39\x30\xcf\x1a\x76\x12\x27\x6a\xb4\x9e\x33\xe3\xed\xfe\x29\xef\x5c\xd9\x0a\x9d\xb2\xd2\x6c\x0a\x2d\x17\x4f\xc3\x62\x76\xd5\x50\xcf\xb3\x5e\x0a\x87\xcb\x5e\x42\xcf\xcd\x5e\x41\xb2\x07\x48\x5c\x95\x6c\x9a\x3e\xa5\x0f\x2a\x4e\x90\xde\x35\xa2\xb8\x2c\x18\x8d\x68\xc2\x56\x62\x0c\x19\x21\xf6\x92\x5e\xcf\xfd\x42\x88\x38\xda\xb2\x1f\xa2\x21\xa2\x5c\x53\xed\x7e\x4b\x87\x30\x8e\x3b\x7d\xd8\x79\xb0\xc0\x99\x53\x8c\xe1\x8c\x93\x47\xd8\x02\x00\x43\x96\xb5\xdb\x3e\x9d\xc5\x89\xa1\xe4\x99\xcb\x8c\xc2\x95\x9e\xc4\xd0\x9c\x05\x12\x8b\x5b\x12\x09\x7e\x1f\xbd\xcf\xb3\xe8\x12\xce\x81\xad\xca\x0d\xa2\x93\x03\x68\xdf\xe6\x74\x76\x73\x4f\x2f\xa4\xa8\x3c\x8f\x61\x12\xf4\x0d\x4b\x7d\x11\xf7\x3c\x79\xd1\xb4\x0f\xb2\x9e\x74\x9b\xa6\x2e\x62\xce\x29\x77\x20\x5c\x9d\xa9\xab\x99\xf3\x4d\x2e\x1c\xf7\x16\x21\x2e\xde\x99\x9c\x0f\xf4\xa3\xe0\x92\xab\x48\xdb\x9c\xe2\x08\xa7\x90\x50\xeb\x14\xe7\x2e\xbd\xcd\xf8\xa5\xd6\xc9\x3a\x1f\x65\x7d\xce\x39\x9a\x16\xdc\xb3\x6c\xe7\x8c\xd2\x2a\xea\x88\xe3\xa6\xa0\xd5\xb3\x66\x96\x15\x3f\x7b\x16\x4c\xf3\xc7\x8a\x47\xfe\xd2\x57\x77\xbe\x84\xf7\x4e\x76\x8a\x79\x64\x25\x9a\xf2\x80\xa7\x23\x08\x7b\x8c\x21\x32\x3c\xf2\x15\x4b\xce\xe6\x01\xcf\x40\x79\x81\x7a\xc6\x4b\xb6\xf7\xa2\x2d\x7b\xf3\x80\xb7\xa7\xee\x10\x92\x37\xa7\x90\x0c\x1c\xce\x39\x2f\xd4\xca\x49\xc8\x6c\x8e\xbb\x48\xc8\xe4\x88\x72\x0a\xbe\x58\x42\xa0\x1c\x6f\x5f\x22\xd2\x29\x14\x06\x65\xa4\x8c\x39\x59\x62\x46\xc2\xe4\x8a\x85\x32\xd2\xa0\x47\x96\x85\xda\x12\xb0\x8c\x9c\x35\x2b\x82\xca\xdf\x7b\x6c\x51\xa5\x25\xc1\xb3\xa5\x5d\x45\xe2\xaa\x9c\x54\xb3\x5c\xd2\x5a\x2a\xaa\x2d\x96\x76\x66\x44\xa9\x05\xc2\xcf\x02\x11\x61\x46\x26\x58\x24\x3f\x2b\x12\xef\x96\xdd\xc9\x2e\x02\xef\x20\x4a\x51\xa7\x6a\x76\x88\x10\x67\x37\xa4\x38\x7b\x59\xd4\x0b\x45\xb3\xb9\xfe\x38\x12\x58\x25\x5e\x9d\xab\x93\xf6\x6c\xe6\x3b\xac\xa4\x25\xb3\xe4\x3d\xe2\xd0\xcc\x62\x9a\x93\x18\x4a\xb1\x90\xe4\x22\x8c\xd4\xcf\x9c\x46\xa2\x1b\x53\xc5\x62\x3b\x46\x7c\xb5\xf3\x5c\x91\x7c\x4b\x48\x87\x4a\xc5\x34\xf2\x6a\x14\x43\x2d\x57\x8a\xd2\x14\x1d\x62\xcf\x65\x8f\x9f\xe5\x87\x4a\x5f\x86\xfa\x6b\x59\xb7\xc4\x8c\xab\x5d\xe3\x18\xdd\x38\xb5\xcf\xb8\x2a\x37\xee\x8e\x2d\x37\xcb\x8e\x5b\xe2\x02\x9f\xc1\xda\x25\x4b\xdb\x3a\x86\xcd\x4d\xd5\x8c\x90\x85\x8c\x95\xac\xaf\xe8\x26\x49\xa1\x97\x4f\x12\x78\x5a\xe9\x0a\x61\x2b\x49\x63\x6e\xa5\x39\x2c\x9a\x29\x9c\xed\x8b\x1a\xd0\xec\x40\x9b\x2e\x9a\xc2\xb9\xd0\xf4\x46\x42\xdc\xb6\x65\xc5\xfc\xba\x85\x3b\x91\x38\x3e\xf3\x3c\x83\x2b\xec\x68\x64\x58\xce\x79\xae\x17\x6c\xe0\x9f\xd6\xa5\xd5\x61\xc4\xf7\xb3\xc5\x9f\xcf\x62\x81\xa5\x68\x53\xcb\x8c\xed\x9b\xff\x56\x66\x58\xbd\xf5\x29\xac\x74\x35\x92\xf9\xac\x0b\xbf\x66\x89\xbb\xea\x38\x38\x38\xf1\x2c\xc1\xb4\x9d\x05\xa9\xe3\xc1\x48\xa5\xed\xcf\xf2\xea\x6e\x04\xcf\xb9\x8f\xb1\xa9\x5d\xc8\xa3\xed\x1c\xe6\x48\x31\x42\x6a\xf9\x5d\x88\x0b\x5c\x4a\x20\x45\xd7\x46\x86\xa0\x44\xb5\x9c\x4d\x16\x67\x90\x91\x6b\x3b\x37\x0e\x25\xe1\x2e\xe0\xb6\xad\x3b\xa6\x73\xb3\x14\xc4\xa1\x58\x49\x21\x65\xe4\x5e\xdd\xcb\x5e\x3d\x4b\x99\xe1\x8c\xdf\x5d\x47\xac\xde\x9e\x22\x0a\x9b\xb3\x5c\x59\x7b\xf7\x33\x9b\x7f\xfb\xb9\x39\x1b\x5c\xa2\xa0\xad\x43\xcb\xca\xb0\x4b\x0b\xb9\xee\x53\xcb\xc8\xc4\x3c\x97\x92\x8c\xe7\xe9\x4c\x21\xeb\xb2\x94\x57\xba\x94\xdc\x9c\x4c\x46\x2e\xaa\x95\xb7\xce\x96\xcd\x69\xb5\xb3\x6a\x06\xa9\xf2\xb1\xa4\x8c\x7a\xef\xcd\x7d\xb6\x94\x2b\x31\x76\x0a\x94\x18\x79\xdd\xc5\x5c\x62\x10\x87\x56\x49\x3d\x8e\xe8\xdd\x2c\xb6\x33\xcf\x41\x4f\x61\x6b\x95\x48\x7c\x96\x7a\xb4\x50\x32\x6e\x98\x76\x5b\xa0\x5e\xa6\x24\x9e\x47\xf7\x2b\xcf\xc5\x22\xcd\x9d\xa3\x85\x14\x89\xde\xcb\xa2\xab\xeb\xf2\x60\xa8\xd5\x6a\x9e\xcd\x83\x6c\x65\xb4\x35\x39\x0d\xe2\xc5\x59\x9a\xbe\xdc\x12\xcb\xaa\x31\xb7\x0b\x6a\x50\x57\xf5\xe9\x0a\x42\x4b\x7d\xc9\xf2\x14\x0f\xc7\x34\xcd\x54\x56\x16\xf8\x74\x5e\xec\x98\xd1\x51\x99\x12\x39\x49\x5f\x03\x34\x72\xda\x2a\x37\x47\xdd\x5c\xfc\xf5\x61\x5a\x26\x5c\x94\x6d\xb9\xa7\xed\x55\x19\xfa\x7e\xee\xd3\xd6\xe2\xbb\x17\x3f\x62\x55\xe1\xec\x19\x0b\x3c\xa5\x98\x6c\x48\x51\x2c\x43\xa7\xcd\xc7\x6c\x69\x02\x60\xe4\xa1\xf0\x55\x45\x0a\xd4\x8a\x7b\x46\x1f\x52\xde\x74\x6f\xc6\xba\xd0\xf2\x84\xe2\x39\x9b\x4e\x4c\xd9\xdc\xe5\x76\x1c\xb3\xf5\x5f\x65\x36\x1b\xc5\xc4\x60\x81\x1b\x75\x5b\xcf\x6e\x7e\xa7\x2e\xba\xb9\x16\xda\xce\xf3\xed\xc4\xf2\x9d\x9f\xb3\x3e\x98\x2a\x80\x7f\xae\x58\x35\xc1\xaf\x5b\x85\xa1\xc6\x4a\xc5\xcd\xf3\x9e\x4a\xd2\x7c\xc2\x5d\x7e\x62\xfc\xab\x03\xd5\xc8\x82\x6b\xce\x5e\x75\xcf\xba\xab\x2e\x67\x47\x63\x2b\x45\x0c\xeb\x60\xba\x67\xb3\x22\x53\x06\xee\xd9\x72\x19\xfd\x14\x1d\x85\x3b\xb2\x56\x94\xb4\x69\xc3\xea\x94\xcd\x19\x4d\xcd\xa3\x41\xd2\x5a\x80\x51\x3c\xaf\x44\xd4\x56\xc0\x1a\x8d\x9c\xdc\x4d\x5e\x89\x52\xac\x50\x81\x39\x4f\x3b\x45\x34\x53\x29\x22\x71\x52\x95\x4e\xa0\xac\xf5\x61\x23\x25\xe5\x7e\xa5\x38\x19\x0d\x5a\xe9\x10\x66\x14\x60\xd9\xb2\xcf\x15\x7c\x99\x57\xe7\x37\xdf\xfa\x98\x6f\xeb\x3c\x53\xb0\x75\xcc\x44\x2d\xbf\x67\x24\xe7\xe1\xde\x81\xac\x2b\xd0\x3c\xeb\x44\x6c\xb8\x32\x76\x2f\x23\xcb\xe3\x52\xd4\x9b\xda\xd0\xa1\x40\x12\xa7\x09\x78\x3e\x78\x66\x4e\x08\x9b\xe3\xab\xe7\xe5\xc8\x6c\x86\xcc\x16\x5e\x78\x9e\x3d\x2c\x2e\xa5\x75\x24\x22\x0a\xa7\x3c\x4f\x78\xb1\x60\xaa\x9c\x81\x13\x2f\x27\x67\xf1\xfb\xb9\x55\x6c\x58\xab\x8c\x3d\x5d\x9e\xb1\x2a\xe2\x89\x9e\x06\xcf\x4c\x65\xac\x2e\xe6\xf8\xaa\x12\xce\xaa\x4c\x35\x59\xba\x90\x95\x7d\xd7\x12\x8c\xc4\x8e\x4d\xd2\x33\x56\x2d\x5a\xbf\xbd\x9d\xb5\x85\x9a\xd2\xcb\x9d\xc5\xb8\xc7\xfc\xc7\x2d\xb0\x5d\xb6\xbf\x1b\xe7\x64\x66\x75\x16\x8a\xa2\x29\x41\x2d\xfe\xec\x7a\xa3\x2b\xf7\xef\xa2\x87\xaf\xbc\x48\x8a\xf5\x46\x65\xf6\x54\x85\xaa\x12\x87\xe1\x2c\xe0\x31\x5d\x0e\x35\x27\x8a\xb7\x8f\xe4\x67\x66\x29\xe0\xe5\x81\xd8\x45\x47\x73\xeb\x22\xb5\xf2\xf6\xd9\xdc\xfd\xa5\x58\x91\x7f\x4e\xfa\x78\x79\xdc\x76\x92\xc1\x41\x22\x99\x80\x19\x87\x83\x64\xeb\x1c\xe3\x01\x4b\x07\xdf\x98\x5f\x07\x6f\x8b\xfb\x72\x1a\xf5\xed\xb9\x34\xe0\x96\x22\x7b\x27\xa7\xe5\xb6\x24\x3e\x17\xa7\xa8\xc7\xf3\xaa\xf3\x47\x52\x7a\x5b\x3e\xaa\x75\xc6\x63\x14\xc7\x55\xfe\x60\x2e\x39\xb1\xb2\xda\x1e\xba\x8b\x54\xe3\x0b\x31\x24\x67\x44\x92\x32\xe4\xe3\x4c\x28\xd4\xc7\x91\x34\xbd\xb2\xf7\x97\x5f\x39\xee\x7f\xe9\x5a\x31\x69\xfa\x9c\x70\x91\xe0\x2a\xaa\x3d\xb6\x91\x05\xfb\xa3\xd5\xd6\x16\x0d\x73\xf8\xa3\x42\x9b\xce\x22\x9e\x29\xff\x7a\xc3\x62\xb9\x72\x9c\xd9\x02\xd6\x9f\x79\xee\xbf\x70\x9b\xce\x30\xd5\xd1\x5b\x28\x6f\x9b\xc3\x58\xb6\x29\xfb\xc4\xf6\x29\x57\x62\x88\xa8\x29\xf2\xd3\x8e\x72\x69\x8e\x5b\x55\x63\x7b\x1e\x33\xbc\x33\xb8\xd8\x48\x2c\xe7\xba\xd5\x34\x6c\x36\xf4\xd1\x4c\xc8\xac\xfb\xfe\x14\x66\xad\xd1\xc8\x69\x34\x72\x59\xea\xb3\xf9\x39\xd7\x16\x76\xaa\xc5\xa3\x63\xc9\x37\xdd\xdb\x88\x45\xf4\x17\x17\x5f\xdb\xcc\xa4\xac\xd0\xde\x7a\x62\x87\xe5\x5e\xb4\x18\x6e\xfb\xb9\xa9\xca\xdf\xa2\xeb\xd5\x96\x75\xbd\x92\xb3\xab\xb8\xff\x05\xaf\x57\x39\x73\x88\xf9\x2e\x53\x79\xc2\x90\xed\x65\x56\x9b\xfb\xb4\x79\x5e\xd1\x72\x5e\xec\xc8\x9b\x55\x4d\xcb\xa0\x8c\xb8\xca\x92\xf5\xce\x3b\x46\xfa\x52\xf3\xac\x7c\x77\xe1\x8e\xf7\x7c\x77\x9a\x8b\x19\x41\xef\x12\xfc\xfc\x6c\xfb\xd6\x25\xf6\xbe\xb2\x2f\xe6\x74\xd2\xf2\x09\x21\x06\xb5\x74\x91\x5b\x39\x73\x4b\x30\x6f\x49\x2e\x09\xa8\x6a\xc6\x36\x1f\xb4\xa5\xd4\xdb\x59\x13\x70\xd6\x11\x5b\x2b\xaa\x2a\xe8\x8c\x08\x11\x5b\xdc\xa0\xf9\x6a\x21\x2a\xae\x59\x40\x16\x9b\xbc\x5f\xd7\xd2\xd5\x24\xca\xcc\x2b\xcf\x71\x17\xcc\xf6\xac\x05\x33\x9b\x2b\xca\x25\x6d\x83\x9d\xd2\xcb\x1d\xb7\x41\xd6\x16\x87\x67\xc8\x4a\x9d\x25\x0f\xe5\x32\xd0\x1f\x1f\x3e\xea\xe8\xde\x9d\x2f\x7f\xf9\x73\xc9\x73\xc5\x7c\x94\x7e\xf1\xfb\x82\x6b\x61\x3d\xe5\x68\x9f\x69\x60\xef\x98\x8a\xce\x69\x1b\x9d\xb1\xef\x66\xbc\x8b\x73\x48\x6f\x2d\x73\x46\x9f\xd5\x32\xb2\x90\x3d\x9b\xa5\x94\x17\x69\x7d\x9c\x56\x14\xbe\xd2\xdb\xbb\x78\x7d\xeb\x46\x89\xd0\x40\x1d\xff\xe5\x6f\xc8\x17\x22\xfb\xe6\x50\x9f\x45\x8e\x73\x2f\x72\xb2\xe4\x78\x16\x35\x5c\xc2\xc6\x59\xb8\x5f\xc3\xd1\x00\x66\x98\x4a\xd0\x12\xec\xc8\x6d\xfe\xa9\x68\xe9\x6a\xaa\xbb\xe5\xb0\xdd\x67\x4a\x00\xf3\xb8\x97\x2c\xe0\xb5\x47\x5a\xc0\x19\xcd\xd3\xc7\x69\xf1\x1e\xdf\xb8\xf5\xcc\x95\xa3\x9b\x5f\x29\x95\x78\x39\x8a\xab\x92\x6b\xdc\x19\x68\x7b\xce\xe0\x2a\x94\xd3\xff\xcd\xc3\x0f\x78\xf6\x12\x2e\xd0\xe1\x64\x8f\xfe\x33\x5e\xb0\x6e\x1f\xce\x84\xda\x7e\x1c\xdf\xbc\xde\xbf\xd2\x38\xa8\x3f\x7d\x7d\xab\x64\x95\xce\xa9\xaf\xd7\xb7\x99\x85\x1e\xb0\xda\xd6\x47\x53\x19\x81\xf9\x1e\x61\x66\xc4\x08\xf3\xbc\xac\x2a\x79\x97\xf7\xf4\x7c\xcf\xf2\x9e\x05\x1e\x81\x51\x37\xc1\xb1\x12\xf5\x5d\xcc\xdd\xba\x33\x19\x0a\x7b\x52\x9a\xd5\xe1\xcb\x97\x7f\xe4\xb7\xcc\x8b\x1a\xfd\x9e\x92\xc2\x81\x3e\x70\x76\xc0\x4e\x61\x37\xdc\xd7\x82\x33\xf8\x75\x50\xf6\xe8\xef\x99\xa2\x47\x7f\x85\x8f\x52\xe7\xb7\xcf\x5d\x94\x3b\xe4\x72\x5a\xf5\xba\x74\xea\x33\x62\xb1\x6a\xe7\x78\x9e\x6c\x65\x94\x04\xf0\xed\xbf\x7f\x8c\xda\x67\xcd\x08\x97\xac\x65\xf3\xc4\x74\x98\xb7\x8f\x69\xcc\xff\x82\xf4\x09\x7a\x95\xf5\x08\x8f\xb1\x84\xab\x5b\xe5\xd5\xa1\xda\x8b\xe2\xf8\x20\xea\x3c\xa8\xa2\x5e\xd5\xf8\x63\x3c\x7b\xfa\x5d\xe0\x66\x5c\x50\x71\x85\x99\x7f\x7a\x08\xa9\x1d\xb7\x55\x7b\x93\x04\xa9\xfd\xc1\x0e\xb0\xa6\xbd\x0e\x93\x5d\xd8\x24\x93\x49\x30\x2b\x76\x7e\xde\xef\xef\x12\x1e\x31\xb5\x97\xf8\x0d\x58\xa9\x6c\x6c\x88\x6e\x1c\x42\xca\x06\xc2\xf0\xad\x41\xee\x9b\xe2\x69\x5c\x17\x80\xca\x31\x5f\x3d\xeb\x1e\x7f\x1d\xfa\x32\xa6\x53\xa0\xdc\xee\xa1\xb0\x7e\x09\x5d\x36\x95\x62\xe0\x09\x0f\x7c\x5e\x70\x09\xa9\x30\x0a\x49\x88\x6b\xc2\x31\xe1\x15\xba\x6b\x40\x1f\x05\x4d\xdc\x42\xed\x35\xea\x27\xc1\x2e\xf4\x4d\x2d\x89\x85\x5a\xd0\x24\x9b\x9b\x93\x89\x0f\x03\x40\x5c\xc7\xac\x3a\xea\x54\x11\xa2\x48\xf8\xa9\x54\xee\x03\xab\x8d\x35\xd7\x53\xa0\x69\x0c\x59\x28\x27\x0a\xe5\x28\x44\x06\x65\x03\xfa\x49\xd0\x44\xad\x84\xfb\x27\xa4\x7e\x24\x43\xf6\xa4\xa1\x8d\x7c\x64\x23\xcf\x32\xa6\xcf\x57\x1b\xca\x4f\x64\xca\x03\x02\x30\xd4\x22\xdb\x13\x2f\x5e\xc3\xac\x93\x0a\xd7\x89\x13\x0a\x03\xcd\xec\x2b\x48\x64\x6f\xc7\x63\x72\xb9\x2e\x2b\x3d\x55\x24\xbd\xb9\xd1\x00\x02\x23\xe9\x31\x7b\xa2\xc7\x22\x0a\xeb\x20\x0d\x8b\xc7\x02\x5f\x0e\x49\xa5\x12\x5d\x4e\x2f\x89\xb6\x47\x25\x43\x12\xb1\x21\x89\xe4\x90\x8c\xe4\x90\xc4\xce\x90\x8c\xac\x21\x01\xc9\x78\x6c\x2f\xc3\x91\xf5\xa0\x57\x8c\x57\xac\x46\x25\xd6\x83\x85\xad\xc1\x32\xfd\x9a\x56\x93\xea\xf1\x68\xc2\x87\x36\x12\x6b\x08\x6c\x34\x82\xf1\x78\xca\xc8\xe4\x02\x90\x88\xad\x70\xaa\x77\x51\x13\xd6\x34\x2c\xcb\xa6\x4d\xaa\x83\xa9\xc3\x5a\x3f\x4a\x2d\xe7\xef\xbe\x85\x12\xf7\xe9\xaa\x83\x3e\x41\x0d\x3a\x0b\x3b\x92\xc1\xc1\x8d\xe3\xd8\x90\x6d\x49\x90\x86\xb7\x22\xda\xaf\x0d\x10\xf6\x05\x10\x3d\xf4\x85\x3f\xd6\xcd\x04\xd4\x03\x10\x55\x1b\x01\x18\x85\x6c\xad\xa4\x01\x88\xc3\x91\xae\x1e\x74\xc2\x91\x8c\x8d\x74\xa9\x53\xa9\xc4\x72\x3a\x7b\x22\xef\x66\x98\x04\x6b\x71\xd8\xb3\xb3\xf7\x64\x76\xe5\x16\xb3\xb3\x8c\x17\x4c\xe9\xb0\x38\xa4\x00\xd6\x3a\xc9\x08\x53\xa9\xdc\x0b\x09\xfb\x88\xbb\xf0\xe1\x9d\x9e\x48\xe2\x5e\x31\x45\x8b\x57\x28\x17\xd2\x73\xb7\xc4\x3d\x84\xbb\x22\xc3\x97\x10\xed\xdf\xe9\xf5\x52\x48\x33\x01\xe6\x74\x38\x7b\x10\xe5\x02\xf0\x3d\xbf\x63\x79\x99\x37\xc1\xf6\x76\xda\x95\x8a\xfd\x0b\xa4\x61\x1d\x8c\xc2\x8d\x06\x88\xc3\x1c\xa9\xdf\xd8\x18\x4d\x0a\xf6\x5b\x07\xf4\xcc\xfc\x74\xad\xed\xd3\x31\xdb\x07\xf4\xc3\xfa\xa5\xfe\xe5\xee\xa5\xbe\x22\x29\xc3\xb0\x63\xf6\x8f\x01\xfd\x7e\xd0\xec\xb4\xfa\x6d\x1e\xf4\xd2\x54\x35\xb4\x17\x33\xdb\x15\x1b\xd1\x78\xbc\x31\x10\x21\x1f\xfd\x61\x20\xc2\x22\xf8\x4e\x01\xb3\xc7\x7a\xe3\xf1\x20\x00\xb1\xaf\x7c\x9d\x8a\x30\x24\xd8\x1f\x02\x12\x3c\x1f\xd6\x77\xfd\xf4\x32\xda\x4d\xc6\x63\x3f\x09\x87\x41\x73\x14\x0e\x41\xba\xb9\x19\x34\xd3\xcd\x4d\xbe\x01\x4d\x39\xb5\x69\xc0\x68\x3c\x4e\x26\x7c\x56\x62\xf3\x30\x34\xb4\x06\x45\x4e\x87\x59\xb6\xb9\x09\xd9\x2e\x9c\x90\x6d\x67\x42\xb6\xdb\x9a\x1e\x5d\xf1\xd9\x82\x36\x1d\x24\xd6\xe0\xc6\x61\xfd\x52\x7c\x79\x74\x29\x56\x83\xdb\x09\x89\x19\x5c\x03\xfa\x71\xd0\x24\xad\xb8\xad\x07\xd0\x99\x2b\x8b\xee\xf0\x51\xed\x04\x6a\x6b\xd8\x03\xdb\xb1\x07\x16\x03\x04\xa2\x60\xcd\x7c\xed\x19\xac\x9e\xaf\x57\x2a\xa9\x70\xda\x9c\xf0\x35\x22\xa3\xbf\x20\xbf\x03\x30\x1b\x76\xfd\xb9\xa3\x43\x60\xa4\x13\xc3\x91\x58\xde\x09\xc3\x7c\x38\x46\x58\x93\xd6\x77\x3c\x26\xa3\xa5\x59\x00\x28\x84\x35\x75\x51\x00\x49\x48\xc6\x63\xb4\x66\x47\x7e\x49\xc6\xe3\x6a\x23\x0c\x43\xc6\xa9\x24\xda\x63\x71\xc4\x7e\x81\x86\x0e\xe0\xc2\x67\x37\xea\x1e\x45\xb8\x23\x1f\x2b\xb1\xb1\x91\x3b\x34\x02\xb0\xc6\x18\x8f\xe1\x35\x14\x75\x08\xa2\xa8\x93\x86\x23\x83\xb9\x30\x16\x25\x61\x61\xf8\x87\x91\x0f\x83\x1a\x4d\x5e\x19\x0e\x21\xb9\x1a\xf1\x70\x11\x72\xfb\xfb\x23\x9f\x66\x3e\x05\xd6\x78\xec\x9d\x0c\xe1\x95\x3e\x8c\xba\x8b\x56\xcf\x6f\x07\x29\xa3\x1a\x45\x2d\xec\x36\x9a\xd5\xc6\x64\x4d\x1c\xdc\xa7\xde\x87\xaf\xff\x93\xd7\xf4\xae\x78\xc0\xfb\xff\xfe\xf9\xff\x90\xd0\xdb\x7f\xa5\x80\x7f\xa5\x80\xbf\x96\xc0\x07\xbf\xff\x85\x86\x7e\xae\xa1\x5f\x69\xe8\x97\xaa\xc0\xbf\x96\xc0\x3b\xaa\xae\x77\x4c\x15\xbf\xd5\xd0\x6f\x34\xf4\x8f\x1a\xfa\x07\x09\xbd\xaf\x5a\x7a\xef\xa7\xaa\xd2\x6f\xa9\x94\x37\x74\xee\x9f\xa9\x6f\xff\x46\x7d\xfb\xbd\x02\xfe\x83\xaa\x48\xa1\xf0\xbe\x41\xe1\xa7\x1a\xfa\xb5\x86\xd4\x40\x7c\xf0\xa6\xc6\x59\x35\xf8\xbe\xaa\xf4\xc3\xdf\xfd\x57\x09\x7d\xf4\x63\x8e\x28\x6f\xfb\xdb\x0c\xba\xce\xda\xfc\x67\x0d\xfd\x4c\x41\x1f\xfd\x98\xf7\xed\x0e\x07\x79\x1b\xaf\x70\xf0\x4d\x06\x7e\x91\x83\xbf\x37\x20\xaf\xe0\x2b\xac\xa5\xd7\xff\x5f\xaf\xe9\xbd\xc8\x27\xe6\x67\x12\xfa\xe0\xcd\xbf\xd6\xd0\xb7\x34\xf4\x6d\x09\xfd\xcb\xbf\x96\xc0\xbb\x2a\xd7\xbb\xff\x4a\x02\x1f\xbe\xce\x5a\xbb\xca\x2b\xfb\x4f\x12\x7a\xe7\xdb\x0a\xf8\x8e\x02\xbe\xab\x80\xef\x49\xe0\xed\x7f\x2b\x81\x0f\xde\x54\x99\xde\x55\x49\xef\xff\x41\x02\x1f\xfd\xf8\x8f\x12\xfa\xf0\xf5\xb7\xbc\xa6\x77\x8d\x37\xf3\x73\x09\x7d\xf0\xe6\x77\x25\xf4\xce\xdf\xe8\xa4\xef\x69\xe8\xfb\x1a\x7a\x5d\x43\x2a\xdf\x3b\xea\xe3\xbb\xff\x5e\x01\xaa\xae\x77\xff\x9d\x04\x3e\xfa\x89\x6a\xf2\xbd\xdf\x31\xe0\xab\x0c\xfa\x96\x86\xd8\x1c\x5d\x7b\x8d\x41\xff\x46\x41\x1f\xbe\xce\x86\xfb\x3a\x47\xf2\xff\x94\xd0\xdb\xdf\x51\xc0\xbf\x53\xc0\x77\x25\xf0\xc1\x1f\xfe\x4a\x41\xbf\xff\xa3\x4e\xfb\x96\x86\xfe\x5a\x7f\xfd\x67\x09\xbd\xf3\xba\x4a\x7a\xf3\x6f\x35\xf4\x77\xea\xa3\x4a\x7a\x47\xa5\xbc\xfd\xef\x75\x0d\x0a\xb1\x77\x7e\x24\x81\xf7\x55\x3b\xef\x7f\x5b\x67\x7a\x53\x37\xad\xd2\xde\xff\xa5\x6e\xe6\xc7\xaa\x86\x1f\xea\x24\x03\xa9\x5a\xdf\xfd\xbe\x02\xfe\x46\x02\x1f\xbe\xce\x26\xf3\x06\x1f\x93\x5f\x48\xe8\x83\x37\xdf\x90\xd0\xbb\xff\x51\x02\x1f\xfd\x44\x65\xfb\xf0\x75\xd6\xdb\xcf\xf1\x02\xff\x59\x42\xef\xfd\xa3\x04\xde\xf9\xb1\x04\x3e\x78\xf3\xa7\x2a\xe9\x0d\x05\xa8\x94\xf7\x7e\xa1\x52\x7e\xa6\x52\x7e\x2e\x81\x77\x7f\x20\x81\x8f\xde\x50\xb9\x3f\xfa\xc9\x7f\xd7\xd0\x1f\x25\xf4\xe1\xeb\x2c\xed\x25\x8e\xc3\x2f\x25\xf4\xce\xcf\x25\xf0\xc1\x9b\x3f\xd3\xd0\x2f\x24\xf4\xfe\x1b\x3a\xc9\x64\xfb\xa5\x86\x7e\xa5\xea\x50\xf9\x3f\xfc\xdd\x7f\xd6\xd0\x7f\x93\xd0\x47\x6f\xfc\x07\x95\xf6\x3a\x43\xe4\x26\x6f\xfe\xbf\x48\xe8\xed\xef\x29\xe0\x3f\x28\xe0\x6f\x24\xf0\xce\x2f\x15\xf0\x2b\x05\xfc\x5a\x01\xbf\x55\x99\xff\x67\x09\x7c\xf0\xe6\x6f\x14\xf4\x87\xef\x48\xe8\x3d\xf5\xf1\x7d\x95\xf2\xfe\x77\x75\x26\x05\xbd\xa3\xcb\xbd\xa9\x6a\x7f\xf7\xef\x25\xf0\xe1\xeb\xff\xc3\x6b\x7a\x9f\xe7\x08\xff\x4a\x42\xef\xfc\xa3\x04\xfe\xe5\x3b\x12\xf8\xf0\x07\x6c\xbd\x7f\x81\xe7\xfa\xbf\x24\xf4\xc1\x9b\xbf\x95\xd0\x7b\xbf\xd4\x49\xff\x20\xa1\x77\xfe\x49\x27\xfd\xa3\x84\xde\xfd\xa1\x04\x3e\xfc\xdd\x7f\x91\xd0\x47\x3f\xf9\x2b\x0d\xfd\xb5\x86\xbe\xa5\xa0\x37\x7e\xa6\x4a\xfc\x80\xd1\xac\x97\x79\xf3\xbf\x96\xd0\x3b\xff\x43\x01\x6f\x29\xe0\xbf\x4b\xe0\x83\x37\xff\x49\x43\x6f\xaa\x8f\x7f\xd0\x49\xff\xac\xa1\xdf\x4b\xe8\x4f\xaa\xfa\xf7\x55\x15\x1f\xfe\xee\x67\x1a\xfa\xa9\x84\x3e\xfa\xc9\x77\x34\xf4\x6d\x05\xbd\xf1\x57\x12\x7a\x8f\x91\xc0\x97\xd9\x60\xbd\xc7\xb3\x7d\x93\xe3\xcd\x7a\x75\x8b\xe3\xfd\x7f\x4b\xe8\x83\x37\xff\xa8\xa0\xb7\xfe\x4a\x43\x2a\xdf\x87\xbf\xfb\x8d\x84\xde\xfd\xb1\x4a\xfa\x01\x23\xe1\xb7\x79\x25\xbf\x91\xd0\x7b\x6f\x4a\xe0\x4f\xea\xdb\xdb\xff\x51\x02\x1f\xbc\xf5\x2d\xf5\xed\xdf\xea\xa4\x6f\xab\xa4\x7f\xa3\x93\xbe\xab\xa1\xef\x48\xe8\xfd\x9f\x4a\xe0\xdd\x9f\x48\xe0\xa3\x37\xbe\xaf\xa1\x9f\xab\xa6\x79\x41\xde\x4f\x46\xa3\x6e\x8b\x7e\xb2\x36\xef\x70\x14\xff\xab\x84\xde\x7e\x5d\x01\x3f\x50\xc0\xdf\x4a\xe0\x83\x3f\xbc\xae\xa1\xef\x6b\xe8\xef\x34\xa4\xf2\xbd\xfd\xbf\xa8\xa4\xb7\xbe\x27\xa1\xf7\x7f\xad\x93\xfe\x46\x42\x7f\xfa\x9e\x4e\xd2\x95\xbd\xa5\x1a\xf8\x93\xca\xf5\xfe\x6f\x14\xf0\x5b\x55\xbb\x6a\xf0\xfd\x5f\xe9\x96\x75\x9d\xaa\xa6\xf7\xfe\xa3\xca\xa4\x31\x50\x79\xde\xfd\xa9\x2e\xf6\x63\x0d\xfd\x48\x43\xe6\xeb\x1b\x1a\xfa\x99\x86\x34\xce\x7f\xf8\xa1\x6a\x49\x61\xf1\x9e\xea\xe2\xdb\xfa\xd3\x1f\x55\x93\xdf\x56\xc0\xff\x2e\x81\x8f\x7e\xf2\x5d\x0d\xa9\x3a\xdf\xe5\xcd\xdc\xe4\x69\x1c\x59\x8e\x36\x4f\x7c\x85\x4f\x16\x5b\x04\x77\xf9\x64\xfd\x56\x42\x1f\xbc\xf5\xb7\x1a\xfa\x3b\x09\xbd\xfb\x73\x09\x7c\xf8\xbb\xff\x24\xa1\x8f\x7e\xf2\x7d\x0d\xbd\xae\x21\x55\xf4\xc3\x1f\x30\xf4\xfe\x92\x57\xfc\x3b\x09\x7d\xf4\x93\xbf\xd3\xd0\x0f\x25\xf4\x2f\xdf\x95\xc0\x87\x3f\x60\x2b\xf4\x1e\x2f\xf0\x0f\x12\xfa\xd3\xdf\x4a\xe0\x83\xb7\x7e\xa8\x92\x14\xf0\xfe\xf7\x15\xf0\xba\xce\xf4\x23\x0d\xfd\x58\x65\xff\x3b\x9d\xf4\x86\x84\xfe\xe5\x7b\x12\xf8\xf0\x77\x3f\x97\xd0\x47\x3f\x51\x25\x3f\x7a\xe3\x17\x1a\xfa\x6b\x95\xef\x07\x6c\x53\xdc\xe7\x98\xfd\x3f\x12\xfa\xe0\xf7\x6f\x48\xe8\x4f\x3f\x52\x49\x6f\xfd\x5c\x25\xfd\x58\x27\xfd\x54\x25\xfd\x54\x27\xfd\x42\x43\x3f\xd3\xd0\x2f\x25\xf4\xfe\x0f\x55\x7e\x55\xfd\x87\xbf\xfb\xa3\x84\x3e\x7a\xe3\x97\x1a\xfa\x96\xfa\xfa\x03\xc6\x8d\xec\x71\xd4\xfe\x51\x42\x1f\xbc\xf5\x2b\x09\xfd\xe9\xe7\x3a\xe9\xd7\x12\x7a\xff\x47\xea\xdb\xcf\xf4\xb7\xdf\x6a\xe8\x37\xea\xe3\x2f\x24\xf0\xae\x2a\xf7\xae\xfa\xf4\xfe\x1f\x25\xf0\xd1\x1b\xdf\x56\xd0\x8f\x19\x62\x7b\x5f\xe5\xf8\xb0\xe9\x7c\x85\xe3\xf3\xdf\x24\xf4\xf6\xff\xaa\x80\x1f\x29\xe0\x7f\x93\xc0\x9f\x7e\x29\x81\x0f\xde\x7a\x53\x25\xfd\x4a\x27\xfd\x5e\x25\xfd\x5a\x95\xfb\xb1\x04\xde\x53\x15\xbc\xf7\xff\xb3\xf7\x6e\x7d\x8e\x1d\xd5\xa1\xf8\x7b\x7f\x0a\x69\x07\x34\xbb\xdc\x25\xb5\xda\x26\x24\x51\xcf\x9e\x66\x6c\x8f\x83\x4f\x3c\x1e\x9f\x99\xb1\x09\xd1\x88\x66\xb7\x76\x49\x2a\x66\xab\x4a\xd4\xae\xdd\x17\xb7\xf4\xff\x85\x43\x08\xe1\x10\x4e\x42\x26\x84\x43\x82\xe1\x70\x08\x87\x10\x42\x88\x21\x06\x5f\x20\x3c\xf8\x9e\x07\xe7\x33\xcc\x3c\xfa\x53\xfc\x7f\x75\xdd\xb5\x6f\x6a\xf5\xdc\x6c\xe3\x9e\x87\xe9\xa5\xda\x75\x59\x55\xb5\x6a\xd5\x5a\xab\x56\xad\xfa\xa6\x01\xbe\x61\x00\xd3\xda\xcd\x57\xfe\x9f\x29\xff\xaf\x06\xf8\x37\x93\xe9\x86\x06\xde\xfa\x5b\x03\xfc\x9d\x06\xde\xf8\xa9\x2d\x6f\x31\x79\xc5\xa2\xf9\xca\xbf\x5a\xe8\x5f\x2c\xf4\x6f\x16\xfa\x47\x8b\xfb\xcf\x4c\x93\x3f\xb3\x49\xbf\xb0\xd0\xbf\x6b\xe8\xed\x3f\xd3\xc0\xad\x1b\x82\x7b\x3e\x23\x87\xed\x17\x1a\xba\xf9\xd2\xaf\x2c\xf4\x1f\x1a\x7a\xe3\x67\x1a\x78\xf7\xb9\xef\x68\xe8\xed\x2f\xd9\x24\x41\x62\xcf\x48\xc5\xe0\x86\x20\xf1\x4f\xc9\xea\x7e\xa9\xa1\x9b\x2f\xff\xa9\x85\xfe\x87\x86\x5e\xff\x77\x9b\xf4\xe7\x16\xfa\x33\x0b\xfd\x85\x86\x6e\x3d\xff\x33\x03\xdd\x10\x42\xcb\x1f\xcb\x8a\x5f\xd4\xd0\xcd\x97\xff\xa7\x85\xfe\x52\x43\xb7\x6e\x08\x56\xf3\x69\x99\xef\x25\x0d\xdd\x7c\xe5\x67\x1a\x7a\xf5\x39\x0d\xbc\xfe\x0b\xfb\xed\x45\x0d\xbd\x65\x32\xdd\x7c\xd9\x54\xf1\xfa\x8b\x36\x57\x96\xff\xdf\x35\xf4\xc6\xcf\x35\xf0\xf6\xff\xb2\xdf\xfe\x43\x43\xb7\x6e\x08\x79\xe8\x4f\x24\x16\x2f\x6b\xe8\xf5\x97\x34\x70\xf3\xe5\xbf\x36\x49\xaf\x18\xe0\xd7\xf6\xdb\xdf\x58\xe8\x6f\x35\xf4\xc6\x0b\x1a\x78\xeb\x1f\x35\x70\xeb\xf9\xdf\x58\xe8\xc7\x1a\x7a\xf7\xb9\xff\x6b\xd2\x6e\x88\xfa\x43\xd1\xf8\xaf\xbf\xa0\xa1\x9b\x2f\xff\xbd\x86\x5e\xfd\x3f\x06\xf8\x9e\x01\xfe\xaf\xcd\xf4\x43\x0b\xfd\xc0\x42\x3f\xb6\xd0\x8f\x4c\x81\xef\x6b\xe0\x35\x53\xfd\x6b\x5f\xb4\x99\x9e\xb7\xd0\x4f\x2d\xf4\x82\x85\x7e\xae\xa1\xb7\x4c\x4b\x6f\x5a\x2c\xfe\xd1\xa4\x7c\xd7\xe6\x36\xed\xbc\x6a\xb0\x79\xf3\x15\x03\xfc\x2f\x53\x91\x41\xe1\xad\x0c\x85\xef\x59\xe8\x27\x16\xfa\xa5\x81\x5e\xb4\x38\x7f\x49\x03\xb7\x9e\x37\xd5\xbf\x6d\x06\xee\xdd\x6f\x4b\x44\x65\xdb\x62\x2d\x87\x48\xb4\xf9\x6b\x0b\x7d\xdf\x40\xef\x7e\x5b\xf6\x8d\x4a\x50\xb6\x91\x4a\x50\xcc\x75\xb8\x27\xc1\x57\x32\x50\x56\x70\x28\xa7\x48\xec\xe7\xbb\x72\x8a\xfe\x87\x86\x6e\xbe\xf8\x45\x0b\x7d\xc9\x42\x5f\xd6\xd0\x1b\x7f\x6a\x00\x93\xeb\xed\x1b\x1a\xb8\x75\x43\xd0\xcc\x50\x56\xf6\x45\x0d\xbd\xf6\x65\x03\x7c\xc5\x00\x5f\x35\xc0\xd7\x34\xf0\xea\x0f\x35\x70\xf3\x45\x93\xe9\x8d\xbf\xd0\xc0\x5b\xbf\xd2\xc0\xbb\xdf\xfe\x8d\x86\x6e\xfd\xf9\x9f\x19\xe8\x86\x68\x3a\x92\x0d\xfe\x99\x86\x6e\xbe\xf8\x55\x0d\xbd\xf6\x57\x36\xe9\x6b\x16\xfa\xba\x85\x6e\x58\xc8\xe4\x7b\xcd\x7c\x7c\xe3\x2f\x35\xf0\xf6\xdf\x19\xe0\x9b\x1a\x78\xf7\xb9\x97\x35\xf4\xa6\x98\x99\x48\x6a\xcd\x7f\x6e\xa0\x5b\x37\xc4\x5a\x41\x12\xa1\x2f\x69\xe8\xd5\x7f\x32\xc0\x8f\x0c\xf0\xcf\x1a\xb8\xf9\xca\x17\x0c\xf4\xf2\x6f\x6c\xda\x97\x2c\xf4\x45\xfb\xf5\xd7\x1a\x7a\xed\x86\x49\x7a\xf1\x1b\x16\xfa\xa6\xf9\x68\x92\x5e\x33\x29\xaf\xfe\xd8\xd6\xf0\x8a\xf9\xf6\x0f\x1a\x78\xcb\xb4\xf3\xd6\x97\x6d\xa6\x97\x6c\xd3\x26\xed\xad\x1f\xd9\x66\x9e\x33\x35\x7c\xcb\x26\x65\x90\xa9\xf5\x6d\x53\xf0\x6d\x93\xf2\xa6\x29\x77\xeb\x86\xc0\x6f\x24\x07\xe7\xcf\x35\x74\xf3\xc5\xef\x6a\xe8\x8d\xbf\xd1\xc0\xbb\xcf\xfd\x4a\x43\xb7\x6e\x88\xe1\x1f\xcb\x02\x5f\xd6\xd0\x9b\x2f\x68\xe0\xb5\xe7\x34\x70\xf3\xc5\xef\x99\xa4\xef\x1a\xc0\xa4\xbc\xf9\x43\x93\xf2\x7d\x93\xf2\x03\x0d\xbc\xfd\x7f\x34\xf0\xee\x77\x4c\xee\x9b\x2f\xbc\x64\xd2\x9e\xfb\x8d\x86\x6e\xdd\x10\x63\x39\x91\x38\xfc\x85\x86\x5e\xfb\x81\x06\x6e\xbe\xf8\x7d\x0b\xfd\x50\x43\x6f\x7d\xd7\x26\x65\xd9\x7e\x64\xa1\x1f\x1b\xe8\xe5\xbf\x33\xb5\x99\x92\xb7\x9e\xff\x27\x0b\xfd\x42\x43\x6f\x9b\x3a\xde\x10\x63\x37\xd9\x93\x18\x09\x01\x09\x4b\x8c\xbe\xa2\xa1\x57\xff\xc5\x00\x3f\x31\xc0\xbf\x6a\xe0\xb5\x1f\x19\xe0\xc7\x06\xb0\x79\x7e\xaa\x81\x9b\x2f\x5a\xe8\x15\x53\xe5\x9b\x7f\xad\x81\xb7\x4c\xca\x5b\x5f\xb5\x99\x0c\xf4\x5a\x56\x83\xa9\xf4\xed\x7f\x32\xdf\x9e\xd7\xc0\xad\x1b\x82\x4c\x3e\x27\x11\xfe\x9f\x1a\x7a\xed\x05\x0d\xbc\xf9\x6f\x1a\x78\xfb\x2b\x1a\xb8\x75\x43\xec\x10\xd7\x65\xf6\xaf\x6a\xe8\xe6\x8b\xcf\x6b\xe8\xcd\x1f\xd9\xa4\x9f\x6b\xe8\xb5\x5f\xda\xa4\x17\x34\xf4\xc6\xb7\x34\x70\xeb\xf9\x7f\xd6\xd0\xbb\xcf\x7d\xc1\x42\x5f\xb4\xd0\x97\x0c\xf4\x9d\xef\x9b\x12\x37\x04\xe1\xc6\xb2\xf9\xbf\xd4\xd0\xeb\x7f\xaa\x81\xd7\x5e\x36\xc0\x7f\x68\xe0\xe6\x8b\xbf\xb4\xd0\x4b\xe6\xe3\xaf\x6c\xd2\xaf\x2d\xf4\x8a\xa9\xeb\x37\x06\xf8\x1f\x1a\x78\xe3\xef\x35\xf0\xf6\x8f\x35\x70\xeb\xf9\xef\x69\xe8\xdd\xe7\xbe\x62\xa0\xef\x7c\xc1\xa6\x7d\x59\x43\x6f\xca\x8f\x6a\xd0\x84\x5c\x38\x95\x58\x7f\x4d\x43\x37\x5f\xfc\x8d\x81\x5e\xfa\x82\x85\xbe\xa8\xa1\xb7\x9f\x37\xc0\x4f\x35\x70\xeb\x86\x58\x52\x44\xd6\xf1\xbf\x34\xf4\xe6\x4b\x1a\x78\xfd\xcf\x34\xf0\xea\xf3\x1a\xb8\xf9\xd2\x97\xcc\xb7\xbf\xb0\x49\x5f\x36\x49\x7f\x6e\x93\xbe\x6a\xa1\xaf\x68\xe8\x8d\xef\x68\xe0\xed\x9f\x99\xec\xe6\xd3\xbb\xdf\xf9\xba\x85\x7e\x60\x70\x10\xd3\x40\x54\x2f\x45\x49\x2a\x31\xfc\x2b\x0d\xbd\xfa\x33\x03\xfc\xdc\x00\xff\xae\x81\x9b\xaf\xdc\xb0\xd0\xd7\x2d\xf4\x4d\x0b\x7d\xc3\x14\x78\xc1\x24\xbd\xf4\x35\x0d\xbd\xf5\x13\x9b\x64\x1a\x7a\xfd\x6b\x36\xc9\x56\xf6\x92\x69\xe0\x75\x93\xeb\xad\x9f\x1a\xe0\x79\x53\xfb\x2f\x4c\xca\x8f\x6d\xcb\xb6\x4e\x53\xd3\x9b\x7f\x63\x32\x59\x0c\x4c\x9e\x37\xbe\x67\x8b\x3d\x67\xa1\x7f\xb0\x50\xf6\xf5\xbb\x16\xfa\xbe\x85\x2c\xce\xaf\x7c\xcb\xb4\x64\xb0\x78\xd3\x74\xf1\xd5\x17\x4d\xca\x6f\x34\xf0\xf6\xdf\x6a\xe0\xdd\xe7\xbe\x6a\x21\x53\xd5\xdb\x66\xb4\xde\x90\xcd\x48\xce\x20\x21\x29\x70\x3c\x27\xd1\xa6\x72\xb2\x04\x42\x33\x39\x59\x7f\xad\xa1\x9b\x2f\x7d\xc3\x42\xdf\xd4\xd0\x1b\x3f\x30\x49\x2f\xfc\x5a\x43\xef\x3e\xf7\x75\x0b\xdd\xb0\x90\x29\x7a\xeb\x86\x60\xdd\x9f\x97\x15\x7f\x5d\x43\x6f\x7f\x55\x03\xef\x3e\xf7\x4d\x0b\x7d\x4b\x43\xb7\x6e\x88\x41\x62\xb2\xc0\xdf\x68\xe8\xf5\x6f\x68\xe0\xe6\x4b\xdf\x32\x49\x06\x78\xeb\xeb\x06\xb8\x61\x33\xfd\x83\x85\x9e\x33\xd9\xbf\x69\x93\xbe\xab\xa1\xb7\xbf\x66\x80\x5f\x6b\xe0\xdd\xe7\x4c\xc1\x77\xbf\xf3\x43\x0b\x7d\x51\x43\xb7\x6e\x08\x89\x37\x91\x88\xdd\xd0\xd0\xab\xdf\xd5\xc0\xeb\xff\xa0\x81\x9b\x2f\xfd\xc0\x24\x3d\x67\x93\xbe\x67\x92\xbe\x67\x93\x7e\x68\xa1\xef\x5b\xe8\x47\x1a\x7a\xeb\x5b\x26\xbf\xa9\xfe\xad\xdf\x68\xe0\xdd\xef\xfc\xc8\x42\x5f\x32\x05\x5f\x36\x8d\xdf\xba\x21\x2a\xe3\x12\xc5\xbf\xd5\xd0\xcd\x97\x7e\x6c\xa0\x97\xbf\xa9\xa1\xd7\x7f\x60\x3f\xfe\x44\x43\x6f\xfd\x83\xf9\xf6\x7d\xfb\xed\x79\x0b\xfd\xd4\x7c\xfc\xa1\x06\xde\x30\xe5\xfe\xf3\x2f\x34\x70\xeb\xf9\xff\xa7\xa1\x77\xbf\xf3\x65\x03\x7d\x5b\x60\xcb\x95\xb0\x25\x24\xf5\x54\xa2\xf6\x0d\x0d\xbd\xfa\x92\x01\x5e\x36\xc0\x2b\x1a\x78\xfd\x47\x1a\xb8\xf9\x92\xc9\xf4\xfa\x8f\x6d\x92\xcd\xf5\x13\x53\xee\x57\x1a\x78\xf3\xdb\x06\xf8\xdf\x06\xf8\x3b\x03\xfc\xbd\x29\xff\xca\x0f\x4d\xf9\x9f\x1a\xe0\x79\x93\xe9\x6f\x35\xf0\x96\x41\xf2\xad\x6f\x6a\xe0\x8d\x7f\xb3\xe5\x2d\x26\xaf\x58\x34\x5f\xf9\xa9\x85\x7e\x62\xa1\xe7\x2d\xf4\x03\x8b\xfb\xcf\x4d\x93\x3f\xb7\x49\xbf\xb4\xd0\x0b\x1a\xfa\xcf\xaf\x68\xe0\xd6\x0d\x51\x72\x4f\x0e\xdb\xdf\x69\xe8\xe6\x4b\xbf\xb6\xd0\x6f\x34\xf4\x9f\x5f\xd5\xc0\xbb\xcf\x7d\xd7\x24\xfd\xa5\x4d\x12\x64\xb7\xa7\x34\x08\x31\x49\xfb\xb2\xba\x6f\x6a\xe8\xe6\xcb\x5f\xb0\xd0\x17\x35\xf4\xfa\x0b\x36\xe9\xcb\x16\xfa\x92\x85\xfe\xb7\x85\xbe\xa2\xa1\x5b\xcf\xff\xdc\x40\x37\xc4\xe8\x1e\xc8\x26\xfe\xb7\x86\x6e\xbe\xfc\x55\x0b\x7d\x4d\x43\xb7\x6e\x08\xd9\xe3\x50\xe6\xfb\x96\x86\x6e\xbe\xf2\x73\x0d\xbd\xfa\x6b\x0d\xbc\xfe\x4b\xfb\xed\x25\x0d\xbd\x65\x32\xdd\x7c\xf9\xaf\x4c\xf6\xdf\xd8\x5c\x36\xff\xcb\x59\xad\x2f\x68\xe8\x8d\x7f\xd7\xc0\xdb\x7f\x65\xbf\x99\x92\xb7\x6e\x88\xb9\x7c\x56\xe2\xf3\xf7\x1a\x7a\xfd\x65\x0d\xdc\x7c\xf9\xeb\x26\xe9\x57\x06\xf8\x0f\xfb\xed\x86\x85\xbe\xa1\xa1\x37\x7e\xa1\x81\xb7\x7e\xa0\x81\xb7\xff\x54\x03\xb7\x9e\xff\x17\x0d\xbd\xfb\xdc\xf7\x35\xf4\x8e\xd8\x80\xdf\xf9\xba\x80\xc4\x72\x7a\xe7\x1b\x02\x12\x43\xfb\xce\x37\x05\x24\xe4\xb0\x77\xbe\x25\xa0\x7f\xb6\x90\x98\xdc\x77\xbe\x2b\x20\xb1\xfb\xbf\xf3\x03\x01\xfd\xd8\x42\xa2\x7b\xef\xfc\x48\x40\xa2\xb1\x77\x9e\x17\x90\x20\xcb\x77\x5e\x10\x90\x90\x36\xdf\xf9\xa5\x80\x04\xd1\xbe\xf3\x92\x07\xbd\xff\xfa\x9f\x06\x7a\xe7\xaf\x6d\x9a\x6c\xe3\x37\x02\x12\x93\xf6\x5f\x5f\x12\xd0\x57\x0d\xf4\xce\xbf\xd9\x34\x81\xe9\x7f\x7d\x45\x40\x42\x4a\xfa\xaf\x2f\x7a\x8b\xcc\x97\x31\xcd\x7c\x19\x3d\xaf\xa3\x62\x0b\xfb\x08\x74\x18\x92\x8e\xb5\xfe\x46\xff\x33\xd7\xd2\x6e\xb7\xdb\x6d\x8b\x3f\xbf\x77\x61\xb0\x31\xce\xbb\x48\x1a\xb7\x8a\x3e\x1a\xcc\xe7\x68\x01\xaa\xfc\x2f\x19\x1a\xb5\xa7\x34\xc2\x23\x8c\xd8\x86\x01\x92\x0d\x86\x46\xa7\xaf\x91\x9f\xbe\x46\x7e\xfa\x1a\xf9\x87\xf4\x35\x72\x4d\x85\x24\xf0\x4c\x7a\x71\x19\xb6\x5a\xfa\xde\x4e\xf1\x83\xed\xcc\x76\x05\x2f\x32\x64\xb8\xe8\x55\x7c\x44\xad\xd6\x92\xe6\x72\x64\x15\x04\x81\x4d\x6f\x1a\x38\x23\xe0\x6d\x83\x5b\xcf\x36\x08\x8a\x6e\xc4\x96\xb7\xd2\x8c\x9c\x7d\xb1\xbc\xc5\x10\x37\x83\x00\xb5\x5a\xcd\x22\xd7\xca\x79\xc4\xda\x0a\x4a\x8b\x2c\xe7\xc1\xba\xf4\x69\x77\x5d\x43\xb9\xd7\x64\xfb\x68\xb8\xdb\x23\x8b\xde\x11\x0f\xd9\x18\xf1\x1e\x81\x33\x46\x95\xd7\x2d\x5e\xdc\x8e\x0f\x6a\xc5\x55\x2d\xe3\x5d\xb8\x93\x20\x7e\x51\xf3\xfe\x8b\x21\x09\xc7\x88\xf9\x7e\xc9\x01\xf4\x68\x87\xa5\xe4\x91\x70\x38\x41\x3d\x41\x54\x57\x10\x87\xc3\x70\x16\xee\xe2\x18\x73\x8c\x92\x9e\xae\x6b\x9a\xaf\xe8\x11\x27\xcb\xf6\xf1\x59\x7c\xef\xa1\xce\xe6\x43\x1e\xd0\x3e\xc8\x70\xc8\x50\xc8\x91\x41\xae\x7c\x01\xe1\x48\x3f\xe9\x66\xf2\xdb\x41\x32\xe5\x77\x0d\xa4\xc7\xd1\xf8\x36\x43\xb9\x7a\xe3\xb8\x5c\x35\x82\x3c\x73\x31\x0f\x05\xb3\xd7\xaf\x4f\x84\x31\x80\x49\x40\x3a\xa6\x0d\x98\x06\xa4\xa3\xaa\x85\x71\x40\x3a\xc3\xdd\x9c\xc7\x36\xea\x0c\x77\x83\x18\xca\x06\xf9\x04\x27\x1d\x31\x7e\x8f\x13\x19\x49\xf8\x80\xfb\xb1\xe0\xbf\xd4\x4f\x40\xab\x85\xfd\x54\x2e\x62\x99\x29\x41\x3c\xcb\x94\xc2\x04\x72\x31\x7b\xa6\xcd\x20\x81\x48\xb7\x19\xa4\xf2\x81\x7d\xd5\xff\x80\x2f\xa0\x0a\x80\x5e\xd9\x21\x43\x84\xa1\xcf\x73\xdd\x21\x01\xcb\xba\x93\x04\xcc\x74\x27\x0d\x98\xee\x4e\x9a\xeb\x4e\x5a\xdb\x9d\x34\xc3\x45\x74\x8b\xc8\x6e\x89\xce\xf9\xd4\xcf\xd0\x97\xa9\xa6\x03\xa0\xd5\xca\x7c\x47\x13\x48\x40\x33\x70\x5c\x5c\x4d\x2e\x98\x2b\x5d\x31\x46\x15\x19\xe5\x65\x26\x00\x2b\x32\x27\x90\x38\x88\xba\x03\x4b\xb2\x81\x4d\xc0\x02\xe6\x8a\xd5\x10\x87\x42\x96\xa5\x44\x49\x08\xa2\x39\xe8\x89\x82\xcf\x88\x85\x97\x78\x50\xe5\x5e\xb3\xc3\x25\x57\x4f\x27\x8c\x22\x9f\x88\x26\xdc\x01\xac\x9c\xae\xea\x06\x44\x45\xbb\xb2\xf2\xca\xaa\x99\xae\xfa\x91\xdd\x42\x9d\xc8\xe7\xba\x63\x0a\xbf\x52\xaf\x50\x07\x27\x8f\xaa\x50\x62\x28\x9a\xcf\x9d\x9f\x98\x8c\xe7\x73\x85\x4d\x22\xaf\xcb\x88\xfc\x0b\xa8\xe3\x8e\x55\x90\x5c\xe6\xa9\xab\x27\x87\x05\xee\xf4\x08\x21\x61\xb7\x88\xfc\x88\xb2\x0b\xe1\x70\xe2\x57\x09\xb1\xd9\x48\x0c\xc5\x96\x2b\x84\x12\x21\xcc\x92\xf9\x9c\xfa\x4c\x52\x15\xaf\xa6\x0e\x0e\x99\xa2\x86\xc5\x62\x01\x32\x31\xb6\x81\x7c\x70\xe4\x97\xa5\x27\x3f\xdb\xd6\xe9\xa8\xc1\x01\xa8\x94\x12\x1e\x09\x09\xa1\xbc\x21\xa4\xa3\x46\xd8\x90\x57\xd2\x1a\x61\xd2\x08\xad\xd4\xeb\x81\x05\x50\xd3\x25\xf1\x74\x2e\x84\x25\x55\x32\x38\x89\x10\x6b\x4f\x50\x3c\x13\xb2\xb7\xf9\x9b\x0b\x6d\x75\xdb\xd7\xa0\x7c\xfe\xdb\xba\x87\xb3\x7b\x31\x6b\xb9\x4b\x55\x3c\x73\xe1\x67\x41\x57\x48\x4f\x5a\xc8\x92\x42\x94\x66\x02\x5c\x88\x51\xa4\x83\x48\x3a\x55\x42\x5f\xe0\xfe\x98\xcf\x9b\x9b\x90\x88\x6e\x8f\xf0\x38\x55\xdf\x9b\x5d\x13\xd6\x10\x93\x06\x11\x32\x73\x67\x9f\x61\xae\xbf\x01\x58\xb7\xb9\x93\xce\x75\x74\x08\x09\x58\xe4\xaf\x43\x59\x9d\xcb\xc7\x46\x92\x4f\x10\x7f\xca\x8c\xe3\xa5\x51\x51\x4b\xb0\x0c\x7d\x67\x47\x8e\xf6\xce\x4e\xc0\xa1\x1c\x5d\x21\x28\xe7\x45\x1c\xb5\x8a\x9d\x6d\xb7\x46\x37\xbb\x8c\x46\x31\x1a\xf2\xf9\xbc\xa9\xa1\x6c\xa6\xf5\x06\xd2\xdc\x14\xdb\x49\xe9\x6b\x27\x99\x84\xd3\x5c\x96\x0a\xfa\x79\x8a\xd1\x83\x43\x93\x49\x69\x6f\xba\x13\x8f\x86\x1c\xd5\x2a\x2e\xa5\xc6\x7c\x91\x1d\xf6\xdd\x35\x04\x8e\x16\x00\x00\xd8\xec\x6a\x65\x2d\xbb\x3f\xb8\xb9\x58\xf8\xa0\x78\xe3\xc5\xd7\xac\x19\x92\x20\xd5\xba\x8a\xe6\xd6\x38\x48\xe5\x8a\x07\x2e\x8d\xaf\xb1\xa0\x8c\x04\x81\xf6\x8e\x07\xc4\xfa\x5e\x04\x0b\x48\x27\x9c\xcd\xe2\x43\xc5\x35\x6c\x06\x8b\x40\xa8\x3e\x30\x77\xf6\x43\x75\x19\x4e\xe3\xcb\xe6\x73\x23\xcb\x0a\x25\x54\xb2\xc5\x6c\x2c\x9b\x66\x2c\xd9\x76\xe2\x23\xd0\x73\xae\x59\x25\x5a\x47\xb7\x97\x24\x90\xb3\x7e\x2e\xa3\x11\x62\x88\x0c\xcd\x22\x12\x58\x34\x26\x61\x42\xce\xf0\xc6\x2e\x42\xa4\xa1\xdf\x08\xc3\x09\x8a\x1a\xed\x46\x92\xce\x10\xf3\x41\x2e\x87\x98\x0b\x79\x73\xc7\xea\xfc\x55\x36\x0e\x3f\xad\xa6\xde\x6d\x9d\x3a\xce\xa5\x56\xf2\x9e\x8c\xa0\xe7\xf3\xca\x52\x72\xd7\xc8\x31\x91\xd8\xec\x7d\x86\xb9\x35\x30\x69\xa0\xed\xba\x25\xc8\x8d\x50\xcd\x60\xb6\xc6\x7b\xcd\x2e\x74\x17\xb8\xf8\x6d\x16\xb4\x94\xbe\x7b\xa8\xcf\x07\x01\x83\xe8\x2e\xc9\xed\x43\x77\x41\x96\x37\xb1\x8a\x49\xe7\x56\xad\xe1\xd5\xbc\xf1\x8a\x98\xb7\x06\x3a\x98\x31\x94\x24\x62\x60\xa4\x9a\x8a\x30\x9f\x20\x26\x34\x5a\x51\xba\x41\x59\x8e\x59\xae\x39\x2b\xcf\xcc\x9d\x92\xd7\x7d\xde\x6a\x39\xf6\x04\x78\xe4\x2c\x89\x9e\xee\x1e\x72\xc7\xa8\x38\x7e\x62\xaf\xe6\x52\x56\x14\x2c\x09\xf8\x43\xa8\x83\x4a\xc8\xbd\x51\xd9\x2d\xc4\x6c\x84\x30\x0d\xa8\x3f\x04\xd9\xd6\x37\xd4\x2b\x14\xad\x31\xb5\x62\x86\x99\x46\xcc\x4b\xf7\xb0\x0a\x0a\x32\x54\x57\x78\xb9\xbc\xae\x4b\xfa\x78\xe0\xdc\xcd\xc2\x56\x59\x8e\xfd\xc4\x47\x41\x2a\x79\x8c\x5e\xb4\x29\xec\x8b\xc6\x06\xc6\x4c\x47\x04\x4f\xf1\x22\x1c\x5d\x4e\x89\x27\xef\x8c\x21\x63\xba\x41\xc1\x10\xfa\x3c\xe8\x1f\x5d\x47\x87\x3d\xf3\x9e\xbf\x07\xd5\xa0\x54\x09\x81\xa8\xdf\x1d\x28\x51\x49\xd5\x37\x9f\xfb\xce\x2f\xb1\x9b\x30\x1f\x69\x0b\xcd\x26\x80\x1c\x80\xc5\x62\x20\xf4\x58\xdf\x99\x1f\xa1\x45\x84\x32\x0d\x86\x00\x0e\x05\x67\xcb\x48\x6b\x78\x22\x99\xc4\xbe\xb3\x74\x2a\x93\x9c\xca\x24\xa7\x32\xc9\xa9\x4c\x72\x2a\x93\x9c\xca\x24\xa7\x32\xc9\x87\x5a\x26\xd9\x2e\x88\x20\xbd\xbc\x84\x72\xef\x04\x92\x42\xf8\xfb\x53\x91\xe4\x54\x24\xa9\x13\x49\x32\x8e\xea\xe3\xc0\x91\x17\x9a\x05\x79\xa1\xd5\x32\xdb\xe3\x18\xf1\x6d\x07\xae\xb1\x02\xe7\xd7\x87\x18\x89\xad\x66\xe9\x44\x35\x1f\x09\x45\x9f\xab\x42\x9e\x1d\x37\xf9\x28\x88\x7d\x04\xc0\x16\xd8\x72\x8e\xc6\x21\x97\xdb\x39\x31\xdb\x79\xb6\x83\x38\xb5\xa9\xa7\xd7\x67\x9c\x32\x9f\x88\x02\xba\x3c\x96\xf8\xcb\xff\x55\x7b\x0c\xf4\xb0\x3a\xb2\x5e\x28\xc1\x0a\xb2\xf9\xbc\x70\xa8\xe5\x48\x6e\xf4\xae\x4a\x6e\xe1\xa9\xe4\xb6\x54\x72\x8b\x8b\x92\x5b\x7c\x2f\x25\xb7\xa4\x42\x72\x4b\x6e\x4f\x72\x4b\x0b\x92\x5b\xfa\xde\x49\x6e\xb1\xc3\xcf\xe3\xf7\x42\x72\x1b\x7e\x10\x25\xb7\xd1\x87\x45\x72\xa3\x46\x72\x8b\x6a\x24\xb7\x04\x8e\x82\xd0\x8f\x1c\xc9\x2d\x2a\x4a\x6e\xd1\x5d\x97\xdc\x86\x7e\xea\xa3\x60\xe4\x4a\x6e\xa3\x4a\xc9\x6d\x44\x3c\x75\xfa\xda\x05\x50\x16\x02\xd0\xcb\xce\x72\xcb\xdf\x48\x38\x45\x51\x96\xec\x08\x7b\xd1\xed\x0a\x7b\x23\x12\x30\x75\xaa\x9a\x35\x1c\xb8\x82\x9f\xf8\x24\xdb\x0d\xf8\x62\x01\x55\x0b\x42\x44\x7b\xd4\x48\x68\x85\x56\xc0\x91\xae\x57\x9f\xdd\x65\xd5\xea\x04\x59\x59\xab\xe5\x77\xa1\xce\xa8\x8e\xd5\x9c\x8c\x4e\xa3\x00\x62\x3f\xf6\xa3\x8c\x54\x00\xcc\xb7\xae\x39\xaa\xe0\xe6\x12\xac\x91\x4b\x13\x25\x97\x26\x00\x46\x79\xb9\x74\x74\xac\x5c\x2a\xaa\x48\xbc\x8a\x4d\xa1\x54\x4c\x3e\x4f\xdf\x56\xa1\x27\x37\xcc\x93\x07\x56\x7e\x85\x9e\xce\x91\x97\x64\xc5\xa4\xdc\x8b\x98\x8f\xda\x3b\xa0\x18\xa5\x6a\xb3\x32\x4a\xd5\xe6\x60\xdb\xfd\xd1\xf3\x4c\x0c\x5e\xb9\x7f\x99\xfa\x85\xc8\x93\x39\xfa\x89\x09\x34\x5f\x04\xcf\xec\xb3\x41\xa5\x37\x62\x42\xe3\x3d\xc4\x36\x46\x28\xe4\x29\x5b\x71\x24\x75\x99\x8a\x31\x2c\xe4\x30\x40\xb2\x21\xa5\x5a\x3c\xbc\xdb\x83\x5b\x5b\xc0\x46\x29\x3e\xca\x33\xfa\xea\xa0\x9a\x76\xa4\x16\x0b\xb0\xa4\xc3\x06\xf8\x30\xf6\xd9\x76\x67\x63\x48\x09\x0f\x31\x41\xac\x1d\xa1\xdd\x74\xdc\x0e\xa3\x70\xc6\x4f\x3a\x28\x9a\x78\x96\x0f\x4d\x5e\xa5\xca\x14\x00\xde\x91\x0f\xce\xfa\x4a\xc0\x19\x5f\x38\x98\xf9\xde\x67\x36\xb6\xbd\x75\xb6\xee\x6d\xf8\x9d\x75\xb0\xe1\xad\xa3\x75\xef\x23\x3a\xa4\xa3\xde\x3a\xad\xf3\x23\xe9\x6f\x0e\xee\xd2\x56\x6e\x5c\x52\x1e\x31\x63\xf2\xa8\x18\x92\xf3\x6a\x44\x3a\xe8\x80\x23\x12\xf9\x47\x3b\x8a\xe9\x5c\x46\x63\x9c\x70\x76\xd8\x93\x31\x8d\x85\xe0\x55\xe2\xcb\x3b\x52\x00\xab\x16\x25\xb5\x77\x4d\xbe\x2e\x73\x36\x51\x48\x96\xdb\x22\xef\x5c\xcc\x25\x82\x05\x1c\x86\xe4\x91\x90\x87\x31\x1d\x5f\x20\x9c\x61\x94\x3c\x7c\x28\xa4\x88\x0a\x71\xcc\x9b\xd2\x08\x09\x05\x3c\x40\xf3\xf9\xb1\xb8\x89\x9a\x8f\xa9\x36\xdb\xc5\xab\x10\xee\x64\x21\x81\x13\x1f\x40\xe2\x84\xe1\xc3\x81\xdd\x70\x92\x59\x38\x44\x3a\xeb\x53\x0c\x8d\xf0\x01\xa4\x41\x17\x86\x81\x55\x80\xe9\xd9\x30\x8b\xa3\x9a\x04\x5c\x87\x4b\x6d\x6f\x36\x83\x20\xb1\xa1\xdf\x10\x30\x51\x45\x05\x65\x25\xb0\xd0\xc0\x8c\x46\x17\x9d\x36\xe6\x73\x0c\xd6\xd2\xf9\xdc\x4f\x83\xa4\x93\xcc\x62\xcc\x7d\xb4\xee\x25\x1b\x1e\xe8\xcc\xe8\xcc\x07\x00\x92\x4e\x18\x45\xda\x21\x3a\x05\xd6\x69\x98\xe4\x43\x13\x93\x13\x2d\xb3\xe3\xb9\xab\x0e\x65\x2c\xf2\xb7\x47\xa1\x10\xce\x0e\x4f\xb4\xa0\xde\xaf\x56\x84\x3b\x58\x9a\xa8\x40\xf2\x7a\xad\xc2\x2c\x32\xb2\xda\xe4\x3f\x97\x74\x90\xa2\xd4\x56\xcb\x2f\xa5\x39\xb9\x76\x50\x78\x7d\x27\x41\x88\x18\xd7\x6d\x67\xc5\x3a\xae\x4d\xfc\x7e\xf9\x36\x69\x26\x60\x10\xe5\xf3\x79\x09\xfb\x85\x5c\x65\x90\x40\x6c\x24\x5e\x1e\x20\xe8\x13\x23\x80\x3a\x2b\xad\x42\x3c\xd4\x45\xf4\x1c\x5c\x47\x87\x89\x9f\x6b\x12\x58\x31\x73\x12\x96\xcb\x3b\xda\x9c\xd0\xc4\x72\x25\x6d\xc1\x31\xe2\x4b\x0a\xea\xfe\x08\x35\x4f\x0a\x8b\xcc\x77\x55\x11\x02\x20\x96\x69\x10\x0b\x09\x5b\x0a\x8b\x85\x29\x57\x17\x11\xb0\xe6\x20\xba\x23\x86\x15\xeb\xc5\x73\x49\x28\x46\x25\xef\x39\xa6\x38\xcd\x08\x13\xbd\xfe\xc5\x20\x69\x33\x41\xb6\xf9\xa8\x3e\x1d\x70\x16\x0e\xf9\xa3\x8a\xee\x2e\xc8\x25\xea\x33\xa8\xf2\x5a\x6a\x23\xce\x8c\xeb\xd9\x6e\x5c\x38\x98\xc9\x60\x99\x0d\x4e\x1b\xa2\xa5\x5e\xe3\x4c\x76\xd9\xa4\x33\x4a\xe3\x58\x7a\xec\x79\x67\x1a\xfb\x98\x4f\x30\x69\x9c\xf1\x80\xf9\xce\x44\xf2\x6e\xca\x1b\x63\xca\x1b\x67\xac\x1d\xe7\x4c\xa7\xf1\x28\x8e\x1a\x87\x34\x6d\x8c\x28\x1b\x23\xe9\x45\x7f\x46\xf1\x8d\x86\x5e\x1a\x75\xd5\x6d\x8b\x4d\xd2\xd0\x89\xe8\x5a\x32\xa1\x69\x1c\x7d\x8a\x85\xb3\xc7\xc9\x23\x82\x18\x1f\x53\xac\xc5\x27\x50\xde\xc5\x20\x41\x5e\xb4\x24\x82\xff\x2d\x16\x70\x16\xb2\x44\x85\x74\x77\x87\x55\x2c\x03\x69\x93\xe8\xc8\xef\x91\xf4\x2a\x35\x24\xa2\x9e\xaf\x50\xb1\x74\x85\x56\x23\x59\xab\xf7\x09\x15\x72\xf6\xa1\x20\x08\xb0\xf1\xb1\x17\xf5\x88\x6a\x70\xbf\x3b\xb0\x69\x3c\xf0\x3e\x61\x87\x0e\xf7\x37\x07\x6a\x8d\xd2\x00\xf7\x1f\x1c\x98\xda\x7a\x1e\x58\x63\x01\xed\x77\x07\x90\x04\x54\xec\xfc\xd2\x60\x53\x2e\x0b\x99\xaa\x5d\xe9\x56\x5d\xd8\xde\x14\xdb\x90\xa8\x6a\xcd\x33\x01\xe9\x7b\x59\x3c\x7a\xb1\x33\xaa\xeb\x17\x9e\x13\xa4\xde\xcb\x34\x48\xc8\x02\x5b\xce\x33\xc1\x58\x47\xfe\x83\xb9\x6e\xe9\x68\xdf\xb2\xdd\x0c\x5f\x9d\x2d\x34\xd9\x44\xcf\xc3\xfe\xa6\xe9\xf9\xb6\xcf\x82\x50\x75\xa8\xd8\x09\xd0\xf3\xb9\xcc\x0a\x6d\x16\x35\x30\x32\x96\xb5\xda\x13\x45\x82\xdb\x1a\x97\xed\x43\x16\x24\xaa\x80\x50\x31\x16\x19\xea\xaa\x9f\x02\x05\xde\x89\xc3\x44\xc5\x48\xbe\x34\xf2\x73\xdd\x86\x5d\xb0\x74\x2c\x78\xc0\x8d\xd2\xba\x09\xac\xcd\xcc\x77\x66\xbd\xe7\x01\x90\x21\xbc\xa6\x76\x67\x02\x63\xc7\x41\x59\x79\xe3\xda\x6d\xda\x5a\xa4\x8e\x32\xd2\x12\xe2\xae\x59\x42\x3d\x04\x67\x72\xff\xee\x71\x2d\xc1\xa8\x9f\xfe\x91\xe0\x24\x3d\xb6\x00\x50\x01\xb6\xc4\xa7\x30\x9f\xd0\x54\x86\x7e\xed\xa5\x50\x34\xd4\x23\x90\x51\xca\x7b\x31\xd4\x8c\xe3\xa2\xbc\x2c\xa2\x5e\x2e\xd0\x49\xde\xba\x42\xd1\x98\x2e\xe5\xfe\x3d\x3a\xf4\x99\x60\x95\xb3\x38\x65\x61\x8c\x9f\x45\x91\xa8\x35\x51\xa2\x5f\x95\x38\x38\x0d\xaf\xa3\xab\xda\xfc\xd9\xab\x34\xf8\x2e\x91\x82\xd6\xbd\x4f\x78\xeb\x7c\xdd\xeb\x79\x0b\x58\xb7\x7e\xcb\x4c\xbe\xb9\xb9\x58\x26\x85\xfa\x7a\xb3\x51\x0d\x3d\x1c\x26\x28\xba\xac\x45\x0f\xb1\xc9\x9f\x54\x1a\x25\x66\xef\x22\x94\x4d\xe5\x90\x48\x27\xe4\x82\xe5\xc9\xf1\x23\x2f\x0c\x5d\x50\x95\x68\x0d\x85\xc7\x16\xd7\x42\x8a\xc1\xb0\xfa\xab\xa0\x5f\xf1\xd7\x33\xb8\x46\x68\xc6\xd0\x30\xe4\x28\x7a\x2a\x2f\x13\x06\x62\xf0\x6c\x4f\xaa\xf6\xb1\xaa\xce\xca\x8b\x81\x7e\xcd\x97\xa0\x90\x2e\xa4\xd4\x85\xa1\xbb\xb2\xa7\x37\xd4\xbb\x95\xe5\xbb\x3e\x52\xd7\x0b\x4a\x94\x5a\x7f\xe9\x45\x54\xd0\x27\x03\x79\x9f\x49\xc3\x3e\x13\xfc\x5c\x5d\x7a\xb2\xe9\x1d\x77\xdb\x94\x39\xf8\x02\xee\x54\x77\xdf\xb8\xa1\xe7\xf9\x19\xb7\x16\x0e\xbb\xd5\xf6\xbb\xf6\x3a\x4e\xf6\xa4\x89\xe0\x36\xf3\xb9\xa7\xac\x3b\xe6\x97\xb9\xbe\x62\x7e\x57\xf1\x26\xc1\xd4\x70\x15\x6b\x02\xdb\x4c\x2c\x8c\x75\x99\xc3\x5e\xe5\xdc\xd9\x18\x43\xaf\xed\x81\x9e\xfa\x98\x5b\xc1\x51\x98\x4c\x10\x13\x33\x90\x2f\x73\xad\x23\x0a\x6d\x78\xc0\x06\xd0\x46\xce\x02\xaf\xa5\x81\x02\xa9\x39\x34\x50\xfe\x12\x08\xc5\xc2\x03\x0b\x38\xa3\x91\x5c\x71\x4f\x50\x7a\x3d\x9d\x09\xc6\xa4\xe8\xae\xd2\x5e\xc8\x3b\x15\x1c\xcc\x8c\xad\x3b\x58\xbc\x23\x26\x5e\x88\xbc\x92\x4e\x74\xbf\x3e\x93\x0d\xd7\xb5\x8d\x0d\xe8\x79\x00\x40\xb4\xee\x6d\x28\x7d\xda\x5b\x57\xa5\x32\x9c\x32\xd9\xa8\x62\xe2\x8f\x53\xa5\x96\x70\xb1\x9c\x18\x52\x37\x00\x3e\x87\xc8\x19\x1f\xfb\xda\x54\xf2\x38\xb9\x92\xee\x46\xb8\xea\x4e\xc4\x9d\xe0\x24\x68\x77\x3d\xf0\x9c\x97\x68\x3c\x98\xa7\x57\x24\x87\x67\x3e\x77\xc7\x51\x5f\x8a\x44\x55\x13\x63\x2f\x4a\xae\xd2\x4f\xbd\xf0\x2e\x90\x31\x26\xd5\xeb\xac\xa2\x85\x75\x6f\x03\xc9\x02\xca\x40\x58\xa5\x6e\x4f\xc2\xc4\xe7\x79\x4c\xaa\x65\x5a\x9e\x21\x71\x99\xa6\x1c\x5d\x0c\x67\xab\xa2\x21\x38\xd4\xba\xb7\xc1\x44\xb1\x64\x39\x2a\x0c\xac\x22\x5e\x83\xec\xf6\xa4\x45\xea\xaa\x11\xcd\x6a\xa6\x3d\xc7\xb9\x50\x56\x83\xc3\xe1\xd4\xe2\xbf\x7a\xe1\xe2\x53\x4f\x9c\xbf\x7a\xe1\x4a\xbf\xb2\x33\x03\xc9\xf3\xa6\x21\x26\x35\xe4\x8f\x47\xbe\x27\x3e\x2b\x92\xa8\x9a\x77\x7b\xce\x35\xd3\x9b\xf6\x86\xb7\x8e\xf4\xda\x32\xb1\xec\xab\xeb\xae\x2a\x99\xe7\x20\xbe\xaa\x08\xe8\x4a\x2b\x9a\x5f\x40\x82\x12\x2e\x56\x4c\x4c\x87\xa1\xa8\xd9\xae\x9d\x25\x3d\xaa\xa0\xf4\xca\x7e\x9c\x14\x9b\x75\x4f\x1b\x38\x16\x46\x48\x3b\x76\xd9\xd6\xb2\x0a\x9b\xa5\xaf\x9a\x5d\xf7\x54\x26\x2f\xdb\xd8\x96\xe4\x51\xf3\x6a\x47\x40\xad\xc3\xa7\x42\xce\x11\x23\xe6\x8e\xa5\x7d\x94\xa9\x7c\x49\xb3\x9f\x5b\xc5\xd9\x48\xc2\x5c\x7a\x99\x4d\x69\xd9\x2a\x47\x4f\x2a\xad\x44\x0a\xda\x3c\x75\xfc\xec\x0d\x16\x00\x74\x18\x0a\xa3\x4b\x24\x3e\xf4\x01\xcc\x2b\xb2\xbd\xb2\xdf\x84\x39\x0b\x97\x0d\x08\x11\xdb\xab\x1b\x08\x4f\x1e\xae\x41\x1a\x10\x63\x24\xc2\x67\x69\xf6\xc8\x52\x18\x90\x3e\x1e\x64\x07\x3d\x5a\x11\x0e\x5b\x2d\x3f\x54\xb5\x0f\x27\x94\x26\xc8\x51\xab\x43\x88\x80\xf4\x48\xaa\x65\x0a\xa1\xbc\xfa\x1f\x84\x00\x1a\x01\x7e\x27\xa6\x63\x85\x97\xd0\xb5\x61\x08\xa0\x7d\xc4\x88\x2d\x16\xb0\xd8\x46\x05\x4d\xe5\x36\x7a\xa1\x40\xb3\x64\x48\x99\x51\xf2\x51\x53\xf2\x84\x5a\x8c\xb2\x0b\x91\xd5\xec\xb4\xd2\xbe\x73\x7e\xba\x8b\xc7\x29\x4d\x93\x86\x2a\xd4\x90\xb4\x98\x53\xfb\x85\x5a\x1f\x92\xc8\xd5\xcd\x39\xf4\xce\x68\xfb\xf5\x12\x74\x32\x55\x7a\x45\x46\xaf\x83\x34\x20\x47\xaa\xd9\x68\xfb\xfd\xcf\x6c\x0c\x1e\x00\x1f\xd9\x80\xde\xc6\xce\x47\x36\xbd\xbc\x41\xa0\x9a\x5f\x6f\x33\x73\xb3\x17\xc6\x72\x46\x8c\x53\x0c\xa6\xa4\x6e\x2d\xbb\xa2\x6a\xae\x89\x82\xc5\x85\xc3\x66\x17\x2c\x60\x36\xdb\x25\x47\x20\x3c\xd2\x6f\xa4\x5c\x78\xf2\x99\xce\x13\x97\xfe\x70\xe7\xe2\xa5\x47\x9f\x7e\xe2\xc2\xce\xe5\x0b\x57\x2e\x3d\xf1\xcc\x85\xcb\xf3\x39\xef\x08\xc5\x4d\x7e\x33\x89\x7a\x8b\x81\x38\x40\xdb\x5e\xff\xd6\xb7\x6f\x0c\xbc\x9e\xd7\x6f\x0c\xbc\x35\xe2\x88\x50\x46\x50\xfd\x78\x77\xdb\xeb\x78\xbd\xec\x7c\xf9\xe3\xdd\x76\x29\x17\xe8\x7c\x8e\x62\xe2\x7b\x1d\x0f\x40\x36\x9f\xfb\x5a\x26\x2f\x8d\x88\x98\x02\x38\xa4\x24\xa1\x31\x6a\xb5\x34\xd0\xc1\x64\x44\xf3\xbf\x7c\x0c\xb3\x36\x20\x91\xfe\x22\xf0\x3a\xa1\xfb\xe4\x31\xca\xee\xcc\xa4\xce\x2a\x35\x2d\x12\x74\x21\xce\xcc\xe7\xe4\x2c\xde\x22\xd9\xcb\x69\xbc\x4f\x06\x50\x2f\x60\xce\x42\x92\x88\x9d\xf6\x2a\xb5\xa7\x1d\x8f\xa5\x71\x4c\xe4\x7c\x42\x0a\xd6\xc4\x6a\x67\xfd\x70\x10\x88\xd9\xb3\xcb\x12\x2e\x2b\x58\x2d\xce\x96\x74\x75\xb4\x90\xaa\x8d\xd8\x4e\x20\x0e\xe4\xa6\x02\x69\xc0\xad\xc0\x4f\x80\x3c\x03\x30\x3f\xb1\x5c\x36\xf2\xf5\x99\x56\x2b\x54\x96\x0b\xd9\xbf\xb6\xb1\xbc\xb4\x5a\x56\x21\x31\x0c\x6d\xdd\x5a\x65\xcc\x9a\x52\x6a\x83\xb6\x5b\xd0\x75\x93\x11\x86\x40\x5f\xe6\x67\x95\x5b\x9f\xdc\xf5\x0c\x79\x2b\xbb\x89\x41\x2c\x01\x4e\xc3\xe6\xd0\x77\x3b\xdf\x90\x49\x06\x76\x7d\x55\x4a\x43\x15\x6b\xcc\x5a\x4e\xd5\xa3\x99\xf2\xbf\x66\x37\x5b\x69\xa2\x6d\xbd\xb9\xa8\x8d\xd1\x1a\xf1\x20\x5f\x2c\xc0\x1a\xee\x30\x44\x67\x48\x59\x0d\xfc\xa3\x0a\xbd\x5f\x9a\xdb\x8d\x91\xcd\x39\xd9\xa0\x4b\x4e\x36\xaa\x4e\x29\xde\x8b\xf7\x15\x8f\x14\xdd\x3b\x2f\x27\xda\xa3\xae\xb2\x62\x8c\xb4\xc1\x78\xdb\x00\x3e\x07\x3d\xb4\x58\x54\x1d\xa1\x0b\xf1\xb6\xec\x27\x8b\x93\x76\x38\xe4\x78\x0f\x55\x1e\xe1\xe4\xcb\xa8\x21\x9a\x84\x24\x8a\x51\xfb\xf3\x29\x62\x87\x6d\xf9\x36\xe7\x31\x05\x04\x51\x5c\xd7\xad\xa8\x1c\xc5\xe3\x1f\xc1\x2a\x73\x23\xaa\x19\x20\xa4\x6b\x79\x3f\x41\xed\x33\x10\xfe\xb6\xfa\xe4\x26\x4e\xb3\x05\x11\xb7\x2e\x50\x52\x2a\x2a\x28\xc4\x4a\x2a\xfa\x4f\x36\x8b\x48\x2f\x8d\x93\x54\x15\x7b\xa7\x26\x1a\xd3\x8a\x41\x85\xd2\x2c\xa8\x10\xbb\xfd\xa0\x42\xac\x1c\x54\x88\x1d\x17\x54\x88\x65\x41\x85\xd8\x8a\x41\x85\xd8\xc9\x83\x0a\x31\x90\xef\x69\x61\xb4\x56\x0f\x29\x94\xcc\x84\x58\xfc\xde\x45\x13\x4a\xef\x5b\x34\x21\x7d\x97\x05\x12\x70\xc4\x5a\xad\x25\x8e\x90\x8e\x8f\x08\x73\x8e\x74\xf3\xae\x7c\x2c\x77\xb6\x9b\xb9\xfc\x31\x7b\xa6\xab\x0f\xf2\x58\xc7\x38\x92\x3e\x8b\xd8\x76\xee\x97\x22\x3f\x62\xf7\xb3\xa2\xfb\xe6\x3d\x73\x95\x1f\xbd\x9f\x0f\xb9\x1d\x8f\x47\xd7\x07\x3c\xba\xab\x3e\xe0\x93\x53\x1f\xf0\xa5\x3e\xe0\x7b\x45\x1f\xf0\xbd\x7b\xe9\x03\x3e\xab\xf0\x01\x9f\xb9\xf3\xd9\xe4\x39\x1f\xf0\x50\x86\x58\xa9\x72\x07\xde\x16\x1c\xb6\xc7\xb3\x6a\xa6\xef\x9d\x0f\xf8\x9e\x23\x3f\xec\xdd\x47\x1f\xf0\xbb\xe3\xc0\x75\x08\xc7\x70\x17\xee\xc0\x7d\x78\x01\x5e\x0a\x7c\xe3\x77\x84\x89\xee\x06\xdb\xc3\x43\x04\x0f\x03\x1f\x7f\x58\x9c\xb6\x23\xe3\xb4\x9d\x56\x3a\x6d\xcb\x37\x48\x83\x89\x9f\x02\x37\x70\xa6\x71\xda\x1e\x2a\x12\x4f\x97\x3a\x6d\xb3\xbc\xd3\x36\x09\xba\x5b\xe4\x2c\x97\x7a\x27\xeb\x13\xd7\x69\x9b\x38\xd7\xed\xa6\x3e\x0a\x42\xd7\x69\x3b\x2c\x38\x6d\x33\xe9\xb4\xad\x24\x65\x0f\x52\x28\xd6\x44\xce\x0b\x3b\x75\x9c\x60\x6a\xbd\xb0\xf5\x9e\xb0\xe5\x77\x21\xcb\x9c\x1c\x94\x29\x59\x56\x0d\xb4\x7b\x49\xd1\xc1\x56\x63\xea\x6b\x6b\x9a\xce\x2c\x04\x4b\x29\xa0\x6b\xa4\x09\x4c\x7c\x6c\x02\x06\x8c\x72\x7e\xd0\xca\xb5\x45\x6c\x5a\x18\xc0\x74\xe1\x03\xe0\x7c\x1c\x07\xb6\x67\xbb\x81\xd0\xca\x77\x82\xa3\xe2\xa5\x85\xbc\xd7\xa7\x3b\xd3\xce\x6e\x2c\x4f\x9b\x17\xf0\x42\x70\xb4\x80\xae\x93\xcf\x0e\xa8\x0e\x07\x75\xa1\x8f\x06\xc1\x4e\x5f\xda\x16\xe1\x05\x77\x8f\x6c\x36\xdd\x9f\xf0\x42\x61\x87\x6c\xe6\x13\xa0\x9f\x6d\x98\x17\xe6\xf3\x0b\xae\x84\x20\x44\xa0\x0b\xf9\x0d\xf4\x42\xb0\xab\xc5\x55\xd0\x61\x68\x0f\xb1\x44\x41\x51\x3a\x44\xbe\x5f\x7d\x3e\xee\x8b\xc5\x2c\x04\x44\xb4\x00\xf0\x02\x80\xfb\x8e\x33\x75\xae\x3d\xd9\x9c\xc4\x26\x9f\xbe\x7d\xa1\x2c\xb7\xec\xdb\xc8\x78\xb9\x8f\x81\xf1\xf2\xb7\x1c\xb7\xd8\x42\x35\x7f\x12\x28\x5e\x10\xdd\x53\xe6\x17\x1a\x5c\x80\xd8\xf5\x11\xbc\xb4\xb2\x82\xc9\x28\xe5\xed\x94\xc5\xab\x2a\xd3\xd6\xd7\x66\xcd\xbd\xa5\xe7\xde\xd0\xfb\xed\x54\xfd\xe8\x07\x49\x20\x0e\xef\xa9\x40\x9c\x7c\x20\x04\xe2\x34\x27\x10\xd7\x04\x04\xb8\x4d\x81\x38\x3e\x15\x88\x97\x0a\xc4\x51\x51\x20\x8e\xee\xa5\x40\x3c\xac\x10\x88\x87\x4b\x04\x62\x5c\x2f\x10\x8f\x0a\x02\xf1\xe8\xbd\x13\x88\x23\x87\xab\xd6\xa8\x73\xef\x63\x81\x78\x02\x67\x70\x0a\xf7\xa0\x14\x8c\x03\x7b\x3a\x5e\x10\x88\x27\x81\xcf\x3e\x2c\x02\x71\x7a\x5c\xfc\x09\x06\x71\x10\xd7\xc4\x9f\x08\x57\x89\x3f\x51\x10\x88\x93\xa0\xbb\x95\x9c\xe5\x5b\x89\x14\x88\x13\x57\x20\x4e\xac\x40\x4c\xfd\x91\x8f\x02\xec\x0a\xc4\x78\xa9\x40\x4c\xe0\xa8\x28\x10\xaf\x12\x83\x22\xef\xcb\xa4\x2a\x93\x47\x6b\x4f\x5f\x7e\x42\x49\xb1\x49\xf1\x36\x1f\x93\x69\x90\xa9\x28\x13\xae\x14\x3b\xcb\xa4\xd8\x69\xd0\xe7\x03\xb8\x77\x67\x52\xec\xb8\x28\xc5\xee\xd5\x48\xb1\x63\x21\xc5\xee\x69\x29\x76\x9c\x97\x62\xdd\x9f\x70\x5c\x94\x62\xc7\xb5\x52\xec\x78\x3e\x1f\x17\xa5\xd8\x71\x7e\xd7\x1b\x07\xd3\x93\x4b\xb1\x62\x05\x1a\x29\x76\x0c\xe0\xa1\x23\xc5\x8e\x0b\x32\xe6\x58\x4b\xb1\xb9\xf4\xed\x71\x59\xd8\x38\xb4\x52\xec\x78\xb9\x14\x5b\x6c\xa1\x9a\xa9\x08\x14\xc7\xa2\x7b\xe6\x10\x71\x0c\x99\x2b\xc5\xee\x9e\x40\x8a\x4d\x39\xb2\xa7\x1d\x2b\x9e\x94\xe4\x0a\x2d\xbf\xf1\xa2\x37\x36\x88\xd7\x5c\x81\xd0\x09\xb9\xf0\x5b\x2a\xf5\x86\x1f\x24\xa9\x37\xb9\xa7\x52\x6f\xfa\x81\x90\x7a\xe3\x9c\xd4\x5b\x13\x4c\xe1\x36\xa5\xde\xe1\xa9\xd4\xbb\x54\xea\x9d\x14\xa5\xde\xc9\xbd\x94\x7a\x47\x15\x52\xef\x68\x89\xd4\x4b\xeb\xa5\xde\xa8\x20\xf5\x46\xef\x9d\xd4\xeb\x8c\xb7\x3f\x79\x7f\x4b\xbd\x09\xe2\xd2\x95\xf5\x29\xb9\x81\x48\x6f\x87\x9c\xbf\xc0\x2c\x40\x8b\x6a\xe1\x78\x96\xf9\x4c\xc8\xdf\x56\x50\x86\x3b\x70\x5f\x88\xc4\x95\xc2\xf2\x34\xf0\xc9\x87\x45\x58\x8e\x8d\xb0\x4c\x6b\x85\x65\x12\x0c\x7d\x0a\xdc\xfd\xd8\x08\xcb\x3a\x48\x0e\x3d\x89\xb0\x9c\x06\xdd\xad\xf4\x2c\xdf\x4a\xa5\xb0\x9c\xba\xc2\x72\x3a\xc8\xe2\x26\x46\xbe\xe0\xe6\x8e\xb0\x4c\x96\x0a\xcb\x18\x46\x45\x61\x99\xae\x12\xc3\xc3\x52\xb0\xc0\x71\xe6\x9a\x8d\xa1\xb9\xcf\x98\x56\x88\xcb\xa9\x12\x97\x69\x41\x5c\xde\xcb\xc4\xe5\xc3\xa0\xcf\x06\x42\xde\xbd\x13\x71\x79\xa7\x28\x2e\x8f\x6b\xc4\xe5\x1d\x21\x2e\x8f\xb5\xb8\xbc\x93\x17\x97\xdd\x9f\x70\xa7\x28\x2e\xef\xd4\x8a\xcb\x3b\xf3\xf9\x4e\x51\x5c\xde\xc9\x6f\x97\x3b\xc1\xe1\xc9\xc5\x65\xb1\x06\x8d\xb8\xbc\x03\xe0\xae\x23\x2e\xef\x14\x84\xd9\x1d\x2d\x2e\xe7\xd2\xb7\x77\xca\x52\xca\xae\x15\x97\x77\x96\x8b\xcb\xc5\x16\xaa\xb9\x91\x40\x71\x47\x74\x4f\x89\xcb\x38\xd8\x81\xc4\x15\x97\xf7\x57\x16\x97\xa5\x2f\x9d\x8c\xc3\xd2\xe6\xf4\x8e\x3c\x8b\x4e\xc5\xe6\x1a\xb1\xf9\xa4\x7e\x42\xc9\x07\xc0\x4f\x28\xf9\xd0\xf8\x09\x25\x1f\x6c\x3f\xa1\xe4\xbe\xf9\x09\xa5\x1f\x24\x05\x31\xbe\xa7\x0a\xe2\xf0\x03\xa1\x20\xe6\x54\x04\x7f\x74\x57\x15\xc4\xe8\x54\x41\x5c\xaa\x20\x4e\x8b\x0a\xe2\xf4\x5e\x2a\x88\x93\x0a\x05\x71\x72\x7b\x0a\xe2\xac\xa0\x20\xce\xde\x3b\x05\x71\xea\xc8\x0f\xd3\xf7\xb7\x82\x58\xa1\xf9\x39\x7a\x1e\xbc\x50\xab\xe9\xed\x7d\x88\x34\xbd\x91\xd1\xf4\x92\x4a\x4d\x4f\x48\x8f\x34\x88\xfc\xc4\xd1\xf4\x12\xab\xe9\xe9\x5b\x62\xc9\x5d\xf7\x13\x4a\xfd\x99\x8f\x02\xea\x6a\x7a\xf4\x18\x4d\x6f\x56\xd4\xf4\x12\xe8\xb3\x15\xfd\x84\xd4\x65\x95\x12\xe7\x30\xe1\x83\xd7\xac\x2a\x42\x2a\x65\x58\xd2\x99\x09\x3d\x87\x98\xab\x1d\xad\x56\x31\xc5\x37\xd7\x2d\xea\xdc\x8d\x70\xc0\xac\xaf\x51\xa6\x1d\x5c\xa5\xf6\x4c\x28\xf4\x29\x00\x0b\xa5\x7b\x0e\x73\xba\x27\x03\x90\xc8\x34\x48\x00\x4c\x0a\xba\xe7\x61\xa6\x7b\x8e\xa5\xee\xb9\x7b\x67\xba\xe7\x7e\x51\xf7\xdc\xad\xd1\x3d\xf7\x85\xee\xb9\xab\x75\xcf\xfd\xbc\xee\xe9\xfe\x84\xfb\x45\xdd\x73\xbf\x56\xf7\xdc\x9f\xcf\xf7\x8b\xba\xe7\x7e\x7e\x27\xde\x0f\xc6\x27\xd7\x3d\x05\x57\x30\xba\xe7\x3e\x80\x3b\x8e\xee\xb9\x5f\xd0\x0c\xf7\xb5\xee\x99\x4b\xdf\xde\x2f\x0b\x40\x3b\x56\xf7\xdc\x5f\xae\x7b\x16\x5b\xa8\x66\x74\x02\xc5\x7d\xd1\x3d\xa3\x7b\xee\xe7\x75\xcf\x0b\x2b\xeb\x9e\x29\x8b\xdb\x23\x5a\x1d\xe7\xef\x54\xeb\x3c\xd5\x3a\x4f\xb5\xce\x53\xad\xf3\x54\xeb\x3c\xd5\x3a\x4f\xb5\xce\x53\xad\xf3\x54\xeb\x3c\xd5\x3a\x4f\xb5\xce\x7b\xa6\x75\xc2\x62\x10\xce\x4c\x1f\x64\xf9\xeb\x27\x29\x8b\x1f\xa3\x26\x68\x33\x83\xa1\x4f\xcc\xe5\x93\x53\x5d\xf0\x54\x17\x3c\xb1\x2e\xb8\x24\x52\xc1\x7d\x0d\xe9\xa0\xa3\x8e\xf5\x8d\x60\xda\xde\x1c\xac\x49\x0e\x83\x93\xff\x2e\xb0\x52\xae\x1d\xad\x96\xef\x23\xfb\x5c\x06\x00\x6e\xf6\xe0\xe8\xf3\x59\xc6\x1e\x57\x33\x92\x2c\x9c\x3d\x64\xc5\xc1\xb8\x2d\x0f\xc6\xfb\x11\xeb\xc1\x32\x40\x72\x72\xf5\x12\x7f\x00\xd4\x4b\xfc\xa1\x51\x2f\xf1\x07\x5b\xbd\xc4\xf7\x4d\xbd\xa4\xef\x67\x9d\xea\xee\x88\x84\x61\x5d\x04\x7a\xb1\xfe\xef\x6b\x0c\x7a\xc5\xa7\x02\xae\x7f\x62\x32\x4b\xb9\x62\xa7\xe6\xcd\xa2\x1d\xd7\x20\x6d\x42\xf1\xeb\xc2\x2a\xfc\xd8\xa7\x30\x9f\xe4\x3f\xcc\x18\x1d\xa2\x24\x41\x91\xae\x4a\xab\xe5\x52\x01\x82\x21\xb4\xb6\x76\x1c\x20\xe8\x87\x46\x60\x32\xb7\x6c\xbd\xe2\x63\x27\xfa\x2d\x29\x25\x1b\x95\xaf\xf4\xea\x4e\x00\xe8\xa3\x20\x97\x50\xbc\xb7\x8b\x20\xd1\x25\x14\xb7\x06\x59\x1c\x7c\x79\x07\x73\x59\xb3\xc5\xaa\x73\x32\xd9\x92\x8a\xdd\xd1\xab\x6e\x21\x77\xfa\x60\x85\x81\xf2\xd8\x8b\x55\x56\x9e\x10\x5b\x9b\x89\xbc\x95\xaf\x49\xc5\xc2\xab\x8a\x1a\x5c\x3a\xb5\x28\xa6\xf8\x00\x4a\x2e\xba\xb3\xe4\x64\x82\x41\xe2\x23\xa7\xd7\xa0\x82\x66\xec\x50\x38\xe4\x72\xf2\x91\x70\x0a\xdb\x81\x70\xe9\xaf\x50\x17\x37\xf3\xc6\xdd\x1e\x38\x05\x8c\x1e\x5d\xd3\x01\x27\xa7\xc5\x7f\xc7\xec\xf1\x35\x6f\xf1\x54\x91\xbe\x8d\x14\x5d\x5c\x12\x79\xd1\xbf\xb4\xfa\x00\xa8\x5e\x4a\x4a\xec\xa7\x3e\x76\x24\xfb\x50\xbe\xbd\x45\x7d\x0c\x13\xfb\x9c\x82\x61\x3a\xe1\x8a\x02\x50\x85\x68\x72\x7f\x85\x41\xd4\x19\xa6\x8c\x21\xc2\x9f\xbe\xfc\x04\xb4\x3f\xa4\x8b\xef\x93\xe1\xb4\x4a\x90\x4b\x78\xc8\xc6\x21\x47\x4e\x54\xdf\x0d\x81\x6e\x18\xb7\xc5\x17\xc4\xf3\x82\xdc\x27\xc6\x31\x9e\x4e\x11\xcb\xb2\xaf\x7a\x90\x01\xa9\xe4\x59\xae\xfd\xd3\xb9\xd9\xfa\x5b\x7a\x9c\x71\x1a\x82\xa8\x68\x3e\x7d\x7f\x0a\x24\xae\x21\xf6\x34\x04\xd1\x69\x08\xa2\x0a\x23\x6f\x7a\x1a\x82\x68\x95\x67\x68\x0f\x0d\xc7\x83\xd8\x84\x4e\x3d\x5a\x18\x44\x5d\x43\x17\xa9\x31\x74\xd1\x3e\x1a\x04\x44\x1b\xba\x68\xde\xd0\xe5\xfe\x84\xb4\x68\xe8\xa2\xb5\x86\x2e\x3a\x9f\xd3\xa2\xa1\x8b\xe6\x79\x04\x0d\xd8\x2a\x86\x2e\xc5\xca\xb5\xb6\xa5\x6d\x0d\xf3\x39\x5b\x00\x48\x65\xcc\x1a\x2b\x2f\xd2\x82\x19\x8a\x6a\x43\x57\x2e\x7d\x9b\x96\x59\x33\xb6\x86\x2e\xba\xdc\xd0\x55\x6c\xa1\x7e\x77\xa1\xa2\x7b\x3a\xca\xca\x5d\xd2\xbd\xc6\xda\xfe\xfe\xc9\xab\x17\x9f\x78\x38\x64\x49\xc7\xbc\xad\xe0\x1f\xe1\xa8\xe7\x3d\x35\xfb\xf8\x33\x8f\x3e\xfb\xdf\x22\x0f\xee\xc6\x74\x78\xbd\x77\xe6\x48\xef\x94\x89\xd7\xeb\x7b\xad\x90\x73\x26\xa4\x89\x96\x79\xa7\x71\x00\xbd\x84\x87\x1c\x29\x23\x41\xaf\xdf\xff\x3d\xe8\x45\x78\xcf\x83\xa3\x30\x4e\xd0\x00\xf6\x37\x1f\x82\x9b\x03\xd8\x7f\x48\x24\x47\x6d\x4c\x12\xc4\x84\x64\xd2\x7f\xf0\x21\xd8\x85\x7d\x8f\xc9\x40\xbf\x88\x79\x83\xc1\x40\x65\x2b\x3c\xce\x6f\x32\xa6\xa4\x90\xf5\xf7\x07\xb0\xdf\x85\xde\xb5\x6b\xa4\xd1\xf0\x44\x43\x1f\x83\x0f\x66\xd9\x87\x34\x15\x12\x8e\xcc\xa9\x72\x89\x3c\x7f\x30\x18\x40\x6f\x12\x26\x17\xf6\xc2\xd8\xeb\x49\x14\x17\x67\xe0\x14\xf1\xb0\x77\x94\x45\x1a\xee\xad\x2a\x61\x75\x26\xbb\x89\xb7\x58\x00\xb8\x5b\x77\xae\xe1\x7b\x6d\x55\xc2\xcb\xde\x03\xdc\x09\x25\x45\x42\x5c\xf8\x9d\xbf\xc0\xf5\xdb\x7c\x00\x12\x65\x17\xac\x10\xc8\x3d\xa0\x35\xa9\xb9\x55\x35\xbc\x8d\x5b\x55\x27\x88\xc9\xb5\x42\x08\x02\x35\x8d\x57\xd4\xb4\x7a\x30\x2c\x86\xe6\xe2\x01\x75\x0e\x3f\x2c\xad\xd6\x9c\x7e\xf0\xe0\x68\x9a\xc6\x1c\xcf\x62\xd4\x93\x8a\x4e\xc8\xc6\x49\xc7\x24\x41\x4a\x1e\x99\x84\x64\xec\x7e\x33\x49\x8b\x35\x1d\x94\xdf\x41\xa7\x63\x9a\xbb\x2a\xc9\xd2\xcf\x4a\x91\x70\x8a\xa0\x1c\x6c\xab\xe9\x93\x5a\xdc\xf4\xcb\x49\xf9\xaa\xb3\xfc\x95\x95\x67\x15\xab\x15\xb7\x4c\x39\xcc\x57\x2c\xf6\x23\x99\xf0\x88\x28\x58\xae\x56\x05\x17\xe3\xa5\xf3\x9d\x91\x50\x5a\xe5\x3d\x33\x27\xf6\x73\x18\x1c\xfa\x3e\x0d\x12\xf7\xc4\xa7\x38\x65\x7d\x36\x80\x77\x72\xe4\x03\xe0\xa1\x4f\xdd\xfa\xb3\x81\xec\x93\x01\xcc\xb6\xd9\x4b\xfb\xc4\xb0\x67\x13\x3e\x9d\xb2\x9a\xa2\x62\xa7\x74\x5e\x9e\x2e\xb4\xe0\x4e\x56\x1f\x9f\xb0\x0d\xa7\x70\xa1\x15\x9a\x8b\x73\xa0\x0f\x21\x77\x12\xc4\xed\x7b\x0c\xe6\x45\x12\x7f\x0c\x77\x2b\x5e\xd6\xad\xe7\x8c\x77\x4f\xe9\xfc\xf0\x45\x77\xfe\xe0\x28\x9c\xe9\x3d\x55\x38\xe3\x0f\x84\xc2\x39\x34\x07\x56\x9a\x32\x87\x41\xd5\xb9\x92\xd6\x79\x5a\x2d\xa3\xfc\x8c\x11\xdf\x76\xe0\xd2\xab\x10\x85\x17\x5a\xed\x48\x6c\x35\x4b\xc7\x43\x93\x30\x71\xd8\x80\x3e\x24\x82\x42\xd9\xd1\x42\x81\x8f\xa4\xff\x0d\xd8\x02\x5b\x56\xe1\x50\x07\x4e\x78\x64\xfd\xbb\x83\xe3\x98\x0a\x11\x05\x8c\xc5\x5a\xe2\x2f\xff\x57\xed\x31\xd0\xc3\x4a\x40\x5e\x28\xb5\x19\xb2\xf9\x1c\x95\xad\x07\xa7\xce\x57\xa7\xce\x57\xab\x87\x06\x3e\x75\xbe\xba\x27\xce\x57\x4b\x35\xbf\xe4\x89\xe1\x64\xf7\xf0\xea\x66\x8d\xe6\x57\xab\xf0\x7d\x0c\x7a\x78\x94\xd3\xe8\x48\x84\xd8\xe3\xe4\xa9\x38\x1c\x22\xa1\x81\xa9\x47\x3c\x8e\x0a\xc5\xba\xd0\xb3\x7a\xdb\xa6\xa3\xa4\x0d\xa0\x27\xcf\x19\x10\x47\x4c\x64\x1c\x2c\x4a\x45\x8b\x2d\x6a\x73\x77\x6d\x53\x35\xf9\xa1\x67\xe4\xed\xe5\x45\x49\x1b\xc5\x32\xa5\xaa\x0a\xf3\x49\x2a\x9a\x7d\x6f\x9c\xe2\xc8\x83\xe6\x0f\x41\x07\xfc\x0a\xde\x8d\x31\x19\x8b\x9e\x7a\x1f\x1d\xa6\x2c\xa1\xac\xd7\xfd\xa8\x07\x73\x3f\x44\xdb\x83\x41\xf5\x18\x89\x7f\xab\x8d\x93\xae\x65\xa5\xf1\xcb\x77\xea\xf7\xa1\xd7\x1e\xc6\x28\x64\xab\x76\x55\x37\xb5\x72\x8f\x37\xef\x6b\x8f\x4f\x98\xf5\x2e\x18\x04\xac\x25\xe0\xd2\x2a\x96\x00\xfa\xa1\xd1\xf4\xad\xab\x63\x98\xd7\xf4\x69\x10\xf9\x21\x70\x45\xfc\xfc\x79\x73\x23\xd5\xbb\x0c\x80\x89\xf6\x4b\xac\xdc\x7b\xca\x8a\xb9\xf1\x4a\x54\x73\xc0\x52\xd2\x11\x34\x59\xf1\xe8\x5d\x03\xd5\x28\xd1\x4a\x2b\xf5\x91\xd2\x46\x15\xf9\x4b\x1d\xc8\xd1\xf5\x43\x47\xd7\xdf\xc7\x71\xfc\xa8\xb1\x57\x95\x54\x6a\xe7\x64\x77\xe8\x4f\xfd\xd0\xd5\xc3\xf2\x45\xf5\xd6\x6c\x9e\x9f\xbb\x9d\x2e\x64\x2a\x5f\x5d\x27\xb2\x83\x79\xbd\xac\x97\xe8\xeb\x4e\x51\xfd\x64\x5c\x49\x83\x2f\xd9\x04\x4c\x4b\xd9\xa1\xb7\xbb\x1b\x54\xb7\xd6\xb4\xc7\xdc\xb2\x8a\x5c\x91\xf9\xbc\xa9\x5e\xee\xd2\x68\x78\x98\xc8\x93\x69\x2f\x57\x64\x14\xc6\xf1\x6e\x38\xbc\xae\xac\x06\x71\x85\xd5\x20\x56\x56\x83\x30\x67\x35\x90\x4e\xc7\xb4\xe0\x25\x5a\xa0\xa7\x53\x67\xd1\xdf\x62\x67\xd1\x4b\x4b\x6d\x1f\x17\xe0\xa5\x65\xb6\x0f\xcd\xd8\x93\x8d\x76\x95\xe9\x43\x7a\x14\xa0\xa8\x3d\x0d\x67\x49\x3b\x24\x51\x3b\x41\x45\x4f\x82\x92\xf5\xc3\xb2\x43\xe6\x08\x9d\xec\xb7\xd5\xe2\x51\x7c\xc3\xf3\xfd\xa9\xe6\xe3\x9c\xfe\x8a\xef\xaa\xfe\x4a\x4f\xf5\xd7\xa5\xfa\x6b\x5a\xd4\x5f\xd3\x7b\xa9\xbf\x86\x15\xfa\x6b\xb8\x44\x7f\x65\xf5\xfa\x6b\x52\xd0\x5f\x93\xf7\x4e\x7f\xcd\x7b\xeb\xbc\x07\xe7\xca\x71\xfe\x95\x77\x21\x2e\xa8\x59\x6d\xb2\x6a\x49\x56\x7b\xfd\xa2\xa8\xc1\x69\x63\x8c\x78\x63\xc6\xf0\x5e\xc8\x51\x63\x84\x51\x1c\x35\x04\xe7\xa0\xa4\x6d\x8c\x8e\x59\xa7\x99\xb4\x4d\xb1\xcc\x36\x85\x40\x8f\x69\xdb\xd4\xfd\x74\x95\xc9\x6c\x82\x0d\xde\xc0\xa4\x81\xb6\x97\x58\x73\xb5\x15\xb6\x20\x4d\x14\x65\x0d\x47\xba\x58\x80\x1e\xea\xf3\x41\xc0\x20\xba\x4b\x36\x82\x28\xc8\xbb\xe0\x42\x1b\xf9\x61\x68\xbd\x65\x75\xbc\x4f\x8f\x84\x53\xe4\x41\xb3\x1b\x9b\x54\xab\x34\x16\x3f\x58\x05\xbb\xf4\xc5\x1c\x67\x65\x5f\xec\x13\xd7\xc6\x1b\x57\xd7\x6a\x1c\x71\x4d\x5d\x81\x31\x6e\xe2\x80\xd8\x44\xe0\x08\x1f\xb8\xd5\xc2\xaa\x88\x69\x24\x20\xd9\xf1\x19\x9c\xc8\x53\xc2\x4f\xa1\xf0\xfa\xc5\x70\x06\x67\xb9\x5f\xd3\x0f\xcb\x15\x34\x6c\xf4\xb2\x91\x96\x80\xb4\xbc\x9b\xdd\x41\x0b\x61\x1a\x50\x7f\xe4\xe8\x68\xa3\xe2\x69\xec\xc8\xf5\x75\x2f\x9d\xc6\xba\xae\xef\x4c\xbe\xbc\xbd\x85\xcf\x32\xf9\xdc\x36\xe9\x63\xf7\x34\x16\xdb\xd3\x58\x14\xa4\xee\x49\x6c\x5a\x38\x89\x25\x00\xc0\x89\x60\x5e\xbe\x60\xa8\xf0\xc8\xed\xa7\xea\xbb\x68\x92\x77\xae\x2a\xd9\xeb\x62\x38\x5b\x00\x38\x3b\x69\x01\xe7\x3e\xdb\xc8\x51\xf3\xac\xb6\xb3\x24\x62\xa6\xbe\x9c\x37\x01\x9a\xcd\x59\x35\x28\x7f\xd8\x59\x7b\x2a\xec\xbe\xec\x2f\x48\x9c\x07\xba\xc6\x99\xa9\xd1\x25\x74\xbe\xcd\x7b\x5d\x47\xd3\x72\x8f\x69\xcb\x4d\x28\xc6\x94\x61\x28\x46\x05\x41\xd1\xff\x48\x7f\xac\x3a\x24\xae\xef\x72\x56\x53\x84\x62\xc4\x91\xdb\xdd\xbc\x16\x5a\xdb\x5d\xc8\x02\xff\x04\x5d\x05\xeb\x9b\x6b\x59\x26\x85\xbf\xbe\x35\x99\x3d\xff\xae\x35\x52\x04\xd6\x48\xab\x95\xad\x7b\x17\xf6\x59\x55\x4f\x8f\xc7\xf5\x04\xa8\xae\xb1\x76\x1b\xde\x35\x5c\x85\x52\x4b\x8a\x57\x1d\x43\x99\x06\x43\x00\x47\x79\x9f\xe7\x69\x59\x67\xe1\x28\xe1\xed\xfd\x50\x68\x05\xc9\xc6\x6e\x8a\xe3\x48\xff\xaa\xba\xec\xe5\x66\xae\x4c\xdc\x20\x94\xce\xdc\x94\x63\xaf\x71\xdd\x25\x27\xe9\xae\x5d\x1f\x68\xbf\x61\xaf\x41\x48\xc2\x5b\xde\x65\xf9\x76\xf5\x71\x7d\xdd\x50\x7f\xdb\xd3\x90\x84\x63\x31\x34\x55\x79\xdc\x5e\x57\x66\xc8\x8f\x6e\x5d\x33\xed\x11\x65\xed\x19\xa3\x53\x9c\x54\x5c\x82\x53\x3e\x78\x77\x36\x82\xb5\x05\x32\x8f\x82\xa3\xbc\xd0\x51\x63\x09\xb2\x76\xb1\xc5\xb2\x5a\x5d\x4f\x85\x15\xeb\xcd\x8a\x2c\xad\x79\x8c\xf8\xa7\x0c\x31\xae\x58\x73\x56\x64\x69\xcd\x3b\x0c\x25\x82\xb7\xad\x58\xab\xca\x7e\x1c\xae\x4f\x21\x12\x61\x32\x56\xed\x5f\xe1\x21\x47\x27\x41\xbb\x5c\x7a\x69\x7b\x93\x30\xc9\x95\x58\x7d\x88\x4a\x25\x97\xb6\x73\x15\x25\x7a\x44\x57\x6c\xc0\x2e\xce\xa5\xd5\xca\xb5\x72\xa2\x7a\xc9\x4a\xf5\x8a\x15\xf6\x18\x65\x4f\xe9\xf5\xb5\x5a\xd5\xd8\xa9\xfa\x18\x76\x52\xe2\x7f\x2b\xde\x15\xb1\xa2\x14\x7f\x3f\x9b\x3e\xee\x8e\x56\xc1\xea\xee\xf8\xdd\xdf\x1b\x7e\x4a\xa1\x58\x64\x51\xb9\x0c\x81\x06\xc8\x79\x49\x73\x17\x8d\x31\x39\x9f\x1c\x92\xe1\xf2\xb7\x83\xac\xd8\x80\x48\x54\x97\xdd\xe6\x11\xb4\xf1\x34\xe1\xb8\x2c\x53\x64\x86\x6f\x9b\x39\x42\xbb\xe9\xf8\x71\x32\xa2\xb5\x99\xfb\x03\x47\xbc\x4a\x2a\x64\x32\xd1\xb4\x90\x14\xb8\xcf\x4a\x2f\x72\x72\x9f\x41\x5c\xba\x1d\xc5\x16\x00\xac\x2d\xa1\xf3\x1a\x12\x5f\x65\xf3\x3c\xb9\xa1\x73\xd5\x6b\xdd\xe4\x03\x70\xad\x9b\x7c\x68\xae\x75\x93\x0f\xf6\xb5\x6e\x72\xdf\xae\x75\xe3\xdf\x7e\x96\x4f\x83\x6e\xfe\x44\x57\x8f\x02\x5d\x5f\x97\x0c\x38\x79\xbf\x5c\xfb\xc6\xc9\x65\x2d\x79\xa2\x28\x68\x6e\xea\x44\x8e\xa6\x89\x9c\xd7\x8b\xe1\xac\x6c\x8d\x22\xe8\x80\x5f\xa5\xd7\x11\x11\xeb\x25\x94\xfd\x21\x90\x66\x77\xb9\x89\xd8\x50\xe8\xb1\xfe\xdf\xda\xc7\xda\xc5\x60\x3e\xf7\xe5\x6d\x58\x53\x06\xe8\xe3\xdf\x0a\x54\xbb\x99\xe2\xba\x74\xcb\x52\x87\xce\x45\x93\xcc\xb9\xae\xa3\xa6\x66\xe6\x97\xee\x60\xdb\xfd\xd1\xcb\x77\xd7\x07\xb0\xec\x6a\x7f\x6e\xd3\x29\xb2\x39\xd0\x67\x76\xd2\x54\x2f\x03\xf7\x68\x94\x7d\xe0\x0c\xad\x10\x39\x05\xb7\xcd\x26\x51\x4f\x60\xd6\x13\x6d\xc7\x6e\x8c\x28\x6b\x78\xc6\xe8\x83\xa0\xd7\xd8\x4d\x79\x03\xf3\x06\x4e\x1a\x61\x2c\x18\xc6\x61\x63\xa6\x84\xd7\x8e\x07\x0c\x9b\xb5\x35\xae\xb9\x67\xd8\xaa\x69\xa5\x7f\x1f\x8d\x11\x6f\x24\x3c\x1c\x5e\x77\x05\x55\x99\xb0\x80\x71\xb8\x8b\xe2\x1e\x97\xf6\x9f\x63\x77\x79\xb5\xe1\x34\x57\xe8\x9c\xa9\x62\x85\xae\x49\x2a\x56\xf7\x7e\xe3\x7c\x07\x9d\x76\xca\xb6\x96\xe3\xc5\x8c\xec\x1a\xb9\x1e\x0d\xfc\x2c\x3a\x81\xe0\xd1\x60\xbe\x53\x58\xc5\x98\xf1\x01\x38\x56\x1a\x71\x0a\x49\xdf\x22\x5f\x5b\x32\xb0\x4f\x1c\xf9\x84\xca\xdb\xdb\xd8\x27\x15\xb7\xb7\x93\x63\xe4\x70\x51\x41\xa6\xdc\x97\xce\x9c\x96\x15\x2d\x29\xe1\xc7\xc9\x37\x4b\xcc\x1d\xf7\x34\x3c\xd0\x9a\x35\x7a\xf0\xc5\x9a\xb2\x56\x1a\xbb\x87\xa7\x71\x37\x68\x1d\xa7\xb6\x14\xed\x1b\xb7\xa7\xb4\xdc\xbb\xbd\xf2\x36\x06\xce\x70\x9a\xdc\xc8\x31\xb5\xde\xf5\xe5\x17\xb0\x80\xae\x63\x4c\x21\xa7\x59\x4f\xfa\xd6\x09\x44\x8e\xf1\x20\xa8\x70\xb8\x09\x98\x5d\x01\x70\x45\x81\x95\xbf\x37\x02\x2b\x93\x6d\xe8\x96\x6a\x25\xd5\x9c\x5d\xf2\x64\x92\xaa\xaa\xc1\x91\x57\x49\x59\x5e\x25\x55\xf2\x2a\x34\xc2\x2a\xc9\x84\x55\xb2\x9d\xeb\x4d\x2f\x2f\xa2\x92\x93\x8b\xa8\x04\x6c\xab\xbe\x99\xeb\x0b\x1f\x30\x19\x55\x1d\xc4\x08\x82\x54\x76\xa7\x1c\x31\x5a\x86\xaa\xe8\xb5\x6c\x35\x0a\x08\x44\x65\x1b\x4f\x80\x9d\xbd\xf2\x62\x38\x73\xc3\x6b\x19\xa1\xe1\x48\x6f\x3c\xbd\x2e\xd4\x7c\xa3\x77\xb4\x58\x64\x67\xac\x65\xb7\x25\x2d\xad\xf1\x8e\xdd\x89\x7c\x00\x8e\x50\x47\x57\xb4\xbe\xbe\x66\xce\x7e\xed\x5e\x23\xb9\xbc\xae\xbe\xcf\x25\x55\x0c\x84\x5c\x25\xcf\xa7\xc4\x36\xe0\x88\xcd\xce\xad\x5d\x60\xea\x3c\xd7\x5d\xa8\x63\xab\xab\x28\xe1\xad\x56\x06\x5b\x86\xa0\x7a\x5c\xe1\x33\xd7\xc4\xbe\xf4\x83\xab\x60\x95\x07\xbc\x3d\x45\x61\x92\x32\xc4\x32\xe7\x9e\x5c\xf2\x7d\x08\x0a\xe2\xc8\xd3\xe6\xdd\x6a\xe3\x6f\x87\x0e\x38\x22\x91\x7f\x84\x09\xe6\xa5\x8d\x76\x47\xfa\x05\x54\x7b\x38\x28\x29\x6c\x18\x92\xbd\x30\x09\x22\x3a\x94\xc9\xfa\x44\xf1\x82\x3a\x65\xf5\x3d\xf5\xd9\x33\x99\xf9\x41\xe0\x94\x12\x54\xf6\x08\x25\x62\x30\x7c\xef\xc1\xc8\x03\x0b\xb8\x8f\x23\x3e\xa9\xb8\xd8\x58\x96\x15\x2b\xa5\xce\xcd\x41\x5e\x84\x14\xbb\x8a\xdd\xe9\x4c\x88\x9b\x21\x3f\xe8\x8c\x28\xe1\x01\xcf\xd0\xea\xe8\xc9\xb8\x2a\x70\x41\xa0\x23\xf1\x58\xc0\x18\x13\x94\xf4\xf2\xdb\x72\xf5\xc9\xe4\xb9\x07\x2b\x11\x7a\xd0\x45\xe8\x41\x83\x50\x09\x13\x96\xed\x6e\x82\xb9\x25\xb3\x18\x73\x7f\xe3\x1a\xd9\x00\x10\x07\xc4\x1c\x7e\xd2\xa0\xbb\x45\xcf\x9a\x9f\x5b\xd4\xa8\x77\x61\x40\xfa\x74\x20\x75\x70\x79\x05\x22\x53\x08\x93\x20\xd4\x95\x79\x0d\x4f\x3e\x09\x08\xe3\xa0\xbb\x15\x9f\x4d\x6c\xbc\xbf\xad\xd8\x54\x33\x0c\x2a\x47\x23\xe9\xc7\x83\x75\x51\x5c\x0d\xca\x96\x9f\xae\x07\x43\x70\x4e\x0c\x27\x5e\x5f\x87\x69\x30\x04\x52\x71\x19\xd5\x17\x77\x8b\x8e\xdc\xa2\x23\xb0\x30\xe7\xa2\x78\x01\x47\x98\x5f\x95\xae\xde\xcf\xa2\xbb\x3d\xe6\x50\x9f\x8f\x49\x3c\xd4\x9b\x82\x38\xc8\xcd\x41\x67\x2a\xfd\x88\x36\xae\x45\xeb\x1b\xa0\xdf\xb5\x12\xc4\xc5\x90\x4f\x3a\xa3\x98\x52\xe6\xcf\x42\x96\xa0\xc7\x62\x1a\x72\x1f\x83\x07\xf8\x86\x50\x72\x5d\xc9\x92\x57\xac\x7f\x4a\x63\x8e\x67\x89\xeb\xdc\xad\xbe\xcc\xe8\x8c\xee\xd5\x98\xc0\x6a\x0b\xe9\x2f\xed\xdd\xb0\x7c\xc2\x73\x4f\xb8\x05\xcb\xde\xf5\xb4\x9c\x42\x63\xfe\x49\x1c\xa1\x47\x51\x1c\x1e\xf6\x1e\xfc\xdd\x2e\xdc\xd1\xa8\x3d\x13\x32\x1c\x12\x2e\xdf\x0e\x35\x1e\xee\xb6\xab\x3b\x38\xb9\x48\xd3\x04\x3d\x4e\x12\x1c\xa1\x5e\x73\x13\xaa\x5b\xea\x49\xef\x68\x22\x12\x8a\xec\x47\x48\x5c\x5e\xbe\x90\x07\x9b\x9b\x7a\xd9\x8a\x22\x42\xfc\x87\x61\x14\xa9\x43\xcf\x0b\x7b\x88\xf0\x27\x04\xab\x26\x62\x8b\x29\x56\x27\xf2\x29\x2c\xab\xb2\x1b\xbd\x32\x8c\xa2\xa7\x14\xc2\xd5\xb9\x54\x7b\xaa\x9e\x87\xc3\x04\xd5\x37\x9a\x79\x69\x43\x6e\x8f\x67\xf5\x54\x60\x94\xf8\xd9\x2d\x08\x33\x7a\x1e\x80\x62\xc4\x55\xba\xa0\xd9\x8e\xf9\xb2\x56\xc0\xad\x1a\xf7\x9d\x30\x8a\x72\x5f\x7c\x6f\x18\xe3\xe1\x75\x0f\xe6\x76\x56\xe5\xf7\x66\xdb\xa1\x01\x0e\x02\xd2\x99\xd1\xd9\x0c\xb1\xc7\x8d\x10\xa2\x7e\xc2\x50\x7c\x64\x6b\x52\x24\xf0\x3d\x31\xe6\x97\x88\x07\x5a\x2d\x8f\x50\x82\x04\xbb\x29\x7d\x69\xea\x94\xc2\xc4\x89\x2f\xb4\xd5\x6a\x86\x42\xa0\x93\x19\x70\x72\x65\x42\xf7\x65\x19\x64\x66\x13\x40\xb3\x95\xa8\x81\x5e\x32\x15\x35\x0e\xf1\x75\x03\x31\x15\xb8\x20\x22\xed\x27\xee\x0e\x8e\x6a\xc8\xac\x2b\xb7\xf3\xa5\xb5\xc5\x28\xdc\x43\xab\xd5\xb6\xb9\xb4\xb6\x11\x1d\xa6\x09\x4d\x79\xb1\xae\xca\x71\x9c\xcf\xd5\xd8\x07\xa5\xb1\x9f\xcf\xb3\x71\xcc\x0d\xdf\x09\x69\xd4\x77\x08\xb2\x9a\x2c\xee\xe2\x28\x43\xb7\x4c\x46\x4f\xc9\x84\xee\x9b\x3e\xe5\xa9\x45\xa4\x88\xaf\x92\x5a\xf8\xdd\x9c\x22\xe8\x96\x29\x0f\xef\x31\x84\xbb\x04\x95\xea\xf9\xad\x5f\x28\xe5\x76\xea\x97\x5b\x0e\x83\x05\x2c\x32\xd2\xe2\xca\xd0\x15\xeb\x0b\x22\x42\x7f\x03\xf3\xb9\x9f\xdd\x0a\x19\x8a\x59\x56\x4e\x26\x1a\x3b\x31\xd6\x57\xf1\x14\x31\x2f\x77\x03\x26\x0e\x8b\xb2\xf0\xca\xdd\x11\x33\xb8\x23\x10\xd5\x6c\x54\x22\xbf\x9e\x35\x59\xdc\x61\x3c\x00\x0a\x5b\x2d\x3b\xc9\x56\x9b\xdb\x35\xf3\xfe\xf4\xea\x4b\xe7\x73\x15\x9b\xaf\xb9\xc8\x78\xc2\x6d\x78\x69\xb4\x61\xc7\x8d\x7b\x45\x3d\x1f\xd5\x9c\x19\x55\x39\x73\x2b\xe5\x6f\x3e\x6f\xfa\x4b\x15\x7d\x73\xd8\xa4\xf6\xf7\xfe\x00\x92\xa0\xd9\x85\x38\x68\x6e\x42\x13\x8b\x54\xba\x6a\x1b\x21\x32\x84\x49\x80\x2a\x34\xcb\xad\xa6\x4f\x02\x3f\x0c\x94\x5d\xd7\x07\xa0\x13\x51\x82\x40\xab\xe5\xb3\xce\x2c\x4d\x26\x7e\xa8\xac\x1a\x00\x36\xf9\x7c\xce\xb4\xd0\x26\x9d\x1a\xb7\x44\x93\x60\x4b\xfb\x6e\xa7\xe0\x08\x0b\x14\x68\x90\x2e\x46\x98\x84\x71\x7c\x78\x24\x10\x20\xf3\xb9\x32\x0b\x25\x1d\x85\xf2\x7c\x6e\x20\x1f\xd8\x9c\x78\xe4\x63\x6d\x22\xa5\x56\x9a\x64\xea\x4a\xfa\x69\x0c\xe5\x13\xc4\x50\xce\x8f\xd7\xea\xa6\x0c\x19\x56\x29\x1d\xf2\x94\xa1\xdf\xe2\x50\xca\x77\xeb\x34\xeb\x68\x14\xe3\x59\xef\x08\x11\xd1\xff\x48\x64\x85\x3a\x44\xec\xa5\x3d\xc4\x46\x31\xdd\xef\x1d\xa1\x64\x18\xce\x64\x9c\x54\xeb\xc6\x2f\xbd\x6c\x0b\xd1\x4b\x5c\x6a\x96\xde\x9d\x4a\xc1\x5f\x4b\xf6\xb1\x58\x56\xc4\x37\x9a\xa4\xd7\xf6\x00\xdc\x14\x5a\x0d\x38\x1a\x0a\x9e\xc5\xe9\xcc\xeb\xf1\xc0\xdb\xa5\x9c\xd3\xa9\xb7\xb6\xcb\x50\x78\x7d\x4d\x7e\x62\x78\x3c\xe1\xf2\x63\x8c\x46\x3c\xf7\x49\xe7\x16\xdf\x44\x05\xee\x27\x99\x57\x7c\x50\xc5\xed\x9d\xc6\xc2\x6d\x85\x9c\x3f\x2a\x6a\xb5\xca\xeb\x6f\xdb\xe7\x81\xd4\xb3\x1e\x27\xdc\x47\x70\xb3\x0b\x60\x13\x27\x4f\x86\x4f\xca\x7b\x11\x38\x79\x0c\x13\xcc\x91\x2f\x48\xd5\xe7\x41\x17\x80\x1e\x0f\x10\x54\xbe\x18\xa9\x36\x6d\xd8\x4b\x57\x56\x65\x91\x07\x78\x4f\x86\x53\x94\xf4\xfa\x5e\x25\x0f\x8f\xa4\x26\xd3\x55\x7f\x2f\x99\x48\x49\xcd\x2e\x8c\x52\x16\x8a\x0e\xf4\xba\x10\x8d\x46\x68\xc8\x7b\x5e\x12\x4b\x81\x41\x4e\x5a\xcf\x9b\x28\xdd\x46\xd7\xa7\x15\x1f\x23\x3e\xc1\x90\x31\xba\x9f\x4f\x6c\xcb\x34\x0f\x62\x42\x10\x2b\x7c\x92\x69\xf9\xca\xe4\x5d\x61\xd5\x31\xfd\xfa\x45\xd4\x89\xd0\x8c\xa1\x61\xc8\x31\x19\x9f\x8f\x71\x98\x64\x02\x9b\xab\x7f\x79\x50\xde\xc1\x97\x65\x1d\x85\xa5\x53\x9d\x37\x25\x1c\xc7\x3d\xef\x63\x9d\x6e\xa7\xeb\x2d\x00\xd4\xbb\xb5\xd0\xd2\x38\x3a\xe0\x4a\x8d\x96\x7a\x9b\x9c\x7d\x98\xcc\xc2\x21\x26\xe3\xde\x66\x17\x2a\x3d\xe2\xf1\x48\xe5\x89\xc3\x43\x9a\xf2\x9e\xf5\xd6\x82\xe9\x2c\x0a\x39\x7a\x8c\xaa\x8b\x8b\x50\x49\x90\x97\x66\x4a\xf3\x73\x92\x1e\xa1\x84\x87\x98\x20\x26\x35\x43\x82\xa7\x72\xe0\x1f\x35\x13\xf0\x60\xb7\x0b\x29\xd1\x82\x8b\x2a\x47\x89\x90\x11\x0c\x7c\x59\xde\xf1\x34\xbf\x04\xf6\x0a\xde\x51\xc2\x92\xfa\xa1\xe1\xfc\x80\xfa\x9e\x9c\x4c\x4f\x9e\xe6\xf5\xf2\xd7\xa6\x94\x4c\xa7\x8a\x81\x5c\x58\x62\x95\xa6\x9d\xdb\x5d\xe9\x59\x55\x06\xcc\x42\xe4\x7a\xd5\x29\x4a\xe9\xa1\xc0\x15\x33\xdd\x55\x24\xc5\x44\x99\x61\x37\x4e\x59\x7e\x59\xa2\x30\x3a\x14\x9f\xe4\x3a\x57\x1f\xf4\xf8\xf6\x50\xc0\xad\x77\xf9\x02\x26\x85\xf8\x2f\x85\x58\xca\x0a\xe9\x40\xfa\xba\xed\x28\x21\x5b\x4f\xad\x82\x4f\x3a\x30\xaa\x58\x7e\x60\x54\xda\x6d\x0f\x8c\x52\x05\xee\xa4\x93\x0a\x01\xd5\x49\x45\x9c\xa5\x7e\x19\x9a\xcd\x8b\xe4\x99\xb4\xac\x10\xb6\xb9\xb2\x5b\x50\xdb\xd6\xd6\x29\x34\x52\x65\xe8\x7c\xf8\xf0\xf1\x48\xde\xce\x72\xae\x98\x74\x66\x21\x43\x84\x3f\x49\x23\x24\x84\xd5\x1d\x75\x03\x59\x17\x78\x3c\x2a\x0f\xb4\xf9\xb2\x1c\xa3\x2c\x9b\x83\x92\xe7\x9e\xfe\xb6\x11\x37\xc1\x9a\x81\x0e\x32\x56\x6c\xbe\xd4\x78\x11\xbb\xe5\x38\x94\x72\xaf\x36\x3a\x16\x97\x51\x98\xf0\x5d\x4a\x4b\x68\x54\x5c\x46\x57\x39\x54\x18\x21\xc4\xf4\x4d\xbd\x98\xd2\xeb\xe9\xcc\xf7\xb4\x3d\xbd\x67\xea\x53\x87\x95\x62\xf6\xd3\x38\x52\xdc\x40\xda\x97\xab\x3a\x6c\xca\x74\x70\xf2\x58\x98\xf0\x87\x45\x71\xe8\xed\x84\xfb\x21\x16\x6c\x55\xf3\x4b\xdd\x03\x55\x17\x2a\x0c\x8b\x4b\x72\x6a\x5c\xaa\x2a\x05\xe6\xb6\xb9\xca\x72\x4c\x03\xaa\x07\xcb\x33\x89\x6d\xc9\xf0\x70\xa9\x68\x6a\x2e\x6a\xd2\xf4\x2f\xcd\xa0\x2f\xa3\xcf\xa7\x28\xb1\xdc\x79\xa7\xcc\x58\x8f\x9d\x05\x4f\x88\x8c\x42\xd0\xac\x9c\x0d\x86\x12\x1a\xef\x21\xe5\x52\xa2\xaa\xf4\x3d\xe5\x4b\xd4\x43\x64\x0f\x33\x4a\xe4\x45\x2e\xd0\x71\x7e\xcd\xe7\xaa\x2e\x51\x33\x26\xe3\xed\xae\x8e\x4a\x58\x44\x4e\x0c\xc7\x6d\x1e\x4d\x24\xae\x21\x43\x8d\x93\x07\xfb\x03\xb0\x80\x11\x8e\x1e\x97\x31\x43\xcd\x72\xb8\x8d\x73\x0f\x79\xce\x91\xe9\xaf\xa2\xce\xa7\xe5\x3e\x77\x9e\xf3\x0a\xdb\xe3\xf1\x35\xe6\x55\xe4\x6d\xc5\x5e\x95\x9d\x03\x9a\xdb\x60\x36\x9f\xdd\x52\x85\x7a\xbd\x82\xd9\x46\x67\xda\x51\xe5\x9e\x92\xdf\x7c\xa0\x19\x96\xb6\x1f\x40\x27\x70\xc4\xed\x0c\xcc\x5a\x89\x4d\xe4\xc7\x5e\xe8\xef\xe5\x83\xbe\x3b\xf4\x2b\x3a\x5a\x40\x21\xdb\x0f\x75\xac\x06\x28\xd4\x2b\x6b\x3e\x45\x1d\xb9\xe1\x08\x09\x6a\x8d\x75\x18\x9a\xd2\xbd\xbc\xb9\x56\x86\x21\xcb\x0c\x73\xc3\x18\x85\x24\x9d\x49\x63\x87\xb5\xa9\x16\x07\x36\xc2\xc9\x8c\x26\xc8\x9a\x5c\xc5\x6f\xa1\xc6\x9e\x57\xfd\xf1\xac\x88\xa2\x83\x6f\xdc\x3d\xfb\xf4\xea\x96\x67\x37\xe7\xea\xa6\xd3\xca\xad\x5a\x28\x9b\xc6\xf6\xc4\xdd\xb7\xbd\xf3\x76\x28\x48\x9c\x44\x63\xbb\x5b\x23\x42\x39\xdd\xae\xb1\x8a\x91\x82\x55\x8e\xd3\xf1\x38\x56\xb6\xcb\x5e\xd6\x26\x31\xa4\x7b\x6c\x79\x63\x13\x04\xd0\x16\x66\xb5\x85\x59\xa1\xb0\x35\x9b\x02\xa8\xc5\x30\xf5\xca\x87\x31\xa0\xab\x5f\x4b\xed\x7b\x98\x94\xec\x8c\x16\xa3\x93\x1a\x7e\x1d\x74\xea\x8a\x5e\x47\x87\x91\x60\x15\xb0\x78\x68\xfe\xe0\xef\x05\x41\xc0\x3b\xfb\x13\x3c\x9c\x94\x6d\x6f\xd6\xb0\xa4\xdb\x80\xbc\x93\x70\x3a\x7b\x7c\x3a\x45\x11\x16\xbc\x81\xd1\x59\x38\x56\x5c\x5c\x7c\x2c\xbd\x5f\xd2\xdc\xcc\x19\xe9\x17\x30\xc7\x0a\x6b\x28\x8b\x95\x64\xaa\x02\xc9\xb8\x1a\x8f\x67\x0f\xe7\xe4\xa7\x4c\x85\xf2\x00\x4c\x9c\x0f\x99\x02\x25\xcf\x36\xcb\xab\x35\xa7\xe0\x00\x38\x0c\x32\x39\x49\x1f\x82\x2b\x2b\xce\xbe\x9f\x82\xce\xe7\x28\x26\xbe\xa7\x94\xb3\x86\x07\xa0\x06\x3d\x00\x47\xab\x94\x93\xc8\xa8\x72\x4a\x89\x03\x30\x0a\x58\x87\x63\x1e\x67\xcc\x47\xec\x0d\x78\x37\xe5\xc8\xf7\xe4\x07\x4f\x31\x4d\x75\x7b\x38\xf3\xc1\x62\xf2\x0a\xae\xd6\x85\x72\x66\x51\x57\x4b\xf2\x00\x9c\xf0\x69\x2c\xa4\x01\x19\xbd\x46\x32\x6c\x67\x11\x4a\xe3\x2b\x94\xed\xf4\xbc\xb3\xc9\x2c\x24\xe7\xce\x6e\xc8\x3f\x1e\xe4\x0c\x8f\xc7\x88\xf5\xbc\x69\x48\xd2\x30\xd6\x7a\xea\x15\x14\x23\x79\xe9\xd7\xeb\xd4\x75\x78\x68\x3a\xdc\xf1\xe4\xce\x4c\x10\x5b\xa1\xd4\x28\x57\xca\x58\x56\x7b\x67\xce\x46\x78\xef\x1a\x69\x94\xff\x49\x85\x3d\xf0\xce\xd8\x4b\xba\x50\x9e\x40\xeb\x5f\x29\xf4\x1a\x79\x2d\x5e\xa9\xe6\xed\x2c\x8b\xc3\xc8\xe4\x27\x0f\xc0\x33\x5e\x65\x53\x8c\xc6\x28\xb0\x0a\x7b\x65\x96\x84\x1f\x8a\x3c\xd3\x90\x8d\x31\xe9\x75\xb7\x14\xd0\x3e\x63\x5b\x0b\xfd\xe2\xb8\x03\xe8\xf5\xaa\xb0\xd1\x42\x99\x40\x67\x76\xb0\x55\xd5\xdc\xb9\x4a\x14\xc4\x48\xd9\x51\xb1\xf5\xe2\xdc\xb0\x0c\xe1\x19\xef\xdc\xd9\x8d\x08\xef\x9d\xa4\x8e\x24\x57\xc7\x08\x9e\xf1\x1a\x38\x72\x33\x2c\x93\xfb\x97\xb6\xa8\x3e\x9c\x01\x05\x8d\xff\x68\x4a\x23\x3c\xc2\x62\x1b\x8a\x7d\x0a\x8b\xf4\xad\xb3\x75\x6c\x2e\x31\x98\x94\x3c\x22\xb9\x8c\xcb\x5e\xec\x51\x44\xe1\x10\xa2\x62\x47\x56\x92\xb3\x07\x11\x80\xe6\xf4\xe7\x38\x41\xbf\xb9\x29\xf2\x2e\xdb\x70\x7d\xf7\x34\x24\x19\x4e\x50\x94\xc6\xe8\x12\x19\x22\xdf\x0b\x47\x1c\x31\xdb\x28\x44\x79\xc1\x0b\x40\xe9\x4c\x58\x62\x06\x30\x52\xe7\x76\x94\x28\x49\xb2\x57\x3c\xb4\xba\xa2\x88\xc7\x07\x8b\xc5\x02\xac\xb1\x8e\x9c\x4b\x81\x8f\xc0\xb3\x70\x0e\x62\x55\x40\x7b\xaa\xbd\xec\xd0\x3b\x27\x2b\x7b\x70\x52\x29\x93\xea\xfd\x4f\xef\x6a\x30\xd7\xa7\x92\x30\x73\xcc\x31\xa2\x2a\x2b\xaa\xc9\xfa\xb5\xc2\xb1\x95\xc5\xa4\x59\x77\x98\x65\x1f\xb2\x2a\xaa\x3f\x01\x53\xd0\x79\xa3\x62\x3c\xc6\xc2\x29\xca\xd1\x0e\x1e\xf9\xa8\xa2\xa0\xd4\x9b\xca\x47\x72\x4d\x54\xd5\xbe\xf5\xb1\x5d\xed\x20\x15\xb2\x20\xf4\xa5\xb2\xec\x90\xc3\x41\xdb\x32\x74\x41\xfc\x24\x10\x7b\xf4\x61\x8c\xd6\x48\x47\xb1\x9e\xab\x74\x16\x74\xa1\xf9\x75\x19\x8f\x27\xdc\xf9\xfd\xb0\xb4\xd3\x3a\x09\x4f\xa0\x91\xf8\xae\x6b\xe9\x6b\x46\x56\xcd\xac\x87\xe1\x0c\xf3\x30\xc6\xcf\x22\x9f\x01\x30\x70\xb6\x3e\x54\xe4\x60\xde\xec\xc0\x93\xb7\xa4\x2b\x8e\x1d\xef\xc6\x59\x63\x66\xb0\xb2\x7a\x96\xa0\x97\x09\xdd\x2f\x58\xa2\x6a\x89\xa1\x6c\xba\x88\xd4\x79\x62\x4e\xd4\x35\x26\x5e\x0f\xac\xdd\xc6\x39\x68\x39\xa3\xd0\xa4\x63\xc4\xd1\x27\x05\xe6\xb6\x33\x66\xf5\x20\x6e\xd3\x7d\x0e\x20\xda\x36\xc9\x57\x4c\xfd\xd6\x92\xa4\x9a\xb4\x3a\xa6\x5c\x2b\xb6\x70\xf1\xe2\x00\x0a\x64\x38\x8a\x65\x88\x4d\x5c\x84\xac\x6f\x5d\xf1\x48\x57\xa9\x02\x46\x31\x84\x48\x5f\x15\x48\x0a\x55\xa8\xf8\xff\x2e\xde\x15\x7e\x7b\xa2\xe4\x96\x41\xad\x30\x0b\xc6\xca\xee\x01\x30\x9f\x5b\xb3\x91\x7c\xf9\xd5\x88\x14\xe7\xe3\xd8\x77\xa4\x8a\x02\x87\x13\xa3\xe3\x01\xa0\x15\xc6\x56\xcb\x47\x41\xd7\x1c\xd9\x55\x76\xca\x5d\xeb\xbc\x38\xba\xa0\xd0\xd3\x6c\xba\x21\x13\xdc\xce\xa1\xc3\x13\x39\x50\xc8\x0b\x2c\x4b\x18\x96\x40\xa5\xa4\xac\x57\x33\x0b\x87\xe1\x2b\x79\xb2\x7a\x44\x6a\x86\xa0\xe2\xa8\xbe\xb4\x36\x15\xcd\x14\x58\x64\x05\x4f\x14\x9a\x81\xd6\x1f\x32\x77\x8a\x4f\xe2\x48\xd4\xa3\xb7\xce\xc4\x65\x97\x3a\xad\x62\x6b\xfe\xa4\x3a\x4b\xc9\x9e\x09\xd4\x66\xb2\xa2\x21\xc8\x5e\x59\x49\x6a\xd6\x98\x8c\xb1\x05\xdd\x49\xad\xd9\x4f\x8e\x67\x18\x35\x13\xc9\x8d\x39\x26\xc3\x23\xeb\x5f\xd7\x59\x7a\x2b\x0d\xf5\xf1\x73\x5c\xb1\xa9\xab\x09\xae\x1e\x49\x81\x89\x1e\x49\x31\x12\x4a\x9d\xae\xe3\xc9\xc6\xcc\xe4\x18\x80\x7a\xf9\xdd\xbd\xa8\x71\xd6\x04\x95\x67\xf3\x79\x85\x6a\x87\x1d\xea\xdb\xc5\x24\xd2\x4c\x05\xac\xd5\x5b\x87\x94\xcf\xc0\x91\xb1\xe4\xf4\xb0\xb1\xdc\x13\x68\xad\x38\x3d\xb4\x00\x90\x74\x4a\xca\x30\x82\x58\xa0\x9c\x1f\x93\x1a\x76\xe4\x06\x0b\xe3\xea\x36\x5c\x36\x33\x66\x9d\xda\x34\x14\xb5\x5a\xb9\x1b\x96\xcb\x43\x12\x9d\xdb\xdc\x66\xed\xcd\x5e\x57\x8c\xc0\xa6\x1b\x9a\xa8\xbd\x59\x08\x4e\xc4\xb5\x11\x4d\x47\xa6\x24\x92\x78\x73\x06\xa8\x4a\x59\xf7\xb8\x7d\xa9\x72\x01\x57\x0b\x44\xd2\xa5\xc6\x9e\xcf\xc6\x77\xec\x6c\x7d\xb4\x80\xd6\x55\x42\xc6\x23\x45\x42\x74\x71\x13\xb8\x18\x96\x7e\xf6\x06\x0e\x24\xcb\xe3\x81\xb6\x37\xa5\x13\x96\xbc\x8b\x75\x69\x24\x4f\x80\x91\x22\x13\xb1\x71\x2e\x00\xec\x0f\x00\xa4\x9a\xd4\xc2\x24\xc1\x63\xe2\x1f\x2d\x20\x72\x5e\x16\x28\x1b\x1c\x31\x38\x6a\x6f\x36\x83\x80\xd9\x7a\x31\x68\xb5\x64\x12\x71\x92\xb6\x69\x1f\x0f\xca\x55\xf7\xf1\x00\xf2\x3e\x1e\x80\x5e\xa9\x44\xab\xe5\xcb\x32\xf2\xb3\x7c\xae\x6c\x91\xf9\x00\xa4\xb7\xe1\xb0\xf4\x01\xf4\x0d\x5e\xe6\x06\x6c\x7a\xb5\xb2\x23\xd7\xaa\x1e\x58\xef\xc9\xfd\x89\x9a\x80\xf7\x07\x93\xcd\xcd\x3f\x7e\xf6\xb1\x87\xee\x34\xe0\xfd\x71\xfa\xe9\xf1\x21\xf0\xcd\x9b\x69\x9c\xa5\x28\xf7\xb2\x99\xf8\x58\x6a\xae\xe2\xcc\x6c\x95\xd8\xf7\xbf\x0b\x37\x97\x22\x92\x8f\xbb\x6e\xdb\xcb\x3f\xa1\xb6\x42\x74\xf9\x62\x65\xd0\x06\x92\x47\x07\x02\x51\xfb\x32\x5c\x7d\x9d\xb5\xf1\xdb\x61\x36\x66\x7f\x70\xf2\x37\x03\xaa\x02\xf9\xe7\xed\x24\x85\x30\xfe\xcb\xe2\xf7\x2f\x0b\x60\x7f\x3a\xa7\xf7\x64\x4e\xef\x46\x08\xff\x93\x72\x2c\x13\xd8\x7f\xc5\xbb\x23\xea\x35\xe9\xda\x6b\x23\x27\xb9\x67\xab\xaf\xab\x35\xe5\x65\x28\xb1\xb9\xce\xe7\xcd\x66\x85\xd2\x85\x8c\x56\xe5\xb8\xd8\x09\x31\xcb\x79\xf0\xb2\xe9\x37\xd9\x7c\xde\x24\x62\xdf\x6b\x36\x59\x07\x27\xd2\x53\x55\x80\xf5\xd5\x09\xf9\xca\x47\x90\x80\xdb\x7a\x8b\x04\x27\xc6\xf4\x48\xb4\x63\x7b\xc0\xf3\xc9\xca\xc6\x75\x9e\x44\x4f\x52\x27\x13\x73\x33\x5d\x88\x13\xb4\x3f\x41\x0c\xb9\xef\x21\x39\xef\x93\x4a\x04\xb1\x11\x21\x9a\x4c\x7f\x6d\xb5\x68\x55\x40\x38\x96\xf2\x89\x7d\xf6\xdb\xfc\x0d\x49\x54\xb9\x77\xe7\x32\x9b\x37\xc2\x45\xda\x90\x92\x3d\xc4\x8e\x7b\xc7\x2c\x1f\xe0\x26\xef\xc6\x88\x6c\xd0\x8f\xb3\x44\xba\x30\x0a\xf1\x56\x88\x4f\xf9\x37\xd1\x51\x9f\x0d\xb2\x23\x20\xc7\xc1\x11\xf5\x91\xbd\x12\x36\xb8\x9d\xb9\x09\x49\x24\xc7\xd9\x10\xb4\xde\x25\x65\x67\x3b\xaa\xcf\x3e\xab\xba\x21\x59\x39\x82\xe8\xf3\x69\x3e\xf6\xf9\xaa\x44\x9e\x5d\xaa\xee\x77\x07\x82\xc0\xfb\xb7\xd7\x1d\x89\x80\xa4\xae\x65\x1d\xe2\x2b\x77\x68\xcc\xef\xa1\x98\x32\xe6\x01\x5b\x2b\x84\xfc\x36\xfe\xce\xb5\x8e\xe5\x42\x01\x5a\xe5\x42\x78\xd5\x4d\xbc\xf7\xb1\xd3\x78\x93\xb4\x5a\xc6\x4b\x3c\x83\x56\xf4\x17\x5f\xbb\x6b\x3e\xcf\x1e\x58\xac\xe5\x39\xa7\x0d\xc5\xe3\x23\xf8\xa0\xbc\xd7\xd9\xef\x0e\x20\x0d\x48\x7f\x73\x90\xbb\x09\x3d\x44\x4f\xa6\x82\x92\x5a\x2d\xdf\x23\x12\xca\x6e\xf2\xe3\x56\xcb\xc7\x81\xfa\xee\x63\x79\xd4\x5d\xc8\x41\x85\x1a\x62\x72\x50\x00\x00\xc4\xe7\x5c\x45\xe4\xce\xd6\xe5\x98\xdf\x4b\x71\x7b\xcc\xd1\x29\x21\x9f\x12\x72\x3d\x21\x07\x77\x8f\x92\x71\xa2\xee\x1d\xdc\xde\x26\x93\x3d\x18\xdc\x95\x2e\x47\x7a\xf3\xe5\x67\xd9\x16\x77\x36\x5f\xfd\x66\x93\xa1\xd9\x3e\xb7\x9b\x6f\x73\x73\xcd\x86\xeb\xbb\x2d\x49\x48\x56\x79\x17\x37\x28\x9c\xb4\x05\x4d\xac\x3c\x1e\x27\x45\xfa\x74\x59\xbf\xef\x96\xf5\x72\xd2\xf1\x8b\xe6\x53\x26\x57\xfc\xa6\x7b\x39\xde\xd0\xf7\x05\x41\x39\x6a\xf1\x9d\x84\xde\x4e\x22\xe4\xdd\x9e\xba\x20\xa5\xb8\xd3\x2d\xe5\xfd\x47\x7b\x79\x5d\x26\x23\xaf\x07\x01\x24\x01\x13\x1b\x0a\x0e\x98\xb3\xa1\x58\x4a\x13\x33\xea\x13\xf9\x00\xcb\x5d\xda\x09\xe2\x7b\x29\x9a\xc7\xa7\xa2\xf9\xfb\x9d\xfc\xde\x4b\x89\xe6\xec\xdd\x13\x68\xe2\x7b\x2a\x9a\xc7\xa7\xa2\xf9\x29\x21\x2f\x23\xe4\xbb\x28\x9a\x13\xca\x4f\x26\x1b\xd4\x1a\x80\x9a\xb7\x6f\x00\x22\x94\xcb\xbd\x46\x75\xe2\x2e\x0a\xda\x84\xf2\xf7\x85\x71\xb0\xbb\xd4\x38\x78\x87\xfa\x09\xa1\xfc\x2e\x5a\x03\x69\x75\x98\xa4\xf7\xd7\x88\xdd\x5d\x73\x2a\x65\x77\x71\xfc\x0e\xee\xc7\x00\x6a\x26\x58\x18\x9f\xee\x00\x34\xcb\xa3\xb6\x39\xb8\x2d\xfb\xff\xc1\x5d\x19\x95\xaa\x8e\xde\xfb\x23\xe4\xb2\x33\x0a\x32\x31\x06\xa5\x43\x0a\xf4\x70\x72\x55\xe0\x74\xa8\x2f\xdd\xec\x52\x1a\xa3\xd0\x79\x4d\x91\xdb\x4b\xb6\x45\xa1\xd8\xec\xbb\xdb\xdd\xa6\x73\x47\x4f\xd4\xa9\x68\xd0\x03\xbd\x66\x13\x55\x1c\x5f\xc8\x3d\x47\xec\x9a\xc9\xc6\x90\xc6\x31\x92\x18\x56\x91\x8a\x93\x51\x0d\x9f\x4e\xc0\x94\xb4\x91\xd8\xc1\xee\x47\xf8\xda\x6c\x7f\xcb\xfa\xc8\xa0\xe7\x60\xae\xbc\x7a\xba\x2a\x6c\x68\xb3\x38\x3c\xa0\x8a\x44\xdd\xe2\x50\x86\x2d\x35\xc6\x1b\x62\xe6\xe7\xb8\x1a\x12\x4c\xc6\x69\x1c\x32\x5d\x3e\x7b\x86\x61\xf9\x78\x93\x11\x66\xca\x4b\xe7\x7d\x3c\xe2\xf6\xdd\xbe\xfc\x98\x9b\xb1\xce\x25\x86\x71\x4c\xf7\x1f\x8e\x43\x72\xdd\x03\xd9\xd8\x29\xdb\x80\x1d\xbb\xa6\x8c\xe8\xdd\xcc\xeb\x73\x08\x66\x15\x09\xdd\xae\x76\xaa\xdc\x31\x3b\xc1\x60\x47\x21\xaf\x0c\xc6\x7c\xfc\x20\x9b\x9c\x0c\x7d\x3e\xc5\x0c\xb5\xd5\xe1\xef\xfd\x79\x9b\x4a\x47\xdb\x6d\x92\x72\x04\xf0\x8b\x74\x8a\x08\xff\x6f\x57\x1a\x38\x69\x68\xd4\xe4\xcb\x96\x02\x07\x3e\x41\xf2\x7d\xd5\x86\xed\x5d\x47\xfb\x84\xd2\x6c\x12\x3f\x85\xf9\xe4\x51\x7b\xdd\xc8\x93\x9d\x7d\x8c\x8a\xb1\xf5\xa0\x77\xf1\xe2\xc5\xc6\xa3\x14\x36\x3e\xfd\xe9\x4f\x7f\xda\x03\x30\xcc\x8a\x39\xd1\xeb\x18\xec\x7b\x23\x53\x62\xc6\xd0\x10\x27\x72\x5a\x5c\x32\x18\x00\x98\x04\x61\x47\x65\x83\x69\x10\x76\x6c\x46\x18\x07\x61\x27\xcb\x0a\x87\xb5\x8d\xec\xa2\x11\x65\xc8\x13\x44\x77\x89\x3d\x6c\x7e\xc8\x2b\x16\x3a\xf1\xbc\x84\x07\x00\x8e\x82\x61\x47\x65\x87\x51\x30\xec\x64\x05\xe0\x24\x18\x76\x64\x11\x38\xd3\x1f\x64\x21\x38\x0d\xb2\x30\xf3\xf1\x31\x44\x9b\xc8\xe9\x98\x06\xd8\x47\x30\x91\x1e\x9f\x4d\x09\x82\x0e\x4e\x9e\x11\x63\xed\xd7\xd0\xad\x22\x3f\xcb\x5c\xa6\xc7\xe5\xdf\x67\x94\x8c\x1f\x55\x17\x7c\xe5\xf8\x8a\xa2\xea\xc1\x59\xf9\x84\x81\x44\x01\x9c\xb0\xd9\x51\xab\xe5\x8f\x02\xec\x8f\x60\x02\xa0\xc4\x41\x0d\x8d\x3f\x82\xa9\x5d\x70\x7a\x4b\x49\xd4\x82\x36\x23\x3f\xd2\x33\x28\x64\x7d\x58\x68\xc4\xe4\x31\xcd\x44\xad\x96\x1f\x05\xd8\x8f\x6c\x33\x57\xc2\x29\x32\xf3\xe0\x47\xb5\x8d\xb9\xb3\x1b\x2d\x69\xd0\xcd\x67\x1a\x9d\xb4\x5a\xfe\x24\xc0\xfe\xc4\x36\x2a\x67\xd7\x9f\xd4\xb6\xa6\xc9\x67\xb2\xa4\x21\x9d\xc5\xb4\x31\x6b\xb5\xfc\x59\x80\xfd\x59\xa1\x63\xaa\xa5\xd9\xd2\x7e\x29\x02\x85\xb3\x63\xba\x75\xde\x69\xd1\x32\x36\x88\x3a\x32\x20\x8e\xa0\x07\x1d\x6b\x99\x08\x81\x8a\x39\x85\xa7\x54\xdd\x15\x59\x2b\xc6\x43\x3a\x61\xe0\xd4\x56\xcb\xfd\x65\x82\x71\x13\xba\xef\x29\x5f\x91\xe2\xf2\xd8\x26\x3e\xe8\x99\xc4\x27\x29\x41\x3e\x17\x69\x82\x51\x09\x74\x05\x91\xf6\x0c\x83\x3c\x86\x43\x27\x86\xe1\x96\xb9\x74\x81\xf7\xde\xf6\x0e\x79\x8f\xb8\x34\x87\x14\x86\xb5\x9c\x5a\x8e\x4e\xfb\xd1\x90\x87\xb5\xbc\xfa\x8a\xca\x5b\xe6\xd7\x49\x80\xfd\x10\xc0\x34\x48\x3a\xb3\x90\x4f\x60\x1c\x24\xf2\x75\x15\x87\x57\xfa\x14\xa6\x20\xb7\xa3\xca\x69\x18\x82\x56\x6b\xe8\x3e\x74\x42\x3a\xb2\x8d\xa4\xd5\x1a\xca\x67\x25\x62\x87\x67\xb8\x94\x14\x25\xca\x0b\x0d\x72\x67\x4b\x1e\x76\xe4\x78\x26\x8f\x51\xe6\xc7\x00\x7a\x71\x98\x70\x3d\x76\x53\x94\x24\xa1\xbc\xc3\x91\xa3\x58\xc1\xc5\x43\x3e\x39\x4f\xa2\x3f\x42\x87\x2e\xd5\xba\x24\xaf\xa6\x31\x0a\x79\x58\xa0\xdc\xec\x0e\x95\x8e\x5f\xd5\xd1\x81\x51\x67\x74\x96\xbd\xed\xcd\x95\x31\x47\xed\x5d\x89\x07\xe0\x91\x18\xa4\x1e\xcf\xae\x9a\xc2\xeb\xe8\xb0\xc7\x16\xcb\x29\x0f\x1d\x0c\xe3\x34\x79\x5f\x4b\x61\x15\x32\x18\x81\x1e\x26\x5e\xe6\xfd\x9c\xdf\x36\x09\xec\x7b\x4c\xbd\x84\x5c\xd8\x8e\xc3\x80\x76\xe4\x17\x41\x33\xd4\xd9\x80\x8f\xd9\xfb\xb0\x76\x91\xc6\xd6\xe1\xb9\x4e\x1a\x76\xc6\x53\x60\x2e\x0a\x87\xad\xd6\x83\x41\x10\x84\xc6\xa7\xec\x48\x11\x37\xf3\x43\xf8\xa0\x24\xef\x7e\x77\x20\x88\xbb\xbf\x39\xc8\x84\x4a\xfb\xf4\xb7\x3d\x47\xd5\x29\xa9\x15\x2e\x6b\xb3\xc4\xa0\xd5\x4a\xcf\x0a\x0d\x0b\x9d\x0d\xe2\x95\xf0\x5c\x58\xf2\x2d\xbe\x34\x77\x6a\xe5\x7c\xaf\xad\x9c\x4b\xd7\xaf\x91\x41\xdf\x17\x8b\x97\x21\xa9\x09\x5e\xb0\x2f\x73\x27\x7a\x4a\xab\x17\xb6\x75\x3a\xac\x5a\xc4\x58\x2c\x62\x34\x46\x07\x1e\xf4\x04\x5d\x7b\x62\xc9\xef\x21\x96\xd4\xac\x6a\x91\x15\x26\x01\x95\x8b\x00\xa6\x01\xed\xe8\xec\x30\x0e\xec\x6e\x9f\xb6\x5a\xe9\x49\x96\x7e\xa2\x22\x36\x93\x7e\x32\x68\xb5\xfc\x30\x10\x00\x58\xf3\xd0\x34\xc4\xb1\x10\x0a\x12\x99\x1a\x04\xa4\x23\x93\xe4\xaf\xb2\xa9\x43\x7f\xed\x24\x34\x65\x43\x04\x59\x65\x7f\x11\xec\xab\x6e\x3d\x49\xc9\xd5\x38\xf2\xa0\x37\xc5\x02\x78\x42\xd9\x30\x06\x00\xe2\x80\x75\x9c\x1c\x90\x06\xac\xe3\xe6\x59\xcb\xed\x81\x54\x46\x4a\x2e\x9a\xae\x65\xdc\x40\xde\x61\x48\x5e\xb1\xf5\xbd\x7e\xd8\x7e\xb6\xdb\xfe\x83\x81\xbf\xdd\xd3\x60\x7b\xf0\x80\x49\x04\xdb\x1f\xf1\xa0\xcd\x72\xe4\xad\xd3\x75\x0f\x2e\x6a\xb3\x02\xb0\x86\xa5\x63\xad\x53\xff\x27\xb2\xdc\x75\x6d\x5c\xbb\xd6\x01\x1e\x5c\x31\xe7\x36\xc8\xf6\x5a\xb9\xbc\x2e\xa3\xf1\x85\x83\x99\xcf\xa1\x87\x3d\xb0\x90\x06\xfb\x4c\xfe\xc4\xd0\x90\x50\x08\x94\x98\xc0\x04\x01\xcb\x58\xf7\x1e\x98\xcf\xc3\xd2\xdc\xeb\x38\xf8\x21\x00\xcd\xa0\x86\x75\x26\xf3\xb9\xa0\x44\xb1\x98\x04\xef\xc4\xce\xd6\x9f\xbb\x7a\x38\x0c\xc9\xe3\x64\x8f\x5e\x47\xd2\xa0\x5a\xb1\x34\x8e\x24\x55\xf4\x36\x3e\xa3\x7b\xd8\xfc\x9d\x8f\x7c\xb4\x75\xe6\x81\xf5\x6b\x1b\xc1\xf6\x67\x76\x3e\x7b\x34\x5f\xfc\x7f\xed\xc1\xba\xbf\xdd\xbb\xd6\x59\x9a\x03\x3c\xb0\xca\xd8\x75\xc0\xfa\x71\x93\xbd\x81\xe1\x6c\x42\x09\xea\x6d\x7c\xc6\xef\x5f\x5b\x1f\x6c\x6f\x5e\x4b\x1e\xe8\xb7\xaf\x6d\x5c\xeb\x0c\xb6\xaf\x25\x0f\x80\x6d\xff\x9a\xef\x5f\x8b\x8e\x1e\x5a\x80\x6b\x60\xae\x21\x90\xcf\x64\xbe\x97\x12\x3f\x26\x13\x7d\xbf\x7f\xf0\xc7\x83\x79\x1f\x5d\x18\x08\xa0\xcf\xaf\x0e\xb6\xfb\x22\xd7\x5c\x5e\xa2\x11\x23\x23\xb3\xf5\x7f\xe7\x81\x6b\xd1\x60\x1d\x80\x07\x3e\xb2\x01\x53\x16\xf7\x36\xfc\xed\x9e\xdf\x3f\xdf\xfe\x93\xb0\xfd\xec\x60\x1d\xf4\x04\x32\x1b\x47\x5d\xf8\xd0\x02\x88\x2e\x9c\x6f\xff\x89\xe8\x85\x06\xdb\x02\x7e\xc0\xbf\xd6\xe9\x5f\xdb\x17\x23\xb4\xee\xf7\xaf\xed\x77\xe0\x27\xb6\x3f\x13\x7c\xb4\x15\x4e\x67\x5b\xbd\x6b\x1b\xff\xdf\xfa\xef\xb4\x8f\x16\x83\x07\xfa\xd7\xf6\xb3\x74\x9b\x0c\xb6\xb7\x37\x16\xe5\xb7\x3c\x1d\xa6\x8a\xc9\xa9\xe4\xb4\xa2\xe4\x14\xac\x22\x39\x39\xe3\x79\x9b\x92\x53\xf3\xae\xc8\x4e\x60\x3e\x4f\xcf\xa1\xf9\x1c\x9d\xab\x11\x9d\x0a\x88\x9e\x8a\x4e\x1f\x50\xd1\xa9\xf6\x05\xfb\xe5\xd6\xce\x3b\x5f\xa9\x1a\x07\x54\x12\x15\x58\xb5\x8e\xe8\xe0\xec\xad\x23\xf7\xb1\x9c\xd2\x75\x5c\x1c\x28\x22\x23\xe7\x36\xb7\x89\xba\x8a\x4b\x83\xcd\x2d\x7a\x96\xc8\x07\x73\x70\x9f\xe6\xaf\xe2\x52\xe7\x60\x3c\x77\x23\x17\x1f\x33\x78\xfa\x68\xe5\x7d\xcb\xfa\xca\x87\x25\x05\xbb\xaa\x91\xa4\x0a\xac\x0e\x0a\x5c\x1e\x46\x7c\x1f\x21\x72\x51\x6b\xf7\xd0\xc3\x89\x92\xc7\xc4\xff\xe1\x81\x12\xc6\x88\x15\xc6\x90\x5d\x7f\x82\xd1\xcd\xe7\x18\x86\xe6\xab\xb2\xee\x26\x01\xe9\x94\xaa\x85\x69\x40\x3a\x38\x81\x71\x40\x84\x18\x07\x87\xe2\x6f\x78\x90\xa9\x80\x5a\x90\xcb\x18\x6a\x53\x88\x6f\x45\x5e\x64\x05\x11\x66\x58\x66\x3d\x3f\x56\x0f\x15\x55\x1e\x91\x95\x8d\x28\x82\x59\xa6\xcd\x20\x18\x2d\xb1\xd2\x6a\xe1\xd4\xb6\x9e\x38\xe7\x4e\xb2\x12\xa1\x8a\x96\x6d\x33\xfe\xe8\x6c\x3c\x9f\x8f\xce\x0d\x6b\xb6\x82\x5d\x35\x50\x8e\xd1\xb8\x54\x69\x7c\xae\x06\x2f\x4e\xe9\x95\x09\x65\xbc\xae\xb0\xb4\x0d\x9d\xad\x2f\xfc\x04\x25\xe3\x13\x9d\xae\x68\x1b\x50\x72\x1f\x4e\x51\x8f\x76\xa4\x38\xdb\xdb\xb8\x76\xe4\x5f\xdb\x5f\x07\xd7\x16\x1b\x63\xa8\x3f\x3e\x8a\x92\x21\xc3\x32\x7a\x54\xcf\xbb\x3a\xc1\x49\x63\x84\x91\xd0\x23\xc6\xc8\xfd\xf6\x18\x65\x2b\xbc\x6a\xbb\xea\x95\xf7\xb5\x62\x9c\x5a\xd1\x8f\x28\x6b\x4d\x08\xd9\xd9\x37\x19\x05\xc1\x2b\xe3\xeb\x81\x85\xc0\x52\xaf\x8b\x1c\x86\x77\x7e\x2b\x3f\xf7\x74\xad\xd2\x96\x75\x43\x7e\x01\x33\xa4\x9e\x10\xc9\xe5\xb9\x9b\x98\x40\x16\x20\x8d\x4d\x7e\x85\x33\xa1\xaa\xe9\x58\xf0\x56\x55\x63\x72\x43\x0e\x8a\xa3\x67\x16\x3c\x00\x90\x59\x35\xab\x98\x49\x91\x89\x07\x72\x7c\x96\x95\xa3\x0a\xcb\x67\xa2\xd5\x63\x39\xc3\x21\x9a\x71\x14\xf5\xbc\x23\x67\xfa\x16\xea\x39\x82\x5d\xd4\x30\xdf\x3d\x28\xcf\x05\x6a\xb3\x89\x8f\x8d\x23\xf9\x67\xe1\x41\x75\x3a\x52\x97\x59\x7d\x6d\x1c\xa9\xbf\x22\xbb\x60\x96\xc5\xdc\xc3\x90\x9c\x51\xd9\x15\x7f\xce\x0e\xac\x6b\x91\x68\xb8\x87\xda\xee\xa9\x69\xb1\x44\x44\x51\x22\x6a\x97\x4a\x5f\xe3\x88\x92\x85\x07\x65\xe8\xb1\xda\x9a\x95\x14\xa2\x8f\x96\xa4\xfa\x76\x4c\x56\x99\xa9\x11\x46\x91\x50\xfb\x44\x99\x19\x3f\xac\xed\xa2\xbe\x82\x20\xbd\xbf\xae\xd2\xba\xaa\xe5\x67\x21\x01\x1d\xe1\x64\xa1\x02\xf1\xd7\x66\xdd\x93\x5c\xd4\xd8\xfa\x8a\xd9\xa4\x49\x3e\x41\x6c\x4f\x4c\xec\x58\x86\x98\x63\x57\x27\x61\x6d\x75\x3a\x4b\x83\x4f\x42\xd2\x38\x1a\xf3\x45\xae\xd4\x25\x76\x61\x39\xe2\xb9\xe2\x94\x39\x1d\x19\x73\x31\xff\x56\xb0\xae\xc0\x93\x50\xde\x90\xdf\x23\x14\x09\x19\x99\x4f\x50\x23\xc6\x09\x17\xa5\xe4\x48\x57\x94\xb1\x9b\x63\x8c\x92\x64\x59\xbf\xc4\x77\xdd\xa9\x58\x74\xca\xe4\x3f\xb6\x47\x59\xc1\x5c\x77\x62\xd9\x1d\x42\xf9\x79\xf2\x38\xe1\x68\xbc\x64\xc1\x90\x06\x56\x39\x54\x7e\xe5\x55\x58\x4f\x54\xda\xa0\x03\x69\x54\xbb\x54\x69\x14\x79\xd0\x9e\xa7\xd5\xe6\x92\x28\xeb\xf5\x6a\x73\x2f\x54\xc9\x87\x97\xae\x5b\x55\xd4\xac\xde\x2c\xbf\x28\xcc\x27\xcb\x29\x48\x66\xd0\x43\x2d\xb7\xb8\x85\xa7\x6d\x0e\xc7\xac\x23\x99\xc9\x76\x7f\x46\x13\xcc\xf1\x5e\x6d\x29\xf3\xdd\x83\xd3\x34\xe6\x78\x16\xa3\x4b\xa3\xfa\x16\x4c\x9e\x06\x1d\x35\x8e\xb2\x02\x02\x35\xb1\x3c\x08\xaf\xe5\x60\x8a\x25\x19\x0f\x98\xda\x75\x9d\xe7\x48\x5a\xc8\xa8\x20\x58\x4e\x69\x23\xa6\x64\xdc\xf0\xa7\xe1\x01\x9e\xa6\x53\x91\x78\x34\x0d\x0f\x16\x8d\xe1\x24\x64\xe1\x90\x23\x96\x00\x59\x83\x94\x71\x6a\xaa\x48\xc4\xb7\x86\x3f\xc5\x24\xab\x03\x93\x42\x1d\x5a\xc6\xaa\x67\xce\xf2\xb3\x2e\x19\x92\xa8\x84\x87\x27\xcd\x32\xc7\x4c\x5b\xca\x62\x0f\x16\x0e\xf4\xeb\xca\xe8\x55\xad\xf6\x5f\x39\x17\x0a\x5c\xe8\x1a\x94\xb0\x59\xd5\xe7\x09\x6a\xc8\x1c\x0d\xb5\x23\x37\x7c\x15\xfb\x41\x54\x2a\x78\x64\xae\xe3\xcb\x85\x39\x43\x60\x77\x5f\xad\x29\x04\x12\x28\xdb\xbe\x7d\x26\x24\x90\x30\xc0\xe6\xe0\x19\xcb\xd7\x8d\x50\xab\x15\x36\x83\x80\x6e\x17\x55\x43\xc5\x99\x3c\x88\x21\x03\x3d\x2f\xe6\x26\xf3\xb9\x72\x5e\xc3\xcf\xb2\xcc\xc8\xe6\xae\xcd\x6c\x99\x9f\x29\x35\xb6\x4d\x9c\x2d\x37\xe1\xec\x03\x59\x7e\xdb\xca\xd9\x65\xf9\x4b\x0d\xd9\xd5\x6b\x4a\x77\x8b\xa5\xb3\xf5\xad\x4a\x08\x9e\xa7\x33\x7f\xf4\xc1\x20\x28\xe5\x97\x3c\x51\x65\x95\x5b\xa2\xcd\xdb\x2c\xe7\x55\x7b\xa6\xcc\xdc\xf4\xbd\x8c\x1d\xe8\x42\x4d\xe2\x87\x1b\x14\x80\x92\x2a\xe6\xe4\x94\xa5\xb3\xd0\x11\x24\x73\x10\x35\x16\xf9\xec\xc9\x1f\xe7\x59\x1f\x04\x5a\x2d\xe7\xc1\x55\x69\x9c\x42\x77\xf2\xf4\x52\xd5\x59\x8b\xf6\x5b\x97\xa4\xe6\x46\xa7\xc2\x00\x26\xb5\x07\x31\x39\x05\xb9\xa4\x39\xab\xd8\x99\xf2\x80\x46\x6d\x65\x03\x75\x6a\xef\x68\xc0\xb1\xf9\x29\xd5\xe5\x61\xa6\x2e\xc7\xf3\x79\x0c\x47\xe6\xab\xaa\x09\x46\x41\xd2\xd1\x75\x09\x05\x6e\x98\xe9\xb4\x05\x8d\x58\x9a\x18\xd3\x63\x4c\x90\x35\x1f\x0b\xd3\x97\xed\xbe\xda\xaa\x5f\xf9\x40\x5a\xab\xd5\xac\x51\x1d\xab\xca\x37\x5d\xed\xa1\x9e\x00\xf4\x13\x4f\x08\x2c\x7c\x7a\x02\xec\x22\x49\x8c\xcb\x4a\x18\xe9\x43\x97\x31\x76\xa3\x49\xd0\xdd\x9a\x9c\x35\x56\xd5\xad\x89\x79\x02\x79\x16\x30\x3f\xec\x4f\x06\x10\x43\x9a\xf7\xc2\xb5\x5a\xc9\xcc\x98\x24\x67\x8b\xd5\xb4\x63\xb5\x83\x0e\xef\xd0\xff\xb0\x94\x33\x25\xfb\x2c\x9c\xb5\x67\x8c\x1e\x1c\xde\x27\x47\x97\xb2\x31\xbd\x60\x38\xcf\xba\xea\xe1\x31\xa1\x0c\x59\xe3\x39\x0d\x70\xc7\x7c\x15\x1c\xbe\xe3\x7c\x87\x49\xc1\x9d\x09\x89\xc5\x13\x6e\x1b\xaa\x7d\x4a\x89\x20\x7e\x02\x7a\xcd\x3c\x25\x27\x99\xbf\x2f\x6d\xb5\x9a\x69\x8d\x2d\x45\xad\x5a\x63\x52\x97\xbe\xbd\xb4\xd5\xaa\xc9\xad\x05\x1e\x9d\x7f\xb5\x29\x56\x33\x82\x13\x31\x1b\x53\x7c\x5f\x22\x92\x95\xd7\x55\xd3\x6f\xa2\xf9\x5c\x46\xaf\xf1\xf8\x04\x11\x0f\x80\x45\x2e\x62\x99\x3d\x8e\x5b\xa1\x2f\x39\xea\xba\x83\x5b\x38\x1a\x29\x1f\xb9\xbe\x48\x0a\x1d\xd5\xf9\xa7\x44\x0b\xf3\x79\xc5\x77\x69\xc6\x95\x9f\x6f\x2f\x58\x50\x71\xa4\x1a\xc8\xcf\x0c\x00\xdc\x67\x60\x1b\xf9\x05\x3f\x72\x15\x22\x0b\x80\x1e\x5b\xc8\xeb\xc3\xb2\xf5\xaa\xd0\x4c\x2b\xac\xdb\xfb\x48\x01\x62\xc1\x67\x71\x99\x8e\x04\xa3\xea\x21\xa8\x0a\x71\x38\x54\x2f\xec\xf7\x18\xd4\x76\xba\x1e\xc9\x7b\x44\xe1\xbd\xc3\xf6\x90\x46\x68\x8a\x05\xe6\x6e\xe4\xaa\xfc\x97\xdb\xa3\x83\xaa\xd3\x9f\x42\xf8\x04\x9d\x6e\xce\xb8\xb6\xf8\xd9\x2c\xa0\xc2\xfa\x3a\x60\x7d\x3e\x08\x50\x9f\x67\x86\x7a\x73\x60\x92\x7b\x16\xf3\x4e\x68\xa4\xee\xdd\x40\x1e\x8e\x55\x9c\x2f\x31\x82\x21\x43\xa1\x07\xc5\x78\x5c\x94\xe3\x61\x1c\x1f\x89\x6c\x56\xbf\x45\xe5\x83\xbb\xf1\xba\xd0\x4e\xd6\x8a\x13\x8a\x36\x4b\xf4\x80\xec\xf5\x55\x74\xc0\xcf\x33\xe4\xbe\x3e\xe0\x3c\x0f\x06\x4b\xa9\x36\xa8\x76\x82\x78\x3a\x7b\xc4\x56\x27\x83\xa9\x7e\x32\x24\x51\x2c\x5f\x0c\x57\x51\x99\x61\x16\x07\xda\x04\xb7\x7f\x46\x8c\x9d\x8a\x4d\x1f\xa9\x18\xab\xea\xe1\x23\xfd\xf0\xde\xc9\xfb\xa9\xa2\xc0\x67\x88\xe8\xd8\xff\x7e\xcd\x67\xd9\xbe\x0f\x16\x10\x27\xcf\xe0\x04\xef\xc6\xe8\x51\x1c\xe9\xa7\x1a\xd5\x64\xd0\x5d\x69\xcc\x61\xbe\x67\xb3\xe4\x9f\x56\x51\x88\xed\x87\xe6\x6b\xee\x55\xa5\xac\x8c\x3d\x26\x2d\xc7\xf6\x67\x3a\xac\x7f\x36\x3c\x2a\xd2\xae\x2c\x8a\x63\xcc\x0f\xe5\x0d\xa4\xfa\x31\x2b\x3c\x5c\x97\xb5\x43\x45\xfd\xce\xa8\x23\x12\x95\x4b\x2b\xe7\x4a\x3d\x12\x50\x3e\xdd\x0a\x97\x4c\x67\x4d\xd4\xde\x62\x74\x5e\xc8\x74\x68\x5e\x87\xf2\x3a\x7a\xd3\x57\xd8\x08\xb1\xd3\x2b\xbf\x10\xa5\xc7\xa1\x3c\xc4\x6e\x3d\xa3\x91\xac\x48\xda\x59\xab\x7b\xe5\xd2\x8e\x61\x0e\x65\xab\x7c\xc6\x2b\x00\x24\x41\x77\x8b\x9c\x45\x5b\x44\x72\x08\xe2\x1e\xe9\x91\xc1\x9a\x1d\x40\x55\xbd\x4b\x83\x7d\x6f\xcf\x69\xde\xb3\xd1\x68\xe5\x9b\xb8\xc0\xc4\x4d\xce\x66\xb3\x3a\x8a\x74\x89\x60\xd6\x2a\x28\x0b\xd9\xc7\x08\xb2\xe4\x00\x41\xfb\x1a\x97\x33\x46\x0c\x8d\x18\x4a\x26\x32\xc2\x7d\xf5\xaa\x28\x90\x4d\xa9\x86\x31\xe2\x2a\xa3\x8f\x80\xfb\x5a\x91\x93\x25\xc9\xb2\x48\xba\xa9\x59\x7e\xcb\x7a\x4c\x55\x16\x0f\xac\xa1\x56\x2b\x1f\xec\xb7\x22\xd6\xae\xc1\xb3\xba\x21\x9f\x43\x19\x12\x47\x47\xfe\xae\x40\x48\x12\xca\x32\x74\xe4\x54\x0a\x64\xcc\x3a\x2e\x8c\x88\x5e\x27\xd5\x63\xa1\x3e\xa2\xf9\xdc\xf3\xee\xfc\xf5\xb3\x12\xe3\xee\x70\x6a\xf9\xb3\xcb\x8b\x73\x5c\x3c\x25\x4c\x3e\x9b\x97\x85\x01\xaf\xe6\xe5\x62\xb7\x8e\x11\x47\x8d\x62\x2b\x8b\x05\x58\xb2\x97\xeb\x4d\x29\xd9\x10\x69\xed\xf2\x36\x0e\x3d\x67\x7b\x3f\xc9\x65\xcf\x0f\xd0\xae\x7e\x45\x8d\x81\xdd\xd3\x6f\xf3\x35\xc1\x1d\x23\xa0\x26\xc6\x68\xa0\xde\xbd\x92\x2f\x4e\x83\x05\x74\xf7\xe3\x5e\xe5\xa1\x93\xac\xa6\x34\xdd\x28\xd3\x3e\xf2\x7b\x3a\x13\xac\xc0\x34\x5a\x3c\x12\x74\xab\xcc\x30\xeb\xa3\xc1\x02\x16\x5b\x58\xf6\x4e\xaa\x5b\x32\xe0\x90\x2f\x60\x82\xc7\x24\x8c\x7b\x79\xad\xcf\x4c\x2c\x2e\x73\x64\xaa\xe7\x19\x9f\x7b\x70\x1b\xb7\x1f\xec\x75\x01\x0c\x83\x07\xb7\xc2\xb3\x78\x2b\x5c\x5f\x07\xb4\x1f\xb6\x1f\x74\x79\x73\x38\x58\xcb\xfa\xab\x1a\x33\xa3\x6e\xdf\x0b\xee\x23\x48\xb2\x20\xe1\x32\xc0\xc0\x02\x96\x57\x4a\x6e\x40\x72\xcb\x23\x37\x20\xf9\x05\xa2\x1e\x27\x6e\xef\x62\xd2\x9e\x85\xc3\xeb\x88\x6d\xec\xe2\x82\xff\x5a\x39\x0b\x22\x9c\x1d\x9e\x28\xce\xaa\xc4\x63\x1f\x47\x7c\x12\xf0\xf9\xbc\xab\xdf\x8c\x54\x0a\x46\x80\x16\x55\x37\xa7\x1b\x39\x9a\xac\xf0\x00\xba\x98\x26\xfc\xf1\xe9\x4c\xf3\xa6\x86\xb7\x8e\xc0\xe2\x4e\x96\x07\x87\x48\x39\xb4\xc9\xfa\x83\xe2\xf6\x62\x30\xb8\x6c\xb3\xf8\xde\x53\x26\x48\xae\x35\x59\xef\x63\x3e\xc1\xa4\xd7\xe8\x77\xa5\x89\xdc\x5b\x47\xeb\x1e\x68\xec\xa6\xbc\xb1\x1f\x26\x02\x49\xb1\xcf\xb8\x4f\xe7\xab\x67\xde\xcf\x17\xa3\x88\xd8\x7b\xf3\x7c\x90\xcf\xaf\x0c\x9d\x94\x04\xcc\x18\x3d\x29\xf1\x40\x2e\xcb\x28\x4e\x93\x89\xf8\x2e\x81\xc2\xc7\x09\x92\xaf\xe3\x30\xdf\x53\x50\xe1\x33\x4e\xfe\x90\xe1\x28\x90\x02\xa3\x80\x0a\x9f\x15\x95\x07\xce\xd4\xb8\xeb\x47\x4f\xa8\xce\x95\xc7\x7b\x1a\x1e\xe8\x98\xcb\x97\x46\xa3\x04\x15\xfb\xeb\xbc\xa3\xa8\xf0\xf2\xb3\xa8\xf5\xd2\x02\x3a\x0d\x0f\x7c\xd6\xe6\xb0\x5b\x18\xbf\x3d\x25\x46\x5c\xe1\x21\xe3\x98\x8c\x1f\x27\x11\x3a\x10\xe8\x57\xa5\x17\x3a\xa3\x0c\x6f\x5a\x0e\xf9\x94\x9c\x38\x51\xb2\x22\xb9\x72\x0c\xcf\x73\xd5\x58\x1d\x1f\xd2\xa3\xd1\x47\x03\x5d\x20\x8f\xb8\x5c\x0d\x27\xa8\x43\xe6\x5f\x2c\x5f\xbb\x6a\x61\xbe\x17\xba\xb6\x33\x73\x01\x82\xee\x72\x57\x3f\x2c\xd9\x1e\x1d\xf4\x18\x3c\x2c\xea\xdc\xe5\xae\x8c\xf0\x01\x8a\xda\x63\x41\x82\xc7\x70\x23\xc1\xb0\x4e\x70\xd2\x22\xa5\x7e\xc5\x17\xb5\x40\xf1\x29\x17\x51\x93\xf8\x49\xbd\x4e\xa0\xb3\x1f\x7e\x64\x48\x89\x72\x31\x94\xc6\xf8\x3b\x61\x36\x0c\xb2\x8c\x16\x0a\x3b\x68\xb6\x21\xd8\x1c\xc0\xcd\x5e\x81\x4d\xf6\xf4\x40\x2e\xa3\xe2\x04\xce\x6a\x5d\xe4\x3e\xeb\xc5\x5e\x26\x3e\xdf\x3d\x74\xd8\xc8\x66\x53\x93\xab\xdf\x05\x60\x3e\xdf\x04\xe7\x36\xf3\xf5\x55\xae\xc5\xa2\xc2\x85\x02\xb5\x9e\xb1\x4c\x11\x55\x17\x59\x83\x54\xbf\x80\xbe\x23\xe7\x60\xc2\x6b\x31\xc9\x71\x8a\x1c\xda\xb9\xa5\x2a\x72\x3f\x40\xf2\x38\x57\x31\x81\x32\x79\xab\xdd\x5e\xd6\x58\xd5\x49\xdd\x37\x48\x57\x43\x17\x86\xaa\x2a\xc5\x27\x7d\xfb\x8a\x67\x11\x59\x98\xaa\xfa\x86\x08\xc7\x3e\xdb\x48\xc0\x03\x74\x8d\xb4\x5a\x7e\xba\x1e\x50\x35\x3e\x71\x10\xb6\x71\x89\x4f\xda\x01\x4e\x61\x0c\x24\xc7\x64\xc7\x32\x9e\x82\x24\xe4\x2e\x8d\x7c\xf1\x1a\xe6\x57\x5d\xfe\x93\x9a\xf1\xb1\xaa\x1d\xac\x76\x07\x30\xe3\xb2\xe5\x77\x83\x20\x60\xf3\x39\x3a\xc7\x40\xab\x95\x6d\xce\xf2\x64\x74\x35\x02\x41\x2e\x81\x1c\x1d\xf4\xd0\x47\xc9\x03\x55\xb9\xe6\x5d\x78\xd8\xcb\xd1\x0f\x01\x0f\x54\xcc\x8a\x10\x32\x2a\xc6\x23\xb7\x88\xe4\x1b\xc1\x85\x8b\x36\x08\x54\x0a\x31\xaa\x74\x23\x42\x33\x44\xa2\xa4\x41\xf5\x89\x37\x66\x09\x6f\x18\x29\xb1\x41\x47\x8d\x3d\x43\xa0\x11\x9f\xf8\xaa\x6e\xe0\x99\x20\xa2\xb9\x41\x5b\xc3\x23\x39\x6c\x36\x3c\x8a\x79\x9d\x24\x4f\x1e\xcb\x16\x37\xdc\xcc\xae\xd4\xb0\x80\x9d\xeb\x6e\xb3\xde\x26\xcc\x48\x91\x6f\xb0\xca\xb1\xe9\x82\x63\x98\x7a\x32\x41\xf1\xa8\x2d\x7b\xb7\x0a\x57\x5f\x51\xf6\xac\x38\xe0\x71\x4f\x5a\x33\xeb\x40\x05\x13\x87\xdc\xe8\x33\x86\x2c\x2f\x10\xce\x30\x4a\x82\xfe\x6d\xc5\x29\x32\xfc\x9d\x40\x72\x32\xfe\x4e\x56\xe5\xef\x64\x39\x03\x57\x4f\xa3\xa3\x56\xcb\x9a\x00\xe4\xe4\x1a\xcb\x8b\xdc\x11\xc4\x14\x3b\x5b\xb4\xe3\x40\x5e\xa0\x25\xc8\x82\xee\x16\x3b\xcb\x4d\xc8\x27\xbd\xb6\xc5\x14\x9c\xe7\x3e\x03\x76\x2d\x77\x0e\xce\x75\xb3\x23\x56\x13\x32\x6b\x91\x43\xb6\x62\xa1\xdc\x1e\xb2\xab\x11\xbd\x0d\x60\x05\x49\xd0\x85\x38\xe8\x42\x1a\xf0\xf6\xe6\x16\x3d\x17\x74\x5b\xad\xa6\x8f\xcf\xf9\x9a\xdd\xd8\x0e\x51\xe0\xf4\xe8\x10\x6c\xd1\x76\x1b\x90\xb3\x4c\x63\xde\x6a\xf9\x24\x30\x3f\xd4\xe5\xbb\x2c\xb3\x7d\x61\x69\x9d\xe4\x7b\x5d\xd8\x82\xf3\x4f\x6f\x15\x89\x6e\xcd\xc8\xce\xe7\xa4\xa9\xcc\x88\xdb\x08\xe4\xeb\x5c\x6d\xcf\xe2\x2b\x8f\x29\x57\x63\x7a\xfc\x06\x97\x73\x9d\xdd\xa9\x40\xc3\xc7\xb2\xed\x3c\xba\x66\x7c\x4b\xa3\x40\xcc\xbb\xd6\x96\xde\xa8\x83\xf1\x1a\x3a\x17\xe0\x56\x4b\x9e\x47\x66\xac\x1f\xf8\xd8\xf0\xfe\x10\x26\x30\x85\x31\x1c\x56\x0f\xa6\x51\xc9\x47\x41\x17\x46\x81\x3c\xf8\x47\x67\x87\x20\xd7\x85\x42\x91\x3e\x1a\x48\xba\x11\xa4\x34\xdc\xf6\xc3\xa0\x0b\x93\xa0\x0b\x7a\x7e\x18\x0c\xdb\x9b\x30\x0a\x7c\x52\xdd\x56\x3f\x1c\xb8\x8b\x61\x9d\xa8\x2e\xc0\x51\x40\x34\xc1\x48\x97\xff\x8c\x5e\x60\xb8\xbe\x0e\x60\x1c\x84\x5b\xf1\x59\xb4\xbe\xb9\x15\x9b\x23\xf7\x49\x95\x28\x10\x03\x38\x0b\xca\x9c\x3a\x06\x42\x1c\x98\xad\x47\xe7\xe8\xb6\x9f\xaf\x7f\xdd\xb6\x9b\xaa\xee\xc3\x51\x30\x01\xbd\x34\x88\xe0\xe4\x9c\x0a\x7d\x32\xb1\x2f\x8e\x97\x7a\x13\x0f\xe4\x23\x6e\xf6\x0c\xda\x1f\xc1\x19\x4c\x61\x02\x60\x14\xa4\xeb\xe6\xa4\xbf\x51\x20\xf5\x2a\x82\x28\x89\x7f\x7a\xde\x21\x85\x6a\x74\xf3\xf3\x2f\x90\x8d\x83\xee\x5a\x1c\xa0\x73\xdd\x56\x0b\x9d\x4d\xb6\xf3\x4b\x14\xb9\x2b\xb4\x97\xad\xf2\x61\x80\xb6\x86\x67\x93\xad\xa1\x62\x54\x69\x10\x04\x3e\xce\xa6\xcb\x14\x1f\x3a\x2b\x1c\x74\x0e\xe7\x73\x3f\x0d\x70\xe7\xb0\x1d\x43\xd6\x6a\x35\x55\x1c\x47\x33\x72\x00\xc0\xf4\x2c\x07\xe1\xfa\xfa\x1a\x8a\x13\x24\x03\x5a\x30\xb0\xcb\x50\x78\x7d\x8d\x05\xcd\x4d\xc8\xd7\xb3\x3d\x95\x42\x5b\x6c\x7d\x53\x4c\xae\x19\xa3\x30\x3f\x46\x55\xc2\x4f\x16\xa6\x32\xc7\xd2\xcc\x71\x7c\x10\x04\x44\x88\x40\xf2\x65\x99\xe2\x62\x20\x50\xe8\x06\x2b\xaf\x74\x66\x76\xbb\x8a\xf1\xcc\x23\xba\x92\x2c\x2f\x97\x54\xd0\xcd\x98\xae\x62\xe8\xbc\xd5\x3a\x09\xf3\x81\x2b\xab\x04\xf6\x9e\x93\x61\x1c\xda\x56\x60\x19\x87\x25\xa4\x30\xa0\x30\x09\xf0\xd6\x96\x1a\xdb\x34\x48\x36\x42\xc1\x01\x88\x20\x8c\x30\x6b\x2f\x27\x0b\xa5\x00\xd2\xf6\x66\x16\xb7\x26\xd4\x32\x76\x7e\xc8\x42\x00\x87\x41\x6c\x87\x4d\xd5\x1a\x42\x3f\x09\x86\x9d\xc3\xf5\xd8\x90\xc1\x39\x1d\x44\x71\x2b\x39\x27\x0f\x3e\x44\x9e\xf6\x66\x33\x68\xb7\x43\xb0\x05\x92\xc0\x1f\x06\x7e\xb9\xea\x1c\x79\xda\xca\xec\xfd\xe6\x85\x7c\xd8\x36\x08\x12\x53\xf7\xd9\x00\x6d\x09\x12\x85\xb7\x57\x61\x68\x2e\xdb\xb5\x37\x73\xa2\x1b\xa7\x0c\xe3\x8d\x30\x0a\x67\x5c\x3e\xe0\x33\x9b\xc5\x78\x58\x8a\xcd\x76\x0f\xe2\xe1\xbb\xbe\x10\xd6\x44\x4d\x67\x28\x77\x22\xe6\xdc\xf6\x56\xf9\x2f\x5f\x79\xe6\xa9\xce\x53\xca\xd9\xc4\xf7\x2b\x0d\x87\x5a\xde\xbe\x3a\x41\x8d\xab\xa2\x73\x0d\xdd\x39\x65\xb9\xc3\xc6\x8e\xd8\xf8\xac\x68\xec\xb3\x8d\x11\x65\x8d\xb0\x91\xa8\x9b\xd9\x0d\x4e\xa5\xab\xf2\x0c\x11\x14\x79\xea\xdc\x6e\x84\xf8\x70\x72\xdf\x90\x92\xad\x55\x63\x25\x3f\x59\xb4\x86\x31\x4d\xd0\x7d\x43\x4b\xb6\x56\x8d\x96\xfc\xa4\xb1\xaa\x7f\xd9\x4b\xd1\xd9\x2e\xa5\x3c\xe1\x2c\x9c\x6d\x30\x9a\x72\xe9\x39\xe8\x2a\x07\x2a\x93\xfe\xe4\xd2\x62\x5b\xa4\xa1\xf6\x14\x1f\x48\x65\xa1\x90\x2f\xe5\x13\x44\xb8\xc8\x8a\xa2\xca\x9c\x31\xde\xdd\x18\x52\xc2\x43\x4c\x10\x6b\x4b\xc7\x95\xb2\x62\x21\x24\xa9\x7b\xe3\x3b\x46\x45\x21\x89\x57\x2f\xb7\xbe\x32\xef\xab\xb5\xec\xa0\xa1\xbb\x85\xcf\x12\x73\x5e\x84\x8d\xb0\x10\x06\xa4\x8f\x07\x6b\x4e\x4d\xde\x7a\xe8\xb8\x8e\x2d\x16\x5a\xb0\x13\x7c\x39\x53\x8a\xa8\x8a\xd2\xa4\xeb\x50\xfe\x66\xa4\x13\x53\x7a\x3d\x9d\x01\x75\xe7\x36\xd9\x4e\x3a\x0c\x09\x8a\xf7\xa9\x94\x7f\x9c\x2c\x8f\x85\x42\x25\x39\x04\x59\xab\xbb\x61\x82\x87\x1e\x80\x78\x3e\xf7\x71\x10\x9a\x85\x9b\x21\x22\xc3\x7b\x11\x7b\xda\x23\x1b\x81\x18\x80\x0a\xa6\x93\x11\x83\x26\xa8\x2a\x62\xb0\x07\x79\xf2\x67\xdb\xe4\xbc\xaf\xf7\x48\x3d\x8d\x44\xcf\x5b\x67\x6b\xc8\xf6\xcd\x27\xce\x0c\x42\xa4\xfd\x61\x7c\xa2\x51\xf7\xa0\x2d\xa7\x7e\x3b\x79\xd4\x68\x7a\x92\xe8\x9c\x54\x41\xa3\x8c\xc6\xb1\x7c\xd4\x59\xbe\x8c\xbb\x64\xd0\x74\x23\xe5\x21\x9b\x31\xba\x87\x23\x19\x19\x1d\x93\xeb\x28\x6a\x63\xd2\xa6\x62\x91\x3c\x58\x91\x65\x4c\xe9\x38\x46\x2b\x7e\x6f\xef\xa2\x90\xc9\xe0\x83\xab\x64\x6b\xef\x55\x55\x38\x0a\x87\x68\x97\xd2\xeb\xed\x21\x25\x04\x0d\xf9\xb2\x2c\x05\xac\xaa\x77\xa9\x52\x71\xbe\x8f\x39\x47\x4c\x95\xde\xac\x42\x16\xf3\x49\xba\x5b\xdf\xe7\xf0\xd9\x94\xa1\x76\x18\xd5\xe7\x10\x84\x36\x43\x4b\xba\x80\xa2\x29\x8d\x68\x29\x43\x9e\x9a\xcb\xc9\x33\x3a\x4b\x67\xe5\x64\x3c\x62\xe1\xb4\x22\xf6\x26\xd4\xf2\xb5\x51\x8f\xe0\x08\x46\x70\x02\x67\x70\x7a\x6f\xfc\x2d\x1d\xda\x2f\xd0\x36\x9c\xb8\x2b\x21\xcb\xa5\x56\xad\x19\x97\x5e\x99\x20\xf9\x4a\xe5\x0a\x54\xca\x4e\x5e\xc8\x92\x2e\xb9\xed\xb2\x92\x9e\xf1\x4a\xc5\xcb\x44\x4e\x4f\x56\xce\xf4\x34\x5c\xa9\x98\xa6\x78\x0f\xa6\xab\x75\x2e\x4f\xff\xf1\x4a\x85\x4a\x8b\x62\xb8\x52\xb1\xe2\x4a\x19\xad\x54\xaa\xb8\x7c\xa2\x65\xa5\x34\x5b\xc8\xef\xad\xc9\xb2\x12\x86\x76\xf5\xba\x82\xd3\x55\x32\xeb\xb5\x39\x73\xf6\xdc\x12\x77\x1e\xd2\xe9\x2c\xe4\x1b\x63\xc4\x95\x1c\xc2\xda\x36\x22\xc5\x7b\xe1\x19\xdd\xd0\x4f\xf0\x2b\x5c\x3c\x30\x9f\x23\xbd\xb3\x9b\xb4\xde\x34\xc4\xc4\x5b\xad\x2b\x31\xde\x7d\xaf\x7a\xb1\xa3\x50\xb8\x88\x87\x8c\xc6\x78\x57\xf4\x43\xa5\xd4\x20\xae\xdd\x78\xd5\x04\xaa\x59\x6e\xcb\xfb\xd2\x13\x1a\x47\xab\x3f\x22\x7b\x0f\x1c\x6b\x87\x71\x98\x24\x4f\x86\x53\x94\xf4\xfa\x5e\x2d\x7e\x83\xbc\xef\x86\xe9\x18\x19\xe1\x71\xca\xee\x87\x76\x76\x94\x7b\x60\x23\x3b\xf2\x59\xa0\x8e\x45\x63\x37\x46\xd5\xbe\x0c\xda\xeb\x9e\x4e\x67\x29\x47\x91\x5f\x76\x91\x94\x56\xef\xc0\x81\xe7\xf3\x65\xea\x89\xbe\xd2\x17\xc6\xfb\xe1\x61\xd2\x98\x84\x7b\xa8\xa1\x8a\x79\x60\xe1\x9b\xd3\x21\xcf\x6e\xbe\x1d\x6f\x3d\x73\x25\x23\x62\x81\x83\x75\xaf\xe3\xad\x23\x88\x03\xe6\xe7\xe2\x1f\xf9\x58\xdf\x8d\xb0\x97\x92\xa8\xb4\x75\xd8\x4b\xfd\xc6\xcc\xec\x19\xfc\x9c\xa8\xf4\xdb\xbc\x33\x0c\xe3\x58\x1a\x3c\x40\x8f\xaf\x95\x23\xa0\x1e\xcc\xd0\x90\xa3\xa8\x91\x9b\xb9\x86\x1c\x6c\xe5\x30\xa2\x55\x28\x35\x3b\x91\x54\xaf\x4c\x37\x1a\x02\xf3\xa8\x51\xee\x8b\x89\x3a\xd4\xa0\x52\x0f\xcc\x26\x24\x1f\x54\x86\x07\x48\xc7\x23\x7d\xc4\x6d\x3d\xf7\x8c\xc0\x51\xc5\xf2\x11\xba\x52\x98\x24\xf7\xfb\x6d\x00\x79\x76\x33\x9f\x0f\x29\x49\x68\x8c\x54\xd8\x55\x79\x04\x57\x89\x60\x51\x99\xbb\x77\x98\x4e\xc2\xe4\xb2\xdc\x10\xf4\xf0\x55\x3b\xef\xb4\x5a\xa5\x9c\xdb\xa5\x14\x9f\x83\x9e\xd9\x5e\xd8\xa1\x0c\x46\xcb\xe5\x04\x9a\x1d\xa7\x64\x75\x73\xab\x77\x76\xb7\xed\xdc\xaf\x6c\xc3\x12\x65\xdc\x16\x72\x1f\x44\x43\x39\xad\x6e\x49\x57\x72\xf9\xb6\x0b\xbf\x65\x37\x44\x2e\x86\x12\x1a\xef\xa1\x42\xa7\x2b\x52\x6d\x89\xfa\x3e\xec\xec\xd8\x29\xdd\xd9\xa9\x68\xaf\x63\x3f\x97\x3e\x66\x1d\x3b\xb6\x47\xb6\x2b\xb7\x89\x51\x35\x2a\x1a\x87\x31\xe2\x97\xf6\x49\x6e\x16\xcb\x61\x37\x64\x8e\xed\xfc\x4f\x1f\xe5\x6a\xad\x21\xf9\x98\x86\x42\x70\xc6\x1c\x87\x31\x7e\xf6\xbe\xec\x61\x6e\x9d\xfa\x96\x01\x79\x82\x86\x91\x8e\xed\xdc\x39\xef\x0a\x5c\x79\xdf\xe7\x8e\x83\xa9\x58\xc6\x95\x06\x00\xa7\x5b\x4a\x48\xfa\x40\xf5\x4f\xa1\xfc\xf8\x8a\xfd\x94\x91\xcc\xdb\xf2\x7d\xf8\xb6\xbe\x5a\x7a\xbf\x84\x90\x82\x8d\xb5\xd2\x0d\x58\x5e\xe3\xfa\x23\x74\xa8\x8f\x69\xae\xa3\xc3\x64\x01\x25\xce\xd5\x17\x14\x94\x73\x3b\x8b\xa1\x3e\xdf\xb4\xe5\x21\x0b\x8e\x16\xfa\x8e\x82\x39\xd6\x94\x57\x15\x8c\x67\x4d\x9f\xc8\x77\xb9\xb2\xf8\x9d\x78\xdd\x0b\xfc\xfe\x67\x5a\xbf\x33\x78\x00\x78\xa0\x83\x0e\xd0\xd0\x47\x60\x8d\xb6\x5a\x3e\xeb\xe3\x41\x40\xe5\xa3\x39\xd6\x57\xba\x4a\x32\x92\x03\x2c\xc4\xf3\x36\x8e\x84\xbc\x7e\x8f\x49\xc8\xb1\x71\x1e\xd9\xd6\x2a\xbc\x94\x8d\x56\x23\x30\xeb\x79\xeb\x68\x01\x23\x54\x9d\x1f\x8f\xfc\x26\x32\x87\x11\xd2\x84\x67\xe2\x80\xab\xa0\xa4\x1b\x9f\xf1\xdd\xba\x80\xdf\x79\x00\x6c\x64\x87\xb4\xdb\xbc\xff\xe0\xa0\x27\xca\x2d\x6a\xc8\xef\x76\x08\xaf\xea\x5a\x63\x03\xcd\xe7\xf2\x1e\x69\xde\x95\xb7\xfc\x5c\x8a\xba\xce\xdd\x19\x86\x53\x24\x7a\xeb\xb3\xbc\xdc\x65\xaf\x49\x13\xd5\x79\xee\x53\xd0\x6a\x71\xdf\xcd\xc1\x00\x28\x45\x95\x3f\xf3\x74\x82\x1a\xa6\xd2\xa8\xb1\x87\x98\x0c\xa8\xda\xa0\xa3\x46\xca\xe2\xc6\x2c\x64\xe1\x34\xe9\x34\xfc\x47\x71\x24\xe3\xc6\x8c\x30\x89\x1a\xde\x99\x75\xbc\x7e\xc6\x13\xa2\x95\x9c\x5a\xe9\xa5\x1b\xe1\xc8\x7e\x65\xeb\x67\xbc\xce\x19\x85\x90\x74\x0e\x28\x35\x7b\x11\x27\x09\x26\xe3\xac\x91\x9e\x2d\xd7\xf0\x9f\xa0\xf4\xba\x92\xde\x7a\x59\x1b\x5a\x7c\x53\x4d\x77\xce\x58\x0a\x16\xf5\x6f\x23\x32\xa4\x11\x7a\xfa\xf2\xe3\x56\x41\xf0\x29\xe8\x29\xa9\xf3\xce\x1d\xff\x57\x59\xf0\x74\xf7\x73\x6a\xe5\x1a\x79\x13\x9a\x25\x2d\x5d\x9d\x4d\x3c\x80\xf3\xbe\x76\xde\x57\xd1\xfb\xd5\xb7\x4e\x12\xcb\x0b\x7f\xa0\x93\x12\xfc\x79\x73\xc7\x43\x5d\x90\x09\xe3\xa7\xab\xab\x30\x9f\xd5\xb7\xed\x8a\x34\x53\x6d\xaf\x3f\x38\xa6\xe6\x8a\x0b\x37\x6a\x11\xe5\xfb\xe0\xc4\x1d\x3d\xd7\xde\x2c\xbf\x50\x70\xd9\xbc\x49\x30\x33\xde\xdd\x49\x63\x18\x12\x41\x37\x61\x9c\xe8\x93\x20\xd5\x74\xaf\x71\x46\x0a\xec\x67\x3c\xe7\xd2\x0e\xa7\x8a\xca\x6b\xee\xe9\x58\x3c\xcc\xe9\x7b\xa9\x1f\xe6\x70\x93\xee\x7e\xce\xae\x8e\xf3\x7e\x7f\x60\x57\x36\xaa\xee\xa9\x62\x0e\x4c\x39\x48\x50\x15\xb9\xb3\x8f\xa0\xbc\x51\x04\x20\xa9\x2f\x54\x23\xbf\x2a\x6f\xd9\x66\x17\x2c\x54\x95\xdc\x27\xa0\xd5\xca\x2a\x26\xaa\x62\xda\x99\x86\xb3\x7c\xa5\x16\x4f\xf5\xf4\x40\x20\x8f\x81\xf4\x8f\x96\xb4\x2b\xb8\x81\x74\x33\x7e\xc4\x42\x12\xd1\x69\x3b\x65\x71\x3b\x09\x47\xf7\xdb\x3a\x92\x39\x41\x79\xe7\x1f\x7e\xe4\xd1\x0b\x8f\xfd\xe1\x27\x1f\xff\x6f\x7f\xf4\xc4\xc5\x27\x2f\x3d\xf5\xdf\x2f\x5f\xb9\xfa\xf4\x33\x9f\xfa\xe3\x4f\xff\x49\xb8\x3b\x8c\xd0\x68\x3c\xc1\x9f\xbb\x1e\x4f\x09\x9d\x7d\x9e\x25\x3c\xdd\xdb\x3f\x38\x7c\xb6\xbb\xf9\xe0\x43\x1f\xfb\xdd\x8f\xff\xde\xef\xff\x81\x07\x59\xe0\x79\xf9\x2b\x79\xeb\x01\xef\x0c\x27\x21\x3b\xcf\xdd\x33\x67\x09\xaa\x5e\xfb\xe0\x01\xb3\x33\x3a\xde\x77\x35\x8c\xdb\xac\xbc\xb6\x61\x2c\xf7\x73\xa8\x8e\xd7\xe8\x51\x85\xba\xfe\xa8\x68\x12\xab\xf3\xa7\x51\xc6\x10\x95\xc2\xbb\x7b\xd8\x08\x1b\x49\xba\x2b\xed\x20\xee\xc3\x20\x1d\x6f\x89\xf4\x94\xf0\x90\xa3\xf6\x34\x1c\x4e\x30\xb9\x67\xc4\xa2\xf7\x5c\x75\x0b\x2b\xf3\x8f\x90\x5c\x09\x32\x37\x62\x4a\xce\xeb\x30\x7b\xb3\x43\x4b\xaf\x57\x04\xb2\x6b\x86\x1b\x49\xd4\x93\x00\x69\x00\x36\x9d\xd4\x32\x4b\x92\x65\x2f\xaa\x7e\x36\x08\x42\x51\xd2\x50\x59\x55\x98\xce\xac\x6c\xe0\x54\xd3\xe7\x03\xb7\xda\x8a\x47\xb3\xf4\xee\xa5\x11\x54\x55\x9a\x9b\x9b\xc3\x94\x31\x44\xb8\x6c\xf9\xc9\x70\x8a\xac\x7f\x7c\x92\xee\xda\x60\x4b\x49\x70\xa4\x63\x1c\xab\x33\x87\x00\xe9\xe7\xa6\xae\xb2\x90\x28\xaf\x83\x64\x3e\xef\x0f\x60\x18\x20\xf5\xdc\x54\xe1\x83\x3c\xe1\x54\xfe\x79\xd4\x9e\x6e\x9e\x23\x6a\xc9\x04\x54\x48\x85\xb2\xd5\x62\xad\x99\x89\x05\x32\xc8\x3a\x23\x02\x9c\x9a\xc2\x72\x4d\xa1\xad\xa9\x80\x45\xb9\xa2\x85\x3e\x31\xed\x5c\x79\xea\x89\xf3\x57\x03\xef\x01\xaf\x78\x70\x6a\x4e\x00\x95\x60\x50\x1e\x57\x1d\x65\xae\x91\xb5\xa2\xa6\x89\x81\xa3\x6a\x4e\xeb\xb3\x00\x41\xb1\x90\x32\x7f\xcf\x40\x11\xdc\x36\xeb\xb1\xed\x3e\x1b\xc8\xcd\x8f\xa1\x28\x1d\xba\x67\xf6\xee\x6d\x3a\xd4\x67\x83\x80\x43\xb4\x00\xf0\x48\x13\x2d\x5b\x28\x15\xdf\x78\x2f\x71\xb7\x85\x66\xa0\x49\xb7\x8c\x7f\x42\xa7\x88\x4f\x04\x65\xec\x23\xc2\x55\x20\x2d\x0f\xac\x91\x80\x67\x8e\x5f\x76\x48\xc2\xec\xcc\xc9\x04\x14\x92\x0f\x7f\xca\xe8\xdb\xac\xd5\x22\xad\x16\x05\xe6\xb4\xda\x0e\x0d\xb7\x43\xa3\xa8\xae\xd7\xf0\xd6\x7d\x2a\x36\x97\x22\xdd\x81\x75\xaf\x31\x62\x54\x48\x56\xeb\x4c\x9a\xc6\x04\x44\x4a\x66\xb5\x10\x2c\x44\xbb\x7d\x3e\x08\xf0\x82\x74\xb2\x06\xae\xd2\x2a\xd5\xbb\x28\xf8\xb8\xf9\x95\x8f\xb7\xeb\xbf\x7b\xa4\x56\x54\xef\xa8\x7a\x77\xd7\x72\xfd\xd9\xdc\x32\x75\x3b\xd2\x3b\xa3\x0d\x76\xc5\xde\xad\x7b\x67\x1a\xe7\xbc\x05\x74\x9b\x2f\xaa\x00\x5e\x47\x06\x9a\x32\xbb\x47\x17\xe4\x5c\x48\x8b\x35\x3a\x4f\x04\x69\xc9\xa9\x0b\xdb\x9b\x60\x0d\x05\x5d\xab\x79\x6d\x3b\x6f\x02\xad\xa3\x1e\xea\x88\x35\x2d\x7b\xe5\x6f\x2a\xfa\x67\x39\x46\x82\x06\x46\x56\x29\xb6\xa6\x9e\x50\x28\x93\xd0\xd3\xe4\x3a\xa1\xfb\xa4\xa1\x7a\xdf\xf8\xac\xe4\xf2\x9f\x35\xbc\x65\x1f\xc7\x71\xb6\x38\x94\x0f\x9b\xc3\xc3\xb4\xd0\x59\xe2\x40\xda\x37\x2c\xc2\x51\xa1\xf0\x02\x16\xf9\x43\xe5\xe5\xf0\x6c\x90\xd5\xcd\x7d\x67\x7d\xea\xc0\x01\x05\xe6\x70\x6c\x2d\x39\x54\x4c\x25\x4e\x8e\xea\x68\x03\xee\xd9\x6c\xa0\x6e\xb9\xce\xe7\x18\x8e\x02\xde\xe1\x74\x3e\xc7\x6b\xdd\x20\x08\x46\x56\x4c\xf5\x9a\x1e\xd8\xf6\x49\x30\xd2\xd3\xe4\x6f\x02\x98\x06\xcd\x2e\xe8\x89\x44\x01\x6e\x02\x28\x3d\x56\x0b\x45\x68\x30\x74\x8a\xc4\xaa\x08\x0d\x86\x02\xdc\x04\xf2\x69\x14\x53\x00\x03\x19\xa1\xda\xf9\x99\x48\x37\x69\x9f\x06\xd4\xa1\x8e\x04\x76\x01\x80\xa1\xfa\x44\x02\xe2\x7c\x0a\xe5\x27\x25\xb7\x8a\xee\xfa\xe5\xdb\x1d\x38\xe0\x70\x18\xa0\x35\x5d\xf5\x30\x40\x75\x55\xe3\x80\x97\xaa\xc6\x41\x10\x10\xf5\x62\xcb\x30\x08\x02\xda\x0c\x82\xb8\xd5\x62\x0e\x03\x97\xc3\x0f\xf4\xd5\xf5\x63\x66\x91\x50\x8e\x47\x87\x75\x74\x90\x9b\xd7\xa5\xe5\xab\x29\x40\x7d\x2d\xcd\x7e\x16\xa6\xbd\x62\x2b\xed\xa3\x81\xdc\x2a\x95\xa7\x7a\xe6\xeb\x73\x96\x4a\x7f\x1f\xd2\xc7\x03\xa7\xaf\xca\x76\x5b\x83\x5c\xb1\xde\x65\xcd\x55\x7f\x52\x32\xbe\xe8\x0b\x1d\x8d\x7a\xb5\x17\x75\xca\xe5\x0c\x05\x71\xb0\xc6\xb7\x99\x89\x33\x50\xca\x26\x98\xd4\x10\xf9\x0c\x6e\x82\x5e\x0d\xce\xd2\x6e\x21\xc3\x63\x94\x42\x2e\xbb\xdc\x49\x33\x27\x35\x34\xf6\x5e\x35\xdc\xd4\x3b\x6e\x21\x96\xbd\x1c\x3b\xa2\xd9\x50\x4a\x26\x32\x28\x48\x24\x03\x84\x08\xae\x0f\x39\x3b\xbc\x72\x4f\x5a\x5c\xc8\xa8\xbc\xbc\x62\x28\xb1\xcb\x6a\x61\x12\x1c\x55\xb1\x8f\x52\xa8\xe9\x7e\x77\x00\x93\x5c\x70\x69\x98\x06\x4a\x3c\x49\xc0\x1a\xf3\xd3\x9a\xf0\x13\xaa\x33\x69\x9f\x0f\xd6\x42\xa1\xd5\xa9\xbd\x3b\xbf\xfd\x31\xa0\x64\xee\x35\xdd\x47\x19\x89\x22\x37\x56\x15\x41\xb0\x2d\xcb\x57\x19\x0c\xcb\x57\xe6\x0f\xbd\xfb\x99\xbd\xd3\x07\xa5\xed\x9b\x8b\x2d\xd7\xb9\x3e\x53\x2d\xf0\xa7\x29\x8e\xda\x63\x44\xd4\xcb\x15\xf7\xfa\xb0\x53\x37\x54\x11\x70\xc3\xbe\xe8\x08\x3a\x63\xc4\xaf\xe2\x29\xb2\xfe\xda\xde\x81\xfe\xd7\x96\xff\x7d\x4c\xfc\x77\x68\x7e\x9a\x7f\x9e\x0d\xd4\xbd\xd1\x3f\x38\x1c\x6c\x8c\x61\xc5\x24\xf9\x68\x7d\xf3\xe3\x0f\xe4\x34\x44\xf0\xd1\xcd\x8f\xcf\xbb\xd6\x0c\x10\xe4\xbc\x97\x37\x3f\x0e\xa0\xef\x1d\x08\x61\x81\x6f\xb3\xde\x43\x2d\x36\xff\x7d\x90\x8d\xf9\xe6\xc7\xf5\xac\x2e\x75\xc5\x2c\x9e\x27\x24\x55\xae\x64\xd5\x07\x0f\xab\x99\xef\x75\x2e\xb7\x09\xe7\x47\x3b\xef\x01\xb5\x34\x57\x5b\x10\xe7\x6e\x38\xbc\xbe\x62\x76\xeb\x4e\x68\x73\x97\xf1\x4b\x36\x64\xec\x20\xe5\xdb\x90\x1c\x93\x75\x3f\x8c\xaf\x5b\xe7\x94\x4a\xd7\x51\xe3\x87\x75\x4f\x94\xf0\x7c\xa0\x3e\xc7\x03\x29\xff\x81\xd4\x7d\xa0\xb9\x0f\x4e\xbc\xc1\xa4\xee\x43\xb8\xcc\xc9\x45\xfa\xd6\x26\x1b\xa9\x75\x8d\x31\xde\xb6\xd5\xf4\x53\x5c\xca\xc7\xd9\xec\x8f\x39\x34\xa9\x38\xa6\xae\xf4\x8f\xa8\x99\xa4\x3b\x9f\xa0\x4f\x9d\xbf\xfc\xe4\xe3\x4f\xfe\xe1\xce\x1f\x5d\xf8\x74\x80\x3a\x8f\x3c\x7d\xf9\xf2\x85\x27\xaf\xee\x5c\xbe\xf0\xdf\x9f\xbe\x70\xe5\xaa\x4c\xd5\x0f\xf2\x28\x4d\xa8\x3a\x8b\xb7\xb3\x23\x91\xde\x61\xe8\xf3\x29\x4a\xb8\x07\x93\x20\x5f\xb5\x93\x23\xc2\x0c\x0d\xf9\xce\x7e\xc8\x88\x18\x82\x35\x75\xcf\x41\xd9\x64\x2e\x8a\xa1\x37\xf7\x0d\x6f\x37\xc4\x0b\x43\x53\xca\xd1\xe3\xd1\x1f\x9a\x59\x0a\xaa\x93\xe7\x73\x4b\x55\x0b\x98\xf7\xd5\x17\x43\x9c\x2a\x86\xa6\xae\x26\x98\xcb\x5a\xaa\x12\x38\x32\xa3\xb2\xaa\x9b\x7a\x04\x27\xe0\x68\xd8\x6a\xc5\x1d\xe9\x60\xae\xfd\x3c\x66\x41\x5c\x46\xab\x63\xf8\xb7\x0f\xd6\x46\xa5\xbb\x67\x38\xb0\x84\xdd\x71\xce\x5f\x7c\xd4\xb9\x8e\x0e\xd5\x03\xc7\x41\x10\x58\x9d\xb6\xd2\x40\x6a\x97\x96\x1d\xe9\x94\xc5\x3d\x04\xaf\xa3\xc3\xa4\xc7\x17\x40\x3d\x54\xec\x83\x85\x8f\x3a\x04\xed\xcb\xf8\x4a\x90\x83\xb5\x98\x0e\xc3\xf8\x0a\xa7\x2c\x1c\x23\x89\xf7\x1e\x7a\x9c\xa3\xa9\x6e\x1b\xda\x60\x64\x39\x1f\x99\xc8\xa7\x9a\x81\x0b\x8c\xa6\x0e\xfa\x19\xf2\xb3\x42\xdd\x09\xe2\xb2\xe2\x10\x4e\x01\xac\x6b\x35\x01\x30\xee\x88\x69\xbb\x2c\x47\xd0\x47\x70\x0a\x53\x91\x66\x42\xb6\x3d\x45\xe3\x58\xed\xda\xa2\xe5\xbd\x60\x1f\x93\x88\xee\x77\x28\x51\x5a\x57\x4a\x04\xbb\x17\x23\x56\xf9\xc1\x65\x59\x15\xfe\x32\x7b\xad\xd6\x9e\x2f\x5a\xd3\xf3\xb9\x80\x4d\x33\x97\xf3\xb9\x81\xd4\xc7\xc8\xc8\x56\x75\x3d\x09\x01\x94\xe4\x34\xf1\x1d\x55\x54\xd5\xd0\x18\x4a\x67\x21\x42\xb9\xbc\xc6\xd1\xa0\xac\xb1\x1f\x26\xf6\x96\x02\x58\xb3\x4d\x8d\xe8\x30\x4d\x24\x46\x32\xc4\x5b\x84\xa3\x47\x44\xa6\x7c\xd8\x3c\x3c\xf2\x73\x48\x8c\xf5\x40\x27\x00\x1c\xd5\x8f\xf3\x9a\x96\x1e\xba\x90\x96\x3c\x70\x80\xbc\xee\xee\x38\x92\xfa\x5e\x5f\x5e\xbe\x18\x34\x9e\x96\x56\xba\x90\x34\x2e\x9d\x4f\xf9\xa4\x61\x56\x7e\x83\x4f\x42\xde\x10\x43\x9c\x34\x0e\x69\xca\xd4\xc2\x69\x9c\x9f\xcd\x1a\x38\x69\x44\x68\xc6\x90\xbc\xfb\x20\x03\xd1\x08\x3d\xa7\xb1\x8b\xae\x91\x46\xee\x9f\x42\x4f\xbe\x9f\x10\x36\x46\xa9\x7c\x3a\x8b\xa1\x18\x85\x09\x82\x8d\x30\x69\x44\x54\x34\x9d\x50\x51\x63\xd8\x98\x51\x8e\x88\x32\x15\xa2\x61\xca\x30\x3f\x6c\xec\xa5\xb1\x58\x64\x2a\x34\x5c\xa7\x58\xfd\x27\x71\xa4\x62\x10\x35\x74\xac\xcd\xc6\xee\x61\x23\x41\x9c\x8b\x5a\x3f\x2b\x03\x3c\x3f\x4d\x92\x70\x84\x2e\xeb\x3e\xf5\x1a\x9c\xa5\xe8\xb3\x02\x1f\xd9\x25\x75\xfd\x24\xc7\xc2\x73\x8d\x78\x10\x75\x2a\xaa\x51\x46\x0c\x1e\x54\xce\x51\x08\xd6\x78\xab\xe5\xd7\x4d\x13\xaf\x5f\x29\x21\x10\x64\xc1\xf1\x14\xd1\x94\x3b\x31\x03\xe3\x90\x23\xe6\xc7\x39\x0a\xa9\xa2\xc1\x8c\xe2\x60\x23\x4c\xf9\x84\x32\xfc\xac\x72\xfe\x12\x5f\x22\x44\xb0\xf8\x42\x99\x98\x6b\xe7\xfa\x8a\xc8\x60\xc6\x4f\x3e\x97\xb0\x8f\x13\x24\x49\x99\xa1\x21\xc2\x62\xfe\xf4\xdb\x0b\x32\xee\xbd\x5c\x84\xba\x9d\x8e\x27\x64\x79\xb8\xd9\xed\xca\xa3\x1a\xbd\x40\xc3\x48\x89\xf1\x4f\xe0\x84\x0b\x1e\xe9\x7b\x89\xea\xac\x07\x47\xf2\xa4\x46\x3f\xcb\x96\xe3\x3f\x76\x85\x9a\x5a\xd4\xc0\x2c\xad\xa8\xe2\x3e\x92\xc3\xfd\xcd\xad\x40\x99\x47\x33\x9f\xdc\xd6\x13\xa8\x97\xb7\x95\x7d\x0e\x8f\xc7\xa2\x01\xbb\x1e\x8d\xb5\x61\x18\xa3\x90\x3c\x3d\xf3\x65\x63\x12\x2c\x35\x27\xd2\xd9\x55\x35\x6d\x22\x5f\x81\xb1\x95\xf2\xcf\x54\x7a\x69\x86\x79\x65\x68\x47\x91\x3b\x8f\x7d\x89\x71\x2e\x00\x7c\xe8\x77\x35\x82\x06\x91\xff\x9f\xbd\x7f\xdf\x6f\x23\xb7\x12\xc4\xf1\xff\xf5\x14\xc5\xda\x2c\x0d\x34\xa1\x12\x29\xbb\x9d\x6e\xca\x65\x8d\xdb\x6d\x27\x9e\xf8\xb6\x96\x3a\x99\x2c\xcd\x68\x4a\x2c\x50\x44\x4c\xa2\x38\x28\x50\xb2\x22\xd6\xbf\xfb\x04\xfb\x12\xbf\xd7\xf8\x3d\xca\x3e\xc9\xf7\x83\x83\x4b\xa1\xaa\x40\x49\xee\x38\x99\x64\xa6\xf3\x49\x5b\x2c\xdc\x2f\x07\x07\x07\xe7\xea\xf7\x5a\x77\x34\x53\x64\xa6\x7e\xe3\x5b\x40\x33\x8d\x5a\xb0\x33\xef\x62\x59\xac\xed\xf0\xad\x92\xca\x2e\x64\x15\x6e\xdd\x4c\x12\xb6\xc9\xd7\x5d\xd8\x74\x49\xbb\xda\x80\x61\x7f\x2d\xd8\x65\x26\xe9\xc1\xdf\x5a\xc1\xae\xb8\xa4\x42\xb0\x9c\xbe\x2e\xb2\xfc\x04\xf8\x02\x21\x35\x46\x41\x4b\x2a\x43\x45\x54\x89\xde\x48\xeb\x80\x05\x1b\x60\x73\xe4\x7c\x05\x80\xaf\x29\xfd\xe6\xca\x8b\x19\x90\x40\xe6\x42\x37\x8e\x0f\x51\xac\x59\x13\x31\x26\xbc\x2e\x72\x41\xad\x47\xdb\xf2\x87\xeb\x53\xed\x19\xb7\x2e\x39\x19\x4e\xf7\x44\x52\x8a\x59\x4a\x09\x57\x84\x00\xe5\xf2\x6d\x91\xd3\x84\x81\x2f\x5c\x1d\x20\x05\x81\x39\x8f\x79\x6f\xf6\x46\xb7\xad\x7c\x47\xd1\xfe\x36\x0b\x1f\x63\xa0\x30\x2b\x72\x7a\x5f\x3a\xf8\x6b\xbc\x99\x79\xed\xa6\xc2\xa9\x19\x70\xf0\x17\xdc\x19\xfd\x79\x56\xd2\x9f\xc4\x72\x7c\x8b\x52\xb0\x79\x4f\x2f\xa4\x5c\x97\xe3\x83\x83\x65\x71\xc1\x78\xa2\x71\x4f\x99\x70\x2a\x0f\x7c\x25\x58\x49\x39\xcf\xb4\x6f\xc8\x41\x6c\xe6\x7f\x60\x71\x2c\x8d\xd5\xca\xba\x22\x63\x78\xd5\xf8\x0a\xcb\xd8\x6f\x80\xc4\xb3\x62\xb5\x02\xaf\x6a\x56\x0a\xe9\x44\xf3\xe3\x49\x9c\xad\xd9\xbe\x51\x30\x51\x45\x97\x8c\x72\x79\xc6\xf2\x78\x4a\x3a\x82\xfc\xf1\x24\x2e\x67\x05\x44\xaa\xe6\x85\xf6\x03\x2f\x68\xb9\x2e\x78\x49\xcf\x56\x6a\x6f\xa6\xc4\x7e\xbf\x29\x72\x1a\x1c\x97\x5f\x20\x26\xe0\x5c\xd1\x55\x32\xbd\xdc\xb9\x86\x93\x7a\x9d\x6c\xd5\xd3\xeb\x35\x8d\x31\x89\xb5\xcc\x6f\xaa\xd6\x27\x5b\xb3\xdf\xeb\x79\x8d\xe3\x51\x32\x8c\x89\x5f\xf6\xd6\xb1\x9d\xea\x68\xdc\x00\x6e\x6a\x74\xfa\x12\xfe\x49\xb0\x1d\xb5\x5c\x7e\x13\x4f\x35\x3c\x33\xc0\xeb\x04\x75\xb0\x53\x80\x31\x54\x83\xbd\x02\xaa\x5d\xef\xcd\x80\xc4\xfc\x36\xcd\xe1\xfb\x3e\x1e\xbf\xc6\xb1\x61\x61\x05\x1d\x38\x39\xcd\x27\x3b\xd6\xc1\xcb\x00\xd5\x94\xeb\x6c\x46\xdb\x7b\xaf\x95\xc1\x03\xab\x7a\xab\x1e\xbc\x5a\x53\xad\x42\xd6\x6e\xce\x29\x91\xe7\xfa\x86\x33\xce\x43\xdf\x76\x7a\x71\x94\x6d\xad\xc0\x8a\xb5\x0a\xbc\xd5\x05\x34\xce\x5e\x77\xb7\x87\xb7\xdb\xfa\x41\x25\xda\xd9\xdb\x6d\xac\x4d\x6d\x6a\x25\x18\x6b\xb3\xd2\x34\xc8\x01\x17\x8b\xd8\xae\x54\xb0\xab\x31\x18\xa3\x76\xc0\xb2\x33\x41\xed\xca\xd4\x07\x3f\x76\x1b\xf8\xb5\xcd\x93\xee\x81\xa1\x5b\x96\x93\x7f\x5b\x1c\xed\xfb\xba\xdc\x81\xa7\xdb\x53\xb0\x68\xda\x61\xe1\x6c\xcd\x12\x5d\x48\x41\x89\x9e\x86\x87\x67\xdb\xa8\x69\x12\x67\xb3\x19\x2d\xcb\x33\x59\x7c\xa2\x1c\xf0\xdd\xfd\x91\x03\x26\x80\x3d\x83\xe5\x2c\x5e\x35\x96\xc7\x21\xf5\xcf\xdb\x8c\x4b\x6f\xdb\x1a\x8d\x45\xee\x24\x7d\x7e\x26\x86\x80\x03\xdf\xd0\x28\xc0\x3a\xfa\xb1\x75\x20\x64\xa8\x01\x43\x64\xcf\xcf\x9f\x95\xd7\x7c\xf6\x8a\x33\x09\x51\xe3\xe1\x69\x62\x83\x46\x46\xc6\xcb\xab\x4d\x26\x2c\xbd\x93\x81\xa2\x03\x50\x9b\xd6\x5f\xfe\x50\xd3\x40\x78\xaf\xdb\xa5\x4f\x50\xbd\xfc\x01\x34\x59\x10\xf5\x19\x14\x9a\x40\xc7\x95\x66\x14\xd6\xb4\x16\x46\xf1\xc1\x81\x59\xed\xc4\x2e\xbf\xb9\xb4\xf9\x20\x3e\x28\xf3\x4f\xc9\x9f\x4b\xad\x16\xa6\xde\x39\x8d\x4b\x2b\x30\x0e\x49\xba\x89\xfd\x3e\xea\x26\x82\x75\xc5\x06\xe2\x60\x77\x33\x91\x16\x6c\xf8\xba\x0b\x56\x7c\x71\xb3\x29\xa9\x78\x95\x8f\x69\x02\x3f\x7e\x24\x1a\x6e\x4f\x15\xd8\x8e\x69\xe2\x7d\x11\xfa\x79\xcd\x04\x2d\x5f\xa9\x74\xf7\xbb\xaa\xd1\xd2\x85\xc8\xb8\xa4\xf9\x89\x82\xd0\x12\xdc\x38\x35\x52\xd2\x56\x09\x4c\xe4\x17\xeb\x76\xee\xe9\xb0\xe7\xbb\x4e\x71\x17\xde\xdd\x41\xea\xa0\x3d\x7b\x90\x20\x2c\x25\xdc\xde\x6a\x1a\x7a\x68\x3b\xf0\x64\x5d\x20\x26\xbd\x91\x22\x1c\xd6\x9a\xa8\xea\x94\x85\x9c\x18\x13\x43\x2f\x05\xcb\xd4\xb4\xd4\xe5\x61\x72\x18\x63\xf2\x79\x7e\xbe\x5a\x06\x8b\x42\x8e\xee\x73\xb6\xc8\x38\xa7\x8a\xd4\x0a\x96\xac\xb3\x2d\xcd\xa4\x4f\x48\xb0\xb0\xce\x52\x6b\xc0\xcf\x7e\x3a\x89\x31\xf9\x72\x7e\x69\x61\x74\xb0\x34\x6b\xa3\x04\xb7\xf5\x2d\x4e\x28\xbe\x71\xd6\x64\xea\xe5\x4b\xd3\x9b\xaa\xe1\xca\x0c\xee\x47\xbd\x1b\x98\x88\x94\x26\x0a\xab\x2a\xca\xca\xea\x5e\x18\xfa\xcd\x5b\x7d\xa7\x26\xd8\xed\xbe\x7b\xaa\x02\x91\xe3\x3d\xf5\xa1\x3b\xf1\x06\xe8\xf7\xbc\xfc\x21\x01\x32\xbc\xa9\xea\xa7\x87\xfa\xc1\x60\xfe\xe3\x16\x76\xe0\xa4\x99\x8f\xc7\xad\x02\x8c\x68\x2d\xb8\x4d\xa9\xde\xc9\x37\x1a\x54\xa9\x01\xc4\xb3\x52\x43\xa2\x24\xaa\x8d\x33\x88\xe5\x22\x00\xdb\x57\x48\x12\xae\xa3\xd5\xea\xc9\x66\x3a\xf2\x03\xac\x40\x57\x3b\xe7\x46\x77\x31\xee\x0d\xc9\xac\x28\x3e\x31\x75\x90\x0c\xa8\xd5\xab\xab\x01\xac\x86\xd7\x3a\xc7\x42\xa9\x85\xf6\x3a\xc7\xc2\xb8\x07\x91\x1e\xbd\x53\xc3\xa1\x03\xc1\x3a\xd7\x00\x1e\xae\x9a\x1e\x52\xca\x7b\xdd\x65\xbb\xdf\x81\x2d\x8b\xd0\x5b\x5f\x87\x7f\x43\x1a\x43\xdc\x85\x9d\xda\x6f\x41\x47\x64\x5c\x5d\x5d\xd5\x97\x86\x22\x33\x72\x96\x2d\x8b\x0b\x3d\xf0\x38\xf8\x2a\xcb\x59\xb9\x5e\x66\xd7\xde\x8b\xca\x65\x99\x57\xb0\x79\xe9\xd4\xa8\x50\xde\x85\x0a\x4d\x9b\x63\x43\x78\xb6\x69\x97\x4e\xfd\x2f\x7d\xd8\x90\x1d\x7e\x8d\x1a\xe5\xda\x07\x59\x93\x0b\xfa\x48\x39\xfe\xe1\xf3\x22\xa7\xfd\x7e\x7c\x38\x1c\x6a\x55\xb1\x4e\x66\x40\x43\xab\xa4\x22\xd2\xfc\x20\x9a\x37\xb9\x91\x35\x5e\xa1\x5a\xf7\xf6\x36\x78\x6c\x79\x0d\xf8\xa7\xe2\x4a\xb4\xc6\xde\x81\x43\x9d\x0f\x10\x08\x68\xef\x1e\xe4\x6e\x0b\xd8\xfe\xf3\xde\xc2\x3b\x5d\x55\xfc\x73\xed\xd0\xae\x59\x74\x1f\x26\xb3\x59\xb1\xe1\xb2\x4c\x74\x15\xfd\x3a\xb1\x8c\xa0\x4b\xcd\x0b\x8a\x09\x3c\x43\x7e\xef\x82\x93\x75\xb0\x8e\xae\x9c\xad\xc1\xf5\xfa\xca\xab\x0e\x15\x19\x9f\x17\xf1\xad\x6c\x1e\x23\xb7\x3d\x33\xde\xf3\xce\x32\x58\xa9\xd2\x47\x3b\x3b\x9e\x32\x9a\xd9\x44\x4b\x69\xdc\x27\xea\x40\x3d\xe5\x0e\xa8\x09\x94\x8c\x49\x1c\xe3\x26\xcf\x26\xd6\xaf\xae\x3b\x1e\x65\x44\x17\x83\xbb\x55\x61\x3f\x4d\xd2\x9e\xb1\x2f\x7f\xae\x75\x29\x9e\x16\x79\xa3\xd9\x0d\xc4\x08\x92\xcf\x37\x6c\xa9\x90\x38\xc2\x2d\x12\xc7\x6f\x93\xa5\x5d\xe6\x95\x9e\x47\xec\xbc\xfe\x69\x0e\x60\x67\x6b\xd5\x65\x9d\xfa\x17\x35\xfb\x1d\xbd\x8e\x9b\x4e\x4c\x21\x47\xe3\x77\x0c\x42\x50\x24\x14\x41\x12\x42\xbb\x9a\x43\x3c\x01\xd5\x66\xb6\x43\xbb\xca\x51\x78\x13\x39\xed\xf7\x85\x53\xa3\x83\xe0\xfc\xc6\xb8\x23\xe8\x67\xcd\x4e\x0d\x74\x9d\x41\x8e\xe3\x2c\xfe\x59\x19\xad\x8c\xa6\xbe\x5c\xd0\x92\x3a\xdb\x88\xba\x92\x36\x70\x03\x15\x69\xa3\xd9\x4b\xa2\xb8\xb6\x22\xb9\x93\xb8\x73\xd1\x87\x4b\x78\x40\xfe\xdb\x9b\xd7\xbf\x95\x72\xfd\x41\x83\xd9\x5e\xe9\xb8\xf1\x6f\xd8\x0a\x20\x0b\xa8\x1e\x6b\x04\x7b\xf0\xe7\x12\x08\xa3\x32\x29\x3a\x02\x5f\x2d\x3c\xff\xd7\x93\x77\x6f\x8d\x2c\xbc\x4c\x1c\x84\xd2\xcf\x12\xef\x15\x49\xb6\xc9\x19\xe5\x33\x9a\xa6\x2e\xc6\x65\x5b\xf4\xed\xec\x91\x74\x76\x56\x96\xec\x42\xa1\x9f\x9b\xda\xd5\x4d\x03\x52\x39\x60\x4a\x6b\x39\x97\xa6\x69\xdd\xcb\xed\x3d\x30\xd4\xd0\x61\xa6\xd6\x53\x43\x6b\x77\x14\xa4\x45\x75\x88\xc3\x48\xc7\x58\x4b\x22\xb5\x91\x0f\x6c\x4f\x0f\xa2\x39\xa3\xcb\x3c\x5a\x65\xd7\xd1\x39\xb5\x5b\xa8\x05\x72\x3e\x0d\x7c\xd7\x30\x9e\xc1\x59\x35\x9d\xd6\x31\xec\xa3\x42\x44\x8b\xac\x8c\xce\x29\xe5\x91\xa4\xab\x35\x55\x10\x71\xc5\xe4\x22\x89\xfe\x58\x6c\x6c\xb7\xe5\x06\x10\x72\x24\x8b\x28\x8b\x1e\xa8\xd3\xbb\x29\x69\x1e\xe5\x74\xbd\x91\xd7\x0f\xa2\x4c\xca\x6c\xf6\xc9\x0c\xaa\x82\x2d\xa4\xcd\xe8\x27\x9e\xf8\xe8\xce\xa1\x9e\xb6\x17\xc6\x20\xaa\x68\x9e\xb1\xa5\x19\x5d\xa4\xe9\xf0\xe8\x41\x3c\x28\x0d\xd9\xaf\x20\x61\x10\x3f\x88\x90\x5e\x47\x95\x55\xa8\x6f\x28\xe2\x83\xcb\x20\x7e\x80\xfd\xb1\xaa\xe3\x1a\xff\xe6\xc5\x69\x4c\x8a\x41\x7c\xec\x23\xb5\x34\x1e\x04\x8c\x29\xed\x3b\x5e\x97\xc1\x0a\x64\x4b\x75\xd9\xe8\x9b\xb5\xeb\xd4\xd1\xb3\x64\xab\xfe\xba\x9b\xf7\x1f\x8f\x19\xf8\x33\x2e\xde\x2f\xbd\x75\xf5\x95\xfb\x73\xae\x4b\x12\x2f\x72\xb8\x7d\xbe\xe2\x8d\xb8\x8b\x23\x79\x37\x8f\xb1\x66\x8d\x7c\x01\x31\x07\x4b\x04\x62\xab\x59\xb6\x5c\x14\xa5\x1c\x3f\x3a\x1c\x0e\xcd\xd2\x38\xcd\x45\x4c\x16\x61\x71\xd4\x22\x87\xd1\xff\x4c\xa8\xfb\x67\xa6\xf2\xfe\x9e\x50\x66\x41\x41\x53\x3e\xd9\x5a\xad\x51\xb6\x3c\x5b\x8b\x62\xb5\x96\x5f\x15\x0a\x0d\x03\x71\x97\x24\xad\xce\xde\x01\xb4\xbb\x1e\xb1\x77\x02\xad\x9d\xd4\x7b\x98\x53\xb8\xf3\x46\x11\xb5\x10\x1b\x59\xfc\xf5\xf0\xfe\xdd\xf0\x6f\x09\xef\x5d\x9f\x81\xff\x54\x20\xdf\x1d\x7e\x90\x0b\xa2\x8b\x31\x0e\x20\xbf\xc9\xca\xb6\x64\xdb\xb0\x78\xfe\x71\x9f\xa1\xd6\xdb\xe6\xbd\x05\x2e\xff\xa9\xbb\x62\x47\x6b\x0e\x32\xd0\x33\xbb\xd7\xac\x51\x26\xc6\x04\xde\x33\x1f\x1a\xc9\xcb\x5d\xec\x1d\xf3\x9e\x69\x35\x11\x62\x1a\xdf\xfd\x84\x6a\x75\x89\xee\x7e\xe1\x18\x00\x99\x86\x1f\x3a\x4e\x92\x61\xb7\x48\xdb\x95\xe2\x2f\xa0\x81\xbe\x9c\xf8\x09\x71\x23\xbf\xc6\x66\x8b\xc0\x66\x07\x1f\xc9\x7f\xef\xc7\xeb\x7f\xbb\x67\xe8\x4d\x03\x69\x19\xc9\x1a\xd9\xf9\x84\xeb\x00\x9c\xb8\x07\xc0\x69\xbc\xf7\x33\x91\x0d\xd9\xe9\x19\xe7\xde\x7a\x24\x6d\x07\x16\x7f\x1b\x73\x03\x63\x43\xd0\x05\x6c\x1d\x23\x94\xf2\x4c\xd2\xdc\xb4\xc3\xc0\xa5\x64\x87\x65\x1e\x93\xb8\x43\x32\x19\x5a\xa7\xcd\x5a\x77\x2a\x4b\x86\x4c\xaa\x55\x9e\x88\x03\xf7\xb3\x0d\xd0\x00\xf6\xbe\xd9\x4d\x8d\x4d\xdd\x3d\xd7\x54\x76\x06\xf5\xa3\xdf\xd1\xeb\x1d\x04\x8a\xe6\xdc\xdc\x4d\xf6\x68\x59\x9f\x1e\xe1\x0e\x45\x2f\x9b\xb9\xfb\xa2\x6b\x70\x8b\x20\x76\x39\x58\x31\x07\xbb\x85\x09\xdf\xde\x92\x86\x89\x13\xed\x5c\x41\x35\x77\xe6\xa5\x80\x7b\x26\xe2\x27\xb4\x55\x70\xfc\xd2\x21\x9d\x9b\xba\xa3\x46\xc9\x9a\x87\xbf\xdd\x22\xa3\x73\xee\x56\x7b\xf4\xb8\x0e\x7c\xdf\xee\x81\x62\x0c\xd8\xbe\xc5\x4a\xd4\x27\xab\x45\x68\xb4\xf7\xf0\xaf\xa4\x33\xe2\x83\xb8\x97\xa6\x88\xa6\x13\x23\xbb\x57\xc4\x24\xe8\x7c\x83\x29\xfe\xac\x58\x92\xf8\xe0\x20\x26\xed\x5c\x45\x6e\x76\x12\xd7\x99\x5c\x28\x94\x3d\x35\xa8\x28\xc6\xd8\x5a\x43\xef\x8f\x70\xbf\x8f\xe8\x20\x8d\x0f\x62\x4c\xe8\xc0\x46\x0e\x30\xa3\x4b\x16\x72\xb5\xd4\x9a\x1a\xb0\x10\x80\xea\xff\x97\x42\x08\xb7\x3a\xf6\x71\x57\x7a\xf3\xa0\x35\x15\xa0\xba\x87\xae\xe6\xd2\x75\xac\x49\x6a\xdc\x08\xfe\x29\x1a\xde\x96\xc6\x94\x34\xfd\x24\x81\xc1\x49\x6d\x61\x59\x11\x7b\x43\x75\x49\x10\x4f\x1f\xd0\x9c\xc6\xd8\xc0\x43\x7b\xaa\x08\xdb\xe5\x3b\xfe\xb9\xd4\xc9\x57\x63\xf0\xb6\x54\x17\x7d\xd6\xae\xf1\x5c\x42\xca\x74\x7f\xd4\x4b\x53\x56\x1b\xc2\x97\xcd\xc3\xf0\xdf\xe0\xb2\x65\x73\x54\xf6\xfb\xc6\xb1\x4c\x2f\x4d\xb3\xae\xdb\xb2\x3b\x3a\x5f\x64\x65\x94\xf1\x88\xf1\x59\x21\xc0\xd0\xc4\x46\xf6\x80\x26\xad\xa3\x33\xe3\x7e\xf7\x9c\x46\xf1\x83\x41\x36\x78\x10\x13\x70\xa0\xc6\x4a\xf5\x6d\xba\x1f\x3c\x88\x1f\x84\xaf\xff\xe7\x45\x4e\xc7\x39\xed\xb2\xe8\x26\xc5\x14\x7f\x01\x51\x90\xdd\x46\x14\xb4\xbd\x8c\xff\x63\xbd\x10\xef\xa1\x8e\xd7\x9e\x40\xe7\x8d\x68\x55\xac\x74\xc1\x5d\x2a\x79\x9d\x3b\x7d\xc7\x0d\x0d\x8d\x9c\x2d\x33\x9e\x6b\xaa\x47\xbb\x56\xb6\xec\x90\x2f\x10\xad\xef\xe4\x4a\x08\x9a\xe5\x67\x57\x82\xe9\xd3\x0a\xfd\xbd\xd6\xdd\xed\xb8\x5e\xbd\x12\x86\x91\x02\x63\xba\x8d\x9b\xe1\x15\x88\x49\x3c\xcf\x96\xe5\xdf\x46\x2b\xf9\x36\xc8\x6b\x07\x9b\xb8\x13\xf2\x46\x7f\xbb\xd8\x25\xbb\x80\xcb\x86\x07\x08\xcd\xc4\xae\xc6\xbe\xb6\xfa\x0f\x3e\xe1\x76\x1a\xfc\xfe\xac\xd3\xe3\xfb\xce\x22\x5a\x49\xb1\x87\x68\x64\x2d\xaf\x8b\x79\x24\x71\x38\x84\xea\x73\xed\x9b\x6f\x96\x2d\x97\x51\x16\x69\x0f\x62\x0a\x83\x39\x55\xa7\xd8\x53\xf9\x63\x75\xeb\xbe\x52\xc4\x07\x3a\xa7\x82\xf2\x99\x6d\x13\x6c\xd6\x16\x59\xc9\x1f\x48\x2d\x61\xb1\x86\xdf\x25\xcd\xa3\xfd\xc8\x80\x41\xa3\x84\xea\x9f\xe6\xee\xaa\xe9\xc9\xed\x36\xd6\xc1\xdd\xeb\x20\xb0\xb2\xdf\xaf\x4d\x20\xeb\xd4\x63\x3a\xfe\x72\x1d\x40\x42\x13\xb0\x8e\xb3\x36\x6f\x3a\x6a\xbd\x67\x64\x5c\xa4\xc1\x12\x1e\x68\xbb\x55\xa1\x08\xdf\x70\xe3\x44\xc5\x2a\xa5\x31\x63\xee\x44\x93\xb3\x33\x20\xbf\xce\xce\xb6\x5b\x33\xc8\x0b\x2a\xdf\x5b\xe7\x48\xe0\x48\x11\x87\xf5\xe2\xea\x7b\x37\x51\x30\x97\xc6\xdd\xf1\xc4\xc4\x79\x95\x6a\x82\x3f\x9b\xa3\xd0\x5a\xf5\xfb\x3a\xc6\x5c\x2a\xc3\xd0\x70\xa2\xb6\x26\xa2\x9f\xd7\xc2\x5c\x5a\x10\xb3\x8a\x32\xb9\xa0\x42\x5d\x56\xaa\x36\x98\xd8\xb9\xee\x08\x98\xd2\xc5\x03\xdb\x83\xba\x5e\x76\x86\x6e\xed\xf7\xbd\xa8\xad\xe4\xc6\x73\xa8\x35\x36\x7b\x43\x09\xe5\x9b\x15\x05\xbc\x32\xee\x8d\x88\xc2\x76\xfa\xf7\x90\xf8\x38\x47\x6d\x62\x85\x89\xec\xf7\x91\xe9\xa3\x6c\xac\xea\x71\x30\x15\xd6\x66\xec\xed\x49\x2a\x71\x85\xa8\x51\xc9\xd5\x41\x01\x09\xad\x20\x02\x5e\xd0\xaa\x40\x6c\x3a\x6e\x45\xa8\x8d\xd4\xa7\x08\x68\x5d\xfc\xde\x92\x63\xe7\xf6\x2b\xb3\xca\xc9\x6d\x73\x4b\x19\xb2\x74\x07\x32\xa5\x55\xc1\xb7\xc1\x0c\xd6\x21\x99\x15\x52\xd3\x9a\xcc\xf7\x7c\x8a\xb4\xda\x2b\xdd\x00\x3c\x03\x7a\x12\x4b\xb1\xa1\x10\x74\x69\x87\xa5\x74\x89\x89\x21\x0e\xd3\x34\xad\x43\x58\xdd\x62\x91\x80\x15\xb9\x65\xcd\x97\xe9\xb2\xa4\x46\x2a\x5a\xa0\xf8\x6d\x21\xa3\x2c\x02\x7c\x18\x99\xc2\x36\x22\x5a\x66\xe2\x6b\x3d\x57\x08\x0b\xdd\x68\x44\x1b\x92\x3d\x66\xee\x3d\xe0\xef\xd0\x98\x56\x18\x84\xb2\xaa\x31\x72\x2b\x41\x64\x02\x75\xe4\xe5\x72\x9f\x7e\x06\x32\xe8\xb6\x58\x1e\xb7\x19\xf2\xf9\x31\xfa\x3e\x40\x95\x1f\x4f\x5e\x7b\xe7\x41\xe8\x40\x63\x32\x69\x04\x5f\x83\x92\x69\xc7\x06\x54\xa5\xee\x50\xa7\x35\x44\xb4\xef\xed\x06\x57\xc4\xef\xd7\x06\x27\xbb\x39\x53\x98\x59\xa7\xfd\x6b\x53\xed\x33\xf5\xbc\x1b\xed\xd4\xdc\x35\x53\x42\xc3\x7a\x09\x8d\xdd\x4a\x70\x16\x65\x1a\x76\x35\x7d\x67\x70\xba\xbb\xb4\x34\xff\x66\xb7\x7f\xc8\x1f\x84\xb6\x16\x7e\x53\xe4\x74\xb9\xe3\x35\x47\x1a\x71\x38\x76\x2c\x9d\x55\xcb\x50\x8f\x1e\xb5\x50\xc7\x62\xa7\xd6\xb1\x4c\x66\x0b\x3a\xfb\xf4\x1a\x94\x87\xc1\x21\xfa\xb8\x9d\x44\xea\xcf\x80\xc3\x9d\x21\x91\x21\x93\xf9\xce\xbb\x4e\x9d\x64\xc0\xfb\xde\x41\xc5\x09\xc8\xf5\x11\x4e\x66\xe0\x36\xdb\x1f\xdf\x2e\x05\xc7\x7b\x44\x11\xfc\x6f\xbf\xa5\xfe\xda\xb8\x4d\x6d\x27\x12\x3f\x21\xe0\x57\x6b\xd7\xce\x1a\x8e\x81\xcf\x1e\x10\xa1\xbd\xf5\x59\x04\xa1\x02\x83\x38\x61\xe5\x33\x7f\x17\x81\x77\xe0\x42\xb9\x14\x4e\x87\xfe\xd8\xbb\xe8\x4c\xb8\x0a\x84\xc7\x88\x25\x99\x94\x74\xb5\x96\xd4\xf3\xf4\x96\x52\x92\x1d\x73\xa3\x4e\xf2\x23\x18\xee\x23\x8a\xc7\xec\x16\x48\x73\x5c\x9e\x56\xa5\x0a\x63\xb5\x4a\x5e\xe2\xb8\xa9\x5c\x0f\x2a\x2a\xb1\x5f\x20\x26\x34\x0c\xb5\xed\xd0\x70\x5f\x40\xb5\xff\x4d\x44\x2f\x21\x0a\xc4\x50\x2a\x97\x94\x4b\x9a\xd7\xc6\x8d\xe4\xa6\x76\x41\xd2\x58\x00\xdf\x1f\xc0\x2e\xf3\x6c\x33\xdd\x86\xf3\x00\x63\x7b\xed\xa7\xb0\x3c\x6d\x04\x57\x8a\xf7\x5c\x83\xc0\xef\x3f\xa1\x4b\xaa\x48\x39\x14\x27\x3b\x63\x30\x01\xa5\x4b\x79\xfe\x7c\xc1\x96\x39\xf2\x5a\xb7\xce\x0e\xda\x53\x68\xcc\xc0\x10\x39\x08\x57\xa4\x76\x1b\xe0\x97\x55\xf7\x67\x9a\xa6\xbb\xc6\xf5\x3f\x1a\xc3\xc7\xc6\xbf\x5e\xc0\x39\xc2\x9d\xa2\x93\x76\x70\xc1\x7f\x7a\x48\xf1\x1c\x6c\x06\xc2\xed\x1b\x57\xc3\xd0\x59\xc4\x78\x44\x31\x10\xa0\x8b\xac\x7c\x77\xc5\xdd\x30\x05\xb6\xae\x7d\xcb\x2b\xa6\x0e\x30\x9d\x88\x29\xbe\x99\x65\x25\xed\x0d\xc7\x3c\x8d\x47\xf1\x9e\x0e\x00\x0e\x49\x23\x95\x34\xb4\x49\x66\x78\x63\x0e\x0e\x70\x2b\xa9\x69\x18\x31\x88\xd3\x78\xc0\x6b\x47\xff\x96\x59\x17\xe3\x2a\xe0\xbd\x9d\xea\xa8\xd8\xdb\xed\xb7\xc3\x21\x58\x01\xe9\x78\xcd\xf0\xbd\xd7\x70\xbb\xbd\xa2\xe2\x82\xa2\x9b\x25\x9d\xcb\x71\x39\x13\x94\x9a\x98\xf3\x07\x87\xfb\xf2\xe0\x90\xc8\x62\x6d\x93\x75\x13\x07\x87\xfb\xe2\xe0\x90\x40\x99\xb1\x24\x3a\x71\x2c\x2a\x85\x4b\x90\xd8\x6e\xd5\x55\xb8\xe7\x1f\x36\xeb\xcd\x47\x91\x59\x6a\x75\xf9\x6e\x08\xdf\x05\xcd\x0d\x67\x1f\xfe\x31\xd0\xde\x49\xbe\x06\xf8\xb6\x7c\xbb\x85\x42\xc5\x42\x56\xdb\x59\xf8\x2d\xc6\xdf\x5f\xca\xaa\xd0\x10\xdc\xb6\x47\xb6\xf1\x07\xe3\x81\xac\xef\xd5\xed\x16\xed\x2e\xe9\x47\x2a\xc4\x98\x88\xbf\x3e\xe4\x83\xb9\x07\x9b\x07\xea\xec\xbd\x28\x3e\x5f\x03\xf9\x40\xb4\x63\x63\x2d\x84\x2a\x3d\xef\xc5\x77\xfb\x14\x68\x1a\xa6\x03\xc5\x0c\xa2\x32\x2a\x37\x6b\x90\x24\x41\x2f\x9e\x6f\x12\x45\xa7\xdf\x2e\xbf\xf2\x07\xe0\xc4\x26\x7b\x34\x09\x78\xda\x6d\x38\x61\xd1\x52\xac\x99\x8e\x17\x1f\x1b\x6b\x32\x8a\x89\xcd\x68\xf9\x11\x56\x25\x3a\x5e\xa6\xb5\x06\xa8\x1a\xbe\xf1\x63\x69\x97\xbb\x09\xe6\x1d\xef\x66\xd6\x99\x58\xd0\xf2\xbd\x08\x26\xbb\xdd\x6f\xc7\x01\xee\x48\x34\xdc\x5a\xdc\xfb\x39\x4e\xf1\x4d\x66\x08\x86\x52\x66\x42\xbe\x5b\x53\xae\x1e\xbb\x28\x6c\x69\x6b\x49\x1f\x77\xc8\x43\xc5\x3c\x7f\x67\x10\x07\x42\x17\x0e\x16\xf5\x1f\xad\x7a\x14\x73\xc6\x59\xb9\x80\x61\x10\xaa\x05\x8b\x1d\xda\x28\x50\x2b\x63\x4b\x57\xa7\x41\x96\x41\x44\x64\x1a\xd6\xd6\xbd\x73\x37\xbe\xc6\xf2\x16\xfe\xf2\xbe\x54\x23\xb8\x7b\x7d\xcd\xba\x69\xda\x70\xd7\xc2\x15\x8d\x15\xd3\x2d\x13\x98\xe9\x2d\x0b\x56\x78\x0b\xe6\xaa\xec\x5e\xb1\x96\x37\xa6\xff\x84\x15\x33\xf8\xfd\x9e\x2b\xa6\x99\x2a\xc1\x15\x6b\x2f\x98\xbd\x38\xee\xbd\x5c\xc6\x51\xd2\x2d\xcb\x75\x2b\x85\x6d\x1c\x95\x86\x9d\x8d\xdc\x71\xa3\xec\xba\x4f\x44\xc3\xa3\x7f\x97\xc7\xb6\xc3\x0d\x61\xfb\x3e\x71\xd2\x33\x70\x85\x81\xec\x0b\xab\xb1\xb5\x3a\xbe\x65\xaf\xe8\x4a\x26\x5d\x78\xca\xac\x1d\x74\xf2\x01\xd8\xee\x3f\x88\x08\x44\x49\xba\x2e\x36\xd1\xbc\x10\x17\x14\x8c\x0b\x6c\x50\xc1\x88\xc9\xe3\xd8\xb4\x3d\xa1\x53\x60\xe3\x06\xfc\xc3\xbb\x4e\x5c\x17\xb6\x71\x59\x98\xb8\x97\x20\x93\x34\xe1\x75\xa2\x15\x95\x8b\x22\x4f\x6a\xc0\xeb\x02\x9d\x7b\xb3\xdd\x54\x8e\xd8\xba\x8f\x37\x04\x89\xd4\x40\x11\x33\x8c\xb9\xaf\x7d\xe7\x02\xb1\x3a\x16\x28\x2e\x00\x9f\xf5\x86\xd8\xe0\x2d\x81\xe2\xb9\x41\x1f\xfa\x58\x0a\x14\xcf\x2c\x10\x77\xc3\xe3\xec\x20\x63\xc2\xf0\xd7\x2c\xf4\x77\x88\x8a\x6f\xe1\x53\x2d\xb8\x23\x0b\xb4\xe3\x51\x1b\xfa\x64\x1c\x6f\x78\x83\x9b\x12\x13\x1b\x55\xa1\x95\x31\xbe\x01\x1b\x94\x37\xda\xe5\x9d\x26\x4e\x5a\x6f\xf8\x71\x6f\x44\xdc\x05\x37\x66\x7a\x75\x6d\x10\x33\xaf\x72\x3c\xc5\xa4\xc6\xd4\xaa\x20\xac\x79\xb8\x64\x93\x57\x91\x8f\x6f\x0c\x95\xf0\x53\x49\xc5\x8e\x51\x0c\x49\x8d\xd5\xec\x06\xaa\xc6\x8d\xae\x04\xe3\x17\xe3\x1b\x56\xfe\xa1\x10\x9f\xd4\xcf\xde\x90\xb0\xf2\x9d\x49\xef\x0d\x49\x7d\x39\x36\x5e\xbc\xb0\x4b\xb5\x4f\xf0\x26\x1b\xd2\x7a\x83\xf3\x1d\x76\xc7\xcd\x75\x55\x57\xa3\xb9\x40\xbb\x2f\x69\xd3\x66\x6b\xc9\x13\x7f\x29\xec\xab\xb9\xd9\x47\x7b\xf7\x70\x65\x6e\xe0\xd0\x24\x5f\xda\x0c\x37\xcb\x97\x1d\xd3\x9a\xaf\x34\xcd\x6e\xc3\x5f\x7f\x9e\x66\x5b\x3b\xd3\x7c\x6e\xd2\xe1\xa3\x03\x1a\xde\xc5\xd4\x79\x14\xdd\xd5\x27\x71\x57\xd4\xdf\x76\x6a\xea\xa1\xe5\x5d\x8e\x80\x63\x52\x4a\x8a\xaa\xa3\x3c\xeb\x37\xd5\x79\x02\xb5\xde\xd6\x81\x87\x75\xbf\x8f\xe4\x44\x4c\xe1\x6d\xdc\x95\xc7\x76\xa3\xb2\xb8\x16\x8f\x44\x1d\x31\x52\x0c\x06\x58\xcd\x6b\xa2\x9a\x9a\x1a\x61\x43\x30\x7c\x4b\xe3\xe6\x16\xd9\xec\x13\xcd\xf7\x57\xd9\xba\xdc\xcf\x78\xbe\x5f\x52\xe9\xf9\xf3\x59\x65\x6d\xf6\xc7\xed\xe5\xd5\x95\xfe\x05\x37\xba\x17\xe4\x27\xe0\xfe\xf6\xe4\x7a\x75\x5e\x2c\xfb\xfd\xb8\x84\x1f\xed\x8c\x84\x49\xed\xcc\xf8\x38\x40\xcd\x98\x92\xb4\x0a\x5a\xac\xf9\xa2\xe6\x4e\x77\xb4\x15\x6c\xc8\xa5\xf7\xec\xef\x5a\xaa\x73\x6c\xc7\x36\x76\x1d\x62\xb5\xc6\x7f\x5f\x89\xbd\x83\x87\x74\xd8\x86\x08\xc3\xf4\x51\x30\xb1\xc7\x93\x5a\xfa\x9a\xfa\x1f\xdb\x6d\x6f\xd4\x72\xfd\x92\xf6\x86\x24\x86\x8b\x2d\x66\x3c\xe2\xfd\x3e\xe2\x89\x95\xd6\xa6\xea\xa2\xde\x75\x35\xf2\xe4\x13\xbd\x26\x1c\x57\xf5\x28\x8b\x96\x3f\x15\xd9\xef\x33\xe4\xc9\x91\x89\xc4\x44\x40\x1a\x01\x01\xad\xab\x98\x35\x2b\xa2\x2c\x8d\x37\xdc\x44\xfe\xae\xc5\xde\x1f\xe8\x7c\x49\x67\xb2\xdf\x37\x3f\x14\x3d\x77\xec\xfd\xbe\x93\x0f\x66\x97\xf0\xa8\x67\x26\x55\x47\x32\x6b\x1e\x55\x1d\xf2\x41\x95\x77\x92\x76\x44\xd3\x35\xa2\x18\x1f\xe1\x23\x67\x0e\x09\x25\x14\x99\xe7\x02\x7c\xd6\xaa\x01\x5e\x6b\x3f\x52\xed\x0f\xb3\x10\x88\x93\x9a\x0f\xc2\x60\xfc\xf0\xaf\xee\x4f\xe0\x31\x4b\x60\x2b\x2a\x05\x5c\x6a\x0e\xdb\xad\x0f\x63\xe5\xdf\x59\x29\x20\xfe\xab\xb5\x00\xee\x96\xfb\x2f\xf4\x8b\xdb\xcd\x71\x53\xb3\x01\xf3\x5a\xb4\xd5\x62\x98\x08\xc2\x61\x37\x20\xee\x9b\x5d\xfb\xb5\xe1\x2c\x78\x03\xd9\x13\xa9\x85\x0f\x97\x8a\x78\x2d\xeb\x21\xcc\xc8\xaa\x45\xca\x6f\x17\x06\xd9\xf0\x68\x3e\xb8\x2f\x7d\xb4\xdd\x54\x75\x49\x05\x52\xb0\x13\xd4\x73\xf1\xf1\x94\x1f\x5e\xff\x6f\xab\x8a\x03\xe0\x8a\xc7\xb2\x1e\xfe\xcc\x8b\x5b\xd2\x45\x92\x6f\xb2\xf5\xb1\x1a\xc9\x9b\x6c\x3d\x6e\xb8\xa7\x47\xb3\xb6\x0f\x59\xc3\xae\xa7\x9a\xaf\x47\xf6\x47\x69\x9a\xbe\x34\x45\x9c\x6a\x82\x05\xf1\x5a\x2b\x75\xc2\x33\xc9\x2e\x69\x34\x2b\x72\x3a\x8d\x31\xb6\x5e\xd8\xa8\xbe\x75\xf7\xc2\x60\x4e\xbf\x22\x70\xbb\xd5\x87\x43\xa3\xa3\xc3\x2d\xb2\x52\x1d\x73\xc7\xa8\x06\x79\x2a\xde\xd3\x6c\x34\xaa\xf0\x9d\x87\xf2\xeb\x3b\x1b\x51\x0f\xaa\x02\x90\x58\xbf\xc6\x76\x1e\x28\x7a\xc7\x69\xe2\x5f\xa6\x53\xb3\xd0\x51\xc1\x9a\xb7\xd4\xbc\x66\x5d\xce\xd5\xf9\x3a\xee\x1c\x8f\x1d\x48\x74\xa2\x16\x50\xdd\x2c\xeb\x4d\xb9\x30\x47\x05\x90\x99\x09\x14\x48\xaf\x90\xdb\xf2\x73\xc6\x73\x53\x44\x2d\x98\x2f\x50\x5d\x20\x46\x44\x3d\x4f\x4c\x58\x65\xb5\xa6\xe0\x6d\x51\x1f\xbc\x7a\xcc\xb9\x76\x35\xef\xdd\x08\x69\xeb\x46\xd8\x6e\x7b\x9d\x79\x98\x1d\xec\x8d\xd4\x2e\x77\x72\x93\x72\x91\xad\x1a\x45\x02\x47\x00\x98\xb7\xb6\xd0\x70\x4f\x8a\x6b\xbb\xdd\x3f\x66\xd2\xdb\xad\x16\x8c\x77\x31\x8e\x2a\x4e\x26\x53\xd2\x92\xb9\x63\xd2\x1b\x56\x9a\x4f\xe3\x48\x96\xde\xc8\x43\x30\x8b\x46\x7c\xc4\x45\x1a\x54\x86\xda\x6e\x77\xf0\x43\x3c\xed\x28\x42\xf5\x85\xe2\xad\xea\xda\x23\xca\xd6\xe1\x96\x8f\x83\x8a\x6e\x41\x3a\xeb\x3e\xea\x71\x1a\x14\x7f\x8e\x86\x9f\x26\x45\xff\x40\xb3\x4f\x6f\xb2\x75\xea\x12\xd4\x87\xa7\xea\xb7\x6a\xe0\xa5\x52\x87\xeb\x35\xa1\x9e\x10\xc3\x7b\x1e\x31\xe5\xb1\xd8\xb4\x7c\x1d\x93\x1d\xca\x00\x95\x73\x2e\xc7\xc8\xe4\xe6\x13\xbd\x1e\xc7\x17\x54\xc6\x44\x0f\xb0\xbb\x14\xd6\x25\x56\xb9\x59\xd1\xdf\xd1\x6b\x6c\xf5\x09\x49\x86\xd6\x88\xf9\x90\xaf\xdb\x31\x88\xa2\x0e\xdf\xa6\x5e\x5a\xba\x9f\x45\x56\x7e\x95\x7e\xa0\x9d\x5b\xfa\xa1\x5c\x0a\x46\xbb\x7d\x85\xba\x7a\x5e\x2c\x15\x6c\x83\x76\x82\xe6\xa1\x75\xfb\x73\xed\xb5\xfa\xac\x7b\xfc\x44\xaf\xbf\x5e\x77\xba\xb1\x9d\x7d\x41\x2f\x5f\xaf\x37\xdb\xdc\xce\xfe\x8c\x79\x44\x68\xe7\xbe\xb4\x2f\xd7\xd4\x2d\x9b\x57\x86\x80\xd1\xa3\xa4\x41\x40\xc5\x84\xbc\x6e\x00\x49\x9d\x7c\x9f\x71\x94\x41\x40\x05\x5a\xc8\x8c\x42\xbb\x60\xbd\x03\x5a\xff\xda\x61\xd8\x4e\x6e\x59\x0d\x08\x2d\x10\xd8\xeb\x5a\xc8\x66\xef\xa2\x2f\x58\x6d\xdf\x43\x10\xdf\x31\x23\x20\x0c\xf0\x97\xce\xc8\x0c\x77\x27\x2c\x95\x60\xba\xd0\x78\xd9\xfc\x5c\xb8\xd5\x4d\x99\xe6\xa7\xea\xde\x45\x33\xf4\x26\x5b\x63\xa3\x84\xea\xa1\xd4\x15\x71\x44\x51\xf0\xd2\xd5\x4f\xe3\x63\x2f\x6b\x2c\x90\x4e\xc4\x46\x75\xe0\x32\x5d\xd5\xbd\x4f\x5a\xaf\xf8\xe9\x0e\x6e\xab\x57\x85\xb4\xaa\x90\x9b\x9f\xb1\x08\x97\x55\xa5\x43\xa0\x5c\xff\x72\x31\xfc\xac\x8b\xe1\xe7\xe1\x96\xbf\x23\xfe\xf8\x32\x1c\x61\xa1\xde\xd0\x11\x58\x3d\x6e\x5b\xa4\xc5\xf5\x17\x70\xcc\x60\x56\xbf\x70\xcc\x7e\xe1\x98\xfd\xc2\x31\xfb\x85\x63\xf6\x0b\xc7\xec\x17\x8e\xd9\x2f\x1c\xb3\x5f\x38\x66\xbf\x70\xcc\x7e\xe1\x98\xfd\x63\x71\xcc\x4e\xa8\xac\x39\x66\xea\xe3\x3f\x81\x63\xf6\x0b\x27\xeb\x17\x4e\xd6\x9d\x9c\xac\x2c\xcf\xff\xc6\x0c\x24\xe8\xe1\x96\x11\xfc\xc2\xc5\xfa\xa7\xe4\x62\x9d\x50\xd9\xe2\x62\x29\x34\xf7\x0b\x17\xeb\x1f\x1c\x59\xff\x9c\xf3\xfe\x77\x3b\xd3\x3f\x9f\xb3\xa4\xa1\xb1\x73\x05\x7f\x09\x67\x09\x38\x45\xf7\x8c\x2a\xeb\x76\x5d\xfe\x53\xf0\x3b\xfe\x2b\x33\xb6\x7e\x06\x9d\xa6\xdf\x31\xa7\xd9\x45\xda\xc1\x0a\xf0\x5c\x63\x15\xa1\xde\x71\x4b\x73\x42\x1d\xb0\xa6\x0b\xfb\x51\x23\x8d\x94\x76\x11\x49\x6a\x4a\xa9\x5e\x5c\xb6\xfa\xf0\x08\xc1\x26\xcb\x87\xd4\xba\xf6\x24\x4b\x1d\xb2\x30\xb0\x44\xca\x34\x7b\xf2\xf0\x58\x8e\xcd\x23\x96\x1d\xdf\xcd\xc4\x91\x84\xe3\x31\x83\x47\x83\x79\xf0\xa7\x3b\xd0\xb2\x79\x0a\xb4\xf0\xb2\x49\xc5\x38\xb8\x89\xf6\xf9\x90\xd3\x59\x21\x32\x49\x71\x99\xb6\x93\xdc\xb4\xf6\x80\x79\x61\x4f\xc9\x26\xa5\x66\x56\xfb\xa3\xa3\xcd\xd3\x74\x78\xb4\xd9\xdf\xc7\xa8\x48\xe9\x64\x33\xc5\xfd\x3e\x2a\x53\xa4\x26\x5b\xa0\x12\x8f\xb3\xa7\xea\x87\x6a\xa6\xc4\x63\xf8\x81\xf1\x76\x5b\x33\x3c\xb2\xa7\x0f\xfb\xfd\xb2\xdf\x0f\xc3\x81\xae\x47\xca\x8a\xb0\x9d\xde\x67\x5a\xbc\xe1\xaf\xcb\x19\x75\xc8\xad\x32\xfc\x20\xc2\xdc\x33\x33\xa5\x84\xa5\x06\xff\xd7\x10\x12\xc2\x9a\xea\xdd\x22\xb3\x8b\x33\xc8\x39\x3b\xab\xf1\xac\x01\xb1\x7b\xd4\x31\x80\x57\x55\x53\x82\x38\xa8\xaf\xe2\x7e\x5f\x22\xef\x91\x4b\x38\x26\x0c\xd2\xd4\xd5\x45\x2b\x84\xf7\x38\x9a\x18\xc3\x3d\x83\x3c\xa7\xc4\xc3\xcf\xea\x8c\x79\x3d\xc4\xe6\xee\xc7\xc6\x05\x10\xf3\xc0\x7e\xaf\x71\x06\x0a\xe3\x45\x94\xb9\x33\xb2\xe7\x1d\x97\xcc\x84\x18\xbc\xa9\xc8\xa6\x71\xfb\xe6\x88\x92\x12\x57\x7b\xa1\xe3\xb6\x81\x4a\xcb\x46\xf9\x85\x2b\xdf\x3e\xb0\xcb\x9a\x4c\x81\xf9\xf5\xfb\x28\xd8\x68\x1a\x40\x69\x7a\x41\x80\xdd\x42\xe2\xc9\x34\xc6\x55\x00\x23\x2c\x77\xd7\xe4\x85\x64\xf3\x6b\x0b\xa1\xcf\x17\x19\xbf\xa0\xae\x29\xbd\x76\x33\x30\x66\x30\xe2\x91\x3d\x8f\x29\xe2\xd9\x7c\xce\x2c\xc7\xc7\xf1\xe5\xd4\x2c\x44\x6a\x78\x61\x64\x66\x18\x41\x02\x5b\xcf\xd3\x7a\xd0\x35\x5f\xd7\x55\x84\xcb\x05\x2a\x32\x22\xa0\x1a\x9c\x32\xc2\x7d\xde\x06\x74\x5d\x20\x3d\x06\xdc\x79\xfb\x67\x2e\xe7\xee\x2b\x17\x38\x6b\x5f\x24\xc5\x01\x3d\xe9\xfb\x88\x86\xbe\xba\xa3\xbc\x9d\x15\x6a\xd1\x6d\x4c\x6e\x7c\x86\xd7\x30\x4c\x74\x47\xd2\x93\xf6\x56\xf7\x68\xd9\x6c\xff\x97\xb6\x6e\xaa\xdd\xa7\x87\x13\x2a\xef\xd9\xba\xf0\x68\xfc\xfb\x8e\xfd\x67\xb4\x6e\xaa\x69\xeb\x37\x80\xda\xb3\x33\xaa\x0e\xcd\x59\xb6\x91\xc5\x19\x5b\x29\x70\x39\x3b\x6b\x9c\x2d\x8f\x14\xf3\x08\x31\x4e\x32\x52\xa6\x72\x32\x9c\x92\x4d\x2a\x27\xa3\x29\x59\xa6\x72\x72\x38\x25\xf3\x74\x48\xf2\x74\x32\x3d\x9a\x3f\xb1\x57\xeb\xd1\x7c\x30\xc0\x59\x5a\x4e\xe6\x53\xc2\x26\xd9\xb4\xdf\xcf\xb5\xfd\xbc\xfa\x98\x0c\x15\x99\x39\xc9\xa6\xe9\x10\xac\xf8\x79\xc4\x78\xb4\xc1\xf7\x92\xcb\x6c\x08\x07\x67\xaf\x13\x3e\x4d\x37\x13\x3e\xc5\xd0\xc2\xac\xdf\x9f\x21\x89\x8f\x72\xdb\x3d\xce\x93\x72\xc1\xe6\x12\x79\x4e\x65\x0a\x9f\x7f\x59\x90\xe5\x76\x3b\x99\x62\x22\x10\xf6\x89\xba\x7a\xba\x94\xc8\x74\x78\x24\x9f\x14\xb6\x4d\xa9\x28\xcf\x9a\x2a\x2d\x26\x72\x4a\x20\x32\x6d\x99\x8e\x8e\xca\x27\xd6\x39\xe8\x51\x69\x29\xd4\x4d\x2a\x26\xe5\x74\x4f\x61\x44\x36\xd9\x4c\x01\x23\xf4\x46\xb8\x52\xb8\xa1\x48\xca\xf5\x92\xcd\x28\x92\xfb\xfb\x64\x84\x09\x4d\x33\x94\x25\x65\x2a\xd4\xe2\xb8\xc7\x0c\xad\x34\x9a\xb9\x51\x77\xed\xcd\x70\x3c\xac\x48\x01\xbe\x0f\x6a\xe1\x99\xbe\x5d\xf9\x44\x4e\x2d\xdf\x5a\xfd\x4e\x0c\x1a\x30\xcf\x2a\x95\x94\xde\xb0\xb1\x24\xcb\x71\x6f\x44\x4c\xe6\xf8\xa6\xaa\xe3\xdc\xaa\x4a\x9a\x4d\x6f\xeb\x12\x41\xea\xdf\x19\x78\x3f\x55\xb3\x75\x69\x55\x96\xac\x52\x4a\xb2\x64\x96\x72\x92\x25\x79\xda\xc6\x12\x59\x02\x42\x41\xec\xd8\x82\x1d\xd8\x96\x21\x60\x16\x15\xae\x48\x96\x88\xb4\xf9\x54\xe8\xca\x04\x2d\x69\x6b\xc8\x5a\xcb\x89\x3d\xcd\x2e\x76\x91\x2e\xee\x21\xeb\x95\xb5\xa8\x29\x36\xa8\xea\xb6\xa3\xb8\x03\xa3\xa9\xe1\xca\xb4\x43\xf2\x8c\xfa\x12\x22\xc3\x66\x88\x62\x4c\xbe\xeb\xcb\x5a\xca\xc1\xe6\xe8\x91\xca\xad\x89\x48\x4b\x81\xf7\xfb\xea\xff\x49\xdd\x53\x4b\x34\xd2\x12\x1c\x00\xd1\xa1\x9a\xcb\x12\x81\xc4\xae\xa1\x0b\xf5\xea\x03\xbb\x9f\x0e\xfa\x30\xd2\xba\x0a\x93\x43\x18\x90\xf1\x91\xee\xc9\x5c\xdc\xf9\xd7\xc6\x40\x59\x92\x23\x45\x73\xb9\xe9\x7a\x7c\xe7\x89\x9c\x56\x20\x02\x30\xb1\x62\x3d\xfe\xbf\x5a\xa3\x90\x27\x8f\xd6\x6c\x8f\xbb\xa8\xcc\x19\x28\x56\x01\x3c\x47\x1d\x04\xab\x71\x49\x12\x67\x31\x91\x98\x48\xd5\xdd\x0e\xfb\xda\x7b\xcb\x7f\x55\x1b\xeb\x34\x8e\x0d\xed\x64\x1c\x68\x5c\xd1\xf3\x75\x36\xfb\xf4\xaf\x65\xc1\xd7\x01\x4c\x7a\xcf\x62\x0a\xf9\x90\x4d\x5a\x6a\x9c\x04\x4b\x56\xe2\x3d\xfd\x99\x4a\x52\xa6\x65\x52\x02\x7e\xc0\xce\xd1\xc9\x32\x1d\x1e\x2d\x6b\x0c\xbb\x1c\x0c\xb0\x44\xe5\x64\x39\xb5\x04\xce\xa6\x89\xe9\xd0\xe4\xf0\x3b\x72\x68\x50\x1c\xba\x39\xfc\xae\x23\xde\x11\xe8\x3b\xf5\x76\x33\xe7\x39\x15\xe8\xf0\x7b\x5c\x91\xc3\xef\xc3\x72\x20\xc2\x48\xb1\x17\x3a\x87\xd6\xbb\x8d\xa2\x95\x92\x75\x8a\xf8\x0e\x7f\x37\xcf\x96\x4b\x14\xeb\x97\x54\x8c\xf1\x84\xbb\x07\xcb\x34\x29\xc5\x2c\x11\x14\x1c\xf3\xa0\x83\x8f\x07\x93\x3f\x1d\x4c\xbf\xf9\xd5\x01\x89\x0f\x62\xec\x8f\x10\xb1\xf4\x8c\x66\xec\x2c\x27\x85\xfe\x21\xac\x9f\x70\x58\xe1\x67\x1b\x59\xbc\x82\xf5\xfd\xf1\x9a\x67\x2b\x36\x0b\x51\x8c\x05\x8a\x75\x1b\xd7\xfc\x2c\x1e\x50\x5c\x11\x86\xe2\x7f\xb9\x58\xb2\xd5\x8a\x8a\x03\xa0\x87\xb4\x3d\xe9\x34\xe4\x37\x56\xa0\x5f\xff\x1a\x38\x8b\xaa\xd2\x67\x30\xdd\x3b\x98\x97\xab\xdd\xc5\x1f\x0e\x6d\xf1\xf3\xac\xa4\x8f\x1f\xed\xff\xb9\xbc\xa5\xf0\xc8\x16\x9e\x2d\xd9\xfa\xbc\xc8\x44\x7e\x4b\xe1\x43\x5b\x78\xbe\xcc\xe4\x2d\xe5\x1e\xda\x72\x2b\x4e\x57\x05\x67\xa5\x3c\x58\x6d\x96\x92\xed\x6b\x53\xb9\x5d\xd5\xbe\xb5\xd5\xf8\x85\xc8\xd6\x8b\x04\xfe\xbd\xa5\xfc\x77\xb6\xbc\x89\x18\x47\xf3\xfd\x19\x50\xe2\x5a\xbf\x68\x47\xb5\x47\x7a\x7d\x80\x70\x66\x28\xbe\xce\xf2\x3c\xdb\x5d\x7a\xf4\xd0\x38\xd8\xfa\xce\xc7\x05\x06\x06\x34\x44\xa4\xc6\x41\x32\xf1\x53\xf3\x54\x43\x6d\x55\xe1\x23\xf4\xd5\x0f\x32\x36\xe7\x4d\x11\x43\x93\x5b\x69\x65\xf3\x6a\x40\x87\x78\xaf\x86\xea\x1d\xa4\x57\x8d\x22\x8f\x27\xd3\x44\xc7\x82\x40\x14\x8f\x27\xd3\xda\x0d\x2b\xe3\x67\x99\x10\xd9\x75\xca\xc1\x07\x8a\x7a\x9c\x0b\xc0\x7f\x09\xcd\x66\x0b\x2f\xb5\xa8\x53\xcf\xb2\xf2\x9a\xcf\xbc\xbc\x4c\xe7\xcd\xf4\x53\xcb\xcb\x28\x1b\x19\x9d\x7a\x1b\x9d\xad\xa0\x4f\x52\xee\x65\x30\x9d\xc1\xf8\x9f\x9b\xed\x2d\x75\xba\x5a\xac\xb3\x6c\xb9\xf4\x72\x66\xa6\x29\xd6\x48\x9d\xdb\x54\x9e\xb7\xca\xe7\x75\x8e\x97\xba\xd0\xa9\xcb\xac\xf4\x7b\x5d\xeb\x54\x9e\x7d\xa2\x7e\xe1\x95\xbe\x27\x7c\x86\x5e\x97\xed\x48\x7d\xb6\x23\x9b\x83\x03\xa9\x34\x4d\x9d\x84\x79\xd8\x50\xd3\xd2\x8c\x8e\x2e\xce\x89\x27\xfa\x9a\x8f\x9e\xa9\xbd\x9a\xc6\x69\x9a\x76\x2e\xa1\xa6\x1c\x99\xe2\xaa\xd6\x44\x98\x50\x70\x58\x0f\x7a\x22\xd6\x03\x7d\x8b\x28\x60\x88\x02\x55\xcd\xd5\x2f\x73\x73\x8c\x3c\x7f\xbd\x48\x58\x00\xe2\xfe\x43\xb3\x68\xcd\x99\xf0\x74\x78\xc4\xeb\x59\xf3\xc1\x00\x8b\x54\x02\xb9\x4d\xb8\x77\x99\x77\xb5\xb7\xd8\x1c\x89\x54\x6c\xb7\x3c\xe1\x45\xb1\x26\xbd\xf6\x48\x05\xb2\xfa\x02\xc3\xbd\x5e\x43\x8d\x42\x35\xcf\xa6\x84\x79\x27\x5e\x92\xa2\x7e\x85\x1d\x0b\x24\xf1\x78\x30\x60\x4f\xdd\xf4\x8f\x85\x26\x30\x0a\x13\x14\x94\x6b\x1f\xde\xa8\xa5\x2f\x25\xbc\xc7\x4b\x2a\x11\x26\x2c\x1d\x1e\xb1\x7a\x7a\x6c\x30\xc0\xdc\xf8\xf5\x32\x83\xf0\xa2\xac\x36\xf4\x92\x08\xc8\x9a\xf4\x04\x24\xc2\x7b\x6a\xde\xcd\x67\x31\x57\xf7\xa9\xfa\xd1\x09\xee\xed\x08\x73\xd0\x5a\x72\xe0\x8f\x00\x1a\x3c\x10\xd0\x2f\x02\x0d\x00\xb5\x42\xc9\x08\x63\x62\xe6\x87\xef\x68\xdb\x46\xe0\x87\xc2\x4d\x55\xa5\xd6\x5a\x04\x57\x22\x15\x88\x13\xb5\x0c\xa1\x35\x98\x69\x50\x91\xa9\xf4\xb0\x91\x04\x6c\x74\x0b\xa7\x9e\x9a\xf0\x09\x13\x31\xf5\x94\x91\x9a\xdc\x97\xe6\xd0\x14\xfc\x09\x00\x3c\x5b\x37\x54\x31\xbf\xe7\xee\xba\x6d\xed\xf7\xcd\x46\xef\x9a\xdf\xe2\x1e\x47\x81\xcd\x91\x3b\x0b\xf8\x46\xa4\xea\xa7\xf6\x16\x57\x75\x4f\xc6\xda\x67\xd9\x4f\x6a\xee\xec\xb4\x2e\xb2\xaa\x8b\xf8\x18\xde\xf9\x96\x03\xd3\x77\x72\xaf\x0b\x65\xf4\xad\x9a\xbf\x40\xc3\xf0\xc5\x52\xf3\xb8\x40\xe8\x0a\x46\xf6\xac\x3c\x5b\x66\xfc\x62\x93\x5d\x80\x60\x04\xd2\x96\xec\x5c\x64\xe2\x3a\x44\x37\x09\xed\x61\x99\x95\xf4\xcc\x94\x02\xaf\xc8\xaa\x08\xae\x4c\xed\x56\x81\x50\x33\x0c\xc9\xe4\xac\x94\x74\x5d\x62\xb8\x8d\x9a\xde\x5b\xd4\x0b\xa2\xae\x05\x1c\x07\xb2\xf1\xa3\xd3\x76\x2a\xf1\x5a\xcc\x90\x16\xa8\x1e\x24\x92\x98\x70\xe3\xdd\x84\x71\xea\xda\xaa\x0c\x3b\x8d\x56\x7b\x21\x1f\x3c\xe6\xbd\x0c\x6a\x78\x17\x2f\x3e\xaf\x51\xfc\xa7\x83\xed\xc1\xaf\x62\x12\x5f\xc4\x0a\xbd\x7a\x39\x07\x7f\x42\xc7\xe3\x8f\x7f\xc2\xc7\x07\x9e\x5f\xf4\xda\x7f\xb5\xa3\x67\x05\x89\xe3\xfa\x8b\x93\x18\xea\x7d\x2c\xf1\x37\xe0\x0d\xe7\xe3\xc7\x72\x10\xe3\x6a\xaf\xb1\x82\xf5\xa8\x44\x53\x51\x10\x4e\x52\x27\x02\xc8\xef\xe8\xf5\x55\x21\xf2\x28\x7e\x30\x10\x83\x07\x31\x84\xfc\xe0\x85\x51\x06\x04\x67\x0a\x4b\x45\x8f\x45\x8c\xcb\x22\x7a\xa0\x7a\xf5\x7c\xef\xa8\x26\xab\x06\x9c\xb5\x60\x2c\x00\x50\x56\x84\xdf\x41\x61\x0a\x83\xf9\xa2\x3c\x7c\xe3\xdf\xb0\x32\xe4\x0f\xc9\x8a\xf3\x3a\x98\xaf\x2d\xaf\xd9\x1f\xe1\xc9\x70\x4a\x58\xb7\xe4\xb0\x5b\xf6\x10\xef\x39\x49\x31\x61\x98\xf0\x7e\x1f\x9c\x6b\xeb\xde\x6f\xd4\x25\x35\x96\x84\x17\x99\xb8\x28\x43\x52\xb6\xc0\x53\x53\x55\x27\x40\x04\x9d\x41\x75\x73\x09\x49\xac\x13\x17\xa2\xe0\xec\x2f\x74\x2c\x08\x2b\xcf\x6c\xf5\x5d\x02\x3c\x4b\x11\x58\xc5\x39\x20\x0a\x6e\xaa\x2e\x19\x40\x80\x5e\x19\x7b\x57\xa3\xd8\xb9\x60\x87\x21\x9d\x59\x77\x7c\xed\x62\x70\x87\x69\x5a\xf5\x15\x61\x5d\x11\xc6\x2f\x8b\x4f\x5d\x4f\x9c\xee\x31\x6e\x9b\x11\xb8\xaa\xd4\x8d\x4b\x9a\x02\x92\x10\x51\xeb\xea\x1a\x5a\xfa\x7d\xb1\xbc\x56\xa4\xde\x76\x8b\xd4\xf9\x5c\x0b\x3a\xcb\x9a\x2e\xc5\x2b\x42\x21\xe2\x53\x99\x4e\xa6\x84\x26\xb3\x05\x5b\xe6\x82\x72\xa8\x60\x3f\xd2\xc9\xf4\x16\x56\xcd\xb2\xc8\x72\x9a\xdf\x93\x5b\x4a\x93\xe5\xad\x2c\x58\x76\xff\x86\x98\xf6\xdf\xde\x9a\x69\x3a\x52\x18\xe7\x76\x5c\x7e\xe4\xd3\x3f\x40\x6e\x04\x0f\x5e\x43\xce\xd6\x10\x3b\xf4\x40\x5e\x51\x6b\xb5\x7a\xbf\x79\x15\x50\xaa\x08\xbd\xe5\xf5\xa3\xc7\xa7\x10\x6f\x2b\xbd\x5e\x64\x5c\x16\x2b\x7b\xa8\x2e\xa8\x3c\x73\xbe\xd2\x02\xab\xc3\x10\x3e\xd6\x1d\x8c\x0b\x84\x8f\x4d\xed\x31\x45\xf8\x58\x1a\x45\xe3\x4a\x1d\x1e\x5e\xe4\x74\x4c\xd5\xaf\x73\x51\x5c\x95\x54\x8c\x99\xfa\xb0\xe5\x0b\xf5\xf1\x29\x13\xab\xac\xdb\xc7\xee\x39\x79\xab\x61\x5f\x86\xba\x91\xb3\x33\xf0\x9b\xe3\x69\x42\x08\x74\x38\xc4\x44\xa0\xd1\x10\x03\x0b\xe2\x8b\x70\x63\x44\xc1\x0d\x99\xc2\xe6\xeb\xd3\x97\x3f\xfd\x76\x21\x7f\xfd\xf0\xe1\xe2\xcd\xe3\xab\x39\x17\x9b\xdf\xbc\xbe\x78\xb6\x79\xfc\xd3\x7f\x5c\x5e\xff\xfa\xcd\xef\xd7\xee\xda\x5d\xbb\xe0\x7e\xe9\x8d\xb9\x4b\xc1\x1f\x6c\x1a\x60\xb2\x69\xdd\xfb\x3b\x5a\x3e\xae\xdb\x40\xd2\x6b\x1e\x8f\xd5\xad\x41\x51\xab\x57\x9c\x9c\x99\xb2\xf6\x2a\x3f\x6b\xf5\x4f\x6b\xd2\x48\x6a\x3e\x60\xab\x09\x75\x71\xab\xdb\xdb\x77\xe1\xde\x68\x4b\xb5\x7d\xff\x03\xe0\xf1\x9c\x40\xec\x20\xd0\x23\x9f\xb2\x41\xac\xab\x67\x70\x33\x2f\xc7\x02\xfd\x1a\x13\x85\x38\xc6\x02\x8d\x46\x10\x79\x6a\x46\xcb\x72\x2c\xab\x8a\x14\xbb\xaa\x3c\xfa\xce\xd5\x79\xf4\x7d\x5d\x47\xa0\x6f\x87\x80\xf1\x77\xd5\x3b\x1c\xb9\x7a\x87\x87\x8d\x7a\x23\x55\xcf\xc8\xff\x4a\x9c\xd4\xb0\x8b\xf0\x71\x81\xf0\x98\x27\x35\x6c\x23\xa0\x4d\x2d\x44\x23\x7c\x9c\xd9\x02\xea\x18\x20\x7c\xcc\x10\x1e\xdf\x54\xb8\x05\xa1\xa3\x21\xf6\xe1\x52\xa1\xcc\xfb\x51\x8a\x43\x4d\x28\x1e\x62\xa2\xfd\xbb\x75\xee\x74\x8e\x8c\xe3\xe0\x92\xf2\x06\x53\xdf\x53\xb7\x8b\x46\x69\xda\xd1\xa7\x38\x76\xb5\x10\x25\x37\x15\x1e\x1f\x06\x0a\xf5\xfb\x2c\xf1\xee\x47\x24\x70\xab\x1a\x11\x78\x8c\xb4\x94\xd5\x5c\xda\x46\x4d\x4e\x03\x53\xe1\x31\x91\x9b\x17\x13\x90\xf7\x37\xeb\x4c\x4a\x2a\xf8\x58\x12\x1b\xa5\x7a\x2c\x2a\xdd\x44\x65\xa2\x43\xb4\xb8\xc2\x88\x76\x88\x4a\xe0\x8d\xea\xb8\x4a\x94\xe4\x99\xcc\xc6\xb2\xd2\x2e\x37\x45\xe8\x48\x52\xc7\xa2\x08\xba\xa9\xf4\x68\x46\xb8\xd5\xd4\xf8\x70\x22\x69\x29\x8d\x2f\x4c\xc3\x60\xd9\x11\xb6\xd7\xce\x03\x28\x57\xef\x0c\xdc\x58\x75\x8a\x00\xa6\x2d\x2a\xf2\xee\xed\xd9\xc9\xf3\x17\x6f\x9f\x7d\x78\xf5\x6e\x1c\x9f\x9d\x79\x9f\x67\x67\x31\xe4\x9e\xbe\x78\x6f\x73\x4e\x5f\xbc\x37\xa9\x2f\xfe\xed\xc5\xf3\x9f\x4e\x5f\x98\x0c\xf3\x65\xf2\x7e\x7c\xf1\xf2\xd5\x5b\x9b\xa5\x3f\xce\xce\xe2\x16\xe9\x08\x6b\xac\x60\x25\xf5\x86\x5a\x35\x95\xfa\x3a\x0e\x24\x4b\x2a\x4f\xd9\x8a\x16\x1b\xd9\xa4\x5d\x2d\x2e\xc7\xcd\x1b\xa9\x53\x1f\x34\x37\xef\xdb\x42\x66\x1e\xcf\x32\x4d\xd3\xba\x63\xfb\x92\xae\x53\x10\x25\x43\x90\xad\x40\x49\xb6\xdd\xf6\x24\xee\xf7\xbb\x35\xa4\xd7\x0a\x69\x57\xf7\x2c\x07\x74\x8a\xd1\xfa\x17\xf8\xc6\xcf\xd2\x67\x1b\xe8\xc9\x66\xa1\x66\x01\x63\x70\xaa\xf0\x52\xd5\xf3\xb6\x5d\x35\x15\x34\xe5\xa9\x87\x73\x5c\xff\x1c\xb3\xda\xf4\x40\xa6\xac\x82\x81\x84\x6a\xfb\xcb\x7a\xec\x7f\x8c\x0b\xcf\x78\x21\x2d\x14\x21\xa8\xa5\x24\x64\xa3\x28\xb6\x65\xda\x1b\x91\x59\xba\x3f\xf2\x15\x2d\xf0\xcd\x12\xb4\x8a\x10\xe4\x3a\xa4\xb1\x49\x4b\x4b\x90\x6e\xf0\x58\x55\x22\x1b\x87\x2b\x72\x84\xbb\xd6\x20\xbd\xa5\x45\x55\x19\x9a\xe3\xbd\x65\xda\x1b\x3a\x1e\x84\x4c\x37\x4e\x5e\x7b\xa4\xef\xac\x32\xdd\xc0\xa8\x8e\x06\x83\xd9\x13\x79\x84\xcb\x7e\xbf\x9c\xcc\xa6\x3a\xda\xce\x1e\x74\x58\xd7\xaa\x4a\xd0\xe3\xd1\x33\x68\x31\x5b\x44\x9a\xa6\xfe\x22\xd8\xfd\xf7\xd3\x8c\x61\x1a\x94\x2d\xb6\xdb\x9e\xc0\xfd\x7e\xa8\x8e\x68\xb4\x44\xda\x4d\xc0\x8e\x28\xf2\x5f\xaf\xb2\x6c\x00\x8b\xf0\x81\xc5\x2b\xd2\xcc\x76\x3a\x9d\x15\xb0\x11\xda\x8c\x0e\x40\xa6\xf3\x0d\xb7\xae\x05\x35\x1b\x59\xfa\xfc\x0b\x7c\x53\xf1\x84\xd3\xcf\xf2\x94\xcd\x3e\x05\x44\x77\xea\xfc\xc1\x03\x10\x05\x5e\x6a\x20\x93\x6c\x25\x3f\x1d\xe1\x9a\x57\x34\x3a\x12\x4f\xda\x05\xb4\x47\xc0\x89\xd8\x1f\x4d\xeb\x8b\x63\x22\xa6\x7b\x1b\x8d\xdd\x55\x8f\x7a\xfc\x98\x8c\x7a\xa9\xdb\xb5\xed\x76\xb9\xdd\x66\x28\xc7\x15\x59\x78\xaf\x51\xb1\xe1\x9d\x38\x45\xf3\x0d\xf7\x8d\x8e\xea\xb9\xe3\x8a\xf0\x44\x32\xb9\xa4\x69\x6c\xae\xe6\x98\xf0\xc4\xfc\x54\xa4\x1a\x4f\x28\xbf\x54\x04\x1a\x4f\x32\x71\x71\xa9\x00\x9d\x27\x97\x54\x80\x93\xc5\x38\xae\x3f\x4a\x5d\xa8\xe0\xe9\x5a\x95\xcd\xf3\xd7\xac\x94\x94\x53\x01\xdf\x05\x9f\x51\xfd\x63\x3e\x87\xbf\x3a\x88\x44\xa3\x8c\x4e\x7a\xb6\x5c\xda\xd4\x12\x92\xe9\x8a\x49\xf8\xb1\x16\x74\x4d\x79\xb3\x5d\x93\xf6\x8e\xcf\x9a\x6d\x2d\x5d\x13\x9d\x7b\x62\x32\x55\xe3\x3c\x67\x10\x90\xb1\xb9\x54\x2d\x04\x6b\x88\x1b\x5b\x36\x62\x1a\xc5\x96\x9b\xb5\xc2\xf0\xda\xc7\x25\x4f\x66\x57\x79\xb7\x93\xf8\x20\x86\xbc\x45\xce\xc4\xbd\xfa\x80\x92\x3b\x7a\xd8\xac\xb2\xf2\x53\x40\xc7\x74\x18\xa0\x2d\x51\x50\xb0\xd2\xe5\xf3\xc3\x55\xe5\x94\x27\xf9\xd3\x74\x78\xc4\xf7\xf7\x2d\xb7\x17\x98\x7c\x71\x12\x83\x82\xa8\x65\xd2\x22\x4e\x46\x78\x1c\x27\x26\x19\x35\xd2\x89\x82\xe2\xb1\x56\x80\x6b\x24\xef\xef\xe3\x0a\xac\x56\xc1\x10\x59\xec\xef\x1f\x09\x4c\x93\x0d\xd7\xaa\x2a\xaa\xb5\x10\xaf\xb3\x56\x28\x50\x74\xc6\x52\x52\x81\x3d\xba\x43\x7d\x23\x89\x3d\x26\xac\x02\xcb\x2e\xef\xd2\x32\x2e\x09\xc5\x2e\xaa\x2d\x05\x05\x1a\xc7\xba\x94\xd6\xe7\x72\xe3\xb9\xe9\x10\x6b\x1c\x13\xa6\xb0\x62\xd1\xa1\xe9\xf6\x47\x47\xc5\xd3\x74\x7f\xd4\xef\xf7\xd8\x51\x61\x97\x2e\x4b\x8b\xa7\xe9\xf0\xb8\x3e\xc7\xc5\x74\x4c\x15\x88\x20\x40\x0e\x1d\x4d\x83\x2c\xac\x11\xfa\xcc\xd6\x8f\x64\x11\x29\x72\xdb\x8e\x52\x9b\x79\x9e\x6b\x0a\x97\x5f\x94\x31\xde\xcb\xfa\x7d\x24\xd3\x6c\x10\x1f\xc4\x03\x49\x58\x1a\x1f\xa8\xfd\xc9\x92\xd9\x22\x13\xcf\x24\x1a\x3a\xcd\x1a\xc4\x8e\xe3\x83\x78\x1c\xc7\x78\x80\x64\x2a\x10\x47\x12\xb6\x4a\x22\x88\x21\x1d\x20\xc4\x7a\x3d\x08\x1e\xdd\x63\xd8\x44\xfc\x38\x88\x31\xde\x6e\xe3\x24\xae\x88\x4c\x78\x21\x56\xd9\x92\xfd\x85\x06\x9c\x28\xcb\x84\x95\xcf\xce\xcb\x62\xb9\x81\x10\x4a\x24\x33\xc3\x62\x88\x12\x85\x28\xcd\x88\x28\x0c\x83\xde\x73\x18\x45\x73\x18\x05\x44\x05\x8f\x93\x18\x13\xda\xef\x67\x5e\x38\x6c\x54\xb8\x99\x52\x35\xd2\x7a\x2c\x01\x16\x8d\x1e\x18\xad\xd7\x4b\xd5\x50\xfd\xdc\x93\xf3\xd7\xe1\xcb\xf9\x11\x23\xed\x12\xa9\x59\x76\x04\x19\x01\xbd\x93\x7b\x42\x83\x1a\x5e\x00\x14\xdc\x39\xc2\xfe\x4a\xa9\xf9\x08\xba\x04\xe3\xe3\xc6\xd3\xc6\x43\x10\xcd\xc7\x2e\xe8\x80\x51\x47\x90\xc4\xb1\x09\x0d\x0d\xea\x60\x47\xf5\xa9\xf3\x30\x88\x78\x9a\x0e\x5d\x49\x31\x55\x07\xdd\x39\x0e\x90\x4f\xc5\xf1\x44\x9d\x03\x2d\xa3\x93\x44\xec\xcb\xc1\x08\x57\x34\x75\xa7\x4f\xbd\x47\x4c\x64\xf3\x11\xc4\xde\x76\x19\xc2\xcb\x70\x07\x9e\xa5\x4d\xa8\x81\x77\x1d\x12\x8d\x94\x2c\x7d\xa3\x96\x6a\xc5\x38\x62\x56\xf9\xdd\xea\xb5\x61\x52\xa6\x19\xd9\xa4\xc3\xa3\xcd\x93\xec\x68\xa3\xc5\x1c\x6c\xb2\x99\xf6\xd2\xb4\x98\x6c\xa6\xf8\xa6\x4c\x37\x46\xca\xa1\xd5\x50\x8c\xc8\x67\x93\x96\x47\x9b\x27\xb6\x3d\xa8\xb9\xd4\x78\xc5\xc7\x64\x68\x99\x2e\x2d\x7d\x57\x98\x59\x97\xd8\xdf\x94\x0a\x22\x7b\xac\x15\xb8\x42\x0c\x92\x25\x5b\x31\x49\x45\x1a\x8f\x63\x6d\xd1\x02\xb1\x46\xef\x84\x17\x03\xf3\x31\x26\x01\x41\x69\x9c\xc4\x1e\x89\xa8\x01\xfc\x79\x91\x53\x00\x72\x22\xd2\x47\xbf\x4e\xd3\x54\x12\xae\x88\x41\xa6\xee\xfa\xc2\xdf\xd0\xe2\x69\x3a\x3a\xda\xdf\x2f\xd4\xca\x40\x49\xd4\x6a\xa3\xc0\x58\x53\xa6\x0c\xdf\xf0\xb4\x30\xab\x65\x82\x47\xa6\xbd\x91\x59\x0b\xb0\x8e\xe7\xc7\x42\x9f\xc8\x24\x56\x77\x84\x4e\x52\x09\x16\x26\x86\x10\x9a\x47\x26\xe7\x59\x49\x5b\x53\xaf\x25\x14\x0d\x86\xd4\xee\xb5\xd8\x33\xaf\x31\xb8\xe4\xcc\xdc\x60\x21\xa4\x3f\x3f\xa9\xae\xbc\xfd\x7d\xe9\xe6\xd7\x98\x9c\xac\xe7\x26\x52\x39\x18\xf9\xb3\xd3\x33\xea\xf7\x11\xdc\x0c\x5c\x65\xe3\xe6\x64\xe3\x7a\x62\x42\x4d\x4c\x51\xb7\x35\x27\x4b\xd4\x31\xfc\xbf\xb1\x82\x43\x9c\x02\xef\x12\x89\xd4\xe5\x0e\x5d\xe8\xf5\x7d\x57\x0a\x13\xa1\x56\x89\x7e\x96\x1d\xf8\xb8\x6d\x41\x6a\x28\xd8\x1f\x35\xd7\x85\x14\xe9\x90\x64\xfe\xba\x64\x7a\x5d\xbc\x38\xa5\xde\xb2\x64\x70\x8b\x3d\xfa\x75\x2f\x4d\x4b\xdc\x5e\x87\x6c\x30\xc2\xe4\xd1\x63\xf5\xc0\x3c\x86\x3c\x79\x2c\xd3\x6c\xac\x68\xd6\xa2\xdf\x47\x45\x3a\xc2\x63\x88\x6d\x2f\xe1\x4b\x5d\x03\x1a\x58\xec\x3a\x67\xf5\x3a\x7b\xcb\x29\xb7\x5b\xdd\xd3\x76\x3b\xd4\x0f\x0c\xf5\x55\xf4\xfb\xea\x81\xca\xd5\x05\xac\x7e\x88\xc1\xc8\x5f\x76\x08\xf5\x64\x64\xef\xf1\xb9\xc2\x4a\x71\x76\x1e\xd7\x0b\x8f\x8f\x77\xf2\xfa\x4d\x19\x60\xf6\xef\x92\x08\xc8\x27\x43\xb8\x75\xed\xba\x0d\x24\x26\xcd\x9a\xb7\x73\xae\x42\xbc\x2a\x8f\x73\xf0\x7c\xc1\x38\x05\x6f\xfc\xdf\x1e\x62\xf2\x82\x5f\x2c\x59\x09\x1c\xb7\x87\x98\xbc\x14\x94\x43\xe8\x85\x6f\x1f\x62\xf2\x1b\x2a\x56\x19\x57\x1f\x8f\x30\xf9\x71\xa3\x63\x32\x7c\xfb\x2d\x26\x6f\x0b\x71\x45\x2f\x98\xce\x7b\x8c\xc9\x7b\x26\x32\x09\x0d\xfe\x1a\x93\x9f\x3e\x89\x8c\x71\x93\xf9\x1d\x26\xef\x0b\xd3\xfe\xb7\xdf\x63\x72\xb2\xce\xb8\xfe\x7a\x3c\xc4\xe4\xc3\xa6\x2c\x75\xc1\xc7\x23\x55\x50\xc8\xcd\xc5\x46\x0f\xed\xf1\x21\xe8\xe7\x43\xbc\x30\x3d\xb4\xd7\x46\xb2\x3a\x56\xb8\xfa\x7e\x42\xdc\x9b\x3f\x66\x79\x9e\x8d\x05\x7a\x34\xc2\x04\xc2\xa4\xfd\xb0\x29\xc7\x02\x7d\x8f\xc9\x2b\x2e\xa9\x58\x0b\x2a\xa9\x50\x0d\x3e\xc2\xe4\x79\xc1\x25\xfd\xac\x7a\xfb\x16\x93\xd7\x5a\xdc\x3a\xd6\x62\xe0\x1f\x19\xf4\x64\x12\x7e\x8d\xc9\x4b\x9a\xc9\x8d\xa0\x2f\xd9\x92\x9e\xd0\x4c\xc0\xc2\x3c\x52\xe9\x7e\xc2\xe8\x7b\x4c\xde\x2f\x33\x39\x2f\xc4\x4a\xe5\x63\x62\x64\x91\x10\xc0\x4a\x15\x38\xc4\x64\x56\xf0\x4b\x2a\x24\x15\x6a\x5c\x8f\x1f\x62\xb2\xce\x44\x69\xbe\xbe\xc7\x64\xbd\xdc\x5c\x30\x0e\x5c\xd8\x11\x26\xe5\x82\xad\x20\x07\x13\xad\xac\xfa\x6a\x37\xbf\x8a\x27\x30\x79\xff\x65\x76\x4f\x02\xa3\xc9\x13\xe3\xf7\x14\x97\x3f\x3a\xd4\x5c\xd0\x6f\xd5\x6d\x09\x4b\x9c\x69\xd6\x68\x79\x9b\x72\x96\x56\xe5\x75\x38\xb5\x48\x2c\x07\x0e\x61\xb2\xd1\x92\x75\x5f\xeb\xc2\xd1\x6c\x34\x01\x95\xb8\x96\xfb\x95\xfa\x94\x49\xba\x1e\x20\x53\x48\x9d\xdc\x38\x7a\xb2\xbf\x1f\xc5\x03\x9a\x08\x9a\x95\x05\xc7\x95\xd4\xc1\xd6\x40\xb1\xad\x0c\xb3\x20\x9d\x5a\x89\x34\xdc\x4e\xfd\xb6\xb5\xca\x78\x1d\xc2\x54\xc0\x64\xc2\xbc\x47\x63\x8c\x9b\x88\x8c\x7f\x3a\x5b\x65\x33\x51\x94\xaa\xac\x6d\xcb\x0b\xd4\x9a\x8a\xe4\x8a\x71\x4e\x05\x11\x95\xb6\x5d\x16\xc0\x0c\x45\x4b\xdc\x0d\x13\x73\x32\xa3\x3c\x13\xac\x88\x66\xda\xca\xeb\x9c\x46\xcc\x41\x76\xfe\x91\xc7\x03\xe1\xc6\x33\xb3\x14\xc2\x47\x1e\x3b\x05\x03\x57\x3a\x6d\xab\xde\xc8\x14\x98\x03\x0c\x5b\xa1\x07\x06\xb3\x1b\x9e\xa3\x22\xf1\x58\x9f\xe4\xa6\x34\x63\x18\x53\x32\x93\x9f\xc7\xbe\x70\xc4\x58\x0a\x95\xe9\x1c\x70\xe6\x5e\x66\x39\xc3\x5a\xf3\x0d\x95\x0e\x91\xce\x6f\xbf\x93\x8d\xf8\x6e\x53\x8f\x17\x34\x1e\x90\x24\x60\x97\xbe\x57\x6b\x36\x8d\xcb\xc4\x97\x1d\x6b\xc8\x17\x56\x1b\xa0\x59\xdd\xef\x93\xd7\xc1\xb3\x9b\xf3\xe6\x78\xaf\x31\xef\xd3\x17\xef\xc9\x8d\xaa\x6d\xe6\x5b\x76\xe7\xab\x21\xb7\xbd\xd7\xc0\x91\x3a\xd3\x7b\x8b\xf0\x9e\x4c\x37\xc4\x9b\x0f\xa2\xa4\xdc\x6e\x6f\x2a\x92\xd9\xad\xf1\xaa\x87\x64\xbf\x46\x55\x84\xe4\xea\x05\x24\xcd\x32\xe6\x61\x48\xd6\x7a\x83\x68\xd2\x34\x3c\xf2\xef\x25\x43\x4f\x6a\x50\x3b\xd3\x81\xaf\xd9\xf9\x92\xda\xf1\x4b\x13\xfd\xe7\xbe\xd8\xe0\xb1\xc6\x06\x0a\x59\x16\xbb\x95\x68\x14\x02\xa0\xdb\x2d\xac\xb7\x11\x25\x14\x08\x13\x5f\xa7\x46\x73\x9b\x5b\x96\x10\x9e\xd8\xa4\x08\x08\x1b\x28\xbe\xc9\x5c\x41\xf5\xb8\xab\x65\x15\x9e\xe8\xc9\x08\xc2\x34\x23\x32\xb9\xa0\x52\xcf\x15\xb1\xc0\x39\xfb\x71\xa3\x23\x0f\xd2\x08\xca\x8c\xa3\x49\x3c\x60\x83\x78\x1a\xe3\x3d\x59\x33\xd2\x20\x28\x97\x9a\x66\xc6\x73\xc4\x30\xb4\x2f\x48\x89\x2d\xf4\xb9\x3e\x42\xfb\xa9\x75\x2f\x83\x61\xe5\xd4\x1b\xf3\x8c\xe5\x94\x4b\x36\x67\x34\x3f\x3b\xbf\xb6\xf1\xca\x34\x03\x2e\xb8\x65\xbb\xfb\x68\x89\x55\x64\x83\x25\xce\xcf\x3c\x90\xfc\xa2\x3d\xdf\xb9\xc7\x7a\x63\x0f\xd0\x9f\xb6\x93\x3f\x7d\xfc\xf8\xf1\xe3\x14\x7f\x44\xc9\x37\xc7\x1f\xf1\xc1\x05\x11\xcd\xf4\x89\x4a\x9f\x1e\x5c\x10\xd6\x4c\xbf\x51\xe9\xd5\xc1\x05\x29\x9a\xe9\x1f\x93\x83\x0b\x92\xa5\x07\x93\x3f\x7d\xbc\xfa\x58\xaa\x8a\xa5\xaf\x50\x44\x8d\xdc\x4d\xd2\xb2\x1b\x8c\x49\xa6\x3a\xc3\xa7\x9f\xf5\xa5\x50\x52\x89\xc0\xe2\x41\xef\x9a\x28\x36\xeb\x32\x2c\xb8\x4d\x39\x80\x6b\x99\xd0\xcf\x54\x5d\x41\x47\xe2\xc8\x72\xb9\x84\x55\x1a\x75\x94\xb6\x83\x15\xa6\xeb\x5c\x2c\x8b\xf3\x6c\xd9\xef\xbb\xda\x55\x70\x18\x56\x1d\x18\x39\xc4\xa0\x72\x02\x1c\xbb\x12\xf4\x74\x5f\xf1\x9c\x7e\x4e\x87\xfe\x8d\x75\xc5\xe4\xa2\xd8\xc8\xb3\xda\xa1\x57\x80\x73\x19\x95\x49\x59\x6c\xc4\x8c\x3a\xc5\x2a\x49\xe2\x5f\x8d\xe2\x86\xda\x55\xe3\x9b\xb5\xbe\x8b\xd6\x77\x46\xe2\xd8\x8e\x99\xfe\xc7\x26\x5b\x86\x61\x12\x36\xc8\x29\x79\xc1\x5b\xa9\xfe\x34\xd5\x6d\x42\x90\x17\x3a\xb0\x23\x1f\xc4\x07\xf1\x17\x80\xab\xc6\x50\x8f\x35\x86\x1a\x7d\x17\x02\x5f\xa3\x7a\xa0\x9e\x09\xf1\xaf\x62\xa3\x1a\xac\x90\xb4\x36\x44\x45\xbe\x5a\x1b\x3a\x1e\xfb\x90\x19\x0f\xe4\x20\x46\x1f\x3f\x5e\x0d\xb0\xd6\x75\xc3\x4d\xd8\x54\x79\x50\x46\x17\x09\xd2\x3b\x1e\x8a\x9e\x05\xf0\x1c\x37\xb8\xcb\xea\xac\x23\x1e\x40\x5d\xcf\x99\x98\x6d\x96\x99\x88\x7e\x54\x98\x14\x42\x00\x01\xfa\x12\x36\xce\x6e\x14\x63\x8d\xc9\x34\xdc\xce\x11\x27\xa2\xe6\xf6\xa4\x1e\x3c\x0c\x78\x5b\x13\x76\xd6\x88\x4d\xa9\x4f\x4a\xcb\x45\x9a\xbb\xce\x79\x2a\x26\x74\x7a\xac\xfe\xb1\x32\xdb\x71\x8c\x92\x01\x8e\x6d\x67\x6b\xc4\xf1\xf1\xc6\x22\x50\xae\xdd\x89\x68\x0d\x4e\xec\xaa\x34\xed\x7d\xbd\x2b\x2c\xa0\x28\x78\xf0\xa7\x8f\x07\xdb\x8f\x07\xbf\x3a\xb8\x00\x50\xf4\x25\x36\x35\xfb\x4f\x0d\x28\xac\x64\x9a\x59\xfc\x10\x54\x30\x8d\x6a\x2e\x51\x89\xb1\xbd\x63\x15\x42\x68\xd9\xea\x77\x09\xca\x35\x92\x38\xe4\xa5\x02\x36\xf9\xce\x86\x16\xaa\xb6\xd7\x9a\x00\x4b\x43\xf7\x90\xc0\x63\x2f\x6f\x85\x14\xe9\x35\x99\x62\x7d\x7f\x23\x89\xc7\x97\xf6\x32\x77\x93\xba\x6c\x4c\x0a\x83\xd1\x00\x2a\xc8\x35\x28\xa2\xba\x52\xd7\x3b\x04\xf0\x83\x78\x1b\x63\x8d\xc2\xe2\x18\xbb\xb7\x7e\xb5\xf3\xfa\x66\x00\xb6\x6a\x0f\x6e\xbb\x68\x25\x15\x2b\x00\x54\xaa\xa1\x93\xcd\x11\xeb\xf7\xd5\xca\x05\xa3\x25\x66\x3c\xcf\xce\x97\xba\x5a\x69\xc9\x61\x75\xee\xbd\x17\x56\xa7\xb5\x5e\x70\x7d\x43\xc4\x96\xb7\x31\xc3\x5d\xfb\x3b\x90\xf5\xe4\x31\xf0\x65\xd2\x34\xbd\x46\x12\x57\x88\x91\xd0\xb0\xff\x20\x0a\x7e\x11\xf1\xcd\xea\x9c\x8a\xa8\x98\x7b\x43\x8d\xe6\x85\xf0\x87\xeb\x0e\x88\xc4\xdb\x2d\xdb\x6e\x11\x4b\x61\x1b\x89\x02\xde\xd4\xa9\x68\xe4\x8a\x4a\xf7\x26\xcc\x11\x33\x18\x34\xac\x03\x65\xac\x0c\x92\xb3\xb5\xa0\x73\xf6\x19\xe1\x5e\xaa\x49\x57\x97\x10\xc0\x27\x7a\x69\xa1\xa5\x28\xb7\x2f\x63\x46\xcb\x48\x5d\x33\x51\xce\xe6\xe0\x6c\x53\x46\xba\x09\x5a\x36\x83\xa1\x2a\x84\xea\xf4\x97\xc0\x5f\x8e\xf9\x10\xb7\x28\x4a\xb9\x13\xd4\x26\xf4\xd4\xf2\x6f\xac\x42\x32\x25\xd2\x29\x83\x38\xaa\x8f\xf8\xf3\x09\xdc\x7a\xf6\x96\x07\xeb\x9e\x9d\xca\x59\x02\x03\x67\x79\x22\xa7\xee\x42\x03\x90\x0b\xbe\x5a\x72\x8f\xa2\x58\x23\x81\x8f\xdd\xfe\x2c\x91\x20\x1c\xf6\xcd\xdb\xa4\x95\x9a\xfa\xd8\x95\x11\x9d\xbc\x2f\x55\x25\xf6\x81\x52\x3a\xa1\xf6\x3d\xaf\x45\x20\xdc\x39\xa8\x8a\x92\x22\xe5\xc9\xbc\x34\x0f\xf9\x9d\x3d\xc1\xed\x78\x90\x7c\x73\xb0\x63\x21\x8d\x1a\x7c\x29\x15\x66\xd1\x2e\xc8\x40\x0d\xd7\xa5\x07\x76\x25\xf3\xce\x5b\x76\x0b\x46\xb5\xcf\x16\x05\x54\x8e\xb4\x9d\x6b\xf4\xb6\xd7\xe5\xeb\xba\xd6\xb9\x7e\xa8\x43\x65\xf0\x50\x8a\x2b\xc2\x43\x45\x37\xaa\xa0\x6b\x79\x89\x2b\x12\x24\x62\x9a\xc5\x66\x5f\x3a\x76\x4d\xcc\x07\x1d\x79\x14\x09\xfd\xcc\x4a\x59\x9e\xa8\xf7\x32\xc5\xc7\x19\x2a\x12\x41\xb3\x3c\x67\xc2\x24\x85\x38\x0e\x75\x3f\x4c\x5f\xf3\x26\x74\xf5\x38\x53\x24\x55\xc8\xef\x47\x6f\xa6\x75\xa3\xc3\x63\x28\x65\x26\x4d\x77\x09\x2b\x7f\x64\x02\xcc\x4f\xaf\x41\x59\x39\xbc\xc2\x66\x43\xc2\x61\xb2\xeb\xdb\x43\x62\x77\xc7\xb6\x9f\x1a\x6d\xd3\x3d\x23\xfd\x08\x2a\xe5\xfc\x13\xbb\x86\xd2\xee\x79\x45\x08\x35\x29\xfc\x85\x8c\xea\x0a\x58\x82\xd1\x2b\xa7\xde\x8e\x62\xaf\x54\x8c\x11\xae\xd5\x87\xee\xf2\xa3\xa4\x95\x75\x1b\x6e\x94\xa4\x31\xe1\xc4\x18\xc4\x04\xe6\xa3\xf2\x2c\x99\xbb\xe8\x23\xa8\x4b\xdd\xc1\x29\x34\x05\x5d\x4e\xdf\x82\xc1\x3f\x04\x4e\x42\xe7\x49\x33\x9d\xe0\xf8\xe3\xc7\xd8\x17\x35\xe2\xaa\xe5\x8f\xca\xe0\x16\x1d\x5a\x59\x5c\x1b\xe7\x30\x90\xe6\x70\x28\x24\x16\x28\x3e\x38\xcf\x4a\x7a\x10\x83\xf6\xb1\x7d\x46\x65\xb9\xc9\xcf\x50\xb3\x12\x36\x43\x37\xea\xeb\x9f\xe8\x75\x89\xda\x2a\xce\x8a\x4a\xa2\xa5\x79\x60\xba\x9a\x09\xf0\x6f\x7f\x12\x0c\x58\x3e\x16\xdd\x35\x86\x99\x64\x79\xfe\x92\x2d\x29\x69\xa4\xe2\x6a\xcf\x77\x66\xdc\x70\x59\xcc\xc9\x95\x0e\xaa\xea\x0e\xde\x38\x3e\x88\x49\x8d\x18\x42\x90\xdb\xec\x53\x97\x85\x23\xee\x61\x8f\xbb\xeb\x5d\x50\x09\x8c\x71\x0e\x47\x94\x58\x3c\x10\xa8\x78\xe3\xe1\x85\x90\xeb\x97\x46\xb3\x3e\x0e\xa1\xd8\x78\x38\xb0\xae\x21\xd5\x00\x81\x93\xde\xec\xc8\x3a\x6b\xdf\xc8\xf9\x77\x71\xcb\x31\xbb\xa1\x4d\x4e\x17\xac\x8c\xe6\x7a\x6b\x6d\x0b\x08\x47\xe5\x82\xad\xa2\xbc\xa0\x0d\xfd\x97\xa8\x00\x6f\xd6\x72\x91\xf1\x48\x35\x19\x51\x3e\x2b\x72\xc6\x2f\x12\x13\x9e\xbb\x3d\x62\xd5\x60\x90\x66\x55\x19\x75\xf3\xb0\xd2\xe3\x28\x1e\x74\xd8\x0a\x0a\xdc\xdc\xd0\x40\x85\xcc\x3e\xb9\x5a\x00\xad\xed\x34\x6e\xaa\x6a\x8f\xed\x02\x09\x46\x0c\x14\x8d\x7d\x62\x4e\xa4\x12\x09\x03\xde\xd0\xc8\x44\x4c\x53\x96\x9c\xfe\xf1\xfd\x8b\xb3\x97\xaf\x5e\xbf\xd8\xb3\x66\x2e\x46\x06\x8c\x84\x81\xdf\x2c\xcf\xeb\x0d\xe1\xb8\x22\x7e\xc2\xbd\xbb\xf8\xf1\xd5\x87\x17\xcf\x4f\xdf\x7d\xf8\x63\xa8\x1f\xae\x8d\x29\xc2\xdd\xe9\xd5\x0d\x22\xe0\x54\x02\x83\x53\xd3\x5c\x06\x88\x4d\x33\xba\x7f\x3a\x4d\x53\x7f\x92\xaa\xb5\xc0\xd8\x7f\x6e\x93\x6e\x52\x95\x39\x70\x77\x35\x09\x4d\xb4\xe3\xfb\xaa\xc3\x53\x9f\xa5\x71\x8b\x02\xef\x19\xf3\xc1\x7a\x51\x44\x00\xce\xde\x16\x32\xca\xa2\xdc\x4d\x2d\x8a\x07\xf5\x43\xdd\xec\x8b\x8f\xb1\xea\xd1\x60\xab\xd6\x14\xe4\xfa\xe9\x8d\xa9\x37\x4b\xaa\x77\x8b\x55\xf1\xc6\xc9\x2a\x5b\x07\xeb\x51\x27\x4f\xd7\x4a\xd7\x55\x45\xbc\x5d\x48\x87\xa4\xbd\x80\xe9\x28\x68\x20\xa8\x59\x54\x2d\x04\x97\x4a\x12\x4c\x7f\xaf\xa9\xe4\xd4\xce\x4d\x7d\xbc\x14\xc5\xea\x87\x4c\x1b\x28\x42\xba\x1a\xd7\x4f\x82\x59\x45\x4c\xf3\x79\x6b\x55\x8a\xab\xbd\x62\xd7\x61\x2b\x48\xab\xf8\x38\x44\xf6\xc7\x7f\xd2\xf2\x25\xc3\x7a\x98\xec\x7f\x3c\xf8\xf8\xf1\x4f\xbf\xfa\x66\x70\x9c\x20\xbc\x9d\x7c\x9c\xde\x54\xd3\x83\x0b\x12\x7f\xfc\xf8\xab\x7e\xf3\x4d\x64\x68\x21\x01\x1e\x52\xdc\x05\x12\x76\x0d\xde\xd9\xc8\x16\xe6\x6e\x4e\xb6\x26\xae\x82\x9b\x49\x1b\x37\xb1\xe1\xf2\x74\x5b\x09\x6f\x85\x6b\xb4\x22\xe7\x1b\xb6\xcc\x7f\x12\x6c\xdc\xd2\x29\x31\xc7\xa2\x77\xdb\x56\xda\x21\x76\xe1\xfd\x7d\x26\x17\x56\x69\x91\xf1\xc8\xd4\x6f\x1e\x80\x1a\xc9\xb6\x66\xb0\xa3\xb7\x06\x44\x58\x0c\x9c\x75\xdf\x2b\x35\xfd\xe0\xfb\xc3\xd9\x01\x1f\x99\xbb\xb2\xc6\x5d\x26\x73\x8b\x3e\xb0\x4b\xa5\xd6\x45\x13\x1f\xff\xf6\xe6\xf5\x6f\xa5\x5c\x7f\xa0\xff\xb1\xa1\xa5\x74\xe7\x39\x29\xd6\x94\x23\x13\xf0\x89\xf4\x46\x4e\xfc\xa6\x7e\x08\x5a\xae\x0b\x5e\xd2\x53\xfa\x59\x56\x15\x01\xe1\x43\xcb\x74\xf0\xcb\x88\xb4\x9b\x0a\xc8\x4c\x45\xad\x8d\x46\x1e\x2d\x19\xb8\x62\x69\x44\xf9\x25\x13\x05\x5f\xa9\x57\x7e\xe7\x5a\x95\x0b\x0a\x6a\x64\xd1\x0a\xdc\x0f\x91\x88\xc9\x07\x65\xb4\x16\xc5\x79\x76\xbe\xbc\x8e\x34\x5b\x46\xed\xa3\xd1\x03\x66\xf3\xeb\x24\x06\x2d\xce\x50\x7c\x8a\x9a\x2c\xdc\x6e\x83\xf9\x06\x69\x85\x68\x81\xc6\x38\x22\xba\xda\x2c\x33\xcd\x36\xb4\x43\x36\x96\x75\x11\x5b\xad\x97\x54\xcd\x06\xf2\xcb\xa8\x98\x47\x46\x32\x9c\x3b\x66\x50\xd9\x50\x25\x0d\x2d\x75\xd8\x8a\xdc\x7f\x37\x6b\x19\x51\x6c\x54\x2e\x62\x72\x33\xd7\x7a\x04\xe3\x78\xf2\x72\x3e\xd5\xbf\x63\xe2\xe4\xa9\x31\x3a\x1e\x4f\x4e\xca\xa9\xf9\xde\x7a\xbf\xa3\xc9\xbb\x62\xba\x91\x4b\xc6\x29\x56\x84\x60\xa6\x66\x50\xea\x1a\x2f\xe8\xd4\x7c\x6f\x27\x7f\xb8\x9a\x2e\xa8\x50\x65\xd6\x14\xd4\x8c\x75\x91\xf7\xeb\xa9\xfe\xdc\x4e\x4e\xe5\xb4\xc8\x0b\x1c\x93\x82\x2f\xaf\x75\xee\xbb\x62\xca\x97\xd7\x38\x26\xe7\xd9\xec\xd3\x85\x28\x36\x3c\x1f\xc7\x93\x1f\xce\xa7\xee\x33\x26\x17\xec\x92\x72\x5d\xfc\x37\x17\x53\xf5\x01\x9d\x31\xb9\xd8\x4e\x9e\x65\x53\x9e\x6f\x55\x85\x8d\xdc\xc2\x70\x66\x74\x2d\x71\x4c\xae\x16\xb6\x0e\x8c\x8b\x6f\x27\xaf\xd8\x74\xde\xac\x80\x63\x22\x5d\xb1\x53\xa9\x8b\xa9\x36\xd6\x74\x26\x3b\x45\xb5\xdd\xfb\x78\x12\xc3\x78\x62\x12\xab\x2e\x62\x12\xab\x26\xe2\x69\x75\x3f\x3b\xc3\x1b\x29\xd8\x2a\x8c\x6d\x3d\x46\x72\x39\xd8\x7e\x2c\x07\x96\x95\x4c\xc4\x3d\x2a\xf9\xe5\x59\xf9\xc3\x32\xe3\x9f\x02\x35\x54\xdb\xdf\xfc\xea\xe0\xc2\xe1\x6a\xc2\xca\xb7\x85\xdc\x55\xdc\xd2\x0a\x90\xaf\x8b\xf3\xdc\xc2\x6e\x00\xff\x1c\xfc\x09\x7d\x2c\xbf\xc1\x07\x56\xc8\xe4\xe9\x8a\xc9\xc9\x70\xea\xf4\xfd\x87\x5f\x2a\x39\x39\xd4\x82\x93\xc3\x47\x5a\xd5\x63\xb4\x53\xc9\xc3\xda\x2f\x95\xe9\x8d\x75\x8f\x30\xce\xac\x0b\x32\xb2\xa4\x73\xf9\x5e\xad\xd7\xa2\x58\xe6\x54\x3c\x5f\x64\x62\x1c\x4f\x62\x22\xd8\xc5\xa2\x9b\x31\x8d\x2b\xb2\x49\x11\xd5\x5e\xce\x3c\x87\x0b\xc7\x75\xdb\xb4\x1a\xd3\xed\xb6\xc4\x89\x4d\xd9\x6e\x4b\xf7\x9b\x2c\x41\xaf\xaa\xd3\x27\x94\xe9\x26\x93\x59\x4a\x93\xd0\x50\x54\xf9\x50\x3a\x99\x37\x7d\x1d\x7c\xfc\x58\x7e\x13\x0f\x36\xb5\x17\x85\xd8\x1c\xfa\x18\x0f\xe2\xb1\xca\x45\xc9\x37\x38\x26\x31\x8b\x31\xc9\xef\xaa\x6b\x71\x43\xa8\xf2\xe2\xae\xca\xf5\x71\x0e\x55\x5f\xdf\x55\xdd\x62\x19\xa8\x6c\x2a\xad\x9a\x95\x54\x73\xbf\x32\x59\x97\xdd\xf6\xfe\x47\x8c\xc9\x75\x20\xf9\xe6\x21\xa9\x62\x4c\x2e\x5a\x8d\xa9\x3c\xfc\xab\x18\x93\xf3\xa6\xdc\x0c\x2a\x4d\x3e\x7e\xdc\xfe\xbf\xff\xfb\x7f\xa6\xc7\xfb\xaa\x36\x8e\x31\x39\xeb\xb6\xfc\x2f\x68\xf2\xa7\x74\xaa\x1b\xb9\xda\x9d\x9d\xea\x71\x7b\x4c\x8a\x17\x10\xef\x40\x4b\x72\x49\x96\xf2\xc1\x08\xae\x47\x36\x47\x2c\xbd\x76\x14\x8b\x23\xbd\x7b\x10\x5f\xc9\x5a\x11\x80\x70\x21\xbd\x6c\x15\xd3\xa9\x67\xf6\x18\xd6\x31\x91\x16\x19\xcf\x97\x14\xc5\xcf\x38\x2f\xf4\x29\x8e\xb5\xe3\xe4\x22\x51\x38\x06\xb1\xc9\x68\x8a\x89\xf3\x8d\x48\xb4\x9a\x24\x4b\xaf\xfe\xba\xa6\x5c\xd2\xe1\x14\xd7\x8d\xce\x77\x37\xfa\xd2\x5e\x50\xaa\x15\x57\x21\xdf\x5d\xc1\x2a\x27\xb5\x6a\x2c\x76\xd7\xf8\xc1\xbb\x61\x1a\x75\xd6\xbb\xeb\xbc\xb0\x60\xe9\x0a\x5f\xdc\xd2\x81\x42\x9a\xaa\xed\x61\xdd\xf6\xf9\xee\xe2\x3f\x66\xea\x9a\x6e\x8c\x64\xb5\xbb\xb4\x22\xc6\x5c\x69\xcf\xce\x0c\x28\x13\x99\xac\x68\x59\x66\x17\x34\x8d\x81\x40\x89\x14\x9d\xaf\xc8\x20\x75\x87\x47\xf1\x20\x1b\x3c\x20\x51\xfc\x60\x40\x07\x0f\xe2\xe4\x23\x7f\x27\xd8\x05\xe3\xd9\x32\xa2\x50\xf8\x2a\x2b\xc7\xd1\x83\x81\x6b\x84\xc8\xaa\x32\xef\x18\x51\x36\xc4\x6b\xac\x7e\x0e\x00\xc0\x9f\x10\xd1\x36\xbc\xeb\x88\x2f\x0f\x3e\x8a\x8f\x7c\xfb\x91\x1f\x68\xa9\x95\x96\xb2\xbc\x00\x3f\xdb\x0c\x49\x83\xd3\x11\xc6\xdb\x6d\xfd\xa1\x29\xe7\x77\x5d\x65\x9e\x9b\xca\x67\x6c\x51\xd1\x32\x2e\x06\x7f\x34\xc2\x94\xd9\xf0\x6e\x29\x7c\xc3\xbb\x7e\x9c\x02\x9a\x8a\x38\xe4\xed\x46\x47\x62\xd0\x6e\x33\x1b\xfa\x31\x0d\xbd\x28\xf5\xe2\xa6\x13\x99\xc8\xe2\x75\x71\x45\xc5\x73\xf5\x00\xc4\x5d\x27\x30\x72\x10\xab\xe7\xc7\x86\x53\x20\x3e\x68\x1e\x65\x12\x1e\x59\x91\x64\x2b\xea\xc8\xc1\x1b\xbd\xff\xe3\x6e\x8b\xea\x46\x3d\xe9\x18\x7a\x10\xfd\x26\x30\xd4\xff\x67\xe3\x02\xe7\x1d\xba\x01\xf5\x53\xa6\xbd\x7d\x9d\xc3\xed\x6f\x3e\x32\x77\x9c\x5b\x0f\x4f\xee\xad\x60\x13\xbf\xab\xc7\x82\xcc\xca\x05\x02\x5e\x00\x91\x3a\x12\xa2\xa2\x87\x0c\xc9\xe9\xed\x0a\xf7\xd8\x18\x60\x81\x88\x38\x11\xf0\xa6\xf8\x8c\xab\x9a\x1c\x2d\x7c\x7a\x30\xab\x3c\x6c\xa9\x3d\xdf\x3b\xc8\x43\x75\x33\x7a\x86\x02\xe3\x44\xf7\x44\x98\x66\xe2\x66\x69\xa1\x19\x4f\x7a\xed\x3a\x36\xf1\x32\x95\x89\xfb\x0a\xd8\xa9\x37\x15\xa6\xb9\x16\x35\x50\x6c\x8f\xa2\xce\xde\x6e\x3d\x09\xa0\x86\x5b\x7f\x33\x00\x0a\xba\xef\x86\x67\x91\x59\x22\x6d\x02\x63\xdf\x08\x05\xa7\x51\x21\xa2\x55\x21\x68\x64\x97\xc4\xb7\x8a\xa9\x0f\x46\x45\x3e\x77\x8d\x7b\x6e\x8c\x0a\x18\x6c\x4a\xeb\x48\xb0\xb9\x22\x15\x0f\xac\xfd\x7a\x77\x48\xaf\x38\xe8\x89\x46\x1e\x1c\x44\xf1\x40\xe2\xbd\x2e\xc8\xb9\xa3\xd5\x9d\xaf\x7b\xbc\x54\xe4\x59\x67\x25\xf5\xa6\x4c\xa6\x04\xfc\xc3\x6c\x60\x03\xdf\x93\x65\x03\x34\x9b\xb0\x97\x69\x5d\x26\x73\x8d\x48\x75\xda\xee\x07\xb4\xcb\x5d\x40\x4b\x62\xd5\xcd\x2d\xb0\xeb\x40\xb1\xcb\x7e\x31\x7e\xa4\xc0\x87\xa2\x20\x33\xb7\x2f\xa5\xd1\xce\xc3\xf5\x71\xab\x7c\x38\x0e\xca\xe6\xf4\xf4\x3f\x21\x49\x66\x75\xbd\x4d\x55\x61\x32\xf3\x34\x13\x77\xc3\xe3\xf2\x67\xc1\x63\x5b\xfb\x00\x00\x63\x98\xa6\xa9\x35\x0a\x0c\x70\x9e\x0d\xa4\x5a\x3d\xe6\x5d\x50\x5a\x21\x4c\x6e\xc0\x12\x77\x4c\xbd\x8d\x29\xc7\x35\x3e\x27\xb9\x09\xc9\xa1\x36\x2c\x73\x4b\x5d\x8e\x39\x2a\xef\xf2\xa7\xe0\x40\x1f\xe3\x5a\x59\x4d\xbb\x87\x44\x20\xd4\xfb\x14\x94\x93\x83\x59\xe5\x64\x4a\xb2\x74\x68\x54\xa3\x2c\xa4\x6d\x76\x82\xd2\x65\x0d\x04\xd7\x3e\x0a\xda\xe8\x86\xeb\x6b\x07\xc5\x39\x5c\xde\x4b\x05\x4e\x6d\x48\x6d\xe8\x58\x41\x35\x1f\x24\x75\xc5\x38\xf3\x88\x28\x8f\xf0\x26\x7e\x1f\x00\xb0\x0a\x4a\xfc\xc4\x73\x4d\x64\xe4\xea\x5d\x54\x24\xde\xeb\x0c\x49\xdc\x71\xff\xd7\x1d\xf1\x3a\xd4\xc5\x7c\x57\x17\x7e\xaa\x3f\xe2\xcb\x66\x96\x1b\x3f\xb9\xc6\x64\x85\x24\x01\x2d\xf0\x8e\x9e\xd6\x02\x05\x73\x73\x7b\xdd\x18\xff\x81\xbe\x26\x95\x4a\xb6\xb6\x7c\x68\x85\xb8\xa7\x64\xae\x9b\x81\x4d\xc6\x4d\x33\xf8\xc0\x82\x87\x66\xbd\x09\xce\x5a\x43\x05\x26\x0b\xd4\x54\xcc\x32\x02\xa2\x22\xa9\xdf\xcf\xc0\xd8\x6f\xee\x01\xc5\x4f\xb2\x10\x8a\x75\x25\x34\xc9\xa5\x50\xfb\x44\xd4\x3e\x06\xd3\xc6\xd7\x40\x0e\x8a\x04\x58\x00\xc8\x59\xe6\x64\x2d\x95\xaa\x86\x9a\xf2\x05\x68\x72\xd6\x57\x9a\xaf\x55\x75\xbf\x82\x17\x35\x42\x10\x3b\x11\x42\x4d\x40\xef\xc0\x09\x92\xae\x15\x3e\xb8\x03\x81\x95\x7f\x0d\x02\x53\x33\xb8\xd1\x7c\x19\xa1\x0e\xff\xfb\xee\x6d\x08\x67\xbd\x8b\x45\x9b\x9a\xdd\xda\x07\x0c\x92\x6e\x10\x3a\xfb\x5e\x83\x30\xfd\x4f\x80\x04\xfb\x10\xd0\x1e\x87\xfb\xce\x5e\x76\xe0\x5f\x63\x32\x25\xb3\x74\x68\x9e\xef\x16\x11\x2d\x76\x22\xa2\xab\x1a\x11\x5d\xd5\x0c\xb8\x17\x95\x7a\xc4\x37\xf5\x38\xad\x1f\xcc\xd0\x41\xdf\xec\x46\x4d\x6b\x5b\xed\xde\xa8\x89\x78\x4f\x74\x32\xef\x1c\xa6\x55\x33\xd1\x1c\xa6\x6b\x75\xa9\xed\xc6\x52\xab\x5d\x83\x3f\x0f\x75\x71\xb9\xab\x8b\xf9\x0e\x2c\x75\xd5\xcc\xaa\xa7\xd2\xca\x70\x13\x23\x2f\x30\x39\xeb\x22\xa8\x4b\x3d\x4c\x05\x7a\x81\xdc\x6b\x4b\x78\x74\xd0\x97\x3a\x54\xcb\x1a\x7d\x9d\xa1\x65\x17\x7d\x2d\x9b\xe8\xeb\x1c\x05\x37\x25\xb4\x1c\x8b\xe0\x72\x58\xf4\x75\xe1\xa3\xaf\xb3\x2f\x40\x5f\xb3\xfb\xa1\xaf\xcd\x64\xe3\xa1\xaf\xc6\x57\x08\x7d\xcd\x7c\xe0\xbb\x6a\x21\x84\x13\x84\xc1\xcf\x86\x49\xae\x3c\x46\x49\xa3\x8c\xd6\x8b\x3e\x45\xb9\x57\xe4\xa4\x46\x5c\x9b\x9d\x88\xcb\x19\x32\xfd\x35\x68\x6b\xfe\xb3\xd0\xd6\x09\xb2\xb1\x87\x82\x24\x92\x08\x93\x48\x25\xd1\x28\xa6\xa6\xa0\xc0\xea\xcc\xf3\xbc\x53\xcb\x8d\x8e\x33\xa7\xd3\x8c\xc7\xbc\xaa\xc8\x69\xc0\x18\x61\x32\x55\xa4\xa6\x5b\xc3\xcf\x35\x49\xd4\x40\x41\x0a\xd8\x7c\xf5\x8a\xe6\x4d\x6a\x40\xcc\x80\x64\x45\xda\x74\xbb\x68\x12\x1c\xfe\x51\xdc\xdc\x83\xec\xd0\x47\x3f\xb7\xeb\x35\xda\x93\xe9\x39\x12\xb7\x98\xbc\xc9\x54\xe3\x51\x83\xe0\x28\x06\x76\xef\x98\x37\x78\xd6\x6d\x00\x77\x0b\xc7\x07\xb5\x0d\xec\x88\x48\x45\x5e\x3a\xa2\x32\x44\xfb\xed\x5e\x09\x92\x85\x9f\x14\x4d\xfa\x47\x5d\x0c\xdd\xe9\x5e\x06\x89\x90\x4b\x47\x57\xde\xf8\xd0\x92\x91\x39\xa3\xcb\xbc\x1c\x5f\x20\x49\xc0\xc7\x1c\xb9\x56\xaf\x0f\xb3\xa9\x4d\xcf\x4b\xdd\xf5\x5e\x84\xd6\x7b\xd5\x0e\x64\xd5\x1e\xa7\xae\xbb\x0e\xd7\xfd\xeb\x07\xdf\xb9\x93\x54\xb6\x00\x63\x13\x50\x16\x57\x55\x1a\x57\xc6\x8e\x99\x75\xd6\xe0\xb2\x03\xbf\xba\x6c\x88\x20\x6c\x21\xcf\x5d\x50\x7c\xb6\x8b\xec\x3d\x6b\x6b\xb2\x5b\x2b\x9d\xc6\x34\xf6\xd4\xed\x17\xe0\x2b\x31\xf5\xd0\xa6\x9f\xe5\x20\xd6\x11\xf7\xe3\x69\xea\xc8\xc1\x29\xf1\x72\x4b\x99\x09\x99\x2c\x19\xa7\xaa\x08\x0d\xe4\xcd\x8a\xe5\x66\xc5\x55\xae\x04\x81\xc3\x40\xfa\xe0\x3f\x6d\x28\xe6\x5f\x34\x4c\x40\xce\x41\xc3\xd9\x60\xd0\xae\x2a\x74\xed\x4d\x7d\xc2\xa7\xd0\x27\xc9\xf4\x6f\xaf\x7d\x52\xa6\x21\xc2\x75\xef\xeb\xd2\xcd\x6c\x9a\x22\xf5\xaf\x0e\xe5\x60\xf5\x6c\x41\x29\x5b\xf8\x37\xa9\xf7\x18\xa4\x7a\x61\xdf\xcd\x51\xfc\xff\xfe\xef\xff\x89\xf1\xd3\x74\x78\x0c\xbf\xc6\xf1\x36\x26\xbe\x4b\x0e\xa1\x87\xeb\x7b\x65\x95\xbd\x34\x65\x3b\xef\x96\x57\x7c\x56\x08\x41\x67\xd2\x53\xb5\xd7\xdb\x0d\x7e\x37\x35\x69\x11\x41\xcc\xd2\x24\x7a\x61\x79\x7d\x60\x9b\x13\x9d\x6f\x64\x34\x07\x7a\x3a\x1e\xb8\x1e\x2c\x7e\x62\xfe\xfd\xdd\x24\x5e\xaf\x10\x26\x34\x71\x34\xad\x7f\xb3\xba\xdb\x50\xee\x1c\xb1\xe5\x69\xeb\x41\x85\xef\xc4\x05\xcd\x72\xe3\x99\xe5\xce\x67\xc1\x7d\xda\x13\xc5\x55\x19\xb7\x6e\x76\xc7\xbb\x72\x2c\xe3\x9f\xcd\x99\x75\x7e\x5d\xd4\x9a\x4b\x0c\x61\x1f\xc0\x4f\x36\x78\x0e\xf7\x88\x05\x9f\x11\x03\xa7\xf1\x36\xed\xe6\x67\x56\xb1\xd9\x5d\x0c\xae\xa5\x67\x2d\xaf\x54\xc6\xc7\x2a\x38\x7f\x31\x8e\xc3\x3d\x79\xd0\xc7\x8f\xf1\x60\x09\xae\xc3\xbf\x89\x07\x42\xff\x50\x69\x33\xed\xa6\xdc\x9d\x99\x89\x98\xfa\x56\xd4\xb5\x34\xf5\x2b\x3d\xa9\x9a\x36\x05\x0d\x70\x12\xb7\xad\x84\x21\x5d\x9e\x21\x69\x30\x19\xa1\xda\xf5\x1a\x6e\x10\x33\x2f\x90\x4c\xbc\xef\x9a\xb4\xa1\x7e\x72\x93\xd2\x39\x41\x12\x9c\xbe\xbb\x14\x6c\x48\x9f\x13\xbf\x33\xed\x80\xbe\x6a\xdc\xd1\x77\x09\x94\x6f\x33\x17\x15\xe8\x31\x4e\xe6\xa5\xe6\x8e\x23\x81\x0e\xbf\xc5\xd8\xd9\x73\x76\xa4\x1e\xc2\xe1\xbe\xa6\xee\x27\x25\x5a\x5d\x14\x5c\xf8\xe8\x6a\x88\xd5\x3a\x73\xfd\xbe\x40\x05\xde\x6e\x8b\x7b\xcb\xbe\x47\xc6\xcd\xc1\x23\x23\xfc\x7e\x8c\x3b\xe6\x11\x26\x90\xd8\x0e\xf7\x7e\x8c\x80\x67\x23\x27\x99\xe6\x4e\x10\x5e\xa6\x54\x8f\xd0\x68\x7a\x17\x48\x60\xb2\xd1\x71\x79\xb5\x03\xe8\xed\x16\xe2\xe8\xd6\x1e\xa1\x11\xde\x6b\xb3\xb2\xb2\xb0\x3d\xf4\x0c\x19\x78\x20\xe6\xc0\xb4\x18\x51\xce\x07\xfa\x11\xca\x11\x4f\x1b\x50\x42\x62\xa3\x3c\x12\xe3\xe3\x4d\xf2\x59\x43\xc2\x39\x1d\xe7\x88\x93\xb8\xe0\xcb\x6b\x48\xb7\xc9\x89\x4a\xd9\x6e\x37\xc9\xdc\xa6\xa8\x8f\xdc\xd5\xaa\x4b\xe2\x86\xd7\x2a\x7c\x23\x50\x6b\x64\x73\xef\x04\xe4\x6a\x2f\x1b\xe3\x60\x72\x0c\x89\x6e\x04\x4c\xd6\x7d\x33\xa9\xfe\x30\x26\xc7\x2a\xbd\xc3\xc9\xf2\x58\xc6\x56\x20\x1c\x0f\x1a\xa1\x0e\x06\xb1\x11\x64\xd7\x6e\xa1\x34\x06\x61\x73\x64\x74\xd6\x18\xae\x83\xd6\x98\x53\x38\xaf\x1d\x83\x94\x6d\x7e\x79\x78\x63\x96\xc8\x80\xb3\x31\xe3\xc7\xb5\x8c\xa6\x1c\x2f\x89\x5b\xb6\x19\x61\x26\x5e\x50\xc7\x6d\xcc\xbc\x79\xa8\x71\xdb\x19\x98\xd0\x7e\x62\x24\x31\x46\xe3\x4c\x9e\x7d\x79\x3b\x75\x33\xc6\x52\xa3\x22\x77\xb8\x47\x76\x6b\xee\x87\x54\xe7\xff\xc5\xac\x37\xf6\x0e\xbe\xe9\x45\xdf\x7c\xcd\xff\xed\x3d\x2f\xd6\xd7\xa0\x59\x12\xa1\x19\x8e\xde\xb0\x99\x28\xca\x62\x2e\xa3\xe7\x85\x58\x17\x02\xf6\x26\x89\x9e\x2d\x97\x11\x14\x2a\x23\x41\x4b\x2a\x2e\x69\x9e\xec\xbd\x66\x33\xca\x4b\x9a\x47\x1b\x9e\x83\x6a\x3b\x8d\x9e\xad\xb3\xd9\x82\x46\x26\x87\x44\xbf\xd7\xfe\x34\xa3\xc3\x64\x18\x21\x55\x20\x36\x59\x31\x3e\x8a\xae\x8b\x4d\xb4\xca\xac\x8e\x1e\x05\x5c\x1b\xcd\xd9\x92\x46\x14\x54\xb8\xd4\x01\x98\x15\xab\xf5\x92\x65\x7c\x46\xb5\xbd\x9f\xac\x5b\x4f\xa2\x3f\x9a\x06\x8a\x73\x90\x99\x65\xd1\xac\x58\x5f\x2b\x72\x4b\x2e\xa8\x1d\x5d\x94\xc9\x68\x21\xe5\x7a\x7c\x70\x70\x75\x75\x95\x64\x30\xc0\xa4\x10\x17\x07\x4b\x5d\xa0\x3c\x78\xfd\xea\xf9\x8b\xb7\x27\x2f\xf6\x0f\x93\xe1\xde\xde\xe9\x6f\x5f\x9d\x44\xcf\xdf\xfd\xf8\x22\x7a\x75\x12\xbd\xff\xf0\xee\xf7\xaf\x7e\x7c\xf1\x63\xf4\xee\x6d\xf4\xec\x6d\xf4\xcd\xb3\x93\xe8\xd5\xc9\x37\xd1\x0f\xcf\x4e\x5e\x9d\x90\xe8\x0f\xaf\x4e\x7f\xfb\xee\xa7\xd3\xe8\x0f\xcf\x3e\x7c\x78\xf6\xf6\xf4\xd5\x8b\x93\xe8\xdd\x87\xe8\xf9\xbb\xb7\x3f\xbe\x3a\x7d\xf5\xee\xed\x49\xf4\xee\x65\xf4\xec\xed\x1f\xf7\x7e\xf7\xea\xed\x8f\x24\x7a\xf1\xea\xf4\xb7\x2f\x3e\x44\x2f\xfe\xed\xfd\x87\x17\x27\x50\xf2\xd5\x9b\xf7\xaf\x5f\xbd\xf8\x91\x44\xaf\xde\x3e\x7f\xfd\xd3\x8f\xaf\xde\xfe\xc6\x35\xf9\xfa\xd5\x9b\x57\xa7\xcf\x54\x2b\xaa\x05\x5b\x72\xef\xb6\x9e\x4e\x5f\x9d\xbe\x7e\x41\xa2\x97\xaf\x4e\xdf\xaa\xf6\x5f\xbe\xfb\x10\x3d\x8b\xde\x3f\xfb\x70\xfa\xea\xf9\x4f\xaf\x9f\x7d\x88\xde\xff\xf4\xe1\xfd\xbb\x93\x17\x64\xef\xcd\x8b\x0f\xcf\x7f\xfb\xec\xed\xe9\xb3\x1f\x5e\xbf\x3a\xfd\xa3\x6a\xe8\xed\xbb\xb7\xfb\xaf\xde\xbe\xfc\xf0\xea\xed\x6f\x5e\xbc\x79\xf1\xf6\x34\xd9\xdb\x3b\xa1\xd4\xdf\x50\x7f\x1f\xed\xc2\xce\x0b\x11\x95\x6b\x3a\x63\x73\x36\x8b\xec\x0d\x13\x5d\x14\x97\x54\x70\xc6\x2f\xa2\x35\x15\x2b\xa6\xcd\xff\xf7\x32\x9e\x47\xe0\x16\xce\xa8\x3c\xd6\x10\x63\x37\x73\xef\xab\x42\x75\xf4\xcd\x01\xe0\xd0\x3d\x91\x08\xed\x4a\x06\x62\x4b\x7a\x6e\x98\x4e\x64\x26\x37\x65\x1c\x8a\x52\xc7\xe0\xe1\x60\xa2\x51\x96\x25\xbb\xe0\xc1\x62\xa5\x57\x4c\xdf\xc1\x6f\xb2\xd9\x42\x3d\xc5\x42\xa5\x73\xaf\xb4\x73\x79\x11\x2c\xb9\x56\x25\x1b\x7a\x0e\x13\x9a\xbc\x2d\xe4\x89\x7a\xcf\xd1\x3c\x1d\x4e\xd3\xb8\xfe\x8c\x89\xca\xfe\xb0\xe1\x6a\xcd\xd3\xd1\x34\x8d\xcd\x6f\x9d\x71\x22\x8b\xf5\x9a\xe6\xe9\xe1\x34\x8d\xcd\xef\xb8\x42\xda\xa4\xf7\xc6\x06\x14\x2e\xd2\x1b\x85\x66\xc6\xb1\x8e\x87\x98\x30\xce\x64\x5c\xf9\x41\x6a\x69\x2b\x52\x45\x9a\x42\x50\xbb\x71\x23\xea\x91\x2b\x5f\x7a\x66\x3a\x8d\x86\xed\x6a\xea\xbf\x8a\x7a\x1f\xd3\xaa\x6a\x73\x56\x8c\xa7\x05\xe3\x03\xce\xe2\x51\x44\xd3\x76\x92\x42\xb8\xa0\x57\x48\xa7\xc7\xea\x9f\x31\xc5\xc7\xba\x43\x5a\x8d\x03\x98\x98\xda\xdc\x84\x67\x2b\x4a\xe8\x67\x3a\x03\xed\xbd\x86\x80\xae\x2b\x19\xf5\x6c\x10\xd4\x33\xaa\x0a\xfa\x23\xe8\x8e\xad\x1e\x4a\x3b\x60\x96\x5b\x1c\x13\xbb\x95\xcc\x8c\x33\x30\x49\xb2\x99\xa6\x9c\x27\x53\xa2\x63\x2f\xe6\xe3\xde\x88\xac\x32\x39\x5b\xa8\x0b\xba\xe9\x09\xda\x52\x17\x2e\xb6\x10\xf8\x71\xbb\x31\x6e\x81\x04\x68\x8d\xcf\xd9\xc5\x98\x92\xb3\x62\xad\xdb\x95\x04\x9c\x32\x64\x4b\x05\xff\x74\x6c\x47\x90\x98\x54\xd7\x7f\xa6\xde\xbf\xaa\x48\x39\x71\x99\xd3\x84\x72\x29\xae\x77\x6b\xf5\xc3\xfe\x25\xa6\x09\x78\x7e\xdb\x89\x69\xaa\x92\x7e\x96\xfe\x54\x6c\xbb\xb8\x22\x10\xe2\x48\x3b\x8b\xf0\xc4\x33\xcc\x78\x60\x25\x25\xc9\xbb\x9b\x2f\x8f\xcd\xe8\x65\xb7\x9b\x6a\x2c\xc9\x22\xcd\x35\xdf\x8d\xac\xd3\xbc\xee\x3f\x9d\x21\x86\xc9\x65\xea\xe6\xb7\x80\xe0\x7c\x97\x49\x61\x38\x1a\xd7\x69\x06\x5f\x93\x55\xa2\x7a\x9a\x62\x72\xd1\x56\xe7\xa9\x57\x1c\x37\x76\x72\x8e\x16\x64\x6d\x74\x95\x78\x70\xc4\x32\x13\x17\x54\x8e\x61\x80\x2c\xe5\x89\xfe\x26\x45\xea\x9a\x64\xc7\x8b\x31\x28\x01\xda\x85\x24\x65\x9d\x99\xa9\x43\x97\x11\x08\xe2\x58\xf0\x9c\xe4\xe9\x1a\xbc\x95\xbb\x02\xb3\x6e\xfc\xdd\xde\xb0\x1a\xcf\x30\x5a\x93\x15\xb6\x13\x74\x73\x2f\xa6\xe4\x22\xed\x8d\xc8\x79\x5a\x9f\xe4\xcb\x84\x7e\x66\x92\x94\xe4\xda\xee\xf7\x2d\x46\x20\xe0\x9e\xf5\x36\x78\x10\x89\x85\x3d\x1f\x30\x82\x4d\xb2\x39\x6a\x21\x0a\xed\x9d\xe5\x7a\x4d\xf1\xcd\x45\xda\x1b\x1a\x9f\x4d\xc6\xe8\x48\x97\x41\x37\x15\xc9\xed\x13\x2b\x74\xe6\x93\x1a\xd9\x1c\xcb\xd4\xff\x44\x39\x59\xe1\xb1\x6f\xc2\xe4\xe7\xd6\xe6\x94\x8d\xb0\x12\x72\x22\xa6\x21\xa2\xd2\xaf\x3a\x11\xd3\xe3\xd6\xb7\xee\xab\x95\xa8\x4e\x48\x9e\x4a\xd2\x1b\x55\x6e\xab\xdc\x1b\xdf\x80\x94\xf9\x53\x38\x18\xcf\xdd\x19\x3d\x77\x28\xa2\xe8\xa5\xe9\x62\xbb\x3d\xb7\x6e\xda\x87\xdb\xed\x85\x77\xd2\x0a\x20\xa0\x41\xa5\xd4\xbe\x2e\xce\x03\xef\xc5\xdb\x68\xd7\x49\x8b\x36\x9e\x12\x91\x0e\x6b\x3f\x68\xd2\x86\xbb\x1a\xdf\xf0\x86\x0c\xc0\xa7\x8d\x45\x1d\xff\x11\xc2\x6a\x6b\xa0\xc5\x36\x10\x37\x55\xdd\x88\xc1\x60\x4a\xf2\x82\xd3\x71\x8f\xaa\x41\xa3\x6b\x4c\xce\xd2\x73\xf0\x62\x8f\xf0\x51\xef\x2c\x51\x99\x47\x75\x92\x1e\xfc\x55\x7a\x81\xce\x0c\x97\x1d\x7c\x53\x3b\x9b\x64\x8e\xae\x9c\xee\xe4\x95\x2e\x51\xd5\xf6\x26\x45\x7a\x03\x6c\x44\xb8\x86\x18\xcf\x96\xcb\x6b\x70\xd4\x7f\xd6\xef\x9b\xae\xfa\x7d\x54\xa6\xe7\x89\x6e\x01\xf7\xfb\xa5\x9e\xe9\x39\x76\xe5\xd9\x1c\x15\x86\x07\x56\x24\xd0\x5a\x65\x7d\x7e\x46\x06\x21\x54\xb5\x8f\x6e\x35\xda\x45\xd8\x79\x02\xb5\x27\x24\x0c\x79\x86\x27\x00\x0a\xa1\x8e\x43\xd6\xef\x73\x54\x23\x57\xfd\x58\xda\xf3\x19\xe8\x2e\x06\x6d\xe2\x23\x7e\x22\x52\xe6\xd1\x14\x46\x29\xf0\x84\x4a\x92\xa5\x37\x67\x2b\x4d\xc7\x8c\x29\x29\xa9\xaf\xb4\x54\xe0\x1b\x01\x96\x8a\x86\xc4\x30\x6e\x43\x6b\xe4\x0d\x71\x3f\xc9\x02\x49\x32\x43\x05\xc6\x84\x07\x66\xe2\xe1\x0e\xfd\x00\xc7\x15\x29\x37\xe7\xe6\xdd\x19\x28\x06\x0e\xf8\xd5\x73\x15\x2c\xee\x6e\x36\x3c\x50\xda\x2b\xac\x75\x32\xe1\xa2\x04\x03\x62\x11\x82\x46\x51\x4f\x02\x86\x5b\x60\x92\xa9\xd2\xc5\x7a\x47\x61\x43\x3b\x11\xae\xfd\xea\x21\x28\x7f\x41\x65\x04\xf8\xaa\xe1\xdf\xc3\xa6\x6e\x4a\xaf\x89\x1a\x04\xb2\x16\xef\xa7\xf5\x8c\x95\xc9\xf9\xb5\xa4\xaf\xe1\x94\x04\xce\xe8\x46\x1b\x72\xc9\xc9\x70\x4a\x78\x2a\x27\x23\x17\xaf\xe9\xe1\x37\x48\x0c\x38\x3e\x78\xb4\xcf\x2b\x22\x13\x59\xfc\x70\x2d\x29\xf0\x4f\x83\xd6\x11\x85\x6e\x2a\x4b\x0b\xd5\x54\x99\x16\x93\xd1\xd4\x28\xe0\x31\xb4\x83\xa9\xf8\xf0\x1b\x24\x07\x42\x75\x21\x2a\x34\x04\x6f\x76\xd8\x68\x31\x94\x4f\x87\xc7\xd9\xfe\xa3\x71\x06\xfc\x0b\x1d\x48\x74\x7e\x24\x06\xe9\x23\x2c\x53\x3e\x69\x38\xde\x15\x78\xfa\xe4\xc9\xe8\xbb\x6d\x3b\x79\x30\x82\x8c\xc3\x6e\xc6\xa1\xca\x78\xdc\x4d\x7f\x88\xa7\x64\x39\x99\x0d\x06\xd3\x54\x3e\x7d\x3a\x7a\xdc\x3f\xfc\xf6\x5b\x2f\xe1\x3b\xff\xfb\xf0\xdb\x6f\xfb\xce\xdc\xed\x30\x4d\xd3\x12\xc0\x37\x34\xb6\xc0\x08\x46\x78\xfa\xf4\xe9\xa3\x46\x5b\x98\x8c\x6e\x6d\x65\x34\xdc\x31\xc3\x47\xc1\x09\x3e\x7d\x7a\x78\xeb\xd0\x31\x59\xaa\x7d\x9d\x8b\x62\x15\xde\x59\xe7\x41\xc6\x0b\x87\xa0\x68\x8c\xff\xf9\x90\x14\x9e\xde\xdb\x3e\x3b\xca\x9e\x94\x47\xd9\x20\x1d\x3d\x7e\xf8\xdd\x43\x6c\x62\xcd\x2f\x11\x25\x19\xc9\x06\x90\xf8\xb4\x3c\x2e\xc7\xe6\x77\xcd\x74\x1e\xe9\x50\x09\x32\xa5\x13\xbe\x3f\x9a\x12\x53\x53\x4c\xe4\xd3\xa7\x87\xd3\x81\x98\xc8\x27\x4f\x1e\xf5\x1f\x3f\x9c\x0e\xe2\x34\x8d\xb1\x0e\x1f\xc5\x60\x7d\x90\xaa\x72\x38\x7d\xf2\xe4\x3b\x3c\x08\xd4\x1e\x0d\xa1\xfa\xd3\xa7\xba\x3a\xb4\x74\x68\x5a\x02\x87\xe8\x86\x09\x1e\x2b\xe4\xd6\x8c\x93\x30\x99\x12\x96\x86\x82\xc6\xfd\xc4\xb8\xfc\x0e\x56\xe9\xb8\xfe\x39\x86\x7f\x49\x91\xc6\xcf\x7e\x78\xfe\xe3\x8b\x97\xbf\xf9\xed\xab\x7f\xfd\xdd\xeb\x37\x6f\xdf\xbd\xff\x5f\x1f\x4e\x4e\x7f\xfa\xfd\x1f\xfe\xed\x8f\xff\x3b\x3b\x9f\xe5\x74\x7e\xb1\x60\x7f\xfe\xb4\x5c\xf1\x62\xfd\x1f\xa2\x94\x9b\xcb\xab\xcf\xd7\x7f\x19\x8e\x0e\x1f\x3e\xfa\xf6\xf1\xaf\xbf\xfb\x7e\x70\x10\x9b\xf5\xb4\x5e\xd8\x61\x51\x07\x83\x0c\x8b\x49\x36\x4d\x8b\x49\x36\x25\x7c\x52\x34\xfd\x4d\x4f\xd3\xac\x21\x46\xae\x71\xb3\x6e\x43\xdd\x5c\xf2\x7f\x3e\x7a\x3a\xdc\xad\x93\xab\x49\xca\x24\xd2\x08\xc2\xb9\xcd\xcf\x22\x08\x08\xbf\x5e\xd2\xa8\x98\x47\x8f\x62\xfb\x02\xf0\xc4\x5c\x69\xdc\x70\xec\x2d\xc0\xf3\x86\xc4\x64\x22\x88\x00\xff\xd6\xc3\xf1\xa3\x7d\xf1\x3f\x1f\x4d\xdb\x81\x87\x79\x0d\x5a\xe0\xc3\x52\xab\xed\xca\xa3\xf2\x09\x3f\x2a\x07\xe9\x43\xcc\xd4\xf6\x96\x0a\xe2\x1f\xf7\x47\x8f\x7f\x3d\x1a\x3d\xfe\x6e\x88\x07\x2a\x6d\x30\x52\x5b\xde\x7f\xfc\xed\x21\xa4\x28\x38\x56\xa9\x87\x53\x4c\x32\xbb\xfd\xa8\x48\x19\x7e\xfa\x74\xf4\x9d\xd9\xfa\xe2\xe9\xd3\xd1\x61\xfd\xfb\xb1\xf9\xf9\xf8\x61\xbf\xa8\x63\x5d\x64\x35\x40\xf0\x49\xbc\x1f\x37\xfd\xc1\x4f\xd3\xc7\x87\x84\x4f\xe2\xb3\x6e\xfa\xc3\x3b\xa2\x8c\x98\xd0\xc1\x84\x91\x22\xf8\xfe\x45\xd9\x7f\x41\x8e\xe2\x5e\xf4\x4d\x34\x5b\xb2\xf5\x79\x91\x89\x3c\xf9\x73\x19\x5d\x1e\x26\xc3\xe4\xb1\x4a\x5e\x48\xb9\x2e\xc7\x07\x07\x2e\xfb\xcf\x65\x32\x2b\x56\x07\x2a\x4f\xfd\xe7\x78\x80\x6f\x5e\x9d\x46\xff\xff\xff\x5f\xf4\xbf\x29\x2f\xa2\x0f\xc5\x6c\x91\xed\x45\xdf\x1c\x04\x22\xf6\x45\x01\x9d\x0d\x8f\x62\x11\xc6\xcb\xa0\x9c\xf0\xa9\x33\x79\x99\xf0\xa9\x95\x76\xec\xd5\x32\xe7\xf4\x86\x8d\x39\x59\xaa\xf7\xb1\xc9\x1c\xdf\xd4\xd7\x2c\x55\x95\x80\x54\x63\xb6\x2e\x61\xa4\xfe\x2d\x30\x61\xc9\x32\xed\x0d\xeb\x34\x17\x03\x3a\x59\xa5\xea\xe1\x32\x4b\x25\x11\x49\xde\x71\x55\x2c\x12\x1d\x76\x7d\xbb\xdd\x15\x6f\x54\x86\x82\x8d\xf2\x0a\x57\x44\x24\x2d\xd7\xff\x01\xcc\x65\xb7\xd1\x6c\xa1\x75\x34\x78\x9a\x5d\xf4\xfb\xbb\x7a\xec\x96\xb5\x64\x75\xfc\x06\x0c\x92\xe3\xdb\xc2\xa3\x9e\x9d\xd1\xd2\x14\xb3\xd5\xd4\x53\x44\x0d\xb7\x1d\x6d\x8f\xcd\xd1\xa8\x2f\x81\x7e\x17\x88\x62\x4c\xbe\xeb\xcb\x3a\x98\x3d\x9b\xa3\x47\x2a\xd7\xf3\x09\x94\x81\x70\x1f\xec\x27\xeb\x6e\x9a\xe1\xef\xb9\x7d\xd2\x69\x36\x1a\xf8\x10\x33\xae\xa8\x15\x3c\xec\x18\x37\x27\xb1\x91\x65\x75\x62\xbb\x9a\x07\x45\x85\xc9\x21\x8c\xa6\x1b\x9b\xa4\x25\x65\x11\x49\x8e\xd4\xa1\x0f\xf1\x7c\x26\x72\x6a\x3c\xc6\x98\xe0\xec\x5e\xf4\x71\x22\x12\x1e\xa0\xd2\x5a\xb3\xed\xbe\xc9\x23\x6a\xe5\x70\x55\xe8\xad\x54\xbf\x17\x0c\x17\x32\x26\x12\x3c\xc4\x8a\xa4\xed\xce\xc2\x14\x34\x4b\x54\x4b\xca\x9b\x0e\x41\xcc\xf3\x0c\x3c\x3e\x88\x64\x9d\xc6\x31\x11\x48\x24\x65\xfa\x18\x57\x68\xd2\x60\x36\xee\x16\x92\xc2\xc3\xea\xe4\xc5\xeb\x17\xcf\x4f\xf5\xcb\x9c\x17\x39\x7d\x9b\xad\x28\xa6\xc9\xbc\x98\x29\x7a\x97\xa8\xcb\x0c\x56\xdf\x85\x43\x88\x5f\xbd\x7d\xff\x53\xab\xc2\x76\x1b\x9f\xbe\xf8\xb7\xd3\x67\x1f\x5e\x3c\x6b\xb5\xe4\xd4\x33\x16\x59\xf9\x4c\x4a\xc1\xce\x37\x92\xa2\x58\xd0\x2c\xd7\x82\xb7\x3d\xb1\xdd\xd2\xa4\xa4\x32\x94\x4b\xe2\x18\x62\x17\x50\x90\x5b\xeb\x9f\xf2\x04\xbe\x58\xc1\x3f\xa8\xc7\x32\x1a\x12\x33\x42\x17\x3e\x05\x5a\x34\x01\xbb\x42\x5d\xd6\x93\x82\x90\x19\x37\xed\xc1\xcd\xb4\x97\x15\x9a\x33\xd0\x77\x88\x15\xb8\xdb\x05\x31\xf0\x6d\xbc\x39\x5d\x78\xa3\x81\x78\xf7\x79\x31\x03\x25\x06\x03\xf9\x7a\x84\x78\x8f\x99\x29\xbc\x2d\x72\x6a\x7c\xb8\x94\x8a\x5a\xf7\xe2\x8a\x41\xd1\x12\xf4\x24\xb3\x3c\xd7\x15\x99\x1a\x2a\xf7\xdd\xd9\xba\x57\xc9\x4e\x4f\x67\xf8\xa6\x92\xbe\xa3\x89\x96\xfd\x4c\x1d\xac\x5a\xab\x0c\x6c\xb7\xda\xdf\x05\x05\x36\xa3\x95\xb2\x4d\xe8\x74\xbb\x85\x3f\xe9\x64\x8a\xb1\xd1\xf5\x9a\x43\x10\x4f\xf9\xb9\x8e\xdf\x49\x8a\x46\xf4\x80\x4e\xfb\xcd\x20\x93\x10\x60\x0d\x6c\x0c\x89\x34\x81\x05\x44\x1d\x27\xdc\x4d\x8e\x25\x67\xd6\x7d\x8b\x36\x49\x24\x02\x57\x84\xae\x98\x1c\x07\xc9\xe3\x74\x32\x0d\xc7\x22\x80\x60\x3d\x08\x05\x26\x8a\x61\x82\x93\x29\x36\x4e\x96\x31\xe1\xe9\x90\x30\xa7\x02\x73\xc4\x9f\x30\x08\xd2\x25\xd4\xad\x33\xb7\x01\xea\xe0\x6b\x26\x3f\x13\x89\x9b\x51\x75\x8b\xf9\x3c\xe8\xd3\x25\xd0\x35\xd1\x7e\x6c\x09\x4b\x27\xc0\xa7\xe4\xfd\xbe\x74\xd8\x4b\x07\x3c\xb1\x06\x11\x47\xc5\x93\xec\xa8\x18\x0c\x30\x9f\x14\x6a\x14\x5a\x59\xc9\x7c\x24\x67\xfa\x93\x19\x0b\xa5\x89\x47\x4d\x59\x4d\x23\x70\x96\x9b\xb2\xb1\x31\x6b\x84\x7e\x61\xc0\x15\xa9\xd1\x82\xac\x7f\x27\xa7\x8c\x5f\xbf\x58\x31\x29\xa9\x48\x65\x97\xb2\xb2\x5a\x0c\x0f\xad\x12\xc3\x0e\xa7\x8e\xc6\x2a\xad\x47\xfb\xfd\x9e\xec\xf7\x7b\xa2\x4b\xff\xbe\x61\x25\x98\xaf\x3a\x47\x19\x6e\xdb\x8c\xfb\x2c\x9e\x68\x24\xdf\xb4\x68\xf3\x02\x4f\x9d\xd0\x59\xc1\xeb\x7a\x1e\xe9\xac\x4f\x8b\x6b\x67\xce\x9b\xee\x90\xbc\x36\x4e\x17\x4c\x04\x9b\xb0\x6e\xf2\x74\x23\x1c\xf0\x99\x67\xb4\xbb\xe3\x3d\x4d\xd5\xd1\x85\x40\x21\x36\xde\x1f\x58\xe8\x91\x9b\x9c\x96\x52\x14\x0d\xbf\x66\x16\x43\x75\x8b\x43\x80\x48\x68\xb7\xee\x5b\x15\xb8\xbb\xff\xb6\x76\x95\x61\xd6\xd8\xcb\x02\x35\xef\x85\xe0\x58\x2b\x1c\x1e\xee\x97\x35\xbd\x73\x6a\xb8\x33\x3b\xb3\xcb\x77\xce\x8d\x21\x87\x5b\xcf\x8b\xfc\x9a\x18\x4d\x72\xdb\x56\x70\x7b\x5f\x32\x51\xca\xdd\x10\x42\xa2\xdf\x9e\xbe\x79\xfd\x42\xfb\x6e\xd1\x1f\xcf\xb5\x8a\x14\x2b\x38\x89\x0a\x11\xbd\x35\x4b\x1f\xb7\xfd\x9f\xe2\x1b\x09\xfb\x12\x52\xb6\x72\x9a\x85\x8a\x6a\x88\x6c\x44\x92\x62\xee\xf7\xa6\xc3\x4c\xe9\x7b\x52\x0d\x58\x87\xac\xd3\x9d\x05\x02\x83\x74\xa8\x01\x7b\x25\x58\x36\xed\x5e\xa0\x6f\x14\x4f\x34\xd5\xe6\xa6\x31\x55\x97\xb3\xd8\x6e\x5d\x46\x73\xca\x3a\x1b\xf7\xfb\xb1\x46\x1f\x31\x83\x07\x0b\xf2\xc3\x77\x6d\xb7\xd2\x1c\x86\xc9\x70\xaa\xc3\xb7\x95\x2d\xd7\xea\xb7\x88\xd0\xb6\xdb\xc6\x82\xe8\x39\x00\x17\x24\xe4\x3d\xd5\x0d\xd3\x9e\x46\x18\xe0\x9d\x6b\x11\xd0\xc5\xb2\x88\xeb\x5b\xec\xdf\x48\xc6\x9a\xc7\x8a\xa5\xb2\xb4\x30\x78\x1e\x14\x55\xea\x8b\x69\x6f\xf7\xf1\x16\x24\x53\xd7\xd9\xfd\x0f\xb8\xae\x50\x55\x7e\xf8\x64\x3d\x0e\xd6\x7d\x51\x29\xe8\x07\xfe\xe7\x45\x26\xe9\x29\x48\x96\x20\x92\x9c\x11\x32\x69\x39\x78\x23\x5b\xdd\x07\xe6\x48\x2a\x44\xb2\x0b\x3d\x13\x4e\x0a\xb7\xca\x41\xd9\x47\x6b\xa2\xc7\xcc\x8f\x04\x54\x2f\x4d\x48\x2a\xab\x0a\xd7\xe4\xb5\x3d\xb5\x78\x47\x03\x28\x24\x04\x46\xb4\xa6\xa4\xfe\x63\x43\xc5\xb5\xa6\xb2\x0a\xf1\x0c\x76\x18\x77\x62\x11\xad\xb2\x75\x10\x15\x39\xe4\x51\x4f\x1b\x38\xd4\x55\x3b\x94\x70\xe8\xdd\xe6\xce\x6a\xcf\xfc\x6a\x74\x08\xc2\x18\xfb\x40\xe8\x14\xd8\x93\xb6\x48\xea\x7e\xd9\x49\xa8\x33\xb4\x2a\xfe\xf2\x26\x90\x5a\x06\x12\x8b\x40\xda\x15\x3d\xff\xc4\x64\x2b\x63\xc7\x76\x6b\x52\xe9\x88\xf6\xfb\xdf\xf7\x7c\x9c\x73\xa4\x27\x1e\xda\x7e\x33\x60\x45\xf7\x9a\x9f\xea\x1a\x76\x6f\x3c\xaa\x55\x0d\x29\x07\x82\xf6\x4e\xe5\x47\xad\xb3\xd1\xf2\xff\x93\x70\xf5\x12\x2c\xee\xc7\x7d\x49\x33\xd4\xe2\xbc\x04\xfd\xdf\xab\xa7\xe9\xdf\x8d\xed\x92\x69\x8f\xa6\x8d\xd0\xac\xf6\x4c\xd3\x4e\x48\xdb\x23\xf1\x44\xfa\x31\x95\x2d\x91\x3c\x11\xd3\x3d\x9e\xd4\xaf\xdd\xd4\xff\xd8\x6e\x7b\x23\x02\x92\xe1\x39\xbb\xd8\xe8\xfc\xde\x90\xc4\xf0\x76\x51\xd8\x99\xf7\xfb\x88\x27\x57\x42\x3f\x54\xd2\xde\x70\x37\x4f\x80\x83\xe5\x0a\xc7\xb5\x28\xab\x96\xcb\xfb\x9a\xe7\xa2\xdf\xa7\xc8\x03\x64\x13\xf5\x5f\x47\xad\x23\xb2\xaa\x20\xb4\x56\x78\xd2\x12\xdf\xf4\x3a\xdc\x85\x1e\x6a\xe0\xfc\x5d\xe4\x9c\xf1\x0b\xaf\x0e\x71\x94\x45\xb3\x65\x56\x96\x51\x56\x46\x99\x1b\x67\x8c\x2b\x1b\x42\xdb\xc5\x31\x29\x96\x97\xf4\x9d\x96\x46\x3b\xef\x8d\x8c\x33\xff\x51\x66\xa7\x5b\x22\x4a\x26\xe0\xcc\x26\x6e\x56\x8c\x0d\x77\xc1\x9b\x92\xd6\x5b\xef\x04\xcb\x1e\xf6\xfb\xee\x7e\xad\x83\xe8\x0e\xa7\xc7\xfe\xc7\xd8\xba\x6a\xd0\xb2\xbf\xd4\x0a\x01\x9d\x5f\x61\xad\x7a\xeb\xeb\xe5\x1a\xed\x6d\x43\x77\x53\xfb\xcb\x84\x2e\xd1\x68\x9f\x3a\xa4\xaf\x03\xd2\x7c\x86\x24\x90\x11\x42\x82\x60\x17\x17\x50\xd9\xfc\xd2\xc9\xfa\xd5\x49\xf3\x53\x55\x3e\x8e\xab\x4a\xbb\xf3\x89\x1b\x6b\x14\x58\x00\xd7\xc9\xb1\xd7\xcc\xcb\xec\x13\x45\x78\xec\x8d\xca\x38\x3d\xd5\xd9\xfa\x02\x02\x07\x16\xba\x93\xba\xd6\xce\x25\xd6\x1a\xa1\x69\x2c\xa4\x3a\xe5\x0e\xe5\xdb\x1f\x16\xab\x5e\x34\xb8\x03\x39\x13\xb1\x51\xe4\xd6\x37\xac\x1e\x98\x71\xd6\x92\x7d\xa2\xbf\x05\x0d\x79\xf1\x3c\x5b\x2e\xcf\xb3\x59\x28\x38\x35\x6d\xd4\xac\x3a\x55\xd3\xe6\x66\x75\xef\xfd\x78\xb6\x64\xb3\x4f\xf1\xce\x3e\xf1\x76\xdb\x1b\xd6\xb9\x6a\x22\x6d\xde\x80\x99\x9c\x36\x5a\xca\x04\xcd\x62\xdc\xac\x90\x94\xf2\x7a\xa9\x28\x6d\x2e\x4f\xd8\x5f\x68\x1a\x8f\x0e\xd7\x32\x0e\x96\x39\x2f\x44\x4e\x45\x1a\x0f\xc3\xd9\xeb\x2c\x87\x78\xe2\xbb\xf2\x57\x99\xb8\x60\x7c\x77\xf5\x42\x4b\x83\xd3\x38\x33\x91\x8a\x83\xe5\x26\xf2\x38\x06\x9d\xd2\x78\x1c\x2f\xe9\x5c\xc6\xd3\x34\xde\xff\xfe\xfb\xef\xbf\x5f\x7f\xb6\xa1\x6f\x0c\xdb\x64\x9d\x5d\xd0\x3f\xbe\x9b\xcf\x4b\x2a\xb7\xdb\x9d\xbb\x5e\xce\x44\xb1\x5c\x9e\x16\xeb\xbd\xd0\xa0\x64\xb1\x4e\xc5\x20\x5e\x7f\xee\x8c\xe5\x16\x56\x52\xb3\x24\x00\x65\xea\x60\x9d\xb4\x37\x7d\xbd\xa6\x3c\x7f\xbe\x60\x4b\xed\x5b\xda\x55\xc4\x81\xc3\xc5\x10\x0e\x16\x9a\x15\xeb\xeb\x53\x50\x6c\x70\xe7\xa2\x06\xbd\x5d\x27\xcf\x03\xa8\x7e\x1f\xb5\x86\x15\xa2\x2a\xef\x04\xc7\x2e\x84\xd7\xc1\xf6\x43\x47\x06\x38\xb6\xcd\xe5\xda\x35\x92\xdd\x0b\xe4\x20\x1f\x5a\x6b\xe1\x05\x8d\x2e\x76\xad\x40\x78\x6d\x35\xd6\xd9\xbd\xb2\x36\x69\x27\xbe\xd1\xe8\xdb\xb8\x2a\x75\x80\x47\x3f\xd3\xd9\xf3\x62\xb5\xca\x8c\x13\x71\x83\xb1\x3d\x1f\x5c\x34\xed\x99\x80\x34\xda\xfa\xe6\x03\x2d\x37\x4b\xa9\xdf\x1a\xba\x6b\x3f\xbd\xd3\xbd\xf5\x0a\x6b\x10\x3b\xfc\x45\x8a\x94\xd8\xcc\x66\xb4\x2c\xe3\x71\xac\x6d\xdf\xc8\x8d\xee\x79\xec\x8d\x42\xdb\xe0\x76\x16\x85\x18\x3c\x3f\xf6\xd1\x3f\x01\x5d\x06\x87\xd8\x75\x5e\x33\xcd\x77\x95\xee\x2d\x5c\xa3\xcc\xce\x0b\x41\xf7\x62\xb0\xbe\xf9\x72\x9c\x62\xb7\x9c\x6a\xdc\x97\x16\xbd\x25\xe7\xcb\x8d\x40\x98\x04\x19\xa6\x5d\xee\xa7\x1b\x91\x79\x50\xed\x1a\x4a\x03\x7d\xdb\x3a\x99\x19\x7d\x49\xe5\x57\xbb\xcd\x01\xa6\x62\x10\xe4\x42\x20\x18\x7b\xab\x13\x9d\xe1\x02\xde\xe8\xf4\x7e\x3f\x9e\x6d\x64\x3b\xb5\xc3\xfd\x7a\x60\xa5\xbf\x76\xc8\x91\xd6\x6b\x84\x80\x43\x94\x81\x63\x79\xdd\x7e\x54\xa8\x5f\x1b\x19\x3f\xd0\x0e\xc0\x77\x79\xc6\x37\x3d\xb9\xa5\x90\xe6\x74\x35\x96\x82\x7a\xba\x8e\xea\x25\x60\x98\x74\xdb\xad\x95\xee\xf4\xd2\x14\x79\xfa\xc0\x7e\x84\x87\x42\x3d\xbb\xb6\xdb\x51\xe3\x05\x71\xcb\xc4\xcc\x00\xfc\x89\x65\x91\xce\x33\x90\xf1\x40\x2b\x76\xc1\x34\x53\xb3\x60\x76\x15\xdb\x1c\xf9\x9c\x95\x8a\xc0\xcd\xe3\xae\x77\xab\x6e\x97\x99\xad\x97\x44\xef\x97\x34\x2b\x29\xf4\x5e\xdf\x04\x40\x8d\xd2\x2c\x8f\x8a\x79\x54\xb7\x5c\x57\xb3\x03\xdb\xc8\xce\xb8\xd0\x6e\x39\xc6\x76\x7b\xcb\xa0\xbf\x6c\xd4\x7f\x2c\x36\xd1\x2c\xe3\x1f\x1f\xc8\x68\xb6\x91\x91\x42\x00\xd1\x5c\x14\xab\x88\xea\x95\x33\xa1\x92\xbc\x19\x29\x28\x09\xcc\xa4\x7c\x60\xe8\xa4\x33\x4b\x45\x56\xb7\x43\x91\x2e\x56\x55\x53\x4c\xa8\x22\xf4\x97\xe0\x82\x98\xcc\xe0\xb9\xb6\xc4\x64\xae\xfd\xb6\xe6\xf0\x3d\xc7\x64\xf1\xcf\xfe\x7c\x5b\xff\x77\x7c\xbe\xad\xd2\x1d\xb2\x23\x30\x84\xfc\x3b\xbc\xe0\x1c\x33\xa0\xdb\x95\x8f\x53\x3e\x50\x08\x05\x36\xb3\x1d\x80\x3d\xd1\x22\x2b\xf9\x03\x19\x9d\x53\xca\x23\xa3\x01\xc9\x4a\x9a\x47\xfb\x51\xb9\x59\x53\x81\x70\xa3\x84\x1a\x8c\x3a\x81\x86\x85\xd7\x93\x0d\x64\x97\x21\x89\x7d\xd0\xea\xd5\x8a\xdd\x74\x2c\xcd\x60\x91\x4c\xce\xce\x60\x3d\xcf\xce\x9c\x86\xc0\x05\x95\xef\xed\x12\xbf\x9b\x23\x89\xbd\x88\xea\x9e\x3c\xb9\xfd\x46\x55\x9b\x01\x31\xab\x28\x7f\xae\x28\x36\x90\x01\x76\x76\xd4\x85\x2a\x09\x0c\xac\xdf\x57\xc4\x54\x2b\x7c\x89\x2f\x15\x51\x8b\x10\xd5\x91\x3a\x35\xd3\xdb\xdc\x29\xe7\x34\x52\xb5\x15\xba\xa8\x77\x85\x80\xbd\x56\x3c\x50\x8b\x81\xf7\xa8\x27\x3b\x6c\x0a\xf1\xd5\x6b\xcf\x83\xab\x86\x07\x7b\x67\xf8\xe0\x8b\xed\x47\xc4\x42\xf6\xb8\x37\x24\xfe\x29\x18\xf7\x86\x55\x85\x89\xec\xf7\x91\xe9\xa3\x6c\xac\xe7\x71\x30\x15\xd6\x65\x4c\xeb\xdd\x48\xa5\x02\x28\x42\x31\x59\x23\xf9\x9f\xf2\xb8\x0f\xf3\x4e\x21\xe5\xd8\xfe\xd0\x54\x98\xd1\x0e\x78\xe6\xf1\x02\x0c\x4e\x0e\xb6\xa1\xf3\x8e\xed\x8f\x46\x1b\xa7\x6d\x46\x40\xb8\x05\xf5\x7a\xd7\x7f\x9a\xb5\xbb\x2f\x9d\xd4\xd3\xee\x58\x20\x8f\x31\x81\x8f\xbd\x8f\x71\x43\xfe\xe2\x28\x0d\x0f\x9a\x43\x74\x6f\x1d\xc4\x40\x2f\xdc\xd2\x3c\x59\xd2\x1c\x61\xa4\xa8\x28\x5d\x31\x18\x8f\x22\x29\xdc\x29\xd1\xf1\x41\x74\x8f\xc5\x5d\xbd\xd1\x16\x53\x5c\x5d\xcd\xb3\x8d\x10\x94\x9b\xb5\x33\x41\x97\xac\x0a\xd4\x33\x7b\xbb\x87\x92\xfd\xa7\x50\x27\x8b\x5e\x45\x1b\x14\x20\xda\x81\x19\xe5\xed\x9c\xfe\x0d\xa9\x6e\x3f\xd4\x2f\x13\x6f\xd1\x2c\x70\x73\x57\x6a\x0a\x9f\x98\x77\x03\x14\xa8\x7c\x1a\xd9\x83\xa9\xd0\x72\x58\xa1\x10\x72\xa4\x31\xed\xd4\xde\xf1\x0e\x73\x8b\x79\x89\x1c\x31\xa9\x55\xf1\x9d\x76\x50\x98\x43\x8f\x64\xb7\x8b\xd0\x93\xac\x31\x3c\xed\xb7\x85\xde\x9b\xfc\xb7\x50\x94\x98\x72\x28\xbc\x41\x3b\xb6\xf4\x8e\x5a\xf6\xb9\x3a\xb5\x28\x85\x95\x27\x3a\x38\x05\xcd\xbf\x36\x3e\x99\x68\xfa\x97\x00\xb5\x39\x25\x32\x60\x12\x77\x0c\x86\x70\x44\xa4\xbd\x5e\x73\xc5\xcd\x93\xd5\x8d\xcd\xa9\x24\xec\x50\xd2\x4f\x45\xbf\x7f\x57\x1b\xfa\xa8\x11\x01\x24\xa0\xac\xd0\x2c\xc9\x3c\x91\xd9\x65\x23\x5e\x4d\x9e\xc9\x6c\xdf\xad\xdd\x7e\x3c\x00\x75\x31\xd9\xa4\x82\x85\xe7\xe8\xba\xc1\xc6\x13\xb8\x92\x16\x27\xa5\xab\x6a\x8a\x9d\x02\x15\x69\x28\x9b\xc1\x0d\xdd\xd4\x3e\x3b\xae\xe5\x1c\x05\xc2\x63\x04\x4a\xc3\xee\xdd\x82\x58\x00\x21\x22\x91\x16\xf8\x58\x58\xf9\x1e\xe1\x78\x2c\xf0\x76\x8b\xea\x96\x18\xc6\x95\x77\x89\x13\x81\x1e\x62\x08\x60\xbb\x5b\x0b\xe2\x51\x53\x9a\xe8\xa9\x7b\x35\x85\x7b\x76\xc5\x10\x84\xba\xbc\xa9\xd4\x54\xc1\x78\x96\x8a\xed\x36\x4e\x62\x52\x80\x8c\xe8\xf3\x8f\x74\x2d\x17\x24\x4b\xa5\xb6\xc0\x98\x17\x62\xf5\x3b\x7a\xbd\xdd\x32\x52\x7a\x4e\x54\x3c\x2a\x95\x91\x0d\x59\xe2\x9b\x65\xba\xdc\x6e\x47\x8d\xd8\x4d\x2c\x64\xed\x34\xd3\x03\x99\xa7\x6c\x32\x9b\x92\x3c\x95\x49\x99\xcd\x69\xbf\xaf\x85\x69\xac\x84\xbf\x9a\xac\xbf\x43\xc8\x3a\x07\x7f\xff\xea\xcf\x2a\x75\x52\x5a\x5d\x07\x64\xb4\x0b\x4f\xc6\x0c\xad\xea\x54\x72\x99\x6e\x8e\x37\x03\x31\xc8\xd0\x0c\x8f\xd5\x3f\xa0\xa2\x91\xf7\xfb\xbd\x75\xbf\xbf\x72\xda\x90\x30\x85\x39\xae\x6d\x8b\x7a\xf5\xfa\x6c\xb7\xcb\x27\x45\x2d\x8b\x42\x73\x72\x49\x96\x83\x11\xde\x2b\x27\x97\xd3\x74\x6e\x22\xe7\x92\xd2\x13\x86\x15\xa4\xb0\x7e\x65\xe1\xf7\x86\xdb\x2f\x5f\x76\x51\xbb\x31\x46\x10\x2d\x31\xb0\x4f\x65\x2a\x92\xe2\x92\x0a\x45\xd7\x68\xea\x7e\x93\x8a\xce\x66\x2d\xd5\x66\xb1\x39\xe2\x10\x6d\xb7\xb3\x3c\xbd\x3b\x45\xd8\xb5\xa8\x4d\xd6\x00\x36\xab\x51\xf2\x5b\x70\x43\xe4\x49\xfd\x59\xf9\x36\x7b\x0b\xbd\xed\xeb\x07\xba\x53\x12\x4f\xd4\xc3\x54\x24\x7a\x08\x40\xd4\xda\x96\x1b\xc1\x09\x25\x4e\x04\xcd\x37\x33\x1a\xf6\x08\x75\xd7\x78\x27\xdc\xe9\x1e\x85\xa6\xcb\xfa\xfd\x36\x34\xa8\xd4\xed\xb6\x7b\xdb\xdc\x29\xdc\x27\x22\x08\x70\xd6\x10\xa4\x47\xb7\x5b\x14\x00\x3d\x79\xdc\xb3\x1a\x0c\x63\x71\xdc\x6b\xd8\x08\x5a\x38\x1b\x1b\xfb\xb5\x4a\x4f\xe8\x18\xd1\x09\x9f\x82\x66\x32\xa1\xb8\xa3\xe4\xd6\xd4\xd3\x84\x96\x44\x60\x15\x7d\xf7\xe8\x72\x42\x07\xd9\x80\x4f\x53\xa1\xda\x94\x15\x38\xec\x40\x9c\x50\x52\x40\x97\x44\x28\x1c\x44\x6e\xaa\x56\x1c\xb6\xd0\x59\xf6\x95\xf8\x53\x6e\x5c\x5b\x65\xda\x74\x73\x83\x49\x91\xce\x10\x4b\xca\x05\x9b\x4b\x84\xd5\xbb\x7d\x86\xd8\x64\x38\x55\x4f\xf7\xe5\x91\xbb\x97\xe6\x47\x7a\xdd\xef\x3c\xef\xf9\xa4\x98\xaa\x23\xff\x05\x67\x1d\x4e\x76\xa9\x4f\xb6\xeb\x10\xda\xd1\xab\x71\x84\x20\x73\xbb\x55\x85\xd4\x8d\x6b\x72\xfb\x7d\xe8\x2d\x8d\xb5\xb3\xad\xfa\xe9\x33\xf7\x00\xf9\xa6\x1a\x4f\x60\x32\xaa\x28\x61\xde\x9d\x8b\x76\xcd\x1c\x57\xd0\x2c\xb5\x2b\xad\xae\xb9\x65\x4b\x0f\xc0\xea\xce\xff\x48\x25\x15\x2b\xc6\x69\xc4\xe6\x51\xc6\x23\x33\x3b\xa6\x1e\xb3\x3f\x6c\xe6\x73\x2a\xf6\xa2\x6f\x54\xc1\x7f\xc9\x36\x72\x51\x88\x28\x8a\x5e\x52\x51\x94\x65\xf4\xec\xbc\xd8\x7c\x5a\x64\x39\xfb\x33\x5d\x44\x4f\xac\xb2\xfd\x1c\x32\x93\x42\x5c\x3c\x85\x5a\xc6\x53\x45\x14\xbd\x79\x75\xba\x17\x7d\x73\xb0\xc3\x93\x91\x7d\x45\xc2\x83\x8f\xda\x97\x5f\x83\xdd\x11\x64\x8c\x34\x4a\x24\xac\xd4\x43\x6e\x31\x4a\x5c\xfa\xed\x1a\x33\x0f\x1f\x6b\x5d\xbf\x87\xbf\x6e\x38\xec\xb7\x1c\xed\xe7\xb5\x3c\x73\xbb\xd5\xb6\x38\x5a\x08\x2b\xe9\x4a\x3b\xa0\x7c\x93\xad\x49\xcd\x87\x46\xbb\x38\x1c\x75\x2d\x12\x7b\xa3\x74\xea\xeb\x45\xf3\x69\x59\xe1\xca\x0b\xb7\xa7\xdb\xee\xc4\xc1\x2c\xd9\x5f\x68\x6a\xa4\x70\x39\x5b\x51\xae\x1e\xc4\x36\x01\xfa\xb2\x83\xaa\x88\xdf\x5a\x49\xdb\x4a\xf2\xc6\x8a\x24\xf5\x6a\x2a\x7a\xbe\xc6\xc0\xdc\xea\x78\xba\x7e\x06\x03\x63\x84\xd9\x5c\x27\xbf\xf3\x52\x35\x41\xb8\x09\x35\xee\xad\x65\x9a\x9e\x50\x79\x8c\x84\x3a\xd8\xec\x2f\x54\xab\x04\x83\xdb\x8b\x27\x3a\xc5\x0a\x5e\xd9\x5f\xe8\x60\xa0\x28\x20\xeb\x9a\x96\xf8\xe9\x56\x47\xd7\x9b\x9a\xd6\x04\x0d\x68\xb8\xef\x9a\x59\xaf\x27\x2d\x15\xad\x5a\xdd\x4f\x83\x43\x95\x90\x39\xb6\x2c\xb2\xd6\x92\xef\xef\xfb\xb3\x76\xf6\x9c\xa4\x37\x6c\x2d\xbc\xe6\xea\x87\xd7\x9e\xb0\x5b\xc6\xc8\xec\x18\x3b\x6b\x88\x44\xca\x6c\x97\x12\x63\x6f\xe1\xf6\xf7\x09\x98\xe7\x9b\x05\x45\xc1\x21\xb6\x27\x82\x89\xc0\x63\xb8\x64\x11\x4f\x99\xbb\x67\xa1\x65\xe4\x37\x0d\xb6\x75\x56\x0d\xf7\x7e\x6d\xab\xf5\x18\x2b\xdc\xb5\x06\x9d\x64\x4e\x46\xb0\x44\xb8\xb5\x48\x8b\x2c\x88\x25\xbc\x2e\x16\x99\x8e\xd4\xeb\xd7\xba\xa0\xf2\x8e\x5a\x7a\x49\x9b\xb5\x8c\x11\x1a\x9b\x31\x19\xb0\x3a\xdd\x7d\x1c\x6a\x7f\x0a\xc7\xc3\xf1\x7d\x20\xa6\xd9\xed\xac\xd8\x70\x99\xee\x1a\x48\xa3\xa8\xb9\x19\x43\x30\xe3\x7b\x90\xe2\xf8\xc6\xa8\x87\x4b\xc2\x15\xf6\x97\xdd\x17\xdb\xe8\x58\xbf\xcc\x7d\x60\x0d\xbc\xa4\xc0\x48\x03\xb4\xa6\x6d\x26\xd7\x7e\xb1\x02\xc3\x7a\x56\x96\xc5\x8c\x81\x8f\x9c\x4e\xd4\xfb\x2f\xea\x5f\x5b\x7a\xf8\x3d\x28\xd2\x60\x47\xd0\x6f\x53\x17\x88\x87\x56\x2d\x40\xa6\x65\x20\xa6\x0c\x11\x84\xa9\x77\x48\x5d\x5d\x17\x05\x87\xc2\xbd\x51\x23\x14\x71\x7b\x2f\x75\x5c\x42\xb7\x44\x91\x30\xd1\x51\x32\xf8\x83\xd4\x4e\x1a\xdb\x7e\xb0\xc0\xb7\x2e\x36\xb4\x57\x80\x61\xb5\x97\xa5\xbd\x21\xa1\xa9\xf1\xaa\xeb\x3a\x36\xa4\x2a\x98\xa4\xfb\xf5\x8f\x91\x1a\x11\x11\x08\xe3\xb1\x69\x64\x64\x9e\xe5\xd2\x3a\x04\xc0\x78\xdc\x1e\x15\xff\xab\x46\x45\x04\x18\x08\x58\x22\xd2\x99\x96\x3d\x4d\x99\x19\x0f\x0f\x8c\x47\xfb\x3f\xa8\x3a\xe0\x41\xb9\x14\xec\x96\x7d\x50\x8f\xc0\x7a\x27\x4c\x69\x84\x49\xf9\xa5\x5b\x61\x27\x5d\xda\x49\x67\xb7\x4f\xba\x54\x93\x16\x76\xd2\x93\xe1\xb4\x5e\x81\xc9\x68\x7a\x8f\xad\x29\x77\x2d\xc5\x44\x58\xb7\xc9\xd3\x5b\xb7\xe7\xeb\x8c\x94\xb0\x74\x48\x8a\xce\x76\xb1\xa7\x69\x71\xfb\x18\xe9\x84\x0d\x06\xd3\xc0\x96\x39\xbe\xdc\x1d\xa7\xce\x2d\x51\xa3\x76\x56\x23\x82\x3b\xea\xbb\xcd\xae\xc8\x6d\xb6\x84\xc8\x6b\xbd\xe3\xcb\x23\x0d\xc0\x1a\x6e\x8c\x87\xf1\x72\x4d\x67\xa1\xf0\x0b\xf5\x50\xbe\x7c\x00\xea\x45\x12\xf3\x22\xa7\x7f\x2e\x93\x8d\x64\x4b\xdb\x4d\x32\xdb\x94\xb2\x58\xc5\xb8\x39\x32\x93\xdb\x1c\x99\x2c\xfe\xf5\xe4\xdd\xdb\x3b\x06\x56\x80\xd9\x7c\x30\x2a\x8c\x76\x7d\x59\x1b\xe8\xb0\xa6\x4a\x30\x60\x6f\xa0\xbc\x8c\x3f\x43\x22\x7c\x63\x98\x62\xa7\x5d\x55\x6d\x31\x7c\xab\x63\x95\x7f\x42\x8b\x61\x0f\x6f\x53\x7c\xb3\x9b\x3c\x27\xf1\x19\x07\x3e\xed\x4d\x2d\xd7\x19\xb5\x24\x3e\xb5\xa1\xa6\xa6\x6e\x0a\x0e\xaa\x33\xc2\xdb\x60\xd5\x46\x2b\x8e\x96\x2b\xdb\x39\xe5\xb5\x9a\x60\x72\xa6\xd1\x41\xad\x8c\x6f\xbc\xb9\x78\x1d\x0d\x31\xa1\x77\x40\xad\xb8\xed\xd8\x84\x81\xae\xc2\x44\x24\xc5\xbc\x1b\x86\xa4\xb6\x34\xab\x4d\xfe\x09\xaf\xdd\xe8\x28\x50\xf4\x5d\x22\xd5\x2f\xba\xa7\xa9\x3c\x76\x93\xec\x5e\x1a\xdc\x5d\x1a\x22\xa1\xab\xb5\x4f\x7b\xf9\x21\x50\x84\x31\xac\x6d\xac\x08\xdc\x5a\xaa\x22\x0b\x92\x89\x0d\x49\xae\xa8\xa5\xa1\x8a\x56\x03\xc3\x5e\x23\x5e\x0c\x83\x9d\xde\x3d\xff\xc0\x88\xe6\x81\x31\x8e\x87\x02\x3b\x00\x8f\x43\xfd\xe2\x24\x22\x58\x42\x6f\x47\xc3\xef\x67\x1d\x44\xb3\x20\x19\x29\xc9\x66\x6f\x47\xd4\xb5\xe2\x7c\x69\xb7\xf1\xc0\xd0\x4c\xe3\x88\x19\x1d\x0b\xc8\x39\x5f\xd2\x44\x5b\x73\x05\xc4\xaa\x5d\x15\x9d\x70\x8b\x3a\x92\x1f\xe3\x17\x51\x06\xa2\xe5\xf3\x6c\xf6\xc9\xb4\xda\x64\xa2\x52\xbc\xdd\x4a\xc3\x59\xd5\x93\x4e\x58\xf9\x7b\x46\xaf\x20\x27\x64\x18\xe3\xf1\x50\x0c\x54\x4d\x8d\xbb\x2c\x67\xfd\x09\x66\x82\xda\x4b\x05\xf5\xbd\x54\x64\x83\x01\xe6\x88\x4e\x32\x08\x33\xe9\xec\x74\xbb\xd3\x74\x74\x29\x66\x73\x24\x9c\x41\xba\x9d\x67\xc4\x5a\xe8\xa6\xd7\xdc\x77\xb0\xcb\xe8\x1e\x1b\x84\x31\xd9\x59\x07\xc6\x5c\x68\xa3\xec\xb6\x11\x33\x2a\x30\xb8\x3b\x9a\x14\x53\x52\x98\x81\xab\xe2\x2c\xa5\x24\x4b\x87\x47\xbd\xa1\x7a\x67\x6d\x52\xd6\xa0\x04\x8e\x30\x47\x1b\x43\x94\x65\x98\x64\x83\x81\xae\xd9\xa0\xc7\x9d\xa3\xa2\x3f\x30\xb9\x78\xbb\x59\x2e\x7f\xd7\x20\x97\xff\x2a\xc0\xf2\x9b\xfc\xfa\x40\xd6\x6c\xfd\x1f\x1e\xe0\x34\x06\xb2\x30\xd7\xb4\xee\xa2\x12\xd3\xb0\x2c\x0a\x76\x00\xa4\x6c\xf8\xbf\x17\xc0\x6a\x61\x72\x18\x66\x3d\xac\xca\xef\x15\x89\xdf\x59\x2e\xb1\xff\xd8\xd0\xd7\x8c\x7f\x7a\x95\xc7\x8c\x23\x13\x46\x15\xf7\xfb\x48\x11\x07\xc5\x92\x26\x57\x99\xe0\x28\xe6\x17\x22\x5b\x2f\x12\xf8\x77\x1c\x81\xab\x30\x05\x59\xa0\x5a\x76\x69\x1c\xc2\x0e\x93\xd1\xa3\xe8\xdf\xfd\x26\xff\x3d\x62\x65\x94\xd3\xb5\xa0\xb3\x4c\xd2\x3c\xf9\xc8\x7f\x2a\x69\xf4\xef\xf0\x22\x87\xa6\xfe\x3d\xd2\x0e\x01\xad\x5e\xdd\x47\x1e\x43\xe8\x23\x12\xbf\x2d\x24\x1d\x47\x72\x41\x05\x05\xe6\xe9\xb2\x2c\x22\xed\xe2\x4e\xad\xaf\x91\xf7\x45\xe7\x74\x91\x5d\xb2\x42\x8c\xa3\x97\x6a\x24\xbc\xb8\x8a\x0a\x1e\xd1\x6c\xb6\x88\xa0\xfd\x8f\x9c\x95\x91\x9a\x09\xcb\xa9\xa0\x79\x24\x0b\x50\x64\x29\xa4\xf5\x92\x03\xa5\xa2\xf3\x6b\xd7\x22\x82\xca\x34\xbf\xa0\x3a\x00\xab\x9a\x0c\x4e\xc0\x95\x40\x5d\x21\xa5\x89\x3f\x4d\x5c\x4b\x10\xfd\x52\xa0\xf3\xe7\x55\xea\x8d\x82\xb0\xf3\x26\x5b\x77\x4f\xb7\xbf\xde\x75\xd0\x84\x7f\x7f\x93\xad\xff\xdd\x4c\xc2\xdc\x81\x4e\x51\x71\x5d\x2c\xaf\xe7\x6c\xb9\x8c\x98\x5a\x96\x79\x21\x68\xb4\x01\x33\x69\xdd\x94\x71\x03\x24\x1d\x63\x55\xe8\xd8\x63\x37\x95\xf1\xda\xe5\x0f\xf5\x38\xcc\xd2\xd5\x3e\x59\x09\x4b\x97\x6d\xe0\xe6\x3a\x44\xf1\x76\xab\x43\x1f\xe0\x1b\xb6\xdd\xa2\xe5\x84\x4f\xd3\xa1\x75\x2b\x1b\xff\x4b\x3c\x88\x06\x03\x95\xb8\x07\x4d\x0d\x0a\x22\x07\x85\x33\xb2\x51\xe3\x2a\x5d\x94\xb4\x6a\x97\xd0\xc4\x2f\xa6\xc7\x83\x2b\x92\xab\xb9\x2c\xd2\x4f\x64\x9d\x7e\x22\xab\xf4\x13\xb9\x4c\x3f\x91\xeb\xf4\x26\xcb\xf3\xb7\x45\x4e\xc7\x67\x24\xcb\x73\xb5\x57\xcd\x56\x39\xbe\x59\x19\xb7\x0c\x2c\xd5\xd8\xee\x0c\x51\x4c\x8a\xf4\x0a\x24\x62\x67\x48\xaa\x77\xb3\x0d\xd0\x53\x3b\xe2\x00\x8e\x69\x89\x49\x86\x18\x29\x31\xa1\xda\x9c\x3e\x43\x85\xfa\x5a\xa0\x92\xc4\x59\x9e\xc7\x98\x5c\xaa\x77\x77\x45\x34\x6f\x12\xfa\xff\x6c\x3e\x60\x58\x2f\xc8\x05\x05\x33\xb8\xf1\x95\xfd\xf5\xbc\xd8\x70\x39\x7e\xa7\x3e\x55\x79\xfd\x79\x62\x3f\x4b\xef\x5b\x95\x2e\x5b\xc5\xcb\x80\x12\xc6\x95\x1f\x78\xff\x18\x02\xc4\x7c\x2a\xc7\x0a\x99\x54\xc4\x60\x10\x18\xc2\xa9\xfd\x52\x0d\x51\xbd\x6e\xde\x6a\x89\x5a\xa4\x07\x2d\xaa\xed\xee\xf7\x99\x6e\x2e\x48\xf0\xd9\x98\xe4\x11\x3f\x6e\xb7\x53\x8b\x9f\x86\x47\xec\x89\xbb\x1f\x06\x03\xeb\xe5\x35\xa5\x13\x36\xd5\x91\x61\x14\x8a\x79\x95\x6b\x2f\x55\x1c\x81\x26\x00\x2a\x12\x59\xa8\x63\x57\x78\x6e\xf0\x2b\x64\x06\x43\x28\x11\xb8\x33\xf4\xfb\x75\x09\x61\x33\xeb\x1e\x8f\x75\x47\x63\x9b\x66\x44\xb3\x30\x86\xec\xb6\xee\x2b\x7f\x31\xbb\x9b\x42\xf8\xde\x0e\xf3\x49\xb8\x42\x64\x3a\x24\xbc\x76\x28\x21\x9f\xf0\xa3\xc1\x40\x62\x8a\xc4\x44\x4e\x71\x45\xce\xe9\x05\xe3\x3f\xad\xf3\x4c\xd2\xf1\x8a\x50\x9e\x9b\xdf\x97\x5a\x89\xdf\xd7\x30\x59\x21\x4c\x4e\x9b\x17\xe8\x0b\x44\x13\x96\xc3\xfb\xf5\x12\xe1\x8a\x2c\xb2\x12\x46\xf9\x4c\xfd\xaa\xa1\x51\xa7\x79\xf1\x57\xae\x3d\x4f\xd4\xf6\x29\x71\x9d\x14\x7c\xef\xba\x11\x7b\xc4\x9d\xd4\xeb\xc4\x1b\x67\xba\x4a\xdf\x83\x13\x59\x33\xd6\xf4\x32\xfd\x40\x16\xe9\x05\x59\xa7\xe7\x04\x1a\xa0\x84\x1a\x15\x8b\x6b\xdf\xb1\x47\x85\x30\xb9\xae\x09\xfb\x0b\xfd\x0c\xcf\x8d\x5b\x11\xb5\xe2\x63\x6a\x7c\x9f\x9e\x5e\xaf\xe9\x58\x56\xb8\x13\xe6\xc7\x96\xe6\x6a\x72\xbb\x4b\x9f\x69\x25\x56\xdf\xa7\x6f\x80\xaa\xb3\xda\xd7\xaa\xb1\x88\xe5\x94\x4b\x36\x67\x54\xc4\x78\x6f\x55\xbb\x78\xf1\xc5\x3b\xc7\x88\x27\x79\x26\xb3\x54\x90\x35\xe2\x24\xde\xc0\x02\xc4\x18\xb4\x4f\x34\xcb\x01\x54\x6d\x21\x13\xf0\x06\x26\xd2\x09\x78\x00\x87\xf0\x46\x78\x3c\x4f\xcb\xcd\x30\xde\x5d\xee\x8b\xda\xee\xdf\x9e\xd2\x9e\x3d\x87\xbd\x91\x37\x42\xa1\x81\x15\x00\x1a\xdf\x98\x2f\xd0\x5e\xda\x6b\x9e\x14\xee\x9f\x94\xcf\x88\x4f\xd8\xb4\x76\x25\xe3\x49\x24\xd6\x48\x10\x63\x9e\x64\x10\x5f\x6f\x58\x8f\xeb\x9d\xf7\x2c\x06\xee\x7d\x33\x46\x9f\x43\xac\x86\xe5\xe6\x32\x3f\x23\x6b\x69\x50\x4f\x42\xa3\x35\x06\x8b\x06\x5a\x43\x4f\x86\x8d\x19\x12\x61\xc5\x20\x92\x8c\xbc\x1d\x31\x67\x58\xa3\x77\xaa\x31\x88\xe7\x3b\x15\xe9\x36\xb9\x5e\x0a\x8c\x9f\xa6\xc3\x7e\xdf\x7c\xf9\x0d\x92\xc2\x95\x2d\x1a\x65\x8b\x40\xd9\x05\xa2\xb7\xac\xca\xb3\xa6\x84\xd0\xed\x18\xdf\x6e\x7b\x76\x1c\x9e\x20\xd7\x73\xa7\x69\xc7\xe5\xf6\xc6\x45\xa1\xf9\xff\xd8\xfb\xba\x2e\x39\x6e\xeb\xc0\xf7\xf9\x15\x3d\x7d\x74\xda\x40\x06\x6c\xf5\x50\x5f\x51\x53\xe5\x3e\x12\x49\xd1\xfa\x22\x29\x0d\x29\x59\x29\x55\xe6\x60\xaa\xd1\x3d\xe0\xd4\xa0\x5a\x28\xd4\x0c\x87\x53\x75\x8e\x45\xaf\xed\x38\xf6\x6e\xbc\x9b\xac\x37\x1b\x3b\xf1\x26\xb1\x93\xf5\x39\x9b\x44\x71\xac\xac\x2c\x59\xcc\x03\xa3\xf7\x9e\xff\x20\x2a\xde\xb7\xfd\x09\x7b\xf0\x55\x05\x54\x57\xcf\x8c\x48\xea\x6c\x36\xcb\x97\xee\xfa\x40\x01\x17\xc0\xc5\xc5\xbd\x17\xf7\xc3\xbc\x09\xb9\x22\x9f\xb4\x26\x66\x44\x52\x6b\xd9\x69\x27\x54\x75\x87\x96\x4e\xfd\x35\x60\x3b\x00\x1e\xd6\x77\x57\x01\x3c\x8c\xd7\x82\xf5\xfa\xc9\x1b\x00\x1e\x0e\x82\x00\xc4\x67\x82\x75\xd8\xeb\x8d\xdd\x43\xf4\x83\xfe\x84\x72\x02\xba\x26\x1e\xb1\xca\x14\x6c\x0b\x04\x03\x07\x57\xaf\x59\x26\xb4\x85\x9d\x6e\xc9\x37\x5d\x59\x4b\x65\x9d\x2a\x29\xbe\x48\xb5\xec\x24\x48\x27\xdd\x23\x5c\xf3\x7c\x6a\x65\x66\xda\x15\x62\x86\xb3\x4c\x25\xd4\x22\xd0\x09\x16\x29\xea\x03\x0a\xb9\x12\x6c\x3c\x61\x66\x58\x6e\x09\x14\x01\xcc\x84\x10\xae\x48\xfc\x4a\x5d\xb6\x2c\xcb\xca\x25\xfd\x89\x67\x9b\x81\x21\x34\xc6\xda\x31\x3e\xb3\xae\x4d\xdb\xcc\x79\x5f\x6d\xd2\x66\x0f\x00\x89\x09\xd0\x88\x58\x95\x96\xcb\x9d\xe9\x73\x7c\x2d\x58\x87\x2a\x0c\x1e\x8f\x14\x49\xb2\xab\xa5\x0a\xe1\xb8\x60\x33\xa6\xf5\x9d\xe3\x80\x20\x63\xf2\x68\x17\xb7\x51\xad\x49\x6a\xe4\x64\xa6\xc1\xfa\x2b\xa2\x0b\x8e\xcc\xbf\x3d\x17\x1e\x9a\xfb\x20\x14\x91\x17\xd7\xdf\x26\xb4\xd5\x0e\x7b\x1a\xcf\x4c\x8b\x0a\xcf\x84\xd3\x9a\x3d\xbc\x1e\x07\x6c\x49\x8c\xff\x8e\x2b\x3d\xae\x75\xff\xf7\x4f\xfe\xe3\x77\x3b\xdd\x35\xe1\x46\xb0\xf2\xf5\x45\xed\x52\xcd\x6a\x43\xc4\x69\x13\xcc\x95\x03\x24\x9d\x1c\x74\x62\xed\x76\x90\x4b\x59\x0c\x27\xd9\x81\xb5\xd6\xc0\x59\x87\xec\x29\x6f\x99\x2c\xd7\x3a\xae\x1a\x7d\x44\x10\x76\x55\xf2\x5b\x89\xe6\x5d\xd4\x4d\x27\x93\xae\x8a\x80\xed\xfa\x79\xc8\x05\x29\xb1\xa8\xc9\x27\xcb\x39\x6c\xc9\xb2\xbf\xa1\x5b\xb1\xf0\x6c\x11\xdd\xbc\xdc\x58\xc6\xa8\x93\x51\x16\x13\xc9\xd6\xe3\x84\x13\x3c\x3e\xe8\x6c\xe3\xac\x33\x33\x55\x76\xbe\xd2\x5d\x93\xb5\xae\x75\xbf\xd2\x55\xe6\x6b\x86\x3e\x2e\xb5\x8f\xf2\xe2\xea\x19\x9d\xa9\x1b\xe8\xcb\x44\x35\x39\xb5\x1e\xc2\xaa\x16\x9a\x0b\x53\x05\xcb\xa9\x6a\xb0\x52\x80\xf2\x7a\x31\x13\x9e\x16\x05\xd0\x4f\x82\x30\x82\x36\x08\xec\xa1\xad\x70\xc8\x54\xc0\x30\x5a\x2a\xcd\xac\x17\x26\x4b\xa1\x9d\xbb\x4f\x57\xbc\x66\x6b\x37\x91\xb6\x2e\x95\x63\xbf\xac\x5b\x26\xcc\x95\x02\xaf\x92\xcd\x6d\x7c\x49\x1e\xa1\x34\x18\x9c\x4b\x9f\xa3\xf5\xfc\xa6\x90\x86\xa9\x8e\x2a\xa9\xbc\x5e\x83\x80\x49\x02\x6b\x88\x7f\x2a\x77\x9e\xca\xa4\x13\x49\x54\x71\xa0\x37\xf2\x14\xd2\x75\x2b\x92\x4f\xeb\x08\x19\x8b\x87\xbb\xbd\x1e\x60\xc1\x42\xfa\xbb\x59\x7b\xdc\xb2\x1a\x53\x5b\x60\x36\x56\x8a\x12\xf4\x15\x5c\x01\x6f\xf8\x2e\xac\xe2\x93\xb1\x6a\x7b\x27\x2a\xde\x92\xa3\x23\x4e\x25\x85\x4a\x19\x22\xfd\x74\x32\x91\x97\x93\x09\x22\x8a\xdc\x07\x42\xfd\x21\x72\x52\x3c\x0f\x57\x43\xfb\x6f\x36\x33\x93\x9f\x68\x46\xab\xd4\xc8\xf8\xbc\xda\x10\xb3\x25\x99\x5e\x38\x71\x92\xc2\x9c\xff\xda\xf3\x97\x2f\x5d\xdc\xb8\x78\xad\xb5\xe8\x8e\x5b\x52\x55\x7a\x62\xea\x9a\xe3\xdb\x4e\xdd\xb6\x2f\x72\xde\x5a\x08\x3b\x65\xde\x94\x1c\x30\x16\x27\xf5\x89\xba\xf5\xc6\xc7\x16\x65\x6e\xd1\x29\x11\x17\x08\x99\x9d\x98\x3b\x67\x4a\xc4\x2b\xe4\xe0\x4d\xb5\x97\xb7\x16\x4e\xdc\x44\x3b\xd9\xf1\xc0\x5e\xf5\xca\x6a\x2a\xd2\x3e\x5a\x5e\xc1\xab\x3c\xdd\xa5\x59\xfb\x0c\xc4\x4e\xc9\x1d\x72\xf0\x12\x3b\xa6\xd6\x37\x9c\xb2\x49\x9a\xee\xe4\x33\x33\xc8\x69\xfb\x74\x6c\x3b\xe5\x77\x09\x9f\x92\xa5\x23\x76\xa9\x59\xf2\x32\xc9\x94\x3b\x42\x4b\xd9\x0b\x4e\x59\x96\xf2\x5d\x9c\xd0\x5b\xe4\x18\xa8\xf7\x9d\xf2\x7a\xef\x7c\x8b\x8a\xed\x34\x6f\x2f\xfd\x82\x53\x7a\x96\x73\xf2\xfc\xf2\x84\x4a\x57\x9c\xa2\xd9\x31\xe8\x70\xc3\x29\x27\x54\x58\x84\x96\x42\xd7\x6d\x72\x23\xea\x6d\x8b\x8a\x23\xd1\x81\x1c\x48\xd9\xb0\x50\x34\x4c\x1f\xd0\xd6\xa5\x81\xef\xe8\xcc\x94\xaa\xc8\x53\x58\x5f\xc0\xc2\x5a\x31\x3a\x7a\x75\x58\x6a\x7a\xdb\xb0\xdf\x71\xda\x45\xf6\x46\x4e\x35\x95\x04\xd6\x8b\x0b\xe4\xfa\x4c\x1c\x43\xb3\x16\xd4\xd4\x9e\xe0\x67\x23\xeb\x2a\x2b\x1d\x5e\x59\x43\xe3\x20\x8c\xaa\x3c\x20\xe7\x9c\x3c\x36\x45\x21\xce\x9c\xe9\x7c\x75\x00\x7b\xbd\x55\xc0\x1a\xb6\x2e\xe7\xa0\x89\xd6\x6d\xf9\xe3\x3a\x81\x06\x5d\x92\x40\x83\xf5\x7a\x86\xb7\x56\x71\xc6\xd3\x3a\x81\x86\x01\x26\xf5\x12\x68\x50\xc3\x63\x50\x9b\x40\xa3\x22\x40\x8d\xe0\x41\x66\x9b\x23\x41\x18\x21\x11\x0c\xce\x89\xe7\x9a\x5b\xe7\x39\xb1\xb6\x06\x89\x36\x7b\x55\x79\x80\xeb\x9d\x32\x14\x11\x74\xb6\xe8\x85\x64\x96\x8d\x44\x4a\x61\x64\xc3\xa8\x87\x51\xb5\xc1\x32\xa3\xea\x0f\x59\xd4\xeb\xa5\xca\xe6\x1b\xd6\x7e\x89\x27\xc4\xdf\x0d\x59\x64\xdd\x79\xe1\xc8\xa6\xc4\xde\x21\x07\xc3\x1c\x08\x24\x6b\x32\x61\xcd\xfb\x52\x70\xb4\x87\xbb\xc6\x8c\xa6\x84\x43\xf3\xe9\xaa\xe2\x3b\xf4\xe7\x55\x5c\xd4\x1c\x98\xfa\x6d\x55\xd0\x49\x17\xcb\x5b\x53\x56\x29\xac\xef\xf5\x16\xb7\xcb\xd5\x55\xa0\x22\x18\x8b\x6d\xa2\x9c\xeb\xd5\x6c\xab\xa0\xb6\x7a\xc6\x96\x9c\xf5\xea\xe2\xed\x06\xc6\xba\x86\xd6\x77\xa6\x52\xc5\xc8\xb6\x27\xe3\xf4\xb9\x0b\xc7\x42\x5e\xe5\x6a\x2d\x0a\xc0\x03\x43\x92\x21\x74\xf4\x5e\x14\xa5\x8e\x49\x86\x0a\xe2\x2e\x51\x33\x07\x4c\x63\xb7\x5c\xab\x75\x26\x18\x3f\xb5\x56\xe6\x96\x56\xb8\x79\x6c\xf1\x3a\x98\xff\x8a\x3e\x56\x1f\x51\x60\x2c\xd3\xe0\x10\x54\xf1\x83\x91\xf0\x8e\xd3\x47\x62\xd8\x3c\xf3\x97\x32\x8e\x49\x8b\xa2\xc6\x13\x60\x94\xc1\x32\x07\x80\x05\x36\xaa\x2c\x41\x42\xc5\xa2\x85\x76\x8d\x2a\x1f\x16\x65\x71\xa1\x11\xd8\xfe\x81\x86\xea\x4e\x20\xde\x74\x0a\x6a\x98\xcc\x2a\x4b\xb2\xc3\x04\x6f\x91\x64\x38\x40\x19\x61\x9e\xeb\xbf\x0a\xfd\xad\x8c\xe3\xcd\x62\x75\xb2\x8f\xc8\xeb\x12\x09\x7e\xa0\x52\x97\xa5\x33\xf9\x57\xe9\x11\xd3\x40\x67\x05\xca\xc0\x00\x22\xf5\xed\x30\x03\xeb\x10\xe9\xd7\xc3\x0c\x9c\x85\x25\x3a\x86\xd6\x81\xf4\x0b\xd8\x5e\x38\x71\xfb\x33\x90\x2e\xe2\x50\xb6\xf8\x28\x55\x7d\xe3\xed\x1e\xd2\x97\x08\xb3\xa7\x87\x59\x25\x8d\x91\x9b\x24\xce\x05\x65\xd3\xbe\x91\x12\xcf\xe1\x73\x50\xa2\x8b\xac\x27\x58\x47\xac\xd7\x03\x34\x38\xdb\x4b\xc3\x41\x34\x62\x86\xf8\x0d\xcd\x9d\x6a\xa6\x28\x00\xa0\x01\xab\xe9\xa2\x09\xc4\xc8\x20\x1a\xc0\xa1\xc6\x50\x45\x8c\x69\x60\xdf\xa0\x34\x5c\x8f\x7c\xfb\xb6\x0e\x5d\xc9\xf6\xa9\xc4\x49\x15\x90\x58\xf9\x33\x84\xba\x59\x44\x8d\xf9\x1c\x44\xf2\x16\x1e\xc6\x38\x23\x9d\xc1\x50\xfd\xad\x0f\x69\x90\xae\x6c\x71\x82\x77\x56\xd4\x83\x27\x87\x96\xe2\xf6\xd5\xf4\xaf\xad\x55\x96\xf4\xe1\xba\xcd\xc8\xb4\x5e\xea\xc2\x4f\x0d\xeb\x52\x4c\x67\x8e\x49\x83\x70\x10\xad\xc4\x29\x13\x94\xe5\x44\x17\x7b\x66\x98\x06\xb8\x9f\xce\xb2\xfe\x2c\x9d\x01\x88\x70\x5f\xe2\x87\xbe\xa9\x8b\x9a\x43\xb8\xa1\x0a\x1c\x00\x68\x00\x68\xa0\x0b\x42\x47\xc3\x44\x43\x2b\xd2\x9c\x59\x8f\x60\x51\x3c\xbd\x1a\xa8\xc4\x35\xbd\xde\x59\x73\x05\xe1\x21\x0e\x06\x55\xb5\x25\x9d\x80\x27\x02\x5b\x08\xac\xd2\xa2\x90\x70\x7e\x95\xaa\x7b\x79\xf9\x1c\x0d\x9f\x50\x5f\xe9\xae\xa8\x6e\xe8\x11\x91\xdf\x3e\x5d\x7d\x6b\xde\x3f\x27\x31\xbc\x2e\x4d\xb5\xd1\x60\x5a\x7f\x41\xdd\xa2\x67\xbd\xa2\x67\x23\x64\xc6\x41\x12\xfc\x14\xda\x8f\xc2\xb3\xaa\xfe\x13\x46\xa8\x4c\x03\x9b\x5e\x0b\x61\x97\x04\x05\xe1\xd3\x88\x44\x88\x05\x83\x6a\x2b\xe5\x01\x0d\x06\x12\x9a\xa7\x14\x0e\xd8\xb4\x54\xf5\x42\xad\x26\x75\x10\x8d\xe4\x63\xe3\xc4\x84\xac\x71\x51\x09\xc2\x14\x65\x91\x0a\xbb\xab\xc3\x19\x54\xab\x84\xc1\x43\x8b\x6b\xba\x67\x15\x4a\x59\x6a\x6c\xa0\x97\x9d\x0c\x07\xe8\x2c\x42\x4f\x44\x10\x85\x4f\x22\x43\x9c\xfb\x9a\x09\x89\x56\x0c\x0a\x56\xe2\x3b\xeb\x4b\x52\x03\x20\x0a\xcf\x2a\x1b\x7b\xc0\x95\x6c\xb9\x2c\xe9\x5c\x77\x2b\x4d\x13\x82\x5d\xdd\x61\xaf\x47\x14\xc9\xb4\x41\x67\xb9\x69\xe4\xac\x69\x24\x3c\x8b\x6c\x23\xe6\xcd\x13\xd5\x1b\x6d\x3a\xe5\x26\x82\x1e\xbb\x3c\x98\xd2\x23\xa8\x94\x29\xc2\xf3\x93\xab\x54\x72\xa1\x70\xb8\x83\xb6\xa4\x7f\xc2\xb8\x5b\xc9\xaf\x54\xda\x3f\x4f\xc7\x4e\xd7\xd6\x14\xf9\xd1\x5c\xa7\xe5\xdf\x56\x78\xc0\x43\x16\xd2\x28\x2a\x17\xf7\xf0\xed\x25\x59\x2a\xad\xa6\x53\x85\xfe\x08\x44\x9f\x91\x7d\x25\x28\x21\x2a\x05\xf7\x64\xac\x6f\xb0\x44\x27\x2d\x16\xa1\x4c\x5e\xeb\x00\xf3\x28\x0f\xc6\x40\x59\x02\x18\x1d\xfb\x6a\x5e\x14\x29\xc8\x1d\x65\xe8\x82\x15\x49\x0e\x7b\xbd\xbc\x9f\xa5\xbb\xa4\x75\x9e\x5a\x94\xbc\x72\x96\x8e\xab\xaf\x2d\xaa\xf3\x69\x3b\x96\x3a\x1d\xc3\x4e\xc7\x32\xa3\x47\x99\xf0\x74\x17\x90\xa5\xd9\x0a\x09\xa8\xf6\x40\xb5\xff\xda\xdd\x2b\xd3\x1d\x8c\xe1\xc8\xc5\xe3\xcc\xec\xcf\x13\xd8\x1a\x51\xe0\x3e\xb0\xd7\xb6\xa7\x18\xd0\x3a\x7c\x72\x09\x32\x58\x82\x5c\x3b\xba\x73\x64\xbb\x3e\x64\xc8\x76\x7c\x48\xcd\xf1\x56\x36\xc4\xc8\x74\x7a\x98\x99\x2c\xa0\x49\x90\x9b\x7e\x49\x4e\xc2\xb6\x11\x83\x04\x8e\x12\xdd\x83\x65\x69\x1d\x87\x49\xa9\x44\x99\xd9\x23\xd1\x64\x89\x68\xb2\xfb\x80\xa2\xc9\x6c\xa9\x68\x82\xf6\x96\x04\x1a\x6a\x04\x34\xc8\x82\xb0\x22\x10\xc4\xb5\x1f\x1f\x8f\x6d\xb0\xbf\x25\x7e\x38\x9e\x5b\x40\x55\x9d\x1e\x4b\xe2\x9d\xfa\x56\x87\x17\xd6\xa4\xc1\x04\x11\x54\x7e\x80\x64\xc1\x1d\xab\xb5\xdd\x5a\x91\x2e\xc7\xa5\xd1\xa6\x33\x38\xd6\xb8\xb7\x7a\x19\x0a\xef\xfc\x43\x61\x45\xe3\x73\xe7\xec\xcd\x87\xc7\x06\x39\xbd\x9f\x49\x92\xed\xba\x93\xb3\xd2\x68\x74\xd1\x4c\x4d\x38\x23\xa5\x19\x75\xb3\xb5\xee\x2a\xc9\x01\x4a\xe0\x4a\xe0\x9c\x1b\x1d\x34\x84\x4e\xd2\xdf\x54\x27\x00\x64\x7c\x39\xd5\xe7\xcb\x99\xb2\x26\x5a\x78\xea\x64\xf8\x6d\x79\x2b\x81\xb5\x5b\x86\x12\x8d\xda\xcb\xa8\x53\xe8\x3d\x88\x74\x46\xca\x29\xfa\x82\x09\x41\x1b\x2b\x1c\x71\x29\x33\xcb\x51\x53\x06\xcd\x8a\x9b\xae\x0e\x78\x6d\xcc\x79\x3a\x91\x62\xa5\x75\xd4\x75\x24\x40\x93\x88\xc5\x70\x28\xcb\x13\x88\xb2\x53\x24\x10\x65\x7e\x02\xd1\xd6\x40\xff\x62\xd4\xbd\x52\xb9\xe8\xb2\x54\x38\xc6\x98\xc3\xee\x82\xcd\xa0\x2e\x62\x4d\xaf\xba\xb0\x44\x9b\x8b\xd2\x07\xd8\xf4\xd3\xd2\xfa\xce\xea\x75\x6a\x3e\x25\x1c\x2c\xf8\x72\x99\x33\xbf\x35\x3f\x2d\x91\xe3\xf3\x15\xf2\x08\x9e\x4a\xc5\x20\x10\x85\x72\x6c\x42\x1a\x05\x22\xa4\x91\x43\x53\x60\x7b\xb4\x7a\x47\x0d\xb2\x0f\xea\x18\x7f\xab\xa9\x93\x63\x41\xf1\x40\x9e\xee\xab\x3e\xbb\x30\xe9\x7e\x34\xc6\x6c\x82\xc3\x12\xb9\xe7\xae\xaa\x1f\x7e\xf8\xb3\x5e\x2f\x05\xec\xd4\x3a\x13\x56\x29\x4c\x7a\x3d\xe6\x41\x30\x52\xa7\x48\x86\xee\x0f\xd5\xcd\x3e\x60\xd0\x49\x7a\xe3\x9b\x48\x54\x93\xa0\x35\x38\xea\xc4\x37\x14\x51\x4b\xa7\x34\x6b\x92\xaa\xd7\xd0\x6e\x78\x17\xf5\xad\x8f\xdb\x76\x37\x58\x5d\xf7\xed\x1e\xee\x9f\xce\x54\xc3\xda\x12\x60\x61\x21\xdd\x93\xe7\x75\x41\x49\x06\x08\x52\x09\x50\x74\x54\x80\x72\x1a\x54\x9e\xf4\x75\x1c\x32\x67\x84\x2f\x90\x2c\xe6\x74\x26\x52\x9e\x8d\x4e\x2a\xd0\xc2\xe5\xd4\x31\x46\x1a\xf1\x11\x96\x27\x4e\x3e\xa1\x15\x9d\x86\x00\x42\x24\xf4\x59\xfb\xc6\x23\xd6\x63\x09\xeb\x71\xf3\x01\x59\x8f\x8d\x53\x68\x45\x9f\x77\x19\xc2\x91\xc3\x84\xf8\x69\x30\x50\xb6\x52\x27\x2f\x57\x7a\x8f\x30\x82\x5e\xb2\xe9\xfc\xd1\xde\x72\xda\xbd\x05\x30\x88\x92\x20\xaf\xec\x53\x12\x8d\x6a\xf5\x23\x3d\x7e\x71\x90\x18\x8d\xe2\x24\x10\x61\x1c\xad\xa4\x60\x02\x47\x04\x4c\x10\x47\x7e\x50\x1c\x74\x13\x50\x14\xc6\x11\x84\xc3\x36\xe3\xc3\x49\xf3\x00\x63\x02\x7b\xbd\x49\x9f\xec\x11\x7e\x70\xbc\x4c\x17\x78\x32\x9d\xc4\xe7\xd0\x36\x55\x6b\xb1\xa3\x60\x02\x9d\x74\xdb\x78\xc9\xba\x48\x7a\x3d\xd3\x53\x95\x6e\x3b\x5f\x48\xb7\x9d\x7b\xeb\x02\x9b\x75\x81\x1b\xeb\x82\x97\x80\xa0\xc3\x12\xf9\xe4\x08\x0e\x0f\xb5\x20\xb3\x13\x74\x37\x37\xab\x63\xd6\xcd\x4d\xe7\x64\xfa\xaa\x7f\x56\x4c\xfa\x9b\x9b\xd5\xd9\xe5\xe6\x66\x10\x04\x3b\xae\x21\x94\x43\x8b\x1e\xd1\xa7\x56\xfa\x04\x5c\x9d\x87\x8a\x08\x12\x0e\x22\xd5\x27\x9d\x40\x6d\x5d\x6b\x18\x68\x51\xac\x02\x93\x82\xb1\xb6\xe7\x93\x6f\x52\x7f\xe1\xae\xae\x2a\xe3\x60\x7d\xb2\xa6\x2e\x1d\x1b\xb6\xd5\x20\xc0\x5e\xd0\x2f\x06\x30\xec\xf5\xde\x50\x5c\x50\x95\x3b\x58\x02\xa2\xd0\xe0\x5a\x0b\xf7\x76\xed\xdf\x00\xf7\x76\xfe\x11\x5e\x9e\x0a\x2f\x15\x02\x9e\x59\x87\x68\x1d\xea\x2c\xea\x4d\xee\x65\xa9\xea\xa6\x43\x56\x83\x80\x97\xb0\x35\x6e\x13\x77\xe2\x36\xf1\x28\x20\x21\xd7\x31\x9b\x5a\x6c\x93\xaa\x69\xbd\x26\xd9\x65\xe6\x68\x1e\x5f\x73\x28\x6d\x15\xb7\xb4\x6b\xfc\x2b\xdd\x38\x37\xe6\x51\x85\x4e\xea\x41\x5d\xcf\x8d\xfa\xa8\xac\x9a\x15\x15\x3d\x38\x38\xcc\xf0\x84\x6c\x10\x61\x14\xbf\x46\x92\xc4\xad\xbe\x9f\xce\x1a\x2e\x55\x58\x29\x3d\x32\xaf\x41\x94\x69\xb5\x28\xeb\x9b\xda\x82\xea\xca\x5d\x3a\x7e\xb2\x3b\xc9\xea\xf2\x52\x45\x3a\xc1\xfe\xea\xee\x54\x5f\x9b\x6f\x10\x59\xa9\x79\x87\xc1\xb9\xfc\x39\xfb\xc1\xb9\xdc\x06\x53\x4e\x02\x1c\xe6\x11\x8a\x03\xc9\xa6\x27\x9a\x2f\x8f\x15\x53\x1f\x4b\x74\x4e\x7c\xbe\xfe\xd0\xf0\xf3\x49\x64\x2d\x3c\x4d\x68\xbb\xf3\xce\x43\x84\x55\xa8\x6a\x5f\xc8\xe0\x46\xbe\xe0\x2b\xb2\xa0\xc9\x8f\x7f\x03\x4c\x10\xb6\xa4\x0c\x55\xbd\x71\x4e\x6f\xc7\x88\x41\xab\xe7\x77\x7b\x97\x28\xc6\x5c\xe5\x11\xed\x2c\x3c\x97\x7d\xc8\x9d\xe1\x39\xb3\x0e\x0f\xfd\x42\xdc\xd6\x49\x02\x09\x4e\x95\xac\x46\x11\xb6\x97\x5c\x4c\xae\xe9\xc2\x85\x07\x92\x47\x34\xe9\xa8\x59\xfd\x25\x1e\x7a\xe6\xed\x4b\xed\xec\x7f\x2d\xb8\xdc\x00\x1c\x09\xa4\x24\x29\xad\x75\x37\x0a\x88\x16\x0f\x7e\x70\xf9\xff\x59\xa2\x8c\x5e\x0d\x0e\xbd\xb8\xe9\x4e\x94\x19\x75\xce\xe5\xc4\x3a\xd7\x61\xff\x88\xd5\x5c\x37\x40\x50\xc7\xef\xad\x6f\x54\xa4\xcb\x3a\x8a\x25\x0f\x88\xc2\x94\x4b\x12\x53\x2a\x35\xb8\x80\x10\xea\xc3\xcd\x56\xe1\xdd\x20\xb7\x96\x76\x39\xb4\xa6\x82\xf2\x7b\x9a\x8c\x39\x61\x12\x03\x5c\x9b\x4b\x6c\x8c\xe5\x04\x61\xa6\x43\x99\xdf\xae\x51\xb9\x0b\xb8\xd2\xa8\x46\xad\x9c\x5b\x80\xa3\x0c\x55\x1f\xc0\x52\x31\x73\xd5\xc9\xe3\x8c\xa7\x37\x0f\x4a\x37\xe7\x40\xcd\xe9\x2b\x0e\xdf\x6f\x3a\x0f\xaa\x07\xfa\xad\x85\x23\x47\x4e\xf6\x31\xef\x69\xb9\x9c\x8b\x0d\x45\x64\x62\xf2\xfb\x83\x3c\x92\x6f\x2c\xb5\x2c\x51\xba\xcf\x94\xab\x6d\x0b\xf2\xbf\x41\x26\x89\x44\x27\x53\xa4\x9e\x06\x9d\x8b\xa1\x55\xe2\x1d\xb6\x8a\xf7\xb6\xa6\xe5\x72\xb2\x33\xc3\xca\x9b\xe7\xf8\x7a\x54\x84\x27\xef\x93\xac\x81\x9d\xee\xf6\xd5\xcf\x04\xe6\x22\x7b\x8b\x8a\x6d\xd0\xdd\xec\xc2\x91\xad\x26\xab\x08\xf4\xd0\x7b\x54\xd7\x8c\x34\x7d\xe4\x10\x96\x0e\x67\xf2\xa2\x6f\xf3\x1d\x8a\x48\xad\xf9\x5b\xcb\x83\xe9\x2b\xff\xc3\x4a\x31\xaa\x04\xb2\xc3\xd2\x71\xb9\xd4\x06\x3a\xde\x23\xae\x58\x83\x17\x6d\x48\x33\x3d\xe9\xd6\x06\xdd\x00\x68\x6d\xaf\x0c\xd6\x58\x6b\x75\x85\x77\x0a\x41\xaf\xca\x2b\xbd\x9c\x5f\xb5\xd1\x7e\x0d\x0e\xb7\x19\x19\xb7\xa9\xde\x73\xb6\xcf\xf1\x6c\x31\x02\x83\x0b\x87\x51\x2f\x41\x78\x48\xb4\x07\x88\x13\x1f\xcb\xc1\xe8\xd4\xcd\xa2\xa7\x0a\xa2\xcb\xe0\xb2\xe4\x19\x04\x44\xc4\xb1\xd9\x6d\x68\x96\x5f\x68\xe6\x3b\x96\x34\xf2\x1c\x5f\x24\xf9\x92\x3e\x8a\x90\x9f\x59\x8f\x3c\xba\xb8\xe2\xa8\xfc\x8f\xe1\x73\x1a\xb1\x2c\x17\xf8\xa6\x6a\xca\xcf\xe8\xe4\xa5\x75\xf4\xb3\xa2\x58\xe5\x8b\x2b\x4d\x32\x56\xc7\x6d\x2e\x22\x24\x91\x4a\x86\xac\x35\x44\x5a\xc7\x55\x75\xfa\x7a\x53\x9d\xbe\x0c\x6b\x6a\xb3\xae\xc3\xb2\x69\xd6\xa5\x42\xb5\xd5\xe7\xbc\x4c\xcb\xb5\x4c\xb2\x73\x75\xcc\xd2\x8e\xde\xb2\xbe\xf6\x88\xc9\x5e\xa2\x9c\x7a\xf3\x01\x95\x53\x5f\x3b\x85\x72\xea\x5d\x63\x57\xc9\x0f\x2a\xf4\x50\x53\x58\xf7\xb3\xd2\xcc\xd6\x38\xf2\x56\x83\xd4\xb5\x20\x59\x43\x18\x30\x10\x2d\x2f\xe8\x93\x68\x3d\xc1\x4b\xb4\xa9\xe6\x65\xab\x8c\xe1\xba\xc4\x58\x37\x8f\x97\xb2\x8b\x55\xb0\x1c\xbd\x3c\x86\x61\x54\xaa\xd3\xa4\xf6\x20\xaf\xda\x8e\xa9\x75\x27\xd0\xc3\x25\x31\xc5\x80\xd6\x6a\x9f\xa8\x8a\xd4\x4c\xd1\x02\x14\x75\x31\x95\x49\x39\x35\xbc\x85\x65\x51\x2d\xff\xd0\x50\x15\xa6\x08\xb7\x0e\x6f\x6b\x1f\x32\xbb\xb7\x8b\x30\x8b\x56\xf2\x5e\x2f\x6f\x12\x8a\xfa\x3c\x20\xf7\x59\xf5\x34\x7c\x13\x60\x14\x66\xbe\x02\xca\x84\x52\x18\x7a\xfa\x81\x1c\xf6\x7a\x04\xe4\x0a\x38\xfb\x91\xe2\x46\xd3\x52\x81\x7c\x58\xa2\x50\xcb\x14\x2e\xc0\xb8\x36\x49\xaa\xc3\x3e\x60\xcb\x07\xe1\x30\x8d\x56\xb8\xc3\xae\xa7\x28\x83\xa5\xe6\xf5\xd5\xa9\xca\xbb\x6a\xc8\x8a\x62\xb5\x05\x9b\xda\x8c\x30\x49\x43\xa9\x41\x94\x89\x64\xaf\xb7\xba\xa8\x4d\x3d\x6d\xc2\xe7\x2a\x88\xc7\x1b\x64\x7a\xf1\xe6\x4c\xc7\x3a\x76\x62\x7b\x5c\xc0\x82\xe8\x87\xca\x1a\x13\x88\x30\x8d\x60\x51\xc8\x3f\x5f\x9e\xb2\x73\x94\x56\x9b\x45\xbe\x30\x1f\xfe\x58\xe4\xd6\x1c\xd2\x7f\xbc\x0f\x72\x08\x4b\xff\xd9\x25\x83\x52\x97\xf4\xbd\xf2\xee\x34\xb7\x42\xdd\x4a\xf6\x02\x42\xe4\x08\xbc\x97\x16\xb8\x06\xcd\x0f\x1c\x9a\x0f\xad\x9d\x53\x53\xfa\xad\xab\x0e\xaa\x2b\x5f\x84\xf5\xf9\x16\x54\x41\x1a\xf0\xd3\x8a\xbc\xc6\x6d\xd0\xd7\xb3\xd6\x11\xc7\x58\x10\x04\x4d\x23\xf2\x11\x1b\x89\xa1\xa5\x56\x43\xa1\xf6\x9b\xb7\x1f\xed\x37\x4b\xf6\x9b\x57\x1e\x70\xbf\x79\x7b\xb9\x1d\xc6\x63\xae\x4c\x8d\x5e\x0f\xba\x9b\x86\x3f\xeb\xa2\xaf\xcb\x1b\xcd\xcf\x75\xd1\xcb\x41\x77\x53\xc1\x95\x75\xd1\xef\x2c\xca\xb2\xab\x83\x12\x11\x12\x1c\x66\x3b\xd4\xfa\x78\x68\x7b\xca\x0a\x81\x95\x47\x75\x6d\x7e\xa3\x26\x97\x1c\xc7\x20\x7b\xba\x1d\xcd\xd9\xfc\xce\x02\x3b\xec\xb1\x3f\x46\x01\x64\x83\xad\x19\x07\x04\xf2\x22\xb3\x7c\x70\xed\x92\xf0\x1a\x9e\x59\xd6\xd9\xd7\x84\xef\x98\x87\x2d\x36\x09\xfa\xcd\x2e\x3e\xd8\x22\xd7\x15\x0f\xac\x98\xe9\x40\x10\x9b\xfe\x52\x79\x74\x04\x37\xf4\xad\xf1\xf7\x09\xc6\xea\x36\x7c\x3d\x32\xbc\x79\xf8\xf5\xc8\xd6\x15\xbe\x5c\x5d\xf6\x37\xf7\xac\x67\x8c\x05\x76\x53\x47\x91\xc9\x82\x2b\x80\x28\xa7\x79\xfd\x94\xe7\x8c\x51\x36\x7d\xb3\xea\x8a\x04\xad\x8d\x4f\x5f\x08\xb1\x6a\xca\x1c\xd8\xac\xc1\xae\x11\x8d\xdc\x7e\x3d\xdb\x92\x74\x32\x39\xe9\xf3\x86\xb9\x4c\xb3\x86\x05\xeb\x94\x07\xe4\xd9\x35\x91\xa9\x9a\x5f\x61\xbd\x1e\xab\x92\x2e\x9a\x5c\xea\xe8\x15\x75\x3a\xec\xc1\x61\xc9\xdf\x31\x34\xaf\x59\x7c\xa3\x51\xbc\x45\xcb\xb7\x24\x2f\x99\x93\x10\xaa\xbb\xb9\x85\x39\x39\x6f\x17\xd0\xe1\xb4\x2d\x0b\xa3\xc1\x08\xbb\x20\x1f\x03\xe4\xb4\xba\x57\x6b\x70\xbf\x44\x03\x5b\x36\x02\x11\x36\xd3\x4d\x2d\xcd\xac\xe6\xf6\x20\x5e\x06\xbc\x01\x46\xa7\x06\x09\xbf\x1e\x3d\x9c\xe6\x2c\x7d\x59\xd2\x9a\xcf\x75\x2d\xec\x84\x56\xec\x61\xae\x37\x8b\x56\x8a\x41\x11\x52\xe5\xcd\xa2\xd4\x5b\xa7\xb5\xcc\x90\x85\x1d\xe3\x0c\x79\xeb\x6c\xff\x78\xc4\x3c\xff\x16\x8e\x64\xdd\xbe\x7f\x8b\x59\xa1\x43\xf9\xa9\x43\x7c\x6c\x70\x5e\xf3\xb4\xe1\xfa\x42\x25\x5e\x3b\xae\x2f\x0c\xe5\x80\x68\x60\x6c\x2b\xae\xeb\x0b\xd3\x76\xcc\xe1\xcb\x0f\x69\x12\x62\xe3\x7c\x79\x2a\x7c\xbd\x58\x21\xc0\x48\x4a\xef\xc3\xc3\xf2\xe1\x21\xc2\x52\x3c\x30\xdd\x7d\x28\x2d\x8d\xb1\xc0\xc7\x37\xf4\xfa\xc3\x69\x88\x66\x8a\x62\x2f\x6d\x4b\xe2\x71\x52\xcd\x64\x15\x05\xfc\xa1\xb4\x7c\x95\xd3\x4c\x50\xb6\x74\x52\x3d\x99\xc5\xcc\x27\x32\xda\x1a\xbb\x0b\xf5\xab\x4d\xf2\x15\x72\x50\x19\x57\x36\x59\xbe\x5e\x4f\xb8\x36\x06\xc7\x99\x09\xab\x60\x11\x71\x92\x8f\x49\xa6\x93\x2c\x41\xa4\x8d\x04\xad\x61\xf0\xea\xc5\x87\x4b\x5d\x68\x66\xa2\xdc\x2c\x9b\x83\x55\x1d\xcd\x41\x4f\xd4\x43\x6a\xf2\x02\xe5\xe2\xe0\xa4\x06\xed\xfc\x9c\xdc\x26\xf1\xb3\x32\x5c\x67\x3b\x2c\xad\xc9\x56\x2b\xff\xec\xcf\xa2\xcb\x9f\x99\xfc\x0d\xe1\xeb\x91\xcd\x25\x60\x85\x10\x66\x52\x9b\xd5\x11\x08\x54\x25\x3a\xfd\xa0\xee\xa7\xa2\x7a\xc4\x52\x32\xc7\x54\xdb\x32\x64\xfa\x13\x9d\x06\xba\x66\x56\xc0\xea\x00\xf9\x9f\x96\x36\x25\xeb\x69\x6b\xf7\xd8\x25\xf2\x0a\x39\x30\xc1\xe0\x49\x8b\x74\xb8\xc8\xa8\xd6\x2e\xdb\xc3\xee\xda\x15\x60\x07\xe0\xb0\x84\x6e\x50\x0e\xaf\xb2\x19\x27\x33\xcc\xdb\x92\x44\x10\x93\x04\xd9\xd9\xe8\xa1\xd5\x6b\x22\xa5\xdc\x34\x93\xf0\xd8\x92\x8c\x42\x2e\x5f\xc1\xed\xe1\x9b\x8a\xe9\x80\x88\xd6\xff\xad\x58\x9e\x91\x97\xce\x5c\xf8\x00\x6a\x67\x2d\xd2\x16\x44\xd8\x60\xb3\x49\xf3\x60\xf0\xd1\x23\xe6\xaf\x47\x66\xa9\x4b\xb2\x6e\x59\xd5\x4b\x7a\x4c\xdd\xd9\x37\x9c\x16\xe8\x9a\xd6\x4c\xf6\x78\x87\x9d\x6d\xf2\x51\x7b\xa4\xed\xd0\xd5\xe7\xab\x1e\xf9\x3a\xde\xbf\xaf\x23\x62\x88\x3e\xf2\x77\x7c\xe4\xef\xf8\xc8\xdf\xf1\x91\xbf\xe3\xfd\xf8\x3b\xa6\x95\xbf\x63\xda\xee\xef\x28\xaa\x1d\xa2\xa2\xc9\x36\x81\xb3\x4e\xec\xac\xf7\x62\xb3\x21\x00\xd8\xb6\xe4\x85\xda\x08\x46\x3c\xd0\x17\x52\x48\x68\x2b\xe5\x72\x1f\x02\x75\x65\x51\x29\x73\x01\x93\x62\xaa\xa9\x74\x91\xdb\xa9\xaa\x4e\x1b\x66\x06\x4c\xb9\x61\xf2\xa6\xe7\x25\x0d\x52\xeb\x79\xa9\xaa\xe1\xa9\x8e\x0d\xa4\x3d\x31\x69\xe5\x18\xe9\x6d\x5c\x2a\x9c\xc8\x12\xa7\xa2\xf0\x75\xa5\x62\xbc\x0a\x08\x44\x44\x6d\x9d\x3e\x07\xd7\xeb\x11\xe7\xce\xe5\x9e\x56\x6a\x6e\x2c\xfc\xba\x9c\x63\x22\xff\x34\xdf\x15\xbe\x2c\xd7\x1b\x91\x7f\x58\xf3\x00\x52\xc2\x6d\xa8\x85\x20\xca\x82\x17\xc0\x63\x92\x9e\x50\x88\x72\x75\xad\x54\xc5\x28\x09\x2e\x80\x0c\xa5\x10\xc5\xc1\x05\x90\x3b\x31\x5d\x71\xf8\x72\x14\x24\x08\xcb\x3d\x3a\x46\xb8\xbf\xc9\x52\x41\x27\x07\x6f\x52\x2e\x72\x9c\x38\x56\xf5\x10\xe1\x86\xa7\x93\x19\xa8\x25\xa7\xbc\x9b\xf6\xbd\x32\x03\x80\xae\xab\xd5\x32\xf5\xd6\xb2\xa6\x6d\xde\xa7\x8a\xbd\xc0\x13\x41\xf8\x1b\xa6\xfe\x2e\x6c\xe1\x2c\x6c\xe3\x86\x9d\x5f\x32\x55\x48\x71\x5d\x46\x9e\xaa\x14\x9e\x26\xf5\xd4\x52\x70\x42\x49\x5e\x2d\xf0\xba\xa8\x8e\xa2\x25\xf9\xcc\x97\x11\x81\x88\x3b\x31\xee\xbe\x7a\x66\xdd\x24\x5c\x90\xdd\x6e\x16\xff\x3a\x22\x10\x4a\x8e\xe1\xd8\x16\xa1\x3b\x56\xbc\xfd\x7c\x58\xa8\xea\x9b\x75\x2b\x99\x69\xf9\xf0\xb4\x48\x05\xbe\x64\xbb\x04\xe4\xe3\xbb\xbf\xd8\x9e\xe5\xc4\xdb\x75\xd4\x6a\x2a\x8c\xba\x6f\x70\x8c\xba\xaf\xa1\xec\xa3\x13\x20\xa5\x41\x3d\x83\xbe\xde\xb6\x4e\x83\xba\x2a\x1a\x66\x76\x4d\x22\xa5\xe3\xc1\x69\xa5\x10\x10\x95\xd3\xe9\x57\x07\x23\x31\x7c\x0c\x3c\xdf\x56\x39\x84\x0d\xff\xd9\xda\x4f\x5a\x1b\xe8\x7b\x86\x46\xb7\x46\xdc\xd8\x43\x00\x38\xe4\xb5\x09\x99\x27\x9e\x08\xa4\x12\x62\xad\x34\x80\xd4\xcc\x81\x3f\x96\x78\x3c\x56\x5c\x4a\x6b\xfa\x2e\xef\xe8\xb3\x11\xe3\x64\xb5\x79\xc0\x52\x4a\xe9\xa3\x79\x0a\x5a\x1d\x2d\x16\x85\x4d\xe3\xd4\x5a\xc4\x8c\x47\x17\x22\x9d\x3f\x06\x83\xba\x78\xfd\x5a\x07\x7c\xb7\xae\x4f\x12\x69\x48\xb4\x62\x3f\x60\x52\x7e\x30\xb1\xe6\x34\x3e\xad\xf8\xea\x9b\xc0\x55\x9a\x03\x8a\x08\xe2\xa8\xb2\xdd\xac\xf6\x83\x0d\xa2\xd2\x82\x36\x04\xb2\x3c\xdb\x56\xc3\x94\x3d\x64\xe5\xb2\x25\xc6\x46\x1c\x36\x2a\x7c\x25\x0e\x17\x85\xe9\x57\x9e\x24\x48\x45\xf6\x0b\xa8\xab\xd2\xcb\xaa\x11\x68\x4c\x45\x0a\x7b\xbd\x17\xb4\x47\xb4\xba\x06\xee\x67\x41\x98\x1a\xad\x65\xee\x55\xb7\x92\x06\xaf\x28\x7b\x2e\xe3\xe2\xac\xdb\x96\x44\xfe\xd8\x51\x64\x48\x19\x5a\x2e\x19\x45\xc3\x2a\x64\xae\x66\x32\x6d\xb8\xb8\x66\x0c\xcf\xb2\xed\x54\xb4\x13\x7e\xb9\x65\x89\xc6\x7c\x1e\x5a\xd7\xec\xfb\xd3\x5d\x1f\x96\x10\x69\xbd\xef\xf0\x18\x21\xd9\x71\xaf\x73\xe5\x65\xd3\x23\x73\x24\xe7\xf6\x8b\x39\x83\x59\x5a\x59\x7a\xc1\x9d\x37\x13\x69\xbb\x5c\x5f\x19\x7c\xf1\x80\xe8\xe3\xb8\x0c\xb1\x07\x90\xe2\x51\x1a\x3c\xd6\x9a\x0e\xb7\x5a\xde\x2c\xe0\xae\x77\x9c\x35\x28\xc4\xf6\xbc\x11\xb9\x3d\xaa\xb5\x03\x0d\x7a\xce\x2a\xe2\x9d\x9e\xb0\xef\xb6\x51\xf2\x18\x67\x8d\x18\x9b\xbe\xad\x91\xd5\xb0\xd7\xfa\x82\x96\xb4\x1b\xbd\x9e\xab\xc6\x6b\x61\x81\xae\x03\x81\x1e\x73\xac\xad\xdb\x6d\x44\x2a\xdd\xa0\xf0\x62\x15\x54\xda\x90\x16\xf0\x8d\xae\x03\x0b\x4f\xf1\xe3\x27\x67\x6c\x39\x3e\xd3\x8c\x82\xc3\x22\x70\x57\x31\x39\xe4\xd5\xa6\xe1\xb7\xe6\x92\xf8\xa5\x8a\xb7\x45\x15\x9b\x4b\x53\x6c\x7e\xc1\xaa\x2a\xa5\x13\xa1\x3a\x00\xb4\xc7\x14\xe9\xdc\x07\x35\xd0\x5d\xf9\x75\x0c\xea\xbc\xdf\x95\x0a\xed\x25\x67\x10\x00\x41\xab\x03\x88\xd2\x66\x18\x04\xe6\x04\xa7\x6e\xfb\x46\x4a\xf2\x2d\xaa\x3b\xb6\xa0\xb9\x2b\xad\x62\xa3\x6d\x0e\x79\x83\xa7\x6b\x40\x2f\x6c\xfc\x3a\x93\xda\x6f\xb1\xbd\x74\x51\x53\xd8\xaa\x90\x6a\xab\xbd\xc1\xcf\x2e\x54\xde\x3e\x63\x55\xfc\x8d\x3d\x13\x7c\x63\x75\xa0\xe3\xe4\x2d\x22\xf9\xba\x83\xe4\xbd\x9e\x2e\x27\x25\xe6\x36\xf2\xec\xf1\x50\x1c\x22\x3a\x62\x9a\x36\xdb\xed\x1e\x70\x4b\x9c\x99\x4b\xc4\x48\x09\x97\xe0\xdc\xc2\xe9\x64\xbd\x7f\x39\x22\x83\x15\x2f\xb4\xd0\xd2\x22\x76\x31\x9b\x26\x80\x59\x8d\x6b\x15\x7d\xc3\x51\xba\xf2\x2a\xfa\x86\x63\xe2\x59\xc5\xe1\xa0\xd5\xb4\x2c\x06\xfe\x48\x7b\xbd\xd5\x7a\xef\x2b\x8a\xb4\x74\xac\x05\xdc\x7e\x39\xba\xdf\x56\x72\x2c\xe7\x85\x57\x8a\x37\x16\x10\x2f\x28\x4a\x4d\x8c\x98\x32\xa9\x3e\x74\xd0\xca\x6e\x8d\xa9\x63\xbb\xbb\x6c\x87\xac\x74\xad\x58\xfb\x2f\xbc\x21\xbf\x82\xc7\x72\xf8\x0b\xa7\xcd\xcd\xf5\x74\x8c\x4e\xbe\x85\x14\x31\x65\xfe\x59\x14\x83\x15\x51\x14\xeb\xab\x41\xc0\x46\x5e\x2f\x38\x22\x48\x8c\xd8\xda\xfa\x90\x9d\x59\x87\x43\x13\xe0\x57\x99\x8c\xfa\x50\x2c\x21\xfb\xad\x5e\x30\x45\x01\xda\xe5\x3a\x15\xa3\xd8\xab\xd6\x7d\x7f\x7a\x16\xa1\xf3\x0a\x90\x43\xbf\x41\x04\x78\x05\x48\x36\x41\xd1\x7f\xb8\x30\x74\xd5\xc0\x36\x07\xcd\xb7\x02\xe9\x76\xa1\x2b\x4d\x2b\x8d\x89\xeb\x8e\x27\x11\x41\x2e\x4f\x56\x2d\xcf\x16\x5b\x5c\x58\x8d\x9d\x88\xaa\x8c\x4b\x3c\x64\xe1\x20\x8a\x6a\x97\x8a\xe0\x6d\x29\x6f\xe3\x80\x86\x83\x08\x65\x01\xad\xbc\xfb\x50\x1e\x70\x94\x04\x3c\xc4\x11\x8a\x03\x7c\x2e\x05\x09\xec\xf5\xe2\x73\xd6\xed\x26\x39\x57\xdb\xf8\x4f\x34\xda\x16\xc5\xc4\xdd\xc2\x7b\x3d\x03\x41\x1e\xc6\x11\xca\x83\x04\x81\x38\xc8\xaa\x44\xed\xbd\x1e\x48\x82\x24\x8c\xeb\xc4\x04\xdc\x1f\xad\x66\x02\x63\xbd\x54\xde\x06\xc4\x73\x4c\xe4\x81\xd0\x3e\x60\xa2\x06\x1d\x57\x13\x95\xb9\xf4\xe1\x54\x67\xe2\x18\x59\x2f\x8a\xdc\xdf\xcf\xb0\x39\x32\x5a\x4d\x95\xed\x61\xd5\xf9\xdc\xee\x50\x79\xf9\x45\xda\xe8\xf5\x2e\x02\x0c\x6b\x4f\x28\x2e\x87\x79\x1f\x24\xe6\x78\x25\xae\xfc\x9b\x96\xa8\x87\x5c\xd0\x62\xc4\x1c\x17\x49\xe8\xf9\x7b\x4c\xdc\xf0\x90\x0e\x29\x45\xe9\xd2\x88\x10\x26\x5b\x03\xf6\x70\x4e\x39\x8c\xf9\x2e\xe1\x5b\x00\x7f\x31\x57\x67\xd9\x22\x0e\x6b\xdf\xa8\x68\x35\x08\xe2\x5e\x8f\x83\x0c\xc5\xb0\x3d\x8a\x43\x16\xe8\xb7\x8e\x0b\x32\x3b\x8d\x0b\x72\xea\xba\x20\xa7\x6d\x2e\xc8\x55\x50\x74\xdf\x1a\x6d\x75\xbd\x94\x53\xed\xf9\x20\xf8\x16\x9b\xee\x20\xaa\x0c\xca\xee\x28\xe1\xc6\x28\x65\xc1\x16\x48\xe5\x62\xca\xaa\x51\xca\xf5\x28\xd5\x8f\x2c\x12\xe4\xf5\x28\xad\xe2\xa2\x58\x3d\x25\x2e\x25\x8e\xe3\x2d\x0e\xb8\x7a\x72\x8a\xe1\xca\x7b\x3d\x03\x8a\xd2\xfc\x67\x0b\x7a\xfd\xec\x54\xc3\x35\x68\x1d\x2e\x0f\x3d\x33\x54\xf9\x06\x6b\xe4\x9e\x68\xab\xe3\x49\xab\x47\xd3\xc4\x09\x47\x32\xf6\x4f\x6d\x33\xc9\x5b\x6c\xfb\xcb\x72\xec\xe1\xbe\x9b\x88\xf3\x16\x98\xa0\x6d\x1f\xb0\x16\xff\xa4\x2a\xb5\xc3\x44\x3e\x4e\x3c\x90\x34\xa7\xcf\x1a\x9c\xbe\x41\xe6\xd2\xf8\x64\x29\x4e\x48\xc7\x15\x56\x97\x1e\xc3\x6a\xa1\x14\xc6\xa4\x6b\x4f\x45\xe3\x3a\xc5\x92\x56\x63\xa6\x47\x6b\x66\x10\x64\xb7\x85\x1e\x99\xb6\x76\x8b\x02\x34\x5e\x7b\xbb\xaa\x9c\x21\x25\x87\x42\x88\xf4\xd0\xec\xa2\x59\xeb\xd0\x98\x0a\x67\x65\xf3\x24\xbe\x2d\x1a\x72\x63\xcf\x21\xb0\x28\xde\xb0\x5d\x1d\x99\xad\x2b\xb0\x3c\xc8\xc2\x61\xbe\x3d\xd5\xf6\x1c\x5f\x18\x69\x3b\x36\xed\xf0\xfa\xb1\xd6\xb9\x34\x19\xc4\x3a\xcf\x95\x53\x83\x8b\x0d\x7a\x8c\x29\x6a\xf1\xea\xab\x44\xb2\x29\x11\xc0\x4d\x5d\x71\xbc\x97\x15\xd1\x49\x85\x9d\xf2\x12\x3d\x57\x07\x65\xe9\xfa\x74\xa7\xe4\x5f\x25\x80\x27\x04\xfc\x37\x02\x3b\x58\x7f\x52\xb9\xfe\x83\xa7\xa4\x28\xc7\xc1\x59\xb8\xb2\x98\xbf\xc3\x5a\xab\xa9\xe3\x30\x39\xd7\xee\x1a\xaa\x23\x10\xc9\x3e\xea\x92\xda\x1c\x82\x32\x41\xf8\x8c\x13\x41\xb4\x46\x4d\x4a\x56\xe6\x10\xc3\x24\xce\x5b\xa6\xd7\x75\x3f\xad\x0a\x83\x4a\x75\xab\x8a\x1c\xe0\xf1\xd8\x8f\xe0\xed\x60\x94\xf2\x83\x6c\x28\xce\x14\xbe\x0e\xcf\xb6\xbc\x91\xfb\x07\xcd\x36\x1d\x01\x70\x54\x37\xa1\xc3\x55\x08\xab\x04\x77\x21\xab\x65\x5e\xd7\x60\xc4\x2d\x51\x5d\x03\x82\x14\x03\x49\xa1\x3e\x9c\x01\xdc\x5e\x08\x88\x98\x9c\x66\x3d\x30\xb9\x91\x80\x54\xd3\x36\x67\xcb\x52\x43\x90\xb7\x65\xa9\xce\xd9\xfe\x7a\x7f\xd0\x39\x9f\xce\x0e\x38\x9d\x6e\x8b\xce\xd9\xc1\xfa\xa0\xb3\x21\xc8\x6c\x9b\xb0\xce\x79\x4e\xb2\x6c\x9f\x24\x49\xe7\xf1\xce\x45\x46\xf8\x94\xde\x22\xe3\xce\x5b\x29\xdf\xe9\xbc\x2a\xc6\xdd\xf2\xb4\x78\xf2\xe4\x13\x1a\x4f\x9e\x7c\x52\x23\xca\x93\x4f\xc9\xad\x90\x83\x41\x1b\xc2\xb8\x5b\x68\xa6\x6c\x19\x6b\xc3\x04\x6f\x8e\xb2\x85\xcc\x52\x49\x5d\xc0\x4d\xb4\x91\x85\x83\xa8\x9f\xc5\x29\x27\x7d\xf2\x6e\x8e\x93\x0c\x64\xe1\xba\x79\x02\xdd\xc8\xd9\xce\xd7\x13\xca\xc6\x9b\x72\x9f\x1b\xc3\x7e\x9c\x26\x09\x89\x05\xa8\x1c\xc0\x51\xa7\xeb\x47\xb2\x46\x6e\x70\x38\xdd\x52\x9c\xee\xce\xb0\x24\x4c\x0b\xed\x8c\x7d\x17\x7c\x1f\xae\xc1\x22\x5c\xdb\x5e\xf9\x5d\x1c\xf3\xd4\xb5\xd5\x71\x95\xf8\xa4\xc5\x8c\x20\x07\x70\x74\x98\x09\x32\x1b\x1a\x0d\xe1\x70\x75\x1d\x71\x82\xb3\x94\x0d\xbb\xd7\x6d\xda\x65\x35\xe7\xdd\x72\x98\x1c\x57\xfa\xf9\xdd\x2d\x3a\xcd\xd3\x3c\x53\xa5\x3b\xe0\x2a\x16\x82\x70\x96\x75\xc2\xee\x5a\x0c\xe0\x5a\x37\xea\x60\x4e\x3a\x38\x49\x3a\xaa\x43\xc9\x41\x67\x9a\xa6\xe3\x4e\x8c\xd9\x58\x81\x97\xc1\x6e\x39\x6c\x54\x3f\x40\xfb\x94\x31\xc2\xf5\x46\xa0\xaf\x55\x5e\x20\x2d\x6d\x27\x04\xf3\x4d\xfd\xb4\x61\xe0\x93\x83\x96\xac\x3b\x7e\x87\x86\x12\x32\xb2\xd6\x8d\xb4\x54\x94\xb4\x7d\xe1\x77\xaa\xfa\xa2\xdf\x69\xe9\xdd\xae\x64\x9b\xaa\xbe\xc9\x95\x21\xe5\x2d\x97\xf8\x54\xf0\x23\xe7\xb6\x65\x56\xd4\x4c\xab\xb9\xf4\xd7\x10\x3c\xd4\x21\x5b\x35\xc6\xb5\xe8\x95\x0e\xd5\x47\x43\x81\x14\x9a\x0c\x75\xae\xb9\x50\x93\x48\x82\x44\x3f\x21\x7b\x84\x65\xdb\x82\x50\xb6\x99\xd1\x29\xc3\x22\xe7\x04\x98\x9d\x9d\x2a\x0a\x1b\x29\xef\x9a\x7e\x96\x72\x01\x26\xca\xd1\x0b\x2b\xb3\x71\x3f\x15\x93\xb7\x92\xdb\x97\xa9\x3d\x99\x11\x55\xf2\x03\x43\x75\x0e\x66\x24\xe8\xbe\x5a\x43\x72\x81\x6a\x92\xbf\x21\x61\xee\x3a\xa7\x0d\xfa\x53\xb3\x56\xda\x63\x54\xa8\x7a\xcf\xd4\x4d\x98\x91\xd5\x2b\xa6\xe5\x13\xe5\x57\x55\x83\xa1\x32\x18\x1f\xcc\xec\x33\x9d\xa2\x21\xb0\xba\x94\xb2\x99\xfe\x90\xd5\x99\xdb\x69\x9d\xba\x4b\xef\x41\x5a\xfb\xc5\xd6\xd6\x9b\xe9\x78\x02\x76\x2e\x5d\x5b\x83\x3c\x4c\x23\xa7\x20\xb5\x05\xbd\x42\xf6\x4b\x1c\x0c\xce\xe1\xe7\x02\xaa\x92\x27\xcb\x2f\x43\x1c\x05\x83\xc5\xf2\xea\xd5\x20\x0a\xd2\x15\x93\x7c\xd9\xfd\x6a\xa0\xbe\xc2\x25\xf0\x02\x7a\x4a\xc9\xcd\x4d\x08\x67\x54\xe8\xa6\xf6\xbd\x2a\x0d\xa0\x70\x43\x14\xfb\x3d\xaa\x72\x69\xa6\x3a\x68\x27\x91\x5d\x0b\x74\x78\x04\x1e\xa6\x6b\xeb\x51\x48\xd7\xd6\xa3\x40\x41\x47\xa3\xfa\x24\x0c\x9b\x47\x6b\xeb\xd1\xda\x3a\xca\x02\x5b\x58\xde\xe5\xb6\xf8\xda\xfa\x8a\x5b\xc9\x6b\x58\x6c\xf7\x77\x29\x03\xb9\x8a\x61\x5b\x5a\x78\x79\x68\xc1\x88\x42\x0b\x6b\x54\x2e\xe4\x0c\x3b\x15\xa2\x3a\x93\x4f\xe4\x7e\x9d\xd1\xad\x44\xd2\x4f\x01\x47\xeb\xc3\x81\x8b\xb6\x1b\x78\x97\xbc\x4a\xb7\x38\xe6\x07\x1a\x5d\xd1\x49\x38\x5a\xd7\x7d\x86\x7c\x19\x38\x7a\xda\x6d\x76\xc9\x76\x6a\x3a\xaf\xe8\x45\xa6\xdc\x0c\xdd\xee\xbe\x96\x27\x82\x9e\xd4\xd1\x96\xf0\xae\xba\x3a\xd7\xe1\xca\x55\xee\xe9\xb7\xa1\x88\x9a\xfb\x60\xd6\x12\x63\xd1\xee\xe9\xf7\x3d\x6a\x4a\x37\xe6\xc0\xae\xec\x19\x4f\x39\x68\x67\x35\x6b\x32\xd0\x9c\x89\x61\x4c\xd6\x9f\x86\x12\x77\xc1\xb3\xcb\x19\x14\x94\xa3\x04\xc5\xf0\x90\x04\x33\xeb\xe0\x3f\xa9\x0e\x8b\x67\x7a\xeb\x80\x68\x1c\x00\x1e\xf0\xa2\x60\x7d\x9c\x1d\xb0\x78\x93\xa5\xe9\x0c\x49\x36\x4f\xd3\x43\x00\x1d\xe1\xc6\xdd\xe7\xe3\xfe\x6e\x3a\x56\xb9\xa8\x58\xdc\x0d\x82\x40\xdf\x0f\xf9\xaa\x14\x38\xeb\xaa\x7a\x3d\x7b\x3c\xb3\x5a\xab\xe3\xd7\x9c\x58\x95\x33\xa7\x4e\x09\x9c\x76\x0b\x05\xc4\xb3\xf6\x8d\x83\x58\x85\x05\x17\x3a\x04\xae\x42\xfd\x20\xb1\xb6\x3d\x9b\x55\x3e\xd4\xf1\xe6\x96\xa3\x9a\x74\x24\x8f\x20\x08\x66\xca\xff\x49\x4f\x02\x66\x9b\x15\xef\xda\x6a\x02\xdb\x17\x24\x53\x39\x4e\x91\xcf\xf4\xba\x43\x8c\x51\xa2\x31\x6a\x66\xf2\xa9\x1a\xb6\xa1\xb4\xbc\x6f\x6e\x2f\x30\x5c\x59\x6d\x3b\x2e\x1d\xac\x50\xa0\x82\x84\xef\x11\x2e\x08\xcf\xe0\x71\xdb\x6a\x6d\x3c\xc9\xe1\xa1\x0d\xf0\xab\x0e\xbb\x89\xd1\x1c\x32\xc4\xd6\xaa\x1d\xe1\xcc\x7a\xe5\x3a\x6e\x9c\x55\x6d\xe5\x9b\x6a\x76\xfc\x23\x4e\x95\xaf\x1d\x70\x58\x4a\x11\xab\x04\x93\xfe\x94\xa7\xf9\x4c\x09\x25\xee\x49\xb1\x0e\x63\x54\x91\xed\x04\x98\xf3\xef\x74\x65\xdc\xcf\x08\x1b\x83\xac\x7f\xe5\xf2\xe6\xc5\xaf\x5f\x3c\x7f\xfd\xda\x45\x64\xd9\xa8\x58\xdc\x1c\xce\xac\x37\x37\x25\x19\x32\xc8\x37\x9c\xb8\xa2\x1d\xe6\xd3\x4c\x9d\x55\x08\x7e\x70\x98\x06\xac\x4f\xd9\x5e\xba\x43\x00\x47\xde\xb7\xdb\x80\xc2\x11\x1d\x52\xdb\xb9\xa4\xb2\x13\xd6\x19\x30\x13\x0f\x38\xcd\x4b\x89\x72\xc1\x08\x77\x01\x8f\x67\x26\xa3\x56\x8d\xca\x55\x02\x9a\x12\xa4\x70\x64\xce\xe8\x58\x9f\xa5\x12\x52\xd9\xae\xce\x29\x03\x12\x38\x54\x40\x25\xbd\x5e\x02\x60\xe5\xd7\x5b\xe1\x4e\x45\xca\x5b\xb9\x07\xd9\x88\x61\x08\x37\x29\x03\x89\xfd\xac\x7e\xd6\xf6\x99\xca\x0e\x65\xd7\x43\x1b\x3f\xd5\xc2\xd0\x4d\xfa\xfb\x3a\x4b\xd6\x26\xb9\x39\x93\x72\x13\x4d\x59\x56\xf1\x81\xcb\xe5\xb0\x0e\x29\x91\x3b\xbd\x17\x2e\xbe\xf8\xd2\x65\x39\xbb\xb6\xad\x21\x69\x9d\xd1\x2f\x20\xa5\x3f\x2b\x49\xdc\xc2\x7e\xe0\x44\x1b\x03\x04\x3d\xde\xff\xad\x77\xfa\x60\x34\x9c\x10\xd5\x68\x91\xcd\x48\xac\x7e\xe8\x84\xc6\x5a\x63\xff\xd8\xe3\xb0\x5c\xa1\xb5\xde\x47\xcb\xe5\xa8\x26\x90\xf4\x78\x80\xce\xf9\x96\xe1\x8b\x74\x55\x73\x2e\xfd\x38\xa1\x84\xd9\x55\x70\x58\x9a\x23\x77\x0e\x9e\xa9\x39\xed\x3e\xb9\x49\x33\x91\x6d\x1c\xb0\x38\x70\x6f\x8a\xc2\xde\x21\xd1\xe7\x04\x8f\xc7\x94\x9b\x42\xce\x9d\x1f\x68\xaa\xaa\x33\xa1\x8a\x28\x1d\x17\xda\xbf\x6f\xe3\xb2\xf5\xf5\x95\xc6\xc3\x7e\x26\xb0\x30\xcd\xd8\xcb\xb6\x36\x0e\x95\xff\x01\x91\x23\x7e\xd0\xe6\x6e\xd5\x77\xde\x9b\x2d\x4c\x48\x76\x07\x1a\x7f\x3c\x65\xd5\x07\x9e\x80\xca\x7a\xff\x4b\x1e\x6a\xc4\x82\xc3\x52\x11\x0b\x85\x42\xeb\x8e\x9d\x6e\x95\x5e\x58\x49\xc3\x81\xfe\x73\xfa\x5b\x75\xa8\x99\xdd\x52\x96\x6b\xe6\xb6\x14\xfd\x8c\xcc\xb0\xb2\x47\x87\x25\x62\x7d\x4e\x12\x2c\xe8\x1e\x09\xea\x4b\xcf\xfd\xde\xd1\x5f\xad\x39\xdf\xae\xf1\x12\xb1\xff\x8b\x63\x55\x29\x8c\xd9\x88\x0d\xeb\x60\x6a\xac\x1f\xef\x8f\xdb\x4c\xfb\xfb\xfb\x29\xdf\xa1\x6c\x5a\xcd\xf7\x17\x02\xbf\x15\xc8\x85\xb5\x4f\x24\x77\x53\xa5\x2c\x3d\x8c\xf7\xc7\x6d\x91\x71\x17\x21\x29\x25\x20\xa7\x24\x2d\x2e\x7f\xa4\x65\xd0\xee\xf9\x6d\xca\x48\x46\xba\xe8\xd0\xd0\x92\x61\x37\x7c\x71\x12\x19\xba\x72\xef\xf7\x7f\xf2\x9b\x6f\x7e\xd2\x45\x59\x4c\x18\xe6\x34\x1d\x76\xc1\x68\x18\x6e\x64\x91\xb9\x2f\x9c\xeb\x4e\x78\x25\x8d\x72\x91\x50\x46\x8a\x7b\x3f\xfe\xe8\xf3\xff\xfa\x77\xc5\xbd\xef\xfe\xf5\xe7\x3f\xfe\x1f\x05\x18\x0d\xbd\x07\x70\x74\xef\xa7\x7f\xfd\x2f\x1f\xfd\x02\x76\x11\xb9\x89\x77\x67\x09\xc9\x74\xc5\x17\x49\x64\xee\x8b\xf0\xad\xfd\x68\x9b\x70\x52\x7c\x76\xe7\x7b\xf7\xfe\xe6\x07\xc5\xbf\xfc\xf4\xa3\xcf\xee\x7c\xaf\xf8\xec\xc3\x3b\xf2\xef\xf3\xff\xf6\x3f\x3f\xbb\xf3\x3d\xd8\x45\x33\xc2\xc6\x94\x4d\xf5\xe7\x57\x67\x91\xbe\x2d\xc2\x6b\x22\x4a\xc7\x69\x71\xef\xce\xb7\xee\xfd\xed\x9f\xa8\xbf\xf7\xf4\xdf\xef\xff\x59\xf1\xf9\x9f\xdc\xbe\xf7\xde\x8f\xe5\xdf\xbf\xfc\xfa\x0f\x61\x17\xa5\x2c\x39\xd0\x15\x5c\x49\x23\x96\x1c\x14\x9f\x7d\xfc\xad\xcf\x3e\xfe\xd6\x08\x76\xd1\x16\x8e\x77\xe4\xee\xcf\xc6\xc3\x6e\xf8\xc2\x56\x54\xdd\x16\xbf\xf9\xe6\xf7\x75\x87\xfe\xfd\xe7\x7f\xf0\x83\x2e\x9a\xd2\x3d\xc2\x74\x25\x97\xa6\x91\xbc\x51\x3d\xa0\x62\xbb\x08\x9f\xc7\x11\x1b\x17\xf2\xf3\x5c\x14\xaa\x8f\x31\x99\x89\xe2\xde\x7b\xdf\xb9\xf7\x57\xb7\xe5\xdf\x6f\xfe\xf6\x8e\xba\x93\x90\xfe\xea\x1f\x3f\xfb\xf0\x8f\x8a\xdf\x7c\xe3\xfb\xf2\xef\xde\x0f\xbe\xff\xf9\x7f\xf9\xc7\xe2\xb3\x4f\xbe\xfd\xf9\x1f\xff\x1d\xec\xa2\xfd\x6d\xdb\x88\x1a\x1d\x56\x84\x2f\xd1\x68\xd2\x68\xe1\xde\x27\x7f\x58\xdc\xfb\xab\xdb\x9f\xff\xd9\x8f\x4f\xa8\x4d\x54\xb5\x5d\x13\xba\x36\x09\xdb\x8c\xc4\xa2\x51\xe3\xff\xba\xfd\x97\x9f\xfd\xea\xf7\x8a\xcf\x7f\xfc\x93\xcf\x7f\xfc\xa3\x13\x2a\xdd\x94\x7c\x4e\x36\x0c\xbb\x6a\x44\xba\xa8\x2b\x61\xee\xa2\xae\x6c\xac\x1b\x95\x0f\x82\xaa\x2f\x72\xc2\xe2\x6d\x17\x53\x25\xec\x2f\x4e\xa2\x54\x57\xc8\x70\x42\xc5\xdd\x9f\xc3\x36\x74\xbd\xfb\x73\x83\xaf\x57\x67\x51\x82\x59\x27\xbc\x30\x8e\xf2\x8e\xfb\xaa\x15\x19\x89\x41\xc6\xea\xba\x90\x38\x12\xe6\x77\x7f\x15\x35\x91\xef\x22\x89\x58\x47\xee\xfc\x4c\x90\x42\xdf\xc5\x69\xce\x33\x8b\x8b\x1e\xa2\x6d\x64\x11\xc9\x13\x22\x89\x6a\xd4\x40\x33\xf9\xfa\x7c\x1c\xa5\x4c\x90\x9b\x82\x40\x0f\xb5\x36\xb2\x28\xa5\xa2\x08\xef\x7e\xf7\xee\xcf\x2f\x92\x48\x60\x26\x3a\xe3\x94\xb1\xbb\x3f\x97\x40\xb6\x3c\x6d\x7b\xd8\x5a\x52\xcd\xf8\x1e\x89\x15\xe4\xa2\x08\x5f\xdb\x8d\x30\xcd\xd4\x53\xd9\xa5\x31\x27\x1e\xfa\xbd\xfe\x6e\x94\x63\x89\x20\xaf\x26\x51\xca\xb3\x77\xf3\xaf\xd4\x97\x44\x11\x05\xea\xd7\xe4\xa1\xdb\xf3\x38\x4a\x52\xee\xd5\xbe\x50\xfa\x58\x3c\x42\xdd\x2c\xa5\xa2\x8b\xba\x44\x76\x41\xf6\x80\x90\xcc\xbf\xf5\xee\xba\xa8\xfb\xae\x84\xb7\x8b\xba\x89\x86\xb1\x8b\xba\x58\x5e\x76\x23\x34\x25\xa2\x23\xab\xf3\x5d\xb9\xfa\xaa\x5d\x15\x29\xb0\xe3\xb6\x72\xaa\x52\xa7\x29\xb4\xbc\x8c\x02\xb5\xf1\x5a\xf6\x5e\xbf\x35\x1d\x58\xfa\x5e\x75\xab\xf1\x56\x31\xee\x0f\xb4\xf6\x2e\x11\xbe\x8b\x59\xcb\xda\xcb\xd9\x8e\xac\x50\x2d\xbd\x9f\x8a\xc2\xd9\x3b\xe4\xec\x66\x33\xb2\x23\x8a\xf0\x7a\x1e\x65\x24\xc6\x99\x7e\xc8\xf6\x09\x1b\xe7\x6c\x9a\x4d\x70\x92\xb4\xad\xd6\x5b\xce\xe6\x62\xae\x41\x67\x5a\x5c\x82\x3c\x67\x63\x4e\xb3\xac\x90\x44\x96\x64\xf1\x36\xd9\x66\x0a\x5b\xfc\x95\xfb\xc2\x56\x44\x68\x36\xa3\x24\x21\xa3\xe6\x32\x35\x1b\x83\x5c\xc6\x93\x09\x61\xde\xaa\xbc\xcc\xa2\x9c\x2b\x4c\xa4\xec\x16\x9d\xb6\x2c\xcc\x4b\xd3\x48\xc2\x90\xe0\x29\x29\xc2\xaf\x6d\x47\x4a\x16\x9e\xca\x47\x0a\x58\x22\xf2\x59\x11\xbe\xb9\x17\xa5\x1c\xe7\x99\xf2\xdb\xbd\x25\xfc\x25\x2c\xfb\x3f\x25\x2c\xdd\xdd\x95\x04\x57\x76\x63\x4a\xb6\x08\x03\x9d\x8c\x50\x40\x18\x1c\xc1\x91\x5a\x05\x54\x0f\x9b\xac\xf8\x79\x1c\x6d\x11\xae\xfe\xf3\xbb\x3f\x21\xbc\xb9\x11\x10\xc6\xd4\xb8\xe3\x24\xc9\x1a\x1f\x79\xcb\xee\xc2\x38\xc2\xa6\x68\x9a\x4c\x13\x1a\x6f\xd7\x75\x2e\x7e\xf7\x25\x12\xf2\x0b\xb9\x68\xa5\xe3\x16\x71\x14\x5a\xc5\x16\xad\x08\xd5\xbb\x26\x9d\x12\x96\xc5\xdb\x78\xd6\x4a\xe0\x2d\xca\x5c\x9a\x16\x64\x0f\x27\x0b\x38\x21\x27\x25\xe5\x5b\x84\x24\x63\xc2\x96\x62\xc5\x6b\xbb\x51\x4a\x44\x87\xa5\x53\x0f\x31\x24\xc1\x4a\x88\xc2\x96\x26\x46\x3c\x8f\xa3\x78\x5b\x21\x41\xca\xc6\x0b\xd4\x5a\x90\xc4\x4e\xf2\x1e\x61\x60\x34\x7c\xe7\x9d\x6c\x8c\x85\x9c\x63\xb9\x43\x68\x7a\x87\xfd\x19\x95\x8d\x69\xfe\x07\x4b\x5a\xc2\x17\x8a\x36\x66\x54\x21\x1c\xe1\x7b\x69\x22\x07\x68\xa1\xf4\x97\x38\x8f\x97\x53\xbe\x4f\xa6\xd4\xa7\x0b\xb2\x7d\x09\xc8\x0e\x9e\xb9\xf3\xe4\x4c\x92\x3b\x35\xb2\xf4\x4e\xa6\xb6\x56\xee\xcc\x89\xda\x8d\x54\x4c\x23\x6e\xe7\x41\xb1\x5f\x9c\xb4\xf0\x64\x3b\x72\x01\xb2\x05\x1e\x4c\xe8\xed\x84\x8c\xd5\x62\x9f\xea\x1b\xa6\x11\x9d\x09\x2c\x84\x37\xea\x97\x59\x74\xf7\x67\xdc\x2b\xea\x0d\xf5\x46\x16\xdd\xfd\x99\x42\xcd\x49\xca\x25\x64\xcd\xa2\x27\x6c\x58\x53\x2a\xe4\x86\xc5\xee\xfe\x8c\xcb\xed\xeb\xee\xcf\xcc\xce\x23\x9f\x2f\xdd\x0a\x74\xf1\x65\xa4\x5e\xd5\xf2\xd0\x29\xfd\x55\xca\xb1\x20\xcd\xd5\x79\x4d\x44\x58\x72\x3f\x6f\x1f\x44\x98\xb3\x85\x15\xf8\x3c\x8e\xc6\x72\x50\xd4\xf2\x95\x5c\x0a\x17\x94\x78\x6b\xd0\xf2\xf3\x99\x70\xa7\xf9\x85\xad\x88\xd3\xa9\x3b\xc5\x09\x8e\x77\x14\x5f\x36\x4b\x45\x63\xae\x9f\xc7\xd1\x44\xe8\xbb\x16\x86\x5b\x72\xda\xc7\x73\xdc\x2d\x0c\x74\x4c\xda\x58\xe8\x16\xde\x38\x26\xcb\xb8\xe3\xd3\x4c\xbd\x84\xce\x3c\x8e\x89\x79\x11\x93\x0a\x03\xe4\xeb\xe5\xec\x80\xfe\x6a\xe9\x7e\x2f\xda\x5e\x3f\x38\x1a\x5c\xdf\xe1\x98\x32\xba\xb8\xe7\xcf\x7f\x7a\xf4\xef\xa2\xa3\x6f\xce\x3f\x99\x7f\x74\xf4\xed\xa3\x1f\x1e\xfd\x41\xd1\x7c\x34\xbf\x33\xff\x64\xfe\xfe\xfc\xe3\x22\x9c\xff\x64\xfe\x4f\xd1\xfc\xce\xd1\xed\xa3\x6f\xcc\x3f\x98\xff\xfd\xfc\xfd\x22\x9c\xff\x60\xfe\x7e\x74\xf4\xde\xfc\x9f\xe6\x1f\xcc\x3f\x3a\xba\x5d\x84\xf3\x3f\x9b\xdf\x91\x0f\xee\xcc\xff\x7e\xfe\xf1\xfc\xc3\xf9\x2f\x8e\x7e\x78\xf4\xde\xd1\xed\xa3\xef\x17\xe1\xfc\x3f\xcd\x7f\x11\xcd\x3f\x9e\xbf\x2f\x1f\xb8\xaf\x16\xf0\x6f\xfe\xe7\x47\xef\x45\x47\xdf\x9e\x7f\x20\x5b\x3e\xfa\xc6\xd1\x0f\xe7\xbf\x2a\xc2\xf9\x7f\x3f\xfa\xbd\x68\xfe\xbe\xaa\xf7\xce\xfc\x13\x1f\x1d\x15\x68\x47\xdf\x98\x7f\x38\xff\x48\xb6\x30\xff\xe5\xfc\xc3\xc6\x9e\x30\xff\xd3\xf9\x27\xd1\xfc\x03\x09\xa9\x02\x5f\xb6\xfe\x0d\xd5\xc2\x87\xaa\xf6\xbf\x3e\xfa\x8e\x7c\xfd\xd1\xfc\xfd\xa3\xff\x70\xf4\x1d\xfd\x70\x41\x02\xad\xb6\x91\x70\xfe\x17\x47\xb7\xa3\xa3\x1f\xce\x3f\x3e\xfa\xfe\xfc\x23\xd9\x98\x87\xdb\xf3\x3f\x99\x7f\x14\x49\x28\x8f\x6e\xab\x81\x79\xef\xe8\xb6\x87\xe3\xf3\x3f\x9a\xff\x52\xf6\xe5\x93\xf9\x9d\xa2\x86\xbd\xb0\x40\x1e\x7d\x6b\xfe\xbe\x02\xea\xdb\x47\x3f\x8c\x0a\xdd\x56\x35\xda\xf3\x8f\xe7\x1f\x78\xb8\x3f\xff\xbb\xa3\x3f\x88\xe6\x1f\x1d\x7d\x57\x55\xa6\x6a\xfe\xa0\xa8\x40\xf8\x58\xd5\x7b\x4c\x45\xf5\xda\xd0\xaf\xef\xcc\x7f\x79\xf4\xc3\xe3\x3f\xf9\x12\x37\xa1\xab\x69\x42\xb3\x05\x6e\xe2\xad\xfd\xe8\xd3\xdb\xf8\xd3\x1f\xc5\x74\x3f\xfd\xf4\x47\xff\xfc\x1d\xc3\x54\xec\xc4\x37\xb0\xcb\x98\x5e\x9d\x45\xa9\xe0\xb7\xc8\x16\xee\xc8\xd5\x4c\x6f\x31\x92\xa5\xfb\x78\x39\x87\x91\x67\xb7\x34\x5b\x8a\xb7\x92\x94\x75\xbc\x17\xd8\xc7\xb0\xab\xb3\x88\xdf\x3a\xd8\xf9\xf4\x36\x1e\x1f\x34\x50\xeb\x4a\x1a\xc5\xb7\xc8\x4e\x7e\xe3\x9f\xbf\x15\x1f\x14\x72\xef\xa1\xe4\xd6\x3e\xe1\x07\x13\xba\x93\xee\x63\x76\xb0\x88\x3e\xd7\x44\x74\x90\xec\xa4\x0d\xb4\xf9\x9d\x5b\x11\xfe\xf4\x76\xfa\xe9\xaf\x09\xa3\xd8\x43\x18\xf9\x46\xb5\x8d\x65\x23\x9a\x1f\xd0\x57\x57\xd2\x88\xe3\x5b\x8a\xee\xa9\xa1\x48\x7c\xd1\xee\xe5\x1b\x11\xf9\xf4\xd7\x24\xa1\x85\xbe\xfc\x91\xbc\xba\x34\x8d\xc6\x07\x45\xf8\xca\x4e\x44\x89\xbc\x68\xad\x43\xb8\xc4\x55\x2c\x2f\x77\x02\xb9\xbc\x85\x77\x12\x09\x36\x8e\xbb\xa8\xbb\x6b\xfe\x6f\x90\x5b\x24\xa1\xea\x22\x53\xff\x53\x39\xa8\xdd\x1d\x09\x8e\xac\x41\x36\x67\xe8\x69\xfd\xfd\x72\x9a\xba\x7b\xfc\x6b\xdd\xda\x52\x92\xab\x60\x58\xfa\x76\x3a\x3e\x58\xfa\x4e\xc1\xbb\xf4\xad\xea\xc5\x43\xa7\xe4\x1b\x33\xcc\x5a\x56\x88\x66\xb2\x35\x8f\x3d\xc6\xe3\x22\x3c\x1f\x47\x98\xe3\x58\x10\x7e\xf7\x6f\x32\x41\xe3\xc5\x55\x70\x91\x44\x59\xc5\x68\xcb\xe2\x59\xab\xd6\xe4\x86\x64\xe7\x52\xcd\x89\xea\x6b\x97\xdd\xb6\x34\x52\x32\x77\x15\x76\x6f\x44\x77\xff\x21\x69\x22\xb7\xd2\xec\x8c\xd3\x26\x4f\x4d\xb0\x96\xb5\x24\xe7\x2b\x19\x60\xc9\xb7\xab\x7f\x6c\xef\x33\xfb\x20\xf3\x30\xfb\x7c\xac\x94\x16\xa9\xd5\x4f\xbc\xfe\x6e\x94\xfb\x78\x2b\x59\x67\x91\xb2\x98\x9c\x46\x03\x41\xb0\xfe\x95\x37\x63\x2c\xe1\x94\x7f\xd8\xdc\x65\xe6\x56\xfe\xc7\xaa\x59\x59\x5a\x62\x2e\x31\x4d\x58\xd5\x03\xc1\xcb\x11\x51\x56\xbf\xfc\xad\x6c\xe7\xd8\xb7\xc7\xd4\xac\x60\x3c\xfe\xe3\x63\x5e\xeb\x1e\x2d\x45\xe4\x6c\xf9\xea\xb0\xbd\x7f\xe8\x68\xfe\x46\x9e\x65\x27\xb1\x2b\xf3\x0f\x17\xd8\x95\xf9\x87\x0e\xbb\x22\xb9\x88\xf9\x2f\xe6\x77\xe6\xbf\x52\x1c\xc7\x2f\xe6\x77\xbc\x35\x30\xff\xf3\x9a\xc5\x90\xfb\xbd\x8b\xfb\xf3\x9f\xa8\x67\xbf\x96\xcc\xc2\xd1\xf7\x46\x0d\x82\x2f\x19\xd3\xd9\x02\x51\x9f\xff\x85\xdc\x6e\x15\x3f\x70\x67\x51\xb2\xb4\xbb\xfc\x07\xf3\x5f\x1e\x7d\x4f\xc1\x73\x47\x36\xa1\x7a\xb0\xc8\x2d\xc0\x16\x76\xe1\xce\xfc\x9f\x8e\xbe\x69\x78\xa7\x5f\x17\x6d\x3c\xc4\x37\x2b\x56\xeb\x8f\xe7\x1f\xca\xcd\xfb\x4f\xa3\xf9\x1d\xa8\xe5\x54\xcd\x26\xc0\x91\xc7\x39\xfc\xe7\xf9\x07\x92\x59\xd3\x3c\x82\x81\xe2\x1f\xe6\xbf\x54\xfb\xfd\x71\x55\x2c\xf0\x0c\x45\xc5\x3c\x9c\xe6\xf3\x2f\x95\x7f\xe0\x22\x9f\xe6\x8d\x33\x90\x16\x0a\x49\x5c\x12\x19\xde\xfd\x1b\x1a\xb5\x53\xc9\xf3\x71\x44\x58\x88\xef\xfe\x79\x74\x02\x9d\xbc\xe9\xd0\xc9\x9b\xcb\xe8\x64\x83\x4c\x86\x77\xff\x21\x8d\x16\xe9\x64\xde\x46\x27\x6f\x18\x42\x79\x03\xef\x9e\x4c\x29\x15\x14\x9a\x4d\xc8\xda\x54\xbd\x9a\x6a\x12\x43\x35\x1b\xa5\x1b\x14\x34\xc4\x77\xff\x32\x4a\x1b\x65\x4e\x24\xa7\x37\xb0\xf9\xdb\x3d\x91\xa0\xbe\x5b\x11\x54\xa2\x09\x2a\x4e\x2b\x6a\x7a\xe3\x58\x72\x7a\x03\xef\xfe\x6b\xa4\xa7\xef\x9e\x40\x4f\x97\x8b\x7f\xaa\xf3\xf7\x45\x4c\xeb\x95\x70\xa8\xe2\x5f\x73\xf0\xf4\x93\x10\x51\x26\xc8\x94\x70\x79\xf7\x14\x44\x93\x24\xc5\x42\x5e\x3f\x0d\x51\x42\x33\x75\xf9\x0c\x44\x42\xc5\x78\xe4\xe0\xe9\xdf\x86\x68\x86\xb3\x6c\x53\x6c\xf3\x34\x9f\x6e\x0f\x39\x58\xff\xed\xfb\xb7\x4c\x0d\x2e\x60\x41\xfa\x33\xcc\x33\x52\xc7\xc8\xef\xd0\xec\x32\xbe\x0c\x38\x1c\x09\xe0\xd8\x01\x9f\xc7\x8c\xa5\xa2\x63\xec\x85\xac\x19\x70\x47\xa4\x1d\xdc\x91\xdd\xe9\x42\x38\x14\xda\x24\x48\x7e\x25\x6b\xd6\xb6\x3f\xf7\x0b\x9b\x02\xeb\x25\x26\x1e\x04\x32\xd6\x31\xc3\xeb\x40\xc7\x1f\x14\xa6\x17\xe5\x1c\x3d\xd0\x78\xa9\x59\x7e\x60\x90\x2c\x06\x56\x76\x58\xca\x91\xee\xf1\x77\xd8\xe3\xf0\xd4\xc6\x2f\x03\x6d\xde\x77\x56\x79\x1e\x3c\x1e\xbe\x53\xbc\x93\x9f\x7d\x6a\xf0\x74\xf4\x38\xc2\xc1\xe3\xbf\x5b\xdf\x17\xf5\xe5\x63\x8f\x4f\x51\xa6\x5e\x56\x8f\x46\x67\x0e\x9f\x40\xe5\xe3\xc7\x0f\x1e\xca\x03\x0f\x46\x94\x04\x80\x07\xb9\x75\x69\x45\x0c\xf0\x3e\x27\xb3\x04\xc7\x04\x60\xd4\xed\x42\x53\x38\x85\x6d\x96\x69\xb5\xd5\x88\x20\x37\xc5\x90\xf6\x05\xa7\xbb\x80\xc8\xf5\x24\x49\xb8\xf6\x90\xa7\x7d\xe7\x4e\x99\x8c\x40\xd8\x67\x78\x87\x8c\x01\x84\x28\x0e\xc6\x20\x0f\x07\x11\x1c\xb9\xb5\xd2\x09\x18\x3b\xa9\xbf\xb7\x01\x5c\x99\xc9\x4f\x87\x6d\x85\x16\xac\xe5\x2f\xe0\x6c\x9b\x64\xca\xcc\x3f\x67\x44\x69\xaf\xc8\xb8\x83\x85\xa2\x13\x1d\x41\x77\x49\x17\xae\x6c\x03\x88\x54\x9d\x68\x12\x30\xa0\x6d\xce\x18\xc8\x61\x9f\xe0\x78\x1b\xc4\x10\x99\x29\x6d\xb5\xf7\x6e\x1d\x8a\x3d\x9b\x90\xda\x4b\x3c\x4e\x60\x1d\x52\x45\x7b\x66\xbc\xc3\x1c\x7b\x7c\x67\x30\x4a\x30\x71\x23\x5e\x2a\xe3\xc3\x56\x87\x8c\xac\xb2\x4d\x74\xec\x32\xe1\xe1\xc4\xc4\xba\x76\x13\x12\xcd\x6a\xc0\x26\xfd\x04\x67\x02\xc0\x15\x06\xc8\xd2\x39\x26\x8d\xb8\x56\xb5\xa5\x62\x22\x3b\x20\xa7\x19\xa5\xfa\xda\x99\x55\x84\x03\xda\xe7\x7a\xf2\xfb\x59\xbe\x95\x09\x2e\x6b\x5b\xa1\x13\x40\xfb\x34\xbb\x9c\x8a\x17\x12\xcc\x76\x54\x50\x86\x26\x3a\x3c\x97\x2e\x4e\xe0\x4b\x75\x89\x8e\x8e\x33\x0d\x57\x44\xc8\xa2\x00\xc8\x5f\x15\x8c\xd3\x1a\xff\x61\x15\x1c\xee\xa4\x95\xe6\x50\xfd\x0d\x41\x66\x57\x25\x05\x91\xd4\xfe\x99\x01\x44\x2f\x6a\xee\xa7\x7a\x76\xf6\xa9\xea\xd9\x8b\x34\x71\x9e\x3f\xfd\x05\x16\x74\xdb\x2a\xb4\x2e\xf8\x8f\x87\xbf\xfb\x4e\x16\x3d\xae\xdd\x0a\x14\x31\x73\x57\x6a\xe5\x64\x67\xec\xbc\x8c\x8b\x0f\xaf\x3d\xed\x7a\x3d\x06\x28\x2c\x0a\x6a\xed\x7b\x5a\x50\x94\x81\x06\x29\x42\xbc\xcd\x2a\x56\x28\x03\x47\x89\x4c\xe2\x0b\x0d\x62\x8c\xb3\x99\x1e\xc0\xb3\x10\xed\xa6\xf1\x36\x1e\x1e\x6e\x18\x7e\xf0\x55\xb2\x47\x92\xab\x49\x3e\xa5\x4c\x16\x78\x02\x22\x39\xe4\x8d\xa7\x4f\x42\xa3\x54\xc0\xd9\x2e\x5d\x38\x16\x56\x35\x9e\x04\xcf\xb9\x46\x84\x1e\x3a\x01\xab\x95\x05\x94\x8d\xd7\x03\x9e\x86\xfd\x49\xb6\xa2\x5c\x90\x63\x92\x65\x41\x75\x55\x14\x4b\xac\x8d\x58\x9b\xb5\xd1\x71\x44\x55\xf1\xd8\x4f\xc0\xfe\xc5\x3d\xc2\xc4\x0b\x79\xb6\x42\xda\x5d\xe4\x14\x2f\xe8\x7e\xcf\x6d\xfa\xf2\xd4\xf8\x99\x34\x03\xb5\xc0\x43\xa1\x66\xa7\x4f\xd9\x24\x95\x74\x95\x39\x56\xd9\xda\x1e\x93\xf5\xaf\x5c\xde\xdc\xb8\x76\xf1\xaa\x67\x6b\xcb\x4b\x88\xd2\x3e\xc7\x6c\x67\x53\xb9\xe2\xe8\x34\x52\x8e\x9b\x12\x80\x9e\xeb\x9e\x84\xc4\xd8\x09\x36\xdc\x0e\xad\x5f\x64\x1d\xdf\xc1\x0b\x17\x44\xfa\x3c\xd7\x85\xca\xb2\xcd\x30\x0c\x71\x70\x76\x70\x92\x75\x5b\x73\x23\x34\x1e\x78\x67\x9f\x71\x96\x51\x9f\x32\xea\x63\x3a\x09\x48\x51\x54\x36\x6e\xca\x73\x48\xc5\x1f\x89\x53\x26\x30\x65\x84\x17\x85\x4a\x7e\xb5\x59\x3d\x00\x10\xe1\x20\xb5\x39\x18\x24\xef\xd0\x9f\xd4\x0b\x3d\x0b\xbc\xdb\x00\x7b\x2f\x51\xf5\xd2\x29\x57\x97\x91\xef\xad\x40\x24\x0b\xd8\xeb\x06\xba\x48\xc0\x17\x68\x2c\x3c\x54\xa1\x30\xac\xd9\xf6\x08\xf7\xa9\xd8\xcc\x0e\x58\x3c\x54\x57\xca\x56\x1b\x02\xd2\x17\x54\x24\x04\x11\xe4\x91\x67\x49\x2f\x04\xe0\x3a\x7c\xdd\x69\x48\xe1\xff\xef\x63\x8d\xfb\x63\x95\xc2\x72\x8b\x38\x43\x2a\x34\xf6\xf3\xbe\x12\xd7\x5a\xb9\xce\xd5\xf5\xda\x0b\x82\xea\x17\xf5\xf4\x80\xe6\xbc\x30\x63\x28\xcf\x9d\x14\xa0\x3b\x74\x36\xd2\x7f\x00\x0e\x29\x80\x2b\x3c\x58\x1d\x20\xd1\xdf\xa2\x4c\xee\xee\x80\x21\xd0\x60\x6f\x6c\x74\x52\x40\xfb\x13\x4c\x93\xa2\xa0\x50\x0d\x65\xb0\xba\x8e\x28\xb0\x33\x5e\x81\x95\x3a\x60\xb5\x43\xd5\x06\x93\xdc\x02\x34\x50\x0b\x00\x41\x24\x9b\x92\x6d\x9c\x0a\x71\xd3\xa1\x84\xcf\x0c\x66\x59\x22\x74\x3c\x26\x56\x70\x3b\x04\xdc\x0f\xe7\x21\x60\x7b\x78\x68\xcb\xd6\xe3\x24\xe9\xe0\x4e\x9c\xe0\x2c\xeb\xe0\x4c\xf2\xf4\xa6\x4a\xd7\xf5\xd5\x4c\x56\xc5\x94\xa9\x10\x97\xc2\x0d\x36\xe8\x86\xae\x63\xfd\x3a\xbe\x7f\xe0\xde\x14\xc5\xea\x3a\x62\x7d\x37\xde\xbf\x1c\x2d\x13\xad\x91\xaa\x7d\x19\xb0\xfe\x3e\xa7\xc2\xbc\x5b\x9a\x7e\x00\x31\x1d\xc4\xca\x0d\x68\x9e\x36\x13\xa0\xf6\x7a\xd4\x4b\x54\x20\x20\xe2\xea\x99\x4a\x4d\x5d\xf2\x3e\xb7\xae\x17\x38\xe8\xe6\xd6\xa3\xb4\x8e\xeb\xa4\x83\x77\x8f\xf4\x5f\x4b\xa6\xd8\xee\xe6\x66\xd7\x32\x51\x75\x8e\x41\xe5\xe6\x36\x49\xd2\x94\xeb\x4b\x2e\x25\xf4\x5d\x00\x7f\x4b\x09\xa9\x2c\xdd\x97\x3c\xbb\xfc\x14\x96\x28\x0b\xd6\x51\x1e\x60\xd0\xbd\xf6\xfc\xa5\xcd\xf3\x57\x5e\xbb\x7a\xfd\xda\xc5\xae\x94\x28\xcc\xa3\x6b\x6f\x5f\x95\xf7\xf1\x92\x04\x52\x6a\x89\x9a\x50\x0b\xd6\x6b\x7e\x8f\x66\x34\x65\xc1\xba\x71\x6b\xc0\x99\x38\xbf\x4d\xe2\x1d\x32\x76\x1f\xa9\x98\x52\xf6\x01\xcd\xae\xcf\x4c\x14\xa7\x55\xf3\x28\xcb\xb7\x04\x9e\x06\x8a\x7b\x77\x1e\x64\xf5\x93\x30\x89\x82\xca\x23\x44\x8e\x7c\xa8\x13\xc4\x98\x28\x66\xbe\x55\x75\x13\x94\xd5\x20\xc8\x8c\x7b\x82\xdb\xf8\x60\x11\xe6\x4c\x09\x15\x4e\x4c\x5e\x03\x88\xcd\xdb\xa1\x6f\x91\x71\x47\xb3\xbd\x57\x31\xb2\xf2\x24\x59\xd5\xb1\x94\xb8\x71\x3d\xc4\x37\x01\x47\x22\xcc\x23\x00\x21\x44\xa6\x00\xa9\x5c\x22\x59\x30\x38\xc7\x6a\x97\x48\x66\xd1\x9a\xaa\xac\xa1\xea\xb3\x15\xa7\x2a\x2a\x77\xec\xc6\x88\xf2\x3a\xb8\xca\xc2\xc8\xd6\xc1\x52\xac\x1b\x5b\xfd\xda\x04\xdf\xf2\xba\xbe\xb6\x66\x23\x4f\x57\xf5\x97\x65\x64\xc6\xb9\x9b\xcf\x94\xb2\xa2\x39\xdc\x0e\xb5\x25\x2b\x22\x08\x82\xd9\x88\xbb\xb3\x39\x04\xd5\xad\x40\xdc\x6b\xaf\x72\xcf\xf4\x1e\x23\xe1\xde\x41\xf3\x8d\xee\x6d\x3d\xaa\xf5\x43\x53\xfe\x4d\x9d\x9d\xbd\x2c\x75\x70\xbb\xee\x58\x27\x08\x69\x42\x0b\x0f\x49\x8d\xb2\x6b\x6b\x59\x59\xaa\x60\x92\x00\xa2\x49\x10\xf7\xd5\x47\x68\x1c\xc4\x7d\xdd\xdb\x15\x4f\x56\x73\xdc\xdd\x62\xb0\xae\x23\x82\x68\x27\xb2\x18\x3c\xe1\xf8\xdb\xed\xba\x62\xa7\x1c\x91\x9a\x62\xec\xd5\xaf\xc0\xde\x71\x29\xf8\xea\x3c\xdf\xde\x8b\x2a\xae\xff\xa8\xcd\xd3\xc4\x24\xa4\x2e\xdb\x72\x4c\x93\x5e\xef\xb8\x8c\x7f\xae\xd7\x4e\x10\x04\xd5\xf3\x55\x7b\x5d\x53\xb5\x91\x85\x6d\x58\x35\x28\x77\xb8\x92\x91\x7d\xd0\x4e\x35\x1c\xa2\x71\xaa\x05\x6c\xca\x3c\x3b\x18\x3c\xb3\xfe\xec\xb3\x67\x9f\x7a\xf2\x99\x27\x07\xcf\x3e\xbb\x5e\xcd\x95\xf2\x39\x7f\xb8\x6d\xd5\x88\xa0\xe9\xb3\xce\xea\xfc\x16\xc1\x3b\xaf\xe1\x59\x3d\xb5\x53\x87\x16\xd7\x19\x36\xf7\x94\x90\x6c\x97\x77\x3d\xdb\x5b\xd5\x1e\x39\x55\x39\x9b\xf5\x32\x39\x50\xf1\x54\x88\x1f\x2f\x8b\x43\xed\x0a\xfe\x1a\x9e\xa1\x03\x93\x2f\x9b\xc3\x3a\x80\x9a\xca\xc4\x5d\x27\x75\xe6\x3a\x26\x8b\x8d\xc1\xbc\x5d\xc7\x0a\xe7\x3a\xfa\x0a\x62\x10\xb1\x3a\xac\x8e\x2c\xb6\x69\x50\x75\xe0\xa0\xea\xbe\xbb\x7e\x9d\x1e\x23\xd6\x86\x9c\xc2\xba\x7c\x4c\x89\x10\xc4\x49\x41\x6e\x45\x22\x0b\xc4\x16\xa0\x72\x83\x60\xbd\x9e\x4e\xd7\x0c\x28\x1c\x81\x34\x10\x40\xa5\xcd\x24\x42\x65\x1d\x81\xc3\x34\xd0\xfd\xa0\x10\xa5\x2a\xa4\x8c\x57\xa9\x0a\x9d\x32\x01\x9b\x10\x2d\xca\x8c\xd3\x56\x1d\xd2\x0b\xd7\x2f\x0d\x3b\xe7\x31\xfb\x8a\xe8\xe8\xf5\xdb\xc1\x1d\x81\xa7\x9d\x49\xca\x3b\xb8\x33\xe3\x74\x97\x0a\xba\x47\xaa\x30\x77\x7a\x7e\x1a\xf3\xb0\x10\x72\xcb\x9b\x3e\xe6\x7c\xb4\x0b\xd8\x29\x81\x50\x8b\x0b\x33\x21\xa1\xa9\xf5\x48\x63\xc0\x24\x5f\xc0\xca\xfb\xef\x48\xa9\x80\xdc\x96\x58\x6b\xb3\xc5\xee\x02\x7e\x7f\x50\x49\x26\xb3\x2c\x81\xd0\xc1\xd8\x2d\x16\x95\xa5\x42\x9e\x8b\xed\x51\xc8\x9b\x41\x6b\x90\x70\xe2\x14\xc8\x7a\x14\xe3\x46\x96\x04\x23\xb7\x2c\xdc\x40\x45\x71\xd5\xd9\x31\x44\x78\x56\x45\xcd\x4b\x2d\xaa\x5f\x01\x2a\xde\x19\x5c\x69\x67\xcc\xe4\x4b\x55\x04\xba\xe1\x8f\xae\xf8\xf1\x3b\xf7\xa5\xb4\xdb\xeb\x71\x25\x24\x51\x9c\xd0\x5b\x84\x4b\x51\x8a\xf5\x35\x26\xa3\x34\x60\x7d\x8d\x7f\x16\xc5\xdd\x8c\x51\x83\x66\xc6\x28\xd4\x9e\x6b\x8c\xea\xec\x0d\xcd\xe8\x48\xf0\x30\xad\x78\xa6\x0d\x60\x47\x74\xc3\x1d\x51\x07\xf4\x9b\xf2\x83\x8d\x40\x72\x8b\x63\x20\x50\x57\x70\x2c\x37\xc2\xae\x97\xa9\xc6\x34\x78\xb1\x84\x72\xae\x54\x39\x27\xd4\xe7\x05\x3a\x3e\x6f\xb2\xcd\xb5\x7c\x74\x53\x72\xfa\x51\x04\x57\xfe\x4f\x00\x00\x00\xff\xff\x68\xae\xe5\x9c\xa8\x16\x18\x00") -func web_uiAssetsVendorDd451ffada9952277102d90988f3ae5bJsBytes() ([]byte, error) { +func web_uiAssetsVendorD38f8b642cf98384d0f0a8760e75b259JsBytes() ([]byte, error) { return bindataRead( - _web_uiAssetsVendorDd451ffada9952277102d90988f3ae5bJs, - "web_ui/assets/vendor-dd451ffada9952277102d90988f3ae5b.js", + _web_uiAssetsVendorD38f8b642cf98384d0f0a8760e75b259Js, + "web_ui/assets/vendor-d38f8b642cf98384d0f0a8760e75b259.js", ) } -func web_uiAssetsVendorDd451ffada9952277102d90988f3ae5bJs() (*asset, error) { - bytes, err := web_uiAssetsVendorDd451ffada9952277102d90988f3ae5bJsBytes() +func web_uiAssetsVendorD38f8b642cf98384d0f0a8760e75b259Js() (*asset, error) { + bytes, err := web_uiAssetsVendorD38f8b642cf98384d0f0a8760e75b259JsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "web_ui/assets/vendor-dd451ffada9952277102d90988f3ae5b.js", size: 1517414, mode: os.FileMode(420), modTime: time.Unix(1590089614, 0)} + info := bindataFileInfo{name: "web_ui/assets/vendor-d38f8b642cf98384d0f0a8760e75b259.js", size: 1578664, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _web_uiEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x53\x5d\x6f\xdb\x30\x0c\x7c\xcf\xaf\xe0\x34\xa0\xb3\x50\xc7\x7a\x0f\x20\x04\xdb\xb0\x61\x7b\x1d\xf6\x32\xf4\x03\x55\x6c\x3a\x56\xa1\x8a\x2e\x45\x35\x2d\x82\xfc\xf7\x41\xf1\x9c\x76\xed\xf6\xc6\x10\xa7\xbb\xcb\xf9\xd8\x61\xef\x23\x56\xaa\x47\x69\x07\x55\x5f\x28\x7c\x1c\x89\x25\xa9\xab\xba\xcf\xb1\x15\x4f\xb1\x42\xbd\x7f\x70\x0c\x62\xcd\xf5\x20\x32\xa6\xf5\xea\xd2\x5c\x1a\x53\xb3\x35\xd7\xd3\x44\xf6\xab\x4b\xf2\x89\x48\x1a\xc6\xfb\xec\x19\x2b\xe5\x36\xc4\xd2\x52\x14\xa6\x10\x90\x97\x23\x85\xa7\xde\x87\x60\x3a\x9f\xc4\xb4\xb7\x69\x39\x52\x3c\x6e\x94\xae\xe3\x3f\x08\x22\x75\xb8\x9c\x7c\xe9\xc5\x6c\x06\x52\xb1\xe3\xfb\x2a\xe6\x10\xac\xb5\xa8\x65\x60\xda\x41\xc4\x1d\x7c\x61\x26\xae\xd4\x4f\x7e\xf2\x71\x0b\x42\x70\x7c\x0c\x3b\x2f\x03\x30\x06\x27\xfe\x01\x21\x73\x80\x4d\x16\xc0\xbb\x0d\xf2\x44\x0f\x83\x4b\xf1\x83\x40\xef\xa3\x4f\x03\x76\x10\xc8\x75\x85\x62\xf6\xf4\x3d\xf6\x54\x43\x42\x84\x0e\xc5\xf9\x90\xc0\x09\x1c\xa3\x58\x19\xb3\xf5\x32\xe4\x4d\xd3\xd2\x9d\x99\x38\xdb\xe0\xcd\x0b\xf6\xf7\xb3\xf4\x32\x73\x50\x7a\xd1\x52\x4c\x02\x62\x55\x8e\x53\xf8\xdd\x4a\x95\x3f\xd2\x8c\x4c\x42\x2d\x85\xb5\x2a\xd4\x2b\xb5\x7a\x5e\x2d\x18\x25\x73\xbc\xc0\x66\x8b\x52\xa9\x81\x92\x28\x5d\xcb\xd5\xe1\x14\x4b\xff\x27\x16\x6e\x04\x93\x54\xa8\xf5\x3e\xa0\x5c\xc8\x95\x4d\x95\xd7\x0b\xb4\x72\x8e\x07\x0c\x09\xc1\xf7\xd5\x3b\x79\x85\xaa\xf9\x84\xe3\x73\x65\x8c\x3a\x2f\xf0\x49\x14\xf0\x50\xbe\xbe\xb7\x25\xf1\x05\x36\x1d\xf6\x2e\x07\xb1\xcf\xf5\xa8\x45\xef\x67\xec\xd9\x19\x36\x03\x63\xbf\xc6\x26\x73\xb0\x7d\x35\xfd\xd4\x2b\x95\x84\x7d\xdc\x2a\x6b\xe5\x69\x44\xea\x0b\xb4\xc2\x02\xd0\xba\x9e\x48\x0e\x35\x36\x09\x25\x8f\x25\xf7\x0d\xd1\x4b\x0d\xbd\xf7\x16\x0b\xe0\x07\xde\x67\x4c\x62\xdb\xe0\x52\x02\x7c\x14\x8c\x5d\x82\x38\xef\xf7\xc7\x78\x39\xb7\x42\x3c\x39\x7b\x2b\xbc\x9e\x64\x57\x27\xb3\xb3\x93\xc9\xaa\xae\x53\x1e\x71\x7a\x7d\x28\x92\xdf\xd0\x75\xc8\xc9\xc6\x79\x3a\xda\x48\x23\xc5\x84\x36\x9e\xc6\x1a\x9b\x8f\xa5\xf3\x9f\x4f\x9d\xb7\xf4\x7a\x73\xd0\xf5\x5f\x17\x67\xdc\xad\x7b\xfc\xcf\xd9\xe9\xfd\x9b\x6a\xff\xa2\x0c\x3e\xb6\x21\x77\xd8\xc1\xcd\x33\xc3\xcd\xb1\xd2\x5e\x60\xe7\x12\x30\x46\x77\x87\x5d\x39\x80\x9b\x17\x3d\x9c\x80\x4a\x1f\xf4\xe2\x77\x00\x00\x00\xff\xff\xe9\x52\x9b\xee\xf5\x03\x00\x00") - -func web_uiEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9JsBytes() ([]byte, error) { - return bindataRead( - _web_uiEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js, - "web_ui/ember-fetch/fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.js", - ) -} - -func web_uiEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js() (*asset, error) { - bytes, err := web_uiEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9JsBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "web_ui/ember-fetch/fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.js", size: 1013, mode: os.FileMode(420), modTime: time.Unix(1590089614, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _web_uiIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x59\x7b\x73\xdb\xb6\xb2\xff\x3f\x9f\x02\xd5\xbd\x3e\x76\xe6\x84\x2b\xbc\x01\xa6\x96\x67\x14\x59\x6e\xdd\xf1\xeb\x5a\x76\xef\xc9\x74\x3a\x1e\x8a\x84\x2c\xb6\x94\xa8\x43\x52\x72\x9c\x4c\xbe\xfb\x9d\x05\x29\x8a\x7e\x34\xbd\x9d\xd3\x4e\x03\x2d\x81\xc5\xee\x6f\x17\xbb\x8b\x87\x0f\xbf\x3b\xbe\x1c\xdd\x7c\xbc\x1a\x93\x79\xb5\xc8\x8e\xde\x1c\xe2\x0f\xc9\xa2\xe5\xfd\xa0\xe7\x96\x3d\x12\x67\x51\x59\x0e\x7a\x6e\x31\x75\x45\x90\xe5\x51\x92\x2e\xef\x7b\x47\x6f\x08\x39\x9c\xbb\x28\x41\x82\x90\xc3\x85\xab\x22\x12\xcf\xa3\xa2\x74\xd5\xa0\xb7\xae\x66\x81\xed\x75\x87\xe6\x55\xb5\x0a\xdc\xbf\xd7\xe9\x66\xd0\xfb\x57\x70\x3b\x0c\x46\xf9\x62\x15\x55\xe9\x34\x73\x3d\x12\xe7\xcb\xca\x2d\xab\x41\xef\x74\x3c\x70\xc9\xbd\xdb\xce\xac\xd2\x2a\x73\x47\xa3\x7c\x59\xae\x33\x32\x7d\x24\x3f\x46\xe5\x3c\x1d\xe5\xc5\xea\xb0\x5f\x0f\x75\x14\x2c\xa3\x85\x1b\xf4\x12\x57\xc6\x45\xba\xaa\xd2\x7c\xd9\x11\xdb\x7b\xc9\xb8\x49\xdd\xc3\x2a\x2f\xaa\x0e\xd7\x43\x9a\x54\xf3\x41\xe2\x36\x69\xec\x02\xff\xf1\x8e\xa4\xcb\xb4\x4a\xa3\x2c\x28\xe3\x28\x73\x03\xd6\x08\xaa\x9b\xae\xb8\xd8\x63\x0c\xd6\x69\x3f\xce\x97\xb3\xf4\xbe\xef\x96\x9b\xb4\xc8\x97\x0b\xb7\xec\xaa\xd8\x33\x1f\xf6\x38\x5f\xe4\xc9\x3a\x73\x57\x85\x9b\xa5\x9f\xf6\x38\xdf\x13\xc3\x3d\xce\x5b\x09\xd8\xc3\x47\x7b\x9c\x77\x44\xb4\x5c\xab\x22\x4f\xd6\x31\x9a\xd7\xb2\x15\x79\x5e\xdd\x5e\x9f\xb5\x2c\x7b\xfc\x04\x85\x9c\xb4\x0c\x59\x1e\x47\x38\xe3\xe6\x71\xe5\x5a\xae\x68\x5d\xe5\x2d\x47\x95\x17\x69\xda\x0c\x99\x0f\x7b\xe6\xb8\xee\x1e\xe3\x8a\x8f\x2f\x7e\xde\x8d\x70\x7e\x32\x1e\xde\xdc\x5e\x8f\x27\xaf\x70\xff\xeb\x66\x7c\x71\x7c\x77\x75\x7d\x79\x73\x89\xd1\x34\xe9\x4e\x3b\x8e\xaa\x46\xf7\x2c\xca\x4a\xd7\x4e\xba\x1b\x5e\x5d\x9d\x9d\x8e\x86\x37\xa7\x97\x17\x77\x37\xe3\xf3\xab\xb3\xe1\xcd\xf8\xee\x7f\xaf\x87\x57\x57\xe3\xeb\xee\x84\x9a\xfb\x78\x7c\x32\xbc\x3d\xbb\xb9\x1b\x4e\x3e\x5e\x8c\xee\x2e\x3f\x4c\xc6\xd7\x3f\x8f\xaf\x1b\x4d\x55\xb1\xde\xf2\xfd\xf4\x3f\xb7\xe3\xeb\x8f\x77\xa7\x17\x37\xe3\x1f\xae\xbd\xf0\x97\xb2\x5a\x6d\x97\x17\x67\x1f\xef\x7e\x38\x3b\x3d\x3f\x1f\x5f\xdf\x8d\x2e\xcf\xaf\x2e\x2f\xc6\x17\x37\x5d\xa1\x5b\xb4\xc3\xab\xab\xae\x51\xb8\xf4\xdf\x58\xbf\x8d\x2b\xca\x66\xa1\x3c\x07\x07\x0e\x74\x8f\x7f\x08\x5d\x42\x43\x11\xc5\x38\xb0\x95\x5c\xb8\x32\xfd\xec\x26\xae\xc0\xe0\x3b\x76\xb3\x68\x9d\x55\x65\x57\x57\xba\xfc\xcd\xf9\x75\x3f\x89\x62\x5c\x2e\xb7\x1d\x55\x38\x8a\xd1\xdc\xea\xc5\x68\x2b\xf2\x2c\x73\x45\xa7\x6b\xb1\xca\x97\x4d\x20\xa9\xe3\x56\xed\xe8\xf2\x62\x72\x7b\x76\x77\x7b\x7a\x77\x7c\x3a\x19\x7e\x38\x1b\xdf\x5d\x8f\x87\x67\x37\xa7\xe7\xe3\x17\xfe\x7a\xc9\x3a\xbc\x18\xfd\x78\x79\x7d\x37\x19\x9f\x8d\x47\xaf\xba\xb8\x99\x32\xba\xbc\xfa\x78\x7d\xfa\xc3\x8f\x37\x77\x1f\xc7\xc3\xeb\x9d\x3b\x28\xa7\x2d\xc0\x86\xf5\x87\xd3\x9b\xbb\xc9\x8f\xc3\x96\x67\xeb\x2a\xf1\x9c\x11\x57\xbd\x55\xb9\xc7\x39\x03\x0b\x34\x98\xba\x2a\xe2\xcf\x59\x3f\x9c\x5e\x0c\xaf\x3f\xde\x61\x48\xb6\xec\x79\x59\x3e\x67\x1b\x8e\xce\x26\x77\xe3\x0b\xb4\xec\x78\x97\x4b\x18\xdf\x1f\xf6\x38\x4d\x67\x7b\x9c\xc2\x70\x74\x56\x8e\x97\xd1\x34\x73\xc9\x1e\xa7\xe8\x45\xfc\x1f\x59\x9e\x0c\x75\xfa\xf7\x38\x75\xde\x1f\x0d\x77\x13\xfd\xdb\xa1\x65\x47\xce\x33\x3c\x17\x93\xab\xe1\x68\xfc\xa7\x90\x2e\xa2\x85\x2b\x57\x51\xec\xfe\x08\xd8\x4b\x86\xbf\x05\xde\x64\x72\xf9\x67\xd0\x26\x93\xcb\x3f\xc0\xd4\x19\xf9\x5b\xc0\xfc\x78\x79\x3e\xbe\xeb\xd6\x40\xdc\x6d\x4a\x4f\x9e\xec\xf1\x93\x87\x87\x07\xa8\xd3\x13\xd2\xfc\xf9\xdc\xeb\xf1\xd5\xe5\xdd\xe9\x64\x72\x3b\x9e\x7c\x43\xc4\x7d\x5a\xcd\xd7\x53\x88\xf3\xc5\x1e\x3f\x99\xe3\x36\x14\xe7\xc5\x6a\x8f\x9f\xd4\x72\xf7\xf8\x49\x5a\x96\x6b\x4c\xca\x93\x25\xa6\xe2\x49\x3c\xcf\xf3\xd2\x3d\x57\x76\x7c\x39\xfa\x96\x96\x67\x40\x4f\x92\x3c\x7e\x11\xa7\x5e\xc4\xd9\x78\x78\x7d\xf1\x0d\x41\x99\x8b\x8a\x25\xb4\x38\x6b\xdc\xaf\xc8\x19\x5e\x9d\xfe\x05\x38\xd1\x2a\x7d\x2e\x65\x97\xdb\xdf\x16\xf3\x3a\x94\x69\x91\x3f\x94\xae\x48\x67\x8f\xdd\x52\x57\xb9\x72\x5b\xfb\x9e\x54\x5f\xf7\x09\x37\xec\xe1\x6a\x95\xa5\xf5\x86\xf6\x43\x96\x4f\xa3\xec\xe9\xb6\xd2\x23\xfd\xa3\x37\x78\x36\xf9\x2e\x08\xc8\xd3\x62\xf1\x9e\x74\xaa\x04\x09\x02\x7f\x84\xa9\x8f\x0b\xf5\xb6\xbe\x89\x0a\x52\xba\x6a\xe4\x77\x70\x32\x20\xb3\xf5\xd2\x97\xdc\x83\x68\xb5\xc2\x34\x7a\x47\xea\xcd\xfd\x2d\xf9\xe2\xf9\xeb\x19\xff\xed\x8f\x01\x03\x92\xe4\xf1\x1a\xf7\x6a\xf8\xf7\xda\x15\x8f\x13\x97\x39\x2c\xd4\x07\xfb\x38\xfc\x4b\x7d\x4a\xd8\x27\xff\x24\x8d\x2c\xf2\x4f\xb2\xff\xda\x59\xe1\xd7\xfd\xb7\xdf\x77\x84\x27\xf5\x56\xd0\x42\xfa\x69\x72\x79\x01\x2b\x3c\x65\x1d\x24\x2e\xce\x13\x77\x7b\x7d\x3a\xda\x16\xf7\x03\x0f\x05\xee\x5d\x35\xac\xaa\x22\x9d\xae\x2b\x77\xb0\xdf\x9c\x3d\xf6\xdf\xbe\x6d\x05\x1f\x34\xbf\xa4\xb5\x10\xcd\x3e\x98\x66\xf9\xf4\xa5\x89\xf8\xdf\xe5\x14\x37\x1f\xf8\xdd\x3d\x96\x07\xcd\x38\xcc\xf2\x62\x1c\xc5\xf3\x83\x0e\xdb\x4e\xde\xc1\xef\xee\xf1\xa9\x88\xad\x41\x9b\x28\x5b\x3b\x32\x68\xd4\xfc\xf2\xbb\x7b\xfc\xf5\xfb\x67\x6c\xe9\xec\xa0\x51\xb8\x2a\xf2\x2a\xaf\x1e\x57\x0e\xaa\x7c\x52\x15\xe9\xf2\x1e\xe2\x28\xcb\x0e\xbc\x90\xb7\x64\x30\x18\x90\xfd\x5f\x72\xcf\xdb\x60\xfc\x75\xff\xa5\x5a\xd2\x5a\xe7\xd5\xbd\xeb\xea\x7e\xfb\x5c\xf9\x57\x82\x35\xe8\x15\x19\xed\xfc\x6f\x83\xff\xfa\xe6\x8f\xbe\x3a\xaa\xb6\xdd\x6f\x0f\x9e\xac\x6f\xeb\xfc\x2d\x67\xbd\x9e\xe5\xab\xeb\xf9\x8e\xb8\xe5\x8b\x00\xf0\xe1\x51\x7a\x4f\xa5\xb3\xc7\xa7\xd2\xdb\x00\xa8\xb5\xb7\x81\xbe\x5d\xc1\xfd\xf6\x04\xb3\xff\xae\xe9\xda\x79\xa1\x39\x64\xbe\x27\xfb\x5f\xbe\xc0\xa8\x86\x70\x15\x55\xf3\xaf\x5f\x5b\x66\x42\x5e\xd9\x49\xdf\x93\x2f\x5f\x48\x3a\x23\xdd\xfd\x91\x7c\xfd\xfa\xe5\x4b\xb7\x03\xbf\x6b\xb7\x7f\xfd\xea\xf3\x18\x3f\x97\xc8\xf7\x42\xf6\xb3\x5d\xb1\x15\xff\x62\x97\xab\x95\xbc\xe8\xfe\x0b\xaa\x3a\x3b\x5c\xab\x66\xb7\x71\xd5\xf2\x77\xdf\x7f\x2c\xf8\x4d\x77\xcd\xfd\x12\x1c\xf6\x77\x55\xe7\x30\x4b\x97\xbf\x93\xc2\x65\x83\x5e\x1a\xe3\xa5\x05\xc3\x7d\xd0\x4b\x17\xd1\xbd\xeb\xaf\x96\xf7\x3d\x32\x2f\xdc\x6c\xd0\x7b\xee\xf6\xa8\x2c\x5d\x55\xf6\x67\xd1\x06\xa7\x05\x82\x7f\x12\x3c\xd0\x52\x1b\x25\x22\x4e\x55\xac\x23\x9d\x4c\xcd\x2c\x14\x09\x4d\xd8\x34\x12\x74\x9a\x84\x02\xbc\x40\x3c\x69\x96\x83\x9e\x9f\xd2\xfb\x1b\x31\x30\xfd\x89\xe9\x40\x1b\x1e\x0b\x26\x8c\xd4\x52\x4f\xb9\x9c\x72\xa1\xa6\xa1\x62\xcc\x2a\x13\x27\x51\xe2\x9e\x60\xf0\x53\x3a\x18\xd2\x65\xe5\xee\x8b\xb4\x7a\x1c\xf4\x7a\x35\xa0\xb2\x7a\xcc\x5c\x39\x77\xae\xfa\x13\x14\x1b\xb7\x4c\xf2\x22\x08\x5d\x64\x12\x49\x69\x4c\x63\x17\x1b\x6d\xb9\xb3\xd6\xb0\x64\xc6\x24\x35\xc2\x72\x01\x71\x59\xfe\x3d\x0a\xdb\x74\x09\x62\x11\xcd\xd4\x6c\x36\x13\x34\x74\x5c\x32\xad\x92\xa9\x99\x9a\xd8\x6a\x2a\xa6\x4e\x53\xd9\xea\x7c\xb3\xbd\x3d\x1e\xf6\xb7\x57\xe7\xc3\x69\x9e\x3c\xb6\xb7\xca\xc3\x65\xde\xdd\x90\x08\x39\x4c\xd2\x0d\xf1\x90\x06\xbd\x45\x54\xdc\xa7\xcb\xf7\x84\x12\xbc\xbc\x7d\xdf\x3b\xea\x14\x97\xc3\x39\x3f\xfa\x29\xda\x44\x13\x3f\x9b\x5c\xe3\x4d\xbb\x70\xc9\x61\x7f\xce\x9f\xb0\xad\x8e\xae\x32\x17\x95\x8e\x38\x1f\xb6\xa4\x33\x27\x5d\x92\xc7\x7c\x5d\x90\x07\x37\x25\xcd\xc6\x4c\xaa\x9c\xac\x4b\x47\x9a\x1b\xf8\xed\x29\x1c\xf6\x57\x2d\xb4\x7e\x92\x6e\xbc\x09\xfd\x2e\xea\xc3\x72\x73\x4f\xea\xab\x74\x8f\x69\xdb\x23\x73\x97\xde\xcf\xab\x41\x4f\x89\x1e\xf9\xb4\xc8\x96\xe5\xa0\x87\xe7\x83\xf7\xfd\x3e\x1e\x0c\x1e\x04\xe4\xc5\x7d\x9f\x53\x4a\xfb\xe5\xe6\xbe\x77\x74\x78\x4f\x66\x69\x96\x0d\x7a\xff\x15\xb2\xf0\x64\x68\x7b\xfe\x33\x28\xd6\xe8\x02\xb7\x71\xcb\x3c\x49\x7a\x47\x87\xab\xa8\x9a\x93\x64\xd0\x3b\xe7\x1a\xa8\xb1\x44\x70\x60\x3c\x52\xa0\xac\x26\x75\x4b\x09\x23\x0c\x69\x63\x02\x05\x2a\x0c\x6b\xba\x69\x29\x8e\x07\xdb\x1e\x7d\x2e\x0c\x50\x1a\x12\x1e\x82\xe0\x36\xe2\xa0\x34\xf1\x4d\x2d\x05\xc9\x60\xdb\xa9\x58\xd3\xd6\x32\x5a\xde\x73\xa9\x21\x64\x9a\x08\x06\x5a\x87\x2f\x64\x00\x55\x2c\x00\xce\xe2\x00\x28\xb7\x40\xb5\xae\x09\x26\x02\x1c\x02\xce\xce\xa5\x04\x65\x2d\xe1\x0a\xa8\xae\x41\x28\x52\xb7\x5b\x55\xda\xf0\x00\xc2\x90\x7b\x04\xb6\x69\xeb\x41\x60\x94\x07\x1c\xac\xac\xe7\xc8\xa6\xf5\x83\x44\x82\x36\x1a\x8c\x96\x31\x50\xc3\xd1\x46\xa0\x16\x71\x1a\xa0\xdc\x10\x16\x71\x90\x5a\x90\xba\xad\xe5\x31\x08\x39\x8a\xa2\x46\x9c\x2b\x01\xa1\xe0\x68\x99\xa4\x1c\x81\x49\x43\xea\x76\x0b\x2c\xac\x59\x6b\x07\x85\x4d\xbb\x1d\xa4\x5a\x22\x4b\x6d\xcd\xd3\xa9\x84\x43\x28\x2d\xf2\x18\xdf\xdf\x34\xdb\x31\xc6\xd1\x48\xc3\x34\x68\x2d\xf1\x9f\x1f\xa1\xe8\x31\xe0\xdc\x9e\x2b\x06\x16\xe7\x28\x60\x54\xbc\xb2\x6c\x8c\xa2\xec\x50\xaa\x18\xa8\x90\xc0\x99\x05\x2a\x05\x48\x11\xa2\xdd\xa0\x95\x7d\xd5\x1a\x26\x10\x2a\xb7\xe6\x5c\x86\x10\x2a\x49\x24\x05\xc6\x5e\x2a\x00\xc1\x64\xc0\x80\x0a\xe3\x57\x15\x04\x2e\x2a\xe3\x16\x0c\x67\x01\x0e\x12\x3f\x78\x2e\x2d\x84\x46\x12\xa6\xc1\x86\xaf\x48\x09\x4d\x20\x40\x5a\x13\x03\xd7\x12\xa4\xd4\x20\x8c\x42\x7f\x81\x60\x86\x30\x90\xe6\x69\x38\xd5\xcb\xc3\x2d\xc2\xa6\xd4\xf6\xfa\x4f\xf3\x41\x71\x4d\x14\x07\x4d\x45\x1c\x30\x09\x22\x14\x84\x06\x98\x27\x3a\x60\x0c\x94\x36\xcd\x07\x57\x60\x85\x1e\x81\xd4\x9a\x30\x0e\x32\xb4\xf8\xc3\x04\x2e\x36\x23\xb5\x20\x24\x23\xae\x20\x14\x9a\x34\x3f\xf5\xda\x30\x3f\x99\x28\x10\xd4\x64\x81\x00\xa6\x0d\x91\xc0\x98\x19\x72\x0a\xa1\xe6\xa4\xf9\xa1\x35\xbf\x01\x41\x25\xb1\xc0\xc5\x88\x51\x60\xa1\x24\x8c\x81\x61\x82\x28\x30\x84\x59\xc0\xec\x34\x4c\xa2\x56\xa3\x05\x7a\x93\x49\x62\xc0\x6a\x4e\x24\x48\x8b\xea\xa8\xc2\x39\x2a\x44\x76\x25\x64\xf4\x9a\x1e\xce\xc0\x86\xb8\x80\xdc\x64\x88\xc9\x22\x26\x2e\xbc\x05\x96\x91\xe6\xa7\xf1\x60\x6b\x01\xfb\xfc\xc4\x85\x9a\x11\x41\x81\xa9\x9f\x99\xc1\xe0\x8c\x69\x20\x6b\x4d\x98\x5c\x81\x01\xab\x48\x08\x32\x6c\x48\x0e\xd2\x62\x58\x2a\xa0\xd2\x82\xe0\x9a\x18\xe0\x8a\x83\x0d\x55\x16\x80\xd2\x98\x7c\x52\x88\x18\x51\x69\x19\x80\xa4\x3a\x90\xa0\xad\x0d\x40\x87\x2c\xd0\xa0\x44\x4d\x61\x08\x68\x82\xca\x34\xb5\x84\x01\xe7\x0d\x29\x31\x8c\x37\x8c\x82\x64\x3c\xa6\x08\xc3\xe2\x38\xe3\xbc\x1e\xc2\xec\xa6\xa6\xa1\x19\x58\x89\x29\x2c\x41\x68\x13\x00\xb7\x92\xb4\x2a\x32\x50\xb5\x3f\x6b\x38\x9c\x4a\x50\x26\x90\x60\xb4\x45\xb8\x41\x0b\x7c\xa4\x85\x2f\x24\xc2\x12\x74\x86\x02\xc6\x38\xd9\xba\xe5\xf3\x42\x68\xb0\x14\x33\x29\x46\x3d\x54\xdb\x80\x81\xa5\x1c\xd7\x8b\x05\x16\x64\x28\x6a\x52\x83\x0e\x09\xf5\x3d\x32\x10\x60\x24\x6f\x68\x1c\xdd\x04\x0a\x28\xe5\xde\xbb\x54\x63\x98\x5b\x2a\xfc\x08\xd9\x31\x91\x5a\x04\xa9\x85\xa2\x08\x41\x76\x0a\x36\x28\x41\x7c\x5e\x04\x12\xac\xc5\x2a\xcf\xb4\x8a\x29\x5a\x26\x0c\xa6\x25\xe5\xe8\x54\xa6\x03\x01\x9a\xea\x9a\x2e\xeb\x0f\xf4\x9f\x6d\x48\xdf\xbf\x51\x58\x15\xbd\x7b\xb9\x40\x34\x94\x72\x3f\x62\xc8\x8e\xcb\x94\xb5\x24\x9c\x4c\x76\x42\x0d\xda\x22\xb8\xfd\xbc\xe0\x0a\x4c\x88\x59\xa4\xb4\x9d\xd7\xb0\x7e\xe6\xc2\x17\x5e\x8a\x88\x94\x09\x40\x62\xc9\x50\x16\xa5\x28\x2d\x5a\x9a\x53\x46\x68\x20\x40\xa0\x0c\xc1\xd1\x3b\x7e\x99\xb5\xb6\x1b\x86\x96\x9b\xad\x40\x66\xc0\x58\x35\x17\x60\xb8\xce\x7c\x72\x20\x53\xcc\x41\x7a\xd1\x9c\xe3\x1e\x27\x7c\x4d\xf5\x39\xc4\xb6\xb4\x00\x2e\x95\x8f\x0d\x49\xb1\x76\x08\x66\x1b\x5a\x61\x19\xdd\x60\xb1\x50\xe6\xf3\x82\x59\xe0\x3a\x50\x60\x8c\x8a\x29\x11\x60\x39\xc2\x64\x9a\x13\x0d\xcc\xf2\xc0\x00\x55\x5b\x9a\x03\xb5\xc2\x47\x6d\xc8\xd1\x38\x6b\x03\x0d\xc6\xf3\x8b\x30\x03\x8d\x4e\x36\x96\xc7\x0c\x34\x16\x5e\x8b\x7e\xb3\x14\x33\x47\xa2\x56\xe6\x09\x9f\x1a\x98\xbe\x98\x4b\x5e\x48\x43\x32\x08\x7d\xf5\xf2\xd9\x00\x1c\x3b\xac\x40\x9f\x53\x15\xf8\x0a\x57\x47\xaf\x5f\x10\xbf\x06\x98\xfc\xb2\xa1\x34\x70\x2e\xbc\x4f\x43\x8b\x0b\x6e\xb8\x40\xa3\x84\xc2\x0c\x0d\x79\x43\xfb\xb8\xf3\x4e\x61\x5a\x03\x97\x1e\x96\xf2\xe9\x82\x48\x30\x08\x70\xff\x08\x18\x7e\xf8\x84\x0a\x30\x39\x34\xe6\x76\x88\x9a\xb4\xad\x49\xac\x3a\x12\x2b\x2d\x22\xf7\x8e\xa8\x4b\x03\x03\x43\x71\x93\xc6\x85\x36\xc0\xb8\xef\xc0\x2d\xd2\xf8\x4d\x1a\xf5\x49\x19\x62\x99\xd7\x48\x87\xb8\x32\x2c\xd4\x35\xa9\x71\x4b\xf8\xbc\xf0\x0b\x83\xc5\x9c\x0a\x31\xf7\x51\x80\x31\x61\x45\x8c\x62\xa9\x32\x20\x25\xf3\x0a\xd0\x4e\xa5\x45\x4b\x73\x8a\xa5\xd1\x47\x55\x00\x46\x60\xbd\xa5\x16\xfd\xa5\xb5\xdd\x06\x12\xca\xb3\x1b\x16\x62\x52\xcf\x83\x3a\xac\xd0\x74\xe6\xd9\x0c\x96\x0a\x29\x65\x5d\x91\x14\x28\x1e\xfa\xad\xbe\x4e\x50\xde\xd0\x18\x5a\x75\xf1\x92\xd4\x04\x3e\xb4\x1a\xda\x87\x56\xa3\xea\xf3\x39\x96\x64\x61\x40\x85\xa2\x8e\x66\xfb\x73\x88\xae\x3e\xc3\xfe\x70\xc3\x2d\x8e\xf8\x6a\xdc\xbf\x3f\x3a\xc4\x13\x61\xe7\x95\x86\x94\x45\xfc\x67\xe7\xff\x24\x91\x8a\xcd\x66\x51\x12\x85\xa1\xe2\xdc\x18\x46\x79\x12\xd2\xd0\xda\x99\x88\x9c\x9a\xc2\x6f\x65\xef\xa8\x7b\x01\x7b\xed\x11\x28\x5a\xad\xdc\x32\x69\xce\xc5\x9d\x77\xa0\xb2\x88\x9f\xbd\xfd\x94\x5b\x9e\xf6\xf5\x27\x2e\x5c\x54\xb9\x71\xe6\xf0\xeb\x60\xbf\x66\xd8\x3d\xea\x34\x33\xa0\x2c\x62\x32\x40\x83\xb6\x03\xad\x00\xbc\x10\x40\x8d\x60\x34\x4f\xb3\xe4\xa0\x99\xf2\xe4\xf6\x9e\xce\x0e\xbe\x3b\xd8\xbf\x71\x9f\xaa\x63\xff\x0c\x54\xec\xe3\xf9\xfd\x21\x5d\x26\xf9\xc3\xdb\x1d\xc6\xae\x21\x07\x2f\xae\xee\x8d\xe7\xfc\x3b\x42\xba\xbc\x0f\xd2\x65\xe2\x3e\xb9\x32\x30\xca\xb9\x88\xe9\x29\x57\xa1\x61\x3a\x99\xca\x59\xc2\x34\x77\x8e\x5b\x91\xf0\xc8\x29\xf8\xad\xdc\x19\xf4\x97\x54\x74\x66\x76\xec\xa8\x61\xc3\x68\x32\x21\xff\xf8\x07\xd9\x7d\x81\x2b\xe3\x68\xe5\xfe\xaa\x3d\x71\x59\x36\x33\x03\x29\xb8\x50\x26\x11\x2a\x74\x3a\xb4\x34\x8a\x5c\x6c\x28\x4b\x66\xd1\xd4\xcd\x84\x9c\x46\xcf\xf0\x3c\xb9\x98\xff\x3f\x62\x6e\x77\x05\x94\x6a\x66\x63\x19\x87\x8a\xc6\x54\x08\x97\xcc\x34\x8b\x54\x22\xe3\x69\x18\x26\x91\xd3\xd1\x8b\xb0\x7b\x12\x73\xa3\x3c\x71\xe7\x69\x51\xe4\x05\x2c\xfc\x93\xce\x19\x19\xb4\x36\x17\x6e\x95\x45\xb1\x7b\xbf\x0b\xc3\xe5\x3b\x82\x6c\xdd\x97\xae\xf2\x21\xad\xe2\xf9\xc1\xf3\x6e\x42\x62\xbc\xec\xed\xff\x16\x6d\xa2\x26\x12\xdf\x3f\x79\xa0\x2a\x5c\xb5\x2e\x96\x2f\x5f\x75\x5a\x03\x13\xb7\xf0\xc0\xfa\x28\xba\xbf\x93\xd3\x21\x83\x48\xc6\x34\xd1\x96\x4b\xe9\xb4\x33\x72\x16\x72\xae\x2c\x65\x4e\xcd\xc2\xc4\x70\xe9\xd0\xcb\xdf\xbf\xc0\x54\xac\xa7\x8f\xff\x19\x1a\x94\xe0\x9b\x40\x33\xc9\x59\x94\x24\x6a\x86\x1b\xed\x2c\xe6\x9a\xcd\xf0\xe6\x1d\xc6\x62\x9a\xa8\xc4\xbc\x8e\xe0\x31\x5a\x64\xff\x19\x02\x94\xe0\x9b\x40\xd1\x50\xcd\x84\x90\x6a\x1a\x73\xc9\xa5\x0b\x4d\xe2\x54\x18\x25\x94\x46\x8e\x69\x13\x3d\x45\xf0\xf4\x51\xe8\xeb\xf3\x47\xa1\xfa\x9d\xc0\xdf\xfd\xd3\x64\xfb\x97\xf7\x69\x54\xa6\x71\x90\x14\xf9\x2a\xc9\x1f\x96\xc1\x43\x5e\x2c\xe6\x79\xe6\x30\xac\xda\x8b\x78\xfd\x98\x70\xd8\xaf\xff\x90\xff\x7f\x01\x00\x00\xff\xff\x65\xc9\xc8\x45\xd9\x1f\x00\x00") +var _web_uiIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x59\x7b\x73\xdb\xb6\xb2\xff\x3f\x9f\x02\xd5\xbd\x3e\x76\xe6\x84\x2b\xbc\x01\xa6\x96\x67\x14\x59\x6e\xdd\xf1\xeb\x5a\x76\xef\xc9\x74\x3a\x1e\x8a\x84\x2c\xb6\x94\xa8\x43\x52\x72\x9c\x4c\xbe\xfb\x9d\x05\x29\x8a\x7e\x34\xbd\x9d\xd3\x4e\x03\x2d\x81\xc5\xee\x6f\x17\xbb\x8b\x87\x0f\xbf\x3b\xbe\x1c\xdd\x7c\xbc\x1a\x93\x79\xb5\xc8\x8e\xde\x1c\xe2\x0f\xc9\xa2\xe5\xfd\xa0\xe7\x96\x3d\x12\x67\x51\x59\x0e\x7a\x6e\x31\x75\x45\x90\xe5\x51\x92\x2e\xef\x7b\x47\x6f\x08\x39\x9c\xbb\x28\x41\x82\x90\xc3\x85\xab\x22\x12\xcf\xa3\xa2\x74\xd5\xa0\xb7\xae\x66\x81\xed\x75\x87\xe6\x55\xb5\x0a\xdc\xbf\xd7\xe9\x66\xd0\xfb\x57\x70\x3b\x0c\x46\xf9\x62\x15\x55\xe9\x34\x73\x3d\x12\xe7\xcb\xca\x2d\xab\x41\xef\x74\x3c\x70\xc9\xbd\xdb\xce\xac\xd2\x2a\x73\x47\xa3\x7c\x59\xae\x33\x32\x7d\x24\x3f\x46\xe5\x3c\x1d\xe5\xc5\xea\xb0\x5f\x0f\x75\x14\x2c\xa3\x85\x1b\xf4\x12\x57\xc6\x45\xba\xaa\xd2\x7c\xd9\x11\xdb\x7b\xc9\xb8\x49\xdd\xc3\x2a\x2f\xaa\x0e\xd7\x43\x9a\x54\xf3\x41\xe2\x36\x69\xec\x02\xff\xf1\x8e\xa4\xcb\xb4\x4a\xa3\x2c\x28\xe3\x28\x73\x03\xd6\x08\xaa\x9b\xae\xb8\xd8\x63\x0c\xd6\x69\x3f\xce\x97\xb3\xf4\xbe\xef\x96\x9b\xb4\xc8\x97\x0b\xb7\xec\xaa\xd8\x33\x1f\xf6\x38\x5f\xe4\xc9\x3a\x73\x57\x85\x9b\xa5\x9f\xf6\x38\xdf\x13\xc3\x3d\xce\x5b\x09\xd8\xc3\x47\x7b\x9c\x77\x44\xb4\x5c\xab\x22\x4f\xd6\x31\x9a\xd7\xb2\x15\x79\x5e\xdd\x5e\x9f\xb5\x2c\x7b\xfc\x04\x85\x9c\xb4\x0c\x59\x1e\x47\x38\xe3\xe6\x71\xe5\x5a\xae\x68\x5d\xe5\x2d\x47\x95\x17\x69\xda\x0c\x99\x0f\x7b\xe6\xb8\xee\x1e\xe3\x8a\x8f\x2f\x7e\xde\x8d\x70\x7e\x32\x1e\xde\xdc\x5e\x8f\x27\xaf\x70\xff\xeb\x66\x7c\x71\x7c\x77\x75\x7d\x79\x73\x89\xd1\x34\xe9\x4e\x3b\x8e\xaa\x46\xf7\x2c\xca\x4a\xd7\x4e\xba\x1b\x5e\x5d\x9d\x9d\x8e\x86\x37\xa7\x97\x17\x77\x37\xe3\xf3\xab\xb3\xe1\xcd\xf8\xee\x7f\xaf\x87\x57\x57\xe3\xeb\xee\x84\x9a\xfb\x78\x7c\x32\xbc\x3d\xbb\xb9\x1b\x4e\x3e\x5e\x8c\xee\x2e\x3f\x4c\xc6\xd7\x3f\x8f\xaf\x1b\x4d\x55\xb1\xde\xf2\xfd\xf4\x3f\xb7\xe3\xeb\x8f\x77\xa7\x17\x37\xe3\x1f\xae\xbd\xf0\x97\xb2\x5a\x6d\x97\x17\x67\x1f\xef\x7e\x38\x3b\x3d\x3f\x1f\x5f\xdf\x8d\x2e\xcf\xaf\x2e\x2f\xc6\x17\x37\x5d\xa1\x5b\xb4\xc3\xab\xab\xae\x51\xb8\xf4\xdf\x58\xbf\x8d\x2b\xca\x66\xa1\x3c\x07\x07\x0e\x74\x8f\x7f\xa0\x4e\xdb\x38\x9c\xcd\x70\x60\x2b\xb9\x70\x65\xfa\xd9\x4d\x5c\x81\xc1\x77\xec\x66\xd1\x3a\xab\xca\xae\xae\x74\xf9\x9b\xf3\xeb\x7e\x12\xc5\xb8\x5c\x6e\x3b\xaa\x70\x14\xa3\xb9\xd5\x8b\xd1\x56\xe4\x59\xe6\x8a\x4e\xd7\x62\x95\x2f\x9b\x40\x52\xc7\xad\xda\xd1\xe5\xc5\xe4\xf6\xec\xee\xf6\xf4\xee\xf8\x74\x32\xfc\x70\x36\xbe\xbb\x1e\x0f\xcf\x6e\x4e\xcf\xc7\x2f\xfc\xf5\x92\x75\x78\x31\xfa\xf1\xf2\xfa\x6e\x32\x3e\x1b\x8f\x5e\x75\x71\x33\x65\x74\x79\xf5\xf1\xfa\xf4\x87\x1f\x6f\xee\x3e\x8e\x87\xd7\x3b\x77\x50\x4e\x5b\x80\x0d\xeb\x0f\xa7\x37\x77\x93\x1f\x87\x2d\xcf\xd6\x55\xfa\x39\x23\xae\x7a\xab\x72\x8f\x73\x06\x16\xf8\x73\xa6\x0f\xa7\x17\xc3\xeb\x8f\x77\x18\x8c\x2d\x63\x5e\x96\xcf\xd9\x86\xa3\xb3\xc9\xdd\xf8\x02\x6d\x3a\xde\x65\x11\x46\xf6\x87\x3d\x4e\xd3\xd9\x1e\xa7\x30\x1c\x9d\x95\xe3\x65\x34\xcd\x5c\xb2\xc7\x29\xfa\x0f\xff\x47\x96\x27\x43\x9d\xfe\x3d\x4e\x9d\xf7\x44\xc3\xdd\xc4\xfd\x76\x68\xd9\x91\xf3\x0c\xcf\xc5\xe4\x6a\x38\x1a\xff\x29\xa4\x8b\x68\xe1\xca\x55\x14\xbb\x3f\x02\xf6\x92\xe1\x6f\x81\x37\x99\x5c\xfe\x19\xb4\xc9\xe4\xf2\x0f\x30\x75\x46\xfe\x16\x30\x3f\x5e\x9e\x8f\xef\xba\xd5\x0f\xf7\x99\xd2\x93\x27\x7b\xfc\xe4\xe1\xe1\x01\xea\xc4\x84\x34\x7f\x3e\xf7\x7a\x7c\x75\x79\x77\x3a\x99\xdc\x8e\x27\xdf\x10\x71\x9f\x56\xf3\xf5\x14\xe2\x7c\xb1\xc7\x4f\xe6\xb8\x01\xc5\x79\xb1\xda\xe3\x27\xb5\xdc\x3d\x7e\x92\x96\xe5\x1a\xd3\xf1\x64\x89\x49\x78\x12\xcf\xf3\xbc\x74\xcf\x95\x1d\x5f\x8e\xbe\xa5\xe5\x19\xd0\x93\x24\x8f\x5f\xc4\xa9\x17\x71\x36\x1e\x5e\x5f\x7c\x43\x50\xe6\xa2\x62\x09\x2d\xce\x1a\xf7\x2b\x72\x86\x57\xa7\x7f\x01\x4e\xb4\x4a\x9f\x4b\xd9\x65\xf5\xb7\xc5\xbc\x0e\x65\x5a\xe4\x0f\xa5\x2b\xd2\xd9\x63\xb7\xc8\x55\xae\xdc\x56\xbd\x27\x75\xd7\x7d\xc2\xad\x7a\xb8\x5a\x65\x69\xbd\x95\xfd\x90\xe5\xd3\x28\x7b\xba\xa1\xf4\x48\xff\xe8\x0d\x9e\x4a\xbe\x0b\x02\xf2\xb4\x4c\xbc\x27\xbe\x3e\x90\x20\xf0\xc7\x96\xfa\x88\x50\x6f\xe5\x9b\xa8\x20\xa5\xab\x46\x7e\xd7\x26\x03\x32\x5b\x2f\x7d\x99\x3d\x88\x56\x2b\x4c\xa0\x77\xa4\xde\xd0\xdf\x92\x2f\x9e\xbf\x9e\xf1\xdf\x7e\xeb\x1f\x90\x24\x8f\xd7\xb8\x3f\xc3\xbf\xd7\xae\x78\x9c\xb8\xcc\x61\x71\x3e\xd8\xc7\xe1\x5f\xea\x93\xc1\x3e\xf9\x27\x69\x64\x91\x7f\x92\xfd\xd7\xce\x07\xbf\xee\xbf\xfd\xbe\x23\x3c\xa9\xcb\x7f\x0b\xe9\xa7\xc9\xe5\x05\xac\xf0\x64\x75\x90\xb8\x38\x4f\xdc\xed\xf5\xe9\x68\x5b\xd0\x0f\x3c\x14\xb8\x77\xd5\xb0\xaa\x8a\x74\xba\xae\xdc\xc1\x7e\x73\xde\xd8\x7f\xfb\xb6\x15\x7c\xd0\xfc\x92\xd6\x42\x34\xfb\x60\x9a\xe5\xd3\x97\x26\xe2\x7f\x97\x53\xdc\x70\xe0\x77\xf7\x58\x1e\x34\xe3\x30\xcb\x8b\x71\x14\xcf\x0f\x3a\x6c\x3b\x79\x07\xbf\xbb\xc7\xa7\x22\xb6\x06\x6d\xa2\x6c\xed\xc8\xa0\x51\xf3\xcb\xef\xee\xf1\xd7\xef\x9f\xb1\xa5\xb3\x83\x46\xe1\xaa\xc8\xab\xbc\x7a\x5c\x39\xa8\xf2\x49\x55\xa4\xcb\x7b\x88\xa3\x2c\x3b\xf0\x42\xde\x92\xc1\x60\x40\xf6\x7f\xc9\x3d\x6f\x83\xf1\xd7\xfd\x97\x6a\x49\x6b\x9d\x57\xf7\xae\xab\xfb\xed\x73\xe5\x5f\x09\x56\x9f\x57\x64\xb4\xf3\xbf\x0d\xfe\xeb\x9b\x3f\xfa\xea\xa8\xda\x76\xbf\x3d\x78\xb2\xbe\xad\xf3\xb7\x9c\xf5\x7a\x96\xaf\xae\xe7\x3b\xe2\x96\x2f\x02\xc0\x87\x47\xe9\x3d\x95\xce\x1e\x9f\x4a\x6f\x03\xa0\xd6\xde\x06\xfa\x76\x05\xf7\xdb\x53\xcb\xfe\xbb\xa6\x6b\xe7\x85\xe6\x60\xf9\x9e\xec\x7f\xf9\x02\xa3\x1a\xc2\x55\x54\xcd\xbf\x7e\x6d\x99\x09\x79\x65\x0f\x7d\x4f\xbe\x7c\x21\xe9\x8c\x74\x77\x46\xf2\xf5\xeb\x97\x2f\xdd\x0e\xfc\xae\xdd\xfe\xf5\xab\xcf\x60\xfc\x5c\x22\xdf\x0b\xd9\xcf\xf6\xc3\x56\xfc\x8b\xfd\xad\x56\xf2\xa2\xfb\x2f\xa8\xea\xec\x6d\xad\x9a\xdd\x96\x55\xcb\xdf\x7d\xff\xb1\xe0\x37\xdd\x35\xf7\x4b\x70\xd8\xdf\x55\x9d\xc3\x2c\x5d\xfe\x4e\x0a\x97\x0d\x7a\x69\x8c\x17\x15\x0c\xf7\x41\x2f\x5d\x44\xf7\xae\xbf\x5a\xde\xf7\xc8\xbc\x70\xb3\x41\xef\xb9\xdb\xa3\xb2\x74\x55\xd9\x9f\x45\x1b\x9c\x16\x08\xfe\x49\xf0\x40\x4b\x6d\x94\x88\x38\x55\xb1\x8e\x74\x32\x35\xb3\x50\x24\x34\x61\xd3\x48\xd0\x69\x12\x0a\xf0\x02\xf1\x74\x59\x0e\x7a\x7e\x4a\xef\x6f\xc4\xc0\xf4\x27\xa6\x03\x6d\x78\x2c\x98\x30\x52\x4b\x3d\xe5\x72\xca\x85\x9a\x86\x8a\x31\xab\x4c\x9c\x44\x89\x7b\x82\xc1\x4f\xe9\x60\x48\x97\x95\xbb\x2f\xd2\xea\x71\xd0\xeb\xd5\x80\xca\xea\x31\x73\xe5\xdc\xb9\xea\x4f\x50\x6c\xdc\x32\xc9\x8b\x20\x0c\xb9\xd4\x6a\x6a\xa7\x5c\xd0\x99\x0d\x13\x19\x25\xb1\x53\x33\xca\xb4\x92\x22\x96\x09\xc4\x65\xf9\xf7\x28\x6c\xd3\x25\x08\x8d\x8b\x6d\x24\xb9\xb1\x71\x92\xcc\x24\xd7\x7a\x36\x53\x51\x24\xd5\x74\x66\xe5\x4c\x87\xad\xce\x37\xdb\x1b\xe3\x61\x7f\x7b\x5d\x3e\x9c\xe6\xc9\x63\x7b\x93\x3c\x5c\xe6\xdd\x0d\x89\x90\xc3\x24\xdd\x10\x0f\x69\xd0\x5b\x44\xc5\x7d\xba\x7c\x4f\x28\xc1\x0b\xdb\xf7\xbd\xa3\x4e\x71\x39\x9c\xf3\xa3\x9f\xa2\x4d\x34\xf1\xb3\xc9\x35\xde\xae\x0b\x97\x1c\xf6\xe7\xfc\x09\xdb\xea\xe8\x2a\x73\x51\xe9\x88\xf3\x61\x4b\x3a\x73\xd2\x25\x79\xcc\xd7\x05\x79\x70\x53\xd2\x6c\xc9\xa4\xca\xc9\xba\x74\xa4\xb9\x75\xdf\x9e\xc2\x61\x7f\xd5\x42\xeb\x27\xe9\xc6\x9b\xd0\xef\xa2\x3e\x2c\x37\xf7\xa4\xbe\x3e\xf7\x98\xb6\x3d\x32\x77\xe9\xfd\xbc\x1a\xf4\x94\xe8\x91\x4f\x8b\x6c\x59\x0e\x7a\x78\x32\x78\xdf\xef\xe3\x91\xe0\x41\x40\x5e\xdc\xf7\x39\xa5\xb4\x5f\x6e\xee\x7b\x47\x87\xf7\x64\x96\x66\xd9\xa0\xf7\x5f\x21\x0b\x4f\x86\xb6\xe7\x3f\x83\x62\x8d\x2e\x70\x1b\xb7\xcc\x93\xa4\x77\x74\xb8\x8a\xaa\x39\x49\x06\xbd\x73\xae\x81\x1a\x4b\x04\x07\xc6\x23\x05\xca\x6a\x52\xb7\x94\x30\xc2\x90\x36\x26\x50\xa0\xc2\xb0\xa6\x9b\x96\xe2\x78\xb0\xed\xd1\xe7\xc2\x00\xa5\x21\xe1\x21\x08\x6e\x23\x0e\x4a\x13\xdf\xd4\x52\x90\x0c\xb6\x9d\x8a\x35\x6d\x2d\xa3\xe5\x3d\x97\x1a\x42\xa6\x89\x60\xa0\x75\xf8\x42\x06\x50\xc5\x02\xe0\x2c\x0e\x80\x72\x0b\x54\xeb\x9a\x60\x22\xc0\x21\xe0\xec\x5c\x4a\x50\xd6\x12\xae\x80\xea\x1a\x84\x22\x75\xbb\x55\xa5\x0d\x0f\x20\x0c\xb9\x47\x60\x9b\xb6\x1e\x04\x46\x79\xc0\xc1\xca\x7a\x8e\x6c\x5a\x3f\x48\x24\x68\xa3\xc1\x68\x19\x03\x35\x1c\x6d\x04\x6a\x11\xa7\x01\xca\x0d\x61\x11\x07\xa9\x05\xa9\xdb\x5a\x1e\x83\x90\xa3\x28\x6a\xc4\xb9\x12\x10\x0a\x8e\x96\x49\xca\x11\x98\x34\xa4\x6e\xb7\xc0\xc2\x9a\xb5\x76\x50\xd8\xb4\xdb\x41\xaa\x25\xb2\xd4\xd6\x3c\x9d\x4a\x38\x84\xd2\x22\x8f\xf1\xfd\x4d\xb3\x1d\x63\x1c\x8d\x34\x4c\x83\xd6\x12\xff\xf9\x11\x8a\x1e\x03\xce\xed\xb9\x62\x60\x71\x8e\x02\x46\xc5\x2b\xcb\xc6\x28\xca\x0e\xa5\x8a\x81\x0a\x09\x9c\x59\xa0\x52\x80\x14\x21\xda\x0d\x5a\xd9\x57\xad\x61\x02\xa1\x72\x6b\xce\x65\x08\xa1\x92\x44\x52\x60\xec\xa5\x02\x10\x4c\x06\x0c\xa8\x30\x7e\x55\x41\xe0\xa2\x32\x6e\xc1\x70\x16\xe0\x20\xf1\x83\xe7\xd2\x42\x68\x24\x61\x1a\x6c\xf8\x8a\x94\xd0\x04\x02\xa4\x35\x31\x70\x2d\x41\x4a\x0d\xc2\x28\xf4\x17\x08\x66\x08\x03\x69\x9e\x86\x53\xbd\x3c\xdc\x22\x6c\x4a\x6d\xaf\xff\x34\x1f\x14\xd7\x44\x71\xd0\x54\xc4\x01\x93\x20\x42\x41\x68\x80\x79\xa2\x03\xc6\x40\x69\xd3\x7c\x70\x05\x56\xe8\x11\x48\xad\x09\xe3\x20\x43\x8b\x3f\x4c\xe0\x62\x33\x52\x0b\x42\x32\xe2\x0a\x42\xa1\x49\xf3\x53\xaf\x0d\xf3\x93\x89\x02\x41\x4d\x16\x08\x60\xda\x10\x09\x8c\x99\x21\xa7\x10\x6a\x4e\x9a\x1f\x5a\xf3\x1b\x10\x54\x12\x0b\x5c\x8c\x18\x05\x16\x4a\xc2\x18\x18\x26\x88\x02\x43\x98\x05\xcc\x4e\xc3\x24\x6a\x35\x5a\xa0\x37\x99\x24\x06\xac\xe6\x44\x82\xb4\xa8\x8e\x2a\x9c\xa3\x42\x64\x57\x42\x46\xaf\xe9\xc1\xcb\x7f\x88\x0b\xc8\x4d\x86\x98\x2c\x62\xe2\xc2\x5b\x60\x19\x69\x7e\x1a\x0f\xb6\x16\xb0\xcf\x4f\x5c\xa8\x19\x11\x14\x98\xfa\x99\x19\x0c\xce\x98\x06\xb2\xd6\x84\xc9\x15\x18\xb0\x8a\x84\x20\xc3\x86\xe4\x20\x2d\x86\xa5\x02\x2a\x2d\x08\xae\x89\x01\xae\x38\xd8\x50\x65\x01\x28\x8d\xc9\x27\x85\x88\x11\x95\x96\x01\x48\xaa\x03\x09\xda\xda\x00\x74\xc8\x02\x0d\x4a\xd4\x14\x86\x80\x26\xa8\x4c\x53\x4b\x18\x70\xde\x90\x12\xc3\x78\xc3\x28\x48\xc6\x63\x8a\x30\x2c\x8e\x33\xce\xeb\x21\xcc\x6e\x6a\x1a\x9a\x81\x95\x98\xc2\x12\x84\x36\x01\x70\x2b\x49\xab\x22\x03\x55\xfb\xb3\x86\xc3\xa9\x04\x65\x02\x09\x46\x5b\x84\x1b\xb4\xc0\x47\x5a\xf8\x42\x22\x2c\x41\x67\x28\x60\x8c\x93\xad\x5b\x3e\x2f\x84\x06\x4b\x31\x93\x62\xd4\x43\xb5\x0d\x18\x58\xca\x71\xbd\x58\x60\x41\x86\xa2\x26\x35\xe8\x90\x50\xdf\x23\x03\x01\x46\xf2\x86\xc6\xd1\x4d\xa0\x80\x52\xee\xbd\x4b\x35\x86\xb9\xa5\xc2\x8f\x90\x1d\x13\xa9\x45\x90\x5a\x28\x8a\x10\x64\xa7\x60\x83\x12\xc4\xe7\x45\x20\xc1\x5a\xac\xf2\x4c\xab\x98\xa2\x65\xc2\x60\x5a\x52\x8e\x4e\x65\x3a\x10\xa0\xa9\xae\xe9\xb2\xfe\x40\xff\xd9\x86\xf4\xfd\x1b\x85\x55\xd1\xbb\x97\x0b\x44\x43\x29\xf7\x23\x86\xec\xb8\x4c\x59\x4b\xc2\xc9\x64\x27\xd4\xa0\x2d\x82\xdb\xcf\x0b\xae\xc0\x84\x98\x45\x4a\xdb\x79\x0d\xeb\x67\x2e\x7c\xe1\xa5\x88\x48\x99\x00\x24\x96\x0c\x65\x51\x8a\xd2\xa2\xa5\x39\x65\x84\x06\x02\x04\xca\x10\x1c\xbd\xe3\x97\x59\x6b\xbb\x61\x68\xb9\xd9\x0a\x64\x06\x8c\x55\x73\x01\x86\xeb\xcc\x27\x07\x32\xc5\x1c\xa4\x17\xcd\x39\xee\x71\xc2\xd7\x54\x9f\x43\x6c\x4b\x0b\xe0\x52\xf9\xd8\x90\x14\x6b\x87\x60\xb6\xa1\x15\x96\xd1\x0d\x16\x0b\x65\x3e\x2f\x98\x05\xae\x03\x05\xc6\xa8\x98\x12\x01\x96\x23\x4c\xa6\x39\xd1\xc0\x2c\x0f\x0c\x50\xb5\xa5\x39\x50\x2b\x7c\xd4\x86\x1c\x8d\xb3\x36\xd0\x60\x3c\xbf\x08\x33\xd0\xe8\x64\x63\x79\xcc\x40\x63\xe1\xb5\xe8\x37\x4b\x31\x73\x24\x6a\x65\x9e\xf0\xa9\x81\xe9\x8b\xb9\xe4\x85\x34\x24\x83\xd0\x57\x2f\x9f\x0d\xc0\xb1\xc3\x0a\xf4\x39\x55\x81\xaf\x70\x75\xf4\xfa\x05\xf1\x6b\x80\xc9\x2f\x1b\x4a\x03\xe7\xc2\xfb\x34\xb4\xb8\xe0\x86\x0b\x34\x4a\x28\xcc\xd0\x90\x37\xb4\x8f\x3b\xef\x14\xa6\x35\x70\xe9\x61\x29\x9f\x2e\x88\x04\x83\x00\xf7\x8f\x80\xe1\x87\x4f\xa8\x00\x93\x43\x63\x6e\x87\xa8\x49\xdb\x9a\xc4\xaa\x23\xb1\xd2\x22\x72\xef\x88\xba\x34\x30\x30\x14\x37\x69\x5c\x68\x03\x8c\xfb\x0e\xdc\x22\x8d\xdf\xa4\x51\x9f\x94\x21\x96\x79\x8d\x74\x88\x2b\xc3\x42\x5d\x93\x1a\xb7\x84\xcf\x0b\xbf\x30\x58\xcc\xa9\x10\x73\x1f\x05\x18\x13\x56\xc4\x28\x96\x2a\x03\x52\x32\xaf\x00\xed\x54\x5a\xb4\x34\xa7\x58\x1a\x7d\x54\x05\x60\x04\xd6\x5b\x6a\xd1\x5f\x5a\xdb\x6d\x20\xa1\x3c\xbb\x61\x21\x26\xf5\x3c\xa8\xc3\x0a\x4d\x67\x9e\xcd\x60\xa9\x90\x52\xd6\x15\x49\x81\xe2\xa1\xdf\xea\xeb\x04\xe5\x0d\x8d\xa1\x55\x17\x2f\x49\x4d\xe0\x43\xab\xa1\x7d\x68\x35\xaa\x3e\x9f\x63\x49\x16\x06\x54\x28\xea\x68\xb6\x3f\x87\xe8\xea\x33\xec\x0f\x37\xdc\xe2\x88\xaf\xc6\xfd\xfb\xa3\x43\x3c\x11\x76\x5e\x69\x48\x59\xc4\x7f\x76\xfe\x4f\x84\x9d\xd9\xa9\x96\x3c\x9e\x85\x56\x58\x99\xd0\x19\x8d\xac\xd1\xd4\x19\x35\xe5\x2a\x84\xdf\xca\xde\x51\xf7\x02\xf6\xda\x23\x50\xb4\x5a\xb9\x65\xd2\x9c\x8b\x3b\xef\x40\x65\x11\x3f\x7b\xfb\x29\xb7\x3c\xed\xeb\x4f\x5c\xb8\xa8\x72\xe3\xcc\xe1\xd7\xc1\x7e\xcd\xb0\x7b\xd4\x69\x66\x40\x59\xc4\x64\x80\x06\x6d\x07\x5a\x01\x78\x21\x80\x1a\xc1\x68\x9e\x66\xc9\x41\x33\xe5\xc9\xed\x3d\x9d\x1d\x7c\x77\xb0\x7f\xe3\x3e\x55\xc7\xfe\x19\xa8\xd8\xc7\xf3\xfb\x43\xba\x4c\xf2\x87\xb7\x3b\x8c\x5d\x43\x0e\x5e\x5c\xdd\x1b\xcf\xf9\x77\x84\x74\x79\x1f\xa4\xcb\xc4\x7d\x72\x65\x60\x94\x73\x11\xd3\xe8\x2e\xc3\x74\x32\x95\xb3\x84\x69\xee\x1c\xb7\x22\xe1\x91\x53\xf0\x5b\xb9\x33\xe8\x2f\xa9\xe8\xcc\xec\xd8\x51\xc3\x86\xd1\x64\x42\xfe\xf1\x0f\xb2\xfb\x02\x57\xc6\xd1\xca\xfd\x55\x7b\xe2\xb2\x6c\x66\x06\x56\x31\x2b\xc2\xa9\x70\x11\x4b\xe8\x54\xba\xa9\x8c\x0d\xb5\xa1\x94\x3a\x99\x29\x17\xce\x9e\xe1\x79\x72\x31\xff\x7f\xc4\xdc\xee\x0a\x68\x67\x3a\x8c\x28\x95\x5c\x4e\x23\xc7\xc4\xd4\x1a\x2d\x5d\xc2\x59\x68\x18\x95\x54\x88\x17\x61\xf7\x24\xe6\x46\x79\xe2\xce\xd3\xa2\xc8\x0b\x58\xf8\x27\x9d\x33\x32\x68\x6d\x2e\xdc\x2a\x8b\x62\xf7\x7e\x17\x86\xcb\x77\x04\xd9\xba\x2f\x5d\xe5\x43\x5a\xc5\xf3\x83\xe7\xdd\x84\xc4\x78\xd9\xdb\xff\x2d\xda\x44\x4d\x24\xbe\x7f\xf2\x40\x55\xb8\x6a\x5d\x2c\x5f\xbe\xea\xb4\x06\x26\x6e\xe1\x81\xf5\x51\x74\x7f\x27\xa7\x43\x06\xc6\x70\x66\xe3\x84\x71\x6d\x5d\xa4\x93\x99\x51\xc6\x28\xc6\x64\xe4\xa8\xd5\x4a\x6b\xf4\xf2\xf7\x2f\x30\x15\xeb\xe9\xe3\x7f\x86\x06\x25\xf8\x26\x70\x91\x14\x71\x24\x22\x31\x4d\x12\x2d\x22\xc5\x2d\x63\xce\x4a\x2d\x13\xad\x99\x90\xd3\xd7\x11\x3c\x46\x8b\xec\x3f\x43\x80\x12\x7c\x13\x58\x3d\x75\xb1\xe5\x11\x9d\x69\xee\x4c\xa4\x84\x73\x33\xc9\x12\x29\x23\xeb\xa4\xe1\xe6\x29\x82\xa7\x8f\x42\x5f\x9f\x3f\x0a\xd5\xef\x04\xfe\xee\x9f\x26\xdb\xbf\xb6\x4f\xa3\x32\x8d\x83\xa4\xc8\x57\x49\xfe\xb0\x0c\x1e\xf2\x62\x31\xcf\x33\x87\x61\xd5\x5e\xc4\xeb\xc7\x84\xc3\x7e\xfd\xc7\xfb\xff\x0b\x00\x00\xff\xff\x06\xd6\x2e\x7f\xcd\x1f\x00\x00") func web_uiIndexHtmlBytes() ([]byte, error) { return bindataRead( @@ -864,7 +822,7 @@ func web_uiIndexHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/index.html", size: 8153, mode: os.FileMode(420), modTime: time.Unix(1590089614, 0)} + info := bindataFileInfo{name: "web_ui/index.html", size: 8141, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -884,7 +842,7 @@ func web_uiOidcCallback() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/oidc/callback", size: 492, mode: os.FileMode(420), modTime: time.Unix(1590089377, 0)} + info := bindataFileInfo{name: "web_ui/oidc/callback", size: 492, mode: os.FileMode(420), modTime: time.Unix(1596828853, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -904,7 +862,7 @@ func web_uiRobotsTxt() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/robots.txt", size: 52, mode: os.FileMode(420), modTime: time.Unix(1590089377, 0)} + info := bindataFileInfo{name: "web_ui/robots.txt", size: 52, mode: os.FileMode(420), modTime: time.Unix(1596828853, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -924,7 +882,7 @@ func web_uiToriiRedirectHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "web_ui/torii/redirect.html", size: 506, mode: os.FileMode(420), modTime: time.Unix(1590089614, 0)} + info := bindataFileInfo{name: "web_ui/torii/redirect.html", size: 506, mode: os.FileMode(420), modTime: time.Unix(1596829166, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -992,14 +950,13 @@ var _bindata = map[string]func() (*asset, error){ "web_ui/assets/apple-touch-icon-72x72-da5dd17cb4f094262b19223464fc9541.png": web_uiAssetsAppleTouchIcon72x72Da5dd17cb4f094262b19223464fc9541Png, "web_ui/assets/apple-touch-icon-76x76-c5fff53d5f3e96dbd2fe49c5cc472022.png": web_uiAssetsAppleTouchIcon76x76C5fff53d5f3e96dbd2fe49c5cc472022Png, "web_ui/assets/apple-touch-icon-d2b583b1104a1e6810fb3984f8f132ae.png": web_uiAssetsAppleTouchIconD2b583b1104a1e6810fb3984f8f132aePng, - "web_ui/assets/auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js": web_uiAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs, - "web_ui/assets/codemirror/mode/javascript/javascript-a4c0d68244e6e74f9225801e5f9d724e.js": web_uiAssetsCodemirrorModeJavascriptJavascriptA4c0d68244e6e74f9225801e5f9d724eJs, - "web_ui/assets/codemirror/mode/ruby/ruby-61421add5f64c0fc261fe6049c3bd5d7.js": web_uiAssetsCodemirrorModeRubyRuby61421add5f64c0fc261fe6049c3bd5d7Js, - "web_ui/assets/codemirror/mode/yaml/yaml-5095f3345bc2424e97de59ad00ae167a.js": web_uiAssetsCodemirrorModeYamlYaml5095f3345bc2424e97de59ad00ae167aJs, + "web_ui/assets/codemirror/mode/javascript/javascript-77218cd1268ea6df75775114ae086566.js": web_uiAssetsCodemirrorModeJavascriptJavascript77218cd1268ea6df75775114ae086566Js, + "web_ui/assets/codemirror/mode/ruby/ruby-ea43ca3a3bdd63a52811e8464d66134b.js": web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJs, + "web_ui/assets/codemirror/mode/yaml/yaml-86bec82a0f62e7a53eef41d44a8e4727.js": web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js, "web_ui/assets/consul-logo-707625c5eb04f602ade1f89a8868a329.png": web_uiAssetsConsulLogo707625c5eb04f602ade1f89a8868a329Png, - "web_ui/assets/consul-ui-45f8c4c950c033edf61a5d4cb99dae6a.js": web_uiAssetsConsulUi45f8c4c950c033edf61a5d4cb99dae6aJs, - "web_ui/assets/consul-ui-c3af5fff309e24165db7b7c8603be604.css": web_uiAssetsConsulUiC3af5fff309e24165db7b7c8603be604Css, - "web_ui/assets/css.escape-432357d359e6980aaec701dfabef34ba.js": web_uiAssetsCssEscape432357d359e6980aaec701dfabef34baJs, + "web_ui/assets/consul-ui-8f69a00424bae13b8764ed2197104033.js": web_uiAssetsConsulUi8f69a00424bae13b8764ed2197104033Js, + "web_ui/assets/consul-ui-97ec8a4278cddf4266ff5aa45bf84f69.css": web_uiAssetsConsulUi97ec8a4278cddf4266ff5aa45bf84f69Css, + "web_ui/assets/css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js": web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJs, "web_ui/assets/encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js": web_uiAssetsEncodingIndexes75eea16b259716db4fd162ee283d2ae5Js, "web_ui/assets/favicon-128-08e1368e84f412f6ad30279d849b1df9.png": web_uiAssetsFavicon12808e1368e84f412f6ad30279d849b1df9Png, "web_ui/assets/favicon-16x16-672c31374646b24b235b9511857cdade.png": web_uiAssetsFavicon16x16672c31374646b24b235b9511857cdadePng, @@ -1007,17 +964,16 @@ var _bindata = map[string]func() (*asset, error){ "web_ui/assets/favicon-32x32-646753a205c6a6db7f93d0d1ba30bd93.png": web_uiAssetsFavicon32x32646753a205c6a6db7f93d0d1ba30bd93Png, "web_ui/assets/favicon-672c31374646b24b235b9511857cdade.png": web_uiAssetsFavicon672c31374646b24b235b9511857cdadePng, "web_ui/assets/favicon-96x96-6f8f8393df02b51582417746da41b274.png": web_uiAssetsFavicon96x966f8f8393df02b51582417746da41b274Png, - "web_ui/assets/favicon.ico": web_uiAssetsFaviconIco, - "web_ui/assets/loading-cylon-pink.svg": web_uiAssetsLoadingCylonPinkSvg, - "web_ui/assets/mstile-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png": web_uiAssetsMstile144x144Ac561ffa84c7e8ce1fe68d70f1c16d1dPng, - "web_ui/assets/mstile-150x150-6b13ab220a09a9e72328a3b05d5b9eec.png": web_uiAssetsMstile150x1506b13ab220a09a9e72328a3b05d5b9eecPng, - "web_ui/assets/mstile-310x150-ccc673174b188a92f1e78bc25aa6f3f8.png": web_uiAssetsMstile310x150Ccc673174b188a92f1e78bc25aa6f3f8Png, - "web_ui/assets/mstile-310x310-49242d1935854126c10457d1cdb1762b.png": web_uiAssetsMstile310x31049242d1935854126c10457d1cdb1762bPng, - "web_ui/assets/mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png": web_uiAssetsMstile70x7008e1368e84f412f6ad30279d849b1df9Png, - "web_ui/assets/safari-pinned-tab.svg": web_uiAssetsSafariPinnedTabSvg, - "web_ui/assets/vendor-9ea7d400c0cec7682e8871df14073823.css": web_uiAssetsVendor9ea7d400c0cec7682e8871df14073823Css, - "web_ui/assets/vendor-dd451ffada9952277102d90988f3ae5b.js": web_uiAssetsVendorDd451ffada9952277102d90988f3ae5bJs, - "web_ui/ember-fetch/fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.js": web_uiEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js, + "web_ui/assets/favicon.ico": web_uiAssetsFaviconIco, + "web_ui/assets/loading-cylon-pink.svg": web_uiAssetsLoadingCylonPinkSvg, + "web_ui/assets/mstile-144x144-ac561ffa84c7e8ce1fe68d70f1c16d1d.png": web_uiAssetsMstile144x144Ac561ffa84c7e8ce1fe68d70f1c16d1dPng, + "web_ui/assets/mstile-150x150-6b13ab220a09a9e72328a3b05d5b9eec.png": web_uiAssetsMstile150x1506b13ab220a09a9e72328a3b05d5b9eecPng, + "web_ui/assets/mstile-310x150-ccc673174b188a92f1e78bc25aa6f3f8.png": web_uiAssetsMstile310x150Ccc673174b188a92f1e78bc25aa6f3f8Png, + "web_ui/assets/mstile-310x310-49242d1935854126c10457d1cdb1762b.png": web_uiAssetsMstile310x31049242d1935854126c10457d1cdb1762bPng, + "web_ui/assets/mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png": web_uiAssetsMstile70x7008e1368e84f412f6ad30279d849b1df9Png, + "web_ui/assets/safari-pinned-tab.svg": web_uiAssetsSafariPinnedTabSvg, + "web_ui/assets/vendor-992465b8b230f89d4adce5f016543c4d.css": web_uiAssetsVendor992465b8b230f89d4adce5f016543c4dCss, + "web_ui/assets/vendor-d38f8b642cf98384d0f0a8760e75b259.js": web_uiAssetsVendorD38f8b642cf98384d0f0a8760e75b259Js, "web_ui/index.html": web_uiIndexHtml, "web_ui/oidc/callback": web_uiOidcCallback, "web_ui/robots.txt": web_uiRobotsTxt, @@ -1078,24 +1034,23 @@ var _bintree = &bintree{nil, map[string]*bintree{ "apple-touch-icon-72x72-da5dd17cb4f094262b19223464fc9541.png": &bintree{web_uiAssetsAppleTouchIcon72x72Da5dd17cb4f094262b19223464fc9541Png, map[string]*bintree{}}, "apple-touch-icon-76x76-c5fff53d5f3e96dbd2fe49c5cc472022.png": &bintree{web_uiAssetsAppleTouchIcon76x76C5fff53d5f3e96dbd2fe49c5cc472022Png, map[string]*bintree{}}, "apple-touch-icon-d2b583b1104a1e6810fb3984f8f132ae.png": &bintree{web_uiAssetsAppleTouchIconD2b583b1104a1e6810fb3984f8f132aePng, map[string]*bintree{}}, - "auto-import-fastboot-d41d8cd98f00b204e9800998ecf8427e.js": &bintree{web_uiAssetsAutoImportFastbootD41d8cd98f00b204e9800998ecf8427eJs, map[string]*bintree{}}, "codemirror": &bintree{nil, map[string]*bintree{ "mode": &bintree{nil, map[string]*bintree{ "javascript": &bintree{nil, map[string]*bintree{ - "javascript-a4c0d68244e6e74f9225801e5f9d724e.js": &bintree{web_uiAssetsCodemirrorModeJavascriptJavascriptA4c0d68244e6e74f9225801e5f9d724eJs, map[string]*bintree{}}, + "javascript-77218cd1268ea6df75775114ae086566.js": &bintree{web_uiAssetsCodemirrorModeJavascriptJavascript77218cd1268ea6df75775114ae086566Js, map[string]*bintree{}}, }}, "ruby": &bintree{nil, map[string]*bintree{ - "ruby-61421add5f64c0fc261fe6049c3bd5d7.js": &bintree{web_uiAssetsCodemirrorModeRubyRuby61421add5f64c0fc261fe6049c3bd5d7Js, map[string]*bintree{}}, + "ruby-ea43ca3a3bdd63a52811e8464d66134b.js": &bintree{web_uiAssetsCodemirrorModeRubyRubyEa43ca3a3bdd63a52811e8464d66134bJs, map[string]*bintree{}}, }}, "yaml": &bintree{nil, map[string]*bintree{ - "yaml-5095f3345bc2424e97de59ad00ae167a.js": &bintree{web_uiAssetsCodemirrorModeYamlYaml5095f3345bc2424e97de59ad00ae167aJs, map[string]*bintree{}}, + "yaml-86bec82a0f62e7a53eef41d44a8e4727.js": &bintree{web_uiAssetsCodemirrorModeYamlYaml86bec82a0f62e7a53eef41d44a8e4727Js, map[string]*bintree{}}, }}, }}, }}, "consul-logo-707625c5eb04f602ade1f89a8868a329.png": &bintree{web_uiAssetsConsulLogo707625c5eb04f602ade1f89a8868a329Png, map[string]*bintree{}}, - "consul-ui-45f8c4c950c033edf61a5d4cb99dae6a.js": &bintree{web_uiAssetsConsulUi45f8c4c950c033edf61a5d4cb99dae6aJs, map[string]*bintree{}}, - "consul-ui-c3af5fff309e24165db7b7c8603be604.css": &bintree{web_uiAssetsConsulUiC3af5fff309e24165db7b7c8603be604Css, map[string]*bintree{}}, - "css.escape-432357d359e6980aaec701dfabef34ba.js": &bintree{web_uiAssetsCssEscape432357d359e6980aaec701dfabef34baJs, map[string]*bintree{}}, + "consul-ui-8f69a00424bae13b8764ed2197104033.js": &bintree{web_uiAssetsConsulUi8f69a00424bae13b8764ed2197104033Js, map[string]*bintree{}}, + "consul-ui-97ec8a4278cddf4266ff5aa45bf84f69.css": &bintree{web_uiAssetsConsulUi97ec8a4278cddf4266ff5aa45bf84f69Css, map[string]*bintree{}}, + "css.escape-851839b3ea1d0b4eb4c7089446df5e9f.js": &bintree{web_uiAssetsCssEscape851839b3ea1d0b4eb4c7089446df5e9fJs, map[string]*bintree{}}, "encoding-indexes-75eea16b259716db4fd162ee283d2ae5.js": &bintree{web_uiAssetsEncodingIndexes75eea16b259716db4fd162ee283d2ae5Js, map[string]*bintree{}}, "favicon-128-08e1368e84f412f6ad30279d849b1df9.png": &bintree{web_uiAssetsFavicon12808e1368e84f412f6ad30279d849b1df9Png, map[string]*bintree{}}, "favicon-16x16-672c31374646b24b235b9511857cdade.png": &bintree{web_uiAssetsFavicon16x16672c31374646b24b235b9511857cdadePng, map[string]*bintree{}}, @@ -1111,11 +1066,8 @@ var _bintree = &bintree{nil, map[string]*bintree{ "mstile-310x310-49242d1935854126c10457d1cdb1762b.png": &bintree{web_uiAssetsMstile310x31049242d1935854126c10457d1cdb1762bPng, map[string]*bintree{}}, "mstile-70x70-08e1368e84f412f6ad30279d849b1df9.png": &bintree{web_uiAssetsMstile70x7008e1368e84f412f6ad30279d849b1df9Png, map[string]*bintree{}}, "safari-pinned-tab.svg": &bintree{web_uiAssetsSafariPinnedTabSvg, map[string]*bintree{}}, - "vendor-9ea7d400c0cec7682e8871df14073823.css": &bintree{web_uiAssetsVendor9ea7d400c0cec7682e8871df14073823Css, map[string]*bintree{}}, - "vendor-dd451ffada9952277102d90988f3ae5b.js": &bintree{web_uiAssetsVendorDd451ffada9952277102d90988f3ae5bJs, map[string]*bintree{}}, - }}, - "ember-fetch": &bintree{nil, map[string]*bintree{ - "fetch-fastboot-81a7992e6a6bd07e7f64282a4ab9c6e9.js": &bintree{web_uiEmberFetchFetchFastboot81a7992e6a6bd07e7f64282a4ab9c6e9Js, map[string]*bintree{}}, + "vendor-992465b8b230f89d4adce5f016543c4d.css": &bintree{web_uiAssetsVendor992465b8b230f89d4adce5f016543c4dCss, map[string]*bintree{}}, + "vendor-d38f8b642cf98384d0f0a8760e75b259.js": &bintree{web_uiAssetsVendorD38f8b642cf98384d0f0a8760e75b259Js, map[string]*bintree{}}, }}, "index.html": &bintree{web_uiIndexHtml, map[string]*bintree{}}, "oidc": &bintree{nil, map[string]*bintree{ diff --git a/agent/cache-types/service_checks.go b/agent/cache-types/service_checks.go index 9bc5919f43..9c0b7f2532 100644 --- a/agent/cache-types/service_checks.go +++ b/agent/cache-types/service_checks.go @@ -60,7 +60,7 @@ func (c *ServiceHTTPChecks) Fetch(opts cache.FetchOptions, req cache.Request) (c sid := structs.NewServiceID(reqReal.ServiceID, &reqReal.EnterpriseMeta) svcState := c.Agent.LocalState().ServiceState(sid) if svcState == nil { - return "", result, fmt.Errorf("Internal cache failure: service '%s' not in agent state", reqReal.ServiceID) + return "", nil, fmt.Errorf("Internal cache failure: service '%s' not in agent state", reqReal.ServiceID) } // WatchCh will receive updates on service (de)registrations and check (de)registrations @@ -70,7 +70,7 @@ func (c *ServiceHTTPChecks) Fetch(opts cache.FetchOptions, req cache.Request) (c hash, err := hashChecks(reply) if err != nil { - return "", result, fmt.Errorf("Internal cache failure: %v", err) + return "", nil, fmt.Errorf("Internal cache failure: %v", err) } return hash, reply, nil diff --git a/agent/cache/cache.go b/agent/cache/cache.go index 44aeb3a046..b92feb5a50 100644 --- a/agent/cache/cache.go +++ b/agent/cache/cache.go @@ -144,16 +144,26 @@ type Options struct { EntryFetchRate rate.Limit } -// New creates a new cache with the given RPC client and reasonable defaults. -// Further settings can be tweaked on the returned value. -func New(options Options) *Cache { +// Equal return true if both options are equivalent +func (o Options) Equal(other Options) bool { + return o.EntryFetchMaxBurst == other.EntryFetchMaxBurst && o.EntryFetchRate == other.EntryFetchRate +} + +// applyDefaultValuesOnOptions set default values on options and returned updated value +func applyDefaultValuesOnOptions(options Options) Options { if options.EntryFetchRate == 0.0 { options.EntryFetchRate = DefaultEntryFetchRate } if options.EntryFetchMaxBurst == 0 { options.EntryFetchMaxBurst = DefaultEntryFetchMaxBurst } + return options +} +// New creates a new cache with the given RPC client and reasonable defaults. +// Further settings can be tweaked on the returned value. +func New(options Options) *Cache { + options = applyDefaultValuesOnOptions(options) // Initialize the heap. The buffer of 1 is really important because // its possible for the expiry loop to trigger the heap to update // itself and it'd block forever otherwise. @@ -234,6 +244,28 @@ func (c *Cache) RegisterType(n string, typ Type) { c.types[n] = typeEntry{Name: n, Type: typ, Opts: &opts} } +// ReloadOptions updates the cache with the new options +// return true if Cache is updated, false if already up to date +func (c *Cache) ReloadOptions(options Options) bool { + options = applyDefaultValuesOnOptions(options) + modified := !options.Equal(c.options) + if modified { + c.entriesLock.RLock() + defer c.entriesLock.RUnlock() + for _, entry := range c.entries { + if c.options.EntryFetchRate != options.EntryFetchRate { + entry.FetchRateLimiter.SetLimit(options.EntryFetchRate) + } + if c.options.EntryFetchMaxBurst != options.EntryFetchMaxBurst { + entry.FetchRateLimiter.SetBurst(options.EntryFetchMaxBurst) + } + } + c.options.EntryFetchRate = options.EntryFetchRate + c.options.EntryFetchMaxBurst = options.EntryFetchMaxBurst + } + return modified +} + // Get loads the data for the given type and request. If data satisfying the // minimum index is present in the cache, it is returned immediately. Otherwise, // this will block until the data is available or the request timeout is diff --git a/agent/cache/cache_test.go b/agent/cache/cache_test.go index 54794f4c3d..c2442ea7c1 100644 --- a/agent/cache/cache_test.go +++ b/agent/cache/cache_test.go @@ -14,6 +14,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "github.com/stretchr/testify/require" + "golang.org/x/time/rate" ) // Test a basic Get with no indexes (and therefore no blocking queries). @@ -1220,6 +1221,64 @@ func TestCacheGet_nonBlockingType(t *testing.T) { typ.AssertExpectations(t) } +// Test a get with an index set will wait until an index that is higher +// is set in the cache. +func TestCacheReload(t *testing.T) { + t.Parallel() + + typ1 := TestType(t) + defer typ1.AssertExpectations(t) + + c := New(Options{EntryFetchRate: rate.Limit(1), EntryFetchMaxBurst: 1}) + c.RegisterType("t1", typ1) + typ1.Mock.On("Fetch", mock.Anything, mock.Anything).Return(FetchResult{Value: 42, Index: 42}, nil).Maybe() + + require.False(t, c.ReloadOptions(Options{EntryFetchRate: rate.Limit(1), EntryFetchMaxBurst: 1}), "Value should not be reloaded") + + _, meta, err := c.Get(context.Background(), "t1", TestRequest(t, RequestInfo{Key: "hello1", MinIndex: uint64(1)})) + require.NoError(t, err) + require.Equal(t, meta.Index, uint64(42)) + + testEntry := func(t *testing.T, doTest func(t *testing.T, entry cacheEntry)) { + c.entriesLock.Lock() + tEntry, ok := c.types["t1"] + require.True(t, ok) + keyName := makeEntryKey("t1", "", "", "hello1") + ok, entryValid, entry := c.getEntryLocked(tEntry, keyName, RequestInfo{}) + require.True(t, ok) + require.True(t, entryValid) + doTest(t, entry) + c.entriesLock.Unlock() + + } + testEntry(t, func(t *testing.T, entry cacheEntry) { + require.Equal(t, entry.FetchRateLimiter.Limit(), rate.Limit(1)) + require.Equal(t, entry.FetchRateLimiter.Burst(), 1) + }) + + // Modify only rateLimit + require.True(t, c.ReloadOptions(Options{EntryFetchRate: rate.Limit(100), EntryFetchMaxBurst: 1})) + testEntry(t, func(t *testing.T, entry cacheEntry) { + require.Equal(t, entry.FetchRateLimiter.Limit(), rate.Limit(100)) + require.Equal(t, entry.FetchRateLimiter.Burst(), 1) + }) + + // Modify only Burst + require.True(t, c.ReloadOptions(Options{EntryFetchRate: rate.Limit(100), EntryFetchMaxBurst: 5})) + testEntry(t, func(t *testing.T, entry cacheEntry) { + require.Equal(t, entry.FetchRateLimiter.Limit(), rate.Limit(100)) + require.Equal(t, entry.FetchRateLimiter.Burst(), 5) + }) + + // Modify only Burst and Limit at the same time + require.True(t, c.ReloadOptions(Options{EntryFetchRate: rate.Limit(1000), EntryFetchMaxBurst: 42})) + + testEntry(t, func(t *testing.T, entry cacheEntry) { + require.Equal(t, entry.FetchRateLimiter.Limit(), rate.Limit(1000)) + require.Equal(t, entry.FetchRateLimiter.Burst(), 42) + }) +} + // TestCacheThrottle checks the assumptions for the cache throttling. It sets // up a cache with Options{EntryFetchRate: 10.0, EntryFetchMaxBurst: 1}, which // allows for 10req/s, or one request every 100ms. diff --git a/agent/cache/testing.go b/agent/cache/testing.go index c96612d949..90a0d7bef5 100644 --- a/agent/cache/testing.go +++ b/agent/cache/testing.go @@ -60,7 +60,7 @@ func TestCacheNotifyChResult(t testing.T, ch <-chan UpdateEvent, expected ...Upd } got := make([]UpdateEvent, 0, expectLen) - timeoutCh := time.After(50 * time.Millisecond) + timeoutCh := time.After(75 * time.Millisecond) OUT: for { @@ -74,7 +74,7 @@ OUT: } case <-timeoutCh: - t.Fatalf("got %d results on chan in 50ms, want %d", len(got), expectLen) + t.Fatalf("timeout while waiting for result: got %d results on chan, want %d", len(got), expectLen) } } diff --git a/agent/cache/watch_test.go b/agent/cache/watch_test.go index 771a783593..a0bc7be753 100644 --- a/agent/cache/watch_test.go +++ b/agent/cache/watch_test.go @@ -258,7 +258,7 @@ func TestCacheNotifyPolling(t *testing.T) { } require.Equal(events[0].Result, 42) - require.Equal(events[0].Meta.Hit, false) + require.Equal(events[0].Meta.Hit && events[1].Meta.Hit, false) require.Equal(events[0].Meta.Index, uint64(1)) require.True(events[0].Meta.Age < 50*time.Millisecond) require.NoError(events[0].Err) diff --git a/agent/cert-monitor/cert_monitor.go b/agent/cert-monitor/cert_monitor.go deleted file mode 100644 index c23f08a256..0000000000 --- a/agent/cert-monitor/cert_monitor.go +++ /dev/null @@ -1,472 +0,0 @@ -package certmon - -import ( - "context" - "fmt" - "io/ioutil" - "sync" - "time" - - "github.com/hashicorp/consul/agent/cache" - cachetype "github.com/hashicorp/consul/agent/cache-types" - "github.com/hashicorp/consul/agent/connect" - "github.com/hashicorp/consul/agent/structs" - "github.com/hashicorp/consul/agent/token" - "github.com/hashicorp/consul/tlsutil" - "github.com/hashicorp/go-hclog" -) - -const ( - // ID of the roots watch - rootsWatchID = "roots" - - // ID of the leaf watch - leafWatchID = "leaf" -) - -// Cache is an interface to represent the methods of the -// agent/cache.Cache struct that we care about -type Cache interface { - Notify(ctx context.Context, t string, r cache.Request, correlationID string, ch chan<- cache.UpdateEvent) error - Prepopulate(t string, result cache.FetchResult, dc string, token string, key string) error -} - -// CertMonitor will setup the proper watches to ensure that -// the Agent's Connect TLS certificate remains up to date -type CertMonitor struct { - logger hclog.Logger - cache Cache - tlsConfigurator *tlsutil.Configurator - tokens *token.Store - leafReq cachetype.ConnectCALeafRequest - rootsReq structs.DCSpecificRequest - fallback FallbackFunc - fallbackLeeway time.Duration - fallbackRetry time.Duration - - l sync.Mutex - running bool - // cancel is used to cancel the entire CertMonitor - // go routine. This is the main field protected - // by the mutex as it being non-nil indicates that - // the go routine has been started and is stoppable. - // note that it doesn't indcate that the go routine - // is currently running. - cancel context.CancelFunc - - // cancelWatches is used to cancel the existing - // cache watches. This is mainly only necessary - // when the Agent token changes - cancelWatches context.CancelFunc - - // cacheUpdates is the chan used to have the cache - // send us back events - cacheUpdates chan cache.UpdateEvent - // tokenUpdates is the struct used to receive - // events from the token store when the Agent - // token is updated. - tokenUpdates token.Notifier -} - -// New creates a new CertMonitor for automatically rotating -// an Agent's Connect Certificate -func New(config *Config) (*CertMonitor, error) { - logger := config.Logger - if logger == nil { - logger = hclog.New(&hclog.LoggerOptions{ - Level: 0, - Output: ioutil.Discard, - }) - } - - if config.FallbackLeeway == 0 { - config.FallbackLeeway = 10 * time.Second - } - if config.FallbackRetry == 0 { - config.FallbackRetry = time.Minute - } - - if config.Cache == nil { - return nil, fmt.Errorf("CertMonitor creation requires a Cache") - } - - if config.TLSConfigurator == nil { - return nil, fmt.Errorf("CertMonitor creation requires a TLS Configurator") - } - - if config.Fallback == nil { - return nil, fmt.Errorf("CertMonitor creation requires specifying a FallbackFunc") - } - - if config.Datacenter == "" { - return nil, fmt.Errorf("CertMonitor creation requires specifying the datacenter") - } - - if config.NodeName == "" { - return nil, fmt.Errorf("CertMonitor creation requires specifying the agent's node name") - } - - if config.Tokens == nil { - return nil, fmt.Errorf("CertMonitor creation requires specifying a token store") - } - - return &CertMonitor{ - logger: logger, - cache: config.Cache, - tokens: config.Tokens, - tlsConfigurator: config.TLSConfigurator, - fallback: config.Fallback, - fallbackLeeway: config.FallbackLeeway, - fallbackRetry: config.FallbackRetry, - rootsReq: structs.DCSpecificRequest{Datacenter: config.Datacenter}, - leafReq: cachetype.ConnectCALeafRequest{ - Datacenter: config.Datacenter, - Agent: config.NodeName, - DNSSAN: config.DNSSANs, - IPSAN: config.IPSANs, - }, - }, nil -} - -// Update is responsible for priming the cache with the certificates -// as well as injecting them into the TLS configurator -func (m *CertMonitor) Update(certs *structs.SignedResponse) error { - if certs == nil { - return nil - } - - if err := m.populateCache(certs); err != nil { - return fmt.Errorf("error populating cache with certificates: %w", err) - } - - connectCAPems := []string{} - for _, ca := range certs.ConnectCARoots.Roots { - connectCAPems = append(connectCAPems, ca.RootCert) - } - - // Note that its expected that the private key be within the IssuedCert in the - // SignedResponse. This isn't how a server would send back the response and requires - // that the recipient of the response who also has access to the private key will - // have filled it in. The Cache definitely does this but auto-encrypt/auto-config - // will need to ensure the original response is setup this way too. - err := m.tlsConfigurator.UpdateAutoTLS( - certs.ManualCARoots, - connectCAPems, - certs.IssuedCert.CertPEM, - certs.IssuedCert.PrivateKeyPEM, - certs.VerifyServerHostname) - - if err != nil { - return fmt.Errorf("error updating TLS configurator with certificates: %w", err) - } - - return nil -} - -// populateCache is responsible for inserting the certificates into the cache -func (m *CertMonitor) populateCache(resp *structs.SignedResponse) error { - cert, err := connect.ParseCert(resp.IssuedCert.CertPEM) - if err != nil { - return fmt.Errorf("Failed to parse certificate: %w", err) - } - - // prepolutate roots cache - rootRes := cache.FetchResult{Value: &resp.ConnectCARoots, Index: resp.ConnectCARoots.QueryMeta.Index} - // getting the roots doesn't require a token so in order to potentially share the cache with another - if err := m.cache.Prepopulate(cachetype.ConnectCARootName, rootRes, m.rootsReq.Datacenter, "", m.rootsReq.CacheInfo().Key); err != nil { - return err - } - - // copy the template and update the token - leafReq := m.leafReq - leafReq.Token = m.tokens.AgentToken() - - // prepolutate leaf cache - certRes := cache.FetchResult{ - Value: &resp.IssuedCert, - Index: resp.ConnectCARoots.QueryMeta.Index, - State: cachetype.ConnectCALeafSuccess(connect.EncodeSigningKeyID(cert.AuthorityKeyId)), - } - if err := m.cache.Prepopulate(cachetype.ConnectCALeafName, certRes, leafReq.Datacenter, leafReq.Token, leafReq.Key()); err != nil { - return err - } - return nil -} - -// Start spawns the go routine to monitor the certificate and ensure it is -// rotated/renewed as necessary. The chan will indicate once the started -// go routine has exited -func (m *CertMonitor) Start(ctx context.Context) (<-chan struct{}, error) { - m.l.Lock() - defer m.l.Unlock() - - if m.running || m.cancel != nil { - return nil, fmt.Errorf("the CertMonitor is already running") - } - - // create the top level context to control the go - // routine executing the `run` method - ctx, cancel := context.WithCancel(ctx) - - // create the channel to get cache update events through - // really we should only ever get 10 updates - m.cacheUpdates = make(chan cache.UpdateEvent, 10) - - // setup the cache watches - cancelWatches, err := m.setupCacheWatches(ctx) - if err != nil { - cancel() - return nil, fmt.Errorf("error setting up cache watches: %w", err) - } - - // start the token update notifier - m.tokenUpdates = m.tokens.Notify(token.TokenKindAgent) - - // store the cancel funcs - m.cancel = cancel - m.cancelWatches = cancelWatches - - m.running = true - exit := make(chan struct{}) - go m.run(ctx, exit) - - m.logger.Info("certificate monitor started") - return exit, nil -} - -// Stop manually stops the go routine spawned by Start and -// returns whether the go routine was still running before -// cancelling. -// -// Note that cancelling the context passed into Start will -// also cause the go routine to stop -func (m *CertMonitor) Stop() bool { - m.l.Lock() - defer m.l.Unlock() - - if !m.running { - return false - } - - if m.cancel != nil { - m.cancel() - } - - return true -} - -// IsRunning returns whether the go routine to perform certificate monitoring -// is already running. -func (m *CertMonitor) IsRunning() bool { - m.l.Lock() - defer m.l.Unlock() - return m.running -} - -// setupCacheWatches will start both the roots and leaf cert watch with a new child -// context and an up to date ACL token. The watches are started with a new child context -// whose CancelFunc is also returned. -func (m *CertMonitor) setupCacheWatches(ctx context.Context) (context.CancelFunc, error) { - notificationCtx, cancel := context.WithCancel(ctx) - - // copy the request - rootsReq := m.rootsReq - - err := m.cache.Notify(notificationCtx, cachetype.ConnectCARootName, &rootsReq, rootsWatchID, m.cacheUpdates) - if err != nil { - cancel() - return nil, err - } - - // copy the request - leafReq := m.leafReq - leafReq.Token = m.tokens.AgentToken() - - err = m.cache.Notify(notificationCtx, cachetype.ConnectCALeafName, &leafReq, leafWatchID, m.cacheUpdates) - if err != nil { - cancel() - return nil, err - } - - return cancel, nil -} - -// handleCacheEvent is used to handle event notifications from the cache for the roots -// or leaf cert watches. -func (m *CertMonitor) handleCacheEvent(u cache.UpdateEvent) error { - switch u.CorrelationID { - case rootsWatchID: - m.logger.Debug("roots watch fired - updating CA certificates") - if u.Err != nil { - return fmt.Errorf("root watch returned an error: %w", u.Err) - } - - roots, ok := u.Result.(*structs.IndexedCARoots) - if !ok { - return fmt.Errorf("invalid type for roots watch response: %T", u.Result) - } - - var pems []string - for _, root := range roots.Roots { - pems = append(pems, root.RootCert) - } - - if err := m.tlsConfigurator.UpdateAutoTLSCA(pems); err != nil { - return fmt.Errorf("failed to update Connect CA certificates: %w", err) - } - case leafWatchID: - m.logger.Debug("leaf certificate watch fired - updating TLS certificate") - if u.Err != nil { - return fmt.Errorf("leaf watch returned an error: %w", u.Err) - } - - leaf, ok := u.Result.(*structs.IssuedCert) - if !ok { - return fmt.Errorf("invalid type for agent leaf cert watch response: %T", u.Result) - } - if err := m.tlsConfigurator.UpdateAutoTLSCert(leaf.CertPEM, leaf.PrivateKeyPEM); err != nil { - return fmt.Errorf("failed to update the agent leaf cert: %w", err) - } - } - - return nil -} - -// handleTokenUpdate is used when a notification about the agent token being updated -// is received and various watches need cancelling/restarting to use the new token. -func (m *CertMonitor) handleTokenUpdate(ctx context.Context) error { - m.logger.Debug("Agent token updated - resetting watches") - - // TODO (autoencrypt) Prepopulate the cache with the new token with - // the existing cache entry with the old token. The certificate doesn't - // need to change just because the token has. However there isn't a - // good way to make that happen and this behavior is benign enough - // that I am going to push off implementing it. - - // the agent token has been updated so we must update our leaf cert watch. - // this cancels the current watches before setting up new ones - m.cancelWatches() - - // recreate the chan for cache updates. This is a precautionary measure to ensure - // that we don't accidentally get notified for the new watches being setup before - // a blocking query in the cache returns and sends data to the old chan. In theory - // the code in agent/cache/watch.go should prevent this where we specifically check - // for context cancellation prior to sending the event. However we could cancel - // it after that check and finish setting up the new watches before getting the old - // events. Both the go routine scheduler and the OS thread scheduler would have to - // be acting up for this to happen. Regardless the way to ensure we don't get events - // for the old watches is to simply replace the chan we are expecting them from. - close(m.cacheUpdates) - m.cacheUpdates = make(chan cache.UpdateEvent, 10) - - // restart watches - this will be done with the correct token - cancelWatches, err := m.setupCacheWatches(ctx) - if err != nil { - return fmt.Errorf("failed to restart watches after agent token update: %w", err) - } - m.cancelWatches = cancelWatches - return nil -} - -// handleFallback is used when the current TLS certificate has expired and the normal -// updating mechanisms have failed to renew it quickly enough. This function will -// use the configured fallback mechanism to retrieve a new cert and start monitoring -// that one. -func (m *CertMonitor) handleFallback(ctx context.Context) error { - m.logger.Warn("agent's client certificate has expired") - // Background because the context is mainly useful when the agent is first starting up. - reply, err := m.fallback(ctx) - if err != nil { - return fmt.Errorf("error when getting new agent certificate: %w", err) - } - - return m.Update(reply) -} - -// run is the private method to be spawn by the Start method for -// executing the main monitoring loop. -func (m *CertMonitor) run(ctx context.Context, exit chan struct{}) { - // The fallbackTimer is used to notify AFTER the agents - // leaf certificate has expired and where we need - // to fall back to the less secure RPC endpoint just like - // if the agent was starting up new. - // - // Check 10sec (fallback leeway duration) after cert - // expires. The agent cache should be handling the expiration - // and renew it before then. - // - // If there is no cert, AutoEncryptCertNotAfter returns - // a value in the past which immediately triggers the - // renew, but this case shouldn't happen because at - // this point, auto_encrypt was just being setup - // successfully. - calcFallbackInterval := func() time.Duration { - certExpiry := m.tlsConfigurator.AutoEncryptCertNotAfter() - return certExpiry.Add(m.fallbackLeeway).Sub(time.Now()) - } - fallbackTimer := time.NewTimer(calcFallbackInterval()) - - // cleanup for once we are stopped - defer func() { - // cancel the go routines performing the cache watches - m.cancelWatches() - // ensure we don't leak the timers go routine - fallbackTimer.Stop() - // stop receiving notifications for token updates - m.tokens.StopNotify(m.tokenUpdates) - - m.logger.Debug("certificate monitor has been stopped") - - m.l.Lock() - m.cancel = nil - m.running = false - m.l.Unlock() - - // this should be the final cleanup task as its what notifies - // the rest of the world that this go routine has exited. - close(exit) - }() - - for { - select { - case <-ctx.Done(): - m.logger.Debug("stopping the certificate monitor") - return - case <-m.tokenUpdates.Ch: - m.logger.Debug("handling a token update event") - - if err := m.handleTokenUpdate(ctx); err != nil { - m.logger.Error("error in handling token update event", "error", err) - } - case u := <-m.cacheUpdates: - m.logger.Debug("handling a cache update event", "correlation_id", u.CorrelationID) - - if err := m.handleCacheEvent(u); err != nil { - m.logger.Error("error in handling cache update event", "error", err) - } - - // reset the fallback timer as the certificate may have been updated - fallbackTimer.Stop() - fallbackTimer = time.NewTimer(calcFallbackInterval()) - case <-fallbackTimer.C: - // This is a safety net in case the auto_encrypt cert doesn't get renewed - // in time. The agent would be stuck in that case because the watches - // never use the AutoEncrypt.Sign endpoint. - - // check auto encrypt client cert expiration - if m.tlsConfigurator.AutoEncryptCertExpired() { - if err := m.handleFallback(ctx); err != nil { - m.logger.Error("error when handling a certificate expiry event", "error", err) - fallbackTimer = time.NewTimer(m.fallbackRetry) - } else { - fallbackTimer = time.NewTimer(calcFallbackInterval()) - } - } else { - // this shouldn't be possible. We calculate the timer duration to be the certificate - // expiration time + some leeway (10s default). So whenever we get here the certificate - // should be expired. Regardless its probably worth resetting the timer. - fallbackTimer = time.NewTimer(calcFallbackInterval()) - } - } - } -} diff --git a/agent/cert-monitor/cert_monitor_test.go b/agent/cert-monitor/cert_monitor_test.go deleted file mode 100644 index 500de549ab..0000000000 --- a/agent/cert-monitor/cert_monitor_test.go +++ /dev/null @@ -1,693 +0,0 @@ -package certmon - -import ( - "context" - "crypto/tls" - "fmt" - "net" - "sync" - "testing" - "time" - - "github.com/hashicorp/consul/agent/cache" - cachetype "github.com/hashicorp/consul/agent/cache-types" - "github.com/hashicorp/consul/agent/connect" - "github.com/hashicorp/consul/agent/structs" - "github.com/hashicorp/consul/agent/token" - "github.com/hashicorp/consul/sdk/testutil" - "github.com/hashicorp/consul/sdk/testutil/retry" - "github.com/hashicorp/consul/tlsutil" - "github.com/hashicorp/go-uuid" - - "github.com/stretchr/testify/mock" - "github.com/stretchr/testify/require" -) - -type mockFallback struct { - mock.Mock -} - -func (m *mockFallback) fallback(ctx context.Context) (*structs.SignedResponse, error) { - ret := m.Called() - resp, _ := ret.Get(0).(*structs.SignedResponse) - return resp, ret.Error(1) -} - -type mockWatcher struct { - ch chan<- cache.UpdateEvent - done <-chan struct{} -} - -type mockCache struct { - mock.Mock - - lock sync.Mutex - watchers map[string][]mockWatcher -} - -func (m *mockCache) Notify(ctx context.Context, t string, r cache.Request, correlationID string, ch chan<- cache.UpdateEvent) error { - m.lock.Lock() - key := r.CacheInfo().Key - m.watchers[key] = append(m.watchers[key], mockWatcher{ch: ch, done: ctx.Done()}) - m.lock.Unlock() - ret := m.Called(t, r, correlationID) - return ret.Error(0) -} - -func (m *mockCache) Prepopulate(t string, result cache.FetchResult, dc string, token string, key string) error { - ret := m.Called(t, result, dc, token, key) - return ret.Error(0) -} - -func (m *mockCache) sendNotification(ctx context.Context, key string, u cache.UpdateEvent) bool { - m.lock.Lock() - defer m.lock.Unlock() - - watchers, ok := m.watchers[key] - if !ok || len(m.watchers) < 1 { - return false - } - - var newWatchers []mockWatcher - - for _, watcher := range watchers { - select { - case watcher.ch <- u: - newWatchers = append(newWatchers, watcher) - case <-watcher.done: - // do nothing, this watcher will be removed from the list - case <-ctx.Done(): - // return doesn't matter here really, the test is being cancelled - return true - } - } - - // this removes any already cancelled watches from being sent to - m.watchers[key] = newWatchers - - return true -} - -func newMockCache(t *testing.T) *mockCache { - mcache := mockCache{watchers: make(map[string][]mockWatcher)} - mcache.Test(t) - return &mcache -} - -func waitForChan(timer *time.Timer, ch <-chan struct{}) bool { - select { - case <-timer.C: - return false - case <-ch: - return true - } -} - -func waitForChans(timeout time.Duration, chans ...<-chan struct{}) bool { - timer := time.NewTimer(timeout) - defer timer.Stop() - - for _, ch := range chans { - if !waitForChan(timer, ch) { - return false - } - } - return true -} - -func testTLSConfigurator(t *testing.T) *tlsutil.Configurator { - t.Helper() - logger := testutil.Logger(t) - cfg, err := tlsutil.NewConfigurator(tlsutil.Config{AutoTLS: true}, logger) - require.NoError(t, err) - return cfg -} - -func newLeaf(t *testing.T, ca *structs.CARoot, idx uint64, expiration time.Duration) *structs.IssuedCert { - t.Helper() - - pub, priv, err := connect.TestAgentLeaf(t, "node", "foo", ca, expiration) - require.NoError(t, err) - cert, err := connect.ParseCert(pub) - require.NoError(t, err) - - spiffeID, err := connect.ParseCertURI(cert.URIs[0]) - require.NoError(t, err) - - agentID, ok := spiffeID.(*connect.SpiffeIDAgent) - require.True(t, ok, "certificate doesn't have an agent leaf cert URI") - - return &structs.IssuedCert{ - SerialNumber: cert.SerialNumber.String(), - CertPEM: pub, - PrivateKeyPEM: priv, - ValidAfter: cert.NotBefore, - ValidBefore: cert.NotAfter, - Agent: agentID.Agent, - AgentURI: agentID.URI().String(), - EnterpriseMeta: *structs.DefaultEnterpriseMeta(), - RaftIndex: structs.RaftIndex{ - CreateIndex: idx, - ModifyIndex: idx, - }, - } -} - -type testCertMonitor struct { - monitor *CertMonitor - mcache *mockCache - tls *tlsutil.Configurator - tokens *token.Store - fallback *mockFallback - - extraCACerts []string - initialCert *structs.IssuedCert - initialRoots *structs.IndexedCARoots - - // these are some variables that the CertMonitor was created with - datacenter string - nodeName string - dns []string - ips []net.IP - verifyServerHostname bool -} - -func newTestCertMonitor(t *testing.T) testCertMonitor { - t.Helper() - - tlsConfigurator := testTLSConfigurator(t) - tokens := new(token.Store) - - id, err := uuid.GenerateUUID() - require.NoError(t, err) - tokens.UpdateAgentToken(id, token.TokenSourceConfig) - - ca := connect.TestCA(t, nil) - manualCA := connect.TestCA(t, nil) - // this cert is setup to not expire quickly. this will prevent - // the test from accidentally running the fallback routine - // before we want to force that to happen. - issued := newLeaf(t, ca, 1, 10*time.Minute) - - indexedRoots := structs.IndexedCARoots{ - ActiveRootID: ca.ID, - TrustDomain: connect.TestClusterID, - Roots: []*structs.CARoot{ - ca, - }, - QueryMeta: structs.QueryMeta{ - Index: 1, - }, - } - - initialCerts := &structs.SignedResponse{ - ConnectCARoots: indexedRoots, - IssuedCert: *issued, - ManualCARoots: []string{manualCA.RootCert}, - VerifyServerHostname: true, - } - - dnsSANs := []string{"test.dev"} - ipSANs := []net.IP{net.IPv4(198, 18, 0, 1)} - - // this chan should be unbuffered so we can detect when the fallback func has been called. - fallback := &mockFallback{} - - mcache := newMockCache(t) - rootRes := cache.FetchResult{Value: &indexedRoots, Index: 1} - rootsReq := structs.DCSpecificRequest{Datacenter: "foo"} - mcache.On("Prepopulate", cachetype.ConnectCARootName, rootRes, "foo", "", rootsReq.CacheInfo().Key).Return(nil).Once() - - leafReq := cachetype.ConnectCALeafRequest{ - Token: tokens.AgentToken(), - Agent: "node", - Datacenter: "foo", - DNSSAN: dnsSANs, - IPSAN: ipSANs, - } - leafRes := cache.FetchResult{ - Value: issued, - Index: 1, - State: cachetype.ConnectCALeafSuccess(ca.SigningKeyID), - } - mcache.On("Prepopulate", cachetype.ConnectCALeafName, leafRes, "foo", tokens.AgentToken(), leafReq.Key()).Return(nil).Once() - - // we can assert more later but this should always be done. - defer mcache.AssertExpectations(t) - - cfg := new(Config). - WithCache(mcache). - WithLogger(testutil.Logger(t)). - WithTLSConfigurator(tlsConfigurator). - WithTokens(tokens). - WithFallback(fallback.fallback). - WithDNSSANs(dnsSANs). - WithIPSANs(ipSANs). - WithDatacenter("foo"). - WithNodeName("node"). - WithFallbackLeeway(time.Nanosecond). - WithFallbackRetry(time.Millisecond) - - monitor, err := New(cfg) - require.NoError(t, err) - require.NotNil(t, monitor) - - require.NoError(t, monitor.Update(initialCerts)) - - return testCertMonitor{ - monitor: monitor, - tls: tlsConfigurator, - tokens: tokens, - mcache: mcache, - fallback: fallback, - extraCACerts: []string{manualCA.RootCert}, - initialCert: issued, - initialRoots: &indexedRoots, - datacenter: "foo", - nodeName: "node", - dns: dnsSANs, - ips: ipSANs, - verifyServerHostname: true, - } -} - -func tlsCertificateFromIssued(t *testing.T, issued *structs.IssuedCert) *tls.Certificate { - t.Helper() - - cert, err := tls.X509KeyPair([]byte(issued.CertPEM), []byte(issued.PrivateKeyPEM)) - require.NoError(t, err) - return &cert -} - -// convenience method to get a TLS Certificate from the intial issued certificate and priv key -func (cm *testCertMonitor) initialTLSCertificate(t *testing.T) *tls.Certificate { - t.Helper() - return tlsCertificateFromIssued(t, cm.initialCert) -} - -// just a convenience method to get a list of all the CA pems that we set up regardless -// of manual vs connect. -func (cm *testCertMonitor) initialCACerts() []string { - pems := cm.extraCACerts - for _, root := range cm.initialRoots.Roots { - pems = append(pems, root.RootCert) - } - return pems -} - -func (cm *testCertMonitor) assertExpectations(t *testing.T) { - cm.mcache.AssertExpectations(t) - cm.fallback.AssertExpectations(t) -} - -func TestCertMonitor_InitialCerts(t *testing.T) { - // this also ensures that the cache was prepopulated properly - cm := newTestCertMonitor(t) - - // verify that the certificate was injected into the TLS configurator correctly - require.Equal(t, cm.initialTLSCertificate(t), cm.tls.Cert()) - // verify that the CA certs (both Connect and manual ones) were injected correctly - require.ElementsMatch(t, cm.initialCACerts(), cm.tls.CAPems()) - // verify that the auto-tls verify server hostname setting was injected correctly - require.Equal(t, cm.verifyServerHostname, cm.tls.VerifyServerHostname()) -} - -func TestCertMonitor_GoRoutineManagement(t *testing.T) { - ctx, cancel := context.WithCancel(context.Background()) - defer cancel() - - cm := newTestCertMonitor(t) - - // ensure that the monitor is not running - require.False(t, cm.monitor.IsRunning()) - - // ensure that nothing bad happens and that it reports as stopped - require.False(t, cm.monitor.Stop()) - - // we will never send notifications so these just ignore everything - cm.mcache.On("Notify", cachetype.ConnectCARootName, &structs.DCSpecificRequest{Datacenter: cm.datacenter}, rootsWatchID).Return(nil).Times(2) - cm.mcache.On("Notify", cachetype.ConnectCALeafName, - &cachetype.ConnectCALeafRequest{ - Token: cm.tokens.AgentToken(), - Datacenter: cm.datacenter, - Agent: cm.nodeName, - DNSSAN: cm.dns, - IPSAN: cm.ips, - }, - leafWatchID, - ).Return(nil).Times(2) - - done, err := cm.monitor.Start(ctx) - require.NoError(t, err) - require.True(t, cm.monitor.IsRunning()) - _, err = cm.monitor.Start(ctx) - testutil.RequireErrorContains(t, err, "the CertMonitor is already running") - require.True(t, cm.monitor.Stop()) - - require.True(t, waitForChans(100*time.Millisecond, done), "monitor didn't shut down") - require.False(t, cm.monitor.IsRunning()) - done, err = cm.monitor.Start(ctx) - require.NoError(t, err) - - // ensure that context cancellation causes us to stop as well - cancel() - require.True(t, waitForChans(100*time.Millisecond, done)) - - cm.assertExpectations(t) -} - -func startedCertMonitor(t *testing.T) (context.Context, testCertMonitor) { - ctx, cancel := context.WithCancel(context.Background()) - t.Cleanup(cancel) - - cm := newTestCertMonitor(t) - - rootsCtx, rootsCancel := context.WithCancel(ctx) - defer rootsCancel() - leafCtx, leafCancel := context.WithCancel(ctx) - defer leafCancel() - - // initial roots watch - cm.mcache.On("Notify", cachetype.ConnectCARootName, - &structs.DCSpecificRequest{ - Datacenter: cm.datacenter, - }, - rootsWatchID). - Return(nil). - Once(). - Run(func(_ mock.Arguments) { - rootsCancel() - }) - // the initial watch after starting the monitor - cm.mcache.On("Notify", cachetype.ConnectCALeafName, - &cachetype.ConnectCALeafRequest{ - Token: cm.tokens.AgentToken(), - Datacenter: cm.datacenter, - Agent: cm.nodeName, - DNSSAN: cm.dns, - IPSAN: cm.ips, - }, - leafWatchID). - Return(nil). - Once(). - Run(func(_ mock.Arguments) { - leafCancel() - }) - - done, err := cm.monitor.Start(ctx) - require.NoError(t, err) - // this prevents logs after the test finishes - t.Cleanup(func() { - cm.monitor.Stop() - <-done - }) - - require.True(t, - waitForChans(100*time.Millisecond, rootsCtx.Done(), leafCtx.Done()), - "not all watches were started within the alotted time") - - return ctx, cm -} - -// This test ensures that the cache watches are restarted with the updated -// token after receiving a token update -func TestCertMonitor_TokenUpdate(t *testing.T) { - ctx, cm := startedCertMonitor(t) - - rootsCtx, rootsCancel := context.WithCancel(ctx) - defer rootsCancel() - leafCtx, leafCancel := context.WithCancel(ctx) - defer leafCancel() - - newToken := "8e4fe8db-162d-42d8-81ca-710fb2280ad0" - - // we expect a new roots watch because when the leaf cert watch is restarted so is the root cert watch - cm.mcache.On("Notify", cachetype.ConnectCARootName, - &structs.DCSpecificRequest{ - Datacenter: cm.datacenter, - }, - rootsWatchID). - Return(nil). - Once(). - Run(func(_ mock.Arguments) { - rootsCancel() - }) - - secondWatch := &cachetype.ConnectCALeafRequest{ - Token: newToken, - Datacenter: cm.datacenter, - Agent: cm.nodeName, - DNSSAN: cm.dns, - IPSAN: cm.ips, - } - // the new watch after updating the token - cm.mcache.On("Notify", cachetype.ConnectCALeafName, secondWatch, leafWatchID). - Return(nil). - Once(). - Run(func(args mock.Arguments) { - leafCancel() - }) - - cm.tokens.UpdateAgentToken(newToken, token.TokenSourceAPI) - - require.True(t, - waitForChans(100*time.Millisecond, rootsCtx.Done(), leafCtx.Done()), - "not all watches were restarted within the alotted time") - - cm.assertExpectations(t) -} - -func TestCertMonitor_RootsUpdate(t *testing.T) { - ctx, cm := startedCertMonitor(t) - - secondCA := connect.TestCA(t, cm.initialRoots.Roots[0]) - secondRoots := structs.IndexedCARoots{ - ActiveRootID: secondCA.ID, - TrustDomain: connect.TestClusterID, - Roots: []*structs.CARoot{ - secondCA, - cm.initialRoots.Roots[0], - }, - QueryMeta: structs.QueryMeta{ - Index: 99, - }, - } - - // assert value of the CA certs prior to updating - require.ElementsMatch(t, cm.initialCACerts(), cm.tls.CAPems()) - - req := structs.DCSpecificRequest{Datacenter: cm.datacenter} - require.True(t, cm.mcache.sendNotification(ctx, req.CacheInfo().Key, cache.UpdateEvent{ - CorrelationID: rootsWatchID, - Result: &secondRoots, - Meta: cache.ResultMeta{ - Index: secondRoots.Index, - }, - })) - - expectedCAs := append(cm.extraCACerts, secondCA.RootCert, cm.initialRoots.Roots[0].RootCert) - - // this will wait up to 200ms (8 x 25 ms waits between the 9 requests) - retry.RunWith(&retry.Counter{Count: 9, Wait: 25 * time.Millisecond}, t, func(r *retry.R) { - require.ElementsMatch(r, expectedCAs, cm.tls.CAPems()) - }) - - cm.assertExpectations(t) -} - -func TestCertMonitor_CertUpdate(t *testing.T) { - ctx, cm := startedCertMonitor(t) - - secondCert := newLeaf(t, cm.initialRoots.Roots[0], 100, 10*time.Minute) - - // assert value of cert prior to updating the leaf - require.Equal(t, cm.initialTLSCertificate(t), cm.tls.Cert()) - - key := cm.monitor.leafReq.CacheInfo().Key - - // send the new certificate - this notifies only the watchers utilizing - // the new ACL token - require.True(t, cm.mcache.sendNotification(ctx, key, cache.UpdateEvent{ - CorrelationID: leafWatchID, - Result: secondCert, - Meta: cache.ResultMeta{ - Index: secondCert.ModifyIndex, - }, - })) - - tlsCert := tlsCertificateFromIssued(t, secondCert) - - // this will wait up to 200ms (8 x 25 ms waits between the 9 requests) - retry.RunWith(&retry.Counter{Count: 9, Wait: 25 * time.Millisecond}, t, func(r *retry.R) { - require.Equal(r, tlsCert, cm.tls.Cert()) - }) - - cm.assertExpectations(t) -} - -func TestCertMonitor_Fallback(t *testing.T) { - ctx, cm := startedCertMonitor(t) - - // at this point everything is operating normally and the monitor is just - // waiting for events. We are going to send a new cert that is basically - // already expired and then allow the fallback routine to kick in. - secondCert := newLeaf(t, cm.initialRoots.Roots[0], 100, time.Nanosecond) - secondCA := connect.TestCA(t, cm.initialRoots.Roots[0]) - secondRoots := structs.IndexedCARoots{ - ActiveRootID: secondCA.ID, - TrustDomain: connect.TestClusterID, - Roots: []*structs.CARoot{ - secondCA, - cm.initialRoots.Roots[0], - }, - QueryMeta: structs.QueryMeta{ - Index: 101, - }, - } - thirdCert := newLeaf(t, secondCA, 102, 10*time.Minute) - - // inject a fallback routine error to check that we rerun it quickly - cm.fallback.On("fallback").Return(nil, fmt.Errorf("induced error")).Once() - - // expect the fallback routine to be executed and setup the return - cm.fallback.On("fallback").Return(&structs.SignedResponse{ - ConnectCARoots: secondRoots, - IssuedCert: *thirdCert, - ManualCARoots: cm.extraCACerts, - VerifyServerHostname: true, - }, nil).Once() - - // Add another roots cache prepopulation expectation which should happen - // in response to executing the fallback mechanism - rootRes := cache.FetchResult{Value: &secondRoots, Index: 101} - rootsReq := structs.DCSpecificRequest{Datacenter: cm.datacenter} - cm.mcache.On("Prepopulate", cachetype.ConnectCARootName, rootRes, cm.datacenter, "", rootsReq.CacheInfo().Key).Return(nil).Once() - - // add another leaf cert cache prepopulation expectation which should happen - // in response to executing the fallback mechanism - leafReq := cachetype.ConnectCALeafRequest{ - Token: cm.tokens.AgentToken(), - Agent: cm.nodeName, - Datacenter: cm.datacenter, - DNSSAN: cm.dns, - IPSAN: cm.ips, - } - leafRes := cache.FetchResult{ - Value: thirdCert, - Index: 101, - State: cachetype.ConnectCALeafSuccess(secondCA.SigningKeyID), - } - cm.mcache.On("Prepopulate", cachetype.ConnectCALeafName, leafRes, leafReq.Datacenter, leafReq.Token, leafReq.Key()).Return(nil).Once() - - // nothing in the monitor should be looking at this as its only done - // in response to sending token updates, no need to synchronize - key := cm.monitor.leafReq.CacheInfo().Key - // send the new certificate - this notifies only the watchers utilizing - // the new ACL token - require.True(t, cm.mcache.sendNotification(ctx, key, cache.UpdateEvent{ - CorrelationID: leafWatchID, - Result: secondCert, - Meta: cache.ResultMeta{ - Index: secondCert.ModifyIndex, - }, - })) - - // if all went well we would have updated the first certificate which was pretty much expired - // causing the fallback handler to be invoked almost immediately. The fallback routine will - // return the response containing the third cert and second CA roots so now we should wait - // a little while and ensure they were applied to the TLS Configurator - tlsCert := tlsCertificateFromIssued(t, thirdCert) - expectedCAs := append(cm.extraCACerts, secondCA.RootCert, cm.initialRoots.Roots[0].RootCert) - - // this will wait up to 200ms (8 x 25 ms waits between the 9 requests) - retry.RunWith(&retry.Counter{Count: 9, Wait: 25 * time.Millisecond}, t, func(r *retry.R) { - require.Equal(r, tlsCert, cm.tls.Cert()) - require.ElementsMatch(r, expectedCAs, cm.tls.CAPems()) - }) - - cm.assertExpectations(t) -} - -func TestCertMonitor_New_Errors(t *testing.T) { - type testCase struct { - cfg Config - err string - } - - fallback := func(_ context.Context) (*structs.SignedResponse, error) { - return nil, fmt.Errorf("Unimplemented") - } - - tokens := new(token.Store) - - cases := map[string]testCase{ - "no-cache": { - cfg: Config{ - TLSConfigurator: testTLSConfigurator(t), - Fallback: fallback, - Tokens: tokens, - Datacenter: "foo", - NodeName: "bar", - }, - err: "CertMonitor creation requires a Cache", - }, - "no-tls-configurator": { - cfg: Config{ - Cache: cache.New(cache.Options{}), - Fallback: fallback, - Tokens: tokens, - Datacenter: "foo", - NodeName: "bar", - }, - err: "CertMonitor creation requires a TLS Configurator", - }, - "no-fallback": { - cfg: Config{ - Cache: cache.New(cache.Options{}), - TLSConfigurator: testTLSConfigurator(t), - Tokens: tokens, - Datacenter: "foo", - NodeName: "bar", - }, - err: "CertMonitor creation requires specifying a FallbackFunc", - }, - "no-tokens": { - cfg: Config{ - Cache: cache.New(cache.Options{}), - TLSConfigurator: testTLSConfigurator(t), - Fallback: fallback, - Datacenter: "foo", - NodeName: "bar", - }, - err: "CertMonitor creation requires specifying a token store", - }, - "no-datacenter": { - cfg: Config{ - Cache: cache.New(cache.Options{}), - TLSConfigurator: testTLSConfigurator(t), - Fallback: fallback, - Tokens: tokens, - NodeName: "bar", - }, - err: "CertMonitor creation requires specifying the datacenter", - }, - "no-node-name": { - cfg: Config{ - Cache: cache.New(cache.Options{}), - TLSConfigurator: testTLSConfigurator(t), - Fallback: fallback, - Tokens: tokens, - Datacenter: "foo", - }, - err: "CertMonitor creation requires specifying the agent's node name", - }, - } - - for name, tcase := range cases { - t.Run(name, func(t *testing.T) { - monitor, err := New(&tcase.cfg) - testutil.RequireErrorContains(t, err, tcase.err) - require.Nil(t, monitor) - }) - } -} diff --git a/agent/cert-monitor/config.go b/agent/cert-monitor/config.go deleted file mode 100644 index a1da2841e6..0000000000 --- a/agent/cert-monitor/config.go +++ /dev/null @@ -1,137 +0,0 @@ -package certmon - -import ( - "context" - "net" - "time" - - "github.com/hashicorp/consul/agent/structs" - "github.com/hashicorp/consul/agent/token" - "github.com/hashicorp/consul/tlsutil" - "github.com/hashicorp/go-hclog" -) - -// FallbackFunc is used when the normal cache watch based Certificate -// updating fails to update the Certificate in time and a different -// method of updating the certificate is required. -type FallbackFunc func(context.Context) (*structs.SignedResponse, error) - -type Config struct { - // Logger is the logger to be used while running. If not set - // then no logging will be performed. - Logger hclog.Logger - - // TLSConfigurator is where the certificates and roots are set when - // they are updated. This field is required. - TLSConfigurator *tlsutil.Configurator - - // Cache is an object implementing our Cache interface. The Cache - // used at runtime must be able to handle Roots and Leaf Cert watches - Cache Cache - - // Tokens is the shared token store. It is used to retrieve the current - // agent token as well as getting notifications when that token is updated. - // This field is required. - Tokens *token.Store - - // Fallback is a function to run when the normal cache updating of the - // agent's certificates has failed to work for one reason or another. - // This field is required. - Fallback FallbackFunc - - // FallbackLeeway is the amount of time after certificate expiration before - // invoking the fallback routine. If not set this will default to 10s. - FallbackLeeway time.Duration - - // FallbackRetry is the duration between Fallback invocations when the configured - // fallback routine returns an error. If not set this will default to 1m. - FallbackRetry time.Duration - - // DNSSANs is a list of DNS SANs that certificate requests should include. This - // field is optional and no extra DNS SANs will be requested if unset. 'localhost' - // is unconditionally requested by the cache implementation. - DNSSANs []string - - // IPSANs is a list of IP SANs to include in the certificate signing request. This - // field is optional and no extra IP SANs will be requested if unset. Both '127.0.0.1' - // and '::1' IP SANs are unconditionally requested by the cache implementation. - IPSANs []net.IP - - // Datacenter is the datacenter to request certificates within. This filed is required - Datacenter string - - // NodeName is the agent's node name to use when requesting certificates. This field - // is required. - NodeName string -} - -// WithCache will cause the created CertMonitor type to use the provided Cache -func (cfg *Config) WithCache(cache Cache) *Config { - cfg.Cache = cache - return cfg -} - -// WithLogger will cause the created CertMonitor type to use the provided logger -func (cfg *Config) WithLogger(logger hclog.Logger) *Config { - cfg.Logger = logger - return cfg -} - -// WithTLSConfigurator will cause the created CertMonitor type to use the provided configurator -func (cfg *Config) WithTLSConfigurator(tlsConfigurator *tlsutil.Configurator) *Config { - cfg.TLSConfigurator = tlsConfigurator - return cfg -} - -// WithTokens will cause the created CertMonitor type to use the provided token store -func (cfg *Config) WithTokens(tokens *token.Store) *Config { - cfg.Tokens = tokens - return cfg -} - -// WithFallback configures a fallback function to use if the normal update mechanisms -// fail to renew the certificate in time. -func (cfg *Config) WithFallback(fallback FallbackFunc) *Config { - cfg.Fallback = fallback - return cfg -} - -// WithDNSSANs configures the CertMonitor to request these DNS SANs when requesting a new -// certificate -func (cfg *Config) WithDNSSANs(sans []string) *Config { - cfg.DNSSANs = sans - return cfg -} - -// WithIPSANs configures the CertMonitor to request these IP SANs when requesting a new -// certificate -func (cfg *Config) WithIPSANs(sans []net.IP) *Config { - cfg.IPSANs = sans - return cfg -} - -// WithDatacenter configures the CertMonitor to request Certificates in this DC -func (cfg *Config) WithDatacenter(dc string) *Config { - cfg.Datacenter = dc - return cfg -} - -// WithNodeName configures the CertMonitor to request Certificates with this agent name -func (cfg *Config) WithNodeName(name string) *Config { - cfg.NodeName = name - return cfg -} - -// WithFallbackLeeway configures how long after a certificate expires before attempting to -// generarte a new certificate using the fallback mechanism. The default is 10s. -func (cfg *Config) WithFallbackLeeway(leeway time.Duration) *Config { - cfg.FallbackLeeway = leeway - return cfg -} - -// WithFallbackRetry controls how quickly we will make subsequent invocations of -// the fallback func in the case of it erroring out. -func (cfg *Config) WithFallbackRetry(after time.Duration) *Config { - cfg.FallbackRetry = after - return cfg -} diff --git a/agent/config/agent_limits_test.go b/agent/config/agent_limits_test.go index eb1b6fd348..4a91f09ea3 100644 --- a/agent/config/agent_limits_test.go +++ b/agent/config/agent_limits_test.go @@ -16,7 +16,7 @@ func TestBuildAndValidate_HTTPMaxConnsPerClientExceedsRLimit(t *testing.T) { }` b, err := NewBuilder(BuilderOpts{}) assert.NoError(t, err) - testsrc := Source{ + testsrc := FileSource{ Name: "test", Format: "hcl", Data: ` @@ -33,7 +33,7 @@ func TestBuildAndValidate_HTTPMaxConnsPerClientExceedsRLimit(t *testing.T) { } b.Head = append(b.Head, testsrc) b.Tail = append(b.Tail, DefaultConsulSource(), DevConsulSource()) - b.Tail = append(b.Head, Source{Name: "hcl", Format: "hcl", Data: hcl}) + b.Tail = append(b.Head, FileSource{Name: "hcl", Format: "hcl", Data: hcl}) _, validationError := b.BuildAndValidate() if validationError == nil { diff --git a/agent/config/builder.go b/agent/config/builder.go index 4eb3afef17..4b9aab1b7d 100644 --- a/agent/config/builder.go +++ b/agent/config/builder.go @@ -3,6 +3,7 @@ package config import ( "encoding/base64" "encoding/json" + "errors" "fmt" "io/ioutil" "net" @@ -19,10 +20,13 @@ import ( "github.com/hashicorp/consul/agent/connect/ca" "github.com/hashicorp/consul/agent/consul" "github.com/hashicorp/consul/agent/consul/authmethod/ssoauth" + "github.com/hashicorp/consul/agent/dns" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/ipaddr" "github.com/hashicorp/consul/lib" libtempl "github.com/hashicorp/consul/lib/template" + "github.com/hashicorp/consul/logging" "github.com/hashicorp/consul/tlsutil" "github.com/hashicorp/consul/types" "github.com/hashicorp/go-bexpr" @@ -33,6 +37,31 @@ import ( "golang.org/x/time/rate" ) +// Load will build the configuration including the extraHead source injected +// after all other defaults but before any user supplied configuration and the overrides +// source injected as the final source in the configuration parsing chain. +func Load(opts BuilderOpts, extraHead Source, overrides ...Source) (*RuntimeConfig, []string, error) { + b, err := NewBuilder(opts) + if err != nil { + return nil, nil, err + } + + if extraHead != nil { + b.Head = append(b.Head, extraHead) + } + + if len(overrides) != 0 { + b.Tail = append(b.Tail, overrides...) + } + + cfg, err := b.BuildAndValidate() + if err != nil { + return nil, nil, err + } + + return &cfg, b.Warnings, nil +} + // Builder constructs a valid runtime configuration from multiple // configuration sources. // @@ -59,8 +88,8 @@ import ( // since not all pre-conditions have to be satisfied when performing // syntactical tests. type Builder struct { - // options contains the input values used to construct a RuntimeConfig - options BuilderOpts + // devMode stores the value of the -dev flag, and enables development mode. + devMode *bool // Head, Sources, and Tail are used to manage the order of the // config sources, as described in the comments above. @@ -72,14 +101,14 @@ type Builder struct { // parsing the configuration. Warnings []string - // Hostname returns the hostname of the machine. If nil, os.Hostname - // is called. - Hostname func() (string, error) + // hostname is a shim for testing, allowing tests to specify a replacement + // for os.Hostname. + hostname func() (string, error) - // GetPrivateIPv4 and GetPublicIPv6 return suitable default addresses - // for cases when the user doesn't supply them. - GetPrivateIPv4 func() ([]*net.IPAddr, error) - GetPublicIPv6 func() ([]*net.IPAddr, error) + // getPrivateIPv4 and getPublicIPv6 are shims for testing, allowing tests to + // specify a replacement for ipaddr.GetPrivateIPv4 and ipaddr.GetPublicIPv6. + getPrivateIPv4 func() ([]*net.IPAddr, error) + getPublicIPv6 func() ([]*net.IPAddr, error) // err contains the first error that occurred during // building the runtime configuration. @@ -88,16 +117,21 @@ type Builder struct { // NewBuilder returns a new configuration Builder from the BuilderOpts. func NewBuilder(opts BuilderOpts) (*Builder, error) { + configFormat := opts.ConfigFormat + if configFormat != "" && configFormat != "json" && configFormat != "hcl" { + return nil, fmt.Errorf("config: -config-format must be either 'hcl' or 'json'") + } + newSource := func(name string, v interface{}) Source { b, err := json.MarshalIndent(v, "", " ") if err != nil { panic(err) } - return Source{Name: name, Format: "json", Data: string(b)} + return FileSource{Name: name, Format: "json", Data: string(b)} } b := &Builder{ - options: opts, + devMode: opts.DevMode, Head: []Source{DefaultSource(), DefaultEnterpriseSource()}, } @@ -121,7 +155,7 @@ func NewBuilder(opts BuilderOpts) (*Builder, error) { } b.Tail = append(b.Tail, newSource("flags.values", values)) for i, s := range opts.HCL { - b.Tail = append(b.Tail, Source{ + b.Tail = append(b.Tail, FileSource{ Name: fmt.Sprintf("flags-%d.hcl", i), Format: "hcl", Data: s, @@ -207,12 +241,12 @@ func (b *Builder) sourcesFromPath(path string, format string) ([]Source, error) func newSourceFromFile(path string, format string) (Source, error) { data, err := ioutil.ReadFile(path) if err != nil { - return Source{}, fmt.Errorf("config: failed to read %s: %s", path, err) + return nil, fmt.Errorf("config: failed to read %s: %s", path, err) } if format == "" { format = formatFromFileExtension(path) } - return Source{Name: path, Data: string(data), Format: format}, nil + return FileSource{Name: path, Data: string(data), Format: format}, nil } // shouldParse file determines whether the file to be read is of a supported extension @@ -256,14 +290,7 @@ func (b *Builder) BuildAndValidate() (RuntimeConfig, error) { // warnings can still contain deprecation or format warnings that should // be presented to the user. func (b *Builder) Build() (rt RuntimeConfig, err error) { - // TODO: move to NewBuilder to remove Builder.options field - configFormat := b.options.ConfigFormat - if configFormat != "" && configFormat != "json" && configFormat != "hcl" { - return RuntimeConfig{}, fmt.Errorf("config: -config-format must be either 'hcl' or 'json'") - } - - // build the list of config sources - var srcs []Source + srcs := make([]Source, 0, len(b.Head)+len(b.Sources)+len(b.Tail)) srcs = append(srcs, b.Head...) srcs = append(srcs, b.Sources...) srcs = append(srcs, b.Tail...) @@ -271,12 +298,13 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { // parse the config sources into a configuration var c Config for _, s := range srcs { - if s.Name == "" || s.Data == "" { + + c2, md, err := s.Parse() + switch { + case err == ErrNoData: continue - } - c2, md, err := Parse(s.Data, s.Format) - if err != nil { - return RuntimeConfig{}, fmt.Errorf("Error parsing %s: %s", s.Name, err) + case err != nil: + return RuntimeConfig{}, fmt.Errorf("failed to parse %v: %w", s.Source(), err) } var unusedErr error @@ -289,7 +317,7 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { } } if unusedErr != nil { - return RuntimeConfig{}, fmt.Errorf("Error parsing %s: %s", s.Name, unusedErr) + return RuntimeConfig{}, fmt.Errorf("failed to parse %v: %s", s.Source(), unusedErr) } // for now this is a soft failure that will cause warnings but not actual problems @@ -435,14 +463,14 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { switch { case ipaddr.IsAnyV4(advertiseAddr): addrtyp = "private IPv4" - detect = b.GetPrivateIPv4 + detect = b.getPrivateIPv4 if detect == nil { detect = ipaddr.GetPrivateIPv4 } case ipaddr.IsAnyV6(advertiseAddr): addrtyp = "public IPv6" - detect = b.GetPublicIPv6 + detect = b.getPublicIPv6 if detect == nil { detect = ipaddr.GetPublicIPv6 } @@ -626,10 +654,40 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { consulRaftHeartbeatTimeout := b.durationVal("consul.raft.heartbeat_timeout", c.Consul.Raft.HeartbeatTimeout) * time.Duration(performanceRaftMultiplier) consulRaftLeaderLeaseTimeout := b.durationVal("consul.raft.leader_lease_timeout", c.Consul.Raft.LeaderLeaseTimeout) * time.Duration(performanceRaftMultiplier) - // Connect proxy defaults. + // Connect connectEnabled := b.boolVal(c.Connect.Enabled) connectCAProvider := b.stringVal(c.Connect.CAProvider) connectCAConfig := c.Connect.CAConfig + + // autoEncrypt and autoConfig implicitly turns on connect which is why + // they need to be above other settings that rely on connect. + autoEncryptTLS := b.boolVal(c.AutoEncrypt.TLS) + autoEncryptDNSSAN := []string{} + for _, d := range c.AutoEncrypt.DNSSAN { + autoEncryptDNSSAN = append(autoEncryptDNSSAN, d) + } + autoEncryptIPSAN := []net.IP{} + for _, i := range c.AutoEncrypt.IPSAN { + ip := net.ParseIP(i) + if ip == nil { + b.warn(fmt.Sprintf("Cannot parse ip %q from AutoEncrypt.IPSAN", i)) + continue + } + autoEncryptIPSAN = append(autoEncryptIPSAN, ip) + + } + autoEncryptAllowTLS := b.boolVal(c.AutoEncrypt.AllowTLS) + + if autoEncryptAllowTLS { + connectEnabled = true + } + + autoConfig := b.autoConfigVal(c.AutoConfig) + if autoConfig.Enabled { + connectEnabled = true + } + + // Connect proxy defaults connectMeshGatewayWANFederationEnabled := b.boolVal(c.Connect.MeshGatewayWANFederationEnabled) if connectMeshGatewayWANFederationEnabled && !connectEnabled { return RuntimeConfig{}, fmt.Errorf("'connect.enable_mesh_gateway_wan_federation=true' requires 'connect.enabled=true'") @@ -668,27 +726,6 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { }) } - autoEncryptTLS := b.boolVal(c.AutoEncrypt.TLS) - autoEncryptDNSSAN := []string{} - for _, d := range c.AutoEncrypt.DNSSAN { - autoEncryptDNSSAN = append(autoEncryptDNSSAN, d) - } - autoEncryptIPSAN := []net.IP{} - for _, i := range c.AutoEncrypt.IPSAN { - ip := net.ParseIP(i) - if ip == nil { - b.warn(fmt.Sprintf("Cannot parse ip %q from AutoEncrypt.IPSAN", i)) - continue - } - autoEncryptIPSAN = append(autoEncryptIPSAN, ip) - - } - autoEncryptAllowTLS := b.boolVal(c.AutoEncrypt.AllowTLS) - - if autoEncryptAllowTLS { - connectEnabled = true - } - aclsEnabled := false primaryDatacenter := strings.ToLower(b.stringVal(c.PrimaryDatacenter)) if c.ACLDatacenter != nil { @@ -741,6 +778,9 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { if err != nil { return RuntimeConfig{}, fmt.Errorf("config_entries.bootstrap[%d]: %s", i, err) } + if err := entry.Normalize(); err != nil { + return RuntimeConfig{}, fmt.Errorf("config_entries.bootstrap[%d]: %s", i, err) + } if err := entry.Validate(); err != nil { return RuntimeConfig{}, fmt.Errorf("config_entries.bootstrap[%d]: %s", i, err) } @@ -760,6 +800,7 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { // ---------------------------------------------------------------- // build runtime config // + dataDir := b.stringVal(c.DataDir) rt = RuntimeConfig{ // non-user configurable values ACLDisabledTTL: b.durationVal("acl.disabled_ttl", c.ACL.DisabledTTL), @@ -798,21 +839,25 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { GossipWANRetransmitMult: b.intVal(c.GossipWAN.RetransmitMult), // ACL - ACLsEnabled: aclsEnabled, - ACLAgentMasterToken: b.stringValWithDefault(c.ACL.Tokens.AgentMaster, b.stringVal(c.ACLAgentMasterToken)), - ACLAgentToken: b.stringValWithDefault(c.ACL.Tokens.Agent, b.stringVal(c.ACLAgentToken)), - ACLDatacenter: primaryDatacenter, - ACLDefaultPolicy: b.stringValWithDefault(c.ACL.DefaultPolicy, b.stringVal(c.ACLDefaultPolicy)), - ACLDownPolicy: b.stringValWithDefault(c.ACL.DownPolicy, b.stringVal(c.ACLDownPolicy)), - ACLEnableKeyListPolicy: b.boolValWithDefault(c.ACL.EnableKeyListPolicy, b.boolVal(c.ACLEnableKeyListPolicy)), - ACLMasterToken: b.stringValWithDefault(c.ACL.Tokens.Master, b.stringVal(c.ACLMasterToken)), - ACLReplicationToken: b.stringValWithDefault(c.ACL.Tokens.Replication, b.stringVal(c.ACLReplicationToken)), - ACLTokenTTL: b.durationValWithDefault("acl.token_ttl", c.ACL.TokenTTL, b.durationVal("acl_ttl", c.ACLTTL)), - ACLPolicyTTL: b.durationVal("acl.policy_ttl", c.ACL.PolicyTTL), - ACLRoleTTL: b.durationVal("acl.role_ttl", c.ACL.RoleTTL), - ACLToken: b.stringValWithDefault(c.ACL.Tokens.Default, b.stringVal(c.ACLToken)), - ACLTokenReplication: b.boolValWithDefault(c.ACL.TokenReplication, b.boolValWithDefault(c.EnableACLReplication, enableTokenReplication)), - ACLEnableTokenPersistence: b.boolValWithDefault(c.ACL.EnableTokenPersistence, false), + ACLsEnabled: aclsEnabled, + ACLDatacenter: primaryDatacenter, + ACLDefaultPolicy: b.stringValWithDefault(c.ACL.DefaultPolicy, b.stringVal(c.ACLDefaultPolicy)), + ACLDownPolicy: b.stringValWithDefault(c.ACL.DownPolicy, b.stringVal(c.ACLDownPolicy)), + ACLEnableKeyListPolicy: b.boolValWithDefault(c.ACL.EnableKeyListPolicy, b.boolVal(c.ACLEnableKeyListPolicy)), + ACLMasterToken: b.stringValWithDefault(c.ACL.Tokens.Master, b.stringVal(c.ACLMasterToken)), + ACLTokenTTL: b.durationValWithDefault("acl.token_ttl", c.ACL.TokenTTL, b.durationVal("acl_ttl", c.ACLTTL)), + ACLPolicyTTL: b.durationVal("acl.policy_ttl", c.ACL.PolicyTTL), + ACLRoleTTL: b.durationVal("acl.role_ttl", c.ACL.RoleTTL), + ACLTokenReplication: b.boolValWithDefault(c.ACL.TokenReplication, b.boolValWithDefault(c.EnableACLReplication, enableTokenReplication)), + + ACLTokens: token.Config{ + DataDir: dataDir, + EnablePersistence: b.boolValWithDefault(c.ACL.EnableTokenPersistence, false), + ACLDefaultToken: b.stringValWithDefault(c.ACL.Tokens.Default, b.stringVal(c.ACLToken)), + ACLAgentToken: b.stringValWithDefault(c.ACL.Tokens.Agent, b.stringVal(c.ACLAgentToken)), + ACLAgentMasterToken: b.stringValWithDefault(c.ACL.Tokens.AgentMaster, b.stringVal(c.ACLAgentMasterToken)), + ACLReplicationToken: b.stringValWithDefault(c.ACL.Tokens.Replication, b.stringVal(c.ACLReplicationToken)), + }, // Autopilot AutopilotCleanupDeadServers: b.boolVal(c.Autopilot.CleanupDeadServers), @@ -908,7 +953,7 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { AutoEncryptDNSSAN: autoEncryptDNSSAN, AutoEncryptIPSAN: autoEncryptIPSAN, AutoEncryptAllowTLS: autoEncryptAllowTLS, - AutoConfig: b.autoConfigVal(c.AutoConfig), + AutoConfig: autoConfig, ConnectEnabled: connectEnabled, ConnectCAProvider: connectCAProvider, ConnectCAConfig: connectCAConfig, @@ -918,10 +963,10 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { ConnectTestCALeafRootChangeSpread: b.durationVal("connect.test_ca_leaf_root_change_spread", c.Connect.TestCALeafRootChangeSpread), ExposeMinPort: exposeMinPort, ExposeMaxPort: exposeMaxPort, - DataDir: b.stringVal(c.DataDir), + DataDir: dataDir, Datacenter: datacenter, DefaultQueryTime: b.durationVal("default_query_time", c.DefaultQueryTime), - DevMode: b.boolVal(b.options.DevMode), + DevMode: b.boolVal(b.devMode), DisableAnonymousSignature: b.boolVal(c.DisableAnonymousSignature), DisableCoordinates: b.boolVal(c.DisableCoordinates), DisableHostNodeID: b.boolVal(c.DisableHostNodeID), @@ -936,91 +981,94 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { EnableDebug: b.boolVal(c.EnableDebug), EnableRemoteScriptChecks: enableRemoteScriptChecks, EnableLocalScriptChecks: enableLocalScriptChecks, - EnableSyslog: b.boolVal(c.EnableSyslog), - EnableUI: b.boolVal(c.UI), - EncryptKey: b.stringVal(c.EncryptKey), - EncryptVerifyIncoming: b.boolVal(c.EncryptVerifyIncoming), - EncryptVerifyOutgoing: b.boolVal(c.EncryptVerifyOutgoing), - GRPCPort: grpcPort, - GRPCAddrs: grpcAddrs, - HTTPMaxConnsPerClient: b.intVal(c.Limits.HTTPMaxConnsPerClient), - HTTPSHandshakeTimeout: b.durationVal("limits.https_handshake_timeout", c.Limits.HTTPSHandshakeTimeout), - KeyFile: b.stringVal(c.KeyFile), - KVMaxValueSize: b.uint64Val(c.Limits.KVMaxValueSize), - LeaveDrainTime: b.durationVal("performance.leave_drain_time", c.Performance.LeaveDrainTime), - LeaveOnTerm: leaveOnTerm, - LogLevel: b.stringVal(c.LogLevel), - LogJSON: b.boolVal(c.LogJSON), - LogFile: b.stringVal(c.LogFile), - LogRotateBytes: b.intVal(c.LogRotateBytes), - LogRotateDuration: b.durationVal("log_rotate_duration", c.LogRotateDuration), - LogRotateMaxFiles: b.intVal(c.LogRotateMaxFiles), - MaxQueryTime: b.durationVal("max_query_time", c.MaxQueryTime), - NodeID: types.NodeID(b.stringVal(c.NodeID)), - NodeMeta: c.NodeMeta, - NodeName: b.nodeName(c.NodeName), - NonVotingServer: b.boolVal(c.NonVotingServer), - PidFile: b.stringVal(c.PidFile), - PrimaryDatacenter: primaryDatacenter, - PrimaryGateways: b.expandAllOptionalAddrs("primary_gateways", c.PrimaryGateways), - PrimaryGatewaysInterval: b.durationVal("primary_gateways_interval", c.PrimaryGatewaysInterval), - RPCAdvertiseAddr: rpcAdvertiseAddr, - RPCBindAddr: rpcBindAddr, - RPCHandshakeTimeout: b.durationVal("limits.rpc_handshake_timeout", c.Limits.RPCHandshakeTimeout), - RPCHoldTimeout: b.durationVal("performance.rpc_hold_timeout", c.Performance.RPCHoldTimeout), - RPCMaxBurst: b.intVal(c.Limits.RPCMaxBurst), - RPCMaxConnsPerClient: b.intVal(c.Limits.RPCMaxConnsPerClient), - RPCProtocol: b.intVal(c.RPCProtocol), - RPCRateLimit: rate.Limit(b.float64Val(c.Limits.RPCRate)), - RaftProtocol: b.intVal(c.RaftProtocol), - RaftSnapshotThreshold: b.intVal(c.RaftSnapshotThreshold), - RaftSnapshotInterval: b.durationVal("raft_snapshot_interval", c.RaftSnapshotInterval), - RaftTrailingLogs: b.intVal(c.RaftTrailingLogs), - ReconnectTimeoutLAN: b.durationVal("reconnect_timeout", c.ReconnectTimeoutLAN), - ReconnectTimeoutWAN: b.durationVal("reconnect_timeout_wan", c.ReconnectTimeoutWAN), - RejoinAfterLeave: b.boolVal(c.RejoinAfterLeave), - RetryJoinIntervalLAN: b.durationVal("retry_interval", c.RetryJoinIntervalLAN), - RetryJoinIntervalWAN: b.durationVal("retry_interval_wan", c.RetryJoinIntervalWAN), - RetryJoinLAN: b.expandAllOptionalAddrs("retry_join", c.RetryJoinLAN), - RetryJoinMaxAttemptsLAN: b.intVal(c.RetryJoinMaxAttemptsLAN), - RetryJoinMaxAttemptsWAN: b.intVal(c.RetryJoinMaxAttemptsWAN), - RetryJoinWAN: b.expandAllOptionalAddrs("retry_join_wan", c.RetryJoinWAN), - SegmentName: b.stringVal(c.SegmentName), - Segments: segments, - SerfAdvertiseAddrLAN: serfAdvertiseAddrLAN, - SerfAdvertiseAddrWAN: serfAdvertiseAddrWAN, - SerfAllowedCIDRsLAN: serfAllowedCIDRSLAN, - SerfAllowedCIDRsWAN: serfAllowedCIDRSWAN, - SerfBindAddrLAN: serfBindAddrLAN, - SerfBindAddrWAN: serfBindAddrWAN, - SerfPortLAN: serfPortLAN, - SerfPortWAN: serfPortWAN, - ServerMode: b.boolVal(c.ServerMode), - ServerName: b.stringVal(c.ServerName), - ServerPort: serverPort, - Services: services, - SessionTTLMin: b.durationVal("session_ttl_min", c.SessionTTLMin), - SkipLeaveOnInt: skipLeaveOnInt, - StartJoinAddrsLAN: b.expandAllOptionalAddrs("start_join", c.StartJoinAddrsLAN), - StartJoinAddrsWAN: b.expandAllOptionalAddrs("start_join_wan", c.StartJoinAddrsWAN), - SyslogFacility: b.stringVal(c.SyslogFacility), - TLSCipherSuites: b.tlsCipherSuites("tls_cipher_suites", c.TLSCipherSuites), - TLSMinVersion: b.stringVal(c.TLSMinVersion), - TLSPreferServerCipherSuites: b.boolVal(c.TLSPreferServerCipherSuites), - TaggedAddresses: c.TaggedAddresses, - TranslateWANAddrs: b.boolVal(c.TranslateWANAddrs), - TxnMaxReqLen: b.uint64Val(c.Limits.TxnMaxReqLen), - UIDir: b.stringVal(c.UIDir), - UIContentPath: UIPathBuilder(b.stringVal(c.UIContentPath)), - UnixSocketGroup: b.stringVal(c.UnixSocket.Group), - UnixSocketMode: b.stringVal(c.UnixSocket.Mode), - UnixSocketUser: b.stringVal(c.UnixSocket.User), - VerifyIncoming: b.boolVal(c.VerifyIncoming), - VerifyIncomingHTTPS: b.boolVal(c.VerifyIncomingHTTPS), - VerifyIncomingRPC: b.boolVal(c.VerifyIncomingRPC), - VerifyOutgoing: verifyOutgoing, - VerifyServerHostname: verifyServerName, - Watches: c.Watches, + + EnableUI: b.boolVal(c.UI), + EncryptKey: b.stringVal(c.EncryptKey), + EncryptVerifyIncoming: b.boolVal(c.EncryptVerifyIncoming), + EncryptVerifyOutgoing: b.boolVal(c.EncryptVerifyOutgoing), + GRPCPort: grpcPort, + GRPCAddrs: grpcAddrs, + HTTPMaxConnsPerClient: b.intVal(c.Limits.HTTPMaxConnsPerClient), + HTTPSHandshakeTimeout: b.durationVal("limits.https_handshake_timeout", c.Limits.HTTPSHandshakeTimeout), + KeyFile: b.stringVal(c.KeyFile), + KVMaxValueSize: b.uint64Val(c.Limits.KVMaxValueSize), + LeaveDrainTime: b.durationVal("performance.leave_drain_time", c.Performance.LeaveDrainTime), + LeaveOnTerm: leaveOnTerm, + Logging: logging.Config{ + LogLevel: b.stringVal(c.LogLevel), + LogJSON: b.boolVal(c.LogJSON), + LogFilePath: b.stringVal(c.LogFile), + EnableSyslog: b.boolVal(c.EnableSyslog), + SyslogFacility: b.stringVal(c.SyslogFacility), + LogRotateDuration: b.durationVal("log_rotate_duration", c.LogRotateDuration), + LogRotateBytes: b.intVal(c.LogRotateBytes), + LogRotateMaxFiles: b.intVal(c.LogRotateMaxFiles), + }, + MaxQueryTime: b.durationVal("max_query_time", c.MaxQueryTime), + NodeID: types.NodeID(b.stringVal(c.NodeID)), + NodeMeta: c.NodeMeta, + NodeName: b.nodeName(c.NodeName), + NonVotingServer: b.boolVal(c.NonVotingServer), + PidFile: b.stringVal(c.PidFile), + PrimaryDatacenter: primaryDatacenter, + PrimaryGateways: b.expandAllOptionalAddrs("primary_gateways", c.PrimaryGateways), + PrimaryGatewaysInterval: b.durationVal("primary_gateways_interval", c.PrimaryGatewaysInterval), + RPCAdvertiseAddr: rpcAdvertiseAddr, + RPCBindAddr: rpcBindAddr, + RPCHandshakeTimeout: b.durationVal("limits.rpc_handshake_timeout", c.Limits.RPCHandshakeTimeout), + RPCHoldTimeout: b.durationVal("performance.rpc_hold_timeout", c.Performance.RPCHoldTimeout), + RPCMaxBurst: b.intVal(c.Limits.RPCMaxBurst), + RPCMaxConnsPerClient: b.intVal(c.Limits.RPCMaxConnsPerClient), + RPCProtocol: b.intVal(c.RPCProtocol), + RPCRateLimit: rate.Limit(b.float64Val(c.Limits.RPCRate)), + RaftProtocol: b.intVal(c.RaftProtocol), + RaftSnapshotThreshold: b.intVal(c.RaftSnapshotThreshold), + RaftSnapshotInterval: b.durationVal("raft_snapshot_interval", c.RaftSnapshotInterval), + RaftTrailingLogs: b.intVal(c.RaftTrailingLogs), + ReconnectTimeoutLAN: b.durationVal("reconnect_timeout", c.ReconnectTimeoutLAN), + ReconnectTimeoutWAN: b.durationVal("reconnect_timeout_wan", c.ReconnectTimeoutWAN), + RejoinAfterLeave: b.boolVal(c.RejoinAfterLeave), + RetryJoinIntervalLAN: b.durationVal("retry_interval", c.RetryJoinIntervalLAN), + RetryJoinIntervalWAN: b.durationVal("retry_interval_wan", c.RetryJoinIntervalWAN), + RetryJoinLAN: b.expandAllOptionalAddrs("retry_join", c.RetryJoinLAN), + RetryJoinMaxAttemptsLAN: b.intVal(c.RetryJoinMaxAttemptsLAN), + RetryJoinMaxAttemptsWAN: b.intVal(c.RetryJoinMaxAttemptsWAN), + RetryJoinWAN: b.expandAllOptionalAddrs("retry_join_wan", c.RetryJoinWAN), + SegmentName: b.stringVal(c.SegmentName), + Segments: segments, + SerfAdvertiseAddrLAN: serfAdvertiseAddrLAN, + SerfAdvertiseAddrWAN: serfAdvertiseAddrWAN, + SerfAllowedCIDRsLAN: serfAllowedCIDRSLAN, + SerfAllowedCIDRsWAN: serfAllowedCIDRSWAN, + SerfBindAddrLAN: serfBindAddrLAN, + SerfBindAddrWAN: serfBindAddrWAN, + SerfPortLAN: serfPortLAN, + SerfPortWAN: serfPortWAN, + ServerMode: b.boolVal(c.ServerMode), + ServerName: b.stringVal(c.ServerName), + ServerPort: serverPort, + Services: services, + SessionTTLMin: b.durationVal("session_ttl_min", c.SessionTTLMin), + SkipLeaveOnInt: skipLeaveOnInt, + StartJoinAddrsLAN: b.expandAllOptionalAddrs("start_join", c.StartJoinAddrsLAN), + StartJoinAddrsWAN: b.expandAllOptionalAddrs("start_join_wan", c.StartJoinAddrsWAN), + TLSCipherSuites: b.tlsCipherSuites("tls_cipher_suites", c.TLSCipherSuites), + TLSMinVersion: b.stringVal(c.TLSMinVersion), + TLSPreferServerCipherSuites: b.boolVal(c.TLSPreferServerCipherSuites), + TaggedAddresses: c.TaggedAddresses, + TranslateWANAddrs: b.boolVal(c.TranslateWANAddrs), + TxnMaxReqLen: b.uint64Val(c.Limits.TxnMaxReqLen), + UIDir: b.stringVal(c.UIDir), + UIContentPath: UIPathBuilder(b.stringVal(c.UIContentPath)), + UnixSocketGroup: b.stringVal(c.UnixSocket.Group), + UnixSocketMode: b.stringVal(c.UnixSocket.Mode), + UnixSocketUser: b.stringVal(c.UnixSocket.User), + VerifyIncoming: b.boolVal(c.VerifyIncoming), + VerifyIncomingHTTPS: b.boolVal(c.VerifyIncomingHTTPS), + VerifyIncomingRPC: b.boolVal(c.VerifyIncomingRPC), + VerifyOutgoing: verifyOutgoing, + VerifyServerHostname: verifyServerName, + Watches: c.Watches, } if rt.Cache.EntryFetchMaxBurst <= 0 { @@ -1030,10 +1078,8 @@ func (b *Builder) Build() (rt RuntimeConfig, err error) { return RuntimeConfig{}, fmt.Errorf("cache.entry_fetch_rate must be strictly positive, was: %v", rt.Cache.EntryFetchRate) } - if entCfg, err := b.BuildEnterpriseRuntimeConfig(&c); err != nil { - return RuntimeConfig{}, err - } else { - rt.EnterpriseRuntimeConfig = entCfg + if err := b.BuildEnterpriseRuntimeConfig(&rt, &c); err != nil { + return rt, err } if rt.BootstrapExpect == 1 { @@ -1084,9 +1130,20 @@ func (b *Builder) Validate(rt RuntimeConfig) error { return fmt.Errorf("data_dir %q is not a directory", rt.DataDir) } } - if rt.NodeName == "" { + + switch { + case rt.NodeName == "": return fmt.Errorf("node_name cannot be empty") + case dns.InvalidNameRe.MatchString(rt.NodeName): + b.warn("Node name %q will not be discoverable "+ + "via DNS due to invalid characters. Valid characters include "+ + "all alpha-numerics and dashes.", rt.NodeName) + case len(rt.NodeName) > dns.MaxLabelLength: + b.warn("Node name %q will not be discoverable "+ + "via DNS due to it being too long. Valid lengths are between "+ + "1 and 63 bytes.", rt.NodeName) } + if ipaddr.IsAny(rt.AdvertiseAddrLAN.IP) { return fmt.Errorf("Advertise address cannot be 0.0.0.0, :: or [::]") } @@ -1305,7 +1362,13 @@ func (b *Builder) Validate(rt RuntimeConfig) error { return err } - return nil + if err := validateRemoteScriptsChecks(rt); err != nil { + // TODO: make this an error in a future version + b.warn(err.Error()) + } + + err := b.validateEnterpriseConfig(rt) + return err } // addrUnique checks if the given address is already in use for another @@ -1709,7 +1772,7 @@ func (b *Builder) tlsCipherSuites(name string, v *string) []uint16 { func (b *Builder) nodeName(v *string) string { nodeName := b.stringVal(v) if nodeName == "" { - fn := b.Hostname + fn := b.hostname if fn == nil { fn = os.Hostname } @@ -2045,7 +2108,6 @@ func (b *Builder) validateAutoConfig(rt RuntimeConfig) error { return fmt.Errorf("auto_config.enabled is set without providing a list of addresses") } - // TODO (autoconf) should we validate the DNS and IP SANs? The IP SANs have already been parsed into IPs return nil } @@ -2055,6 +2117,15 @@ func (b *Builder) validateAutoConfigAuthorizer(rt RuntimeConfig) error { if !authz.Enabled { return nil } + + // When in a secondary datacenter with ACLs enabled, we require token replication to be enabled + // as that is what allows us to create the local tokens to distribute to the clients. Otherwise + // we would have to have a token with the ability to create ACL tokens in the primary and make + // RPCs in response to auto config requests. + if rt.ACLsEnabled && rt.PrimaryDatacenter != rt.Datacenter && !rt.ACLTokenReplication { + return fmt.Errorf("Enabling auto-config authorization (auto_config.authorization.enabled) in non primary datacenters with ACLs enabled (acl.enabled) requires also enabling ACL token replication (acl.enable_token_replication)") + } + // Auto Config Authorization is only supported on servers if !rt.ServerMode { return fmt.Errorf("auto_config.authorization.enabled cannot be set to true for client agents") @@ -2138,3 +2209,15 @@ func UIPathBuilder(UIContentString string) string { } return "/ui/" } + +const remoteScriptCheckSecurityWarning = "using enable-script-checks without ACLs and without allow_write_http_from is DANGEROUS, use enable-local-script-checks instead, see https://www.hashicorp.com/blog/protecting-consul-from-rce-risk-in-specific-configurations/" + +// validateRemoteScriptsChecks returns an error if EnableRemoteScriptChecks is +// enabled without other security features, which mitigate the risk of executing +// remote scripts. +func validateRemoteScriptsChecks(conf RuntimeConfig) error { + if conf.EnableRemoteScriptChecks && !conf.ACLsEnabled && len(conf.AllowWriteHTTPFrom) == 0 { + return errors.New(remoteScriptCheckSecurityWarning) + } + return nil +} diff --git a/agent/config/builder_oss.go b/agent/config/builder_oss.go index b585cab504..85cf081375 100644 --- a/agent/config/builder_oss.go +++ b/agent/config/builder_oss.go @@ -51,8 +51,12 @@ func (e enterpriseConfigKeyError) Error() string { return fmt.Sprintf("%q is a Consul Enterprise configuration and will have no effect", e.key) } -func (_ *Builder) BuildEnterpriseRuntimeConfig(_ *Config) (EnterpriseRuntimeConfig, error) { - return EnterpriseRuntimeConfig{}, nil +func (*Builder) BuildEnterpriseRuntimeConfig(_ *RuntimeConfig, _ *Config) error { + return nil +} + +func (*Builder) validateEnterpriseConfig(_ RuntimeConfig) error { + return nil } // validateEnterpriseConfig is a function to validate the enterprise specific diff --git a/agent/config/builder_test.go b/agent/config/builder_test.go index a2eddaf75d..9be12a4d34 100644 --- a/agent/config/builder_test.go +++ b/agent/config/builder_test.go @@ -3,13 +3,44 @@ package config import ( "fmt" "io/ioutil" + "net" "os" "path/filepath" + "strings" "testing" + "time" "github.com/stretchr/testify/require" ) +func TestLoad(t *testing.T) { + // Basically just testing that injection of the extra + // source works. + devMode := true + builderOpts := BuilderOpts{ + // putting this in dev mode so that the config validates + // without having to specify a data directory + DevMode: &devMode, + } + + cfg, warnings, err := Load(builderOpts, FileSource{ + Name: "test", + Format: "hcl", + Data: `node_name = "hobbiton"`, + }, + FileSource{ + Name: "overrides", + Format: "json", + Data: `{"check_reap_interval": "1ms"}`, + }) + + require.NoError(t, err) + require.Empty(t, warnings) + require.NotNil(t, cfg) + require.Equal(t, "hobbiton", cfg.NodeName) + require.Equal(t, 1*time.Millisecond, cfg.CheckReapInterval) +} + func TestShouldParseFile(t *testing.T) { var testcases = []struct { filename string @@ -38,10 +69,10 @@ func TestNewBuilder_PopulatesSourcesFromConfigFiles(t *testing.T) { require.NoError(t, err) expected := []Source{ - {Name: paths[0], Format: "hcl", Data: "content a"}, - {Name: paths[1], Format: "json", Data: "content b"}, - {Name: filepath.Join(paths[3], "a.hcl"), Format: "hcl", Data: "content a"}, - {Name: filepath.Join(paths[3], "b.json"), Format: "json", Data: "content b"}, + FileSource{Name: paths[0], Format: "hcl", Data: "content a"}, + FileSource{Name: paths[1], Format: "json", Data: "content b"}, + FileSource{Name: filepath.Join(paths[3], "a.hcl"), Format: "hcl", Data: "content a"}, + FileSource{Name: filepath.Join(paths[3], "b.json"), Format: "json", Data: "content b"}, } require.Equal(t, expected, b.Sources) require.Len(t, b.Warnings, 2) @@ -54,12 +85,12 @@ func TestNewBuilder_PopulatesSourcesFromConfigFiles_WithConfigFormat(t *testing. require.NoError(t, err) expected := []Source{ - {Name: paths[0], Format: "hcl", Data: "content a"}, - {Name: paths[1], Format: "hcl", Data: "content b"}, - {Name: paths[2], Format: "hcl", Data: "content c"}, - {Name: filepath.Join(paths[3], "a.hcl"), Format: "hcl", Data: "content a"}, - {Name: filepath.Join(paths[3], "b.json"), Format: "hcl", Data: "content b"}, - {Name: filepath.Join(paths[3], "c.yaml"), Format: "hcl", Data: "content c"}, + FileSource{Name: paths[0], Format: "hcl", Data: "content a"}, + FileSource{Name: paths[1], Format: "hcl", Data: "content b"}, + FileSource{Name: paths[2], Format: "hcl", Data: "content c"}, + FileSource{Name: filepath.Join(paths[3], "a.hcl"), Format: "hcl", Data: "content a"}, + FileSource{Name: filepath.Join(paths[3], "b.json"), Format: "hcl", Data: "content b"}, + FileSource{Name: filepath.Join(paths[3], "c.yaml"), Format: "hcl", Data: "content c"}, } require.Equal(t, expected, b.Sources) } @@ -92,3 +123,62 @@ func setupConfigFiles(t *testing.T) []string { subpath, } } + +func TestBuilder_BuildAndValidate_NodeName(t *testing.T) { + type testCase struct { + name string + nodeName string + expectedWarn string + } + + fn := func(t *testing.T, tc testCase) { + b, err := NewBuilder(BuilderOpts{ + Config: Config{ + NodeName: pString(tc.nodeName), + DataDir: pString("dir"), + }, + }) + patchBuilderShims(b) + require.NoError(t, err) + _, err = b.BuildAndValidate() + require.NoError(t, err) + require.Len(t, b.Warnings, 1) + require.Contains(t, b.Warnings[0], tc.expectedWarn) + } + + var testCases = []testCase{ + { + name: "invalid character - unicode", + nodeName: "🐼", + expectedWarn: `Node name "🐼" will not be discoverable via DNS due to invalid characters`, + }, + { + name: "invalid character - slash", + nodeName: "thing/other/ok", + expectedWarn: `Node name "thing/other/ok" will not be discoverable via DNS due to invalid characters`, + }, + { + name: "too long", + nodeName: strings.Repeat("a", 66), + expectedWarn: "due to it being too long.", + }, + } + + for _, tc := range testCases { + t.Run(tc.name, func(t *testing.T) { + fn(t, tc) + }) + } +} + +func patchBuilderShims(b *Builder) { + b.hostname = func() (string, error) { + return "thehostname", nil + } + b.getPrivateIPv4 = func() ([]*net.IPAddr, error) { + return []*net.IPAddr{ipAddr("10.0.0.1")}, nil + } + b.getPublicIPv6 = func() ([]*net.IPAddr, error) { + return []*net.IPAddr{ipAddr("dead:beef::1")}, nil + } +} diff --git a/agent/config/config.go b/agent/config/config.go index eaa10d62a1..3e0710380b 100644 --- a/agent/config/config.go +++ b/agent/config/config.go @@ -14,27 +14,51 @@ const ( SerfWANKeyring = "serf/remote.keyring" ) -type Source struct { +// Source parses configuration from some source. +type Source interface { + // Source returns an identifier for the Source that can be used in error message + Source() string + // Parse a configuration and return the result. + Parse() (Config, mapstructure.Metadata, error) +} + +// ErrNoData indicates to Builder.Build that the source contained no data, and +// it can be skipped. +var ErrNoData = fmt.Errorf("config source contained no data") + +// FileSource implements Source and parses a config from a file. +type FileSource struct { Name string Format string Data string } -// Parse parses a config fragment in either JSON or HCL format. -func Parse(data string, format string) (c Config, md mapstructure.Metadata, err error) { - var raw map[string]interface{} - switch format { - case "json": - err = json.Unmarshal([]byte(data), &raw) - case "hcl": - err = hcl.Decode(&raw, data) - default: - err = fmt.Errorf("invalid format: %s", format) - } - if err != nil { - return Config{}, mapstructure.Metadata{}, err +func (f FileSource) Source() string { + return f.Name +} + +// Parse a config file in either JSON or HCL format. +func (f FileSource) Parse() (Config, mapstructure.Metadata, error) { + if f.Name == "" || f.Data == "" { + return Config{}, mapstructure.Metadata{}, ErrNoData } + var raw map[string]interface{} + var err error + var md mapstructure.Metadata + switch f.Format { + case "json": + err = json.Unmarshal([]byte(f.Data), &raw) + case "hcl": + err = hcl.Decode(&raw, f.Data) + default: + err = fmt.Errorf("invalid format: %s", f.Format) + } + if err != nil { + return Config{}, md, err + } + + var c Config d, err := mapstructure.NewDecoder(&mapstructure.DecoderConfig{ DecodeHook: mapstructure.ComposeDecodeHookFunc( // decode.HookWeakDecodeFromSlice is only necessary when reading from @@ -49,15 +73,29 @@ func Parse(data string, format string) (c Config, md mapstructure.Metadata, err Result: &c, }) if err != nil { - return Config{}, mapstructure.Metadata{}, err + return Config{}, md, err } if err := d.Decode(raw); err != nil { - return Config{}, mapstructure.Metadata{}, err + return Config{}, md, err } return c, md, nil } +// LiteralSource implements Source and returns an existing Config struct. +type LiteralSource struct { + Name string + Config Config +} + +func (l LiteralSource) Source() string { + return l.Name +} + +func (l LiteralSource) Parse() (Config, mapstructure.Metadata, error) { + return l.Config, mapstructure.Metadata{}, nil +} + // Cache is the tunning configuration for cache, values are optional type Cache struct { // EntryFetchMaxBurst max burst size of RateLimit for a single cache entry diff --git a/agent/config/default.go b/agent/config/default.go index 380cf31aef..347bc09c28 100644 --- a/agent/config/default.go +++ b/agent/config/default.go @@ -12,9 +12,7 @@ import ( // DefaultSource is the default agent configuration. // This needs to be merged first in the head. -// todo(fs): The values are sourced from multiple sources. -// todo(fs): IMO, this should be the definitive default for all configurable values -// todo(fs): and whatever is in here should clobber every default value. Hence, no sourcing. +// TODO: return a LiteralSource (no decoding) instead of a FileSource func DefaultSource() Source { cfg := consul.DefaultConfig() serfLAN := cfg.SerfLANConfig.MemberlistConfig @@ -25,7 +23,7 @@ func DefaultSource() Source { // acl stanza for now we need to be able to detect the new entries not being set (not // just set to the defaults here) so that we can use the old entries. So the true // default still needs to reside in the original config values - return Source{ + return FileSource{ Name: "default", Format: "hcl", Data: ` @@ -131,8 +129,9 @@ func DefaultSource() Source { // DevSource is the additional default configuration for dev mode. // This should be merged in the head after the default configuration. +// TODO: return a LiteralSource (no decoding) instead of a FileSource func DevSource() Source { - return Source{ + return FileSource{ Name: "dev", Format: "hcl", Data: ` @@ -171,8 +170,9 @@ func DevSource() Source { // NonUserSource contains the values the user cannot configure. // This needs to be merged in the tail. +// TODO: return a LiteralSource (no decoding) instead of a FileSource func NonUserSource() Source { - return Source{ + return FileSource{ Name: "non-user", Format: "hcl", Data: ` @@ -203,8 +203,9 @@ func NonUserSource() Source { // VersionSource creates a config source for the version parameters. // This should be merged in the tail since these values are not // user configurable. +// TODO: return a LiteralSource (no decoding) instead of a FileSource func VersionSource(rev, ver, verPre string) Source { - return Source{ + return FileSource{ Name: "version", Format: "hcl", Data: fmt.Sprintf(`revision = %q version = %q version_prerelease = %q`, rev, ver, verPre), @@ -219,10 +220,11 @@ func DefaultVersionSource() Source { // DefaultConsulSource returns the default configuration for the consul agent. // This should be merged in the tail since these values are not user configurable. +// TODO: return a LiteralSource (no decoding) instead of a FileSource func DefaultConsulSource() Source { cfg := consul.DefaultConfig() raft := cfg.RaftConfig - return Source{ + return FileSource{ Name: "consul", Format: "hcl", Data: ` @@ -247,8 +249,9 @@ func DefaultConsulSource() Source { // DevConsulSource returns the consul agent configuration for the dev mode. // This should be merged in the tail after the DefaultConsulSource. +// TODO: return a LiteralSource (no decoding) instead of a FileSource func DevConsulSource() Source { - return Source{ + return FileSource{ Name: "consul-dev", Format: "hcl", Data: ` diff --git a/agent/config/default_oss.go b/agent/config/default_oss.go index 1c675f3aee..8f5d61aaaf 100644 --- a/agent/config/default_oss.go +++ b/agent/config/default_oss.go @@ -5,8 +5,9 @@ package config // DefaultEnterpriseSource returns the consul agent configuration for enterprise mode. // These can be overridden by the user and therefore this source should be merged in the // head and processed before user configuration. +// TODO: return a LiteralSource (no decoding) instead of a FileSource func DefaultEnterpriseSource() Source { - return Source{ + return FileSource{ Name: "enterprise-defaults", Format: "hcl", Data: ``, @@ -15,8 +16,9 @@ func DefaultEnterpriseSource() Source { // OverrideEnterpriseSource returns the consul agent configuration for the enterprise mode. // This should be merged in the tail after the DefaultConsulSource. +// TODO: return a LiteralSource (no decoding) instead of a FileSource func OverrideEnterpriseSource() Source { - return Source{ + return FileSource{ Name: "enterprise-overrides", Format: "hcl", Data: ``, diff --git a/agent/config/runtime.go b/agent/config/runtime.go index 88c2271773..7577854224 100644 --- a/agent/config/runtime.go +++ b/agent/config/runtime.go @@ -9,8 +9,10 @@ import ( "github.com/hashicorp/consul/agent/cache" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/lib" + "github.com/hashicorp/consul/logging" "github.com/hashicorp/consul/tlsutil" "github.com/hashicorp/consul/types" "github.com/hashicorp/go-uuid" @@ -62,19 +64,7 @@ type RuntimeConfig struct { // hcl: acl.enabled = boolean ACLsEnabled bool - // ACLAgentMasterToken is a special token that has full read and write - // privileges for this agent, and can be used to call agent endpoints - // when no servers are available. - // - // hcl: acl.tokens.agent_master = string - ACLAgentMasterToken string - - // ACLAgentToken is the default token used to make requests for the agent - // itself, such as for registering itself with the catalog. If not - // configured, the 'acl_token' will be used. - // - // hcl: acl.tokens.agent = string - ACLAgentToken string + ACLTokens token.Config // ACLDatacenter is the central datacenter that holds authoritative // ACL records. This must be the same for the entire cluster. @@ -122,16 +112,6 @@ type RuntimeConfig struct { // hcl: acl.tokens.master = string ACLMasterToken string - // ACLReplicationToken is used to replicate data locally from the - // PrimaryDatacenter. Replication is only available on servers in - // datacenters other than the PrimaryDatacenter - // - // DEPRECATED (ACL-Legacy-Compat): Setting this to a non-empty value - // also enables legacy ACL replication if ACLs are enabled and in legacy mode. - // - // hcl: acl.tokens.replication = string - ACLReplicationToken string - // ACLtokenReplication is used to indicate that both tokens and policies // should be replicated instead of just policies // @@ -156,16 +136,6 @@ type RuntimeConfig struct { // hcl: acl.role_ttl = "duration" ACLRoleTTL time.Duration - // ACLToken is the default token used to make requests if a per-request - // token is not provided. If not configured the 'anonymous' token is used. - // - // hcl: acl.tokens.default = string - ACLToken string - - // ACLEnableTokenPersistence determines whether or not tokens set via the agent HTTP API - // should be persisted to disk and reloaded when an agent restarts. - ACLEnableTokenPersistence bool - // AutopilotCleanupDeadServers enables the automatic cleanup of dead servers when new ones // are added to the peer list. Defaults to true. // @@ -724,13 +694,6 @@ type RuntimeConfig struct { // flag: -enable-script-checks EnableRemoteScriptChecks bool - // EnableSyslog is used to also tee all the logs over to syslog. Only supported - // on linux and OSX. Other platforms will generate an error. - // - // hcl: enable_syslog = (true|false) - // flag: -syslog - EnableSyslog bool - // EnableUI enables the statically-compiled assets for the Consul web UI and // serves them at the default /ui/ endpoint automatically. // @@ -858,40 +821,8 @@ type RuntimeConfig struct { // hcl: leave_on_terminate = (true|false) LeaveOnTerm bool - // LogLevel is the level of the logs to write. Defaults to "INFO". - // - // hcl: log_level = string - LogLevel string - - // LogJSON controls whether to output logs as structured JSON. Defaults to false. - // - // hcl: log_json = (true|false) - // flag: -log-json - LogJSON bool - - // LogFile is the path to the file where the logs get written to. Defaults to empty string. - // - // hcl: log_file = string - // flags: -log-file string - LogFile string - - // LogRotateDuration is the time configured to rotate logs based on time - // - // hcl: log_rotate_duration = string - // flags: -log-rotate-duration string - LogRotateDuration time.Duration - - // LogRotateBytes is the time configured to rotate logs based on bytes written - // - // hcl: log_rotate_bytes = int - // flags: -log-rotate-bytes int - LogRotateBytes int - - // LogRotateMaxFiles is the maximum number of log file archives to keep - // - // hcl: log_rotate_max_files = int - // flags: -log-rotate-max-files int - LogRotateMaxFiles int + // Logging configuration used to initialize agent logging. + Logging logging.Config // MaxQueryTime is the maximum amount of time a blocking query can wait // before Consul will force a response. Consul applies jitter to the wait @@ -1422,12 +1353,6 @@ type RuntimeConfig struct { // flag: -join-wan string -join-wan string StartJoinAddrsWAN []string - // SyslogFacility is used to control where the syslog messages go - // By default, goes to LOCAL0 - // - // hcl: syslog_facility = string - SyslogFacility string - // TLSCipherSuites is used to specify the list of supported ciphersuites. // // The values should be a list of the following values: diff --git a/agent/config/runtime_oss_test.go b/agent/config/runtime_oss_test.go index 3871940c51..b6eee07e27 100644 --- a/agent/config/runtime_oss_test.go +++ b/agent/config/runtime_oss_test.go @@ -6,11 +6,9 @@ var entMetaJSON = `{}` var entRuntimeConfigSanitize = `{}` -var entFullDNSJSONConfig = `` +var entTokenConfigSanitize = `"EnterpriseConfig": {},` -var entFullDNSHCLConfig = `` - -var entFullRuntimeConfig = EnterpriseRuntimeConfig{} +func entFullRuntimeConfig(rt *RuntimeConfig) {} var enterpriseNonVotingServerWarnings []string = []string{enterpriseConfigKeyError{key: "non_voting_server"}.Error()} diff --git a/agent/config/runtime_test.go b/agent/config/runtime_test.go index f1ffe9a2bc..9b2da792ff 100644 --- a/agent/config/runtime_test.go +++ b/agent/config/runtime_test.go @@ -21,7 +21,9 @@ import ( "github.com/hashicorp/consul/agent/cache" "github.com/hashicorp/consul/agent/checks" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/lib" + "github.com/hashicorp/consul/logging" "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/types" "github.com/stretchr/testify/require" @@ -48,9 +50,10 @@ type configTest struct { // should check one option at a time if possible and should use generic // values, e.g. 'a' or 1 instead of 'servicex' or 3306. -func TestConfigFlagsAndEdgecases(t *testing.T) { +func TestBuilder_BuildAndValide_ConfigFlagsAndEdgecases(t *testing.T) { dataDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(dataDir) + + defaultEntMeta := structs.DefaultEnterpriseMeta() tests := []configTest{ // ------------------------------------------------------------ @@ -289,7 +292,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { rt.EnableDebug = true rt.EnableUI = true rt.LeaveOnTerm = false - rt.LogLevel = "DEBUG" + rt.Logging.LogLevel = "DEBUG" rt.RPCAdvertiseAddr = tcpAddr("127.0.0.1:8300") rt.RPCBindAddr = tcpAddr("127.0.0.1:8300") rt.SerfAdvertiseAddrLAN = tcpAddr("127.0.0.1:8301") @@ -424,6 +427,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { rt.EnableRemoteScriptChecks = true rt.DataDir = dataDir }, + warns: []string{remoteScriptCheckSecurityWarning}, }, { desc: "-encrypt", @@ -490,13 +494,6 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { writeFile(filepath.Join(dataDir, "conf"), []byte(`datacenter = "a"`)) }, }, - { - desc: "-config-format invalid", - args: []string{ - `-config-format=foobar`, - }, - err: "-config-format must be either 'hcl' or 'json'", - }, { desc: "-http-port", args: []string{ @@ -540,7 +537,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { `-data-dir=` + dataDir, }, patch: func(rt *RuntimeConfig) { - rt.LogLevel = "a" + rt.Logging.LogLevel = "a" rt.DataDir = dataDir }, }, @@ -551,7 +548,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { `-data-dir=` + dataDir, }, patch: func(rt *RuntimeConfig) { - rt.LogJSON = true + rt.Logging.LogJSON = true rt.DataDir = dataDir }, }, @@ -564,7 +561,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { json: []string{`{ "log_rotate_max_files": 2 }`}, hcl: []string{`log_rotate_max_files = 2`}, patch: func(rt *RuntimeConfig) { - rt.LogRotateMaxFiles = 2 + rt.Logging.LogRotateMaxFiles = 2 rt.DataDir = dataDir }, }, @@ -842,7 +839,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { `-data-dir=` + dataDir, }, patch: func(rt *RuntimeConfig) { - rt.EnableSyslog = true + rt.Logging.EnableSyslog = true rt.DataDir = dataDir }, }, @@ -1584,7 +1581,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { args: []string{`-data-dir=` + dataDir}, json: []string{`this is not JSON`}, hcl: []string{`*** 0123 this is not HCL`}, - err: "Error parsing", + err: "failed to parse", }, { desc: "datacenter is lower-cased", @@ -1617,7 +1614,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { json: []string{`{ "acl_replication_token": "a" }`}, hcl: []string{`acl_replication_token = "a"`}, patch: func(rt *RuntimeConfig) { - rt.ACLReplicationToken = "a" + rt.ACLTokens.ACLReplicationToken = "a" rt.ACLTokenReplication = true rt.DataDir = dataDir }, @@ -3292,17 +3289,15 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { err: "config_entries.bootstrap[0]: invalid config entry kind: foo", }, { - desc: "ConfigEntry bootstrap invalid", + desc: "ConfigEntry bootstrap invalid service-defaults", args: []string{`-data-dir=` + dataDir}, json: []string{`{ "config_entries": { "bootstrap": [ { - "kind": "proxy-defaults", - "name": "invalid-name", - "config": { - "foo": "bar" - } + "kind": "service-defaults", + "name": "web", + "made_up_key": "blah" } ] } @@ -3310,14 +3305,12 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { hcl: []string{` config_entries { bootstrap { - kind = "proxy-defaults" - name = "invalid-name" - config { - foo = "bar" - } + kind = "service-defaults" + name = "web" + made_up_key = "blah" } }`}, - err: "config_entries.bootstrap[0]: invalid name (\"invalid-name\"), only \"global\" is supported", + err: "config_entries.bootstrap[0]: 1 error occurred:\n\t* invalid config key \"made_up_key\"\n\n", }, { desc: "ConfigEntry bootstrap proxy-defaults (snake-case)", @@ -3361,8 +3354,9 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { rt.DataDir = dataDir rt.ConfigEntryBootstrap = []structs.ConfigEntry{ &structs.ProxyConfigEntry{ - Kind: structs.ProxyDefaults, - Name: structs.ProxyConfigGlobal, + Kind: structs.ProxyDefaults, + Name: structs.ProxyConfigGlobal, + EnterpriseMeta: *defaultEntMeta, Config: map[string]interface{}{ "bar": "abc", "moreconfig": map[string]interface{}{ @@ -3418,8 +3412,9 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { rt.DataDir = dataDir rt.ConfigEntryBootstrap = []structs.ConfigEntry{ &structs.ProxyConfigEntry{ - Kind: structs.ProxyDefaults, - Name: structs.ProxyConfigGlobal, + Kind: structs.ProxyDefaults, + Name: structs.ProxyConfigGlobal, + EnterpriseMeta: *defaultEntMeta, Config: map[string]interface{}{ "bar": "abc", "moreconfig": map[string]interface{}{ @@ -3442,6 +3437,10 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { { "kind": "service-defaults", "name": "web", + "meta" : { + "foo": "bar", + "gir": "zim" + }, "protocol": "http", "external_sni": "abc-123", "mesh_gateway": { @@ -3456,6 +3455,10 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { bootstrap { kind = "service-defaults" name = "web" + meta { + "foo" = "bar" + "gir" = "zim" + } protocol = "http" external_sni = "abc-123" mesh_gateway { @@ -3467,10 +3470,15 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { rt.DataDir = dataDir rt.ConfigEntryBootstrap = []structs.ConfigEntry{ &structs.ServiceConfigEntry{ - Kind: structs.ServiceDefaults, - Name: "web", - Protocol: "http", - ExternalSNI: "abc-123", + Kind: structs.ServiceDefaults, + Name: "web", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, + EnterpriseMeta: *defaultEntMeta, + Protocol: "http", + ExternalSNI: "abc-123", MeshGateway: structs.MeshGatewayConfig{ Mode: structs.MeshGatewayModeRemote, }, @@ -3487,6 +3495,10 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { { "Kind": "service-defaults", "Name": "web", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Protocol": "http", "ExternalSNI": "abc-123", "MeshGateway": { @@ -3501,6 +3513,10 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { bootstrap { Kind = "service-defaults" Name = "web" + Meta { + "foo" = "bar" + "gir" = "zim" + } Protocol = "http" ExternalSNI = "abc-123" MeshGateway { @@ -3512,10 +3528,15 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { rt.DataDir = dataDir rt.ConfigEntryBootstrap = []structs.ConfigEntry{ &structs.ServiceConfigEntry{ - Kind: structs.ServiceDefaults, - Name: "web", - Protocol: "http", - ExternalSNI: "abc-123", + Kind: structs.ServiceDefaults, + Name: "web", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, + EnterpriseMeta: *defaultEntMeta, + Protocol: "http", + ExternalSNI: "abc-123", MeshGateway: structs.MeshGatewayConfig{ Mode: structs.MeshGatewayModeRemote, }, @@ -3532,6 +3553,10 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { { "kind": "service-router", "name": "main", + "meta" : { + "foo": "bar", + "gir": "zim" + }, "routes": [ { "match": { @@ -3616,6 +3641,10 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { bootstrap { kind = "service-router" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } routes = [ { match { @@ -3699,6 +3728,11 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { &structs.ServiceRouterConfigEntry{ Kind: structs.ServiceRouter, Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, + EnterpriseMeta: *defaultEntMeta, Routes: []structs.ServiceRoute{ { Match: &structs.ServiceRouteMatch{ @@ -3778,6 +3812,8 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { } }, }, + // TODO(rb): add in missing tests for ingress-gateway (snake + camel) + // TODO(rb): add in missing tests for terminating-gateway (snake + camel) /////////////////////////////////// // Defaults sanity checks @@ -3986,6 +4022,7 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { "Both an intro token and intro token file are set. The intro token will be used instead of the file", }, patch: func(rt *RuntimeConfig) { + rt.ConnectEnabled = true rt.AutoConfig.Enabled = true rt.AutoConfig.IntroToken = "blah" rt.AutoConfig.IntroTokenFile = "blah" @@ -4080,6 +4117,48 @@ func TestConfigFlagsAndEdgecases(t *testing.T) { err: `auto_config.authorization.static has invalid configuration: exactly one of 'JWTValidationPubKeys', 'JWKSURL', or 'OIDCDiscoveryURL' must be set for type "jwt"`, }, + { + desc: "auto config authorizer require token replication in secondary", + args: []string{ + `-data-dir=` + dataDir, + `-server`, + }, + hcl: []string{` + primary_datacenter = "otherdc" + acl { + enabled = true + } + auto_config { + authorization { + enabled = true + static { + jwks_url = "https://fake.uri.local" + oidc_discovery_url = "https://fake.uri.local" + } + } + } + cert_file = "foo" + `}, + json: []string{` + { + "primary_datacenter": "otherdc", + "acl": { + "enabled": true + }, + "auto_config": { + "authorization": { + "enabled": true, + "static": { + "jwks_url": "https://fake.uri.local", + "oidc_discovery_url": "https://fake.uri.local" + } + } + }, + "cert_file": "foo" + }`}, + err: `Enabling auto-config authorization (auto_config.authorization.enabled) in non primary datacenters with ACLs enabled (acl.enabled) requires also enabling ACL token replication (acl.enable_token_replication)`, + }, + { desc: "auto config authorizer invalid claim assertion", args: []string{ @@ -4245,38 +4324,27 @@ func testConfig(t *testing.T, tests []configTest, dataDir string) { t.Fatal("NewBuilder", err) } - // mock the hostname function unless a mock is provided - b.Hostname = tt.hostname - if b.Hostname == nil { - b.Hostname = func() (string, error) { return "nodex", nil } + patchBuilderShims(b) + if tt.hostname != nil { + b.hostname = tt.hostname } - - // mock the ip address detection - privatev4 := tt.privatev4 - if privatev4 == nil { - privatev4 = func() ([]*net.IPAddr, error) { - return []*net.IPAddr{ipAddr("10.0.0.1")}, nil - } + if tt.privatev4 != nil { + b.getPrivateIPv4 = tt.privatev4 } - publicv6 := tt.publicv6 - if publicv6 == nil { - publicv6 = func() ([]*net.IPAddr, error) { - return []*net.IPAddr{ipAddr("dead:beef::1")}, nil - } + if tt.publicv6 != nil { + b.getPublicIPv6 = tt.publicv6 } - b.GetPrivateIPv4 = privatev4 - b.GetPublicIPv6 = publicv6 // read the source fragements for i, data := range srcs { - b.Sources = append(b.Sources, Source{ + b.Sources = append(b.Sources, FileSource{ Name: fmt.Sprintf("src-%d.%s", i, format), Format: format, Data: data, }) } for i, data := range tails { - b.Tail = append(b.Tail, Source{ + b.Tail = append(b.Tail, FileSource{ Name: fmt.Sprintf("tail-%d.%s", i, format), Format: format, Data: data, @@ -4297,12 +4365,10 @@ func testConfig(t *testing.T, tests []configTest, dataDir string) { if err != nil && tt.err != "" && !strings.Contains(err.Error(), tt.err) { t.Fatalf("error %q does not contain %q", err.Error(), tt.err) } - require.Equal(t, tt.warns, b.Warnings, "warnings") - - // stop if we expected an error if tt.err != "" { return } + require.Equal(t, tt.warns, b.Warnings, "warnings") // build a default configuration, then patch the fields we expect to change // and compare it with the generated configuration. Since the expected @@ -4311,9 +4377,9 @@ func testConfig(t *testing.T, tests []configTest, dataDir string) { if err != nil { t.Fatal(err) } - x.Hostname = b.Hostname - x.GetPrivateIPv4 = func() ([]*net.IPAddr, error) { return []*net.IPAddr{ipAddr("10.0.0.1")}, nil } - x.GetPublicIPv6 = func() ([]*net.IPAddr, error) { return []*net.IPAddr{ipAddr("dead:beef::1")}, nil } + x.hostname = b.hostname + x.getPrivateIPv4 = func() ([]*net.IPAddr, error) { return []*net.IPAddr{ipAddr("10.0.0.1")}, nil } + x.getPublicIPv6 = func() ([]*net.IPAddr, error) { return []*net.IPAddr{ipAddr("dead:beef::1")}, nil } expected, err := x.Build() if err != nil { t.Fatalf("build default failed: %s", err) @@ -4321,12 +4387,25 @@ func testConfig(t *testing.T, tests []configTest, dataDir string) { if tt.patch != nil { tt.patch(&expected) } + + // both DataDir fields should always be the same, so test for the + // invariant, and than updated the expected, so that every test + // case does not need to set this field. + require.Equal(t, actual.DataDir, actual.ACLTokens.DataDir) + expected.ACLTokens.DataDir = actual.ACLTokens.DataDir + require.Equal(t, expected, actual) }) } } } +func TestNewBuilder_InvalidConfigFormat(t *testing.T) { + _, err := NewBuilder(BuilderOpts{ConfigFormat: "yaml"}) + require.Error(t, err) + require.Contains(t, err.Error(), "-config-format must be either 'hcl' or 'json'") +} + // TestFullConfig tests the conversion from a fully populated JSON or // HCL config file to a RuntimeConfig structure. All fields must be set // to a unique non-zero value. @@ -4344,13 +4423,14 @@ func testConfig(t *testing.T, tests []configTest, dataDir string) { // func TestFullConfig(t *testing.T) { dataDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(dataDir) cidr := func(s string) *net.IPNet { _, n, _ := net.ParseCIDR(s) return n } + defaultEntMeta := structs.DefaultEnterpriseMeta() + flagSrc := []string{`-dev`} src := map[string]string{ "json": `{ @@ -5684,7 +5764,7 @@ func TestFullConfig(t *testing.T) { tail := map[string][]Source{ "json": { - { + FileSource{ Name: "tail.non-user.json", Format: "json", Data: ` @@ -5703,7 +5783,7 @@ func TestFullConfig(t *testing.T) { "sync_coordinate_rate_target": 137.81 }`, }, - { + FileSource{ Name: "tail.consul.json", Format: "json", Data: ` @@ -5727,7 +5807,7 @@ func TestFullConfig(t *testing.T) { }, }, "hcl": { - { + FileSource{ Name: "tail.non-user.hcl", Format: "hcl", Data: ` @@ -5745,7 +5825,7 @@ func TestFullConfig(t *testing.T) { sync_coordinate_rate_target = 137.81 `, }, - { + FileSource{ Name: "tail.consul.hcl", Format: "hcl", Data: ` @@ -5807,20 +5887,24 @@ func TestFullConfig(t *testing.T) { // user configurable values - ACLAgentMasterToken: "64fd0e08", - ACLAgentToken: "bed2377c", + ACLTokens: token.Config{ + EnablePersistence: true, + DataDir: dataDir, + ACLDefaultToken: "418fdff1", + ACLAgentToken: "bed2377c", + ACLAgentMasterToken: "64fd0e08", + ACLReplicationToken: "5795983a", + }, + ACLsEnabled: true, ACLDatacenter: "ejtmd43d", ACLDefaultPolicy: "72c2e7a0", ACLDownPolicy: "03eb2aee", ACLEnableKeyListPolicy: true, - ACLEnableTokenPersistence: true, ACLMasterToken: "8a19ac27", - ACLReplicationToken: "5795983a", ACLTokenTTL: 3321 * time.Second, ACLPolicyTTL: 1123 * time.Second, ACLRoleTTL: 9876 * time.Second, - ACLToken: "418fdff1", ACLTokenReplication: true, AdvertiseAddrLAN: ipAddr("17.99.29.16"), AdvertiseAddrWAN: ipAddr("78.63.37.19"), @@ -5924,8 +6008,9 @@ func TestFullConfig(t *testing.T) { ClientAddrs: []*net.IPAddr{ipAddr("93.83.18.19")}, ConfigEntryBootstrap: []structs.ConfigEntry{ &structs.ProxyConfigEntry{ - Kind: structs.ProxyDefaults, - Name: structs.ProxyConfigGlobal, + Kind: structs.ProxyDefaults, + Name: structs.ProxyConfigGlobal, + EnterpriseMeta: *defaultEntMeta, Config: map[string]interface{}{ "foo": "bar", // has to be a float due to being a map[string]interface @@ -6025,7 +6110,6 @@ func TestFullConfig(t *testing.T) { EnableDebug: true, EnableRemoteScriptChecks: true, EnableLocalScriptChecks: true, - EnableSyslog: true, EnableUI: true, EncryptKey: "A4wELWqH", EncryptVerifyIncoming: true, @@ -6046,39 +6130,43 @@ func TestFullConfig(t *testing.T) { KVMaxValueSize: 1234567800000000, LeaveDrainTime: 8265 * time.Second, LeaveOnTerm: true, - LogLevel: "k1zo9Spt", - LogJSON: true, - MaxQueryTime: 18237 * time.Second, - NodeID: types.NodeID("AsUIlw99"), - NodeMeta: map[string]string{"5mgGQMBk": "mJLtVMSG", "A7ynFMJB": "0Nx6RGab"}, - NodeName: "otlLxGaI", - NonVotingServer: true, - PidFile: "43xN80Km", - PrimaryDatacenter: "ejtmd43d", - PrimaryGateways: []string{"aej8eeZo", "roh2KahS"}, - PrimaryGatewaysInterval: 18866 * time.Second, - RPCAdvertiseAddr: tcpAddr("17.99.29.16:3757"), - RPCBindAddr: tcpAddr("16.99.34.17:3757"), - RPCHandshakeTimeout: 1932 * time.Millisecond, - RPCHoldTimeout: 15707 * time.Second, - RPCProtocol: 30793, - RPCRateLimit: 12029.43, - RPCMaxBurst: 44848, - RPCMaxConnsPerClient: 2954, - RaftProtocol: 19016, - RaftSnapshotThreshold: 16384, - RaftSnapshotInterval: 30 * time.Second, - RaftTrailingLogs: 83749, - ReconnectTimeoutLAN: 23739 * time.Second, - ReconnectTimeoutWAN: 26694 * time.Second, - RejoinAfterLeave: true, - RetryJoinIntervalLAN: 8067 * time.Second, - RetryJoinIntervalWAN: 28866 * time.Second, - RetryJoinLAN: []string{"pbsSFY7U", "l0qLtWij"}, - RetryJoinMaxAttemptsLAN: 913, - RetryJoinMaxAttemptsWAN: 23160, - RetryJoinWAN: []string{"PFsR02Ye", "rJdQIhER"}, - SegmentName: "BC2NhTDi", + Logging: logging.Config{ + LogLevel: "k1zo9Spt", + LogJSON: true, + EnableSyslog: true, + SyslogFacility: "hHv79Uia", + }, + MaxQueryTime: 18237 * time.Second, + NodeID: types.NodeID("AsUIlw99"), + NodeMeta: map[string]string{"5mgGQMBk": "mJLtVMSG", "A7ynFMJB": "0Nx6RGab"}, + NodeName: "otlLxGaI", + NonVotingServer: true, + PidFile: "43xN80Km", + PrimaryDatacenter: "ejtmd43d", + PrimaryGateways: []string{"aej8eeZo", "roh2KahS"}, + PrimaryGatewaysInterval: 18866 * time.Second, + RPCAdvertiseAddr: tcpAddr("17.99.29.16:3757"), + RPCBindAddr: tcpAddr("16.99.34.17:3757"), + RPCHandshakeTimeout: 1932 * time.Millisecond, + RPCHoldTimeout: 15707 * time.Second, + RPCProtocol: 30793, + RPCRateLimit: 12029.43, + RPCMaxBurst: 44848, + RPCMaxConnsPerClient: 2954, + RaftProtocol: 19016, + RaftSnapshotThreshold: 16384, + RaftSnapshotInterval: 30 * time.Second, + RaftTrailingLogs: 83749, + ReconnectTimeoutLAN: 23739 * time.Second, + ReconnectTimeoutWAN: 26694 * time.Second, + RejoinAfterLeave: true, + RetryJoinIntervalLAN: 8067 * time.Second, + RetryJoinIntervalWAN: 28866 * time.Second, + RetryJoinLAN: []string{"pbsSFY7U", "l0qLtWij"}, + RetryJoinMaxAttemptsLAN: 913, + RetryJoinMaxAttemptsWAN: 23160, + RetryJoinWAN: []string{"PFsR02Ye", "rJdQIhER"}, + SegmentName: "BC2NhTDi", Segments: []structs.NetworkSegment{ { Name: "PExYMe2E", @@ -6383,7 +6471,6 @@ func TestFullConfig(t *testing.T) { SkipLeaveOnInt: true, StartJoinAddrsLAN: []string{"LR3hGDoG", "MwVpZ4Up"}, StartJoinAddrsWAN: []string{"EbFSc3nA", "kwXTh623"}, - SyslogFacility: "hHv79Uia", Telemetry: lib.TelemetryConfig{ CirconusAPIApp: "p4QOTe9j", CirconusAPIToken: "E3j35V23", @@ -6446,9 +6533,10 @@ func TestFullConfig(t *testing.T) { "args": []interface{}{"dltjDJ2a", "flEa7C2d"}, }, }, - EnterpriseRuntimeConfig: entFullRuntimeConfig, } + entFullRuntimeConfig(&want) + warns := []string{ `The 'acl_datacenter' field is deprecated. Use the 'primary_datacenter' field instead.`, `bootstrap_expect > 0: expecting 53 servers`, @@ -6482,7 +6570,7 @@ func TestFullConfig(t *testing.T) { if err != nil { t.Fatalf("NewBuilder: %s", err) } - b.Sources = append(b.Sources, Source{Name: "full." + format, Data: data, Format: format}) + b.Sources = append(b.Sources, FileSource{Name: "full." + format, Data: data, Format: format}) b.Tail = append(b.Tail, tail[format]...) b.Tail = append(b.Tail, VersionSource("JNtPSav3", "R909Hblt", "ZT1JOQLn")) @@ -6765,21 +6853,25 @@ func TestSanitize(t *testing.T) { } rtJSON := `{ - "ACLAgentMasterToken": "hidden", - "ACLAgentToken": "hidden", + "ACLTokens": { + ` + entTokenConfigSanitize + ` + "ACLAgentMasterToken": "hidden", + "ACLAgentToken": "hidden", + "ACLDefaultToken": "hidden", + "ACLReplicationToken": "hidden", + "DataDir": "", + "EnablePersistence": false + }, "ACLDatacenter": "", "ACLDefaultPolicy": "", "ACLDisabledTTL": "0s", "ACLDownPolicy": "", "ACLEnableKeyListPolicy": false, - "ACLEnableTokenPersistence": false, "ACLMasterToken": "hidden", "ACLPolicyTTL": "0s", - "ACLReplicationToken": "hidden", "ACLRoleTTL": "0s", "ACLTokenReplication": false, "ACLTokenTTL": "0s", - "ACLToken": "hidden", "ACLsEnabled": false, "AEInterval": "0s", "AdvertiseAddrLAN": "", @@ -6913,7 +7005,6 @@ func TestSanitize(t *testing.T) { "EnableCentralServiceConfig": false, "EnableLocalScriptChecks": false, "EnableRemoteScriptChecks": false, - "EnableSyslog": false, "EnableUI": false, "EncryptKey": "hidden", "EncryptVerifyIncoming": false, @@ -6939,12 +7030,17 @@ func TestSanitize(t *testing.T) { "KVMaxValueSize": 1234567800000000, "LeaveDrainTime": "0s", "LeaveOnTerm": false, - "LogLevel": "", - "LogJSON": false, - "LogFile": "", - "LogRotateBytes": 0, - "LogRotateDuration": "0s", - "LogRotateMaxFiles": 0, + "Logging": { + "EnableSyslog": false, + "LogLevel": "", + "LogJSON": false, + "LogFilePath": "", + "LogRotateBytes": 0, + "LogRotateDuration": "0s", + "LogRotateMaxFiles": 0, + "Name": "", + "SyslogFacility": "" + }, "MaxQueryTime": "0s", "NodeID": "", "NodeMeta": {}, @@ -7051,7 +7147,6 @@ func TestSanitize(t *testing.T) { "StartJoinAddrsWAN": [], "SyncCoordinateIntervalMin": "0s", "SyncCoordinateRateTarget": 0, - "SyslogFacility": "", "TLSCipherSuites": [], "TLSMinVersion": "", "TLSPreferServerCipherSuites": false, @@ -7072,6 +7167,7 @@ func TestSanitize(t *testing.T) { "CirconusCheckTags": "", "CirconusSubmissionInterval": "", "CirconusSubmissionURL": "", + "Disable": false, "DisableHostname": false, "DogstatsdAddr": "", "DogstatsdTags": [], diff --git a/agent/config/segment_oss_test.go b/agent/config/segment_oss_test.go index 88952e23bc..f432405d05 100644 --- a/agent/config/segment_oss_test.go +++ b/agent/config/segment_oss_test.go @@ -3,7 +3,6 @@ package config import ( - "os" "testing" "github.com/hashicorp/consul/sdk/testutil" @@ -11,7 +10,6 @@ import ( func TestSegments(t *testing.T) { dataDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(dataDir) tests := []configTest{ { diff --git a/agent/consul/acl.go b/agent/consul/acl.go index 9161fd78e1..49b18d47c7 100644 --- a/agent/consul/acl.go +++ b/agent/consul/acl.go @@ -2143,7 +2143,7 @@ func vetNodeTxnOp(op *structs.TxnNodeOp, rule acl.Authorizer) error { var authzContext acl.AuthorizerContext op.FillAuthzContext(&authzContext) - if rule != nil && rule.NodeWrite(op.Node.Node, &authzContext) != acl.Allow { + if rule.NodeWrite(op.Node.Node, &authzContext) != acl.Allow { return acl.ErrPermissionDenied } diff --git a/agent/consul/acl_endpoint.go b/agent/consul/acl_endpoint.go index 11d29a8845..ccc9e1b2af 100644 --- a/agent/consul/acl_endpoint.go +++ b/agent/consul/acl_endpoint.go @@ -1225,9 +1225,7 @@ func (a *ACL) PolicyDelete(args *structs.ACLPolicyDeleteRequest, reply *string) return respErr } - if policy != nil { - *reply = policy.Name - } + *reply = policy.Name return nil } @@ -1692,9 +1690,7 @@ func (a *ACL) RoleDelete(args *structs.ACLRoleDeleteRequest, reply *string) erro return respErr } - if role != nil { - *reply = role.Name - } + *reply = role.Name return nil } @@ -2525,9 +2521,7 @@ func (a *ACL) Logout(args *structs.ACLLogoutRequest, reply *bool) error { } // Purge the identity from the cache to prevent using the previous definition of the identity - if token != nil { - a.srv.acls.cache.RemoveIdentity(tokenSecretCacheID(token.SecretID)) - } + a.srv.acls.cache.RemoveIdentity(tokenSecretCacheID(token.SecretID)) if respErr, ok := resp.(error); ok { return respErr diff --git a/agent/consul/acl_replication_types.go b/agent/consul/acl_replication_types.go index a238244cf5..c1e29d818a 100644 --- a/agent/consul/acl_replication_types.go +++ b/agent/consul/acl_replication_types.go @@ -229,7 +229,8 @@ func (r *aclPolicyReplicator) UpdateLocalBatch(ctx context.Context, srv *Server, if err != nil { return err } - if respErr, ok := resp.(error); ok && err != nil { + + if respErr, ok := resp.(error); ok { return respErr } @@ -336,9 +337,11 @@ func (r *aclRoleReplicator) DeleteLocalBatch(srv *Server, batch []string) error if err != nil { return err } - if respErr, ok := resp.(error); ok && err != nil { + + if respErr, ok := resp.(error); ok { return respErr } + return nil } @@ -364,7 +367,8 @@ func (r *aclRoleReplicator) UpdateLocalBatch(ctx context.Context, srv *Server, s if err != nil { return err } - if respErr, ok := resp.(error); ok && err != nil { + + if respErr, ok := resp.(error); ok { return respErr } diff --git a/agent/consul/acl_server.go b/agent/consul/acl_server.go index 9dc934cd52..a2f1790f4b 100644 --- a/agent/consul/acl_server.go +++ b/agent/consul/acl_server.go @@ -147,10 +147,10 @@ func (s *Server) LocalTokensEnabled() bool { } if !s.config.ACLTokenReplication || s.tokens.ReplicationToken() == "" { + // token replication is off so local tokens are disabled return false } - // token replication is off so local tokens are disabled return true } diff --git a/agent/consul/acl_test.go b/agent/consul/acl_test.go index 8e47e0032e..e2cc884e62 100644 --- a/agent/consul/acl_test.go +++ b/agent/consul/acl_test.go @@ -1639,8 +1639,8 @@ func TestACLResolver_Client(t *testing.T) { // effectively disable caching - so the only way we end up with 1 token read is if they were // being resolved concurrently config.Config.ACLTokenTTL = 0 * time.Second - config.Config.ACLPolicyTTL = 30 * time.Millisecond - config.Config.ACLRoleTTL = 30 * time.Millisecond + config.Config.ACLPolicyTTL = 30 * time.Second + config.Config.ACLRoleTTL = 30 * time.Second config.Config.ACLDownPolicy = "extend-cache" }) diff --git a/agent/consul/auto_config_endpoint_test.go b/agent/consul/auto_config_endpoint_test.go index 49c386b210..137b9adcee 100644 --- a/agent/consul/auto_config_endpoint_test.go +++ b/agent/consul/auto_config_endpoint_test.go @@ -7,7 +7,6 @@ import ( "io/ioutil" "math/rand" "net" - "os" "path" "testing" "time" @@ -394,8 +393,6 @@ func TestAutoConfig_updateTLSSettingsInConfig(t *testing.T) { require.NoError(t, err) dir := testutil.TempDir(t, "auto-config-tls-settings") - t.Cleanup(func() { os.RemoveAll(dir) }) - cafile := path.Join(dir, "cacert.pem") err = ioutil.WriteFile(cafile, []byte(cacert), 0600) require.NoError(t, err) @@ -602,8 +599,6 @@ func TestAutoConfig_updateTLSCertificatesInConfig(t *testing.T) { // this is necessary but creation of the tlsutil.Configurator // will error if it cannot load the CA certificate from disk dir := testutil.TempDir(t, "auto-config-tls-certificate") - t.Cleanup(func() { os.RemoveAll(dir) }) - cafile := path.Join(dir, "cacert.pem") err = ioutil.WriteFile(cafile, []byte(cacert), 0600) require.NoError(t, err) diff --git a/agent/consul/auto_encrypt.go b/agent/consul/auto_encrypt.go deleted file mode 100644 index b9c3bbd41e..0000000000 --- a/agent/consul/auto_encrypt.go +++ /dev/null @@ -1,239 +0,0 @@ -package consul - -import ( - "context" - "fmt" - "net" - "strings" - "time" - - "github.com/hashicorp/consul/agent/connect" - "github.com/hashicorp/consul/agent/structs" - "github.com/hashicorp/consul/lib" - "github.com/hashicorp/go-hclog" - "github.com/miekg/dns" -) - -const ( - dummyTrustDomain = "dummy.trustdomain" - retryJitterWindow = 30 * time.Second -) - -func (c *Client) autoEncryptCSR(extraDNSSANs []string, extraIPSANs []net.IP) (string, string, error) { - // We don't provide the correct host here, because we don't know any - // better at this point. Apart from the domain, we would need the - // ClusterID, which we don't have. This is why we go with - // dummyTrustDomain the first time. Subsequent CSRs will have the - // correct TrustDomain. - id := &connect.SpiffeIDAgent{ - Host: dummyTrustDomain, - Datacenter: c.config.Datacenter, - Agent: c.config.NodeName, - } - - conf, err := c.config.CAConfig.GetCommonConfig() - if err != nil { - return "", "", err - } - - if conf.PrivateKeyType == "" { - conf.PrivateKeyType = connect.DefaultPrivateKeyType - } - if conf.PrivateKeyBits == 0 { - conf.PrivateKeyBits = connect.DefaultPrivateKeyBits - } - - // Create a new private key - pk, pkPEM, err := connect.GeneratePrivateKeyWithConfig(conf.PrivateKeyType, conf.PrivateKeyBits) - if err != nil { - return "", "", err - } - - dnsNames := append([]string{"localhost"}, extraDNSSANs...) - ipAddresses := append([]net.IP{net.ParseIP("127.0.0.1"), net.ParseIP("::1")}, extraIPSANs...) - - // Create a CSR. - // - // The Common Name includes the dummy trust domain for now but Server will - // override this when it is signed anyway so it's OK. - cn := connect.AgentCN(c.config.NodeName, dummyTrustDomain) - csr, err := connect.CreateCSR(id, cn, pk, dnsNames, ipAddresses) - if err != nil { - return "", "", err - } - - return pkPEM, csr, nil -} - -func (c *Client) RequestAutoEncryptCerts(ctx context.Context, servers []string, port int, token string, extraDNSSANs []string, extraIPSANs []net.IP) (*structs.SignedResponse, error) { - errFn := func(err error) (*structs.SignedResponse, error) { - return nil, err - } - - // Check if we know about a server already through gossip. Depending on - // how the agent joined, there might already be one. Also in case this - // gets called because the cert expired. - server := c.routers.FindServer() - if server != nil { - servers = []string{server.Addr.String()} - } - - if len(servers) == 0 { - return errFn(fmt.Errorf("No servers to request AutoEncrypt.Sign")) - } - - pkPEM, csr, err := c.autoEncryptCSR(extraDNSSANs, extraIPSANs) - if err != nil { - return errFn(err) - } - - // Prepare request and response so that it can be passed to - // RPCInsecure. - args := structs.CASignRequest{ - WriteRequest: structs.WriteRequest{Token: token}, - Datacenter: c.config.Datacenter, - CSR: csr, - } - var reply structs.SignedResponse - - // Retry implementation modeled after https://github.com/hashicorp/consul/pull/5228. - // TLDR; there is a 30s window from which a random time is picked. - // Repeat until the call is successful. - attempts := 0 - for { - select { - case <-ctx.Done(): - return errFn(fmt.Errorf("aborting AutoEncrypt because interrupted: %w", ctx.Err())) - default: - } - - // Translate host to net.TCPAddr to make life easier for - // RPCInsecure. - for _, s := range servers { - ips, err := resolveAddr(s, c.logger) - if err != nil { - c.logger.Warn("AutoEncrypt resolveAddr failed", "error", err) - continue - } - - for _, ip := range ips { - addr := net.TCPAddr{IP: ip, Port: port} - - if err = c.connPool.RPC(c.config.Datacenter, c.config.NodeName, &addr, "AutoEncrypt.Sign", &args, &reply); err == nil { - reply.IssuedCert.PrivateKeyPEM = pkPEM - return &reply, nil - } else { - c.logger.Warn("AutoEncrypt failed", "error", err) - } - } - } - attempts++ - - delay := lib.RandomStagger(retryJitterWindow) - interval := (time.Duration(attempts) * delay) + delay - c.logger.Warn("retrying AutoEncrypt", "retry_interval", interval) - select { - case <-time.After(interval): - continue - case <-ctx.Done(): - return errFn(fmt.Errorf("aborting AutoEncrypt because interrupted: %w", ctx.Err())) - case <-c.shutdownCh: - return errFn(fmt.Errorf("aborting AutoEncrypt because shutting down")) - } - } -} - -func missingPortError(host string, err error) bool { - return err != nil && err.Error() == fmt.Sprintf("address %s: missing port in address", host) -} - -// resolveAddr is used to resolve the host into IPs and error. -func resolveAddr(rawHost string, logger hclog.Logger) ([]net.IP, error) { - host, _, err := net.SplitHostPort(rawHost) - if err != nil { - // In case we encounter this error, we proceed with the - // rawHost. This is fine since -start-join and -retry-join - // take only hosts anyways and this is an expected case. - if missingPortError(rawHost, err) { - host = rawHost - } else { - return nil, err - } - } - - if ip := net.ParseIP(host); ip != nil { - return []net.IP{ip}, nil - } - - // First try TCP so we have the best chance for the largest list of - // hosts to join. If this fails it's not fatal since this isn't a standard - // way to query DNS, and we have a fallback below. - if ips, err := tcpLookupIP(host, logger); err != nil { - logger.Debug("TCP-first lookup failed for host, falling back to UDP", "host", host, "error", err) - } else if len(ips) > 0 { - return ips, nil - } - - // If TCP didn't yield anything then use the normal Go resolver which - // will try UDP, then might possibly try TCP again if the UDP response - // indicates it was truncated. - ips, err := net.LookupIP(host) - if err != nil { - return nil, err - } - return ips, nil -} - -// tcpLookupIP is a helper to initiate a TCP-based DNS lookup for the given host. -// The built-in Go resolver will do a UDP lookup first, and will only use TCP if -// the response has the truncate bit set, which isn't common on DNS servers like -// Consul's. By doing the TCP lookup directly, we get the best chance for the -// largest list of hosts to join. Since joins are relatively rare events, it's ok -// to do this rather expensive operation. -func tcpLookupIP(host string, logger hclog.Logger) ([]net.IP, error) { - // Don't attempt any TCP lookups against non-fully qualified domain - // names, since those will likely come from the resolv.conf file. - if !strings.Contains(host, ".") { - return nil, nil - } - - // Make sure the domain name is terminated with a dot (we know there's - // at least one character at this point). - dn := host - if dn[len(dn)-1] != '.' { - dn = dn + "." - } - - // See if we can find a server to try. - cc, err := dns.ClientConfigFromFile("/etc/resolv.conf") - if err != nil { - return nil, err - } - if len(cc.Servers) > 0 { - // Do the lookup. - c := new(dns.Client) - c.Net = "tcp" - msg := new(dns.Msg) - msg.SetQuestion(dn, dns.TypeANY) - in, _, err := c.Exchange(msg, cc.Servers[0]) - if err != nil { - return nil, err - } - - // Handle any IPs we get back that we can attempt to join. - var ips []net.IP - for _, r := range in.Answer { - switch rr := r.(type) { - case (*dns.A): - ips = append(ips, rr.A) - case (*dns.AAAA): - ips = append(ips, rr.AAAA) - case (*dns.CNAME): - logger.Debug("Ignoring CNAME RR in TCP-first answer for host", "host", host) - } - } - return ips, nil - } - - return nil, nil -} diff --git a/agent/consul/auto_encrypt_test.go b/agent/consul/auto_encrypt_test.go deleted file mode 100644 index 8dd04e4166..0000000000 --- a/agent/consul/auto_encrypt_test.go +++ /dev/null @@ -1,205 +0,0 @@ -package consul - -import ( - "context" - "crypto/x509" - "crypto/x509/pkix" - "encoding/asn1" - "net" - "net/url" - "os" - "testing" - "time" - - "github.com/hashicorp/consul/agent/connect" - "github.com/hashicorp/consul/agent/structs" - "github.com/hashicorp/consul/sdk/testutil" - "github.com/hashicorp/go-hclog" - "github.com/stretchr/testify/require" -) - -func TestAutoEncrypt_resolveAddr(t *testing.T) { - type args struct { - rawHost string - logger hclog.Logger - } - logger := testutil.Logger(t) - - tests := []struct { - name string - args args - ips []net.IP - wantErr bool - }{ - { - name: "host without port", - args: args{ - "127.0.0.1", - logger, - }, - ips: []net.IP{net.IPv4(127, 0, 0, 1)}, - wantErr: false, - }, - { - name: "host with port", - args: args{ - "127.0.0.1:1234", - logger, - }, - ips: []net.IP{net.IPv4(127, 0, 0, 1)}, - wantErr: false, - }, - { - name: "host with broken port", - args: args{ - "127.0.0.1:xyz", - logger, - }, - ips: []net.IP{net.IPv4(127, 0, 0, 1)}, - wantErr: false, - }, - { - name: "not an address", - args: args{ - "abc", - logger, - }, - ips: nil, - wantErr: true, - }, - } - for _, tt := range tests { - t.Run(tt.name, func(t *testing.T) { - ips, err := resolveAddr(tt.args.rawHost, tt.args.logger) - if (err != nil) != tt.wantErr { - t.Errorf("resolveAddr error: %v, wantErr: %v", err, tt.wantErr) - return - } - require.Equal(t, tt.ips, ips) - }) - } -} - -func TestAutoEncrypt_missingPortError(t *testing.T) { - host := "127.0.0.1" - _, _, err := net.SplitHostPort(host) - require.True(t, missingPortError(host, err)) - - host = "127.0.0.1:1234" - _, _, err = net.SplitHostPort(host) - require.False(t, missingPortError(host, err)) -} - -func TestAutoEncrypt_RequestAutoEncryptCerts(t *testing.T) { - dir1, c1 := testClient(t) - defer os.RemoveAll(dir1) - defer c1.Shutdown() - servers := []string{"localhost"} - port := 8301 - token := "" - - ctx, cancel := context.WithDeadline(context.Background(), time.Now().Add(75*time.Millisecond)) - defer cancel() - - doneCh := make(chan struct{}) - var err error - go func() { - _, err = c1.RequestAutoEncryptCerts(ctx, servers, port, token, nil, nil) - close(doneCh) - }() - select { - case <-doneCh: - // since there are no servers at this port, we shouldn't be - // done and this should be an error of some sorts that happened - // in the setup phase before entering the for loop in - // RequestAutoEncryptCerts. - require.NoError(t, err) - case <-ctx.Done(): - // this is the happy case since auto encrypt is in its loop to - // try to request certs. - } -} - -func TestAutoEncrypt_autoEncryptCSR(t *testing.T) { - type testCase struct { - conf *Config - extraDNSSANs []string - extraIPSANs []net.IP - err string - - // to validate the csr - expectedSubject pkix.Name - expectedSigAlg x509.SignatureAlgorithm - expectedPubAlg x509.PublicKeyAlgorithm - expectedDNSNames []string - expectedIPs []net.IP - expectedURIs []*url.URL - } - - cases := map[string]testCase{ - "sans": { - conf: &Config{ - Datacenter: "dc1", - NodeName: "test-node", - CAConfig: &structs.CAConfiguration{}, - }, - extraDNSSANs: []string{"foo.local", "bar.local"}, - extraIPSANs: []net.IP{net.IPv4(198, 18, 0, 1), net.IPv4(198, 18, 0, 2)}, - expectedSubject: pkix.Name{ - CommonName: connect.AgentCN("test-node", dummyTrustDomain), - Names: []pkix.AttributeTypeAndValue{ - { - // 2,5,4,3 is the CommonName type ASN1 identifier - Type: asn1.ObjectIdentifier{2, 5, 4, 3}, - Value: "testnode.agnt.dummy.tr.consul", - }, - }, - }, - expectedSigAlg: x509.ECDSAWithSHA256, - expectedPubAlg: x509.ECDSA, - expectedDNSNames: []string{ - "localhost", - "foo.local", - "bar.local", - }, - expectedIPs: []net.IP{ - {127, 0, 0, 1}, - net.ParseIP("::1"), - {198, 18, 0, 1}, - {198, 18, 0, 2}, - }, - expectedURIs: []*url.URL{ - { - Scheme: "spiffe", - Host: dummyTrustDomain, - Path: "/agent/client/dc/dc1/id/test-node", - }, - }, - }, - } - - for name, tcase := range cases { - t.Run(name, func(t *testing.T) { - client := Client{config: tcase.conf} - - _, csr, err := client.autoEncryptCSR(tcase.extraDNSSANs, tcase.extraIPSANs) - if tcase.err == "" { - require.NoError(t, err) - - request, err := connect.ParseCSR(csr) - require.NoError(t, err) - require.NotNil(t, request) - - require.Equal(t, tcase.expectedSubject, request.Subject) - require.Equal(t, tcase.expectedSigAlg, request.SignatureAlgorithm) - require.Equal(t, tcase.expectedPubAlg, request.PublicKeyAlgorithm) - require.Equal(t, tcase.expectedDNSNames, request.DNSNames) - require.Equal(t, tcase.expectedIPs, request.IPAddresses) - require.Equal(t, tcase.expectedURIs, request.URIs) - } else { - require.Error(t, err) - require.Empty(t, csr) - } - }) - } -} diff --git a/agent/consul/autopilot_test.go b/agent/consul/autopilot_test.go index 922d72a28d..4a2e737319 100644 --- a/agent/consul/autopilot_test.go +++ b/agent/consul/autopilot_test.go @@ -401,7 +401,6 @@ func TestAutopilot_PromoteNonVoter(t *testing.T) { func TestAutopilot_MinQuorum(t *testing.T) { dc := "dc1" - closeMap := make(map[string]chan struct{}) conf := func(c *Config) { c.Datacenter = dc c.Bootstrap = false @@ -409,13 +408,6 @@ func TestAutopilot_MinQuorum(t *testing.T) { c.AutopilotConfig.MinQuorum = 3 c.RaftConfig.ProtocolVersion = raft.ProtocolVersion(2) c.AutopilotInterval = 100 * time.Millisecond - //Let us know when a server is actually gone - ch := make(chan struct{}) - c.NotifyShutdown = func() { - t.Logf("%v is shutdown", c.NodeName) - close(ch) - } - closeMap[c.NodeName] = ch } dir1, s1 := testServerWithConfig(t, conf) defer os.RemoveAll(dir1) @@ -463,8 +455,7 @@ func TestAutopilot_MinQuorum(t *testing.T) { if dead == nil { t.Fatalf("no members set") } - dead.Shutdown() - <-closeMap[dead.config.NodeName] + require.NoError(t, dead.Shutdown()) retry.Run(t, func(r *retry.R) { leader := findStatus(true) if leader == nil { @@ -480,10 +471,7 @@ func TestAutopilot_MinQuorum(t *testing.T) { delete(servers, dead.config.NodeName) //Autopilot should not take this one into left dead = findStatus(false) - if err := dead.Shutdown(); err != nil { - t.Fatalf("could not shut down %s, error %v", dead.config.NodeName, err) - } - <-closeMap[dead.config.NodeName] + require.NoError(t, dead.Shutdown()) retry.Run(t, func(r *retry.R) { leader := findStatus(true) @@ -496,5 +484,4 @@ func TestAutopilot_MinQuorum(t *testing.T) { } } }) - } diff --git a/agent/consul/client.go b/agent/consul/client.go index 3a17740330..861d95e53c 100644 --- a/agent/consul/client.go +++ b/agent/consul/client.go @@ -3,7 +3,6 @@ package consul import ( "fmt" "io" - "os" "strconv" "sync" "sync/atomic" @@ -16,6 +15,7 @@ import ( "github.com/hashicorp/consul/lib" "github.com/hashicorp/consul/logging" "github.com/hashicorp/consul/tlsutil" + "github.com/hashicorp/consul/types" "github.com/hashicorp/go-hclog" "github.com/hashicorp/serf/serf" "golang.org/x/time/rate" @@ -60,9 +60,9 @@ type Client struct { // Connection pool to consul servers connPool *pool.ConnPool - // routers is responsible for the selection and maintenance of + // router is responsible for the selection and maintenance of // Consul servers this agent uses for RPC requests - routers *router.Manager + router *router.Router // rpcLimiter is used to rate limit the total number of RPCs initiated // from an agent. @@ -89,58 +89,31 @@ type Client struct { tlsConfigurator *tlsutil.Configurator } -// NewClient is used to construct a new Consul client from the configuration, -// potentially returning an error. -// NewClient only used to help setting up a client for testing. Normal code -// exercises NewClientLogger. -func NewClient(config *Config) (*Client, error) { - c, err := tlsutil.NewConfigurator(config.ToTLSUtilConfig(), nil) - if err != nil { - return nil, err - } - return NewClientLogger(config, nil, c) -} - -func NewClientWithOptions(config *Config, options ...ConsulOption) (*Client, error) { +// NewClient creates and returns a Client +func NewClient(config *Config, options ...ConsulOption) (*Client, error) { flat := flattenConsulOptions(options) - logger := flat.logger tlsConfigurator := flat.tlsConfigurator connPool := flat.connPool - // Check the protocol version if err := config.CheckProtocolVersion(); err != nil { return nil, err } - - // Check for a data directory! if config.DataDir == "" { return nil, fmt.Errorf("Config must provide a DataDir") } - - // Sanity check the ACLs if err := config.CheckACL(); err != nil { return nil, err } - - // Ensure we have a log output - if config.LogOutput == nil { - config.LogOutput = os.Stderr - } - - // Create a logger - if logger == nil { - logger = hclog.NewInterceptLogger(&hclog.LoggerOptions{ - Level: hclog.Debug, - Output: config.LogOutput, - }) + if flat.logger == nil { + return nil, fmt.Errorf("logger is required") } if connPool == nil { connPool = &pool.ConnPool{ Server: false, SrcAddr: config.RPCSrcAddr, - LogOutput: config.LogOutput, + Logger: flat.logger.StandardLogger(&hclog.StandardLoggerOptions{InferLevels: true}), MaxTime: clientRPCConnMaxIdle, MaxStreams: clientMaxStreams, TLSConfigurator: tlsConfigurator, @@ -148,12 +121,14 @@ func NewClientWithOptions(config *Config, options ...ConsulOption) (*Client, err } } + logger := flat.logger.NamedIntercept(logging.ConsulClient) + // Create client c := &Client{ config: config, connPool: connPool, eventCh: make(chan serf.Event, serfEventBacklog), - logger: logger.NamedIntercept(logging.ConsulClient), + logger: logger, shutdownCh: make(chan struct{}), tlsConfigurator: tlsConfigurator, } @@ -188,15 +163,22 @@ func NewClientWithOptions(config *Config, options ...ConsulOption) (*Client, err return nil, fmt.Errorf("Failed to start lan serf: %v", err) } - // Start maintenance task for servers - c.routers = router.New(c.logger, c.shutdownCh, c.serf, c.connPool, "") - go c.routers.Start() + rpcRouter := flat.router + if rpcRouter == nil { + rpcRouter = router.NewRouter(logger, config.Datacenter, fmt.Sprintf("%s.%s", config.NodeName, config.Datacenter)) + } + + if err := rpcRouter.AddArea(types.AreaLAN, c.serf, c.connPool); err != nil { + c.Shutdown() + return nil, fmt.Errorf("Failed to add LAN area to the RPC router: %w", err) + } + c.router = rpcRouter // Start LAN event handlers after the router is complete since the event // handlers depend on the router and the router depends on Serf. go c.lanEventHandler() - // This needs to happen after initializing c.routers to prevent a race + // This needs to happen after initializing c.router to prevent a race // condition where the router manager is used when the pointer is nil if c.acls.ACLsEnabled() { go c.monitorACLMode() @@ -210,10 +192,6 @@ func NewClientWithOptions(config *Config, options ...ConsulOption) (*Client, err return c, nil } -func NewClientLogger(config *Config, logger hclog.InterceptLogger, tlsConfigurator *tlsutil.Configurator) (*Client, error) { - return NewClientWithOptions(config, WithLogger(logger), WithTLSConfigurator(tlsConfigurator)) -} - // Shutdown is used to shutdown the client func (c *Client) Shutdown() error { c.logger.Info("shutting down client") @@ -308,7 +286,7 @@ func (c *Client) RPC(method string, args interface{}, reply interface{}) error { firstCheck := time.Now() TRY: - server := c.routers.FindServer() + manager, server := c.router.FindLANRoute() if server == nil { return structs.ErrNoServers } @@ -333,7 +311,7 @@ TRY: "error", rpcErr, ) metrics.IncrCounterWithLabels([]string{"client", "rpc", "failed"}, 1, []metrics.Label{{Name: "server", Value: server.Name}}) - c.routers.NotifyFailedServer(server) + manager.NotifyFailedServer(server) if retry := canRetry(args, rpcErr); !retry { return rpcErr } @@ -355,7 +333,7 @@ TRY: // operation. func (c *Client) SnapshotRPC(args *structs.SnapshotRequest, in io.Reader, out io.Writer, replyFn structs.SnapshotReplyFn) error { - server := c.routers.FindServer() + manager, server := c.router.FindLANRoute() if server == nil { return structs.ErrNoServers } @@ -371,6 +349,7 @@ func (c *Client) SnapshotRPC(args *structs.SnapshotRequest, in io.Reader, out io var reply structs.SnapshotResponse snap, err := SnapshotRPC(c.connPool, c.config.Datacenter, server.ShortName, server.Addr, args, in, &reply) if err != nil { + manager.NotifyFailedServer(server) return err } defer func() { @@ -399,7 +378,7 @@ func (c *Client) SnapshotRPC(args *structs.SnapshotRequest, in io.Reader, out io // Stats is used to return statistics for debugging and insight // for various sub-systems func (c *Client) Stats() map[string]map[string]string { - numServers := c.routers.NumServers() + numServers := c.router.GetLANManager().NumServers() toString := func(v uint64) string { return strconv.FormatUint(v, 10) diff --git a/agent/consul/client_serf.go b/agent/consul/client_serf.go index 92a3648ed5..fb0b999e14 100644 --- a/agent/consul/client_serf.go +++ b/agent/consul/client_serf.go @@ -9,6 +9,7 @@ import ( "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/lib" "github.com/hashicorp/consul/logging" + "github.com/hashicorp/consul/types" "github.com/hashicorp/go-hclog" "github.com/hashicorp/serf/serf" ) @@ -115,7 +116,7 @@ func (c *Client) nodeJoin(me serf.MemberEvent) { continue } c.logger.Info("adding server", "server", parts) - c.routers.AddServer(parts) + c.router.AddServer(types.AreaLAN, parts) // Trigger the callback if c.config.ServerUp != nil { @@ -139,7 +140,7 @@ func (c *Client) nodeUpdate(me serf.MemberEvent) { continue } c.logger.Info("updating server", "server", parts.String()) - c.routers.AddServer(parts) + c.router.AddServer(types.AreaLAN, parts) } } @@ -151,7 +152,7 @@ func (c *Client) nodeFail(me serf.MemberEvent) { continue } c.logger.Info("removing server", "server", parts.String()) - c.routers.RemoveServer(parts) + c.router.RemoveServer(types.AreaLAN, parts) } } diff --git a/agent/consul/client_test.go b/agent/consul/client_test.go index 9adbb17fa4..e9a4c7bdc1 100644 --- a/agent/consul/client_test.go +++ b/agent/consul/client_test.go @@ -26,15 +26,9 @@ func testClientConfig(t *testing.T) (string, *Config) { config := DefaultConfig() ports := freeport.MustTake(2) - - returnPortsFn := func() { - // The method of plumbing this into the client shutdown hook doesn't - // cover all exit points, so we insulate this against multiple - // invocations and then it's safe to call it a bunch of times. + t.Cleanup(func() { freeport.Return(ports) - config.NotifyShutdown = nil // self-erasing - } - config.NotifyShutdown = returnPortsFn + }) config.Datacenter = "dc1" config.DataDir = dir @@ -48,8 +42,6 @@ func testClientConfig(t *testing.T) (string, *Config) { config.SerfLANConfig.MemberlistConfig.ProbeTimeout = 200 * time.Millisecond config.SerfLANConfig.MemberlistConfig.ProbeInterval = time.Second config.SerfLANConfig.MemberlistConfig.GossipInterval = 100 * time.Millisecond - config.LogOutput = testutil.NewLogBuffer(t) - return dir, config } @@ -72,15 +64,10 @@ func testClientWithConfigWithErr(t *testing.T, cb func(c *Config)) (string, *Cli if cb != nil { cb(config) } - w := config.LogOutput - if w == nil { - w = os.Stderr - } - logger := hclog.NewInterceptLogger(&hclog.LoggerOptions{ Name: config.NodeName, Level: hclog.Debug, - Output: w, + Output: testutil.NewLogBuffer(t), }) tlsConf, err := tlsutil.NewConfigurator(config.ToTLSUtilConfig(), logger) @@ -88,10 +75,7 @@ func testClientWithConfigWithErr(t *testing.T, cb func(c *Config)) (string, *Cli t.Fatalf("err: %v", err) } - client, err := NewClientLogger(config, logger, tlsConf) - if err != nil { - config.NotifyShutdown() - } + client, err := NewClient(config, WithLogger(logger), WithTLSConfigurator(tlsConf)) return dir, client, err } @@ -128,7 +112,7 @@ func TestClient_JoinLAN(t *testing.T) { joinLAN(t, c1, s1) testrpc.WaitForTestAgent(t, c1.RPC, "dc1") retry.Run(t, func(r *retry.R) { - if got, want := c1.routers.NumServers(), 1; got != want { + if got, want := c1.router.GetLANManager().NumServers(), 1; got != want { r.Fatalf("got %d servers want %d", got, want) } if got, want := len(s1.LANMembers()), 2; got != want { @@ -166,7 +150,7 @@ func TestClient_LANReap(t *testing.T) { // Check the router has both retry.Run(t, func(r *retry.R) { - server := c1.routers.FindServer() + server := c1.router.FindLANServer() require.NotNil(t, server) require.Equal(t, s1.config.NodeName, server.Name) }) @@ -176,7 +160,7 @@ func TestClient_LANReap(t *testing.T) { retry.Run(t, func(r *retry.R) { require.Len(r, c1.LANMembers(), 1) - server := c1.routers.FindServer() + server := c1.router.FindLANServer() require.Nil(t, server) }) } @@ -406,7 +390,7 @@ func TestClient_RPC_ConsulServerPing(t *testing.T) { } // Sleep to allow Serf to sync, shuffle, and let the shuffle complete - c.routers.ResetRebalanceTimer() + c.router.GetLANManager().ResetRebalanceTimer() time.Sleep(time.Second) if len(c.LANMembers()) != numServers+numClients { @@ -422,7 +406,7 @@ func TestClient_RPC_ConsulServerPing(t *testing.T) { var pingCount int for range servers { time.Sleep(200 * time.Millisecond) - s := c.routers.FindServer() + m, s := c.router.FindLANRoute() ok, err := c.connPool.Ping(s.Datacenter, s.ShortName, s.Addr) if !ok { t.Errorf("Unable to ping server %v: %s", s.String(), err) @@ -431,7 +415,7 @@ func TestClient_RPC_ConsulServerPing(t *testing.T) { // Artificially fail the server in order to rotate the server // list - c.routers.NotifyFailedServer(s) + m.NotifyFailedServer(s) } if pingCount != numServers { @@ -441,27 +425,20 @@ func TestClient_RPC_ConsulServerPing(t *testing.T) { func TestClient_RPC_TLS(t *testing.T) { t.Parallel() - dir1, conf1 := testServerConfig(t) + _, conf1 := testServerConfig(t) conf1.VerifyIncoming = true conf1.VerifyOutgoing = true configureTLS(conf1) - s1, err := NewServer(conf1) + s1, err := newServer(t, conf1) if err != nil { t.Fatalf("err: %v", err) } - defer os.RemoveAll(dir1) defer s1.Shutdown() - dir2, conf2 := testClientConfig(t) - defer conf2.NotifyShutdown() + _, conf2 := testClientConfig(t) conf2.VerifyOutgoing = true configureTLS(conf2) - c1, err := NewClient(conf2) - if err != nil { - t.Fatalf("err: %v", err) - } - defer os.RemoveAll(dir2) - defer c1.Shutdown() + c1 := newClient(t, conf2) // Try an RPC var out struct{} @@ -486,27 +463,38 @@ func TestClient_RPC_TLS(t *testing.T) { }) } +func newClient(t *testing.T, config *Config) *Client { + t.Helper() + + c, err := tlsutil.NewConfigurator(config.ToTLSUtilConfig(), nil) + require.NoError(t, err, "failed to create tls configuration") + + logger := hclog.NewInterceptLogger(&hclog.LoggerOptions{ + Level: hclog.Debug, + Output: testutil.NewLogBuffer(t), + }) + client, err := NewClient(config, WithLogger(logger), WithTLSConfigurator(c)) + require.NoError(t, err, "failed to create client") + t.Cleanup(func() { + client.Shutdown() + }) + return client +} + func TestClient_RPC_RateLimit(t *testing.T) { t.Parallel() - dir1, conf1 := testServerConfig(t) - s1, err := NewServer(conf1) + _, conf1 := testServerConfig(t) + s1, err := newServer(t, conf1) if err != nil { t.Fatalf("err: %v", err) } - defer os.RemoveAll(dir1) defer s1.Shutdown() testrpc.WaitForLeader(t, s1.RPC, "dc1") - dir2, conf2 := testClientConfig(t) - defer conf2.NotifyShutdown() + _, conf2 := testClientConfig(t) conf2.RPCRate = 2 conf2.RPCMaxBurst = 2 - c1, err := NewClient(conf2) - if err != nil { - t.Fatalf("err: %v", err) - } - defer os.RemoveAll(dir2) - defer c1.Shutdown() + c1 := newClient(t, conf2) joinLAN(t, c1, s1) retry.Run(t, func(r *retry.R) { @@ -536,7 +524,7 @@ func TestClient_SnapshotRPC(t *testing.T) { // Wait until we've got a healthy server. retry.Run(t, func(r *retry.R) { - if got, want := c1.routers.NumServers(), 1; got != want { + if got, want := c1.router.GetLANManager().NumServers(), 1; got != want { r.Fatalf("got %d servers want %d", got, want) } }) @@ -560,25 +548,18 @@ func TestClient_SnapshotRPC(t *testing.T) { func TestClient_SnapshotRPC_RateLimit(t *testing.T) { t.Parallel() - dir1, s1 := testServer(t) - defer os.RemoveAll(dir1) + _, s1 := testServer(t) defer s1.Shutdown() testrpc.WaitForLeader(t, s1.RPC, "dc1") - dir2, conf1 := testClientConfig(t) - defer conf1.NotifyShutdown() + _, conf1 := testClientConfig(t) conf1.RPCRate = 2 conf1.RPCMaxBurst = 2 - c1, err := NewClient(conf1) - if err != nil { - t.Fatalf("err: %v", err) - } - defer os.RemoveAll(dir2) - defer c1.Shutdown() + c1 := newClient(t, conf1) joinLAN(t, c1, s1) retry.Run(t, func(r *retry.R) { - if got, want := c1.routers.NumServers(), 1; got != want { + if got, want := c1.router.GetLANManager().NumServers(), 1; got != want { r.Fatalf("got %d servers want %d", got, want) } }) @@ -597,27 +578,20 @@ func TestClient_SnapshotRPC_RateLimit(t *testing.T) { func TestClient_SnapshotRPC_TLS(t *testing.T) { t.Parallel() - dir1, conf1 := testServerConfig(t) + _, conf1 := testServerConfig(t) conf1.VerifyIncoming = true conf1.VerifyOutgoing = true configureTLS(conf1) - s1, err := NewServer(conf1) + s1, err := newServer(t, conf1) if err != nil { t.Fatalf("err: %v", err) } - defer os.RemoveAll(dir1) defer s1.Shutdown() - dir2, conf2 := testClientConfig(t) - defer conf2.NotifyShutdown() + _, conf2 := testClientConfig(t) conf2.VerifyOutgoing = true configureTLS(conf2) - c1, err := NewClient(conf2) - if err != nil { - t.Fatalf("err: %v", err) - } - defer os.RemoveAll(dir2) - defer c1.Shutdown() + c1 := newClient(t, conf2) // Wait for the leader testrpc.WaitForLeader(t, s1.RPC, "dc1") @@ -633,7 +607,7 @@ func TestClient_SnapshotRPC_TLS(t *testing.T) { } // Wait until we've got a healthy server. - if got, want := c1.routers.NumServers(), 1; got != want { + if got, want := c1.router.GetLANManager().NumServers(), 1; got != want { r.Fatalf("got %d servers want %d", got, want) } }) diff --git a/agent/consul/config.go b/agent/consul/config.go index 9498865057..c1b2451ab4 100644 --- a/agent/consul/config.go +++ b/agent/consul/config.go @@ -2,7 +2,6 @@ package consul import ( "fmt" - "io" "net" "os" "time" @@ -120,9 +119,6 @@ type Config struct { // configured at this point. NotifyListen func() - // NotifyShutdown is called after Server is completely Shutdown. - NotifyShutdown func() - // RPCAddr is the RPC address used by Consul. This should be reachable // by the WAN and LAN RPCAddr *net.TCPAddr @@ -161,13 +157,6 @@ type Config struct { // leader election. ReconcileInterval time.Duration - // LogLevel is the level of the logs to write. Defaults to "INFO". - LogLevel string - - // LogOutput is the location to write logs to. If this is not set, - // logs will go to stderr. - LogOutput io.Writer - // ProtocolVersion is the protocol version to speak. This must be between // ProtocolVersionMin and ProtocolVersionMax. ProtocolVersion uint8 @@ -454,6 +443,10 @@ type Config struct { // dead servers. AutopilotInterval time.Duration + // MetricsReportingInterval is the frequency with which the server will + // report usage metrics to the configured go-metrics Sinks. + MetricsReportingInterval time.Duration + // ConnectEnabled is whether to enable Connect features such as the CA. ConnectEnabled bool @@ -477,6 +470,9 @@ type Config struct { // AutoEncrypt.Sign requests. AutoEncryptAllowTLS bool + // TODO: godoc, set this value from Agent + EnableGRPCServer bool + // Embedded Consul Enterprise specific configuration *EnterpriseConfig } @@ -600,11 +596,16 @@ func DefaultConfig() *Config { }, }, - ServerHealthInterval: 2 * time.Second, - AutopilotInterval: 10 * time.Second, - DefaultQueryTime: 300 * time.Second, - MaxQueryTime: 600 * time.Second, - EnterpriseConfig: DefaultEnterpriseConfig(), + // Stay under the 10 second aggregation interval of + // go-metrics. This ensures we always report the + // usage metrics in each cycle. + MetricsReportingInterval: 9 * time.Second, + ServerHealthInterval: 2 * time.Second, + AutopilotInterval: 10 * time.Second, + DefaultQueryTime: 300 * time.Second, + MaxQueryTime: 600 * time.Second, + + EnterpriseConfig: DefaultEnterpriseConfig(), } // Increase our reap interval to 3 days instead of 24h. diff --git a/agent/consul/config_replication.go b/agent/consul/config_replication.go index 691bcc4309..3562859b10 100644 --- a/agent/consul/config_replication.go +++ b/agent/consul/config_replication.go @@ -79,7 +79,8 @@ func (s *Server) reconcileLocalConfig(ctx context.Context, configs []structs.Con if err != nil { return false, fmt.Errorf("Failed to apply config %s: %v", op, err) } - if respErr, ok := resp.(error); ok && err != nil { + + if respErr, ok := resp.(error); ok { return false, fmt.Errorf("Failed to apply config %s: %v", op, respErr) } diff --git a/agent/consul/coordinate_endpoint.go b/agent/consul/coordinate_endpoint.go index e4a3ac4f79..984f317c4d 100644 --- a/agent/consul/coordinate_endpoint.go +++ b/agent/consul/coordinate_endpoint.go @@ -10,6 +10,7 @@ import ( "github.com/hashicorp/consul/agent/consul/state" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/logging" + "github.com/hashicorp/consul/types" "github.com/hashicorp/go-hclog" "github.com/hashicorp/go-memdb" ) @@ -161,23 +162,32 @@ func (c *Coordinate) Update(args *structs.CoordinateUpdateRequest, reply *struct // ListDatacenters returns the list of datacenters and their respective nodes // and the raw coordinates of those nodes (if no coordinates are available for -// any of the nodes, the node list may be empty). +// any of the nodes, the node list may be empty). This endpoint will not return +// information about the LAN network area. func (c *Coordinate) ListDatacenters(args *struct{}, reply *[]structs.DatacenterMap) error { maps, err := c.srv.router.GetDatacenterMaps() if err != nil { return err } + var out []structs.DatacenterMap + // Strip the datacenter suffixes from all the node names. - for i := range maps { - suffix := fmt.Sprintf(".%s", maps[i].Datacenter) - for j := range maps[i].Coordinates { - node := maps[i].Coordinates[j].Node - maps[i].Coordinates[j].Node = strings.TrimSuffix(node, suffix) + for _, dcMap := range maps { + if dcMap.AreaID == types.AreaLAN { + continue } + + suffix := fmt.Sprintf(".%s", dcMap.Datacenter) + for j := range dcMap.Coordinates { + node := dcMap.Coordinates[j].Node + dcMap.Coordinates[j].Node = strings.TrimSuffix(node, suffix) + } + + out = append(out, dcMap) } - *reply = maps + *reply = out return nil } diff --git a/agent/consul/discoverychain/compile.go b/agent/consul/discoverychain/compile.go index f5bbd1ba4d..d305e5da43 100644 --- a/agent/consul/discoverychain/compile.go +++ b/agent/consul/discoverychain/compile.go @@ -707,6 +707,7 @@ func (c *compiler) getSplitterNode(sid structs.ServiceID) (*structs.DiscoveryGra // sanely if there is some sort of graph loop below. c.recordNode(splitNode) + var hasLB bool for _, split := range splitter.Splits { compiledSplit := &structs.DiscoverySplit{ Weight: split.Weight, @@ -739,6 +740,17 @@ func (c *compiler) getSplitterNode(sid structs.ServiceID) (*structs.DiscoveryGra return nil, err } compiledSplit.NextNode = node.MapKey() + + // There exists the possibility that a splitter may split between two distinct service names + // with distinct hash-based load balancer configs specified in their service resolvers. + // We cannot apply multiple hash policies to a splitter node's route action. + // Therefore, we attach the first hash-based load balancer config we encounter. + if !hasLB { + if lb := node.LoadBalancer; lb != nil && lb.IsHashBased() { + splitNode.LoadBalancer = node.LoadBalancer + hasLB = true + } + } } c.usesAdvancedRoutingFeatures = true @@ -851,6 +863,7 @@ RESOLVE_AGAIN: Target: target.ID, ConnectTimeout: connectTimeout, }, + LoadBalancer: resolver.LoadBalancer, } target.Subset = resolver.Subsets[target.ServiceSubset] @@ -1009,10 +1022,5 @@ func defaultIfEmpty(val, defaultVal string) string { } func enableAdvancedRoutingForProtocol(protocol string) bool { - switch protocol { - case "http", "http2", "grpc": - return true - default: - return false - } + return structs.IsProtocolHTTPLike(protocol) } diff --git a/agent/consul/discoverychain/compile_test.go b/agent/consul/discoverychain/compile_test.go index ac77600dcc..4f13f2d556 100644 --- a/agent/consul/discoverychain/compile_test.go +++ b/agent/consul/discoverychain/compile_test.go @@ -51,6 +51,8 @@ func TestCompile(t *testing.T) { "default resolver with external sni": testcase_DefaultResolver_ExternalSNI(), "resolver with no entries and inferring defaults": testcase_DefaultResolver(), "default resolver with proxy defaults": testcase_DefaultResolver_WithProxyDefaults(), + "loadbalancer splitter and resolver": testcase_LBSplitterAndResolver(), + "loadbalancer resolver": testcase_LBResolver(), "service redirect to service with default resolver is not a default chain": testcase_RedirectToDefaultResolverIsNotDefaultChain(), "all the bells and whistles": testcase_AllBellsAndWhistles(), @@ -1760,6 +1762,17 @@ func testcase_AllBellsAndWhistles() compileTestCase { "prod": {Filter: "ServiceMeta.env == prod"}, "qa": {Filter: "ServiceMeta.env == qa"}, }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MaximumRingSize: 100, + }, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + }, + }, + }, }, &structs.ServiceResolverConfigEntry{ Kind: "service-resolver", @@ -1821,6 +1834,17 @@ func testcase_AllBellsAndWhistles() compileTestCase { NextNode: "resolver:v3.main.default.dc1", }, }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MaximumRingSize: 100, + }, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + }, + }, + }, }, "resolver:prod.redirected.default.dc1": { Type: structs.DiscoveryGraphNodeTypeResolver, @@ -1829,6 +1853,17 @@ func testcase_AllBellsAndWhistles() compileTestCase { ConnectTimeout: 5 * time.Second, Target: "prod.redirected.default.dc1", }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MaximumRingSize: 100, + }, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + }, + }, + }, }, "resolver:v1.main.default.dc1": { Type: structs.DiscoveryGraphNodeTypeResolver, @@ -2219,6 +2254,231 @@ func testcase_CircularSplit() compileTestCase { } } +func testcase_LBSplitterAndResolver() compileTestCase { + entries := newEntries() + setServiceProtocol(entries, "foo", "http") + setServiceProtocol(entries, "bar", "http") + setServiceProtocol(entries, "baz", "http") + + entries.AddSplitters( + &structs.ServiceSplitterConfigEntry{ + Kind: "service-splitter", + Name: "main", + Splits: []structs.ServiceSplit{ + {Weight: 60, Service: "foo"}, + {Weight: 20, Service: "bar"}, + {Weight: 20, Service: "baz"}, + }, + }, + ) + + entries.AddResolvers( + &structs.ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "foo", + LoadBalancer: &structs.LoadBalancer{ + Policy: "least_request", + LeastRequestConfig: &structs.LeastRequestConfig{ + ChoiceCount: 3, + }, + }, + }, + &structs.ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "bar", + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MaximumRingSize: 101, + }, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + }, + }, + }, + }, + &structs.ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "baz", + LoadBalancer: &structs.LoadBalancer{ + Policy: "maglev", + HashPolicies: []structs.HashPolicy{ + { + Field: "cookie", + FieldValue: "chocolate-chip", + CookieConfig: &structs.CookieConfig{ + TTL: 2 * time.Minute, + Path: "/bowl", + }, + Terminal: true, + }, + }, + }, + }, + ) + + expect := &structs.CompiledDiscoveryChain{ + Protocol: "http", + StartNode: "splitter:main.default", + Nodes: map[string]*structs.DiscoveryGraphNode{ + "splitter:main.default": { + Type: structs.DiscoveryGraphNodeTypeSplitter, + Name: "main.default", + Splits: []*structs.DiscoverySplit{ + { + Weight: 60, + NextNode: "resolver:foo.default.dc1", + }, + { + Weight: 20, + NextNode: "resolver:bar.default.dc1", + }, + { + Weight: 20, + NextNode: "resolver:baz.default.dc1", + }, + }, + // The LB config from bar is attached because splitters only care about hash-based policies, + // and it's the config from bar not baz because we pick the first one we encounter in the Splits. + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MaximumRingSize: 101, + }, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + }, + }, + }, + }, + // Each service's LB config is passed down from the service-resolver to the resolver node + "resolver:foo.default.dc1": { + Type: structs.DiscoveryGraphNodeTypeResolver, + Name: "foo.default.dc1", + Resolver: &structs.DiscoveryResolver{ + Default: false, + ConnectTimeout: 5 * time.Second, + Target: "foo.default.dc1", + }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "least_request", + LeastRequestConfig: &structs.LeastRequestConfig{ + ChoiceCount: 3, + }, + }, + }, + "resolver:bar.default.dc1": { + Type: structs.DiscoveryGraphNodeTypeResolver, + Name: "bar.default.dc1", + Resolver: &structs.DiscoveryResolver{ + Default: false, + ConnectTimeout: 5 * time.Second, + Target: "bar.default.dc1", + }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MaximumRingSize: 101, + }, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + }, + }, + }, + }, + "resolver:baz.default.dc1": { + Type: structs.DiscoveryGraphNodeTypeResolver, + Name: "baz.default.dc1", + Resolver: &structs.DiscoveryResolver{ + Default: false, + ConnectTimeout: 5 * time.Second, + Target: "baz.default.dc1", + }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "maglev", + HashPolicies: []structs.HashPolicy{ + { + Field: "cookie", + FieldValue: "chocolate-chip", + CookieConfig: &structs.CookieConfig{ + TTL: 2 * time.Minute, + Path: "/bowl", + }, + Terminal: true, + }, + }, + }, + }, + }, + Targets: map[string]*structs.DiscoveryTarget{ + "foo.default.dc1": newTarget("foo", "", "default", "dc1", nil), + "bar.default.dc1": newTarget("bar", "", "default", "dc1", nil), + "baz.default.dc1": newTarget("baz", "", "default", "dc1", nil), + }, + } + + return compileTestCase{entries: entries, expect: expect} +} + +// ensure chain with LB cfg in resolver isn't a default chain (!IsDefault) +func testcase_LBResolver() compileTestCase { + entries := newEntries() + setServiceProtocol(entries, "main", "http") + + entries.AddResolvers( + &structs.ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "main", + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MaximumRingSize: 101, + }, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + }, + }, + }, + }, + ) + + expect := &structs.CompiledDiscoveryChain{ + Protocol: "http", + StartNode: "resolver:main.default.dc1", + Nodes: map[string]*structs.DiscoveryGraphNode{ + "resolver:main.default.dc1": { + Type: structs.DiscoveryGraphNodeTypeResolver, + Name: "main.default.dc1", + Resolver: &structs.DiscoveryResolver{ + Default: false, + ConnectTimeout: 5 * time.Second, + Target: "main.default.dc1", + }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MaximumRingSize: 101, + }, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + }, + }, + }, + }, + }, + Targets: map[string]*structs.DiscoveryTarget{ + "main.default.dc1": newTarget("main", "", "default", "dc1", nil), + }, + } + + return compileTestCase{entries: entries, expect: expect} +} + func newSimpleRoute(name string, muts ...func(*structs.ServiceRoute)) structs.ServiceRoute { r := structs.ServiceRoute{ Match: &structs.ServiceRouteMatch{ diff --git a/agent/consul/federation_state_replication.go b/agent/consul/federation_state_replication.go index ac6bc640ec..52af2f5dca 100644 --- a/agent/consul/federation_state_replication.go +++ b/agent/consul/federation_state_replication.go @@ -158,7 +158,8 @@ func (r *FederationStateReplicator) PerformDeletions(ctx context.Context, deleti if err != nil { return false, err } - if respErr, ok := resp.(error); ok && err != nil { + + if respErr, ok := resp.(error); ok { return false, respErr } @@ -202,7 +203,8 @@ func (r *FederationStateReplicator) PerformUpdates(ctx context.Context, updatesR if err != nil { return false, err } - if respErr, ok := resp.(error); ok && err != nil { + + if respErr, ok := resp.(error); ok { return false, respErr } diff --git a/agent/consul/fsm/snapshot_oss.go b/agent/consul/fsm/snapshot_oss.go index 16d146f3f2..e1ca30b08e 100644 --- a/agent/consul/fsm/snapshot_oss.go +++ b/agent/consul/fsm/snapshot_oss.go @@ -99,6 +99,7 @@ func (s *snapshot) persistNodes(sink raft.SnapshotSink, Address: n.Address, TaggedAddresses: n.TaggedAddresses, NodeMeta: n.Meta, + RaftIndex: n.RaftIndex, } // Register the node itself diff --git a/agent/consul/fsm/snapshot_oss_test.go b/agent/consul/fsm/snapshot_oss_test.go index 59c18f2222..f798a0efaa 100644 --- a/agent/consul/fsm/snapshot_oss_test.go +++ b/agent/consul/fsm/snapshot_oss_test.go @@ -383,6 +383,22 @@ func TestFSM_SnapshotRestore_OSS(t *testing.T) { require.NoError(t, fsm.state.FederationStateSet(21, fedState1)) require.NoError(t, fsm.state.FederationStateSet(22, fedState2)) + // Update a node, service and health check to make sure the ModifyIndexes are preserved correctly after restore. + require.NoError(t, fsm.state.EnsureNode(23, &structs.Node{ + ID: "610918a6-464f-fa9b-1a95-03bd6e88ed92", + Node: "foo", + Datacenter: "dc1", + Address: "127.0.0.3", + })) + require.NoError(t, fsm.state.EnsureService(24, "foo", &structs.NodeService{ID: "db", Service: "db", Tags: []string{"primary"}, Address: "127.0.0.1", Port: 5001})) + require.NoError(t, fsm.state.EnsureCheck(25, &structs.HealthCheck{ + Node: "foo", + CheckID: "web", + Name: "web connectivity", + Status: api.HealthCritical, + ServiceID: "web", + })) + // Snapshot snap, err := fsm.Snapshot() require.NoError(t, err) @@ -455,25 +471,37 @@ func TestFSM_SnapshotRestore_OSS(t *testing.T) { require.Equal(t, "testing123", nodes[0].Meta["testMeta"]) require.Len(t, nodes[0].TaggedAddresses, 1) require.Equal(t, "1.2.3.4", nodes[0].TaggedAddresses["hello"]) + require.Equal(t, uint64(2), nodes[0].CreateIndex) + require.Equal(t, uint64(2), nodes[0].ModifyIndex) require.Equal(t, node1.ID, nodes[1].ID) require.Equal(t, "foo", nodes[1].Node) require.Equal(t, "dc1", nodes[1].Datacenter) - require.Equal(t, "127.0.0.1", nodes[1].Address) + require.Equal(t, "127.0.0.3", nodes[1].Address) require.Empty(t, nodes[1].TaggedAddresses) + require.Equal(t, uint64(1), nodes[1].CreateIndex) + require.Equal(t, uint64(23), nodes[1].ModifyIndex) _, fooSrv, err := fsm2.state.NodeServices(nil, "foo", nil) require.NoError(t, err) require.Len(t, fooSrv.Services, 2) require.Contains(t, fooSrv.Services["db"].Tags, "primary") require.True(t, stringslice.Contains(fooSrv.Services["db"].Tags, "primary")) - require.Equal(t, 5000, fooSrv.Services["db"].Port) + require.Equal(t, 5001, fooSrv.Services["db"].Port) + require.Equal(t, uint64(4), fooSrv.Services["db"].CreateIndex) + require.Equal(t, uint64(24), fooSrv.Services["db"].ModifyIndex) connectSrv := fooSrv.Services["web"] require.Equal(t, connectConf, connectSrv.Connect) + require.Equal(t, uint64(3), fooSrv.Services["web"].CreateIndex) + require.Equal(t, uint64(3), fooSrv.Services["web"].ModifyIndex) _, checks, err := fsm2.state.NodeChecks(nil, "foo", nil) require.NoError(t, err) require.Len(t, checks, 1) + require.Equal(t, "foo", checks[0].Node) + require.Equal(t, "web", checks[0].ServiceName) + require.Equal(t, uint64(7), checks[0].CreateIndex) + require.Equal(t, uint64(25), checks[0].ModifyIndex) // Verify key is set _, d, err := fsm2.state.KVSGet(nil, "/test", nil) @@ -626,6 +654,12 @@ func TestFSM_SnapshotRestore_OSS(t *testing.T) { require.NoError(t, err) require.Equal(t, fedState2, fedStateLoaded2) + // Verify usage data is correctly updated + idx, nodeCount, err := fsm2.state.NodeCount() + require.NoError(t, err) + require.Equal(t, len(nodes), nodeCount) + require.NotZero(t, idx) + // Snapshot snap, err = fsm2.Snapshot() require.NoError(t, err) diff --git a/agent/consul/internal_endpoint.go b/agent/consul/internal_endpoint.go index c8e3271426..3f60b1015e 100644 --- a/agent/consul/internal_endpoint.go +++ b/agent/consul/internal_endpoint.go @@ -222,6 +222,90 @@ func (m *Internal) GatewayServiceDump(args *structs.ServiceSpecificRequest, repl return err } +// Match returns the set of intentions that match the given source/destination. +func (m *Internal) GatewayIntentions(args *structs.IntentionQueryRequest, reply *structs.IndexedIntentions) error { + // Forward if necessary + if done, err := m.srv.ForwardRPC("Internal.GatewayIntentions", args, args, reply); done { + return err + } + + if len(args.Match.Entries) > 1 { + return fmt.Errorf("Expected 1 gateway name, got %d", len(args.Match.Entries)) + } + + // Get the ACL token for the request for the checks below. + var entMeta structs.EnterpriseMeta + var authzContext acl.AuthorizerContext + + authz, err := m.srv.ResolveTokenAndDefaultMeta(args.Token, &entMeta, &authzContext) + if err != nil { + return err + } + + if args.Match.Entries[0].Namespace == "" { + args.Match.Entries[0].Namespace = entMeta.NamespaceOrDefault() + } + if err := m.srv.validateEnterpriseIntentionNamespace(args.Match.Entries[0].Namespace, true); err != nil { + return fmt.Errorf("Invalid match entry namespace %q: %v", args.Match.Entries[0].Namespace, err) + } + + // We need read access to the gateway we're trying to find intentions for, so check that first. + if authz != nil && authz.ServiceRead(args.Match.Entries[0].Name, &authzContext) != acl.Allow { + return acl.ErrPermissionDenied + } + + return m.srv.blockingQuery( + &args.QueryOptions, + &reply.QueryMeta, + func(ws memdb.WatchSet, state *state.Store) error { + var maxIdx uint64 + idx, gatewayServices, err := state.GatewayServices(ws, args.Match.Entries[0].Name, &entMeta) + if err != nil { + return err + } + if idx > maxIdx { + maxIdx = idx + } + + // Loop over the gateway <-> serviceName mappings and fetch all intentions for each + seen := make(map[string]bool) + result := make(structs.Intentions, 0) + + for _, gs := range gatewayServices { + entry := structs.IntentionMatchEntry{ + Namespace: gs.Service.NamespaceOrDefault(), + Name: gs.Service.Name, + } + idx, intentions, err := state.IntentionMatchOne(ws, entry, structs.IntentionMatchDestination) + if err != nil { + return err + } + if idx > maxIdx { + maxIdx = idx + } + + // Deduplicate wildcard intentions + for _, ixn := range intentions { + if !seen[ixn.ID] { + result = append(result, ixn) + seen[ixn.ID] = true + } + } + } + + reply.Index, reply.Intentions = maxIdx, result + if reply.Intentions == nil { + reply.Intentions = make(structs.Intentions, 0) + } + + if err := m.srv.filterACL(args.Token, reply); err != nil { + return err + } + return nil + }, + ) +} + // EventFire is a bit of an odd endpoint, but it allows for a cross-DC RPC // call to fire an event. The primary use case is to enable user events being // triggered in a remote DC. @@ -267,6 +351,11 @@ func (m *Internal) KeyringOperation( args *structs.KeyringRequest, reply *structs.KeyringResponses) error { + // Error aggressively to be clear about LocalOnly behavior + if args.LocalOnly && args.Operation != structs.KeyringList { + return fmt.Errorf("argument error: LocalOnly can only be used for List operations") + } + // Check ACLs identity, rule, err := m.srv.ResolveTokenToIdentityAndAuthorizer(args.Token) if err != nil { @@ -294,44 +383,64 @@ func (m *Internal) KeyringOperation( } } - // Validate use of local-only - if args.LocalOnly && args.Operation != structs.KeyringList { - // Error aggressively to be clear about LocalOnly behavior - return fmt.Errorf("argument error: LocalOnly can only be used for List operations") - } + if args.LocalOnly || args.Forwarded || m.srv.serfWAN == nil { + // Handle operations that are localOnly, already forwarded or + // there is no serfWAN. If any of this is the case this + // operation shouldn't go out to other dcs or WAN pool. + reply.Responses = append(reply.Responses, m.executeKeyringOpLAN(args)...) + } else { + // Handle not already forwarded, non-local operations. - // args.LocalOnly should always be false for non-GET requests - if !args.LocalOnly { - // Only perform WAN keyring querying and RPC forwarding once - if !args.Forwarded && m.srv.serfWAN != nil { - args.Forwarded = true - m.executeKeyringOp(args, reply, true) - return m.srv.globalRPC("Internal.KeyringOperation", args, reply) + // Marking this as forwarded because this is what we are about + // to do. Prevents the same message from being fowarded by + // other servers. + args.Forwarded = true + reply.Responses = append(reply.Responses, m.executeKeyringOpWAN(args)) + reply.Responses = append(reply.Responses, m.executeKeyringOpLAN(args)...) + + dcs := m.srv.router.GetRemoteDatacenters(m.srv.config.Datacenter) + responses, err := m.srv.keyringRPCs("Internal.KeyringOperation", args, dcs) + if err != nil { + return err } + reply.Add(responses) } - - // Query the LAN keyring of this node's DC - m.executeKeyringOp(args, reply, false) return nil } -// executeKeyringOp executes the keyring-related operation in the request -// on either the WAN or LAN pools. -func (m *Internal) executeKeyringOp( - args *structs.KeyringRequest, - reply *structs.KeyringResponses, - wan bool) { - - if wan { - mgr := m.srv.KeyManagerWAN() - m.executeKeyringOpMgr(mgr, args, reply, wan, "") - } else { - segments := m.srv.LANSegments() - for name, segment := range segments { - mgr := segment.KeyManager() - m.executeKeyringOpMgr(mgr, args, reply, wan, name) - } +func (m *Internal) executeKeyringOpLAN(args *structs.KeyringRequest) []*structs.KeyringResponse { + responses := []*structs.KeyringResponse{} + segments := m.srv.LANSegments() + for name, segment := range segments { + mgr := segment.KeyManager() + serfResp, err := m.executeKeyringOpMgr(mgr, args) + resp := translateKeyResponseToKeyringResponse(serfResp, m.srv.config.Datacenter, err) + resp.Segment = name + responses = append(responses, &resp) } + return responses +} + +func (m *Internal) executeKeyringOpWAN(args *structs.KeyringRequest) *structs.KeyringResponse { + mgr := m.srv.KeyManagerWAN() + serfResp, err := m.executeKeyringOpMgr(mgr, args) + resp := translateKeyResponseToKeyringResponse(serfResp, m.srv.config.Datacenter, err) + resp.WAN = true + return &resp +} + +func translateKeyResponseToKeyringResponse(keyresponse *serf.KeyResponse, datacenter string, err error) structs.KeyringResponse { + resp := structs.KeyringResponse{ + Datacenter: datacenter, + Messages: keyresponse.Messages, + Keys: keyresponse.Keys, + PrimaryKeys: keyresponse.PrimaryKeys, + NumNodes: keyresponse.NumNodes, + } + if err != nil { + resp.Error = err.Error() + } + return resp } // executeKeyringOpMgr executes the appropriate keyring-related function based on @@ -340,9 +449,7 @@ func (m *Internal) executeKeyringOp( func (m *Internal) executeKeyringOpMgr( mgr *serf.KeyManager, args *structs.KeyringRequest, - reply *structs.KeyringResponses, - wan bool, - segment string) { +) (*serf.KeyResponse, error) { var serfResp *serf.KeyResponse var err error @@ -358,20 +465,7 @@ func (m *Internal) executeKeyringOpMgr( serfResp, err = mgr.RemoveKeyWithOptions(args.Key, opts) } - errStr := "" - if err != nil { - errStr = err.Error() - } - - reply.Responses = append(reply.Responses, &structs.KeyringResponse{ - WAN: wan, - Datacenter: m.srv.config.Datacenter, - Segment: segment, - Messages: serfResp.Messages, - Keys: serfResp.Keys, - NumNodes: serfResp.NumNodes, - Error: errStr, - }) + return serfResp, err } // aclAccessorID is used to convert an ACLToken's secretID to its accessorID for non- diff --git a/agent/consul/internal_endpoint_test.go b/agent/consul/internal_endpoint_test.go index 32a92cbf5f..1ef7c57b9b 100644 --- a/agent/consul/internal_endpoint_test.go +++ b/agent/consul/internal_endpoint_test.go @@ -1377,3 +1377,231 @@ func TestInternal_GatewayServiceDump_Ingress_ACL(t *testing.T) { require.Equal(t, nodes[0].Service.Service, "db") require.Equal(t, nodes[0].Checks[0].Status, api.HealthWarning) } + +func TestInternal_GatewayIntentions(t *testing.T) { + t.Parallel() + dir1, s1 := testServer(t) + defer os.RemoveAll(dir1) + defer s1.Shutdown() + + codec := rpcClient(t, s1) + defer codec.Close() + + testrpc.WaitForTestAgent(t, s1.RPC, "dc1") + + // Register terminating gateway and config entry linking it to postgres + redis + { + arg := structs.RegisterRequest{ + Datacenter: "dc1", + Node: "foo", + Address: "127.0.0.1", + Service: &structs.NodeService{ + ID: "terminating-gateway", + Service: "terminating-gateway", + Kind: structs.ServiceKindTerminatingGateway, + Port: 443, + }, + Check: &structs.HealthCheck{ + Name: "terminating connect", + Status: api.HealthPassing, + ServiceID: "terminating-gateway", + }, + } + var regOutput struct{} + require.NoError(t, msgpackrpc.CallWithCodec(codec, "Catalog.Register", &arg, ®Output)) + + args := &structs.TerminatingGatewayConfigEntry{ + Name: "terminating-gateway", + Kind: structs.TerminatingGateway, + Services: []structs.LinkedService{ + { + Name: "postgres", + }, + { + Name: "redis", + CAFile: "/etc/certs/ca.pem", + CertFile: "/etc/certs/cert.pem", + KeyFile: "/etc/certs/key.pem", + }, + }, + } + + req := structs.ConfigEntryRequest{ + Op: structs.ConfigEntryUpsert, + Datacenter: "dc1", + Entry: args, + } + var configOutput bool + require.NoError(t, msgpackrpc.CallWithCodec(codec, "ConfigEntry.Apply", &req, &configOutput)) + require.True(t, configOutput) + } + + // create some symmetric intentions to ensure we are only matching on destination + { + for _, v := range []string{"*", "mysql", "redis", "postgres"} { + req := structs.IntentionRequest{ + Datacenter: "dc1", + Op: structs.IntentionOpCreate, + Intention: structs.TestIntention(t), + } + req.Intention.SourceName = "api" + req.Intention.DestinationName = v + + var reply string + assert.NoError(t, msgpackrpc.CallWithCodec(codec, "Intention.Apply", &req, &reply)) + + req = structs.IntentionRequest{ + Datacenter: "dc1", + Op: structs.IntentionOpCreate, + Intention: structs.TestIntention(t), + } + req.Intention.SourceName = v + req.Intention.DestinationName = "api" + assert.NoError(t, msgpackrpc.CallWithCodec(codec, "Intention.Apply", &req, &reply)) + } + } + + // Request intentions matching the gateway named "terminating-gateway" + req := structs.IntentionQueryRequest{ + Datacenter: "dc1", + Match: &structs.IntentionQueryMatch{ + Type: structs.IntentionMatchDestination, + Entries: []structs.IntentionMatchEntry{ + { + Namespace: structs.IntentionDefaultNamespace, + Name: "terminating-gateway", + }, + }, + }, + } + var reply structs.IndexedIntentions + assert.NoError(t, msgpackrpc.CallWithCodec(codec, "Internal.GatewayIntentions", &req, &reply)) + assert.Len(t, reply.Intentions, 3) + + // Only intentions with linked services as a destination should be returned, and wildcard matches should be deduped + expected := []string{"postgres", "*", "redis"} + actual := []string{ + reply.Intentions[0].DestinationName, + reply.Intentions[1].DestinationName, + reply.Intentions[2].DestinationName, + } + assert.ElementsMatch(t, expected, actual) +} + +func TestInternal_GatewayIntentions_aclDeny(t *testing.T) { + dir1, s1 := testServerWithConfig(t, testServerACLConfig(nil)) + defer os.RemoveAll(dir1) + defer s1.Shutdown() + codec := rpcClient(t, s1) + defer codec.Close() + + testrpc.WaitForTestAgent(t, s1.RPC, "dc1", testrpc.WithToken(TestDefaultMasterToken)) + + // Register terminating gateway and config entry linking it to postgres + redis + { + arg := structs.RegisterRequest{ + Datacenter: "dc1", + Node: "foo", + Address: "127.0.0.1", + Service: &structs.NodeService{ + ID: "terminating-gateway", + Service: "terminating-gateway", + Kind: structs.ServiceKindTerminatingGateway, + Port: 443, + }, + Check: &structs.HealthCheck{ + Name: "terminating connect", + Status: api.HealthPassing, + ServiceID: "terminating-gateway", + }, + WriteRequest: structs.WriteRequest{Token: TestDefaultMasterToken}, + } + var regOutput struct{} + require.NoError(t, msgpackrpc.CallWithCodec(codec, "Catalog.Register", &arg, ®Output)) + + args := &structs.TerminatingGatewayConfigEntry{ + Name: "terminating-gateway", + Kind: structs.TerminatingGateway, + Services: []structs.LinkedService{ + { + Name: "postgres", + }, + { + Name: "redis", + CAFile: "/etc/certs/ca.pem", + CertFile: "/etc/certs/cert.pem", + KeyFile: "/etc/certs/key.pem", + }, + }, + } + + req := structs.ConfigEntryRequest{ + Op: structs.ConfigEntryUpsert, + Datacenter: "dc1", + Entry: args, + WriteRequest: structs.WriteRequest{Token: TestDefaultMasterToken}, + } + var configOutput bool + require.NoError(t, msgpackrpc.CallWithCodec(codec, "ConfigEntry.Apply", &req, &configOutput)) + require.True(t, configOutput) + } + + // create some symmetric intentions to ensure we are only matching on destination + { + for _, v := range []string{"*", "mysql", "redis", "postgres"} { + req := structs.IntentionRequest{ + Datacenter: "dc1", + Op: structs.IntentionOpCreate, + Intention: structs.TestIntention(t), + WriteRequest: structs.WriteRequest{Token: TestDefaultMasterToken}, + } + req.Intention.SourceName = "api" + req.Intention.DestinationName = v + + var reply string + assert.NoError(t, msgpackrpc.CallWithCodec(codec, "Intention.Apply", &req, &reply)) + + req = structs.IntentionRequest{ + Datacenter: "dc1", + Op: structs.IntentionOpCreate, + Intention: structs.TestIntention(t), + WriteRequest: structs.WriteRequest{Token: TestDefaultMasterToken}, + } + req.Intention.SourceName = v + req.Intention.DestinationName = "api" + assert.NoError(t, msgpackrpc.CallWithCodec(codec, "Intention.Apply", &req, &reply)) + } + } + + userToken, err := upsertTestTokenWithPolicyRules(codec, TestDefaultMasterToken, "dc1", ` +service_prefix "redis" { policy = "read" } +service_prefix "terminating-gateway" { policy = "read" } +`) + require.NoError(t, err) + + // Request intentions matching the gateway named "terminating-gateway" + req := structs.IntentionQueryRequest{ + Datacenter: "dc1", + Match: &structs.IntentionQueryMatch{ + Type: structs.IntentionMatchDestination, + Entries: []structs.IntentionMatchEntry{ + { + Namespace: structs.IntentionDefaultNamespace, + Name: "terminating-gateway", + }, + }, + }, + QueryOptions: structs.QueryOptions{Token: userToken.SecretID}, + } + var reply structs.IndexedIntentions + assert.NoError(t, msgpackrpc.CallWithCodec(codec, "Internal.GatewayIntentions", &req, &reply)) + assert.Len(t, reply.Intentions, 2) + + // Only intentions for redis should be returned, due to ACLs + expected := []string{"*", "redis"} + actual := []string{ + reply.Intentions[0].DestinationName, + reply.Intentions[1].DestinationName, + } + assert.ElementsMatch(t, expected, actual) +} diff --git a/agent/consul/leader_connect.go b/agent/consul/leader_connect.go index fcad53d65b..3a7a1ce970 100644 --- a/agent/consul/leader_connect.go +++ b/agent/consul/leader_connect.go @@ -653,7 +653,7 @@ func (s *Server) secondaryIntermediateCertRenewalWatch(ctx context.Context) erro case <-ctx.Done(): return nil case <-time.After(structs.IntermediateCertRenewInterval): - retryLoopBackoff(ctx, func() error { + retryLoopBackoffAbortOnSuccess(ctx, func() error { s.caProviderReconfigurationLock.Lock() defer s.caProviderReconfigurationLock.Unlock() @@ -835,6 +835,14 @@ func (s *Server) replicateIntentions(ctx context.Context) error { // retryLoopBackoff loops a given function indefinitely, backing off exponentially // upon errors up to a maximum of maxRetryBackoff seconds. func retryLoopBackoff(ctx context.Context, loopFn func() error, errFn func(error)) { + retryLoopBackoffHandleSuccess(ctx, loopFn, errFn, false) +} + +func retryLoopBackoffAbortOnSuccess(ctx context.Context, loopFn func() error, errFn func(error)) { + retryLoopBackoffHandleSuccess(ctx, loopFn, errFn, true) +} + +func retryLoopBackoffHandleSuccess(ctx context.Context, loopFn func() error, errFn func(error), abortOnSuccess bool) { var failedAttempts uint limiter := rate.NewLimiter(loopRateLimit, retryBucketSize) for { @@ -861,6 +869,8 @@ func retryLoopBackoff(ctx context.Context, loopFn func() error, errFn func(error case <-timer.C: continue } + } else if abortOnSuccess { + return } // Reset the failed attempts after a successful run. diff --git a/agent/consul/leader_connect_test.go b/agent/consul/leader_connect_test.go index 0f8edc470d..c4852d57a7 100644 --- a/agent/consul/leader_connect_test.go +++ b/agent/consul/leader_connect_test.go @@ -1,6 +1,7 @@ package consul import ( + "context" "crypto/x509" "fmt" "io/ioutil" @@ -1442,3 +1443,43 @@ func TestLeader_lessThanHalfTimePassed(t *testing.T) { require.True(t, lessThanHalfTimePassed(now, now.Add(-10*time.Second), now.Add(20*time.Second))) } + +func TestLeader_retryLoopBackoffHandleSuccess(t *testing.T) { + type test struct { + desc string + loopFn func() error + abort bool + timedOut bool + } + success := func() error { + return nil + } + failure := func() error { + return fmt.Errorf("test error") + } + tests := []test{ + {"loop without error and no abortOnSuccess keeps running", success, false, true}, + {"loop with error and no abortOnSuccess keeps running", failure, false, true}, + {"loop without error and abortOnSuccess is stopped", success, true, false}, + {"loop with error and abortOnSuccess keeps running", failure, true, true}, + } + for _, tc := range tests { + tc := tc + t.Run(tc.desc, func(t *testing.T) { + ctx, cancel := context.WithTimeout(context.Background(), 50*time.Millisecond) + defer cancel() + + retryLoopBackoffHandleSuccess(ctx, tc.loopFn, func(_ error) {}, tc.abort) + select { + case <-ctx.Done(): + if !tc.timedOut { + t.Fatal("should not have timed out") + } + default: + if tc.timedOut { + t.Fatal("should have timed out") + } + } + }) + } +} diff --git a/agent/consul/leader_federation_state_ae.go b/agent/consul/leader_federation_state_ae.go index 4254e61a35..4e5a8a45b2 100644 --- a/agent/consul/leader_federation_state_ae.go +++ b/agent/consul/leader_federation_state_ae.go @@ -219,7 +219,7 @@ func (s *Server) pruneStaleFederationStates() error { if err != nil { return fmt.Errorf("Failed to delete federation state %s: %v", dc, err) } - if respErr, ok := resp.(error); ok && err != nil { + if respErr, ok := resp.(error); ok { return fmt.Errorf("Failed to delete federation state %s: %v", dc, respErr) } } diff --git a/agent/consul/leader_test.go b/agent/consul/leader_test.go index 365e50ec25..f8d5f91c6b 100644 --- a/agent/consul/leader_test.go +++ b/agent/consul/leader_test.go @@ -10,10 +10,13 @@ import ( "time" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/hashicorp/consul/testrpc" + "github.com/hashicorp/consul/tlsutil" + "github.com/hashicorp/go-hclog" msgpackrpc "github.com/hashicorp/net-rpc-msgpackrpc" "github.com/hashicorp/serf/serf" "github.com/stretchr/testify/require" @@ -1283,24 +1286,38 @@ func TestLeader_ConfigEntryBootstrap_Fail(t *testing.T) { } }() - dir1, s1 := testServerWithConfig(t, func(c *Config) { - c.LogOutput = io.MultiWriter(pw, testutil.NewLogBuffer(t)) - c.Build = "1.6.0" - c.ConfigEntryBootstrap = []structs.ConfigEntry{ - &structs.ServiceSplitterConfigEntry{ - Kind: structs.ServiceSplitter, - Name: "web", - Splits: []structs.ServiceSplit{ - {Weight: 100, Service: "web"}, - }, + _, config := testServerConfig(t) + config.Build = "1.6.0" + config.ConfigEntryBootstrap = []structs.ConfigEntry{ + &structs.ServiceSplitterConfigEntry{ + Kind: structs.ServiceSplitter, + Name: "web", + Splits: []structs.ServiceSplit{ + {Weight: 100, Service: "web"}, }, - } - }) - defer os.RemoveAll(dir1) - defer s1.Shutdown() + }, + } - result := <-ch - require.Empty(t, result) + logger := hclog.NewInterceptLogger(&hclog.LoggerOptions{ + Name: config.NodeName, + Level: hclog.Debug, + Output: io.MultiWriter(pw, testutil.NewLogBuffer(t)), + }) + tlsConf, err := tlsutil.NewConfigurator(config.ToTLSUtilConfig(), logger) + require.NoError(t, err) + srv, err := NewServer(config, + WithLogger(logger), + WithTokenStore(new(token.Store)), + WithTLSConfigurator(tlsConf)) + require.NoError(t, err) + defer srv.Shutdown() + + select { + case result := <-ch: + require.Empty(t, result) + case <-time.After(time.Second): + t.Fatal("timeout waiting for a result from tailing logs") + } } func TestLeader_ACLLegacyReplication(t *testing.T) { diff --git a/agent/consul/options.go b/agent/consul/options.go index 450d9ee5dc..2650780761 100644 --- a/agent/consul/options.go +++ b/agent/consul/options.go @@ -2,6 +2,7 @@ package consul import ( "github.com/hashicorp/consul/agent/pool" + "github.com/hashicorp/consul/agent/router" "github.com/hashicorp/consul/agent/token" "github.com/hashicorp/consul/tlsutil" "github.com/hashicorp/go-hclog" @@ -12,6 +13,7 @@ type consulOptions struct { tlsConfigurator *tlsutil.Configurator connPool *pool.ConnPool tokens *token.Store + router *router.Router } type ConsulOption func(*consulOptions) @@ -40,6 +42,12 @@ func WithTokenStore(tokens *token.Store) ConsulOption { } } +func WithRouter(router *router.Router) ConsulOption { + return func(opt *consulOptions) { + opt.router = router + } +} + func flattenConsulOptions(options []ConsulOption) consulOptions { var flat consulOptions for _, opt := range options { diff --git a/agent/consul/rpc.go b/agent/consul/rpc.go index a73f613be8..ac1096292b 100644 --- a/agent/consul/rpc.go +++ b/agent/consul/rpc.go @@ -188,6 +188,9 @@ func (s *Server) handleConn(conn net.Conn, isTLS bool) { conn = tls.Server(conn, s.tlsConfigurator.IncomingInsecureRPCConfig()) s.handleInsecureConn(conn) + case pool.RPCGRPC: + s.grpcHandler.Handle(conn) + default: if !s.handleEnterpriseRPCConn(typ, conn, isTLS) { s.rpcLogger().Error("unrecognized RPC byte", @@ -254,6 +257,9 @@ func (s *Server) handleNativeTLS(conn net.Conn) { case pool.ALPN_RPCSnapshot: s.handleSnapshotConn(tlsConn) + case pool.ALPN_RPCGRPC: + s.grpcHandler.Handle(conn) + case pool.ALPN_WANGossipPacket: if err := s.handleALPN_WANGossipPacketStream(tlsConn); err != nil && err != io.EOF { s.rpcLogger().Error( @@ -295,7 +301,10 @@ func (s *Server) handleNativeTLS(conn net.Conn) { func (s *Server) handleMultiplexV2(conn net.Conn) { defer conn.Close() conf := yamux.DefaultConfig() - conf.LogOutput = s.config.LogOutput + // override the default because LogOutput conflicts with Logger + conf.LogOutput = nil + // TODO: should this be created once and cached? + conf.Logger = s.logger.StandardLogger(&hclog.StandardLoggerOptions{InferLevels: true}) server, _ := yamux.Server(conn, conf) for { sub, err := server.Accept() @@ -632,22 +641,17 @@ func (s *Server) forwardDC(method, dc string, args interface{}, reply interface{ return nil } -// globalRPC is used to forward an RPC request to one server in each datacenter. -// This will only error for RPC-related errors. Otherwise, application-level -// errors can be sent in the response objects. -func (s *Server) globalRPC(method string, args interface{}, - reply structs.CompoundResponse) error { +// keyringRPCs is used to forward an RPC request to a server in each dc. This +// will only error for RPC-related errors. Otherwise, application-level errors +// can be sent in the response objects. +func (s *Server) keyringRPCs(method string, args interface{}, dcs []string) (*structs.KeyringResponses, error) { - // Make a new request into each datacenter - dcs := s.router.GetDatacenters() - - replies, total := 0, len(dcs) - errorCh := make(chan error, total) - respCh := make(chan interface{}, total) + errorCh := make(chan error, len(dcs)) + respCh := make(chan *structs.KeyringResponses, len(dcs)) for _, dc := range dcs { go func(dc string) { - rr := reply.New() + rr := &structs.KeyringResponses{} if err := s.forwardDC(method, dc, args, &rr); err != nil { errorCh <- err return @@ -656,16 +660,16 @@ func (s *Server) globalRPC(method string, args interface{}, }(dc) } - for replies < total { + responses := &structs.KeyringResponses{} + for i := 0; i < len(dcs); i++ { select { case err := <-errorCh: - return err + return nil, err case rr := <-respCh: - reply.Add(rr) - replies++ + responses.Add(rr) } } - return nil + return responses, nil } type raftEncoder func(structs.MessageType, interface{}) ([]byte, error) diff --git a/agent/consul/server.go b/agent/consul/server.go index 9a7ca78eaf..2a496d9624 100644 --- a/agent/consul/server.go +++ b/agent/consul/server.go @@ -25,6 +25,8 @@ import ( "github.com/hashicorp/consul/agent/consul/autopilot" "github.com/hashicorp/consul/agent/consul/fsm" "github.com/hashicorp/consul/agent/consul/state" + "github.com/hashicorp/consul/agent/consul/usagemetrics" + "github.com/hashicorp/consul/agent/grpc" "github.com/hashicorp/consul/agent/metadata" "github.com/hashicorp/consul/agent/pool" "github.com/hashicorp/consul/agent/router" @@ -238,8 +240,9 @@ type Server struct { rpcConnLimiter connlimit.Limiter // Listener is used to listen for incoming connections - Listener net.Listener - rpcServer *rpc.Server + Listener net.Listener + grpcHandler connHandler + rpcServer *rpc.Server // insecureRPCServer is a RPC server that is configure with // IncomingInsecureRPCConfig to allow clients to call AutoEncrypt.Sign @@ -313,60 +316,34 @@ type Server struct { EnterpriseServer } -// NewServer is only used to help setting up a server for testing. Normal code -// exercises NewServerLogger. -func NewServer(config *Config) (*Server, error) { - c, err := tlsutil.NewConfigurator(config.ToTLSUtilConfig(), nil) - if err != nil { - return nil, err - } - return NewServerLogger(config, nil, new(token.Store), c) +type connHandler interface { + Run() error + Handle(conn net.Conn) + Shutdown() error } -// NewServerLogger is used to construct a new Consul server from the -// configuration, potentially returning an error -func NewServerLogger(config *Config, logger hclog.InterceptLogger, tokens *token.Store, tlsConfigurator *tlsutil.Configurator) (*Server, error) { - return NewServerWithOptions(config, - WithLogger(logger), - WithTokenStore(tokens), - WithTLSConfigurator(tlsConfigurator)) -} - -// NewServerWithOptions is used to construct a new Consul server from the configuration -// and extra options, potentially returning an error -func NewServerWithOptions(config *Config, options ...ConsulOption) (*Server, error) { +// NewServer is used to construct a new Consul server from the configuration +// and extra options, potentially returning an error. +func NewServer(config *Config, options ...ConsulOption) (*Server, error) { flat := flattenConsulOptions(options) logger := flat.logger tokens := flat.tokens tlsConfigurator := flat.tlsConfigurator connPool := flat.connPool + rpcRouter := flat.router - // Check the protocol version. if err := config.CheckProtocolVersion(); err != nil { return nil, err } - - // Check for a data directory. if config.DataDir == "" && !config.DevMode { return nil, fmt.Errorf("Config must provide a DataDir") } - - // Sanity check the ACLs. if err := config.CheckACL(); err != nil { return nil, err } - - // Ensure we have a log output and create a logger. - if config.LogOutput == nil { - config.LogOutput = os.Stderr - } - if logger == nil { - logger = hclog.NewInterceptLogger(&hclog.LoggerOptions{ - Level: hclog.Debug, - Output: config.LogOutput, - }) + return nil, fmt.Errorf("logger is required") } // Check if TLS is enabled @@ -400,7 +377,7 @@ func NewServerWithOptions(config *Config, options ...ConsulOption) (*Server, err connPool = &pool.ConnPool{ Server: true, SrcAddr: config.RPCSrcAddr, - LogOutput: config.LogOutput, + Logger: logger.StandardLogger(&hclog.StandardLoggerOptions{InferLevels: true}), MaxTime: serverRPCCache, MaxStreams: serverMaxStreams, TLSConfigurator: tlsConfigurator, @@ -410,6 +387,11 @@ func NewServerWithOptions(config *Config, options ...ConsulOption) (*Server, err serverLogger := logger.NamedIntercept(logging.ConsulServer) loggers := newLoggerStore(serverLogger) + + if rpcRouter == nil { + rpcRouter = router.NewRouter(serverLogger, config.Datacenter, fmt.Sprintf("%s.%s", config.NodeName, config.Datacenter)) + } + // Create server. s := &Server{ config: config, @@ -421,7 +403,7 @@ func NewServerWithOptions(config *Config, options ...ConsulOption) (*Server, err loggers: loggers, leaveCh: make(chan struct{}), reconcileCh: make(chan serf.Member, reconcileChSize), - router: router.NewRouter(serverLogger, config.Datacenter, fmt.Sprintf("%s.%s", config.NodeName, config.Datacenter)), + router: rpcRouter, rpcServer: rpc.NewServer(), insecureRPCServer: rpc.NewServer(), tlsConfigurator: tlsConfigurator, @@ -578,6 +560,11 @@ func NewServerWithOptions(config *Config, options ...ConsulOption) (*Server, err s.Shutdown() return nil, fmt.Errorf("Failed to start LAN Serf: %v", err) } + + if err := s.router.AddArea(types.AreaLAN, s.serfLAN, s.connPool); err != nil { + s.Shutdown() + return nil, fmt.Errorf("Failed to add LAN serf route: %w", err) + } go s.lanEventHandler() // Start the flooders after the LAN event handler is wired up. @@ -611,6 +598,21 @@ func NewServerWithOptions(config *Config, options ...ConsulOption) (*Server, err return nil, err } + reporter, err := usagemetrics.NewUsageMetricsReporter( + new(usagemetrics.Config). + WithStateProvider(s.fsm). + WithLogger(s.logger). + WithDatacenter(s.config.Datacenter). + WithReportingInterval(s.config.MetricsReportingInterval), + ) + if err != nil { + s.Shutdown() + return nil, fmt.Errorf("Failed to start usage metrics reporter: %v", err) + } + go reporter.Run(&lib.StopChannelContext{StopCh: s.shutdownCh}) + + s.grpcHandler = newGRPCHandlerFromConfig(logger, config) + // Initialize Autopilot. This must happen before starting leadership monitoring // as establishing leadership could attempt to use autopilot and cause a panic. s.initAutopilot(config) @@ -620,6 +622,11 @@ func NewServerWithOptions(config *Config, options ...ConsulOption) (*Server, err go s.monitorLeadership() // Start listening for RPC requests. + go func() { + if err := s.grpcHandler.Run(); err != nil { + s.logger.Error("gRPC server failed", "error", err) + } + }() go s.listen(s.Listener) // Start listeners for any segments with separate RPC listeners. @@ -633,6 +640,14 @@ func NewServerWithOptions(config *Config, options ...ConsulOption) (*Server, err return s, nil } +func newGRPCHandlerFromConfig(logger hclog.Logger, config *Config) connHandler { + if !config.EnableGRPCServer { + return grpc.NoOpHandler{Logger: logger} + } + + return grpc.NewHandler(config.RPCAddr) +} + func (s *Server) connectCARootsMonitor(ctx context.Context) { for { ws := memdb.NewWatchSet() @@ -735,7 +750,7 @@ func (s *Server) setupRaft() error { log = cacheStore // Create the snapshot store. - snapshots, err := raft.NewFileSnapshotStore(path, snapshotsRetained, s.config.LogOutput) + snapshots, err := raft.NewFileSnapshotStoreWithLogger(path, snapshotsRetained, s.logger.Named("snapshot")) if err != nil { return err } @@ -957,16 +972,24 @@ func (s *Server) Shutdown() error { s.Listener.Close() } - // Close the connection pool - s.connPool.Shutdown() - - s.acls.Close() - - if s.config.NotifyShutdown != nil { - s.config.NotifyShutdown() + if s.grpcHandler != nil { + if err := s.grpcHandler.Shutdown(); err != nil { + s.logger.Warn("failed to stop gRPC server", "error", err) + } } - s.fsm.State().Abandon() + // Close the connection pool + if s.connPool != nil { + s.connPool.Shutdown() + } + + if s.acls != nil { + s.acls.Close() + } + + if s.fsm != nil { + s.fsm.State().Abandon() + } return nil } diff --git a/agent/consul/server_test.go b/agent/consul/server_test.go index 99632a499c..95069c9f70 100644 --- a/agent/consul/server_test.go +++ b/agent/consul/server_test.go @@ -132,21 +132,14 @@ func testServerConfig(t *testing.T) (string, *Config) { config := DefaultConfig() ports := freeport.MustTake(3) - - returnPortsFn := func() { - // The method of plumbing this into the server shutdown hook doesn't - // cover all exit points, so we insulate this against multiple - // invocations and then it's safe to call it a bunch of times. + t.Cleanup(func() { freeport.Return(ports) - config.NotifyShutdown = nil // self-erasing - } - config.NotifyShutdown = returnPortsFn + }) config.NodeName = uniqueNodeName(t.Name()) config.Bootstrap = true config.Datacenter = "dc1" config.DataDir = dir - config.LogOutput = testutil.NewLogBuffer(t) // bind the rpc server to a random port. config.RPCAdvertise will be // set to the listen address unless it was set in the configuration. @@ -155,7 +148,6 @@ func testServerConfig(t *testing.T) (string, *Config) { nodeID, err := uuid.GenerateUUID() if err != nil { - returnPortsFn() t.Fatal(err) } config.NodeID = types.NodeID(nodeID) @@ -212,9 +204,6 @@ func testServerConfig(t *testing.T) (string, *Config) { "IntermediateCertTTL": "288h", }, } - - config.NotifyShutdown = returnPortsFn - return dir, config } @@ -258,21 +247,19 @@ func testServerDCExpectNonVoter(t *testing.T, dc string, expect int) (string, *S func testServerWithConfig(t *testing.T, cb func(*Config)) (string, *Server) { var dir string - var config *Config var srv *Server - var err error // Retry added to avoid cases where bind addr is already in use retry.RunWith(retry.ThreeTimes(), t, func(r *retry.R) { + var config *Config dir, config = testServerConfig(t) if cb != nil { cb(config) } - srv, err = newServer(config) + var err error + srv, err = newServer(t, config) if err != nil { - config.NotifyShutdown() - os.RemoveAll(dir) r.Fatalf("err: %v", err) } }) @@ -282,7 +269,6 @@ func testServerWithConfig(t *testing.T, cb func(*Config)) (string, *Server) { // cb is a function that can alter the test servers configuration prior to the server starting. func testACLServerWithConfig(t *testing.T, cb func(*Config), initReplicationToken bool) (string, *Server, rpc.ClientCodec) { dir, srv := testServerWithConfig(t, testServerACLConfig(cb)) - t.Cleanup(func() { os.RemoveAll(dir) }) t.Cleanup(func() { srv.Shutdown() }) if initReplicationToken { @@ -295,7 +281,7 @@ func testACLServerWithConfig(t *testing.T, cb func(*Config), initReplicationToke return dir, srv, codec } -func newServer(c *Config) (*Server, error) { +func newServer(t *testing.T, c *Config) (*Server, error) { // chain server up notification oldNotify := c.NotifyListen up := make(chan struct{}) @@ -306,21 +292,19 @@ func newServer(c *Config) (*Server, error) { } } - // start server - w := c.LogOutput - if w == nil { - w = os.Stderr - } logger := hclog.NewInterceptLogger(&hclog.LoggerOptions{ Name: c.NodeName, Level: hclog.Debug, - Output: w, + Output: testutil.NewLogBuffer(t), }) tlsConf, err := tlsutil.NewConfigurator(c.ToTLSUtilConfig(), logger) if err != nil { return nil, err } - srv, err := NewServerLogger(c, logger, new(token.Store), tlsConf) + srv, err := NewServer(c, + WithLogger(logger), + WithTokenStore(new(token.Store)), + WithTLSConfigurator(tlsConf)) if err != nil { return nil, err } @@ -345,8 +329,7 @@ func newServer(c *Config) (*Server, error) { func TestServer_StartStop(t *testing.T) { t.Parallel() // Start up a server and then stop it. - dir1, s1 := testServer(t) - defer os.RemoveAll(dir1) + _, s1 := testServer(t) if err := s1.Shutdown(); err != nil { t.Fatalf("err: %v", err) } @@ -360,20 +343,18 @@ func TestServer_StartStop(t *testing.T) { func TestServer_fixupACLDatacenter(t *testing.T) { t.Parallel() - dir1, s1 := testServerWithConfig(t, func(c *Config) { + _, s1 := testServerWithConfig(t, func(c *Config) { c.Datacenter = "aye" c.PrimaryDatacenter = "aye" c.ACLsEnabled = true }) - defer os.RemoveAll(dir1) defer s1.Shutdown() - dir2, s2 := testServerWithConfig(t, func(c *Config) { + _, s2 := testServerWithConfig(t, func(c *Config) { c.Datacenter = "bee" c.PrimaryDatacenter = "aye" c.ACLsEnabled = true }) - defer os.RemoveAll(dir2) defer s2.Shutdown() // Try to join @@ -1084,28 +1065,26 @@ func TestServer_RPC(t *testing.T) { func TestServer_JoinLAN_TLS(t *testing.T) { t.Parallel() - dir1, conf1 := testServerConfig(t) + _, conf1 := testServerConfig(t) conf1.VerifyIncoming = true conf1.VerifyOutgoing = true configureTLS(conf1) - s1, err := newServer(conf1) + s1, err := newServer(t, conf1) if err != nil { t.Fatalf("err: %v", err) } - defer os.RemoveAll(dir1) defer s1.Shutdown() testrpc.WaitForTestAgent(t, s1.RPC, "dc1") - dir2, conf2 := testServerConfig(t) + _, conf2 := testServerConfig(t) conf2.Bootstrap = false conf2.VerifyIncoming = true conf2.VerifyOutgoing = true configureTLS(conf2) - s2, err := newServer(conf2) + s2, err := newServer(t, conf2) if err != nil { t.Fatalf("err: %v", err) } - defer os.RemoveAll(dir2) defer s2.Shutdown() // Try to join @@ -1289,7 +1268,7 @@ func (r *fakeGlobalResp) New() interface{} { return struct{}{} } -func TestServer_globalRPCErrors(t *testing.T) { +func TestServer_keyringRPCs(t *testing.T) { t.Parallel() dir1, s1 := testServerDC(t, "dc1") defer os.RemoveAll(dir1) @@ -1301,7 +1280,7 @@ func TestServer_globalRPCErrors(t *testing.T) { }) // Check that an error from a remote DC is returned - err := s1.globalRPC("Bad.Method", nil, &fakeGlobalResp{}) + _, err := s1.keyringRPCs("Bad.Method", nil, []string{s1.config.Datacenter}) if err == nil { t.Fatalf("should have errored") } @@ -1483,14 +1462,13 @@ func TestServer_Reload(t *testing.T) { func TestServer_RPC_RateLimit(t *testing.T) { t.Parallel() - dir1, conf1 := testServerConfig(t) + _, conf1 := testServerConfig(t) conf1.RPCRate = 2 conf1.RPCMaxBurst = 2 - s1, err := NewServer(conf1) + s1, err := newServer(t, conf1) if err != nil { t.Fatalf("err: %v", err) } - defer os.RemoveAll(dir1) defer s1.Shutdown() testrpc.WaitForLeader(t, s1.RPC, "dc1") @@ -1504,7 +1482,7 @@ func TestServer_RPC_RateLimit(t *testing.T) { func TestServer_CALogging(t *testing.T) { t.Parallel() - dir1, conf1 := testServerConfig(t) + _, conf1 := testServerConfig(t) // Setup dummy logger to catch output var buf bytes.Buffer @@ -1512,11 +1490,14 @@ func TestServer_CALogging(t *testing.T) { c, err := tlsutil.NewConfigurator(conf1.ToTLSUtilConfig(), logger) require.NoError(t, err) - s1, err := NewServerLogger(conf1, logger, new(token.Store), c) + + s1, err := NewServer(conf1, + WithLogger(logger), + WithTokenStore(new(token.Store)), + WithTLSConfigurator(c)) if err != nil { t.Fatalf("err: %v", err) } - defer os.RemoveAll(dir1) defer s1.Shutdown() testrpc.WaitForLeader(t, s1.RPC, "dc1") diff --git a/agent/consul/state/acl.go b/agent/consul/state/acl.go index a6ecb2009b..a6e516111b 100644 --- a/agent/consul/state/acl.go +++ b/agent/consul/state/acl.go @@ -339,7 +339,7 @@ func (s *Store) CanBootstrapACLToken() (bool, uint64, error) { // to update the name. Unlike the older functions to operate specifically on role or policy links // this function does not itself handle the case where the id cannot be found. Instead the // getName function should handle that and return an error if necessary -func resolveACLLinks(tx *txn, links []pbacl.ACLLink, getName func(*txn, string) (string, error)) (int, error) { +func resolveACLLinks(tx ReadTxn, links []pbacl.ACLLink, getName func(ReadTxn, string) (string, error)) (int, error) { var numValid int for linkIndex, link := range links { if link.ID != "" { @@ -365,7 +365,7 @@ func resolveACLLinks(tx *txn, links []pbacl.ACLLink, getName func(*txn, string) // associated with the ID of the link. Ideally this will be a no-op if the names are already correct // however if a linked resource was renamed it might be stale. This function will treat the incoming // links with copy-on-write semantics and its output will indicate whether any modifications were made. -func fixupACLLinks(tx *txn, original []pbacl.ACLLink, getName func(*txn, string) (string, error)) ([]pbacl.ACLLink, bool, error) { +func fixupACLLinks(tx ReadTxn, original []pbacl.ACLLink, getName func(ReadTxn, string) (string, error)) ([]pbacl.ACLLink, bool, error) { owned := false links := original @@ -579,7 +579,7 @@ func resolveRolePolicyLinks(tx *txn, role *structs.ACLRole, allowMissing bool) e // stale when a linked policy was deleted or renamed. This will correct them and generate a newly allocated // role only when fixes are needed. If the policy links are still accurate then we just return the original // role. -func fixupRolePolicyLinks(tx *txn, original *structs.ACLRole) (*structs.ACLRole, error) { +func fixupRolePolicyLinks(tx ReadTxn, original *structs.ACLRole) (*structs.ACLRole, error) { owned := false role := original @@ -1201,9 +1201,9 @@ func (s *Store) ACLPolicyBatchGet(ws memdb.WatchSet, ids []string) (uint64, stru return idx, policies, nil } -type aclPolicyGetFn func(*txn, string, *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) +type aclPolicyGetFn func(ReadTxn, string, *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) -func getPolicyWithTxn(tx *txn, ws memdb.WatchSet, value string, fn aclPolicyGetFn, entMeta *structs.EnterpriseMeta) (*structs.ACLPolicy, error) { +func getPolicyWithTxn(tx ReadTxn, ws memdb.WatchSet, value string, fn aclPolicyGetFn, entMeta *structs.EnterpriseMeta) (*structs.ACLPolicy, error) { watchCh, policy, err := fn(tx, value, entMeta) if err != nil { return nil, fmt.Errorf("failed acl policy lookup: %v", err) @@ -1391,7 +1391,7 @@ func aclRoleSetTxn(tx *txn, idx uint64, role *structs.ACLRole, allowMissing bool return aclRoleInsert(tx, role) } -type aclRoleGetFn func(*txn, string, *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) +type aclRoleGetFn func(ReadTxn, string, *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) func (s *Store) ACLRoleGetByID(ws memdb.WatchSet, id string, entMeta *structs.EnterpriseMeta) (uint64, *structs.ACLRole, error) { return s.aclRoleGet(ws, id, aclRoleGetByID, entMeta) @@ -1422,7 +1422,7 @@ func (s *Store) ACLRoleBatchGet(ws memdb.WatchSet, ids []string) (uint64, struct return idx, roles, nil } -func getRoleWithTxn(tx *txn, ws memdb.WatchSet, value string, fn aclRoleGetFn, entMeta *structs.EnterpriseMeta) (*structs.ACLRole, error) { +func getRoleWithTxn(tx ReadTxn, ws memdb.WatchSet, value string, fn aclRoleGetFn, entMeta *structs.EnterpriseMeta) (*structs.ACLRole, error) { watchCh, rawRole, err := fn(tx, value, entMeta) if err != nil { return nil, fmt.Errorf("failed acl role lookup: %v", err) diff --git a/agent/consul/state/acl_oss.go b/agent/consul/state/acl_oss.go index a9cd409d46..6826d0ac13 100644 --- a/agent/consul/state/acl_oss.go +++ b/agent/consul/state/acl_oss.go @@ -218,15 +218,15 @@ func aclPolicyInsert(tx *txn, policy *structs.ACLPolicy) error { return nil } -func aclPolicyGetByID(tx *txn, id string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { +func aclPolicyGetByID(tx ReadTxn, id string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { return tx.FirstWatch("acl-policies", "id", id) } -func aclPolicyGetByName(tx *txn, name string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { +func aclPolicyGetByName(tx ReadTxn, name string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { return tx.FirstWatch("acl-policies", "name", name) } -func aclPolicyList(tx *txn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func aclPolicyList(tx ReadTxn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get("acl-policies", "id") } @@ -343,15 +343,15 @@ func aclRoleInsert(tx *txn, role *structs.ACLRole) error { return nil } -func aclRoleGetByID(tx *txn, id string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { +func aclRoleGetByID(tx ReadTxn, id string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { return tx.FirstWatch("acl-roles", "id", id) } -func aclRoleGetByName(tx *txn, name string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { +func aclRoleGetByName(tx ReadTxn, name string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { return tx.FirstWatch("acl-roles", "name", name) } -func aclRoleList(tx *txn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func aclRoleList(tx ReadTxn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get("acl-roles", "id") } diff --git a/agent/consul/state/acl_test.go b/agent/consul/state/acl_test.go index 25a716b26a..5aed5287fa 100644 --- a/agent/consul/state/acl_test.go +++ b/agent/consul/state/acl_test.go @@ -4105,7 +4105,7 @@ func TestStateStore_resolveACLLinks(t *testing.T) { }, } - _, err := resolveACLLinks(tx, links, func(*txn, string) (string, error) { + _, err := resolveACLLinks(tx, links, func(ReadTxn, string) (string, error) { err := fmt.Errorf("Should not be attempting to resolve an empty id") require.Fail(t, err.Error()) return "", err @@ -4131,7 +4131,7 @@ func TestStateStore_resolveACLLinks(t *testing.T) { }, } - numValid, err := resolveACLLinks(tx, links, func(_ *txn, linkID string) (string, error) { + numValid, err := resolveACLLinks(tx, links, func(_ ReadTxn, linkID string) (string, error) { switch linkID { case "e81887b4-836b-4053-a1fa-7e8305902be9": return "foo", nil @@ -4161,7 +4161,7 @@ func TestStateStore_resolveACLLinks(t *testing.T) { }, } - numValid, err := resolveACLLinks(tx, links, func(_ *txn, linkID string) (string, error) { + numValid, err := resolveACLLinks(tx, links, func(_ ReadTxn, linkID string) (string, error) { require.Equal(t, "b985e082-25d3-45a9-9dd8-fd1a41b83b0d", linkID) return "", nil }) @@ -4201,7 +4201,7 @@ func TestStateStore_fixupACLLinks(t *testing.T) { tx := s.db.Txn(false) defer tx.Abort() - newLinks, cloned, err := fixupACLLinks(tx, links, func(_ *txn, linkID string) (string, error) { + newLinks, cloned, err := fixupACLLinks(tx, links, func(_ ReadTxn, linkID string) (string, error) { switch linkID { case "40b57f86-97ea-40e4-a99a-c399cc81f4dd": return "foo", nil @@ -4228,7 +4228,7 @@ func TestStateStore_fixupACLLinks(t *testing.T) { tx := s.db.Txn(false) defer tx.Abort() - newLinks, cloned, err := fixupACLLinks(tx, links, func(_ *txn, linkID string) (string, error) { + newLinks, cloned, err := fixupACLLinks(tx, links, func(_ ReadTxn, linkID string) (string, error) { switch linkID { case "40b57f86-97ea-40e4-a99a-c399cc81f4dd": return "foo", nil @@ -4260,7 +4260,7 @@ func TestStateStore_fixupACLLinks(t *testing.T) { tx := s.db.Txn(false) defer tx.Abort() - newLinks, cloned, err := fixupACLLinks(tx, links, func(_ *txn, linkID string) (string, error) { + newLinks, cloned, err := fixupACLLinks(tx, links, func(_ ReadTxn, linkID string) (string, error) { switch linkID { case "40b57f86-97ea-40e4-a99a-c399cc81f4dd": return "foo", nil @@ -4287,7 +4287,7 @@ func TestStateStore_fixupACLLinks(t *testing.T) { tx := s.db.Txn(false) defer tx.Abort() - _, _, err := fixupACLLinks(tx, links, func(*txn, string) (string, error) { + _, _, err := fixupACLLinks(tx, links, func(ReadTxn, string) (string, error) { return "", fmt.Errorf("Resolver Error") }) diff --git a/agent/consul/state/autopilot.go b/agent/consul/state/autopilot.go index 22d4f2c1fb..5c01886375 100644 --- a/agent/consul/state/autopilot.go +++ b/agent/consul/state/autopilot.go @@ -77,7 +77,7 @@ func (s *Store) AutopilotSetConfig(idx uint64, config *autopilot.Config) error { tx := s.db.WriteTxn(idx) defer tx.Abort() - if err := s.autopilotSetConfigTxn(idx, tx, config); err != nil { + if err := autopilotSetConfigTxn(tx, idx, config); err != nil { return err } @@ -105,7 +105,7 @@ func (s *Store) AutopilotCASConfig(idx, cidx uint64, config *autopilot.Config) ( return false, nil } - if err := s.autopilotSetConfigTxn(idx, tx, config); err != nil { + if err := autopilotSetConfigTxn(tx, idx, config); err != nil { return false, err } @@ -113,7 +113,7 @@ func (s *Store) AutopilotCASConfig(idx, cidx uint64, config *autopilot.Config) ( return err == nil, err } -func (s *Store) autopilotSetConfigTxn(idx uint64, tx *txn, config *autopilot.Config) error { +func autopilotSetConfigTxn(tx *txn, idx uint64, config *autopilot.Config) error { // Check for an existing config existing, err := tx.First("autopilot-config", "id") if err != nil { diff --git a/agent/consul/state/catalog.go b/agent/consul/state/catalog.go index d8581e0b58..d68082ac0c 100644 --- a/agent/consul/state/catalog.go +++ b/agent/consul/state/catalog.go @@ -216,7 +216,7 @@ func (s *Snapshot) Checks(node string) (memdb.ResultIterator, error) { // performed within a single transaction to avoid race conditions on state // updates. func (s *Restore) Registration(idx uint64, req *structs.RegisterRequest) error { - if err := s.store.ensureRegistrationTxn(s.tx, idx, req); err != nil { + if err := s.store.ensureRegistrationTxn(s.tx, idx, true, req); err != nil { return err } return nil @@ -229,19 +229,19 @@ func (s *Store) EnsureRegistration(idx uint64, req *structs.RegisterRequest) err tx := s.db.WriteTxn(idx) defer tx.Abort() - if err := s.ensureRegistrationTxn(tx, idx, req); err != nil { + if err := s.ensureRegistrationTxn(tx, idx, false, req); err != nil { return err } return tx.Commit() } -func (s *Store) ensureCheckIfNodeMatches(tx *txn, idx uint64, node string, check *structs.HealthCheck) error { +func (s *Store) ensureCheckIfNodeMatches(tx *txn, idx uint64, preserveIndexes bool, node string, check *structs.HealthCheck) error { if check.Node != node { return fmt.Errorf("check node %q does not match node %q", check.Node, node) } - if err := s.ensureCheckTxn(tx, idx, check); err != nil { + if err := s.ensureCheckTxn(tx, idx, preserveIndexes, check); err != nil { return fmt.Errorf("failed inserting check: %s on node %q", err, check.Node) } return nil @@ -250,7 +250,7 @@ func (s *Store) ensureCheckIfNodeMatches(tx *txn, idx uint64, node string, check // ensureRegistrationTxn is used to make sure a node, service, and check // registration is performed within a single transaction to avoid race // conditions on state updates. -func (s *Store) ensureRegistrationTxn(tx *txn, idx uint64, req *structs.RegisterRequest) error { +func (s *Store) ensureRegistrationTxn(tx *txn, idx uint64, preserveIndexes bool, req *structs.RegisterRequest) error { if _, err := validateRegisterRequestTxn(tx, req); err != nil { return err } @@ -264,6 +264,10 @@ func (s *Store) ensureRegistrationTxn(tx *txn, idx uint64, req *structs.Register TaggedAddresses: req.TaggedAddresses, Meta: req.NodeMeta, } + if preserveIndexes { + node.CreateIndex = req.CreateIndex + node.ModifyIndex = req.ModifyIndex + } // Since this gets called for all node operations (service and check // updates) and churn on the node itself is basically none after the @@ -276,7 +280,7 @@ func (s *Store) ensureRegistrationTxn(tx *txn, idx uint64, req *structs.Register return fmt.Errorf("node lookup failed: %s", err) } if existing == nil || req.ChangesNode(existing.(*structs.Node)) { - if err := s.ensureNodeTxn(tx, idx, node); err != nil { + if err := s.ensureNodeTxn(tx, idx, preserveIndexes, node); err != nil { return fmt.Errorf("failed inserting node: %s", err) } } @@ -291,7 +295,7 @@ func (s *Store) ensureRegistrationTxn(tx *txn, idx uint64, req *structs.Register return fmt.Errorf("failed service lookup: %s", err) } if existing == nil || !(existing.(*structs.ServiceNode).ToNodeService()).IsSame(req.Service) { - if err := ensureServiceTxn(tx, idx, req.Node, req.Service); err != nil { + if err := ensureServiceTxn(tx, idx, req.Node, preserveIndexes, req.Service); err != nil { return fmt.Errorf("failed inserting service: %s", err) } @@ -300,12 +304,12 @@ func (s *Store) ensureRegistrationTxn(tx *txn, idx uint64, req *structs.Register // Add the checks, if any. if req.Check != nil { - if err := s.ensureCheckIfNodeMatches(tx, idx, req.Node, req.Check); err != nil { + if err := s.ensureCheckIfNodeMatches(tx, idx, preserveIndexes, req.Node, req.Check); err != nil { return err } } for _, check := range req.Checks { - if err := s.ensureCheckIfNodeMatches(tx, idx, req.Node, check); err != nil { + if err := s.ensureCheckIfNodeMatches(tx, idx, preserveIndexes, req.Node, check); err != nil { return err } } @@ -319,7 +323,7 @@ func (s *Store) EnsureNode(idx uint64, node *structs.Node) error { defer tx.Abort() // Call the node upsert - if err := s.ensureNodeTxn(tx, idx, node); err != nil { + if err := s.ensureNodeTxn(tx, idx, false, node); err != nil { return err } @@ -384,7 +388,7 @@ func (s *Store) ensureNodeCASTxn(tx *txn, idx uint64, node *structs.Node) (bool, } // Perform the update. - if err := s.ensureNodeTxn(tx, idx, node); err != nil { + if err := s.ensureNodeTxn(tx, idx, false, node); err != nil { return false, err } @@ -394,7 +398,7 @@ func (s *Store) ensureNodeCASTxn(tx *txn, idx uint64, node *structs.Node) (bool, // ensureNodeTxn is the inner function called to actually create a node // registration or modify an existing one in the state store. It allows // passing in a memdb transaction so it may be part of a larger txn. -func (s *Store) ensureNodeTxn(tx *txn, idx uint64, node *structs.Node) error { +func (s *Store) ensureNodeTxn(tx *txn, idx uint64, preserveIndexes bool, node *structs.Node) error { // See if there's an existing node with this UUID, and make sure the // name is the same. var n *structs.Node @@ -454,7 +458,11 @@ func (s *Store) ensureNodeTxn(tx *txn, idx uint64, node *structs.Node) error { return nil } node.ModifyIndex = idx - } else { + } else if !preserveIndexes || node.CreateIndex == 0 { + // If this isn't a snapshot or there were no saved indexes, set CreateIndex + // and ModifyIndex from the given index. Prior to 1.9.0/1.8.3/1.7.7, nodes + // were not saved with an index, so this is to avoid ending up with a 0 index + // when loading a snapshot from an older version. node.CreateIndex = idx node.ModifyIndex = idx } @@ -726,7 +734,7 @@ func (s *Store) EnsureService(idx uint64, node string, svc *structs.NodeService) defer tx.Abort() // Call the service registration upsert - if err := ensureServiceTxn(tx, idx, node, svc); err != nil { + if err := ensureServiceTxn(tx, idx, node, false, svc); err != nil { return err } @@ -757,12 +765,12 @@ func ensureServiceCASTxn(tx *txn, idx uint64, node string, svc *structs.NodeServ return errCASCompareFailed } - return ensureServiceTxn(tx, idx, node, svc) + return ensureServiceTxn(tx, idx, node, false, svc) } // ensureServiceTxn is used to upsert a service registration within an // existing memdb transaction. -func ensureServiceTxn(tx *txn, idx uint64, node string, svc *structs.NodeService) error { +func ensureServiceTxn(tx *txn, idx uint64, node string, preserveIndexes bool, svc *structs.NodeService) error { // Check for existing service _, existing, err := firstWatchCompoundWithTxn(tx, "services", "id", &svc.EnterpriseMeta, node, svc.ID) if err != nil { @@ -802,10 +810,13 @@ func ensureServiceTxn(tx *txn, idx uint64, node string, svc *structs.NodeService if entry.IsSameService(serviceNode) { return nil } - } else { - entry.CreateIndex = idx } - entry.ModifyIndex = idx + if !preserveIndexes { + entry.ModifyIndex = idx + if existing == nil { + entry.CreateIndex = idx + } + } // Insert the service and update the index return catalogInsertService(tx, entry) @@ -1532,7 +1543,7 @@ func (s *Store) EnsureCheck(idx uint64, hc *structs.HealthCheck) error { defer tx.Abort() // Call the check registration - if err := s.ensureCheckTxn(tx, idx, hc); err != nil { + if err := s.ensureCheckTxn(tx, idx, false, hc); err != nil { return err } @@ -1579,7 +1590,7 @@ func (s *Store) ensureCheckCASTxn(tx *txn, idx uint64, hc *structs.HealthCheck) } // Perform the update. - if err := s.ensureCheckTxn(tx, idx, hc); err != nil { + if err := s.ensureCheckTxn(tx, idx, false, hc); err != nil { return false, err } @@ -1589,7 +1600,7 @@ func (s *Store) ensureCheckCASTxn(tx *txn, idx uint64, hc *structs.HealthCheck) // ensureCheckTxn is used as the inner method to handle inserting // a health check into the state store. It ensures safety against inserting // checks with no matching node or service. -func (s *Store) ensureCheckTxn(tx *txn, idx uint64, hc *structs.HealthCheck) error { +func (s *Store) ensureCheckTxn(tx *txn, idx uint64, preserveIndexes bool, hc *structs.HealthCheck) error { // Check if we have an existing health check _, existing, err := firstWatchCompoundWithTxn(tx, "checks", "id", &hc.EnterpriseMeta, hc.Node, string(hc.CheckID)) if err != nil { @@ -1601,9 +1612,8 @@ func (s *Store) ensureCheckTxn(tx *txn, idx uint64, hc *structs.HealthCheck) err existingCheck := existing.(*structs.HealthCheck) hc.CreateIndex = existingCheck.CreateIndex hc.ModifyIndex = existingCheck.ModifyIndex - } else { + } else if !preserveIndexes { hc.CreateIndex = idx - hc.ModifyIndex = idx } // Use the default check status if none was provided @@ -1677,7 +1687,10 @@ func (s *Store) ensureCheckTxn(tx *txn, idx uint64, hc *structs.HealthCheck) err if !modified { return nil } - hc.ModifyIndex = idx + if !preserveIndexes { + hc.ModifyIndex = idx + } + return catalogInsertCheck(tx, hc, idx) } @@ -2727,7 +2740,7 @@ func (s *Store) collectGatewayServices(tx *txn, ws memdb.WatchSet, iter memdb.Re maxIdx = lib.MaxUint64(maxIdx, gs.ModifyIndex) if gs.Service.Name != structs.WildcardSpecifier { - idx, matches, err := s.checkProtocolMatch(tx, ws, gs) + idx, matches, err := checkProtocolMatch(tx, ws, gs) if err != nil { return 0, nil, fmt.Errorf("failed checking protocol: %s", err) } @@ -2795,11 +2808,7 @@ func serviceGatewayNodes(tx *txn, ws memdb.WatchSet, service string, kind struct // checkProtocolMatch filters out any GatewayService entries added from a wildcard with a protocol // that doesn't match the one configured in their discovery chain. -func (s *Store) checkProtocolMatch( - tx *txn, - ws memdb.WatchSet, - svc *structs.GatewayService, -) (uint64, bool, error) { +func checkProtocolMatch(tx ReadTxn, ws memdb.WatchSet, svc *structs.GatewayService) (uint64, bool, error) { if svc.GatewayKind != structs.ServiceKindIngressGateway || !svc.FromWildcard { return 0, true, nil } diff --git a/agent/consul/state/catalog_events.go b/agent/consul/state/catalog_events.go new file mode 100644 index 0000000000..b42d47fc64 --- /dev/null +++ b/agent/consul/state/catalog_events.go @@ -0,0 +1,475 @@ +package state + +import ( + "github.com/hashicorp/consul/agent/consul/stream" + "github.com/hashicorp/consul/agent/structs" + memdb "github.com/hashicorp/go-memdb" +) + +type changeOp int + +const ( + OpDelete changeOp = iota + OpCreate + OpUpdate +) + +type eventPayload struct { + Op changeOp + Obj interface{} +} + +// serviceHealthSnapshot returns a stream.SnapshotFunc that provides a snapshot +// of stream.Events that describe the current state of a service health query. +// +// TODO: no tests for this yet +func serviceHealthSnapshot(s *Store, topic topic) stream.SnapshotFunc { + return func(req stream.SubscribeRequest, buf stream.SnapshotAppender) (index uint64, err error) { + tx := s.db.Txn(false) + defer tx.Abort() + + connect := topic == TopicServiceHealthConnect + // TODO(namespace-streaming): plumb entMeta through from SubscribeRequest + idx, nodes, err := checkServiceNodesTxn(tx, nil, req.Key, connect, nil) + if err != nil { + return 0, err + } + + for _, n := range nodes { + event := stream.Event{ + Index: idx, + Topic: topic, + Payload: eventPayload{ + Op: OpCreate, + Obj: &n, + }, + } + + if n.Service != nil { + event.Key = n.Service.Service + } + + // append each event as a separate item so that they can be serialized + // separately, to prevent the encoding of one massive message. + buf.Append([]stream.Event{event}) + } + + return idx, err + } +} + +type nodeServiceTuple struct { + Node string + ServiceID string + EntMeta structs.EnterpriseMeta +} + +func newNodeServiceTupleFromServiceNode(sn *structs.ServiceNode) nodeServiceTuple { + return nodeServiceTuple{ + Node: sn.Node, + ServiceID: sn.ServiceID, + EntMeta: sn.EnterpriseMeta, + } +} + +func newNodeServiceTupleFromServiceHealthCheck(hc *structs.HealthCheck) nodeServiceTuple { + return nodeServiceTuple{ + Node: hc.Node, + ServiceID: hc.ServiceID, + EntMeta: hc.EnterpriseMeta, + } +} + +type serviceChange struct { + changeType changeType + change memdb.Change +} + +var serviceChangeIndirect = serviceChange{changeType: changeIndirect} + +// ServiceHealthEventsFromChanges returns all the service and Connect health +// events that should be emitted given a set of changes to the state store. +func ServiceHealthEventsFromChanges(tx ReadTxn, changes Changes) ([]stream.Event, error) { + var events []stream.Event + + var nodeChanges map[string]changeType + var serviceChanges map[nodeServiceTuple]serviceChange + + markNode := func(node string, typ changeType) { + if nodeChanges == nil { + nodeChanges = make(map[string]changeType) + } + // If the caller has an actual node mutation ensure we store it even if the + // node is already marked. If the caller is just marking the node dirty + // without a node change, don't overwrite any existing node change we know + // about. + if nodeChanges[node] == changeIndirect { + nodeChanges[node] = typ + } + } + markService := func(key nodeServiceTuple, svcChange serviceChange) { + if serviceChanges == nil { + serviceChanges = make(map[nodeServiceTuple]serviceChange) + } + // If the caller has an actual service mutation ensure we store it even if + // the service is already marked. If the caller is just marking the service + // dirty without a service change, don't overwrite any existing service change we + // know about. + if serviceChanges[key].changeType == changeIndirect { + serviceChanges[key] = svcChange + } + } + + for _, change := range changes.Changes { + switch change.Table { + case "nodes": + // Node changed in some way, if it's not a delete, we'll need to + // re-deliver CheckServiceNode results for all services on that node but + // we mark it anyway because if it _is_ a delete then we need to know that + // later to avoid trying to deliver events when node level checks mark the + // node as "changed". + n := changeObject(change).(*structs.Node) + markNode(n.Node, changeTypeFromChange(change)) + + case "services": + sn := changeObject(change).(*structs.ServiceNode) + srvChange := serviceChange{changeType: changeTypeFromChange(change), change: change} + markService(newNodeServiceTupleFromServiceNode(sn), srvChange) + + case "checks": + // For health we only care about the scope for now to know if it's just + // affecting a single service or every service on a node. There is a + // subtle edge case where the check with same ID changes from being node + // scoped to service scoped or vice versa, in either case we need to treat + // it as affecting all services on the node. + switch { + case change.Updated(): + before := change.Before.(*structs.HealthCheck) + after := change.After.(*structs.HealthCheck) + if after.ServiceID == "" || before.ServiceID == "" { + // check before and/or after is node-scoped + markNode(after.Node, changeIndirect) + } else { + // Check changed which means we just need to emit for the linked + // service. + markService(newNodeServiceTupleFromServiceHealthCheck(after), serviceChangeIndirect) + + // Edge case - if the check with same ID was updated to link to a + // different service ID but the old service with old ID still exists, + // then the old service instance needs updating too as it has one + // fewer checks now. + if before.ServiceID != after.ServiceID { + markService(newNodeServiceTupleFromServiceHealthCheck(before), serviceChangeIndirect) + } + } + + case change.Deleted(), change.Created(): + obj := changeObject(change).(*structs.HealthCheck) + if obj.ServiceID == "" { + // Node level check + markNode(obj.Node, changeIndirect) + } else { + markService(newNodeServiceTupleFromServiceHealthCheck(obj), serviceChangeIndirect) + } + } + } + } + + // Now act on those marked nodes/services + for node, changeType := range nodeChanges { + if changeType == changeDelete { + // Node deletions are a no-op here since the state store transaction will + // have also removed all the service instances which will be handled in + // the loop below. + continue + } + // Rebuild events for all services on this node + es, err := newServiceHealthEventsForNode(tx, changes.Index, node) + if err != nil { + return nil, err + } + events = append(events, es...) + } + + for tuple, srvChange := range serviceChanges { + // change may be nil if there was a change that _affected_ the service + // like a change to checks but it didn't actually change the service + // record itself. + if srvChange.changeType == changeDelete { + sn := srvChange.change.Before.(*structs.ServiceNode) + e := newServiceHealthEventDeregister(changes.Index, sn) + events = append(events, e) + continue + } + + // Check if this was a service mutation that changed it's name which + // requires special handling even if node changed and new events were + // already published. + if srvChange.changeType == changeUpdate { + before := srvChange.change.Before.(*structs.ServiceNode) + after := srvChange.change.After.(*structs.ServiceNode) + + if before.ServiceName != after.ServiceName { + // Service was renamed, the code below will ensure the new registrations + // go out to subscribers to the new service name topic key, but we need + // to fix up subscribers that were watching the old name by sending + // deregistrations. + e := newServiceHealthEventDeregister(changes.Index, before) + events = append(events, e) + } + + if e, ok := isConnectProxyDestinationServiceChange(changes.Index, before, after); ok { + events = append(events, e) + } + } + + if _, ok := nodeChanges[tuple.Node]; ok { + // We already rebuilt events for everything on this node, no need to send + // a duplicate. + continue + } + // Build service event and append it + e, err := newServiceHealthEventForService(tx, changes.Index, tuple) + if err != nil { + return nil, err + } + events = append(events, e) + } + + // Duplicate any events that affected connect-enabled instances (proxies or + // native apps) to the relevant Connect topic. + events = append(events, serviceHealthToConnectEvents(events...)...) + + return events, nil +} + +// isConnectProxyDestinationServiceChange handles the case where a Connect proxy changed +// the service it is proxying. We need to issue a de-registration for the old +// service on the Connect topic. We don't actually need to deregister this sidecar +// service though as it still exists and didn't change its name. +func isConnectProxyDestinationServiceChange(idx uint64, before, after *structs.ServiceNode) (stream.Event, bool) { + if before.ServiceKind != structs.ServiceKindConnectProxy || + before.ServiceProxy.DestinationServiceName == after.ServiceProxy.DestinationServiceName { + return stream.Event{}, false + } + + e := newServiceHealthEventDeregister(idx, before) + e.Topic = TopicServiceHealthConnect + e.Key = getPayloadCheckServiceNode(e.Payload).Service.Proxy.DestinationServiceName + return e, true +} + +type changeType uint8 + +const ( + // changeIndirect indicates some other object changed which has implications + // for the target object. + changeIndirect changeType = iota + changeDelete + changeCreate + changeUpdate +) + +func changeTypeFromChange(change memdb.Change) changeType { + switch { + case change.Deleted(): + return changeDelete + case change.Created(): + return changeCreate + default: + return changeUpdate + } +} + +// serviceHealthToConnectEvents converts already formatted service health +// registration events into the ones needed to publish to the Connect topic. +// This essentially means filtering out any instances that are not Connect +// enabled and so of no interest to those subscribers but also involves +// switching connection details to be the proxy instead of the actual instance +// in case of a sidecar. +func serviceHealthToConnectEvents(events ...stream.Event) []stream.Event { + var result []stream.Event + for _, event := range events { + if event.Topic != TopicServiceHealth { + // Skip non-health or any events already emitted to Connect topic + continue + } + node := getPayloadCheckServiceNode(event.Payload) + if node.Service == nil { + continue + } + + connectEvent := event + connectEvent.Topic = TopicServiceHealthConnect + + switch { + case node.Service.Connect.Native: + result = append(result, connectEvent) + + case node.Service.Kind == structs.ServiceKindConnectProxy: + connectEvent.Key = node.Service.Proxy.DestinationServiceName + result = append(result, connectEvent) + + default: + // ServiceKindTerminatingGateway changes are handled separately. + // All other cases are not relevant to the connect topic + } + } + + return result +} + +func getPayloadCheckServiceNode(payload interface{}) *structs.CheckServiceNode { + ep, ok := payload.(eventPayload) + if !ok { + return nil + } + csn, ok := ep.Obj.(*structs.CheckServiceNode) + if !ok { + return nil + } + return csn +} + +// newServiceHealthEventsForNode returns health events for all services on the +// given node. This mirrors some of the the logic in the oddly-named +// parseCheckServiceNodes but is more efficient since we know they are all on +// the same node. +func newServiceHealthEventsForNode(tx ReadTxn, idx uint64, node string) ([]stream.Event, error) { + // TODO(namespace-streaming): figure out the right EntMeta and mystery arg. + services, err := catalogServiceListByNode(tx, node, nil, false) + if err != nil { + return nil, err + } + + n, checksFunc, err := getNodeAndChecks(tx, node) + if err != nil { + return nil, err + } + + var events []stream.Event + for service := services.Next(); service != nil; service = services.Next() { + sn := service.(*structs.ServiceNode) + + event := newServiceHealthEventRegister(idx, n, sn, checksFunc(sn.ServiceID)) + events = append(events, event) + } + + return events, nil +} + +// getNodeAndNodeChecks returns a the node structure and a function that returns +// the full list of checks for a specific service on that node. +func getNodeAndChecks(tx ReadTxn, node string) (*structs.Node, serviceChecksFunc, error) { + // Fetch the node + nodeRaw, err := tx.First("nodes", "id", node) + if err != nil { + return nil, nil, err + } + if nodeRaw == nil { + return nil, nil, ErrMissingNode + } + n := nodeRaw.(*structs.Node) + + // TODO(namespace-streaming): work out what EntMeta is needed here, wildcard? + iter, err := catalogListChecksByNode(tx, node, nil) + if err != nil { + return nil, nil, err + } + + var nodeChecks structs.HealthChecks + var svcChecks map[string]structs.HealthChecks + + for check := iter.Next(); check != nil; check = iter.Next() { + check := check.(*structs.HealthCheck) + if check.ServiceID == "" { + nodeChecks = append(nodeChecks, check) + } else { + if svcChecks == nil { + svcChecks = make(map[string]structs.HealthChecks) + } + svcChecks[check.ServiceID] = append(svcChecks[check.ServiceID], check) + } + } + serviceChecks := func(serviceID string) structs.HealthChecks { + // Create a new slice so that append does not modify the array backing nodeChecks. + result := make(structs.HealthChecks, 0, len(nodeChecks)) + result = append(result, nodeChecks...) + for _, check := range svcChecks[serviceID] { + result = append(result, check) + } + return result + } + return n, serviceChecks, nil +} + +type serviceChecksFunc func(serviceID string) structs.HealthChecks + +func newServiceHealthEventForService(tx ReadTxn, idx uint64, tuple nodeServiceTuple) (stream.Event, error) { + n, checksFunc, err := getNodeAndChecks(tx, tuple.Node) + if err != nil { + return stream.Event{}, err + } + + svc, err := getCompoundWithTxn(tx, "services", "id", &tuple.EntMeta, tuple.Node, tuple.ServiceID) + if err != nil { + return stream.Event{}, err + } + + raw := svc.Next() + if raw == nil { + return stream.Event{}, ErrMissingService + } + + sn := raw.(*structs.ServiceNode) + return newServiceHealthEventRegister(idx, n, sn, checksFunc(sn.ServiceID)), nil +} + +func newServiceHealthEventRegister( + idx uint64, + node *structs.Node, + sn *structs.ServiceNode, + checks structs.HealthChecks, +) stream.Event { + csn := &structs.CheckServiceNode{ + Node: node, + Service: sn.ToNodeService(), + Checks: checks, + } + return stream.Event{ + Topic: TopicServiceHealth, + Key: sn.ServiceName, + Index: idx, + Payload: eventPayload{ + Op: OpCreate, + Obj: csn, + }, + } +} + +func newServiceHealthEventDeregister(idx uint64, sn *structs.ServiceNode) stream.Event { + // We actually only need the node name populated in the node part as it's only + // used as a key to know which service was deregistered so don't bother looking + // up the node in the DB. Note that while the ServiceNode does have NodeID + // etc. fields, they are never populated in memdb per the comment on that + // struct and only filled in when we return copies of the result to users. + // This is also important because if the service was deleted as part of a + // whole node deregistering then the node record won't actually exist now + // anyway and we'd have to plumb it through from the changeset above. + csn := &structs.CheckServiceNode{ + Node: &structs.Node{ + Node: sn.Node, + }, + Service: sn.ToNodeService(), + } + + return stream.Event{ + Topic: TopicServiceHealth, + Key: sn.ServiceName, + Index: idx, + Payload: eventPayload{ + Op: OpDelete, + Obj: csn, + }, + } +} diff --git a/agent/consul/state/catalog_events_test.go b/agent/consul/state/catalog_events_test.go new file mode 100644 index 0000000000..5cf610604f --- /dev/null +++ b/agent/consul/state/catalog_events_test.go @@ -0,0 +1,1492 @@ +package state + +import ( + "fmt" + "testing" + + "github.com/hashicorp/consul/agent/consul/stream" + "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/api" + "github.com/hashicorp/consul/types" + "github.com/stretchr/testify/require" +) + +func TestServiceHealthEventsFromChanges(t *testing.T) { + cases := []struct { + Name string + Setup func(s *Store, tx *txn) error + Mutate func(s *Store, tx *txn) error + WantEvents []stream.Event + WantErr bool + }{ + { + Name: "irrelevant events", + Mutate: func(s *Store, tx *txn) error { + return kvsSetTxn(tx, tx.Index, &structs.DirEntry{ + Key: "foo", + Value: []byte("bar"), + }, false) + }, + WantEvents: nil, + WantErr: false, + }, + { + Name: "service reg, new node", + Mutate: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")) + }, + WantEvents: []stream.Event{ + testServiceHealthEvent(t, "web"), + }, + WantErr: false, + }, + { + Name: "service reg, existing node", + Setup: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")) + }, + Mutate: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")) + }, + WantEvents: []stream.Event{ + // Should only publish new service + testServiceHealthEvent(t, "web", evNodeUnchanged), + }, + WantErr: false, + }, + { + Name: "service dereg, existing node", + Setup: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + return nil + }, + Mutate: func(s *Store, tx *txn) error { + return s.deleteServiceTxn(tx, tx.Index, "node1", "web", nil) + }, + WantEvents: []stream.Event{ + // Should only publish deregistration for that service + testServiceHealthDeregistrationEvent(t, "web"), + }, + WantErr: false, + }, + { + Name: "node dereg", + Setup: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "db")); err != nil { + return err + } + if err := s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "web")); err != nil { + return err + } + return nil + }, + Mutate: func(s *Store, tx *txn) error { + return s.deleteNodeTxn(tx, tx.Index, "node1") + }, + WantEvents: []stream.Event{ + // Should publish deregistration events for all services + testServiceHealthDeregistrationEvent(t, "db"), + testServiceHealthDeregistrationEvent(t, "web"), + }, + WantErr: false, + }, + { + Name: "connect native reg, new node", + Mutate: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "web", regConnectNative)) + }, + WantEvents: []stream.Event{ + // We should see both a regular service health event as well as a connect + // one. + testServiceHealthEvent(t, "web", evConnectNative), + testServiceHealthEvent(t, "web", evConnectNative, evConnectTopic), + }, + WantErr: false, + }, + { + Name: "connect native reg, existing node", + Setup: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "db")) + }, + Mutate: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "web", regConnectNative)) + }, + WantEvents: []stream.Event{ + // We should see both a regular service health event as well as a connect + // one. + testServiceHealthEvent(t, "web", + evNodeUnchanged, + evConnectNative), + testServiceHealthEvent(t, "web", + evNodeUnchanged, + evConnectNative, + evConnectTopic), + }, + WantErr: false, + }, + { + Name: "connect native dereg, existing node", + Setup: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "db")); err != nil { + return err + } + + return s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "web", regConnectNative)) + }, + Mutate: func(s *Store, tx *txn) error { + return s.deleteServiceTxn(tx, tx.Index, "node1", "web", nil) + }, + WantEvents: []stream.Event{ + // We should see both a regular service dereg event and a connect one + testServiceHealthDeregistrationEvent(t, "web", evConnectNative), + testServiceHealthDeregistrationEvent(t, "web", evConnectNative, evConnectTopic), + }, + WantErr: false, + }, + { + Name: "connect sidecar reg, new node", + Mutate: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "web")); err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, testServiceRegistration(t, "web", regSidecar)) + }, + WantEvents: []stream.Event{ + // We should see both a regular service health event for the web service + // another for the sidecar service and a connect event for web. + testServiceHealthEvent(t, "web"), + testServiceHealthEvent(t, "web", evSidecar), + testServiceHealthEvent(t, "web", evConnectTopic, evSidecar), + }, + WantErr: false, + }, + { + Name: "connect sidecar reg, existing node", + Setup: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")) + }, + Mutate: func(s *Store, tx *txn) error { + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)) + }, + WantEvents: []stream.Event{ + // We should see both a regular service health event for the proxy + // service and a connect one for the target service. + testServiceHealthEvent(t, "web", evSidecar, evNodeUnchanged), + testServiceHealthEvent(t, "web", evConnectTopic, evSidecar, evNodeUnchanged), + }, + WantErr: false, + }, + { + Name: "connect sidecar dereg, existing node", + Setup: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)) + }, + Mutate: func(s *Store, tx *txn) error { + // Delete only the sidecar + return s.deleteServiceTxn(tx, tx.Index, "node1", "web_sidecar_proxy", nil) + }, + WantEvents: []stream.Event{ + // We should see both a regular service dereg event and a connect one + testServiceHealthDeregistrationEvent(t, "web", evSidecar), + testServiceHealthDeregistrationEvent(t, "web", evConnectTopic, evSidecar), + }, + WantErr: false, + }, + { + Name: "connect sidecar mutate svc", + Setup: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)) + }, + Mutate: func(s *Store, tx *txn) error { + // Change port of the target service instance + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regMutatePort)) + }, + WantEvents: []stream.Event{ + // We should see the service topic update but not connect since proxy + // details didn't change. + testServiceHealthEvent(t, "web", + evMutatePort, + evNodeUnchanged, + evServiceMutated, + evChecksUnchanged, + ), + }, + WantErr: false, + }, + { + Name: "connect sidecar mutate sidecar", + Setup: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)) + }, + Mutate: func(s *Store, tx *txn) error { + // Change port of the sidecar service instance + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar, regMutatePort)) + }, + WantEvents: []stream.Event{ + // We should see the proxy service topic update and a connect update + testServiceHealthEvent(t, "web", + evSidecar, + evMutatePort, + evNodeUnchanged, + evServiceMutated, + evChecksUnchanged), + testServiceHealthEvent(t, "web", + evConnectTopic, + evSidecar, + evNodeUnchanged, + evMutatePort, + evServiceMutated, + evChecksUnchanged), + }, + WantErr: false, + }, + { + Name: "connect sidecar rename service", + Setup: func(s *Store, tx *txn) error { + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)) + }, + Mutate: func(s *Store, tx *txn) error { + // Change service name but not ID, update proxy too + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regRenameService)); err != nil { + return err + } + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar, regRenameService)) + }, + WantEvents: []stream.Event{ + // We should see events to deregister the old service instance and the + // old connect instance since we changed topic key for both. Then new + // service and connect registrations. The proxy instance should also + // change since it's not proxying a different service. + testServiceHealthDeregistrationEvent(t, "web"), + testServiceHealthEvent(t, "web", + evRenameService, + evServiceMutated, + evNodeUnchanged, + evChecksMutated, + ), + testServiceHealthDeregistrationEvent(t, "web", + evConnectTopic, + evSidecar, + ), + testServiceHealthEvent(t, "web", + evSidecar, + evRenameService, + evNodeUnchanged, + evServiceMutated, + evChecksUnchanged, + ), + testServiceHealthEvent(t, "web", + evConnectTopic, + evSidecar, + evNodeUnchanged, + evRenameService, + evServiceMutated, + evChecksUnchanged, + ), + }, + WantErr: false, + }, + { + Name: "connect sidecar change destination service", + Setup: func(s *Store, tx *txn) error { + // Register a web_changed service + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web_changed")); err != nil { + return err + } + // Also a web + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + // And a sidecar initially for web, will be moved to target web_changed + // in Mutate. + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)) + }, + Mutate: func(s *Store, tx *txn) error { + // Change only the destination service of the proxy without a service + // rename or deleting and recreating the proxy. This is far fetched but + // still valid. + return s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar, regRenameService)) + }, + WantEvents: []stream.Event{ + // We should only see service health events for the sidecar service + // since the actual target services didn't change. But also should see + // Connect topic dereg for the old name to update existing subscribers + // for Connect/web. + testServiceHealthDeregistrationEvent(t, "web", + evConnectTopic, + evSidecar, + ), + testServiceHealthEvent(t, "web", + evSidecar, + evRenameService, + evNodeUnchanged, + evServiceMutated, + evChecksUnchanged, + ), + testServiceHealthEvent(t, "web", + evConnectTopic, + evSidecar, + evNodeUnchanged, + evRenameService, + evServiceMutated, + evChecksUnchanged, + ), + }, + WantErr: false, + }, + { + Name: "multi-service node update", + Setup: func(s *Store, tx *txn) error { + // Register a db service + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + // Also a web + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + // With a connect sidecar + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)); err != nil { + return err + } + return nil + }, + Mutate: func(s *Store, tx *txn) error { + // Change only the node meta. + return s.ensureRegistrationTxn(tx, tx.Index, false, + testNodeRegistration(t, regNodeMeta)) + }, + WantEvents: []stream.Event{ + // We should see updates for all services and a connect update for the + // sidecar's destination. + testServiceHealthEvent(t, "db", + evNodeMeta, + evNodeMutated, + evServiceUnchanged, + evChecksUnchanged, + ), + testServiceHealthEvent(t, "web", + evNodeMeta, + evNodeMutated, + evServiceUnchanged, + evChecksUnchanged, + ), + testServiceHealthEvent(t, "web", + evSidecar, + evNodeMeta, + evNodeMutated, + evServiceUnchanged, + evChecksUnchanged, + ), + testServiceHealthEvent(t, "web", + evConnectTopic, + evSidecar, + evNodeMeta, + evNodeMutated, + evServiceUnchanged, + evChecksUnchanged, + ), + }, + WantErr: false, + }, + { + Name: "multi-service node rename", + Setup: func(s *Store, tx *txn) error { + // Register a db service + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + // Also a web + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + // With a connect sidecar + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)); err != nil { + return err + } + return nil + }, + Mutate: func(s *Store, tx *txn) error { + // Change only the node NAME but not it's ID. We do it for every service + // though since this is effectively what client agent anti-entropy would + // do on a node rename. If we only rename the node it will have no + // services registered afterwards. + // Register a db service + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db", regRenameNode)); err != nil { + return err + } + // Also a web + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regRenameNode)); err != nil { + return err + } + // With a connect sidecar + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar, regRenameNode)); err != nil { + return err + } + return nil + }, + WantEvents: []stream.Event{ + // Node rename is implemented internally as a node delete and new node + // insert after some renaming validation. So we should see full set of + // new events for health, then the deletions of old services, then the + // connect update and delete pair. + testServiceHealthEvent(t, "db", + evRenameNode, + // Although we delete and re-insert, we do maintain the CreatedIndex + // of the node record from the old one. + evNodeMutated, + ), + testServiceHealthEvent(t, "web", + evRenameNode, + evNodeMutated, + ), + testServiceHealthEvent(t, "web", + evSidecar, + evRenameNode, + evNodeMutated, + ), + // dereg events for old node name services + testServiceHealthDeregistrationEvent(t, "db"), + testServiceHealthDeregistrationEvent(t, "web"), + testServiceHealthDeregistrationEvent(t, "web", evSidecar), + // Connect topic updates are last due to the way we add them + testServiceHealthEvent(t, "web", + evConnectTopic, + evSidecar, + evRenameNode, + evNodeMutated, + ), + testServiceHealthDeregistrationEvent(t, "web", evConnectTopic, evSidecar), + }, + WantErr: false, + }, + { + Name: "multi-service node check failure", + Setup: func(s *Store, tx *txn) error { + // Register a db service + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + // Also a web + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + // With a connect sidecar + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)); err != nil { + return err + } + return nil + }, + Mutate: func(s *Store, tx *txn) error { + // Change only the node-level check status + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regNodeCheckFail)); err != nil { + return err + } + return nil + }, + WantEvents: []stream.Event{ + testServiceHealthEvent(t, "db", + evNodeCheckFail, + evNodeUnchanged, + evServiceUnchanged, + // Only the node check changed. This needs to come after evNodeUnchanged + evNodeChecksMutated, + ), + testServiceHealthEvent(t, "web", + evNodeCheckFail, + evNodeUnchanged, + evServiceUnchanged, + evNodeChecksMutated, + ), + testServiceHealthEvent(t, "web", + evSidecar, + evNodeCheckFail, + evNodeUnchanged, + evServiceUnchanged, + evNodeChecksMutated, + ), + testServiceHealthEvent(t, "web", + evConnectTopic, + evSidecar, + evNodeCheckFail, + evNodeUnchanged, + evServiceUnchanged, + evNodeChecksMutated, + ), + }, + WantErr: false, + }, + { + Name: "multi-service node service check failure", + Setup: func(s *Store, tx *txn) error { + // Register a db service + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + // Also a web + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + // With a connect sidecar + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)); err != nil { + return err + } + return nil + }, + Mutate: func(s *Store, tx *txn) error { + // Change the service-level check status + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regServiceCheckFail)); err != nil { + return err + } + // Also change the service-level check status for the proxy. This is + // analogous to what would happen with an alias check on the client side + // - the proxies check would get updated at roughly the same time as the + // target service check updates. + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar, regServiceCheckFail)); err != nil { + return err + } + return nil + }, + WantEvents: []stream.Event{ + // Should only see the events for that one service change, the sidecar + // service and hence the connect topic for that service. + testServiceHealthEvent(t, "web", + evServiceCheckFail, + evNodeUnchanged, + evServiceUnchanged, + evChecksMutated, + ), + testServiceHealthEvent(t, "web", + evSidecar, + evServiceCheckFail, + evNodeUnchanged, + evServiceUnchanged, + evChecksMutated, + ), + testServiceHealthEvent(t, "web", + evConnectTopic, + evSidecar, + evServiceCheckFail, + evNodeUnchanged, + evServiceUnchanged, + evChecksMutated, + ), + }, + WantErr: false, + }, + { + Name: "multi-service node node-level check delete", + Setup: func(s *Store, tx *txn) error { + // Register a db service + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + // Also a web + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + // With a connect sidecar + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)); err != nil { + return err + } + return nil + }, + Mutate: func(s *Store, tx *txn) error { + // Delete only the node-level check + if err := s.deleteCheckTxn(tx, tx.Index, "node1", "serf-health", nil); err != nil { + return err + } + return nil + }, + WantEvents: []stream.Event{ + testServiceHealthEvent(t, "db", + evNodeCheckDelete, + evNodeUnchanged, + evServiceUnchanged, + ), + testServiceHealthEvent(t, "web", + evNodeCheckDelete, + evNodeUnchanged, + evServiceUnchanged, + ), + testServiceHealthEvent(t, "web", + evSidecar, + evNodeCheckDelete, + evNodeUnchanged, + evServiceUnchanged, + ), + testServiceHealthEvent(t, "web", + evConnectTopic, + evSidecar, + evNodeCheckDelete, + evNodeUnchanged, + evServiceUnchanged, + ), + }, + WantErr: false, + }, + { + Name: "multi-service node service check delete", + Setup: func(s *Store, tx *txn) error { + // Register a db service + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + // Also a web + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + // With a connect sidecar + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)); err != nil { + return err + } + return nil + }, + Mutate: func(s *Store, tx *txn) error { + // Delete the service-level check for the main service + if err := s.deleteCheckTxn(tx, tx.Index, "node1", "service:web", nil); err != nil { + return err + } + // Also delete for a proxy + if err := s.deleteCheckTxn(tx, tx.Index, "node1", "service:web_sidecar_proxy", nil); err != nil { + return err + } + return nil + }, + WantEvents: []stream.Event{ + // Should only see the events for that one service change, the sidecar + // service and hence the connect topic for that service. + testServiceHealthEvent(t, "web", + evServiceCheckFail, + evNodeUnchanged, + evServiceUnchanged, + evServiceCheckDelete, + ), + testServiceHealthEvent(t, "web", + evSidecar, + evServiceCheckFail, + evNodeUnchanged, + evServiceUnchanged, + evServiceCheckDelete, + ), + testServiceHealthEvent(t, "web", + evConnectTopic, + evSidecar, + evServiceCheckFail, + evNodeUnchanged, + evServiceUnchanged, + evServiceCheckDelete, + ), + }, + WantErr: false, + }, + { + Name: "many services on many nodes in one TX", + Setup: func(s *Store, tx *txn) error { + // Node1 + + // Register a db service + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "db")); err != nil { + return err + } + + // Node2 + // Also a web + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regNode2)); err != nil { + return err + } + // With a connect sidecar + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar, regNode2)); err != nil { + return err + } + + return nil + }, + Mutate: func(s *Store, tx *txn) error { + // In one transaction the operator moves the web service and it's + // sidecar from node2 back to node1 and deletes them from node2 + + if err := s.deleteServiceTxn(tx, tx.Index, "node2", "web", nil); err != nil { + return err + } + if err := s.deleteServiceTxn(tx, tx.Index, "node2", "web_sidecar_proxy", nil); err != nil { + return err + } + + // Register those on node1 + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web")); err != nil { + return err + } + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "web", regSidecar)); err != nil { + return err + } + + // And for good measure, add a new connect-native service to node2 + if err := s.ensureRegistrationTxn(tx, tx.Index, false, + testServiceRegistration(t, "api", regConnectNative, regNode2)); err != nil { + return err + } + + return nil + }, + WantEvents: []stream.Event{ + // We should see: + // - service dereg for web and proxy on node2 + // - connect dereg for web on node2 + // - service reg for web and proxy on node1 + // - connect reg for web on node1 + // - service reg for api on node2 + // - connect reg for api on node2 + testServiceHealthDeregistrationEvent(t, "web", evNode2), + testServiceHealthDeregistrationEvent(t, "web", evNode2, evSidecar), + testServiceHealthDeregistrationEvent(t, "web", + evConnectTopic, + evNode2, + evSidecar, + ), + + testServiceHealthEvent(t, "web", evNodeUnchanged), + testServiceHealthEvent(t, "web", evSidecar, evNodeUnchanged), + testServiceHealthEvent(t, "web", evConnectTopic, evSidecar, evNodeUnchanged), + + testServiceHealthEvent(t, "api", + evNode2, + evConnectNative, + evNodeUnchanged, + ), + testServiceHealthEvent(t, "api", + evNode2, + evConnectTopic, + evConnectNative, + evNodeUnchanged, + ), + }, + WantErr: false, + }, + } + + for _, tc := range cases { + tc := tc + t.Run(tc.Name, func(t *testing.T) { + s := testStateStore(t) + + if tc.Setup != nil { + // Bypass the publish mechanism for this test or we get into odd + // recursive stuff... + setupTx := s.db.WriteTxn(10) + require.NoError(t, tc.Setup(s, setupTx)) + // Commit the underlying transaction without using wrapped Commit so we + // avoid the whole event publishing system for setup here. It _should_ + // work but it makes debugging test hard as it will call the function + // under test for the setup data... + setupTx.Txn.Commit() + } + + tx := s.db.WriteTxn(100) + require.NoError(t, tc.Mutate(s, tx)) + + // Note we call the func under test directly rather than publishChanges so + // we can test this in isolation. + got, err := ServiceHealthEventsFromChanges(tx, Changes{Changes: tx.Changes(), Index: 100}) + if tc.WantErr { + require.Error(t, err) + return + } + require.NoError(t, err) + + // Make sure we have the right events, only taking ordering into account + // where it matters to account for non-determinism. + requireEventsInCorrectPartialOrder(t, tc.WantEvents, got, func(e stream.Event) string { + // We need events affecting unique registrations to be ordered, within a topic + csn := getPayloadCheckServiceNode(e.Payload) + return fmt.Sprintf("%s/%s/%s", e.Topic, csn.Node.Node, csn.Service.Service) + }) + }) + } +} + +type regOption func(req *structs.RegisterRequest) error + +func testNodeRegistration(t *testing.T, opts ...regOption) *structs.RegisterRequest { + r := &structs.RegisterRequest{ + Datacenter: "dc1", + ID: "11111111-2222-3333-4444-555555555555", + Node: "node1", + Address: "10.10.10.10", + Checks: structs.HealthChecks{ + &structs.HealthCheck{ + CheckID: "serf-health", + Name: "serf-health", + Node: "node1", + Status: api.HealthPassing, + }, + }, + } + for _, opt := range opts { + err := opt(r) + require.NoError(t, err) + } + return r +} + +func testServiceRegistration(t *testing.T, svc string, opts ...regOption) *structs.RegisterRequest { + // note: don't pass opts or they might get applied twice! + r := testNodeRegistration(t) + r.Service = &structs.NodeService{ + ID: svc, + Service: svc, + Port: 8080, + } + r.Checks = append(r.Checks, + &structs.HealthCheck{ + CheckID: types.CheckID("service:" + svc), + Name: "service:" + svc, + Node: "node1", + ServiceID: svc, + ServiceName: svc, + Type: "ttl", + Status: api.HealthPassing, + }) + for _, opt := range opts { + err := opt(r) + require.NoError(t, err) + } + return r +} + +type eventOption func(e *stream.Event) error + +func testServiceHealthEvent(t *testing.T, svc string, opts ...eventOption) stream.Event { + e := newTestEventServiceHealthRegister(100, 1, svc) + + // Normalize a few things that are different in the generic event which was + // based on original code here but made more general. This means we don't have + // to change all the test loads... + csn := getPayloadCheckServiceNode(e.Payload) + csn.Node.ID = "11111111-2222-3333-4444-555555555555" + csn.Node.Address = "10.10.10.10" + + for _, opt := range opts { + err := opt(&e) + require.NoError(t, err) + } + return e +} + +func testServiceHealthDeregistrationEvent(t *testing.T, svc string, opts ...eventOption) stream.Event { + e := newTestEventServiceHealthDeregister(100, 1, svc) + for _, opt := range opts { + err := opt(&e) + require.NoError(t, err) + } + return e +} + +// regConnectNative option converts the base registration into a Connect-native +// one. +func regConnectNative(req *structs.RegisterRequest) error { + if req.Service == nil { + return nil + } + req.Service.Connect.Native = true + return nil +} + +// regSidecar option converts the base registration request +// into the registration for it's sidecar service. +func regSidecar(req *structs.RegisterRequest) error { + if req.Service == nil { + return nil + } + svc := req.Service.Service + + req.Service.Kind = structs.ServiceKindConnectProxy + req.Service.ID = svc + "_sidecar_proxy" + req.Service.Service = svc + "_sidecar_proxy" + req.Service.Port = 20000 + req.Service.Port + + req.Service.Proxy.DestinationServiceName = svc + req.Service.Proxy.DestinationServiceID = svc + + // Convert the check to point to the right ID now. This isn't totally + // realistic - sidecars should have alias checks etc but this is good enough + // to test this code path. + if len(req.Checks) >= 2 { + req.Checks[1].CheckID = types.CheckID("service:" + svc + "_sidecar_proxy") + req.Checks[1].ServiceID = svc + "_sidecar_proxy" + } + + return nil +} + +// regNodeCheckFail option converts the base registration request +// into a registration with the node-level health check failing +func regNodeCheckFail(req *structs.RegisterRequest) error { + req.Checks[0].Status = api.HealthCritical + return nil +} + +// regServiceCheckFail option converts the base registration request +// into a registration with the service-level health check failing +func regServiceCheckFail(req *structs.RegisterRequest) error { + req.Checks[1].Status = api.HealthCritical + return nil +} + +// regMutatePort option alters the base registration service port by a relative +// amount to simulate a service change. Can be used with regSidecar since it's a +// relative change (+10). +func regMutatePort(req *structs.RegisterRequest) error { + if req.Service == nil { + return nil + } + req.Service.Port += 10 + return nil +} + +// regRenameService option alters the base registration service name but not +// it's ID simulating a service being renamed while it's ID is maintained +// separately e.g. by a scheduler. This is an edge case but an important one as +// it changes which topic key events propagate. +func regRenameService(req *structs.RegisterRequest) error { + if req.Service == nil { + return nil + } + isSidecar := req.Service.Kind == structs.ServiceKindConnectProxy + + if !isSidecar { + req.Service.Service += "_changed" + // Update service checks + if len(req.Checks) >= 2 { + req.Checks[1].ServiceName += "_changed" + } + return nil + } + // This is a sidecar, it's not really realistic but lets only update the + // fields necessary to make it work again with the new service name to be sure + // we get the right result. This is certainly possible if not likely so a + // valid case. + + // We don't need to update out own details, only the name of the destination + req.Service.Proxy.DestinationServiceName += "_changed" + + return nil +} + +// regRenameNode option alters the base registration node name by adding the +// _changed suffix. +func regRenameNode(req *structs.RegisterRequest) error { + req.Node += "_changed" + for i := range req.Checks { + req.Checks[i].Node = req.Node + } + return nil +} + +// regNode2 option alters the base registration to be on a different node. +func regNode2(req *structs.RegisterRequest) error { + req.Node = "node2" + req.ID = "22222222-2222-3333-4444-555555555555" + for i := range req.Checks { + req.Checks[i].Node = req.Node + } + return nil +} + +// regNodeMeta option alters the base registration node to add some meta data. +func regNodeMeta(req *structs.RegisterRequest) error { + req.NodeMeta = map[string]string{"foo": "bar"} + return nil +} + +// evNodeUnchanged option converts the event to reset the node and node check +// raft indexes to the original value where we expect the node not to have been +// changed in the mutation. +func evNodeUnchanged(e *stream.Event) error { + // If the node wasn't touched, its modified index and check's modified + // indexes should be the original ones. + csn := getPayloadCheckServiceNode(e.Payload) + + // Check this isn't a dereg event with made up/placeholder node info + if csn.Node.CreateIndex == 0 { + return nil + } + csn.Node.CreateIndex = 10 + csn.Node.ModifyIndex = 10 + csn.Checks[0].CreateIndex = 10 + csn.Checks[0].ModifyIndex = 10 + return nil +} + +// evServiceUnchanged option converts the event to reset the service and service +// check raft indexes to the original value where we expect the service record +// not to have been changed in the mutation. +func evServiceUnchanged(e *stream.Event) error { + // If the node wasn't touched, its modified index and check's modified + // indexes should be the original ones. + csn := getPayloadCheckServiceNode(e.Payload) + + csn.Service.CreateIndex = 10 + csn.Service.ModifyIndex = 10 + if len(csn.Checks) > 1 { + csn.Checks[1].CreateIndex = 10 + csn.Checks[1].ModifyIndex = 10 + } + return nil +} + +// evConnectNative option converts the base event to represent a connect-native +// service instance. +func evConnectNative(e *stream.Event) error { + getPayloadCheckServiceNode(e.Payload).Service.Connect.Native = true + return nil +} + +// evConnectTopic option converts the base event to the equivalent event that +// should be published to the connect topic. When needed it should be applied +// first as several other options (notable evSidecar) change behavior subtly +// depending on which topic they are published to and they determin this from +// the event. +func evConnectTopic(e *stream.Event) error { + e.Topic = TopicServiceHealthConnect + return nil +} + +// evSidecar option converts the base event to the health (not connect) event +// expected from the sidecar proxy registration for that service instead. When +// needed it should be applied after any option that changes topic (e.g. +// evConnectTopic) but before other options that might change behavior subtly +// depending on whether it's a sidecar or regular service event (e.g. +// evRenameService). +func evSidecar(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + + svc := csn.Service.Service + + csn.Service.Kind = structs.ServiceKindConnectProxy + csn.Service.ID = svc + "_sidecar_proxy" + csn.Service.Service = svc + "_sidecar_proxy" + csn.Service.Port = 20000 + csn.Service.Port + + csn.Service.Proxy.DestinationServiceName = svc + csn.Service.Proxy.DestinationServiceID = svc + + // Convert the check to point to the right ID now. This isn't totally + // realistic - sidecars should have alias checks etc but this is good enough + // to test this code path. + if len(csn.Checks) >= 2 { + csn.Checks[1].CheckID = types.CheckID("service:" + svc + "_sidecar_proxy") + csn.Checks[1].ServiceID = svc + "_sidecar_proxy" + csn.Checks[1].ServiceName = svc + "_sidecar_proxy" + } + + // Update event key to be the proxy service name, but only if this is not + // already in the connect topic + if e.Topic != TopicServiceHealthConnect { + e.Key = csn.Service.Service + } + return nil +} + +// evMutatePort option alters the base event service port by a relative +// amount to simulate a service change. Can be used with evSidecar since it's a +// relative change (+10). +func evMutatePort(e *stream.Event) error { + getPayloadCheckServiceNode(e.Payload).Service.Port += 10 + return nil +} + +// evNodeMutated option alters the base event node to set it's CreateIndex +// (but not modify index) to the setup index. This expresses that we expect the +// node record originally created in setup to have been mutated during the +// update. +func evNodeMutated(e *stream.Event) error { + getPayloadCheckServiceNode(e.Payload).Node.CreateIndex = 10 + return nil +} + +// evServiceMutated option alters the base event service to set it's CreateIndex +// (but not modify index) to the setup index. This expresses that we expect the +// service record originally created in setup to have been mutated during the +// update. +func evServiceMutated(e *stream.Event) error { + getPayloadCheckServiceNode(e.Payload).Service.CreateIndex = 10 + return nil +} + +// evChecksMutated option alters the base event service check to set it's +// CreateIndex (but not modify index) to the setup index. This expresses that we +// expect the service check records originally created in setup to have been +// mutated during the update. NOTE: this must be sequenced after +// evServiceUnchanged if both are used. +func evChecksMutated(e *stream.Event) error { + getPayloadCheckServiceNode(e.Payload).Checks[1].CreateIndex = 10 + getPayloadCheckServiceNode(e.Payload).Checks[1].ModifyIndex = 100 + return nil +} + +// evNodeChecksMutated option alters the base event node check to set it's +// CreateIndex (but not modify index) to the setup index. This expresses that we +// expect the node check records originally created in setup to have been +// mutated during the update. NOTE: this must be sequenced after evNodeUnchanged +// if both are used. +func evNodeChecksMutated(e *stream.Event) error { + getPayloadCheckServiceNode(e.Payload).Checks[0].CreateIndex = 10 + getPayloadCheckServiceNode(e.Payload).Checks[0].ModifyIndex = 100 + return nil +} + +// evChecksUnchanged option alters the base event service to set all check raft +// indexes to the setup index. This expresses that we expect none of the checks +// to have changed in the update. +func evChecksUnchanged(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + for i := range csn.Checks { + csn.Checks[i].CreateIndex = 10 + csn.Checks[i].ModifyIndex = 10 + } + return nil +} + +// evRenameService option alters the base event service to change the service +// name but not ID simulating an in-place service rename. +func evRenameService(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + isSidecar := csn.Service.Kind == structs.ServiceKindConnectProxy + + if !isSidecar { + csn.Service.Service += "_changed" + // Update service checks + if len(csn.Checks) >= 2 { + csn.Checks[1].ServiceName += "_changed" + } + e.Key += "_changed" + return nil + } + // This is a sidecar, it's not really realistic but lets only update the + // fields necessary to make it work again with the new service name to be sure + // we get the right result. This is certainly possible if not likely so a + // valid case. + + // We don't need to update out own details, only the name of the destination + csn.Service.Proxy.DestinationServiceName += "_changed" + + // If this is the connect topic we need to change the key too + if e.Topic == TopicServiceHealthConnect { + e.Key += "_changed" + } + return nil +} + +// evNodeMeta option alters the base event node to add some meta data. +func evNodeMeta(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + csn.Node.Meta = map[string]string{"foo": "bar"} + return nil +} + +// evRenameNode option alters the base event node name. +func evRenameNode(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + csn.Node.Node += "_changed" + for i := range csn.Checks { + csn.Checks[i].Node = csn.Node.Node + } + return nil +} + +// evNode2 option alters the base event to refer to a different node +func evNode2(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + csn.Node.Node = "node2" + // Only change ID if it's set (e.g. it's not in a deregistration event) + if csn.Node.ID != "" { + csn.Node.ID = "22222222-2222-3333-4444-555555555555" + } + for i := range csn.Checks { + csn.Checks[i].Node = csn.Node.Node + } + return nil +} + +// evNodeCheckFail option alters the base event to set the node-level health +// check to be failing +func evNodeCheckFail(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + csn.Checks[0].Status = api.HealthCritical + return nil +} + +// evNodeCheckDelete option alters the base event to remove the node-level +// health check +func evNodeCheckDelete(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + // Ensure this is idempotent as we sometimes get called multiple times.. + if len(csn.Checks) > 0 && csn.Checks[0].ServiceID == "" { + csn.Checks = csn.Checks[1:] + } + return nil +} + +// evServiceCheckFail option alters the base event to set the service-level health +// check to be failing +func evServiceCheckFail(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + csn.Checks[1].Status = api.HealthCritical + return nil +} + +// evServiceCheckDelete option alters the base event to remove the service-level +// health check +func evServiceCheckDelete(e *stream.Event) error { + csn := getPayloadCheckServiceNode(e.Payload) + // Ensure this is idempotent as we sometimes get called multiple times.. + if len(csn.Checks) > 1 && csn.Checks[1].ServiceID != "" { + csn.Checks = csn.Checks[0:1] + } + return nil +} + +// requireEventsInCorrectPartialOrder compares that the expected set of events +// was emitted. It allows for _independent_ events to be emitted in any order - +// this can be important because even though the transaction processing is all +// strictly ordered up until the processing func, grouping multiple updates that +// affect the same logical entity may be necessary and may impose random +// ordering changes on the eventual events if a map is used. We only care that +// events _affecting the same topic and key_ are ordered correctly with respect +// to the "expected" set of events so this helper asserts that. +// +// The caller provides a func that can return a partition key for the given +// event types and we assert that all events with the same partition key are +// deliveries in the same order. Note that this is not necessarily the same as +// topic/key since for example in Catalog only events about a specific service +// _instance_ need to be ordered while topic and key are more general. +func requireEventsInCorrectPartialOrder(t *testing.T, want, got []stream.Event, + partKey func(stream.Event) string) { + t.Helper() + + // Partion both arrays by topic/key + wantParts := make(map[string][]stream.Event) + gotParts := make(map[string][]stream.Event) + + for _, e := range want { + k := partKey(e) + wantParts[k] = append(wantParts[k], e) + } + for _, e := range got { + k := partKey(e) + gotParts[k] = append(gotParts[k], e) + } + + for k, want := range wantParts { + require.Equal(t, want, gotParts[k], "got incorrect events for partition: %s", k) + } + + for k, got := range gotParts { + if _, ok := wantParts[k]; !ok { + require.Equal(t, nil, got, "got unwanted events for partition: %s", k) + } + } +} + +// newTestEventServiceHealthRegister returns a realistically populated service +// health registration event. The nodeNum is a +// logical node and is used to create the node name ("node%d") but also change +// the node ID and IP address to make it a little more realistic for cases that +// need that. nodeNum should be less than 64k to make the IP address look +// realistic. Any other changes can be made on the returned event to avoid +// adding too many options to callers. +func newTestEventServiceHealthRegister(index uint64, nodeNum int, svc string) stream.Event { + node := fmt.Sprintf("node%d", nodeNum) + nodeID := types.NodeID(fmt.Sprintf("11111111-2222-3333-4444-%012d", nodeNum)) + addr := fmt.Sprintf("10.10.%d.%d", nodeNum/256, nodeNum%256) + + return stream.Event{ + Topic: TopicServiceHealth, + Key: svc, + Index: index, + Payload: eventPayload{ + Op: OpCreate, + Obj: &structs.CheckServiceNode{ + Node: &structs.Node{ + ID: nodeID, + Node: node, + Address: addr, + Datacenter: "dc1", + RaftIndex: structs.RaftIndex{ + CreateIndex: index, + ModifyIndex: index, + }, + }, + Service: &structs.NodeService{ + ID: svc, + Service: svc, + Port: 8080, + Weights: &structs.Weights{ + Passing: 1, + Warning: 1, + }, + RaftIndex: structs.RaftIndex{ + CreateIndex: index, + ModifyIndex: index, + }, + }, + Checks: []*structs.HealthCheck{ + { + Node: node, + CheckID: "serf-health", + Name: "serf-health", + Status: "passing", + RaftIndex: structs.RaftIndex{ + CreateIndex: index, + ModifyIndex: index, + }, + }, + { + Node: node, + CheckID: types.CheckID("service:" + svc), + Name: "service:" + svc, + ServiceID: svc, + ServiceName: svc, + Type: "ttl", + Status: "passing", + RaftIndex: structs.RaftIndex{ + CreateIndex: index, + ModifyIndex: index, + }, + }, + }, + }, + }, + } +} + +// TestEventServiceHealthDeregister returns a realistically populated service +// health deregistration event. The nodeNum is a +// logical node and is used to create the node name ("node%d") but also change +// the node ID and IP address to make it a little more realistic for cases that +// need that. nodeNum should be less than 64k to make the IP address look +// realistic. Any other changes can be made on the returned event to avoid +// adding too many options to callers. +func newTestEventServiceHealthDeregister(index uint64, nodeNum int, svc string) stream.Event { + return stream.Event{ + Topic: TopicServiceHealth, + Key: svc, + Index: index, + Payload: eventPayload{ + Op: OpDelete, + Obj: &structs.CheckServiceNode{ + Node: &structs.Node{ + Node: fmt.Sprintf("node%d", nodeNum), + }, + Service: &structs.NodeService{ + ID: svc, + Service: svc, + Port: 8080, + Weights: &structs.Weights{ + Passing: 1, + Warning: 1, + }, + RaftIndex: structs.RaftIndex{ + // The original insertion index since a delete doesn't update + // this. This magic value came from state store tests where we + // setup at index 10 and then mutate at index 100. It can be + // modified by the caller later and makes it easier than having + // yet another argument in the common case. + CreateIndex: 10, + ModifyIndex: 10, + }, + }, + }, + }, + } +} diff --git a/agent/consul/state/catalog_oss.go b/agent/consul/state/catalog_oss.go index ef9c1030df..d0ca484896 100644 --- a/agent/consul/state/catalog_oss.go +++ b/agent/consul/state/catalog_oss.go @@ -223,46 +223,46 @@ func catalogInsertService(tx *txn, svc *structs.ServiceNode) error { return nil } -func catalogServicesMaxIndex(tx *txn, _ *structs.EnterpriseMeta) uint64 { +func catalogServicesMaxIndex(tx ReadTxn, _ *structs.EnterpriseMeta) uint64 { return maxIndexTxn(tx, "services") } -func catalogServiceMaxIndex(tx *txn, serviceName string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { +func catalogServiceMaxIndex(tx ReadTxn, serviceName string, _ *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { return tx.FirstWatch("index", "id", serviceIndexName(serviceName, nil)) } -func catalogServiceKindMaxIndex(tx *txn, ws memdb.WatchSet, kind structs.ServiceKind, entMeta *structs.EnterpriseMeta) uint64 { +func catalogServiceKindMaxIndex(tx ReadTxn, ws memdb.WatchSet, kind structs.ServiceKind, entMeta *structs.EnterpriseMeta) uint64 { return maxIndexWatchTxn(tx, ws, serviceKindIndexName(kind, nil)) } -func catalogServiceList(tx *txn, _ *structs.EnterpriseMeta, _ bool) (memdb.ResultIterator, error) { +func catalogServiceList(tx ReadTxn, _ *structs.EnterpriseMeta, _ bool) (memdb.ResultIterator, error) { return tx.Get("services", "id") } -func catalogServiceListByKind(tx *txn, kind structs.ServiceKind, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func catalogServiceListByKind(tx ReadTxn, kind structs.ServiceKind, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get("services", "kind", string(kind)) } -func catalogServiceListByNode(tx *txn, node string, _ *structs.EnterpriseMeta, _ bool) (memdb.ResultIterator, error) { +func catalogServiceListByNode(tx ReadTxn, node string, _ *structs.EnterpriseMeta, _ bool) (memdb.ResultIterator, error) { return tx.Get("services", "node", node) } -func catalogServiceNodeList(tx *txn, name string, index string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func catalogServiceNodeList(tx ReadTxn, name string, index string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get("services", index, name) } -func catalogServiceLastExtinctionIndex(tx *txn, _ *structs.EnterpriseMeta) (interface{}, error) { +func catalogServiceLastExtinctionIndex(tx ReadTxn, _ *structs.EnterpriseMeta) (interface{}, error) { return tx.First("index", "id", serviceLastExtinctionIndexName) } -func catalogMaxIndex(tx *txn, _ *structs.EnterpriseMeta, checks bool) uint64 { +func catalogMaxIndex(tx ReadTxn, _ *structs.EnterpriseMeta, checks bool) uint64 { if checks { return maxIndexTxn(tx, "nodes", "services", "checks") } return maxIndexTxn(tx, "nodes", "services") } -func catalogMaxIndexWatch(tx *txn, ws memdb.WatchSet, _ *structs.EnterpriseMeta, checks bool) uint64 { +func catalogMaxIndexWatch(tx ReadTxn, ws memdb.WatchSet, _ *structs.EnterpriseMeta, checks bool) uint64 { if checks { return maxIndexWatchTxn(tx, ws, "nodes", "services", "checks") } @@ -277,32 +277,32 @@ func catalogUpdateCheckIndexes(tx *txn, idx uint64, _ *structs.EnterpriseMeta) e return nil } -func catalogChecksMaxIndex(tx *txn, _ *structs.EnterpriseMeta) uint64 { +func catalogChecksMaxIndex(tx ReadTxn, _ *structs.EnterpriseMeta) uint64 { return maxIndexTxn(tx, "checks") } -func catalogListChecksByNode(tx *txn, node string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func catalogListChecksByNode(tx ReadTxn, node string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get("checks", "node", node) } -func catalogListChecksByService(tx *txn, service string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func catalogListChecksByService(tx ReadTxn, service string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get("checks", "service", service) } -func catalogListChecksInState(tx *txn, state string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func catalogListChecksInState(tx ReadTxn, state string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { // simpler than normal due to the use of the CompoundMultiIndex return tx.Get("checks", "status", state) } -func catalogListChecks(tx *txn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func catalogListChecks(tx ReadTxn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get("checks", "id") } -func catalogListNodeChecks(tx *txn, node string) (memdb.ResultIterator, error) { +func catalogListNodeChecks(tx ReadTxn, node string) (memdb.ResultIterator, error) { return tx.Get("checks", "node_service_check", node, false) } -func catalogListServiceChecks(tx *txn, node string, service string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func catalogListServiceChecks(tx ReadTxn, node string, service string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get("checks", "node_service", node, service) } @@ -319,14 +319,14 @@ func catalogInsertCheck(tx *txn, chk *structs.HealthCheck, idx uint64) error { return nil } -func catalogChecksForNodeService(tx *txn, node string, service string, entMeta *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func catalogChecksForNodeService(tx ReadTxn, node string, service string, entMeta *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get("checks", "node_service", node, service) } -func validateRegisterRequestTxn(tx *txn, args *structs.RegisterRequest) (*structs.EnterpriseMeta, error) { +func validateRegisterRequestTxn(_ *txn, _ *structs.RegisterRequest) (*structs.EnterpriseMeta, error) { return nil, nil } -func (s *Store) ValidateRegisterRequest(args *structs.RegisterRequest) (*structs.EnterpriseMeta, error) { +func (s *Store) ValidateRegisterRequest(_ *structs.RegisterRequest) (*structs.EnterpriseMeta, error) { return nil, nil } diff --git a/agent/consul/state/catalog_test.go b/agent/consul/state/catalog_test.go index aaf557ffdb..dd874ae558 100644 --- a/agent/consul/state/catalog_test.go +++ b/agent/consul/state/catalog_test.go @@ -137,7 +137,7 @@ func TestStateStore_ensureNoNodeWithSimilarNameTxn(t *testing.T) { if err := ensureNoNodeWithSimilarNameTxn(tx, newNode, false); err == nil { t.Fatalf("Should return an error since the previous node is still healthy") } - s.ensureCheckTxn(tx, 5, &structs.HealthCheck{ + s.ensureCheckTxn(tx, 5, false, &structs.HealthCheck{ Node: "node1", CheckID: structs.SerfCheckID, Status: api.HealthCritical, @@ -376,6 +376,10 @@ func TestStateStore_EnsureRegistration_Restore(t *testing.T) { ID: makeRandomNodeID(t), Node: "node1", Address: "1.2.3.4", + RaftIndex: structs.RaftIndex{ + CreateIndex: 1, + ModifyIndex: 1, + }, } nodeID := string(req.ID) nodeName := req.Node @@ -414,6 +418,10 @@ func TestStateStore_EnsureRegistration_Restore(t *testing.T) { Address: "1.1.1.1", Port: 8080, Weights: &structs.Weights{Passing: 1, Warning: 1}, + RaftIndex: structs.RaftIndex{ + CreateIndex: 2, + ModifyIndex: 2, + }, } restore = s.Restore() if err := restore.Registration(2, req); err != nil { @@ -446,6 +454,10 @@ func TestStateStore_EnsureRegistration_Restore(t *testing.T) { Node: nodeName, CheckID: "check1", Name: "check", + RaftIndex: structs.RaftIndex{ + CreateIndex: 3, + ModifyIndex: 3, + }, } restore = s.Restore() if err := restore.Registration(3, req); err != nil { @@ -483,6 +495,10 @@ func TestStateStore_EnsureRegistration_Restore(t *testing.T) { Node: nodeName, CheckID: "check2", Name: "check", + RaftIndex: structs.RaftIndex{ + CreateIndex: 4, + ModifyIndex: 4, + }, }, } restore = s.Restore() @@ -1611,12 +1627,14 @@ func TestStateStore_Services(t *testing.T) { func TestStateStore_ServicesByNodeMeta(t *testing.T) { s := testStateStore(t) - // Listing with no results returns nil. ws := memdb.NewWatchSet() - idx, res, err := s.ServicesByNodeMeta(ws, map[string]string{"somekey": "somevalue"}, nil) - if idx != 0 || len(res) != 0 || err != nil { - t.Fatalf("expected (0, nil, nil), got: (%d, %#v, %#v)", idx, res, err) - } + + t.Run("Listing with no results returns nil", func(t *testing.T) { + idx, res, err := s.ServicesByNodeMeta(ws, map[string]string{"somekey": "somevalue"}, nil) + if idx != 0 || len(res) != 0 || err != nil { + t.Fatalf("expected (0, nil, nil), got: (%d, %#v, %#v)", idx, res, err) + } + }) // Create some nodes and services in the state store. node0 := &structs.Node{Node: "node0", Address: "127.0.0.1", Meta: map[string]string{"role": "client", "common": "1"}} @@ -1648,94 +1666,97 @@ func TestStateStore_ServicesByNodeMeta(t *testing.T) { t.Fatalf("err: %s", err) } if !watchFired(ws) { - t.Fatalf("bad") + t.Fatalf("expected the watch to be triggered by the queries") } - // Filter the services by the first node's meta value. ws = memdb.NewWatchSet() - _, res, err = s.ServicesByNodeMeta(ws, map[string]string{"role": "client"}, nil) - if err != nil { - t.Fatalf("err: %s", err) - } - expected := structs.Services{ - "redis": []string{"master", "prod"}, - } - sort.Strings(res["redis"]) - if !reflect.DeepEqual(res, expected) { - t.Fatalf("bad: %v %v", res, expected) - } - // Get all services using the common meta value - _, res, err = s.ServicesByNodeMeta(ws, map[string]string{"common": "1"}, nil) - if err != nil { - t.Fatalf("err: %s", err) - } - expected = structs.Services{ - "redis": []string{"master", "prod", "slave"}, - } - sort.Strings(res["redis"]) - if !reflect.DeepEqual(res, expected) { - t.Fatalf("bad: %v %v", res, expected) - } + t.Run("Filter the services by the first node's meta value", func(t *testing.T) { + _, res, err := s.ServicesByNodeMeta(ws, map[string]string{"role": "client"}, nil) + if err != nil { + t.Fatalf("err: %s", err) + } + expected := structs.Services{ + "redis": []string{"master", "prod"}, + } + sort.Strings(res["redis"]) + require.Equal(t, expected, res) + }) - // Get an empty list for an invalid meta value - _, res, err = s.ServicesByNodeMeta(ws, map[string]string{"invalid": "nope"}, nil) - if err != nil { - t.Fatalf("err: %s", err) - } - expected = structs.Services{} - if !reflect.DeepEqual(res, expected) { - t.Fatalf("bad: %v %v", res, expected) - } + t.Run("Get all services using the common meta value", func(t *testing.T) { + _, res, err := s.ServicesByNodeMeta(ws, map[string]string{"common": "1"}, nil) + if err != nil { + t.Fatalf("err: %s", err) + } + expected := structs.Services{ + "redis": []string{"master", "prod", "slave"}, + } + sort.Strings(res["redis"]) + require.Equal(t, expected, res) + }) - // Get the first node's service instance using multiple meta filters - _, res, err = s.ServicesByNodeMeta(ws, map[string]string{"role": "client", "common": "1"}, nil) - if err != nil { - t.Fatalf("err: %s", err) - } - expected = structs.Services{ - "redis": []string{"master", "prod"}, - } - sort.Strings(res["redis"]) - if !reflect.DeepEqual(res, expected) { - t.Fatalf("bad: %v %v", res, expected) - } + t.Run("Get an empty list for an invalid meta value", func(t *testing.T) { + _, res, err := s.ServicesByNodeMeta(ws, map[string]string{"invalid": "nope"}, nil) + if err != nil { + t.Fatalf("err: %s", err) + } + expected := structs.Services{} + require.Equal(t, expected, res) + }) - // Sanity check the watch before we proceed. - if watchFired(ws) { - t.Fatalf("bad") - } + t.Run("Get the first node's service instance using multiple meta filters", func(t *testing.T) { + _, res, err := s.ServicesByNodeMeta(ws, map[string]string{"role": "client", "common": "1"}, nil) + if err != nil { + t.Fatalf("err: %s", err) + } + expected := structs.Services{ + "redis": []string{"master", "prod"}, + } + sort.Strings(res["redis"]) + require.Equal(t, expected, res) + }) - // Registering some unrelated node + service should not fire the watch. - testRegisterNode(t, s, 4, "nope") - testRegisterService(t, s, 5, "nope", "nope") - if watchFired(ws) { - t.Fatalf("bad") - } + t.Run("Registering some unrelated node + service should not fire the watch.", func(t *testing.T) { + testRegisterNode(t, s, 4, "nope") + testRegisterService(t, s, 5, "nope", "nope") + if watchFired(ws) { + t.Fatalf("expected the watch to timeout and not be triggered") + } + }) - // Overwhelm the service tracking. - idx = 6 - for i := 0; i < 2*watchLimit; i++ { - node := fmt.Sprintf("many%d", i) - testRegisterNodeWithMeta(t, s, idx, node, map[string]string{"common": "1"}) - idx++ - testRegisterService(t, s, idx, node, "nope") - idx++ - } + t.Run("Uses watchLimit to limit the number of watches", func(t *testing.T) { + patchWatchLimit(t, 10) - // Now get a fresh watch, which will be forced to watch the whole - // service table. - ws = memdb.NewWatchSet() - _, _, err = s.ServicesByNodeMeta(ws, map[string]string{"common": "1"}, nil) - if err != nil { - t.Fatalf("err: %s", err) - } + var idx uint64 = 6 + for i := 0; i < watchLimit+2; i++ { + node := fmt.Sprintf("many%d", i) + testRegisterNodeWithMeta(t, s, idx, node, map[string]string{"common": "1"}) + idx++ + testRegisterService(t, s, idx, node, "nope") + idx++ + } - // Registering some unrelated node + service should not fire the watch. - testRegisterService(t, s, idx, "nope", "more-nope") - if !watchFired(ws) { - t.Fatalf("bad") - } + // Now get a fresh watch, which will be forced to watch the whole + // service table. + ws := memdb.NewWatchSet() + _, _, err := s.ServicesByNodeMeta(ws, map[string]string{"common": "1"}, nil) + require.NoError(t, err) + + testRegisterService(t, s, idx, "nope", "more-nope") + if !watchFired(ws) { + t.Fatalf("expected the watch to timeout and not be triggered") + } + }) +} + +// patchWatchLimit package variable. Not safe for concurrent use. Do not use +// with t.Parallel. +func patchWatchLimit(t *testing.T, limit int) { + oldLimit := watchLimit + watchLimit = limit + t.Cleanup(func() { + watchLimit = oldLimit + }) } func TestStateStore_ServiceNodes(t *testing.T) { @@ -1854,7 +1875,8 @@ func TestStateStore_ServiceNodes(t *testing.T) { // Overwhelm the node tracking. idx = 19 - for i := 0; i < 2*watchLimit; i++ { + patchWatchLimit(t, 10) + for i := 0; i < watchLimit+2; i++ { node := fmt.Sprintf("many%d", i) if err := s.EnsureNode(idx, &structs.Node{Node: node, Address: "127.0.0.1"}); err != nil { t.Fatalf("err: %v", err) @@ -2623,7 +2645,8 @@ func TestStateStore_ServiceChecksByNodeMeta(t *testing.T) { } // Overwhelm the node tracking. - for i := 0; i < 2*watchLimit; i++ { + patchWatchLimit(t, 10) + for i := 0; i < watchLimit+2; i++ { node := fmt.Sprintf("many%d", idx) testRegisterNodeWithMeta(t, s, idx, node, map[string]string{"common": "1"}) idx++ @@ -2803,7 +2826,8 @@ func TestStateStore_ChecksInStateByNodeMeta(t *testing.T) { } // Overwhelm the node tracking. - for i := 0; i < 2*watchLimit; i++ { + patchWatchLimit(t, 10) + for i := 0; i < watchLimit+2; i++ { node := fmt.Sprintf("many%d", idx) testRegisterNodeWithMeta(t, s, idx, node, map[string]string{"common": "1"}) idx++ diff --git a/agent/consul/state/config_entry.go b/agent/consul/state/config_entry.go index 2fd3133227..f19205bbee 100644 --- a/agent/consul/state/config_entry.go +++ b/agent/consul/state/config_entry.go @@ -106,7 +106,7 @@ func (s *Store) ConfigEntry(ws memdb.WatchSet, kind, name string, entMeta *struc return configEntryTxn(tx, ws, kind, name, entMeta) } -func configEntryTxn(tx *txn, ws memdb.WatchSet, kind, name string, entMeta *structs.EnterpriseMeta) (uint64, structs.ConfigEntry, error) { +func configEntryTxn(tx ReadTxn, ws memdb.WatchSet, kind, name string, entMeta *structs.EnterpriseMeta) (uint64, structs.ConfigEntry, error) { // Get the index idx := maxIndexTxn(tx, configTableName) @@ -141,7 +141,7 @@ func (s *Store) ConfigEntriesByKind(ws memdb.WatchSet, kind string, entMeta *str return configEntriesByKindTxn(tx, ws, kind, entMeta) } -func configEntriesByKindTxn(tx *txn, ws memdb.WatchSet, kind string, entMeta *structs.EnterpriseMeta) (uint64, []structs.ConfigEntry, error) { +func configEntriesByKindTxn(tx ReadTxn, ws memdb.WatchSet, kind string, entMeta *structs.EnterpriseMeta) (uint64, []structs.ConfigEntry, error) { // Get the index idx := maxIndexTxn(tx, configTableName) @@ -170,7 +170,7 @@ func (s *Store) EnsureConfigEntry(idx uint64, conf structs.ConfigEntry, entMeta tx := s.db.WriteTxn(idx) defer tx.Abort() - if err := s.ensureConfigEntryTxn(tx, idx, conf, entMeta); err != nil { + if err := ensureConfigEntryTxn(tx, idx, conf, entMeta); err != nil { return err } @@ -178,7 +178,7 @@ func (s *Store) EnsureConfigEntry(idx uint64, conf structs.ConfigEntry, entMeta } // ensureConfigEntryTxn upserts a config entry inside of a transaction. -func (s *Store) ensureConfigEntryTxn(tx *txn, idx uint64, conf structs.ConfigEntry, entMeta *structs.EnterpriseMeta) error { +func ensureConfigEntryTxn(tx *txn, idx uint64, conf structs.ConfigEntry, entMeta *structs.EnterpriseMeta) error { // Check for existing configuration. existing, err := firstConfigEntryWithTxn(tx, conf.GetKind(), conf.GetName(), entMeta) if err != nil { @@ -195,7 +195,7 @@ func (s *Store) ensureConfigEntryTxn(tx *txn, idx uint64, conf structs.ConfigEnt } raftIndex.ModifyIndex = idx - err = s.validateProposedConfigEntryInGraph(tx, conf.GetKind(), conf.GetName(), conf, entMeta) + err = validateProposedConfigEntryInGraph(tx, conf.GetKind(), conf.GetName(), conf, entMeta) if err != nil { return err // Err is already sufficiently decorated. } @@ -234,7 +234,7 @@ func (s *Store) EnsureConfigEntryCAS(idx, cidx uint64, conf structs.ConfigEntry, return false, nil } - if err := s.ensureConfigEntryTxn(tx, idx, conf, entMeta); err != nil { + if err := ensureConfigEntryTxn(tx, idx, conf, entMeta); err != nil { return false, err } @@ -266,7 +266,7 @@ func (s *Store) DeleteConfigEntry(idx uint64, kind, name string, entMeta *struct } } - err = s.validateProposedConfigEntryInGraph(tx, kind, name, nil, entMeta) + err = validateProposedConfigEntryInGraph(tx, kind, name, nil, entMeta) if err != nil { return err // Err is already sufficiently decorated. } @@ -313,8 +313,8 @@ func insertConfigEntryWithTxn(tx *txn, idx uint64, conf structs.ConfigEntry) err // // May return *ConfigEntryGraphValidationError if there is a concern to surface // to the caller that they can correct. -func (s *Store) validateProposedConfigEntryInGraph( - tx *txn, +func validateProposedConfigEntryInGraph( + tx ReadTxn, kind, name string, next structs.ConfigEntry, entMeta *structs.EnterpriseMeta, @@ -337,10 +337,6 @@ func (s *Store) validateProposedConfigEntryInGraph( if err != nil { return err } - err = validateProposedIngressProtocolsInServiceGraph(tx, next, entMeta) - if err != nil { - return err - } case structs.TerminatingGateway: err := checkGatewayClash(tx, name, structs.TerminatingGateway, structs.IngressGateway, entMeta) if err != nil { @@ -350,11 +346,11 @@ func (s *Store) validateProposedConfigEntryInGraph( return fmt.Errorf("unhandled kind %q during validation of %q", kind, name) } - return s.validateProposedConfigEntryInServiceGraph(tx, kind, name, next, validateAllChains, entMeta) + return validateProposedConfigEntryInServiceGraph(tx, kind, name, next, validateAllChains, entMeta) } func checkGatewayClash( - tx *txn, + tx ReadTxn, name, selfKind, otherKind string, entMeta *structs.EnterpriseMeta, ) error { @@ -375,8 +371,8 @@ var serviceGraphKinds = []string{ structs.ServiceResolver, } -func (s *Store) validateProposedConfigEntryInServiceGraph( - tx *txn, +func validateProposedConfigEntryInServiceGraph( + tx ReadTxn, kind, name string, next structs.ConfigEntry, validateAllChains bool, @@ -384,7 +380,11 @@ func (s *Store) validateProposedConfigEntryInServiceGraph( ) error { // Collect all of the chains that could be affected by this change // including our own. - checkChains := make(map[structs.ServiceID]struct{}) + var ( + checkChains = make(map[structs.ServiceID]struct{}) + checkIngress []*structs.IngressGatewayConfigEntry + enforceIngressProtocolsMatch bool + ) if validateAllChains { // Must be proxy-defaults/global. @@ -401,6 +401,37 @@ func (s *Store) validateProposedConfigEntryInServiceGraph( checkChains[structs.NewServiceID(entry.GetName(), entry.GetEnterpriseMeta())] = struct{}{} } } + + _, entries, err := configEntriesByKindTxn(tx, nil, structs.IngressGateway, structs.WildcardEnterpriseMeta()) + if err != nil { + return err + } + for _, entry := range entries { + ingress, ok := entry.(*structs.IngressGatewayConfigEntry) + if !ok { + return fmt.Errorf("type %T is not an ingress gateway config entry", entry) + } + checkIngress = append(checkIngress, ingress) + } + + } else if kind == structs.IngressGateway { + // Checking an ingress pointing to multiple chains. + + // This is the case for deleting a config entry + if next == nil { + return nil + } + + ingress, ok := next.(*structs.IngressGatewayConfigEntry) + if !ok { + return fmt.Errorf("type %T is not an ingress gateway config entry", next) + } + checkIngress = append(checkIngress, ingress) + + // When editing an ingress-gateway directly we are stricter about + // validating the protocol equivalence. + enforceIngressProtocolsMatch = true + } else { // Must be a single chain. @@ -413,32 +444,95 @@ func (s *Store) validateProposedConfigEntryInServiceGraph( } for raw := iter.Next(); raw != nil; raw = iter.Next() { entry := raw.(structs.ConfigEntry) - checkChains[structs.NewServiceID(entry.GetName(), entry.GetEnterpriseMeta())] = struct{}{} + switch entry.GetKind() { + case structs.ServiceRouter, structs.ServiceSplitter, structs.ServiceResolver: + svcID := structs.NewServiceID(entry.GetName(), entry.GetEnterpriseMeta()) + checkChains[svcID] = struct{}{} + case structs.IngressGateway: + ingress, ok := entry.(*structs.IngressGatewayConfigEntry) + if !ok { + return fmt.Errorf("type %T is not an ingress gateway config entry", entry) + } + checkIngress = append(checkIngress, ingress) + } + } + } + + // Ensure if any ingress is affected that we fetch all of the chains needed + // to fully validate that ingress. + for _, ingress := range checkIngress { + for _, svcID := range ingress.ListRelatedServices() { + checkChains[svcID] = struct{}{} } } overrides := map[structs.ConfigEntryKindName]structs.ConfigEntry{ - {Kind: kind, Name: name}: next, + structs.NewConfigEntryKindName(kind, name, entMeta): next, } + var ( + svcProtocols = make(map[structs.ServiceID]string) + svcTopNodeType = make(map[structs.ServiceID]string) + ) for chain := range checkChains { - if err := s.testCompileDiscoveryChain(tx, chain.ID, overrides, &chain.EnterpriseMeta); err != nil { + protocol, topNode, err := testCompileDiscoveryChain(tx, chain.ID, overrides, &chain.EnterpriseMeta) + if err != nil { return err } + svcProtocols[chain] = protocol + svcTopNodeType[chain] = topNode.Type + } + + // Now validate all of our ingress gateways. + for _, e := range checkIngress { + for _, listener := range e.Listeners { + expectedProto := listener.Protocol + for _, service := range listener.Services { + if service.Name == structs.WildcardSpecifier { + continue + } + svcID := structs.NewServiceID(service.Name, &service.EnterpriseMeta) + + svcProto := svcProtocols[svcID] + + if svcProto != expectedProto { + // The only time an ingress gateway and its upstreams can + // have differing protocols is when: + // + // 1. ingress is tcp and the target is not-tcp + // AND + // 2. the disco chain has a resolver as the top node + topNodeType := svcTopNodeType[svcID] + if enforceIngressProtocolsMatch || + (expectedProto != "tcp") || + (expectedProto == "tcp" && topNodeType != structs.DiscoveryGraphNodeTypeResolver) { + return fmt.Errorf( + "service %q has protocol %q, which does not match defined listener protocol %q", + svcID.String(), + svcProto, + expectedProto, + ) + } + } + } + } } return nil } -func (s *Store) testCompileDiscoveryChain( - tx *txn, +// testCompileDiscoveryChain speculatively compiles a discovery chain with +// pending modifications to see if it would be valid. Also returns the computed +// protocol and topmost discovery chain node. +func testCompileDiscoveryChain( + tx ReadTxn, chainName string, overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, entMeta *structs.EnterpriseMeta, -) error { - _, speculativeEntries, err := s.readDiscoveryChainConfigEntriesTxn(tx, nil, chainName, overrides, entMeta) +) (string, *structs.DiscoveryGraphNode, error) { + _, speculativeEntries, err := readDiscoveryChainConfigEntriesTxn(tx, nil, chainName, overrides, entMeta) if err != nil { - return err + return "", nil, err } // Note we use an arbitrary namespace and datacenter as those would not @@ -453,8 +547,12 @@ func (s *Store) testCompileDiscoveryChain( UseInDatacenter: "dc1", Entries: speculativeEntries, } - _, err = discoverychain.Compile(req) - return err + chain, err := discoverychain.Compile(req) + if err != nil { + return "", nil, err + } + + return chain.Protocol, chain.Nodes[chain.StartNode], nil } // ReadDiscoveryChainConfigEntries will query for the full discovery chain for @@ -489,11 +587,11 @@ func (s *Store) readDiscoveryChainConfigEntries( ) (uint64, *structs.DiscoveryChainConfigEntries, error) { tx := s.db.Txn(false) defer tx.Abort() - return s.readDiscoveryChainConfigEntriesTxn(tx, ws, serviceName, overrides, entMeta) + return readDiscoveryChainConfigEntriesTxn(tx, ws, serviceName, overrides, entMeta) } -func (s *Store) readDiscoveryChainConfigEntriesTxn( - tx *txn, +func readDiscoveryChainConfigEntriesTxn( + tx ReadTxn, ws memdb.WatchSet, serviceName string, overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, @@ -521,7 +619,7 @@ func (s *Store) readDiscoveryChainConfigEntriesTxn( sid := structs.NewServiceID(serviceName, entMeta) // Grab the proxy defaults if they exist. - idx, proxy, err := s.getProxyConfigEntryTxn(tx, ws, structs.ProxyConfigGlobal, overrides, structs.DefaultEnterpriseMeta()) + idx, proxy, err := getProxyConfigEntryTxn(tx, ws, structs.ProxyConfigGlobal, overrides, structs.DefaultEnterpriseMeta()) if err != nil { return 0, nil, err } else if proxy != nil { @@ -532,7 +630,7 @@ func (s *Store) readDiscoveryChainConfigEntriesTxn( todoDefaults[sid] = struct{}{} // first fetch the router, of which we only collect 1 per chain eval - _, router, err := s.getRouterConfigEntryTxn(tx, ws, serviceName, overrides, entMeta) + _, router, err := getRouterConfigEntryTxn(tx, ws, serviceName, overrides, entMeta) if err != nil { return 0, nil, err } else if router != nil { @@ -562,7 +660,7 @@ func (s *Store) readDiscoveryChainConfigEntriesTxn( // Yes, even for splitters. todoDefaults[splitID] = struct{}{} - _, splitter, err := s.getSplitterConfigEntryTxn(tx, ws, splitID.ID, overrides, &splitID.EnterpriseMeta) + _, splitter, err := getSplitterConfigEntryTxn(tx, ws, splitID.ID, overrides, &splitID.EnterpriseMeta) if err != nil { return 0, nil, err } @@ -599,7 +697,7 @@ func (s *Store) readDiscoveryChainConfigEntriesTxn( // And resolvers, too. todoDefaults[resolverID] = struct{}{} - _, resolver, err := s.getResolverConfigEntryTxn(tx, ws, resolverID.ID, overrides, &resolverID.EnterpriseMeta) + _, resolver, err := getResolverConfigEntryTxn(tx, ws, resolverID.ID, overrides, &resolverID.EnterpriseMeta) if err != nil { return 0, nil, err } @@ -627,7 +725,7 @@ func (s *Store) readDiscoveryChainConfigEntriesTxn( continue // already fetched } - _, entry, err := s.getServiceConfigEntryTxn(tx, ws, svcID.ID, overrides, &svcID.EnterpriseMeta) + _, entry, err := getServiceConfigEntryTxn(tx, ws, svcID.ID, overrides, &svcID.EnterpriseMeta) if err != nil { return 0, nil, err } @@ -681,8 +779,8 @@ func anyKey(m map[structs.ServiceID]struct{}) (structs.ServiceID, bool) { // proxy-defaults kind of config entry. // // If an override is returned the index returned will be 0. -func (s *Store) getProxyConfigEntryTxn( - tx *txn, +func getProxyConfigEntryTxn( + tx ReadTxn, ws memdb.WatchSet, name string, overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, @@ -706,8 +804,8 @@ func (s *Store) getProxyConfigEntryTxn( // service-defaults kind of config entry. // // If an override is returned the index returned will be 0. -func (s *Store) getServiceConfigEntryTxn( - tx *txn, +func getServiceConfigEntryTxn( + tx ReadTxn, ws memdb.WatchSet, serviceName string, overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, @@ -731,8 +829,8 @@ func (s *Store) getServiceConfigEntryTxn( // service-router kind of config entry. // // If an override is returned the index returned will be 0. -func (s *Store) getRouterConfigEntryTxn( - tx *txn, +func getRouterConfigEntryTxn( + tx ReadTxn, ws memdb.WatchSet, serviceName string, overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, @@ -756,8 +854,8 @@ func (s *Store) getRouterConfigEntryTxn( // service-splitter kind of config entry. // // If an override is returned the index returned will be 0. -func (s *Store) getSplitterConfigEntryTxn( - tx *txn, +func getSplitterConfigEntryTxn( + tx ReadTxn, ws memdb.WatchSet, serviceName string, overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, @@ -781,8 +879,8 @@ func (s *Store) getSplitterConfigEntryTxn( // service-resolver kind of config entry. // // If an override is returned the index returned will be 0. -func (s *Store) getResolverConfigEntryTxn( - tx *txn, +func getResolverConfigEntryTxn( + tx ReadTxn, ws memdb.WatchSet, serviceName string, overrides map[structs.ConfigEntryKindName]structs.ConfigEntry, @@ -803,7 +901,7 @@ func (s *Store) getResolverConfigEntryTxn( } func configEntryWithOverridesTxn( - tx *txn, + tx ReadTxn, ws memdb.WatchSet, kind string, name string, @@ -811,9 +909,8 @@ func configEntryWithOverridesTxn( entMeta *structs.EnterpriseMeta, ) (uint64, structs.ConfigEntry, error) { if len(overrides) > 0 { - entry, ok := overrides[structs.ConfigEntryKindName{ - Kind: kind, Name: name, - }] + kn := structs.NewConfigEntryKindName(kind, name, entMeta) + entry, ok := overrides[kn] if ok { return 0, entry, nil // a nil entry implies it should act like it is erased } @@ -822,52 +919,10 @@ func configEntryWithOverridesTxn( return configEntryTxn(tx, ws, kind, name, entMeta) } -func validateProposedIngressProtocolsInServiceGraph( - tx *txn, - next structs.ConfigEntry, - entMeta *structs.EnterpriseMeta, -) error { - // This is the case for deleting a config entry - if next == nil { - return nil - } - ingress, ok := next.(*structs.IngressGatewayConfigEntry) - if !ok { - return fmt.Errorf("type %T is not an ingress gateway config entry", next) - } - - validationFn := func(svc structs.ServiceName, expectedProto string) error { - _, svcProto, err := protocolForService(tx, nil, svc) - if err != nil { - return err - } - - if svcProto != expectedProto { - return fmt.Errorf("service %q has protocol %q, which does not match defined listener protocol %q", - svc.String(), svcProto, expectedProto) - } - - return nil - } - - for _, l := range ingress.Listeners { - for _, s := range l.Services { - if s.Name == structs.WildcardSpecifier { - continue - } - err := validationFn(s.ToServiceName(), l.Protocol) - if err != nil { - return err - } - } - } - return nil -} - // protocolForService returns the service graph protocol associated to the // provided service, checking all relevant config entries. func protocolForService( - tx *txn, + tx ReadTxn, ws memdb.WatchSet, svc structs.ServiceName, ) (uint64, string, error) { diff --git a/agent/consul/state/config_entry_oss.go b/agent/consul/state/config_entry_oss.go index 923b261310..d88a468ef1 100644 --- a/agent/consul/state/config_entry_oss.go +++ b/agent/consul/state/config_entry_oss.go @@ -49,25 +49,27 @@ func configTableSchema() *memdb.TableSchema { } } -func firstConfigEntryWithTxn(tx *txn, - kind, name string, entMeta *structs.EnterpriseMeta) (interface{}, error) { +func firstConfigEntryWithTxn(tx ReadTxn, kind, name string, _ *structs.EnterpriseMeta) (interface{}, error) { return tx.First(configTableName, "id", kind, name) } -func firstWatchConfigEntryWithTxn(tx *txn, - kind, name string, entMeta *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { +func firstWatchConfigEntryWithTxn( + tx ReadTxn, + kind string, + name string, + _ *structs.EnterpriseMeta, +) (<-chan struct{}, interface{}, error) { return tx.FirstWatch(configTableName, "id", kind, name) } -func validateConfigEntryEnterprise(tx *txn, conf structs.ConfigEntry) error { +func validateConfigEntryEnterprise(_ ReadTxn, _ structs.ConfigEntry) error { return nil } -func getAllConfigEntriesWithTxn(tx *txn, entMeta *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func getAllConfigEntriesWithTxn(tx ReadTxn, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get(configTableName, "id") } -func getConfigEntryKindsWithTxn(tx *txn, - kind string, entMeta *structs.EnterpriseMeta) (memdb.ResultIterator, error) { +func getConfigEntryKindsWithTxn(tx ReadTxn, kind string, _ *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get(configTableName, "kind", kind) } diff --git a/agent/consul/state/config_entry_test.go b/agent/consul/state/config_entry_test.go index 38f7cc28de..fcf7624a5b 100644 --- a/agent/consul/state/config_entry_test.go +++ b/agent/consul/state/config_entry_test.go @@ -880,10 +880,10 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectBefore: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - {Kind: structs.ServiceDefaults, Name: "main"}: nil, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil): nil, }, expectAfter: []structs.ConfigEntryKindName{ // nothing @@ -899,17 +899,17 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectBefore: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - {Kind: structs.ServiceDefaults, Name: "main"}: &structs.ServiceConfigEntry{ + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil): &structs.ServiceConfigEntry{ Kind: structs.ServiceDefaults, Name: "main", Protocol: "grpc", }, }, expectAfter: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, checkAfter: func(t *testing.T, entrySet *structs.DiscoveryChainConfigEntries) { defaults := entrySet.GetService(structs.NewServiceID("main", nil)) @@ -932,14 +932,14 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectBefore: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, - {Kind: structs.ServiceRouter, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil), }, overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - {Kind: structs.ServiceRouter, Name: "main"}: nil, + structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil): nil, }, expectAfter: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, }, { @@ -977,12 +977,12 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectBefore: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, - {Kind: structs.ServiceResolver, Name: "main"}, - {Kind: structs.ServiceRouter, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), + structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil), }, overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - {Kind: structs.ServiceRouter, Name: "main"}: &structs.ServiceRouterConfigEntry{ + structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil): &structs.ServiceRouterConfigEntry{ Kind: structs.ServiceRouter, Name: "main", Routes: []structs.ServiceRoute{ @@ -1000,9 +1000,9 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectAfter: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, - {Kind: structs.ServiceResolver, Name: "main"}, - {Kind: structs.ServiceRouter, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), + structs.NewConfigEntryKindName(structs.ServiceRouter, "main", nil), }, checkAfter: func(t *testing.T, entrySet *structs.DiscoveryChainConfigEntries) { router := entrySet.GetRouter(structs.NewServiceID("main", nil)) @@ -1040,14 +1040,14 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectBefore: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, - {Kind: structs.ServiceSplitter, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil), }, overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - {Kind: structs.ServiceSplitter, Name: "main"}: nil, + structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil): nil, }, expectAfter: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), }, }, { @@ -1067,11 +1067,11 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectBefore: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, - {Kind: structs.ServiceSplitter, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil), }, overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - {Kind: structs.ServiceSplitter, Name: "main"}: &structs.ServiceSplitterConfigEntry{ + structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil): &structs.ServiceSplitterConfigEntry{ Kind: structs.ServiceSplitter, Name: "main", Splits: []structs.ServiceSplit{ @@ -1081,8 +1081,8 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectAfter: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceDefaults, Name: "main"}, - {Kind: structs.ServiceSplitter, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceDefaults, "main", nil), + structs.NewConfigEntryKindName(structs.ServiceSplitter, "main", nil), }, checkAfter: func(t *testing.T, entrySet *structs.DiscoveryChainConfigEntries) { splitter := entrySet.GetSplitter(structs.NewServiceID("main", nil)) @@ -1106,10 +1106,10 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectBefore: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceResolver, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), }, overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - {Kind: structs.ServiceResolver, Name: "main"}: nil, + structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil): nil, }, expectAfter: []structs.ConfigEntryKindName{ // nothing @@ -1124,17 +1124,17 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { }, }, expectBefore: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceResolver, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), }, overrides: map[structs.ConfigEntryKindName]structs.ConfigEntry{ - {Kind: structs.ServiceResolver, Name: "main"}: &structs.ServiceResolverConfigEntry{ + structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil): &structs.ServiceResolverConfigEntry{ Kind: structs.ServiceResolver, Name: "main", ConnectTimeout: 33 * time.Second, }, }, expectAfter: []structs.ConfigEntryKindName{ - {Kind: structs.ServiceResolver, Name: "main"}, + structs.NewConfigEntryKindName(structs.ServiceResolver, "main", nil), }, checkAfter: func(t *testing.T, entrySet *structs.DiscoveryChainConfigEntries) { resolver := entrySet.GetResolver(structs.NewServiceID("main", nil)) @@ -1181,28 +1181,32 @@ func TestStore_ReadDiscoveryChainConfigEntries_Overrides(t *testing.T) { func entrySetToKindNames(entrySet *structs.DiscoveryChainConfigEntries) []structs.ConfigEntryKindName { var out []structs.ConfigEntryKindName for _, entry := range entrySet.Routers { - out = append(out, structs.ConfigEntryKindName{ - Kind: entry.Kind, - Name: entry.Name, - }) + out = append(out, structs.NewConfigEntryKindName( + entry.Kind, + entry.Name, + &entry.EnterpriseMeta, + )) } for _, entry := range entrySet.Splitters { - out = append(out, structs.ConfigEntryKindName{ - Kind: entry.Kind, - Name: entry.Name, - }) + out = append(out, structs.NewConfigEntryKindName( + entry.Kind, + entry.Name, + &entry.EnterpriseMeta, + )) } for _, entry := range entrySet.Resolvers { - out = append(out, structs.ConfigEntryKindName{ - Kind: entry.Kind, - Name: entry.Name, - }) + out = append(out, structs.NewConfigEntryKindName( + entry.Kind, + entry.Name, + &entry.EnterpriseMeta, + )) } for _, entry := range entrySet.Services { - out = append(out, structs.ConfigEntryKindName{ - Kind: entry.Kind, - Name: entry.Name, - }) + out = append(out, structs.NewConfigEntryKindName( + entry.Kind, + entry.Name, + &entry.EnterpriseMeta, + )) } return out } @@ -1285,29 +1289,120 @@ func TestStore_ValidateGatewayNamesCannotBeShared(t *testing.T) { } func TestStore_ValidateIngressGatewayErrorOnMismatchedProtocols(t *testing.T) { - s := testStateStore(t) - - ingress := &structs.IngressGatewayConfigEntry{ - Kind: structs.IngressGateway, - Name: "gateway", - Listeners: []structs.IngressListener{ - { - Port: 8080, - Protocol: "http", - Services: []structs.IngressService{ - {Name: "web"}, + newIngress := func(protocol, name string) *structs.IngressGatewayConfigEntry { + return &structs.IngressGatewayConfigEntry{ + Kind: structs.IngressGateway, + Name: "gateway", + Listeners: []structs.IngressListener{ + { + Port: 8080, + Protocol: protocol, + Services: []structs.IngressService{ + {Name: name}, + }, }, }, - }, + } } - t.Run("default to tcp", func(t *testing.T) { - err := s.EnsureConfigEntry(0, ingress, nil) + t.Run("http ingress fails with http upstream later changed to tcp", func(t *testing.T) { + s := testStateStore(t) + + // First set the target service as http + expected := &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "web", + Protocol: "http", + } + require.NoError(t, s.EnsureConfigEntry(0, expected, nil)) + + // Next configure http ingress to route to the http service + require.NoError(t, s.EnsureConfigEntry(1, newIngress("http", "web"), nil)) + + t.Run("via modification", func(t *testing.T) { + // Now redefine the target service as tcp + expected = &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "web", + Protocol: "tcp", + } + + err := s.EnsureConfigEntry(2, expected, nil) + require.Error(t, err) + require.Contains(t, err.Error(), `has protocol "tcp"`) + }) + t.Run("via deletion", func(t *testing.T) { + // This will fall back to the default tcp. + err := s.DeleteConfigEntry(2, structs.ServiceDefaults, "web", nil) + require.Error(t, err) + require.Contains(t, err.Error(), `has protocol "tcp"`) + }) + }) + + t.Run("tcp ingress ok with tcp upstream (defaulted) later changed to http", func(t *testing.T) { + s := testStateStore(t) + + // First configure tcp ingress to route to a defaulted tcp service + require.NoError(t, s.EnsureConfigEntry(0, newIngress("tcp", "web"), nil)) + + // Now redefine the target service as http + expected := &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "web", + Protocol: "http", + } + require.NoError(t, s.EnsureConfigEntry(1, expected, nil)) + }) + + t.Run("tcp ingress fails with tcp upstream (defaulted) later changed to http", func(t *testing.T) { + s := testStateStore(t) + + // First configure tcp ingress to route to a defaulted tcp service + require.NoError(t, s.EnsureConfigEntry(0, newIngress("tcp", "web"), nil)) + + // Now redefine the target service as http + expected := &structs.ServiceConfigEntry{ + Kind: structs.ServiceDefaults, + Name: "web", + Protocol: "http", + } + require.NoError(t, s.EnsureConfigEntry(1, expected, nil)) + + t.Run("and a router defined", func(t *testing.T) { + // This part should fail. + expected2 := &structs.ServiceRouterConfigEntry{ + Kind: structs.ServiceRouter, + Name: "web", + } + err := s.EnsureConfigEntry(2, expected2, nil) + require.Error(t, err) + require.Contains(t, err.Error(), `has protocol "http"`) + }) + + t.Run("and a splitter defined", func(t *testing.T) { + // This part should fail. + expected2 := &structs.ServiceSplitterConfigEntry{ + Kind: structs.ServiceSplitter, + Name: "web", + Splits: []structs.ServiceSplit{ + {Weight: 100}, + }, + } + err := s.EnsureConfigEntry(2, expected2, nil) + require.Error(t, err) + require.Contains(t, err.Error(), `has protocol "http"`) + }) + }) + + t.Run("http ingress fails with tcp upstream (defaulted)", func(t *testing.T) { + s := testStateStore(t) + err := s.EnsureConfigEntry(0, newIngress("http", "web"), nil) require.Error(t, err) require.Contains(t, err.Error(), `has protocol "tcp"`) }) - t.Run("with proxy-default", func(t *testing.T) { + t.Run("http ingress fails with http2 upstream (via proxy-defaults)", func(t *testing.T) { + s := testStateStore(t) expected := &structs.ProxyConfigEntry{ Kind: structs.ProxyDefaults, Name: "global", @@ -1317,51 +1412,43 @@ func TestStore_ValidateIngressGatewayErrorOnMismatchedProtocols(t *testing.T) { } require.NoError(t, s.EnsureConfigEntry(0, expected, nil)) - err := s.EnsureConfigEntry(1, ingress, nil) + err := s.EnsureConfigEntry(1, newIngress("http", "web"), nil) require.Error(t, err) require.Contains(t, err.Error(), `has protocol "http2"`) }) - t.Run("with service-defaults override", func(t *testing.T) { + t.Run("http ingress fails with grpc upstream (via service-defaults)", func(t *testing.T) { + s := testStateStore(t) expected := &structs.ServiceConfigEntry{ Kind: structs.ServiceDefaults, Name: "web", Protocol: "grpc", } require.NoError(t, s.EnsureConfigEntry(1, expected, nil)) - err := s.EnsureConfigEntry(2, ingress, nil) + err := s.EnsureConfigEntry(2, newIngress("http", "web"), nil) require.Error(t, err) require.Contains(t, err.Error(), `has protocol "grpc"`) }) - t.Run("with service-defaults correct protocol", func(t *testing.T) { + t.Run("http ingress ok with http upstream (via service-defaults)", func(t *testing.T) { + s := testStateStore(t) expected := &structs.ServiceConfigEntry{ Kind: structs.ServiceDefaults, Name: "web", Protocol: "http", } require.NoError(t, s.EnsureConfigEntry(2, expected, nil)) - require.NoError(t, s.EnsureConfigEntry(3, ingress, nil)) + require.NoError(t, s.EnsureConfigEntry(3, newIngress("http", "web"), nil)) }) - t.Run("ignores wildcard specifier", func(t *testing.T) { - ingress := &structs.IngressGatewayConfigEntry{ - Kind: structs.IngressGateway, - Name: "gateway", - Listeners: []structs.IngressListener{ - { - Port: 8080, - Protocol: "http", - Services: []structs.IngressService{ - {Name: "*"}, - }, - }, - }, - } - require.NoError(t, s.EnsureConfigEntry(4, ingress, nil)) + t.Run("http ingress ignores wildcard specifier", func(t *testing.T) { + s := testStateStore(t) + require.NoError(t, s.EnsureConfigEntry(4, newIngress("http", "*"), nil)) }) - t.Run("deleting a config entry", func(t *testing.T) { + t.Run("deleting ingress config entry ok", func(t *testing.T) { + s := testStateStore(t) + require.NoError(t, s.EnsureConfigEntry(1, newIngress("tcp", "web"), nil)) require.NoError(t, s.DeleteConfigEntry(5, structs.IngressGateway, "gateway", nil)) }) } diff --git a/agent/consul/state/intention.go b/agent/consul/state/intention.go index 402051ac97..18b43f1170 100644 --- a/agent/consul/state/intention.go +++ b/agent/consul/state/intention.go @@ -338,31 +338,11 @@ func (s *Store) IntentionMatch(ws memdb.WatchSet, args *structs.IntentionQueryMa // Make all the calls and accumulate the results results := make([]structs.Intentions, len(args.Entries)) for i, entry := range args.Entries { - // Each search entry may require multiple queries to memdb, so this - // returns the arguments for each necessary Get. Note on performance: - // this is not the most optimal set of queries since we repeat some - // many times (such as */*). We can work on improving that in the - // future, the test cases shouldn't have to change for that. - getParams, err := s.intentionMatchGetParams(entry) + ixns, err := s.intentionMatchOneTxn(tx, ws, entry, args.Type) if err != nil { return 0, nil, err } - // Perform each call and accumulate the result. - var ixns structs.Intentions - for _, params := range getParams { - iter, err := tx.Get(intentionsTableName, string(args.Type), params...) - if err != nil { - return 0, nil, fmt.Errorf("failed intention lookup: %s", err) - } - - ws.Add(iter.WatchCh()) - - for ixn := iter.Next(); ixn != nil; ixn = iter.Next() { - ixns = append(ixns, ixn.(*structs.Intention)) - } - } - // Sort the results by precedence sort.Sort(structs.IntentionPrecedenceSorter(ixns)) @@ -373,9 +353,66 @@ func (s *Store) IntentionMatch(ws memdb.WatchSet, args *structs.IntentionQueryMa return idx, results, nil } +// IntentionMatchOne returns the list of intentions that match the namespace and +// name for a single source or destination. This applies the resolution rules +// so wildcards will match any value. +// +// The returned intentions are sorted based on the intention precedence rules. +// i.e. result[0] is the highest precedent rule to match +func (s *Store) IntentionMatchOne(ws memdb.WatchSet, + entry structs.IntentionMatchEntry, matchType structs.IntentionMatchType) (uint64, structs.Intentions, error) { + tx := s.db.Txn(false) + defer tx.Abort() + + // Get the table index. + idx := maxIndexTxn(tx, intentionsTableName) + if idx < 1 { + idx = 1 + } + + results, err := s.intentionMatchOneTxn(tx, ws, entry, matchType) + if err != nil { + return 0, nil, err + } + + sort.Sort(structs.IntentionPrecedenceSorter(results)) + + return idx, results, nil +} + +func (s *Store) intentionMatchOneTxn(tx ReadTxn, ws memdb.WatchSet, + entry structs.IntentionMatchEntry, matchType structs.IntentionMatchType) (structs.Intentions, error) { + + // Each search entry may require multiple queries to memdb, so this + // returns the arguments for each necessary Get. Note on performance: + // this is not the most optimal set of queries since we repeat some + // many times (such as */*). We can work on improving that in the + // future, the test cases shouldn't have to change for that. + getParams, err := intentionMatchGetParams(entry) + if err != nil { + return nil, err + } + + // Perform each call and accumulate the result. + var result structs.Intentions + for _, params := range getParams { + iter, err := tx.Get(intentionsTableName, string(matchType), params...) + if err != nil { + return nil, fmt.Errorf("failed intention lookup: %s", err) + } + + ws.Add(iter.WatchCh()) + + for ixn := iter.Next(); ixn != nil; ixn = iter.Next() { + result = append(result, ixn.(*structs.Intention)) + } + } + return result, nil +} + // intentionMatchGetParams returns the tx.Get parameters to find all the // intentions for a certain entry. -func (s *Store) intentionMatchGetParams(entry structs.IntentionMatchEntry) ([][]interface{}, error) { +func intentionMatchGetParams(entry structs.IntentionMatchEntry) ([][]interface{}, error) { // We always query for "*/*" so include that. If the namespace is a // wildcard, then we're actually done. result := make([][]interface{}, 0, 3) diff --git a/agent/consul/state/intention_test.go b/agent/consul/state/intention_test.go index ec9999d335..be8a36be85 100644 --- a/agent/consul/state/intention_test.go +++ b/agent/consul/state/intention_test.go @@ -463,6 +463,141 @@ func TestStore_IntentionMatch_table(t *testing.T) { } } +// Equivalent to TestStore_IntentionMatch_table but for IntentionMatchOne which matches a single service +func TestStore_IntentionMatchOne_table(t *testing.T) { + type testCase struct { + Name string + Insert [][]string // List of intentions to insert + Query []string // List of intentions to match + Expected [][]string // List of matches, where each match is a list of intentions + } + + cases := []testCase{ + { + "single exact namespace/name", + [][]string{ + {"foo", "*"}, + {"foo", "bar"}, + {"foo", "baz"}, // shouldn't match + {"bar", "bar"}, // shouldn't match + {"bar", "*"}, // shouldn't match + {"*", "*"}, + }, + []string{ + "foo", "bar", + }, + [][]string{ + {"foo", "bar"}, + {"foo", "*"}, + {"*", "*"}, + }, + }, + { + "single exact namespace/name with duplicate destinations", + [][]string{ + // 4-tuple specifies src and destination to test duplicate destinations + // with different sources. We flip them around to test in both + // directions. The first pair are the ones searched on in both cases so + // the duplicates need to be there. + {"foo", "bar", "foo", "*"}, + {"foo", "bar", "bar", "*"}, + {"*", "*", "*", "*"}, + }, + []string{ + "foo", "bar", + }, + [][]string{ + // Note the first two have the same precedence so we rely on arbitrary + // lexicographical tie-break behavior. + {"foo", "bar", "bar", "*"}, + {"foo", "bar", "foo", "*"}, + {"*", "*", "*", "*"}, + }, + }, + } + + testRunner := func(t *testing.T, tc testCase, typ structs.IntentionMatchType) { + // Insert the set + assert := assert.New(t) + s := testStateStore(t) + var idx uint64 = 1 + for _, v := range tc.Insert { + ixn := &structs.Intention{ID: testUUID()} + switch typ { + case structs.IntentionMatchDestination: + ixn.DestinationNS = v[0] + ixn.DestinationName = v[1] + if len(v) == 4 { + ixn.SourceNS = v[2] + ixn.SourceName = v[3] + } + case structs.IntentionMatchSource: + ixn.SourceNS = v[0] + ixn.SourceName = v[1] + if len(v) == 4 { + ixn.DestinationNS = v[2] + ixn.DestinationName = v[3] + } + } + + assert.NoError(s.IntentionSet(idx, ixn)) + + idx++ + } + + // Build the arguments and match + entry := structs.IntentionMatchEntry{ + Namespace: tc.Query[0], + Name: tc.Query[1], + } + _, matches, err := s.IntentionMatchOne(nil, entry, typ) + assert.NoError(err) + + // Should have equal lengths + require.Len(t, matches, len(tc.Expected)) + + // Verify matches + var actual [][]string + for _, ixn := range matches { + switch typ { + case structs.IntentionMatchDestination: + if len(tc.Expected) > 1 && len(tc.Expected[0]) == 4 { + actual = append(actual, []string{ + ixn.DestinationNS, + ixn.DestinationName, + ixn.SourceNS, + ixn.SourceName, + }) + } else { + actual = append(actual, []string{ixn.DestinationNS, ixn.DestinationName}) + } + case structs.IntentionMatchSource: + if len(tc.Expected) > 1 && len(tc.Expected[0]) == 4 { + actual = append(actual, []string{ + ixn.SourceNS, + ixn.SourceName, + ixn.DestinationNS, + ixn.DestinationName, + }) + } else { + actual = append(actual, []string{ixn.SourceNS, ixn.SourceName}) + } + } + } + assert.Equal(tc.Expected, actual) + } + + for _, tc := range cases { + t.Run(tc.Name+" (destination)", func(t *testing.T) { + testRunner(t, tc, structs.IntentionMatchDestination) + }) + + t.Run(tc.Name+" (source)", func(t *testing.T) { + testRunner(t, tc, structs.IntentionMatchSource) + }) + } +} + func TestStore_Intention_Snapshot_Restore(t *testing.T) { assert := assert.New(t) s := testStateStore(t) diff --git a/agent/consul/state/memdb.go b/agent/consul/state/memdb.go index b3e7ae2e75..3fd72dfaa7 100644 --- a/agent/consul/state/memdb.go +++ b/agent/consul/state/memdb.go @@ -10,9 +10,18 @@ import ( // ReadTxn is implemented by memdb.Txn to perform read operations. type ReadTxn interface { Get(table, index string, args ...interface{}) (memdb.ResultIterator, error) + First(table, index string, args ...interface{}) (interface{}, error) + FirstWatch(table, index string, args ...interface{}) (<-chan struct{}, interface{}, error) Abort() } +// WriteTxn is implemented by memdb.Txn to perform write operations. +type WriteTxn interface { + ReadTxn + Insert(table string, obj interface{}) error + Commit() error +} + // Changes wraps a memdb.Changes to include the index at which these changes // were made. type Changes struct { @@ -22,8 +31,9 @@ type Changes struct { } // changeTrackerDB is a thin wrapper around memdb.DB which enables TrackChanges on -// all write transactions. When the transaction is committed the changes are -// sent to the eventPublisher which will create and emit change events. +// all write transactions. When the transaction is committed the changes are: +// 1. Used to update our internal usage tracking +// 2. Sent to the eventPublisher which will create and emit change events type changeTrackerDB struct { db *memdb.MemDB publisher eventPublisher @@ -75,11 +85,8 @@ func (c *changeTrackerDB) WriteTxn(idx uint64) *txn { return t } -func (c *changeTrackerDB) publish(changes Changes) error { - readOnlyTx := c.db.Txn(false) - defer readOnlyTx.Abort() - - events, err := c.processChanges(readOnlyTx, changes) +func (c *changeTrackerDB) publish(tx ReadTxn, changes Changes) error { + events, err := c.processChanges(tx, changes) if err != nil { return fmt.Errorf("failed generating events from changes: %v", err) } @@ -87,17 +94,21 @@ func (c *changeTrackerDB) publish(changes Changes) error { return nil } -// WriteTxnRestore returns a wrapped RW transaction that does NOT have change -// tracking enabled. This should only be used in Restore where we need to -// replace the entire contents of the Store without a need to track the changes. -// WriteTxnRestore uses a zero index since the whole restore doesn't really occur -// at one index - the effect is to write many values that were previously -// written across many indexes. +// WriteTxnRestore returns a wrapped RW transaction that should only be used in +// Restore where we need to replace the entire contents of the Store. +// WriteTxnRestore uses a zero index since the whole restore doesn't really +// occur at one index - the effect is to write many values that were previously +// written across many indexes. WriteTxnRestore also does not publish any +// change events to subscribers. func (c *changeTrackerDB) WriteTxnRestore() *txn { - return &txn{ + t := &txn{ Txn: c.db.Txn(true), Index: 0, } + + // We enable change tracking so that usage data is correctly populated. + t.Txn.TrackChanges() + return t } // txn wraps a memdb.Txn to capture changes and send them to the EventPublisher. @@ -113,7 +124,7 @@ type txn struct { // Index is stored so that it may be passed along to any subscribers as part // of a change event. Index uint64 - publish func(changes Changes) error + publish func(tx ReadTxn, changes Changes) error } // Commit first pushes changes to EventPublisher, then calls Commit on the @@ -123,15 +134,22 @@ type txn struct { // by the caller. A non-nil error indicates that a commit failed and was not // applied. func (tx *txn) Commit() error { + changes := Changes{ + Index: tx.Index, + Changes: tx.Txn.Changes(), + } + + if len(changes.Changes) > 0 { + if err := updateUsage(tx, changes); err != nil { + return err + } + } + // publish may be nil if this is a read-only or WriteTxnRestore transaction. // In those cases changes should also be empty, and there will be nothing // to publish. if tx.publish != nil { - changes := Changes{ - Index: tx.Index, - Changes: tx.Txn.Changes(), - } - if err := tx.publish(changes); err != nil { + if err := tx.publish(tx.Txn, changes); err != nil { return err } } @@ -147,11 +165,33 @@ func (t topic) String() string { return string(t) } +var ( + // TopicServiceHealth contains events for all registered service instances. + TopicServiceHealth topic = "topic-service-health" + // TopicServiceHealthConnect contains events for connect-enabled service instances. + TopicServiceHealthConnect topic = "topic-service-health-connect" +) + func processDBChanges(tx ReadTxn, changes Changes) ([]stream.Event, error) { - // TODO: add other table handlers here. - return aclChangeUnsubscribeEvent(tx, changes) + var events []stream.Event + fns := []func(tx ReadTxn, changes Changes) ([]stream.Event, error){ + aclChangeUnsubscribeEvent, + ServiceHealthEventsFromChanges, + // TODO: add other table handlers here. + } + for _, fn := range fns { + e, err := fn(tx, changes) + if err != nil { + return nil, err + } + events = append(events, e...) + } + return events, nil } -func newSnapshotHandlers() stream.SnapshotHandlers { - return stream.SnapshotHandlers{} +func newSnapshotHandlers(s *Store) stream.SnapshotHandlers { + return stream.SnapshotHandlers{ + TopicServiceHealth: serviceHealthSnapshot(s, TopicServiceHealth), + TopicServiceHealthConnect: serviceHealthSnapshot(s, TopicServiceHealthConnect), + } } diff --git a/agent/consul/state/operations_oss.go b/agent/consul/state/operations_oss.go index 4c382694b9..30deb70683 100644 --- a/agent/consul/state/operations_oss.go +++ b/agent/consul/state/operations_oss.go @@ -7,30 +7,30 @@ import ( "github.com/hashicorp/go-memdb" ) -func firstWithTxn(tx *txn, +func firstWithTxn(tx ReadTxn, table, index, idxVal string, entMeta *structs.EnterpriseMeta) (interface{}, error) { return tx.First(table, index, idxVal) } -func firstWatchWithTxn(tx *txn, +func firstWatchWithTxn(tx ReadTxn, table, index, idxVal string, entMeta *structs.EnterpriseMeta) (<-chan struct{}, interface{}, error) { return tx.FirstWatch(table, index, idxVal) } -func firstWatchCompoundWithTxn(tx *txn, +func firstWatchCompoundWithTxn(tx ReadTxn, table, index string, _ *structs.EnterpriseMeta, idxVals ...interface{}) (<-chan struct{}, interface{}, error) { return tx.FirstWatch(table, index, idxVals...) } -func getWithTxn(tx *txn, +func getWithTxn(tx ReadTxn, table, index, idxVal string, entMeta *structs.EnterpriseMeta) (memdb.ResultIterator, error) { return tx.Get(table, index, idxVal) } -func getCompoundWithTxn(tx *txn, table, index string, +func getCompoundWithTxn(tx ReadTxn, table, index string, _ *structs.EnterpriseMeta, idxVals ...interface{}) (memdb.ResultIterator, error) { return tx.Get(table, index, idxVals...) diff --git a/agent/consul/state/state_store.go b/agent/consul/state/state_store.go index 3692deb9dc..3a7229607c 100644 --- a/agent/consul/state/state_store.go +++ b/agent/consul/state/state_store.go @@ -82,7 +82,7 @@ var ( ErrMissingIntentionID = errors.New("Missing Intention ID") ) -const ( +var ( // watchLimit is used as a soft limit to cap how many watches we allow // for a given blocking query. If this is exceeded, then we will use a // higher-level watch that's less fine-grained. Choosing the perfect @@ -162,17 +162,17 @@ func NewStateStore(gc *TombstoneGC) (*Store, error) { ctx, cancel := context.WithCancel(context.TODO()) s := &Store{ - schema: schema, - abandonCh: make(chan struct{}), - kvsGraveyard: NewGraveyard(gc), - lockDelay: NewDelay(), - db: &changeTrackerDB{ - db: db, - publisher: stream.NewEventPublisher(ctx, newSnapshotHandlers(), 10*time.Second), - processChanges: processDBChanges, - }, + schema: schema, + abandonCh: make(chan struct{}), + kvsGraveyard: NewGraveyard(gc), + lockDelay: NewDelay(), stopEventPublisher: cancel, } + s.db = &changeTrackerDB{ + db: db, + publisher: stream.NewEventPublisher(ctx, newSnapshotHandlers(s), 10*time.Second), + processChanges: processDBChanges, + } return s, nil } @@ -258,11 +258,11 @@ func (s *Store) maxIndex(tables ...string) uint64 { // maxIndexTxn is a helper used to retrieve the highest known index // amongst a set of tables in the db. -func maxIndexTxn(tx *txn, tables ...string) uint64 { +func maxIndexTxn(tx ReadTxn, tables ...string) uint64 { return maxIndexWatchTxn(tx, nil, tables...) } -func maxIndexWatchTxn(tx *txn, ws memdb.WatchSet, tables ...string) uint64 { +func maxIndexWatchTxn(tx ReadTxn, ws memdb.WatchSet, tables ...string) uint64 { var lindex uint64 for _, table := range tables { ch, ti, err := tx.FirstWatch("index", "id", table) diff --git a/agent/consul/state/store_integration_test.go b/agent/consul/state/store_integration_test.go index 83a978bb0a..6b2e9d1fe6 100644 --- a/agent/consul/state/store_integration_test.go +++ b/agent/consul/state/store_integration_test.go @@ -376,7 +376,7 @@ var topicService stream.Topic = topic("test-topic-service") func newTestSnapshotHandlers(s *Store) stream.SnapshotHandlers { return stream.SnapshotHandlers{ - topicService: func(req *stream.SubscribeRequest, snap stream.SnapshotAppender) (uint64, error) { + topicService: func(req stream.SubscribeRequest, snap stream.SnapshotAppender) (uint64, error) { idx, nodes, err := s.ServiceNodes(nil, req.Key, nil) if err != nil { return idx, err diff --git a/agent/consul/state/txn.go b/agent/consul/state/txn.go index 0b277ed862..27ae1aad18 100644 --- a/agent/consul/state/txn.go +++ b/agent/consul/state/txn.go @@ -110,7 +110,7 @@ func (s *Store) txnKVS(tx *txn, idx uint64, op *structs.TxnKVOp) (structs.TxnRes } // txnSession handles all Session-related operations. -func (s *Store) txnSession(tx *txn, idx uint64, op *structs.TxnSessionOp) error { +func txnSession(tx *txn, idx uint64, op *structs.TxnSessionOp) error { var err error switch op.Verb { @@ -127,7 +127,7 @@ func (s *Store) txnSession(tx *txn, idx uint64, op *structs.TxnSessionOp) error } // txnIntention handles all Intention-related operations. -func (s *Store) txnIntention(tx *txn, idx uint64, op *structs.TxnIntentionOp) error { +func txnIntention(tx *txn, idx uint64, op *structs.TxnIntentionOp) error { switch op.Op { case structs.IntentionOpCreate, structs.IntentionOpUpdate: return intentionSetTxn(tx, idx, op.Intention) @@ -159,7 +159,7 @@ func (s *Store) txnNode(tx *txn, idx uint64, op *structs.TxnNodeOp) (structs.Txn } case api.NodeSet: - err = s.ensureNodeTxn(tx, idx, &op.Node) + err = s.ensureNodeTxn(tx, idx, false, &op.Node) if err == nil { entry, err = getNode() } @@ -222,7 +222,7 @@ func (s *Store) txnService(tx *txn, idx uint64, op *structs.TxnServiceOp) (struc } case api.ServiceSet: - if err := ensureServiceTxn(tx, idx, op.Node, &op.Service); err != nil { + if err := ensureServiceTxn(tx, idx, op.Node, false, &op.Service); err != nil { return nil, err } entry, err := getNodeServiceTxn(tx, op.Node, op.Service.ID, &op.Service.EnterpriseMeta) @@ -282,7 +282,7 @@ func (s *Store) txnCheck(tx *txn, idx uint64, op *structs.TxnCheckOp) (structs.T } case api.CheckSet: - err = s.ensureCheckTxn(tx, idx, &op.Check) + err = s.ensureCheckTxn(tx, idx, false, &op.Check) if err == nil { _, entry, err = getNodeCheckTxn(tx, op.Check.Node, op.Check.CheckID, &op.Check.EnterpriseMeta) } @@ -344,7 +344,7 @@ func (s *Store) txnDispatch(tx *txn, idx uint64, ops structs.TxnOps) (structs.Tx case op.KV != nil: ret, err = s.txnKVS(tx, idx, op.KV) case op.Intention != nil: - err = s.txnIntention(tx, idx, op.Intention) + err = txnIntention(tx, idx, op.Intention) case op.Node != nil: ret, err = s.txnNode(tx, idx, op.Node) case op.Service != nil: @@ -352,7 +352,7 @@ func (s *Store) txnDispatch(tx *txn, idx uint64, ops structs.TxnOps) (structs.Tx case op.Check != nil: ret, err = s.txnCheck(tx, idx, op.Check) case op.Session != nil: - err = s.txnSession(tx, idx, op.Session) + err = txnSession(tx, idx, op.Session) default: err = fmt.Errorf("no operation specified") } diff --git a/agent/consul/state/usage.go b/agent/consul/state/usage.go new file mode 100644 index 0000000000..6e43f3729f --- /dev/null +++ b/agent/consul/state/usage.go @@ -0,0 +1,258 @@ +package state + +import ( + "fmt" + + "github.com/hashicorp/consul/agent/structs" + memdb "github.com/hashicorp/go-memdb" +) + +const ( + serviceNamesUsageTable = "service-names" +) + +// usageTableSchema returns a new table schema used for tracking various indexes +// for the Raft log. +func usageTableSchema() *memdb.TableSchema { + return &memdb.TableSchema{ + Name: "usage", + Indexes: map[string]*memdb.IndexSchema{ + "id": { + Name: "id", + AllowMissing: false, + Unique: true, + Indexer: &memdb.StringFieldIndex{ + Field: "ID", + Lowercase: true, + }, + }, + }, + } +} + +func init() { + registerSchema(usageTableSchema) +} + +// UsageEntry represents a count of some arbitrary identifier within the +// state store, along with the last seen index. +type UsageEntry struct { + ID string + Index uint64 + Count int +} + +// ServiceUsage contains all of the usage data related to services +type ServiceUsage struct { + Services int + ServiceInstances int + EnterpriseServiceUsage +} + +type uniqueServiceState int + +const ( + NoChange uniqueServiceState = 0 + Deleted uniqueServiceState = 1 + Created uniqueServiceState = 2 +) + +// updateUsage takes a set of memdb changes and computes a delta for specific +// usage metrics that we track. +func updateUsage(tx WriteTxn, changes Changes) error { + usageDeltas := make(map[string]int) + for _, change := range changes.Changes { + var delta int + if change.Created() { + delta = 1 + } else if change.Deleted() { + delta = -1 + } + + switch change.Table { + case "nodes": + usageDeltas[change.Table] += delta + case "services": + svc := changeObject(change).(*structs.ServiceNode) + usageDeltas[change.Table] += delta + serviceIter, err := getWithTxn(tx, servicesTableName, "service", svc.ServiceName, &svc.EnterpriseMeta) + if err != nil { + return err + } + + var serviceState uniqueServiceState + if serviceIter.Next() == nil { + // If no services exist, we know we deleted the last service + // instance. + serviceState = Deleted + usageDeltas[serviceNamesUsageTable] -= 1 + } else if serviceIter.Next() == nil { + // If a second call to Next() returns nil, we know only a single + // instance exists. If, in addition, a new service name has been + // registered, either via creating a new service instance or via + // renaming an existing service, than we update our service count. + // + // We only care about two cases here: + // 1. A new service instance has been created with a unique name + // 2. An existing service instance has been updated with a new unique name + // + // These are the only ways a new unique service can be created. The + // other valid cases here: an update that does not change the service + // name, and a deletion, both do not impact the count of unique service + // names in the system. + + if change.Created() { + // Given a single existing service instance of the service: If a + // service has just been created, then we know this is a new unique + // service. + serviceState = Created + usageDeltas[serviceNamesUsageTable] += 1 + } else if serviceNameChanged(change) { + // Given a single existing service instance of the service: If a + // service has been updated with a new service name, then we know + // this is a new unique service. + serviceState = Created + usageDeltas[serviceNamesUsageTable] += 1 + + // Check whether the previous name was deleted in this rename, this + // is a special case of renaming a service which does not result in + // changing the count of unique service names. + before := change.Before.(*structs.ServiceNode) + beforeSvc, err := firstWithTxn(tx, servicesTableName, "service", before.ServiceName, &before.EnterpriseMeta) + if err != nil { + return err + } + if beforeSvc == nil { + usageDeltas[serviceNamesUsageTable] -= 1 + // set serviceState to NoChange since we have both gained and lost a + // service, cancelling each other out + serviceState = NoChange + } + } + } + addEnterpriseServiceUsage(usageDeltas, change, serviceState) + } + } + + idx := changes.Index + // This will happen when restoring from a snapshot, just take the max index + // of the tables we are tracking. + if idx == 0 { + idx = maxIndexTxn(tx, "nodes", servicesTableName) + } + + return writeUsageDeltas(tx, idx, usageDeltas) +} + +// serviceNameChanged returns a boolean that indicates whether the +// provided change resulted in an update to the service's service name. +func serviceNameChanged(change memdb.Change) bool { + if change.Updated() { + before := change.Before.(*structs.ServiceNode) + after := change.After.(*structs.ServiceNode) + return before.ServiceName != after.ServiceName + } + + return false +} + +// writeUsageDeltas will take in a map of IDs to deltas and update each +// entry accordingly, checking for integer underflow. The index that is +// passed in will be recorded on the entry as well. +func writeUsageDeltas(tx WriteTxn, idx uint64, usageDeltas map[string]int) error { + for id, delta := range usageDeltas { + u, err := tx.First("usage", "id", id) + if err != nil { + return fmt.Errorf("failed to retrieve existing usage entry: %s", err) + } + + if u == nil { + if delta < 0 { + return fmt.Errorf("failed to insert usage entry for %q: delta will cause a negative count", id) + } + err := tx.Insert("usage", &UsageEntry{ + ID: id, + Count: delta, + Index: idx, + }) + if err != nil { + return fmt.Errorf("failed to update usage entry: %s", err) + } + } else if cur, ok := u.(*UsageEntry); ok { + if cur.Count+delta < 0 { + return fmt.Errorf("failed to insert usage entry for %q: delta will cause a negative count", id) + } + err := tx.Insert("usage", &UsageEntry{ + ID: id, + Count: cur.Count + delta, + Index: idx, + }) + if err != nil { + return fmt.Errorf("failed to update usage entry: %s", err) + } + } + } + return nil +} + +// NodeCount returns the latest seen Raft index, a count of the number of nodes +// registered, and any errors. +func (s *Store) NodeCount() (uint64, int, error) { + tx := s.db.ReadTxn() + defer tx.Abort() + + nodeUsage, err := firstUsageEntry(tx, "nodes") + if err != nil { + return 0, 0, fmt.Errorf("failed nodes lookup: %s", err) + } + return nodeUsage.Index, nodeUsage.Count, nil +} + +// ServiceUsage returns the latest seen Raft index, a compiled set of service +// usage data, and any errors. +func (s *Store) ServiceUsage() (uint64, ServiceUsage, error) { + tx := s.db.ReadTxn() + defer tx.Abort() + + serviceInstances, err := firstUsageEntry(tx, servicesTableName) + if err != nil { + return 0, ServiceUsage{}, fmt.Errorf("failed services lookup: %s", err) + } + + services, err := firstUsageEntry(tx, serviceNamesUsageTable) + if err != nil { + return 0, ServiceUsage{}, fmt.Errorf("failed services lookup: %s", err) + } + + usage := ServiceUsage{ + ServiceInstances: serviceInstances.Count, + Services: services.Count, + } + results, err := compileEnterpriseUsage(tx, usage) + if err != nil { + return 0, ServiceUsage{}, fmt.Errorf("failed services lookup: %s", err) + } + + return serviceInstances.Index, results, nil +} + +func firstUsageEntry(tx ReadTxn, id string) (*UsageEntry, error) { + usage, err := tx.First("usage", "id", id) + if err != nil { + return nil, err + } + + // If no elements have been inserted, the usage entry will not exist. We + // return a valid value so that can be certain the return value is not nil + // when no error has occurred. + if usage == nil { + return &UsageEntry{ID: id, Count: 0}, nil + } + + realUsage, ok := usage.(*UsageEntry) + if !ok { + return nil, fmt.Errorf("failed usage lookup: type %T is not *UsageEntry", usage) + } + + return realUsage, nil +} diff --git a/agent/consul/state/usage_oss.go b/agent/consul/state/usage_oss.go new file mode 100644 index 0000000000..f35576abf5 --- /dev/null +++ b/agent/consul/state/usage_oss.go @@ -0,0 +1,15 @@ +// +build !consulent + +package state + +import ( + memdb "github.com/hashicorp/go-memdb" +) + +type EnterpriseServiceUsage struct{} + +func addEnterpriseServiceUsage(map[string]int, memdb.Change, uniqueServiceState) {} + +func compileEnterpriseUsage(tx ReadTxn, usage ServiceUsage) (ServiceUsage, error) { + return usage, nil +} diff --git a/agent/consul/state/usage_oss_test.go b/agent/consul/state/usage_oss_test.go new file mode 100644 index 0000000000..b441c71635 --- /dev/null +++ b/agent/consul/state/usage_oss_test.go @@ -0,0 +1,25 @@ +// +build !consulent + +package state + +import ( + "testing" + + "github.com/stretchr/testify/require" +) + +func TestStateStore_Usage_ServiceUsage(t *testing.T) { + s := testStateStore(t) + + testRegisterNode(t, s, 0, "node1") + testRegisterNode(t, s, 1, "node2") + testRegisterService(t, s, 8, "node1", "service1") + testRegisterService(t, s, 9, "node2", "service1") + testRegisterService(t, s, 10, "node2", "service2") + + idx, usage, err := s.ServiceUsage() + require.NoError(t, err) + require.Equal(t, idx, uint64(10)) + require.Equal(t, 2, usage.Services) + require.Equal(t, 3, usage.ServiceInstances) +} diff --git a/agent/consul/state/usage_test.go b/agent/consul/state/usage_test.go new file mode 100644 index 0000000000..f608d7d75c --- /dev/null +++ b/agent/consul/state/usage_test.go @@ -0,0 +1,194 @@ +package state + +import ( + "testing" + + "github.com/hashicorp/consul/agent/structs" + memdb "github.com/hashicorp/go-memdb" + "github.com/stretchr/testify/require" +) + +func TestStateStore_Usage_NodeCount(t *testing.T) { + s := testStateStore(t) + + // No nodes have been registered, and thus no usage entry exists + idx, count, err := s.NodeCount() + require.NoError(t, err) + require.Equal(t, idx, uint64(0)) + require.Equal(t, count, 0) + + testRegisterNode(t, s, 0, "node1") + testRegisterNode(t, s, 1, "node2") + + idx, count, err = s.NodeCount() + require.NoError(t, err) + require.Equal(t, idx, uint64(1)) + require.Equal(t, count, 2) +} + +func TestStateStore_Usage_NodeCount_Delete(t *testing.T) { + s := testStateStore(t) + + testRegisterNode(t, s, 0, "node1") + testRegisterNode(t, s, 1, "node2") + + idx, count, err := s.NodeCount() + require.NoError(t, err) + require.Equal(t, idx, uint64(1)) + require.Equal(t, count, 2) + + require.NoError(t, s.DeleteNode(2, "node2")) + idx, count, err = s.NodeCount() + require.NoError(t, err) + require.Equal(t, idx, uint64(2)) + require.Equal(t, count, 1) +} + +func TestStateStore_Usage_ServiceUsageEmpty(t *testing.T) { + s := testStateStore(t) + + // No services have been registered, and thus no usage entry exists + idx, usage, err := s.ServiceUsage() + require.NoError(t, err) + require.Equal(t, idx, uint64(0)) + require.Equal(t, usage.Services, 0) + require.Equal(t, usage.ServiceInstances, 0) +} + +func TestStateStore_Usage_Restore(t *testing.T) { + s := testStateStore(t) + restore := s.Restore() + restore.Registration(9, &structs.RegisterRequest{ + Node: "test-node", + Service: &structs.NodeService{ + ID: "mysql", + Service: "mysql", + Port: 8080, + Address: "198.18.0.2", + }, + }) + require.NoError(t, restore.Commit()) + + idx, count, err := s.NodeCount() + require.NoError(t, err) + require.Equal(t, idx, uint64(9)) + require.Equal(t, count, 1) +} + +func TestStateStore_Usage_updateUsage_Underflow(t *testing.T) { + s := testStateStore(t) + txn := s.db.WriteTxn(1) + + // A single delete change will cause a negative count + changes := Changes{ + Index: 1, + Changes: memdb.Changes{ + { + Table: "nodes", + Before: &structs.Node{}, + After: nil, + }, + }, + } + + err := updateUsage(txn, changes) + require.Error(t, err) + require.Contains(t, err.Error(), "negative count") + + // A insert a change to create a usage entry + changes = Changes{ + Index: 1, + Changes: memdb.Changes{ + { + Table: "nodes", + Before: nil, + After: &structs.Node{}, + }, + }, + } + + err = updateUsage(txn, changes) + require.NoError(t, err) + + // Two deletes will cause a negative count now + changes = Changes{ + Index: 1, + Changes: memdb.Changes{ + { + Table: "nodes", + Before: &structs.Node{}, + After: nil, + }, + { + Table: "nodes", + Before: &structs.Node{}, + After: nil, + }, + }, + } + + err = updateUsage(txn, changes) + require.Error(t, err) + require.Contains(t, err.Error(), "negative count") +} + +func TestStateStore_Usage_ServiceUsage_updatingServiceName(t *testing.T) { + s := testStateStore(t) + testRegisterNode(t, s, 1, "node1") + testRegisterService(t, s, 1, "node1", "service1") + + t.Run("rename service with a single instance", func(t *testing.T) { + svc := &structs.NodeService{ + ID: "service1", + Service: "after", + Address: "1.1.1.1", + Port: 1111, + } + require.NoError(t, s.EnsureService(2, "node1", svc)) + + // We renamed a service with a single instance, so we maintain 1 service. + idx, usage, err := s.ServiceUsage() + require.NoError(t, err) + require.Equal(t, idx, uint64(2)) + require.Equal(t, usage.Services, 1) + require.Equal(t, usage.ServiceInstances, 1) + }) + + t.Run("rename service with a multiple instances", func(t *testing.T) { + svc2 := &structs.NodeService{ + ID: "service2", + Service: "before", + Address: "1.1.1.2", + Port: 1111, + } + require.NoError(t, s.EnsureService(3, "node1", svc2)) + + svc3 := &structs.NodeService{ + ID: "service3", + Service: "before", + Address: "1.1.1.3", + Port: 1111, + } + require.NoError(t, s.EnsureService(4, "node1", svc3)) + + idx, usage, err := s.ServiceUsage() + require.NoError(t, err) + require.Equal(t, idx, uint64(4)) + require.Equal(t, usage.Services, 2) + require.Equal(t, usage.ServiceInstances, 3) + + update := &structs.NodeService{ + ID: "service2", + Service: "another-name", + Address: "1.1.1.2", + Port: 1111, + } + require.NoError(t, s.EnsureService(5, "node1", update)) + + idx, usage, err = s.ServiceUsage() + require.NoError(t, err) + require.Equal(t, idx, uint64(5)) + require.Equal(t, usage.Services, 3) + require.Equal(t, usage.ServiceInstances, 3) + }) +} diff --git a/agent/consul/stream/event_publisher.go b/agent/consul/stream/event_publisher.go index 9dfb8bf9e5..815a68a261 100644 --- a/agent/consul/stream/event_publisher.go +++ b/agent/consul/stream/event_publisher.go @@ -61,7 +61,11 @@ type changeEvents struct { // SnapshotHandlers is a mapping of Topic to a function which produces a snapshot // of events for the SubscribeRequest. Events are appended to the snapshot using SnapshotAppender. // The nil Topic is reserved and should not be used. -type SnapshotHandlers map[Topic]func(*SubscribeRequest, SnapshotAppender) (index uint64, err error) +type SnapshotHandlers map[Topic]SnapshotFunc + +// SnapshotFunc builds a snapshot for the subscription request, and appends the +// events to the Snapshot using SnapshotAppender. +type SnapshotFunc func(SubscribeRequest, SnapshotAppender) (index uint64, err error) // SnapshotAppender appends groups of events to create a Snapshot of state. type SnapshotAppender interface { diff --git a/agent/consul/stream/event_publisher_test.go b/agent/consul/stream/event_publisher_test.go index 4deeb1503e..4448e68454 100644 --- a/agent/consul/stream/event_publisher_test.go +++ b/agent/consul/stream/event_publisher_test.go @@ -58,7 +58,7 @@ func TestEventPublisher_PublishChangesAndSubscribe_WithSnapshot(t *testing.T) { func newTestSnapshotHandlers() SnapshotHandlers { return SnapshotHandlers{ - testTopic: func(req *SubscribeRequest, buf SnapshotAppender) (uint64, error) { + testTopic: func(req SubscribeRequest, buf SnapshotAppender) (uint64, error) { if req.Topic != testTopic { return 0, fmt.Errorf("unexpected topic: %v", req.Topic) } @@ -117,7 +117,7 @@ func TestEventPublisher_ShutdownClosesSubscriptions(t *testing.T) { t.Cleanup(cancel) handlers := newTestSnapshotHandlers() - fn := func(req *SubscribeRequest, buf SnapshotAppender) (uint64, error) { + fn := func(req SubscribeRequest, buf SnapshotAppender) (uint64, error) { return 0, nil } handlers[intTopic(22)] = fn diff --git a/agent/consul/stream/event_snapshot.go b/agent/consul/stream/event_snapshot.go index 12a52ea37b..2f0d276f78 100644 --- a/agent/consul/stream/event_snapshot.go +++ b/agent/consul/stream/event_snapshot.go @@ -18,8 +18,6 @@ type eventSnapshot struct { snapBuffer *eventBuffer } -type snapFunc func(req *SubscribeRequest, buf SnapshotAppender) (uint64, error) - // newEventSnapshot creates a snapshot buffer based on the subscription request. // The current buffer head for the topic requested is passed so that once the // snapshot is complete and has been delivered into the buffer, any events @@ -27,7 +25,7 @@ type snapFunc func(req *SubscribeRequest, buf SnapshotAppender) (uint64, error) // missed. Once the snapshot is delivered the topic buffer is spliced onto the // snapshot buffer so that subscribers will naturally follow from the snapshot // to wait for any subsequent updates. -func newEventSnapshot(req *SubscribeRequest, topicBufferHead *bufferItem, fn snapFunc) *eventSnapshot { +func newEventSnapshot(req *SubscribeRequest, topicBufferHead *bufferItem, fn SnapshotFunc) *eventSnapshot { buf := newEventBuffer() s := &eventSnapshot{ Head: buf.Head(), @@ -35,7 +33,7 @@ func newEventSnapshot(req *SubscribeRequest, topicBufferHead *bufferItem, fn sna } go func() { - idx, err := fn(req, s.snapBuffer) + idx, err := fn(*req, s.snapBuffer) if err != nil { s.snapBuffer.AppendItem(&bufferItem{Err: err}) return diff --git a/agent/consul/stream/event_snapshot_test.go b/agent/consul/stream/event_snapshot_test.go index 5e62e7f94f..c888e844ab 100644 --- a/agent/consul/stream/event_snapshot_test.go +++ b/agent/consul/stream/event_snapshot_test.go @@ -161,8 +161,8 @@ func genSequentialIDs(start, end int) []string { return ids } -func testHealthConsecutiveSnapshotFn(size int, index uint64) snapFunc { - return func(req *SubscribeRequest, buf SnapshotAppender) (uint64, error) { +func testHealthConsecutiveSnapshotFn(size int, index uint64) SnapshotFunc { + return func(req SubscribeRequest, buf SnapshotAppender) (uint64, error) { for i := 0; i < size; i++ { // Event content is arbitrary we are just using Health because it's the // first type defined. We just want a set of things with consecutive diff --git a/agent/consul/usagemetrics/usagemetrics.go b/agent/consul/usagemetrics/usagemetrics.go new file mode 100644 index 0000000000..18b36cfd69 --- /dev/null +++ b/agent/consul/usagemetrics/usagemetrics.go @@ -0,0 +1,135 @@ +package usagemetrics + +import ( + "context" + "errors" + "time" + + "github.com/armon/go-metrics" + "github.com/hashicorp/consul/agent/consul/state" + "github.com/hashicorp/consul/logging" + "github.com/hashicorp/go-hclog" +) + +// Config holds the settings for various parameters for the +// UsageMetricsReporter +type Config struct { + logger hclog.Logger + metricLabels []metrics.Label + stateProvider StateProvider + tickerInterval time.Duration +} + +// WithDatacenter adds the datacenter as a label to all metrics emitted by the +// UsageMetricsReporter +func (c *Config) WithDatacenter(dc string) *Config { + c.metricLabels = append(c.metricLabels, metrics.Label{Name: "datacenter", Value: dc}) + return c +} + +// WithLogger takes a logger and creates a new, named sub-logger to use when +// running +func (c *Config) WithLogger(logger hclog.Logger) *Config { + c.logger = logger.Named(logging.UsageMetrics) + return c +} + +// WithReportingInterval specifies the interval on which UsageMetricsReporter +// should emit metrics +func (c *Config) WithReportingInterval(dur time.Duration) *Config { + c.tickerInterval = dur + return c +} + +func (c *Config) WithStateProvider(sp StateProvider) *Config { + c.stateProvider = sp + return c +} + +// StateProvider defines an inteface for retrieving a state.Store handle. In +// non-test code, this is satisfied by the fsm.FSM struct. +type StateProvider interface { + State() *state.Store +} + +// UsageMetricsReporter provides functionality for emitting usage metrics into +// the metrics stream. This makes it essentially a translation layer +// between the state store and metrics stream. +type UsageMetricsReporter struct { + logger hclog.Logger + metricLabels []metrics.Label + stateProvider StateProvider + tickerInterval time.Duration +} + +func NewUsageMetricsReporter(cfg *Config) (*UsageMetricsReporter, error) { + if cfg.stateProvider == nil { + return nil, errors.New("must provide a StateProvider to usage reporter") + } + + if cfg.logger == nil { + cfg.logger = hclog.NewNullLogger() + } + + if cfg.tickerInterval == 0 { + // Metrics are aggregated every 10 seconds, so we default to that. + cfg.tickerInterval = 10 * time.Second + } + + u := &UsageMetricsReporter{ + logger: cfg.logger, + stateProvider: cfg.stateProvider, + metricLabels: cfg.metricLabels, + tickerInterval: cfg.tickerInterval, + } + + return u, nil +} + +// Run must be run in a goroutine, and can be stopped by closing or sending +// data to the passed in shutdownCh +func (u *UsageMetricsReporter) Run(ctx context.Context) { + ticker := time.NewTicker(u.tickerInterval) + for { + select { + case <-ctx.Done(): + u.logger.Debug("usage metrics reporter shutting down") + ticker.Stop() + return + case <-ticker.C: + u.runOnce() + } + } +} + +func (u *UsageMetricsReporter) runOnce() { + state := u.stateProvider.State() + _, nodes, err := state.NodeCount() + if err != nil { + u.logger.Warn("failed to retrieve nodes from state store", "error", err) + } + metrics.SetGaugeWithLabels( + []string{"consul", "state", "nodes"}, + float32(nodes), + u.metricLabels, + ) + + _, serviceUsage, err := state.ServiceUsage() + if err != nil { + u.logger.Warn("failed to retrieve services from state store", "error", err) + } + + metrics.SetGaugeWithLabels( + []string{"consul", "state", "services"}, + float32(serviceUsage.Services), + u.metricLabels, + ) + + metrics.SetGaugeWithLabels( + []string{"consul", "state", "service_instances"}, + float32(serviceUsage.ServiceInstances), + u.metricLabels, + ) + + u.emitEnterpriseUsage(serviceUsage) +} diff --git a/agent/consul/usagemetrics/usagemetrics_oss.go b/agent/consul/usagemetrics/usagemetrics_oss.go new file mode 100644 index 0000000000..37d71b83f8 --- /dev/null +++ b/agent/consul/usagemetrics/usagemetrics_oss.go @@ -0,0 +1,7 @@ +// +build !consulent + +package usagemetrics + +import "github.com/hashicorp/consul/agent/consul/state" + +func (u *UsageMetricsReporter) emitEnterpriseUsage(state.ServiceUsage) {} diff --git a/agent/consul/usagemetrics/usagemetrics_oss_test.go b/agent/consul/usagemetrics/usagemetrics_oss_test.go new file mode 100644 index 0000000000..3d5263c0b2 --- /dev/null +++ b/agent/consul/usagemetrics/usagemetrics_oss_test.go @@ -0,0 +1,9 @@ +// +build !consulent + +package usagemetrics + +import "github.com/hashicorp/consul/agent/consul/state" + +func newStateStore() (*state.Store, error) { + return state.NewStateStore(nil) +} diff --git a/agent/consul/usagemetrics/usagemetrics_test.go b/agent/consul/usagemetrics/usagemetrics_test.go new file mode 100644 index 0000000000..c293cbb1de --- /dev/null +++ b/agent/consul/usagemetrics/usagemetrics_test.go @@ -0,0 +1,128 @@ +package usagemetrics + +import ( + "testing" + "time" + + "github.com/armon/go-metrics" + "github.com/hashicorp/consul/agent/consul/state" + "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/sdk/testutil" + "github.com/stretchr/testify/mock" + "github.com/stretchr/testify/require" +) + +type mockStateProvider struct { + mock.Mock +} + +func (m *mockStateProvider) State() *state.Store { + retValues := m.Called() + return retValues.Get(0).(*state.Store) +} + +func TestUsageReporter_Run(t *testing.T) { + type testCase struct { + modfiyStateStore func(t *testing.T, s *state.Store) + expectedGauges map[string]metrics.GaugeValue + } + cases := map[string]testCase{ + "empty-state": { + expectedGauges: map[string]metrics.GaugeValue{ + "consul.usage.test.consul.state.nodes;datacenter=dc1": { + Name: "consul.usage.test.consul.state.nodes", + Value: 0, + Labels: []metrics.Label{{Name: "datacenter", Value: "dc1"}}, + }, + "consul.usage.test.consul.state.services;datacenter=dc1": { + Name: "consul.usage.test.consul.state.services", + Value: 0, + Labels: []metrics.Label{ + {Name: "datacenter", Value: "dc1"}, + }, + }, + "consul.usage.test.consul.state.service_instances;datacenter=dc1": { + Name: "consul.usage.test.consul.state.service_instances", + Value: 0, + Labels: []metrics.Label{ + {Name: "datacenter", Value: "dc1"}, + }, + }, + }, + }, + "nodes-and-services": { + modfiyStateStore: func(t *testing.T, s *state.Store) { + require.Nil(t, s.EnsureNode(1, &structs.Node{Node: "foo", Address: "127.0.0.1"})) + require.Nil(t, s.EnsureNode(2, &structs.Node{Node: "bar", Address: "127.0.0.2"})) + require.Nil(t, s.EnsureNode(3, &structs.Node{Node: "baz", Address: "127.0.0.2"})) + + // Typical services and some consul services spread across two nodes + require.Nil(t, s.EnsureService(4, "foo", &structs.NodeService{ID: "db", Service: "db", Tags: nil, Address: "", Port: 5000})) + require.Nil(t, s.EnsureService(5, "bar", &structs.NodeService{ID: "api", Service: "api", Tags: nil, Address: "", Port: 5000})) + require.Nil(t, s.EnsureService(6, "foo", &structs.NodeService{ID: "consul", Service: "consul", Tags: nil})) + require.Nil(t, s.EnsureService(7, "bar", &structs.NodeService{ID: "consul", Service: "consul", Tags: nil})) + }, + expectedGauges: map[string]metrics.GaugeValue{ + "consul.usage.test.consul.state.nodes;datacenter=dc1": { + Name: "consul.usage.test.consul.state.nodes", + Value: 3, + Labels: []metrics.Label{{Name: "datacenter", Value: "dc1"}}, + }, + "consul.usage.test.consul.state.services;datacenter=dc1": { + Name: "consul.usage.test.consul.state.services", + Value: 3, + Labels: []metrics.Label{ + {Name: "datacenter", Value: "dc1"}, + }, + }, + "consul.usage.test.consul.state.service_instances;datacenter=dc1": { + Name: "consul.usage.test.consul.state.service_instances", + Value: 4, + Labels: []metrics.Label{ + {Name: "datacenter", Value: "dc1"}, + }, + }, + }, + }, + } + + for name, tcase := range cases { + t.Run(name, func(t *testing.T) { + // Only have a single interval for the test + sink := metrics.NewInmemSink(1*time.Minute, 1*time.Minute) + cfg := metrics.DefaultConfig("consul.usage.test") + cfg.EnableHostname = false + metrics.NewGlobal(cfg, sink) + + mockStateProvider := &mockStateProvider{} + s, err := newStateStore() + require.NoError(t, err) + if tcase.modfiyStateStore != nil { + tcase.modfiyStateStore(t, s) + } + mockStateProvider.On("State").Return(s) + + reporter, err := NewUsageMetricsReporter( + new(Config). + WithStateProvider(mockStateProvider). + WithLogger(testutil.Logger(t)). + WithDatacenter("dc1"), + ) + require.NoError(t, err) + + reporter.runOnce() + + intervals := sink.Data() + require.Len(t, intervals, 1) + intv := intervals[0] + + // Range over the expected values instead of just doing an Equal + // comparison on the maps because of different metrics emitted between + // OSS and Ent. The enterprise tests have a full equality comparison on + // the maps. + for key, expected := range tcase.expectedGauges { + require.Equal(t, expected, intv.Gauges[key]) + } + }) + } +} diff --git a/agent/consul/util.go b/agent/consul/util.go index 6405b33493..d79f6c3ed1 100644 --- a/agent/consul/util.go +++ b/agent/consul/util.go @@ -156,7 +156,7 @@ func (c *Client) CheckServers(datacenter string, fn func(*metadata.Server) bool) return } - c.routers.CheckServers(fn) + c.router.CheckServers(datacenter, fn) } type serversACLMode struct { diff --git a/agent/dns.go b/agent/dns.go index 187b0463c5..686ce8b20b 100644 --- a/agent/dns.go +++ b/agent/dns.go @@ -5,17 +5,17 @@ import ( "encoding/hex" "fmt" "net" + "regexp" "strings" "sync/atomic" "time" - "regexp" - metrics "github.com/armon/go-metrics" radix "github.com/armon/go-radix" "github.com/coredns/coredns/plugin/pkg/dnsutil" cachetype "github.com/hashicorp/consul/agent/cache-types" "github.com/hashicorp/consul/agent/config" + agentdns "github.com/hashicorp/consul/agent/dns" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/ipaddr" @@ -38,12 +38,8 @@ const ( staleCounterThreshold = 5 * time.Second defaultMaxUDPSize = 512 - - MaxDNSLabelLength = 63 ) -var InvalidDnsRe = regexp.MustCompile(`[^A-Za-z0-9\\-]+`) - type dnsSOAConfig struct { Refresh uint32 // 3600 by default Retry uint32 // 600 @@ -539,7 +535,7 @@ func (d *DNSServer) nameservers(cfg *dnsConfig, maxRecursionLevel int) (ns []dns for _, o := range out.Nodes { name, dc := o.Node.Node, o.Node.Datacenter - if InvalidDnsRe.MatchString(name) { + if agentdns.InvalidNameRe.MatchString(name) { d.logger.Warn("Skipping invalid node for NS records", "node", name) continue } diff --git a/agent/dns/dns.go b/agent/dns/dns.go new file mode 100644 index 0000000000..8744eb351f --- /dev/null +++ b/agent/dns/dns.go @@ -0,0 +1,10 @@ +package dns + +import "regexp" + +// MaxLabelLength is the maximum length for a name that can be used in DNS. +const MaxLabelLength = 63 + +// InvalidNameRe is a regex that matches characters which can not be included in +// a DNS name. +var InvalidNameRe = regexp.MustCompile(`[^A-Za-z0-9\\-]+`) diff --git a/agent/dns_test.go b/agent/dns_test.go index a5aa787c4b..a82cc9c7a3 100644 --- a/agent/dns_test.go +++ b/agent/dns_test.go @@ -11,6 +11,7 @@ import ( "time" "github.com/hashicorp/consul/agent/config" + agentdns "github.com/hashicorp/consul/agent/dns" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/lib" @@ -5829,16 +5830,12 @@ func TestDNS_NonExistentDC_RPC(t *testing.T) { server = false `) defer c.Shutdown() - testrpc.WaitForLeader(t, s.RPC, "dc1") // Join LAN cluster addr := fmt.Sprintf("127.0.0.1:%d", s.Config.SerfPortLAN) _, err := c.JoinLAN([]string{addr}) require.NoError(t, err) - retry.Run(t, func(r *retry.R) { - require.Len(r, s.LANMembers(), 2) - require.Len(r, c.LANMembers(), 2) - }) + testrpc.WaitForTestAgent(t, c.RPC, "dc1") m := new(dns.Msg) m.SetQuestion("consul.service.dc2.consul.", dns.TypeANY) @@ -6980,7 +6977,7 @@ func TestDNSInvalidRegex(t *testing.T) { } for _, test := range tests { t.Run(test.desc, func(t *testing.T) { - if got, want := InvalidDnsRe.MatchString(test.in), test.invalid; got != want { + if got, want := agentdns.InvalidNameRe.MatchString(test.in), test.invalid; got != want { t.Fatalf("Expected %v to return %v", test.in, want) } }) diff --git a/agent/grpc/handler.go b/agent/grpc/handler.go new file mode 100644 index 0000000000..ab23537ffa --- /dev/null +++ b/agent/grpc/handler.go @@ -0,0 +1,109 @@ +/* +Package grpc provides a Handler and client for agent gRPC connections. +*/ +package grpc + +import ( + "fmt" + "net" + + "google.golang.org/grpc" +) + +// NewHandler returns a gRPC server that accepts connections from Handle(conn). +func NewHandler(addr net.Addr) *Handler { + // We don't need to pass tls.Config to the server since it's multiplexed + // behind the RPC listener, which already has TLS configured. + srv := grpc.NewServer( + grpc.StatsHandler(&statsHandler{}), + grpc.StreamInterceptor((&activeStreamCounter{}).Intercept), + ) + + // TODO(streaming): add gRPC services to srv here + + return &Handler{ + srv: srv, + listener: &chanListener{addr: addr, conns: make(chan net.Conn)}, + } +} + +// Handler implements a handler for the rpc server listener, and the +// agent.Component interface for managing the lifecycle of the grpc.Server. +type Handler struct { + srv *grpc.Server + listener *chanListener +} + +// Handle the connection by sending it to a channel for the grpc.Server to receive. +func (h *Handler) Handle(conn net.Conn) { + h.listener.conns <- conn +} + +func (h *Handler) Run() error { + return h.srv.Serve(h.listener) +} + +func (h *Handler) Shutdown() error { + h.srv.Stop() + return nil +} + +// chanListener implements net.Listener for grpc.Server. +type chanListener struct { + conns chan net.Conn + addr net.Addr +} + +// Accept blocks until a connection is received from Handle, and then returns the +// connection. Accept implements part of the net.Listener interface for grpc.Server. +func (l *chanListener) Accept() (net.Conn, error) { + return <-l.conns, nil +} + +func (l *chanListener) Addr() net.Addr { + return l.addr +} + +// Close does nothing. The connections are managed by the caller. +func (l *chanListener) Close() error { + return nil +} + +// NoOpHandler implements the same methods as Handler, but performs no handling. +// It may be used in place of Handler to disable the grpc server. +type NoOpHandler struct { + Logger Logger +} + +type Logger interface { + Error(string, ...interface{}) +} + +func (h NoOpHandler) Handle(conn net.Conn) { + h.Logger.Error("gRPC conn opened but gRPC RPC is disabled, closing", + "conn", logConn(conn)) + _ = conn.Close() +} + +func (h NoOpHandler) Run() error { + return nil +} + +func (h NoOpHandler) Shutdown() error { + return nil +} + +// logConn is a local copy of github.com/hashicorp/memberlist.LogConn, to avoid +// a large dependency for a minor formatting function. +// logConn is used to keep log formatting consistent. +func logConn(conn net.Conn) string { + if conn == nil { + return "from=" + } + addr := conn.RemoteAddr() + if addr == nil { + return "from=" + } + + return fmt.Sprintf("from=%s", addr.String()) +} diff --git a/agent/grpc/internal/testservice/simple.pb.binary.go b/agent/grpc/internal/testservice/simple.pb.binary.go new file mode 100644 index 0000000000..ef203aaa64 --- /dev/null +++ b/agent/grpc/internal/testservice/simple.pb.binary.go @@ -0,0 +1,28 @@ +// Code generated by protoc-gen-go-binary. DO NOT EDIT. +// source: agent/grpc/internal/testservice/simple.proto + +package testservice + +import ( + "github.com/golang/protobuf/proto" +) + +// MarshalBinary implements encoding.BinaryMarshaler +func (msg *Req) MarshalBinary() ([]byte, error) { + return proto.Marshal(msg) +} + +// UnmarshalBinary implements encoding.BinaryUnmarshaler +func (msg *Req) UnmarshalBinary(b []byte) error { + return proto.Unmarshal(b, msg) +} + +// MarshalBinary implements encoding.BinaryMarshaler +func (msg *Resp) MarshalBinary() ([]byte, error) { + return proto.Marshal(msg) +} + +// UnmarshalBinary implements encoding.BinaryUnmarshaler +func (msg *Resp) UnmarshalBinary(b []byte) error { + return proto.Unmarshal(b, msg) +} diff --git a/agent/grpc/internal/testservice/simple.pb.go b/agent/grpc/internal/testservice/simple.pb.go new file mode 100644 index 0000000000..ee6ebc1ec2 --- /dev/null +++ b/agent/grpc/internal/testservice/simple.pb.go @@ -0,0 +1,691 @@ +// Code generated by protoc-gen-gogo. DO NOT EDIT. +// source: agent/grpc/internal/testservice/simple.proto + +package testservice + +import ( + context "context" + fmt "fmt" + proto "github.com/golang/protobuf/proto" + grpc "google.golang.org/grpc" + codes "google.golang.org/grpc/codes" + status "google.golang.org/grpc/status" + io "io" + math "math" + math_bits "math/bits" +) + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +type Req struct { + Datacenter string `protobuf:"bytes,1,opt,name=Datacenter,proto3" json:"Datacenter,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Req) Reset() { *m = Req{} } +func (m *Req) String() string { return proto.CompactTextString(m) } +func (*Req) ProtoMessage() {} +func (*Req) Descriptor() ([]byte, []int) { + return fileDescriptor_3009a77c573f826d, []int{0} +} +func (m *Req) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Req) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Req.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Req) XXX_Merge(src proto.Message) { + xxx_messageInfo_Req.Merge(m, src) +} +func (m *Req) XXX_Size() int { + return m.Size() +} +func (m *Req) XXX_DiscardUnknown() { + xxx_messageInfo_Req.DiscardUnknown(m) +} + +var xxx_messageInfo_Req proto.InternalMessageInfo + +func (m *Req) GetDatacenter() string { + if m != nil { + return m.Datacenter + } + return "" +} + +type Resp struct { + ServerName string `protobuf:"bytes,1,opt,name=ServerName,proto3" json:"ServerName,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Resp) Reset() { *m = Resp{} } +func (m *Resp) String() string { return proto.CompactTextString(m) } +func (*Resp) ProtoMessage() {} +func (*Resp) Descriptor() ([]byte, []int) { + return fileDescriptor_3009a77c573f826d, []int{1} +} +func (m *Resp) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *Resp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_Resp.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *Resp) XXX_Merge(src proto.Message) { + xxx_messageInfo_Resp.Merge(m, src) +} +func (m *Resp) XXX_Size() int { + return m.Size() +} +func (m *Resp) XXX_DiscardUnknown() { + xxx_messageInfo_Resp.DiscardUnknown(m) +} + +var xxx_messageInfo_Resp proto.InternalMessageInfo + +func (m *Resp) GetServerName() string { + if m != nil { + return m.ServerName + } + return "" +} + +func init() { + proto.RegisterType((*Req)(nil), "testservice.Req") + proto.RegisterType((*Resp)(nil), "testservice.Resp") +} + +func init() { + proto.RegisterFile("agent/grpc/internal/testservice/simple.proto", fileDescriptor_3009a77c573f826d) +} + +var fileDescriptor_3009a77c573f826d = []byte{ + // 200 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x49, 0x4c, 0x4f, 0xcd, + 0x2b, 0xd1, 0x4f, 0x2f, 0x2a, 0x48, 0xd6, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0xca, 0x4b, 0xcc, 0xd1, + 0x2f, 0x49, 0x2d, 0x2e, 0x29, 0x4e, 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0x2f, 0xce, 0xcc, 0x2d, + 0xc8, 0x49, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x46, 0x92, 0x51, 0x52, 0xe5, 0x62, + 0x0e, 0x4a, 0x2d, 0x14, 0x92, 0xe3, 0xe2, 0x72, 0x49, 0x2c, 0x49, 0x4c, 0x4e, 0x05, 0xe9, 0x96, + 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x42, 0x12, 0x51, 0x52, 0xe3, 0x62, 0x09, 0x4a, 0x2d, 0x2e, + 0x00, 0xa9, 0x0b, 0x4e, 0x2d, 0x2a, 0x4b, 0x2d, 0xf2, 0x4b, 0xcc, 0x4d, 0x85, 0xa9, 0x43, 0x88, + 0x18, 0xe5, 0x72, 0xb1, 0x05, 0x83, 0xed, 0x12, 0x32, 0xe2, 0xe2, 0x0c, 0xce, 0xcf, 0x4d, 0x2d, + 0xc9, 0xc8, 0xcc, 0x4b, 0x17, 0x12, 0xd0, 0x43, 0xb2, 0x53, 0x2f, 0x28, 0xb5, 0x50, 0x4a, 0x10, + 0x4d, 0xa4, 0xb8, 0x40, 0x89, 0x41, 0x48, 0x9f, 0x8b, 0xc5, 0x2d, 0x27, 0xbf, 0x9c, 0x48, 0xe5, + 0x06, 0x8c, 0x4e, 0x02, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, + 0xe3, 0x8c, 0xc7, 0x72, 0x0c, 0x49, 0x6c, 0x60, 0x3f, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, + 0x61, 0xd3, 0x5e, 0xba, 0x13, 0x01, 0x00, 0x00, +} + +// Reference imports to suppress errors if they are not otherwise used. +var _ context.Context +var _ grpc.ClientConn + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the grpc package it is being compiled against. +const _ = grpc.SupportPackageIsVersion4 + +// SimpleClient is the client API for Simple service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type SimpleClient interface { + Something(ctx context.Context, in *Req, opts ...grpc.CallOption) (*Resp, error) + Flow(ctx context.Context, in *Req, opts ...grpc.CallOption) (Simple_FlowClient, error) +} + +type simpleClient struct { + cc *grpc.ClientConn +} + +func NewSimpleClient(cc *grpc.ClientConn) SimpleClient { + return &simpleClient{cc} +} + +func (c *simpleClient) Something(ctx context.Context, in *Req, opts ...grpc.CallOption) (*Resp, error) { + out := new(Resp) + err := c.cc.Invoke(ctx, "/testservice.Simple/Something", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *simpleClient) Flow(ctx context.Context, in *Req, opts ...grpc.CallOption) (Simple_FlowClient, error) { + stream, err := c.cc.NewStream(ctx, &_Simple_serviceDesc.Streams[0], "/testservice.Simple/Flow", opts...) + if err != nil { + return nil, err + } + x := &simpleFlowClient{stream} + if err := x.ClientStream.SendMsg(in); err != nil { + return nil, err + } + if err := x.ClientStream.CloseSend(); err != nil { + return nil, err + } + return x, nil +} + +type Simple_FlowClient interface { + Recv() (*Resp, error) + grpc.ClientStream +} + +type simpleFlowClient struct { + grpc.ClientStream +} + +func (x *simpleFlowClient) Recv() (*Resp, error) { + m := new(Resp) + if err := x.ClientStream.RecvMsg(m); err != nil { + return nil, err + } + return m, nil +} + +// SimpleServer is the server API for Simple service. +type SimpleServer interface { + Something(context.Context, *Req) (*Resp, error) + Flow(*Req, Simple_FlowServer) error +} + +// UnimplementedSimpleServer can be embedded to have forward compatible implementations. +type UnimplementedSimpleServer struct { +} + +func (*UnimplementedSimpleServer) Something(ctx context.Context, req *Req) (*Resp, error) { + return nil, status.Errorf(codes.Unimplemented, "method Something not implemented") +} +func (*UnimplementedSimpleServer) Flow(req *Req, srv Simple_FlowServer) error { + return status.Errorf(codes.Unimplemented, "method Flow not implemented") +} + +func RegisterSimpleServer(s *grpc.Server, srv SimpleServer) { + s.RegisterService(&_Simple_serviceDesc, srv) +} + +func _Simple_Something_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(Req) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(SimpleServer).Something(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/testservice.Simple/Something", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(SimpleServer).Something(ctx, req.(*Req)) + } + return interceptor(ctx, in, info, handler) +} + +func _Simple_Flow_Handler(srv interface{}, stream grpc.ServerStream) error { + m := new(Req) + if err := stream.RecvMsg(m); err != nil { + return err + } + return srv.(SimpleServer).Flow(m, &simpleFlowServer{stream}) +} + +type Simple_FlowServer interface { + Send(*Resp) error + grpc.ServerStream +} + +type simpleFlowServer struct { + grpc.ServerStream +} + +func (x *simpleFlowServer) Send(m *Resp) error { + return x.ServerStream.SendMsg(m) +} + +var _Simple_serviceDesc = grpc.ServiceDesc{ + ServiceName: "testservice.Simple", + HandlerType: (*SimpleServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "Something", + Handler: _Simple_Something_Handler, + }, + }, + Streams: []grpc.StreamDesc{ + { + StreamName: "Flow", + Handler: _Simple_Flow_Handler, + ServerStreams: true, + }, + }, + Metadata: "agent/grpc/internal/testservice/simple.proto", +} + +func (m *Req) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Req) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *Req) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.Datacenter) > 0 { + i -= len(m.Datacenter) + copy(dAtA[i:], m.Datacenter) + i = encodeVarintSimple(dAtA, i, uint64(len(m.Datacenter))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func (m *Resp) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *Resp) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *Resp) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if len(m.ServerName) > 0 { + i -= len(m.ServerName) + copy(dAtA[i:], m.ServerName) + i = encodeVarintSimple(dAtA, i, uint64(len(m.ServerName))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + +func encodeVarintSimple(dAtA []byte, offset int, v uint64) int { + offset -= sovSimple(v) + base := offset + for v >= 1<<7 { + dAtA[offset] = uint8(v&0x7f | 0x80) + v >>= 7 + offset++ + } + dAtA[offset] = uint8(v) + return base +} +func (m *Req) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Datacenter) + if l > 0 { + n += 1 + l + sovSimple(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func (m *Resp) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.ServerName) + if l > 0 { + n += 1 + l + sovSimple(uint64(l)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + +func sovSimple(x uint64) (n int) { + return (math_bits.Len64(x|1) + 6) / 7 +} +func sozSimple(x uint64) (n int) { + return sovSimple(uint64((x << 1) ^ uint64((int64(x) >> 63)))) +} +func (m *Req) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSimple + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Req: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Req: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Datacenter", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSimple + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthSimple + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthSimple + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Datacenter = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipSimple(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthSimple + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthSimple + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *Resp) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSimple + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: Resp: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: Resp: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ServerName", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowSimple + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthSimple + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthSimple + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ServerName = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipSimple(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthSimple + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthSimple + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func skipSimple(dAtA []byte) (n int, err error) { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowSimple + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + wireType := int(wire & 0x7) + switch wireType { + case 0: + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowSimple + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + iNdEx++ + if dAtA[iNdEx-1] < 0x80 { + break + } + } + return iNdEx, nil + case 1: + iNdEx += 8 + return iNdEx, nil + case 2: + var length int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowSimple + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + length |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if length < 0 { + return 0, ErrInvalidLengthSimple + } + iNdEx += length + if iNdEx < 0 { + return 0, ErrInvalidLengthSimple + } + return iNdEx, nil + case 3: + for { + var innerWire uint64 + var start int = iNdEx + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return 0, ErrIntOverflowSimple + } + if iNdEx >= l { + return 0, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + innerWire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + innerWireType := int(innerWire & 0x7) + if innerWireType == 4 { + break + } + next, err := skipSimple(dAtA[start:]) + if err != nil { + return 0, err + } + iNdEx = start + next + if iNdEx < 0 { + return 0, ErrInvalidLengthSimple + } + } + return iNdEx, nil + case 4: + return iNdEx, nil + case 5: + iNdEx += 4 + return iNdEx, nil + default: + return 0, fmt.Errorf("proto: illegal wireType %d", wireType) + } + } + panic("unreachable") +} + +var ( + ErrInvalidLengthSimple = fmt.Errorf("proto: negative length found during unmarshaling") + ErrIntOverflowSimple = fmt.Errorf("proto: integer overflow") +) diff --git a/agent/grpc/internal/testservice/simple.proto b/agent/grpc/internal/testservice/simple.proto new file mode 100644 index 0000000000..bffa86def5 --- /dev/null +++ b/agent/grpc/internal/testservice/simple.proto @@ -0,0 +1,17 @@ +syntax = "proto3"; + +package testservice; + +// Simple service is used to test gRPC plumbing. +service Simple { + rpc Something(Req) returns (Resp) {} + rpc Flow(Req) returns (stream Resp) {} +} + +message Req { + string Datacenter = 1; +} + +message Resp { + string ServerName = 1; +} \ No newline at end of file diff --git a/agent/grpc/stats.go b/agent/grpc/stats.go new file mode 100644 index 0000000000..cbf443878e --- /dev/null +++ b/agent/grpc/stats.go @@ -0,0 +1,81 @@ +package grpc + +import ( + "context" + "sync/atomic" + + "github.com/armon/go-metrics" + "google.golang.org/grpc" + "google.golang.org/grpc/stats" +) + +// statsHandler is a grpc/stats.StatsHandler which emits connection and +// request metrics to go-metrics. +type statsHandler struct { + activeConns uint64 // must be 8-byte aligned for atomic access +} + +// TagRPC implements grpcStats.StatsHandler +func (c *statsHandler) TagRPC(ctx context.Context, _ *stats.RPCTagInfo) context.Context { + // No-op + return ctx +} + +// HandleRPC implements grpcStats.StatsHandler +func (c *statsHandler) HandleRPC(_ context.Context, s stats.RPCStats) { + label := "server" + if s.IsClient() { + label = "client" + } + switch s.(type) { + case *stats.InHeader: + metrics.IncrCounter([]string{"grpc", label, "request"}, 1) + } +} + +// TagConn implements grpcStats.StatsHandler +func (c *statsHandler) TagConn(ctx context.Context, _ *stats.ConnTagInfo) context.Context { + // No-op + return ctx +} + +// HandleConn implements grpcStats.StatsHandler +func (c *statsHandler) HandleConn(_ context.Context, s stats.ConnStats) { + label := "server" + if s.IsClient() { + label = "client" + } + var count uint64 + switch s.(type) { + case *stats.ConnBegin: + count = atomic.AddUint64(&c.activeConns, 1) + case *stats.ConnEnd: + // Decrement! + count = atomic.AddUint64(&c.activeConns, ^uint64(0)) + } + metrics.SetGauge([]string{"grpc", label, "active_conns"}, float32(count)) +} + +type activeStreamCounter struct { + // count of the number of open streaming RPCs on a server. It is accessed + // atomically. + count uint64 +} + +// GRPCCountingStreamInterceptor is a grpc.ServerStreamInterceptor that emits a +// a metric of the count of open streams. +func (i *activeStreamCounter) Intercept( + srv interface{}, + ss grpc.ServerStream, + _ *grpc.StreamServerInfo, + handler grpc.StreamHandler, +) error { + count := atomic.AddUint64(&i.count, 1) + metrics.SetGauge([]string{"grpc", "server", "active_streams"}, float32(count)) + defer func() { + count := atomic.AddUint64(&i.count, ^uint64(0)) + metrics.SetGauge([]string{"grpc", "server", "active_streams"}, float32(count)) + }() + + return handler(srv, ss) +} diff --git a/agent/grpc/stats_test.go b/agent/grpc/stats_test.go new file mode 100644 index 0000000000..cc99100701 --- /dev/null +++ b/agent/grpc/stats_test.go @@ -0,0 +1,124 @@ +package grpc + +import ( + "context" + "net" + "testing" + "time" + + "github.com/armon/go-metrics" + "github.com/hashicorp/consul/agent/grpc/internal/testservice" + "github.com/stretchr/testify/require" + "golang.org/x/sync/errgroup" + "google.golang.org/grpc" +) + +func TestHandler_EmitsStats(t *testing.T) { + sink := patchGlobalMetrics(t) + + addr := &net.IPAddr{IP: net.ParseIP("127.0.0.1")} + handler := NewHandler(addr) + + testservice.RegisterSimpleServer(handler.srv, &simple{}) + + lis, err := net.Listen("tcp", "127.0.0.1:0") + require.NoError(t, err) + defer lis.Close() + + ctx, cancel := context.WithCancel(context.Background()) + t.Cleanup(cancel) + + g, ctx := errgroup.WithContext(ctx) + g.Go(func() error { + return handler.srv.Serve(lis) + }) + t.Cleanup(func() { + if err := handler.Shutdown(); err != nil { + t.Logf("grpc server shutdown: %v", err) + } + if err := g.Wait(); err != nil { + t.Logf("grpc server error: %v", err) + } + }) + + conn, err := grpc.DialContext(ctx, lis.Addr().String(), grpc.WithInsecure()) + require.NoError(t, err) + defer conn.Close() + + client := testservice.NewSimpleClient(conn) + fClient, err := client.Flow(ctx, &testservice.Req{Datacenter: "mine"}) + require.NoError(t, err) + + // Wait for the first event so that we know the stream is sending. + _, err = fClient.Recv() + require.NoError(t, err) + + expectedCounter := []metricCall{ + {key: []string{"testing", "grpc", "server", "request"}, val: 1}, + } + require.Equal(t, expectedCounter, sink.incrCounterCalls) + expectedGauge := []metricCall{ + {key: []string{"testing", "grpc", "server", "active_conns"}, val: 1}, + {key: []string{"testing", "grpc", "server", "active_streams"}, val: 1}, + // TODO: why is the count reset to 0 before the client receives the second message? + {key: []string{"testing", "grpc", "server", "active_streams"}, val: 0}, + } + require.Equal(t, expectedGauge, sink.gaugeCalls) +} + +type simple struct { + name string +} + +func (s *simple) Flow(_ *testservice.Req, flow testservice.Simple_FlowServer) error { + if err := flow.Send(&testservice.Resp{ServerName: "one"}); err != nil { + return err + } + if err := flow.Send(&testservice.Resp{ServerName: "two"}); err != nil { + return err + } + return nil +} + +func (s *simple) Something(_ context.Context, _ *testservice.Req) (*testservice.Resp, error) { + return &testservice.Resp{ServerName: "the-fake-service-name"}, nil +} + +func patchGlobalMetrics(t *testing.T) *fakeMetricsSink { + t.Helper() + + sink := &fakeMetricsSink{} + cfg := &metrics.Config{ + ServiceName: "testing", + TimerGranularity: time.Millisecond, // Timers are in milliseconds + ProfileInterval: time.Second, // Poll runtime every second + FilterDefault: true, + } + _, err := metrics.NewGlobal(cfg, sink) + require.NoError(t, err) + t.Cleanup(func() { + _, err = metrics.NewGlobal(cfg, &metrics.BlackholeSink{}) + require.NoError(t, err, "failed to reset global metrics") + }) + return sink +} + +type fakeMetricsSink struct { + metrics.BlackholeSink + gaugeCalls []metricCall + incrCounterCalls []metricCall +} + +func (f *fakeMetricsSink) SetGaugeWithLabels(key []string, val float32, labels []metrics.Label) { + f.gaugeCalls = append(f.gaugeCalls, metricCall{key: key, val: val, labels: labels}) +} + +func (f *fakeMetricsSink) IncrCounterWithLabels(key []string, val float32, labels []metrics.Label) { + f.incrCounterCalls = append(f.incrCounterCalls, metricCall{key: key, val: val, labels: labels}) +} + +type metricCall struct { + key []string + val float32 + labels []metrics.Label +} diff --git a/agent/http.go b/agent/http.go index bac6c172c2..dc9438230d 100644 --- a/agent/http.go +++ b/agent/http.go @@ -80,16 +80,14 @@ func (e ForbiddenError) Error() string { } // HTTPServer provides an HTTP api for an agent. +// +// TODO: rename this struct to something more appropriate. It is an http.Handler, +// request router or multiplexer, but it is not a Server. type HTTPServer struct { - // TODO(dnephin): remove Server field, it is not used by any of the HTTPServer methods - Server *http.Server - ln net.Listener agent *Agent denylist *Denylist - - // proto is filled by the agent to "http" or "https". - proto string } + type templatedFile struct { templated *bytes.Reader name string diff --git a/agent/http_register.go b/agent/http_register.go index 3d9d55c737..588e5a9778 100644 --- a/agent/http_register.go +++ b/agent/http_register.go @@ -98,6 +98,7 @@ func init() { registerEndpoint("/v1/internal/ui/node/", []string{"GET"}, (*HTTPServer).UINodeInfo) registerEndpoint("/v1/internal/ui/services", []string{"GET"}, (*HTTPServer).UIServices) registerEndpoint("/v1/internal/ui/gateway-services-nodes/", []string{"GET"}, (*HTTPServer).UIGatewayServicesNodes) + registerEndpoint("/v1/internal/ui/gateway-intentions/", []string{"GET"}, (*HTTPServer).UIGatewayIntentions) registerEndpoint("/v1/internal/acl/authorize", []string{"POST"}, (*HTTPServer).ACLAuthorize) registerEndpoint("/v1/kv/", []string{"GET", "PUT", "DELETE"}, (*HTTPServer).KVSEndpoint) registerEndpoint("/v1/operator/raft/configuration", []string{"GET"}, (*HTTPServer).OperatorRaftConfiguration) diff --git a/agent/http_test.go b/agent/http_test.go index 9136c1eddd..36ecf387b3 100644 --- a/agent/http_test.go +++ b/agent/http_test.go @@ -39,7 +39,6 @@ func TestHTTPServer_UnixSocket(t *testing.T) { } tempDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(tempDir) socket := filepath.Join(tempDir, "test.sock") // Only testing mode, since uid/gid might not be settable @@ -98,7 +97,6 @@ func TestHTTPServer_UnixSocket_FileExists(t *testing.T) { } tempDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(tempDir) socket := filepath.Join(tempDir, "test.sock") // Create a regular file at the socket path @@ -1298,10 +1296,8 @@ func TestAllowedNets(t *testing.T) { // assertIndex tests that X-Consul-Index is set and non-zero func assertIndex(t *testing.T, resp *httptest.ResponseRecorder) { - header := resp.Header().Get("X-Consul-Index") - if header == "" || header == "0" { - t.Fatalf("Bad: %v", header) - } + t.Helper() + require.NoError(t, checkIndex(resp)) } // checkIndex is like assertIndex but returns an error @@ -1357,7 +1353,7 @@ func TestHTTPServer_HandshakeTimeout(t *testing.T) { // Connect to it with a plain TCP client that doesn't attempt to send HTTP or // complete a TLS handshake. - conn, err := net.Dial("tcp", a.srv.ln.Addr().String()) + conn, err := net.Dial("tcp", a.HTTPAddr()) require.NoError(t, err) defer conn.Close() @@ -1417,7 +1413,7 @@ func TestRPC_HTTPSMaxConnsPerClient(t *testing.T) { }) defer a.Shutdown() - addr := a.srv.ln.Addr() + addr := a.HTTPAddr() assertConn := func(conn net.Conn, wantOpen bool) { retry.Run(t, func(r *retry.R) { @@ -1437,21 +1433,21 @@ func TestRPC_HTTPSMaxConnsPerClient(t *testing.T) { } // Connect to the server with bare TCP - conn1, err := net.DialTimeout("tcp", addr.String(), time.Second) + conn1, err := net.DialTimeout("tcp", addr, time.Second) require.NoError(t, err) defer conn1.Close() assertConn(conn1, true) // Two conns should succeed - conn2, err := net.DialTimeout("tcp", addr.String(), time.Second) + conn2, err := net.DialTimeout("tcp", addr, time.Second) require.NoError(t, err) defer conn2.Close() assertConn(conn2, true) // Third should succeed negotiating TCP handshake... - conn3, err := net.DialTimeout("tcp", addr.String(), time.Second) + conn3, err := net.DialTimeout("tcp", addr, time.Second) require.NoError(t, err) defer conn3.Close() @@ -1464,7 +1460,7 @@ func TestRPC_HTTPSMaxConnsPerClient(t *testing.T) { require.NoError(t, a.reloadConfigInternal(&newCfg)) // Now another conn should be allowed - conn4, err := net.DialTimeout("tcp", addr.String(), time.Second) + conn4, err := net.DialTimeout("tcp", addr, time.Second) require.NoError(t, err) defer conn4.Close() diff --git a/agent/keyring.go b/agent/keyring.go index 10817f5bd5..c6a91e2b74 100644 --- a/agent/keyring.go +++ b/agent/keyring.go @@ -9,8 +9,10 @@ import ( "os" "path/filepath" + "github.com/hashicorp/consul/agent/config" "github.com/hashicorp/consul/agent/consul" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/go-hclog" "github.com/hashicorp/memberlist" "github.com/hashicorp/serf/serf" ) @@ -20,6 +22,120 @@ const ( SerfWANKeyring = "serf/remote.keyring" ) +// setupKeyrings in config.SerfLANConfig and config.SerfWANConfig. +func setupKeyrings(config *consul.Config, rtConfig *config.RuntimeConfig, logger hclog.Logger) error { + // First set up the LAN and WAN keyrings. + if err := setupBaseKeyrings(config, rtConfig, logger); err != nil { + return err + } + + // If there's no LAN keyring then there's nothing else to set up for + // any segments. + lanKeyring := config.SerfLANConfig.MemberlistConfig.Keyring + if lanKeyring == nil { + return nil + } + + // Copy the initial state of the LAN keyring into each segment config. + // Segments don't have their own keyring file, they rely on the LAN + // holding the state so things can't get out of sync. + k, pk := lanKeyring.GetKeys(), lanKeyring.GetPrimaryKey() + for _, segment := range config.Segments { + keyring, err := memberlist.NewKeyring(k, pk) + if err != nil { + return err + } + segment.SerfConfig.MemberlistConfig.Keyring = keyring + } + return nil +} + +// setupBaseKeyrings configures the LAN and WAN keyrings. +func setupBaseKeyrings(config *consul.Config, rtConfig *config.RuntimeConfig, logger hclog.Logger) error { + // If the keyring file is disabled then just poke the provided key + // into the in-memory keyring. + federationEnabled := config.SerfWANConfig != nil + if rtConfig.DisableKeyringFile { + if rtConfig.EncryptKey == "" { + return nil + } + + keys := []string{rtConfig.EncryptKey} + if err := loadKeyring(config.SerfLANConfig, keys); err != nil { + return err + } + if rtConfig.ServerMode && federationEnabled { + if err := loadKeyring(config.SerfWANConfig, keys); err != nil { + return err + } + } + return nil + } + + // Otherwise, we need to deal with the keyring files. + fileLAN := filepath.Join(rtConfig.DataDir, SerfLANKeyring) + fileWAN := filepath.Join(rtConfig.DataDir, SerfWANKeyring) + + var existingLANKeyring, existingWANKeyring bool + if rtConfig.EncryptKey == "" { + goto LOAD + } + if _, err := os.Stat(fileLAN); err != nil { + if err := initKeyring(fileLAN, rtConfig.EncryptKey); err != nil { + return err + } + } else { + existingLANKeyring = true + } + if rtConfig.ServerMode && federationEnabled { + if _, err := os.Stat(fileWAN); err != nil { + if err := initKeyring(fileWAN, rtConfig.EncryptKey); err != nil { + return err + } + } else { + existingWANKeyring = true + } + } + +LOAD: + if _, err := os.Stat(fileLAN); err == nil { + config.SerfLANConfig.KeyringFile = fileLAN + } + if err := loadKeyringFile(config.SerfLANConfig); err != nil { + return err + } + if rtConfig.ServerMode && federationEnabled { + if _, err := os.Stat(fileWAN); err == nil { + config.SerfWANConfig.KeyringFile = fileWAN + } + if err := loadKeyringFile(config.SerfWANConfig); err != nil { + return err + } + } + + // Only perform the following checks if there was an encrypt_key + // provided in the configuration. + if rtConfig.EncryptKey != "" { + msg := " keyring doesn't include key provided with -encrypt, using keyring" + if existingLANKeyring && + keyringIsMissingKey( + config.SerfLANConfig.MemberlistConfig.Keyring, + rtConfig.EncryptKey, + ) { + logger.Warn(msg, "keyring", "LAN") + } + if existingWANKeyring && + keyringIsMissingKey( + config.SerfWANConfig.MemberlistConfig.Keyring, + rtConfig.EncryptKey, + ) { + logger.Warn(msg, "keyring", "WAN") + } + } + + return nil +} + // initKeyring will create a keyring file at a given path. func initKeyring(path, key string) error { var keys []string @@ -146,8 +262,8 @@ func ValidateLocalOnly(local bool, list bool) error { // ListKeys lists out all keys installed on the collective Consul cluster. This // includes both servers and clients in all DC's. -func (a *Agent) ListKeys(token string, relayFactor uint8) (*structs.KeyringResponses, error) { - args := structs.KeyringRequest{Operation: structs.KeyringList} +func (a *Agent) ListKeys(token string, localOnly bool, relayFactor uint8) (*structs.KeyringResponses, error) { + args := structs.KeyringRequest{Operation: structs.KeyringList, LocalOnly: localOnly} parseKeyringRequest(&args, token, relayFactor) return a.keyringProcess(&args) } diff --git a/agent/keyring_test.go b/agent/keyring_test.go index be30704546..15635cb36a 100644 --- a/agent/keyring_test.go +++ b/agent/keyring_test.go @@ -5,7 +5,6 @@ import ( "encoding/base64" "fmt" "io/ioutil" - "os" "path/filepath" "strings" "testing" @@ -54,7 +53,10 @@ func TestAgent_LoadKeyrings(t *testing.T) { // Server should auto-load LAN and WAN keyring files t.Run("server with keys", func(t *testing.T) { - a2 := StartTestAgent(t, TestAgent{Key: key}) + dataDir := testutil.TempDir(t, "keyfile") + writeKeyRings(t, key, dataDir) + + a2 := StartTestAgent(t, TestAgent{DataDir: dataDir}) defer a2.Shutdown() c2 := a2.consulConfig() @@ -80,10 +82,16 @@ func TestAgent_LoadKeyrings(t *testing.T) { // Client should auto-load only the LAN keyring file t.Run("client with keys", func(t *testing.T) { - a3 := StartTestAgent(t, TestAgent{HCL: ` + dataDir := testutil.TempDir(t, "keyfile") + writeKeyRings(t, key, dataDir) + + a3 := StartTestAgent(t, TestAgent{ + HCL: ` server = false bootstrap = false - `, Key: key}) + `, + DataDir: dataDir, + }) defer a3.Shutdown() c3 := a3.consulConfig() @@ -105,6 +113,16 @@ func TestAgent_LoadKeyrings(t *testing.T) { }) } +func writeKeyRings(t *testing.T, key string, dataDir string) { + t.Helper() + writeKey := func(key, filename string) { + path := filepath.Join(dataDir, filename) + require.NoError(t, initKeyring(path, key), "Error creating keyring %s", path) + } + writeKey(key, SerfLANKeyring) + writeKey(key, SerfWANKeyring) +} + func TestAgent_InmemKeyrings(t *testing.T) { t.Parallel() key := "tbLJg26ZJyJ9pK3qhc9jig==" @@ -189,7 +207,6 @@ func TestAgent_InmemKeyrings(t *testing.T) { // Any keyring files should be ignored t.Run("ignore files", func(t *testing.T) { dir := testutil.TempDir(t, "consul") - defer os.RemoveAll(dir) badKey := "unUzC2X3JgMKVJlZna5KVg==" if err := initKeyring(filepath.Join(dir, SerfLANKeyring), badKey); err != nil { @@ -235,8 +252,6 @@ func TestAgent_InitKeyring(t *testing.T) { expected := fmt.Sprintf(`["%s"]`, key1) dir := testutil.TempDir(t, "consul") - defer os.RemoveAll(dir) - file := filepath.Join(dir, "keyring") // First initialize the keyring @@ -272,21 +287,24 @@ func TestAgentKeyring_ACL(t *testing.T) { key1 := "tbLJg26ZJyJ9pK3qhc9jig==" key2 := "4leC33rgtXKIVUr9Nr0snQ==" + dataDir := testutil.TempDir(t, "keyfile") + writeKeyRings(t, key1, dataDir) + a := StartTestAgent(t, TestAgent{HCL: TestACLConfig() + ` acl_datacenter = "dc1" acl_master_token = "root" acl_default_policy = "deny" - `, Key: key1}) + `, DataDir: dataDir}) defer a.Shutdown() // List keys without access fails - _, err := a.ListKeys("", 0) + _, err := a.ListKeys("", false, 0) if err == nil || !strings.Contains(err.Error(), "denied") { t.Fatalf("expected denied error, got: %#v", err) } // List keys with access works - _, err = a.ListKeys("root", 0) + _, err = a.ListKeys("root", false, 0) if err != nil { t.Fatalf("err: %s", err) } diff --git a/agent/local/state.go b/agent/local/state.go index 335721a5cf..f6e3961313 100644 --- a/agent/local/state.go +++ b/agent/local/state.go @@ -305,6 +305,8 @@ func (l *State) removeServiceLocked(id structs.ServiceID) error { close(s.WatchCh) s.WatchCh = nil } + + l.notifyIfAliased(id) l.TriggerSyncChanges() l.broadcastUpdateLocked() @@ -379,6 +381,11 @@ func (l *State) setServiceStateLocked(s *ServiceState) { if hasOld && old.WatchCh != nil { close(old.WatchCh) } + if !hasOld { + // The status of an alias check is updated if the alias service is added/removed + // Only try notify alias checks if service didn't already exist (!hasOld) + l.notifyIfAliased(key) + } l.TriggerSyncChanges() l.broadcastUpdateLocked() @@ -1353,7 +1360,7 @@ func (l *State) syncNodeInfo() error { } } -// notifyIfAliased will notify waiters if this is a check for an aliased service +// notifyIfAliased will notify waiters of changes to an aliased service func (l *State) notifyIfAliased(serviceID structs.ServiceID) { if aliases, ok := l.checkAliases[serviceID]; ok && len(aliases) > 0 { for _, notifyCh := range aliases { diff --git a/agent/local/state_test.go b/agent/local/state_test.go index c418bb948a..4a9b7f8e7f 100644 --- a/agent/local/state_test.go +++ b/agent/local/state_test.go @@ -1912,6 +1912,59 @@ func TestAgent_AliasCheck(t *testing.T) { } } +func TestAgent_AliasCheck_ServiceNotification(t *testing.T) { + t.Parallel() + + require := require.New(t) + cfg := config.DefaultRuntimeConfig(`bind_addr = "127.0.0.1" data_dir = "dummy"`) + l := local.NewState(agent.LocalConfig(cfg), nil, new(token.Store)) + l.TriggerSyncChanges = func() {} + + // Add an alias check for service s1 + notifyCh := make(chan struct{}, 1) + require.NoError(l.AddAliasCheck(structs.NewCheckID(types.CheckID("a1"), nil), structs.NewServiceID("s1", nil), notifyCh)) + + // Add aliased service, s1, and verify we get notified + require.NoError(l.AddService(&structs.NodeService{Service: "s1"}, "")) + select { + case <-notifyCh: + default: + t.Fatal("notify not received") + } + + // Re-adding same service should not lead to a notification + require.NoError(l.AddService(&structs.NodeService{Service: "s1"}, "")) + select { + case <-notifyCh: + t.Fatal("notify received") + default: + } + + // Add different service and verify we do not get notified + require.NoError(l.AddService(&structs.NodeService{Service: "s2"}, "")) + select { + case <-notifyCh: + t.Fatal("notify received") + default: + } + + // Delete service and verify we get notified + require.NoError(l.RemoveService(structs.NewServiceID("s1", nil))) + select { + case <-notifyCh: + default: + t.Fatal("notify not received") + } + + // Delete different service and verify we do not get notified + require.NoError(l.RemoveService(structs.NewServiceID("s2", nil))) + select { + case <-notifyCh: + t.Fatal("notify received") + default: + } +} + func TestAgent_sendCoordinate(t *testing.T) { t.Parallel() a := agent.StartTestAgent(t, agent.TestAgent{Overrides: ` diff --git a/agent/nodeid.go b/agent/nodeid.go new file mode 100644 index 0000000000..d09703b496 --- /dev/null +++ b/agent/nodeid.go @@ -0,0 +1,95 @@ +package agent + +import ( + "crypto/sha512" + "fmt" + "io/ioutil" + "os" + "path/filepath" + "strings" + + "github.com/hashicorp/consul/agent/config" + "github.com/hashicorp/consul/lib" + "github.com/hashicorp/consul/types" + "github.com/hashicorp/go-hclog" + "github.com/hashicorp/go-uuid" + "github.com/shirou/gopsutil/host" +) + +// newNodeIDFromConfig will pull the persisted node ID, if any, or create a random one +// and persist it. +func newNodeIDFromConfig(config *config.RuntimeConfig, logger hclog.Logger) (types.NodeID, error) { + if config.NodeID != "" { + nodeID := strings.ToLower(string(config.NodeID)) + if _, err := uuid.ParseUUID(nodeID); err != nil { + return "", fmt.Errorf("specified NodeID is invalid: %w", err) + } + return types.NodeID(nodeID), nil + } + + // For dev mode we have no filesystem access so just make one. + if config.DataDir == "" { + id, err := makeNodeID(logger, config.DisableHostNodeID) + return types.NodeID(id), err + } + + // Load saved state, if any. Since a user could edit this, we also validate it. + filename := filepath.Join(config.DataDir, "node-id") + if _, err := os.Stat(filename); err == nil { + rawID, err := ioutil.ReadFile(filename) + if err != nil { + return "", err + } + + nodeID := strings.TrimSpace(string(rawID)) + nodeID = strings.ToLower(nodeID) + if _, err = uuid.ParseUUID(nodeID); err != nil { + return "", fmt.Errorf("NodeID in %s is invalid: %w", filename, err) + } + return types.NodeID(nodeID), nil + } + + id, err := makeNodeID(logger, config.DisableHostNodeID) + if err != nil { + return "", fmt.Errorf("failed to create a NodeID: %w", err) + } + if err := lib.EnsurePath(filename, false); err != nil { + return "", err + } + if err := ioutil.WriteFile(filename, []byte(id), 0600); err != nil { + return "", fmt.Errorf("failed to write NodeID to disk: %w", err) + } + return types.NodeID(id), nil +} + +// makeNodeID will try to find a host-specific ID, or else will generate a +// random ID. The returned ID will always be formatted as a GUID. We don't tell +// the caller whether this ID is random or stable since the consequences are +// high for us if this changes, so we will persist it either way. This will let +// gopsutil change implementations without affecting in-place upgrades of nodes. +func makeNodeID(logger hclog.Logger, disableHostNodeID bool) (string, error) { + if disableHostNodeID { + return uuid.GenerateUUID() + } + + // Try to get a stable ID associated with the host itself. + info, err := host.Info() + if err != nil { + logger.Debug("Couldn't get a unique ID from the host", "error", err) + return uuid.GenerateUUID() + } + + // Hash the input to make it well distributed. The reported Host UUID may be + // similar across nodes if they are on a cloud provider or on motherboards + // created from the same batch. + buf := sha512.Sum512([]byte(strings.ToLower(info.HostID))) + id := fmt.Sprintf("%08x-%04x-%04x-%04x-%12x", + buf[0:4], + buf[4:6], + buf[6:8], + buf[8:10], + buf[10:16]) + + logger.Debug("Using unique ID from host as node ID", "id", id) + return id, nil +} diff --git a/agent/nodeid_test.go b/agent/nodeid_test.go new file mode 100644 index 0000000000..647aea14c5 --- /dev/null +++ b/agent/nodeid_test.go @@ -0,0 +1,108 @@ +package agent + +import ( + "fmt" + "io/ioutil" + "path/filepath" + "strings" + "testing" + + "github.com/hashicorp/consul/agent/config" + "github.com/hashicorp/consul/sdk/testutil" + "github.com/hashicorp/consul/types" + "github.com/hashicorp/go-hclog" + "github.com/hashicorp/go-uuid" + "github.com/stretchr/testify/require" +) + +func TestNewNodeIDFromConfig(t *testing.T) { + logger := hclog.New(nil) + tmpDir := testutil.TempDir(t, "") + cfg := &config.RuntimeConfig{ + DataDir: tmpDir, + } + + var randomNodeID types.NodeID + t.Run("a new ID is generated when none is specified", func(t *testing.T) { + var err error + randomNodeID, err = newNodeIDFromConfig(cfg, logger) + require.NoError(t, err) + + _, err = uuid.ParseUUID(string(randomNodeID)) + require.NoError(t, err) + }) + + t.Run("running again should get the NodeID that was persisted to disk", func(t *testing.T) { + nodeID, err := newNodeIDFromConfig(cfg, logger) + require.NoError(t, err) + require.NotEqual(t, nodeID, "") + require.Equal(t, nodeID, randomNodeID) + }) + + t.Run("invalid NodeID in config", func(t *testing.T) { + cfg.NodeID = "nope" + _, err := newNodeIDFromConfig(cfg, logger) + require.Error(t, err) + require.Contains(t, err.Error(), "specified NodeID is invalid") + }) + + t.Run("valid NodeID in config", func(t *testing.T) { + newID, err := uuid.GenerateUUID() + require.NoError(t, err) + + cfg.NodeID = types.NodeID(strings.ToUpper(newID)) + nodeID, err := newNodeIDFromConfig(cfg, logger) + require.NoError(t, err) + require.Equal(t, string(nodeID), newID) + }) + + t.Run("invalid NodeID in file", func(t *testing.T) { + cfg.NodeID = "" + filename := filepath.Join(cfg.DataDir, "node-id") + err := ioutil.WriteFile(filename, []byte("adf4238a!882b!9ddc!4a9d!5b6758e4159e"), 0600) + require.NoError(t, err) + + _, err = newNodeIDFromConfig(cfg, logger) + require.Error(t, err) + require.Contains(t, err.Error(), fmt.Sprintf("NodeID in %s is invalid", filename)) + }) + + t.Run("valid NodeID in file", func(t *testing.T) { + cfg.NodeID = "" + filename := filepath.Join(cfg.DataDir, "node-id") + err := ioutil.WriteFile(filename, []byte("ADF4238a-882b-9ddc-4a9d-5b6758e4159e"), 0600) + require.NoError(t, err) + + nodeID, err := newNodeIDFromConfig(cfg, logger) + require.NoError(t, err) + require.Equal(t, string(nodeID), "adf4238a-882b-9ddc-4a9d-5b6758e4159e") + }) +} + +func TestMakeNodeID(t *testing.T) { + logger := hclog.New(nil) + + var randomID string + t.Run("Random ID when HostNodeID is disabled", func(t *testing.T) { + var err error + randomID, err = makeNodeID(logger, true) + require.NoError(t, err) + + _, err = uuid.ParseUUID(randomID) + require.NoError(t, err) + + another, err := makeNodeID(logger, true) + require.NoError(t, err) + require.NotEqual(t, randomID, another) + }) + + t.Run("host-based ID when HostNodeID is enabled", func(t *testing.T) { + id, err := makeNodeID(logger, false) + require.NoError(t, err) + require.NotEqual(t, randomID, id) + + another, err := makeNodeID(logger, false) + require.NoError(t, err) + require.Equal(t, id, another) + }) +} diff --git a/agent/operator_endpoint.go b/agent/operator_endpoint.go index fb3c3a7316..badcae55fc 100644 --- a/agent/operator_endpoint.go +++ b/agent/operator_endpoint.go @@ -136,7 +136,7 @@ func (s *HTTPServer) KeyringInstall(resp http.ResponseWriter, req *http.Request, // KeyringList is used to list the keys installed in the cluster func (s *HTTPServer) KeyringList(resp http.ResponseWriter, req *http.Request, args *keyringArgs) (interface{}, error) { - responses, err := s.agent.ListKeys(args.Token, args.RelayFactor) + responses, err := s.agent.ListKeys(args.Token, args.LocalOnly, args.RelayFactor) if err != nil { return nil, err } diff --git a/agent/operator_endpoint_test.go b/agent/operator_endpoint_test.go index 71f69634bc..b435410d7a 100644 --- a/agent/operator_endpoint_test.go +++ b/agent/operator_endpoint_test.go @@ -95,7 +95,7 @@ func TestOperator_KeyringInstall(t *testing.T) { t.Fatalf("err: %s", err) } - listResponse, err := a.ListKeys("", 0) + listResponse, err := a.ListKeys("", false, 0) if err != nil { t.Fatalf("err: %s", err) } @@ -161,6 +161,44 @@ func TestOperator_KeyringList(t *testing.T) { t.Fatalf("bad: %v", ok) } } +func TestOperator_KeyringListLocalOnly(t *testing.T) { + t.Parallel() + key := "H3/9gBxcKKRf45CaI2DlRg==" + a := NewTestAgent(t, ` + encrypt = "`+key+`" + `) + defer a.Shutdown() + + req, _ := http.NewRequest("GET", "/v1/operator/keyring?local-only=1", nil) + resp := httptest.NewRecorder() + r, err := a.srv.OperatorKeyringEndpoint(resp, req) + if err != nil { + t.Fatalf("err: %v", err) + } + responses, ok := r.([]*structs.KeyringResponse) + if !ok { + t.Fatalf("err: %v", !ok) + } + + // Check that we only get a LAN response with the original key + if len(responses) != 1 { + for _, r := range responses { + fmt.Println(r) + } + t.Fatalf("bad: %d", len(responses)) + } + + // LAN + if len(responses[0].Keys) != 1 { + t.Fatalf("bad: %d", len(responses[1].Keys)) + } + if responses[0].WAN { + t.Fatalf("bad: %v", responses[1].WAN) + } + if _, ok := responses[0].Keys[key]; !ok { + t.Fatalf("bad: %v", ok) + } +} func TestOperator_KeyringRemove(t *testing.T) { t.Parallel() @@ -177,7 +215,7 @@ func TestOperator_KeyringRemove(t *testing.T) { } // Make sure the temp key is installed - list, err := a.ListKeys("", 0) + list, err := a.ListKeys("", false, 0) if err != nil { t.Fatalf("err: %v", err) } @@ -202,7 +240,7 @@ func TestOperator_KeyringRemove(t *testing.T) { } // Make sure the temp key has been removed - list, err = a.ListKeys("", 0) + list, err = a.ListKeys("", false, 0) if err != nil { t.Fatalf("err: %v", err) } @@ -246,7 +284,7 @@ func TestOperator_KeyringUse(t *testing.T) { } // Make sure only the new key remains - list, err := a.ListKeys("", 0) + list, err := a.ListKeys("", false, 0) if err != nil { t.Fatalf("err: %v", err) } diff --git a/agent/pool/conn.go b/agent/pool/conn.go index 8a046fa4ca..79731953b4 100644 --- a/agent/pool/conn.go +++ b/agent/pool/conn.go @@ -40,23 +40,24 @@ const ( // that is supported and it might be the only one there // ever is. RPCTLSInsecure = 7 + RPCGRPC = 8 - // RPCMaxTypeValue is the maximum rpc type byte value currently used for - // the various protocols riding over our "rpc" port. + // RPCMaxTypeValue is the maximum rpc type byte value currently used for the + // various protocols riding over our "rpc" port. // - // Currently our 0-7 values are mutually exclusive with any valid first - // byte of a TLS header. The first TLS header byte will begin with a TLS - // content type and the values 0-19 are all explicitly unassigned and - // marked as requiring coordination. RFC 7983 does the marking and goes - // into some details about multiplexing connections and identifying TLS. + // Currently our 0-8 values are mutually exclusive with any valid first byte + // of a TLS header. The first TLS header byte will begin with a TLS content + // type and the values 0-19 are all explicitly unassigned and marked as + // requiring coordination. RFC 7983 does the marking and goes into some + // details about multiplexing connections and identifying TLS. // // We use this value to determine if the incoming request is actual real - // native TLS (where we can demultiplex based on ALPN protocol) or our - // older type-byte system when new connections are established. + // native TLS (where we can de-multiplex based on ALPN protocol) or our older + // type-byte system when new connections are established. // // NOTE: if you add new RPCTypes beyond this value, you must similarly bump // this value. - RPCMaxTypeValue = 7 + RPCMaxTypeValue = 8 ) const ( @@ -66,6 +67,7 @@ const ( ALPN_RPCMultiplexV2 = "consul/rpc-multi" // RPCMultiplexV2 ALPN_RPCSnapshot = "consul/rpc-snapshot" // RPCSnapshot ALPN_RPCGossip = "consul/rpc-gossip" // RPCGossip + ALPN_RPCGRPC = "consul/rpc-grpc" // RPCGRPC // wan federation additions ALPN_WANGossipPacket = "consul/wan-gossip/packet" ALPN_WANGossipStream = "consul/wan-gossip/stream" diff --git a/agent/pool/pool.go b/agent/pool/pool.go index 1aca440345..d081dfe174 100644 --- a/agent/pool/pool.go +++ b/agent/pool/pool.go @@ -4,7 +4,7 @@ import ( "container/list" "crypto/tls" "fmt" - "io" + "log" "net" "net/rpc" "sync" @@ -126,8 +126,9 @@ type ConnPool struct { // SrcAddr is the source address for outgoing connections. SrcAddr *net.TCPAddr - // LogOutput is used to control logging - LogOutput io.Writer + // Logger passed to yamux + // TODO: consider refactoring to accept a full yamux.Config instead of a logger + Logger *log.Logger // The maximum time to keep a connection open MaxTime time.Duration @@ -454,9 +455,10 @@ func (p *ConnPool) getNewConn(dc string, nodeName string, addr net.Addr) (*Conn, return nil, err } - // Setup the logger conf := yamux.DefaultConfig() - conf.LogOutput = p.LogOutput + // override the default because LogOutput conflicts with Logger. + conf.LogOutput = nil + conf.Logger = p.Logger // Create a multiplexed session session, err := yamux.Client(conn, conf) diff --git a/agent/proxycfg/manager.go b/agent/proxycfg/manager.go index 7d8163f924..c703da4f06 100644 --- a/agent/proxycfg/manager.go +++ b/agent/proxycfg/manager.go @@ -70,6 +70,11 @@ type ManagerConfig struct { // logger is the agent's logger to be used for logging logs. Logger hclog.Logger TLSConfigurator *tlsutil.Configurator + + // IntentionDefaultAllow is set by the agent so that we can pass this + // information to proxies that need to make intention decisions on their + // own. + IntentionDefaultAllow bool } // NewManager constructs a manager from the provided agent cache. @@ -192,6 +197,7 @@ func (m *Manager) ensureProxyServiceLocked(ns *structs.NodeService, token string state.cache = m.Cache state.source = m.Source state.dnsConfig = m.DNSConfig + state.intentionDefaultAllow = m.IntentionDefaultAllow if m.TLSConfigurator != nil { state.serverSNIFn = m.TLSConfigurator.ServerSNI } diff --git a/agent/proxycfg/manager_test.go b/agent/proxycfg/manager_test.go index bcd1a476ba..e59d0df955 100644 --- a/agent/proxycfg/manager_test.go +++ b/agent/proxycfg/manager_test.go @@ -221,6 +221,8 @@ func TestManager_BasicLifecycle(t *testing.T) { }, PreparedQueryEndpoints: map[string]structs.CheckServiceNodes{}, WatchedServiceChecks: map[structs.ServiceID][]structs.CheckType{}, + Intentions: TestIntentions().Matches[0], + IntentionsSet: true, }, Datacenter: "dc1", }, @@ -269,6 +271,8 @@ func TestManager_BasicLifecycle(t *testing.T) { }, PreparedQueryEndpoints: map[string]structs.CheckServiceNodes{}, WatchedServiceChecks: map[structs.ServiceID][]structs.CheckType{}, + Intentions: TestIntentions().Matches[0], + IntentionsSet: true, }, Datacenter: "dc1", }, @@ -286,7 +290,7 @@ func TestManager_BasicLifecycle(t *testing.T) { // Setup initial values types.roots.Set(rootsCacheKey, roots) types.leaf.Set(leafCacheKey, leaf) - types.intentions.Set(intentionCacheKey, TestIntentions(t)) + types.intentions.Set(intentionCacheKey, TestIntentions()) tt.setup(t, types) expectSnapCopy, err := copystructure.Copy(tt.expectSnap) @@ -334,7 +338,7 @@ func testManager_BasicLifecycle( state.TriggerSyncChanges = func() {} // Create manager - m, err := NewManager(ManagerConfig{c, state, source, DNSConfig{}, logger, nil}) + m, err := NewManager(ManagerConfig{c, state, source, DNSConfig{}, logger, nil, false}) require.NoError(err) // And run it diff --git a/agent/proxycfg/snapshot.go b/agent/proxycfg/snapshot.go index b5f6e6f696..03d548fc91 100644 --- a/agent/proxycfg/snapshot.go +++ b/agent/proxycfg/snapshot.go @@ -42,6 +42,12 @@ type configSnapshotConnectProxy struct { WatchedServiceChecks map[structs.ServiceID][]structs.CheckType // TODO: missing garbage collection PreparedQueryEndpoints map[string]structs.CheckServiceNodes // DEPRECATED:see:WatchedUpstreamEndpoints + + // NOTE: Intentions stores a list of lists as returned by the Intentions + // Match RPC. So far we only use the first list as the list of matching + // intentions. + Intentions structs.Intentions + IntentionsSet bool } func (c *configSnapshotConnectProxy) IsEmpty() bool { @@ -49,6 +55,7 @@ func (c *configSnapshotConnectProxy) IsEmpty() bool { return true } return c.Leaf == nil && + !c.IntentionsSet && len(c.DiscoveryChain) == 0 && len(c.WatchedUpstreams) == 0 && len(c.WatchedUpstreamEndpoints) == 0 && @@ -71,6 +78,14 @@ type configSnapshotTerminatingGateway struct { // are no longer linked to the gateway. WatchedIntentions map[structs.ServiceName]context.CancelFunc + // NOTE: Intentions stores a map of list of lists as returned by the Intentions + // Match RPC. So far we only use the first list as the list of matching + // intentions. + // + // A key being present implies that we have gotten at least one watch reply for the + // service. This is logically the same as ConnectProxy.IntentionsSet==true + Intentions map[structs.ServiceName]structs.Intentions + // WatchedLeaves is a map of ServiceName to a cancel function. // This cancel function is tied to the watch of leaf certs for linked services. // As with WatchedServices, leaf watches will be cancelled when services @@ -82,6 +97,16 @@ type configSnapshotTerminatingGateway struct { // on the service that the caller is trying to reach. ServiceLeaves map[structs.ServiceName]*structs.IssuedCert + // WatchedConfigs is a map of ServiceName to a cancel function. This cancel + // function is tied to the watch of service configs for linked services. As + // with WatchedServices, service config watches will be cancelled when + // services are no longer linked to the gateway. + WatchedConfigs map[structs.ServiceName]context.CancelFunc + + // ServiceConfigs is a map of service name to the resolved service config + // for that service. + ServiceConfigs map[structs.ServiceName]*structs.ServiceConfigResponse + // WatchedResolvers is a map of ServiceName to a cancel function. // This cancel function is tied to the watch of resolvers for linked services. // As with WatchedServices, resolver watches will be cancelled when services @@ -90,7 +115,8 @@ type configSnapshotTerminatingGateway struct { // ServiceResolvers is a map of service name to an associated // service-resolver config entry for that service. - ServiceResolvers map[structs.ServiceName]*structs.ServiceResolverConfigEntry + ServiceResolvers map[structs.ServiceName]*structs.ServiceResolverConfigEntry + ServiceResolversSet map[structs.ServiceName]bool // ServiceGroups is a map of service name to the service instances of that // service in the local datacenter. @@ -106,6 +132,38 @@ type configSnapshotTerminatingGateway struct { HostnameServices map[structs.ServiceName]structs.CheckServiceNodes } +// ValidServices returns the list of service keys that have enough data to be emitted. +func (c *configSnapshotTerminatingGateway) ValidServices() []structs.ServiceName { + out := make([]structs.ServiceName, 0, len(c.ServiceGroups)) + for svc := range c.ServiceGroups { + // It only counts if ALL of our watches have come back (with data or not). + + // Skip the service if we don't know if there is a resolver or not. + if _, ok := c.ServiceResolversSet[svc]; !ok { + continue + } + + // Skip the service if we don't have a cert to present for mTLS. + if cert, ok := c.ServiceLeaves[svc]; !ok || cert == nil { + continue + } + + // Skip the service if we haven't gotten our intentions yet. + if _, intentionsSet := c.Intentions[svc]; !intentionsSet { + continue + } + + // Skip the service if we haven't gotten our service config yet to know + // the protocol. + if _, ok := c.ServiceConfigs[svc]; !ok { + continue + } + + out = append(out, svc) + } + return out +} + func (c *configSnapshotTerminatingGateway) IsEmpty() bool { if c == nil { return true @@ -113,10 +171,14 @@ func (c *configSnapshotTerminatingGateway) IsEmpty() bool { return len(c.ServiceLeaves) == 0 && len(c.WatchedLeaves) == 0 && len(c.WatchedIntentions) == 0 && + len(c.Intentions) == 0 && len(c.ServiceGroups) == 0 && len(c.WatchedServices) == 0 && len(c.ServiceResolvers) == 0 && + len(c.ServiceResolversSet) == 0 && len(c.WatchedResolvers) == 0 && + len(c.ServiceConfigs) == 0 && + len(c.WatchedConfigs) == 0 && len(c.GatewayServices) == 0 && len(c.HostnameServices) == 0 } @@ -252,15 +314,16 @@ func (k *IngressListenerKey) RouteName() string { // It is meant to be point-in-time coherent and is used to deliver the current // config state to observers who need it to be pushed in (e.g. XDS server). type ConfigSnapshot struct { - Kind structs.ServiceKind - Service string - ProxyID structs.ServiceID - Address string - Port int - ServiceMeta map[string]string - TaggedAddresses map[string]structs.ServiceAddress - Proxy structs.ConnectProxyConfig - Datacenter string + Kind structs.ServiceKind + Service string + ProxyID structs.ServiceID + Address string + Port int + ServiceMeta map[string]string + TaggedAddresses map[string]structs.ServiceAddress + Proxy structs.ConnectProxyConfig + Datacenter string + IntentionDefaultAllow bool ServerSNIFn ServerSNIFunc Roots *structs.IndexedCARoots @@ -276,24 +339,28 @@ type ConfigSnapshot struct { // ingress-gateway specific IngressGateway configSnapshotIngressGateway - - // Skip intentions for now as we don't push those down yet, just pre-warm them. } // Valid returns whether or not the snapshot has all required fields filled yet. func (s *ConfigSnapshot) Valid() bool { switch s.Kind { case structs.ServiceKindConnectProxy: - return s.Roots != nil && s.ConnectProxy.Leaf != nil + return s.Roots != nil && + s.ConnectProxy.Leaf != nil && + s.ConnectProxy.IntentionsSet + case structs.ServiceKindTerminatingGateway: return s.Roots != nil + case structs.ServiceKindMeshGateway: if s.ServiceMeta[structs.MetaWANFederationKey] == "1" { if len(s.MeshGateway.ConsulServers) == 0 { return false } } - return s.Roots != nil && (s.MeshGateway.WatchedServicesSet || len(s.MeshGateway.ServiceGroups) > 0) + return s.Roots != nil && + (s.MeshGateway.WatchedServicesSet || len(s.MeshGateway.ServiceGroups) > 0) + case structs.ServiceKindIngressGateway: return s.Roots != nil && s.IngressGateway.Leaf != nil && @@ -323,6 +390,8 @@ func (s *ConfigSnapshot) Clone() (*ConfigSnapshot, error) { snap.TerminatingGateway.WatchedServices = nil snap.TerminatingGateway.WatchedIntentions = nil snap.TerminatingGateway.WatchedLeaves = nil + snap.TerminatingGateway.WatchedConfigs = nil + snap.TerminatingGateway.WatchedResolvers = nil case structs.ServiceKindMeshGateway: snap.MeshGateway.WatchedDatacenters = nil snap.MeshGateway.WatchedServices = nil diff --git a/agent/proxycfg/state.go b/agent/proxycfg/state.go index 956ddd4880..703cb66afc 100644 --- a/agent/proxycfg/state.go +++ b/agent/proxycfg/state.go @@ -37,6 +37,7 @@ const ( gatewayConfigWatchID = "gateway-config" externalServiceIDPrefix = "external-service:" serviceLeafIDPrefix = "service-leaf:" + serviceConfigIDPrefix = "service-config:" serviceResolverIDPrefix = "service-resolver:" serviceIntentionsIDPrefix = "service-intentions:" svcChecksWatchIDPrefix = cachetype.ServiceHTTPChecksName + ":" @@ -50,11 +51,12 @@ const ( // is discarded and a new one created. type state struct { // logger, source and cache are required to be set before calling Watch. - logger hclog.Logger - source *structs.QuerySource - cache CacheNotifier - dnsConfig DNSConfig - serverSNIFn ServerSNIFunc + logger hclog.Logger + source *structs.QuerySource + cache CacheNotifier + dnsConfig DNSConfig + serverSNIFn ServerSNIFunc + intentionDefaultAllow bool // ctx and cancel store the context created during initWatches call ctx context.Context @@ -523,16 +525,17 @@ func (s *state) initWatchesIngressGateway() error { func (s *state) initialConfigSnapshot() ConfigSnapshot { snap := ConfigSnapshot{ - Kind: s.kind, - Service: s.service, - ProxyID: s.proxyID, - Address: s.address, - Port: s.port, - ServiceMeta: s.meta, - TaggedAddresses: s.taggedAddresses, - Proxy: s.proxyCfg, - Datacenter: s.source.Datacenter, - ServerSNIFn: s.serverSNIFn, + Kind: s.kind, + Service: s.service, + ProxyID: s.proxyID, + Address: s.address, + Port: s.port, + ServiceMeta: s.meta, + TaggedAddresses: s.taggedAddresses, + Proxy: s.proxyCfg, + Datacenter: s.source.Datacenter, + ServerSNIFn: s.serverSNIFn, + IntentionDefaultAllow: s.intentionDefaultAllow, } switch s.kind { @@ -546,12 +549,16 @@ func (s *state) initialConfigSnapshot() ConfigSnapshot { snap.ConnectProxy.PreparedQueryEndpoints = make(map[string]structs.CheckServiceNodes) case structs.ServiceKindTerminatingGateway: snap.TerminatingGateway.WatchedServices = make(map[structs.ServiceName]context.CancelFunc) - snap.TerminatingGateway.WatchedLeaves = make(map[structs.ServiceName]context.CancelFunc) snap.TerminatingGateway.WatchedIntentions = make(map[structs.ServiceName]context.CancelFunc) - snap.TerminatingGateway.WatchedResolvers = make(map[structs.ServiceName]context.CancelFunc) + snap.TerminatingGateway.Intentions = make(map[structs.ServiceName]structs.Intentions) + snap.TerminatingGateway.WatchedLeaves = make(map[structs.ServiceName]context.CancelFunc) snap.TerminatingGateway.ServiceLeaves = make(map[structs.ServiceName]*structs.IssuedCert) - snap.TerminatingGateway.ServiceGroups = make(map[structs.ServiceName]structs.CheckServiceNodes) + snap.TerminatingGateway.WatchedConfigs = make(map[structs.ServiceName]context.CancelFunc) + snap.TerminatingGateway.ServiceConfigs = make(map[structs.ServiceName]*structs.ServiceConfigResponse) + snap.TerminatingGateway.WatchedResolvers = make(map[structs.ServiceName]context.CancelFunc) snap.TerminatingGateway.ServiceResolvers = make(map[structs.ServiceName]*structs.ServiceResolverConfigEntry) + snap.TerminatingGateway.ServiceResolversSet = make(map[structs.ServiceName]bool) + snap.TerminatingGateway.ServiceGroups = make(map[structs.ServiceName]structs.CheckServiceNodes) snap.TerminatingGateway.GatewayServices = make(map[structs.ServiceName]structs.GatewayService) snap.TerminatingGateway.HostnameServices = make(map[structs.ServiceName]structs.CheckServiceNodes) case structs.ServiceKindMeshGateway: @@ -691,7 +698,17 @@ func (s *state) handleUpdateConnectProxy(u cache.UpdateEvent, snap *ConfigSnapsh } snap.Roots = roots case u.CorrelationID == intentionsWatchID: - // no-op: Intentions don't get stored in the snapshot, calls to ConnectAuthorize will fetch them from the cache + resp, ok := u.Result.(*structs.IndexedIntentionMatches) + if !ok { + return fmt.Errorf("invalid type for response: %T", u.Result) + } + if len(resp.Matches) > 0 { + // RPC supports matching multiple services at once but we only ever + // query with the one service we represent currently so just pick + // the one result set up. + snap.ConnectProxy.Intentions = resp.Matches[0] + } + snap.ConnectProxy.IntentionsSet = true case strings.HasPrefix(u.CorrelationID, "upstream:"+preparedQueryIDPrefix): resp, ok := u.Result.(*structs.PreparedQueryExecuteResponse) @@ -1000,6 +1017,28 @@ func (s *state) handleUpdateTerminatingGateway(u cache.UpdateEvent, snap *Config snap.TerminatingGateway.WatchedLeaves[svc.Service] = cancel } + // Watch service configs for the service. + // These are used to determine the protocol for the target service. + if _, ok := snap.TerminatingGateway.WatchedConfigs[svc.Service]; !ok { + ctx, cancel := context.WithCancel(s.ctx) + err := s.cache.Notify(ctx, cachetype.ResolvedServiceConfigName, &structs.ServiceConfigRequest{ + Datacenter: s.source.Datacenter, + QueryOptions: structs.QueryOptions{Token: s.token}, + Name: svc.Service.Name, + EnterpriseMeta: svc.Service.EnterpriseMeta, + }, serviceConfigIDPrefix+svc.Service.String(), s.ch) + + if err != nil { + logger.Error("failed to register watch for a resolved service config", + "service", svc.Service.String(), + "error", err, + ) + cancel() + return err + } + snap.TerminatingGateway.WatchedConfigs[svc.Service] = cancel + } + // Watch service resolvers for the service // These are used to create clusters and endpoints for the service subsets if _, ok := snap.TerminatingGateway.WatchedResolvers[svc.Service]; !ok { @@ -1058,12 +1097,23 @@ func (s *state) handleUpdateTerminatingGateway(u cache.UpdateEvent, snap *Config } } + // Cancel service config watches for services that were not in the update + for sn, cancelFn := range snap.TerminatingGateway.WatchedConfigs { + if _, ok := svcMap[sn]; !ok { + logger.Debug("canceling watch for resolved service config", "service", sn.String()) + delete(snap.TerminatingGateway.WatchedConfigs, sn) + delete(snap.TerminatingGateway.ServiceConfigs, sn) + cancelFn() + } + } + // Cancel service-resolver watches for services that were not in the update for sn, cancelFn := range snap.TerminatingGateway.WatchedResolvers { if _, ok := svcMap[sn]; !ok { logger.Debug("canceling watch for service-resolver", "service", sn.String()) delete(snap.TerminatingGateway.WatchedResolvers, sn) delete(snap.TerminatingGateway.ServiceResolvers, sn) + delete(snap.TerminatingGateway.ServiceResolversSet, sn) cancelFn() } } @@ -1073,9 +1123,7 @@ func (s *state) handleUpdateTerminatingGateway(u cache.UpdateEvent, snap *Config if _, ok := svcMap[sn]; !ok { logger.Debug("canceling watch for intention", "service", sn.String()) delete(snap.TerminatingGateway.WatchedIntentions, sn) - - // No additional deletions needed, since intentions aren't stored in snapshot - + delete(snap.TerminatingGateway.Intentions, sn) cancelFn() } } @@ -1105,21 +1153,43 @@ func (s *state) handleUpdateTerminatingGateway(u cache.UpdateEvent, snap *Config sn := structs.ServiceNameFromString(strings.TrimPrefix(u.CorrelationID, serviceLeafIDPrefix)) snap.TerminatingGateway.ServiceLeaves[sn] = leaf - case strings.HasPrefix(u.CorrelationID, "service-resolver:"): + case strings.HasPrefix(u.CorrelationID, serviceConfigIDPrefix): + serviceConfig, ok := u.Result.(*structs.ServiceConfigResponse) + if !ok { + return fmt.Errorf("invalid type for response: %T", u.Result) + } + + sn := structs.ServiceNameFromString(strings.TrimPrefix(u.CorrelationID, serviceConfigIDPrefix)) + snap.TerminatingGateway.ServiceConfigs[sn] = serviceConfig + + case strings.HasPrefix(u.CorrelationID, serviceResolverIDPrefix): configEntries, ok := u.Result.(*structs.IndexedConfigEntries) if !ok { return fmt.Errorf("invalid type for response: %T", u.Result) } + sn := structs.ServiceNameFromString(strings.TrimPrefix(u.CorrelationID, serviceResolverIDPrefix)) // There should only ever be one entry for a service resolver within a namespace if len(configEntries.Entries) == 1 { if resolver, ok := configEntries.Entries[0].(*structs.ServiceResolverConfigEntry); ok { - snap.TerminatingGateway.ServiceResolvers[structs.NewServiceName(resolver.Name, &resolver.EnterpriseMeta)] = resolver + snap.TerminatingGateway.ServiceResolvers[sn] = resolver } } + snap.TerminatingGateway.ServiceResolversSet[sn] = true - // nolint: staticcheck // github.com/dominikh/go-tools/issues/580 case strings.HasPrefix(u.CorrelationID, serviceIntentionsIDPrefix): - // no-op: Intentions don't get stored in the snapshot, calls to ConnectAuthorize will fetch them from the cache + resp, ok := u.Result.(*structs.IndexedIntentionMatches) + if !ok { + return fmt.Errorf("invalid type for response: %T", u.Result) + } + + sn := structs.ServiceNameFromString(strings.TrimPrefix(u.CorrelationID, serviceIntentionsIDPrefix)) + + if len(resp.Matches) > 0 { + // RPC supports matching multiple services at once but we only ever + // query with the one service we represent currently so just pick + // the one result set up. + snap.TerminatingGateway.Intentions[sn] = resp.Matches[0] + } default: // do nothing diff --git a/agent/proxycfg/state_test.go b/agent/proxycfg/state_test.go index 6f2f686901..a907144f84 100644 --- a/agent/proxycfg/state_test.go +++ b/agent/proxycfg/state_test.go @@ -223,6 +223,17 @@ func genVerifyResolverWatch(expectedService, expectedDatacenter, expectedKind st } } +func genVerifyResolvedConfigWatch(expectedService string, expectedDatacenter string) verifyWatchRequest { + return func(t testing.TB, cacheType string, request cache.Request) { + require.Equal(t, cachetype.ResolvedServiceConfigName, cacheType) + + reqReal, ok := request.(*structs.ServiceConfigRequest) + require.True(t, ok) + require.Equal(t, expectedDatacenter, reqReal.Datacenter) + require.Equal(t, expectedService, reqReal.Name) + } +} + func genVerifyIntentionWatch(expectedService string, expectedDatacenter string) verifyWatchRequest { return func(t testing.TB, cacheType string, request cache.Request) { require.Equal(t, cachetype.IntentionMatchName, cacheType) @@ -422,6 +433,8 @@ func TestState_WatchesAndUpdates(t *testing.T) { ns.Proxy.MeshGateway.Mode = meshGatewayProxyConfigValue } + ixnMatch := TestIntentions() + stage0 := verificationStage{ requiredWatches: map[string]verifyWatchRequest{ rootsWatchID: genVerifyRootsWatch("dc1"), @@ -481,6 +494,11 @@ func TestState_WatchesAndUpdates(t *testing.T) { Result: issuedCert, Err: nil, }, + { + CorrelationID: intentionsWatchID, + Result: ixnMatch, + Err: nil, + }, { CorrelationID: "discovery-chain:api", Result: &structs.DiscoveryChainResponse{ @@ -555,6 +573,9 @@ func TestState_WatchesAndUpdates(t *testing.T) { require.Len(t, snap.ConnectProxy.WatchedServiceChecks, 0, "%+v", snap.ConnectProxy.WatchedServiceChecks) require.Len(t, snap.ConnectProxy.PreparedQueryEndpoints, 0, "%+v", snap.ConnectProxy.PreparedQueryEndpoints) + + require.True(t, snap.ConnectProxy.IntentionsSet) + require.Equal(t, ixnMatch.Matches[0], snap.ConnectProxy.Intentions) }, } @@ -581,6 +602,9 @@ func TestState_WatchesAndUpdates(t *testing.T) { require.Len(t, snap.ConnectProxy.WatchedServiceChecks, 0, "%+v", snap.ConnectProxy.WatchedServiceChecks) require.Len(t, snap.ConnectProxy.PreparedQueryEndpoints, 0, "%+v", snap.ConnectProxy.PreparedQueryEndpoints) + + require.True(t, snap.ConnectProxy.IntentionsSet) + require.Equal(t, ixnMatch.Matches[0], snap.ConnectProxy.Intentions) }, } @@ -599,9 +623,46 @@ func TestState_WatchesAndUpdates(t *testing.T) { db := structs.NewServiceName("db", nil) dbStr := db.String() + billing := structs.NewServiceName("billing", nil) + api := structs.NewServiceName("api", nil) apiStr := api.String() + dbIxnMatch := &structs.IndexedIntentionMatches{ + Matches: []structs.Intentions{ + []*structs.Intention{ + { + ID: "abc-123", + SourceNS: "default", + SourceName: "api", + DestinationNS: "default", + DestinationName: "db", + Action: structs.IntentionActionAllow, + }, + }, + }, + } + + dbConfig := &structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{ + "protocol": "grpc", + }, + } + + dbResolver := &structs.IndexedConfigEntries{ + Kind: structs.ServiceResolver, + Entries: []structs.ConfigEntry{ + &structs.ServiceResolverConfigEntry{ + Name: "db", + Kind: structs.ServiceResolver, + Redirect: &structs.ServiceResolverRedirect{ + Service: "db", + Datacenter: "dc2", + }, + }, + }, + } + cases := map[string]testCase{ "initial-gateway": { ns: structs.NodeService{ @@ -1105,7 +1166,7 @@ func TestState_WatchesAndUpdates(t *testing.T) { Result: &structs.IndexedGatewayServices{ Services: structs.GatewayServices{ { - Service: structs.NewServiceName("db", nil), + Service: db, Gateway: structs.NewServiceName("terminating-gateway", nil), }, }, @@ -1115,7 +1176,10 @@ func TestState_WatchesAndUpdates(t *testing.T) { }, verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { require.True(t, snap.Valid(), "gateway with service list is valid") + require.Len(t, snap.TerminatingGateway.ValidServices(), 0) + require.Len(t, snap.TerminatingGateway.WatchedServices, 1) + require.Contains(t, snap.TerminatingGateway.WatchedServices, db) }, }, { @@ -1125,15 +1189,15 @@ func TestState_WatchesAndUpdates(t *testing.T) { Result: &structs.IndexedGatewayServices{ Services: structs.GatewayServices{ { - Service: structs.NewServiceName("db", nil), + Service: db, Gateway: structs.NewServiceName("terminating-gateway", nil), }, { - Service: structs.NewServiceName("billing", nil), + Service: billing, Gateway: structs.NewServiceName("terminating-gateway", nil), }, { - Service: structs.NewServiceName("api", nil), + Service: api, Gateway: structs.NewServiceName("terminating-gateway", nil), }, }, @@ -1142,11 +1206,9 @@ func TestState_WatchesAndUpdates(t *testing.T) { }, }, verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { - db := structs.NewServiceName("db", nil) - billing := structs.NewServiceName("billing", nil) - api := structs.NewServiceName("api", nil) - require.True(t, snap.Valid(), "gateway with service list is valid") + require.Len(t, snap.TerminatingGateway.ValidServices(), 0) + require.Len(t, snap.TerminatingGateway.WatchedServices, 3) require.Contains(t, snap.TerminatingGateway.WatchedServices, db) require.Contains(t, snap.TerminatingGateway.WatchedServices, billing) @@ -1162,6 +1224,11 @@ func TestState_WatchesAndUpdates(t *testing.T) { require.Contains(t, snap.TerminatingGateway.WatchedLeaves, billing) require.Contains(t, snap.TerminatingGateway.WatchedLeaves, api) + require.Len(t, snap.TerminatingGateway.WatchedConfigs, 3) + require.Contains(t, snap.TerminatingGateway.WatchedConfigs, db) + require.Contains(t, snap.TerminatingGateway.WatchedConfigs, billing) + require.Contains(t, snap.TerminatingGateway.WatchedConfigs, api) + require.Len(t, snap.TerminatingGateway.WatchedResolvers, 3) require.Contains(t, snap.TerminatingGateway.WatchedResolvers, db) require.Contains(t, snap.TerminatingGateway.WatchedResolvers, billing) @@ -1198,8 +1265,11 @@ func TestState_WatchesAndUpdates(t *testing.T) { }, }, verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.True(t, snap.Valid(), "gateway with service list is valid") + require.Len(t, snap.TerminatingGateway.ValidServices(), 0) + require.Len(t, snap.TerminatingGateway.ServiceGroups, 1) - require.Equal(t, snap.TerminatingGateway.ServiceGroups[structs.NewServiceName("db", nil)], + require.Equal(t, snap.TerminatingGateway.ServiceGroups[db], structs.CheckServiceNodes{ { Node: &structs.Node{ @@ -1263,6 +1333,9 @@ func TestState_WatchesAndUpdates(t *testing.T) { }, }, verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.True(t, snap.Valid(), "gateway with service list is valid") + require.Len(t, snap.TerminatingGateway.ValidServices(), 0) + require.Len(t, snap.TerminatingGateway.ServiceGroups, 2) expect := structs.CheckServiceNodes{ { @@ -1299,11 +1372,10 @@ func TestState_WatchesAndUpdates(t *testing.T) { }, }, } - sn := structs.NewServiceName("api", nil) - require.Equal(t, snap.TerminatingGateway.ServiceGroups[sn], expect) + require.Equal(t, snap.TerminatingGateway.ServiceGroups[api], expect) // The instance in node3 should not be present in HostnameDatacenters because it has a valid IP - require.ElementsMatch(t, snap.TerminatingGateway.HostnameServices[sn], expect[:2]) + require.ElementsMatch(t, snap.TerminatingGateway.HostnameServices[api], expect[:2]) }, }, { @@ -1318,7 +1390,50 @@ func TestState_WatchesAndUpdates(t *testing.T) { }, }, verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { - require.Equal(t, snap.TerminatingGateway.ServiceLeaves[structs.NewServiceName("db", nil)], issuedCert) + require.True(t, snap.Valid(), "gateway with service list is valid") + require.Len(t, snap.TerminatingGateway.ValidServices(), 0) + + require.Equal(t, snap.TerminatingGateway.ServiceLeaves[db], issuedCert) + }, + }, + { + requiredWatches: map[string]verifyWatchRequest{ + serviceIntentionsIDPrefix + dbStr: genVerifyIntentionWatch("db", "dc1"), + }, + events: []cache.UpdateEvent{ + { + CorrelationID: serviceIntentionsIDPrefix + dbStr, + Result: dbIxnMatch, + Err: nil, + }, + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.True(t, snap.Valid(), "gateway with service list is valid") + require.Len(t, snap.TerminatingGateway.ValidServices(), 0) + + require.Len(t, snap.TerminatingGateway.Intentions, 1) + dbIxn, ok := snap.TerminatingGateway.Intentions[db] + require.True(t, ok) + require.Equal(t, dbIxnMatch.Matches[0], dbIxn) + }, + }, + { + requiredWatches: map[string]verifyWatchRequest{ + serviceConfigIDPrefix + dbStr: genVerifyResolvedConfigWatch("db", "dc1"), + }, + events: []cache.UpdateEvent{ + { + CorrelationID: serviceConfigIDPrefix + dbStr, + Result: dbConfig, + Err: nil, + }, + }, + verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { + require.True(t, snap.Valid(), "gateway with service list is valid") + require.Len(t, snap.TerminatingGateway.ValidServices(), 0) + + require.Len(t, snap.TerminatingGateway.ServiceConfigs, 1) + require.Equal(t, snap.TerminatingGateway.ServiceConfigs[db], dbConfig) }, }, { @@ -1328,32 +1443,20 @@ func TestState_WatchesAndUpdates(t *testing.T) { events: []cache.UpdateEvent{ { CorrelationID: "service-resolver:" + dbStr, - Result: &structs.IndexedConfigEntries{ - Kind: structs.ServiceResolver, - Entries: []structs.ConfigEntry{ - &structs.ServiceResolverConfigEntry{ - Name: "db", - Kind: structs.ServiceResolver, - Redirect: &structs.ServiceResolverRedirect{ - Service: "db", - Datacenter: "dc2", - }, - }, - }, - }, - Err: nil, + Result: dbResolver, + Err: nil, }, }, verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { - want := &structs.ServiceResolverConfigEntry{ - Kind: structs.ServiceResolver, - Name: "db", - Redirect: &structs.ServiceResolverRedirect{ - Service: "db", - Datacenter: "dc2", - }, - } - require.Equal(t, want, snap.TerminatingGateway.ServiceResolvers[structs.NewServiceName("db", nil)]) + require.True(t, snap.Valid(), "gateway with service list is valid") + // Finally we have everything we need + require.Equal(t, []structs.ServiceName{db}, snap.TerminatingGateway.ValidServices()) + + require.Len(t, snap.TerminatingGateway.ServiceResolversSet, 1) + require.True(t, snap.TerminatingGateway.ServiceResolversSet[db]) + + require.Len(t, snap.TerminatingGateway.ServiceResolvers, 1) + require.Equal(t, dbResolver.Entries[0], snap.TerminatingGateway.ServiceResolvers[db]) }, }, { @@ -1363,7 +1466,7 @@ func TestState_WatchesAndUpdates(t *testing.T) { Result: &structs.IndexedGatewayServices{ Services: structs.GatewayServices{ { - Service: structs.NewServiceName("billing", nil), + Service: billing, Gateway: structs.NewServiceName("terminating-gateway", nil), }, }, @@ -1372,9 +1475,8 @@ func TestState_WatchesAndUpdates(t *testing.T) { }, }, verifySnapshot: func(t testing.TB, snap *ConfigSnapshot) { - billing := structs.NewServiceName("billing", nil) - require.True(t, snap.Valid(), "gateway with service list is valid") + require.Len(t, snap.TerminatingGateway.ValidServices(), 0) // All the watches should have been cancelled for db require.Len(t, snap.TerminatingGateway.WatchedServices, 1) diff --git a/agent/proxycfg/testing.go b/agent/proxycfg/testing.go index 291c06762d..1c01744935 100644 --- a/agent/proxycfg/testing.go +++ b/agent/proxycfg/testing.go @@ -99,7 +99,7 @@ func TestLeafForCA(t testing.T, ca *structs.CARoot) *structs.IssuedCert { // TestIntentions returns a sample intentions match result useful to // mocking service discovery cache results. -func TestIntentions(t testing.T) *structs.IndexedIntentionMatches { +func TestIntentions() *structs.IndexedIntentionMatches { return &structs.IndexedIntentionMatches{ Matches: []structs.Intentions{ []*structs.Intention{ @@ -685,6 +685,8 @@ func TestConfigSnapshot(t testing.T) *ConfigSnapshot { PreparedQueryEndpoints: map[string]structs.CheckServiceNodes{ "prepared_query:geo-cache": TestUpstreamNodes(t), }, + Intentions: nil, // no intentions defined + IntentionsSet: true, }, Datacenter: "dc1", } @@ -763,6 +765,10 @@ func TestConfigSnapshotDiscoveryChainWithRouter(t testing.T) *ConfigSnapshot { return testConfigSnapshotDiscoveryChain(t, "chain-and-router") } +func TestConfigSnapshotDiscoveryChainWithLB(t testing.T) *ConfigSnapshot { + return testConfigSnapshotDiscoveryChain(t, "lb-resolver") +} + func testConfigSnapshotDiscoveryChain(t testing.T, variation string, additionalEntries ...structs.ConfigEntry) *ConfigSnapshot { roots, leaf := TestCerts(t) @@ -1248,6 +1254,55 @@ func setupTestVariationConfigEntriesAndSnapshot( }, }, ) + case "lb-resolver": + entries = append(entries, + &structs.ProxyConfigEntry{ + Kind: structs.ProxyDefaults, + Name: structs.ProxyConfigGlobal, + Config: map[string]interface{}{ + "protocol": "http", + }, + }, + &structs.ServiceSplitterConfigEntry{ + Kind: structs.ServiceSplitter, + Name: "db", + Splits: []structs.ServiceSplit{ + {Weight: 95.5, Service: "something-else"}, + {Weight: 4.5, Service: "db"}, + }, + }, + &structs.ServiceResolverConfigEntry{ + Kind: structs.ServiceResolver, + Name: "db", + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MinimumRingSize: 20, + MaximumRingSize: 30, + }, + HashPolicies: []structs.HashPolicy{ + { + Field: "cookie", + FieldValue: "chocolate-chip", + Terminal: true, + }, + { + Field: "cookie", + FieldValue: "chocolate-chip", + CookieConfig: &structs.CookieConfig{Session: true}, + }, + { + Field: "header", + FieldValue: "x-user-id", + }, + { + SourceIP: true, + Terminal: true, + }, + }, + }, + }, + ) case "http-multiple-services": default: t.Fatalf("unexpected variation: %q", variation) @@ -1346,6 +1401,7 @@ func setupTestVariationConfigEntriesAndSnapshot( snap.WatchedUpstreamEndpoints["bar"] = map[string]structs.CheckServiceNodes{ "bar.default.dc1": TestUpstreamNodesAlternate(t), } + case "lb-resolver": default: t.Fatalf("unexpected variation: %q", variation) return ConfigSnapshotUpstreams{} @@ -1556,6 +1612,10 @@ func TestConfigSnapshotIngressGatewayNoServices(t testing.T) *ConfigSnapshot { return testConfigSnapshotIngressGateway(t, false, "tcp", "default") } +func TestConfigSnapshotIngressWithLB(t testing.T) *ConfigSnapshot { + return testConfigSnapshotIngressGateway(t, true, "http", "lb-resolver") +} + func TestConfigSnapshotIngressDiscoveryChainWithEntries(t testing.T, additionalEntries ...structs.ConfigEntry) *ConfigSnapshot { return testConfigSnapshotIngressGateway(t, true, "http", "simple", additionalEntries...) } @@ -1793,6 +1853,12 @@ func testConfigSnapshotTerminatingGateway(t testing.T, populateServices bool) *C db: dbNodes, cache: cacheNodes, }, + ServiceResolversSet: map[structs.ServiceName]bool{ + web: true, + api: true, + db: true, + cache: true, + }, GatewayServices: map[structs.ServiceName]structs.GatewayService{ web: { Service: web, @@ -1817,20 +1883,43 @@ func testConfigSnapshotTerminatingGateway(t testing.T, populateServices bool) *C cache: {cacheNodes[0], cacheNodes[1]}, }, } + + snap.TerminatingGateway.ServiceConfigs = map[structs.ServiceName]*structs.ServiceConfigResponse{ + web: { + ProxyConfig: map[string]interface{}{"protocol": "tcp"}, + }, + api: { + ProxyConfig: map[string]interface{}{"protocol": "tcp"}, + }, + db: { + ProxyConfig: map[string]interface{}{"protocol": "tcp"}, + }, + cache: { + ProxyConfig: map[string]interface{}{"protocol": "tcp"}, + }, + } + snap.TerminatingGateway.Intentions = map[structs.ServiceName]structs.Intentions{ + // no intentions defined for thse services + web: nil, + api: nil, + db: nil, + cache: nil, + } + snap.TerminatingGateway.ServiceLeaves = map[structs.ServiceName]*structs.IssuedCert{ - structs.NewServiceName("web", nil): { + web: { CertPEM: golden(t, "test-leaf-cert"), PrivateKeyPEM: golden(t, "test-leaf-key"), }, - structs.NewServiceName("api", nil): { + api: { CertPEM: golden(t, "alt-test-leaf-cert"), PrivateKeyPEM: golden(t, "alt-test-leaf-key"), }, - structs.NewServiceName("db", nil): { + db: { CertPEM: golden(t, "db-test-leaf-cert"), PrivateKeyPEM: golden(t, "db-test-leaf-key"), }, - structs.NewServiceName("cache", nil): { + cache: { CertPEM: golden(t, "cache-test-leaf-cert"), PrivateKeyPEM: golden(t, "cache-test-leaf-key"), }, diff --git a/agent/router/manager.go b/agent/router/manager.go index 470064945a..9c7d805976 100644 --- a/agent/router/manager.go +++ b/agent/router/manager.go @@ -254,6 +254,9 @@ func (m *Manager) CheckServers(fn func(srv *metadata.Server) bool) { // getServerList is a convenience method which hides the locking semantics // of atomic.Value from the caller. func (m *Manager) getServerList() serverList { + if m == nil { + return serverList{} + } return m.listValue.Load().(serverList) } @@ -321,6 +324,25 @@ func (m *Manager) NumServers() int { return len(l.servers) } +func (m *Manager) healthyServer(server *metadata.Server) bool { + // Check to see if the manager is trying to ping itself. This + // is a small optimization to avoid performing an unnecessary + // RPC call. + // If this is true, we know there are healthy servers for this + // manager and we don't need to continue. + if m.serverName != "" && server.Name == m.serverName { + return true + } + if ok, err := m.connPoolPinger.Ping(server.Datacenter, server.ShortName, server.Addr); !ok { + m.logger.Debug("pinging server failed", + "server", server.String(), + "error", err, + ) + return false + } + return true +} + // RebalanceServers shuffles the list of servers on this metadata. The server // at the front of the list is selected for the next RPC. RPC calls that // fail for a particular server are rotated to the end of the list. This @@ -345,24 +367,12 @@ func (m *Manager) RebalanceServers() { // this loop mutates the server list in-place. var foundHealthyServer bool for i := 0; i < len(l.servers); i++ { - // Always test the first server. Failed servers are cycled + // Always test the first server. Failed servers are cycled // while Serf detects the node has failed. - srv := l.servers[0] - - // check to see if the manager is trying to ping itself, - // continue if that is the case. - if m.serverName != "" && srv.Name == m.serverName { - continue - } - ok, err := m.connPoolPinger.Ping(srv.Datacenter, srv.ShortName, srv.Addr) - if ok { + if m.healthyServer(l.servers[0]) { foundHealthyServer = true break } - m.logger.Debug("pinging server failed", - "server", srv.String(), - "error", err, - ) l.servers = l.cycleServer() } diff --git a/agent/router/manager_internal_test.go b/agent/router/manager_internal_test.go index 10f39fbf9c..76d9512168 100644 --- a/agent/router/manager_internal_test.go +++ b/agent/router/manager_internal_test.go @@ -10,6 +10,7 @@ import ( "github.com/hashicorp/consul/agent/metadata" "github.com/hashicorp/go-hclog" + "github.com/stretchr/testify/require" ) var ( @@ -350,3 +351,53 @@ func TestManagerInternal_saveServerList(t *testing.T) { } }() } + +func TestManager_healthyServer(t *testing.T) { + t.Run("checking itself", func(t *testing.T) { + m := testManager() + m.serverName = "s1" + server := metadata.Server{Name: m.serverName} + require.True(t, m.healthyServer(&server)) + }) + t.Run("checking another server with successful ping", func(t *testing.T) { + m := testManager() + server := metadata.Server{Name: "s1"} + require.True(t, m.healthyServer(&server)) + }) + t.Run("checking another server with failed ping", func(t *testing.T) { + m := testManagerFailProb(1) + server := metadata.Server{Name: "s1"} + require.False(t, m.healthyServer(&server)) + }) +} + +func TestManager_Rebalance(t *testing.T) { + t.Run("single server cluster checking itself", func(t *testing.T) { + m := testManager() + m.serverName = "s1" + m.AddServer(&metadata.Server{Name: m.serverName}) + m.RebalanceServers() + require.False(t, m.IsOffline()) + }) + t.Run("multi server cluster is unhealthy when pings always fail", func(t *testing.T) { + m := testManagerFailProb(1) + m.AddServer(&metadata.Server{Name: "s1"}) + m.AddServer(&metadata.Server{Name: "s2"}) + m.AddServer(&metadata.Server{Name: "s3"}) + for i := 0; i < 100; i++ { + m.RebalanceServers() + require.True(t, m.IsOffline()) + } + }) + t.Run("multi server cluster checking itself remains healthy despite pings always fail", func(t *testing.T) { + m := testManagerFailProb(1) + m.serverName = "s1" + m.AddServer(&metadata.Server{Name: m.serverName}) + m.AddServer(&metadata.Server{Name: "s2"}) + m.AddServer(&metadata.Server{Name: "s3"}) + for i := 0; i < 100; i++ { + m.RebalanceServers() + require.False(t, m.IsOffline()) + } + }) +} diff --git a/agent/router/router.go b/agent/router/router.go index 64df6a003e..243082a0ef 100644 --- a/agent/router/router.go +++ b/agent/router/router.go @@ -144,6 +144,12 @@ func (r *Router) AddArea(areaID types.AreaID, cluster RouterSerfCluster, pinger } r.areas[areaID] = area + // always ensure we have a started manager for the LAN area + if areaID == types.AreaLAN { + r.logger.Info("Initializing LAN area manager") + r.maybeInitializeManager(area, r.localDatacenter) + } + // Do an initial populate of the manager so that we don't have to wait // for events to fire. This lets us attempt to use all the known servers // initially, and then will quickly detect that they are failed if we @@ -151,10 +157,12 @@ func (r *Router) AddArea(areaID types.AreaID, cluster RouterSerfCluster, pinger for _, m := range cluster.Members() { ok, parts := metadata.IsConsulServer(m) if !ok { - r.logger.Warn("Non-server in server-only area", - "non_server", m.Name, - "area", areaID, - ) + if areaID != types.AreaLAN { + r.logger.Warn("Non-server in server-only area", + "non_server", m.Name, + "area", areaID, + ) + } continue } @@ -233,24 +241,35 @@ func (r *Router) RemoveArea(areaID types.AreaID) error { return nil } +// maybeInitializeManager will initialize a new manager for the given area/dc +// if its not already created. Calling this function should only be done if +// holding a write lock on the Router. +func (r *Router) maybeInitializeManager(area *areaInfo, dc string) *Manager { + info, ok := area.managers[dc] + if ok { + return info.manager + } + + shutdownCh := make(chan struct{}) + manager := New(r.logger, shutdownCh, area.cluster, area.pinger, r.serverName) + info = &managerInfo{ + manager: manager, + shutdownCh: shutdownCh, + } + area.managers[dc] = info + + managers := r.managers[dc] + r.managers[dc] = append(managers, manager) + go manager.Start() + + return manager +} + // addServer does the work of AddServer once the write lock is held. func (r *Router) addServer(area *areaInfo, s *metadata.Server) error { // Make the manager on the fly if this is the first we've seen of it, // and add it to the index. - info, ok := area.managers[s.Datacenter] - if !ok { - shutdownCh := make(chan struct{}) - manager := New(r.logger, shutdownCh, area.cluster, area.pinger, r.serverName) - info = &managerInfo{ - manager: manager, - shutdownCh: shutdownCh, - } - area.managers[s.Datacenter] = info - - managers := r.managers[s.Datacenter] - r.managers[s.Datacenter] = append(managers, manager) - go manager.Start() - } + manager := r.maybeInitializeManager(area, s.Datacenter) // If TLS is enabled for the area, set it on the server so the manager // knows to use TLS when pinging it. @@ -258,7 +277,7 @@ func (r *Router) addServer(area *areaInfo, s *metadata.Server) error { s.UseTLS = true } - info.manager.AddServer(s) + manager.AddServer(s) return nil } @@ -341,6 +360,28 @@ func (r *Router) FindRoute(datacenter string) (*Manager, *metadata.Server, bool) return r.routeFn(datacenter) } +// FindLANRoute returns a healthy server within the local datacenter. In some +// cases this may return a best-effort unhealthy server that can be used for a +// connection attempt. If any problem occurs with the given server, the caller +// should feed that back to the manager associated with the server, which is +// also returned, by calling NotifyFailedServer(). +func (r *Router) FindLANRoute() (*Manager, *metadata.Server) { + mgr := r.GetLANManager() + + if mgr == nil { + return nil, nil + } + + return mgr, mgr.FindServer() +} + +// FindLANServer will look for a server in the local datacenter. +// This function may return a nil value if no server is available. +func (r *Router) FindLANServer() *metadata.Server { + _, srv := r.FindLANRoute() + return srv +} + // findDirectRoute looks for a route to the given datacenter if it's directly // adjacent to the server. func (r *Router) findDirectRoute(datacenter string) (*Manager, *metadata.Server, bool) { @@ -406,6 +447,24 @@ func (r *Router) GetDatacenters() []string { return dcs } +// GetRemoteDatacenters returns a list of remote datacenters known to the router, sorted by +// name. +func (r *Router) GetRemoteDatacenters(local string) []string { + r.RLock() + defer r.RUnlock() + + dcs := make([]string, 0, len(r.managers)) + for dc := range r.managers { + if dc == local { + continue + } + dcs = append(dcs, dc) + } + + sort.Strings(dcs) + return dcs +} + // HasDatacenter checks whether dc is defined in WAN func (r *Router) HasDatacenter(dc string) bool { r.RLock() @@ -414,6 +473,24 @@ func (r *Router) HasDatacenter(dc string) bool { return ok } +// GetLANManager returns the Manager for the LAN area and the local datacenter +func (r *Router) GetLANManager() *Manager { + r.RLock() + defer r.RUnlock() + + area, ok := r.areas[types.AreaLAN] + if !ok { + return nil + } + + managerInfo, ok := area.managers[r.localDatacenter] + if !ok { + return nil + } + + return managerInfo.manager +} + // datacenterSorter takes a list of DC names and a parallel vector of distances // and implements sort.Interface, keeping both structures coherent and sorting // by distance. diff --git a/agent/router/router_test.go b/agent/router/router_test.go index 5ca440b01d..ae1beefaf4 100644 --- a/agent/router/router_test.go +++ b/agent/router/router_test.go @@ -15,6 +15,8 @@ import ( "github.com/hashicorp/consul/types" "github.com/hashicorp/serf/coordinate" "github.com/hashicorp/serf/serf" + + "github.com/stretchr/testify/require" ) type mockCluster struct { @@ -69,6 +71,26 @@ func (m *mockCluster) AddMember(dc string, name string, coord *coordinate.Coordi m.addr++ } +func (m *mockCluster) AddLANMember(dc, name, role string, coord *coordinate.Coordinate) { + member := serf.Member{ + Name: name, + Addr: net.ParseIP(fmt.Sprintf("127.0.0.%d", m.addr)), + Port: 8300, + Tags: map[string]string{ + "dc": dc, + "role": role, + "port": "8300", + "build": "0.8.0", + "vsn": "3", + }, + } + m.members = append(m.members, member) + if coord != nil { + m.coords[member.Name] = coord + } + m.addr++ +} + // testCluster is used to generate a single WAN-like area with a known set of // member and RTT topology. // @@ -487,3 +509,22 @@ func TestRouter_GetDatacenterMaps(t *testing.T) { } } } + +func TestRouter_FindLANServer(t *testing.T) { + r := testRouter(t, "dc0") + + lan := newMockCluster("node4.dc0") + lan.AddLANMember("dc0", "node0", "consul", lib.GenerateCoordinate(10*time.Millisecond)) + lan.AddLANMember("dc0", "node1", "", lib.GenerateCoordinate(20*time.Millisecond)) + lan.AddLANMember("dc0", "node2", "", lib.GenerateCoordinate(21*time.Millisecond)) + + require.NoError(t, r.AddArea(types.AreaLAN, lan, &fauxConnPool{})) + + srv := r.FindLANServer() + require.NotNil(t, srv) + require.Equal(t, "127.0.0.1:8300", srv.Addr.String()) + + mgr, srv2 := r.FindLANRoute() + require.NotNil(t, mgr) + require.Equal(t, srv, srv2) +} diff --git a/agent/routine-leak-checker/leak_test.go b/agent/routine-leak-checker/leak_test.go index 08d69d2a38..fc3ea42f19 100644 --- a/agent/routine-leak-checker/leak_test.go +++ b/agent/routine-leak-checker/leak_test.go @@ -6,7 +6,6 @@ import ( "crypto/rand" "crypto/x509" "io/ioutil" - "os" "path/filepath" "testing" @@ -58,7 +57,6 @@ func testTLSCertificates(serverName string) (cert string, key string, cacert str func setupPrimaryServer(t *testing.T) *agent.TestAgent { d := testutil.TempDir(t, "leaks-primary-server") - t.Cleanup(func() { os.RemoveAll(d) }) certPEM, keyPEM, caPEM, err := testTLSCertificates("server.primary.consul") require.NoError(t, err) diff --git a/agent/service_manager_test.go b/agent/service_manager_test.go index e71e21f222..8cb3ce2a24 100644 --- a/agent/service_manager_test.go +++ b/agent/service_manager_test.go @@ -9,7 +9,6 @@ import ( "testing" "github.com/hashicorp/consul/agent/structs" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/hashicorp/consul/testrpc" "github.com/stretchr/testify/require" @@ -293,16 +292,12 @@ func TestServiceManager_PersistService_API(t *testing.T) { ) // Now launch a single client agent - dataDir := testutil.TempDir(t, "agent") // we manage the data dir - defer os.RemoveAll(dataDir) - cfg := ` enable_central_service_config = true server = false bootstrap = false - data_dir = "` + dataDir + `" ` - a := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: dataDir}) + a := StartTestAgent(t, TestAgent{HCL: cfg}) defer a.Shutdown() // Join first @@ -465,7 +460,7 @@ func TestServiceManager_PersistService_API(t *testing.T) { serverAgent.Shutdown() // Should load it back during later start. - a2 := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: dataDir}) + a2 := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: a.DataDir}) defer a2.Shutdown() { @@ -510,9 +505,6 @@ func TestServiceManager_PersistService_ConfigFiles(t *testing.T) { ) // Now launch a single client agent - dataDir := testutil.TempDir(t, "agent") // we manage the data dir - defer os.RemoveAll(dataDir) - serviceSnippet := ` service = { kind = "connect-proxy" @@ -535,12 +527,11 @@ func TestServiceManager_PersistService_ConfigFiles(t *testing.T) { cfg := ` enable_central_service_config = true - data_dir = "` + dataDir + `" server = false bootstrap = false ` + serviceSnippet - a := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: dataDir}) + a := StartTestAgent(t, TestAgent{HCL: cfg}) defer a.Shutdown() // Join first @@ -639,7 +630,7 @@ func TestServiceManager_PersistService_ConfigFiles(t *testing.T) { serverAgent.Shutdown() // Should load it back during later start. - a2 := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: dataDir}) + a2 := StartTestAgent(t, TestAgent{HCL: cfg, DataDir: a.DataDir}) defer a2.Shutdown() { diff --git a/agent/session_endpoint_test.go b/agent/session_endpoint_test.go index 144aa26a3f..4690ebfbb7 100644 --- a/agent/session_endpoint_test.go +++ b/agent/session_endpoint_test.go @@ -97,7 +97,7 @@ func TestSessionCreate(t *testing.T) { "Checks": []types.CheckID{"consul"}, "LockDelay": "20s", } - enc.Encode(raw) + require.NoError(r, enc.Encode(raw)) req, _ := http.NewRequest("PUT", "/v1/session/create", body) resp := httptest.NewRecorder() @@ -158,7 +158,7 @@ func TestSessionCreate_NodeChecks(t *testing.T) { "NodeChecks": []types.CheckID{structs.SerfCheckID}, "LockDelay": "20s", } - enc.Encode(raw) + require.NoError(r, enc.Encode(raw)) req, _ := http.NewRequest("PUT", "/v1/session/create", body) resp := httptest.NewRecorder() @@ -216,7 +216,7 @@ func TestSessionCreate_Delete(t *testing.T) { "LockDelay": "20s", "Behavior": structs.SessionKeysDelete, } - enc.Encode(raw) + require.NoError(r, enc.Encode(raw)) req, _ := http.NewRequest("PUT", "/v1/session/create", body) resp := httptest.NewRecorder() @@ -244,23 +244,21 @@ func TestSessionCreate_DefaultCheck(t *testing.T) { defer a.Shutdown() testrpc.WaitForTestAgent(t, a.RPC, "dc1") - // Associate session with node and 2 health checks - body := bytes.NewBuffer(nil) - enc := json.NewEncoder(body) raw := map[string]interface{}{ "Name": "my-cool-session", "Node": a.Config.NodeName, "LockDelay": "20s", } - enc.Encode(raw) - req, _ := http.NewRequest("PUT", "/v1/session/create", body) - resp := httptest.NewRecorder() retry.Run(t, func(r *retry.R) { + body := bytes.NewBuffer(nil) + enc := json.NewEncoder(body) + require.NoError(r, enc.Encode(raw)) + req, _ := http.NewRequest("PUT", "/v1/session/create", body) + resp := httptest.NewRecorder() obj, err := a.srv.SessionCreate(resp, req) - if err != nil { - r.Fatalf("err: %v", err) - } + require.NoError(r, err) + require.Equal(r, resp.Code, http.StatusOK) want := structs.Session{ ID: obj.(sessionCreateResponse).ID, @@ -281,26 +279,23 @@ func TestSessionCreate_NoCheck(t *testing.T) { testrpc.WaitForTestAgent(t, a.RPC, "dc1") - t.Run("no check fields should yield default serfHealth", func(t *testing.T) { - body := bytes.NewBuffer(nil) - enc := json.NewEncoder(body) - raw := map[string]interface{}{ - "Name": "my-cool-session", - "Node": a.Config.NodeName, - "LockDelay": "20s", - } - enc.Encode(raw) + raw := map[string]interface{}{ + "Name": "my-cool-session", + "Node": a.Config.NodeName, + "LockDelay": "20s", + } - req, _ := http.NewRequest("PUT", "/v1/session/create", body) - resp := httptest.NewRecorder() + t.Run("no check fields should yield default serfHealth", func(t *testing.T) { retry.Run(t, func(r *retry.R) { + body := bytes.NewBuffer(nil) + enc := json.NewEncoder(body) + require.NoError(r, enc.Encode(raw)) + + req, _ := http.NewRequest("PUT", "/v1/session/create", body) + resp := httptest.NewRecorder() obj, err := a.srv.SessionCreate(resp, req) - if err != nil { - r.Fatalf("err: %v", err) - } - if obj == nil { - r.Fatalf("expected a session") - } + require.NoError(r, err) + require.Equal(r, resp.Code, http.StatusOK, resp.Body.String()) want := structs.Session{ ID: obj.(sessionCreateResponse).ID, @@ -315,23 +310,22 @@ func TestSessionCreate_NoCheck(t *testing.T) { }) t.Run("overwrite nodechecks to associate with no checks", func(t *testing.T) { - body := bytes.NewBuffer(nil) - enc := json.NewEncoder(body) raw := map[string]interface{}{ "Name": "my-cool-session", "Node": a.Config.NodeName, "NodeChecks": []string{}, "LockDelay": "20s", } - enc.Encode(raw) - req, _ := http.NewRequest("PUT", "/v1/session/create", body) - resp := httptest.NewRecorder() retry.Run(t, func(r *retry.R) { + body := bytes.NewBuffer(nil) + enc := json.NewEncoder(body) + require.NoError(r, enc.Encode(raw)) + req, _ := http.NewRequest("PUT", "/v1/session/create", body) + resp := httptest.NewRecorder() obj, err := a.srv.SessionCreate(resp, req) - if err != nil { - r.Fatalf("err: %v", err) - } + require.NoError(r, err) + require.Equal(r, resp.Code, http.StatusOK) want := structs.Session{ ID: obj.(sessionCreateResponse).ID, @@ -346,23 +340,23 @@ func TestSessionCreate_NoCheck(t *testing.T) { }) t.Run("overwrite checks to associate with no checks", func(t *testing.T) { - body := bytes.NewBuffer(nil) - enc := json.NewEncoder(body) raw := map[string]interface{}{ "Name": "my-cool-session", "Node": a.Config.NodeName, "Checks": []string{}, "LockDelay": "20s", } - enc.Encode(raw) - req, _ := http.NewRequest("PUT", "/v1/session/create", body) - resp := httptest.NewRecorder() retry.Run(t, func(r *retry.R) { + body := bytes.NewBuffer(nil) + enc := json.NewEncoder(body) + require.NoError(r, enc.Encode(raw)) + + req, _ := http.NewRequest("PUT", "/v1/session/create", body) + resp := httptest.NewRecorder() obj, err := a.srv.SessionCreate(resp, req) - if err != nil { - r.Fatalf("err: %v", err) - } + require.NoError(r, err) + require.Equal(r, resp.Code, http.StatusOK) want := structs.Session{ ID: obj.(sessionCreateResponse).ID, @@ -379,6 +373,7 @@ func TestSessionCreate_NoCheck(t *testing.T) { } func makeTestSession(t *testing.T, srv *HTTPServer) string { + t.Helper() url := "/v1/session/create" req, _ := http.NewRequest("PUT", url, nil) resp := httptest.NewRecorder() @@ -391,13 +386,14 @@ func makeTestSession(t *testing.T, srv *HTTPServer) string { } func makeTestSessionDelete(t *testing.T, srv *HTTPServer) string { + t.Helper() // Create Session with delete behavior body := bytes.NewBuffer(nil) enc := json.NewEncoder(body) raw := map[string]interface{}{ "Behavior": "delete", } - enc.Encode(raw) + require.NoError(t, enc.Encode(raw)) url := "/v1/session/create" req, _ := http.NewRequest("PUT", url, body) @@ -411,13 +407,14 @@ func makeTestSessionDelete(t *testing.T, srv *HTTPServer) string { } func makeTestSessionTTL(t *testing.T, srv *HTTPServer, ttl string) string { + t.Helper() // Create Session with TTL body := bytes.NewBuffer(nil) enc := json.NewEncoder(body) raw := map[string]interface{}{ "TTL": ttl, } - enc.Encode(raw) + require.NoError(t, enc.Encode(raw)) url := "/v1/session/create" req, _ := http.NewRequest("PUT", url, body) @@ -586,9 +583,9 @@ func TestSessionGet(t *testing.T) { defer a.Shutdown() testrpc.WaitForTestAgent(t, a.RPC, "dc1") - req, _ := http.NewRequest("GET", "/v1/session/info/adf4238a-882b-9ddc-4a9d-5b6758e4159e", nil) - resp := httptest.NewRecorder() retry.Run(t, func(r *retry.R) { + req, _ := http.NewRequest("GET", "/v1/session/info/adf4238a-882b-9ddc-4a9d-5b6758e4159e", nil) + resp := httptest.NewRecorder() obj, err := a.srv.SessionGet(resp, req) if err != nil { r.Fatalf("err: %v", err) diff --git a/agent/setup.go b/agent/setup.go new file mode 100644 index 0000000000..d5a2d063ea --- /dev/null +++ b/agent/setup.go @@ -0,0 +1,127 @@ +package agent + +import ( + "fmt" + "io" + "net" + "net/http" + "time" + + autoconf "github.com/hashicorp/consul/agent/auto-config" + "github.com/hashicorp/consul/agent/cache" + "github.com/hashicorp/consul/agent/config" + "github.com/hashicorp/consul/agent/pool" + "github.com/hashicorp/consul/agent/router" + "github.com/hashicorp/consul/agent/token" + "github.com/hashicorp/consul/ipaddr" + "github.com/hashicorp/consul/lib" + "github.com/hashicorp/consul/logging" + "github.com/hashicorp/consul/tlsutil" + "github.com/hashicorp/go-hclog" + "google.golang.org/grpc/grpclog" +) + +// TODO: BaseDeps should be renamed in the future once more of Agent.Start +// has been moved out in front of Agent.New, and we can better see the setup +// dependencies. +type BaseDeps struct { + Logger hclog.InterceptLogger + TLSConfigurator *tlsutil.Configurator // TODO: use an interface + MetricsHandler MetricsHandler + RuntimeConfig *config.RuntimeConfig + Tokens *token.Store + Cache *cache.Cache + AutoConfig *autoconf.AutoConfig // TODO: use an interface + ConnPool *pool.ConnPool // TODO: use an interface + Router *router.Router +} + +// MetricsHandler provides an http.Handler for displaying metrics. +type MetricsHandler interface { + DisplayMetrics(resp http.ResponseWriter, req *http.Request) (interface{}, error) +} + +type ConfigLoader func(source config.Source) (cfg *config.RuntimeConfig, warnings []string, err error) + +func NewBaseDeps(configLoader ConfigLoader, logOut io.Writer) (BaseDeps, error) { + d := BaseDeps{} + cfg, warnings, err := configLoader(nil) + if err != nil { + return d, err + } + + logConf := cfg.Logging + logConf.Name = logging.Agent + d.Logger, err = logging.Setup(logConf, logOut) + if err != nil { + return d, err + } + grpclog.SetLoggerV2(logging.NewGRPCLogger(cfg.Logging.LogLevel, d.Logger)) + + for _, w := range warnings { + d.Logger.Warn(w) + } + + cfg.NodeID, err = newNodeIDFromConfig(cfg, d.Logger) + if err != nil { + return d, fmt.Errorf("failed to setup node ID: %w", err) + } + + d.MetricsHandler, err = lib.InitTelemetry(cfg.Telemetry) + if err != nil { + return d, fmt.Errorf("failed to initialize telemetry: %w", err) + } + + d.TLSConfigurator, err = tlsutil.NewConfigurator(cfg.ToTLSUtilConfig(), d.Logger) + if err != nil { + return d, err + } + + d.RuntimeConfig = cfg + d.Tokens = new(token.Store) + + // cache-types are not registered yet, but they won't be used until the components are started. + d.Cache = cache.New(cfg.Cache) + d.ConnPool = newConnPool(cfg, d.Logger, d.TLSConfigurator) + + d.Router = router.NewRouter(d.Logger, cfg.Datacenter, fmt.Sprintf("%s.%s", cfg.NodeName, cfg.Datacenter)) + + acConf := autoconf.Config{ + DirectRPC: d.ConnPool, + Logger: d.Logger, + Loader: configLoader, + ServerProvider: d.Router, + TLSConfigurator: d.TLSConfigurator, + Cache: d.Cache, + Tokens: d.Tokens, + } + d.AutoConfig, err = autoconf.New(acConf) + if err != nil { + return d, err + } + + return d, nil +} + +func newConnPool(config *config.RuntimeConfig, logger hclog.Logger, tls *tlsutil.Configurator) *pool.ConnPool { + var rpcSrcAddr *net.TCPAddr + if !ipaddr.IsAny(config.RPCBindAddr) { + rpcSrcAddr = &net.TCPAddr{IP: config.RPCBindAddr.IP} + } + + pool := &pool.ConnPool{ + Server: config.ServerMode, + SrcAddr: rpcSrcAddr, + Logger: logger.StandardLogger(&hclog.StandardLoggerOptions{InferLevels: true}), + TLSConfigurator: tls, + Datacenter: config.Datacenter, + } + if config.ServerMode { + pool.MaxTime = 2 * time.Minute + pool.MaxStreams = 64 + } else { + pool.MaxTime = 127 * time.Second + pool.MaxStreams = 32 + } + return pool +} diff --git a/agent/structs/config_entry.go b/agent/structs/config_entry.go index d377f83a72..b1ffd3e0d6 100644 --- a/agent/structs/config_entry.go +++ b/agent/structs/config_entry.go @@ -10,6 +10,7 @@ import ( "github.com/hashicorp/consul/lib" "github.com/hashicorp/consul/lib/decode" "github.com/hashicorp/go-msgpack/codec" + "github.com/hashicorp/go-multierror" "github.com/mitchellh/hashstructure" "github.com/mitchellh/mapstructure" ) @@ -43,6 +44,7 @@ type ConfigEntry interface { CanRead(acl.Authorizer) bool CanWrite(acl.Authorizer) bool + GetMeta() map[string]string GetEnterpriseMeta() *EnterpriseMeta GetRaftIndex() *RaftIndex } @@ -64,6 +66,7 @@ type ServiceConfigEntry struct { // // Connect ConnectConfiguration + Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` RaftIndex } @@ -80,6 +83,13 @@ func (e *ServiceConfigEntry) GetName() string { return e.Name } +func (e *ServiceConfigEntry) GetMeta() map[string]string { + if e == nil { + return nil + } + return e.Meta +} + func (e *ServiceConfigEntry) Normalize() error { if e == nil { return fmt.Errorf("config entry is nil") @@ -94,7 +104,7 @@ func (e *ServiceConfigEntry) Normalize() error { } func (e *ServiceConfigEntry) Validate() error { - return nil + return validateConfigEntryMeta(e.Meta) } func (e *ServiceConfigEntry) CanRead(authz acl.Authorizer) bool { @@ -137,6 +147,7 @@ type ProxyConfigEntry struct { MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` Expose ExposeConfig `json:",omitempty"` + Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` RaftIndex } @@ -153,6 +164,13 @@ func (e *ProxyConfigEntry) GetName() string { return e.Name } +func (e *ProxyConfigEntry) GetMeta() map[string]string { + if e == nil { + return nil + } + return e.Meta +} + func (e *ProxyConfigEntry) Normalize() error { if e == nil { return fmt.Errorf("config entry is nil") @@ -175,6 +193,10 @@ func (e *ProxyConfigEntry) Validate() error { return fmt.Errorf("invalid name (%q), only %q is supported", e.Name, ProxyConfigGlobal) } + if err := validateConfigEntryMeta(e.Meta); err != nil { + return err + } + return e.validateEnterpriseMeta() } @@ -666,4 +688,38 @@ func (c *ConfigEntryResponse) UnmarshalBinary(data []byte) error { type ConfigEntryKindName struct { Kind string Name string + EnterpriseMeta +} + +func NewConfigEntryKindName(kind, name string, entMeta *EnterpriseMeta) ConfigEntryKindName { + ret := ConfigEntryKindName{ + Kind: kind, + Name: name, + } + if entMeta == nil { + entMeta = DefaultEnterpriseMeta() + } + + ret.EnterpriseMeta = *entMeta + ret.EnterpriseMeta.Normalize() + return ret +} + +func validateConfigEntryMeta(meta map[string]string) error { + var err error + if len(meta) > metaMaxKeyPairs { + err = multierror.Append(err, fmt.Errorf( + "Meta exceeds maximum element count %d", metaMaxKeyPairs)) + } + for k, v := range meta { + if len(k) > metaKeyMaxLength { + err = multierror.Append(err, fmt.Errorf( + "Meta key %q exceeds maximum length %d", k, metaKeyMaxLength)) + } + if len(v) > metaValueMaxLength { + err = multierror.Append(err, fmt.Errorf( + "Meta value for key %q exceeds maximum length %d", k, metaValueMaxLength)) + } + } + return err } diff --git a/agent/structs/config_entry_discoverychain.go b/agent/structs/config_entry_discoverychain.go index 81a6e421a5..9c0a509197 100644 --- a/agent/structs/config_entry_discoverychain.go +++ b/agent/structs/config_entry_discoverychain.go @@ -16,6 +16,37 @@ import ( "github.com/mitchellh/hashstructure" ) +const ( + // Names of Envoy's LB policies + LBPolicyMaglev = "maglev" + LBPolicyRingHash = "ring_hash" + LBPolicyRandom = "random" + LBPolicyLeastRequest = "least_request" + LBPolicyRoundRobin = "round_robin" + + // Names of Envoy's LB policies + HashPolicyCookie = "cookie" + HashPolicyHeader = "header" + HashPolicyQueryParam = "query_parameter" +) + +var ( + validLBPolicies = map[string]bool{ + "": true, + LBPolicyRandom: true, + LBPolicyRoundRobin: true, + LBPolicyLeastRequest: true, + LBPolicyRingHash: true, + LBPolicyMaglev: true, + } + + validHashPolicies = map[string]bool{ + HashPolicyHeader: true, + HashPolicyCookie: true, + HashPolicyQueryParam: true, + } +) + // ServiceRouterConfigEntry defines L7 (e.g. http) routing rules for a named // service exposed in Connect. // @@ -38,6 +69,7 @@ type ServiceRouterConfigEntry struct { // the default service. Routes []ServiceRoute + Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` RaftIndex } @@ -54,6 +86,13 @@ func (e *ServiceRouterConfigEntry) GetName() string { return e.Name } +func (e *ServiceRouterConfigEntry) GetMeta() map[string]string { + if e == nil { + return nil + } + return e.Meta +} + func (e *ServiceRouterConfigEntry) Normalize() error { if e == nil { return fmt.Errorf("config entry is nil") @@ -89,6 +128,10 @@ func (e *ServiceRouterConfigEntry) Validate() error { return fmt.Errorf("Name is required") } + if err := validateConfigEntryMeta(e.Meta); err != nil { + return err + } + // Technically you can have no explicit routes at all where just the // catch-all is configured for you, but at that point maybe you should just // delete it so it will default? @@ -407,6 +450,7 @@ type ServiceSplitterConfigEntry struct { // to the FIRST split. Splits []ServiceSplit + Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` RaftIndex } @@ -423,6 +467,13 @@ func (e *ServiceSplitterConfigEntry) GetName() string { return e.Name } +func (e *ServiceSplitterConfigEntry) GetMeta() map[string]string { + if e == nil { + return nil + } + return e.Meta +} + func (e *ServiceSplitterConfigEntry) Normalize() error { if e == nil { return fmt.Errorf("config entry is nil") @@ -461,6 +512,10 @@ func (e *ServiceSplitterConfigEntry) Validate() error { return fmt.Errorf("no splits configured") } + if err := validateConfigEntryMeta(e.Meta); err != nil { + return err + } + const maxScaledWeight = 100 * 100 copyAsKey := func(s ServiceSplit) ServiceSplit { @@ -639,6 +694,11 @@ type ServiceResolverConfigEntry struct { // to this service. ConnectTimeout time.Duration `json:",omitempty" alias:"connect_timeout"` + // LoadBalancer determines the load balancing policy and configuration for services + // issuing requests to this upstream service. + LoadBalancer *LoadBalancer `json:",omitempty" alias:"load_balancer"` + + Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` RaftIndex } @@ -695,7 +755,8 @@ func (e *ServiceResolverConfigEntry) IsDefault() bool { len(e.Subsets) == 0 && e.Redirect == nil && len(e.Failover) == 0 && - e.ConnectTimeout == 0 + e.ConnectTimeout == 0 && + e.LoadBalancer == nil } func (e *ServiceResolverConfigEntry) GetKind() string { @@ -710,6 +771,13 @@ func (e *ServiceResolverConfigEntry) GetName() string { return e.Name } +func (e *ServiceResolverConfigEntry) GetMeta() map[string]string { + if e == nil { + return nil + } + return e.Meta +} + func (e *ServiceResolverConfigEntry) Normalize() error { if e == nil { return fmt.Errorf("config entry is nil") @@ -727,6 +795,10 @@ func (e *ServiceResolverConfigEntry) Validate() error { return fmt.Errorf("Name is required") } + if err := validateConfigEntryMeta(e.Meta); err != nil { + return err + } + if len(e.Subsets) > 0 { for name := range e.Subsets { if name == "" { @@ -807,6 +879,56 @@ func (e *ServiceResolverConfigEntry) Validate() error { return fmt.Errorf("Bad ConnectTimeout '%s', must be >= 0", e.ConnectTimeout) } + if e.LoadBalancer != nil { + lb := e.LoadBalancer + + if ok := validLBPolicies[lb.Policy]; !ok { + return fmt.Errorf("Bad LoadBalancer policy: %q is not supported", lb.Policy) + } + + if lb.Policy != LBPolicyRingHash && lb.RingHashConfig != nil { + return fmt.Errorf("Bad LoadBalancer configuration. "+ + "RingHashConfig specified for incompatible load balancing policy %q", lb.Policy) + } + if lb.Policy != LBPolicyLeastRequest && lb.LeastRequestConfig != nil { + return fmt.Errorf("Bad LoadBalancer configuration. "+ + "LeastRequestConfig specified for incompatible load balancing policy %q", lb.Policy) + } + if !lb.IsHashBased() && len(lb.HashPolicies) > 0 { + return fmt.Errorf("Bad LoadBalancer configuration: "+ + "HashPolicies specified for non-hash-based Policy: %q", lb.Policy) + } + + for i, hp := range lb.HashPolicies { + if ok := validHashPolicies[hp.Field]; hp.Field != "" && !ok { + return fmt.Errorf("Bad LoadBalancer HashPolicy[%d]: %q is not a supported field", i, hp.Field) + } + + if hp.SourceIP && hp.Field != "" { + return fmt.Errorf("Bad LoadBalancer HashPolicy[%d]: "+ + "A single hash policy cannot hash both a source address and a %q", i, hp.Field) + } + if hp.SourceIP && hp.FieldValue != "" { + return fmt.Errorf("Bad LoadBalancer HashPolicy[%d]: "+ + "A FieldValue cannot be specified when hashing SourceIP", i) + } + if hp.Field != "" && hp.FieldValue == "" { + return fmt.Errorf("Bad LoadBalancer HashPolicy[%d]: Field %q was specified without a FieldValue", i, hp.Field) + } + if hp.FieldValue != "" && hp.Field == "" { + return fmt.Errorf("Bad LoadBalancer HashPolicy[%d]: FieldValue requires a Field to apply to", i) + } + if hp.CookieConfig != nil { + if hp.Field != HashPolicyCookie { + return fmt.Errorf("Bad LoadBalancer HashPolicy[%d]: cookie_config provided for %q", i, hp.Field) + } + if hp.CookieConfig.Session && hp.CookieConfig.TTL != 0*time.Second { + return fmt.Errorf("Bad LoadBalancer HashPolicy[%d]: a session cookie cannot have an associated TTL", i) + } + } + } + } + return nil } @@ -943,6 +1065,92 @@ type ServiceResolverFailover struct { Datacenters []string `json:",omitempty"` } +// LoadBalancer determines the load balancing policy and configuration for services +// issuing requests to this upstream service. +type LoadBalancer struct { + // Policy is the load balancing policy used to select a host + Policy string `json:",omitempty"` + + // RingHashConfig contains configuration for the "ring_hash" policy type + RingHashConfig *RingHashConfig `json:",omitempty" alias:"ring_hash_config"` + + // LeastRequestConfig contains configuration for the "least_request" policy type + LeastRequestConfig *LeastRequestConfig `json:",omitempty" alias:"least_request_config"` + + // HashPolicies is a list of hash policies to use for hashing load balancing algorithms. + // Hash policies are evaluated individually and combined such that identical lists + // result in the same hash. + // If no hash policies are present, or none are successfully evaluated, + // then a random backend host will be selected. + HashPolicies []HashPolicy `json:",omitempty" alias:"hash_policies"` +} + +// RingHashConfig contains configuration for the "ring_hash" policy type +type RingHashConfig struct { + // MinimumRingSize determines the minimum number of entries in the hash ring + MinimumRingSize uint64 `json:",omitempty" alias:"minimum_ring_size"` + + // MaximumRingSize determines the maximum number of entries in the hash ring + MaximumRingSize uint64 `json:",omitempty" alias:"maximum_ring_size"` +} + +// LeastRequestConfig contains configuration for the "least_request" policy type +type LeastRequestConfig struct { + // ChoiceCount determines the number of random healthy hosts from which to select the one with the least requests. + ChoiceCount uint32 `json:",omitempty" alias:"choice_count"` +} + +// HashPolicy defines which attributes will be hashed by hash-based LB algorithms +type HashPolicy struct { + // Field is the attribute type to hash on. + // Must be one of "header","cookie", or "query_parameter". + // Cannot be specified along with SourceIP. + Field string `json:",omitempty"` + + // FieldValue is the value to hash. + // ie. header name, cookie name, URL query parameter name + // Cannot be specified along with SourceIP. + FieldValue string `json:",omitempty" alias:"field_value"` + + // CookieConfig contains configuration for the "cookie" hash policy type. + CookieConfig *CookieConfig `json:",omitempty" alias:"cookie_config"` + + // SourceIP determines whether the hash should be of the source IP rather than of a field and field value. + // Cannot be specified along with Field or FieldValue. + SourceIP bool `json:",omitempty" alias:"source_ip"` + + // Terminal will short circuit the computation of the hash when multiple hash policies are present. + // If a hash is computed when a Terminal policy is evaluated, + // then that hash will be used and subsequent hash policies will be ignored. + Terminal bool `json:",omitempty"` +} + +// CookieConfig contains configuration for the "cookie" hash policy type. +// This is specified to have Envoy generate a cookie for a client on its first request. +type CookieConfig struct { + // Generates a session cookie with no expiration. + Session bool `json:",omitempty"` + + // TTL for generated cookies. Cannot be specified for session cookies. + TTL time.Duration `json:",omitempty"` + + // The path to set for the cookie + Path string `json:",omitempty"` +} + +func (lb *LoadBalancer) IsHashBased() bool { + if lb == nil { + return false + } + + switch lb.Policy { + case LBPolicyMaglev, LBPolicyRingHash: + return true + default: + return false + } +} + type discoveryChainConfigEntry interface { ConfigEntry // ListRelatedServices returns a list of other names of services referenced @@ -1212,3 +1420,12 @@ func defaultIfEmpty(val, defaultVal string) string { } return defaultVal } + +func IsProtocolHTTPLike(protocol string) bool { + switch protocol { + case "http", "http2", "grpc": + return true + default: + return false + } +} diff --git a/agent/structs/config_entry_discoverychain_test.go b/agent/structs/config_entry_discoverychain_test.go index 7b7a2feef3..09ca4eaa66 100644 --- a/agent/structs/config_entry_discoverychain_test.go +++ b/agent/structs/config_entry_discoverychain_test.go @@ -8,6 +8,7 @@ import ( "time" "github.com/hashicorp/consul/acl" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) @@ -535,6 +536,346 @@ func TestServiceResolverConfigEntry(t *testing.T) { } } +func TestServiceResolverConfigEntry_LoadBalancer(t *testing.T) { + + type testcase struct { + name string + entry *ServiceResolverConfigEntry + normalizeErr string + validateErr string + + // check is called between normalize and validate + check func(t *testing.T, entry *ServiceResolverConfigEntry) + } + + cases := []testcase{ + { + name: "empty policy is valid", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: "", + }, + }, + }, + { + name: "supported policy", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyRandom, + }, + }, + }, + { + name: "unsupported policy", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: "fake-policy", + }, + }, + validateErr: `"fake-policy" is not supported`, + }, + { + name: "bad policy for least request config", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyRingHash, + LeastRequestConfig: &LeastRequestConfig{ChoiceCount: 10}, + }, + }, + validateErr: `LeastRequestConfig specified for incompatible load balancing policy`, + }, + { + name: "bad policy for ring hash config", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyLeastRequest, + RingHashConfig: &RingHashConfig{MinimumRingSize: 1024}, + }, + }, + validateErr: `RingHashConfig specified for incompatible load balancing policy`, + }, + { + name: "good policy for ring hash config", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyRingHash, + RingHashConfig: &RingHashConfig{MinimumRingSize: 1024}, + }, + }, + }, + { + name: "good policy for least request config", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyLeastRequest, + LeastRequestConfig: &LeastRequestConfig{ChoiceCount: 2}, + }, + }, + }, + { + name: "empty policy is not defaulted", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: "", + }, + }, + check: func(t *testing.T, entry *ServiceResolverConfigEntry) { + require.Equal(t, "", entry.LoadBalancer.Policy) + }, + }, + { + name: "empty policy with hash policy", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: "", + HashPolicies: []HashPolicy{ + { + SourceIP: true, + }, + }, + }, + }, + validateErr: `HashPolicies specified for non-hash-based Policy`, + }, + { + name: "cookie config with header policy", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyMaglev, + HashPolicies: []HashPolicy{ + { + Field: HashPolicyHeader, + FieldValue: "x-user-id", + CookieConfig: &CookieConfig{ + TTL: 10 * time.Second, + Path: "/root", + }, + }, + }, + }, + }, + validateErr: `cookie_config provided for "header"`, + }, + { + name: "cannot generate session cookie with ttl", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyMaglev, + HashPolicies: []HashPolicy{ + { + Field: HashPolicyCookie, + FieldValue: "good-cookie", + CookieConfig: &CookieConfig{ + Session: true, + TTL: 10 * time.Second, + }, + }, + }, + }, + }, + validateErr: `a session cookie cannot have an associated TTL`, + }, + { + name: "valid cookie policy", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyMaglev, + HashPolicies: []HashPolicy{ + { + Field: HashPolicyCookie, + FieldValue: "good-cookie", + CookieConfig: &CookieConfig{ + TTL: 10 * time.Second, + Path: "/oven", + }, + }, + }, + }, + }, + }, + { + name: "supported match field", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyMaglev, + HashPolicies: []HashPolicy{ + { + Field: "header", + FieldValue: "X-Consul-Token", + }, + }, + }, + }, + }, + { + name: "unsupported match field", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyMaglev, + HashPolicies: []HashPolicy{ + { + Field: "fake-field", + }, + }, + }, + }, + validateErr: `"fake-field" is not a supported field`, + }, + { + name: "cannot match on source address and custom field", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyMaglev, + HashPolicies: []HashPolicy{ + { + Field: "header", + SourceIP: true, + }, + }, + }, + }, + validateErr: `A single hash policy cannot hash both a source address and a "header"`, + }, + { + name: "matchvalue not compatible with source address", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyMaglev, + HashPolicies: []HashPolicy{ + { + FieldValue: "X-Consul-Token", + SourceIP: true, + }, + }, + }, + }, + validateErr: `A FieldValue cannot be specified when hashing SourceIP`, + }, + { + name: "field without match value", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyMaglev, + HashPolicies: []HashPolicy{ + { + Field: "header", + }, + }, + }, + }, + validateErr: `Field "header" was specified without a FieldValue`, + }, + { + name: "field without match value", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyMaglev, + HashPolicies: []HashPolicy{ + { + FieldValue: "my-cookie", + }, + }, + }, + }, + validateErr: `FieldValue requires a Field to apply to`, + }, + { + name: "ring hash kitchen sink", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyRingHash, + RingHashConfig: &RingHashConfig{MaximumRingSize: 10, MinimumRingSize: 2}, + HashPolicies: []HashPolicy{ + { + Field: "cookie", + FieldValue: "my-cookie", + }, + { + Field: "header", + FieldValue: "alt-header", + Terminal: true, + }, + }, + }, + }, + }, + { + name: "least request kitchen sink", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyLeastRequest, + LeastRequestConfig: &LeastRequestConfig{ChoiceCount: 20}, + }, + }, + }, + } + + for _, tc := range cases { + tc := tc + t.Run(tc.name, func(t *testing.T) { + err := tc.entry.Normalize() + if tc.normalizeErr != "" { + require.Error(t, err) + require.Contains(t, err.Error(), tc.normalizeErr) + return + } + require.NoError(t, err) + + if tc.check != nil { + tc.check(t, tc.entry) + } + + err = tc.entry.Validate() + if tc.validateErr != "" { + require.Error(t, err) + require.Contains(t, err.Error(), tc.validateErr) + return + } + require.NoError(t, err) + }) + } +} + func TestServiceSplitterConfigEntry(t *testing.T) { makesplitter := func(splits ...ServiceSplit) *ServiceSplitterConfigEntry { @@ -1162,3 +1503,12 @@ func TestValidateServiceSubset(t *testing.T) { }) } } + +func TestIsProtocolHTTPLike(t *testing.T) { + assert.False(t, IsProtocolHTTPLike("")) + assert.False(t, IsProtocolHTTPLike("tcp")) + + assert.True(t, IsProtocolHTTPLike("http")) + assert.True(t, IsProtocolHTTPLike("http2")) + assert.True(t, IsProtocolHTTPLike("grpc")) +} diff --git a/agent/structs/config_entry_gateways.go b/agent/structs/config_entry_gateways.go index d246755f40..61b9930823 100644 --- a/agent/structs/config_entry_gateways.go +++ b/agent/structs/config_entry_gateways.go @@ -2,6 +2,7 @@ package structs import ( "fmt" + "sort" "strings" "github.com/hashicorp/consul/acl" @@ -26,6 +27,7 @@ type IngressGatewayConfigEntry struct { // what services to associated to those ports. Listeners []IngressListener + Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` RaftIndex } @@ -37,7 +39,7 @@ type IngressListener struct { // Protocol declares what type of traffic this listener is expected to // receive. Depending on the protocol, a listener might support multiplexing // services over a single port, or additional discovery chain features. The - // current supported values are: (tcp | http). + // current supported values are: (tcp | http | http2 | grpc). Protocol string // Services declares the set of services to which the listener forwards @@ -72,6 +74,7 @@ type IngressService struct { // using a "tcp" listener. Hosts []string + Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` } @@ -92,6 +95,13 @@ func (e *IngressGatewayConfigEntry) GetName() string { return e.Name } +func (e *IngressGatewayConfigEntry) GetMeta() map[string]string { + if e == nil { + return nil + } + return e.Meta +} + func (e *IngressGatewayConfigEntry) Normalize() error { if e == nil { return fmt.Errorf("config entry is nil") @@ -120,9 +130,15 @@ func (e *IngressGatewayConfigEntry) Normalize() error { } func (e *IngressGatewayConfigEntry) Validate() error { + if err := validateConfigEntryMeta(e.Meta); err != nil { + return err + } + validProtocols := map[string]bool{ - "http": true, - "tcp": true, + "tcp": true, + "http": true, + "http2": true, + "grpc": true, } declaredPorts := make(map[int]bool) @@ -133,7 +149,7 @@ func (e *IngressGatewayConfigEntry) Validate() error { declaredPorts[listener.Port] = true if _, ok := validProtocols[listener.Protocol]; !ok { - return fmt.Errorf("Protocol must be either 'http' or 'tcp', '%s' is an unsupported protocol.", listener.Protocol) + return fmt.Errorf("protocol must be 'tcp', 'http', 'http2', or 'grpc'. '%s' is an unsupported protocol", listener.Protocol) } if len(listener.Services) == 0 { @@ -203,6 +219,44 @@ func validateHost(tlsEnabled bool, host string) error { return nil } +// ListRelatedServices implements discoveryChainConfigEntry +// +// For ingress-gateway config entries this only finds services that are +// explicitly linked in the ingress-gateway config entry. Wildcards will not +// expand to all services. +// +// This function is used during discovery chain graph validation to prevent +// erroneous sets of config entries from being created. Wildcard ingress +// filters out sets with protocol mismatch elsewhere so it isn't an issue here +// that needs fixing. +func (e *IngressGatewayConfigEntry) ListRelatedServices() []ServiceID { + found := make(map[ServiceID]struct{}) + + for _, listener := range e.Listeners { + for _, service := range listener.Services { + if service.Name == WildcardSpecifier { + continue + } + svcID := NewServiceID(service.Name, &service.EnterpriseMeta) + found[svcID] = struct{}{} + } + } + + if len(found) == 0 { + return nil + } + + out := make([]ServiceID, 0, len(found)) + for svc := range found { + out = append(out, svc) + } + sort.Slice(out, func(i, j int) bool { + return out[i].EnterpriseMeta.LessThan(&out[j].EnterpriseMeta) || + out[i].ID < out[j].ID + }) + return out +} + func (e *IngressGatewayConfigEntry) CanRead(authz acl.Authorizer) bool { var authzContext acl.AuthorizerContext e.FillAuthzContext(&authzContext) @@ -242,6 +296,7 @@ type TerminatingGatewayConfigEntry struct { Name string Services []LinkedService + Meta map[string]string `json:",omitempty"` EnterpriseMeta `hcl:",squash" mapstructure:",squash"` RaftIndex } @@ -281,6 +336,13 @@ func (e *TerminatingGatewayConfigEntry) GetName() string { return e.Name } +func (e *TerminatingGatewayConfigEntry) GetMeta() map[string]string { + if e == nil { + return nil + } + return e.Meta +} + func (e *TerminatingGatewayConfigEntry) Normalize() error { if e == nil { return fmt.Errorf("config entry is nil") @@ -298,6 +360,10 @@ func (e *TerminatingGatewayConfigEntry) Normalize() error { } func (e *TerminatingGatewayConfigEntry) Validate() error { + if err := validateConfigEntryMeta(e.Meta); err != nil { + return err + } + seen := make(map[ServiceID]bool) for _, svc := range e.Services { diff --git a/agent/structs/config_entry_gateways_test.go b/agent/structs/config_entry_gateways_test.go index e86d233024..3a71dba6d2 100644 --- a/agent/structs/config_entry_gateways_test.go +++ b/agent/structs/config_entry_gateways_test.go @@ -86,6 +86,88 @@ func TestIngressConfigEntry_Normalize(t *testing.T) { } } +func TestIngressConfigEntry_ListRelatedServices(t *testing.T) { + type testcase struct { + entry IngressGatewayConfigEntry + expectServices []ServiceID + } + + cases := map[string]testcase{ + "one exact": { + entry: IngressGatewayConfigEntry{ + Kind: IngressGateway, + Name: "ingress-web", + Listeners: []IngressListener{ + { + Port: 1111, + Protocol: "tcp", + Services: []IngressService{ + {Name: "web"}, + }, + }, + }, + }, + expectServices: []ServiceID{NewServiceID("web", nil)}, + }, + "one wild": { + entry: IngressGatewayConfigEntry{ + Kind: IngressGateway, + Name: "ingress-web", + Listeners: []IngressListener{ + { + Port: 1111, + Protocol: "tcp", + Services: []IngressService{ + {Name: "*"}, + }, + }, + }, + }, + expectServices: nil, + }, + "kitchen sink": { + entry: IngressGatewayConfigEntry{ + Kind: IngressGateway, + Name: "ingress-web", + Listeners: []IngressListener{ + { + Port: 1111, + Protocol: "tcp", + Services: []IngressService{ + {Name: "api"}, + {Name: "web"}, + }, + }, + { + Port: 2222, + Protocol: "tcp", + Services: []IngressService{ + {Name: "web"}, + {Name: "*"}, + {Name: "db"}, + {Name: "blah"}, + }, + }, + }, + }, + expectServices: []ServiceID{ + NewServiceID("api", nil), + NewServiceID("blah", nil), + NewServiceID("db", nil), + NewServiceID("web", nil), + }, + }, + } + + for name, tc := range cases { + tc := tc + t.Run(name, func(t *testing.T) { + got := tc.entry.ListRelatedServices() + require.Equal(t, tc.expectServices, got) + }) + } +} + func TestIngressConfigEntry_Validate(t *testing.T) { cases := []struct { @@ -244,7 +326,7 @@ func TestIngressConfigEntry_Validate(t *testing.T) { }, }, }, - expectErr: "Protocol must be either 'http' or 'tcp', 'asdf' is an unsupported protocol.", + expectErr: "protocol must be 'tcp', 'http', 'http2', or 'grpc'. 'asdf' is an unsupported protocol", }, { name: "hosts cannot be set on a tcp listener", diff --git a/agent/structs/config_entry_test.go b/agent/structs/config_entry_test.go index 34ccfbaf46..e75698c520 100644 --- a/agent/structs/config_entry_test.go +++ b/agent/structs/config_entry_test.go @@ -46,6 +46,10 @@ func TestDecodeConfigEntry(t *testing.T) { snake: ` kind = "proxy-defaults" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } config { "foo" = 19 "bar" = "abc" @@ -60,6 +64,10 @@ func TestDecodeConfigEntry(t *testing.T) { camel: ` Kind = "proxy-defaults" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } Config { "foo" = 19 "bar" = "abc" @@ -74,6 +82,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &ProxyConfigEntry{ Kind: "proxy-defaults", Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Config: map[string]interface{}{ "foo": 19, "bar": "abc", @@ -91,6 +103,10 @@ func TestDecodeConfigEntry(t *testing.T) { snake: ` kind = "service-defaults" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } protocol = "http" external_sni = "abc-123" mesh_gateway { @@ -100,6 +116,10 @@ func TestDecodeConfigEntry(t *testing.T) { camel: ` Kind = "service-defaults" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } Protocol = "http" ExternalSNI = "abc-123" MeshGateway { @@ -107,8 +127,12 @@ func TestDecodeConfigEntry(t *testing.T) { } `, expect: &ServiceConfigEntry{ - Kind: "service-defaults", - Name: "main", + Kind: "service-defaults", + Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Protocol: "http", ExternalSNI: "abc-123", MeshGateway: MeshGatewayConfig{ @@ -121,6 +145,10 @@ func TestDecodeConfigEntry(t *testing.T) { snake: ` kind = "service-router" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } routes = [ { match { @@ -200,6 +228,10 @@ func TestDecodeConfigEntry(t *testing.T) { camel: ` Kind = "service-router" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } Routes = [ { Match { @@ -279,6 +311,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &ServiceRouterConfigEntry{ Kind: "service-router", Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Routes: []ServiceRoute{ { Match: &ServiceRouteMatch{ @@ -361,6 +397,10 @@ func TestDecodeConfigEntry(t *testing.T) { snake: ` kind = "service-splitter" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } splits = [ { weight = 99.1 @@ -376,6 +416,10 @@ func TestDecodeConfigEntry(t *testing.T) { camel: ` Kind = "service-splitter" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } Splits = [ { Weight = 99.1 @@ -391,6 +435,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &ServiceSplitterConfigEntry{ Kind: ServiceSplitter, Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Splits: []ServiceSplit{ { Weight: 99.1, @@ -409,6 +457,10 @@ func TestDecodeConfigEntry(t *testing.T) { snake: ` kind = "service-resolver" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } default_subset = "v1" connect_timeout = "15s" subsets = { @@ -434,6 +486,10 @@ func TestDecodeConfigEntry(t *testing.T) { camel: ` Kind = "service-resolver" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } DefaultSubset = "v1" ConnectTimeout = "15s" Subsets = { @@ -457,8 +513,12 @@ func TestDecodeConfigEntry(t *testing.T) { } }`, expect: &ServiceResolverConfigEntry{ - Kind: "service-resolver", - Name: "main", + Kind: "service-resolver", + Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, DefaultSubset: "v1", ConnectTimeout: 15 * time.Second, Subsets: map[string]ServiceResolverSubset{ @@ -531,11 +591,165 @@ func TestDecodeConfigEntry(t *testing.T) { Name: "main", }, }, + { + name: "service-resolver: envoy hash lb kitchen sink", + snake: ` + kind = "service-resolver" + name = "main" + load_balancer = { + policy = "ring_hash" + ring_hash_config = { + minimum_ring_size = 1 + maximum_ring_size = 2 + } + hash_policies = [ + { + field = "cookie" + field_value = "good-cookie" + cookie_config = { + ttl = "1s" + path = "/oven" + } + terminal = true + }, + { + field = "cookie" + field_value = "less-good-cookie" + cookie_config = { + session = true + path = "/toaster" + } + terminal = true + }, + { + field = "header" + field_value = "x-user-id" + }, + { + source_ip = true + } + ] + } + `, + camel: ` + Kind = "service-resolver" + Name = "main" + LoadBalancer = { + Policy = "ring_hash" + RingHashConfig = { + MinimumRingSize = 1 + MaximumRingSize = 2 + } + HashPolicies = [ + { + Field = "cookie" + FieldValue = "good-cookie" + CookieConfig = { + TTL = "1s" + Path = "/oven" + } + Terminal = true + }, + { + Field = "cookie" + FieldValue = "less-good-cookie" + CookieConfig = { + Session = true + Path = "/toaster" + } + Terminal = true + }, + { + Field = "header" + FieldValue = "x-user-id" + }, + { + SourceIP = true + } + ] + } + `, + expect: &ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "main", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyRingHash, + RingHashConfig: &RingHashConfig{ + MinimumRingSize: 1, + MaximumRingSize: 2, + }, + HashPolicies: []HashPolicy{ + { + Field: HashPolicyCookie, + FieldValue: "good-cookie", + CookieConfig: &CookieConfig{ + TTL: 1 * time.Second, + Path: "/oven", + }, + Terminal: true, + }, + { + Field: HashPolicyCookie, + FieldValue: "less-good-cookie", + CookieConfig: &CookieConfig{ + Session: true, + Path: "/toaster", + }, + Terminal: true, + }, + { + Field: HashPolicyHeader, + FieldValue: "x-user-id", + }, + { + SourceIP: true, + }, + }, + }, + }, + }, + { + name: "service-resolver: envoy least request kitchen sink", + snake: ` + kind = "service-resolver" + name = "main" + load_balancer = { + policy = "least_request" + least_request_config = { + choice_count = 2 + } + } + `, + camel: ` + Kind = "service-resolver" + Name = "main" + LoadBalancer = { + Policy = "least_request" + LeastRequestConfig = { + ChoiceCount = 2 + } + } + `, + expect: &ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "main", + LoadBalancer: &LoadBalancer{ + Policy: LBPolicyLeastRequest, + LeastRequestConfig: &LeastRequestConfig{ + ChoiceCount: 2, + }, + }, + }, + }, { name: "ingress-gateway: kitchen sink", snake: ` kind = "ingress-gateway" name = "ingress-web" + meta { + "foo" = "bar" + "gir" = "zim" + } tls { enabled = true @@ -578,6 +792,10 @@ func TestDecodeConfigEntry(t *testing.T) { camel: ` Kind = "ingress-gateway" Name = "ingress-web" + Meta { + "foo" = "bar" + "gir" = "zim" + } TLS { Enabled = true } @@ -618,6 +836,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &IngressGatewayConfigEntry{ Kind: "ingress-gateway", Name: "ingress-web", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, TLS: GatewayTLSConfig{ Enabled: true, }, @@ -661,6 +883,10 @@ func TestDecodeConfigEntry(t *testing.T) { snake: ` kind = "terminating-gateway" name = "terminating-gw-west" + meta { + "foo" = "bar" + "gir" = "zim" + } services = [ { name = "payments", @@ -681,6 +907,10 @@ func TestDecodeConfigEntry(t *testing.T) { camel: ` Kind = "terminating-gateway" Name = "terminating-gw-west" + Meta { + "foo" = "bar" + "gir" = "zim" + } Services = [ { Name = "payments", @@ -701,6 +931,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &TerminatingGatewayConfigEntry{ Kind: "terminating-gateway", Name: "terminating-gw-west", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Services: []LinkedService{ { Name: "payments", diff --git a/agent/structs/discovery_chain.go b/agent/structs/discovery_chain.go index e5a3f72284..77eb03937c 100644 --- a/agent/structs/discovery_chain.go +++ b/agent/structs/discovery_chain.go @@ -107,6 +107,9 @@ type DiscoveryGraphNode struct { // fields for Type==resolver Resolver *DiscoveryResolver `json:",omitempty"` + + // shared by Type==resolver || Type==splitter + LoadBalancer *LoadBalancer `json:",omitempty"` } func (s *DiscoveryGraphNode) IsRouter() bool { diff --git a/agent/structs/intention.go b/agent/structs/intention.go index b6bb1d71f0..aa57587cf8 100644 --- a/agent/structs/intention.go +++ b/agent/structs/intention.go @@ -359,6 +359,14 @@ func (x *Intention) EstimateSize() int { return size } +func (x *Intention) SourceServiceName() ServiceName { + return NewServiceName(x.SourceName, x.SourceEnterpriseMeta()) +} + +func (x *Intention) DestinationServiceName() ServiceName { + return NewServiceName(x.DestinationName, x.DestinationEnterpriseMeta()) +} + // IntentionAction is the action that the intention represents. This // can be "allow" or "deny". type IntentionAction string diff --git a/agent/structs/intention_oss.go b/agent/structs/intention_oss.go index e2ae21bbf8..75e14996ae 100644 --- a/agent/structs/intention_oss.go +++ b/agent/structs/intention_oss.go @@ -6,6 +6,14 @@ import ( "github.com/hashicorp/consul/acl" ) +func (ixn *Intention) SourceEnterpriseMeta() *EnterpriseMeta { + return DefaultEnterpriseMeta() +} + +func (ixn *Intention) DestinationEnterpriseMeta() *EnterpriseMeta { + return DefaultEnterpriseMeta() +} + // FillAuthzContext can fill in an acl.AuthorizerContext object to setup // extra parameters for ACL enforcement. In OSS there is currently nothing // extra to be done. diff --git a/agent/structs/structs.go b/agent/structs/structs.go index bffc834c5e..907d4ef95e 100644 --- a/agent/structs/structs.go +++ b/agent/structs/structs.go @@ -321,6 +321,7 @@ type RegisterRequest struct { EnterpriseMeta `hcl:",squash" mapstructure:",squash"` WriteRequest + RaftIndex `bexpr:"-"` } func (r *RegisterRequest) RequestDatacenter() string { @@ -1055,10 +1056,12 @@ func (t *ServiceConnect) UnmarshalJSON(data []byte) (err error) { }{ Alias: (*Alias)(t), } + if err = json.Unmarshal(data, &aux); err != nil { return err } - if t.SidecarService == nil { + + if t.SidecarService == nil && aux != nil { t.SidecarService = aux.SidecarServiceSnake } return nil @@ -2362,13 +2365,14 @@ func (r *KeyringRequest) RequestDatacenter() string { // KeyringResponse is a unified key response and can be used for install, // remove, use, as well as listing key queries. type KeyringResponse struct { - WAN bool - Datacenter string - Segment string - Messages map[string]string `json:",omitempty"` - Keys map[string]int - NumNodes int - Error string `json:",omitempty"` + WAN bool + Datacenter string + Segment string + Messages map[string]string `json:",omitempty"` + Keys map[string]int + PrimaryKeys map[string]int + NumNodes int + Error string `json:",omitempty"` } // KeyringResponses holds multiple responses to keyring queries. Each diff --git a/agent/structs/structs_test.go b/agent/structs/structs_test.go index ae42a905a6..2d3bc9b8f7 100644 --- a/agent/structs/structs_test.go +++ b/agent/structs/structs_test.go @@ -10,6 +10,7 @@ import ( "github.com/hashicorp/consul/agent/cache" "github.com/hashicorp/consul/api" + "github.com/hashicorp/consul/lib" "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/types" "github.com/stretchr/testify/assert" @@ -173,6 +174,46 @@ func testServiceNode(t *testing.T) *ServiceNode { } } +func TestRegisterRequest_UnmarshalJSON_WithConnectNilDoesNotPanic(t *testing.T) { + in := ` +{ + "ID": "", + "Node": "k8s-sync", + "Address": "127.0.0.1", + "TaggedAddresses": null, + "NodeMeta": { + "external-source": "kubernetes" + }, + "Datacenter": "", + "Service": { + "Kind": "", + "ID": "test-service-f8fd5f0f4e6c", + "Service": "test-service", + "Tags": [ + "k8s" + ], + "Meta": { + "external-k8s-ns": "", + "external-source": "kubernetes", + "port-stats": "18080" + }, + "Port": 8080, + "Address": "192.0.2.10", + "EnableTagOverride": false, + "CreateIndex": 0, + "ModifyIndex": 0, + "Connect": null + }, + "Check": null, + "SkipNodeUpdate": true +} +` + + var req RegisterRequest + err := lib.DecodeJSON(strings.NewReader(in), &req) + require.NoError(t, err) +} + func TestNode_IsSame(t *testing.T) { id := types.NodeID("e62f3b31-9284-4e26-ab14-2a59dea85b55") node := "mynode1" diff --git a/agent/testagent.go b/agent/testagent.go index 1704e3a075..fa3508ffab 100644 --- a/agent/testagent.go +++ b/agent/testagent.go @@ -8,13 +8,10 @@ import ( "crypto/x509" "fmt" "io" - "io/ioutil" "math/rand" "net/http/httptest" - "os" "path/filepath" "strconv" - "strings" "testing" "text/template" "time" @@ -24,6 +21,7 @@ import ( "github.com/hashicorp/errwrap" "github.com/hashicorp/go-hclog" uuid "github.com/hashicorp/go-uuid" + "github.com/stretchr/testify/require" "github.com/hashicorp/consul/acl" "github.com/hashicorp/consul/agent/config" @@ -40,9 +38,6 @@ func init() { rand.Seed(time.Now().UnixNano()) // seed random number generator } -// TempDir defines the base dir for temporary directories. -var TempDir = os.TempDir() - // TestAgent encapsulates an Agent with a default configuration and // startup procedure suitable for testing. It panics if there are errors // during creation or startup instead of returning errors. It manages a @@ -60,22 +55,16 @@ type TestAgent struct { // when Shutdown() is called. Config *config.RuntimeConfig - // returnPortsFn will put the ports claimed for the test back into the - // general freeport pool - returnPortsFn func() - // LogOutput is the sink for the logs. If nil, logs are written // to os.Stderr. LogOutput io.Writer - // DataDir is the data directory which is used when Config.DataDir - // is not set. It is created automatically and removed when - // Shutdown() is called. + // DataDir may be set to a directory which exists. If is it not set, + // TestAgent.Start will create one and set DataDir to the directory path. + // In all cases the agent will be configured to use this path as the data directory, + // and the directory will be removed once the test ends. DataDir string - // Key is the optional encryption key for the LAN and WAN keyring. - Key string - // UseTLS, if true, will disable the HTTP port and enable the HTTPS // one. UseTLS bool @@ -84,8 +73,7 @@ type TestAgent struct { // It is valid after Start(). dns *DNSServer - // srv is a reference to the first started HTTP endpoint. - // It is valid after Start(). + // srv is an HTTPServer that may be used to test http endpoints. srv *HTTPServer // overrides is an hcl config source to use to override otherwise @@ -155,35 +143,14 @@ func (a *TestAgent) Start(t *testing.T) (err error) { name = "TestAgent" } - var cleanupTmpDir = func() { - // Clean out the data dir if we are responsible for it before we - // try again, since the old ports may have gotten written to - // the data dir, such as in the Raft configuration. - if a.DataDir != "" { - if err := os.RemoveAll(a.DataDir); err != nil { - fmt.Printf("%s Error resetting data dir: %s", name, err) - } - } - } - - var hclDataDir string if a.DataDir == "" { - dirname := "agent" - if name != "" { - dirname = name + "-agent" - } - dirname = strings.Replace(dirname, "/", "_", -1) - d, err := ioutil.TempDir(TempDir, dirname) - if err != nil { - return fmt.Errorf("Error creating data dir %s: %s", filepath.Join(TempDir, dirname), err) - } - // Convert windows style path to posix style path - // to avoid illegal char escape error when hcl - // parsing. - d = filepath.ToSlash(d) - hclDataDir = `data_dir = "` + d + `"` - a.DataDir = d + dirname := name + "-agent" + a.DataDir = testutil.TempDir(t, dirname) } + // Convert windows style path to posix style path to avoid illegal char escape + // error when hcl parsing. + d := filepath.ToSlash(a.DataDir) + hclDataDir := fmt.Sprintf(`data_dir = "%s"`, d) logOutput := a.LogOutput if logOutput == nil { @@ -198,70 +165,42 @@ func (a *TestAgent) Start(t *testing.T) (err error) { }) portsConfig, returnPortsFn := randomPortsSource(a.UseTLS) - a.returnPortsFn = returnPortsFn + t.Cleanup(returnPortsFn) - nodeID := NodeID() - - opts := []AgentOption{ - WithLogger(logger), - WithBuilderOpts(config.BuilderOpts{ - HCL: []string{ - TestConfigHCL(nodeID), - portsConfig, - a.HCL, - hclDataDir, - }, - }), - WithOverrides(config.Source{ - Name: "test-overrides", - Format: "hcl", - Data: a.Overrides}, + // Create NodeID outside the closure, so that it does not change + testHCLConfig := TestConfigHCL(NodeID()) + loader := func(source config.Source) (*config.RuntimeConfig, []string, error) { + opts := config.BuilderOpts{ + HCL: []string{testHCLConfig, portsConfig, a.HCL, hclDataDir}, + } + overrides := []config.Source{ + config.FileSource{ + Name: "test-overrides", + Format: "hcl", + Data: a.Overrides}, config.DefaultConsulSource(), config.DevConsulSource(), - ), + } + cfg, warnings, err := config.Load(opts, source, overrides...) + if cfg != nil { + cfg.Telemetry.Disable = true + } + return cfg, warnings, err } + bd, err := NewBaseDeps(loader, logOutput) + require.NoError(t, err) - defer func() { - if err != nil && a.returnPortsFn != nil { - a.returnPortsFn() - a.returnPortsFn = nil - } - }() + bd.Logger = logger + bd.MetricsHandler = metrics.NewInmemSink(1*time.Second, time.Minute) + a.Config = bd.RuntimeConfig - // write the keyring - if a.Key != "" { - writeKey := func(key, filename string) error { - path := filepath.Join(a.DataDir, filename) - if err := initKeyring(path, key); err != nil { - cleanupTmpDir() - return fmt.Errorf("Error creating keyring %s: %s", path, err) - } - return nil - } - if err = writeKey(a.Key, SerfLANKeyring); err != nil { - cleanupTmpDir() - return err - } - if err = writeKey(a.Key, SerfWANKeyring); err != nil { - cleanupTmpDir() - return err - } - } - - agent, err := New(opts...) + agent, err := New(bd) if err != nil { - cleanupTmpDir() return fmt.Errorf("Error creating agent: %s", err) } - a.Config = agent.GetConfig() - - agent.MemSink = metrics.NewInmemSink(1*time.Second, time.Minute) - id := string(a.Config.NodeID) - if err := agent.Start(context.Background()); err != nil { - cleanupTmpDir() agent.ShutdownAgent() agent.ShutdownEndpoints() @@ -273,15 +212,15 @@ func (a *TestAgent) Start(t *testing.T) (err error) { // Start the anti-entropy syncer a.Agent.StartSync() + a.srv = &HTTPServer{agent: agent, denylist: NewDenylist(a.config.HTTPBlockEndpoints)} + if err := a.waitForUp(); err != nil { - cleanupTmpDir() a.Shutdown() t.Logf("Error while waiting for test agent to start: %v", err) return errwrap.Wrapf(name+": {{err}}", err) } a.dns = a.dnsServers[0] - a.srv = a.httpServers[0] return nil } @@ -294,7 +233,7 @@ func (a *TestAgent) waitForUp() error { var retErr error var out structs.IndexedNodes for ; !time.Now().After(deadline); time.Sleep(timer.Wait) { - if len(a.httpServers) == 0 { + if len(a.apiServers.servers) == 0 { retErr = fmt.Errorf("waiting for server") continue // fail, try again } @@ -323,7 +262,7 @@ func (a *TestAgent) waitForUp() error { } else { req := httptest.NewRequest("GET", "/v1/agent/self", nil) resp := httptest.NewRecorder() - _, err := a.httpServers[0].AgentSelf(resp, req) + _, err := a.srv.AgentSelf(resp, req) if acl.IsErrPermissionDenied(err) || resp.Code == 403 { // permission denied is enough to show that the client is // connected to the servers as it would get a 503 if @@ -357,14 +296,6 @@ func (a *TestAgent) Shutdown() error { return nil } - // Return ports last of all - defer func() { - if a.returnPortsFn != nil { - a.returnPortsFn() - a.returnPortsFn = nil - } - }() - // shutdown agent before endpoints defer a.Agent.ShutdownEndpoints() if err := a.Agent.ShutdownAgent(); err != nil { @@ -382,10 +313,13 @@ func (a *TestAgent) DNSAddr() string { } func (a *TestAgent) HTTPAddr() string { - if a.srv == nil { - return "" + var srv apiServer + for _, srv = range a.Agent.apiServers.servers { + if srv.Protocol == "http" { + break + } } - return a.srv.Server.Addr + return srv.Addr.String() } func (a *TestAgent) SegmentAddr(name string) string { @@ -413,8 +347,11 @@ func (a *TestAgent) DNSDisableCompression(b bool) { } } +// FIXME: this should t.Fatal on error, not panic. +// TODO: rename to newConsulConfig +// TODO: remove TestAgent receiver, accept a.Agent.config as an arg func (a *TestAgent) consulConfig() *consul.Config { - c, err := a.Agent.consulConfig() + c, err := newConsulConfig(a.Agent.config, a.Agent.logger) if err != nil { panic(err) } @@ -466,7 +403,7 @@ func NodeID() string { // agent. func TestConfig(logger hclog.Logger, sources ...config.Source) *config.RuntimeConfig { nodeID := NodeID() - testsrc := config.Source{ + testsrc := config.FileSource{ Name: "test", Format: "hcl", Data: ` diff --git a/agent/testagent_test.go b/agent/testagent_test.go index 12be557a39..39e91a2a69 100644 --- a/agent/testagent_test.go +++ b/agent/testagent_test.go @@ -13,7 +13,7 @@ func TestDefaultConfig(t *testing.T) { t.Run("", func(t *testing.T) { t.Parallel() var c config.Config - data := config.DefaultSource().Data + data := config.DefaultSource().(config.FileSource).Data hcl.Decode(&c, data) hcl.Decode(&c, data) hcl.Decode(&c, data) diff --git a/agent/token/persistence.go b/agent/token/persistence.go new file mode 100644 index 0000000000..c36b903641 --- /dev/null +++ b/agent/token/persistence.go @@ -0,0 +1,192 @@ +package token + +import ( + "encoding/json" + "fmt" + "io/ioutil" + "os" + "path/filepath" + + "github.com/hashicorp/consul/lib/file" +) + +// Logger used by Store.Load to report warnings. +type Logger interface { + Warn(msg string, args ...interface{}) +} + +// Config used by Store.Load, which includes tokens and settings for persistence. +type Config struct { + EnablePersistence bool + DataDir string + ACLDefaultToken string + ACLAgentToken string + ACLAgentMasterToken string + ACLReplicationToken string + + EnterpriseConfig +} + +const tokensPath = "acl-tokens.json" + +// Load tokens from Config and optionally from a persisted file in the cfg.DataDir. +// If a token exists in both the persisted file and in the Config a warning will +// be logged and the persisted token will be used. +// +// Failures to load the persisted file will result in loading tokens from the +// config before returning the error. +func (t *Store) Load(cfg Config, logger Logger) error { + t.persistenceLock.RLock() + if !cfg.EnablePersistence { + t.persistence = nil + t.persistenceLock.RUnlock() + loadTokens(t, cfg, persistedTokens{}, logger) + return nil + } + + defer t.persistenceLock.RUnlock() + t.persistence = &fileStore{ + filename: filepath.Join(cfg.DataDir, tokensPath), + logger: logger, + } + return t.persistence.load(t, cfg) +} + +// WithPersistenceLock executes f while hold a lock. If f returns a nil error, +// the tokens in Store will be persisted to the tokens file. Otherwise no +// tokens will be persisted, and the error from f will be returned. +// +// The lock is held so that the writes are persisted before some other thread +// can change the value. +func (t *Store) WithPersistenceLock(f func() error) error { + t.persistenceLock.Lock() + if t.persistence == nil { + t.persistenceLock.Unlock() + return f() + } + defer t.persistenceLock.Unlock() + return t.persistence.withPersistenceLock(t, f) +} + +type persistedTokens struct { + Replication string `json:"replication,omitempty"` + AgentMaster string `json:"agent_master,omitempty"` + Default string `json:"default,omitempty"` + Agent string `json:"agent,omitempty"` +} + +type fileStore struct { + filename string + logger Logger +} + +func (p *fileStore) load(s *Store, cfg Config) error { + tokens, err := readPersistedFromFile(p.filename) + if err != nil { + p.logger.Warn("unable to load persisted tokens", "error", err) + } + loadTokens(s, cfg, tokens, p.logger) + return err +} + +func loadTokens(s *Store, cfg Config, tokens persistedTokens, logger Logger) { + if tokens.Default != "" { + s.UpdateUserToken(tokens.Default, TokenSourceAPI) + + if cfg.ACLDefaultToken != "" { + logger.Warn("\"default\" token present in both the configuration and persisted token store, using the persisted token") + } + } else { + s.UpdateUserToken(cfg.ACLDefaultToken, TokenSourceConfig) + } + + if tokens.Agent != "" { + s.UpdateAgentToken(tokens.Agent, TokenSourceAPI) + + if cfg.ACLAgentToken != "" { + logger.Warn("\"agent\" token present in both the configuration and persisted token store, using the persisted token") + } + } else { + s.UpdateAgentToken(cfg.ACLAgentToken, TokenSourceConfig) + } + + if tokens.AgentMaster != "" { + s.UpdateAgentMasterToken(tokens.AgentMaster, TokenSourceAPI) + + if cfg.ACLAgentMasterToken != "" { + logger.Warn("\"agent_master\" token present in both the configuration and persisted token store, using the persisted token") + } + } else { + s.UpdateAgentMasterToken(cfg.ACLAgentMasterToken, TokenSourceConfig) + } + + if tokens.Replication != "" { + s.UpdateReplicationToken(tokens.Replication, TokenSourceAPI) + + if cfg.ACLReplicationToken != "" { + logger.Warn("\"replication\" token present in both the configuration and persisted token store, using the persisted token") + } + } else { + s.UpdateReplicationToken(cfg.ACLReplicationToken, TokenSourceConfig) + } + + loadEnterpriseTokens(s, cfg) +} + +func readPersistedFromFile(filename string) (persistedTokens, error) { + tokens := persistedTokens{} + + buf, err := ioutil.ReadFile(filename) + switch { + case os.IsNotExist(err): + // non-existence is not an error we care about + return tokens, nil + case err != nil: + return tokens, fmt.Errorf("failed reading tokens file %q: %w", filename, err) + } + + if err := json.Unmarshal(buf, &tokens); err != nil { + return tokens, fmt.Errorf("failed to decode tokens file %q: %w", filename, err) + } + + return tokens, nil +} + +func (p *fileStore) withPersistenceLock(s *Store, f func() error) error { + if err := f(); err != nil { + return err + } + + return p.saveToFile(s) +} + +func (p *fileStore) saveToFile(s *Store) error { + tokens := persistedTokens{} + if tok, source := s.UserTokenAndSource(); tok != "" && source == TokenSourceAPI { + tokens.Default = tok + } + + if tok, source := s.AgentTokenAndSource(); tok != "" && source == TokenSourceAPI { + tokens.Agent = tok + } + + if tok, source := s.AgentMasterTokenAndSource(); tok != "" && source == TokenSourceAPI { + tokens.AgentMaster = tok + } + + if tok, source := s.ReplicationTokenAndSource(); tok != "" && source == TokenSourceAPI { + tokens.Replication = tok + } + + data, err := json.Marshal(tokens) + if err != nil { + p.logger.Warn("failed to persist tokens", "error", err) + return fmt.Errorf("Failed to marshal tokens for persistence: %v", err) + } + + if err := file.WriteAtomicWithPerms(p.filename, data, 0700, 0600); err != nil { + p.logger.Warn("failed to persist tokens", "error", err) + return fmt.Errorf("Failed to persist tokens - %v", err) + } + return nil +} diff --git a/agent/token/persistence_test.go b/agent/token/persistence_test.go new file mode 100644 index 0000000000..ec8e7e60e3 --- /dev/null +++ b/agent/token/persistence_test.go @@ -0,0 +1,213 @@ +package token + +import ( + "io/ioutil" + "path/filepath" + "testing" + + "github.com/hashicorp/consul/sdk/testutil" + "github.com/hashicorp/go-hclog" + "github.com/stretchr/testify/require" +) + +func TestStore_Load(t *testing.T) { + dataDir := testutil.TempDir(t, "datadir") + tokenFile := filepath.Join(dataDir, tokensPath) + logger := hclog.New(nil) + store := new(Store) + + t.Run("with empty store", func(t *testing.T) { + cfg := Config{ + DataDir: dataDir, + ACLAgentToken: "alfa", + ACLAgentMasterToken: "bravo", + ACLDefaultToken: "charlie", + ACLReplicationToken: "delta", + } + require.NoError(t, store.Load(cfg, logger)) + require.Equal(t, "alfa", store.AgentToken()) + require.Equal(t, "bravo", store.AgentMasterToken()) + require.Equal(t, "charlie", store.UserToken()) + require.Equal(t, "delta", store.ReplicationToken()) + }) + + t.Run("updated from Config", func(t *testing.T) { + cfg := Config{ + DataDir: dataDir, + ACLDefaultToken: "echo", + ACLAgentToken: "foxtrot", + ACLAgentMasterToken: "golf", + ACLReplicationToken: "hotel", + } + // ensures no error for missing persisted tokens file + require.NoError(t, store.Load(cfg, logger)) + require.Equal(t, "echo", store.UserToken()) + require.Equal(t, "foxtrot", store.AgentToken()) + require.Equal(t, "golf", store.AgentMasterToken()) + require.Equal(t, "hotel", store.ReplicationToken()) + }) + + t.Run("with persisted tokens", func(t *testing.T) { + cfg := Config{ + DataDir: dataDir, + ACLDefaultToken: "echo", + ACLAgentToken: "foxtrot", + ACLAgentMasterToken: "golf", + ACLReplicationToken: "hotel", + } + + tokens := `{ + "agent" : "india", + "agent_master" : "juliett", + "default": "kilo", + "replication" : "lima" + }` + + require.NoError(t, ioutil.WriteFile(tokenFile, []byte(tokens), 0600)) + require.NoError(t, store.Load(cfg, logger)) + + // no updates since token persistence is not enabled + require.Equal(t, "echo", store.UserToken()) + require.Equal(t, "foxtrot", store.AgentToken()) + require.Equal(t, "golf", store.AgentMasterToken()) + require.Equal(t, "hotel", store.ReplicationToken()) + + cfg.EnablePersistence = true + require.NoError(t, store.Load(cfg, logger)) + + require.Equal(t, "india", store.AgentToken()) + require.Equal(t, "juliett", store.AgentMasterToken()) + require.Equal(t, "kilo", store.UserToken()) + require.Equal(t, "lima", store.ReplicationToken()) + + // check store persistence was enabled + require.NotNil(t, store.persistence) + }) + + t.Run("with persisted tokens, persisted tokens override config", func(t *testing.T) { + tokens := `{ + "agent" : "mike", + "agent_master" : "november", + "default": "oscar", + "replication" : "papa" + }` + + cfg := Config{ + EnablePersistence: true, + DataDir: dataDir, + ACLDefaultToken: "quebec", + ACLAgentToken: "romeo", + ACLAgentMasterToken: "sierra", + ACLReplicationToken: "tango", + } + + require.NoError(t, ioutil.WriteFile(tokenFile, []byte(tokens), 0600)) + require.NoError(t, store.Load(cfg, logger)) + + require.Equal(t, "mike", store.AgentToken()) + require.Equal(t, "november", store.AgentMasterToken()) + require.Equal(t, "oscar", store.UserToken()) + require.Equal(t, "papa", store.ReplicationToken()) + }) + + t.Run("with some persisted tokens", func(t *testing.T) { + tokens := `{ + "agent" : "uniform", + "agent_master" : "victor" + }` + + cfg := Config{ + EnablePersistence: true, + DataDir: dataDir, + ACLDefaultToken: "whiskey", + ACLAgentToken: "xray", + ACLAgentMasterToken: "yankee", + ACLReplicationToken: "zulu", + } + + require.NoError(t, ioutil.WriteFile(tokenFile, []byte(tokens), 0600)) + require.NoError(t, store.Load(cfg, logger)) + + require.Equal(t, "uniform", store.AgentToken()) + require.Equal(t, "victor", store.AgentMasterToken()) + require.Equal(t, "whiskey", store.UserToken()) + require.Equal(t, "zulu", store.ReplicationToken()) + }) + + t.Run("persisted file contains invalid data", func(t *testing.T) { + cfg := Config{ + EnablePersistence: true, + DataDir: dataDir, + ACLDefaultToken: "one", + ACLAgentToken: "two", + ACLAgentMasterToken: "three", + ACLReplicationToken: "four", + } + + require.NoError(t, ioutil.WriteFile(tokenFile, []byte{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}, 0600)) + err := store.Load(cfg, logger) + require.Error(t, err) + require.Contains(t, err.Error(), "failed to decode tokens file") + + require.Equal(t, "one", store.UserToken()) + require.Equal(t, "two", store.AgentToken()) + require.Equal(t, "three", store.AgentMasterToken()) + require.Equal(t, "four", store.ReplicationToken()) + }) + + t.Run("persisted file contains invalid json", func(t *testing.T) { + cfg := Config{ + EnablePersistence: true, + DataDir: dataDir, + ACLDefaultToken: "alfa", + ACLAgentToken: "bravo", + ACLAgentMasterToken: "charlie", + ACLReplicationToken: "foxtrot", + } + + require.NoError(t, ioutil.WriteFile(tokenFile, []byte("[1,2,3]"), 0600)) + err := store.Load(cfg, logger) + require.Error(t, err) + require.Contains(t, err.Error(), "failed to decode tokens file") + + require.Equal(t, "alfa", store.UserToken()) + require.Equal(t, "bravo", store.AgentToken()) + require.Equal(t, "charlie", store.AgentMasterToken()) + require.Equal(t, "foxtrot", store.ReplicationToken()) + }) +} + +func TestStore_WithPersistenceLock(t *testing.T) { + dataDir := testutil.TempDir(t, "datadir") + store := new(Store) + cfg := Config{ + EnablePersistence: true, + DataDir: dataDir, + ACLDefaultToken: "default-token", + ACLAgentToken: "agent-token", + ACLAgentMasterToken: "master-token", + ACLReplicationToken: "replication-token", + } + err := store.Load(cfg, hclog.New(nil)) + require.NoError(t, err) + + f := func() error { + updated := store.UpdateUserToken("the-new-token", TokenSourceAPI) + require.True(t, updated) + + updated = store.UpdateAgentMasterToken("the-new-master-token", TokenSourceAPI) + require.True(t, updated) + return nil + } + + err = store.WithPersistenceLock(f) + require.NoError(t, err) + + tokens, err := readPersistedFromFile(filepath.Join(dataDir, tokensPath)) + require.NoError(t, err) + expected := persistedTokens{ + Default: "the-new-token", + AgentMaster: "the-new-master-token", + } + require.Equal(t, expected, tokens) +} diff --git a/agent/token/store.go b/agent/token/store.go index 56ab7d806a..456190f70b 100644 --- a/agent/token/store.go +++ b/agent/token/store.go @@ -77,6 +77,12 @@ type Store struct { watchers map[int]watcher watcherIndex int + persistence *fileStore + // persistenceLock is used to synchronize access to the persisted token store + // within the data directory. This will prevent loading while writing as well as + // multiple concurrent writes. + persistenceLock sync.RWMutex + // enterpriseTokens contains tokens only used in consul-enterprise enterpriseTokens } @@ -158,7 +164,7 @@ func (t *Store) sendNotificationLocked(kinds ...TokenKind) { // Returns true if it was changed. func (t *Store) UpdateUserToken(token string, source TokenSource) bool { t.l.Lock() - changed := (t.userToken != token || t.userTokenSource != source) + changed := t.userToken != token || t.userTokenSource != source t.userToken = token t.userTokenSource = source if changed { @@ -172,7 +178,7 @@ func (t *Store) UpdateUserToken(token string, source TokenSource) bool { // Returns true if it was changed. func (t *Store) UpdateAgentToken(token string, source TokenSource) bool { t.l.Lock() - changed := (t.agentToken != token || t.agentTokenSource != source) + changed := t.agentToken != token || t.agentTokenSource != source t.agentToken = token t.agentTokenSource = source if changed { @@ -186,7 +192,7 @@ func (t *Store) UpdateAgentToken(token string, source TokenSource) bool { // Returns true if it was changed. func (t *Store) UpdateAgentMasterToken(token string, source TokenSource) bool { t.l.Lock() - changed := (t.agentMasterToken != token || t.agentMasterTokenSource != source) + changed := t.agentMasterToken != token || t.agentMasterTokenSource != source t.agentMasterToken = token t.agentMasterTokenSource = source if changed { @@ -200,7 +206,7 @@ func (t *Store) UpdateAgentMasterToken(token string, source TokenSource) bool { // Returns true if it was changed. func (t *Store) UpdateReplicationToken(token string, source TokenSource) bool { t.l.Lock() - changed := (t.replicationToken != token || t.replicationTokenSource != source) + changed := t.replicationToken != token || t.replicationTokenSource != source t.replicationToken = token t.replicationTokenSource = source if changed { diff --git a/agent/token/store_oss.go b/agent/token/store_oss.go index 0a182d8265..16123052ef 100644 --- a/agent/token/store_oss.go +++ b/agent/token/store_oss.go @@ -2,11 +2,18 @@ package token +type EnterpriseConfig struct { +} + // Stub for enterpriseTokens type enterpriseTokens struct { } // enterpriseAgentToken OSS stub -func (s *Store) enterpriseAgentToken() string { +func (t *Store) enterpriseAgentToken() string { return "" } + +// loadEnterpriseTokens is a noop stub for the func defined agent_ent.go +func loadEnterpriseTokens(_ *Store, _ Config) { +} diff --git a/agent/token/store_test.go b/agent/token/store_test.go index f46fcc3a98..6df8122576 100644 --- a/agent/token/store_test.go +++ b/agent/token/store_test.go @@ -7,8 +7,6 @@ import ( ) func TestStore_RegularTokens(t *testing.T) { - t.Parallel() - type tokens struct { userSource TokenSource user string @@ -89,13 +87,22 @@ func TestStore_RegularTokens(t *testing.T) { } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { - t.Parallel() - s := new(Store) - require.True(t, s.UpdateUserToken(tt.set.user, tt.set.userSource)) - require.True(t, s.UpdateAgentToken(tt.set.agent, tt.set.agentSource)) - require.True(t, s.UpdateReplicationToken(tt.set.repl, tt.set.replSource)) - require.True(t, s.UpdateAgentMasterToken(tt.set.master, tt.set.masterSource)) + if tt.set.user != "" { + require.True(t, s.UpdateUserToken(tt.set.user, tt.set.userSource)) + } + + if tt.set.agent != "" { + require.True(t, s.UpdateAgentToken(tt.set.agent, tt.set.agentSource)) + } + + if tt.set.repl != "" { + require.True(t, s.UpdateReplicationToken(tt.set.repl, tt.set.replSource)) + } + + if tt.set.master != "" { + require.True(t, s.UpdateAgentMasterToken(tt.set.master, tt.set.masterSource)) + } // If they don't change then they return false. require.False(t, s.UpdateUserToken(tt.set.user, tt.set.userSource)) @@ -128,7 +135,6 @@ func TestStore_RegularTokens(t *testing.T) { } func TestStore_AgentMasterToken(t *testing.T) { - t.Parallel() s := new(Store) verify := func(want bool, toks ...string) { @@ -152,7 +158,6 @@ func TestStore_AgentMasterToken(t *testing.T) { } func TestStore_Notify(t *testing.T) { - t.Parallel() s := new(Store) newNotification := func(t *testing.T, s *Store, kind TokenKind) Notifier { diff --git a/agent/ui_endpoint.go b/agent/ui_endpoint.go index 6dffa9c850..dbe7d70bbe 100644 --- a/agent/ui_endpoint.go +++ b/agent/ui_endpoint.go @@ -360,3 +360,42 @@ func modifySummaryForGatewayService( } } } + +// GET /v1/internal/ui/gateway-intentions/:gateway +func (s *HTTPServer) UIGatewayIntentions(resp http.ResponseWriter, req *http.Request) (interface{}, error) { + var args structs.IntentionQueryRequest + if done := s.parse(resp, req, &args.Datacenter, &args.QueryOptions); done { + return nil, nil + } + + var entMeta structs.EnterpriseMeta + if err := s.parseEntMetaNoWildcard(req, &entMeta); err != nil { + return nil, err + } + + // Pull out the service name + name := strings.TrimPrefix(req.URL.Path, "/v1/internal/ui/gateway-intentions/") + if name == "" { + resp.WriteHeader(http.StatusBadRequest) + fmt.Fprint(resp, "Missing gateway name") + return nil, nil + } + args.Match = &structs.IntentionQueryMatch{ + Type: structs.IntentionMatchDestination, + Entries: []structs.IntentionMatchEntry{ + { + Namespace: entMeta.NamespaceOrEmpty(), + Name: name, + }, + }, + } + + var reply structs.IndexedIntentions + + defer setMeta(resp, &reply.QueryMeta) + if err := s.agent.RPC("Internal.GatewayIntentions", args, &reply); err != nil { + return nil, err + } + + return reply.Intentions, nil +} diff --git a/agent/ui_endpoint_test.go b/agent/ui_endpoint_test.go index c554a4d06f..67b4875865 100644 --- a/agent/ui_endpoint_test.go +++ b/agent/ui_endpoint_test.go @@ -8,7 +8,6 @@ import ( "net/http" "net/http/httptest" "net/url" - "os" "path/filepath" "testing" @@ -25,7 +24,6 @@ func TestUiIndex(t *testing.T) { t.Parallel() // Make a test dir to serve UI files uiDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(uiDir) // Make the server a := NewTestAgent(t, ` @@ -43,7 +41,7 @@ func TestUiIndex(t *testing.T) { // Register node req, _ := http.NewRequest("GET", "/ui/my-file", nil) req.URL.Scheme = "http" - req.URL.Host = a.srv.Server.Addr + req.URL.Host = a.HTTPAddr() // Make the request client := cleanhttp.DefaultClient() @@ -155,10 +153,8 @@ func TestUiNodeInfo(t *testing.T) { req, _ := http.NewRequest("GET", fmt.Sprintf("/v1/internal/ui/node/%s", a.Config.NodeName), nil) resp := httptest.NewRecorder() obj, err := a.srv.UINodeInfo(resp, req) - if err != nil { - t.Fatalf("err: %v", err) - } - + require.NoError(t, err) + require.Equal(t, resp.Code, http.StatusOK) assertIndex(t, resp) // Should be 1 node for the server @@ -771,3 +767,101 @@ func TestUIGatewayServiceNodes_Ingress(t *testing.T) { } assert.ElementsMatch(t, expect, dump) } + +func TestUIGatewayIntentions(t *testing.T) { + t.Parallel() + + a := NewTestAgent(t, "") + defer a.Shutdown() + + // Register terminating gateway and config entry linking it to postgres + redis + { + arg := structs.RegisterRequest{ + Datacenter: "dc1", + Node: "foo", + Address: "127.0.0.1", + Service: &structs.NodeService{ + ID: "terminating-gateway", + Service: "terminating-gateway", + Kind: structs.ServiceKindTerminatingGateway, + Port: 443, + }, + Check: &structs.HealthCheck{ + Name: "terminating connect", + Status: api.HealthPassing, + ServiceID: "terminating-gateway", + }, + } + var regOutput struct{} + require.NoError(t, a.RPC("Catalog.Register", &arg, ®Output)) + + args := &structs.TerminatingGatewayConfigEntry{ + Name: "terminating-gateway", + Kind: structs.TerminatingGateway, + Services: []structs.LinkedService{ + { + Name: "postgres", + }, + { + Name: "redis", + CAFile: "/etc/certs/ca.pem", + CertFile: "/etc/certs/cert.pem", + KeyFile: "/etc/certs/key.pem", + }, + }, + } + + req := structs.ConfigEntryRequest{ + Op: structs.ConfigEntryUpsert, + Datacenter: "dc1", + Entry: args, + } + var configOutput bool + require.NoError(t, a.RPC("ConfigEntry.Apply", &req, &configOutput)) + require.True(t, configOutput) + } + + // create some symmetric intentions to ensure we are only matching on destination + { + for _, v := range []string{"*", "mysql", "redis", "postgres"} { + req := structs.IntentionRequest{ + Datacenter: "dc1", + Op: structs.IntentionOpCreate, + Intention: structs.TestIntention(t), + } + req.Intention.SourceName = "api" + req.Intention.DestinationName = v + + var reply string + assert.NoError(t, a.RPC("Intention.Apply", &req, &reply)) + + req = structs.IntentionRequest{ + Datacenter: "dc1", + Op: structs.IntentionOpCreate, + Intention: structs.TestIntention(t), + } + req.Intention.SourceName = v + req.Intention.DestinationName = "api" + assert.NoError(t, a.RPC("Intention.Apply", &req, &reply)) + } + } + + // Request intentions matching the gateway named "terminating-gateway" + req, _ := http.NewRequest("GET", "/v1/internal/ui/gateway-intentions/terminating-gateway", nil) + resp := httptest.NewRecorder() + obj, err := a.srv.UIGatewayIntentions(resp, req) + assert.Nil(t, err) + assertIndex(t, resp) + + intentions := obj.(structs.Intentions) + assert.Len(t, intentions, 3) + + // Only intentions with linked services as a destination should be returned, and wildcard matches should be deduped + expected := []string{"postgres", "*", "redis"} + actual := []string{ + intentions[0].DestinationName, + intentions[1].DestinationName, + intentions[2].DestinationName, + } + assert.ElementsMatch(t, expected, actual) +} diff --git a/agent/util_test.go b/agent/util_test.go index 65df2cadc0..b091d853e7 100644 --- a/agent/util_test.go +++ b/agent/util_test.go @@ -31,7 +31,6 @@ func TestSetFilePermissions(t *testing.T) { } tempFile := testutil.TempFile(t, "consul") path := tempFile.Name() - defer os.Remove(path) // Bad UID fails if err := setFilePermissions(path, "%", "", ""); err == nil { diff --git a/agent/xds/clusters.go b/agent/xds/clusters.go index 928fe930ef..aade207009 100644 --- a/agent/xds/clusters.go +++ b/agent/xds/clusters.go @@ -16,6 +16,7 @@ import ( "github.com/golang/protobuf/proto" "github.com/golang/protobuf/ptypes" "github.com/golang/protobuf/ptypes/any" + "github.com/golang/protobuf/ptypes/wrappers" "github.com/hashicorp/consul/agent/connect" "github.com/hashicorp/consul/agent/proxycfg" "github.com/hashicorp/consul/agent/structs" @@ -32,7 +33,7 @@ func (s *Server) clustersFromSnapshot(_ connectionInfo, cfgSnap *proxycfg.Config case structs.ServiceKindConnectProxy: return s.clustersFromSnapshotConnectProxy(cfgSnap) case structs.ServiceKindTerminatingGateway: - return s.makeGatewayServiceClusters(cfgSnap) + return s.makeGatewayServiceClusters(cfgSnap, cfgSnap.TerminatingGateway.ServiceGroups, cfgSnap.TerminatingGateway.ServiceResolvers) case structs.ServiceKindMeshGateway: return s.clustersFromSnapshotMeshGateway(cfgSnap) case structs.ServiceKindIngressGateway: @@ -174,7 +175,7 @@ func (s *Server) clustersFromSnapshotMeshGateway(cfgSnap *proxycfg.ConfigSnapsho } // generate the per-service/subset clusters - c, err := s.makeGatewayServiceClusters(cfgSnap) + c, err := s.makeGatewayServiceClusters(cfgSnap, cfgSnap.MeshGateway.ServiceGroups, cfgSnap.MeshGateway.ServiceResolvers) if err != nil { return nil, err } @@ -183,18 +184,16 @@ func (s *Server) clustersFromSnapshotMeshGateway(cfgSnap *proxycfg.ConfigSnapsho return clusters, nil } -func (s *Server) makeGatewayServiceClusters(cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { - var services map[structs.ServiceName]structs.CheckServiceNodes - var resolvers map[structs.ServiceName]*structs.ServiceResolverConfigEntry +func (s *Server) makeGatewayServiceClusters( + cfgSnap *proxycfg.ConfigSnapshot, + services map[structs.ServiceName]structs.CheckServiceNodes, + resolvers map[structs.ServiceName]*structs.ServiceResolverConfigEntry, +) ([]proto.Message, error) { + var hostnameEndpoints structs.CheckServiceNodes switch cfgSnap.Kind { - case structs.ServiceKindTerminatingGateway: - services = cfgSnap.TerminatingGateway.ServiceGroups - resolvers = cfgSnap.TerminatingGateway.ServiceResolvers - case structs.ServiceKindMeshGateway: - services = cfgSnap.MeshGateway.ServiceGroups - resolvers = cfgSnap.MeshGateway.ServiceResolvers + case structs.ServiceKindTerminatingGateway, structs.ServiceKindMeshGateway: default: return nil, fmt.Errorf("unsupported gateway kind %q", cfgSnap.Kind) } @@ -205,10 +204,15 @@ func (s *Server) makeGatewayServiceClusters(cfgSnap *proxycfg.ConfigSnapshot) ([ clusterName := connect.ServiceSNI(svc.Name, "", svc.NamespaceOrDefault(), cfgSnap.Datacenter, cfgSnap.Roots.TrustDomain) resolver, hasResolver := resolvers[svc] + var loadBalancer *structs.LoadBalancer + if !hasResolver { // Use a zero value resolver with no timeout and no subsets resolver = &structs.ServiceResolverConfigEntry{} } + if resolver.LoadBalancer != nil { + loadBalancer = resolver.LoadBalancer + } // When making service clusters we only pass endpoints with hostnames if the kind is a terminating gateway // This is because the services a mesh gateway will route to are not external services and are not addressed by a hostname. @@ -223,8 +227,8 @@ func (s *Server) makeGatewayServiceClusters(cfgSnap *proxycfg.ConfigSnapshot) ([ } cluster := s.makeGatewayCluster(cfgSnap, opts) - if cfgSnap.Kind == structs.ServiceKindTerminatingGateway { - injectTerminatingGatewayTLSContext(cfgSnap, cluster, svc) + if err := s.injectGatewayServiceAddons(cfgSnap, cluster, svc, loadBalancer); err != nil { + return nil, err } clusters = append(clusters, cluster) @@ -243,8 +247,8 @@ func (s *Server) makeGatewayServiceClusters(cfgSnap *proxycfg.ConfigSnapshot) ([ } cluster := s.makeGatewayCluster(cfgSnap, opts) - if cfgSnap.Kind == structs.ServiceKindTerminatingGateway { - injectTerminatingGatewayTLSContext(cfgSnap, cluster, svc) + if err := s.injectGatewayServiceAddons(cfgSnap, cluster, svc, loadBalancer); err != nil { + return nil, err } clusters = append(clusters, cluster) } @@ -253,6 +257,35 @@ func (s *Server) makeGatewayServiceClusters(cfgSnap *proxycfg.ConfigSnapshot) ([ return clusters, nil } +func (s *Server) injectGatewayServiceAddons(cfgSnap *proxycfg.ConfigSnapshot, c *envoy.Cluster, svc structs.ServiceName, lb *structs.LoadBalancer) error { + switch cfgSnap.Kind { + case structs.ServiceKindMeshGateway: + // We can't apply hash based LB config to mesh gateways because they rely on inspecting HTTP attributes + // and mesh gateways do not decrypt traffic + if !lb.IsHashBased() { + if err := injectLBToCluster(lb, c); err != nil { + return fmt.Errorf("failed to apply load balancer configuration to cluster %q: %v", c.Name, err) + } + } + case structs.ServiceKindTerminatingGateway: + // Context used for TLS origination to the cluster + if mapping, ok := cfgSnap.TerminatingGateway.GatewayServices[svc]; ok && mapping.CAFile != "" { + context := envoyauth.UpstreamTlsContext{ + CommonTlsContext: makeCommonTLSContextFromFiles(mapping.CAFile, mapping.CertFile, mapping.KeyFile), + } + if mapping.SNI != "" { + context.Sni = mapping.SNI + } + c.TlsContext = &context + } + if err := injectLBToCluster(lb, c); err != nil { + return fmt.Errorf("failed to apply load balancer configuration to cluster %q: %v", c.Name, err) + } + + } + return nil +} + func (s *Server) clustersFromSnapshotIngressGateway(cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { var clusters []proto.Message createdClusters := make(map[string]bool) @@ -421,7 +454,7 @@ func (s *Server) makeUpstreamClustersForDiscoveryChain( return nil, err } } else { - s.Logger.Warn("ignoring escape hatch setting, because a discovery chain is configued for", + s.Logger.Warn("ignoring escape hatch setting, because a discovery chain is configured for", "discovery chain", chain.ServiceName, "upstream", upstream.Identifier(), "envoy_cluster_json", chain.ServiceName) } @@ -481,6 +514,14 @@ func (s *Server) makeUpstreamClustersForDiscoveryChain( OutlierDetection: cfg.PassiveHealthCheck.AsOutlierDetection(), } + var lb *structs.LoadBalancer + if node.LoadBalancer != nil { + lb = node.LoadBalancer + } + if err := injectLBToCluster(lb, c); err != nil { + return nil, fmt.Errorf("failed to apply load balancer configuration to cluster %q: %v", clusterName, err) + } + proto := cfg.Protocol if proto == "" { proto = chain.Protocol @@ -554,7 +595,7 @@ func makeClusterFromUserConfig(configJSON string) (*envoy.Cluster, error) { return &c, err } - // No @type so try decoding as a straight listener. + // No @type so try decoding as a straight cluster. err := jsonpb.UnmarshalString(configJSON, &c) return &c, err } @@ -741,3 +782,47 @@ func makeLbEndpoint(addr string, port int, health envoycore.HealthStatus, weight LoadBalancingWeight: makeUint32Value(weight), } } + +func injectLBToCluster(ec *structs.LoadBalancer, c *envoy.Cluster) error { + if ec == nil { + return nil + } + + switch ec.Policy { + case "": + return nil + case structs.LBPolicyLeastRequest: + c.LbPolicy = envoy.Cluster_LEAST_REQUEST + + if ec.LeastRequestConfig != nil { + c.LbConfig = &envoy.Cluster_LeastRequestLbConfig_{ + LeastRequestLbConfig: &envoy.Cluster_LeastRequestLbConfig{ + ChoiceCount: &wrappers.UInt32Value{Value: ec.LeastRequestConfig.ChoiceCount}, + }, + } + } + case structs.LBPolicyRoundRobin: + c.LbPolicy = envoy.Cluster_ROUND_ROBIN + + case structs.LBPolicyRandom: + c.LbPolicy = envoy.Cluster_RANDOM + + case structs.LBPolicyRingHash: + c.LbPolicy = envoy.Cluster_RING_HASH + + if ec.RingHashConfig != nil { + c.LbConfig = &envoy.Cluster_RingHashLbConfig_{ + RingHashLbConfig: &envoy.Cluster_RingHashLbConfig{ + MinimumRingSize: &wrappers.UInt64Value{Value: ec.RingHashConfig.MinimumRingSize}, + MaximumRingSize: &wrappers.UInt64Value{Value: ec.RingHashConfig.MaximumRingSize}, + }, + } + } + case structs.LBPolicyMaglev: + c.LbPolicy = envoy.Cluster_MAGLEV + + default: + return fmt.Errorf("unsupported load balancer policy %q for cluster %q", ec.Policy, c.Name) + } + return nil +} diff --git a/agent/xds/clusters_test.go b/agent/xds/clusters_test.go index 63accb8931..f81430ab9f 100644 --- a/agent/xds/clusters_test.go +++ b/agent/xds/clusters_test.go @@ -9,8 +9,10 @@ import ( "time" envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" + "github.com/golang/protobuf/ptypes/wrappers" "github.com/hashicorp/consul/agent/proxycfg" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/xds/proxysupport" "github.com/hashicorp/consul/sdk/testutil" testinf "github.com/mitchellh/go-testing-interface" "github.com/stretchr/testify/require" @@ -229,6 +231,11 @@ func TestClustersFromSnapshot(t *testing.T) { create: proxycfg.TestConfigSnapshotDiscoveryChain_SplitterWithResolverRedirectMultiDC, setup: nil, }, + { + name: "connect-proxy-lb-in-resolver", + create: proxycfg.TestConfigSnapshotDiscoveryChainWithLB, + setup: nil, + }, { name: "expose-paths-local-app-paths", create: proxycfg.TestConfigSnapshotExposeConfig, @@ -343,6 +350,61 @@ func TestClustersFromSnapshot(t *testing.T) { } }, }, + { + name: "mesh-gateway-non-hash-lb-injected", + create: proxycfg.TestConfigSnapshotMeshGateway, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.MeshGateway.ServiceResolvers = map[structs.ServiceName]*structs.ServiceResolverConfigEntry{ + structs.NewServiceName("bar", nil): { + Kind: structs.ServiceResolver, + Name: "bar", + Subsets: map[string]structs.ServiceResolverSubset{ + "v1": { + Filter: "Service.Meta.Version == 1", + }, + "v2": { + Filter: "Service.Meta.Version == 2", + OnlyPassing: true, + }, + }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "least_request", + LeastRequestConfig: &structs.LeastRequestConfig{ + ChoiceCount: 5, + }, + }, + }, + } + }, + }, + { + name: "mesh-gateway-hash-lb-ignored", + create: proxycfg.TestConfigSnapshotMeshGateway, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.MeshGateway.ServiceResolvers = map[structs.ServiceName]*structs.ServiceResolverConfigEntry{ + structs.NewServiceName("bar", nil): { + Kind: structs.ServiceResolver, + Name: "bar", + Subsets: map[string]structs.ServiceResolverSubset{ + "v1": { + Filter: "Service.Meta.Version == 1", + }, + "v2": { + Filter: "Service.Meta.Version == 2", + OnlyPassing: true, + }, + }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MinimumRingSize: 20, + MaximumRingSize: 50, + }, + }, + }, + } + }, + }, { name: "ingress-gateway", create: proxycfg.TestConfigSnapshotIngressGateway, @@ -418,6 +480,11 @@ func TestClustersFromSnapshot(t *testing.T) { create: proxycfg.TestConfigSnapshotIngress_SplitterWithResolverRedirectMultiDC, setup: nil, }, + { + name: "ingress-lb-in-resolver", + create: proxycfg.TestConfigSnapshotIngressWithLB, + setup: nil, + }, { name: "terminating-gateway", create: proxycfg.TestConfigSnapshotTerminatingGateway, @@ -456,6 +523,12 @@ func TestClustersFromSnapshot(t *testing.T) { }, }, } + snap.TerminatingGateway.ServiceConfigs[structs.NewServiceName("web", nil)] = &structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{"protocol": "http"}, + } + snap.TerminatingGateway.ServiceConfigs[structs.NewServiceName("cache", nil)] = &structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{"protocol": "http"}, + } }, }, { @@ -482,6 +555,12 @@ func TestClustersFromSnapshot(t *testing.T) { }, }, } + snap.TerminatingGateway.ServiceConfigs[structs.NewServiceName("api", nil)] = &structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{"protocol": "http"}, + } + snap.TerminatingGateway.ServiceConfigs[structs.NewServiceName("cache", nil)] = &structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{"protocol": "http"}, + } }, }, { @@ -518,6 +597,41 @@ func TestClustersFromSnapshot(t *testing.T) { }, }, } + snap.TerminatingGateway.ServiceConfigs[structs.NewServiceName("web", nil)] = &structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{"protocol": "http"}, + } + }, + }, + { + name: "terminating-gateway-lb-config", + create: proxycfg.TestConfigSnapshotTerminatingGateway, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.TerminatingGateway.ServiceResolvers = map[structs.ServiceName]*structs.ServiceResolverConfigEntry{ + structs.NewServiceName("web", nil): { + Kind: structs.ServiceResolver, + Name: "web", + DefaultSubset: "v2", + Subsets: map[string]structs.ServiceResolverSubset{ + "v1": { + Filter: "Service.Meta.Version == 1", + }, + "v2": { + Filter: "Service.Meta.Version == 2", + OnlyPassing: true, + }, + }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MinimumRingSize: 20, + MaximumRingSize: 50, + }, + }, + }, + } + snap.TerminatingGateway.ServiceConfigs[structs.NewServiceName("web", nil)] = &structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{"protocol": "http"}, + } }, }, { @@ -527,8 +641,9 @@ func TestClustersFromSnapshot(t *testing.T) { }, } - for _, envoyVersion := range supportedEnvoyVersions { - sf := determineSupportedProxyFeaturesFromString(envoyVersion) + for _, envoyVersion := range proxysupport.EnvoyVersions { + sf, err := determineSupportedProxyFeaturesFromString(envoyVersion) + require.NoError(t, err) t.Run("envoy-"+envoyVersion, func(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { @@ -705,7 +820,7 @@ var customAppClusterJSONTpl = `{ "hosts": [ { "socketAddress": { - "address": "127.0.0.1", + "address": "127.0.0.1", "portValue": 8080 } } @@ -738,12 +853,85 @@ func setupTLSRootsAndLeaf(t *testing.T, snap *proxycfg.ConfigSnapshot) { } } -// supportedEnvoyVersions lists the versions that we generated golden tests for -// -// see: https://www.consul.io/docs/connect/proxies/envoy#supported-versions -var supportedEnvoyVersions = []string{ - "1.14.4", - "1.13.4", - "1.12.6", - "1.11.2", +func TestEnvoyLBConfig_InjectToCluster(t *testing.T) { + var tests = []struct { + name string + lb *structs.LoadBalancer + expected envoy.Cluster + }{ + { + name: "skip empty", + lb: &structs.LoadBalancer{ + Policy: "", + }, + expected: envoy.Cluster{}, + }, + { + name: "round robin", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyRoundRobin, + }, + expected: envoy.Cluster{LbPolicy: envoy.Cluster_ROUND_ROBIN}, + }, + { + name: "random", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyRandom, + }, + expected: envoy.Cluster{LbPolicy: envoy.Cluster_RANDOM}, + }, + { + name: "maglev", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyMaglev, + }, + expected: envoy.Cluster{LbPolicy: envoy.Cluster_MAGLEV}, + }, + { + name: "ring_hash", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyRingHash, + RingHashConfig: &structs.RingHashConfig{ + MinimumRingSize: 3, + MaximumRingSize: 7, + }, + }, + expected: envoy.Cluster{ + LbPolicy: envoy.Cluster_RING_HASH, + LbConfig: &envoy.Cluster_RingHashLbConfig_{ + RingHashLbConfig: &envoy.Cluster_RingHashLbConfig{ + MinimumRingSize: &wrappers.UInt64Value{Value: 3}, + MaximumRingSize: &wrappers.UInt64Value{Value: 7}, + }, + }, + }, + }, + { + name: "least_request", + lb: &structs.LoadBalancer{ + Policy: "least_request", + LeastRequestConfig: &structs.LeastRequestConfig{ + ChoiceCount: 3, + }, + }, + expected: envoy.Cluster{ + LbPolicy: envoy.Cluster_LEAST_REQUEST, + LbConfig: &envoy.Cluster_LeastRequestLbConfig_{ + LeastRequestLbConfig: &envoy.Cluster_LeastRequestLbConfig{ + ChoiceCount: &wrappers.UInt32Value{Value: 3}, + }, + }, + }, + }, + } + + for _, tc := range tests { + t.Run(tc.name, func(t *testing.T) { + var c envoy.Cluster + err := injectLBToCluster(tc.lb, &c) + require.NoError(t, err) + + require.Equal(t, tc.expected, c) + }) + } } diff --git a/agent/xds/endpoints_test.go b/agent/xds/endpoints_test.go index 557bd054eb..8d7b5db429 100644 --- a/agent/xds/endpoints_test.go +++ b/agent/xds/endpoints_test.go @@ -14,6 +14,7 @@ import ( envoyendpoint "github.com/envoyproxy/go-control-plane/envoy/api/v2/endpoint" "github.com/hashicorp/consul/agent/proxycfg" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/xds/proxysupport" "github.com/hashicorp/consul/sdk/testutil" testinf "github.com/mitchellh/go-testing-interface" ) @@ -554,8 +555,9 @@ func Test_endpointsFromSnapshot(t *testing.T) { }, } - for _, envoyVersion := range supportedEnvoyVersions { - sf := determineSupportedProxyFeaturesFromString(envoyVersion) + for _, envoyVersion := range proxysupport.EnvoyVersions { + sf, err := determineSupportedProxyFeaturesFromString(envoyVersion) + require.NoError(t, err) t.Run("envoy-"+envoyVersion, func(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { diff --git a/agent/xds/envoy_versioning.go b/agent/xds/envoy_versioning.go index 9e3d0d37aa..1ed297f4dc 100644 --- a/agent/xds/envoy_versioning.go +++ b/agent/xds/envoy_versioning.go @@ -9,25 +9,37 @@ import ( ) var ( - // minSafeRegexVersion reflects the minimum version where we could use safe_regex instead of regex - // - // NOTE: the first version that no longer supported the old style was 1.13.0 - minSafeRegexVersion = version.Must(version.NewVersion("1.11.2")) + // minSupportedVersion is the oldest mainline version we support. This should always be + // the zero'th point release of the last element of proxysupport.EnvoyVersions. + minSupportedVersion = version.Must(version.NewVersion("1.12.0")) ) type supportedProxyFeatures struct { - RouterMatchSafeRegex bool // use safe_regex instead of regex in http.router rules + // add version dependent feature flags here } -func determineSupportedProxyFeatures(node *envoycore.Node) supportedProxyFeatures { +func determineSupportedProxyFeatures(node *envoycore.Node) (supportedProxyFeatures, error) { version := determineEnvoyVersionFromNode(node) + return determineSupportedProxyFeaturesFromVersion(version) +} + +func determineSupportedProxyFeaturesFromString(vs string) (supportedProxyFeatures, error) { + version := version.Must(version.NewVersion(vs)) + return determineSupportedProxyFeaturesFromVersion(version) +} + +func determineSupportedProxyFeaturesFromVersion(version *version.Version) (supportedProxyFeatures, error) { if version == nil { - return supportedProxyFeatures{} + // This would happen on either extremely old builds OR perhaps on + // custom builds. Should we error? + return supportedProxyFeatures{}, nil } - return supportedProxyFeatures{ - RouterMatchSafeRegex: !version.LessThan(minSafeRegexVersion), + if version.LessThan(minSupportedVersion) { + return supportedProxyFeatures{}, fmt.Errorf("Envoy %s is too old and is not supported by Consul", version) } + + return supportedProxyFeatures{}, nil } // example: 1580db37e9a97c37e410bad0e1507ae1a0fd9e77/1.12.4/Clean/RELEASE/BoringSSL @@ -74,10 +86,3 @@ func determineEnvoyVersionFromNode(node *envoycore.Node) *version.Version { ), )) } - -func determineSupportedProxyFeaturesFromString(vs string) supportedProxyFeatures { - version := version.Must(version.NewVersion(vs)) - return supportedProxyFeatures{ - RouterMatchSafeRegex: !version.LessThan(minSafeRegexVersion), - } -} diff --git a/agent/xds/golden_test.go b/agent/xds/golden_test.go index 7b264b7afc..dd285d24f6 100644 --- a/agent/xds/golden_test.go +++ b/agent/xds/golden_test.go @@ -9,6 +9,7 @@ import ( envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" "github.com/golang/protobuf/jsonpb" + "github.com/golang/protobuf/proto" "github.com/hashicorp/go-version" "github.com/stretchr/testify/require" ) @@ -55,11 +56,15 @@ func golden(t *testing.T, name, subname, got string) string { } func responseToJSON(t *testing.T, r *envoy.DiscoveryResponse) string { + return protoToJSON(t, r) +} + +func protoToJSON(t *testing.T, pb proto.Message) string { t.Helper() m := jsonpb.Marshaler{ Indent: " ", } - gotJSON, err := m.MarshalToString(r) + gotJSON, err := m.MarshalToString(pb) require.NoError(t, err) return gotJSON } diff --git a/agent/xds/listeners.go b/agent/xds/listeners.go index d6c46582bb..64ea872680 100644 --- a/agent/xds/listeners.go +++ b/agent/xds/listeners.go @@ -15,7 +15,6 @@ import ( envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" envoylistener "github.com/envoyproxy/go-control-plane/envoy/api/v2/listener" envoyroute "github.com/envoyproxy/go-control-plane/envoy/api/v2/route" - extauthz "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/ext_authz/v2" envoyhttp "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connection_manager/v2" envoytcp "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/tcp_proxy/v2" envoytype "github.com/envoyproxy/go-control-plane/envoy/type" @@ -23,6 +22,7 @@ import ( "github.com/envoyproxy/go-control-plane/pkg/wellknown" "github.com/golang/protobuf/jsonpb" "github.com/golang/protobuf/proto" + pbtypes "github.com/golang/protobuf/ptypes" "github.com/golang/protobuf/ptypes/any" pbstruct "github.com/golang/protobuf/ptypes/struct" "github.com/golang/protobuf/ptypes/wrappers" @@ -313,8 +313,18 @@ func (s *Server) makeIngressGatewayListeners(address string, cfgSnap *proxycfg.C } else { // If multiple upstreams share this port, make a special listener for the protocol. listener := makeListener(listenerKey.Protocol, address, listenerKey.Port) - filter, err := makeListenerFilter( - true, listenerKey.Protocol, listenerKey.RouteName(), "", "ingress_upstream_", "", false) + opts := listenerFilterOpts{ + useRDS: true, + protocol: listenerKey.Protocol, + filterName: listenerKey.RouteName(), + routeName: listenerKey.RouteName(), + cluster: "", + statPrefix: "ingress_upstream_", + routePath: "", + ingress: false, + httpAuthzFilter: nil, + } + filter, err := makeListenerFilter(opts) if err != nil { return nil, err } @@ -395,23 +405,104 @@ func makeListenerFromUserConfig(configJSON string) (*envoy.Listener, error) { return &l, err } -// Ensure that the first filter in each filter chain of a public listener is the -// authz filter to prevent unauthorized access and that every filter chain uses -// our TLS certs. We might allow users to work around this later if there is a -// good use case but this is actually a feature for now as it allows them to -// specify custom listener params in config but still get our certs delivered -// dynamically and intentions enforced without coming up with some complicated -// templating/merging solution. -func injectConnectFilters(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, listener *envoy.Listener) error { - authFilter, err := makeExtAuthFilter(cInfo.Token) +// Ensure that the first filter in each filter chain of a public listener is +// the authz filter to prevent unauthorized access. +func (s *Server) injectConnectFilters(_ connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, listener *envoy.Listener) error { + authzFilter, err := makeRBACNetworkFilter( + cfgSnap.ConnectProxy.Intentions, + cfgSnap.IntentionDefaultAllow, + ) if err != nil { return err } + for idx := range listener.FilterChains { // Insert our authz filter before any others listener.FilterChains[idx].Filters = - append([]*envoylistener.Filter{authFilter}, listener.FilterChains[idx].Filters...) + append([]*envoylistener.Filter{ + authzFilter, + }, listener.FilterChains[idx].Filters...) + } + return nil +} +const httpConnectionManagerNewName = "envoy.filters.network.http_connection_manager" + +// Locate the existing http connect manager L4 filter and inject our RBAC filter at the top. +func (s *Server) injectHTTPFilterOnFilterChains( + listener *envoy.Listener, + authzFilter *envoyhttp.HttpFilter, +) error { + for chainIdx, chain := range listener.FilterChains { + var ( + hcmFilter *envoylistener.Filter + hcmFilterIdx int + ) + + for filterIdx, filter := range chain.Filters { + if filter.Name == wellknown.HTTPConnectionManager || + filter.Name == httpConnectionManagerNewName { + hcmFilter = filter + hcmFilterIdx = filterIdx + break + } + } + if hcmFilter == nil { + return fmt.Errorf( + "filter chain %d lacks either a %q or %q filter", + chainIdx, + wellknown.HTTPConnectionManager, + httpConnectionManagerNewName, + ) + } + + var ( + hcm envoyhttp.HttpConnectionManager + isTyped bool + ) + switch x := hcmFilter.ConfigType.(type) { + case *envoylistener.Filter_Config: + if err := conversion.StructToMessage(x.Config, &hcm); err != nil { + return err + } + isTyped = false + case *envoylistener.Filter_TypedConfig: + if err := pbtypes.UnmarshalAny(x.TypedConfig, &hcm); err != nil { + return err + } + isTyped = true + default: + return fmt.Errorf( + "filter chain %d has a %q filter with an unsupported config type: %T", + chainIdx, + hcmFilter.Name, + x, + ) + } + + // Insert our authz filter before any others + hcm.HttpFilters = append([]*envoyhttp.HttpFilter{ + authzFilter, + }, hcm.HttpFilters...) + + // And persist the modified filter. + newFilter, err := makeFilter(hcmFilter.Name, &hcm, isTyped) + if err != nil { + return err + } + chain.Filters[hcmFilterIdx] = newFilter + } + + return nil +} + +// Ensure every filter chain uses our TLS certs. We might allow users to work +// around this later if there is a good use case but this is actually a feature +// for now as it allows them to specify custom listener params in config but +// still get our certs delivered dynamically and intentions enforced without +// coming up with some complicated templating/merging solution. +func (s *Server) injectConnectTLSOnFilterChains(_ connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, listener *envoy.Listener) error { + for idx := range listener.FilterChains { listener.FilterChains[idx].TlsContext = &envoyauth.DownstreamTlsContext{ CommonTlsContext: makeCommonTLSContextFromLeaf(cfgSnap, cfgSnap.Leaf()), RequireClientCertificate: &wrappers.BoolValue{Value: true}, @@ -436,9 +527,12 @@ func (s *Server) makePublicListener(cInfo connectionInfo, cfgSnap *proxycfg.Conf if err != nil { return l, err } - // In the happy path don't return yet as we need to inject TLS config still. + // In the happy path don't return yet as we need to inject TLS and authz config still. } + // This controls if we do L4 or L7 intention checks. + useHTTPFilter := structs.IsProtocolHTTPLike(cfg.Protocol) + if l == nil { // No user config, use default listener addr := cfgSnap.Address @@ -460,8 +554,28 @@ func (s *Server) makePublicListener(cInfo connectionInfo, cfgSnap *proxycfg.Conf l = makeListener(PublicListenerName, addr, port) - filter, err := makeListenerFilter( - false, cfg.Protocol, "public_listener", LocalAppClusterName, "", "", true) + opts := listenerFilterOpts{ + useRDS: false, + protocol: cfg.Protocol, + filterName: "public_listener", + routeName: "public_listener", + cluster: LocalAppClusterName, + statPrefix: "", + routePath: "", + ingress: true, + } + + if useHTTPFilter { + opts.httpAuthzFilter, err = makeRBACHTTPFilter( + cfgSnap.ConnectProxy.Intentions, + cfgSnap.IntentionDefaultAllow, + ) + if err != nil { + return nil, err + } + } + + filter, err := makeListenerFilter(opts) if err != nil { return nil, err } @@ -472,9 +586,39 @@ func (s *Server) makePublicListener(cInfo connectionInfo, cfgSnap *proxycfg.Conf }, }, } + + } else if useHTTPFilter { + httpAuthzFilter, err := makeRBACHTTPFilter( + cfgSnap.ConnectProxy.Intentions, + cfgSnap.IntentionDefaultAllow, + ) + if err != nil { + return nil, err + } + + // We're using the listener escape hatch, so try our best to inject the + // HTTP RBAC filter, but if we can't then just inject the RBAC Network + // filter instead. + if err := s.injectHTTPFilterOnFilterChains(l, httpAuthzFilter); err != nil { + s.Logger.Warn( + "could not inject the HTTP RBAC filter to enforce intentions on user-provided 'envoy_public_listener_json' config; falling back on the RBAC network filter instead", + "proxy", cfgSnap.ProxyID, + "error", err, + ) + useHTTPFilter = false + } + } + + if !useHTTPFilter { + if err := s.injectConnectFilters(cInfo, cfgSnap, l); err != nil { + return nil, err + } + } + + if err := s.injectConnectTLSOnFilterChains(cInfo, cfgSnap, l); err != nil { + return nil, err } - err = injectConnectFilters(cInfo, cfgSnap, l) return l, err } @@ -505,7 +649,18 @@ func (s *Server) makeExposedCheckListener(cfgSnap *proxycfg.ConfigSnapshot, clus filterName := fmt.Sprintf("exposed_path_filter_%s_%d", strippedPath, path.ListenerPort) - f, err := makeListenerFilter(false, path.Protocol, filterName, cluster, "", path.Path, true) + opts := listenerFilterOpts{ + useRDS: false, + protocol: path.Protocol, + filterName: filterName, + routeName: filterName, + cluster: cluster, + statPrefix: "", + routePath: path.Path, + ingress: true, + httpAuthzFilter: nil, + } + f, err := makeListenerFilter(opts) if err != nil { return nil, err } @@ -557,20 +712,35 @@ func (s *Server) makeTerminatingGatewayListener( // Make a FilterChain for each linked service // Match on the cluster name, - for svc := range cfgSnap.TerminatingGateway.ServiceGroups { + for _, svc := range cfgSnap.TerminatingGateway.ValidServices() { clusterName := connect.ServiceSNI(svc.Name, "", svc.NamespaceOrDefault(), cfgSnap.Datacenter, cfgSnap.Roots.TrustDomain) + + // Resolvers are optional. resolver, hasResolver := cfgSnap.TerminatingGateway.ServiceResolvers[svc] - // Skip the service if we don't have a cert to present for mTLS - if cert, ok := cfgSnap.TerminatingGateway.ServiceLeaves[svc]; !ok || cert == nil { - // TODO (gateways) (freddy) Should the error suggest that the issue may be ACLs? (need service:write on service) - s.Logger.Named(logging.TerminatingGateway). - Error("no client certificate available for linked service, skipping filter chain creation", - "service", svc.String(), "error", err) - continue + intentions := cfgSnap.TerminatingGateway.Intentions[svc] + svcConfig := cfgSnap.TerminatingGateway.ServiceConfigs[svc] + + cfg, err := ParseProxyConfig(svcConfig.ProxyConfig) + if err != nil { + // Don't hard fail on a config typo, just warn. The parse func returns + // default config if there is an error so it's safe to continue. + s.Logger.Named(logging.TerminatingGateway).Warn( + "failed to parse Connect.Proxy.Config for linked service", + "service", svc.String(), + "error", err, + ) } - clusterChain, err := s.sniFilterChainTerminatingGateway(cInfo, cfgSnap, name, clusterName, svc) + clusterChain, err := s.makeFilterChainTerminatingGateway( + cInfo, + cfgSnap, + name, + clusterName, + svc, + intentions, + cfg.Protocol, + ) if err != nil { return nil, fmt.Errorf("failed to make filter chain for cluster %q: %v", clusterName, err) } @@ -580,13 +750,21 @@ func (s *Server) makeTerminatingGatewayListener( if hasResolver { // generate 1 filter chain for each service subset for subsetName := range resolver.Subsets { - clusterName := connect.ServiceSNI(svc.Name, subsetName, svc.NamespaceOrDefault(), cfgSnap.Datacenter, cfgSnap.Roots.TrustDomain) + subsetClusterName := connect.ServiceSNI(svc.Name, subsetName, svc.NamespaceOrDefault(), cfgSnap.Datacenter, cfgSnap.Roots.TrustDomain) - clusterChain, err := s.sniFilterChainTerminatingGateway(cInfo, cfgSnap, name, clusterName, svc) + subsetClusterChain, err := s.makeFilterChainTerminatingGateway( + cInfo, + cfgSnap, + name, + subsetClusterName, + svc, + intentions, + cfg.Protocol, + ) if err != nil { - return nil, fmt.Errorf("failed to make filter chain for cluster %q: %v", clusterName, err) + return nil, fmt.Errorf("failed to make filter chain for cluster %q: %v", subsetClusterName, err) } - l.FilterChains = append(l.FilterChains, clusterChain) + l.FilterChains = append(l.FilterChains, subsetClusterChain) } } } @@ -608,41 +786,73 @@ func (s *Server) makeTerminatingGatewayListener( return l, nil } -func (s *Server) sniFilterChainTerminatingGateway( - cInfo connectionInfo, +func (s *Server) makeFilterChainTerminatingGateway( + _ connectionInfo, cfgSnap *proxycfg.ConfigSnapshot, listener, cluster string, service structs.ServiceName, + intentions structs.Intentions, + protocol string, ) (*envoylistener.FilterChain, error) { - - authFilter, err := makeExtAuthFilter(cInfo.Token) - if err != nil { - return nil, err - } - sniCluster, err := makeSNIClusterFilter() - if err != nil { - return nil, err - } - - // The cluster name here doesn't matter as the sni_cluster filter will fill it in for us. - statPrefix := fmt.Sprintf("terminating_gateway_%s_%s_", service.NamespaceOrDefault(), service.Name) - tcpProxy, err := makeTCPProxyFilter(listener, "", statPrefix) - if err != nil { - return nil, err - } - - return &envoylistener.FilterChain{ + filterChain := &envoylistener.FilterChain{ FilterChainMatch: makeSNIFilterChainMatch(cluster), - Filters: []*envoylistener.Filter{ - authFilter, - sniCluster, - tcpProxy, - }, + Filters: make([]*envoylistener.Filter, 0, 3), TlsContext: &envoyauth.DownstreamTlsContext{ CommonTlsContext: makeCommonTLSContextFromLeaf(cfgSnap, cfgSnap.TerminatingGateway.ServiceLeaves[service]), RequireClientCertificate: &wrappers.BoolValue{Value: true}, }, - }, err + } + + // This controls if we do L4 or L7 intention checks. + useHTTPFilter := structs.IsProtocolHTTPLike(protocol) + + // If this is L4, the first filter we setup is to do intention checks. + if !useHTTPFilter { + authFilter, err := makeRBACNetworkFilter( + intentions, + cfgSnap.IntentionDefaultAllow, + ) + if err != nil { + return nil, err + } + filterChain.Filters = append(filterChain.Filters, authFilter) + } + + // Lastly we setup the actual proxying component. For L4 this is a straight + // tcp proxy. For L7 this is a very hands-off HTTP proxy just to inject an + // HTTP filter to do intention checks here instead. + statPrefix := fmt.Sprintf("terminating_gateway_%s_%s_", service.NamespaceOrDefault(), service.Name) + opts := listenerFilterOpts{ + protocol: protocol, + filterName: listener, + routeName: cluster, // Set cluster name for route config since each will have its own + cluster: cluster, + statPrefix: statPrefix, + routePath: "", + ingress: false, + } + + if useHTTPFilter { + var err error + opts.httpAuthzFilter, err = makeRBACHTTPFilter( + intentions, + cfgSnap.IntentionDefaultAllow, + ) + if err != nil { + return nil, err + } + + opts.cluster = "" + opts.useRDS = true + } + + filter, err := makeListenerFilter(opts) + if err != nil { + return nil, err + } + filterChain.Filters = append(filterChain.Filters, filter) + + return filterChain, nil } func (s *Server) makeMeshGatewayListener(name, addr string, port int, cfgSnap *proxycfg.ConfigSnapshot) (*envoy.Listener, error) { @@ -780,9 +990,9 @@ func (s *Server) makeUpstreamListenerForDiscoveryChain( } else if cfg.Protocol == "tcp" { startNode := chain.Nodes[chain.StartNode] if startNode == nil { - panic("missing first node in compiled discovery chain for: " + chain.ServiceName) + return nil, fmt.Errorf("missing first node in compiled discovery chain for: %s", chain.ServiceName) } else if startNode.Type != structs.DiscoveryGraphNodeTypeResolver { - panic(fmt.Sprintf("unexpected first node in discovery chain using protocol=%q: %s", cfg.Protocol, startNode.Type)) + return nil, fmt.Errorf("unexpected first node in discovery chain using protocol=%q: %s", cfg.Protocol, startNode.Type) } targetID := startNode.Resolver.Target target := chain.Targets[targetID] @@ -791,8 +1001,18 @@ func (s *Server) makeUpstreamListenerForDiscoveryChain( clusterName = CustomizeClusterName(target.Name, chain) } - filter, err := makeListenerFilter( - useRDS, cfg.Protocol, upstreamID, clusterName, "upstream_", "", false) + opts := listenerFilterOpts{ + useRDS: useRDS, + protocol: cfg.Protocol, + filterName: upstreamID, + routeName: upstreamID, + cluster: clusterName, + statPrefix: "upstream_", + routePath: "", + ingress: false, + httpAuthzFilter: nil, + } + filter, err := makeListenerFilter(opts) if err != nil { return nil, err } @@ -855,26 +1075,31 @@ func getAndModifyUpstreamConfigForListener(logger hclog.Logger, u *structs.Upstr return cfg } -func makeListenerFilter( - useRDS bool, - protocol, filterName, cluster, statPrefix, routePath string, ingress bool) (*envoylistener.Filter, error) { +type listenerFilterOpts struct { + useRDS bool + protocol string + filterName string + routeName string + cluster string + statPrefix string + routePath string + ingress bool + httpAuthzFilter *envoyhttp.HttpFilter +} - switch protocol { - case "grpc": - return makeHTTPFilter(useRDS, filterName, cluster, statPrefix, routePath, ingress, true, true) - case "http2": - return makeHTTPFilter(useRDS, filterName, cluster, statPrefix, routePath, ingress, false, true) - case "http": - return makeHTTPFilter(useRDS, filterName, cluster, statPrefix, routePath, ingress, false, false) +func makeListenerFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { + switch opts.protocol { + case "grpc", "http2", "http": + return makeHTTPFilter(opts) case "tcp": fallthrough default: - if useRDS { + if opts.useRDS { return nil, fmt.Errorf("RDS is not compatible with the tcp proxy filter") - } else if cluster == "" { + } else if opts.cluster == "" { return nil, fmt.Errorf("cluster name is required for a tcp proxy filter") } - return makeTCPProxyFilter(filterName, cluster, statPrefix) + return makeTCPProxyFilter(opts.filterName, opts.cluster, opts.statPrefix) } } @@ -898,7 +1123,7 @@ func makeTCPProxyFilter(filterName, cluster, statPrefix string) (*envoylistener. StatPrefix: makeStatPrefix("tcp", statPrefix, filterName), ClusterSpecifier: &envoytcp.TcpProxy_Cluster{Cluster: cluster}, } - return makeFilter("envoy.tcp_proxy", cfg) + return makeFilter("envoy.tcp_proxy", cfg, false) } func makeStatPrefix(protocol, prefix, filterName string) string { @@ -908,22 +1133,18 @@ func makeStatPrefix(protocol, prefix, filterName string) string { return fmt.Sprintf("%s%s_%s", prefix, strings.Replace(filterName, ":", "_", -1), protocol) } -func makeHTTPFilter( - useRDS bool, - filterName, cluster, statPrefix, routePath string, - ingress, grpc, http2 bool, -) (*envoylistener.Filter, error) { +func makeHTTPFilter(opts listenerFilterOpts) (*envoylistener.Filter, error) { op := envoyhttp.HttpConnectionManager_Tracing_INGRESS - if !ingress { + if !opts.ingress { op = envoyhttp.HttpConnectionManager_Tracing_EGRESS } proto := "http" - if grpc { - proto = "grpc" + if opts.protocol == "grpc" { + proto = opts.protocol } cfg := &envoyhttp.HttpConnectionManager{ - StatPrefix: makeStatPrefix(proto, statPrefix, filterName), + StatPrefix: makeStatPrefix(proto, opts.statPrefix, opts.filterName), CodecType: envoyhttp.HttpConnectionManager_AUTO, HttpFilters: []*envoyhttp.HttpFilter{ { @@ -939,13 +1160,13 @@ func makeHTTPFilter( }, } - if useRDS { - if cluster != "" { + if opts.useRDS { + if opts.cluster != "" { return nil, fmt.Errorf("cannot specify cluster name when using RDS") } cfg.RouteSpecifier = &envoyhttp.HttpConnectionManager_Rds{ Rds: &envoyhttp.Rds{ - RouteConfigName: filterName, + RouteConfigName: opts.routeName, ConfigSource: &envoycore.ConfigSource{ ConfigSourceSpecifier: &envoycore.ConfigSource_Ads{ Ads: &envoycore.AggregatedConfigSource{}, @@ -954,7 +1175,7 @@ func makeHTTPFilter( }, } } else { - if cluster == "" { + if opts.cluster == "" { return nil, fmt.Errorf("must specify cluster name when not using RDS") } route := &envoyroute.Route{ @@ -971,22 +1192,22 @@ func makeHTTPFilter( Action: &envoyroute.Route_Route{ Route: &envoyroute.RouteAction{ ClusterSpecifier: &envoyroute.RouteAction_Cluster{ - Cluster: cluster, + Cluster: opts.cluster, }, }, }, } // If a path is provided, do not match on a catch-all prefix - if routePath != "" { - route.Match.PathSpecifier = &envoyroute.RouteMatch_Path{Path: routePath} + if opts.routePath != "" { + route.Match.PathSpecifier = &envoyroute.RouteMatch_Path{Path: opts.routePath} } cfg.RouteSpecifier = &envoyhttp.HttpConnectionManager_RouteConfig{ RouteConfig: &envoy.RouteConfiguration{ - Name: filterName, + Name: opts.routeName, VirtualHosts: []*envoyroute.VirtualHost{ { - Name: filterName, + Name: opts.filterName, Domains: []string{"*"}, Routes: []*envoyroute.Route{ route, @@ -997,47 +1218,55 @@ func makeHTTPFilter( } } - if http2 { + if opts.protocol == "http2" || opts.protocol == "grpc" { cfg.Http2ProtocolOptions = &envoycore.Http2ProtocolOptions{} } - if grpc { - // Add grpc bridge before router + // Like injectConnectFilters for L4, here we ensure that the first filter + // (other than the "envoy.grpc_http1_bridge" filter) in the http filter + // chain of a public listener is the authz filter to prevent unauthorized + // access and that every filter chain uses our TLS certs. + if opts.httpAuthzFilter != nil { + cfg.HttpFilters = append([]*envoyhttp.HttpFilter{opts.httpAuthzFilter}, cfg.HttpFilters...) + } + + if opts.protocol == "grpc" { + // Add grpc bridge before router and authz cfg.HttpFilters = append([]*envoyhttp.HttpFilter{{ Name: "envoy.grpc_http1_bridge", ConfigType: &envoyhttp.HttpFilter_Config{Config: &pbstruct.Struct{}}, }}, cfg.HttpFilters...) } - return makeFilter("envoy.http_connection_manager", cfg) + return makeFilter("envoy.http_connection_manager", cfg, false) } -func makeExtAuthFilter(token string) (*envoylistener.Filter, error) { - cfg := &extauthz.ExtAuthz{ - StatPrefix: "connect_authz", - GrpcService: &envoycore.GrpcService{ - // Attach token header so we can authorize the callbacks. Technically - // authorize is not really protected data but we locked down the HTTP - // implementation to need service:write and since we have the token that - // has that it's pretty reasonable to set it up here. - InitialMetadata: []*envoycore.HeaderValue{ - { - Key: "x-consul-token", - Value: token, - }, - }, - TargetSpecifier: &envoycore.GrpcService_EnvoyGrpc_{ - EnvoyGrpc: &envoycore.GrpcService_EnvoyGrpc{ - ClusterName: LocalAgentClusterName, - }, - }, - }, - FailureModeAllow: false, +func makeFilter(name string, cfg proto.Message, typed bool) (*envoylistener.Filter, error) { + filter := &envoylistener.Filter{ + Name: name, } - return makeFilter("envoy.ext_authz", cfg) + if typed { + any, err := pbtypes.MarshalAny(cfg) + if err != nil { + return nil, err + } + + filter.ConfigType = &envoylistener.Filter_TypedConfig{TypedConfig: any} + } else { + // Ridiculous dance to make that struct into pbstruct.Struct by... encoding it + // as JSON and decoding again!! + cfgStruct, err := conversion.MessageToStruct(cfg) + if err != nil { + return nil, err + } + + filter.ConfigType = &envoylistener.Filter_Config{Config: cfgStruct} + } + + return filter, nil } -func makeFilter(name string, cfg proto.Message) (*envoylistener.Filter, error) { +func makeEnvoyHTTPFilter(name string, cfg proto.Message) (*envoyhttp.HttpFilter, error) { // Ridiculous dance to make that struct into pbstruct.Struct by... encoding it // as JSON and decoding again!! cfgStruct, err := conversion.MessageToStruct(cfg) @@ -1045,19 +1274,20 @@ func makeFilter(name string, cfg proto.Message) (*envoylistener.Filter, error) { return nil, err } - return &envoylistener.Filter{ + return &envoyhttp.HttpFilter{ Name: name, - ConfigType: &envoylistener.Filter_Config{Config: cfgStruct}, + ConfigType: &envoyhttp.HttpFilter_Config{Config: cfgStruct}, }, nil } func makeCommonTLSContextFromLeaf(cfgSnap *proxycfg.ConfigSnapshot, leaf *structs.IssuedCert) *envoyauth.CommonTlsContext { // Concatenate all the root PEMs into one. - // TODO(banks): verify this actually works with Envoy (docs are not clear). - rootPEMS := "" if cfgSnap.Roots == nil { return nil } + + // TODO(banks): verify this actually works with Envoy (docs are not clear). + rootPEMS := "" for _, root := range cfgSnap.Roots.Roots { rootPEMS += root.RootCert } diff --git a/agent/xds/listeners_test.go b/agent/xds/listeners_test.go index 2be7df9e9e..5b08ab6372 100644 --- a/agent/xds/listeners_test.go +++ b/agent/xds/listeners_test.go @@ -2,15 +2,16 @@ package xds import ( "bytes" - "fmt" "path/filepath" "sort" "testing" "text/template" envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" + "github.com/envoyproxy/go-control-plane/pkg/wellknown" "github.com/hashicorp/consul/agent/proxycfg" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/xds/proxysupport" "github.com/hashicorp/consul/sdk/testutil" testinf "github.com/mitchellh/go-testing-interface" "github.com/stretchr/testify/require" @@ -79,6 +80,66 @@ func TestListenersFromSnapshot(t *testing.T) { }) }, }, + { + name: "custom-public-listener-http", + create: proxycfg.TestConfigSnapshot, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.Proxy.Config["protocol"] = "http" + snap.Proxy.Config["envoy_public_listener_json"] = + customHTTPListenerJSON(t, customHTTPListenerJSONOptions{ + Name: "custom-public-listen", + }) + }, + }, + { + name: "custom-public-listener-http-typed", + create: proxycfg.TestConfigSnapshot, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.Proxy.Config["protocol"] = "http" + snap.Proxy.Config["envoy_public_listener_json"] = + customHTTPListenerJSON(t, customHTTPListenerJSONOptions{ + Name: "custom-public-listen", + TypedConfig: true, + }) + }, + }, + { + name: "custom-public-listener-http-2", + create: proxycfg.TestConfigSnapshot, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.Proxy.Config["protocol"] = "http" + snap.Proxy.Config["envoy_public_listener_json"] = + customHTTPListenerJSON(t, customHTTPListenerJSONOptions{ + Name: "custom-public-listen", + HTTPConnectionManagerName: httpConnectionManagerNewName, + }) + }, + }, + { + name: "custom-public-listener-http-2-typed", + create: proxycfg.TestConfigSnapshot, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.Proxy.Config["protocol"] = "http" + snap.Proxy.Config["envoy_public_listener_json"] = + customHTTPListenerJSON(t, customHTTPListenerJSONOptions{ + Name: "custom-public-listen", + HTTPConnectionManagerName: httpConnectionManagerNewName, + TypedConfig: true, + }) + }, + }, + { + name: "custom-public-listener-http-missing", + create: proxycfg.TestConfigSnapshot, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.Proxy.Config["protocol"] = "http" + snap.Proxy.Config["envoy_public_listener_json"] = + customListenerJSON(t, customListenerJSONOptions{ + Name: "custom-public-listen", + IncludeType: false, + }) + }, + }, { name: "custom-public-listener-typed", create: proxycfg.TestConfigSnapshot, @@ -375,19 +436,9 @@ func TestListenersFromSnapshot(t *testing.T) { }, }, }, - structs.NewServiceName("web", nil): { - Kind: structs.ServiceResolver, - Name: "web", - Subsets: map[string]structs.ServiceResolverSubset{ - "v1": { - Filter: "Service.Meta.version == 1", - }, - "v2": { - Filter: "Service.Meta.version == 2", - OnlyPassing: true, - }, - }, - }, + } + snap.TerminatingGateway.ServiceConfigs[structs.NewServiceName("web", nil)] = &structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{"protocol": "http"}, } }, }, @@ -433,8 +484,9 @@ func TestListenersFromSnapshot(t *testing.T) { }, } - for _, envoyVersion := range supportedEnvoyVersions { - sf := determineSupportedProxyFeaturesFromString(envoyVersion) + for _, envoyVersion := range proxysupport.EnvoyVersions { + sf, err := determineSupportedProxyFeaturesFromString(envoyVersion) + require.NoError(t, err) t.Run("envoy-"+envoyVersion, func(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { @@ -498,11 +550,7 @@ func TestListenersFromSnapshot(t *testing.T) { } } -func expectListenerJSONResources(t *testing.T, snap *proxycfg.ConfigSnapshot, token string) map[string]string { - tokenVal := "" - if token != "" { - tokenVal = fmt.Sprintf(",\n"+`"value": "%s"`, token) - } +func expectListenerJSONResources(t *testing.T, snap *proxycfg.ConfigSnapshot) map[string]string { return map[string]string{ "public_listener": `{ "@type": "type.googleapis.com/envoy.api.v2.Listener", @@ -518,18 +566,9 @@ func expectListenerJSONResources(t *testing.T, snap *proxycfg.ConfigSnapshot, to "tlsContext": ` + expectedPublicTLSContextJSON(t, snap) + `, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token" - ` + tokenVal + ` - } - ] + "rules": { }, "stat_prefix": "connect_authz" } @@ -620,15 +659,14 @@ func expectListenerJSONFromResources(snap *proxycfg.ConfigSnapshot, v, n uint64, }` } -func expectListenerJSON(t *testing.T, snap *proxycfg.ConfigSnapshot, token string, v, n uint64) string { - return expectListenerJSONFromResources(snap, v, n, expectListenerJSONResources(t, snap, token)) +func expectListenerJSON(t *testing.T, snap *proxycfg.ConfigSnapshot, v, n uint64) string { + return expectListenerJSONFromResources(snap, v, n, expectListenerJSONResources(t, snap)) } type customListenerJSONOptions struct { - Name string - IncludeType bool - OverrideAuthz bool - TLSContext string + Name string + IncludeType bool + TLSContext string } const customListenerJSONTpl = `{ @@ -648,25 +686,6 @@ const customListenerJSONTpl = `{ "tlsContext": {{ .TLSContext }}, {{- end }} "filters": [ - {{ if .OverrideAuthz -}} - { - "name": "envoy.ext_authz", - "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] - }, - "stat_prefix": "connect_authz" - } - }, - {{- end }} { "name": "envoy.tcp_proxy", "config": { @@ -679,12 +698,82 @@ const customListenerJSONTpl = `{ ] }` -var customListenerJSONTemplate = template.Must(template.New("").Parse(customListenerJSONTpl)) +type customHTTPListenerJSONOptions struct { + Name string + HTTPConnectionManagerName string + TypedConfig bool +} + +const customHTTPListenerJSONTpl = `{ + "name": "{{ .Name }}", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "{{ .HTTPConnectionManagerName }}", + {{ if .TypedConfig -}} + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + {{ else -}} + "config": { + {{- end }} + "http_filters": [ + { + "name": "envoy.router" + } + ], + "route_config": { + "name": "public_listener", + "virtual_hosts": [ + { + "domains": [ + "*" + ], + "name": "public_listener", + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + } + } + } + ] + } + ] +}` + +var ( + customListenerJSONTemplate = template.Must(template.New("").Parse(customListenerJSONTpl)) + customHTTPListenerJSONTemplate = template.Must(template.New("").Parse(customHTTPListenerJSONTpl)) +) func customListenerJSON(t *testing.T, opts customListenerJSONOptions) string { t.Helper() var buf bytes.Buffer - err := customListenerJSONTemplate.Execute(&buf, opts) - require.NoError(t, err) + require.NoError(t, customListenerJSONTemplate.Execute(&buf, opts)) + return buf.String() +} + +func customHTTPListenerJSON(t *testing.T, opts customHTTPListenerJSONOptions) string { + t.Helper() + if opts.HTTPConnectionManagerName == "" { + opts.HTTPConnectionManagerName = wellknown.HTTPConnectionManager + } + var buf bytes.Buffer + require.NoError(t, customHTTPListenerJSONTemplate.Execute(&buf, opts)) return buf.String() } diff --git a/agent/xds/proxysupport/proxysupport.go b/agent/xds/proxysupport/proxysupport.go new file mode 100644 index 0000000000..ed4be60486 --- /dev/null +++ b/agent/xds/proxysupport/proxysupport.go @@ -0,0 +1,14 @@ +package proxysupport + +// EnvoyVersions lists the latest officially supported versions of envoy. +// +// This list must be sorted by semver descending. Only one point release for +// each major release should be present. +// +// see: https://www.consul.io/docs/connect/proxies/envoy#supported-versions +var EnvoyVersions = []string{ + "1.15.0", + "1.14.4", + "1.13.4", + "1.12.6", +} diff --git a/agent/xds/rbac.go b/agent/xds/rbac.go new file mode 100644 index 0000000000..da9f03b953 --- /dev/null +++ b/agent/xds/rbac.go @@ -0,0 +1,374 @@ +package xds + +import ( + "fmt" + "sort" + + envoylistener "github.com/envoyproxy/go-control-plane/envoy/api/v2/listener" + envoyhttprbac "github.com/envoyproxy/go-control-plane/envoy/config/filter/http/rbac/v2" + envoyhttp "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/http_connection_manager/v2" + envoynetrbac "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/rbac/v2" + envoyrbac "github.com/envoyproxy/go-control-plane/envoy/config/rbac/v2" + envoymatcher "github.com/envoyproxy/go-control-plane/envoy/type/matcher" + "github.com/hashicorp/consul/agent/structs" +) + +func makeRBACNetworkFilter(intentions structs.Intentions, intentionDefaultAllow bool) (*envoylistener.Filter, error) { + rules, err := makeRBACRules(intentions, intentionDefaultAllow) + if err != nil { + return nil, err + } + + cfg := &envoynetrbac.RBAC{ + StatPrefix: "connect_authz", + Rules: rules, + } + return makeFilter("envoy.filters.network.rbac", cfg, false) +} + +func makeRBACHTTPFilter(intentions structs.Intentions, intentionDefaultAllow bool) (*envoyhttp.HttpFilter, error) { + rules, err := makeRBACRules(intentions, intentionDefaultAllow) + if err != nil { + return nil, err + } + + cfg := &envoyhttprbac.RBAC{ + Rules: rules, + } + return makeEnvoyHTTPFilter("envoy.filters.http.rbac", cfg) +} + +type rbacIntention struct { + Source structs.ServiceName + NotSources []structs.ServiceName + Allow bool + Precedence int + Skip bool +} + +func (r *rbacIntention) Simplify() { + r.NotSources = simplifyNotSourceSlice(r.NotSources) +} + +func simplifyNotSourceSlice(notSources []structs.ServiceName) []structs.ServiceName { + if len(notSources) <= 1 { + return notSources + } + + // Collapse NotSources elements together if any element is a subset of + // another. + + // Sort, keeping the least wildcarded elements first. + sort.SliceStable(notSources, func(i, j int) bool { + return countWild(notSources[i]) < countWild(notSources[j]) + }) + + keep := make([]structs.ServiceName, 0, len(notSources)) + for i := 0; i < len(notSources); i++ { + si := notSources[i] + remove := false + for j := i + 1; j < len(notSources); j++ { + sj := notSources[j] + + if ixnSourceMatches(si, sj) { + remove = true + break + } + } + if !remove { + keep = append(keep, si) + } + } + + return keep +} + +// makeRBACRules translates Consul intentions into RBAC Policies for Envoy. +// +// Consul lets you define up to 9 different kinds of intentions that apply at +// different levels of precedence (this is limited to 4 if not using Consul +// Enterprise). Each intention in this flat list (sorted by precedence) can either +// be an allow rule or a deny rule. Here’s a concrete example of this at work: +// +// intern/trusted-app => billing/payment-svc : ALLOW (prec=9) +// intern/* => billing/payment-svc : DENY (prec=8) +// */* => billing/payment-svc : ALLOW (prec=7) +// ::: ACL default policy ::: : DENY (prec=N/A) +// +// In contrast, Envoy lets you either configure a filter to be based on an +// allow-list or a deny-list based on the action attribute of the RBAC rules +// struct. +// +// On the surface it would seem that the configuration model of Consul +// intentions is incompatible with that of Envoy’s RBAC engine. For any given +// destination service Consul’s model requires evaluating a list of rules and +// short circuiting later rules once an earlier rule matches. After a rule is +// found to match then we decide if it is allow/deny. Envoy on the other hand +// requires the rules to express all conditions to allow access or all conditions +// to deny access. +// +// Despite the surface incompatibility it is possible to marry these two +// models. For clarity I’ll rewrite the earlier example intentions in an +// abbreviated form: +// +// A : ALLOW +// B : DENY +// C : ALLOW +// : DENY +// +// 1. Given that the overall intention default is set to deny, we start by +// choosing to build an allow-list in Envoy (this is also the variant that I find +// easier to think about). +// 2. Next we traverse the list in precedence order (top down) and any DENY +// intentions are combined with later intentions using logical operations. +// 3. Now that all of the intentions result in the same action (allow) we have +// successfully removed precedence and we can express this in as a set of Envoy +// RBAC policies. +// +// After this the earlier A/B/C/default list becomes: +// +// A : ALLOW +// C AND NOT(B) : ALLOW +// : DENY +// +// Which really is just an allow-list of [A, C AND NOT(B)] +func makeRBACRules(intentions structs.Intentions, intentionDefaultAllow bool) (*envoyrbac.RBAC, error) { + // Note that we DON'T explicitly validate the trust-domain matches ours. + // + // For now we don't validate the trust domain of the _destination_ at all. + // The RBAC policies below ignore the trust domain and it's implicit that + // the request is for the correct cluster. We might want to reconsider this + // later but plumbing in additional machinery to check the clusterID here + // is not really necessary for now unless the Envoys are badly configured. + // Our threat model _requires_ correctly configured and well behaved + // proxies given that they have ACLs to fetch certs and so can do whatever + // they want including not authorizing traffic at all or routing it do a + // different service than they auth'd against. + + // TODO(banks,rb): Implement revocation list checking? + + // Omit any lower-precedence intentions that share the same source. + intentions = removeSameSourceIntentions(intentions) + + // First build up just the basic principal matches. + rbacIxns := make([]*rbacIntention, 0, len(intentions)) + for _, ixn := range intentions { + rbacIxns = append(rbacIxns, &rbacIntention{ + Source: ixn.SourceServiceName(), + Allow: (ixn.Action == structs.IntentionActionAllow), + Precedence: ixn.Precedence, + }) + } + + // Normalize: if we are in default-deny then all intentions must be allows and vice versa + + var rbacAction envoyrbac.RBAC_Action + if intentionDefaultAllow { + // The RBAC policies deny access to principals. The rest is allowed. + // This is block-list style access control. + rbacAction = envoyrbac.RBAC_DENY + } else { + // The RBAC policies grant access to principals. The rest is denied. + // This is safe-list style access control. This is the default type. + rbacAction = envoyrbac.RBAC_ALLOW + } + + // First walk backwards and if we encounter an intention with an action + // that is the same as the default intention action, add it to all + // subsequent statements (via AND NOT $x) and mark the rule itself for + // erasure. + // + // i.e. for a default-deny setup we look for denies. + if len(rbacIxns) > 0 { + for i := len(rbacIxns) - 1; i >= 0; i-- { + if rbacIxns[i].Allow == intentionDefaultAllow { + for j := i + 1; j < len(rbacIxns); j++ { + if rbacIxns[j].Skip { + continue + } + // [i] is the intention candidate that we are distributing + // [j] is the thing to maybe NOT [i] from + if ixnSourceMatches(rbacIxns[i].Source, rbacIxns[j].Source) { + rbacIxns[j].NotSources = append(rbacIxns[j].NotSources, rbacIxns[i].Source) + } + } + // since this is default-FOO, any trailing FOO intentions will just evaporate + rbacIxns[i].Skip = true // mark for deletion + } + } + } + // At this point precedence doesn't matter since all roads lead to the same action. + + var principals []*envoyrbac.Principal + for _, rbacIxn := range rbacIxns { + if rbacIxn.Skip { + continue + } + + // NOTE: at this point "rbacIxn.Allow != intentionDefaultAllow" + + rbacIxn.Simplify() + + if len(rbacIxn.NotSources) > 0 { + andIDs := make([]*envoyrbac.Principal, 0, len(rbacIxn.NotSources)+1) + andIDs = append(andIDs, idPrincipal(rbacIxn.Source)) + for _, src := range rbacIxn.NotSources { + andIDs = append(andIDs, notPrincipal( + idPrincipal(src), + )) + } + principals = append(principals, andPrincipals(andIDs)) + } else { + principals = append(principals, idPrincipal(rbacIxn.Source)) + } + } + + rbac := &envoyrbac.RBAC{ + Action: rbacAction, + } + if len(principals) > 0 { + policy := &envoyrbac.Policy{ + Principals: principals, + Permissions: []*envoyrbac.Permission{anyPermission()}, + } + rbac.Policies = map[string]*envoyrbac.Policy{ + "consul-intentions": policy, + } + } + + return rbac, nil +} + +func removeSameSourceIntentions(intentions structs.Intentions) structs.Intentions { + if len(intentions) < 2 { + return intentions + } + + var ( + out = make(structs.Intentions, 0, len(intentions)) + changed = false + seenSource = make(map[structs.ServiceName]struct{}) + ) + for _, ixn := range intentions { + sn := ixn.SourceServiceName() + if _, ok := seenSource[sn]; ok { + // A higher precedence intention already used this exact source + // definition with a different destination. + changed = true + continue + } + seenSource[sn] = struct{}{} + out = append(out, ixn) + } + + if !changed { + return intentions + } + return out +} + +type sourceMatch int + +const ( + sourceMatchIgnore sourceMatch = 0 + sourceMatchSuperset sourceMatch = 1 + matchSameSubset sourceMatch = 2 +) + +// ixnSourceMatches deterines if the 'tester' service name is matched by the +// 'against' service name via wildcard rules. +// +// For instance: +// - (web, api) => false, because these have no wildcards +// - (web, *) => true, because "all services" includes "web" +// - (default/web, default/*) => true, because "all services in the default NS" includes "default/web" +// - (default/*, */*) => true, "any service in any NS" includes "all services in the default NS" +func ixnSourceMatches(tester, against structs.ServiceName) bool { + // We assume that we can't have the same intention twice before arriving + // here. + numWildTester := countWild(tester) + numWildAgainst := countWild(against) + + if numWildTester == numWildAgainst { + return false + } else if numWildTester > numWildAgainst { + return false + } + + matchesNS := tester.NamespaceOrDefault() == against.NamespaceOrDefault() || against.NamespaceOrDefault() == structs.WildcardSpecifier + matchesName := tester.Name == against.Name || against.Name == structs.WildcardSpecifier + return matchesNS && matchesName +} + +// countWild counts the number of wildcard values in the given namespace and name. +func countWild(src structs.ServiceName) int { + // If NS is wildcard, it must be 2 since wildcards only follow exact + if src.NamespaceOrDefault() == structs.WildcardSpecifier { + return 2 + } + + // Same reasoning as above, a wildcard can only follow an exact value + // and an exact value cannot follow a wildcard, so if name is a wildcard + // we must have exactly one. + if src.Name == structs.WildcardSpecifier { + return 1 + } + + return 0 +} + +func andPrincipals(ids []*envoyrbac.Principal) *envoyrbac.Principal { + return &envoyrbac.Principal{ + Identifier: &envoyrbac.Principal_AndIds{ + AndIds: &envoyrbac.Principal_Set{ + Ids: ids, + }, + }, + } +} + +func notPrincipal(id *envoyrbac.Principal) *envoyrbac.Principal { + return &envoyrbac.Principal{ + Identifier: &envoyrbac.Principal_NotId{ + NotId: id, + }, + } +} + +func idPrincipal(src structs.ServiceName) *envoyrbac.Principal { + pattern := makeSpiffePattern(src.NamespaceOrDefault(), src.Name) + + return &envoyrbac.Principal{ + Identifier: &envoyrbac.Principal_Authenticated_{ + Authenticated: &envoyrbac.Principal_Authenticated{ + PrincipalName: &envoymatcher.StringMatcher{ + MatchPattern: &envoymatcher.StringMatcher_SafeRegex{ + SafeRegex: makeEnvoyRegexMatch(pattern), + }, + }, + }, + }, + } +} +func makeSpiffePattern(sourceNS, sourceName string) string { + const ( + anyPath = `[^/]+` + spiffeTemplate = `^spiffe://%s/ns/%s/dc/%s/svc/%s$` + ) + switch { + case sourceNS != structs.WildcardSpecifier && sourceName != structs.WildcardSpecifier: + return fmt.Sprintf(spiffeTemplate, anyPath, sourceNS, anyPath, sourceName) + case sourceNS != structs.WildcardSpecifier && sourceName == structs.WildcardSpecifier: + return fmt.Sprintf(spiffeTemplate, anyPath, sourceNS, anyPath, anyPath) + case sourceNS == structs.WildcardSpecifier && sourceName == structs.WildcardSpecifier: + return fmt.Sprintf(spiffeTemplate, anyPath, anyPath, anyPath, anyPath) + default: + panic(fmt.Sprintf("not possible to have a wildcarded namespace %q but an exact service %q", sourceNS, sourceName)) + } +} + +func anyPermission() *envoyrbac.Permission { + return &envoyrbac.Permission{ + Rule: &envoyrbac.Permission_Any{Any: true}, + } +} diff --git a/agent/xds/rbac_test.go b/agent/xds/rbac_test.go new file mode 100644 index 0000000000..0e5d11e5a4 --- /dev/null +++ b/agent/xds/rbac_test.go @@ -0,0 +1,259 @@ +package xds + +import ( + "fmt" + "path/filepath" + "sort" + "testing" + + "github.com/hashicorp/consul/agent/structs" + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" +) + +func TestMakeRBACNetworkFilter(t *testing.T) { + testIntention := func(t *testing.T, src, dst string, action structs.IntentionAction) *structs.Intention { + t.Helper() + ixn := structs.TestIntention(t) + ixn.SourceName = src + ixn.DestinationName = dst + ixn.Action = action + ixn.UpdatePrecedence() + return ixn + } + testSourceIntention := func(src string, action structs.IntentionAction) *structs.Intention { + return testIntention(t, src, "api", action) + } + sorted := func(ixns ...*structs.Intention) structs.Intentions { + sort.SliceStable(ixns, func(i, j int) bool { + return ixns[j].Precedence < ixns[i].Precedence + }) + return structs.Intentions(ixns) + } + + tests := map[string]struct { + intentionDefaultAllow bool + intentions structs.Intentions + }{ + "default-deny-mixed-precedence": { + intentionDefaultAllow: false, + intentions: sorted( + testIntention(t, "web", "api", structs.IntentionActionAllow), + testIntention(t, "*", "api", structs.IntentionActionDeny), + testIntention(t, "web", "*", structs.IntentionActionDeny), + ), + }, + "default-deny-service-wildcard-allow": { + intentionDefaultAllow: false, + intentions: sorted( + testSourceIntention("*", structs.IntentionActionAllow), + ), + }, + "default-allow-service-wildcard-deny": { + intentionDefaultAllow: true, + intentions: sorted( + testSourceIntention("*", structs.IntentionActionDeny), + ), + }, + "default-deny-one-allow": { + intentionDefaultAllow: false, + intentions: sorted( + testSourceIntention("web", structs.IntentionActionAllow), + ), + }, + "default-allow-one-deny": { + intentionDefaultAllow: true, + intentions: sorted( + testSourceIntention("web", structs.IntentionActionDeny), + ), + }, + "default-deny-allow-deny": { + intentionDefaultAllow: false, + intentions: sorted( + testSourceIntention("web", structs.IntentionActionDeny), + testSourceIntention("*", structs.IntentionActionAllow), + ), + }, + "default-deny-kitchen-sink": { + intentionDefaultAllow: false, + intentions: sorted( + // (double exact) + testSourceIntention("web", structs.IntentionActionAllow), + testSourceIntention("unsafe", structs.IntentionActionDeny), + testSourceIntention("cron", structs.IntentionActionAllow), + // and we invert the default-ness of the whole thing + testSourceIntention("*", structs.IntentionActionAllow), + ), + }, + "default-allow-kitchen-sink": { + intentionDefaultAllow: true, + intentions: sorted( + // (double exact) + testSourceIntention("web", structs.IntentionActionDeny), + testSourceIntention("unsafe", structs.IntentionActionAllow), + testSourceIntention("cron", structs.IntentionActionDeny), + // and we invert the default-ness of the whole thing + testSourceIntention("*", structs.IntentionActionDeny), + ), + }, + } + + for name, tt := range tests { + tt := tt + t.Run(name, func(t *testing.T) { + filter, err := makeRBACNetworkFilter(tt.intentions, tt.intentionDefaultAllow) + require.NoError(t, err) + + gotJSON := protoToJSON(t, filter) + + require.JSONEq(t, golden(t, filepath.Join("rbac", name), "", gotJSON), gotJSON) + }) + } +} + +func TestRemoveSameSourceIntentions(t *testing.T) { + testIntention := func(t *testing.T, src, dst string) *structs.Intention { + t.Helper() + ixn := structs.TestIntention(t) + ixn.SourceName = src + ixn.DestinationName = dst + ixn.UpdatePrecedence() + return ixn + } + sorted := func(ixns ...*structs.Intention) structs.Intentions { + sort.SliceStable(ixns, func(i, j int) bool { + return ixns[j].Precedence < ixns[i].Precedence + }) + return structs.Intentions(ixns) + } + tests := map[string]struct { + in structs.Intentions + expect structs.Intentions + }{ + "empty": {}, + "one": { + in: sorted( + testIntention(t, "*", "*"), + ), + expect: sorted( + testIntention(t, "*", "*"), + ), + }, + "two with no match": { + in: sorted( + testIntention(t, "*", "foo"), + testIntention(t, "bar", "*"), + ), + expect: sorted( + testIntention(t, "*", "foo"), + testIntention(t, "bar", "*"), + ), + }, + "two with match, exact": { + in: sorted( + testIntention(t, "bar", "foo"), + testIntention(t, "bar", "*"), + ), + expect: sorted( + testIntention(t, "bar", "foo"), + ), + }, + "two with match, wildcard": { + in: sorted( + testIntention(t, "*", "foo"), + testIntention(t, "*", "*"), + ), + expect: sorted( + testIntention(t, "*", "foo"), + ), + }, + } + + for name, tc := range tests { + tc := tc + t.Run(name, func(t *testing.T) { + got := removeSameSourceIntentions(tc.in) + require.Equal(t, tc.expect, got) + }) + } +} + +func TestSimplifyNotSourceSlice(t *testing.T) { + tests := map[string]struct { + in []string + expect []string + }{ + "empty": {}, + "one": { + []string{"bar"}, + []string{"bar"}, + }, + "two with no match": { + []string{"foo", "bar"}, + []string{"foo", "bar"}, + }, + "two with match": { + []string{"*", "bar"}, + []string{"*"}, + }, + "three with two matches down to one": { + []string{"*", "foo", "bar"}, + []string{"*"}, + }, + } + + for name, tc := range tests { + tc := tc + t.Run(name, func(t *testing.T) { + got := simplifyNotSourceSlice(makeServiceNameSlice(tc.in)) + require.Equal(t, makeServiceNameSlice(tc.expect), got) + }) + } +} + +func TestIxnSourceMatches(t *testing.T) { + tests := []struct { + tester, against string + matches bool + }{ + // identical precedence + {"web", "api", false}, + {"*", "*", false}, + // backwards precedence + {"*", "web", false}, + // name wildcards + {"web", "*", true}, + } + + for _, tc := range tests { + t.Run(fmt.Sprintf("%s cmp %s", tc.tester, tc.against), func(t *testing.T) { + matches := ixnSourceMatches( + structs.ServiceNameFromString(tc.tester), + structs.ServiceNameFromString(tc.against), + ) + assert.Equal(t, tc.matches, matches) + }) + } +} + +func makeServiceNameSlice(slice []string) []structs.ServiceName { + if len(slice) == 0 { + return nil + } + var out []structs.ServiceName + for _, src := range slice { + out = append(out, structs.ServiceNameFromString(src)) + } + return out +} + +func unmakeServiceNameSlice(slice []structs.ServiceName) []string { + if len(slice) == 0 { + return nil + } + var out []string + for _, src := range slice { + out = append(out, src.String()) + } + return out +} diff --git a/agent/xds/response.go b/agent/xds/response.go index c9a482e20a..6b8173688e 100644 --- a/agent/xds/response.go +++ b/agent/xds/response.go @@ -3,6 +3,7 @@ package xds import ( envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" + envoymatcher "github.com/envoyproxy/go-control-plane/envoy/type/matcher" "github.com/golang/protobuf/proto" "github.com/golang/protobuf/ptypes/any" "github.com/golang/protobuf/ptypes/wrappers" @@ -56,3 +57,12 @@ func makeUint32Value(n int) *wrappers.UInt32Value { func makeBoolValue(n bool) *wrappers.BoolValue { return &wrappers.BoolValue{Value: n} } + +func makeEnvoyRegexMatch(patt string) *envoymatcher.RegexMatcher { + return &envoymatcher.RegexMatcher{ + EngineType: &envoymatcher.RegexMatcher_GoogleRe2{ + GoogleRe2: &envoymatcher.RegexMatcher_GoogleRE2{}, + }, + Regex: patt, + } +} diff --git a/agent/xds/routes.go b/agent/xds/routes.go index 2929eb8741..c50528d0a3 100644 --- a/agent/xds/routes.go +++ b/agent/xds/routes.go @@ -5,28 +5,33 @@ import ( "fmt" "net" "strings" + "time" envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" envoyroute "github.com/envoyproxy/go-control-plane/envoy/api/v2/route" envoymatcher "github.com/envoyproxy/go-control-plane/envoy/type/matcher" "github.com/golang/protobuf/proto" "github.com/golang/protobuf/ptypes" + "github.com/hashicorp/consul/agent/connect" "github.com/hashicorp/consul/agent/proxycfg" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/logging" ) // routesFromSnapshot returns the xDS API representation of the "routes" in the // snapshot. -func routesFromSnapshot(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { +func (s *Server) routesFromSnapshot(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { if cfgSnap == nil { return nil, errors.New("nil config given") } switch cfgSnap.Kind { case structs.ServiceKindConnectProxy: - return routesFromSnapshotConnectProxy(cInfo, cfgSnap) + return routesForConnectProxy(cInfo, cfgSnap.Proxy.Upstreams, cfgSnap.ConnectProxy.DiscoveryChain) case structs.ServiceKindIngressGateway: - return routesFromSnapshotIngressGateway(cInfo, cfgSnap) + return routesForIngressGateway(cInfo, cfgSnap.IngressGateway.Upstreams, cfgSnap.IngressGateway.DiscoveryChain) + case structs.ServiceKindTerminatingGateway: + return s.routesFromSnapshotTerminatingGateway(cInfo, cfgSnap) default: return nil, fmt.Errorf("Invalid service kind: %v", cfgSnap.Kind) } @@ -34,18 +39,19 @@ func routesFromSnapshot(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot) // routesFromSnapshotConnectProxy returns the xDS API representation of the // "routes" in the snapshot. -func routesFromSnapshotConnectProxy(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { - if cfgSnap == nil { - return nil, errors.New("nil config given") - } +func routesForConnectProxy( + cInfo connectionInfo, + upstreams structs.Upstreams, + chains map[string]*structs.CompiledDiscoveryChain, +) ([]proto.Message, error) { var resources []proto.Message - for _, u := range cfgSnap.Proxy.Upstreams { + for _, u := range upstreams { upstreamID := u.Identifier() var chain *structs.CompiledDiscoveryChain if u.DestinationType != structs.UpstreamDestTypePreparedQuery { - chain = cfgSnap.ConnectProxy.DiscoveryChain[upstreamID] + chain = chains[upstreamID] } if chain == nil || chain.IsDefault() { @@ -72,15 +78,99 @@ func routesFromSnapshotConnectProxy(cInfo connectionInfo, cfgSnap *proxycfg.Conf return resources, nil } -// routesFromSnapshotIngressGateway returns the xDS API representation of the -// "routes" in the snapshot. -func routesFromSnapshotIngressGateway(cInfo connectionInfo, cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { +// routesFromSnapshotTerminatingGateway returns the xDS API representation of the "routes" in the snapshot. +// For any HTTP service we will return a default route. +func (s *Server) routesFromSnapshotTerminatingGateway(_ connectionInfo, cfgSnap *proxycfg.ConfigSnapshot) ([]proto.Message, error) { if cfgSnap == nil { return nil, errors.New("nil config given") } + logger := s.Logger.Named(logging.TerminatingGateway) + + var resources []proto.Message + for _, svc := range cfgSnap.TerminatingGateway.ValidServices() { + clusterName := connect.ServiceSNI(svc.Name, "", svc.NamespaceOrDefault(), cfgSnap.Datacenter, cfgSnap.Roots.TrustDomain) + resolver, hasResolver := cfgSnap.TerminatingGateway.ServiceResolvers[svc] + + svcConfig := cfgSnap.TerminatingGateway.ServiceConfigs[svc] + + cfg, err := ParseProxyConfig(svcConfig.ProxyConfig) + if err != nil { + return nil, fmt.Errorf("failed to parse upstream config: %v", err) + } + if !structs.IsProtocolHTTPLike(cfg.Protocol) { + // Routes can only be defined for HTTP services + continue + } + + if !hasResolver { + // Use a zero value resolver with no timeout and no subsets + resolver = &structs.ServiceResolverConfigEntry{} + } + + var lb *structs.LoadBalancer + if resolver.LoadBalancer != nil { + lb = resolver.LoadBalancer + } + route, err := makeNamedDefaultRouteWithLB(clusterName, lb) + if err != nil { + logger.Error("failed to make route", "cluster", clusterName, "error", err) + continue + } + resources = append(resources, route) + + // If there is a service-resolver for this service then also setup routes for each subset + for name := range resolver.Subsets { + clusterName = connect.ServiceSNI(svc.Name, name, svc.NamespaceOrDefault(), cfgSnap.Datacenter, cfgSnap.Roots.TrustDomain) + route, err := makeNamedDefaultRouteWithLB(clusterName, lb) + if err != nil { + logger.Error("failed to make route", "cluster", clusterName, "error", err) + continue + } + resources = append(resources, route) + } + } + + return resources, nil +} + +func makeNamedDefaultRouteWithLB(clusterName string, lb *structs.LoadBalancer) (*envoy.RouteConfiguration, error) { + action := makeRouteActionFromName(clusterName) + + if err := injectLBToRouteAction(lb, action.Route); err != nil { + return nil, fmt.Errorf("failed to apply load balancer configuration to route action: %v", err) + } + + return &envoy.RouteConfiguration{ + Name: clusterName, + VirtualHosts: []*envoyroute.VirtualHost{ + { + Name: clusterName, + Domains: []string{"*"}, + Routes: []*envoyroute.Route{ + { + Match: makeDefaultRouteMatch(), + Action: action, + }, + }, + }, + }, + // ValidateClusters defaults to true when defined statically and false + // when done via RDS. Re-set the sane value of true to prevent + // null-routing traffic. + ValidateClusters: makeBoolValue(true), + }, nil +} + +// routesForIngressGateway returns the xDS API representation of the +// "routes" in the snapshot. +func routesForIngressGateway( + cInfo connectionInfo, + upstreams map[proxycfg.IngressListenerKey]structs.Upstreams, + chains map[string]*structs.CompiledDiscoveryChain, +) ([]proto.Message, error) { var result []proto.Message - for listenerKey, upstreams := range cfgSnap.IngressGateway.Upstreams { + for listenerKey, upstreams := range upstreams { // Do not create any route configuration for TCP listeners if listenerKey.Protocol == "tcp" { continue @@ -95,7 +185,7 @@ func routesFromSnapshotIngressGateway(cInfo connectionInfo, cfgSnap *proxycfg.Co } for _, u := range upstreams { upstreamID := u.Identifier() - chain := cfgSnap.IngressGateway.DiscoveryChain[upstreamID] + chain := chains[upstreamID] if chain == nil { continue } @@ -170,7 +260,7 @@ func makeUpstreamRouteForDiscoveryChain( startNode := chain.Nodes[chain.StartNode] if startNode == nil { - panic("missing first node in compiled discovery chain for: " + chain.ServiceName) + return nil, fmt.Errorf("missing first node in compiled discovery chain for: %s", chain.ServiceName) } switch startNode.Type { @@ -186,6 +276,12 @@ func makeUpstreamRouteForDiscoveryChain( ) nextNode := chain.Nodes[discoveryRoute.NextNode] + + var lb *structs.LoadBalancer + if nextNode.LoadBalancer != nil { + lb = nextNode.LoadBalancer + } + switch nextNode.Type { case structs.DiscoveryGraphNodeTypeSplitter: routeAction, err = makeRouteActionForSplitter(nextNode.Splits, chain) @@ -193,8 +289,16 @@ func makeUpstreamRouteForDiscoveryChain( return nil, err } + if err := injectLBToRouteAction(lb, routeAction.Route); err != nil { + return nil, fmt.Errorf("failed to apply load balancer configuration to route action: %v", err) + } + case structs.DiscoveryGraphNodeTypeResolver: - routeAction = makeRouteActionForSingleCluster(nextNode.Resolver.Target, chain) + routeAction = makeRouteActionForChainCluster(nextNode.Resolver.Target, chain) + + if err := injectLBToRouteAction(lb, routeAction.Route); err != nil { + return nil, fmt.Errorf("failed to apply load balancer configuration to route action: %v", err) + } default: return nil, fmt.Errorf("unexpected graph node after route %q", nextNode.Type) @@ -247,6 +351,14 @@ func makeUpstreamRouteForDiscoveryChain( return nil, err } + var lb *structs.LoadBalancer + if startNode.LoadBalancer != nil { + lb = startNode.LoadBalancer + } + if err := injectLBToRouteAction(lb, routeAction.Route); err != nil { + return nil, fmt.Errorf("failed to apply load balancer configuration to route action: %v", err) + } + defaultRoute := &envoyroute.Route{ Match: makeDefaultRouteMatch(), Action: routeAction, @@ -255,7 +367,15 @@ func makeUpstreamRouteForDiscoveryChain( routes = []*envoyroute.Route{defaultRoute} case structs.DiscoveryGraphNodeTypeResolver: - routeAction := makeRouteActionForSingleCluster(startNode.Resolver.Target, chain) + routeAction := makeRouteActionForChainCluster(startNode.Resolver.Target, chain) + + var lb *structs.LoadBalancer + if startNode.LoadBalancer != nil { + lb = startNode.LoadBalancer + } + if err := injectLBToRouteAction(lb, routeAction.Route); err != nil { + return nil, fmt.Errorf("failed to apply load balancer configuration to route action: %v", err) + } defaultRoute := &envoyroute.Route{ Match: makeDefaultRouteMatch(), @@ -265,7 +385,7 @@ func makeUpstreamRouteForDiscoveryChain( routes = []*envoyroute.Route{defaultRoute} default: - panic("unknown first node in discovery chain of type: " + startNode.Type) + return nil, fmt.Errorf("unknown first node in discovery chain of type: %s", startNode.Type) } host := &envoyroute.VirtualHost{ @@ -277,7 +397,7 @@ func makeUpstreamRouteForDiscoveryChain( return host, nil } -func makeRouteMatchForDiscoveryRoute(cInfo connectionInfo, discoveryRoute *structs.DiscoveryRoute) *envoyroute.RouteMatch { +func makeRouteMatchForDiscoveryRoute(_ connectionInfo, discoveryRoute *structs.DiscoveryRoute) *envoyroute.RouteMatch { match := discoveryRoute.Definition.Match if match == nil || match.IsEmpty() { return makeDefaultRouteMatch() @@ -295,14 +415,8 @@ func makeRouteMatchForDiscoveryRoute(cInfo connectionInfo, discoveryRoute *struc Prefix: match.HTTP.PathPrefix, } case match.HTTP.PathRegex != "": - if cInfo.ProxyFeatures.RouterMatchSafeRegex { - em.PathSpecifier = &envoyroute.RouteMatch_SafeRegex{ - SafeRegex: makeEnvoyRegexMatch(match.HTTP.PathRegex), - } - } else { - em.PathSpecifier = &envoyroute.RouteMatch_Regex{ - Regex: match.HTTP.PathRegex, - } + em.PathSpecifier = &envoyroute.RouteMatch_SafeRegex{ + SafeRegex: makeEnvoyRegexMatch(match.HTTP.PathRegex), } default: em.PathSpecifier = &envoyroute.RouteMatch_Prefix{ @@ -323,14 +437,8 @@ func makeRouteMatchForDiscoveryRoute(cInfo connectionInfo, discoveryRoute *struc ExactMatch: hdr.Exact, } case hdr.Regex != "": - if cInfo.ProxyFeatures.RouterMatchSafeRegex { - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_SafeRegexMatch{ - SafeRegexMatch: makeEnvoyRegexMatch(hdr.Regex), - } - } else { - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_RegexMatch{ - RegexMatch: hdr.Regex, - } + eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_SafeRegexMatch{ + SafeRegexMatch: makeEnvoyRegexMatch(hdr.Regex), } case hdr.Prefix != "": eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_PrefixMatch{ @@ -361,15 +469,9 @@ func makeRouteMatchForDiscoveryRoute(cInfo connectionInfo, discoveryRoute *struc eh := &envoyroute.HeaderMatcher{ Name: ":method", - } - if cInfo.ProxyFeatures.RouterMatchSafeRegex { - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_SafeRegexMatch{ + HeaderMatchSpecifier: &envoyroute.HeaderMatcher_SafeRegexMatch{ SafeRegexMatch: makeEnvoyRegexMatch(methodHeaderRegex), - } - } else { - eh.HeaderMatchSpecifier = &envoyroute.HeaderMatcher_RegexMatch{ - RegexMatch: methodHeaderRegex, - } + }, } em.Headers = append(em.Headers, eh) @@ -384,37 +486,24 @@ func makeRouteMatchForDiscoveryRoute(cInfo connectionInfo, discoveryRoute *struc switch { case qm.Exact != "": - if cInfo.ProxyFeatures.RouterMatchSafeRegex { - eq.QueryParameterMatchSpecifier = &envoyroute.QueryParameterMatcher_StringMatch{ - StringMatch: &envoymatcher.StringMatcher{ - MatchPattern: &envoymatcher.StringMatcher_Exact{ - Exact: qm.Exact, - }, + eq.QueryParameterMatchSpecifier = &envoyroute.QueryParameterMatcher_StringMatch{ + StringMatch: &envoymatcher.StringMatcher{ + MatchPattern: &envoymatcher.StringMatcher_Exact{ + Exact: qm.Exact, }, - } - } else { - eq.Value = qm.Exact + }, } case qm.Regex != "": - if cInfo.ProxyFeatures.RouterMatchSafeRegex { - eq.QueryParameterMatchSpecifier = &envoyroute.QueryParameterMatcher_StringMatch{ - StringMatch: &envoymatcher.StringMatcher{ - MatchPattern: &envoymatcher.StringMatcher_SafeRegex{ - SafeRegex: makeEnvoyRegexMatch(qm.Regex), - }, + eq.QueryParameterMatchSpecifier = &envoyroute.QueryParameterMatcher_StringMatch{ + StringMatch: &envoymatcher.StringMatcher{ + MatchPattern: &envoymatcher.StringMatcher_SafeRegex{ + SafeRegex: makeEnvoyRegexMatch(qm.Regex), }, - } - } else { - eq.Value = qm.Regex - eq.Regex = makeBoolValue(true) + }, } case qm.Present: - if cInfo.ProxyFeatures.RouterMatchSafeRegex { - eq.QueryParameterMatchSpecifier = &envoyroute.QueryParameterMatcher_PresentMatch{ - PresentMatch: true, - } - } else { - eq.Value = "" + eq.QueryParameterMatchSpecifier = &envoyroute.QueryParameterMatcher_PresentMatch{ + PresentMatch: true, } default: continue // skip this impossible situation @@ -440,11 +529,12 @@ func makeDefaultRouteMatch() *envoyroute.RouteMatch { } } -func makeRouteActionForSingleCluster(targetID string, chain *structs.CompiledDiscoveryChain) *envoyroute.Route_Route { +func makeRouteActionForChainCluster(targetID string, chain *structs.CompiledDiscoveryChain) *envoyroute.Route_Route { target := chain.Targets[targetID] + return makeRouteActionFromName(CustomizeClusterName(target.Name, chain)) +} - clusterName := CustomizeClusterName(target.Name, chain) - +func makeRouteActionFromName(clusterName string) *envoyroute.Route_Route { return &envoyroute.Route_Route{ Route: &envoyroute.RouteAction{ ClusterSpecifier: &envoyroute.RouteAction_Cluster{ @@ -490,11 +580,71 @@ func makeRouteActionForSplitter(splits []*structs.DiscoverySplit, chain *structs }, nil } -func makeEnvoyRegexMatch(patt string) *envoymatcher.RegexMatcher { - return &envoymatcher.RegexMatcher{ - EngineType: &envoymatcher.RegexMatcher_GoogleRe2{ - GoogleRe2: &envoymatcher.RegexMatcher_GoogleRE2{}, - }, - Regex: patt, +func injectLBToRouteAction(lb *structs.LoadBalancer, action *envoyroute.RouteAction) error { + if lb == nil || !lb.IsHashBased() { + return nil } + + result := make([]*envoyroute.RouteAction_HashPolicy, 0, len(lb.HashPolicies)) + for _, policy := range lb.HashPolicies { + if policy.SourceIP { + result = append(result, &envoyroute.RouteAction_HashPolicy{ + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_ConnectionProperties_{ + ConnectionProperties: &envoyroute.RouteAction_HashPolicy_ConnectionProperties{ + SourceIp: true, + }, + }, + Terminal: policy.Terminal, + }) + + continue + } + + switch policy.Field { + case structs.HashPolicyHeader: + result = append(result, &envoyroute.RouteAction_HashPolicy{ + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Header_{ + Header: &envoyroute.RouteAction_HashPolicy_Header{ + HeaderName: policy.FieldValue, + }, + }, + Terminal: policy.Terminal, + }) + case structs.HashPolicyCookie: + cookie := envoyroute.RouteAction_HashPolicy_Cookie{ + Name: policy.FieldValue, + } + if policy.CookieConfig != nil { + cookie.Path = policy.CookieConfig.Path + + if policy.CookieConfig.TTL != 0*time.Second { + cookie.Ttl = ptypes.DurationProto(policy.CookieConfig.TTL) + } + + // Envoy will generate a session cookie if the ttl is present and zero. + if policy.CookieConfig.Session { + cookie.Ttl = ptypes.DurationProto(0 * time.Second) + } + } + result = append(result, &envoyroute.RouteAction_HashPolicy{ + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ + Cookie: &cookie, + }, + Terminal: policy.Terminal, + }) + case structs.HashPolicyQueryParam: + result = append(result, &envoyroute.RouteAction_HashPolicy{ + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_QueryParameter_{ + QueryParameter: &envoyroute.RouteAction_HashPolicy_QueryParameter{ + Name: policy.FieldValue, + }, + }, + Terminal: policy.Terminal, + }) + default: + return fmt.Errorf("unsupported load balancer hash policy field: %v", policy.Field) + } + } + action.HashPolicy = result + return nil } diff --git a/agent/xds/routes_test.go b/agent/xds/routes_test.go index 327eabe581..bb20fc5379 100644 --- a/agent/xds/routes_test.go +++ b/agent/xds/routes_test.go @@ -7,10 +7,14 @@ import ( "time" envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" + envoyroute "github.com/envoyproxy/go-control-plane/envoy/api/v2/route" + "github.com/golang/protobuf/ptypes" "github.com/hashicorp/consul/agent/connect" "github.com/hashicorp/consul/agent/consul/discoverychain" "github.com/hashicorp/consul/agent/proxycfg" "github.com/hashicorp/consul/agent/structs" + "github.com/hashicorp/consul/agent/xds/proxysupport" + "github.com/hashicorp/consul/sdk/testutil" testinf "github.com/mitchellh/go-testing-interface" "github.com/stretchr/testify/require" ) @@ -66,6 +70,11 @@ func TestRoutesFromSnapshot(t *testing.T) { create: proxycfg.TestConfigSnapshotDiscoveryChainWithRouter, setup: nil, }, + { + name: "connect-proxy-lb-in-resolver", + create: proxycfg.TestConfigSnapshotDiscoveryChainWithLB, + setup: nil, + }, // TODO(rb): test match stanza skipped for grpc // Start ingress gateway test cases { @@ -108,6 +117,11 @@ func TestRoutesFromSnapshot(t *testing.T) { create: proxycfg.TestConfigSnapshotIngressWithRouter, setup: nil, }, + { + name: "ingress-lb-in-resolver", + create: proxycfg.TestConfigSnapshotIngressWithLB, + setup: nil, + }, { name: "ingress-http-multiple-services", create: proxycfg.TestConfigSnapshotIngress_HTTPMultipleServices, @@ -173,10 +187,58 @@ func TestRoutesFromSnapshot(t *testing.T) { } }, }, + { + name: "terminating-gateway-lb-config", + create: proxycfg.TestConfigSnapshotTerminatingGateway, + setup: func(snap *proxycfg.ConfigSnapshot) { + snap.TerminatingGateway.ServiceResolvers = map[structs.ServiceName]*structs.ServiceResolverConfigEntry{ + structs.NewServiceName("web", nil): { + Kind: structs.ServiceResolver, + Name: "web", + DefaultSubset: "v2", + Subsets: map[string]structs.ServiceResolverSubset{ + "v1": { + Filter: "Service.Meta.Version == 1", + }, + "v2": { + Filter: "Service.Meta.Version == 2", + OnlyPassing: true, + }, + }, + LoadBalancer: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MinimumRingSize: 20, + MaximumRingSize: 50, + }, + HashPolicies: []structs.HashPolicy{ + { + Field: structs.HashPolicyCookie, + FieldValue: "chocolate-chip", + Terminal: true, + }, + { + Field: structs.HashPolicyHeader, + FieldValue: "x-user-id", + }, + { + SourceIP: true, + Terminal: true, + }, + }, + }, + }, + } + snap.TerminatingGateway.ServiceConfigs[structs.NewServiceName("web", nil)] = &structs.ServiceConfigResponse{ + ProxyConfig: map[string]interface{}{"protocol": "http"}, + } + }, + }, } - for _, envoyVersion := range supportedEnvoyVersions { - sf := determineSupportedProxyFeaturesFromString(envoyVersion) + for _, envoyVersion := range proxysupport.EnvoyVersions { + sf, err := determineSupportedProxyFeaturesFromString(envoyVersion) + require.NoError(t, err) t.Run("envoy-"+envoyVersion, func(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { @@ -194,11 +256,15 @@ func TestRoutesFromSnapshot(t *testing.T) { tt.setup(snap) } + logger := testutil.Logger(t) + s := Server{ + Logger: logger, + } cInfo := connectionInfo{ Token: "my-token", ProxyFeatures: sf, } - routes, err := routesFromSnapshot(cInfo, snap) + routes, err := s.routesFromSnapshot(cInfo, snap) require.NoError(err) sort.Slice(routes, func(i, j int) bool { return routes[i].(*envoy.RouteConfiguration).Name < routes[j].(*envoy.RouteConfiguration).Name @@ -219,3 +285,257 @@ func TestRoutesFromSnapshot(t *testing.T) { }) } } + +func TestEnvoyLBConfig_InjectToRouteAction(t *testing.T) { + var tests = []struct { + name string + lb *structs.LoadBalancer + expected envoyroute.RouteAction + }{ + { + name: "empty", + lb: &structs.LoadBalancer{ + Policy: "", + }, + // we only modify route actions for hash-based LB policies + expected: envoyroute.RouteAction{}, + }, + { + name: "least request", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyLeastRequest, + LeastRequestConfig: &structs.LeastRequestConfig{ + ChoiceCount: 3, + }, + }, + // we only modify route actions for hash-based LB policies + expected: envoyroute.RouteAction{}, + }, + { + name: "headers", + lb: &structs.LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &structs.RingHashConfig{ + MinimumRingSize: 3, + MaximumRingSize: 7, + }, + HashPolicies: []structs.HashPolicy{ + { + Field: structs.HashPolicyHeader, + FieldValue: "x-route-key", + Terminal: true, + }, + }, + }, + expected: envoyroute.RouteAction{ + HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Header_{ + Header: &envoyroute.RouteAction_HashPolicy_Header{ + HeaderName: "x-route-key", + }, + }, + Terminal: true, + }, + }, + }, + }, + { + name: "cookies", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyMaglev, + HashPolicies: []structs.HashPolicy{ + { + Field: structs.HashPolicyCookie, + FieldValue: "red-velvet", + Terminal: true, + }, + { + Field: structs.HashPolicyCookie, + FieldValue: "oatmeal", + }, + }, + }, + expected: envoyroute.RouteAction{ + HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + Name: "red-velvet", + }, + }, + Terminal: true, + }, + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + Name: "oatmeal", + }, + }, + }, + }, + }, + }, + { + name: "non-zero session ttl gets zeroed out", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyMaglev, + HashPolicies: []structs.HashPolicy{ + { + Field: structs.HashPolicyCookie, + FieldValue: "oatmeal", + CookieConfig: &structs.CookieConfig{ + TTL: 10 * time.Second, + Session: true, + }, + }, + }, + }, + expected: envoyroute.RouteAction{ + HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + Name: "oatmeal", + Ttl: ptypes.DurationProto(0 * time.Second), + }, + }, + }, + }, + }, + }, + { + name: "zero value ttl omitted if not session cookie", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyMaglev, + HashPolicies: []structs.HashPolicy{ + { + Field: structs.HashPolicyCookie, + FieldValue: "oatmeal", + CookieConfig: &structs.CookieConfig{ + Path: "/oven", + }, + }, + }, + }, + expected: envoyroute.RouteAction{ + HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + Name: "oatmeal", + Path: "/oven", + Ttl: nil, + }, + }, + }, + }, + }, + }, + { + name: "source addr", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyMaglev, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + Terminal: true, + }, + }, + }, + expected: envoyroute.RouteAction{ + HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_ConnectionProperties_{ + ConnectionProperties: &envoyroute.RouteAction_HashPolicy_ConnectionProperties{ + SourceIp: true, + }, + }, + Terminal: true, + }, + }, + }, + }, + { + name: "kitchen sink", + lb: &structs.LoadBalancer{ + Policy: structs.LBPolicyMaglev, + HashPolicies: []structs.HashPolicy{ + { + SourceIP: true, + Terminal: true, + }, + { + Field: structs.HashPolicyCookie, + FieldValue: "oatmeal", + CookieConfig: &structs.CookieConfig{ + TTL: 10 * time.Second, + Path: "/oven", + }, + }, + { + Field: structs.HashPolicyCookie, + FieldValue: "chocolate-chip", + CookieConfig: &structs.CookieConfig{ + Session: true, + Path: "/oven", + }, + }, + { + Field: structs.HashPolicyHeader, + FieldValue: "special-header", + Terminal: true, + }, + }, + }, + expected: envoyroute.RouteAction{ + HashPolicy: []*envoyroute.RouteAction_HashPolicy{ + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_ConnectionProperties_{ + ConnectionProperties: &envoyroute.RouteAction_HashPolicy_ConnectionProperties{ + SourceIp: true, + }, + }, + Terminal: true, + }, + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + Name: "oatmeal", + Ttl: ptypes.DurationProto(10 * time.Second), + Path: "/oven", + }, + }, + }, + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Cookie_{ + Cookie: &envoyroute.RouteAction_HashPolicy_Cookie{ + Name: "chocolate-chip", + Ttl: ptypes.DurationProto(0 * time.Second), + Path: "/oven", + }, + }, + }, + { + PolicySpecifier: &envoyroute.RouteAction_HashPolicy_Header_{ + Header: &envoyroute.RouteAction_HashPolicy_Header{ + HeaderName: "special-header", + }, + }, + Terminal: true, + }, + }, + }, + }, + } + + for _, tc := range tests { + t.Run(tc.name, func(t *testing.T) { + var ra envoyroute.RouteAction + err := injectLBToRouteAction(tc.lb, &ra) + require.NoError(t, err) + + require.Equal(t, &tc.expected, &ra) + }) + } +} diff --git a/agent/xds/server.go b/agent/xds/server.go index 345080db9b..ed148da495 100644 --- a/agent/xds/server.go +++ b/agent/xds/server.go @@ -9,19 +9,14 @@ import ( envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" - envoyauthz "github.com/envoyproxy/go-control-plane/envoy/service/auth/v2" - envoyauthzalpha "github.com/envoyproxy/go-control-plane/envoy/service/auth/v2alpha" envoydisco "github.com/envoyproxy/go-control-plane/envoy/service/discovery/v2" "github.com/golang/protobuf/proto" "github.com/hashicorp/consul/acl" - "github.com/hashicorp/consul/agent/cache" - "github.com/hashicorp/consul/agent/connect" "github.com/hashicorp/consul/agent/proxycfg" "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/logging" "github.com/hashicorp/consul/tlsutil" "github.com/hashicorp/go-hclog" - rpcstatus "google.golang.org/genproto/googleapis/rpc/status" "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/credentials" @@ -92,13 +87,6 @@ const ( // coupling this to the agent. type ACLResolverFunc func(id string) (acl.Authorizer, error) -// ConnectAuthz is the interface the agent needs to expose to be able to re-use -// the authorization logic between both APIs. -type ConnectAuthz interface { - // ConnectAuthorize is implemented by Agent.ConnectAuthorize - ConnectAuthorize(token string, req *structs.ConnectAuthorizeRequest) (authz bool, reason string, m *cache.ResultMeta, err error) -} - // ServiceChecks is the interface the agent needs to expose // for the xDS server to fetch a service's HTTP check definitions type HTTPCheckFetcher interface { @@ -119,16 +107,14 @@ type ConfigManager interface { Watch(proxyID structs.ServiceID) (<-chan *proxycfg.ConfigSnapshot, proxycfg.CancelFunc) } -// Server represents a gRPC server that can handle both XDS and ext_authz -// requests from Envoy. All of it's public members must be set before the gRPC -// server is started. +// Server represents a gRPC server that can handle xDS requests from Envoy. All +// of it's public members must be set before the gRPC server is started. // // A full description of the XDS protocol can be found at // https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol type Server struct { Logger hclog.Logger CfgMgr ConfigManager - Authz ConnectAuthz ResolveToken ACLResolverFunc // AuthCheckFrequency is how often we should re-check the credentials used // during a long-lived gRPC Stream after it has been initially established. @@ -170,7 +156,7 @@ func (s *Server) StreamAggregatedResources(stream ADSStream) error { err := s.process(stream, reqCh) if err != nil { - s.Logger.Debug("Error handling ADS stream", "error", err) + s.Logger.Error("Error handling ADS stream", "error", err) } // prevents writing to a closed channel if send failed on blocked recv @@ -232,7 +218,7 @@ func (s *Server) process(stream ADSStream, reqCh <-chan *envoy.DiscoveryRequest) }, RouteType: { typeURL: RouteType, - resources: routesFromSnapshot, + resources: s.routesFromSnapshot, stream: stream, allowEmptyFn: func(cfgSnap *proxycfg.ConfigSnapshot) bool { return cfgSnap.Kind == structs.ServiceKindIngressGateway @@ -311,7 +297,11 @@ func (s *Server) process(stream ADSStream, reqCh <-chan *envoy.DiscoveryRequest) if node == nil && req.Node != nil { node = req.Node - proxyFeatures = determineSupportedProxyFeatures(req.Node) + var err error + proxyFeatures, err = determineSupportedProxyFeatures(req.Node) + if err != nil { + return status.Errorf(codes.InvalidArgument, err.Error()) + } } if handler, ok := handlers[req.TypeUrl]; ok { @@ -486,90 +476,7 @@ func (s *Server) DeltaAggregatedResources(_ envoydisco.AggregatedDiscoveryServic return errors.New("not implemented") } -func deniedResponse(reason string) (*envoyauthz.CheckResponse, error) { - return &envoyauthz.CheckResponse{ - Status: &rpcstatus.Status{ - Code: int32(codes.PermissionDenied), - Message: "Denied: " + reason, - }, - }, nil -} - -// Check implements envoyauthz.AuthorizationServer. -func (s *Server) Check(ctx context.Context, r *envoyauthz.CheckRequest) (*envoyauthz.CheckResponse, error) { - // Sanity checks - if r.Attributes == nil || r.Attributes.Source == nil || r.Attributes.Destination == nil { - return nil, status.Error(codes.InvalidArgument, "source and destination attributes are required") - } - if r.Attributes.Source.Principal == "" || r.Attributes.Destination.Principal == "" { - return nil, status.Error(codes.InvalidArgument, "source and destination Principal are required") - } - - // Parse destination to know the target service - dest, err := connect.ParseCertURIFromString(r.Attributes.Destination.Principal) - if err != nil { - s.Logger.Debug("Connect AuthZ DENIED: bad destination URI", "source", r.Attributes.Source.Principal, "destination", - r.Attributes.Destination.Principal) - // Treat this as an auth error since Envoy has sent something it considers - // valid, it's just not an identity we trust. - return deniedResponse("Destination Principal is not a valid Connect identity") - } - - destID, ok := dest.(*connect.SpiffeIDService) - if !ok { - s.Logger.Debug("Connect AuthZ DENIED: bad destination service ID", "source", r.Attributes.Source.Principal, "destination", - r.Attributes.Destination.Principal) - return deniedResponse("Destination Principal is not a valid Service identity") - } - - // For now we don't validate the trust domain of the _destination_ at all - - // the HTTP Authorize endpoint just accepts a target _service_ and it's - // implicit that the request is for the correct cluster. We might want to - // reconsider this later but plumbing in additional machinery to check the - // clusterID here is not really necessary for now unless Envoys are badly - // configured. Our threat model _requires_ correctly configured and well - // behaved proxies given that they have ACLs to fetch certs and so can do - // whatever they want including not authorizing traffic at all or routing it - // do a different service than they auth'd against. - - // Create an authz request - req := &structs.ConnectAuthorizeRequest{ - Target: destID.Service, - EnterpriseMeta: *destID.GetEnterpriseMeta(), - ClientCertURI: r.Attributes.Source.Principal, - // TODO(banks): need Envoy to support sending cert serial/hash to enforce - // revocation later. - } - token := tokenFromContext(ctx) - authed, reason, _, err := s.Authz.ConnectAuthorize(token, req) - if err != nil { - if err == acl.ErrPermissionDenied { - s.Logger.Debug("Connect AuthZ failed ACL check", "error", err, "source", r.Attributes.Source.Principal, - "dest", r.Attributes.Destination.Principal) - return nil, status.Error(codes.PermissionDenied, err.Error()) - } - s.Logger.Debug("Connect AuthZ failed", "error", err, "source", r.Attributes.Source.Principal, - "destination", r.Attributes.Destination.Principal) - return nil, status.Error(codes.Internal, err.Error()) - } - if !authed { - s.Logger.Debug("Connect AuthZ DENIED", "source", r.Attributes.Source.Principal, - "destination", r.Attributes.Destination.Principal, "reason", reason) - return deniedResponse(reason) - } - - s.Logger.Debug("Connect AuthZ ALLOWED", "source", r.Attributes.Source.Principal, - "destination", r.Attributes.Destination.Principal, "reason", reason) - return &envoyauthz.CheckResponse{ - Status: &rpcstatus.Status{ - Code: int32(codes.OK), - Message: "ALLOWED: " + reason, - }, - }, nil -} - -// GRPCServer returns a server instance that can handle XDS and ext_authz -// requests. +// GRPCServer returns a server instance that can handle xDS requests. func (s *Server) GRPCServer(tlsConfigurator *tlsutil.Configurator) (*grpc.Server, error) { opts := []grpc.ServerOption{ grpc.MaxConcurrentStreams(2048), @@ -583,15 +490,5 @@ func (s *Server) GRPCServer(tlsConfigurator *tlsutil.Configurator) (*grpc.Server srv := grpc.NewServer(opts...) envoydisco.RegisterAggregatedDiscoveryServiceServer(srv, s) - // Envoy 1.10 changed the package for ext_authz from v2alpha to v2. We still - // need to be compatible with 1.9.1 and earlier which only uses v2alpha. While - // there is a deprecated compatibility shim option in 1.10, we want to support - // first class. Fortunately they are wire-compatible so we can just register a - // single service implementation (using the new v2 package definitions) but - // using the old v2alpha regiatration function which just exports it on the - // old path as well. - envoyauthz.RegisterAuthorizationServer(srv, s) - envoyauthzalpha.RegisterAuthorizationServer(srv, s) - return srv, nil } diff --git a/agent/xds/server_test.go b/agent/xds/server_test.go index 08736ed44d..5310df8fbf 100644 --- a/agent/xds/server_test.go +++ b/agent/xds/server_test.go @@ -1,8 +1,6 @@ package xds import ( - "context" - "errors" "strings" "sync" "sync/atomic" @@ -12,7 +10,6 @@ import ( envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" "github.com/stretchr/testify/require" "google.golang.org/grpc/codes" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" "github.com/hashicorp/consul/acl" @@ -91,22 +88,6 @@ func (m *testManager) AssertWatchCancelled(t *testing.T, proxyID structs.Service } } -// ConnectAuthorize implements ConnectAuthz -func (m *testManager) ConnectAuthorize(token string, req *structs.ConnectAuthorizeRequest) (authz bool, reason string, meta *cache.ResultMeta, err error) { - m.Lock() - defer m.Unlock() - if res, ok := m.authz[token]; ok { - if res.validate != nil { - if err := res.validate(req); err != nil { - return false, "", nil, err - } - } - return res.authz, res.reason, res.m, res.err - } - // Default allow but with reason that won't match by accident in a test case - return true, "OK: allowed by default test implementation", nil, nil -} - func TestServer_StreamAggregatedResources_BasicProtocol(t *testing.T) { logger := testutil.Logger(t) mgr := newTestManager(t) @@ -120,7 +101,6 @@ func TestServer_StreamAggregatedResources_BasicProtocol(t *testing.T) { s := Server{ Logger: logger, CfgMgr: mgr, - Authz: mgr, ResolveToken: aclResolve, } s.Initialize() @@ -170,7 +150,7 @@ func TestServer_StreamAggregatedResources_BasicProtocol(t *testing.T) { envoy.SendReq(t, EndpointType, 1, 2) // And should get a response immediately. - assertResponseSent(t, envoy.stream.sendCh, expectListenerJSON(t, snap, "", 1, 3)) + assertResponseSent(t, envoy.stream.sendCh, expectListenerJSON(t, snap, 1, 3)) // Now send Route request along with next listener one envoy.SendReq(t, RouteType, 0, 0) @@ -197,7 +177,7 @@ func TestServer_StreamAggregatedResources_BasicProtocol(t *testing.T) { // which is reasonable anyway to ensure consistency of the config Envoy sees. assertResponseSent(t, envoy.stream.sendCh, expectClustersJSON(snap, 2, 4)) assertResponseSent(t, envoy.stream.sendCh, expectEndpointsJSON(2, 5)) - assertResponseSent(t, envoy.stream.sendCh, expectListenerJSON(t, snap, "", 2, 6)) + assertResponseSent(t, envoy.stream.sendCh, expectListenerJSON(t, snap, 2, 6)) // Let's pretend that Envoy doesn't like that new listener config. It will ACK // all the others (same version) but NACK the listener. This is the most @@ -234,7 +214,7 @@ func TestServer_StreamAggregatedResources_BasicProtocol(t *testing.T) { assertResponseSent(t, envoy.stream.sendCh, expectClustersJSON(snap, 3, 7)) assertResponseSent(t, envoy.stream.sendCh, expectEndpointsJSON(3, 8)) - assertResponseSent(t, envoy.stream.sendCh, expectListenerJSON(t, snap, "", 3, 9)) + assertResponseSent(t, envoy.stream.sendCh, expectListenerJSON(t, snap, 3, 9)) } func expectEndpointsJSON(v, n uint64) string { @@ -474,7 +454,6 @@ func TestServer_StreamAggregatedResources_ACLEnforcement(t *testing.T) { s := Server{ Logger: logger, CfgMgr: mgr, - Authz: mgr, ResolveToken: aclResolve, } s.Initialize() @@ -501,7 +480,7 @@ func TestServer_StreamAggregatedResources_ACLEnforcement(t *testing.T) { envoy.SendReq(t, ListenerType, 0, 0) if !tt.wantDenied { - assertResponseSent(t, envoy.stream.sendCh, expectListenerJSON(t, snap, tt.token, 1, 1)) + assertResponseSent(t, envoy.stream.sendCh, expectListenerJSON(t, snap, 1, 1)) // Close the client stream since all is well. We _don't_ do this in the // expected error case because we want to verify the error closes the // stream from server side. @@ -549,7 +528,6 @@ func TestServer_StreamAggregatedResources_ACLTokenDeleted_StreamTerminatedDuring s := Server{ Logger: logger, CfgMgr: mgr, - Authz: mgr, ResolveToken: aclResolve, AuthCheckFrequency: 1 * time.Hour, // make sure this doesn't kick in } @@ -641,7 +619,6 @@ func TestServer_StreamAggregatedResources_ACLTokenDeleted_StreamTerminatedInBack s := Server{ Logger: logger, CfgMgr: mgr, - Authz: mgr, ResolveToken: aclResolve, AuthCheckFrequency: 100 * time.Millisecond, // Make this short. } @@ -716,144 +693,6 @@ func TestServer_StreamAggregatedResources_ACLTokenDeleted_StreamTerminatedInBack } } -// This tests the ext_authz service method that implements connect authz. -func TestServer_Check(t *testing.T) { - - tests := []struct { - name string - source string - dest string - sourcePrincipal string - destPrincipal string - authzResult connectAuthzResult - wantErr bool - wantErrCode codes.Code - wantDenied bool - wantReason string - }{ - { - name: "auth allowed", - source: "web", - dest: "db", - authzResult: connectAuthzResult{true, "default allow", nil, nil, nil}, - wantDenied: false, - wantReason: "default allow", - }, - { - name: "auth denied", - source: "web", - dest: "db", - authzResult: connectAuthzResult{false, "default deny", nil, nil, nil}, - wantDenied: true, - wantReason: "default deny", - }, - { - name: "no source", - sourcePrincipal: "", - dest: "db", - // Should never make it to authz call. - wantErr: true, - wantErrCode: codes.InvalidArgument, - }, - { - name: "no dest", - source: "web", - dest: "", - // Should never make it to authz call. - wantErr: true, - wantErrCode: codes.InvalidArgument, - }, - { - name: "dest invalid format", - source: "web", - destPrincipal: "not-a-spiffe-id", - // Should never make it to authz call. - wantDenied: true, - wantReason: "Destination Principal is not a valid Connect identity", - }, - { - name: "dest not a service URI", - source: "web", - destPrincipal: "spiffe://trust-domain.consul", - // Should never make it to authz call. - wantDenied: true, - wantReason: "Destination Principal is not a valid Service identity", - }, - { - name: "ACL not got permission for authz call", - source: "web", - dest: "db", - authzResult: connectAuthzResult{false, "", nil, acl.ErrPermissionDenied, nil}, - wantErr: true, - wantErrCode: codes.PermissionDenied, - }, - { - name: "Random error running authz", - source: "web", - dest: "db", - authzResult: connectAuthzResult{false, "", nil, errors.New("gremlin attack"), nil}, - wantErr: true, - wantErrCode: codes.Internal, - }, - } - - for _, tt := range tests { - t.Run(tt.name, func(t *testing.T) { - token := "my-real-acl-token" - logger := testutil.Logger(t) - mgr := newTestManager(t) - - // Setup expected auth result against that token no lock as no other - // goroutine is touching this yet. - mgr.authz[token] = tt.authzResult - - aclResolve := func(id string) (acl.Authorizer, error) { - return nil, nil - } - envoy := NewTestEnvoy(t, "web-sidecar-proxy", token) - defer envoy.Close() - - s := Server{ - Logger: logger, - CfgMgr: mgr, - Authz: mgr, - ResolveToken: aclResolve, - } - s.Initialize() - - // Create a context with the correct token - ctx := metadata.NewIncomingContext(context.Background(), - metadata.Pairs("x-consul-token", token)) - - r := TestCheckRequest(t, tt.source, tt.dest) - // If sourcePrincipal is set override, or if source is also not set - // explicitly override to empty. - if tt.sourcePrincipal != "" || tt.source == "" { - r.Attributes.Source.Principal = tt.sourcePrincipal - } - if tt.destPrincipal != "" || tt.dest == "" { - r.Attributes.Destination.Principal = tt.destPrincipal - } - resp, err := s.Check(ctx, r) - // Denied is not an error - if tt.wantErr { - require.Error(t, err) - grpcStatus := status.Convert(err) - require.Equal(t, tt.wantErrCode, grpcStatus.Code()) - require.Nil(t, resp) - return - } - require.NoError(t, err) - if tt.wantDenied { - require.Equal(t, int32(codes.PermissionDenied), resp.Status.Code) - } else { - require.Equal(t, int32(codes.OK), resp.Status.Code) - } - require.Contains(t, resp.Status.Message, tt.wantReason) - }) - } -} - func TestServer_StreamAggregatedResources_IngressEmptyResponse(t *testing.T) { logger := testutil.Logger(t) mgr := newTestManager(t) @@ -867,7 +706,6 @@ func TestServer_StreamAggregatedResources_IngressEmptyResponse(t *testing.T) { s := Server{ Logger: logger, CfgMgr: mgr, - Authz: mgr, ResolveToken: aclResolve, } s.Initialize() diff --git a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-12-x.golden b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-12-x.golden new file mode 100644 index 0000000000..3f3749bcb2 --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-12-x.golden @@ -0,0 +1,175 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "30" + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-13-x.golden b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-13-x.golden new file mode 100644 index 0000000000..3f3749bcb2 --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-13-x.golden @@ -0,0 +1,175 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "30" + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-14-x.golden b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-14-x.golden new file mode 100644 index 0000000000..3f3749bcb2 --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-14-x.golden @@ -0,0 +1,175 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "30" + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-15-x.golden b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-15-x.golden new file mode 100644 index 0000000000..3f3749bcb2 --- /dev/null +++ b/agent/xds/testdata/clusters/connect-proxy-lb-in-resolver.envoy-1-15-x.golden @@ -0,0 +1,175 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "30" + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "local_app", + "type": "STATIC", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "local_app", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 8080 + } + } + } + } + ] + } + ] + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain-and-failover.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-chain.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-11-x.golden b/agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/custom-limits-max-connections-only.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-11-x.golden b/agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/custom-limits-set-to-zero.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/custom-limits.envoy-1-11-x.golden b/agent/xds/testdata/clusters/custom-limits.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/custom-limits.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/custom-limits.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/custom-local-app.envoy-1-11-x.golden b/agent/xds/testdata/clusters/custom-local-app.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/custom-local-app.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/custom-local-app.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/custom-timeouts.envoy-1-11-x.golden b/agent/xds/testdata/clusters/custom-timeouts.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/custom-timeouts.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/custom-timeouts.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-11-x.golden b/agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/custom-upstream-default-chain.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/custom-upstream.envoy-1-11-x.golden b/agent/xds/testdata/clusters/custom-upstream.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/custom-upstream.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/custom-upstream.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/defaults.envoy-1-11-x.golden b/agent/xds/testdata/clusters/defaults.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/defaults.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/defaults.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-11-x.golden b/agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/expose-paths-grpc-new-cluster-http1.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-11-x.golden b/agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/expose-paths-local-app-paths.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-11-x.golden b/agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/expose-paths-new-cluster-http2.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-gateway-no-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-12-x.golden b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-12-x.golden new file mode 100644 index 0000000000..9e32743471 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-12-x.golden @@ -0,0 +1,108 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "30" + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-13-x.golden b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-13-x.golden new file mode 100644 index 0000000000..9e32743471 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-13-x.golden @@ -0,0 +1,108 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "30" + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-14-x.golden b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-14-x.golden new file mode 100644 index 0000000000..9e32743471 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-14-x.golden @@ -0,0 +1,108 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "30" + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-15-x.golden b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-15-x.golden new file mode 100644 index 0000000000..9e32743471 --- /dev/null +++ b/agent/xds/testdata/clusters/ingress-lb-in-resolver.envoy-1-15-x.golden @@ -0,0 +1,108 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "30" + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "altStatName": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "circuitBreakers": { + + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "sni": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" + }, + "outlierDetection": { + + }, + "commonLbConfig": { + "healthyPanicThreshold": { + + } + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain-and-failover.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain-and-overrides.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain-external-sni.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-chain.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-chain.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-chain.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-11-x.golden b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-12-x.golden similarity index 100% rename from agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-12-x.golden diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-11-x.golden b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-13-x.golden similarity index 100% rename from agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-13-x.golden diff --git a/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-14-x.golden b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-14-x.golden new file mode 100644 index 0000000000..afc23f9ae1 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-14-x.golden @@ -0,0 +1,151 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-15-x.golden new file mode 100644 index 0000000000..afc23f9ae1 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-hash-lb-ignored.envoy-1-15-x.golden @@ -0,0 +1,151 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-15-x.golden new file mode 100644 index 0000000000..afc23f9ae1 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-ignore-extra-resolvers.envoy-1-15-x.golden @@ -0,0 +1,151 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-11-x.golden b/agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-no-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-12-x.golden b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-12-x.golden new file mode 100644 index 0000000000..519c2d07f8 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-12-x.golden @@ -0,0 +1,163 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-13-x.golden b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-13-x.golden new file mode 100644 index 0000000000..519c2d07f8 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-13-x.golden @@ -0,0 +1,163 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-14-x.golden b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-14-x.golden new file mode 100644 index 0000000000..519c2d07f8 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-14-x.golden @@ -0,0 +1,163 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-15-x.golden new file mode 100644 index 0000000000..519c2d07f8 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-non-hash-lb-injected.envoy-1-15-x.golden @@ -0,0 +1,163 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "LEAST_REQUEST", + "outlierDetection": { + + }, + "leastRequestLbConfig": { + "choiceCount": 5 + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-15-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-15-x.golden new file mode 100644 index 0000000000..afc23f9ae1 --- /dev/null +++ b/agent/xds/testdata/clusters/mesh-gateway-service-subsets.envoy-1-15-x.golden @@ -0,0 +1,151 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc2.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc4.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-west-2.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "dc6.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "123.us-east-1.elb.notaws.com", + "portValue": 443 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "foo.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.bar.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "outlierDetection": { + + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-11-x.golden b/agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-service-timeouts.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-11-x.golden b/agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/mesh-gateway-using-federation-states.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/mesh-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/mesh-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/mesh-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/mesh-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-11-x.golden b/agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/splitter-with-resolver-redirect.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-11-x.golden b/agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-hostname-service-subsets.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-11-x.golden b/agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-ignore-extra-resolvers.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-12-x.golden b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-12-x.golden new file mode 100644 index 0000000000..74d755a5d5 --- /dev/null +++ b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-12-x.golden @@ -0,0 +1,224 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "api.altdomain", + "portValue": 8081 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "filename": "api.cert.pem" + }, + "privateKey": { + "filename": "api.key.pem" + } + } + ], + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "cache.mydomain", + "portValue": 8081 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "db.mydomain", + "portValue": 8081 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-13-x.golden b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-13-x.golden new file mode 100644 index 0000000000..74d755a5d5 --- /dev/null +++ b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-13-x.golden @@ -0,0 +1,224 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "api.altdomain", + "portValue": 8081 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "filename": "api.cert.pem" + }, + "privateKey": { + "filename": "api.key.pem" + } + } + ], + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "cache.mydomain", + "portValue": 8081 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "db.mydomain", + "portValue": 8081 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-14-x.golden b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-14-x.golden new file mode 100644 index 0000000000..74d755a5d5 --- /dev/null +++ b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-14-x.golden @@ -0,0 +1,224 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "api.altdomain", + "portValue": 8081 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "filename": "api.cert.pem" + }, + "privateKey": { + "filename": "api.key.pem" + } + } + ], + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "cache.mydomain", + "portValue": 8081 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "db.mydomain", + "portValue": 8081 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-15-x.golden b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-15-x.golden new file mode 100644 index 0000000000..74d755a5d5 --- /dev/null +++ b/agent/xds/testdata/clusters/terminating-gateway-lb-config.envoy-1-15-x.golden @@ -0,0 +1,224 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "api.altdomain", + "portValue": 8081 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "filename": "api.cert.pem" + }, + "privateKey": { + "filename": "api.key.pem" + } + } + ], + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "cache.mydomain", + "portValue": 8081 + } + } + }, + "healthStatus": "HEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "LOGICAL_DNS", + "connectTimeout": "5s", + "loadAssignment": { + "clusterName": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "endpoints": [ + { + "lbEndpoints": [ + { + "endpoint": { + "address": { + "socketAddress": { + "address": "db.mydomain", + "portValue": 8081 + } + } + }, + "healthStatus": "UNHEALTHY", + "loadBalancingWeight": 1 + } + ] + } + ] + }, + "dnsRefreshRate": "10s", + "dnsLookupFamily": "V4_ONLY", + "outlierDetection": { + + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Cluster", + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "type": "EDS", + "edsClusterConfig": { + "edsConfig": { + "ads": { + + } + } + }, + "connectTimeout": "5s", + "lbPolicy": "RING_HASH", + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "validationContext": { + "trustedCa": { + "filename": "ca.cert.pem" + } + } + } + }, + "outlierDetection": { + + }, + "ringHashLbConfig": { + "minimumRingSize": "20", + "maximumRingSize": "50" + } + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Cluster", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-11-x.golden b/agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-no-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-11-x.golden b/agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/terminating-gateway-service-subsets.envoy-1-15-x.golden diff --git a/agent/xds/testdata/clusters/terminating-gateway.envoy-1-11-x.golden b/agent/xds/testdata/clusters/terminating-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/clusters/terminating-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/clusters/terminating-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain-and-failover.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-chain.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-default-chain-and-custom-cluster.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/defaults.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/defaults.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/defaults.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/defaults.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-gateway-no-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-multiple-listeners-duplicate-service.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain-and-failover.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain-and-overrides.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain-external-sni.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-chain.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-local-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-double-failover-through-remote-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway-triggered.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-default-service-subset.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-no-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-service-subsets.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway-using-federation-states.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/mesh-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/mesh-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/mesh-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/splitter-with-resolver-redirect.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway-default-service-subset.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway-no-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway-service-subsets.envoy-1-15-x.golden diff --git a/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-11-x.golden b/agent/xds/testdata/endpoints/terminating-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/endpoints/terminating-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/endpoints/terminating-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-12-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-12-x.golden index a911cd1890..e835edf4d1 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-12-x.golden @@ -106,18 +106,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-13-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-13-x.golden index a911cd1890..e835edf4d1 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-13-x.golden @@ -106,18 +106,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden index a911cd1890..e835edf4d1 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-14-x.golden @@ -106,18 +106,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-11-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden similarity index 92% rename from agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden index a911cd1890..e835edf4d1 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden @@ -106,18 +106,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-12-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-12-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-13-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-13-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-11-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-12-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-12-x.golden index a911cd1890..e835edf4d1 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-12-x.golden @@ -106,18 +106,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-13-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-13-x.golden index a911cd1890..e835edf4d1 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-13-x.golden @@ -106,18 +106,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-14-x.golden index a911cd1890..e835edf4d1 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-14-x.golden @@ -106,18 +106,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-11-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-15-x.golden similarity index 92% rename from agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-15-x.golden index a911cd1890..e835edf4d1 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-chain-and-overrides.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-grpc-chain.envoy-1-15-x.golden @@ -106,18 +106,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-12-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-12-x.golden index ddbdd99142..a2ecc48cd9 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-12-x.golden @@ -99,18 +99,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-13-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-13-x.golden index ddbdd99142..a2ecc48cd9 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-13-x.golden @@ -99,18 +99,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-14-x.golden index ddbdd99142..a2ecc48cd9 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-14-x.golden @@ -99,18 +99,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-11-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-15-x.golden similarity index 91% rename from agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-15-x.golden index ddbdd99142..a2ecc48cd9 100644 --- a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-15-x.golden @@ -99,18 +99,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-12-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-12-x.golden index 6994537d4f..11d1ddf64f 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-12-x.golden @@ -101,18 +101,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-13-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-13-x.golden index 6994537d4f..11d1ddf64f 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-13-x.golden @@ -101,18 +101,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-14-x.golden index 6994537d4f..11d1ddf64f 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-14-x.golden @@ -101,18 +101,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-11-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-15-x.golden similarity index 91% rename from agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-15-x.golden index 6994537d4f..11d1ddf64f 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-http2-chain.envoy-1-15-x.golden @@ -101,18 +101,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-12-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-12-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-13-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-13-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-12-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-12-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-13-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-13-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-12-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-12-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-13-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-13-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-14-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-11-x.golden b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-15-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/connect-proxy-with-tcp-chain.envoy-1-15-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-12-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-12-x.golden new file mode 100644 index 0000000000..21137f9ebb --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-12-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "routeConfig": { + "name": "public_listener", + "virtualHosts": [ + { + "name": "public_listener", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + }, + "httpFilters": [ + { + "name": "envoy.filters.http.rbac", + "config": { + "rules": { + } + } + }, + { + "name": "envoy.router" + } + ] + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-13-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-13-x.golden new file mode 100644 index 0000000000..21137f9ebb --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-13-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "routeConfig": { + "name": "public_listener", + "virtualHosts": [ + { + "name": "public_listener", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + }, + "httpFilters": [ + { + "name": "envoy.filters.http.rbac", + "config": { + "rules": { + } + } + }, + { + "name": "envoy.router" + } + ] + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-14-x.golden new file mode 100644 index 0000000000..21137f9ebb --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-14-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "routeConfig": { + "name": "public_listener", + "virtualHosts": [ + { + "name": "public_listener", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + }, + "httpFilters": [ + { + "name": "envoy.filters.http.rbac", + "config": { + "rules": { + } + } + }, + { + "name": "envoy.router" + } + ] + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-15-x.golden new file mode 100644 index 0000000000..21137f9ebb --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-2-typed.envoy-1-15-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "routeConfig": { + "name": "public_listener", + "virtualHosts": [ + { + "name": "public_listener", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + }, + "httpFilters": [ + { + "name": "envoy.filters.http.rbac", + "config": { + "rules": { + } + } + }, + { + "name": "envoy.router" + } + ] + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-12-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-12-x.golden new file mode 100644 index 0000000000..301330c589 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-12-x.golden @@ -0,0 +1,130 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "config": { + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, + { + "name": "envoy.router" + } + ], + "route_config": { + "name": "public_listener", + "virtual_hosts": [ + { + "domains": [ + "*" + ], + "name": "public_listener", + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + } + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-13-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-13-x.golden new file mode 100644 index 0000000000..301330c589 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-13-x.golden @@ -0,0 +1,130 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "config": { + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, + { + "name": "envoy.router" + } + ], + "route_config": { + "name": "public_listener", + "virtual_hosts": [ + { + "domains": [ + "*" + ], + "name": "public_listener", + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + } + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-14-x.golden new file mode 100644 index 0000000000..301330c589 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-14-x.golden @@ -0,0 +1,130 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "config": { + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, + { + "name": "envoy.router" + } + ], + "route_config": { + "name": "public_listener", + "virtual_hosts": [ + { + "domains": [ + "*" + ], + "name": "public_listener", + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + } + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-15-x.golden new file mode 100644 index 0000000000..301330c589 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-2.envoy-1-15-x.golden @@ -0,0 +1,130 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.http_connection_manager", + "config": { + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, + { + "name": "envoy.router" + } + ], + "route_config": { + "name": "public_listener", + "virtual_hosts": [ + { + "domains": [ + "*" + ], + "name": "public_listener", + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + } + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-11-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-12-x.golden similarity index 90% rename from agent/xds/testdata/listeners/custom-public-listener.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-12-x.golden index 4013593d99..23cf9572e0 100644 --- a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-12-x.golden @@ -37,18 +37,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-13-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-13-x.golden new file mode 100644 index 0000000000..23cf9572e0 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-13-x.golden @@ -0,0 +1,107 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + }, + "stat_prefix": "connect_authz" + } + }, + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "random-cluster", + "stat_prefix": "foo-stats" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-14-x.golden new file mode 100644 index 0000000000..23cf9572e0 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-14-x.golden @@ -0,0 +1,107 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + }, + "stat_prefix": "connect_authz" + } + }, + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "random-cluster", + "stat_prefix": "foo-stats" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-15-x.golden new file mode 100644 index 0000000000..23cf9572e0 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-missing.envoy-1-15-x.golden @@ -0,0 +1,107 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + }, + "stat_prefix": "connect_authz" + } + }, + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "random-cluster", + "stat_prefix": "foo-stats" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-12-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-12-x.golden new file mode 100644 index 0000000000..0743cf8c84 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-12-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "routeConfig": { + "name": "public_listener", + "virtualHosts": [ + { + "name": "public_listener", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + }, + "httpFilters": [ + { + "name": "envoy.filters.http.rbac", + "config": { + "rules": { + } + } + }, + { + "name": "envoy.router" + } + ] + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-13-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-13-x.golden new file mode 100644 index 0000000000..0743cf8c84 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-13-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "routeConfig": { + "name": "public_listener", + "virtualHosts": [ + { + "name": "public_listener", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + }, + "httpFilters": [ + { + "name": "envoy.filters.http.rbac", + "config": { + "rules": { + } + } + }, + { + "name": "envoy.router" + } + ] + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-14-x.golden new file mode 100644 index 0000000000..0743cf8c84 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-14-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "routeConfig": { + "name": "public_listener", + "virtualHosts": [ + { + "name": "public_listener", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + }, + "httpFilters": [ + { + "name": "envoy.filters.http.rbac", + "config": { + "rules": { + } + } + }, + { + "name": "envoy.router" + } + ] + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-15-x.golden new file mode 100644 index 0000000000..0743cf8c84 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http-typed.envoy-1-15-x.golden @@ -0,0 +1,131 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.http_connection_manager", + "typedConfig": { + "@type": "type.googleapis.com/envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager", + "routeConfig": { + "name": "public_listener", + "virtualHosts": [ + { + "name": "public_listener", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + }, + "httpFilters": [ + { + "name": "envoy.filters.http.rbac", + "config": { + "rules": { + } + } + }, + { + "name": "envoy.router" + } + ] + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-12-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-12-x.golden new file mode 100644 index 0000000000..e94c7711fc --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-12-x.golden @@ -0,0 +1,130 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.http_connection_manager", + "config": { + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, + { + "name": "envoy.router" + } + ], + "route_config": { + "name": "public_listener", + "virtual_hosts": [ + { + "domains": [ + "*" + ], + "name": "public_listener", + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + } + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-13-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-13-x.golden new file mode 100644 index 0000000000..e94c7711fc --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-13-x.golden @@ -0,0 +1,130 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.http_connection_manager", + "config": { + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, + { + "name": "envoy.router" + } + ], + "route_config": { + "name": "public_listener", + "virtual_hosts": [ + { + "domains": [ + "*" + ], + "name": "public_listener", + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + } + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-14-x.golden new file mode 100644 index 0000000000..e94c7711fc --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-14-x.golden @@ -0,0 +1,130 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.http_connection_manager", + "config": { + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, + { + "name": "envoy.router" + } + ], + "route_config": { + "name": "public_listener", + "virtual_hosts": [ + { + "domains": [ + "*" + ], + "name": "public_listener", + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + } + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-15-x.golden new file mode 100644 index 0000000000..e94c7711fc --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener-http.envoy-1-15-x.golden @@ -0,0 +1,130 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.http_connection_manager", + "config": { + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, + { + "name": "envoy.router" + } + ], + "route_config": { + "name": "public_listener", + "virtual_hosts": [ + { + "domains": [ + "*" + ], + "name": "public_listener", + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "random-cluster" + } + } + ] + } + ] + } + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-12-x.golden b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-12-x.golden index 4013593d99..23cf9572e0 100644 --- a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-12-x.golden @@ -37,18 +37,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-13-x.golden b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-13-x.golden index 4013593d99..23cf9572e0 100644 --- a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-13-x.golden @@ -37,18 +37,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-14-x.golden index 4013593d99..23cf9572e0 100644 --- a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-14-x.golden @@ -37,18 +37,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-public-listener.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-15-x.golden new file mode 100644 index 0000000000..23cf9572e0 --- /dev/null +++ b/agent/xds/testdata/listeners/custom-public-listener.envoy-1-15-x.golden @@ -0,0 +1,107 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "custom-public-listen", + "address": { + "socketAddress": { + "address": "11.11.11.11", + "portValue": 11111 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + }, + "stat_prefix": "connect_authz" + } + }, + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "random-cluster", + "stat_prefix": "foo-stats" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-11-x.golden b/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-11-x.golden deleted file mode 100644 index 8908c8c0ef..0000000000 --- a/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-11-x.golden +++ /dev/null @@ -1,116 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "stat_prefix": "upstream_db_tcp" - } - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "stat_prefix": "upstream_prepared_query_geo-cache_tcp" - } - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "tlsContext": { - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - }, - "filters": [ - { - "name": "envoy.ext_authz", - "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] - }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "local_app", - "stat_prefix": "public_listener_tcp" - } - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-12-x.golden b/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-12-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-13-x.golden b/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-13-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-14-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-15-x.golden b/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-15-x.golden new file mode 100644 index 0000000000..d43380ee1a --- /dev/null +++ b/agent/xds/testdata/listeners/custom-upstream-typed-ignored-with-disco-chain.envoy-1-15-x.golden @@ -0,0 +1,107 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "public_listener:0.0.0.0:9999", + "address": { + "socketAddress": { + "address": "0.0.0.0", + "portValue": 9999 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + }, + "stat_prefix": "connect_authz" + } + }, + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "local_app", + "stat_prefix": "public_listener_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/custom-upstream.envoy-1-12-x.golden b/agent/xds/testdata/listeners/custom-upstream.envoy-1-12-x.golden index ad3951fce4..2a10b9b05d 100644 --- a/agent/xds/testdata/listeners/custom-upstream.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/custom-upstream.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-upstream.envoy-1-13-x.golden b/agent/xds/testdata/listeners/custom-upstream.envoy-1-13-x.golden index ad3951fce4..2a10b9b05d 100644 --- a/agent/xds/testdata/listeners/custom-upstream.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/custom-upstream.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-upstream.envoy-1-14-x.golden b/agent/xds/testdata/listeners/custom-upstream.envoy-1-14-x.golden index ad3951fce4..2a10b9b05d 100644 --- a/agent/xds/testdata/listeners/custom-upstream.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/custom-upstream.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/custom-upstream.envoy-1-11-x.golden b/agent/xds/testdata/listeners/custom-upstream.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/custom-upstream.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/custom-upstream.envoy-1-15-x.golden index ad3951fce4..2a10b9b05d 100644 --- a/agent/xds/testdata/listeners/custom-upstream.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/custom-upstream.envoy-1-15-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/defaults.envoy-1-11-x.golden b/agent/xds/testdata/listeners/defaults.envoy-1-11-x.golden deleted file mode 100644 index 8908c8c0ef..0000000000 --- a/agent/xds/testdata/listeners/defaults.envoy-1-11-x.golden +++ /dev/null @@ -1,116 +0,0 @@ -{ - "versionInfo": "00000001", - "resources": [ - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "db:127.0.0.1:9191", - "address": { - "socketAddress": { - "address": "127.0.0.1", - "portValue": 9191 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", - "stat_prefix": "upstream_db_tcp" - } - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "prepared_query:geo-cache:127.10.10.10:8181", - "address": { - "socketAddress": { - "address": "127.10.10.10", - "portValue": 8181 - } - }, - "filterChains": [ - { - "filters": [ - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", - "stat_prefix": "upstream_prepared_query_geo-cache_tcp" - } - } - ] - } - ] - }, - { - "@type": "type.googleapis.com/envoy.api.v2.Listener", - "name": "public_listener:0.0.0.0:9999", - "address": { - "socketAddress": { - "address": "0.0.0.0", - "portValue": 9999 - } - }, - "filterChains": [ - { - "tlsContext": { - "commonTlsContext": { - "tlsParams": { - - }, - "tlsCertificates": [ - { - "certificateChain": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" - }, - "privateKey": { - "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" - } - } - ], - "validationContext": { - "trustedCa": { - "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" - } - } - }, - "requireClientCertificate": true - }, - "filters": [ - { - "name": "envoy.ext_authz", - "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] - }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "local_app", - "stat_prefix": "public_listener_tcp" - } - } - ] - } - ] - } - ], - "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", - "nonce": "00000001" -} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/defaults.envoy-1-12-x.golden b/agent/xds/testdata/listeners/defaults.envoy-1-12-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/defaults.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/defaults.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/defaults.envoy-1-13-x.golden b/agent/xds/testdata/listeners/defaults.envoy-1-13-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/defaults.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/defaults.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/defaults.envoy-1-14-x.golden b/agent/xds/testdata/listeners/defaults.envoy-1-14-x.golden index 8908c8c0ef..d43380ee1a 100644 --- a/agent/xds/testdata/listeners/defaults.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/defaults.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/defaults.envoy-1-15-x.golden b/agent/xds/testdata/listeners/defaults.envoy-1-15-x.golden new file mode 100644 index 0000000000..d43380ee1a --- /dev/null +++ b/agent/xds/testdata/listeners/defaults.envoy-1-15-x.golden @@ -0,0 +1,107 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "db:127.0.0.1:9191", + "address": { + "socketAddress": { + "address": "127.0.0.1", + "portValue": 9191 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_db_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "prepared_query:geo-cache:127.10.10.10:8181", + "address": { + "socketAddress": { + "address": "127.10.10.10", + "portValue": 8181 + } + }, + "filterChains": [ + { + "filters": [ + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "geo-cache.default.dc1.query.11111111-2222-3333-4444-555555555555.consul", + "stat_prefix": "upstream_prepared_query_geo-cache_tcp" + } + } + ] + } + ] + }, + { + "@type": "type.googleapis.com/envoy.api.v2.Listener", + "name": "public_listener:0.0.0.0:9999", + "address": { + "socketAddress": { + "address": "0.0.0.0", + "portValue": 9999 + } + }, + "filterChains": [ + { + "tlsContext": { + "commonTlsContext": { + "tlsParams": { + + }, + "tlsCertificates": [ + { + "certificateChain": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICjDCCAjKgAwIBAgIIC5llxGV1gB8wCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowDjEMMAoG\nA1UEAxMDd2ViMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEADPv1RHVNRfa2VKR\nAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Favq5E0ivpNtv1QnFhxtPd7d5k4e+T7\nSkW1TaOCAXIwggFuMA4GA1UdDwEB/wQEAwIDuDAdBgNVHSUEFjAUBggrBgEFBQcD\nAgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADBoBgNVHQ4EYQRfN2Q6MDc6ODc6M2E6\nNDA6MTk6NDc6YzM6NWE6YzA6YmE6NjI6ZGY6YWY6NGI6ZDQ6MDU6MjU6NzY6M2Q6\nNWE6OGQ6MTY6OGQ6Njc6NWU6MmU6YTA6MzQ6N2Q6ZGM6ZmYwagYDVR0jBGMwYYBf\nZDE6MTE6MTE6YWM6MmE6YmE6OTc6YjI6M2Y6YWM6N2I6YmQ6ZGE6YmU6YjE6OGE6\nZmM6OWE6YmE6YjU6YmM6ODM6ZTc6NWU6NDE6NmY6ZjI6NzM6OTU6NTg6MGM6ZGIw\nWQYDVR0RBFIwUIZOc3BpZmZlOi8vMTExMTExMTEtMjIyMi0zMzMzLTQ0NDQtNTU1\nNTU1NTU1NTU1LmNvbnN1bC9ucy9kZWZhdWx0L2RjL2RjMS9zdmMvd2ViMAoGCCqG\nSM49BAMCA0gAMEUCIGC3TTvvjj76KMrguVyFf4tjOqaSCRie3nmHMRNNRav7AiEA\npY0heYeK9A6iOLrzqxSerkXXQyj5e9bE4VgUnxgPU6g=\n-----END CERTIFICATE-----\n" + }, + "privateKey": { + "inlineString": "-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIMoTkpRggp3fqZzFKh82yS4LjtJI+XY+qX/7DefHFrtdoAoGCCqGSM49\nAwEHoUQDQgAEADPv1RHVNRfa2VKRAB16b6rZnEt7tuhaxCFpQXPj7M2omb0B9Fav\nq5E0ivpNtv1QnFhxtPd7d5k4e+T7SkW1TQ==\n-----END EC PRIVATE KEY-----\n" + } + } + ], + "validationContext": { + "trustedCa": { + "inlineString": "-----BEGIN CERTIFICATE-----\nMIICXDCCAgKgAwIBAgIICpZq70Z9LyUwCgYIKoZIzj0EAwIwFDESMBAGA1UEAxMJ\nVGVzdCBDQSAyMB4XDTE5MDMyMjEzNTgyNloXDTI5MDMyMjEzNTgyNlowFDESMBAG\nA1UEAxMJVGVzdCBDQSAyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEIhywH1gx\nAsMwuF3ukAI5YL2jFxH6Usnma1HFSfVyxbXX1/uoZEYrj8yCAtdU2yoHETyd+Zx2\nThhRLP79pYegCaOCATwwggE4MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTAD\nAQH/MGgGA1UdDgRhBF9kMToxMToxMTphYzoyYTpiYTo5NzpiMjozZjphYzo3Yjpi\nZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1ZTo0MTo2ZjpmMjo3\nMzo5NTo1ODowYzpkYjBqBgNVHSMEYzBhgF9kMToxMToxMTphYzoyYTpiYTo5Nzpi\nMjozZjphYzo3YjpiZDpkYTpiZTpiMTo4YTpmYzo5YTpiYTpiNTpiYzo4MzplNzo1\nZTo0MTo2ZjpmMjo3Mzo5NTo1ODowYzpkYjA/BgNVHREEODA2hjRzcGlmZmU6Ly8x\nMTExMTExMS0yMjIyLTMzMzMtNDQ0NC01NTU1NTU1NTU1NTUuY29uc3VsMAoGCCqG\nSM49BAMCA0gAMEUCICOY0i246rQHJt8o8Oya0D5PLL1FnmsQmQqIGCi31RwnAiEA\noR5f6Ku+cig2Il8T8LJujOp2/2A72QcHZA57B13y+8o=\n-----END CERTIFICATE-----\n" + } + } + }, + "requireClientCertificate": true + }, + "filters": [ + { + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + }, + "stat_prefix": "connect_authz" + } + }, + { + "name": "envoy.tcp_proxy", + "config": { + "cluster": "local_app", + "stat_prefix": "public_listener_tcp" + } + } + ] + } + ] + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.Listener", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-12-x.golden b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-12-x.golden index 60a30df1f3..485f366fe1 100644 --- a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-12-x.golden @@ -121,18 +121,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-13-x.golden b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-13-x.golden index 60a30df1f3..485f366fe1 100644 --- a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-13-x.golden @@ -121,18 +121,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-14-x.golden b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-14-x.golden index 60a30df1f3..485f366fe1 100644 --- a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-14-x.golden @@ -121,18 +121,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-11-x.golden b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-15-x.golden index 60a30df1f3..485f366fe1 100644 --- a/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-local-app-paths.envoy-1-15-x.golden @@ -121,18 +121,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-12-x.golden b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-12-x.golden index 1d9afe4356..d16f93c993 100644 --- a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-12-x.golden @@ -123,18 +123,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-13-x.golden b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-13-x.golden index 1d9afe4356..d16f93c993 100644 --- a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-13-x.golden @@ -123,18 +123,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-14-x.golden b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-14-x.golden index 1d9afe4356..d16f93c993 100644 --- a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-14-x.golden @@ -123,18 +123,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-11-x.golden b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-15-x.golden similarity index 91% rename from agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-15-x.golden index 1d9afe4356..d16f93c993 100644 --- a/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/expose-paths-new-cluster-http2.envoy-1-15-x.golden @@ -123,18 +123,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/http-public-listener.envoy-1-12-x.golden b/agent/xds/testdata/listeners/http-public-listener.envoy-1-12-x.golden index 9641c6f353..f8eb24c538 100644 --- a/agent/xds/testdata/listeners/http-public-listener.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/http-public-listener.envoy-1-12-x.golden @@ -82,27 +82,17 @@ "requireClientCertificate": true }, "filters": [ - { - "name": "envoy.ext_authz", - "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] - }, - "stat_prefix": "connect_authz" - } - }, { "name": "envoy.http_connection_manager", "config": { "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, { "name": "envoy.router" } diff --git a/agent/xds/testdata/listeners/http-public-listener.envoy-1-13-x.golden b/agent/xds/testdata/listeners/http-public-listener.envoy-1-13-x.golden index 9641c6f353..f8eb24c538 100644 --- a/agent/xds/testdata/listeners/http-public-listener.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/http-public-listener.envoy-1-13-x.golden @@ -82,27 +82,17 @@ "requireClientCertificate": true }, "filters": [ - { - "name": "envoy.ext_authz", - "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] - }, - "stat_prefix": "connect_authz" - } - }, { "name": "envoy.http_connection_manager", "config": { "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, { "name": "envoy.router" } diff --git a/agent/xds/testdata/listeners/http-public-listener.envoy-1-14-x.golden b/agent/xds/testdata/listeners/http-public-listener.envoy-1-14-x.golden index 9641c6f353..f8eb24c538 100644 --- a/agent/xds/testdata/listeners/http-public-listener.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/http-public-listener.envoy-1-14-x.golden @@ -82,27 +82,17 @@ "requireClientCertificate": true }, "filters": [ - { - "name": "envoy.ext_authz", - "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] - }, - "stat_prefix": "connect_authz" - } - }, { "name": "envoy.http_connection_manager", "config": { "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, { "name": "envoy.router" } diff --git a/agent/xds/testdata/listeners/http-public-listener.envoy-1-11-x.golden b/agent/xds/testdata/listeners/http-public-listener.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/http-public-listener.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/http-public-listener.envoy-1-15-x.golden index 9641c6f353..f8eb24c538 100644 --- a/agent/xds/testdata/listeners/http-public-listener.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/http-public-listener.envoy-1-15-x.golden @@ -82,27 +82,17 @@ "requireClientCertificate": true }, "filters": [ - { - "name": "envoy.ext_authz", - "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] - }, - "stat_prefix": "connect_authz" - } - }, { "name": "envoy.http_connection_manager", "config": { "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" + }, { "name": "envoy.router" } diff --git a/agent/xds/testdata/listeners/http-upstream.envoy-1-12-x.golden b/agent/xds/testdata/listeners/http-upstream.envoy-1-12-x.golden index d645db4e74..2acb211dc5 100644 --- a/agent/xds/testdata/listeners/http-upstream.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/http-upstream.envoy-1-12-x.golden @@ -113,18 +113,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/http-upstream.envoy-1-13-x.golden b/agent/xds/testdata/listeners/http-upstream.envoy-1-13-x.golden index d645db4e74..2acb211dc5 100644 --- a/agent/xds/testdata/listeners/http-upstream.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/http-upstream.envoy-1-13-x.golden @@ -113,18 +113,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/http-upstream.envoy-1-14-x.golden b/agent/xds/testdata/listeners/http-upstream.envoy-1-14-x.golden index d645db4e74..2acb211dc5 100644 --- a/agent/xds/testdata/listeners/http-upstream.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/http-upstream.envoy-1-14-x.golden @@ -113,18 +113,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/http-upstream.envoy-1-11-x.golden b/agent/xds/testdata/listeners/http-upstream.envoy-1-15-x.golden similarity index 92% rename from agent/xds/testdata/listeners/http-upstream.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/http-upstream.envoy-1-15-x.golden index d645db4e74..2acb211dc5 100644 --- a/agent/xds/testdata/listeners/http-upstream.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/http-upstream.envoy-1-15-x.golden @@ -113,18 +113,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-gateway-bind-addrs.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-gateway-no-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/ingress-gateway.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-http-multiple-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-with-chain-and-overrides.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-with-chain-external-sni.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-local-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-with-tcp-chain-failover-through-remote-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-11-x.golden b/agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/ingress-with-tls-listener.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-12-x.golden b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-12-x.golden index fe52dbd0ff..2dbd28ccd2 100644 --- a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-13-x.golden b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-13-x.golden index fe52dbd0ff..2dbd28ccd2 100644 --- a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-14-x.golden b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-14-x.golden index fe52dbd0ff..2dbd28ccd2 100644 --- a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-11-x.golden b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-15-x.golden index fe52dbd0ff..2dbd28ccd2 100644 --- a/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address-port.envoy-1-15-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-12-x.golden b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-12-x.golden index 1166269315..3340f9ca1c 100644 --- a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-13-x.golden b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-13-x.golden index 1166269315..3340f9ca1c 100644 --- a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-14-x.golden b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-14-x.golden index 1166269315..3340f9ca1c 100644 --- a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-11-x.golden b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/listener-bind-address.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/listener-bind-address.envoy-1-15-x.golden index 1166269315..3340f9ca1c 100644 --- a/agent/xds/testdata/listeners/listener-bind-address.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-address.envoy-1-15-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-12-x.golden b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-12-x.golden index f82c174425..ead52f0a5c 100644 --- a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-12-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-13-x.golden b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-13-x.golden index f82c174425..ead52f0a5c 100644 --- a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-13-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-14-x.golden b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-14-x.golden index f82c174425..ead52f0a5c 100644 --- a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-14-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-11-x.golden b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-15-x.golden similarity index 90% rename from agent/xds/testdata/listeners/listener-bind-port.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/listener-bind-port.envoy-1-15-x.golden index f82c174425..ead52f0a5c 100644 --- a/agent/xds/testdata/listeners/listener-bind-port.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/listener-bind-port.envoy-1-15-x.golden @@ -83,18 +83,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-11-x.golden b/agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-custom-addresses.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-11-x.golden b/agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-no-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-11-x.golden b/agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-tagged-addresses.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-11-x.golden b/agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/mesh-gateway-using-federation-states.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/mesh-gateway.envoy-1-11-x.golden b/agent/xds/testdata/listeners/mesh-gateway.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/mesh-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/mesh-gateway.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-12-x.golden b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-12-x.golden index ddbdd99142..a2ecc48cd9 100644 --- a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-12-x.golden @@ -99,18 +99,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-13-x.golden b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-13-x.golden index ddbdd99142..a2ecc48cd9 100644 --- a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-13-x.golden @@ -99,18 +99,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-14-x.golden b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-14-x.golden index ddbdd99142..a2ecc48cd9 100644 --- a/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-14-x.golden @@ -99,18 +99,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-11-x.golden b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-15-x.golden similarity index 91% rename from agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-15-x.golden index ddbdd99142..a2ecc48cd9 100644 --- a/agent/xds/testdata/listeners/connect-proxy-with-http-chain.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/splitter-with-resolver-redirect.envoy-1-15-x.golden @@ -99,18 +99,9 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } diff --git a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-12-x.golden b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-12-x.golden index ddbac0b0db..0164fc6359 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-12-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_foo_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_foo_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_foo_tcp" } } @@ -219,29 +183,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_foo_tcp" } } @@ -309,29 +261,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_wan_tcp" } } @@ -368,29 +308,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_wan_tcp" } } @@ -427,29 +355,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_wan_tcp" } } @@ -486,29 +402,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_wan_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-13-x.golden b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-13-x.golden index ddbac0b0db..0164fc6359 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-13-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_foo_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_foo_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_foo_tcp" } } @@ -219,29 +183,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_foo_tcp" } } @@ -309,29 +261,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_wan_tcp" } } @@ -368,29 +308,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_wan_tcp" } } @@ -427,29 +355,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_wan_tcp" } } @@ -486,29 +402,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_wan_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-14-x.golden b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-14-x.golden index ddbac0b0db..0164fc6359 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-14-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_foo_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_foo_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_foo_tcp" } } @@ -219,29 +183,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_foo_tcp" } } @@ -309,29 +261,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_wan_tcp" } } @@ -368,29 +308,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_wan_tcp" } } @@ -427,29 +355,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_wan_tcp" } } @@ -486,29 +402,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_wan_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-11-x.golden b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-15-x.golden similarity index 85% rename from agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-15-x.golden index ddbac0b0db..0164fc6359 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-custom-and-tagged-addresses.envoy-1-15-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_foo_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_foo_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_foo_tcp" } } @@ -219,29 +183,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_foo_tcp" } } @@ -309,29 +261,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_wan_tcp" } } @@ -368,29 +308,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_wan_tcp" } } @@ -427,29 +355,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_wan_tcp" } } @@ -486,29 +402,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_wan_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-12-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-12-x.golden index 6b7f19cbc4..bfb7ab050a 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-12-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_default_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-13-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-13-x.golden index 6b7f19cbc4..bfb7ab050a 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-13-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_default_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-14-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-14-x.golden index 6b7f19cbc4..bfb7ab050a 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-14-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_default_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-11-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-15-x.golden similarity index 85% rename from agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-15-x.golden index 6b7f19cbc4..bfb7ab050a 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-no-api-cert.envoy-1-15-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_default_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-11-x.golden b/agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-no-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-12-x.golden b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-12-x.golden index 46ae83eb0a..9947e4838b 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-12-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -219,30 +183,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] @@ -278,30 +245,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] @@ -337,30 +307,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] diff --git a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-13-x.golden b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-13-x.golden index 46ae83eb0a..9947e4838b 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-13-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -219,30 +183,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] @@ -278,30 +245,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] @@ -337,30 +307,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] diff --git a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-14-x.golden b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-14-x.golden index 46ae83eb0a..9947e4838b 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-14-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -219,30 +183,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] @@ -278,30 +245,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] @@ -337,30 +307,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] diff --git a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-11-x.golden b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-15-x.golden similarity index 84% rename from agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-15-x.golden index 46ae83eb0a..9947e4838b 100644 --- a/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway-service-subsets.envoy-1-15-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -219,30 +183,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] @@ -278,30 +245,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] @@ -337,30 +307,33 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.http_connection_manager", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" + "http_filters": [ + { + "config": { + "rules": { + } + }, + "name": "envoy.filters.http.rbac" }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" + { + "name": "envoy.router" + } + ], + "rds": { + "config_source": { + "ads": { } - ] + }, + "route_config_name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul" }, - "stat_prefix": "connect_authz" - } - }, - { - "name": "envoy.filters.network.sni_cluster" - }, - { - "name": "envoy.tcp_proxy", - "config": { - "cluster": "", - "stat_prefix": "terminating_gateway_default_web_default_tcp" + "stat_prefix": "terminating_gateway_default_web_default_http", + "tracing": { + "operation_name": "EGRESS", + "random_sampling": { + } + } } } ] diff --git a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-12-x.golden b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-12-x.golden index 3b17879c80..eba577e6ce 100644 --- a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-12-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-12-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -219,29 +183,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_default_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-13-x.golden b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-13-x.golden index 3b17879c80..eba577e6ce 100644 --- a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-13-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-13-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -219,29 +183,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_default_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-14-x.golden b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-14-x.golden index 3b17879c80..eba577e6ce 100644 --- a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-14-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-14-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -219,29 +183,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_default_tcp" } } diff --git a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-11-x.golden b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-15-x.golden similarity index 85% rename from agent/xds/testdata/listeners/terminating-gateway.envoy-1-11-x.golden rename to agent/xds/testdata/listeners/terminating-gateway.envoy-1-15-x.golden index 3b17879c80..eba577e6ce 100644 --- a/agent/xds/testdata/listeners/terminating-gateway.envoy-1-11-x.golden +++ b/agent/xds/testdata/listeners/terminating-gateway.envoy-1-15-x.golden @@ -42,29 +42,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "api.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_api_default_tcp" } } @@ -101,29 +89,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "cache.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_cache_default_tcp" } } @@ -160,29 +136,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_db_default_tcp" } } @@ -219,29 +183,17 @@ }, "filters": [ { - "name": "envoy.ext_authz", + "name": "envoy.filters.network.rbac", "config": { - "grpc_service": { - "envoy_grpc": { - "cluster_name": "local_agent" - }, - "initial_metadata": [ - { - "key": "x-consul-token", - "value": "my-token" - } - ] + "rules": { }, "stat_prefix": "connect_authz" } }, - { - "name": "envoy.filters.network.sni_cluster" - }, { "name": "envoy.tcp_proxy", "config": { - "cluster": "", + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", "stat_prefix": "terminating_gateway_default_web_default_tcp" } } diff --git a/agent/xds/testdata/rbac/default-allow-kitchen-sink.golden b/agent/xds/testdata/rbac/default-allow-kitchen-sink.golden new file mode 100644 index 0000000000..7d2fd8ef6b --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-kitchen-sink.golden @@ -0,0 +1,72 @@ +{ + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + "action": "DENY", + "policies": { + "consul-intentions": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + }, + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + }, + { + "and_ids": { + "ids": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + }, + { + "not_id": { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/unsafe$" + } + } + } + } + } + ] + } + } + ] + } + } + }, + "stat_prefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-one-deny.golden b/agent/xds/testdata/rbac/default-allow-one-deny.golden new file mode 100644 index 0000000000..7c04026c9c --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-one-deny.golden @@ -0,0 +1,31 @@ +{ + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + "action": "DENY", + "policies": { + "consul-intentions": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + }, + "stat_prefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.golden b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.golden new file mode 100644 index 0000000000..7780f6c205 --- /dev/null +++ b/agent/xds/testdata/rbac/default-allow-service-wildcard-deny.golden @@ -0,0 +1,31 @@ +{ + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + "action": "DENY", + "policies": { + "consul-intentions": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + } + ] + } + } + }, + "stat_prefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-allow-deny.golden b/agent/xds/testdata/rbac/default-deny-allow-deny.golden new file mode 100644 index 0000000000..1126b28ee1 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-allow-deny.golden @@ -0,0 +1,49 @@ +{ + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + "policies": { + "consul-intentions": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "and_ids": { + "ids": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + }, + { + "not_id": { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + } + ] + } + } + ] + } + } + }, + "stat_prefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-kitchen-sink.golden b/agent/xds/testdata/rbac/default-deny-kitchen-sink.golden new file mode 100644 index 0000000000..1f5e1f1346 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-kitchen-sink.golden @@ -0,0 +1,71 @@ +{ + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + "policies": { + "consul-intentions": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + }, + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" + } + } + } + }, + { + "and_ids": { + "ids": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + }, + { + "not_id": { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/unsafe$" + } + } + } + } + } + ] + } + } + ] + } + } + }, + "stat_prefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-mixed-precedence.golden b/agent/xds/testdata/rbac/default-deny-mixed-precedence.golden new file mode 100644 index 0000000000..8b879b8656 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-mixed-precedence.golden @@ -0,0 +1,30 @@ +{ + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + "policies": { + "consul-intentions": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + }, + "stat_prefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-one-allow.golden b/agent/xds/testdata/rbac/default-deny-one-allow.golden new file mode 100644 index 0000000000..8b879b8656 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-one-allow.golden @@ -0,0 +1,30 @@ +{ + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + "policies": { + "consul-intentions": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" + } + } + } + } + ] + } + } + }, + "stat_prefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.golden b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.golden new file mode 100644 index 0000000000..e2c36db993 --- /dev/null +++ b/agent/xds/testdata/rbac/default-deny-service-wildcard-allow.golden @@ -0,0 +1,30 @@ +{ + "name": "envoy.filters.network.rbac", + "config": { + "rules": { + "policies": { + "consul-intentions": { + "permissions": [ + { + "any": true + } + ], + "principals": [ + { + "authenticated": { + "principal_name": { + "safe_regex": { + "google_re2": { + }, + "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" + } + } + } + } + ] + } + } + }, + "stat_prefix": "connect_authz" + } +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-12-x.golden b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-12-x.golden new file mode 100644 index 0000000000..608140c669 --- /dev/null +++ b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-12-x.golden @@ -0,0 +1,67 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "db", + "virtualHosts": [ + { + "name": "db", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "weightedClusters": { + "clusters": [ + { + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 9550 + }, + { + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 450 + } + ], + "totalWeight": 10000 + }, + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "cookie": { + "name": "chocolate-chip", + "ttl": "0s" + } + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-13-x.golden b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-13-x.golden new file mode 100644 index 0000000000..608140c669 --- /dev/null +++ b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-13-x.golden @@ -0,0 +1,67 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "db", + "virtualHosts": [ + { + "name": "db", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "weightedClusters": { + "clusters": [ + { + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 9550 + }, + { + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 450 + } + ], + "totalWeight": 10000 + }, + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "cookie": { + "name": "chocolate-chip", + "ttl": "0s" + } + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-14-x.golden b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-14-x.golden new file mode 100644 index 0000000000..608140c669 --- /dev/null +++ b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-14-x.golden @@ -0,0 +1,67 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "db", + "virtualHosts": [ + { + "name": "db", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "weightedClusters": { + "clusters": [ + { + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 9550 + }, + { + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 450 + } + ], + "totalWeight": 10000 + }, + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "cookie": { + "name": "chocolate-chip", + "ttl": "0s" + } + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-15-x.golden b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-15-x.golden new file mode 100644 index 0000000000..608140c669 --- /dev/null +++ b/agent/xds/testdata/routes/connect-proxy-lb-in-resolver.envoy-1-15-x.golden @@ -0,0 +1,67 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "db", + "virtualHosts": [ + { + "name": "db", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "weightedClusters": { + "clusters": [ + { + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 9550 + }, + { + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 450 + } + ], + "totalWeight": 10000 + }, + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "cookie": { + "name": "chocolate-chip", + "ttl": "0s" + } + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-11-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-11-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-and-overrides.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-11-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-11-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-and-router.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-11-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-11-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-and-splitter.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-11-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-11-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain-external-sni.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-11-x.golden b/agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-11-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-chain.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-11-x.golden b/agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-11-x.golden rename to agent/xds/testdata/routes/connect-proxy-with-grpc-router.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/defaults-no-chain.envoy-1-11-x.golden b/agent/xds/testdata/routes/defaults-no-chain.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/defaults-no-chain.envoy-1-11-x.golden rename to agent/xds/testdata/routes/defaults-no-chain.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-11-x.golden b/agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-11-x.golden rename to agent/xds/testdata/routes/ingress-defaults-no-chain.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-11-x.golden b/agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-11-x.golden rename to agent/xds/testdata/routes/ingress-http-multiple-services.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-12-x.golden b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-12-x.golden new file mode 100644 index 0000000000..fa9217491d --- /dev/null +++ b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-12-x.golden @@ -0,0 +1,68 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "9191", + "virtualHosts": [ + { + "name": "db", + "domains": [ + "db.ingress.*", + "db.ingress.*:9191" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "weightedClusters": { + "clusters": [ + { + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 9550 + }, + { + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 450 + } + ], + "totalWeight": 10000 + }, + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "cookie": { + "name": "chocolate-chip", + "ttl": "0s" + } + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-13-x.golden b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-13-x.golden new file mode 100644 index 0000000000..fa9217491d --- /dev/null +++ b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-13-x.golden @@ -0,0 +1,68 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "9191", + "virtualHosts": [ + { + "name": "db", + "domains": [ + "db.ingress.*", + "db.ingress.*:9191" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "weightedClusters": { + "clusters": [ + { + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 9550 + }, + { + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 450 + } + ], + "totalWeight": 10000 + }, + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "cookie": { + "name": "chocolate-chip", + "ttl": "0s" + } + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-14-x.golden b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-14-x.golden new file mode 100644 index 0000000000..fa9217491d --- /dev/null +++ b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-14-x.golden @@ -0,0 +1,68 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "9191", + "virtualHosts": [ + { + "name": "db", + "domains": [ + "db.ingress.*", + "db.ingress.*:9191" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "weightedClusters": { + "clusters": [ + { + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 9550 + }, + { + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 450 + } + ], + "totalWeight": 10000 + }, + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "cookie": { + "name": "chocolate-chip", + "ttl": "0s" + } + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-15-x.golden b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-15-x.golden new file mode 100644 index 0000000000..fa9217491d --- /dev/null +++ b/agent/xds/testdata/routes/ingress-lb-in-resolver.envoy-1-15-x.golden @@ -0,0 +1,68 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "9191", + "virtualHosts": [ + { + "name": "db", + "domains": [ + "db.ingress.*", + "db.ingress.*:9191" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "weightedClusters": { + "clusters": [ + { + "name": "something-else.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 9550 + }, + { + "name": "db.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "weight": 450 + } + ], + "totalWeight": 10000 + }, + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "cookie": { + "name": "chocolate-chip", + "ttl": "0s" + } + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-11-x.golden b/agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-11-x.golden rename to agent/xds/testdata/routes/ingress-splitter-with-resolver-redirect.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-11-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-11-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-and-overrides.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-11-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-11-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-and-router.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-11-x.golden b/agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-11-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-and-splitter.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-11-x.golden b/agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-11-x.golden rename to agent/xds/testdata/routes/ingress-with-chain-external-sni.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/ingress-with-chain.envoy-1-11-x.golden b/agent/xds/testdata/routes/ingress-with-chain.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-with-chain.envoy-1-11-x.golden rename to agent/xds/testdata/routes/ingress-with-chain.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-11-x.golden b/agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-11-x.golden rename to agent/xds/testdata/routes/ingress-with-grpc-router.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-11-x.golden b/agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-15-x.golden similarity index 100% rename from agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-11-x.golden rename to agent/xds/testdata/routes/splitter-with-resolver-redirect.envoy-1-15-x.golden diff --git a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-12-x.golden b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-12-x.golden new file mode 100644 index 0000000000..b611e2508d --- /dev/null +++ b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-12-x.golden @@ -0,0 +1,133 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + }, + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + }, + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-13-x.golden b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-13-x.golden new file mode 100644 index 0000000000..b611e2508d --- /dev/null +++ b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-13-x.golden @@ -0,0 +1,133 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + }, + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + }, + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-14-x.golden b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-14-x.golden new file mode 100644 index 0000000000..b611e2508d --- /dev/null +++ b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-14-x.golden @@ -0,0 +1,133 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + }, + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + }, + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-15-x.golden b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-15-x.golden new file mode 100644 index 0000000000..b611e2508d --- /dev/null +++ b/agent/xds/testdata/routes/terminating-gateway-lb-config.envoy-1-15-x.golden @@ -0,0 +1,133 @@ +{ + "versionInfo": "00000001", + "resources": [ + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "v1.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + }, + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "v2.web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + }, + { + "@type": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "virtualHosts": [ + { + "name": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "domains": [ + "*" + ], + "routes": [ + { + "match": { + "prefix": "/" + }, + "route": { + "cluster": "web.default.dc1.internal.11111111-2222-3333-4444-555555555555.consul", + "hashPolicy": [ + { + "cookie": { + "name": "chocolate-chip" + }, + "terminal": true + }, + { + "header": { + "headerName": "x-user-id" + } + }, + { + "connectionProperties": { + "sourceIp": true + }, + "terminal": true + } + ] + } + } + ] + } + ], + "validateClusters": true + } + ], + "typeUrl": "type.googleapis.com/envoy.api.v2.RouteConfiguration", + "nonce": "00000001" +} \ No newline at end of file diff --git a/agent/xds/testing.go b/agent/xds/testing.go index 1363b90846..8a635114a2 100644 --- a/agent/xds/testing.go +++ b/agent/xds/testing.go @@ -4,16 +4,20 @@ import ( "context" "fmt" "io" + "strconv" + "strings" "sync" "time" envoy "github.com/envoyproxy/go-control-plane/envoy/api/v2" envoycore "github.com/envoyproxy/go-control-plane/envoy/api/v2/core" envoyauth "github.com/envoyproxy/go-control-plane/envoy/service/auth/v2" + envoytype "github.com/envoyproxy/go-control-plane/envoy/type" "github.com/mitchellh/go-testing-interface" "google.golang.org/grpc/metadata" "github.com/hashicorp/consul/agent/connect" + "github.com/hashicorp/consul/agent/xds/proxysupport" ) // TestADSStream mocks @@ -119,16 +123,53 @@ func hexString(v uint64) string { return fmt.Sprintf("%08x", v) } +func stringToEnvoyVersion(vs string) (*envoytype.SemanticVersion, bool) { + parts := strings.Split(vs, ".") + if len(parts) != 3 { + return nil, false + } + + major, err := strconv.Atoi(parts[0]) + if err != nil { + return nil, false + } + minor, err := strconv.Atoi(parts[1]) + if err != nil { + return nil, false + } + patch, err := strconv.Atoi(parts[2]) + if err != nil { + return nil, false + } + + return &envoytype.SemanticVersion{ + MajorNumber: uint32(major), + MinorNumber: uint32(minor), + Patch: uint32(patch), + }, true +} + // SendReq sends a request from the test server. func (e *TestEnvoy) SendReq(t testing.T, typeURL string, version, nonce uint64) { e.Lock() defer e.Unlock() + ev, valid := stringToEnvoyVersion(proxysupport.EnvoyVersions[0]) + if !valid { + t.Fatal("envoy version is not valid: %s", proxysupport.EnvoyVersions[0]) + } + req := &envoy.DiscoveryRequest{ VersionInfo: hexString(version), Node: &envoycore.Node{ - Id: e.proxyID, - Cluster: e.proxyID, + Id: e.proxyID, + Cluster: e.proxyID, + UserAgentName: "envoy", + UserAgentVersionType: &envoycore.Node_UserAgentBuildVersion{ + UserAgentBuildVersion: &envoycore.BuildVersion{ + Version: ev, + }, + }, }, ResponseNonce: hexString(nonce), TypeUrl: typeURL, diff --git a/api/agent.go b/api/agent.go index 8e0ae5e507..b707265962 100644 --- a/api/agent.go +++ b/api/agent.go @@ -121,6 +121,70 @@ type AgentServiceConnectProxyConfig struct { Expose ExposeConfig `json:",omitempty"` } +const ( + // MemberTagKeyACLMode is the key used to indicate what ACL mode the agent is + // operating in. The values of this key will be one of the MemberACLMode constants + // with the key not being present indicating ACLModeUnknown. + MemberTagKeyACLMode = "acls" + + // MemberTagRole is the key used to indicate that the member is a server or not. + MemberTagKeyRole = "role" + + // MemberTagValueRoleServer is the value of the MemberTagKeyRole used to indicate + // that the member represents a Consul server. + MemberTagValueRoleServer = "consul" + + // MemberTagKeySegment is the key name of the tag used to indicate which network + // segment this member is in. + // Network Segments are a Consul Enterprise feature. + MemberTagKeySegment = "segment" + + // MemberTagKeyBootstrap is the key name of the tag used to indicate whether this + // agent was started with the "bootstrap" configuration enabled + MemberTagKeyBootstrap = "bootstrap" + // MemberTagValueBootstrap is the value of the MemberTagKeyBootstrap key when the + // agent was started with the "bootstrap" configuration enabled. + MemberTagValueBootstrap = "1" + + // MemberTagKeyBootstrapExpect is the key name of the tag used to indicate whether + // this agent was started with the "bootstrap_expect" configuration set to a non-zero + // value. The value of this key will be the string for of that configuration value. + MemberTagKeyBootstrapExpect = "expect" + + // MemberTagKeyUseTLS is the key name of the tag used to indicate whther this agent + // was configured to use TLS. + MemberTagKeyUseTLS = "use_tls" + // MemberTagValueUseTLS is the value of the MemberTagKeyUseTLS when the agent was + // configured to use TLS. Any other value indicates that it was not setup in + // that manner. + MemberTagValueUseTLS = "1" + + // MemberTagKeyReadReplica is the key used to indicate that the member is a read + // replica server (will remain a Raft non-voter). + // Read Replicas are a Consul Enterprise feature. + MemberTagKeyReadReplica = "nonvoter" + // MemberTagValueReadReplica is the value of the MemberTagKeyReadReplica key when + // the member is in fact a read-replica. Any other value indicates that it is not. + // Read Replicas are a Consul Enterprise feature. + MemberTagValueReadReplica = "1" +) + +type MemberACLMode string + +const ( + // ACLModeDisables indicates that ACLs are disabled for this agent + ACLModeDisabled MemberACLMode = "0" + // ACLModeEnabled indicates that ACLs are enabled and operating in new ACL + // mode (v1.4.0+ ACLs) + ACLModeEnabled MemberACLMode = "1" + // ACLModeLegacy indicates that ACLs are enabled and operating in legacy mode. + ACLModeLegacy MemberACLMode = "2" + // ACLModeUnkown is used to indicate that the AgentMember.Tags didn't advertise + // an ACL mode at all. This is the case for Consul versions before v1.4.0 and + // should be treated similarly to ACLModeLegacy. + ACLModeUnknown MemberACLMode = "3" +) + // AgentMember represents a cluster member known to the agent type AgentMember struct { Name string @@ -144,6 +208,30 @@ type AgentMember struct { DelegateCur uint8 } +// ACLMode returns the ACL mode this agent is operating in. +func (m *AgentMember) ACLMode() MemberACLMode { + mode := m.Tags[MemberTagKeyACLMode] + + // the key may not have existed but then an + // empty string will be returned and we will + // handle that in the default case of the switch + switch MemberACLMode(mode) { + case ACLModeDisabled: + return ACLModeDisabled + case ACLModeEnabled: + return ACLModeEnabled + case ACLModeLegacy: + return ACLModeLegacy + default: + return ACLModeUnknown + } +} + +// IsConsulServer returns true when this member is a Consul server. +func (m *AgentMember) IsConsulServer() bool { + return m.Tags[MemberTagKeyRole] == MemberTagValueRoleServer +} + // AllSegments is used to select for all segments in MembersOpts. const AllSegments = "_all" diff --git a/api/agent_test.go b/api/agent_test.go index 57b5247322..b0b7701a27 100644 --- a/api/agent_test.go +++ b/api/agent_test.go @@ -85,7 +85,6 @@ func TestAPI_AgentReload(t *testing.T) { // Create our initial empty config file, to be overwritten later cfgDir := testutil.TempDir(t, "consul-config") - defer os.RemoveAll(cfgDir) cfgFilePath := filepath.Join(cfgDir, "reload.json") configFile, err := os.Create(cfgFilePath) @@ -1799,3 +1798,91 @@ func TestAgentService_ExposeChecks(t *testing.T) { require.True(t, svc.Proxy.Expose.Checks) require.Equal(t, path, svc.Proxy.Expose.Paths[0]) } + +func TestMemberACLMode(t *testing.T) { + type testCase struct { + tagValue string + expectedMode MemberACLMode + } + + cases := map[string]testCase{ + "disabled": { + tagValue: "0", + expectedMode: ACLModeDisabled, + }, + "enabled": { + tagValue: "1", + expectedMode: ACLModeEnabled, + }, + "legacy": { + tagValue: "2", + expectedMode: ACLModeLegacy, + }, + "unknown-3": { + tagValue: "3", + expectedMode: ACLModeUnknown, + }, + "unknown-other": { + tagValue: "77", + expectedMode: ACLModeUnknown, + }, + "unknown-not-present": { + tagValue: "", + expectedMode: ACLModeUnknown, + }, + } + + for name, tcase := range cases { + t.Run(name, func(t *testing.T) { + tags := map[string]string{} + + if tcase.tagValue != "" { + tags[MemberTagKeyACLMode] = tcase.tagValue + } + + m := AgentMember{ + Tags: tags, + } + + require.Equal(t, tcase.expectedMode, m.ACLMode()) + }) + } +} + +func TestMemberIsConsulServer(t *testing.T) { + type testCase struct { + tagValue string + isServer bool + } + + cases := map[string]testCase{ + "not-present": { + tagValue: "", + isServer: false, + }, + "server": { + tagValue: MemberTagValueRoleServer, + isServer: true, + }, + "client": { + tagValue: "client", + isServer: false, + }, + } + + for name, tcase := range cases { + t.Run(name, func(t *testing.T) { + tags := map[string]string{} + + if tcase.tagValue != "" { + tags[MemberTagKeyRole] = tcase.tagValue + } + + m := AgentMember{ + Tags: tags, + } + + require.Equal(t, tcase.isServer, m.IsConsulServer()) + }) + } +} diff --git a/api/api.go b/api/api.go index 7b00be967a..38a4e98fbd 100644 --- a/api/api.go +++ b/api/api.go @@ -607,9 +607,11 @@ func NewClient(config *Config) (*Client, error) { trans.DialContext = func(_ context.Context, _, _ string) (net.Conn, error) { return net.Dial("unix", parts[1]) } - config.HttpClient = &http.Client{ - Transport: trans, + httpClient, err := NewHttpClient(trans, config.TLSConfig) + if err != nil { + return nil, err } + config.HttpClient = httpClient default: return nil, fmt.Errorf("Unknown protocol scheme: %s", parts[0]) } diff --git a/api/api_test.go b/api/api_test.go index 39ae0e4c2c..b52ab97a2b 100644 --- a/api/api_test.go +++ b/api/api_test.go @@ -867,7 +867,6 @@ func TestAPI_UnixSocket(t *testing.T) { } tempDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(tempDir) socket := filepath.Join(tempDir, "test.sock") c, s := makeClientWithConfig(t, func(c *Config) { diff --git a/api/config_entry.go b/api/config_entry.go index dc31d6110f..a234f6eb25 100644 --- a/api/config_entry.go +++ b/api/config_entry.go @@ -95,6 +95,7 @@ type ServiceConfigEntry struct { MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` Expose ExposeConfig `json:",omitempty"` ExternalSNI string `json:",omitempty" alias:"external_sni"` + Meta map[string]string `json:",omitempty"` CreateIndex uint64 ModifyIndex uint64 } @@ -122,6 +123,7 @@ type ProxyConfigEntry struct { Config map[string]interface{} `json:",omitempty"` MeshGateway MeshGatewayConfig `json:",omitempty" alias:"mesh_gateway"` Expose ExposeConfig `json:",omitempty"` + Meta map[string]string `json:",omitempty"` CreateIndex uint64 ModifyIndex uint64 } diff --git a/api/config_entry_discoverychain.go b/api/config_entry_discoverychain.go index f3994f0dd9..bb11612f55 100644 --- a/api/config_entry_discoverychain.go +++ b/api/config_entry_discoverychain.go @@ -12,6 +12,7 @@ type ServiceRouterConfigEntry struct { Routes []ServiceRoute `json:",omitempty"` + Meta map[string]string `json:",omitempty"` CreateIndex uint64 ModifyIndex uint64 } @@ -111,6 +112,7 @@ type ServiceSplitterConfigEntry struct { Splits []ServiceSplit `json:",omitempty"` + Meta map[string]string `json:",omitempty"` CreateIndex uint64 ModifyIndex uint64 } @@ -138,6 +140,11 @@ type ServiceResolverConfigEntry struct { Failover map[string]ServiceResolverFailover `json:",omitempty"` ConnectTimeout time.Duration `json:",omitempty" alias:"connect_timeout"` + // LoadBalancer determines the load balancing policy and configuration for services + // issuing requests to this upstream service. + LoadBalancer *LoadBalancer `json:",omitempty" alias:"load_balancer"` + + Meta map[string]string `json:",omitempty"` CreateIndex uint64 ModifyIndex uint64 } @@ -201,3 +208,76 @@ type ServiceResolverFailover struct { Namespace string `json:",omitempty"` Datacenters []string `json:",omitempty"` } + +// LoadBalancer determines the load balancing policy and configuration for services +// issuing requests to this upstream service. +type LoadBalancer struct { + // Policy is the load balancing policy used to select a host + Policy string `json:",omitempty"` + + // RingHashConfig contains configuration for the "ring_hash" policy type + RingHashConfig *RingHashConfig `json:",omitempty" alias:"ring_hash_config"` + + // LeastRequestConfig contains configuration for the "least_request" policy type + LeastRequestConfig *LeastRequestConfig `json:",omitempty" alias:"least_request_config"` + + // HashPolicies is a list of hash policies to use for hashing load balancing algorithms. + // Hash policies are evaluated individually and combined such that identical lists + // result in the same hash. + // If no hash policies are present, or none are successfully evaluated, + // then a random backend host will be selected. + HashPolicies []HashPolicy `json:",omitempty" alias:"hash_policies"` +} + +// RingHashConfig contains configuration for the "ring_hash" policy type +type RingHashConfig struct { + // MinimumRingSize determines the minimum number of entries in the hash ring + MinimumRingSize uint64 `json:",omitempty" alias:"minimum_ring_size"` + + // MaximumRingSize determines the maximum number of entries in the hash ring + MaximumRingSize uint64 `json:",omitempty" alias:"maximum_ring_size"` +} + +// LeastRequestConfig contains configuration for the "least_request" policy type +type LeastRequestConfig struct { + // ChoiceCount determines the number of random healthy hosts from which to select the one with the least requests. + ChoiceCount uint32 `json:",omitempty" alias:"choice_count"` +} + +// HashPolicy defines which attributes will be hashed by hash-based LB algorithms +type HashPolicy struct { + // Field is the attribute type to hash on. + // Must be one of "header","cookie", or "query_parameter". + // Cannot be specified along with SourceIP. + Field string `json:",omitempty"` + + // FieldValue is the value to hash. + // ie. header name, cookie name, URL query parameter name + // Cannot be specified along with SourceIP. + FieldValue string `json:",omitempty" alias:"field_value"` + + // CookieConfig contains configuration for the "cookie" hash policy type. + CookieConfig *CookieConfig `json:",omitempty" alias:"cookie_config"` + + // SourceIP determines whether the hash should be of the source IP rather than of a field and field value. + // Cannot be specified along with Field or FieldValue. + SourceIP bool `json:",omitempty" alias:"source_ip"` + + // Terminal will short circuit the computation of the hash when multiple hash policies are present. + // If a hash is computed when a Terminal policy is evaluated, + // then that hash will be used and subsequent hash policies will be ignored. + Terminal bool `json:",omitempty"` +} + +// CookieConfig contains configuration for the "cookie" hash policy type. +// This is specified to have Envoy generate a cookie for a client on its first request. +type CookieConfig struct { + // Generates a session cookie with no expiration. + Session bool `json:",omitempty"` + + // TTL for generated cookies. Cannot be specified for session cookies. + TTL time.Duration `json:",omitempty"` + + // The path to set for the cookie + Path string `json:",omitempty"` +} diff --git a/api/config_entry_discoverychain_test.go b/api/config_entry_discoverychain_test.go index d01f7b6286..c5e6d82d9d 100644 --- a/api/config_entry_discoverychain_test.go +++ b/api/config_entry_discoverychain_test.go @@ -233,3 +233,121 @@ func TestAPI_ConfigEntry_DiscoveryChain(t *testing.T) { require.True(t, ok, "subtest %q failed so aborting remainder", name) } } + +func TestAPI_ConfigEntry_ServiceResolver_LoadBalancer(t *testing.T) { + t.Parallel() + c, s := makeClient(t) + defer s.Stop() + + config_entries := c.ConfigEntries() + + verifyResolver := func(t *testing.T, initial ConfigEntry) { + t.Helper() + require.IsType(t, &ServiceResolverConfigEntry{}, initial) + testEntry := initial.(*ServiceResolverConfigEntry) + + // set it + _, wm, err := config_entries.Set(testEntry, nil) + require.NoError(t, err) + require.NotNil(t, wm) + require.NotEqual(t, 0, wm.RequestTime) + + // get it + entry, qm, err := config_entries.Get(ServiceResolver, testEntry.Name, nil) + require.NoError(t, err) + require.NotNil(t, qm) + require.NotEqual(t, 0, qm.RequestTime) + + // verify it + readResolver, ok := entry.(*ServiceResolverConfigEntry) + require.True(t, ok) + readResolver.ModifyIndex = 0 // reset for Equals() + readResolver.CreateIndex = 0 // reset for Equals() + + require.Equal(t, testEntry, readResolver) + } + + // First set the necessary protocols to allow advanced routing features. + for _, service := range []string{ + "test-least-req", + "test-ring-hash", + } { + serviceDefaults := &ServiceConfigEntry{ + Kind: ServiceDefaults, + Name: service, + Protocol: "http", + } + _, _, err := config_entries.Set(serviceDefaults, nil) + require.NoError(t, err) + } + + // NOTE: Due to service graph validation, these have to happen in a specific order. + for _, tc := range []struct { + name string + entry ConfigEntry + verify func(t *testing.T, initial ConfigEntry) + }{ + { + name: "least-req", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test-least-req", + Namespace: defaultNamespace, + LoadBalancer: &LoadBalancer{ + Policy: "least_request", + LeastRequestConfig: &LeastRequestConfig{ChoiceCount: 10}, + }, + }, + verify: verifyResolver, + }, + { + name: "ring-hash-with-policies", + entry: &ServiceResolverConfigEntry{ + Kind: ServiceResolver, + Name: "test-ring-hash", + Namespace: defaultNamespace, + LoadBalancer: &LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &RingHashConfig{ + MinimumRingSize: 1024 * 2, + MaximumRingSize: 1024 * 4, + }, + HashPolicies: []HashPolicy{ + { + Field: "header", + FieldValue: "my-session-header", + Terminal: true, + }, + { + Field: "cookie", + FieldValue: "oreo", + CookieConfig: &CookieConfig{ + Path: "/tray", + TTL: 20 * time.Millisecond, + }, + }, + { + Field: "cookie", + FieldValue: "sugar", + CookieConfig: &CookieConfig{ + Session: true, + Path: "/tin", + }, + }, + { + SourceIP: true, + }, + }, + }, + }, + verify: verifyResolver, + }, + } { + tc := tc + name := fmt.Sprintf("%s:%s: %s", tc.entry.GetKind(), tc.entry.GetName(), tc.name) + ok := t.Run(name, func(t *testing.T) { + tc.verify(t, tc.entry) + }) + require.True(t, ok, "subtest %q failed so aborting remainder", name) + } +} diff --git a/api/config_entry_gateways.go b/api/config_entry_gateways.go index 13a5ec7072..e259427d86 100644 --- a/api/config_entry_gateways.go +++ b/api/config_entry_gateways.go @@ -21,6 +21,8 @@ type IngressGatewayConfigEntry struct { // what services to associated to those ports. Listeners []IngressListener + Meta map[string]string `json:",omitempty"` + // CreateIndex is the Raft index this entry was created at. This is a // read-only field. CreateIndex uint64 @@ -44,7 +46,7 @@ type IngressListener struct { // Protocol declares what type of traffic this listener is expected to // receive. Depending on the protocol, a listener might support multiplexing // services over a single port, or additional discovery chain features. The - // current supported values are: (tcp | http). + // current supported values are: (tcp | http | http2 | grpc). Protocol string // Services declares the set of services to which the listener forwards @@ -115,6 +117,8 @@ type TerminatingGatewayConfigEntry struct { // Services is a list of service names represented by the terminating gateway. Services []LinkedService `json:",omitempty"` + Meta map[string]string `json:",omitempty"` + // CreateIndex is the Raft index this entry was created at. This is a // read-only field. CreateIndex uint64 diff --git a/api/config_entry_test.go b/api/config_entry_test.go index aa384bb9f1..5c8c69c38a 100644 --- a/api/config_entry_test.go +++ b/api/config_entry_test.go @@ -271,6 +271,10 @@ func TestDecodeConfigEntry(t *testing.T) { { "Kind": "proxy-defaults", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Config": { "foo": 19, "bar": "abc", @@ -286,6 +290,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &ProxyConfigEntry{ Kind: "proxy-defaults", Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Config: map[string]interface{}{ "foo": float64(19), "bar": "abc", @@ -304,6 +312,10 @@ func TestDecodeConfigEntry(t *testing.T) { { "Kind": "service-defaults", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Protocol": "http", "ExternalSNI": "abc-123", "MeshGateway": { @@ -312,8 +324,12 @@ func TestDecodeConfigEntry(t *testing.T) { } `, expect: &ServiceConfigEntry{ - Kind: "service-defaults", - Name: "main", + Kind: "service-defaults", + Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Protocol: "http", ExternalSNI: "abc-123", MeshGateway: MeshGatewayConfig{ @@ -327,6 +343,10 @@ func TestDecodeConfigEntry(t *testing.T) { { "Kind": "service-router", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Routes": [ { "Match": { @@ -407,6 +427,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &ServiceRouterConfigEntry{ Kind: "service-router", Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Routes: []ServiceRoute{ { Match: &ServiceRouteMatch{ @@ -490,6 +514,10 @@ func TestDecodeConfigEntry(t *testing.T) { { "Kind": "service-splitter", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Splits": [ { "Weight": 99.1, @@ -506,6 +534,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &ServiceSplitterConfigEntry{ Kind: ServiceSplitter, Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Splits: []ServiceSplit{ { Weight: 99.1, @@ -525,6 +557,10 @@ func TestDecodeConfigEntry(t *testing.T) { { "Kind": "service-resolver", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "DefaultSubset": "v1", "ConnectTimeout": "15s", "Subsets": { @@ -549,8 +585,12 @@ func TestDecodeConfigEntry(t *testing.T) { } }`, expect: &ServiceResolverConfigEntry{ - Kind: "service-resolver", - Name: "main", + Kind: "service-resolver", + Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, DefaultSubset: "v1", ConnectTimeout: 15 * time.Second, Subsets: map[string]ServiceResolverSubset{ @@ -613,12 +653,122 @@ func TestDecodeConfigEntry(t *testing.T) { Name: "main", }, }, + { + name: "service-resolver: envoy hash lb kitchen sink", + body: ` + { + "Kind": "service-resolver", + "Name": "main", + "LoadBalancer": { + "Policy": "ring_hash", + "RingHashConfig": { + "MinimumRingSize": 1, + "MaximumRingSize": 2 + }, + "HashPolicies": [ + { + "Field": "cookie", + "FieldValue": "good-cookie", + "CookieConfig": { + "TTL": "1s", + "Path": "/oven" + }, + "Terminal": true + }, + { + "Field": "cookie", + "FieldValue": "less-good-cookie", + "CookieConfig": { + "Session": true, + "Path": "/toaster" + }, + "Terminal": true + }, + { + "Field": "header", + "FieldValue": "x-user-id" + }, + { + "SourceIP": true + } + ] + } + } + `, + expect: &ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "main", + LoadBalancer: &LoadBalancer{ + Policy: "ring_hash", + RingHashConfig: &RingHashConfig{ + MinimumRingSize: 1, + MaximumRingSize: 2, + }, + HashPolicies: []HashPolicy{ + { + Field: "cookie", + FieldValue: "good-cookie", + CookieConfig: &CookieConfig{ + TTL: 1 * time.Second, + Path: "/oven", + }, + Terminal: true, + }, + { + Field: "cookie", + FieldValue: "less-good-cookie", + CookieConfig: &CookieConfig{ + Session: true, + Path: "/toaster", + }, + Terminal: true, + }, + { + Field: "header", + FieldValue: "x-user-id", + }, + { + SourceIP: true, + }, + }, + }, + }, + }, + { + name: "service-resolver: envoy least request kitchen sink", + body: ` + { + "Kind": "service-resolver", + "Name": "main", + "LoadBalancer": { + "Policy": "least_request", + "LeastRequestConfig": { + "ChoiceCount": 2 + } + } + } + `, + expect: &ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "main", + LoadBalancer: &LoadBalancer{ + Policy: "least_request", + LeastRequestConfig: &LeastRequestConfig{ + ChoiceCount: 2, + }, + }, + }, + }, { name: "ingress-gateway", body: ` { "Kind": "ingress-gateway", "Name": "ingress-web", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Tls": { "Enabled": true }, @@ -651,6 +801,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &IngressGatewayConfigEntry{ Kind: "ingress-gateway", Name: "ingress-web", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, TLS: GatewayTLSConfig{ Enabled: true, }, @@ -686,9 +840,13 @@ func TestDecodeConfigEntry(t *testing.T) { { "Kind": "terminating-gateway", "Name": "terminating-west", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Services": [ { - "Namespace": "foo", + "Namespace": "foo", "Name": "web", "CAFile": "/etc/ca.pem", "CertFile": "/etc/cert.pem", @@ -707,6 +865,10 @@ func TestDecodeConfigEntry(t *testing.T) { expect: &TerminatingGatewayConfigEntry{ Kind: "terminating-gateway", Name: "terminating-west", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Services: []LinkedService{ { Namespace: "foo", diff --git a/api/discovery_chain.go b/api/discovery_chain.go index 75fdbaee25..f67f881c23 100644 --- a/api/discovery_chain.go +++ b/api/discovery_chain.go @@ -147,6 +147,9 @@ type DiscoveryGraphNode struct { // fields for Type==resolver Resolver *DiscoveryResolver + + // shared by Type==resolver || Type==splitter + LoadBalancer *LoadBalancer `json:",omitempty"` } // compiled form of ServiceRoute diff --git a/api/go.mod b/api/go.mod index ab62e8e9ff..d9902d403e 100644 --- a/api/go.mod +++ b/api/go.mod @@ -5,7 +5,7 @@ go 1.12 replace github.com/hashicorp/consul/sdk => ../sdk require ( - github.com/hashicorp/consul/sdk v0.4.0 + github.com/hashicorp/consul/sdk v0.6.0 github.com/hashicorp/go-cleanhttp v0.5.1 github.com/hashicorp/go-hclog v0.12.0 github.com/hashicorp/go-rootcerts v1.0.2 diff --git a/api/lock.go b/api/lock.go index 5cacee8f7e..221a7add3c 100644 --- a/api/lock.go +++ b/api/lock.go @@ -79,6 +79,7 @@ type LockOptions struct { MonitorRetryTime time.Duration // Optional, defaults to DefaultMonitorRetryTime LockWaitTime time.Duration // Optional, defaults to DefaultLockWaitTime LockTryOnce bool // Optional, defaults to false which means try forever + LockDelay time.Duration // Optional, defaults to 15s Namespace string `json:",omitempty"` // Optional, defaults to API client config, namespace of ACL token, or "default" namespace } @@ -351,8 +352,9 @@ func (l *Lock) createSession() (string, error) { se := l.opts.SessionOpts if se == nil { se = &SessionEntry{ - Name: l.opts.SessionName, - TTL: l.opts.SessionTTL, + Name: l.opts.SessionName, + TTL: l.opts.SessionTTL, + LockDelay: l.opts.LockDelay, } } w := WriteOptions{Namespace: l.opts.Namespace} diff --git a/api/operator_keyring.go b/api/operator_keyring.go index 038d5d5b02..5b80f9f914 100644 --- a/api/operator_keyring.go +++ b/api/operator_keyring.go @@ -22,6 +22,9 @@ type KeyringResponse struct { // A map of the encryption keys to the number of nodes they're installed on Keys map[string]int + // A map of the encryption primary keys to the number of nodes they're installed on + PrimaryKeys map[string]int + // The total number of nodes in this ring NumNodes int } diff --git a/api/watch/plan.go b/api/watch/plan.go index 6cf11157ca..f3b7981fb0 100644 --- a/api/watch/plan.go +++ b/api/watch/plan.go @@ -31,8 +31,10 @@ func (p *Plan) Run(address string) error { // Run is used to run a watch plan func (p *Plan) RunWithConfig(address string, conf *consulapi.Config) error { - // Create the logger - logger := newWatchLogger(p.LogOutput) + logger := p.Logger + if logger == nil { + logger = newWatchLogger(p.LogOutput) + } // Setup the client p.address = address diff --git a/api/watch/watch.go b/api/watch/watch.go index 09ee15edd2..1dce252911 100644 --- a/api/watch/watch.go +++ b/api/watch/watch.go @@ -8,6 +8,7 @@ import ( "time" consulapi "github.com/hashicorp/consul/api" + "github.com/hashicorp/go-hclog" "github.com/mitchellh/mapstructure" ) @@ -29,7 +30,10 @@ type Plan struct { // on index param. To support hash based watches, set HybridHandler instead. Handler HandlerFunc HybridHandler HybridHandlerFunc - LogOutput io.Writer + + Logger hclog.Logger + // Deprecated: use Logger + LogOutput io.Writer address string client *consulapi.Client diff --git a/build-support/docker/Build-Go.dockerfile b/build-support/docker/Build-Go.dockerfile index 98943dd77d..0f1d9ee289 100644 --- a/build-support/docker/Build-Go.dockerfile +++ b/build-support/docker/Build-Go.dockerfile @@ -1,4 +1,4 @@ -ARG GOLANG_VERSION=1.14.1 +ARG GOLANG_VERSION=1.14.7 FROM golang:${GOLANG_VERSION} ARG GOTOOLS="github.com/elazarl/go-bindata-assetfs/... \ diff --git a/build-support/docker/Test-Flake.dockerfile b/build-support/docker/Test-Flake.dockerfile index 876de0b0b5..f63cae46b2 100644 --- a/build-support/docker/Test-Flake.dockerfile +++ b/build-support/docker/Test-Flake.dockerfile @@ -1,6 +1,6 @@ FROM travisci/ci-garnet:packer-1512502276-986baf0 -ENV GOLANG_VERSION 1.14.1 +ENV GOLANG_VERSION 1.14.7 RUN mkdir -p /home/travis/go && chown -R travis /home/travis/go diff --git a/build-support/scripts/proto-gen.sh b/build-support/scripts/proto-gen.sh index c7acfe08ff..9d94a4e211 100755 --- a/build-support/scripts/proto-gen.sh +++ b/build-support/scripts/proto-gen.sh @@ -116,7 +116,7 @@ function main { return 1 fi - BUILD_TAGS=$(sed -e '/^[:space:]*$/,$d' < "${proto_path}" | grep '// +build') + BUILD_TAGS=$(sed -e '/^[[:space:]]*$/,$d' < "${proto_path}" | grep '// +build') if test -n "${BUILD_TAGS}" then echo -e "${BUILD_TAGS}\n" >> "${proto_go_path}.new" diff --git a/command/acl/agenttokens/agent_tokens_test.go b/command/acl/agenttokens/agent_tokens_test.go index 832f45ed0b..b006199d63 100644 --- a/command/acl/agenttokens/agent_tokens_test.go +++ b/command/acl/agenttokens/agent_tokens_test.go @@ -1,13 +1,11 @@ package agenttokens import ( - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -25,9 +23,6 @@ func TestAgentTokensCommand(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/authmethod/create/authmethod_create_test.go b/command/acl/authmethod/create/authmethod_create_test.go index 389275e60f..a0c4c954ff 100644 --- a/command/acl/authmethod/create/authmethod_create_test.go +++ b/command/acl/authmethod/create/authmethod_create_test.go @@ -4,7 +4,6 @@ import ( "encoding/json" "io" "io/ioutil" - "os" "path/filepath" "strings" "testing" @@ -35,9 +34,6 @@ func TestAuthMethodCreateCommand_noTabs(t *testing.T) { func TestAuthMethodCreateCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -188,9 +184,6 @@ func TestAuthMethodCreateCommand(t *testing.T) { func TestAuthMethodCreateCommand_JSON(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -357,7 +350,6 @@ func TestAuthMethodCreateCommand_k8s(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" @@ -500,7 +492,6 @@ func TestAuthMethodCreateCommand_config(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "auth-method") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" diff --git a/command/acl/authmethod/delete/authmethod_delete_test.go b/command/acl/authmethod/delete/authmethod_delete_test.go index e77d7892d8..1b4680494d 100644 --- a/command/acl/authmethod/delete/authmethod_delete_test.go +++ b/command/acl/authmethod/delete/authmethod_delete_test.go @@ -2,13 +2,11 @@ package authmethoddelete import ( "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/hashicorp/go-uuid" "github.com/mitchellh/cli" @@ -29,9 +27,6 @@ func TestAuthMethodDeleteCommand_noTabs(t *testing.T) { func TestAuthMethodDeleteCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/authmethod/list/authmethod_list_test.go b/command/acl/authmethod/list/authmethod_list_test.go index 18b7e45ca5..9c5050a2e9 100644 --- a/command/acl/authmethod/list/authmethod_list_test.go +++ b/command/acl/authmethod/list/authmethod_list_test.go @@ -2,13 +2,11 @@ package authmethodlist import ( "encoding/json" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/hashicorp/go-uuid" "github.com/mitchellh/cli" @@ -30,9 +28,6 @@ func TestAuthMethodListCommand_noTabs(t *testing.T) { func TestAuthMethodListCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -110,9 +105,6 @@ func TestAuthMethodListCommand(t *testing.T) { func TestAuthMethodListCommand_JSON(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/authmethod/read/authmethod_read_test.go b/command/acl/authmethod/read/authmethod_read_test.go index e0cf2c5c12..021de5cfcb 100644 --- a/command/acl/authmethod/read/authmethod_read_test.go +++ b/command/acl/authmethod/read/authmethod_read_test.go @@ -2,13 +2,11 @@ package authmethodread import ( "encoding/json" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/hashicorp/go-uuid" "github.com/mitchellh/cli" @@ -30,9 +28,6 @@ func TestAuthMethodReadCommand_noTabs(t *testing.T) { func TestAuthMethodReadCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -119,9 +114,6 @@ func TestAuthMethodReadCommand(t *testing.T) { func TestAuthMethodReadCommand_JSON(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/authmethod/update/authmethod_update_test.go b/command/acl/authmethod/update/authmethod_update_test.go index 0beb95ce3a..0020fa7dbc 100644 --- a/command/acl/authmethod/update/authmethod_update_test.go +++ b/command/acl/authmethod/update/authmethod_update_test.go @@ -4,7 +4,6 @@ import ( "encoding/json" "io" "io/ioutil" - "os" "path/filepath" "strings" "testing" @@ -34,9 +33,6 @@ func TestAuthMethodUpdateCommand_noTabs(t *testing.T) { func TestAuthMethodUpdateCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -170,9 +166,6 @@ func TestAuthMethodUpdateCommand(t *testing.T) { func TestAuthMethodUpdateCommand_JSON(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -260,9 +253,6 @@ func TestAuthMethodUpdateCommand_JSON(t *testing.T) { func TestAuthMethodUpdateCommand_noMerge(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -362,7 +352,6 @@ func TestAuthMethodUpdateCommand_k8s(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" @@ -597,7 +586,6 @@ func TestAuthMethodUpdateCommand_k8s_noMerge(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" @@ -784,7 +772,6 @@ func TestAuthMethodUpdateCommand_k8s_noMerge(t *testing.T) { func TestAuthMethodUpdateCommand_config(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "auth-method") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" diff --git a/command/acl/bindingrule/create/bindingrule_create_test.go b/command/acl/bindingrule/create/bindingrule_create_test.go index 8c41d413af..acd843fb95 100644 --- a/command/acl/bindingrule/create/bindingrule_create_test.go +++ b/command/acl/bindingrule/create/bindingrule_create_test.go @@ -2,13 +2,11 @@ package bindingrulecreate import ( "encoding/json" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -29,9 +27,6 @@ func TestBindingRuleCreateCommand_noTabs(t *testing.T) { func TestBindingRuleCreateCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -179,9 +174,6 @@ func TestBindingRuleCreateCommand(t *testing.T) { func TestBindingRuleCreateCommand_JSON(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/bindingrule/delete/bindingrule_delete_test.go b/command/acl/bindingrule/delete/bindingrule_delete_test.go index be1f41db94..c972566de1 100644 --- a/command/acl/bindingrule/delete/bindingrule_delete_test.go +++ b/command/acl/bindingrule/delete/bindingrule_delete_test.go @@ -2,13 +2,11 @@ package bindingruledelete import ( "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/require" @@ -28,9 +26,6 @@ func TestBindingRuleDeleteCommand_noTabs(t *testing.T) { func TestBindingRuleDeleteCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/bindingrule/list/bindingrule_list_test.go b/command/acl/bindingrule/list/bindingrule_list_test.go index eb2752b6c4..677b5ac308 100644 --- a/command/acl/bindingrule/list/bindingrule_list_test.go +++ b/command/acl/bindingrule/list/bindingrule_list_test.go @@ -3,13 +3,11 @@ package bindingrulelist import ( "encoding/json" "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -30,9 +28,6 @@ func TestBindingRuleListCommand_noTabs(t *testing.T) { func TestBindingRuleListCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/bindingrule/read/bindingrule_read_test.go b/command/acl/bindingrule/read/bindingrule_read_test.go index 5d8e31edb5..5f630889bb 100644 --- a/command/acl/bindingrule/read/bindingrule_read_test.go +++ b/command/acl/bindingrule/read/bindingrule_read_test.go @@ -2,13 +2,11 @@ package bindingruleread import ( "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/hashicorp/go-uuid" "github.com/mitchellh/cli" @@ -29,9 +27,6 @@ func TestBindingRuleReadCommand_noTabs(t *testing.T) { func TestBindingRuleReadCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/bindingrule/update/bindingrule_update_test.go b/command/acl/bindingrule/update/bindingrule_update_test.go index ae985cf7ae..a41ab82dc9 100644 --- a/command/acl/bindingrule/update/bindingrule_update_test.go +++ b/command/acl/bindingrule/update/bindingrule_update_test.go @@ -2,13 +2,11 @@ package bindingruleupdate import ( "encoding/json" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" uuid "github.com/hashicorp/go-uuid" "github.com/mitchellh/cli" @@ -30,9 +28,6 @@ func TestBindingRuleUpdateCommand_noTabs(t *testing.T) { func TestBindingRuleUpdateCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -470,9 +465,6 @@ func TestBindingRuleUpdateCommand(t *testing.T) { func TestBindingRuleUpdateCommand_noMerge(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/bootstrap/bootstrap_test.go b/command/acl/bootstrap/bootstrap_test.go index 6dffd98343..d4ed1fa045 100644 --- a/command/acl/bootstrap/bootstrap_test.go +++ b/command/acl/bootstrap/bootstrap_test.go @@ -2,13 +2,11 @@ package bootstrap import ( "encoding/json" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/agent/structs" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -27,9 +25,6 @@ func TestBootstrapCommand_Pretty(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -58,9 +53,6 @@ func TestBootstrapCommand_JSON(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/policy/create/policy_create_test.go b/command/acl/policy/create/policy_create_test.go index c90e29e107..a1d2027e01 100644 --- a/command/acl/policy/create/policy_create_test.go +++ b/command/acl/policy/create/policy_create_test.go @@ -3,7 +3,6 @@ package policycreate import ( "encoding/json" "io/ioutil" - "os" "strings" "testing" @@ -28,7 +27,6 @@ func TestPolicyCreateCommand(t *testing.T) { require := require.New(t) testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" @@ -66,7 +64,6 @@ func TestPolicyCreateCommand_JSON(t *testing.T) { require := require.New(t) testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" diff --git a/command/acl/policy/delete/policy_delete_test.go b/command/acl/policy/delete/policy_delete_test.go index 485c086123..03df12dfe6 100644 --- a/command/acl/policy/delete/policy_delete_test.go +++ b/command/acl/policy/delete/policy_delete_test.go @@ -2,13 +2,11 @@ package policydelete import ( "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -26,9 +24,6 @@ func TestPolicyDeleteCommand(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/policy/list/policy_list_test.go b/command/acl/policy/list/policy_list_test.go index 2ce7892043..01fc40b2c0 100644 --- a/command/acl/policy/list/policy_list_test.go +++ b/command/acl/policy/list/policy_list_test.go @@ -3,13 +3,11 @@ package policylist import ( "encoding/json" "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -27,9 +25,6 @@ func TestPolicyListCommand(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -81,9 +76,6 @@ func TestPolicyListCommand_JSON(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/policy/read/policy_read_test.go b/command/acl/policy/read/policy_read_test.go index 8477e6c25f..86825b5cf1 100644 --- a/command/acl/policy/read/policy_read_test.go +++ b/command/acl/policy/read/policy_read_test.go @@ -3,13 +3,11 @@ package policyread import ( "encoding/json" "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -27,9 +25,6 @@ func TestPolicyReadCommand(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -73,9 +68,6 @@ func TestPolicyReadCommand_JSON(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/policy/update/policy_update_test.go b/command/acl/policy/update/policy_update_test.go index 16c6bcb70d..e3c3359245 100644 --- a/command/acl/policy/update/policy_update_test.go +++ b/command/acl/policy/update/policy_update_test.go @@ -3,7 +3,6 @@ package policyupdate import ( "encoding/json" "io/ioutil" - "os" "strings" "testing" @@ -28,7 +27,6 @@ func TestPolicyUpdateCommand(t *testing.T) { assert := assert.New(t) testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" @@ -76,7 +74,6 @@ func TestPolicyUpdateCommand_JSON(t *testing.T) { assert := assert.New(t) testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" diff --git a/command/acl/role/create/role_create_test.go b/command/acl/role/create/role_create_test.go index b3c03a662a..ce4e94bcc4 100644 --- a/command/acl/role/create/role_create_test.go +++ b/command/acl/role/create/role_create_test.go @@ -2,13 +2,11 @@ package rolecreate import ( "encoding/json" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -26,9 +24,6 @@ func TestRoleCreateCommand_noTabs(t *testing.T) { func TestRoleCreateCommand_Pretty(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -118,9 +113,6 @@ func TestRoleCreateCommand_Pretty(t *testing.T) { func TestRoleCreateCommand_JSON(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/role/delete/role_delete_test.go b/command/acl/role/delete/role_delete_test.go index e2abeeac75..34b9cdd5fb 100644 --- a/command/acl/role/delete/role_delete_test.go +++ b/command/acl/role/delete/role_delete_test.go @@ -2,13 +2,11 @@ package roledelete import ( "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/require" @@ -25,9 +23,6 @@ func TestRoleDeleteCommand_noTabs(t *testing.T) { func TestRoleDeleteCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/role/list/role_list_test.go b/command/acl/role/list/role_list_test.go index 203630c699..b656952ac1 100644 --- a/command/acl/role/list/role_list_test.go +++ b/command/acl/role/list/role_list_test.go @@ -3,13 +3,11 @@ package rolelist import ( "encoding/json" "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -28,9 +26,6 @@ func TestRoleListCommand(t *testing.T) { t.Parallel() require := require.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -85,9 +80,6 @@ func TestRoleListCommand_JSON(t *testing.T) { t.Parallel() require := require.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/role/read/role_read_test.go b/command/acl/role/read/role_read_test.go index 588fe6a493..497cd37247 100644 --- a/command/acl/role/read/role_read_test.go +++ b/command/acl/role/read/role_read_test.go @@ -3,13 +3,11 @@ package roleread import ( "encoding/json" "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/hashicorp/go-uuid" "github.com/mitchellh/cli" @@ -28,9 +26,6 @@ func TestRoleReadCommand_noTabs(t *testing.T) { func TestRoleReadCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -195,9 +190,6 @@ func TestRoleReadCommand(t *testing.T) { func TestRoleReadCommand_JSON(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/role/update/role_update_test.go b/command/acl/role/update/role_update_test.go index c7c59bd973..9cec59b38d 100644 --- a/command/acl/role/update/role_update_test.go +++ b/command/acl/role/update/role_update_test.go @@ -2,13 +2,11 @@ package roleupdate import ( "encoding/json" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -28,9 +26,6 @@ func TestRoleUpdateCommand_noTabs(t *testing.T) { func TestRoleUpdateCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -201,9 +196,6 @@ func TestRoleUpdateCommand(t *testing.T) { func TestRoleUpdateCommand_JSON(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -283,9 +275,6 @@ func TestRoleUpdateCommand_JSON(t *testing.T) { func TestRoleUpdateCommand_noMerge(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/rules/translate_test.go b/command/acl/rules/translate_test.go index a06110a40f..47f19d0053 100644 --- a/command/acl/rules/translate_test.go +++ b/command/acl/rules/translate_test.go @@ -3,7 +3,6 @@ package rules import ( "io" "io/ioutil" - "os" "strings" "testing" @@ -26,7 +25,6 @@ func TestRulesTranslateCommand(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" diff --git a/command/acl/token/clone/token_clone_test.go b/command/acl/token/clone/token_clone_test.go index 76daf405d3..d1028a9c18 100644 --- a/command/acl/token/clone/token_clone_test.go +++ b/command/acl/token/clone/token_clone_test.go @@ -2,7 +2,6 @@ package tokenclone import ( "encoding/json" - "os" "regexp" "strconv" "strings" @@ -10,7 +9,6 @@ import ( "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -63,9 +61,6 @@ func TestTokenCloneCommand_Pretty(t *testing.T) { t.Parallel() req := require.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -170,9 +165,6 @@ func TestTokenCloneCommand_JSON(t *testing.T) { t.Parallel() req := require.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/token/create/token_create_test.go b/command/acl/token/create/token_create_test.go index a128c2f14b..c364b82d1e 100644 --- a/command/acl/token/create/token_create_test.go +++ b/command/acl/token/create/token_create_test.go @@ -2,13 +2,11 @@ package tokencreate import ( "encoding/json" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/require" @@ -25,9 +23,6 @@ func TestTokenCreateCommand_noTabs(t *testing.T) { func TestTokenCreateCommand_Pretty(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" node_name = "test-node" @@ -123,9 +118,6 @@ func TestTokenCreateCommand_JSON(t *testing.T) { t.Parallel() require := require.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/token/delete/token_delete_test.go b/command/acl/token/delete/token_delete_test.go index 30b27b8c26..9af72026d1 100644 --- a/command/acl/token/delete/token_delete_test.go +++ b/command/acl/token/delete/token_delete_test.go @@ -2,13 +2,11 @@ package tokendelete import ( "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -26,9 +24,6 @@ func TestTokenDeleteCommand(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/token/list/token_list_test.go b/command/acl/token/list/token_list_test.go index fe3d9da43f..a9f41a4da9 100644 --- a/command/acl/token/list/token_list_test.go +++ b/command/acl/token/list/token_list_test.go @@ -3,13 +3,11 @@ package tokenlist import ( "encoding/json" "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -28,9 +26,6 @@ func TestTokenListCommand_Pretty(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -82,9 +77,6 @@ func TestTokenListCommand_JSON(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/token/read/token_read_test.go b/command/acl/token/read/token_read_test.go index d046848e1a..a70cca5d3f 100644 --- a/command/acl/token/read/token_read_test.go +++ b/command/acl/token/read/token_read_test.go @@ -3,13 +3,11 @@ package tokenread import ( "encoding/json" "fmt" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" "github.com/stretchr/testify/assert" @@ -28,9 +26,6 @@ func TestTokenReadCommand_Pretty(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -75,9 +70,6 @@ func TestTokenReadCommand_JSON(t *testing.T) { t.Parallel() assert := assert.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/acl/token/update/token_update_test.go b/command/acl/token/update/token_update_test.go index cf8cc2d767..d273058caa 100644 --- a/command/acl/token/update/token_update_test.go +++ b/command/acl/token/update/token_update_test.go @@ -2,13 +2,11 @@ package tokenupdate import ( "encoding/json" - "os" "strings" "testing" "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/api" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/sdk/testutil/retry" "github.com/hashicorp/consul/testrpc" "github.com/mitchellh/cli" @@ -27,9 +25,6 @@ func TestTokenUpdateCommand_noTabs(t *testing.T) { func TestTokenUpdateCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -199,9 +194,6 @@ func TestTokenUpdateCommand_JSON(t *testing.T) { // Alias because we need to access require package in Retry below req := require.New(t) - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/agent/agent.go b/command/agent/agent.go index 995b5529e1..1e06ef90be 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -60,11 +60,6 @@ type cmd struct { logger hclog.InterceptLogger } -type GatedUi struct { - JSONoutput bool - ui cli.Ui -} - func (c *cmd) init() { c.flags = flag.NewFlagSet("", flag.ContinueOnError) config.AddFlags(c.flags, &c.flagArgs) @@ -165,27 +160,28 @@ func (c *cmd) run(args []string) int { return 1 } - logGate := logging.GatedWriter{Writer: &cli.UiWriter{Ui: c.UI}} - - agentOptions := []agent.AgentOption{ - agent.WithBuilderOpts(c.flagArgs), - agent.WithCLI(c.UI), - agent.WithLogWriter(&logGate), - agent.WithTelemetry(true), + logGate := &logging.GatedWriter{Writer: &cli.UiWriter{Ui: c.UI}} + loader := func(source config.Source) (cfg *config.RuntimeConfig, warnings []string, err error) { + return config.Load(c.flagArgs, source) } - - agent, err := agent.New(agentOptions...) + bd, err := agent.NewBaseDeps(loader, logGate) if err != nil { c.UI.Error(err.Error()) return 1 } - config := agent.GetConfig() - c.logger = agent.GetLogger() + c.logger = bd.Logger + agent, err := agent.New(bd) + if err != nil { + c.UI.Error(err.Error()) + return 1 + } - //Setup gate to check if we should output CLI information + config := bd.RuntimeConfig + + // Setup gate to check if we should output CLI information cli := GatedUi{ - JSONoutput: config.LogJSON, + JSONoutput: config.Logging.LogJSON, ui: c.UI, } @@ -292,6 +288,9 @@ func (c *cmd) run(args []string) int { case err := <-agent.RetryJoinCh(): c.logger.Error("Retry join failed", "error", err) return 1 + case <-agent.Failed(): + // The deferred Shutdown method will log the appropriate error + return 1 case <-agent.ShutdownCh(): // agent is already down! return 0 @@ -344,6 +343,11 @@ func (c *cmd) run(args []string) int { } } +type GatedUi struct { + JSONoutput bool + ui cli.Ui +} + func (g *GatedUi) output(s string) { if !g.JSONoutput { g.ui.Output(s) diff --git a/command/agent/agent_test.go b/command/agent/agent_test.go index 049ddcc19d..b2b50145d3 100644 --- a/command/agent/agent_test.go +++ b/command/agent/agent_test.go @@ -21,7 +21,6 @@ func TestConfigFail(t *testing.T) { t.Parallel() dataDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(dataDir) tests := []struct { args []string @@ -108,7 +107,6 @@ func TestRetryJoin(t *testing.T) { func TestRetryJoinFail(t *testing.T) { t.Parallel() tmpDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(tmpDir) ui := cli.NewMockUi() cmd := New(ui, "", "", "", "", nil) @@ -129,7 +127,6 @@ func TestRetryJoinFail(t *testing.T) { func TestRetryJoinWanFail(t *testing.T) { t.Parallel() tmpDir := testutil.TempDir(t, "consul") - defer os.RemoveAll(tmpDir) ui := cli.NewMockUi() cmd := New(ui, "", "", "", "", nil) @@ -151,14 +148,12 @@ func TestRetryJoinWanFail(t *testing.T) { func TestProtectDataDir(t *testing.T) { t.Parallel() dir := testutil.TempDir(t, "consul") - defer os.RemoveAll(dir) if err := os.MkdirAll(filepath.Join(dir, "mdb"), 0700); err != nil { t.Fatalf("err: %v", err) } cfgDir := testutil.TempDir(t, "consul-config") - defer os.RemoveAll(cfgDir) cfgFilePath := filepath.Join(cfgDir, "consul.json") cfgFile, err := os.Create(cfgFilePath) @@ -186,13 +181,10 @@ func TestProtectDataDir(t *testing.T) { func TestBadDataDirPermissions(t *testing.T) { t.Parallel() dir := testutil.TempDir(t, "consul") - defer os.RemoveAll(dir) - dataDir := filepath.Join(dir, "mdb") if err := os.MkdirAll(dataDir, 0400); err != nil { t.Fatalf("err: %v", err) } - defer os.RemoveAll(dataDir) ui := cli.NewMockUi() cmd := New(ui, "", "", "", "", nil) diff --git a/command/config/write/config_write_test.go b/command/config/write/config_write_test.go index e111f323c6..5d029a7ee8 100644 --- a/command/config/write/config_write_test.go +++ b/command/config/write/config_write_test.go @@ -1,8 +1,8 @@ package write import ( + "github.com/hashicorp/consul/agent/structs" "io" - "os" "strings" "testing" "time" @@ -32,7 +32,6 @@ func TestConfigWrite(t *testing.T) { c := New(ui) f := testutil.TempFile(t, "config-write-svc-web.hcl") - defer os.Remove(f.Name()) _, err := f.WriteString(` Kind = "service-defaults" Name = "web" @@ -163,6 +162,10 @@ func TestParseConfigEntry(t *testing.T) { snake: ` kind = "proxy-defaults" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } config { "foo" = 19 "bar" = "abc" @@ -177,6 +180,10 @@ func TestParseConfigEntry(t *testing.T) { camel: ` Kind = "proxy-defaults" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } Config { "foo" = 19 "bar" = "abc" @@ -192,6 +199,10 @@ func TestParseConfigEntry(t *testing.T) { { "kind": "proxy-defaults", "name": "main", + "meta" : { + "foo": "bar", + "gir": "zim" + }, "config": { "foo": 19, "bar": "abc", @@ -208,6 +219,10 @@ func TestParseConfigEntry(t *testing.T) { { "Kind": "proxy-defaults", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Config": { "foo": 19, "bar": "abc", @@ -223,6 +238,10 @@ func TestParseConfigEntry(t *testing.T) { expect: &api.ProxyConfigEntry{ Kind: "proxy-defaults", Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Config: map[string]interface{}{ "foo": 19, "bar": "abc", @@ -237,6 +256,10 @@ func TestParseConfigEntry(t *testing.T) { expectJSON: &api.ProxyConfigEntry{ Kind: "proxy-defaults", Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Config: map[string]interface{}{ "foo": float64(19), // json decoding gives float64 instead of int here "bar": "abc", @@ -255,6 +278,10 @@ func TestParseConfigEntry(t *testing.T) { kind = "terminating-gateway" name = "terminating-gw-west" namespace = "default" + meta { + "foo" = "bar" + "gir" = "zim" + } services = [ { name = "billing" @@ -274,6 +301,10 @@ func TestParseConfigEntry(t *testing.T) { Kind = "terminating-gateway" Name = "terminating-gw-west" Namespace = "default" + Meta { + "foo" = "bar" + "gir" = "zim" + } Services = [ { Name = "billing" @@ -294,6 +325,10 @@ func TestParseConfigEntry(t *testing.T) { "kind": "terminating-gateway", "name": "terminating-gw-west", "namespace": "default", + "meta" : { + "foo": "bar", + "gir": "zim" + }, "services": [ { "name": "billing", @@ -315,6 +350,10 @@ func TestParseConfigEntry(t *testing.T) { "Kind": "terminating-gateway", "Name": "terminating-gw-west", "Namespace": "default", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Services": [ { "Name": "billing", @@ -335,6 +374,10 @@ func TestParseConfigEntry(t *testing.T) { Kind: "terminating-gateway", Name: "terminating-gw-west", Namespace: "default", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Services: []api.LinkedService{ { Name: "billing", @@ -354,6 +397,10 @@ func TestParseConfigEntry(t *testing.T) { Kind: "terminating-gateway", Name: "terminating-gw-west", Namespace: "default", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Services: []api.LinkedService{ { Name: "billing", @@ -375,6 +422,10 @@ func TestParseConfigEntry(t *testing.T) { snake: ` kind = "service-defaults" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } protocol = "http" external_sni = "abc-123" mesh_gateway { @@ -384,6 +435,10 @@ func TestParseConfigEntry(t *testing.T) { camel: ` Kind = "service-defaults" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } Protocol = "http" ExternalSNI = "abc-123" MeshGateway { @@ -394,6 +449,10 @@ func TestParseConfigEntry(t *testing.T) { { "kind": "service-defaults", "name": "main", + "meta" : { + "foo": "bar", + "gir": "zim" + }, "protocol": "http", "external_sni": "abc-123", "mesh_gateway": { @@ -405,6 +464,10 @@ func TestParseConfigEntry(t *testing.T) { { "Kind": "service-defaults", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Protocol": "http", "ExternalSNI": "abc-123", "MeshGateway": { @@ -413,8 +476,12 @@ func TestParseConfigEntry(t *testing.T) { } `, expect: &api.ServiceConfigEntry{ - Kind: "service-defaults", - Name: "main", + Kind: "service-defaults", + Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Protocol: "http", ExternalSNI: "abc-123", MeshGateway: api.MeshGatewayConfig{ @@ -427,6 +494,10 @@ func TestParseConfigEntry(t *testing.T) { snake: ` kind = "service-router" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } routes = [ { match { @@ -506,6 +577,10 @@ func TestParseConfigEntry(t *testing.T) { camel: ` Kind = "service-router" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } Routes = [ { Match { @@ -586,6 +661,10 @@ func TestParseConfigEntry(t *testing.T) { { "kind": "service-router", "name": "main", + "meta" : { + "foo": "bar", + "gir": "zim" + }, "routes": [ { "match": { @@ -673,6 +752,10 @@ func TestParseConfigEntry(t *testing.T) { { "Kind": "service-router", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Routes": [ { "Match": { @@ -759,6 +842,10 @@ func TestParseConfigEntry(t *testing.T) { expect: &api.ServiceRouterConfigEntry{ Kind: "service-router", Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Routes: []api.ServiceRoute{ { Match: &api.ServiceRouteMatch{ @@ -841,6 +928,10 @@ func TestParseConfigEntry(t *testing.T) { snake: ` kind = "service-splitter" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } splits = [ { weight = 97.1 @@ -860,6 +951,10 @@ func TestParseConfigEntry(t *testing.T) { camel: ` Kind = "service-splitter" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } Splits = [ { Weight = 97.1 @@ -880,6 +975,10 @@ func TestParseConfigEntry(t *testing.T) { { "kind": "service-splitter", "name": "main", + "meta" : { + "foo": "bar", + "gir": "zim" + }, "splits": [ { "weight": 97.1, @@ -901,6 +1000,10 @@ func TestParseConfigEntry(t *testing.T) { { "Kind": "service-splitter", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Splits": [ { "Weight": 97.1, @@ -921,6 +1024,10 @@ func TestParseConfigEntry(t *testing.T) { expect: &api.ServiceSplitterConfigEntry{ Kind: api.ServiceSplitter, Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, Splits: []api.ServiceSplit{ { Weight: 97.1, @@ -943,6 +1050,10 @@ func TestParseConfigEntry(t *testing.T) { snake: ` kind = "service-resolver" name = "main" + meta { + "foo" = "bar" + "gir" = "zim" + } default_subset = "v1" connect_timeout = "15s" subsets = { @@ -968,6 +1079,10 @@ func TestParseConfigEntry(t *testing.T) { camel: ` Kind = "service-resolver" Name = "main" + Meta { + "foo" = "bar" + "gir" = "zim" + } DefaultSubset = "v1" ConnectTimeout = "15s" Subsets = { @@ -994,6 +1109,10 @@ func TestParseConfigEntry(t *testing.T) { { "kind": "service-resolver", "name": "main", + "meta" : { + "foo": "bar", + "gir": "zim" + }, "default_subset": "v1", "connect_timeout": "15s", "subsets": { @@ -1027,6 +1146,10 @@ func TestParseConfigEntry(t *testing.T) { { "Kind": "service-resolver", "Name": "main", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "DefaultSubset": "v1", "ConnectTimeout": "15s", "Subsets": { @@ -1057,8 +1180,12 @@ func TestParseConfigEntry(t *testing.T) { } `, expect: &api.ServiceResolverConfigEntry{ - Kind: "service-resolver", - Name: "main", + Kind: "service-resolver", + Name: "main", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, DefaultSubset: "v1", ConnectTimeout: 15 * time.Second, Subsets: map[string]api.ServiceResolverSubset{ @@ -1167,6 +1294,260 @@ func TestParseConfigEntry(t *testing.T) { Name: "main", }, }, + { + name: "service-resolver: envoy hash lb kitchen sink", + snake: ` + kind = "service-resolver" + name = "main" + load_balancer = { + policy = "ring_hash" + ring_hash_config = { + minimum_ring_size = 1 + maximum_ring_size = 2 + } + hash_policies = [ + { + field = "cookie" + field_value = "good-cookie" + cookie_config = { + ttl = "1s" + path = "/oven" + } + terminal = true + }, + { + field = "cookie" + field_value = "less-good-cookie" + cookie_config = { + session = true + path = "/toaster" + } + terminal = true + }, + { + field = "header" + field_value = "x-user-id" + }, + { + source_ip = true + } + ] + } + `, + camel: ` + Kind = "service-resolver" + Name = "main" + LoadBalancer = { + Policy = "ring_hash" + RingHashConfig = { + MinimumRingSize = 1 + MaximumRingSize = 2 + } + HashPolicies = [ + { + Field = "cookie" + FieldValue = "good-cookie" + CookieConfig = { + TTL = "1s" + Path = "/oven" + } + Terminal = true + }, + { + Field = "cookie" + FieldValue = "less-good-cookie" + CookieConfig = { + Session = true + Path = "/toaster" + } + Terminal = true + }, + { + Field = "header" + FieldValue = "x-user-id" + }, + { + SourceIP = true + } + ] + } + `, + snakeJSON: ` + { + "kind": "service-resolver", + "name": "main", + "load_balancer": { + "policy": "ring_hash", + "ring_hash_config": { + "minimum_ring_size": 1, + "maximum_ring_size": 2 + }, + "hash_policies": [ + { + "field": "cookie", + "field_value": "good-cookie", + "cookie_config": { + "ttl": "1s", + "path": "/oven" + }, + "terminal": true + }, + { + "field": "cookie", + "field_value": "less-good-cookie", + "cookie_config": { + "session": true, + "path": "/toaster" + }, + "terminal": true + }, + { + "field": "header", + "field_value": "x-user-id" + }, + { + "source_ip": true + } + ] + } + } + `, + camelJSON: ` + { + "Kind": "service-resolver", + "Name": "main", + "LoadBalancer": { + "Policy": "ring_hash", + "RingHashConfig": { + "MinimumRingSize": 1, + "MaximumRingSize": 2 + }, + "HashPolicies": [ + { + "Field": "cookie", + "FieldValue": "good-cookie", + "CookieConfig": { + "TTL": "1s", + "Path": "/oven" + }, + "Terminal": true + }, + { + "Field": "cookie", + "FieldValue": "less-good-cookie", + "CookieConfig": { + "Session": true, + "Path": "/toaster" + }, + "Terminal": true + }, + { + "Field": "header", + "FieldValue": "x-user-id" + }, + { + "SourceIP": true + } + ] + } + } + `, + expect: &api.ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "main", + LoadBalancer: &api.LoadBalancer{ + Policy: structs.LBPolicyRingHash, + RingHashConfig: &api.RingHashConfig{ + MinimumRingSize: 1, + MaximumRingSize: 2, + }, + HashPolicies: []api.HashPolicy{ + { + Field: structs.HashPolicyCookie, + FieldValue: "good-cookie", + CookieConfig: &api.CookieConfig{ + TTL: 1 * time.Second, + Path: "/oven", + }, + Terminal: true, + }, + { + Field: structs.HashPolicyCookie, + FieldValue: "less-good-cookie", + CookieConfig: &api.CookieConfig{ + Session: true, + Path: "/toaster", + }, + Terminal: true, + }, + { + Field: structs.HashPolicyHeader, + FieldValue: "x-user-id", + }, + { + SourceIP: true, + }, + }, + }, + }, + }, + { + name: "service-resolver: envoy least request kitchen sink", + snake: ` + kind = "service-resolver" + name = "main" + load_balancer = { + policy = "least_request" + least_request_config = { + choice_count = 2 + } + } + `, + camel: ` + Kind = "service-resolver" + Name = "main" + LoadBalancer = { + Policy = "least_request" + LeastRequestConfig = { + ChoiceCount = 2 + } + } + `, + snakeJSON: ` + { + "kind": "service-resolver", + "name": "main", + "load_balancer": { + "policy": "least_request", + "least_request_config": { + "choice_count": 2 + } + } + } + `, + camelJSON: ` + { + "Kind": "service-resolver", + "Name": "main", + "LoadBalancer": { + "Policy": "least_request", + "LeastRequestConfig": { + "ChoiceCount": 2 + } + } + } + `, + expect: &api.ServiceResolverConfigEntry{ + Kind: "service-resolver", + Name: "main", + LoadBalancer: &api.LoadBalancer{ + Policy: structs.LBPolicyLeastRequest, + LeastRequestConfig: &api.LeastRequestConfig{ + ChoiceCount: 2, + }, + }, + }, + }, { name: "expose paths: kitchen sink proxy defaults", snake: ` @@ -1392,6 +1773,10 @@ func TestParseConfigEntry(t *testing.T) { snake: ` kind = "ingress-gateway" name = "ingress-web" + meta { + "foo" = "bar" + "gir" = "zim" + } tls { enabled = true } @@ -1415,6 +1800,10 @@ func TestParseConfigEntry(t *testing.T) { camel: ` Kind = "ingress-gateway" Name = "ingress-web" + Meta { + "foo" = "bar" + "gir" = "zim" + } Tls { Enabled = true } @@ -1439,6 +1828,10 @@ func TestParseConfigEntry(t *testing.T) { { "kind": "ingress-gateway", "name": "ingress-web", + "meta" : { + "foo": "bar", + "gir": "zim" + }, "tls": { "enabled": true }, @@ -1464,6 +1857,10 @@ func TestParseConfigEntry(t *testing.T) { { "Kind": "ingress-gateway", "Name": "ingress-web", + "Meta" : { + "foo": "bar", + "gir": "zim" + }, "Tls": { "Enabled": true }, @@ -1488,6 +1885,10 @@ func TestParseConfigEntry(t *testing.T) { expect: &api.IngressGatewayConfigEntry{ Kind: "ingress-gateway", Name: "ingress-web", + Meta: map[string]string{ + "foo": "bar", + "gir": "zim", + }, TLS: api.GatewayTLSConfig{ Enabled: true, }, diff --git a/command/connect/envoy/bootstrap_tpl.go b/command/connect/envoy/bootstrap_tpl.go index 3f65146831..bbd87a23cc 100644 --- a/command/connect/envoy/bootstrap_tpl.go +++ b/command/connect/envoy/bootstrap_tpl.go @@ -188,7 +188,6 @@ const bootstrapTemplate = `{ "cds_config": { "ads": {} }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/envoy.go b/command/connect/envoy/envoy.go index 6cee504295..67530f0ec6 100644 --- a/command/connect/envoy/envoy.go +++ b/command/connect/envoy/envoy.go @@ -4,7 +4,6 @@ import ( "errors" "flag" "fmt" - "io/ioutil" "net" "os" "os/exec" @@ -15,10 +14,12 @@ import ( "github.com/hashicorp/consul/agent/structs" "github.com/hashicorp/consul/agent/xds" + "github.com/hashicorp/consul/agent/xds/proxysupport" "github.com/hashicorp/consul/api" proxyCmd "github.com/hashicorp/consul/command/connect/proxy" "github.com/hashicorp/consul/command/flags" "github.com/hashicorp/consul/ipaddr" + "github.com/hashicorp/consul/tlsutil" ) func New(ui cli.Ui) *cmd { @@ -68,10 +69,9 @@ type cmd struct { gatewayKind api.ServiceKind } -const ( - defaultEnvoyVersion = "1.14.4" - meshGatewayVal = "mesh" -) +const meshGatewayVal = "mesh" + +var defaultEnvoyVersion = proxysupport.EnvoyVersions[0] var supportedGateways = map[string]api.ServiceKind{ "mesh": api.ServiceKindMeshGateway, @@ -443,13 +443,11 @@ func (c *cmd) templateArgs() (*BootstrapTplArgs, error) { } var caPEM string - if httpCfg.TLSConfig.CAFile != "" { - content, err := ioutil.ReadFile(httpCfg.TLSConfig.CAFile) - if err != nil { - return nil, fmt.Errorf("Failed to read CA file: %s", err) - } - caPEM = strings.Replace(string(content), "\n", "\\n", -1) + pems, err := tlsutil.LoadCAs(httpCfg.TLSConfig.CAFile, httpCfg.TLSConfig.CAPath) + if err != nil { + return nil, err } + caPEM = strings.Replace(strings.Join(pems, ""), "\n", "\\n", -1) return &BootstrapTplArgs{ GRPC: grpcAddr, diff --git a/command/connect/envoy/envoy_test.go b/command/connect/envoy/envoy_test.go index df089d12de..cab2ae9ad9 100644 --- a/command/connect/envoy/envoy_test.go +++ b/command/connect/envoy/envoy_test.go @@ -3,7 +3,6 @@ package envoy import ( "encoding/json" "flag" - "github.com/stretchr/testify/assert" "io/ioutil" "net" "net/http" @@ -13,6 +12,8 @@ import ( "strings" "testing" + "github.com/stretchr/testify/assert" + "github.com/hashicorp/consul/agent" "github.com/hashicorp/consul/agent/xds" "github.com/hashicorp/consul/api" @@ -369,6 +370,46 @@ func TestGenerateConfig(t *testing.T) { LocalAgentClusterName: xds.LocalAgentClusterName, }, }, + { + Name: "missing-ca-path", + Flags: []string{"-proxy-id", "test-proxy", "-ca-path", "some/path"}, + WantArgs: BootstrapTplArgs{ + EnvoyVersion: defaultEnvoyVersion, + ProxyCluster: "test-proxy", + ProxyID: "test-proxy", + // Should resolve IP, note this might not resolve the same way + // everywhere which might make this test brittle but not sure what else + // to do. + GRPC: GRPC{ + AgentAddress: "127.0.0.1", + AgentPort: "8502", + }, + }, + WantErr: "lstat some/path: no such file or directory", + }, + { + Name: "existing-ca-path", + Flags: []string{"-proxy-id", "test-proxy", "-ca-path", "../../../test/ca_path/"}, + Env: []string{"CONSUL_HTTP_SSL=1"}, + WantArgs: BootstrapTplArgs{ + EnvoyVersion: defaultEnvoyVersion, + ProxyCluster: "test-proxy", + ProxyID: "test-proxy", + // Should resolve IP, note this might not resolve the same way + // everywhere which might make this test brittle but not sure what else + // to do. + GRPC: GRPC{ + AgentAddress: "127.0.0.1", + AgentPort: "8502", + AgentTLS: true, + }, + AgentCAPEM: `-----BEGIN CERTIFICATE-----\nMIIFADCCAuqgAwIBAgIBATALBgkqhkiG9w0BAQswEzERMA8GA1UEAxMIQ2VydEF1\ndGgwHhcNMTUwNTExMjI0NjQzWhcNMjUwNTExMjI0NjU0WjATMREwDwYDVQQDEwhD\nZXJ0QXV0aDCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALcMByyynHsA\n+K4PJwo5+XHygaEZAhPGvHiKQK2Cbc9NDm0ZTzx0rA/dRTZlvouhDyzcJHm+6R1F\nj6zQv7iaSC3qQtJiPnPsfZ+/0XhFZ3fQWMnfDiGbZpF1kJF01ofB6vnsuocFC0zG\naGC+SZiLAzs+QMP3Bebw1elCBIeoN+8NWnRYmLsYIaYGJGBSbNo/lCpLTuinofUn\nL3ehWEGv1INwpHnSVeN0Ml2GFe23d7PUlj/wNIHgUdpUR+KEJxIP3klwtsI3QpSH\nc4VjWdf4aIcka6K3IFuw+K0PUh3xAAPnMpAQOtCZk0AhF5rlvUbevC6jADxpKxLp\nOONmvCTer4LtyNURAoBH52vbK0r/DNcTpPEFV0IP66nXUFgkk0mRKsu8HTb4IOkC\nX3K4mp18EiWUUtrHZAnNct0iIniDBqKK0yhSNhztG6VakVt/1WdQY9Ey3mNtxN1O\nthqWFKdpKUzPKYC3P6PfVpiE7+VbWTLLXba+8BPe8BxWPsVkjJqGSGnCte4COusz\nM8/7bbTgifwJfsepwFtZG53tvwjWlO46Exl30VoDNTaIGvs1fO0GqJlh2A7FN5F2\nS1rS5VYHtPK8QdmUSvyq+7JDBc1HNT5I2zsIQbNcLwDTZ5EsbU6QR7NHDJKxjv/w\nbs3eTXJSSNcFD74wRU10pXjgE5wOFu9TAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIA\nBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQHazgZ3Puiuc6K2LzgcX5b6fAC\nPzAfBgNVHSMEGDAWgBQHazgZ3Puiuc6K2LzgcX5b6fACPzALBgkqhkiG9w0BAQsD\nggIBAEmeNrSUhpHg1I8dtfqu9hCU/6IZThjtcFA+QcPkkMa+Z1k0SOtsgW8MdlcA\ngCf5g5yQZ0DdpWM9nDB6xDIhQdccm91idHgf8wmpEHUj0an4uyn2ESCt8eqrAWf7\nAClYORCASTYfguJCxcfvwtI1uqaOeCxSOdmFay79UVitVsWeonbCRGsVgBDifJxw\nG2oCQqoYAmXPM4J6syk5GHhB1O9MMq+g1+hOx9s+XHyTui9FL4V+IUO1ygVqEQB5\nPSiRBvcIsajSGVao+vK0gf2XfcXzqr3y3NhBky9rFMp1g+ykb2yWekV4WiROJlCj\nTsWwWZDRyjiGahDbho/XW8JciouHZhJdjhmO31rqW3HdFviCTdXMiGk3GQIzz/Jg\nP+enOaHXoY9lcxzDvY9z1BysWBgNvNrMnVge/fLP9o+a0a0PRIIVl8T0Ef3zeg1O\nCLCSy/1Vae5Tx63ZTFvGFdOSusYkG9rlAUHXZE364JRCKzM9Bz0bM+t+LaO0MaEb\nYoxcXEPU+gB2IvmARpInN3oHexR6ekuYHVTRGdWrdmuHFzc7eFwygRqTFdoCCU+G\nQZEkd+lOEyv0zvQqYg+Jp0AEGz2B2zB53uBVECtn0EqrSdPtRzUBSByXVs6QhSXn\neVmy+z3U3MecP63X6oSPXekqSyZFuegXpNNuHkjNoL4ep2ix\n-----END CERTIFICATE-----\n-----BEGIN CERTIFICATE-----\nMIIEtzCCA5+gAwIBAgIJAIewRMI8OnvTMA0GCSqGSIb3DQEBBQUAMIGYMQswCQYD\nVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xHDAa\nBgNVBAoTE0hhc2hpQ29ycCBUZXN0IENlcnQxDDAKBgNVBAsTA0RldjEWMBQGA1UE\nAxMNdGVzdC5pbnRlcm5hbDEgMB4GCSqGSIb3DQEJARYRdGVzdEBpbnRlcm5hbC5j\nb20wHhcNMTQwNDA3MTkwMTA4WhcNMjQwNDA0MTkwMTA4WjCBmDELMAkGA1UEBhMC\nVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRwwGgYDVQQK\nExNIYXNoaUNvcnAgVGVzdCBDZXJ0MQwwCgYDVQQLEwNEZXYxFjAUBgNVBAMTDXRl\nc3QuaW50ZXJuYWwxIDAeBgkqhkiG9w0BCQEWEXRlc3RAaW50ZXJuYWwuY29tMIIB\nIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxrs6JK4NpiOItxrpNR/1ppUU\nmH7p2BgLCBZ6eHdclle9J56i68adt8J85zaqphCfz6VDP58DsFx+N50PZyjQaDsU\nd0HejRqfHRMtg2O+UQkv4Z66+Vo+gc6uGuANi2xMtSYDVTAqqzF48OOPQDgYkzcG\nxcFZzTRFFZt2vPnyHj8cHcaFo/NMNVh7C3yTXevRGNm9u2mrbxCEeiHzFC2WUnvg\nU2jQuC7Fhnl33Zd3B6d3mQH6O23ncmwxTcPUJe6xZaIRrDuzwUcyhLj5Z3faag/f\npFIIcHSiHRfoqHLGsGg+3swId/zVJSSDHr7pJUu7Cre+vZa63FqDaooqvnisrQID\nAQABo4IBADCB/TAdBgNVHQ4EFgQUo/nrOfqvbee2VklVKIFlyQEbuJUwgc0GA1Ud\nIwSBxTCBwoAUo/nrOfqvbee2VklVKIFlyQEbuJWhgZ6kgZswgZgxCzAJBgNVBAYT\nAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEcMBoGA1UE\nChMTSGFzaGlDb3JwIFRlc3QgQ2VydDEMMAoGA1UECxMDRGV2MRYwFAYDVQQDEw10\nZXN0LmludGVybmFsMSAwHgYJKoZIhvcNAQkBFhF0ZXN0QGludGVybmFsLmNvbYIJ\nAIewRMI8OnvTMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBADa9fV9h\ngjapBlkNmu64WX0Ufub5dsJrdHS8672P30S7ILB7Mk0W8sL65IezRsZnG898yHf9\n2uzmz5OvNTM9K380g7xFlyobSVq+6yqmmSAlA/ptAcIIZT727P5jig/DB7fzJM3g\njctDlEGOmEe50GQXc25VKpcpjAsNQi5ER5gowQ0v3IXNZs+yU+LvxLHc0rUJ/XSp\nlFCAMOqd5uRoMOejnT51G6krvLNzPaQ3N9jQfNVY4Q0zfs0M+6dRWvqfqB9Vyq8/\nPOLMld+HyAZEBk9zK3ZVIXx6XS4dkDnSNR91njLq7eouf6M7+7s/oMQZZRtAfQ6r\nwlW975rYa1ZqEdA=\n-----END CERTIFICATE-----\n`, + AdminAccessLogPath: "/dev/null", + AdminBindAddress: "127.0.0.1", + AdminBindPort: "19000", + LocalAgentClusterName: xds.LocalAgentClusterName, + }, + }, { Name: "custom-bootstrap", Flags: []string{"-proxy-id", "test-proxy"}, @@ -685,7 +726,6 @@ func TestGenerateConfig(t *testing.T) { require := require.New(t) testDir := testutil.TempDir(t, "envoytest") - defer os.RemoveAll(testDir) if len(tc.Files) > 0 { for fn, fv := range tc.Files { diff --git a/command/connect/envoy/exec_test.go b/command/connect/envoy/exec_test.go index c7703a75c8..25039c8f6c 100644 --- a/command/connect/envoy/exec_test.go +++ b/command/connect/envoy/exec_test.go @@ -29,8 +29,6 @@ func TestExecEnvoy(t *testing.T) { "--config-path", "{{ got.ConfigPath }}", "--disable-hot-restart", - "--max-obj-name-len", - "256", "--fake-envoy-arg", }, }, @@ -44,8 +42,6 @@ func TestExecEnvoy(t *testing.T) { // that value further below. "{{ got.ConfigPath }}", // No --disable-hot-restart - "--max-obj-name-len", - "256", "--fake-envoy-arg", "--restart-epoch", "1", @@ -61,8 +57,6 @@ func TestExecEnvoy(t *testing.T) { // that value further below. "{{ got.ConfigPath }}", // No --disable-hot-restart - "--max-obj-name-len", - "256", "--fake-envoy-arg", // Restart epoch defaults to 0 if not given and not disabled. "--drain-time-s", @@ -79,8 +73,6 @@ func TestExecEnvoy(t *testing.T) { // that value further below. "{{ got.ConfigPath }}", // No --disable-hot-restart - "--max-obj-name-len", - "256", "--fake-envoy-arg", // Restart epoch defaults to 0 if not given and not disabled. "--parent-shutdown-time-s", @@ -97,8 +89,6 @@ func TestExecEnvoy(t *testing.T) { // that value further below. "{{ got.ConfigPath }}", // No --disable-hot-restart - "--max-obj-name-len", - "256", "--fake-envoy-arg", // Restart epoch defaults to 0 if not given and not disabled. "--hot-restart-version", diff --git a/command/connect/envoy/exec_unix.go b/command/connect/envoy/exec_unix.go index 39bdc68a0f..0914d36659 100644 --- a/command/connect/envoy/exec_unix.go +++ b/command/connect/envoy/exec_unix.go @@ -49,17 +49,6 @@ func hasHotRestartOption(argSets ...[]string) bool { return false } -func hasMaxObjNameLenOption(argSets ...[]string) bool { - for _, args := range argSets { - for _, opt := range args { - if opt == "--max-obj-name-len" { - return true - } - } - } - return false -} - func makeBootstrapPipe(bootstrapJSON []byte) (string, error) { pipeFile := filepath.Join(os.TempDir(), fmt.Sprintf("envoy-%x-bootstrap.json", time.Now().UnixNano()+int64(os.Getpid()))) @@ -141,9 +130,6 @@ func execEnvoy(binary string, prefixArgs, suffixArgs []string, bootstrapJSON []b if disableHotRestart { envoyArgs = append(envoyArgs, "--disable-hot-restart") } - if !hasMaxObjNameLenOption(prefixArgs, suffixArgs) { - envoyArgs = append(envoyArgs, "--max-obj-name-len", "256") - } envoyArgs = append(envoyArgs, suffixArgs...) // Exec diff --git a/command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden b/command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden index 8e132ef83b..27ebc5f454 100644 --- a/command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden +++ b/command/connect/envoy/testdata/CONSUL_HTTP_ADDR-with-https-scheme-enables-tls.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -97,7 +97,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/access-log-path.golden b/command/connect/envoy/testdata/access-log-path.golden index 9c49326dbf..e20699eb8f 100644 --- a/command/connect/envoy/testdata/access-log-path.golden +++ b/command/connect/envoy/testdata/access-log-path.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -88,7 +88,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/defaults.golden b/command/connect/envoy/testdata/defaults.golden index 4b5f0c287d..3866bbd8bc 100644 --- a/command/connect/envoy/testdata/defaults.golden +++ b/command/connect/envoy/testdata/defaults.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -88,7 +88,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/existing-ca-file.golden b/command/connect/envoy/testdata/existing-ca-file.golden index 157df92dc4..f1fce5d7d6 100644 --- a/command/connect/envoy/testdata/existing-ca-file.golden +++ b/command/connect/envoy/testdata/existing-ca-file.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -97,7 +97,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/existing-ca-path.golden b/command/connect/envoy/testdata/existing-ca-path.golden new file mode 100644 index 0000000000..1dd467ce4c --- /dev/null +++ b/command/connect/envoy/testdata/existing-ca-path.golden @@ -0,0 +1,125 @@ +{ + "admin": { + "access_log_path": "/dev/null", + "address": { + "socket_address": { + "address": "127.0.0.1", + "port_value": 19000 + } + } + }, + "node": { + "cluster": "test-proxy", + "id": "test-proxy", + "metadata": { + "namespace": "default", + "envoy_version": "1.15.0" + } + }, + "static_resources": { + "clusters": [ + { + "name": "local_agent", + "connect_timeout": "1s", + "type": "STATIC", + "tls_context": { + "common_tls_context": { + "validation_context": { + "trusted_ca": { + "inline_string": "-----BEGIN CERTIFICATE-----\nMIIFADCCAuqgAwIBAgIBATALBgkqhkiG9w0BAQswEzERMA8GA1UEAxMIQ2VydEF1\ndGgwHhcNMTUwNTExMjI0NjQzWhcNMjUwNTExMjI0NjU0WjATMREwDwYDVQQDEwhD\nZXJ0QXV0aDCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALcMByyynHsA\n+K4PJwo5+XHygaEZAhPGvHiKQK2Cbc9NDm0ZTzx0rA/dRTZlvouhDyzcJHm+6R1F\nj6zQv7iaSC3qQtJiPnPsfZ+/0XhFZ3fQWMnfDiGbZpF1kJF01ofB6vnsuocFC0zG\naGC+SZiLAzs+QMP3Bebw1elCBIeoN+8NWnRYmLsYIaYGJGBSbNo/lCpLTuinofUn\nL3ehWEGv1INwpHnSVeN0Ml2GFe23d7PUlj/wNIHgUdpUR+KEJxIP3klwtsI3QpSH\nc4VjWdf4aIcka6K3IFuw+K0PUh3xAAPnMpAQOtCZk0AhF5rlvUbevC6jADxpKxLp\nOONmvCTer4LtyNURAoBH52vbK0r/DNcTpPEFV0IP66nXUFgkk0mRKsu8HTb4IOkC\nX3K4mp18EiWUUtrHZAnNct0iIniDBqKK0yhSNhztG6VakVt/1WdQY9Ey3mNtxN1O\nthqWFKdpKUzPKYC3P6PfVpiE7+VbWTLLXba+8BPe8BxWPsVkjJqGSGnCte4COusz\nM8/7bbTgifwJfsepwFtZG53tvwjWlO46Exl30VoDNTaIGvs1fO0GqJlh2A7FN5F2\nS1rS5VYHtPK8QdmUSvyq+7JDBc1HNT5I2zsIQbNcLwDTZ5EsbU6QR7NHDJKxjv/w\nbs3eTXJSSNcFD74wRU10pXjgE5wOFu9TAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIA\nBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQHazgZ3Puiuc6K2LzgcX5b6fAC\nPzAfBgNVHSMEGDAWgBQHazgZ3Puiuc6K2LzgcX5b6fACPzALBgkqhkiG9w0BAQsD\nggIBAEmeNrSUhpHg1I8dtfqu9hCU/6IZThjtcFA+QcPkkMa+Z1k0SOtsgW8MdlcA\ngCf5g5yQZ0DdpWM9nDB6xDIhQdccm91idHgf8wmpEHUj0an4uyn2ESCt8eqrAWf7\nAClYORCASTYfguJCxcfvwtI1uqaOeCxSOdmFay79UVitVsWeonbCRGsVgBDifJxw\nG2oCQqoYAmXPM4J6syk5GHhB1O9MMq+g1+hOx9s+XHyTui9FL4V+IUO1ygVqEQB5\nPSiRBvcIsajSGVao+vK0gf2XfcXzqr3y3NhBky9rFMp1g+ykb2yWekV4WiROJlCj\nTsWwWZDRyjiGahDbho/XW8JciouHZhJdjhmO31rqW3HdFviCTdXMiGk3GQIzz/Jg\nP+enOaHXoY9lcxzDvY9z1BysWBgNvNrMnVge/fLP9o+a0a0PRIIVl8T0Ef3zeg1O\nCLCSy/1Vae5Tx63ZTFvGFdOSusYkG9rlAUHXZE364JRCKzM9Bz0bM+t+LaO0MaEb\nYoxcXEPU+gB2IvmARpInN3oHexR6ekuYHVTRGdWrdmuHFzc7eFwygRqTFdoCCU+G\nQZEkd+lOEyv0zvQqYg+Jp0AEGz2B2zB53uBVECtn0EqrSdPtRzUBSByXVs6QhSXn\neVmy+z3U3MecP63X6oSPXekqSyZFuegXpNNuHkjNoL4ep2ix\n-----END CERTIFICATE-----\n-----BEGIN CERTIFICATE-----\nMIIEtzCCA5+gAwIBAgIJAIewRMI8OnvTMA0GCSqGSIb3DQEBBQUAMIGYMQswCQYD\nVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xHDAa\nBgNVBAoTE0hhc2hpQ29ycCBUZXN0IENlcnQxDDAKBgNVBAsTA0RldjEWMBQGA1UE\nAxMNdGVzdC5pbnRlcm5hbDEgMB4GCSqGSIb3DQEJARYRdGVzdEBpbnRlcm5hbC5j\nb20wHhcNMTQwNDA3MTkwMTA4WhcNMjQwNDA0MTkwMTA4WjCBmDELMAkGA1UEBhMC\nVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRwwGgYDVQQK\nExNIYXNoaUNvcnAgVGVzdCBDZXJ0MQwwCgYDVQQLEwNEZXYxFjAUBgNVBAMTDXRl\nc3QuaW50ZXJuYWwxIDAeBgkqhkiG9w0BCQEWEXRlc3RAaW50ZXJuYWwuY29tMIIB\nIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxrs6JK4NpiOItxrpNR/1ppUU\nmH7p2BgLCBZ6eHdclle9J56i68adt8J85zaqphCfz6VDP58DsFx+N50PZyjQaDsU\nd0HejRqfHRMtg2O+UQkv4Z66+Vo+gc6uGuANi2xMtSYDVTAqqzF48OOPQDgYkzcG\nxcFZzTRFFZt2vPnyHj8cHcaFo/NMNVh7C3yTXevRGNm9u2mrbxCEeiHzFC2WUnvg\nU2jQuC7Fhnl33Zd3B6d3mQH6O23ncmwxTcPUJe6xZaIRrDuzwUcyhLj5Z3faag/f\npFIIcHSiHRfoqHLGsGg+3swId/zVJSSDHr7pJUu7Cre+vZa63FqDaooqvnisrQID\nAQABo4IBADCB/TAdBgNVHQ4EFgQUo/nrOfqvbee2VklVKIFlyQEbuJUwgc0GA1Ud\nIwSBxTCBwoAUo/nrOfqvbee2VklVKIFlyQEbuJWhgZ6kgZswgZgxCzAJBgNVBAYT\nAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNU2FuIEZyYW5jaXNjbzEcMBoGA1UE\nChMTSGFzaGlDb3JwIFRlc3QgQ2VydDEMMAoGA1UECxMDRGV2MRYwFAYDVQQDEw10\nZXN0LmludGVybmFsMSAwHgYJKoZIhvcNAQkBFhF0ZXN0QGludGVybmFsLmNvbYIJ\nAIewRMI8OnvTMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBADa9fV9h\ngjapBlkNmu64WX0Ufub5dsJrdHS8672P30S7ILB7Mk0W8sL65IezRsZnG898yHf9\n2uzmz5OvNTM9K380g7xFlyobSVq+6yqmmSAlA/ptAcIIZT727P5jig/DB7fzJM3g\njctDlEGOmEe50GQXc25VKpcpjAsNQi5ER5gowQ0v3IXNZs+yU+LvxLHc0rUJ/XSp\nlFCAMOqd5uRoMOejnT51G6krvLNzPaQ3N9jQfNVY4Q0zfs0M+6dRWvqfqB9Vyq8/\nPOLMld+HyAZEBk9zK3ZVIXx6XS4dkDnSNR91njLq7eouf6M7+7s/oMQZZRtAfQ6r\nwlW975rYa1ZqEdA=\n-----END CERTIFICATE-----\n" + } + } + } + }, + "http2_protocol_options": {}, + "hosts": [ + { + "socket_address": { + "address": "127.0.0.1", + "port_value": 8502 + } + } + ] + } + ] + }, + "stats_config": { + "stats_tags": [ + { + "regex": "^cluster\\.((?:([^.]+)~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.custom_hash" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:([^.]+)\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.service_subset" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?([^.]+)\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.service" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.([^.]+)\\.[^.]+\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.namespace" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.([^.]+)\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.datacenter" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.([^.]+)\\.[^.]+\\.consul\\.)", + "tag_name": "consul.routing_type" + }, + { + "regex": "^cluster\\.((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.([^.]+)\\.consul\\.)", + "tag_name": "consul.trust_domain" + }, + { + "regex": "^cluster\\.(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+)\\.[^.]+\\.[^.]+\\.consul\\.)", + "tag_name": "consul.target" + }, + { + "regex": "^cluster\\.(((?:[^.]+~)?(?:[^.]+\\.)?[^.]+\\.[^.]+\\.[^.]+\\.[^.]+\\.[^.]+)\\.consul\\.)", + "tag_name": "consul.full_target" + }, + { + "tag_name": "local_cluster", + "fixed_value": "test-proxy" + } + ], + "use_all_default_tags": true + }, + "dynamic_resources": { + "lds_config": { + "ads": {} + }, + "cds_config": { + "ads": {} + }, + "ads_config": { + "api_type": "GRPC", + "grpc_services": { + "initial_metadata": [ + { + "key": "x-consul-token", + "value": "" + } + ], + "envoy_grpc": { + "cluster_name": "local_agent" + } + } + } + }, + "layered_runtime": { + "layers": [ + { + "name": "static_layer", + "static_layer": { + "envoy.deprecated_features:envoy.api.v2.Cluster.tls_context": true, + "envoy.deprecated_features:envoy.config.trace.v2.ZipkinConfig.HTTP_JSON_V1": true, + "envoy.deprecated_features:envoy.config.filter.network.http_connection_manager.v2.HttpConnectionManager.Tracing.operation_name": true + } + } + ] + } +} diff --git a/command/connect/envoy/testdata/extra_-multiple.golden b/command/connect/envoy/testdata/extra_-multiple.golden index cb7f2993b4..b8cf3c4855 100644 --- a/command/connect/envoy/testdata/extra_-multiple.golden +++ b/command/connect/envoy/testdata/extra_-multiple.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -110,7 +110,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/extra_-single.golden b/command/connect/envoy/testdata/extra_-single.golden index 288c626d95..90e29172cd 100644 --- a/command/connect/envoy/testdata/extra_-single.golden +++ b/command/connect/envoy/testdata/extra_-single.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -101,7 +101,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/grpc-addr-config.golden b/command/connect/envoy/testdata/grpc-addr-config.golden index d4df20a160..5e36f1b92d 100644 --- a/command/connect/envoy/testdata/grpc-addr-config.golden +++ b/command/connect/envoy/testdata/grpc-addr-config.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -88,7 +88,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/grpc-addr-env.golden b/command/connect/envoy/testdata/grpc-addr-env.golden index d4df20a160..5e36f1b92d 100644 --- a/command/connect/envoy/testdata/grpc-addr-env.golden +++ b/command/connect/envoy/testdata/grpc-addr-env.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -88,7 +88,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/grpc-addr-flag.golden b/command/connect/envoy/testdata/grpc-addr-flag.golden index d4df20a160..5e36f1b92d 100644 --- a/command/connect/envoy/testdata/grpc-addr-flag.golden +++ b/command/connect/envoy/testdata/grpc-addr-flag.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -88,7 +88,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/grpc-addr-unix.golden b/command/connect/envoy/testdata/grpc-addr-unix.golden index 3d400e9902..86b147acac 100644 --- a/command/connect/envoy/testdata/grpc-addr-unix.golden +++ b/command/connect/envoy/testdata/grpc-addr-unix.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -87,7 +87,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway-address-specified.golden b/command/connect/envoy/testdata/ingress-gateway-address-specified.golden index 78f4b3a5a6..b020b9e593 100644 --- a/command/connect/envoy/testdata/ingress-gateway-address-specified.golden +++ b/command/connect/envoy/testdata/ingress-gateway-address-specified.golden @@ -13,7 +13,7 @@ "id": "ingress-gateway", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -161,7 +161,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway-no-auto-register.golden b/command/connect/envoy/testdata/ingress-gateway-no-auto-register.golden index ea3c9d37d3..84744703ff 100644 --- a/command/connect/envoy/testdata/ingress-gateway-no-auto-register.golden +++ b/command/connect/envoy/testdata/ingress-gateway-no-auto-register.golden @@ -13,7 +13,7 @@ "id": "ingress-gateway", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -161,7 +161,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway-register-with-service-and-proxy-id.golden b/command/connect/envoy/testdata/ingress-gateway-register-with-service-and-proxy-id.golden index 59f6670741..5bd97f0bbc 100644 --- a/command/connect/envoy/testdata/ingress-gateway-register-with-service-and-proxy-id.golden +++ b/command/connect/envoy/testdata/ingress-gateway-register-with-service-and-proxy-id.golden @@ -13,7 +13,7 @@ "id": "my-gateway-123", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -161,7 +161,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway-register-with-service-without-proxy-id.golden b/command/connect/envoy/testdata/ingress-gateway-register-with-service-without-proxy-id.golden index a3b51e0be4..098363d089 100644 --- a/command/connect/envoy/testdata/ingress-gateway-register-with-service-without-proxy-id.golden +++ b/command/connect/envoy/testdata/ingress-gateway-register-with-service-without-proxy-id.golden @@ -13,7 +13,7 @@ "id": "my-gateway", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -161,7 +161,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/ingress-gateway.golden b/command/connect/envoy/testdata/ingress-gateway.golden index 380fe29c21..962dcefe12 100644 --- a/command/connect/envoy/testdata/ingress-gateway.golden +++ b/command/connect/envoy/testdata/ingress-gateway.golden @@ -13,7 +13,7 @@ "id": "ingress-gateway-1", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -161,7 +161,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/stats-config-override.golden b/command/connect/envoy/testdata/stats-config-override.golden index caddf5aeca..4453d13b82 100644 --- a/command/connect/envoy/testdata/stats-config-override.golden +++ b/command/connect/envoy/testdata/stats-config-override.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -46,7 +46,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/token-arg.golden b/command/connect/envoy/testdata/token-arg.golden index a06c00a7f5..5e0bf0f893 100644 --- a/command/connect/envoy/testdata/token-arg.golden +++ b/command/connect/envoy/testdata/token-arg.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -88,7 +88,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/token-env.golden b/command/connect/envoy/testdata/token-env.golden index a06c00a7f5..5e0bf0f893 100644 --- a/command/connect/envoy/testdata/token-env.golden +++ b/command/connect/envoy/testdata/token-env.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -88,7 +88,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/token-file-arg.golden b/command/connect/envoy/testdata/token-file-arg.golden index a06c00a7f5..5e0bf0f893 100644 --- a/command/connect/envoy/testdata/token-file-arg.golden +++ b/command/connect/envoy/testdata/token-file-arg.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -88,7 +88,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/token-file-env.golden b/command/connect/envoy/testdata/token-file-env.golden index a06c00a7f5..5e0bf0f893 100644 --- a/command/connect/envoy/testdata/token-file-env.golden +++ b/command/connect/envoy/testdata/token-file-env.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -88,7 +88,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/envoy/testdata/zipkin-tracing-config.golden b/command/connect/envoy/testdata/zipkin-tracing-config.golden index 02c36b0cef..1db13556b1 100644 --- a/command/connect/envoy/testdata/zipkin-tracing-config.golden +++ b/command/connect/envoy/testdata/zipkin-tracing-config.golden @@ -13,7 +13,7 @@ "id": "test-proxy", "metadata": { "namespace": "default", - "envoy_version": "1.14.4" + "envoy_version": "1.15.0" } }, "static_resources": { @@ -121,7 +121,6 @@ }, "ads_config": { "api_type": "GRPC", - "set_node_on_first_message_only": true, "grpc_services": { "initial_metadata": [ { diff --git a/command/connect/proxy/proxy.go b/command/connect/proxy/proxy.go index 658c820172..028d39c930 100644 --- a/command/connect/proxy/proxy.go +++ b/command/connect/proxy/proxy.go @@ -3,7 +3,6 @@ package proxy import ( "flag" "fmt" - "io" "log" "net" "net/http" @@ -132,7 +131,7 @@ func (c *cmd) Run(args []string) int { } // Setup the log outputs - logConfig := &logging.Config{ + logConfig := logging.Config{ LogLevel: c.logLevel, Name: logging.Proxy, LogJSON: c.logJSON, @@ -140,7 +139,7 @@ func (c *cmd) Run(args []string) int { logGate := logging.GatedWriter{Writer: &cli.UiWriter{Ui: c.UI}} - logger, _, err := logging.Setup(logConfig, []io.Writer{&logGate}) + logger, err := logging.Setup(logConfig, &logGate) if err != nil { c.UI.Error(err.Error()) return 1 diff --git a/command/debug/debug_test.go b/command/debug/debug_test.go index 462b6c17ec..2afb3bf652 100644 --- a/command/debug/debug_test.go +++ b/command/debug/debug_test.go @@ -28,7 +28,6 @@ func TestDebugCommand(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "debug") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` enable_debug = true @@ -65,7 +64,6 @@ func TestDebugCommand_Archive(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "debug") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` enable_debug = true @@ -125,9 +123,6 @@ func TestDebugCommand_Archive(t *testing.T) { func TestDebugCommand_ArgsBad(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "debug") - defer os.RemoveAll(testDir) - ui := cli.NewMockUi() cmd := New(ui, nil) @@ -149,9 +144,6 @@ func TestDebugCommand_ArgsBad(t *testing.T) { func TestDebugCommand_OutputPathBad(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "debug") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, "") defer a.Shutdown() testrpc.WaitForLeader(t, a.RPC, "dc1") @@ -182,7 +174,6 @@ func TestDebugCommand_OutputPathExists(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "debug") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, "") defer a.Shutdown() @@ -263,7 +254,6 @@ func TestDebugCommand_CaptureTargets(t *testing.T) { for name, tc := range cases { testDir := testutil.TempDir(t, "debug") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` enable_debug = true @@ -329,7 +319,6 @@ func TestDebugCommand_ProfilesExist(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "debug") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` enable_debug = true @@ -406,9 +395,6 @@ func TestDebugCommand_ValidateTiming(t *testing.T) { // the valid duration test to avoid hanging shutdownCh := make(chan struct{}) - testDir := testutil.TempDir(t, "debug") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, "") defer a.Shutdown() testrpc.WaitForLeader(t, a.RPC, "dc1") @@ -439,7 +425,6 @@ func TestDebugCommand_DebugDisabled(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "debug") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` enable_debug = false diff --git a/command/intention/create/create_test.go b/command/intention/create/create_test.go index b419f20310..1b9c690e24 100644 --- a/command/intention/create/create_test.go +++ b/command/intention/create/create_test.go @@ -1,7 +1,6 @@ package create import ( - "os" "strings" "testing" @@ -146,7 +145,6 @@ func TestCommand_File(t *testing.T) { contents := `{ "SourceName": "foo", "DestinationName": "bar", "Action": "allow" }` f := testutil.TempFile(t, "intention-create-command-file") - defer os.Remove(f.Name()) if _, err := f.WriteString(contents); err != nil { t.Fatalf("err: %#v", err) } diff --git a/command/kv/put/kv_put_test.go b/command/kv/put/kv_put_test.go index eec776b4e5..a5289681c2 100644 --- a/command/kv/put/kv_put_test.go +++ b/command/kv/put/kv_put_test.go @@ -4,7 +4,6 @@ import ( "bytes" "encoding/base64" "io" - "os" "strconv" "strings" "testing" @@ -176,7 +175,6 @@ func TestKVPutCommand_File(t *testing.T) { c := New(ui) f := testutil.TempFile(t, "kv-put-command-file") - defer os.Remove(f.Name()) if _, err := f.WriteString("bar"); err != nil { t.Fatalf("err: %#v", err) } diff --git a/command/login/login_test.go b/command/login/login_test.go index c34766f276..e821eddb02 100644 --- a/command/login/login_test.go +++ b/command/login/login_test.go @@ -34,7 +34,6 @@ func TestLoginCommand(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" @@ -228,7 +227,6 @@ func TestLoginCommand_k8s(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" @@ -323,7 +321,6 @@ func TestLoginCommand_jwt(t *testing.T) { t.Parallel() testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" diff --git a/command/logout/logout_test.go b/command/logout/logout_test.go index 07b2f8df10..e04a5bd817 100644 --- a/command/logout/logout_test.go +++ b/command/logout/logout_test.go @@ -1,7 +1,6 @@ package logout import ( - "os" "strings" "testing" @@ -10,7 +9,6 @@ import ( "github.com/hashicorp/consul/agent/consul/authmethod/testauth" "github.com/hashicorp/consul/api" "github.com/hashicorp/consul/command/acl" - "github.com/hashicorp/consul/sdk/testutil" "github.com/hashicorp/consul/testrpc" "github.com/hashicorp/go-uuid" "github.com/mitchellh/cli" @@ -28,9 +26,6 @@ func TestLogout_noTabs(t *testing.T) { func TestLogoutCommand(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { @@ -157,9 +152,6 @@ func TestLogoutCommand(t *testing.T) { func TestLogoutCommand_k8s(t *testing.T) { t.Parallel() - testDir := testutil.TempDir(t, "acl") - defer os.RemoveAll(testDir) - a := agent.NewTestAgent(t, ` primary_datacenter = "dc1" acl { diff --git a/command/services/deregister/deregister_test.go b/command/services/deregister/deregister_test.go index a460fe292a..b2a9c7a11a 100644 --- a/command/services/deregister/deregister_test.go +++ b/command/services/deregister/deregister_test.go @@ -172,13 +172,11 @@ func testFile(t *testing.T, suffix string) *os.File { newName := f.Name() + "." + suffix if err := os.Rename(f.Name(), newName); err != nil { - os.Remove(f.Name()) t.Fatalf("err: %s", err) } f, err := os.Create(newName) if err != nil { - os.Remove(newName) t.Fatalf("err: %s", err) } diff --git a/command/snapshot/inspect/snapshot_inspect_test.go b/command/snapshot/inspect/snapshot_inspect_test.go index 56fd25110d..eab43a8f4d 100644 --- a/command/snapshot/inspect/snapshot_inspect_test.go +++ b/command/snapshot/inspect/snapshot_inspect_test.go @@ -66,8 +66,6 @@ func TestSnapshotInspectCommand(t *testing.T) { client := a.Client() dir := testutil.TempDir(t, "snapshot") - defer os.RemoveAll(dir) - file := filepath.Join(dir, "backup.tgz") // Save a snapshot of the current Consul state diff --git a/command/snapshot/restore/snapshot_restore_test.go b/command/snapshot/restore/snapshot_restore_test.go index 36163a0f3d..a26361229a 100644 --- a/command/snapshot/restore/snapshot_restore_test.go +++ b/command/snapshot/restore/snapshot_restore_test.go @@ -74,8 +74,6 @@ func TestSnapshotRestoreCommand(t *testing.T) { c := New(ui) dir := testutil.TempDir(t, "snapshot") - defer os.RemoveAll(dir) - file := filepath.Join(dir, "backup.tgz") args := []string{ "-http-addr=" + a.HTTPAddr(), @@ -134,7 +132,6 @@ func TestSnapshotRestoreCommand_TruncatedSnapshot(t *testing.T) { } dir := testutil.TempDir(t, "snapshot") - defer os.RemoveAll(dir) for _, removeBytes := range []int{200, 16, 8, 4, 2, 1} { t.Run(fmt.Sprintf("truncate %d bytes from end", removeBytes), func(t *testing.T) { diff --git a/command/snapshot/save/snapshot_save_test.go b/command/snapshot/save/snapshot_save_test.go index c7c5331f95..db0c4b48d4 100644 --- a/command/snapshot/save/snapshot_save_test.go +++ b/command/snapshot/save/snapshot_save_test.go @@ -78,8 +78,6 @@ func TestSnapshotSaveCommand(t *testing.T) { c := New(ui) dir := testutil.TempDir(t, "snapshot") - defer os.RemoveAll(dir) - file := filepath.Join(dir, "backup.tgz") args := []string{ "-http-addr=" + a.HTTPAddr(), @@ -160,7 +158,6 @@ func TestSnapshotSaveCommand_TruncatedStream(t *testing.T) { }) dir := testutil.TempDir(t, "snapshot") - defer os.RemoveAll(dir) for _, removeBytes := range []int{200, 16, 8, 4, 2, 1} { t.Run(fmt.Sprintf("truncate %d bytes from end", removeBytes), func(t *testing.T) { diff --git a/command/tls/ca/create/tls_ca_create_test.go b/command/tls/ca/create/tls_ca_create_test.go index 88345fdae7..f2677e081d 100644 --- a/command/tls/ca/create/tls_ca_create_test.go +++ b/command/tls/ca/create/tls_ca_create_test.go @@ -24,7 +24,6 @@ func TestValidateCommand_noTabs(t *testing.T) { func TestCACreateCommand(t *testing.T) { testDir := testutil.TempDir(t, "ca-create") - defer os.RemoveAll(testDir) defer switchToTempDir(t, testDir)() diff --git a/command/tls/cert/create/tls_cert_create.go b/command/tls/cert/create/tls_cert_create.go index 1a881acc35..0e06537f55 100644 --- a/command/tls/cert/create/tls_cert_create.go +++ b/command/tls/cert/create/tls_cert_create.go @@ -230,7 +230,7 @@ Usage: consul tls cert create [options] ==> Using consul-agent-ca.pem and consul-agent-ca-key.pem ==> Saved dc1-server-consul-0.pem ==> Saved dc1-server-consul-0-key.pem - $ consul tls cert -client + $ consul tls cert create -client ==> Using consul-agent-ca.pem and consul-agent-ca-key.pem ==> Saved dc1-client-consul-0.pem ==> Saved dc1-client-consul-0-key.pem diff --git a/command/tls/cert/create/tls_cert_create_test.go b/command/tls/cert/create/tls_cert_create_test.go index 736a159ef1..306eed8df2 100644 --- a/command/tls/cert/create/tls_cert_create_test.go +++ b/command/tls/cert/create/tls_cert_create_test.go @@ -74,7 +74,6 @@ func TestTlsCertCreateCommand_InvalidArgs(t *testing.T) { func TestTlsCertCreateCommand_fileCreate(t *testing.T) { testDir := testutil.TempDir(t, "tls") - defer os.RemoveAll(testDir) defer switchToTempDir(t, testDir)() diff --git a/command/validate/validate_test.go b/command/validate/validate_test.go index cb37cdb370..c8cc3bf4d1 100644 --- a/command/validate/validate_test.go +++ b/command/validate/validate_test.go @@ -2,7 +2,6 @@ package validate import ( "io/ioutil" - "os" "path/filepath" "strings" "testing" @@ -22,7 +21,6 @@ func TestValidateCommand_noTabs(t *testing.T) { func TestValidateCommand_FailOnEmptyFile(t *testing.T) { t.Parallel() tmpFile := testutil.TempFile(t, "consul") - defer os.RemoveAll(tmpFile.Name()) cmd := New(cli.NewMockUi()) args := []string{tmpFile.Name()} @@ -34,7 +32,6 @@ func TestValidateCommand_FailOnEmptyFile(t *testing.T) { func TestValidateCommand_SucceedOnMinimalConfigFile(t *testing.T) { t.Parallel() td := testutil.TempDir(t, "consul") - defer os.RemoveAll(td) fp := filepath.Join(td, "config.json") err := ioutil.WriteFile(fp, []byte(`{"bind_addr":"10.0.0.1", "data_dir":"`+td+`"}`), 0644) @@ -50,7 +47,6 @@ func TestValidateCommand_SucceedOnMinimalConfigFile(t *testing.T) { func TestValidateCommand_SucceedWithMinimalJSONConfigFormat(t *testing.T) { t.Parallel() td := testutil.TempDir(t, "consul") - defer os.RemoveAll(td) fp := filepath.Join(td, "json.conf") err := ioutil.WriteFile(fp, []byte(`{"bind_addr":"10.0.0.1", "data_dir":"`+td+`"}`), 0644) @@ -66,7 +62,6 @@ func TestValidateCommand_SucceedWithMinimalJSONConfigFormat(t *testing.T) { func TestValidateCommand_SucceedWithMinimalHCLConfigFormat(t *testing.T) { t.Parallel() td := testutil.TempDir(t, "consul") - defer os.RemoveAll(td) fp := filepath.Join(td, "hcl.conf") err := ioutil.WriteFile(fp, []byte("bind_addr = \"10.0.0.1\"\ndata_dir = \""+td+"\""), 0644) @@ -82,7 +77,6 @@ func TestValidateCommand_SucceedWithMinimalHCLConfigFormat(t *testing.T) { func TestValidateCommand_SucceedWithJSONAsHCL(t *testing.T) { t.Parallel() td := testutil.TempDir(t, "consul") - defer os.RemoveAll(td) fp := filepath.Join(td, "json.conf") err := ioutil.WriteFile(fp, []byte(`{"bind_addr":"10.0.0.1", "data_dir":"`+td+`"}`), 0644) @@ -98,7 +92,6 @@ func TestValidateCommand_SucceedWithJSONAsHCL(t *testing.T) { func TestValidateCommand_SucceedOnMinimalConfigDir(t *testing.T) { t.Parallel() td := testutil.TempDir(t, "consul") - defer os.RemoveAll(td) err := ioutil.WriteFile(filepath.Join(td, "config.json"), []byte(`{"bind_addr":"10.0.0.1", "data_dir":"`+td+`"}`), 0644) require.Nilf(t, err, "err: %s", err) @@ -113,7 +106,6 @@ func TestValidateCommand_SucceedOnMinimalConfigDir(t *testing.T) { func TestValidateCommand_FailForInvalidJSONConfigFormat(t *testing.T) { t.Parallel() td := testutil.TempDir(t, "consul") - defer os.RemoveAll(td) fp := filepath.Join(td, "hcl.conf") err := ioutil.WriteFile(fp, []byte(`bind_addr = "10.0.0.1"\ndata_dir = "`+td+`"`), 0644) @@ -129,7 +121,6 @@ func TestValidateCommand_FailForInvalidJSONConfigFormat(t *testing.T) { func TestValidateCommand_Quiet(t *testing.T) { t.Parallel() td := testutil.TempDir(t, "consul") - defer os.RemoveAll(td) fp := filepath.Join(td, "config.json") err := ioutil.WriteFile(fp, []byte(`{"bind_addr":"10.0.0.1", "data_dir":"`+td+`"}`), 0644) diff --git a/command/watch/watch_test.go b/command/watch/watch_test.go index 2bd74e08a3..4b6d72e890 100644 --- a/command/watch/watch_test.go +++ b/command/watch/watch_test.go @@ -48,7 +48,6 @@ func TestWatchCommand_loadToken(t *testing.T) { const testToken = "4a0db5a1-869f-4602-ae8a-b0306a82f1ef" testDir := testutil.TempDir(t, "watchtest") - defer os.RemoveAll(testDir) fullname := filepath.Join(testDir, "token.txt") require.NoError(t, ioutil.WriteFile(fullname, []byte(testToken), 0600)) diff --git a/go.mod b/go.mod index 5e7373ae0f..e5864976ec 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/NYTimes/gziphandler v1.0.1 github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e - github.com/armon/go-metrics v0.3.3 + github.com/armon/go-metrics v0.3.4 github.com/armon/go-radix v1.0.0 github.com/aws/aws-sdk-go v1.25.41 github.com/coredns/coredns v1.1.2 @@ -28,8 +28,8 @@ require ( github.com/google/go-querystring v1.0.0 // indirect github.com/google/gofuzz v1.1.0 github.com/google/tcpproxy v0.0.0-20180808230851-dfa16c61dad2 - github.com/hashicorp/consul/api v1.4.0 - github.com/hashicorp/consul/sdk v0.4.0 + github.com/hashicorp/consul/api v1.7.0 + github.com/hashicorp/consul/sdk v0.6.0 github.com/hashicorp/errwrap v1.0.0 github.com/hashicorp/go-bexpr v0.1.2 github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de @@ -53,7 +53,7 @@ require ( github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 github.com/hashicorp/raft v1.1.2 github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea - github.com/hashicorp/serf v0.9.3 + github.com/hashicorp/serf v0.9.4 github.com/hashicorp/vault/api v1.0.4 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d github.com/imdario/mergo v0.3.6 @@ -87,7 +87,6 @@ require ( golang.org/x/tools v0.0.0-20200513154647-78b527d18275 // indirect google.golang.org/api v0.9.0 // indirect google.golang.org/appengine v1.6.0 // indirect - google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 google.golang.org/grpc v1.25.1 gopkg.in/square/go-jose.v2 v2.4.1 k8s.io/api v0.16.9 diff --git a/go.sum b/go.sum index a6fb3b050a..dde7494dc1 100644 --- a/go.sum +++ b/go.sum @@ -60,8 +60,8 @@ github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5 github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 h1:EFSB7Zo9Eg91v7MJPVsifUysc/wPdN+NOnVe6bWbdBM= github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878/go.mod h1:3AMJUQhVx52RsWOnlkpikZr01T/yAVN2gn0861vByNg= -github.com/armon/go-metrics v0.3.3 h1:a9F4rlj7EWWrbj7BYw8J8+x+ZZkJeqzNyRk8hdPF+ro= -github.com/armon/go-metrics v0.3.3/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= +github.com/armon/go-metrics v0.3.4 h1:Xqf+7f2Vhl9tsqDYmXhnXInUdcrtgpRNpIA15/uldSc= +github.com/armon/go-metrics v0.3.4/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/armon/go-radix v1.0.0 h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI= github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= @@ -288,6 +288,8 @@ github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea h1:xykPFhrBA github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea/go.mod h1:pNv7Wc3ycL6F5oOWn+tPGo2gWD4a5X+yp/ntwdKLjRk= github.com/hashicorp/serf v0.9.3 h1:AVF6JDQQens6nMHT9OGERBvK0f8rPrAGILnsKLr6lzM= github.com/hashicorp/serf v0.9.3/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKENpqIUyk= +github.com/hashicorp/serf v0.9.4 h1:xrZ4ZR0wT5Dz8oQHHdfOzr0ei1jMToWlFFz3hh/DI7I= +github.com/hashicorp/serf v0.9.4/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKENpqIUyk= github.com/hashicorp/vault/api v1.0.4 h1:j08Or/wryXT4AcHj1oCbMd7IijXcKzYUGw59LGu9onU= github.com/hashicorp/vault/api v1.0.4/go.mod h1:gDcqh3WGcR1cpF5AJz/B1UFheUEneMoIospckxBxk6Q= github.com/hashicorp/vault/sdk v0.1.13 h1:mOEPeOhT7jl0J4AMl1E705+BcmeRs1VmKNb9F0sMLy8= diff --git a/lib/telemetry.go b/lib/telemetry.go index 8933c0c301..595e6005e8 100644 --- a/lib/telemetry.go +++ b/lib/telemetry.go @@ -19,6 +19,10 @@ import ( // the shared InitTelemetry functions below, but we can't import agent/config // due to a dependency cycle. type TelemetryConfig struct { + // Disable may be set to true to have InitTelemetry to skip initialization + // and return a nil MetricsSink. + Disable bool + // Circonus*: see https://github.com/circonus-labs/circonus-gometrics // for more details on the various configuration options. // Valid configuration combinations: @@ -326,6 +330,9 @@ func circonusSink(cfg TelemetryConfig, hostname string) (metrics.MetricSink, err // InitTelemetry configures go-metrics based on map of telemetry config // values as returned by Runtimecfg.Config(). func InitTelemetry(cfg TelemetryConfig) (*metrics.InmemSink, error) { + if cfg.Disable { + return nil, nil + } // Setup telemetry // Aggregate on 10 second intervals for 1 minute. Expose the // metrics over stderr when there is a SIGUSR1 received. diff --git a/logging/grpc.go b/logging/grpc.go index eddc3cb50d..53188bd376 100644 --- a/logging/grpc.go +++ b/logging/grpc.go @@ -17,11 +17,11 @@ type GRPCLogger struct { // logger with Severity/Verbosity level appropriate for the given config. // // Note that grpclog has Info, Warning, Error, Fatal severity levels AND integer -// verbosity levels for additional info. Verbose logs in glog are always INFO +// verbosity levels for additional info. Verbose logs in hclog are always DEBUG // severity so we map Info,V0 to INFO, Info,V1 to DEBUG, and Info,V>1 to TRACE. -func NewGRPCLogger(config *Config, logger hclog.Logger) *GRPCLogger { +func NewGRPCLogger(logLevel string, logger hclog.Logger) *GRPCLogger { return &GRPCLogger{ - level: config.LogLevel, + level: logLevel, logger: logger, } } diff --git a/logging/grpc_test.go b/logging/grpc_test.go index a97b2e590a..bd19f958e6 100644 --- a/logging/grpc_test.go +++ b/logging/grpc_test.go @@ -20,7 +20,7 @@ func TestGRPCLogger(t *testing.T) { Output: &out, TimeFormat: "timeformat", }) - grpclog.SetLoggerV2(NewGRPCLogger(&Config{LogLevel: "TRACE"}, logger)) + grpclog.SetLoggerV2(NewGRPCLogger("TRACE", logger)) // All of these should output something grpclog.Info("Info,") @@ -92,7 +92,7 @@ func TestGRPCLogger_V(t *testing.T) { Level: hclog.Trace, Output: &out, }) - grpclog.SetLoggerV2(NewGRPCLogger(&Config{LogLevel: tt.level}, logger)) + grpclog.SetLoggerV2(NewGRPCLogger(tt.level, logger)) assert.Equal(t, tt.want, grpclog.V(tt.v)) }) diff --git a/logging/logfile_test.go b/logging/logfile_test.go index e035a9c939..115f1bcff4 100644 --- a/logging/logfile_test.go +++ b/logging/logfile_test.go @@ -2,7 +2,6 @@ package logging import ( "io/ioutil" - "os" "path/filepath" "testing" "time" @@ -12,21 +11,19 @@ import ( const ( testFileName = "Consul.log" - testDuration = 2 * time.Second + testDuration = 50 * time.Millisecond testBytes = 10 ) func TestLogFile_timeRotation(t *testing.T) { - t.Parallel() tempDir := testutil.TempDir(t, "LogWriterTime") - defer os.Remove(tempDir) logFile := LogFile{ fileName: testFileName, logPath: tempDir, duration: testDuration, } logFile.Write([]byte("Hello World")) - time.Sleep(2 * time.Second) + time.Sleep(3 * testDuration) logFile.Write([]byte("Second File")) want := 2 if got, _ := ioutil.ReadDir(tempDir); len(got) != want { @@ -35,9 +32,7 @@ func TestLogFile_timeRotation(t *testing.T) { } func TestLogFile_openNew(t *testing.T) { - t.Parallel() tempDir := testutil.TempDir(t, "LogWriterOpen") - defer os.Remove(tempDir) logFile := LogFile{fileName: testFileName, logPath: tempDir, duration: testDuration} if err := logFile.openNew(); err != nil { t.Errorf("Expected open file %s, got an error (%s)", testFileName, err) @@ -49,9 +44,7 @@ func TestLogFile_openNew(t *testing.T) { } func TestLogFile_byteRotation(t *testing.T) { - t.Parallel() tempDir := testutil.TempDir(t, "LogWriterBytes") - defer os.Remove(tempDir) logFile := LogFile{ fileName: testFileName, logPath: tempDir, @@ -68,9 +61,7 @@ func TestLogFile_byteRotation(t *testing.T) { } func TestLogFile_deleteArchives(t *testing.T) { - t.Parallel() tempDir := testutil.TempDir(t, "LogWriteDeleteArchives") - defer os.Remove(tempDir) logFile := LogFile{ fileName: testFileName, logPath: tempDir, @@ -105,9 +96,7 @@ func TestLogFile_deleteArchives(t *testing.T) { } func TestLogFile_deleteArchivesDisabled(t *testing.T) { - t.Parallel() tempDir := testutil.TempDir(t, t.Name()) - defer os.Remove(tempDir) logFile := LogFile{ fileName: testFileName, logPath: tempDir, @@ -127,9 +116,7 @@ func TestLogFile_deleteArchivesDisabled(t *testing.T) { } func TestLogFile_rotationDisabled(t *testing.T) { - t.Parallel() tempDir := testutil.TempDir(t, t.Name()) - defer os.Remove(tempDir) logFile := LogFile{ fileName: testFileName, logPath: tempDir, diff --git a/logging/logger.go b/logging/logger.go index ec1dcc613d..a528c92796 100644 --- a/logging/logger.go +++ b/logging/logger.go @@ -52,49 +52,37 @@ var ( type LogSetupErrorFn func(string) -// Setup is used to perform setup of several logging objects: +// Setup logging from Config, and return an hclog Logger. // -// * A hclog.Logger is used to perform filtering by log level and write to io.Writer. -// * A GatedWriter is used to buffer logs until startup UI operations are -// complete. After this is flushed then logs flow directly to output -// destinations. -// * An io.Writer is provided as the sink for all logs to flow to. -// -// The provided ui object will get any log messages related to setting up -// logging itself, and will also be hooked up to the gated logger. The final bool -// parameter indicates if logging was set up successfully. -func Setup(config *Config, writers []io.Writer) (hclog.InterceptLogger, io.Writer, error) { +// Logs may be written to out, and optionally to syslog, and a file. +func Setup(config Config, out io.Writer) (hclog.InterceptLogger, error) { if !ValidateLogLevel(config.LogLevel) { - return nil, nil, fmt.Errorf("Invalid log level: %s. Valid log levels are: %v", + return nil, fmt.Errorf("Invalid log level: %s. Valid log levels are: %v", config.LogLevel, allowedLogLevels) } - // Set up syslog if it's enabled. - var syslog io.Writer + writers := []io.Writer{out} + if config.EnableSyslog { retries := 12 delay := 5 * time.Second for i := 0; i <= retries; i++ { - l, err := gsyslog.NewLogger(gsyslog.LOG_NOTICE, config.SyslogFacility, "consul") + syslog, err := gsyslog.NewLogger(gsyslog.LOG_NOTICE, config.SyslogFacility, "consul") if err == nil { - syslog = &SyslogWrapper{l} + writers = append(writers, syslog) break } if i == retries { timeout := time.Duration(retries) * delay - return nil, nil, fmt.Errorf("Syslog setup did not succeed within timeout (%s).", timeout.String()) + return nil, fmt.Errorf("Syslog setup did not succeed within timeout (%s).", timeout.String()) } time.Sleep(delay) } } - if syslog != nil { - writers = append(writers, syslog) - } - // Create a file logger if the user has specified the path to the log file if config.LogFilePath != "" { dir, fileName := filepath.Split(config.LogFilePath) @@ -121,19 +109,16 @@ func Setup(config *Config, writers []io.Writer) (hclog.InterceptLogger, io.Write MaxFiles: config.LogRotateMaxFiles, } if err := logFile.openNew(); err != nil { - return nil, nil, fmt.Errorf("Failed to setup logging: %w", err) + return nil, fmt.Errorf("Failed to setup logging: %w", err) } writers = append(writers, logFile) } - logOutput := io.MultiWriter(writers...) - logger := hclog.NewInterceptLogger(&hclog.LoggerOptions{ Level: LevelFromString(config.LogLevel), Name: config.Name, - Output: logOutput, + Output: io.MultiWriter(writers...), JSONFormat: config.LogJSON, }) - - return logger, logOutput, nil + return logger, nil } diff --git a/logging/logger_test.go b/logging/logger_test.go index eed4029e46..babff2a1af 100644 --- a/logging/logger_test.go +++ b/logging/logger_test.go @@ -4,7 +4,6 @@ import ( "bytes" "encoding/json" "errors" - "io" "os" "testing" @@ -13,28 +12,22 @@ import ( ) func TestLogger_SetupBasic(t *testing.T) { - t.Parallel() require := require.New(t) - cfg := &Config{ - LogLevel: "INFO", - } + cfg := Config{LogLevel: "INFO"} - logger, writer, err := Setup(cfg, nil) + logger, err := Setup(cfg, nil) require.NoError(err) - require.NotNil(writer) require.NotNil(logger) } func TestLogger_SetupInvalidLogLevel(t *testing.T) { - t.Parallel() - cfg := &Config{} + cfg := Config{} - _, _, err := Setup(cfg, nil) + _, err := Setup(cfg, nil) testutil.RequireErrorContains(t, err, "Invalid log level") } func TestLogger_SetupLoggerErrorLevel(t *testing.T) { - t.Parallel() cases := []struct { desc string @@ -62,7 +55,7 @@ func TestLogger_SetupLoggerErrorLevel(t *testing.T) { require := require.New(t) var buf bytes.Buffer - logger, _, err := Setup(&cfg, []io.Writer{&buf}) + logger, err := Setup(cfg, &buf) require.NoError(err) require.NotNil(logger) @@ -78,14 +71,11 @@ func TestLogger_SetupLoggerErrorLevel(t *testing.T) { } func TestLogger_SetupLoggerDebugLevel(t *testing.T) { - t.Parallel() require := require.New(t) - cfg := &Config{ - LogLevel: "DEBUG", - } + cfg := Config{LogLevel: "DEBUG"} var buf bytes.Buffer - logger, _, err := Setup(cfg, []io.Writer{&buf}) + logger, err := Setup(cfg, &buf) require.NoError(err) require.NotNil(logger) @@ -99,15 +89,14 @@ func TestLogger_SetupLoggerDebugLevel(t *testing.T) { } func TestLogger_SetupLoggerWithName(t *testing.T) { - t.Parallel() require := require.New(t) - cfg := &Config{ + cfg := Config{ LogLevel: "DEBUG", Name: "test-system", } var buf bytes.Buffer - logger, _, err := Setup(cfg, []io.Writer{&buf}) + logger, err := Setup(cfg, &buf) require.NoError(err) require.NotNil(logger) @@ -117,16 +106,15 @@ func TestLogger_SetupLoggerWithName(t *testing.T) { } func TestLogger_SetupLoggerWithJSON(t *testing.T) { - t.Parallel() require := require.New(t) - cfg := &Config{ + cfg := Config{ LogLevel: "DEBUG", LogJSON: true, Name: "test-system", } var buf bytes.Buffer - logger, _, err := Setup(cfg, []io.Writer{&buf}) + logger, err := Setup(cfg, &buf) require.NoError(err) require.NotNil(logger) @@ -142,41 +130,37 @@ func TestLogger_SetupLoggerWithJSON(t *testing.T) { } func TestLogger_SetupLoggerWithValidLogPath(t *testing.T) { - t.Parallel() require := require.New(t) tmpDir := testutil.TempDir(t, t.Name()) - defer os.RemoveAll(tmpDir) - cfg := &Config{ + cfg := Config{ LogLevel: "INFO", LogFilePath: tmpDir + "/", } var buf bytes.Buffer - logger, _, err := Setup(cfg, []io.Writer{&buf}) + logger, err := Setup(cfg, &buf) require.NoError(err) require.NotNil(logger) } func TestLogger_SetupLoggerWithInValidLogPath(t *testing.T) { - t.Parallel() require := require.New(t) - cfg := &Config{ + cfg := Config{ LogLevel: "INFO", LogFilePath: "nonexistentdir/", } var buf bytes.Buffer - logger, _, err := Setup(cfg, []io.Writer{&buf}) + logger, err := Setup(cfg, &buf) require.Error(err) require.True(errors.Is(err, os.ErrNotExist)) require.Nil(logger) } func TestLogger_SetupLoggerWithInValidLogPathPermission(t *testing.T) { - t.Parallel() require := require.New(t) tmpDir := "/tmp/" + t.Name() @@ -184,13 +168,13 @@ func TestLogger_SetupLoggerWithInValidLogPathPermission(t *testing.T) { os.Mkdir(tmpDir, 0000) defer os.RemoveAll(tmpDir) - cfg := &Config{ + cfg := Config{ LogLevel: "INFO", LogFilePath: tmpDir + "/", } var buf bytes.Buffer - logger, _, err := Setup(cfg, []io.Writer{&buf}) + logger, err := Setup(cfg, &buf) require.Error(err) require.True(errors.Is(err, os.ErrPermission)) require.Nil(logger) diff --git a/logging/monitor/monitor_test.go b/logging/monitor/monitor_test.go index d5101bed80..df289aa5eb 100644 --- a/logging/monitor/monitor_test.go +++ b/logging/monitor/monitor_test.go @@ -10,7 +10,6 @@ import ( ) func TestMonitor_Start(t *testing.T) { - t.Parallel() require := require.New(t) logger := log.NewInterceptLogger(&log.LoggerOptions{ @@ -41,7 +40,6 @@ func TestMonitor_Start(t *testing.T) { } func TestMonitor_Stop(t *testing.T) { - t.Parallel() require := require.New(t) logger := log.NewInterceptLogger(&log.LoggerOptions{ @@ -82,7 +80,6 @@ func TestMonitor_Stop(t *testing.T) { } func TestMonitor_DroppedMessages(t *testing.T) { - t.Parallel() require := require.New(t) logger := log.NewInterceptLogger(&log.LoggerOptions{ @@ -125,7 +122,6 @@ func TestMonitor_DroppedMessages(t *testing.T) { } func TestMonitor_ZeroBufSizeDefault(t *testing.T) { - t.Parallel() require := require.New(t) logger := log.NewInterceptLogger(&log.LoggerOptions{ @@ -162,7 +158,6 @@ func TestMonitor_ZeroBufSizeDefault(t *testing.T) { } func TestMonitor_WriteStopped(t *testing.T) { - t.Parallel() require := require.New(t) logger := log.NewInterceptLogger(&log.LoggerOptions{ diff --git a/logging/names.go b/logging/names.go index 6ade11bf69..02c0fbf69f 100644 --- a/logging/names.go +++ b/logging/names.go @@ -51,6 +51,7 @@ const ( TerminatingGateway string = "terminating_gateway" TLSUtil string = "tlsutil" Transaction string = "txn" + UsageMetrics string = "usage_metrics" WAN string = "wan" Watch string = "watch" ) diff --git a/proto/pbacl/acl.pb.go b/proto/pbacl/acl.pb.go index e508220288..e38fabe149 100644 --- a/proto/pbacl/acl.pb.go +++ b/proto/pbacl/acl.pb.go @@ -9,6 +9,7 @@ import ( proto "github.com/golang/protobuf/proto" io "io" math "math" + math_bits "math/bits" ) // Reference imports to suppress errors if they are not otherwise used. @@ -41,7 +42,7 @@ func (m *ACLLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ACLLink.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -86,7 +87,7 @@ var fileDescriptor_ad2d2c73a6a0d8b5 = []byte{ func (m *ACLLink) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -94,33 +95,42 @@ func (m *ACLLink) Marshal() (dAtA []byte, err error) { } func (m *ACLLink) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ACLLink) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.ID) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintAcl(dAtA, i, uint64(len(m.ID))) - i += copy(dAtA[i:], m.ID) - } if len(m.Name) > 0 { - dAtA[i] = 0x12 - i++ + i -= len(m.Name) + copy(dAtA[i:], m.Name) i = encodeVarintAcl(dAtA, i, uint64(len(m.Name))) - i += copy(dAtA[i:], m.Name) + i-- + dAtA[i] = 0x12 } - return i, nil + if len(m.ID) > 0 { + i -= len(m.ID) + copy(dAtA[i:], m.ID) + i = encodeVarintAcl(dAtA, i, uint64(len(m.ID))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func encodeVarintAcl(dAtA []byte, offset int, v uint64) int { + offset -= sovAcl(v) + base := offset for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) v >>= 7 offset++ } dAtA[offset] = uint8(v) - return offset + 1 + return base } func (m *ACLLink) Size() (n int) { if m == nil { @@ -140,14 +150,7 @@ func (m *ACLLink) Size() (n int) { } func sovAcl(x uint64) (n int) { - for { - n++ - x >>= 7 - if x == 0 { - break - } - } - return n + return (math_bits.Len64(x|1) + 6) / 7 } func sozAcl(x uint64) (n int) { return sovAcl(uint64((x << 1) ^ uint64((int64(x) >> 63)))) diff --git a/proto/pbautoconf/auto_config.pb.go b/proto/pbautoconf/auto_config.pb.go index 8d1df2d73a..41f9cc3d36 100644 --- a/proto/pbautoconf/auto_config.pb.go +++ b/proto/pbautoconf/auto_config.pb.go @@ -10,6 +10,7 @@ import ( pbconnect "github.com/hashicorp/consul/proto/pbconnect" io "io" math "math" + math_bits "math/bits" ) // Reference imports to suppress errors if they are not otherwise used. @@ -63,7 +64,7 @@ func (m *AutoConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, e return xxx_messageInfo_AutoConfigRequest.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -154,7 +155,7 @@ func (m *AutoConfigResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, return xxx_messageInfo_AutoConfigResponse.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -239,7 +240,7 @@ var fileDescriptor_ccc5af992e5daf69 = []byte{ func (m *AutoConfigRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -247,56 +248,68 @@ func (m *AutoConfigRequest) Marshal() (dAtA []byte, err error) { } func (m *AutoConfigRequest) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AutoConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.Datacenter) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.Datacenter))) - i += copy(dAtA[i:], m.Datacenter) - } - if len(m.Node) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.Node))) - i += copy(dAtA[i:], m.Node) - } - if len(m.Segment) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.Segment))) - i += copy(dAtA[i:], m.Segment) - } - if len(m.JWT) > 0 { - dAtA[i] = 0x2a - i++ - i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.JWT))) - i += copy(dAtA[i:], m.JWT) - } - if len(m.ConsulToken) > 0 { - dAtA[i] = 0x32 - i++ - i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.ConsulToken))) - i += copy(dAtA[i:], m.ConsulToken) + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if len(m.CSR) > 0 { - dAtA[i] = 0x3a - i++ + i -= len(m.CSR) + copy(dAtA[i:], m.CSR) i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.CSR))) - i += copy(dAtA[i:], m.CSR) + i-- + dAtA[i] = 0x3a } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if len(m.ConsulToken) > 0 { + i -= len(m.ConsulToken) + copy(dAtA[i:], m.ConsulToken) + i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.ConsulToken))) + i-- + dAtA[i] = 0x32 } - return i, nil + if len(m.JWT) > 0 { + i -= len(m.JWT) + copy(dAtA[i:], m.JWT) + i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.JWT))) + i-- + dAtA[i] = 0x2a + } + if len(m.Segment) > 0 { + i -= len(m.Segment) + copy(dAtA[i:], m.Segment) + i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.Segment))) + i-- + dAtA[i] = 0x22 + } + if len(m.Node) > 0 { + i -= len(m.Node) + copy(dAtA[i:], m.Node) + i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.Node))) + i-- + dAtA[i] = 0x12 + } + if len(m.Datacenter) > 0 { + i -= len(m.Datacenter) + copy(dAtA[i:], m.Datacenter) + i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.Datacenter))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func (m *AutoConfigResponse) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -304,69 +317,77 @@ func (m *AutoConfigResponse) Marshal() (dAtA []byte, err error) { } func (m *AutoConfigResponse) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AutoConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if m.Config != nil { - dAtA[i] = 0xa - i++ - i = encodeVarintAutoConfig(dAtA, i, uint64(m.Config.Size())) - n1, err := m.Config.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n1 - } - if m.CARoots != nil { - dAtA[i] = 0x12 - i++ - i = encodeVarintAutoConfig(dAtA, i, uint64(m.CARoots.Size())) - n2, err := m.CARoots.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n2 - } - if m.Certificate != nil { - dAtA[i] = 0x1a - i++ - i = encodeVarintAutoConfig(dAtA, i, uint64(m.Certificate.Size())) - n3, err := m.Certificate.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n3 + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if len(m.ExtraCACertificates) > 0 { - for _, s := range m.ExtraCACertificates { + for iNdEx := len(m.ExtraCACertificates) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.ExtraCACertificates[iNdEx]) + copy(dAtA[i:], m.ExtraCACertificates[iNdEx]) + i = encodeVarintAutoConfig(dAtA, i, uint64(len(m.ExtraCACertificates[iNdEx]))) + i-- dAtA[i] = 0x22 - i++ - l = len(s) - for l >= 1<<7 { - dAtA[i] = uint8(uint64(l)&0x7f | 0x80) - l >>= 7 - i++ - } - dAtA[i] = uint8(l) - i++ - i += copy(dAtA[i:], s) } } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if m.Certificate != nil { + { + size, err := m.Certificate.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintAutoConfig(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a } - return i, nil + if m.CARoots != nil { + { + size, err := m.CARoots.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintAutoConfig(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.Config != nil { + { + size, err := m.Config.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintAutoConfig(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func encodeVarintAutoConfig(dAtA []byte, offset int, v uint64) int { + offset -= sovAutoConfig(v) + base := offset for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) v >>= 7 offset++ } dAtA[offset] = uint8(v) - return offset + 1 + return base } func (m *AutoConfigRequest) Size() (n int) { if m == nil { @@ -435,14 +456,7 @@ func (m *AutoConfigResponse) Size() (n int) { } func sovAutoConfig(x uint64) (n int) { - for { - n++ - x >>= 7 - if x == 0 { - break - } - } - return n + return (math_bits.Len64(x|1) + 6) / 7 } func sozAutoConfig(x uint64) (n int) { return sovAutoConfig(uint64((x << 1) ^ uint64((int64(x) >> 63)))) diff --git a/proto/pbcommon/common.pb.go b/proto/pbcommon/common.pb.go index b292733df9..1eed90447c 100644 --- a/proto/pbcommon/common.pb.go +++ b/proto/pbcommon/common.pb.go @@ -11,6 +11,7 @@ import ( proto "github.com/golang/protobuf/proto" io "io" math "math" + math_bits "math/bits" time "time" ) @@ -47,7 +48,7 @@ func (m *RaftIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_RaftIndex.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -86,7 +87,7 @@ func (m *TargetDatacenter) XXX_Marshal(b []byte, deterministic bool) ([]byte, er return xxx_messageInfo_TargetDatacenter.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -125,7 +126,7 @@ func (m *WriteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) return xxx_messageInfo_WriteRequest.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -218,7 +219,7 @@ func (m *QueryOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) return xxx_messageInfo_QueryOptions.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -345,7 +346,7 @@ func (m *QueryMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_QueryMeta.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -445,7 +446,7 @@ var fileDescriptor_a6f5ac44994d718c = []byte{ func (m *RaftIndex) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -453,27 +454,32 @@ func (m *RaftIndex) Marshal() (dAtA []byte, err error) { } func (m *RaftIndex) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *RaftIndex) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if m.CreateIndex != 0 { - dAtA[i] = 0x8 - i++ - i = encodeVarintCommon(dAtA, i, uint64(m.CreateIndex)) - } if m.ModifyIndex != 0 { - dAtA[i] = 0x10 - i++ i = encodeVarintCommon(dAtA, i, uint64(m.ModifyIndex)) + i-- + dAtA[i] = 0x10 } - return i, nil + if m.CreateIndex != 0 { + i = encodeVarintCommon(dAtA, i, uint64(m.CreateIndex)) + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil } func (m *TargetDatacenter) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -481,23 +487,29 @@ func (m *TargetDatacenter) Marshal() (dAtA []byte, err error) { } func (m *TargetDatacenter) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *TargetDatacenter) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l if len(m.Datacenter) > 0 { - dAtA[i] = 0xa - i++ + i -= len(m.Datacenter) + copy(dAtA[i:], m.Datacenter) i = encodeVarintCommon(dAtA, i, uint64(len(m.Datacenter))) - i += copy(dAtA[i:], m.Datacenter) + i-- + dAtA[i] = 0xa } - return i, nil + return len(dAtA) - i, nil } func (m *WriteRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -505,23 +517,29 @@ func (m *WriteRequest) Marshal() (dAtA []byte, err error) { } func (m *WriteRequest) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *WriteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l if len(m.Token) > 0 { - dAtA[i] = 0xa - i++ + i -= len(m.Token) + copy(dAtA[i:], m.Token) i = encodeVarintCommon(dAtA, i, uint64(len(m.Token))) - i += copy(dAtA[i:], m.Token) + i-- + dAtA[i] = 0xa } - return i, nil + return len(dAtA) - i, nil } func (m *QueryOptions) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -529,106 +547,113 @@ func (m *QueryOptions) Marshal() (dAtA []byte, err error) { } func (m *QueryOptions) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.Token) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintCommon(dAtA, i, uint64(len(m.Token))) - i += copy(dAtA[i:], m.Token) + if len(m.Filter) > 0 { + i -= len(m.Filter) + copy(dAtA[i:], m.Filter) + i = encodeVarintCommon(dAtA, i, uint64(len(m.Filter))) + i-- + dAtA[i] = 0x5a } - if m.MinQueryIndex != 0 { - dAtA[i] = 0x10 - i++ - i = encodeVarintCommon(dAtA, i, uint64(m.MinQueryIndex)) + n1, err1 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.StaleIfError, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.StaleIfError):]) + if err1 != nil { + return 0, err1 } - dAtA[i] = 0x1a - i++ - i = encodeVarintCommon(dAtA, i, uint64(github_com_gogo_protobuf_types.SizeOfStdDuration(m.MaxQueryTime))) - n1, err := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.MaxQueryTime, dAtA[i:]) - if err != nil { - return 0, err - } - i += n1 - if m.AllowStale { - dAtA[i] = 0x20 - i++ - if m.AllowStale { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ - } - if m.RequireConsistent { - dAtA[i] = 0x28 - i++ - if m.RequireConsistent { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ - } - if m.UseCache { - dAtA[i] = 0x30 - i++ - if m.UseCache { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ - } - dAtA[i] = 0x3a - i++ - i = encodeVarintCommon(dAtA, i, uint64(github_com_gogo_protobuf_types.SizeOfStdDuration(m.MaxStaleDuration))) - n2, err := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.MaxStaleDuration, dAtA[i:]) - if err != nil { - return 0, err - } - i += n2 - dAtA[i] = 0x42 - i++ - i = encodeVarintCommon(dAtA, i, uint64(github_com_gogo_protobuf_types.SizeOfStdDuration(m.MaxAge))) - n3, err := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.MaxAge, dAtA[i:]) - if err != nil { - return 0, err - } - i += n3 + i -= n1 + i = encodeVarintCommon(dAtA, i, uint64(n1)) + i-- + dAtA[i] = 0x52 if m.MustRevalidate { - dAtA[i] = 0x48 - i++ + i-- if m.MustRevalidate { dAtA[i] = 1 } else { dAtA[i] = 0 } - i++ + i-- + dAtA[i] = 0x48 } - dAtA[i] = 0x52 - i++ - i = encodeVarintCommon(dAtA, i, uint64(github_com_gogo_protobuf_types.SizeOfStdDuration(m.StaleIfError))) - n4, err := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.StaleIfError, dAtA[i:]) - if err != nil { - return 0, err + n2, err2 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.MaxAge, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.MaxAge):]) + if err2 != nil { + return 0, err2 } - i += n4 - if len(m.Filter) > 0 { - dAtA[i] = 0x5a - i++ - i = encodeVarintCommon(dAtA, i, uint64(len(m.Filter))) - i += copy(dAtA[i:], m.Filter) + i -= n2 + i = encodeVarintCommon(dAtA, i, uint64(n2)) + i-- + dAtA[i] = 0x42 + n3, err3 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.MaxStaleDuration, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.MaxStaleDuration):]) + if err3 != nil { + return 0, err3 } - return i, nil + i -= n3 + i = encodeVarintCommon(dAtA, i, uint64(n3)) + i-- + dAtA[i] = 0x3a + if m.UseCache { + i-- + if m.UseCache { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x30 + } + if m.RequireConsistent { + i-- + if m.RequireConsistent { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x28 + } + if m.AllowStale { + i-- + if m.AllowStale { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x20 + } + n4, err4 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.MaxQueryTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.MaxQueryTime):]) + if err4 != nil { + return 0, err4 + } + i -= n4 + i = encodeVarintCommon(dAtA, i, uint64(n4)) + i-- + dAtA[i] = 0x1a + if m.MinQueryIndex != 0 { + i = encodeVarintCommon(dAtA, i, uint64(m.MinQueryIndex)) + i-- + dAtA[i] = 0x10 + } + if len(m.Token) > 0 { + i -= len(m.Token) + copy(dAtA[i:], m.Token) + i = encodeVarintCommon(dAtA, i, uint64(len(m.Token))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func (m *QueryMeta) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -636,50 +661,58 @@ func (m *QueryMeta) Marshal() (dAtA []byte, err error) { } func (m *QueryMeta) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if m.Index != 0 { - dAtA[i] = 0x8 - i++ - i = encodeVarintCommon(dAtA, i, uint64(m.Index)) + if len(m.ConsistencyLevel) > 0 { + i -= len(m.ConsistencyLevel) + copy(dAtA[i:], m.ConsistencyLevel) + i = encodeVarintCommon(dAtA, i, uint64(len(m.ConsistencyLevel))) + i-- + dAtA[i] = 0x22 } - dAtA[i] = 0x12 - i++ - i = encodeVarintCommon(dAtA, i, uint64(github_com_gogo_protobuf_types.SizeOfStdDuration(m.LastContact))) - n5, err := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.LastContact, dAtA[i:]) - if err != nil { - return 0, err - } - i += n5 if m.KnownLeader { - dAtA[i] = 0x18 - i++ + i-- if m.KnownLeader { dAtA[i] = 1 } else { dAtA[i] = 0 } - i++ + i-- + dAtA[i] = 0x18 } - if len(m.ConsistencyLevel) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintCommon(dAtA, i, uint64(len(m.ConsistencyLevel))) - i += copy(dAtA[i:], m.ConsistencyLevel) + n5, err5 := github_com_gogo_protobuf_types.StdDurationMarshalTo(m.LastContact, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdDuration(m.LastContact):]) + if err5 != nil { + return 0, err5 } - return i, nil + i -= n5 + i = encodeVarintCommon(dAtA, i, uint64(n5)) + i-- + dAtA[i] = 0x12 + if m.Index != 0 { + i = encodeVarintCommon(dAtA, i, uint64(m.Index)) + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil } func encodeVarintCommon(dAtA []byte, offset int, v uint64) int { + offset -= sovCommon(v) + base := offset for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) v >>= 7 offset++ } dAtA[offset] = uint8(v) - return offset + 1 + return base } func (m *RaftIndex) Size() (n int) { if m == nil { @@ -784,14 +817,7 @@ func (m *QueryMeta) Size() (n int) { } func sovCommon(x uint64) (n int) { - for { - n++ - x >>= 7 - if x == 0 { - break - } - } - return n + return (math_bits.Len64(x|1) + 6) / 7 } func sozCommon(x uint64) (n int) { return sovCommon(uint64((x << 1) ^ uint64((int64(x) >> 63)))) diff --git a/proto/pbcommon/common_oss.pb.go b/proto/pbcommon/common_oss.pb.go index 5df90b2f10..3936dd25bc 100644 --- a/proto/pbcommon/common_oss.pb.go +++ b/proto/pbcommon/common_oss.pb.go @@ -10,6 +10,7 @@ import ( proto "github.com/golang/protobuf/proto" io "io" math "math" + math_bits "math/bits" ) // Reference imports to suppress errors if they are not otherwise used. @@ -43,7 +44,7 @@ func (m *EnterpriseMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, erro return xxx_messageInfo_EnterpriseMeta.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -83,7 +84,7 @@ var fileDescriptor_8f9d7cd54dd4e173 = []byte{ func (m *EnterpriseMeta) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -91,24 +92,32 @@ func (m *EnterpriseMeta) Marshal() (dAtA []byte, err error) { } func (m *EnterpriseMeta) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *EnterpriseMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } - return i, nil + return len(dAtA) - i, nil } func encodeVarintCommonOss(dAtA []byte, offset int, v uint64) int { + offset -= sovCommonOss(v) + base := offset for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) v >>= 7 offset++ } dAtA[offset] = uint8(v) - return offset + 1 + return base } func (m *EnterpriseMeta) Size() (n int) { if m == nil { @@ -123,14 +132,7 @@ func (m *EnterpriseMeta) Size() (n int) { } func sovCommonOss(x uint64) (n int) { - for { - n++ - x >>= 7 - if x == 0 { - break - } - } - return n + return (math_bits.Len64(x|1) + 6) / 7 } func sozCommonOss(x uint64) (n int) { return sovCommonOss(uint64((x << 1) ^ uint64((int64(x) >> 63)))) diff --git a/proto/pbconfig/config.pb.go b/proto/pbconfig/config.pb.go index 3ef81075f4..296a914554 100644 --- a/proto/pbconfig/config.pb.go +++ b/proto/pbconfig/config.pb.go @@ -8,6 +8,7 @@ import ( proto "github.com/golang/protobuf/proto" io "io" math "math" + math_bits "math/bits" ) // Reference imports to suppress errors if they are not otherwise used. @@ -49,7 +50,7 @@ func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Config.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -146,7 +147,7 @@ func (m *Gossip) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Gossip.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -202,7 +203,7 @@ func (m *GossipEncryption) XXX_Marshal(b []byte, deterministic bool) ([]byte, er return xxx_messageInfo_GossipEncryption.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -267,7 +268,7 @@ func (m *TLS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TLS.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -352,7 +353,7 @@ func (m *ACL) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ACL.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -474,7 +475,7 @@ func (m *ACLTokens) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ACLTokens.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -557,7 +558,7 @@ func (m *ACLServiceProviderToken) XXX_Marshal(b []byte, deterministic bool) ([]b return xxx_messageInfo_ACLServiceProviderToken.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -614,7 +615,7 @@ func (m *AutoEncrypt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) return xxx_messageInfo_AutoEncrypt.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -731,7 +732,7 @@ var fileDescriptor_aefa824db7b74d77 = []byte{ func (m *Config) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -739,84 +740,102 @@ func (m *Config) Marshal() (dAtA []byte, err error) { } func (m *Config) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *Config) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.Datacenter) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.Datacenter))) - i += copy(dAtA[i:], m.Datacenter) - } - if len(m.PrimaryDatacenter) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.PrimaryDatacenter))) - i += copy(dAtA[i:], m.PrimaryDatacenter) - } - if len(m.NodeName) > 0 { - dAtA[i] = 0x1a - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.NodeName))) - i += copy(dAtA[i:], m.NodeName) - } - if len(m.SegmentName) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.SegmentName))) - i += copy(dAtA[i:], m.SegmentName) - } - if m.ACL != nil { - dAtA[i] = 0x2a - i++ - i = encodeVarintConfig(dAtA, i, uint64(m.ACL.Size())) - n1, err := m.ACL.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n1 - } - if m.AutoEncrypt != nil { - dAtA[i] = 0x32 - i++ - i = encodeVarintConfig(dAtA, i, uint64(m.AutoEncrypt.Size())) - n2, err := m.AutoEncrypt.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n2 - } - if m.Gossip != nil { - dAtA[i] = 0x3a - i++ - i = encodeVarintConfig(dAtA, i, uint64(m.Gossip.Size())) - n3, err := m.Gossip.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n3 + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if m.TLS != nil { - dAtA[i] = 0x42 - i++ - i = encodeVarintConfig(dAtA, i, uint64(m.TLS.Size())) - n4, err := m.TLS.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err + { + size, err := m.TLS.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConfig(dAtA, i, uint64(size)) } - i += n4 + i-- + dAtA[i] = 0x42 } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if m.Gossip != nil { + { + size, err := m.Gossip.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConfig(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x3a } - return i, nil + if m.AutoEncrypt != nil { + { + size, err := m.AutoEncrypt.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConfig(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x32 + } + if m.ACL != nil { + { + size, err := m.ACL.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConfig(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x2a + } + if len(m.SegmentName) > 0 { + i -= len(m.SegmentName) + copy(dAtA[i:], m.SegmentName) + i = encodeVarintConfig(dAtA, i, uint64(len(m.SegmentName))) + i-- + dAtA[i] = 0x22 + } + if len(m.NodeName) > 0 { + i -= len(m.NodeName) + copy(dAtA[i:], m.NodeName) + i = encodeVarintConfig(dAtA, i, uint64(len(m.NodeName))) + i-- + dAtA[i] = 0x1a + } + if len(m.PrimaryDatacenter) > 0 { + i -= len(m.PrimaryDatacenter) + copy(dAtA[i:], m.PrimaryDatacenter) + i = encodeVarintConfig(dAtA, i, uint64(len(m.PrimaryDatacenter))) + i-- + dAtA[i] = 0x12 + } + if len(m.Datacenter) > 0 { + i -= len(m.Datacenter) + copy(dAtA[i:], m.Datacenter) + i = encodeVarintConfig(dAtA, i, uint64(len(m.Datacenter))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func (m *Gossip) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -824,45 +843,47 @@ func (m *Gossip) Marshal() (dAtA []byte, err error) { } func (m *Gossip) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *Gossip) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if m.Encryption != nil { - dAtA[i] = 0xa - i++ - i = encodeVarintConfig(dAtA, i, uint64(m.Encryption.Size())) - n5, err := m.Encryption.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n5 + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if len(m.RetryJoinLAN) > 0 { - for _, s := range m.RetryJoinLAN { + for iNdEx := len(m.RetryJoinLAN) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.RetryJoinLAN[iNdEx]) + copy(dAtA[i:], m.RetryJoinLAN[iNdEx]) + i = encodeVarintConfig(dAtA, i, uint64(len(m.RetryJoinLAN[iNdEx]))) + i-- dAtA[i] = 0x12 - i++ - l = len(s) - for l >= 1<<7 { - dAtA[i] = uint8(uint64(l)&0x7f | 0x80) - l >>= 7 - i++ - } - dAtA[i] = uint8(l) - i++ - i += copy(dAtA[i:], s) } } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if m.Encryption != nil { + { + size, err := m.Encryption.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConfig(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa } - return i, nil + return len(dAtA) - i, nil } func (m *GossipEncryption) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -870,46 +891,53 @@ func (m *GossipEncryption) Marshal() (dAtA []byte, err error) { } func (m *GossipEncryption) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *GossipEncryption) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.Key) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.Key))) - i += copy(dAtA[i:], m.Key) - } - if m.VerifyIncoming { - dAtA[i] = 0x10 - i++ - if m.VerifyIncoming { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if m.VerifyOutgoing { - dAtA[i] = 0x18 - i++ + i-- if m.VerifyOutgoing { dAtA[i] = 1 } else { dAtA[i] = 0 } - i++ + i-- + dAtA[i] = 0x18 } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if m.VerifyIncoming { + i-- + if m.VerifyIncoming { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x10 } - return i, nil + if len(m.Key) > 0 { + i -= len(m.Key) + copy(dAtA[i:], m.Key) + i = encodeVarintConfig(dAtA, i, uint64(len(m.Key))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func (m *TLS) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -917,62 +945,70 @@ func (m *TLS) Marshal() (dAtA []byte, err error) { } func (m *TLS) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *TLS) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if m.VerifyOutgoing { - dAtA[i] = 0x8 - i++ - if m.VerifyOutgoing { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ - } - if m.VerifyServerHostname { - dAtA[i] = 0x10 - i++ - if m.VerifyServerHostname { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ - } - if len(m.CipherSuites) > 0 { - dAtA[i] = 0x1a - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.CipherSuites))) - i += copy(dAtA[i:], m.CipherSuites) - } - if len(m.MinVersion) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.MinVersion))) - i += copy(dAtA[i:], m.MinVersion) + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if m.PreferServerCipherSuites { - dAtA[i] = 0x28 - i++ + i-- if m.PreferServerCipherSuites { dAtA[i] = 1 } else { dAtA[i] = 0 } - i++ + i-- + dAtA[i] = 0x28 } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if len(m.MinVersion) > 0 { + i -= len(m.MinVersion) + copy(dAtA[i:], m.MinVersion) + i = encodeVarintConfig(dAtA, i, uint64(len(m.MinVersion))) + i-- + dAtA[i] = 0x22 } - return i, nil + if len(m.CipherSuites) > 0 { + i -= len(m.CipherSuites) + copy(dAtA[i:], m.CipherSuites) + i = encodeVarintConfig(dAtA, i, uint64(len(m.CipherSuites))) + i-- + dAtA[i] = 0x1a + } + if m.VerifyServerHostname { + i-- + if m.VerifyServerHostname { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x10 + } + if m.VerifyOutgoing { + i-- + if m.VerifyOutgoing { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil } func (m *ACL) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -980,106 +1016,120 @@ func (m *ACL) Marshal() (dAtA []byte, err error) { } func (m *ACL) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ACL) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if m.Enabled { - dAtA[i] = 0x8 - i++ - if m.Enabled { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ - } - if len(m.PolicyTTL) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.PolicyTTL))) - i += copy(dAtA[i:], m.PolicyTTL) - } - if len(m.RoleTTL) > 0 { - dAtA[i] = 0x1a - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.RoleTTL))) - i += copy(dAtA[i:], m.RoleTTL) - } - if len(m.TokenTTL) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.TokenTTL))) - i += copy(dAtA[i:], m.TokenTTL) - } - if len(m.DownPolicy) > 0 { - dAtA[i] = 0x2a - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.DownPolicy))) - i += copy(dAtA[i:], m.DownPolicy) - } - if len(m.DefaultPolicy) > 0 { - dAtA[i] = 0x32 - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.DefaultPolicy))) - i += copy(dAtA[i:], m.DefaultPolicy) - } - if m.EnableKeyListPolicy { - dAtA[i] = 0x38 - i++ - if m.EnableKeyListPolicy { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ - } - if m.Tokens != nil { - dAtA[i] = 0x42 - i++ - i = encodeVarintConfig(dAtA, i, uint64(m.Tokens.Size())) - n6, err := m.Tokens.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n6 - } - if len(m.DisabledTTL) > 0 { - dAtA[i] = 0x4a - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.DisabledTTL))) - i += copy(dAtA[i:], m.DisabledTTL) - } - if m.EnableTokenPersistence { - dAtA[i] = 0x50 - i++ - if m.EnableTokenPersistence { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if m.MSPDisableBootstrap { - dAtA[i] = 0x58 - i++ + i-- if m.MSPDisableBootstrap { dAtA[i] = 1 } else { dAtA[i] = 0 } - i++ + i-- + dAtA[i] = 0x58 } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if m.EnableTokenPersistence { + i-- + if m.EnableTokenPersistence { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x50 } - return i, nil + if len(m.DisabledTTL) > 0 { + i -= len(m.DisabledTTL) + copy(dAtA[i:], m.DisabledTTL) + i = encodeVarintConfig(dAtA, i, uint64(len(m.DisabledTTL))) + i-- + dAtA[i] = 0x4a + } + if m.Tokens != nil { + { + size, err := m.Tokens.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConfig(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x42 + } + if m.EnableKeyListPolicy { + i-- + if m.EnableKeyListPolicy { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x38 + } + if len(m.DefaultPolicy) > 0 { + i -= len(m.DefaultPolicy) + copy(dAtA[i:], m.DefaultPolicy) + i = encodeVarintConfig(dAtA, i, uint64(len(m.DefaultPolicy))) + i-- + dAtA[i] = 0x32 + } + if len(m.DownPolicy) > 0 { + i -= len(m.DownPolicy) + copy(dAtA[i:], m.DownPolicy) + i = encodeVarintConfig(dAtA, i, uint64(len(m.DownPolicy))) + i-- + dAtA[i] = 0x2a + } + if len(m.TokenTTL) > 0 { + i -= len(m.TokenTTL) + copy(dAtA[i:], m.TokenTTL) + i = encodeVarintConfig(dAtA, i, uint64(len(m.TokenTTL))) + i-- + dAtA[i] = 0x22 + } + if len(m.RoleTTL) > 0 { + i -= len(m.RoleTTL) + copy(dAtA[i:], m.RoleTTL) + i = encodeVarintConfig(dAtA, i, uint64(len(m.RoleTTL))) + i-- + dAtA[i] = 0x1a + } + if len(m.PolicyTTL) > 0 { + i -= len(m.PolicyTTL) + copy(dAtA[i:], m.PolicyTTL) + i = encodeVarintConfig(dAtA, i, uint64(len(m.PolicyTTL))) + i-- + dAtA[i] = 0x12 + } + if m.Enabled { + i-- + if m.Enabled { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil } func (m *ACLTokens) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -1087,62 +1137,75 @@ func (m *ACLTokens) Marshal() (dAtA []byte, err error) { } func (m *ACLTokens) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ACLTokens) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.Master) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.Master))) - i += copy(dAtA[i:], m.Master) - } - if len(m.Replication) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.Replication))) - i += copy(dAtA[i:], m.Replication) - } - if len(m.AgentMaster) > 0 { - dAtA[i] = 0x1a - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.AgentMaster))) - i += copy(dAtA[i:], m.AgentMaster) - } - if len(m.Default) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.Default))) - i += copy(dAtA[i:], m.Default) - } - if len(m.Agent) > 0 { - dAtA[i] = 0x2a - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.Agent))) - i += copy(dAtA[i:], m.Agent) + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if len(m.ManagedServiceProvider) > 0 { - for _, msg := range m.ManagedServiceProvider { - dAtA[i] = 0x32 - i++ - i = encodeVarintConfig(dAtA, i, uint64(msg.Size())) - n, err := msg.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err + for iNdEx := len(m.ManagedServiceProvider) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.ManagedServiceProvider[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConfig(dAtA, i, uint64(size)) } - i += n + i-- + dAtA[i] = 0x32 } } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if len(m.Agent) > 0 { + i -= len(m.Agent) + copy(dAtA[i:], m.Agent) + i = encodeVarintConfig(dAtA, i, uint64(len(m.Agent))) + i-- + dAtA[i] = 0x2a } - return i, nil + if len(m.Default) > 0 { + i -= len(m.Default) + copy(dAtA[i:], m.Default) + i = encodeVarintConfig(dAtA, i, uint64(len(m.Default))) + i-- + dAtA[i] = 0x22 + } + if len(m.AgentMaster) > 0 { + i -= len(m.AgentMaster) + copy(dAtA[i:], m.AgentMaster) + i = encodeVarintConfig(dAtA, i, uint64(len(m.AgentMaster))) + i-- + dAtA[i] = 0x1a + } + if len(m.Replication) > 0 { + i -= len(m.Replication) + copy(dAtA[i:], m.Replication) + i = encodeVarintConfig(dAtA, i, uint64(len(m.Replication))) + i-- + dAtA[i] = 0x12 + } + if len(m.Master) > 0 { + i -= len(m.Master) + copy(dAtA[i:], m.Master) + i = encodeVarintConfig(dAtA, i, uint64(len(m.Master))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func (m *ACLServiceProviderToken) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -1150,32 +1213,40 @@ func (m *ACLServiceProviderToken) Marshal() (dAtA []byte, err error) { } func (m *ACLServiceProviderToken) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ACLServiceProviderToken) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.AccessorID) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintConfig(dAtA, i, uint64(len(m.AccessorID))) - i += copy(dAtA[i:], m.AccessorID) + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if len(m.SecretID) > 0 { - dAtA[i] = 0x12 - i++ + i -= len(m.SecretID) + copy(dAtA[i:], m.SecretID) i = encodeVarintConfig(dAtA, i, uint64(len(m.SecretID))) - i += copy(dAtA[i:], m.SecretID) + i-- + dAtA[i] = 0x12 } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if len(m.AccessorID) > 0 { + i -= len(m.AccessorID) + copy(dAtA[i:], m.AccessorID) + i = encodeVarintConfig(dAtA, i, uint64(len(m.AccessorID))) + i-- + dAtA[i] = 0xa } - return i, nil + return len(dAtA) - i, nil } func (m *AutoEncrypt) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -1183,74 +1254,70 @@ func (m *AutoEncrypt) Marshal() (dAtA []byte, err error) { } func (m *AutoEncrypt) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AutoEncrypt) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if m.TLS { - dAtA[i] = 0x8 - i++ - if m.TLS { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i++ - } - if len(m.DNSSAN) > 0 { - for _, s := range m.DNSSAN { - dAtA[i] = 0x12 - i++ - l = len(s) - for l >= 1<<7 { - dAtA[i] = uint8(uint64(l)&0x7f | 0x80) - l >>= 7 - i++ - } - dAtA[i] = uint8(l) - i++ - i += copy(dAtA[i:], s) - } - } - if len(m.IPSAN) > 0 { - for _, s := range m.IPSAN { - dAtA[i] = 0x1a - i++ - l = len(s) - for l >= 1<<7 { - dAtA[i] = uint8(uint64(l)&0x7f | 0x80) - l >>= 7 - i++ - } - dAtA[i] = uint8(l) - i++ - i += copy(dAtA[i:], s) - } + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if m.AllowTLS { - dAtA[i] = 0x20 - i++ + i-- if m.AllowTLS { dAtA[i] = 1 } else { dAtA[i] = 0 } - i++ + i-- + dAtA[i] = 0x20 } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if len(m.IPSAN) > 0 { + for iNdEx := len(m.IPSAN) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.IPSAN[iNdEx]) + copy(dAtA[i:], m.IPSAN[iNdEx]) + i = encodeVarintConfig(dAtA, i, uint64(len(m.IPSAN[iNdEx]))) + i-- + dAtA[i] = 0x1a + } } - return i, nil + if len(m.DNSSAN) > 0 { + for iNdEx := len(m.DNSSAN) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.DNSSAN[iNdEx]) + copy(dAtA[i:], m.DNSSAN[iNdEx]) + i = encodeVarintConfig(dAtA, i, uint64(len(m.DNSSAN[iNdEx]))) + i-- + dAtA[i] = 0x12 + } + } + if m.TLS { + i-- + if m.TLS { + dAtA[i] = 1 + } else { + dAtA[i] = 0 + } + i-- + dAtA[i] = 0x8 + } + return len(dAtA) - i, nil } func encodeVarintConfig(dAtA []byte, offset int, v uint64) int { + offset -= sovConfig(v) + base := offset for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) v >>= 7 offset++ } dAtA[offset] = uint8(v) - return offset + 1 + return base } func (m *Config) Size() (n int) { if m == nil { @@ -1510,14 +1577,7 @@ func (m *AutoEncrypt) Size() (n int) { } func sovConfig(x uint64) (n int) { - for { - n++ - x >>= 7 - if x == 0 { - break - } - } - return n + return (math_bits.Len64(x|1) + 6) / 7 } func sozConfig(x uint64) (n int) { return sovConfig(uint64((x << 1) ^ uint64((int64(x) >> 63)))) diff --git a/proto/pbconnect/connect.pb.go b/proto/pbconnect/connect.pb.go index ba36492c5a..849c17664f 100644 --- a/proto/pbconnect/connect.pb.go +++ b/proto/pbconnect/connect.pb.go @@ -10,6 +10,7 @@ import ( pbcommon "github.com/hashicorp/consul/proto/pbcommon" io "io" math "math" + math_bits "math/bits" ) // Reference imports to suppress errors if they are not otherwise used. @@ -76,7 +77,7 @@ func (m *CARoots) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CARoots.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -194,7 +195,7 @@ func (m *CARoot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CARoot.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -368,7 +369,7 @@ func (m *IssuedCert) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_IssuedCert.Marshal(b, m, deterministic) } else { b = b[:cap(b)] - n, err := m.MarshalTo(b) + n, err := m.MarshalToSizedBuffer(b) if err != nil { return nil, err } @@ -521,7 +522,7 @@ var fileDescriptor_80627e709958eb04 = []byte{ func (m *CARoots) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -529,54 +530,66 @@ func (m *CARoots) Marshal() (dAtA []byte, err error) { } func (m *CARoots) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *CARoots) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.ActiveRootID) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.ActiveRootID))) - i += copy(dAtA[i:], m.ActiveRootID) + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } - if len(m.TrustDomain) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.TrustDomain))) - i += copy(dAtA[i:], m.TrustDomain) - } - if len(m.Roots) > 0 { - for _, msg := range m.Roots { - dAtA[i] = 0x1a - i++ - i = encodeVarintConnect(dAtA, i, uint64(msg.Size())) - n, err := msg.MarshalTo(dAtA[i:]) + if m.QueryMeta != nil { + { + size, err := m.QueryMeta.MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } - i += n + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) } - } - if m.QueryMeta != nil { + i-- dAtA[i] = 0x22 - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.QueryMeta.Size())) - n1, err := m.QueryMeta.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err + } + if len(m.Roots) > 0 { + for iNdEx := len(m.Roots) - 1; iNdEx >= 0; iNdEx-- { + { + size, err := m.Roots[iNdEx].MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a } - i += n1 } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if len(m.TrustDomain) > 0 { + i -= len(m.TrustDomain) + copy(dAtA[i:], m.TrustDomain) + i = encodeVarintConnect(dAtA, i, uint64(len(m.TrustDomain))) + i-- + dAtA[i] = 0x12 } - return i, nil + if len(m.ActiveRootID) > 0 { + i -= len(m.ActiveRootID) + copy(dAtA[i:], m.ActiveRootID) + i = encodeVarintConnect(dAtA, i, uint64(len(m.ActiveRootID))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func (m *CARoot) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -584,145 +597,161 @@ func (m *CARoot) Marshal() (dAtA []byte, err error) { } func (m *CARoot) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *CARoot) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.ID) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.ID))) - i += copy(dAtA[i:], m.ID) + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } - if len(m.Name) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.Name))) - i += copy(dAtA[i:], m.Name) - } - if m.SerialNumber != 0 { - dAtA[i] = 0x18 - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.SerialNumber)) - } - if len(m.SigningKeyID) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.SigningKeyID))) - i += copy(dAtA[i:], m.SigningKeyID) - } - if len(m.ExternalTrustDomain) > 0 { - dAtA[i] = 0x2a - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.ExternalTrustDomain))) - i += copy(dAtA[i:], m.ExternalTrustDomain) - } - if m.NotBefore != nil { - dAtA[i] = 0x32 - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.NotBefore.Size())) - n2, err := m.NotBefore.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n2 - } - if m.NotAfter != nil { - dAtA[i] = 0x3a - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.NotAfter.Size())) - n3, err := m.NotAfter.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n3 - } - if len(m.RootCert) > 0 { - dAtA[i] = 0x42 - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.RootCert))) - i += copy(dAtA[i:], m.RootCert) - } - if len(m.IntermediateCerts) > 0 { - for _, s := range m.IntermediateCerts { - dAtA[i] = 0x4a - i++ - l = len(s) - for l >= 1<<7 { - dAtA[i] = uint8(uint64(l)&0x7f | 0x80) - l >>= 7 - i++ + if m.RaftIndex != nil { + { + size, err := m.RaftIndex.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err } - dAtA[i] = uint8(l) - i++ - i += copy(dAtA[i:], s) + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) } + i-- + dAtA[i] = 0x1 + i-- + dAtA[i] = 0x82 } - if len(m.SigningCert) > 0 { - dAtA[i] = 0x52 - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.SigningCert))) - i += copy(dAtA[i:], m.SigningCert) + if m.PrivateKeyBits != 0 { + i = encodeVarintConnect(dAtA, i, uint64(m.PrivateKeyBits)) + i-- + dAtA[i] = 0x78 } - if len(m.SigningKey) > 0 { - dAtA[i] = 0x5a - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.SigningKey))) - i += copy(dAtA[i:], m.SigningKey) + if len(m.PrivateKeyType) > 0 { + i -= len(m.PrivateKeyType) + copy(dAtA[i:], m.PrivateKeyType) + i = encodeVarintConnect(dAtA, i, uint64(len(m.PrivateKeyType))) + i-- + dAtA[i] = 0x72 + } + if m.RotatedOutAt != nil { + { + size, err := m.RotatedOutAt.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x6a } if m.Active { - dAtA[i] = 0x60 - i++ + i-- if m.Active { dAtA[i] = 1 } else { dAtA[i] = 0 } - i++ + i-- + dAtA[i] = 0x60 } - if m.RotatedOutAt != nil { - dAtA[i] = 0x6a - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.RotatedOutAt.Size())) - n4, err := m.RotatedOutAt.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err + if len(m.SigningKey) > 0 { + i -= len(m.SigningKey) + copy(dAtA[i:], m.SigningKey) + i = encodeVarintConnect(dAtA, i, uint64(len(m.SigningKey))) + i-- + dAtA[i] = 0x5a + } + if len(m.SigningCert) > 0 { + i -= len(m.SigningCert) + copy(dAtA[i:], m.SigningCert) + i = encodeVarintConnect(dAtA, i, uint64(len(m.SigningCert))) + i-- + dAtA[i] = 0x52 + } + if len(m.IntermediateCerts) > 0 { + for iNdEx := len(m.IntermediateCerts) - 1; iNdEx >= 0; iNdEx-- { + i -= len(m.IntermediateCerts[iNdEx]) + copy(dAtA[i:], m.IntermediateCerts[iNdEx]) + i = encodeVarintConnect(dAtA, i, uint64(len(m.IntermediateCerts[iNdEx]))) + i-- + dAtA[i] = 0x4a } - i += n4 } - if len(m.PrivateKeyType) > 0 { - dAtA[i] = 0x72 - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.PrivateKeyType))) - i += copy(dAtA[i:], m.PrivateKeyType) + if len(m.RootCert) > 0 { + i -= len(m.RootCert) + copy(dAtA[i:], m.RootCert) + i = encodeVarintConnect(dAtA, i, uint64(len(m.RootCert))) + i-- + dAtA[i] = 0x42 } - if m.PrivateKeyBits != 0 { - dAtA[i] = 0x78 - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.PrivateKeyBits)) - } - if m.RaftIndex != nil { - dAtA[i] = 0x82 - i++ - dAtA[i] = 0x1 - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.RaftIndex.Size())) - n5, err := m.RaftIndex.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err + if m.NotAfter != nil { + { + size, err := m.NotAfter.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) } - i += n5 + i-- + dAtA[i] = 0x3a } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if m.NotBefore != nil { + { + size, err := m.NotBefore.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x32 } - return i, nil + if len(m.ExternalTrustDomain) > 0 { + i -= len(m.ExternalTrustDomain) + copy(dAtA[i:], m.ExternalTrustDomain) + i = encodeVarintConnect(dAtA, i, uint64(len(m.ExternalTrustDomain))) + i-- + dAtA[i] = 0x2a + } + if len(m.SigningKeyID) > 0 { + i -= len(m.SigningKeyID) + copy(dAtA[i:], m.SigningKeyID) + i = encodeVarintConnect(dAtA, i, uint64(len(m.SigningKeyID))) + i-- + dAtA[i] = 0x22 + } + if m.SerialNumber != 0 { + i = encodeVarintConnect(dAtA, i, uint64(m.SerialNumber)) + i-- + dAtA[i] = 0x18 + } + if len(m.Name) > 0 { + i -= len(m.Name) + copy(dAtA[i:], m.Name) + i = encodeVarintConnect(dAtA, i, uint64(len(m.Name))) + i-- + dAtA[i] = 0x12 + } + if len(m.ID) > 0 { + i -= len(m.ID) + copy(dAtA[i:], m.ID) + i = encodeVarintConnect(dAtA, i, uint64(len(m.ID))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func (m *IssuedCert) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) - n, err := m.MarshalTo(dAtA) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) if err != nil { return nil, err } @@ -730,106 +759,129 @@ func (m *IssuedCert) Marshal() (dAtA []byte, err error) { } func (m *IssuedCert) MarshalTo(dAtA []byte) (int, error) { - var i int + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *IssuedCert) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) _ = i var l int _ = l - if len(m.SerialNumber) > 0 { - dAtA[i] = 0xa - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.SerialNumber))) - i += copy(dAtA[i:], m.SerialNumber) - } - if len(m.CertPEM) > 0 { - dAtA[i] = 0x12 - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.CertPEM))) - i += copy(dAtA[i:], m.CertPEM) - } - if len(m.PrivateKeyPEM) > 0 { - dAtA[i] = 0x1a - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.PrivateKeyPEM))) - i += copy(dAtA[i:], m.PrivateKeyPEM) - } - if len(m.Service) > 0 { - dAtA[i] = 0x22 - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.Service))) - i += copy(dAtA[i:], m.Service) - } - if len(m.ServiceURI) > 0 { - dAtA[i] = 0x2a - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.ServiceURI))) - i += copy(dAtA[i:], m.ServiceURI) - } - if len(m.Agent) > 0 { - dAtA[i] = 0x32 - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.Agent))) - i += copy(dAtA[i:], m.Agent) - } - if len(m.AgentURI) > 0 { - dAtA[i] = 0x3a - i++ - i = encodeVarintConnect(dAtA, i, uint64(len(m.AgentURI))) - i += copy(dAtA[i:], m.AgentURI) - } - if m.ValidAfter != nil { - dAtA[i] = 0x42 - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.ValidAfter.Size())) - n6, err := m.ValidAfter.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n6 - } - if m.ValidBefore != nil { - dAtA[i] = 0x4a - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.ValidBefore.Size())) - n7, err := m.ValidBefore.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n7 - } - if m.EnterpriseMeta != nil { - dAtA[i] = 0x52 - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.EnterpriseMeta.Size())) - n8, err := m.EnterpriseMeta.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err - } - i += n8 + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) } if m.RaftIndex != nil { - dAtA[i] = 0x5a - i++ - i = encodeVarintConnect(dAtA, i, uint64(m.RaftIndex.Size())) - n9, err := m.RaftIndex.MarshalTo(dAtA[i:]) - if err != nil { - return 0, err + { + size, err := m.RaftIndex.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) } - i += n9 + i-- + dAtA[i] = 0x5a } - if m.XXX_unrecognized != nil { - i += copy(dAtA[i:], m.XXX_unrecognized) + if m.EnterpriseMeta != nil { + { + size, err := m.EnterpriseMeta.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x52 } - return i, nil + if m.ValidBefore != nil { + { + size, err := m.ValidBefore.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x4a + } + if m.ValidAfter != nil { + { + size, err := m.ValidAfter.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintConnect(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x42 + } + if len(m.AgentURI) > 0 { + i -= len(m.AgentURI) + copy(dAtA[i:], m.AgentURI) + i = encodeVarintConnect(dAtA, i, uint64(len(m.AgentURI))) + i-- + dAtA[i] = 0x3a + } + if len(m.Agent) > 0 { + i -= len(m.Agent) + copy(dAtA[i:], m.Agent) + i = encodeVarintConnect(dAtA, i, uint64(len(m.Agent))) + i-- + dAtA[i] = 0x32 + } + if len(m.ServiceURI) > 0 { + i -= len(m.ServiceURI) + copy(dAtA[i:], m.ServiceURI) + i = encodeVarintConnect(dAtA, i, uint64(len(m.ServiceURI))) + i-- + dAtA[i] = 0x2a + } + if len(m.Service) > 0 { + i -= len(m.Service) + copy(dAtA[i:], m.Service) + i = encodeVarintConnect(dAtA, i, uint64(len(m.Service))) + i-- + dAtA[i] = 0x22 + } + if len(m.PrivateKeyPEM) > 0 { + i -= len(m.PrivateKeyPEM) + copy(dAtA[i:], m.PrivateKeyPEM) + i = encodeVarintConnect(dAtA, i, uint64(len(m.PrivateKeyPEM))) + i-- + dAtA[i] = 0x1a + } + if len(m.CertPEM) > 0 { + i -= len(m.CertPEM) + copy(dAtA[i:], m.CertPEM) + i = encodeVarintConnect(dAtA, i, uint64(len(m.CertPEM))) + i-- + dAtA[i] = 0x12 + } + if len(m.SerialNumber) > 0 { + i -= len(m.SerialNumber) + copy(dAtA[i:], m.SerialNumber) + i = encodeVarintConnect(dAtA, i, uint64(len(m.SerialNumber))) + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil } func encodeVarintConnect(dAtA []byte, offset int, v uint64) int { + offset -= sovConnect(v) + base := offset for v >= 1<<7 { dAtA[offset] = uint8(v&0x7f | 0x80) v >>= 7 offset++ } dAtA[offset] = uint8(v) - return offset + 1 + return base } func (m *CARoots) Size() (n int) { if m == nil { @@ -993,14 +1045,7 @@ func (m *IssuedCert) Size() (n int) { } func sovConnect(x uint64) (n int) { - for { - n++ - x >>= 7 - if x == 0 { - break - } - } - return n + return (math_bits.Len64(x|1) + 6) / 7 } func sozConnect(x uint64) (n int) { return sovConnect(uint64((x << 1) ^ uint64((int64(x) >> 63)))) diff --git a/proto/translate.go b/proto/translate.go index 3619a0e6e6..6ee90c084d 100644 --- a/proto/translate.go +++ b/proto/translate.go @@ -12,6 +12,8 @@ var ( timePtrType = reflect.TypeOf((*time.Time)(nil)) timeType = timePtrType.Elem() mapStrInf = reflect.TypeOf((map[string]interface{})(nil)) + + epoch1970 = time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC) ) // HookPBTimestampToTime is a mapstructure decode hook to translate a protobuf timestamp @@ -19,7 +21,10 @@ var ( func HookPBTimestampToTime(from, to reflect.Type, data interface{}) (interface{}, error) { if to == timeType && from == tsType { ts := data.(*types.Timestamp) - return time.Unix(ts.Seconds, int64(ts.Nanos)), nil + if ts.Seconds == 0 && ts.Nanos == 0 { + return time.Time{}, nil + } + return time.Unix(ts.Seconds, int64(ts.Nanos)).UTC(), nil } return data, nil @@ -39,6 +44,13 @@ func HookTimeToPBTimestamp(from, to reflect.Type, data interface{}) (interface{} // seeing a *time.Time instead of a time.Time. if from == timePtrType && to == mapStrInf { ts := data.(*time.Time) + + // protobuf only supports times from Jan 1 1970 onward but the time.Time type + // can represent values back to year 1. Basically + if ts.Before(epoch1970) { + return map[string]interface{}{}, nil + } + nanos := ts.UnixNano() if nanos < 0 { return map[string]interface{}{}, nil diff --git a/proto/translate_test.go b/proto/translate_test.go index cd88d89339..0fbfa2b9b8 100644 --- a/proto/translate_test.go +++ b/proto/translate_test.go @@ -27,7 +27,7 @@ func TestHookPBTimestampToTime(t *testing.T) { } expected := timeTSWrapper{ - Timestamp: time.Unix(1000, 42), + Timestamp: time.Unix(1000, 42).UTC(), } var actual timeTSWrapper @@ -43,7 +43,7 @@ func TestHookPBTimestampToTime(t *testing.T) { func TestHookTimeToPBTimestamp(t *testing.T) { in := timeTSWrapper{ - Timestamp: time.Unix(999999, 123456), + Timestamp: time.Unix(999999, 123456).UTC(), } expected := pbTSWrapper{ @@ -63,3 +63,24 @@ func TestHookTimeToPBTimestamp(t *testing.T) { require.Equal(t, expected, actual) } + +func TestHookTimeToPBTimestamp_ZeroTime(t *testing.T) { + in := timeTSWrapper{} + + expected := pbTSWrapper{ + Timestamp: &types.Timestamp{ + Seconds: 0, + Nanos: 0, + }, + } + + var actual pbTSWrapper + decoder, err := mapstructure.NewDecoder(&mapstructure.DecoderConfig{ + DecodeHook: HookTimeToPBTimestamp, + Result: &actual, + }) + require.NoError(t, err) + require.NoError(t, decoder.Decode(in)) + + require.Equal(t, expected, actual) +} diff --git a/sdk/testutil/io.go b/sdk/testutil/io.go index a137fc6a3f..b3396023c5 100644 --- a/sdk/testutil/io.go +++ b/sdk/testutil/io.go @@ -29,40 +29,54 @@ func init() { } } -// TempDir creates a temporary directory within tmpdir -// with the name 'testname-name'. If the directory cannot -// be created t.Fatal is called. +var noCleanup = strings.ToLower(os.Getenv("TEST_NOCLEANUP")) == "true" + +// TempDir creates a temporary directory within tmpdir with the name 'testname-name'. +// If the directory cannot be created t.Fatal is called. +// The directory will be removed when the test ends. Set TEST_NOCLEANUP env var +// to prevent the directory from being removed. func TempDir(t *testing.T, name string) string { - if t != nil && t.Name() != "" { - name = t.Name() + "-" + name + if t == nil { + panic("argument t must be non-nil") } + name = t.Name() + "-" + name name = strings.Replace(name, "/", "_", -1) d, err := ioutil.TempDir(tmpdir, name) if err != nil { - if t == nil { - panic(err) - } t.Fatalf("err: %s", err) } + t.Cleanup(func() { + if noCleanup { + t.Logf("skipping cleanup because TEST_NOCLEANUP was enabled") + return + } + os.RemoveAll(d) + }) return d } -// TempFile creates a temporary file within tmpdir -// with the name 'testname-name'. If the file cannot -// be created t.Fatal is called. If a temporary directory -// has been created before consider storing the file -// inside this directory to avoid double cleanup. +// TempFile creates a temporary file within tmpdir with the name 'testname-name'. +// If the file cannot be created t.Fatal is called. If a temporary directory +// has been created before consider storing the file inside this directory to +// avoid double cleanup. +// The file will be removed when the test ends. Set TEST_NOCLEANUP env var +// to prevent the file from being removed. func TempFile(t *testing.T, name string) *os.File { - if t != nil && t.Name() != "" { - name = t.Name() + "-" + name + if t == nil { + panic("argument t must be non-nil") } + name = t.Name() + "-" + name name = strings.Replace(name, "/", "_", -1) f, err := ioutil.TempFile(tmpdir, name) if err != nil { - if t == nil { - panic(err) - } t.Fatalf("err: %s", err) } + t.Cleanup(func() { + if noCleanup { + t.Logf("skipping cleanup because TEST_NOCLEANUP was enabled") + return + } + os.Remove(f.Name()) + }) return f } diff --git a/sdk/testutil/retry/retry.go b/sdk/testutil/retry/retry.go index 53c05a2b05..603c47346a 100644 --- a/sdk/testutil/retry/retry.go +++ b/sdk/testutil/retry/retry.go @@ -23,6 +23,8 @@ import ( // Failer is an interface compatible with testing.T. type Failer interface { + Helper() + // Log is called for the final test output Log(args ...interface{}) @@ -116,6 +118,7 @@ func dedup(a []string) string { func run(r Retryer, t Failer, f func(r *R)) { rr := &R{} fail := func() { + t.Helper() out := dedup(rr.output) if out != "" { t.Log(out) diff --git a/sdk/testutil/server.go b/sdk/testutil/server.go index bf990795e9..40743ab430 100644 --- a/sdk/testutil/server.go +++ b/sdk/testutil/server.go @@ -25,6 +25,7 @@ import ( "runtime" "strconv" "strings" + "syscall" "testing" "time" @@ -133,7 +134,7 @@ type ServerConfigCallback func(c *TestServerConfig) // defaultServerConfig returns a new TestServerConfig struct // with all of the listen ports incremented by one. -func defaultServerConfig(t CleanupT) *TestServerConfig { +func defaultServerConfig(t TestingTB) *TestServerConfig { nodeID, err := uuid.GenerateUUID() if err != nil { panic(err) @@ -215,11 +216,11 @@ type TestServer struct { tmpdir string } -// NewTestServerConfig creates a new TestServer, and makes a call to an optional +// NewTestServerConfigT creates a new TestServer, and makes a call to an optional // callback function to modify the configuration. If there is an error // configuring or starting the server, the server will NOT be running when the // function returns (thus you do not need to stop it). -func NewTestServerConfigT(t testing.TB, cb ServerConfigCallback) (*TestServer, error) { +func NewTestServerConfigT(t TestingTB, cb ServerConfigCallback) (*TestServer, error) { path, err := exec.LookPath("consul") if err != nil || path == "" { return nil, fmt.Errorf("consul not found on $PATH - download and install " + @@ -328,9 +329,22 @@ func (s *TestServer) Stop() error { } } + waitDone := make(chan error) + go func() { + waitDone <- s.cmd.Wait() + close(waitDone) + }() + // wait for the process to exit to be sure that the data dir can be // deleted on all platforms. - return s.cmd.Wait() + select { + case err := <-waitDone: + return err + case <-time.After(10 * time.Second): + s.cmd.Process.Signal(syscall.SIGABRT) + s.cmd.Wait() + return fmt.Errorf("timeout waiting for server to stop gracefully") + } } // waitForAPI waits for the /status/leader HTTP endpoint to start @@ -351,11 +365,12 @@ func (s *TestServer) waitForAPI() error { time.Sleep(timer.Wait) url := s.url("/v1/status/leader") - _, err := s.masterGet(url) + resp, err := s.masterGet(url) if err != nil { failed = true continue } + resp.Body.Close() failed = false } diff --git a/sdk/testutil/testlog.go b/sdk/testutil/testlog.go index a16396cb81..a47298391e 100644 --- a/sdk/testutil/testlog.go +++ b/sdk/testutil/testlog.go @@ -10,11 +10,11 @@ import ( "github.com/hashicorp/go-hclog" ) -func Logger(t testing.TB) hclog.InterceptLogger { +func Logger(t TestingTB) hclog.InterceptLogger { return LoggerWithOutput(t, NewLogBuffer(t)) } -func LoggerWithOutput(t testing.TB, output io.Writer) hclog.InterceptLogger { +func LoggerWithOutput(t TestingTB, output io.Writer) hclog.InterceptLogger { return hclog.NewInterceptLogger(&hclog.LoggerOptions{ Name: t.Name(), Level: hclog.Trace, @@ -25,18 +25,18 @@ func LoggerWithOutput(t testing.TB, output io.Writer) hclog.InterceptLogger { var sendTestLogsToStdout = os.Getenv("NOLOGBUFFER") == "1" // NewLogBuffer returns an io.Writer which buffers all writes. When the test -// ends, t.Failed is checked. If the test has failed all log output is printed -// to stdout. +// ends, t.Failed is checked. If the test has failed or has been run in verbose +// mode all log output is printed to stdout. // // Set the env var NOLOGBUFFER=1 to disable buffering, resulting in all log // output being written immediately to stdout. -func NewLogBuffer(t CleanupT) io.Writer { +func NewLogBuffer(t TestingTB) io.Writer { if sendTestLogsToStdout { return os.Stdout } buf := &logBuffer{buf: new(bytes.Buffer)} t.Cleanup(func() { - if t.Failed() { + if t.Failed() || testing.Verbose() { buf.Lock() defer buf.Unlock() buf.buf.WriteTo(os.Stdout) @@ -45,11 +45,6 @@ func NewLogBuffer(t CleanupT) io.Writer { return buf } -type CleanupT interface { - Cleanup(f func()) - Failed() bool -} - type logBuffer struct { buf *bytes.Buffer sync.Mutex diff --git a/sdk/testutil/types.go b/sdk/testutil/types.go new file mode 100644 index 0000000000..ec04e45dcc --- /dev/null +++ b/sdk/testutil/types.go @@ -0,0 +1,11 @@ +package testutil + +// TestingTB is an interface that describes the implementation of the testing object. +// Using an interface that describes testing.TB instead of the actual implementation +// makes testutil usable in a wider variety of contexts (e.g. use with ginkgo : https://godoc.org/github.com/onsi/ginkgo#GinkgoT) +type TestingTB interface { + Cleanup(func()) + Failed() bool + Logf(format string, args ...interface{}) + Name() string +} diff --git a/snapshot/snapshot_test.go b/snapshot/snapshot_test.go index 86e8662589..a3e91688ec 100644 --- a/snapshot/snapshot_test.go +++ b/snapshot/snapshot_test.go @@ -5,7 +5,6 @@ import ( "crypto/rand" "fmt" "io" - "os" "path/filepath" "strings" "sync" @@ -126,7 +125,6 @@ func makeRaft(t *testing.T, dir string) (*raft.Raft, *MockFSM) { func TestSnapshot(t *testing.T) { dir := testutil.TempDir(t, "snapshot") - defer os.RemoveAll(dir) // Make a Raft and populate it with some data. We tee everything we // apply off to a buffer for checking post-snapshot. @@ -235,7 +233,6 @@ func TestSnapshot_BadVerify(t *testing.T) { func TestSnapshot_TruncatedVerify(t *testing.T) { dir := testutil.TempDir(t, "snapshot") - defer os.RemoveAll(dir) // Make a Raft and populate it with some data. We tee everything we // apply off to a buffer for checking post-snapshot. @@ -281,7 +278,6 @@ func TestSnapshot_TruncatedVerify(t *testing.T) { func TestSnapshot_BadRestore(t *testing.T) { dir := testutil.TempDir(t, "snapshot") - defer os.RemoveAll(dir) // Make a Raft and populate it with some data. before, _ := makeRaft(t, filepath.Join(dir, "before")) diff --git a/test/integration/connect/envoy/case-basic/verify.bats b/test/integration/connect/envoy/case-basic/verify.bats index 14ab5d2858..d5c7bf2459 100644 --- a/test/integration/connect/envoy/case-basic/verify.bats +++ b/test/integration/connect/envoy/case-basic/verify.bats @@ -35,3 +35,16 @@ load helpers [ "$status" -eq 0 ] [ "$output" = "hello" ] } + +@test "s1 proxy should have been configured with one rbac listener filter at L4" { + LISTEN_FILTERS=$(get_envoy_listener_filters localhost:19000) + PUB=$(echo "$LISTEN_FILTERS" | grep -E "^public_listener:" | cut -f 2 -d ' ' ) + UPS=$(echo "$LISTEN_FILTERS" | grep -E "^s2:" | cut -f 2 -d ' ' ) + + echo "LISTEN_FILTERS = $LISTEN_FILTERS" + echo "PUB = $PUB" + echo "UPS = $UPS" + + [ "$PUB" = "envoy.filters.network.rbac,envoy.tcp_proxy" ] + [ "$UPS" = "envoy.tcp_proxy" ] +} diff --git a/test/integration/connect/envoy/case-http/verify.bats b/test/integration/connect/envoy/case-http/verify.bats index dfcdecb4f3..33ba342aff 100644 --- a/test/integration/connect/envoy/case-http/verify.bats +++ b/test/integration/connect/envoy/case-http/verify.bats @@ -42,6 +42,39 @@ load helpers echo "PUB = $PUB" echo "UPS = $UPS" - [ "$PUB" = "envoy.ext_authz,envoy.http_connection_manager" ] + [ "$PUB" = "envoy.http_connection_manager" ] [ "$UPS" = "envoy.http_connection_manager" ] } + +@test "s2 proxy should have been configured with an http connection manager" { + LISTEN_FILTERS=$(get_envoy_listener_filters localhost:19001) + PUB=$(echo "$LISTEN_FILTERS" | grep -E "^public_listener:" | cut -f 2 -d ' ' ) + + echo "LISTEN_FILTERS = $LISTEN_FILTERS" + echo "PUB = $PUB" + + [ "$PUB" = "envoy.http_connection_manager" ] +} + +@test "s1 proxy should have been configured with http rbac filters" { + HTTP_FILTERS=$(get_envoy_http_filters localhost:19000) + PUB=$(echo "$HTTP_FILTERS" | grep -E "^public_listener:" | cut -f 2 -d ' ' ) + UPS=$(echo "$HTTP_FILTERS" | grep -E "^s2:" | cut -f 2 -d ' ' ) + + echo "HTTP_FILTERS = $HTTP_FILTERS" + echo "PUB = $PUB" + echo "UPS = $UPS" + + [ "$PUB" = "envoy.filters.http.rbac,envoy.router" ] + [ "$UPS" = "envoy.router" ] +} + +@test "s2 proxy should have been configured with http rbac filters" { + HTTP_FILTERS=$(get_envoy_http_filters localhost:19001) + PUB=$(echo "$HTTP_FILTERS" | grep -E "^public_listener:" | cut -f 2 -d ' ' ) + + echo "HTTP_FILTERS = $HTTP_FILTERS" + echo "PUB = $PUB" + + [ "$PUB" = "envoy.filters.http.rbac,envoy.router" ] +} diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/capture.sh b/test/integration/connect/envoy/case-ingress-gateway-grpc/capture.sh new file mode 100644 index 0000000000..564b963a16 --- /dev/null +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/capture.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +snapshot_envoy_admin localhost:20000 ingress-gateway primary || true diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/config_entries.hcl b/test/integration/connect/envoy/case-ingress-gateway-grpc/config_entries.hcl new file mode 100644 index 0000000000..fc4cfc697d --- /dev/null +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/config_entries.hcl @@ -0,0 +1,26 @@ +enable_central_service_config = true + +config_entries { + bootstrap { + kind = "service-defaults" + name = "s1" + protocol = "grpc" + } + bootstrap { + kind = "ingress-gateway" + name = "ingress-gateway" + + listeners = [ + { + port = 9999 + protocol = "grpc" + services = [ + { + name = "s1" + hosts = ["localhost:9999"] + } + ] + } + ] + } +} diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/gateway.hcl b/test/integration/connect/envoy/case-ingress-gateway-grpc/gateway.hcl new file mode 100644 index 0000000000..781ef1851b --- /dev/null +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/gateway.hcl @@ -0,0 +1,4 @@ +services { + name = "ingress-gateway" + kind = "ingress-gateway" +} diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/s1.hcl b/test/integration/connect/envoy/case-ingress-gateway-grpc/s1.hcl new file mode 100644 index 0000000000..3a3a9f815b --- /dev/null +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/s1.hcl @@ -0,0 +1,13 @@ +services { + name = "s1" + port = 8079 + connect { + sidecar_service { + proxy { + config { + protocol = "grpc" + } + } + } + } +} diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/setup.sh b/test/integration/connect/envoy/case-ingress-gateway-grpc/setup.sh new file mode 100644 index 0000000000..7aa6018976 --- /dev/null +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/setup.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +set -euo pipefail + +# wait for bootstrap to apply config entries +wait_for_config_entry ingress-gateway ingress-gateway + +gen_envoy_bootstrap ingress-gateway 20000 primary true +gen_envoy_bootstrap s1 19000 +gen_envoy_bootstrap s2 19001 diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/vars.sh b/test/integration/connect/envoy/case-ingress-gateway-grpc/vars.sh new file mode 100644 index 0000000000..c97ad2ea54 --- /dev/null +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/vars.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES ingress-gateway-primary" diff --git a/test/integration/connect/envoy/case-ingress-gateway-grpc/verify.bats b/test/integration/connect/envoy/case-ingress-gateway-grpc/verify.bats new file mode 100644 index 0000000000..56223fa2aa --- /dev/null +++ b/test/integration/connect/envoy/case-ingress-gateway-grpc/verify.bats @@ -0,0 +1,32 @@ +#!/usr/bin/env bats + +load helpers + +@test "ingress proxy admin is up on :20000" { + retry_default curl -f -s localhost:20000/stats -o /dev/null +} + +@test "s1 proxy admin is up on :19000" { + retry_default curl -f -s localhost:19000/stats -o /dev/null +} + +@test "s2 proxy admin is up on :19001" { + retry_default curl -f -s localhost:19001/stats -o /dev/null +} + +@test "s1 proxy listener should be up and have right cert" { + assert_proxy_presents_cert_uri localhost:21000 s1 +} + +@test "ingress-gateway should have healthy endpoints for s1" { + assert_upstream_has_endpoints_in_status 127.0.0.1:20000 s1 HEALTHY 1 +} + +@test "ingress should be able to connect to s1 via grpc" { + # This test also covers http2 since gRPC always uses http2 + run fortio grpcping localhost:9999 + + echo "OUTPUT: $output" + + [ "$status" == 0 ] +} diff --git a/test/integration/connect/envoy/helpers.bash b/test/integration/connect/envoy/helpers.bash index 5b103678d2..0ba7e2bccb 100755 --- a/test/integration/connect/envoy/helpers.bash +++ b/test/integration/connect/envoy/helpers.bash @@ -169,6 +169,22 @@ function get_envoy_listener_filters { echo "$output" | jq --raw-output "$QUERY" } +function get_envoy_http_filters { + local HOSTPORT=$1 + run retry_default curl -s -f $HOSTPORT/config_dump + [ "$status" -eq 0 ] + local ENVOY_VERSION=$(echo $output | jq --raw-output '.configs[0].bootstrap.node.metadata.envoy_version') + local QUERY='' + # from 1.13.0 on the config json looks slightly different + # 1.10.x, 1.11.x, 1.12.x are not affected + if [[ "$ENVOY_VERSION" =~ ^1\.1[012]\. ]]; then + QUERY='.configs[2].dynamic_active_listeners[].listener | "\(.name) \( .filter_chains[0].filters[] | select(.name == "envoy.http_connection_manager") | .config.http_filters | map(.name) | join(","))"' + else + QUERY='.configs[2].dynamic_listeners[].active_state.listener | "\(.name) \( .filter_chains[0].filters[] | select(.name == "envoy.http_connection_manager") | .config.http_filters | map(.name) | join(","))"' + fi + echo "$output" | jq --raw-output "$QUERY" +} + function get_envoy_cluster_config { local HOSTPORT=$1 local CLUSTER_NAME=$2 @@ -529,12 +545,13 @@ function must_fail_tcp_connection { # to generate a 503 response since the upstreams have refused connection. function must_fail_http_connection { # Attempt to curl through upstream - run curl -s -i -d hello $1 + run curl -s -i -d hello "$1" echo "OUTPUT $output" + local expect_response="${2:-403 Forbidden}" # Should fail request with 503 - echo "$output" | grep '503 Service Unavailable' + echo "$output" | grep "${expect_response}" } function gen_envoy_bootstrap { diff --git a/test/integration/connect/envoy/main_test.go b/test/integration/connect/envoy/main_test.go index bb483db541..d7cdf2fb24 100644 --- a/test/integration/connect/envoy/main_test.go +++ b/test/integration/connect/envoy/main_test.go @@ -33,6 +33,7 @@ func TestEnvoy(t *testing.T) { "case-http", "case-http-badauthz", "case-ingress-gateway-http", + "case-ingress-gateway-grpc", "case-ingress-gateway-multiple-services", "case-ingress-gateway-simple", "case-ingress-gateway-tls", diff --git a/test/integration/connect/envoy/run-tests.sh b/test/integration/connect/envoy/run-tests.sh index bd02ad595c..471b580370 100755 --- a/test/integration/connect/envoy/run-tests.sh +++ b/test/integration/connect/envoy/run-tests.sh @@ -6,7 +6,7 @@ set -eEuo pipefail DEBUG=${DEBUG:-} # ENVOY_VERSION to run each test against -ENVOY_VERSION=${ENVOY_VERSION:-"1.14.4"} +ENVOY_VERSION=${ENVOY_VERSION:-"1.15.0"} export ENVOY_VERSION if [ ! -z "$DEBUG" ] ; then diff --git a/test/integration/connect/envoy/test-envoy-versions.sh b/test/integration/connect/envoy/test-envoy-versions.sh index e16243ba75..961e1219aa 100755 --- a/test/integration/connect/envoy/test-envoy-versions.sh +++ b/test/integration/connect/envoy/test-envoy-versions.sh @@ -6,29 +6,15 @@ unset CDPATH cd "$(dirname "$0")" -# MISSING: 1.14.0 -# MISSING: 1.12.5 versions=( - 1.14.3 - 1.14.2 - 1.14.1 - 1.13.3 - 1.13.2 - 1.13.1 - 1.13.0 - 1.12.4 - 1.12.3 - 1.12.2 - 1.12.1 - 1.12.0 - 1.11.2 - 1.11.1 - 1.11.0 - 1.10.0 + 1.15.0 + 1.14.4 + 1.13.4 + 1.12.6 ) for v in "${versions[@]}"; do echo "ENVOY_VERSION=${v}" export ENVOY_VERSION="${v}" - go test -tags integration + go test -tags integration "$@" done diff --git a/tlsutil/config.go b/tlsutil/config.go index 1875dcea6c..c966ec724e 100644 --- a/tlsutil/config.go +++ b/tlsutil/config.go @@ -238,7 +238,7 @@ func (c *Configurator) Update(config Config) error { if err != nil { return err } - pems, err := loadCAs(config.CAFile, config.CAPath) + pems, err := LoadCAs(config.CAFile, config.CAPath) if err != nil { return err } @@ -420,7 +420,7 @@ func loadKeyPair(certFile, keyFile string) (*tls.Certificate, error) { return &cert, nil } -func loadCAs(caFile, caPath string) ([]string, error) { +func LoadCAs(caFile, caPath string) ([]string, error) { if caFile == "" && caPath == "" { return nil, nil } diff --git a/tlsutil/config_test.go b/tlsutil/config_test.go index 2ef550999f..59dbe17f10 100644 --- a/tlsutil/config_test.go +++ b/tlsutil/config_test.go @@ -519,7 +519,7 @@ func TestConfigurator_ErrorPropagation(t *testing.T) { if !v.excludeCheck { cert, err := v.config.KeyPair() require.NoError(t, err, info) - pems, err := loadCAs(v.config.CAFile, v.config.CAPath) + pems, err := LoadCAs(v.config.CAFile, v.config.CAPath) require.NoError(t, err, info) pool, err := pool(pems) require.NoError(t, err, info) @@ -562,7 +562,7 @@ func TestConfigurator_CommonTLSConfigServerNameNodeName(t *testing.T) { } } -func TestConfigurator_loadCAs(t *testing.T) { +func TestConfigurator_LoadCAs(t *testing.T) { type variant struct { cafile, capath string shouldErr bool @@ -579,7 +579,7 @@ func TestConfigurator_loadCAs(t *testing.T) { {"../test/ca/root.cer", "../test/ca_path", false, false, 1}, } for i, v := range variants { - pems, err1 := loadCAs(v.cafile, v.capath) + pems, err1 := LoadCAs(v.cafile, v.capath) pool, err2 := pool(pems) info := fmt.Sprintf("case %d", i) if v.shouldErr { diff --git a/types/area.go b/types/area.go index 5425434c9f..612f1d5ebe 100644 --- a/types/area.go +++ b/types/area.go @@ -7,3 +7,7 @@ type AreaID string // This represents the existing WAN area that's built in to Consul. Consul // Enterprise generalizes areas, which are represented with UUIDs. const AreaWAN AreaID = "wan" + +// This represents the existing LAN area that's built in to Consul. Consul +// Enterprise generalizes areas, which are represented with UUIDs. +const AreaLAN AreaID = "lan" diff --git a/ui-v2/.gitignore b/ui-v2/.gitignore index 8596a5f28f..23b8eed2ab 100644 --- a/ui-v2/.gitignore +++ b/ui-v2/.gitignore @@ -1,3 +1,4 @@ +!bin /public/consul-api-double # See https://help.github.com/ignore-files/ for more about ignoring files. diff --git a/ui-v2/app/adapters/service-instance.js b/ui-v2/app/adapters/service-instance.js new file mode 100644 index 0000000000..b853f71471 --- /dev/null +++ b/ui-v2/app/adapters/service-instance.js @@ -0,0 +1,23 @@ +import Adapter from './application'; +// TODO: Update to use this.formatDatacenter() +export default Adapter.extend({ + requestForQuery: function(request, { dc, ns, index, id, uri }) { + if (typeof id === 'undefined') { + throw new Error('You must specify an id'); + } + return request` + GET /v1/health/service/${id}?${{ dc }} + X-Request-ID: ${uri} + + ${{ + ...this.formatNspace(ns), + index, + }} + `; + }, + requestForQueryRecord: function(request, { dc, ns, index, id, uri }) { + // query and queryRecord both use the same endpoint + // they are just serialized differently + return this.requestForQuery(...arguments); + }, +}); diff --git a/ui-v2/app/components/aria-menu/index.hbs b/ui-v2/app/components/aria-menu/index.hbs index 8fa3ad5aed..9693a44edc 100644 --- a/ui-v2/app/components/aria-menu/index.hbs +++ b/ui-v2/app/components/aria-menu/index.hbs @@ -1,8 +1,10 @@ {{yield (action 'change') (action 'keypress') - (concat 'component-aria-menu-trigger-' guid) - (concat 'component-aria-menu-menu-' guid) - (if expanded 'true' undefined) (action 'keypressClick') + (hash + labelledBy=(concat 'component-aria-menu-trigger-' guid) + controls=(concat 'component-aria-menu-menu-' guid) + expanded=(if expanded 'true' undefined) + ) }} \ No newline at end of file diff --git a/ui-v2/app/components/aria-menu/index.js b/ui-v2/app/components/aria-menu/index.js index 78eca1e94f..2033b725ce 100644 --- a/ui-v2/app/components/aria-menu/index.js +++ b/ui-v2/app/components/aria-menu/index.js @@ -39,7 +39,6 @@ const MENU_ITEMS = '[role^="menuitem"]'; export default Component.extend({ tagName: '', dom: service('dom'), - router: service('router'), guid: '', expanded: false, orientation: 'vertical', @@ -56,9 +55,6 @@ export default Component.extend({ this.$menu = this.dom.element(`#${COMPONENT_ID}menu-${this.guid}`); const labelledBy = this.$menu.getAttribute('aria-labelledby'); this.$trigger = this.dom.element(`#${labelledBy}`); - this._routelisteners.add(this.router, { - routeWillChange: () => this.actions.close.apply(this, [{}]), - }); }, willDestroyElement: function() { this._super(...arguments); @@ -81,13 +77,17 @@ export default Component.extend({ // the keypress // TODO: We need to use > somehow here so we don't select submenus const $items = [...this.dom.elements(MENU_ITEMS, this.$menu)]; - if (!this.expanded) { - if (e.keyCode === ENTER || e.keyCode === SPACE) { - next(() => { - $items[0].focus(); - }); - return; - } + if (e.keyCode === ENTER || e.keyCode === SPACE) { + // If we are opening, get ready to focus the first item + // if we are already open don't control focus + let $focus = !this.expanded ? $items[0] : undefined; + next(() => { + // if we are now closed, focus the trigger instead + $focus = !this.expanded ? this.$trigger : $focus; + if (typeof $focus !== 'undefined') { + $focus.focus(); + } + }); } // this will prevent anything happening if you haven't pushed a // configurable key diff --git a/ui-v2/app/components/consul-intention-search-bar/index.hbs b/ui-v2/app/components/consul-intention-search-bar/index.hbs new file mode 100644 index 0000000000..c848f9a51f --- /dev/null +++ b/ui-v2/app/components/consul-intention-search-bar/index.hbs @@ -0,0 +1,74 @@ +
+ +
+ + + + Permissions + + + +{{#let components.Optgroup components.Option as |Optgroup Option|}} + + +{{/let}} + + +
+
+ + + + {{#let (from-entries (array + (array "Action:asc" "Allow to Deny") + (array "Action:desc" "Deny to Allow") + (array "SourceName:asc" "Source: A to Z") + (array "SourceName:desc" "Source: Z to A") + (array "DestinationName:asc" "Destination: A to Z") + (array "DestinationName:desc" "Destination: Z to A") + (array "Precedence:asc" "Precedence: Ascending") + (array "Precedence:desc" "Precedence: Descending") + )) + as |selectable| + }} + {{get selectable sort}} + {{/let}} + + + +{{#let components.Optgroup components.Option as |Optgroup Option|}} + + + + + + + + + + + + + + + + +{{/let}} + + +
+ \ No newline at end of file diff --git a/ui-v2/app/components/healthcheck-info/index.js b/ui-v2/app/components/consul-intention-search-bar/index.js similarity index 98% rename from ui-v2/app/components/healthcheck-info/index.js rename to ui-v2/app/components/consul-intention-search-bar/index.js index abe1ccedb6..4798652642 100644 --- a/ui-v2/app/components/healthcheck-info/index.js +++ b/ui-v2/app/components/consul-intention-search-bar/index.js @@ -1,4 +1,5 @@ import Component from '@ember/component'; + export default Component.extend({ tagName: '', }); diff --git a/ui-v2/app/components/consul-kv-form/index.hbs b/ui-v2/app/components/consul-kv-form/index.hbs index f5fff53910..a0a0670814 100644 --- a/ui-v2/app/components/consul-kv-form/index.hbs +++ b/ui-v2/app/components/consul-kv-form/index.hbs @@ -31,7 +31,7 @@